diff --git a/.gitignore b/.gitignore index acbb8d21372d5146fca25106464e3518369b0cab..4a633f79f0475032623964b2afc392a372eb1a15 100644 --- a/.gitignore +++ b/.gitignore @@ -242,6 +242,7 @@ storage/mroonga/vendor/groonga/src/groonga-benchmark storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset storage/mroonga/mysql-test/mroonga/storage/r/information_schema_plugins.result storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result +zlib/zconf.h xxx/* yyy/* zzz/* diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b48ca20485cc1280b9ee34a49bb9edc002b748b..53d67813b5c148cbdaa1b4ac80e0eea2a7246d5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006, 2017, Oracle and/or its affiliates. -# Copyright (c) 2008, 2017, MariaDB +# Copyright (c) 2008, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/CREDITS b/CREDITS index 1788b6304fe7b995ac6e0f4d5fc2f92ffd832e13..9f03f7fc24e92d55ef0db609dd56c04f8e0b1a78 100644 --- a/CREDITS +++ b/CREDITS @@ -10,9 +10,11 @@ Microsoft https://microsoft.com/ (2017) Tencent Cloud https://cloud.tencent.com (2017) Development Bank of Singapore https://dbs.com (2016) IBM https://www.ibm.com (2017) +Tencent Games http://game.qq.com/ (2018) Visma https://visma.com (2015) -Acronis http://acronis.com (2016) +Acronis https://acronis.com (2016) Nexedi https://www.nexedi.com (2016) +Percona https://www.percona.com (2018) Tencent Game DBA http://tencentdba.com/about (2016) Tencent TDSQL http://tdsql.org (2016) Verkkokauppa.com https://www.verkkokauppa.com (2015) diff --git a/Docs/INFO_SRC b/Docs/INFO_SRC index c3ba24fde94cc6b207c80f3f2292a6ddb074a0d5..f8062461f74d4bcdbfdec1ce375408841bab587e 100644 --- a/Docs/INFO_SRC +++ b/Docs/INFO_SRC @@ -1,8 +1,8 @@ -commit: 50c426200224a4527e84052aa2ab32be893f43f4 -date: 2018-08-04 22:53:16 +0100 -build-date: 2018-08-04 22:21:00 +0000 -short: 50c4262 +commit: 8d834cd0f370b306f63c2364552d187fc388e59e +date: 2018-10-31 23:48:29 +0200 +build-date: 2018-10-31 21:54:07 +0000 +short: 8d834cd branch: HEAD -MariaDB source 10.1.35 +MariaDB source 10.1.37 diff --git a/README b/README index a9413f16b045e7508b640d3b23d666e1d27de48e..06c2f227fb43efbf1ceea6bdd4e413423e7cebc9 100644 --- a/README +++ b/README @@ -44,10 +44,14 @@ and COPYING.thirdparty files. IMPORTANT: -Bug and/or error reports regarding MariaDB should be submitted at -http://mariadb.org/jira +Bug and/or error reports regarding MariaDB should be submitted at: +https://jira.mariadb.org -Bugs in the MySQL code can also be submitted at http://bugs.mysql.com +For reporting security vulnerabilities see: +https://mariadb.org/about/security-policy/ + +Bugs in the MySQL code can also be submitted at: +http://bugs.mysql.com The code for MariaDB, including all revision history, can be found at: https://github.com/MariaDB/server diff --git a/VERSION b/VERSION index c169837c460add85ef5bb5df5347247b314c6448..15d82f0dea58d92888b4cd3ead89efc4a0cd46ab 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ MYSQL_VERSION_MAJOR=10 MYSQL_VERSION_MINOR=1 -MYSQL_VERSION_PATCH=35 +MYSQL_VERSION_PATCH=37 diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e4643ad93589d9093dda2893c14bb56f61e30eaa..c75abd4956d6f8aedd3dffa353823d06257b55f9 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,4 +1,5 @@ # Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2008, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client/mysql.cc b/client/mysql.cc index 2cbb6ae25ddbf9450ce45e828a4f9321f874adb9..3a21e2857c917bba5d1a6ae4a40c626192bcb459 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -1,6 +1,6 @@ /* - Copyright (c) 2000, 2014, Oracle and/or its affiliates. - Copyright (c) 2009, 2017, MariaDB + Copyright (c) 2000, 2018, Oracle and/or its affiliates. + Copyright (c) 2009, 2018, MariaDB Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1491,7 +1491,7 @@ static struct my_option my_long_options[] = {"batch", 'B', "Don't use history file. Disable interactive behavior. (Enables --silent.)", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, - {"binary-as-hex", 'b', "Print binary data as hex", &opt_binhex, &opt_binhex, + {"binary-as-hex", 0, "Print binary data as hex", &opt_binhex, &opt_binhex, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"character-sets-dir", OPT_CHARSETS_DIR, "Directory for character set files.", &charsets_dir, diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake index e80fb199f03056282ab98b89dad462cdc705db0f..962c9f1f56d0df3967645a18d9d084373f21f625 100644 --- a/cmake/cpack_rpm.cmake +++ b/cmake/cpack_rpm.cmake @@ -83,12 +83,15 @@ SET(ignored "%ignore /etc" "%ignore /etc/init.d" "%ignore /etc/logrotate.d" + "%ignore /etc/systemd" + "%ignore /etc/systemd/system" "%ignore ${CMAKE_INSTALL_PREFIX}" "%ignore ${CMAKE_INSTALL_PREFIX}/bin" "%ignore ${CMAKE_INSTALL_PREFIX}/include" "%ignore ${CMAKE_INSTALL_PREFIX}/lib" "%ignore ${CMAKE_INSTALL_PREFIX}/lib/systemd" "%ignore ${CMAKE_INSTALL_PREFIX}/lib/systemd/system" + "%ignore ${CMAKE_INSTALL_PREFIX}/lib/tmpfiles.d" "%ignore ${CMAKE_INSTALL_PREFIX}/lib64" "%ignore ${CMAKE_INSTALL_PREFIX}/sbin" "%ignore ${CMAKE_INSTALL_PREFIX}/share" diff --git a/cmake/libutils.cmake b/cmake/libutils.cmake index 2e65e8b5ba31726710c8834c439c20897e1cd5b1..2a218bc63b06ef23d0bec032eeb7af1e4e5f600a 100644 --- a/cmake/libutils.cmake +++ b/cmake/libutils.cmake @@ -136,6 +136,10 @@ MACRO(MERGE_STATIC_LIBS TARGET OUTPUT_NAME LIBS_TO_MERGE) SET(SOURCE_FILE ${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_depends.c) ADD_LIBRARY(${TARGET} STATIC ${SOURCE_FILE}) SET_TARGET_PROPERTIES(${TARGET} PROPERTIES OUTPUT_NAME ${OUTPUT_NAME}) + IF(NOT _SKIP_PIC) + SET_TARGET_PROPERTIES(${TARGET} PROPERTIES COMPILE_FLAGS + "${CMAKE_SHARED_LIBRARY_C_FLAGS}") + ENDIF() SET(OSLIBS) FOREACH(LIB ${LIBS_TO_MERGE}) @@ -240,11 +244,11 @@ MACRO(MERGE_LIBRARIES) # check for non-PIC libraries IF(NOT _SKIP_PIC) FOREACH(LIB ${LIBS}) - GET_TARGET_PROPERTY(${LIB} TYPE LIBTYPE) - IF(LIBTYPE STREQUAL "STATIC_LIBRARY") - GET_TARGET_PROPERTY(LIB COMPILE_FLAGS LIB_COMPILE_FLAGS) + GET_TARGET_PROPERTY(LTYPE ${LIB} TYPE) + IF(LTYPE STREQUAL "STATIC_LIBRARY") + GET_TARGET_PROPERTY(LIB_COMPILE_FLAGS ${LIB} COMPILE_FLAGS) STRING(REPLACE "${CMAKE_SHARED_LIBRARY_C_FLAGS}" - "" LIB_COMPILE_FLAGS ${LIB_COMPILE_FLAG}) + "" LIB_COMPILE_FLAGS "${LIB_COMPILE_FLAGS}") IF(NOT LIB_COMPILE_FLAGS MATCHES "") MESSAGE(FATAL_ERROR "Attempted to link non-PIC static library ${LIB} to shared library ${TARGET}\n" diff --git a/cmake/os/Windows.cmake b/cmake/os/Windows.cmake index 9e101aeb7242eb762ba9a55e9161baaa5d134f47..803c951541c1de3b7a9d590d84e457d913993da9 100644 --- a/cmake/os/Windows.cmake +++ b/cmake/os/Windows.cmake @@ -127,9 +127,8 @@ IF(MSVC) ENDIF() # Always link with socket library -LINK_LIBRARIES(ws2_32) -# ..also for tests -SET(CMAKE_REQUIRED_LIBRARIES ws2_32) +STRING(APPEND CMAKE_C_STANDARD_LIBRARIES " ws2_32.lib") +STRING(APPEND CMAKE_CXX_STANDARD_LIBRARIES " ws2_32.lib") # System checks SET(SIGNAL_WITH_VIO_CLOSE 1) # Something that runtime team needs diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake index 591c448a793a93c0afd90f22b4fd96539281f2bb..9c9c7082a430b4047ada266a1ae22533121f6403 100644 --- a/cmake/plugin.cmake +++ b/cmake/plugin.cmake @@ -1,4 +1,5 @@ -# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2018, Oracle and/or its affiliates. +# Copyright (c) 2011, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake index 18728c733dbce932caa8f6df7cf206756342f9f8..24e186004021f36440dae6257aaf998e2eb299e1 100644 --- a/cmake/ssl.cmake +++ b/cmake/ssl.cmake @@ -161,13 +161,7 @@ MACRO (MYSQL_CHECK_SSL) LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) ENDIF() - INCLUDE(CheckSymbolExists) - SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR}) - CHECK_SYMBOL_EXISTS(SHA512_DIGEST_LENGTH "openssl/sha.h" - HAVE_SHA512_DIGEST_LENGTH) - SET(CMAKE_REQUIRED_INCLUDES) - IF(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES AND - CRYPTO_LIBRARY AND HAVE_SHA512_DIGEST_LENGTH) + IF (OPENSSL_INCLUDE_DIR) # Verify version number. Version information looks like: # #define OPENSSL_VERSION_NUMBER 0x1000103fL # Encoded as MNNFFPPS: major minor fix patch status @@ -176,12 +170,21 @@ MACRO (MYSQL_CHECK_SSL) REGEX "^#[\t ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*" ) STRING(REGEX REPLACE - "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1" + "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9][0-9][0-9]).*$" "\\1" OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}" ) MESSAGE(STATUS "OPENSSL_MAJOR_VERSION = ${OPENSSL_MAJOR_VERSION}") - ENDIF() - IF(TRUE) #OPENSSL_MAJOR_VERSION GREATER 0) + ENDIF() + + INCLUDE(CheckSymbolExists) + SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR}) + CHECK_SYMBOL_EXISTS(SHA512_DIGEST_LENGTH "openssl/sha.h" + HAVE_SHA512_DIGEST_LENGTH) + SET(CMAKE_REQUIRED_INCLUDES) + IF(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES AND + OPENSSL_MAJOR_VERSION STRLESS "101" AND + CRYPTO_LIBRARY AND HAVE_SHA512_DIGEST_LENGTH) + SET(SSL_SOURCES "") SET(SSL_LIBRARIES ${OPENSSL_LIBRARIES} ${CRYPTO_LIBRARY}) IF(CMAKE_SYSTEM_NAME MATCHES "SunOS") @@ -208,12 +211,12 @@ MACRO (MYSQL_CHECK_SSL) HAVE_EncryptAes128Gcm) ELSE() IF(WITH_SSL STREQUAL "system") - MESSAGE(SEND_ERROR "Cannot find appropriate system libraries for SSL. Use WITH_SSL=bundled to enable SSL support") + MESSAGE(FATAL_ERROR "Cannot find appropriate system libraries for SSL. Use WITH_SSL=bundled to enable SSL support") ENDIF() MYSQL_USE_BUNDLED_SSL() ENDIF() ELSE() - MESSAGE(SEND_ERROR + MESSAGE(FATAL_ERROR "Wrong option for WITH_SSL. Valid values are: ${WITH_SSL_DOC}") ENDIF() ENDMACRO() diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake index 03d2c542ba416dc9264bd33eb2c54095e4977e88..4b7faacc4663210c47c13b3f9789c75126f8721d 100644 --- a/cmake/zlib.cmake +++ b/cmake/zlib.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,15 +14,12 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA MACRO (MYSQL_USE_BUNDLED_ZLIB) - SET(ZLIB_LIBRARY zlib) - SET(ZLIB_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/zlib) + SET(ZLIB_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/zlib ${CMAKE_BINARY_DIR}/zlib) + SET(BUILD_BUNDLED_ZLIB 1) + SET(ZLIB_LIBRARY zlib CACHE INTERNAL "Bundled zlib library") SET(ZLIB_FOUND TRUE) SET(WITH_ZLIB "bundled" CACHE STRING "Use bundled zlib") ADD_SUBDIRECTORY(zlib) - GET_TARGET_PROPERTY(src zlib SOURCES) - FOREACH(file ${src}) - SET(ZLIB_SOURCES ${ZLIB_SOURCES} ${CMAKE_SOURCE_DIR}/zlib/${file}) - ENDFOREACH() ENDMACRO() # MYSQL_CHECK_ZLIB_WITH_COMPRESS @@ -37,15 +34,10 @@ ENDMACRO() MACRO (MYSQL_CHECK_ZLIB_WITH_COMPRESS) - IF(CMAKE_SYSTEM_NAME STREQUAL "OS400" OR - CMAKE_SYSTEM_NAME STREQUAL "AIX" OR - CMAKE_SYSTEM_NAME STREQUAL "Windows") - # Use bundled zlib on some platforms by default (system one is too - # old or not existent) + # For NDBCLUSTER: Use bundled zlib by default IF (NOT WITH_ZLIB) SET(WITH_ZLIB "bundled" CACHE STRING "By default use bundled zlib on this platform") ENDIF() - ENDIF() IF(WITH_ZLIB STREQUAL "bundled") MYSQL_USE_BUNDLED_ZLIB() diff --git a/config.h.cmake b/config.h.cmake index b1a9d813767712e6f7eab1ff9c32978bb11c9759..52d837fad2a4401cebe26a4ba4e21a3d127c08cb 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -666,12 +666,6 @@ #cmakedefine WSREP_PROC_INFO 1 #endif -#ifdef _AIX -/* - AIX includes inttypes.h from sys/types.h - Explicitly request format macros before the first inclusion of inttypes.h -*/ #define __STDC_FORMAT_MACROS -#endif #endif diff --git a/configure.cmake b/configure.cmake index df180e72963712c57fa3b31223d64c336de11328..d37dccbea4aeeb495b3d61a361c5a11987349bfa 100644 --- a/configure.cmake +++ b/configure.cmake @@ -1107,11 +1107,11 @@ SET(CMAKE_EXTRA_INCLUDE_FILES) CHECK_STRUCT_HAS_MEMBER("struct dirent" d_ino "dirent.h" STRUCT_DIRENT_HAS_D_INO) CHECK_STRUCT_HAS_MEMBER("struct dirent" d_namlen "dirent.h" STRUCT_DIRENT_HAS_D_NAMLEN) SET(SPRINTF_RETURNS_INT 1) -CHECK_INCLUDE_FILE(ucontext.h HAVE_UCONTEXT_H) -IF(NOT HAVE_UCONTEXT_H) - CHECK_INCLUDE_FILE(sys/ucontext.h HAVE_UCONTEXT_H) +CHECK_INCLUDE_FILE(ucontext.h HAVE_FILE_UCONTEXT_H) +IF(NOT HAVE_FILE_UCONTEXT_H) + CHECK_INCLUDE_FILE(sys/ucontext.h HAVE_FILE_UCONTEXT_H) ENDIF() -IF(HAVE_UCONTEXT_H) +IF(HAVE_FILE_UCONTEXT_H) CHECK_FUNCTION_EXISTS(makecontext HAVE_UCONTEXT_H) ENDIF() diff --git a/extra/mariabackup/fil_cur.cc b/extra/mariabackup/fil_cur.cc index 54700ce683750c54319c5b0debb41a05355f8cc4..be4a625342b6099a7ad7b8ae772d3f117b97d663 100644 --- a/extra/mariabackup/fil_cur.cc +++ b/extra/mariabackup/fil_cur.cc @@ -357,7 +357,7 @@ xb_fil_cur_read( /* skip doublewrite buffer pages */ xb_a(cursor->page_size == UNIV_PAGE_SIZE); msg("[%02u] mariabackup: " - "Page %lu is a doublewrite buffer page, " + "Page " UINT64PF " is a doublewrite buffer page, " "skipping.\n", cursor->thread_n, page_no); } else { retry_count--; @@ -372,7 +372,7 @@ xb_fil_cur_read( } msg("[%02u] mariabackup: " "Database page corruption detected at page " - "%lu, retrying...\n", cursor->thread_n, + UINT64PF ", retrying...\n", cursor->thread_n, page_no); os_thread_sleep(100000); diff --git a/extra/mariabackup/write_filt.cc b/extra/mariabackup/write_filt.cc index 05981489bb6774be8437efb6db18fede46bc5039..6a206db07af4f73cd884b0d5c1d4a2844c55e0a8 100644 --- a/extra/mariabackup/write_filt.cc +++ b/extra/mariabackup/write_filt.cc @@ -76,7 +76,7 @@ wf_incremental_init(xb_write_filt_ctxt_t *ctxt, char *dst_name, /* allocate buffer for incremental backup (4096 pages) */ cp->delta_buf_size = (cursor->page_size / 4) * cursor->page_size; - cp->delta_buf = (unsigned char *)os_mem_alloc_large(&cp->delta_buf_size); + cp->delta_buf = (unsigned char *)os_mem_alloc_large(&cp->delta_buf_size, false); if (!cp->delta_buf) { msg("[%02u] mariabackup: Error: " diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index 84f57bde64f50c2fa2c89b62f013af8895bb88ac..4e5b0c8e5bec070c018c8dc927d76df822bba66b 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -443,6 +443,38 @@ datafiles_iter_free(datafiles_iter_t *it) ut_free(it); } + +/* + Retrieve default data directory, to be used with --copy-back. + + On Windows, default datadir is ..\data, relative to the + directory where mariabackup.exe is located(usually "bin") + + Elsewhere, the compiled-in constant MYSQL_DATADIR is used. +*/ +static char *get_default_datadir() { + static char ddir[] = MYSQL_DATADIR; +#ifdef _WIN32 + static char buf[MAX_PATH]; + DWORD size = (DWORD)sizeof(buf) - 1; + if (GetModuleFileName(NULL, buf, size) <= size) + { + char *p; + if ((p = strrchr(buf, '\\'))) + { + *p = 0; + if ((p = strrchr(buf, '\\'))) + { + strncpy(p + 1, "data", buf + MAX_PATH - p); + return buf; + } + } + } +#endif + return ddir; +} + + /* ======== Date copying thread context ======== */ typedef struct { @@ -6764,8 +6796,7 @@ int main(int argc, char **argv) if (xtrabackup_copy_back || xtrabackup_move_back) { if (!check_if_param_set("datadir")) { - msg("Error: datadir must be specified.\n"); - exit(EXIT_FAILURE); + mysql_data_home = get_default_datadir(); } if (!copy_back()) exit(EXIT_FAILURE); diff --git a/include/my_atomic.h b/include/my_atomic.h index c75b65db38dcfbdeda7cfb8efc49e93a826de585..855b781dfe3fe2c8af6e2054b4efcba27c43937b 100644 --- a/include/my_atomic.h +++ b/include/my_atomic.h @@ -328,7 +328,7 @@ make_atomic_store(ptr) #define MY_ATOMIC_NOT_1CPU 1 extern int my_atomic_initialize(); -#ifdef __ATOMIC_SEQ_CST +#ifdef HAVE_GCC_C11_ATOMICS #define MY_MEMORY_ORDER_RELAXED __ATOMIC_RELAXED #define MY_MEMORY_ORDER_CONSUME __ATOMIC_CONSUME #define MY_MEMORY_ORDER_ACQUIRE __ATOMIC_ACQUIRE diff --git a/include/my_bit.h b/include/my_bit.h index a50403c312d22c959109320aa6bfe15aafef4fb5..c571581f5e8af0901329c7c5752a751b6ab8da6b 100644 --- a/include/my_bit.h +++ b/include/my_bit.h @@ -115,10 +115,10 @@ static inline uint32 my_clear_highest_bit(uint32 v) static inline uint32 my_reverse_bits(uint32 key) { return - (_my_bits_reverse_table[ key & 255] << 24) | - (_my_bits_reverse_table[(key>> 8) & 255] << 16) | - (_my_bits_reverse_table[(key>>16) & 255] << 8) | - _my_bits_reverse_table[(key>>24) ]; + ((uint32)_my_bits_reverse_table[ key & 255] << 24) | + ((uint32)_my_bits_reverse_table[(key>> 8) & 255] << 16) | + ((uint32)_my_bits_reverse_table[(key>>16) & 255] << 8) | + (uint32)_my_bits_reverse_table[(key>>24) ]; } /* diff --git a/include/my_pthread.h b/include/my_pthread.h index 6b830ca36d24dcc1cd69b186c762606af3bdab9b..ae2f912f979b279ff6489cab80e30145d9fdc092 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -184,7 +184,7 @@ int pthread_cancel(pthread_t thread); #define pthread_key(T,V) pthread_key_t V #define my_pthread_getspecific_ptr(T,V) my_pthread_getspecific(T,(V)) #define my_pthread_setspecific_ptr(T,V) pthread_setspecific(T,(void*) (V)) -#define pthread_detach_this_thread() { pthread_t tmp=pthread_self() ; pthread_detach(tmp); } +#define pthread_detach_this_thread() #define pthread_handler_t EXTERNC void * typedef void *(* pthread_handler)(void *); diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h index 61be12057e8df853c5fe301595a820081fb47b84..47a3b9b43e13525900fa1df4ab5b97f81cf5b279 100644 --- a/include/mysql/plugin.h +++ b/include/mysql/plugin.h @@ -393,6 +393,18 @@ DECLARE_MYSQL_SYSVAR_SIMPLE(name, unsigned long long) = { \ PLUGIN_VAR_LONGLONG | PLUGIN_VAR_UNSIGNED | ((opt) & PLUGIN_VAR_MASK), \ #name, comment, check, update, &varname, def, min, max, blk } +#ifdef _WIN64 +#define MYSQL_SYSVAR_SIZE_T(name, varname, opt, comment, check, update, def, min, max, blk) \ +DECLARE_MYSQL_SYSVAR_SIMPLE(name, size_t) = { \ + PLUGIN_VAR_LONGLONG | PLUGIN_VAR_UNSIGNED | ((opt) & PLUGIN_VAR_MASK), \ + #name, comment, check, update, &varname, def, min, max, blk } +#else +#define MYSQL_SYSVAR_SIZE_T(name, varname, opt, comment, check, update, def, min, max, blk) \ +DECLARE_MYSQL_SYSVAR_SIMPLE(name, size_t) = { \ + PLUGIN_VAR_LONG | PLUGIN_VAR_UNSIGNED | ((opt) & PLUGIN_VAR_MASK), \ + #name, comment, check, update, &varname, def, min, max, blk } +#endif + #define MYSQL_SYSVAR_ENUM(name, varname, opt, comment, check, update, def, typelib) \ DECLARE_MYSQL_SYSVAR_TYPELIB(name, unsigned long) = { \ PLUGIN_VAR_ENUM | ((opt) & PLUGIN_VAR_MASK), \ diff --git a/include/mysql/service_wsrep.h b/include/mysql/service_wsrep.h index bc5b2c67cdc02bf2b236d23a350723e263db87a3..b51f154422f4db8141f59e2c89fd55c5df20e5da 100644 --- a/include/mysql/service_wsrep.h +++ b/include/mysql/service_wsrep.h @@ -110,6 +110,7 @@ extern struct wsrep_service_st { int (*wsrep_trx_is_aborting_func)(MYSQL_THD thd); int (*wsrep_trx_order_before_func)(MYSQL_THD, MYSQL_THD); void (*wsrep_unlock_rollback_func)(); + void (*wsrep_set_data_home_dir_func)(const char *data_dir); } *wsrep_service; #ifdef MYSQL_DYNAMIC_PLUGIN @@ -151,6 +152,7 @@ extern struct wsrep_service_st { #define wsrep_trx_is_aborting(T) wsrep_service->wsrep_trx_is_aborting_func(T) #define wsrep_trx_order_before(T1,T2) wsrep_service->wsrep_trx_order_before_func(T1,T2) #define wsrep_unlock_rollback() wsrep_service->wsrep_unlock_rollback_func() +#define wsrep_set_data_home_dir(A) wsrep_service->wsrep_set_data_home_dir_func(A) #define wsrep_debug get_wsrep_debug() #define wsrep_log_conflicts get_wsrep_log_conflicts() @@ -208,6 +210,7 @@ void wsrep_thd_awake(THD *thd, my_bool signal); void wsrep_thd_set_conflict_state(THD *thd, enum wsrep_conflict_state state); bool wsrep_thd_ignore_table(THD *thd); void wsrep_unlock_rollback(); +void wsrep_set_data_home_dir(const char *data_dir); #endif diff --git a/include/service_versions.h b/include/service_versions.h index da7a2101f762a497f3c2de27f49a1d929439b81f..3bbf2a9a6258ccd2093d59da9519375cfd26b3c8 100644 --- a/include/service_versions.h +++ b/include/service_versions.h @@ -41,4 +41,4 @@ #define VERSION_thd_specifics 0x0100 #define VERSION_thd_timezone 0x0100 #define VERSION_thd_wait 0x0100 -#define VERSION_wsrep 0x0201 +#define VERSION_wsrep 0x0202 diff --git a/include/wsrep.h b/include/wsrep.h index 0c06bb32b319e5c81c74975a99b702e64c8570d4..14d624aec2650366cd622bfb970887c035d7b540 100644 --- a/include/wsrep.h +++ b/include/wsrep.h @@ -25,7 +25,12 @@ #define WSREP_MYSQL_DB (char *)"mysql" #define WSREP_TO_ISOLATION_BEGIN(db_, table_, table_list_) \ if (WSREP_ON && WSREP(thd) && wsrep_to_isolation_begin(thd, db_, table_, table_list_)) \ - goto error; + goto wsrep_error_label; + +#define WSREP_TO_ISOLATION_BEGIN_ALTER(db_, table_, table_list_, alter_info_) \ + if (WSREP_ON && WSREP(thd) && wsrep_to_isolation_begin(thd, db_, table_, \ + table_list_, alter_info_)) \ + goto wsrep_error_label; #define WSREP_TO_ISOLATION_END \ if (WSREP_ON && (WSREP(thd) || (thd && thd->wsrep_exec_mode==TOTAL_ORDER))) \ @@ -37,7 +42,7 @@ */ #define WSREP_TO_ISOLATION_BEGIN_WRTCHK(db_, table_, table_list_) \ if (WSREP(thd) && !thd->lex->no_write_to_binlog \ - && wsrep_to_isolation_begin(thd, db_, table_, table_list_)) goto error; + && wsrep_to_isolation_begin(thd, db_, table_, table_list_)) goto wsrep_error_label; #define WSREP_DEBUG(...) \ if (wsrep_debug) WSREP_LOG(sql_print_information, ##__VA_ARGS__) @@ -47,8 +52,8 @@ #define WSREP_SYNC_WAIT(thd_, before_) \ { if (WSREP_CLIENT(thd_) && \ - wsrep_sync_wait(thd_, before_)) goto error; } - + wsrep_sync_wait(thd_, before_)) goto wsrep_error_label; } +#define WSREP_ERROR_LABEL wsrep_error_label #else #define IF_WSREP(A,B) B #define DBUG_ASSERT_IF_WSREP(A) @@ -60,6 +65,7 @@ #define WSREP_TO_ISOLATION_END #define WSREP_TO_ISOLATION_BEGIN_WRTCHK(db_, table_, table_list_) #define WSREP_SYNC_WAIT(thd_, before_) +#define WSREP_ERROR_LABEL goto wsrep_error_label; wsrep_error_label #endif /* WITH_WSREP */ diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 433897acc89032ba9d3f1a44adcefe07932a12e4..4621670c28ca3be5a45d478982fb87281fbf36f6 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -1,4 +1,5 @@ # Copyright (c) 2006, 2011, Oracle and/or its affiliates. +# Copyright (c) 2009, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -188,4 +189,3 @@ IF(NOT DISABLE_SHARED) ENDIF() ENDIF() ENDIF() - diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index fdefade6c0dd289b652ed4c391315f3c857507c8..75e5615a6a26b675af5eb69eb1104394ec2e91da 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -26,12 +26,14 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1 wsrep_sst_mysqldump.1 wsrep_sst_rsync.1 wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1 - galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1) + galera_recovery.1 galera_new_cluster.1 tokuft_logprint.1 + wsrep_sst_mariabackup.1 mbstream.1 mariabackup.1 + wsrep_sst_rsync_wan.1) SET(MAN8_SERVER mysqld.8) SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1 - mysql_plugin.1) + mysql_plugin.1 mysql_embedded.1) SET(MAN1_DEVEL mysql_config.1) SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1 mysqltest_embedded.1 mysql_client_test_embedded.1 my_safe_process.1) diff --git a/man/mariabackup.1 b/man/mariabackup.1 new file mode 100644 index 0000000000000000000000000000000000000000..628c9cf74faf2a1c9b13cc78aa8934bc0d2f30b9 --- /dev/null +++ b/man/mariabackup.1 @@ -0,0 +1,16 @@ +'\" t +.\" +.TH "\FBMARIABACKUP\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH NAME +mariabackup \- Backup tool +.SH DESCRIPTION +Use \fBmariabackup \-\-help\fR for details on usage\. +.PP +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ diff --git a/man/mbstream.1 b/man/mbstream.1 new file mode 100644 index 0000000000000000000000000000000000000000..2aba73fe400f2d543ef70ceecebb91d02e1aed4d --- /dev/null +++ b/man/mbstream.1 @@ -0,0 +1,16 @@ +'\" t +.\" +.TH "\FBMBSTREAM\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH NAME +mbstream \- Serialize/deserialize files in the XBSTREAM format +.SH DESCRIPTION +Use \fBmbstream \-\-help\fR for details on usage\. +.PP +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ diff --git a/man/mysql_embedded.1 b/man/mysql_embedded.1 new file mode 100644 index 0000000000000000000000000000000000000000..735c4e05ae07e3d1ec5811f7e0bab425858fca96 --- /dev/null +++ b/man/mysql_embedded.1 @@ -0,0 +1 @@ +.so man1/mysql.1 diff --git a/man/tokuft_logdump.1 b/man/tokuft_logprint.1 similarity index 84% rename from man/tokuft_logdump.1 rename to man/tokuft_logprint.1 index f6cf08080f74d3529378f08379d81f7d5ba44491..bc3b85a55d66664d15fc7fd7387353ee92499b3c 100644 --- a/man/tokuft_logdump.1 +++ b/man/tokuft_logprint.1 @@ -11,6 +11,6 @@ .SH NAME tokuft_logprint \- Dump the log from stdin to stdout .SH DESCRIPTION -Use: Dump the log from stdin to stdout\. +Use: Dump the log from stdin to stdout\. Use \fBtokuft_logprint \-\-help\fR for details on usage\. .PP For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ diff --git a/man/wsrep_sst_mariabackup.1 b/man/wsrep_sst_mariabackup.1 new file mode 100644 index 0000000000000000000000000000000000000000..34ae4b6f82e50fd7d831b9461ce3e89e7c8216e3 --- /dev/null +++ b/man/wsrep_sst_mariabackup.1 @@ -0,0 +1,16 @@ +'\" t +.\" +.TH "\FBWSREP_SST_MARIABACKUP\FR" "1" "8 August 2018" "MariaDB 10\&.1" "MariaDB Database System" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH NAME +wsrep_sst_mariabackup \- mariabackup\-based state snapshot transfer +.SH DESCRIPTION +Use: mariabackup-based state snapshot transfer\. +.PP +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ diff --git a/man/wsrep_sst_rsync.1 b/man/wsrep_sst_rsync.1 index 95a80b20821c8c4ea3b6c4be2d8fd50a73a9a55b..85a8c2216091e286d782fc84696aada2960dc85a 100644 --- a/man/wsrep_sst_rsync.1 +++ b/man/wsrep_sst_rsync.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBWSREP_SST_RSYNC\FR" "1" "26 January 2017" "MariaDB 10\&.1" "MariaDB Database System" +.TH "\FBWSREP_SST_RSYNC\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -9,7 +9,7 @@ .\" disable justification (adjust text to left margin only) .ad l .SH NAME -wsrep_sst_mysqldump \- rsync-based state snapshot transfer +wsrep_sst_rsync \- rsync-based state snapshot transfer .SH DESCRIPTION Use: rsync-based state snapshot transfer\. .PP diff --git a/man/wsrep_sst_rsync_wan.1 b/man/wsrep_sst_rsync_wan.1 new file mode 100644 index 0000000000000000000000000000000000000000..6d465d554a8db86f34773e8de19360959edbc105 --- /dev/null +++ b/man/wsrep_sst_rsync_wan.1 @@ -0,0 +1,16 @@ +'\" t +.\" +.TH "\FBWSREP_SST_RSYNC_WAN\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH NAME +wsrep_sst_rsync_wan \- rsync_wan (rsync with delta transfers)\-based state snapshot transfer +.SH DESCRIPTION +Use: rsync_wan\-based state snapshot transfer\. +.PP +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test index 831c6c886d5ef611e2f04ad08962dee211c5492d..369ce20d4966484cbd5ec8d123d29f51cb391bcf 100644 --- a/mysql-test/extra/binlog_tests/binlog.test +++ b/mysql-test/extra/binlog_tests/binlog.test @@ -5,7 +5,6 @@ -- source include/have_log_bin.inc -- source include/not_embedded.inc -- source include/have_innodb.inc --- source include/have_debug.inc --disable_warnings drop table if exists t1, t2; diff --git a/mysql-test/extra/rpl_tests/rpl_foreign_key.test b/mysql-test/extra/rpl_tests/rpl_foreign_key.test deleted file mode 100644 index d10deece1b110e60a3677aed8479735ebfe87ea6..0000000000000000000000000000000000000000 --- a/mysql-test/extra/rpl_tests/rpl_foreign_key.test +++ /dev/null @@ -1,60 +0,0 @@ -# Check the replication of the FOREIGN_KEY_CHECKS variable. - --- source include/master-slave.inc - -eval CREATE TABLE t1 (a INT AUTO_INCREMENT KEY) ENGINE=$engine_type; -eval CREATE TABLE t2 (b INT AUTO_INCREMENT KEY, c INT, FOREIGN KEY(b) REFERENCES t1(a)) ENGINE=$engine_type; - -SET FOREIGN_KEY_CHECKS=0; -INSERT INTO t1 VALUES (10); -INSERT INTO t1 VALUES (NULL),(NULL),(NULL); -INSERT INTO t2 VALUES (5,0); -INSERT INTO t2 VALUES (NULL,LAST_INSERT_ID()); -SET FOREIGN_KEY_CHECKS=1; -SELECT * FROM t1 ORDER BY a; -SELECT * FROM t2 ORDER BY b; -sync_slave_with_master; -SELECT * FROM t1 ORDER BY a; -SELECT * FROM t2 ORDER BY b; - -connection master; -SET TIMESTAMP=1000000000; -CREATE TABLE t3 ( a INT UNIQUE ); -SET FOREIGN_KEY_CHECKS=0; ---error ER_DUP_ENTRY -INSERT INTO t3 VALUES (1),(1); -sync_slave_with_master; - -connection master; -SET FOREIGN_KEY_CHECKS=0; -DROP TABLE IF EXISTS t1,t2,t3; -SET FOREIGN_KEY_CHECKS=1; -sync_slave_with_master; - -# -# Bug #32468 delete rows event on a table with foreign key constraint fails -# - -connection master; - -eval create table t1 (b int primary key) engine = $engine_type; -eval create table t2 (a int primary key, b int, foreign key (b) references t1(b)) - engine = $engine_type; - -insert into t1 set b=1; -insert into t2 set a=1, b=1; - -set foreign_key_checks=0; -delete from t1; - ---echo must sync w/o a problem (could not with the buggy code) -sync_slave_with_master; -select count(*) from t1 /* must be zero */; - - -# cleanup for bug#32468 - -connection master; -drop table t2,t1; - ---source include/rpl_end.inc diff --git a/mysql-test/extra/rpl_tests/rpl_lower_case_table_names.test b/mysql-test/extra/rpl_tests/rpl_lower_case_table_names.test new file mode 100644 index 0000000000000000000000000000000000000000..fa48142ee919576da9312c34b7396a465cc39c06 --- /dev/null +++ b/mysql-test/extra/rpl_tests/rpl_lower_case_table_names.test @@ -0,0 +1,141 @@ +# BUG#37656 +# +# This test aims at checking whether lower_case_table_names=1 option works +# for database names and table names. +# +# This test checks the following (when lower_case_table_names=1 is set on slave): +# (i) creating a database on upper case on master results in lower case +# database name on slave +# (ii) creating tables with upper case names on master results in lower case +# table names on slave +# (iii) loading data infile into capitalized table name on master replicates to +# lower case table name on slave +# (iv) Propagating changes from upper case table names on into correspondent +# lower case table names on slave works. + + +# setup: create database and tables +-- echo ******** [ MASTER ] ******** +-- let $dbname_upper= BUG_37656 +-- let $dbname_lower= `SELECT LOWER('$dbname_upper')` +-- eval CREATE DATABASE $dbname_upper +-- eval use $dbname_upper + +# assert: database names are in upper case in master and lower +# case in slave +-- eval show databases like '$dbname_upper' +sync_slave_with_master; +-- echo ******** [ SLAVE ] ******** +--eval show databases like '$dbname_lower' + +-- connection master +-- echo ******** [ MASTER ] ******** +CREATE TABLE T1 (a int); +-- eval CREATE TABLE T2 (b int) ENGINE=$engine +CREATE TABLE T3 (txt TEXT); + +# assert: that tables exist on master with upper case names +show tables; + +# assert: that tables exist on slave but with lower case names +-- sync_slave_with_master +-- echo ******** [ SLAVE ] ******** +-- eval use $dbname_lower +show tables; + +# action: lets create t1 for asserting below that t1 does not get changes +# from master (slave configured with --replicate-ignore-db=$dbname_lower.t1) +CREATE TABLE t1 (a INT); + +# action: fill data into tables +-- connection master +-- echo ******** [ MASTER ] ******** +-- eval use $dbname_upper +INSERT INTO T1 VALUES (1); +INSERT INTO T2 VALUES (1); +if (`SELECT @@session.binlog_format != 'ROW'`) +{ + -- eval LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE $dbname_upper.T3 +} + +if (`SELECT @@session.binlog_format = 'ROW'`) +{ + use test; + -- eval INSERT INTO $dbname_upper.T1 VALUES (2) + -- eval INSERT INTO $dbname_upper.T2 VALUES (2) + -- eval LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE $dbname_upper.T3 +} +# assert: lower case tables on lower case database on slave +# get updates from upper case tables on upper case +# database on master +-- sync_slave_with_master +-- echo ******** [ SLAVE ] ******** + +# assert: changes for slave's t1 were filterd out +if (`SELECT count(*) != 0 FROM t1`) +{ + -- echo UNEXPECTED DATA on $dbname_lower.t1 as table is filtered by replicate-ignore-table rules +} + +-- let $diff_tables=master:$dbname_upper.T2, slave:$dbname_lower.t2 +-- source include/diff_tables.inc + +-- let $diff_tables=master:$dbname_upper.T3, slave:$dbname_lower.t3 +-- source include/diff_tables.inc + +# clean up +-- connection master +-- echo ******** [ MASTER ] ******** +-- eval DROP DATABASE $dbname_upper +-- sync_slave_with_master + + +# +# BUG#50653: drop procedure implicitely treats db name in a case sensitive way +# + +-- connection master + +-- let $dbname= B50653 +-- let $procname= b50653_proc + +-- eval CREATE DATABASE $dbname +-- eval USE $dbname +-- eval CREATE PROCEDURE $procname() BEGIN SELECT 1; END + +if (`SELECT count(*) = 1 FROM mysql.proc WHERE name like '$dbname'`) +{ + -- die Procedure not created on MASTER +} + +-- sync_slave_with_master +if (`SELECT count(*) = 1 FROM mysql.proc WHERE name like '$dbname'`) +{ + -- die Procedure not created on SLAVE +} + +-- connection master +-- eval DROP PROCEDURE $procname + +if (`SELECT count(*) FROM mysql.proc WHERE name like '$dbname'`) +{ + -- die Procedure not dropped on MASTER +} + +-- sync_slave_with_master +if (`SELECT count(*) FROM mysql.proc WHERE name like '$dbname'`) +{ + -- die Procedure not dropped on SLAVE +} + +-- let $last_error = query_get_value("SHOW SLAVE STATUS", Last_SQL_Errno, 1) +if ($last_error) +{ + -- die UNEXPECTED SLAVE SQL error: $last_error +} + +-- connection master +-- eval DROP DATABASE $dbname +-- sync_slave_with_master + +-- source include/rpl_end.inc diff --git a/mysql-test/include/have_32bit.inc b/mysql-test/include/have_32bit.inc new file mode 100644 index 0000000000000000000000000000000000000000..d62093d8be4449962cca0ced122ff460878b1f26 --- /dev/null +++ b/mysql-test/include/have_32bit.inc @@ -0,0 +1,9 @@ +disable_query_log; +disable_warnings; +let $VERSION_COMPILE_64BIT= + `SELECT IF(@@version_compile_machine like '%64%', 1, 0)`; +enable_warnings; +enable_query_log; +if ($VERSION_COMPILE_64BIT) { + skip Need a 32 bit machine/binary; +} diff --git a/mysql-test/include/have_64bit.inc b/mysql-test/include/have_64bit.inc new file mode 100644 index 0000000000000000000000000000000000000000..38c11156a5396f62fe05e838a1cfaf220b43a7b5 --- /dev/null +++ b/mysql-test/include/have_64bit.inc @@ -0,0 +1,9 @@ +disable_query_log; +disable_warnings; +let $VERSION_COMPILE_64BIT= + `SELECT IF(@@version_compile_machine like '%64%', 1, 0)`; +enable_warnings; +enable_query_log; +if (!$VERSION_COMPILE_64BIT) { + skip Need a 64 bit machine/binary; +} diff --git a/mysql-test/lib/My/Config.pm b/mysql-test/lib/My/Config.pm index a343a0ef688b47d98c784be1443082344d0dae9b..4af59a178de6f3b208edd37a2f7528dde0d16562 100644 --- a/mysql-test/lib/My/Config.pm +++ b/mysql-test/lib/My/Config.pm @@ -195,14 +195,10 @@ sub value { my ($self, $option_name)= @_; my $option= $self->option($option_name); - if (! defined($option) and defined $ENV{$option_name}) { + if (! defined($option)) { my $value= $ENV{$option_name}; $option= My::Config::Option->new($option_name, $value); } - - croak "No option named '$option_name' in group '$self->{name}'" - if ! defined($option); - return $option->value(); } diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 9df96f636d39f0ef9cf5cf3e98a098252a5e02f6..0e5e1c3d9d02d7b3e1e0eb55a4443f6fd949fa8e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1136,7 +1136,7 @@ sub command_line_setup { 'debug' => \$opt_debug, 'debug-common' => \$opt_debug_common, 'debug-server' => \$opt_debug_server, - 'gdb' => \$opt_gdb, + 'gdb=s' => \$opt_gdb, 'client-gdb' => \$opt_client_gdb, 'manual-gdb' => \$opt_manual_gdb, 'manual-lldb' => \$opt_manual_lldb, @@ -1231,6 +1231,9 @@ sub command_line_setup { 'skip-test-list=s' => \@opt_skip_test_list ); + # fix options (that take an optional argument and *only* after = sign + my %fixopt = ( '--gdb' => '--gdb=#' ); + @ARGV = map { $fixopt{$_} or $_ } @ARGV; GetOptions(%options) or usage("Can't read options"); usage("") if $opt_usage; list_options(\%options) if $opt_list_options; @@ -1447,7 +1450,7 @@ sub command_line_setup { foreach my $fs (@tmpfs_locations) { - if ( -d $fs && ! -l $fs ) + if ( -d $fs && ! -l $fs && -w $fs ) { my $template= "var_${opt_build_thread}_XXXX"; $opt_mem= tempdir( $template, DIR => $fs, CLEANUP => 0); @@ -3980,14 +3983,14 @@ sub run_testcase ($$) { } my $test= $tinfo->{suite}->start_test($tinfo); - # Set only when we have to keep waiting after expectedly died server - my $keep_waiting_proc = 0; + # Set to a list of processes we have to keep waiting (expectedly died servers) + my %keep_waiting_proc = (); my $print_timeout= start_timer($print_freq * 60); while (1) { my $proc; - if ($keep_waiting_proc) + if (%keep_waiting_proc) { # Any other process exited? $proc = My::SafeProcess->check_any(); @@ -3997,48 +4000,34 @@ sub run_testcase ($$) { } else { - $proc = $keep_waiting_proc; # Also check if timer has expired, if so cancel waiting if ( has_expired($test_timeout) ) { - $keep_waiting_proc = 0; + %keep_waiting_proc = (); } } } - if (! $keep_waiting_proc) + if (!%keep_waiting_proc && !$proc) { - if($test_timeout > $print_timeout) + if ($test_timeout > $print_timeout) { - $proc= My::SafeProcess->wait_any_timeout($print_timeout); - if ( $proc->{timeout} ) - { - #print out that the test is still on - mtr_print("Test still running: $tinfo->{name}"); - #reset the timer - $print_timeout= start_timer($print_freq * 60); - next; - } + $proc= My::SafeProcess->wait_any_timeout($print_timeout); + if ($proc->{timeout}) + { + #print out that the test is still on + mtr_print("Test still running: $tinfo->{name}"); + #reset the timer + $print_timeout= start_timer($print_freq * 60); + next; + } } else { - $proc= My::SafeProcess->wait_any_timeout($test_timeout); + $proc= My::SafeProcess->wait_any_timeout($test_timeout); } } - # Will be restored if we need to keep waiting - $keep_waiting_proc = 0; - - unless ( defined $proc ) - { - mtr_error("wait_any failed"); - } - mtr_verbose("Got $proc"); - - mark_time_used('test'); - # ---------------------------------------------------- - # Was it the test program that exited - # ---------------------------------------------------- - if ($proc eq $test) + if ($proc and $proc eq $test) # mysqltest itself exited { my $res= $test->exit_status(); @@ -4053,12 +4042,12 @@ sub run_testcase ($$) { if ( $res == 0 ) { - my $check_res; - if ( $opt_check_testcases and - $check_res= check_testcase($tinfo, "after")) - { - if ($check_res == 1) { - # Test case had sideeffects, not fatal error, just continue + my $check_res; + if ( $opt_check_testcases and + $check_res= check_testcase($tinfo, "after")) + { + if ($check_res == 1) { + # Test case had sideeffects, not fatal error, just continue if ($opt_warnings) { # Checking error logs for warnings, so need to stop server # gracefully so that memory leaks etc. can be properly detected. @@ -4069,93 +4058,110 @@ sub run_testcase ($$) { # test. } else { # Not checking warnings, so can do a hard shutdown. - stop_all_servers($opt_shutdown_timeout); + stop_all_servers($opt_shutdown_timeout); } - mtr_report("Resuming tests...\n"); - resfile_output($tinfo->{'check'}) if $opt_resfile; - } - else { - # Test case check failed fatally, probably a server crashed - report_failure_and_restart($tinfo); - return 1; - } - } - mtr_report_test_passed($tinfo); + mtr_report("Resuming tests...\n"); + resfile_output($tinfo->{'check'}) if $opt_resfile; + } + else { + # Test case check failed fatally, probably a server crashed + report_failure_and_restart($tinfo); + return 1; + } + } + mtr_report_test_passed($tinfo); } elsif ( $res == 62 ) { - # Testcase itself tell us to skip this one - $tinfo->{skip_detected_by_test}= 1; - # Try to get reason from test log file - find_testcase_skipped_reason($tinfo); - mtr_report_test_skipped($tinfo); - # Restart if skipped due to missing perl, it may have had side effects - if ( $tinfo->{'comment'} =~ /^perl not found/ ) - { - stop_all_servers($opt_shutdown_timeout); - } + # Testcase itself tell us to skip this one + $tinfo->{skip_detected_by_test}= 1; + # Try to get reason from test log file + find_testcase_skipped_reason($tinfo); + mtr_report_test_skipped($tinfo); + # Restart if skipped due to missing perl, it may have had side effects + if ( $tinfo->{'comment'} =~ /^perl not found/ ) + { + stop_all_servers($opt_shutdown_timeout); + } } elsif ( $res == 65 ) { - # Testprogram killed by signal - $tinfo->{comment}= - "testprogram crashed(returned code $res)"; - report_failure_and_restart($tinfo); + # Testprogram killed by signal + $tinfo->{comment}= + "testprogram crashed(returned code $res)"; + report_failure_and_restart($tinfo); } elsif ( $res == 1 ) { - # Check if the test tool requests that - # an analyze script should be run - my $analyze= find_analyze_request(); - if ($analyze){ - run_on_all($tinfo, "analyze-$analyze"); - } + # Check if the test tool requests that + # an analyze script should be run + my $analyze= find_analyze_request(); + if ($analyze){ + run_on_all($tinfo, "analyze-$analyze"); + } - # Wait a bit and see if a server died, if so report that instead - mtr_milli_sleep(100); - my $srvproc= My::SafeProcess::check_any(); - if ($srvproc && grep($srvproc eq $_, started(all_servers()))) { - $proc= $srvproc; - goto SRVDIED; - } + # Wait a bit and see if a server died, if so report that instead + mtr_milli_sleep(100); + my $srvproc= My::SafeProcess::check_any(); + if ($srvproc && grep($srvproc eq $_, started(all_servers()))) { + $proc= $srvproc; + goto SRVDIED; + } - # Test case failure reported by mysqltest - report_failure_and_restart($tinfo); + # Test case failure reported by mysqltest + report_failure_and_restart($tinfo); } else { - # mysqltest failed, probably crashed - $tinfo->{comment}= - "mysqltest failed with unexpected return code $res\n"; - report_failure_and_restart($tinfo); + # mysqltest failed, probably crashed + $tinfo->{comment}= + "mysqltest failed with unexpected return code $res\n"; + report_failure_and_restart($tinfo); } # Save info from this testcase run to mysqltest.log if( -f $path_current_testlog) { - if ($opt_resfile && $res && $res != 62) { - resfile_output_file($path_current_testlog); - } - mtr_appendfile_to_file($path_current_testlog, $path_testlog); - unlink($path_current_testlog); + if ($opt_resfile && $res && $res != 62) { + resfile_output_file($path_current_testlog); + } + mtr_appendfile_to_file($path_current_testlog, $path_testlog); + unlink($path_current_testlog); } return ($res == 62) ? 0 : $res; - } - # ---------------------------------------------------- - # Check if it was an expected crash - # ---------------------------------------------------- - my $check_crash = check_expected_crash_and_restart($proc); - if ($check_crash) + if ($proc) { - # Keep waiting if it returned 2, if 1 don't wait or stop waiting. - $keep_waiting_proc = 0 if $check_crash == 1; - $keep_waiting_proc = $proc if $check_crash == 2; - next; + # It was not mysqltest that exited, add to a wait-to-be-started-again list. + $keep_waiting_proc{$proc} = 1; + } + + mtr_verbose("Got " . join(",", keys(%keep_waiting_proc))); + + mark_time_used('test'); + foreach my $wait_for_proc (keys(%keep_waiting_proc)) { + # ---------------------------------------------------- + # Check if it was an expected crash + # ---------------------------------------------------- + my $check_crash = check_expected_crash_and_restart($wait_for_proc); + if ($check_crash == 0) # unexpected exit/crash of $wait_for_proc + { + goto SRVDIED; + } + elsif ($check_crash == 1) # $wait_for_proc was started again by check_expected_crash_and_restart() + { + delete $keep_waiting_proc{$wait_for_proc}; + } + elsif ($check_crash == 2) # we must keep waiting + { + # do nothing + } } + next; + SRVDIED: # ---------------------------------------------------- # Stop the test case timer @@ -5663,7 +5669,9 @@ sub gdb_arguments { # Put $args into a single string $input = $input ? "< $input" : ""; - if ($type ne 'client' and $opt_valgrind_mysqld) { + if ($type eq 'client') { + mtr_tofile($gdb_init_file, "set args @$$args $input"); + } elsif ($opt_valgrind_mysqld) { my $v = $$exe; my $vargs = []; valgrind_arguments($vargs, \$v); @@ -5673,7 +5681,11 @@ shell sleep 1 target remote | /usr/lib64/valgrind/../../bin/vgdb EOF } else { - mtr_tofile($gdb_init_file, "set args @$$args $input\n"); + mtr_tofile($gdb_init_file, + join("\n", + "set args @$$args $input", + split /;/, $opt_gdb || "" + )); } if ( $opt_manual_gdb ) diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index 513bb2eda3191639cab949d2ce46082b85241f3e..4efc1020129bc70aaa3e6c3062ff422170c10650 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -1411,6 +1411,56 @@ t1 CREATE TABLE `t1` ( `consultant_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 DROP TABLE t1; +# +# BUG#27788685: NO WARNING WHEN TRUNCATING A STRING WITH DATA LOSS +# +SET GLOBAL max_allowed_packet=17825792; +CREATE TABLE t1 (t1_fld1 TEXT); +CREATE TABLE t2 (t2_fld1 MEDIUMTEXT); +CREATE TABLE t3 (t3_fld1 LONGTEXT); +INSERT INTO t1 VALUES (REPEAT('a',300)); +INSERT INTO t2 VALUES (REPEAT('b',65680)); +INSERT INTO t3 VALUES (REPEAT('c',16777300)); +SELECT LENGTH(t1_fld1) FROM t1; +LENGTH(t1_fld1) +300 +SELECT LENGTH(t2_fld1) FROM t2; +LENGTH(t2_fld1) +65680 +SELECT LENGTH(t3_fld1) FROM t3; +LENGTH(t3_fld1) +16777300 +# With strict mode +SET SQL_MODE='STRICT_ALL_TABLES'; +ALTER TABLE t1 CHANGE `t1_fld1` `my_t1_fld1` TINYTEXT; +ERROR 22001: Data too long for column 'my_t1_fld1' at row 1 +ALTER TABLE t2 CHANGE `t2_fld1` `my_t2_fld1` TEXT; +ERROR 22001: Data too long for column 'my_t2_fld1' at row 1 +ALTER TABLE t3 CHANGE `t3_fld1` `my_t3_fld1` MEDIUMTEXT; +ERROR 22001: Data too long for column 'my_t3_fld1' at row 1 +# With non-strict mode +SET SQL_MODE=''; +ALTER TABLE t1 CHANGE `t1_fld1` `my_t1_fld1` TINYTEXT; +Warnings: +Warning 1265 Data truncated for column 'my_t1_fld1' at row 1 +ALTER TABLE t2 CHANGE `t2_fld1` `my_t2_fld1` TEXT; +Warnings: +Warning 1265 Data truncated for column 'my_t2_fld1' at row 1 +ALTER TABLE t3 CHANGE `t3_fld1` `my_t3_fld1` MEDIUMTEXT; +Warnings: +Warning 1265 Data truncated for column 'my_t3_fld1' at row 1 +SELECT LENGTH(my_t1_fld1) FROM t1; +LENGTH(my_t1_fld1) +255 +SELECT LENGTH(my_t2_fld1) FROM t2; +LENGTH(my_t2_fld1) +65535 +SELECT LENGTH(my_t3_fld1) FROM t3; +LENGTH(my_t3_fld1) +16777215 +DROP TABLE t1, t2, t3; +SET SQL_MODE=default; +SET GLOBAL max_allowed_packet=default; CREATE TABLE t1 ( id INT(11) NOT NULL, x_param INT(11) DEFAULT NULL, diff --git a/mysql-test/r/bench_count_distinct.result b/mysql-test/r/bench_count_distinct.result index 79e12afd237b16e66f752b0e659e313caefef17a..8b67e4be38ac80bc7c2ad04131b74e194f5b3f59 100644 --- a/mysql-test/r/bench_count_distinct.result +++ b/mysql-test/r/bench_count_distinct.result @@ -5,7 +5,7 @@ count(distinct n) 100 explain extended select count(distinct n) from t1; id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE t1 index NULL n 4 NULL 200 100.00 Using index +1 SIMPLE t1 range NULL n 4 NULL 10 100.00 Using index for group-by Warnings: Note 1003 select count(distinct `test`.`t1`.`n`) AS `count(distinct n)` from `test`.`t1` drop table t1; diff --git a/mysql-test/r/contributors.result b/mysql-test/r/contributors.result index 36d033f4cb37401a30768e5c7b0fe2d36b8bfef8..3e4bf5f0d43793b343821a9fe50630700b4d131f 100644 --- a/mysql-test/r/contributors.result +++ b/mysql-test/r/contributors.result @@ -8,12 +8,14 @@ MariaDB Corporation https://mariadb.com Founding member, Platinum Sponsor of the Visma https://visma.com Gold Sponsor of the MariaDB Foundation DBS https://dbs.com Gold Sponsor of the MariaDB Foundation IBM https://www.ibm.com Gold Sponsor of the MariaDB Foundation +Tencent Games http://game.qq.com/ Gold Sponsor of the MariaDB Foundation Nexedi https://www.nexedi.com Silver Sponsor of the MariaDB Foundation -Acronis http://www.acronis.com Silver Sponsor of the MariaDB Foundation +Acronis https://www.acronis.com Silver Sponsor of the MariaDB Foundation Verkkokauppa.com https://www.verkkokauppa.com Bronze Sponsor of the MariaDB Foundation Virtuozzo https://virtuozzo.com Bronze Sponsor of the MariaDB Foundation Tencent Game DBA http://tencentdba.com/about Bronze Sponsor of the MariaDB Foundation Tencent TDSQL http://tdsql.org Bronze Sponsor of the MariaDB Foundation +Percona https://www.percona.com/ Bronze Sponsor of the MariaDB Foundation Google USA Sponsoring encryption, parallel replication and GTID Facebook USA Sponsoring non-blocking API, LIMIT ROWS EXAMINED etc Ronald Bradford Brisbane, Australia EFF contribution for UC2006 Auction diff --git a/mysql-test/r/create_or_replace.result b/mysql-test/r/create_or_replace.result index 27aafa976a4fd822fe31dd5af30506955f4e21cf..c958ce87dd8bcca6aa2bdd59ea76d590975a3317 100644 --- a/mysql-test/r/create_or_replace.result +++ b/mysql-test/r/create_or_replace.result @@ -471,3 +471,38 @@ ERROR HY000: Table 't1' was not locked with LOCK TABLES UNLOCK TABLES; DROP FUNCTION f1; DROP TABLE t1; +# +# MDEV-14410 - Assertion `table->pos_in_locked_tables == __null || +# table->pos_in_locked_tables->table == table' failed in +# mark_used_tables_as_free_for_reuse +# +CREATE TABLE t1 (a INT); +CREATE TABLE t2 (b INT); +CREATE TABLE t3 (c INT); +CREATE TRIGGER tr1 BEFORE INSERT ON t3 FOR EACH ROW INSERT INTO t1 VALUES (); +CREATE TRIGGER tr2 BEFORE INSERT ON t2 FOR EACH ROW INSERT INTO t3 SELECT * FROM t1; +LOCK TABLE t1 WRITE, t2 WRITE; +CREATE OR REPLACE TABLE t1 (i INT); +UNLOCK TABLES; +INSERT INTO t2 VALUES (1); +DROP TABLE t1, t2, t3; +# +# MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed in +# Locked_tables_list::unlock_locked_tables +# +CREATE TEMPORARY TABLE t1(a INT) ENGINE=InnoDB; +CREATE TEMPORARY TABLE t2(a INT); +CREATE TABLE t3(a INT); +LOCK TABLE t2 WRITE; +SELECT * FROM t2; +a +CREATE OR REPLACE TEMPORARY TABLE t1(c INT DEFAULT ''); +ERROR 42000: Invalid default value for 'c' +SELECT * FROM t3; +ERROR HY000: Table 't3' was not locked with LOCK TABLES +CREATE OR REPLACE TEMPORARY TABLE t2(c INT DEFAULT ''); +ERROR 42000: Invalid default value for 'c' +SELECT * FROM t3; +ERROR HY000: Table 't3' was not locked with LOCK TABLES +UNLOCK TABLES; +DROP TABLE t3; diff --git a/mysql-test/r/ctype_uca.result b/mysql-test/r/ctype_uca.result index d9cba5368143c88243beacb9cae781691e107a7d..fa07b8a7ec308610c95b64bb5d194fc097947c8a 100644 --- a/mysql-test/r/ctype_uca.result +++ b/mysql-test/r/ctype_uca.result @@ -13952,6 +13952,27 @@ Warnings: Note 1003 select `test`.`t1`.`a` AS `a` from `test`.`t1` where ((`test`.`t1`.`a` = 'oe') and (`test`.`t1`.`a` = 'oe')) DROP TABLE t1; # +# MDEV-17064 LIKE function has error behavior on the fields in which the collation is xxx_unicode_xx +# +CREATE TABLE t1 (name VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci); +INSERT INTO t1 VALUES ('radio! test'); +SELECT * FROM t1 WHERE name LIKE '%!!%' ESCAPE '!'; +name +radio! test +ALTER TABLE t1 CHANGE COLUMN name name VARCHAR(20) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci'; +SELECT * FROM t1 WHERE name LIKE '%!!%' ESCAPE '!'; +name +radio! test +DROP TABLE t1; +CREATE TABLE t1 (name VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci); +INSERT INTO t1 VALUES ('radio! test'); +SELECT name LIKE '%!!%' ESCAPE '!' AS c1, +name LIKE '%!!%' COLLATE utf8_general_ci ESCAPE '!' AS c2 +FROM t1; +c1 c2 +1 1 +DROP TABLE t1; +# # End of MariaDB-10.0 tests # # diff --git a/mysql-test/r/derived_opt.result b/mysql-test/r/derived_opt.result index 04a76c2cbc81fdd3ce81d229fe32e9792d130809..63d2c43276846b880ba0c10f0aa0b7f255c91e6b 100644 --- a/mysql-test/r/derived_opt.result +++ b/mysql-test/r/derived_opt.result @@ -499,9 +499,42 @@ where D1.a= t1.a; id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 10 Using where -1 PRIMARY hash_ALL key0 #hash#key0 5 test.t1.a 100 Using join buffer (flat, BNLH join) +1 PRIMARY ref key0 key0 5 test.t1.a 10 2 DERIVED t2 ALL NULL NULL NULL NULL 100 Using filesort set join_cache_level=@tmp_jcl; set optimizer_switch=@tmp_os; drop table t1, t2; +# +# Bug mdev-17382: equi-join of derived table with join_cache_level=4 +# +CREATE TABLE t1 ( +id int NOT NULL, +amount decimal DEFAULT NULL, +PRIMARY KEY (id) +); +CREATE TABLE t2 ( +id int NOT NULL, +name varchar(50) DEFAULT NULL, +PRIMARY KEY (id) +); +INSERT INTO t1 VALUES +(1, 10.0000), (2, 20.0000), (3, 30.0000), (4, 40.0000), +(5, NULL), (6, NULL), (7, 70.0000), (8, 80.0000); +INSERT INTO t2 VALUES +(1,'A'), (2,'B'), (3,'C'), (4,'D'), (5, NULL), (6, NULL), +(7,'E'), (8,'F'), (9,'G'), (10,'H'), (11, NULL), (12, NULL); +set join_cache_level=4; +EXPLAIN +SELECT t2.id,t2.name,t.total_amt +FROM t2 +LEFT JOIN +(SELECT id, sum(amount) total_amt FROM t1 GROUP BY id) AS t +ON t2.id=t.id +WHERE t2.id < 3; +id select_type table type possible_keys key key_len ref rows Extra +1 PRIMARY t2 range PRIMARY PRIMARY 4 NULL 3 Using index condition +1 PRIMARY ref key0 key0 5 test.t2.id 2 +2 DERIVED t1 ALL NULL NULL NULL NULL 8 Using temporary; Using filesort +set join_cache_level=default; +DROP TABLE t1,t2; set optimizer_switch=@exit_optimizer_switch; diff --git a/mysql-test/r/distinct.result b/mysql-test/r/distinct.result index b5e8cefca69da395abce9c5311d34c065bb3bf8f..d6e5a69e217bc7d281241b560bd44fabfb99c39e 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -212,7 +212,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index NULL PRIMARY 4 NULL 1 Using index explain SELECT distinct a from t3 order by a desc limit 2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t3 index NULL a 5 NULL 2 Using index +1 SIMPLE t3 index NULL a 5 NULL 40 Using index explain SELECT distinct a,b from t3 order by a+1; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t3 ALL NULL NULL NULL NULL 204 Using temporary; Using filesort diff --git a/mysql-test/r/explain_json.result b/mysql-test/r/explain_json.result index 9e5515f3cfaab7670d457eb5bbc5a6ad53fc7b12..0abbda352b7f73f30b529d870baabbcb211d1e7d 100644 --- a/mysql-test/r/explain_json.result +++ b/mysql-test/r/explain_json.result @@ -1030,10 +1030,10 @@ Table Op Msg_type Msg_text test.t1 analyze status Table is already up to date explain select count(distinct a1,a2,b) from t1 where (a2 >= 'b') and (b = 'a'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using where; Using index for group-by explain select count(distinct a1,a2,b,c) from t1 where (a2 >= 'b') and (b = 'a') and (c = 'i121'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_1 163 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 163 NULL 65 Using where; Using index for group-by (scanning) explain format=json select count(distinct a1,a2,b) from t1 where (a2 >= 'b') and (b = 'a'); EXPLAIN { @@ -1041,14 +1041,14 @@ EXPLAIN "select_id": 1, "table": { "table_name": "t1", - "access_type": "index", - "key": "idx_t1_2", + "access_type": "range", + "key": "idx_t1_1", "key_length": "147", "used_key_parts": ["a1", "a2", "b"], - "rows": 128, + "rows": 17, "filtered": 100, "attached_condition": "((t1.b = 'a') and (t1.a2 >= 'b'))", - "using_index": true + "using_index_for_group_by": true } } } @@ -1059,14 +1059,14 @@ EXPLAIN "select_id": 1, "table": { "table_name": "t1", - "access_type": "index", + "access_type": "range", "key": "idx_t1_1", "key_length": "163", "used_key_parts": ["a1", "a2", "b", "c"], - "rows": 128, + "rows": 65, "filtered": 100, "attached_condition": "((t1.b = 'a') and (t1.c = 'i121') and (t1.a2 >= 'b'))", - "using_index": true + "using_index_for_group_by": "scanning" } } } diff --git a/mysql-test/r/flush.result b/mysql-test/r/flush.result index b64351045bf843f611c14d03402bbfa8302bfd08..2d7b81b190727c862d6973edd8ed9b0dd2f57a77 100644 --- a/mysql-test/r/flush.result +++ b/mysql-test/r/flush.result @@ -496,3 +496,27 @@ flush relay logs,relay logs; ERROR HY000: Incorrect usage of FLUSH and RELAY LOGS flush slave,slave; ERROR HY000: Incorrect usage of FLUSH and SLAVE +# +# MDEV-15890 Strange error message if you try to +# FLUSH TABLES after LOCK TABLES . +# +CREATE TABLE t1 (qty INT, price INT); +CREATE VIEW v1 AS SELECT qty, price, qty*price AS value FROM t1; +LOCK TABLES v1 READ; +FLUSH TABLES v1; +ERROR HY000: Table 't1' was locked with a READ lock and can't be updated +UNLOCK TABLES; +LOCK TABLES v1 WRITE; +FLUSH TABLES v1; +ERROR HY000: Table 't1' was locked with a READ lock and can't be updated +UNLOCK TABLES; +LOCK TABLES v1 READ; +FLUSH TABLES t1; +ERROR HY000: Table 't1' was locked with a READ lock and can't be updated +UNLOCK TABLES; +LOCK TABLES t1 READ; +FLUSH TABLES v1; +ERROR HY000: Table 'v1' was not locked with LOCK TABLES +UNLOCK TABLES; +DROP VIEW v1; +DROP TABLE t1; diff --git a/mysql-test/r/func_concat.result b/mysql-test/r/func_concat.result index 9ab6f74653eb4bf3913a31c6f817e66aa596abd4..acde1be051b66fec05d40e6758b485bc12be0aab 100644 --- a/mysql-test/r/func_concat.result +++ b/mysql-test/r/func_concat.result @@ -268,3 +268,23 @@ SET optimizer_switch=@save_optimizer_switch; SELECT UNHEX(CONCAT('414C2', HEX(8 + ROUND(RAND()*7)), SUBSTR(SHA(UUID()),6,33),HEX(2+ROUND(RAND()*8)))) IS NULL AS c1; c1 0 +# +# MDEV-13119 Wrong results with CAST(AS CHAR) and subquery +# +SET optimizer_switch=_utf8'derived_merge=on'; +CREATE TABLE t1 (t VARCHAR(10) CHARSET latin1); +INSERT INTO t1 VALUES('abcdefghi'); +SELECT CONCAT(t2,'-',t2) c2 FROM (SELECT CAST(t AS CHAR CHARACTER SET utf8) t2 FROM t1) sub; +c2 +abcdefghi-abcdefghi +DROP TABLE t1; +SET optimizer_switch=@save_optimizer_switch; +# +# MDEV-13120 Wrong results with MAKE_SET() and subquery +# +CREATE TABLE t1 (t VARCHAR(10) CHARSET latin1); +INSERT INTO t1 VALUES('abcdefghi'); +SELECT CONCAT(t2,'-',t2) c2 FROM (SELECT MAKE_SET(3,t,t) t2 FROM t1) sub; +c2 +abcdefghi,abcdefghi-abcdefghi,abcdefghi +DROP TABLE t1; diff --git a/mysql-test/r/func_isnull.result b/mysql-test/r/func_isnull.result index 88c5bfd54680ac77402e3bd6b5cb5c1a41318239..a97d4a67939eea64627a38e7db58a9be6d960579 100644 --- a/mysql-test/r/func_isnull.result +++ b/mysql-test/r/func_isnull.result @@ -106,5 +106,25 @@ Note 1003 select `test`.`t2`.`d1` AS `d1`,`test`.`t1`.`d1` AS `d1` from `test`.` DROP VIEW v1; DROP TABLE t1,t2; # +# MDEV-15475: Assertion `!table || (!table->read_set || +# bitmap_is_set(table->read_set, field_index))' +# failed on EXPLAIN EXTENDED with constant table and view +# +CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM; +CREATE VIEW v1 AS SELECT * FROM t1; +INSERT INTO t1 VALUES (1); +EXPLAIN EXTENDED SELECT ISNULL(pk) FROM v1; +id select_type table type possible_keys key key_len ref rows filtered Extra +1 SIMPLE t1 system NULL NULL NULL NULL 1 100.00 +Warnings: +Note 1003 select isnull(/*always not null*/ 1) AS `ISNULL(pk)` from dual +EXPLAIN EXTENDED SELECT IFNULL(pk,0) FROM v1; +id select_type table type possible_keys key key_len ref rows filtered Extra +1 SIMPLE t1 system NULL NULL NULL NULL 1 100.00 +Warnings: +Note 1003 select ifnull(1,0) AS `IFNULL(pk,0)` from dual +DROP VIEW v1; +DROP TABLE t1; +# # End of 5.5 tests # diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result index 2180ec2b83c70186dd3ce0ece4c183b535a8948e..f0652236a383c2912e52df690991de788b919b50 100644 --- a/mysql-test/r/func_time.result +++ b/mysql-test/r/func_time.result @@ -2796,6 +2796,169 @@ SEC_TO_TIME(MAKEDATE(0,RAND(~0))) 838:59:59 Warnings: Warning 1292 Truncated incorrect time value: '20000101' +SELECT PERIOD_DIFF(2018, AES_ENCRYPT('Rae Bareli', 'Rae Bareli')); +PERIOD_DIFF(2018, AES_ENCRYPT('Rae Bareli', 'Rae Bareli')) +24257 +Warnings: +Warning 1292 Truncated incorrect INTEGER value: '-3S\xFA\xDE?\x00\x00\xCA\xB3\xEEE\xA4\xD1\xC1\xA8' +# +# MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result +# +SELECT +MAKETIME(1e10,0,0), +MAKETIME(-1e10,0,0), +MAKETIME(1e50,0,0), +MAKETIME(-1e50,0,0), +MAKETIME(COALESCE(1e50),0,0), +MAKETIME(COALESCE(-1e50),0,0); +MAKETIME(1e10,0,0) 838:59:59 +MAKETIME(-1e10,0,0) -838:59:59 +MAKETIME(1e50,0,0) 838:59:59 +MAKETIME(-1e50,0,0) -838:59:59 +MAKETIME(COALESCE(1e50),0,0) 838:59:59 +MAKETIME(COALESCE(-1e50),0,0) -838:59:59 +Warnings: +Level Warning +Code 1292 +Message Truncated incorrect time value: '10000000000:00:00' +Level Warning +Code 1292 +Message Truncated incorrect time value: '-10000000000:00:00' +Level Warning +Code 1292 +Message Truncated incorrect time value: '9223372036854775807:00:00' +Level Warning +Code 1292 +Message Truncated incorrect time value: '-9223372036854775808:00:00' +Level Warning +Code 1292 +Message Truncated incorrect time value: '9223372036854775807:00:00' +Level Warning +Code 1292 +Message Truncated incorrect time value: '-9223372036854775808:00:00' +CREATE TABLE t1 (a FLOAT); +INSERT INTO t1 VALUES (1e30),(-1e30); +SELECT MAKETIME(a,0,0) FROM t1; +MAKETIME(a,0,0) +838:59:59 +-838:59:59 +Warnings: +Warning 1292 Truncated incorrect time value: '9223372036854775807:00:00' +Warning 1292 Truncated incorrect time value: '-9223372036854775808:00:00' +DROP TABLE t1; +# +# MDEV-17244 MAKETIME(900,0,0.111) returns a wrong result +# +SELECT MAKETIME(900,0,0); +MAKETIME(900,0,0) +838:59:59 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.1); +MAKETIME(900,0,0.1) +838:59:59.9 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.11); +MAKETIME(900,0,0.11) +838:59:59.99 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.111); +MAKETIME(900,0,0.111) +838:59:59.999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.1111); +MAKETIME(900,0,0.1111) +838:59:59.9999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.11111); +MAKETIME(900,0,0.11111) +838:59:59.99999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.111111); +MAKETIME(900,0,0.111111) +838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.1111111); +MAKETIME(900,0,0.1111111) +838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.11111111); +MAKETIME(900,0,0.11111111) +838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,0.111111111); +MAKETIME(900,0,0.111111111) +838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:00' +SELECT MAKETIME(900,0,EXP(1)); +MAKETIME(900,0,EXP(1)) +838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '900:00:02' +SELECT MAKETIME(-900,0,0); +MAKETIME(-900,0,0) +-838:59:59 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.1); +MAKETIME(-900,0,0.1) +-838:59:59.9 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.11); +MAKETIME(-900,0,0.11) +-838:59:59.99 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.111); +MAKETIME(-900,0,0.111) +-838:59:59.999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.1111); +MAKETIME(-900,0,0.1111) +-838:59:59.9999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.11111); +MAKETIME(-900,0,0.11111) +-838:59:59.99999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.111111); +MAKETIME(-900,0,0.111111) +-838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.1111111); +MAKETIME(-900,0,0.1111111) +-838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.11111111); +MAKETIME(-900,0,0.11111111) +-838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,0.111111111); +MAKETIME(-900,0,0.111111111) +-838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:00' +SELECT MAKETIME(-900,0,EXP(1)); +MAKETIME(-900,0,EXP(1)) +-838:59:59.999999 +Warnings: +Warning 1292 Truncated incorrect time value: '-900:00:02' # # End of 5.5 tests # diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index 76f4f6accdbc87aa8de0141173a8f1d10f552eb1..f89cceb3664b061b73d91a4b80597fabb94baa7f 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -1733,6 +1733,22 @@ c2 DROP TABLE t1; SET optimizer_switch=@save_optimizer_switch; # +# MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query with +# optimizer_use_condition_selectivity>=3 +# +CREATE TABLE t1 (a POINT); +INSERT INTO t1 VALUES (POINT(1,1)),(POINT(1,2)),(POINT(1,3)); +set @save_use_stat_tables= @@use_stat_tables; +set @save_optimizer_use_condition_selectivity= @@optimizer_use_condition_selectivity; +set @@use_stat_tables= PREFERABLY; +set @@optimizer_use_condition_selectivity=3; +SELECT COUNT(*) FROM t1 WHERE a IN ('test','test1'); +COUNT(*) +0 +set @@use_stat_tables= @save_use_stat_tables; +set @@optimizer_use_condition_selectivity= @save_optimizer_use_condition_selectivity; +drop table t1; +# # End 10.0 tests # SHOW CREATE TABLE information_schema.geometry_columns; diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result index 7abaf834975200416ff1f4518e5e53823487989f..dc2664e040d1174c1d4b841492377847c34134f4 100644 --- a/mysql-test/r/grant.result +++ b/mysql-test/r/grant.result @@ -2577,6 +2577,35 @@ foo@localhost foo@127.0.0.1 # Clean-up DROP USER foo@'127.0.0.1'; # End of Bug#12766319 +create user foo@localhost; +create database foodb; +grant create routine on foodb.* to foo@localhost; +create procedure fooproc() select 'i am fooproc'; +show grants; +Grants for foo@localhost +GRANT USAGE ON *.* TO 'foo'@'localhost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'localhost' +GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE `test`.`fooproc` TO 'foo'@'localhost' +rename table mysql.procs_priv to mysql.procs_priv1; +flush privileges; +show grants for foo@localhost; +Grants for foo@localhost +GRANT USAGE ON *.* TO 'foo'@'localhost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'localhost' +rename table mysql.procs_priv1 to mysql.procs_priv; +show grants for foo@localhost; +Grants for foo@localhost +GRANT USAGE ON *.* TO 'foo'@'localhost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'localhost' +flush privileges; +show grants for foo@localhost; +Grants for foo@localhost +GRANT USAGE ON *.* TO 'foo'@'localhost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'localhost' +GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE `test`.`fooproc` TO 'foo'@'localhost' +drop user foo@localhost; +drop procedure fooproc; +drop database foodb; # # Bug#11756966 - 48958: STORED PROCEDURES CAN BE LEVERAGED TO BYPASS # DATABASE SECURITY diff --git a/mysql-test/r/group_min_max.result b/mysql-test/r/group_min_max.result index cd7f1014ec01803ef00d8dae9651b6b36cb35ccc..777780f84009eebd4a40e2275e691b5a499c25d0 100644 --- a/mysql-test/r/group_min_max.result +++ b/mysql-test/r/group_min_max.result @@ -1707,13 +1707,13 @@ select a1,a2,b from t2 where (a1 > 'a') and (a2 > 'a') and (b = 'c') group by a1 a1 a2 b explain select distinct a1,a2,b from t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using index +1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using index for group-by explain select distinct a1,a2,b from t1 where (a2 >= 'b') and (b = 'a'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using where; Using index for group-by explain extended select distinct a1,a2,b,c from t1 where (a2 >= 'b') and (b = 'a') and (c = 'i121'); id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE t1 index NULL idx_t1_1 163 NULL 128 100.00 Using where; Using index +1 SIMPLE t1 index NULL idx_t1_1 163 NULL 128 50.78 Using where; Using index Warnings: Note 1003 select distinct `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` where ((`test`.`t1`.`b` = 'a') and (`test`.`t1`.`c` = 'i121') and (`test`.`t1`.`a2` >= 'b')) explain select distinct a1,a2,b from t1 where (a1 > 'a') and (a2 > 'a') and (b = 'c'); @@ -1724,13 +1724,13 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using where; Using index explain select distinct a1,a2,b from t2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL idx_t2_2 146 NULL # Using index +1 SIMPLE t2 range NULL idx_t2_1 146 NULL # Using index for group-by explain select distinct a1,a2,b from t2 where (a2 >= 'b') and (b = 'a'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL idx_t2_2 146 NULL # Using where; Using index +1 SIMPLE t2 range NULL idx_t2_1 146 NULL # Using where; Using index for group-by explain extended select distinct a1,a2,b,c from t2 where (a2 >= 'b') and (b = 'a') and (c = 'i121'); id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE t2 index NULL idx_t2_1 163 NULL 164 100.00 Using where; Using index +1 SIMPLE t2 index NULL idx_t2_1 163 NULL 164 50.61 Using where; Using index Warnings: Note 1003 select distinct `test`.`t2`.`a1` AS `a1`,`test`.`t2`.`a2` AS `a2`,`test`.`t2`.`b` AS `b`,`test`.`t2`.`c` AS `c` from `test`.`t2` where ((`test`.`t2`.`b` = 'a') and (`test`.`t2`.`c` = 'i121') and (`test`.`t2`.`a2` >= 'b')) explain select distinct a1,a2,b from t2 where (a1 > 'a') and (a2 > 'a') and (b = 'c'); @@ -1855,7 +1855,7 @@ c e d e explain select distinct a1,a2,b from t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using index +1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using index for group-by explain select distinct a1,a2,b from t1 where (a2 >= 'b') and (b = 'a') group by a1,a2,b; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using where; Using index for group-by @@ -1870,7 +1870,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using where; Using index for group-by; Using temporary; Using filesort explain select distinct a1,a2,b from t2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL idx_t2_2 146 NULL # Using index +1 SIMPLE t2 range NULL idx_t2_1 146 NULL # Using index for group-by explain select distinct a1,a2,b from t2 where (a2 >= 'b') and (b = 'a') group by a1,a2,b; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t2 range NULL idx_t2_1 146 NULL # Using where; Using index for group-by @@ -1953,10 +1953,10 @@ b a explain select count(distinct a1,a2,b) from t1 where (a2 >= 'b') and (b = 'a'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 147 NULL 17 Using where; Using index for group-by explain select count(distinct a1,a2,b,c) from t1 where (a2 >= 'b') and (b = 'a') and (c = 'i121'); id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_1 163 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 163 NULL 65 Using where; Using index for group-by (scanning) explain extended select count(distinct a1,a2,b) from t1 where (a1 > 'a') and (a2 > 'a') and (b = 'c'); id select_type table type possible_keys key key_len ref rows filtered Extra 1 SIMPLE t1 range idx_t1_0,idx_t1_1,idx_t1_2 idx_t1_1 147 NULL 14 100.00 Using where; Using index for group-by @@ -2173,7 +2173,7 @@ c d explain select distinct a1 from t1 where a2 = 'b'; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx_t1_2 147 NULL 128 Using where; Using index +1 SIMPLE t1 range NULL idx_t1_1 130 NULL 5 Using where; Using index for group-by select distinct a1 from t1 where a2 = 'b'; a1 a @@ -2283,7 +2283,7 @@ INSERT INTO t1 (a) VALUES ('SOUTH EAST'), ('SOUTH WEST'), ('WESTERN'); EXPLAIN SELECT DISTINCT a,a FROM t1 ORDER BY a; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 66 NULL 11 Using index +1 SIMPLE t1 range NULL a 66 NULL 6 Using index for group-by SELECT DISTINCT a,a FROM t1 ORDER BY a; a a @@ -2499,7 +2499,7 @@ INSERT INTO t1 VALUES (4), (2), (1), (2), (2), (4), (1), (4); EXPLAIN SELECT DISTINCT(a) FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx 5 NULL 16 Using index +1 SIMPLE t1 range NULL idx 5 NULL 9 Using index for group-by SELECT DISTINCT(a) FROM t1; a 1 @@ -2507,7 +2507,7 @@ a 4 EXPLAIN SELECT SQL_BIG_RESULT DISTINCT(a) FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL idx 5 NULL 16 Using index +1 SIMPLE t1 range NULL idx 5 NULL 9 Using index for group-by SELECT SQL_BIG_RESULT DISTINCT(a) FROM t1; a 1 @@ -2646,7 +2646,7 @@ INSERT INTO t1 SELECT * FROM t1; INSERT INTO t1 SELECT a,b,c+1,d FROM t1; EXPLAIN SELECT DISTINCT c FROM t1 WHERE d=4; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL foo 20 NULL 32 Using where; Using index +1 SIMPLE t1 range NULL foo 10 NULL 9 Using where; Using index for group-by SELECT DISTINCT c FROM t1 WHERE d=4; c 1 @@ -3339,19 +3339,19 @@ INSERT INTO t2 SELECT a, b + 4, c,d,e,f FROM t2; INSERT INTO t2 SELECT a + 1, b, c,d,e,f FROM t2; EXPLAIN SELECT COUNT(DISTINCT a) FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 10 NULL 16 Using index +1 SIMPLE t1 range NULL a 5 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a) FROM t1; COUNT(DISTINCT a) 2 EXPLAIN SELECT COUNT(DISTINCT a,b) FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 10 NULL 16 Using index +1 SIMPLE t1 range NULL a 10 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a,b) FROM t1; COUNT(DISTINCT a,b) 16 EXPLAIN SELECT COUNT(DISTINCT b,a) FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 10 NULL 16 Using index +1 SIMPLE t1 range NULL a 10 NULL 9 Using index for group-by SELECT COUNT(DISTINCT b,a) FROM t1; COUNT(DISTINCT b,a) 16 @@ -3414,7 +3414,7 @@ COUNT(DISTINCT a) 2 EXPLAIN SELECT 1 FROM t1 HAVING COUNT(DISTINCT a) < 10; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 10 NULL 16 Using index +1 SIMPLE t1 range NULL a 5 NULL 9 Using index for group-by SELECT 1 FROM t1 HAVING COUNT(DISTINCT a) < 10; 1 1 @@ -3435,19 +3435,19 @@ COUNT(DISTINCT t1_1.a) 1 EXPLAIN SELECT COUNT(DISTINCT a), 12 FROM t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL a 10 NULL 16 Using index +1 SIMPLE t1 range NULL a 5 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a), 12 FROM t1; COUNT(DISTINCT a) 12 2 12 EXPLAIN SELECT COUNT(DISTINCT a, b, c) FROM t2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL a 15 NULL 16 Using index +1 SIMPLE t2 range NULL a 15 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a, b, c) FROM t2; COUNT(DISTINCT a, b, c) 16 EXPLAIN SELECT COUNT(DISTINCT a), SUM(DISTINCT a), AVG(DISTINCT a) FROM t2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL a 15 NULL 16 Using index +1 SIMPLE t2 range NULL a 5 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a), SUM(DISTINCT a), AVG(DISTINCT a) FROM t2; COUNT(DISTINCT a) SUM(DISTINCT a) AVG(DISTINCT a) 2 3 1.5000 @@ -3459,7 +3459,7 @@ COUNT(DISTINCT a) SUM(DISTINCT a) AVG(DISTINCT f) 2 3 1.0000 EXPLAIN SELECT COUNT(DISTINCT a, b), COUNT(DISTINCT b, a) FROM t2; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t2 index NULL a 15 NULL 16 Using index +1 SIMPLE t2 range NULL a 10 NULL 9 Using index for group-by SELECT COUNT(DISTINCT a, b), COUNT(DISTINCT b, a) FROM t2; COUNT(DISTINCT a, b) COUNT(DISTINCT b, a) 16 16 @@ -3733,6 +3733,34 @@ id MIN(a) MAX(a) 4 2001-01-04 2001-01-04 DROP TABLE t1; # +# MDEV-17039: Query plan changes when we use GROUP BY optimization with optimizer_use_condition_selectivity=4 +# and use_stat_tables= PREFERABLY +# +CREATE TABLE t1 (a INT, b INT,c INT DEFAULT 0, INDEX (a,b)); +INSERT INTO t1 (a, b) VALUES (1,1), (1,2), (1,3), (1,4), (1,5), +(2,2), (2,3), (2,1), (3,1), (4,1), (4,2), (4,3), (4,4), (4,5), (4,6); +set @save_optimizer_use_condition_selectivity= @@optimizer_use_condition_selectivity; +set @save_use_stat_tables= @@use_stat_tables; +set @@optimizer_use_condition_selectivity=4; +set @@use_stat_tables=PREFERABLY; +explain extended SELECT a FROM t1 AS t1_outer WHERE a IN (SELECT max(b) FROM t1 GROUP BY a); +id select_type table type possible_keys key key_len ref rows filtered Extra +1 PRIMARY ALL distinct_key NULL NULL NULL 8 100.00 +1 PRIMARY t1_outer ref a a 5 .max(b) 2 100.00 Using index +2 MATERIALIZED t1 range NULL a 5 NULL 8 100.00 Using index for group-by +Warnings: +Note 1003 select `test`.`t1_outer`.`a` AS `a` from (select max(`test`.`t1`.`b`) from `test`.`t1` group by `test`.`t1`.`a`) join `test`.`t1` `t1_outer` where (`test`.`t1_outer`.`a` = ``.`max(b)`) +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; +set @@use_stat_tables=@save_use_stat_tables; +explain extended SELECT a FROM t1 AS t1_outer WHERE a IN (SELECT max(b) FROM t1 GROUP BY a); +id select_type table type possible_keys key key_len ref rows filtered Extra +1 PRIMARY ALL distinct_key NULL NULL NULL 8 100.00 +1 PRIMARY t1_outer ref a a 5 .max(b) 2 100.00 Using index +2 MATERIALIZED t1 range NULL a 5 NULL 8 100.00 Using index for group-by +Warnings: +Note 1003 select `test`.`t1_outer`.`a` AS `a` from (select max(`test`.`t1`.`b`) from `test`.`t1` group by `test`.`t1`.`a`) join `test`.`t1` `t1_outer` where (`test`.`t1_outer`.`a` = ``.`max(b)`) +drop table t1; +# # End of 10.0 tests # # @@ -3893,5 +3921,22 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index a a 13 NULL 2 Using where; Using index drop table t1; # +# MDEV-15433: Optimizer does not use group by optimization with distinct +# +CREATE TABLE t1 (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, a INT NOT NULL, KEY(a)); +OPTIMIZE TABLE t1; +Table Op Msg_type Msg_text +test.t1 optimize status OK +EXPLAIN SELECT DISTINCT a FROM t1; +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE t1 range NULL a 4 NULL 5 Using index for group-by +SELECT DISTINCT a FROM t1; +a +1 +2 +3 +4 +drop table t1; +# # End of 10.1 tests # diff --git a/mysql-test/r/innodb_mrr_cpk.result b/mysql-test/r/innodb_mrr_cpk.result index 28d7dd51df8c44173959c3a5766661a6b73f62d1..a2e43d7d1278be74331f82dc2630b221ab95f2fd 100644 --- a/mysql-test/r/innodb_mrr_cpk.result +++ b/mysql-test/r/innodb_mrr_cpk.result @@ -226,7 +226,7 @@ set join_cache_level=3; explain SELECT 1 FROM (SELECT url, id FROM t2 LIMIT 1 OFFSET 20) derived RIGHT JOIN t1 ON t1.id = derived.id; id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL # -1 PRIMARY hash_ALL key0 #hash#key0 25 test.t1.id # Using join buffer (flat, BNLH join) +1 PRIMARY ref key0 key0 25 test.t1.id # 2 DERIVED t2 ALL NULL NULL NULL NULL # set join_cache_level= @tmp_mdev5037; drop table t0,t1,t2; diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index 65886e5448526f612ee9e798c584652c039347d6..8c529b27e92b208d289aa2a7b1827238e159e927 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -1519,11 +1519,13 @@ ERROR 42S22: Unknown column 'f' in 'from clause' DROP TABLE t; CREATE TABLE t (f INT); CALL p; -ERROR 42S22: Unknown column 'f' in 'from clause' +f DROP TABLE t; CREATE TABLE t (i INT); CALL p; -ERROR 42S22: Unknown column 'f' in 'from clause' +ERROR 42S22: Unknown column 't1.f' in 'field list' +CALL p; +ERROR 42S22: Unknown column 't1.f' in 'field list' DROP PROCEDURE p; DROP TABLE t; CREATE TABLE t1 (a INT, b INT); diff --git a/mysql-test/r/lowercase_fs_off.result b/mysql-test/r/lowercase_fs_off.result index dea4670d2c7f193bed3f731582a177222d3f7177..739de4b50cf59741675dd21279c8aea84a478f6a 100644 --- a/mysql-test/r/lowercase_fs_off.result +++ b/mysql-test/r/lowercase_fs_off.result @@ -65,6 +65,69 @@ CREATE TRIGGER t1_bi BEFORE INSERT ON t1 FOR EACH ROW SET new.a= 1; RENAME TABLE t1 TO T1; ALTER TABLE T1 RENAME t1; DROP TABLE t1; +create database TEST; +create procedure TEST.pr() begin end; +create procedure test.pr() begin end; +Phase 1/7: Checking and upgrading mysql database +Processing databases +mysql +mysql.column_stats OK +mysql.columns_priv OK +mysql.db OK +mysql.event OK +mysql.func OK +mysql.gtid_slave_pos OK +mysql.help_category OK +mysql.help_keyword OK +mysql.help_relation OK +mysql.help_topic OK +mysql.host OK +mysql.index_stats OK +mysql.innodb_index_stats +Error : Unknown storage engine 'InnoDB' +error : Corrupt +mysql.innodb_table_stats +Error : Unknown storage engine 'InnoDB' +error : Corrupt +mysql.plugin OK +mysql.proc OK +mysql.procs_priv OK +mysql.proxies_priv OK +mysql.roles_mapping OK +mysql.servers OK +mysql.table_stats OK +mysql.tables_priv OK +mysql.time_zone OK +mysql.time_zone_leap_second OK +mysql.time_zone_name OK +mysql.time_zone_transition OK +mysql.time_zone_transition_type OK +mysql.user OK + +Repairing tables +mysql.innodb_index_stats +Error : Unknown storage engine 'InnoDB' +error : Corrupt +mysql.innodb_table_stats +Error : Unknown storage engine 'InnoDB' +error : Corrupt +Phase 2/7: Installing used storage engines... Skipped +Phase 3/7: Fixing views +Phase 4/7: Running 'mysql_fix_privilege_tables' +Phase 5/7: Fixing table and database names +Phase 6/7: Checking and upgrading tables +Processing databases +TEST +information_schema +mtr +mtr.global_suppressions OK +mtr.test_suppressions OK +performance_schema +test +Phase 7/7: Running 'FLUSH PRIVILEGES' +OK +drop procedure test.pr; +drop database TEST; create table t1 (a int); create trigger t1_bi before insert on t1 for each row set new.a= 1; show triggers like '%T1%'; diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 09f014da627ed8aebe1c018522a3746ae34c6f03..06ef7e95bc9ddd6afafd7e0faed476af0088bae5 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -538,8 +538,6 @@ a # # End of 10.1 tests # -ERROR 1300 (HY000): Invalid utf8 character string: 'test\xF0\x9F\x98\x81 ' -ERROR 1300 (HY000): Invalid binary character string: 'test\xF0\x9F\x98\x81 ' ERROR 1300 (HY000) at line 2: Invalid utf8 character string: 'test\xF0\x9F\x98\x81' set GLOBAL sql_mode=default; diff --git a/mysql-test/r/mysql_not_windows.result b/mysql-test/r/mysql_not_windows.result index 1df62d9a12dcf81f7b0c5f09dc832fe0df9ce8ba..96210a366a62da568a3350a577c096697320c3f4 100644 --- a/mysql-test/r/mysql_not_windows.result +++ b/mysql-test/r/mysql_not_windows.result @@ -9,3 +9,5 @@ End of tests 2 X 3 +ERROR 1300 (HY000): Invalid utf8 character string: 'test\xF0\x9F\x98\x81 ' +ERROR 1300 (HY000): Invalid binary character string: 'test\xF0\x9F\x98\x81 ' diff --git a/mysql-test/r/order_by_zerolength-4285.result b/mysql-test/r/order_by_zerolength-4285.result index f60ce7d90c700636c46b0c4347939d9598d5b51c..e4c117b26afa21a5c51265a5dc536d91f0ba64a4 100644 --- a/mysql-test/r/order_by_zerolength-4285.result +++ b/mysql-test/r/order_by_zerolength-4285.result @@ -24,3 +24,23 @@ Warning 1292 Truncated incorrect CHAR(0) value: '8' Warning 1292 Truncated incorrect CHAR(0) value: '9' Warning 1292 Truncated incorrect CHAR(0) value: '10' drop table t1; +# +# MDEV-17020: Assertion `length > 0' failed in ptr_compare upon ORDER BY with bad conversion +# +set @save_sql_mode= @@sql_mode; +SET @@sql_mode= ''; +CREATE TABLE t1 (pk INT PRIMARY KEY); +INSERT INTO t1 VALUES (1),(2); +explain +SELECT * FROM t1 ORDER BY 'foo', CONVERT(pk, CHAR(0)) LIMIT 2; +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE t1 index NULL PRIMARY 4 NULL 2 Using index; Using filesort +SELECT * FROM t1 ORDER BY 'foo', Cast(pk as CHAR(0)) LIMIT 2; +pk +1 +2 +Warnings: +Warning 1292 Truncated incorrect CHAR(0) value: '1' +Warning 1292 Truncated incorrect CHAR(0) value: '2' +set @@sql_mode= @save_sql_mode; +drop table t1; diff --git a/mysql-test/r/partition_explicit_prune.result b/mysql-test/r/partition_explicit_prune.result index 3ca1e688e8f16f01526ef9cdb3f63b176da15505..c8ab243c34cb93fa91ccc2fca18b0ecafcfdfb04 100644 --- a/mysql-test/r/partition_explicit_prune.result +++ b/mysql-test/r/partition_explicit_prune.result @@ -1870,3 +1870,22 @@ CREATE TABLE t2 LIKE t1 PARTITION (p0, p2); ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'PARTITION (p0, p2)' at line 1 DROP TABLE t1; SET @@default_storage_engine = @old_default_storage_engine; +# +# MDEV-14815 - Server crash or AddressSanitizer errors or valgrind warnings in thr_lock / has_old_lock upon FLUSH TABLES +# +CREATE TABLE t1 (i INT) ENGINE=MEMORY PARTITION BY RANGE (i) (PARTITION p0 VALUES LESS THAN (4), PARTITION pm VALUES LESS THAN MAXVALUE); +CREATE TABLE t2 (i INT) ENGINE=MEMORY; +LOCK TABLE t1 WRITE, t2 WRITE; +SELECT * FROM t1 PARTITION (p0); +i +FLUSH TABLES; +SELECT * FROM t1 PARTITION (p0); +i +ALTER TABLE t1 TRUNCATE PARTITION p0; +SELECT * FROM t1 PARTITION (p0); +i +ALTER TABLE t1 EXCHANGE PARTITION p0 WITH TABLE t2; +SELECT * FROM t1 PARTITION (p0); +i +UNLOCK TABLES; +DROP TABLE t1, t2; diff --git a/mysql-test/r/selectivity.result b/mysql-test/r/selectivity.result index 6cb7934678b01acaecb9c4d6cd46e244bd7f3329..2e69f674ea359f1151b7bcd632976f36ea1c9e4e 100644 --- a/mysql-test/r/selectivity.result +++ b/mysql-test/r/selectivity.result @@ -782,9 +782,9 @@ set optimizer_use_condition_selectivity=3; explain extended select * from t1 where a < 1 and a > 7; id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables +1 SIMPLE t1 ALL NULL NULL NULL NULL 8 100.00 Using where Warnings: -Note 1003 select `test`.`t1`.`a` AS `a` from `test`.`t1` where 0 +Note 1003 select `test`.`t1`.`a` AS `a` from `test`.`t1` where ((`test`.`t1`.`a` < 1) and (`test`.`t1`.`a` > 7)) select * from t1 where a < 1 and a > 7; a drop table t1; @@ -1506,9 +1506,9 @@ col1 explain extended select * from t2 where col1 < 'b' and col1 > 'd'; id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables +1 SIMPLE t2 ALL NULL NULL NULL NULL 8 100.00 Using where Warnings: -Note 1003 select `test`.`t2`.`col1` AS `col1` from `test`.`t2` where 0 +Note 1003 select `test`.`t2`.`col1` AS `col1` from `test`.`t2` where ((`test`.`t2`.`col1` < 'b') and (`test`.`t2`.`col1` > 'd')) drop table t1,t2; set optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; @@ -1595,3 +1595,43 @@ drop table t1,t0; set histogram_size=@save_histogram_size; set optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; +# +# MDEV-15306: Wrong/Unexpected result with the value +# optimizer_use_condition_selectivity set to 4 +# +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); +CREATE FUNCTION f1() RETURNS INT DETERMINISTIC +BEGIN +SET @cnt := @cnt + 1; +RETURN 1; +END;| +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @save_use_stat_tables= @@use_stat_tables; +set @@use_stat_tables='complementary'; +set @@optimizer_use_condition_selectivity=4; +SET @cnt= 0; +SELECT * FROM t1 WHERE a = f1(); +a +1 +SELECT @cnt; +@cnt +1 +set @@use_stat_tables='preferably'; +analyze table t1 persistent for all; +Table Op Msg_type Msg_text +test.t1 analyze status Engine-independent statistics collected +test.t1 analyze status OK +SET @cnt := 0; +set @@optimizer_use_condition_selectivity=4; +SELECT * FROM t1 WHERE a = f1(); +a +1 +SELECT @cnt; +@cnt +2 +alter table t1 force; +set @@use_stat_tables= @save_use_stat_tables; +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; +drop table t1; +drop function f1; diff --git a/mysql-test/r/selectivity_innodb.result b/mysql-test/r/selectivity_innodb.result index e0227163d692ed5fd08226081f04e443b81eba5d..d3e71088f874eacec8fb9581ab0252fa8dc20389 100644 --- a/mysql-test/r/selectivity_innodb.result +++ b/mysql-test/r/selectivity_innodb.result @@ -789,9 +789,9 @@ set optimizer_use_condition_selectivity=3; explain extended select * from t1 where a < 1 and a > 7; id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables +1 SIMPLE t1 ALL NULL NULL NULL NULL 8 100.00 Using where Warnings: -Note 1003 select `test`.`t1`.`a` AS `a` from `test`.`t1` where 0 +Note 1003 select `test`.`t1`.`a` AS `a` from `test`.`t1` where ((`test`.`t1`.`a` < 1) and (`test`.`t1`.`a` > 7)) select * from t1 where a < 1 and a > 7; a drop table t1; @@ -1516,9 +1516,9 @@ col1 explain extended select * from t2 where col1 < 'b' and col1 > 'd'; id select_type table type possible_keys key key_len ref rows filtered Extra -1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables +1 SIMPLE t2 ALL NULL NULL NULL NULL 8 100.00 Using where Warnings: -Note 1003 select `test`.`t2`.`col1` AS `col1` from `test`.`t2` where 0 +Note 1003 select `test`.`t2`.`col1` AS `col1` from `test`.`t2` where ((`test`.`t2`.`col1` < 'b') and (`test`.`t2`.`col1` > 'd')) drop table t1,t2; set optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; @@ -1605,6 +1605,46 @@ drop table t1,t0; set histogram_size=@save_histogram_size; set optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; +# +# MDEV-15306: Wrong/Unexpected result with the value +# optimizer_use_condition_selectivity set to 4 +# +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); +CREATE FUNCTION f1() RETURNS INT DETERMINISTIC +BEGIN +SET @cnt := @cnt + 1; +RETURN 1; +END;| +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @save_use_stat_tables= @@use_stat_tables; +set @@use_stat_tables='complementary'; +set @@optimizer_use_condition_selectivity=4; +SET @cnt= 0; +SELECT * FROM t1 WHERE a = f1(); +a +1 +SELECT @cnt; +@cnt +1 +set @@use_stat_tables='preferably'; +analyze table t1 persistent for all; +Table Op Msg_type Msg_text +test.t1 analyze status Engine-independent statistics collected +test.t1 analyze status OK +SET @cnt := 0; +set @@optimizer_use_condition_selectivity=4; +SELECT * FROM t1 WHERE a = f1(); +a +1 +SELECT @cnt; +@cnt +2 +alter table t1 force; +set @@use_stat_tables= @save_use_stat_tables; +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; +drop table t1; +drop function f1; set optimizer_switch=@save_optimizer_switch_for_selectivity_test; set @tmp_ust= @@use_stat_tables; set @tmp_oucs= @@optimizer_use_condition_selectivity; diff --git a/mysql-test/r/sp-security.result b/mysql-test/r/sp-security.result index 276da41a0feea393d3db1073b4dfc0041affbcd9..44ac680f9c16dc771bbfc06638f301a8dabc64c7 100644 --- a/mysql-test/r/sp-security.result +++ b/mysql-test/r/sp-security.result @@ -628,6 +628,29 @@ SELECT 1 latin1 latin1_swedish_ci latin1_swedish_ci # Connection default DROP USER user2@localhost; DROP DATABASE db1; +create user foo@local_ost; +create user foo@`local\_ost`; +update mysql.user set plugin='foobar' where host='local\\_ost'; +flush privileges; +create database foodb; +grant create routine on foodb.* to foo@local_ost; +select user(), current_user(); +user() current_user() +foo@localhost foo@local_ost +show grants; +Grants for foo@local_ost +GRANT USAGE ON *.* TO 'foo'@'local_ost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'local_ost' +create procedure fooproc() select 'i am fooproc'; +show grants; +Grants for foo@local_ost +GRANT USAGE ON *.* TO 'foo'@'local_ost' +GRANT CREATE ROUTINE ON `foodb`.* TO 'foo'@'local_ost' +GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE `test`.`fooproc` TO 'foo'@'local_ost' +drop user foo@local_ost; +drop user foo@`local\_ost`; +drop procedure fooproc; +drop database foodb; # # Test for bug#12602983 - User without privilege on routine can discover # its existence by executing "select non_existing_func();" or by diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index bc33c08d9d8568ff813544c814c7ae7feeb7d102..044d430221aec5180b5e5c33106a090d397f5757 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -7901,6 +7901,23 @@ SET S.CLOSE_YN = '' where 1=1; drop function if exists f1; drop table t1,t2; +# +# MDEV-16957: Server crashes in Field_iterator_natural_join::next +# upon 2nd execution of SP +# +CREATE TABLE t1 (a INT, b VARCHAR(32)); +CREATE PROCEDURE sp() SELECT * FROM t1 AS t1x JOIN t1 AS t1y USING (c); +CALL sp; +ERROR 42S22: Unknown column 'c' in 'from clause' +CALL sp; +ERROR 42S22: Unknown column 'c' in 'from clause' +CALL sp; +ERROR 42S22: Unknown column 'c' in 'from clause' +alter table t1 add column c int; +CALL sp; +c a b a b +DROP PROCEDURE sp; +DROP TABLE t1; # End of 5.5 test # # MDEV-7040: Crash in field_conv, memcpy_field_possible, part#2 diff --git a/mysql-test/r/stat_tables.result b/mysql-test/r/stat_tables.result index ceadb61feeac3423ab19f76406cc7d1975261050..40290ca9879ed9daa0af7f0febdc77d2d1224ca3 100644 --- a/mysql-test/r/stat_tables.result +++ b/mysql-test/r/stat_tables.result @@ -578,57 +578,17 @@ db_name table_name column_name min_value max_value nulls_ratio avg_length avg_fr DROP TABLE t1; set use_stat_tables=@save_use_stat_tables; # -# MDEV-16757: manual addition of min/max statistics for BLOB +# MDEV-17023: Crash during read_histogram_for_table with optimizer_use_condition_selectivity set to 4 # -SET use_stat_tables= PREFERABLY; -CREATE TABLE t1 (pk INT PRIMARY KEY, t TEXT); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; -Table Op Msg_type Msg_text -test.t1 analyze status Engine-independent statistics collected -test.t1 analyze Warning Engine-independent statistics are not collected for column 't' -test.t1 analyze status OK -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -DELETE FROM mysql.column_stats -WHERE db_name='test' AND table_name='t1' AND column_name='t'; -INSERT INTO mysql.column_stats VALUES -('test','t1','t','bar','foo', 0.0, 3.0, 1.0, 0, NULL, NULL); -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -test t1 t bar foo 0.0000 3.0000 1.0000 0 NULL NULL -SELECT pk FROM t1; -pk -1 -2 -DROP TABLE t1; -set use_stat_tables=@save_use_stat_tables; -# -# MDEV-16760: CREATE OR REPLACE TABLE after ANALYZE TABLE -# -SET use_stat_tables= PREFERABLY; -CREATE TABLE t1 (pk int PRIMARY KEY, c varchar(32)); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; -Table Op Msg_type Msg_text -test.t1 analyze status Engine-independent statistics collected -test.t1 analyze status OK -SELECT * FROM t1; -pk c -1 foo -2 bar -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -test t1 c bar foo 0.0000 3.0000 1.0000 0 NULL NULL -CREATE OR REPLACE TABLE t1 (pk int PRIMARY KEY, a char(7)); -SELECT * FROM t1; -pk a -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -DROP TABLE t1; +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @@optimizer_use_condition_selectivity=4; +set @@use_stat_tables= PREFERABLY; +explain +SELECT * FROM INFORMATION_SCHEMA.PROFILING, mysql.user; +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE PROFILING ALL NULL NULL NULL NULL NULL +1 SIMPLE user ALL NULL NULL NULL NULL 4 Using join buffer (flat, BNL join) +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; # # MDEV-16711:CREATE OR REPLACE TABLE introducing BLOB column diff --git a/mysql-test/r/stat_tables_innodb.result b/mysql-test/r/stat_tables_innodb.result index c5e7309861cbe2de2e0d7b22acdf622a73a3ab5f..1b1cd7d9d8bc34f184ef2f29fc277d1ba85ade6f 100644 --- a/mysql-test/r/stat_tables_innodb.result +++ b/mysql-test/r/stat_tables_innodb.result @@ -605,57 +605,17 @@ db_name table_name column_name min_value max_value nulls_ratio avg_length avg_fr DROP TABLE t1; set use_stat_tables=@save_use_stat_tables; # -# MDEV-16757: manual addition of min/max statistics for BLOB +# MDEV-17023: Crash during read_histogram_for_table with optimizer_use_condition_selectivity set to 4 # -SET use_stat_tables= PREFERABLY; -CREATE TABLE t1 (pk INT PRIMARY KEY, t TEXT); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; -Table Op Msg_type Msg_text -test.t1 analyze status Engine-independent statistics collected -test.t1 analyze Warning Engine-independent statistics are not collected for column 't' -test.t1 analyze status OK -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -DELETE FROM mysql.column_stats -WHERE db_name='test' AND table_name='t1' AND column_name='t'; -INSERT INTO mysql.column_stats VALUES -('test','t1','t','bar','foo', 0.0, 3.0, 1.0, 0, NULL, NULL); -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -test t1 t bar foo 0.0000 3.0000 1.0000 0 NULL NULL -SELECT pk FROM t1; -pk -1 -2 -DROP TABLE t1; -set use_stat_tables=@save_use_stat_tables; -# -# MDEV-16760: CREATE OR REPLACE TABLE after ANALYZE TABLE -# -SET use_stat_tables= PREFERABLY; -CREATE TABLE t1 (pk int PRIMARY KEY, c varchar(32)); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; -Table Op Msg_type Msg_text -test.t1 analyze status Engine-independent statistics collected -test.t1 analyze status OK -SELECT * FROM t1; -pk c -1 foo -2 bar -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -test t1 pk 1 2 0.0000 4.0000 1.0000 0 NULL NULL -test t1 c bar foo 0.0000 3.0000 1.0000 0 NULL NULL -CREATE OR REPLACE TABLE t1 (pk int PRIMARY KEY, a char(7)); -SELECT * FROM t1; -pk a -SELECT * FROM mysql.column_stats; -db_name table_name column_name min_value max_value nulls_ratio avg_length avg_frequency hist_size hist_type histogram -DROP TABLE t1; +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @@optimizer_use_condition_selectivity=4; +set @@use_stat_tables= PREFERABLY; +explain +SELECT * FROM INFORMATION_SCHEMA.PROFILING, mysql.user; +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE PROFILING ALL NULL NULL NULL NULL NULL +1 SIMPLE user ALL NULL NULL NULL NULL 4 Using join buffer (flat, BNL join) +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; # # MDEV-16711:CREATE OR REPLACE TABLE introducing BLOB column diff --git a/mysql-test/r/subselect_extra_no_semijoin.result b/mysql-test/r/subselect_extra_no_semijoin.result index 79bca388181614abcd3851ac3e8e232c7238148c..200682b4065d9b32d558ed464e29124bb8bb5e35 100644 --- a/mysql-test/r/subselect_extra_no_semijoin.result +++ b/mysql-test/r/subselect_extra_no_semijoin.result @@ -482,3 +482,22 @@ DROP TABLE t1,t2; set optimizer_switch= @tmp_subselect_extra_derived; set optimizer_switch= @subselect_extra_no_sj_tmp; set @optimizer_switch_for_subselect_extra_test=null; +# +# MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset +# +SET NAMES tis620; +set @tmp= @@global.slow_query_log; +SET GLOBAL slow_query_log = 1; +SET long_query_time = 0.000001; +SET log_slow_verbosity = 'explain'; +CREATE TABLE t1 (a VARCHAR(3)) ENGINE=MyISAM; +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo'); +a +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo' UNION SELECT 'bar' ); +ERROR HY000: Illegal mix of collations (tis620_thai_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation '<=' +create table t2 (b int); +insert into t2 values (1),(2),(3); +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo' FROM t2); +ERROR HY000: Illegal mix of collations (tis620_thai_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation '<=' +drop table t1,t2; +SET GLOBAL slow_query_log=@tmp; diff --git a/mysql-test/r/subselect_mat.result b/mysql-test/r/subselect_mat.result index b89fd7e2b34f72214f628e2ce0535e6b0242f723..ac117093133f8ef276f3f162033bc19515f8a9bc 100644 --- a/mysql-test/r/subselect_mat.result +++ b/mysql-test/r/subselect_mat.result @@ -499,7 +499,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where 2 DEPENDENT SUBQUERY NULL NULL NULL NULL NULL NULL NULL NULL No tables used Warnings: -Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull('1 - 01')) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull('2 - 01')) and ('1 - 01') and ('2 - 01'))))) +Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull(/*always not null*/ 1)) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull(/*always not null*/ 1)) and ('1 - 01') and ('2 - 01'))))) select * from t1 where (a1, a2) in (select '1 - 01', '2 - 01'); a1 a2 1 - 01 2 - 01 @@ -509,7 +509,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where 2 DEPENDENT SUBQUERY NULL NULL NULL NULL NULL NULL NULL NULL No tables used Warnings: -Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull('1 - 01')) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull('2 - 01')) and ('1 - 01') and ('2 - 01'))))) +Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull(/*always not null*/ 1)) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull(/*always not null*/ 1)) and ('1 - 01') and ('2 - 01'))))) select * from t1 where (a1, a2) in (select '1 - 01', '2 - 01' from dual); a1 a2 1 - 01 2 - 01 @@ -1925,7 +1925,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where; Using join buffer (flat, BNL join) 2 MATERIALIZED t2 ALL NULL NULL NULL NULL 3 100.00 Warnings: -Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b` from (select max(`test`.`t2`.`c`) from `test`.`t2`) join `test`.`t1` where ((`test`.`t1`.`b` = 7) and (`test`.`t1`.`a` = ``.`MAX(c)`) and ((isnull(``.`MAX(c)`)) or (``.`MAX(c)` = 7))) +Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b` from (select max(`test`.`t2`.`c`) from `test`.`t2`) join `test`.`t1` where ((`test`.`t1`.`b` = 7) and (`test`.`t1`.`a` = ``.`MAX(c)`) and ((isnull(/*always not null*/ 1)) or (``.`MAX(c)` = 7))) SELECT * FROM t1 WHERE a IN (SELECT MAX(c) FROM t2) AND b=7 AND (a IS NULL OR a=b); a b diff --git a/mysql-test/r/subselect_sj_mat.result b/mysql-test/r/subselect_sj_mat.result index e72fe9a1edb420e8a296d35a9c8c2703ddca980c..3cb3750cbd65a402672ed67e03040c4e53bbde49 100644 --- a/mysql-test/r/subselect_sj_mat.result +++ b/mysql-test/r/subselect_sj_mat.result @@ -520,7 +520,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where 2 DEPENDENT SUBQUERY NULL NULL NULL NULL NULL NULL NULL NULL No tables used Warnings: -Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull('1 - 01')) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull('2 - 01')) and ('1 - 01') and ('2 - 01'))))) +Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull(/*always not null*/ 1)) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull(/*always not null*/ 1)) and ('1 - 01') and ('2 - 01'))))) select * from t1 where (a1, a2) in (select '1 - 01', '2 - 01'); a1 a2 1 - 01 2 - 01 @@ -530,7 +530,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where 2 DEPENDENT SUBQUERY NULL NULL NULL NULL NULL NULL NULL NULL No tables used Warnings: -Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull('1 - 01')) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull('2 - 01')) and ('1 - 01') and ('2 - 01'))))) +Note 1003 select `test`.`t1`.`a1` AS `a1`,`test`.`t1`.`a2` AS `a2` from `test`.`t1` where <`test`.`t1`.`a1`,`test`.`t1`.`a2`>(((`test`.`t1`.`a1`,`test`.`t1`.`a2`),(select '1 - 01','2 - 01' having ((((`test`.`t1`.`a1`) = '1 - 01') or isnull(/*always not null*/ 1)) and (((`test`.`t1`.`a2`) = '2 - 01') or isnull(/*always not null*/ 1)) and ('1 - 01') and ('2 - 01'))))) select * from t1 where (a1, a2) in (select '1 - 01', '2 - 01' from dual); a1 a2 1 - 01 2 - 01 @@ -1963,7 +1963,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY t1 ALL NULL NULL NULL NULL 3 100.00 Using where; Using join buffer (flat, BNL join) 2 MATERIALIZED t2 ALL NULL NULL NULL NULL 3 100.00 Warnings: -Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b` from (select max(`test`.`t2`.`c`) from `test`.`t2`) join `test`.`t1` where ((`test`.`t1`.`b` = 7) and (`test`.`t1`.`a` = ``.`MAX(c)`) and ((isnull(``.`MAX(c)`)) or (``.`MAX(c)` = 7))) +Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b` from (select max(`test`.`t2`.`c`) from `test`.`t2`) join `test`.`t1` where ((`test`.`t1`.`b` = 7) and (`test`.`t1`.`a` = ``.`MAX(c)`) and ((isnull(/*always not null*/ 1)) or (``.`MAX(c)` = 7))) SELECT * FROM t1 WHERE a IN (SELECT MAX(c) FROM t2) AND b=7 AND (a IS NULL OR a=b); a b diff --git a/mysql-test/r/type_float.result b/mysql-test/r/type_float.result index e7267f012ae2e0480c9b7a83334385b2bddaa5b2..f1d429a8058581cf6f5337d126a62be40daff1e5 100644 --- a/mysql-test/r/type_float.result +++ b/mysql-test/r/type_float.result @@ -448,6 +448,42 @@ select format(truncate('1.7976931348623157E+308',-12),1,'fr_BE') as foo; foo 0 # +# MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result +# +SELECT LEFT('a',EXP(50)); +LEFT('a',EXP(50)) +a +SELECT LEFT('a', COALESCE(1e30)); +LEFT('a', COALESCE(1e30)) +a +CREATE TABLE t1 (a FLOAT); +INSERT INTO t1 VALUES (1e30); +SELECT LEFT('a',a), LEFT('a',1e30) FROM t1; +LEFT('a',a) LEFT('a',1e30) +a a +DROP TABLE t1; +PREPARE stmt FROM 'SELECT LEFT(111,?)'; +SET @a=1e30; +EXECUTE stmt USING @a; +LEFT(111,?) +111 +DEALLOCATE PREPARE stmt; +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1),(2),(3); +SELECT LEFT('a',(SELECT 1e30 FROM t1 LIMIT 1)); +LEFT('a',(SELECT 1e30 FROM t1 LIMIT 1)) +a +DROP TABLE t1; +CREATE TABLE t1 (a DOUBLE); +INSERT INTO t1 VALUES (1e30),(0); +SELECT LEFT('a', SUM(a)) FROM t1; +LEFT('a', SUM(a)) +a +SELECT LEFT('a', AVG(a)) FROM t1; +LEFT('a', AVG(a)) +a +DROP TABLE t1; +# # Bug #13500371 63704: CONVERSION OF '1.' TO A NUMBER GIVES ERROR 1265 # (WARN_DATA_TRUNCATED) # diff --git a/mysql-test/r/type_newdecimal.result b/mysql-test/r/type_newdecimal.result index 56a04971fa19630950ac940184fb500ab484af22..2246784df42034fe5144884ad52a46e5ac965f01 100644 --- a/mysql-test/r/type_newdecimal.result +++ b/mysql-test/r/type_newdecimal.result @@ -1997,8 +1997,50 @@ select 0.0000000001 mod 1; select 0.01 mod 1; 0.01 mod 1 0.01 +CREATE TABLE t1 ( +`FLD1` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD2` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD3` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD4` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD5` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD6` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD7` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD8` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD9` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD10` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD11` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD12` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD13` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD14` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD15` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD16` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD17` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD18` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD19` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD20` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD21` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD22` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, +`FLD23` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000 +); +INSERT INTO t1 VALUES (001.0760,000.9500,001.0000,001.0000,001.0000, +001.0000,001.0000,001.0000,001.0000,001.0000,001.0000,000.5949,001.0194, +001.0000,001.0000,001.0000,001.0000,001.0000,001.0000,000.9220,001.1890,001.2130,327.2690); +select FLD1*FLD2*FLD3*FLD4*FLD5*FLD6*FLD7*FLD8*FLD9*FLD10*FLD11*FLD12*FLD13*FLD14*FLD15*FLD16*FLD17*FLD18*FLD19*FLD20*FLD21*FLD22*FLD23 as calc1 from t1; +calc1 +269.775757576440530322187032000000 +select FLD23*FLD2*FLD1*FLD4*FLD5*FLD11*FLD12*FLD13*FLD3*FLD15*FLD16*FLD17*FLD18*FLD19*FLD20*FLD21*FLD22*FLD14*FLD6*FLD7*FLD8*FLD9*FLD10 as calc2 from t1; +calc2 +269.775757576440530322187032000000 +DROP TABLE t1; +CREATE TABLE t1 AS SELECT 1.0 * 2.000; +SHOW CREATE TABLE t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `1.0 * 2.000` decimal(6,4) NOT NULL +) ENGINE=MyISAM DEFAULT CHARSET=latin1 +DROP TABLE t1; # -# Start of 10.0 tests +# End of 5.5 tests # # # MDEV-6950 Bad results with joins comparing DATE and INT/ENUM/VARCHAR columns diff --git a/mysql-test/r/type_year.result b/mysql-test/r/type_year.result index 204cec2cc668033aeedcfc28fc5b0e2a12dca6a0..c3498eabdceda0c556aad8ae7d16e6a1c8c11917 100644 --- a/mysql-test/r/type_year.result +++ b/mysql-test/r/type_year.result @@ -396,7 +396,14 @@ a drop table t1; drop function y2k; # -# Start of 10.1 tests +# MDEV-17257 Server crashes in Item::field_type_for_temporal_comparison or in get_datetime_value on SELECT with YEAR field and IN +# +CREATE TABLE t1 (y YEAR); +SELECT * FROM t1 WHERE y IN ( CAST( '1993-03-26 10:14:20' AS DATE ), NULL ); +y +DROP TABLE t1; +# +# End of 10.0 tests # # # MDEV-8741 Equal field propagation leaves some remainders after simplifying WHERE zerofill_column=2010 AND zerofill_column>=2010 diff --git a/mysql-test/suite.pm b/mysql-test/suite.pm index 5ac3bd3e138df5f929cdd34d0510d061adec1c6a..959329d1641ff8202c344e796b3061bccab62387 100644 --- a/mysql-test/suite.pm +++ b/mysql-test/suite.pm @@ -26,6 +26,9 @@ sub skip_combinations { # don't run tests for the wrong platform $skip{'include/platform.combinations'} = [ (IS_WINDOWS) ? 'unix' : 'win' ]; + $skip{'include/maybe_debug.combinations'} = + [ defined $::mysqld_variables{'debug-dbug'} ? 'release' : 'debug' ]; + # and for the wrong word size # check for exact values, in case the default changes to be small everywhere my $longsysvar= $::mysqld_variables{'max-binlog-stmt-cache-size'}; @@ -36,9 +39,6 @@ sub skip_combinations { die "unknown value max-binlog-stmt-cache-size=$longsysvar" unless $val_map{$longsysvar}; $skip{'include/word_size.combinations'} = [ $val_map{$longsysvar} ]; - $skip{'include/maybe_debug.combinations'} = - [ defined $::mysqld_variables{'debug-dbug'} ? 'release' : 'debug' ]; - # as a special case, disable certain include files as a whole $skip{'include/not_embedded.inc'} = 'Not run for embedded server' if $::opt_embedded_server; diff --git a/mysql-test/suite/binlog/r/binlog_flush_binlogs_delete_domain.result b/mysql-test/suite/binlog/r/binlog_flush_binlogs_delete_domain.result index 99f2a57835f97e2c5bcaca9b7cced309bf02c09c..fdcfb4bfa016db7ceff41fdfafb6b271b761c3cb 100644 --- a/mysql-test/suite/binlog/r/binlog_flush_binlogs_delete_domain.result +++ b/mysql-test/suite/binlog/r/binlog_flush_binlogs_delete_domain.result @@ -17,6 +17,12 @@ master-bin.000002 # SET @@SESSION.gtid_domain_id=1; SET @@SESSION.server_id=1; CREATE TABLE t (a int); +SELECT @@GLOBAL.gtid_binlog_state, @@GLOBAL.gtid_binlog_pos; +@@GLOBAL.gtid_binlog_state @@GLOBAL.gtid_binlog_pos +1-1-1 1-1-1 +include/show_binlog_events.inc +Log_name Pos Event_type Server_id End_log_pos Info +master-bin.000001 # Rotate # # master-bin.000002;pos=POS FLUSH BINARY LOGS DELETE_DOMAIN_ID = (1); ERROR HY000: Could not delete gtid domain. Reason: binlog files may contain gtids from the domain ('1') being deleted. Make sure to first purge those files. FLUSH BINARY LOGS; @@ -74,5 +80,11 @@ the following command succeeds with warnings FLUSH BINARY LOGS DELETE_DOMAIN_ID = (1); Warnings: Warning 1076 The current gtid binlog state is incompatible with a former one having a gtid '11-11-1' which is less than the '11-11-11' of the gtid list describing an earlier state. The state may have been affected by manually injecting a lower sequence number gtid or via replication. +RESET MASTER; +FLUSH BINARY LOGS DELETE_DOMAIN_ID = (4294967296); +ERROR HY000: The value of gtid domain being deleted ('4294967296') exceeds its maximum size of 32 bit unsigned integer +FLUSH BINARY LOGS DELETE_DOMAIN_ID = (4294967295); +Warnings: +Warning 1076 The gtid domain being deleted ('4294967295') is not in the current binlog state DROP TABLE t; RESET MASTER; diff --git a/mysql-test/suite/binlog/t/binlog_flush_binlogs_delete_domain.test b/mysql-test/suite/binlog/t/binlog_flush_binlogs_delete_domain.test index 0faafa35a1b1f1a61379f0fc0e843a5db19021e9..8311f4bd8005bbeedc67fbe74c9db0da18eca282 100644 --- a/mysql-test/suite/binlog/t/binlog_flush_binlogs_delete_domain.test +++ b/mysql-test/suite/binlog/t/binlog_flush_binlogs_delete_domain.test @@ -28,6 +28,9 @@ FLUSH BINARY LOGS DELETE_DOMAIN_ID = (99); SET @@SESSION.gtid_domain_id=1; SET @@SESSION.server_id=1; CREATE TABLE t (a int); +SELECT @@GLOBAL.gtid_binlog_state, @@GLOBAL.gtid_binlog_pos; +--let $binlog_start= +--source include/show_binlog_events.inc --error ER_BINLOG_CANT_DELETE_GTID_DOMAIN FLUSH BINARY LOGS DELETE_DOMAIN_ID = (1); @@ -129,6 +132,22 @@ SELECT @gtid_binlog_state_saved "as original state", @@GLOBAL.gtid_binlog_state --echo the following command succeeds with warnings --eval FLUSH BINARY LOGS DELETE_DOMAIN_ID = ($del_d_id) +# cleanup: forget the out-of-order +RESET MASTER; + +# +# MDEV-14431 +# Check rejection to delete a domain with value exceeding its range's maximum +# +--let $d_max_plus_1=`SELECT 1 << 32` +--error ER_BINLOG_CANT_DELETE_GTID_DOMAIN +--eval FLUSH BINARY LOGS DELETE_DOMAIN_ID = ($d_max_plus_1) + +# accepted maximum: +--let $d_max=`SELECT (1 << 32) - 1` +--error 0 +--eval FLUSH BINARY LOGS DELETE_DOMAIN_ID = ($d_max) + # # Cleanup # diff --git a/mysql-test/suite/galera/disabled.def b/mysql-test/suite/galera/disabled.def index 2ec3787c3b6a4b70f42347f487e23634ef4452ee..603031f52b7615fd2416c90e0dd3cc62f2e945fb 100644 --- a/mysql-test/suite/galera/disabled.def +++ b/mysql-test/suite/galera/disabled.def @@ -25,9 +25,13 @@ galera_gcache_recover_full_gcache : MDEV-13549 Galera test failures galera_gcache_recover_manytrx : MDEV-13549 Galera test failures galera_ssl_upgrade : MDEV-13549 Galera test failures galera.MW-329 : wsrep_local_replays not stable -galera.MW-328A : have_deadlocks test not stable -query_cache : MDEV-15805 Test failure on galera.query_cache MW-416 : MDEV-13549 Galera test failures -galera_wan : MDEV-13549 Galera test failures MW-388 : MDEV-13549 Galera test failures galera_sst_mysqldump_with_key : MDEV-16890 Galera test failure +galera_binlog_stmt_autoinc: MDEV-17106 Test failure on galera.galera_binlog_stmt_autoinc +galera_gc_fc_limit : MDEV-17061 Test failure on galera.galera_gc_fc_limit +partition : MDEV-13881 galera.partition failed in buildbot with wrong result +galera_as_slave_replication_budle : MDEV-15785 Test case galera_as_slave_replication_bundle caused debug assertion +galera_wan : MDEV-17259: Test failure on galera.galera_wan +galera_pc_ignore_sb : MDEV-17357 Test failure on galera.galera_pc_ignore_sb +galera_drop_database : test diff --git a/mysql-test/suite/galera/include/reset_query_cache.inc b/mysql-test/suite/galera/include/reset_query_cache.inc new file mode 100644 index 0000000000000000000000000000000000000000..6e33b886f08e691f2cf1e76894a47fae53b55d07 --- /dev/null +++ b/mysql-test/suite/galera/include/reset_query_cache.inc @@ -0,0 +1,11 @@ +--disable_query_log +--disable_result_log +--connection node_1 +flush query cache; +reset query cache; + +--connection node_2 +flush query cache; +reset query cache; +--enable_result_log +--enable_query_log diff --git a/mysql-test/suite/galera/r/MW-286.result b/mysql-test/suite/galera/r/MW-286.result index adc996c1cbe0f896198136c25b176d19f67be149..e30cf89b84c983d7d0e012997651abb3daf153dc 100644 --- a/mysql-test/suite/galera/r/MW-286.result +++ b/mysql-test/suite/galera/r/MW-286.result @@ -1,4 +1,4 @@ -CREATE TABLE ten (f1 INTEGER); +CREATE TABLE ten (f1 INTEGER) Engine=InnoDB; INSERT INTO ten VALUES (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB; INSERT INTO t1 (f1) SELECT 000000 + (10000 * a1.f1) + (1000 * a2.f1) + (100 * a3.f1) + (10 * a4.f1) + a5.f1 FROM ten AS a1, ten AS a2, ten AS a3, ten AS a4, ten AS a5; @@ -6,7 +6,6 @@ INSERT INTO t1 (f1) SELECT 100000 + (10000 * a1.f1) + (1000 * a2.f1) + (100 * a3 SET GLOBAL wsrep_desync = TRUE; SET wsrep_on = FALSE; ALTER TABLE t1 ADD PRIMARY KEY (f1); -ERROR 70100: Query execution was interrupted SET wsrep_on = TRUE; SET GLOBAL wsrep_desync = FALSE; DROP TABLE t1; diff --git a/mysql-test/suite/galera/r/MW-336.result b/mysql-test/suite/galera/r/MW-336.result index 34874198c6f925facae0c0ec797b3a82fbba0ef7..81e8eae0eb3a1a963d7c800ce0578e2a4a36dde2 100644 --- a/mysql-test/suite/galera/r/MW-336.result +++ b/mysql-test/suite/galera/r/MW-336.result @@ -1,33 +1,31 @@ CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB; +INSERT INTO t1 values(0); SET GLOBAL wsrep_slave_threads = 10; SET GLOBAL wsrep_slave_threads = 1; -INSERT INTO t1 VALUES (1); +# Wait 10 slave threads to start 1 +# Generate 12 replication events +SELECT COUNT(*) FROM t1; +COUNT(*) +13 +# Wait 9 slave threads to exit 1 SET GLOBAL wsrep_slave_threads = 10; +# Wait 10 slave threads to start 2 SET GLOBAL wsrep_slave_threads = 20; +# Wait 20 slave threads to start 3 SET GLOBAL wsrep_slave_threads = 1; -INSERT INTO t1 VALUES (1); -INSERT INTO t1 VALUES (2); -INSERT INTO t1 VALUES (3); -INSERT INTO t1 VALUES (4); -INSERT INTO t1 VALUES (5); -INSERT INTO t1 VALUES (6); -INSERT INTO t1 VALUES (7); -INSERT INTO t1 VALUES (8); -INSERT INTO t1 VALUES (9); +# Generate 40 replication events +SELECT COUNT(*) FROM t1; +COUNT(*) +53 +# Wait 10 slave threads to exit 3 SET GLOBAL wsrep_slave_threads = 10; SET GLOBAL wsrep_slave_threads = 0; Warnings: Warning 1292 Truncated incorrect wsrep_slave_threads value: '0' -INSERT INTO t1 VALUES (10); -INSERT INTO t1 VALUES (11); -INSERT INTO t1 VALUES (12); -INSERT INTO t1 VALUES (13); -INSERT INTO t1 VALUES (14); -INSERT INTO t1 VALUES (15); -INSERT INTO t1 VALUES (16); -INSERT INTO t1 VALUES (17); -INSERT INTO t1 VALUES (18); -INSERT INTO t1 VALUES (19); -INSERT INTO t1 VALUES (20); -SET GLOBAL wsrep_slave_threads = 1; +# Wait 10 slave threads to start 3 +# Generate 12 replication events +SELECT COUNT(*) FROM t1; +COUNT(*) +65 +# Wait 10 slave threads to exit 4 DROP TABLE t1; diff --git a/mysql-test/suite/galera/r/MW-44.result b/mysql-test/suite/galera/r/MW-44.result index 459a61030a4868b7e9adece18936d792f8870630..a07719daca12dfb32b8fde9e1b5c5397bd72d69b 100644 --- a/mysql-test/suite/galera/r/MW-44.result +++ b/mysql-test/suite/galera/r/MW-44.result @@ -1,31 +1,19 @@ -SET GLOBAL general_log='OFF'; TRUNCATE TABLE mysql.general_log; -SELECT COUNT(*) from mysql.general_log; -COUNT(*) -0 -SELECT * FROM mysql.general_log; -event_time user_host thread_id server_id command_type argument -SET GLOBAL general_log='OFF'; TRUNCATE TABLE mysql.general_log; -SELECT COUNT(*) from mysql.general_log; -COUNT(*) -0 -SELECT * FROM mysql.general_log; -event_time user_host thread_id server_id command_type argument +SELECT Argument FROM mysql.general_log; +Argument SET GLOBAL general_log='ON'; -SELECT COUNT(*) from mysql.general_log; -COUNT(*) -1 SET SESSION wsrep_osu_method=TOI; CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; SET SESSION wsrep_osu_method=RSU; ALTER TABLE t1 ADD COLUMN f2 INTEGER; SET SESSION wsrep_osu_method=TOI; -SELECT COUNT(*) = 2 FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument LIKE 'ALTER%'; -COUNT(*) = 2 -1 -SET GLOBAL general_log='ON'; -SELECT COUNT(*) = 0 FROM mysql.general_log WHERE argument NOT LIKE 'SELECT%'; -COUNT(*) = 0 -1 +SELECT argument FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument LIKE 'ALTER%'; +argument +CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB +ALTER TABLE t1 ADD COLUMN f2 INTEGER +SELECT Argument FROM mysql.general_log; +Argument DROP TABLE t1; +SET GLOBAL general_log='OFF'; +SET GLOBAL general_log='OFF'; diff --git a/mysql-test/suite/galera/r/galera#505.result b/mysql-test/suite/galera/r/galera#505.result new file mode 100644 index 0000000000000000000000000000000000000000..3a72c8435142455300e7b99131be6a093ae76635 --- /dev/null +++ b/mysql-test/suite/galera/r/galera#505.result @@ -0,0 +1,7 @@ +SET SESSION wsrep_sync_wait=0; +SET SESSION wsrep_sync_wait=DEFAULT; +SET GLOBAL wsrep_provider_options = 'pc.weight=3'; +SHOW GLOBAL VARIABLES LIKE 'wsrep_provider_options'; +Variable_name Value +wsrep_provider_options pc.weight = 3 +SET GLOBAL wsrep_provider_options = 'pc.weight=1'; diff --git a/mysql-test/suite/galera/r/galera_binlog_stmt_autoinc.result b/mysql-test/suite/galera/r/galera_binlog_stmt_autoinc.result new file mode 100644 index 0000000000000000000000000000000000000000..8e8b79b168f9c0ea5610527b83c60aacde9a5755 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_binlog_stmt_autoinc.result @@ -0,0 +1,147 @@ +SET GLOBAL wsrep_forced_binlog_format='STATEMENT'; +SET GLOBAL wsrep_forced_binlog_format='STATEMENT'; +CREATE TABLE t1 ( +i int(11) NOT NULL AUTO_INCREMENT, +c char(32) DEFAULT 'dummy_text', +PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +insert into t1(i) values(null); +select * from t1; +i c +3 dummy_text +insert into t1(i) values(null), (null), (null); +select * from t1; +i c +3 dummy_text +5 dummy_text +7 dummy_text +9 dummy_text +select * from t1; +i c +3 dummy_text +5 dummy_text +7 dummy_text +9 dummy_text +SET GLOBAL wsrep_forced_binlog_format='none'; +SET GLOBAL wsrep_forced_binlog_format='none'; +drop table t1; +SET SESSION binlog_format='STATEMENT'; +show variables like 'binlog_format'; +Variable_name Value +binlog_format STATEMENT +SET GLOBAL wsrep_auto_increment_control='OFF'; +SET SESSION auto_increment_increment = 3; +SET SESSION auto_increment_offset = 1; +CREATE TABLE t1 ( +i int(11) NOT NULL AUTO_INCREMENT, +c char(32) DEFAULT 'dummy_text', +PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +insert into t1(i) values(null); +select * from t1; +i c +4 dummy_text +insert into t1(i) values(null), (null), (null); +select * from t1; +i c +4 dummy_text +7 dummy_text +10 dummy_text +13 dummy_text +select * from t1; +i c +4 dummy_text +7 dummy_text +10 dummy_text +13 dummy_text +SET GLOBAL wsrep_auto_increment_control='ON'; +SET SESSION binlog_format='ROW'; +show variables like 'binlog_format'; +Variable_name Value +binlog_format ROW +show variables like '%auto_increment%'; +Variable_name Value +auto_increment_increment 2 +auto_increment_offset 1 +wsrep_auto_increment_control ON +SET GLOBAL wsrep_auto_increment_control='OFF'; +show variables like '%auto_increment%'; +Variable_name Value +auto_increment_increment 2 +auto_increment_offset 1 +wsrep_auto_increment_control OFF +SET GLOBAL wsrep_auto_increment_control='ON'; +drop table t1; +SET GLOBAL wsrep_forced_binlog_format='ROW'; +SET GLOBAL wsrep_forced_binlog_format='ROW'; +CREATE TABLE t1 ( +i int(11) NOT NULL AUTO_INCREMENT, +c char(32) DEFAULT 'dummy_text', +PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +insert into t1(i) values(null); +select * from t1; +i c +3 dummy_text +insert into t1(i) values(null), (null), (null); +select * from t1; +i c +3 dummy_text +5 dummy_text +7 dummy_text +9 dummy_text +select * from t1; +i c +3 dummy_text +5 dummy_text +7 dummy_text +9 dummy_text +SET GLOBAL wsrep_forced_binlog_format='none'; +SET GLOBAL wsrep_forced_binlog_format='none'; +drop table t1; +SET SESSION binlog_format='ROW'; +show variables like 'binlog_format'; +Variable_name Value +binlog_format ROW +SET GLOBAL wsrep_auto_increment_control='OFF'; +SET SESSION auto_increment_increment = 3; +SET SESSION auto_increment_offset = 1; +CREATE TABLE t1 ( +i int(11) NOT NULL AUTO_INCREMENT, +c char(32) DEFAULT 'dummy_text', +PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +insert into t1(i) values(null); +select * from t1; +i c +4 dummy_text +insert into t1(i) values(null), (null), (null); +select * from t1; +i c +4 dummy_text +7 dummy_text +10 dummy_text +13 dummy_text +select * from t1; +i c +4 dummy_text +7 dummy_text +10 dummy_text +13 dummy_text +SET GLOBAL wsrep_auto_increment_control='ON'; +show variables like 'binlog_format'; +Variable_name Value +binlog_format ROW +show variables like '%auto_increment%'; +Variable_name Value +auto_increment_increment 2 +auto_increment_offset 1 +wsrep_auto_increment_control ON +SET GLOBAL wsrep_auto_increment_control='OFF'; +show variables like '%auto_increment%'; +Variable_name Value +auto_increment_increment 2 +auto_increment_offset 1 +wsrep_auto_increment_control OFF +SET GLOBAL wsrep_auto_increment_control='ON'; +drop table t1; diff --git a/mysql-test/suite/galera/r/galera_defaults.result b/mysql-test/suite/galera/r/galera_defaults.result index 5c5fdabf432d3fe966f6691e767ecfd5d3832892..8083784bb01e55312c12f1288d6f17d09449df95 100644 --- a/mysql-test/suite/galera/r/galera_defaults.result +++ b/mysql-test/suite/galera/r/galera_defaults.result @@ -53,71 +53,3 @@ WSREP_SST_DONOR_REJECTS_QUERIES OFF WSREP_SST_METHOD rsync WSREP_SYNC_WAIT 15 ; ; ; cert.log_conflicts = no; debug = no; evs.auto_evict = 0; evs.causal_keepalive_period = PT1S; evs.debug_log_mask = 0x1; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT30S; evs.info_log_mask = 0; evs.install_timeout = PT15S; evs.join_retrans_period = PT1S; evs.keepalive_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT10S; evs.use_aggregate = true; evs.user_send_window = 2; evs.version = 0; evs.view_forget_timeout = P1D; ; gcache.keep_pages_size = 0; gcache.mem_size = 0; ; gcache.page_size = 128M; gcache.recover = no; gcache.size = 10M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; ; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; ; gmcast.mcast_addr = ; gmcast.mcast_ttl = 1; gmcast.peer_timeout = PT3S; gmcast.segment = 0; gmcast.time_wait = PT5S; gmcast.version = 0; ; pc.announce_timeout = PT3S; pc.checksum = false; pc.ignore_quorum = false; pc.ignore_sb = false; pc.linger = PT20S; pc.npvo = false; pc.recovery = true; pc.version = 0; pc.wait_prim = true; pc.wait_prim_timeout = PT30S; pc.weight = 1; protonet.backend = asio; protonet.version = 0; repl.causal_read_timeout = PT90S; repl.commit_order = 3; repl.key_format = FLAT8; repl.max_ws_size = 2147483647; ;socket.checksum = 2; socket.recv_buf_size = 212992; -SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_STATUS -WHERE VARIABLE_NAME LIKE 'wsrep_%' -AND VARIABLE_NAME != 'wsrep_debug_sync_waiters'; -COUNT(*) -58 -SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.GLOBAL_STATUS -WHERE VARIABLE_NAME LIKE 'wsrep_%' -AND VARIABLE_NAME != 'wsrep_debug_sync_waiters' -ORDER BY VARIABLE_NAME; -VARIABLE_NAME -WSREP_APPLY_OOOE -WSREP_APPLY_OOOL -WSREP_APPLY_WINDOW -WSREP_CAUSAL_READS -WSREP_CERT_DEPS_DISTANCE -WSREP_CERT_INDEX_SIZE -WSREP_CERT_INTERVAL -WSREP_CLUSTER_CONF_ID -WSREP_CLUSTER_SIZE -WSREP_CLUSTER_STATE_UUID -WSREP_CLUSTER_STATUS -WSREP_COMMIT_OOOE -WSREP_COMMIT_OOOL -WSREP_COMMIT_WINDOW -WSREP_CONNECTED -WSREP_DESYNC_COUNT -WSREP_EVS_DELAYED -WSREP_EVS_EVICT_LIST -WSREP_EVS_REPL_LATENCY -WSREP_EVS_STATE -WSREP_FLOW_CONTROL_PAUSED -WSREP_FLOW_CONTROL_PAUSED_NS -WSREP_FLOW_CONTROL_RECV -WSREP_FLOW_CONTROL_SENT -WSREP_GCOMM_UUID -WSREP_INCOMING_ADDRESSES -WSREP_LAST_COMMITTED -WSREP_LOCAL_BF_ABORTS -WSREP_LOCAL_CACHED_DOWNTO -WSREP_LOCAL_CERT_FAILURES -WSREP_LOCAL_COMMITS -WSREP_LOCAL_INDEX -WSREP_LOCAL_RECV_QUEUE -WSREP_LOCAL_RECV_QUEUE_AVG -WSREP_LOCAL_RECV_QUEUE_MAX -WSREP_LOCAL_RECV_QUEUE_MIN -WSREP_LOCAL_REPLAYS -WSREP_LOCAL_SEND_QUEUE -WSREP_LOCAL_SEND_QUEUE_AVG -WSREP_LOCAL_SEND_QUEUE_MAX -WSREP_LOCAL_SEND_QUEUE_MIN -WSREP_LOCAL_STATE -WSREP_LOCAL_STATE_COMMENT -WSREP_LOCAL_STATE_UUID -WSREP_PROTOCOL_VERSION -WSREP_PROVIDER_NAME -WSREP_PROVIDER_VENDOR -WSREP_PROVIDER_VERSION -WSREP_READY -WSREP_RECEIVED -WSREP_RECEIVED_BYTES -WSREP_REPLICATED -WSREP_REPLICATED_BYTES -WSREP_REPL_DATA_BYTES -WSREP_REPL_KEYS -WSREP_REPL_KEYS_BYTES -WSREP_REPL_OTHER_BYTES -WSREP_THREAD_COUNT diff --git a/mysql-test/suite/galera/r/galera_drop_database.result b/mysql-test/suite/galera/r/galera_drop_database.result new file mode 100644 index 0000000000000000000000000000000000000000..79789da5a11a2a05820a1144ac1cc26b8cca4b88 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_drop_database.result @@ -0,0 +1,17 @@ +CREATE DATABASE fts; +USE fts; +CREATE TABLE fts_t1 (f1 INT PRIMARY KEY AUTO_INCREMENT, f2 VARCHAR(100), FULLTEXT (f2)) ENGINE=InnoDB; +CREATE TABLE fts_t2 (f2 VARCHAR(100), FULLTEXT (f2)) ENGINE=InnoDB; +CREATE TABLE ten (f1 INTEGER) ENGINE=InnoDB; +INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10); +INSERT INTO fts_t1 (f2) SELECT 'foobarbaz' FROM ten AS a1, ten AS a2, ten AS a3; +INSERT INTO fts_t2 (f2) SELECT 'foobarbaz' FROM ten AS a1, ten AS a2, ten AS a3; +DROP TABLE ten; +UPDATE fts_t1 SET f2 = 'abcd'; +UPDATE fts_t2 SET f2 = 'efjh'; +USE fts; +DROP TABLE fts_t1; +DROP TABLE fts_t2; +SHOW TABLES; +Tables_in_fts +DROP DATABASE fts; diff --git a/mysql-test/suite/galera/r/galera_enum.result b/mysql-test/suite/galera/r/galera_enum.result index e853c5c994303aa9cf9a25bb9749397f7942977a..7b42aab264ce970d22d3ec919dbc923b649ac92c 100644 --- a/mysql-test/suite/galera/r/galera_enum.result +++ b/mysql-test/suite/galera/r/galera_enum.result @@ -4,23 +4,23 @@ INSERT INTO t1 VALUES ('one'), ('two'); INSERT INTO t1 VALUES (0), (1), (2); Warnings: Warning 1265 Data truncated for column 'f1' at row 1 -SELECT COUNT(*) = 6 FROM t1; -COUNT(*) = 6 -1 -SELECT COUNT(*) = 2 FROM t1 where f1 = ''; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 2 FROM t1 where f1 = 'one'; -COUNT(*) = 2 -1 +SELECT COUNT(*) FROM t1; +COUNT(*) +6 +SELECT COUNT(*) FROM t1 where f1 = ''; +COUNT(*) +2 +SELECT COUNT(*) FROM t1 where f1 = 'one'; +COUNT(*) +2 DROP TABLE t1; CREATE TABLE t1 (f1 ENUM('', 'one', 'two', 'three', 'four') PRIMARY KEY) ENGINE=InnoDB; INSERT INTO t1 VALUES (''), ('one'), ('two'); -SELECT COUNT(*) = 3 FROM t1; -COUNT(*) = 3 -1 -SELECT COUNT(*) = 1 FROM t1 WHERE f1 = ''; -COUNT(*) = 1 +SELECT COUNT(*) FROM t1; +COUNT(*) +3 +SELECT COUNT(*) FROM t1 WHERE f1 = ''; +COUNT(*) 1 SET AUTOCOMMIT=OFF; START TRANSACTION; @@ -31,7 +31,12 @@ UPDATE t1 SET f1 = 'four' where f1 = ''; COMMIT; COMMIT; ERROR 40001: Deadlock found when trying to get lock; try restarting transaction -SELECT COUNT(*) = 1 FROM t1 WHERE f1 = 'three'; -COUNT(*) = 1 +SELECT COUNT(*) FROM t1 WHERE f1 = 'three'; +COUNT(*) 1 +SELECT * FROM t1; +f1 +one +two +three DROP TABLE t1; diff --git a/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs,debug.rdiff b/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..fa1b67e7ef3ea7d4e893d98d180ab9db06dcdf90 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs,debug.rdiff @@ -0,0 +1,103 @@ +--- r/galera_ist_innodb_flush_logs.result 2018-09-05 10:34:36.192439933 +0300 ++++ r/galera_ist_innodb_flush_logs.reject 2018-09-17 10:20:06.039150838 +0300 +@@ -86,3 +86,100 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs.result b/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs.result index 5421b234ee151b863cd22f2ab02384a68cd01ab3..e3bf407ddaaa8f9e3a420822381a030fc3e38a0e 100644 --- a/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs.result +++ b/mysql-test/suite/galera/r/galera_ist_innodb_flush_logs.result @@ -86,99 +86,3 @@ COUNT(*) = 0 DROP TABLE t1; COMMIT; SET AUTOCOMMIT=ON; -Performing State Transfer on a server that has been killed and restarted -while a DDL was in progress on it -CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -START TRANSACTION; -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -COMMIT; -SET GLOBAL debug = 'd,sync.alter_opened_table'; -ALTER TABLE t1 ADD COLUMN f2 INTEGER; -SET wsrep_sync_wait = 0; -Killing server ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -COMMIT; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -Performing --wsrep-recover ... -Starting server ... -Using --wsrep-start-position when starting mysqld ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -COMMIT; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -ROLLBACK; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -COMMIT; -SET AUTOCOMMIT=ON; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -DROP TABLE t1; -COMMIT; -SET AUTOCOMMIT=ON; diff --git a/mysql-test/suite/galera/r/galera_ist_mysqldump,debug.rdiff b/mysql-test/suite/galera/r/galera_ist_mysqldump,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..74e6abd713fc0898fcacb0a0106e835470d6aa11 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_ist_mysqldump,debug.rdiff @@ -0,0 +1,106 @@ +--- r/galera_ist_mysqldump.result 2018-09-11 12:38:42.027479411 +0300 ++++ r/galera_ist_mysqldump.reject 2018-09-17 10:28:44.483441364 +0300 +@@ -180,6 +180,103 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; + CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query"); + DROP USER sst; + CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query"); diff --git a/mysql-test/suite/galera/r/galera_ist_mysqldump.result b/mysql-test/suite/galera/r/galera_ist_mysqldump.result index a7ce7c6c23e5b89d246e5acd7832f89a144a3b7d..e254a1b195b293e94c03ede17cdfd813b7cd230a 100644 --- a/mysql-test/suite/galera/r/galera_ist_mysqldump.result +++ b/mysql-test/suite/galera/r/galera_ist_mysqldump.result @@ -5,6 +5,7 @@ CREATE USER 'sst'; GRANT ALL PRIVILEGES ON *.* TO 'sst'; SET GLOBAL wsrep_sst_auth = 'sst:'; SET GLOBAL wsrep_sst_method = 'mysqldump'; +call mtr.add_suppression("WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*"); Performing State Transfer on a server that has been shut down cleanly and restarted CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; SET AUTOCOMMIT=OFF; @@ -179,103 +180,6 @@ COUNT(*) = 0 DROP TABLE t1; COMMIT; SET AUTOCOMMIT=ON; -Performing State Transfer on a server that has been killed and restarted -while a DDL was in progress on it -CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -START TRANSACTION; -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -COMMIT; -SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; -ALTER TABLE t1 ADD COLUMN f2 INTEGER; -SET wsrep_sync_wait = 0; -Killing server ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -COMMIT; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -Performing --wsrep-recover ... -Starting server ... -Using --wsrep-start-position when starting mysqld ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -COMMIT; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -ROLLBACK; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -COMMIT; -SET AUTOCOMMIT=ON; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -DROP TABLE t1; -COMMIT; -SET AUTOCOMMIT=ON; -SET GLOBAL debug_dbug = $debug_orig; CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query"); DROP USER sst; CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query"); diff --git a/mysql-test/suite/galera/r/galera_ist_rsync,debug.rdiff b/mysql-test/suite/galera/r/galera_ist_rsync,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..9070acc76bf4ebf89f5a47ebb581e8eb5bf7890d --- /dev/null +++ b/mysql-test/suite/galera/r/galera_ist_rsync,debug.rdiff @@ -0,0 +1,103 @@ +--- r/galera_ist_rsync.result 2018-09-11 12:38:42.027479411 +0300 ++++ r/galera_ist_rsync.reject 2018-09-17 10:50:16.527307668 +0300 +@@ -259,3 +259,100 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_ist_rsync.result b/mysql-test/suite/galera/r/galera_ist_rsync.result index 0b25a299b242ca281e599a14c4f7383bf2bf6483..099d944d4911275b741ad676b999eb28e011d7d4 100644 --- a/mysql-test/suite/galera/r/galera_ist_rsync.result +++ b/mysql-test/suite/galera/r/galera_ist_rsync.result @@ -259,100 +259,3 @@ COUNT(*) = 0 DROP TABLE t1; COMMIT; SET AUTOCOMMIT=ON; -Performing State Transfer on a server that has been killed and restarted -while a DDL was in progress on it -CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -START TRANSACTION; -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -COMMIT; -SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; -ALTER TABLE t1 ADD COLUMN f2 INTEGER; -SET wsrep_sync_wait = 0; -Killing server ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -COMMIT; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -Performing --wsrep-recover ... -Starting server ... -Using --wsrep-start-position when starting mysqld ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -COMMIT; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -ROLLBACK; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -COMMIT; -SET AUTOCOMMIT=ON; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -DROP TABLE t1; -COMMIT; -SET AUTOCOMMIT=ON; -SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2,debug.rdiff b/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..95310b3ffeba3d76b0b5b36a3cfd2f01197fd48b --- /dev/null +++ b/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2,debug.rdiff @@ -0,0 +1,103 @@ +--- r/galera_ist_xtrabackup-v2.result 2018-09-05 10:34:36.192439933 +0300 ++++ r/galera_ist_xtrabackup-v2.reject 2018-09-17 11:13:33.395264800 +0300 +@@ -259,3 +259,100 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2.result b/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2.result index 175e7443a4d7254a759454e01217feed74dd1e74..099d944d4911275b741ad676b999eb28e011d7d4 100644 --- a/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2.result +++ b/mysql-test/suite/galera/r/galera_ist_xtrabackup-v2.result @@ -259,99 +259,3 @@ COUNT(*) = 0 DROP TABLE t1; COMMIT; SET AUTOCOMMIT=ON; -Performing State Transfer on a server that has been killed and restarted -while a DDL was in progress on it -CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -INSERT INTO t1 VALUES ('node1_committed_before'); -START TRANSACTION; -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -INSERT INTO t1 VALUES ('node2_committed_before'); -COMMIT; -SET GLOBAL debug = 'd,sync.alter_opened_table'; -ALTER TABLE t1 ADD COLUMN f2 INTEGER; -SET wsrep_sync_wait = 0; -Killing server ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -INSERT INTO t1 (f1) VALUES ('node1_committed_during'); -COMMIT; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -Performing --wsrep-recover ... -Starting server ... -Using --wsrep-start-position when starting mysqld ... -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -INSERT INTO t1 (f1) VALUES ('node2_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); -COMMIT; -SET AUTOCOMMIT=OFF; -START TRANSACTION; -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -INSERT INTO t1 (f1) VALUES ('node1_committed_after'); -COMMIT; -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); -ROLLBACK; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -COMMIT; -SET AUTOCOMMIT=ON; -SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; -COUNT(*) = 2 -1 -SELECT COUNT(*) = 35 FROM t1; -COUNT(*) = 35 -1 -SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; -COUNT(*) = 0 -1 -DROP TABLE t1; -COMMIT; -SET AUTOCOMMIT=ON; diff --git a/mysql-test/suite/galera/r/galera_kill_ddl.result b/mysql-test/suite/galera/r/galera_kill_ddl.result index b83226bbd425b1f6070ff29232fa08a0858db6ef..bf192500f17bbd8753624f44a4ae8b9788b2172f 100644 --- a/mysql-test/suite/galera/r/galera_kill_ddl.result +++ b/mysql-test/suite/galera/r/galera_kill_ddl.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true'; CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; Killing server ... diff --git a/mysql-test/suite/galera/r/galera_kill_largechanges.result b/mysql-test/suite/galera/r/galera_kill_largechanges.result index a37056ad9b015b49cad80e822e2b747974cff631..4eb5271fadff29d8912851d414bdaacb8ec8e194 100644 --- a/mysql-test/suite/galera/r/galera_kill_largechanges.result +++ b/mysql-test/suite/galera/r/galera_kill_largechanges.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true'; CREATE TABLE ten (f1 INTEGER); INSERT INTO ten VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); diff --git a/mysql-test/suite/galera/r/galera_kill_smallchanges.result b/mysql-test/suite/galera/r/galera_kill_smallchanges.result index 8409740a035485b1a40e2b77881e3cdf18eb7ee6..863b49dd51b14ed3aff50c70edbf60dded90b808 100644 --- a/mysql-test/suite/galera/r/galera_kill_smallchanges.result +++ b/mysql-test/suite/galera/r/galera_kill_smallchanges.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true'; CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; Killing server ... diff --git a/mysql-test/suite/galera/r/galera_pc_ignore_sb.result b/mysql-test/suite/galera/r/galera_pc_ignore_sb.result index 5fcccfe2d593ec4220497fd5e07b7ec64a3ea28b..81892a6cb383ceb9078bd98b22edf80570b50535 100644 --- a/mysql-test/suite/galera/r/galera_pc_ignore_sb.result +++ b/mysql-test/suite/galera/r/galera_pc_ignore_sb.result @@ -1,4 +1,6 @@ -SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true'; +SET @wsrep_cluster_address_orig = @@GLOBAL.wsrep_cluster_address; +SET @wsrep_provider_options_orig = @@GLOBAL.wsrep_provider_options; +SET GLOBAL wsrep_provider_options ='pc.ignore_sb=true'; Killing server ... CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; INSERT INTO t1 VALUES (1); @@ -10,3 +12,5 @@ SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABL VARIABLE_VALUE = 'ON' 1 SET GLOBAL wsrep_cluster_address = ''; +SET GLOBAL wsrep_cluster_address = @wsrep_cluster_address_orig; +SET GLOBAL wsrep_provider_options = @wsrep_provider_options_orig; diff --git a/mysql-test/suite/galera/r/galera_sst_rsync2,debug.rdiff b/mysql-test/suite/galera/r/galera_sst_rsync2,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..2803211c418a9f75065648528c27a27a61faace8 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_sst_rsync2,debug.rdiff @@ -0,0 +1,103 @@ +--- mysql-test/suite/galera/r/galera_sst_rsync2.result 2018-09-07 01:29:47.133578834 +0200 ++++ galera_sst_rsync2.result 2018-09-07 01:29:37.619557422 +0200 +@@ -260,3 +260,100 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_sst_rsync2.result b/mysql-test/suite/galera/r/galera_sst_rsync2.result new file mode 100644 index 0000000000000000000000000000000000000000..cec0f21ee22ae6c29957854a1aee7dc0d7da8cfc --- /dev/null +++ b/mysql-test/suite/galera/r/galera_sst_rsync2.result @@ -0,0 +1,262 @@ +Performing State Transfer on a server that has been shut down cleanly and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that starts from a clean var directory +This is accomplished by shutting down node #2 and removing its var directory before restarting it +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +Cleaning var directory ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that has been killed and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Killing server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Performing --wsrep-recover ... +Starting server ... +Using --wsrep-start-position when starting mysqld ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; diff --git a/mysql-test/suite/galera/r/galera_sst_rsync_data_dir,debug.rdiff b/mysql-test/suite/galera/r/galera_sst_rsync_data_dir,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..5ab88117e89f0b5444d3d2beb288cd9c55c812c3 --- /dev/null +++ b/mysql-test/suite/galera/r/galera_sst_rsync_data_dir,debug.rdiff @@ -0,0 +1,103 @@ +--- r/galera_sst_rsync_data_dir.result 2018-09-11 12:38:42.027479411 +0300 ++++ r/galera_sst_rsync_data_dir.reject 2018-09-14 11:11:09.592049414 +0300 +@@ -260,3 +260,100 @@ + DROP TABLE t1; + COMMIT; + SET AUTOCOMMIT=ON; ++Performing State Transfer on a server that has been killed and restarted ++while a DDL was in progress on it ++CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++INSERT INTO t1 VALUES ('node1_committed_before'); ++START TRANSACTION; ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++INSERT INTO t1 VALUES ('node2_committed_before'); ++COMMIT; ++SET GLOBAL debug_dbug = 'd,sync.alter_opened_table'; ++ALTER TABLE t1 ADD COLUMN f2 INTEGER; ++SET wsrep_sync_wait = 0; ++Killing server ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_during'); ++COMMIT; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++Performing --wsrep-recover ... ++Starting server ... ++Using --wsrep-start-position when starting mysqld ... ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node2_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_committed_after'); ++COMMIT; ++SET AUTOCOMMIT=OFF; ++START TRANSACTION; ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++INSERT INTO t1 (f1) VALUES ('node1_committed_after'); ++COMMIT; ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++INSERT INTO t1 (f1) VALUES ('node1_to_be_rollbacked_after'); ++ROLLBACK; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++COMMIT; ++SET AUTOCOMMIT=ON; ++SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1'; ++COUNT(*) = 2 ++1 ++SELECT COUNT(*) = 35 FROM t1; ++COUNT(*) = 35 ++1 ++SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; ++COUNT(*) = 0 ++1 ++DROP TABLE t1; ++COMMIT; ++SET AUTOCOMMIT=ON; ++SET GLOBAL debug_dbug = $debug_orig; diff --git a/mysql-test/suite/galera/r/galera_sst_rsync_data_dir.result b/mysql-test/suite/galera/r/galera_sst_rsync_data_dir.result new file mode 100644 index 0000000000000000000000000000000000000000..cec0f21ee22ae6c29957854a1aee7dc0d7da8cfc --- /dev/null +++ b/mysql-test/suite/galera/r/galera_sst_rsync_data_dir.result @@ -0,0 +1,262 @@ +Performing State Transfer on a server that has been shut down cleanly and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that starts from a clean var directory +This is accomplished by shutting down node #2 and removing its var directory before restarting it +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +Cleaning var directory ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that has been killed and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Killing server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Performing --wsrep-recover ... +Starting server ... +Using --wsrep-start-position when starting mysqld ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; diff --git a/mysql-test/suite/galera/r/galera_sst_xtrabackup-v2_data_dir.result b/mysql-test/suite/galera/r/galera_sst_xtrabackup-v2_data_dir.result new file mode 100644 index 0000000000000000000000000000000000000000..cec0f21ee22ae6c29957854a1aee7dc0d7da8cfc --- /dev/null +++ b/mysql-test/suite/galera/r/galera_sst_xtrabackup-v2_data_dir.result @@ -0,0 +1,262 @@ +Performing State Transfer on a server that has been shut down cleanly and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that starts from a clean var directory +This is accomplished by shutting down node #2 and removing its var directory before restarting it +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Shutting down server ... +Cleaning var directory ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Starting server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; +Performing State Transfer on a server that has been killed and restarted +CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +INSERT INTO t1 VALUES ('node1_committed_before'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +INSERT INTO t1 VALUES ('node2_committed_before'); +COMMIT; +Killing server ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +INSERT INTO t1 VALUES ('node1_committed_during'); +COMMIT; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +Performing --wsrep-recover ... +Starting server ... +Using --wsrep-start-position when starting mysqld ... +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +INSERT INTO t1 VALUES ('node2_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +INSERT INTO t1 VALUES ('node1_to_be_committed_after'); +COMMIT; +SET AUTOCOMMIT=OFF; +START TRANSACTION; +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +INSERT INTO t1 VALUES ('node1_committed_after'); +COMMIT; +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +INSERT INTO t1 VALUES ('node1_to_be_rollbacked_after'); +ROLLBACK; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +COMMIT; +SET AUTOCOMMIT=ON; +SELECT COUNT(*) = 35 FROM t1; +COUNT(*) = 35 +1 +SELECT COUNT(*) = 0 FROM (SELECT COUNT(*) AS c, f1 FROM t1 GROUP BY f1 HAVING c NOT IN (5, 10)) AS a1; +COUNT(*) = 0 +1 +DROP TABLE t1; +COMMIT; +SET AUTOCOMMIT=ON; diff --git a/mysql-test/suite/galera/r/galera_suspend_slave.result b/mysql-test/suite/galera/r/galera_suspend_slave.result index ebddb4c449d890f900c4d123365779ae8eae373f..d758b7f4cb162481027c26c7407057a2d263c592 100644 --- a/mysql-test/suite/galera/r/galera_suspend_slave.result +++ b/mysql-test/suite/galera/r/galera_suspend_slave.result @@ -1,9 +1,11 @@ CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB; Suspending node_2 ... SET SESSION wsrep_sync_wait = 0; +SET SESSION wsrep_sync_wait = 15; INSERT INTO t1 VALUES (1); Got one of the listed errors Resuming node_2 ... +SET SESSION wsrep_sync_wait = 0; INSERT INTO t1 VALUES (1); SET SESSION wsrep_sync_wait = 0; SELECT COUNT(*) = 1 FROM t1; diff --git a/mysql-test/suite/galera/r/galera_toi_truncate.result b/mysql-test/suite/galera/r/galera_toi_truncate.result index f52316f3cbcef703cb43e14202e3ab50e89b15f9..fb2ac08d494ea669a5387e5a8c60d29d549643fb 100644 --- a/mysql-test/suite/galera/r/galera_toi_truncate.result +++ b/mysql-test/suite/galera/r/galera_toi_truncate.result @@ -2,6 +2,8 @@ CREATE TABLE ten (f1 INTEGER) ENGINE=InnoDB; INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10); CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; SET SESSION wsrep_retry_autocommit = 0; +INSERT INTO t1(f1) SELECT 1 FROM ten as a1, ten AS a2; +set debug_sync='ha_commit_trans_after_prepare WAIT_FOR go'; INSERT INTO t1 (f1) SELECT 1 FROM ten AS a1, ten AS a2, ten AS a3, ten AS a4, ten AS a5, ten AS a6;; TRUNCATE TABLE t1;; ERROR 40001: Deadlock found when trying to get lock; try restarting transaction diff --git a/mysql-test/suite/galera/r/galera_unicode_identifiers.result b/mysql-test/suite/galera/r/galera_unicode_identifiers.result index 9aee4616ec5d8c47d33d06d34feb983220405de1..28e5ac110861905aa16d3ddee6a8ce7fcee10425 100644 --- a/mysql-test/suite/galera/r/galera_unicode_identifiers.result +++ b/mysql-test/suite/galera/r/galera_unicode_identifiers.result @@ -6,7 +6,7 @@ CREATE TABLE `table with space` ( `column with space` INTEGER AUTO_INCREMENT PRIMARY KEY, `second column with space` INTEGER, UNIQUE `index name with space` (`second column with space`) -); +) engine=innodb; INSERT INTO `table with space` VALUES (1, 1); CREATE DATABASE `база`; USE `база`; @@ -14,7 +14,7 @@ CREATE TABLE `таблица` ( `първа_колона` INTEGER PRIMARY KEY, `втора_колона` INTEGER, UNIQUE `индекÑ` (`втора_колона`) -); +) engine=innodb; INSERT INTO `таблица` VALUES (1, 1); CREATE DATABASE `втора база`; USE `втора база`; @@ -22,7 +22,7 @@ CREATE TABLE `втора таблица` ( `първа колона` INTEGER, `втора колона` INTEGER, KEY `първи индекÑ` (`първа колона`) -); +) engine=innodb; INSERT INTO `втора таблица` VALUES (1, 1); USE `database with space`; SELECT `second column with space` FROM `table with space`; diff --git a/mysql-test/suite/galera/r/galera_var_desync_on.result b/mysql-test/suite/galera/r/galera_var_desync_on.result index f286ae723081e8f54336058af0a720d16aed21dc..7d86555150ea7a3a4e3e698f3e619566b6d50bf4 100644 --- a/mysql-test/suite/galera/r/galera_var_desync_on.result +++ b/mysql-test/suite/galera/r/galera_var_desync_on.result @@ -1,7 +1,6 @@ CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; INSERT INTO t1 VALUES (1); SET GLOBAL wsrep_provider_options = 'gcs.fc_limit=1'; -SET GLOBAL wsrep_desync = TRUE; FLUSH TABLES WITH READ LOCK; INSERT INTO t1 VALUES (2); INSERT INTO t1 VALUES (3); @@ -16,7 +15,6 @@ SET SESSION wsrep_sync_wait = 0; SELECT COUNT(*) = 1 FROM t1; COUNT(*) = 1 1 -SET GLOBAL wsrep_desync = FALSE; UNLOCK TABLES; SET SESSION wsrep_sync_wait = 1; SELECT COUNT(*) = 10 FROM t1; diff --git a/mysql-test/suite/galera/r/galera_var_node_address.result b/mysql-test/suite/galera/r/galera_var_node_address.result index a9c900d8bc8c78614dd7e6dee601eaffef2453d3..aa76086359e4ecb35b4934cc8a797c4516d8a1c0 100644 --- a/mysql-test/suite/galera/r/galera_var_node_address.result +++ b/mysql-test/suite/galera/r/galera_var_node_address.result @@ -4,7 +4,7 @@ call mtr.add_suppression("WSREP: Sending JOIN failed: -[0-9]+ (Transport endpoi SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; VARIABLE_VALUE = 4 1 -CREATE TABLE t1 (f1 INTEGER); +CREATE TABLE t1 (f1 INTEGER) ENGINE=INNODB; INSERT INTO t1 VALUES (1); SELECT COUNT(*) = 1 FROM t1; COUNT(*) = 1 diff --git a/mysql-test/suite/galera/r/galera_var_slave_threads.result b/mysql-test/suite/galera/r/galera_var_slave_threads.result index 70f3b8ee25707ecf50a5fddead29653f02866628..c7c6af2098f5fee1d3bf7f7ebcad2b6b09bb2838 100644 --- a/mysql-test/suite/galera/r/galera_var_slave_threads.result +++ b/mysql-test/suite/galera/r/galera_var_slave_threads.result @@ -26,70 +26,6 @@ SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system use COUNT(*) = 1 1 SET GLOBAL wsrep_slave_threads = 1; -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); -INSERT INTO t2 VALUES (DEFAULT); SELECT COUNT(*) = 64 FROM t2; COUNT(*) = 64 1 diff --git a/mysql-test/suite/galera/r/galera_wan.result b/mysql-test/suite/galera/r/galera_wan.result index 6be32b291e53619d706f661108fcb68f143c09ea..1dc4a22a5f9ced1c209c120c75999de7c9f9a782 100644 --- a/mysql-test/suite/galera/r/galera_wan.result +++ b/mysql-test/suite/galera/r/galera_wan.result @@ -1,9 +1,12 @@ +CALL mtr.add_suppression("WSREP: Stray state UUID msg:.*"); +CALL mtr.add_suppression("WSREP: Sending JOIN failed:.*"); +CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); +call mtr.add_suppression("WSREP: Sending JOIN failed:.*"); SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; VARIABLE_VALUE = 4 1 CREATE TABLE t1 (f1 INTEGER); INSERT INTO t1 VALUES (1); -CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); SELECT VARIABLE_VALUE LIKE '%gmcast.segment = 3%' FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME = 'wsrep_provider_options'; VARIABLE_VALUE LIKE '%gmcast.segment = 3%' 1 @@ -11,4 +14,3 @@ SELECT COUNT(*) = 1 FROM t1; COUNT(*) = 1 1 DROP TABLE t1; -CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); diff --git a/mysql-test/suite/galera/r/mysql-wsrep#332.result b/mysql-test/suite/galera/r/mysql-wsrep#332.result new file mode 100644 index 0000000000000000000000000000000000000000..8667f5e9c41c2e5809d1144c03a11273a2013fb7 --- /dev/null +++ b/mysql-test/suite/galera/r/mysql-wsrep#332.result @@ -0,0 +1,111 @@ +CREATE TABLE p (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id INTEGER) ENGINE=INNODB; +INSERT INTO p VALUES (1, 0); +INSERT INTO p VALUES (2, 0); +INSERT INTO c VALUES (1, 1); +INSERT INTO c VALUES (2, 2); +SET AUTOCOMMIT=ON; +START TRANSACTION; +UPDATE p SET f1 = f1 + 100; +SET SESSION wsrep_sync_wait = 0; +SET GLOBAL wsrep_provider_options = 'dbug=d,apply_monitor_slave_enter_sync'; +ALTER TABLE c ADD FOREIGN KEY (p_id) REFERENCES p(f1); +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'dbug='; +SET GLOBAL wsrep_provider_options = 'dbug=d,local_monitor_enter_sync'; +COMMIT; +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'signal=apply_monitor_slave_enter_sync'; +SET GLOBAL wsrep_provider_options = 'signal=local_monitor_enter_sync'; +SET GLOBAL wsrep_provider_options = 'dbug='; +ERROR 40001: Deadlock found when trying to get lock; try restarting transaction +SELECT * FROM p; +f1 f2 +1 0 +2 0 +SELECT * FROM c; +f1 p_id +1 1 +2 2 +DROP TABLE c; +DROP TABLE p; +CREATE TABLE p1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE p2 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id1 INTEGER, p_id2 INTEGER) ENGINE=INNODB; +INSERT INTO p1 VALUES (1, 0), (2, 0); +INSERT INTO p2 VALUES (1, 0), (2, 0); +INSERT INTO c VALUES (1, 1, 1); +INSERT INTO c VALUES (2, 2, 2); +SET AUTOCOMMIT=ON; +START TRANSACTION; +UPDATE p1 SET f1 = f1 + 100; +SET SESSION wsrep_sync_wait = 0; +SET GLOBAL wsrep_provider_options = 'dbug=d,apply_monitor_slave_enter_sync'; +ALTER TABLE c ADD FOREIGN KEY (p_id1) REFERENCES p1(f1), ADD FOREIGN KEY (p_id2) REFERENCES p2(f1); +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'dbug='; +SET GLOBAL wsrep_provider_options = 'dbug=d,local_monitor_enter_sync'; +COMMIT; +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'signal=apply_monitor_slave_enter_sync'; +SET GLOBAL wsrep_provider_options = 'signal=local_monitor_enter_sync'; +SET GLOBAL wsrep_provider_options = 'dbug='; +ERROR 40001: Deadlock found when trying to get lock; try restarting transaction +SELECT * FROM p1; +f1 f2 +1 0 +2 0 +SELECT * FROM p2; +f1 f2 +1 0 +2 0 +SELECT * FROM c; +f1 p_id1 p_id2 +1 1 1 +2 2 2 +DROP TABLE c; +DROP TABLE p1; +DROP TABLE p2; +CREATE TABLE p1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE p2 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id1 INTEGER, p_id2 INTEGER) ENGINE=INNODB; +INSERT INTO p1 VALUES (1, 0), (2, 0); +INSERT INTO p2 VALUES (1, 0), (2, 0); +INSERT INTO c VALUES (1, 1, 1); +INSERT INTO c VALUES (2, 2, 2); +SET AUTOCOMMIT=ON; +START TRANSACTION; +UPDATE p2 SET f1 = f1 + 100; +SET SESSION wsrep_sync_wait = 0; +SET GLOBAL wsrep_provider_options = 'dbug=d,apply_monitor_slave_enter_sync'; +ALTER TABLE c ADD FOREIGN KEY (p_id1) REFERENCES p1(f1), ADD FOREIGN KEY (p_id2) REFERENCES p2(f1); +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'dbug='; +SET GLOBAL wsrep_provider_options = 'dbug=d,local_monitor_enter_sync'; +COMMIT; +SET SESSION wsrep_on = 0; +SET SESSION wsrep_on = 1; +SET GLOBAL wsrep_provider_options = 'signal=apply_monitor_slave_enter_sync'; +SET GLOBAL wsrep_provider_options = 'signal=local_monitor_enter_sync'; +SET GLOBAL wsrep_provider_options = 'dbug='; +ERROR 40001: Deadlock found when trying to get lock; try restarting transaction +SELECT * FROM p1; +f1 f2 +1 0 +2 0 +SELECT * FROM p2; +f1 f2 +1 0 +2 0 +SELECT * FROM c; +f1 p_id1 p_id2 +1 1 1 +2 2 2 +DROP TABLE c; +DROP TABLE p1; +DROP TABLE p2; diff --git a/mysql-test/suite/galera/r/query_cache.result b/mysql-test/suite/galera/r/query_cache.result index 4b1b950e5c341799d93570d8db6515040db89313..e9c539f31aa7db1a6fb8eed2da60dffdfdbd05dd 100644 --- a/mysql-test/suite/galera/r/query_cache.result +++ b/mysql-test/suite/galera/r/query_cache.result @@ -402,22 +402,6 @@ Variable_name Value Qcache_queries_in_cache 1 set query_cache_type=on; # On node-1 -reset query cache; -show status like "Qcache_queries_in_cache"; -Variable_name Value -Qcache_queries_in_cache 0 -show status like "Qcache_hits"; -Variable_name Value -Qcache_hits 4 -# On node-2 -reset query cache; -show status like "Qcache_queries_in_cache"; -Variable_name Value -Qcache_queries_in_cache 0 -show status like "Qcache_hits"; -Variable_name Value -Qcache_hits 3 -# On node-1 select sql_no_cache * from t1; a 1 @@ -1247,16 +1231,13 @@ Qcache_queries_in_cache 0 show status like "Qcache_hits"; Variable_name Value Qcache_hits 12 -select count(*) from t1; -count(*) -70 # On node-2 select count(*) from t1; count(*) 70 show status like "Qcache_queries_in_cache"; Variable_name Value -Qcache_queries_in_cache 1 +Qcache_queries_in_cache 2 show status like "Qcache_hits"; Variable_name Value Qcache_hits 11 @@ -1533,9 +1514,6 @@ create table t1 (a int) engine=innodb; show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 0 -show status like "Qcache_inserts"; -Variable_name Value -Qcache_inserts 46 show status like "Qcache_hits"; Variable_name Value Qcache_hits 12 @@ -1546,9 +1524,6 @@ a show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 1 -show status like "Qcache_inserts"; -Variable_name Value -Qcache_inserts 47 show status like "Qcache_hits"; Variable_name Value Qcache_hits 13 @@ -1556,9 +1531,6 @@ Qcache_hits 13 show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 0 -show status like "Qcache_inserts"; -Variable_name Value -Qcache_inserts 38 show status like "Qcache_hits"; Variable_name Value Qcache_hits 11 @@ -1569,9 +1541,6 @@ a show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 1 -show status like "Qcache_inserts"; -Variable_name Value -Qcache_inserts 39 show status like "Qcache_hits"; Variable_name Value Qcache_hits 12 diff --git a/mysql-test/suite/galera/suite.pm b/mysql-test/suite/galera/suite.pm index 5cdb751a43479abb457c5b20407f816c3e327bd2..57615e5e94a35c5833d93ff3a4a08e45384feacf 100644 --- a/mysql-test/suite/galera/suite.pm +++ b/mysql-test/suite/galera/suite.pm @@ -79,6 +79,8 @@ push @::global_suppressions, qr|WSREP: .*core_handle_uuid_msg.*|, qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0. WSREP_SYNC_WAIT_BEFORE_READ is on), qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|, + qr(WSREP: Failed to remove page file .*), + qr(WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*), ); $ENV{PATH}="$epath:$ENV{PATH}"; diff --git a/mysql-test/suite/galera/t/MW-286.test b/mysql-test/suite/galera/t/MW-286.test index 1b2e322f078f8e7e38ec21b942d557d6d5e74f4d..426b4493bb777a3a7109eaf181d6e82ce45f01ff 100644 --- a/mysql-test/suite/galera/t/MW-286.test +++ b/mysql-test/suite/galera/t/MW-286.test @@ -7,7 +7,7 @@ --source include/big_test.inc --connection node_1 -CREATE TABLE ten (f1 INTEGER); +CREATE TABLE ten (f1 INTEGER) Engine=InnoDB; INSERT INTO ten VALUES (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB; @@ -22,11 +22,13 @@ INSERT INTO t1 (f1) SELECT 000000 + (10000 * a1.f1) + (1000 * a2.f1) + (100 * a3 SET GLOBAL wsrep_desync = TRUE; SET wsrep_on = FALSE; ---error ER_QUERY_INTERRUPTED +--error 0,ER_QUERY_INTERRUPTED ALTER TABLE t1 ADD PRIMARY KEY (f1); SET wsrep_on = TRUE; SET GLOBAL wsrep_desync = FALSE; +--connection node_1 +reap; DROP TABLE t1; DROP TABLE ten; diff --git a/mysql-test/suite/galera/t/MW-328A.test b/mysql-test/suite/galera/t/MW-328A.test index 4d6e1ea3625296c57471a63724e168af0e610fb6..09aad1bcf60e929baf2693ae15de1b01f3c00ef2 100644 --- a/mysql-test/suite/galera/t/MW-328A.test +++ b/mysql-test/suite/galera/t/MW-328A.test @@ -7,6 +7,7 @@ # a success was reported. # +--source include/big_test.inc --source include/galera_cluster.inc --source include/have_innodb.inc --source suite/galera/t/MW-328-header.inc diff --git a/mysql-test/suite/galera/t/MW-328B.test b/mysql-test/suite/galera/t/MW-328B.test index a7b4053ab0c9ef1c65968021fbda59399383ab5b..000b0d8a9abbaf19cdc1c17847f9953d217c1809 100644 --- a/mysql-test/suite/galera/t/MW-328B.test +++ b/mysql-test/suite/galera/t/MW-328B.test @@ -7,6 +7,7 @@ # gets the deadlock error # +--source include/big_test.inc --source include/galera_cluster.inc --source include/have_innodb.inc --source suite/galera/t/MW-328-header.inc diff --git a/mysql-test/suite/galera/t/MW-328C.test b/mysql-test/suite/galera/t/MW-328C.test index b681e743ab3775e784af160b144f52b00e5782ed..72a8480923c795463cd3b7ad6f41df3150f8231e 100644 --- a/mysql-test/suite/galera/t/MW-328C.test +++ b/mysql-test/suite/galera/t/MW-328C.test @@ -7,6 +7,7 @@ # masks all deadlock errors # +--source include/big_test.inc --source include/galera_cluster.inc --source include/have_innodb.inc --source suite/galera/t/MW-328-header.inc diff --git a/mysql-test/suite/galera/t/MW-336.test b/mysql-test/suite/galera/t/MW-336.test index 9572489ebe985c9db89ee47e7fa3283e07039942..749ffe671be85c167e2d0acd9527c028329ac5cb 100644 --- a/mysql-test/suite/galera/t/MW-336.test +++ b/mysql-test/suite/galera/t/MW-336.test @@ -6,62 +6,118 @@ --source include/have_innodb.inc CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB; +INSERT INTO t1 values(0); --connection node_1 + SET GLOBAL wsrep_slave_threads = 10; SET GLOBAL wsrep_slave_threads = 1; ---let $wait_condition = SELECT COUNT(*) = 11 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; + +--echo # Wait 10 slave threads to start 1 +--let $wait_timeout=600 +--let $wait_condition = SELECT COUNT(*) = 11 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); --source include/wait_condition.inc --connection node_2 -INSERT INTO t1 VALUES (1); +# Wait until inserts are replicated +--let $wait_condition = SELECT COUNT(*) = 1 FROM t1; +--source include/wait_condition.inc +--echo # Generate 12 replication events +--disable_query_log +--disable_result_log +--let $count = 12 +while ($count) +{ + INSERT INTO t1 VALUES (1); + --dec $count +} +--enable_result_log +--enable_query_log --connection node_1 +# Wait until inserts are replicated +--let $wait_condition = SELECT COUNT(*) = 13 FROM t1; +--source include/wait_condition.inc + +SELECT COUNT(*) FROM t1; + +--echo # Wait 9 slave threads to exit 1 +# Wait until appliers exit +--let $wait_condition = SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); +--source include/wait_condition.inc + SET GLOBAL wsrep_slave_threads = 10; + +--echo # Wait 10 slave threads to start 2 --let $wait_condition = SELECT COUNT(*) = 11 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; --source include/wait_condition.inc SET GLOBAL wsrep_slave_threads = 20; + +--echo # Wait 20 slave threads to start 3 --let $wait_condition = SELECT COUNT(*) = 21 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; --source include/wait_condition.inc SET GLOBAL wsrep_slave_threads = 1; --connection node_2 -INSERT INTO t1 VALUES (1); -INSERT INTO t1 VALUES (2); -INSERT INTO t1 VALUES (3); -INSERT INTO t1 VALUES (4); -INSERT INTO t1 VALUES (5); -INSERT INTO t1 VALUES (6); -INSERT INTO t1 VALUES (7); -INSERT INTO t1 VALUES (8); -INSERT INTO t1 VALUES (9); - +--echo # Generate 40 replication events +--disable_query_log +--disable_result_log +--let $count = 40 +while ($count) +{ + INSERT INTO t1 VALUES (1); + --dec $count +} +--enable_query_log +--enable_result_log --connection node_1 ---let $wait_condition = SELECT COUNT(*) = 12 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; + +# Wait until inserts are replicated +--let $wait_condition = SELECT COUNT(*) = 53 FROM t1; +--source include/wait_condition.inc + +SELECT COUNT(*) FROM t1; + +--echo # Wait 10 slave threads to exit 3 +# Wait until appliers exit +--let $wait_condition = SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); --source include/wait_condition.inc SET GLOBAL wsrep_slave_threads = 10; SET GLOBAL wsrep_slave_threads = 0; +--echo # Wait 10 slave threads to start 3 +--let $wait_timeout=600 +--let $wait_condition = SELECT COUNT(*) = 11 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); +--source include/wait_condition.inc + --connection node_2 -INSERT INTO t1 VALUES (10); -INSERT INTO t1 VALUES (11); -INSERT INTO t1 VALUES (12); -INSERT INTO t1 VALUES (13); -INSERT INTO t1 VALUES (14); -INSERT INTO t1 VALUES (15); -INSERT INTO t1 VALUES (16); -INSERT INTO t1 VALUES (17); -INSERT INTO t1 VALUES (18); -INSERT INTO t1 VALUES (19); -INSERT INTO t1 VALUES (20); +--echo # Generate 12 replication events +--disable_query_log +--disable_result_log +--let $count = 12 +while ($count) +{ + INSERT INTO t1 VALUES (1); + --dec $count +} +--enable_result_log +--enable_query_log --connection node_1 ---let $wait_condition = SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; +# Wait until inserts are replicated +--let $wait_condition = SELECT COUNT(*) = 65 FROM t1; --source include/wait_condition.inc -SET GLOBAL wsrep_slave_threads = 1; +SELECT COUNT(*) FROM t1; + +--echo # Wait 10 slave threads to exit 4 +# Wait until appliers exit +--let $wait_condition = SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); +--source include/wait_condition.inc + +--connection node_1 DROP TABLE t1; diff --git a/mysql-test/suite/galera/t/MW-44-master.opt b/mysql-test/suite/galera/t/MW-44-master.opt index a15aa0a99d9fbbfef8cb4d1be536f38570fc86e6..9b086195e8ab12596e06ea1002c0bd1e379c6fe3 100644 --- a/mysql-test/suite/galera/t/MW-44-master.opt +++ b/mysql-test/suite/galera/t/MW-44-master.opt @@ -1 +1,2 @@ --log-output=TABLE +--general-log=OFF diff --git a/mysql-test/suite/galera/t/MW-44.test b/mysql-test/suite/galera/t/MW-44.test index 09f444fdff43c42b5ad065e3c876d766e6080445..0f8b1319b2ca95e173c9424b3018946ac1363286 100644 --- a/mysql-test/suite/galera/t/MW-44.test +++ b/mysql-test/suite/galera/t/MW-44.test @@ -6,30 +6,35 @@ --source include/have_innodb.inc --connection node_1 -SET GLOBAL general_log='OFF'; TRUNCATE TABLE mysql.general_log; -SELECT COUNT(*) from mysql.general_log; -SELECT * FROM mysql.general_log; --connection node_2 -SET GLOBAL general_log='OFF'; +--let $wait_condition = SELECT COUNT(*) = 0 FROM mysql.general_log; +--source include/wait_condition.inc TRUNCATE TABLE mysql.general_log; -SELECT COUNT(*) from mysql.general_log; -SELECT * FROM mysql.general_log; --connection node_1 +--let $wait_condition = SELECT COUNT(*) = 0 FROM mysql.general_log; +--source include/wait_condition.inc +SELECT Argument FROM mysql.general_log; + SET GLOBAL general_log='ON'; -SELECT COUNT(*) from mysql.general_log; SET SESSION wsrep_osu_method=TOI; CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; SET SESSION wsrep_osu_method=RSU; ALTER TABLE t1 ADD COLUMN f2 INTEGER; SET SESSION wsrep_osu_method=TOI; -SELECT COUNT(*) = 2 FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument LIKE 'ALTER%'; +--let $wait_condition = SELECT COUNT(argument) = 2 FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument LIKE 'ALTER%'; +--source include/wait_condition.inc + +SELECT argument FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument LIKE 'ALTER%'; --connection node_2 -SET GLOBAL general_log='ON'; -SELECT COUNT(*) = 0 FROM mysql.general_log WHERE argument NOT LIKE 'SELECT%'; +SELECT Argument FROM mysql.general_log; DROP TABLE t1; +SET GLOBAL general_log='OFF'; + +--connection node_1 +SET GLOBAL general_log='OFF'; diff --git a/mysql-test/suite/galera/t/galera#505.test b/mysql-test/suite/galera/t/galera#505.test new file mode 100644 index 0000000000000000000000000000000000000000..785b1411596d9f9fd799186029ea8f6a477b8c8f --- /dev/null +++ b/mysql-test/suite/galera/t/galera#505.test @@ -0,0 +1,26 @@ +# galera#505 - Change of pc.weight wsrep param will be correctly stored in wsrep_provider_options variable + +--source include/galera_cluster.inc + +--connection node_1 + +SET SESSION wsrep_sync_wait=0; +--disable_result_log +--disable_query_log +--let $galera_version=25.3.24 +source ../../wsrep/include/check_galera_version.inc; +--enable_result_log +--enable_query_log +SET SESSION wsrep_sync_wait=DEFAULT; + +# Convert "... pc.weight = N; ..." to "N; ..." +--let $s1 = `SELECT SUBSTR(@@wsrep_provider_options, LOCATE('pc.weight =', @@wsrep_provider_options) + LENGTH('pc.weight = '))` +# Convert "N; ..." to "N" +--let $pc_weight_value = `SELECT SUBSTR('$s1', 1, LOCATE(';', '$s1') - 1)` + +SET GLOBAL wsrep_provider_options = 'pc.weight=3'; + +-- replace_regex /.*(pc\.weight = [0-9]+);.*/\1/ +SHOW GLOBAL VARIABLES LIKE 'wsrep_provider_options'; + +--eval SET GLOBAL wsrep_provider_options = 'pc.weight=$pc_weight_value' diff --git a/mysql-test/suite/galera/t/galera_binlog_stmt_autoinc.test b/mysql-test/suite/galera/t/galera_binlog_stmt_autoinc.test new file mode 100644 index 0000000000000000000000000000000000000000..d3889a89016029382bf2ed1da8287b35aec9e7a3 --- /dev/null +++ b/mysql-test/suite/galera/t/galera_binlog_stmt_autoinc.test @@ -0,0 +1,230 @@ +## +## Tests the auto-increment with binlog in STATEMENT mode. +## + +--source include/galera_cluster.inc +--source include/have_innodb.inc + +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + +## +## Verify the correct operation of the auto-increment when the binlog +## format artificially set to the 'STATEMENT' (although this mode is +## not recommended in the current version): +## + +--connection node_2 +SET GLOBAL wsrep_forced_binlog_format='STATEMENT'; + +--connection node_1 +SET GLOBAL wsrep_forced_binlog_format='STATEMENT'; + +CREATE TABLE t1 ( + i int(11) NOT NULL AUTO_INCREMENT, + c char(32) DEFAULT 'dummy_text', + PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +insert into t1(i) values(null); + +select * from t1; + +insert into t1(i) values(null), (null), (null); + +select * from t1; + +--connection node_2 +--let $wait_condition = SELECT COUNT(*) = 4 FROM t1; +--source include/wait_condition.inc +select * from t1; + +SET GLOBAL wsrep_forced_binlog_format='none'; + +--connection node_1 + +SET GLOBAL wsrep_forced_binlog_format='none'; + +drop table t1; + +## +## Check the operation when the automatic control over the auto-increment +## settings is switched off, that is, when we use the increment step and +## the offset specified by the user. In the current session, the binlog +## format is set to 'STATEMENT'. It is important that the values of the +## auto-increment options does not changed on other node - it allows us +## to check the correct transmission of the auto-increment options to +## other nodes: +## + +--disable_warnings +SET SESSION binlog_format='STATEMENT'; +--enable_warnings + +show variables like 'binlog_format'; + +SET GLOBAL wsrep_auto_increment_control='OFF'; + +SET SESSION auto_increment_increment = 3; +SET SESSION auto_increment_offset = 1; + +CREATE TABLE t1 ( + i int(11) NOT NULL AUTO_INCREMENT, + c char(32) DEFAULT 'dummy_text', + PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +insert into t1(i) values(null); + +select * from t1; + +insert into t1(i) values(null), (null), (null); + +select * from t1; + +--connection node_2 +--let $wait_condition = SELECT COUNT(*) = 4 FROM t1; +--source include/wait_condition.inc + +select * from t1; + +--connection node_1 + +## +## Verify the return to automatic calculation of the step +## and offset of the auto-increment: +## + +SET GLOBAL wsrep_auto_increment_control='ON'; + +SET SESSION binlog_format='ROW'; + +show variables like 'binlog_format'; +show variables like '%auto_increment%'; + +## +## Verify the recovery of original user-defined values after +## stopping the automatic control over auto-increment: +## + +SET GLOBAL wsrep_auto_increment_control='OFF'; + +show variables like '%auto_increment%'; + +## +## Restore original options and drop test table: +## + +SET GLOBAL wsrep_auto_increment_control='ON'; + +drop table t1; + +## +## Verify the correct operation of the auto-increment when the binlog +## format set to the 'ROW': +## + +--connection node_2 +SET GLOBAL wsrep_forced_binlog_format='ROW'; + +--connection node_1 +SET GLOBAL wsrep_forced_binlog_format='ROW'; + +CREATE TABLE t1 ( + i int(11) NOT NULL AUTO_INCREMENT, + c char(32) DEFAULT 'dummy_text', + PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +insert into t1(i) values(null); + +select * from t1; + +insert into t1(i) values(null), (null), (null); + +select * from t1; + +--connection node_2 +--let $wait_condition = SELECT COUNT(*) = 4 FROM t1; +--source include/wait_condition.inc + +select * from t1; + +SET GLOBAL wsrep_forced_binlog_format='none'; + +--connection node_1 + +SET GLOBAL wsrep_forced_binlog_format='none'; + +drop table t1; + +## +## Check the operation when the automatic control over the auto-increment +## settings is switched off, that is, when we use the increment step and +## the offset specified by the user. In the current session, the binlog +## format is set to 'ROW'. It is important that the values of the +## auto-increment options does not changed on other node - it allows us +## to check the correct transmission of the auto-increment options to +## other nodes: +## + +SET SESSION binlog_format='ROW'; + +show variables like 'binlog_format'; + +SET GLOBAL wsrep_auto_increment_control='OFF'; + +SET SESSION auto_increment_increment = 3; +SET SESSION auto_increment_offset = 1; + +CREATE TABLE t1 ( + i int(11) NOT NULL AUTO_INCREMENT, + c char(32) DEFAULT 'dummy_text', + PRIMARY KEY (i) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +insert into t1(i) values(null); + +select * from t1; + +insert into t1(i) values(null), (null), (null); + +select * from t1; + +--connection node_2 +--let $wait_condition = SELECT COUNT(*) = 4 FROM t1; +--source include/wait_condition.inc + +select * from t1; + +--connection node_1 + +## +## Verify the return to automatic calculation of the step +## and offset of the auto-increment: +## + +SET GLOBAL wsrep_auto_increment_control='ON'; + +show variables like 'binlog_format'; +show variables like '%auto_increment%'; + +## +## Verify the recovery of original user-defined values after +## stopping the automatic control over auto-increment: +## + +SET GLOBAL wsrep_auto_increment_control='OFF'; + +show variables like '%auto_increment%'; + +## +## Restore original options and drop test table: +## + +SET GLOBAL wsrep_auto_increment_control='ON'; + +drop table t1; + +--source include/auto_increment_offset_restore.inc diff --git a/mysql-test/suite/galera/t/galera_defaults.test b/mysql-test/suite/galera/t/galera_defaults.test index facc5180f2f7509d966117327145b98e76ce0a0c..0ad97916302262b47e2a96848c0d2050ee723ed3 100644 --- a/mysql-test/suite/galera/t/galera_defaults.test +++ b/mysql-test/suite/galera/t/galera_defaults.test @@ -13,7 +13,7 @@ # Make sure that the test is operating on the right version of galera library. --disable_query_log ---let $galera_version=3.20 +--let $galera_version=25.3.20 source ../wsrep/include/check_galera_version.inc; --enable_query_log @@ -59,14 +59,3 @@ ORDER BY VARIABLE_NAME; $wsrep_provider_options =~ s/repl.proto_max = .*?;\s*/;/sgio; print $wsrep_provider_options."\n"; EOF - -# Global Status - -SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_STATUS -WHERE VARIABLE_NAME LIKE 'wsrep_%' -AND VARIABLE_NAME != 'wsrep_debug_sync_waiters'; - -SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.GLOBAL_STATUS -WHERE VARIABLE_NAME LIKE 'wsrep_%' -AND VARIABLE_NAME != 'wsrep_debug_sync_waiters' -ORDER BY VARIABLE_NAME; diff --git a/mysql-test/suite/galera/t/galera_drop_database.test b/mysql-test/suite/galera/t/galera_drop_database.test new file mode 100644 index 0000000000000000000000000000000000000000..47fe831519811190ad9f757643553dfb07bc9233 --- /dev/null +++ b/mysql-test/suite/galera/t/galera_drop_database.test @@ -0,0 +1,65 @@ +# +# This test tests a DROP empty database +# +--source include/galera_cluster.inc +--source include/have_innodb.inc + +# Save original auto_increment_offset values. +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + +CREATE DATABASE fts; +USE fts; +CREATE TABLE fts_t1 (f1 INT PRIMARY KEY AUTO_INCREMENT, f2 VARCHAR(100), FULLTEXT (f2)) ENGINE=InnoDB; +CREATE TABLE fts_t2 (f2 VARCHAR(100), FULLTEXT (f2)) ENGINE=InnoDB; + +# Insert 1K rows +CREATE TABLE ten (f1 INTEGER) ENGINE=InnoDB; +INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10); +INSERT INTO fts_t1 (f2) SELECT 'foobarbaz' FROM ten AS a1, ten AS a2, ten AS a3; +INSERT INTO fts_t2 (f2) SELECT 'foobarbaz' FROM ten AS a1, ten AS a2, ten AS a3; +DROP TABLE ten; +UPDATE fts_t1 SET f2 = 'abcd'; +UPDATE fts_t2 SET f2 = 'efjh'; + +--connection node_2 +let $wsrep_cluster_address = `SELECT @@global.wsrep_node_incoming_address`; +--source include/restart_mysqld.inc + +--connection node_1 +--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; +--source include/wait_condition.inc + +--let $galera_connection_name = node_2a +--let $galera_server_number = 2 +--source include/galera_connect.inc +--connection node_2a +--source include/wait_until_ready.inc + +--connection node_1 +--let $restart_parameters = --wsrep-cluster-address=gcomm://$wsrep_cluster_address +--source include/restart_mysqld.inc + +--connection node_2a +--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; +--source include/wait_condition.inc + +--let $galera_connection_name = node_1a +--let $galera_server_number = 1 +--source include/galera_connect.inc +--connection node_1a +--source include/wait_until_ready.inc + +USE fts; +DROP TABLE fts_t1; +DROP TABLE fts_t2; +SHOW TABLES; +DROP DATABASE fts; + +# Restore original auto_increment_offset values. +--let $node_1=node_1a +--let $node_2=node_2a +--source include/auto_increment_offset_restore.inc + +--source include/galera_end.inc diff --git a/mysql-test/suite/galera/t/galera_enum.test b/mysql-test/suite/galera/t/galera_enum.test index ff5332486aa8e0a1660ceb6a37f13d49184082c0..782180a3aa1c46ba2a39e8b0cc5dbdbbaf336c40 100644 --- a/mysql-test/suite/galera/t/galera_enum.test +++ b/mysql-test/suite/galera/t/galera_enum.test @@ -17,9 +17,12 @@ INSERT INTO t1 VALUES ('one'), ('two'); INSERT INTO t1 VALUES (0), (1), (2); --connection node_2 -SELECT COUNT(*) = 6 FROM t1; -SELECT COUNT(*) = 2 FROM t1 where f1 = ''; -SELECT COUNT(*) = 2 FROM t1 where f1 = 'one'; +--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc + +SELECT COUNT(*) FROM t1; +SELECT COUNT(*) FROM t1 where f1 = ''; +SELECT COUNT(*) FROM t1 where f1 = 'one'; DROP TABLE t1; @@ -33,8 +36,10 @@ CREATE TABLE t1 (f1 ENUM('', 'one', 'two', 'three', 'four') PRIMARY KEY) ENGINE= INSERT INTO t1 VALUES (''), ('one'), ('two'); --connection node_2 -SELECT COUNT(*) = 3 FROM t1; -SELECT COUNT(*) = 1 FROM t1 WHERE f1 = ''; +--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc +SELECT COUNT(*) FROM t1; +SELECT COUNT(*) FROM t1 WHERE f1 = ''; # Conflict @@ -57,6 +62,7 @@ COMMIT; --connection node_1 -SELECT COUNT(*) = 1 FROM t1 WHERE f1 = 'three'; +SELECT COUNT(*) FROM t1 WHERE f1 = 'three'; +SELECT * FROM t1; DROP TABLE t1; diff --git a/mysql-test/suite/galera/t/galera_ist_mysqldump.test b/mysql-test/suite/galera/t/galera_ist_mysqldump.test index f60d5549edaf6cd1613e6d69f0d45be969bd898e..7bfca0334fa4e4c30bbb9b07baf28afecfee113a 100644 --- a/mysql-test/suite/galera/t/galera_ist_mysqldump.test +++ b/mysql-test/suite/galera/t/galera_ist_mysqldump.test @@ -4,6 +4,8 @@ --source suite/galera/include/galera_sst_set_mysqldump.inc +call mtr.add_suppression("WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*"); + --let $node_1=node_1 --let $node_2=node_2 --source include/auto_increment_offset_save.inc diff --git a/mysql-test/suite/galera/t/galera_ist_xtrabackup-v2.test b/mysql-test/suite/galera/t/galera_ist_xtrabackup-v2.test index c44b064234252cd5db5ebe6566a16e5b7f94896b..34961765008d320ece9a9109f688cdbd59d9adc0 100644 --- a/mysql-test/suite/galera/t/galera_ist_xtrabackup-v2.test +++ b/mysql-test/suite/galera/t/galera_ist_xtrabackup-v2.test @@ -3,8 +3,13 @@ --source include/have_innodb.inc --source include/have_xtrabackup.inc +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + --source suite/galera/include/galera_st_disconnect_slave.inc --source suite/galera/include/galera_st_shutdown_slave.inc --source suite/galera/include/galera_st_kill_slave.inc --source suite/galera/include/galera_st_kill_slave_ddl.inc +--source include/auto_increment_offset_restore.inc diff --git a/mysql-test/suite/galera/t/galera_kill_ddl.test b/mysql-test/suite/galera/t/galera_kill_ddl.test index 90f3f30cc7678962d1359cbfb2bafbd6b2bf0adc..ca59264ced46c4c3b56acd9c943952fc678540b4 100644 --- a/mysql-test/suite/galera/t/galera_kill_ddl.test +++ b/mysql-test/suite/galera/t/galera_kill_ddl.test @@ -5,6 +5,8 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); + --connection node_1 # Enable the master to continue running during the split-brain situation that diff --git a/mysql-test/suite/galera/t/galera_kill_largechanges.test b/mysql-test/suite/galera/t/galera_kill_largechanges.test index e9a32ce813bffdaa2820dd0969d4e6c0974135d3..2803a43d85aed17a32ce7ec2bbe17cdc36f273fc 100644 --- a/mysql-test/suite/galera/t/galera_kill_largechanges.test +++ b/mysql-test/suite/galera/t/galera_kill_largechanges.test @@ -6,6 +6,8 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); + --connection node_1 # Enable the master to continue running during the split-brain situation that # occurs when the slave is killed diff --git a/mysql-test/suite/galera/t/galera_kill_smallchanges.test b/mysql-test/suite/galera/t/galera_kill_smallchanges.test index d998032cbc342375d991bb4bbf7de42c2ee3df14..148c3dbc1328c438761d2c9ec8a1302313dc6054 100644 --- a/mysql-test/suite/galera/t/galera_kill_smallchanges.test +++ b/mysql-test/suite/galera/t/galera_kill_smallchanges.test @@ -5,6 +5,8 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*"); + --connection node_1 # Enable the master to continue running during the split-brain situation that diff --git a/mysql-test/suite/galera/t/galera_pc_ignore_sb.test b/mysql-test/suite/galera/t/galera_pc_ignore_sb.test index f24ca5cd25b7b115f4726f1e8c26cc84c28bee5c..c48ddc66bdf66dcf95c304e258d5b6012aa0a438 100644 --- a/mysql-test/suite/galera/t/galera_pc_ignore_sb.test +++ b/mysql-test/suite/galera/t/galera_pc_ignore_sb.test @@ -11,10 +11,13 @@ --source include/auto_increment_offset_save.inc --connection node_1 ---let $wsrep_cluster_address_orig = `SELECT @@wsrep_cluster_address` ---let $wsrep_provider_options_orig = `SELECT @@wsrep_provider_options` +SET @wsrep_cluster_address_orig = @@GLOBAL.wsrep_cluster_address; +SET @wsrep_provider_options_orig = @@GLOBAL.wsrep_provider_options; -SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true'; +--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size' +--source include/wait_condition.inc + +SET GLOBAL wsrep_provider_options ='pc.ignore_sb=true'; --connection node_2 --source include/kill_galera.inc @@ -33,14 +36,18 @@ SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABL # Reset the master and restart the slave so that post-test checks can run SET GLOBAL wsrep_cluster_address = ''; ---disable_query_log ---eval SET GLOBAL wsrep_cluster_address = '$wsrep_cluster_address_orig'; ---eval SET GLOBAL wsrep_provider_options = '$wsrep_provider_options_orig'; ---enable_query_log +SET GLOBAL wsrep_cluster_address = @wsrep_cluster_address_orig; --connection node_2 --source include/start_mysqld.inc + +--connection node_1 +--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size' +--source include/wait_condition.inc + +SET GLOBAL wsrep_provider_options = @wsrep_provider_options_orig; + # Restore original auto_increment_offset values. --source include/auto_increment_offset_restore.inc diff --git a/mysql-test/suite/galera/t/galera_sst_rsync2.cnf b/mysql-test/suite/galera/t/galera_sst_rsync2.cnf new file mode 100644 index 0000000000000000000000000000000000000000..34e67c66403837124c23c458d89bd9afe98435d2 --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_rsync2.cnf @@ -0,0 +1,15 @@ +!include ../galera_2nodes.cnf + +[mysqld] +wsrep_sst_method=rsync + +[mysqld.1] +wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true' +log_bin=@ENV.MYSQLTEST_VARDIR/server1_binlog +log_bin_index=@ENV.MYSQLTEST_VARDIR/tmp/server1_binlog_index.index + +[mysqld.2] +wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true' +log_bin=@ENV.MYSQLTEST_VARDIR/server2_binlog +log_bin_index=@ENV.MYSQLTEST_VARDIR/tmp/server2_binlog_index.index + diff --git a/mysql-test/suite/galera/t/galera_sst_rsync2.test b/mysql-test/suite/galera/t/galera_sst_rsync2.test new file mode 100644 index 0000000000000000000000000000000000000000..f796356cac7e80a5f87118a5201f869d67291a1f --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_rsync2.test @@ -0,0 +1,12 @@ +--source include/galera_cluster.inc + +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + +--source suite/galera/include/galera_st_shutdown_slave.inc +--source suite/galera/include/galera_st_clean_slave.inc + +--source suite/galera/include/galera_st_kill_slave.inc +--source suite/galera/include/galera_st_kill_slave_ddl.inc +--source include/auto_increment_offset_restore.inc diff --git a/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.cnf b/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.cnf new file mode 100644 index 0000000000000000000000000000000000000000..afe9796a11ab618f49684bd12cf23ee44e5c4552 --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.cnf @@ -0,0 +1,11 @@ +!include ../galera_2nodes.cnf + +[mysqld] +wsrep_sst_method=rsync + +[mysqld.1] +wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true' + +[mysqld.2] +innodb_data_home_dir=@ENV.MYSQL_TMP_DIR/rsync_test_2 +wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true' diff --git a/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.test b/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.test new file mode 100644 index 0000000000000000000000000000000000000000..68aa1068f758392140836665742fd62845007f5a --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_rsync_data_dir.test @@ -0,0 +1,16 @@ +--source include/big_test.inc +--source include/galera_cluster.inc + +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + +--source suite/galera/include/galera_st_shutdown_slave.inc +--source suite/galera/include/galera_st_clean_slave.inc + +--source suite/galera/include/galera_st_kill_slave.inc +--source suite/galera/include/galera_st_kill_slave_ddl.inc +--source include/auto_increment_offset_restore.inc + +# cleanup temporary database files: +--remove_files_wildcard $MYSQL_TMP_DIR/rsync_test_2 * diff --git a/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.cnf b/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.cnf new file mode 100644 index 0000000000000000000000000000000000000000..89f23d24d8729b16d7338f662e553079b973303d --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.cnf @@ -0,0 +1,16 @@ +!include ../galera_2nodes.cnf + +[mysqld] +wsrep_sst_method=xtrabackup-v2 +wsrep_sst_auth="root:" +wsrep_debug=ON + +[mysqld.1] +wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true' + +[mysqld.2] +innodb_data_home_dir=@ENV.MYSQL_TMP_DIR/rsync_test_2 +wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true' + +[sst] +transferfmt=@ENV.MTR_GALERA_TFMT diff --git a/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.test b/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.test new file mode 100644 index 0000000000000000000000000000000000000000..135bc2a39f7293885f68200c0d46c967ea2617bf --- /dev/null +++ b/mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_data_dir.test @@ -0,0 +1,23 @@ +--source include/big_test.inc +--source include/galera_cluster.inc +--source include/have_innodb.inc +--source include/have_xtrabackup.inc + +# Save original auto_increment_offset values. +--let $node_1=node_1 +--let $node_2=node_2 +--source include/auto_increment_offset_save.inc + +--source suite/galera/include/galera_st_shutdown_slave.inc +--source suite/galera/include/galera_st_clean_slave.inc + +--source suite/galera/include/galera_st_kill_slave.inc +--source suite/galera/include/galera_st_kill_slave_ddl.inc + +# Restore original auto_increment_offset values. +--source include/auto_increment_offset_restore.inc + +--source include/galera_end.inc + +# cleanup temporary database files: +--remove_files_wildcard $MYSQL_TMP_DIR/rsync_test_2 * diff --git a/mysql-test/suite/galera/t/galera_suspend_slave.test b/mysql-test/suite/galera/t/galera_suspend_slave.test index 6f0f8014397ed29b0d31c5213ad0f8faef70a96a..0f95bcd45318377bb7d0b2282dd675bc3a9e20d0 100644 --- a/mysql-test/suite/galera/t/galera_suspend_slave.test +++ b/mysql-test/suite/galera/t/galera_suspend_slave.test @@ -34,6 +34,8 @@ SET SESSION wsrep_sync_wait = 0; --let $wait_condition = SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; --source include/wait_condition.inc +SET SESSION wsrep_sync_wait = 15; + --error ER_UNKNOWN_COM_ERROR,ER_LOCK_WAIT_TIMEOUT,ER_LOCK_DEADLOCK,ER_ERROR_DURING_COMMIT INSERT INTO t1 VALUES (1); @@ -46,6 +48,7 @@ INSERT INTO t1 VALUES (1); exit(0); EOF +SET SESSION wsrep_sync_wait = 0; --source include/wait_until_ready.inc INSERT INTO t1 VALUES (1); diff --git a/mysql-test/suite/galera/t/galera_toi_truncate.test b/mysql-test/suite/galera/t/galera_toi_truncate.test index 59ef5c2028f34fa852875be708b198f441825e5c..0c1d0e45e415404075d98fb8826dc9feed24cf0e 100644 --- a/mysql-test/suite/galera/t/galera_toi_truncate.test +++ b/mysql-test/suite/galera/t/galera_toi_truncate.test @@ -5,6 +5,8 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +--source include/have_debug_sync.inc +--source include/not_embedded.inc # # INSERT and TRUNCATE on different nodes @@ -16,14 +18,23 @@ INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10); CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB; -# Insert 100K rows +# Insert 1m rows --connection node_2 +--let $wait_condition = SELECT COUNT(*) = 10 FROM ten; +--source include/wait_condition.inc + # Prevent autocommit retring from masking the deadlock error we expect to get SET SESSION wsrep_retry_autocommit = 0; +INSERT INTO t1(f1) SELECT 1 FROM ten as a1, ten AS a2; + +set debug_sync='ha_commit_trans_after_prepare WAIT_FOR go'; --send INSERT INTO t1 (f1) SELECT 1 FROM ten AS a1, ten AS a2, ten AS a3, ten AS a4, ten AS a5, ten AS a6; --connection node_1 ---sleep 1 +# Wait for a above insert to start +--let $wait_condition = SELECT COUNT(*) >= 100 from t1; +--source include/wait_condition.inc + --send TRUNCATE TABLE t1; --connection node_1 @@ -38,6 +49,5 @@ SELECT COUNT(*) = 0 FROM t1; --connection node_1 SELECT COUNT(*) = 0 FROM t1; - DROP TABLE t1; DROP TABLE ten; diff --git a/mysql-test/suite/galera/t/galera_unicode_identifiers.test b/mysql-test/suite/galera/t/galera_unicode_identifiers.test index f3df60a6415bd5adce9fc45249974692bc3e5396..c0c957686501beed8809c10954c8b21f56ac7820 100644 --- a/mysql-test/suite/galera/t/galera_unicode_identifiers.test +++ b/mysql-test/suite/galera/t/galera_unicode_identifiers.test @@ -13,6 +13,8 @@ SET GLOBAL wsrep_sync_wait = 15; --connection node_1 +--let $innodb_num_tables_orig = `SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES` + # Spaces in identifiers CREATE DATABASE `database with space`; @@ -21,7 +23,7 @@ CREATE TABLE `table with space` ( `column with space` INTEGER AUTO_INCREMENT PRIMARY KEY, `second column with space` INTEGER, UNIQUE `index name with space` (`second column with space`) -); +) engine=innodb; INSERT INTO `table with space` VALUES (1, 1); # Unicode identifiers @@ -32,7 +34,7 @@ CREATE TABLE `таблица` ( `първа_колона` INTEGER PRIMARY KEY, `втора_колона` INTEGER, UNIQUE `индекÑ` (`втора_колона`) -); +) engine=innodb; INSERT INTO `таблица` VALUES (1, 1); @@ -44,11 +46,15 @@ CREATE TABLE `втора таблица` ( `първа колона` INTEGER, `втора колона` INTEGER, KEY `първи индекÑ` (`първа колона`) -); +) engine=innodb; INSERT INTO `втора таблица` VALUES (1, 1); --connection node_2 +# Wait until 3 above tables with databases are created also to this node +--let $wait_condition = SELECT COUNT(*) = $innodb_num_tables_orig + 3 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES; +--source include/wait_condition.inc + USE `database with space`; SELECT `second column with space` FROM `table with space`; diff --git a/mysql-test/suite/galera/t/galera_var_desync_on.test b/mysql-test/suite/galera/t/galera_var_desync_on.test index 06c5d30a769e204949ca76ad75dc869476f4ee4d..fbf660d3ab5a9de25a328bf3e9bfd064aff088ea 100644 --- a/mysql-test/suite/galera/t/galera_var_desync_on.test +++ b/mysql-test/suite/galera/t/galera_var_desync_on.test @@ -1,5 +1,7 @@ # -# Test wsrep_desync = ON . Node should temporarily not participate in flow control +# Desync will be done once the global read lock is acquired and resync will be done when +# it is released. +# Node should temporarily not participate in flow control # so even if fc_limit has been reached, the master should be able to continue to # commit transactions. # @@ -13,7 +15,6 @@ INSERT INTO t1 VALUES (1); --connection node_2 --let $wsrep_provider_options_orig = `SELECT @@wsrep_provider_options` SET GLOBAL wsrep_provider_options = 'gcs.fc_limit=1'; -SET GLOBAL wsrep_desync = TRUE; # Block the slave applier thread FLUSH TABLES WITH READ LOCK; @@ -37,8 +38,6 @@ SET SESSION wsrep_sync_wait = 0; # No updates have arrived after the FLUSH TABLES SELECT COUNT(*) = 1 FROM t1; -# Resync the slave -SET GLOBAL wsrep_desync = FALSE; --disable_query_log --eval SET GLOBAL wsrep_provider_options = '$wsrep_provider_options_orig'; --enable_query_log diff --git a/mysql-test/suite/galera/t/galera_var_node_address.test b/mysql-test/suite/galera/t/galera_var_node_address.test index 22e98e3aa82baba7fd1908dab38084427816e9b9..b50265be5aef44d44e07c231ea53c2433b27a84c 100644 --- a/mysql-test/suite/galera/t/galera_var_node_address.test +++ b/mysql-test/suite/galera/t/galera_var_node_address.test @@ -13,13 +13,19 @@ call mtr.add_suppression("WSREP: Sending JOIN failed: -[0-9]+ (Transport endpoi SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; --connection node_1 -CREATE TABLE t1 (f1 INTEGER); +CREATE TABLE t1 (f1 INTEGER) ENGINE=INNODB; --connection node_2 +let $wait_condition= SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc INSERT INTO t1 VALUES (1); --connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3 --connection node_3 +let $wait_condition= SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc +let $wait_condition= SELECT COUNT(*) = 1 FROM t1; +--source include/wait_condition.inc SELECT COUNT(*) = 1 FROM t1; --connection node_1 diff --git a/mysql-test/suite/galera/t/galera_var_slave_threads.test b/mysql-test/suite/galera/t/galera_var_slave_threads.test index 0afda948ed51ab13cb8d1a2367e796c4c536084a..1cee845b6abd867ad207290aabec42a941dd91d8 100644 --- a/mysql-test/suite/galera/t/galera_var_slave_threads.test +++ b/mysql-test/suite/galera/t/galera_var_slave_threads.test @@ -34,7 +34,12 @@ SET GLOBAL wsrep_slave_threads = 64; INSERT INTO t1 VALUES (1); --connection node_2 +--let $wait_timeout=600 +--let $wait_condition = SELECT COUNT(*) = 1 FROM t1; +--source include/wait_condition.inc + SELECT COUNT(*) = 1 FROM t1; + --let $wait_condition = SELECT COUNT(*) = @@wsrep_slave_threads + 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; --source include/wait_condition.inc SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND STATE LIKE '%wsrep aborter%'; @@ -47,6 +52,8 @@ SET GLOBAL wsrep_slave_threads = 1; --connection node_1 +--disable_result_log +--disable_query_log # Generate 64 replication events --let $count = 64 while ($count) @@ -54,9 +61,15 @@ while ($count) INSERT INTO t2 VALUES (DEFAULT); --dec $count } +--enable_query_log +--enable_result_log --connection node_2 +--let $wait_condition = SELECT COUNT(*) = 64 FROM t2; +--source include/wait_condition.inc + SELECT COUNT(*) = 64 FROM t2; + --let $wait_condition = SELECT COUNT(*) = @@wsrep_slave_threads + 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user'; --source include/wait_condition.inc SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND STATE LIKE '%wsrep aborter%'; diff --git a/mysql-test/suite/galera/t/galera_wan.test b/mysql-test/suite/galera/t/galera_wan.test index a8fd351b16847ec22d4688c3a9546360c9cfb8e6..ca86a3000a63bcaed5b4e6c57842497da977c105 100644 --- a/mysql-test/suite/galera/t/galera_wan.test +++ b/mysql-test/suite/galera/t/galera_wan.test @@ -9,6 +9,12 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +CALL mtr.add_suppression("WSREP: Stray state UUID msg:.*"); +CALL mtr.add_suppression("WSREP: Sending JOIN failed:.*"); +CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); +call mtr.add_suppression("WSREP: Sending JOIN failed:.*"); + + SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; --connection node_1 @@ -16,15 +22,19 @@ CREATE TABLE t1 (f1 INTEGER); --connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3 --connection node_3 +--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc INSERT INTO t1 VALUES (1); -CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); --connect node_4, 127.0.0.1, root, , test, $NODE_MYPORT_4 --connection node_4 +--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc +--let $wait_condition = SELECT COUNT(*) = 1 FROM t1; +--source include/wait_condition.inc SELECT VARIABLE_VALUE LIKE '%gmcast.segment = 3%' FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME = 'wsrep_provider_options'; SELECT COUNT(*) = 1 FROM t1; DROP TABLE t1; -CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"); diff --git a/mysql-test/suite/galera/t/mysql-wsrep#332.test b/mysql-test/suite/galera/t/mysql-wsrep#332.test new file mode 100644 index 0000000000000000000000000000000000000000..2da01ba900eb9f0e57adf6a802a61f1a435494ff --- /dev/null +++ b/mysql-test/suite/galera/t/mysql-wsrep#332.test @@ -0,0 +1,113 @@ +--source include/galera_cluster.inc +--source include/have_innodb.inc +--source include/have_debug_sync.inc +--source suite/galera/include/galera_have_debug_sync.inc + +# Open connection node_1a here, MW-369.inc will use it later +--connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1 + +# +# Test the scenario where a foreign key is added to an existing child table, and +# concurrently UPDATE the parent table so that it violates the constraint. +# +# We expect that ALTER TABLE ADD FOREIGN KEY adds a table level key on both +# parent and child table. And therefore we also expect the UPDATE to fail +# certification. +# +--connection node_1 +CREATE TABLE p (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id INTEGER) ENGINE=INNODB; + +INSERT INTO p VALUES (1, 0); +INSERT INTO p VALUES (2, 0); + +INSERT INTO c VALUES (1, 1); +INSERT INTO c VALUES (2, 2); + +--let $mw_369_parent_query = UPDATE p SET f1 = f1 + 100 +--let $mw_369_child_query = ALTER TABLE c ADD FOREIGN KEY (p_id) REFERENCES p(f1) + +--source MW-369.inc + +# Expect certification failure +--connection node_1 +--error ER_LOCK_DEADLOCK +--reap + +--connection node_2 +SELECT * FROM p; +SELECT * FROM c; + +DROP TABLE c; +DROP TABLE p; + + +# +# Same as above, except that two foreign keys pointing to different parent +# tables are added, p1 and p2. Concurrently UPDATE p1. +# +# Expect certification error on UPDATE. +# +--connection node_1 +CREATE TABLE p1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE p2 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id1 INTEGER, p_id2 INTEGER) ENGINE=INNODB; + +INSERT INTO p1 VALUES (1, 0), (2, 0); +INSERT INTO p2 VALUES (1, 0), (2, 0); + +INSERT INTO c VALUES (1, 1, 1); +INSERT INTO c VALUES (2, 2, 2); + +--let $mw_369_parent_query = UPDATE p1 SET f1 = f1 + 100 +--let $mw_369_child_query = ALTER TABLE c ADD FOREIGN KEY (p_id1) REFERENCES p1(f1), ADD FOREIGN KEY (p_id2) REFERENCES p2(f1) + +--source MW-369.inc + +# Expect certification failure +--connection node_1 +--error ER_LOCK_DEADLOCK +--reap + +--connection node_2 +SELECT * FROM p1; +SELECT * FROM p2; +SELECT * FROM c; + +DROP TABLE c; +DROP TABLE p1; +DROP TABLE p2; + + +# +# Same as above, except that UPDATE is on p2. +# +--connection node_1 +CREATE TABLE p1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE p2 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=INNODB; +CREATE TABLE c (f1 INTEGER PRIMARY KEY, p_id1 INTEGER, p_id2 INTEGER) ENGINE=INNODB; + +INSERT INTO p1 VALUES (1, 0), (2, 0); +INSERT INTO p2 VALUES (1, 0), (2, 0); + +INSERT INTO c VALUES (1, 1, 1); +INSERT INTO c VALUES (2, 2, 2); + +--let $mw_369_parent_query = UPDATE p2 SET f1 = f1 + 100 +--let $mw_369_child_query = ALTER TABLE c ADD FOREIGN KEY (p_id1) REFERENCES p1(f1), ADD FOREIGN KEY (p_id2) REFERENCES p2(f1) + +--source MW-369.inc + +# Expect certification failure +--connection node_1 +--error ER_LOCK_DEADLOCK +--reap + +--connection node_2 +SELECT * FROM p1; +SELECT * FROM p2; +SELECT * FROM c; + +DROP TABLE c; +DROP TABLE p1; +DROP TABLE p2; diff --git a/mysql-test/suite/galera/t/query_cache.test b/mysql-test/suite/galera/t/query_cache.test index 24ed8ecd077d2ffaeb070aec6c8290e3e70fa235..9d6b654be78019f4cf29f058c5290611f231f81b 100644 --- a/mysql-test/suite/galera/t/query_cache.test +++ b/mysql-test/suite/galera/t/query_cache.test @@ -113,6 +113,11 @@ show status like "Qcache_hits"; show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # MERGE TABLES with INSERT/UPDATE and DELETE # @@ -180,6 +185,11 @@ show status like "Qcache_hits"; drop table t1, t2, t3; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # SELECT SQL_CACHE ... # @@ -214,16 +224,7 @@ set query_cache_type=on; # # RESET QUERY CACHE # ---echo # On node-1 ---connection node_1 -reset query cache; -show status like "Qcache_queries_in_cache"; -show status like "Qcache_hits"; ---echo # On node-2 ---connection node_2 -reset query cache; -show status like "Qcache_queries_in_cache"; -show status like "Qcache_hits"; +--source include/reset_query_cache.inc # # SELECT SQL_NO_CACHE @@ -240,6 +241,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Check that queries that uses NOW(), LAST_INSERT_ID()... are not cached. # @@ -282,6 +288,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Non-cachable ODBC work around (and prepare cache for drop database) # @@ -316,6 +327,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Charset conversion (cp1251_koi8 always present) # Note: Queries using different default character sets are cached separately. @@ -343,6 +359,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Same tables in different dbs # @@ -376,6 +397,11 @@ show status like "Qcache_hits"; drop database mysqltest; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # FOUND_ROWS() # @@ -428,6 +454,11 @@ show status like "Qcache_queries_in_cache"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Test insert delayed (MYISAM) # @@ -526,6 +557,11 @@ drop table t2; set GLOBAL query_cache_min_res_unit=default; show global variables like "query_cache_min_res_unit"; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Case sensitive test # @@ -546,6 +582,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Test of query cache resizing # @@ -612,6 +653,11 @@ select * from t1; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Temporary tables (ignored by Galera) # @@ -645,6 +691,11 @@ show status like "Qcache_hits"; drop table t1, t2; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # System databse test (no need to perform it on node_2) # Note: Queries on system tables are not cached. @@ -697,6 +748,11 @@ show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; drop table t2; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Load data invalidation test # @@ -710,13 +766,13 @@ show status like "Qcache_hits"; eval load data infile '$MYSQLTEST_VARDIR/std_data/words.dat' into table t1; show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; -select count(*) from t1; - -# Wait for "load data" to replicate. ---sleep 5 +--let $wait_condition = SELECT COUNT(*) = 70 FROM t1; +--source include/wait_condition.inc --echo # On node-2 --connection node_2 +--let $wait_condition = SELECT COUNT(*) = 70 FROM t1; +--source include/wait_condition.inc select count(*) from t1; show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; @@ -728,6 +784,11 @@ select count(*) from t1; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # INTO OUTFILE/DUMPFILE test # @@ -748,6 +809,11 @@ let $datadir=`select @@datadir`; --remove_file $datadir/test/query_cache.dump.file --remove_file $datadir/test/query_cache.out.file +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Test of SQL_SELECT_LIMIT # @@ -777,6 +843,11 @@ SET SQL_SELECT_LIMIT=DEFAULT; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # WRITE LOCK & QC # @@ -844,6 +915,11 @@ select * from t1; drop table t1; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Test character set related variables: # character_set_result @@ -923,6 +999,11 @@ show status like "Qcache_queries_in_cache"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Comments before command # @@ -930,27 +1011,28 @@ drop table t1; --connection node_1 create table t1 (a int) engine=innodb; show status like "Qcache_queries_in_cache"; -show status like "Qcache_inserts"; show status like "Qcache_hits"; /**/ select * from t1; /**/ select * from t1; show status like "Qcache_queries_in_cache"; -show status like "Qcache_inserts"; show status like "Qcache_hits"; --echo # On node-2 --connection node_2 show status like "Qcache_queries_in_cache"; -show status like "Qcache_inserts"; show status like "Qcache_hits"; /**/ select * from t1; /**/ select * from t1; show status like "Qcache_queries_in_cache"; -show status like "Qcache_inserts"; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + # # Information schema & query cache test # @@ -988,6 +1070,11 @@ show status like 'qcache_queries_in_cache'; show status like "Qcache_hits"; drop table t1; +# +# RESET QUERY CACHE +# +--source include/reset_query_cache.inc + --echo # Restore original settings. --echo # On node-1 --connection node_1 diff --git a/mysql-test/suite/galera_3nodes/r/galera_pc_weight.result b/mysql-test/suite/galera_3nodes/r/galera_pc_weight.result index 6fb931638ef49af354323d9632e9642a9617beb8..9f845ffe776283e2fdabd63fc3e2ff6deeb8e229 100644 --- a/mysql-test/suite/galera_3nodes/r/galera_pc_weight.result +++ b/mysql-test/suite/galera_3nodes/r/galera_pc_weight.result @@ -1,11 +1,17 @@ +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 3 SET GLOBAL wsrep_provider_options = 'pc.weight=3'; -Suspending node ... +SELECT VARIABLE_VALUE = 5 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 5 +SET GLOBAL wsrep_provider_options = 'gmcast.isolate=1'; SET SESSION wsrep_sync_wait=0; SET SESSION wsrep_on=OFF; SET SESSION wsrep_on=ON; SHOW STATUS LIKE 'wsrep_cluster_size'; Variable_name Value wsrep_cluster_size 2 +SHOW STATUS LIKE 'wsrep_cluster_weight'; +Variable_name Value SHOW STATUS LIKE 'wsrep_cluster_status'; Variable_name Value wsrep_cluster_status non-Primary @@ -22,9 +28,13 @@ SHOW STATUS LIKE 'wsrep_local_state_comment'; Variable_name Value wsrep_local_state_comment Initialized SET SESSION wsrep_sync_wait=0; +SET SESSION wsrep_on=OFF; +SET SESSION wsrep_on=ON; SHOW STATUS LIKE 'wsrep_cluster_size'; Variable_name Value wsrep_cluster_size 2 +SHOW STATUS LIKE 'wsrep_cluster_weight'; +Variable_name Value SHOW STATUS LIKE 'wsrep_cluster_status'; Variable_name Value wsrep_cluster_status non-Primary @@ -40,7 +50,8 @@ wsrep_local_state 0 SHOW STATUS LIKE 'wsrep_local_state_comment'; Variable_name Value wsrep_local_state_comment Initialized -Resuming node ... +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 3 SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; VARIABLE_VALUE = 'Primary' 1 @@ -57,11 +68,14 @@ SELECT VARIABLE_VALUE = 'Synced' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VAR VARIABLE_VALUE = 'Synced' 1 SET GLOBAL wsrep_provider_options = 'pc.weight=1'; -SET SESSION wsrep_sync_wait=0; -SET SESSION wsrep_sync_wait=0; +SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 1 +SET GLOBAL wsrep_provider_options = 'gmcast.isolate=0'; SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; VARIABLE_VALUE = 3 1 +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 3 SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; VARIABLE_VALUE = 'Primary' 1 @@ -80,6 +94,8 @@ VARIABLE_VALUE = 'Synced' SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; VARIABLE_VALUE = 3 1 +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 3 SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; VARIABLE_VALUE = 'Primary' 1 @@ -98,6 +114,8 @@ VARIABLE_VALUE = 'Synced' SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; VARIABLE_VALUE = 3 1 +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; +VARIABLE_VALUE = 3 SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; VARIABLE_VALUE = 'Primary' 1 @@ -116,6 +134,9 @@ VARIABLE_VALUE = 'Synced' SET GLOBAL wsrep_provider_options = 'pc.weight=1'; CALL mtr.add_suppression('WSREP: gcs_caused\\(\\) returned -1'); CALL mtr.add_suppression('overriding reported weight for'); +CALL mtr.add_suppression('SYNC message from member'); +CALL mtr.add_suppression('user message in state LEAVING'); +CALL mtr.add_suppression('sending install message failed: (Transport endpoint is not connected|Socket is not connected)'); CALL mtr.add_suppression('WSREP: user message in state LEAVING'); -CALL mtr.add_suppression('sending install message failed: Transport endpoint is not connected'); +CALL mtr.add_suppression('sending install message failed: (Transport endpoint is not connected|Socket is not connected)'); CALL mtr.add_suppression('overriding reported weight for'); diff --git a/mysql-test/suite/galera_3nodes/t/galera_pc_weight.test b/mysql-test/suite/galera_3nodes/t/galera_pc_weight.test index d69881aa5ebfb4ab20a1f282b578b7b2af0f9a25..0a94e7cd85db2c7f4e2772d7c8cc02cae37fb149 100644 --- a/mysql-test/suite/galera_3nodes/t/galera_pc_weight.test +++ b/mysql-test/suite/galera_3nodes/t/galera_pc_weight.test @@ -8,9 +8,12 @@ --source include/have_innodb.inc --connection node_1 +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; SET GLOBAL wsrep_provider_options = 'pc.weight=3'; ---source include/galera_suspend.inc ---sleep 10 +SELECT VARIABLE_VALUE = 5 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; + +# Isolate node_1 from the cluster. +SET GLOBAL wsrep_provider_options = 'gmcast.isolate=1'; --connection node_2 # Do not wait for causality as we are no longer in the primary component @@ -22,8 +25,9 @@ SET SESSION wsrep_on=ON; # We can not use SELECT queries here, as only SHOW is allowed to run. # For nodes #2 and #3, we expect a non-primary component of size 2 - +# and cluster weight 0 SHOW STATUS LIKE 'wsrep_cluster_size'; +SHOW STATUS LIKE 'wsrep_cluster_weight'; SHOW STATUS LIKE 'wsrep_cluster_status'; SHOW STATUS LIKE 'wsrep_connected'; SHOW STATUS LIKE 'wsrep_ready'; @@ -35,8 +39,13 @@ SHOW STATUS LIKE 'wsrep_local_state_comment'; --source include/galera_connect.inc --connection node_3 SET SESSION wsrep_sync_wait=0; +SET SESSION wsrep_on=OFF; +--let $wait_condition = SELECT VARIABLE_VALUE = 'non-Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status' +--source include/wait_condition.inc +SET SESSION wsrep_on=ON; SHOW STATUS LIKE 'wsrep_cluster_size'; +SHOW STATUS LIKE 'wsrep_cluster_weight'; SHOW STATUS LIKE 'wsrep_cluster_status'; SHOW STATUS LIKE 'wsrep_connected'; SHOW STATUS LIKE 'wsrep_ready'; @@ -44,15 +53,13 @@ SHOW STATUS LIKE 'wsrep_local_state'; SHOW STATUS LIKE 'wsrep_local_state_comment'; --connection node_1 ---source include/galera_resume.inc ---sleep 10 ---source include/wait_until_connected_again.inc # For Node #1, we expect a primary component of size 1 --let $wait_condition = SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size' --source include/wait_condition.inc +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_connected'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready'; @@ -60,30 +67,27 @@ SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_N SELECT VARIABLE_VALUE = 'Synced' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_local_state_comment'; SET GLOBAL wsrep_provider_options = 'pc.weight=1'; +SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; -# Restore the cluster by resetting wsrep_cluster_address on nodes #1 and #2 +# Resume cluster connectivity on node_1 +--connection node_1 +SET GLOBAL wsrep_provider_options = 'gmcast.isolate=0'; ---connection node_2 ---disable_query_log ---eval SET GLOBAL wsrep_cluster_address = @@wsrep_cluster_address; ---enable_query_log +--let $wait_condition = SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size' +--source include/wait_condition.inc -SET SESSION wsrep_sync_wait=0; ---source include/wait_until_connected_again.inc +--connection node_2 +--source include/wait_condition.inc --connection node_3 ---disable_query_log ---eval SET GLOBAL wsrep_cluster_address = @@wsrep_cluster_address; ---enable_query_log - -SET SESSION wsrep_sync_wait=0; ---source include/wait_until_connected_again.inc - -# On all nodes, we now expect a Primary component of size 3, Synced and ready +--source include/wait_condition.inc --connection node_1 ---source include/wait_until_connected_again.inc +--source include/wait_condition.inc + +# On all nodes, we now expect a Primary component of size 3, weight 3, Synced and ready SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_connected'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready'; @@ -92,6 +96,7 @@ SELECT VARIABLE_VALUE = 'Synced' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VAR --connection node_2 SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_connected'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready'; @@ -100,6 +105,7 @@ SELECT VARIABLE_VALUE = 'Synced' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VAR --connection node_3 SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; +SELECT VARIABLE_VALUE = 3 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight'; SELECT VARIABLE_VALUE = 'Primary' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_status'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_connected'; SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready'; @@ -116,8 +122,11 @@ CALL mtr.add_suppression('WSREP: gcs_caused\\(\\) returned -1'); --connection node_2 CALL mtr.add_suppression('overriding reported weight for'); +CALL mtr.add_suppression('SYNC message from member'); +CALL mtr.add_suppression('user message in state LEAVING'); +CALL mtr.add_suppression('sending install message failed: (Transport endpoint is not connected|Socket is not connected)'); --connection node_3 CALL mtr.add_suppression('WSREP: user message in state LEAVING'); -CALL mtr.add_suppression('sending install message failed: Transport endpoint is not connected'); +CALL mtr.add_suppression('sending install message failed: (Transport endpoint is not connected|Socket is not connected)'); CALL mtr.add_suppression('overriding reported weight for'); diff --git a/mysql-test/suite/heap/heap_btree.result b/mysql-test/suite/heap/heap_btree.result index 12a011778c68401fd61037163571f8698c932b32..83d1bcb6c9237cf9038486943ec0b192dc8d14f2 100644 --- a/mysql-test/suite/heap/heap_btree.result +++ b/mysql-test/suite/heap/heap_btree.result @@ -379,3 +379,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range uniq_id uniq_id 8 NULL 4 Using where drop table t1; End of 5.3 tests +create table t1 (id int, a varchar(300) not null, key using btree(a)) engine=heap; +insert t1 values (1, repeat('a', 300)); +drop table t1; +End of 5.5 tests diff --git a/mysql-test/suite/heap/heap_btree.test b/mysql-test/suite/heap/heap_btree.test index 02c09f52263c9ee71753c838e32ae265284bdfbd..aca41c430b312b56ad67743b2d856b723865bfa4 100644 --- a/mysql-test/suite/heap/heap_btree.test +++ b/mysql-test/suite/heap/heap_btree.test @@ -279,3 +279,12 @@ explain select 0+a from t1 where a in (869751,736494,226312,802616); drop table t1; --echo End of 5.3 tests + +# +# Bug#27799513: POTENTIAL DOUBLE FREE OR CORRUPTION OF HEAP INFO (HP_INFO) +# +create table t1 (id int, a varchar(300) not null, key using btree(a)) engine=heap; +insert t1 values (1, repeat('a', 300)); +drop table t1; + +--echo End of 5.5 tests diff --git a/mysql-test/suite/innodb/r/alter_inplace_perfschema.result b/mysql-test/suite/innodb/r/alter_inplace_perfschema.result new file mode 100644 index 0000000000000000000000000000000000000000..38c8ca2f553048c6f32a4e831f270fc11c1d112d --- /dev/null +++ b/mysql-test/suite/innodb/r/alter_inplace_perfschema.result @@ -0,0 +1,15 @@ +update performance_schema.setup_instruments set enabled='yes'; +update performance_schema.setup_consumers set enabled='yes'; +CREATE TABLE t1 (a serial, b varchar(255)) ENGINE=InnoDB; +BEGIN; +COMMIT; +SET DEBUG_SYNC = 'row_log_apply_before SIGNAL go WAIT_FOR gone'; +ALTER TABLE t1 ADD INDEX(b), ALGORITHM=INPLACE; +SET DEBUG_SYNC = 'now WAIT_FOR go'; +SELECT DISTINCT object_name FROM performance_schema.events_waits_history_long +WHERE event_name LIKE '%wait%io%file%innodb%innodb_temp_file%'; +object_name +tmp/Innodb Merge Temp File +SET DEBUG_SYNC = 'now SIGNAL gone'; +SET DEBUG_SYNC = 'RESET'; +DROP TABLE t1; diff --git a/mysql-test/suite/innodb/r/foreign-keys.result b/mysql-test/suite/innodb/r/foreign-keys.result index 53ddf6182440877699ed484a89ba94aa0a348187..66fc00e34d08b3e3fcef6b1b10d237ce1c82cf09 100644 --- a/mysql-test/suite/innodb/r/foreign-keys.result +++ b/mysql-test/suite/innodb/r/foreign-keys.result @@ -14,3 +14,76 @@ ALTER TABLE `title` ADD FOREIGN KEY (`title_manager_fk`) REFERENCES `people` ALTER TABLE `title` ADD FOREIGN KEY (`title_reporter_fk`) REFERENCES `people` (`people_id`); drop table title, department, people; +create table t1 (a int primary key, b int) engine=innodb; +create table t2 (c int primary key, d int, +foreign key (d) references t1 (a) on update cascade) engine=innodb; +insert t1 values (1,1),(2,2),(3,3); +insert t2 values (4,1),(5,2),(6,3); +flush table t2 with read lock; +connect con1,localhost,root; +delete from t1 where a=2; +ERROR 23000: Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `t2_ibfk_1` FOREIGN KEY (`d`) REFERENCES `t1` (`a`) ON UPDATE CASCADE) +update t1 set a=10 where a=1; +connection default; +unlock tables; +connection con1; +connection default; +lock table t2 write; +connection con1; +delete from t1 where a=2; +connection default; +unlock tables; +connection con1; +ERROR 23000: Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `t2_ibfk_1` FOREIGN KEY (`d`) REFERENCES `t1` (`a`) ON UPDATE CASCADE) +connection default; +unlock tables; +disconnect con1; +create user foo; +grant select,update on test.t1 to foo; +connect foo,localhost,foo; +update t1 set a=30 where a=3; +disconnect foo; +connection default; +select * from t2; +c d +5 2 +4 10 +6 30 +drop table t2, t1; +drop user foo; +create table t1 (f1 int primary key) engine=innodb; +create table t2 (f2 int primary key) engine=innodb; +create table t3 (f3 int primary key, foreign key (f3) references t2(f2)) engine=innodb; +insert into t1 values (1),(2),(3),(4),(5); +insert into t2 values (1),(2),(3),(4),(5); +insert into t3 values (1),(2),(3),(4),(5); +connect con1,localhost,root; +set debug_sync='alter_table_before_rename_result_table signal g1 wait_for g2'; +alter table t2 add constraint foreign key (f2) references t1(f1) on delete cascade on update cascade; +connection default; +set debug_sync='before_execute_sql_command wait_for g1'; +update t1 set f1 = f1 + 100000 limit 2; +connect con2,localhost,root; +kill query UPDATE; +disconnect con2; +connection default; +ERROR 70100: Query execution was interrupted +set debug_sync='now signal g2'; +connection con1; +show create table t2; +Table Create Table +t2 CREATE TABLE `t2` ( + `f2` int(11) NOT NULL, + PRIMARY KEY (`f2`), + CONSTRAINT `t2_ibfk_1` FOREIGN KEY (`f2`) REFERENCES `t1` (`f1`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=latin1 +disconnect con1; +connection default; +select * from t2 where f2 not in (select f1 from t1); +f2 +select * from t3 where f3 not in (select f2 from t2); +f3 +drop table t3; +drop table t2; +drop table t1; +set debug_sync='reset'; diff --git a/mysql-test/suite/innodb/r/foreign_key.result b/mysql-test/suite/innodb/r/foreign_key.result new file mode 100644 index 0000000000000000000000000000000000000000..b6462000b463c7eb1f32517e8bfad5667b8c25af --- /dev/null +++ b/mysql-test/suite/innodb/r/foreign_key.result @@ -0,0 +1,51 @@ +SET FOREIGN_KEY_CHECKS=0; +CREATE TABLE staff ( +staff_id TINYINT UNSIGNED NOT NULL AUTO_INCREMENT, +store_id TINYINT UNSIGNED NOT NULL, +PRIMARY KEY (staff_id), +KEY idx_fk_store_id (store_id), +CONSTRAINT fk_staff_store FOREIGN KEY (store_id) REFERENCES store (store_id) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB; +CREATE TABLE store ( +store_id TINYINT UNSIGNED NOT NULL AUTO_INCREMENT, +manager_staff_id TINYINT UNSIGNED NOT NULL, +PRIMARY KEY (store_id), +UNIQUE KEY idx_unique_manager (manager_staff_id), +CONSTRAINT fk_store_staff FOREIGN KEY (manager_staff_id) REFERENCES staff (staff_id) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB; +SET FOREIGN_KEY_CHECKS=DEFAULT; +LOCK TABLE staff WRITE; +UNLOCK TABLES; +DROP TABLES staff, store; +SET FOREIGN_KEY_CHECKS=1; +# +# MDEV-17531 Crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEX +# +CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB; +CREATE DATABASE best; +CREATE TABLE t3 (a INT PRIMARY KEY, +CONSTRAINT t2_ibfk_1 FOREIGN KEY (a) REFERENCES t1(a)) ENGINE=InnoDB; +CREATE TABLE best.t2 (a INT PRIMARY KEY, b TEXT, FULLTEXT INDEX(b), +FOREIGN KEY (a) REFERENCES test.t1(a)) ENGINE=InnoDB; +RENAME TABLE best.t2 TO test.t2; +ERROR 42S01: Table 't2' already exists +SHOW CREATE TABLE best.t2; +Table Create Table +t2 CREATE TABLE `t2` ( + `a` int(11) NOT NULL, + `b` text, + PRIMARY KEY (`a`), + FULLTEXT KEY `b` (`b`), + CONSTRAINT `t2_ibfk_1` FOREIGN KEY (`a`) REFERENCES `test`.`t1` (`a`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 +DROP DATABASE best; +# +# MDEV-17541 KILL QUERY during lock wait in FOREIGN KEY check hangs +# +INSERT INTO t1 SET a=1; +BEGIN; +DELETE FROM t1; +INSERT INTO t3 SET a=1; +kill query @id; +ERROR 70100: Query execution was interrupted +DROP TABLE t3,t1; diff --git a/mysql-test/suite/innodb/r/innodb-alter-debug.result b/mysql-test/suite/innodb/r/innodb-alter-debug.result index 78976030ac8fc7aefcde820ecf4f10a12b49e010..d888fb5b034170af535eeaf265dccce0d86e4239 100644 --- a/mysql-test/suite/innodb/r/innodb-alter-debug.result +++ b/mysql-test/suite/innodb/r/innodb-alter-debug.result @@ -54,3 +54,17 @@ SET DEBUG_SYNC = 'now SIGNAL s2'; ERROR 23000: Duplicate entry '1' for key 'uk' SET DEBUG_SYNC = 'RESET'; drop table t1; +# +# Bug #27753193 ASSERTION `PREBUILT->TRX->ERROR_KEY_NUM < +# HA_ALTER_INFO->KEY_COUNT' +CREATE TABLE t1 (a INT, UNIQUE KEY(a)) ENGINE=InnoDB; +INSERT INTO t1 VALUES (1); +SET DEBUG_SYNC = 'row_log_table_apply1_before signal S1 WAIT_FOR S2'; +ALTER TABLE t1 FORCE, ALGORITHM=INPLACE; +SET DEBUG_SYNC = 'now WAIT_FOR S1'; +INSERT INTO t1 VALUES (1); +ERROR 23000: Duplicate entry '1' for key 'a' +SET DEBUG_SYNC = 'now SIGNAL S2'; +ERROR 23000: Duplicate entry '1' for key 'a' +SET DEBUG_SYNC='RESET'; +DROP TABLE t1; diff --git a/mysql-test/suite/innodb/r/innodb-lock.result b/mysql-test/suite/innodb/r/innodb-lock.result index 7191bcd238afdbd2995d9be785c3a541cfca4cba..5806535d6f0b6642c5ccaa308a13872fe7229983 100644 --- a/mysql-test/suite/innodb/r/innodb-lock.result +++ b/mysql-test/suite/innodb/r/innodb-lock.result @@ -2,7 +2,6 @@ set global innodb_table_locks=1; select @@innodb_table_locks; @@innodb_table_locks 1 -drop table if exists t1; set @@innodb_table_locks=1; create table t1 (id integer, x integer) engine=INNODB; insert into t1 values(0, 0); @@ -110,3 +109,31 @@ a b 3 1 COMMIT; DROP TABLE t1; +# +# MDEV-11080 InnoDB: Failing assertion: +# table->n_waiting_or_granted_auto_inc_locks > 0 +# +CREATE TABLE t1 (pk INTEGER AUTO_INCREMENT PRIMARY KEY) ENGINE=InnoDB; +INSERT INTO t1 VALUES (NULL),(NULL); +CREATE TABLE t2 LIKE t1; +BEGIN; +BEGIN; +DELETE FROM t2; +LOCK TABLE t2 READ;; +SET innodb_lock_wait_timeout= 1, lock_wait_timeout= 2; +INSERT INTO t2 SELECT * FROM t1; +COMMIT; +UNLOCK TABLES; +DROP TABLE t1, t2; +# +# MDEV-16709 InnoDB: Error: trx already had an AUTO-INC lock +# +CREATE TABLE t1 (pk INT AUTO_INCREMENT PRIMARY KEY) ENGINE=InnoDB +PARTITION BY key (pk) PARTITIONS 2; +CREATE TABLE t2 (a INT) ENGINE=InnoDB; +INSERT INTO t2 VALUES (1),(2),(3),(4),(5),(6); +CREATE TABLE t3 (b INT) ENGINE=InnoDB; +INSERT INTO t3 VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9); +INSERT t1 SELECT NULL FROM t2; +INSERT t1 SELECT NULL FROM t3; +DROP TABLE t1, t2, t3; diff --git a/mysql-test/suite/innodb/r/table_flags,32k,debug.rdiff b/mysql-test/suite/innodb/r/table_flags,32k,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..13fdc5657c44065741ff2b9a6c22c4ded457ba0d --- /dev/null +++ b/mysql-test/suite/innodb/r/table_flags,32k,debug.rdiff @@ -0,0 +1,130 @@ +--- suite/innodb/r/table_flags.result ++++ suite/innodb/r/table_flags,32k,debug.reject +@@ -4,85 +4,87 @@ + CREATE TABLE td(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC; + CREATE TABLE tz(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=COMPRESSED + KEY_BLOCK_SIZE=1; ++Warnings: ++Warning 1478 InnoDB: Cannot create a COMPRESSED table when innodb_page_size > 16k. Assuming ROW_FORMAT=COMPACT. + CREATE TABLE tp(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC + PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; + SYS_TABLES clustered index root page (8): + N_RECS=9; LEVEL=0; INDEX_ID=0x0000000000000001 +-header=0x01000003016e (NAME=0x696e66696d756d00) +-header=0x00002815008d (NAME='SYS_DATAFILES', +- DB_TRX_ID=0x000000000301, ++header=0x0100000301bf (NAME=0x696e66696d756d00) ++header=0x0000301500de (NAME='SYS_DATAFILES', ++ DB_TRX_ID=0x000000000302, + DB_ROLL_PTR=0x81000001320194, +- ID=0x000000000000000e, ++ ID=0x000000000000000f, + N_COLS=0x00000002, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0000101500d5 (NAME='SYS_FOREIGN', ++header=0x000018150126 (NAME='SYS_FOREIGN', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0110, +- ID=0x000000000000000b, ++ DB_ROLL_PTR=0x800000012c016f, ++ ID=0x000000000000000c, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000018150122 (NAME='SYS_FOREIGN_COLS', ++header=0x000020150173 (NAME='SYS_FOREIGN_COLS', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0201, +- ID=0x000000000000000c, ++ DB_ROLL_PTR=0x800000012c0260, ++ ID=0x000000000000000d, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0400201501fc (NAME='SYS_TABLESPACES', +- DB_TRX_ID=0x000000000301, ++header=0x040028150209 (NAME='SYS_TABLESPACES', ++ DB_TRX_ID=0x000000000302, + DB_ROLL_PTR=0x81000001320110, +- ID=0x000000000000000d, ++ ID=0x000000000000000e, + N_COLS=0x00000003, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000038150240 (NAME='test/tc', +- DB_TRX_ID=0x000000000303, ++header=0x00003815024d (NAME='test/tc', ++ DB_TRX_ID=0x000000000304, + DB_ROLL_PTR=0x83000001360110, +- ID=0x0000000000000010, ++ ID=0x0000000000000011, + N_COLS=0x80000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000002) +-header=0x0000401502c8 (NAME='test/td', +- DB_TRX_ID=0x000000000304, ++header=0x0000401502d5 (NAME='test/td', ++ DB_TRX_ID=0x000000000305, + DB_ROLL_PTR=0x84000001370110, +- ID=0x0000000000000011, ++ ID=0x0000000000000012, + N_COLS=0x80000001, + TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000003) +-header=0x0000501501b8 (NAME='test/tp', +- DB_TRX_ID=0x000000000306, ++header=0x00005015008d (NAME='test/tp', ++ DB_TRX_ID=0x000000000307, + DB_ROLL_PTR=0x86000001390110, +- ID=0x0000000000000013, ++ ID=0x0000000000000014, + N_COLS=0x80000001, + TYPE=0x000009a1, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000005) +-header=0x000030150284 (NAME='test/tr', +- DB_TRX_ID=0x000000000302, ++header=0x000010150291 (NAME='test/tr', ++ DB_TRX_ID=0x000000000303, + DB_ROLL_PTR=0x82000001350110, +- ID=0x000000000000000f, ++ ID=0x0000000000000010, + N_COLS=0x00000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, +@@ -90,11 +92,11 @@ + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000001) + header=0x000048150074 (NAME='test/tz', +- DB_TRX_ID=0x000000000305, ++ DB_TRX_ID=0x000000000306, + DB_ROLL_PTR=0x85000001380110, +- ID=0x0000000000000012, ++ ID=0x0000000000000013, + N_COLS=0x80000001, +- TYPE=0x00000023, ++ TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), diff --git a/mysql-test/suite/innodb/r/table_flags,4k,debug.rdiff b/mysql-test/suite/innodb/r/table_flags,4k,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..b49aba8f66106711d91591b09e3506d3cfce675c --- /dev/null +++ b/mysql-test/suite/innodb/r/table_flags,4k,debug.rdiff @@ -0,0 +1,128 @@ +--- suite/innodb/r/table_flags.result ++++ suite/innodb/r/table_flags,4k,debug.reject +@@ -8,81 +8,81 @@ + PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; + SYS_TABLES clustered index root page (8): + N_RECS=9; LEVEL=0; INDEX_ID=0x0000000000000001 +-header=0x01000003016e (NAME=0x696e66696d756d00) +-header=0x00002815008d (NAME='SYS_DATAFILES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320194, +- ID=0x000000000000000e, ++header=0x0100000301bf (NAME=0x696e66696d756d00) ++header=0x0000301500de (NAME='SYS_DATAFILES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000003270194, ++ ID=0x000000000000000f, + N_COLS=0x00000002, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0000101500d5 (NAME='SYS_FOREIGN', ++header=0x000018150126 (NAME='SYS_FOREIGN', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0110, +- ID=0x000000000000000b, ++ DB_ROLL_PTR=0x8000000320016f, ++ ID=0x000000000000000c, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000018150122 (NAME='SYS_FOREIGN_COLS', ++header=0x000020150173 (NAME='SYS_FOREIGN_COLS', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0201, +- ID=0x000000000000000c, ++ DB_ROLL_PTR=0x80000003200260, ++ ID=0x000000000000000d, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0400201501fc (NAME='SYS_TABLESPACES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320110, +- ID=0x000000000000000d, ++header=0x040028150209 (NAME='SYS_TABLESPACES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000003270110, ++ ID=0x000000000000000e, + N_COLS=0x00000003, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000038150240 (NAME='test/tc', +- DB_TRX_ID=0x000000000303, +- DB_ROLL_PTR=0x83000001360110, +- ID=0x0000000000000010, ++header=0x00003815024d (NAME='test/tc', ++ DB_TRX_ID=0x000000000304, ++ DB_ROLL_PTR=0x830000032c0110, ++ ID=0x0000000000000011, + N_COLS=0x80000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000002) +-header=0x0000401502c8 (NAME='test/td', +- DB_TRX_ID=0x000000000304, +- DB_ROLL_PTR=0x84000001370110, +- ID=0x0000000000000011, ++header=0x0000401502d5 (NAME='test/td', ++ DB_TRX_ID=0x000000000305, ++ DB_ROLL_PTR=0x840000032d0110, ++ ID=0x0000000000000012, + N_COLS=0x80000001, + TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000003) +-header=0x0000501501b8 (NAME='test/tp', +- DB_TRX_ID=0x000000000306, +- DB_ROLL_PTR=0x86000001390110, +- ID=0x0000000000000013, ++header=0x00005015008d (NAME='test/tp', ++ DB_TRX_ID=0x000000000307, ++ DB_ROLL_PTR=0x86000003300110, ++ ID=0x0000000000000014, + N_COLS=0x80000001, + TYPE=0x000009a1, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000005) +-header=0x000030150284 (NAME='test/tr', +- DB_TRX_ID=0x000000000302, +- DB_ROLL_PTR=0x82000001350110, +- ID=0x000000000000000f, ++header=0x000010150291 (NAME='test/tr', ++ DB_TRX_ID=0x000000000303, ++ DB_ROLL_PTR=0x820000032b0110, ++ ID=0x0000000000000010, + N_COLS=0x00000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, +@@ -90,9 +90,9 @@ + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000001) + header=0x000048150074 (NAME='test/tz', +- DB_TRX_ID=0x000000000305, +- DB_ROLL_PTR=0x85000001380110, +- ID=0x0000000000000012, ++ DB_TRX_ID=0x000000000306, ++ DB_ROLL_PTR=0x850000032e0110, ++ ID=0x0000000000000013, + N_COLS=0x80000001, + TYPE=0x00000023, + MIX_ID=0x0000000000000000, diff --git a/mysql-test/suite/innodb/r/table_flags,4k.rdiff b/mysql-test/suite/innodb/r/table_flags,4k,release.rdiff similarity index 100% rename from mysql-test/suite/innodb/r/table_flags,4k.rdiff rename to mysql-test/suite/innodb/r/table_flags,4k,release.rdiff diff --git a/mysql-test/suite/innodb/r/table_flags,64k,debug.rdiff b/mysql-test/suite/innodb/r/table_flags,64k,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..dcd5f2329c7a7b925e5ca000d67d7d5b5ba9cd74 --- /dev/null +++ b/mysql-test/suite/innodb/r/table_flags,64k,debug.rdiff @@ -0,0 +1,130 @@ +--- suite/innodb/r/table_flags.result ++++ suite/innodb/r/table_flags,64k,debug.reject +@@ -4,85 +4,87 @@ + CREATE TABLE td(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC; + CREATE TABLE tz(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=COMPRESSED + KEY_BLOCK_SIZE=1; ++Warnings: ++Warning 1478 InnoDB: Cannot create a COMPRESSED table when innodb_page_size > 16k. Assuming ROW_FORMAT=COMPACT. + CREATE TABLE tp(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC + PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; + SYS_TABLES clustered index root page (8): + N_RECS=9; LEVEL=0; INDEX_ID=0x0000000000000001 +-header=0x01000003016e (NAME=0x696e66696d756d00) +-header=0x00002815008d (NAME='SYS_DATAFILES', +- DB_TRX_ID=0x000000000301, ++header=0x0100000301bf (NAME=0x696e66696d756d00) ++header=0x0000301500de (NAME='SYS_DATAFILES', ++ DB_TRX_ID=0x000000000302, + DB_ROLL_PTR=0x81000001320194, +- ID=0x000000000000000e, ++ ID=0x000000000000000f, + N_COLS=0x00000002, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0000101500d5 (NAME='SYS_FOREIGN', ++header=0x000018150126 (NAME='SYS_FOREIGN', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0110, +- ID=0x000000000000000b, ++ DB_ROLL_PTR=0x800000012c016f, ++ ID=0x000000000000000c, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000018150122 (NAME='SYS_FOREIGN_COLS', ++header=0x000020150173 (NAME='SYS_FOREIGN_COLS', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0201, +- ID=0x000000000000000c, ++ DB_ROLL_PTR=0x800000012c0260, ++ ID=0x000000000000000d, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0400201501fc (NAME='SYS_TABLESPACES', +- DB_TRX_ID=0x000000000301, ++header=0x040028150209 (NAME='SYS_TABLESPACES', ++ DB_TRX_ID=0x000000000302, + DB_ROLL_PTR=0x81000001320110, +- ID=0x000000000000000d, ++ ID=0x000000000000000e, + N_COLS=0x00000003, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000038150240 (NAME='test/tc', +- DB_TRX_ID=0x000000000303, ++header=0x00003815024d (NAME='test/tc', ++ DB_TRX_ID=0x000000000304, + DB_ROLL_PTR=0x83000001360110, +- ID=0x0000000000000010, ++ ID=0x0000000000000011, + N_COLS=0x80000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000002) +-header=0x0000401502c8 (NAME='test/td', +- DB_TRX_ID=0x000000000304, ++header=0x0000401502d5 (NAME='test/td', ++ DB_TRX_ID=0x000000000305, + DB_ROLL_PTR=0x84000001370110, +- ID=0x0000000000000011, ++ ID=0x0000000000000012, + N_COLS=0x80000001, + TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000003) +-header=0x0000501501b8 (NAME='test/tp', +- DB_TRX_ID=0x000000000306, ++header=0x00005015008d (NAME='test/tp', ++ DB_TRX_ID=0x000000000307, + DB_ROLL_PTR=0x86000001390110, +- ID=0x0000000000000013, ++ ID=0x0000000000000014, + N_COLS=0x80000001, + TYPE=0x000009a1, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000005) +-header=0x000030150284 (NAME='test/tr', +- DB_TRX_ID=0x000000000302, ++header=0x000010150291 (NAME='test/tr', ++ DB_TRX_ID=0x000000000303, + DB_ROLL_PTR=0x82000001350110, +- ID=0x000000000000000f, ++ ID=0x0000000000000010, + N_COLS=0x00000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, +@@ -90,11 +92,11 @@ + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000001) + header=0x000048150074 (NAME='test/tz', +- DB_TRX_ID=0x000000000305, ++ DB_TRX_ID=0x000000000306, + DB_ROLL_PTR=0x85000001380110, +- ID=0x0000000000000012, ++ ID=0x0000000000000013, + N_COLS=0x80000001, +- TYPE=0x00000023, ++ TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), diff --git a/mysql-test/suite/innodb/r/table_flags,8k,debug.rdiff b/mysql-test/suite/innodb/r/table_flags,8k,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..0ce96c8eb1070c62734b3e1802f9a64b08813fcd --- /dev/null +++ b/mysql-test/suite/innodb/r/table_flags,8k,debug.rdiff @@ -0,0 +1,128 @@ +--- suite/innodb/r/table_flags.result ++++ suite/innodb/r/table_flags,8k,debug.reject +@@ -8,81 +8,81 @@ + PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; + SYS_TABLES clustered index root page (8): + N_RECS=9; LEVEL=0; INDEX_ID=0x0000000000000001 +-header=0x01000003016e (NAME=0x696e66696d756d00) +-header=0x00002815008d (NAME='SYS_DATAFILES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320194, +- ID=0x000000000000000e, ++header=0x0100000301bf (NAME=0x696e66696d756d00) ++header=0x0000301500de (NAME='SYS_DATAFILES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000001d80194, ++ ID=0x000000000000000f, + N_COLS=0x00000002, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0000101500d5 (NAME='SYS_FOREIGN', ++header=0x000018150126 (NAME='SYS_FOREIGN', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0110, +- ID=0x000000000000000b, ++ DB_ROLL_PTR=0x80000001d1016f, ++ ID=0x000000000000000c, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000018150122 (NAME='SYS_FOREIGN_COLS', ++header=0x000020150173 (NAME='SYS_FOREIGN_COLS', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0201, +- ID=0x000000000000000c, ++ DB_ROLL_PTR=0x80000001d10260, ++ ID=0x000000000000000d, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0400201501fc (NAME='SYS_TABLESPACES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320110, +- ID=0x000000000000000d, ++header=0x040028150209 (NAME='SYS_TABLESPACES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000001d80110, ++ ID=0x000000000000000e, + N_COLS=0x00000003, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000038150240 (NAME='test/tc', +- DB_TRX_ID=0x000000000303, +- DB_ROLL_PTR=0x83000001360110, +- ID=0x0000000000000010, ++header=0x00003815024d (NAME='test/tc', ++ DB_TRX_ID=0x000000000304, ++ DB_ROLL_PTR=0x83000001dc0110, ++ ID=0x0000000000000011, + N_COLS=0x80000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000002) +-header=0x0000401502c8 (NAME='test/td', +- DB_TRX_ID=0x000000000304, +- DB_ROLL_PTR=0x84000001370110, +- ID=0x0000000000000011, ++header=0x0000401502d5 (NAME='test/td', ++ DB_TRX_ID=0x000000000305, ++ DB_ROLL_PTR=0x84000001dd0110, ++ ID=0x0000000000000012, + N_COLS=0x80000001, + TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000003) +-header=0x0000501501b8 (NAME='test/tp', +- DB_TRX_ID=0x000000000306, +- DB_ROLL_PTR=0x86000001390110, +- ID=0x0000000000000013, ++header=0x00005015008d (NAME='test/tp', ++ DB_TRX_ID=0x000000000307, ++ DB_ROLL_PTR=0x86000001df0110, ++ ID=0x0000000000000014, + N_COLS=0x80000001, + TYPE=0x000009a1, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000005) +-header=0x000030150284 (NAME='test/tr', +- DB_TRX_ID=0x000000000302, +- DB_ROLL_PTR=0x82000001350110, +- ID=0x000000000000000f, ++header=0x000010150291 (NAME='test/tr', ++ DB_TRX_ID=0x000000000303, ++ DB_ROLL_PTR=0x82000001db0110, ++ ID=0x0000000000000010, + N_COLS=0x00000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, +@@ -90,9 +90,9 @@ + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000001) + header=0x000048150074 (NAME='test/tz', +- DB_TRX_ID=0x000000000305, +- DB_ROLL_PTR=0x85000001380110, +- ID=0x0000000000000012, ++ DB_TRX_ID=0x000000000306, ++ DB_ROLL_PTR=0x85000001de0110, ++ ID=0x0000000000000013, + N_COLS=0x80000001, + TYPE=0x00000023, + MIX_ID=0x0000000000000000, diff --git a/mysql-test/suite/innodb/r/table_flags,8k.rdiff b/mysql-test/suite/innodb/r/table_flags,8k,release.rdiff similarity index 100% rename from mysql-test/suite/innodb/r/table_flags,8k.rdiff rename to mysql-test/suite/innodb/r/table_flags,8k,release.rdiff diff --git a/mysql-test/suite/innodb/r/table_flags,debug.rdiff b/mysql-test/suite/innodb/r/table_flags,debug.rdiff new file mode 100644 index 0000000000000000000000000000000000000000..acc796a0a7f1d94c3e2fbe53059d77074548539d --- /dev/null +++ b/mysql-test/suite/innodb/r/table_flags,debug.rdiff @@ -0,0 +1,128 @@ +--- suite/innodb/r/table_flags.result ++++ suite/innodb/r/table_flags,debug.reject +@@ -8,81 +8,81 @@ + PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; + SYS_TABLES clustered index root page (8): + N_RECS=9; LEVEL=0; INDEX_ID=0x0000000000000001 +-header=0x01000003016e (NAME=0x696e66696d756d00) +-header=0x00002815008d (NAME='SYS_DATAFILES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320194, +- ID=0x000000000000000e, ++header=0x0100000301bf (NAME=0x696e66696d756d00) ++header=0x0000301500de (NAME='SYS_DATAFILES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000001330194, ++ ID=0x000000000000000f, + N_COLS=0x00000002, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0000101500d5 (NAME='SYS_FOREIGN', ++header=0x000018150126 (NAME='SYS_FOREIGN', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0110, +- ID=0x000000000000000b, ++ DB_ROLL_PTR=0x800000012d016f, ++ ID=0x000000000000000c, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000018150122 (NAME='SYS_FOREIGN_COLS', ++header=0x000020150173 (NAME='SYS_FOREIGN_COLS', + DB_TRX_ID=0x000000000300, +- DB_ROLL_PTR=0x800000012d0201, +- ID=0x000000000000000c, ++ DB_ROLL_PTR=0x800000012d0260, ++ ID=0x000000000000000d, + N_COLS=0x00000004, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x0400201501fc (NAME='SYS_TABLESPACES', +- DB_TRX_ID=0x000000000301, +- DB_ROLL_PTR=0x81000001320110, +- ID=0x000000000000000d, ++header=0x040028150209 (NAME='SYS_TABLESPACES', ++ DB_TRX_ID=0x000000000302, ++ DB_ROLL_PTR=0x81000001330110, ++ ID=0x000000000000000e, + N_COLS=0x00000003, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000040, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000000) +-header=0x000038150240 (NAME='test/tc', +- DB_TRX_ID=0x000000000303, +- DB_ROLL_PTR=0x83000001360110, +- ID=0x0000000000000010, ++header=0x00003815024d (NAME='test/tc', ++ DB_TRX_ID=0x000000000304, ++ DB_ROLL_PTR=0x83000001370110, ++ ID=0x0000000000000011, + N_COLS=0x80000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000002) +-header=0x0000401502c8 (NAME='test/td', +- DB_TRX_ID=0x000000000304, +- DB_ROLL_PTR=0x84000001370110, +- ID=0x0000000000000011, ++header=0x0000401502d5 (NAME='test/td', ++ DB_TRX_ID=0x000000000305, ++ DB_ROLL_PTR=0x84000001380110, ++ ID=0x0000000000000012, + N_COLS=0x80000001, + TYPE=0x00000021, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000003) +-header=0x0000501501b8 (NAME='test/tp', +- DB_TRX_ID=0x000000000306, +- DB_ROLL_PTR=0x86000001390110, +- ID=0x0000000000000013, ++header=0x00005015008d (NAME='test/tp', ++ DB_TRX_ID=0x000000000307, ++ DB_ROLL_PTR=0x860000013a0110, ++ ID=0x0000000000000014, + N_COLS=0x80000001, + TYPE=0x000009a1, + MIX_ID=0x0000000000000000, + MIX_LEN=0x00000050, + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000005) +-header=0x000030150284 (NAME='test/tr', +- DB_TRX_ID=0x000000000302, +- DB_ROLL_PTR=0x82000001350110, +- ID=0x000000000000000f, ++header=0x000010150291 (NAME='test/tr', ++ DB_TRX_ID=0x000000000303, ++ DB_ROLL_PTR=0x82000001360110, ++ ID=0x0000000000000010, + N_COLS=0x00000001, + TYPE=0x00000001, + MIX_ID=0x0000000000000000, +@@ -90,9 +90,9 @@ + CLUSTER_NAME=NULL(0 bytes), + SPACE=0x00000001) + header=0x000048150074 (NAME='test/tz', +- DB_TRX_ID=0x000000000305, +- DB_ROLL_PTR=0x85000001380110, +- ID=0x0000000000000012, ++ DB_TRX_ID=0x000000000306, ++ DB_ROLL_PTR=0x85000001390110, ++ ID=0x0000000000000013, + N_COLS=0x80000001, + TYPE=0x00000023, + MIX_ID=0x0000000000000000, diff --git a/mysql-test/suite/innodb/t/alter_inplace_perfschema.opt b/mysql-test/suite/innodb/t/alter_inplace_perfschema.opt new file mode 100644 index 0000000000000000000000000000000000000000..f56125521fcddadb4e546bbfd35d66bb194b52d8 --- /dev/null +++ b/mysql-test/suite/innodb/t/alter_inplace_perfschema.opt @@ -0,0 +1,2 @@ +--innodb-sort-buffer-size=64k +--tmpdir=$MYSQLTEST_VARDIR/tmp diff --git a/mysql-test/suite/innodb/t/alter_inplace_perfschema.test b/mysql-test/suite/innodb/t/alter_inplace_perfschema.test new file mode 100644 index 0000000000000000000000000000000000000000..5f1e1f3491d2388e17a509a7043455e55b29e589 --- /dev/null +++ b/mysql-test/suite/innodb/t/alter_inplace_perfschema.test @@ -0,0 +1,40 @@ +--source include/have_innodb.inc +--source include/have_perfschema.inc +--source include/have_debug.inc +--source include/have_debug_sync.inc +--source include/not_embedded.inc + +connect (ddl, localhost, root,,); +update performance_schema.setup_instruments set enabled='yes'; +update performance_schema.setup_consumers set enabled='yes'; +CREATE TABLE t1 (a serial, b varchar(255)) ENGINE=InnoDB; + +BEGIN; +let $n=10; +--disable_query_log +while ($n) { +dec $n; +INSERT INTO t1 SELECT NULL, REPEAT('b',255); +} +--enable_query_log +COMMIT; + +SET DEBUG_SYNC = 'row_log_apply_before SIGNAL go WAIT_FOR gone'; +send ALTER TABLE t1 ADD INDEX(b), ALGORITHM=INPLACE; + +connection default; +SET DEBUG_SYNC = 'now WAIT_FOR go'; +--replace_regex /.*[\\\/]tmp/tmp/ +SELECT DISTINCT object_name FROM performance_schema.events_waits_history_long +WHERE event_name LIKE '%wait%io%file%innodb%innodb_temp_file%'; + +#--exec lsof -p `pidof mysqld` +SET DEBUG_SYNC = 'now SIGNAL gone'; + +connection ddl; +reap; +disconnect ddl; + +connection default; +SET DEBUG_SYNC = 'RESET'; +DROP TABLE t1; diff --git a/mysql-test/suite/innodb/t/foreign-keys.test b/mysql-test/suite/innodb/t/foreign-keys.test index 2d586e2d6be1d27091cbd337cd78e182886221d7..7ef440b260b9aad052b4af324d055d004247118a 100644 --- a/mysql-test/suite/innodb/t/foreign-keys.test +++ b/mysql-test/suite/innodb/t/foreign-keys.test @@ -1,5 +1,8 @@ --source include/have_innodb.inc --source include/have_debug.inc +--source include/have_debug_sync.inc + +--enable_connect_log --echo # --echo # Bug #19471516 SERVER CRASHES WHEN EXECUTING ALTER TABLE @@ -24,3 +27,87 @@ ALTER TABLE `title` ADD FOREIGN KEY (`title_reporter_fk`) REFERENCES `people` (`people_id`); drop table title, department, people; + +# +# FK and prelocking: +# child table accesses (reads and writes) wait for locks. +# +create table t1 (a int primary key, b int) engine=innodb; +create table t2 (c int primary key, d int, + foreign key (d) references t1 (a) on update cascade) engine=innodb; +insert t1 values (1,1),(2,2),(3,3); +insert t2 values (4,1),(5,2),(6,3); +flush table t2 with read lock; # this takes MDL_SHARED_NO_WRITE +connect (con1,localhost,root); +--error ER_ROW_IS_REFERENCED_2 +delete from t1 where a=2; +send update t1 set a=10 where a=1; +connection default; +let $wait_condition= select 1 from information_schema.processlist where state='Waiting for table metadata lock'; +source include/wait_condition.inc; +unlock tables; +connection con1; +reap; +connection default; +lock table t2 write; # this takes MDL_SHARED_NO_READ_WRITE +connection con1; +send delete from t1 where a=2; +connection default; +let $wait_condition= select 1 from information_schema.processlist where state='Waiting for table metadata lock'; +source include/wait_condition.inc; +unlock tables; +connection con1; +--error ER_ROW_IS_REFERENCED_2 +reap; +connection default; +unlock tables; +disconnect con1; + +# but privileges should not be checked +create user foo; +grant select,update on test.t1 to foo; +connect(foo,localhost,foo); +update t1 set a=30 where a=3; +disconnect foo; +connection default; +select * from t2; +drop table t2, t1; +drop user foo; + +# +# MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::delete_table and log semaphore wait upon concurrent DDL with foreign keys +# +create table t1 (f1 int primary key) engine=innodb; +create table t2 (f2 int primary key) engine=innodb; +create table t3 (f3 int primary key, foreign key (f3) references t2(f2)) engine=innodb; +insert into t1 values (1),(2),(3),(4),(5); +insert into t2 values (1),(2),(3),(4),(5); +insert into t3 values (1),(2),(3),(4),(5); +connect con1,localhost,root; +set debug_sync='alter_table_before_rename_result_table signal g1 wait_for g2'; +send alter table t2 add constraint foreign key (f2) references t1(f1) on delete cascade on update cascade; +connection default; +let $conn=`select connection_id()`; +set debug_sync='before_execute_sql_command wait_for g1'; +send update t1 set f1 = f1 + 100000 limit 2; +connect con2,localhost,root; +let $wait_condition= select 1 from information_schema.processlist where state='Waiting for table metadata lock' and info like 'update t1 %'; +source include/wait_condition.inc; +--replace_result $conn UPDATE +eval kill query $conn; +disconnect con2; +connection default; +error ER_QUERY_INTERRUPTED; +reap; +set debug_sync='now signal g2'; +connection con1; +reap; +show create table t2; +disconnect con1; +connection default; +select * from t2 where f2 not in (select f1 from t1); +select * from t3 where f3 not in (select f2 from t2); +drop table t3; +drop table t2; +drop table t1; +set debug_sync='reset'; diff --git a/mysql-test/suite/innodb/t/foreign_key.test b/mysql-test/suite/innodb/t/foreign_key.test new file mode 100644 index 0000000000000000000000000000000000000000..c1a92697dabc8e2a80382b2d0aaee64e7aeefae1 --- /dev/null +++ b/mysql-test/suite/innodb/t/foreign_key.test @@ -0,0 +1,75 @@ +--source include/have_innodb.inc + +# +# MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLE +# +SET FOREIGN_KEY_CHECKS=0; +CREATE TABLE staff ( + staff_id TINYINT UNSIGNED NOT NULL AUTO_INCREMENT, + store_id TINYINT UNSIGNED NOT NULL, + PRIMARY KEY (staff_id), + KEY idx_fk_store_id (store_id), + CONSTRAINT fk_staff_store FOREIGN KEY (store_id) REFERENCES store (store_id) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB; +CREATE TABLE store ( + store_id TINYINT UNSIGNED NOT NULL AUTO_INCREMENT, + manager_staff_id TINYINT UNSIGNED NOT NULL, + PRIMARY KEY (store_id), + UNIQUE KEY idx_unique_manager (manager_staff_id), + CONSTRAINT fk_store_staff FOREIGN KEY (manager_staff_id) REFERENCES staff (staff_id) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB; +SET FOREIGN_KEY_CHECKS=DEFAULT; + +LOCK TABLE staff WRITE; +UNLOCK TABLES; +DROP TABLES staff, store; + +SET FOREIGN_KEY_CHECKS=1; + +--echo # +--echo # MDEV-17531 Crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEX +--echo # + +--disable_query_log +call mtr.add_suppression("InnoDB: Error; possible reasons:"); +--enable_query_log + +CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB; +CREATE DATABASE best; +CREATE TABLE t3 (a INT PRIMARY KEY, +CONSTRAINT t2_ibfk_1 FOREIGN KEY (a) REFERENCES t1(a)) ENGINE=InnoDB; +CREATE TABLE best.t2 (a INT PRIMARY KEY, b TEXT, FULLTEXT INDEX(b), +FOREIGN KEY (a) REFERENCES test.t1(a)) ENGINE=InnoDB; +--replace_regex /Table '.*t2'/Table 't2'/ +--error ER_TABLE_EXISTS_ERROR +RENAME TABLE best.t2 TO test.t2; +SHOW CREATE TABLE best.t2; +DROP DATABASE best; + +--echo # +--echo # MDEV-17541 KILL QUERY during lock wait in FOREIGN KEY check hangs +--echo # +connect (fk, localhost, root,,); +INSERT INTO t1 SET a=1; +BEGIN; +DELETE FROM t1; + +connection default; +let $ID= `SELECT @id := CONNECTION_ID()`; +send INSERT INTO t3 SET a=1; + +connection fk; +# Check that the above SELECT is blocked +let $wait_condition= + select count(*) = 1 from information_schema.processlist + where state = 'update' and info = 'INSERT INTO t3 SET a=1'; +--source include/wait_condition.inc +let $ignore= `SELECT @id := $ID`; +kill query @id; + +connection default; +--error ER_QUERY_INTERRUPTED +reap; +disconnect fk; + +DROP TABLE t3,t1; diff --git a/mysql-test/suite/innodb/t/innodb-alter-debug.test b/mysql-test/suite/innodb/t/innodb-alter-debug.test index f4996916e9f3eab2140387c4283bae446c81eddc..bc4b2ad8e563f7ec6b74d7d3abe2cb3b9dedade8 100644 --- a/mysql-test/suite/innodb/t/innodb-alter-debug.test +++ b/mysql-test/suite/innodb/t/innodb-alter-debug.test @@ -64,7 +64,6 @@ set DEBUG_SYNC = 'now WAIT_FOR s1'; --error ER_DUP_ENTRY update t1 set a=1 where id=2; SET DEBUG_SYNC = 'now SIGNAL s2'; -disconnect con1; --echo /* connection default */ connection default; @@ -75,5 +74,29 @@ SET DEBUG_SYNC = 'RESET'; drop table t1; +--echo # +--echo # Bug #27753193 ASSERTION `PREBUILT->TRX->ERROR_KEY_NUM < +--echo # HA_ALTER_INFO->KEY_COUNT' + +CREATE TABLE t1 (a INT, UNIQUE KEY(a)) ENGINE=InnoDB; +INSERT INTO t1 VALUES (1); + +SET DEBUG_SYNC = 'row_log_table_apply1_before signal S1 WAIT_FOR S2'; +send ALTER TABLE t1 FORCE, ALGORITHM=INPLACE; + +connection con1; +SET DEBUG_SYNC = 'now WAIT_FOR S1'; +--error ER_DUP_ENTRY +INSERT INTO t1 VALUES (1); +SET DEBUG_SYNC = 'now SIGNAL S2'; +disconnect con1; + +CONNECTION default; +--error ER_DUP_ENTRY +reap; +SET DEBUG_SYNC='RESET'; + +DROP TABLE t1; + # Wait till all disconnects are completed --source include/wait_until_count_sessions.inc diff --git a/mysql-test/suite/innodb/t/innodb-lock.test b/mysql-test/suite/innodb/t/innodb-lock.test index e3026ac505bd1ce6245e134c2a6167e394a437b5..ecd6019ad8fe399a97b3845df0f72928382d40af 100644 --- a/mysql-test/suite/innodb/t/innodb-lock.test +++ b/mysql-test/suite/innodb/t/innodb-lock.test @@ -1,4 +1,5 @@ --source include/have_innodb.inc +--source include/have_partition.inc # # Check and select innodb lock type @@ -12,26 +13,15 @@ select @@innodb_table_locks; # Testing of explicit table locks with enforced table locks # -connect (con1,localhost,root,,); -connect (con2,localhost,root,,); - ---disable_warnings -drop table if exists t1; ---enable_warnings - -# -# Testing of explicit table locks with enforced table locks -# - set @@innodb_table_locks=1; -connection con1; +connect (con1,localhost,root,,); create table t1 (id integer, x integer) engine=INNODB; insert into t1 values(0, 0); set autocommit=0; SELECT * from t1 where id = 0 FOR UPDATE; -connection con2; +connect (con2,localhost,root,,); set autocommit=0; # The following statement should hang because con1 is locking the page @@ -157,14 +147,66 @@ let $wait_condition= where state = 'Sending data' and info = 'SELECT * FROM t1 FOR UPDATE'; --source include/wait_condition.inc +disconnect con2; connection default; COMMIT; connection con1; reap; COMMIT; -disconnect con1; -disconnect con2; - connection default; DROP TABLE t1; + +--echo # +--echo # MDEV-11080 InnoDB: Failing assertion: +--echo # table->n_waiting_or_granted_auto_inc_locks > 0 +--echo # + +CREATE TABLE t1 (pk INTEGER AUTO_INCREMENT PRIMARY KEY) ENGINE=InnoDB; +INSERT INTO t1 VALUES (NULL),(NULL); +CREATE TABLE t2 LIKE t1; + +BEGIN; + +connection con1; +BEGIN; +DELETE FROM t2; +connection default; +--send LOCK TABLE t2 READ; +connection con1; +SET innodb_lock_wait_timeout= 1, lock_wait_timeout= 2; +--error 0,ER_LOCK_WAIT_TIMEOUT +INSERT INTO t2 SELECT * FROM t1; +COMMIT; + +connection default; +reap; +UNLOCK TABLES; +DROP TABLE t1, t2; + +--echo # +--echo # MDEV-16709 InnoDB: Error: trx already had an AUTO-INC lock +--echo # + +CREATE TABLE t1 (pk INT AUTO_INCREMENT PRIMARY KEY) ENGINE=InnoDB +PARTITION BY key (pk) PARTITIONS 2; + +CREATE TABLE t2 (a INT) ENGINE=InnoDB; +INSERT INTO t2 VALUES (1),(2),(3),(4),(5),(6); + +CREATE TABLE t3 (b INT) ENGINE=InnoDB; +INSERT INTO t3 VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9); + +connection con1; +send INSERT t1 SELECT NULL FROM t2; + +connection default; +--error 0,ER_DUP_ENTRY,ER_LOCK_DEADLOCK +INSERT t1 SELECT NULL FROM t3; + +connection con1; +--error 0,ER_DUP_ENTRY,ER_LOCK_DEADLOCK +reap; +disconnect con1; +connection default; +DROP TABLE t1, t2, t3; diff --git a/mysql-test/suite/innodb/t/table_flags.test b/mysql-test/suite/innodb/t/table_flags.test index 1e2b22235a27fbace7b62936fbe010e520c8db73..dda5f948e20c54ecddfde76d7fb60c82490337f3 100644 --- a/mysql-test/suite/innodb/t/table_flags.test +++ b/mysql-test/suite/innodb/t/table_flags.test @@ -1,6 +1,7 @@ --source include/innodb_page_size.inc # Embedded server tests do not support restarting --source include/not_embedded.inc +--source include/maybe_debug.inc --disable_query_log call mtr.add_suppression("InnoDB: New log files created, LSN="); @@ -22,6 +23,9 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/table_flags; --let $d=--innodb-data-home-dir=$bugdir --innodb-log-group-home-dir=$bugdir --let $d=$d --innodb-data-file-path=ibdata1:10M:autoextend --let $d=$d --innodb-undo-tablespaces=0 +if ($have_debug) { +--let $d=$d --debug=d,create_and_drop_garbage +} --let $restart_parameters=$d --innodb-stats-persistent=0 --innodb-file-format=1 --source include/restart_mysqld.inc diff --git a/mysql-test/suite/maria/concurrent.result b/mysql-test/suite/maria/concurrent.result new file mode 100644 index 0000000000000000000000000000000000000000..5498a6410a2d585ad585fe941daff16a19b995b7 --- /dev/null +++ b/mysql-test/suite/maria/concurrent.result @@ -0,0 +1,28 @@ +CREATE TABLE t1 (a INT, b CHAR(12), c INT, FULLTEXT KEY(b), KEY (c)) ENGINE=Aria; +CREATE TABLE t2 (a INT, b CHAR(12), c INT) ENGINE=Aria; +INSERT INTO t2 VALUES (1,'foo',8), (2,'bar',9); +INSERT INTO t1 SELECT * FROM t2; +select 1; +1 +1 +select 1; +1 +1 +select 1; +1 +1 +select 1; +1 +1 +select 1; +1 +1 +select 1; +1 +1 +select 1; +1 +1 +SELECT * FROM t1 WHERE a = ( SELECT 1 FROM non_existing_table2 ); +ERROR 42S02: Table 'test.non_existing_table2' doesn't exist +DROP TABLE t1, t2; diff --git a/mysql-test/suite/maria/concurrent.test b/mysql-test/suite/maria/concurrent.test new file mode 100644 index 0000000000000000000000000000000000000000..42adb082d404717d01f643ba649d5933f5a17ddb --- /dev/null +++ b/mysql-test/suite/maria/concurrent.test @@ -0,0 +1,28 @@ +# +# MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes +# + +CREATE TABLE t1 (a INT, b CHAR(12), c INT, FULLTEXT KEY(b), KEY (c)) ENGINE=Aria; +CREATE TABLE t2 (a INT, b CHAR(12), c INT) ENGINE=Aria; +INSERT INTO t2 VALUES (1,'foo',8), (2,'bar',9); + +--connect (con1,localhost,root,,test) +--send + INSERT INTO t1 SELECT * FROM t2; +--connection default +select 1; +select 1; +select 1; +select 1; +select 1; +select 1; +select 1; +--error ER_NO_SUCH_TABLE +SELECT * FROM t1 WHERE a = ( SELECT 1 FROM non_existing_table2 ); +--connection con1 +--reap + +# Cleanup +--disconnect con1 +--connection default +DROP TABLE t1, t2; diff --git a/mysql-test/suite/maria/create.result b/mysql-test/suite/maria/create.result new file mode 100644 index 0000000000000000000000000000000000000000..82c6b8c9871aeb80cdd2b51cb45e93dc747917af --- /dev/null +++ b/mysql-test/suite/maria/create.result @@ -0,0 +1,33 @@ +CREATE OR REPLACE TABLE t1 ( +f1 DECIMAL(43,0) NOT NULL, +f2 TIME(4) NULL, +f3 BINARY(101) NULL, +f4 TIMESTAMP(4) NULL, +f5 DATETIME(1) NULL, +f6 SET('a','b','c') NOT NULL DEFAULT 'a', +f7 VARBINARY(2332) NOT NULL DEFAULT '', +f8 DATE NULL, +f9 BLOB NULL, +f10 MEDIUMINT(45) NOT NULL DEFAULT 0, +f11 YEAR NULL, +f12 BIT(58) NULL, +v2 TIME(1) AS (f2) VIRTUAL, +v3 BINARY(115) AS (f3) VIRTUAL, +v4 TIMESTAMP(3) AS (f4) VIRTUAL, +v7 VARBINARY(658) AS (f7) PERSISTENT, +v8 DATE AS (f8) PERSISTENT, +v9 TINYTEXT AS (f9) PERSISTENT, +v11 YEAR AS (f11) VIRTUAL +) ENGINE=Aria; +INSERT IGNORE INTO t1 (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12) VALUES +(0.8,'16:01:46',NULL,'2006-03-01 12:44:34','2029-10-10 21:27:53','a','foo','1989-12-24','bar',9,1975,b'1'); +Warnings: +Note 1265 Data truncated for column 'f1' at row 1 +DROP TABLE t1; +CREATE OR REPLACE TABLE t1 (a INT(45)); +INSERT IGNORE INTO t1 VALUES (1),(2); +CREATE OR REPLACE TABLE t2 ENGINE=Aria AS SELECT SUM(a) AS f1, IFNULL( 'qux', ExtractValue( 'foo', 'bar' ) ) AS f2 FROM t1; +select * from t2; +f1 f2 +3 qux +DROP TABLE t1, t2; diff --git a/mysql-test/suite/maria/create.test b/mysql-test/suite/maria/create.test new file mode 100644 index 0000000000000000000000000000000000000000..8f2ffd7492f0a00a793475c75313483439f0d881 --- /dev/null +++ b/mysql-test/suite/maria/create.test @@ -0,0 +1,42 @@ +--source include/have_maria.inc + +# MDEV-17021 +# Server crash or assertion `length <= column->length' failure in +# write_block_record +# + +CREATE OR REPLACE TABLE t1 ( + f1 DECIMAL(43,0) NOT NULL, + f2 TIME(4) NULL, + f3 BINARY(101) NULL, + f4 TIMESTAMP(4) NULL, + f5 DATETIME(1) NULL, + f6 SET('a','b','c') NOT NULL DEFAULT 'a', + f7 VARBINARY(2332) NOT NULL DEFAULT '', + f8 DATE NULL, + f9 BLOB NULL, + f10 MEDIUMINT(45) NOT NULL DEFAULT 0, + f11 YEAR NULL, + f12 BIT(58) NULL, + v2 TIME(1) AS (f2) VIRTUAL, + v3 BINARY(115) AS (f3) VIRTUAL, + v4 TIMESTAMP(3) AS (f4) VIRTUAL, + v7 VARBINARY(658) AS (f7) PERSISTENT, + v8 DATE AS (f8) PERSISTENT, + v9 TINYTEXT AS (f9) PERSISTENT, + v11 YEAR AS (f11) VIRTUAL +) ENGINE=Aria; +INSERT IGNORE INTO t1 (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12) VALUES + (0.8,'16:01:46',NULL,'2006-03-01 12:44:34','2029-10-10 21:27:53','a','foo','1989-12-24','bar',9,1975,b'1'); +DROP TABLE t1; + +# +# MDEV-17067 Server crash in write_block_record +# + +CREATE OR REPLACE TABLE t1 (a INT(45)); +INSERT IGNORE INTO t1 VALUES (1),(2); + +CREATE OR REPLACE TABLE t2 ENGINE=Aria AS SELECT SUM(a) AS f1, IFNULL( 'qux', ExtractValue( 'foo', 'bar' ) ) AS f2 FROM t1; +select * from t2; +DROP TABLE t1, t2; diff --git a/mysql-test/suite/maria/fulltext2.result b/mysql-test/suite/maria/fulltext2.result new file mode 100644 index 0000000000000000000000000000000000000000..1e4e6636ef603e0305ca022a6ee6d17a6c2baccb --- /dev/null +++ b/mysql-test/suite/maria/fulltext2.result @@ -0,0 +1,86 @@ +CREATE TABLE t1 ( +i int(10) unsigned not null auto_increment primary key, +a varchar(255) not null, +FULLTEXT KEY (a) +) ENGINE=Aria ROW_FORMAT=DYNAMIC MAX_ROWS=2000000000000; +repair table t1 quick; +Table Op Msg_type Msg_text +test.t1 repair status OK +check table t1; +Table Op Msg_type Msg_text +test.t1 check status OK +repair table t1; +Table Op Msg_type Msg_text +test.t1 repair status OK +check table t1; +Table Op Msg_type Msg_text +test.t1 check status OK +repair table t1; +Table Op Msg_type Msg_text +test.t1 repair status OK +select count(*) from t1 where match a against ('aaaxxx'); +count(*) +0 +select count(*) from t1 where match a against ('aaayyy'); +count(*) +150 +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +count(*) +1024 +select count(*) from t1 where match a against ('aaayyy' in boolean mode); +count(*) +150 +select count(*) from t1 where match a against ('aaax*' in boolean mode); +count(*) +1024 +select count(*) from t1 where match a against ('aaay*' in boolean mode); +count(*) +150 +select count(*) from t1 where match a against ('aaa*' in boolean mode); +count(*) +1174 +insert t1 (a) values ('aaaxxx'),('aaayyy'); +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +count(*) +1025 +select count(*) from t1 where match a against ('aaayyy'); +count(*) +151 +insert t1 (a) values ('aaaxxx 000000'); +select count(*) from t1 where match a against ('000000'); +count(*) +1 +delete from t1 where match a against ('000000'); +select count(*) from t1 where match a against ('000000'); +count(*) +0 +select count(*) from t1 where match a against ('aaaxxx'); +count(*) +0 +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +count(*) +1025 +select count(*) from t1 where match a against ('aaayyy' in boolean mode); +count(*) +151 +select count(*) from t1 where a = 'aaaxxx'; +count(*) +1025 +select count(*) from t1 where a = 'aaayyy'; +count(*) +151 +insert t1 (a) values ('aaaxxx 000000'); +select count(*) from t1 where match a against ('000000'); +count(*) +1 +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +count(*) +1026 +update t1 set a='aaaxxx' where a = 'aaayyy'; +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +count(*) +1177 +select count(*) from t1 where match a against ('aaayyy' in boolean mode); +count(*) +0 +drop table t1; diff --git a/mysql-test/suite/maria/fulltext2.test b/mysql-test/suite/maria/fulltext2.test new file mode 100644 index 0000000000000000000000000000000000000000..060b748eb4f6c34d9a15d8c5d3518ee06212d727 --- /dev/null +++ b/mysql-test/suite/maria/fulltext2.test @@ -0,0 +1,77 @@ +# +# test of new fulltext search features +# + +let collation=utf8_unicode_ci; +source include/have_collation.inc; + +# +# two-level tree +# + +CREATE TABLE t1 ( + i int(10) unsigned not null auto_increment primary key, + a varchar(255) not null, + FULLTEXT KEY (a) +) ENGINE=Aria ROW_FORMAT=DYNAMIC MAX_ROWS=2000000000000; + +# two-level entry, second-level tree with depth 2 +disable_query_log; +let $1=1024; +while ($1) +{ + eval insert t1 (a) values ('aaaxxx'); + dec $1; +} + +# one-level entry (entries) +let $1=150; +while ($1) +{ + eval insert t1 (a) values ('aaayyy'); + dec $1; +} +enable_query_log; + +repair table t1 quick; +check table t1; +repair table t1; +check table t1; +repair table t1; + +select count(*) from t1 where match a against ('aaaxxx'); +select count(*) from t1 where match a against ('aaayyy'); +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +select count(*) from t1 where match a against ('aaayyy' in boolean mode); + +select count(*) from t1 where match a against ('aaax*' in boolean mode); +select count(*) from t1 where match a against ('aaay*' in boolean mode); +select count(*) from t1 where match a against ('aaa*' in boolean mode); + +# mi_write: +insert t1 (a) values ('aaaxxx'),('aaayyy'); +# call to enlarge_root() below +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +select count(*) from t1 where match a against ('aaayyy'); + +# mi_delete +insert t1 (a) values ('aaaxxx 000000'); +select count(*) from t1 where match a against ('000000'); +delete from t1 where match a against ('000000'); +select count(*) from t1 where match a against ('000000'); +select count(*) from t1 where match a against ('aaaxxx'); +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +select count(*) from t1 where match a against ('aaayyy' in boolean mode); +# double-check without index +select count(*) from t1 where a = 'aaaxxx'; +select count(*) from t1 where a = 'aaayyy'; + +# update +insert t1 (a) values ('aaaxxx 000000'); +select count(*) from t1 where match a against ('000000'); +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +update t1 set a='aaaxxx' where a = 'aaayyy'; +select count(*) from t1 where match a against ('aaaxxx' in boolean mode); +select count(*) from t1 where match a against ('aaayyy' in boolean mode); + +drop table t1; diff --git a/mysql-test/suite/maria/maria.result b/mysql-test/suite/maria/maria.result index 2618327c7160df302a1a40d39c7675590ee94ffb..9c8565d0f030a7b70406455393ced660508d7eb1 100644 --- a/mysql-test/suite/maria/maria.result +++ b/mysql-test/suite/maria/maria.result @@ -2732,6 +2732,10 @@ id name -1 dog 2 cat DROP TABLE t1; +CREATE TABLE t1 (pk int, i2 int) ENGINE=Aria; +INSERT INTO t1 VALUES (1,2), (2,3),(3,4); +DELETE FROM tt.*, t1.* USING t1 AS tt LEFT JOIN t1 ON (tt.i2 = t1.pk); +DROP TABLE t1; # # End of 5.5 tests # diff --git a/mysql-test/suite/maria/maria.test b/mysql-test/suite/maria/maria.test index 6c080e484cea3705e5d5d22fecb4aa4c3ae0c280..9616933e3633dcb3a4ba96058a4692d23e76eb60 100644 --- a/mysql-test/suite/maria/maria.test +++ b/mysql-test/suite/maria/maria.test @@ -2002,6 +2002,16 @@ INSERT INTO t1 (name) VALUES ('cat'); SELECT * FROM t1; DROP TABLE t1; +# +# MDEV-16682 +# Assertion `(buff[7] & 7) == HEAD_PAGE' failed. +# + +CREATE TABLE t1 (pk int, i2 int) ENGINE=Aria; +INSERT INTO t1 VALUES (1,2), (2,3),(3,4); +DELETE FROM tt.*, t1.* USING t1 AS tt LEFT JOIN t1 ON (tt.i2 = t1.pk); +DROP TABLE t1; + --echo # --echo # End of 5.5 tests --echo # diff --git a/mysql-test/suite/parts/r/update_and_cache.result b/mysql-test/suite/parts/r/update_and_cache.result new file mode 100644 index 0000000000000000000000000000000000000000..52f13e66702f8a56618b13a244d022b62217fb5d --- /dev/null +++ b/mysql-test/suite/parts/r/update_and_cache.result @@ -0,0 +1,7 @@ +CREATE TABLE t1 (pk INT PRIMARY KEY, a INT); +INSERT INTO t1 VALUES (1,10),(2,20); +CREATE TABLE t2 (b INT) PARTITION BY KEY (b) PARTITIONS 2; +INSERT INTO t2 VALUES (1),(2); +DELETE t2 FROM t2 WHERE b BETWEEN 5 AND 9; +UPDATE t2 JOIN t1 SET b = 5; +DROP TABLE t1, t2; diff --git a/mysql-test/suite/parts/t/update_and_cache.test b/mysql-test/suite/parts/t/update_and_cache.test new file mode 100644 index 0000000000000000000000000000000000000000..08ade8074220def0b27eb4a6672155b31e445d5c --- /dev/null +++ b/mysql-test/suite/parts/t/update_and_cache.test @@ -0,0 +1,12 @@ +--source include/have_partition.inc + +CREATE TABLE t1 (pk INT PRIMARY KEY, a INT); +INSERT INTO t1 VALUES (1,10),(2,20); + +CREATE TABLE t2 (b INT) PARTITION BY KEY (b) PARTITIONS 2; +INSERT INTO t2 VALUES (1),(2); + +DELETE t2 FROM t2 WHERE b BETWEEN 5 AND 9; +UPDATE t2 JOIN t1 SET b = 5; + +DROP TABLE t1, t2; diff --git a/mysql-test/suite/plugins/r/auth_ed25519.result b/mysql-test/suite/plugins/r/auth_ed25519.result index 371d20befeb265a6e821ffd40f0899bb746335c4..240e226f5945eaf4f8ac870d22297366bf458590 100644 --- a/mysql-test/suite/plugins/r/auth_ed25519.result +++ b/mysql-test/suite/plugins/r/auth_ed25519.result @@ -33,7 +33,7 @@ PLUGIN_DESCRIPTION Elliptic curve ED25519 based authentication PLUGIN_LICENSE GPL LOAD_OPTION ON PLUGIN_MATURITY Stable -PLUGIN_AUTH_VERSION 1.0-alpha +PLUGIN_AUTH_VERSION 1.0 create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY'; show grants for test1@localhost; Grants for test1@localhost diff --git a/mysql-test/suite/rpl/r/rpl_15919.result b/mysql-test/suite/rpl/r/rpl_15919.result new file mode 100644 index 0000000000000000000000000000000000000000..0c176624cf7d231814f35f4aaa72159c539447dc --- /dev/null +++ b/mysql-test/suite/rpl/r/rpl_15919.result @@ -0,0 +1,16 @@ +include/master-slave.inc +[connection master] +create table RPL(a int); +insert into RPL values(1); +select * from rpl; +a +1 +insert into RPL values(3); +insert into rpl values(4); +select * from rpl; +a +1 +3 +4 +drop table RPL; +include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result b/mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result index c30bac3d8c0f053f1223cbe0ca637d23618db48d..efe8155ec0853d6f338cc3548fdef8adfc8c760d 100644 --- a/mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result +++ b/mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result @@ -37,8 +37,7 @@ SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS t1,t2,t3; SET FOREIGN_KEY_CHECKS=1; create table t1 (b int primary key) engine = INNODB; -create table t2 (a int primary key, b int, foreign key (b) references t1(b)) -engine = INNODB; +create table t2 (a int primary key, b int, foreign key (b) references t1(b)) engine = INNODB; insert into t1 set b=1; insert into t2 set a=1, b=1; set foreign_key_checks=0; diff --git a/mysql-test/suite/rpl/r/rpl_lcase_tblnames_rewrite_db.result b/mysql-test/suite/rpl/r/rpl_lcase_tblnames_rewrite_db.result new file mode 100644 index 0000000000000000000000000000000000000000..3feb01d92fc41ded21126a82eb108dcd19482137 --- /dev/null +++ b/mysql-test/suite/rpl/r/rpl_lcase_tblnames_rewrite_db.result @@ -0,0 +1,33 @@ +include/master-slave.inc +[connection master] +SET SQL_LOG_BIN=0; +CREATE DATABASE B37656; +SET SQL_LOG_BIN=1; +CREATE DATABASE BUG37656; +### action: show that database on slave is created in lowercase +SHOW DATABASES LIKE '%37656'; +Database (%37656) +bug37656 +USE B37656; +CREATE TABLE T1 (a int); +INSERT INTO T1 VALUES (1); +### assertion: master contains capitalized case table +SHOW TABLES; +Tables_in_B37656 +T1 +use bug37656; +### assertion: slave contains lowered case table +SHOW TABLES; +Tables_in_bug37656 +t1 +### assertion: master and slave tables do not differ +include/diff_tables.inc [master:B37656.T1, slave:bug37656.t1] +SET SQL_LOG_BIN=0; +DROP DATABASE B37656; +SET SQL_LOG_BIN=1; +SHOW DATABASES LIKE '%37656'; +Database (%37656) +DROP DATABASE BUG37656; +SHOW DATABASES LIKE '%37656'; +Database (%37656) +include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_parallel_optimistic.result b/mysql-test/suite/rpl/r/rpl_parallel_optimistic.result index 3cd4f8231bf81343e03e66f57f6cf7bb27c2a482..99bd8562ffebe5411c794b782e01c0812cc82cfa 100644 --- a/mysql-test/suite/rpl/r/rpl_parallel_optimistic.result +++ b/mysql-test/suite/rpl/r/rpl_parallel_optimistic.result @@ -571,4 +571,10 @@ SET GLOBAL slave_parallel_mode=@old_parallel_mode; SET GLOBAL slave_parallel_threads=@old_parallel_threads; include/start_slave.inc DROP TABLE t1, t2, t3; +include/save_master_gtid.inc +include/sync_with_master_gtid.inc +Check that no more than the expected last two GTIDs are in mysql.gtid_slave_pos +select count(*) from mysql.gtid_slave_pos order by domain_id, sub_id; +count(*) +2 include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_lcase_tblnames.result b/mysql-test/suite/rpl/r/rpl_row_lcase_tblnames.result new file mode 100644 index 0000000000000000000000000000000000000000..d8d459f4dcca3e52e2cfbba2920560174def9291 --- /dev/null +++ b/mysql-test/suite/rpl/r/rpl_row_lcase_tblnames.result @@ -0,0 +1,47 @@ +include/master-slave.inc +[connection master] +******** [ MASTER ] ******** +CREATE DATABASE BUG_37656; +use BUG_37656; +show databases like 'BUG_37656'; +Database (BUG_37656) +BUG_37656 +******** [ SLAVE ] ******** +show databases like 'bug_37656'; +Database (bug_37656) +bug_37656 +******** [ MASTER ] ******** +CREATE TABLE T1 (a int); +CREATE TABLE T2 (b int) ENGINE=InnoDB; +CREATE TABLE T3 (txt TEXT); +show tables; +Tables_in_BUG_37656 +T1 +T2 +T3 +******** [ SLAVE ] ******** +use bug_37656; +show tables; +Tables_in_bug_37656 +t2 +t3 +CREATE TABLE t1 (a INT); +******** [ MASTER ] ******** +use BUG_37656; +INSERT INTO T1 VALUES (1); +INSERT INTO T2 VALUES (1); +use test; +INSERT INTO BUG_37656.T1 VALUES (2); +INSERT INTO BUG_37656.T2 VALUES (2); +LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE BUG_37656.T3; +******** [ SLAVE ] ******** +include/diff_tables.inc [master:BUG_37656.T2, slave:bug_37656.t2] +include/diff_tables.inc [master:BUG_37656.T3, slave:bug_37656.t3] +******** [ MASTER ] ******** +DROP DATABASE BUG_37656; +CREATE DATABASE B50653; +USE B50653; +CREATE PROCEDURE b50653_proc() BEGIN SELECT 1; END; +DROP PROCEDURE b50653_proc; +DROP DATABASE B50653; +include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_spatial.result b/mysql-test/suite/rpl/r/rpl_row_spatial.result new file mode 100644 index 0000000000000000000000000000000000000000..8f546fc479e8f7c348992d11509cee295879ff01 --- /dev/null +++ b/mysql-test/suite/rpl/r/rpl_row_spatial.result @@ -0,0 +1,14 @@ +include/master-slave.inc +[connection master] +CREATE TABLE t1 (g POINT NOT NULL, SPATIAL INDEX(g)); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(1 1)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(2 1)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(1 2)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(2 2)')); +DELETE FROM t1 where MBREqual(g, ST_GEOMFROMTEXT('Point(1 2)')); +select count(*) from t1; +count(*) +3 +DELETE FROM t1; +drop table t1; +include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_stm_lcase_tblnames.result b/mysql-test/suite/rpl/r/rpl_stm_lcase_tblnames.result new file mode 100644 index 0000000000000000000000000000000000000000..0d60f52a983d2d41ccd8fcfbdb17f22b4e5e0ffe --- /dev/null +++ b/mysql-test/suite/rpl/r/rpl_stm_lcase_tblnames.result @@ -0,0 +1,44 @@ +include/master-slave.inc +[connection master] +******** [ MASTER ] ******** +CREATE DATABASE BUG_37656; +use BUG_37656; +show databases like 'BUG_37656'; +Database (BUG_37656) +BUG_37656 +******** [ SLAVE ] ******** +show databases like 'bug_37656'; +Database (bug_37656) +bug_37656 +******** [ MASTER ] ******** +CREATE TABLE T1 (a int); +CREATE TABLE T2 (b int) ENGINE=InnoDB; +CREATE TABLE T3 (txt TEXT); +show tables; +Tables_in_BUG_37656 +T1 +T2 +T3 +******** [ SLAVE ] ******** +use bug_37656; +show tables; +Tables_in_bug_37656 +t2 +t3 +CREATE TABLE t1 (a INT); +******** [ MASTER ] ******** +use BUG_37656; +INSERT INTO T1 VALUES (1); +INSERT INTO T2 VALUES (1); +LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE BUG_37656.T3; +******** [ SLAVE ] ******** +include/diff_tables.inc [master:BUG_37656.T2, slave:bug_37656.t2] +include/diff_tables.inc [master:BUG_37656.T3, slave:bug_37656.t3] +******** [ MASTER ] ******** +DROP DATABASE BUG_37656; +CREATE DATABASE B50653; +USE B50653; +CREATE PROCEDURE b50653_proc() BEGIN SELECT 1; END; +DROP PROCEDURE b50653_proc; +DROP DATABASE B50653; +include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_15919-slave.opt b/mysql-test/suite/rpl/t/rpl_15919-slave.opt new file mode 100644 index 0000000000000000000000000000000000000000..62ab6dad1e0d726bdb841df8031ecdf3f7707c3f --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_15919-slave.opt @@ -0,0 +1 @@ +--lower_case_table_names=1 diff --git a/mysql-test/suite/rpl/t/rpl_15919.test b/mysql-test/suite/rpl/t/rpl_15919.test new file mode 100644 index 0000000000000000000000000000000000000000..a5b25929ad000c162686e23734fdc3a7e2075b8c --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_15919.test @@ -0,0 +1,18 @@ +--source include/have_case_sensitive_file_system.inc +--source include/have_innodb.inc +--source include/master-slave.inc + +--connection master +create table RPL(a int); +insert into RPL values(1); + +--sync_slave_with_master +select * from rpl; +insert into RPL values(3); +insert into rpl values(4); +select * from rpl; + +--connection master +drop table RPL; + +--source include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test b/mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test index ed28c2e9d1cef3c63207dad642bc055d273fe78e..53db1723325d151dd67aa00e287d6d72af25997c 100644 --- a/mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test +++ b/mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test @@ -1,3 +1,61 @@ -- source include/have_innodb.inc -let $engine_type=INNODB; --- source extra/rpl_tests/rpl_foreign_key.test + +# Check the replication of the FOREIGN_KEY_CHECKS variable. + +-- source include/master-slave.inc + +CREATE TABLE t1 (a INT AUTO_INCREMENT KEY) ENGINE=INNODB; +CREATE TABLE t2 (b INT AUTO_INCREMENT KEY, c INT, FOREIGN KEY(b) REFERENCES t1(a)) ENGINE=INNODB; + +SET FOREIGN_KEY_CHECKS=0; +INSERT INTO t1 VALUES (10); +INSERT INTO t1 VALUES (NULL),(NULL),(NULL); +INSERT INTO t2 VALUES (5,0); +INSERT INTO t2 VALUES (NULL,LAST_INSERT_ID()); +SET FOREIGN_KEY_CHECKS=1; +SELECT * FROM t1 ORDER BY a; +SELECT * FROM t2 ORDER BY b; +sync_slave_with_master; +SELECT * FROM t1 ORDER BY a; +SELECT * FROM t2 ORDER BY b; + +connection master; +SET TIMESTAMP=1000000000; +CREATE TABLE t3 ( a INT UNIQUE ); +SET FOREIGN_KEY_CHECKS=0; +--error ER_DUP_ENTRY +INSERT INTO t3 VALUES (1),(1); +sync_slave_with_master; + +connection master; +SET FOREIGN_KEY_CHECKS=0; +DROP TABLE IF EXISTS t1,t2,t3; +SET FOREIGN_KEY_CHECKS=1; +sync_slave_with_master; + +# +# Bug #32468 delete rows event on a table with foreign key constraint fails +# + +connection master; + +create table t1 (b int primary key) engine = INNODB; +create table t2 (a int primary key, b int, foreign key (b) references t1(b)) engine = INNODB; + +insert into t1 set b=1; +insert into t2 set a=1, b=1; + +set foreign_key_checks=0; +delete from t1; + +--echo must sync w/o a problem (could not with the buggy code) +sync_slave_with_master; +select count(*) from t1 /* must be zero */; + + +# cleanup for bug#32468 + +connection master; +drop table t2,t1; + +--source include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db-slave.opt b/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db-slave.opt new file mode 100644 index 0000000000000000000000000000000000000000..0031a57a6937272fbad7bd6cff9c74895447da11 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db-slave.opt @@ -0,0 +1 @@ +--lower-case-table-names=1 "--replicate-rewrite-db=b37656->bug37656" diff --git a/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db.test b/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db.test new file mode 100644 index 0000000000000000000000000000000000000000..9c804d8206ac1d2b18d3ffcdb5e414d8d9383497 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_lcase_tblnames_rewrite_db.test @@ -0,0 +1,60 @@ +# BUG#37656 +# +# DESCRIPTION +# +# +# This test case is tests whether replication works properly when +# slave is configured with --lower-case-table-names=1 and replication +# rewrite rules are in effect. +# +# It checks four issues: +# +# (i) master contains capitalized table name +# +# (ii) slave contains lowered case table name +# +# (iii) master and slave tables do not differ +# +-- source include/master-slave.inc +-- source include/not_windows.inc + +SET SQL_LOG_BIN=0; +CREATE DATABASE B37656; +SET SQL_LOG_BIN=1; + +-- connection slave +CREATE DATABASE BUG37656; + +-- echo ### action: show that database on slave is created in lowercase +SHOW DATABASES LIKE '%37656'; + +-- connection master +USE B37656; +CREATE TABLE T1 (a int); +INSERT INTO T1 VALUES (1); + +-- echo ### assertion: master contains capitalized case table +SHOW TABLES; + +-- sync_slave_with_master + +use bug37656; + +-- echo ### assertion: slave contains lowered case table +SHOW TABLES; + +-- echo ### assertion: master and slave tables do not differ +let $diff_tables= master:B37656.T1, slave:bug37656.t1; + +-- source include/diff_tables.inc + +-- connection master +SET SQL_LOG_BIN=0; +DROP DATABASE B37656; +SET SQL_LOG_BIN=1; +SHOW DATABASES LIKE '%37656'; + +-- connection slave +DROP DATABASE BUG37656; +SHOW DATABASES LIKE '%37656'; +--source include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_parallel_optimistic.test b/mysql-test/suite/rpl/t/rpl_parallel_optimistic.test index 9f6669279dbce4863f894c963f7839b7d6a2ffae..3867a3fdf3a7135e5600e0217cefd3141a79affa 100644 --- a/mysql-test/suite/rpl/t/rpl_parallel_optimistic.test +++ b/mysql-test/suite/rpl/t/rpl_parallel_optimistic.test @@ -549,5 +549,22 @@ SET GLOBAL slave_parallel_threads=@old_parallel_threads; --connection server_1 DROP TABLE t1, t2, t3; +--source include/save_master_gtid.inc + +--connection server_2 +--source include/sync_with_master_gtid.inc +# Check for left-over rows in table mysql.gtid_slave_pos (MDEV-12147). +# +# There was a bug when a transaction got a conflict and was rolled back. It +# might have also handled deletion of some old rows, and these deletions would +# then also be rolled back. And since the deletes were never re-tried, old no +# longer needed rows would accumulate in the table without limit. +# +# The earlier part of this test file have plenty of transactions being rolled +# back. But the last DROP TABLE statement runs on its own and should never +# conflict, thus at this point the mysql.gtid_slave_pos table should be clean. +--echo Check that no more than the expected last two GTIDs are in mysql.gtid_slave_pos +select count(*) from mysql.gtid_slave_pos order by domain_id, sub_id; +--connection server_1 --source include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_parallel_optimistic_nobinlog.cnf b/mysql-test/suite/rpl/t/rpl_parallel_optimistic_nobinlog.cnf index 0ea0d95156861b05e9a46655c9fba08f8d01d436..b85a84f662542b461ac423fb36d4e0d24db5d9e1 100644 --- a/mysql-test/suite/rpl/t/rpl_parallel_optimistic_nobinlog.cnf +++ b/mysql-test/suite/rpl/t/rpl_parallel_optimistic_nobinlog.cnf @@ -5,5 +5,6 @@ log-slave-updates=0 loose-innodb [mysqld.2] +slave-transaction-retries=100 log-slave-updates=0 loose-innodb diff --git a/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames-slave.opt b/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames-slave.opt new file mode 100644 index 0000000000000000000000000000000000000000..7624b013dcd6e537a11dc7bfaa00164477b5d24a --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames-slave.opt @@ -0,0 +1 @@ +--replicate-do-db=bug_37656 --replicate-ignore-table=buG_37656.T1 --replicate-do-table=bUg_37656.T2 --replicate-do-table=bUg_37656.T3 --lower-case-table-names=1 diff --git a/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames.test b/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames.test new file mode 100644 index 0000000000000000000000000000000000000000..78a66a7df322891d02447b725a85f7acdf6b0095 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_row_lcase_tblnames.test @@ -0,0 +1,12 @@ +# BUG#37656 +# +# For details look into extra/rpl_tests/rpl_lower_case_table_names.test +# + +-- source include/master-slave.inc +-- source include/have_innodb.inc +-- source include/not_windows.inc +-- source include/have_binlog_format_row.inc + +-- let $engine=InnoDB +-- source extra/rpl_tests/rpl_lower_case_table_names.test diff --git a/mysql-test/suite/rpl/t/rpl_row_spatial.test b/mysql-test/suite/rpl/t/rpl_row_spatial.test new file mode 100644 index 0000000000000000000000000000000000000000..00c3dd7c54dade40653372744e7ed04d7a7295d6 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_row_spatial.test @@ -0,0 +1,17 @@ +--source include/have_binlog_format_row.inc +--source include/master-slave.inc + +CREATE TABLE t1 (g POINT NOT NULL, SPATIAL INDEX(g)); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(1 1)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(2 1)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(1 2)')); +INSERT INTO t1 VALUES (ST_GEOMFROMTEXT('Point(2 2)')); +DELETE FROM t1 where MBREqual(g, ST_GEOMFROMTEXT('Point(1 2)')); + +--sync_slave_with_master +select count(*) from t1; + +--connection master +DELETE FROM t1; +drop table t1; +--source include/rpl_end.inc diff --git a/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames-slave.opt b/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames-slave.opt new file mode 100644 index 0000000000000000000000000000000000000000..8be29bbe9760796907b8d410413d9b6a32ba369e --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames-slave.opt @@ -0,0 +1 @@ +--replicate-do-db=bug_37656 --replicate-ignore-table=bug_37656.t1 --replicate-do-table=bug_37656.t2 --replicate-do-table=bug_37656.t3 --lower-case-table-names=1 diff --git a/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames.test b/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames.test new file mode 100644 index 0000000000000000000000000000000000000000..00df8e9d38596b077926536db2309c97949211c3 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_stm_lcase_tblnames.test @@ -0,0 +1,12 @@ +# BUG#37656 +# +# For details look into extra/rpl_tests/rpl_lower_case_table_names.test +# + +-- source include/master-slave.inc +-- source include/have_innodb.inc +-- source include/not_windows.inc +-- source include/have_binlog_format_mixed_or_statement.inc + +-- let $engine=InnoDB +-- source extra/rpl_tests/rpl_lower_case_table_names.test diff --git a/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_32.result b/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_32.result new file mode 100644 index 0000000000000000000000000000000000000000..b3bec1eecdd2a9b173f55b036470dbca4e9b09e8 --- /dev/null +++ b/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_32.result @@ -0,0 +1,7 @@ +set global innodb_ft_result_cache_limit=5000000000; +Warnings: +Warning 1292 Truncated incorrect innodb_ft_result_cache_limit value: '5000000000' +select @@innodb_ft_result_cache_limit; +@@innodb_ft_result_cache_limit +4294967295 +set global innodb_ft_result_cache_limit=2000000000; diff --git a/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_64.result b/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_64.result new file mode 100644 index 0000000000000000000000000000000000000000..c86331a8a1ccc472512089750663b5dfa0b91d71 --- /dev/null +++ b/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_64.result @@ -0,0 +1,5 @@ +set global innodb_ft_result_cache_limit=5000000000; +select @@innodb_ft_result_cache_limit; +@@innodb_ft_result_cache_limit +5000000000 +set global innodb_ft_result_cache_limit=2000000000; diff --git a/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff b/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff index b1c041a5444334453cd06e436fe73fad0ea4fd21..73dd57ed1fb713ea884cd71c86f416ee39707746 100644 --- a/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff +++ b/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff @@ -475,7 +475,7 @@ VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call NUMERIC_MIN_VALUE 1000 NUMERIC_MAX_VALUE 10000 -@@ -1173,7 +1355,7 @@ +@@ -1173,10 +1355,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 2000000000 VARIABLE_SCOPE GLOBAL @@ -483,7 +483,11 @@ +VARIABLE_TYPE INT UNSIGNED VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes NUMERIC_MIN_VALUE 1000000 - NUMERIC_MAX_VALUE 4294967295 +-NUMERIC_MAX_VALUE 18446744073709551615 ++NUMERIC_MAX_VALUE 4294967295 + NUMERIC_BLOCK_SIZE 0 + ENUM_VALUE_LIST NULL + READ_ONLY NO @@ -1201,7 +1383,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 2 @@ -1210,8 +1214,8 @@ COMMAND_LINE_ARGUMENT OPTIONAL VARIABLE_NAME INNODB_VERSION SESSION_VALUE NULL --GLOBAL_VALUE 5.6.41 -+GLOBAL_VALUE 5.6.39-83.1 +-GLOBAL_VALUE 5.6.42 ++GLOBAL_VALUE 5.6.41-84.1 GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE NULL VARIABLE_SCOPE GLOBAL diff --git a/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff b/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff index 46148b1d6ba8cf81723da17d48c33183119d743a..55101ef8ef827ff2d3b4f37077538cf29c20b928 100644 --- a/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff +++ b/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff @@ -125,7 +125,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -767,7 +767,7 @@ +@@ -781,7 +781,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 120 VARIABLE_SCOPE GLOBAL @@ -134,7 +134,7 @@ VARIABLE_COMMENT Number of pages reserved in doublewrite buffer for batch flushing NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 127 -@@ -851,7 +851,7 @@ +@@ -865,7 +865,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL @@ -143,7 +143,7 @@ VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like). NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 2 -@@ -865,7 +865,7 @@ +@@ -879,7 +879,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 600 VARIABLE_SCOPE GLOBAL @@ -152,7 +152,7 @@ VARIABLE_COMMENT Maximum number of seconds that semaphore times out in InnoDB. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 4294967295 -@@ -935,7 +935,7 @@ +@@ -949,7 +949,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -161,7 +161,7 @@ VARIABLE_COMMENT Make the first page of the given tablespace dirty. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 4294967295 -@@ -949,7 +949,7 @@ +@@ -963,7 +963,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 30 VARIABLE_SCOPE GLOBAL @@ -170,7 +170,7 @@ VARIABLE_COMMENT Number of iterations over which the background flushing is averaged. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 1000 -@@ -977,7 +977,7 @@ +@@ -991,7 +991,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL @@ -179,7 +179,7 @@ VARIABLE_COMMENT Controls the durability/speed trade-off for commits. Set to 0 (write and flush redo log to disk only once per second), 1 (flush to disk at each commit), 2 (write to log at commit but flush to disk only once per second) or 3 (flush to disk at prepare and at commit, slower and usually redundant). 1 and 3 guarantees that after a crash, committed transactions will not be lost and will be consistent with the binlog and other transactional engines. 2 can get inconsistent and lose transactions if there is a power failure or kernel crash but not if mysqld crashes. 0 has no guarantees in case of crash. 0 and 2 can be faster than 1 or 3. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 3 -@@ -1005,7 +1005,7 @@ +@@ -1019,7 +1019,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL @@ -188,7 +188,7 @@ VARIABLE_COMMENT Set to 0 (don't flush neighbors from buffer pool), 1 (flush contiguous neighbors from buffer pool) or 2 (flush neighbors from buffer pool), when flushing a block NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 2 -@@ -1047,7 +1047,7 @@ +@@ -1061,7 +1061,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -197,7 +197,7 @@ VARIABLE_COMMENT Helps to save your data in case the disk image of the database becomes corrupt. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 6 -@@ -1075,7 +1075,7 @@ +@@ -1089,7 +1089,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 8000000 VARIABLE_SCOPE GLOBAL @@ -206,7 +206,7 @@ VARIABLE_COMMENT InnoDB Fulltext search cache size in bytes NUMERIC_MIN_VALUE 1600000 NUMERIC_MAX_VALUE 80000000 -@@ -1117,7 +1117,7 @@ +@@ -1131,7 +1131,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 84 VARIABLE_SCOPE GLOBAL @@ -215,7 +215,7 @@ VARIABLE_COMMENT InnoDB Fulltext search maximum token size in characters NUMERIC_MIN_VALUE 10 NUMERIC_MAX_VALUE 84 -@@ -1131,7 +1131,7 @@ +@@ -1145,7 +1145,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 3 VARIABLE_SCOPE GLOBAL @@ -224,7 +224,7 @@ VARIABLE_COMMENT InnoDB Fulltext search minimum token size in characters NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 16 -@@ -1145,7 +1145,7 @@ +@@ -1159,7 +1159,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 2000 VARIABLE_SCOPE GLOBAL @@ -233,7 +233,7 @@ VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call NUMERIC_MIN_VALUE 1000 NUMERIC_MAX_VALUE 10000 -@@ -1159,7 +1159,7 @@ +@@ -1173,10 +1173,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 2000000000 VARIABLE_SCOPE GLOBAL @@ -241,8 +241,12 @@ +VARIABLE_TYPE INT UNSIGNED VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes NUMERIC_MIN_VALUE 1000000 - NUMERIC_MAX_VALUE 4294967295 -@@ -1187,7 +1187,7 @@ +-NUMERIC_MAX_VALUE 18446744073709551615 ++NUMERIC_MAX_VALUE 4294967295 + NUMERIC_BLOCK_SIZE 0 + ENUM_VALUE_LIST NULL + READ_ONLY NO +@@ -1201,7 +1201,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 2 VARIABLE_SCOPE GLOBAL @@ -251,7 +255,7 @@ VARIABLE_COMMENT InnoDB Fulltext search parallel sort degree, will round up to nearest power of 2 number NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 16 -@@ -1201,7 +1201,7 @@ +@@ -1215,7 +1215,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 640000000 VARIABLE_SCOPE GLOBAL @@ -260,7 +264,7 @@ VARIABLE_COMMENT Total memory allocated for InnoDB Fulltext Search cache NUMERIC_MIN_VALUE 32000000 NUMERIC_MAX_VALUE 1600000000 -@@ -1229,7 +1229,7 @@ +@@ -1243,7 +1243,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 100 VARIABLE_SCOPE GLOBAL @@ -269,7 +273,7 @@ VARIABLE_COMMENT Up to what percentage of dirty pages should be flushed when innodb finds it has spare resources to do so. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 100 -@@ -1271,10 +1271,10 @@ +@@ -1285,10 +1285,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 200 VARIABLE_SCOPE GLOBAL @@ -282,7 +286,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -1283,12 +1283,12 @@ +@@ -1297,12 +1297,12 @@ SESSION_VALUE NULL GLOBAL_VALUE 2000 GLOBAL_VALUE_ORIGIN COMPILE-TIME @@ -298,7 +302,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -1355,7 +1355,7 @@ +@@ -1369,7 +1369,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 50 VARIABLE_SCOPE SESSION @@ -307,7 +311,7 @@ VARIABLE_COMMENT Timeout in seconds an InnoDB transaction may wait for a lock before being rolled back. Values above 100000000 disable the timeout. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 1073741824 -@@ -1369,10 +1369,10 @@ +@@ -1383,10 +1383,10 @@ GLOBAL_VALUE_ORIGIN CONFIG DEFAULT_VALUE 16777216 VARIABLE_SCOPE GLOBAL @@ -320,7 +324,7 @@ NUMERIC_BLOCK_SIZE 1024 ENUM_VALUE_LIST NULL READ_ONLY YES -@@ -1411,7 +1411,7 @@ +@@ -1425,7 +1425,7 @@ GLOBAL_VALUE_ORIGIN CONFIG DEFAULT_VALUE 2 VARIABLE_SCOPE GLOBAL @@ -329,7 +333,7 @@ VARIABLE_COMMENT Number of log files in the log group. InnoDB writes to the files in a circular fashion. NUMERIC_MIN_VALUE 2 NUMERIC_MAX_VALUE 100 -@@ -1453,10 +1453,10 @@ +@@ -1467,10 +1467,10 @@ GLOBAL_VALUE_ORIGIN CONFIG DEFAULT_VALUE 1024 VARIABLE_SCOPE GLOBAL @@ -342,7 +346,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -1495,10 +1495,10 @@ +@@ -1509,10 +1509,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -355,7 +359,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -1509,7 +1509,7 @@ +@@ -1523,7 +1523,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -364,7 +368,7 @@ VARIABLE_COMMENT Maximum delay of user threads in micro-seconds NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 10000000 -@@ -1523,7 +1523,7 @@ +@@ -1537,7 +1537,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -373,7 +377,7 @@ VARIABLE_COMMENT Number of identical copies of log groups we keep for the database. Currently this should be set to 1. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 10 -@@ -1593,7 +1593,7 @@ +@@ -1607,7 +1607,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 8 VARIABLE_SCOPE GLOBAL @@ -382,7 +386,7 @@ VARIABLE_COMMENT Number of multi-threaded flush threads NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 64 -@@ -1649,10 +1649,10 @@ +@@ -1663,10 +1663,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -395,7 +399,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY YES -@@ -1677,7 +1677,7 @@ +@@ -1691,7 +1691,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 16 VARIABLE_SCOPE GLOBAL @@ -404,7 +408,7 @@ VARIABLE_COMMENT Number of rw_locks protecting buffer pool page_hash. Rounded up to the next power of 2 NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 1024 -@@ -1691,7 +1691,7 @@ +@@ -1705,7 +1705,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 16384 VARIABLE_SCOPE GLOBAL @@ -413,7 +417,7 @@ VARIABLE_COMMENT Page size to use for all InnoDB tablespaces. NUMERIC_MIN_VALUE 4096 NUMERIC_MAX_VALUE 65536 -@@ -1733,7 +1733,7 @@ +@@ -1747,7 +1747,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 300 VARIABLE_SCOPE GLOBAL @@ -422,7 +426,7 @@ VARIABLE_COMMENT Number of UNDO log pages to purge in one batch from the history list. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 5000 -@@ -1775,7 +1775,7 @@ +@@ -1789,7 +1789,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL @@ -431,7 +435,7 @@ VARIABLE_COMMENT Purge threads can be from 1 to 32. Default is 1. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 32 -@@ -1803,7 +1803,7 @@ +@@ -1817,7 +1817,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 56 VARIABLE_SCOPE GLOBAL @@ -440,7 +444,7 @@ VARIABLE_COMMENT Number of pages that must be accessed sequentially for InnoDB to trigger a readahead. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 64 -@@ -1817,7 +1817,7 @@ +@@ -1831,7 +1831,7 @@ GLOBAL_VALUE_ORIGIN CONFIG DEFAULT_VALUE 4 VARIABLE_SCOPE GLOBAL @@ -449,7 +453,7 @@ VARIABLE_COMMENT Number of background read I/O threads in InnoDB. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 64 -@@ -1845,10 +1845,10 @@ +@@ -1859,10 +1859,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -462,7 +466,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -1873,7 +1873,7 @@ +@@ -1887,7 +1887,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 128 VARIABLE_SCOPE GLOBAL @@ -471,7 +475,7 @@ VARIABLE_COMMENT Number of undo logs to use (deprecated). NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 128 -@@ -1887,7 +1887,7 @@ +@@ -1901,7 +1901,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -480,7 +484,7 @@ VARIABLE_COMMENT An InnoDB page number. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 4294967295 -@@ -1943,7 +1943,7 @@ +@@ -1957,7 +1957,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1048576 VARIABLE_SCOPE GLOBAL @@ -489,7 +493,7 @@ VARIABLE_COMMENT Memory buffer size for index creation NUMERIC_MIN_VALUE 65536 NUMERIC_MAX_VALUE 67108864 -@@ -1957,10 +1957,10 @@ +@@ -1971,10 +1971,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 6 VARIABLE_SCOPE GLOBAL @@ -502,7 +506,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -2167,7 +2167,7 @@ +@@ -2181,7 +2181,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL @@ -511,7 +515,7 @@ VARIABLE_COMMENT Size of the mutex/lock wait array. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 1024 -@@ -2181,10 +2181,10 @@ +@@ -2195,10 +2195,10 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 30 VARIABLE_SCOPE GLOBAL @@ -524,7 +528,7 @@ NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO -@@ -2209,7 +2209,7 @@ +@@ -2223,7 +2223,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -533,7 +537,7 @@ VARIABLE_COMMENT Helps in performance tuning in heavily concurrent environments. Sets the maximum number of threads allowed inside InnoDB. Value 0 will disable the thread throttling. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 1000 -@@ -2223,7 +2223,7 @@ +@@ -2237,7 +2237,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 10000 VARIABLE_SCOPE GLOBAL @@ -542,7 +546,7 @@ VARIABLE_COMMENT Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0 disable a sleep NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 1000000 -@@ -2293,7 +2293,7 @@ +@@ -2307,7 +2307,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 128 VARIABLE_SCOPE GLOBAL @@ -551,7 +555,7 @@ VARIABLE_COMMENT Number of undo logs to use. NUMERIC_MIN_VALUE 1 NUMERIC_MAX_VALUE 128 -@@ -2307,7 +2307,7 @@ +@@ -2321,7 +2321,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 0 VARIABLE_SCOPE GLOBAL @@ -560,7 +564,7 @@ VARIABLE_COMMENT Number of undo tablespaces to use. NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 126 -@@ -2405,7 +2405,7 @@ +@@ -2419,7 +2419,7 @@ GLOBAL_VALUE_ORIGIN CONFIG DEFAULT_VALUE 4 VARIABLE_SCOPE GLOBAL diff --git a/mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff b/mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff index e7af5f851bd659e2cdc99356d48897ad593ac936..44269b2c74a7d78ef5cdb6aace29002e92d1f4ab 100644 --- a/mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff +++ b/mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff @@ -684,8 +684,8 @@ COMMAND_LINE_ARGUMENT OPTIONAL VARIABLE_NAME INNODB_VERSION SESSION_VALUE NULL --GLOBAL_VALUE 5.6.41 -+GLOBAL_VALUE 5.6.39-83.1 +-GLOBAL_VALUE 5.6.42 ++GLOBAL_VALUE 5.6.41-84.1 GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE NULL VARIABLE_SCOPE GLOBAL diff --git a/mysql-test/suite/sys_vars/r/sysvars_innodb.result b/mysql-test/suite/sys_vars/r/sysvars_innodb.result index 62c29de5f6061452560704a2e07e16524ff45363..60b5f52f6489f81ba42fff16c08830685d662645 100644 --- a/mysql-test/suite/sys_vars/r/sysvars_innodb.result +++ b/mysql-test/suite/sys_vars/r/sysvars_innodb.result @@ -1176,7 +1176,7 @@ VARIABLE_SCOPE GLOBAL VARIABLE_TYPE BIGINT UNSIGNED VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes NUMERIC_MIN_VALUE 1000000 -NUMERIC_MAX_VALUE 4294967295 +NUMERIC_MAX_VALUE 18446744073709551615 NUMERIC_BLOCK_SIZE 0 ENUM_VALUE_LIST NULL READ_ONLY NO @@ -2401,7 +2401,7 @@ READ_ONLY NO COMMAND_LINE_ARGUMENT OPTIONAL VARIABLE_NAME INNODB_VERSION SESSION_VALUE NULL -GLOBAL_VALUE 5.6.41 +GLOBAL_VALUE 5.6.42 GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE NULL VARIABLE_SCOPE GLOBAL diff --git a/mysql-test/suite/sys_vars/r/thread_pool_size_high.result b/mysql-test/suite/sys_vars/r/thread_pool_size_high.result index f581ae8e315541768cfb5c4c8357cdc64e19bb26..bc30104b79df74c29b76e32943efedca52edbc9b 100644 --- a/mysql-test/suite/sys_vars/r/thread_pool_size_high.result +++ b/mysql-test/suite/sys_vars/r/thread_pool_size_high.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("Could not increase number of max_open_files to more than"); SELECT @@global.thread_pool_size; @@global.thread_pool_size 200 diff --git a/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_32.test b/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_32.test new file mode 100644 index 0000000000000000000000000000000000000000..d9defc7447bac6d5da07ff98cc10afa203383860 --- /dev/null +++ b/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_32.test @@ -0,0 +1,9 @@ +--source include/have_32bit.inc +--source include/have_innodb.inc + +let $innodb_ft_result_cache_limit_orig=`select @@innodb_ft_result_cache_limit`; + +set global innodb_ft_result_cache_limit=5000000000; +select @@innodb_ft_result_cache_limit; + +eval set global innodb_ft_result_cache_limit=$innodb_ft_result_cache_limit_orig; diff --git a/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_64.test b/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_64.test new file mode 100644 index 0000000000000000000000000000000000000000..2606d2b5ca8167521c713bbdb93d80c5623ae032 --- /dev/null +++ b/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_64.test @@ -0,0 +1,9 @@ +--source include/have_64bit.inc +--source include/have_innodb.inc + +let $innodb_ft_result_cache_limit_orig=`select @@innodb_ft_result_cache_limit`; + +set global innodb_ft_result_cache_limit=5000000000; +select @@innodb_ft_result_cache_limit; + +eval set global innodb_ft_result_cache_limit=$innodb_ft_result_cache_limit_orig; diff --git a/mysql-test/suite/sys_vars/t/thread_pool_size_high.test b/mysql-test/suite/sys_vars/t/thread_pool_size_high.test index 761aeee2b0a160be5f165db58481f27979c82075..d1e68f026f02b759224a99f03f462741a9f1ec19 100644 --- a/mysql-test/suite/sys_vars/t/thread_pool_size_high.test +++ b/mysql-test/suite/sys_vars/t/thread_pool_size_high.test @@ -1,6 +1,7 @@ --source include/not_windows.inc --source include/not_embedded.inc --source include/have_pool_of_threads.inc +call mtr.add_suppression("Could not increase number of max_open_files to more than"); SELECT @@global.thread_pool_size; diff --git a/mysql-test/suite/vcol/r/vcol_select_innodb.result b/mysql-test/suite/vcol/r/vcol_select_innodb.result index 5c29f5f82838ef164c83d4f76eedb3b823b2e992..97bfbbe4eafde3e55c9f8601b7005bfc4f9b529d 100644 --- a/mysql-test/suite/vcol/r/vcol_select_innodb.result +++ b/mysql-test/suite/vcol/r/vcol_select_innodb.result @@ -133,7 +133,7 @@ count(distinct c) 3 explain select count(distinct c) from t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL c 5 NULL 5 Using index +1 SIMPLE t1 range NULL c 5 NULL 6 Using index for group-by (scanning) ### ### filesort & range-based utils ### diff --git a/mysql-test/suite/vcol/r/vcol_select_myisam.result b/mysql-test/suite/vcol/r/vcol_select_myisam.result index 7c371a1008ace8eb512eb6e878fb7d1a42915ec7..6dee132b3e5956a66f4ef59ba30d7ddd8374e61e 100644 --- a/mysql-test/suite/vcol/r/vcol_select_myisam.result +++ b/mysql-test/suite/vcol/r/vcol_select_myisam.result @@ -133,7 +133,7 @@ count(distinct c) 3 explain select count(distinct c) from t1; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL c 5 NULL 5 Using index +1 SIMPLE t1 range NULL c 5 NULL 6 Using index for group-by (scanning) ### ### filesort & range-based utils ### diff --git a/mysql-test/suite/wsrep/include/check_galera_version.inc b/mysql-test/suite/wsrep/include/check_galera_version.inc index e495da8f1ee04c78013a6dbb2e22d83bbe7d5616..32d01197f946122f30d2f0f9ca8b1b588c71055b 100644 --- a/mysql-test/suite/wsrep/include/check_galera_version.inc +++ b/mysql-test/suite/wsrep/include/check_galera_version.inc @@ -17,23 +17,27 @@ eval SET @GALERA_VERSION='$galera_version'; SELECT CAST(REGEXP_REPLACE(@GALERA_VERSION,'^(\\d+)\\.(\\d+).*','\\1') AS UNSIGNED) INTO @GALERA_MAJOR_VERSION; SELECT CAST(REGEXP_REPLACE(@GALERA_VERSION,'^(\\d+)\\.(\\d+).*','\\2') AS UNSIGNED) INTO @GALERA_MINOR_VERSION; +SELECT CAST(REGEXP_REPLACE(@GALERA_VERSION,'^(\\d+)\\.(\\d+)\\.(\\d+).*','\\3') AS UNSIGNED) INTO @GALERA_RELEASE_VERSION; # Actual SELECT VARIABLE_VALUE INTO @ACTUAL_GALERA_VERSION FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME LIKE 'wsrep_provider_version'; - -SELECT CAST(REGEXP_REPLACE(@ACTUAL_GALERA_VERSION,'^(\\d+)\\.(\\d+).*','\\1') AS UNSIGNED) INTO @ACTUAL_GALERA_MAJOR_VERSION; -SELECT CAST(REGEXP_REPLACE(@ACTUAL_GALERA_VERSION,'^(\\d+)\\.(\\d+).*','\\2') AS UNSIGNED) INTO @ACTUAL_GALERA_MINOR_VERSION; +SELECT CAST(REGEXP_REPLACE(@ACTUAL_GALERA_VERSION,'^[\\d\\.]*(\\d+)\\.\\d+.*','\\1') AS UNSIGNED) INTO @ACTUAL_GALERA_MINOR_VERSION; +SELECT CAST(REGEXP_REPLACE(@ACTUAL_GALERA_VERSION,'^[\\d\\.]*\\.(\\d+).*','\\1') AS UNSIGNED) INTO @ACTUAL_GALERA_RELEASE_VERSION; # For testing -#SELECT @GALERA_MAJOR_VERSION, @GALERA_MINOR_VERSION; +#SELECT @GALERA_MAJOR_VERSION; +#SELECT @GALERA_MINOR_VERSION; +#SELECT @GALERA_RELEASE_VERSION; #SELECT @ACTUAL_GALERA_VERSION; -#SELECT @ACTUAL_GALERA_MAJOR_VERSION, @ACTUAL_GALERA_MINOR_VERSION; +#SELECT @ACTUAL_GALERA_MINOR_VERSION; +#SELECT @ACTUAL_GALERA_RELEASE_VERSION; -if (!`SELECT (@ACTUAL_GALERA_MAJOR_VERSION > @GALERA_MAJOR_VERSION) OR - (@ACTUAL_GALERA_MAJOR_VERSION = @GALERA_MAJOR_VERSION AND @ACTUAL_GALERA_MINOR_VERSION >= @GALERA_MINOR_VERSION) +if (!`SELECT (@ACTUAL_GALERA_MINOR_VERSION > @GALERA_MINOR_VERSION) OR + (@ACTUAL_GALERA_MINOR_VERSION = @GALERA_MINOR_VERSION AND + @ACTUAL_GALERA_RELEASE_VERSION >= @GALERA_RELEASE_VERSION) `) { - skip Test requires Galera library version $galera_version; + skip Test requires Galera library version >= $galera_version; } --enable_query_log diff --git a/mysql-test/suite/wsrep/r/variables.result b/mysql-test/suite/wsrep/r/variables.result index 4ecc1ca3b79fe685e8f647dd0adf893de1eb3f47..d11cffba1165b56553861c0b0fdbe533ddf9bc63 100644 --- a/mysql-test/suite/wsrep/r/variables.result +++ b/mysql-test/suite/wsrep/r/variables.result @@ -19,6 +19,7 @@ SET GLOBAL wsrep_provider=none; # variables when using "_" # CALL mtr.add_suppression("WSREP: Could not open saved state file for reading.*"); +# wsrep SHOW GLOBAL STATUS LIKE 'wsrep%'; Variable_name Value wsrep_apply_oooe # @@ -59,61 +60,8 @@ wsrep_local_send_queue_min # wsrep_local_state # wsrep_local_state_comment # wsrep_local_state_uuid # -wsrep_protocol_version # -wsrep_provider_name # -wsrep_provider_vendor # -wsrep_provider_version # -wsrep_ready # -wsrep_received # -wsrep_received_bytes # -wsrep_repl_data_bytes # -wsrep_repl_keys # -wsrep_repl_keys_bytes # -wsrep_repl_other_bytes # -wsrep_replicated # -wsrep_replicated_bytes # -wsrep_thread_count # - -SHOW GLOBAL STATUS LIKE 'wsrep_%'; -Variable_name Value -wsrep_apply_oooe # -wsrep_apply_oool # -wsrep_apply_window # -wsrep_causal_reads # -wsrep_cert_deps_distance # -wsrep_cert_index_size # -wsrep_cert_interval # -wsrep_cluster_conf_id # -wsrep_cluster_size # -wsrep_cluster_state_uuid # -wsrep_cluster_status # -wsrep_commit_oooe # -wsrep_commit_oool # -wsrep_commit_window # -wsrep_connected # -wsrep_flow_control_paused # -wsrep_flow_control_paused_ns # -wsrep_flow_control_recv # -wsrep_flow_control_sent # -wsrep_incoming_addresses # -wsrep_last_committed # -wsrep_local_bf_aborts # -wsrep_local_cached_downto # -wsrep_local_cert_failures # -wsrep_local_commits # -wsrep_local_index # -wsrep_local_recv_queue # -wsrep_local_recv_queue_avg # -wsrep_local_recv_queue_max # -wsrep_local_recv_queue_min # -wsrep_local_replays # -wsrep_local_send_queue # -wsrep_local_send_queue_avg # -wsrep_local_send_queue_max # -wsrep_local_send_queue_min # -wsrep_local_state # -wsrep_local_state_comment # -wsrep_local_state_uuid # +wsrep_open_connections # +wsrep_open_transactions # wsrep_protocol_version # wsrep_provider_name # wsrep_provider_vendor # diff --git a/mysql-test/suite/wsrep/t/variables.test b/mysql-test/suite/wsrep/t/variables.test index 1315f090d5c3267856acb7ca35201e8728b97a76..1a2ab2579a5ef1611d7d41514966334b59c131a3 100644 --- a/mysql-test/suite/wsrep/t/variables.test +++ b/mysql-test/suite/wsrep/t/variables.test @@ -27,19 +27,19 @@ SET GLOBAL wsrep_provider=none; CALL mtr.add_suppression("WSREP: Could not open saved state file for reading.*"); +--disable_result_log --disable_query_log eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER'; ---let $galera_version=25.3.17 +--let $galera_version=25.3.24 source include/check_galera_version.inc; +--enable_result_log --enable_query_log +--echo # wsrep +--sorted_result --replace_column 2 # SHOW GLOBAL STATUS LIKE 'wsrep%'; ---echo ---replace_column 2 # -SHOW GLOBAL STATUS LIKE 'wsrep_%'; - --replace_column 2 # SHOW GLOBAL STATUS LIKE 'wsrep_local_state_comment'; @@ -101,8 +101,11 @@ SHOW STATUS LIKE 'wsrep_thread_count'; --echo # Setting wsrep_cluster_address triggers the creation of --echo # applier/rollbacker threads. SET GLOBAL wsrep_cluster_address= 'gcomm://'; + --echo # Wait for applier threads to get created. -sleep 3; +--let $wait_timeout=600 +--let $wait_condition = SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); +--source include/wait_condition.inc --replace_regex /.*libgalera_smm.*/libgalera_smm.so/ SELECT @@global.wsrep_provider; @@ -113,8 +116,11 @@ SHOW STATUS LIKE 'wsrep_thread_count'; SET @wsrep_slave_threads_saved= @@global.wsrep_slave_threads; SET GLOBAL wsrep_slave_threads= 10; + --echo # Wait for applier threads to get created. -sleep 3; +--let $wait_condition = SELECT COUNT(*) = 11 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER = 'system user' AND (STATE IS NULL OR STATE NOT LIKE 'InnoDB%'); +--source include/wait_condition.inc + SHOW STATUS LIKE 'threads_connected'; SHOW STATUS LIKE 'wsrep_thread_count'; diff --git a/mysql-test/t/alter_table.test b/mysql-test/t/alter_table.test index 420f733afdf4b68f08428d839317bbe9256fd3c1..018f392422a4d3cba6734c839512e7a43225cec9 100644 --- a/mysql-test/t/alter_table.test +++ b/mysql-test/t/alter_table.test @@ -1296,6 +1296,56 @@ MODIFY COLUMN `consultant_id` BIGINT; SHOW CREATE TABLE t1; DROP TABLE t1; +--echo # +--echo # BUG#27788685: NO WARNING WHEN TRUNCATING A STRING WITH DATA LOSS +--echo # + +SET GLOBAL max_allowed_packet=17825792; + +--connect(con1, localhost, root,,) +CREATE TABLE t1 (t1_fld1 TEXT); +CREATE TABLE t2 (t2_fld1 MEDIUMTEXT); +CREATE TABLE t3 (t3_fld1 LONGTEXT); + +INSERT INTO t1 VALUES (REPEAT('a',300)); +INSERT INTO t2 VALUES (REPEAT('b',65680)); +INSERT INTO t3 VALUES (REPEAT('c',16777300)); + +SELECT LENGTH(t1_fld1) FROM t1; +SELECT LENGTH(t2_fld1) FROM t2; +SELECT LENGTH(t3_fld1) FROM t3; + +--echo # With strict mode +SET SQL_MODE='STRICT_ALL_TABLES'; + +--error ER_DATA_TOO_LONG +ALTER TABLE t1 CHANGE `t1_fld1` `my_t1_fld1` TINYTEXT; +--error ER_DATA_TOO_LONG +ALTER TABLE t2 CHANGE `t2_fld1` `my_t2_fld1` TEXT; +--error ER_DATA_TOO_LONG +ALTER TABLE t3 CHANGE `t3_fld1` `my_t3_fld1` MEDIUMTEXT; + +--echo # With non-strict mode +SET SQL_MODE=''; + +ALTER TABLE t1 CHANGE `t1_fld1` `my_t1_fld1` TINYTEXT; +ALTER TABLE t2 CHANGE `t2_fld1` `my_t2_fld1` TEXT; +ALTER TABLE t3 CHANGE `t3_fld1` `my_t3_fld1` MEDIUMTEXT; + +SELECT LENGTH(my_t1_fld1) FROM t1; +SELECT LENGTH(my_t2_fld1) FROM t2; +SELECT LENGTH(my_t3_fld1) FROM t3; + +# Cleanup +--disconnect con1 +--source include/wait_until_disconnected.inc + +--connection default +DROP TABLE t1, t2, t3; + +SET SQL_MODE=default; +SET GLOBAL max_allowed_packet=default; + # # Test of ALTER TABLE IF [NOT] EXISTS # diff --git a/mysql-test/t/create_or_replace.test b/mysql-test/t/create_or_replace.test index c1441d218cfb8cca2178ef7b6af1ee10a026063c..4b16766374219c242696ee2235fd6cc46efc2c7d 100644 --- a/mysql-test/t/create_or_replace.test +++ b/mysql-test/t/create_or_replace.test @@ -421,3 +421,48 @@ UNLOCK TABLES; DROP FUNCTION f1; DROP TABLE t1; + + +--echo # +--echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null || +--echo # table->pos_in_locked_tables->table == table' failed in +--echo # mark_used_tables_as_free_for_reuse +--echo # +CREATE TABLE t1 (a INT); +CREATE TABLE t2 (b INT); +CREATE TABLE t3 (c INT); + +CREATE TRIGGER tr1 BEFORE INSERT ON t3 FOR EACH ROW INSERT INTO t1 VALUES (); +CREATE TRIGGER tr2 BEFORE INSERT ON t2 FOR EACH ROW INSERT INTO t3 SELECT * FROM t1; + +LOCK TABLE t1 WRITE, t2 WRITE; +CREATE OR REPLACE TABLE t1 (i INT); +UNLOCK TABLES; +INSERT INTO t2 VALUES (1); + +# Cleanup +DROP TABLE t1, t2, t3; + +--echo # +--echo # MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed in +--echo # Locked_tables_list::unlock_locked_tables +--echo # +CREATE TEMPORARY TABLE t1(a INT) ENGINE=InnoDB; +CREATE TEMPORARY TABLE t2(a INT); +CREATE TABLE t3(a INT); +LOCK TABLE t2 WRITE; +SELECT * FROM t2; +# drops t2 +--error ER_INVALID_DEFAULT +CREATE OR REPLACE TEMPORARY TABLE t1(c INT DEFAULT ''); +# make sure we didn't leave locked tables mode +--error ER_TABLE_NOT_LOCKED +SELECT * FROM t3; +# drops t1 +--error ER_INVALID_DEFAULT +CREATE OR REPLACE TEMPORARY TABLE t2(c INT DEFAULT ''); +# make sure we didn't leave locked tables mode +--error ER_TABLE_NOT_LOCKED +SELECT * FROM t3; +UNLOCK TABLES; +DROP TABLE t3; diff --git a/mysql-test/t/ctype_uca.test b/mysql-test/t/ctype_uca.test index 7406bafc5e6c9e1e4e49d1121c9ad24b1528bfde..83651b1843543d311f5c5de6b673b10ba83c44b2 100644 --- a/mysql-test/t/ctype_uca.test +++ b/mysql-test/t/ctype_uca.test @@ -618,6 +618,24 @@ EXPLAIN EXTENDED SELECT * FROM t1 WHERE a='oe' AND a='oe' COLLATE utf8_german2_c EXPLAIN EXTENDED SELECT * FROM t1 WHERE a='oe' COLLATE utf8_german2_ci AND a='oe'; DROP TABLE t1; +--echo # +--echo # MDEV-17064 LIKE function has error behavior on the fields in which the collation is xxx_unicode_xx +--echo # + +CREATE TABLE t1 (name VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci); +INSERT INTO t1 VALUES ('radio! test'); +SELECT * FROM t1 WHERE name LIKE '%!!%' ESCAPE '!'; +ALTER TABLE t1 CHANGE COLUMN name name VARCHAR(20) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci'; +SELECT * FROM t1 WHERE name LIKE '%!!%' ESCAPE '!'; +DROP TABLE t1; + +CREATE TABLE t1 (name VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci); +INSERT INTO t1 VALUES ('radio! test'); +SELECT name LIKE '%!!%' ESCAPE '!' AS c1, + name LIKE '%!!%' COLLATE utf8_general_ci ESCAPE '!' AS c2 +FROM t1; +DROP TABLE t1; + --echo # --echo # End of MariaDB-10.0 tests --echo # diff --git a/mysql-test/t/derived_opt.test b/mysql-test/t/derived_opt.test index 7f19553e4e52b41123729f85f5952429e7abeea8..aab95f69f2616d94fdd5f470b85265a88e2eec35 100644 --- a/mysql-test/t/derived_opt.test +++ b/mysql-test/t/derived_opt.test @@ -363,5 +363,43 @@ set join_cache_level=@tmp_jcl; set optimizer_switch=@tmp_os; drop table t1, t2; +--echo # +--echo # Bug mdev-17382: equi-join of derived table with join_cache_level=4 +--echo # + +CREATE TABLE t1 ( + id int NOT NULL, + amount decimal DEFAULT NULL, +PRIMARY KEY (id) +); + +CREATE TABLE t2 ( + id int NOT NULL, + name varchar(50) DEFAULT NULL, +PRIMARY KEY (id) +); + +INSERT INTO t1 VALUES +(1, 10.0000), (2, 20.0000), (3, 30.0000), (4, 40.0000), +(5, NULL), (6, NULL), (7, 70.0000), (8, 80.0000); + +INSERT INTO t2 VALUES +(1,'A'), (2,'B'), (3,'C'), (4,'D'), (5, NULL), (6, NULL), +(7,'E'), (8,'F'), (9,'G'), (10,'H'), (11, NULL), (12, NULL); + +set join_cache_level=4; + +EXPLAIN +SELECT t2.id,t2.name,t.total_amt + FROM t2 + LEFT JOIN + (SELECT id, sum(amount) total_amt FROM t1 GROUP BY id) AS t + ON t2.id=t.id + WHERE t2.id < 3; + +set join_cache_level=default; + +DROP TABLE t1,t2; + # The following command must be the last one the file set optimizer_switch=@exit_optimizer_switch; diff --git a/mysql-test/t/flush.test b/mysql-test/t/flush.test index a1df9359d30ab0e68ffdf3b837c1c310deb9c62a..7736574b7df766a5cf31466e2bfa15a44f768db1 100644 --- a/mysql-test/t/flush.test +++ b/mysql-test/t/flush.test @@ -709,3 +709,35 @@ DROP TABLE t1; flush relay logs,relay logs; --error ER_WRONG_USAGE flush slave,slave; + +--echo # +--echo # MDEV-15890 Strange error message if you try to +--echo # FLUSH TABLES after LOCK TABLES . +--echo # + +CREATE TABLE t1 (qty INT, price INT); +CREATE VIEW v1 AS SELECT qty, price, qty*price AS value FROM t1; + +LOCK TABLES v1 READ; +--error ER_TABLE_NOT_LOCKED_FOR_WRITE +FLUSH TABLES v1; +UNLOCK TABLES; + +LOCK TABLES v1 WRITE; +--error ER_TABLE_NOT_LOCKED_FOR_WRITE +FLUSH TABLES v1; +UNLOCK TABLES; + +LOCK TABLES v1 READ; +--error ER_TABLE_NOT_LOCKED_FOR_WRITE +FLUSH TABLES t1; +UNLOCK TABLES; + +LOCK TABLES t1 READ; +--error ER_TABLE_NOT_LOCKED +FLUSH TABLES v1; +UNLOCK TABLES; + +DROP VIEW v1; +DROP TABLE t1; + diff --git a/mysql-test/t/func_concat.test b/mysql-test/t/func_concat.test index 69dd2c4063e5381cf853ad96ff1828c8d9226dff..e1bda4be29e6be6cbd29dd9c144708bdcc7c9e98 100644 --- a/mysql-test/t/func_concat.test +++ b/mysql-test/t/func_concat.test @@ -242,3 +242,25 @@ SET optimizer_switch=@save_optimizer_switch; --echo # SELECT UNHEX(CONCAT('414C2', HEX(8 + ROUND(RAND()*7)), SUBSTR(SHA(UUID()),6,33),HEX(2+ROUND(RAND()*8)))) IS NULL AS c1; + + +--echo # +--echo # MDEV-13119 Wrong results with CAST(AS CHAR) and subquery +--echo # + +SET optimizer_switch=_utf8'derived_merge=on'; +CREATE TABLE t1 (t VARCHAR(10) CHARSET latin1); +INSERT INTO t1 VALUES('abcdefghi'); +SELECT CONCAT(t2,'-',t2) c2 FROM (SELECT CAST(t AS CHAR CHARACTER SET utf8) t2 FROM t1) sub; +DROP TABLE t1; +SET optimizer_switch=@save_optimizer_switch; + + +--echo # +--echo # MDEV-13120 Wrong results with MAKE_SET() and subquery +--echo # + +CREATE TABLE t1 (t VARCHAR(10) CHARSET latin1); +INSERT INTO t1 VALUES('abcdefghi'); +SELECT CONCAT(t2,'-',t2) c2 FROM (SELECT MAKE_SET(3,t,t) t2 FROM t1) sub; +DROP TABLE t1; diff --git a/mysql-test/t/func_isnull.test b/mysql-test/t/func_isnull.test index 4c59fa3cbe8c729977b26c2ef94d2671843c8c21..7d1a7e83a1a9cd5e6c12911e23ef467e79814d66 100644 --- a/mysql-test/t/func_isnull.test +++ b/mysql-test/t/func_isnull.test @@ -83,6 +83,22 @@ SELECT * FROM t2 LEFT JOIN v1 ON t2.d1=v1.d1 WHERE v1.d1 IS NULL; DROP VIEW v1; DROP TABLE t1,t2; + +--echo # +--echo # MDEV-15475: Assertion `!table || (!table->read_set || +--echo # bitmap_is_set(table->read_set, field_index))' +--echo # failed on EXPLAIN EXTENDED with constant table and view +--echo # + +CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM; +CREATE VIEW v1 AS SELECT * FROM t1; +INSERT INTO t1 VALUES (1); +EXPLAIN EXTENDED SELECT ISNULL(pk) FROM v1; +EXPLAIN EXTENDED SELECT IFNULL(pk,0) FROM v1; +# Cleanup +DROP VIEW v1; +DROP TABLE t1; + --echo # --echo # End of 5.5 tests --echo # diff --git a/mysql-test/t/func_time.test b/mysql-test/t/func_time.test index 380822130045c513dbd161e2282b84f780c9a6bc..0a4b85c2a814462dd2dfc808688380d284a686b3 100644 --- a/mysql-test/t/func_time.test +++ b/mysql-test/t/func_time.test @@ -1701,6 +1701,59 @@ DO TO_DAYS(SEC_TO_TIME(TIME(CEILING(UUID())))); DO TO_DAYS(SEC_TO_TIME(MAKEDATE('',RAND(~(''))))); SELECT SEC_TO_TIME(MAKEDATE(0,RAND(~0))); +# +# MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_str +# +SELECT PERIOD_DIFF(2018, AES_ENCRYPT('Rae Bareli', 'Rae Bareli')); + + +--echo # +--echo # MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result +--echo # + +--vertical_results +SELECT + MAKETIME(1e10,0,0), + MAKETIME(-1e10,0,0), + MAKETIME(1e50,0,0), + MAKETIME(-1e50,0,0), + MAKETIME(COALESCE(1e50),0,0), + MAKETIME(COALESCE(-1e50),0,0); +--horizontal_results + +CREATE TABLE t1 (a FLOAT); +INSERT INTO t1 VALUES (1e30),(-1e30); +SELECT MAKETIME(a,0,0) FROM t1; +DROP TABLE t1; + +--echo # +--echo # MDEV-17244 MAKETIME(900,0,0.111) returns a wrong result +--echo # + +SELECT MAKETIME(900,0,0); +SELECT MAKETIME(900,0,0.1); +SELECT MAKETIME(900,0,0.11); +SELECT MAKETIME(900,0,0.111); +SELECT MAKETIME(900,0,0.1111); +SELECT MAKETIME(900,0,0.11111); +SELECT MAKETIME(900,0,0.111111); +SELECT MAKETIME(900,0,0.1111111); +SELECT MAKETIME(900,0,0.11111111); +SELECT MAKETIME(900,0,0.111111111); +SELECT MAKETIME(900,0,EXP(1)); + +SELECT MAKETIME(-900,0,0); +SELECT MAKETIME(-900,0,0.1); +SELECT MAKETIME(-900,0,0.11); +SELECT MAKETIME(-900,0,0.111); +SELECT MAKETIME(-900,0,0.1111); +SELECT MAKETIME(-900,0,0.11111); +SELECT MAKETIME(-900,0,0.111111); +SELECT MAKETIME(-900,0,0.1111111); +SELECT MAKETIME(-900,0,0.11111111); +SELECT MAKETIME(-900,0,0.111111111); +SELECT MAKETIME(-900,0,EXP(1)); + --echo # --echo # End of 5.5 tests diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test index ca43e8d4e2f93669ae673a883cc4d8b6a3a9ca1c..9decb5604e8a7f1203ba6d5acfc83cc2ffec4528 100644 --- a/mysql-test/t/gis.test +++ b/mysql-test/t/gis.test @@ -1478,6 +1478,21 @@ SELECT LENGTH(CONCAT(t2,'--',t2)) c2 FROM (SELECT ST_BUFFER(POINT(x,y), 0) t2 FR DROP TABLE t1; SET optimizer_switch=@save_optimizer_switch; +--echo # +--echo # MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query with +--echo # optimizer_use_condition_selectivity>=3 +--echo # + +CREATE TABLE t1 (a POINT); +INSERT INTO t1 VALUES (POINT(1,1)),(POINT(1,2)),(POINT(1,3)); +set @save_use_stat_tables= @@use_stat_tables; +set @save_optimizer_use_condition_selectivity= @@optimizer_use_condition_selectivity; +set @@use_stat_tables= PREFERABLY; +set @@optimizer_use_condition_selectivity=3; +SELECT COUNT(*) FROM t1 WHERE a IN ('test','test1'); +set @@use_stat_tables= @save_use_stat_tables; +set @@optimizer_use_condition_selectivity= @save_optimizer_use_condition_selectivity; +drop table t1; --echo # --echo # End 10.0 tests diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index 837484c69291f4bc9802a4cfd96246cef23dca97..e4a7d62f85e6ee0184fac65b7d5a9acaab45128c 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -2234,6 +2234,28 @@ DROP USER foo@'127.0.0.1'; --echo # End of Bug#12766319 +# +# Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) IN SHOW_ROUTINE_GRANTS +# +create user foo@localhost; +create database foodb; +grant create routine on foodb.* to foo@localhost; +connect con1,localhost,foo; +create procedure fooproc() select 'i am fooproc'; +show grants; +disconnect con1; +connection default; +rename table mysql.procs_priv to mysql.procs_priv1; +flush privileges; +show grants for foo@localhost; +rename table mysql.procs_priv1 to mysql.procs_priv; +show grants for foo@localhost; +flush privileges; +show grants for foo@localhost; +drop user foo@localhost; +drop procedure fooproc; +drop database foodb; + --echo # --echo # Bug#11756966 - 48958: STORED PROCEDURES CAN BE LEVERAGED TO BYPASS diff --git a/mysql-test/t/group_min_max.test b/mysql-test/t/group_min_max.test index b0bc42d7f8c9384f6661201f8ba0794e0a705440..e8245dd2898c5955c5e2492a3c05993b0fe05ade 100644 --- a/mysql-test/t/group_min_max.test +++ b/mysql-test/t/group_min_max.test @@ -1519,6 +1519,23 @@ ALTER TABLE t1 ADD KEY(id,a); SELECT id,MIN(a),MAX(a) FROM t1 WHERE a>=DATE'2001-01-04' GROUP BY id; DROP TABLE t1; +--echo # +--echo # MDEV-17039: Query plan changes when we use GROUP BY optimization with optimizer_use_condition_selectivity=4 +--echo # and use_stat_tables= PREFERABLY +--echo # + +CREATE TABLE t1 (a INT, b INT,c INT DEFAULT 0, INDEX (a,b)); +INSERT INTO t1 (a, b) VALUES (1,1), (1,2), (1,3), (1,4), (1,5), +(2,2), (2,3), (2,1), (3,1), (4,1), (4,2), (4,3), (4,4), (4,5), (4,6); +set @save_optimizer_use_condition_selectivity= @@optimizer_use_condition_selectivity; +set @save_use_stat_tables= @@use_stat_tables; +set @@optimizer_use_condition_selectivity=4; +set @@use_stat_tables=PREFERABLY; +explain extended SELECT a FROM t1 AS t1_outer WHERE a IN (SELECT max(b) FROM t1 GROUP BY a); +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; +set @@use_stat_tables=@save_use_stat_tables; +explain extended SELECT a FROM t1 AS t1_outer WHERE a IN (SELECT max(b) FROM t1 GROUP BY a); +drop table t1; --echo # --echo # End of 10.0 tests @@ -1608,6 +1625,33 @@ explain select min(a) from t1 where a between "a" and "Cafeeeeeeeeeeeeeeeeeeeeee explain select min(a) from t1 where a between "abbbbbbbbbbbbbbbbbbbb" and "Cafe2"; drop table t1; +--echo # +--echo # MDEV-15433: Optimizer does not use group by optimization with distinct +--echo # + +CREATE TABLE t1 (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, a INT NOT NULL, KEY(a)); +--disable_query_log +INSERT INTO t1(a) VALUES (1), (2), (3), (4); +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +INSERT INTO t1(a) SELECT a FROM t1; +--enable_query_log +OPTIMIZE TABLE t1; +EXPLAIN SELECT DISTINCT a FROM t1; +SELECT DISTINCT a FROM t1; +drop table t1; + --echo # --echo # End of 10.1 tests --echo # diff --git a/mysql-test/t/join.test b/mysql-test/t/join.test index 8a088de91cc48dffba011fd994909c04520c8a33..3d2a02e23466436e2c0d0f6c48d920f8559c0fba 100644 --- a/mysql-test/t/join.test +++ b/mysql-test/t/join.test @@ -1185,12 +1185,13 @@ CREATE TABLE t (f INT); # # The following shouldn't fail as the table is now matching the using # ---error ER_BAD_FIELD_ERROR CALL p; DROP TABLE t; CREATE TABLE t (i INT); --error ER_BAD_FIELD_ERROR CALL p; +--error ER_BAD_FIELD_ERROR +CALL p; DROP PROCEDURE p; DROP TABLE t; diff --git a/mysql-test/t/lowercase_fs_off.test b/mysql-test/t/lowercase_fs_off.test index b8a9795db9ace0a7362192c8299463d079da3309..7c5811f9cc3a7c3ca101eafb56be7df9c1fba694 100644 --- a/mysql-test/t/lowercase_fs_off.test +++ b/mysql-test/t/lowercase_fs_off.test @@ -105,6 +105,18 @@ RENAME TABLE t1 TO T1; ALTER TABLE T1 RENAME t1; DROP TABLE t1; +# +# MDEV-13912 mysql_upgrade: case (in)sensitivity for stored procedures +# +create database TEST; +create procedure TEST.pr() begin end; +create procedure test.pr() begin end; +--exec $MYSQL_UPGRADE --force 2>&1 +drop procedure test.pr; +drop database TEST; + +# End of 5.5 tests + # # MDEV-9014 SHOW TRIGGERS not case sensitive # @@ -113,4 +125,7 @@ create trigger t1_bi before insert on t1 for each row set new.a= 1; show triggers like '%T1%'; drop table t1; +let $datadir= `select @@datadir`; +remove_file $datadir/mysql_upgrade_info; + set GLOBAL sql_mode=default; diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index fc2ae849aa61b38b72d2e3a9faff4441fa51b8f6..e3219c215176ccf7c676ce7388bce748a1427ae3 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -638,10 +638,7 @@ EOF --echo # End of 10.1 tests --echo # ---error 1 ---exec $MYSQL --default-character-set=utf8 -e "select 1" "test😠" 2>&1 ---error 1 ---exec $MYSQL --default-character-set=binary -e "select 1" "test😠" 2>&1 + --write_file $MYSQLTEST_VARDIR/tmp/mdev-6572.sql SET NAMES utf8; USE test😠; diff --git a/mysql-test/t/mysql_not_windows.test b/mysql-test/t/mysql_not_windows.test index 591de74cbbf479c4ecd65bfdfc0095c3230bb980..816160c4f3e8595b980716b1722bc130135e876a 100644 --- a/mysql-test/t/mysql_not_windows.test +++ b/mysql-test/t/mysql_not_windows.test @@ -22,3 +22,10 @@ exec $MYSQL test -e "select let $query = select 3 as X; exec $MYSQL test -e "$query"; + +# Not ran on Windows, since non-ASCII does not work on command line. +# (MDEV-16220) +--error 1 +--exec $MYSQL --default-character-set=utf8 -e "select 1" "test😠" 2>&1 +--error 1 +--exec $MYSQL --default-character-set=binary -e "select 1" "test😠" 2>&1 diff --git a/mysql-test/t/order_by_zerolength-4285.test b/mysql-test/t/order_by_zerolength-4285.test index 2fb58edd36d19bc7c3f6eaede7316878ded5fe19..9533f2cc62e06835ed5c76f297f27d367e070378 100644 --- a/mysql-test/t/order_by_zerolength-4285.test +++ b/mysql-test/t/order_by_zerolength-4285.test @@ -6,3 +6,16 @@ insert into t1 values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10); select * from t1 order by now(), cast(pk as char(0)); drop table t1; +--echo # +--echo # MDEV-17020: Assertion `length > 0' failed in ptr_compare upon ORDER BY with bad conversion +--echo # + +set @save_sql_mode= @@sql_mode; +SET @@sql_mode= ''; +CREATE TABLE t1 (pk INT PRIMARY KEY); +INSERT INTO t1 VALUES (1),(2); +explain +SELECT * FROM t1 ORDER BY 'foo', CONVERT(pk, CHAR(0)) LIMIT 2; +SELECT * FROM t1 ORDER BY 'foo', Cast(pk as CHAR(0)) LIMIT 2; +set @@sql_mode= @save_sql_mode; +drop table t1; diff --git a/mysql-test/t/partition_explicit_prune.test b/mysql-test/t/partition_explicit_prune.test index 68b829fbcc308145d362f3582cc445e6b1f9b32d..b8b6e480ce9ceda333af2e7075885ef02dbefbe3 100644 --- a/mysql-test/t/partition_explicit_prune.test +++ b/mysql-test/t/partition_explicit_prune.test @@ -858,3 +858,22 @@ CREATE TABLE t2 LIKE t1 PARTITION (p0, p2); DROP TABLE t1; SET @@default_storage_engine = @old_default_storage_engine; + + +--echo # +--echo # MDEV-14815 - Server crash or AddressSanitizer errors or valgrind warnings in thr_lock / has_old_lock upon FLUSH TABLES +--echo # +CREATE TABLE t1 (i INT) ENGINE=MEMORY PARTITION BY RANGE (i) (PARTITION p0 VALUES LESS THAN (4), PARTITION pm VALUES LESS THAN MAXVALUE); +CREATE TABLE t2 (i INT) ENGINE=MEMORY; +LOCK TABLE t1 WRITE, t2 WRITE; +SELECT * FROM t1 PARTITION (p0); +FLUSH TABLES; +SELECT * FROM t1 PARTITION (p0); +ALTER TABLE t1 TRUNCATE PARTITION p0; +SELECT * FROM t1 PARTITION (p0); +ALTER TABLE t1 EXCHANGE PARTITION p0 WITH TABLE t2; +SELECT * FROM t1 PARTITION (p0); +UNLOCK TABLES; + +# Cleanup +DROP TABLE t1, t2; diff --git a/mysql-test/t/selectivity.test b/mysql-test/t/selectivity.test index cf12bdaea219d44675ec8702775f87ff35c564b4..3df494563322339e67a7de8d2051464a036486e6 100644 --- a/mysql-test/t/selectivity.test +++ b/mysql-test/t/selectivity.test @@ -1066,3 +1066,39 @@ drop table t1,t0; set histogram_size=@save_histogram_size; set optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; + +--echo # +--echo # MDEV-15306: Wrong/Unexpected result with the value +--echo # optimizer_use_condition_selectivity set to 4 +--echo # + +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); + +delimiter |; +CREATE FUNCTION f1() RETURNS INT DETERMINISTIC +BEGIN + SET @cnt := @cnt + 1; + RETURN 1; +END;| +delimiter ;| +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @save_use_stat_tables= @@use_stat_tables; +set @@use_stat_tables='complementary'; +set @@optimizer_use_condition_selectivity=4; +SET @cnt= 0; +SELECT * FROM t1 WHERE a = f1(); +SELECT @cnt; + +set @@use_stat_tables='preferably'; +analyze table t1 persistent for all; +SET @cnt := 0; +set @@optimizer_use_condition_selectivity=4; +SELECT * FROM t1 WHERE a = f1(); +SELECT @cnt; +alter table t1 force; +set @@use_stat_tables= @save_use_stat_tables; +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; +drop table t1; +drop function f1; + diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test index a5df4859d6b3f0e76d19ac2b59e5eec39cb2544d..417e3a3050a0673a4904469425b5e7b64c70d877 100644 --- a/mysql-test/t/sp-security.test +++ b/mysql-test/t/sp-security.test @@ -1005,6 +1005,34 @@ disconnect con2; DROP USER user2@localhost; DROP DATABASE db1; +# +# Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THE INSERT PRIVILEGES FOR MYSQL.USER TABLE +# +create user foo@local_ost; +# +# Create a user with an authentification plugin 'foobar'. +# Instead of using a normal "CREATE USER IDENTIFIED VIA " +# we do CREATE (without VIA) followed by UPDATE and FLUSH. +# This is to avoid installing a real plugin and thus avoid the test dependency. +# We won't login under this user in the below test, so this is fine. +# +create user foo@`local\_ost`; +update mysql.user set plugin='foobar' where host='local\\_ost'; +flush privileges; +create database foodb; +grant create routine on foodb.* to foo@local_ost; +connect con1,localhost,foo; +select user(), current_user(); +show grants; +create procedure fooproc() select 'i am fooproc'; +show grants; +disconnect con1; +connection default; +drop user foo@local_ost; +drop user foo@`local\_ost`; +drop procedure fooproc; +drop database foodb; + --echo # --echo # Test for bug#12602983 - User without privilege on routine can discover --echo # its existence by executing "select non_existing_func();" or by diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index 467d3b5a7d4c9bac04ea68ecf7220c058314b699..2cdcc860506632970b87a66f288ceacb37b511f9 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -9349,6 +9349,27 @@ where 1=1; drop function if exists f1; drop table t1,t2; +--echo # +--echo # MDEV-16957: Server crashes in Field_iterator_natural_join::next +--echo # upon 2nd execution of SP +--echo # + +CREATE TABLE t1 (a INT, b VARCHAR(32)); +CREATE PROCEDURE sp() SELECT * FROM t1 AS t1x JOIN t1 AS t1y USING (c); +--error ER_BAD_FIELD_ERROR +CALL sp; +--error ER_BAD_FIELD_ERROR +CALL sp; +--error ER_BAD_FIELD_ERROR +CALL sp; +alter table t1 add column c int; +CALL sp; + +# Cleanup +DROP PROCEDURE sp; +DROP TABLE t1; + + --echo # End of 5.5 test --echo # diff --git a/mysql-test/t/stat_tables.test b/mysql-test/t/stat_tables.test index 2c9c1eca7d38676840208f3ec33ed5fd73190092..85a109873005714634b5f374e7895613fd48dadc 100644 --- a/mysql-test/t/stat_tables.test +++ b/mysql-test/t/stat_tables.test @@ -358,50 +358,17 @@ DROP TABLE t1; set use_stat_tables=@save_use_stat_tables; --echo # ---echo # MDEV-16757: manual addition of min/max statistics for BLOB ---echo # - -SET use_stat_tables= PREFERABLY; - -CREATE TABLE t1 (pk INT PRIMARY KEY, t TEXT); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; ---sorted_result -SELECT * FROM mysql.column_stats; -DELETE FROM mysql.column_stats - WHERE db_name='test' AND table_name='t1' AND column_name='t'; -INSERT INTO mysql.column_stats VALUES - ('test','t1','t','bar','foo', 0.0, 3.0, 1.0, 0, NULL, NULL); ---sorted_result -SELECT * FROM mysql.column_stats; - -SELECT pk FROM t1; - -DROP TABLE t1; - -set use_stat_tables=@save_use_stat_tables; - ---echo # ---echo # MDEV-16760: CREATE OR REPLACE TABLE after ANALYZE TABLE +--echo # MDEV-17023: Crash during read_histogram_for_table with optimizer_use_condition_selectivity set to 4 --echo # -SET use_stat_tables= PREFERABLY; - -CREATE TABLE t1 (pk int PRIMARY KEY, c varchar(32)); -INSERT INTO t1 VALUES (1,'foo'),(2,'bar'); -ANALYZE TABLE t1; -SELECT * FROM t1; -SELECT * FROM mysql.column_stats; - -CREATE OR REPLACE TABLE t1 (pk int PRIMARY KEY, a char(7)); -SELECT * FROM t1; -SELECT * FROM mysql.column_stats; - -DROP TABLE t1; - +set @save_optimizer_use_condition_selectivity=@@optimizer_use_condition_selectivity; +set @@optimizer_use_condition_selectivity=4; +set @@use_stat_tables= PREFERABLY; +explain +SELECT * FROM INFORMATION_SCHEMA.PROFILING, mysql.user; +set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity; set use_stat_tables=@save_use_stat_tables; - --echo # --echo # MDEV-16711:CREATE OR REPLACE TABLE introducing BLOB column --echo # diff --git a/mysql-test/t/subselect_extra_no_semijoin.test b/mysql-test/t/subselect_extra_no_semijoin.test index 8aba3dde72b05721037594074038bb48389b3b4e..d8809c7f9814651afd03326aad0a86674d4e8a0b 100644 --- a/mysql-test/t/subselect_extra_no_semijoin.test +++ b/mysql-test/t/subselect_extra_no_semijoin.test @@ -6,4 +6,33 @@ set @optimizer_switch_for_subselect_extra_test='semijoin=off,firstmatch=off,loo set optimizer_switch= @subselect_extra_no_sj_tmp; -set @optimizer_switch_for_subselect_extra_test=null; \ No newline at end of file +set @optimizer_switch_for_subselect_extra_test=null; + +--echo # +--echo # MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset +--echo # + +## Using a separate client connection is easier than restoring state +connect(con1,localhost,root,,); + +SET NAMES tis620; +set @tmp= @@global.slow_query_log; +SET GLOBAL slow_query_log = 1; +SET long_query_time = 0.000001; +SET log_slow_verbosity = 'explain'; + +CREATE TABLE t1 (a VARCHAR(3)) ENGINE=MyISAM; +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo'); +--error ER_CANT_AGGREGATE_2COLLATIONS +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo' UNION SELECT 'bar' ); + +create table t2 (b int); +insert into t2 values (1),(2),(3); + +--error ER_CANT_AGGREGATE_2COLLATIONS +SELECT * FROM t1 WHERE a >= ANY ( SELECT 'foo' FROM t2); + +drop table t1,t2; +SET GLOBAL slow_query_log=@tmp; +disconnect con1; +connection default; diff --git a/mysql-test/t/type_datetime.test b/mysql-test/t/type_datetime.test index 6b752b1a978cf403cc19c15c62a690f5f865d4cd..f16613d18a14907ea48b0ac7d4172bd0edf4037e 100644 --- a/mysql-test/t/type_datetime.test +++ b/mysql-test/t/type_datetime.test @@ -175,12 +175,12 @@ set @@sql_mode= @org_mode; ## ( Bug#29290 type_datetime.test failure in 5.1 ) ## Therefore we sleep a bit if we are too close to midnight. ## The complete test itself needs around 1 second. -## Therefore a time_distance to midnight of 5 seconds should be sufficient. -if (`SELECT CURTIME() > SEC_TO_TIME(24 * 3600 - 5)`) +## Therefore a time_distance to midnight of 10 seconds should be sufficient. +if (`SELECT CURTIME() > SEC_TO_TIME(24 * 3600 - 10)`) { - # We are here when CURTIME() is between '23:59:56' and '23:59:59'. - # So a sleep time of 5 seconds brings us between '00:00:01' and '00:00:04'. - --real_sleep 5 + # We are here when CURTIME() is between '23:59:51' and '23:59:59'. + # So a sleep time of 10 seconds brings us between '00:00:01' and '00:00:09'. + --real_sleep 10 } create table t1 (f1 date, f2 datetime, f3 timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP); insert into t1(f1) values(curdate()); diff --git a/mysql-test/t/type_float.test b/mysql-test/t/type_float.test index 3717dc028bade23042c5f8708bca282046fe0ec8..228812c2ae5cdfb02fa9e49608a90ac7f2486e12 100644 --- a/mysql-test/t/type_float.test +++ b/mysql-test/t/type_float.test @@ -332,6 +332,36 @@ eval select concat((truncate((-1.7976931348623157E+307),(0x1e))), select format(truncate('1.7976931348623157E+308',-12),1,'fr_BE') as foo; + +--echo # +--echo # MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result +--echo # + +SELECT LEFT('a',EXP(50)); +SELECT LEFT('a', COALESCE(1e30)); + +CREATE TABLE t1 (a FLOAT); +INSERT INTO t1 VALUES (1e30); +SELECT LEFT('a',a), LEFT('a',1e30) FROM t1; +DROP TABLE t1; + +PREPARE stmt FROM 'SELECT LEFT(111,?)'; +SET @a=1e30; +EXECUTE stmt USING @a; +DEALLOCATE PREPARE stmt; + +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1),(2),(3); +SELECT LEFT('a',(SELECT 1e30 FROM t1 LIMIT 1)); +DROP TABLE t1; + +CREATE TABLE t1 (a DOUBLE); +INSERT INTO t1 VALUES (1e30),(0); +SELECT LEFT('a', SUM(a)) FROM t1; +SELECT LEFT('a', AVG(a)) FROM t1; +DROP TABLE t1; + + --echo # --echo # Bug #13500371 63704: CONVERSION OF '1.' TO A NUMBER GIVES ERROR 1265 --echo # (WARN_DATA_TRUNCATED) diff --git a/mysql-test/t/type_newdecimal.test b/mysql-test/t/type_newdecimal.test index 6fb8fd4f97d21b5d25dae395e964eb8e0ffa8f2b..03e558319721bb30d308b000615d558d6d306f65 100644 --- a/mysql-test/t/type_newdecimal.test +++ b/mysql-test/t/type_newdecimal.test @@ -1581,8 +1581,51 @@ select 0.000000000000000000000000000000000000000000000000001 mod 1; select 0.0000000001 mod 1; select 0.01 mod 1; +# +# MDEV-17256 Decimal field multiplication bug +# + +CREATE TABLE t1 ( + `FLD1` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD2` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD3` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD4` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD5` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD6` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD7` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD8` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD9` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD10` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD11` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD12` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD13` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD14` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD15` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD16` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD17` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD18` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD19` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD20` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD21` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD22` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000, + `FLD23` decimal(7,4) unsigned zerofill NOT NULL DEFAULT 001.0000 +); + +INSERT INTO t1 VALUES (001.0760,000.9500,001.0000,001.0000,001.0000, + 001.0000,001.0000,001.0000,001.0000,001.0000,001.0000,000.5949,001.0194, + 001.0000,001.0000,001.0000,001.0000,001.0000,001.0000,000.9220,001.1890,001.2130,327.2690); + +select FLD1*FLD2*FLD3*FLD4*FLD5*FLD6*FLD7*FLD8*FLD9*FLD10*FLD11*FLD12*FLD13*FLD14*FLD15*FLD16*FLD17*FLD18*FLD19*FLD20*FLD21*FLD22*FLD23 as calc1 from t1; +select FLD23*FLD2*FLD1*FLD4*FLD5*FLD11*FLD12*FLD13*FLD3*FLD15*FLD16*FLD17*FLD18*FLD19*FLD20*FLD21*FLD22*FLD14*FLD6*FLD7*FLD8*FLD9*FLD10 as calc2 from t1; + +DROP TABLE t1; + +CREATE TABLE t1 AS SELECT 1.0 * 2.000; +SHOW CREATE TABLE t1; +DROP TABLE t1; + --echo # ---echo # Start of 10.0 tests +--echo # End of 5.5 tests --echo # --echo # diff --git a/mysql-test/t/type_year.test b/mysql-test/t/type_year.test index d9fa2af1eb45989e5b46537a5dd0ba14db783725..c971c884fef9acd5b6258925253bbfede3007978 100644 --- a/mysql-test/t/type_year.test +++ b/mysql-test/t/type_year.test @@ -187,9 +187,16 @@ select a from t1 where a=b; # not a constant drop table t1; drop function y2k; +--echo # +--echo # MDEV-17257 Server crashes in Item::field_type_for_temporal_comparison or in get_datetime_value on SELECT with YEAR field and IN +--echo # + +CREATE TABLE t1 (y YEAR); +SELECT * FROM t1 WHERE y IN ( CAST( '1993-03-26 10:14:20' AS DATE ), NULL ); +DROP TABLE t1; --echo # ---echo # Start of 10.1 tests +--echo # End of 10.0 tests --echo # --echo # diff --git a/mysql-test/unstable-tests b/mysql-test/unstable-tests index c59b97257544b074f905e6b9a9b814183bcb2c42..d26ce111375913bae4ab38c7306437befeb90075 100644 --- a/mysql-test/unstable-tests +++ b/mysql-test/unstable-tests @@ -23,102 +23,75 @@ # ############################################################################## -# Based on 10.1 701f0b8e366f957e8256e4741ca48424c84b7234 +# Based on 10.1 a5cbdd63bc2ff25a52e2e10f84b6aaf59837dbae -main.alter_table : Modified in 10.1.34 +main.alter_table : Modified in 10.1.37 main.alter_table_trans : MDEV-12084 - timeout main.analyze_stmt_slow_query_log : MDEV-12237 - Wrong result -main.assign_key_cache : Added in 10.1.34 -main.assign_key_cache_debug : Added in 10.1.34 main.auth_named_pipe : MDEV-14724 - System error 2 -main.auto_increment : Modified in 10.1.35 -main.bootstrap : Modified in 10.1.35 -main.connect_debug : Added in 10.0.36 main.count_distinct2 : MDEV-11768 - timeout main.create_delayed : MDEV-10605 - failed with timeout -main.create_or_replace : Modified in 10.1.34 -main.ctype_binary : Modified in 10.1.35 -main.ctype_eucjpms : Modified in 10.1.35 -main.ctype_euckr : Modified in 10.1.35 -main.ctype_gbk : Modified in 10.1.35 -main.ctype_latin1 : Modified in 10.1.35 -main.ctype_ucs : Modified in 10.1.35 -main.ctype_ujis : Modified in 10.1.35 -main.ctype_utf16le : Modified in 10.1.35 -main.ctype_utf16 : MDEV-10675: timeout or extra warnings; modified in 10.1.35 -main.ctype_utf32 : Modified in 10.1.35 -main.ctype_utf8 : Modified in 10.1.35 -main.ctype_utf8mb4 : Modified in 10.1.35 +main.create_or_replace : Modified in 10.1.37 +main.ctype_uca : Modified in 10.1.37 +main.ctype_utf16 : MDEV-10675: timeout or extra warnings main.debug_sync : MDEV-10607 - internal error -main.derived : Modified in 10.1.35 -main.derived_opt : MDEV-11768 - timeout +main.derived_opt : MDEV-11768 - timeout; modified in 10.1.37 main.events_2 : MDEV-13277 - Server crash main.events_bugs : MDEV-12892 - Crash in fill_schema_processlist main.events_slowlog : MDEV-12821 - Wrong result main.events_restart : MDEV-12236 - Server shutdown problem -main.gis : MDEV-13411 - wrong result on P8 -main.grant : Modified in 10.1.35 -main.grant_not_windows : Added in 10.1.34 -main.grant2 : Modified in 10.0.36 -main.having : Modified in 10.1.35 +main.flush : Modified in 10.1.36 +main.func_concat : Modified in 10.1.37 +main.func_isnull : Modified in 10.1.36 +main.func_time : Modified in 10.1.37 +main.gis : MDEV-13411 - wrong result on P8; modified in 10.1.36 +main.grant : Modified in 10.1.37 +main.group_min_max : Modified in 10.1.36 main.host_cache_size_functionality : MDEV-10606 - sporadic failure on shutdown main.index_intersect_innodb : MDEV-10643 - failed with timeout main.index_merge_innodb : MDEV-7142 - Wrong execution plan, timeout with valgrind main.innodb_mysql_lock : MDEV-7861 - sporadic lock detection failure -main.insert_select : Modified in 10.1.34 -main.join : Modified in 10.1.35 -main.join_cache : Modified in 10.1.35 -main.join_outer : Modified in 10.1.35 +main.join : Modified in 10.1.36 main.kill_processlist-6619 : MDEV-10793 - wrong result in processlist -main.limit : Modified in 10.1.34 main.log_tables-big : MDEV-13408 - wrong result -main.max_statement_time : Modified in 10.1.35 +main.lowercase_fs_off : Modified in 10.1.37 main.mdev-504 : MDEV-10607 - sporadic "can't connect" main.mdev375 : MDEV-10607 - sporadic "can't connect" main.merge : MDEV-10607 - sporadic "can't connect" -main.myisam : Modified in 10.1.34 -main.mysql : Modified in 10.1.34 +main.mysql : Modified in 10.1.36 +main.mysql_not_windows : Modified in 10.1.36 main.mysql_client_test_nonblock : MDEV-15096 - exec failed -main.mysql_cp932 : Modified in 10.1.34 main.mysql_upgrade_noengine : MDEV-14355 - Plugin is busy -main.mysqldump : Modified in 10.1.34 main.mysqlhotcopy_myisam : MDEV-10995 - test hangs on debug build -main.mysqlslap : MDEV-11801 - timeout; modified in 10.1.34 +main.mysqlslap : MDEV-11801 - timeout main.mysqltest : MDEV-9269 - fails on Alpha -main.olap : Modified in 10.1.34 main.order_by_optimizer_innodb : MDEV-10683 - wrong execution plan +main.order_by_zerolength-4285 : Modified in 10.1.37 main.partition_debug_sync : MDEV-15669 - Deadlock found when trying to get lock +main.partition_explicit_prune : Modified in 10.1.37 main.partition_innodb_plugin : MDEV-12901 - Valgrind warnings -main.ps : MDEV-11017 - sporadic wrong Prepared_stmt_count; modified in 10.1.34 +main.ps : MDEV-11017 - sporadic wrong Prepared_stmt_count main.query_cache : MDEV-12895 - Wrong result main.query_cache_debug : MDEV-15281 - Resize or similar command in progress main.range_vs_index_merge_innodb : MDEV-15283 - Server has gone away -main.read_only_innodb : Modified in 10.1.34 -main.rename : Modified in 10.1.35 -main.selectivity : Modified in 10.1.34 +main.selectivity : Modified in 10.1.36 main.set_statement : MDEV-13183 - Wrong result main.show_explain : MDEV-10674 - sporadic failure -main.sp : Modified in 10.1.34 -main.sp-innodb : Modified in 10.0.36 +main.sp : Modified in 10.1.36 main.sp_notembedded : MDEV-10607 - internal error -main.sp-security : MDEV-10607 - sporadic "can't connect" -main.stat_tables : Modified in 10.1.35 +main.sp-security : MDEV-10607 - sporadic "can't connect"; modified in 10.1.37 +main.stat_tables : Modified in 10.1.37 main.stat_tables_par_innodb : MDEV-14155 - wrong rounding -main.statistics : Modified in 10.1.35 -main.statistics_close : Added in 10.1.34 main.status : MDEV-8510 - sporadic wrong result -main.subselect : Modified in 10.1.35 +main.subselect_extra_no_semijoin : Modified in 10.1.36 main.subselect_innodb : MDEV-10614 - sporadic wrong results -main.subselect_sj : Modified in 10.0.36 -main.subselect_sj_mat : Modified in 10.1.35 -main.subselect_sj2_mat : Modified in 10.1.35 -main.subselect4 : Modified in 10.0.36 main.tc_heuristic_recover : MDEV-15200 - wrong error on mysqld_stub_cmd -main.trigger : Modified in 10.1.34 main.type_blob : MDEV-15195 - Wrong result -main.type_datetime : MDEV-14322 - wrong result +main.type_datetime : Modified in 10.1.37 main.type_datetime_hires : MDEV-10687 - timeout -main.union : Modified in 10.1.35 +main.type_float : Modified in 10.1.37 +main.type_newdecimal : Modified in 10.1.37 +main.type_year : Modified in 10.1.37 main.xa : MDEV-11769 - lock wait timeout #---------------------------------------------------------------- @@ -132,14 +105,19 @@ archive-test_sql_discovery.discover : MDEV-16817 - Table marked as crashed #---------------------------------------------------------------- +auth_gssapi.basic : Modified in 10.1.37 + +#---------------------------------------------------------------- + binlog.binlog_commit_wait : MDEV-10150 - Error: too much time elapsed -binlog.binlog_flush_binlogs_delete_domain : MDEV-14431 - Wrong error code +binlog.binlog_flush_binlogs_delete_domain : Modified in 10.1.37 +binlog.binlog_incident : Modified in 10.1.36 binlog.binlog_killed : MDEV-12925 - Wrong result -binlog.binlog_tmp_table_row : Added in 10.1.35 binlog.binlog_xa_recover : MDEV-8517 - Extra checkpoint #---------------------------------------------------------------- +binlog_encryption.binlog_incident : Modified in 10.1.36 binlog_encryption.binlog_xa_recover : MDEV-12908 - Extra checkpoint binlog_encryption.encrypted_master : MDEV-12906 - Failed to sync binlog_encryption.rpl_parallel : MDEV-10653 - Timeout @@ -147,10 +125,12 @@ binlog_encryption.rpl_relayrotate : MDEV-15194 - Timeout binlog_encryption.rpl_semi_sync : MDEV-11220 - Wrong result, MDEV-11673 - Valgrind warning binlog_encryption.rpl_ssl : MDEV-14507 - Timeout on SLES 11.4 binlog_encryption.rpl_typeconv : MDEV-14362 - Lost connection to MySQL server during query +binlog.load_data_stm_view : MDEV-16948 - Wrong result #---------------------------------------------------------------- connect.pivot : MDEV-14803 - failed to discover table +connect.xml2 : Modified in 10.1.37 connect.zip : MDEV-13884 - Wrong result #---------------------------------------------------------------- @@ -158,25 +138,17 @@ connect.zip : MDEV-13884 - Wrong result encryption.create_or_replace : MDEV-16115 - Trying to access tablespace encryption.debug_key_management : MDEV-13841 - Timeout on wait condition encryption.encrypt_and_grep : MDEV-13765 - Wrong result -encryption.innodb-bad-key-change : Modified in 10.1.34 -encryption.innodb-bad-key-change2 : Modified in 10.1.34 -encryption.innodb-bad-key-change4 : Modified in 10.1.34 encryption.innodb-checksum-algorithm : MDEV-16896 - Server crash -encryption.innodb-compressed-blob : MDEV-14728 - Unable to get certificate; modified in 10.1.34 -encryption.innodb-discard-import : Modified in 10.1.34 -encryption.innodb-encryption-disable : Modified in 10.1.34 +encryption.innodb-compressed-blob : MDEV-14728 - Unable to get certificate encryption.innodb_encryption_discard_import : MDEV-16116 - Wrong result encryption.innodb_encryption-page-compression : MDEV-12630 - crash or assertion failure encryption.innodb_encryption_row_compressed : MDEV-16113 - Crash encryption.innodb_first_page : MDEV-10689 - Crash encryption.innodb-first-page-read : MDEV-14356 - Timeout on wait condition -encryption.innodb-force-corrupt : Modified in 10.1.34 encryption.innodb_lotoftables : MDEV-16111 - Wrong result -encryption.innodb-missing-key : Modified in 10.1.34 encryption.innodb-page_encryption : MDEV-10641 - mutex problem encryption.innodb-read-only : MDEV-14728 - Unable to get certificate; MDEV-16563 - Crash on startup -encryption.innodb-redo-badkey : MDEV-12898 - Server hang on startup; modified in 10.1.34 -encryption.innodb-redo-nokeys : Modified in 10.1.34 +encryption.innodb-redo-badkey : MDEV-12898 - Server hang on startup encryption.innodb-remove-encryption : MDEV-16493 - Timeout in wait condition encryption.innodb_scrub : MDEV-8139 - scrubbing tests need fixing encryption.innodb_scrub_background : MDEV-8139 - scrubbing tests need fixing @@ -190,7 +162,6 @@ engines/rr_trx.* : MDEV-10998 - tests not maintained #---------------------------------------------------------------- -federated.assisted_discovery : Include file modified in 10.0.36 federated.federated_bug_35333 : MDEV-13410 - Wrong result federated.federated_bug_585688 : MDEV-12907 - Valgrind, MDEV-14805 - server crash federated.federated_innodb : MDEV-10617, MDEV-10417 - Wrong checksum, timeouts, fails on Mips @@ -200,7 +171,6 @@ federated.federatedx : MDEV-10617 - Wrong checksum, timeouts #---------------------------------------------------------------- -funcs_1.is_engines_federated : Include file modified in 10.0.36 funcs_1.memory_views : MDEV-11773 - timeout funcs_1.processlist_val_no_prot : MDEV-11223 - Wrong result funcs_1.processlist_val_ps : MDEV-12175 - Wrong plan @@ -214,87 +184,64 @@ funcs_2/charset.* : MDEV-10999 - test not maintained galera.* : The suite was enabled in 10.1.27 and is still unstable galera_3nodes.* : The suite has not been stabilized yet -galera.galera_applier_ftwrl_table_alter : MDEV-13738 - MySQL server has gone away -galera.galera_gcs_fc_limit : MDEV-13877 - Timeout -galera.galera_suspend_slave : MDEV-13873 - Wrong error code -galera.galera_toi_truncate : MDEV-13743 - query 'reap' succeeded -galera.galera_unicode_identifiers : MDEV-13871 - Unknown database -galera.galera_var_node_address : MDEV-13880 - Failed to start mysqld -galera.galera_wan : MDEV-13879 - Stray state UUID msg warnings -galera.galera_wsrep_log_conficts : MDEV-13874 - check-testcase failed -galera.partition : MDEV-13881 - Wrong result -galera.query_cache : MDEV-13883 - Wrong result -galera.MW-328A : MDEV-13876 - Wrong result - -#---------------------------------------------------------------- - -handler.ps : Added in 10.1.34 - #---------------------------------------------------------------- -heap.heap_auto_increment : Modified in 10.1.35 +heap.heap_btree : Modified in 10.1.37 #---------------------------------------------------------------- -innodb.alter_partitioned_xa : Added in 10.0.36 +innodb.alter_inplace_perfschema : Added in 10.1.37 innodb.binlog_consistent : MDEV-10618 - Server fails to start innodb.doublewrite : MDEV-12905 - Lost connection to MySQL server -innodb.group_commit_crash : MDEV-11770 - checksum mismatch +innodb.foreign-keys : Modified in 10.1.36 +innodb.foreign_key : Modified in 10.1.37 +innodb.group_commit_crash : MDEV-11770 - checksum mismatch innodb.group_commit_crash_no_optimize_thread : MDEV-11770 - checksum mismatch innodb.innodb-64k-crash : MDEV-13872 - Failure and crash on startup -innodb.innodb-alter : Added in 10.1.34 -innodb.innodb-alter-debug : MDEV-13182 - InnoDB: adjusting FSP_SPACE_FLAGS +innodb.innodb-alter-debug : MDEV-13182 - InnoDB: adjusting FSP_SPACE_FLAGS; modified in 10.1.37 innodb.innodb-alter-table : MDEV-10619 - Testcase timeout -innodb.innodb-blob : MDEV-12053 - Client crash; modified in 10.1.34 +innodb.innodb-blob : MDEV-12053 - Client crash innodb.innodb_bug14147491 : MDEV-11808 - wrong error codes innodb.innodb_bug30423 : MDEV-7311 - Wrong number of rows in the plan innodb.innodb_bug48024 : MDEV-14352 - Assertion failure -innodb.innodb_bug54044 : Modified in 10.1.34 -innodb.innodb_defragment_small : Modified in 10.1.34 innodb.innodb-fk : MDEV-13832 - Assertion failure on shutdown +innodb.innodb-lock : Modified in 10.1.36 innodb.innodb_max_recordsize_64k : MDEV-15203 - wrong result -innodb.innodb-mdev7046 : Modified in 10.1.34 innodb.innodb_monitor : MDEV-10939 - Testcase timeout -innodb.innodb-page_compression_default : Modified in 10.1.34 +innodb.innodb-page_compression_default : MDEV-14121 - Assertion failure innodb.innodb-page_compression_lzma : MDEV-14353 - wrong result on Fedora 25 -innodb.innodb-page_compression_snappy : Modified in 10.1.34 innodb.innodb-page_compression_zip : MDEV-10641 - mutex problem innodb.innodb_stats : MDEV-10682 - wrong result innodb.innodb_sys_semaphore_waits : MDEV-10331 - wrong result -innodb.innodb-wl5522 : Modified in 10.1.35 innodb.innodb_zip_innochecksum2 : MDEV-13882 - Warning: difficult to find free blocks -innodb.lock_deleted : Added in 10.1.34 innodb.log_file_size : MDEV-15668 - Not found pattern innodb.recovery_shutdown : MDEV-15671 - Warning: database page corruption -innodb.rename_table : Added in 10.1.34 innodb.row_format_redundant : MDEV-15192 - Trying to access missing tablespace -innodb.sp_temp_table : MDEV-16647 - Could not remove temporary table innodb.table_definition_cache_debug : MDEV-14206 - Extra warning -innodb.table_flags : MDEV-14363 - Operating system error number 2 +innodb.table_flags : Modified in 10.1.37 innodb.xa_recovery : MDEV-15279 - mysqld got exception #---------------------------------------------------------------- -innodb_fts.basic : Added in 10.1.34 -innodb_fts.fts_kill_query : Added in 10.1.35 +innodb_fts.fts_kill_query : Modified in 10.0.37 innodb_fts.innodb-fts-fic : MDEV-14154 - Assertion failure innodb_fts.innodb_fts_misc_debug : MDEV-14156 - Unexpected warning -innodb_fts.sync_ddl : Added in 10.1.35 #---------------------------------------------------------------- -maria.alter : Modified in 10.1.34 +maria.concurrent : Added in 10.1.36 +maria.create : Added in 10.1.36 +maria.fulltext2 : Added in 10.1.37 maria.insert_select : MDEV-12757 - Timeout maria.insert_select-7314 : MDEV-16492 - Timeout -maria.lock : Modified in 10.1.34 -maria.maria : MDEV-14430 - Wrong result; modified in 10.1.35 +maria.maria : MDEV-14430 - Wrong result; modified in 10.1.36 #---------------------------------------------------------------- -mariabackup.backup_ssl : Added in 10.1.34 mariabackup.incremental_encrypted : MDEV-15667 - Timeout mariabackup.mdev-14447 : MDEV-15201 - Timeout mariabackup.xb_compressed_encrypted : MDEV-14812 - Segfault +mariabackup.xb_partition : MDEV-17584 - Crash on shutdown #---------------------------------------------------------------- @@ -320,20 +267,19 @@ multi_source.status_vars : MDEV-4632 - failed while waiting for Slave_received_h #---------------------------------------------------------------- -parts.alter_data_directory_innodb : Added in 10.1.35 parts.partition_alter2_2_maria : MDEV-14364 - Lost connection to MySQL server during query parts.partition_auto_increment_archive : MDEV-16491 - Table marked as crashed parts.partition_auto_increment_maria : MDEV-14430 - Wrong result parts.partition_exch_qa_10 : MDEV-11765 - wrong result parts.partition_innodb_status_file : MDEV-12901 - Valgrind -parts.truncate_locked : Added in 10.1.35 +parts.update_and_cache : Added in 10.1.37 #---------------------------------------------------------------- +perfschema.connect_attrs : MDEV-17283 - Wrong result perfschema.func_file_io : MDEV-5708 - fails for s390x perfschema.func_mutex : MDEV-5708 - fails for s390x perfschema.hostcache_ipv6_ssl : MDEV-10696 - crash on shutdown -perfschema.partition : Added in 10.1.34 perfschema.privilege_table_io : MDEV-13184 - Extra lines perfschema.rpl_gtid_func : MDEV-16897 - Wrong result perfschema.socket_summary_by_event_name_func : MDEV-10622 - Socket summary tables do not match @@ -347,8 +293,7 @@ perfschema_stress.* : MDEV-10996 - tests not maintained #---------------------------------------------------------------- plugins.feedback_plugin_send : MDEV-7932 - ssl failed for url -plugins.processlist : Added in 10.1.35 -plugins.server_audit : MDEV-9562 - crashes on sol10-sparc; modified in 10.1.34 +plugins.server_audit : MDEV-9562 - crashes on sol10-sparc plugins.thread_pool_server_audit : MDEV-9562 - crashes on sol10-sparc #---------------------------------------------------------------- @@ -358,7 +303,7 @@ roles.create_and_grant_role : MDEV-11772 - wrong result #---------------------------------------------------------------- rpl.last_insert_id : MDEV-10625 - warnings in error log -rpl.rename : Added in 10.1.34 +rpl.rpl_15919 : Added in 10.1.37 rpl.rpl_auto_increment : MDEV-10417 - Fails on Mips rpl.rpl_auto_increment_bug45679 : MDEV-10417 - Fails on Mips rpl.rpl_auto_increment_update_failure : MDEV-10625 - warnings in error log @@ -368,6 +313,7 @@ rpl.rpl_ddl : MDEV-10417 - Fails on Mips rpl.rpl_domain_id_filter_io_crash : MDEV-14357 - Wrong result rpl.rpl_domain_id_filter_restart : MDEV-10684 - Wrong result rpl.rpl_drop_db_fail : MDEV-16898 - Slave fails to start +rpl.rpl_foreign_key_innodb : Modified in 10.1.36 rpl.rpl_gtid_basic : MDEV-10681 - server startup problem rpl.rpl_gtid_crash : MDEV-9501 - Warning: failed registering on master rpl.rpl_gtid_delete_domain : MDEV-14463 - Timeout in include @@ -382,9 +328,9 @@ rpl.rpl_insert_id : MDEV-15197 - Wrong result rpl.rpl_insert_id_pk : MDEV-16567 - Assertion failure rpl.rpl_insert_ignore : MDEV-14365 - Lost connection to MySQL server during query rpl.rpl_invoked_features : MDEV-10417 - Fails on Mips +rpl.rpl_lcase_tblnames_rewrite_db : Added in 10.1.37 rpl.rpl_mariadb_slave_capability : MDEV-11018 - sporadic wrong events in binlog rpl.rpl_mdev6020 : MDEV-10417 - Fails on Mips -rpl.rpl_mixed_implicit_commit_binlog : Modified in 10.1.34 rpl.rpl_mixed_mixing_engines : MDEV-14489 - Sync slave with master failed rpl.rpl_non_direct_mixed_mixing_engines : MDEV-14489 - Sync slave with master failed rpl.rpl_non_direct_row_mixing_engines : MDEV-16561 - Timeout in master pos wait @@ -392,7 +338,8 @@ rpl.rpl_non_direct_stm_mixing_engines : MDEV-14489 - Sync slave with master fail rpl.rpl_parallel : MDEV-10653 - Timeouts rpl.rpl_parallel_mdev6589 : MDEV-12979 - Assertion failure rpl.rpl_parallel_multilevel2 : MDEV-14723 - Timeout -rpl.rpl_parallel_optimistic : MDEV-10511 - Timeout; modified in 10.1.35 +rpl.rpl_parallel_optimistic : MDEV-10511 - Timeout; modified in 10.1.37 +rpl.rpl_parallel_optimistic_nobinlog : Config file modified in 10.1.37 rpl.rpl_parallel_retry : MDEV-11119 - Server crash rpl.rpl_parallel_temptable : MDEV-10356 - Crash in close_thread_tables rpl.rpl_partition_innodb : MDEV-10417 - Fails on Mips @@ -403,9 +350,10 @@ rpl.rpl_row_drop_create_temp_table : MDEV-14487 - Wrong result rpl.rpl_row_img_blobs : MDEV-13875 - command "diff_files" failed rpl.rpl_row_img_eng_min : MDEV-13875 - command "diff_files" failed rpl.rpl_row_img_eng_noblob : MDEV-13875 - command "diff_files" failed -rpl.rpl_row_implicit_commit_binlog : Modified in 10.1.34 rpl.rpl_row_index_choice : MDEV-15196 - Slave crash +rpl.rpl_row_lcase_tblnames : Added in 10.1.37 rpl.rpl_row_sp001 : MDEV-9329 - Fails on Ubuntu/s390x +rpl.rpl_row_spatial : Added in 10.1.36 rpl.rpl_semi_sync : MDEV-11220 - Wrong result rpl.rpl_semi_sync_after_sync : MDEV-14366 - Wrong result rpl.rpl_semi_sync_after_sync_row : MDEV-14366 - Wrong result @@ -416,7 +364,7 @@ rpl.rpl_show_slave_hosts : MDEV-10681 - server startup problem rpl.rpl_skip_replication : MDEV-9268 - Fails with timeout in sync_slave_with_master on Alpha rpl.rpl_slave_grp_exec : MDEV-10514 - Unexpected deadlock rpl.rpl_start_stop_slave : MDEV-13567 - Replication failure -rpl.rpl_stm_implicit_commit_binlog : Modified in 10.1.34 +rpl.rpl_stm_lcase_tblnames : Added in 10.1.37 rpl.rpl_stm_mixing_engines : MDEV-14489 - Sync slave with master failed rpl.rpl_stm_relay_ign_space : MDEV-14360 - Test assertion rpl.rpl_sync : MDEV-10633 - Database page corruption @@ -455,6 +403,8 @@ stress.ddl_innodb : MDEV-10635 - Testcase timeout #---------------------------------------------------------------- sys_vars.autocommit_func2 : MDEV-9329 - Fails on Ubuntu/s390x +sys_vars.innodb_ft_result_cache_limit_32 : Added in 10.1.37 +sys_vars.innodb_ft_result_cache_limit_64 : Added in 10.1.37 sys_vars.keep_files_on_create_basic : MDEV-10676 - timeout sys_vars.log_slow_admin_statements_func : MDEV-12235 - Server crash sys_vars.rpl_init_slave_func : MDEV-10149 - wrong results @@ -463,6 +413,8 @@ sys_vars.wait_timeout_func : MDEV-12896 - Wrong result #---------------------------------------------------------------- +tokudb.* : suite.pm and multiple modifications in 10.1.36 + tokudb.change_column_all_1000_10 : MDEV-12640 - Crash tokudb.change_column_bin : MDEV-12640 - Crash tokudb.change_column_char : MDEV-12822 - Lost connection to MySQL server @@ -484,36 +436,37 @@ tokudb.type_datetime : MDEV-15193 - Wrong result tokudb_backup.* : MDEV-11001 - tests don't work +tokudb_bugs.alter_table_comment_rebuild_data : Added in 10.1.36 tokudb_bugs.checkpoint_lock : MDEV-10637 - Wrong processlist output tokudb_bugs.checkpoint_lock_3 : MDEV-10637 - Wrong processlist output tokudb_bugs.frm_store : MDEV-12823 - Valgrind tokudb_bugs.frm_store2 : MDEV-12823 - Valgrind tokudb_bugs.frm_store3 : MDEV-12823 - Valgrind +tokudb_bugs.PS-3773 : Added in 10.1.36 tokudb_bugs.xa : MDEV-11804 - Lock wait timeout tokudb_rpl.* : MDEV-11001 - tests don't work tokudb_sys_vars.* : MDEV-11001 - tests don't work + rpl-tokudb.* : MDEV-14354 - Tests fail with tcmalloc #---------------------------------------------------------------- -unit.* : suite.pm modified in 10.1.35 - unit.lf : MDEV-12897 - Signal 11 thrown unit.ma_test_loghandler : MDEV-10638 - record read not ok +unit.mf_iocache : MDEV-17586 - total matches eof, cache is read up to eof unit.my_atomic : MDEV-15670 - Signal 11 thrown #---------------------------------------------------------------- vcol.not_supported : MDEV-10639 - Testcase timeout vcol.vcol_keys_innodb : MDEV-10639 - Testcase timeout -vcol.vcol_misc : MDEV-16651 - Wrong error message; modified in 10.1.35 +vcol.vcol_misc : MDEV-16651 - Wrong error message #---------------------------------------------------------------- wsrep.foreign_key : MDEV-14725 - WSREP has not yet prepared node wsrep.mdev_6832 : MDEV-14195 - Failure upon check-testcase -wsrep.pool_of_threads : MDEV-12234 - Library problem on Power -wsrep.variables : Modified in 10.1.34 +wsrep.variables : MDEV-17585 - Deadlock; modified in 10.1.37 wsrep_info.plugin : MDEV-12909 - Wrong result diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index eb7f75ed6a8ffc523eeec3158089cef0f01ceba7..704ddf8bb49e995223bdb19de2b88b7f90fa0a4a 100644 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -1,4 +1,5 @@ # Copyright (c) 2006, 2014, Oracle and/or its affiliates +# Copyright (c) 2009, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mysys/mf_iocache.c b/mysys/mf_iocache.c index 56b1ae3fc6e5be894bbe1601c696204219781cf2..79893d6f7c15a25f623d477e0d597713b4bb89a0 100644 --- a/mysys/mf_iocache.c +++ b/mysys/mf_iocache.c @@ -563,7 +563,7 @@ int _my_b_write(IO_CACHE *info, const uchar *Buffer, size_t Count) int _my_b_cache_read(IO_CACHE *info, uchar *Buffer, size_t Count) { - size_t length, diff_length, left_length= 0, max_length; + size_t length= 0, diff_length, left_length= 0, max_length; my_off_t pos_in_file; DBUG_ENTER("_my_b_cache_read"); @@ -668,7 +668,10 @@ int _my_b_cache_read(IO_CACHE *info, uchar *Buffer, size_t Count) else { info->error= 0; - DBUG_RETURN(0); /* EOF */ + if (length == 0) /* nothing was read */ + DBUG_RETURN(0); /* EOF */ + + length= 0; /* non-zero size read was done */ } } else if ((length= mysql_file_read(info->file,info->buffer, max_length, diff --git a/mysys/mf_iocache2.c b/mysys/mf_iocache2.c index 2499094037d2ca2ba9e06d7bb8cb4968646cabfe..fa3b6e672d7841930996076372db22b3d4ecabbc 100644 --- a/mysys/mf_iocache2.c +++ b/mysys/mf_iocache2.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2000, 2018, Oracle and/or its affiliates. + Copyright (c) 2009, 2018, MariaDB Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -491,4 +492,3 @@ size_t my_b_vprintf(IO_CACHE *info, const char* fmt, va_list args) err: return (size_t) -1; } - diff --git a/mysys/my_alloc.c b/mysys/my_alloc.c index 1b0ef857afae1e3a47e5688bedbfcec0021de251..276ad080520f64b56a381de97e7ac94e350787c7 100644 --- a/mysys/my_alloc.c +++ b/mysys/my_alloc.c @@ -204,6 +204,7 @@ void *alloc_root(MEM_ROOT *mem_root, size_t length) uchar* point; reg1 USED_MEM *next= 0; reg2 USED_MEM **prev; + size_t original_length = length; DBUG_ENTER("alloc_root"); DBUG_PRINT("enter",("root: %p", mem_root)); DBUG_ASSERT(alloc_root_inited(mem_root)); @@ -264,7 +265,7 @@ void *alloc_root(MEM_ROOT *mem_root, size_t length) mem_root->used= next; mem_root->first_block_usage= 0; } - TRASH_ALLOC(point, length); + TRASH_ALLOC(point, original_length); DBUG_PRINT("exit",("ptr: %p", point)); DBUG_RETURN((void*) point); #endif diff --git a/mysys/ptr_cmp.c b/mysys/ptr_cmp.c index 6d853a8db25e49c3a3cec826648e8d67f898bd8e..add92edd713eed1581d82940340d9516ed4088d5 100644 --- a/mysys/ptr_cmp.c +++ b/mysys/ptr_cmp.c @@ -52,6 +52,11 @@ static int ptr_compare_0(size_t *compare_length, uchar **a, uchar **b); static int ptr_compare_1(size_t *compare_length, uchar **a, uchar **b); static int ptr_compare_2(size_t *compare_length, uchar **a, uchar **b); static int ptr_compare_3(size_t *compare_length, uchar **a, uchar **b); +static int degenerate_compare_func(size_t *compare_length, uchar **a, uchar **b) +{ + DBUG_ASSERT(*compare_length == 0); + return 0; +} #endif /* __sun */ /* Get a pointer to a optimal byte-compare function for a given size */ @@ -64,6 +69,8 @@ qsort2_cmp get_ptr_compare (size_t size __attribute__((unused))) #else qsort2_cmp get_ptr_compare (size_t size) { + if (size == 0) + return (qsort2_cmp) degenerate_compare_func; if (size < 4) return (qsort2_cmp) ptr_compare; switch (size & 3) { diff --git a/plugin/auth_ed25519/server_ed25519.c b/plugin/auth_ed25519/server_ed25519.c index 7720a0a40741b6d0571e29cd634d5d28a8204905..8e442e56804053a3f2c6348d713b8e56a61ca807 100644 --- a/plugin/auth_ed25519/server_ed25519.c +++ b/plugin/auth_ed25519/server_ed25519.c @@ -101,7 +101,7 @@ maria_declare_plugin(ed25519) 0x0100, NULL, NULL, - "1.0-alpha", + "1.0", MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; diff --git a/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.result b/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.result index dc5155fac8cf3f39f346929041a551c01775388d..3044f984ffa835a3f31ba18adc175dbd0757e162 100644 --- a/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.result +++ b/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.result @@ -1,4 +1,6 @@ INSTALL SONAME 'auth_gssapi'; +Warnings: +Note 1105 SSPI: using principal name 'localhost', mech 'Negotiate' CREATE USER 'GSSAPI_SHORTNAME' IDENTIFIED WITH gssapi; SELECT USER(),CURRENT_USER(); USER() CURRENT_USER() diff --git a/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.test b/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.test index f47ad8c20e2fce5aafa157e7b90827eb8eaa3ea1..2307aa3934a3e7a2fd71650ebb1196c34855738c 100644 --- a/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.test +++ b/plugin/auth_gssapi/mysql-test/auth_gssapi/basic.test @@ -1,3 +1,4 @@ +--replace_regex /name '[^']+'/name 'localhost'/ INSTALL SONAME 'auth_gssapi'; # diff --git a/plugin/auth_gssapi/sspi_server.cc b/plugin/auth_gssapi/sspi_server.cc index d2c2ae7e4b9c062258f5d891cd72928a91e6a536..fe90a195d88173b1b981414a16354ceb40773ce8 100644 --- a/plugin/auth_gssapi/sspi_server.cc +++ b/plugin/auth_gssapi/sspi_server.cc @@ -42,11 +42,11 @@ static void log_error(SECURITY_STATUS err, const char *msg) { char buf[1024]; sspi_errmsg(err, buf, sizeof(buf)); - my_printf_error(ER_UNKNOWN_ERROR, "SSPI server error 0x%x - %s - %s", MYF(0), msg, buf); + my_printf_error(ER_UNKNOWN_ERROR, "SSPI server error 0x%x - %s - %s", 0, err, msg, buf); } else { - my_printf_error(ER_UNKNOWN_ERROR, "SSPI server error %s", MYF(0), msg); + my_printf_error(ER_UNKNOWN_ERROR, "SSPI server error %s", 0, msg); } } @@ -103,7 +103,12 @@ static int get_client_name_from_context(CtxtHandle *ctxt, *p = 0; } strncpy(name, native_names.sClientName, name_len); - FreeContextBuffer(&native_names); + + if (native_names.sClientName) + FreeContextBuffer(native_names.sClientName); + if (native_names.sServerName) + FreeContextBuffer(native_names.sServerName); + return CR_OK; } @@ -284,7 +289,7 @@ int plugin_init() { srv_principal_name= get_default_principal_name(); } - my_printf_error(0, "SSPI: using principal name '%s', mech '%s'", + my_printf_error(ER_UNKNOWN_ERROR, "SSPI: using principal name '%s', mech '%s'", ME_ERROR_LOG | ME_NOTE, srv_principal_name, srv_mech_name); ret = AcquireCredentialsHandle( diff --git a/plugin/auth_pam/mapper/pam_user_map.c b/plugin/auth_pam/mapper/pam_user_map.c index c03ea12be74c06def8d8d06e2b45035bb23114a3..e1d11acabb937ce551dd76ce0d472074206f2ee8 100644 --- a/plugin/auth_pam/mapper/pam_user_map.c +++ b/plugin/auth_pam/mapper/pam_user_map.c @@ -189,13 +189,15 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags, s++; } from= s; - skip(isalnum(*s) || (*s == '_') || (*s == '.') || (*s == '-') || (*s == '$')); + skip(isalnum(*s) || (*s == '_') || (*s == '.') || (*s == '-') || + (*s == '$') || (*s == '\\') || (*s == '/')); end_from= s; skip(isspace(*s)); if (end_from == from || *s++ != ':') goto syntax_error; skip(isspace(*s)); to= s; - skip(isalnum(*s) || (*s == '_') || (*s == '.') || (*s == '-') || (*s == '$')); + skip(isalnum(*s) || (*s == '_') || (*s == '.') || (*s == '-') || + (*s == '$')); end_to= s; if (end_to == to) goto syntax_error; diff --git a/scripts/galera_new_cluster.sh b/scripts/galera_new_cluster.sh index 8bf2fa35cec13aca3d87a44e107c997b257b8e6a..837e3e299421ba50e7b0ef6efb8807b4a060e441 100755 --- a/scripts/galera_new_cluster.sh +++ b/scripts/galera_new_cluster.sh @@ -21,9 +21,6 @@ EOF exit 0 fi -VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@" -COMPILATION_COMMENT="@COMPILATION_COMMENT@" - systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \ systemctl start ${1:-mariadb} diff --git a/scripts/galera_recovery.sh b/scripts/galera_recovery.sh index 09de67217627e88587ed722c53273ee8d3499abb..c58f3d8f6b939c87557b7b53c4389caa21042387 100644 --- a/scripts/galera_recovery.sh +++ b/scripts/galera_recovery.sh @@ -107,8 +107,7 @@ else log "WSREP: mktemp failed" fi -parse_arguments `$print_defaults $cmdline_args --loose-verbose \ - mariadb mariadb_safe mysqld mysqld_safe safe_mysqld galera` +parse_arguments `$print_defaults $cmdline_args --loose-verbose --mysqld` # Perform wsrep position recovery if wsrep_on=1, skip otherwise. if [ "$wsrep_on" -eq 1 ]; then diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 40fdf798d71404bb1c2a2eefa6da43d1f49b5d16..0bbac8ba8c4890f96170a5d818e43c1d236e3e8d 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -238,7 +238,7 @@ cannot_find_file() echo echo "If you compiled from source, you need to either run 'make install' to" echo "copy the software into the correct location ready for operation." - echo "If you don't want to do a full install, you can use the --srcddir" + echo "If you don't want to do a full install, you can use the --srcdir" echo "option to only install the mysql database and privilege tables" echo echo "If you compiled from source, you need to either run 'make install' to" diff --git a/scripts/mysql_system_tables_fix.sql b/scripts/mysql_system_tables_fix.sql index a982fc87ec90178f7de0e1d19049982cb55605b7..df545897813ef9037ca399ae0ea69b932479bf5b 100644 --- a/scripts/mysql_system_tables_fix.sql +++ b/scripts/mysql_system_tables_fix.sql @@ -456,14 +456,11 @@ ALTER TABLE proc MODIFY name char(64) DEFAULT '' NOT NULL, DEFAULT CHARACTER SET utf8; # Correct the character set and collation -ALTER TABLE proc CONVERT TO CHARACTER SET utf8; # Reset some fields after the conversion -ALTER TABLE proc MODIFY db - char(64) collate utf8_bin DEFAULT '' NOT NULL, - MODIFY definer - char(141) collate utf8_bin DEFAULT '' NOT NULL, - MODIFY comment - text collate utf8_bin NOT NULL; +ALTER TABLE proc CONVERT TO CHARACTER SET utf8, + MODIFY db char(64) binary DEFAULT '' NOT NULL, + MODIFY definer char(141) binary DEFAULT '' NOT NULL, + MODIFY comment text binary NOT NULL; ALTER TABLE proc ADD character_set_client char(32) collate utf8_bin DEFAULT NULL diff --git a/scripts/wsrep_sst_common.sh b/scripts/wsrep_sst_common.sh index e160bf5c77649d4c502f4c0665b18565c5ea8dda..e63ffdfa58bd1b0ed3bfab15286d34255556d3fb 100644 --- a/scripts/wsrep_sst_common.sh +++ b/scripts/wsrep_sst_common.sh @@ -20,6 +20,7 @@ set -u WSREP_SST_OPT_BYPASS=0 WSREP_SST_OPT_BINLOG="" +WSREP_SST_OPT_BINLOG_INDEX="" WSREP_SST_OPT_DATA="" WSREP_SST_OPT_AUTH=${WSREP_SST_OPT_AUTH:-} WSREP_SST_OPT_USER=${WSREP_SST_OPT_USER:-} @@ -27,6 +28,8 @@ WSREP_SST_OPT_PSWD=${WSREP_SST_OPT_PSWD:-} WSREP_SST_OPT_DEFAULT="" WSREP_SST_OPT_EXTRA_DEFAULT="" WSREP_SST_OPT_SUFFIX_DEFAULT="" +WSREP_SST_OPT_SUFFIX_VALUE="" +INNODB_DATA_HOME_DIR_ARG="" while [ $# -gt 0 ]; do case "$1" in @@ -54,9 +57,18 @@ case "$1" in readonly WSREP_SST_OPT_MODULE=${remain%%/*} readonly WSREP_SST_OPT_PATH=${WSREP_SST_OPT_ADDR#*/} remain=${WSREP_SST_OPT_PATH#*/} - readonly WSREP_SST_OPT_LSN=${remain%%/*} - remain=${remain#*/} - readonly WSREP_SST_OPT_SST_VER=${remain%%/*} + if [ "$remain" != "${WSREP_SST_OPT_PATH}" ]; then + readonly WSREP_SST_OPT_LSN=${remain%%/*} + remain=${remain#*/} + if [ "$remain" != "${WSREP_SST_OPT_LSN}" ]; then + readonly WSREP_SST_OPT_SST_VER=${remain%%/*} + else + readonly WSREP_SST_OPT_SST_VER="" + fi + else + readonly WSREP_SST_OPT_LSN="" + readonly WSREP_SST_OPT_SST_VER="" + fi shift ;; '--bypass') @@ -66,6 +78,10 @@ case "$1" in readonly WSREP_SST_OPT_DATA="$2" shift ;; + '--innodb-data-home-dir') + readonly INNODB_DATA_HOME_DIR_ARG="$2" + shift + ;; '--defaults-file') readonly WSREP_SST_OPT_DEFAULT="$1=$2" shift @@ -76,6 +92,7 @@ case "$1" in ;; '--defaults-group-suffix') readonly WSREP_SST_OPT_SUFFIX_DEFAULT="$1=$2" + readonly WSREP_SST_OPT_SUFFIX_VALUE="$2" shift ;; '--host') @@ -118,6 +135,10 @@ case "$1" in WSREP_SST_OPT_BINLOG="$2" shift ;; + '--binlog-index') + WSREP_SST_OPT_BINLOG_INDEX="$2" + shift + ;; '--gtid-domain-id') readonly WSREP_SST_OPT_GTID_DOMAIN_ID="$2" shift @@ -131,6 +152,7 @@ shift done readonly WSREP_SST_OPT_BYPASS readonly WSREP_SST_OPT_BINLOG +readonly WSREP_SST_OPT_BINLOG_INDEX if [ -n "${WSREP_SST_OPT_ADDR_PORT:-}" ]; then if [ -n "${WSREP_SST_OPT_PORT:-}" ]; then @@ -275,8 +297,8 @@ parse_cnf() reval=$($MY_PRINT_DEFAULTS "${group}" | awk -v var="${var}" 'BEGIN { OFS=FS="=" } { gsub(/_/,"-",$1); if ( $1=="--"var) lastval=substr($0,length($1)+2) } END { print lastval}') # use default if we haven't found a value - if [ -z $reval ]; then - [ -n $3 ] && reval=$3 + if [ -z "$reval" ]; then + [ -n "$3" ] && reval=$3 fi echo $reval } diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh index 81120b66d5aa4d4753b091f7784d6466b51ad983..1b42903e094dd39db62a4b8bda38d2c7f73c51e3 100644 --- a/scripts/wsrep_sst_rsync.sh +++ b/scripts/wsrep_sst_rsync.sh @@ -41,6 +41,8 @@ cleanup_joiner() kill -9 $RSYNC_REAL_PID >/dev/null 2>&1 || \ : rm -rf "$RSYNC_CONF" + rm -f "$STUNNEL_CONF" + rm -f "$STUNNEL_PID" rm -rf "$MAGIC_FILE" rm -rf "$RSYNC_PID" wsrep_log_info "Joiner cleanup done." @@ -75,7 +77,7 @@ check_pid_and_port() local port_info=$(lsof -i :$rsync_port -Pn 2>/dev/null | \ grep "(LISTEN)") local is_rsync=$(echo $port_info | \ - grep -w '^rsync[[:space:]]\+'"$rsync_pid" 2>/dev/null) + grep -wE '^(rsync|stunnel)[[:space:]]+'"$rsync_pid" 2>/dev/null) if [ -n "$port_info" -a -z "$is_rsync" ]; then wsrep_log_error "rsync daemon port '$rsync_port' has been taken" @@ -86,6 +88,12 @@ check_pid_and_port() [ $(cat $pid_file) -eq $rsync_pid ] } +STUNNEL_CONF="$WSREP_SST_OPT_DATA/stunnel.conf" +rm -f "$STUNNEL_CONF" + +STUNNEL_PID="$WSREP_SST_OPT_DATA/stunnel.pid" +rm -f "$STUNNEL_PID" + MAGIC_FILE="$WSREP_SST_OPT_DATA/rsync_sst_complete" rm -rf "$MAGIC_FILE" @@ -97,6 +105,14 @@ if ! [ -z $WSREP_SST_OPT_BINLOG ] then BINLOG_DIRNAME=$(dirname $WSREP_SST_OPT_BINLOG) BINLOG_FILENAME=$(basename $WSREP_SST_OPT_BINLOG) + BINLOG_INDEX_DIRNAME=$(dirname $WSREP_SST_OPT_BINLOG) + BINLOG_INDEX_FILENAME=$(basename $WSREP_SST_OPT_BINLOG) +fi + +if ! [ -z $WSREP_SST_OPT_BINLOG_INDEX ] +then + BINLOG_INDEX_DIRNAME=$(dirname $WSREP_SST_OPT_BINLOG_INDEX) + BINLOG_INDEX_FILENAME=$(basename $WSREP_SST_OPT_BINLOG_INDEX) fi WSREP_LOG_DIR=${WSREP_LOG_DIR:-""} @@ -113,6 +129,27 @@ else WSREP_LOG_DIR=$(cd $WSREP_SST_OPT_DATA; pwd -P) fi +INNODB_DATA_HOME_DIR=${INNODB_DATA_HOME_DIR:-""} +# Try to set INNODB_DATA_HOME_DIR from the command line: +if [ ! -z "$INNODB_DATA_HOME_DIR_ARG" ]; then + INNODB_DATA_HOME_DIR=$INNODB_DATA_HOME_DIR_ARG +fi +# if INNODB_DATA_HOME_DIR env. variable is not set, try to get it from my.cnf +if [ -z "$INNODB_DATA_HOME_DIR" ]; then + INNODB_DATA_HOME_DIR=$(parse_cnf mysqld$WSREP_SST_OPT_SUFFIX_VALUE innodb-data-home-dir '') +fi +if [ -z "$INNODB_DATA_HOME_DIR" ]; then + INNODB_DATA_HOME_DIR=$(parse_cnf --mysqld innodb-data-home-dir "") +fi + +if [ -n "$INNODB_DATA_HOME_DIR" ]; then + # handle both relative and absolute paths + INNODB_DATA_HOME_DIR=$(cd $WSREP_SST_OPT_DATA; mkdir -p "$INNODB_DATA_HOME_DIR"; cd $INNODB_DATA_HOME_DIR; pwd -P) +else + # default to datadir + INNODB_DATA_HOME_DIR=$(cd $WSREP_SST_OPT_DATA; pwd -P) +fi + # Old filter - include everything except selected # FILTER=(--exclude '*.err' --exclude '*.pid' --exclude '*.sock' \ # --exclude '*.conf' --exclude core --exclude 'galera.*' \ @@ -120,12 +157,38 @@ fi # --exclude '*.[0-9][0-9][0-9][0-9][0-9][0-9]' --exclude '*.index') # New filter - exclude everything except dirs (schemas) and innodb files -FILTER=(-f '- /lost+found' -f '- /.fseventsd' -f '- /.Trashes' - -f '+ /wsrep_sst_binlog.tar' -f '+ /ib_lru_dump' -f '+ /ibdata*' -f '+ /*/' -f '- /*') +FILTER=(-f '- /lost+found' + -f '- /.fseventsd' + -f '- /.Trashes' + -f '+ /wsrep_sst_binlog.tar' + -f '- $INNODB_DATA_HOME_DIR/ib_lru_dump' + -f '- $INNODB_DATA_HOME_DIR/ibdata*' + -f '+ /undo*' + -f '+ /*/' + -f '- /*') + +SSTKEY=$(parse_cnf sst tkey "") +SSTCERT=$(parse_cnf sst tcert "") +STUNNEL="" +if [ -f "$SSTKEY" ] && [ -f "$SSTCERT" ] && wsrep_check_programs stunnel +then + STUNNEL="stunnel ${STUNNEL_CONF}" +fi if [ "$WSREP_SST_OPT_ROLE" = "donor" ] then +cat << EOF > "$STUNNEL_CONF" +CApath = ${SSTCERT%/*} +foreground = yes +pid = $STUNNEL_PID +debug = warning +client = yes +connect = ${WSREP_SST_OPT_ADDR%/*} +TIMEOUTclose = 0 +verifyPeer = yes +EOF + if [ $WSREP_SST_OPT_BYPASS -eq 0 ] then @@ -168,24 +231,35 @@ then if ! [ -z $WSREP_SST_OPT_BINLOG ] then # Prepare binlog files - pushd $BINLOG_DIRNAME &> /dev/null - binlog_files_full=$(tail -n $BINLOG_N_FILES ${BINLOG_FILENAME}.index) + OLD_PWD="$(pwd)" + cd $BINLOG_DIRNAME + + if ! [ -z $WSREP_SST_OPT_BINLOG_INDEX ] + binlog_files_full=$(tail -n $BINLOG_N_FILES ${BINLOG_FILENAME}.index) + then + cd $BINLOG_INDEX_DIRNAME + binlog_files_full=$(tail -n $BINLOG_N_FILES ${BINLOG_INDEX_FILENAME}.index) + fi + + cd $BINLOG_DIRNAME binlog_files="" for ii in $binlog_files_full do binlog_files="$binlog_files $(basename $ii)" done + if ! [ -z "$binlog_files" ] then wsrep_log_info "Preparing binlog files for transfer:" tar -cvf $BINLOG_TAR_FILE $binlog_files >&2 fi - popd &> /dev/null + cd "$OLD_PWD" fi # first, the normal directories, so that we can detect incompatible protocol RC=0 - rsync --owner --group --perms --links --specials \ + rsync ${STUNNEL:+--rsh="$STUNNEL"} \ + --owner --group --perms --links --specials \ --ignore-times --inplace --dirs --delete --quiet \ $WHOLE_FILE_OPT "${FILTER[@]}" "$WSREP_SST_OPT_DATA/" \ rsync://$WSREP_SST_OPT_ADDR >&2 || RC=$? @@ -207,8 +281,22 @@ then exit $RC fi + # Transfer InnoDB data files + rsync ${STUNNEL:+--rsh="$STUNNEL"} \ + --owner --group --perms --links --specials \ + --ignore-times --inplace --dirs --delete --quiet \ + $WHOLE_FILE_OPT -f '+ /ibdata*' -f '+ /ib_lru_dump' \ + -f '- **' "$INNODB_DATA_HOME_DIR/" \ + rsync://$WSREP_SST_OPT_ADDR-data_dir >&2 || RC=$? + + if [ $RC -ne 0 ]; then + wsrep_log_error "rsync innodb_data_home_dir returned code $RC:" + exit 255 # unknown error + fi + # second, we transfer InnoDB log files - rsync --owner --group --perms --links --specials \ + rsync ${STUNNEL:+--rsh="$STUNNEL"} \ + --owner --group --perms --links --specials \ --ignore-times --inplace --dirs --delete --quiet \ $WHOLE_FILE_OPT -f '+ /ib_logfile[0-9]*' -f '- **' "$WSREP_LOG_DIR/" \ rsync://$WSREP_SST_OPT_ADDR-log_dir >&2 || RC=$? @@ -219,7 +307,8 @@ then fi # then, we parallelize the transfer of database directories, use . so that pathconcatenation works - pushd "$WSREP_SST_OPT_DATA" >/dev/null + OLD_PWD="$(pwd)" + cd $WSREP_SST_OPT_DATA count=1 [ "$OS" == "Linux" ] && count=$(grep -c processor /proc/cpuinfo) @@ -227,12 +316,13 @@ then find . -maxdepth 1 -mindepth 1 -type d -not -name "lost+found" \ -print0 | xargs -I{} -0 -P $count \ - rsync --owner --group --perms --links --specials \ + rsync ${STUNNEL:+--rsh="$STUNNEL"} \ + --owner --group --perms --links --specials \ --ignore-times --inplace --recursive --delete --quiet \ $WHOLE_FILE_OPT --exclude '*/ib_logfile*' "$WSREP_SST_OPT_DATA"/{}/ \ rsync://$WSREP_SST_OPT_ADDR/{} >&2 || RC=$? - popd >/dev/null + cd "$OLD_PWD" if [ $RC -ne 0 ]; then wsrep_log_error "find/rsync returned code $RC:" @@ -250,7 +340,8 @@ then echo "continue" # now server can resume updating data echo "$STATE" > "$MAGIC_FILE" - rsync --archive --quiet --checksum "$MAGIC_FILE" rsync://$WSREP_SST_OPT_ADDR + rsync ${STUNNEL:+--rsh="$STUNNEL"} \ + --archive --quiet --checksum "$MAGIC_FILE" rsync://$WSREP_SST_OPT_ADDR echo "done $STATE" @@ -302,14 +393,38 @@ $SILENT path = $WSREP_SST_OPT_DATA [$MODULE-log_dir] path = $WSREP_LOG_DIR +[$MODULE-data_dir] + path = $INNODB_DATA_HOME_DIR EOF # rm -rf "$DATA"/ib_logfile* # we don't want old logs around # listen at all interfaces (for firewalled setups) readonly RSYNC_PORT=${WSREP_SST_OPT_PORT:-4444} - rsync --daemon --no-detach --port $RSYNC_PORT --config "$RSYNC_CONF" & - RSYNC_REAL_PID=$! + +cat << EOF > "$STUNNEL_CONF" +key = $SSTKEY +cert = $SSTCERT +foreground = yes +pid = $STUNNEL_PID +debug = warning +client = no +[rsync] +accept = $RSYNC_PORT +exec = $(which rsync) +execargs = rsync --server --daemon --config=$RSYNC_CONF . +EOF + + if [ -z "$STUNNEL" ] + then + # listen at all interfaces (for firewalled setups) + rsync --daemon --no-detach --port $RSYNC_PORT --config "$RSYNC_CONF" & + RSYNC_REAL_PID=$! + else + stunnel "$STUNNEL_CONF" & + RSYNC_REAL_PID=$! + RSYNC_PID=$STUNNEL_PID + fi until check_pid_and_port $RSYNC_PID $RSYNC_REAL_PID $RSYNC_PORT do @@ -337,7 +452,9 @@ EOF if ! [ -z $WSREP_SST_OPT_BINLOG ] then - pushd $BINLOG_DIRNAME &> /dev/null + OLD_PWD="$(pwd)" + cd $BINLOG_DIRNAME + if [ -f $BINLOG_TAR_FILE ] then # Clean up old binlog files first @@ -346,10 +463,14 @@ EOF tar -xvf $BINLOG_TAR_FILE >&2 for ii in $(ls -1 ${BINLOG_FILENAME}.*) do - echo ${BINLOG_DIRNAME}/${ii} >> ${BINLOG_FILENAME}.index + if ! [ -z $WSREP_SST_OPT_BINLOG_INDEX ] + echo ${BINLOG_DIRNAME}/${ii} >> ${BINLOG_FILENAME}.index + then + echo ${BINLOG_DIRNAME}/${ii} >> ${BINLOG_INDEX_DIRNAME}/${BINLOG_INDEX_FILENAME}.index + fi done fi - popd &> /dev/null + cd "$OLD_PWD" fi if [ -r "$MAGIC_FILE" ] then diff --git a/scripts/wsrep_sst_xtrabackup-v2.sh b/scripts/wsrep_sst_xtrabackup-v2.sh index 99bbabbe9be6c2ad57fdc20716a3314c931738de..5fad91df18b54a5a6740d24a8e22e42043520f1a 100644 --- a/scripts/wsrep_sst_xtrabackup-v2.sh +++ b/scripts/wsrep_sst_xtrabackup-v2.sh @@ -899,7 +899,31 @@ fi get_stream get_transfer -INNOAPPLY="${INNOBACKUPEX_BIN} $disver $iapts --apply-log \$rebuildcmd \${DATA} ${INNOAPPLY}" +INNODB_DATA_HOME_DIR=${INNODB_DATA_HOME_DIR:-""} +# Try to set INNODB_DATA_HOME_DIR from the command line: +if [ ! -z "$INNODB_DATA_HOME_DIR_ARG" ]; then + INNODB_DATA_HOME_DIR=$INNODB_DATA_HOME_DIR_ARG +fi +# if INNODB_DATA_HOME_DIR env. variable is not set, try to get it from my.cnf +if [ -z "$INNODB_DATA_HOME_DIR" ]; then + INNODB_DATA_HOME_DIR=$(parse_cnf mysqld$WSREP_SST_OPT_SUFFIX_VALUE innodb-data-home-dir '') +fi +if [ -z "$INNODB_DATA_HOME_DIR" ]; then + INNODB_DATA_HOME_DIR=$(parse_cnf --mysqld innodb-data-home-dir "") +fi +if [ ! -z "$INNODB_DATA_HOME_DIR" ]; then + INNOEXTRA+=" --innodb-data-home-dir=$INNODB_DATA_HOME_DIR" +fi + +if [ -n "$INNODB_DATA_HOME_DIR" ]; then + # handle both relative and absolute paths + INNODB_DATA_HOME_DIR=$(cd $DATA; mkdir -p "$INNODB_DATA_HOME_DIR"; cd $INNODB_DATA_HOME_DIR; pwd -P) +else + # default to datadir + INNODB_DATA_HOME_DIR=$(cd $DATA; pwd -P) +fi + +INNOAPPLY="${INNOBACKUPEX_BIN} $disver $iapts \$INNOEXTRA --apply-log \$rebuildcmd \${DATA} ${INNOAPPLY}" INNOMOVE="${INNOBACKUPEX_BIN} ${WSREP_SST_OPT_CONF} $disver $impts --move-back --force-non-empty-directories \${DATA} ${INNOMOVE}" INNOBACKUP="${INNOBACKUPEX_BIN} ${WSREP_SST_OPT_CONF} $disver $iopts \$tmpopts \$INNOEXTRA --galera-info --stream=\$sfmt \$itmpdir ${INNOBACKUP}" @@ -1035,7 +1059,7 @@ then [[ -e $SST_PROGRESS_FILE ]] && wsrep_log_info "Stale sst_in_progress file: $SST_PROGRESS_FILE" [[ -n $SST_PROGRESS_FILE ]] && touch $SST_PROGRESS_FILE - ib_home_dir=$(parse_cnf --mysqld innodb-data-home-dir "") + ib_home_dir=$INNODB_DATA_HOME_DIR ib_log_dir=$(parse_cnf --mysqld innodb-log-group-home-dir "") ib_undo_dir=$(parse_cnf --mysqld innodb-undo-directory "") diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index f6ee59a9237be2d4da1d96f514a2e66965654a75..f22d7bfdc6a6bc2d8e401ae4016edcc11cfd3daf 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006, 2014, Oracle and/or its affiliates. -# Copyright (c) 2010, 2018, MariaDB +# Copyright (c) 2010, 2018, MariaDB Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -294,7 +294,7 @@ DTRACE_INSTRUMENT_STATIC_LIBS(mysqld SET(WITH_MYSQLD_LDFLAGS "" CACHE STRING "Additional linker flags for mysqld") MARK_AS_ADVANCED(WITH_MYSQLD_LDFLAGS) IF(WITH_MYSQLD_LDFLAGS) - GET_TARGET_PROPERTY(mysqld LINK_FLAGS MYSQLD_LINK_FLAGS) + GET_TARGET_PROPERTY(MYSQLD_LINK_FLAGS mysqld LINK_FLAGS) IF(NOT MYSQLD_LINK_FLAGS) SET(MYSQLD_LINK_FLAGS) ENDIF() diff --git a/sql/compat56.cc b/sql/compat56.cc index 3bd6b21a154139d78c5f99fa0c2aa3c522835b1a..357b4bcf78bde77ad8bf31153ae087a9e0e3f74e 100644 --- a/sql/compat56.cc +++ b/sql/compat56.cc @@ -252,6 +252,9 @@ void TIME_from_longlong_datetime_packed(MYSQL_TIME *ltime, longlong tmp) { longlong ymd, hms; longlong ymdhms, ym; + + DBUG_ASSERT(tmp != LONGLONG_MIN); + if ((ltime->neg= (tmp < 0))) tmp= -tmp; diff --git a/sql/contributors.h b/sql/contributors.h index a0d05af3fa6255a73e830fdca13014f4e9eafa0e..69f8fa6bd4c947b4e7c0dbf6c8e6615e9358a850 100644 --- a/sql/contributors.h +++ b/sql/contributors.h @@ -45,12 +45,14 @@ struct show_table_contributors_st show_table_contributors[]= { {"Visma", "https://visma.com", "Gold Sponsor of the MariaDB Foundation"}, {"DBS", "https://dbs.com", "Gold Sponsor of the MariaDB Foundation"}, {"IBM", "https://www.ibm.com", "Gold Sponsor of the MariaDB Foundation"}, + {"Tencent Games", "http://game.qq.com/", "Gold Sponsor of the MariaDB Foundation"}, {"Nexedi", "https://www.nexedi.com", "Silver Sponsor of the MariaDB Foundation"}, - {"Acronis", "http://www.acronis.com", "Silver Sponsor of the MariaDB Foundation"}, + {"Acronis", "https://www.acronis.com", "Silver Sponsor of the MariaDB Foundation"}, {"Verkkokauppa.com", "https://www.verkkokauppa.com", "Bronze Sponsor of the MariaDB Foundation"}, {"Virtuozzo", "https://virtuozzo.com", "Bronze Sponsor of the MariaDB Foundation"}, {"Tencent Game DBA", "http://tencentdba.com/about", "Bronze Sponsor of the MariaDB Foundation"}, {"Tencent TDSQL", "http://tdsql.org", "Bronze Sponsor of the MariaDB Foundation"}, + {"Percona", "https://www.percona.com/", "Bronze Sponsor of the MariaDB Foundation"}, /* Sponsors of important features */ {"Google", "USA", "Sponsoring encryption, parallel replication and GTID"}, diff --git a/sql/events.cc b/sql/events.cc index b7b263971b3f75ecdaf4662e0f80dc7ffe12f4ff..187a3208d9f8480718748b720160e0f5bc459c11 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -418,10 +418,10 @@ Events::create_event(THD *thd, Event_parse_data *parse_data) thd->restore_stmt_binlog_format(save_binlog_format); DBUG_RETURN(ret); -#ifdef WITH_WSREP - error: + +WSREP_ERROR_LABEL: DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ + } @@ -462,6 +462,7 @@ Events::update_event(THD *thd, Event_parse_data *parse_data, if (check_access(thd, EVENT_ACL, parse_data->dbname.str, NULL, NULL, 0, 0)) DBUG_RETURN(TRUE); + WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); if (lock_object_name(thd, MDL_key::EVENT, @@ -548,10 +549,9 @@ Events::update_event(THD *thd, Event_parse_data *parse_data, thd->restore_stmt_binlog_format(save_binlog_format); DBUG_RETURN(ret); -#ifdef WITH_WSREP -error: + +WSREP_ERROR_LABEL: DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ } @@ -591,6 +591,7 @@ Events::drop_event(THD *thd, LEX_STRING dbname, LEX_STRING name, bool if_exists) if (check_access(thd, EVENT_ACL, dbname.str, NULL, NULL, 0, 0)) DBUG_RETURN(TRUE); + WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); /* @@ -614,10 +615,9 @@ Events::drop_event(THD *thd, LEX_STRING dbname, LEX_STRING name, bool if_exists) thd->restore_stmt_binlog_format(save_binlog_format); DBUG_RETURN(ret); -#ifdef WITH_WSREP -error: + +WSREP_ERROR_LABEL: DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ } diff --git a/sql/field.cc b/sql/field.cc index 71fc5684d924f2efd8bf852ee0596acd227173b6..a4308a378b3d3998cf5e0d94a274c47896483724 100644 --- a/sql/field.cc +++ b/sql/field.cc @@ -4430,7 +4430,8 @@ longlong Field_float::val_int(void) { float j; float4get(j,ptr); - return (longlong) rint(j); + bool error; + return double_to_longlong(j, false, &error); } @@ -9782,13 +9783,18 @@ void Create_field::create_length_to_internal_length(void) } break; case MYSQL_TYPE_NEWDECIMAL: - key_length= pack_length= - my_decimal_get_binary_size(my_decimal_length_to_precision(length, - decimals, - flags & - UNSIGNED_FLAG), - decimals); + { + /* + This code must be identical to code in + Field_new_decimal::Field_new_decimal as otherwise the record layout + gets out of sync. + */ + uint precision= my_decimal_length_to_precision(length, decimals, + flags & UNSIGNED_FLAG); + set_if_smaller(precision, DECIMAL_MAX_PRECISION); + key_length= pack_length= my_decimal_get_binary_size(precision, decimals); break; + } default: key_length= pack_length= calc_pack_length(sql_type, length); break; diff --git a/sql/field_conv.cc b/sql/field_conv.cc index c4c843a3bbdac126f9259dc9a2ce127ada2fe5ba..cdef8e8d746ccfcd66cb74be5d88f7bb4802977c 100644 --- a/sql/field_conv.cc +++ b/sql/field_conv.cc @@ -1,5 +1,5 @@ /* Copyright (c) 2000, 2016, Oracle and/or its affiliates. - Copyright (c) 2010, 2016, MariaDB + Copyright (c) 2010, 2018, MariaDB Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 7444d61b3fc830ad6b4eacc687e3ddda54e53c6b..d0ae8f47007d253d5ce46641df534ae2142ef8d2 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -3889,9 +3889,14 @@ THR_LOCK_DATA **ha_partition::store_lock(THD *thd, } else { - for (i= bitmap_get_first_set(&(m_part_info->lock_partitions)); + MY_BITMAP *used_partitions= lock_type == TL_UNLOCK || + lock_type == TL_IGNORE ? + &m_locked_partitions : + &m_part_info->lock_partitions; + + for (i= bitmap_get_first_set(used_partitions); i < m_tot_parts; - i= bitmap_get_next_set(&m_part_info->lock_partitions, i)) + i= bitmap_get_next_set(used_partitions, i)) { DBUG_PRINT("info", ("store lock %d iteration", i)); to= m_file[i]->store_lock(thd, to, lock_type); @@ -9131,6 +9136,56 @@ int ha_partition::check_for_upgrade(HA_CHECK_OPT *check_opt) } +/** + Push an engine condition to the condition stack of the storage engine + for each partition. + + @param cond Pointer to the engine condition to be pushed. + + @return NULL Underlying engine will not return rows that + do not match the passed condition. + <> NULL 'Remainder' condition that the caller must use + to filter out records. +*/ + +const COND *ha_partition::cond_push(const COND *cond) +{ + handler **file= m_file; + COND *res_cond= NULL; + DBUG_ENTER("ha_partition::cond_push"); + + do + { + if ((*file)->pushed_cond != cond) + { + if ((*file)->cond_push(cond)) + res_cond= (COND *) cond; + else + (*file)->pushed_cond= cond; + } + } while (*(++file)); + DBUG_RETURN(res_cond); +} + + +/** + Pop the top condition from the condition stack of the storage engine + for each partition. +*/ + +void ha_partition::cond_pop() +{ + handler **file= m_file; + DBUG_ENTER("ha_partition::cond_pop"); + + do + { + (*file)->cond_pop(); + } while (*(++file)); + DBUG_VOID_RETURN; +} + + struct st_mysql_storage_engine partition_storage_engine= { MYSQL_HANDLERTON_INTERFACE_VERSION }; diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 11e34e1ebb08b053a0feba9e947220ccb691d7c6..23d0233735938585ba20cbadb33ae719a780a62f 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -251,7 +251,6 @@ class ha_partition :public handler /* Variables for lock structures. */ - THR_LOCK_DATA lock; /* MySQL lock */ bool auto_increment_lock; /**< lock reading/updating auto_inc */ /** @@ -1213,6 +1212,14 @@ class ha_partition :public handler virtual bool is_crashed() const; virtual int check_for_upgrade(HA_CHECK_OPT *check_opt); + /* + ----------------------------------------------------------------------- + MODULE condition pushdown + ----------------------------------------------------------------------- + */ + virtual const COND *cond_push(const COND *cond); + virtual void cond_pop(); + private: int handle_opt_partitions(THD *thd, HA_CHECK_OPT *check_opt, uint flags); int handle_opt_part(THD *thd, HA_CHECK_OPT *check_opt, uint part_id, diff --git a/sql/handler.cc b/sql/handler.cc index 9c319b995da834bc158044b11c273026695c7cf0..497409d0f538d15be620c6c2eae4da9e5e20e789 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -21,6 +21,7 @@ */ #include +#include #include "sql_priv.h" #include "unireg.h" #include "rpl_handler.h" @@ -4375,6 +4376,7 @@ handler::ha_create_partitioning_metadata(const char *name, (!old_name && strcmp(name, table_share->path.str))); + mark_trx_read_write(); return create_partitioning_metadata(name, old_name, action_flag); } @@ -6168,7 +6170,7 @@ void ha_fake_trx_id(THD *thd) if (thd->wsrep_ws_handle.trx_id != WSREP_UNDEFINED_TRX_ID) { - WSREP_DEBUG("fake trx id skipped: %lu", thd->wsrep_ws_handle.trx_id); + WSREP_DEBUG("fake trx id skipped: %" PRIu64, thd->wsrep_ws_handle.trx_id); DBUG_VOID_RETURN; } diff --git a/sql/item.cc b/sql/item.cc index f1b57c644106ca5ffc79853db89f8b5c09e41a4f..1a2c4eba5fb23c0899621feecf7964cbf46dd2ae 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -3566,7 +3566,10 @@ longlong Item_param::val_int() { switch (state) { case REAL_VALUE: - return (longlong) rint(value.real); + { + bool error; + return double_to_longlong(value.real, unsigned_flag, &error); + } case INT_VALUE: return value.integer; case DECIMAL_VALUE: @@ -4032,32 +4035,6 @@ bool Item_param::append_for_log(THD *thd, String *str) return str->append(*val); } -/**************************************************************************** - Item_copy -****************************************************************************/ - -Item_copy *Item_copy::create(THD *thd, Item *item) -{ - MEM_ROOT *mem_root= thd->mem_root; - switch (item->result_type()) - { - case STRING_RESULT: - return new (mem_root) Item_copy_string(thd, item); - case REAL_RESULT: - return new (mem_root) Item_copy_float(thd, item); - case INT_RESULT: - return item->unsigned_flag ? - new (mem_root) Item_copy_uint(thd, item) : - new (mem_root) Item_copy_int(thd, item); - case DECIMAL_RESULT: - return new (mem_root) Item_copy_decimal(thd, item); - case TIME_RESULT: - case ROW_RESULT: - DBUG_ASSERT (0); - } - /* should not happen */ - return NULL; -} /**************************************************************************** Item_copy_string @@ -4115,156 +4092,6 @@ my_decimal *Item_copy_string::val_decimal(my_decimal *decimal_value) } -/**************************************************************************** - Item_copy_int -****************************************************************************/ - -void Item_copy_int::copy() -{ - cached_value= item->val_int(); - null_value=item->null_value; -} - -static int save_int_value_in_field (Field *, longlong, bool, bool); - -int Item_copy_int::save_in_field(Field *field, bool no_conversions) -{ - return save_int_value_in_field(field, cached_value, - null_value, unsigned_flag); -} - - -String *Item_copy_int::val_str(String *str) -{ - if (null_value) - return (String *) 0; - - str->set(cached_value, &my_charset_bin); - return str; -} - - -my_decimal *Item_copy_int::val_decimal(my_decimal *decimal_value) -{ - if (null_value) - return (my_decimal *) 0; - - int2my_decimal(E_DEC_FATAL_ERROR, cached_value, unsigned_flag, decimal_value); - return decimal_value; -} - - -/**************************************************************************** - Item_copy_uint -****************************************************************************/ - -String *Item_copy_uint::val_str(String *str) -{ - if (null_value) - return (String *) 0; - - str->set((ulonglong) cached_value, &my_charset_bin); - return str; -} - - -/**************************************************************************** - Item_copy_float -****************************************************************************/ - -String *Item_copy_float::val_str(String *str) -{ - if (null_value) - return (String *) 0; - else - { - double nr= val_real(); - str->set_real(nr,decimals, &my_charset_bin); - return str; - } -} - - -my_decimal *Item_copy_float::val_decimal(my_decimal *decimal_value) -{ - if (null_value) - return (my_decimal *) 0; - else - { - double nr= val_real(); - double2my_decimal(E_DEC_FATAL_ERROR, nr, decimal_value); - return decimal_value; - } -} - - -int Item_copy_float::save_in_field(Field *field, bool no_conversions) -{ - if (null_value) - return set_field_to_null(field); - field->set_notnull(); - return field->store(cached_value); -} - - -/**************************************************************************** - Item_copy_decimal -****************************************************************************/ - -int Item_copy_decimal::save_in_field(Field *field, bool no_conversions) -{ - if (null_value) - return set_field_to_null(field); - field->set_notnull(); - return field->store_decimal(&cached_value); -} - - -String *Item_copy_decimal::val_str(String *result) -{ - if (null_value) - return (String *) 0; - result->set_charset(&my_charset_bin); - my_decimal2string(E_DEC_FATAL_ERROR, &cached_value, 0, 0, 0, result); - return result; -} - - -double Item_copy_decimal::val_real() -{ - if (null_value) - return 0.0; - else - { - double result; - my_decimal2double(E_DEC_FATAL_ERROR, &cached_value, &result); - return result; - } -} - - -longlong Item_copy_decimal::val_int() -{ - if (null_value) - return 0; - else - { - longlong result; - my_decimal2int(E_DEC_FATAL_ERROR, &cached_value, unsigned_flag, &result); - return result; - } -} - - -void Item_copy_decimal::copy() -{ - my_decimal *nr= item->val_decimal(&cached_value); - if (nr && nr != &cached_value) - my_decimal2decimal (nr, &cached_value); - null_value= item->null_value; -} - - /* Functions to convert item to field (for send_result_set_metadata) */ @@ -6813,7 +6640,7 @@ Item *Item_field::update_value_transformer(THD *thd, uchar *select_arg) void Item_field::print(String *str, enum_query_type query_type) { if (field && field->table->const_table && - !(query_type & QT_NO_DATA_EXPANSION)) + !(query_type & (QT_NO_DATA_EXPANSION | QT_VIEW_INTERNAL))) { print_value(str); return; @@ -8650,13 +8477,11 @@ void Item_trigger_field::cleanup() Item_result item_cmp_type(Item_result a,Item_result b) { - if (a == STRING_RESULT && b == STRING_RESULT) - return STRING_RESULT; - if (a == INT_RESULT && b == INT_RESULT) - return INT_RESULT; - else if (a == ROW_RESULT || b == ROW_RESULT) + if (a == b) + return a; + if (a == ROW_RESULT || b == ROW_RESULT) return ROW_RESULT; - else if (a == TIME_RESULT || b == TIME_RESULT) + if (a == TIME_RESULT || b == TIME_RESULT) return TIME_RESULT; if ((a == INT_RESULT || a == DECIMAL_RESULT) && (b == INT_RESULT || b == DECIMAL_RESULT)) @@ -9172,7 +8997,8 @@ longlong Item_cache_real::val_int() DBUG_ASSERT(fixed == 1); if (!has_value()) return 0; - return (longlong) rint(value); + bool error; + return double_to_longlong(value, unsigned_flag, &error); } diff --git a/sql/item.h b/sql/item.h index dcd773ffc59bbaa28ab7d69b5e4c7fef65f8ca3f..57f10740fed07beb165ae7a9477f1151affcb6d7 100644 --- a/sql/item.h +++ b/sql/item.h @@ -4545,7 +4545,7 @@ class Item_int_with_ref :public Item_int Base class to implement typed value caching Item classes Item_copy_ classes are very similar to the corresponding Item_ - classes (e.g. Item_copy_int is similar to Item_int) but they add + classes (e.g. Item_copy_string is similar to Item_string) but they add the following additional functionality to Item_ : 1. Nullability 2. Possibility to store the value not only on instantiation time, @@ -4598,13 +4598,6 @@ class Item_copy :public Item } public: - /** - Factory method to create the appropriate subclass dependent on the type of - the original item. - - @param item the original item. - */ - static Item_copy *create(THD *thd, Item *item); /** Update the cache with the value of the original item @@ -4666,89 +4659,6 @@ class Item_copy_string : public Item_copy }; -class Item_copy_int : public Item_copy -{ -protected: - longlong cached_value; -public: - Item_copy_int(THD *thd, Item *i): Item_copy(thd, i) {} - int save_in_field(Field *field, bool no_conversions); - - virtual String *val_str(String*); - virtual my_decimal *val_decimal(my_decimal *); - virtual double val_real() - { - return null_value ? 0.0 : (double) cached_value; - } - virtual longlong val_int() - { - return null_value ? 0 : cached_value; - } - virtual void copy(); -}; - - -class Item_copy_uint : public Item_copy_int -{ -public: - Item_copy_uint(THD *thd, Item *item_arg): Item_copy_int(thd, item_arg) - { - unsigned_flag= 1; - } - - String *val_str(String*); - double val_real() - { - return null_value ? 0.0 : (double) (ulonglong) cached_value; - } -}; - - -class Item_copy_float : public Item_copy -{ -protected: - double cached_value; -public: - Item_copy_float(THD *thd, Item *i): Item_copy(thd, i) {} - int save_in_field(Field *field, bool no_conversions); - - String *val_str(String*); - my_decimal *val_decimal(my_decimal *); - double val_real() - { - return null_value ? 0.0 : cached_value; - } - longlong val_int() - { - return (longlong) rint(val_real()); - } - void copy() - { - cached_value= item->val_real(); - null_value= item->null_value; - } -}; - - -class Item_copy_decimal : public Item_copy -{ -protected: - my_decimal cached_value; -public: - Item_copy_decimal(THD *thd, Item *i): Item_copy(thd, i) {} - int save_in_field(Field *field, bool no_conversions); - - String *val_str(String*); - my_decimal *val_decimal(my_decimal *) - { - return null_value ? NULL: &cached_value; - } - double val_real(); - longlong val_int(); - void copy(); -}; - - /* Cached_item_XXX objects are not exactly caches. They do the following: diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 6ffd582c133068cabc84f33510e5baaacce4bfde..de886ba8ecbd842cac6310ad0eddbe29e9de0341 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -4329,11 +4329,20 @@ void Item_func_in::fix_length_and_dec() if (field_item->field_type() == MYSQL_TYPE_LONGLONG || field_item->field_type() == MYSQL_TYPE_YEAR) { - bool all_converted= TRUE; + bool all_converted= true; for (arg=args+1, arg_end=args+arg_count; arg != arg_end ; arg++) { - if (!convert_const_to_int(thd, field_item, &arg[0])) - all_converted= FALSE; + /* + Explicit NULLs should not affect data cmp_type resolution: + - we ignore NULLs when calling collect_cmp_type() + - we ignore NULLs here + So this expression: + year_column IN (DATE'2001-01-01', NULL) + switches from TIME_RESULT to INT_RESULT. + */ + if (arg[0]->type() != Item::NULL_ITEM && + !convert_const_to_int(thd, field_item, &arg[0])) + all_converted= false; } if (all_converted) m_compare_type= INT_RESULT; @@ -5120,6 +5129,19 @@ bool Item_func_null_predicate::count_sargable_conds(uchar *arg) } +void Item_func_isnull::print(String *str, enum_query_type query_type) +{ + str->append(func_name()); + str->append('('); + if (const_item() && !args[0]->maybe_null && + !(query_type & (QT_NO_DATA_EXPANSION | QT_VIEW_INTERNAL))) + str->append("/*always not null*/ 1"); + else + args[0]->print(str, query_type); + str->append(')'); +} + + longlong Item_func_isnull::val_int() { DBUG_ASSERT(fixed == 1); diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 03f234ad1e49e5346ba1bd5c4ed49be3cb967e0d..8d85bc8afcafa741c7bfc169cff70c62f77f6191 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -1720,6 +1720,7 @@ class Item_func_isnull :public Item_func_null_predicate } COND *remove_eq_conds(THD *thd, Item::cond_result *cond_value, bool top_level); + virtual void print(String *str, enum_query_type query_type); table_map not_null_tables() const { return 0; } Item *neg_transformer(THD *thd); }; diff --git a/sql/item_func.cc b/sql/item_func.cc index 05a34a9a24a9e71ba7b5764b9cd418e0f0aa67e4..8b1c7b3bc612932fa864d997a64d3e4700f71e86 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -940,7 +940,10 @@ longlong Item_func_hybrid_field_type::val_int() case INT_RESULT: return int_op(); case REAL_RESULT: - return (longlong) rint(real_op()); + { + bool error; + return double_to_longlong(real_op(), unsigned_flag, &error); + } case TIME_RESULT: { MYSQL_TIME ltime; diff --git a/sql/item_func.h b/sql/item_func.h index 3219c813821ad2b48b928df3c24d038ba8f7e42f..2c0e3a62f6a8a048c2aec3fc9c2960e97830b2b3 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -382,7 +382,11 @@ class Item_real_func :public Item_func String *val_str(String*str); my_decimal *val_decimal(my_decimal *decimal_value); longlong val_int() - { DBUG_ASSERT(fixed == 1); return (longlong) rint(val_real()); } + { + DBUG_ASSERT(fixed == 1); + bool error; + return double_to_longlong(val_real(), unsigned_flag, &error); + } enum Item_result result_type () const { return REAL_RESULT; } void fix_length_and_dec() { decimals= NOT_FIXED_DEC; max_length= float_length(decimals); } @@ -1477,7 +1481,9 @@ class Item_func_udf_float :public Item_udf_func longlong val_int() { DBUG_ASSERT(fixed == 1); - return (longlong) rint(Item_func_udf_float::val_real()); + bool error; + return double_to_longlong(Item_func_udf_float::val_real(), + unsigned_flag, &error); } my_decimal *val_decimal(my_decimal *dec_buf) { diff --git a/sql/item_timefunc.cc b/sql/item_timefunc.cc index 44105bd4a1257b0a2b16061edb27c1e311328230..83949f2502eb5a2a51cfa959869681e40c719ea7 100644 --- a/sql/item_timefunc.cc +++ b/sql/item_timefunc.cc @@ -41,6 +41,7 @@ #include "set_var.h" #include "sql_locale.h" // MY_LOCALE my_locale_en_US #include "strfunc.h" // check_word +#include "sql_type_int.h" // Longlong_hybrid #include "sql_time.h" // make_truncated_value_warning, // get_date_from_daynr, // calc_weekday, calc_week, @@ -2802,8 +2803,7 @@ bool Item_func_timediff::get_date(MYSQL_TIME *ltime, ulonglong fuzzy_date) bool Item_func_maketime::get_date(MYSQL_TIME *ltime, ulonglong fuzzy_date) { DBUG_ASSERT(fixed == 1); - bool overflow= 0; - longlong hour= args[0]->val_int(); + Longlong_hybrid hour(args[0]->val_int(), args[0]->unsigned_flag); longlong minute= args[1]->val_int(); ulonglong second; ulong microsecond; @@ -2815,32 +2815,23 @@ bool Item_func_maketime::get_date(MYSQL_TIME *ltime, ulonglong fuzzy_date) bzero(ltime, sizeof(*ltime)); ltime->time_type= MYSQL_TIMESTAMP_TIME; + ltime->neg= hour.neg(); - /* Check for integer overflows */ - if (hour < 0) + if (hour.abs() <= TIME_MAX_HOUR) { - if (args[0]->unsigned_flag) - overflow= 1; - else - ltime->neg= 1; - } - if (-hour > TIME_MAX_HOUR || hour > TIME_MAX_HOUR) - overflow= 1; - - if (!overflow) - { - ltime->hour= (uint) ((hour < 0 ? -hour : hour)); + ltime->hour= (uint) hour.abs(); ltime->minute= (uint) minute; ltime->second= (uint) second; ltime->second_part= microsecond; } else { - ltime->hour= TIME_MAX_HOUR; - ltime->minute= TIME_MAX_MINUTE; - ltime->second= TIME_MAX_SECOND; + // use check_time_range() to set ltime to the max value depending on dec + int unused; + ltime->hour= TIME_MAX_HOUR + 1; + check_time_range(ltime, decimals, &unused); char buf[28]; - char *ptr= longlong10_to_str(hour, buf, args[0]->unsigned_flag ? 10 : -10); + char *ptr= longlong10_to_str(hour.value(), buf, hour.is_unsigned() ? 10 : -10); int len = (int)(ptr - buf) + sprintf(ptr, ":%02u:%02u", (uint)minute, (uint)second); make_truncated_value_warning(current_thd, Sql_condition::WARN_LEVEL_WARN, buf, len, MYSQL_TIMESTAMP_TIME, diff --git a/sql/key.cc b/sql/key.cc index 523ddf98640fc9407a735f5c7717696d68818188..19b96522b2c7a13c934c9079886ffa6aa1f12280 100644 --- a/sql/key.cc +++ b/sql/key.cc @@ -148,7 +148,8 @@ void key_copy(uchar *to_key, uchar *from_record, KEY *key_info, { key_length-= HA_KEY_BLOB_LENGTH; length= min(key_length, key_part->length); - uint bytes= key_part->field->get_key_image(to_key, length, Field::itRAW); + uint bytes= key_part->field->get_key_image(to_key, length, + key_info->flags & HA_SPATIAL ? Field::itMBR : Field::itRAW); if (with_zerofill && bytes < length) bzero((char*) to_key + bytes, length - bytes); to_key+= HA_KEY_BLOB_LENGTH; diff --git a/sql/lex.h b/sql/lex.h index 6a1cb6653e9da1844546410f4cbd5ec622ffb845..87c87d03fb33a1c5e0db8e09642c87c2a1548f97 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -633,7 +633,7 @@ static SYMBOL symbols[] = { { "UPGRADE", SYM(UPGRADE_SYM)}, { "USAGE", SYM(USAGE)}, { "USE", SYM(USE_SYM)}, - { "USER", SYM(USER)}, + { "USER", SYM(USER_SYM)}, { "USER_RESOURCES", SYM(RESOURCES)}, { "USE_FRM", SYM(USE_FRM)}, { "USING", SYM(USING)}, @@ -690,7 +690,7 @@ static SYMBOL sql_functions[] = { { "MIN", SYM(MIN_SYM)}, { "NOW", SYM(NOW_SYM)}, { "POSITION", SYM(POSITION_SYM)}, - { "SESSION_USER", SYM(USER)}, + { "SESSION_USER", SYM(USER_SYM)}, { "STD", SYM(STD_SYM)}, { "STDDEV", SYM(STD_SYM)}, { "STDDEV_POP", SYM(STD_SYM)}, @@ -700,7 +700,7 @@ static SYMBOL sql_functions[] = { { "SUBSTRING", SYM(SUBSTRING)}, { "SUM", SYM(SUM_SYM)}, { "SYSDATE", SYM(SYSDATE)}, - { "SYSTEM_USER", SYM(USER)}, + { "SYSTEM_USER", SYM(USER_SYM)}, { "TRIM", SYM(TRIM)}, { "VARIANCE", SYM(VARIANCE_SYM)}, { "VAR_POP", SYM(VARIANCE_SYM)}, diff --git a/sql/lock.cc b/sql/lock.cc index 566d3c9102541a10b1a7b95e8dd5590bcd88c6b9..f3445e3b38ad488091334ccffb651d4b9714ea67 100644 --- a/sql/lock.cc +++ b/sql/lock.cc @@ -557,22 +557,6 @@ void mysql_lock_remove(THD *thd, MYSQL_LOCK *locked,TABLE *table) } -/** Abort all other threads waiting to get lock in table. */ - -void mysql_lock_abort(THD *thd, TABLE *table, bool upgrade_lock) -{ - MYSQL_LOCK *locked; - DBUG_ENTER("mysql_lock_abort"); - - if ((locked= get_lock_data(thd, &table, 1, GET_LOCK_UNLOCK | GET_LOCK_ON_THD))) - { - for (uint i=0; i < locked->lock_count; i++) - thr_abort_locks(locked->locks[i]->lock, upgrade_lock); - } - DBUG_VOID_RETURN; -} - - /** Abort one thread / table combination. diff --git a/sql/lock.h b/sql/lock.h index 341d7a20f9f0b38031a64d9da39463973ff97c21..b2de4f60b38a211c16d1c97014d29548cc77ee4b 100644 --- a/sql/lock.h +++ b/sql/lock.h @@ -33,7 +33,6 @@ void mysql_unlock_tables(THD *thd, MYSQL_LOCK *sql_lock); void mysql_unlock_read_tables(THD *thd, MYSQL_LOCK *sql_lock); void mysql_unlock_some_tables(THD *thd, TABLE **table,uint count); void mysql_lock_remove(THD *thd, MYSQL_LOCK *locked,TABLE *table); -void mysql_lock_abort(THD *thd, TABLE *table, bool upgrade_lock); bool mysql_lock_abort_for_thread(THD *thd, TABLE *table); MYSQL_LOCK *mysql_lock_merge(MYSQL_LOCK *a,MYSQL_LOCK *b); /* Lock based on name */ diff --git a/sql/log.cc b/sql/log.cc index a95fa0fec038c4c1aac4cdcc84f7690a671bf244..767070799a9aa64df685961fcfe87c93e27030ba 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -1677,13 +1677,13 @@ static int binlog_close_connection(handlerton *hton, THD *thd) uchar *buf; size_t len=0; wsrep_write_cache_buf(cache, &buf, &len); - WSREP_WARN("binlog trx cache not empty (%lu bytes) @ connection close %lu", + WSREP_WARN("binlog trx cache not empty (%zu bytes) @ connection close %lu", len, thd->thread_id); if (len > 0) wsrep_dump_rbr_buf(thd, buf, len); cache = cache_mngr->get_binlog_cache_log(false); wsrep_write_cache_buf(cache, &buf, &len); - WSREP_WARN("binlog stmt cache not empty (%lu bytes) @ connection close %lu", + WSREP_WARN("binlog stmt cache not empty (%zu bytes) @ connection close %lu", len, thd->thread_id); if (len > 0) wsrep_dump_rbr_buf(thd, buf, len); } diff --git a/sql/log_event.cc b/sql/log_event.cc index 9ccbb45d01cba71fa4d10c92be94474959474904..883f1863ac4ba28b5aa680e6ea85d6e0da118bc9 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -262,6 +262,27 @@ static void inline slave_rows_error_report(enum loglevel level, int ha_error, } #endif +#if defined(HAVE_REPLICATION) && !defined(MYSQL_CLIENT) +static void set_thd_db(THD *thd, Rpl_filter *rpl_filter, + const char *db, uint32 db_len) +{ + char lcase_db_buf[NAME_LEN +1]; + LEX_STRING new_db; + new_db.length= db_len; + if (lower_case_table_names == 1) + { + strmov(lcase_db_buf, db); + my_casedn_str(system_charset_info, lcase_db_buf); + new_db.str= lcase_db_buf; + } + else + new_db.str= (char*) db; + /* TODO WARNING this makes rewrite_db respect lower_case_table_names values + * for more info look MDEV-17446 */ + new_db.str= (char*) rpl_filter->get_rewrite_db(new_db.str, &new_db.length); + thd->set_db(new_db.str, new_db.length); +} +#endif /* Cache that will automatically be written to a dedicated file on destruction. @@ -4241,7 +4262,6 @@ bool test_if_equal_repl_errors(int expected_error, int actual_error) int Query_log_event::do_apply_event(rpl_group_info *rgi, const char *query_arg, uint32 q_len_arg) { - LEX_STRING new_db; int expected_error,actual_error= 0; Schema_specification_st db_options; uint64 sub_id= 0; @@ -4273,9 +4293,7 @@ int Query_log_event::do_apply_event(rpl_group_info *rgi, goto end; } - new_db.length= db_len; - new_db.str= (char *) rpl_filter->get_rewrite_db(db, &new_db.length); - thd->set_db(new_db.str, new_db.length); /* allocates a copy of 'db' */ + set_thd_db(thd, rpl_filter, db, db_len); /* Setting the character set and collation of the current database thd->db. @@ -4429,7 +4447,7 @@ int Query_log_event::do_apply_event(rpl_group_info *rgi, gtid= rgi->current_gtid; if (rpl_global_gtid_slave_state->record_gtid(thd, >id, sub_id, - true, false)) + rgi, false)) { int errcode= thd->get_stmt_da()->sql_errno(); if (!is_parallel_retry_error(rgi, errcode)) @@ -6058,15 +6076,12 @@ void Load_log_event::set_fields(const char* affected_db, int Load_log_event::do_apply_event(NET* net, rpl_group_info *rgi, bool use_rli_only_for_errors) { - LEX_STRING new_db; Relay_log_info const *rli= rgi->rli; Rpl_filter *rpl_filter= rli->mi->rpl_filter; DBUG_ENTER("Load_log_event::do_apply_event"); - new_db.length= db_len; - new_db.str= (char *) rpl_filter->get_rewrite_db(db, &new_db.length); - thd->set_db(new_db.str, new_db.length); DBUG_ASSERT(thd->query() == 0); + set_thd_db(thd, rpl_filter, db, db_len); thd->clear_error(1); /* see Query_log_event::do_apply_event() and BUG#13360 */ @@ -6109,6 +6124,8 @@ int Load_log_event::do_apply_event(NET* net, rpl_group_info *rgi, thd->get_stmt_da()->opt_clear_warning_info(thd->query_id); TABLE_LIST tables; + if (lower_case_table_names) + my_casedn_str(system_charset_info, (char *)table_name); tables.init_one_table(thd->strmake(thd->db, thd->db_length), thd->db_length, table_name, strlen(table_name), @@ -7132,7 +7149,7 @@ Gtid_list_log_event::do_apply_event(rpl_group_info *rgi) { if ((ret= rpl_global_gtid_slave_state->record_gtid(thd, &list[i], sub_id_list[i], - false, false))) + NULL, false))) return ret; rpl_global_gtid_slave_state->update_state_hash(sub_id_list[i], &list[i], NULL); @@ -7639,7 +7656,7 @@ int Xid_log_event::do_apply_event(rpl_group_info *rgi) rgi->gtid_pending= false; gtid= rgi->current_gtid; - err= rpl_global_gtid_slave_state->record_gtid(thd, >id, sub_id, true, + err= rpl_global_gtid_slave_state->record_gtid(thd, >id, sub_id, rgi, false); if (err) { @@ -7912,11 +7929,6 @@ User_var_log_event(const char* buf, uint event_len, we keep the flags set to UNDEF_F. */ uint bytes_read= ((val + val_len) - buf_start); - if (bytes_read > event_len) - { - error= true; - goto err; - } if ((data_written - bytes_read) > 0) { flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + @@ -11145,7 +11157,7 @@ check_table_map(rpl_group_info *rgi, RPL_TABLE_LIST *table_list) int Table_map_log_event::do_apply_event(rpl_group_info *rgi) { RPL_TABLE_LIST *table_list; - char *db_mem, *tname_mem; + char *db_mem, *tname_mem, *ptr; size_t dummy_len; void *memory; Rpl_filter *filter; @@ -11162,10 +11174,20 @@ int Table_map_log_event::do_apply_event(rpl_group_info *rgi) NullS))) DBUG_RETURN(HA_ERR_OUT_OF_MEM); + strmov(db_mem, m_dbnam); + strmov(tname_mem, m_tblnam); + if (lower_case_table_names) + { + my_casedn_str(files_charset_info, (char*)tname_mem); + my_casedn_str(files_charset_info, (char*)db_mem); + } + /* call from mysql_client_binlog_statement() will not set rli->mi */ filter= rgi->thd->slave_thread ? rli->mi->rpl_filter : global_rpl_filter; - strmov(db_mem, filter->get_rewrite_db(m_dbnam, &dummy_len)); - strmov(tname_mem, m_tblnam); + + /* rewrite rules changed the database */ + if (((ptr= (char*) filter->get_rewrite_db(db_mem, &dummy_len)) != db_mem)) + strmov(db_mem, ptr); table_list->init_one_table(db_mem, strlen(db_mem), tname_mem, strlen(tname_mem), diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 1e6e144ccffe3e69ad755a4843b24c2db054c3c8..5452f7164e692097dfe6ebcf6f7a31b3250f2e02 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -754,6 +754,7 @@ char *master_info_file; char *relay_log_info_file, *report_user, *report_password, *report_host; char *opt_relay_logname = 0, *opt_relaylog_index_name=0; char *opt_logname, *opt_slow_logname, *opt_bin_logname; +char *opt_binlog_index_name=0; /* Static variables */ @@ -763,7 +764,6 @@ my_bool opt_expect_abort= 0, opt_bootstrap= 0; static my_bool opt_myisam_log; static int cleanup_done; static ulong opt_specialflag; -static char *opt_binlog_index_name; char *mysql_home_ptr, *pidfile_name_ptr; /** Initial command line arguments (count), after load_defaults().*/ static int defaults_argc; @@ -1413,9 +1413,9 @@ static NTService Service; ///< Service object for WinNT #endif /* __WIN__ */ #ifdef _WIN32 +#include /* ConvertStringSecurityDescriptorToSecurityDescriptor */ static char pipe_name[512]; static SECURITY_ATTRIBUTES saPipeSecurity; -static SECURITY_DESCRIPTOR sdPipeDescriptor; static HANDLE hPipe = INVALID_HANDLE_VALUE; #endif @@ -1725,7 +1725,14 @@ static void close_connections(void) tmp->thread_id, (tmp->main_security_ctx.user ? tmp->main_security_ctx.user : "")); + /* + close_connection() might need a valid current_thd + for memory allocation tracking. + */ + THD* save_thd= current_thd; + set_current_thd(tmp); close_connection(tmp,ER_SERVER_SHUTDOWN); + set_current_thd(save_thd); } #endif #ifdef WITH_WSREP @@ -2612,21 +2619,20 @@ static void network_init(void) strxnmov(pipe_name, sizeof(pipe_name)-1, "\\\\.\\pipe\\", mysqld_unix_port, NullS); - bzero((char*) &saPipeSecurity, sizeof(saPipeSecurity)); - bzero((char*) &sdPipeDescriptor, sizeof(sdPipeDescriptor)); - if (!InitializeSecurityDescriptor(&sdPipeDescriptor, - SECURITY_DESCRIPTOR_REVISION)) + /* + Create a security descriptor for pipe. + - Use low integrity level, so that it is possible to connect + from any process. + - Give Everyone read/write access to pipe. + */ + if (!ConvertStringSecurityDescriptorToSecurityDescriptor( + "S:(ML;; NW;;; LW) D:(A;; FRFW;;; WD)", + SDDL_REVISION_1, &saPipeSecurity.lpSecurityDescriptor, NULL)) { sql_perror("Can't start server : Initialize security descriptor"); unireg_abort(1); } - if (!SetSecurityDescriptorDacl(&sdPipeDescriptor, TRUE, NULL, FALSE)) - { - sql_perror("Can't start server : Set security descriptor"); - unireg_abort(1); - } saPipeSecurity.nLength = sizeof(SECURITY_ATTRIBUTES); - saPipeSecurity.lpSecurityDescriptor = &sdPipeDescriptor; saPipeSecurity.bInheritHandle = FALSE; if ((hPipe= CreateNamedPipe(pipe_name, PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED | FILE_FLAG_FIRST_PIPE_INSTANCE, @@ -3908,14 +3914,16 @@ static void my_malloc_size_cb_func(long long size, my_bool is_thread_specific) { THD *thd= current_thd; - if (is_thread_specific) /* If thread specific memory */ - { - /* - When thread specfic is set, both mysqld_server_initialized and thd - must be set - */ - DBUG_ASSERT(mysqld_server_initialized && thd); + /* + When thread specific is set, both mysqld_server_initialized and thd + must be set, and we check that with DBUG_ASSERT. + + However, do not crash, if current_thd is NULL, in release version. + */ + DBUG_ASSERT(!is_thread_specific || (mysqld_server_initialized && thd)); + if (is_thread_specific && likely(thd)) /* If thread specific memory */ + { DBUG_PRINT("info", ("thd memory_used: %lld size: %lld", (longlong) thd->status_var.local_memory_used, size)); @@ -4298,6 +4306,11 @@ static int init_common_variables() /* MyISAM requires two file handles per table. */ wanted_files= (extra_files + max_connections + extra_max_connections + tc_size * 2); +#if defined(HAVE_POOL_OF_THREADS) && !defined(__WIN__) + // add epoll or kevent fd for each threadpool group, in case pool of threads is used + wanted_files+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size; +#endif + min_tc_size= MY_MIN(tc_size, TABLE_OPEN_CACHE_MIN); org_max_connections= max_connections; org_tc_size= tc_size; @@ -6812,6 +6825,7 @@ pthread_handler_t handle_connections_namedpipes(void *arg) create_new_thread(thd); set_current_thd(0); } + LocalFree(saPipeSecurity.lpSecurityDescriptor); CloseHandle(connectOverlapped.hEvent); DBUG_LEAVE; decrement_handler_count(); diff --git a/sql/mysqld.h b/sql/mysqld.h index 0a3266abfb54cfd46c03eef48734f9716ee5d756..af519622d97d9fc0f989b44cc4ce94c8a9b552f7 100644 --- a/sql/mysqld.h +++ b/sql/mysqld.h @@ -165,6 +165,7 @@ extern uint protocol_version, mysqld_port, dropping_tables; extern ulong delay_key_write_options; extern char *opt_logname, *opt_slow_logname, *opt_bin_logname, *opt_relay_logname; +extern char *opt_binlog_index_name; extern char *opt_backup_history_logname, *opt_backup_progress_logname, *opt_backup_settings_name; extern const char *log_output_str; diff --git a/sql/opt_range.cc b/sql/opt_range.cc index 1e29efda0d1141e9819432f861c78fbb86b2112d..d8ecf8077b8442c5688d66f481031ba55548b048 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -2738,13 +2738,19 @@ bool create_key_parts_for_pseudo_indexes(RANGE_OPT_PARAM *param, for (field_ptr= table->field; *field_ptr; field_ptr++) { - if (bitmap_is_set(used_fields, (*field_ptr)->field_index)) + Column_statistics* col_stats= (*field_ptr)->read_stats; + if (bitmap_is_set(used_fields, (*field_ptr)->field_index) + && col_stats && !col_stats->no_stat_values_provided() + && !((*field_ptr)->type() == MYSQL_TYPE_GEOMETRY)) parts++; } KEY_PART *key_part; uint keys= 0; + if (!parts) + return TRUE; + if (!(key_part= (KEY_PART *) alloc_root(param->mem_root, sizeof(KEY_PART) * parts))) return TRUE; @@ -2756,6 +2762,9 @@ bool create_key_parts_for_pseudo_indexes(RANGE_OPT_PARAM *param, if (bitmap_is_set(used_fields, (*field_ptr)->field_index)) { Field *field= *field_ptr; + if (field->type() == MYSQL_TYPE_GEOMETRY) + continue; + uint16 store_length; uint16 max_key_part_length= (uint16) table->file->max_key_part_length(); key_part->key= keys; @@ -2913,7 +2922,18 @@ bool calculate_cond_selectivity_for_table(THD *thd, TABLE *table, Item **cond) table->cond_selectivity= 1.0; - if (!*cond || table_records == 0) + if (table_records == 0) + DBUG_RETURN(FALSE); + + QUICK_SELECT_I *quick; + if ((quick=table->reginfo.join_tab->quick) && + quick->get_type() == QUICK_SELECT_I::QS_TYPE_GROUP_MIN_MAX) + { + table->cond_selectivity*= (quick->records/table_records); + DBUG_RETURN(FALSE); + } + + if (!*cond) DBUG_RETURN(FALSE); if (table->pos_in_table_list->schema_table) @@ -3030,7 +3050,8 @@ bool calculate_cond_selectivity_for_table(THD *thd, TABLE *table, Item **cond) */ if (thd->variables.optimizer_use_condition_selectivity > 2 && - !bitmap_is_clear_all(used_fields)) + !bitmap_is_clear_all(used_fields) && + thd->variables.use_stat_tables > 0) { PARAM param; MEM_ROOT alloc; diff --git a/sql/protocol.cc b/sql/protocol.cc index 4ae9497c039578480b93fca25f1637732d5ea366..9c5df04e4046b1526ee9ea205165384493d899d6 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -654,7 +654,7 @@ uchar *net_store_data(uchar *to, const uchar *from, size_t length) uchar *net_store_data(uchar *to,int32 from) { - char buff[20]; + char buff[22]; uint length=(uint) (int10_to_str(from,buff,10)-buff); to=net_store_length_fast(to,length); memcpy(to,buff,length); @@ -1071,7 +1071,7 @@ bool Protocol_text::store_tiny(longlong from) DBUG_ASSERT(field_types == 0 || field_types[field_pos] == MYSQL_TYPE_TINY); field_pos++; #endif - char buff[20]; + char buff[22]; return net_store_data((uchar*) buff, (size_t) (int10_to_str((int) from, buff, -10) - buff)); } @@ -1085,7 +1085,7 @@ bool Protocol_text::store_short(longlong from) field_types[field_pos] == MYSQL_TYPE_SHORT); field_pos++; #endif - char buff[20]; + char buff[22]; return net_store_data((uchar*) buff, (size_t) (int10_to_str((int) from, buff, -10) - buff)); @@ -1100,7 +1100,7 @@ bool Protocol_text::store_long(longlong from) field_types[field_pos] == MYSQL_TYPE_LONG); field_pos++; #endif - char buff[20]; + char buff[22]; return net_store_data((uchar*) buff, (size_t) (int10_to_str((long int)from, buff, (from <0)?-10:10)-buff)); diff --git a/sql/rpl_gtid.cc b/sql/rpl_gtid.cc index 7b1acf17ef5ad926d297f9a5ba84032be6fdaf90..2d4acde03fc4948f6efe414d8cbfa5f1e8e8f513 100644 --- a/sql/rpl_gtid.cc +++ b/sql/rpl_gtid.cc @@ -77,7 +77,7 @@ rpl_slave_state::record_and_update_gtid(THD *thd, rpl_group_info *rgi) rgi->gtid_pending= false; if (rgi->gtid_ignore_duplicate_state!=rpl_group_info::GTID_DUPLICATE_IGNORE) { - if (record_gtid(thd, &rgi->current_gtid, sub_id, false, false)) + if (record_gtid(thd, &rgi->current_gtid, sub_id, NULL, false)) DBUG_RETURN(1); update_state_hash(sub_id, &rgi->current_gtid, rgi); } @@ -328,6 +328,10 @@ rpl_slave_state::update(uint32 domain_id, uint32 server_id, uint64 sub_id, } } rgi->gtid_ignore_duplicate_state= rpl_group_info::GTID_DUPLICATE_NULL; + +#ifdef HAVE_REPLICATION + rgi->pending_gtid_deletes_clear(); +#endif } if (!(list_elem= (list_element *)my_malloc(sizeof(*list_elem), MYF(MY_WME)))) @@ -377,15 +381,24 @@ int rpl_slave_state::put_back_list(uint32 domain_id, list_element *list) { element *e; + int err= 0; + + mysql_mutex_lock(&LOCK_slave_state); if (!(e= (element *)my_hash_search(&hash, (const uchar *)&domain_id, 0))) - return 1; + { + err= 1; + goto end; + } while (list) { list_element *next= list->next; e->add(list); list= next; } - return 0; + +end: + mysql_mutex_unlock(&LOCK_slave_state); + return err; } @@ -468,12 +481,12 @@ gtid_check_rpl_slave_state_table(TABLE *table) /* Write a gtid to the replication slave state table. - Do it as part of the transaction, to get slave crash safety, or as a separate - transaction if !in_transaction (eg. MyISAM or DDL). - gtid The global transaction id for this event group. sub_id Value allocated within the sub_id when the event group was read (sub_id must be consistent with commit order in master binlog). + rgi rpl_group_info context, if we are recording the gtid transactionally + as part of replicating a transactional event. NULL if called from + outside of a replicated transaction. Note that caller must later ensure that the new gtid and sub_id is inserted into the appropriate HASH element with rpl_slave_state.add(), so that it can @@ -481,13 +494,13 @@ gtid_check_rpl_slave_state_table(TABLE *table) */ int rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, - bool in_transaction, bool in_statement) + rpl_group_info *rgi, bool in_statement) { TABLE_LIST tlist; int err= 0; bool table_opened= false; TABLE *table; - list_element *elist= 0, *next; + list_element *elist= 0, *cur, *next; element *elem; ulonglong thd_saved_option= thd->variables.option_bits; Query_tables_list lex_backup; @@ -558,7 +571,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, thd->wsrep_ignore_table= true; #endif - if (!in_transaction) + if (!rgi) { DBUG_PRINT("info", ("resetting OPTION_BEGIN")); thd->variables.option_bits&= @@ -601,9 +614,9 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, if ((elist= elem->grab_list()) != NULL) { /* Delete any old stuff, but keep around the most recent one. */ - list_element *cur= elist; - uint64 best_sub_id= cur->sub_id; + uint64 best_sub_id= elist->sub_id; list_element **best_ptr_ptr= &elist; + cur= elist; while ((next= cur->next)) { if (next->sub_id > best_sub_id) @@ -636,7 +649,8 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, table->file->print_error(err, MYF(0)); goto end; } - while (elist) + cur = elist; + while (cur) { uchar key_buffer[4+8]; @@ -646,9 +660,9 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, /* `break' does not work inside DBUG_EXECUTE_IF */ goto dbug_break; }); - next= elist->next; + next= cur->next; - table->field[1]->store(elist->sub_id, true); + table->field[1]->store(cur->sub_id, true); /* domain_id is already set in table->record[0] from write_row() above. */ key_copy(key_buffer, table->record[0], &table->key_info[0], 0, false); if (table->file->ha_index_read_map(table->record[1], key_buffer, @@ -662,8 +676,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, not want to endlessly error on the same element in case of table corruption or such. */ - my_free(elist); - elist= next; + cur= next; if (err) break; } @@ -686,18 +699,35 @@ IF_DBUG(dbug_break:, ) */ if (elist) { - mysql_mutex_lock(&LOCK_slave_state); put_back_list(gtid->domain_id, elist); - mysql_mutex_unlock(&LOCK_slave_state); + elist = 0; } ha_rollback_trans(thd, FALSE); } close_thread_tables(thd); - if (in_transaction) + if (rgi) + { thd->mdl_context.release_statement_locks(); + /* + Save the list of old gtid entries we deleted. If this transaction + fails later for some reason and is rolled back, the deletion of those + entries will be rolled back as well, and we will need to put them back + on the to-be-deleted list so we can re-do the deletion. Otherwise + redundant rows in mysql.gtid_slave_pos may accumulate if transactions + are rolled back and retried after record_gtid(). + */ +#ifdef HAVE_REPLICATION + rgi->pending_gtid_deletes_save(gtid->domain_id, elist); +#endif + } else + { thd->mdl_context.release_transactional_locks(); +#ifdef HAVE_REPLICATION + rpl_group_info::pending_gtid_deletes_free(elist); +#endif + } } thd->lex->restore_backup_query_tables_list(&lex_backup); thd->variables.option_bits= thd_saved_option; @@ -1080,7 +1110,7 @@ rpl_slave_state::load(THD *thd, char *state_from_master, size_t len, if (gtid_parser_helper(&state_from_master, end, >id) || !(sub_id= next_sub_id(gtid.domain_id)) || - record_gtid(thd, >id, sub_id, false, in_statement) || + record_gtid(thd, >id, sub_id, NULL, in_statement) || update(gtid.domain_id, gtid.server_id, sub_id, gtid.seq_no, NULL)) return 1; if (state_from_master == end) @@ -1816,10 +1846,10 @@ rpl_binlog_state::drop_domain(DYNAMIC_ARRAY *ids, for (ulong i= 0; i < ids->elements; i++) { rpl_binlog_state::element *elem= NULL; - ulong *ptr_domain_id; + uint32 *ptr_domain_id; bool not_match; - ptr_domain_id= (ulong*) dynamic_array_ptr(ids, i); + ptr_domain_id= (uint32*) dynamic_array_ptr(ids, i); elem= (rpl_binlog_state::element *) my_hash_search(&hash, (const uchar *) ptr_domain_id, 0); if (!elem) @@ -1840,7 +1870,7 @@ rpl_binlog_state::drop_domain(DYNAMIC_ARRAY *ids, if (not_match) { - sprintf(errbuf, "binlog files may contain gtids from the domain ('%lu') " + sprintf(errbuf, "binlog files may contain gtids from the domain ('%u') " "being deleted. Make sure to first purge those files", *ptr_domain_id); errmsg= errbuf; diff --git a/sql/rpl_gtid.h b/sql/rpl_gtid.h index 79d566bddbfd6b0a38979d3345d871d1639cdda7..7bd639b768ff4e946efb3fffbd935d3707bded76 100644 --- a/sql/rpl_gtid.h +++ b/sql/rpl_gtid.h @@ -182,7 +182,7 @@ struct rpl_slave_state uint64 seq_no, rpl_group_info *rgi); int truncate_state_table(THD *thd); int record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, - bool in_transaction, bool in_statement); + rpl_group_info *rgi, bool in_statement); uint64 next_sub_id(uint32 domain_id); int iterate(int (*cb)(rpl_gtid *, void *), void *data, rpl_gtid *extra_gtids, uint32 num_extra, diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc index 35cddee6d4da789c88afd597bf49b9e94c78b484..8fef2d66635459c1a3c67d7754d1fd1bad1068b2 100644 --- a/sql/rpl_parallel.cc +++ b/sql/rpl_parallel.cc @@ -1617,13 +1617,32 @@ int rpl_parallel_resize_pool_if_no_slaves(void) } +/** + Pool activation is preceeded by taking a "lock" of pool_mark_busy + which guarantees the number of running slaves drops to zero atomicly + with the number of pool workers. + This resolves race between the function caller thread and one + that may be attempting to deactivate the pool. +*/ int rpl_parallel_activate_pool(rpl_parallel_thread_pool *pool) { + int rc= 0; + + if ((rc= pool_mark_busy(pool, current_thd))) + return rc; // killed + if (!pool->count) - return rpl_parallel_change_thread_count(pool, opt_slave_parallel_threads, - 0); - return 0; + { + pool_mark_not_busy(pool); + rc= rpl_parallel_change_thread_count(pool, opt_slave_parallel_threads, + 0); + } + else + { + pool_mark_not_busy(pool); + } + return rc; } diff --git a/sql/rpl_rli.cc b/sql/rpl_rli.cc index 64a1b5353077c6f9240cc54172140f2bc9c97028..b35130c1505326d353f6eaf34cf406e1459b7bf3 100644 --- a/sql/rpl_rli.cc +++ b/sql/rpl_rli.cc @@ -1680,6 +1680,7 @@ rpl_group_info::reinit(Relay_log_info *rli) long_find_row_note_printed= false; did_mark_start_commit= false; gtid_ev_flags2= 0; + pending_gtid_delete_list= NULL; last_master_timestamp = 0; gtid_ignore_duplicate_state= GTID_DUPLICATE_NULL; speculation= SPECULATE_NO; @@ -1804,6 +1805,12 @@ void rpl_group_info::cleanup_context(THD *thd, bool error) erroneously update the GTID position. */ gtid_pending= false; + + /* + Rollback will have undone any deletions of old rows we might have made + in mysql.gtid_slave_pos. Put those rows back on the list to be deleted. + */ + pending_gtid_deletes_put_back(); } m_table_map.clear_tables(); slave_close_thread_tables(thd); @@ -2027,6 +2034,78 @@ rpl_group_info::unmark_start_commit() } +/* + When record_gtid() has deleted any old rows from the table + mysql.gtid_slave_pos as part of a replicated transaction, save the list of + rows deleted here. + + If later the transaction fails (eg. optimistic parallel replication), the + deletes will be undone when the transaction is rolled back. Then we can + put back the list of rows into the rpl_global_gtid_slave_state, so that + we can re-do the deletes and avoid accumulating old rows in the table. +*/ +void +rpl_group_info::pending_gtid_deletes_save(uint32 domain_id, + rpl_slave_state::list_element *list) +{ + /* + We should never get to a state where we try to save a new pending list of + gtid deletes while we still have an old one. But make sure we handle it + anyway just in case, so we avoid leaving stray entries in the + mysql.gtid_slave_pos table. + */ + DBUG_ASSERT(!pending_gtid_delete_list); + if (unlikely(pending_gtid_delete_list)) + pending_gtid_deletes_put_back(); + + pending_gtid_delete_list= list; + pending_gtid_delete_list_domain= domain_id; +} + + +/* + Take the list recorded by pending_gtid_deletes_save() and put it back into + rpl_global_gtid_slave_state. This is needed if deletion of the rows was + rolled back due to transaction failure. +*/ +void +rpl_group_info::pending_gtid_deletes_put_back() +{ + if (pending_gtid_delete_list) + { + rpl_global_gtid_slave_state->put_back_list(pending_gtid_delete_list_domain, + pending_gtid_delete_list); + pending_gtid_delete_list= NULL; + } +} + + +/* + Free the list recorded by pending_gtid_deletes_save(). Done when the deletes + in the list have been permanently committed. +*/ +void +rpl_group_info::pending_gtid_deletes_clear() +{ + pending_gtid_deletes_free(pending_gtid_delete_list); + pending_gtid_delete_list= NULL; +} + + +void +rpl_group_info::pending_gtid_deletes_free(rpl_slave_state::list_element *list) +{ + rpl_slave_state::list_element *next; + + while (list) + { + next= list->next; + my_free(list); + list= next; + } +} + + rpl_sql_thread_info::rpl_sql_thread_info(Rpl_filter *filter) : rpl_filter(filter) { diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index 74d5b6fe4166efa46730d3cf060da2634e39ad57..b40a34a54e678c5825492ee1502e353335fabebc 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -676,6 +676,11 @@ struct rpl_group_info /* Needs room for "Gtid D-S-N\x00". */ char gtid_info_buf[5+10+1+10+1+20+1]; + /* List of not yet committed deletions in mysql.gtid_slave_pos. */ + rpl_slave_state::list_element *pending_gtid_delete_list; + /* Domain associated with pending_gtid_delete_list. */ + uint32 pending_gtid_delete_list_domain; + /* The timestamp, from the master, of the commit event. Used to do delayed update of rli->last_master_timestamp, for getting @@ -817,6 +822,12 @@ struct rpl_group_info char *gtid_info(); void unmark_start_commit(); + static void pending_gtid_deletes_free(rpl_slave_state::list_element *list); + void pending_gtid_deletes_save(uint32 domain_id, + rpl_slave_state::list_element *list); + void pending_gtid_deletes_put_back(); + void pending_gtid_deletes_clear(); + time_t get_row_stmt_start_timestamp() { return row_stmt_start_timestamp; diff --git a/sql/sp_head.cc b/sql/sp_head.cc index 0d24ed04eaee9967c6843cf057d012e989ae7f32..2dc6eca1be806c227ea674708cc7492a0b27557b 100644 --- a/sql/sp_head.cc +++ b/sql/sp_head.cc @@ -4236,7 +4236,7 @@ sp_head::add_used_tables_to_table_list(THD *thd, if (stab->temp) continue; - if (!(tab_buff= (char *)thd->calloc(ALIGN_SIZE(sizeof(TABLE_LIST)) * + if (!(tab_buff= (char *)thd->alloc(ALIGN_SIZE(sizeof(TABLE_LIST)) * stab->lock_count)) || !(key_buff= (char*)thd->memdup(stab->qname.str, stab->qname.length))) @@ -4245,32 +4245,11 @@ sp_head::add_used_tables_to_table_list(THD *thd, for (uint j= 0; j < stab->lock_count; j++) { table= (TABLE_LIST *)tab_buff; - - table->db= key_buff; - table->db_length= stab->db_length; - table->table_name= table->db + table->db_length + 1; - table->table_name_length= stab->table_name_length; - table->alias= table->table_name + table->table_name_length + 1; - table->lock_type= stab->lock_type; - table->cacheable_table= 1; - table->prelocking_placeholder= 1; - table->belong_to_view= belong_to_view; - table->trg_event_map= stab->trg_event_map; - /* - Since we don't allow DDL on base tables in prelocked mode it - is safe to infer the type of metadata lock from the type of - table lock. - */ - table->mdl_request.init(MDL_key::TABLE, table->db, table->table_name, - table->lock_type >= TL_WRITE_ALLOW_WRITE ? - MDL_SHARED_WRITE : MDL_SHARED_READ, - MDL_TRANSACTION); - - /* Everyting else should be zeroed */ - - **query_tables_last_ptr= table; - table->prev_global= *query_tables_last_ptr; - *query_tables_last_ptr= &table->next_global; + table->init_one_table_for_prelocking(key_buff, stab->db_length, + key_buff + stab->db_length + 1, stab->table_name_length, + key_buff + stab->db_length + stab->table_name_length + 2, + stab->lock_type, true, belong_to_view, stab->trg_event_map, + query_tables_last_ptr); tab_buff+= ALIGN_SIZE(sizeof(TABLE_LIST)); result= TRUE; diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 3fab00a46df1806706a1d7dec769f64710634f2d..886ff90f35b9615bf6336af7adf57c31294671e3 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -2861,7 +2861,7 @@ bool change_password(THD *thd, LEX_USER *user) close_mysql_tables(thd); #ifdef WITH_WSREP -error: // this label is used in WSREP_TO_ISOLATION_BEGIN +WSREP_ERROR_LABEL: if (WSREP(thd) && !thd->wsrep_applier) { WSREP_TO_ISOLATION_END; @@ -3014,7 +3014,7 @@ int acl_set_default_role(THD *thd, const char *host, const char *user, close_mysql_tables(thd); #ifdef WITH_WSREP -error: // this label is used in WSREP_TO_ISOLATION_END +WSREP_ERROR_LABEL: if (WSREP(thd) && !thd->wsrep_applier) { WSREP_TO_ISOLATION_END; @@ -10187,9 +10187,8 @@ bool sp_grant_privileges(THD *thd, const char *sp_db, const char *sp_name, combo->user.str= (char *) sctx->priv_user; mysql_mutex_lock(&acl_cache->lock); - - if ((au= find_user_wild(combo->host.str= (char *) sctx->priv_host, - combo->user.str))) + if ((au= find_user_exact(combo->host.str= (char *) sctx->priv_host, + combo->user.str))) goto found_acl; mysql_mutex_unlock(&acl_cache->lock); diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc index be23cd3341bf2137e4f0f169f0c9c0f10fb98330..b8881f8f10873d2ccf65cf138feb88044d6f3ee0 100644 --- a/sql/sql_admin.cc +++ b/sql/sql_admin.cc @@ -1262,6 +1262,7 @@ bool Sql_cmd_analyze_table::execute(THD *thd) m_lex->query_tables= first_table; error: +WSREP_ERROR_LABEL: DBUG_RETURN(res); } @@ -1320,6 +1321,7 @@ bool Sql_cmd_optimize_table::execute(THD *thd) m_lex->query_tables= first_table; error: +WSREP_ERROR_LABEL: DBUG_RETURN(res); } @@ -1354,5 +1356,6 @@ bool Sql_cmd_repair_table::execute(THD *thd) m_lex->query_tables= first_table; error: +WSREP_ERROR_LABEL: DBUG_RETURN(res); } diff --git a/sql/sql_alter.cc b/sql/sql_alter.cc index f17931ae919e3334f18352b256e00e33b381d3fe..758489ddcfb7cdfed1a8617dc6781af3d3c8f459 100644 --- a/sql/sql_alter.cc +++ b/sql/sql_alter.cc @@ -307,12 +307,17 @@ bool Sql_cmd_alter_table::execute(THD *thd) #ifdef WITH_WSREP TABLE *find_temporary_table(THD *thd, const TABLE_LIST *tl); - if ((!thd->is_current_stmt_binlog_format_row() || + if (WSREP(thd) && + (!thd->is_current_stmt_binlog_format_row() || !find_temporary_table(thd, first_table))) { - WSREP_TO_ISOLATION_BEGIN(((lex->name.str) ? select_lex->db : NULL), - ((lex->name.str) ? lex->name.str : NULL), - first_table); + WSREP_TO_ISOLATION_BEGIN_ALTER(((lex->name.str) ? select_lex->db : NULL), + ((lex->name.str) ? lex->name.str : NULL), + first_table, + &alter_info); + + thd->variables.auto_increment_offset = 1; + thd->variables.auto_increment_increment = 1; } #endif /* WITH_WSREP */ @@ -326,11 +331,9 @@ bool Sql_cmd_alter_table::execute(THD *thd) DBUG_RETURN(result); -#ifdef WITH_WSREP -error: +WSREP_ERROR_LABEL: WSREP_WARN("ALTER TABLE isolation failure"); DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ } bool Sql_cmd_discard_import_tablespace::execute(THD *thd) diff --git a/sql/sql_alter.h b/sql/sql_alter.h index 7114694124b281f92df9a98f4baef6ecfe12656c..a4505f1d6c1071e18c9e8ba0fa104e26a392751b 100644 --- a/sql/sql_alter.h +++ b/sql/sql_alter.h @@ -163,7 +163,7 @@ class Alter_info // Columns and keys to be dropped. List drop_list; - // Columns for ALTER_COLUMN_CHANGE_DEFAULT. + // Columns for ALTER_CHANGE_COLUMN_DEFAULT. List alter_list; // List of keys, used by both CREATE and ALTER TABLE. List key_list; diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 2a9b409dff5be4d9fc37c2a7ef52b16d4229e00c..733a3a1f3ed92fff3170be436894e252b704889e 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -522,9 +522,10 @@ bool close_cached_tables(THD *thd, TABLE_LIST *tables, for (TABLE_LIST *table_list= tables_to_reopen; table_list; table_list= table_list->next_global) { + int err; /* A check that the table was locked for write is done by the caller. */ TABLE *table= find_table_for_mdl_upgrade(thd, table_list->db, - table_list->table_name, TRUE); + table_list->table_name, &err); /* May return NULL if this table has already been closed via an alias. */ if (! table) @@ -849,6 +850,7 @@ close_all_tables_for_name(THD *thd, TABLE_SHARE *share, uint key_length= share->table_cache_key.length; const char *db= key; const char *table_name= db + share->db.length + 1; + bool remove_from_locked_tables= extra != HA_EXTRA_NOT_USED; memcpy(key, share->table_cache_key.str, key_length); @@ -862,7 +864,7 @@ close_all_tables_for_name(THD *thd, TABLE_SHARE *share, { thd->locked_tables_list.unlink_from_list(thd, table->pos_in_locked_tables, - extra != HA_EXTRA_NOT_USED); + remove_from_locked_tables); /* Inform handler that there is a drop table or a rename going on */ if (extra != HA_EXTRA_NOT_USED && table->db_stat) { @@ -2121,6 +2123,66 @@ open_table_get_mdl_lock(THD *thd, Open_table_context *ot_ctx, } +/** + Check if the given table is actually a VIEW that was LOCK-ed + + @param thd Thread context. + @param t Table to check. + + @retval TRUE The 't'-table is a locked view + needed to remedy problem before retrying again. + @retval FALSE 't' was not locked, not a VIEW or an error happened. +*/ +bool is_locked_view(THD *thd, TABLE_LIST *t) +{ + DBUG_ENTER("check_locked_view"); + /* + Is this table a view and not a base table? + (it is work around to allow to open view with locked tables, + real fix will be made after definition cache will be made) + + Since opening of view which was not explicitly locked by LOCK + TABLES breaks metadata locking protocol (potentially can lead + to deadlocks) it should be disallowed. + */ + if (thd->mdl_context.is_lock_owner(MDL_key::TABLE, + t->db, t->table_name, + MDL_SHARED)) + { + char path[FN_REFLEN + 1]; + build_table_filename(path, sizeof(path) - 1, + t->db, t->table_name, reg_ext, 0); + /* + Note that we can't be 100% sure that it is a view since it's + possible that we either simply have not found unused TABLE + instance in THD::open_tables list or were unable to open table + during prelocking process (in this case in theory we still + should hold shared metadata lock on it). + */ + if (dd_frm_is_view(thd, path)) + { + /* + If parent_l of the table_list is non null then a merge table + has this view as child table, which is not supported. + */ + if (t->parent_l) + { + my_error(ER_WRONG_MRG_TABLE, MYF(0)); + DBUG_RETURN(FALSE); + } + + if (!tdc_open_view(thd, t, t->alias, CHECK_METADATA_VERSION)) + { + DBUG_ASSERT(t->view != 0); + DBUG_RETURN(TRUE); // VIEW + } + } + } + + DBUG_RETURN(FALSE); +} + + /** Open a base table. @@ -2263,50 +2325,10 @@ bool open_table(THD *thd, TABLE_LIST *table_list, Open_table_context *ot_ctx) DBUG_PRINT("info",("Using locked table")); goto reset; } - /* - Is this table a view and not a base table? - (it is work around to allow to open view with locked tables, - real fix will be made after definition cache will be made) - Since opening of view which was not explicitly locked by LOCK - TABLES breaks metadata locking protocol (potentially can lead - to deadlocks) it should be disallowed. - */ - if (thd->mdl_context.is_lock_owner(MDL_key::TABLE, - table_list->db, - table_list->table_name, - MDL_SHARED)) - { - char path[FN_REFLEN + 1]; - build_table_filename(path, sizeof(path) - 1, - table_list->db, table_list->table_name, reg_ext, 0); - /* - Note that we can't be 100% sure that it is a view since it's - possible that we either simply have not found unused TABLE - instance in THD::open_tables list or were unable to open table - during prelocking process (in this case in theory we still - should hold shared metadata lock on it). - */ - if (dd_frm_is_view(thd, path)) - { - /* - If parent_l of the table_list is non null then a merge table - has this view as child table, which is not supported. - */ - if (table_list->parent_l) - { - my_error(ER_WRONG_MRG_TABLE, MYF(0)); - DBUG_RETURN(true); - } + if (is_locked_view(thd, table_list)) + DBUG_RETURN(FALSE); // VIEW - if (!tdc_open_view(thd, table_list, alias, key, key_length, - CHECK_METADATA_VERSION)) - { - DBUG_ASSERT(table_list->view != 0); - DBUG_RETURN(FALSE); // VIEW - } - } - } /* No table in the locked tables list. In case of explicit LOCK TABLES this can happen if a user did not include the table into the list. @@ -2666,8 +2688,9 @@ TABLE *find_locked_table(TABLE *list, const char *db, const char *table_name) @param thd Thread context @param db Database name. @param table_name Name of table. - @param no_error Don't emit error if no suitable TABLE - instance were found. + @param p_error In the case of an error (when the function returns NULL) + the error number is stored there. + If the p_error is NULL, function launches the error itself. @note This function checks if the connection holds a global IX metadata lock. If no such lock is found, it is not safe to @@ -2680,15 +2703,15 @@ TABLE *find_locked_table(TABLE *list, const char *db, const char *table_name) */ TABLE *find_table_for_mdl_upgrade(THD *thd, const char *db, - const char *table_name, bool no_error) + const char *table_name, int *p_error) { TABLE *tab= find_locked_table(thd->open_tables, db, table_name); + int error; if (!tab) { - if (!no_error) - my_error(ER_TABLE_NOT_LOCKED, MYF(0), table_name); - return NULL; + error= ER_TABLE_NOT_LOCKED; + goto err_exit; } /* @@ -2700,9 +2723,8 @@ TABLE *find_table_for_mdl_upgrade(THD *thd, const char *db, if (!thd->mdl_context.is_lock_owner(MDL_key::GLOBAL, "", "", MDL_INTENTION_EXCLUSIVE)) { - if (!no_error) - my_error(ER_TABLE_NOT_LOCKED_FOR_WRITE, MYF(0), table_name); - return NULL; + error= ER_TABLE_NOT_LOCKED_FOR_WRITE; + goto err_exit; } while (tab->mdl_ticket != NULL && @@ -2710,10 +2732,21 @@ TABLE *find_table_for_mdl_upgrade(THD *thd, const char *db, (tab= find_locked_table(tab->next, db, table_name))) continue; - if (!tab && !no_error) - my_error(ER_TABLE_NOT_LOCKED_FOR_WRITE, MYF(0), table_name); + if (unlikely(!tab)) + { + error= ER_TABLE_NOT_LOCKED_FOR_WRITE; + goto err_exit; + } return tab; + +err_exit: + if (p_error) + *p_error= error; + else + my_error(error, MYF(0), table_name); + + return NULL; } @@ -4347,6 +4380,10 @@ lock_table_names(THD *thd, const DDL_options_st &options, mdl_requests.push_front(&global_request); if (create_table) + #ifdef WITH_WSREP + if (thd->lex->sql_command != SQLCOM_CREATE_TABLE && + thd->wsrep_exec_mode != REPL_RECV) + #endif lock_wait_timeout= 0; // Don't wait for timeout } @@ -4446,7 +4483,7 @@ open_tables_check_upgradable_mdl(THD *thd, TABLE_LIST *tables_start, Note that find_table_for_mdl_upgrade() will report an error if no suitable ticket is found. */ - if (!find_table_for_mdl_upgrade(thd, table->db, table->table_name, false)) + if (!find_table_for_mdl_upgrade(thd, table->db, table->table_name, NULL)) return TRUE; } @@ -4776,6 +4813,7 @@ bool open_tables(THD *thd, const DDL_options_st &options, } error: +WSREP_ERROR_LABEL: THD_STAGE_INFO(thd, stage_after_opening_tables); thd_proc_info(thd, 0); @@ -4838,6 +4876,25 @@ handle_routine(THD *thd, Query_tables_list *prelocking_ctx, } +/* + @note this can be changed to use a hash, instead of scanning the linked + list, if the performance of this function will ever become an issue +*/ +bool table_already_fk_prelocked(TABLE_LIST *tl, LEX_STRING *db, + LEX_STRING *table, thr_lock_type lock_type) +{ + for (; tl; tl= tl->next_global ) + { + if (tl->lock_type >= lock_type && + tl->prelocking_placeholder == TABLE_LIST::FK && + strcmp(tl->db, db->str) == 0 && + strcmp(tl->table_name, table->str) == 0) + return true; + } + return false; +} + + /** Defines how prelocking algorithm for DML statements should handle table list elements: @@ -4877,6 +4934,52 @@ handle_table(THD *thd, Query_tables_list *prelocking_ctx, add_tables_and_routines_for_triggers(thd, prelocking_ctx, table_list)) return TRUE; } + + if (table_list->table->file->referenced_by_foreign_key()) + { + List fk_list; + List_iterator fk_list_it(fk_list); + FOREIGN_KEY_INFO *fk; + Query_arena *arena, backup; + + arena= thd->activate_stmt_arena_if_needed(&backup); + + table_list->table->file->get_parent_foreign_key_list(thd, &fk_list); + if (thd->is_error()) + { + if (arena) + thd->restore_active_arena(arena, &backup); + return TRUE; + } + + *need_prelocking= TRUE; + + while ((fk= fk_list_it++)) + { + // FK_OPTION_RESTRICT and FK_OPTION_NO_ACTION only need read access + uint8 op= table_list->trg_event_map; + thr_lock_type lock_type; + + if ((op & (1 << TRG_EVENT_DELETE) && fk_modifies_child(fk->delete_method)) + || (op & (1 << TRG_EVENT_UPDATE) && fk_modifies_child(fk->update_method))) + lock_type= TL_WRITE_ALLOW_WRITE; + else + lock_type= TL_READ; + + if (table_already_fk_prelocked(prelocking_ctx->query_tables, + fk->foreign_db, fk->foreign_table, + lock_type)) + continue; + + TABLE_LIST *tl= (TABLE_LIST *) thd->alloc(sizeof(TABLE_LIST)); + tl->init_one_table_for_prelocking(fk->foreign_db->str, fk->foreign_db->length, + fk->foreign_table->str, fk->foreign_table->length, + NULL, lock_type, false, table_list->belong_to_view, + op, &prelocking_ctx->query_tables_last); + } + if (arena) + thd->restore_active_arena(arena, &backup); + } } return FALSE; @@ -7512,10 +7615,22 @@ store_natural_using_join_columns(THD *thd, TABLE_LIST *natural_using_join, result= FALSE; -err: if (arena) thd->restore_active_arena(arena, &backup); DBUG_RETURN(result); + +err: + /* + Actually we failed to build join columns list, so we have to + clear it to avoid problems with half-build join on next run. + The list was created in mark_common_columns(). + */ + table_ref_1->remove_join_columns(); + table_ref_2->remove_join_columns(); + + if (arena) + thd->restore_active_arena(arena, &backup); + DBUG_RETURN(TRUE); } @@ -9134,84 +9249,6 @@ my_bool mysql_rm_tmp_tables(void) unireg support functions *****************************************************************************/ -/** - A callback to the server internals that is used to address - special cases of the locking protocol. - Invoked when acquiring an exclusive lock, for each thread that - has a conflicting shared metadata lock. - - This function: - - aborts waiting of the thread on a data lock, to make it notice - the pending exclusive lock and back off. - - if the thread is an INSERT DELAYED thread, sends it a KILL - signal to terminate it. - - @note This function does not wait for the thread to give away its - locks. Waiting is done outside for all threads at once. - - @param thd Current thread context - @param in_use The thread to wake up - @param needs_thr_lock_abort Indicates that to wake up thread - this call needs to abort its waiting - on table-level lock. - - @retval TRUE if the thread was woken up - @retval FALSE otherwise. - - @note It is one of two places where border between MDL and the - rest of the server is broken. -*/ - -bool mysql_notify_thread_having_shared_lock(THD *thd, THD *in_use, - bool needs_thr_lock_abort) -{ - bool signalled= FALSE; - if ((in_use->system_thread & SYSTEM_THREAD_DELAYED_INSERT) && - !in_use->killed) - { - in_use->set_killed(KILL_SYSTEM_THREAD); - mysql_mutex_lock(&in_use->mysys_var->mutex); - if (in_use->mysys_var->current_cond) - { - mysql_mutex_lock(in_use->mysys_var->current_mutex); - mysql_cond_broadcast(in_use->mysys_var->current_cond); - mysql_mutex_unlock(in_use->mysys_var->current_mutex); - } - mysql_mutex_unlock(&in_use->mysys_var->mutex); - signalled= TRUE; - } - - if (needs_thr_lock_abort) - { - mysql_mutex_lock(&in_use->LOCK_thd_data); - for (TABLE *thd_table= in_use->open_tables; - thd_table ; - thd_table= thd_table->next) - { - /* - Check for TABLE::needs_reopen() is needed since in some places we call - handler::close() for table instance (and set TABLE::db_stat to 0) - and do not remove such instances from the THD::open_tables - for some time, during which other thread can see those instances - (e.g. see partitioning code). - */ - if (!thd_table->needs_reopen()) - { - signalled|= mysql_lock_abort_for_thread(thd, thd_table); - if (thd && WSREP(thd) && wsrep_thd_is_BF(thd, true)) - { - WSREP_DEBUG("remove_table_from_cache: %llu", - (unsigned long long) thd->real_id); - wsrep_abort_thd((void *)thd, (void *)in_use, FALSE); - } - } - } - mysql_mutex_unlock(&in_use->LOCK_thd_data); - } - return signalled; -} - - int setup_ftfuncs(SELECT_LEX *select_lex) { List_iterator li(*(select_lex->ftfunc_list)), diff --git a/sql/sql_base.h b/sql/sql_base.h index 74154184ebcb3e8f5a492c41f93c4854110748e5..94294e3aa43c1ef47ae720f85a17d4dfb9491fa7 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -126,6 +126,7 @@ TABLE *open_ltable(THD *thd, TABLE_LIST *table_list, thr_lock_type update, MYSQL_OPEN_GET_NEW_TABLE |\ MYSQL_OPEN_HAS_MDL_LOCK) +bool is_locked_view(THD *thd, TABLE_LIST *t); bool open_table(THD *thd, TABLE_LIST *table_list, Open_table_context *ot_ctx); bool get_key_map_from_key_list(key_map *map, TABLE *table, @@ -147,6 +148,8 @@ my_bool mysql_rm_tmp_tables(void); bool rm_temporary_table(handlerton *base, const char *path); void close_tables_for_reopen(THD *thd, TABLE_LIST **tables, const MDL_savepoint &start_of_statement_svp); +bool table_already_fk_prelocked(TABLE_LIST *tl, LEX_STRING *db, + LEX_STRING *table, thr_lock_type lock_type); TABLE_LIST *find_table_in_list(TABLE_LIST *table, TABLE_LIST *TABLE_LIST::*link, const char *db_name, @@ -329,7 +332,7 @@ static inline bool tdc_open_view(THD *thd, TABLE_LIST *table_list, TABLE *find_table_for_mdl_upgrade(THD *thd, const char *db, const char *table_name, - bool no_error); + int *p_error); void mark_tmp_table_for_reuse(TABLE *table); int update_virtual_fields(THD *thd, TABLE *table, diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 0f629a2c995aa9def7fd4691e5c9523ff09a3b10..2a42de1a11f82a7731b770b1b14f9fcb7f9a6ac4 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -5575,7 +5575,8 @@ has_write_table_with_auto_increment_and_select(TABLE_LIST *tables) for(TABLE_LIST *table= tables; table; table= table->next_global) { if (!table->placeholder() && - (table->lock_type <= TL_READ_NO_INSERT)) + table->lock_type <= TL_READ_NO_INSERT && + table->prelocking_placeholder != TABLE_LIST::FK) { has_select= true; break; diff --git a/sql/sql_class.h b/sql/sql_class.h index 53e451511d5d018a1e455ea5a074db75e6f5db6e..fae4a683370f8629d39b3684125192a5b4681e37 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -342,8 +342,6 @@ class Foreign_key: public Key { public: enum fk_match_opt { FK_MATCH_UNDEF, FK_MATCH_FULL, FK_MATCH_PARTIAL, FK_MATCH_SIMPLE}; - enum fk_option { FK_OPTION_UNDEF, FK_OPTION_RESTRICT, FK_OPTION_CASCADE, - FK_OPTION_SET_NULL, FK_OPTION_NO_ACTION, FK_OPTION_DEFAULT}; LEX_STRING ref_db; LEX_STRING ref_table; diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index 453d7ffdc0157ebbc75258d351d1227e0a2159f4..7733d2501b866c5c9b5a9b20e3a53679de342635 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -1021,6 +1021,7 @@ multi_delete::~multi_delete() { TABLE *table= table_being_deleted->table; table->no_keyread=0; + table->no_cache= 0; } for (uint counter= 0; counter < num_of_tables; counter++) diff --git a/sql/sql_error.h b/sql/sql_error.h index e03c3dd4a9382fd60c850a51658be81249759aac..0134f938c75f40dd7ed0d283d983ff27e14ef022 100644 --- a/sql/sql_error.h +++ b/sql/sql_error.h @@ -18,6 +18,7 @@ #include "sql_list.h" /* Sql_alloc, MEM_ROOT */ #include "m_string.h" /* LEX_STRING */ +#include "sql_type_int.h" // Longlong_hybrid #include "sql_string.h" /* String */ #include "sql_plist.h" /* I_P_List */ #include "mysql_com.h" /* MYSQL_ERRMSG_SIZE */ @@ -573,13 +574,11 @@ class ErrConvString : public ErrConv { return err_conv(err_buffer, sizeof(err_buffer), str, len, cs); } }; -class ErrConvInteger : public ErrConv +class ErrConvInteger : public ErrConv, public Longlong_hybrid { - longlong m_value; - bool m_unsigned; public: ErrConvInteger(longlong num_arg, bool unsigned_flag= false) : - ErrConv(), m_value(num_arg), m_unsigned(unsigned_flag) {} + ErrConv(), Longlong_hybrid(num_arg, unsigned_flag) {} const char *ptr() const { return m_unsigned ? ullstr(m_value, err_buffer) : diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index e103c3b390cf894e37cea81cebfbef3782717a02..de5c3b4c40947f7ca893abd4f475e8ac72f6237f 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -2396,7 +2396,7 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd) The thread could be killed with an error message if di->handle_inserts() or di->open_and_lock_table() fails. The thread could be killed without an error message if - killed using mysql_notify_thread_having_shared_lock() or + killed using THD::notify_shared_lock() or kill_delayed_threads_for_table(). */ if (!thd.is_error()) diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 085ad1a4b3bbb14bd44d88e7ba702e58a57a5b88..1e6abf74a85a9632ed290636682f4d8708899f8f 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -2882,7 +2882,7 @@ LEX::LEX() INITIAL_LEX_PLUGIN_LIST_SIZE, 0); reset_query_tables_list(TRUE); mi.init(); - init_dynamic_array2(&delete_gtid_domain, sizeof(ulong*), + init_dynamic_array2(&delete_gtid_domain, sizeof(uint32), gtid_domain_static_buffer, initial_gtid_domain_buffer_size, initial_gtid_domain_buffer_size, 0); diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 3b47b1d25c98524660dc156f2c32a94e87282cd0..f1edc8095792cc43569ff6ceb5a2b063366df6b9 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -2592,8 +2592,8 @@ struct LEX: public Query_tables_list uint profile_options; uint grant, grant_tot_col, which_columns; enum Foreign_key::fk_match_opt fk_match_option; - enum Foreign_key::fk_option fk_update_opt; - enum Foreign_key::fk_option fk_delete_opt; + enum_fk_option fk_update_opt; + enum_fk_option fk_delete_opt; uint slave_thd_opt, start_transaction_opt; int nest_level; /* @@ -2752,7 +2752,7 @@ struct LEX: public Query_tables_list */ DYNAMIC_ARRAY delete_gtid_domain; static const ulong initial_gtid_domain_buffer_size= 16; - ulong gtid_domain_static_buffer[initial_gtid_domain_buffer_size]; + uint32 gtid_domain_static_buffer[initial_gtid_domain_buffer_size]; inline void set_limit_rows_examined() { diff --git a/sql/sql_list.h b/sql/sql_list.h index 7fb9c19d2cf061b3c34f3bf8b07f5ef4654daa25..f1c4d1fe9145ecd0701c25499f94353944cd7118 100644 --- a/sql/sql_list.h +++ b/sql/sql_list.h @@ -309,10 +309,13 @@ class base_list :public Sql_alloc */ inline void swap(base_list &rhs) { + list_node **rhs_last=rhs.last; swap_variables(list_node *, first, rhs.first); - swap_variables(list_node **, last, rhs.last); swap_variables(uint, elements, rhs.elements); + rhs.last= last == &first ? &rhs.first : last; + last = rhs_last == &rhs.first ? &first : rhs_last; } + inline list_node* last_node() { return *last; } inline list_node* first_node() { return first;} inline void *head() { return first->info; } diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 1d57e8f54fa428b05a5767344fb2bd57500e3654..a76d9f0bbd31b91f505bd672bc5fefa4603886d8 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -5712,6 +5712,7 @@ mysql_execute_command(THD *thd) goto finish; error: +WSREP_ERROR_LABEL: res= TRUE; finish: @@ -7262,7 +7263,9 @@ static void wsrep_mysql_parse(THD *thd, char *rawbuf, uint length, "WAIT_FOR wsrep_retry_autocommit_continue"; DBUG_ASSERT(!debug_sync_set_action(thd, STRING_WITH_LEN(act))); }); + WSREP_DEBUG("Retry autocommit query: %s", thd->query()); } + mysql_parse(thd, rawbuf, length, parser_state); if (WSREP(thd)) { diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc index 8d055fd612fe0395ab3ae0242310e3773091c797..1000fc3711ae3289873b129e534e6c5de33a8304 100644 --- a/sql/sql_plugin.cc +++ b/sql/sql_plugin.cc @@ -2185,10 +2185,9 @@ bool mysql_install_plugin(THD *thd, const LEX_STRING *name, if (argv) free_defaults(argv); DBUG_RETURN(error); -#ifdef WITH_WSREP -error: + +WSREP_ERROR_LABEL: DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ } @@ -2330,10 +2329,9 @@ bool mysql_uninstall_plugin(THD *thd, const LEX_STRING *name, mysql_mutex_unlock(&LOCK_plugin); DBUG_RETURN(error); -#ifdef WITH_WSREP -error: + +WSREP_ERROR_LABEL: DBUG_RETURN(TRUE); -#endif /* WITH_WSREP */ } diff --git a/sql/sql_plugin_services.ic b/sql/sql_plugin_services.ic index 572ceacbd7e1d3e600de7ed1206850b93634cc3f..95301a5fbe8165874612a20896aa534e4b47c18d 100644 --- a/sql/sql_plugin_services.ic +++ b/sql/sql_plugin_services.ic @@ -179,7 +179,8 @@ static struct wsrep_service_st wsrep_handler = { wsrep_thd_ws_handle, wsrep_trx_is_aborting, wsrep_trx_order_before, - wsrep_unlock_rollback + wsrep_unlock_rollback, + wsrep_set_data_home_dir }; static struct thd_specifics_service_st thd_specifics_handler= diff --git a/sql/sql_reload.cc b/sql/sql_reload.cc index 73dd9679ed748f070933336ef99a191725d8dfa7..ab9e7c33a9292cafbdb4887f6da61f021145e70e 100644 --- a/sql/sql_reload.cc +++ b/sql/sql_reload.cc @@ -288,9 +288,18 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options, */ if (tables) { + int err; for (TABLE_LIST *t= tables; t; t= t->next_local) - if (!find_table_for_mdl_upgrade(thd, t->db, t->table_name, false)) - return 1; + if (!find_table_for_mdl_upgrade(thd, t->db, t->table_name, &err)) + { + if (is_locked_view(thd, t)) + t->next_local= t->next_global; + else + { + my_error(err, MYF(0), t->table_name); + return 1; + } + } } else { diff --git a/sql/sql_select.cc b/sql/sql_select.cc index 64d1565dec7e0cc02f0853f44ab4f44473a4d6aa..62f40eeb99ce30428d1ba7f4dd45bd727a1ff9df 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -1388,6 +1388,14 @@ JOIN::optimize_inner() error= 1; DBUG_RETURN(1); } + if (!group_list) + { + /* The output has only one row */ + order=0; + simple_order=1; + group_optimized_away= 1; + select_distinct=0; + } } /* Calculate how to do the join */ @@ -5754,7 +5762,7 @@ add_group_and_distinct_keys(JOIN *join, JOIN_TAB *join_tab) Item_field *cur_item; key_map possible_keys(0); - if (join->group_list || join->simple_group) + if (join->group_list) { /* Collect all query fields referenced in the GROUP clause. */ for (cur_group= join->group_list; cur_group; cur_group= cur_group->next) (*cur_group->item)->walk(&Item::collect_item_field_processor, 0, @@ -10997,7 +11005,15 @@ uint check_join_cache_usage(JOIN_TAB *tab, effort now. */ if (tab->table->pos_in_table_list->is_materialized_derived()) + { no_bka_cache= true; + /* + Don't use hash join algorithm if the temporary table for the rows + of the derived table will be created with an equi-join key. + */ + if (tab->table->s->keys) + no_hashed_cache= true; + } /* Don't use join buffering if we're dictated not to by no_jbuf_after @@ -21236,11 +21252,30 @@ test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit, tmp_map.clear_all(); // Force the creation of quick select tmp_map.set_bit(best_key); // only best_key. select->quick= 0; + + bool cond_saved= false; + Item *saved_cond; + + /* + Index Condition Pushdown may have removed parts of the condition for + this table. Temporarily put them back because we want the whole + condition for the range analysis. + */ + if (select->pre_idx_push_select_cond) + { + saved_cond= select->cond; + select->cond= select->pre_idx_push_select_cond; + cond_saved= true; + } + select->test_quick_select(join->thd, tmp_map, 0, join->select_options & OPTION_FOUND_ROWS ? HA_POS_ERROR : join->unit->select_limit_cnt, TRUE, FALSE, FALSE); + + if (cond_saved) + select->cond= saved_cond; } order_direction= best_key_direction; /* @@ -25234,7 +25269,7 @@ void TABLE_LIST::print(THD *thd, table_map eliminated_tables, String *str, const char *t_alias= alias; str->append(' '); - if (lower_case_table_names== 1) + if (lower_case_table_names == 1) { if (alias && alias[0]) { diff --git a/sql/sql_show.cc b/sql/sql_show.cc index bbf2cb30b978513e7375171f859675cc934ec17f..46030f96043f131a82bcc8a7001a69a42a567e7e 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -2389,7 +2389,7 @@ static int show_create_view(THD *thd, TABLE_LIST *table, String *buff) We can't just use table->query, because our SQL_MODE may trigger a different syntax, like when ANSI_QUOTES is defined. */ - table->view->unit.print(buff, enum_query_type(QT_ORDINARY | + table->view->unit.print(buff, enum_query_type(QT_VIEW_INTERNAL | QT_ITEM_ORIGINAL_FUNC_NULLIF)); if (table->with_check != VIEW_CHECK_NONE) @@ -7388,6 +7388,7 @@ get_referential_constraints_record(THD *thd, TABLE_LIST *tables, LEX_STRING *db_name, LEX_STRING *table_name) { CHARSET_INFO *cs= system_charset_info; + LEX_CSTRING *s; DBUG_ENTER("get_referential_constraints_record"); if (res) @@ -7432,10 +7433,10 @@ get_referential_constraints_record(THD *thd, TABLE_LIST *tables, else table->field[5]->set_null(); table->field[6]->store(STRING_WITH_LEN("NONE"), cs); - table->field[7]->store(f_key_info->update_method->str, - f_key_info->update_method->length, cs); - table->field[8]->store(f_key_info->delete_method->str, - f_key_info->delete_method->length, cs); + s= fk_option_name(f_key_info->update_method); + table->field[7]->store(s->str, s->length, cs); + s= fk_option_name(f_key_info->delete_method); + table->field[8]->store(s->str, s->length, cs); if (schema_table_store_record(thd, table)) DBUG_RETURN(1); } diff --git a/sql/sql_statistics.cc b/sql/sql_statistics.cc index a1c21421c598a16c88d8cf848bc5c0251d8f3d4f..739930f46fccbad79732e3fecd928e6ff70daff5 100644 --- a/sql/sql_statistics.cc +++ b/sql/sql_statistics.cc @@ -3268,6 +3268,9 @@ int read_statistics_for_tables_if_needed(THD *thd, TABLE_LIST *tables) if (!tl->is_view_or_derived() && !is_temporary_table(tl) && tl->table) { TABLE_SHARE *table_share= tl->table->s; + if (table_share && !(table_share->table_category == TABLE_CATEGORY_USER)) + continue; + if (table_share && table_share->stats_cb.stats_can_be_read && !table_share->stats_cb.stats_is_read) diff --git a/sql/sql_statistics.h b/sql/sql_statistics.h index 0611c021e887ad03d7664094fb72cae12bbb491e..d30691c32f0751966ae4bbb254093af0389494d8 100644 --- a/sql/sql_statistics.h +++ b/sql/sql_statistics.h @@ -345,12 +345,17 @@ class Column_statistics public: Histogram histogram; + + uint32 no_values_provided_bitmap() + { + return + ((1 << (COLUMN_STAT_HISTOGRAM-COLUMN_STAT_COLUMN_NAME))-1) << + (COLUMN_STAT_COLUMN_NAME+1); + } void set_all_nulls() { - column_stat_nulls= - ((1 << (COLUMN_STAT_HISTOGRAM-COLUMN_STAT_COLUMN_NAME))-1) << - (COLUMN_STAT_COLUMN_NAME+1); + column_stat_nulls= no_values_provided_bitmap(); } void set_not_null(uint stat_field_no) @@ -396,8 +401,22 @@ class Column_statistics bool min_max_values_are_provided() { return !is_null(COLUMN_STAT_MIN_VALUE) && - !is_null(COLUMN_STAT_MIN_VALUE); - } + !is_null(COLUMN_STAT_MAX_VALUE); + } + /* + This function checks whether the values for the fields of the statistical + tables that were NULL by DEFAULT for a column have changed or not. + + @retval + TRUE: Statistics are not present for a column + FALSE: Statisitics are present for a column + */ + bool no_stat_values_provided() + { + if (column_stat_nulls == no_values_provided_bitmap()) + return true; + return false; + } }; diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 5bf349b81e4e847321491503e555558832271fdd..3db7dc760114bd8b3139e049d5598c995e45e68c 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -2070,7 +2070,7 @@ bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists, in its elements. */ table->table= find_table_for_mdl_upgrade(thd, table->db, - table->table_name, false); + table->table_name, NULL); if (!table->table) DBUG_RETURN(true); table->mdl_request.ticket= table->table->mdl_ticket; @@ -3316,6 +3316,10 @@ mysql_prepare_create_table(THD *thd, HA_CREATE_INFO *create_info, } } + /* Virtual fields are always NULL */ + if (sql_field->vcol_info) + sql_field->flags&= ~NOT_NULL_FLAG; + if (sql_field->sql_type == MYSQL_TYPE_SET || sql_field->sql_type == MYSQL_TYPE_ENUM) { @@ -5098,7 +5102,7 @@ bool mysql_create_table(THD *thd, TABLE_LIST *create_table, /* Write log if no error or if we already deleted a table */ if (!result || thd->log_current_statement) { - if (result && create_info->table_was_deleted) + if (result && create_info->table_was_deleted && pos_in_locked_tables) { /* Possible locked table was dropped. We should remove meta data locks @@ -9129,8 +9133,10 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name, alter_ctx.tmp_name, strlen(alter_ctx.tmp_name), alter_ctx.tmp_name, TL_READ_NO_INSERT); /* Table is in thd->temporary_tables */ - (void) open_temporary_table(thd, &tbl); + if (open_temporary_table(thd, &tbl)) + goto err_new_table_cleanup; new_table= tbl.table; + DBUG_ASSERT(new_table); } else { @@ -9140,9 +9146,59 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name, alter_ctx.get_tmp_path(), alter_ctx.new_db, alter_ctx.tmp_name, true, true); + if (!new_table) + goto err_new_table_cleanup; + + /* + Normally, an attempt to modify an FK parent table will cause + FK children to be prelocked, so the table-being-altered cannot + be modified by a cascade FK action, because ALTER holds a lock + and prelocking will wait. + + But if a new FK is being added by this very ALTER, then the target + table is not locked yet (it's a temporary table). So, we have to + lock FK parents explicitly. + */ + if (alter_info->flags & Alter_info::ADD_FOREIGN_KEY) + { + List fk_list; + List_iterator fk_list_it(fk_list); + FOREIGN_KEY_INFO *fk; + + /* tables_opened can be > 1 only for MERGE tables */ + DBUG_ASSERT(tables_opened == 1); + DBUG_ASSERT(&table_list->next_global == thd->lex->query_tables_last); + + new_table->file->get_foreign_key_list(thd, &fk_list); + while ((fk= fk_list_it++)) + { + if (lower_case_table_names) + { + char buf[NAME_LEN]; + uint len; + strmake_buf(buf, fk->referenced_db->str); + len = my_casedn_str(files_charset_info, buf); + thd->make_lex_string(fk->referenced_db, buf, len); + strmake_buf(buf, fk->referenced_table->str); + len = my_casedn_str(files_charset_info, buf); + thd->make_lex_string(fk->referenced_table, buf, len); + } + if (table_already_fk_prelocked(table_list, fk->referenced_db, + fk->referenced_table, TL_READ_NO_INSERT)) + continue; + + TABLE_LIST *tl= (TABLE_LIST *) thd->alloc(sizeof(TABLE_LIST)); + tl->init_one_table_for_prelocking(fk->referenced_db->str, fk->referenced_db->length, + fk->referenced_table->str, fk->referenced_table->length, + NULL, TL_READ_NO_INSERT, false, NULL, 0, + &thd->lex->query_tables_last); + } + + if (open_tables(thd, &table_list->next_global, &tables_opened, 0, + &alter_prelocking_strategy)) + goto err_new_table_cleanup; + } } - if (!new_table) - goto err_new_table_cleanup; /* Note: In case of MERGE table, we do not attach children. We do not copy data for MERGE tables. Only the children have data. diff --git a/sql/sql_time.cc b/sql/sql_time.cc index 6323538f193cf62bc7c87a7b082b8d5d5b1fef13..c4d875e4178647a3d1de4e531bdb31288dcc6355 100644 --- a/sql/sql_time.cc +++ b/sql/sql_time.cc @@ -190,7 +190,7 @@ bool get_date_from_daynr(long daynr,uint *ret_year,uint *ret_month, ulong convert_period_to_month(ulong period) { ulong a,b; - if (period == 0) + if (period == 0 || period > 999912) return 0L; if ((a=period/100) < YY_PART_YEAR) a+=2000; diff --git a/sql/sql_trigger.cc b/sql/sql_trigger.cc index d9999e2aab7dd31dd9ac01152401018aa81c8818..14e1e84739b04a0705cbc32b08978c2b9ea9a2b4 100644 --- a/sql/sql_trigger.cc +++ b/sql/sql_trigger.cc @@ -503,7 +503,11 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create) if (err_status) goto end; } - WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); + +#ifdef WITH_WSREP + if (thd->wsrep_exec_mode == LOCAL_STATE) + WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); +#endif /* We should have only one table in table list. */ DBUG_ASSERT(tables->next_global == 0); @@ -531,7 +535,7 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create) /* Under LOCK TABLES we must only accept write locked tables. */ if (!(tables->table= find_table_for_mdl_upgrade(thd, tables->db, tables->table_name, - FALSE))) + NULL))) goto end; } else @@ -608,10 +612,9 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create) my_ok(thd); DBUG_RETURN(result); -#ifdef WITH_WSREP - error: + +WSREP_ERROR_LABEL: DBUG_RETURN(true); -#endif /* WITH_WSREP */ } diff --git a/sql/sql_truncate.cc b/sql/sql_truncate.cc index 9a54b4f947f89f9d33de6313f531f7ca14cc4aad..57cb6df55ca6ceb67515db85768cde5043d97d09 100644 --- a/sql/sql_truncate.cc +++ b/sql/sql_truncate.cc @@ -302,7 +302,7 @@ bool Sql_cmd_truncate_table::lock_table(THD *thd, TABLE_LIST *table_ref, if (thd->locked_tables_mode) { if (!(table= find_table_for_mdl_upgrade(thd, table_ref->db, - table_ref->table_name, FALSE))) + table_ref->table_name, NULL))) DBUG_RETURN(TRUE); *hton_can_recreate= ha_check_storage_engine_flag(table->s->db_type(), diff --git a/sql/sql_type_int.h b/sql/sql_type_int.h new file mode 100644 index 0000000000000000000000000000000000000000..1eda5651df548640bed1e27689b26e832676d727 --- /dev/null +++ b/sql/sql_type_int.h @@ -0,0 +1,44 @@ +/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. + Copyright (c) 2011, 2016, MariaDB + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + +#ifndef SQL_TYPE_INT_INCLUDED +#define SQL_TYPE_INT_INCLUDED + + +// A longlong/ulonglong hybrid. Good to store results of val_int(). +class Longlong_hybrid +{ +protected: + longlong m_value; + bool m_unsigned; +public: + Longlong_hybrid(longlong nr, bool unsigned_flag) + :m_value(nr), m_unsigned(unsigned_flag) + { } + longlong value() const { return m_value; } + bool is_unsigned() const { return m_unsigned; } + bool neg() const { return m_value < 0 && !m_unsigned; } + ulonglong abs() const + { + if (m_unsigned) + return (ulonglong) m_value; + if (m_value == LONGLONG_MIN) // avoid undefined behavior + return ((ulonglong) LONGLONG_MAX) + 1; + return m_value < 0 ? -m_value : m_value; + } +}; + +#endif // SQL_TYPE_INT_INCLUDED diff --git a/sql/sql_update.cc b/sql/sql_update.cc index db9f9013188235a3698411d887745d485325b8a9..b50c91426b35eff63c5b0716a4753f3ff5887ab6 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -2067,7 +2067,7 @@ multi_update::~multi_update() TABLE_LIST *table; for (table= update_tables ; table; table= table->next_local) { - table->table->no_keyread= table->table->no_cache= 0; + table->table->no_keyread= 0; if (ignore) table->table->file->extra(HA_EXTRA_NO_IGNORE_DUP_KEY); } diff --git a/sql/sql_view.cc b/sql/sql_view.cc index 6bd6b6a7b639dadefa6754922bf883cee3a31315..b7ff4513a32b84323bafeb4d1042fe0be901310c 100644 --- a/sql/sql_view.cc +++ b/sql/sql_view.cc @@ -691,10 +691,10 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views, lex->link_first_table_back(view, link_to_local); DBUG_RETURN(0); -#ifdef WITH_WSREP - error: + +WSREP_ERROR_LABEL: res= TRUE; -#endif /* WITH_WSREP */ + err: THD_STAGE_INFO(thd, stage_end); lex->link_first_table_back(view, link_to_local); diff --git a/sql/sql_yacc.cc b/sql/sql_yacc.cc index caac1c428ff2cb2107678104f702e31209d924a5..6e2ca858730652169fdb5a34b9f390361688234e 100644 --- a/sql/sql_yacc.cc +++ b/sql/sql_yacc.cc @@ -1630,7 +1630,7 @@ extern int MYSQLdebug; UPDATE_SYM = 858, UPGRADE_SYM = 859, USAGE = 860, - USER = 861, + USER_SYM = 861, USE_FRM = 862, USE_SYM = 863, USING = 864, @@ -2275,7 +2275,7 @@ extern int MYSQLdebug; #define UPDATE_SYM 858 #define UPGRADE_SYM 859 #define USAGE 860 -#define USER 861 +#define USER_SYM 861 #define USE_FRM 862 #define USE_SYM 863 #define USING 864 @@ -2373,7 +2373,7 @@ union YYSTYPE enum enum_diag_condition_item_name diag_condition_item_name; enum Diagnostics_information::Which_area diag_area; enum Field::geometry_type geom_type; - enum Foreign_key::fk_option m_fk_option; + enum enum_fk_option m_fk_option; enum Item_udftype udf_type; enum Key::Keytype key_type; enum Statement_information_item::Name stmt_info_item_name; @@ -2969,95 +2969,95 @@ static const yytype_uint16 yyrline[] = 12705, 12717, 12721, 12722, 12735, 12738, 12737, 12749, 12750, 12755, 12757, 12759, 12761, 12763, 12765, 12773, 12775, 12777, 12779, 12784, 12786, 12794, 12796, 12798, 12800, 12816, 12817, 12821, 12822, 12825, - 12827, 12828, 12832, 12839, 12840, 12844, 12843, 12853, 12854, 12858, - 12858, 12862, 12861, 12867, 12871, 12872, 12876, 12877, 12885, 12884, - 12895, 12899, 12903, 12916, 12915, 12930, 12931, 12932, 12935, 12936, - 12937, 12938, 12946, 12950, 12959, 12965, 12977, 12988, 12998, 13008, - 12976, 13016, 13017, 13021, 13022, 13026, 13027, 13035, 13039, 13040, - 13041, 13044, 13046, 13050, 13051, 13055, 13060, 13067, 13072, 13079, - 13081, 13085, 13086, 13090, 13095, 13103, 13104, 13107, 13109, 13117, - 13118, 13122, 13123, 13124, 13128, 13130, 13135, 13136, 13145, 13146, - 13150, 13151, 13155, 13168, 13192, 13204, 13211, 13230, 13238, 13243, - 13256, 13265, 13281, 13298, 13299, 13300, 13308, 13309, 13310, 13311, - 13325, 13331, 13337, 13343, 13349, 13355, 13373, 13383, 13393, 13399, - 13408, 13420, 13426, 13432, 13448, 13449, 13453, 13462, 13477, 13481, - 13524, 13528, 13545, 13549, 13621, 13645, 13675, 13676, 13686, 13693, - 13697, 13703, 13709, 13719, 13725, 13734, 13744, 13745, 13773, 13787, - 13801, 13816, 13817, 13827, 13828, 13838, 13839, 13840, 13844, 13857, - 13887, 13897, 13897, 13899, 13909, 13910, 13911, 13912, 13913, 13914, - 13915, 13916, 13917, 13918, 13919, 13920, 13921, 13922, 13923, 13924, - 13925, 13926, 13927, 13928, 13929, 13930, 13931, 13932, 13933, 13934, - 13935, 13936, 13937, 13938, 13939, 13940, 13941, 13942, 13943, 13944, - 13945, 13946, 13947, 13948, 13949, 13950, 13951, 13952, 13953, 13954, - 13955, 13956, 13957, 13958, 13959, 13960, 13961, 13962, 13963, 13964, - 13965, 13966, 13967, 13968, 13969, 13979, 13980, 13981, 13982, 13983, - 13984, 13985, 13986, 13987, 13988, 13989, 13990, 13991, 13992, 13993, - 13994, 13995, 13996, 13997, 13998, 13999, 14000, 14001, 14002, 14003, - 14004, 14005, 14006, 14007, 14008, 14009, 14010, 14011, 14012, 14013, - 14014, 14015, 14016, 14017, 14018, 14019, 14020, 14021, 14022, 14023, - 14024, 14025, 14026, 14027, 14028, 14033, 14034, 14035, 14036, 14037, - 14038, 14039, 14040, 14041, 14042, 14043, 14044, 14045, 14046, 14047, - 14048, 14049, 14050, 14051, 14052, 14053, 14054, 14055, 14056, 14057, - 14058, 14059, 14060, 14061, 14062, 14063, 14064, 14065, 14066, 14067, - 14068, 14069, 14070, 14071, 14072, 14073, 14074, 14075, 14076, 14077, - 14078, 14079, 14080, 14081, 14082, 14083, 14084, 14085, 14086, 14087, - 14088, 14089, 14090, 14091, 14092, 14093, 14094, 14095, 14096, 14097, - 14098, 14099, 14100, 14101, 14102, 14103, 14104, 14105, 14106, 14107, - 14108, 14109, 14110, 14111, 14112, 14113, 14114, 14115, 14116, 14117, - 14118, 14119, 14120, 14121, 14122, 14123, 14124, 14125, 14126, 14127, - 14128, 14129, 14130, 14131, 14132, 14133, 14134, 14135, 14136, 14137, - 14138, 14139, 14140, 14141, 14142, 14143, 14144, 14145, 14146, 14147, - 14148, 14149, 14150, 14151, 14152, 14153, 14154, 14155, 14156, 14157, - 14158, 14159, 14160, 14161, 14162, 14163, 14164, 14165, 14166, 14167, - 14168, 14169, 14170, 14171, 14172, 14173, 14174, 14175, 14176, 14177, - 14178, 14179, 14180, 14181, 14182, 14183, 14184, 14185, 14186, 14187, - 14188, 14189, 14190, 14191, 14192, 14193, 14194, 14195, 14196, 14197, - 14198, 14199, 14200, 14201, 14202, 14203, 14204, 14205, 14206, 14207, - 14208, 14209, 14210, 14211, 14212, 14213, 14214, 14215, 14216, 14217, - 14218, 14219, 14220, 14221, 14222, 14223, 14224, 14225, 14226, 14227, - 14228, 14229, 14230, 14231, 14232, 14233, 14234, 14235, 14236, 14237, - 14238, 14239, 14240, 14241, 14242, 14243, 14244, 14245, 14246, 14247, - 14248, 14249, 14250, 14251, 14252, 14253, 14254, 14255, 14256, 14257, - 14258, 14259, 14260, 14261, 14262, 14263, 14264, 14265, 14266, 14267, - 14268, 14269, 14270, 14271, 14272, 14273, 14274, 14275, 14276, 14277, - 14278, 14279, 14280, 14281, 14282, 14283, 14284, 14285, 14286, 14287, - 14288, 14289, 14290, 14291, 14303, 14302, 14315, 14323, 14314, 14340, - 14341, 14346, 14345, 14352, 14351, 14361, 14360, 14371, 14370, 14376, - 14384, 14386, 14391, 14391, 14400, 14399, 14413, 14412, 14417, 14421, - 14422, 14423, 14427, 14428, 14429, 14430, 14434, 14435, 14436, 14437, - 14442, 14466, 14492, 14503, 14520, 14534, 14549, 14568, 14585, 14597, - 14605, 14621, 14647, 14684, 14698, 14699, 14700, 14701, 14705, 14723, - 14741, 14742, 14746, 14747, 14748, 14749, 14753, 14767, 14771, 14772, - 14773, 14783, 14784, 14785, 14791, 14797, 14809, 14808, 14821, 14822, - 14826, 14827, 14831, 14846, 14847, 14848, 14853, 14854, 14859, 14858, - 14875, 14884, 14894, 14893, 14924, 14925, 14929, 14930, 14934, 14935, - 14936, 14937, 14939, 14938, 14951, 14952, 14953, 14954, 14955, 14961, - 14966, 14972, 14983, 14994, 14998, 15005, 15014, 15016, 15021, 15026, - 15033, 15045, 15057, 15064, 15076, 15077, 15080, 15081, 15084, 15089, - 15097, 15107, 15126, 15129, 15131, 15135, 15136, 15143, 15145, 15149, - 15150, 15155, 15154, 15158, 15157, 15161, 15160, 15164, 15163, 15166, - 15167, 15168, 15169, 15170, 15171, 15172, 15173, 15174, 15175, 15176, - 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, 15186, - 15187, 15188, 15189, 15190, 15191, 15195, 15196, 15200, 15201, 15205, - 15212, 15219, 15229, 15240, 15249, 15258, 15270, 15275, 15283, 15288, - 15296, 15301, 15308, 15308, 15309, 15309, 15312, 15319, 15324, 15330, - 15336, 15342, 15346, 15350, 15351, 15355, 15383, 15385, 15389, 15393, - 15397, 15404, 15405, 15409, 15410, 15414, 15415, 15419, 15420, 15426, - 15432, 15438, 15444, 15454, 15453, 15463, 15472, 15473, 15477, 15478, - 15483, 15484, 15485, 15490, 15491, 15492, 15496, 15497, 15501, 15513, - 15522, 15532, 15541, 15555, 15556, 15561, 15560, 15576, 15577, 15581, - 15582, 15586, 15586, 15607, 15608, 15612, 15613, 15614, 15618, 15623, - 15631, 15634, 15632, 15647, 15654, 15675, 15699, 15701, 15705, 15706, - 15710, 15711, 15719, 15720, 15721, 15722, 15728, 15734, 15744, 15746, - 15748, 15753, 15754, 15755, 15756, 15757, 15761, 15762, 15763, 15764, - 15765, 15766, 15776, 15777, 15782, 15795, 15811, 15813, 15815, 15821, - 15822, 15824, 15830, 15829, 15848, 15849, 15853, 15859, 15868, 15868, - 15892, 15893, 15898, 15899, 15901, 15903, 15917, 15926, 15932, 15937, - 15914, 15987, 15988, 15992, 16012, 16033, 16037, 16043, 16049, 16008, - 16108, 16120, 16129, 16133, 16107, 16150, 16154, 16158, 16162, 16166, - 16170, 16177, 16184, 16191, 16201, 16202, 16206, 16207, 16208, 16212, - 16213, 16218, 16220, 16219, 16225, 16226, 16230, 16237, 16247, 16253, - 16264 + 12827, 12828, 12832, 12848, 12849, 12853, 12852, 12862, 12863, 12867, + 12867, 12871, 12870, 12876, 12880, 12881, 12885, 12886, 12894, 12893, + 12904, 12908, 12912, 12925, 12924, 12939, 12940, 12941, 12944, 12945, + 12946, 12947, 12955, 12959, 12968, 12974, 12986, 12997, 13007, 13017, + 12985, 13025, 13026, 13030, 13031, 13035, 13036, 13044, 13048, 13049, + 13050, 13053, 13055, 13059, 13060, 13064, 13069, 13076, 13081, 13088, + 13090, 13094, 13095, 13099, 13104, 13112, 13113, 13116, 13118, 13126, + 13127, 13131, 13132, 13133, 13137, 13139, 13144, 13145, 13154, 13155, + 13159, 13160, 13164, 13177, 13201, 13213, 13220, 13239, 13247, 13252, + 13265, 13274, 13290, 13307, 13308, 13309, 13317, 13318, 13319, 13320, + 13334, 13340, 13346, 13352, 13358, 13364, 13382, 13392, 13402, 13408, + 13417, 13429, 13435, 13441, 13457, 13458, 13462, 13471, 13486, 13490, + 13533, 13537, 13554, 13558, 13630, 13654, 13684, 13685, 13695, 13702, + 13706, 13712, 13718, 13728, 13734, 13743, 13753, 13754, 13782, 13796, + 13810, 13825, 13826, 13836, 13837, 13847, 13848, 13849, 13853, 13866, + 13896, 13906, 13906, 13908, 13918, 13919, 13920, 13921, 13922, 13923, + 13924, 13925, 13926, 13927, 13928, 13929, 13930, 13931, 13932, 13933, + 13934, 13935, 13936, 13937, 13938, 13939, 13940, 13941, 13942, 13943, + 13944, 13945, 13946, 13947, 13948, 13949, 13950, 13951, 13952, 13953, + 13954, 13955, 13956, 13957, 13958, 13959, 13960, 13961, 13962, 13963, + 13964, 13965, 13966, 13967, 13968, 13969, 13970, 13971, 13972, 13973, + 13974, 13975, 13976, 13977, 13978, 13988, 13989, 13990, 13991, 13992, + 13993, 13994, 13995, 13996, 13997, 13998, 13999, 14000, 14001, 14002, + 14003, 14004, 14005, 14006, 14007, 14008, 14009, 14010, 14011, 14012, + 14013, 14014, 14015, 14016, 14017, 14018, 14019, 14020, 14021, 14022, + 14023, 14024, 14025, 14026, 14027, 14028, 14029, 14030, 14031, 14032, + 14033, 14034, 14035, 14036, 14037, 14042, 14043, 14044, 14045, 14046, + 14047, 14048, 14049, 14050, 14051, 14052, 14053, 14054, 14055, 14056, + 14057, 14058, 14059, 14060, 14061, 14062, 14063, 14064, 14065, 14066, + 14067, 14068, 14069, 14070, 14071, 14072, 14073, 14074, 14075, 14076, + 14077, 14078, 14079, 14080, 14081, 14082, 14083, 14084, 14085, 14086, + 14087, 14088, 14089, 14090, 14091, 14092, 14093, 14094, 14095, 14096, + 14097, 14098, 14099, 14100, 14101, 14102, 14103, 14104, 14105, 14106, + 14107, 14108, 14109, 14110, 14111, 14112, 14113, 14114, 14115, 14116, + 14117, 14118, 14119, 14120, 14121, 14122, 14123, 14124, 14125, 14126, + 14127, 14128, 14129, 14130, 14131, 14132, 14133, 14134, 14135, 14136, + 14137, 14138, 14139, 14140, 14141, 14142, 14143, 14144, 14145, 14146, + 14147, 14148, 14149, 14150, 14151, 14152, 14153, 14154, 14155, 14156, + 14157, 14158, 14159, 14160, 14161, 14162, 14163, 14164, 14165, 14166, + 14167, 14168, 14169, 14170, 14171, 14172, 14173, 14174, 14175, 14176, + 14177, 14178, 14179, 14180, 14181, 14182, 14183, 14184, 14185, 14186, + 14187, 14188, 14189, 14190, 14191, 14192, 14193, 14194, 14195, 14196, + 14197, 14198, 14199, 14200, 14201, 14202, 14203, 14204, 14205, 14206, + 14207, 14208, 14209, 14210, 14211, 14212, 14213, 14214, 14215, 14216, + 14217, 14218, 14219, 14220, 14221, 14222, 14223, 14224, 14225, 14226, + 14227, 14228, 14229, 14230, 14231, 14232, 14233, 14234, 14235, 14236, + 14237, 14238, 14239, 14240, 14241, 14242, 14243, 14244, 14245, 14246, + 14247, 14248, 14249, 14250, 14251, 14252, 14253, 14254, 14255, 14256, + 14257, 14258, 14259, 14260, 14261, 14262, 14263, 14264, 14265, 14266, + 14267, 14268, 14269, 14270, 14271, 14272, 14273, 14274, 14275, 14276, + 14277, 14278, 14279, 14280, 14281, 14282, 14283, 14284, 14285, 14286, + 14287, 14288, 14289, 14290, 14291, 14292, 14293, 14294, 14295, 14296, + 14297, 14298, 14299, 14300, 14312, 14311, 14324, 14332, 14323, 14349, + 14350, 14355, 14354, 14361, 14360, 14370, 14369, 14380, 14379, 14385, + 14393, 14395, 14400, 14400, 14409, 14408, 14422, 14421, 14426, 14430, + 14431, 14432, 14436, 14437, 14438, 14439, 14443, 14444, 14445, 14446, + 14451, 14475, 14501, 14512, 14529, 14543, 14558, 14577, 14594, 14606, + 14614, 14630, 14656, 14693, 14707, 14708, 14709, 14710, 14714, 14732, + 14750, 14751, 14755, 14756, 14757, 14758, 14762, 14776, 14780, 14781, + 14782, 14792, 14793, 14794, 14800, 14806, 14818, 14817, 14830, 14831, + 14835, 14836, 14840, 14855, 14856, 14857, 14862, 14863, 14868, 14867, + 14884, 14893, 14903, 14902, 14933, 14934, 14938, 14939, 14943, 14944, + 14945, 14946, 14948, 14947, 14960, 14961, 14962, 14963, 14964, 14970, + 14975, 14981, 14992, 15003, 15007, 15014, 15023, 15025, 15030, 15035, + 15042, 15054, 15066, 15073, 15085, 15086, 15089, 15090, 15093, 15098, + 15106, 15116, 15135, 15138, 15140, 15144, 15145, 15152, 15154, 15158, + 15159, 15164, 15163, 15167, 15166, 15170, 15169, 15173, 15172, 15175, + 15176, 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, + 15186, 15187, 15188, 15189, 15190, 15191, 15192, 15193, 15194, 15195, + 15196, 15197, 15198, 15199, 15200, 15204, 15205, 15209, 15210, 15214, + 15221, 15228, 15238, 15249, 15258, 15267, 15279, 15284, 15292, 15297, + 15305, 15310, 15317, 15317, 15318, 15318, 15321, 15328, 15333, 15339, + 15345, 15351, 15355, 15359, 15360, 15364, 15392, 15394, 15398, 15402, + 15406, 15413, 15414, 15418, 15419, 15423, 15424, 15428, 15429, 15435, + 15441, 15447, 15453, 15463, 15462, 15472, 15481, 15482, 15486, 15487, + 15492, 15493, 15494, 15499, 15500, 15501, 15505, 15506, 15510, 15522, + 15531, 15541, 15550, 15564, 15565, 15570, 15569, 15585, 15586, 15590, + 15591, 15595, 15595, 15616, 15617, 15621, 15622, 15623, 15627, 15632, + 15640, 15643, 15641, 15656, 15663, 15684, 15708, 15710, 15714, 15715, + 15719, 15720, 15728, 15729, 15730, 15731, 15737, 15743, 15753, 15755, + 15757, 15762, 15763, 15764, 15765, 15766, 15770, 15771, 15772, 15773, + 15774, 15775, 15785, 15786, 15791, 15804, 15820, 15822, 15824, 15830, + 15831, 15833, 15839, 15838, 15857, 15858, 15862, 15868, 15877, 15877, + 15901, 15902, 15907, 15908, 15910, 15912, 15926, 15935, 15941, 15946, + 15923, 15996, 15997, 16001, 16021, 16042, 16046, 16052, 16058, 16017, + 16117, 16129, 16138, 16142, 16116, 16159, 16163, 16167, 16171, 16175, + 16179, 16186, 16193, 16200, 16210, 16211, 16215, 16216, 16217, 16221, + 16222, 16227, 16229, 16228, 16234, 16235, 16239, 16246, 16256, 16262, + 16273 }; #endif @@ -3199,7 +3199,7 @@ static const char *const yytname[] = "UNCOMMITTED_SYM", "UNDEFINED_SYM", "UNDERSCORE_CHARSET", "UNDOFILE_SYM", "UNDO_BUFFER_SIZE_SYM", "UNDO_SYM", "UNICODE_SYM", "UNINSTALL_SYM", "UNION_SYM", "UNIQUE_SYM", "UNKNOWN_SYM", "UNLOCK_SYM", "UNSIGNED", - "UNTIL_SYM", "UPDATE_SYM", "UPGRADE_SYM", "USAGE", "USER", "USE_FRM", + "UNTIL_SYM", "UPDATE_SYM", "UPGRADE_SYM", "USAGE", "USER_SYM", "USE_FRM", "USE_SYM", "USING", "UTC_DATE_SYM", "UTC_TIMESTAMP_SYM", "UTC_TIME_SYM", "VALUES", "VALUE_SYM", "VARBINARY", "VARCHAR", "VARIABLES", "VARIANCE_SYM", "VARYING", "VAR_SAMP_SYM", "VIA_SYM", "VIEW_SYM", @@ -3550,10 +3550,10 @@ static const yytype_uint16 yytoknum[] = }; # endif -#define YYPACT_NINF -4291 +#define YYPACT_NINF -4321 #define yypact_value_is_default(Yystate) \ - (!!((Yystate) == (-4291))) + (!!((Yystate) == (-4321))) #define YYTABLE_NINF -2800 @@ -3564,497 +3564,497 @@ static const yytype_uint16 yytoknum[] = STATE-NUM. */ static const int yypact[] = { - 7119, 2309, 1791, 1331, -126, 208, 58144, -4291, 155, 1465, - -4291, -168, 99, -4291, -4291, -4291, -4291, -4291, 3590, -4291, - 58144, 105, 1001, -4291, 26282, -4291, -4291, -4291, -30, -4291, - 196, 1465, -4291, 105, 446, -4291, 58144, -4291, 671, 1593, - 105, -4291, -4291, -4291, 51148, -4291, -168, 58144, -4291, 654, - -4291, -4291, 51148, 207, 216, 643, -23, -4291, -4291, 58144, - -4291, 2216, -4291, 608, 1367, 1291, -4291, -4291, 1123, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 3248, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 26924, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 816, 58144, 1056, 58144, 1390, 58144, - 49240, 58144, -4291, 1376, -4291, -4291, 1525, 1131, -4291, -4291, - 1465, 81, -4291, -4291, 1762, -168, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 1140, -4291, -4291, 1236, -126, -4291, -4291, -4291, - -159, -4291, 1878, 1683, 1448, 58144, 952, 12575, 1675, 1675, - 1675, 1702, 1729, 1675, 1675, 1675, 58144, -4291, 1675, 1675, - 1675, 1465, -4291, -4291, -4291, 1807, 37792, 58144, 1570, 226, - -31, 49240, -4291, 1408, 58144, -126, 79, -4291, 1724, -4291, - -4291, -4291, 64504, 1465, -4291, 1918, 1790, 971, 58144, -4291, - -4291, -4291, 64504, 1109, 925, 1382, -4291, -4291, 1532, -4291, - 38428, 186, -4291, -4291, -4291, 1379, 2593, -4291, 28850, 5845, - 1532, 1529, -126, -83, 1546, -126, -4291, -4291, 58144, -126, - 1465, 1735, -4291, 12575, -4291, 309, 309, 309, -4291, 309, - -4291, 309, 608, 1407, 1583, -4291, -4291, 1415, 58144, 1841, - -4291, 1841, -4291, -4291, 1841, 1335, 1592, 1851, 1862, 1871, - 1556, 763, 1131, 1786, -4291, -4291, -4291, 1459, -19, -4291, - 1536, 41608, -4291, 58144, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 1384, -4291, 1577, 131, 1618, 1980, -4291, 49240, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 26282, - 1506, 58144, -4291, 2017, 12575, 1236, -4291, 1615, -4291, -4291, - 26282, -4291, -4291, 26282, 266, 1277, 58144, -4291, -4291, 2160, - -4291, -4291, -4291, 51784, 952, 1553, 1558, 1571, 17863, -4291, - 1585, 1603, 1619, 12575, 1625, 1633, 1637, 1641, 1645, 1648, - 1656, 1661, 1674, 1680, 1692, 1694, 1703, 1705, 1705, 1705, - 1738, 1743, 1751, 1754, -177, 1758, -4291, 1783, 1794, 1802, - -4291, -4291, 1810, 1814, 1825, 1830, -4291, -4291, 1837, 1843, - 1853, 13236, 1855, 1857, 1860, -4291, 23060, 1868, 1872, 1875, - 1884, 1910, 1925, 1927, 1931, 1950, -4291, -4291, 12575, 1738, - -4291, -4291, 1952, -4291, 1954, 1967, 2002, 2004, 2007, 2012, - 2025, 2042, 2060, 2070, 2086, 2089, 2092, 2106, 2117, 2120, - 2123, 1738, -4291, -167, 2126, 2129, 1128, 2131, -4291, 2137, - -4291, 335, 2153, 1705, 1738, 1738, 2159, 2161, 2165, 2170, - 2172, 2175, 17863, 17863, 17863, 12575, -4291, 58144, -4291, 58144, - 1322, 2168, -4291, 2683, 17863, 212, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 1537, 1817, -4291, -4291, -4291, -4291, -4291, - -4291, 2177, 1548, 2162, 58144, 58144, 58144, 2223, 58144, 58144, - 58144, -4291, 49240, 1845, 58144, -4291, -4291, 1675, 1824, 4681, - 32055, 2090, 2045, 1866, 1705, -4291, -4291, 607, 613, 672, - 2164, -4291, -4291, 1996, 700, 2186, -4291, 712, 440, -4291, - 92, 723, 727, -4291, -4291, -4291, -4291, -4291, -4291, 1999, - 2345, 2113, -4291, -4291, 175, -4291, -4291, 58144, -4291, 2644, - 12575, -4291, -4291, -4291, 2588, 2324, -4291, -4291, -4291, 894, - 2788, 254, 26282, 1331, 58144, 915, 65776, 65776, 58144, -4291, - 61324, 2182, -4291, -4291, 8188, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 2190, -4291, -4291, 2185, - 12575, 901, -4291, -124, -4291, -4291, 2559, -4291, -4291, 46060, - 26282, 1491, 65140, -4291, -4291, -4291, 23704, -4291, -4291, 2798, - -4291, 2199, -4291, -4291, 1817, 3781, -4291, 2479, 2090, 2503, - -4291, 2686, -4291, 2515, 2410, 1277, 2297, -4291, 2848, 2624, - -4291, 2707, 1677, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 2264, 2593, -4291, -4291, 52420, 1067, 2432, - -135, 1130, 1344, 37153, 57, 49240, 1575, 874, 29491, 42244, - 2263, -4291, -4291, -4291, -128, 2425, -4291, 2759, -4291, 1, - -4291, 2291, 1129, 1, 46696, 2624, 213, -4291, 215, -4291, - 2756, -4291, -4291, -4291, -4291, 2419, 2407, 2458, -4291, 368, - 2078, -4291, -126, -4291, 828, -4291, 2445, 2624, 1, 213, - -4291, 2696, 2830, 606, 2806, -4291, 1154, -4291, -4291, -4291, - -57, 2910, -4291, 2347, -4291, -4291, -4291, 26282, -4291, -4291, - -4291, 2588, -4291, 189, -4291, -4291, -4291, -4291, 2350, -4291, - -4291, 2650, 2480, -4291, -4291, 764, 2376, 819, -4291, 2877, - -4291, 1331, 58144, -4291, -4291, -4291, 443, 1124, 1525, 1841, - -4291, 1841, 1841, 1841, 1841, 81, 42880, -4291, -4291, -4291, - 2917, 2938, 1705, 2397, -4291, -4291, -4291, -4291, -4291, 3057, - -4291, -4291, 2685, 2953, 2953, 2953, 3072, -4291, -4291, -4291, - 26282, -4291, -4291, -4291, 131, -4291, 2597, 2468, -4291, 58144, - 1618, -4291, 26282, -4291, 2839, 2436, -4291, -4291, 2697, 12575, - -4291, -4291, 12575, 64504, 2945, 1322, -4291, -4291, 163, -4291, - -4291, 26282, 863, -4291, 3041, 2672, -4291, -4291, -4291, 3057, - 2953, 26282, -4291, 2464, -4291, 2456, -4291, 12575, 12575, 358, - 3060, 3140, 3140, 3140, 1322, 2538, 12575, 12575, 12575, 12575, - 12575, 12575, 12575, 12575, 12575, 12575, 12575, 12575, 359, 2504, - -4291, -4291, -4291, 154, -4291, 2514, 12575, 12575, -4291, 12575, - 12575, 27566, -4291, 4809, 12575, 12575, 1022, 3027, 12575, 12575, - 12575, 12575, 3733, 12575, 12575, 12575, 27566, 3188, 2541, -4291, - 2547, 377, 12575, 12575, 382, 12575, 12575, 12575, 12575, 12575, - -4291, -4291, 12575, 12575, 12575, 12575, 17863, 12575, 12575, 12575, - 12575, 12575, 12575, 2548, 12575, 3140, 3140, 12575, 12575, 1101, - -4291, -4291, 12575, 2717, 2717, -4291, 12575, 9270, 12575, -4291, - -4291, 2556, -4291, -4291, -4291, 27566, 3140, 3140, 12575, 12575, - 12575, 3060, 3060, 3060, 232, 2560, -129, 12575, 30132, 2555, - -4291, -4291, -4291, -4291, 12575, 12575, 12575, 17863, -4291, 1755, - -4291, -4291, -4291, -4291, -4291, 13897, 17863, 17863, 2568, 17863, - 17863, 17863, 17863, 17863, 2960, 17863, 17863, 18524, 19185, 17863, - 17863, 17863, 17863, 944, 3060, 49240, 17863, 12575, -4291, -4291, - 58144, -4291, -4291, -4291, 2587, -4291, 2883, 1845, -4291, 47332, - -4291, 826, 3100, -4291, 46060, 26282, -4291, 2603, -4291, 2983, - -4291, 2984, 2987, 2988, -4291, -4291, -4291, -4291, 3229, 2993, - -4291, -126, 2996, -4291, -4291, 2627, -4291, -4291, -4291, 19846, - 49240, -4291, 2629, -4291, 2645, -4291, -4291, -4291, -4291, -4291, - -4291, 2742, -4291, -4291, -4291, -4291, 2651, -4291, 46060, 2651, - -4291, -4291, 2651, -4291, -4291, 2651, 41608, 56, 3266, -4291, - -4291, 58144, -4291, 58780, -4291, 3078, 1397, -4291, 23704, -126, - -4291, 3079, 14558, -4291, -4291, -4291, 3030, 346, 2656, -4291, - -4291, -4291, -4291, 3118, 58144, -4291, -4291, -4291, 12575, 3028, - 2663, -4291, -4291, -4291, 225, 26282, -4291, 1322, -4291, 127, - 127, 2919, 1419, 49240, -4291, -4291, 210, 2671, -4291, 2765, - 2687, -4291, 2771, -4291, -4291, 26282, 2682, -4291, 26282, -4291, - -4291, -4291, 2949, 2776, -4291, -126, 925, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - 2695, 2708, 3157, 2698, 46060, 41608, 101, -4291, 58144, -4291, - 1228, -4291, -4291, 964, -4291, -4291, 924, 43516, -4291, 231, - 2727, 2758, 3108, -4291, -4291, 2705, -4291, 12575, -4291, 2700, - 2712, -4291, -128, -4291, 47332, 58144, -4291, -4291, -4291, -4291, - -4291, 3294, 12575, -4291, 46060, -4291, 1193, -4291, 909, 107, - -128, -4291, -4291, -4291, -4291, -4291, 58144, 53056, 2713, 9931, - 2838, 3123, -4291, -4291, -4291, 2729, 1841, 58144, 58144, 58144, - 26282, 58144, 26282, -4291, 896, 896, -4291, -4291, -4291, -4291, - 1, 58144, 58144, 1, 41608, -4291, 213, 728, 58144, 1, - -4291, 3124, 2826, -4291, -4291, -4291, 3196, -4291, -4291, 3187, - 2731, -4291, 3228, -4291, -4291, 2849, 213, -4291, -4291, 26282, - -4291, -4291, 213, -4291, 213, 213, 12575, 1, 1, 1, - -4291, -50, -4291, -4291, -4291, 2894, -83, -4291, -4291, -4291, - 945, -4291, -4291, 309, 2998, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 1000, -4291, -4291, -4291, - 3226, -4291, 47332, 41608, 3204, 1841, 1841, -4291, -4291, 3235, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 1841, -4291, -4291, - -4291, -4291, -4291, -4291, 1618, 49240, 58144, 58144, 58144, 26282, - -4291, -4291, -4291, -4291, -4291, 100, -4291, -4291, -4291, 2247, - 3267, -4291, 49240, 3340, -78, 1283, 3340, 2754, -126, 1278, - -4291, 1278, -4291, -4291, -4291, 986, 1841, -4291, -4291, 2755, - -4291, 3008, -4291, -4291, 53692, 26282, -4291, -4291, -4291, 1527, - 2757, 2760, 1322, 1322, 61960, 3361, 2793, 4502, -4291, -4291, - 26282, -4291, 72, -4291, -4291, -4291, 2822, -4291, -4291, -4291, - -4291, 2467, -4291, -4291, 2414, 2819, 2772, -4291, 2949, -4291, - 1509, 58144, 3232, 34609, -4291, 563, 306, -4291, 3140, 2778, - -4291, 2783, 2784, 2785, 12575, 255, 480, 338, -201, 1438, - 484, 570, 1318, 749, -4291, 1616, 751, 782, 885, 236, - -4291, 2790, 2782, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, 2794, -4291, -4291, -4291, 923, 1013, 1458, 1490, 2795, - 2796, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, 3254, -4291, 1035, 1722, -4291, -4291, -4291, -4291, 2799, - -4291, -4291, 1495, 1041, 1077, 277, 2809, 1771, 1088, 1818, - 1820, 2808, 27566, 58144, 3140, 2805, 1497, 1499, 3140, 2812, - 1113, 1631, 1847, 1880, 1903, 1639, 1713, 1178, 1921, 2745, - 1721, 1233, 1240, 1725, 1242, 1293, -4291, 1745, 2814, 2815, - 1300, 206, 3140, 2817, 289, 2818, 2824, 1752, 10592, 11253, - 11914, 228, 1320, -4291, 2820, -4291, 2547, 2827, 2828, 336, - 220, 1756, -4291, 12575, -4291, -4291, 2810, -4291, 2879, 165, - 107, -4291, 2989, 58144, 2358, 193, -4291, -4291, -4291, -4291, - -4291, -4291, 884, -4291, 2831, -4291, 2834, 2477, 2832, 12575, - 248, 2832, 3453, 960, 960, 17863, 3230, 2652, 13236, 988, - 13236, 988, 2832, 2832, 2832, -4291, 17863, 2835, 17863, 17863, - -4291, 3060, 1322, 2836, 1132, 58144, 26282, 826, 2837, -4291, - -4291, -4291, -4291, -4291, -128, -4291, 2840, 218, 26282, 49240, - 2841, -4291, 3356, -4291, -4291, -4291, -4291, -126, -4291, -4291, - 5080, -4291, 26282, 2930, 2937, 2943, -4291, 32696, -4291, -4291, - -4291, -4291, 32696, 14, -4291, 58144, -4291, 2934, -4291, -4291, - -4291, 3278, -4291, 3281, -204, -4291, 24346, 24346, -4291, 24346, - -4291, -4291, -4291, -4291, -4291, 440, -4291, -4291, -4291, -4291, - 374, 989, 3178, 2727, -4291, -4291, -4291, -4291, -4291, -4291, - 33973, 1322, -4291, 26282, -4291, 3273, 940, 26282, -4291, -4291, - 3271, 1322, -4291, -4291, -4291, -4291, -4291, -4291, 2858, -4291, - 2861, -4291, -4291, -4291, -4291, -4291, 2074, 2976, -4291, 3515, - -4291, 12575, -126, -4291, 46060, 46060, 26282, 26282, 26282, 695, - 12575, -4291, 1813, 2871, -4291, -4291, 2804, -4291, 3520, -4291, - 3781, 19846, 47332, 3321, 3336, -4291, 2881, 24346, 24346, 24346, - -4291, -4291, -4291, -4291, 2977, 2977, -4291, 30773, -4291, 12575, - -4291, -4291, -4291, 3364, -4291, 3070, 618, -4291, -4291, -4291, - -4291, -4291, 58144, -4291, 3541, -4291, -4291, 2887, -4291, -4291, - 26282, -4291, -4291, 3337, -4291, 3061, -4291, 1322, -4291, 2893, - 52420, 3362, 9931, 3366, -4291, 47968, -4291, 1322, -128, 2902, - 2908, -4291, -4291, 3291, 659, -4291, 2912, 2913, -4291, 2904, - 2911, 2914, 52420, 12575, -4291, 909, -4291, -4291, -4291, -4291, - -4291, 17863, 1783, -4291, 1322, -4291, -4291, -126, 3374, -126, - 12575, 2909, 58144, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 1, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 3153, 2624, 2078, - 3123, -4291, 1, 213, 26282, 1, 1, 1322, -4291, -4291, - -4291, -4291, -4291, -4291, 2922, -4291, 2980, -4291, -4291, 3091, - 64504, 2929, -4291, 3393, 2624, -4291, -4291, -4291, 102, 1151, - 2933, 1841, -4291, 58144, 58144, 1841, 1841, 58144, -4291, -4291, - -156, 3216, 3218, -4291, -4291, -128, -128, 3243, -4291, -126, - 3071, 3077, 3082, 3085, 3088, 3113, -4291, -4291, -126, -126, - -4291, -4291, -128, -4291, 1559, -4291, -4291, -4291, -4291, 1842, - -4291, -128, -128, -4291, 178, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 1182, -4291, 5035, -4291, -4291, 26282, 3242, 26282, - 3424, -4291, 3492, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 2969, -4291, -4291, 12575, 3059, -4291, -4291, 2793, - -4291, 2985, 2994, 2999, 3000, 3003, 3004, 3005, 3009, 3010, - 3011, 3012, 3013, 3015, 3016, 3017, 3019, 3024, 3036, 3038, - 3040, 3042, 3043, 3044, 2970, -4291, -4291, -4291, 3037, -4291, - -4291, -4291, -128, -128, -128, -128, -4291, 2374, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 3346, 1136, 58144, 3064, - -4291, 34609, -4291, -4291, 945, -4291, 3026, 15219, -4291, 3034, - -4291, 12575, -4291, -4291, -4291, 1906, 12575, 12575, 3512, 2585, - -4291, 48604, -4291, -4291, -4291, 12575, -4291, 12575, -4291, 12575, - 12575, 12575, 12575, 48604, 2585, 12575, -4291, 3039, -4291, 3425, - 3444, -4291, -4291, -4291, -4291, 12575, 12575, -4291, 12575, 12575, - -4291, 12575, 12575, 12575, 12575, -4291, 12575, -4291, -4291, 17863, - -4291, 3031, 3046, -4291, -4291, -4291, 3050, -4291, 12575, -4291, - -4291, -4291, -4291, -4291, -4291, 12575, -4291, 12575, -4291, 12575, - 12575, -4291, 12575, 12575, -4291, -4291, -4291, 15880, 12575, 12575, - 3051, -4291, -4291, 12575, 12575, 12575, -4291, 12575, 264, 12575, - 453, 12575, 2072, 12575, -4291, 12575, -4291, -4291, -4291, -4291, - 12575, 399, 2074, 2804, 3053, -4291, 1956, 2707, -4291, 1803, - 2810, 3054, 3214, 1228, -4291, -4291, 49240, 12575, -4291, -4291, - -4291, -4291, -4291, -4291, 17863, 362, 3055, 17863, -4291, 3453, - 3733, 3733, 2581, 12575, 248, 3453, 12575, 3058, 3056, -4291, - 12575, 58144, -4291, -4291, -4291, 47332, -4291, 49240, 46060, -4291, - -4291, -4291, 218, -4291, 2603, 3076, -4291, -4291, -4291, 2858, - 60, 3081, 3065, -4291, -4291, -4291, -4291, -4291, -4291, 1968, - -4291, 41608, 149, 3692, 41608, -4291, 3052, -4291, 3066, 3125, - 3126, 3144, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 2624, 64504, 1813, -4291, -4291, 3074, -4291, - -4291, 2697, 2977, 3087, 3451, 3650, -4291, -4291, -4291, -4291, - 64504, 64504, 12575, 58144, 17863, -4291, 3688, 3092, 3101, 3097, - 3103, 1322, -4291, 3186, -4291, -4291, -4291, 51, -4291, -4291, - -4291, -4291, -4291, 806, 317, -4291, -4291, 3110, 3110, 21774, - -4291, -4291, -4291, 58144, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 3127, -4291, -4291, 3384, 46060, 41608, 3573, - 3574, 3575, 576, -4291, -4291, -4291, 49240, 3119, -4291, -4291, - -4291, 1322, 3121, 1588, 44152, 3600, 44152, 44152, -4291, 827, - 3521, 3523, -4291, 3391, 2174, 3391, -4291, -4291, 827, 945, - 2949, -4291, 12575, 3736, 3567, 3447, -4291, 49876, -4291, 35245, - -4291, 7679, -4291, 46060, -4291, -4291, -4291, -4291, -4291, 3227, - 3231, 1400, -4291, -4291, 3540, 3368, -4291, -4291, -4291, -128, - 1322, -4291, 2713, 3145, 31414, -4291, 1568, -4291, -4291, 1322, - 194, -4291, -4291, -4291, 3432, -4291, -4291, 3374, -4291, 2727, - 213, -4291, -4291, -50, 2496, -4291, 27566, 62596, 2804, 3470, - -4291, -4291, -4291, 167, 3801, -4291, 58144, 3152, 615, -4291, - -4291, 58144, 3615, 214, 214, 3436, 26282, 26282, 4236, 47968, - 44788, -4291, -4291, -4291, -4291, 3700, -4291, 3701, 1332, -4291, - -4291, 2513, 1283, -4291, -126, -126, -126, -126, 2804, -126, - -126, 1970, -4291, 2513, 2513, 1278, -4291, 173, -4291, -4291, - -4291, -4291, 2658, -128, 3741, 3426, -128, -128, 3741, -128, - 3427, 3428, -128, -128, 3250, 3687, -128, 3570, 3276, 2234, - 3572, -128, 3435, -4291, 3280, 3695, -128, -128, -128, -128, - -128, 3741, 3440, 3792, -128, -128, -4291, -128, 3442, 3441, - 183, 3449, 3450, -128, -128, -128, -128, 889, 58144, -128, - -128, 3454, -128, -4291, -4291, 5677, -4291, -4291, -4291, -4291, - -4291, -4291, 783, 24994, -4291, -4291, -4291, -4291, -128, -4291, - 184, -4291, 3398, -4291, 397, 50512, 63232, 3189, 3207, 54328, - 1322, 64504, 12575, -4291, 3210, 3211, 3215, 2804, -126, -126, - 1568, -126, 2804, -126, -126, -126, -126, -126, -126, -126, - 2804, 2804, -126, 140, 2149, -126, 2804, 4502, -4291, -126, - 2074, 2513, 2513, 2414, -4291, 3646, -128, -4291, 235, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 3205, - 945, 2727, 1699, 2727, 3221, -4291, 13236, 1761, -4291, 1322, - 12575, 1322, 1983, -4291, 3233, 3233, 3233, -4291, 3236, -4291, - -4291, 3233, 3636, 3233, 3637, 3237, 3240, 1981, 1928, -4291, - 2008, 2219, 1776, 3241, 3247, 1537, -4291, 12575, 12575, 1781, - 364, 1804, -36, 1327, 1333, 375, -4291, 1823, 3323, -4291, - -4291, 1828, 1844, 1876, 1891, 1359, 1895, 2022, 13236, 1897, - 275, 386, -4291, 1902, 1418, 1420, 1914, 12575, 1936, 12575, - 1998, 12575, 2005, 2018, 2031, 3244, 3244, 191, -4291, 3253, - -4291, -4291, -4291, 3255, -4291, -4291, -4291, -4291, 2727, 2264, - 1803, -4291, 3251, 1202, -4291, -4291, 3256, 1322, 3260, -4291, - -4291, 12575, -4291, 212, -4291, -4291, 17863, 427, 3264, -4291, - 1322, -4291, -4291, 3265, 1537, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 3249, -4291, 3481, -4291, -4291, 2578, 32696, - -4291, 58144, 1304, -44, -4291, -4291, 49240, 3542, -4291, 3272, - 35881, 41608, 41608, 41608, 3275, -4291, 59416, 3552, 26282, -4291, - 3696, -4291, -4291, -4291, -4291, 58144, 65776, 65776, 65776, 65776, - 3277, 3279, -4291, -4291, -4291, 3453, 3657, 3536, -4291, -4291, - 2074, 58144, 46060, 3591, -4291, -4291, 3486, 2593, 27566, -4291, - 3287, -4291, 3287, 1799, 3289, 2034, -4291, -4291, -4291, 3283, - 2297, 2039, -4291, 19846, 3748, 2840, -4291, 41608, 41608, 41608, - -4291, 2646, -4291, 30773, 12575, -4291, -4291, -4291, -4291, -4291, - 44152, -4291, -4291, -198, 1202, -4291, 2095, -4291, -4291, -4291, - 3691, 3391, 3391, 827, 3693, 837, -4291, 2666, -4291, 2593, - 1322, 12575, -4291, 3568, -4291, 54964, -4291, -4291, -4291, -4291, - 1146, -4291, -4291, 3298, 3299, 144, 3526, -4291, -4291, -4291, - -4291, 9931, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 2624, -4291, -4291, -4291, -4291, -4291, 1, - -4291, 3314, -4291, 3305, 3306, -4291, -128, 3339, -4291, -4291, - 41608, 3500, -4291, 1047, 3310, 58144, -4291, 3852, -4291, -4291, - -4291, -4291, -4291, 26282, -4291, -4291, 26282, 20490, -4291, -4291, - 3578, -4291, 3957, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 1842, -4291, -4291, -4291, - 1182, -4291, -4291, 28208, 1841, -4291, 209, -4291, 1841, 1527, - 1527, 3746, 55600, 28208, 105, 1568, 2804, 1702, 2804, 56236, - 105, -126, -126, 2646, -128, 2804, -4291, -4291, 3718, 1675, - 3719, 1702, 1702, -4291, 49240, 58144, -4291, -128, 1413, 2804, - 56872, 1568, 1568, 1702, 105, 27566, 1316, 2728, -4291, -126, - 105, -4291, -4291, -4291, -4291, 26282, 105, 105, 3334, 3090, - 3167, 3213, -4291, -4291, -4291, 2804, 2728, 56236, -4291, -4291, - 4300, -4291, -4291, -4291, 21132, 58144, 343, 518, -4291, 3319, - 39700, 3329, 1331, 341, 3412, 288, -4291, 153, -4291, -4291, - -4291, 3773, 3333, 1294, -4291, 3331, -4291, 56236, -4291, 3341, - -4291, 3343, -4291, 60052, 1322, 2804, 2804, 2804, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 58144, 2513, 1136, -4291, - 34609, 2727, 3568, -4291, -4291, 3733, -4291, 1322, 12575, 912, - -4291, -4291, -4291, -4291, 1563, -4291, -4291, -4291, 3348, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 3075, -4291, -4291, 2585, - -4291, -4291, -4291, 3345, 3733, 3733, -4291, -4291, 12575, -4291, - 3948, 3518, 12575, 12575, -4291, 12575, -4291, 252, 3349, 3377, - -4291, -4291, -4291, -4291, 12575, -4291, -4291, 3733, -4291, 12575, - -4291, -4291, 12575, -4291, 12575, 12575, -4291, 2063, -4291, 2104, - -4291, 2110, -4291, -4291, -4291, 2074, 3352, 3737, -4291, -4291, - -4291, 2074, 3550, -4291, -4291, 2074, 2804, 3337, 2705, -4291, - -4291, -4291, 2707, -129, 58144, -4291, -4291, 2061, -4291, -4291, - 12575, -4291, 49876, -4291, -4291, 2804, 3842, 3738, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 3813, -4291, 3462, -4291, 164, -4291, - -4291, -4291, 626, 626, 626, 16541, 2567, 3873, -4291, -4291, - -4291, 3696, 3758, -4291, 121, 3372, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 58144, 3375, 1672, -4291, 2094, -4291, - -4291, 3376, -4291, -4291, -4291, 2264, 3379, -4291, -128, 16541, - 3110, 3549, -4291, -4291, 1799, 27566, 35245, -4291, -4291, 58144, - -4291, 41608, 2881, 2881, 2881, 44788, -4291, -4291, 1588, -4291, - 1228, 3392, -4291, 945, -4291, 827, 3775, 3778, -4291, 827, - -4291, -4291, -4291, 2264, 1590, 1588, 12575, 2624, -4291, -4291, - 36517, -4291, -4291, -4291, -4291, -4291, -4291, 31414, 52420, -4291, - 2624, -4291, -126, 2334, 27566, 2727, 16541, -4291, -4291, 58144, - -4291, -4291, -4291, -4291, 3529, -4291, 419, 3665, 3409, -4291, - 3388, 3389, -4291, 26282, 3395, 3400, 3397, -4291, -4291, -4291, - 49, -4291, 6174, -4291, -4291, -4291, -4291, -4291, 105, 3390, - 3795, 3796, 1527, -4291, 1841, 28208, -4291, 1841, 1841, 1331, - -4291, -4291, -4291, 125, 56236, -4291, -4291, 28208, -4291, -4291, - -4291, 3403, -4291, -4291, 2074, -4291, -4291, 44788, -126, -4291, - 1702, 58144, -4291, 28208, 28208, -4291, 3434, -126, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 28208, 56236, 3404, - -4291, 1588, -4291, -4291, -4291, -4291, -4291, 1918, -4291, 56236, - -4291, -4291, 56236, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - 3411, 2694, 2497, -4291, 3408, -4291, 58144, -4291, -4291, 26282, - -4291, -4291, -4291, 5253, 58144, -4291, -4291, -4291, -4291, 58144, - 4052, -4291, 3658, 12575, 12575, 3697, 58144, 3699, -4291, 3994, - -4291, -4291, 3840, 3883, 58144, 5253, 3886, 3887, -4291, 3430, - -4291, 54328, 3522, 2100, -4291, -4291, 2145, -4291, -4291, 2150, - -4291, -4291, -4291, -4291, -4291, 3026, -4291, 3808, 976, 1322, - 3433, 3437, 3438, 3439, 239, 2242, 3727, -4291, -4291, -4291, - 3233, -4291, 3236, -4291, -4291, -4291, 4036, -4291, -4291, 3233, - 3848, -4291, -4291, -4291, 3452, -4291, 3455, 3457, 2115, -4291, - 309, 3458, 2141, 1434, 2261, 3768, 3846, -4291, 3690, -4291, - 2180, 1069, 2184, 2188, 2207, 2209, -4291, -4291, -4291, -4291, - -4291, 3460, -4291, -4291, 524, -4291, 3461, 3567, -4291, -4291, - -4291, -4291, 2265, -4291, -4291, 2287, -4291, -4291, 4103, 3742, - -4291, -4291, -4291, -126, 159, 3496, 3496, 3496, 1783, 1322, - 2293, -4291, 64504, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - 3877, 58144, -4291, -4291, 3473, 3515, 58144, -4291, 3536, -4291, - 2705, 27566, 16541, 3476, 3472, -4291, 819, -4291, -4291, 3471, - -4291, -4291, 2881, -4291, 4060, -4291, -4291, -4291, 2887, 1540, - 3528, 827, 827, 3510, 3530, 12575, 3483, -4291, 93, 2705, - -4291, -4291, 12575, -4291, -4291, 1322, 3722, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 3568, -4291, 3480, 3484, -4291, -4291, - -126, 872, -4291, -4291, 295, 3663, 49240, 3488, 58144, 58144, - 3490, -4291, -4291, 21132, -4291, 4126, -4291, -4291, 12575, 1841, - -4291, -4291, 28208, 3544, 974, 28208, 28208, 3971, 4019, 4022, - -4291, 28208, 2467, 58144, -4291, 3294, -4291, 28208, 3403, -4291, - 234, 3596, -4291, 343, -4291, 27566, -4291, -4291, -4291, 58144, - -4291, 26282, -4291, -4291, 3499, -4291, 3233, 3233, 3233, -4291, - -4291, 3233, -4291, 3236, 3744, 3501, 3236, 3236, -4291, -4291, - -4291, -4291, -4291, 239, 372, -4291, -4291, 239, -4291, -4291, - -4291, 176, 1489, 3236, -4291, -4291, -4291, -4291, -4291, 3503, - -4291, 3233, 3233, 3233, -4291, -4291, 239, 3233, -4291, 3233, - -4291, 3236, 179, 160, 3233, 3233, 3233, 3348, 3502, -4291, - 2303, -4291, -4291, 1322, 3733, 4074, -4291, -4291, 3660, -126, - 4014, 58144, 158, -4291, -4291, 3294, 4034, 2462, -4291, -4291, - -4291, 64504, -4291, 2804, -4291, 2804, -4291, 2804, 45424, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 211, -4291, -4291, 48604, - 4131, -4291, 3798, 3513, -4291, -4291, -4291, -4291, -4291, 239, - -4291, -4291, -4291, -4291, 12575, -4291, -4291, -4291, 12575, -4291, - -4291, 3832, 3993, -4291, -4291, -4291, -4291, -4291, -4291, 3519, - -4291, 2804, 3568, -4291, -4291, 2804, 4032, -4291, -4291, -4291, - 3616, 3617, -4291, -4291, 3618, -4291, -4291, 162, 2466, -4291, - -4291, -4291, -4291, 16541, 63868, -4291, 3916, 3625, -4291, -4291, - -4291, 3531, 3577, -4291, -4291, 2707, -4291, -4291, -4291, -4291, - 905, 3905, -129, -4291, 3583, -4291, -4291, -4291, 3584, 1322, - 58144, -4291, 390, 2707, 1588, 58144, 3935, 3808, -4291, 58144, - 5253, -4291, -4291, -4291, -4291, 3537, 3538, -4291, 58144, -4291, - -4291, -4291, 3822, 341, 3817, 58144, 2310, 1588, 3545, 2314, - -4291, 819, 5677, -4291, -4291, 882, 604, 2214, 28208, 3544, - 1092, 214, -4291, 214, -4291, -4291, -4291, -4291, 3871, 343, - -4291, -4291, -4291, -4291, -4291, 26282, -4291, 105, -4291, -4291, - 3403, 806, 3543, 58144, 3889, -4291, -4291, -4291, -4291, 1122, - -4291, 309, 1122, 1122, -4291, 2432, -4291, 3585, 239, -4291, - -4291, 3588, -4291, -4291, -4291, 1122, 309, 239, -4291, -4291, - -4291, -4291, 1122, 2876, 3675, -4291, 239, -4291, -4291, 4131, - -4291, 239, 4131, 1122, 1122, 58144, -4291, 58144, -4291, 946, - -4291, -4291, -4291, -4291, -4291, 2329, -4291, -4291, -4291, -4291, - 39064, -4291, 12575, -4291, -4291, -4291, -4291, -4291, 576, 60688, - -4291, -4291, -4291, 4031, 3734, 3745, -4291, -4291, -4291, 3555, - -4291, 3559, 1588, 2230, -4291, -4291, -4291, 3556, 2624, -4291, - 4155, -4291, -4291, -4291, -4291, 249, 3838, 2804, 2804, 2804, - 2149, -61, 2466, -4291, -4291, 3620, 26282, 17863, 3677, 58144, - 1651, 3029, -4291, 4175, 4176, 4067, 4180, 905, -4291, -108, - -4291, -4291, 12575, 3576, 12575, 3579, 2333, -4291, -4291, 1527, - 1527, -4291, 390, -4291, -4291, -4291, 924, -4291, -4291, 3766, - -4291, -4291, -4291, 1812, -4291, -4291, 3697, 3580, 2335, 278, - 58144, -4291, 3863, 992, -4291, 3578, 3549, -4291, 2074, 3536, - -4291, -4291, -4291, -4291, 214, -4291, 3581, -4291, 3582, 3586, - 2930, 2937, 2943, 2149, 2149, -4291, -4291, -4291, -4291, -4291, - 3984, -4291, -4291, 2342, -4291, 797, 3868, -4291, -4291, -4291, - -4291, 1122, -4291, 2353, -4291, -4291, -4291, -4291, -4291, -4291, - 2360, -4291, -4291, -4291, 49240, -126, 3165, 4225, -4291, 3643, - -4291, 4115, 3985, -4291, 4230, -4291, 3527, -4291, 3987, 3882, - -128, 3608, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 608, 3623, 3724, -4291, 64504, -4291, 58144, 57508, - -4291, -4291, 33337, -4291, -4291, -4291, 4056, -4291, 1322, -4291, - -4291, 4080, 2264, -4291, -4291, 12575, -4291, -4291, -4291, 3722, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 1410, -4291, - -4291, 27566, 2949, -4291, 2074, -4291, 2372, -4291, -4291, -4291, - 3694, -128, -128, 4116, 4117, -128, -128, -128, -128, 3601, - 3029, -4291, 4096, 309, 309, 4215, 309, -4291, 4217, 4218, - -108, -4291, 1322, 58144, 1322, 58144, -4291, 4071, 4071, -4291, - 3613, -4291, -4291, -4291, -4291, -4291, 288, -4291, 1842, 1684, - -126, -128, 3874, 296, 278, -4291, -4291, -128, 1588, 3621, - 296, 992, -4291, -4291, 49, 3622, 2297, -4291, 2378, 3614, - 3619, -4291, 58144, 3626, 58144, 58144, -4291, -4291, -4291, 3627, - -4291, 58144, -4291, -4291, -4291, 290, -4291, -4291, 239, 309, - 239, -4291, -4291, 3628, -4291, -4291, -4291, 3907, 3661, -4291, - 3629, -4291, -4291, -4291, 40336, 3903, -4291, 3624, 1431, -4291, - 12575, 4125, -4291, -4291, -4291, 2381, -4291, -4291, 39064, -4291, - -4291, -4291, 2705, 1588, 924, -4291, -4291, 3630, -4291, -128, - -4291, 3633, -4291, -4291, 58144, 3635, -4291, -126, -126, -128, - -128, 2842, 2842, 2074, 49240, 3730, -4291, -4291, -128, -4291, - -4291, 309, -4291, 309, 309, -4291, 2422, 2444, 1539, -4291, - -4291, 3639, 5253, 3649, 26282, 3994, 2446, 214, 214, 296, - 1684, -4291, -4291, -4291, -4291, 2804, 1580, -4291, 4007, 4283, - -4291, 40972, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - 58144, 58144, 3647, 2483, 58144, 2506, 2510, 3536, -4291, 1002, - 1002, -4291, -4291, -4291, 2065, -4291, 3628, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 819, 4234, 3919, 4239, 1322, 12575, - -4291, -4291, 57508, -4291, -4291, -4291, 27566, 16541, 2646, -4291, - 3677, -4291, 3651, -4291, -4291, -46, -4291, -4291, -126, -126, - -4291, -4291, -4291, -4291, -4291, 2518, -4291, 49240, -4291, -4291, - -4291, -4291, -4291, 4257, -4291, 4260, 3654, 3656, 12575, 3659, - 3662, -4291, -4291, -4291, -4291, 4174, 64504, 4118, 4167, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 819, 2520, 2524, 58144, 1684, 2529, 278, 992, - 2531, -4291, 4315, -4291, 200, 3945, 3946, -4291, 3666, -4291, - 3668, -4291, 3947, -4291, 3951, 1322, -4291, -4291, -4291, -4291, - -4291, -4291, 2534, -4291, 17202, -4291, -4291, -4291, -4291, -4291, - 49240, -4291, 3730, -4291, -4291, -4291, 54328, 54328, 1322, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 3892, 1684, 2544, - -4291, 1684, -4291, -4291, -4291, -4291, -4291, -4291, 3726, 4200, - -4291, -96, -4291, -4291, 3864, -4291, 3651, -4291, 3679, -4291, - 3453, 3029, -4291, -4291, 3682, 2552, -4291, -4291, 3649, -4291, - -4291, -4291, -4291, 1684, -4291, 1002, 1002, -4291, -4291, 132, - 4108, 4060, -4291, 17202, 3686, -4291, -4291, -4291, 64504, 4188, - -4291, -4291, -4291, -126, 4082, -4291, 132, -4291, 4298, 3905, - -4291, -4291, -4291, 3872, -4291, -4291, -4291, 309, 4113, -4291, - -4291, 3981, 3698, 64504, 821, 22416, 3862, -4291, -4291, -4291, - -4291, -4291, 49240, 2589, -4291, -4291, 27566, -4291, -4291, -4291, - 25638, 3703, -4291, -128, -4291, 27566, -4291, -4291, 16541, -4291, - -4291 + 7119, 2500, 1335, 64, -151, 210, 58144, -4321, 163, 1403, + -4321, 469, 788, -4321, -4321, -4321, -4321, -4321, 3246, -4321, + 58144, 98, 871, -4321, 26282, -4321, -4321, -4321, -32, -4321, + 148, 1403, -4321, 98, 451, -4321, 58144, -4321, 692, -143, + 98, -4321, -4321, -4321, 51148, -4321, 469, 58144, -4321, 716, + -4321, -4321, 51148, 195, 295, 742, 1217, -4321, -4321, 58144, + -4321, 1848, -4321, 665, 1336, 1206, -4321, -4321, 1069, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 3895, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 26924, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 743, 58144, 892, 58144, 1398, 58144, + 49240, 58144, -4321, 1400, -4321, -4321, 1443, 981, -4321, -4321, + 1403, 1136, -4321, -4321, 1675, 469, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 1103, -4321, -4321, 1188, -151, -4321, -4321, -4321, + 1491, -4321, 1792, 1686, 1480, 58144, 112, 12575, 1755, 1755, + 1755, 1761, 1785, 1755, 1755, 1755, 58144, -4321, 1755, 1755, + 1755, 1403, -4321, -4321, -4321, 1867, 37792, 58144, 1647, 247, + -95, 49240, -4321, 1483, 58144, -151, 114, -4321, 1784, -4321, + -4321, -4321, 64504, 1403, -4321, 1987, 1897, 268, 58144, -4321, + -4321, -4321, 64504, 1089, 977, 1435, -4321, -4321, 1618, -4321, + 38428, 208, -4321, -4321, -4321, 1019, 2437, -4321, 28850, 5845, + 1618, 1631, -151, -97, 1636, -151, -4321, -4321, 58144, -151, + 1403, 1859, -4321, 12575, -4321, 179, 179, 179, -4321, 179, + -4321, 179, 665, 1506, 1703, -4321, -4321, 1524, 58144, 1961, + -4321, 1961, -4321, -4321, 1961, 339, 1708, 1963, 1965, 1969, + 1660, 2096, 981, 2117, -4321, -4321, -4321, 1556, 666, -4321, + 1622, 41608, -4321, 58144, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 3336, -4321, 1672, 123, 1720, 2075, -4321, 49240, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 26282, + 1594, 58144, -4321, 2098, 12575, 1188, -4321, 1689, -4321, -4321, + 26282, -4321, -4321, 26282, 898, 1408, 58144, -4321, -4321, 2261, + -4321, -4321, -4321, 51784, 112, 1620, 1626, 1628, 17863, -4321, + 1637, 1640, 1645, 12575, 1650, 1652, 1668, 1670, 1673, 1679, + 1684, 1692, 1695, 1704, 1712, 1718, 1722, 1724, 1724, 1724, + 1726, 1753, 1756, 1764, -187, 1767, -4321, 1788, 1794, 1817, + -4321, -4321, 1821, 1831, 1843, 1846, -4321, -4321, 1853, 1869, + 1888, 13236, 1891, 1898, 1903, -4321, 23060, 1908, 1917, 1931, + 1952, 1954, 1966, 1970, 1973, 1979, -4321, -4321, 12575, 1726, + -4321, -4321, 1983, -4321, 1996, 2000, 2005, 2016, 2035, 2046, + 2049, 2055, 2059, 2062, 2066, 2072, 2079, 2083, 2085, 2103, + 2106, 1726, -4321, -182, 2115, 2127, 614, 2132, -4321, 2136, + -4321, 251, 2146, 1724, 1726, 1726, 2158, 2168, 2170, 2172, + 2193, 2197, 17863, 17863, 17863, 12575, -4321, 58144, -4321, 58144, + 1027, 2738, -4321, 3232, 17863, 873, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 1699, 1780, -4321, -4321, -4321, -4321, -4321, + -4321, 2227, 1737, 2187, 58144, 58144, 58144, 2239, 58144, 58144, + 58144, -4321, 49240, 1918, 58144, -4321, -4321, 1755, 1832, 4705, + 32055, 2031, 2009, -108, 1724, -4321, -4321, -117, -79, -64, + 2077, -4321, -4321, 1949, 785, 2267, -4321, 810, 199, -4321, + 108, 815, 821, -4321, -4321, -4321, -4321, -4321, -4321, 2121, + 2278, 1857, -4321, -4321, 170, -4321, -4321, 58144, -4321, 2588, + 12575, -4321, -4321, -4321, 2518, 2274, -4321, -4321, -4321, 191, + 2766, 261, 26282, 64, 58144, 144, 65776, 65776, 58144, -4321, + 61324, 2224, -4321, -4321, 8188, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 2167, -4321, -4321, 2232, + 12575, 1451, -4321, -155, -4321, -4321, 2603, -4321, -4321, 46060, + 26282, 1659, 65140, -4321, -4321, -4321, 23704, -4321, -4321, 2843, + -4321, 2249, -4321, -4321, 1780, 3890, -4321, 2515, 2031, 2537, + -4321, 2721, -4321, 2548, 2455, 1408, 2340, -4321, 2897, 2672, + -4321, 2751, 1525, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 2304, 2437, -4321, -4321, 52420, 1208, 2481, + -129, 1274, 1275, 37153, 63, 49240, 1289, 88, 29491, 42244, + 2300, -4321, -4321, -4321, 672, 2473, -4321, 2812, -4321, 403, + -4321, 2331, 2862, 403, 46696, 2672, 1543, -4321, 192, -4321, + 2793, -4321, -4321, -4321, -4321, 2457, 2443, 2490, -4321, 365, + 2078, -4321, -151, -4321, 52, -4321, 2467, 2672, 403, 1543, + -4321, 2719, 2853, 561, 2827, -4321, 1293, -4321, -4321, -4321, + -65, 2935, -4321, 2372, -4321, -4321, -4321, 26282, -4321, -4321, + -4321, 2518, -4321, 270, -4321, -4321, -4321, -4321, 2391, -4321, + -4321, 2656, 2516, -4321, -4321, 100, 2418, 61, -4321, 2914, + -4321, 64, 58144, -4321, -4321, -4321, 1709, 1701, 1443, 1961, + -4321, 1961, 1961, 1961, 1961, 1136, 42880, -4321, -4321, -4321, + 2955, 2977, 1724, 2439, -4321, -4321, -4321, -4321, -4321, 3092, + -4321, -4321, 2725, 2995, 2995, 2995, 3112, -4321, -4321, -4321, + 26282, -4321, -4321, -4321, 123, -4321, 2638, 2503, -4321, 58144, + 1720, -4321, 26282, -4321, 2873, 2476, -4321, -4321, 2731, 12575, + -4321, -4321, 12575, 64504, 2979, 1027, -4321, -4321, 278, -4321, + -4321, 26282, 334, -4321, 3080, 2700, -4321, -4321, -4321, 3092, + 2995, 26282, -4321, 2494, -4321, 2484, -4321, 12575, 12575, 1169, + 3091, 3161, 3161, 3161, 1027, 2553, 12575, 12575, 12575, 12575, + 12575, 12575, 12575, 12575, 12575, 12575, 12575, 12575, 1244, 2525, + -4321, -4321, -4321, 2164, -4321, 2528, 12575, 12575, -4321, 12575, + 12575, 27566, -4321, 4185, 12575, 12575, 1039, 3040, 12575, 12575, + 12575, 12575, 3415, 12575, 12575, 12575, 27566, 3178, 2530, -4321, + 2533, 1454, 12575, 12575, 1477, 12575, 12575, 12575, 12575, 12575, + -4321, -4321, 12575, 12575, 12575, 12575, 17863, 12575, 12575, 12575, + 12575, 12575, 12575, 2532, 12575, 3161, 3161, 12575, 12575, 1530, + -4321, -4321, 12575, 2498, 2498, -4321, 12575, 9270, 12575, -4321, + -4321, 2542, -4321, -4321, -4321, 27566, 3161, 3161, 12575, 12575, + 12575, 3091, 3091, 3091, 187, 2554, -127, 12575, 30132, 2546, + -4321, -4321, -4321, -4321, 12575, 12575, 12575, 17863, -4321, 3400, + -4321, -4321, -4321, -4321, -4321, 13897, 17863, 17863, 2545, 17863, + 17863, 17863, 17863, 17863, 2936, 17863, 17863, 18524, 19185, 17863, + 17863, 17863, 17863, 1225, 3091, 49240, 17863, 12575, -4321, -4321, + 58144, -4321, -4321, -4321, 2549, -4321, 2842, 1918, -4321, 47332, + -4321, 590, 3054, -4321, 46060, 26282, -4321, 2558, -4321, 2946, + -4321, 2948, 2951, 2952, -4321, -4321, -4321, -4321, 3172, 2953, + -4321, -151, 2959, -4321, -4321, 2584, -4321, -4321, -4321, 19846, + 49240, -4321, 2593, -4321, 2608, -4321, -4321, -4321, -4321, -4321, + -4321, 2698, -4321, -4321, -4321, -4321, 2599, -4321, 46060, 2599, + -4321, -4321, 2599, -4321, -4321, 2599, 41608, 76, 3960, -4321, + -4321, 58144, -4321, 58780, -4321, 3025, 370, -4321, 23704, -151, + -4321, 3035, 14558, -4321, -4321, -4321, 2986, 269, 2613, -4321, + -4321, -4321, -4321, 3072, 58144, -4321, -4321, -4321, 12575, 2982, + 2614, -4321, -4321, -4321, 350, 26282, -4321, 1027, -4321, 136, + 136, 2878, 1523, 49240, -4321, -4321, 190, 2626, -4321, 2711, + 2629, -4321, 2714, -4321, -4321, 26282, 2627, -4321, 26282, -4321, + -4321, -4321, 2891, 2718, -4321, -151, 977, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + 2640, 2655, 3107, 2647, 46060, 41608, 125, -4321, 58144, -4321, + 1535, -4321, -4321, 905, -4321, -4321, 1028, 43516, -4321, 791, + 2680, 2709, 3059, -4321, -4321, 2663, -4321, 12575, -4321, 2649, + 2664, -4321, 672, -4321, 47332, 58144, -4321, -4321, -4321, -4321, + -4321, 3253, 12575, -4321, 46060, -4321, 1092, -4321, 846, 95, + 672, -4321, -4321, -4321, -4321, -4321, 58144, 53056, 2668, 9931, + 2795, 3081, -4321, -4321, -4321, 2678, 1961, 58144, 58144, 58144, + 26282, 58144, 26282, -4321, 995, 995, -4321, -4321, -4321, -4321, + 403, 58144, 58144, 403, 41608, -4321, 1543, 33, 58144, 403, + -4321, 3086, 2798, -4321, -4321, -4321, 3155, -4321, -4321, 3158, + 2694, -4321, 3185, -4321, -4321, 2823, 1543, -4321, -4321, 26282, + -4321, -4321, 1543, -4321, 1543, 1543, 12575, 403, 403, 403, + -4321, 1198, -4321, -4321, -4321, 2860, -97, -4321, -4321, -4321, + 766, -4321, -4321, 179, 2969, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 1097, -4321, -4321, -4321, + 3198, -4321, 47332, 41608, 3183, 1961, 1961, -4321, -4321, 3208, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 1961, -4321, -4321, + -4321, -4321, -4321, -4321, 1720, 49240, 58144, 58144, 58144, 26282, + -4321, -4321, -4321, -4321, -4321, 105, -4321, -4321, -4321, 2007, + 3247, -4321, 49240, 2940, 619, 1351, 2940, 2732, -151, 428, + -4321, 428, -4321, -4321, -4321, 1318, 1961, -4321, -4321, 2733, + -4321, 2988, -4321, -4321, 53692, 26282, -4321, -4321, -4321, 1510, + 2736, 2740, 1027, 1027, 61960, 3344, 2773, 4594, -4321, -4321, + 26282, -4321, 325, -4321, -4321, -4321, 2799, -4321, -4321, -4321, + -4321, 3296, -4321, -4321, 2356, 2796, 2746, -4321, 2891, -4321, + -203, 58144, 3210, 34609, -4321, 303, 922, -4321, 3161, 2754, + -4321, 2757, 2760, 2761, 12575, 83, 610, 974, -201, 1434, + 1359, 422, 1363, 448, -4321, 1456, 479, 483, 636, 217, + -4321, 2764, 2775, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, 2765, -4321, -4321, -4321, 902, 946, 1372, 1393, 2776, + 2778, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, 3228, -4321, 970, 1566, -4321, -4321, -4321, -4321, 2781, + -4321, -4321, 1425, 1033, 1043, 277, 2794, 1582, 1049, 1616, + 1629, 2787, 27566, 58144, 3161, 2790, 1490, 1492, 3161, 2791, + 1077, 1497, 1655, 1736, 1742, 1507, 1509, 1084, 1769, 2806, + 1633, 1114, 1131, 1638, 1178, 1229, -4321, 1688, 2805, 2809, + 1245, 330, 3161, 2813, 283, 2811, 2815, 1693, 10592, 11253, + 11914, 234, 1249, -4321, 2814, -4321, 2533, 2817, 2835, 336, + 202, 1698, -4321, 12575, -4321, -4321, 2824, -4321, 2855, 189, + 95, -4321, 2958, 58144, 2413, 198, -4321, -4321, -4321, -4321, + -4321, -4321, 862, -4321, 2838, -4321, 2840, 2319, 2844, 12575, + 1066, 2844, 3341, 1151, 1151, 17863, 2696, 2712, 13236, 1464, + 13236, 1464, 2844, 2844, 2844, -4321, 17863, 2845, 17863, 17863, + -4321, 3091, 1027, 2847, 1303, 58144, 26282, 590, 2848, -4321, + -4321, -4321, -4321, -4321, 672, -4321, 2849, 139, 26282, 49240, + 2851, -4321, 3374, -4321, -4321, -4321, -4321, -151, -4321, -4321, + 3925, -4321, 26282, 2949, 2950, 2956, -4321, 32696, -4321, -4321, + -4321, -4321, 32696, 1191, -4321, 58144, -4321, 2937, -4321, -4321, + -4321, 3284, -4321, 3285, -209, -4321, 24346, 24346, -4321, 24346, + -4321, -4321, -4321, -4321, -4321, 199, -4321, -4321, -4321, -4321, + 808, 836, 3557, 2680, -4321, -4321, -4321, -4321, -4321, -4321, + 33973, 1027, -4321, 26282, -4321, 3280, 886, 26282, -4321, -4321, + 3273, 1027, -4321, -4321, -4321, -4321, -4321, -4321, 2867, -4321, + 2870, -4321, -4321, -4321, -4321, -4321, 2771, 2983, -4321, 3521, + -4321, 12575, -151, -4321, 46060, 46060, 26282, 26282, 26282, 485, + 12575, -4321, 2199, 2888, -4321, -4321, 3362, -4321, 3522, -4321, + 3890, 19846, 47332, 3323, 3345, -4321, 2894, 24346, 24346, 24346, + -4321, -4321, -4321, -4321, 2991, 2991, -4321, 30773, -4321, 12575, + -4321, -4321, -4321, 3381, -4321, 3084, -76, -4321, -4321, -4321, + -4321, -4321, 58144, -4321, 2846, -4321, -4321, 2905, -4321, -4321, + 26282, -4321, -4321, 3351, -4321, 3071, -4321, 1027, -4321, 2904, + 52420, 3372, 9931, 3373, -4321, 47968, -4321, 1027, 672, 2917, + 2922, -4321, -4321, 3305, -27, -4321, 2923, 2926, -4321, 2928, + 2929, 2938, 52420, 12575, -4321, 846, -4321, -4321, -4321, -4321, + -4321, 17863, 1788, -4321, 1027, -4321, -4321, -151, 3387, -151, + 12575, 2933, 58144, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 403, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 3174, 2672, 2078, + 3081, -4321, 403, 1543, 26282, 403, 403, 1027, -4321, -4321, + -4321, -4321, -4321, -4321, 2947, -4321, 3005, -4321, -4321, 3114, + 64504, 2960, -4321, 3413, 2672, -4321, -4321, -4321, 233, -206, + 2964, 1961, -4321, 58144, 58144, 1961, 1961, 58144, -4321, -4321, + -168, 3238, 3250, -4321, -4321, 672, 672, 3276, -4321, -151, + 3104, 3108, 3110, 3122, 3124, 3168, -4321, -4321, -151, -151, + -4321, -4321, 672, -4321, 418, -4321, -4321, -4321, -4321, 2522, + -4321, 672, 672, -4321, 161, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 256, -4321, 5035, -4321, -4321, 26282, 3263, 26282, + 3457, -4321, 3525, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 3002, -4321, -4321, 12575, 3093, -4321, -4321, 2773, + -4321, 3017, 3024, 3029, 3031, 3034, 3037, 3038, 3041, 3042, + 3043, 3044, 3046, 3049, 3051, 3060, 3061, 3063, 3064, 3066, + 3067, 3068, 3070, 3075, 3045, -4321, -4321, -4321, 3095, -4321, + -4321, -4321, 672, 672, 672, 672, -4321, 2662, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 3433, 1129, 58144, 3117, + -4321, 34609, -4321, -4321, 766, -4321, 3062, 15219, -4321, 3073, + -4321, 12575, -4321, -4321, -4321, 818, 12575, 12575, 3570, 2879, + -4321, 48604, -4321, -4321, -4321, 12575, -4321, 12575, -4321, 12575, + 12575, 12575, 12575, 48604, 2879, 12575, -4321, 3079, -4321, 3484, + 3489, -4321, -4321, -4321, -4321, 12575, 12575, -4321, 12575, 12575, + -4321, 12575, 12575, 12575, 12575, -4321, 12575, -4321, -4321, 17863, + -4321, 3077, 3083, -4321, -4321, -4321, 3085, -4321, 12575, -4321, + -4321, -4321, -4321, -4321, -4321, 12575, -4321, 12575, -4321, 12575, + 12575, -4321, 12575, 12575, -4321, -4321, -4321, 15880, 12575, 12575, + 3088, -4321, -4321, 12575, 12575, 12575, -4321, 12575, 307, 12575, + 1184, 12575, 1974, 12575, -4321, 12575, -4321, -4321, -4321, -4321, + 12575, 1752, 2771, 3362, 3089, -4321, 1799, 2751, -4321, 2129, + 2824, 3096, 3269, 1535, -4321, -4321, 49240, 12575, -4321, -4321, + -4321, -4321, -4321, -4321, 17863, 345, 3098, 17863, -4321, 3341, + 3415, 3415, 2577, 12575, 1066, 3341, 12575, 3100, 3102, -4321, + 12575, 58144, -4321, -4321, -4321, 47332, -4321, 49240, 46060, -4321, + -4321, -4321, 139, -4321, 2558, 3118, -4321, -4321, -4321, 2867, + 79, 3121, 3113, -4321, -4321, -4321, -4321, -4321, -4321, 1840, + -4321, 41608, 252, 3752, 41608, -4321, 3106, -4321, 3115, 3197, + 3202, 3203, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 2672, 64504, 2199, -4321, -4321, 3123, -4321, + -4321, 2731, 2991, 3145, 3499, 3695, -4321, -4321, -4321, -4321, + 64504, 64504, 12575, 58144, 17863, -4321, 3735, 3130, 3131, 3144, + 3134, 1027, -4321, 3217, -4321, -4321, -4321, 241, -4321, -4321, + -4321, -4321, -4321, 74, 1802, -4321, -4321, 3137, 3137, 21774, + -4321, -4321, -4321, 58144, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 3151, -4321, -4321, 3414, 46060, 41608, 3601, + 3604, 3608, -119, -4321, -4321, -4321, 49240, 3152, -4321, -4321, + -4321, 1027, 3156, 351, 44152, 3633, 44152, 44152, -4321, 707, + 3556, 3559, -4321, 3431, 2175, 3431, -4321, -4321, 707, 766, + 2891, -4321, 12575, 3772, 3603, 3487, -4321, 49876, -4321, 35245, + -4321, 7679, -4321, 46060, -4321, -4321, -4321, -4321, -4321, 3264, + 3265, 1644, -4321, -4321, 3575, 3402, -4321, -4321, -4321, 672, + 1027, -4321, 2668, 3177, 31414, -4321, 1409, -4321, -4321, 1027, + 324, -4321, -4321, -4321, 3466, -4321, -4321, 3387, -4321, 2680, + 1543, -4321, -4321, 1198, 2802, -4321, 27566, 62596, 3362, 3507, + -4321, -4321, -4321, 236, 3836, -4321, 58144, 3187, 617, -4321, + -4321, 58144, 3649, 967, 967, 3472, 26282, 26282, 3935, 47968, + 44788, -4321, -4321, -4321, -4321, 3732, -4321, 3733, 1427, -4321, + -4321, 3076, 1351, -4321, -151, -151, -151, -151, 3362, -151, + -151, 1849, -4321, 3076, 3076, 428, -4321, 201, -4321, -4321, + -4321, -4321, 2954, 672, 3774, 3455, 672, 672, 3774, 672, + 3456, 3458, 672, 672, 3282, 3719, 672, 3602, 3306, 2290, + 3605, 672, 3464, -4321, 3309, 3726, 672, 672, 672, 672, + 672, 3774, 3469, 3821, 672, 672, -4321, 672, 3471, 3470, + 174, 3474, 3476, 672, 672, 672, 672, 952, 58144, 672, + 672, 3477, 672, -4321, -4321, 5677, -4321, -4321, -4321, -4321, + -4321, -4321, 669, 24994, -4321, -4321, -4321, -4321, 672, -4321, + 467, -4321, 3438, -4321, 377, 50512, 63232, 3226, 3235, 54328, + 1027, 64504, 12575, -4321, 3236, 3237, 3239, 3362, -151, -151, + 1409, -151, 3362, -151, -151, -151, -151, -151, -151, -151, + 3362, 3362, -151, 927, 1654, -151, 3362, 4594, -4321, -151, + 2771, 3076, 3076, 2356, -4321, 3680, 672, -4321, 1882, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 3240, + 766, 2680, 1266, 2680, 3245, -4321, 13236, 1710, -4321, 1027, + 12575, 1027, 1513, -4321, 3244, 3244, 3244, -4321, 3249, -4321, + -4321, 3244, 3657, 3244, 3658, 3254, 3255, 1855, 2219, -4321, + 1861, 2283, 1714, 3256, 3266, 1699, -4321, 12575, 12575, 1738, + 368, 1745, 565, 1263, 1286, 375, -4321, 1749, 3424, -4321, + -4321, 1777, 1804, 1823, 1828, 1292, 1844, 1894, 13236, 1900, + 406, 381, -4321, 1906, 1308, 1323, 1919, 12575, 1935, 12575, + 1940, 12575, 1988, 1998, 2026, 3272, 3272, 178, -4321, 3267, + -4321, -4321, -4321, 3274, -4321, -4321, -4321, -4321, 2680, 2304, + 2129, -4321, 3277, 1182, -4321, -4321, 3271, 1027, 3279, -4321, + -4321, 12575, -4321, 873, -4321, -4321, 17863, 414, 3283, -4321, + 1027, -4321, -4321, 3288, 1699, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 3275, -4321, 3502, -4321, -4321, 3718, 32696, + -4321, 58144, 1141, 632, -4321, -4321, 49240, 3554, -4321, 3295, + 35881, 41608, 41608, 41608, 3292, -4321, 59416, 3563, 26282, -4321, + 3714, -4321, -4321, -4321, -4321, 58144, 65776, 65776, 65776, 65776, + 3294, 3298, -4321, -4321, -4321, 3341, 3675, 3558, -4321, -4321, + 2771, 58144, 46060, 3611, -4321, -4321, 3501, 2437, 27566, -4321, + 3307, -4321, 3307, 1734, 3311, 1904, -4321, -4321, -4321, 3299, + 2340, 1920, -4321, 19846, 3766, 2849, -4321, 41608, 41608, 41608, + -4321, 2544, -4321, 30773, 12575, -4321, -4321, -4321, -4321, -4321, + 44152, -4321, -4321, -180, 1182, -4321, 1955, -4321, -4321, -4321, + 3709, 3431, 3431, 707, 3710, 676, -4321, 2666, -4321, 2437, + 1027, 12575, -4321, 3588, -4321, 54964, -4321, -4321, -4321, -4321, + 1369, -4321, -4321, 3318, 3321, 149, 3545, -4321, -4321, -4321, + -4321, 9931, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 2672, -4321, -4321, -4321, -4321, -4321, 403, + -4321, 3342, -4321, 3322, 3346, -4321, 672, 3352, -4321, -4321, + 41608, 3535, -4321, 1087, 3347, 58144, -4321, 3884, -4321, -4321, + -4321, -4321, -4321, 26282, -4321, -4321, 26282, 20490, -4321, -4321, + 3606, -4321, 3584, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 2522, -4321, -4321, -4321, + 256, -4321, -4321, 28208, 1961, -4321, 134, -4321, 1961, 1510, + 1510, 3771, 55600, 28208, 98, 1409, 3362, 1761, 3362, 56236, + 98, -151, -151, 2544, 672, 3362, -4321, -4321, 3745, 1755, + 3747, 1761, 1761, -4321, 49240, 58144, -4321, 672, 152, 3362, + 56872, 1409, 1409, 1761, 98, 27566, 1946, 2308, -4321, -151, + 98, -4321, -4321, -4321, -4321, 26282, 98, 98, 2699, 2708, + 3186, 3204, -4321, -4321, -4321, 3362, 2308, 56236, -4321, -4321, + 6219, -4321, -4321, -4321, 21132, 58144, 355, 227, -4321, 3349, + 39700, 3355, 64, 1111, 3440, 276, -4321, 168, -4321, -4321, + -4321, 3800, 3360, 1281, -4321, 3357, -4321, 56236, -4321, 3363, + -4321, 3364, -4321, 60052, 1027, 3362, 3362, 3362, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 58144, 3076, 1129, -4321, + 34609, 2680, 3588, -4321, -4321, 3415, -4321, 1027, 12575, 962, + -4321, -4321, -4321, -4321, 1107, -4321, -4321, -4321, 3365, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 3343, -4321, -4321, 2879, + -4321, -4321, -4321, 3367, 3415, 3415, -4321, -4321, 12575, -4321, + 3978, 3541, 12575, 12575, -4321, 12575, -4321, 235, 3375, 3399, + -4321, -4321, -4321, -4321, 12575, -4321, -4321, 3415, -4321, 12575, + -4321, -4321, 12575, -4321, 12575, 12575, -4321, 2040, -4321, 2093, + -4321, 2104, -4321, -4321, -4321, 2771, 3376, 3756, -4321, -4321, + -4321, 2771, 3567, -4321, -4321, 2771, 3362, 3351, 2663, -4321, + -4321, -4321, 2751, -127, 58144, -4321, -4321, 1976, -4321, -4321, + 12575, -4321, 49876, -4321, -4321, 1409, 3855, 3753, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 3829, -4321, 3479, -4321, 172, -4321, + -4321, -4321, 643, 643, 643, 16541, 2506, 3891, -4321, -4321, + -4321, 3714, 3776, -4321, 104, 3386, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 58144, 3390, 1572, -4321, 2030, -4321, + -4321, 3392, -4321, -4321, -4321, 2304, 3393, -4321, 672, 16541, + 3137, 3568, -4321, -4321, 1734, 27566, 35245, -4321, -4321, 58144, + -4321, 41608, 2894, 2894, 2894, 44788, -4321, -4321, 351, -4321, + 1535, 2517, -4321, 766, -4321, 707, 3797, 3798, -4321, 707, + -4321, -4321, -4321, 2304, 1282, 351, 12575, 2672, -4321, -4321, + 36517, -4321, -4321, -4321, -4321, -4321, -4321, 31414, 52420, -4321, + 2672, -4321, -151, 2789, 27566, 2680, 16541, -4321, -4321, 58144, + -4321, -4321, -4321, -4321, 3549, -4321, 1185, 3685, 3428, -4321, + 3409, 3411, -4321, 26282, 3422, 3423, 3425, -4321, -4321, -4321, + 342, -4321, 4318, -4321, -4321, -4321, -4321, -4321, 98, 3426, + 3818, 3822, 1510, -4321, 1961, 28208, -4321, 1961, 1961, 64, + -4321, -4321, -4321, 120, 56236, -4321, -4321, 28208, -4321, -4321, + -4321, 3429, -4321, -4321, 2771, -4321, -4321, 44788, -151, -4321, + 1761, 58144, -4321, 28208, 28208, -4321, 3454, -151, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 28208, 56236, 3430, + -4321, 351, -4321, -4321, -4321, -4321, -4321, 1987, -4321, 56236, + -4321, -4321, 56236, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + 3435, 2179, 1826, -4321, 3432, -4321, 58144, -4321, -4321, 26282, + -4321, -4321, -4321, 5253, 58144, -4321, -4321, -4321, -4321, 58144, + 4073, -4321, 3682, 12575, 12575, 3722, 58144, 3723, -4321, 4012, + -4321, -4321, 3862, 3905, 58144, 5253, 3906, 3907, -4321, 3449, + -4321, 54328, 3538, 2063, -4321, -4321, 2068, -4321, -4321, 2076, + -4321, -4321, -4321, -4321, -4321, 3062, -4321, 3830, -225, 1027, + 3451, 3452, 3459, 3463, 275, 2080, 3742, -4321, -4321, -4321, + 3244, -4321, 3249, -4321, -4321, -4321, 4051, -4321, -4321, 3244, + 3863, -4321, -4321, -4321, 3465, -4321, 3468, 3481, 2139, -4321, + 179, 3482, 2143, 1361, 2090, 3775, 3856, -4321, 3700, -4321, + 2180, 1328, 2184, 2205, 2230, 2240, -4321, -4321, -4321, -4321, + -4321, 3485, -4321, -4321, 1014, -4321, 3473, 3603, -4321, -4321, + -4321, -4321, 2100, -4321, -4321, 2122, -4321, -4321, 4110, 3746, + -4321, -4321, -4321, -151, 229, 3504, 3504, 3504, 1788, 1027, + 2141, -4321, 64504, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + 3886, 58144, -4321, -4321, 3488, 3521, 58144, -4321, 3558, -4321, + 2663, 27566, 16541, 3490, 3493, -4321, 61, -4321, -4321, 3491, + -4321, -4321, 2894, -4321, 4071, -4321, -4321, -4321, 2905, 3058, + 3544, 707, 707, 3337, 3546, 12575, 3497, -4321, 67, 2663, + -4321, -4321, 12575, -4321, -4321, 1027, 3728, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 3588, -4321, 3500, 3505, -4321, -4321, + -151, 1010, -4321, -4321, 244, 3679, 49240, 3508, 58144, 58144, + 3503, -4321, -4321, 21132, -4321, 4146, -4321, -4321, 12575, 1961, + -4321, -4321, 28208, 3562, 771, 28208, 28208, 3989, 4040, 4042, + -4321, 28208, 3296, 58144, -4321, 3253, -4321, 28208, 3429, -4321, + 185, 3616, -4321, 355, -4321, 27566, -4321, -4321, -4321, 58144, + -4321, 26282, -4321, -4321, 3520, -4321, 3244, 3244, 3244, -4321, + -4321, 3244, -4321, 3249, 3767, 3527, 3249, 3249, -4321, -4321, + -4321, -4321, -4321, 275, 490, -4321, -4321, 275, -4321, -4321, + -4321, 158, 1357, 3249, -4321, -4321, -4321, -4321, -4321, 3528, + -4321, 3244, 3244, 3244, -4321, -4321, 275, 3244, -4321, 3244, + -4321, 3249, 222, 175, 3244, 3244, 3244, 3365, 3523, -4321, + 2147, -4321, -4321, 1027, 3415, 4099, -4321, -4321, 3686, -151, + 4038, 58144, 173, -4321, -4321, 3253, 4059, 2912, -4321, -4321, + -4321, 64504, -4321, 3362, -4321, 3362, -4321, 3362, 45424, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 293, -4321, -4321, 48604, + 4155, -4321, 3824, 3534, -4321, -4321, -4321, -4321, -4321, 275, + -4321, -4321, -4321, -4321, 12575, -4321, -4321, -4321, 12575, -4321, + -4321, 3858, 4016, -4321, -4321, -4321, -4321, -4321, -4321, 3547, + -4321, 3362, 3588, -4321, -4321, 1409, 4062, -4321, -4321, -4321, + 3643, 3644, -4321, -4321, 3645, -4321, -4321, 159, 2152, -4321, + -4321, -4321, -4321, 16541, 63868, -4321, 3949, 3659, -4321, -4321, + -4321, 3560, 3607, -4321, -4321, 2751, -4321, -4321, -4321, -4321, + 1045, 3936, -127, -4321, 3610, -4321, -4321, -4321, 3613, 1027, + 58144, -4321, 69, 2751, 351, 58144, 3973, 3830, -4321, 58144, + 5253, -4321, -4321, -4321, -4321, 3569, 3566, -4321, 58144, -4321, + -4321, -4321, 3849, 1111, 3845, 58144, 2176, 351, 3573, 2188, + -4321, 61, 5677, -4321, -4321, 751, -83, 2253, 28208, 3562, + 1148, 967, -4321, 967, -4321, -4321, -4321, -4321, 3668, 355, + -4321, -4321, -4321, -4321, -4321, 26282, -4321, 98, -4321, -4321, + 3429, 74, 3574, 58144, 3917, -4321, -4321, -4321, -4321, -132, + -4321, 179, -132, -132, -4321, 2481, -4321, 3617, 275, -4321, + -4321, 3620, -4321, -4321, -4321, -132, 179, 275, -4321, -4321, + -4321, -4321, -132, 3358, 3707, -4321, 275, -4321, -4321, 4155, + -4321, 275, 4155, -132, -132, 58144, -4321, 58144, -4321, 758, + -4321, -4321, -4321, -4321, -4321, 2190, -4321, -4321, -4321, -4321, + 39064, -4321, 12575, -4321, -4321, -4321, -4321, -4321, -119, 60688, + -4321, -4321, -4321, 4065, 3770, 3781, -4321, -4321, -4321, 3591, + -4321, 3593, 351, 2262, -4321, -4321, -4321, 3592, 2672, -4321, + 4189, -4321, -4321, -4321, -4321, 378, 3870, 3362, 3362, 3362, + 1654, -53, 2152, -4321, -4321, 3654, 26282, 17863, 3711, 58144, + 1610, 3319, -4321, 4210, 4211, 4102, 4214, 1045, -4321, 655, + -4321, -4321, 12575, 3609, 12575, 3612, 2194, -4321, -4321, 1510, + 1510, -4321, 69, -4321, -4321, -4321, 1028, -4321, -4321, 3799, + -4321, -4321, -4321, 1394, -4321, -4321, 3722, 3614, 2208, 171, + 58144, -4321, 3896, 1411, -4321, 3606, 3568, -4321, 2771, 3558, + -4321, -4321, -4321, -4321, 967, -4321, 3618, -4321, 3619, 3621, + 2949, 2950, 2956, 1654, 1654, -4321, -4321, -4321, -4321, -4321, + 4017, -4321, -4321, 2254, -4321, 839, 3893, -4321, -4321, -4321, + -4321, -132, -4321, 2270, -4321, -4321, -4321, -4321, -4321, -4321, + 2273, -4321, -4321, -4321, 49240, -151, 2826, 4258, -4321, 3674, + -4321, 4148, 4018, -4321, 4263, -4321, 2444, -4321, 4020, 3915, + 672, 3641, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 665, 3660, 3757, -4321, 64504, -4321, 58144, 57508, + -4321, -4321, 33337, -4321, -4321, -4321, 4089, -4321, 1027, -4321, + -4321, 4115, 2304, -4321, -4321, 12575, -4321, -4321, -4321, 3728, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 1489, -4321, + -4321, 27566, 2891, -4321, 2771, -4321, 2282, -4321, -4321, -4321, + 3729, 672, 672, 4156, 4157, 672, 672, 672, 672, 3646, + 3319, -4321, 4132, 179, 179, 4251, 179, -4321, 4254, 4255, + 655, -4321, 1027, 58144, 1027, 58144, -4321, 4108, 4108, -4321, + 3650, -4321, -4321, -4321, -4321, -4321, 276, -4321, 2522, 1223, + -151, 672, 3916, 1025, 171, -4321, -4321, 672, 351, 3655, + 1025, 1411, -4321, -4321, 342, 3662, 2340, -4321, 2287, 3664, + 3665, -4321, 58144, 3666, 58144, 58144, -4321, -4321, -4321, 3667, + -4321, 58144, -4321, -4321, -4321, 109, -4321, -4321, 275, 179, + 275, -4321, -4321, 3669, -4321, -4321, -4321, 3950, 3701, -4321, + 3670, -4321, -4321, -4321, 40336, 3946, -4321, 3672, 1438, -4321, + 12575, 4162, -4321, -4321, -4321, 2325, -4321, -4321, 39064, -4321, + -4321, -4321, 2663, 351, 1028, -4321, -4321, 3673, -4321, 672, + -4321, 3677, -4321, -4321, 58144, 3671, -4321, -151, -151, 672, + 672, 3448, 3448, 2771, 49240, 3788, -4321, -4321, 672, -4321, + -4321, 179, -4321, 179, 179, -4321, 2338, 2396, 1044, -4321, + -4321, 3683, 5253, 3930, 26282, 4012, 2403, 967, 967, 1025, + 1223, -4321, -4321, -4321, -4321, 3362, 1186, -4321, 4053, 4326, + -4321, 40972, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + 58144, 58144, 3687, 2406, 58144, 2422, 2424, 3558, -4321, 920, + 920, -4321, -4321, -4321, 2375, -4321, 3669, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 61, 4276, 3961, 4283, 1027, 12575, + -4321, -4321, 57508, -4321, -4321, -4321, 27566, 16541, 2544, -4321, + 3711, -4321, 3693, -4321, -4321, -47, -4321, -4321, -151, -151, + -4321, -4321, -4321, -4321, -4321, 2434, -4321, 49240, -4321, -4321, + -4321, -4321, -4321, 4301, -4321, 4303, 3697, 3698, 12575, 3699, + 3702, -4321, -4321, -4321, -4321, 4215, 64504, 4161, 4212, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 61, 2452, 2462, 58144, 1223, 2471, 171, 1411, + 2485, -4321, 4357, -4321, 177, 3988, 3991, -4321, 3712, -4321, + 3713, -4321, 3985, -4321, 3990, 1027, -4321, -4321, -4321, -4321, + -4321, -4321, 2497, -4321, 17202, -4321, -4321, -4321, -4321, -4321, + 49240, -4321, 3788, -4321, -4321, -4321, 54328, 54328, 1027, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 3933, 1223, 2507, + -4321, 1223, -4321, -4321, -4321, -4321, -4321, -4321, 3773, 4239, + -4321, -61, -4321, -4321, 3902, -4321, 3693, -4321, 3720, -4321, + 3341, 3319, -4321, -4321, 3724, 2510, -4321, -4321, 3930, -4321, + -4321, -4321, -4321, 1223, -4321, 920, 920, -4321, -4321, 167, + 4151, 4071, -4321, 17202, 3731, -4321, -4321, -4321, 64504, 4224, + -4321, -4321, -4321, -151, 4122, -4321, 167, -4321, 4340, 3936, + -4321, -4321, -4321, 3914, -4321, -4321, -4321, 179, 4158, -4321, + -4321, 4021, 3736, 64504, 53, 22416, 3900, -4321, -4321, -4321, + -4321, -4321, 49240, 2514, -4321, -4321, 27566, -4321, -4321, -4321, + 25638, 3737, -4321, 672, -4321, 27566, -4321, -4321, 16541, -4321, + -4321 }; /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. @@ -4558,110 +4558,110 @@ static const yytype_uint16 yydefact[] = /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { - -4291, -4291, -4291, -4291, 1706, 3429, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 1863, -4291, -4291, -4291, -4291, -4291, - 1512, -4291, 329, -4291, 337, -4291, 342, -2530, -475, 3318, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -132, 1173, 3274, -4291, 227, -4291, -122, -4291, -4291, -4291, - -3527, -243, -410, -4291, 24, 20, 3258, -405, -3576, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -3697, -4291, - -4291, -4291, 54, -4291, -4291, -567, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -188, 365, 1953, -4291, -4291, -4291, - 4341, -4291, 3784, -4291, -1915, 2336, -4291, -4291, -4291, -4291, - -4291, 2423, -1854, -4291, -4291, -4291, 1388, -4291, -4291, -4291, - -920, 36, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 565, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 2111, -4291, - -4291, 3704, -4291, -4291, -4291, 1369, -4291, -4291, -4291, -4291, - -4291, -4291, -1328, -4291, 1846, 1848, -4291, 1850, -4291, -306, - 245, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 3224, -4291, - -4291, -4291, -2297, -4291, -4291, -2632, 2716, -4291, -1954, -4291, - -4291, -2109, -4291, -4291, -1869, 344, -4291, -4291, 975, -336, - -4291, -1593, -2123, -2112, -4291, -4291, -4291, -2170, -2169, -804, - 2471, -1247, -2550, -4291, -4291, -4291, -4291, -115, -4291, -4291, - 67, 1601, 2151, -4291, -2702, -4291, -4291, 747, -4291, -4291, - 1370, 572, 1368, -4291, 916, 2971, -1367, -4291, -4291, -4291, - -4291, -4291, -4291, -170, 129, -263, -4291, -4058, 580, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4290, -4291, -4291, - -4291, -414, -4291, -4291, -352, -4291, -4291, -390, -4291, -43, - -2510, -4291, -4291, -4291, -4291, 2226, -1547, -4291, -628, -4291, - 276, 1634, -2934, -2128, -4291, -1038, -1032, -3158, -4291, -4291, - -4291, -4291, 1157, -4291, 529, 1635, -2603, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, 1158, -4291, -4291, -3378, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -409, -4291, -222, 748, - -4291, -3187, 1074, 479, -4291, -4291, -4291, -4291, -909, -3189, - -753, -4291, 75, -2641, -2705, 450, -4291, -4291, 52, -3896, - -4291, -601, -2293, -2565, -227, -4291, -4291, 69, -3510, 1746, - -4291, 418, -908, -2742, 1511, -4291, -4291, 1037, -4291, -1940, - 1036, -4291, -4291, -4291, 1045, -4291, -323, -4291, -4291, -4291, - -4291, -3262, -4291, -1624, -2673, -4291, -4291, 4391, 4392, -2582, - -269, -268, -4291, -4291, -4291, 313, -4291, -4291, -1836, -145, - -38, -28, -2614, -3731, 148, -2945, -4291, 274, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 1682, -1295, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -2686, -3082, -4291, -4291, 1215, - -2959, -2217, -2206, -2600, 3419, -4291, -4291, -4291, -4291, 3357, - -2430, -3610, -4291, -4291, -4291, -4291, -4291, -4291, -4291, 2886, - 1169, -4291, -4291, 1811, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, 312, 1922, -4291, -4291, -4291, -4291, -4291, - 2237, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -175, - -4291, -4291, -4291, -4291, -4291, 577, 2777, -4291, -4291, -4291, - -4291, -9, -4291, -4291, -4291, -4291, 2465, -4291, -4291, -4291, - -4291, 2807, -4291, -4291, -4291, -4291, -4291, -4291, 1482, -4291, - 1964, -4291, -1620, -4291, -4291, 1027, -147, 1907, -627, -4291, - 2064, -4291, 104, -4291, 3422, -4291, -4291, -3272, 3532, -4291, - -4291, -2640, -4291, 3533, -1487, -2871, 2424, 116, -141, -2058, - 1079, -127, 1442, 995, 4587, -4291, -1234, -1211, -4291, -4291, - -2, -4291, -4291, -4291, -4291, -4291, -4291, 2169, 2178, -647, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, 1550, -4291, -4291, -4291, -4291, -1314, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -924, -4291, -2231, -4291, -4291, -4291, - -512, -4291, 3308, -4291, -4291, -4291, -2476, -1497, 1908, 1003, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 1911, -4291, -1706, - -4291, -2929, -4291, -4291, -4291, -4291, 1576, -4291, -4291, -4291, - -4291, -4291, -4291, -1845, -4291, -2139, 53, -4291, 230, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -237, 822, -232, -3039, - -1212, 1632, -4291, -4291, -1357, 3351, -1908, -4291, 750, -4291, - 2076, 1125, -4291, -4291, -4291, -4291, 616, -2969, 2928, -4291, - -4291, -3346, -1014, -4291, 2931, -4291, -1453, 1475, 429, -4291, - -292, -1196, -1578, -3183, -2558, -4291, 1292, 120, -4291, -4291, - -4291, -220, -4291, -4291, -4291, 1488, -4291, 437, 438, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -578, - -980, -4291, -4291, 2243, -2668, -498, 4498, -13, -4291, -4291, - -4, -4291, -4291, -4291, -4291, 3166, 3115, 2040, -4291, -4291, - -2587, -4291, -4291, 2003, -4291, 735, -985, -928, 1070, -4291, - -4291, 1073, -3475, -4291, -4291, -3, -4291, -4291, -4291, 1019, - -4291, -91, 3975, 0, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 2856, -1141, 3885, -4291, -4291, -4291, -4291, -4291, - -4291, 2426, -4291, -4291, -4291, -4291, -4291, -4291, 3045, 3992, - -606, -1444, -4291, -812, 2427, 1915, -969, -4291, -4291, -4291, - 3489, 3997, -4291, -4291, 4494, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 2648, 660, -4291, -4291, 527, -4291, - -4291, -4291, -4291, 3137, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, 1120, -226, -4291, - 310, -240, -4291, 133, -4291, -4291, -4291, -4291, -4291, -265, - -4291, -4291, -274, -4291, -1110, 3811, -1467, 233, -1352, -2763, - -4291, 1106, 3109, -2985, -703, -1262, -1270, -2886, -15, -4291, - -4291, 3755, 30, -471, -1844, -6, -851, -107, -624, -613, - -863, -4291, -515, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, 1961, -4291, -4291, -4291, 1071, -4291, - 4026, -4291, 2746, -1481, 4029, -586, 2507, 1976, 1982, -4291, - -4291, -4291, -4291, -1970, -4291, -4291, 188, -4291, 2630, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, -4291, -4291, -4291, -4291, 3014, -492, -476, 3154, - 4051, 3676, -4291, 3252, -4291, -4291, -4291, -4291, -4291, 370, - -4291, 1159, 2050, -1550, -2515, -4291, -4291, 2134, 928, -4291, - 1650, -328, -572, -4291, -4291, 367, -4291, -4291, -4291, 1371, - 1574, 4061, 3681, -4291, -4291, -4291, -4291, -4291, -2992, -975, - -4291, -3700, -1562, -4291, -4291, -4291, -2333, -3278, -4291, -4291, - -1095, -4291, -4291, -4291, -4291, -2224, -4291, -4291, -4291, -1, - 4023, 4024, 4025, -4291, -885, -4291, -4291, -4291, -4291, -4291, - -4291, -4291, 3557, -4291, -4291, -4291, -4291, -4291, 3023, 3565, - -4291, -4291, -4291, -4291, -4291, 3571, -4291, -4291, -4291, -4291, - -4291, 1717, -4291, -4291, -4291, -4291, -4291, -4291, -4291, -4291, - -4291 + -4321, -4321, -4321, -4321, 1746, 3483, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 1895, -4321, -4321, -4321, -4321, -4321, + 1541, -4321, 366, -4321, 369, -4321, 371, -2530, -485, 3353, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -103, 1212, 3312, -4321, 267, -4321, -85, -4321, -4321, -4321, + -3524, -199, -371, -4321, 24, 20, 3297, -364, -4293, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -2363, -4321, + -4321, -4321, 97, -4321, -4321, -567, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -145, 404, 2161, -4321, -4321, -4321, + 4383, -4321, 3827, -4321, -1919, 2378, -4321, -4321, -4321, -4321, + -4321, 2468, -1839, -4321, -4321, -4321, 1430, -4321, -4321, -4321, + -920, 36, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 608, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 2153, -4321, + -4321, 3748, -4321, -4321, -4321, 1412, -4321, -4321, -4321, -4321, + -4321, -4321, -1328, -4321, 1884, 1883, -4321, 1886, -4321, -263, + -592, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 3286, -4321, + -4321, -4321, -2505, -4321, -4321, -2620, 2767, -4321, -1858, -4321, + -4321, -2080, -4321, -4321, -2008, 664, -4321, -4321, 1371, -349, + -4321, -1610, -2123, -2097, -4321, -4321, -4321, -2177, -2170, -804, + 2524, -1247, -2488, -4321, -4321, -4321, -4321, -72, -4321, -4321, + 118, 1656, 2200, -4321, -2715, -4321, -4321, 799, -4321, -4321, + 1421, 627, 1423, -4321, 971, 3027, -1325, -4321, -4321, -4321, + -4321, -4321, -4321, -115, 184, -208, -4321, -4046, 635, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -2999, -4321, -4321, + -4321, -358, -4321, -4321, -296, -4321, -4321, -333, -4321, 10, + -2507, -4321, -4321, -4321, -4321, 2286, -1535, -4321, -628, -4321, + 329, 1691, -2924, -2117, -4321, -1032, -1024, -3163, -4321, -4321, + -4321, -4321, 1214, -4321, 586, 1687, -2594, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, 1215, -4321, -4321, -3346, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -353, -4321, -164, 802, + -4321, -3173, 1130, 533, -4321, -4321, -4321, -4321, -629, -3189, + -1164, -4321, 127, -2636, -2758, 502, -4321, -4321, 106, -3731, + -4321, -601, -2289, -2558, -178, -4321, -4321, 119, -3554, 1796, + -4321, 471, -1435, -2285, 1562, -4321, -4321, 1088, -4321, -1261, + 1090, -4321, -4321, -4321, 1104, -4321, -273, -4321, -4321, -4321, + -4321, -4320, -4321, -1624, -2898, -4321, -4321, 4450, 4452, -2639, + -211, -210, -4321, -4321, -4321, 373, -4321, -4321, -2199, -92, + 22, 31, -2614, -3725, 204, -3377, -4321, 331, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 1739, -915, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -2674, -3070, -4321, -4321, 1268, + -3340, -2217, -2206, -2580, 3475, -4321, -4321, -4321, -4321, 3405, + -2404, -2886, -4321, -4321, -4321, -4321, -4321, -4321, -4321, 2930, + 1076, -4321, -4321, 1860, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, 363, 1972, -4321, -4321, -4321, -4321, -4321, + 2288, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -122, + -4321, -4321, -4321, -4321, -4321, 629, 2831, -4321, -4321, -4321, + -4321, -9, -4321, -4321, -4321, -4321, 2521, -4321, -4321, -4321, + -4321, 2859, -4321, -4321, -4321, -4321, -4321, -4321, 1540, -4321, + 2018, -4321, -1620, -4321, -4321, 1079, -147, 1959, -627, -4321, + 2113, -4321, 153, -4321, 3486, -4321, -4321, -3271, 3594, -4321, + -4321, -2663, -4321, 3571, -1487, -2893, 2477, -40, -141, -2058, + 1134, -84, 1632, 1560, 4587, -4321, -1229, -1211, -4321, -4321, + -2, -4321, -4321, -4321, -4321, -4321, -4321, 2218, 2225, -654, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, 1599, -4321, -4321, -4321, -4321, -1309, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -995, -4321, -2226, -4321, -4321, -4321, + -512, -4321, 3359, -4321, -4321, -4321, -2456, -1530, 1957, 1050, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 1967, -4321, -1706, + -4321, -2916, -4321, -4321, -4321, -4321, 1623, -4321, -4321, -4321, + -4321, -4321, -4321, -1848, -4321, -2078, 101, -4321, 280, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -183, 874, -181, -3854, + -1212, 1537, -4321, -4321, -1361, 3396, -1910, -4321, 800, -4321, + 2124, 1173, -4321, -4321, -4321, -4321, 667, -2961, 2978, -4321, + -4321, -3394, -1014, -4321, 2980, -4321, -1453, 1527, 476, -4321, + -1629, -1196, -2348, -3177, -2652, -4321, 1339, 176, -4321, -4321, + -4321, -171, -4321, -4321, -4321, 1538, -4321, 484, 486, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -550, + -969, -4321, -4321, 2285, -2634, -498, 4542, 0, -4321, -4321, + 5, -4321, -4321, -4321, -4321, 3211, 3162, 2086, -4321, -4321, + -2494, -4321, -4321, 2044, -4321, 782, -985, -928, 1116, -4321, + -4321, 1115, -3477, -4321, -4321, 15, -4321, -4321, -4321, 1063, + -4321, -46, 4022, 21, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 2898, -1141, 3927, -4321, -4321, -4321, -4321, -4321, + -4321, 2463, -4321, -4321, -4321, -4321, -4321, -4321, 3082, 4037, + -606, -1450, -4321, -830, 2470, 1964, -831, -4321, -4321, -4321, + 3537, 4045, -4321, -4321, 4546, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 2701, 705, -4321, -4321, 573, -4321, + -4321, -4321, -4321, 3184, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, 1165, -179, -4321, + 356, -195, -4321, 180, -4321, -4321, -4321, -4321, -4321, -224, + -4321, -4321, -228, -4321, -1110, 3861, -1467, 279, -1352, -2774, + -4321, 1149, 3160, -2989, -703, -1262, -1270, -3028, -15, -4321, + -4321, 3755, 30, -467, -1832, -6, -853, -107, -624, -613, + -894, -4321, -515, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, 2006, -4321, -4321, -4321, 1112, -4321, + 4075, -4321, 2797, -1479, 4076, -586, 2551, 2023, 2025, -4321, + -4321, -4321, -4321, -1976, -4321, -4321, 186, -4321, 2673, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, -4321, -4321, -4321, -4321, 3050, -459, -477, 3195, + 4093, 3716, -4321, 3287, -4321, -4321, -4321, -4321, -4321, 411, + -4321, 427, 2091, -1546, -2553, -4321, -4321, 2173, 703, -4321, + 1696, -626, -649, -4321, -4321, 407, -4321, -4321, -4321, 1410, + 1536, 4103, 3715, -4321, -4321, -4321, -4321, -4321, -2987, -975, + -4321, -3693, -2615, -4321, -4321, -4321, -2331, -3267, -4321, -4321, + -1121, -4321, -4321, -4321, -4321, -2229, -4321, -4321, -4321, 3, + 4058, 4061, 4063, -4321, -875, -4321, -4321, -4321, -4321, -4321, + -4321, -4321, 3623, -4321, -4321, -4321, -4321, -4321, 3065, 3624, + -4321, -4321, -4321, -4321, -4321, 3625, -4321, -4321, -4321, -4321, + -4321, 1713, -4321, -4321, -4321, -4321, -4321, -4321, -4321, -4321, + -4321 }; /* YYDEFGOTO[NTERM-NUM]. */ @@ -4734,7 +4734,7 @@ static const yytype_int16 yydefgoto[] = 1811, 1812, 1819, 1411, 1412, 1750, 2103, 2642, 3113, 3556, 2478, 2644, 3554, 3883, 2817, 3659, 3660, 989, 990, 2079, 2622, 3087, 1506, 1507, 1508, 2085, 3088, 3089, 4039, 4459, - 4256, 2962, 3142, 3194, 1782, 1783, 3666, 4136, 4500, 4719, + 4256, 2962, 3814, 3194, 1782, 1783, 3666, 4136, 4500, 4719, 4720, 4721, 2076, 2077, 2617, 2618, 2619, 991, 992, 1503, 2078, 3081, 3864, 100, 547, 101, 1948, 2996, 1355, 2509, 1169, 1469, 1736, 1737, 858, 854, 561, 102, 573, 2545, @@ -4784,562 +4784,562 @@ static const yytype_int16 yytable[] = 586, 591, 2340, 668, 157, 843, 78, 1124, 599, 1549, 2087, 602, 1440, 1597, 1744, 1849, 599, 2815, 1125, 2647, 2648, 855, 856, 622, 2086, 860, 861, 862, 2816, 1351, - 864, 865, 866, 1239, 1563, 1968, 2137, 947, 2906, 600, - 2016, 1190, 3001, 1897, 898, 1435, 1436, 947, 3527, 3064, - 2913, 1905, 1677, 2035, 3258, 2282, 3645, 2279, 1678, 1598, - 899, 3337, 2246, 2210, 656, 2543, 1459, 1619, 3438, 3538, - 3172, 3895, 2018, 657, 1943, 1907, 1908, 3706, 898, 1911, - 1912, 1913, 1914, 2511, 1916, 1917, 1919, 1921, 1922, 1923, - 1924, 1925, 1168, 2199, 982, 1172, 3555, 1790, 2224, 660, - 2975, 532, 2169, 532, 667, 673, 2805, 1069, 682, 2750, - 1076, 2329, 2652, 2914, 3557, 678, 2604, 683, 684, 3215, - 2751, 685, 2182, 3096, 3223, 3184, 4119, 662, 3227, 664, - 2185, 2186, 3105, 3646, 3152, 3809, 3720, 2874, 2875, 3242, - 3808, 4247, 1701, 3195, 3548, 1291, 1292, 1293, 4159, 3757, - 4284, 3253, 1300, 1301, 3821, 3195, 3195, 1334, 4016, 3771, - 3362, 3363, 3865, 3207, 3208, 1409, 3369, 4228, 3371, 3013, - 2251, 4045, 2030, 3262, 704, 2251, 1300, 1301, 1403, 3884, - 1300, 1301, 3428, -484, 2871, 4853, 4046, 14, 2864, 581, - 611, 1651, 1660, 1300, 1301, 2872, 4090, 590, 3563, 614, - 4047, 2615, 1674, 4045, 1674, 2971, 3349, 1300, 1301, 4211, - 2451, 1028, 1009, 2041, 4331, 1300, 1301, 1599, 3603, 1300, - 1301, 3334, 3053, 1300, 1301, 1534, 2641, 3367, 3004, 2024, - 1986, 4045, 2251, 3168, -937, 1698, -580, 1751, 1752, 1753, - 2318, 3292, 2499, 1028, 1009, 3609, 4046, 3928, 1552, 3943, - 4775, 1300, 1301, 1774, 1771, 1335, 3838, 1572, 2499, -1576, - 4047, 4528, 1300, 1301, 1300, 1301, 905, 917, 3785, 1674, - 2746, 1028, 1009, 3195, 3195, 2067, 1300, 1301, 2753, 4837, - 4457, 3343, 3344, 1117, 577, 3946, 4090, 1835, 2322, 2129, - 1839, 1335, 1613, 1300, 1301, 1173, -2678, 3607, 27, 3429, - -1576, -581, 4806, 4186, 1300, 1301, 1524, 3623, 680, -1616, - 1622, 1858, 1859, 1424, -1912, 1863, 1718, 1775, 1084, 1070, - -2110, 3390, 3696, 1300, 1301, 1300, 1301, 1885, 3838, 2238, - 3476, 4510, 1877, 1878, 3144, 3713, 1409, 1528, 1141, 1356, - 1179, 1747, 1747, 1338, 1084, 2733, 1776, 4117, 574, 1300, - 1301, 1300, 1301, 3747, 2089, 618, 2515, 543, 1218, 148, - 1747, 2130, 1300, 1301, 4045, 1747, 2192, 537, 1271, 3540, - 538, -1912, 4773, 1300, 1301, 4777, 3610, 2428, 2361, 4046, - 3296, 947, 947, 2356, 1568, 947, 2242, 3515, 4091, 2866, - 2477, 2242, 4488, 4047, 4338, 4182, 4659, 2523, 3902, 2443, - 2713, 4149, 3717, 3169, 1028, 4205, 2955, 578, 2248, 156, - 1578, 156, 4330, 950, 1300, 1301, 1777, 947, 3718, 158, - 3211, 4334, 3903, 2714, 1644, 2524, 4489, 2362, 1337, 896, - 3541, 4344, 2956, 701, 908, 2947, 541, 1569, 536, 3553, - 1300, 1301, 3297, 3409, 149, 1987, 3522, 2193, 2242, 3056, - 1219, 1665, 575, 1666, 1667, 1668, 1669, 2335, 544, 619, - 1272, 1945, 2516, 896, 2252, 2452, 3104, 1300, 1301, 2252, - 2359, 1300, 1301, 1477, 3839, 1748, 1770, 3335, 4091, 1400, - 291, 1142, 293, 2201, 2239, 4251, 3714, 1529, 1789, 2025, - 2068, 3477, 4092, 1347, 1834, 1778, 4842, 4838, 1886, 1838, - 1525, 1085, 1086, 1239, 3697, 1977, 42, 2112, -2596, 673, - 1453, 4511, 4150, 1937, 1118, 3428, 1940, 3618, 1071, 1425, - 673, 1302, 1528, 4179, 1303, 2133, 2252, 1085, 1086, 3627, - 667, 903, 3532, 3533, 3534, 667, 699, 48, 915, 4367, - 4807, 1119, 1151, 3643, 3644, 1302, 3839, 1592, 1303, 1614, - 1300, 1301, 958, 2778, 3609, 3657, 4317, 1300, 1301, 4458, - 918, 1719, 1302, 1722, 667, 1303, 1714, 2323, 2131, 4750, - 1336, 2164, 1020, 1940, 2167, 916, 1302, 3786, 2170, 1303, - 2173, 4771, 1078, 959, 1302, 1988, 3870, 1303, 1302, 3929, - 3874, 1303, 1302, 1337, 2750, 1303, 3611, 4318, 4294, 2650, - 1553, 2064, 1100, 1174, 907, 2751, 1336, 1677, 2188, 2189, - 2190, -1616, 699, 1678, 3850, 699, 3336, 1645, 947, 1079, - 1302, 2246, -2596, 1303, 2949, 667, 545, 1130, 906, 3430, - 1988, 1302, 3429, 1302, 1303, 3293, 1303, 3594, 3916, 2749, - 3923, 2118, 1910, 667, 1158, 1302, 1970, 2805, 1303, 2026, - 2500, 1602, 3879, 657, 58, 1161, 1758, 1759, 4093, 1931, - 1943, 3005, 1302, 3170, 657, 1303, 2500, 657, 2874, 2875, - 1130, -1576, 1529, 1302, 2479, 4094, 1303, 1185, 3031, 1969, - 1720, 612, -484, 1814, 1404, 2482, 3744, 2090, 2485, 1055, - 615, 1827, 1302, 1829, 1302, 1303, 4722, 1303, 703, 3607, - 4854, 1720, 3195, 3564, 2329, 1842, 1843, 1844, 63, 2689, - 2317, 3931, 1779, 1848, 2870, 2871, 3439, 1968, 1302, 867, - 1302, 1303, 1573, 1303, 3345, 1350, 2872, 3939, 3940, 3263, - 1240, 1302, 984, -937, 1303, -580, 1300, 1301, 1300, 1301, - 3014, 948, 1302, 3822, 4048, 1303, 1055, 1947, -1616, 2218, - 3015, 3148, 1981, 3095, 2031, 613, 2042, 4207, 4324, 3195, - 2184, 3209, 4212, -2678, 1440, 4094, 4095, 3743, 4225, 1300, - 1301, 4653, 1941, 4655, 4656, 1304, 4048, 3612, 1080, 4507, - 3721, 4341, 1780, 1302, 2476, 4248, 1303, 3359, 3757, 3145, - 1410, 1297, 1720, 1299, 2349, -2678, 3860, 2465, 3264, 1304, - -581, 1333, 3210, 1304, 4048, 579, 3359, 2745, -1616, 1302, - 2565, 3431, 1303, 4302, 4311, 2373, 1304, 2883, 1342, 532, - 1344, 4181, 1346, 1130, 532, 2027, 667, 898, 532, 1941, - 1304, 4323, 1646, 3197, 1385, 2429, 1302, 2028, 1304, 1303, - 1302, 1124, 1304, 1303, 1087, 1343, 1304, 1720, 2578, 2453, - 1348, 2247, 2065, 2357, 1353, 1349, 2444, 2049, 2091, 1354, - 1882, 1883, 2092, 4660, 3348, 2374, 1958, 4134, 4151, -1939, - 1279, 1414, 1300, 1301, 1304, 1579, 1533, 1427, 1537, 4512, - 2402, 1540, 1545, 3605, 2406, 1304, 657, 1304, 1431, 4743, - 4744, 154, 1437, 4747, 1723, 4137, 4446, 1566, 2152, 1304, - 2334, 3030, 3452, 3410, 3107, 1882, 2393, 3857, 2430, 3921, - 1300, 1301, 4125, 4126, 1401, 1462, 1304, 2432, 2433, 1302, - 1124, 1472, 1303, 667, 657, 3938, 1302, 1304, 3699, 1303, - 657, 2168, 3546, 3547, 2348, 1649, 1649, 4048, 681, 1146, - 3863, 3012, 3937, 3352, 4761, 3354, 1304, 4169, 1304, 1926, - 4174, 4175, -1616, 1455, -2672, 1420, 3505, 4206, 3998, 2578, - -2655, 1410, 3430, 2626, 2449, 2450, 2360, 2248, 4319, 4542, - 2058, 1020, 1304, -2596, 1304, 1552, 4348, 667, 954, 667, - -1939, 3064, 667, 667, 4799, 1304, 3862, 2213, 2214, 1981, - 2980, 2981, 3387, 3388, 1647, 1628, 1304, 1603, 667, 2217, - 1300, 1301, 898, 3394, 3395, 3272, 3607, -2596, 2662, 3607, - 3607, 3750, 4796, 3892, 3411, 3412, 1724, 4723, 2113, -2659, - 1725, 4183, 1300, 1301, 1593, 4054, 4751, 1378, 1300, 1301, - 3437, 1726, 48, 2815, 4057, -2799, 4303, 1304, 2267, 3869, - 2469, 657, 3935, 3873, 2816, 4510, 4304, -2658, 2226, 4272, - 2335, 3163, 699, 3824, 699, 3449, 3450, 2750, 3215, -2656, - 2877, 4316, 3242, 1304, 1300, 1301, 1641, -2751, 2751, 1640, - -2657, 4878, 682, 584, -2662, 1300, 1301, 1664, 1317, 564, - 1673, 683, 684, 4278, 1747, 685, 1432, 4142, 2074, 2265, - 1304, 3367, 1511, 2579, 1304, 1693, 4143, 1642, 1643, 2400, - 1300, 1301, -2513, 2658, 657, 1302, 1317, 1302, 1303, 2246, - 1303, 1815, 2364, 532, 1816, 3241, 657, 2546, 3774, 1465, - 898, 588, 2805, -2597, 2749, 2511, 2224, 2087, 3530, 2087, - 2087, 3566, 1604, 2251, 2685, 657, 1738, 2123, 1302, 1697, - 1677, 1303, 4642, 3091, 3092, 1740, 1678, 3580, 2874, 2875, - 1448, 2573, 2574, 1449, 2786, 2159, 1605, 607, 2928, 710, - 2701, 1892, 2634, 1727, 1940, 1300, 1301, 4543, 1927, 947, - 2683, 3049, 616, 1304, 3751, 2885, -2751, 3866, 1467, 2251, - 1304, 1512, 4768, 2688, 3550, 1240, 2691, 2692, -1939, 2322, - 3273, 1928, 2347, 4352, 291, 2871, 293, 1629, 1930, 2365, - 1240, 3036, 2789, 63, 2579, 2553, 2872, 4684, 968, 2266, - 2979, 2071, 896, 964, 1556, 2160, 3149, 711, 1862, -1939, - 1300, 1301, 4723, 4197, 2470, 4511, 4198, 1300, 1301, 1300, - 1301, 4349, 3321, 4190, 4144, 632, -2672, -2597, 2984, 2985, - 2329, 1302, -2655, 1971, 1303, 2870, 1433, 2627, 1505, 1876, - 691, 2484, 3607, 3752, 955, 2524, 4217, 4218, 4219, 1701, - 4305, 1728, 667, 156, 4222, 2663, 4879, 2719, 2720, 3581, - 4544, 4233, 2580, 1557, 1320, 2251, -2513, 1902, 4268, 1302, - 1300, 1301, 1303, 2090, 2731, 4195, 4196, 1300, 1301, 1875, - 2866, 1421, 3367, 2743, 2744, 3367, 3367, 1621, 1657, 667, - 1450, -2659, 1320, 1558, 1934, 1300, 1301, 1300, 1301, 1300, - 1301, 2124, 3367, 667, 1300, 1301, 2040, 134, 667, 657, - 1300, 1301, 969, 3045, 1720, 2075, 4221, 1553, 1970, -2658, - 3367, 4226, 4229, 4231, 4232, 1594, -1939, 635, 2585, 4752, - 2502, -2656, 2554, 1240, 667, 2072, 1300, 1301, 2978, 2242, - 712, 4670, -2657, 3351, 3726, 1929, -2662, 988, 2988, 1304, - 1133, 1304, 667, 156, 2859, 2860, 2861, 2862, 4756, 1302, - 667, 699, 1303, 1472, 965, 1999, 3727, 2002, 2367, 3491, - 2370, 3441, 657, 2580, 1300, 1301, 1500, 896, 4700, 4701, - -1939, 1302, 1304, 4899, 1303, 2242, 1875, 1302, 2020, 970, - 1303, 2090, 4421, 2161, 3156, 1300, 1301, 1300, 1301, 657, - 2247, 2371, 3280, 3746, 1134, 2594, 3551, 667, 3662, 2008, - 1941, 1300, 1301, 1472, 4616, 636, 4617, 2252, 4739, 657, - 4583, 658, 657, 1302, 4753, 3187, 1303, 2471, 136, 4306, - 2577, 3482, 3483, 3484, 1302, 1300, 1301, 1303, 1690, 1691, - -2751, 3582, 2507, 2472, 2091, 2248, 4675, 4414, 667, 667, - 4416, 3802, 2070, 1961, 1190, 3804, 4754, 4676, 2323, 1302, - 3753, 2088, 1303, 2252, 1940, 699, 2215, 1300, 1301, 2595, - 4184, 2109, 1300, 1301, 1300, 1301, 1300, 1301, 667, 2114, - 709, 2242, 1720, 2334, 1735, 1304, 2242, 4456, 667, 3025, - -208, 863, 3542, 2876, 4648, 896, 1135, 638, 2596, 4346, - 2134, 1020, 911, 1646, 2372, 2156, 2669, 2158, 1559, 4783, - -1219, 532, 532, 532, 657, 532, 657, 4355, 2219, 4357, - 4173, 4644, -2140, 1304, 1302, 2165, 532, 1303, 667, 2119, - 898, 4582, 532, 4851, 4852, 2228, 2555, 2153, 2154, 2155, - -1711, 2157, 2379, 2706, 2183, 3188, 2605, 2710, 2711, -2751, - 3583, 1817, 2166, 657, 1818, 3616, 3616, 2120, 2172, 2252, - 4536, 4537, 2091, 4422, 3648, 663, 2092, 2171, 2597, 3085, - 1327, 1328, 1329, 1330, 1331, 1332, 2335, 2749, -2597, 1302, - 601, 2877, 1303, 2087, 4377, -2292, 1302, 2394, 1302, 1303, - 987, 1303, 912, 2697, 4040, 3000, 667, 667, 2038, 3704, - 1329, 1330, 1331, 1332, 1175, 2630, 1940, 3625, 1300, 1301, - 1146, 1940, -2597, 1304, 2223, 4347, 1300, 1301, 136, 667, - 2220, 2221, 2222, 657, 3342, 1677, 4538, 3894, 2149, 2150, - 4732, 1678, 2380, 3655, 3656, 1304, 667, 1055, 4354, 1302, - 3649, 1304, 1303, 2039, 3131, 947, 1302, 2598, 1560, 1303, - 2277, 1608, 3750, 1275, 2386, 152, 153, 3137, 2275, 657, - 2391, 661, 4585, 913, 1302, 1647, 1302, 1303, 1302, 1303, - 1561, 1303, -2140, 1302, 657, 4677, 1303, 1304, 2250, 1302, - 2394, 1969, 1303, 4378, 1176, -1912, 3086, 4074, 1304, 688, - 1300, 1301, -2140, 1211, 1212, 1185, 2392, 2346, 1300, 1301, - 4531, 3353, 1300, 1301, 1945, 1302, -2799, 2396, 1303, 1136, - 3552, 1562, 3448, 1304, 4713, 2870, 4267, 3704, 2121, 1968, - 1941, 3138, 1300, 1301, 2600, 4379, 988, 4510, 2280, 1300, - 1301, 1609, 2408, 1300, 1301, -2292, 679, 1440, 1300, 1301, - 3650, 4586, 2704, 1302, 2631, 1276, 1303, 687, 1875, 2490, - 3122, 2281, 2486, 1300, 1301, -2292, 3518, 2491, 1300, 1301, - 4714, 2632, 2242, 2490, 1302, 691, 1302, 1303, 1282, 1303, - 2495, 3560, 291, 2633, 293, 1137, 993, 1138, 1304, 1055, - 1302, 1300, 1301, 1303, 1055, 3222, 1240, 2401, 3225, 3226, - 2983, 3228, 3125, 3290, 3231, 3232, 4525, 2415, 3235, -2317, - 1300, 1301, 2503, 3244, 1302, 1300, 1301, 1303, 3248, 3249, - 3250, 3251, 3252, 3126, 3510, 3751, 3256, 3257, 2910, 3259, - 3139, 1300, 1301, 2915, 692, 3268, 3269, 3270, 3271, 1394, - 3030, 3275, 3276, 1304, 3278, 1511, 1302, 2922, -1712, 1303, - 1304, 1302, 1304, 1302, 1303, 1302, 1303, 2468, 1303, 3127, - 2564, 3844, 2419, 1300, 1301, 2634, 704, 1981, 706, 2420, - 1981, 2422, 1941, 707, 2599, 4469, 3305, 1941, 1300, 1301, - 853, 2937, 1300, 1301, 1300, 1301, 291, 4123, 293, 1300, - 1301, 2493, -1940, 1300, 1301, 4470, 4715, 1940, 2247, 2492, - 657, 1300, 1301, 1304, 3755, 3474, 3845, 857, 3347, 3140, - 1304, 1898, 657, 667, 859, 1300, 1301, 4511, 3376, 870, - 994, 904, 2423, 1300, 1301, 896, 657, 2734, 1304, 2427, - 1304, 1385, 1304, 2524, 1512, 2006, 1385, 1304, 951, 2518, - 2620, 2527, 2527, 1304, 2527, 920, 2366, 3026, 2994, 2445, - 2528, 2528, 3689, 2528, 1124, 1875, 3392, 699, 3616, -2317, - 147, 953, 3393, 3661, 962, 3076, 973, 596, 2551, 1304, - 1300, 1301, 1427, 898, 667, 596, 3195, 657, 2657, -2317, - 2635, 657, 3729, 4730, 4731, 1300, 1301, 1302, 3404, 2997, - 1303, 537, 1300, 1301, 538, 1302, 975, 995, 1303, 947, - 965, 1462, 2576, -1940, 1068, 1300, 1301, 1304, 667, 667, - 657, 657, 657, 3195, 3195, 947, 947, 537, 1300, 1301, - 538, 1075, 2527, 2527, 2527, 1240, 667, 4142, 1304, 2334, - 1304, 2528, 2528, 2528, 2876, 1097, 4143, 2735, 3241, 1098, - -2437, 667, 2572, 1019, 1304, 148, 1101, 3414, 1099, 3415, - 1300, 1301, 2636, 3195, 1109, 2640, 2629, 3889, 1024, 1300, - 1301, 1580, 1111, 4068, 657, 1502, 2363, 1337, 1304, 1302, - 1055, 2877, 1303, 1112, 1020, 4213, 1440, 1302, 4214, 667, - 1303, 1302, 1113, 1463, 1303, 1114, 2381, 1681, -1826, 152, - 153, 1300, 1301, 1581, 907, 1899, 1020, 1300, 1301, 3569, - 1304, 1302, 1300, 1301, 1303, 1304, 1140, 1304, 1302, 1304, - 1121, 1303, 1302, 3748, 1146, 1303, 2681, 1302, 2382, 537, - 1303, 3753, 538, 2390, 1149, 2404, 3141, 2405, 1300, 1301, - 149, 2963, 1302, 1159, 4800, 1303, 1180, 1302, -1826, 2690, - 1303, 3576, 3776, 3777, 2341, 1163, 1582, 2675, 657, 2678, - 3571, 1583, 947, 1941, 3867, 3498, 3498, 3498, 3498, 3512, - 1302, 1167, 2682, 1303, 1774, 3791, 1337, 1300, 1301, 589, - 2630, 1300, 1301, 1774, 4144, 1300, 1301, 2708, 532, 1302, - 1187, 532, 1303, 1340, 1302, 1188, 4832, 1303, 2732, 4834, - -2437, 1251, 3880, 3881, 1300, 1301, 1300, 1301, 1189, 3799, - 1302, 1300, 1301, 1303, 2709, 2736, 1300, 1301, 1612, 3379, - -2437, -1940, 1191, 1270, 1617, 1618, 2737, 1300, 1301, 3882, - 624, 4850, 2819, 2738, 1533, 1875, 1283, 1284, 1775, 2722, - 1192, 657, 1302, 657, 3313, 1303, 1533, 1775, 2729, 2730, - 4627, 1304, -1940, 2951, 2368, 2369, 1193, 1302, 746, 1304, - 1303, 1302, 1196, 1302, 1303, 2585, 1303, 1776, 1302, 2409, - 1197, 1303, 1302, 4628, 1198, 1303, 1776, 2413, 1199, 2585, - 1302, 625, 1200, 1303, 1875, 1201, 3638, 2586, -1826, 1028, - 1009, 947, 3156, 1202, 1302, 3212, 947, 1303, 1203, 3647, - 2225, 134, 1302, 996, 997, 1303, 999, 1978, 1001, 3930, - 1979, 1204, 2879, 1980, 1584, 2882, 1307, 1205, 1900, 2631, - 1389, 1341, 751, 1092, 1093, 1002, 1094, -1144, 1095, 1206, - -1144, 1207, 2739, 1304, 1901, 667, 2632, 1777, -1826, 2976, - 1208, 1304, 1209, 3944, 2884, 1304, 1777, 667, 2633, 1302, - 1970, 2414, 1303, 1308, 3948, 1300, 1301, 3950, 626, 2418, - 2387, 1337, 1087, 2421, 1302, 1304, 1055, 1303, 896, -1940, - 2999, 1302, 1304, 1440, 1303, 1213, 1304, 1981, 1981, 1981, - 1215, 1304, 1345, 2424, 1302, 4591, 3158, 1303, 1216, 1585, - 2436, 1217, 2587, 2588, 2455, 1220, 1304, 1302, 2631, 3356, - 1303, 1304, 4737, 1390, 135, 1309, 2587, 2588, 1391, 2395, - 1337, 3238, 4736, 1357, 3380, 2632, 1778, 1310, 3934, 3386, - 1221, 765, 136, -1940, 1304, 1778, 3202, 3101, 2740, 1302, - 2634, 1222, 1303, 1124, 1124, 1124, 3521, 2322, 1302, 1223, - 667, 1303, 3389, 1304, 2065, 2065, 2065, 1224, 1304, 3447, - 2589, 1225, 1392, 1586, 2890, 2280, 2397, 1337, 2398, 1832, - 3535, 3396, 1226, -2794, 1304, 2995, 3400, 1227, 1393, 667, - 1302, 667, 667, 1303, 1228, 2474, 1302, 2322, 2281, 1303, - 1229, 1302, 3401, 4515, 1303, 2410, 1337, 4522, 1386, 3082, - 1230, 947, 1233, 137, 1234, 667, 1304, 1235, 667, 1388, - 781, 947, 947, 947, 947, 1241, 1311, 1302, 1723, 1242, - 1303, 1304, 1243, 3852, 3402, 1304, 1124, 1304, 2411, 1337, - -1912, 1244, 1304, 3886, 2876, 3318, 1304, 3578, 1395, 3403, - 3323, 3358, 1397, 3405, 1304, 3408, 3890, 3043, 3331, 3332, - 3413, 2412, 1337, 1398, 3339, 2635, 1302, 1245, 1304, 1303, - 1302, 2087, 3416, 1303, 1302, 1406, 1304, 1303, 3212, 2416, - 1337, 1875, 1246, 3069, 1247, 4264, 3608, 3072, 1248, 3518, - 3615, 2594, 1587, 1302, 3418, 1302, 1303, 138, 1303, 2986, - 1302, 667, 667, 1303, 3353, 1302, 993, 1249, 1303, 1252, - 667, 1253, 2657, 1533, 2965, 1337, 1302, 2242, 2088, 1303, - 2088, 2088, 2894, 1304, 1254, 1317, 3010, 3011, 3205, 3206, - 627, 1588, 3637, 2296, 2297, 3239, 3458, 2636, 1304, 3375, - 2369, 3118, 1774, 3120, 3102, 1304, 3459, 667, 2895, 2310, - 1724, 3240, 628, 1779, 1725, 2595, 3420, 2242, 1304, 1255, - 3460, 1256, 1779, 3422, 1257, 1726, 3378, 1337, 1020, 1258, - 4065, 1304, 3461, 3462, 3463, 1875, 3423, 3117, 4515, 4286, - 3406, 1337, 1259, 3661, 2596, 4522, 1409, 78, 629, 3424, - 1876, 3464, 3524, 3525, 3238, 4497, 4498, 3528, 3529, 1260, - 3161, 3174, 3175, 1304, 2896, 532, 1775, 2897, 1028, 1009, - 657, 657, 1304, 667, 667, 2898, 2636, 1261, 1316, 3811, - 1337, 3796, 1407, 4757, -679, 3832, 3833, 1262, 139, 1317, - 4826, 3166, 3501, 3502, 2899, 3189, 2323, 810, 2280, 3212, - 994, 3641, 1940, 1263, 1304, 291, 1264, 293, 630, 1265, - 1304, 3213, 3847, 3848, 2597, 1304, 4590, 3544, 4032, 4033, - -679, 2281, 3797, 1266, 3198, 3199, 3200, 3201, 3798, 3203, - 3204, -1616, 1408, 4063, 1267, 3212, 2323, 1268, 2312, 2313, - 1269, 1304, 1940, 1273, 4287, 4288, 1274, 3213, 1277, 4289, - 4290, 4291, 3274, 3151, 1278, 2296, 2297, 1727, 947, 4067, - 1317, 140, 4240, 4034, 4035, 3190, 1415, 3289, 4036, 4037, - 1281, 2310, 2324, 1312, 1313, 1314, 1285, 995, 1286, 3303, - 1304, 1320, 1287, 3312, 1304, 1417, 4366, 1288, 1304, 1289, - -1616, 1317, 1290, 2598, 1339, -2794, 1419, 2900, 4073, 4501, - 1423, 4900, 4075, 1446, 1795, 1441, 4076, 1304, 1456, 1304, - 1474, 2486, 2324, 4055, 1304, -679, 1444, 2594, 1476, 1304, - 3664, 640, -1616, 1492, -1616, 4077, 141, 4078, 3319, 3320, - 1304, 3322, 4351, 3324, 3325, 3326, 3327, 3328, 3329, 3330, - 1494, -1616, 3333, 3784, 3191, 3338, -1616, 1495, 4447, 3341, - 1497, -679, 1496, 1317, 1500, 1728, -687, 640, 1504, 2280, - 4043, 4052, 1505, -1616, 4393, 1865, 1866, 1124, 1509, 3478, - -1616, 3465, 4515, 4522, 3240, 1055, 1514, -1616, 2065, 4069, - 1337, 2595, 2281, 4083, 1337, 1320, 1523, -1616, 1546, 3466, - 1550, -2794, 1551, 2594, 3626, 2280, 3628, 1318, 3812, -1616, - 2312, 2313, 2901, 3639, -1616, 4084, 4085, 1799, 1555, 4394, - 2596, 4102, 4103, -1616, 1574, 1055, 1575, 3652, 2281, 4395, - 1319, 4236, 4237, 1576, 3663, 3665, 1019, 2325, 4339, 4340, - 1577, 1774, 4343, 4340, 1322, 1323, 2620, 3682, 3684, 3686, - 595, 1024, 1596, 3687, 3665, 1600, 3922, 4427, 4428, 3925, - 3926, 4496, 3529, 4509, 4340, 1601, 1320, 2595, 1941, 2417, - 4540, 4541, 1615, 1385, 1606, 2518, 1616, 2325, 4396, 1623, - 667, 4548, 4549, 3490, 1414, 667, 667, 667, 4550, 4549, - 2597, -1616, 657, 3735, 3738, 3741, 2596, 1320, 1624, 3496, - 4593, 4594, 1626, 2863, 1631, 1775, 4649, 3848, 1941, 4681, - 4682, 1638, 3467, -1616, 4366, 3043, 667, 152, 153, 1674, - 2599, 1800, 1876, -1616, 4199, 1803, 1680, 4202, 4203, 3214, - 3468, 1682, 1804, 1684, 3189, 4204, 4209, 1240, 1687, 4210, - 1688, 667, 667, 667, 4215, -679, 1692, 667, 1322, 1323, - 4711, 3529, 1695, 4397, 2088, -1616, 3045, 2902, 4220, 1320, - 1696, 4384, 4224, 1704, 4227, 1705, 2597, 4685, 1706, 2598, - 1732, 3192, 4712, 3529, 4729, 3206, 4384, 1715, 291, 3559, - 293, -679, 4471, 996, 997, 998, 999, 1000, 1001, 1733, - 4472, 1743, 3469, 1741, 1321, 1325, 1326, 1327, 1328, 1329, - 1330, 1331, 1332, 1335, 3190, 1002, -1616, 2999, 3759, 3470, - -856, 4746, 4340, 1805, 3806, 3558, 2530, 4473, 2531, 1322, - 1323, 4270, 4527, 1747, 667, 3826, 3827, 2903, 3589, 532, - -1616, 3592, 1773, 3814, 4748, 4340, 1754, 657, 4749, 4340, - 657, 3289, 1784, 642, 1820, 2598, 4781, 4782, 4797, 4340, - 1322, 1323, 4798, 4340, 1440, 3586, 2904, 4801, 4340, 4804, - 3848, 1875, 4815, 4816, 3760, -1912, 1324, 3761, 1831, 4589, - 1832, 1807, 4833, 4340, 719, 3762, 1856, 3289, -1616, 642, - 4847, 3731, 1833, 3191, 1873, 3624, 3622, 3289, 1884, 2594, - 1893, 3634, 3681, 3633, 3763, 1909, 2609, 2610, 2611, 1325, - 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1915, 667, 3633, - 152, 153, 1322, 1323, 3654, 3658, 4398, 4889, 4890, 1876, - 3670, 3669, 1935, 4399, 4100, 4101, -679, 3671, 3672, 657, - 1936, 3635, 3636, -1616, 4449, 4104, 1944, 1949, 4592, 3764, - 4474, 3633, 1952, 1953, -1616, -1616, 1954, 1955, 3289, 3695, - 872, 1956, 1957, 2595, 3708, 1959, 1960, 4360, 1972, 3668, - 1973, 4168, -679, 4400, 746, -1616, 2594, -1616, 1974, 3683, - 4387, 3633, 1327, 1328, 1329, 1330, 1331, 1332, 1975, 4391, - 2009, 1410, 2596, 2005, 2014, 2017, 2599, 947, 4413, 2019, - 3707, 2036, 2022, 4415, -1616, -1616, 2023, 3765, -1616, -1616, - 2044, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1440, - 3742, 2045, 2594, 1808, 3745, 3685, 2046, 2047, -2488, 4475, - 2053, 750, 2056, 2061, 2060, 2062, 2102, 2063, 751, 1810, - 2595, 2104, 2105, 639, 2106, 1525, 4401, 2115, 4476, 2532, - 873, 2110, 2138, 4609, 4610, 2146, 4612, 2147, 1317, 2174, - 2175, 2151, 2597, 2533, 2176, 2177, 2181, 756, 757, 2596, - 2179, 4477, 2599, 1325, 1326, 1327, 1328, 1329, 1330, 1331, - 1332, 2180, 875, 2197, 2202, 2207, 2595, 4702, 2211, 2216, - 2227, 2249, 1409, 2270, 2269, 2284, 1875, 2287, 876, 2285, - 3673, 2288, 3674, 2229, 4589, 4564, 2320, 2336, 1533, 3766, - 3192, 2338, 3767, 2344, 2377, 2596, 2350, 2230, 3810, 4662, - 1990, 2352, 2353, 2354, 1991, 2534, 3118, 2535, 2376, 4385, - 4386, 640, 2378, 2383, 2384, 2385, 1992, 765, 2388, 2597, - 2394, 2598, 4389, 2403, 4259, 2399, 3675, 2460, 4758, 4392, - 2407, 1317, 2425, 2426, 4402, 2431, 2463, 2434, 2446, 880, - 4417, 4418, 3117, 2435, 2467, 2447, 2448, 1332, -1295, -886, - 3676, 2473, 2483, 2505, -1441, 1218, 2495, -1616, 3043, 2498, - 2504, 4708, 1271, 4709, 4710, 2597, 4572, 881, 1275, 3768, - 2521, -2133, 4579, 882, 2522, 2552, 947, 1720, 2563, 3069, - 3859, 776, 2558, 3861, 2566, 667, 3677, 2569, 2593, 667, - 1533, 4553, 4641, 2601, 2606, 780, 781, 2607, 2598, 2536, - 2608, 2624, 2613, 4597, 4598, 2625, 2639, 4601, 4602, 4603, - 4604, 1502, 2643, 883, 2995, 4393, -1616, 2645, 2649, 2659, - 2651, 1020, 1020, 4820, 2653, 2660, 2661, 2680, 1876, 2666, - 1055, 2664, 2665, 3899, 1320, 2676, 2667, 3397, 3910, 2668, - 2684, 2693, 2694, 4635, 2598, 2696, 4478, 657, 2698, 947, - -1616, 2699, 2524, 2716, 2537, 2717, 2721, 2723, 2728, 3917, - 4394, 1317, 3891, 2724, 4687, 1875, 2231, -1616, 2725, 3924, - 4395, 2726, -1616, 4885, 2727, 2630, 1875, 3927, 3633, 2820, - 1875, 3289, 2824, 2825, 4893, 1875, 2829, 2831, 4885, 2857, - 2834, 667, 4820, 4893, 2865, 3633, -1616, 3289, 3289, 2835, - 4661, 2858, 4663, -1616, 2836, 2837, 2630, 3769, 2838, 2839, - 2840, 3289, 3633, -1616, 2841, 2842, 2843, 2844, 2845, 4396, - 2846, 2847, 2848, 3633, 2849, -1616, 3633, 1320, 3936, 2850, - -1616, 4698, 4699, 2880, 2893, 2917, 3770, 3942, 2599, -1616, - 4707, 2851, 2232, 2852, 3954, 2853, 1993, 2854, 2855, 2856, - 3953, 2884, 2888, 657, 2918, 4482, 2491, 2916, 4008, 3017, - 2974, 3021, 3022, 4009, 2929, 548, 886, 2233, 2930, 2942, - 532, 2964, 2973, 2982, 1994, 2992, 2991, 3019, 4024, 641, - 3023, 3003, 1995, 3032, 3009, 3312, 3008, 1322, 1323, 3678, - 802, 3020, 2229, 3028, 4361, 3033, 4017, 4362, 3046, 3034, - -143, 3735, 3050, 3738, 947, 3741, 2230, -1616, 808, 3047, - 1300, 1301, 889, 810, 2631, 2599, 811, 4870, 2031, 291, - 3051, 293, 3052, 642, 549, 890, 1996, 3059, 3074, -1616, - 2234, 2632, 3073, 3679, 3077, 3078, 3079, 3090, 3083, -1616, - 3084, 3099, 3097, 2633, 3098, 2631, 3111, 3112, 3114, 4277, - -2726, -856, 3123, 3814, 550, 4567, 3124, 1320, 2123, 4154, - 2124, 2599, 2632, 3146, 3133, 3159, 4793, -1750, 3160, 3162, - 557, -1616, 3167, 3173, 2633, 4363, 4364, 1997, 3185, 3186, - 1322, 1323, 3212, 2538, 2539, 2540, 3233, 3224, 3229, 3230, - 3234, 551, 3236, 3237, 3243, 4108, 3245, 3246, 3247, 1478, - 4113, 3254, 3255, 3260, 3261, 1876, 643, 893, 3294, 1479, - 3266, 3267, 3306, 4089, 644, 3277, 1791, 1792, 1793, 1794, - 1795, 3346, -1616, 1480, 3307, 2634, 2235, 3315, 3316, 894, - 3350, 895, 3317, 2345, 4482, 1481, 1482, 1483, 552, 1326, - 1327, 1328, 1329, 1330, 1331, 1332, -1616, 4127, 3370, 3372, - 3359, 152, 153, 3364, 1484, 3373, 2634, 4398, 3374, 3381, - 667, 3425, 4158, 4158, 4399, 3382, 3455, 3289, 4896, 3440, - 719, 947, 3435, 3457, 3436, 2231, 4170, 947, 3446, 3289, - 3289, 3444, 3451, 3454, 3480, 3289, 3479, 3633, 4862, 3487, - 4141, 3289, 3485, 3492, -1616, 3503, 1448, 3507, 3504, 1876, - 3514, 3513, 1533, 3633, 4400, 657, 3520, 3523, 3526, 3531, - 1322, 1323, 3545, 4877, 3549, 988, 3561, 3562, 3565, 3572, - 1796, 1797, 1798, 1799, 3573, 3574, 3163, 3585, 4297, 3577, - 3588, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 2786, - 2635, 3619, 3640, 3642, 3704, 2756, 3709, 2757, 3716, -1616, - 3723, 2232, 3724, 4360, 3728, 4453, 4454, 4455, 3779, 3730, - 746, -1616, 3731, 3775, -69, 3756, 3780, 3787, 3788, 553, - 3800, 2635, 2452, 152, 153, 4246, 2233, 4401, 3430, -826, - -826, -1616, 2759, -1616, 3817, 3818, 3819, 3820, 3835, 3837, - -826, 3841, 2088, 3843, 3849, 2585, 3871, 1410, 3851, 3872, - 2762, 3900, 3905, 667, 3906, 3908, 3909, 3918, 2763, 4242, - -1616, -1616, 2636, 3911, -1616, -1616, 3913, 750, 3912, 3919, - 3920, 554, 3933, 3945, 751, 3941, 3952, 1800, 3951, 1801, - 1802, 1803, 4011, 4012, 4015, 2765, 4018, 4019, 1804, 2234, - 4022, 4023, 555, 2636, 4027, 4028, 4038, 3535, 4029, 1674, - 4031, 4041, 2766, 756, 757, 4042, 4043, 4044, 4053, 4056, - 4058, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 4070, - 4060, 4439, 4071, 4061, 1485, 4062, 4066, 4072, 4080, 1302, - 4081, 4086, 1303, 2771, 3072, 4402, 4088, 4098, 4107, 4325, - 4109, 4103, 1486, 3899, 4118, 4120, 3560, -1528, 4138, -1533, - 4130, 4135, 3899, 4139, 4153, 4155, 4164, 556, 4160, 4158, - 4176, 4177, 557, 4171, 4178, 4185, 4193, 4200, 4201, 1805, - 4216, 3292, 3289, 765, 4241, 4243, 4252, 4235, 4228, 4269, - 4368, 558, 4052, 4274, 4275, 2235, 4280, 4276, 4369, 657, - 4295, 4281, 4282, 4283, 4296, 4309, 987, 4374, 4299, 291, - 4300, 293, 4313, 4315, 4505, 4332, 559, 4333, 2775, 4335, - 4337, 4372, 4342, 4411, 4225, 2776, 4375, 4388, 4440, 4441, - 4442, 947, 560, 4444, 4448, 4482, 1806, 1807, 4445, 4450, - 2777, 4409, 4452, 4461, 4464, 4483, 4484, 776, 4485, 4419, - 4486, 4420, 4502, 4493, 4519, 4539, 4495, 4508, 4532, 4534, - 4556, 780, 781, 4535, 4437, 4545, 4557, 4558, 4436, 4559, - 4560, 4562, 4563, 4565, 4568, 4570, 4580, 4581, 4605, 4599, - 4600, 4596, 4608, 1487, 2756, 4611, 2757, 4613, 4614, 4618, - 4621, 4650, 4636, 4666, 4673, 4667, 4651, 2779, 4704, 4643, - 4647, 4462, 4674, 4654, 4657, 4664, 4668, 2657, 4679, 4686, - 657, 4689, 4692, 4468, 2778, 2753, 2780, -1699, -826, -826, - 4762, 2759, 851, 4763, 4745, 4764, 3691, 4784, 4771, -826, - 4785, 4786, 2753, 4787, 2754, 4792, 4794, 4789, 4795, 2762, - 4805, 4790, 4808, 4809, 4810, 1488, 4811, 2763, 2756, 4835, - 2757, 4812, 3699, 947, 4158, 4813, 4836, 945, 4843, 4840, - 4846, 4858, 1489, 4734, 4861, 4863, 4865, 945, 4867, 4869, - 4871, 2784, 4874, 2785, 2765, 4875, 4886, 3121, 947, 1808, - 2758, 2787, 4895, 1442, 1065, 2759, 4262, 3002, 1674, 3340, - 4260, 2766, 1595, 1304, 1809, 1810, 4626, 4261, 851, 3604, - 4336, 1658, 4728, 2762, 4625, 4830, 4828, 4504, 667, 1686, - 4683, 2763, 4254, 610, 1067, 2514, 2603, 3472, 4105, 1166, - 2833, 2764, 2771, 1734, 4409, 3497, 3037, 2263, 2494, 4646, - 3039, 3038, 4524, 3281, 3947, 2803, 3506, 4111, 2765, 3511, - 3842, 2034, 4573, 4577, 4691, 4552, 4463, 4770, 4114, 4860, - 4823, 4845, 1674, 2793, 2703, 2766, 802, 4607, 4345, 3279, - 4361, 3694, 4163, 4362, 2767, 3701, 4760, 4866, 3286, 851, - 3772, 4000, 3692, 4208, 808, 1876, 4547, 4234, 4561, 810, - 2770, 4769, 811, 4551, 4266, 3183, 2771, 3427, 291, 3803, - 293, 3805, 3801, 851, 4831, 648, 649, 2775, 851, 4802, - 4718, 4803, 4353, 4645, 2776, 4733, 4640, 3072, 4518, 3072, - 4390, 2794, 2795, 2796, 3283, 3693, 2773, 4703, 2797, 2777, - 1620, 1694, 2198, 4371, 3150, 3055, 2823, 4766, 2321, 4180, - 3489, 2575, 2276, 3176, 2798, 3029, 851, 2799, 3836, 3080, - 1637, 4363, 4364, 1510, 2972, 4566, 4158, 950, 4158, 4158, - 2646, 3813, 291, 851, 293, 4658, 2800, 1518, 2909, 4759, - 4634, 2775, 3453, 2907, 1830, 3103, 3868, 3106, 2776, 4824, - 3442, 4620, 4499, 4030, 2802, 4825, 2779, 4082, 4672, 1772, - 2989, 4188, 3807, 2777, 2204, 3539, 4328, 2205, 3688, 4584, - 4827, 3537, 4437, 4326, 4327, 2780, 4436, 851, 851, 851, - 851, 2878, 650, 2051, 2007, 3027, 4116, 2778, 4468, 851, - 3855, 3062, 3854, 3893, 4671, 4767, 1081, 2343, 667, 1186, - 2999, 1061, 3147, 655, 1670, 2686, 1064, 2687, 2508, 4727, - 2163, 4192, 4279, 2059, 3840, 4859, 3602, 4487, 657, 4868, - 2779, 4897, 1280, 4615, 1377, 4894, 2108, 4696, 4697, 4555, - 2784, 3858, 2785, 3132, 1022, 4741, 2466, 1023, 3888, 2780, - 2787, 3130, 2671, 2781, 4158, 4158, 3129, 2557, 4158, 4718, - 2069, 983, 2291, 4829, 1493, 4451, 2209, 3075, 3018, 4460, - 1998, 3473, 985, 3712, 1661, 851, 1499, 2212, 1106, 1107, - 1108, 4740, 1662, 4822, 0, 0, 4577, 0, 1663, 0, - 1876, 945, 945, 0, 0, 945, 0, 2783, 0, 0, - 0, 0, 0, 0, 2784, 0, 2785, 0, 0, 0, - 0, 667, 0, 0, 2787, 851, 0, 0, 0, 0, - 0, 0, 2793, 0, 0, 0, 0, 945, 1359, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 4778, 4779, - 0, 0, 0, 0, 0, 0, 0, 0, 2292, 4158, - 2293, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 2790, 0, 0, 0, 0, 4898, 0, 0, 0, 0, + 864, 865, 866, 1239, 1190, 1459, 2016, 947, 2137, 600, + 1968, 3258, 2906, 1435, 1436, 2246, 3438, 947, 1897, 3195, + 3337, 3645, 3064, 3527, 2913, 2282, 1905, 2279, 1677, 899, + 2199, 3195, 3195, 2543, 656, 3538, 1678, 2210, 3001, 3895, + 3172, 1790, 2018, 657, 1943, 1907, 1908, 898, 1619, 1911, + 1912, 1913, 1914, 3706, 1916, 1917, 1919, 1921, 1922, 1923, + 1924, 1925, 3555, 982, 2329, 2035, 2169, 1069, 2511, 660, + 1076, 532, 2975, 532, 667, 673, 2652, 3362, 3363, 2750, + 2224, 898, 2604, 3369, 3865, 3371, 2182, 2805, 2914, 678, + 1168, 682, 3557, 1172, 2185, 2186, 683, 662, 3215, 664, + 2874, 3884, 3184, 4119, 3152, 2751, 684, 2875, 1291, 1292, + 1293, 3808, 685, 3096, 3223, 3646, 3809, 4284, 3227, 3757, + 1334, 3720, 3105, 1701, 4159, 3607, 4247, 3548, 2251, 3242, + 1409, 4016, 3821, 2499, 3262, 3623, 1751, 1752, 1753, 3428, + 3609, 3253, 1563, 3771, 1300, 1301, 1300, 1301, 611, 3195, + 3195, 2030, 4228, 1771, 2871, 1300, 1301, 581, 1084, 1300, + 1301, 4211, 2451, 2041, 1403, 590, 704, 1598, 2251, 1599, + 2971, 1651, 1660, 3563, 1300, 1301, 2733, 1674, 3923, 2499, + 2872, 2356, 3211, 2615, 4045, 4659, 1835, 2864, 3349, 1839, + 4853, 1300, 1301, 2641, 4510, 3207, 3208, 2578, 3603, 4046, + -2672, 1534, 3367, -1576, 1572, 4317, 577, 3946, 1400, -937, + 1858, 1859, 3928, 4047, 1863, 1698, 4316, 3004, 1593, 4775, + 1986, 3785, 1420, 2251, 1028, 1009, -2110, 1300, 1301, 1409, + 1084, 1877, 1878, 3609, 1300, 1301, 4090, 4045, -2655, 2626, + 1300, 1301, 3013, 4528, -1576, 954, 4318, 2129, 614, 4806, + 1552, 3943, 4046, -2659, 1613, 4045, 3429, 905, 4457, 4348, + 1300, 1301, 3618, -2678, 1300, 1301, 4047, -1912, 3142, 2067, + 4723, 3610, 917, 4878, -1616, 1070, 680, 1028, 1009, -2751, + 4756, 3838, 1524, 3648, 4837, 1432, -2513, 1300, 1301, 710, + 1424, 134, 2662, 1300, 1301, 1028, 1009, 1179, 3441, 1885, + 1141, 1628, 1300, 1301, 3696, 1674, 1389, 48, 1674, 1356, + 4377, 1467, 3085, 3343, 3344, 4117, 574, 1338, 1218, 2130, + 4149, 4182, 148, 1271, 2024, 1300, 1301, 1300, 1301, 578, + 3296, 3747, 1300, 1301, 3515, 1723, 2746, -580, 1300, 1301, + -581, 1085, 1086, 291, 2242, 293, -1826, 711, 2361, 4331, + 156, 947, 947, 537, 156, 947, 538, 3540, 2713, 3649, + 3717, 1622, 2523, 1300, 1301, 2704, 2394, 2600, 152, 153, + 4338, 1300, 1301, 4040, 4511, 2443, 3718, 1578, 2248, 1300, + 1301, 2714, 3053, 950, 2242, 4090, 3553, 947, -2751, 1390, + 2524, 158, 3297, 2495, 1391, 2251, -1826, 2362, 1337, 896, + 1945, 1718, 2341, 589, 908, 1300, 1301, 149, 4344, 4378, + 1219, 4251, 136, 1085, 1086, 1272, 536, 2452, 3541, 3542, + 575, 1665, 2252, 1666, 1667, 1668, 1669, 2335, 4091, 3086, + 1621, 4150, 3321, 896, 3144, 1987, 1300, 1301, 1392, 2242, + 1300, 1301, 2579, 1142, 1977, 1433, -484, 1477, 2947, 1453, + 1347, 4379, 4045, 2201, 1393, 4851, 4852, 1724, 1789, 3650, + -2513, 1725, 2252, 2318, 3532, 3533, 3534, 4046, 4879, 1940, + 1886, 2428, 1726, 1239, 1071, 4723, 1525, 2112, 63, 673, + 712, 4047, -2672, 1937, 2068, 4169, 3697, 4807, 4174, 4175, + 673, 3611, 1028, 4205, 3292, 2133, 1425, 3104, 1528, 3839, + 667, 903, 4838, 1629, -1616, 667, 699, 1592, 915, 3522, + 907, 1614, 1151, 1302, 4349, 1302, 1303, 2252, 1303, 3838, + -2655, 955, 958, 2627, -1912, 4179, 2131, 3607, 1302, 1594, + 3786, 1303, 4092, 3627, 667, -2659, 1714, 4458, 156, 3931, + 2064, 2500, 1020, 1302, 3409, 916, 1303, 3643, 3644, 2663, + 4771, 4750, 1078, 959, 3929, 3939, 3940, 156, 1421, 3657, + 1302, 1722, 3850, 1303, 2750, 918, 4294, 1300, 1301, 3870, + 2359, 2650, 1100, 3874, 2246, 1988, 1602, 4091, 3195, 4616, + 2118, 4617, 699, 1677, 2025, 699, 3430, 2500, 947, 1079, + 2751, 1678, 2749, 1300, 1301, 667, 1302, 1130, 1500, 1303, + 3879, 2242, 1553, 1302, 1727, 1910, 1303, 3699, 2578, 1302, + 3594, 2242, 1303, 667, 1158, -1576, 1970, 4319, 3916, 906, + 1552, 2580, 1931, 657, 1988, 1161, 1758, 1759, 2805, 1302, + 1943, 2874, 1303, 1302, 657, 3195, 1303, 657, 2875, 612, + 1130, -1616, 1055, 1401, 2479, 3605, 1719, 1185, 1529, 1969, + 3005, 2357, 4660, 1814, 3921, 2482, 1302, 2329, 2485, 1303, + 3031, 1827, 1302, 1829, 3197, 1303, 703, 2870, 3744, 1573, + 1404, 1302, 3612, 2689, 1303, 1842, 1843, 1844, 3564, 2164, + 4324, 3439, 2167, 1848, 1087, 2871, 2170, 867, 2173, 2252, + 3263, 2317, 1968, 2349, 1302, 1350, 1302, 1303, 4093, 1303, + 1240, 1302, 1728, 4341, 1303, 4854, 2042, 1302, -937, 948, + 1303, 2872, 2184, 613, 4212, 4094, 2188, 2189, 2190, 3148, + 3095, 3822, 1981, 3345, 984, 1941, 1940, 579, 2476, 2218, + -2678, 4352, 1302, 2031, 1440, 1303, 1940, 3839, 1720, 615, + 1302, 4207, 4512, 1303, 2026, 1947, 1080, 4653, 1302, 4655, + 4656, 1303, 4507, 3860, 2883, 1410, 1279, 4048, 3757, 3264, + 2745, 1297, -2678, 1299, 2963, 3721, 2373, 1304, 3431, 1304, + 4248, 1333, 3359, -1616, 1302, 1300, 1301, 1303, 1304, 2402, + 2565, 4225, 1304, 2406, 4302, 1882, 1883, 4151, 1342, 532, + 1344, 2465, 1346, 1130, 532, 4311, 667, 1304, 532, 3743, + 3210, 2453, 4323, 4181, 1385, 1302, 4095, 2430, 1303, 1302, + 4048, 1124, 1303, 3014, 1304, 1343, 2374, 3625, 4446, 3359, + 1348, 2247, 2065, 3015, 1353, 1349, 1958, 3209, 4048, 1354, + 898, 4722, 2444, 4134, 3607, 2028, -580, 3607, 3607, -581, + 1720, 1414, 1579, 3655, 3656, -1616, 1533, 1427, 1537, 4183, + 1304, 1540, 1545, 2579, 1410, 2049, 657, 1304, 1431, 1300, + 1301, 154, 1437, 1304, 4094, 4743, 4744, 1566, 2152, 4747, + 2334, 3030, 3452, 4137, 3107, 1882, 2393, 1720, 2006, 1300, + 1301, 2432, 2433, 1304, 2089, 1462, 1335, 1304, 3293, 3145, + 1124, 1472, 3390, 667, 657, 4125, 4126, 1173, 1940, 1055, + 657, 2168, 2347, 1300, 1301, 1649, 1649, 3938, 681, 1055, + 1304, 3352, -2596, 3354, 4751, 3012, 1304, 3863, 3862, 564, + 2027, 4761, 1603, 1455, 1720, 1304, 3505, 1300, 1301, 2429, + 2058, 1300, 1301, 1720, 2449, 2450, 1302, 2248, 1117, 1303, + -2597, 1020, 4054, 2980, 2981, -484, 3937, 667, 1304, 667, + 1304, 4057, 667, 667, 3064, 1304, 3168, 2213, 2214, 1981, + 4799, 1304, 1302, 3546, 3547, 1303, 3387, 3388, 667, 2217, + 3857, 2634, 1553, 3394, 3395, 3428, 3476, 2753, 3334, 3411, + 3412, 4542, 1941, 3892, 1300, 1301, 1304, 2113, 2469, 4796, + 1300, 1301, 1941, 3550, 1304, 1378, 2238, 4186, 3437, 2074, + 1300, 1301, 1304, 2815, 3410, 898, 1300, 1301, 2267, 3158, + 2786, 657, 3449, 3450, 2816, 4272, 543, 2732, 2226, 3935, + 2335, 2365, 699, 3163, 699, 4048, -2596, 2750, 1304, 3869, + 2877, 3750, 2580, 3873, 1300, 1301, 1641, 3215, 3272, 1640, + 3824, 1300, 1301, 541, 2123, 4206, 3998, 2367, 584, 3202, + 1673, 1664, 3242, 2751, -2597, 682, 2546, 1604, 2789, 1304, + 683, 4278, 2246, 1304, 4642, 1693, 3367, 1642, 1643, 2400, + 684, 1300, 1301, 2658, 657, 3713, 685, 2749, 2370, 1335, + 3607, 1605, 2371, 532, 1720, 3241, 657, 1465, 1300, 1301, + 2573, 2574, 3429, 3774, 3530, 3566, 2251, 2087, 1815, 2087, + 2087, 1816, -2658, 2805, 2685, 657, 1738, 1528, 2224, 1697, + 2511, 2874, 588, 3091, 3092, 1740, 1677, 544, 2875, 1275, + 4644, 2553, 1747, 898, 1678, 4488, 3169, -2656, 2928, 4684, + 2701, 1892, -2657, 2090, 3902, 1300, 1301, 3477, -2662, 947, + 4197, 1300, 1301, 4198, 1302, 2885, 4303, 1303, 3318, 3866, + 4768, 2239, 2322, 3323, 1941, 1240, 4304, 3580, 3903, 4489, + -1711, 3331, 3332, 964, 1337, 2871, 1511, 3339, 1930, 1118, + 1240, 3036, 2470, 4217, 4218, 4219, 3750, 2585, 2477, 4543, + 3149, 4222, 896, 3049, 4421, 2979, 1300, 1301, 4233, 607, + 1304, 2872, 2090, 2329, 3751, 4142, 1119, 1747, 2870, 4713, + 1926, 1336, 1300, 1301, 4143, 1174, 1300, 1301, 2984, 2985, + 987, 1276, 14, 1971, 2484, 4190, 1304, 2090, 2124, 1876, + 1300, 1301, 691, 3273, 2159, 3551, 3714, 4752, 1302, 4732, + 968, 1303, 667, 4367, 3335, 2372, 2075, 2719, 2720, 1317, + 1701, 616, 2524, 1300, 1301, 4714, 4510, 1902, 1302, 1300, + 1301, 1303, 2778, 2866, 2731, 1512, 1748, 1529, 2554, 1875, + 4195, 4196, 632, 2743, 2744, 1300, 1301, 3367, 3280, 667, + 3367, 3367, 1302, 3752, 1934, 1303, 635, 1961, 2683, 3581, + 1300, 1301, 4544, 667, 2160, 545, 2040, 3367, 667, 657, + 3351, 2688, 2978, 3045, 2691, 2692, 1302, 4173, 1970, 1303, + 1302, 4221, 2988, 1303, 2091, 3367, 4226, 4229, 4231, 4232, + 636, 3726, 2242, 1240, 667, 1505, 1300, 1301, 1300, 1301, + 1300, 1301, 4753, 27, 965, 2949, 2890, 4670, 658, 1300, + 1301, 1770, 667, 3727, 2859, 2860, 2861, 2862, 2502, 3751, + 667, 699, 4144, 1472, 969, 1999, 988, 2002, 4346, 3491, + 1300, 1301, 657, 1302, 4754, 4422, 1303, 896, 291, 1302, + 293, 4899, 1303, 2091, 4700, 4701, 1875, 2092, 2020, 1302, + 4305, 4715, 1303, 3336, 3156, 1302, 3704, -2596, 1303, 657, + 2247, 3746, 1300, 1301, -2658, 2471, 3170, 667, 2091, 2008, + 2252, 2265, 2092, 1472, 1336, 291, 4583, 293, 1304, 657, + -2751, 2472, 657, 1302, 4739, -2597, 1303, 1747, 2119, -2656, + 1302, -2596, 2507, 1303, -2657, 3482, 3483, 3484, 3755, 1927, + -2662, 970, 3430, 638, 988, 2248, 4511, 1190, 667, 667, + 1747, 2323, 2070, 4675, 4510, 1320, 2120, 1940, 2577, -2597, + 1302, 2088, 1928, 1303, 4676, 699, 2215, 1300, 1301, 1300, + 1301, 2109, 2149, 2150, 1300, 1301, 4456, 1302, 667, 2114, + 1303, 3582, 2555, 2334, 1300, 1301, 1300, 1301, 667, 3025, + 1300, 1301, 2161, 2876, 147, 896, 4184, 661, 3137, 4648, + 2134, 1020, 1304, 1747, 4783, 2156, 2669, 2158, 2071, 4582, + 3753, 532, 532, 532, 657, 532, 657, 4355, 2219, 4357, + 3187, 2379, 1304, 2515, 1302, 2165, 532, 1303, 667, -2751, + 1302, 2266, 532, 1303, -1219, 2228, 136, 2153, 2154, 2155, + 2348, 2157, 601, 2706, 2183, 2605, 1304, 2710, 2711, 4536, + 4537, 42, 2166, 657, 2242, 3616, 3616, 3626, 2172, 3628, + 2749, 1834, 3138, 898, 3000, 2380, 3639, 2171, 1817, 4306, + 1304, 1818, 1317, 663, 1304, 1302, 2335, 911, 1303, 148, + 3652, 2877, 48, 2087, 1838, 618, 679, 3663, 3665, 2386, + 3583, 1302, 2360, 2697, 1303, 1302, 667, 667, 1303, 4142, + 3682, 3684, 3686, 291, 2192, 293, 3687, 3665, 4143, 1302, + 1300, 1301, 1303, 4538, 2223, 1300, 1301, 2121, 4347, 667, + 2220, 2221, 2222, 657, 3342, 3894, 1929, 1304, -208, 2516, + 1055, 1677, 1302, 1304, 4511, 1303, 667, 1862, 1302, 1678, + 3188, 1303, 2072, 1304, 3131, 947, 3735, 3738, 3741, 1304, + 2277, 688, 2391, 4773, 1302, 3753, 4777, 1303, 2275, 657, + 687, 3139, 2392, -2140, 149, 1300, 1301, 912, 2396, 1302, + 1300, 1301, 1303, 1945, 657, 1300, 1301, 1304, 2250, 1940, + 1644, 1969, 4677, 1511, 1304, 2193, -1712, 1300, 1301, 619, + 1448, 1300, 1301, 1449, 4354, 1185, 2408, 2346, 2870, 58, + 4531, 3353, 2038, 2415, 1568, 1302, 3552, 1302, 1303, 1302, + 1303, 2280, 1303, 1941, 1304, 1300, 1301, 3448, 1302, 3122, + 4267, 1303, 1300, 1301, 1968, 4268, 1300, 1301, 691, -2292, + -2317, 1304, 3474, 2419, 2281, 1175, 4330, 1440, 913, 1302, + 3140, 4585, 1303, 746, -2437, 4334, 4144, 2039, 1875, 2955, + 2420, 3844, 2486, 63, 1300, 1301, 3518, 1569, 1690, 1691, + 2524, 1327, 1328, 1329, 1330, 1331, 1332, 3806, 1320, 4627, + 704, 1302, 1512, 3704, 1303, 2956, 692, 4842, 1304, 1300, + 1301, 1300, 1301, 2983, 1304, 3222, 1240, 2401, 3225, 3226, + 1608, 3228, 4628, 3290, 3231, 3232, 3845, 2422, 3235, 4525, + 1300, 1301, 2503, 3244, 1735, 1300, 1301, 751, 3248, 3249, + 3250, 3251, 3252, -2140, 3510, 1176, 3256, 3257, 2910, 3259, + 4586, 1300, 1301, 2915, 4469, 3268, 3269, 3270, 3271, 1304, + 3030, 3275, 3276, -2140, 3278, -1826, 1302, 2922, 1302, 1303, + 1450, 1303, 624, 1302, 4470, 1304, 1303, 2468, 2423, 1304, + 2564, -1144, 1055, 1302, -1144, 1302, 1303, 1981, 1303, 1302, + 1981, 706, 1303, 1304, 2427, 1657, 3305, 3212, 2445, 2251, + 1609, 2937, 3195, 1645, 3880, 3881, 709, 1300, 1301, -2292, + -2317, 2493, 3392, 1300, 1301, -1826, 1304, 863, 2247, 2492, + 657, 2884, 1304, 625, -2437, 707, 1300, 1301, 3347, -2292, + -2317, 3882, 657, 667, 4414, 3393, 765, 4416, 1304, 3195, + 3195, 3404, 1300, 1301, -2437, 896, 657, 1300, 1301, 537, + 2490, 1385, 538, 1304, 3056, 2322, 1385, 3414, 2491, 2518, + 2620, 2527, 2527, 4213, 2527, 1941, 4214, 3026, 2994, 2394, + 2528, 2528, 3415, 2528, 1124, 1875, 4074, 699, 3616, 3195, + 853, 1300, 1301, 3661, 962, 3076, 857, 3141, 2551, 1304, + 859, 1304, 1427, 1304, 667, 1300, 1301, 657, 2657, 870, + 626, 657, 1304, 4730, 4731, 1300, 1301, 2364, 2997, 1302, + 4068, 2366, 1303, 3238, 1302, 781, 2490, 1303, 904, 947, + 2381, 1462, 2576, 1304, 3560, 920, 898, 951, 667, 667, + 657, 657, 657, 1300, 1301, 947, 947, 537, -1912, 973, + 538, 2382, 2527, 2527, 2527, 1240, 667, 1300, 1301, 2334, + 2630, 2528, 2528, 2528, 2876, 1304, 2866, 2280, 3241, 1028, + 1009, 667, 2572, 1019, 1302, 2594, 3125, 1303, 3662, 1302, + 2225, 3358, 1303, 2390, 1302, 2640, 2629, 1303, 1024, 3889, + 2281, 1580, 2363, 1337, 657, 1502, 1302, 3126, 953, 1303, + 1302, 2877, 1978, 1303, 1020, 1979, 1440, 4800, 1980, 667, + 1300, 1301, 975, 701, 2368, 2369, 1329, 1330, 1331, 1332, + 1646, 1300, 1301, 1581, 1302, 2242, 1020, 1303, 1646, 3569, + 1304, 1302, 1304, 3127, 1303, 1302, 1068, 1304, 1303, 2595, + 4515, 1075, 993, 3748, 4522, 1612, 2681, 1304, 2404, 1304, + 2405, 1617, 1618, 1304, 965, 2409, 1300, 1301, 3512, 4832, + 1300, 1301, 4834, 1302, 1097, 2413, 1303, 2414, 2596, 2690, + 3802, 3576, 3776, 3777, 3804, 2951, 1582, 2675, 657, 2678, + 3867, 1583, 947, 3498, 3498, 3498, 3498, 1099, 1302, 1098, + 1302, 1303, 2682, 1303, 4850, 3791, 1101, 1300, 1301, 2631, + 1109, 1300, 1301, 2252, 1111, 596, 1112, 2708, 532, 1302, + 1113, 532, 1303, 596, 1302, 537, 2632, 1303, 538, 1114, + 2585, 907, 1300, 1301, 2387, 1337, 1121, 1146, 2633, 3799, + 1302, 1140, -1939, 1303, 2709, 1146, 1300, 1301, 2597, 3376, + 2395, 1337, 810, 3240, 2323, -679, 1146, 1300, 1301, 1149, + 1940, 1159, 2819, -1940, 1533, 1875, 1163, 1300, 1301, 2722, + 3212, 657, 627, 657, 3313, 1167, 1533, 1180, 2729, 2730, + 1300, 1301, 3213, 1304, 2397, 1337, 994, 1187, 1304, 1300, + 1301, 1463, 1647, 1188, 628, 1189, 1302, 2398, 1832, 1303, + 1647, 2418, 1302, 1774, 1191, 1303, 2421, 1192, 1211, 1212, + 1300, 1301, 1193, 3379, 1875, 1302, 3638, 1196, 1303, 1197, + 2634, 947, 3156, 2410, 1337, 4515, 947, 2598, 3571, 3647, + 629, 1302, 4522, -2799, 1303, 1198, 1302, 1199, 1304, 1303, + 1200, -2799, 2879, 1304, 1584, 2882, 1201, 2474, 1304, 1092, + 1093, 1202, 1094, -1939, 1095, 1087, 2424, 2587, 2588, 1203, + 1304, 2436, 1204, 995, 1304, 667, 2455, 1775, 1337, 2976, + 1302, 1205, 3689, 1303, -1940, 4286, 1341, 667, 3356, 1206, + 1970, 3212, 3380, 1282, 1302, 1207, -679, 1303, 1304, 1208, + 630, 1209, 640, 1213, 1302, 1304, 1776, 1303, 896, 1304, + 2999, 3521, 3729, 1440, 2411, 1337, 3386, 1981, 1981, 1981, + 2412, 1337, 1340, 3389, 3735, 4591, 3738, 3396, 3741, 1585, + 1215, 1251, 1302, 1216, 2530, 1303, 2531, 1304, 1345, 2631, + 2280, 1217, 4737, 1055, 1220, 2635, 1302, 2416, 1337, 1303, + 1300, 1301, 4736, 1270, 1394, 3400, 2632, 2594, 3934, 2322, + 3664, 1357, 1304, 2281, 1304, 1221, 1283, 1284, 3101, 1386, + 993, 1222, 4277, 1124, 1124, 1124, 1777, 2965, 1337, 1055, + 667, 1395, 3401, 1304, 2065, 2065, 2065, 1317, 1304, 3447, + 4287, 4288, 4393, 1586, 1223, 4289, 4290, 4291, 1224, 1302, + 3535, 3402, 1303, 1388, 1304, 2995, 3403, 3238, 1225, 667, + 1302, 667, 667, 1303, 2609, 2610, 2611, 2636, 3010, 3011, + 1226, 2595, 3405, 1227, 1774, 1397, 1941, 3205, 3206, 3082, + 1228, 947, 134, 3375, 2369, 667, 1408, 4394, 667, 3378, + 1337, 947, 947, 947, 947, 1302, 1229, 4395, 1303, 1302, + 2596, 2280, 1303, 3852, 2599, 1778, 1124, 1409, 4204, 4209, + 1304, 3348, 4210, 3886, 2876, 1230, 1304, 3578, 1233, 4515, + 4522, -1939, 3406, 1337, 2281, 1234, 3890, 3043, 3408, 1304, + 1235, 4220, 3524, 3525, 3413, 1241, 1302, 4227, 1775, 1303, + 1302, 2087, -1940, 1303, 1242, 1304, 4396, 3416, 3528, 3529, + 1304, 1875, -1939, 3069, 994, 4264, 3608, 3072, 1243, 3518, + 3615, 1302, 1587, 3418, 1303, 2986, -679, 1776, 3420, 2242, + 2597, 667, 667, -1940, 3353, 1302, 1028, 1009, 1303, 1244, + 667, 1245, 2657, 1533, 1304, 135, 1302, 3544, 2088, 1303, + 2088, 2088, -1616, 1246, 4270, 1795, 1302, 1247, 1304, 1303, + 1248, 1588, 3637, 136, 3811, 1337, 1249, 2734, 1304, 1302, + 1252, 3118, 1303, 3120, 1398, 3102, 3422, 667, 1302, 996, + 997, 1303, 999, 1253, 1001, 1407, 3423, 1254, 4453, 4454, + 4455, 995, 1255, 1320, 3832, 3833, 1304, 1777, 1020, 1302, + 4065, 1002, 1303, 1256, -2794, 1875, 291, 3117, 293, 2598, + 1304, -1616, 1681, 3661, 3424, 2585, 1409, 78, 3847, 3848, + 1876, 3239, 1257, 2586, 642, 4497, 4498, 1406, 3796, -1939, + 3161, 3174, 3175, 1258, 137, 532, 1259, 3240, -856, 3930, + 657, 657, 1260, 667, 667, -1616, 1261, 2636, 2323, 1262, + -1940, 4032, 4033, 1263, 1940, 1317, 4034, 4035, 1799, 1264, + 4826, 3166, -1616, 1304, 4036, 4037, 1265, -1616, 4043, 4052, + 1266, 3641, 1267, 3944, 1304, 2322, 1778, 2735, 4069, 1337, + 1415, 3797, 1779, -1939, 3948, 1417, 4590, 3950, 4083, 1337, + 1268, -1616, 3798, 1269, 3198, 3199, 3200, 3201, -1616, 3203, + 3204, -1616, 1273, 4387, -1940, 3501, 3502, -679, -1616, 1304, + 4084, 4085, 4391, 1304, 1274, 3673, 1419, 3674, 138, 1277, + -1616, 4413, 3274, 1278, 2324, -1616, 4415, 4063, 947, 4102, + 4103, 4067, 4240, 1281, -1616, 4236, 4237, 3289, 152, 153, + 1865, 1866, 2587, 2588, 4398, 1285, 1322, 1323, 1423, 3303, + 1304, 4399, 1780, 3312, 1304, 1286, 4366, 1287, -1912, 1288, + -1616, 3675, 1800, 1444, 4339, 4340, 1803, 2594, 4073, 4501, + 3681, 4900, 4075, 1804, 1317, 1304, 4343, 4340, 4427, 4428, + 1289, 2486, 4496, 3529, 1290, 3676, 2589, 3826, 3827, 1304, + 1317, 4400, -1616, 4076, -1616, 719, 4509, 4340, 3319, 3320, + 1304, 3322, -1616, 3324, 3325, 3326, 3327, 3328, 3329, 3330, + 1304, -1616, 3333, 3784, 1339, 3338, -1616, 1441, 4077, 3341, + 1446, 3677, 1456, 1304, -1616, 1474, 2599, 1055, 4078, 1492, + 1774, 2595, 1304, -1616, -1616, 2242, 1307, 1124, 1476, 3478, + -1616, 4351, 4540, 4541, 1494, 2736, 2894, -1616, 2065, 139, + 4447, 1320, 1495, 1304, 1805, 1496, 2737, -1616, 4548, 4549, + 2596, 4550, 4549, 2738, 4401, 1497, -1616, 1500, 3812, -1616, + 4593, 4594, 2895, 1308, -1616, 4649, 3848, 1504, 4360, 2325, + 1505, 2630, 1509, -1616, 1317, 746, 1514, 996, 997, 998, + 999, 1000, 1001, 1779, 1775, 1546, 1019, 1325, 1326, 1327, + 1328, 1329, 1330, 1331, 1332, 1523, 2620, 1556, 1550, 1002, + 1941, 1024, 1807, 4681, 4682, 1551, 3922, -1616, 1555, 3925, + 3926, 1574, 140, 1776, 1575, 1309, 4711, 3529, 2896, 1576, + 2597, 2897, 1577, 1385, 1596, 2518, 4734, 1310, 1600, 2898, + 667, -1616, 750, 3490, 1414, 667, 667, 667, 1601, 751, + -679, -1616, 657, 2229, 2323, 1606, -2794, 1615, 2899, 3496, + 1940, 1616, 2739, 4757, 1624, 3212, 1557, 2230, 4385, 4386, + 1320, 2594, 4402, -1616, 4366, 3043, 667, 3213, 756, 757, + 1623, 4389, 1876, -1616, 4712, 3529, 1320, 141, 4392, -1616, + 2417, 4729, 3206, 1777, 4746, 4340, 1558, 1240, 1626, 4417, + 4418, 667, 667, 667, 1322, 1323, 1631, 667, 1638, 2598, + 4748, 4340, 4749, 4340, 2088, -1616, 3045, 1674, 2296, 2297, + 2631, 4384, 4781, 4782, 3678, 1680, 1311, 4685, 1684, 3151, + 2324, 2296, 2297, 1682, 2310, 2595, 4384, 2632, 1687, 3559, + 4797, 4340, 1688, 4661, -1616, 4663, 1692, 2310, 765, 2633, + 4798, 4340, -2794, 1695, 1808, 1696, -1616, 1704, 2740, 4801, + 4340, 2900, 1706, 4055, 2596, 1705, -1616, 2999, 3679, 1732, + 1810, 1715, 1778, 4804, 3848, 3558, -1616, 1733, -1616, 1743, + 1320, -679, 4527, 1741, 667, 4815, 4816, 640, 3589, 532, + -1616, 3592, 1410, 2630, 1335, 4833, 4340, 657, 4847, 3731, + 657, 3289, 4889, 4890, 1747, -1616, -1616, 4100, 4101, -1616, + -1616, 1754, 776, 1773, 1440, 3586, 1784, 1820, 1831, 1832, + 1856, 1875, 4553, 1322, 1323, 2280, 780, 781, 1833, 4589, + 1873, 2634, 1909, 1055, 2597, 1774, 2231, 3289, -1616, 1322, + 1323, 1893, 1884, 1915, 1935, 3624, 3622, 3289, 2281, 1936, + 1944, 3634, 1949, 3633, 1956, 1325, 1326, 1327, 1328, 1329, + 1330, 1331, 1332, 2312, 2313, 1952, 2901, 1953, 667, 3633, + 1954, 1955, 1957, 1960, 3654, 3658, 2312, 2313, 1959, 1876, + 3670, 3669, 1972, 1973, 1974, 2325, 1975, 3671, 3672, 657, + 2005, 3635, 3636, -1616, 4449, 4104, 2009, 1316, 4592, 1775, + 2014, 3633, 2017, 2019, -1616, -1616, 2022, 2023, 3289, 3695, + 2036, 1559, 2232, 2598, 3708, 2044, 1941, 2045, 2046, 3668, + 2047, 4168, 2053, -2488, 2056, -1616, 2599, -1616, 3189, 2060, + 2061, 3633, 2631, 1322, 1323, 2062, 2063, 2233, 291, 2102, + 293, 1410, 2104, 2105, 1525, 2594, 2635, 947, 3683, 2632, + 3707, 2863, 2106, 2110, -1616, -1616, 2115, 2138, -1616, -1616, + 2151, 2633, 2146, 2594, 4199, 2147, 3685, 4202, 4203, 1440, + 3742, 2174, 1133, 2176, 3745, 1326, 1327, 1328, 1329, 1330, + 1331, 1332, 2175, 2179, 4215, 3214, 2177, 1723, 2180, 1779, + 2181, 548, 1327, 1328, 1329, 1330, 1331, 1332, 3190, 2197, + 2234, -679, 4224, 4609, 4610, 2202, 4612, 2207, -687, 2595, + 1317, 2902, 2216, 1312, 1313, 1314, 4393, 2211, 2636, 2249, + 2227, 802, 2269, 2270, 2284, 4361, 1134, 2595, 4362, 2285, + 2287, 2288, 4471, 2320, 2336, 2338, 3759, 4702, 2596, 808, + 4472, 2344, 2350, 2634, 810, 2352, 1875, 811, 2353, 2354, + 549, 1560, 2376, 2378, 4589, 4564, 2596, 2377, 1533, 2385, + 595, 4394, 1300, 1301, 2383, 4123, 2384, 4473, 3810, 4662, + 2388, 4395, 2630, 1561, 2399, 2394, 3118, 3191, 2403, 2407, + 550, 2903, 2463, 2467, 1325, 1326, 1327, 1328, 1329, 1330, + 1331, 1332, 3760, 2425, 4259, 3761, 2235, 2426, 4758, 642, + 2434, 2431, 2446, 3762, 2435, 2447, 4363, 4364, 2597, 1724, + 2904, 2460, 3117, 1725, 1562, -1912, 1318, 551, 1135, 1317, + 4396, 2594, 3763, 2448, 1726, -1295, 2597, 2473, 3043, 1332, + 2599, 4708, 2483, 4709, 4710, -1441, 4572, 2495, 2498, 1319, + 2504, 2505, 4579, 2521, 1218, 1271, 947, -2133, 2522, 3069, + 3859, 1275, 2552, 3861, 2558, 667, 1720, 2563, 2635, 667, + 1533, 2566, 4641, 2569, 552, 2601, 2606, 3764, 1791, 1792, + 1793, 1794, 1795, 4597, 4598, 2593, 2607, 4601, 4602, 4603, + 4604, 1502, -679, 2608, 2995, 2595, 2613, 2598, 2624, 2625, + 4474, 1020, 1020, 4820, 2639, 4397, 2643, 2645, 1876, 2649, + 2651, 2653, 1317, 3899, 2659, 2598, 1320, 1774, 3910, 2660, + 2661, 2631, 2664, 4635, 2596, 2665, 1898, 657, 2676, 947, + 291, 2680, 293, 2666, 2667, 3765, 152, 153, 2632, 3917, + 2636, 2684, 3891, 2668, 4687, 1875, 2693, 2694, 2696, 3924, + 2633, 2699, 2756, 4885, 2757, 2716, 1875, 3927, 3633, 2698, + 1875, 3289, -856, 2524, 4893, 1875, 1727, 2717, 4885, 2721, + 2723, 667, 4820, 4893, 2724, 3633, 2725, 3289, 3289, 4475, + 2820, 1775, 1796, 1797, 1798, 1799, -826, -826, 2726, 2759, + 2727, 3289, 3633, 2728, 2597, 2824, 2825, -826, 4476, 2829, + -69, 2831, 2834, 3633, 3192, 553, 3633, 2762, 3936, 2835, + 3189, 4698, 4699, 1321, 2836, 2763, 2837, 3942, 3397, 2838, + 4707, 4477, 2839, 2840, 3954, 1320, 2841, 2842, 2843, 2844, + 3953, 2845, 2634, 657, 2846, 4482, 2847, 3766, 4008, 2858, + 3767, 1136, 2765, 4009, 2857, 2848, 2849, 719, 2850, 2851, + 532, 2852, 2853, 2854, 4127, 2855, 1674, 554, 4024, 2766, + 2856, 2865, 152, 153, 1728, 3312, 2880, 2884, 4398, 1322, + 1323, 2888, 2893, 2598, 2917, 4399, 4017, 2916, 555, 2918, + 3190, 2929, 2491, 2930, 947, 1324, 2942, 2964, 2532, 1800, + 2771, 1801, 1802, 1803, 2973, 2974, 2982, 4870, 2991, 3017, + 1804, 2992, 2533, 3003, 152, 153, 3008, 1137, 1320, 1138, + 1899, 3019, 3009, 3021, 2599, 4400, 3458, 3768, 3022, 3023, + 3020, 3032, 3028, 3033, 3034, 3046, 3459, 3047, 2031, 3050, + 4360, 3051, 2599, 3052, 3059, 4567, 3073, 746, 3074, 4154, + 3460, 1302, 3077, 556, 1303, 3078, 4793, 2635, 557, 3079, + 3090, 3083, 3461, 3462, 3463, 3084, 291, 3097, 293, 3191, + 3098, 3099, 3111, 3112, 2534, 2775, 2535, 558, 3114, 3123, + 3124, 3464, 2776, 2123, 2124, 4108, 3133, 3146, 1322, 1323, + 4113, 1805, 3159, 3160, 3162, 1876, 3167, 2777, 4401, 3173, + 3185, 3186, 559, 4089, 750, 3212, 3224, 3229, 3233, 3230, + 1055, 751, 3234, 3237, 3236, 3245, 3246, 3243, 560, 3247, + 3254, 3255, 3260, 3261, 4482, 3266, 4478, 3267, 3277, 2636, + 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 3294, 3306, + 756, 757, 3307, 3315, 3316, 3346, 3317, 2345, 1806, 1807, + 667, 3359, 4158, 4158, 2779, 3350, 3364, 3289, 4896, 3370, + 3372, 947, 3373, 3374, 3381, 3769, 4170, 947, 2536, 3289, + 3289, 1322, 1323, 2780, 3382, 3289, 3435, 3633, 4862, 3425, + 4141, 3289, 3455, 3436, 3457, 3440, 3444, 3446, 3479, 1876, + 3487, 3451, 1533, 3633, 3770, 657, 3454, 3480, 1478, 3485, + 2599, 3492, 3503, 4877, 1448, 3514, 4402, 3504, 1479, 3507, + 765, 3513, 1359, 2756, 3526, 2757, 3520, 3531, 4297, 3523, + 3545, 3549, 1480, 2537, 872, 988, 3561, 3565, 2784, 3562, + 2785, 3573, 3577, 1900, 1481, 1482, 1483, 3572, 2787, 1325, + 1326, 1327, 1328, 1329, 1330, 1331, 1332, -826, -826, 1901, + 2759, 3163, 3588, 1484, 3585, 3574, 3619, 2786, -826, 3640, + 639, 3642, 3709, 2229, 3704, 4246, 3716, 3723, 2762, 3724, + 3728, 3730, 3756, 3731, 776, 3775, 2763, 2230, 3779, 3780, + 3788, 2452, 2088, 3787, 3800, 3430, 3192, 3817, 780, 781, + 3818, 1808, 3819, 667, 3820, 3841, 3835, 3837, 3843, 4242, + 3849, 3465, 3851, 2765, 2585, 1304, 1809, 1810, 3871, 3872, + 2793, 3900, 3905, 3906, 873, 1360, 3908, 1674, 3909, 3466, + 2766, -2726, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, + 3911, 3912, 3919, 3918, 3913, 3941, 3920, 3535, 3933, 3945, + 3952, 1361, 3951, 4011, 1362, 4019, 875, 4012, 640, 4015, + 4018, 2771, 4022, 4023, 4027, 4028, 4031, 4029, 4038, 4041, + 4042, 4439, 876, 4053, 4056, 4058, 4070, 4043, 2794, 2795, + 2796, 4044, 4071, 4060, 3072, 2797, 4061, 4072, 4086, 4325, + 4088, 1363, 4081, 3899, 1990, 4098, -886, 4107, 1991, 4062, + 4066, 2798, 3899, 4080, 2799, 4109, 4120, 4135, 4118, 4158, + 1992, 1364, 4103, -1528, 4130, -1533, 3560, 291, 4138, 293, + 4153, 4160, 3289, 2800, 4139, 4155, 4164, 291, 4176, 293, + 4368, 4171, 4177, 880, 4178, 4185, 2775, 4193, 4369, 657, + 4200, 2802, 3467, 2776, 4201, 4216, 3292, 4374, 4235, 4243, + 4241, 4252, 4228, 4052, 4505, 4269, 2231, 4275, 2777, 4274, + 3468, 881, 2538, 2539, 2540, 4276, 4280, 882, 4281, 4282, + 4283, 947, 3176, 4295, 1365, 4482, 4309, 4299, 4296, 4313, + 4300, 4409, 4315, 1485, 987, 4333, 4335, 4332, 4337, 4419, + 4342, 4420, 4372, 802, 4375, 4411, 4225, 4361, 1366, 4388, + 4362, 1486, 4440, 3602, 4437, 4441, 4442, 883, 4436, 4444, + 4448, 808, 4445, 4450, 4452, 2779, 810, 4461, 4464, 811, + 4483, 4484, 3469, 4485, 4486, 4502, 4493, 4519, 4539, 4495, + 4545, 4508, 2232, 4556, 2780, 4532, 4534, 4557, 4535, 3470, + 4558, 4462, 4559, 4560, 4562, 4563, 4565, 2657, 4570, 4580, + 657, 4568, 4581, 4468, 152, 153, 4596, 2233, 4608, 4599, + 4600, 4611, 851, 4605, 4613, 4614, 4618, 4621, 1791, 1792, + 1793, 1794, 1795, 4643, 4636, 4667, 4666, 4673, 4363, 4364, + 4647, 4650, 4651, 4654, 4657, 4679, 4664, 4668, 4692, 2784, + 4674, 2785, 4686, 947, 4158, 4689, 4704, 945, 2753, 2787, + 2778, -1699, 4762, 1367, 4745, 4763, 2756, 945, 2757, 4764, + 4771, 4784, 1368, 4785, 4786, 4787, 4792, 4789, 947, 4794, + 2234, 4790, 4805, 4795, 1065, 4808, 641, 1369, 4809, 4812, + 4810, 4811, 1487, 3699, 4813, 4836, 4835, 4840, 851, 4843, + 1993, 4863, 4846, 2759, 4858, 1370, 4865, -143, 667, 4861, + 4867, 4869, 4874, 4875, 4886, 4871, 4895, 3121, 3340, 3002, + 886, 2762, 4260, 4262, 4409, 4626, 4261, 1595, 1994, 2763, + 642, 2793, 1796, 1797, 1798, 1799, 1995, 1442, 3604, 1658, + 4336, 4625, 4573, 4577, 4830, 4552, 4728, 4828, 1686, 1371, + 4504, 4254, 1372, 4683, 1488, 610, 2765, 1067, 2603, 3472, + 2514, 4105, 2833, 1166, 3037, 3039, 889, 3038, 3497, 851, + 1674, 1489, 4646, 2766, -1750, 1876, 2235, 557, 2263, 890, + 1996, 2494, 1373, 4524, 2803, 1734, 3947, 3506, 3281, 2794, + 2795, 2796, 4111, 851, 3511, 3842, 2797, 2034, 851, 4691, + 4718, 4463, 4770, 4114, 2771, 4860, 4823, 3072, 4845, 3072, + 4607, 4345, 2798, 643, 2703, 2799, 3279, 4703, 3694, 4163, + 3286, 644, 3701, 4866, 4760, 4000, 3772, 4208, 4547, 4234, + 4769, 1997, 4561, 4551, 2800, 3183, 851, 4266, 3427, 1800, + 3803, 1801, 1802, 1803, 4831, 3805, 4158, 950, 4158, 4158, + 1804, 3801, 2802, 851, 648, 4658, 649, 4802, 4733, 4803, + 4634, 893, 4353, 4645, 4518, 4640, 2198, 4390, 3693, 1694, + 291, 3283, 293, 3150, 4371, 3055, 1620, 2823, 4672, 2775, + 4766, 4180, 2321, 894, 2276, 895, 2776, 2575, 3489, 3029, + 3836, 3080, 4437, 2972, 4566, 1518, 4436, 851, 851, 851, + 851, 2777, 4759, 2646, 1637, 1510, 3813, 2909, 4468, 851, + 2907, 3453, 3177, 3868, 4671, 1830, 3106, 3442, 667, 4620, + 2999, 3103, 4499, 4824, 1772, 4030, 4825, 4082, 2989, 4727, + 3807, 1805, 4188, 4328, 2204, 3688, 2205, 3539, 657, 4827, + 4326, 3537, 4327, 2878, 1377, 4584, 650, 4696, 4697, 2007, + 2051, 3027, 3062, 4116, 3854, 4741, 3855, 3893, 2779, 2343, + 4767, 1186, 2686, 1081, 4158, 4158, 1061, 2163, 4158, 4718, + 2687, 3147, 1670, 4829, 1064, 655, 4192, 2780, 4279, 3840, + 2059, 2508, 4859, 4487, 4868, 851, 4894, 4897, 1806, 1807, + 4615, 4740, 1280, 4822, 3858, 4555, 4577, 2108, 3132, 3888, + 1876, 945, 945, 1022, 1023, 945, 2671, 2466, 3130, 3129, + 2557, 2069, 2209, 983, 1493, 1998, 4451, 3018, 3075, 4460, + 1499, 667, 3712, 1106, 985, 851, 1107, 3473, 1108, 2212, + 0, 0, 2784, 0, 2785, 0, 0, 945, 0, 0, + 0, 0, 2787, 0, 0, 0, 0, 0, 4778, 4779, + 1661, 1662, 1663, 0, 0, 0, 0, 0, 0, 4158, + 0, 0, 1359, 0, 2291, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 4898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 2794, 2795, 2796, 0, 667, 4888, 2793, 2797, 0, 0, + 0, 0, 0, 0, 667, 4888, 0, 0, 0, 0, 3312, 3312, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 2798, 0, 0, 2799, 0, 2294, 0, - 2295, 2296, 2297, 2298, 2299, 0, 2300, 2301, 2302, 2303, - 2304, 2305, 2306, 2307, 2308, 2800, 2309, 2310, 2311, 0, - 0, 1360, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 2802, 2794, 2795, 2796, 0, 0, 0, - 0, 2797, 0, 0, 0, 0, 0, 1361, 0, 0, - 1362, 0, 0, 0, 0, 0, 0, 2798, 0, 0, - 2799, 0, 0, 0, 0, 0, 0, 0, 0, 1876, - 0, 0, 0, 0, 0, 0, 667, 0, 0, 2800, - 1876, 0, 0, 4864, 1876, 0, 0, 1363, 0, 1876, - 0, 0, 0, 3177, 0, 0, 0, 2802, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1364, 0, 0, - 0, 0, 0, 291, 851, 293, 0, 851, 945, 0, + 0, 0, 0, 0, 2793, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1791, 1792, 1793, 1794, 1795, 0, 0, 0, - 0, 0, 851, 851, 0, 0, 2312, 2313, 0, 0, + 0, 1808, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1809, 1810, 0, 0, + 2292, 0, 2293, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1360, 0, 0, 0, 0, + 0, 0, 2794, 2795, 2796, 0, 0, 0, 0, 2797, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1876, + 0, 1361, 0, 0, 1362, 2798, 667, 0, 2799, 0, + 1876, 0, 0, 4864, 1876, 0, 0, 0, 0, 1876, + 2294, 0, 2295, 2296, 2297, 2298, 2299, 2800, 2300, 2301, + 2302, 2303, 2304, 2305, 2306, 2307, 2308, 0, 2309, 2310, + 2311, 1363, 0, 0, 851, 2802, 0, 851, 945, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1364, 0, 0, 0, 0, 0, 291, 0, 293, + 0, 0, 851, 851, 0, 0, 0, 0, 0, 0, 0, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 0, 0, 0, 0, 0, 0, 0, - 1365, 851, 851, 0, 851, 851, 0, 0, 0, 851, + 0, 851, 851, 0, 851, 851, 0, 0, 0, 851, 851, 0, 0, 851, 851, 851, 851, 0, 851, 851, - 851, 0, 0, 0, 1366, 0, 0, 851, 851, 0, + 851, 0, 0, 0, 1365, 0, 0, 851, 851, 0, 851, 851, 851, 851, 851, 0, 0, 851, 851, 851, - 851, 851, 851, 851, 851, 851, 851, 851, 0, 851, + 851, 851, 851, 851, 851, 851, 851, 851, 1366, 851, 0, 0, 851, 851, 0, 0, 0, 851, 0, 0, - 0, 851, 851, 851, 0, 0, 1796, 1797, 1798, 1799, + 0, 851, 851, 851, 0, 0, 0, 0, 2312, 2313, 0, 2752, 0, 851, 851, 851, 0, 2753, 0, 2754, 0, 2755, 851, 0, 0, 0, 0, 0, 0, 851, 851, 851, 851, 2756, 0, 2757, 0, 0, 0, 0, 851, 851, 851, 0, 851, 851, 851, 851, 851, 0, 851, 851, 851, 851, 851, 851, 851, 851, 0, 0, - 0, 851, 851, 0, 0, 2758, 0, 0, 0, 1367, - 2759, 2760, 0, 0, 0, 0, 2761, 0, 1368, 0, - 0, 0, 0, 0, 0, 0, 0, 1359, 2762, 0, - 0, 0, 0, 1369, 0, 0, 2763, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 2764, 0, 0, 0, - 0, 1370, 0, 1800, 0, 1801, 1802, 1803, 0, 0, - 0, 0, 0, 2765, 1804, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1674, 0, 0, + 0, 851, 851, 0, 0, 2758, 0, 0, 0, 0, + 2759, 2760, 0, 0, 0, 0, 2761, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 2762, 0, + 0, 0, 0, 1367, 0, 0, 2763, 0, 0, 0, + 0, 0, 1368, 0, 0, 0, 2764, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1369, 0, 0, + 0, 0, 0, 2765, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1370, 0, 1674, 0, 0, 2766, 0, 0, 0, 0, 0, 0, 851, 0, 2767, - 2768, 0, 0, 0, 0, 1371, 0, 2769, 1372, 0, + 2768, 0, 0, 0, 0, 0, 0, 2769, 0, 0, 0, 0, 0, 851, 0, 2770, 0, 0, 0, -965, - 0, 2771, 0, 0, 0, 0, 0, 0, 0, 0, - 1083, 2772, 0, 0, 0, 0, 0, 0, 1373, 0, - 1360, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 2773, 0, 0, 0, 1805, 0, 537, 0, 0, - 538, 0, 0, 0, 0, 0, 1361, 0, 0, 1362, + 0, 2771, 0, 0, 0, 0, 0, 0, 0, 1371, + 1083, 2772, 1372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 291, 0, 293, + 0, 2773, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1373, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 537, 0, 0, 538, 0, 0, 291, 0, 293, 0, 0, 851, 0, 2774, 0, 2775, 0, 0, 0, - 0, 1165, 0, 2776, 0, 0, 1363, 851, 0, 3955, - 3956, 0, 1806, 1807, 0, 3957, 0, 3958, 2777, 3959, - 3960, 0, 0, 0, 851, 0, 1364, 0, 0, 0, - 1194, 0, 291, 0, 293, 0, 3759, 0, 0, 0, + 0, 1165, 0, 2776, 0, 0, 0, 851, 0, 3955, + 3956, 0, 0, 0, 0, 3957, 0, 3958, 2777, 3959, + 3960, 0, 0, 0, 851, 0, 0, 0, 0, 0, + 1194, 0, 0, 0, 0, 0, 3759, 0, 0, 0, 0, 0, 2778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1232, 0, 0, 0, 0, 0, 0, 2779, 0, 0, 0, 0, - 0, 851, 0, 0, 0, 1250, 0, 0, 0, 1365, + 0, 851, 0, 0, 0, 1250, 0, 0, 0, 0, 0, 0, 3961, 0, 2780, 3962, 0, 0, 2781, 0, 0, 0, 0, 3963, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1366, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1294, 0, 0, 0, 0, 2782, 0, 0, 3965, 0, 2783, 0, 0, 0, 0, 0, 0, 2784, - 0, 2785, 0, 0, 0, 1808, 2786, 0, 0, 2787, + 0, 2785, 0, 0, 0, 0, 2786, 0, 0, 2787, 0, 0, 0, 0, 0, 3966, 0, 3967, 0, 0, - 1809, 1810, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3968, 3969, 0, 0, 0, 0, 0, 0, 945, 2788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2789, 2790, 2791, 2792, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1416, 1367, 0, - 0, 0, 0, 0, 0, 3970, 0, 1368, 0, 851, + 0, 0, 0, 0, 0, 0, 0, 1416, 0, 0, + 0, 0, 0, 0, 0, 3970, 0, 0, 0, 851, 0, 2793, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1369, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3971, 0, 0, 1447, 0, 0, - 1370, 0, 0, 3972, 3973, 0, 3974, 0, 0, 0, + 0, 0, 0, 3972, 3973, 0, 3974, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2794, 2795, 2796, 0, 0, 0, 0, 2797, 0, 0, 0, - 3975, 3976, 3977, 0, 1371, 0, 0, 1372, 0, 0, + 3975, 3976, 3977, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2798, 0, 0, 2799, 0, 0, 0, 3978, 3979, 3980, 0, 0, 0, 0, 0, 3981, 0, 0, - 3982, 0, 0, 0, 2800, 0, 0, 1373, 0, 2801, + 3982, 0, 0, 0, 2800, 0, 0, 0, 0, 2801, 0, 0, 0, 851, 851, 851, 3983, 3984, 0, 0, 0, 0, 2802, 0, 0, 0, 0, 0, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -5398,68 +5398,68 @@ static const yytype_int16 yytable[] = 851, 0, 851, 0, 851, 851, 0, 851, 851, 0, 0, 0, 851, 851, 851, 0, 0, 0, 851, 851, 851, 0, 851, 2187, 851, 0, 851, 0, 851, 0, - 851, 0, 2756, 0, 2757, 851, 0, 0, 0, 0, + 851, 0, 0, 0, 0, 851, 0, 0, 0, 0, 0, 2794, 2795, 2796, 0, 0, 0, 0, 2797, 0, - 0, 0, 851, 0, 0, 0, 1046, 0, 0, 851, - 0, 0, 851, 0, 2798, 0, 0, 2799, 851, 2759, - 0, 851, 0, 0, 0, 851, 0, 0, 0, 0, - 0, 0, 1047, 0, 0, 0, 2800, 2762, 0, 0, - 0, 0, 0, 1048, 1049, 2763, 0, 1050, 1051, 0, - 0, 0, 0, 0, 2802, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1052, 0, - 0, 0, 2765, 0, 0, 0, 0, 0, 0, 945, - 0, 0, 0, 0, 0, 0, 1674, 0, 0, 2766, - 0, 0, 0, 0, 0, 945, 945, 851, 0, 851, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1053, 0, 0, 0, - 2771, 2355, 0, 0, 0, 0, 0, 0, 0, 1054, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 851, 0, 0, 3691, 1046, 0, 0, 851, + 0, 2753, 851, 2754, 2798, 0, 0, 2799, 851, 0, + 0, 851, 0, 0, 0, 851, 0, 2756, 0, 2757, + 0, 0, 1047, 0, 0, 0, 2800, 0, 0, 0, + 0, 0, 0, 1048, 1049, 0, 0, 1050, 1051, 0, + 0, 0, 0, 0, 2802, 0, 0, 0, 0, 2758, + 0, 0, 0, 0, 2759, 0, 0, 0, 1052, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 945, + 0, 0, 2762, 0, 0, 0, 0, 0, 0, 0, + 2763, 0, 0, 0, 0, 945, 945, 851, 0, 851, + 2764, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1053, 2765, 0, 0, + 0, 2355, 0, 0, 0, 0, 0, 0, 0, 1054, + 0, 1674, 0, 0, 2766, 0, 0, 0, 0, 0, + 0, 0, 0, 2767, 0, 0, 0, 0, 0, 0, + 0, 3692, 0, 0, 0, 0, 0, 0, 0, 2770, + 0, 0, -2532, 0, 0, 2771, 1055, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 851, 0, 0, + 0, 0, 0, 0, 1056, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2773, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, -2532, 0, 0, 0, 1055, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 851, 0, 0, - 0, 0, 0, 0, 1056, 0, 291, 0, 293, 0, - 0, 0, 0, 0, 0, 2775, 0, 0, 0, 0, - 0, 0, 2776, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 2777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 945, 0, 0, 2438, 2440, 2442, 0, 0, - 0, 0, -2532, 0, 0, 0, 0, 0, 0, 0, + 0, 291, 945, 293, 0, 2438, 2440, 2442, 0, 0, + 2775, 0, -2532, 0, 0, 0, 0, 2776, 0, 0, 1057, 0, 0, 2818, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 3196, 0, 0, 0, - 0, 0, 0, 0, 2779, 0, 2475, 0, 3196, 3196, - 0, 0, 0, 0, 0, 2480, 0, 2481, 0, 0, - 0, 0, 0, 2780, 0, 0, 0, 0, 0, 0, + 0, 0, 2777, 0, 0, 0, 3196, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2475, 0, 3196, 3196, + 0, 0, 0, 0, 0, 2480, 2778, 2481, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 2779, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 2780, 0, + 2818, 0, 2781, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 2818, 0, 0, 0, 0, 0, 0, 0, 2784, 0, - 2785, 0, 0, 0, 0, 0, 0, 0, 2787, 0, 0, 945, 0, 0, 0, 0, 945, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 3196, 3196, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 2571, 0, + 0, 0, 0, 0, 0, 0, 2783, 0, 0, 0, + 0, 0, 0, 2784, 0, 2785, 3196, 3196, 0, 0, + 0, 0, 0, 2787, 0, 0, 0, 0, 2571, 0, 0, 0, 0, 0, 0, 0, 0, 2584, 0, 0, 0, 851, 0, 0, 0, 851, 0, 0, 0, 0, - 2793, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 2621, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2621, 0, 0, 2790, 0, 0, 851, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 851, 0, 0, 0, 0, 0, 2144, - 0, 0, 851, 0, 851, 0, 851, 0, 2794, 2795, - 2796, 0, 0, 0, 0, 2797, 0, 0, 0, 0, + 0, 0, 0, 851, 0, 2793, 0, 0, 0, 2144, + 0, 0, 851, 0, 851, 0, 851, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2670, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 2798, 0, 0, 2799, 0, 851, 2679, 0, 0, + 0, 0, 0, 0, 0, 0, 851, 2679, 0, 0, 0, 851, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 2800, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 2802, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 2794, 2795, 2796, 0, 0, 0, 0, + 2797, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2798, 0, 0, 2799, 0, 945, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 945, 945, 945, 945, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 945, 945, 945, 945, 0, 0, 0, 2800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2802, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -11430,562 +11430,562 @@ static const yytype_int16 yycheck[] = 36, 40, 1738, 140, 4, 547, 0, 661, 44, 1024, 1507, 47, 962, 1057, 1185, 1256, 52, 2264, 661, 2107, 2108, 549, 550, 59, 1507, 553, 554, 555, 2264, 863, - 558, 559, 560, 766, 1033, 1379, 1547, 582, 2361, 45, - 1427, 718, 2502, 1307, 566, 926, 927, 592, 3070, 2589, - 2373, 1315, 1120, 1450, 2786, 1709, 3244, 1707, 1120, 1058, - 566, 2854, 1685, 1643, 109, 2003, 959, 1077, 2969, 3084, - 2714, 3576, 1430, 109, 1351, 1316, 1317, 3290, 600, 1320, - 1321, 1322, 1323, 1967, 1325, 1326, 1327, 1328, 1329, 1330, - 1331, 1332, 700, 1620, 600, 703, 3111, 1222, 1675, 135, - 2463, 137, 1576, 139, 140, 141, 2264, 612, 151, 2262, - 615, 1734, 2112, 2374, 3113, 146, 2061, 151, 151, 2752, - 2262, 151, 1596, 2629, 2754, 2720, 3856, 137, 2758, 139, - 1604, 1605, 2638, 3245, 2694, 3443, 13, 2337, 2337, 2769, - 3442, 13, 1152, 2731, 3103, 822, 823, 824, 3909, 3368, - 18, 2781, 17, 18, 20, 2743, 2744, 834, 3715, 3376, - 2895, 2896, 3538, 2743, 2744, 20, 2901, 37, 2903, 50, - 27, 22, 75, 20, 18, 27, 17, 18, 116, 3555, - 17, 18, 21, 164, 2337, 83, 37, 136, 2327, 31, - 13, 1106, 1107, 17, 18, 2337, 67, 39, 84, 13, - 51, 2075, 132, 22, 132, 2459, 2868, 17, 18, 63, - 20, 62, 63, 33, 4140, 17, 18, 1059, 3182, 17, - 18, 111, 201, 17, 18, 198, 2101, 2898, 198, 34, - 204, 22, 27, 49, 164, 1150, 164, 1191, 1192, 1193, - 198, 87, 54, 62, 63, 66, 37, 152, 277, 3657, - 326, 17, 18, 129, 1208, 73, 237, 72, 54, 196, - 51, 4349, 17, 18, 17, 18, 70, 218, 46, 132, - 2254, 62, 63, 2861, 2862, 204, 17, 18, 12, 405, - 371, 2861, 2862, 332, 118, 3661, 67, 1241, 83, 212, - 1244, 73, 379, 17, 18, 59, 164, 3213, 247, 138, - 237, 164, 132, 3943, 17, 18, 471, 3223, 150, 164, - 151, 1265, 1266, 89, 166, 1269, 183, 193, 39, 432, - 381, 387, 9, 17, 18, 17, 18, 486, 237, 437, - 404, 83, 1286, 1287, 170, 24, 20, 495, 237, 867, - 706, 13, 13, 844, 39, 2244, 222, 3852, 408, 17, - 18, 17, 18, 3352, 153, 408, 372, 288, 565, 284, - 13, 284, 17, 18, 22, 13, 446, 556, 565, 597, - 559, 166, 4692, 17, 18, 4695, 197, 201, 609, 37, - 13, 926, 927, 158, 201, 930, 243, 3057, 259, 184, - 172, 243, 530, 51, 4155, 3935, 136, 631, 9, 201, - 586, 136, 144, 219, 62, 63, 37, 241, 1685, 565, - 72, 565, 4139, 584, 17, 18, 292, 962, 160, 241, - 2747, 4148, 33, 609, 11, 659, 564, 658, 659, 566, - 658, 4161, 63, 622, 571, 201, 634, 254, 313, 3109, - 17, 18, 75, 198, 369, 419, 3063, 527, 243, 162, - 657, 1109, 512, 1111, 1112, 1113, 1114, 1734, 389, 512, - 657, 1354, 478, 600, 321, 275, 2635, 17, 18, 321, - 20, 17, 18, 974, 455, 147, 147, 367, 259, 69, - 232, 380, 234, 1623, 592, 4025, 175, 645, 1221, 294, - 419, 565, 363, 859, 147, 371, 4816, 623, 657, 147, - 665, 222, 223, 1236, 191, 1398, 455, 1522, 164, 545, - 664, 263, 247, 1347, 563, 21, 368, 3220, 631, 295, - 556, 386, 495, 3931, 389, 1540, 321, 222, 223, 3227, - 566, 567, 3077, 3078, 3079, 571, 536, 486, 574, 4179, - 370, 590, 679, 3241, 3242, 386, 455, 1052, 389, 636, - 17, 18, 588, 287, 66, 3253, 196, 17, 18, 650, - 511, 428, 386, 1171, 600, 389, 1163, 362, 491, 4657, - 388, 1570, 608, 368, 1573, 575, 386, 355, 1577, 389, - 1579, 657, 618, 589, 386, 559, 3545, 389, 386, 494, - 3549, 389, 386, 659, 2747, 389, 417, 237, 4103, 2110, - 629, 1494, 638, 367, 665, 2747, 388, 1675, 1607, 1608, - 1609, 295, 612, 1675, 3515, 615, 506, 204, 1163, 619, - 386, 2244, 278, 389, 201, 661, 557, 663, 432, 468, - 559, 386, 138, 386, 389, 481, 389, 3177, 3602, 2262, - 3615, 1534, 1319, 679, 689, 386, 1379, 2805, 389, 454, - 462, 75, 3553, 689, 603, 691, 1198, 1199, 529, 1336, - 1937, 631, 386, 479, 700, 389, 462, 703, 2868, 2868, - 706, 608, 645, 386, 1915, 546, 389, 713, 2552, 2061, - 659, 504, 663, 1225, 622, 1926, 3348, 486, 1929, 541, - 504, 1233, 386, 1235, 386, 389, 4622, 389, 540, 3615, - 598, 659, 3290, 589, 2327, 1247, 1248, 1249, 657, 2183, - 1720, 3627, 588, 1255, 2337, 2868, 2970, 2061, 386, 561, - 386, 389, 537, 389, 2863, 862, 2868, 3643, 3644, 576, - 766, 386, 576, 663, 389, 663, 17, 18, 17, 18, - 621, 583, 386, 609, 595, 389, 541, 1355, 432, 1664, - 631, 2689, 1406, 2628, 657, 578, 576, 3974, 4134, 3347, - 1602, 2745, 616, 631, 1714, 546, 637, 3347, 619, 17, - 18, 4532, 624, 4534, 4535, 640, 595, 598, 620, 4336, - 657, 4157, 658, 386, 1909, 657, 389, 657, 4007, 625, - 645, 827, 659, 829, 1748, 663, 3528, 662, 645, 640, - 663, 833, 659, 640, 595, 639, 657, 659, 663, 386, - 2036, 650, 389, 4115, 4122, 609, 640, 2344, 854, 855, - 856, 3933, 858, 859, 860, 630, 862, 1349, 864, 624, - 640, 4133, 419, 2732, 870, 659, 386, 1445, 640, 389, - 386, 1495, 640, 389, 565, 855, 640, 659, 183, 659, - 860, 1685, 1495, 628, 864, 861, 658, 1465, 657, 865, - 658, 659, 661, 603, 659, 659, 1371, 3882, 603, 136, - 565, 907, 17, 18, 640, 537, 1013, 922, 1015, 631, - 1834, 1018, 1019, 3210, 1838, 640, 922, 640, 924, 4650, - 4651, 923, 928, 4654, 61, 3894, 4272, 1034, 1556, 640, - 1734, 2551, 2990, 658, 2640, 658, 659, 3524, 1862, 3612, - 17, 18, 3871, 3872, 504, 960, 640, 658, 659, 386, - 1574, 966, 389, 959, 960, 3641, 386, 640, 440, 389, - 966, 1574, 3101, 3102, 658, 1106, 1107, 595, 1115, 526, - 3535, 2521, 3640, 2881, 4674, 2883, 640, 3922, 640, 35, - 3925, 3926, 636, 953, 377, 91, 3044, 615, 616, 183, - 377, 645, 468, 375, 658, 659, 658, 2244, 608, 202, - 1475, 1007, 640, 629, 640, 277, 402, 1013, 37, 1015, - 247, 3521, 1018, 1019, 4745, 640, 3531, 1645, 1646, 1643, - 658, 659, 658, 659, 581, 261, 640, 421, 1034, 1657, - 17, 18, 1524, 658, 659, 146, 3922, 663, 379, 3925, - 3926, 129, 4742, 3573, 658, 659, 183, 4623, 1524, 377, - 187, 3937, 17, 18, 226, 3760, 54, 869, 17, 18, - 2968, 198, 486, 3280, 3769, 622, 161, 640, 1696, 3545, - 186, 1077, 3637, 3549, 3280, 83, 171, 377, 1679, 4064, - 2327, 466, 1052, 457, 1054, 658, 659, 3210, 3691, 377, - 2337, 4130, 3692, 640, 17, 18, 1102, 278, 3210, 1101, - 377, 280, 1115, 657, 377, 17, 18, 1108, 148, 108, - 1116, 1115, 1115, 4082, 13, 1115, 201, 245, 154, 133, - 640, 3762, 198, 428, 640, 1140, 254, 1103, 1104, 1832, - 17, 18, 258, 2118, 1140, 386, 148, 386, 389, 2732, - 389, 119, 658, 1149, 122, 2769, 1152, 2010, 3379, 961, - 1642, 480, 3280, 164, 2747, 3009, 2703, 2624, 3073, 2626, - 2627, 3131, 556, 27, 2178, 1171, 1181, 258, 386, 1149, - 2208, 389, 4518, 2626, 2627, 1181, 2208, 130, 3348, 3348, - 279, 2044, 2045, 282, 401, 289, 580, 533, 2399, 237, - 2204, 1298, 355, 330, 368, 17, 18, 400, 254, 1714, - 2169, 2568, 559, 640, 292, 2346, 387, 3540, 963, 27, - 640, 287, 4687, 2182, 377, 1221, 2185, 2186, 455, 83, - 331, 277, 659, 4168, 232, 3348, 234, 463, 1335, 659, - 1236, 2559, 449, 657, 428, 295, 3348, 4583, 313, 253, - 2474, 13, 1349, 134, 115, 349, 2690, 295, 147, 486, - 17, 18, 4828, 3958, 370, 263, 3961, 17, 18, 17, - 18, 657, 2840, 3949, 392, 657, 659, 278, 2480, 2481, - 2863, 386, 659, 1380, 389, 2868, 361, 659, 278, 1285, - 665, 1928, 4168, 371, 313, 659, 3991, 3992, 3993, 2269, - 385, 428, 1298, 565, 3999, 636, 475, 2225, 2226, 252, - 503, 4006, 607, 174, 344, 27, 432, 1309, 4050, 386, - 17, 18, 389, 486, 2242, 3956, 3957, 17, 18, 2589, - 184, 427, 3963, 2251, 2252, 3966, 3967, 1082, 204, 1335, - 429, 659, 344, 204, 1340, 17, 18, 17, 18, 17, - 18, 432, 3983, 1349, 17, 18, 1453, 12, 1354, 1355, - 17, 18, 427, 2564, 659, 391, 3997, 629, 2061, 659, - 4001, 4002, 4003, 4004, 4005, 537, 603, 0, 486, 367, - 1948, 659, 432, 1379, 1380, 147, 17, 18, 2473, 243, - 428, 4564, 659, 2880, 90, 441, 659, 387, 2483, 640, - 6, 640, 1398, 565, 2322, 2323, 2324, 2325, 4660, 386, - 1406, 1371, 389, 1418, 295, 1411, 112, 1413, 659, 3029, - 659, 2973, 1418, 607, 17, 18, 597, 1524, 4601, 4602, - 657, 386, 640, 4898, 389, 243, 2696, 386, 1434, 504, - 389, 486, 486, 537, 2696, 17, 18, 17, 18, 1445, - 2244, 659, 659, 3351, 60, 129, 609, 1453, 132, 1419, - 624, 17, 18, 1468, 4493, 164, 4495, 321, 4641, 1465, - 4445, 645, 1468, 386, 462, 133, 389, 583, 133, 564, - 2048, 3021, 3022, 3023, 386, 17, 18, 389, 1134, 1135, - 278, 434, 1957, 599, 657, 2732, 55, 4229, 1494, 1495, - 4232, 3431, 1498, 1377, 2141, 3435, 494, 66, 362, 386, - 588, 1507, 389, 321, 368, 1475, 1647, 17, 18, 193, - 3940, 1517, 17, 18, 17, 18, 17, 18, 1524, 1525, - 545, 243, 659, 2327, 1180, 640, 243, 4290, 1534, 2543, - 658, 556, 3094, 2337, 4526, 1642, 152, 414, 222, 657, - 1546, 1547, 134, 419, 659, 1560, 2132, 1562, 419, 4707, - 174, 1557, 1558, 1559, 1560, 1561, 1562, 4171, 1665, 4173, - 586, 4520, 495, 640, 386, 1571, 1572, 389, 1574, 376, - 2062, 4442, 1578, 4835, 4836, 1682, 636, 1557, 1558, 1559, - 201, 1561, 659, 2211, 1599, 253, 2062, 2215, 2216, 387, - 543, 569, 1572, 1599, 572, 3219, 3220, 404, 1578, 321, - 4363, 4364, 657, 657, 191, 215, 661, 1577, 292, 21, - 650, 651, 652, 653, 654, 655, 2863, 3210, 629, 386, - 46, 2868, 389, 3090, 502, 495, 386, 651, 386, 389, - 251, 389, 224, 2200, 658, 2498, 1642, 1643, 219, 665, - 652, 653, 654, 655, 367, 105, 368, 3225, 17, 18, - 526, 368, 663, 640, 1669, 4165, 17, 18, 133, 1665, - 1666, 1667, 1668, 1669, 2860, 2703, 4368, 3575, 1552, 1553, - 4629, 2703, 659, 3251, 3252, 640, 1682, 541, 586, 386, - 267, 640, 389, 264, 2669, 2200, 386, 371, 559, 389, - 1705, 537, 129, 565, 659, 364, 365, 129, 1704, 1705, - 659, 645, 292, 295, 386, 581, 386, 389, 386, 389, - 581, 389, 645, 386, 1720, 284, 389, 640, 1688, 386, - 651, 3073, 389, 601, 447, 166, 138, 658, 640, 155, - 17, 18, 665, 738, 739, 1741, 659, 1743, 17, 18, - 4354, 2882, 17, 18, 2607, 386, 622, 659, 389, 365, - 3107, 622, 2986, 640, 215, 3348, 4049, 665, 565, 3073, - 624, 193, 17, 18, 2056, 643, 387, 83, 241, 17, - 18, 617, 659, 17, 18, 645, 645, 2697, 17, 18, - 367, 371, 631, 386, 244, 657, 389, 25, 3058, 657, - 2653, 264, 1933, 17, 18, 665, 3058, 665, 17, 18, - 261, 261, 243, 657, 386, 665, 386, 389, 813, 389, - 659, 665, 232, 273, 234, 431, 13, 433, 640, 541, - 386, 17, 18, 389, 541, 2753, 1832, 1833, 2756, 2757, - 2477, 2759, 432, 2818, 2762, 2763, 4346, 659, 2766, 495, - 17, 18, 1949, 2771, 386, 17, 18, 389, 2776, 2777, - 2778, 2779, 2780, 453, 3050, 292, 2784, 2785, 2370, 2787, - 292, 17, 18, 2375, 628, 2793, 2794, 2795, 2796, 874, - 3490, 2799, 2800, 640, 2802, 198, 386, 2389, 201, 389, - 640, 386, 640, 386, 389, 386, 389, 1893, 389, 489, - 2031, 219, 659, 17, 18, 355, 18, 2521, 215, 659, - 2524, 659, 624, 455, 588, 254, 2826, 624, 17, 18, - 235, 2423, 17, 18, 17, 18, 232, 377, 234, 17, - 18, 1936, 136, 17, 18, 274, 387, 368, 2732, 1935, - 1936, 17, 18, 640, 371, 631, 264, 235, 2866, 371, - 640, 186, 1948, 1949, 215, 17, 18, 263, 20, 142, - 147, 381, 659, 17, 18, 2062, 1962, 115, 640, 659, - 640, 1967, 640, 659, 287, 568, 1972, 640, 50, 1975, - 2077, 1986, 1987, 640, 1989, 251, 658, 2544, 2490, 659, - 1986, 1987, 3277, 1989, 2608, 3255, 659, 1957, 3612, 645, - 199, 201, 659, 3255, 2561, 2608, 614, 44, 2013, 640, - 17, 18, 2017, 2495, 2010, 52, 4564, 2013, 2115, 665, - 470, 2017, 3307, 4627, 4628, 17, 18, 386, 659, 2495, - 389, 556, 17, 18, 559, 386, 494, 224, 389, 2544, - 295, 2046, 2047, 247, 505, 17, 18, 640, 2044, 2045, - 2046, 2047, 2048, 4601, 4602, 2560, 2561, 556, 17, 18, - 559, 505, 2067, 2068, 2069, 2061, 2062, 245, 640, 2863, - 640, 2067, 2068, 2069, 2868, 658, 254, 225, 3692, 486, - 495, 2077, 2042, 2674, 640, 284, 235, 659, 663, 659, - 17, 18, 542, 4641, 492, 2100, 2092, 3568, 2674, 17, - 18, 13, 241, 659, 2100, 3070, 658, 659, 640, 386, - 541, 3348, 389, 241, 2110, 616, 3026, 386, 619, 2115, - 389, 386, 241, 622, 389, 559, 658, 1122, 609, 364, - 365, 17, 18, 45, 665, 370, 2132, 17, 18, 3143, - 640, 386, 17, 18, 389, 640, 559, 640, 386, 640, - 604, 389, 386, 3355, 526, 389, 2152, 386, 658, 556, - 389, 588, 559, 658, 174, 658, 588, 658, 17, 18, - 369, 2453, 386, 657, 4746, 389, 6, 386, 659, 2184, - 389, 3156, 3384, 3385, 665, 158, 98, 2147, 2184, 2149, - 3149, 103, 2697, 624, 3541, 3036, 3037, 3038, 3039, 3052, - 386, 576, 2168, 389, 129, 3407, 659, 17, 18, 606, - 105, 17, 18, 129, 392, 17, 18, 2213, 2214, 386, - 657, 2217, 389, 665, 386, 657, 4798, 389, 659, 4801, - 645, 779, 632, 633, 17, 18, 17, 18, 657, 3425, - 386, 17, 18, 389, 2214, 393, 17, 18, 1069, 20, - 665, 455, 657, 801, 1075, 1076, 404, 17, 18, 659, - 34, 4833, 2267, 411, 2361, 3525, 814, 815, 193, 2229, - 657, 2267, 386, 2269, 2831, 389, 2373, 193, 2238, 2239, - 586, 640, 486, 201, 658, 659, 657, 386, 129, 640, - 389, 386, 657, 386, 389, 486, 389, 222, 386, 658, - 657, 389, 386, 609, 657, 389, 222, 658, 657, 486, - 386, 85, 657, 389, 3574, 657, 3234, 494, 609, 62, - 63, 2826, 3574, 657, 386, 81, 2831, 389, 657, 3247, - 73, 12, 386, 520, 521, 389, 523, 1399, 525, 3624, - 1402, 657, 2338, 1405, 256, 2341, 168, 657, 583, 244, - 474, 179, 193, 626, 627, 542, 629, 556, 631, 657, - 559, 657, 510, 640, 599, 2361, 261, 292, 659, 2466, - 657, 640, 657, 3658, 665, 640, 292, 2373, 273, 386, - 3073, 658, 389, 205, 3669, 17, 18, 3672, 162, 658, - 658, 659, 565, 658, 386, 640, 541, 389, 2495, 603, - 2497, 386, 640, 3313, 389, 657, 640, 3021, 3022, 3023, - 657, 640, 179, 658, 386, 4463, 2698, 389, 657, 331, - 658, 657, 613, 614, 658, 657, 640, 386, 244, 658, - 389, 640, 4639, 557, 115, 257, 613, 614, 562, 658, - 659, 197, 4638, 609, 658, 261, 371, 269, 3634, 658, - 657, 292, 133, 657, 640, 371, 2738, 273, 606, 386, - 355, 657, 389, 3077, 3078, 3079, 657, 83, 386, 657, - 2466, 389, 658, 640, 3077, 3078, 3079, 657, 640, 2981, - 657, 657, 606, 395, 568, 241, 658, 659, 658, 659, - 3081, 658, 657, 174, 640, 2491, 658, 657, 622, 2495, - 386, 2497, 2498, 389, 657, 18, 386, 83, 264, 389, - 657, 386, 658, 4339, 389, 658, 659, 4343, 418, 2616, - 657, 3026, 657, 204, 657, 2521, 640, 657, 2524, 474, - 371, 3036, 3037, 3038, 3039, 657, 358, 386, 61, 657, - 389, 640, 657, 3518, 658, 640, 3160, 640, 658, 659, - 166, 657, 640, 3557, 3348, 2837, 640, 3160, 384, 658, - 2842, 568, 556, 658, 640, 658, 3570, 2563, 2850, 2851, - 658, 658, 659, 377, 2856, 470, 386, 657, 640, 389, - 386, 4038, 658, 389, 386, 576, 640, 389, 81, 658, - 659, 3851, 657, 2589, 657, 4038, 3214, 2593, 657, 3851, - 3218, 129, 514, 386, 658, 386, 389, 288, 389, 18, - 386, 2607, 2608, 389, 3745, 386, 13, 657, 389, 657, - 2616, 657, 2719, 2720, 658, 659, 386, 243, 2624, 389, - 2626, 2627, 37, 640, 657, 148, 658, 659, 658, 659, - 414, 553, 3233, 299, 300, 401, 58, 542, 640, 658, - 659, 2647, 129, 2649, 470, 640, 68, 2653, 63, 315, - 183, 417, 436, 588, 187, 193, 658, 243, 640, 657, - 82, 657, 588, 658, 657, 198, 658, 659, 2674, 657, - 3780, 640, 94, 95, 96, 3945, 658, 2647, 4514, 213, - 658, 659, 657, 3945, 222, 4521, 20, 2651, 472, 658, - 2696, 113, 658, 659, 197, 4319, 4320, 658, 659, 657, - 2706, 2716, 2717, 640, 119, 2711, 193, 122, 62, 63, - 2716, 2717, 640, 2719, 2720, 130, 542, 657, 35, 658, - 659, 658, 377, 658, 66, 158, 159, 657, 419, 148, - 4788, 2711, 3038, 3039, 149, 222, 362, 588, 241, 81, - 147, 3239, 368, 657, 640, 232, 657, 234, 532, 657, - 640, 93, 658, 659, 292, 640, 4462, 662, 658, 659, - 66, 264, 658, 657, 2734, 2735, 2736, 2737, 658, 2739, - 2740, 105, 659, 658, 657, 81, 362, 657, 444, 445, - 657, 640, 368, 657, 318, 319, 657, 93, 657, 323, - 324, 325, 2798, 297, 657, 299, 300, 330, 3313, 658, - 148, 492, 4014, 658, 659, 292, 162, 2813, 658, 659, - 657, 315, 438, 645, 646, 647, 657, 224, 657, 2825, - 640, 344, 657, 2829, 640, 237, 4178, 657, 640, 657, - 164, 148, 657, 371, 657, 526, 512, 252, 658, 4326, - 52, 4899, 658, 658, 127, 663, 658, 640, 289, 640, - 52, 2992, 438, 3762, 640, 197, 666, 129, 659, 640, - 132, 203, 196, 384, 198, 658, 557, 658, 2838, 2839, - 640, 2841, 658, 2843, 2844, 2845, 2846, 2847, 2848, 2849, - 377, 215, 2852, 3395, 371, 2855, 220, 201, 658, 2859, - 480, 197, 377, 148, 597, 428, 20, 203, 50, 241, - 658, 659, 278, 237, 28, 1273, 1274, 3531, 201, 3016, - 244, 333, 4748, 4749, 417, 541, 652, 251, 3531, 658, - 659, 193, 264, 658, 659, 344, 494, 261, 665, 351, - 505, 622, 173, 129, 3226, 241, 3228, 254, 3450, 273, - 444, 445, 357, 3235, 278, 658, 659, 230, 657, 73, - 222, 658, 659, 287, 198, 541, 537, 3249, 264, 83, - 277, 658, 659, 556, 3256, 3257, 3567, 593, 658, 659, - 512, 129, 658, 659, 497, 498, 3083, 3269, 3270, 3271, - 518, 3567, 537, 3275, 3276, 289, 3614, 658, 659, 3617, - 3618, 658, 659, 658, 659, 165, 344, 193, 624, 254, - 658, 659, 92, 3009, 198, 3011, 659, 593, 132, 659, - 3016, 658, 659, 3028, 3020, 3021, 3022, 3023, 658, 659, - 292, 355, 3028, 3315, 3316, 3317, 222, 344, 378, 3035, - 658, 659, 552, 659, 658, 193, 658, 659, 624, 658, - 659, 164, 464, 377, 4396, 3051, 3052, 364, 365, 132, - 588, 334, 3058, 387, 3963, 338, 118, 3966, 3967, 401, - 482, 664, 345, 6, 222, 3973, 3974, 3073, 383, 3977, - 117, 3077, 3078, 3079, 3983, 417, 4, 3083, 497, 498, - 658, 659, 485, 207, 3090, 419, 4297, 502, 3996, 344, - 622, 4201, 4001, 254, 4002, 659, 292, 4584, 401, 371, - 59, 588, 658, 659, 658, 659, 4216, 162, 232, 3115, - 234, 417, 83, 520, 521, 522, 523, 524, 525, 447, - 91, 665, 544, 659, 441, 648, 649, 650, 651, 652, - 653, 654, 655, 73, 292, 542, 470, 3244, 63, 561, - 264, 658, 659, 426, 3436, 3115, 1987, 118, 1989, 497, - 498, 4059, 4348, 13, 3160, 3483, 3484, 572, 3173, 3165, - 494, 3176, 658, 3455, 658, 659, 628, 3173, 658, 659, - 3176, 3177, 658, 515, 147, 371, 658, 659, 658, 659, - 497, 498, 658, 659, 4104, 3165, 601, 658, 659, 658, - 659, 4461, 658, 659, 119, 166, 513, 122, 10, 4461, - 659, 484, 658, 659, 39, 130, 658, 3213, 542, 515, - 658, 659, 665, 371, 658, 3224, 3222, 3223, 658, 129, - 665, 3230, 132, 3229, 149, 657, 2067, 2068, 2069, 648, - 649, 650, 651, 652, 653, 654, 655, 277, 3244, 3245, - 364, 365, 497, 498, 3250, 3254, 370, 658, 659, 3255, - 3265, 3260, 665, 377, 3826, 3827, 598, 3266, 3267, 3265, - 377, 3231, 3232, 597, 4278, 3832, 166, 664, 4464, 194, - 241, 3277, 289, 289, 608, 609, 289, 289, 3284, 3285, - 14, 52, 289, 193, 3290, 289, 659, 122, 659, 3259, - 645, 3919, 598, 417, 129, 629, 129, 631, 556, 132, - 4208, 3307, 650, 651, 652, 653, 654, 655, 657, 4217, - 231, 645, 222, 235, 284, 659, 588, 3832, 4226, 201, - 3290, 402, 294, 4231, 658, 659, 663, 252, 662, 663, - 659, 648, 649, 650, 651, 652, 653, 654, 655, 4259, - 3346, 576, 129, 626, 3350, 132, 659, 576, 666, 320, - 401, 186, 576, 645, 659, 198, 629, 659, 193, 642, - 193, 603, 254, 115, 659, 665, 490, 73, 339, 191, - 104, 659, 659, 4483, 4484, 537, 4486, 254, 148, 255, - 554, 652, 292, 205, 188, 198, 537, 222, 223, 222, - 659, 362, 588, 648, 649, 650, 651, 652, 653, 654, - 655, 173, 136, 509, 406, 179, 193, 4603, 204, 174, - 143, 657, 20, 405, 659, 658, 4686, 56, 152, 659, - 86, 628, 88, 83, 4686, 4410, 604, 608, 3535, 354, - 588, 659, 357, 201, 652, 222, 658, 97, 3444, 4549, - 174, 658, 658, 658, 178, 267, 3452, 269, 658, 4202, - 4203, 203, 658, 658, 658, 201, 190, 292, 659, 292, - 651, 371, 4215, 658, 4031, 657, 132, 657, 4664, 4222, - 658, 148, 658, 658, 598, 658, 597, 659, 658, 213, - 4233, 4234, 3452, 659, 495, 658, 658, 655, 657, 241, - 156, 657, 657, 137, 658, 565, 659, 105, 3504, 659, - 659, 4611, 565, 4613, 4614, 292, 4426, 241, 565, 434, - 576, 233, 4432, 247, 233, 242, 4031, 659, 657, 3525, - 3526, 356, 251, 3529, 548, 3531, 192, 12, 657, 3535, - 3637, 366, 4517, 13, 213, 370, 371, 201, 371, 361, - 659, 177, 565, 4471, 4472, 475, 659, 4475, 4476, 4477, - 4478, 4526, 215, 287, 3560, 28, 164, 496, 665, 657, - 198, 3567, 3568, 4774, 198, 657, 275, 658, 3574, 665, - 541, 659, 659, 3579, 344, 201, 665, 254, 3593, 665, - 427, 659, 602, 4511, 371, 494, 557, 3593, 659, 4104, - 198, 198, 659, 377, 416, 377, 353, 526, 485, 3608, - 73, 148, 3572, 526, 4589, 4875, 266, 215, 526, 3615, - 83, 526, 220, 4875, 526, 105, 4886, 3619, 3624, 377, - 4890, 3627, 198, 131, 4886, 4895, 657, 568, 4890, 659, - 645, 3637, 4843, 4895, 288, 3641, 244, 3643, 3644, 645, - 4548, 604, 4550, 251, 645, 645, 105, 572, 645, 645, - 645, 3657, 3658, 261, 645, 645, 645, 645, 645, 132, - 645, 645, 645, 3669, 645, 273, 3672, 344, 3638, 645, - 278, 4599, 4600, 609, 162, 250, 601, 3647, 588, 287, - 4608, 645, 342, 645, 3699, 645, 420, 645, 645, 645, - 3696, 665, 658, 3699, 250, 4301, 665, 658, 3704, 7, - 486, 576, 576, 3709, 658, 115, 440, 367, 658, 658, - 3716, 658, 658, 658, 448, 659, 658, 665, 3724, 471, - 576, 645, 456, 636, 659, 3731, 645, 497, 498, 395, - 565, 665, 83, 659, 569, 284, 3716, 572, 50, 89, - 492, 4033, 645, 4035, 4259, 4037, 97, 355, 583, 657, - 17, 18, 486, 588, 244, 588, 591, 4867, 657, 232, - 657, 234, 576, 515, 174, 499, 500, 657, 384, 377, - 430, 261, 645, 439, 201, 201, 201, 177, 659, 387, - 659, 390, 261, 273, 261, 244, 50, 220, 341, 4081, - 141, 264, 565, 4085, 204, 4422, 565, 344, 258, 3906, - 432, 588, 261, 371, 659, 335, 4726, 559, 7, 657, - 562, 419, 197, 377, 273, 650, 651, 551, 118, 118, - 497, 498, 81, 645, 646, 647, 576, 401, 401, 401, - 143, 241, 262, 557, 262, 3841, 401, 557, 143, 58, - 3846, 401, 50, 401, 403, 3851, 598, 581, 450, 68, - 401, 401, 663, 3823, 606, 401, 123, 124, 125, 126, - 127, 215, 470, 82, 657, 355, 526, 657, 657, 603, - 665, 605, 657, 652, 4480, 94, 95, 96, 288, 649, - 650, 651, 652, 653, 654, 655, 494, 377, 252, 252, - 657, 364, 365, 657, 113, 658, 355, 370, 658, 658, - 3906, 657, 3908, 3909, 377, 658, 657, 3913, 4893, 658, - 39, 4426, 659, 432, 659, 266, 3922, 4432, 658, 3925, - 3926, 665, 658, 658, 652, 3931, 384, 3933, 4848, 377, - 3900, 3937, 657, 237, 542, 658, 279, 401, 659, 3945, - 454, 350, 4049, 3949, 417, 3951, 659, 658, 665, 201, - 497, 498, 261, 4873, 261, 387, 658, 658, 432, 645, - 227, 228, 229, 230, 659, 659, 466, 657, 4109, 630, - 118, 648, 649, 650, 651, 652, 653, 654, 655, 401, - 470, 235, 264, 264, 665, 28, 657, 30, 576, 597, - 217, 342, 659, 122, 663, 4287, 4288, 4289, 50, 658, - 129, 609, 659, 658, 414, 657, 488, 658, 631, 419, - 658, 470, 275, 364, 365, 4021, 367, 490, 468, 62, - 63, 629, 65, 631, 182, 287, 213, 565, 155, 271, - 73, 659, 4038, 658, 658, 486, 261, 645, 659, 261, - 83, 512, 377, 4049, 635, 657, 657, 657, 91, 4019, - 658, 659, 542, 658, 662, 663, 659, 186, 658, 264, - 264, 471, 659, 659, 193, 631, 658, 334, 657, 336, - 337, 338, 20, 415, 377, 118, 377, 83, 345, 430, - 240, 198, 492, 542, 198, 198, 278, 4688, 658, 132, - 568, 658, 135, 222, 223, 658, 658, 658, 371, 63, - 252, 648, 649, 650, 651, 652, 653, 654, 655, 341, - 658, 4258, 266, 658, 333, 658, 658, 427, 658, 386, - 659, 18, 389, 166, 4130, 598, 384, 631, 251, 4135, - 657, 659, 351, 4139, 658, 75, 665, 609, 658, 609, - 657, 419, 4148, 659, 481, 657, 20, 557, 658, 4155, - 179, 132, 562, 609, 132, 559, 657, 413, 657, 426, - 657, 87, 4168, 292, 504, 151, 132, 665, 37, 371, - 4185, 581, 659, 341, 181, 526, 144, 658, 4187, 4185, - 264, 565, 565, 565, 559, 280, 251, 4193, 657, 232, - 613, 234, 609, 609, 4335, 658, 606, 659, 241, 377, - 383, 658, 657, 528, 619, 248, 317, 619, 177, 475, - 465, 4726, 622, 658, 658, 4821, 483, 484, 659, 64, - 263, 4223, 384, 603, 547, 50, 50, 356, 161, 4235, - 50, 4237, 466, 657, 371, 251, 657, 657, 657, 657, - 15, 370, 371, 657, 4250, 377, 603, 132, 4250, 264, - 20, 264, 370, 645, 631, 531, 200, 177, 657, 143, - 143, 567, 166, 482, 28, 50, 30, 50, 50, 198, - 657, 657, 398, 366, 371, 614, 657, 320, 548, 658, - 658, 4296, 658, 657, 657, 657, 657, 4394, 163, 659, - 4296, 658, 657, 4299, 287, 12, 339, 658, 62, 63, - 66, 65, 547, 384, 657, 66, 6, 50, 657, 73, - 50, 657, 12, 657, 14, 141, 198, 658, 151, 83, - 5, 659, 377, 377, 658, 544, 658, 91, 28, 603, - 30, 384, 440, 4848, 4340, 384, 136, 582, 659, 475, - 658, 233, 561, 4635, 658, 157, 264, 592, 50, 477, - 237, 394, 371, 396, 118, 657, 494, 2651, 4873, 626, - 60, 404, 659, 934, 609, 65, 4037, 2504, 132, 2857, - 4033, 135, 1054, 640, 641, 642, 4508, 4035, 623, 3206, - 4153, 1107, 4625, 83, 4506, 4795, 4791, 4333, 4394, 1131, - 4578, 91, 4027, 52, 610, 1972, 2060, 3009, 3833, 695, - 2289, 101, 166, 1179, 4406, 3036, 2560, 1691, 1937, 4524, - 2562, 2561, 4345, 2812, 3667, 2264, 3046, 3845, 118, 3051, - 3504, 1450, 4428, 4429, 4594, 4395, 4297, 4690, 3848, 4843, - 4782, 4821, 132, 476, 2208, 135, 565, 4480, 4162, 2805, - 569, 3284, 3913, 572, 144, 3287, 4668, 4856, 2813, 694, - 3376, 3703, 152, 3974, 583, 4461, 4381, 4007, 4406, 588, - 160, 4688, 591, 4394, 4046, 2719, 166, 2956, 232, 3432, - 234, 3435, 3427, 718, 4797, 84, 84, 241, 723, 4748, - 4621, 4749, 4169, 4521, 248, 4630, 4514, 4493, 4340, 4495, - 4216, 534, 535, 536, 2812, 3280, 196, 4604, 541, 263, - 1081, 1144, 1616, 4191, 2693, 2583, 2269, 4682, 1731, 3932, - 3028, 2046, 1705, 277, 557, 2551, 761, 560, 3491, 2612, - 1098, 650, 651, 991, 2460, 4421, 4532, 4668, 4534, 4535, - 2106, 3452, 232, 778, 234, 4541, 579, 1004, 2369, 4666, - 4510, 241, 2992, 2365, 1236, 2634, 3543, 2639, 248, 4786, - 2974, 4498, 4322, 3731, 597, 4787, 320, 3807, 4564, 1208, - 2484, 3945, 3437, 263, 1636, 3090, 4137, 1636, 3276, 4449, - 4790, 3083, 4578, 4136, 4136, 339, 4578, 822, 823, 824, - 825, 2338, 84, 1468, 1418, 2545, 3851, 287, 4594, 834, - 3520, 2588, 3519, 3574, 4564, 4686, 621, 1741, 4604, 714, - 4707, 609, 2687, 109, 1115, 2179, 609, 2180, 1960, 4624, - 1565, 3951, 4085, 1476, 3494, 4841, 659, 4307, 4624, 4859, - 320, 4895, 811, 4490, 869, 4890, 1517, 4597, 4598, 4396, - 394, 3525, 396, 2672, 608, 4641, 1890, 608, 3567, 339, - 404, 2665, 2135, 343, 4650, 4651, 2664, 2017, 4654, 4790, - 1496, 600, 150, 4794, 978, 4285, 1642, 2607, 2524, 4292, - 1408, 3011, 601, 3292, 1107, 910, 985, 1644, 645, 645, - 645, 4641, 1107, 4780, -1, -1, 4682, -1, 1107, -1, - 4686, 926, 927, -1, -1, 930, -1, 387, -1, -1, - -1, -1, -1, -1, 394, -1, 396, -1, -1, -1, - -1, 4707, -1, -1, 404, 950, -1, -1, -1, -1, - -1, -1, 476, -1, -1, -1, -1, 962, 37, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 4698, 4699, - -1, -1, -1, -1, -1, -1, -1, -1, 236, 4745, - 238, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 450, -1, -1, -1, -1, 4896, -1, -1, -1, -1, + 558, 559, 560, 766, 718, 959, 1427, 582, 1547, 45, + 1379, 2786, 2361, 926, 927, 1685, 2969, 592, 1307, 2731, + 2854, 3244, 2589, 3070, 2373, 1709, 1315, 1707, 1120, 566, + 1620, 2743, 2744, 2003, 109, 3084, 1120, 1643, 2502, 3576, + 2714, 1222, 1430, 109, 1351, 1316, 1317, 566, 1077, 1320, + 1321, 1322, 1323, 3290, 1325, 1326, 1327, 1328, 1329, 1330, + 1331, 1332, 3111, 600, 1734, 1450, 1576, 612, 1967, 135, + 615, 137, 2463, 139, 140, 141, 2112, 2895, 2896, 2262, + 1675, 600, 2061, 2901, 3538, 2903, 1596, 2264, 2374, 146, + 700, 151, 3113, 703, 1604, 1605, 151, 137, 2752, 139, + 2337, 3555, 2720, 3856, 2694, 2262, 151, 2337, 822, 823, + 824, 3442, 151, 2629, 2754, 3245, 3443, 18, 2758, 3368, + 834, 13, 2638, 1152, 3909, 3213, 13, 3103, 27, 2769, + 20, 3715, 20, 54, 20, 3223, 1191, 1192, 1193, 21, + 66, 2781, 1033, 3376, 17, 18, 17, 18, 13, 2861, + 2862, 75, 37, 1208, 2337, 17, 18, 31, 39, 17, + 18, 63, 20, 33, 116, 39, 18, 1058, 27, 1059, + 2459, 1106, 1107, 84, 17, 18, 2244, 132, 3615, 54, + 2337, 158, 2747, 2075, 22, 136, 1241, 2327, 2868, 1244, + 83, 17, 18, 2101, 83, 2743, 2744, 183, 3182, 37, + 377, 198, 2898, 196, 72, 196, 118, 3661, 69, 164, + 1265, 1266, 152, 51, 1269, 1150, 4130, 198, 226, 326, + 204, 46, 91, 27, 62, 63, 381, 17, 18, 20, + 39, 1286, 1287, 66, 17, 18, 67, 22, 377, 375, + 17, 18, 50, 4349, 237, 37, 237, 212, 13, 132, + 277, 3657, 37, 377, 379, 22, 138, 70, 371, 402, + 17, 18, 3220, 164, 17, 18, 51, 166, 2676, 204, + 4623, 197, 218, 280, 164, 432, 150, 62, 63, 278, + 4660, 237, 471, 191, 405, 201, 258, 17, 18, 237, + 89, 12, 379, 17, 18, 62, 63, 706, 2973, 486, + 237, 261, 17, 18, 9, 132, 474, 486, 132, 867, + 502, 963, 21, 2861, 2862, 3852, 408, 844, 565, 284, + 136, 3935, 284, 565, 34, 17, 18, 17, 18, 241, + 13, 3352, 17, 18, 3057, 61, 2254, 164, 17, 18, + 164, 222, 223, 232, 243, 234, 609, 295, 609, 4140, + 565, 926, 927, 556, 565, 930, 559, 597, 586, 267, + 144, 151, 631, 17, 18, 631, 651, 2056, 364, 365, + 4155, 17, 18, 658, 263, 201, 160, 72, 1685, 17, + 18, 609, 201, 584, 243, 67, 3109, 962, 387, 557, + 659, 241, 75, 659, 562, 27, 659, 658, 659, 566, + 1354, 183, 665, 606, 571, 17, 18, 369, 4161, 601, + 657, 4025, 133, 222, 223, 657, 313, 275, 658, 3094, + 512, 1109, 321, 1111, 1112, 1113, 1114, 1734, 259, 138, + 1082, 247, 2840, 600, 170, 419, 17, 18, 606, 243, + 17, 18, 428, 380, 1398, 361, 164, 974, 201, 664, + 859, 643, 22, 1623, 622, 4835, 4836, 183, 1221, 367, + 432, 187, 321, 198, 3077, 3078, 3079, 37, 475, 368, + 657, 201, 198, 1236, 631, 4828, 665, 1522, 657, 545, + 428, 51, 659, 1347, 419, 3922, 191, 370, 3925, 3926, + 556, 417, 62, 63, 87, 1540, 295, 2635, 495, 455, + 566, 567, 623, 463, 295, 571, 536, 1052, 574, 3063, + 665, 636, 679, 386, 657, 386, 389, 321, 389, 237, + 659, 313, 588, 659, 166, 3931, 491, 3615, 386, 537, + 355, 389, 363, 3227, 600, 659, 1163, 650, 565, 3627, + 1494, 462, 608, 386, 198, 575, 389, 3241, 3242, 636, + 657, 4657, 618, 589, 494, 3643, 3644, 565, 427, 3253, + 386, 1171, 3515, 389, 2747, 511, 4103, 17, 18, 3545, + 20, 2110, 638, 3549, 2244, 559, 75, 259, 3290, 4493, + 1534, 4495, 612, 1675, 294, 615, 468, 462, 1163, 619, + 2747, 1675, 2262, 17, 18, 661, 386, 663, 597, 389, + 3553, 243, 629, 386, 330, 1319, 389, 440, 183, 386, + 3177, 243, 389, 679, 689, 608, 1379, 608, 3602, 432, + 277, 607, 1336, 689, 559, 691, 1198, 1199, 2805, 386, + 1937, 2868, 389, 386, 700, 3347, 389, 703, 2868, 504, + 706, 432, 541, 504, 1915, 3210, 428, 713, 645, 2061, + 631, 628, 603, 1225, 3612, 1926, 386, 2327, 1929, 389, + 2552, 1233, 386, 1235, 2732, 389, 540, 2337, 3348, 537, + 622, 386, 598, 2183, 389, 1247, 1248, 1249, 589, 1570, + 4134, 2970, 1573, 1255, 565, 2868, 1577, 561, 1579, 321, + 576, 1720, 2061, 1748, 386, 862, 386, 389, 529, 389, + 766, 386, 428, 4157, 389, 598, 576, 386, 663, 583, + 389, 2868, 1602, 578, 616, 546, 1607, 1608, 1609, 2689, + 2628, 609, 1406, 2863, 576, 624, 368, 639, 1909, 1664, + 631, 4168, 386, 657, 1714, 389, 368, 455, 659, 504, + 386, 3974, 631, 389, 454, 1355, 620, 4532, 386, 4534, + 4535, 389, 4336, 3528, 2344, 645, 565, 595, 4007, 645, + 659, 827, 663, 829, 2453, 657, 609, 640, 650, 640, + 657, 833, 657, 663, 386, 17, 18, 389, 640, 1834, + 2036, 619, 640, 1838, 4115, 658, 659, 603, 854, 855, + 856, 662, 858, 859, 860, 4122, 862, 640, 864, 3347, + 659, 659, 4133, 3933, 870, 386, 637, 1862, 389, 386, + 595, 1495, 389, 621, 640, 855, 659, 3225, 4272, 657, + 860, 1685, 1495, 631, 864, 861, 1371, 2745, 595, 865, + 1349, 4622, 658, 3882, 3922, 1445, 663, 3925, 3926, 663, + 659, 907, 537, 3251, 3252, 636, 1013, 922, 1015, 3937, + 640, 1018, 1019, 428, 645, 1465, 922, 640, 924, 17, + 18, 923, 928, 640, 546, 4650, 4651, 1034, 1556, 4654, + 1734, 2551, 2990, 3894, 2640, 658, 659, 659, 568, 17, + 18, 658, 659, 640, 153, 960, 73, 640, 481, 625, + 1574, 966, 387, 959, 960, 3871, 3872, 59, 368, 541, + 966, 1574, 659, 17, 18, 1106, 1107, 3641, 1115, 541, + 640, 2881, 164, 2883, 54, 2521, 640, 3535, 3531, 108, + 630, 4674, 421, 953, 659, 640, 3044, 17, 18, 659, + 1475, 17, 18, 659, 658, 659, 386, 2244, 332, 389, + 164, 1007, 3760, 658, 659, 663, 3640, 1013, 640, 1015, + 640, 3769, 1018, 1019, 3521, 640, 49, 1645, 1646, 1643, + 4745, 640, 386, 3101, 3102, 389, 658, 659, 1034, 1657, + 3524, 355, 629, 658, 659, 21, 404, 12, 111, 658, + 659, 202, 624, 3573, 17, 18, 640, 1524, 186, 4742, + 17, 18, 624, 377, 640, 869, 437, 3943, 2968, 154, + 17, 18, 640, 3280, 658, 1524, 17, 18, 1696, 2698, + 401, 1077, 658, 659, 3280, 4064, 288, 659, 1679, 3637, + 2327, 659, 1052, 466, 1054, 595, 278, 3210, 640, 3545, + 2337, 129, 607, 3549, 17, 18, 1102, 3691, 146, 1101, + 457, 17, 18, 634, 258, 615, 616, 659, 657, 2738, + 1116, 1108, 3692, 3210, 278, 1115, 2010, 556, 449, 640, + 1115, 4082, 2732, 640, 4518, 1140, 3762, 1103, 1104, 1832, + 1115, 17, 18, 2118, 1140, 24, 1115, 2747, 659, 73, + 4168, 580, 659, 1149, 659, 2769, 1152, 961, 17, 18, + 2044, 2045, 138, 3379, 3073, 3131, 27, 2624, 119, 2626, + 2627, 122, 377, 3280, 2178, 1171, 1181, 495, 2703, 1149, + 3009, 3348, 480, 2626, 2627, 1181, 2208, 389, 3348, 565, + 4520, 295, 13, 1642, 2208, 530, 219, 377, 2399, 4583, + 2204, 1298, 377, 486, 9, 17, 18, 565, 377, 1714, + 3958, 17, 18, 3961, 386, 2346, 161, 389, 2837, 3540, + 4687, 592, 83, 2842, 624, 1221, 171, 130, 33, 564, + 201, 2850, 2851, 134, 659, 3348, 198, 2856, 1335, 563, + 1236, 2559, 370, 3991, 3992, 3993, 129, 486, 172, 400, + 2690, 3999, 1349, 2568, 486, 2474, 17, 18, 4006, 533, + 640, 3348, 486, 2863, 292, 245, 590, 13, 2868, 215, + 35, 388, 17, 18, 254, 367, 17, 18, 2480, 2481, + 251, 657, 136, 1380, 1928, 3949, 640, 486, 432, 1285, + 17, 18, 665, 331, 289, 609, 175, 367, 386, 4629, + 313, 389, 1298, 4179, 367, 659, 391, 2225, 2226, 148, + 2269, 559, 659, 17, 18, 261, 83, 1309, 386, 17, + 18, 389, 287, 184, 2242, 287, 147, 645, 432, 2589, + 3956, 3957, 657, 2251, 2252, 17, 18, 3963, 659, 1335, + 3966, 3967, 386, 371, 1340, 389, 0, 1377, 2169, 252, + 17, 18, 503, 1349, 349, 557, 1453, 3983, 1354, 1355, + 2880, 2182, 2473, 2564, 2185, 2186, 386, 586, 2061, 389, + 386, 3997, 2483, 389, 657, 4001, 4002, 4003, 4004, 4005, + 164, 90, 243, 1379, 1380, 278, 17, 18, 17, 18, + 17, 18, 462, 247, 295, 201, 568, 4564, 645, 17, + 18, 147, 1398, 112, 2322, 2323, 2324, 2325, 1948, 292, + 1406, 1371, 392, 1418, 427, 1411, 387, 1413, 657, 3029, + 17, 18, 1418, 386, 494, 657, 389, 1524, 232, 386, + 234, 4898, 389, 657, 4601, 4602, 2696, 661, 1434, 386, + 385, 387, 389, 506, 2696, 386, 665, 629, 389, 1445, + 2244, 3351, 17, 18, 659, 583, 479, 1453, 657, 1419, + 321, 133, 661, 1468, 388, 232, 4445, 234, 640, 1465, + 278, 599, 1468, 386, 4641, 629, 389, 13, 376, 659, + 386, 663, 1957, 389, 659, 3021, 3022, 3023, 371, 254, + 659, 504, 468, 414, 387, 2732, 263, 2141, 1494, 1495, + 13, 362, 1498, 55, 83, 344, 404, 368, 2048, 663, + 386, 1507, 277, 389, 66, 1475, 1647, 17, 18, 17, + 18, 1517, 1552, 1553, 17, 18, 4290, 386, 1524, 1525, + 389, 434, 636, 2327, 17, 18, 17, 18, 1534, 2543, + 17, 18, 537, 2337, 199, 1642, 3940, 645, 129, 4526, + 1546, 1547, 640, 13, 4707, 1560, 2132, 1562, 13, 4442, + 588, 1557, 1558, 1559, 1560, 1561, 1562, 4171, 1665, 4173, + 133, 659, 640, 372, 386, 1571, 1572, 389, 1574, 387, + 386, 253, 1578, 389, 174, 1682, 133, 1557, 1558, 1559, + 658, 1561, 46, 2211, 1599, 2062, 640, 2215, 2216, 4363, + 4364, 455, 1572, 1599, 243, 3219, 3220, 3226, 1578, 3228, + 3210, 147, 193, 2062, 2498, 659, 3235, 1577, 569, 564, + 640, 572, 148, 215, 640, 386, 2863, 134, 389, 284, + 3249, 2868, 486, 3090, 147, 408, 645, 3256, 3257, 659, + 543, 386, 658, 2200, 389, 386, 1642, 1643, 389, 245, + 3269, 3270, 3271, 232, 446, 234, 3275, 3276, 254, 386, + 17, 18, 389, 4368, 1669, 17, 18, 565, 4165, 1665, + 1666, 1667, 1668, 1669, 2860, 3575, 441, 640, 658, 478, + 541, 2703, 386, 640, 263, 389, 1682, 147, 386, 2703, + 253, 389, 147, 640, 2669, 2200, 3315, 3316, 3317, 640, + 1705, 155, 659, 4692, 386, 588, 4695, 389, 1704, 1705, + 25, 292, 659, 495, 369, 17, 18, 224, 659, 386, + 17, 18, 389, 2607, 1720, 17, 18, 640, 1688, 368, + 11, 3073, 284, 198, 640, 527, 201, 17, 18, 512, + 279, 17, 18, 282, 586, 1741, 659, 1743, 3348, 603, + 4354, 2882, 219, 659, 201, 386, 3107, 386, 389, 386, + 389, 241, 389, 624, 640, 17, 18, 2986, 386, 2653, + 4049, 389, 17, 18, 3073, 4050, 17, 18, 665, 495, + 495, 640, 631, 659, 264, 367, 4139, 2697, 295, 386, + 371, 292, 389, 129, 495, 4148, 392, 264, 3058, 37, + 659, 219, 1933, 657, 17, 18, 3058, 254, 1134, 1135, + 659, 650, 651, 652, 653, 654, 655, 3436, 344, 586, + 18, 386, 287, 665, 389, 63, 628, 4816, 640, 17, + 18, 17, 18, 2477, 640, 2753, 1832, 1833, 2756, 2757, + 537, 2759, 609, 2818, 2762, 2763, 264, 659, 2766, 4346, + 17, 18, 1949, 2771, 1180, 17, 18, 193, 2776, 2777, + 2778, 2779, 2780, 645, 3050, 447, 2784, 2785, 2370, 2787, + 371, 17, 18, 2375, 254, 2793, 2794, 2795, 2796, 640, + 3490, 2799, 2800, 665, 2802, 609, 386, 2389, 386, 389, + 429, 389, 34, 386, 274, 640, 389, 1893, 659, 640, + 2031, 556, 541, 386, 559, 386, 389, 2521, 389, 386, + 2524, 215, 389, 640, 659, 204, 2826, 81, 659, 27, + 617, 2423, 4564, 204, 632, 633, 545, 17, 18, 645, + 645, 1936, 659, 17, 18, 659, 640, 556, 2732, 1935, + 1936, 665, 640, 85, 645, 455, 17, 18, 2866, 665, + 665, 659, 1948, 1949, 4229, 659, 292, 4232, 640, 4601, + 4602, 659, 17, 18, 665, 2062, 1962, 17, 18, 556, + 657, 1967, 559, 640, 162, 83, 1972, 659, 665, 1975, + 2077, 1986, 1987, 616, 1989, 624, 619, 2544, 2490, 651, + 1986, 1987, 659, 1989, 2608, 3255, 658, 1957, 3612, 4641, + 235, 17, 18, 3255, 2561, 2608, 235, 588, 2013, 640, + 215, 640, 2017, 640, 2010, 17, 18, 2013, 2115, 142, + 162, 2017, 640, 4627, 4628, 17, 18, 658, 2495, 386, + 659, 658, 389, 197, 386, 371, 657, 389, 381, 2544, + 658, 2046, 2047, 640, 665, 251, 2495, 50, 2044, 2045, + 2046, 2047, 2048, 17, 18, 2560, 2561, 556, 166, 614, + 559, 658, 2067, 2068, 2069, 2061, 2062, 17, 18, 2863, + 105, 2067, 2068, 2069, 2868, 640, 184, 241, 3692, 62, + 63, 2077, 2042, 2674, 386, 129, 432, 389, 132, 386, + 73, 568, 389, 658, 386, 2100, 2092, 389, 2674, 3568, + 264, 13, 658, 659, 2100, 3070, 386, 453, 201, 389, + 386, 3348, 1399, 389, 2110, 1402, 3026, 4746, 1405, 2115, + 17, 18, 494, 622, 658, 659, 652, 653, 654, 655, + 419, 17, 18, 45, 386, 243, 2132, 389, 419, 3143, + 640, 386, 640, 489, 389, 386, 505, 640, 389, 193, + 4339, 505, 13, 3355, 4343, 1069, 2152, 640, 658, 640, + 658, 1075, 1076, 640, 295, 658, 17, 18, 3052, 4798, + 17, 18, 4801, 386, 658, 658, 389, 658, 222, 2184, + 3431, 3156, 3384, 3385, 3435, 201, 98, 2147, 2184, 2149, + 3541, 103, 2697, 3036, 3037, 3038, 3039, 663, 386, 486, + 386, 389, 2168, 389, 4833, 3407, 235, 17, 18, 244, + 492, 17, 18, 321, 241, 44, 241, 2213, 2214, 386, + 241, 2217, 389, 52, 386, 556, 261, 389, 559, 559, + 486, 665, 17, 18, 658, 659, 604, 526, 273, 3425, + 386, 559, 136, 389, 2214, 526, 17, 18, 292, 20, + 658, 659, 588, 417, 362, 66, 526, 17, 18, 174, + 368, 657, 2267, 136, 2361, 3525, 158, 17, 18, 2229, + 81, 2267, 414, 2269, 2831, 576, 2373, 6, 2238, 2239, + 17, 18, 93, 640, 658, 659, 147, 657, 640, 17, + 18, 622, 581, 657, 436, 657, 386, 658, 659, 389, + 581, 658, 386, 129, 657, 389, 658, 657, 738, 739, + 17, 18, 657, 20, 3574, 386, 3234, 657, 389, 657, + 355, 2826, 3574, 658, 659, 4514, 2831, 371, 3149, 3247, + 472, 386, 4521, 622, 389, 657, 386, 657, 640, 389, + 657, 622, 2338, 640, 256, 2341, 657, 18, 640, 626, + 627, 657, 629, 247, 631, 565, 658, 613, 614, 657, + 640, 658, 657, 224, 640, 2361, 658, 193, 659, 2466, + 386, 657, 3277, 389, 247, 213, 179, 2373, 658, 657, + 3073, 81, 658, 813, 386, 657, 197, 389, 640, 657, + 532, 657, 203, 657, 386, 640, 222, 389, 2495, 640, + 2497, 657, 3307, 3313, 658, 659, 658, 3021, 3022, 3023, + 658, 659, 665, 658, 4033, 4463, 4035, 658, 4037, 331, + 657, 779, 386, 657, 1987, 389, 1989, 640, 179, 244, + 241, 657, 4639, 541, 657, 470, 386, 658, 659, 389, + 17, 18, 4638, 801, 874, 658, 261, 129, 3634, 83, + 132, 609, 640, 264, 640, 657, 814, 815, 273, 418, + 13, 657, 4081, 3077, 3078, 3079, 292, 658, 659, 541, + 2466, 384, 658, 640, 3077, 3078, 3079, 148, 640, 2981, + 318, 319, 28, 395, 657, 323, 324, 325, 657, 386, + 3081, 658, 389, 474, 640, 2491, 658, 197, 657, 2495, + 386, 2497, 2498, 389, 2067, 2068, 2069, 542, 658, 659, + 657, 193, 658, 657, 129, 556, 624, 658, 659, 2616, + 657, 3026, 12, 658, 659, 2521, 659, 73, 2524, 658, + 659, 3036, 3037, 3038, 3039, 386, 657, 83, 389, 386, + 222, 241, 389, 3518, 588, 371, 3160, 20, 3973, 3974, + 640, 659, 3977, 3557, 3348, 657, 640, 3160, 657, 4748, + 4749, 455, 658, 659, 264, 657, 3570, 2563, 658, 640, + 657, 3996, 658, 659, 658, 657, 386, 4002, 193, 389, + 386, 4038, 455, 389, 657, 640, 132, 658, 658, 659, + 640, 3851, 486, 2589, 147, 4038, 3214, 2593, 657, 3851, + 3218, 386, 514, 658, 389, 18, 417, 222, 658, 243, + 292, 2607, 2608, 486, 3745, 386, 62, 63, 389, 657, + 2616, 657, 2719, 2720, 640, 115, 386, 662, 2624, 389, + 2626, 2627, 105, 657, 4059, 127, 386, 657, 640, 389, + 657, 553, 3233, 133, 658, 659, 657, 115, 640, 386, + 657, 2647, 389, 2649, 377, 470, 658, 2653, 386, 520, + 521, 389, 523, 657, 525, 377, 658, 657, 4287, 4288, + 4289, 224, 657, 344, 158, 159, 640, 292, 2674, 386, + 3780, 542, 389, 657, 174, 3945, 232, 2647, 234, 371, + 640, 164, 1122, 3945, 658, 486, 20, 2651, 658, 659, + 2696, 401, 657, 494, 515, 4319, 4320, 576, 658, 603, + 2706, 2716, 2717, 657, 204, 2711, 657, 417, 264, 3624, + 2716, 2717, 657, 2719, 2720, 198, 657, 542, 362, 657, + 603, 658, 659, 657, 368, 148, 658, 659, 230, 657, + 4788, 2711, 215, 640, 658, 659, 657, 220, 658, 659, + 657, 3239, 657, 3658, 640, 83, 371, 225, 658, 659, + 162, 658, 588, 657, 3669, 237, 4462, 3672, 658, 659, + 657, 244, 658, 657, 2734, 2735, 2736, 2737, 251, 2739, + 2740, 105, 657, 4208, 657, 3038, 3039, 598, 261, 640, + 658, 659, 4217, 640, 657, 86, 512, 88, 288, 657, + 273, 4226, 2798, 657, 438, 278, 4231, 658, 3313, 658, + 659, 658, 4014, 657, 287, 658, 659, 2813, 364, 365, + 1273, 1274, 613, 614, 370, 657, 497, 498, 52, 2825, + 640, 377, 658, 2829, 640, 657, 4178, 657, 166, 657, + 164, 132, 334, 666, 658, 659, 338, 129, 658, 4326, + 132, 4899, 658, 345, 148, 640, 658, 659, 658, 659, + 657, 2992, 658, 659, 657, 156, 657, 3483, 3484, 640, + 148, 417, 196, 658, 198, 39, 658, 659, 2838, 2839, + 640, 2841, 355, 2843, 2844, 2845, 2846, 2847, 2848, 2849, + 640, 215, 2852, 3395, 657, 2855, 220, 663, 658, 2859, + 658, 192, 289, 640, 377, 52, 588, 541, 658, 384, + 129, 193, 640, 237, 387, 243, 168, 3531, 659, 3016, + 244, 658, 658, 659, 377, 393, 37, 251, 3531, 419, + 658, 344, 201, 640, 426, 377, 404, 261, 658, 659, + 222, 658, 659, 411, 490, 480, 419, 597, 3450, 273, + 658, 659, 63, 205, 278, 658, 659, 50, 122, 593, + 278, 105, 201, 287, 148, 129, 652, 520, 521, 522, + 523, 524, 525, 588, 193, 665, 3567, 648, 649, 650, + 651, 652, 653, 654, 655, 494, 3083, 115, 505, 542, + 624, 3567, 484, 658, 659, 173, 3614, 470, 657, 3617, + 3618, 198, 492, 222, 537, 257, 658, 659, 119, 556, + 292, 122, 512, 3009, 537, 3011, 4635, 269, 289, 130, + 3016, 494, 186, 3028, 3020, 3021, 3022, 3023, 165, 193, + 66, 355, 3028, 83, 362, 198, 526, 92, 149, 3035, + 368, 659, 510, 658, 378, 81, 174, 97, 4202, 4203, + 344, 129, 598, 377, 4396, 3051, 3052, 93, 222, 223, + 659, 4215, 3058, 387, 658, 659, 344, 557, 4222, 542, + 254, 658, 659, 292, 658, 659, 204, 3073, 552, 4233, + 4234, 3077, 3078, 3079, 497, 498, 658, 3083, 164, 371, + 658, 659, 658, 659, 3090, 419, 4297, 132, 299, 300, + 244, 4201, 658, 659, 395, 118, 358, 4584, 6, 297, + 438, 299, 300, 664, 315, 193, 4216, 261, 383, 3115, + 658, 659, 117, 4548, 597, 4550, 4, 315, 292, 273, + 658, 659, 622, 485, 626, 622, 609, 254, 606, 658, + 659, 252, 401, 3762, 222, 659, 470, 3244, 439, 59, + 642, 162, 371, 658, 659, 3115, 629, 447, 631, 665, + 344, 197, 4348, 659, 3160, 658, 659, 203, 3173, 3165, + 494, 3176, 645, 105, 73, 658, 659, 3173, 658, 659, + 3176, 3177, 658, 659, 13, 658, 659, 3826, 3827, 662, + 663, 628, 356, 658, 4104, 3165, 658, 147, 10, 659, + 658, 4461, 366, 497, 498, 241, 370, 371, 665, 4461, + 658, 355, 657, 541, 292, 129, 266, 3213, 542, 497, + 498, 665, 658, 277, 665, 3224, 3222, 3223, 264, 377, + 166, 3230, 664, 3229, 52, 648, 649, 650, 651, 652, + 653, 654, 655, 444, 445, 289, 357, 289, 3244, 3245, + 289, 289, 289, 659, 3250, 3254, 444, 445, 289, 3255, + 3265, 3260, 659, 645, 556, 593, 657, 3266, 3267, 3265, + 235, 3231, 3232, 597, 4278, 3832, 231, 35, 4464, 193, + 284, 3277, 659, 201, 608, 609, 294, 663, 3284, 3285, + 402, 419, 342, 371, 3290, 659, 624, 576, 659, 3259, + 576, 3919, 401, 666, 576, 629, 588, 631, 222, 659, + 645, 3307, 244, 497, 498, 198, 659, 367, 232, 629, + 234, 645, 603, 254, 665, 129, 470, 3832, 132, 261, + 3290, 659, 659, 659, 658, 659, 73, 659, 662, 663, + 652, 273, 537, 129, 3963, 254, 132, 3966, 3967, 4259, + 3346, 255, 6, 188, 3350, 649, 650, 651, 652, 653, + 654, 655, 554, 659, 3983, 401, 198, 61, 173, 588, + 537, 115, 650, 651, 652, 653, 654, 655, 292, 509, + 430, 417, 4001, 4483, 4484, 406, 4486, 179, 20, 193, + 148, 502, 174, 645, 646, 647, 28, 204, 542, 657, + 143, 565, 659, 405, 658, 569, 60, 193, 572, 659, + 56, 628, 83, 604, 608, 659, 63, 4603, 222, 583, + 91, 201, 658, 355, 588, 658, 4686, 591, 658, 658, + 174, 559, 658, 658, 4686, 4410, 222, 652, 3535, 201, + 518, 73, 17, 18, 658, 377, 658, 118, 3444, 4549, + 659, 83, 105, 581, 657, 651, 3452, 371, 658, 658, + 204, 572, 597, 495, 648, 649, 650, 651, 652, 653, + 654, 655, 119, 658, 4031, 122, 526, 658, 4664, 515, + 659, 658, 658, 130, 659, 658, 650, 651, 292, 183, + 601, 657, 3452, 187, 622, 166, 254, 241, 152, 148, + 132, 129, 149, 658, 198, 657, 292, 657, 3504, 655, + 588, 4611, 657, 4613, 4614, 658, 4426, 659, 659, 277, + 659, 137, 4432, 576, 565, 565, 4031, 233, 233, 3525, + 3526, 565, 242, 3529, 251, 3531, 659, 657, 470, 3535, + 3637, 548, 4517, 12, 288, 13, 213, 194, 123, 124, + 125, 126, 127, 4471, 4472, 657, 201, 4475, 4476, 4477, + 4478, 4526, 598, 659, 3560, 193, 565, 371, 177, 475, + 241, 3567, 3568, 4774, 659, 207, 215, 496, 3574, 665, + 198, 198, 148, 3579, 657, 371, 344, 129, 3593, 657, + 275, 244, 659, 4511, 222, 659, 186, 3593, 201, 4104, + 232, 658, 234, 665, 665, 252, 364, 365, 261, 3608, + 542, 427, 3572, 665, 4589, 4875, 659, 602, 494, 3615, + 273, 198, 28, 4875, 30, 377, 4886, 3619, 3624, 659, + 4890, 3627, 264, 659, 4886, 4895, 330, 377, 4890, 353, + 526, 3637, 4843, 4895, 526, 3641, 526, 3643, 3644, 320, + 377, 193, 227, 228, 229, 230, 62, 63, 526, 65, + 526, 3657, 3658, 485, 292, 198, 131, 73, 339, 657, + 414, 568, 645, 3669, 588, 419, 3672, 83, 3638, 645, + 222, 4599, 4600, 441, 645, 91, 645, 3647, 254, 645, + 4608, 362, 645, 645, 3699, 344, 645, 645, 645, 645, + 3696, 645, 355, 3699, 645, 4301, 645, 354, 3704, 604, + 357, 365, 118, 3709, 659, 645, 645, 39, 645, 645, + 3716, 645, 645, 645, 377, 645, 132, 471, 3724, 135, + 645, 288, 364, 365, 428, 3731, 609, 665, 370, 497, + 498, 658, 162, 371, 250, 377, 3716, 658, 492, 250, + 292, 658, 665, 658, 4259, 513, 658, 658, 191, 334, + 166, 336, 337, 338, 658, 486, 658, 4867, 658, 7, + 345, 659, 205, 645, 364, 365, 645, 431, 344, 433, + 370, 665, 659, 576, 588, 417, 58, 434, 576, 576, + 665, 636, 659, 284, 89, 50, 68, 657, 657, 645, + 122, 657, 588, 576, 657, 4422, 645, 129, 384, 3906, + 82, 386, 201, 557, 389, 201, 4726, 470, 562, 201, + 177, 659, 94, 95, 96, 659, 232, 261, 234, 371, + 261, 390, 50, 220, 267, 241, 269, 581, 341, 565, + 565, 113, 248, 258, 432, 3841, 659, 371, 497, 498, + 3846, 426, 335, 7, 657, 3851, 197, 263, 490, 377, + 118, 118, 606, 3823, 186, 81, 401, 401, 576, 401, + 541, 193, 143, 557, 262, 401, 557, 262, 622, 143, + 401, 50, 401, 403, 4480, 401, 557, 401, 401, 542, + 648, 649, 650, 651, 652, 653, 654, 655, 450, 663, + 222, 223, 657, 657, 657, 215, 657, 652, 483, 484, + 3906, 657, 3908, 3909, 320, 665, 657, 3913, 4893, 252, + 252, 4426, 658, 658, 658, 572, 3922, 4432, 361, 3925, + 3926, 497, 498, 339, 658, 3931, 659, 3933, 4848, 657, + 3900, 3937, 657, 659, 432, 658, 665, 658, 384, 3945, + 377, 658, 4049, 3949, 601, 3951, 658, 652, 58, 657, + 588, 237, 658, 4873, 279, 454, 598, 659, 68, 401, + 292, 350, 37, 28, 665, 30, 659, 201, 4109, 658, + 261, 261, 82, 416, 14, 387, 658, 432, 394, 658, + 396, 659, 630, 583, 94, 95, 96, 645, 404, 648, + 649, 650, 651, 652, 653, 654, 655, 62, 63, 599, + 65, 466, 118, 113, 657, 659, 235, 401, 73, 264, + 115, 264, 657, 83, 665, 4021, 576, 217, 83, 659, + 663, 658, 657, 659, 356, 658, 91, 97, 50, 488, + 631, 275, 4038, 658, 658, 468, 588, 182, 370, 371, + 287, 626, 213, 4049, 565, 659, 155, 271, 658, 4019, + 658, 333, 659, 118, 486, 640, 641, 642, 261, 261, + 476, 512, 377, 635, 104, 140, 657, 132, 657, 351, + 135, 141, 648, 649, 650, 651, 652, 653, 654, 655, + 658, 658, 264, 657, 659, 631, 264, 4688, 659, 659, + 658, 166, 657, 20, 169, 83, 136, 415, 203, 377, + 377, 166, 240, 198, 198, 198, 568, 658, 278, 658, + 658, 4258, 152, 371, 63, 252, 341, 658, 534, 535, + 536, 658, 266, 658, 4130, 541, 658, 427, 18, 4135, + 384, 206, 659, 4139, 174, 631, 241, 251, 178, 658, + 658, 557, 4148, 658, 560, 657, 75, 419, 658, 4155, + 190, 226, 659, 609, 657, 609, 665, 232, 658, 234, + 481, 658, 4168, 579, 659, 657, 20, 232, 179, 234, + 4185, 609, 132, 213, 132, 559, 241, 657, 4187, 4185, + 413, 597, 464, 248, 657, 657, 87, 4193, 665, 151, + 504, 132, 37, 659, 4335, 371, 266, 181, 263, 341, + 482, 241, 645, 646, 647, 658, 144, 247, 565, 565, + 565, 4726, 277, 264, 289, 4821, 280, 657, 559, 609, + 613, 4223, 609, 333, 251, 659, 377, 658, 383, 4235, + 657, 4237, 658, 565, 317, 528, 619, 569, 313, 619, + 572, 351, 177, 659, 4250, 475, 465, 287, 4250, 658, + 658, 583, 659, 64, 384, 320, 588, 603, 547, 591, + 50, 50, 544, 161, 50, 466, 657, 371, 251, 657, + 377, 657, 342, 15, 339, 657, 657, 603, 657, 561, + 132, 4296, 264, 20, 264, 370, 645, 4394, 531, 200, + 4296, 631, 177, 4299, 364, 365, 567, 367, 166, 143, + 143, 50, 547, 657, 50, 50, 198, 657, 123, 124, + 125, 126, 127, 658, 398, 614, 366, 371, 650, 651, + 658, 657, 657, 657, 657, 163, 657, 657, 657, 394, + 658, 396, 659, 4848, 4340, 658, 548, 582, 12, 404, + 287, 658, 66, 418, 657, 384, 28, 592, 30, 66, + 657, 50, 427, 50, 657, 657, 141, 658, 4873, 198, + 430, 659, 5, 151, 609, 377, 471, 442, 377, 384, + 658, 658, 482, 440, 384, 136, 603, 475, 623, 659, + 420, 157, 658, 65, 233, 460, 264, 492, 4394, 658, + 50, 477, 371, 657, 494, 237, 659, 2651, 2857, 2504, + 440, 83, 4033, 4037, 4406, 4508, 4035, 1054, 448, 91, + 515, 476, 227, 228, 229, 230, 456, 934, 3206, 1107, + 4153, 4506, 4428, 4429, 4795, 4395, 4625, 4791, 1131, 504, + 4333, 4027, 507, 4578, 544, 52, 118, 610, 2060, 3009, + 1972, 3833, 2289, 695, 2560, 2562, 486, 2561, 3036, 694, + 132, 561, 4524, 135, 559, 4461, 526, 562, 1691, 499, + 500, 1937, 537, 4345, 2264, 1179, 3667, 3046, 2812, 534, + 535, 536, 3845, 718, 3051, 3504, 541, 1450, 723, 4594, + 4621, 4297, 4690, 3848, 166, 4843, 4782, 4493, 4821, 4495, + 4480, 4162, 557, 598, 2208, 560, 2805, 4604, 3284, 3913, + 2813, 606, 3287, 4856, 4668, 3703, 3376, 3974, 4381, 4007, + 4688, 551, 4406, 4394, 579, 2719, 761, 4046, 2956, 334, + 3432, 336, 337, 338, 4797, 3435, 4532, 4668, 4534, 4535, + 345, 3427, 597, 778, 84, 4541, 84, 4748, 4630, 4749, + 4510, 581, 4169, 4521, 4340, 4514, 1616, 4216, 3280, 1144, + 232, 2812, 234, 2693, 4191, 2583, 1081, 2269, 4564, 241, + 4682, 3932, 1731, 603, 1705, 605, 248, 2046, 3028, 2551, + 3491, 2612, 4578, 2460, 4421, 1004, 4578, 822, 823, 824, + 825, 263, 4666, 2106, 1098, 991, 3452, 2369, 4594, 834, + 2365, 2992, 657, 3543, 4564, 1236, 2639, 2974, 4604, 4498, + 4707, 2634, 4322, 4786, 1208, 3731, 4787, 3807, 2484, 4624, + 3437, 426, 3945, 4137, 1636, 3276, 1636, 3090, 4624, 4790, + 4136, 3083, 4136, 2338, 869, 4449, 84, 4597, 4598, 1418, + 1468, 2545, 2588, 3851, 3519, 4641, 3520, 3574, 320, 1741, + 4686, 714, 2179, 621, 4650, 4651, 609, 1565, 4654, 4790, + 2180, 2687, 1115, 4794, 609, 109, 3951, 339, 4085, 3494, + 1476, 1960, 4841, 4307, 4859, 910, 4890, 4895, 483, 484, + 4490, 4641, 811, 4780, 3525, 4396, 4682, 1517, 2672, 3567, + 4686, 926, 927, 608, 608, 930, 2135, 1890, 2665, 2664, + 2017, 1496, 1642, 600, 978, 1408, 4285, 2524, 2607, 4292, + 985, 4707, 3292, 645, 601, 950, 645, 3011, 645, 1644, + -1, -1, 394, -1, 396, -1, -1, 962, -1, -1, + -1, -1, 404, -1, -1, -1, -1, -1, 4698, 4699, + 1107, 1107, 1107, -1, -1, -1, -1, -1, -1, 4745, + -1, -1, 37, -1, 150, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 4896, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 534, 535, 536, -1, 4780, 4882, 476, 541, -1, -1, + -1, -1, -1, -1, 4780, 4882, -1, -1, -1, -1, 4786, 4787, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 557, -1, -1, 560, -1, 296, -1, - 298, 299, 300, 301, 302, -1, 304, 305, 306, 307, - 308, 309, 310, 311, 312, 579, 314, 315, 316, -1, - -1, 140, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 597, 534, 535, 536, -1, -1, -1, - -1, 541, -1, -1, -1, -1, -1, 166, -1, -1, - 169, -1, -1, -1, -1, -1, -1, 557, -1, -1, - 560, -1, -1, -1, -1, -1, -1, -1, -1, 4875, - -1, -1, -1, -1, -1, -1, 4882, -1, -1, 579, - 4886, -1, -1, 4853, 4890, -1, -1, 206, -1, 4895, - -1, -1, -1, 657, -1, -1, -1, 597, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 226, -1, -1, - -1, -1, -1, 232, 1159, 234, -1, 1162, 1163, -1, + -1, -1, -1, -1, 476, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 123, 124, 125, 126, 127, -1, -1, -1, - -1, -1, 1187, 1188, -1, -1, 444, 445, -1, -1, + -1, 626, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 641, 642, -1, -1, + 236, -1, 238, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 140, -1, -1, -1, -1, + -1, -1, 534, 535, 536, -1, -1, -1, -1, 541, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 4875, + -1, 166, -1, -1, 169, 557, 4882, -1, 560, -1, + 4886, -1, -1, 4853, 4890, -1, -1, -1, -1, 4895, + 296, -1, 298, 299, 300, 301, 302, 579, 304, 305, + 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, + 316, 206, -1, -1, 1159, 597, -1, 1162, 1163, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 226, -1, -1, -1, -1, -1, 232, -1, 234, + -1, -1, 1187, 1188, -1, -1, -1, -1, -1, -1, -1, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, -1, -1, -1, -1, -1, -1, -1, - 289, 1216, 1217, -1, 1219, 1220, -1, -1, -1, 1224, + -1, 1216, 1217, -1, 1219, 1220, -1, -1, -1, 1224, 1225, -1, -1, 1228, 1229, 1230, 1231, -1, 1233, 1234, - 1235, -1, -1, -1, 313, -1, -1, 1242, 1243, -1, + 1235, -1, -1, -1, 289, -1, -1, 1242, 1243, -1, 1245, 1246, 1247, 1248, 1249, -1, -1, 1252, 1253, 1254, - 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, -1, 1264, + 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 313, 1264, -1, -1, 1267, 1268, -1, -1, -1, 1272, -1, -1, - -1, 1276, 1277, 1278, -1, -1, 227, 228, 229, 230, + -1, 1276, 1277, 1278, -1, -1, -1, -1, 444, 445, -1, 6, -1, 1288, 1289, 1290, -1, 12, -1, 14, -1, 16, 1297, -1, -1, -1, -1, -1, -1, 1304, 1305, 1306, 1307, 28, -1, 30, -1, -1, -1, -1, 1315, 1316, 1317, -1, 1319, 1320, 1321, 1322, 1323, -1, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, -1, -1, - -1, 1336, 1337, -1, -1, 60, -1, -1, -1, 418, - 65, 66, -1, -1, -1, -1, 71, -1, 427, -1, - -1, -1, -1, -1, -1, -1, -1, 37, 83, -1, - -1, -1, -1, 442, -1, -1, 91, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, - -1, 460, -1, 334, -1, 336, 337, 338, -1, -1, - -1, -1, -1, 118, 345, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 132, -1, -1, + -1, 1336, 1337, -1, -1, 60, -1, -1, -1, -1, + 65, 66, -1, -1, -1, -1, 71, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 83, -1, + -1, -1, -1, 418, -1, -1, 91, -1, -1, -1, + -1, -1, 427, -1, -1, -1, 101, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 442, -1, -1, + -1, -1, -1, 118, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 460, -1, 132, -1, -1, 135, -1, -1, -1, -1, -1, -1, 1422, -1, 144, - 145, -1, -1, -1, -1, 504, -1, 152, 507, -1, + 145, -1, -1, -1, -1, -1, -1, 152, -1, -1, -1, -1, -1, 1438, -1, 160, -1, -1, -1, 164, - -1, 166, -1, -1, -1, -1, -1, -1, -1, -1, - 623, 176, -1, -1, -1, -1, -1, -1, 537, -1, - 140, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 196, -1, -1, -1, 426, -1, 556, -1, -1, - 559, -1, -1, -1, -1, -1, 166, -1, -1, 169, + -1, 166, -1, -1, -1, -1, -1, -1, -1, 504, + 623, 176, 507, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 196, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 537, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 232, -1, 234, + -1, 556, -1, -1, 559, -1, -1, 232, -1, 234, -1, -1, 1517, -1, 239, -1, 241, -1, -1, -1, - -1, 694, -1, 248, -1, -1, 206, 1532, -1, 36, - 37, -1, 483, 484, -1, 42, -1, 44, 263, 46, - 47, -1, -1, -1, 1549, -1, 226, -1, -1, -1, - 723, -1, 232, -1, 234, -1, 63, -1, -1, -1, + -1, 694, -1, 248, -1, -1, -1, 1532, -1, 36, + 37, -1, -1, -1, -1, 42, -1, 44, 263, 46, + 47, -1, -1, -1, 1549, -1, -1, -1, -1, -1, + 723, -1, -1, -1, -1, -1, 63, -1, -1, -1, -1, -1, 287, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 761, -1, -1, -1, -1, -1, -1, 320, -1, -1, -1, -1, - -1, 1606, -1, -1, -1, 778, -1, -1, -1, 289, + -1, 1606, -1, -1, -1, 778, -1, -1, -1, -1, -1, -1, 119, -1, 339, 122, -1, -1, 343, -1, -1, -1, -1, 130, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 149, -1, -1, -1, -1, -1, -1, -1, -1, -1, 825, -1, -1, -1, -1, 382, -1, -1, 167, -1, 387, -1, -1, -1, -1, -1, -1, 394, - -1, 396, -1, -1, -1, 626, 401, -1, -1, 404, + -1, 396, -1, -1, -1, -1, 401, -1, -1, 404, -1, -1, -1, -1, -1, 192, -1, 194, -1, -1, - 641, 642, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 208, 209, -1, -1, -1, -1, -1, -1, 1714, 435, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 449, 450, 451, 452, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 910, 418, -1, - -1, -1, -1, -1, -1, 252, -1, 427, -1, 1754, + -1, -1, -1, -1, -1, -1, -1, 910, -1, -1, + -1, -1, -1, -1, -1, 252, -1, -1, -1, 1754, -1, 476, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 442, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, -1, -1, 950, -1, -1, - 460, -1, -1, 290, 291, -1, 293, -1, -1, -1, + -1, -1, -1, 290, 291, -1, 293, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 534, 535, 536, -1, -1, -1, -1, 541, -1, -1, -1, - 327, 328, 329, -1, 504, -1, -1, 507, -1, -1, + 327, 328, 329, -1, -1, -1, -1, -1, -1, -1, -1, -1, 557, -1, -1, 560, -1, -1, -1, 346, 347, 348, -1, -1, -1, -1, -1, 354, -1, -1, - 357, -1, -1, -1, 579, -1, -1, 537, -1, 584, + 357, -1, -1, -1, 579, -1, -1, -1, -1, 584, -1, -1, -1, 1868, 1869, 1870, 373, 374, -1, -1, -1, -1, 597, -1, -1, -1, -1, -1, 1883, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, @@ -12044,68 +12044,68 @@ static const yytype_int16 yycheck[] = 2415, -1, 2417, -1, 2419, 2420, -1, 2422, 2423, -1, -1, -1, 2427, 2428, 2429, -1, -1, -1, 2433, 2434, 2435, -1, 2437, 1606, 2439, -1, 2441, -1, 2443, -1, - 2445, -1, 28, -1, 30, 2450, -1, -1, -1, -1, + 2445, -1, -1, -1, -1, 2450, -1, -1, -1, -1, -1, 534, 535, 536, -1, -1, -1, -1, 541, -1, - -1, -1, 2467, -1, -1, -1, 381, -1, -1, 2474, - -1, -1, 2477, -1, 557, -1, -1, 560, 2483, 65, - -1, 2486, -1, -1, -1, 2490, -1, -1, -1, -1, - -1, -1, 407, -1, -1, -1, 579, 83, -1, -1, - -1, -1, -1, 418, 419, 91, -1, 422, 423, -1, - -1, -1, -1, -1, 597, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 443, -1, - -1, -1, 118, -1, -1, -1, -1, -1, -1, 2544, - -1, -1, -1, -1, -1, -1, 132, -1, -1, 135, - -1, -1, -1, -1, -1, 2560, 2561, 2562, -1, 2564, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 491, -1, -1, -1, - 166, 1754, -1, -1, -1, -1, -1, -1, -1, 504, + -1, -1, 2467, -1, -1, 6, 381, -1, -1, 2474, + -1, 12, 2477, 14, 557, -1, -1, 560, 2483, -1, + -1, 2486, -1, -1, -1, 2490, -1, 28, -1, 30, + -1, -1, 407, -1, -1, -1, 579, -1, -1, -1, + -1, -1, -1, 418, 419, -1, -1, 422, 423, -1, + -1, -1, -1, -1, 597, -1, -1, -1, -1, 60, + -1, -1, -1, -1, 65, -1, -1, -1, 443, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 2544, + -1, -1, 83, -1, -1, -1, -1, -1, -1, -1, + 91, -1, -1, -1, -1, 2560, 2561, 2562, -1, 2564, + 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 491, 118, -1, -1, + -1, 1754, -1, -1, -1, -1, -1, -1, -1, 504, + -1, 132, -1, -1, 135, -1, -1, -1, -1, -1, + -1, -1, -1, 144, -1, -1, -1, -1, -1, -1, + -1, 152, -1, -1, -1, -1, -1, -1, -1, 160, + -1, -1, 537, -1, -1, 166, 541, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 2642, -1, -1, + -1, -1, -1, -1, 559, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 196, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 537, -1, -1, -1, 541, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 2642, -1, -1, - -1, -1, -1, -1, 559, -1, 232, -1, 234, -1, - -1, -1, -1, -1, -1, 241, -1, -1, -1, -1, - -1, -1, 248, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 2697, -1, -1, 1868, 1869, 1870, -1, -1, - -1, -1, 617, -1, -1, -1, -1, -1, -1, -1, + -1, 232, 2697, 234, -1, 1868, 1869, 1870, -1, -1, + 241, -1, 617, -1, -1, -1, -1, 248, -1, -1, 625, -1, -1, 2718, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 2731, -1, -1, -1, - -1, -1, -1, -1, 320, -1, 1909, -1, 2743, 2744, - -1, -1, -1, -1, -1, 1918, -1, 1920, -1, -1, - -1, -1, -1, 339, -1, -1, -1, -1, -1, -1, + -1, -1, 263, -1, -1, -1, 2731, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 1909, -1, 2743, 2744, + -1, -1, -1, -1, -1, 1918, 287, 1920, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 320, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, + 2805, -1, 343, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 2805, -1, -1, -1, -1, -1, -1, -1, 394, -1, - 396, -1, -1, -1, -1, -1, -1, -1, 404, -1, -1, 2826, -1, -1, -1, -1, 2831, 2832, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 2861, 2862, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 2041, -1, + -1, -1, -1, -1, -1, -1, 387, -1, -1, -1, + -1, -1, -1, 394, -1, 396, 2861, 2862, -1, -1, + -1, -1, -1, 404, -1, -1, -1, -1, 2041, -1, -1, -1, -1, -1, -1, -1, -1, 2050, -1, -1, -1, 2886, -1, -1, -1, 2890, -1, -1, -1, -1, - 476, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 2079, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 2079, -1, -1, 450, -1, -1, 2917, 2918, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 2938, -1, -1, -1, -1, -1, 2112, - -1, -1, 2947, -1, 2949, -1, 2951, -1, 534, 535, - 536, -1, -1, -1, -1, 541, -1, -1, -1, -1, + -1, -1, -1, 2938, -1, 476, -1, -1, -1, 2112, + -1, -1, 2947, -1, 2949, -1, 2951, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2133, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 557, -1, -1, 560, -1, 2981, 2150, -1, -1, + -1, -1, -1, -1, -1, -1, 2981, 2150, -1, -1, -1, 2986, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 579, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 597, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 534, 535, 536, -1, -1, -1, -1, + 541, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 557, -1, -1, 560, -1, 3026, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 3036, 3037, 3038, 3039, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 3036, 3037, 3038, 3039, -1, -1, -1, 579, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 597, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 3084, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, @@ -18453,7 +18453,7 @@ static const yytype_uint16 yystos[] = 488, 1247, 1211, 1211, 1257, 46, 355, 658, 631, 1235, 1211, 1307, 1211, 1211, 1211, 1211, 658, 658, 658, 1338, 658, 1031, 1026, 1024, 1026, 1027, 1337, 1318, 1194, 1644, - 1532, 658, 1257, 1207, 1337, 1464, 1465, 182, 287, 213, + 1532, 658, 1257, 1207, 1339, 1464, 1465, 182, 287, 213, 565, 20, 609, 1613, 457, 1618, 1618, 1618, 132, 1211, 1398, 1399, 158, 159, 797, 155, 1182, 271, 237, 455, 1494, 659, 901, 658, 219, 264, 916, 658, 659, 658, @@ -26110,8 +26110,8 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); #line 6705 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; - lex->fk_update_opt= Foreign_key::FK_OPTION_UNDEF; - lex->fk_delete_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_update_opt= FK_OPTION_UNDEF; + lex->fk_delete_opt= FK_OPTION_UNDEF; } #line 26117 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; @@ -26121,7 +26121,7 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); { LEX *lex= Lex; lex->fk_update_opt= (yyvsp[0].m_fk_option); - lex->fk_delete_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_delete_opt= FK_OPTION_UNDEF; } #line 26127 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; @@ -26130,7 +26130,7 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); #line 6717 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; - lex->fk_update_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_update_opt= FK_OPTION_UNDEF; lex->fk_delete_opt= (yyvsp[0].m_fk_option); } #line 26137 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ @@ -26158,31 +26158,31 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); case 872: #line 6739 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ - { (yyval.m_fk_option)= Foreign_key::FK_OPTION_RESTRICT; } + { (yyval.m_fk_option)= FK_OPTION_RESTRICT; } #line 26163 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 873: #line 6740 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ - { (yyval.m_fk_option)= Foreign_key::FK_OPTION_CASCADE; } + { (yyval.m_fk_option)= FK_OPTION_CASCADE; } #line 26169 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 874: #line 6741 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ - { (yyval.m_fk_option)= Foreign_key::FK_OPTION_SET_NULL; } + { (yyval.m_fk_option)= FK_OPTION_SET_NULL; } #line 26175 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 875: #line 6742 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ - { (yyval.m_fk_option)= Foreign_key::FK_OPTION_NO_ACTION; } + { (yyval.m_fk_option)= FK_OPTION_NO_ACTION; } #line 26181 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 876: #line 6743 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ - { (yyval.m_fk_option)= Foreign_key::FK_OPTION_DEFAULT; } + { (yyval.m_fk_option)= FK_OPTION_SET_DEFAULT; } #line 26187 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; @@ -34858,128 +34858,137 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); case 1982: #line 12833 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { - insert_dynamic(&Lex->delete_gtid_domain, (uchar*) &((yyvsp[0].ulong_num))); + uint32 value= (uint32) (yyvsp[0].ulonglong_number); + if ((yyvsp[0].ulonglong_number) > UINT_MAX32) + { + my_printf_error(ER_BINLOG_CANT_DELETE_GTID_DOMAIN, + "The value of gtid domain being deleted ('%llu') " + "exceeds its maximum size " + "of 32 bit unsigned integer", MYF(0), (yyvsp[0].ulonglong_number)); + MYSQL_YYABORT; + } + insert_dynamic(&Lex->delete_gtid_domain, (uchar*) &value); } -#line 34864 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34873 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1983: -#line 12839 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12848 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {(yyval.num)= 0;} -#line 34870 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34879 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1984: -#line 12840 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12849 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {(yyval.num)= REFRESH_CHECKPOINT; } -#line 34876 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34885 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1985: -#line 12844 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12853 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_RESET; lex->type=0; } -#line 34885 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34894 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1986: -#line 12849 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12858 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 34891 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34900 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1989: -#line 12858 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12867 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->type|= REFRESH_SLAVE; } -#line 34897 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34906 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1990: -#line 12860 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12869 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 34903 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34912 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1991: -#line 12862 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12871 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->type|= REFRESH_MASTER; Lex->next_binlog_file_number= 0; } -#line 34912 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34921 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1993: -#line 12867 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12876 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->type|= REFRESH_QUERY_CACHE;} -#line 34918 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34927 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1994: -#line 12871 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12880 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->reset_slave_info.all= false; } -#line 34924 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34933 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1995: -#line 12872 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12881 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->reset_slave_info.all= true; } -#line 34930 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34939 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1996: -#line 12876 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12885 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 34936 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34945 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1997: -#line 12878 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12887 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->next_binlog_file_number = (yyvsp[0].ulong_num); } -#line 34944 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34953 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1998: -#line 12885 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12894 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->type=0; lex->sql_command = SQLCOM_PURGE; } -#line 34954 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34963 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 1999: -#line 12891 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12900 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 34960 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34969 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2001: -#line 12900 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12909 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->to_log = (yyvsp[0].lex_str).str; } -#line 34968 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34977 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2002: -#line 12904 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12913 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->value_list.empty(); lex->value_list.push_front((yyvsp[0].item), thd->mem_root); lex->sql_command= SQLCOM_PURGE_BEFORE; } -#line 34979 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 34988 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2003: -#line 12916 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12925 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->value_list.empty(); @@ -34987,97 +34996,97 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_KILL; lex->kill_type= KILL_TYPE_ID; } -#line 34991 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35000 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2004: -#line 12924 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12933 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->kill_signal= (killed_state) ((yyvsp[-2].num) | (yyvsp[-1].num)); } -#line 34999 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35008 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2005: -#line 12930 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_HARD_BIT; } -#line 35005 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35014 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2006: -#line 12931 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12940 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_HARD_BIT; } -#line 35011 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35020 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2007: -#line 12932 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12941 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 0; } -#line 35017 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35026 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2008: -#line 12935 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12944 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_CONNECTION; } -#line 35023 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35032 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2009: -#line 12936 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12945 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_CONNECTION; } -#line 35029 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35038 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2010: -#line 12937 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12946 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_QUERY; } -#line 35035 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35044 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2011: -#line 12939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12948 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (int) KILL_QUERY; Lex->kill_type= KILL_TYPE_QUERY; } -#line 35044 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35053 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2012: -#line 12947 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12956 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->value_list.push_front((yyval.item), thd->mem_root); } -#line 35052 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35061 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2013: -#line 12951 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12960 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root); Lex->kill_type= KILL_TYPE_USER; } -#line 35061 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35070 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2014: -#line 12959 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12968 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command= SQLCOM_SHUTDOWN; } -#line 35067 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35076 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2015: -#line 12966 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12975 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command=SQLCOM_CHANGE_DB; lex->select_lex.db= (yyvsp[0].lex_str).str; } -#line 35077 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35086 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2016: -#line 12977 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12986 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; @@ -35088,11 +35097,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 35092 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35101 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2017: -#line 12988 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 12997 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_LOAD; @@ -35102,11 +35111,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!(lex->exchange= new (thd->mem_root) sql_exchange((yyvsp[0].lex_str).str, 0, (yyvsp[-5].filetype)))) MYSQL_YYABORT; } -#line 35106 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35115 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2018: -#line 12998 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13007 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (!Select->add_table_to_list(thd, (yyvsp[-1].table), NULL, TL_OPTION_UPDATING, @@ -35116,53 +35125,53 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->update_list.empty(); lex->value_list.empty(); } -#line 35120 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35129 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2019: -#line 13008 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13017 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->exchange->cs= (yyvsp[0].charset); } -#line 35126 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35135 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2020: -#line 13012 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13021 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35132 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35141 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2021: -#line 13016 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13025 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.filetype)= FILETYPE_CSV; } -#line 35138 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35147 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2022: -#line 13017 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13026 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.filetype)= FILETYPE_XML; } -#line 35144 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35153 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2023: -#line 13021 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13030 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)=0;} -#line 35150 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35159 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2024: -#line 13022 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13031 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)=1;} -#line 35156 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35165 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2025: -#line 13026 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13035 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lock_type)= TL_WRITE_DEFAULT; } -#line 35162 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35171 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2026: -#line 13028 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13037 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* Ignore this option in SP to avoid problem with query cache and @@ -35170,182 +35179,182 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); */ (yyval.lock_type)= (Lex->sphead ? TL_WRITE_DEFAULT : TL_WRITE_CONCURRENT_INSERT); } -#line 35174 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35183 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2027: -#line 13035 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13044 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lock_type)= TL_WRITE_LOW_PRIORITY; } -#line 35180 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35189 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2028: -#line 13039 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13048 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->duplicates=DUP_ERROR; } -#line 35186 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35195 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2029: -#line 13040 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13049 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->duplicates=DUP_REPLACE; } -#line 35192 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35201 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2030: -#line 13041 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13050 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ignore= 1; } -#line 35198 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35207 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2035: -#line 13056 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13065 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->field_term= (yyvsp[0].string); } -#line 35207 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2036: -#line 13061 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13070 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; DBUG_ASSERT(lex->exchange != 0); lex->exchange->enclosed= (yyvsp[0].string); lex->exchange->opt_enclosed= 1; } -#line 35218 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35227 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2037: -#line 13068 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13077 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->enclosed= (yyvsp[0].string); } -#line 35227 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35236 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2038: -#line 13073 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13082 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->escaped= (yyvsp[0].string); } -#line 35236 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35245 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2043: -#line 13091 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13100 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->line_term= (yyvsp[0].string); } -#line 35245 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35254 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2044: -#line 13096 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13105 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->line_start= (yyvsp[0].string); } -#line 35254 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35263 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2045: -#line 13103 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13112 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 35260 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35269 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2046: -#line 13105 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13114 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->exchange->line_term = (yyvsp[0].string); } -#line 35266 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35275 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2048: -#line 13110 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13119 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { DBUG_ASSERT(Lex->exchange != 0); Lex->exchange->skip_lines= atol((yyvsp[-1].lex_str).str); } -#line 35275 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35284 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2049: -#line 13117 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13126 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 35281 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35290 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2050: -#line 13118 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13127 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 35287 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35296 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2051: -#line 13122 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13131 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35293 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35302 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2052: -#line 13123 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13132 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35299 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35308 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2053: -#line 13124 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13133 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35305 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35314 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2054: -#line 13129 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13138 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->field_list.push_back((yyvsp[0].item), thd->mem_root); } -#line 35311 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35320 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2055: -#line 13131 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13140 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->field_list.push_back((yyvsp[0].item), thd->mem_root); } -#line 35317 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35326 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2056: -#line 13135 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13144 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {(yyval.item)= (yyvsp[0].item);} -#line 35323 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35332 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2057: -#line 13137 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_user_var_as_out_param(thd, (yyvsp[0].lex_str)); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35333 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35342 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2058: -#line 13145 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13154 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35339 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35348 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2059: -#line 13146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13155 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 35345 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35354 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2062: -#line 13156 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13165 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->update_list.push_back((yyvsp[-4].item), thd->mem_root) || @@ -35353,11 +35362,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; (yyvsp[-1].item)->set_name_no_truncate((yyvsp[-2].simple_string), (uint) ((yyvsp[0].simple_string) - (yyvsp[-2].simple_string)), thd->charset()); } -#line 35357 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35366 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2063: -#line 13169 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX_STRING tmp; CHARSET_INFO *cs_con= thd->variables.collation_connection; @@ -35381,11 +35390,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35385 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35394 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2064: -#line 13193 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13202 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { uint repertoire= Lex->text_string_is_7bit ? MY_REPERTOIRE_ASCII : MY_REPERTOIRE_UNICODE30; @@ -35397,22 +35406,22 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35401 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35410 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2065: -#line 13205 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13214 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_string_with_introducer(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, (yyvsp[-1].charset)); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35412 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35421 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2066: -#line 13212 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13221 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item_string* item= (Item_string*) (yyvsp[-1].item); item->append((yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); @@ -35428,11 +35437,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyvsp[0].lex_str).length); } } -#line 35432 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35441 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2067: -#line 13231 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13240 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.string)= new (thd->mem_root) String((yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, @@ -35440,17 +35449,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.string) == NULL) MYSQL_YYABORT; } -#line 35444 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35453 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2068: -#line 13238 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13247 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.string)= (yyvsp[0].string); } -#line 35450 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35459 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2069: -#line 13244 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13253 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item *tmp= new (thd->mem_root) Item_hex_hybrid(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); @@ -35463,11 +35472,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); tmp->quick_fix_field(); (yyval.string)= tmp->val_str((String*) 0); } -#line 35467 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35476 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2070: -#line 13257 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13266 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item *tmp= new (thd->mem_root) Item_hex_string(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); @@ -35476,11 +35485,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); tmp->quick_fix_field(); (yyval.string)= tmp->val_str((String*) 0); } -#line 35480 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35489 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2071: -#line 13266 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13275 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item *tmp= new (thd->mem_root) Item_bin_string(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); @@ -35493,11 +35502,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); tmp->quick_fix_field(); (yyval.string)= tmp->val_str((String*) 0); } -#line 35497 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35506 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2072: -#line 13282 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13291 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; Lex_input_stream *lip= YYLIP; @@ -35511,50 +35520,50 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!((yyval.item_param)= item) || lex->param_list.push_back(item, thd->mem_root)) my_yyabort_error((ER_OUT_OF_RESOURCES, MYF(0))); } -#line 35515 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35524 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2073: -#line 13298 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13307 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item) = (yyvsp[0].item); } -#line 35521 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35530 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2074: -#line 13299 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13308 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item) = (yyvsp[0].item_num); } -#line 35527 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35536 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2075: -#line 13301 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13310 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyvsp[0].item_num)->max_length++; (yyval.item)= (yyvsp[0].item_num)->neg(thd); } -#line 35536 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35545 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2076: -#line 13308 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13317 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item) = (yyvsp[0].item); } -#line 35542 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35551 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2077: -#line 13309 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13318 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item) = (yyvsp[0].item_num); } -#line 35548 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35557 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2078: -#line 13310 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13319 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= (yyvsp[0].item); } -#line 35554 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35563 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2079: -#line 13312 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13321 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* For the digest computation, in this context only, @@ -35568,61 +35577,61 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; YYLIP->next_state= MY_LEX_OPERATOR_OR_IDENT; } -#line 35572 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35581 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2080: -#line 13326 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13335 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_int(thd, (char*) "FALSE",0,1); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35582 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35591 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2081: -#line 13332 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13341 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_int(thd, (char*) "TRUE",1,1); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35592 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35601 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2082: -#line 13338 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13347 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_hex_hybrid(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35602 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35611 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2083: -#line 13344 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13353 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_hex_string(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35612 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35621 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2084: -#line 13350 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13359 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= new (thd->mem_root) Item_bin_string(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35622 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35631 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2085: -#line 13356 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13365 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item_string_with_introducer *item_str; /* @@ -35637,11 +35646,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.item)= item_str; } -#line 35641 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35650 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2086: -#line 13374 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13383 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { int error; (yyval.item_num)= new (thd->mem_root) @@ -35651,11 +35660,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item_num) == NULL) MYSQL_YYABORT; } -#line 35655 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35664 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2087: -#line 13384 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13393 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { int error; (yyval.item_num)= new (thd->mem_root) @@ -35665,21 +35674,21 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item_num) == NULL) MYSQL_YYABORT; } -#line 35669 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35678 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2088: -#line 13394 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13403 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item_num)= new (thd->mem_root) Item_uint(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if ((yyval.item_num) == NULL) MYSQL_YYABORT; } -#line 35679 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35688 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2089: -#line 13400 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13409 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item_num)= new (thd->mem_root) Item_decimal(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, thd->charset()); @@ -35688,11 +35697,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 35692 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35701 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2090: -#line 13409 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13418 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item_num)= new (thd->mem_root) Item_float(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if (((yyval.item_num) == NULL) || (thd->is_error())) @@ -35700,53 +35709,53 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 35704 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35713 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2091: -#line 13421 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13430 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.item)= create_temporal_literal(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, YYCSCL, MYSQL_TYPE_DATE, true))) MYSQL_YYABORT; } -#line 35714 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35723 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2092: -#line 13427 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13436 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.item)= create_temporal_literal(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, YYCSCL, MYSQL_TYPE_TIME, true))) MYSQL_YYABORT; } -#line 35724 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35733 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2093: -#line 13433 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13442 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.item)= create_temporal_literal(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length, YYCSCL, MYSQL_TYPE_DATETIME, true))) MYSQL_YYABORT; } -#line 35734 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35743 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2094: -#line 13448 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13457 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=(yyvsp[0].item); } -#line 35740 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35749 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2095: -#line 13449 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13458 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=(yyvsp[0].item); } -#line 35746 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35755 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2096: -#line 13454 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13463 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { SELECT_LEX *sel= Select; (yyval.item)= new (thd->mem_root) Item_field(thd, Lex->current_context(), @@ -35755,11 +35764,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; sel->with_wild++; } -#line 35759 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35768 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2097: -#line 13463 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13472 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { SELECT_LEX *sel= Select; const char* schema= thd->client_capabilities & CLIENT_NO_SCHEMA ? @@ -35771,17 +35780,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; sel->with_wild++; } -#line 35775 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35784 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2098: -#line 13477 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13486 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=(yyvsp[0].item); } -#line 35781 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35790 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2099: -#line 13482 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13491 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; Lex_input_stream *lip= YYLIP; @@ -35824,17 +35833,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 35828 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35837 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2100: -#line 13524 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13533 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= (yyvsp[0].item); } -#line 35834 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35843 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2101: -#line 13529 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13538 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { SELECT_LEX *sel=Select; if ((sel->parsing_place != IN_HAVING) || @@ -35851,17 +35860,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35855 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35864 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2102: -#line 13545 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13554 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)= (yyvsp[0].item); } -#line 35861 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35870 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2103: -#line 13550 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13559 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; @@ -35933,11 +35942,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 35937 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35946 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2104: -#line 13622 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13631 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; SELECT_LEX *sel= lex->current_select; @@ -35961,11 +35970,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35965 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 35974 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2105: -#line 13646 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13655 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; SELECT_LEX *sel= lex->current_select; @@ -35992,17 +36001,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 35996 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36005 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2106: -#line 13675 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13684 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str);} -#line 36002 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36011 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2107: -#line 13677 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13686 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { TABLE_LIST *table= Select->table_list.first; if (my_strcasecmp(table_alias_charset, (yyvsp[-4].lex_str).str, table->db)) @@ -36012,96 +36021,96 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); my_yyabort_error((ER_WRONG_TABLE_NAME, MYF(0), (yyvsp[-2].lex_str).str)); (yyval.lex_str)=(yyvsp[0].lex_str); } -#line 36016 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36025 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2108: -#line 13687 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13696 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { TABLE_LIST *table= Select->table_list.first; if (my_strcasecmp(table_alias_charset, (yyvsp[-2].lex_str).str, table->alias)) my_yyabort_error((ER_WRONG_TABLE_NAME, MYF(0), (yyvsp[-2].lex_str).str)); (yyval.lex_str)=(yyvsp[0].lex_str); } -#line 36027 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36036 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2109: -#line 13693 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13702 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str);} -#line 36033 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36042 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2110: -#line 13698 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13707 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.table)= new (thd->mem_root) Table_ident((yyvsp[0].lex_str)); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36043 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36052 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2111: -#line 13704 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13713 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.table)= new (thd->mem_root) Table_ident(thd, (yyvsp[-2].lex_str), (yyvsp[0].lex_str), 0); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36053 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36062 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2112: -#line 13710 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13719 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* For Delphi */ (yyval.table)= new (thd->mem_root) Table_ident((yyvsp[0].lex_str)); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36064 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36073 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2113: -#line 13720 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13729 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.table)= new (thd->mem_root) Table_ident((yyvsp[-1].lex_str)); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36074 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36083 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2114: -#line 13726 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13735 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.table)= new (thd->mem_root) Table_ident(thd, (yyvsp[-3].lex_str), (yyvsp[-1].lex_str), 0); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36084 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36093 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2115: -#line 13735 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13744 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX_STRING db={(char*) any_db,3}; (yyval.table)= new (thd->mem_root) Table_ident(thd, db, (yyvsp[0].lex_str), 0); if ((yyval.table) == NULL) MYSQL_YYABORT; } -#line 36095 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36104 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2116: -#line 13744 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13753 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)= (yyvsp[0].lex_str); } -#line 36101 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36110 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2117: -#line 13746 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13755 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (thd->charset_is_system_charset) { @@ -36126,11 +36135,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 36130 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36139 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2118: -#line 13774 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13783 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (thd->charset_is_system_charset) (yyval.lex_str)= (yyvsp[0].lex_str); @@ -36141,11 +36150,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 36145 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36154 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2119: -#line 13788 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13797 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (thd->charset_is_collation_connection) (yyval.lex_str)= (yyvsp[0].lex_str); @@ -36156,11 +36165,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 36160 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36169 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2120: -#line 13802 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13811 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (thd->charset_is_character_set_filesystem) (yyval.lex_str)= (yyvsp[0].lex_str); @@ -36172,63 +36181,63 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 36176 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36185 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2121: -#line 13816 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13825 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str); } -#line 36182 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36191 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2122: -#line 13818 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13827 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str).str= thd->strmake((yyvsp[0].symbol).str, (yyvsp[0].symbol).length); if ((yyval.lex_str).str == NULL) MYSQL_YYABORT; (yyval.lex_str).length= (yyvsp[0].symbol).length; } -#line 36193 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36202 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2123: -#line 13827 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13836 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str); } -#line 36199 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36208 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2124: -#line 13829 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13838 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str).str= thd->strmake((yyvsp[0].symbol).str, (yyvsp[0].symbol).length); if ((yyval.lex_str).str == NULL) MYSQL_YYABORT; (yyval.lex_str).length= (yyvsp[0].symbol).length; } -#line 36210 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36219 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2125: -#line 13838 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13847 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str);} -#line 36216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36225 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2126: -#line 13839 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13848 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str);} -#line 36222 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36231 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2127: -#line 13840 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13849 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_str)=(yyvsp[0].lex_str);} -#line 36228 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36237 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2128: -#line 13845 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13854 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.lex_user)=(LEX_USER*) thd->alloc(sizeof(st_lex_user)))) MYSQL_YYABORT; @@ -36241,11 +36250,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); system_charset_info, 0)) MYSQL_YYABORT; } -#line 36245 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36254 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2129: -#line 13858 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13867 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.lex_user)=(LEX_USER*) thd->alloc(sizeof(st_lex_user)))) MYSQL_YYABORT; @@ -36275,11 +36284,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.lex_user)->host= host_not_specified; } } -#line 36279 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36288 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2130: -#line 13888 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13897 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.lex_user)=(LEX_USER*)thd->calloc(sizeof(LEX_USER)))) MYSQL_YYABORT; @@ -36287,2241 +36296,2241 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.lex_user)->plugin= empty_lex_str; (yyval.lex_user)->auth= empty_lex_str; } -#line 36291 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36300 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2133: -#line 13900 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13909 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if ((yyvsp[0].lex_user)->user.str != current_user.str && (yyvsp[0].lex_user)->host.str == 0) (yyvsp[0].lex_user)->host= host_not_specified; (yyval.lex_user)= (yyvsp[0].lex_user); } -#line 36301 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36310 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2134: -#line 13909 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13918 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36307 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36316 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2135: -#line 13910 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13919 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36313 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36322 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2136: -#line 13911 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13920 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36319 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36328 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2137: -#line 13912 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13921 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36325 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36334 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2138: -#line 13913 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13922 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36331 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36340 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2139: -#line 13914 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13923 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36337 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36346 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2140: -#line 13915 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13924 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36343 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36352 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2141: -#line 13916 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13925 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36349 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36358 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2142: -#line 13917 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13926 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36355 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36364 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2143: -#line 13918 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13927 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36361 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36370 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2144: -#line 13919 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13928 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36367 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36376 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2145: -#line 13920 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13929 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36373 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36382 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2146: -#line 13921 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13930 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36379 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36388 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2147: -#line 13922 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13931 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36385 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36394 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2148: -#line 13923 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13932 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36391 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36400 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2149: -#line 13924 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13933 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36397 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36406 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2150: -#line 13925 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13934 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36403 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36412 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2151: -#line 13926 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13935 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36409 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36418 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2152: -#line 13927 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13936 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36415 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36424 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2153: -#line 13928 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13937 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36421 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36430 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2154: -#line 13929 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13938 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36427 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36436 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2155: -#line 13930 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36433 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36442 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2156: -#line 13931 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13940 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36439 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36448 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2157: -#line 13932 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13941 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36445 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36454 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2158: -#line 13933 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13942 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36451 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36460 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2159: -#line 13934 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13943 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36457 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36466 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2160: -#line 13935 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13944 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36463 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36472 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2161: -#line 13936 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13945 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36469 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36478 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2162: -#line 13937 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13946 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36475 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36484 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2163: -#line 13938 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13947 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36481 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36490 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2164: -#line 13939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13948 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36487 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36496 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2165: -#line 13940 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13949 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36493 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36502 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2166: -#line 13941 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13950 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36499 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36508 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2167: -#line 13942 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13951 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36505 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36514 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2168: -#line 13943 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13952 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36511 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36520 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2169: -#line 13944 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13953 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36517 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36526 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2170: -#line 13945 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13954 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36523 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36532 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2171: -#line 13946 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13955 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36529 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36538 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2172: -#line 13947 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13956 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36535 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36544 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2173: -#line 13948 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13957 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36541 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36550 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2174: -#line 13949 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13958 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36547 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36556 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2175: -#line 13950 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13959 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36553 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36562 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2176: -#line 13951 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13960 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36559 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36568 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2177: -#line 13952 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13961 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36565 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36574 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2178: -#line 13953 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13962 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36571 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36580 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2179: -#line 13954 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13963 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36577 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36586 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2180: -#line 13955 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13964 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36583 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36592 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2181: -#line 13956 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13965 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36589 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36598 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2182: -#line 13957 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13966 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36595 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36604 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2183: -#line 13958 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13967 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36601 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36610 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2184: -#line 13959 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13968 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36607 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36616 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2185: -#line 13960 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13969 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36613 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36622 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2186: -#line 13961 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13970 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36619 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36628 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2187: -#line 13962 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13971 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36625 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36634 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2188: -#line 13963 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13972 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36631 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36640 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2189: -#line 13964 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13973 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36637 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36646 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2190: -#line 13965 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13974 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36643 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36652 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2191: -#line 13966 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13975 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36649 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36658 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2192: -#line 13967 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13976 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36655 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36664 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2193: -#line 13968 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13977 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36661 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36670 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2194: -#line 13969 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13978 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36667 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36676 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2195: -#line 13979 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13988 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36673 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36682 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2196: -#line 13980 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13989 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36679 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36688 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2197: -#line 13981 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13990 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36685 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36694 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2198: -#line 13982 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13991 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36691 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36700 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2199: -#line 13983 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13992 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36697 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36706 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2200: -#line 13984 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13993 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36703 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36712 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2201: -#line 13985 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13994 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36709 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36718 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2202: -#line 13986 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13995 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36715 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36724 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2203: -#line 13987 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13996 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36721 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36730 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2204: -#line 13988 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13997 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36727 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36736 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2205: -#line 13989 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13998 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36733 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36742 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2206: -#line 13990 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 13999 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36739 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36748 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2207: -#line 13991 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14000 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36745 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36754 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2208: -#line 13992 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14001 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36751 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36760 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2209: -#line 13993 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14002 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36757 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36766 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2210: -#line 13994 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14003 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36763 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36772 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2211: -#line 13995 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14004 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36769 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36778 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2212: -#line 13996 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14005 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36775 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36784 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2213: -#line 13997 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14006 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36781 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36790 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2214: -#line 13998 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14007 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36787 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36796 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2215: -#line 13999 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14008 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36793 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36802 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2216: -#line 14000 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14009 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36799 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36808 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2217: -#line 14001 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14010 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36805 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36814 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2218: -#line 14002 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14011 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36811 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36820 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2219: -#line 14003 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14012 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36817 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36826 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2220: -#line 14004 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14013 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36823 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36832 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2221: -#line 14005 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14014 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36829 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36838 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2222: -#line 14006 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14015 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36835 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36844 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2223: -#line 14007 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14016 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36841 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36850 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2224: -#line 14008 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14017 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36847 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36856 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2225: -#line 14009 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14018 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36853 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36862 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2226: -#line 14010 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14019 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36859 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36868 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2227: -#line 14011 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14020 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36865 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36874 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2228: -#line 14012 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14021 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36871 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36880 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2229: -#line 14013 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14022 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36877 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36886 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2230: -#line 14014 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14023 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36883 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36892 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2231: -#line 14015 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14024 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36889 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36898 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2232: -#line 14016 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14025 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36895 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36904 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2233: -#line 14017 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14026 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36901 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36910 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2234: -#line 14018 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14027 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36907 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36916 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2235: -#line 14019 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14028 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36913 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36922 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2236: -#line 14020 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14029 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36919 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36928 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2237: -#line 14021 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14030 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36925 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36934 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2238: -#line 14022 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14031 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36931 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36940 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2239: -#line 14023 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14032 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36937 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36946 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2240: -#line 14024 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14033 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36943 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36952 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2241: -#line 14025 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14034 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36949 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36958 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2242: -#line 14026 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14035 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36955 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36964 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2243: -#line 14027 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14036 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36961 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36970 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2244: -#line 14028 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14037 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36967 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36976 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2245: -#line 14033 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14042 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36973 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36982 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2246: -#line 14034 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14043 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36979 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36988 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2247: -#line 14035 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14044 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36985 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 36994 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2248: -#line 14036 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14045 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36991 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37000 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2249: -#line 14037 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14046 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 36997 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37006 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2250: -#line 14038 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14047 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37003 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37012 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2251: -#line 14039 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14048 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37009 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37018 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2252: -#line 14040 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14049 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37015 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37024 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2253: -#line 14041 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14050 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37021 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37030 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2254: -#line 14042 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14051 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37027 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37036 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2255: -#line 14043 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14052 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37033 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37042 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2256: -#line 14044 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14053 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37039 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37048 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2257: -#line 14045 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14054 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37045 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37054 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2258: -#line 14046 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14055 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37051 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37060 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2259: -#line 14047 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14056 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37057 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37066 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2260: -#line 14048 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14057 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37063 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37072 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2261: -#line 14049 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14058 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37069 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37078 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2262: -#line 14050 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14059 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37075 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37084 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2263: -#line 14051 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14060 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37081 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37090 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2264: -#line 14052 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14061 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37087 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37096 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2265: -#line 14053 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14062 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37093 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37102 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2266: -#line 14054 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14063 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37099 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37108 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2267: -#line 14055 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14064 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37105 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37114 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2268: -#line 14056 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14065 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37111 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37120 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2269: -#line 14057 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14066 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37117 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37126 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2270: -#line 14058 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14067 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37123 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37132 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2271: -#line 14059 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14068 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37129 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37138 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2272: -#line 14060 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14069 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37135 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37144 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2273: -#line 14061 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14070 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37141 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37150 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2274: -#line 14062 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14071 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37147 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37156 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2275: -#line 14063 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14072 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37153 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37162 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2276: -#line 14064 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14073 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37159 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37168 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2277: -#line 14065 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14074 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37165 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37174 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2278: -#line 14066 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14075 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37171 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37180 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2279: -#line 14067 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14076 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37177 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37186 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2280: -#line 14068 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14077 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37183 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37192 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2281: -#line 14069 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14078 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37189 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37198 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2282: -#line 14070 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14079 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37195 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37204 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2283: -#line 14071 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14080 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37201 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37210 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2284: -#line 14072 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14081 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37207 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2285: -#line 14073 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14082 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37213 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37222 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2286: -#line 14074 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14083 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37219 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37228 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2287: -#line 14075 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14084 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37225 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37234 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2288: -#line 14076 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14085 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37231 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37240 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2289: -#line 14077 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14086 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37237 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37246 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2290: -#line 14078 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14087 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37243 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37252 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2291: -#line 14079 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14088 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37249 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37258 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2292: -#line 14080 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14089 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37255 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37264 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2293: -#line 14081 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14090 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37261 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37270 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2294: -#line 14082 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14091 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37267 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37276 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2295: -#line 14083 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14092 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37273 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37282 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2296: -#line 14084 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14093 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37279 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37288 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2297: -#line 14085 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14094 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37285 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37294 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2298: -#line 14086 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14095 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37291 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37300 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2299: -#line 14087 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14096 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37297 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37306 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2300: -#line 14088 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14097 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37303 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37312 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2301: -#line 14089 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14098 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37309 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37318 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2302: -#line 14090 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14099 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37315 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37324 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2303: -#line 14091 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14100 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37321 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37330 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2304: -#line 14092 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14101 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37327 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37336 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2305: -#line 14093 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14102 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37333 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37342 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2306: -#line 14094 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14103 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37339 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37348 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2307: -#line 14095 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14104 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37345 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37354 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2308: -#line 14096 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14105 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37351 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37360 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2309: -#line 14097 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14106 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37357 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37366 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2310: -#line 14098 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14107 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37363 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37372 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2311: -#line 14099 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14108 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37369 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37378 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2312: -#line 14100 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14109 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37375 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37384 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2313: -#line 14101 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14110 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37381 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37390 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2314: -#line 14102 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14111 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37387 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37396 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2315: -#line 14103 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14112 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37393 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37402 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2316: -#line 14104 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14113 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37399 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37408 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2317: -#line 14105 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14114 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37405 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37414 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2318: -#line 14106 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14115 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37411 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37420 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2319: -#line 14107 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14116 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37417 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37426 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2320: -#line 14108 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14117 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37423 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37432 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2321: -#line 14109 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14118 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37429 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37438 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2322: -#line 14110 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14119 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37435 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37444 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2323: -#line 14111 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14120 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37441 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37450 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2324: -#line 14112 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14121 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37447 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37456 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2325: -#line 14113 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14122 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37453 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37462 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2326: -#line 14114 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14123 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37459 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37468 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2327: -#line 14115 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14124 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37465 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37474 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2328: -#line 14116 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14125 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37471 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37480 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2329: -#line 14117 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14126 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37477 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37486 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2330: -#line 14118 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14127 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37483 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37492 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2331: -#line 14119 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14128 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37489 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37498 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2332: -#line 14120 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14129 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37495 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37504 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2333: -#line 14121 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14130 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37501 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37510 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2334: -#line 14122 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14131 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37507 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37516 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2335: -#line 14123 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14132 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37513 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37522 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2336: -#line 14124 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14133 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37519 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37528 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2337: -#line 14125 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14134 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37525 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37534 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2338: -#line 14126 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14135 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37531 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37540 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2339: -#line 14127 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14136 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37537 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37546 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2340: -#line 14128 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14137 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37543 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37552 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2341: -#line 14129 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14138 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37549 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37558 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2342: -#line 14130 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14139 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37555 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37564 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2343: -#line 14131 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14140 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37561 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37570 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2344: -#line 14132 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14141 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37567 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37576 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2345: -#line 14133 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14142 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37573 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37582 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2346: -#line 14134 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14143 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37579 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37588 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2347: -#line 14135 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14144 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37585 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37594 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2348: -#line 14136 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14145 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37591 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37600 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2349: -#line 14137 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37597 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37606 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2350: -#line 14138 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14147 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37603 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37612 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2351: -#line 14139 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14148 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37609 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37618 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2352: -#line 14140 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14149 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37615 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37624 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2353: -#line 14141 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14150 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37621 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37630 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2354: -#line 14142 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14151 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37627 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37636 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2355: -#line 14143 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14152 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37633 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37642 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2356: -#line 14144 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14153 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37639 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37648 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2357: -#line 14145 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14154 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37645 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37654 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2358: -#line 14146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14155 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37651 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37660 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2359: -#line 14147 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14156 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37657 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37666 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2360: -#line 14148 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14157 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37663 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37672 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2361: -#line 14149 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14158 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37669 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37678 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2362: -#line 14150 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14159 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37675 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37684 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2363: -#line 14151 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14160 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37681 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37690 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2364: -#line 14152 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14161 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37687 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37696 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2365: -#line 14153 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14162 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37693 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37702 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2366: -#line 14154 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14163 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37699 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37708 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2367: -#line 14155 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14164 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37705 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37714 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2368: -#line 14156 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14165 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37711 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37720 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2369: -#line 14157 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14166 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37717 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37726 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2370: -#line 14158 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14167 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37723 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37732 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2371: -#line 14159 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14168 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37729 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37738 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2372: -#line 14160 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14169 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37735 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37744 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2373: -#line 14161 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14170 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37741 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37750 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2374: -#line 14162 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14171 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37747 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37756 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2375: -#line 14163 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14172 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37753 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37762 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2376: -#line 14164 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14173 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37759 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37768 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2377: -#line 14165 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14174 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37765 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37774 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2378: -#line 14166 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14175 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37771 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37780 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2379: -#line 14167 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14176 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37777 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37786 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2380: -#line 14168 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14177 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37783 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37792 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2381: -#line 14169 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37789 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37798 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2382: -#line 14170 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14179 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37795 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37804 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2383: -#line 14171 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14180 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37801 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37810 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2384: -#line 14172 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14181 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37807 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37816 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2385: -#line 14173 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14182 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37813 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37822 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2386: -#line 14174 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14183 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37819 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37828 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2387: -#line 14175 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14184 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37825 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37834 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2388: -#line 14176 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14185 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37831 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37840 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2389: -#line 14177 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14186 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37837 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37846 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2390: -#line 14178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14187 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37843 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37852 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2391: -#line 14179 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14188 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37849 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37858 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2392: -#line 14180 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14189 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37855 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37864 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2393: -#line 14181 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14190 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37861 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37870 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2394: -#line 14182 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14191 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37867 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37876 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2395: -#line 14183 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14192 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37873 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37882 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2396: -#line 14184 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14193 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37879 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37888 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2397: -#line 14185 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14194 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37885 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37894 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2398: -#line 14186 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14195 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37891 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37900 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2399: -#line 14187 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14196 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37897 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37906 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2400: -#line 14188 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14197 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37903 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37912 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2401: -#line 14189 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14198 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37909 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37918 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2402: -#line 14190 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14199 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37915 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37924 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2403: -#line 14191 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14200 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37921 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37930 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2404: -#line 14192 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14201 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37927 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37936 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2405: -#line 14193 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14202 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37933 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37942 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2406: -#line 14194 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14203 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37939 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37948 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2407: -#line 14195 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14204 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37945 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37954 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2408: -#line 14196 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14205 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37951 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37960 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2409: -#line 14197 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14206 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37957 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37966 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2410: -#line 14198 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14207 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37963 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37972 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2411: -#line 14199 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14208 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37969 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37978 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2412: -#line 14200 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14209 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37975 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37984 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2413: -#line 14201 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14210 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37981 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37990 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2414: -#line 14202 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14211 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37987 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 37996 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2415: -#line 14203 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14212 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37993 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38002 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2416: -#line 14204 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14213 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 37999 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38008 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2417: -#line 14205 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14214 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38005 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38014 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2418: -#line 14206 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14215 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38011 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38020 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2419: -#line 14207 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14216 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38017 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38026 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2420: -#line 14208 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14217 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38023 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38032 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2421: -#line 14209 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14218 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38029 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38038 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2422: -#line 14210 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14219 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38035 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38044 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2423: -#line 14211 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14220 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38041 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38050 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2424: -#line 14212 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14221 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38047 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38056 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2425: -#line 14213 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14222 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38053 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38062 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2426: -#line 14214 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14223 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38059 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38068 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2427: -#line 14215 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14224 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38065 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38074 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2428: -#line 14216 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14225 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38071 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38080 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2429: -#line 14217 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14226 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38077 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38086 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2430: -#line 14218 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14227 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38083 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38092 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2431: -#line 14219 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14228 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38089 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38098 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2432: -#line 14220 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14229 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38095 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38104 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2433: -#line 14221 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14230 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38101 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38110 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2434: -#line 14222 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14231 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38107 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38116 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2435: -#line 14223 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14232 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38113 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38122 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2436: -#line 14224 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14233 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38119 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38128 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2437: -#line 14225 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14234 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38125 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38134 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2438: -#line 14226 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14235 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38131 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38140 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2439: -#line 14227 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14236 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38137 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38146 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2440: -#line 14228 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14237 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38143 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38152 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2441: -#line 14229 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14238 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38149 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38158 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2442: -#line 14230 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14239 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38155 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38164 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2443: -#line 14231 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14240 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38161 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38170 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2444: -#line 14232 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14241 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38167 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38176 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2445: -#line 14233 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14242 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38173 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38182 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2446: -#line 14234 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14243 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38179 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38188 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2447: -#line 14235 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14244 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38185 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38194 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2448: -#line 14236 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14245 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38191 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38200 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2449: -#line 14237 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14246 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38197 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38206 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2450: -#line 14238 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14247 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38203 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38212 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2451: -#line 14239 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14248 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38209 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38218 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2452: -#line 14240 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14249 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38215 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38224 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2453: -#line 14241 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14250 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38221 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38230 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2454: -#line 14242 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14251 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38227 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38236 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2455: -#line 14243 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14252 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38233 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38242 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2456: -#line 14244 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14253 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38239 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38248 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2457: -#line 14245 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14254 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38245 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38254 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2458: -#line 14246 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14255 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38251 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38260 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2459: -#line 14247 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14256 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38257 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38266 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2460: -#line 14248 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14257 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38263 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38272 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2461: -#line 14249 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14258 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38269 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38278 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2462: -#line 14250 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14259 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38275 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38284 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2463: -#line 14251 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14260 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38281 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38290 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2464: -#line 14252 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14261 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38287 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38296 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2465: -#line 14253 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14262 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38293 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38302 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2466: -#line 14254 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14263 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38299 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38308 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2467: -#line 14255 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14264 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38305 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38314 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2468: -#line 14256 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14265 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38311 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38320 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2469: -#line 14257 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14266 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38317 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38326 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2470: -#line 14258 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14267 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38323 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38332 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2471: -#line 14259 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14268 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38329 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38338 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2472: -#line 14260 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14269 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38335 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38344 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2473: -#line 14261 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14270 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38341 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38350 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2474: -#line 14262 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14271 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38347 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38356 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2475: -#line 14263 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14272 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38353 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38362 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2476: -#line 14264 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14273 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38359 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38368 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2477: -#line 14265 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14274 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38365 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38374 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2478: -#line 14266 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14275 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38371 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38380 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2479: -#line 14267 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14276 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38377 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38386 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2480: -#line 14268 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14277 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38383 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38392 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2481: -#line 14269 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14278 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38389 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38398 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2482: -#line 14270 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14279 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38395 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38404 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2483: -#line 14271 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14280 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38401 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38410 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2484: -#line 14272 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14281 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38407 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38416 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2485: -#line 14273 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14282 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38413 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38422 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2486: -#line 14274 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14283 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38419 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38428 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2487: -#line 14275 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14284 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38425 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38434 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2488: -#line 14276 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14285 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38431 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38440 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2489: -#line 14277 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14286 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38437 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38446 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2490: -#line 14278 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14287 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38443 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38452 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2491: -#line 14279 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14288 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38449 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38458 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2492: -#line 14280 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14289 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38455 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38464 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2493: -#line 14281 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14290 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38461 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38470 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2494: -#line 14282 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14291 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38467 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38476 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2495: -#line 14283 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14292 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38473 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38482 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2496: -#line 14284 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14293 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38479 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38488 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2497: -#line 14285 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14294 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38485 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38494 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2498: -#line 14286 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14295 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38491 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38500 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2499: -#line 14287 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14296 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38497 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38506 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2500: -#line 14288 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14297 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38503 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38512 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2501: -#line 14289 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14298 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38509 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38518 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2502: -#line 14290 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14299 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38515 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38524 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2503: -#line 14291 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14300 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38521 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38530 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2504: -#line 14303 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14312 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_SET_OPTION; @@ -38531,17 +38540,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->autocommit= 0; sp_create_assignment_lex(thd, yychar == YYEMPTY); } -#line 38535 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38544 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2505: -#line 14313 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14322 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38541 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38550 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2506: -#line 14315 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14324 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; mysql_init_select(lex); @@ -38549,11 +38558,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_SET_OPTION; lex->autocommit= 0; } -#line 38553 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38562 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2507: -#line 14323 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14332 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->table_or_sp_used()) @@ -38561,177 +38570,177 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->stmt_var_list= lex->var_list; lex->var_list.empty(); } -#line 38565 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38574 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2508: -#line 14331 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14340 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 38571 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38580 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2511: -#line 14346 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14355 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38580 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38589 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2513: -#line 14352 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14361 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->option_type= OPT_DEFAULT; } -#line 38588 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38597 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2514: -#line 14356 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14365 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38597 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38606 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2515: -#line 14361 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14370 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->option_type= (yyvsp[0].var_type); } -#line 38605 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38614 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2517: -#line 14371 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14380 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38614 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38623 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2519: -#line 14377 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14386 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38623 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38632 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2522: -#line 14391 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14400 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { sp_create_assignment_lex(thd, yychar == YYEMPTY); } -#line 38631 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38640 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2523: -#line 14395 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14404 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38640 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38649 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2524: -#line 14400 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14409 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { sp_create_assignment_lex(thd, yychar == YYEMPTY); } -#line 38648 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38657 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2525: -#line 14404 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14413 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (sp_create_assignment_instr(thd, yychar == YYEMPTY)) MYSQL_YYABORT; } -#line 38657 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38666 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2526: -#line 14413 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14422 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->option_type= (yyvsp[0].var_type); } -#line 38665 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38674 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2529: -#line 14421 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14430 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_GLOBAL; } -#line 38671 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38680 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2530: -#line 14422 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14431 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38677 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38686 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2531: -#line 14423 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14432 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38683 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38692 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2532: -#line 14427 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14436 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38689 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38698 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2533: -#line 14428 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14437 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_GLOBAL; } -#line 38695 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38704 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2534: -#line 14429 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14438 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38701 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38710 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2535: -#line 14430 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14439 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38707 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38716 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2536: -#line 14434 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14443 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_DEFAULT; } -#line 38713 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38722 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2537: -#line 14435 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14444 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_GLOBAL; } -#line 38719 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38728 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2538: -#line 14436 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14445 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38725 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38734 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2539: -#line 14437 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14446 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.var_type)=OPT_SESSION; } -#line 38731 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38740 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2540: -#line 14443 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14452 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; @@ -38751,11 +38760,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 38755 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38764 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2541: -#line 14467 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14476 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; @@ -38781,11 +38790,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 38785 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38794 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2542: -#line 14493 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14502 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Item_func_set_user_var *item; item= new (thd->mem_root) Item_func_set_user_var(thd, (yyvsp[-2].lex_str), (yyvsp[0].item)); @@ -38796,11 +38805,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; Lex->var_list.push_back(var, thd->mem_root); } -#line 38800 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38809 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2543: -#line 14504 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14513 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { struct sys_var_with_base tmp= (yyvsp[-2].variable); if (tmp.var == trg_new_row_fake_var) @@ -38817,11 +38826,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (set_system_variable(thd, &tmp, (yyvsp[-3].var_type), (yyvsp[0].item))) MYSQL_YYABORT; } -#line 38821 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38830 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2544: -#line 14521 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14530 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; CHARSET_INFO *cs2; @@ -38835,11 +38844,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->var_list.push_back(var, thd->mem_root); } -#line 38839 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38848 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2545: -#line 14535 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14544 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; sp_pcontext *spc= lex->spcont; @@ -38854,11 +38863,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } -#line 38858 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38867 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2546: -#line 14550 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14559 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; CHARSET_INFO *cs2; @@ -38877,11 +38886,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->var_list.push_back(var, thd->mem_root); } -#line 38881 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38890 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2547: -#line 14569 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14578 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex = Lex; LEX_USER *user; @@ -38898,11 +38907,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (lex->sphead) lex->sphead->m_flags|= sp_head::HAS_SET_AUTOCOMMIT_STMT; } -#line 38902 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38911 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2548: -#line 14586 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14595 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex = Lex; set_var_default_role *var= (new (thd->mem_root) @@ -38914,11 +38923,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (lex->sphead) lex->sphead->m_flags|= sp_head::HAS_SET_AUTOCOMMIT_STMT; } -#line 38918 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38927 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2549: -#line 14598 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14607 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex = Lex; set_var_role *var= new (thd->mem_root) set_var_role((yyvsp[0].lex_str)); @@ -38926,11 +38935,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->var_list.push_back(var, thd->mem_root); } -#line 38930 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38939 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2550: -#line 14606 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14615 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex = Lex; set_var_password *var= (new (thd->mem_root) @@ -38942,11 +38951,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (lex->sphead) lex->sphead->m_flags|= sp_head::HAS_SET_AUTOCOMMIT_STMT; } -#line 38946 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38955 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2551: -#line 14622 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14631 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { sp_pcontext *spc= thd->lex->spcont; sp_variable *spv; @@ -38972,11 +38981,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.variable).base_name= (yyvsp[0].lex_str); } } -#line 38976 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 38985 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2552: -#line 14648 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14657 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (check_reserved_words(&(yyvsp[-2].lex_str))) @@ -39013,11 +39022,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.variable).base_name= (yyvsp[-2].lex_str); } } -#line 39017 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39026 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2553: -#line 14685 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14694 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { sys_var *tmp=find_sys_var(thd, (yyvsp[0].lex_str).str, (yyvsp[0].lex_str).length); if (!tmp) @@ -39028,11 +39037,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); (yyval.variable).base_name.str= (char*) "default"; (yyval.variable).base_name.length= 7; } -#line 39032 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39041 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2558: -#line 14706 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14715 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; Item *item= new (thd->mem_root) Item_int(thd, (int32) (yyvsp[0].num)); @@ -39047,11 +39056,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->var_list.push_back(var, thd->mem_root); } -#line 39051 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39060 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2559: -#line 14724 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14733 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; Item *item= new (thd->mem_root) Item_int(thd, (int32) (yyvsp[0].tx_isolation)); @@ -39066,47 +39075,47 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->var_list.push_back(var, thd->mem_root); } -#line 39070 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39079 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2560: -#line 14741 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14750 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= true; } -#line 39076 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39085 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2561: -#line 14742 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14751 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= false; } -#line 39082 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39091 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2562: -#line 14746 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14755 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.tx_isolation)= ISO_READ_UNCOMMITTED; } -#line 39088 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39097 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2563: -#line 14747 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14756 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.tx_isolation)= ISO_READ_COMMITTED; } -#line 39094 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39103 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2564: -#line 14748 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14757 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.tx_isolation)= ISO_REPEATABLE_READ; } -#line 39100 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39109 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2565: -#line 14749 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14758 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.tx_isolation)= ISO_SERIALIZABLE; } -#line 39106 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39115 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2566: -#line 14754 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14763 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; sp_pcontext *spc= lex->spcont; @@ -39120,82 +39129,82 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->definer->plugin= empty_lex_str; lex->definer->auth= empty_lex_str; } -#line 39124 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39133 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2567: -#line 14767 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14776 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer= (yyvsp[-1].lex_user); } -#line 39130 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39139 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2568: -#line 14771 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14780 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer->pwhash= (yyvsp[0].lex_str);} -#line 39136 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39145 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2569: -#line 14772 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14781 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer->pwtext= (yyvsp[-1].lex_str); } -#line 39142 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39151 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2570: -#line 14774 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14783 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer->pwtext= (yyvsp[-1].lex_str); Lex->definer->pwhash.str= Item_func_password::alloc(thd, (yyvsp[-1].lex_str).str, (yyvsp[-1].lex_str).length, Item_func_password::OLD); Lex->definer->pwhash.length= SCRAMBLED_PASSWORD_CHAR_LENGTH_323; } -#line 39153 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39162 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2571: -#line 14783 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14792 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=(yyvsp[0].item); } -#line 39159 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39168 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2572: -#line 14784 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14793 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=0; } -#line 39165 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39174 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2573: -#line 14786 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14795 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=new (thd->mem_root) Item_string_sys(thd, "ON", 2); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 39175 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39184 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2574: -#line 14792 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14801 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=new (thd->mem_root) Item_string_sys(thd, "ALL", 3); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 39185 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39194 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2575: -#line 14798 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14807 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.item)=new (thd->mem_root) Item_string_sys(thd, "binary", 6); if ((yyval.item) == NULL) MYSQL_YYABORT; } -#line 39195 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39204 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2576: -#line 14809 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14818 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; @@ -39203,29 +39212,29 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); my_yyabort_error((ER_SP_BADSTATEMENT, MYF(0), "LOCK")); lex->sql_command= SQLCOM_LOCK_TABLES; } -#line 39207 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2577: -#line 14817 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14826 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39213 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39222 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2578: -#line 14821 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14830 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 39219 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39228 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2579: -#line 14822 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14831 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { } -#line 39225 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39234 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2582: -#line 14832 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14841 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { thr_lock_type lock_type= (thr_lock_type) (yyvsp[0].num); bool lock_for_write= (lock_type >= TL_WRITE_ALLOW_WRITE); @@ -39237,43 +39246,43 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MDL_SHARED_READ))) MYSQL_YYABORT; } -#line 39241 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39250 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2583: -#line 14846 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14855 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= TL_READ_NO_INSERT; } -#line 39247 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39256 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2584: -#line 14847 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14856 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= TL_WRITE_DEFAULT; } -#line 39253 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39262 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2585: -#line 14849 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14858 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= (Lex->sphead ? TL_WRITE_DEFAULT : TL_WRITE_CONCURRENT_INSERT); } -#line 39261 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39270 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2586: -#line 14853 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14862 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= TL_WRITE_LOW_PRIORITY; } -#line 39267 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39276 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2587: -#line 14854 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14863 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= TL_READ; } -#line 39273 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39282 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2588: -#line 14859 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14868 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; @@ -39281,17 +39290,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); my_yyabort_error((ER_SP_BADSTATEMENT, MYF(0), "UNLOCK")); lex->sql_command= SQLCOM_UNLOCK_TABLES; } -#line 39285 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39294 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2589: -#line 14867 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14876 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39291 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39300 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2590: -#line 14876 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14885 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->sphead) @@ -39300,11 +39309,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!lex->current_select->add_table_to_list(thd, (yyvsp[-2].table), (yyvsp[0].lex_str_ptr), 0)) MYSQL_YYABORT; } -#line 39304 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39313 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2591: -#line 14885 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14894 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->sphead) @@ -39313,11 +39322,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!lex->current_select->add_table_to_list(thd, (yyvsp[-1].table), 0, 0)) MYSQL_YYABORT; } -#line 39317 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39326 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2592: -#line 14894 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14903 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (lex->sphead) @@ -39334,11 +39343,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!lex->current_select->add_table_to_list(thd, (yyvsp[-1].table), 0, 0)) MYSQL_YYABORT; } -#line 39338 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39347 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2593: -#line 14911 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14920 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->expr_allows_subselect= TRUE; /* Stored functions are not supported for HANDLER READ. */ @@ -39349,59 +39358,59 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; } } -#line 39353 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39362 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2594: -#line 14924 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14933 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ident= null_lex_str; } -#line 39359 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39368 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2595: -#line 14925 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14934 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ident= (yyvsp[-1].lex_str); } -#line 39365 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39374 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2596: -#line 14929 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14938 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RFIRST; } -#line 39371 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39380 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2597: -#line 14930 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RNEXT; } -#line 39377 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39386 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2598: -#line 14934 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14943 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RFIRST; } -#line 39383 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39392 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2599: -#line 14935 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14944 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RNEXT; } -#line 39389 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39398 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2600: -#line 14936 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14945 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RPREV; } -#line 39395 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39404 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2601: -#line 14937 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14946 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ha_read_mode = RLAST; } -#line 39401 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39410 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2602: -#line 14939 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14948 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->ha_read_mode = RKEY; @@ -39409,63 +39418,63 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (!(lex->insert_list= new (thd->mem_root) List_item)) MYSQL_YYABORT; } -#line 39413 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39422 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2603: -#line 14947 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14956 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39419 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39428 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2604: -#line 14951 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14960 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.ha_rkey_mode)=HA_READ_KEY_EXACT; } -#line 39425 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39434 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2605: -#line 14952 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14961 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.ha_rkey_mode)=HA_READ_KEY_OR_NEXT; } -#line 39431 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39440 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2606: -#line 14953 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14962 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.ha_rkey_mode)=HA_READ_KEY_OR_PREV; } -#line 39437 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39446 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2607: -#line 14954 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14963 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.ha_rkey_mode)=HA_READ_AFTER_KEY; } -#line 39443 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39452 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2608: -#line 14955 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14964 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.ha_rkey_mode)=HA_READ_BEFORE_KEY; } -#line 39449 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39458 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2609: -#line 14962 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14971 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39455 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39464 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2610: -#line 14967 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14976 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_REVOKE; lex->type= 0; } -#line 39465 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39474 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2611: -#line 14973 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14982 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->columns.elements) @@ -39476,11 +39485,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_REVOKE; lex->type= TYPE_ENUM_FUNCTION; } -#line 39480 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39489 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2612: -#line 14984 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 14993 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->columns.elements) @@ -39491,68 +39500,68 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_REVOKE; lex->type= TYPE_ENUM_PROCEDURE; } -#line 39495 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39504 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2613: -#line 14995 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15004 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_REVOKE_ALL; } -#line 39503 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39512 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2614: -#line 14999 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15008 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->users_list.push_front ((yyvsp[-2].lex_user)); lex->sql_command= SQLCOM_REVOKE; lex->type= TYPE_ENUM_PROXY; } -#line 39514 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39523 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2615: -#line 15006 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15015 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command= SQLCOM_REVOKE_ROLE; if (Lex->users_list.push_front((yyvsp[-2].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 39524 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39533 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2616: -#line 15015 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15024 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->with_admin_option= true; (yyval.lex_user)= (yyvsp[0].lex_user); } -#line 39530 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39539 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2617: -#line 15017 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15026 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->with_admin_option= false; (yyval.lex_user)= (yyvsp[0].lex_user); } -#line 39536 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39545 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2618: -#line 15022 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15031 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39542 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39551 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2619: -#line 15028 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15037 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_GRANT; lex->type= 0; } -#line 39552 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39561 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2620: -#line 15035 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15044 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->columns.elements) @@ -39563,11 +39572,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_GRANT; lex->type= TYPE_ENUM_FUNCTION; } -#line 39567 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39576 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2621: -#line 15047 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15056 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; if (lex->columns.elements) @@ -39578,22 +39587,22 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_GRANT; lex->type= TYPE_ENUM_PROCEDURE; } -#line 39582 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39591 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2622: -#line 15058 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15067 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->users_list.push_front ((yyvsp[-3].lex_user)); lex->sql_command= SQLCOM_GRANT; lex->type= TYPE_ENUM_PROXY; } -#line 39593 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39602 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2623: -#line 15065 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15074 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_GRANT_ROLE; @@ -39601,64 +39610,64 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (Lex->users_list.push_front((yyvsp[-3].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 39605 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39614 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2624: -#line 15076 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15085 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer = 0; } -#line 39611 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39620 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2625: -#line 15077 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15086 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer = (yyvsp[0].lex_user); } -#line 39617 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39626 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2626: -#line 15080 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15089 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->with_admin_option= false; } -#line 39623 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39632 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2627: -#line 15081 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15090 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->with_admin_option= true; } -#line 39629 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39638 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2628: -#line 15085 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15094 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 39638 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39647 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2629: -#line 15090 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15099 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 39647 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39656 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2630: -#line 15098 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15107 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (!((yyval.lex_user)=(LEX_USER*) thd->calloc(sizeof(LEX_USER)))) MYSQL_YYABORT; (yyval.lex_user)->user= current_role; (yyval.lex_user)->reset_auth(); } -#line 39658 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39667 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2631: -#line 15108 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15117 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { CHARSET_INFO *cs= system_charset_info; /* trim end spaces (as they'll be lost in mysql.user anyway) */ @@ -39677,275 +39686,275 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); cs, 0)) MYSQL_YYABORT; } -#line 39681 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39690 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2635: -#line 15135 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15144 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39687 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39696 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2636: -#line 15137 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->all_privileges= 1; Lex->grant= GLOBAL_ACLS; } -#line 39696 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39705 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2641: -#line 15155 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15164 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->which_columns = SELECT_ACL;} -#line 39702 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39711 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2642: -#line 15156 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15165 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39708 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39717 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2643: -#line 15158 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15167 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->which_columns = INSERT_ACL;} -#line 39714 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39723 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2644: -#line 15159 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15168 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39720 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39729 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2645: -#line 15161 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15170 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->which_columns = UPDATE_ACL; } -#line 39726 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39735 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2646: -#line 15162 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15171 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39732 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39741 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2647: -#line 15164 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15173 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->which_columns = REFERENCES_ACL;} -#line 39738 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39747 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2648: -#line 15165 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15174 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39744 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39753 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2649: -#line 15166 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15175 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= DELETE_ACL;} -#line 39750 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39759 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2650: -#line 15167 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15176 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39756 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39765 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2651: -#line 15168 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15177 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= INDEX_ACL;} -#line 39762 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39771 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2652: -#line 15169 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= ALTER_ACL;} -#line 39768 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39777 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2653: -#line 15170 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15179 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_ACL;} -#line 39774 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39783 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2654: -#line 15171 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15180 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= DROP_ACL;} -#line 39780 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39789 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2655: -#line 15172 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15181 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= EXECUTE_ACL;} -#line 39786 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39795 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2656: -#line 15173 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15182 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= RELOAD_ACL;} -#line 39792 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39801 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2657: -#line 15174 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15183 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= SHUTDOWN_ACL;} -#line 39798 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39807 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2658: -#line 15175 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15184 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= PROCESS_ACL;} -#line 39804 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39813 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2659: -#line 15176 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15185 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= FILE_ACL;} -#line 39810 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39819 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2660: -#line 15177 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15186 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= GRANT_ACL;} -#line 39816 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39825 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2661: -#line 15178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15187 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= SHOW_DB_ACL;} -#line 39822 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39831 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2662: -#line 15179 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15188 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= SUPER_ACL;} -#line 39828 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39837 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2663: -#line 15180 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15189 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_TMP_ACL;} -#line 39834 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39843 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2664: -#line 15181 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15190 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= LOCK_TABLES_ACL; } -#line 39840 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39849 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2665: -#line 15182 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15191 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= REPL_SLAVE_ACL; } -#line 39846 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39855 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2666: -#line 15183 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15192 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= REPL_CLIENT_ACL; } -#line 39852 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39861 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2667: -#line 15184 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15193 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_VIEW_ACL; } -#line 39858 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39867 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2668: -#line 15185 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15194 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= SHOW_VIEW_ACL; } -#line 39864 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39873 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2669: -#line 15186 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15195 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_PROC_ACL; } -#line 39870 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39879 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2670: -#line 15187 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15196 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= ALTER_PROC_ACL; } -#line 39876 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39885 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2671: -#line 15188 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15197 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_USER_ACL; } -#line 39882 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39891 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2672: -#line 15189 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15198 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= EVENT_ACL;} -#line 39888 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39897 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2673: -#line 15190 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15199 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= TRIGGER_ACL; } -#line 39894 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39903 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2674: -#line 15191 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15200 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= CREATE_TABLESPACE_ACL; } -#line 39900 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39909 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2675: -#line 15195 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15204 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39906 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39915 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2676: -#line 15196 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15205 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 39912 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39921 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2679: -#line 15206 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15215 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (lex->x509_subject) my_yyabort_error((ER_DUP_ARGUMENT, MYF(0), "SUBJECT")); lex->x509_subject=(yyvsp[0].lex_str).str; } -#line 39923 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39932 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2680: -#line 15213 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15222 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (lex->x509_issuer) my_yyabort_error((ER_DUP_ARGUMENT, MYF(0), "ISSUER")); lex->x509_issuer=(yyvsp[0].lex_str).str; } -#line 39934 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39943 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2681: -#line 15220 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15229 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (lex->ssl_cipher) my_yyabort_error((ER_DUP_ARGUMENT, MYF(0), "CIPHER")); lex->ssl_cipher=(yyvsp[0].lex_str).str; } -#line 39945 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39954 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2682: -#line 15230 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15239 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; size_t dummy; @@ -39956,11 +39965,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); else if (lex->columns.elements) my_yyabort_error((ER_ILLEGAL_GRANT_FOR_TABLE, MYF(0))); } -#line 39960 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39969 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2683: -#line 15241 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15250 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->current_select->db = (yyvsp[-2].lex_str).str; @@ -39969,11 +39978,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); else if (lex->columns.elements) my_yyabort_error((ER_ILLEGAL_GRANT_FOR_TABLE, MYF(0))); } -#line 39973 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39982 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2684: -#line 15250 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15259 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->current_select->db = NULL; @@ -39982,11 +39991,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); else if (lex->columns.elements) my_yyabort_error((ER_ILLEGAL_GRANT_FOR_TABLE, MYF(0))); } -#line 39986 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 39995 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2685: -#line 15259 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15268 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (!lex->current_select->add_table_to_list(thd, (yyvsp[0].table),NULL, @@ -39995,120 +40004,120 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (lex->grant == GLOBAL_ACLS) lex->grant = TABLE_ACLS & ~GRANT_ACL; } -#line 39999 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40008 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2686: -#line 15271 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15280 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40008 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40017 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2687: -#line 15276 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15285 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40017 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40026 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2688: -#line 15284 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15293 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40026 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40035 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2689: -#line 15289 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15298 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40035 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40044 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2690: -#line 15297 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15306 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40044 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40053 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2691: -#line 15302 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15311 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->users_list.push_back((yyvsp[0].lex_user), thd->mem_root)) MYSQL_YYABORT; } -#line 40053 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40062 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2696: -#line 15313 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15322 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_user)= (yyvsp[-3].lex_user); (yyvsp[-3].lex_user)->pwtext= (yyvsp[0].lex_str); if (Lex->sql_command == SQLCOM_REVOKE) MYSQL_YYABORT; } -#line 40064 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40073 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2697: -#line 15320 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15329 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_user)= (yyvsp[-4].lex_user); (yyvsp[-4].lex_user)->pwhash= (yyvsp[0].lex_str); } -#line 40073 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40082 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2698: -#line 15325 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15334 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_user)= (yyvsp[-3].lex_user); (yyvsp[-3].lex_user)->plugin= (yyvsp[0].lex_str); (yyvsp[-3].lex_user)->auth= empty_lex_str; } -#line 40083 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40092 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2699: -#line 15331 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15340 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_user)= (yyvsp[-5].lex_user); (yyvsp[-5].lex_user)->plugin= (yyvsp[-2].lex_str); (yyvsp[-5].lex_user)->auth= (yyvsp[0].lex_str); } -#line 40093 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40102 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2700: -#line 15337 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15346 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.lex_user)= (yyvsp[0].lex_user); } -#line 40099 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40108 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2701: -#line 15342 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15351 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->grant |= lex->which_columns; } -#line 40108 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40117 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2705: -#line 15356 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15365 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { String *new_str= new (thd->mem_root) String((const char*) (yyvsp[0].lex_str).str,(yyvsp[0].lex_str).length,system_charset_info); if (new_str == NULL) @@ -40134,227 +40143,227 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->columns.push_back(col, thd->mem_root); } } -#line 40138 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40147 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2707: -#line 15386 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15395 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ssl_type=SSL_TYPE_SPECIFIED; } -#line 40146 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40155 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2708: -#line 15390 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15399 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ssl_type=SSL_TYPE_ANY; } -#line 40154 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40163 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2709: -#line 15394 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15403 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ssl_type=SSL_TYPE_X509; } -#line 40162 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40171 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2710: -#line 15398 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15407 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->ssl_type=SSL_TYPE_NONE; } -#line 40170 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40179 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2711: -#line 15404 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15413 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40176 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40185 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2713: -#line 15409 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15418 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40182 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40191 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2714: -#line 15410 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15419 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= GRANT_ACL;} -#line 40188 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40197 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2715: -#line 15414 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15423 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40194 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40203 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2716: -#line 15415 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15424 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40200 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40209 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2717: -#line 15419 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15428 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->grant |= GRANT_ACL;} -#line 40206 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40215 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2718: -#line 15421 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15430 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->mqh.questions=(yyvsp[0].ulong_num); lex->mqh.specified_limits|= USER_RESOURCES::QUERIES_PER_HOUR; } -#line 40216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40225 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2719: -#line 15427 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15436 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->mqh.updates=(yyvsp[0].ulong_num); lex->mqh.specified_limits|= USER_RESOURCES::UPDATES_PER_HOUR; } -#line 40226 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40235 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2720: -#line 15433 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15442 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->mqh.conn_per_hour= (yyvsp[0].ulong_num); lex->mqh.specified_limits|= USER_RESOURCES::CONNECTIONS_PER_HOUR; } -#line 40236 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40245 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2721: -#line 15439 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15448 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->mqh.user_conn= (yyvsp[0].num); lex->mqh.specified_limits|= USER_RESOURCES::USER_CONNECTIONS; } -#line 40246 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40255 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2722: -#line 15445 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15454 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->mqh.max_statement_time= (yyvsp[0].item_num)->val_real(); lex->mqh.specified_limits|= USER_RESOURCES::MAX_STATEMENT_TIME; } -#line 40256 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40265 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2723: -#line 15454 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15463 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command = SQLCOM_BEGIN; lex->start_transaction_opt= 0; } -#line 40266 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40275 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2724: -#line 15459 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15468 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40272 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40281 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2725: -#line 15464 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15473 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command= SQLCOM_COMPOUND; Lex->sphead->set_stmt_end(thd); Lex->sphead->restore_thd_mem_root(thd); } -#line 40282 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40291 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2726: -#line 15472 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15481 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 0; } -#line 40288 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40297 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2727: -#line 15473 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15482 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 1; } -#line 40294 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40303 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2728: -#line 15477 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15486 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40300 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40309 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2729: -#line 15478 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15487 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40306 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40315 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2730: -#line 15483 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15492 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_UNKNOWN; } -#line 40312 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40321 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2731: -#line 15484 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15493 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_NO; } -#line 40318 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40327 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2732: -#line 15485 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15494 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_YES; } -#line 40324 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40333 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2733: -#line 15490 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15499 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_UNKNOWN; } -#line 40330 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40339 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2734: -#line 15491 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15500 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_YES; } -#line 40336 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40345 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2735: -#line 15492 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15501 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.m_yes_no_unk)= TVL_NO; } -#line 40342 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40351 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2736: -#line 15496 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15505 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40348 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40357 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2737: -#line 15497 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15506 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40354 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40363 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2738: -#line 15502 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15511 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_COMMIT; @@ -40363,11 +40372,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->tx_chain= (yyvsp[-1].m_yes_no_unk); lex->tx_release= (yyvsp[0].m_yes_no_unk); } -#line 40367 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40376 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2739: -#line 15514 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15523 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_ROLLBACK; @@ -40376,56 +40385,56 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->tx_chain= (yyvsp[-1].m_yes_no_unk); lex->tx_release= (yyvsp[0].m_yes_no_unk); } -#line 40380 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40389 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2740: -#line 15524 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15533 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_ROLLBACK_TO_SAVEPOINT; lex->ident= (yyvsp[0].lex_str); } -#line 40390 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40399 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2741: -#line 15533 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15542 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_SAVEPOINT; lex->ident= (yyvsp[0].lex_str); } -#line 40400 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40409 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2742: -#line 15542 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15551 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; lex->sql_command= SQLCOM_RELEASE_SAVEPOINT; lex->ident= (yyvsp[0].lex_str); } -#line 40410 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40419 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2743: -#line 15555 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15564 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40416 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40425 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2745: -#line 15561 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15570 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (add_select_to_union_list(Lex, (bool)(yyvsp[0].num), TRUE)) MYSQL_YYABORT; } -#line 40425 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40434 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2746: -#line 15566 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15575 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* Remove from the name resolution context stack the context of the @@ -40433,29 +40442,29 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); */ Lex->pop_context(); } -#line 40437 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40446 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2748: -#line 15577 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15586 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 1; } -#line 40443 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40452 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2749: -#line 15581 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15590 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 0; } -#line 40449 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40458 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2750: -#line 15582 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15591 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)= 1; } -#line 40455 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40464 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2751: -#line 15586 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15595 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; DBUG_ASSERT(lex->current_select->linkage != GLOBAL_OPTIONS_TYPE); @@ -40469,80 +40478,80 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); } thd->where= "global ORDER clause"; } -#line 40473 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40482 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2752: -#line 15600 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15609 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { thd->lex->current_select->no_table_names_allowed= 0; thd->where= ""; } -#line 40482 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40491 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2755: -#line 15612 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15621 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)=1; } -#line 40488 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40497 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2756: -#line 15613 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15622 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)=1; } -#line 40494 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40503 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2757: -#line 15614 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15623 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.num)=0; } -#line 40500 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40509 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2758: -#line 15620 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15629 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.select_lex)= Lex->current_select->master_unit()->first_select(); } -#line 40508 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40517 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2759: -#line 15625 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15634 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.select_lex)= Lex->current_select->master_unit()->first_select(); } -#line 40516 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40525 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2761: -#line 15634 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15643 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (add_select_to_union_list(Lex, (bool)(yyvsp[0].num), FALSE)) MYSQL_YYABORT; } -#line 40525 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40534 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2762: -#line 15639 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15648 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->pop_context(); (yyval.select_lex)= (yyvsp[-4].select_lex); } -#line 40534 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40543 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2763: -#line 15648 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15657 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { (yyval.select_lex)= (yyvsp[-1].select_lex); } -#line 40542 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40551 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2764: -#line 15654 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15663 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; if (!lex->expr_allows_subselect || @@ -40561,11 +40570,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); if (mysql_new_select(Lex, 1)) MYSQL_YYABORT; } -#line 40565 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40574 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2765: -#line 15675 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15684 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex=Lex; @@ -40588,17 +40597,17 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->current_select->select_n_having_items+= child->select_n_having_items; } -#line 40592 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40601 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2770: -#line 15710 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15719 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Select->options|= SELECT_STRAIGHT_JOIN; } -#line 40598 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40607 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2771: -#line 15712 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15721 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (check_simple_select()) MYSQL_YYABORT; @@ -40606,73 +40615,73 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); YYPS->m_mdl_type= MDL_SHARED_READ; Select->options|= SELECT_HIGH_PRIORITY; } -#line 40610 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40619 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2772: -#line 15719 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15728 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Select->options|= SELECT_DISTINCT; } -#line 40616 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40625 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2773: -#line 15720 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15729 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Select->options|= SELECT_SMALL_RESULT; } -#line 40622 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40631 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2774: -#line 15721 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15730 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Select->options|= SELECT_BIG_RESULT; } -#line 40628 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40637 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2775: -#line 15723 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15732 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (check_simple_select()) MYSQL_YYABORT; Select->options|= OPTION_BUFFER_RESULT; } -#line 40638 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40647 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2776: -#line 15729 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15738 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (check_simple_select()) MYSQL_YYABORT; Select->options|= OPTION_FOUND_ROWS; } -#line 40648 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40657 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2777: -#line 15734 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15743 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Select->options|= SELECT_ALL; } -#line 40654 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40663 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2778: -#line 15745 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15754 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40660 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40669 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2779: -#line 15747 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15756 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40666 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40675 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2780: -#line 15749 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15758 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40672 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40681 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2794: -#line 15782 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15791 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* We have to distinguish missing DEFINER-clause from case when @@ -40683,58 +40692,58 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); */ thd->lex->definer= 0; } -#line 40687 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40696 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2795: -#line 15796 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15805 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->definer= (yyvsp[0].lex_user); Lex->ssl_type= SSL_TYPE_NOT_SPECIFIED; Lex->ssl_cipher= Lex->x509_subject= Lex->x509_issuer= 0; bzero(&(Lex->mqh), sizeof(Lex->mqh)); } -#line 40698 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40707 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2796: -#line 15812 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15821 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_algorithm= DTYPE_ALGORITHM_UNDEFINED; } -#line 40704 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40713 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2797: -#line 15814 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15823 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_algorithm= VIEW_ALGORITHM_MERGE; } -#line 40710 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40719 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2798: -#line 15816 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15825 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_algorithm= VIEW_ALGORITHM_TMPTABLE; } -#line 40716 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40725 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2799: -#line 15821 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15830 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_suid= VIEW_SUID_DEFAULT; } -#line 40722 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40731 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2800: -#line 15823 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15832 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_suid= VIEW_SUID_DEFINER; } -#line 40728 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40737 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2801: -#line 15825 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15834 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_suid= VIEW_SUID_INVOKER; } -#line 40734 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40743 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2802: -#line 15830 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15839 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; if (lex->add_create_options_with_check((yyvsp[-1].object_ddl_options))) @@ -40748,37 +40757,37 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; lex->query_tables->open_strategy= TABLE_LIST::OPEN_STUB; } -#line 40752 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40761 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2804: -#line 15848 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15857 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 40758 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40767 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2806: -#line 15854 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15863 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->view_list.push_back((LEX_STRING*) thd->memdup(&(yyvsp[0].lex_str), sizeof(LEX_STRING)), thd->mem_root); } -#line 40768 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40777 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2807: -#line 15860 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15869 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->view_list.push_back((LEX_STRING*) thd->memdup(&(yyvsp[0].lex_str), sizeof(LEX_STRING)), thd->mem_root); } -#line 40778 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40787 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2808: -#line 15868 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15877 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->parsing_options.allows_variable= FALSE; @@ -40787,11 +40796,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->parsing_options.allows_derived= FALSE; lex->create_view_select.str= (char *) YYLIP->get_cpp_ptr(); } -#line 40791 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40800 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2809: -#line 15877 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15886 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; uint len= YYLIP->get_cpp_ptr() - lex->create_view_select.str; @@ -40804,60 +40813,60 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->parsing_options.allows_select_procedure= TRUE; lex->parsing_options.allows_derived= TRUE; } -#line 40808 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40817 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2812: -#line 15898 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15907 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_check= VIEW_CHECK_NONE; } -#line 40814 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40823 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2813: -#line 15900 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15909 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_check= VIEW_CHECK_CASCADED; } -#line 40820 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40829 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2814: -#line 15902 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15911 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_check= VIEW_CHECK_CASCADED; } -#line 40826 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40835 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2815: -#line 15904 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15913 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->create_view_check= VIEW_CHECK_LOCAL; } -#line 40832 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40841 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2816: -#line 15917 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15926 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->add_create_options_with_check((yyvsp[0].object_ddl_options))) MYSQL_YYABORT; } -#line 40841 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40850 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2817: -#line 15926 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15935 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $10 */ Lex->raw_trg_on_table_name_begin= YYLIP->get_tok_start(); } -#line 40849 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40858 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2818: -#line 15932 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15941 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $14 */ Lex->raw_trg_on_table_name_end= YYLIP->get_tok_start(); } -#line 40857 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40866 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2819: -#line 15937 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15946 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $17 */ LEX *lex= thd->lex; Lex_input_stream *lip= YYLIP; @@ -40875,11 +40884,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sphead->set_body_start(thd, lip->get_cpp_ptr()); } -#line 40879 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40888 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2820: -#line 15955 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15964 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $19 */ LEX *lex= Lex; sp_head *sp= lex->sphead; @@ -40903,23 +40912,23 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MDL_SHARED_NO_WRITE)) MYSQL_YYABORT; } -#line 40907 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40916 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2821: -#line 15987 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15996 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { thd->lex->udf.type= UDFTYPE_AGGREGATE; } -#line 40913 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40922 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2822: -#line 15988 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 15997 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { thd->lex->udf.type= UDFTYPE_FUNCTION; } -#line 40919 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40928 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2823: -#line 15994 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16003 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; if (lex->add_create_options_with_check((yyvsp[-5].object_ddl_options))) @@ -40931,11 +40940,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->udf.returns= (Item_result) (yyvsp[-2].num); lex->udf.dl= (yyvsp[0].lex_str).str; } -#line 40935 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40944 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2824: -#line 16012 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16021 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $5 */ LEX *lex= Lex; Lex_input_stream *lip= YYLIP; @@ -40955,50 +40964,50 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); tmp_param_begin++; lex->sphead->m_param_begin= tmp_param_begin; } -#line 40959 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40968 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2825: -#line 16033 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16042 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $8 */ Lex->sphead->m_param_end= YYLIP->get_cpp_tok_start(); } -#line 40967 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40976 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2826: -#line 16037 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16046 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $10 */ LEX *lex= Lex; lex->init_last_field(&lex->sphead->m_return_field_def, NULL, thd->variables.collation_database); } -#line 40977 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40986 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2827: -#line 16043 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16052 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $12 */ if (Lex->sphead->fill_field_definition(thd, Lex, (yyvsp[0].field_type), Lex->last_field)) MYSQL_YYABORT; } -#line 40987 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 40996 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2828: -#line 16049 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16058 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { /* $14 */ LEX *lex= thd->lex; Lex_input_stream *lip= YYLIP; lex->sphead->set_body_start(thd, lip->get_cpp_tok_start()); } -#line 40998 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41007 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2829: -#line 16056 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16065 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= thd->lex; sp_head *sp= lex->sphead; @@ -41047,11 +41056,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); } sp->restore_thd_mem_root(thd); } -#line 41051 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41060 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2830: -#line 16108 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16117 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { if (Lex->add_create_options_with_check((yyvsp[-1].object_ddl_options))) MYSQL_YYABORT; @@ -41063,11 +41072,11 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); MYSQL_YYABORT; Lex->spname= (yyvsp[0].spname); } -#line 41067 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41076 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2831: -#line 16120 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16129 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { const char* tmp_param_begin; @@ -41075,27 +41084,27 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); tmp_param_begin++; Lex->sphead->m_param_begin= tmp_param_begin; } -#line 41079 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41088 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2832: -#line 16129 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16138 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sphead->m_param_end= YYLIP->get_cpp_tok_start(); } -#line 41087 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41096 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2833: -#line 16133 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16142 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sphead->set_body_start(thd, YYLIP->get_cpp_tok_start()); } -#line 41095 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41104 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2834: -#line 16137 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16146 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; sp_head *sp= lex->sphead; @@ -41104,209 +41113,209 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); lex->sql_command= SQLCOM_CREATE_PROCEDURE; sp->restore_thd_mem_root(thd); } -#line 41108 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41117 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2835: -#line 16151 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16160 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_START; } -#line 41116 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41125 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2836: -#line 16155 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16164 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_END; } -#line 41124 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41133 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2837: -#line 16159 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16168 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_PREPARE; } -#line 41132 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41141 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2838: -#line 16163 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16172 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_COMMIT; } -#line 41140 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41149 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2839: -#line 16167 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16176 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_ROLLBACK; } -#line 41148 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41157 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2840: -#line 16171 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16180 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->sql_command = SQLCOM_XA_RECOVER; } -#line 41156 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41165 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2841: -#line 16178 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16187 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { MYSQL_YYABORT_UNLESS((yyvsp[0].string)->length() <= MAXGTRIDSIZE); if (!(Lex->xid=(XID *)thd->alloc(sizeof(XID)))) MYSQL_YYABORT; Lex->xid->set(1L, (yyvsp[0].string)->ptr(), (yyvsp[0].string)->length(), 0, 0); } -#line 41167 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41176 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2842: -#line 16185 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16194 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { MYSQL_YYABORT_UNLESS((yyvsp[-2].string)->length() <= MAXGTRIDSIZE && (yyvsp[0].string)->length() <= MAXBQUALSIZE); if (!(Lex->xid=(XID *)thd->alloc(sizeof(XID)))) MYSQL_YYABORT; Lex->xid->set(1L, (yyvsp[-2].string)->ptr(), (yyvsp[-2].string)->length(), (yyvsp[0].string)->ptr(), (yyvsp[0].string)->length()); } -#line 41178 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41187 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2843: -#line 16192 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16201 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { MYSQL_YYABORT_UNLESS((yyvsp[-4].string)->length() <= MAXGTRIDSIZE && (yyvsp[-2].string)->length() <= MAXBQUALSIZE); if (!(Lex->xid=(XID *)thd->alloc(sizeof(XID)))) MYSQL_YYABORT; Lex->xid->set((yyvsp[0].ulong_num), (yyvsp[-4].string)->ptr(), (yyvsp[-4].string)->length(), (yyvsp[-2].string)->ptr(), (yyvsp[-2].string)->length()); } -#line 41189 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41198 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2844: -#line 16201 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16210 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 41195 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41204 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2845: -#line 16202 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16211 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 41201 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41210 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2846: -#line 16206 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16215 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_NONE; } -#line 41207 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41216 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2847: -#line 16207 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16216 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_JOIN; } -#line 41213 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41222 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2848: -#line 16208 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16217 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_RESUME; } -#line 41219 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41228 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2849: -#line 16212 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16221 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_NONE; } -#line 41225 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41234 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2850: -#line 16213 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16222 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_ONE_PHASE; } -#line 41231 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41240 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2851: -#line 16218 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16227 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_NONE; } -#line 41237 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41246 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2852: -#line 16220 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16229 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_SUSPEND; } -#line 41243 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41252 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2854: -#line 16225 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16234 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ {} -#line 41249 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41258 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2855: -#line 16226 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16235 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { Lex->xa_opt=XA_FOR_MIGRATE; } -#line 41255 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41264 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2856: -#line 16231 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16240 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_INSTALL_PLUGIN; lex->comment= (yyvsp[-2].lex_str); lex->ident= (yyvsp[0].lex_str); } -#line 41266 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41275 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2857: -#line 16238 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16247 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_INSTALL_PLUGIN; lex->comment= null_lex_str; lex->ident= (yyvsp[0].lex_str); } -#line 41277 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41286 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2858: -#line 16248 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16257 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_UNINSTALL_PLUGIN; lex->comment= (yyvsp[0].lex_str); } -#line 41287 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41296 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2859: -#line 16254 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16263 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { LEX *lex= Lex; lex->sql_command= SQLCOM_UNINSTALL_PLUGIN; lex->comment= null_lex_str; lex->ident= (yyvsp[0].lex_str); } -#line 41298 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41307 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; case 2860: -#line 16265 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ +#line 16274 "/home/buildbot/git/sql/sql_yacc.yy" /* yacc.c:1646 */ { YYERROR; } -#line 41306 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41315 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ break; -#line 41310 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ +#line 41319 "/home/buildbot/git/mkdist/sql/sql_yacc.cc" /* yacc.c:1646 */ default: break; } /* User semantic actions sometimes alter yychar, and that requires diff --git a/sql/sql_yacc.h b/sql/sql_yacc.h index c178abe6b71c8c0ea20aeb2bddba6b2a1da74e26..6d00ac5253b607950e21009fd984984369e29ff2 100644 --- a/sql/sql_yacc.h +++ b/sql/sql_yacc.h @@ -648,7 +648,7 @@ extern int MYSQLdebug; UPDATE_SYM = 858, UPGRADE_SYM = 859, USAGE = 860, - USER = 861, + USER_SYM = 861, USE_FRM = 862, USE_SYM = 863, USING = 864, @@ -1293,7 +1293,7 @@ extern int MYSQLdebug; #define UPDATE_SYM 858 #define UPGRADE_SYM 859 #define USAGE 860 -#define USER 861 +#define USER_SYM 861 #define USE_FRM 862 #define USE_SYM 863 #define USING 864 @@ -1391,7 +1391,7 @@ union YYSTYPE enum enum_diag_condition_item_name diag_condition_item_name; enum Diagnostics_information::Which_area diag_area; enum Field::geometry_type geom_type; - enum Foreign_key::fk_option m_fk_option; + enum enum_fk_option m_fk_option; enum Item_udftype udf_type; enum Key::Keytype key_type; enum Statement_information_item::Name stmt_info_item_name; diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index fcfc63439cb76e8fff8ac2c0e4f45c9b5643d3ff..af1d67fb2cf52192438753d6152b272059d3e4e1 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -997,7 +997,7 @@ bool LEX::set_bincmp(CHARSET_INFO *cs, bool bin) enum enum_diag_condition_item_name diag_condition_item_name; enum Diagnostics_information::Which_area diag_area; enum Field::geometry_type geom_type; - enum Foreign_key::fk_option m_fk_option; + enum enum_fk_option m_fk_option; enum Item_udftype udf_type; enum Key::Keytype key_type; enum Statement_information_item::Name stmt_info_item_name; @@ -1651,7 +1651,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize); %token UPDATE_SYM /* SQL-2003-R */ %token UPGRADE_SYM %token USAGE /* SQL-2003-N */ -%token USER /* SQL-2003-R */ +%token USER_SYM /* SQL-2003-R */ %token USE_FRM %token USE_SYM %token USING /* SQL-2003-R */ @@ -2539,7 +2539,7 @@ create: Lex->create_view_suid= TRUE; } view_or_trigger_or_sp_or_event { } - | create_or_replace USER opt_if_not_exists clear_privileges grant_list + | create_or_replace USER_SYM opt_if_not_exists clear_privileges grant_list { if (Lex->set_command_with_check(SQLCOM_CREATE_USER, $1 | $3)) MYSQL_YYABORT; @@ -2581,7 +2581,7 @@ server_options_list: ; server_option: - USER TEXT_STRING_sys + USER_SYM TEXT_STRING_sys { MYSQL_YYABORT_UNLESS(Lex->server_options.username.str == 0); Lex->server_options.username= $2; @@ -6704,19 +6704,19 @@ opt_on_update_delete: /* empty */ { LEX *lex= Lex; - lex->fk_update_opt= Foreign_key::FK_OPTION_UNDEF; - lex->fk_delete_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_update_opt= FK_OPTION_UNDEF; + lex->fk_delete_opt= FK_OPTION_UNDEF; } | ON UPDATE_SYM delete_option { LEX *lex= Lex; lex->fk_update_opt= $3; - lex->fk_delete_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_delete_opt= FK_OPTION_UNDEF; } | ON DELETE_SYM delete_option { LEX *lex= Lex; - lex->fk_update_opt= Foreign_key::FK_OPTION_UNDEF; + lex->fk_update_opt= FK_OPTION_UNDEF; lex->fk_delete_opt= $3; } | ON UPDATE_SYM delete_option @@ -6736,11 +6736,11 @@ opt_on_update_delete: ; delete_option: - RESTRICT { $$= Foreign_key::FK_OPTION_RESTRICT; } - | CASCADE { $$= Foreign_key::FK_OPTION_CASCADE; } - | SET NULL_SYM { $$= Foreign_key::FK_OPTION_SET_NULL; } - | NO_SYM ACTION { $$= Foreign_key::FK_OPTION_NO_ACTION; } - | SET DEFAULT { $$= Foreign_key::FK_OPTION_DEFAULT; } + RESTRICT { $$= FK_OPTION_RESTRICT; } + | CASCADE { $$= FK_OPTION_CASCADE; } + | SET NULL_SYM { $$= FK_OPTION_SET_NULL; } + | NO_SYM ACTION { $$= FK_OPTION_NO_ACTION; } + | SET DEFAULT { $$= FK_OPTION_SET_DEFAULT; } ; constraint_key_type: @@ -8038,7 +8038,7 @@ rename: } table_to_table_list {} - | RENAME USER clear_privileges rename_list + | RENAME USER_SYM clear_privileges rename_list { Lex->sql_command = SQLCOM_RENAME_USER; } @@ -9383,7 +9383,7 @@ function_call_keyword: if ($$ == NULL) MYSQL_YYABORT; } - | USER '(' ')' + | USER_SYM '(' ')' { $$= new (thd->mem_root) Item_func_user(thd); if ($$ == NULL) @@ -11639,7 +11639,7 @@ drop: lex->set_command(SQLCOM_DROP_PROCEDURE, $3); lex->spname= $4; } - | DROP USER opt_if_exists clear_privileges user_list + | DROP USER_SYM opt_if_exists clear_privileges user_list { Lex->set_command(SQLCOM_DROP_USER, $3); } @@ -12829,9 +12829,18 @@ delete_domain_id_list: ; delete_domain_id: - ulong_num + ulonglong_num { - insert_dynamic(&Lex->delete_gtid_domain, (uchar*) &($1)); + uint32 value= (uint32) $1; + if ($1 > UINT_MAX32) + { + my_printf_error(ER_BINLOG_CANT_DELETE_GTID_DOMAIN, + "The value of gtid domain being deleted ('%llu') " + "exceeds its maximum size " + "of 32 bit unsigned integer", MYF(0), $1); + MYSQL_YYABORT; + } + insert_dynamic(&Lex->delete_gtid_domain, (uchar*) &value); } ; @@ -12947,7 +12956,7 @@ kill_expr: { Lex->value_list.push_front($$, thd->mem_root); } - | USER user + | USER_SYM user { Lex->users_list.push_back($2, thd->mem_root); Lex->kill_type= KILL_TYPE_USER; @@ -14274,7 +14283,7 @@ keyword_sp: | UNDOFILE_SYM {} | UNKNOWN_SYM {} | UNTIL_SYM {} - | USER {} + | USER_SYM {} | USE_FRM {} | VARIABLES {} | VIEW_SYM {} @@ -15185,7 +15194,7 @@ object_privilege: | SHOW VIEW_SYM { Lex->grant |= SHOW_VIEW_ACL; } | CREATE ROUTINE_SYM { Lex->grant |= CREATE_PROC_ACL; } | ALTER ROUTINE_SYM { Lex->grant |= ALTER_PROC_ACL; } - | CREATE USER { Lex->grant |= CREATE_USER_ACL; } + | CREATE USER_SYM { Lex->grant |= CREATE_USER_ACL; } | EVENT_SYM { Lex->grant |= EVENT_ACL;} | TRIGGER_SYM { Lex->grant |= TRIGGER_ACL; } | CREATE TABLESPACE { Lex->grant |= CREATE_TABLESPACE_ACL; } diff --git a/sql/table.cc b/sql/table.cc index b3a1c2eaa3dcd048d94593182c419e9134b99749..e1edcc0b40748cbef5c39a92b80627d401517c3a 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -411,6 +411,7 @@ void TABLE_SHARE::destroy() ha_share= NULL; // Safety } + delete_stat_values_for_table_share(this); free_root(&stats_cb.mem_root, MYF(0)); stats_cb.stats_can_be_read= FALSE; stats_cb.stats_is_read= FALSE; @@ -7509,3 +7510,23 @@ double KEY::actual_rec_per_key(uint i) return (is_statistics_from_stat_tables ? read_stats->get_avg_frequency(i) : (double) rec_per_key[i]); } + +LEX_CSTRING *fk_option_name(enum_fk_option opt) +{ + static LEX_CSTRING names[]= + { + { STRING_WITH_LEN("???") }, + { STRING_WITH_LEN("RESTRICT") }, + { STRING_WITH_LEN("CASCADE") }, + { STRING_WITH_LEN("SET NULL") }, + { STRING_WITH_LEN("NO ACTION") }, + { STRING_WITH_LEN("SET DEFAULT") } + }; + return names + opt; +} + +bool fk_modifies_child(enum_fk_option opt) +{ + static bool can_write[]= { false, false, true, true, false, true }; + return can_write[opt]; +} diff --git a/sql/table.h b/sql/table.h index bf9b55089ef72c1c1ff5fa391a6894ba5b24762e..ca32234579f38eed9b1fbd54baf814535ec310a4 100644 --- a/sql/table.h +++ b/sql/table.h @@ -1499,6 +1499,9 @@ enum enum_schema_table_state PROCESSED_BY_JOIN_EXEC }; +enum enum_fk_option { FK_OPTION_UNDEF, FK_OPTION_RESTRICT, FK_OPTION_CASCADE, + FK_OPTION_SET_NULL, FK_OPTION_NO_ACTION, FK_OPTION_SET_DEFAULT}; + typedef struct st_foreign_key_info { LEX_STRING *foreign_id; @@ -1506,13 +1509,16 @@ typedef struct st_foreign_key_info LEX_STRING *foreign_table; LEX_STRING *referenced_db; LEX_STRING *referenced_table; - LEX_STRING *update_method; - LEX_STRING *delete_method; + enum_fk_option update_method; + enum_fk_option delete_method; LEX_STRING *referenced_key_name; List foreign_fields; List referenced_fields; } FOREIGN_KEY_INFO; +LEX_CSTRING *fk_option_name(enum_fk_option opt); +bool fk_modifies_child(enum_fk_option opt); + #define MY_I_S_MAYBE_NULL 1 #define MY_I_S_UNSIGNED 2 @@ -1760,6 +1766,14 @@ struct TABLE_LIST const char *alias_arg, enum thr_lock_type lock_type_arg) { + enum enum_mdl_type mdl_type; + if (lock_type_arg >= TL_WRITE_ALLOW_WRITE) + mdl_type= MDL_SHARED_WRITE; + else if (lock_type_arg == TL_READ_NO_INSERT) + mdl_type= MDL_SHARED_NO_WRITE; + else + mdl_type= MDL_SHARED_READ; + bzero((char*) this, sizeof(*this)); db= (char*) db_name_arg; db_length= db_length_arg; @@ -1767,10 +1781,31 @@ struct TABLE_LIST table_name_length= table_name_length_arg; alias= (char*) (alias_arg ? alias_arg : table_name_arg); lock_type= lock_type_arg; - mdl_request.init(MDL_key::TABLE, db, table_name, - (lock_type >= TL_WRITE_ALLOW_WRITE) ? - MDL_SHARED_WRITE : MDL_SHARED_READ, - MDL_TRANSACTION); + mdl_request.init(MDL_key::TABLE, db, table_name, mdl_type, MDL_TRANSACTION); + } + + inline void init_one_table_for_prelocking(const char *db_name_arg, + size_t db_length_arg, + const char *table_name_arg, + size_t table_name_length_arg, + const char *alias_arg, + enum thr_lock_type lock_type_arg, + bool routine, + TABLE_LIST *belong_to_view_arg, + uint8 trg_event_map_arg, + TABLE_LIST ***last_ptr) + { + init_one_table(db_name_arg, db_length_arg, table_name_arg, + table_name_length_arg, alias_arg, lock_type_arg); + cacheable_table= 1; + prelocking_placeholder= routine ? ROUTINE : FK; + open_type= routine ? OT_TEMPORARY_OR_BASE : OT_BASE_ONLY; + belong_to_view= belong_to_view_arg; + trg_event_map= trg_event_map_arg; + + **last_ptr= this; + prev_global= *last_ptr; + *last_ptr= &next_global; } /* @@ -2049,7 +2084,7 @@ struct TABLE_LIST This TABLE_LIST object is just placeholder for prelocking, it will be used for implicit LOCK TABLES only and won't be used in real statement. */ - bool prelocking_placeholder; + enum { USER, ROUTINE, FK } prelocking_placeholder; /** Indicates that if TABLE_LIST object corresponds to the table/view which requires special handling. @@ -2366,6 +2401,16 @@ struct TABLE_LIST } void set_lock_type(THD* thd, enum thr_lock_type lock); + void remove_join_columns() + { + if (join_columns) + { + join_columns->empty(); + join_columns= NULL; + is_join_columns_complete= FALSE; + } + } + private: bool prep_check_option(THD *thd, uint8 check_opt_type); bool prep_where(THD *thd, Item **conds, bool no_where_clause); diff --git a/sql/table_cache.cc b/sql/table_cache.cc index b911252019f21c5e865560d0ec72cbb5163d4ae1..6d190400217a9f18be814b4a9ce6eb2bf63b3fa0 100644 --- a/sql/table_cache.cc +++ b/sql/table_cache.cc @@ -52,7 +52,6 @@ #include "lf.h" #include "table.h" #include "sql_base.h" -#include "sql_statistics.h" /** Configuration. */ @@ -329,6 +328,7 @@ bool tc_release_table(TABLE *table) { DBUG_ASSERT(table->in_use); DBUG_ASSERT(table->file); + DBUG_ASSERT(!table->pos_in_locked_tables); if (table->needs_reopen() || tc_records() > tc_size) { @@ -787,7 +787,6 @@ void tdc_release_share(TABLE_SHARE *share) } if (share->tdc->flushed || tdc_records() > tdc_size) { - delete_stat_values_for_table_share(share); mysql_mutex_unlock(&LOCK_unused_shares); tdc_delete_share_from_hash(share->tdc); DBUG_VOID_RETURN; diff --git a/sql/wsrep_dummy.cc b/sql/wsrep_dummy.cc index 0aa7f9b0aad40bcb1c9b6df93632adb965005875..5837ab4bed50d39b5b26aa0ee88783e0852443e4 100644 --- a/sql/wsrep_dummy.cc +++ b/sql/wsrep_dummy.cc @@ -130,3 +130,6 @@ int wsrep_trx_is_aborting(THD *) void wsrep_unlock_rollback() { } + +void wsrep_set_data_home_dir(const char *) +{ } diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc index e5c754a9d41f9a9d7aa10c24713221ef0a00d295..a935f8c69b820b995b5da4a7029d8dbc25a45a3d 100644 --- a/sql/wsrep_hton.cc +++ b/sql/wsrep_hton.cc @@ -24,6 +24,8 @@ #include #include "debug_sync.h" +extern handlerton *binlog_hton; +extern int binlog_close_connection(handlerton *hton, THD *thd); extern ulonglong thd_to_trx_id(THD *thd); extern "C" int thd_binlog_format(const MYSQL_THD thd); @@ -171,7 +173,10 @@ wsrep_close_connection(handlerton* hton, THD* thd) { DBUG_RETURN(0); } - DBUG_RETURN(wsrep_binlog_close_connection (thd)); + + if (wsrep_emulate_bin_log && thd_get_ha_data(thd, binlog_hton) != NULL) + binlog_hton->close_connection (binlog_hton, thd); + DBUG_RETURN(0); } /* @@ -262,7 +267,7 @@ static int wsrep_rollback(handlerton *hton, THD *thd, bool all) } if ((all || !thd_test_options(thd, OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN)) && - (thd->variables.wsrep_on && thd->wsrep_conflict_state != MUST_REPLAY)) + thd->variables.wsrep_on && thd->wsrep_conflict_state != MUST_REPLAY) { if (wsrep && wsrep->post_rollback(wsrep, &thd->wsrep_ws_handle)) { diff --git a/sql/wsrep_mysqld.cc b/sql/wsrep_mysqld.cc index a88713652ed35ff96735585e8b112a45070a6a93..c3f5dd1ce9758dfa5bf6c439d823df7efec4129f 100644 --- a/sql/wsrep_mysqld.cc +++ b/sql/wsrep_mysqld.cc @@ -627,6 +627,9 @@ int wsrep_init() wsrep->provider_vendor, sizeof(provider_vendor) - 1); } + if (!wsrep_data_home_dir || strlen(wsrep_data_home_dir) == 0) + wsrep_data_home_dir = mysql_real_data_home; + /* Initialize node address */ char node_addr[512]= { 0, }; size_t const node_addr_max= sizeof(node_addr) - 1; @@ -1045,114 +1048,151 @@ static bool wsrep_prepare_key_for_isolation(const char* db, wsrep_buf_t* key, size_t* key_len) { - if (*key_len < 2) return false; + if (*key_len < 2) return false; - switch (wsrep_protocol_version) - { - case 0: - *key_len= 0; - break; - case 1: - case 2: - case 3: + switch (wsrep_protocol_version) + { + case 0: + *key_len= 0; + break; + case 1: + case 2: + case 3: + { + *key_len= 0; + if (db) { - *key_len= 0; - if (db) - { - // sql_print_information("%s.%s", db, table); - if (db) - { - key[*key_len].ptr= db; - key[*key_len].len= strlen(db); - ++(*key_len); - if (table) - { - key[*key_len].ptr= table; - key[*key_len].len= strlen(table); - ++(*key_len); - } - } - } - break; + // sql_print_information("%s.%s", db, table); + key[*key_len].ptr= db; + key[*key_len].len= strlen(db); + ++(*key_len); + if (table) + { + key[*key_len].ptr= table; + key[*key_len].len= strlen(table); + ++(*key_len); + } } - default: + break; + } + default: + return false; + } + return true; +} + + +static bool wsrep_prepare_key_for_isolation(const char* db, + const char* table, + wsrep_key_arr_t* ka) +{ + wsrep_key_t* tmp; + + if (!ka->keys) + tmp= (wsrep_key_t*)my_malloc((ka->keys_len + 1) * sizeof(wsrep_key_t), + MYF(0)); + else + tmp= (wsrep_key_t*)my_realloc(ka->keys, + (ka->keys_len + 1) * sizeof(wsrep_key_t), + MYF(0)); + + if (!tmp) + { + WSREP_ERROR("Can't allocate memory for key_array"); + return false; + } + ka->keys= tmp; + if (!(ka->keys[ka->keys_len].key_parts= (wsrep_buf_t*) + my_malloc(sizeof(wsrep_buf_t)*2, MYF(0)))) + { + WSREP_ERROR("Can't allocate memory for key_parts"); + return false; + } + ka->keys[ka->keys_len].key_parts_num= 2; + ++ka->keys_len; + if (!wsrep_prepare_key_for_isolation(db, table, + (wsrep_buf_t*)ka->keys[ka->keys_len - 1].key_parts, + &ka->keys[ka->keys_len - 1].key_parts_num)) + { + WSREP_ERROR("Preparing keys for isolation failed"); + return false; + } + + return true; +} + + +static bool wsrep_prepare_keys_for_alter_add_fk(char* child_table_db, + Alter_info* alter_info, + wsrep_key_arr_t* ka) +{ + Key *key; + List_iterator key_iterator(alter_info->key_list); + while ((key= key_iterator++)) + { + if (key->type == Key::FOREIGN_KEY) + { + Foreign_key *fk_key= (Foreign_key *)key; + const char *db_name= fk_key->ref_db.str; + const char *table_name= fk_key->ref_table.str; + if (!db_name) + { + db_name= child_table_db; + } + if (!wsrep_prepare_key_for_isolation(db_name, table_name, ka)) + { return false; + } } - - return true; + } + return true; } -/* Prepare key list from db/table and table_list */ -bool wsrep_prepare_keys_for_isolation(THD* thd, - const char* db, - const char* table, - const TABLE_LIST* table_list, - wsrep_key_arr_t* ka) + +static bool wsrep_prepare_keys_for_isolation(THD* thd, + const char* db, + const char* table, + const TABLE_LIST* table_list, + Alter_info* alter_info, + wsrep_key_arr_t* ka) { ka->keys= 0; ka->keys_len= 0; if (db || table) { - if (!(ka->keys= (wsrep_key_t*)my_malloc(sizeof(wsrep_key_t), MYF(0)))) - { - WSREP_ERROR("Can't allocate memory for key_array"); + if (!wsrep_prepare_key_for_isolation(db, table, ka)) goto err; - } - ka->keys_len= 1; - if (!(ka->keys[0].key_parts= (wsrep_buf_t*) - my_malloc(sizeof(wsrep_buf_t)*2, MYF(0)))) - { - WSREP_ERROR("Can't allocate memory for key_parts"); - goto err; - } - ka->keys[0].key_parts_num= 2; - if (!wsrep_prepare_key_for_isolation( - db, table, - (wsrep_buf_t*)ka->keys[0].key_parts, - &ka->keys[0].key_parts_num)) - { - WSREP_ERROR("Preparing keys for isolation failed (1)"); - goto err; - } } for (const TABLE_LIST* table= table_list; table; table= table->next_global) { - wsrep_key_t* tmp; - if (ka->keys) - tmp= (wsrep_key_t*)my_realloc(ka->keys, - (ka->keys_len + 1) * sizeof(wsrep_key_t), - MYF(0)); - else - tmp= (wsrep_key_t*)my_malloc((ka->keys_len + 1) * sizeof(wsrep_key_t), MYF(0)); - - if (!tmp) - { - WSREP_ERROR("Can't allocate memory for key_array"); + if (!wsrep_prepare_key_for_isolation(table->db, table->table_name, ka)) goto err; - } - ka->keys= tmp; - if (!(ka->keys[ka->keys_len].key_parts= (wsrep_buf_t*) - my_malloc(sizeof(wsrep_buf_t)*2, MYF(0)))) - { - WSREP_ERROR("Can't allocate memory for key_parts"); - goto err; - } - ka->keys[ka->keys_len].key_parts_num= 2; - ++ka->keys_len; - if (!wsrep_prepare_key_for_isolation(table->db, table->table_name, - (wsrep_buf_t*)ka->keys[ka->keys_len - 1].key_parts, - &ka->keys[ka->keys_len - 1].key_parts_num)) - { - WSREP_ERROR("Preparing keys for isolation failed (2)"); + } + + if (alter_info && (alter_info->flags & (Alter_info::ADD_FOREIGN_KEY))) + { + if (!wsrep_prepare_keys_for_alter_add_fk(table_list->db, alter_info, ka)) goto err; - } } - return 0; + + return false; + err: - wsrep_keys_free(ka); - return 1; + wsrep_keys_free(ka); + return true; +} + + +/* Prepare key list from db/table and table_list */ +bool wsrep_prepare_keys_for_isolation(THD* thd, + const char* db, + const char* table, + const TABLE_LIST* table_list, + wsrep_key_arr_t* ka) +{ + return wsrep_prepare_keys_for_isolation(thd, db, table, table_list, NULL, ka); } @@ -1368,6 +1408,67 @@ create_view_query(THD *thd, uchar** buf, size_t* buf_len) return wsrep_to_buf_helper(thd, buff.ptr(), buff.length(), buf, buf_len); } +/* + Rewrite DROP TABLE for TOI. Temporary tables are eliminated from + the query as they are visible only to client connection. + + TODO: See comments for sql_base.cc:drop_temporary_table() and refine + the function to deal with transactional locked tables. + */ +static int wsrep_drop_table_query(THD* thd, uchar** buf, size_t* buf_len) +{ + + LEX* lex= thd->lex; + SELECT_LEX* select_lex= &lex->select_lex; + TABLE_LIST* first_table= select_lex->table_list.first; + String buff; + + DBUG_ASSERT(!lex->create_info.tmp_table()); + + bool found_temp_table= false; + for (TABLE_LIST* table= first_table; table; table= table->next_global) + { + if (find_temporary_table(thd, table->db, table->table_name)) + { + found_temp_table= true; + break; + } + } + + if (found_temp_table) + { + buff.append("DROP TABLE "); + if (lex->check_exists) + buff.append("IF EXISTS "); + + for (TABLE_LIST* table= first_table; table; table= table->next_global) + { + if (!find_temporary_table(thd, table->db, table->table_name)) + { + append_identifier(thd, &buff, table->db, strlen(table->db)); + buff.append("."); + append_identifier(thd, &buff, table->table_name, + strlen(table->table_name)); + buff.append(","); + } + } + + /* Chop the last comma */ + buff.chop(); + buff.append(" /* generated by wsrep */"); + + WSREP_DEBUG("Rewrote '%s' as '%s'", thd->query(), buff.ptr()); + + return wsrep_to_buf_helper(thd, buff.ptr(), buff.length(), buf, buf_len); + } + else + { + return wsrep_to_buf_helper(thd, thd->query(), thd->query_length(), + buf, buf_len); + } +} + + /* Forward declarations. */ static int wsrep_create_sp(THD *thd, uchar** buf, size_t* buf_len); static int wsrep_create_trigger_query(THD *thd, uchar** buf, size_t* buf_len); @@ -1476,7 +1577,8 @@ static const char* wsrep_get_query_or_msg(const THD* thd) -1: TOI replication failed */ static int wsrep_TOI_begin(THD *thd, char *db_, char *table_, - const TABLE_LIST* table_list) + const TABLE_LIST* table_list, + Alter_info* alter_info) { wsrep_status_t ret(WSREP_WARNING); uchar* buf(0); @@ -1511,6 +1613,9 @@ static int wsrep_TOI_begin(THD *thd, char *db_, char *table_, case SQLCOM_ALTER_EVENT: buf_err= wsrep_alter_event_query(thd, &buf, &buf_len); break; + case SQLCOM_DROP_TABLE: + buf_err= wsrep_drop_table_query(thd, &buf, &buf_len); + break; case SQLCOM_CREATE_ROLE: if (sp_process_definer(thd)) { @@ -1526,7 +1631,8 @@ static int wsrep_TOI_begin(THD *thd, char *db_, char *table_, wsrep_key_arr_t key_arr= {0, 0}; struct wsrep_buf buff = { buf, buf_len }; if (!buf_err && - !wsrep_prepare_keys_for_isolation(thd, db_, table_, table_list, &key_arr) && + !wsrep_prepare_keys_for_isolation(thd, db_, table_, + table_list, alter_info, &key_arr) && key_arr.keys_len > 0 && WSREP_OK == (ret = wsrep->to_execute_start(wsrep, thd->thread_id, key_arr.keys, key_arr.keys_len, @@ -1669,7 +1775,8 @@ static void wsrep_RSU_end(THD *thd) } int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_, - const TABLE_LIST* table_list) + const TABLE_LIST* table_list, + Alter_info* alter_info) { int ret= 0; @@ -1725,10 +1832,10 @@ int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_, { switch (thd->variables.wsrep_OSU_method) { case WSREP_OSU_TOI: - ret = wsrep_TOI_begin(thd, db_, table_, table_list); + ret= wsrep_TOI_begin(thd, db_, table_, table_list, alter_info); break; case WSREP_OSU_RSU: - ret = wsrep_RSU_begin(thd, db_, table_); + ret= wsrep_RSU_begin(thd, db_, table_); break; default: WSREP_ERROR("Unsupported OSU method: %lu", @@ -2608,7 +2715,7 @@ bool wsrep_create_like_table(THD* thd, TABLE_LIST* table, return(false); -error: +WSREP_ERROR_LABEL: thd->wsrep_TOI_pre_query= NULL; return (true); } diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h index 272e4ac4984b3211e5a9f00dec1c02feb1e0f29e..43f0d53393dbfca3d31608edc7d06aefdb65e62a 100644 --- a/sql/wsrep_mysqld.h +++ b/sql/wsrep_mysqld.h @@ -291,8 +291,10 @@ extern PSI_mutex_key key_LOCK_wsrep_desync; extern PSI_file_key key_file_wsrep_gra_log; #endif /* HAVE_PSI_INTERFACE */ struct TABLE_LIST; +class Alter_info; int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_, - const TABLE_LIST* table_list); + const TABLE_LIST* table_list, + Alter_info* alter_info = NULL); void wsrep_to_isolation_end(THD *thd); void wsrep_cleanup_transaction(THD *thd); int wsrep_to_buf_helper( diff --git a/sql/wsrep_sst.cc b/sql/wsrep_sst.cc index 155051bfe84eaf11b9994382bc9989cbb3015025..e2c55583594ef9862f3bfe5f50155602f9ad200d 100644 --- a/sql/wsrep_sst.cc +++ b/sql/wsrep_sst.cc @@ -15,6 +15,7 @@ #include "wsrep_sst.h" +#include #include #include #include @@ -67,6 +68,12 @@ bool wsrep_sst_method_update (sys_var *self, THD* thd, enum_var_type type) return 0; } +static const char* data_home_dir = NULL; + +void wsrep_set_data_home_dir(const char *data_dir) +{ + data_home_dir= (data_dir && *data_dir) ? data_dir : NULL; +} static void make_wsrep_defaults_file() { @@ -222,7 +229,7 @@ bool wsrep_sst_wait () if (!sst_complete) { total_wtime += difftime(end_time, start_time); - WSREP_DEBUG("Waiting for SST to complete. current seqno: %ld waited %f secs.", local_seqno, total_wtime); + WSREP_DEBUG("Waiting for SST to complete. current seqno: %" PRId64 " waited %f secs.", local_seqno, total_wtime); service_manager_extend_timeout(WSREP_EXTEND_TIMEOUT_INTERVAL, "WSREP state transfer ongoing, current seqno: %ld waited %f secs", local_seqno, total_wtime); } @@ -401,6 +408,22 @@ static int generate_binlog_opt_val(char** ret) return 0; } +static int generate_binlog_index_opt_val(char** ret) +{ + DBUG_ASSERT(ret); + *ret= NULL; + if (opt_binlog_index_name) { + *ret= strcmp(opt_binlog_index_name, "0") ? + my_strdup(opt_binlog_index_name, MYF(0)) : my_strdup("", MYF(0)); + } + else + { + *ret= my_strdup("", MYF(0)); + } + if (!*ret) return -ENOMEM; + return 0; +} + static void* sst_joiner_thread (void* a) { sst_thread_arg* arg= (sst_thread_arg*) a; @@ -549,6 +572,29 @@ static int sst_append_auth_env(wsp::env& env, const char* sst_auth) return -env.error(); } +#define DATA_HOME_DIR_ENV "INNODB_DATA_HOME_DIR" + +static int sst_append_data_dir(wsp::env& env, const char* data_dir) +{ + int const data_dir_size= strlen(DATA_HOME_DIR_ENV) + 1 /* = */ + + (data_dir ? strlen(data_dir) : 0) + 1 /* \0 */; + + wsp::string data_dir_str(data_dir_size); // for automatic cleanup on return + if (!data_dir_str()) return -ENOMEM; + + int ret= snprintf(data_dir_str(), data_dir_size, "%s=%s", + DATA_HOME_DIR_ENV, data_dir ? data_dir : ""); + + if (ret < 0 || ret >= data_dir_size) + { + WSREP_ERROR("sst_append_data_dir(): snprintf() failed: %d", ret); + return (ret < 0 ? ret : -EMSGSIZE); + } + + env.append(data_dir_str()); + return -env.error(); +} + static ssize_t sst_prepare_other (const char* method, const char* sst_auth, const char* addr_in, @@ -565,7 +611,9 @@ static ssize_t sst_prepare_other (const char* method, } const char* binlog_opt= ""; + const char* binlog_index_opt= ""; char* binlog_opt_val= NULL; + char* binlog_index_opt_val= NULL; int ret; if ((ret= generate_binlog_opt_val(&binlog_opt_val))) @@ -574,7 +622,15 @@ static ssize_t sst_prepare_other (const char* method, ret); return ret; } + + if ((ret= generate_binlog_index_opt_val(&binlog_index_opt_val))) + { + WSREP_ERROR("sst_prepare_other(): generate_binlog_index_opt_val() failed %d", + ret); + } + if (strlen(binlog_opt_val)) binlog_opt= WSREP_SST_OPT_BINLOG; + if (strlen(binlog_index_opt_val)) binlog_index_opt= WSREP_SST_OPT_BINLOG_INDEX; make_wsrep_defaults_file(); @@ -585,11 +641,14 @@ static ssize_t sst_prepare_other (const char* method, WSREP_SST_OPT_DATA " '%s' " " %s " WSREP_SST_OPT_PARENT " '%d'" - " %s '%s' ", + " %s '%s'" + " %s '%s'", method, addr_in, mysql_real_data_home, wsrep_defaults_file, - (int)getpid(), binlog_opt, binlog_opt_val); + (int)getpid(), binlog_opt, binlog_opt_val, + binlog_index_opt, binlog_index_opt_val); my_free(binlog_opt_val); + my_free(binlog_index_opt_val); if (ret < 0 || ret >= cmd_len) { @@ -610,6 +669,16 @@ static ssize_t sst_prepare_other (const char* method, return ret; } + if (data_home_dir) + { + if ((ret= sst_append_data_dir(env, data_home_dir))) + { + WSREP_ERROR("sst_prepare_other(): appending data " + "directory failed: %d", ret); + return ret; + } + } + pthread_t tmp; sst_thread_arg arg(cmd_str(), env()); mysql_mutex_lock (&arg.lock); @@ -1301,6 +1370,16 @@ wsrep_cb_status_t wsrep_sst_donate_cb (void* app_ctx, void* recv_ctx, return WSREP_CB_FAILURE; } + if (data_home_dir) + { + if ((ret= sst_append_data_dir(env, data_home_dir))) + { + WSREP_ERROR("wsrep_sst_donate_cb(): appending data " + "directory failed: %d", ret); + return WSREP_CB_FAILURE; + } + } + if (!strcmp (WSREP_SST_MYSQLDUMP, method)) { ret = sst_donate_mysqldump(data, ¤t_gtid->uuid, uuid_str, @@ -1335,7 +1414,7 @@ void wsrep_SE_init_wait() if (!SE_initialized) { total_wtime += difftime(end_time, start_time); - WSREP_DEBUG("Waiting for SST to complete. current seqno: %ld waited %f secs.", local_seqno, total_wtime); + WSREP_DEBUG("Waiting for SST to complete. current seqno: %" PRId64 " waited %f secs.", local_seqno, total_wtime); service_manager_extend_timeout(WSREP_EXTEND_TIMEOUT_INTERVAL, "WSREP state transfer ongoing, current seqno: %ld waited %f secs", local_seqno, total_wtime); } diff --git a/sql/wsrep_sst.h b/sql/wsrep_sst.h index dcf0ff226515353ea9d141846210ee2d9cfbb71f..a35ce46cae8b39ed562b3a698c208895c5da53ce 100644 --- a/sql/wsrep_sst.h +++ b/sql/wsrep_sst.h @@ -31,6 +31,7 @@ #define WSREP_SST_OPT_CONF_EXTRA "--defaults-extra-file" #define WSREP_SST_OPT_PARENT "--parent" #define WSREP_SST_OPT_BINLOG "--binlog" +#define WSREP_SST_OPT_BINLOG_INDEX "--binlog-index" // mysqldump-specific options #define WSREP_SST_OPT_USER "--user" diff --git a/sql/wsrep_var.cc b/sql/wsrep_var.cc index 216bab0cdcdcdc1f86a87469921a37d40edc678d..718676025f9f5401f1f36683dcb65cb70add135f 100644 --- a/sql/wsrep_var.cc +++ b/sql/wsrep_var.cc @@ -564,7 +564,9 @@ void wsrep_node_address_init (const char* value) static void wsrep_slave_count_change_update () { - wsrep_slave_count_change += (wsrep_slave_threads - wsrep_prev_slave_threads); + wsrep_slave_count_change = (wsrep_slave_threads - wsrep_prev_slave_threads); + WSREP_DEBUG("Change on slave threads: New %lu old %lu difference %d", + wsrep_slave_threads, wsrep_prev_slave_threads, wsrep_slave_count_change); wsrep_prev_slave_threads = wsrep_slave_threads; } @@ -587,6 +589,12 @@ bool wsrep_desync_check (sys_var *self, THD* thd, set_var* var) return true; } + if (thd->global_read_lock.is_acquired()) + { + my_message (ER_CANNOT_USER, "Global read lock acquired. Can't set 'wsrep_desync'", MYF(0)); + return true; + } + bool new_wsrep_desync= (bool) var->save_result.ulonglong_value; if (wsrep_desync == new_wsrep_desync) { if (new_wsrep_desync) { diff --git a/storage/connect/CMakeLists.txt b/storage/connect/CMakeLists.txt index 6e8c8baf90e14c108e0c1c35f64ef027257dd4f8..0ca794df23088f8a08b2dc80f566cb7caf8d0c81 100644 --- a/storage/connect/CMakeLists.txt +++ b/storage/connect/CMakeLists.txt @@ -109,6 +109,7 @@ IF(CONNECT_WITH_LIBXML2) FIND_PACKAGE(LibXml2) IF (LIBXML2_FOUND) INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR}) + SET(ZLIB_LIBRARY "z") # see ZLIB_INCLUDE_DIR below SET(XML_LIBRARY ${LIBXML2_LIBRARIES}) SET(CONNECT_SOURCES ${CONNECT_SOURCES} libdoc.cpp libdoc.h) add_definitions(-DLIBXML2_SUPPORT) @@ -326,6 +327,14 @@ IF(NOT TARGET connect) RETURN() ENDIF() +# Don't link with bundled zlib and systel libxml2 at the same time. +# System libxml2 uses system zlib, might conflict with the bundled one. +IF (XML_LIBRARY AND BUILD_BUNDLED_ZLIB) + GET_PROPERTY(INCS TARGET connect PROPERTY INCLUDE_DIRECTORIES) + LIST(REMOVE_ITEM INCS ${ZLIB_INCLUDE_DIR}) + SET_PROPERTY(TARGET connect PROPERTY INCLUDE_DIRECTORIES ${INCS}) +ENDIF() + IF(WIN32) IF (libmongoc-1.0_FOUND) SET_TARGET_PROPERTIES(connect PROPERTIES LINK_FLAGS diff --git a/storage/connect/connect.cc b/storage/connect/connect.cc index 39123b18c593f375ae3fe22b46076075802486c7..21bca637eab18dd578b7e293e847e63fcd92443e 100644 --- a/storage/connect/connect.cc +++ b/storage/connect/connect.cc @@ -254,7 +254,7 @@ bool CntOpenTable(PGLOBAL g, PTDB tdbp, MODE mode, char *c1, char *c2, try { if (!c1) { - if (mode == MODE_INSERT) +// if (mode == MODE_INSERT) or CHECK TABLE // Allocate all column blocks for that table tdbp->ColDB(g, NULL, 0); diff --git a/storage/connect/domdoc.cpp b/storage/connect/domdoc.cpp index ba8eb829abde08bd3718bfcc5eefa9390550cff3..9ae34a3b9efa1ca2b6eac25997756675dc96accd 100644 --- a/storage/connect/domdoc.cpp +++ b/storage/connect/domdoc.cpp @@ -84,8 +84,8 @@ DOMDOC::DOMDOC(char *nsl, char *nsdf, char *enc, PFBLOCK fp) : XMLDOCUMENT(nsl, nsdf, enc) { assert (!fp || fp->Type == TYPE_FB_XML); - Docp = (fp) ? ((PXBLOCK)fp)->Docp : NULL; - Nlist = NULL; + Docp = (fp) ? ((PXBLOCK)fp)->Docp : (MSXML2::IXMLDOMDocumentPtr)NULL; + Nlist = NULL; Hr = 0; } // end of DOMDOC constructor diff --git a/storage/connect/filamdbf.cpp b/storage/connect/filamdbf.cpp index 893e3da0d46402d0f04d3b676500322c18279f9b..c8bab2b53a40edb6be439cd32032b2b937926cbd 100644 --- a/storage/connect/filamdbf.cpp +++ b/storage/connect/filamdbf.cpp @@ -447,7 +447,7 @@ int DBFFAM::Cardinality(PGLOBAL g) if (rln && Lrecl != rln) { // This happens always on some Linux platforms - sprintf(g->Message, MSG(BAD_LRECL), Lrecl, rln); + sprintf(g->Message, MSG(BAD_LRECL), Lrecl, (ushort)rln); if (Accept) { Lrecl = rln; @@ -967,7 +967,7 @@ int DBMFAM::Cardinality(PGLOBAL g) if (rln && Lrecl != rln) { // This happens always on some Linux platforms - sprintf(g->Message, MSG(BAD_LRECL), Lrecl, rln); + sprintf(g->Message, MSG(BAD_LRECL), Lrecl, (ushort)rln); if (Accept) { Lrecl = rln; diff --git a/storage/connect/filamtxt.cpp b/storage/connect/filamtxt.cpp index 7c222eb3c80957cd12a7f43f5de02d28da2fffac..ca48fc765a1cd7ff80a9e3dff13c6a51acaf859f 100644 --- a/storage/connect/filamtxt.cpp +++ b/storage/connect/filamtxt.cpp @@ -427,7 +427,7 @@ int TXTFAM::DeleteSortedRows(PGLOBAL g) for (i = 0; i < Posar->GetNval(); i++) { if ((irc = InitDelete(g, Posar->GetIntValue(ix[i]), - Sosar->GetIntValue(ix[i])) == RC_FX)) + Sosar->GetIntValue(ix[i]))) == RC_FX) goto err; // Now delete the sorted rows @@ -1173,11 +1173,11 @@ int DOSFAM::RenameTempFile(PGLOBAL g) remove(filetemp); // May still be there from previous error if (rename(filename, filetemp)) { // Save file for security - sprintf(g->Message, MSG(RENAME_ERROR), + snprintf(g->Message, MAX_STR, MSG(RENAME_ERROR), filename, filetemp, strerror(errno)); throw 51; } else if (rename(tempname, filename)) { - sprintf(g->Message, MSG(RENAME_ERROR), + snprintf(g->Message, MAX_STR, MSG(RENAME_ERROR), tempname, filename, strerror(errno)); rc = rename(filetemp, filename); // Restore saved file throw 52; diff --git a/storage/connect/filamvct.cpp b/storage/connect/filamvct.cpp old mode 100755 new mode 100644 index dd827d084fa9472108577abaa70c40bd71b35479..6d0779b150a5667026d5db93e3415be2292f0f5c --- a/storage/connect/filamvct.cpp +++ b/storage/connect/filamvct.cpp @@ -348,7 +348,7 @@ int VCTFAM::Cardinality(PGLOBAL g) } // endif split - return (Block) ? ((Block - 1) * Nrec + Last) : 0; + return (Block) ? ((Block - 1) * Nrec + Last) : 0; } // end of Cardinality /***********************************************************************/ @@ -510,7 +510,8 @@ bool VCTFAM::AllocateBuffer(PGLOBAL g) for (; cp; cp = (PVCTCOL)cp->Next) cp->Blk = AllocValBlock(g, NewBlock + Nrec * cp->Deplac, cp->Buf_Type, Nrec, cp->Format.Length, - cp->Format.Prec, chk); + cp->Format.Prec, chk, true, + cp->IsUnsigned()); return InitInsert(g); // Initialize inserting } else { @@ -544,7 +545,8 @@ bool VCTFAM::AllocateBuffer(PGLOBAL g) for (; cp; cp = (PVCTCOL)cp->Next) if (!cp->IsSpecial()) // Not a pseudo column cp->Blk = AllocValBlock(g, NULL, cp->Buf_Type, Nrec, - cp->Format.Length, cp->Format.Prec); + cp->Format.Length, cp->Format.Prec, + true, true, cp->IsUnsigned()); } //endif mode @@ -1511,7 +1513,8 @@ bool VCMFAM::AllocateBuffer(PGLOBAL g) for (cp = (PVCTCOL)Tdbp->GetColumns(); cp; cp = (PVCTCOL)cp->Next) if (!cp->IsSpecial()) { // Not a pseudo column cp->Blk = AllocValBlock(g, (void*)1, cp->Buf_Type, Nrec, - cp->Format.Length, cp->Format.Prec); + cp->Format.Length, cp->Format.Prec, + true, true, cp->IsUnsigned()); cp->AddStatus(BUF_MAPPED); } // endif IsSpecial @@ -2062,7 +2065,7 @@ bool VECFAM::AllocateBuffer(PGLOBAL g) for (cp = (PVCTCOL)tdbp->Columns; cp; cp = (PVCTCOL)cp->Next) cp->Blk = AllocValBlock(g, To_Bufs[cp->Index - 1], cp->Buf_Type, Nrec, cp->Format.Length, - cp->Format.Prec, chk); + cp->Format.Prec, chk, true, cp->IsUnsigned()); return InitInsert(g); } else { @@ -2111,7 +2114,8 @@ bool VECFAM::AllocateBuffer(PGLOBAL g) for (cp = (PVCTCOL)tdbp->Columns; cp; cp = (PVCTCOL)cp->Next) if (!cp->IsSpecial()) // Not a pseudo column cp->Blk = AllocValBlock(g, NULL, cp->Buf_Type, Nrec, - cp->Format.Length, cp->Format.Prec); + cp->Format.Length, cp->Format.Prec, + true, true, cp->IsUnsigned()); } // endif mode @@ -2449,11 +2453,11 @@ int VECFAM::RenameTempFile(PGLOBAL g) remove(filetemp); // May still be there from previous error if (rename(filename, filetemp)) { // Save file for security - sprintf(g->Message, MSG(RENAME_ERROR), + snprintf(g->Message, MAX_STR, MSG(RENAME_ERROR), filename, filetemp, strerror(errno)); rc = RC_FX; } else if (rename(tempname, filename)) { - sprintf(g->Message, MSG(RENAME_ERROR), + snprintf(g->Message, MAX_STR, MSG(RENAME_ERROR), tempname, filename, strerror(errno)); rc = rename(filetemp, filename); // Restore saved file rc = RC_FX; @@ -2882,7 +2886,8 @@ bool VMPFAM::AllocateBuffer(PGLOBAL g) for (cp = (PVCTCOL)Tdbp->GetColumns(); cp; cp = (PVCTCOL)cp->Next) if (!cp->IsSpecial()) { // Not a pseudo column cp->Blk = AllocValBlock(g, (void*)1, cp->Buf_Type, Nrec, - cp->Format.Length, cp->Format.Prec); + cp->Format.Length, cp->Format.Prec, + true, true, cp->IsUnsigned()); cp->AddStatus(BUF_MAPPED); } // endif IsSpecial @@ -3664,7 +3669,7 @@ bool BGVFAM::AllocateBuffer(PGLOBAL g) for (; cp; cp = (PVCTCOL)cp->Next) cp->Blk = AllocValBlock(g, NewBlock + Nrec * cp->Deplac, cp->Buf_Type, Nrec, cp->Format.Length, - cp->Format.Prec, chk); + cp->Format.Prec, chk, true, cp->IsUnsigned()); InitInsert(g); // Initialize inserting @@ -3712,7 +3717,8 @@ bool BGVFAM::AllocateBuffer(PGLOBAL g) for (; cp; cp = (PVCTCOL)cp->Next) if (!cp->IsSpecial()) // Not a pseudo column cp->Blk = AllocValBlock(g, NULL, cp->Buf_Type, Nrec, - cp->Format.Length, cp->Format.Prec); + cp->Format.Length, cp->Format.Prec, + true, true, cp->IsUnsigned()); } //endif mode diff --git a/storage/connect/global.h b/storage/connect/global.h index 472d09408c3eea2c537e602aa87a7457af8a0c6e..36e8a311124e71f4f673e2811e3edc7a71b71a28 100644 --- a/storage/connect/global.h +++ b/storage/connect/global.h @@ -1,7 +1,7 @@ /***********************************************************************/ /* GLOBAL.H: Declaration file used by all CONNECT implementations. */ /* (C) Copyright MariaDB Corporation Ab */ -/* Author Olivier Bertrand 1993-2017 */ +/* Author Olivier Bertrand 1993-2018 */ /***********************************************************************/ /***********************************************************************/ @@ -192,7 +192,7 @@ typedef struct _global { /* Global structure */ PACTIVITY Activityp; char Message[MAX_STR]; ulong More; /* Used by jsonudf */ - int Createas; /* To pass info to created table */ + int Createas; /* To pass multi to ext tables */ void *Xchk; /* indexes in create/alter */ short Alchecked; /* Checked for ALTER */ short Mrr; /* True when doing mrr */ diff --git a/storage/connect/ha_connect.cc b/storage/connect/ha_connect.cc index af329c0c8df694a96e64b0eb6ad6bc2791b14317..58b112b1f26b7f4d3ee8478152baa936a8b9e902 100644 --- a/storage/connect/ha_connect.cc +++ b/storage/connect/ha_connect.cc @@ -107,13 +107,9 @@ #define MYSQL_SERVER 1 #define DONT_DEFINE_VOID -#include "sql_class.h" -#include "create_options.h" -#include "mysql_com.h" -#include "field.h" +#include #include "sql_parse.h" #include "sql_base.h" -#include #include "sql_partition.h" #undef OFFSET @@ -174,9 +170,9 @@ #define JSONMAX 10 // JSON Default max grp size extern "C" { - char version[]= "Version 1.06.0007 March 11, 2018"; + char version[]= "Version 1.06.0008 October 06, 2018"; #if defined(__WIN__) - char compver[]= "Version 1.06.0007 " __DATE__ " " __TIME__; + char compver[]= "Version 1.06.0008 " __DATE__ " " __TIME__; char slash= '\\'; #else // !__WIN__ char slash= '/'; @@ -1782,13 +1778,13 @@ bool ha_connect::CheckVirtualIndex(TABLE_SHARE *s) bool ha_connect::IsPartitioned(void) { #ifdef WITH_PARTITION_STORAGE_ENGINE - if (tshp) + if (tshp) return tshp->partition_info_str_len > 0; else if (table && table->part_info) return true; else #endif - return false; + return false; } // end of IsPartitioned @@ -2813,7 +2809,7 @@ PCFIL ha_connect::CheckCond(PGLOBAL g, PCFIL filp, const Item *cond) htrc("Cond type=%d\n", cond->type()); if (cond->type() == COND::COND_ITEM) { - char *pb0, *pb1, *pb2, *ph0, *ph1, *ph2; + char *pb0, *pb1, *pb2, *ph0= 0, *ph1= 0, *ph2= 0; bool bb = false, bh = false; Item_cond *cond_item= (Item_cond *)cond; @@ -3294,6 +3290,58 @@ ha_rows ha_connect::records() } // end of records +int ha_connect::check(THD* thd, HA_CHECK_OPT* check_opt) +{ + int rc = HA_ADMIN_OK; + PGLOBAL g = ((table && table->in_use) ? GetPlug(table->in_use, xp) : + (xp) ? xp->g : NULL); + DBUG_ENTER("ha_connect::check"); + + if (!g || !table || xmod != MODE_READ) + DBUG_RETURN(HA_ADMIN_INTERNAL_ERROR); + + // Do not close the table if it was opened yet (possible?) + if (IsOpened()) { + if (IsPartitioned() && CheckColumnList(g)) // map can have been changed + rc = HA_ADMIN_CORRUPT; + else if (tdbp->OpenDB(g)) // Rewind table + rc = HA_ADMIN_CORRUPT; + + } else if (xp->CheckQuery(valid_query_id)) { + tdbp = NULL; // Not valid anymore + + if (OpenTable(g, false)) + rc = HA_ADMIN_CORRUPT; + + } else // possible? + DBUG_RETURN(HA_ADMIN_INTERNAL_ERROR); + + if (rc == HA_ADMIN_OK) { + TABTYPE type = GetTypeID(GetStringOption("Type", "*")); + + if (IsFileType(type)) { + if (check_opt->flags & T_MEDIUM) { + // TO DO + do { + if ((rc = CntReadNext(g, tdbp)) == RC_FX) + break; + + } while (rc != RC_EF); + + rc = (rc == RC_EF) ? HA_ADMIN_OK : HA_ADMIN_CORRUPT; + } else if (check_opt->flags & T_EXTEND) { + // TO DO + } // endif's flags + + } // endif file type + + } else + PushWarning(g, thd, 1); + + DBUG_RETURN(rc); +} // end of check + + /** Return an error message specific to this handler. @@ -3307,23 +3355,16 @@ bool ha_connect::get_error_message(int error, String* buf) { DBUG_ENTER("ha_connect::get_error_message"); - if (xp && xp->g) { - PGLOBAL g= xp->g; - char msg[3072]; // MAX_STR * 3 - uint dummy_errors; - uint32 len= copy_and_convert(msg, strlen(g->Message) * 3, - system_charset_info, - g->Message, strlen(g->Message), - &my_charset_latin1, - &dummy_errors); + if (xp && xp->g) { + PGLOBAL g = xp->g; - if (trace(1)) - htrc("GEM(%d): len=%u %s\n", error, len, g->Message); + if (trace(1)) + htrc("GEM(%d): %s\n", error, g->Message); - msg[len]= '\0'; - buf->copy(msg, (uint)strlen(msg), system_charset_info); - } else - buf->copy("Cannot retrieve msg", 19, system_charset_info); + buf->append(ErrConvString(g->Message, strlen(g->Message), + &my_charset_latin1).ptr()); + } else + buf->append("Cannot retrieve error message"); DBUG_RETURN(false); } // end of get_error_message @@ -3436,7 +3477,7 @@ int ha_connect::optimize(THD* thd, HA_CHECK_OPT*) push_warning(thd, Sql_condition::WARN_LEVEL_WARN, 0, g->Message); rc = 0; } else - rc = HA_ERR_INTERNAL_ERROR; + rc = HA_ERR_CRASHED_ON_USAGE; // Table must be repaired } // endif rc @@ -3452,6 +3493,9 @@ int ha_connect::optimize(THD* thd, HA_CHECK_OPT*) rc = HA_ERR_INTERNAL_ERROR; } // end catch + if (rc) + my_message(ER_WARN_DATA_OUT_OF_RANGE, g->Message, MYF(0)); + return rc; } // end of optimize @@ -4513,14 +4557,16 @@ MODE ha_connect::CheckMode(PGLOBAL g, THD *thd, // case SQLCOM_REPLACE_SELECT: // newmode= MODE_UPDATE; // To be checked // break; - case SQLCOM_DELETE: - case SQLCOM_DELETE_MULTI: + case SQLCOM_DELETE_MULTI: + *cras = true; + case SQLCOM_DELETE: case SQLCOM_TRUNCATE: newmode= MODE_DELETE; break; - case SQLCOM_UPDATE: case SQLCOM_UPDATE_MULTI: - newmode= MODE_UPDATE; + *cras = true; + case SQLCOM_UPDATE: + newmode= MODE_UPDATE; break; case SQLCOM_SELECT: case SQLCOM_OPTIMIZE: @@ -4545,8 +4591,10 @@ MODE ha_connect::CheckMode(PGLOBAL g, THD *thd, newmode= MODE_ANY; break; // } // endif partitioned - - default: + case SQLCOM_REPAIR: // TODO implement it + newmode = MODE_UPDATE; + break; + default: htrc("Unsupported sql_command=%d\n", thd_sql_command(thd)); strcpy(g->Message, "CONNECT Unsupported command"); my_message(ER_NOT_ALLOWED_COMMAND, g->Message, MYF(0)); @@ -4558,17 +4606,18 @@ MODE ha_connect::CheckMode(PGLOBAL g, THD *thd, switch (thd_sql_command(thd)) { case SQLCOM_CREATE_TABLE: *chk= true; - *cras= true; + break; + case SQLCOM_UPDATE_MULTI: + case SQLCOM_DELETE_MULTI: + *cras= true; case SQLCOM_INSERT: case SQLCOM_LOAD: case SQLCOM_INSERT_SELECT: // case SQLCOM_REPLACE: // case SQLCOM_REPLACE_SELECT: case SQLCOM_DELETE: - case SQLCOM_DELETE_MULTI: case SQLCOM_TRUNCATE: case SQLCOM_UPDATE: - case SQLCOM_UPDATE_MULTI: case SQLCOM_SELECT: case SQLCOM_OPTIMIZE: case SQLCOM_SET_OPTION: @@ -4596,8 +4645,9 @@ MODE ha_connect::CheckMode(PGLOBAL g, THD *thd, break; // } // endif partitioned - case SQLCOM_CHECK: // TODO implement it - case SQLCOM_END: // Met in procedures: IF(EXISTS(SELECT... + case SQLCOM_CHECK: // TODO implement it + case SQLCOM_ANALYZE: // TODO implement it + case SQLCOM_END: // Met in procedures: IF(EXISTS(SELECT... newmode= MODE_READ; break; default: @@ -4879,7 +4929,7 @@ int ha_connect::external_lock(THD *thd, int lock_type) #endif // 0 if (cras) - g->Createas= 1; // To tell created table to ignore FLAG + g->Createas= 1; // To tell external tables of a multi-table command if (trace(1)) { #if 0 @@ -5570,7 +5620,7 @@ static int connect_assisted_discovery(handlerton *, THD* thd, } // endif p } else if (ttp != TAB_ODBC || !(fnc & (FNC_TABLE | FNC_COL))) - tab = table_s->table_name.str; // Default value + tab = (char*)table_s->table_name.str; // Default value } // endif tab @@ -6202,9 +6252,9 @@ int ha_connect::create(const char *name, TABLE *table_arg, LEX_STRING cnc = table_arg->s->connect_string; #ifdef WITH_PARTITION_STORAGE_ENGINE partition_info *part_info= table_arg->part_info; -#else +#else // !WITH_PARTITION_STORAGE_ENGINE #define part_info 0 -#endif // WITH_PARTITION_STORAGE_ENGINE +#endif // !WITH_PARTITION_STORAGE_ENGINE xp= GetUser(thd, xp); PGLOBAL g= xp->g; @@ -7260,7 +7310,7 @@ maria_declare_plugin(connect) 0x0107, /* version number (1.05) */ NULL, /* status variables */ connect_system_variables, /* system variables */ - "1.06.0007", /* string version */ + "1.06.0008", /* string version */ MariaDB_PLUGIN_MATURITY_STABLE /* maturity */ } maria_declare_plugin_end; diff --git a/storage/connect/ha_connect.h b/storage/connect/ha_connect.h index 4c5bf5856cc433fb01a649e2b988b6c0d8036c49..07b1c2d2e7d148185a6de4f48a97294741bbe7db 100644 --- a/storage/connect/ha_connect.h +++ b/storage/connect/ha_connect.h @@ -347,11 +347,7 @@ PFIL CondFilter(PGLOBAL g, Item *cond); //PFIL CheckFilter(PGLOBAL g); /** admin commands - called from mysql_admin_table */ -virtual int check(THD* thd, HA_CHECK_OPT* check_opt) -{ - // TODO: implement it - return HA_ADMIN_OK; // Just to avoid error message with checktables -} // end of check +virtual int check(THD* thd, HA_CHECK_OPT* check_opt); /** Number of rows in table. It will only be called if diff --git a/storage/connect/inihandl.cpp b/storage/connect/inihandl.cpp index c039a980bcba894ae70a20c54cab92be1a014e22..8a911cb05c01b63a07daaea61050d8e279dbbc27 100644 --- a/storage/connect/inihandl.cpp +++ b/storage/connect/inihandl.cpp @@ -194,7 +194,7 @@ static void PROFILE_Save( FILE *file, PROFILESECTION *section ) } for (key = section->key; key; key = key->next) - if (key->name && key->name[0]) { + if (key->name[0]) { fprintf(file, "%s", SVP(key->name)); if (key->value) diff --git a/storage/connect/javaconn.cpp b/storage/connect/javaconn.cpp index d1be0ca1848ca38592f62f9057dd5944019d3c92..f919344f20bf2c5fb8198d0009ae5772f8db25d5 100644 --- a/storage/connect/javaconn.cpp +++ b/storage/connect/javaconn.cpp @@ -81,29 +81,6 @@ GETDEF JAVAConn::GetDefaultJavaVMInitArgs = NULL; #define DEBUG_ONLY(f) ((void)0) #endif // !_DEBUG -/***********************************************************************/ -/* Allocate the structure used to refer to the result set. */ -/***********************************************************************/ -static JCATPARM *AllocCatInfo(PGLOBAL g, JCATINFO fid, PCSZ db, - PCSZ tab, PQRYRES qrp) -{ - JCATPARM *cap; - -#if defined(_DEBUG) - assert(qrp); -#endif - - if ((cap = (JCATPARM *)PlgDBSubAlloc(g, NULL, sizeof(JCATPARM)))) { - memset(cap, 0, sizeof(JCATPARM)); - cap->Id = fid; - cap->Qrp = qrp; - cap->DB = db; - cap->Tab = tab; - } // endif cap - - return cap; -} // end of AllocCatInfo - /***********************************************************************/ /* JAVAConn construction/destruction. */ /***********************************************************************/ @@ -138,6 +115,16 @@ JAVAConn::JAVAConn(PGLOBAL g, PCSZ wrapper) // EndCom(); // } // end of ~JAVAConn +char *JAVAConn::GetUTFString(jstring s) +{ + char *str; + const char *utf = env->GetStringUTFChars(s, nullptr); + + str = PlugDup(m_G, utf); + env->ReleaseStringUTFChars(s, utf); + env->DeleteLocalRef(s); + return str; +} // end of GetUTFString /***********************************************************************/ /* Screen for errors. */ @@ -152,17 +139,15 @@ bool JAVAConn::Check(jint rc) "toString", "()Ljava/lang/String;"); if (exc != nullptr && tid != nullptr) { - jstring s = (jstring)env->CallObjectMethod(exc, tid); - const char *utf = env->GetStringUTFChars(s, (jboolean)false); - env->DeleteLocalRef(s); - Msg = PlugDup(m_G, utf); + s = (jstring)env->CallObjectMethod(exc, tid); + Msg = GetUTFString(s); } else Msg = "Exception occured"; env->ExceptionClear(); } else if (rc < 0) { s = (jstring)env->CallObjectMethod(job, errid); - Msg = (char*)env->GetStringUTFChars(s, (jboolean)false); + Msg = GetUTFString(s); } else Msg = NULL; @@ -456,7 +441,7 @@ bool JAVAConn::Open(PGLOBAL g) //=============== load and initialize Java VM and JNI interface ============= rc = CreateJavaVM(&jvm, (void**)&env, &vm_args); // YES !! - delete options; // we then no longer need the initialisation options. + delete[] options; // we then no longer need the initialisation options. switch (rc) { case JNI_OK: diff --git a/storage/connect/javaconn.h b/storage/connect/javaconn.h index 54b7c4e92b7a42aa71c2f42e3ccc05333a02d418..73812f6ab3b6cca745709dfb45239518efdb1952 100644 --- a/storage/connect/javaconn.h +++ b/storage/connect/javaconn.h @@ -90,6 +90,7 @@ class DllExport JAVAConn : public BLOCK { // Java operations protected: + char *GetUTFString(jstring s); bool gmID(PGLOBAL g, jmethodID& mid, const char *name, const char *sig); bool Check(jint rc = 0); diff --git a/storage/connect/jdbconn.cpp b/storage/connect/jdbconn.cpp index ddbc3115f0b166b4121e98a3e2c3406c86f86c48..e54eeb0fcdd09f2e0dc2a06f2796169d2ff3fff0 100644 --- a/storage/connect/jdbconn.cpp +++ b/storage/connect/jdbconn.cpp @@ -314,10 +314,6 @@ static JCATPARM *AllocCatInfo(PGLOBAL g, JCATINFO fid, PCSZ db, { JCATPARM *cap; -#if defined(_DEBUG) - assert(qrp); -#endif - if ((cap = (JCATPARM *)PlgDBSubAlloc(g, NULL, sizeof(JCATPARM)))) { memset(cap, 0, sizeof(JCATPARM)); cap->Id = fid; @@ -699,21 +695,14 @@ bool JDBConn::SetUUID(PGLOBAL g, PTDBJDBC tjp) goto err; } // endif rc - // Returns 666 is case of error - //jtyp = env->CallIntMethod(job, typid, 5, nullptr); + // Should return 666 is case of error (not done yet) + ctyp = (int)env->CallIntMethod(job, intfldid, 5, nullptr); - //if (Check((jtyp == 666) ? -1 : 1)) { - // sprintf(g->Message, "Getting jtyp: %s", Msg); + //if (Check((ctyp == 666) ? -1 : 1)) { + // sprintf(g->Message, "Getting ctyp: %s", Msg); // goto err; //} // endif ctyp - ctyp = (int)env->CallIntMethod(job, intfldid, 5, nullptr); - - if (Check(ctyp)) { - sprintf(g->Message, "Getting ctyp: %s", Msg); - goto err; - } // endif ctyp - if (ctyp == 1111) ((PJDBCCOL)colp)->uuid = true; @@ -828,11 +817,11 @@ bool JDBConn::Connect(PJPARM sop) jstring s = (jstring)env->CallObjectMethod(job, qcid); if (s != nullptr) { - char *qch = (char*)env->GetStringUTFChars(s, (jboolean)false); + char *qch = GetUTFString(s); m_IDQuoteChar[0] = *qch; } else { s = (jstring)env->CallObjectMethod(job, errid); - Msg = (char*)env->GetStringUTFChars(s, (jboolean)false); + Msg = GetUTFString(s); } // endif s } // endif qcid @@ -1010,7 +999,7 @@ void JDBConn::SetColumnValue(int rank, PSZ name, PVAL val) cn = nullptr; if (cn) { - field = env->GetStringUTFChars(cn, (jboolean)false); + field = GetUTFString(cn); val->SetValue_psz((PSZ)field); } else val->Reset(); @@ -1084,8 +1073,7 @@ void JDBConn::SetColumnValue(int rank, PSZ name, PVAL val) cn = nullptr; if (cn) { - const char *field = env->GetStringUTFChars(cn, (jboolean)false); - val->SetValue_psz((PSZ)field); + val->SetValue_psz((PSZ)GetUTFString(cn)); } else val->Reset(); @@ -1364,19 +1352,19 @@ bool JDBConn::SetParam(JDBCCOL *colp) for (i = 0, n = 0; i < size; i++) { crp = qrp->Colresp; js = (jstring)env->GetObjectArrayElement(s, n++); - sval = (PSZ)env->GetStringUTFChars(js, 0); + sval = GetUTFString(js); crp->Kdata->SetValue(sval, i); crp = crp->Next; js = (jstring)env->GetObjectArrayElement(s, n++); - sval = (PSZ)env->GetStringUTFChars(js, 0); + sval = GetUTFString(js); crp->Kdata->SetValue(sval, i); crp = crp->Next; js = (jstring)env->GetObjectArrayElement(s, n++); - sval = (PSZ)env->GetStringUTFChars(js, 0); + sval = GetUTFString(js); crp->Kdata->SetValue(sval, i); crp = crp->Next; js = (jstring)env->GetObjectArrayElement(s, n++); - sval = (PSZ)env->GetStringUTFChars(js, 0); + sval = GetUTFString(js); crp->Kdata->SetValue(sval, i); } // endfor i @@ -1462,7 +1450,7 @@ bool JDBConn::SetParam(JDBCCOL *colp) return NULL; } // endif label - name = env->GetStringUTFChars(label, (jboolean)false); + name = GetUTFString(label); crp = qrp->Colresp; // Column_Name crp->Kdata->SetValue((char*)name, i); n = env->GetIntArrayElements(val, 0); diff --git a/storage/connect/jmgoconn.cpp b/storage/connect/jmgoconn.cpp index 1731ccbeb8c2f525867cfeea214b3bdc042337f7..bd1ddadd80d5ae795bc5365a1465de30c453f657 100644 --- a/storage/connect/jmgoconn.cpp +++ b/storage/connect/jmgoconn.cpp @@ -522,7 +522,7 @@ PSZ JMgoConn::GetDocument(void) jdc = (jstring)env->CallObjectMethod(job, getdocid); if (jdc) - doc = (PSZ)env->GetStringUTFChars(jdc, (jboolean)false); + doc = (PSZ)GetUTFString(jdc); } // endif getdocid @@ -690,7 +690,7 @@ jobject JMgoConn::MakeDoc(PGLOBAL g, PJNCOL jcp) } // endif Jncolp - return parent; + return parent; } // end of MakeDoc /***********************************************************************/ @@ -807,7 +807,7 @@ PSZ JMgoConn::GetColumnValue(PSZ path) fn = (jstring)env->CallObjectMethod(job, objfldid, jn); if (fn) - fld = (PSZ)env->GetStringUTFChars(fn, (jboolean)false); + fld = (PSZ)GetUTFString(fn); } // endif objfldid diff --git a/storage/connect/json.h b/storage/connect/json.h index dcc97287420f6b898dfe1989ad9573b330895059..cc394401cc3d53b5963fbae661623fdd628a4963 100644 --- a/storage/connect/json.h +++ b/storage/connect/json.h @@ -44,6 +44,9 @@ typedef struct { int len; } STRG, *PSG; +char *NextChr(PSZ s, char sep); +char *GetJsonNull(void); + PJSON ParseJson(PGLOBAL g, char *s, int n, int *prty = NULL, bool *b = NULL); PJAR ParseArray(PGLOBAL g, int& i, STRG& src, bool *pty); PJOB ParseObject(PGLOBAL g, int& i, STRG& src, bool *pty); diff --git a/storage/connect/jsonudf.cpp b/storage/connect/jsonudf.cpp index 794a84f22c492fd8b3a874ba25581479daf72c01..26455d572b658bd436ea2c2f27b9e536a4e929be 100644 --- a/storage/connect/jsonudf.cpp +++ b/storage/connect/jsonudf.cpp @@ -1620,7 +1620,7 @@ static my_bool CheckMemory(PGLOBAL g, UDF_INIT *initid, UDF_ARGS *args, uint n, if (AllocSarea(g, ml)) { char errmsg[MAX_STR]; - snprintf(errmsg, sizeof(errmsg)-1, MSG(WORK_AREA), g->Message); + snprintf(errmsg, sizeof(errmsg) - 1, MSG(WORK_AREA), g->Message); strcpy(g->Message, errmsg); return true; } // endif SareaAlloc @@ -1673,7 +1673,7 @@ static PCSZ MakeKey(PGLOBAL g, UDF_ARGS *args, int i) n = strlen(s); if (IsJson(args, i)) - j = strchr(s, '_') - s + 1; + j = (int)(strchr(s, '_') - s + 1); if (j && n > j) { s += j; @@ -4631,7 +4631,7 @@ char *jbin_array(UDF_INIT *initid, UDF_ARGS *args, char *result, bsp = NULL; if (!bsp && (bsp = JbinAlloc(g, args, initid->max_length, NULL))) - strncpy(bsp->Msg, g->Message, 139); + strncpy(bsp->Msg, g->Message, BMX); // Keep result of constant function g->Xchk = (initid->const_item) ? bsp : NULL; diff --git a/storage/connect/mycat.cc b/storage/connect/mycat.cc index cc8f75b297603fe42b85f1dce705dac44390bfc8..cc5675db5c8eddb7216da78625b3b9cd48180a65 100644 --- a/storage/connect/mycat.cc +++ b/storage/connect/mycat.cc @@ -18,7 +18,7 @@ /* ------------- */ /* Version 1.6 */ /* */ -/* Author: Olivier Bertrand 2012 - 2017 */ +/* Author: Olivier Bertrand 2012 - 2018 */ /* */ /* WHAT THIS PROGRAM DOES: */ /* ----------------------- */ @@ -28,20 +28,13 @@ /***********************************************************************/ /* Include relevant MariaDB header file. */ /***********************************************************************/ -#include +#define DONT_DEFINE_VOID +#include -#if defined(__WIN__) -//#include -//#include -#elif defined(UNIX) -#include +#if defined(UNIX) #include -#include -#include #include #endif -#define DONT_DEFINE_VOID -//#include #include "handler.h" #undef OFFSET diff --git a/storage/connect/mysql-test/connect/disabled.def b/storage/connect/mysql-test/connect/disabled.def index 0dcf030613d062794a7d3614cda1fb10fbbe8311..827ed58b835501df43e41ecc4528b7d8cadd7eb8 100644 --- a/storage/connect/mysql-test/connect/disabled.def +++ b/storage/connect/mysql-test/connect/disabled.def @@ -9,14 +9,15 @@ # Do not use any TAB characters for whitespace. # ############################################################################## -jdbc : Variable settings depend on machine configuration -jdbc_new : Variable settings depend on machine configuration -jdbc_oracle : Variable settings depend on machine configuration -jdbc_postgresql : Variable settings depend on machine configuration -json_mongo_c : Need MongoDB running and its C Driver installed -json_java_2 : Need MongoDB running and its Java Driver installed -json_java_3 : Need MongoDB running and its Java Driver installed -mongo_c : Need MongoDB running and its C Driver installed -mongo_java_2 : Need MongoDB running and its Java Driver installed -mongo_java_3 : Need MongoDB running and its Java Driver installed -tbl_thread : Bug MDEV-9844,10179,14214 03/01/2018 OB Option THREAD removed +infoschema-9739 : Crashes with MariaDB 10.0 +jdbc : Variable settings depend on machine configuration +jdbc_new : Variable settings depend on machine configuration +jdbc_oracle : Variable settings depend on machine configuration +jdbc_postgresql : Variable settings depend on machine configuration +json_mongo_c : Need MongoDB running and its C Driver installed +json_java_2 : Need MongoDB running and its Java Driver installed +json_java_3 : Need MongoDB running and its Java Driver installed +mongo_c : Need MongoDB running and its C Driver installed +mongo_java_2 : Need MongoDB running and its Java Driver installed +mongo_java_3 : Need MongoDB running and its Java Driver installed +tbl_thread : Bug MDEV-9844,10179,14214 03/01/2018 OB Option THREAD removed diff --git a/storage/connect/mysql-test/connect/r/jdbc.result b/storage/connect/mysql-test/connect/r/jdbc.result index 895b4070d700335a5dfe65f9d8d9c16f209b2b36..1bcd7b736bbdf77df457e57fda9c8484e3e978ad 100644 --- a/storage/connect/mysql-test/connect/r/jdbc.result +++ b/storage/connect/mysql-test/connect/r/jdbc.result @@ -238,8 +238,7 @@ DROP TABLE t1, connect.emp; CREATE TABLE t2 (command varchar(128) not null,number int(5) not null flag=1,message varchar(255) flag=2) ENGINE=CONNECT TABLE_TYPE=JDBC CONNECTION='jdbc:mariadb://localhost:PORT/connect' OPTION_LIST='User=root,Execsrc=1'; SELECT * FROM t2 WHERE command='drop table tx1'; command number message -drop table tx1 0 Execute: java.sql.SQLSyntaxErrorException: Unknown table 'connect.tx1' -Query is : drop table tx1 +drop table tx1 0 Execute: java.sql.SQLSyntaxErrorException: (conn:23) Unknown table 'connect.tx1' SELECT * FROM t2 WHERE command = 'create table tx1 (a int not null, b char(32), c double(8,2))'; command number message create table tx1 (a int not null, b char(32), c double(8,2)) 0 Affected rows diff --git a/storage/connect/mysql-test/connect/r/json_java_2.result b/storage/connect/mysql-test/connect/r/json_java_2.result index 1a90132deded347e2de42c28c01e8e91ac7936e4..ff87d8e2ad7d67d32e4852c8b83ff46dfd0c1e1a 100644 --- a/storage/connect/mysql-test/connect/r/json_java_2.result +++ b/storage/connect/mysql-test/connect/r/json_java_2.result @@ -1,4 +1,3 @@ -SET GLOBAL connect_class_path='C:/MariaDB-10.2/MariaDB/storage/connect/mysql-test/connect/std_data/Mongo2.jar'; set connect_enable_mongo=1; # # Test the MONGO table type diff --git a/storage/connect/mysql-test/connect/r/json_java_3.result b/storage/connect/mysql-test/connect/r/json_java_3.result index 4c5fc94fca62910726aa9bf37a18b1635da356a5..eb8bfc022d61a27f9b4b765db5b5adac7a695001 100644 --- a/storage/connect/mysql-test/connect/r/json_java_3.result +++ b/storage/connect/mysql-test/connect/r/json_java_3.result @@ -1,4 +1,3 @@ -SET GLOBAL connect_class_path='C:/MariaDB-10.2/MariaDB/storage/connect/mysql-test/connect/std_data/Mongo3.jar'; set connect_enable_mongo=1; # # Test the MONGO table type diff --git a/storage/connect/mysql-test/connect/r/mongo_java_2.result b/storage/connect/mysql-test/connect/r/mongo_java_2.result index 67c67653e88dda71ab9279bfe399d2cd39011ba4..bc186d7137eef9f12ae8626ae72b497d73010a59 100644 --- a/storage/connect/mysql-test/connect/r/mongo_java_2.result +++ b/storage/connect/mysql-test/connect/r/mongo_java_2.result @@ -1,4 +1,3 @@ -SET GLOBAL connect_class_path='C:/MariaDB-10.2/MariaDB/storage/connect/mysql-test/connect/std_data/Mongo2.jar'; set connect_enable_mongo=1; # # Test the MONGO table type diff --git a/storage/connect/mysql-test/connect/r/mongo_java_3.result b/storage/connect/mysql-test/connect/r/mongo_java_3.result index 665178bd3ea047ec78f46c7e8c9eeedb2077616d..30c696fc9ebf71126ff75200931bdfd28fa796c5 100644 --- a/storage/connect/mysql-test/connect/r/mongo_java_3.result +++ b/storage/connect/mysql-test/connect/r/mongo_java_3.result @@ -1,4 +1,3 @@ -SET GLOBAL connect_class_path='C:/MariaDB-10.2/MariaDB/storage/connect/mysql-test/connect/std_data/Mongo3.jar'; set connect_enable_mongo=1; # # Test the MONGO table type diff --git a/storage/connect/mysql-test/connect/r/mysql_exec.result b/storage/connect/mysql-test/connect/r/mysql_exec.result index 483fbd9e6a6cd74754005342bfc51a130d525230..add98a6235d4e654fdeb791766dc976a188bc4e1 100644 --- a/storage/connect/mysql-test/connect/r/mysql_exec.result +++ b/storage/connect/mysql-test/connect/r/mysql_exec.result @@ -30,6 +30,8 @@ insert ignore into t1(id) values(NULL) 1 1 Affected rows Warning 0 1364 Field 'msg' doesn't have a default value update t1 set msg = 'Four' where id = 4 0 1 Affected rows select * from t1 0 2 Result set columns +Warnings: +Warning 1105 Result set columns # # Checking Using Procedure # @@ -43,9 +45,13 @@ CALL p1('insert ignore into t1(id) values(NULL)'); command warnings number message insert ignore into t1(id) values(NULL) 1 1 Affected rows Warning 0 1364 Field 'msg' doesn't have a default value +Warnings: +Warning 1105 Affected rows CALL p1('update t1 set msg = "Five" where id = 5'); command warnings number message update t1 set msg = "Five" where id = 5 0 1 Affected rows +Warnings: +Warning 1105 Affected rows DROP PROCEDURE p1; DROP TABLE t1; SELECT * FROM t1; diff --git a/storage/connect/mysql-test/connect/r/odbc_postgresql.result b/storage/connect/mysql-test/connect/r/odbc_postgresql.result index 3426d23e29c8830b547f1acdaa8abb537d91a5ba..dc23dbdb990fbf80ed25157a527e695ddd679061 100644 --- a/storage/connect/mysql-test/connect/r/odbc_postgresql.result +++ b/storage/connect/mysql-test/connect/r/odbc_postgresql.result @@ -99,9 +99,9 @@ Table_Cat Table_Schema Table_Name Column_Name Data_Type Type_Name Column_Size Bu mtr public t1 a 4 int4 10 4 0 10 0 mtr public t2 a 4 int4 10 4 0 10 0 mtr public v1 a 4 int4 10 4 0 10 1 -mtr schema1 t1 a 1 bpchar 10 60 NULL NULL 0 -mtr schema1 t2 a 1 bpchar 10 60 NULL NULL 0 -mtr schema1 v1 a 1 bpchar 10 60 NULL NULL 1 +mtr schema1 t1 a 1 bpchar 10 40 NULL NULL 0 +mtr schema1 t2 a 1 bpchar 10 40 NULL NULL 0 +mtr schema1 v1 a 1 bpchar 10 40 NULL NULL 1 DROP TABLE t1; # All columns in the schemas "public" and "schema1" CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='DSN=ConnectEnginePostgresql;UID=mtr;PWD=mtr' CATFUNC=Columns TABNAME='%.%.%'; @@ -110,16 +110,16 @@ Table_Cat Table_Schema Table_Name Column_Name Data_Type Type_Name Column_Size Bu mtr public t1 a 4 int4 10 4 0 10 0 mtr public t2 a 4 int4 10 4 0 10 0 mtr public v1 a 4 int4 10 4 0 10 1 -mtr schema1 t1 a 1 bpchar 10 60 NULL NULL 0 -mtr schema1 t2 a 1 bpchar 10 60 NULL NULL 0 -mtr schema1 v1 a 1 bpchar 10 60 NULL NULL 1 +mtr schema1 t1 a 1 bpchar 10 40 NULL NULL 0 +mtr schema1 t2 a 1 bpchar 10 40 NULL NULL 0 +mtr schema1 v1 a 1 bpchar 10 40 NULL NULL 1 DROP TABLE t1; # All tables "t1" in all schemas CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='DSN=ConnectEnginePostgresql;UID=mtr;PWD=mtr' CATFUNC=Columns TABNAME='%.%.t1'; SELECT * FROM t1 ORDER BY Table_Schema, Table_Name; Table_Cat Table_Schema Table_Name Column_Name Data_Type Type_Name Column_Size Buffer_Length Decimal_Digits Radix Nullable Remarks mtr public t1 a 4 int4 10 4 0 10 0 -mtr schema1 t1 a 1 bpchar 10 60 NULL NULL 0 +mtr schema1 t1 a 1 bpchar 10 40 NULL NULL 0 DROP TABLE t1; # Table "t1" in the schema "public" CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='DSN=ConnectEnginePostgresql;UID=mtr;PWD=mtr' CATFUNC=Columns TABNAME='%.public.t1'; @@ -131,14 +131,14 @@ DROP TABLE t1; CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='DSN=ConnectEnginePostgresql;UID=mtr;PWD=mtr' CATFUNC=Columns TABNAME='%.schema1.t1'; SELECT * FROM t1 ORDER BY Table_Schema, Table_Name; Table_Cat Table_Schema Table_Name Column_Name Data_Type Type_Name Column_Size Buffer_Length Decimal_Digits Radix Nullable Remarks -mtr schema1 t1 a 1 bpchar 10 60 NULL NULL 0 +mtr schema1 t1 a 1 bpchar 10 40 NULL NULL 0 DROP TABLE t1; # All tables "t1" in all schemas (Catalog name is ignored by PostgreSQL) CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='DSN=ConnectEnginePostgresql;UID=mtr;PWD=mtr' CATFUNC=Columns TABNAME='xxx.%.t1'; SELECT * FROM t1 ORDER BY Table_Schema, Table_Name; Table_Cat Table_Schema Table_Name Column_Name Data_Type Type_Name Column_Size Buffer_Length Decimal_Digits Radix Nullable Remarks mtr public t1 a 4 int4 10 4 0 10 0 -mtr schema1 t1 a 1 bpchar 10 60 NULL NULL 0 +mtr schema1 t1 a 1 bpchar 10 40 NULL NULL 0 DROP TABLE t1; # # Checking tables diff --git a/storage/connect/mysql-test/connect/r/xml2.result b/storage/connect/mysql-test/connect/r/xml2.result index eea53bf55c784705808bfe3bc0ec4a40f241ef9e..b8075fa1928e2152d021bb97402097e2e4f68b8b 100644 --- a/storage/connect/mysql-test/connect/r/xml2.result +++ b/storage/connect/mysql-test/connect/r/xml2.result @@ -333,37 +333,6 @@ DROP TABLE t1; # # Testing Cyrillic # -CREATE TABLE t1 -( -c CHAR(16) CHARACTER SET utf8 -) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' - OPTION_LIST='xmlsup=libxml2,rownode=b'; -SELECT * FROM t1; -c БВГДЕЖЗ -INSERT INTO t1 VALUES ('ИКЛМÐ'); -SELECT c, HEX(c) FROM t1; -c БВГДЕЖЗ -HEX(c) D091D092D093D094D095D096D097 -c ИКЛМР-HEX(c) D098D09AD09BD09CD09D -DROP TABLE t1; -CREATE TABLE t1 -( -c CHAR(16) CHARACTER SET cp1251 -) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' - OPTION_LIST='xmlsup=libxml2,rownode=b'; -SELECT * FROM t1; -c БВГДЕЖЗ -c ИКЛМР-INSERT INTO t1 VALUES ('ОПРСТ'); -SELECT c, HEX(c) FROM t1; -c БВГДЕЖЗ -HEX(c) C1C2C3C4C5C6C7 -c ИКЛМР-HEX(c) C8CACBCCCD -c ОПРСТ -HEX(c) CECFD0D1D2 -DROP TABLE t1; # # Testing that the underlying file is created with a proper Encoding # diff --git a/storage/connect/mysql-test/connect/t/json_java_2.test b/storage/connect/mysql-test/connect/t/json_java_2.test index bb32eff4e942c9a3517b521a3e9e03a45b7fb279..2f64d8e2eed403839904755605672505c4bb2170 100644 --- a/storage/connect/mysql-test/connect/t/json_java_2.test +++ b/storage/connect/mysql-test/connect/t/json_java_2.test @@ -1,7 +1,9 @@ -- source jdbconn.inc -- source mongo.inc +--disable_query_log eval SET GLOBAL connect_class_path='$MTR_SUITE_DIR/std_data/Mongo2.jar'; +--enable_query_log let $DRV= Java; let $VERS= 2; let $TYPE= JSON; diff --git a/storage/connect/mysql-test/connect/t/json_java_3.test b/storage/connect/mysql-test/connect/t/json_java_3.test index 29e66cd5a1ca71abacfb36cfaf675ac50b377d42..cee8343772ad4d8eac4dbb86a22116a27e988d90 100644 --- a/storage/connect/mysql-test/connect/t/json_java_3.test +++ b/storage/connect/mysql-test/connect/t/json_java_3.test @@ -1,7 +1,9 @@ -- source jdbconn.inc -- source mongo.inc +--disable_query_log eval SET GLOBAL connect_class_path='$MTR_SUITE_DIR/std_data/Mongo3.jar'; +--enable_query_log let $DRV= Java; let $VERS= 3; let $TYPE= JSON; diff --git a/storage/connect/mysql-test/connect/t/mongo_java_2.test b/storage/connect/mysql-test/connect/t/mongo_java_2.test index 21da5dce68f6a8d06971e3cc4cdb6cd22b7e7b71..7dcd028185ed3ee79416f47041a02b49c8a9e4f0 100644 --- a/storage/connect/mysql-test/connect/t/mongo_java_2.test +++ b/storage/connect/mysql-test/connect/t/mongo_java_2.test @@ -1,7 +1,9 @@ -- source jdbconn.inc -- source mongo.inc +--disable_query_log eval SET GLOBAL connect_class_path='$MTR_SUITE_DIR/std_data/Mongo2.jar'; +--enable_query_log let $DRV= Java; let $VERS= 2; let $TYPE= MONGO; diff --git a/storage/connect/mysql-test/connect/t/mongo_java_3.test b/storage/connect/mysql-test/connect/t/mongo_java_3.test index b7584adcc7e72b87db17d252fd273386bea10953..aab16d5e003b4f8712f95307a869a8c27f051d83 100644 --- a/storage/connect/mysql-test/connect/t/mongo_java_3.test +++ b/storage/connect/mysql-test/connect/t/mongo_java_3.test @@ -1,7 +1,9 @@ -- source jdbconn.inc -- source mongo.inc +--disable_query_log eval SET GLOBAL connect_class_path='$MTR_SUITE_DIR/std_data/Mongo3.jar'; +--enable_query_log let $DRV= Java; let $VERS= 3; let $TYPE= MONGO; diff --git a/storage/connect/mysql-test/connect/t/xml2.test b/storage/connect/mysql-test/connect/t/xml2.test index 0f26b8ab5c09721ede29c2943cb3eb8a87c3e8f2..7bbc3dbd87c26a676066b847ad5f3e42570f7ac8 100644 --- a/storage/connect/mysql-test/connect/t/xml2.test +++ b/storage/connect/mysql-test/connect/t/xml2.test @@ -240,24 +240,24 @@ DROP TABLE t1; --echo # --echo # Testing Cyrillic --echo # -CREATE TABLE t1 -( - c CHAR(16) CHARACTER SET utf8 -) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' - OPTION_LIST='xmlsup=libxml2,rownode=b'; -SELECT * FROM t1; -INSERT INTO t1 VALUES ('ИКЛМÐ'); -SELECT c, HEX(c) FROM t1; -DROP TABLE t1; -CREATE TABLE t1 -( - c CHAR(16) CHARACTER SET cp1251 -) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' - OPTION_LIST='xmlsup=libxml2,rownode=b'; -SELECT * FROM t1; -INSERT INTO t1 VALUES ('ОПРСТ'); -SELECT c, HEX(c) FROM t1; -DROP TABLE t1; +#CREATE TABLE t1 +#( +# c CHAR(16) CHARACTER SET utf8 +#) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' +# OPTION_LIST='xmlsup=libxml2,rownode=b'; +#SELECT * FROM t1; +#INSERT INTO t1 VALUES ('ИКЛМÐ'); +#SELECT c, HEX(c) FROM t1; +#DROP TABLE t1; +#CREATE TABLE t1 +#( +# c CHAR(16) CHARACTER SET cp1251 +#) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='cp1251.xml' +# OPTION_LIST='xmlsup=libxml2,rownode=b'; +#SELECT * FROM t1; +#INSERT INTO t1 VALUES ('ОПРСТ'); +#SELECT c, HEX(c) FROM t1; +#DROP TABLE t1; --echo # diff --git a/storage/connect/odbconn.cpp b/storage/connect/odbconn.cpp index f7b1a43a95da135f9b7e67a6c1d503928973457c..6687513fa6c21717b021b8ab05a6867ed276c5eb 100644 --- a/storage/connect/odbconn.cpp +++ b/storage/connect/odbconn.cpp @@ -2354,11 +2354,11 @@ int ODBConn::GetCatInfo(CATPARM *cap) if (!Check(rc)) ThrowDBX(rc, fnc, hstmt); - rc = SQLNumResultCols(hstmt, &ncol); - - // n because we no more ignore the first column - if ((n = (UWORD)qrp->Nbcol) > (UWORD)ncol) - ThrowDBX(MSG(COL_NUM_MISM)); + // Some data source do not implement SQLNumResultCols + if (Check(SQLNumResultCols(hstmt, &ncol))) + // n because we no more ignore the first column + if ((n = (UWORD)qrp->Nbcol) > (UWORD)ncol) + ThrowDBX(MSG(COL_NUM_MISM)); // Unconditional to handle STRBLK's pval = (PVAL *)PlugSubAlloc(g, NULL, n * sizeof(PVAL)); diff --git a/storage/connect/tabext.cpp b/storage/connect/tabext.cpp index 64d401bef15152aeda4dafba9a9ae35ad8677cd3..f2d5eb0e69db42fb508c34d86032d0280cf5451c 100644 --- a/storage/connect/tabext.cpp +++ b/storage/connect/tabext.cpp @@ -125,6 +125,12 @@ EXTDEF::EXTDEF(void) /***********************************************************************/ bool EXTDEF::DefineAM(PGLOBAL g, LPCSTR am, int poff) { + if (g->Createas) { + strcpy(g->Message, + "Multiple-table UPDATE/DELETE commands are not supported"); + return true; + } // endif multi + Desc = NULL; Tabname = GetStringCatInfo(g, "Name", (Catfunc & (FNC_TABLE | FNC_COL)) ? NULL : Name); @@ -286,7 +292,7 @@ bool TDBEXT::MakeSrcdef(PGLOBAL g) char *catp = strstr(Srcdef, "%s"); if (catp) { - char *fil1, *fil2; + char *fil1 = 0, *fil2; PCSZ ph = ((EXTDEF*)To_Def)->Phpos; if (!ph) diff --git a/storage/connect/tabjdbc.cpp b/storage/connect/tabjdbc.cpp index 275b5edaeaed7e83dc2e276b2d0946b81806d6f0..adb3fc4fb51f8bb54b8e2c02b6ab04d442852209 100644 --- a/storage/connect/tabjdbc.cpp +++ b/storage/connect/tabjdbc.cpp @@ -1157,8 +1157,9 @@ bool TDBXJDC::OpenDB(PGLOBAL g) /* Get the command to execute. */ /*********************************************************************/ if (!(Cmdlist = MakeCMD(g))) { - Jcp->Close(); - return true; + // Next lines commented out because of CHECK TABLE + //Jcp->Close(); + //return true; } // endif Query Rows = 1; @@ -1189,8 +1190,10 @@ int TDBXJDC::ReadDB(PGLOBAL g) Fpos++; // Used for progress info Cmdlist = (Nerr > Mxr) ? NULL : Cmdlist->Next; return RC_OK; - } else + } else { + PushWarning(g, this, 1); return RC_EF; + } // endif Cmdlist } // end of ReadDB diff --git a/storage/connect/tabjmg.cpp b/storage/connect/tabjmg.cpp index ba3e1c3e7c05daecea123544cda11cbb081b674b..850d9e5fa9b04537ffbe26c1d8916ed2c8980a7c 100644 --- a/storage/connect/tabjmg.cpp +++ b/storage/connect/tabjmg.cpp @@ -72,7 +72,7 @@ bool JMGDISC::Find(PGLOBAL g) bool JMGDISC::ColDesc(PGLOBAL g, jobject obj, char *pcn, char *pfmt, int ncol, int k) { - const char *key; + const char *key, *utf; char colname[65]; char fmt[129]; bool rc = true; @@ -101,7 +101,10 @@ bool JMGDISC::ColDesc(PGLOBAL g, jobject obj, char *pcn, char *pfmt, continue; jkey = (jstring)Jcp->env->CallObjectMethod(Jcp->job, bvnameid); - key = Jcp->env->GetStringUTFChars(jkey, (jboolean)false); + utf = Jcp->env->GetStringUTFChars(jkey, nullptr); + key = PlugDup(g, utf); + Jcp->env->ReleaseStringUTFChars(jkey, utf); + Jcp->env->DeleteLocalRef(jkey); if (pcn) { strncpy(colname, pcn, 64); @@ -457,8 +460,8 @@ PSZ JMGCOL::GetJpath(PGLOBAL g, bool proj) } else *p2++ = *p1; - *p2 = 0; - return projpath; + *p2 = 0; + return projpath; } else return Jpath; diff --git a/storage/connect/tabjson.h b/storage/connect/tabjson.h index 0341c0f8aa07119d77eb90bd17f70e89049949ad..2ff72905e86d520adc908ab4639c3dd8f229e8db 100644 --- a/storage/connect/tabjson.h +++ b/storage/connect/tabjson.h @@ -16,6 +16,7 @@ typedef class JSONDEF *PJDEF; typedef class TDBJSON *PJTDB; typedef class JSONCOL *PJCOL; class TDBJSN; +PQRYRES JSONColumns(PGLOBAL g, PCSZ db, PCSZ dsn, PTOS topt, bool info); /***********************************************************************/ /* The JSON tree node. Can be an Object or an Array. */ diff --git a/storage/connect/tabmysql.cpp b/storage/connect/tabmysql.cpp index 605b38224305e57a69cb24904fecc8105dda0b8c..ceffafac02cbe83015d4c543b3e35f6bdca224ae 100644 --- a/storage/connect/tabmysql.cpp +++ b/storage/connect/tabmysql.cpp @@ -1587,8 +1587,9 @@ bool TDBMYEXC::OpenDB(PGLOBAL g) /* Get the command to execute. */ /*********************************************************************/ if (!(Cmdlist = MakeCMD(g))) { - Myc.Close(); - return true; + // Next lines commented out because of CHECK TABLE + //Myc.Close(); + //return true; } // endif Cmdlist return false; @@ -1647,8 +1648,10 @@ int TDBMYEXC::ReadDB(PGLOBAL g) ++N; return RC_OK; - } else - return RC_EF; + } else { + PushWarning(g, this, 1); + return RC_EF; + } // endif Cmdlist } // end of ReadDB diff --git a/storage/connect/tabodbc.cpp b/storage/connect/tabodbc.cpp index f7bc3934fbd5cc3d02540bd115be454be03c848d..fddfb0c04209067db1c633f8f8e00cbacb9b29f7 100644 --- a/storage/connect/tabodbc.cpp +++ b/storage/connect/tabodbc.cpp @@ -1249,9 +1249,10 @@ bool TDBXDBC::OpenDB(PGLOBAL g) /* Get the command to execute. */ /*********************************************************************/ if (!(Cmdlist = MakeCMD(g))) { - Ocp->Close(); - return true; - } // endif Query + // Next lines commented out because of CHECK TABLE + //Ocp->Close(); + //return true; + } // endif Cmdlist Rows = 1; return false; @@ -1274,8 +1275,10 @@ int TDBXDBC::ReadDB(PGLOBAL g) Fpos++; // Used for progress info Cmdlist = (Nerr > Mxr) ? NULL : Cmdlist->Next; return RC_OK; - } else - return RC_EF; + } else { + PushWarning(g, this, 1); + return RC_EF; + } // endif Cmdlist } // end of ReadDB diff --git a/storage/connect/tabpivot.cpp b/storage/connect/tabpivot.cpp index da5d134f347003d328472c48304b749852c33aff..9121a0453e5e700990aba45f5319072ec605b309 100644 --- a/storage/connect/tabpivot.cpp +++ b/storage/connect/tabpivot.cpp @@ -107,12 +107,12 @@ bool PIVAID::SkipColumn(PCOLRES crp, char *skc) /***********************************************************************/ PQRYRES PIVAID::MakePivotColumns(PGLOBAL g) { - char *p, *query, *colname, *skc, buf[64]; - int ndif, nblin, w = 0; - bool b = false; - PVAL valp; - PQRYRES qrp; - PCOLRES *pcrp, crp, fncrp = NULL; + char *p, *query, *colname, *skc, buf[64]; + int ndif, nblin, w = 0; + bool b = false; + PVAL valp; + PQRYRES qrp; + PCOLRES *pcrp, crp, fncrp = NULL; try { // Are there columns to skip? @@ -186,7 +186,7 @@ PQRYRES PIVAID::MakePivotColumns(PGLOBAL g) } // endif picol - // Prepare the column list + // Prepare the column list for (pcrp = &Qryp->Colresp; crp = *pcrp; ) if (SkipColumn(crp, skc)) { // Ignore this column @@ -205,95 +205,95 @@ PQRYRES PIVAID::MakePivotColumns(PGLOBAL g) } else pcrp = &crp->Next; - if (!Rblkp) { - strcpy(g->Message, MSG(NO_DEF_PIVOTCOL)); - goto err; - } else if (!fncrp) { - strcpy(g->Message, MSG(NO_DEF_FNCCOL)); - goto err; - } // endif + if (!Rblkp) { + strcpy(g->Message, MSG(NO_DEF_PIVOTCOL)); + goto err; + } else if (!fncrp) { + strcpy(g->Message, MSG(NO_DEF_FNCCOL)); + goto err; + } // endif - if (Tabsrc) { - Myc.Close(); - b = false; + if (Tabsrc) { + Myc.Close(); + b = false; - // Before calling sort, initialize all - nblin = Qryp->Nblin; + // Before calling sort, initialize all + nblin = Qryp->Nblin; - Index.Size = nblin * sizeof(int); - Index.Sub = TRUE; // Should be small enough + Index.Size = nblin * sizeof(int); + Index.Sub = TRUE; // Should be small enough - if (!PlgDBalloc(g, NULL, Index)) - goto err; + if (!PlgDBalloc(g, NULL, Index)) + goto err; - Offset.Size = (nblin + 1) * sizeof(int); - Offset.Sub = TRUE; // Should be small enough + Offset.Size = (nblin + 1) * sizeof(int); + Offset.Sub = TRUE; // Should be small enough - if (!PlgDBalloc(g, NULL, Offset)) - goto err; + if (!PlgDBalloc(g, NULL, Offset)) + goto err; - ndif = Qsort(g, nblin); + ndif = Qsort(g, nblin); - if (ndif < 0) // error - goto err; + if (ndif < 0) // error + goto err; - } else { - // The query was limited, we must get pivot column values - // Returned values must be in their original character set - // if (Myc.ExecSQL(g, "SET character_set_results=NULL", &w) == RC_FX) - // goto err; + } else { + // The query was limited, we must get pivot column values + // Returned values must be in their original character set + // if (Myc.ExecSQL(g, "SET character_set_results=NULL", &w) == RC_FX) + // goto err; - query = (char*)PlugSubAlloc(g, NULL, 0); - sprintf(query, "SELECT DISTINCT `%s` FROM `%s`", Picol, Tabname); - PlugSubAlloc(g, NULL, strlen(query) + 1); - Myc.FreeResult(); + query = (char*)PlugSubAlloc(g, NULL, 0); + sprintf(query, "SELECT DISTINCT `%s` FROM `%s`", Picol, Tabname); + PlugSubAlloc(g, NULL, strlen(query) + 1); + Myc.FreeResult(); - // Send the source command to MySQL - if (Myc.ExecSQL(g, query, &w) == RC_FX) - goto err; + // Send the source command to MySQL + if (Myc.ExecSQL(g, query, &w) == RC_FX) + goto err; - // We must have a storage query to get pivot column values - if (!(qrp = Myc.GetResult(g, true))) - goto err; + // We must have a storage query to get pivot column values + if (!(qrp = Myc.GetResult(g, true))) + goto err; - Myc.Close(); - b = false; + Myc.Close(); + b = false; - // Get the column list - crp = qrp->Colresp; - Rblkp = crp->Kdata; - ndif = qrp->Nblin; - } // endif Tabsrc + // Get the column list + crp = qrp->Colresp; + Rblkp = crp->Kdata; + ndif = qrp->Nblin; + } // endif Tabsrc - // Allocate the Value used to retieve column names - if (!(valp = AllocateValue(g, Rblkp->GetType(), - Rblkp->GetVlen(), - Rblkp->GetPrec()))) - goto err; + // Allocate the Value used to retieve column names + if (!(valp = AllocateValue(g, Rblkp->GetType(), + Rblkp->GetVlen(), + Rblkp->GetPrec()))) + goto err; - // Now make the functional columns - for (int i = 0; i < ndif; i++) { - if (i) { - crp = (PCOLRES)PlugSubAlloc(g, NULL, sizeof(COLRES)); - memcpy(crp, fncrp, sizeof(COLRES)); - } else - crp = fncrp; - - // Get the value that will be the generated column name - if (Tabsrc) - valp->SetValue_pvblk(Rblkp, Pex[Pof[i]]); - else - valp->SetValue_pvblk(Rblkp, i); - - colname = valp->GetCharString(buf); - crp->Name = PlugDup(g, colname); - crp->Flag = 1; - - // Add this column - *pcrp = crp; - crp->Next = NULL; - pcrp = &crp->Next; - } // endfor i + // Now make the functional columns + for (int i = 0; i < ndif; i++) { + if (i) { + crp = (PCOLRES)PlugSubAlloc(g, NULL, sizeof(COLRES)); + memcpy(crp, fncrp, sizeof(COLRES)); + } else + crp = fncrp; + + // Get the value that will be the generated column name + if (Tabsrc) + valp->SetValue_pvblk(Rblkp, Pex[Pof[i]]); + else + valp->SetValue_pvblk(Rblkp, i); + + colname = valp->GetCharString(buf); + crp->Name = PlugDup(g, colname); + crp->Flag = 1; + + // Add this column + *pcrp = crp; + crp->Next = NULL; + pcrp = &crp->Next; + } // endfor i // We added ndif columns and removed 2 (picol and fncol) Qryp->Nbcol += (ndif - 2); @@ -306,10 +306,10 @@ PQRYRES PIVAID::MakePivotColumns(PGLOBAL g) } // end catch err: - if (b) - Myc.Close(); + if (b) + Myc.Close(); - return NULL; + return NULL; } // end of MakePivotColumns /***********************************************************************/ diff --git a/storage/connect/tabutil.cpp b/storage/connect/tabutil.cpp index 68b66aec31fc867979e619dbcc8e23a0fbc15b73..462a6fcd839c5e876725acd3641914266326e236 100644 --- a/storage/connect/tabutil.cpp +++ b/storage/connect/tabutil.cpp @@ -429,7 +429,7 @@ PTDB TDBPRX::GetSubTable(PGLOBAL g, PTABLE tabp, bool b) char buf[MAX_STR]; strcpy(buf, g->Message); - sprintf(g->Message, "Error accessing %s.%s: %s", db, name, buf); + snprintf(g->Message, MAX_STR, "Error accessing %s.%s: %s", db, name, buf); hc->tshp = NULL; goto err; } // endif Define diff --git a/storage/connect/tabvct.cpp b/storage/connect/tabvct.cpp index 11b344ef65289c0184424cf0cc1bcd84f8fbe41e..40d020202ea829e56caf927f5690fe71d76b3f80 100644 --- a/storage/connect/tabvct.cpp +++ b/storage/connect/tabvct.cpp @@ -456,13 +456,11 @@ bool VCTCOL::SetBuffer(PGLOBAL g, PVAL value, bool ok, bool check) if (tdbp->Txfp->GetAmType() == TYPE_AM_VMP && ok) { Blk = AllocValBlock(g, (void*)1, Buf_Type, tdbp->Txfp->Nrec, - Format.Length, - Format.Prec, check); + Format.Length, Format.Prec, check, true, Unsigned); Status |= BUF_MAPPED; // Will point into mapped file } else Blk = AllocValBlock(g, NULL, Buf_Type, tdbp->Txfp->Nrec, - Format.Length, - Format.Prec, check); + Format.Length, Format.Prec, check, true, Unsigned); } // endif Mode return false; diff --git a/storage/connect/user_connect.cc b/storage/connect/user_connect.cc index 9532d7c2a8d2ebe69fb0236a2193e9abddf7ff1d..e2d3b664aeb2f9e8793ff5e971be318d275a13d7 100644 --- a/storage/connect/user_connect.cc +++ b/storage/connect/user_connect.cc @@ -36,6 +36,7 @@ #define DONT_DEFINE_VOID #define MYSQL_SERVER +#include #include "sql_class.h" #undef OFFSET diff --git a/storage/connect/xindex.cpp b/storage/connect/xindex.cpp old mode 100755 new mode 100644 diff --git a/storage/heap/hp_create.c b/storage/heap/hp_create.c index ed669069b969f64792733c129fc3d450ce30156b..dcfff4e8e9fbd03d299647993ec070527b8acc2e 100644 --- a/storage/heap/hp_create.c +++ b/storage/heap/hp_create.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. - Copyright (c) 2010, 2017, MariaDB Corporation. +/* Copyright (c) 2000, 2018, Oracle and/or its affiliates. + Copyright (c) 2010, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -98,7 +98,14 @@ int heap_create(const char *name, HP_CREATE_INFO *create_info, /* fall through */ case HA_KEYTYPE_VARTEXT1: keyinfo->flag|= HA_VAR_LENGTH_KEY; - length+= 2; + /* + For BTREE algorithm, key length, greater than or equal + to 255, is packed on 3 bytes. + */ + if (keyinfo->algorithm == HA_KEY_ALG_BTREE) + length+= size_to_store_key_length(keyinfo->seg[j].length); + else + length+= 2; /* Save number of bytes used to store length */ keyinfo->seg[j].bit_start= 1; break; @@ -107,7 +114,14 @@ int heap_create(const char *name, HP_CREATE_INFO *create_info, /* fall_through */ case HA_KEYTYPE_VARTEXT2: keyinfo->flag|= HA_VAR_LENGTH_KEY; - length+= 2; + /* + For BTREE algorithm, key length, greater than or equal + to 255, is packed on 3 bytes. + */ + if (keyinfo->algorithm == HA_KEY_ALG_BTREE) + length+= size_to_store_key_length(keyinfo->seg[j].length); + else + length+= 2; /* Save number of bytes used to store length */ keyinfo->seg[j].bit_start= 2; /* diff --git a/storage/innobase/btr/btr0scrub.cc b/storage/innobase/btr/btr0scrub.cc index 1b10b79838d82444e9617f5bb5a79c1d1f8badd3..2e667e64d0b5d242f127f8bfac8d7f65b4d5d87b 100644 --- a/storage/innobase/btr/btr0scrub.cc +++ b/storage/innobase/btr/btr0scrub.cc @@ -145,7 +145,7 @@ btr_scrub_lock_dict_func(ulint space_id, bool lock_to_close_table, time_t now = time(0); if (now >= last + 30) { fprintf(stderr, - "WARNING: %s:%u waited %ld seconds for" + "WARNING: %s:%u waited " TIMETPF " seconds for" " dict_sys lock, space: %lu" " lock_to_close_table: %d\n", file, line, now - start, space_id, diff --git a/storage/innobase/buf/buf0buf.cc b/storage/innobase/buf/buf0buf.cc index c19f2389515c22b0471589dc77a0b95bf9125d62..c628147fce59ae5535bd229300edcdd6ac884923 100644 --- a/storage/innobase/buf/buf0buf.cc +++ b/storage/innobase/buf/buf0buf.cc @@ -5082,7 +5082,7 @@ buf_page_io_complete(buf_page_t* bpage, bool evict) && fil_page_get_type(frame) == FIL_PAGE_INDEX && page_is_leaf(frame)) { - if (bpage && bpage->encrypted) { + if (bpage->encrypted) { ib_logf(IB_LOG_LEVEL_WARN, "Table in tablespace " ULINTPF " encrypted." "However key management plugin or used key_version %u is not found or" diff --git a/storage/innobase/buf/buf0dump.cc b/storage/innobase/buf/buf0dump.cc index 1df75386872a36d9316289f3fadd8981bf353660..74d71fd97e2df5875a736c6c4ff2a779fe00b059 100644 --- a/storage/innobase/buf/buf0dump.cc +++ b/storage/innobase/buf/buf0dump.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 2011, 2017, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. All Rights Reserved. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -334,7 +334,7 @@ buf_dump( i + 1, srv_buf_pool_instances, j + 1, n_pages); } - if ( (j % 1024) == 0) { + if (SHUTTING_DOWN() && !(j % 1024)) { service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, "Dumping buffer pool " ULINTPF "/" ULINTPF ", " diff --git a/storage/innobase/dict/dict0crea.cc b/storage/innobase/dict/dict0crea.cc index 057e2684eb87b5e1a3e01062c8971080cd162b3e..0f9024b877a19935c2dfb2059712038a75ddd69b 100644 --- a/storage/innobase/dict/dict0crea.cc +++ b/storage/innobase/dict/dict0crea.cc @@ -1363,6 +1363,21 @@ dict_create_or_check_foreign_constraint_tables(void) row_mysql_lock_data_dictionary(trx); + DBUG_EXECUTE_IF( + "create_and_drop_garbage", + err = que_eval_sql( + NULL, + "PROCEDURE CREATE_GARBAGE_TABLE_PROC () IS\n" + "BEGIN\n" + "CREATE TABLE\n" + "\"test/#sql-ib-garbage\"(ID CHAR);\n" + "CREATE UNIQUE CLUSTERED INDEX PRIMARY" + " ON \"test/#sql-ib-garbage\"(ID);\n" + "END;\n", FALSE, trx); + ut_ad(err == DB_SUCCESS); + row_drop_table_for_mysql("test/#sql-ib-garbage", + trx, TRUE, TRUE);); + /* Check which incomplete table definition to drop. */ if (sys_foreign_err == DB_CORRUPTION) { diff --git a/storage/innobase/dict/dict0dict.cc b/storage/innobase/dict/dict0dict.cc index b48d51c15a7806435d9ad62a5b84bea497261821..bbb07e8835f2c67ba7beecfe2f614d22454ad933 100644 --- a/storage/innobase/dict/dict0dict.cc +++ b/storage/innobase/dict/dict0dict.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1996, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2012, Facebook Inc. Copyright (c) 2013, 2018, MariaDB Corporation. @@ -3381,7 +3381,10 @@ dict_foreign_find_index( table, col_names, columns, n_cols, index, types_idx, check_charsets, check_null, - error, err_col_no,err_index)) { + error, err_col_no,err_index) + && (!(index->online_status == + ONLINE_INDEX_ABORTED_DROPPED + ||index->online_status == ONLINE_INDEX_ABORTED))) { if (error) { *error = DB_SUCCESS; } diff --git a/storage/innobase/fil/fil0crypt.cc b/storage/innobase/fil/fil0crypt.cc index 932d7b9e31209988f3943aaca7d74c25d1bcfce4..7859fe67d40621812bd09a714dccd55ab3a41e45 100644 --- a/storage/innobase/fil/fil0crypt.cc +++ b/storage/innobase/fil/fil0crypt.cc @@ -2449,7 +2449,7 @@ fil_space_crypt_close_tablespace( if (now >= last + 30) { ib_logf(IB_LOG_LEVEL_WARN, - "Waited %ld seconds to drop space: %s (" ULINTPF + "Waited " TIMETPF " seconds to drop space: %s (" ULINTPF ") active threads %u flushing=%d.", now - start, space->name, space->id, cnt, flushing); last = now; diff --git a/storage/innobase/fts/fts0fts.cc b/storage/innobase/fts/fts0fts.cc index a5b2bbb47ce07124543c89896c083b04cdebb082..5cbb7d9f77e7c0b38d94214a00c6c74b36415cca 100644 --- a/storage/innobase/fts/fts0fts.cc +++ b/storage/innobase/fts/fts0fts.cc @@ -67,7 +67,7 @@ UNIV_INTERN ulong fts_max_total_cache_size; /** This is FTS result cache limit for each query and would be a configurable variable */ -UNIV_INTERN ulong fts_result_cache_limit; +UNIV_INTERN size_t fts_result_cache_limit; /** Variable specifying the maximum FTS max token size */ UNIV_INTERN ulong fts_max_token_size; @@ -870,19 +870,19 @@ fts_drop_index( err = fts_drop_index_tables(trx, index); while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } - fts_free(table); + fts_free(table); return(err); } while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } current_doc_id = table->fts->cache->next_doc_id; first_doc_id = table->fts->cache->first_doc_id; @@ -901,9 +901,9 @@ fts_drop_index( if (index_cache != NULL) { while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } if (index_cache->words) { fts_words_free(index_cache->words); rbt_free(index_cache->words); @@ -4309,7 +4309,7 @@ fts_sync_begin( if (fts_enable_diag_print) { ib_logf(IB_LOG_LEVEL_INFO, "FTS SYNC for table %s, deleted count: %ld size: " - "%lu bytes", + "%zu bytes", sync->table->name, ib_vector_size(cache->deleted_doc_ids), cache->total_size); diff --git a/storage/innobase/fts/fts0que.cc b/storage/innobase/fts/fts0que.cc index 78521df75d929aaf1200efb10819a9a13bf0d412..7983181c23a46a2d5bfa02084b9d5954d4c97d22 100644 --- a/storage/innobase/fts/fts0que.cc +++ b/storage/innobase/fts/fts0que.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 2007, 2018, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -76,7 +76,7 @@ struct fts_query_t { fts_table_t fts_index_table;/*!< FTS auxiliary index table def */ - ulint total_size; /*!< total memory size used by query */ + size_t total_size; /*!< total memory size used by query */ fts_doc_ids_t* deleted; /*!< Deleted doc ids that need to be filtered from the output */ @@ -4039,7 +4039,7 @@ fts_query( /* Log memory consumption & result size */ ib_logf(IB_LOG_LEVEL_INFO, "Full Search Memory: " - "%lu (bytes), Row: %lu .", + "%zu (bytes), Row: %lu .", query.total_size, (*result)->rankings_by_id ? rbt_size((*result)->rankings_by_id) diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 5667efea5df5a9216315fded17f844ace6e00383..d35c64662403fec231f56db134b836742a0f8ddb 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -2357,6 +2357,11 @@ innobase_get_lower_case_table_names(void) { return(lower_case_table_names); } +/** return one of the tmpdir path +@return tmpdir path*/ +UNIV_INTERN +char* +innobase_mysql_tmpdir(void) { return (mysql_tmpdir); } /** Create a temporary file in the location specified by the parameter path. If the path is null, then it will be created in tmpdir. @@ -3623,6 +3628,12 @@ innobase_init( srv_data_home = (innobase_data_home_dir ? innobase_data_home_dir : default_path); +#ifdef WITH_WSREP + /* If we use the wsrep API, then we need to tell the server + the path to the data files (for passing it to the SST scripts): */ + wsrep_set_data_home_dir(innobase_data_home_dir); +#endif /* WITH_WSREP */ + /* Set default InnoDB data file size to 12 MB and let it be auto-extending. Thus users can use InnoDB in >= 4.0 without having to specify any startup options. */ @@ -12861,35 +12872,36 @@ innobase_rename_table( row_mysql_lock_data_dictionary(trx); - dict_table_t* table = dict_table_open_on_name(norm_from, TRUE, FALSE, - DICT_ERR_IGNORE_NONE); + dict_table_t* table = NULL; + table = dict_table_open_on_name(norm_from, TRUE, FALSE, + DICT_ERR_IGNORE_NONE); - /* Since DICT_BG_YIELD has sleep for 250 milliseconds, + /* Since DICT_BG_YIELD has sleep for 250 milliseconds, Convert lock_wait_timeout unit from second to 250 milliseconds */ - long int lock_wait_timeout = thd_lock_wait_timeout(thd) * 4; - if (table != NULL) { - for (dict_index_t* index = dict_table_get_first_index(table); - index != NULL; - index = dict_table_get_next_index(index)) { - - if (index->type & DICT_FTS) { - /* Found */ - while (index->index_fts_syncing - && !trx_is_interrupted(trx) - && (lock_wait_timeout--) > 0) { - DICT_BG_YIELD(trx); - } - } - } - dict_table_close(table, TRUE, FALSE); - } + long int lock_wait_timeout = thd_lock_wait_timeout(thd) * 4; + if (table != NULL) { + for (dict_index_t* index = dict_table_get_first_index(table); + index != NULL; + index = dict_table_get_next_index(index)) { + + if (index->type & DICT_FTS) { + /* Found */ + while (index->index_fts_syncing + && !trx_is_interrupted(trx) + && (lock_wait_timeout--) > 0) { + DICT_BG_YIELD(trx); + } + } + } + dict_table_close(table, TRUE, FALSE); + } - /* FTS sync is in progress. We shall timeout this operation */ - if (lock_wait_timeout < 0) { - error = DB_LOCK_WAIT_TIMEOUT; - row_mysql_unlock_data_dictionary(trx); - DBUG_RETURN(error); - } + /* FTS sync is in progress. We shall timeout this operation */ + if (lock_wait_timeout < 0) { + error = DB_LOCK_WAIT_TIMEOUT; + row_mysql_unlock_data_dictionary(trx); + DBUG_RETURN(error); + } /* Transaction must be flagged as a locking transaction or it hasn't been started yet. */ @@ -13044,12 +13056,14 @@ ha_innobase::rename_table( my_error(ER_TABLE_EXISTS_ERROR, MYF(0), to); error = DB_ERROR; - } else if (error == DB_LOCK_WAIT_TIMEOUT) { - my_error(ER_LOCK_WAIT_TIMEOUT, MYF(0), to); - - error = DB_LOCK_WAIT; } + else if (error == DB_LOCK_WAIT_TIMEOUT) { + my_error(ER_LOCK_WAIT_TIMEOUT, MYF(0), to); + + error = DB_LOCK_WAIT; + } + DBUG_RETURN(convert_error_code_to_mysql(error, 0, NULL)); } @@ -14421,7 +14435,7 @@ get_foreign_key_info( /* Referenced (parent) table name */ ptr = dict_remove_db_name(foreign->referenced_table_name); - len = filename_to_tablename(ptr, name_buff, sizeof(name_buff)); + len = filename_to_tablename(ptr, name_buff, sizeof(name_buff), 1); f_key_info.referenced_table = thd_make_lex_string( thd, 0, name_buff, static_cast(len), 1); @@ -14437,7 +14451,7 @@ get_foreign_key_info( /* Dependent (child) table name */ ptr = dict_remove_db_name(foreign->foreign_table_name); - len = filename_to_tablename(ptr, name_buff, sizeof(name_buff)); + len = filename_to_tablename(ptr, name_buff, sizeof(name_buff), 1); f_key_info.foreign_table = thd_make_lex_string( thd, 0, name_buff, static_cast(len), 1); @@ -14453,41 +14467,25 @@ get_foreign_key_info( } while (++i < foreign->n_fields); if (foreign->type & DICT_FOREIGN_ON_DELETE_CASCADE) { - len = 7; - ptr = "CASCADE"; + f_key_info.delete_method = FK_OPTION_CASCADE; } else if (foreign->type & DICT_FOREIGN_ON_DELETE_SET_NULL) { - len = 8; - ptr = "SET NULL"; + f_key_info.delete_method = FK_OPTION_SET_NULL; } else if (foreign->type & DICT_FOREIGN_ON_DELETE_NO_ACTION) { - len = 9; - ptr = "NO ACTION"; + f_key_info.delete_method = FK_OPTION_NO_ACTION; } else { - len = 8; - ptr = "RESTRICT"; + f_key_info.delete_method = FK_OPTION_RESTRICT; } - f_key_info.delete_method = thd_make_lex_string( - thd, f_key_info.delete_method, ptr, - static_cast(len), 1); - if (foreign->type & DICT_FOREIGN_ON_UPDATE_CASCADE) { - len = 7; - ptr = "CASCADE"; + f_key_info.update_method = FK_OPTION_CASCADE; } else if (foreign->type & DICT_FOREIGN_ON_UPDATE_SET_NULL) { - len = 8; - ptr = "SET NULL"; + f_key_info.update_method = FK_OPTION_SET_NULL; } else if (foreign->type & DICT_FOREIGN_ON_UPDATE_NO_ACTION) { - len = 9; - ptr = "NO ACTION"; + f_key_info.update_method = FK_OPTION_NO_ACTION; } else { - len = 8; - ptr = "RESTRICT"; + f_key_info.update_method = FK_OPTION_RESTRICT; } - f_key_info.update_method = thd_make_lex_string( - thd, f_key_info.update_method, ptr, - static_cast(len), 1); - if (foreign->referenced_index && foreign->referenced_index->name) { referenced_key_name = thd_make_lex_string(thd, f_key_info.referenced_key_name, @@ -18642,7 +18640,7 @@ wsrep_innobase_kill_one_trx( thd_get_thread_id(thd), victim_trx->id); - WSREP_DEBUG("Aborting query: %s conf %d trx: %lu", + WSREP_DEBUG("Aborting query: %s conf %d trx: %" PRId64, (thd && wsrep_thd_query(thd)) ? wsrep_thd_query(thd) : "void", wsrep_thd_conflict_state(thd, FALSE), wsrep_thd_ws_handle(thd)->trx_id); @@ -19453,10 +19451,10 @@ static MYSQL_SYSVAR_ULONG(ft_total_cache_size, fts_max_total_cache_size, "Total memory allocated for InnoDB Fulltext Search cache", NULL, NULL, 640000000, 32000000, 1600000000, 0); -static MYSQL_SYSVAR_ULONG(ft_result_cache_limit, fts_result_cache_limit, +static MYSQL_SYSVAR_SIZE_T(ft_result_cache_limit, fts_result_cache_limit, PLUGIN_VAR_RQCMDARG, "InnoDB Fulltext search query result cache limit in bytes", - NULL, NULL, 2000000000L, 1000000L, 4294967295UL, 0); + NULL, NULL, 2000000000L, 1000000L, SIZE_T_MAX, 0); static MYSQL_SYSVAR_ULONG(ft_min_token_size, fts_min_token_size, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY, diff --git a/storage/innobase/handler/handler0alter.cc b/storage/innobase/handler/handler0alter.cc index 5c9ebbc839e887af82230658bb91fb0951a8126d..aa98d329862a0952ba8d26540b244369c31c2e18 100644 --- a/storage/innobase/handler/handler0alter.cc +++ b/storage/innobase/handler/handler0alter.cc @@ -752,29 +752,29 @@ innobase_set_foreign_key_option( ut_ad(!foreign->type); switch (fk_key->delete_opt) { - case Foreign_key::FK_OPTION_NO_ACTION: - case Foreign_key::FK_OPTION_RESTRICT: - case Foreign_key::FK_OPTION_DEFAULT: + case FK_OPTION_NO_ACTION: + case FK_OPTION_RESTRICT: + case FK_OPTION_SET_DEFAULT: foreign->type = DICT_FOREIGN_ON_DELETE_NO_ACTION; break; - case Foreign_key::FK_OPTION_CASCADE: + case FK_OPTION_CASCADE: foreign->type = DICT_FOREIGN_ON_DELETE_CASCADE; break; - case Foreign_key::FK_OPTION_SET_NULL: + case FK_OPTION_SET_NULL: foreign->type = DICT_FOREIGN_ON_DELETE_SET_NULL; break; } switch (fk_key->update_opt) { - case Foreign_key::FK_OPTION_NO_ACTION: - case Foreign_key::FK_OPTION_RESTRICT: - case Foreign_key::FK_OPTION_DEFAULT: + case FK_OPTION_NO_ACTION: + case FK_OPTION_RESTRICT: + case FK_OPTION_SET_DEFAULT: foreign->type |= DICT_FOREIGN_ON_UPDATE_NO_ACTION; break; - case Foreign_key::FK_OPTION_CASCADE: + case FK_OPTION_CASCADE: foreign->type |= DICT_FOREIGN_ON_UPDATE_CASCADE; break; - case Foreign_key::FK_OPTION_SET_NULL: + case FK_OPTION_SET_NULL: foreign->type |= DICT_FOREIGN_ON_UPDATE_SET_NULL; break; } @@ -4283,11 +4283,23 @@ ha_innobase::inplace_alter_table( table. Either way, we should be seeing and reporting a bogus duplicate key error. */ dup_key = NULL; - } else { - DBUG_ASSERT(prebuilt->trx->error_key_num - < ha_alter_info->key_count); + } else if (prebuilt->trx->error_key_num == 0) { dup_key = &ha_alter_info->key_info_buffer[ prebuilt->trx->error_key_num]; + } else { + /* Check if there is generated cluster index column */ + if (ctx->num_to_add_index > ha_alter_info->key_count) { + DBUG_ASSERT(prebuilt->trx->error_key_num + <= ha_alter_info->key_count); + dup_key = &ha_alter_info->key_info_buffer[ + prebuilt->trx->error_key_num - 1]; + } + else { + DBUG_ASSERT(prebuilt->trx->error_key_num + < ha_alter_info->key_count); + dup_key = &ha_alter_info->key_info_buffer[ + prebuilt->trx->error_key_num]; + } } print_keydup_error(altered_table, dup_key, MYF(0)); break; @@ -5222,11 +5234,20 @@ commit_try_rebuild( FTS_DOC_ID. */ dup_key = NULL; } else { - DBUG_ASSERT(err_key < - ha_alter_info->key_count); - dup_key = &ha_alter_info - ->key_info_buffer[err_key]; + if (ctx->num_to_add_index > ha_alter_info->key_count) { + DBUG_ASSERT(err_key <= + ha_alter_info->key_count); + dup_key = &ha_alter_info + ->key_info_buffer[err_key - 1]; + } + else { + DBUG_ASSERT(err_key < + ha_alter_info->key_count); + dup_key = &ha_alter_info + ->key_info_buffer[err_key]; + } } + print_keydup_error(altered_table, dup_key, MYF(0)); DBUG_RETURN(true); case DB_ONLINE_LOG_TOO_BIG: diff --git a/storage/innobase/include/fts0fts.h b/storage/innobase/include/fts0fts.h index 4c2d247e0a621fa4120d1e32b0c072318faa90d3..ce30a17c4b4a765b6e904f139f301de36eadd043 100644 --- a/storage/innobase/include/fts0fts.h +++ b/storage/innobase/include/fts0fts.h @@ -355,7 +355,7 @@ extern ulong fts_max_cache_size; extern ulong fts_max_total_cache_size; /** Variable specifying the FTS result cache limit for each query */ -extern ulong fts_result_cache_limit; +extern size_t fts_result_cache_limit; /** Variable specifying the maximum FTS max token size */ extern ulong fts_max_token_size; diff --git a/storage/innobase/include/fts0types.h b/storage/innobase/include/fts0types.h index 0dad75d8f1bb56744f5833846825800bfb8319f6..9ecd9080881c3e7810eb56d0c99f78c68b6daba0 100644 --- a/storage/innobase/include/fts0types.h +++ b/storage/innobase/include/fts0types.h @@ -161,7 +161,7 @@ struct fts_cache_t { the document from the table. Each element is of type fts_doc_t */ - ulint total_size; /*!< total size consumed by the ilist + size_t total_size; /*!< total size consumed by the ilist field of all nodes. SYNC is run whenever this gets too big */ fts_sync_t* sync; /*!< sync structure to sync data to @@ -243,7 +243,7 @@ struct fts_fetch_t { fts_sql_callback read_record; /*!< Callback for reading index record */ - ulint total_memory; /*!< Total memory used */ + size_t total_memory; /*!< Total memory used */ }; /** For horizontally splitting an FTS auxiliary index */ diff --git a/storage/innobase/include/os0file.h b/storage/innobase/include/os0file.h index 55e41f6ebb5d65f267535a0c360cf8b5ddc00e06..73becb38ef030ace536a9d9740d2c830783f2ff9 100644 --- a/storage/innobase/include/os0file.h +++ b/storage/innobase/include/os0file.h @@ -1,6 +1,6 @@ /*********************************************************************** -Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1995, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2009, Percona Inc. Copyright (c) 2013, 2017, MariaDB Corporation. @@ -1323,6 +1323,10 @@ os_file_get_status( file can be opened in RW mode */ #if !defined(UNIV_HOTBACKUP) + +/** return one of the tmpdir path + @return tmpdir path*/ +char *innobase_mysql_tmpdir(void); /** Create a temporary file in the location specified by the parameter path. If the path is null, then it will be created in tmpdir. @param[in] path location for creating temporary file diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index dc1dd9db5d1a4c1dffed51a61cdd83be8d55e448..20ecd18f591ab128b64a5bc878bfdf0baeab34ee 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -45,7 +45,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 6 -#define INNODB_VERSION_BUGFIX 41 +#define INNODB_VERSION_BUGFIX 42 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; @@ -128,7 +128,6 @@ Sun Studio */ #endif /* #if (defined(WIN32) || ... */ #ifndef __WIN__ -#define __STDC_FORMAT_MACROS /* Enable C99 printf format macros */ #include #endif /* !__WIN__ */ @@ -455,6 +454,7 @@ macro ULINTPF. */ # define INT64PF "%lld" # define UINT64PF "%llu" # define UINT64PFx "%016llx" +# define TIMETPF "%ld" typedef __int64 ib_int64_t; typedef unsigned __int64 ib_uint64_t; typedef unsigned __int32 ib_uint32_t; @@ -464,6 +464,7 @@ typedef unsigned __int32 ib_uint32_t; # define INT64PF "%" PRId64 # define UINT64PF "%" PRIu64 # define UINT64PFx "%016" PRIx64 +# define TIMETPF "%" PRIdFAST32 typedef int64_t ib_int64_t; typedef uint64_t ib_uint64_t; typedef uint32_t ib_uint32_t; diff --git a/storage/innobase/include/ut0counter.h b/storage/innobase/include/ut0counter.h index edc0db3b03d2de43cfc618df37bec5a6f8e1cbb2..6fde8a7a638f0ee40122d9fb034fc901a60db1c7 100644 --- a/storage/innobase/include/ut0counter.h +++ b/storage/innobase/include/ut0counter.h @@ -32,6 +32,7 @@ Created 2012/04/12 by Sunny Bains #include #include "os0thread.h" #include "os0sync.h" +#include "my_atomic.h" /** Default number of slots to use in ib_counter_t */ #define IB_N_SLOTS 64 @@ -81,8 +82,8 @@ struct thread_id_indexer_t : public generic_indexer_t { } }; -/** Class for using fuzzy counters. The counter is not protected by any -mutex and the results are not guaranteed to be 100% accurate but close +/** Class for using fuzzy counters. The counter is relaxed atomic +so the results are not guaranteed to be 100% accurate but close enough. Creates an array of counters and separates each element by the CACHE_LINE_SIZE bytes */ template < @@ -91,20 +92,6 @@ template < template class Indexer = thread_id_indexer_t> struct MY_ALIGNED(CACHE_LINE_SIZE) ib_counter_t { -#ifdef UNIV_DEBUG - ~ib_counter_t() - { - size_t n = (CACHE_LINE_SIZE / sizeof(Type)); - - /* Check that we aren't writing outside our defined bounds. */ - for (size_t i = 0; i < UT_ARR_SIZE(m_counter); i += n) { - for (size_t j = 1; j < n - 1; ++j) { - ut_ad(m_counter[i + j] == 0); - } - } - } -#endif /* UNIV_DEBUG */ - /** Increment the counter by 1. */ void inc() UNIV_NOTHROW { add(1); } @@ -124,15 +111,36 @@ struct MY_ALIGNED(CACHE_LINE_SIZE) ib_counter_t ut_ad(i < UT_ARR_SIZE(m_counter)); - m_counter[i] += n; + if (sizeof(Type) == 8) { + my_atomic_add64_explicit( + reinterpret_cast(&m_counter[i]), + static_cast(n), MY_MEMORY_ORDER_RELAXED); + } else if (sizeof(Type) == 4) { + my_atomic_add32_explicit( + reinterpret_cast(&m_counter[i]), + static_cast(n), MY_MEMORY_ORDER_RELAXED); + } + compile_time_assert(sizeof(Type) == 8 || sizeof(Type) == 4); } - /* @return total value - not 100% accurate, since it is not atomic. */ + /* @return total value - not 100% accurate, since it is relaxed atomic. */ operator Type() const UNIV_NOTHROW { Type total = 0; for (size_t i = 0; i < N; ++i) { - total += m_counter[m_policy.offset(i)]; + if (sizeof(Type) == 8) { + total += static_cast< + Type>(my_atomic_load64_explicit( + reinterpret_cast(const_cast( + &m_counter[m_policy.offset(i)])), + MY_MEMORY_ORDER_RELAXED)); + } else if (sizeof(Type) == 4) { + total += static_cast< + Type>(my_atomic_load32_explicit( + reinterpret_cast(const_cast( + &m_counter[m_policy.offset(i)])), + MY_MEMORY_ORDER_RELAXED)); + } } return(total); diff --git a/storage/innobase/lock/lock0lock.cc b/storage/innobase/lock/lock0lock.cc index 441fcace7c3de8630d6381e8a93729ccc6f90121..3970a559a4c2796b6933c986283ad0b75f0c1cf2 100644 --- a/storage/innobase/lock/lock0lock.cc +++ b/storage/innobase/lock/lock0lock.cc @@ -4963,7 +4963,7 @@ lock_table_create( UT_LIST_ADD_LAST(trx_locks, trx->lock.trx_locks, lock); #ifdef WITH_WSREP - if (c_lock) { + if (c_lock && wsrep_on_trx(trx)) { if (wsrep_thd_is_wsrep(trx->mysql_thd) && wsrep_thd_is_BF(trx->mysql_thd, FALSE)) { UT_LIST_INSERT_AFTER( @@ -5202,9 +5202,10 @@ lock_table_enqueue_waiting( /* Enqueue the lock request that will wait to be granted */ #ifdef WITH_WSREP - if (trx->lock.was_chosen_as_deadlock_victim) { + if (trx->lock.was_chosen_as_deadlock_victim && wsrep_on_trx(trx)) { return(DB_DEADLOCK); } + lock = lock_table_create(c_lock, table, mode | LOCK_WAIT, trx); #else lock = lock_table_create(table, mode | LOCK_WAIT, trx); diff --git a/storage/innobase/log/log0log.cc b/storage/innobase/log/log0log.cc index 6546459354b4e555cb95c0c0892d19040546551c..cd00394cded9a12206b2ed5b04ec409197fea6d0 100644 --- a/storage/innobase/log/log0log.cc +++ b/storage/innobase/log/log0log.cc @@ -1443,12 +1443,6 @@ log_write_up_to( return; } - if (srv_shutdown_state != SRV_SHUTDOWN_NONE) { - service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, - "log write up to: " LSN_PF, - lsn); - } - loop: ut_ad(++loop_count < 100); @@ -1561,6 +1555,13 @@ log_write_up_to( log_sys->buf_free += OS_FILE_LOG_BLOCK_SIZE; log_sys->write_end_offset = log_sys->buf_free; + if (UNIV_UNLIKELY(srv_shutdown_state != SRV_SHUTDOWN_NONE)) { + service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, + "InnoDB log write: " + LSN_PF "," LSN_PF, + log_sys->write_lsn, lsn); + } + group = UT_LIST_GET_FIRST(log_sys->log_groups); /* Do the write to the log files */ diff --git a/storage/innobase/row/row0import.cc b/storage/innobase/row/row0import.cc index fbe1f8c88b4c01eb17f0773dad66065278dbd9c1..2080637d75f4c0cd022cab56f118da4fd7eba8bf 100644 --- a/storage/innobase/row/row0import.cc +++ b/storage/innobase/row/row0import.cc @@ -4235,4 +4235,3 @@ row_import_for_mysql( return(row_import_cleanup(prebuilt, trx, err)); } - diff --git a/storage/innobase/row/row0merge.cc b/storage/innobase/row/row0merge.cc index 0206d4153425ae90aec52e862735c92619146523..34f83f2fa22cfc7e526d98dd5b03f90320c8f5ea 100644 --- a/storage/innobase/row/row0merge.cc +++ b/storage/innobase/row/row0merge.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 2005, 2017, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 2005, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2014, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under @@ -3339,10 +3339,19 @@ row_merge_file_create_low( file APIs, add instrumentation to register with performance schema */ struct PSI_file_locker* locker = NULL; + PSI_file_locker_state state; + if (!path) { + path = innobase_mysql_tmpdir(); + } + static const char label[] = "/Innodb Merge Temp File"; + char* name = static_cast( + ut_malloc(strlen(path) + sizeof label)); + strcpy(name, path); + strcat(name, label); locker = PSI_FILE_CALL(get_thread_file_name_locker)( &state, innodb_file_temp_key, PSI_FILE_OPEN, - "Innodb Merge Temp File", &locker); + path ? name : label, &locker); if (locker != NULL) { PSI_FILE_CALL(start_file_open_wait)(locker, __FILE__, @@ -3355,6 +3364,7 @@ row_merge_file_create_low( PSI_FILE_CALL(end_file_open_wait_and_bind_to_descriptor)( locker, fd); } + ut_free(name); #endif if (fd < 0) { diff --git a/storage/innobase/row/row0mysql.cc b/storage/innobase/row/row0mysql.cc index c6e038448cdf87aa12b35b143c7168fec8762872..bb815de3138f42ed3f228816d2e346d00a7503f7 100644 --- a/storage/innobase/row/row0mysql.cc +++ b/storage/innobase/row/row0mysql.cc @@ -45,6 +45,7 @@ Created 9/17/2000 Heikki Tuuri #include "dict0dict.h" #include "dict0crea.h" #include "dict0load.h" +#include "dict0priv.h" #include "dict0boot.h" #include "dict0stats.h" #include "dict0stats_bg.h" @@ -3314,7 +3315,7 @@ fil_wait_crypt_bg_threads( time_t now = time(0); if (now >= last + 30) { fprintf(stderr, - "WARNING: waited %ld seconds " + "WARNING: waited " TIMETPF " seconds " "for ref-count on table: %s space: %u\n", now - start, table->name, table->space); last = now; @@ -3322,7 +3323,7 @@ fil_wait_crypt_bg_threads( if (now >= start + 300) { fprintf(stderr, - "WARNING: after %ld seconds, gave up waiting " + "WARNING: after " TIMETPF " seconds, gave up waiting " "for ref-count on table: %s space: %u\n", now - start, table->name, table->space); break; @@ -4048,7 +4049,9 @@ row_drop_table_for_mysql( dict_stats_recalc_pool_del(table); dict_stats_defrag_pool_del(table, NULL); - btr_defragment_remove_table(table); + if (btr_defragment_thread_active) { + btr_defragment_remove_table(table); + } /* Remove stats for this table and all of its indexes from the persistent storage if it exists and if there are stats for this @@ -4222,7 +4225,8 @@ row_drop_table_for_mysql( hold the InnoDB dictionary lock, we will drop any adaptive hash index entries upfront. */ while (buf_LRU_drop_page_hash_for_tablespace(table)) { - if (trx_is_interrupted(trx) + if ((!dict_table_is_temporary(table) + && trx_is_interrupted(trx)) || srv_shutdown_state != SRV_SHUTDOWN_NONE) { err = DB_INTERRUPTED; goto funct_exit; @@ -4276,95 +4280,87 @@ row_drop_table_for_mysql( info = pars_info_create(); - pars_info_add_str_literal(info, "table_name", name); + pars_info_add_str_literal(info, "name", name); - err = que_eval_sql(info, - "PROCEDURE DROP_TABLE_PROC () IS\n" - "sys_foreign_id CHAR;\n" - "table_id CHAR;\n" - "index_id CHAR;\n" - "foreign_id CHAR;\n" - "space_id INT;\n" - "found INT;\n" + if (strcmp(name, "SYS_FOREIGN") && strcmp(name, "SYS_FOREIGN_COLS") + && dict_table_get_low("SYS_FOREIGN") + && dict_table_get_low("SYS_FOREIGN_COLS")) { + err = que_eval_sql( + info, + "PROCEDURE DROP_FOREIGN_PROC () IS\n" + "fid CHAR;\n" - "DECLARE CURSOR cur_fk IS\n" - "SELECT ID FROM SYS_FOREIGN\n" - "WHERE FOR_NAME = :table_name\n" - "AND TO_BINARY(FOR_NAME)\n" - " = TO_BINARY(:table_name)\n" - "LOCK IN SHARE MODE;\n" + "DECLARE CURSOR fk IS\n" + "SELECT ID FROM SYS_FOREIGN\n" + "WHERE FOR_NAME = :name\n" + "AND TO_BINARY(FOR_NAME) = TO_BINARY(:name)\n" + "FOR UPDATE;\n" - "DECLARE CURSOR cur_idx IS\n" - "SELECT ID FROM SYS_INDEXES\n" - "WHERE TABLE_ID = table_id\n" - "LOCK IN SHARE MODE;\n" + "BEGIN\n" + "OPEN fk;\n" + "WHILE 1 = 1 LOOP\n" + " FETCH fk INTO fid;\n" + " IF (SQL % NOTFOUND) THEN RETURN; END IF;\n" + " DELETE FROM SYS_FOREIGN_COLS WHERE ID = fid;\n" + " DELETE FROM SYS_FOREIGN WHERE ID = fid;\n" + "END LOOP;\n" + "CLOSE fk;\n" + "END;\n", FALSE, trx); + if (err == DB_SUCCESS) { + info = pars_info_create(); + pars_info_add_str_literal(info, "name", name); + goto do_drop; + } + } else { +do_drop: + err = que_eval_sql( + info, + "PROCEDURE DROP_TABLE_PROC () IS\n" + "table_id CHAR;\n" + "index_id CHAR;\n" - "BEGIN\n" - "SELECT ID INTO table_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = :table_name\n" - "LOCK IN SHARE MODE;\n" - "IF (SQL % NOTFOUND) THEN\n" - " RETURN;\n" - "END IF;\n" - "SELECT SPACE INTO space_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = :table_name;\n" - "IF (SQL % NOTFOUND) THEN\n" - " RETURN;\n" - "END IF;\n" - "found := 1;\n" - "SELECT ID INTO sys_foreign_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = 'SYS_FOREIGN'\n" - "LOCK IN SHARE MODE;\n" - "IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - "END IF;\n" - "IF (:table_name = 'SYS_FOREIGN') THEN\n" - " found := 0;\n" - "END IF;\n" - "IF (:table_name = 'SYS_FOREIGN_COLS') THEN\n" - " found := 0;\n" - "END IF;\n" - "OPEN cur_fk;\n" - "WHILE found = 1 LOOP\n" - " FETCH cur_fk INTO foreign_id;\n" - " IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - " ELSE\n" - " DELETE FROM SYS_FOREIGN_COLS\n" - " WHERE ID = foreign_id;\n" - " DELETE FROM SYS_FOREIGN\n" - " WHERE ID = foreign_id;\n" - " END IF;\n" - "END LOOP;\n" - "CLOSE cur_fk;\n" - "found := 1;\n" - "OPEN cur_idx;\n" - "WHILE found = 1 LOOP\n" - " FETCH cur_idx INTO index_id;\n" - " IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - " ELSE\n" - " DELETE FROM SYS_FIELDS\n" - " WHERE INDEX_ID = index_id;\n" - " DELETE FROM SYS_INDEXES\n" - " WHERE ID = index_id\n" - " AND TABLE_ID = table_id;\n" - " END IF;\n" - "END LOOP;\n" - "CLOSE cur_idx;\n" - "DELETE FROM SYS_TABLESPACES\n" - "WHERE SPACE = space_id;\n" - "DELETE FROM SYS_DATAFILES\n" - "WHERE SPACE = space_id;\n" - "DELETE FROM SYS_COLUMNS\n" - "WHERE TABLE_ID = table_id;\n" - "DELETE FROM SYS_TABLES\n" - "WHERE NAME = :table_name;\n" - "END;\n" - , FALSE, trx); + "DECLARE CURSOR cur_idx IS\n" + "SELECT ID FROM SYS_INDEXES\n" + "WHERE TABLE_ID = table_id\n" + "FOR UPDATE;\n" + + "BEGIN\n" + "SELECT ID INTO table_id\n" + "FROM SYS_TABLES WHERE NAME = :name FOR UPDATE;\n" + "IF (SQL % NOTFOUND) THEN RETURN; END IF;\n" + "OPEN cur_idx;\n" + "WHILE 1 = 1 LOOP\n" + " FETCH cur_idx INTO index_id;\n" + " IF (SQL % NOTFOUND) THEN EXIT; END IF;\n" + " DELETE FROM SYS_FIELDS\n" + " WHERE INDEX_ID = index_id;\n" + " DELETE FROM SYS_INDEXES\n" + " WHERE ID = index_id AND TABLE_ID = table_id;\n" + "END LOOP;\n" + "CLOSE cur_idx;\n" + + "DELETE FROM SYS_COLUMNS WHERE TABLE_ID = table_id;\n" + "DELETE FROM SYS_TABLES WHERE NAME = :name;\n" + + "END;\n", FALSE, trx); + + if (err == DB_SUCCESS && table->space + && dict_table_get_low("SYS_TABLESPACES") + && dict_table_get_low("SYS_DATAFILES")) { + info = pars_info_create(); + pars_info_add_int4_literal(info, "id", + lint(table->space)); + err = que_eval_sql( + info, + "PROCEDURE DROP_SPACE_PROC () IS\n" + "BEGIN\n" + "DELETE FROM SYS_TABLESPACES\n" + "WHERE SPACE = :id;\n" + "DELETE FROM SYS_DATAFILES\n" + "WHERE SPACE = :id;\n" + "END;\n", FALSE, trx); + } + } switch (err) { ibool is_temp; @@ -5279,6 +5275,9 @@ row_rename_table_for_mysql( " = TO_BINARY(:old_table_name);\n" "END;\n" , FALSE, trx); + if (err != DB_SUCCESS) { + goto end; + } } else if (n_constraints_to_drop > 0) { /* Drop some constraints of tmp tables. */ @@ -5298,8 +5297,9 @@ row_rename_table_for_mysql( } } - if ((dict_table_has_fts_index(table) - || DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_HAS_DOC_ID)) + if (err == DB_SUCCESS + && (dict_table_has_fts_index(table) + || DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_HAS_DOC_ID)) && !dict_tables_have_same_db(old_name, new_name)) { err = fts_rename_aux_tables(table, new_name, trx); if (err != DB_TABLE_NOT_FOUND) { diff --git a/storage/innobase/row/row0sel.cc b/storage/innobase/row/row0sel.cc index 06bf4cc30c0c41fc04341dd1ba7d8c4c1242ac92..2fc7b68922b90ce4196137dc43caadf2174d73a4 100644 --- a/storage/innobase/row/row0sel.cc +++ b/storage/innobase/row/row0sel.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1997, 2017, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1997, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2008, Google Inc. Copyright (c) 2015, 2018, MariaDB Corporation. @@ -4721,7 +4721,7 @@ row_search_for_mysql( prebuilt->new_rec_locks = 1; } err = DB_SUCCESS; - /* fall through */ + break; case DB_SUCCESS: break; case DB_LOCK_WAIT: diff --git a/storage/innobase/srv/srv0srv.cc b/storage/innobase/srv/srv0srv.cc index 6e8ed7893d624ce7e302a638ce831f6245a1e210..87f9064c14e5556ea8f44566baa800f2f8b17c7f 100644 --- a/storage/innobase/srv/srv0srv.cc +++ b/storage/innobase/srv/srv0srv.cc @@ -2542,9 +2542,17 @@ srv_purge_should_exit(ulint n_purged) } /* Slow shutdown was requested. */ if (n_purged) { - service_manager_extend_timeout( - INNODB_EXTEND_TIMEOUT_INTERVAL, - "InnoDB " ULINTPF " pages purged", n_purged); +#if defined HAVE_SYSTEMD && !defined EMBEDDED_LIBRARY + static ib_time_t progress_time; + ib_time_t time = ut_time(); + if (time - progress_time >= 15) { + progress_time = time; + service_manager_extend_timeout( + INNODB_EXTEND_TIMEOUT_INTERVAL, + "InnoDB: to purge " ULINTPF " transactions", + trx_sys->rseg_history_len); + } +#endif /* The previous round still did some work. */ return(false); } diff --git a/storage/innobase/trx/trx0purge.cc b/storage/innobase/trx/trx0purge.cc index 9e5e90128cb08bc22cefa66707f2874ea35dd919..b9edac35c4d97f0f092c52b18ea5468147f23ecf 100644 --- a/storage/innobase/trx/trx0purge.cc +++ b/storage/innobase/trx/trx0purge.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 1996, 2017, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. All Rights Reserved. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -243,18 +243,20 @@ trx_purge_add_update_undo_to_history( hist_size + undo->size, MLOG_4BYTES, mtr); } - /* Before any transaction-generating background threads or the + /* After the purge thread has been given permission to exit, + we may roll back transactions (trx->undo_no==0) + in THD::cleanup() invoked from unlink_thd() in fast shutdown, + or in trx_rollback_resurrected() in slow shutdown. + + Before any transaction-generating background threads or the purge have been started, recv_recovery_rollback_active() can start transactions in row_merge_drop_temp_indexes() and - fts_drop_orphaned_tables(), and roll back recovered transactions. - After the purge thread has been given permission to exit, - in fast shutdown, we may roll back transactions (trx->undo_no==0) - in THD::cleanup() invoked from unlink_thd(). */ + fts_drop_orphaned_tables(), and roll back recovered transactions. */ ut_ad(srv_undo_sources - || ((srv_startup_is_before_trx_rollback_phase + || trx->undo_no == 0 + || ((srv_is_being_started || trx_rollback_or_clean_is_active) - && purge_sys->state == PURGE_STATE_INIT) - || (trx->undo_no == 0 && srv_fast_shutdown)); + && purge_sys->state == PURGE_STATE_INIT)); /* Add the log as the first in the history list */ flst_add_first(rseg_header + TRX_RSEG_HISTORY, diff --git a/storage/maria/ha_maria.cc b/storage/maria/ha_maria.cc index eee6b502c478057363c866242b77cd20a4920064..d438aa903787b5f42a6a396997e2dae29a10f34a 100644 --- a/storage/maria/ha_maria.cc +++ b/storage/maria/ha_maria.cc @@ -1460,6 +1460,7 @@ int ha_maria::repair(THD * thd, HA_CHECK_OPT *check_opt) while ((error= repair(thd, param, 0)) && param->retry_repair) { param->retry_repair= 0; + file->state->records= start_records; if (test_all_bits(param->testflag, (uint) (T_RETRY_WITHOUT_QUICK | T_QUICK))) { @@ -1961,6 +1962,7 @@ int ha_maria::disable_indexes(uint mode) int ha_maria::enable_indexes(uint mode) { int error; + ha_rows start_rows= file->state->records; DBUG_PRINT("info", ("ha_maria::enable_indexes mode: %d", mode)); if (maria_is_all_keys_active(file->s->state.key_map, file->s->base.keys)) { @@ -2023,6 +2025,7 @@ int ha_maria::enable_indexes(uint mode) DBUG_ASSERT(thd->killed != 0); /* Repairing by sort failed. Now try standard repair method. */ param->testflag &= ~T_REP_BY_SORT; + file->state->records= start_rows; error= (repair(thd, param, 0) != HA_ADMIN_OK); /* If the standard repair succeeded, clear all error messages which diff --git a/storage/maria/ma_blockrec.c b/storage/maria/ma_blockrec.c index c0a9341537960bfbfd812530a5ed82784e80de2b..e2f72b4005babee7160d1d8f5931e687932632c5 100644 --- a/storage/maria/ma_blockrec.c +++ b/storage/maria/ma_blockrec.c @@ -53,10 +53,10 @@ Page header: LSN 7 bytes Log position for last page change - PAGE_TYPE 1 uchar 1 for head / 2 for tail / 3 for blob + PAGE_TYPE 1 uchar 0 unalloced / 1 for head / 2 for tail / 3 for blob DIR_COUNT 1 uchar Number of row/tail entries on page FREE_DIR_LINK 1 uchar Pointer to first free director entry or 255 if no - empty space 2 bytes Empty space on page + empty space 2 bytes Bytes of empty space on page The most significant bit in PAGE_TYPE is set to 1 if the data on the page can be compacted to get more space. (PAGE_CAN_BE_COMPACTED) @@ -5161,11 +5161,19 @@ int _ma_read_block_record(MARIA_HA *info, uchar *record, info->buff, share->page_type, PAGECACHE_LOCK_LEFT_UNLOCKED, 0))) DBUG_RETURN(my_errno); - DBUG_ASSERT((buff[PAGE_TYPE_OFFSET] & PAGE_TYPE_MASK) == HEAD_PAGE); - if (!(data= get_record_position(share, buff, offset, &end_of_data))) + + /* + Unallocated page access can happen if this is an access to a page where + all rows where deleted as part of this statement. + */ + DBUG_ASSERT((buff[PAGE_TYPE_OFFSET] & PAGE_TYPE_MASK) == HEAD_PAGE || + (buff[PAGE_TYPE_OFFSET] & PAGE_TYPE_MASK) == UNALLOCATED_PAGE); + + if (((buff[PAGE_TYPE_OFFSET] & PAGE_TYPE_MASK) == UNALLOCATED_PAGE) || + !(data= get_record_position(share, buff, offset, &end_of_data))) { DBUG_ASSERT(!maria_assert_if_crashed_table); - DBUG_PRINT("error", ("Wrong directory entry in data block")); + DBUG_PRINT("warning", ("Wrong directory entry in data block")); my_errno= HA_ERR_RECORD_DELETED; /* File crashed */ DBUG_RETURN(HA_ERR_RECORD_DELETED); } diff --git a/storage/maria/ma_check.c b/storage/maria/ma_check.c index 987f3d0ef8a7a5d6e28b1cd8ce58cb8bddcec578..41086b930326c495f13d6150eb319959c20758b1 100644 --- a/storage/maria/ma_check.c +++ b/storage/maria/ma_check.c @@ -891,8 +891,7 @@ static int chk_index(HA_CHECK *param, MARIA_HA *info, MARIA_KEYDEF *keyinfo, if (level > param->max_level) param->max_level=level; - if (_ma_get_keynr(share, anc_page->buff) != - (uint) (keyinfo - share->keyinfo)) + if (_ma_get_keynr(share, anc_page->buff) != keyinfo->key_nr) _ma_check_print_error(param, "Page at %s is not marked for index %u", llstr(anc_page->pos, llbuff), (uint) (keyinfo - share->keyinfo)); @@ -916,7 +915,7 @@ static int chk_index(HA_CHECK *param, MARIA_HA *info, MARIA_KEYDEF *keyinfo, info->last_key.keyinfo= tmp_key.keyinfo= keyinfo; info->lastinx= ~0; /* Safety */ tmp_key.data= tmp_key_buff; - for ( ;; ) + for ( ;; _ma_copy_key(&info->last_key, &tmp_key)) { if (nod_flag) { @@ -998,7 +997,6 @@ static int chk_index(HA_CHECK *param, MARIA_HA *info, MARIA_KEYDEF *keyinfo, tmp_key.data); } } - _ma_copy_key(&info->last_key, &tmp_key); (*key_checksum)+= maria_byte_checksum(tmp_key.data, tmp_key.data_length); record= _ma_row_pos_from_key(&tmp_key); @@ -5750,8 +5748,7 @@ static int sort_insert_key(MARIA_SORT_PARAM *sort_param, a_length= share->keypage_header + nod_flag; key_block->end_pos= anc_buff + share->keypage_header; bzero(anc_buff, share->keypage_header); - _ma_store_keynr(share, anc_buff, (uint) (sort_param->keyinfo - - share->keyinfo)); + _ma_store_keynr(share, anc_buff, sort_param->keyinfo->key_nr); lastkey=0; /* No previous key in block */ } else diff --git a/storage/maria/ma_commit.c b/storage/maria/ma_commit.c index 0ae3868dbf64d5baa5fcc35ea22fc9fecc878f7d..3850af8246cad77f779fbf2e1161529318df168f 100644 --- a/storage/maria/ma_commit.c +++ b/storage/maria/ma_commit.c @@ -98,7 +98,7 @@ int maria_commit(MARIA_HA *info) if (!info->s->now_transactional) return 0; trn= info->trn; - info->trn= 0; /* checked in maria_close() */ + _ma_reset_trn_for_table(info); return ma_commit(trn); } diff --git a/storage/maria/ma_ft_boolean_search.c b/storage/maria/ma_ft_boolean_search.c index 20dabf21d1732da0c2280c9fa14511473c3053b5..cce926839a46f4666301a1a824fb867dfe090817 100644 --- a/storage/maria/ma_ft_boolean_search.c +++ b/storage/maria/ma_ft_boolean_search.c @@ -457,7 +457,7 @@ static int _ft2_search_no_lock(FTB *ftb, FTB_WORD *ftbw, my_bool init_search) */ ftbw->off=off; ftbw->key_root= info->cur_row.lastpos; - ftbw->keyinfo=& info->s->ft2_keyinfo; + ftbw->keyinfo= info->last_key.keyinfo= & info->s->ft2_keyinfo; r= _ma_search_first(info, ftbw->keyinfo, ftbw->key_root); DBUG_ASSERT(r==0); /* found something */ memcpy(lastkey_buf+off, info->last_key.data, diff --git a/storage/maria/ma_info.c b/storage/maria/ma_info.c index 1189594fd2b06b21871e7d16da5fed302d090611..da44da123d2567e108959fff96626356d0f4f665 100644 --- a/storage/maria/ma_info.c +++ b/storage/maria/ma_info.c @@ -56,7 +56,11 @@ int maria_status(MARIA_HA *info, register MARIA_INFO *x, uint flag) } if (flag & HA_STATUS_VARIABLE) { - x->records = info->state->records; + /* If table is locked, give versioned number otherwise last commited */ + if (info->lock_type == F_UNLCK) + x->records = share->state.state.records; + else + x->records = info->state->records; x->deleted = share->state.state.del; x->delete_length = share->state.state.empty; x->data_file_length = share->state.state.data_file_length; diff --git a/storage/maria/ma_norec.c b/storage/maria/ma_norec.c index 8ed0ef68eb4c3ce8fbe941ef2a537ef18bf7c0a4..f490ab333a5e815fa2e98c08f7fe7ea6a05dd3aa 100644 --- a/storage/maria/ma_norec.c +++ b/storage/maria/ma_norec.c @@ -32,14 +32,14 @@ my_bool _ma_update_no_record(MARIA_HA *info __attribute__((unused)), const uchar *oldrec __attribute__((unused)), const uchar *record __attribute__((unused))) { - return HA_ERR_WRONG_COMMAND; + return 1; } my_bool _ma_delete_no_record(MARIA_HA *info __attribute__((unused)), const uchar *record __attribute__((unused))) { - return HA_ERR_WRONG_COMMAND; + return 1; } diff --git a/storage/maria/ma_recovery.c b/storage/maria/ma_recovery.c index c06e46c104f272cc7311f07294ca145a7bf50fa0..f023dde78178ed2f8fff4dc1b7557465981a0614 100644 --- a/storage/maria/ma_recovery.c +++ b/storage/maria/ma_recovery.c @@ -3551,8 +3551,8 @@ void _ma_tmp_disable_logging_for_table(MARIA_HA *info, info->state may point to a state that was deleted by _ma_trnman_end_trans_hook() */ - share->state.common= *info->state; - info->state= &share->state.common; + share->state.no_logging= *info->state; + info->state= &share->state.no_logging; info->switched_transactional= TRUE; /* @@ -3608,6 +3608,10 @@ my_bool _ma_reenable_logging_for_table(MARIA_HA *info, my_bool flush_pages) _ma_copy_nontrans_state_information(info); _ma_reset_history(info->s); + /* Reset state to point to state.common, as on open() */ + info->state= &share->state.common; + *info->state= share->state.state; + if (flush_pages) { /* Ensure that recover is not executing any redo before this */ diff --git a/storage/maria/ma_test2.c b/storage/maria/ma_test2.c index 6dfa04a5217661fb9cbea189d10b774f84dce367..24c48c6721088b85315a7a785f128c99180199bf 100644 --- a/storage/maria/ma_test2.c +++ b/storage/maria/ma_test2.c @@ -1006,8 +1006,8 @@ w_requests: %10lu\n\ writes: %10lu\n\ r_requests: %10lu\n\ reads: %10lu\n", - maria_pagecache->blocks_used, - maria_pagecache->global_blocks_changed, + (ulong) maria_pagecache->blocks_used, + (ulong) maria_pagecache->global_blocks_changed, (ulong) maria_pagecache->global_cache_w_requests, (ulong) maria_pagecache->global_cache_write, (ulong) maria_pagecache->global_cache_r_requests, diff --git a/storage/maria/ma_write.c b/storage/maria/ma_write.c index 4175a5be18c331d42aeff50931a6925feb1549da..52954aded4f4251d646933213ad6959660125d99 100644 --- a/storage/maria/ma_write.c +++ b/storage/maria/ma_write.c @@ -668,13 +668,18 @@ static int w_search(register MARIA_HA *info, uint32 comp_flag, MARIA_KEY *key, else { /* popular word. two-level tree. going down */ - my_off_t root=dup_key_pos; - keyinfo= &share->ft2_keyinfo; - get_key_full_length_rdonly(off, key); - key+=off; + my_off_t root= dup_key_pos; + MARIA_KEY subkey; + get_key_full_length_rdonly(off, key->data); + subkey.keyinfo= keyinfo= &share->ft2_keyinfo; + subkey.data= key->data + off; + subkey.data_length= key->data_length - off; + subkey.ref_length= key->ref_length; + subkey.flag= key->flag; + /* we'll modify key entry 'in vivo' */ keypos-= keyinfo->keylength + page.node; - error= _ma_ck_real_write_btree(info, key, &root, comp_flag); + error= _ma_ck_real_write_btree(info, &subkey, &root, comp_flag); _ma_dpointer(share, keypos+HA_FT_WLEN, root); subkeys--; /* should there be underflow protection ? */ DBUG_ASSERT(subkeys < 0); diff --git a/storage/maria/maria_chk.c b/storage/maria/maria_chk.c index b47f1b8c82441ea901a271021a5349ec5f3493d0..d03c50891df1dbd8c3b76931e902067890d71be8 100644 --- a/storage/maria/maria_chk.c +++ b/storage/maria/maria_chk.c @@ -1128,7 +1128,7 @@ static int maria_chk(HA_CHECK *param, char *filename) { fprintf(stderr, "Aria table '%s' is not fixed because of errors\n", filename); - return(-1); + DBUG_RETURN(-1); } recreate=1; if (!(param->testflag & T_REP_ANY)) @@ -1150,7 +1150,7 @@ static int maria_chk(HA_CHECK *param, char *filename) param->total_deleted+=info->state->del; descript(param, info, filename); maria_close(info); /* Should always succeed */ - return(0); + DBUG_RETURN(0); } if (!stopwords_inited++) diff --git a/storage/maria/maria_def.h b/storage/maria/maria_def.h index 8262e1b5e2dd643470b4432001f31ef4d639df6a..128e78da32b045316eb249c2257042581fdf4ed5 100644 --- a/storage/maria/maria_def.h +++ b/storage/maria/maria_def.h @@ -149,6 +149,8 @@ typedef struct st_maria_state_info MARIA_STATUS_INFO state; /* maria_ha->state points here for crash-safe but not versioned tables */ MARIA_STATUS_INFO common; + /* State for a versioned table that is temporary non versioned */ + MARIA_STATUS_INFO no_logging; ha_rows split; /* number of split blocks */ my_off_t dellink; /* Link to next removed block */ pgcache_page_no_t first_bitmap_with_space; diff --git a/storage/mroonga/ha_mroonga.cpp b/storage/mroonga/ha_mroonga.cpp index 96f506f9e369108c03f415a76a3e2407d59abf88..02213f0f1798d4edd3b8b1456d68406c2952bbe2 100644 --- a/storage/mroonga/ha_mroonga.cpp +++ b/storage/mroonga/ha_mroonga.cpp @@ -9186,7 +9186,7 @@ void ha_mroonga::remove_related_files(const char *base_path) if (stat(entry->d_name, &file_status) != 0) { continue; } - if (!((file_status.st_mode & S_IFMT) && S_IFREG)) { + if (!((file_status.st_mode & S_IFMT) == S_IFREG)) { continue; } if (strncmp(entry->d_name, base_path, base_path_length) == 0) { @@ -11800,7 +11800,8 @@ int ha_mroonga::storage_encode_key_timestamp2(Field *field, const uchar *key, #endif #ifdef MRN_HAVE_MYSQL_TYPE_DATETIME2 -int ha_mroonga::storage_encode_key_datetime2(Field *field, const uchar *key, +int ha_mroonga::storage_encode_key_datetime2(Field *field, bool is_null, + const uchar *key, uchar *buf, uint *size) { MRN_DBUG_ENTER_METHOD(); @@ -11808,7 +11809,7 @@ int ha_mroonga::storage_encode_key_datetime2(Field *field, const uchar *key, bool truncated = false; Field_datetimef *datetime2_field = (Field_datetimef *)field; - longlong packed_time = + longlong packed_time = is_null ? 0 : my_datetime_packed_from_binary(key, datetime2_field->decimals()); MYSQL_TIME mysql_time; TIME_from_longlong_datetime_packed(&mysql_time, packed_time); @@ -11935,6 +11936,7 @@ int ha_mroonga::storage_encode_key(Field *field, const uchar *key, MRN_DBUG_ENTER_METHOD(); int error; bool truncated = false; + bool is_null = false; const uchar *ptr = key; error = mrn_change_encoding(ctx, field->charset()); @@ -11942,6 +11944,7 @@ int ha_mroonga::storage_encode_key(Field *field, const uchar *key, DBUG_RETURN(error); if (field->null_bit) { + is_null = *ptr; ptr += 1; } @@ -12039,7 +12042,7 @@ int ha_mroonga::storage_encode_key(Field *field, const uchar *key, #endif #ifdef MRN_HAVE_MYSQL_TYPE_DATETIME2 case MYSQL_TYPE_DATETIME2: - error = storage_encode_key_datetime2(field, ptr, buf, size); + error = storage_encode_key_datetime2(field, is_null, ptr, buf, size); break; #endif #ifdef MRN_HAVE_MYSQL_TYPE_TIME2 @@ -16761,15 +16764,8 @@ int ha_mroonga::storage_get_foreign_key_list(THD *thd, ref_table_buff, ref_table_name_length, TRUE); -#ifdef MRN_FOREIGN_KEY_USE_METHOD_ENUM f_key_info.update_method = FK_OPTION_RESTRICT; f_key_info.delete_method = FK_OPTION_RESTRICT; -#else - f_key_info.update_method = thd_make_lex_string(thd, NULL, "RESTRICT", - 8, TRUE); - f_key_info.delete_method = thd_make_lex_string(thd, NULL, "RESTRICT", - 8, TRUE); -#endif f_key_info.referenced_key_name = thd_make_lex_string(thd, NULL, "PRIMARY", 7, TRUE); LEX_STRING *field_name = thd_make_lex_string(thd, diff --git a/storage/mroonga/ha_mroonga.hpp b/storage/mroonga/ha_mroonga.hpp index 2533913961e1f63854638ada500290a647322154..71ec40ee63a2f3a4b277d628a12f14e20973e879 100644 --- a/storage/mroonga/ha_mroonga.hpp +++ b/storage/mroonga/ha_mroonga.hpp @@ -211,10 +211,6 @@ extern "C" { # define MRN_FOREIGN_KEY_USE_CONST_STRING #endif -#if MYSQL_VERSION_ID >= 100203 && defined(MRN_MARIADB_P) -# define MRN_FOREIGN_KEY_USE_METHOD_ENUM -#endif - #if MYSQL_VERSION_ID < 50706 || defined(MRN_MARIADB_P) # define MRN_HANDLER_IS_FATAL_ERROR_HAVE_FLAGS #endif @@ -800,7 +796,7 @@ private: uchar *buf, uint *size); #endif #ifdef MRN_HAVE_MYSQL_TYPE_DATETIME2 - int storage_encode_key_datetime2(Field *field, const uchar *key, + int storage_encode_key_datetime2(Field *field, bool is_null, const uchar *key, uchar *buf, uint *size); #endif #ifdef MRN_HAVE_MYSQL_TYPE_TIME2 diff --git a/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp b/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp index 0038a7fe34f9276c1159d5bbde5fe8c232572e00..fa3c49a4236d2a7314f456a24836fd1e20b7ba19 100644 --- a/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp +++ b/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp @@ -89,11 +89,13 @@ namespace mrn { for (int i = 0; i < n_key_parts && current_mysql_key < mysql_key_end; i++) { KEY_PART_INFO *key_part = &(key_info_->key_part[i]); Field *field = key_part->field; + bool is_null = false; DBUG_PRINT("info", ("mroonga: key_part->length=%u", key_part->length)); if (field->null_bit) { DBUG_PRINT("info", ("mroonga: field has null bit")); *current_grn_key = 0; + is_null = *current_mysql_key; current_mysql_key += 1; current_grn_key += 1; (*grn_key_length)++; @@ -164,7 +166,7 @@ namespace mrn { { Field_datetimef *datetimef_field = static_cast(field); - long long int mysql_datetime_packed = + long long int mysql_datetime_packed = is_null ? 0 : my_datetime_packed_from_binary(current_mysql_key, datetimef_field->decimals()); MYSQL_TIME mysql_time; diff --git a/storage/mroonga/vendor/groonga/lib/expr.c b/storage/mroonga/vendor/groonga/lib/expr.c index 515dbe068d7e7d66e605f1e7199d2375528736a1..5b1d01678b04b23da5924089d09b8b45af378ab0 100644 --- a/storage/mroonga/vendor/groonga/lib/expr.c +++ b/storage/mroonga/vendor/groonga/lib/expr.c @@ -4984,7 +4984,7 @@ grn_scan_info_build_full(grn_ctx *ctx, grn_obj *expr, int *n, next_code_op = -1; for (i = 0, stat = SCAN_START, c = e->codes, ce = &e->codes[e->codes_curr]; c < ce; c++) { grn_operator code_op; - if (next_code_op == -1) { + if (next_code_op == (grn_operator)-1) { code_op = c->op; } else { code_op = next_code_op; diff --git a/storage/myisammrg/mysql-test/storage_engine/disabled.def b/storage/myisammrg/mysql-test/storage_engine/disabled.def new file mode 100644 index 0000000000000000000000000000000000000000..ca25a5d331b28242099fd214869bcf7f3e05c129 --- /dev/null +++ b/storage/myisammrg/mysql-test/storage_engine/disabled.def @@ -0,0 +1,2 @@ +lock : MDEV-17145 (Unexpected ER_LOCK_WAIT_TIMEOUT) +select_high_prio : MDEV-17145 (Unexpected ER_LOCK_WAIT_TIMEOUT) diff --git a/storage/perfschema/unittest/pfs-t.cc b/storage/perfschema/unittest/pfs-t.cc index b8814f2ad2d4cf16107f43d866944826c5be7379..fd018c1b0c549cdd75dd1afcfb9a0882881e8e91 100644 --- a/storage/perfschema/unittest/pfs-t.cc +++ b/storage/perfschema/unittest/pfs-t.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -898,6 +898,7 @@ void test_init_disabled() psi->create_file(file_key_A, "foo-instrumented", (File) 12); file_A1= lookup_file_by_name("foo-instrumented"); ok(file_A1 != NULL, "file_A1 instrumented"); + destroy_file(reinterpret_cast(psi->get_thread()), file_A1); /* broken key + enabled T-1: no instrumentation */ @@ -1149,6 +1150,8 @@ void test_locker_disabled() psi->create_file(file_key_A, "foo", (File) 12); file_A1= (PSI_file*) lookup_file_by_name("foo"); ok(file_A1 != NULL, "instrumented"); + destroy_file(reinterpret_cast(psi->get_thread()), + reinterpret_cast(file_A1)); socket_class_A->m_enabled= true; socket_A1= psi->init_socket(socket_key_A, NULL, NULL, 0); diff --git a/storage/spider/mysql-test/spider/include/init_child2_1.inc b/storage/spider/mysql-test/spider/include/init_child2_1.inc index 10793649f9457c7a43329e56838f91e0394b3484..782f538eb431b27bcc20e5058b4218f907ae11bb 100644 --- a/storage/spider/mysql-test/spider/include/init_child2_1.inc +++ b/storage/spider/mysql-test/spider/include/init_child2_1.inc @@ -69,6 +69,20 @@ let $CHILD2_1_CREATE_TABLES6= ) $CHILD2_1_ENGINE $CHILD2_1_CHARSET; let $CHILD2_1_SELECT_TABLES6= SELECT a, b, date_format(c, '%Y-%m-%d %H:%i:%s') FROM ta_r_3 ORDER BY a; +let $CHILD2_1_DROP_TABLES7= + DROP TABLE IF EXISTS ta_ob; +let $CHILD2_1_CREATE_TABLES7= + CREATE TABLE ta_ob ( + a VARCHAR(50) NOT NULL, + b VARCHAR(50) NULL DEFAULT NULL, + c VARCHAR(100) NULL DEFAULT NULL, + d DATETIME(0) NULL DEFAULT NULL, + e INT(11) NOT NULL, + f INT(10) NULL DEFAULT NULL, + PRIMARY KEY (a, e) + ) $CHILD2_1_ENGINE $CHILD2_1_CHARSET; +let $CHILD2_1_SELECT_TABLES7= + SELECT * FROM ta_ob WHERE c LIKE "%510411106%" AND e = 510411 AND f != 1 ORDER BY d,c LIMIT 6 OFFSET 0; let $CHILD2_1_DROP_FT_TABLES= DROP TABLE IF EXISTS ft_r; let $CHILD2_1_CREATE_FT_TABLES= diff --git a/storage/spider/mysql-test/spider/include/init_master_1.inc b/storage/spider/mysql-test/spider/include/init_master_1.inc index 93947a8d454affa532130df2802c7061f0c3b0a4..2c45d0bd65dfe316f1e3c97528d910a6d7788151 100644 --- a/storage/spider/mysql-test/spider/include/init_master_1.inc +++ b/storage/spider/mysql-test/spider/include/init_master_1.inc @@ -94,6 +94,10 @@ if (!$VERSION_COMPILE_OS_WIN) CONNECTION='host "localhost", socket "$CHILD2_1_MYSOCK", user "root", password ""'; } +let $MASTER_1_COMMENT6_P_1_1= + COMMENT='database "auto_test_remote", table "ta_ob"' + PARTITION BY LIST COLUMNS (e) PARTITIONS 1 + (PARTITION pt1 values in (510411) COMMENT = 'srv "s_2_1"'); if ($VERSION_COMPILE_OS_WIN) { let $MASTER_1_COMMENT_FT_2_1= diff --git a/storage/spider/mysql-test/spider/r/spider_fixes_part.result b/storage/spider/mysql-test/spider/r/spider_fixes_part.result index 104ba971df9b974ee95f0fe42ee1dad74a9cd88c..2b313e0e9dcbb16e1a48d5542779c06a88b8f423 100644 --- a/storage/spider/mysql-test/spider/r/spider_fixes_part.result +++ b/storage/spider/mysql-test/spider/r/spider_fixes_part.result @@ -197,6 +197,54 @@ id 6216 10000 +Test ORDER BY with LIMIT and OFFSET +CREATE TABLE ta_ob ( +a VARCHAR(50) NOT NULL, +b VARCHAR(50) NULL DEFAULT NULL, +c VARCHAR(100) NULL DEFAULT NULL, +d DATETIME(0) NULL DEFAULT NULL, +e INT(11) NOT NULL, +f INT(10) NULL DEFAULT NULL, +PRIMARY KEY (a, e) +) ENGINE=Spider COMMENT='database "auto_test_remote", table "ta_ob"' + PARTITION BY LIST COLUMNS (e) PARTITIONS 1 +(PARTITION pt1 values in (510411) COMMENT = 'srv "s_2_1"') +INSERT INTO ta_ob VALUES ('0B95CD65DF994BC9A09A6AABE53A2733', +'6CFED89FF6A84C7AA55C3C432663D094', +'51041110620304', '2018-08-02 13:41:13', +510411, 1); +INSERT INTO ta_ob VALUES ('15E8D55EF099443BAEE639E60A4650BD', +'879DC2A0B6AC46D9A62E8EA47E2970F2', +'51041110620301', NULL, +510411, 0); +INSERT INTO ta_ob VALUES ('51ECF2C0CD3C48D99C91792E99D3C1A0', +'017B8A460DBC444682B791305EF75356', +'51041110620308', '2018-08-02 13:48:29', +510411, 0); +INSERT INTO ta_ob VALUES ('093B37A93A534DF883787AF5F6799674', +'996C7F14989D480589A553717D735E3E', +'51041110620302', '2018-08-02 13:48:30', +510411, 0); +INSERT INTO ta_ob VALUES ('53F5266FB069499AB6234755CACA2583', +'017B8A460DBC444682B791305EF75356', +'51041110620308', '2018-08-02 13:48:28', +510411, 0); +INSERT INTO ta_ob VALUES ('56E59BC4BDC143868D4A219C2D07A24B', +'821E71E6ABB4404EBAA349BB681089F8', +'51041110620310', '2018-08-02 13:48:27', +510411, 0); +INSERT INTO ta_ob VALUES ('56B68DA68D6D4A04A08B453D09AD7B70', +'821E71E6ABB4404EBAA349BB681089F8', +'51041110620310', '2018-08-02 13:48:28', +510411, 0); +SELECT * FROM ta_ob WHERE c LIKE "%510411106%" AND e = 510411 AND f != 1 ORDER BY d,c LIMIT 5 OFFSET 1; +a b c d e f +56E59BC4BDC143868D4A219C2D07A24B 821E71E6ABB4404EBAA349BB681089F8 51041110620310 2018-08-02 13:48:27 510411 0 +53F5266FB069499AB6234755CACA2583 017B8A460DBC444682B791305EF75356 51041110620308 2018-08-02 13:48:28 510411 0 +56B68DA68D6D4A04A08B453D09AD7B70 821E71E6ABB4404EBAA349BB681089F8 51041110620310 2018-08-02 13:48:28 510411 0 +51ECF2C0CD3C48D99C91792E99D3C1A0 017B8A460DBC444682B791305EF75356 51041110620308 2018-08-02 13:48:29 510411 0 +093B37A93A534DF883787AF5F6799674 996C7F14989D480589A553717D735E3E 51041110620302 2018-08-02 13:48:30 510411 0 + deinit DROP DATABASE IF EXISTS auto_test_local; DROP DATABASE IF EXISTS auto_test_local; diff --git a/storage/spider/mysql-test/spider/t/spider_fixes_part.test b/storage/spider/mysql-test/spider/t/spider_fixes_part.test index ef5a8026c02c6221db5f24d4b9a509a60f6e7a0f..868e684f9595a39d8d8dc1faf6e86dd818f3e6fb 100644 --- a/storage/spider/mysql-test/spider/t/spider_fixes_part.test +++ b/storage/spider/mysql-test/spider/t/spider_fixes_part.test @@ -616,6 +616,115 @@ if ($HAVE_PARTITION) } } +--echo +--echo Test ORDER BY with LIMIT and OFFSET +if ($HAVE_PARTITION) +{ + if ($USE_CHILD_GROUP2) + { + if (!$OUTPUT_CHILD_GROUP2) + { + --disable_query_log + --disable_result_log + } + --connection child2_1 + if ($OUTPUT_CHILD_GROUP2) + { + --disable_query_log + echo CHILD2_1_DROP_TABLES7; + echo CHILD2_1_CREATE_TABLES7; + } + --disable_warnings + eval $CHILD2_1_DROP_TABLES7; + --enable_warnings + eval $CHILD2_1_CREATE_TABLES7; + if ($OUTPUT_CHILD_GROUP2) + { + --enable_query_log + } + if ($USE_GENERAL_LOG) + { + TRUNCATE TABLE mysql.general_log; + } + if (!$OUTPUT_CHILD_GROUP2) + { + --enable_query_log + --enable_result_log + } + } + --connection master_1 + --disable_query_log + --disable_warnings + DROP TABLE IF EXISTS ta_ob; + --enable_warnings + echo CREATE TABLE ta_ob ( + a VARCHAR(50) NOT NULL, + b VARCHAR(50) NULL DEFAULT NULL, + c VARCHAR(100) NULL DEFAULT NULL, + d DATETIME(0) NULL DEFAULT NULL, + e INT(11) NOT NULL, + f INT(10) NULL DEFAULT NULL, + PRIMARY KEY (a, e) + ) $MASTER_1_ENGINE $MASTER_1_COMMENT6_P_1_1; + eval CREATE TABLE ta_ob ( + a VARCHAR(50) NOT NULL, + b VARCHAR(50) NULL DEFAULT NULL, + c VARCHAR(100) NULL DEFAULT NULL, + d DATETIME(0) NULL DEFAULT NULL, + e INT(11) NOT NULL, + f INT(10) NULL DEFAULT NULL, + PRIMARY KEY (a, e) + ) $MASTER_1_ENGINE $MASTER_1_COMMENT6_P_1_1; + --enable_query_log + INSERT INTO ta_ob VALUES ('0B95CD65DF994BC9A09A6AABE53A2733', + '6CFED89FF6A84C7AA55C3C432663D094', + '51041110620304', '2018-08-02 13:41:13', + 510411, 1); + INSERT INTO ta_ob VALUES ('15E8D55EF099443BAEE639E60A4650BD', + '879DC2A0B6AC46D9A62E8EA47E2970F2', + '51041110620301', NULL, + 510411, 0); + INSERT INTO ta_ob VALUES ('51ECF2C0CD3C48D99C91792E99D3C1A0', + '017B8A460DBC444682B791305EF75356', + '51041110620308', '2018-08-02 13:48:29', + 510411, 0); + INSERT INTO ta_ob VALUES ('093B37A93A534DF883787AF5F6799674', + '996C7F14989D480589A553717D735E3E', + '51041110620302', '2018-08-02 13:48:30', + 510411, 0); + INSERT INTO ta_ob VALUES ('53F5266FB069499AB6234755CACA2583', + '017B8A460DBC444682B791305EF75356', + '51041110620308', '2018-08-02 13:48:28', + 510411, 0); + INSERT INTO ta_ob VALUES ('56E59BC4BDC143868D4A219C2D07A24B', + '821E71E6ABB4404EBAA349BB681089F8', + '51041110620310', '2018-08-02 13:48:27', + 510411, 0); + INSERT INTO ta_ob VALUES ('56B68DA68D6D4A04A08B453D09AD7B70', + '821E71E6ABB4404EBAA349BB681089F8', + '51041110620310', '2018-08-02 13:48:28', + 510411, 0); + SELECT * FROM ta_ob WHERE c LIKE "%510411106%" AND e = 510411 AND f != 1 ORDER BY d,c LIMIT 5 OFFSET 1; + if ($USE_CHILD_GROUP2) + { + if (!$OUTPUT_CHILD_GROUP2) + { + --disable_query_log + --disable_result_log + } + --connection child2_1 + if ($USE_GENERAL_LOG) + { + SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %'; + } + eval $CHILD2_1_SELECT_TABLES7; + if (!$OUTPUT_CHILD_GROUP2) + { + --enable_query_log + --enable_result_log + } + } +} --echo --echo deinit diff --git a/storage/tokudb/CMakeLists.txt b/storage/tokudb/CMakeLists.txt index e90e0b0ec679ad49aa9046bbb8cf9c4a166ba2f9..39c807e4dfa19e0d66d828fdcfc2e8a0833f3773 100644 --- a/storage/tokudb/CMakeLists.txt +++ b/storage/tokudb/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TOKUDB_VERSION 5.6.39-83.1) +SET(TOKUDB_VERSION 5.6.41-84.1) # PerconaFT only supports x86-64 and cmake-2.8.9+ IF(CMAKE_VERSION VERSION_LESS "2.8.9") MESSAGE(STATUS "CMake 2.8.9 or higher is required by TokuDB") @@ -105,7 +105,11 @@ ELSEIF (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ft-index/") MESSAGE(WARNING "Found ft-index sources, ft-index is deprecated and replaced with PerconaFT.") SET(TOKU_FT_DIR_NAME "ft-index") ELSE () - MESSAGE(FATAL_ERROR "Could not find PerconaFT sources.") + MESSAGE(FATAL_ERROR "Could not find PerconaFT sources.") +ENDIF () + +IF (WITH_VALGRIND) + SET(USE_VALGRIND "ON") ENDIF () ADD_SUBDIRECTORY(${TOKU_FT_DIR_NAME}) diff --git a/storage/tokudb/PerconaFT/CMakeLists.txt b/storage/tokudb/PerconaFT/CMakeLists.txt index 3b6b909f6357a1b3d4407be4ba95f4a713246ddf..a0918e505b1d5ae15b15474b1f3a6d9725971b6f 100644 --- a/storage/tokudb/PerconaFT/CMakeLists.txt +++ b/storage/tokudb/PerconaFT/CMakeLists.txt @@ -10,14 +10,12 @@ set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "") # See: https://jira.percona.com/browse/TDB-93 -IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang") - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-address-of-packed-member") - SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-address-of-packed-member") -ENDIF() +MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-address-of-packed-member") # detect when we are being built as a subproject if (DEFINED MYSQL_PROJECT_NAME_DOCSTRING) - add_definitions( -DMYSQL_TOKUDB_ENGINE=1) + add_definitions(-DMYSQL_TOKUDB_ENGINE=1) + add_definitions(-DMYSQL_VERSION_ID=${MYSQL_VERSION_ID}) # Extended PFS instrumentation: # -DTOKU_PFS_MUTEX_EXTENDED_CACHETABLEMMUTEX=1 if (WITH_PERFSCHEMA_STORAGE_ENGINE) diff --git a/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake b/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake index 50d35ee4906ee3ffcd09e6ecaeee20304963e931..8f65895cc9cd9c7d0ad605064bdbfe2c0b289344 100644 --- a/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake +++ b/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake @@ -107,6 +107,9 @@ set_cflags_if_supported( -Wno-error=strict-overflow ) +# new flag sets in MySQL 8.0 seem to explicitly disable this +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions") + ## set extra debugging flags and preprocessor definitions set(CMAKE_C_FLAGS_DEBUG "-g3 -O0 ${CMAKE_C_FLAGS_DEBUG}") set(CMAKE_CXX_FLAGS_DEBUG "-g3 -O0 ${CMAKE_CXX_FLAGS_DEBUG}") diff --git a/storage/tokudb/PerconaFT/ft/cachetable/cachetable.cc b/storage/tokudb/PerconaFT/ft/cachetable/cachetable.cc index ae2bb2846e8a3c9874a8355d0e4ddc0643d9604d..d97d8762252bde61eb5c422e98dcaf27effebe9e 100644 --- a/storage/tokudb/PerconaFT/ft/cachetable/cachetable.cc +++ b/storage/tokudb/PerconaFT/ft/cachetable/cachetable.cc @@ -1290,7 +1290,6 @@ int toku_cachetable_get_and_pin ( CACHEKEY key, uint32_t fullhash, void**value, - long *sizep, CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, @@ -1311,7 +1310,6 @@ int toku_cachetable_get_and_pin ( key, fullhash, value, - sizep, write_callback, fetch_callback, pf_req_callback, @@ -1559,7 +1557,6 @@ int toku_cachetable_get_and_pin_with_dep_pairs ( CACHEKEY key, uint32_t fullhash, void**value, - long *sizep, CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, @@ -1743,7 +1740,6 @@ int toku_cachetable_get_and_pin_with_dep_pairs ( } got_value: *value = p->value_data; - if (sizep) *sizep = p->attr.size; return 0; } @@ -1856,6 +1852,22 @@ int toku_cachetable_maybe_get_and_pin_clean (CACHEFILE cachefile, CACHEKEY key, return r; } +int toku_cachetable_get_attr (CACHEFILE cachefile, CACHEKEY key, uint32_t fullhash, PAIR_ATTR *attr) { + CACHETABLE ct = cachefile->cachetable; + int r; + ct->list.pair_lock_by_fullhash(fullhash); + PAIR p = ct->list.find_pair(cachefile, key, fullhash); + if (p) { + // Assumes pair lock and full hash lock are the same mutex + *attr = p->attr; + r = 0; + } else { + r = -1; + } + ct->list.pair_unlock_by_fullhash(fullhash); + return r; +} + // // internal function to unpin a PAIR. // As of Clayface, this is may be called in two ways: @@ -1997,7 +2009,6 @@ int toku_cachetable_get_and_pin_nonblocking( CACHEKEY key, uint32_t fullhash, void**value, - long* UU(sizep), CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/cachetable/cachetable.h b/storage/tokudb/PerconaFT/ft/cachetable/cachetable.h index b9851f33e204faa05099cc0b1267f0b999dd14aa..c5c21b49f9453f6723b8f62e9022a6036b5f6355 100644 --- a/storage/tokudb/PerconaFT/ft/cachetable/cachetable.h +++ b/storage/tokudb/PerconaFT/ft/cachetable/cachetable.h @@ -352,7 +352,6 @@ int toku_cachetable_get_and_pin_with_dep_pairs ( CACHEKEY key, uint32_t fullhash, void**value, - long *sizep, CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, @@ -374,7 +373,6 @@ int toku_cachetable_get_and_pin ( CACHEKEY key, uint32_t fullhash, void**value, - long *sizep, CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, @@ -408,7 +406,6 @@ int toku_cachetable_get_and_pin_nonblocking ( CACHEKEY key, uint32_t fullhash, void**value, - long *sizep, CACHETABLE_WRITE_CALLBACK write_callback, CACHETABLE_FETCH_CALLBACK fetch_callback, CACHETABLE_PARTIAL_FETCH_REQUIRED_CALLBACK pf_req_callback, @@ -428,6 +425,11 @@ int toku_cachetable_maybe_get_and_pin (CACHEFILE, CACHEKEY, uint32_t /*fullhash* int toku_cachetable_maybe_get_and_pin_clean (CACHEFILE, CACHEKEY, uint32_t /*fullhash*/, pair_lock_type, void**); // Effect: Like maybe get and pin, but may pin a clean pair. +int toku_cachetable_get_attr(CACHEFILE, CACHEKEY, uint32_t /*fullhash*/, PAIR_ATTR *); +// Effect: get the attributes for cachekey +// Returns: 0 if success, non-zero if cachekey is not cached +// Notes: this function exists for tests + int toku_cachetable_unpin(CACHEFILE, PAIR, enum cachetable_dirty dirty, PAIR_ATTR size); // Effect: Unpin a memory object // Modifies: If the memory object is in the cachetable, then OR the dirty flag, diff --git a/storage/tokudb/PerconaFT/ft/ft-cachetable-wrappers.cc b/storage/tokudb/PerconaFT/ft/ft-cachetable-wrappers.cc index ca5ffa6a186281a6a2f8a47b9a2098211ee8031d..35ba864b9ea1a60529d51ec8c60e7584fe0472fb 100644 --- a/storage/tokudb/PerconaFT/ft/ft-cachetable-wrappers.cc +++ b/storage/tokudb/PerconaFT/ft/ft-cachetable-wrappers.cc @@ -178,7 +178,6 @@ toku_pin_ftnode_for_query( blocknum, fullhash, &node_v, - NULL, get_write_callbacks_for_node(ft_handle->ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, @@ -209,7 +208,6 @@ toku_pin_ftnode_for_query( blocknum, fullhash, &node_v, - NULL, get_write_callbacks_for_node(ft_handle->ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, @@ -289,7 +287,6 @@ toku_pin_ftnode_with_dep_nodes( blocknum, fullhash, &node_v, - NULL, get_write_callbacks_for_node(ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/ft-test-helpers.cc b/storage/tokudb/PerconaFT/ft/ft-test-helpers.cc index 6fcdbbdc9e3410628bf61751d94a13d1a98df89a..930fb3013d2963724a6b99378376152e0aeb0e5c 100644 --- a/storage/tokudb/PerconaFT/ft/ft-test-helpers.cc +++ b/storage/tokudb/PerconaFT/ft/ft-test-helpers.cc @@ -130,7 +130,6 @@ int toku_testsetup_get_sersize(FT_HANDLE ft_handle, BLOCKNUM diskoff) // Return ft_handle->ft->cf, diskoff, toku_cachetable_hash(ft_handle->ft->cf, diskoff), &node_v, - NULL, get_write_callbacks_for_node(ft_handle->ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, @@ -158,7 +157,6 @@ int toku_testsetup_insert_to_leaf (FT_HANDLE ft_handle, BLOCKNUM blocknum, const blocknum, toku_cachetable_hash(ft_handle->ft->cf, blocknum), &node_v, - NULL, get_write_callbacks_for_node(ft_handle->ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, @@ -236,7 +234,6 @@ int toku_testsetup_insert_to_nonleaf (FT_HANDLE ft_handle, BLOCKNUM blocknum, en blocknum, toku_cachetable_hash(ft_handle->ft->cf, blocknum), &node_v, - NULL, get_write_callbacks_for_node(ft_handle->ft), toku_ftnode_fetch_callback, toku_ftnode_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/ft.h b/storage/tokudb/PerconaFT/ft/ft.h index 7a3c4fa783cb95729e2c10d68bdd6e33bf5c7a74..ff0b63b2b1284d77dc16c92ade52327f198e1beb 100644 --- a/storage/tokudb/PerconaFT/ft/ft.h +++ b/storage/tokudb/PerconaFT/ft/ft.h @@ -44,6 +44,9 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "ft/ft-ops.h" #include "ft/logger/log.h" #include "util/dbt.h" +#ifndef TOKU_MYSQL_WITH_PFS +#include +#endif typedef struct ft *FT; typedef struct ft_options *FT_OPTIONS; diff --git a/storage/tokudb/PerconaFT/ft/node.cc b/storage/tokudb/PerconaFT/ft/node.cc index ce918940bd77215d463222d9ee286b9f5ede161f..27943496fbf9a1854329f5ba29b3ebb28b503354 100644 --- a/storage/tokudb/PerconaFT/ft/node.cc +++ b/storage/tokudb/PerconaFT/ft/node.cc @@ -156,6 +156,8 @@ void toku_evict_bn_from_memory(FTNODE node, int childnum, FT ft) { assert(!node->dirty); BASEMENTNODE bn = BLB(node, childnum); toku_ft_decrease_stats(&ft->in_memory_stats, bn->stat64_delta); + toku_ft_adjust_logical_row_count(ft, -BLB_LRD(node, childnum)); + BLB_LRD(node, childnum) = 0; destroy_basement_node(bn); set_BNULL(node, childnum); BP_STATE(node, childnum) = PT_ON_DISK; diff --git a/storage/tokudb/PerconaFT/ft/serialize/block_allocator.cc b/storage/tokudb/PerconaFT/ft/serialize/block_allocator.cc index 29f6daa293ae1483beac50bdc5ff7a684454e497..e64139f0eca1c6e47c62deb7bb830376b4cf93cb 100644 --- a/storage/tokudb/PerconaFT/ft/serialize/block_allocator.cc +++ b/storage/tokudb/PerconaFT/ft/serialize/block_allocator.cc @@ -49,7 +49,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "ft/serialize/block_allocator.h" #include "ft/serialize/rbtree_mhs.h" -#if TOKU_DEBUG_PARANOID +#if defined(TOKU_DEBUG_PARANOID) && TOKU_DEBUG_PARANOID #define VALIDATE() Validate() #else #define VALIDATE() diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-4357.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-4357.cc index 0af5c8185a965c7b600b67a311c6b1ff0e77dd51..dd76b7fbc08f4f4c3bd0c29b6bfb84a8d20b53b1 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-4357.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-4357.cc @@ -42,13 +42,11 @@ CACHEFILE f1; static void *pin_nonblocking(void *arg) { void* v1; - long s1; int r = toku_cachetable_get_and_pin_nonblocking( f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, - &s1, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, @@ -70,12 +68,10 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, - &s1, def_write_callback(NULL), def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-4365.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-4365.cc index 7bee0b807702175da724041da4edeccd9aff9ea1..75b6eb3fcea5f565281bf97a7e0b51a56eba19aa 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-4365.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-4365.cc @@ -42,13 +42,11 @@ CACHEFILE f1; static void *pin_nonblocking(void *arg) { void* v1; - long s1; int r = toku_cachetable_get_and_pin_nonblocking( f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, - &s1, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, @@ -92,12 +90,10 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, - &s1, def_write_callback(nullptr), def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-5097.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-5097.cc index 5ab0df88e0873ae43a704cc38b647acd0d022626..b9c299eb762371d98bc72f5670e528bf96a75422 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-5097.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-5097.cc @@ -88,7 +88,6 @@ flush (CACHEFILE f __attribute__((__unused__)), static void *f2_pin(void *arg) { int r; void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); // // these booleans for pe_callback just ensure that the @@ -98,7 +97,7 @@ static void *f2_pin(void *arg) { // This is just to ensure that the bug is being exercised // check_pe_callback = true; - r = toku_cachetable_get_and_pin(f2, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f2, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert(r == 0); ct->ev.signal_eviction_thread(); usleep(1*1024*1024); @@ -141,13 +140,12 @@ cachetable_test (void) { assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.pe_callback = pe_callback; wc.flush_callback = flush; // pin and unpin a node 20 times, just to get clock count up for (int i = 0; i < 20; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert(r == 0); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); assert(r == 0); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-5978-2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-5978-2.cc index 0b5110ddd993fc7f214401115bc7e296fe3d5138..183c2c8bc44b01d7146ff18d584fdbf6cf43c69c 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-5978-2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-5978-2.cc @@ -131,13 +131,11 @@ static void *repin_one(void *UU(arg)) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); struct unlockers unlockers = {true, unpin_two, NULL, NULL}; void* v1; - long s1; int r = toku_cachetable_get_and_pin_nonblocking( f1, make_blocknum(1), 1, &v1, - &s1, wc, def_fetch, def_pf_req_callback, @@ -164,13 +162,12 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); // bring pairs 1 and 2 into memory, then unpin - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch_one, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch_one, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, &s1, wc, fetch_two, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, wc, fetch_two, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); toku_pthread_t tid1; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-5978.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-5978.cc index a4ff6c33e6acf7ecc219a632ebd648bf04e20690..c8a6f366ce31ae16d025bc1fde98637658c1ac23 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-5978.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-5978.cc @@ -125,13 +125,11 @@ static void *repin_one(void *UU(arg)) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); struct unlockers unlockers = {true, unpin_four, NULL, NULL}; void* v1; - long s1; int r = toku_cachetable_get_and_pin_nonblocking( f1, make_blocknum(1), 1, &v1, - &s1, wc, def_fetch, def_pf_req_callback, @@ -149,13 +147,11 @@ static void *repin_two(void *UU(arg)) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); struct unlockers unlockers = {true, unpin_three, NULL, NULL}; void* v1; - long s1; int r = toku_cachetable_get_and_pin_nonblocking( f1, make_blocknum(2), 2, &v1, - &s1, wc, def_fetch, def_pf_req_callback, @@ -181,20 +177,19 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); // bring pairs 1 and 2 into memory, then unpin - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); // now pin pairs 3 and 4 - r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v1, &s1, wc, fetch_three, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v1, wc, fetch_three, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v1, &s1, wc, fetch_four, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v1, wc, fetch_four, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); toku_pthread_t tid1; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-all-write.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-all-write.cc index bc08bab944ef5155ec0e019742973680a102b027..efc844d53a90c0f75e11ae0fa34801574e9ba85b 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-all-write.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-all-write.cc @@ -73,12 +73,11 @@ cachetable_test (void) { void* v1; void* v2; - long s1, s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pending.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pending.cc index 5e87fed740d63f94f11c59fe8bf157ea40a0b4a2..024e2f5d2219f43c61ce68e580fb5f013dd4ec39 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pending.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pending.cc @@ -99,13 +99,15 @@ do_update (void *UU(ignore)) CACHEKEY key = make_blocknum(i); uint32_t hi = toku_cachetable_hash(cf, key); void *vv; - long size; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; - int r = toku_cachetable_get_and_pin(cf, key, hi, &vv, &size, wc, fetch_die, def_pf_req_callback, def_pf_callback, true, 0); + int r = toku_cachetable_get_and_pin(cf, key, hi, &vv, wc, fetch_die, def_pf_req_callback, def_pf_callback, true, 0); //printf("g"); assert(r==0); - assert(size==sizeof(int)); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(cf, key, hi, &attr); + assert(r==0); + assert(attr.size==sizeof(int)); int *CAST_FROM_VOIDP(v, vv); assert(*v==42); *v = 43; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pinned-nodes.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pinned-nodes.cc index 7f30305d673d708fa5f0822ced8bc538294be76e..0846974d3ef4c5728df5d820ec303e16399b611f 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pinned-nodes.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-checkpoint-pinned-nodes.cc @@ -110,13 +110,11 @@ cachetable_test (void) { void* v1; void* v2; - long s1; - long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(&dirty_val); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &dirty_val); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &dirty_val); wc.write_extraargs = NULL; - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); // // Here is the test, we have two pairs, v1 is dirty, v2 is clean, but both are currently pinned diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint.cc index caa366e23d3d723957f6e33d111fdf81307c3243..5afc1230e77018eb11d3b5cd46d1acdf0c64fd14 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint.cc @@ -103,13 +103,10 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.cleaner_callback = cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); PAIR_ATTR attr = make_pair_attr(8); attr.cache_pressure_size = 8; r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, attr); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint2.cc index 63f383b64b0c9d979410fea6a5bc86f0014382db..16e6102a2341b22b9654d0678c62c8bdaf5ecdcc 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-checkpoint2.cc @@ -103,13 +103,10 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.cleaner_callback = cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); PAIR_ATTR attr = make_pair_attr(8); attr.cache_pressure_size = 8; r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, attr); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-attrs-accumulate.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-attrs-accumulate.cc index dd6c674af24e72bd94875feddddbad5f99fc013e..c3125d0ce5793c9ffbd9410dd2642d5c88aa6024 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-attrs-accumulate.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-attrs-accumulate.cc @@ -107,15 +107,12 @@ run_test (void) { assert(STATUS_VALUE(CT_SIZE_CACHEPRESSURE) == 0); void* vs[n_pairs]; - //void* v2; - long ss[n_pairs]; - //long s2; PAIR_ATTR expect = { .size = 0, .nonleaf_size = 0, .leaf_size = 0, .rollback_size = 0, .cache_pressure_size = 0 }; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.write_extraargs = &expect; for (int i = 0; i < n_pairs; ++i) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], &ss[i], + r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], wc, def_fetch, def_pf_req_callback, @@ -139,8 +136,7 @@ run_test (void) { assert(STATUS_VALUE(CT_SIZE_CACHEPRESSURE) == (uint64_t) expect.cache_pressure_size); void *big_v; - long big_s; - r = toku_cachetable_get_and_pin(f1, make_blocknum(n_pairs + 1), n_pairs + 1, &big_v, &big_s, + r = toku_cachetable_get_and_pin(f1, make_blocknum(n_pairs + 1), n_pairs + 1, &big_v, wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-everything-pinned.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-everything-pinned.cc index c518f9285d661b1d9efc0771fc55e053543de8bb..e643f7395a44a850871072c71a22d7db1d14b02a 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-everything-pinned.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-everything-pinned.cc @@ -71,13 +71,10 @@ run_test (void) { assert(r==0); void* vs[8]; - //void* v2; - long ss[8]; - //long s2; for (int i = 0; i < 8; ++i) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.cleaner_callback = everything_pinned_cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], &ss[i], + r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-nothing-needs-flushing.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-nothing-needs-flushing.cc index 63b2fd9a2b7b2431e7b6ecb31e1a5fdc255d0f93..1dd2a8e06789bae4291c5d14b79b582ab10a1a2a 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-nothing-needs-flushing.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-nothing-needs-flushing.cc @@ -69,13 +69,10 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* vs[8]; - //void* v2; - long ss[8]; - //long s2; for (int i = 0; i < 8; ++i) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.cleaner_callback = everything_pinned_cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], &ss[i], + r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-same-fullhash.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-same-fullhash.cc index c38483c8e46b523a203d79ddcb394c9716dcba54..af519d83d6f7fcdec1790e061b6b6a3fb1bf0aa2 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-same-fullhash.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-same-fullhash.cc @@ -76,12 +76,9 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* vs[5]; - //void* v2; - long ss[5]; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.cleaner_callback = my_cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &vs[0], &ss[0], + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &vs[0], wc, def_fetch, def_pf_req_callback, @@ -92,7 +89,7 @@ run_test (void) { attr.cache_pressure_size = 100; r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, attr); - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 1, &vs[1], &ss[1], + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 1, &vs[1], wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-simple.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-simple.cc index 8a5aa983f636592ff2a99ab5151a8fb1013cb91b..363b2d30935a7d508c40c107b8c3414480cf5a44 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-simple.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-cleaner-thread-simple.cc @@ -77,12 +77,9 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* vs[5]; - //void* v2; - long ss[5]; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.cleaner_callback = my_cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(100), 100, &vs[4], &ss[4], + r = toku_cachetable_get_and_pin(f1, make_blocknum(100), 100, &vs[4], wc, def_fetch, def_pf_req_callback, @@ -94,7 +91,7 @@ run_test (void) { r = toku_test_cachetable_unpin(f1, make_blocknum(100), 100, CACHETABLE_CLEAN, attr); for (int i = 0; i < 4; ++i) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], &ss[i], + r = toku_cachetable_get_and_pin(f1, make_blocknum(i+1), i+1, &vs[i], wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction.cc index 4f8516008ee4c62835b4c42c0888c45ca0ae2706..855a7154c1decfcd96f2b580a5500bd3246f30d8 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction.cc @@ -99,25 +99,24 @@ cachetable_test (void) { void* v1; void* v2; - long s1, s2; flush_may_occur = false; check_flush = true; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; for (int i = 0; i < 100000; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 8; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 4; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(3), 3, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 2; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(4), 4, CACHETABLE_CLEAN, make_pair_attr(1)); } flush_may_occur = true; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction2.cc index d35705002df54fce1279c66efbd49db09c599e3f..89b1fba50133798a0728abc47ec608bb3eb8e8bf 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction2.cc @@ -142,34 +142,33 @@ cachetable_test (void) { void* v1; void* v2; - long s1, s2; flush_may_occur = false; for (int i = 0; i < 100000; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 8; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 4; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(3), 3, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 2; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(4), 4, CACHETABLE_CLEAN, make_pair_attr(4)); } flush_may_occur = false; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction3.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction3.cc index 97ae526a6b8ff9aa16fa582c22e467c84a91c801..a6c8d2fdf72e985de9d6d6abce4fa2131cd271fe 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction3.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction3.cc @@ -159,14 +159,13 @@ cachetable_test (void) { void* v1; void* v2; - long s1, s2; flush_may_occur = false; for (int i = 0; i < 100000; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.pe_est_callback = pe_est_callback; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 8; i++) { @@ -174,7 +173,7 @@ cachetable_test (void) { wc.flush_callback = flush; wc.pe_est_callback = pe_est_callback; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 4; i++) { @@ -182,7 +181,7 @@ cachetable_test (void) { wc.flush_callback = flush; wc.pe_est_callback = pe_est_callback; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(3), 3, CACHETABLE_CLEAN, make_pair_attr(4)); } for (int i = 0; i < 2; i++) { @@ -190,7 +189,7 @@ cachetable_test (void) { wc.flush_callback = flush; wc.pe_est_callback = pe_est_callback; wc.pe_callback = pe_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(4), 4, CACHETABLE_CLEAN, make_pair_attr(4)); } flush_may_occur = false; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction4.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction4.cc index 9982bec26bd429c65c34d45744a4311d9a55e4f9..8537a5a0d3d81187f2d09fac663db80256be6a97 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction4.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clock-eviction4.cc @@ -137,7 +137,6 @@ cachetable_test (void) { void* v1; void* v2; - long s1, s2; flush_may_occur = false; check_flush = true; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); @@ -145,19 +144,19 @@ cachetable_test (void) { wc.pe_est_callback = pe_est_callback; wc.pe_callback = pe_callback; for (int i = 0; i < 100000; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 8; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 4; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(3), 3, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(3), 3, CACHETABLE_CLEAN, make_pair_attr(1)); } for (int i = 0; i < 2; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(4), 4, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(4), 4, CACHETABLE_CLEAN, make_pair_attr(1)); } flush_may_occur = true; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-checkpoint.cc index 99d595b1ff17eadbf89baa20bc23334e64d0c9f5..e9571dfd0eef365ac5f58e2abe79c46b9aad3a00 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-checkpoint.cc @@ -101,11 +101,10 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; wc.clone_callback = clone_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); assert_zero(r); @@ -124,7 +123,7 @@ cachetable_test (void) { usleep(1 * 1024 * 1024); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); assert(clone_flush_started && !clone_flush_completed); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch-pinned-node.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch-pinned-node.cc index 3361faa071e6112d893f207936a99dd959a20870..42faa8ade86c536af2e18bf413c93c1b2351d988 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch-pinned-node.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch-pinned-node.cc @@ -95,12 +95,11 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = clone_callback; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); assert_zero(r); @@ -109,13 +108,13 @@ cachetable_test (void) { CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert_zero(r); pf_called = false; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); assert(!pf_called); toku_cachetable_pf_pinned_pair(v1, true_pf_callback, NULL, f1, make_blocknum(1), 1); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch.cc index 2b0b828b63c52deacc876fdbcdd19375ecd5a466..912cd0df84f53de6963e959c45dd95bfa305093a 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-partial-fetch.cc @@ -100,12 +100,11 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = clone_callback; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); assert_zero(r); @@ -114,13 +113,13 @@ cachetable_test (void) { CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert_zero(r); pf_called = false; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, true_pf_req_callback, true_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, true_pf_req_callback, true_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert_zero(r); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-pin-nonblocking.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-pin-nonblocking.cc index c66de89fbcff60a8bc81bd2bcf1cf0ed663ea313..81c6cecc3df07d6b149da1fbb3912286c9926f2e 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-pin-nonblocking.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-pin-nonblocking.cc @@ -82,23 +82,22 @@ cachetable_test (enum cachetable_dirty dirty, bool cloneable) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = cloneable ? clone_callback : NULL; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, dirty, make_pair_attr(8)); // test that having a pin that passes false for may_modify_value does not stall behind checkpoint CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); assert(r == 0); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r == 0); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r == 0); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-unpin-remove.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-unpin-remove.cc index a4198217c11b59503959c733f272da57d17cc5c6..625718f97cc0427bb177847c6df95383431855cb 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-unpin-remove.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-clone-unpin-remove.cc @@ -93,12 +93,11 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = clone_callback; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), CACHETABLE_DIRTY, make_pair_attr(8)); assert_zero(r); @@ -108,7 +107,7 @@ cachetable_test (void) { CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); r = toku_test_cachetable_unpin_and_remove(f1, make_blocknum(1), NULL, NULL); assert_zero(r); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test.cc index 84c507f489aeb4502f560d876475ab8a74a07526..787353e679c7fc8d694c2d08ee5c0bf2dc6d26d6 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test.cc @@ -113,9 +113,7 @@ static void cachetable_eviction_full_test (void) { uint32_t fullhash = toku_cachetable_hash(f1, make_blocknum(0)); void* value1; - long size1; void* value2; - long size2; // // let's pin a node multiple times // and really bring up its clock count @@ -129,7 +127,6 @@ static void cachetable_eviction_full_test (void) { key, fullhash, &value1, - &size1, wc, fetch, def_pf_req_callback, @@ -150,7 +147,6 @@ static void cachetable_eviction_full_test (void) { make_blocknum(1), 1, &value2, - &size2, wc, fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test2.cc index ba99815eec00754474f12a6289dfd41b3ebfcb20..6fb5311c72f33ba64cea10153c8aae98350b6b2d 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-close-test2.cc @@ -126,9 +126,7 @@ static void cachetable_eviction_full_test (void) { uint32_t fullhash = toku_cachetable_hash(f1, make_blocknum(0)); void* value1; - long size1; void* value2; - long size2; // // let's pin a node multiple times // and really bring up its clock count @@ -143,7 +141,6 @@ static void cachetable_eviction_full_test (void) { key, fullhash, &value1, - &size1, wc, fetch, def_pf_req_callback, @@ -165,7 +162,6 @@ static void cachetable_eviction_full_test (void) { make_blocknum(1), 1, &value2, - &size2, wc, fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test.cc index cb448b88b2440781a02387cc92b805c0d3550ad6..61ba1e65a4d46e088ed362fec5efd964dbcbffb9 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test.cc @@ -83,7 +83,6 @@ static void cachetable_predef_fetch_maybegetandpin_test (void) { // let's get and pin this node a bunch of times to drive up the clock count for (int i = 0; i < 20; i++) { void* value; - long size; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; r = toku_cachetable_get_and_pin( @@ -91,7 +90,6 @@ static void cachetable_predef_fetch_maybegetandpin_test (void) { key, fullhash, &value, - &size, wc, def_fetch, def_pf_req_callback, @@ -109,14 +107,12 @@ static void cachetable_predef_fetch_maybegetandpin_test (void) { // def_fetch another block, causing an eviction of the first block we made above do_sleep = true; void* value2; - long size2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); r = toku_cachetable_get_and_pin( f1, make_blocknum(1), 1, &value2, - &size2, wc, def_fetch, def_pf_req_callback, @@ -131,14 +127,16 @@ static void cachetable_predef_fetch_maybegetandpin_test (void) { toku_cachetable_verify(ct); void *v = 0; - long size = 0; // now verify that the block we are trying to evict is gone wc = def_write_callback(NULL); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin_nonblocking(f1, key, fullhash, &v, &size, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, key, fullhash, &v, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r == TOKUDB_TRY_AGAIN); - r = toku_cachetable_get_and_pin(f1, key, fullhash, &v, &size, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); - assert(r == 0 && v == 0 && size == 8); + r = toku_cachetable_get_and_pin(f1, key, fullhash, &v, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + assert(r == 0 && v == 0); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f1, key, fullhash, &attr); + assert(r == 0 && attr.size == 8); do_sleep = false; struct timeval tend; diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test2.cc index 37ec203299e3f083e133bdf6210e288bca373ea1..f6dd04f322fb15119510c006000787249e0a23f0 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-eviction-getandpin-test2.cc @@ -93,13 +93,11 @@ static void cachetable_prefetch_maybegetandpin_test (void) { wc.pe_callback = pe_callback; for (int i = 0; i < 20; i++) { void* value; - long size; r = toku_cachetable_get_and_pin( f1, key, fullhash, &value, - &size, wc, def_fetch, def_pf_req_callback, @@ -116,13 +114,11 @@ static void cachetable_prefetch_maybegetandpin_test (void) { // fetch another block, causing an eviction of the first block we made above void* value2; - long size2; r = toku_cachetable_get_and_pin( f1, make_blocknum(1), 1, &value2, - &size2, wc, def_fetch, def_pf_req_callback, @@ -139,14 +135,12 @@ static void cachetable_prefetch_maybegetandpin_test (void) { toku_cachetable_verify(ct); void *v = 0; - long size = 0; // now verify that the block we are trying to evict may be pinned r = toku_cachetable_get_and_pin_nonblocking( f1, key, fullhash, &v, - &size, wc, def_fetch, def_pf_req_callback, @@ -161,7 +155,6 @@ static void cachetable_prefetch_maybegetandpin_test (void) { key, fullhash, &v, - &size, wc, def_fetch, def_pf_req_callback, @@ -169,7 +162,10 @@ static void cachetable_prefetch_maybegetandpin_test (void) { true, NULL ); - assert(r == 0 && v == 0 && size == 1); + assert(r == 0 && v == 0); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f1, key, fullhash, &attr); + assert(r == 0 && attr.size == 1); struct timeval tend; gettimeofday(&tend, NULL); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-fetch-inducing-evictor.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-fetch-inducing-evictor.cc index f330a6f20af8f27d4786af4bdc0fea68d349c70e..ff72e660bb5da94899f0b3700618141b875ae919 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-fetch-inducing-evictor.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-fetch-inducing-evictor.cc @@ -70,9 +70,8 @@ cachetable_test (enum pin_evictor_test_type test_type, bool nonblocking) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); // at this point, we should have 8 bytes of data in a cachetable that supports 7 @@ -82,11 +81,11 @@ cachetable_test (enum pin_evictor_test_type test_type, bool nonblocking) { if (test_type == pin_in_memory) { old_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); if (nonblocking) { - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert_zero(r); } else { - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); } new_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); @@ -97,13 +96,13 @@ cachetable_test (enum pin_evictor_test_type test_type, bool nonblocking) { else if (test_type == pin_fetch) { old_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); if (nonblocking) { - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(2), 2, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(2), 2, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r == TOKUDB_TRY_AGAIN); new_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); assert(new_num_ev_runs > old_num_ev_runs); } else { - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert_zero(r); new_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); assert(new_num_ev_runs > old_num_ev_runs); @@ -114,13 +113,13 @@ cachetable_test (enum pin_evictor_test_type test_type, bool nonblocking) { else if (test_type == pin_partial_fetch) { old_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); if (nonblocking) { - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, pf_req_callback, pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, pf_req_callback, pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r == TOKUDB_TRY_AGAIN); new_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); assert(new_num_ev_runs > old_num_ev_runs); } else { - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, pf_req_callback, pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, pf_req_callback, pf_callback, true, NULL); assert_zero(r); new_num_ev_runs = evictor_test_helpers::get_num_eviction_runs(&ct->ev); assert(new_num_ev_runs > old_num_ev_runs); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-flush-during-cleaner.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-flush-during-cleaner.cc index c52444d8e0686768779dd2a335f87675f006b34b..db8c5cc99e7a898c33b639912427ffd27354146c 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-flush-during-cleaner.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-flush-during-cleaner.cc @@ -73,11 +73,10 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; for (int i = 0; i < 10; i++) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.cleaner_callback = cleaner_callback; - r = toku_cachetable_get_and_pin(f1, make_blocknum(i), i, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(i), i, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); PAIR_ATTR attr = make_pair_attr(8); attr.cache_pressure_size = 8; r = toku_test_cachetable_unpin(f1, make_blocknum(i), i, CACHETABLE_DIRTY, attr); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-getandpin-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-getandpin-test.cc index a9a9fd2408ac4fdf943500378c09e4b6ec6694b7..c5391722bcac1a5875f029c080774353cdfbe5b0 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-getandpin-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-getandpin-test.cc @@ -93,12 +93,14 @@ cachetable_getandpin_test (int n) { for (i=1; i<=n; i++) { uint32_t hi; hi = toku_cachetable_hash(f1, make_blocknum(i)); - void *v; long size; + void *v; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(i), hi, &v, &size, wc, fetch, def_pf_req_callback, def_pf_callback, true, 0); + r = toku_cachetable_get_and_pin(f1, make_blocknum(i), hi, &v, wc, fetch, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); - assert(size == i); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f1, make_blocknum(i), hi, &attr); + assert(r == 0 && attr.size == i); r = toku_test_cachetable_unpin(f1, make_blocknum(i), hi, CACHETABLE_CLEAN, make_pair_attr(i)); assert(r == 0); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-kibbutz_and_flush_cachefile.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-kibbutz_and_flush_cachefile.cc index 17792ffb6d08a89ff439d1769f0f8e91b14ad69a..df4137e934bb6904edbf82a21a905c029dfad59b 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-kibbutz_and_flush_cachefile.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-kibbutz_and_flush_cachefile.cc @@ -69,10 +69,9 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); foo = false; cachefile_kibbutz_enq(f1, kibbutz_work, f1); toku_cachefile_close(&f1, false, ZERO_LSN); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-partial-fetch.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-partial-fetch.cc index 5ae6cc60efb154933ee6e405bdc61b2d1eca0b25..42c60f1f8e6efe645ec12fb749c3f08a1727a7c2 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-partial-fetch.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-partial-fetch.cc @@ -121,11 +121,8 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, pf_req_callback, pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, pf_req_callback, pf_callback, true, NULL); assert(&fetch_val == v1); // // verify that a prefetch of this node will fail @@ -148,16 +145,19 @@ cachetable_test (void) { // // now get and pin node again, and make sure that partial fetch and fetch are not called // - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); // // now make sure that if we say a partial fetch is required, that we get a partial fetch // and that read_extraargs properly passed down // pf_req_called = false; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, err_fetch, true_pf_req_callback, true_pf_callback, true, &fetch_val); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, err_fetch, true_pf_req_callback, true_pf_callback, true, &fetch_val); assert(pf_req_called); - assert(s1 == sizeof(fetch_val)+1); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f1, make_blocknum(1), 1, &attr); + assert(r == 0); + assert(attr.size == sizeof(fetch_val)+1); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); // close and reopen cachefile so we can do some simple prefetch tests @@ -185,7 +185,7 @@ cachetable_test (void) { // // now verify we can pin it, and NO fetch callback should get called // - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); assert(&fetch_val == v1); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); @@ -205,7 +205,7 @@ cachetable_test (void) { &doing_prefetch ); assert(doing_prefetch); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, err_fetch, pf_req_callback, err_pf_callback, true, NULL); assert(&fetch_val == v1); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-checkpoint.cc index 65b02aebaec135d39ae3e592e5ae1ae4fee71202..9632b199daa5407a93cd9e006224a5a663a5db34 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-checkpoint.cc @@ -171,7 +171,6 @@ static void *move_numbers(void *arg) { */ void* v1; - long s1; CACHEKEY less_key; less_key.b = less; uint32_t less_fullhash = less; @@ -184,7 +183,6 @@ static void *move_numbers(void *arg) { less_key, less, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -205,7 +203,6 @@ static void *move_numbers(void *arg) { make_blocknum(greater), greater, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -238,7 +235,6 @@ static void *move_numbers(void *arg) { make_blocknum(third), third, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -264,7 +260,6 @@ static void *read_random_numbers(void *arg) { while(run_test) { int rand_key1 = random() % NUM_ELEMENTS; void* v1; - long s1; int r1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; @@ -274,7 +269,6 @@ static void *read_random_numbers(void *arg) { make_blocknum(rand_key1), rand_key1, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-nonblocking-checkpoint-clean.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-nonblocking-checkpoint-clean.cc index 758bfc6934b76b6d42dee8cfaeb7ce4ec7c62c36..2d3581102805f044c5a9c779445078d135980d71 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-nonblocking-checkpoint-clean.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-pin-nonblocking-checkpoint-clean.cc @@ -57,18 +57,16 @@ run_test (void) { void* v1; void* v2; - long s1; - long s2; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); for (int i = 0; i < 20; i++) { - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(2), 2, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); } - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v2, &s2, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v2, def_write_callback(NULL), def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); // mark nodes as pending a checkpoint, so that get_and_pin_nonblocking on block 1 will return TOKUDB_TRY_AGAIN @@ -79,7 +77,6 @@ run_test (void) { make_blocknum(1), 1, &v1, - &s1, def_write_callback(NULL), def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-close-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-close-test.cc index e4d4288fbdfcb72f5844a04cd37399c2055b20c3..bcc6556b271e22cb131d1853a242ace4a6e3c97c 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-close-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-close-test.cc @@ -107,13 +107,11 @@ static void cachetable_prefetch_full_test (bool partial_fetch) { if (partial_fetch) { expect_pf = true; void* value; - long size; r = toku_cachetable_get_and_pin( f1, key, fullhash, &value, - &size, wc, fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-getandpin-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-getandpin-test.cc index d446560ccf60ebdf70430e27bf54c9b968488092..5769b5c8a41b66d3ee61b9da6f575958f2e0ebcc 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-getandpin-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-prefetch-getandpin-test.cc @@ -124,13 +124,11 @@ static void cachetable_prefetch_maybegetandpin_test (bool do_partial_fetch) { if (do_partial_fetch) { expect_pf = true; void* value; - long size; r = toku_cachetable_get_and_pin( f1, key, fullhash, &value, - &size, wc, fetch, pf_req_callback, @@ -152,12 +150,14 @@ static void cachetable_prefetch_maybegetandpin_test (bool do_partial_fetch) { // verify that get_and_pin waits while the prefetch is in progress void *v = 0; - long size = 0; do_pf = false; - r = toku_cachetable_get_and_pin_nonblocking(f1, key, fullhash, &v, &size, wc, fetch, pf_req_callback, pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, key, fullhash, &v, wc, fetch, pf_req_callback, pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==TOKUDB_TRY_AGAIN); - r = toku_cachetable_get_and_pin(f1, key, fullhash, &v, &size, wc, fetch, pf_req_callback, pf_callback, true, NULL); - assert(r == 0 && v == 0 && size == 2); + r = toku_cachetable_get_and_pin(f1, key, fullhash, &v, wc, fetch, pf_req_callback, pf_callback, true, NULL); + assert(r == 0 && v == 0); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f1, key, fullhash, &attr); + assert(r == 0 && attr.size == 2); struct timeval tend; gettimeofday(&tend, NULL); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-put-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-put-checkpoint.cc index 4cf1678449b080a5ef27ea5a328f22825f922ab3..a159d448b76647859d26dee7e95c2f92eab08c51 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-put-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-put-checkpoint.cc @@ -171,7 +171,6 @@ static void move_number_to_child( child = ((random() % 2) == 0) ? (2*parent + 1) : (2*parent + 2); void* v1; - long s1; CACHEKEY parent_key; parent_key.b = parent; uint32_t parent_fullhash = toku_cachetable_hash(f1, parent_key); @@ -189,7 +188,6 @@ static void move_number_to_child( child_key, child_fullhash, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -222,7 +220,6 @@ static void *move_numbers(void *arg) { int parent = 0; int r; void* v1; - long s1; CACHEKEY parent_key; parent_key.b = parent; uint32_t parent_fullhash = toku_cachetable_hash(f1, parent_key); @@ -234,7 +231,6 @@ static void *move_numbers(void *arg) { parent_key, parent_fullhash, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -280,7 +276,6 @@ static void merge_and_split_child( assert(child != other_child); void* v1; - long s1; CACHEKEY parent_key; parent_key.b = parent; @@ -299,7 +294,6 @@ static void merge_and_split_child( child_key, child_fullhash, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -325,7 +319,6 @@ static void merge_and_split_child( other_child_key, other_child_fullhash, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, @@ -387,7 +380,6 @@ static void *merge_and_split(void *arg) { int parent = 0; int r; void* v1; - long s1; CACHEKEY parent_key; parent_key.b = parent; uint32_t parent_fullhash = toku_cachetable_hash(f1, parent_key); @@ -399,7 +391,6 @@ static void *merge_and_split(void *arg) { parent_key, parent_fullhash, &v1, - &s1, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_CHEAP, NULL, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone.cc index f303f22cb3340c1de5fef3d6f6ac6054428653c5..c51096b3063c15e563e45b36be6dda08dba4d2ba 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone.cc @@ -106,11 +106,10 @@ test_clean (enum cachetable_dirty dirty, bool cloneable) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = cloneable ? clone_callback : NULL; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, dirty, make_pair_attr(8)); check_flush = true; @@ -127,13 +126,13 @@ test_clean (enum cachetable_dirty dirty, bool cloneable) { gettimeofday(&tstart, NULL); // test that having a pin that passes false for may_modify_value does not stall behind checkpoint - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, false, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, false, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); gettimeofday(&tend, NULL); assert(tdelta_usec(&tend, &tstart) <= 2000000); assert(!clone_called); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); gettimeofday(&tend, NULL); // we take 5 seconds for a write diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone2.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone2.cc index 51cf70c3e76a67b1244b6bbe6213e5e1158a534f..341bbe9210647144d49b333be5d632beb4018510 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone2.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-clone2.cc @@ -94,11 +94,10 @@ test_clean (enum cachetable_dirty dirty, bool cloneable) { check_flush = false; void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.clone_callback = cloneable ? clone_callback : NULL; wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); // begin checkpoint, since pair is clean, we should not @@ -106,7 +105,7 @@ test_clean (enum cachetable_dirty dirty, bool cloneable) { CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); // at this point, there should be no more dirty writes r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, dirty, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-close.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-close.cc index f5024806fb31095dae963d5faff02789ddc8004e..c1c4cb4f16e963d2da0c6fc9c19dae4b7bc7e8c0 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-close.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-close.cc @@ -113,10 +113,9 @@ simple_test(bool unlink_on_close) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); set_cf_userdata(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), CACHETABLE_DIRTY, make_pair_attr(8)); toku_cachetable_verify(ct); if (unlink_on_close) { @@ -169,9 +168,8 @@ static void test_pair_stays_in_cache(enum cachetable_dirty dirty) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), dirty, make_pair_attr(8)); toku_cachefile_close(&f1, false, ZERO_LSN); // now reopen the cachefile @@ -217,28 +215,25 @@ static void test_multiple_cachefiles(bool use_same_hash) { r = toku_cachetable_openf(&f3, ct, fname3, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; void* v2; - long s2; void* v3; - long s3; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); for (int j = 0; j < 3; j++) { uint32_t hash = use_same_hash ? 1 : toku_cachetable_hash(f1, make_blocknum(j)); - r = toku_cachetable_get_and_pin(f1, make_blocknum(j), hash, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(j), hash, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(j), hash, CACHETABLE_CLEAN, make_pair_attr(8)); } for (int j = 0; j < 3; j++) { uint32_t hash = use_same_hash ? 1 : toku_cachetable_hash(f2, make_blocknum(j)); - r = toku_cachetable_get_and_pin(f2, make_blocknum(j), hash, &v2, &s2, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f2, make_blocknum(j), hash, &v2, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f2, make_blocknum(j), hash, CACHETABLE_CLEAN, make_pair_attr(8)); } for (int j = 0; j < 3; j++) { uint32_t hash = use_same_hash ? 1 : toku_cachetable_hash(f3, make_blocknum(j)); - r = toku_cachetable_get_and_pin(f3, make_blocknum(j), hash, &v3, &s3, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f3, make_blocknum(j), hash, &v3, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f3, make_blocknum(j), hash, CACHETABLE_CLEAN, make_pair_attr(8)); } @@ -299,9 +294,8 @@ static void test_evictor(void) { set_cf_userdata(f1); r = toku_cachetable_openf(&f2, ct, fname2, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), CACHETABLE_CLEAN, make_pair_attr(8)); close_called = false; free_called = false; @@ -311,7 +305,7 @@ static void test_evictor(void) { // at this point, we should f1, along with one PAIR, stale in the cachetable // now let's pin another node, and ensure that it causes an eviction and free of f1 - r = toku_cachetable_get_and_pin(f2, make_blocknum(1), toku_cachetable_hash(f2, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f2, make_blocknum(1), toku_cachetable_hash(f2, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f2, make_blocknum(1), toku_cachetable_hash(f2, make_blocknum(1)), CACHETABLE_CLEAN, make_pair_attr(8)); // now sleep for 2 seconds, and check to see if f1 has been closed sleep(2); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-maybe-get-pin.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-maybe-get-pin.cc index 9e724dd536a5c235c5b9cdc775c0e03f233dfa73..1b6ef3ec22d8461a6c426b870ad46552e86655f5 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-maybe-get-pin.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-maybe-get-pin.cc @@ -57,11 +57,10 @@ cachetable_test (void) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); void* v1; - long s1; // nothing in cachetable, so this should fail r = toku_cachetable_maybe_get_and_pin(f1, make_blocknum(1), 1, PL_WRITE_EXPENSIVE, &v1); assert(r==-1); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); // maybe_get_and_pin_clean should succeed, maybe_get_and_pin should fail diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-cheap.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-cheap.cc index fff5845ef8fb0417d857040d5e361fc5a26d90dc..d79d1fb1eafc812407b633bdd213cbfaf70597b4 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-cheap.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-cheap.cc @@ -80,12 +80,11 @@ run_test (pair_lock_type lock_type) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin_with_dep_pairs(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, lock_type, NULL, 0, NULL, NULL); + r = toku_cachetable_get_and_pin_with_dep_pairs(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, lock_type, NULL, 0, NULL, NULL); cachefile_kibbutz_enq(f1, kibbutz_work, f1); reset_unlockers(&unlockers); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, &unlockers); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, &unlockers); // to fix #5393, we changed behavior on full fetch where if we // requested a PL_WRITE_CHEAP, and had to grab a PL_WRITE_EXPENSIVE for // a full fetch, we keep it as a PL_WRITE_EXPENSIVE because downgrading back @@ -100,11 +99,11 @@ run_test (pair_lock_type lock_type) { // now do the same test with a partial fetch required pf_called = false; - r = toku_cachetable_get_and_pin_with_dep_pairs(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, true_pf_req_callback, true_pf_callback, lock_type, NULL, 0, NULL, NULL); + r = toku_cachetable_get_and_pin_with_dep_pairs(f1, make_blocknum(1), 1, &v1, wc, def_fetch, true_pf_req_callback, true_pf_callback, lock_type, NULL, 0, NULL, NULL); assert(pf_called); cachefile_kibbutz_enq(f1, kibbutz_work, f1); reset_unlockers(&unlockers); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, &unlockers); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, &unlockers); if (lock_type == PL_WRITE_EXPENSIVE) { assert(r == TOKUDB_TRY_AGAIN); assert(!unlockers.locked); } diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-dep-nodes.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-dep-nodes.cc index f4137cebd7043703b4017632c922c152222f5df5..f8219a0ad1aab1e761b4b3d1810a71a7e354f949 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-dep-nodes.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-dep-nodes.cc @@ -116,18 +116,15 @@ cachetable_test (bool write_first, bool write_second, bool start_checkpoint) { void* v1; void* v2; void* v3; - long s1; - long s2; - long s3; PAIR dependent_pairs[2]; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(&val1); wc.flush_callback = flush; wc.write_extraargs = &val1; dest_pair = &dependent_pairs[0]; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val1); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val1); dest_pair = &dependent_pairs[1]; wc.write_extraargs = &val2; - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val2); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val2); // now we set the dirty state of these two. enum cachetable_dirty cd[2]; @@ -152,7 +149,6 @@ cachetable_test (bool write_first, bool write_second, bool start_checkpoint) { make_blocknum(3), 3, &v3, - &s3, wc, fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, &val3, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc index 36e6e74b18cabb18131d21889961ff0528fa6bde..9e3213a846205f4bf005f7b12541ae9c280de827 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc @@ -78,15 +78,14 @@ static void reset_unlockers(UNLOCKERS unlockers) { static void run_case_that_should_succeed(CACHEFILE f1, pair_lock_type first_lock, pair_lock_type second_lock) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; struct unlockers unlockers = {true, unlock_dummy, NULL, NULL}; - int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, first_lock, NULL, NULL); + int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, first_lock, NULL, NULL); assert(r==0); cachefile_kibbutz_enq(f1, kibbutz_work, f1); reset_unlockers(&unlockers); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, second_lock, NULL, &unlockers); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, second_lock, NULL, &unlockers); assert(r==0); assert(unlockers.locked); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); } @@ -94,22 +93,25 @@ run_case_that_should_succeed(CACHEFILE f1, pair_lock_type first_lock, pair_lock_ static void run_case_that_should_fail(CACHEFILE f1, pair_lock_type first_lock, pair_lock_type second_lock) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; struct unlockers unlockers = {true, unlock_dummy, NULL, NULL}; - int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, first_lock, NULL, NULL); + int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, first_lock, NULL, NULL); assert(r==0); cachefile_kibbutz_enq(f1, kibbutz_work, f1); reset_unlockers(&unlockers); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, second_lock, NULL, &unlockers); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, second_lock, NULL, &unlockers); assert(r == TOKUDB_TRY_AGAIN); assert(!unlockers.locked); } static void run_test (void) { - const int test_limit = 12; + // sometimes the cachetable evictor runs during the test. this sometimes causes cachetable pair locking contention, + // which results with a TOKUDB_TRY_AGAIN error occurring. unfortunately, the test does not expect this and fails. + // set cachetable size limit to a value big enough so that the cachetable evictor is not triggered during the test. + const int test_limit = 100; + int r; CACHETABLE ct; toku_cachetable_create(&ct, test_limit, ZERO_LSN, nullptr); @@ -119,14 +121,13 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; // // test that if we are getting a PAIR for the first time that TOKUDB_TRY_AGAIN is returned // because the PAIR was not in the cachetable. // - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==TOKUDB_TRY_AGAIN); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking.cc index 2655176143584bef84be2a2bdb6e430a39825c69..6a09b53820c0675986fc99f049756b0d11b345b4 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin-nonblocking.cc @@ -103,34 +103,33 @@ run_test (void) { create_dummy_functions(f1); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; // // test that if we are getting a PAIR for the first time that TOKUDB_TRY_AGAIN is returned // because the PAIR was not in the cachetable. // - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==TOKUDB_TRY_AGAIN); // now it should succeed - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==0); foo = false; cachefile_kibbutz_enq(f1, kibbutz_work, f1); // because node is in use, should return TOKUDB_TRY_AGAIN - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==TOKUDB_TRY_AGAIN); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert(foo); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); // now make sure we get TOKUDB_TRY_AGAIN when a partial fetch is involved // first make sure value is there - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==0); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); // now make sure that we get TOKUDB_TRY_AGAIN for the partial fetch - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, true_def_pf_req_callback, true_def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, def_fetch, true_def_pf_req_callback, true_def_pf_callback, PL_WRITE_EXPENSIVE, NULL, NULL); assert(r==TOKUDB_TRY_AGAIN); toku_cachetable_verify(ct); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin.cc index 12a6bf8926dd9672be27ad51603b64c3b46c540b..6750fdd3954236c5f14790de41d7aaaa5d2caa10 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-pin.cc @@ -95,21 +95,18 @@ run_test (void) { create_dummy_functions(f1); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); foo = false; cachefile_kibbutz_enq(f1, kibbutz_work, f1); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert(foo); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); //now let's do a simple checkpoint test // first dirty the PAIR - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); // now this should mark the pair for checkpoint @@ -121,7 +118,7 @@ run_test (void) { // check_me = true; flush_called = false; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); assert(flush_called); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-put-dep-nodes.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-put-dep-nodes.cc index 5cb8285526ee3b9c53ed8e6c7dd4c212be80ce98..892c15a11b55122b9834be57cc739317e211e033 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-put-dep-nodes.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-put-dep-nodes.cc @@ -130,16 +130,14 @@ cachetable_test (bool write_first, bool write_second, bool start_checkpoint) { void* v1; void* v2; - long s1; - long s2; PAIR dependent_pairs[2]; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); wc.flush_callback = flush; dest_pair = &dependent_pairs[0]; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val1); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val1); assert(r==0); dest_pair = &dependent_pairs[1]; - r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, &s2, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val2); + r = toku_cachetable_get_and_pin(f1, make_blocknum(2), 2, &v2, wc, fetch, def_pf_req_callback, def_pf_callback, true, &val2); assert(r==0); // now we set the dirty state of these two. diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin-nonblocking.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin-nonblocking.cc index ebe05e5088341a5808f115d50b604934aeb82efd..fdca6ef27cec27f2c56e79b99d8e2409256c875e 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin-nonblocking.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin-nonblocking.cc @@ -75,9 +75,8 @@ static int sleep_pf_callback(void* UU(ftnode_pv), void* UU(disk_data), void* UU( static void *run_expensive_pf(void *arg) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, PL_READ, NULL, NULL); + int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, PL_READ, NULL, NULL); assert(r == TOKUDB_TRY_AGAIN); assert(pf_called); return arg; @@ -85,9 +84,8 @@ static void *run_expensive_pf(void *arg) { static void *run_expensive_fetch(void *arg) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, PL_READ, NULL, NULL); + int r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, PL_READ, NULL, NULL); assert(fetch_called); assert(r == TOKUDB_TRY_AGAIN); return arg; @@ -106,7 +104,6 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); toku_pthread_t fetch_tid; @@ -118,7 +115,6 @@ run_test (void) { make_blocknum(1), 1, &v1, - &s1, wc, sleep_fetch, def_pf_req_callback, @@ -133,9 +129,9 @@ run_test (void) { assert_zero(r); // call with may_modify_node = false twice, make sure we can get it - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); + r = toku_cachetable_get_and_pin_nonblocking(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, PL_READ, NULL, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); @@ -151,7 +147,6 @@ run_test (void) { make_blocknum(1), 1, &v1, - &s1, wc, sleep_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin.cc index dd5d59df002ed26a0959fb4c4e5ac2810b074487..1a8f3813ffa90aadefc18651b21d65c0fcb8bbcd 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-read-pin.cc @@ -77,11 +77,10 @@ static int sleep_pf_callback(void* UU(ftnode_pv), void* UU(disk_data), void* UU( static void *run_expensive_pf(void *arg) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); pf_called = false; fetch_called = false; - int r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, false, NULL); + int r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, false, NULL); assert_zero(r); assert(pf_called); return arg; @@ -89,11 +88,10 @@ static void *run_expensive_pf(void *arg) { static void *run_expensive_fetch(void *arg) { void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); pf_called = false; fetch_called = false; - int r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, false, NULL); + int r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, sleep_pf_req_callback, sleep_pf_callback, false, NULL); assert_zero(r); assert(fetch_called); return arg; @@ -112,7 +110,6 @@ run_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - long s1; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); toku_pthread_t fetch_tid; @@ -124,7 +121,6 @@ run_test (void) { make_blocknum(1), 1, &v1, - &s1, wc, sleep_fetch, def_pf_req_callback, @@ -141,9 +137,9 @@ run_test (void) { assert_zero(r); // call with may_modify_node = false twice, make sure we can get it - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, false, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, false, NULL); assert_zero(r); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, false, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, sleep_fetch, def_pf_req_callback, def_pf_callback, false, NULL); assert_zero(r); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_CLEAN, make_pair_attr(8)); assert(r==0); @@ -159,7 +155,6 @@ run_test (void) { make_blocknum(1), 1, &v1, - &s1, wc, sleep_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-unpin-remove-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-unpin-remove-checkpoint.cc index 7430fa274058f94e4a5020f8ff7446ab8ec1cd5b..6b0efdb011fe2bad36cd4e15c6442e4888c6cd94 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-unpin-remove-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-unpin-remove-checkpoint.cc @@ -70,11 +70,8 @@ cachetable_test (void) { create_dummy_functions(f1); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); toku_cachetable_begin_checkpoint(cp, NULL); r = toku_test_cachetable_unpin_and_remove(f1, make_blocknum(1), remove_key_expect_checkpoint, NULL); @@ -85,7 +82,7 @@ cachetable_test (void) { NULL ); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin_and_remove(f1, make_blocknum(1), remove_key_expect_no_checkpoint, NULL); toku_cachetable_verify(ct); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-verify.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-verify.cc index f8544ea82d3e5f74aa8c5b9f5a6b499c43a7a9ad..67ff4b9669cba07adc88747c5589ae6f86855403 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-verify.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-simple-verify.cc @@ -50,11 +50,8 @@ cachetable_test (void) { r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); assert(r == 0); void* v1; - //void* v2; - long s1; - //long s2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), 1, &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); r = toku_test_cachetable_unpin(f1, make_blocknum(1), 1, CACHETABLE_DIRTY, make_pair_attr(8)); toku_cachetable_verify(ct); toku_cachefile_close(&f1, false, ZERO_LSN); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-test.cc index 64f688c470d3ff4ec6cadecabf194453898c9770..a2b04d578db11edee732da7ae01a6be6ebd39f19 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-test.cc @@ -129,7 +129,7 @@ static void test_nested_pin (void) { wc.flush_callback = flush_n; toku_cachetable_put(f, make_blocknum(1), f1hash, &i0, make_pair_attr(1), wc, put_callback_nop); r = toku_test_cachetable_unpin(f, make_blocknum(1), f1hash, CACHETABLE_CLEAN, make_pair_attr(test_object_size)); - r = toku_cachetable_get_and_pin(f, make_blocknum(1), f1hash, &vv, NULL, wc, fetch_n, def_pf_req_callback, def_pf_callback, true, f2); + r = toku_cachetable_get_and_pin(f, make_blocknum(1), f1hash, &vv, wc, fetch_n, def_pf_req_callback, def_pf_callback, true, f2); assert(r==0); assert(vv==&i0); assert(i0==0); @@ -215,12 +215,12 @@ static void test_multi_filehandles (void) { wc.flush_callback = null_flush; toku_cachetable_put(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), (void*)124, make_pair_attr(test_object_size), wc, put_callback_nop); r = toku_test_cachetable_unpin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), CACHETABLE_DIRTY, make_pair_attr(0)); assert(r==0); - r = toku_cachetable_get_and_pin(f2, make_blocknum(1), toku_cachetable_hash(f2, make_blocknum(1)), &v, NULL, wc, add123_fetch, def_pf_req_callback, def_pf_callback, true, (void*)123); assert(r==0); + r = toku_cachetable_get_and_pin(f2, make_blocknum(1), toku_cachetable_hash(f2, make_blocknum(1)), &v, wc, add123_fetch, def_pf_req_callback, def_pf_callback, true, (void*)123); assert(r==0); assert((unsigned long)v==124); - r = toku_cachetable_get_and_pin(f2, make_blocknum(2), toku_cachetable_hash(f2, make_blocknum(2)), &v, NULL, wc, add123_fetch, def_pf_req_callback, def_pf_callback, true, (void*)123); assert(r==0); + r = toku_cachetable_get_and_pin(f2, make_blocknum(2), toku_cachetable_hash(f2, make_blocknum(2)), &v, wc, add123_fetch, def_pf_req_callback, def_pf_callback, true, (void*)123); assert(r==0); assert((unsigned long)v==125); wc.write_extraargs = (void*)222; - r = toku_cachetable_get_and_pin(f3, make_blocknum(2), toku_cachetable_hash(f3, make_blocknum(2)), &v, NULL, wc, add222_fetch, def_pf_req_callback, def_pf_callback, true, (void*)222); assert(r==0); + r = toku_cachetable_get_and_pin(f3, make_blocknum(2), toku_cachetable_hash(f3, make_blocknum(2)), &v, wc, add222_fetch, def_pf_req_callback, def_pf_callback, true, (void*)222); assert(r==0); assert((unsigned long)v==224); // we support only one close for a file handle @@ -296,7 +296,7 @@ static void test_dirty(void) { assert(dirty == 1); assert(pinned == 0); - r = toku_cachetable_get_and_pin(f, key, hkey, &value, NULL, wc, + r = toku_cachetable_get_and_pin(f, key, hkey, &value, wc, test_dirty_fetch, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); @@ -318,7 +318,7 @@ static void test_dirty(void) { key = make_blocknum(2); hkey = toku_cachetable_hash(f, key); r = toku_cachetable_get_and_pin(f, key, hkey, - &value, NULL, wc, + &value, wc, test_dirty_fetch, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); @@ -338,7 +338,7 @@ static void test_dirty(void) { assert(pinned == 0); r = toku_cachetable_get_and_pin(f, key, hkey, - &value, NULL, wc, + &value, wc, test_dirty_fetch, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); @@ -429,11 +429,13 @@ static void test_size_resize(void) { assert(r == 0); void *current_value; - long current_size; - r = toku_cachetable_get_and_pin(f, key, hkey, ¤t_value, ¤t_size, wc, 0, def_pf_req_callback, def_pf_callback, true, 0); + r = toku_cachetable_get_and_pin(f, key, hkey, ¤t_value, wc, 0, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); assert(current_value == value); - assert(current_size == new_size); + PAIR_ATTR attr; + r = toku_cachetable_get_attr(f, key, hkey, &attr); + assert(r == 0); + assert(attr.size == new_size); r = toku_test_cachetable_unpin(f, key, hkey, CACHETABLE_CLEAN, make_pair_attr(new_size)); assert(r == 0); diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-and-remove-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-and-remove-test.cc index 1a8932e8cdf56b39354316157abbcf557bd0d9d4..5290db265976f9b0edb550ca25708378c6969039 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-and-remove-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-and-remove-test.cc @@ -139,8 +139,8 @@ cachetable_put_evict_remove_test (int n) { } // get 0 - void *v; long s; - r = toku_cachetable_get_and_pin(f1, make_blocknum(0), hi[0], &v, &s, wc, fetch, def_pf_req_callback, def_pf_callback, true, 0); + void *v; + r = toku_cachetable_get_and_pin(f1, make_blocknum(0), hi[0], &v, wc, fetch, def_pf_req_callback, def_pf_callback, true, 0); assert(r == 0); // remove 0 diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-remove-and-checkpoint.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-remove-and-checkpoint.cc index 0e44bf10349cda2dcc3f0d537cb8b12673b552e8..9fe43672d3947d65508e218c68d7ccae74f1a059 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-remove-and-checkpoint.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-remove-and-checkpoint.cc @@ -71,10 +71,7 @@ run_test (void) { CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); void* v1; - //void* v2; - long s1; - //long s2; - r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, &s1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); + r = toku_cachetable_get_and_pin(f1, make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, wc, def_fetch, def_pf_req_callback, def_pf_callback, true, NULL); toku_test_cachetable_unpin( f1, make_blocknum(1), @@ -90,7 +87,6 @@ run_test (void) { make_blocknum(1), toku_cachetable_hash(f1, make_blocknum(1)), &v1, - &s1, wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-test.cc b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-test.cc index 3780b497bf2dc03794a47207145d2883051e3f76..e41181d9c2e041f80099e8588399da6a2d954616 100644 --- a/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-test.cc +++ b/storage/tokudb/PerconaFT/ft/tests/cachetable-unpin-test.cc @@ -102,7 +102,6 @@ unpin_and_evictor_test(enum unpin_evictor_test_type test_type) { evictor_test_helpers::disable_ev_thread(&ct->ev); void* value2; - long size2; CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL); // this should put in the cachetable a pair of size 8 r = toku_cachetable_get_and_pin( @@ -110,7 +109,6 @@ unpin_and_evictor_test(enum unpin_evictor_test_type test_type) { make_blocknum(1), 1, &value2, - &size2, wc, def_fetch, def_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ft/tests/test-TDB2-pe.cc b/storage/tokudb/PerconaFT/ft/tests/test-TDB2-pe.cc new file mode 100644 index 0000000000000000000000000000000000000000..fc7d5cc4368c2b81bdfa3ee93bc923c3f6c588c5 --- /dev/null +++ b/storage/tokudb/PerconaFT/ft/tests/test-TDB2-pe.cc @@ -0,0 +1,178 @@ +/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4: +#ident "$Id$" +/*====== +This file is part of PerconaFT. + + +Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PerconaFT. If not, see . + +---------------------------------------- + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License, version 3, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with PerconaFT. If not, see . +======= */ + +#ident \ + "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved." + +/* The goal of this test. Make sure that inserts stay behind deletes. */ + +#include "test.h" + +#include "cachetable/checkpoint.h" +#include "ft-flusher-internal.h" +#include "ft-flusher.h" +#include + +static TOKUTXN const null_txn = 0; + +enum { NODESIZE = 1024, KSIZE = NODESIZE - 100, TOKU_PSIZE = 20 }; + +CACHETABLE ct; +FT_HANDLE ft; +const char *fname = TOKU_TEST_FILENAME; + +static int update_func(DB *UU(db), const DBT *key, const DBT *old_val, + const DBT *UU(extra), + void (*set_val)(const DBT *new_val, void *set_extra), + void *set_extra) { + DBT new_val; + assert(old_val->size > 0); + if (verbose) { + printf("applying update to %s\n", (char *)key->data); + } + toku_init_dbt(&new_val); + set_val(&new_val, set_extra); + return 0; +} + +static void doit() { + BLOCKNUM node_leaf; + BLOCKNUM node_root; + BLOCKNUM node_internal; + int r; + + toku_cachetable_create(&ct, 500 * 1024 * 1024, ZERO_LSN, nullptr); + unlink(fname); + r = toku_open_ft_handle(fname, 1, &ft, NODESIZE, NODESIZE / 2, + TOKU_DEFAULT_COMPRESSION_METHOD, ct, null_txn, + toku_builtin_compare_fun); + assert(r == 0); + + ft->options.update_fun = update_func; + ft->ft->update_fun = update_func; + + toku_testsetup_initialize(); // must precede any other toku_testsetup calls + char *pivots[1]; + pivots[0] = toku_strdup("kkkkk"); + int pivot_len = 6; + r = toku_testsetup_leaf(ft, &node_leaf, 2, pivots, &pivot_len); + assert(r == 0); + + toku_free(pivots[0]); + + r = toku_testsetup_nonleaf(ft, 1, &node_internal, 1, &node_leaf, 0, 0); + assert(r == 0); + + r = toku_testsetup_nonleaf(ft, 2, &node_root, 1, &node_internal, 0, 0); + assert(r == 0); + + r = toku_testsetup_root(ft, node_root); + assert(r == 0); + + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "a", // key + 2, // keylen + "aa", 3); + assert(r == 0); + + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "z", // key + 2, // keylen + "zz", 3); + assert(r == 0); + char filler[400]; + memset(filler, 0, sizeof(filler)); + // now we insert filler data so that the rebalance + // keeps it at two nodes + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "b", // key + 2, // keylen + filler, sizeof(filler)); + assert(r == 0); + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "y", // key + 2, // keylen + filler, sizeof(filler)); + assert(r == 0); + + r = toku_testsetup_insert_to_nonleaf(ft, node_internal, FT_INSERT, + "a", // key + 2, // keylen + "yy", 3); + assert(r == 0); + + r = toku_testsetup_insert_to_nonleaf(ft, node_root, FT_INSERT, + "a", // key + 2, // keylen + "zz", 3); + assert(r == 0); + + // at this point of time, the logical row count will be 6. This has to be + // manually set up as the tests work under the interface of the ft_send_msg + ft->ft->in_memory_logical_rows = 6; + // now run a checkpoint to get everything clean + CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); + r = toku_checkpoint(cp, NULL, NULL, NULL, NULL, NULL, CLIENT_CHECKPOINT); + assert_zero(r); + // now do a lookup on one of the keys, this should bring a leaf node up to + // date + DBT k; + struct check_pair pair = {2, "a", 3, "zz", 0}; + r = toku_ft_lookup(ft, toku_fill_dbt(&k, "a", 2), lookup_checkf, &pair); + assert(r == 0); + assert(ft->ft->in_memory_logical_rows == 4); + FTNODE node; + // now lock and release the leaf node to make sure it is what we expect it to + // be. + toku_pin_node_with_min_bfe(&node, node_leaf, ft); + for (int i = 0; i < 20; i++) { + toku_ftnode_pe_callback(node, make_pair_attr(0xffffffff), ft->ft, + def_pe_finalize_impl, nullptr); + } + toku_unpin_ftnode(ft->ft, node); + assert(ft->ft->in_memory_logical_rows == 6); + + r = toku_close_ft_handle_nolsn(ft, 0); + assert(r == 0); + toku_cachetable_close(&ct); +} + +int test_main(int argc __attribute__((__unused__)), + const char *argv[] __attribute__((__unused__))) { + default_parse_args(argc, argv); + doit(); + return 0; +} diff --git a/storage/tokudb/PerconaFT/ft/tests/test-TDB89.cc b/storage/tokudb/PerconaFT/ft/tests/test-TDB89.cc new file mode 100644 index 0000000000000000000000000000000000000000..9371a3a07b92127e86e5fa9382d975fbbb221a37 --- /dev/null +++ b/storage/tokudb/PerconaFT/ft/tests/test-TDB89.cc @@ -0,0 +1,208 @@ +/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4: +#ident "$Id$" +/*====== +This file is part of PerconaFT. + + +Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PerconaFT. If not, see . + +---------------------------------------- + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License, version 3, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with PerconaFT. If not, see . +======= */ + +#ident \ + "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved." + +/* The goal of this test. Make sure that inserts stay behind deletes. */ + +#include "test.h" + +#include "cachetable/checkpoint.h" +#include "ft-flusher-internal.h" +#include "ft-flusher.h" +#include + +static TOKUTXN const null_txn = 0; + +enum { NODESIZE = 1024, KSIZE = NODESIZE - 100, TOKU_PSIZE = 20 }; + +CACHETABLE ct; +FT_HANDLE ft; +const char *fname = TOKU_TEST_FILENAME; + +static int update_func(DB *UU(db), const DBT *key, const DBT *old_val, + const DBT *UU(extra), + void (*set_val)(const DBT *new_val, void *set_extra), + void *set_extra) { + DBT new_val; + assert(old_val->size > 0); + if (verbose) { + printf("applying update to %s\n", (char *)key->data); + } + toku_init_dbt(&new_val); + set_val(&new_val, set_extra); + return 0; +} + +// callback functions for toku_ft_flush_some_child +static bool destroy_bn(void *UU(extra)) { return true; } + +static bool recursively_flush_should_not_happen(FTNODE UU(child), + void *UU(extra)) { + assert(false); +} + +static int child_to_flush(FT UU(h), FTNODE parent, void *UU(extra)) { + assert(parent->height == 1); + assert(parent->n_children == 1); + return 0; +} + +static void dummy_update_status(FTNODE UU(child), int UU(dirtied), + void *UU(extra)) {} + +static void doit() { + BLOCKNUM node_leaf; + BLOCKNUM node_root; + BLOCKNUM node_internal; + int r; + + toku_cachetable_create(&ct, 500 * 1024 * 1024, ZERO_LSN, nullptr); + unlink(fname); + r = toku_open_ft_handle(fname, 1, &ft, NODESIZE, NODESIZE / 2, + TOKU_DEFAULT_COMPRESSION_METHOD, ct, null_txn, + toku_builtin_compare_fun); + assert(r == 0); + + ft->options.update_fun = update_func; + ft->ft->update_fun = update_func; + + toku_testsetup_initialize(); // must precede any other toku_testsetup calls + char *pivots[1]; + pivots[0] = toku_strdup("kkkkk"); + int pivot_len = 6; + r = toku_testsetup_leaf(ft, &node_leaf, 2, pivots, &pivot_len); + assert(r == 0); + + toku_free(pivots[0]); + + r = toku_testsetup_nonleaf(ft, 1, &node_internal, 1, &node_leaf, 0, 0); + assert(r == 0); + + r = toku_testsetup_nonleaf(ft, 2, &node_root, 1, &node_internal, 0, 0); + assert(r == 0); + + r = toku_testsetup_root(ft, node_root); + assert(r == 0); + + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "a", // key + 2, // keylen + "aa", 3); + assert(r == 0); + + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "z", // key + 2, // keylen + "zz", 3); + assert(r == 0); + char filler[400]; + memset(filler, 0, sizeof(filler)); + // now we insert filler data so that the rebalance + // keeps it at two nodes + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "b", // key + 2, // keylen + filler, sizeof(filler)); + assert(r == 0); + r = toku_testsetup_insert_to_leaf(ft, node_leaf, + "y", // key + 2, // keylen + filler, sizeof(filler)); + assert(r == 0); + + r = toku_testsetup_insert_to_nonleaf(ft, node_internal, FT_INSERT, + "a", // key + 2, // keylen + "yy", 3); + assert(r == 0); + + r = toku_testsetup_insert_to_nonleaf(ft, node_root, FT_INSERT, + "a", // key + 2, // keylen + "zz", 3); + assert(r == 0); + + // at this point of time, the logical row count will be 6. This has to be + // manually set up as the tests work under the interface of the ft_send_msg + ft->ft->in_memory_logical_rows = 6; + // now run a checkpoint to get everything clean + CHECKPOINTER cp = toku_cachetable_get_checkpointer(ct); + r = toku_checkpoint(cp, NULL, NULL, NULL, NULL, NULL, CLIENT_CHECKPOINT); + assert_zero(r); + // now do a lookup on one of the keys, this should bring a leaf node up to + // date + DBT k; + struct check_pair pair = {2, "a", 3, "zz", 0}; + r = toku_ft_lookup(ft, toku_fill_dbt(&k, "a", 2), lookup_checkf, &pair); + assert(r == 0); + assert(ft->ft->in_memory_logical_rows == 4); + + // now lock and release the leaf node to make sure it is what we expect it to + // be. + FTNODE node = NULL; + ftnode_fetch_extra bfe; + bfe.create_for_min_read(ft->ft); + toku_pin_ftnode_with_dep_nodes( + ft->ft, node_internal, toku_cachetable_hash(ft->ft->cf, node_internal), + &bfe, PL_WRITE_EXPENSIVE, 0, NULL, &node, true); + assert(node->height == 1); + assert(node->n_children == 1); + + struct flusher_advice fa; + flusher_advice_init(&fa, child_to_flush, destroy_bn, + recursively_flush_should_not_happen, default_merge_child, + dummy_update_status, default_pick_child_after_split, + NULL); + + // do the flush which forces an evict of the leaf. logical row count back to + // 6 before the flush + toku_ft_flush_some_child(ft->ft, node, &fa); + + assert(ft->ft->in_memory_logical_rows == 5); + + r = toku_close_ft_handle_nolsn(ft, 0); + assert(r == 0); + toku_cachetable_close(&ct); +} + +int test_main(int argc __attribute__((__unused__)), + const char *argv[] __attribute__((__unused__))) { + default_parse_args(argc, argv); + doit(); + return 0; +} diff --git a/storage/tokudb/PerconaFT/ft/txn/rollback-apply.cc b/storage/tokudb/PerconaFT/ft/txn/rollback-apply.cc index c9464c3ed60a3529bd5e7af4b629b0fc36827c2a..0f19c445a0f31279df18d00b43bf9dbf857df270 100644 --- a/storage/tokudb/PerconaFT/ft/txn/rollback-apply.cc +++ b/storage/tokudb/PerconaFT/ft/txn/rollback-apply.cc @@ -230,8 +230,10 @@ int toku_rollback_commit(TOKUTXN txn, LSN lsn) { //If this transaction needs an fsync (if it commits) //save that in the parent. Since the commit really happens in the root txn. + toku_txn_lock(txn->parent); txn->parent->force_fsync_on_commit |= txn->force_fsync_on_commit; txn->parent->roll_info.num_rollentries += txn->roll_info.num_rollentries; + toku_txn_unlock(txn->parent); } else { r = apply_txn(txn, lsn, toku_commit_rollback_item); assert(r==0); diff --git a/storage/tokudb/PerconaFT/ft/txn/rollback.cc b/storage/tokudb/PerconaFT/ft/txn/rollback.cc index 88e660e2cda9f48463d562bf99aec98ffa84e87c..0c793842f3c7774a901afa04a2746ec7e2aed481 100644 --- a/storage/tokudb/PerconaFT/ft/txn/rollback.cc +++ b/storage/tokudb/PerconaFT/ft/txn/rollback.cc @@ -276,7 +276,7 @@ void toku_get_and_pin_rollback_log(TOKUTXN txn, BLOCKNUM blocknum, ROLLBACK_LOG_ FT CAST_FROM_VOIDP(h, toku_cachefile_get_userdata(cf)); uint32_t hash = toku_cachetable_hash(cf, blocknum); int r = toku_cachetable_get_and_pin_with_dep_pairs(cf, blocknum, hash, - &value, NULL, + &value, get_write_callbacks_for_rollback_log(h), toku_rollback_fetch_callback, toku_rollback_pf_req_callback, diff --git a/storage/tokudb/PerconaFT/ftcxx/malloc_utils.cpp b/storage/tokudb/PerconaFT/ftcxx/malloc_utils.cpp index fbb5aa08571c87db014a338dc2ecb41999f2f164..6c0fb341542e9f6e25c168516c1a50950597245f 100644 --- a/storage/tokudb/PerconaFT/ftcxx/malloc_utils.cpp +++ b/storage/tokudb/PerconaFT/ftcxx/malloc_utils.cpp @@ -39,7 +39,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "malloc_utils.hpp" -#if !HAVE_BITS_FUNCTEXCEPT_H +#if !defined(HAVE_BITS_FUNCTEXCEPT_H) || !HAVE_BITS_FUNCTEXCEPT_H namespace std { diff --git a/storage/tokudb/PerconaFT/ftcxx/malloc_utils.hpp b/storage/tokudb/PerconaFT/ftcxx/malloc_utils.hpp index 3e2b591430e464440de79dba1088846fe1b33bd2..4aae801b1e20b78ccdc742733b6b0d3ff4bd880a 100644 --- a/storage/tokudb/PerconaFT/ftcxx/malloc_utils.hpp +++ b/storage/tokudb/PerconaFT/ftcxx/malloc_utils.hpp @@ -47,7 +47,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include #include -#if HAVE_BITS_FUNCTEXCEPT_H +#if defined(HAVE_BITS_FUNCTEXCEPT_H) && HAVE_BITS_FUNCTEXCEPT_H # include diff --git a/storage/tokudb/PerconaFT/portability/memory.cc b/storage/tokudb/PerconaFT/portability/memory.cc index 9594158cf3813b27ab3e4dfc8b65e5b8abaf12b0..403abfe1d68dc159327605559b2f122c1ec2fd73 100644 --- a/storage/tokudb/PerconaFT/portability/memory.cc +++ b/storage/tokudb/PerconaFT/portability/memory.cc @@ -182,7 +182,7 @@ toku_memory_footprint(void * p, size_t touched) void * toku_malloc(size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { return nullptr; } @@ -209,7 +209,7 @@ toku_malloc(size_t size) { } void *toku_malloc_aligned(size_t alignment, size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { return nullptr; } @@ -245,7 +245,7 @@ toku_calloc(size_t nmemb, size_t size) { void * toku_realloc(void *p, size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { if (p != nullptr) { toku_free(p); @@ -276,7 +276,7 @@ toku_realloc(void *p, size_t size) { } void *toku_realloc_aligned(size_t alignment, void *p, size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { if (p != nullptr) { toku_free(p); @@ -345,7 +345,7 @@ toku_free(void *p) { void * toku_xmalloc(size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { return nullptr; } @@ -375,7 +375,7 @@ void* toku_xmalloc_aligned(size_t alignment, size_t size) // Fail with a resource_assert if the allocation fails (don't return an error code). // Requires: alignment is a power of two. { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { return nullptr; } @@ -409,7 +409,7 @@ toku_xcalloc(size_t nmemb, size_t size) { void * toku_xrealloc(void *v, size_t size) { -#if __APPLE__ +#if defined(__APPLE__) if (size == 0) { if (v != nullptr) { toku_free(v); diff --git a/storage/tokudb/PerconaFT/portability/toku_assert.h b/storage/tokudb/PerconaFT/portability/toku_assert.h index b0a7be3287b54773cffd10f8c0a18b0d65f69720..a5593a93ed8eed50d9526758dcd235055fba0443 100644 --- a/storage/tokudb/PerconaFT/portability/toku_assert.h +++ b/storage/tokudb/PerconaFT/portability/toku_assert.h @@ -126,7 +126,7 @@ void db_env_do_backtrace(FILE *outf); #define resource_assert_zero(a) assert_zero(a) // indicates resource must be available, otherwise unrecoverable #define resource_assert_equals(a, b) assert_equals(a, b) // indicates resource must be available, otherwise unrecoverable -#if TOKU_DEBUG_PARANOID +#if defined(TOKU_DEBUG_PARANOID) && TOKU_DEBUG_PARANOID #define paranoid_invariant(a) assert(a) #define paranoid_invariant_null(a) assert_null(a) #define paranoid_invariant_notnull(a) assert(a) diff --git a/storage/tokudb/PerconaFT/portability/toku_debug_sync.h b/storage/tokudb/PerconaFT/portability/toku_debug_sync.h index 493075c36c305a5d3245fc309dccc5732993987d..6ed052098f63de02f9ef08f8054c95c2419be829 100644 --- a/storage/tokudb/PerconaFT/portability/toku_debug_sync.h +++ b/storage/tokudb/PerconaFT/portability/toku_debug_sync.h @@ -40,7 +40,8 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. struct tokutxn; -#if defined(ENABLED_DEBUG_SYNC) +#if defined(MYSQL_TOKUDB_ENGINE) && MYSQL_TOKUDB_ENGINE && \ + defined(ENABLED_DEBUG_SYNC) && ENABLED_DEBUG_SYNC /* the below macros are defined in my_global.h, which is included in m_string.h, diff --git a/storage/tokudb/PerconaFT/portability/toku_instr_mysql.cc b/storage/tokudb/PerconaFT/portability/toku_instr_mysql.cc index b7b4c0ab233929cf88a3575933e8accfa8f876a7..d742555f878786d5c1d60a48e36911a6758cf490 100644 --- a/storage/tokudb/PerconaFT/portability/toku_instr_mysql.cc +++ b/storage/tokudb/PerconaFT/portability/toku_instr_mysql.cc @@ -1,4 +1,4 @@ -#ifdef MYSQL_TOKUDB_ENGINE +#ifdef TOKU_MYSQL_WITH_PFS #include "toku_portability.h" #include "toku_pthread.h" @@ -18,7 +18,7 @@ int toku_pthread_create(const toku_instr_key &key, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) { -#if (MYSQL_VERSION_MAJOR >= 5) && (MYSQL_VERSION_MINOR >= 7) +#if (50700 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50799) return PSI_THREAD_CALL(spawn_thread)( key.id(), reinterpret_cast(thread), attr, start_routine, arg); @@ -362,4 +362,4 @@ void toku_instr_rwlock_unlock(toku_pthread_rwlock_t &rwlock) { PSI_RWLOCK_CALL(unlock_rwlock)(rwlock.psi_rwlock); } -#endif // MYSQL_TOKUDB_ENGINE +#endif // TOKU_MYSQL_WITH_PFS diff --git a/storage/tokudb/PerconaFT/portability/toku_instrumentation.h b/storage/tokudb/PerconaFT/portability/toku_instrumentation.h index c300f9275b892436b3c2c21a9e129e8bf9825013..7f2946d97020b73b52296370eb666f9525d070d7 100644 --- a/storage/tokudb/PerconaFT/portability/toku_instrumentation.h +++ b/storage/tokudb/PerconaFT/portability/toku_instrumentation.h @@ -41,7 +41,7 @@ class toku_instr_probe_empty { extern toku_instr_key toku_uninstrumented; -#ifndef MYSQL_TOKUDB_ENGINE +#ifndef TOKU_MYSQL_WITH_PFS #include @@ -245,10 +245,10 @@ inline void toku_instr_rwlock_wrlock_wait_end( inline void toku_instr_rwlock_unlock(UU(toku_pthread_rwlock_t &rwlock)) {} -#else // MYSQL_TOKUDB_ENGINE +#else // TOKU_MYSQL_WITH_PFS // There can be not only mysql but also mongodb or any other PFS stuff #include -#endif // MYSQL_TOKUDB_ENGINE +#endif // TOKU_MYSQL_WITH_PFS extern toku_instr_key toku_uninstrumented; diff --git a/storage/tokudb/PerconaFT/portability/toku_portability.h b/storage/tokudb/PerconaFT/portability/toku_portability.h index 8a3dcf5afc484553501bdfdff6e7f91a2d936e79..af49f8eeb046ec97f12670e8d18708f41aa6c773 100644 --- a/storage/tokudb/PerconaFT/portability/toku_portability.h +++ b/storage/tokudb/PerconaFT/portability/toku_portability.h @@ -69,7 +69,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include #include -#if __FreeBSD__ +#if defined(__FreeBSD__) #include #endif diff --git a/storage/tokudb/PerconaFT/portability/toku_race_tools.h b/storage/tokudb/PerconaFT/portability/toku_race_tools.h index 96712ffffdcfab484ff863718dd8c99cd686ef74..eee08185513fc75f49349c91161a6104b1eaac53 100644 --- a/storage/tokudb/PerconaFT/portability/toku_race_tools.h +++ b/storage/tokudb/PerconaFT/portability/toku_race_tools.h @@ -45,7 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #define USE_VALGRIND 1 #endif -#if defined(__linux__) && USE_VALGRIND +#if defined(__linux__) && defined(USE_VALGRIND) && USE_VALGRIND # include # include diff --git a/storage/tokudb/PerconaFT/src/tests/get_last_key.cc b/storage/tokudb/PerconaFT/src/tests/get_last_key.cc index 3749d9ea8ff54356229352628e5c831633e7d92c..ad6cf34fda387074def184e5fa91b6a850d41f78 100644 --- a/storage/tokudb/PerconaFT/src/tests/get_last_key.cc +++ b/storage/tokudb/PerconaFT/src/tests/get_last_key.cc @@ -161,16 +161,18 @@ static void do_test(size_t ct_size, int num_keys) r = env->txn_begin(env, nullptr, &txn, 0); CKERR(r); - DBT key, value; - for (i = 0; i < num_keys; i++) { - int v, k = toku_htonl(i); - dbt_init(&key, &k, sizeof(int)); - dbt_init(&value, &v, sizeof(int)); - get_value_by_key(&key, &value); - r = db->put(db, txn, &key, &value, 0); - CKERR(r); + { + DBT key, value; + for (i = 0; i < num_keys; i++) { + int v, k = toku_htonl(i); + dbt_init(&key, &k, sizeof(int)); + dbt_init(&value, &v, sizeof(int)); + get_value_by_key(&key, &value); + if (0) printf("put %d\n", k); + r = db->put(db, txn, &key, &value, 0); + CKERR(r); + } } - CKERR(r); int expect_r = num_keys == 0 ? DB_NOTFOUND : 0; check_last_key_matches(db, expect_r, num_keys - 1); @@ -186,13 +188,23 @@ static void do_test(size_t ct_size, int num_keys) r = env->txn_begin(env, nullptr, &txn, 0); CKERR(r); - r = db->del(db, txn, &key, 0); + // Delete the last key + { + DBT key; + int k = toku_htonl(num_keys - 1); + dbt_init(&key, &k, sizeof(int)); + if (0) printf("del %d\n", *(int*)key.data); + r = db->del(db, txn, &key, 0); + CKERR(r); + } check_last_key_matches(db, 0, num_keys - 1); r = txn->commit(txn, 0); + CKERR(r); check_last_key_matches(db, 0, num_keys - 1); r = txn2->commit(txn2, 0); + CKERR(r); check_last_key_matches(db, 0, num_keys - 1); //Run Garbage collection (NOTE does not work when everything fits in root??? WHY) diff --git a/storage/tokudb/PerconaFT/src/ydb.cc b/storage/tokudb/PerconaFT/src/ydb.cc index 41f48d4ec09bee97542879bae7702a1c8a8ecced..8dcbba361b9e92a9dec131314202cda921c2c4db 100644 --- a/storage/tokudb/PerconaFT/src/ydb.cc +++ b/storage/tokudb/PerconaFT/src/ydb.cc @@ -185,9 +185,12 @@ toku_ydb_init(void) { // Do not clean up resources if env is panicked, just exit ugly void toku_ydb_destroy(void) { + if (!ydb_layer_status.initialized) + return; if (env_is_panicked == 0) { toku_ft_layer_destroy(); } + ydb_layer_status.initialized = false; } static int diff --git a/storage/tokudb/PerconaFT/src/ydb_lib.cc b/storage/tokudb/PerconaFT/src/ydb_lib.cc index bf3cde4e92781c4ad93c83e4aea80cac65c4d69e..4775f601d234bf58e822146ac312e227bdfec74e 100644 --- a/storage/tokudb/PerconaFT/src/ydb_lib.cc +++ b/storage/tokudb/PerconaFT/src/ydb_lib.cc @@ -43,7 +43,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "ydb.h" #include -#if defined(__GNUC__) +#if 0 && defined(__GNUC__) static void __attribute__((constructor)) libtokuft_init(void) { int r = toku_ydb_init(); diff --git a/storage/tokudb/PerconaFT/util/dmt.cc b/storage/tokudb/PerconaFT/util/dmt.cc index 642c9367d7eae83419c04dd1ca4ce3b66f4d21f8..a584bf2b2bf71c0a4149867fa689b6fb6d39a645 100644 --- a/storage/tokudb/PerconaFT/util/dmt.cc +++ b/storage/tokudb/PerconaFT/util/dmt.cc @@ -80,8 +80,8 @@ void dmt::create_from_sorted_memory_of_fix paranoid_invariant(numvalues > 0); void *ptr = toku_mempool_malloc(&this->mp, aligned_memsize); paranoid_invariant_notnull(ptr); - uint8_t * CAST_FROM_VOIDP(dest, ptr); - const uint8_t * CAST_FROM_VOIDP(src, mem); + uint8_t * const dest = static_cast(ptr); + const uint8_t * const src = static_cast(mem); if (pad_bytes == 0) { paranoid_invariant(aligned_memsize == mem_length); memcpy(dest, src, aligned_memsize); diff --git a/storage/tokudb/PerconaFT/util/minicron.cc b/storage/tokudb/PerconaFT/util/minicron.cc index c1412015be073e635e11a86c81104a7624bfeb88..241e498c7ac72bf8a1c5519b3ff28e61de024d3c 100644 --- a/storage/tokudb/PerconaFT/util/minicron.cc +++ b/storage/tokudb/PerconaFT/util/minicron.cc @@ -85,8 +85,9 @@ minicron_do (void *pv) toku_cond_wait(&p->condvar, &p->mutex); } else if (p->period_in_ms <= 1000) { + uint32_t period_in_ms = p->period_in_ms; toku_mutex_unlock(&p->mutex); - usleep(p->period_in_ms * 1000); + usleep(period_in_ms * 1000); toku_mutex_lock(&p->mutex); } else { diff --git a/storage/tokudb/PerconaFT/util/scoped_malloc.cc b/storage/tokudb/PerconaFT/util/scoped_malloc.cc index 55bbab39332f8280d27d5480879c810c8bd47107..6c4fb95a31892584bcd568cd51a1190586640e71 100644 --- a/storage/tokudb/PerconaFT/util/scoped_malloc.cc +++ b/storage/tokudb/PerconaFT/util/scoped_malloc.cc @@ -94,7 +94,7 @@ namespace toku { } void destroy() { -#if TOKU_SCOPED_MALLOC_DEBUG +#if defined(TOKU_SCOPED_MALLOC_DEBUG) && TOKU_SCOPED_MALLOC_DEBUG printf("%s %p %p\n", __FUNCTION__, this, m_stack); #endif if (m_stack != NULL) { diff --git a/storage/tokudb/PerconaFT/util/tests/minicron-change-period-data-race.cc b/storage/tokudb/PerconaFT/util/tests/minicron-change-period-data-race.cc new file mode 100644 index 0000000000000000000000000000000000000000..952cbf5769b71282493d220578caaf72501804ee --- /dev/null +++ b/storage/tokudb/PerconaFT/util/tests/minicron-change-period-data-race.cc @@ -0,0 +1,66 @@ +/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4: +#ident "$Id$" +/*====== +This file is part of PerconaFT. + + +Copyright (c) 2018, Percona and/or its affiliates. All rights reserved. + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PerconaFT. If not, see . + +---------------------------------------- + + PerconaFT is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License, version 3, + as published by the Free Software Foundation. + + PerconaFT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with PerconaFT. If not, see . +======= */ + +#ident "Copyright (c) 2018, Percona and/or its affiliates. All rights reserved." + +#include +#include "test.h" +#include "util/minicron.h" +#include +#include +#include + +// The thread sanitizer detected a data race in the minicron in a test unrelated to the minicron. +// This test reproduces the data race in a much smaller test which merely runs minicron tasks +// while changing the minicron period in an unrelated thread. + +static int do_nothing(void *UU(v)) { + return 0; +} + +int test_main (int argc, const char *argv[]) { + default_parse_args(argc,argv); + + minicron m = {}; + int r = toku_minicron_setup(&m, 1, do_nothing, nullptr); + assert(r == 0); + for (int i=0; i<1000; i++) + toku_minicron_change_period(&m, 1); + r = toku_minicron_shutdown(&m); + assert(r == 0); + + return 0; +} diff --git a/storage/tokudb/ha_tokudb.cc b/storage/tokudb/ha_tokudb.cc index cdd4adb0947642ebd7a0695488b2c088a1f5fe7d..0b0cc15257864726c4eded0449f83ea43af3f4b6 100644 --- a/storage/tokudb/ha_tokudb.cc +++ b/storage/tokudb/ha_tokudb.cc @@ -34,7 +34,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. pfs_key_t ha_tokudb_mutex_key; pfs_key_t num_DBs_lock_key; -#if TOKU_INCLUDE_EXTENDED_KEYS +#if defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS static inline uint get_ext_key_parts(const KEY *key) { #if (50609 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50699) || \ (50700 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50799) @@ -45,10 +45,10 @@ static inline uint get_ext_key_parts(const KEY *key) { #error #endif } -#endif +#endif // defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS -HASH TOKUDB_SHARE::_open_tables; -tokudb::thread::mutex_t TOKUDB_SHARE::_open_tables_mutex; +std::unordered_map TOKUDB_SHARE::_open_tables; +tokudb::thread::mutex_t* TOKUDB_SHARE::_open_tables_mutex; static const char* ha_tokudb_exts[] = { ha_tokudb_ext, @@ -152,30 +152,20 @@ static void free_key_and_col_info (KEY_AND_COL_INFO* kc_info) { } -uchar* TOKUDB_SHARE::hash_get_key( - TOKUDB_SHARE* share, - size_t* length, - TOKUDB_UNUSED(my_bool not_used)) { - - *length = share->_full_table_name.length(); - return (uchar *) share->_full_table_name.c_ptr(); -} -void TOKUDB_SHARE::hash_free_element(TOKUDB_SHARE* share) { - share->destroy(); - delete share; -} void TOKUDB_SHARE::static_init() { - my_hash_init( - &_open_tables, - table_alias_charset, - 32, - 0, - 0, - (my_hash_get_key)hash_get_key, - (my_hash_free_key)hash_free_element, 0); + assert_always(_open_tables.size() == 0); + _open_tables_mutex = new tokudb::thread::mutex_t(); } void TOKUDB_SHARE::static_destroy() { - my_hash_free(&_open_tables); + for (auto it = _open_tables.cbegin(); it != _open_tables.cend(); it++) { + TOKUDB_TRACE("_open_tables %s %p", it->first.c_str(), it->second); + TOKUDB_SHARE* share = it->second; + share->destroy(); + delete share; + } + _open_tables.clear(); + assert_always(_open_tables.size() == 0); + delete _open_tables_mutex; } const char* TOKUDB_SHARE::get_state_string(share_state_t state) { static const char* state_string[] = { @@ -227,15 +217,16 @@ void TOKUDB_SHARE::destroy() { TOKUDB_SHARE_DBUG_VOID_RETURN(); } TOKUDB_SHARE* TOKUDB_SHARE::get_share(const char* table_name, - TABLE_SHARE* table_share, THR_LOCK_DATA* data, bool create_new) { - mutex_t_lock(_open_tables_mutex); - int error = 0; - uint length = (uint)strlen(table_name); - TOKUDB_SHARE* share = (TOKUDB_SHARE*)my_hash_search( - &_open_tables, (uchar*)table_name, length); - + std::string find_table_name(table_name); + mutex_t_lock(*_open_tables_mutex); + auto it = _open_tables.find(find_table_name); + TOKUDB_SHARE *share = nullptr; + if (it != _open_tables.end()) { + share = it->second; + assert_always(strcmp(table_name, share->full_table_name()) == 0); + } TOKUDB_TRACE_FOR_FLAGS( TOKUDB_DEBUG_SHARE, "existing share[%s] %s:share[%p]", @@ -253,14 +244,7 @@ TOKUDB_SHARE* TOKUDB_SHARE::get_share(const char* table_name, share->init(table_name); - error = my_hash_insert(&_open_tables, (uchar*)share); - if (error) { - free_key_and_col_info(&share->kc_info); - share->destroy(); - tokudb::memory::free((uchar*)share); - share = NULL; - goto exit; - } + _open_tables.insert({find_table_name, share}); } share->addref(); @@ -269,7 +253,7 @@ TOKUDB_SHARE* TOKUDB_SHARE::get_share(const char* table_name, thr_lock_data_init(&(share->_thr_lock), data, NULL); exit: - mutex_t_unlock(_open_tables_mutex); + mutex_t_unlock(*_open_tables_mutex); return share; } void TOKUDB_SHARE::drop_share(TOKUDB_SHARE* share) { @@ -280,9 +264,12 @@ void TOKUDB_SHARE::drop_share(TOKUDB_SHARE* share) { get_state_string(share->_state), share->_use_count); - mutex_t_lock(_open_tables_mutex); - my_hash_delete(&_open_tables, (uchar*)share); - mutex_t_unlock(_open_tables_mutex); + mutex_t_lock(*_open_tables_mutex); + size_t n = _open_tables.erase(std::string(share->full_table_name())); + assert_always(n == 1); + share->destroy(); + delete share; + mutex_t_unlock(*_open_tables_mutex); } TOKUDB_SHARE::share_state_t TOKUDB_SHARE::addref() { TOKUDB_SHARE_TRACE_FOR_FLAGS((TOKUDB_DEBUG_ENTER & TOKUDB_DEBUG_SHARE), @@ -439,7 +426,7 @@ const char *ha_tokudb::table_type() const { return tokudb_hton_name; } -const char *ha_tokudb::index_type(uint inx) { +const char *ha_tokudb::index_type(TOKUDB_UNUSED(uint inx)) { return "BTREE"; } @@ -487,7 +474,9 @@ ulonglong ha_tokudb::table_flags() const { // Returns a bit mask of capabilities of the key or its part specified by // the arguments. The capabilities are defined in sql/handler.h. // -ulong ha_tokudb::index_flags(uint idx, uint part, bool all_parts) const { +ulong ha_tokudb::index_flags(uint idx, + TOKUDB_UNUSED(uint part), + TOKUDB_UNUSED(bool all_parts)) const { TOKUDB_HANDLER_DBUG_ENTER(""); assert_always(table_share); ulong flags = (HA_READ_NEXT | HA_READ_PREV | HA_READ_ORDER | @@ -531,8 +520,10 @@ typedef struct index_read_info { // want to actually do anything with the data, hence // callback does nothing // -static int smart_dbt_do_nothing (DBT const *key, DBT const *row, void *context) { - return 0; +static int smart_dbt_do_nothing(TOKUDB_UNUSED(DBT const* key), + TOKUDB_UNUSED(DBT const* row), + TOKUDB_UNUSED(void* context)) { + return 0; } static int @@ -545,8 +536,9 @@ smart_dbt_callback_rowread_ptquery (DBT const *key, DBT const *row, void *conte // // Smart DBT callback function in case where we have a covering index // -static int -smart_dbt_callback_keyread(DBT const *key, DBT const *row, void *context) { +static int smart_dbt_callback_keyread(DBT const* key, + DBT TOKUDB_UNUSED(const* row), + void* context) { SMART_DBT_INFO info = (SMART_DBT_INFO)context; info->ha->extract_hidden_primary_key(info->keynr, key); info->ha->read_key_only(info->buf,info->keynr,key); @@ -568,20 +560,24 @@ smart_dbt_callback_rowread(DBT const *key, DBT const *row, void *context) { // // Smart DBT callback function in case where we have a covering index // -static int -smart_dbt_callback_ir_keyread(DBT const *key, DBT const *row, void *context) { +static int smart_dbt_callback_ir_keyread(DBT const* key, + TOKUDB_UNUSED(DBT const* row), + void* context) { INDEX_READ_INFO ir_info = (INDEX_READ_INFO)context; - ir_info->cmp = ir_info->smart_dbt_info.ha->prefix_cmp_dbts(ir_info->smart_dbt_info.keynr, ir_info->orig_key, key); + ir_info->cmp = ir_info->smart_dbt_info.ha->prefix_cmp_dbts( + ir_info->smart_dbt_info.keynr, ir_info->orig_key, key); if (ir_info->cmp) { return 0; } return smart_dbt_callback_keyread(key, row, &ir_info->smart_dbt_info); } -static int -smart_dbt_callback_lookup(DBT const *key, DBT const *row, void *context) { +static int smart_dbt_callback_lookup(DBT const* key, + TOKUDB_UNUSED(DBT const* row), + void* context) { INDEX_READ_INFO ir_info = (INDEX_READ_INFO)context; - ir_info->cmp = ir_info->smart_dbt_info.ha->prefix_cmp_dbts(ir_info->smart_dbt_info.keynr, ir_info->orig_key, key); + ir_info->cmp = ir_info->smart_dbt_info.ha->prefix_cmp_dbts( + ir_info->smart_dbt_info.keynr, ir_info->orig_key, key); return 0; } @@ -1020,16 +1016,12 @@ static int create_tokudb_trx_data_instance(tokudb_trx_data** out_trx) { return error; } - -static inline int tokudb_generate_row( - DB *dest_db, - DB *src_db, - DBT *dest_key, - DBT *dest_val, - const DBT *src_key, - const DBT *src_val - ) -{ +static inline int tokudb_generate_row(DB* dest_db, + TOKUDB_UNUSED(DB* src_db), + DBT* dest_key, + DBT* dest_val, + const DBT* src_key, + const DBT* src_val) { int error; DB* curr_db = dest_db; @@ -1043,7 +1035,7 @@ static inline int tokudb_generate_row( desc_size = (*(uint32_t *)row_desc) - 4; row_desc += 4; - if (is_key_pk(row_desc, desc_size)) { + if (is_key_pk(row_desc)) { if (dest_key->flags == DB_DBT_REALLOC && dest_key->data != NULL) { free(dest_key->data); } @@ -1106,7 +1098,7 @@ static inline int tokudb_generate_row( desc_size = (*(uint32_t *)row_desc) - 4; row_desc += 4; if (dest_val != NULL) { - if (!is_key_clustering(row_desc, desc_size) || src_val->size == 0) { + if (!is_key_clustering(desc_size) || src_val->size == 0) { dest_val->size = 0; } else { uchar* buff = NULL; @@ -1245,7 +1237,9 @@ ha_tokudb::ha_tokudb(handlerton * hton, TABLE_SHARE * table_arg):handler(hton, t tokudb_active_index = MAX_KEY; invalidate_icp(); trx_handler_list.data = this; +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR in_rpl_write_rows = in_rpl_delete_rows = in_rpl_update_rows = false; +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR TOKUDB_HANDLER_DBUG_VOID_RETURN; } @@ -1645,7 +1639,8 @@ int ha_tokudb::initialize_share(const char* name, int mode) { goto exit; } -#if WITH_PARTITION_STORAGE_ENGINE +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA +#if defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE // verify frm data for non-partitioned tables if (TOKU_PARTITION_WRITE_FRM_DATA || table->part_info == NULL) { error = verify_frm_data(table->s->path.str, txn); @@ -1661,7 +1656,8 @@ int ha_tokudb::initialize_share(const char* name, int mode) { error = verify_frm_data(table->s->path.str, txn); if (error) goto exit; -#endif +#endif // defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA error = initialize_key_and_col_info( @@ -1884,7 +1880,7 @@ int ha_tokudb::open(const char *name, int mode, uint test_if_locked) { } // lookup or create share - share = TOKUDB_SHARE::get_share(name, table_share, &lock, true); + share = TOKUDB_SHARE::get_share(name, &lock, true); assert_always(share); if (share->state() != TOKUDB_SHARE::OPENED) { @@ -2082,6 +2078,7 @@ int ha_tokudb::write_metadata(DB* db, void* key_data, uint key_size, void* val_d return error; } +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA int ha_tokudb::write_frm_data(DB* db, DB_TXN* txn, const char* frm_name) { TOKUDB_HANDLER_DBUG_ENTER("%p %p %s", db, txn, frm_name); @@ -2110,7 +2107,9 @@ int ha_tokudb::remove_frm_data(DB *db, DB_TXN *txn) { return remove_from_status(db, hatoku_frm_data, txn); } -static int smart_dbt_callback_verify_frm (DBT const *key, DBT const *row, void *context) { +static int smart_dbt_callback_verify_frm(TOKUDB_UNUSED(DBT const* key), + DBT const* row, + void* context) { DBT* stored_frm = (DBT *)context; stored_frm->size = row->size; stored_frm->data = (uchar *)tokudb::memory::malloc(row->size, MYF(MY_WME)); @@ -2170,6 +2169,7 @@ int ha_tokudb::verify_frm_data(const char* frm_name, DB_TXN* txn) { tokudb::memory::free(stored_frm.data); TOKUDB_HANDLER_DBUG_RETURN(error); } +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA // // Updates status.tokudb with a new max value used for the auto increment column @@ -2881,11 +2881,11 @@ DBT* ha_tokudb::pack_key( key_length, key_length > 0 ? key_ptr[0] : 0, inf_byte); -#if TOKU_INCLUDE_EXTENDED_KEYS +#if defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS if (keynr != primary_key && !tokudb_test(hidden_primary_key)) { DBUG_RETURN(pack_ext_key(key, keynr, buff, key_ptr, key_length, inf_byte)); } -#endif +#endif // defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS KEY* key_info = &table->key_info[keynr]; KEY_PART_INFO* key_part = key_info->key_part; KEY_PART_INFO* end = key_part + key_info->user_defined_key_parts; @@ -2930,7 +2930,7 @@ DBT* ha_tokudb::pack_key( DBUG_RETURN(key); } -#if TOKU_INCLUDE_EXTENDED_KEYS +#if defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS DBT* ha_tokudb::pack_ext_key( DBT* key, uint keynr, @@ -3036,7 +3036,7 @@ DBT* ha_tokudb::pack_ext_key( dbug_tmp_restore_column_map(table->write_set, old_map); DBUG_RETURN(key); } -#endif +#endif // defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS // // get max used hidden primary key value @@ -3383,21 +3383,21 @@ int ha_tokudb::bulk_insert_poll(void* extra, float progress) { #endif return 0; } -void ha_tokudb::loader_add_index_err(DB* db, - int i, - int err, - DBT* key, - DBT* val, +void ha_tokudb::loader_add_index_err(TOKUDB_UNUSED(DB* db), + TOKUDB_UNUSED(int i), + TOKUDB_UNUSED(int err), + TOKUDB_UNUSED(DBT* key), + TOKUDB_UNUSED(DBT* val), void* error_extra) { LOADER_CONTEXT context = (LOADER_CONTEXT)error_extra; assert_always(context->ha); context->ha->set_loader_error(err); } -void ha_tokudb::loader_dup(DB* db, - int i, +void ha_tokudb::loader_dup(TOKUDB_UNUSED(DB* db), + TOKUDB_UNUSED(int i), int err, DBT* key, - DBT* val, + TOKUDB_UNUSED(DBT* val), void* error_extra) { LOADER_CONTEXT context = (LOADER_CONTEXT)error_extra; assert_always(context->ha); @@ -3412,7 +3412,7 @@ void ha_tokudb::loader_dup(DB* db, // (ha_tokudb::write_row). If start_bulk_insert is called, then // this is guaranteed to be called. // -int ha_tokudb::end_bulk_insert(bool abort) { +int ha_tokudb::end_bulk_insert(TOKUDB_UNUSED(bool abort)) { TOKUDB_HANDLER_DBUG_ENTER(""); int error = 0; THD* thd = ha_thd(); @@ -3660,7 +3660,8 @@ int ha_tokudb::is_val_unique(bool* is_unique, uchar* record, KEY* key_info, uint return error; } -static void maybe_do_unique_checks_delay(THD *thd) { +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR +static void maybe_do_unique_checks_delay_fn(THD *thd) { if (thd->slave_thread) { uint64_t delay_ms = tokudb::sysvars::rpl_unique_checks_delay(thd); if (delay_ms) @@ -3668,11 +3669,19 @@ static void maybe_do_unique_checks_delay(THD *thd) { } } +#define maybe_do_unique_checks_delay(__thd) \ + (maybe_do_unique_checks_delay_fn(__thd)) + +#define maybe_do_unique_checks_delay_if_flags_set( \ + __thd, __flags_set, __flags_check) \ + { if (((__flags_set) & DB_OPFLAGS_MASK) == \ + (__flags_check)) maybe_do_unique_checks_delay_fn(__thd); } + static bool need_read_only(THD *thd) { return opt_readonly || !tokudb::sysvars::rpl_check_readonly(thd); } -static bool do_unique_checks(THD *thd, bool do_rpl_event) { +static bool do_unique_checks_fn(THD *thd, bool do_rpl_event) { if (do_rpl_event && thd->slave_thread && need_read_only(thd) && @@ -3683,6 +3692,26 @@ static bool do_unique_checks(THD *thd, bool do_rpl_event) { } } +#define do_unique_checks(__thd, __flags) \ + (do_unique_checks_fn(__thd, __flags)) + +#else + +#define maybe_do_unique_checks_delay(__thd) ((void)0) + +#define maybe_do_unique_checks_delay_if_flags_set( \ + __thd, __flags_set, __flags_check) \ + ((void)0) + +static bool do_unique_checks_fn(THD *thd) { + return !thd_test_options(thd, OPTION_RELAXED_UNIQUE_CHECKS); +} + +#define do_unique_checks(__thd, _flags) \ + (do_unique_checks_fn(__thd)) + +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR + int ha_tokudb::do_uniqueness_checks(uchar* record, DB_TXN* txn, THD* thd) { int error = 0; // @@ -3867,7 +3896,11 @@ void ha_tokudb::set_main_dict_put_flags(THD* thd, bool opt_eligible, uint32_t* p } } -int ha_tokudb::insert_row_to_main_dictionary(uchar* record, DBT* pk_key, DBT* pk_val, DB_TXN* txn) { +int ha_tokudb::insert_row_to_main_dictionary( + DBT* pk_key, + DBT* pk_val, + DB_TXN* txn) { + int error = 0; uint curr_num_DBs = table->s->keys + tokudb_test(hidden_primary_key); assert_always(curr_num_DBs == 1); @@ -3877,8 +3910,7 @@ int ha_tokudb::insert_row_to_main_dictionary(uchar* record, DBT* pk_key, DBT* pk set_main_dict_put_flags(thd, true, &put_flags); // for test, make unique checks have a very long duration - if ((put_flags & DB_OPFLAGS_MASK) == DB_NOOVERWRITE) - maybe_do_unique_checks_delay(thd); + maybe_do_unique_checks_delay_if_flags_set(thd, put_flags, DB_NOOVERWRITE); error = share->file->put(share->file, txn, pk_key, pk_val, put_flags); if (error) { @@ -3897,8 +3929,7 @@ int ha_tokudb::insert_rows_to_dictionaries_mult(DBT* pk_key, DBT* pk_val, DB_TXN uint32_t flags = mult_put_flags[primary_key]; // for test, make unique checks have a very long duration - if ((flags & DB_OPFLAGS_MASK) == DB_NOOVERWRITE) - maybe_do_unique_checks_delay(thd); + maybe_do_unique_checks_delay_if_flags_set(thd, flags, DB_NOOVERWRITE); // the insert ignore optimization uses DB_NOOVERWRITE_NO_ERROR, // which is not allowed with env->put_multiple. @@ -4091,7 +4122,7 @@ int ha_tokudb::write_row(uchar * record) { goto cleanup; } if (curr_num_DBs == 1) { - error = insert_row_to_main_dictionary(record, &prim_key, &row, txn); + error = insert_row_to_main_dictionary(&prim_key, &row, txn); if (error) { goto cleanup; } } else { error = insert_rows_to_dictionaries_mult(&prim_key, &row, txn, thd); @@ -4618,10 +4649,10 @@ int ha_tokudb::index_init(uint keynr, bool sorted) { } tokudb_active_index = keynr; -#if TOKU_CLUSTERING_IS_COVERING +#if defined(TOKU_CLUSTERING_IS_COVERING) && TOKU_CLUSTERING_IS_COVERING if (keynr < table->s->keys && table->key_info[keynr].option_struct->clustering) key_read = false; -#endif +#endif // defined(TOKU_CLUSTERING_IS_COVERING) && TOKU_CLUSTERING_IS_COVERING last_cursor_error = 0; range_lock_grabbed = false; @@ -4708,8 +4739,7 @@ int ha_tokudb::index_end() { TOKUDB_HANDLER_DBUG_RETURN(0); } - -int ha_tokudb::handle_cursor_error(int error, int err_to_return, uint keynr) { +int ha_tokudb::handle_cursor_error(int error, int err_to_return) { TOKUDB_HANDLER_DBUG_ENTER(""); if (error) { error = map_to_handler_error(error); @@ -4846,21 +4876,37 @@ int ha_tokudb::read_full_row(uchar * buf) { // assumes key is stored in this->last_key // - error = share->file->getf_set( - share->file, - transaction, - cursor_flags, - &last_key, - smart_dbt_callback_rowread_ptquery, - &info - ); + error = share->file->getf_set(share->file, + transaction, + cursor_flags, + &last_key, + smart_dbt_callback_rowread_ptquery, + &info); + + DBUG_EXECUTE_IF("tokudb_fake_db_notfound_error_in_read_full_row", { + error = DB_NOTFOUND; + }); if (error) { if (error == DB_LOCK_NOTGRANTED) { error = HA_ERR_LOCK_WAIT_TIMEOUT; + } else if (error == DB_NOTFOUND) { + error = HA_ERR_CRASHED; + if (tokudb_active_index < share->_keys) { + sql_print_error( + "ha_tokudb::read_full_row on table %s cound not locate " + "record in PK that matches record found in key %s", + share->full_table_name(), + share->_key_descriptors[tokudb_active_index]._name); + } else { + sql_print_error( + "ha_tokudb::read_full_row on table %s cound not locate " + "record in PK that matches record found in key %d", + share->full_table_name(), + tokudb_active_index); + } } table->status = STATUS_NOT_FOUND; - TOKUDB_HANDLER_DBUG_RETURN(error == DB_NOTFOUND ? HA_ERR_CRASHED : error); } TOKUDB_HANDLER_DBUG_RETURN(error); @@ -4911,7 +4957,7 @@ int ha_tokudb::index_next_same(uchar* buf, const uchar* key, uint keylen) { } cleanup: - error = handle_cursor_error(error, HA_ERR_END_OF_FILE, tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_END_OF_FILE); TOKUDB_HANDLER_DBUG_RETURN(error); } @@ -5038,7 +5084,7 @@ int ha_tokudb::index_read( error = HA_ERR_UNSUPPORTED; break; } - error = handle_cursor_error(error,HA_ERR_KEY_NOT_FOUND,tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_KEY_NOT_FOUND); if (!error && !key_read && tokudb_active_index != primary_key && !key_is_clustering(&table->key_info[tokudb_active_index])) { error = read_full_row(buf); } @@ -5545,11 +5591,7 @@ int ha_tokudb::get_next( bulk_fetch_iteration++; } - error = - handle_cursor_error( - error, - HA_ERR_END_OF_FILE, - tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_END_OF_FILE); if (error) { goto cleanup; } @@ -5580,11 +5622,7 @@ int ha_tokudb::get_next( SMART_DBT_CALLBACK(do_key_read), &info); } - error = - handle_cursor_error( - error, - HA_ERR_END_OF_FILE, - tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_END_OF_FILE); } } } @@ -5682,7 +5720,7 @@ int ha_tokudb::index_first(uchar * buf) { info.keynr = tokudb_active_index; error = cursor->c_getf_first(cursor, flags, SMART_DBT_CALLBACK(key_read), &info); - error = handle_cursor_error(error,HA_ERR_END_OF_FILE,tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_END_OF_FILE); // // still need to get entire contents of the row if operation done on @@ -5726,7 +5764,7 @@ int ha_tokudb::index_last(uchar * buf) { info.keynr = tokudb_active_index; error = cursor->c_getf_last(cursor, flags, SMART_DBT_CALLBACK(key_read), &info); - error = handle_cursor_error(error,HA_ERR_END_OF_FILE,tokudb_active_index); + error = handle_cursor_error(error, HA_ERR_END_OF_FILE); // // still need to get entire contents of the row if operation done on // secondary DB and it was NOT a covering index @@ -5909,14 +5947,16 @@ int ha_tokudb::rnd_pos(uchar * buf, uchar * pos) { ha_statistic_increment(&SSV::ha_read_rnd_count); tokudb_active_index = MAX_KEY; - // test rpl slave by inducing a delay before the point query THD *thd = ha_thd(); +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR + // test rpl slave by inducing a delay before the point query if (thd->slave_thread && (in_rpl_delete_rows || in_rpl_update_rows)) { DBUG_EXECUTE_IF("tokudb_crash_if_rpl_looks_up_row", DBUG_ASSERT(0);); uint64_t delay_ms = tokudb::sysvars::rpl_lookup_rows_delay(thd); if (delay_ms) usleep(delay_ms * 1000); } +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR info.ha = this; info.buf = buf; @@ -6106,11 +6146,11 @@ void ha_tokudb::position(const uchar * record) { int ha_tokudb::info(uint flag) { TOKUDB_HANDLER_DBUG_ENTER("%d", flag); int error = 0; -#if TOKU_CLUSTERING_IS_COVERING +#if defined(TOKU_CLUSTERING_IS_COVERING) && TOKU_CLUSTERING_IS_COVERING for (uint i=0; i < table->s->keys; i++) if (key_is_clustering(&table->key_info[i])) table->covering_keys.set_bit(i); -#endif +#endif // defined(TOKU_CLUSTERING_IS_COVERING) && TOKU_CLUSTERING_IS_COVERING DB_TXN* txn = NULL; if (flag & HA_STATUS_VARIABLE) { stats.records = share->row_count() + share->rows_from_locked_table; @@ -6684,12 +6724,14 @@ static toku_compression_method get_compression_method(DB* file) { return method; } -#if TOKU_INCLUDE_ROW_TYPE_COMPRESSION +#if defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && \ + TOKU_INCLUDE_ROW_TYPE_COMPRESSION enum row_type ha_tokudb::get_row_type() const { toku_compression_method compression_method = get_compression_method(share->file); return toku_compression_method_to_row_type(compression_method); } -#endif +#endif // defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && + // TOKU_INCLUDE_ROW_TYPE_COMPRESSION static int create_sub_table( const char* table_name, @@ -6814,7 +6856,8 @@ void ha_tokudb::update_create_info(HA_CREATE_INFO* create_info) { create_info->auto_increment_value = stats.auto_increment_value; } } -#if TOKU_INCLUDE_ROW_TYPE_COMPRESSION +#if defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && \ + TOKU_INCLUDE_ROW_TYPE_COMPRESSION if (!(create_info->used_fields & HA_CREATE_USED_ROW_FORMAT)) { // show create table asks us to update this create_info, this makes it // so we'll always show what compression type we're using @@ -6824,7 +6867,8 @@ void ha_tokudb::update_create_info(HA_CREATE_INFO* create_info) { create_info->row_type = ROW_TYPE_DEFAULT; } } -#endif +#endif // defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && + // TOKU_INCLUDE_ROW_TYPE_COMPRESSION } // @@ -6887,7 +6931,7 @@ int ha_tokudb::write_key_name_to_status(DB* status_block, char* key_name, DB_TXN // some tracing moved out of ha_tokudb::create, because ::create was // getting cluttered // -void ha_tokudb::trace_create_table_info(const char *name, TABLE * form) { +void ha_tokudb::trace_create_table_info(TABLE* form) { uint i; // // tracing information about what type of table we are creating @@ -7220,7 +7264,7 @@ int ha_tokudb::create( form->s->write_frm_image(); #endif -#if TOKU_INCLUDE_OPTION_STRUCTS +#if defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS const tokudb::sysvars::row_format_t row_format = (tokudb::sysvars::row_format_t)form->s->option_struct->row_format; #else @@ -7246,7 +7290,7 @@ int ha_tokudb::create( "TokuDB: invalid ROW_FORMAT specifier."); } } -#endif +#endif // defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS const toku_compression_method compression_method = row_format_to_toku_compression_method(row_format); @@ -7301,7 +7345,7 @@ int ha_tokudb::create( } /* do some tracing */ - trace_create_table_info(name,form); + trace_create_table_info(form); /* Create status.tokudb and save relevant metadata */ make_name(newname, newname_len, name, "status"); @@ -7339,7 +7383,8 @@ int ha_tokudb::create( goto cleanup; } -#if WITH_PARTITION_STORAGE_ENGINE +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA +#if defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE if (TOKU_PARTITION_WRITE_FRM_DATA || form->part_info == NULL) { error = write_frm_data(status_block, txn, form->s->path.str); if (error) { @@ -7351,7 +7396,8 @@ int ha_tokudb::create( if (error) { goto cleanup; } -#endif +#endif // defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA error = allocate_key_and_col_info(form->s, &kc_info); if (error) { @@ -7422,7 +7468,7 @@ int ha_tokudb::create( TOKUDB_HANDLER_DBUG_RETURN(error); } -int ha_tokudb::discard_or_import_tablespace(my_bool discard) { +int ha_tokudb::discard_or_import_tablespace(TOKUDB_UNUSED(my_bool discard)) { /* if (discard) { my_errno=HA_ERR_WRONG_COMMAND; @@ -7621,7 +7667,7 @@ int ha_tokudb::delete_or_rename_table (const char* from_name, const char* to_nam // int ha_tokudb::delete_table(const char *name) { TOKUDB_HANDLER_DBUG_ENTER("%s", name); - TOKUDB_SHARE* share = TOKUDB_SHARE::get_share(name, NULL, NULL, false); + TOKUDB_SHARE* share = TOKUDB_SHARE::get_share(name, NULL, false); if (share) { share->unlock(); share->release(); @@ -7683,7 +7729,7 @@ static bool tokudb_check_db_dir_exist_from_table_name(const char *table_name) { // int ha_tokudb::rename_table(const char *from, const char *to) { TOKUDB_HANDLER_DBUG_ENTER("%s %s", from, to); - TOKUDB_SHARE* share = TOKUDB_SHARE::get_share(from, NULL, NULL, false); + TOKUDB_SHARE* share = TOKUDB_SHARE::get_share(from, NULL, false); if (share) { share->unlock(); share->release(); @@ -8554,13 +8600,10 @@ void ha_tokudb::restore_add_index( // Internal function called by ha_tokudb::prepare_drop_index and ha_tokudb::alter_table_phase2 // With a transaction, drops dictionaries associated with indexes in key_num // -int ha_tokudb::drop_indexes( - TABLE* table_arg, - uint* key_num, - uint num_of_keys, - KEY* key_info, - DB_TXN* txn) { - +int ha_tokudb::drop_indexes(uint* key_num, + uint num_of_keys, + KEY* key_info, + DB_TXN* txn) { TOKUDB_HANDLER_DBUG_ENTER(""); assert_always(txn); @@ -8618,11 +8661,7 @@ int ha_tokudb::drop_indexes( // Restores dropped indexes in case of error in error path of // prepare_drop_index and alter_table_phase2 // -void ha_tokudb::restore_drop_indexes( - TABLE* table_arg, - uint* key_num, - uint num_of_keys) { - +void ha_tokudb::restore_drop_indexes(uint* key_num, uint num_of_keys) { // // reopen closed dictionaries // @@ -8934,6 +8973,7 @@ void ha_tokudb::remove_from_trx_handler_list() { trx->handlers = list_delete(trx->handlers, &trx_handler_list); } +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR void ha_tokudb::rpl_before_write_rows() { in_rpl_write_rows = true; } @@ -8964,6 +9004,7 @@ bool ha_tokudb::rpl_lookup_rows() { else return tokudb::sysvars::rpl_lookup_rows(ha_thd()); } +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR // table admin #include "ha_tokudb_admin.cc" diff --git a/storage/tokudb/ha_tokudb.h b/storage/tokudb/ha_tokudb.h index a2fd747bb92536229502d1ca8f31695f14ecf803..e322c3de18e59f82346e710d6e308518ae57f7cc 100644 --- a/storage/tokudb/ha_tokudb.h +++ b/storage/tokudb/ha_tokudb.h @@ -79,7 +79,6 @@ class TOKUDB_SHARE { // doesn't exist, otherwise will return NULL if an existing is not found. static TOKUDB_SHARE* get_share( const char* table_name, - TABLE_SHARE* table_share, THR_LOCK_DATA* data, bool create_new); @@ -274,15 +273,8 @@ class TOKUDB_SHARE { uint32_t num_DBs; private: - static HASH _open_tables; - static tokudb::thread::mutex_t _open_tables_mutex; - - static uchar* hash_get_key( - TOKUDB_SHARE* share, - size_t* length, - TOKUDB_UNUSED(my_bool not_used)); - - static void hash_free_element(TOKUDB_SHARE* share); + static std::unordered_map _open_tables; + static tokudb::thread::mutex_t* _open_tables_mutex; //********************************* // Spans open-close-open @@ -657,11 +649,11 @@ class ha_tokudb : public handler { DBT *create_dbt_key_from_table(DBT * key, uint keynr, uchar * buff, const uchar * record, bool* has_null, int key_length = MAX_KEY_LENGTH); DBT* create_dbt_key_for_lookup(DBT * key, KEY* key_info, uchar * buff, const uchar * record, bool* has_null, int key_length = MAX_KEY_LENGTH); DBT *pack_key(DBT * key, uint keynr, uchar * buff, const uchar * key_ptr, uint key_length, int8_t inf_byte); -#if TOKU_INCLUDE_EXTENDED_KEYS +#if defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS DBT *pack_ext_key(DBT * key, uint keynr, uchar * buff, const uchar * key_ptr, uint key_length, int8_t inf_byte); -#endif +#endif // defined(TOKU_INCLUDE_EXTENDED_KEYS) && TOKU_INCLUDE_EXTENDED_KEYS bool key_changed(uint keynr, const uchar * old_row, const uchar * new_row); - int handle_cursor_error(int error, int err_to_return, uint keynr); + int handle_cursor_error(int error, int err_to_return); DBT *get_pos(DBT * to, uchar * pos); int open_main_dictionary(const char* name, bool is_read_only, DB_TXN* txn); @@ -670,9 +662,11 @@ class ha_tokudb : public handler { int estimate_num_rows(DB* db, uint64_t* num_rows, DB_TXN* txn); bool has_auto_increment_flag(uint* index); +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA int write_frm_data(DB* db, DB_TXN* txn, const char* frm_name); int verify_frm_data(const char* frm_name, DB_TXN* trans); int remove_frm_data(DB *db, DB_TXN *txn); +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA int write_to_status(DB* db, HA_METADATA_KEY curr_key_data, void* data, uint size, DB_TXN* txn); int remove_from_status(DB* db, HA_METADATA_KEY curr_key_data, DB_TXN* txn); @@ -706,12 +700,12 @@ class ha_tokudb : public handler { toku_compression_method compression_method ); int create_main_dictionary(const char* name, TABLE* form, DB_TXN* txn, KEY_AND_COL_INFO* kc_info, toku_compression_method compression_method); - void trace_create_table_info(const char *name, TABLE * form); + void trace_create_table_info(TABLE* form); int is_index_unique(bool* is_unique, DB_TXN* txn, DB* db, KEY* key_info, int lock_flags); int is_val_unique(bool* is_unique, uchar* record, KEY* key_info, uint dict_index, DB_TXN* txn); int do_uniqueness_checks(uchar* record, DB_TXN* txn, THD* thd); void set_main_dict_put_flags(THD* thd, bool opt_eligible, uint32_t* put_flags); - int insert_row_to_main_dictionary(uchar* record, DBT* pk_key, DBT* pk_val, DB_TXN* txn); + int insert_row_to_main_dictionary(DBT* pk_key, DBT* pk_val, DB_TXN* txn); int insert_rows_to_dictionaries_mult(DBT* pk_key, DBT* pk_val, DB_TXN* txn, THD* thd); void test_row_packing(uchar* record, DBT* pk_key, DBT* pk_val); uint32_t fill_row_mutator( @@ -921,15 +915,15 @@ class ha_tokudb : public handler { Item* idx_cond_push(uint keyno, class Item* idx_cond); void cancel_pushed_idx_cond(); -#if TOKU_INCLUDE_ALTER_56 +#if defined(TOKU_INCLUDE_ALTER_56) && TOKU_INCLUDE_ALTER_56 public: enum_alter_inplace_result check_if_supported_inplace_alter(TABLE *altered_table, Alter_inplace_info *ha_alter_info); bool prepare_inplace_alter_table(TABLE *altered_table, Alter_inplace_info *ha_alter_info); bool inplace_alter_table(TABLE *altered_table, Alter_inplace_info *ha_alter_info); bool commit_inplace_alter_table(TABLE *altered_table, Alter_inplace_info *ha_alter_info, bool commit); private: - int alter_table_add_index(TABLE *altered_table, Alter_inplace_info *ha_alter_info); - int alter_table_drop_index(TABLE *altered_table, Alter_inplace_info *ha_alter_info); + int alter_table_add_index(Alter_inplace_info* ha_alter_info); + int alter_table_drop_index(Alter_inplace_info* ha_alter_info); int alter_table_add_or_drop_column(TABLE *altered_table, Alter_inplace_info *ha_alter_info); int alter_table_expand_varchar_offsets(TABLE *altered_table, Alter_inplace_info *ha_alter_info); int alter_table_expand_columns(TABLE *altered_table, Alter_inplace_info *ha_alter_info); @@ -937,18 +931,21 @@ class ha_tokudb : public handler { int alter_table_expand_blobs(TABLE *altered_table, Alter_inplace_info *ha_alter_info); void print_alter_info(TABLE *altered_table, Alter_inplace_info *ha_alter_info); int setup_kc_info(TABLE *altered_table, KEY_AND_COL_INFO *kc_info); - int new_row_descriptor(TABLE *table, TABLE *altered_table, Alter_inplace_info *ha_alter_info, uint32_t idx, DBT *row_descriptor); + int new_row_descriptor(TABLE* altered_table, + Alter_inplace_info* ha_alter_info, + uint32_t idx, + DBT* row_descriptor); public: -#endif -#if TOKU_INCLUDE_ALTER_55 +#endif // defined(TOKU_INCLUDE_ALTER_56) && TOKU_INCLUDE_ALTER_56 +#if defined(TOKU_INCLUDE_ALTER_55) && TOKU_INCLUDE_ALTER_55 public: // Returns true of the 5.6 inplace alter table interface is used. bool try_hot_alter_table(); // Used by the partition storage engine to provide new frm data for the table. int new_alter_table_frm_data(const uchar *frm_data, size_t frm_len); -#endif +#endif // defined(TOKU_INCLUDE_ALTER_55) && TOKU_INCLUDE_ALTER_55 private: int tokudb_add_index(TABLE* table_arg, @@ -962,12 +959,8 @@ class ha_tokudb : public handler { uint num_of_keys, bool incremented_numDBs, bool modified_DBs); - int drop_indexes(TABLE* table_arg, - uint* key_num, - uint num_of_keys, - KEY* key_info, - DB_TXN* txn); - void restore_drop_indexes(TABLE* table_arg, uint* key_num, uint num_of_keys); + int drop_indexes(uint* key_num, uint num_of_keys, KEY* key_info, DB_TXN* txn); + void restore_drop_indexes(uint* key_num, uint num_of_keys); public: // delete all rows from the table @@ -1018,9 +1011,11 @@ class ha_tokudb : public handler { uchar* buf, DBT* key_to_compare); -#if TOKU_INCLUDE_ROW_TYPE_COMPRESSION +#if defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && \ + TOKU_INCLUDE_ROW_TYPE_COMPRESSION enum row_type get_row_type() const; -#endif +#endif // defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && + // TOKU_INCLUDE_ROW_TYPE_COMPRESSION private: int read_full_row(uchar * buf); int __close(); @@ -1034,18 +1029,35 @@ class ha_tokudb : public handler { void close_dsmrr(); void reset_dsmrr(); -#if TOKU_INCLUDE_WRITE_FRM_DATA +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA int write_frm_data(const uchar *frm_data, size_t frm_len); -#endif -#if TOKU_INCLUDE_UPSERT +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA + private: - int fast_update(THD *thd, List &update_fields, List &update_values, Item *conds); - bool check_fast_update(THD *thd, List &update_fields, List &update_values, Item *conds); - int send_update_message(List &update_fields, List &update_values, Item *conds, DB_TXN *txn); - int upsert(THD *thd, List &update_fields, List &update_values); - bool check_upsert(THD *thd, List &update_fields, List &update_values); - int send_upsert_message(THD *thd, List &update_fields, List &update_values, DB_TXN *txn); -#endif +#if defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT + MY_NODISCARD int fast_update(THD *thd, + List &update_fields, + List &update_values, + Item *conds); + MY_NODISCARD bool check_fast_update(THD *thd, + List &update_fields, + List &update_values, + Item *conds); + MY_NODISCARD int send_update_message(List &update_fields, + List &update_values, + Item *conds, + DB_TXN *txn); + MY_NODISCARD int upsert(THD *thd, + List &update_fields, + List &update_values); + MY_NODISCARD bool check_upsert(THD *thd, + List &update_fields, + List &update_values); + MY_NODISCARD int send_upsert_message(List &update_fields, + List &update_values, + DB_TXN *txn); +#endif // defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT + public: // mysql sometimes retires a txn before a cursor that references the txn is closed. // for example, commit is sometimes called before index_end. the following methods @@ -1060,6 +1072,7 @@ class ha_tokudb : public handler { int do_optimize(THD *thd); int map_to_handler_error(int error); +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR public: void rpl_before_write_rows(); void rpl_after_write_rows(); @@ -1072,6 +1085,7 @@ class ha_tokudb : public handler { bool in_rpl_write_rows; bool in_rpl_delete_rows; bool in_rpl_update_rows; +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR }; #endif // _HA_TOKUDB_H diff --git a/storage/tokudb/ha_tokudb_admin.cc b/storage/tokudb/ha_tokudb_admin.cc index e1443101bb69f421b0a9af20e841ed0c0cc520e1..8d4a67186fe331d3521cf6da090e845b4886cd82 100644 --- a/storage/tokudb/ha_tokudb_admin.cc +++ b/storage/tokudb/ha_tokudb_admin.cc @@ -760,7 +760,7 @@ int standard_t::analyze_key(uint64_t* rec_per_key_part) { } // namespace tokudb -int ha_tokudb::analyze(THD *thd, HA_CHECK_OPT *check_opt) { +int ha_tokudb::analyze(THD *thd, TOKUDB_UNUSED(HA_CHECK_OPT *check_opt)) { TOKUDB_HANDLER_DBUG_ENTER("%s", share->table_name()); int result = HA_ADMIN_OK; tokudb::sysvars::analyze_mode_t mode = tokudb::sysvars::analyze_mode(thd); @@ -985,7 +985,8 @@ int ha_tokudb::do_optimize(THD* thd) { TOKUDB_HANDLER_DBUG_RETURN(error); } -int ha_tokudb::optimize(THD* thd, HA_CHECK_OPT* check_opt) { +int ha_tokudb::optimize(TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(HA_CHECK_OPT* check_opt)) { TOKUDB_HANDLER_DBUG_ENTER("%s", share->table_name()); int error; #if TOKU_OPTIMIZE_WITH_RECREATE @@ -1000,7 +1001,8 @@ struct check_context { THD* thd; }; -static int ha_tokudb_check_progress(void* extra, float progress) { +static int ha_tokudb_check_progress(void* extra, + TOKUDB_UNUSED(float progress)) { struct check_context* context = (struct check_context*)extra; int result = 0; if (thd_kill_level(context->thd)) diff --git a/storage/tokudb/ha_tokudb_alter_55.cc b/storage/tokudb/ha_tokudb_alter_55.cc index 3e6a38c97dec248bcbaed0c8c4ba507874f5b8a0..6ceec208768640c274c249cabd5a02a55801216e 100644 --- a/storage/tokudb/ha_tokudb_alter_55.cc +++ b/storage/tokudb/ha_tokudb_alter_55.cc @@ -35,7 +35,11 @@ bool ha_tokudb::try_hot_alter_table() { } int ha_tokudb::new_alter_table_frm_data(const uchar *frm_data, size_t frm_len) { +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA return write_frm_data(frm_data, frm_len); +#else + return 0; +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA } #endif diff --git a/storage/tokudb/ha_tokudb_alter_56.cc b/storage/tokudb/ha_tokudb_alter_56.cc index 473c4984eb6090cf5aeede341ce0ed01435dbba0..b579d00f67bbd0cb94e0562030248014a1d6a423 100644 --- a/storage/tokudb/ha_tokudb_alter_56.cc +++ b/storage/tokudb/ha_tokudb_alter_56.cc @@ -163,17 +163,13 @@ static int find_changed_fields( return changed_fields.elements(); } -static bool change_length_is_supported( - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx); +static bool change_length_is_supported(TABLE* table, + TABLE* altered_table, + tokudb_alter_ctx* ctx); -static bool change_type_is_supported( - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx); +static bool change_type_is_supported(TABLE* table, + TABLE* altered_table, + tokudb_alter_ctx* ctx); // The ha_alter_info->handler_flags can not be trusted. // This function maps the bogus handler flags to something we like. @@ -248,6 +244,40 @@ static bool only_flags(ulong bits, ulong mask) { return (bits & mask) != 0 && (bits & ~mask) == 0; } +// Table create options that should be ignored by TokuDB +// There are 25 total create options defined by mysql server (see handler.h), +// and only 4 options will touch engine data, either rebuild engine data or +// just update meta info: +// 1. HA_CREATE_USED_AUTO update auto_inc info +// 2. HA_CREATE_USED_CHARSET rebuild table if contains character columns +// 3. HA_CREATE_USED_ENGINE rebuild table +// 4. HA_CREATE_USED_ROW_FORMAT update compression method info +// +// All the others are either not supported by TokuDB or no need to +// touch engine data. +static constexpr uint32_t TOKUDB_IGNORED_ALTER_CREATE_OPTION_FIELDS = + HA_CREATE_USED_RAID | // deprecated field + HA_CREATE_USED_UNION | // for MERGE table + HA_CREATE_USED_INSERT_METHOD | // for MERGE table + HA_CREATE_USED_MIN_ROWS | // for MEMORY table + HA_CREATE_USED_MAX_ROWS | // for NDB table + HA_CREATE_USED_AVG_ROW_LENGTH | // for MyISAM table + HA_CREATE_USED_PACK_KEYS | // for MyISAM table + HA_CREATE_USED_DEFAULT_CHARSET | // no need to rebuild + HA_CREATE_USED_DATADIR | // ignored by alter + HA_CREATE_USED_INDEXDIR | // ignored by alter + HA_CREATE_USED_CHECKSUM | // for MyISAM table + HA_CREATE_USED_DELAY_KEY_WRITE | // for MyISAM table + HA_CREATE_USED_COMMENT | // no need to rebuild + HA_CREATE_USED_PASSWORD | // not supported by community version + HA_CREATE_USED_CONNECTION | // for FEDERATED table + HA_CREATE_USED_KEY_BLOCK_SIZE | // not supported by TokuDB + HA_CREATE_USED_TRANSACTIONAL | // unused + HA_CREATE_USED_PAGE_CHECKSUM | // unsued + HA_CREATE_USED_STATS_PERSISTENT | // not supported by TokuDB + HA_CREATE_USED_STATS_AUTO_RECALC | // not supported by TokuDB + HA_CREATE_USED_STATS_SAMPLE_PAGES; // not supported by TokuDB + // Check if an alter table operation on this table and described by the alter // table parameters is supported inplace and if so, what type of locking is // needed to execute it. return values: @@ -446,10 +476,7 @@ enum_alter_inplace_result ha_tokudb::check_if_supported_inplace_alter( setup_kc_info(altered_table, ctx->altered_table_kc_info) == 0) { // change column length - if (change_length_is_supported( - table, - altered_table, - ha_alter_info, ctx)) { + if (change_length_is_supported(table, altered_table, ctx)) { result = HA_ALTER_INPLACE_EXCLUSIVE_LOCK; } } else if ((ctx->handler_flags & Alter_inplace_info::ALTER_COLUMN_TYPE) && @@ -465,10 +492,7 @@ enum_alter_inplace_result ha_tokudb::check_if_supported_inplace_alter( setup_kc_info(altered_table, ctx->altered_table_kc_info) == 0) { // change column type - if (change_type_is_supported( - table, - altered_table, - ha_alter_info, ctx)) { + if (change_type_is_supported(table, altered_table, ctx)) { result = HA_ALTER_INPLACE_EXCLUSIVE_LOCK; } } else if (only_flags( @@ -503,6 +527,10 @@ enum_alter_inplace_result ha_tokudb::check_if_supported_inplace_alter( tokudb::sysvars::alter_print_error(thd) != 0)) { result = HA_ALTER_INPLACE_EXCLUSIVE_LOCK; } + } else if (only_flags( + create_info->used_fields, + TOKUDB_IGNORED_ALTER_CREATE_OPTION_FIELDS)) { + result = HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE; } } #if TOKU_OPTIMIZE_WITH_RECREATE @@ -538,10 +566,8 @@ enum_alter_inplace_result ha_tokudb::check_if_supported_inplace_alter( } // Prepare for the alter operations -bool ha_tokudb::prepare_inplace_alter_table( - TABLE* altered_table, - Alter_inplace_info* ha_alter_info) { - +bool ha_tokudb::prepare_inplace_alter_table(TOKUDB_UNUSED(TABLE* altered_table), + Alter_inplace_info* ha_alter_info) { TOKUDB_HANDLER_DBUG_ENTER(""); tokudb_alter_ctx* ctx = static_cast(ha_alter_info->handler_ctx); @@ -571,13 +597,13 @@ bool ha_tokudb::inplace_alter_table( (ctx->handler_flags & (Alter_inplace_info::DROP_INDEX + Alter_inplace_info::DROP_UNIQUE_INDEX))) { - error = alter_table_drop_index(altered_table, ha_alter_info); + error = alter_table_drop_index(ha_alter_info); } if (error == 0 && (ctx->handler_flags & (Alter_inplace_info::ADD_INDEX + Alter_inplace_info::ADD_UNIQUE_INDEX))) { - error = alter_table_add_index(altered_table, ha_alter_info); + error = alter_table_add_index(ha_alter_info); } if (error == 0 && (ctx->handler_flags & @@ -644,20 +670,24 @@ bool ha_tokudb::inplace_alter_table( error = do_optimize(ha_thd()); } + +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA #if (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50699) || \ (50700 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50799) -#if WITH_PARTITION_STORAGE_ENGINE +#if defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE if (error == 0 && (TOKU_PARTITION_WRITE_FRM_DATA || altered_table->part_info == NULL)) { #else if (error == 0) { -#endif +#endif // defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE error = write_frm_data( share->status_block, ctx->alter_txn, altered_table->s->path.str); } -#endif +#endif // (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50699) || + // (50700 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50799) +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA bool result = false; // success if (error) { @@ -668,9 +698,7 @@ bool ha_tokudb::inplace_alter_table( DBUG_RETURN(result); } -int ha_tokudb::alter_table_add_index( - TABLE* altered_table, - Alter_inplace_info* ha_alter_info) { +int ha_tokudb::alter_table_add_index(Alter_inplace_info* ha_alter_info) { // sort keys in add index order KEY* key_info = (KEY*)tokudb::memory::malloc( @@ -741,9 +769,7 @@ static bool find_index_of_key( return false; } -int ha_tokudb::alter_table_drop_index( - TABLE* altered_table, - Alter_inplace_info* ha_alter_info) { +int ha_tokudb::alter_table_drop_index(Alter_inplace_info* ha_alter_info) { KEY *key_info = table->key_info; // translate key names to indexes into the key_info array @@ -771,12 +797,10 @@ int ha_tokudb::alter_table_drop_index( static_cast(ha_alter_info->handler_ctx); ctx->drop_index_changed = true; - int error = drop_indexes( - table, - index_drop_offsets, - ha_alter_info->index_drop_count, - key_info, - ctx->alter_txn); + int error = drop_indexes(index_drop_offsets, + ha_alter_info->index_drop_count, + key_info, + ctx->alter_txn); if (error == 0) ctx->reset_card = true; @@ -837,11 +861,7 @@ int ha_tokudb::alter_table_add_or_drop_column( // change to a new descriptor DBT row_descriptor; memset(&row_descriptor, 0, sizeof row_descriptor); error = new_row_descriptor( - table, - altered_table, - ha_alter_info, - i, - &row_descriptor); + altered_table, ha_alter_info, i, &row_descriptor); if (error) goto cleanup; error = share->key_file[i]->change_descriptor( @@ -891,11 +911,9 @@ int ha_tokudb::alter_table_add_or_drop_column( // transaction. // If abort then abort the alter transaction and try to rollback the // non-transactional changes. -bool ha_tokudb::commit_inplace_alter_table( - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - bool commit) { - +bool ha_tokudb::commit_inplace_alter_table(TOKUDB_UNUSED(TABLE* altered_table), + Alter_inplace_info* ha_alter_info, + bool commit) { TOKUDB_HANDLER_DBUG_ENTER(""); tokudb_alter_ctx* ctx = @@ -911,13 +929,14 @@ bool ha_tokudb::commit_inplace_alter_table( ha_alter_info->group_commit_ctx = NULL; } #endif +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA #if (50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50599) || \ (100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100199) -#if WITH_PARTITION_STORAGE_ENGINE +#if defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE if (TOKU_PARTITION_WRITE_FRM_DATA || altered_table->part_info == NULL) { #else if (true) { -#endif +#endif // defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE int error = write_frm_data( share->status_block, ctx->alter_txn, @@ -928,7 +947,9 @@ bool ha_tokudb::commit_inplace_alter_table( print_error(error, MYF(0)); } } -#endif +#endif // (50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50599) || + // (100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100099) +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA } if (!commit) { @@ -1010,10 +1031,8 @@ bool ha_tokudb::commit_inplace_alter_table( &index_drop_offsets[i]); assert_always(found); } - restore_drop_indexes( - table, - index_drop_offsets, - ha_alter_info->index_drop_count); + restore_drop_indexes(index_drop_offsets, + ha_alter_info->index_drop_count); } if (ctx->compression_changed) { uint32_t curr_num_DBs = @@ -1060,11 +1079,7 @@ int ha_tokudb::alter_table_expand_varchar_offsets( // change to a new descriptor DBT row_descriptor; memset(&row_descriptor, 0, sizeof row_descriptor); error = new_row_descriptor( - table, - altered_table, - ha_alter_info, - i, - &row_descriptor); + altered_table, ha_alter_info, i, &row_descriptor); if (error) break; error = share->key_file[i]->change_descriptor( @@ -1142,14 +1157,9 @@ static bool field_in_key_of_table(TABLE *table, Field *field) { // Return true if all changed varchar/varbinary field lengths can be changed // inplace, otherwise return false -static bool change_varchar_length_is_supported( - Field* old_field, - Field* new_field, - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx) { - +static bool change_varchar_length_is_supported(Field* old_field, + Field* new_field, + tokudb_alter_ctx* ctx) { if (old_field->real_type() != MYSQL_TYPE_VARCHAR || new_field->real_type() != MYSQL_TYPE_VARCHAR || old_field->binary() != new_field->binary() || @@ -1168,12 +1178,9 @@ static bool change_varchar_length_is_supported( // Return true if all changed field lengths can be changed inplace, otherwise // return false -static bool change_length_is_supported( - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx) { - +static bool change_length_is_supported(TABLE* table, + TABLE* altered_table, + tokudb_alter_ctx* ctx) { if (table->s->fields != altered_table->s->fields) return false; if (table->s->null_bytes != altered_table->s->null_bytes) @@ -1193,13 +1200,7 @@ static bool change_length_is_supported( if (field_in_key_of_table(table, old_field) || field_in_key_of_table(altered_table, new_field)) return false; // not in any key - if (!change_varchar_length_is_supported( - old_field, - new_field, - table, - altered_table, - ha_alter_info, - ctx)) + if (!change_varchar_length_is_supported(old_field, new_field, ctx)) return false; } @@ -1307,11 +1308,7 @@ int ha_tokudb::alter_table_expand_one_column( // change to a new descriptor DBT row_descriptor; memset(&row_descriptor, 0, sizeof row_descriptor); error = new_row_descriptor( - table, - altered_table, - ha_alter_info, - i, - &row_descriptor); + altered_table, ha_alter_info, i, &row_descriptor); if (error) break; error = share->key_file[i]->change_descriptor( @@ -1426,11 +1423,7 @@ int ha_tokudb::alter_table_expand_blobs( // change to a new descriptor DBT row_descriptor; memset(&row_descriptor, 0, sizeof row_descriptor); error = new_row_descriptor( - table, - altered_table, - ha_alter_info, - i, - &row_descriptor); + altered_table, ha_alter_info, i, &row_descriptor); if (error) break; error = share->key_file[i]->change_descriptor( @@ -1486,13 +1479,9 @@ int ha_tokudb::alter_table_expand_blobs( } // Return true if two fixed length fields can be changed inplace -static bool change_fixed_length_is_supported( - TABLE* table, - TABLE* altered_table, - Field* old_field, - Field* new_field, - tokudb_alter_ctx* ctx) { - +static bool change_fixed_length_is_supported(Field* old_field, + Field* new_field, + tokudb_alter_ctx* ctx) { // no change in size is supported if (old_field->pack_length() == new_field->pack_length()) return true; @@ -1503,13 +1492,9 @@ static bool change_fixed_length_is_supported( return true; } -static bool change_blob_length_is_supported( - TABLE* table, - TABLE* altered_table, - Field* old_field, - Field* new_field, - tokudb_alter_ctx* ctx) { - +static bool change_blob_length_is_supported(Field* old_field, + Field* new_field, + tokudb_alter_ctx* ctx) { // blob -> longer or equal length blob if (old_field->binary() && new_field->binary() && old_field->pack_length() <= new_field->pack_length()) { @@ -1541,26 +1526,16 @@ static bool is_int_type(enum_field_types t) { } // Return true if two field types can be changed inplace -static bool change_field_type_is_supported( - Field* old_field, - Field* new_field, - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx) { - +static bool change_field_type_is_supported(Field* old_field, + Field* new_field, + tokudb_alter_ctx* ctx) { enum_field_types old_type = old_field->real_type(); enum_field_types new_type = new_field->real_type(); if (is_int_type(old_type)) { // int and unsigned int expansion if (is_int_type(new_type) && is_unsigned(old_field) == is_unsigned(new_field)) - return change_fixed_length_is_supported( - table, - altered_table, - old_field, - new_field, - ctx); + return change_fixed_length_is_supported(old_field, new_field, ctx); else return false; } else if (old_type == MYSQL_TYPE_STRING) { @@ -1568,43 +1543,24 @@ static bool change_field_type_is_supported( if (new_type == MYSQL_TYPE_STRING && old_field->binary() == new_field->binary() && old_field->charset()->number == new_field->charset()->number) - return change_fixed_length_is_supported( - table, - altered_table, - old_field, - new_field, - ctx); + return change_fixed_length_is_supported(old_field, new_field, ctx); else return false; } else if (old_type == MYSQL_TYPE_VARCHAR) { // varchar(X) -> varchar(Y) and varbinary(X) -> varbinary(Y) expansion // where X < 256 <= Y the ALTER_COLUMN_TYPE handler flag is set for // these cases - return change_varchar_length_is_supported( - old_field, - new_field, - table, - altered_table, - ha_alter_info, - ctx); + return change_varchar_length_is_supported(old_field, new_field, ctx); } else if (old_type == MYSQL_TYPE_BLOB && new_type == MYSQL_TYPE_BLOB) { - return change_blob_length_is_supported( - table, - altered_table, - old_field, - new_field, - ctx); + return change_blob_length_is_supported(old_field, new_field, ctx); } else return false; } // Return true if all changed field types can be changed inplace -static bool change_type_is_supported( - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - tokudb_alter_ctx* ctx) { - +static bool change_type_is_supported(TABLE* table, + TABLE* altered_table, + tokudb_alter_ctx* ctx) { if (table->s->null_bytes != altered_table->s->null_bytes) return false; if (table->s->fields != altered_table->s->fields) @@ -1620,13 +1576,7 @@ static bool change_type_is_supported( if (field_in_key_of_table(table, old_field) || field_in_key_of_table(altered_table, new_field)) return false; - if (!change_field_type_is_supported( - old_field, - new_field, - table, - altered_table, - ha_alter_info, - ctx)) + if (!change_field_type_is_supported(old_field, new_field, ctx)) return false; } return true; @@ -1636,13 +1586,10 @@ static bool change_type_is_supported( // table identified with idx. // Return the new descriptor in the row_descriptor DBT. // Return non-zero on error. -int ha_tokudb::new_row_descriptor( - TABLE* table, - TABLE* altered_table, - Alter_inplace_info* ha_alter_info, - uint32_t idx, - DBT* row_descriptor) { - +int ha_tokudb::new_row_descriptor(TABLE* altered_table, + Alter_inplace_info* ha_alter_info, + uint32_t idx, + DBT* row_descriptor) { int error = 0; tokudb_alter_ctx* ctx = static_cast(ha_alter_info->handler_ctx); diff --git a/storage/tokudb/ha_tokudb_alter_common.cc b/storage/tokudb/ha_tokudb_alter_common.cc index d41a676de1f3169e482b22a96b388ccc60229444..1de4c4017508415b7042e576a665a3ef247de30c 100644 --- a/storage/tokudb/ha_tokudb_alter_common.cc +++ b/storage/tokudb/ha_tokudb_alter_common.cc @@ -764,13 +764,14 @@ static bool tables_have_same_keys_and_columns( return retval; } -#if TOKU_INCLUDE_WRITE_FRM_DATA +#if defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA // write the new frm data to the status dictionary using the alter table // transaction int ha_tokudb::write_frm_data(const uchar* frm_data, size_t frm_len) { TOKUDB_DBUG_ENTER("write_frm_data"); int error = 0; +#if defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE if (TOKU_PARTITION_WRITE_FRM_DATA || table->part_info == NULL) { // write frmdata to status THD* thd = ha_thd(); @@ -787,9 +788,10 @@ int ha_tokudb::write_frm_data(const uchar* frm_data, size_t frm_len) { (uint)frm_len, txn); } +#endif // defined(WITH_PARTITION_STORAGE_ENGINE) && WITH_PARTITION_STORAGE_ENGINE TOKUDB_DBUG_RETURN(error); } -#endif +#endif // defined(TOKU_INCLUDE_WRITE_FRM_DATA) && TOKU_INCLUDE_WRITE_FRM_DATA #endif diff --git a/storage/tokudb/ha_tokudb_update.cc b/storage/tokudb/ha_tokudb_update.cc index 9fe5e729ec4e87ee4b31351c28ad6cbb0a8c983c..bae19ba8b16ff747928a124fdb64a47b2b8fb645 100644 --- a/storage/tokudb/ha_tokudb_update.cc +++ b/storage/tokudb/ha_tokudb_update.cc @@ -23,8 +23,6 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved." -#if TOKU_INCLUDE_UPSERT - // Point updates and upserts // Restrictions: @@ -52,6 +50,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. // Support more complicated update expressions // Replace field_offset +#if defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT // Debug function to dump an Item static void dump_item(Item* item) { fprintf(stderr, "%u", item->type()); @@ -130,7 +129,7 @@ static void dump_item_list(const char* h, List &l) { } // Find a Field by its Item name -static Field* find_field_by_name(TABLE* table, Item* item) { +static Field* find_field_by_name(TOKUDB_UNUSED(TABLE* table), Item* item) { if (item->type() != Item::FIELD_ITEM) return NULL; Item_field* field_item = static_cast(item); @@ -191,12 +190,9 @@ static uint32_t var_field_index( return v_index; } -static uint32_t blob_field_index( - TABLE* table, - KEY_AND_COL_INFO* kc_info, - uint idx, - uint field_num) { - +static uint32_t blob_field_index(TABLE* table, + KEY_AND_COL_INFO* kc_info, + uint field_num) { assert_always(field_num < table->s->fields); uint b_index; for (b_index = 0; b_index < kc_info->num_blobs; b_index++) { @@ -221,43 +217,46 @@ int ha_tokudb::fast_update( TOKUDB_HANDLER_DBUG_ENTER(""); int error = 0; + if (!tokudb::sysvars::enable_fast_update(thd)) { + error = ENOTSUP; + goto exit; + } + if (TOKUDB_UNLIKELY(TOKUDB_DEBUG_FLAGS(TOKUDB_DEBUG_UPSERT))) { dump_item_list("fields", update_fields); dump_item_list("values", update_values); if (conds) { - fprintf(stderr, "conds\n"); dump_item(conds); fprintf(stderr, "\n"); + fprintf(stderr, "conds\n"); + dump_item(conds); + fprintf(stderr, "\n"); } } if (update_fields.elements < 1 || update_fields.elements != update_values.elements) { error = ENOTSUP; // something is fishy with the parameters - goto return_error; + goto exit; } - + if (!check_fast_update(thd, update_fields, update_values, conds)) { - error = ENOTSUP; - goto check_error; + error = HA_ERR_UNSUPPORTED; + goto exit; } error = send_update_message( - update_fields, - update_values, - conds, - transaction); - if (error != 0) { - goto check_error; - } + update_fields, update_values, conds, transaction); -check_error: - if (error != 0) { - if (tokudb::sysvars::disable_slow_update(thd) != 0) + if (error) { + int mapped_error = map_to_handler_error(error); + if (mapped_error == error) error = HA_ERR_UNSUPPORTED; - if (error != ENOTSUP) - print_error(error, MYF(0)); } -return_error: +exit: + + if (error != 0 && error != ENOTSUP) + print_error(error, MYF(0)); + TOKUDB_HANDLER_DBUG_RETURN(error); } @@ -773,11 +772,7 @@ static void marshall_update( update_operation = '='; field_type = lhs_field->binary() ? UPDATE_TYPE_BLOB : UPDATE_TYPE_TEXT; offset = - blob_field_index( - table, - &share->kc_info, - table->s->primary_key, - lhs_field->field_index); + blob_field_index(table, &share->kc_info, lhs_field->field_index); v_str = *rhs_item->val_str(&v_str); v_length = v_str.length(); if (v_length >= lhs_field->max_data_length()) { @@ -953,9 +948,13 @@ int ha_tokudb::upsert( List& update_values) { TOKUDB_HANDLER_DBUG_ENTER(""); - int error = 0; + if (!tokudb::sysvars::enable_fast_upsert(thd)) { + error = ENOTSUP; + goto exit; + } + if (TOKUDB_UNLIKELY(TOKUDB_DEBUG_FLAGS(TOKUDB_DEBUG_UPSERT))) { fprintf(stderr, "upsert\n"); dump_item_list("update_fields", update_fields); @@ -966,28 +965,27 @@ int ha_tokudb::upsert( if (update_fields.elements < 1 || update_fields.elements != update_values.elements) { error = ENOTSUP; - goto return_error; + goto exit; } if (!check_upsert(thd, update_fields, update_values)) { - error = ENOTSUP; - goto check_error; - } - - error = send_upsert_message(thd, update_fields, update_values, transaction); - if (error != 0) { - goto check_error; + error = HA_ERR_UNSUPPORTED; + goto exit; } -check_error: - if (error != 0) { - if (tokudb::sysvars::disable_slow_upsert(thd) != 0) + error = send_upsert_message(update_fields, update_values, transaction); + + if (error) { + int mapped_error = map_to_handler_error(error); + if (mapped_error == error) error = HA_ERR_UNSUPPORTED; - if (error != ENOTSUP) - print_error(error, MYF(0)); } -return_error: +exit: + + if (error != 0 && error != ENOTSUP) + print_error(error, MYF(0)); + TOKUDB_HANDLER_DBUG_RETURN(error); } @@ -1036,7 +1034,6 @@ bool ha_tokudb::check_upsert( // Generate an upsert message and send it into the primary tree. // Return 0 if successful. int ha_tokudb::send_upsert_message( - THD* thd, List& update_fields, List& update_values, DB_TXN* txn) { @@ -1131,5 +1128,4 @@ int ha_tokudb::send_upsert_message( return error; } - -#endif +#endif // defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT diff --git a/storage/tokudb/hatoku_cmp.cc b/storage/tokudb/hatoku_cmp.cc index 88ba83ea0ab1651d4bbdf708271d46b49ba139dc..f5ec80d87c01030af6834296dc72159b472d41fb 100644 --- a/storage/tokudb/hatoku_cmp.cc +++ b/storage/tokudb/hatoku_cmp.cc @@ -1865,15 +1865,10 @@ static uint32_t pack_desc_pk_info(uchar* buf, KEY_AND_COL_INFO* kc_info, TABLE_S return pos - buf; } -static uint32_t pack_desc_pk_offset_info( - uchar* buf, - KEY_AND_COL_INFO* kc_info, - TABLE_SHARE* table_share, - KEY_PART_INFO* key_part, - KEY* prim_key, - uchar* pk_info - ) -{ +static uint32_t pack_desc_pk_offset_info(uchar* buf, + KEY_PART_INFO* key_part, + KEY* prim_key, + uchar* pk_info) { uchar* pos = buf; uint16 field_index = key_part->field->field_index; bool found_col_in_pk = false; @@ -1999,7 +1994,9 @@ static uint32_t pack_desc_key_length_info(uchar* buf, KEY_AND_COL_INFO* kc_info, return pos - buf; } -static uint32_t pack_desc_char_info(uchar* buf, KEY_AND_COL_INFO* kc_info, TABLE_SHARE* table_share, KEY_PART_INFO* key_part) { +static uint32_t pack_desc_char_info(uchar* buf, + TABLE_SHARE* table_share, + KEY_PART_INFO* key_part) { uchar* pos = buf; uint16 field_index = key_part->field->field_index; Field* field = table_share->field[field_index]; @@ -2561,14 +2558,7 @@ static uint32_t create_toku_secondary_key_pack_descriptor ( pos += sizeof(uint32_t); } if (is_col_in_pk) { - pos += pack_desc_pk_offset_info( - pos, - kc_info, - table_share, - &curr_kpi, - prim_key, - pk_info - ); + pos += pack_desc_pk_offset_info(pos, &curr_kpi, prim_key, pk_info); } else { pos += pack_desc_offset_info( @@ -2585,12 +2575,7 @@ static uint32_t create_toku_secondary_key_pack_descriptor ( table_share, &curr_kpi ); - pos += pack_desc_char_info( - pos, - kc_info, - table_share, - &curr_kpi - ); + pos += pack_desc_char_info(pos, table_share, &curr_kpi); } offset = pos - buf; diff --git a/storage/tokudb/hatoku_cmp.h b/storage/tokudb/hatoku_cmp.h index 34b3cfbe1f80b5700e76c60fc4e436e6cf30e3e8..b9261a608ded877034bf817343e4c4661c7f08a0 100644 --- a/storage/tokudb/hatoku_cmp.h +++ b/storage/tokudb/hatoku_cmp.h @@ -354,11 +354,7 @@ static uint32_t create_toku_clustering_val_pack_descriptor ( bool is_clustering ); -static inline bool is_key_clustering( - void* row_desc, - uint32_t row_desc_size - ) -{ +static inline bool is_key_clustering(uint32_t row_desc_size) { return (row_desc_size > 0); } @@ -384,12 +380,8 @@ static uint32_t create_toku_secondary_key_pack_descriptor ( KEY* prim_key ); -static inline bool is_key_pk( - void* row_desc, - uint32_t row_desc_size - ) -{ - uchar* buf = (uchar *)row_desc; +static inline bool is_key_pk(void* row_desc) { + uchar* buf = (uchar*)row_desc; return buf[0]; } diff --git a/storage/tokudb/hatoku_defines.h b/storage/tokudb/hatoku_defines.h index 360272969e57d9d9b2a0b10e85e48d66476181de..d71ed6e668813d52b3be9a8223afbe494d3a5f09 100644 --- a/storage/tokudb/hatoku_defines.h +++ b/storage/tokudb/hatoku_defines.h @@ -35,7 +35,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "log.h" #include "sql_class.h" #include "sql_show.h" -#include "discover.h" +#include "item_cmpfunc.h" //#include #include "debug_sync.h" @@ -54,12 +54,17 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include #include +#if !defined(__STDC_FORMAT_MACROS) #define __STDC_FORMAT_MACROS +#endif // !defined(__STDC_FORMAT_MACROS) #include #if defined(_WIN32) #include "misc.h" #endif +#include +#include + #include "db.h" #include "toku_os.h" #include "toku_time.h" @@ -69,15 +74,28 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #pragma interface /* gcc class implementation */ #endif -#if 100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100199 +// TOKU_INCLUDE_WRITE_FRM_DATA, TOKU_PARTITION_WRITE_FRM_DATA, and +// TOKU_INCLUDE_DISCOVER_FRM all work together as two opposing sides +// of the same functionality. The 'WRITE' includes functionality to +// write a copy of every tables .frm data into the tables status dictionary on +// CREATE or ALTER. When WRITE is in, the .frm data is also verified whenever a +// table is opened. +// +// The 'DISCOVER' then implements the MySQL table discovery API which reads +// this same data and returns it back to MySQL. +// In most cases, they should all be in or out without mixing. There may be +// extreme cases though where one side (WRITE) is supported but perhaps +// 'DISCOVERY' may not be, thus the need for individual indicators. +#if 100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100199 // mariadb 10.0 #define TOKU_USE_DB_TYPE_TOKUDB 1 #define TOKU_INCLUDE_ALTER_56 1 #define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 0 #define TOKU_INCLUDE_XA 1 -#define TOKU_INCLUDE_WRITE_FRM_DATA 0 +#define TOKU_INCLUDE_WRITE_FRM_DATA 1 #define TOKU_PARTITION_WRITE_FRM_DATA 0 +#define TOKU_INCLUDE_DISCOVER_FRM 1 #if defined(MARIADB_BASE_VERSION) #define TOKU_INCLUDE_EXTENDED_KEYS 1 #endif @@ -91,7 +109,10 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #define TOKU_USE_DB_TYPE_UNKNOWN 1 #define TOKU_INCLUDE_ALTER_56 1 #define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 0 +#define TOKU_INCLUDE_WRITE_FRM_DATA 1 #define TOKU_PARTITION_WRITE_FRM_DATA 0 +#define TOKU_INCLUDE_DISCOVER_FRM 1 +#define TOKU_INCLUDE_RFR 1 #else #error #endif @@ -103,21 +124,25 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #define TOKU_INCLUDE_ALTER_56 1 #define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 0 #define TOKU_INCLUDE_XA 0 +#define TOKU_INCLUDE_WRITE_FRM_DATA 1 #define TOKU_PARTITION_WRITE_FRM_DATA 0 +#define TOKU_INCLUDE_DISCOVER_FRM 1 #else // mysql 5.6 with tokutek patches #define TOKU_USE_DB_TYPE_TOKUDB 1 // has DB_TYPE_TOKUDB patch #define TOKU_INCLUDE_ALTER_56 1 #define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 1 // has tokudb row format compression patch #define TOKU_INCLUDE_XA 1 // has patch that fixes TC_LOG_MMAP code +#define TOKU_INCLUDE_WRITE_FRM_DATA 1 #define TOKU_PARTITION_WRITE_FRM_DATA 0 -#define TOKU_INCLUDE_WRITE_FRM_DATA 0 +#define TOKU_INCLUDE_DISCOVER_FRM 1 #define TOKU_INCLUDE_UPSERT 1 // has tokudb upsert patch #if defined(HTON_SUPPORTS_EXTENDED_KEYS) #define TOKU_INCLUDE_EXTENDED_KEYS 1 #endif #endif #define TOKU_OPTIMIZE_WITH_RECREATE 1 +#define TOKU_INCLUDE_RFR 1 #elif 50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50599 #define TOKU_USE_DB_TYPE_TOKUDB 1 @@ -127,6 +152,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #define TOKU_INCLUDE_XA 1 #define TOKU_PARTITION_WRITE_FRM_DATA 0 /* MariaDB 5.5 */ #define TOKU_INCLUDE_WRITE_FRM_DATA 0 /* MariaDB 5.5 */ +#define TOKU_INCLUDE_DISCOVER_FRM 1 #define TOKU_INCLUDE_UPSERT 0 /* MariaDB 5.5 */ #if defined(MARIADB_BASE_VERSION) #define TOKU_INCLUDE_EXTENDED_KEYS 1 @@ -143,6 +169,11 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #endif +#if defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM +#include "discover.h" +#endif // defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM + + #ifdef MARIADB_BASE_VERSION // In MariaDB 5.3, thread progress reporting was introduced. // Only include that functionality if we're using maria 5.3 + @@ -258,20 +289,24 @@ inline uint tokudb_uint3korr(const uchar *a) { typedef unsigned int pfs_key_t; -#if defined(HAVE_PSI_MUTEX_INTERFACE) -#define mutex_t_lock(M) M.lock(__FILE__, __LINE__) -#define mutex_t_unlock(M) M.unlock(__FILE__, __LINE__) -#else // HAVE_PSI_MUTEX_INTERFACE -#define mutex_t_lock(M) M.lock() -#define mutex_t_unlock(M) M.unlock() -#endif // HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) || defined(HAVE_PSI_MUTEX_INTERFACE) +#define mutex_t_lock(M) (M).lock(__FILE__, __LINE__) +#else // SAFE_MUTEX || HAVE_PSI_MUTEX_INTERFACE +#define mutex_t_lock(M) (M).lock() +#endif // SAFE_MUTEX || HAVE_PSI_MUTEX_INTERFACE + +#if defined(SAFE_MUTEX) +#define mutex_t_unlock(M) (M).unlock(__FILE__, __LINE__) +#else // SAFE_MUTEX +#define mutex_t_unlock(M) (M).unlock() +#endif // SAFE_MUTEX #if defined(HAVE_PSI_RWLOCK_INTERFACE) -#define rwlock_t_lock_read(M) M.lock_read(__FILE__, __LINE__) -#define rwlock_t_lock_write(M) M.lock_write(__FILE__, __LINE__) +#define rwlock_t_lock_read(M) (M).lock_read(__FILE__, __LINE__) +#define rwlock_t_lock_write(M) (M).lock_write(__FILE__, __LINE__) #else // HAVE_PSI_RWLOCK_INTERFACE -#define rwlock_t_lock_read(M) M.lock_read() -#define rwlock_t_lock_write(M) M.lock_write() +#define rwlock_t_lock_read(M) (M).lock_read() +#define rwlock_t_lock_write(M) (M).lock_write() #endif // HAVE_PSI_RWLOCK_INTERFACE #endif // _HATOKU_DEFINES_H diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index 1016ae83ad2db6d142dfdb64719af3f4cf4f3a93..50fffd0a999cf3fb359a81d1b4e1f97fd0566ff7 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -25,19 +25,22 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved." #include "hatoku_hton.h" +#include "PerconaFT/src/ydb.h" #define TOKU_METADB_NAME "tokudb_meta" -static pfs_key_t tokudb_map_mutex_key; +#if defined(HAVE_PSI_MUTEX_INTERFACE) +//static pfs_key_t tokudb_map_mutex_key; static PSI_mutex_info all_tokudb_mutexes[] = { - {&tokudb_map_mutex_key, "tokudb_map_mutex", 0}, + //{&tokudb_map_mutex_key, "tokudb_map_mutex", 0}, {&ha_tokudb_mutex_key, "ha_tokudb_mutex", 0}, }; static PSI_rwlock_info all_tokudb_rwlocks[] = { {&num_DBs_lock_key, "num_DBs_lock", 0}, }; +#endif /* HAVE_PSI_MUTEX_INTERFACE */ typedef struct savepoint_info { DB_TXN* txn; @@ -62,19 +65,21 @@ static bool tokudb_show_status( THD* thd, stat_print_fn* print, enum ha_stat_type); -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL static void tokudb_handle_fatal_signal(handlerton* hton, THD* thd, int sig); -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL static int tokudb_close_connection(handlerton* hton, THD* thd); static void tokudb_kill_connection(handlerton *hton, THD *thd, enum thd_kill_levels level); static int tokudb_commit(handlerton* hton, THD* thd, bool all); static int tokudb_rollback(handlerton* hton, THD* thd, bool all); -#if TOKU_INCLUDE_XA +#if defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA static int tokudb_xa_prepare(handlerton* hton, THD* thd, bool all); static int tokudb_xa_recover(handlerton* hton, XID* xid_list, uint len); static int tokudb_commit_by_xid(handlerton* hton, XID* xid); static int tokudb_rollback_by_xid(handlerton* hton, XID* xid); -#endif +#endif // defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA static int tokudb_rollback_to_savepoint( handlerton* hton, @@ -92,6 +97,7 @@ static int tokudb_discover_table_existence( const char* db, const char* name); #endif +#if defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM static int tokudb_discover( handlerton* hton, THD* thd, @@ -115,13 +121,14 @@ static int tokudb_discover3( char* path, uchar** frmblob, size_t* frmlen); +#endif // defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM handlerton* tokudb_hton; const char* ha_tokudb_ext = ".tokudb"; DB_ENV* db_env; -static tokudb::thread::mutex_t tokudb_map_mutex; -#if TOKU_THDVAR_MEMALLOC_BUG +//static tokudb::thread::mutex_t tokudb_map_mutex; +#if defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG static TREE tokudb_map; struct tokudb_map_pair { THD* thd; @@ -131,7 +138,7 @@ struct tokudb_map_pair { static int tokudb_map_pair_cmp(void *custom_arg, const void *a, const void *b) { #else static int tokudb_map_pair_cmp( - const void* custom_arg, + TOKUDB_UNUSED(const void* custom_arg), const void* a, const void* b) { #endif @@ -145,7 +152,7 @@ static int tokudb_map_pair_cmp( else return 0; }; -#endif +#endif // defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG static PARTITIONED_COUNTER tokudb_primary_key_bytes_inserted; void toku_hton_update_primary_key_bytes_inserted(uint64_t row_size) { @@ -279,7 +286,9 @@ static int tokudb_set_product_name(void) { static int tokudb_init_func(void *p) { TOKUDB_DBUG_ENTER("%p", p); - int r; + + int r = toku_ydb_init(); + assert(r==0); // 3938: lock the handlerton's initialized status flag for writing rwlock_t_lock_write(tokudb_hton_initialized_lock); @@ -294,7 +303,7 @@ static int tokudb_init_func(void *p) { count = array_elements(all_tokudb_rwlocks); mysql_rwlock_register("tokudb", all_tokudb_rwlocks, count); - tokudb_map_mutex.reinit(tokudb_map_mutex_key); + //tokudb_map_mutex.reinit(tokudb_map_mutex_key); #endif /* HAVE_PSI_INTERFACE */ db_env = NULL; @@ -376,31 +385,35 @@ static int tokudb_init_func(void *p) { tokudb_hton->discover_table = tokudb_discover_table; tokudb_hton->discover_table_existence = tokudb_discover_table_existence; #else +#if defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM tokudb_hton->discover = tokudb_discover; #if defined(MYSQL_HANDLERTON_INCLUDE_DISCOVER2) tokudb_hton->discover2 = tokudb_discover2; -#endif -#endif +#endif // MYSQL_HANDLERTON_INCLUDE_DISCOVER2 +#endif // defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM +#endif // 100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100099 tokudb_hton->commit = tokudb_commit; tokudb_hton->rollback = tokudb_rollback; -#if TOKU_INCLUDE_XA +#if defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA tokudb_hton->prepare = tokudb_xa_prepare; tokudb_hton->recover = tokudb_xa_recover; tokudb_hton->commit_by_xid = tokudb_commit_by_xid; tokudb_hton->rollback_by_xid = tokudb_rollback_by_xid; -#endif +#endif // defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA tokudb_hton->panic = tokudb_end; tokudb_hton->flush_logs = tokudb_flush_logs; tokudb_hton->show_status = tokudb_show_status; -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL tokudb_hton->handle_fatal_signal = tokudb_handle_fatal_signal; -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL -#if TOKU_INCLUDE_OPTION_STRUCTS +#if defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS tokudb_hton->table_options = tokudb::sysvars::tokudb_table_options; tokudb_hton->index_options = tokudb::sysvars::tokudb_index_options; -#endif +#endif // defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS if (!tokudb_home) tokudb_home = mysql_real_data_home; @@ -641,9 +654,9 @@ static int tokudb_init_func(void *p) { tokudb_primary_key_bytes_inserted = create_partitioned_counter(); -#if TOKU_THDVAR_MEMALLOC_BUG +#if defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG init_tree(&tokudb_map, 0, 0, 0, tokudb_map_pair_cmp, true, NULL, NULL); -#endif +#endif // defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG if (tokudb::sysvars::strip_frm_data) { r = tokudb::metadata::strip_frm_data(db_env); @@ -672,12 +685,13 @@ static int tokudb_init_func(void *p) { DBUG_RETURN(true); } -static int tokudb_done_func(void* p) { +static int tokudb_done_func(TOKUDB_UNUSED(void* p)) { TOKUDB_DBUG_ENTER(""); tokudb::memory::free(toku_global_status_variables); toku_global_status_variables = NULL; tokudb::memory::free(toku_global_status_rows); toku_global_status_rows = NULL; + toku_ydb_destroy(); TOKUDB_DBUG_RETURN(0); } @@ -688,7 +702,8 @@ static handler* tokudb_create_handler( return new(mem_root) ha_tokudb(hton, table); } -int tokudb_end(handlerton* hton, ha_panic_function type) { +int tokudb_end(TOKUDB_UNUSED(handlerton* hton), + TOKUDB_UNUSED(ha_panic_function type)) { TOKUDB_DBUG_ENTER(""); int error = 0; @@ -708,7 +723,7 @@ int tokudb_end(handlerton* hton, ha_panic_function type) { // count the total number of prepared txn's that we discard long total_prepared = 0; -#if TOKU_INCLUDE_XA +#if defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "begin XA cleanup"); while (1) { // get xid's @@ -735,11 +750,11 @@ int tokudb_end(handlerton* hton, ha_panic_function type) { total_prepared += n_prepared; } TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "end XA cleanup"); -#endif +#endif // defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA error = db_env->close( db_env, total_prepared > 0 ? TOKUFT_DIRTY_SHUTDOWN : 0); -#if TOKU_INCLUDE_XA +#if defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA if (error != 0 && total_prepared > 0) { sql_print_error( "%s: %ld prepared txns still live, please shutdown, error %d", @@ -747,7 +762,7 @@ int tokudb_end(handlerton* hton, ha_panic_function type) { total_prepared, error); } else -#endif +#endif // defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA assert_always(error == 0); db_env = NULL; } @@ -757,9 +772,9 @@ int tokudb_end(handlerton* hton, ha_panic_function type) { tokudb_primary_key_bytes_inserted = NULL; } -#if TOKU_THDVAR_MEMALLOC_BUG +#if defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG delete_tree(&tokudb_map); -#endif +#endif // defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG // 3938: drop the initialized flag and unlock tokudb_hton_initialized = 0; @@ -768,14 +783,14 @@ int tokudb_end(handlerton* hton, ha_panic_function type) { TOKUDB_DBUG_RETURN(error); } -static int tokudb_close_connection(handlerton* hton, THD* thd) { +static int tokudb_close_connection(TOKUDB_UNUSED(handlerton* hton), THD* thd) { int error = 0; tokudb_trx_data* trx = (tokudb_trx_data*)thd_get_ha_data(thd, tokudb_hton); if (trx && trx->checkpoint_lock_taken) { error = db_env->checkpointing_resume(db_env); } tokudb::memory::free(trx); -#if TOKU_THDVAR_MEMALLOC_BUG +#if defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG mutex_t_lock(tokudb_map_mutex); struct tokudb_map_pair key = {thd, NULL}; struct tokudb_map_pair* found_key = @@ -786,18 +801,18 @@ static int tokudb_close_connection(handlerton* hton, THD* thd) { tree_delete(&tokudb_map, found_key, sizeof(*found_key), NULL); } mutex_t_unlock(tokudb_map_mutex); -#endif +#endif // defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG return error; } -void tokudb_kill_connection(handlerton *hton, THD *thd, - enum thd_kill_levels level) { +void tokudb_kill_connection(TOKUDB_UNUSED(handlerton *hton), THD *thd, + TOKUDB_UNUSED(enum thd_kill_levels level)) { TOKUDB_DBUG_ENTER(""); db_env->kill_waiter(db_env, thd); DBUG_VOID_RETURN; } -bool tokudb_flush_logs(handlerton * hton) { +bool tokudb_flush_logs(TOKUDB_UNUSED(handlerton* hton)) { TOKUDB_DBUG_ENTER(""); int error; bool result = 0; @@ -889,7 +904,7 @@ extern "C" enum durability_properties thd_get_durability_property( #endif // Determine if an fsync is used when a transaction is committed. -static bool tokudb_sync_on_commit(THD* thd, tokudb_trx_data* trx, DB_TXN* txn) { +static bool tokudb_sync_on_commit(THD* thd, DB_TXN* txn) { #if MYSQL_VERSION_ID >= 50600 // Check the client durability property which is set during 2PC if (thd_get_durability_property(thd) == HA_IGNORE_DURABILITY) @@ -913,7 +928,7 @@ static int tokudb_commit(handlerton * hton, THD * thd, bool all) { DB_TXN *this_txn = *txn; if (this_txn) { uint32_t syncflag = - tokudb_sync_on_commit(thd, trx, this_txn) ? 0 : DB_TXN_NOSYNC; + tokudb_sync_on_commit(thd, this_txn) ? 0 : DB_TXN_NOSYNC; TOKUDB_TRACE_FOR_FLAGS( TOKUDB_DEBUG_TXN, "commit trx %u txn %p %" PRIu64 " syncflag %u", @@ -964,7 +979,7 @@ static int tokudb_rollback(handlerton * hton, THD * thd, bool all) { TOKUDB_DBUG_RETURN(0); } -#if TOKU_INCLUDE_XA +#if defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA static bool tokudb_sync_on_prepare(void) { TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "enter"); // skip sync of log if fsync log period > 0 @@ -1029,7 +1044,9 @@ static int tokudb_xa_prepare(handlerton* hton, THD* thd, bool all) { TOKUDB_DBUG_RETURN(r); } -static int tokudb_xa_recover(handlerton* hton, XID* xid_list, uint len) { +static int tokudb_xa_recover(TOKUDB_UNUSED(handlerton* hton), + XID* xid_list, + uint len) { TOKUDB_DBUG_ENTER(""); TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "enter"); int r = 0; @@ -1049,7 +1066,7 @@ static int tokudb_xa_recover(handlerton* hton, XID* xid_list, uint len) { TOKUDB_DBUG_RETURN((int)num_returned); } -static int tokudb_commit_by_xid(handlerton* hton, XID* xid) { +static int tokudb_commit_by_xid(TOKUDB_UNUSED(handlerton* hton), XID* xid) { TOKUDB_DBUG_ENTER(""); TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "enter"); TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "xid %p", xid); @@ -1069,7 +1086,7 @@ static int tokudb_commit_by_xid(handlerton* hton, XID* xid) { TOKUDB_DBUG_RETURN(r); } -static int tokudb_rollback_by_xid(handlerton* hton, XID* xid) { +static int tokudb_rollback_by_xid(TOKUDB_UNUSED(handlerton* hton), XID* xid) { TOKUDB_DBUG_ENTER(""); TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "enter"); TOKUDB_TRACE_FOR_FLAGS(TOKUDB_DEBUG_XA, "xid %p", xid); @@ -1089,7 +1106,7 @@ static int tokudb_rollback_by_xid(handlerton* hton, XID* xid) { TOKUDB_DBUG_RETURN(r); } -#endif +#endif // defined(TOKU_INCLUDE_XA) && TOKU_INCLUDE_XA static int tokudb_savepoint(handlerton * hton, THD * thd, void *savepoint) { TOKUDB_DBUG_ENTER("%p", savepoint); @@ -1216,8 +1233,9 @@ static int tokudb_discover_table_existence( my_free(frmblob); return res != ENOENT; } -#endif +#endif // 100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100099 +#if defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM static int tokudb_discover( handlerton* hton, THD* thd, @@ -1249,15 +1267,13 @@ static int tokudb_discover2( return tokudb_discover3(hton, thd, db, name, path, frmblob, frmlen); } -static int tokudb_discover3( - handlerton* hton, - THD* thd, - const char* db, - const char* name, - char* path, - uchar** frmblob, - size_t* frmlen) { - +static int tokudb_discover3(TOKUDB_UNUSED(handlerton* hton), + THD* thd, + const char* db, + const char* name, + char* path, + uchar** frmblob, + size_t* frmlen) { TOKUDB_DBUG_ENTER("%s %s %s", db, name, path); int error; DB* status_db = NULL; @@ -1315,6 +1331,7 @@ static int tokudb_discover3( } TOKUDB_DBUG_RETURN(error); } +#endif // defined(TOKU_INCLUDE_DISCOVER_FRM) && TOKU_INCLUDE_DISCOVER_FRM #define STATPRINT(legend, val) if (legend != NULL && val != NULL) \ @@ -1520,7 +1537,7 @@ void tokudb_checkpoint_unlock(THD * thd) { } static bool tokudb_show_status( - handlerton* hton, + TOKUDB_UNUSED(handlerton* hton), THD* thd, stat_print_fn* stat_print, enum ha_stat_type stat_type) { @@ -1535,7 +1552,8 @@ static bool tokudb_show_status( return false; } -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL static void tokudb_handle_fatal_signal( TOKUDB_UNUSED(handlerton* hton), TOKUDB_UNUSD(THD* thd), @@ -1545,12 +1563,12 @@ static void tokudb_handle_fatal_signal( db_env_try_gdb_stack_trace(tokudb_gdb_path); } } -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL -static void tokudb_print_error( - const DB_ENV* db_env, - const char* db_errpfx, - const char* buffer) { +static void tokudb_print_error(TOKUDB_UNUSED(const DB_ENV* db_env), + const char* db_errpfx, + const char* buffer) { sql_print_error("%s: %s", db_errpfx, buffer); } @@ -1617,7 +1635,8 @@ struct st_mysql_storage_engine tokudb_storage_engine = { MYSQL_HANDLERTON_INTERFACE_VERSION }; -#if TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING +#if defined(TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING) && \ + TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING struct tokudb_search_txn_extra { bool match_found; uint64_t match_txn_id; @@ -1660,10 +1679,10 @@ static bool tokudb_txn_id_to_client_id( } return e.match_found; } -#endif +#endif // defined(TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING) && + // TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING static void tokudb_pretty_key( - const DB* db, const DBT* key, const char* default_key, String* out) { @@ -1685,12 +1704,12 @@ static void tokudb_pretty_key( } } -void tokudb_pretty_left_key(const DB* db, const DBT* key, String* out) { - tokudb_pretty_key(db, key, "-infinity", out); +void tokudb_pretty_left_key(const DBT* key, String* out) { + tokudb_pretty_key(key, "-infinity", out); } -void tokudb_pretty_right_key(const DB* db, const DBT* key, String* out) { - tokudb_pretty_key(db, key, "+infinity", out); +void tokudb_pretty_right_key(const DBT* key, String* out) { + tokudb_pretty_key(key, "+infinity", out); } const char* tokudb_get_index_name(DB* db) { @@ -1737,20 +1756,20 @@ static void tokudb_lock_timeout_callback( log_str.append_ulonglong(blocking_txnid); if (tokudb_equal_key(left_key, right_key)) { String key_str; - tokudb_pretty_key(db, left_key, "?", &key_str); + tokudb_pretty_key(left_key, "?", &key_str); log_str.append(", \"key\":"); log_str.append("\""); log_str.append(key_str); log_str.append("\""); } else { String left_str; - tokudb_pretty_left_key(db, left_key, &left_str); + tokudb_pretty_left_key(left_key, &left_str); log_str.append(", \"key_left\":"); log_str.append("\""); log_str.append(left_str); log_str.append("\""); String right_str; - tokudb_pretty_right_key(db, right_key, &right_str); + tokudb_pretty_right_key(right_key, &right_str); log_str.append(", \"key_right\":"); log_str.append("\""); log_str.append(right_str); @@ -1763,14 +1782,14 @@ static void tokudb_lock_timeout_callback( char* new_lock_timeout = tokudb::memory::strdup(log_str.c_ptr(), MY_FAE); tokudb::sysvars::set_last_lock_timeout(thd, new_lock_timeout); -#if TOKU_THDVAR_MEMALLOC_BUG +#if defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG mutex_t_lock(tokudb_map_mutex); struct tokudb_map_pair old_key = {thd, old_lock_timeout}; tree_delete(&tokudb_map, &old_key, sizeof old_key, NULL); struct tokudb_map_pair new_key = {thd, new_lock_timeout}; tree_insert(&tokudb_map, &new_key, sizeof new_key, NULL); mutex_t_unlock(tokudb_map_mutex); -#endif +#endif // defined(TOKU_THDVAR_MEMALLOC_BUG) && TOKU_THDVAR_MEMALLOC_BUG tokudb::memory::free(old_lock_timeout); } // dump to stderr @@ -1786,7 +1805,8 @@ static void tokudb_lock_timeout_callback( mysql_thread_id, (int)qs->length, qs->str); -#if TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING +#if defined(TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING) && \ + TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING uint64_t blocking_thread_id = 0; if (tokudb_txn_id_to_client_id( thd, @@ -1806,7 +1826,8 @@ static void tokudb_lock_timeout_callback( blocking_qs.c_ptr()); } } -#endif +#endif // defined(TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING) && + // TOKU_INCLUDE_LOCK_TIMEOUT_QUERY_STRING } } } @@ -1871,7 +1892,9 @@ static void tokudb_lock_wait_needed_callback( // Retrieves variables for information_schema.global_status. // Names (columnname) are automatically converted to upper case, // and prefixed with "TOKUDB_" -static int show_tokudb_vars(THD *thd, SHOW_VAR *var, char *buff) { +static int show_tokudb_vars(TOKUDB_UNUSED(THD* thd), + SHOW_VAR* var, + TOKUDB_UNUSED(char* buff)) { TOKUDB_DBUG_ENTER(""); int error; @@ -1975,16 +1998,6 @@ static SHOW_VAR toku_global_status_variables_export[]= { {NullS, NullS, SHOW_LONG} }; -#if TOKU_INCLUDE_BACKTRACE -#include -static void tokudb_backtrace(void) { - const int N_POINTERS = 30; - void *backtrace_pointers[N_POINTERS]; - int n = backtrace(backtrace_pointers, N_POINTERS); - backtrace_symbols_fd(backtrace_pointers, n, fileno(stderr)); -} -#endif - #ifdef MARIA_PLUGIN_INTERFACE_VERSION maria_declare_plugin(tokudb) #else diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h index 80e13fa9b0c57c64f220e13af4d4d9ae8dc6cda4..e632a9afe888e8ec60bc6b2c705d53805fe6a2f5 100644 --- a/storage/tokudb/hatoku_hton.h +++ b/storage/tokudb/hatoku_hton.h @@ -92,7 +92,8 @@ inline toku_compression_method row_format_to_toku_compression_method( inline enum row_type row_format_to_row_type( tokudb::sysvars::row_format_t row_format) { -#if TOKU_INCLUDE_ROW_TYPE_COMPRESSION +#if defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && \ + TOKU_INCLUDE_ROW_TYPE_COMPRESSION switch (row_format) { case tokudb::sysvars::SRV_ROW_FORMAT_UNCOMPRESSED: return ROW_TYPE_TOKU_UNCOMPRESSED; @@ -111,13 +112,15 @@ inline enum row_type row_format_to_row_type( case tokudb::sysvars::SRV_ROW_FORMAT_DEFAULT: return ROW_TYPE_DEFAULT; } -#endif +#endif // defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && + // TOKU_INCLUDE_ROW_TYPE_COMPRESSION return ROW_TYPE_DEFAULT; } inline tokudb::sysvars::row_format_t row_type_to_row_format( enum row_type type) { -#if TOKU_INCLUDE_ROW_TYPE_COMPRESSION +#if defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && \ + TOKU_INCLUDE_ROW_TYPE_COMPRESSION switch (type) { case ROW_TYPE_TOKU_UNCOMPRESSED: return tokudb::sysvars::SRV_ROW_FORMAT_UNCOMPRESSED; @@ -138,7 +141,8 @@ inline tokudb::sysvars::row_format_t row_type_to_row_format( default: return tokudb::sysvars::SRV_ROW_FORMAT_DEFAULT; } -#endif +#endif // defined(TOKU_INCLUDE_ROW_TYPE_COMPRESSION) && + // TOKU_INCLUDE_ROW_TYPE_COMPRESSION return tokudb::sysvars::SRV_ROW_FORMAT_DEFAULT; } @@ -158,7 +162,8 @@ inline toku_compression_method row_type_to_toku_compression_method( void tokudb_checkpoint_lock(THD * thd); void tokudb_checkpoint_unlock(THD * thd); -inline uint64_t tokudb_get_lock_wait_time_callback(uint64_t default_wait_time) { +inline uint64_t tokudb_get_lock_wait_time_callback( + TOKUDB_UNUSED(uint64_t default_wait_time)) { THD *thd = current_thd; return tokudb::sysvars::lock_timeout(thd); } @@ -168,7 +173,8 @@ inline uint64_t tokudb_get_loader_memory_size_callback(void) { return tokudb::sysvars::loader_memory_size(thd); } -inline uint64_t tokudb_get_killed_time_callback(uint64_t default_killed_time) { +inline uint64_t tokudb_get_killed_time_callback( + TOKUDB_UNUSED(uint64_t default_killed_time)) { THD *thd = current_thd; return tokudb::sysvars::killed_time(thd); } @@ -178,7 +184,8 @@ inline int tokudb_killed_callback(void) { return thd_kill_level(thd); } -inline bool tokudb_killed_thd_callback(void *extra, uint64_t deleted_rows) { +inline bool tokudb_killed_thd_callback(void* extra, + TOKUDB_UNUSED(uint64_t deleted_rows)) { THD *thd = static_cast(extra); return thd_kill_level(thd) != 0; } @@ -196,8 +203,8 @@ void tokudb_split_dname( String& table_name, String& dictionary_name); -void tokudb_pretty_left_key(const DB* db, const DBT* key, String* out); -void tokudb_pretty_right_key(const DB* db, const DBT* key, String* out); +void tokudb_pretty_left_key(const DBT* key, String* out); +void tokudb_pretty_right_key(const DBT* key, String* out); const char *tokudb_get_index_name(DB* db); #endif //#ifdef _HATOKU_HTON diff --git a/storage/tokudb/mysql-test/rpl/disabled.def b/storage/tokudb/mysql-test/rpl/disabled.def index 4c1a9a3e785624a4b3c33129b9cc230a73237f9d..282e343d57fb779eaacf83e269cb65b80f13e4c7 100644 --- a/storage/tokudb/mysql-test/rpl/disabled.def +++ b/storage/tokudb/mysql-test/rpl/disabled.def @@ -13,3 +13,4 @@ rpl_tokudb_write_unique_uc1: unreliable, uses timestamp differences rpl_tokudb_read_only_ff: unreliable, uses timestamp differences rpl_tokudb_read_only_tf: unreliable, uses timestamp differences rpl_tokudb_read_only_tt: unreliable, uses timestamp differences +rpl_tokudb_read_only_ft: no TOKU_INCLUDE_RFR diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/rpl_mixed_replace_into.result b/storage/tokudb/mysql-test/rpl/r/rpl_mixed_replace_into.result similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/r/rpl_mixed_replace_into.result rename to storage/tokudb/mysql-test/rpl/r/rpl_mixed_replace_into.result diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result index 5935e5ddcbd192406742a929c60db835dd5ba045..48ea60013ad10a2df8b25fb9a5b6fed23256db8b 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result @@ -3,11 +3,6 @@ include/master-slave.inc drop table if exists t; show variables like 'tokudb_rpl_%'; Variable_name Value -tokudb_rpl_check_readonly ON -tokudb_rpl_lookup_rows OFF -tokudb_rpl_lookup_rows_delay 10000 -tokudb_rpl_unique_checks OFF -tokudb_rpl_unique_checks_delay 10000 create table t (a bigint not null, primary key(a)) engine=tokudb; insert into t values (1); insert into t values (2),(3); diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result index 8bb426d944857e0d5e3d5af2b245283044ad1b04..10375677c8d347143997c9e77d9e7739ef870715 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result @@ -3,11 +3,6 @@ include/master-slave.inc drop table if exists t; show variables like 'tokudb_rpl_%'; Variable_name Value -tokudb_rpl_check_readonly ON -tokudb_rpl_lookup_rows OFF -tokudb_rpl_lookup_rows_delay 10000 -tokudb_rpl_unique_checks OFF -tokudb_rpl_unique_checks_delay 10000 create table t (a bigint not null, b bigint not null, primary key(a)) engine=tokudb; insert into t values (1,0); insert into t values (2,0),(3,0); diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result index ca547e34be213475afbc42c6e4f733b1fa2923c3..1cb047bbf623711e83ff39b746eca04938a4f26a 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result @@ -3,8 +3,6 @@ include/master-slave.inc drop table if exists t; show variables like 'tokudb_rpl_unique_checks%'; Variable_name Value -tokudb_rpl_unique_checks OFF -tokudb_rpl_unique_checks_delay 5000 create table t (a bigint not null, primary key(a)) engine=tokudb; insert into t values (1); insert into t values (2),(3); diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/rpl_row_replace_into.result b/storage/tokudb/mysql-test/rpl/r/rpl_row_replace_into.result similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/r/rpl_row_replace_into.result rename to storage/tokudb/mysql-test/rpl/r/rpl_row_replace_into.result diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/rpl_stmt_replace_into.result b/storage/tokudb/mysql-test/rpl/r/rpl_stmt_replace_into.result similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/r/rpl_stmt_replace_into.result rename to storage/tokudb/mysql-test/rpl/r/rpl_stmt_replace_into.result diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result b/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result new file mode 100644 index 0000000000000000000000000000000000000000..53564ab0fe4ea8d35f6eb636f56b41b92f507045 --- /dev/null +++ b/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result @@ -0,0 +1,59 @@ +include/master-slave.inc +[connection master] +CREATE TABLE t1(`a` INT) ENGINE=TokuDB; +XA START 'x1'; +INSERT INTO t1 VALUES (1); +XA END 'x1'; +XA PREPARE 'x1'; +BEGIN; +INSERT INTO t1 VALUES (10); +COMMIT; +XA START 'y1'; +INSERT INTO t1 VALUES (2); +XA END 'y1'; +XA PREPARE 'y1'; +XA COMMIT 'x1'; +XA COMMIT 'y1'; +BEGIN; +INSERT INTO t1 VALUES (11); +COMMIT; +XA START 'x2'; +INSERT INTO t1 VALUES (3); +XA END 'x2'; +XA PREPARE 'x2'; +XA START 'y2'; +INSERT INTO t1 VALUES (4); +XA END 'y2'; +XA PREPARE 'y2'; +XA COMMIT 'x2'; +XA COMMIT 'y2'; +XA START 'x1'; +INSERT INTO t1 VALUES (1); +XA END 'x1'; +XA PREPARE 'x1'; +BEGIN; +INSERT INTO t1 VALUES (10); +COMMIT; +XA START 'y1'; +INSERT INTO t1 VALUES (2); +XA END 'y1'; +XA PREPARE 'y1'; +XA ROLLBACK 'x1'; +XA ROLLBACK 'y1'; +BEGIN; +INSERT INTO t1 VALUES (11); +COMMIT; +XA START 'x2'; +INSERT INTO t1 VALUES (3); +XA END 'x2'; +XA PREPARE 'x2'; +XA START 'y2'; +INSERT INTO t1 VALUES (4); +XA END 'y2'; +XA PREPARE 'y2'; +XA ROLLBACK 'x2'; +XA ROLLBACK 'y2'; +TABLES t1 and t2 must be equal otherwise an error will be thrown. +include/diff_tables.inc [master:test.t1, slave:test.t1] +DROP TABLE t1; +include/rpl_end.inc diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/rpl_mixed_replace_into.test b/storage/tokudb/mysql-test/rpl/t/rpl_mixed_replace_into.test similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/t/rpl_mixed_replace_into.test rename to storage/tokudb/mysql-test/rpl/t/rpl_mixed_replace_into.test diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/rpl_row_replace_into.test b/storage/tokudb/mysql-test/rpl/t/rpl_row_replace_into.test similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/t/rpl_row_replace_into.test rename to storage/tokudb/mysql-test/rpl/t/rpl_row_replace_into.test diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/rpl_stmt_replace_into.test b/storage/tokudb/mysql-test/rpl/t/rpl_stmt_replace_into.test similarity index 100% rename from storage/tokudb/mysql-test/tokudb_bugs/t/rpl_stmt_replace_into.test rename to storage/tokudb/mysql-test/rpl/t/rpl_stmt_replace_into.test diff --git a/storage/tokudb/mysql-test/rpl/t/rpl_xa_interleave.test b/storage/tokudb/mysql-test/rpl/t/rpl_xa_interleave.test new file mode 100644 index 0000000000000000000000000000000000000000..3941604c85560df4123f6c2a825358f947e12387 --- /dev/null +++ b/storage/tokudb/mysql-test/rpl/t/rpl_xa_interleave.test @@ -0,0 +1,103 @@ +--source include/have_tokudb.inc +--source include/have_binlog_format_mixed_or_row.inc +--source include/master-slave.inc + +CREATE TABLE t1(`a` INT) ENGINE=TokuDB; + +## XA interleave commit +--connection master +XA START 'x1'; +INSERT INTO t1 VALUES (1); +XA END 'x1'; +XA PREPARE 'x1'; + +--connection master1 +BEGIN; +INSERT INTO t1 VALUES (10); +COMMIT; +XA START 'y1'; +INSERT INTO t1 VALUES (2); +XA END 'y1'; +XA PREPARE 'y1'; + +--connection master +XA COMMIT 'x1'; + +--connection master1 +XA COMMIT 'y1'; + +--connection master +BEGIN; +INSERT INTO t1 VALUES (11); +COMMIT; +XA START 'x2'; +INSERT INTO t1 VALUES (3); +XA END 'x2'; +XA PREPARE 'x2'; + +--connection master1 +XA START 'y2'; +INSERT INTO t1 VALUES (4); +XA END 'y2'; +XA PREPARE 'y2'; + +--connection master +XA COMMIT 'x2'; + +--connection master1 +XA COMMIT 'y2'; + +## XA interleave rollback +--connection master +XA START 'x1'; +INSERT INTO t1 VALUES (1); +XA END 'x1'; +XA PREPARE 'x1'; + +--connection master1 +BEGIN; +INSERT INTO t1 VALUES (10); +COMMIT; +XA START 'y1'; +INSERT INTO t1 VALUES (2); +XA END 'y1'; +XA PREPARE 'y1'; + +--connection master +XA ROLLBACK 'x1'; + +--connection master1 +XA ROLLBACK 'y1'; + +--connection master +BEGIN; +INSERT INTO t1 VALUES (11); +COMMIT; +XA START 'x2'; +INSERT INTO t1 VALUES (3); +XA END 'x2'; +XA PREPARE 'x2'; + +--connection master1 +XA START 'y2'; +INSERT INTO t1 VALUES (4); +XA END 'y2'; +XA PREPARE 'y2'; + +--connection master +XA ROLLBACK 'x2'; + +--connection master1 +XA ROLLBACK 'y2'; + +--connection master + +--sync_slave_with_master + +--echo TABLES t1 and t2 must be equal otherwise an error will be thrown. +--let $diff_tables= master:test.t1, slave:test.t1 +--source include/diff_tables.inc + +--connection master +DROP TABLE t1; +--source include/rpl_end.inc diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer.inc b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer.inc new file mode 100644 index 0000000000000000000000000000000000000000..6c7bc8aadda314c56b72c2a2077eb3ca5e458141 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer.inc @@ -0,0 +1,2 @@ +--source $GENERATED +--remove_file $GENERATED diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer_silent.inc b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer_silent.inc new file mode 100644 index 0000000000000000000000000000000000000000..0a5314dd8e34728547beeace650e2e739bb78328 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_footer_silent.inc @@ -0,0 +1,9 @@ +--echo This test does not produce any output on success +--disable_query_log +--disable_result_log +--let $old_include_silent= $include_silent +--let $include_silent= 1 +--source fast_update_gen_footer.inc +--let $include_silent= $old_include_silent +--enable_query_log +--enable_result_log diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_header.inc b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_header.inc new file mode 100644 index 0000000000000000000000000000000000000000..820385593c7c77d39de9f95550d109fcd0009644 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_update_gen_header.inc @@ -0,0 +1,6 @@ +--source include/have_tokudb.inc +--source include/have_innodb.inc +--disable_query_log +set tokudb_enable_fast_update=1; +--source setup_fast_update_upsert.inc +--enable_query_log diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_update_int.inc b/storage/tokudb/mysql-test/tokudb/include/fast_update_int.inc new file mode 100644 index 0000000000000000000000000000000000000000..645a02a2a2bb96b12eb316a50ab7aae26d51efe7 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_update_int.inc @@ -0,0 +1,48 @@ +insert into t values (1,0), (2,0), (3,0); +select * from t; + +# set is fast +update t set x = 100 where id = 2; +select * from t; + +# increment is fast +update t set x = x + 1 where id = 3; +select * from t; + +# decrement is fast +update t set x = x - 1 where id = 3; +select * from t; + +# field=field+constant is fast +update t set x = x + 100 where id = 3; +select * from t; + +# field=field-constant is fast +update t set x = x - 100 where id = 3; +select * from t; + +# field=constant+field is not yet fast +--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/ +--error ER_UNSUPPORTED_EXTENSION +update t set x = 1 + x where id = 1; + +# field=-field is not yet fast +--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/ +--error ER_UNSUPPORTED_EXTENSION +update t set x = -x where id = 1; + +# yes, we can update a field in a non-existent row and the row is not inserted +update t set x = x + 1 where id = 100; +select * from t; + +# range updates are not yet fast +--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/ +--error ER_UNSUPPORTED_EXTENSION +update t set x = x + 1 where 1 <= id and id < 100; + +# full table updates are not yet fast +--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/ +--error ER_UNSUPPORTED_EXTENSION +update t set x = x + 1; + +drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_upsert_gen_header.inc b/storage/tokudb/mysql-test/tokudb/include/fast_upsert_gen_header.inc new file mode 100644 index 0000000000000000000000000000000000000000..26b19c66efa5fbdbe6b80c89809288e8689edbf7 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_upsert_gen_header.inc @@ -0,0 +1,6 @@ +--source include/have_tokudb.inc +--source include/have_innodb.inc +--disable_query_log +set tokudb_enable_fast_upsert=1; +--source setup_fast_update_upsert.inc +--enable_query_log diff --git a/storage/tokudb/mysql-test/tokudb/include/fast_upsert_int.inc b/storage/tokudb/mysql-test/tokudb/include/fast_upsert_int.inc new file mode 100644 index 0000000000000000000000000000000000000000..45c206e496a23ecd71d14e15dbc62c67c4e7f626 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/fast_upsert_int.inc @@ -0,0 +1,19 @@ +insert into tt (id) values (1),(2),(3) on duplicate key update x = 0; +insert into tt (id) values (1) on duplicate key update y = 0, z = 42; +insert into tt (id) values (1) on duplicate key update y = y + 1, z = z + 50; +insert into tt (id) values (1) on duplicate key update y = y - 1; +insert into tt (id) values (1) on duplicate key update z = z - 50; + +create table ti like tt; +alter table ti engine=innodb; +insert into ti (id) values (1),(2),(3) on duplicate key update x = 0; +insert into ti (id) values (1) on duplicate key update y = 0, z = 42; +insert into ti (id) values (1) on duplicate key update y = y + 1, z = z + 50; +insert into ti (id) values (1) on duplicate key update y = y - 1; +insert into ti (id) values (1) on duplicate key update z = z - 50; + +let $diff_tables = test.tt, test.ti; +source include/diff_tables.inc; + +drop table tt, ti; + diff --git a/storage/tokudb/mysql-test/tokudb/include/have_mrr.inc b/storage/tokudb/mysql-test/tokudb/include/have_mrr.inc new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/storage/tokudb/mysql-test/tokudb/include/setup_fast_update_upsert.inc b/storage/tokudb/mysql-test/tokudb/include/setup_fast_update_upsert.inc new file mode 100644 index 0000000000000000000000000000000000000000..7d1c53b9faf0da367bb40b53a3b7a5584ac36fa0 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/include/setup_fast_update_upsert.inc @@ -0,0 +1,8 @@ +# It's supposed that for strict mode some additional checks must be provided, +# what can lead to necessity to read some data from storage, +# while the general optimization for fast update and upsert is that +# there are no read operations during insert/update execution. +# That is why strict mode must be turned off for fast update/upsert testing. + +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); diff --git a/storage/tokudb/mysql-test/tokudb/r/compressions.result b/storage/tokudb/mysql-test/tokudb/r/compressions.result new file mode 100644 index 0000000000000000000000000000000000000000..03e0d18e9eb07885380fc9d64024c4a9eee9acd3 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/r/compressions.result @@ -0,0 +1,11 @@ +CREATE TABLE t1 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_UNCOMPRESSED; +CREATE TABLE t2 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_SNAPPY; +CREATE TABLE t3 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_QUICKLZ; +CREATE TABLE t4 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_LZMA; +CREATE TABLE t5 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_ZLIB; +FOUND /compression_method=0/ in dump +FOUND /compression_method=7/ in dump +FOUND /compression_method=9/ in dump +FOUND /compression_method=10/ in dump +FOUND /compression_method=11/ in dump +DROP TABLE t1, t2, t3, t4, t5; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_mixed.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_mixed.result index 28fc4ebccf403cfecf83d59c09d40e210b90b72d..7d974affb9d0128bf29e70f26987ccf2d8cc5730 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_mixed.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_mixed.result @@ -1,20 +1,15 @@ include/master-slave.inc +Warnings: +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection master] -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); -set session tokudb_disable_slow_upsert=1; -show variables like 'binlog_format'; -Variable_name Value -binlog_format MIXED -show variables like 'server_id'; -Variable_name Value -server_id 1 -show variables like 'binlog_format'; -Variable_name Value -binlog_format MIXED -show variables like 'server_id'; -Variable_name Value -server_id 2 +create table tt (id int primary key, x int) engine = tokudb; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set session tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set session tokudb_enable_fast_update=1; insert into tt values (0,0) on duplicate key update x=x+1; insert into tt values (1,0) on duplicate key update x=x+1; insert into tt values (2,0) on duplicate key update x=x+1; @@ -215,106 +210,106 @@ insert into tt values (96,0) on duplicate key update x=x+1; insert into tt values (97,0) on duplicate key update x=x+1; insert into tt values (98,0) on duplicate key update x=x+1; insert into tt values (99,0) on duplicate key update x=x+1; -update noar tt set x=x+1 where id=0; -update noar tt set x=x+1 where id=1; -update noar tt set x=x+1 where id=2; -update noar tt set x=x+1 where id=3; -update noar tt set x=x+1 where id=4; -update noar tt set x=x+1 where id=5; -update noar tt set x=x+1 where id=6; -update noar tt set x=x+1 where id=7; -update noar tt set x=x+1 where id=8; -update noar tt set x=x+1 where id=9; -update noar tt set x=x+1 where id=10; -update noar tt set x=x+1 where id=11; -update noar tt set x=x+1 where id=12; -update noar tt set x=x+1 where id=13; -update noar tt set x=x+1 where id=14; -update noar tt set x=x+1 where id=15; -update noar tt set x=x+1 where id=16; -update noar tt set x=x+1 where id=17; -update noar tt set x=x+1 where id=18; -update noar tt set x=x+1 where id=19; -update noar tt set x=x+1 where id=20; -update noar tt set x=x+1 where id=21; -update noar tt set x=x+1 where id=22; -update noar tt set x=x+1 where id=23; -update noar tt set x=x+1 where id=24; -update noar tt set x=x+1 where id=25; -update noar tt set x=x+1 where id=26; -update noar tt set x=x+1 where id=27; -update noar tt set x=x+1 where id=28; -update noar tt set x=x+1 where id=29; -update noar tt set x=x+1 where id=30; -update noar tt set x=x+1 where id=31; -update noar tt set x=x+1 where id=32; -update noar tt set x=x+1 where id=33; -update noar tt set x=x+1 where id=34; -update noar tt set x=x+1 where id=35; -update noar tt set x=x+1 where id=36; -update noar tt set x=x+1 where id=37; -update noar tt set x=x+1 where id=38; -update noar tt set x=x+1 where id=39; -update noar tt set x=x+1 where id=40; -update noar tt set x=x+1 where id=41; -update noar tt set x=x+1 where id=42; -update noar tt set x=x+1 where id=43; -update noar tt set x=x+1 where id=44; -update noar tt set x=x+1 where id=45; -update noar tt set x=x+1 where id=46; -update noar tt set x=x+1 where id=47; -update noar tt set x=x+1 where id=48; -update noar tt set x=x+1 where id=49; -update noar tt set x=x+1 where id=50; -update noar tt set x=x+1 where id=51; -update noar tt set x=x+1 where id=52; -update noar tt set x=x+1 where id=53; -update noar tt set x=x+1 where id=54; -update noar tt set x=x+1 where id=55; -update noar tt set x=x+1 where id=56; -update noar tt set x=x+1 where id=57; -update noar tt set x=x+1 where id=58; -update noar tt set x=x+1 where id=59; -update noar tt set x=x+1 where id=60; -update noar tt set x=x+1 where id=61; -update noar tt set x=x+1 where id=62; -update noar tt set x=x+1 where id=63; -update noar tt set x=x+1 where id=64; -update noar tt set x=x+1 where id=65; -update noar tt set x=x+1 where id=66; -update noar tt set x=x+1 where id=67; -update noar tt set x=x+1 where id=68; -update noar tt set x=x+1 where id=69; -update noar tt set x=x+1 where id=70; -update noar tt set x=x+1 where id=71; -update noar tt set x=x+1 where id=72; -update noar tt set x=x+1 where id=73; -update noar tt set x=x+1 where id=74; -update noar tt set x=x+1 where id=75; -update noar tt set x=x+1 where id=76; -update noar tt set x=x+1 where id=77; -update noar tt set x=x+1 where id=78; -update noar tt set x=x+1 where id=79; -update noar tt set x=x+1 where id=80; -update noar tt set x=x+1 where id=81; -update noar tt set x=x+1 where id=82; -update noar tt set x=x+1 where id=83; -update noar tt set x=x+1 where id=84; -update noar tt set x=x+1 where id=85; -update noar tt set x=x+1 where id=86; -update noar tt set x=x+1 where id=87; -update noar tt set x=x+1 where id=88; -update noar tt set x=x+1 where id=89; -update noar tt set x=x+1 where id=90; -update noar tt set x=x+1 where id=91; -update noar tt set x=x+1 where id=92; -update noar tt set x=x+1 where id=93; -update noar tt set x=x+1 where id=94; -update noar tt set x=x+1 where id=95; -update noar tt set x=x+1 where id=96; -update noar tt set x=x+1 where id=97; -update noar tt set x=x+1 where id=98; -update noar tt set x=x+1 where id=99; +update tt set x=x+1 where id=0; +update tt set x=x+1 where id=1; +update tt set x=x+1 where id=2; +update tt set x=x+1 where id=3; +update tt set x=x+1 where id=4; +update tt set x=x+1 where id=5; +update tt set x=x+1 where id=6; +update tt set x=x+1 where id=7; +update tt set x=x+1 where id=8; +update tt set x=x+1 where id=9; +update tt set x=x+1 where id=10; +update tt set x=x+1 where id=11; +update tt set x=x+1 where id=12; +update tt set x=x+1 where id=13; +update tt set x=x+1 where id=14; +update tt set x=x+1 where id=15; +update tt set x=x+1 where id=16; +update tt set x=x+1 where id=17; +update tt set x=x+1 where id=18; +update tt set x=x+1 where id=19; +update tt set x=x+1 where id=20; +update tt set x=x+1 where id=21; +update tt set x=x+1 where id=22; +update tt set x=x+1 where id=23; +update tt set x=x+1 where id=24; +update tt set x=x+1 where id=25; +update tt set x=x+1 where id=26; +update tt set x=x+1 where id=27; +update tt set x=x+1 where id=28; +update tt set x=x+1 where id=29; +update tt set x=x+1 where id=30; +update tt set x=x+1 where id=31; +update tt set x=x+1 where id=32; +update tt set x=x+1 where id=33; +update tt set x=x+1 where id=34; +update tt set x=x+1 where id=35; +update tt set x=x+1 where id=36; +update tt set x=x+1 where id=37; +update tt set x=x+1 where id=38; +update tt set x=x+1 where id=39; +update tt set x=x+1 where id=40; +update tt set x=x+1 where id=41; +update tt set x=x+1 where id=42; +update tt set x=x+1 where id=43; +update tt set x=x+1 where id=44; +update tt set x=x+1 where id=45; +update tt set x=x+1 where id=46; +update tt set x=x+1 where id=47; +update tt set x=x+1 where id=48; +update tt set x=x+1 where id=49; +update tt set x=x+1 where id=50; +update tt set x=x+1 where id=51; +update tt set x=x+1 where id=52; +update tt set x=x+1 where id=53; +update tt set x=x+1 where id=54; +update tt set x=x+1 where id=55; +update tt set x=x+1 where id=56; +update tt set x=x+1 where id=57; +update tt set x=x+1 where id=58; +update tt set x=x+1 where id=59; +update tt set x=x+1 where id=60; +update tt set x=x+1 where id=61; +update tt set x=x+1 where id=62; +update tt set x=x+1 where id=63; +update tt set x=x+1 where id=64; +update tt set x=x+1 where id=65; +update tt set x=x+1 where id=66; +update tt set x=x+1 where id=67; +update tt set x=x+1 where id=68; +update tt set x=x+1 where id=69; +update tt set x=x+1 where id=70; +update tt set x=x+1 where id=71; +update tt set x=x+1 where id=72; +update tt set x=x+1 where id=73; +update tt set x=x+1 where id=74; +update tt set x=x+1 where id=75; +update tt set x=x+1 where id=76; +update tt set x=x+1 where id=77; +update tt set x=x+1 where id=78; +update tt set x=x+1 where id=79; +update tt set x=x+1 where id=80; +update tt set x=x+1 where id=81; +update tt set x=x+1 where id=82; +update tt set x=x+1 where id=83; +update tt set x=x+1 where id=84; +update tt set x=x+1 where id=85; +update tt set x=x+1 where id=86; +update tt set x=x+1 where id=87; +update tt set x=x+1 where id=88; +update tt set x=x+1 where id=89; +update tt set x=x+1 where id=90; +update tt set x=x+1 where id=91; +update tt set x=x+1 where id=92; +update tt set x=x+1 where id=93; +update tt set x=x+1 where id=94; +update tt set x=x+1 where id=95; +update tt set x=x+1 where id=96; +update tt set x=x+1 where id=97; +update tt set x=x+1 where id=98; +update tt set x=x+1 where id=99; select * from tt where x != 2; id x include/diff_tables.inc [master:test.tt, slave:test.tt] diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_row.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_row.result index a2185b0705f444efca72a5766faf27f0e5eda52f..e48cfc01292f0f5279034b653bb15e1a6d87a4ff 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_row.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_row.result @@ -1,14 +1,15 @@ -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); -set session tokudb_disable_slow_upsert=1; -insert noar into tt values (1,0); -insert noar into tt values (1,0) on duplicate key update x=x+1; +create table tt (id int primary key, x int) engine = tokudb; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set session tokudb_enable_fast_update=1; +set session tokudb_enable_fast_upsert=1; +insert into tt values (1,0); +insert into tt values (1,0) on duplicate key update x=x+1; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -insert noar into tt values (2,0) on duplicate key update x=x+1; +insert into tt values (2,0) on duplicate key update x=x+1; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -set session tokudb_disable_slow_update=1; -update noar tt set x=x+1 where id=1; +update tt set x=x+1 where id=1; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -update noar tt set x=x+1 where id=2; +update tt set x=x+1 where id=2; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version drop table tt; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_statement.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_statement.result index b21d58d2754ac9181c9aa7b1b12fbe599200992e..7d974affb9d0128bf29e70f26987ccf2d8cc5730 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_statement.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_binlog_statement.result @@ -3,21 +3,13 @@ Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection master] -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); -set session tokudb_disable_slow_upsert=1; -show variables like 'binlog_format'; -Variable_name Value -binlog_format STATEMENT -show variables like 'server_id'; -Variable_name Value -server_id 1 -show variables like 'binlog_format'; -Variable_name Value -binlog_format STATEMENT -show variables like 'server_id'; -Variable_name Value -server_id 2 +create table tt (id int primary key, x int) engine = tokudb; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set session tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set session tokudb_enable_fast_update=1; insert into tt values (0,0) on duplicate key update x=x+1; insert into tt values (1,0) on duplicate key update x=x+1; insert into tt values (2,0) on duplicate key update x=x+1; @@ -218,106 +210,106 @@ insert into tt values (96,0) on duplicate key update x=x+1; insert into tt values (97,0) on duplicate key update x=x+1; insert into tt values (98,0) on duplicate key update x=x+1; insert into tt values (99,0) on duplicate key update x=x+1; -update noar tt set x=x+1 where id=0; -update noar tt set x=x+1 where id=1; -update noar tt set x=x+1 where id=2; -update noar tt set x=x+1 where id=3; -update noar tt set x=x+1 where id=4; -update noar tt set x=x+1 where id=5; -update noar tt set x=x+1 where id=6; -update noar tt set x=x+1 where id=7; -update noar tt set x=x+1 where id=8; -update noar tt set x=x+1 where id=9; -update noar tt set x=x+1 where id=10; -update noar tt set x=x+1 where id=11; -update noar tt set x=x+1 where id=12; -update noar tt set x=x+1 where id=13; -update noar tt set x=x+1 where id=14; -update noar tt set x=x+1 where id=15; -update noar tt set x=x+1 where id=16; -update noar tt set x=x+1 where id=17; -update noar tt set x=x+1 where id=18; -update noar tt set x=x+1 where id=19; -update noar tt set x=x+1 where id=20; -update noar tt set x=x+1 where id=21; -update noar tt set x=x+1 where id=22; -update noar tt set x=x+1 where id=23; -update noar tt set x=x+1 where id=24; -update noar tt set x=x+1 where id=25; -update noar tt set x=x+1 where id=26; -update noar tt set x=x+1 where id=27; -update noar tt set x=x+1 where id=28; -update noar tt set x=x+1 where id=29; -update noar tt set x=x+1 where id=30; -update noar tt set x=x+1 where id=31; -update noar tt set x=x+1 where id=32; -update noar tt set x=x+1 where id=33; -update noar tt set x=x+1 where id=34; -update noar tt set x=x+1 where id=35; -update noar tt set x=x+1 where id=36; -update noar tt set x=x+1 where id=37; -update noar tt set x=x+1 where id=38; -update noar tt set x=x+1 where id=39; -update noar tt set x=x+1 where id=40; -update noar tt set x=x+1 where id=41; -update noar tt set x=x+1 where id=42; -update noar tt set x=x+1 where id=43; -update noar tt set x=x+1 where id=44; -update noar tt set x=x+1 where id=45; -update noar tt set x=x+1 where id=46; -update noar tt set x=x+1 where id=47; -update noar tt set x=x+1 where id=48; -update noar tt set x=x+1 where id=49; -update noar tt set x=x+1 where id=50; -update noar tt set x=x+1 where id=51; -update noar tt set x=x+1 where id=52; -update noar tt set x=x+1 where id=53; -update noar tt set x=x+1 where id=54; -update noar tt set x=x+1 where id=55; -update noar tt set x=x+1 where id=56; -update noar tt set x=x+1 where id=57; -update noar tt set x=x+1 where id=58; -update noar tt set x=x+1 where id=59; -update noar tt set x=x+1 where id=60; -update noar tt set x=x+1 where id=61; -update noar tt set x=x+1 where id=62; -update noar tt set x=x+1 where id=63; -update noar tt set x=x+1 where id=64; -update noar tt set x=x+1 where id=65; -update noar tt set x=x+1 where id=66; -update noar tt set x=x+1 where id=67; -update noar tt set x=x+1 where id=68; -update noar tt set x=x+1 where id=69; -update noar tt set x=x+1 where id=70; -update noar tt set x=x+1 where id=71; -update noar tt set x=x+1 where id=72; -update noar tt set x=x+1 where id=73; -update noar tt set x=x+1 where id=74; -update noar tt set x=x+1 where id=75; -update noar tt set x=x+1 where id=76; -update noar tt set x=x+1 where id=77; -update noar tt set x=x+1 where id=78; -update noar tt set x=x+1 where id=79; -update noar tt set x=x+1 where id=80; -update noar tt set x=x+1 where id=81; -update noar tt set x=x+1 where id=82; -update noar tt set x=x+1 where id=83; -update noar tt set x=x+1 where id=84; -update noar tt set x=x+1 where id=85; -update noar tt set x=x+1 where id=86; -update noar tt set x=x+1 where id=87; -update noar tt set x=x+1 where id=88; -update noar tt set x=x+1 where id=89; -update noar tt set x=x+1 where id=90; -update noar tt set x=x+1 where id=91; -update noar tt set x=x+1 where id=92; -update noar tt set x=x+1 where id=93; -update noar tt set x=x+1 where id=94; -update noar tt set x=x+1 where id=95; -update noar tt set x=x+1 where id=96; -update noar tt set x=x+1 where id=97; -update noar tt set x=x+1 where id=98; -update noar tt set x=x+1 where id=99; +update tt set x=x+1 where id=0; +update tt set x=x+1 where id=1; +update tt set x=x+1 where id=2; +update tt set x=x+1 where id=3; +update tt set x=x+1 where id=4; +update tt set x=x+1 where id=5; +update tt set x=x+1 where id=6; +update tt set x=x+1 where id=7; +update tt set x=x+1 where id=8; +update tt set x=x+1 where id=9; +update tt set x=x+1 where id=10; +update tt set x=x+1 where id=11; +update tt set x=x+1 where id=12; +update tt set x=x+1 where id=13; +update tt set x=x+1 where id=14; +update tt set x=x+1 where id=15; +update tt set x=x+1 where id=16; +update tt set x=x+1 where id=17; +update tt set x=x+1 where id=18; +update tt set x=x+1 where id=19; +update tt set x=x+1 where id=20; +update tt set x=x+1 where id=21; +update tt set x=x+1 where id=22; +update tt set x=x+1 where id=23; +update tt set x=x+1 where id=24; +update tt set x=x+1 where id=25; +update tt set x=x+1 where id=26; +update tt set x=x+1 where id=27; +update tt set x=x+1 where id=28; +update tt set x=x+1 where id=29; +update tt set x=x+1 where id=30; +update tt set x=x+1 where id=31; +update tt set x=x+1 where id=32; +update tt set x=x+1 where id=33; +update tt set x=x+1 where id=34; +update tt set x=x+1 where id=35; +update tt set x=x+1 where id=36; +update tt set x=x+1 where id=37; +update tt set x=x+1 where id=38; +update tt set x=x+1 where id=39; +update tt set x=x+1 where id=40; +update tt set x=x+1 where id=41; +update tt set x=x+1 where id=42; +update tt set x=x+1 where id=43; +update tt set x=x+1 where id=44; +update tt set x=x+1 where id=45; +update tt set x=x+1 where id=46; +update tt set x=x+1 where id=47; +update tt set x=x+1 where id=48; +update tt set x=x+1 where id=49; +update tt set x=x+1 where id=50; +update tt set x=x+1 where id=51; +update tt set x=x+1 where id=52; +update tt set x=x+1 where id=53; +update tt set x=x+1 where id=54; +update tt set x=x+1 where id=55; +update tt set x=x+1 where id=56; +update tt set x=x+1 where id=57; +update tt set x=x+1 where id=58; +update tt set x=x+1 where id=59; +update tt set x=x+1 where id=60; +update tt set x=x+1 where id=61; +update tt set x=x+1 where id=62; +update tt set x=x+1 where id=63; +update tt set x=x+1 where id=64; +update tt set x=x+1 where id=65; +update tt set x=x+1 where id=66; +update tt set x=x+1 where id=67; +update tt set x=x+1 where id=68; +update tt set x=x+1 where id=69; +update tt set x=x+1 where id=70; +update tt set x=x+1 where id=71; +update tt set x=x+1 where id=72; +update tt set x=x+1 where id=73; +update tt set x=x+1 where id=74; +update tt set x=x+1 where id=75; +update tt set x=x+1 where id=76; +update tt set x=x+1 where id=77; +update tt set x=x+1 where id=78; +update tt set x=x+1 where id=79; +update tt set x=x+1 where id=80; +update tt set x=x+1 where id=81; +update tt set x=x+1 where id=82; +update tt set x=x+1 where id=83; +update tt set x=x+1 where id=84; +update tt set x=x+1 where id=85; +update tt set x=x+1 where id=86; +update tt set x=x+1 where id=87; +update tt set x=x+1 where id=88; +update tt set x=x+1 where id=89; +update tt set x=x+1 where id=90; +update tt set x=x+1 where id=91; +update tt set x=x+1 where id=92; +update tt set x=x+1 where id=93; +update tt set x=x+1 where id=94; +update tt set x=x+1 where id=95; +update tt set x=x+1 where id=96; +update tt set x=x+1 where id=97; +update tt set x=x+1 where id=98; +update tt set x=x+1 where id=99; select * from tt where x != 2; id x include/diff_tables.inc [master:test.tt, slave:test.tt] diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result index 39e0eadf9b8396866d37371820585dbe35b04143..4a963777fc086fd8ed1fd89728420099dc3773d3 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result @@ -1,18252 +1 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1; -update noar ti set b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1; -update noar tt set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1; -update noar ti set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1; -update noar tt set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1; -update noar ti set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1; -update noar tt set b0='R6NPFB2F' where id=2; -update noar ti set b0='R6NPFB2F' where id=2; -update noar tt set b1='I2FJYHVA88B5QIRGWO' where id=2; -update noar ti set b1='I2FJYHVA88B5QIRGWO' where id=2; -update noar tt set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2; -update noar ti set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2; -update noar tt set b0='0UQ09GUSN08XS' where id=3; -update noar ti set b0='0UQ09GUSN08XS' where id=3; -update noar tt set b1='5LWNM0Y07MT1PW2' where id=3; -update noar ti set b1='5LWNM0Y07MT1PW2' where id=3; -update noar tt set b2='HN4' where id=3; -update noar ti set b2='HN4' where id=3; -update noar tt set b0='C1QZDQRLS0PTQBP' where id=4; -update noar ti set b0='C1QZDQRLS0PTQBP' where id=4; -update noar tt set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4; -update noar ti set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4; -update noar tt set b2='4YOVMJ' where id=4; -update noar ti set b2='4YOVMJ' where id=4; -update noar tt set b0='T9SL9H4JFRX5BXQBG' where id=5; -update noar ti set b0='T9SL9H4JFRX5BXQBG' where id=5; -update noar tt set b1='IERUZ3U5PS27T7' where id=5; -update noar ti set b1='IERUZ3U5PS27T7' where id=5; -update noar tt set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5; -update noar ti set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5; -update noar tt set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6; -update noar ti set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6; -update noar tt set b1='W52A7GZSPSTEMZU80PEM' where id=6; -update noar ti set b1='W52A7GZSPSTEMZU80PEM' where id=6; -update noar tt set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6; -update noar ti set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6; -update noar tt set b0='CLKM' where id=7; -update noar ti set b0='CLKM' where id=7; -update noar tt set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7; -update noar ti set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7; -update noar tt set b2='KJHGLHTC' where id=7; -update noar ti set b2='KJHGLHTC' where id=7; -update noar tt set b0='OGYBFJIZYQ' where id=8; -update noar ti set b0='OGYBFJIZYQ' where id=8; -update noar tt set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8; -update noar ti set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8; -update noar tt set b2='2IA' where id=8; -update noar ti set b2='2IA' where id=8; -update noar tt set b0='Q' where id=9; -update noar ti set b0='Q' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set b2='VICTYSWSPPYUHIPU0HCJE' where id=9; -update noar ti set b2='VICTYSWSPPYUHIPU0HCJE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='78I7U' where id=1; -update noar ti set b0='78I7U' where id=1; -update noar tt set b1='2E' where id=1; -update noar ti set b1='2E' where id=1; -update noar tt set b2='Q2YKT0GTIOJXMLP' where id=1; -update noar ti set b2='Q2YKT0GTIOJXMLP' where id=1; -update noar tt set b0='E92J7SF7I48BP708TPG52I5' where id=2; -update noar ti set b0='E92J7SF7I48BP708TPG52I5' where id=2; -update noar tt set b1='R1Z9BSQKSB2SNUEYBP' where id=2; -update noar ti set b1='R1Z9BSQKSB2SNUEYBP' where id=2; -update noar tt set b2='4CE0T3D4V5LKBQKPR' where id=2; -update noar ti set b2='4CE0T3D4V5LKBQKPR' where id=2; -update noar tt set b0='T48NWMCR57OKPX5TYOV4U0' where id=3; -update noar ti set b0='T48NWMCR57OKPX5TYOV4U0' where id=3; -update noar tt set b1='81PWG56P2IG' where id=3; -update noar ti set b1='81PWG56P2IG' where id=3; -update noar tt set b2='RDGBM1UKE1JMOWHMX' where id=3; -update noar ti set b2='RDGBM1UKE1JMOWHMX' where id=3; -update noar tt set b0='I7SF7FI49T' where id=4; -update noar ti set b0='I7SF7FI49T' where id=4; -update noar tt set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4; -update noar ti set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4; -update noar tt set b2='J1SN8MNYDL69E7ZT1' where id=4; -update noar ti set b2='J1SN8MNYDL69E7ZT1' where id=4; -update noar tt set b0='ZQGK' where id=5; -update noar ti set b0='ZQGK' where id=5; -update noar tt set b1='V1H7K4A7VL5YC8' where id=5; -update noar ti set b1='V1H7K4A7VL5YC8' where id=5; -update noar tt set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5; -update noar ti set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5; -update noar tt set b0='I3JCH6NJX8M6675' where id=6; -update noar ti set b0='I3JCH6NJX8M6675' where id=6; -update noar tt set b1='ONSN97QXAQHJN' where id=6; -update noar ti set b1='ONSN97QXAQHJN' where id=6; -update noar tt set b2='SDSEY521KDIYIAJQ' where id=6; -update noar ti set b2='SDSEY521KDIYIAJQ' where id=6; -update noar tt set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7; -update noar ti set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7; -update noar tt set b1='TW2N' where id=7; -update noar ti set b1='TW2N' where id=7; -update noar tt set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7; -update noar ti set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7; -update noar tt set b0='RNILQ' where id=8; -update noar ti set b0='RNILQ' where id=8; -update noar tt set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8; -update noar ti set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8; -update noar tt set b2='K83J4' where id=8; -update noar ti set b2='K83J4' where id=8; -update noar tt set b0='SGIG8LERFZH5IN4' where id=9; -update noar ti set b0='SGIG8LERFZH5IN4' where id=9; -update noar tt set b1='DOB38I74JNL' where id=9; -update noar ti set b1='DOB38I74JNL' where id=9; -update noar tt set b2='NF7GFC2OWLCIL1FK' where id=9; -update noar ti set b2='NF7GFC2OWLCIL1FK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1; -update noar ti set b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1; -update noar tt set b1='BYMTR69R' where id=1; -update noar ti set b1='BYMTR69R' where id=1; -update noar tt set b2='HL7' where id=1; -update noar ti set b2='HL7' where id=1; -update noar tt set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2; -update noar ti set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2; -update noar tt set b1='O2' where id=2; -update noar ti set b1='O2' where id=2; -update noar tt set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2; -update noar ti set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2; -update noar tt set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3; -update noar ti set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3; -update noar tt set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3; -update noar ti set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3; -update noar tt set b2='0EAC437AZVUO' where id=3; -update noar ti set b2='0EAC437AZVUO' where id=3; -update noar tt set b0='WM9' where id=4; -update noar ti set b0='WM9' where id=4; -update noar tt set b1='DF' where id=4; -update noar ti set b1='DF' where id=4; -update noar tt set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4; -update noar ti set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4; -update noar tt set b0='1' where id=5; -update noar ti set b0='1' where id=5; -update noar tt set b1='HOMT' where id=5; -update noar ti set b1='HOMT' where id=5; -update noar tt set b2='611LSHXW6C6' where id=5; -update noar ti set b2='611LSHXW6C6' where id=5; -update noar tt set b0='JMSBV35M4WX32UTN6' where id=6; -update noar ti set b0='JMSBV35M4WX32UTN6' where id=6; -update noar tt set b1='JQXWCHWG29RUAFA505RJU' where id=6; -update noar ti set b1='JQXWCHWG29RUAFA505RJU' where id=6; -update noar tt set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6; -update noar ti set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6; -update noar tt set b0='XO1VG8FBRDZD0SPU81NM' where id=7; -update noar ti set b0='XO1VG8FBRDZD0SPU81NM' where id=7; -update noar tt set b1='KY0MJVN' where id=7; -update noar ti set b1='KY0MJVN' where id=7; -update noar tt set b2='DNQ' where id=7; -update noar ti set b2='DNQ' where id=7; -update noar tt set b0='8XEKKIYOYS' where id=8; -update noar ti set b0='8XEKKIYOYS' where id=8; -update noar tt set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8; -update noar ti set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8; -update noar tt set b2='MA9SYQHPSQPDZMA9X' where id=8; -update noar ti set b2='MA9SYQHPSQPDZMA9X' where id=8; -update noar tt set b0='JQSW65RE1F6DI275' where id=9; -update noar ti set b0='JQSW65RE1F6DI275' where id=9; -update noar tt set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9; -update noar ti set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9; -update noar tt set b2='A8' where id=9; -update noar ti set b2='A8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1; -update noar ti set b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1; -update noar tt set b1='3MRBTKCK069RHIDH1G51E' where id=1; -update noar ti set b1='3MRBTKCK069RHIDH1G51E' where id=1; -update noar tt set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1; -update noar ti set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1; -update noar tt set b0='5E0MA' where id=2; -update noar ti set b0='5E0MA' where id=2; -update noar tt set b1='YCS1EEK83OL' where id=2; -update noar ti set b1='YCS1EEK83OL' where id=2; -update noar tt set b2='PSTHRKGQDURK' where id=2; -update noar ti set b2='PSTHRKGQDURK' where id=2; -update noar tt set b0='H' where id=3; -update noar ti set b0='H' where id=3; -update noar tt set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3; -update noar ti set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3; -update noar tt set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3; -update noar ti set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3; -update noar tt set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4; -update noar ti set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4; -update noar tt set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4; -update noar ti set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4; -update noar tt set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4; -update noar ti set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4; -update noar tt set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5; -update noar ti set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5; -update noar tt set b1='T8F3D1PBIYHWGFBF83G025W' where id=5; -update noar ti set b1='T8F3D1PBIYHWGFBF83G025W' where id=5; -update noar tt set b2='9' where id=5; -update noar ti set b2='9' where id=5; -update noar tt set b0='3PAQF3PS3D89H' where id=6; -update noar ti set b0='3PAQF3PS3D89H' where id=6; -update noar tt set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6; -update noar ti set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6; -update noar tt set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6; -update noar ti set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6; -update noar tt set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7; -update noar ti set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7; -update noar tt set b1='RPQ8H6VEL5O6' where id=7; -update noar ti set b1='RPQ8H6VEL5O6' where id=7; -update noar tt set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7; -update noar ti set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7; -update noar tt set b0='Z4O3V4T5W' where id=8; -update noar ti set b0='Z4O3V4T5W' where id=8; -update noar tt set b1='12YE' where id=8; -update noar ti set b1='12YE' where id=8; -update noar tt set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8; -update noar ti set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8; -update noar tt set b0='Y' where id=9; -update noar ti set b0='Y' where id=9; -update noar tt set b1='O9PN' where id=9; -update noar ti set b1='O9PN' where id=9; -update noar tt set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9; -update noar ti set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XHX7H' where id=1; -update noar ti set b0='XHX7H' where id=1; -update noar tt set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1; -update noar ti set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1; -update noar tt set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1; -update noar ti set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1; -update noar tt set b0='L4Z9' where id=2; -update noar ti set b0='L4Z9' where id=2; -update noar tt set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2; -update noar ti set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2; -update noar tt set b2='40XELRCMK59A8MW521P' where id=2; -update noar ti set b2='40XELRCMK59A8MW521P' where id=2; -update noar tt set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3; -update noar ti set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3; -update noar tt set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3; -update noar ti set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3; -update noar tt set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3; -update noar ti set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3; -update noar tt set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4; -update noar ti set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4; -update noar tt set b1='AB82KEF1B7K2MQHQT' where id=4; -update noar ti set b1='AB82KEF1B7K2MQHQT' where id=4; -update noar tt set b2='QC8GL01FICTFYDKD958ZA81J' where id=4; -update noar ti set b2='QC8GL01FICTFYDKD958ZA81J' where id=4; -update noar tt set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5; -update noar ti set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5; -update noar tt set b1='KYNBC' where id=5; -update noar ti set b1='KYNBC' where id=5; -update noar tt set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5; -update noar ti set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5; -update noar tt set b0='1I87DCEFLW' where id=6; -update noar ti set b0='1I87DCEFLW' where id=6; -update noar tt set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6; -update noar ti set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6; -update noar tt set b2='9LQK51TFID4GU' where id=6; -update noar ti set b2='9LQK51TFID4GU' where id=6; -update noar tt set b0='ZH3YEK8W' where id=7; -update noar ti set b0='ZH3YEK8W' where id=7; -update noar tt set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7; -update noar ti set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7; -update noar tt set b2='OLEFIDX' where id=7; -update noar ti set b2='OLEFIDX' where id=7; -update noar tt set b0='4G2DDE6S6' where id=8; -update noar ti set b0='4G2DDE6S6' where id=8; -update noar tt set b1='UQVXK0N7BZ6VL' where id=8; -update noar ti set b1='UQVXK0N7BZ6VL' where id=8; -update noar tt set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8; -update noar ti set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8; -update noar tt set b0='ZV5ZM' where id=9; -update noar ti set b0='ZV5ZM' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set b2='MT' where id=9; -update noar ti set b2='MT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1; -update noar ti set b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1; -update noar tt set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1; -update noar ti set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1; -update noar tt set b2='A5E92XIT2SJGQHL' where id=1; -update noar ti set b2='A5E92XIT2SJGQHL' where id=1; -update noar tt set b0='LQKN4SPQ4D0' where id=2; -update noar ti set b0='LQKN4SPQ4D0' where id=2; -update noar tt set b1='XEGFM13YYUXX6DZ9' where id=2; -update noar ti set b1='XEGFM13YYUXX6DZ9' where id=2; -update noar tt set b2='03Q' where id=2; -update noar ti set b2='03Q' where id=2; -update noar tt set b0='LZ5MR01QEB7NW' where id=3; -update noar ti set b0='LZ5MR01QEB7NW' where id=3; -update noar tt set b1='4XRTJXIGD6FWLO20' where id=3; -update noar ti set b1='4XRTJXIGD6FWLO20' where id=3; -update noar tt set b2='8WLU8HWLI5OBSTUK1MIO' where id=3; -update noar ti set b2='8WLU8HWLI5OBSTUK1MIO' where id=3; -update noar tt set b0='QVDNHUKS4D' where id=4; -update noar ti set b0='QVDNHUKS4D' where id=4; -update noar tt set b1='ILQ3ZX70' where id=4; -update noar ti set b1='ILQ3ZX70' where id=4; -update noar tt set b2='2GP6' where id=4; -update noar ti set b2='2GP6' where id=4; -update noar tt set b0='FD' where id=5; -update noar ti set b0='FD' where id=5; -update noar tt set b1='IKKX' where id=5; -update noar ti set b1='IKKX' where id=5; -update noar tt set b2='9TVIX7LVDPXP' where id=5; -update noar ti set b2='9TVIX7LVDPXP' where id=5; -update noar tt set b0='IIO' where id=6; -update noar ti set b0='IIO' where id=6; -update noar tt set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6; -update noar ti set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6; -update noar tt set b2='NVZD7TBH0JXLDF36RM' where id=6; -update noar ti set b2='NVZD7TBH0JXLDF36RM' where id=6; -update noar tt set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7; -update noar ti set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7; -update noar tt set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7; -update noar ti set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7; -update noar tt set b2='MFHOY' where id=7; -update noar ti set b2='MFHOY' where id=7; -update noar tt set b0='G6T8VSVL58VIR' where id=8; -update noar ti set b0='G6T8VSVL58VIR' where id=8; -update noar tt set b1='7PB8QVUESXMQGHU6T' where id=8; -update noar ti set b1='7PB8QVUESXMQGHU6T' where id=8; -update noar tt set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8; -update noar ti set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8; -update noar tt set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9; -update noar ti set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9; -update noar tt set b1='WURT2JDSMEQJ72RCFX2' where id=9; -update noar ti set b1='WURT2JDSMEQJ72RCFX2' where id=9; -update noar tt set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9; -update noar ti set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='E' where id=1; -update noar ti set b0='E' where id=1; -update noar tt set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1; -update noar ti set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1; -update noar tt set b2='348CU' where id=1; -update noar ti set b2='348CU' where id=1; -update noar tt set b0='OIBQKKYIY' where id=2; -update noar ti set b0='OIBQKKYIY' where id=2; -update noar tt set b1='R976ZBP25S0X9PPOY1NNAR' where id=2; -update noar ti set b1='R976ZBP25S0X9PPOY1NNAR' where id=2; -update noar tt set b2='FBBS' where id=2; -update noar ti set b2='FBBS' where id=2; -update noar tt set b0='PUGBX1YCQ2W353' where id=3; -update noar ti set b0='PUGBX1YCQ2W353' where id=3; -update noar tt set b1='1CQ' where id=3; -update noar ti set b1='1CQ' where id=3; -update noar tt set b2='7ANSC30V' where id=3; -update noar ti set b2='7ANSC30V' where id=3; -update noar tt set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4; -update noar ti set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4; -update noar tt set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4; -update noar ti set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4; -update noar tt set b2='1R8' where id=4; -update noar ti set b2='1R8' where id=4; -update noar tt set b0='FWD1SAM1BDI8' where id=5; -update noar ti set b0='FWD1SAM1BDI8' where id=5; -update noar tt set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5; -update noar ti set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5; -update noar tt set b2='XA' where id=5; -update noar ti set b2='XA' where id=5; -update noar tt set b0='BI7GAOW3G' where id=6; -update noar ti set b0='BI7GAOW3G' where id=6; -update noar tt set b1='KGB' where id=6; -update noar ti set b1='KGB' where id=6; -update noar tt set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6; -update noar ti set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6; -update noar tt set b0='7YISX5CUDJH' where id=7; -update noar ti set b0='7YISX5CUDJH' where id=7; -update noar tt set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7; -update noar ti set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7; -update noar tt set b2='8R24DIUHLITO0HUDNS' where id=7; -update noar ti set b2='8R24DIUHLITO0HUDNS' where id=7; -update noar tt set b0='2OB0A6PC6VJP7PK33V6' where id=8; -update noar ti set b0='2OB0A6PC6VJP7PK33V6' where id=8; -update noar tt set b1='2TFGQ3YXC0' where id=8; -update noar ti set b1='2TFGQ3YXC0' where id=8; -update noar tt set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8; -update noar ti set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8; -update noar tt set b0='SOE02A3GUY913QQLVLUGB' where id=9; -update noar ti set b0='SOE02A3GUY913QQLVLUGB' where id=9; -update noar tt set b1='VQ1JX' where id=9; -update noar ti set b1='VQ1JX' where id=9; -update noar tt set b2='64MNBYFJLP322NHM9' where id=9; -update noar ti set b2='64MNBYFJLP322NHM9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XDAQ' where id=1; -update noar ti set b0='XDAQ' where id=1; -update noar tt set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1; -update noar ti set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1; -update noar tt set b2='5894HPJ9CL6' where id=1; -update noar ti set b2='5894HPJ9CL6' where id=1; -update noar tt set b0='O0RC' where id=2; -update noar ti set b0='O0RC' where id=2; -update noar tt set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2; -update noar ti set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2; -update noar tt set b2='XEIJOG' where id=2; -update noar ti set b2='XEIJOG' where id=2; -update noar tt set b0='77' where id=3; -update noar ti set b0='77' where id=3; -update noar tt set b1='J6NWB9ECQ7HW' where id=3; -update noar ti set b1='J6NWB9ECQ7HW' where id=3; -update noar tt set b2='8IKTO5RFV60NZO' where id=3; -update noar ti set b2='8IKTO5RFV60NZO' where id=3; -update noar tt set b0='VL3J0U18MHNWHP4UY2' where id=4; -update noar ti set b0='VL3J0U18MHNWHP4UY2' where id=4; -update noar tt set b1='HQG2U2C2KEH1QGP32' where id=4; -update noar ti set b1='HQG2U2C2KEH1QGP32' where id=4; -update noar tt set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4; -update noar ti set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4; -update noar tt set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5; -update noar ti set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5; -update noar tt set b1='RE' where id=5; -update noar ti set b1='RE' where id=5; -update noar tt set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5; -update noar ti set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5; -update noar tt set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6; -update noar ti set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6; -update noar tt set b1='4' where id=6; -update noar ti set b1='4' where id=6; -update noar tt set b2='IMTR26ZDPHGP57C6E3Q' where id=6; -update noar ti set b2='IMTR26ZDPHGP57C6E3Q' where id=6; -update noar tt set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7; -update noar ti set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7; -update noar tt set b1='8290NN8J5246IOBBQJHUZV' where id=7; -update noar ti set b1='8290NN8J5246IOBBQJHUZV' where id=7; -update noar tt set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7; -update noar ti set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7; -update noar tt set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8; -update noar ti set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8; -update noar tt set b1='1QCDJ8VLZR14ERF4VW7' where id=8; -update noar ti set b1='1QCDJ8VLZR14ERF4VW7' where id=8; -update noar tt set b2='AJBATT' where id=8; -update noar ti set b2='AJBATT' where id=8; -update noar tt set b0='STHCKDVFEWH5F8OODT' where id=9; -update noar ti set b0='STHCKDVFEWH5F8OODT' where id=9; -update noar tt set b1='150UQWNDMIX3J4SAED' where id=9; -update noar ti set b1='150UQWNDMIX3J4SAED' where id=9; -update noar tt set b2='FW3S181UYHPGD7XS9US' where id=9; -update noar ti set b2='FW3S181UYHPGD7XS9US' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 tinyblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T83' where id=1; -update noar ti set b0='T83' where id=1; -update noar tt set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1; -update noar ti set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1; -update noar tt set b2='E6WJPGMSRHRDB' where id=1; -update noar ti set b2='E6WJPGMSRHRDB' where id=1; -update noar tt set b0='P5PHN4PM2G77JGF8Q' where id=2; -update noar ti set b0='P5PHN4PM2G77JGF8Q' where id=2; -update noar tt set b1='7C41T' where id=2; -update noar ti set b1='7C41T' where id=2; -update noar tt set b2='OYFXXMWFB5CV' where id=2; -update noar ti set b2='OYFXXMWFB5CV' where id=2; -update noar tt set b0='Y0ZQ5U2RRARVF' where id=3; -update noar ti set b0='Y0ZQ5U2RRARVF' where id=3; -update noar tt set b1='8XX12WLULLQ' where id=3; -update noar ti set b1='8XX12WLULLQ' where id=3; -update noar tt set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3; -update noar ti set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3; -update noar tt set b0='N7BSKZ3Y67' where id=4; -update noar ti set b0='N7BSKZ3Y67' where id=4; -update noar tt set b1='K5936GKS' where id=4; -update noar ti set b1='K5936GKS' where id=4; -update noar tt set b2='1ZO' where id=4; -update noar ti set b2='1ZO' where id=4; -update noar tt set b0='NY9DL1EZPR5' where id=5; -update noar ti set b0='NY9DL1EZPR5' where id=5; -update noar tt set b1='TQ6W4Y6KVJ6AA9QAB' where id=5; -update noar ti set b1='TQ6W4Y6KVJ6AA9QAB' where id=5; -update noar tt set b2='GP9894AUG675QNW' where id=5; -update noar ti set b2='GP9894AUG675QNW' where id=5; -update noar tt set b0='CZGZ9L99X6P9J9L4K6' where id=6; -update noar ti set b0='CZGZ9L99X6P9J9L4K6' where id=6; -update noar tt set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6; -update noar ti set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6; -update noar tt set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6; -update noar ti set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6; -update noar tt set b0='L' where id=7; -update noar ti set b0='L' where id=7; -update noar tt set b1='KYDSUG' where id=7; -update noar ti set b1='KYDSUG' where id=7; -update noar tt set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7; -update noar ti set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7; -update noar tt set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8; -update noar ti set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8; -update noar tt set b1='25S89JJZ' where id=8; -update noar ti set b1='25S89JJZ' where id=8; -update noar tt set b2='YTE0JXKIJ0YTDO' where id=8; -update noar ti set b2='YTE0JXKIJ0YTDO' where id=8; -update noar tt set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9; -update noar ti set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9; -update noar tt set b1='SNN' where id=9; -update noar ti set b1='SNN' where id=9; -update noar tt set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9; -update noar ti set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 tinyblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1; -update noar ti set b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1; -update noar tt set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1; -update noar ti set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1; -update noar tt set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1; -update noar ti set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1; -update noar tt set b0='6PAC8KGF5EJZDZT' where id=2; -update noar ti set b0='6PAC8KGF5EJZDZT' where id=2; -update noar tt set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2; -update noar ti set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2; -update noar tt set b2='FWMXEQOZNZ' where id=2; -update noar ti set b2='FWMXEQOZNZ' where id=2; -update noar tt set b0='YVT4RPNTLO1G7HSQXE' where id=3; -update noar ti set b0='YVT4RPNTLO1G7HSQXE' where id=3; -update noar tt set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3; -update noar ti set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3; -update noar tt set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3; -update noar ti set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3; -update noar tt set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4; -update noar ti set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4; -update noar tt set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4; -update noar ti set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4; -update noar tt set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4; -update noar ti set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4; -update noar tt set b0='SZIE4M82QR3XSNZ3M' where id=5; -update noar ti set b0='SZIE4M82QR3XSNZ3M' where id=5; -update noar tt set b1='EODT7VSE8QDZURNG2I' where id=5; -update noar ti set b1='EODT7VSE8QDZURNG2I' where id=5; -update noar tt set b2='CQIYLXBZHF' where id=5; -update noar ti set b2='CQIYLXBZHF' where id=5; -update noar tt set b0='830KNDTN2VW2C' where id=6; -update noar ti set b0='830KNDTN2VW2C' where id=6; -update noar tt set b1='VML26A88V2GELPA2UM1E14J8' where id=6; -update noar ti set b1='VML26A88V2GELPA2UM1E14J8' where id=6; -update noar tt set b2='9OLDUH' where id=6; -update noar ti set b2='9OLDUH' where id=6; -update noar tt set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7; -update noar ti set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7; -update noar tt set b1='WIO6QBQUBOFRNFKKNSV' where id=7; -update noar ti set b1='WIO6QBQUBOFRNFKKNSV' where id=7; -update noar tt set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7; -update noar ti set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7; -update noar tt set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8; -update noar ti set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8; -update noar tt set b1='E1LLD5KHRL9E' where id=8; -update noar ti set b1='E1LLD5KHRL9E' where id=8; -update noar tt set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8; -update noar ti set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8; -update noar tt set b0='Z44ZNT67L2C' where id=9; -update noar ti set b0='Z44ZNT67L2C' where id=9; -update noar tt set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9; -update noar ti set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9; -update noar tt set b2='ZP795KUPO3' where id=9; -update noar ti set b2='ZP795KUPO3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1; -update noar ti set b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1; -update noar tt set b1='1I56MCIYGN1XJ2' where id=1; -update noar ti set b1='1I56MCIYGN1XJ2' where id=1; -update noar tt set b2='YO5BN084JGRG' where id=1; -update noar ti set b2='YO5BN084JGRG' where id=1; -update noar tt set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2; -update noar ti set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2; -update noar tt set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2; -update noar ti set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2; -update noar tt set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2; -update noar ti set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2; -update noar tt set b0='BILB6BB71S5WA8S1DGNUA' where id=3; -update noar ti set b0='BILB6BB71S5WA8S1DGNUA' where id=3; -update noar tt set b1='1J6KN' where id=3; -update noar ti set b1='1J6KN' where id=3; -update noar tt set b2='S3' where id=3; -update noar ti set b2='S3' where id=3; -update noar tt set b0='3S1J5OTZW0A9RXHX9V' where id=4; -update noar ti set b0='3S1J5OTZW0A9RXHX9V' where id=4; -update noar tt set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4; -update noar ti set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4; -update noar tt set b2='UVRDWL1UBNWVT' where id=4; -update noar ti set b2='UVRDWL1UBNWVT' where id=4; -update noar tt set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5; -update noar ti set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5; -update noar tt set b1='GJ0QJZHLAMJV5SGC' where id=5; -update noar ti set b1='GJ0QJZHLAMJV5SGC' where id=5; -update noar tt set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5; -update noar ti set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5; -update noar tt set b0='586F' where id=6; -update noar ti set b0='586F' where id=6; -update noar tt set b1='QYJ93MZVBQWTK9B602FL' where id=6; -update noar ti set b1='QYJ93MZVBQWTK9B602FL' where id=6; -update noar tt set b2='TFL4VBCSYKY38FQPDA' where id=6; -update noar ti set b2='TFL4VBCSYKY38FQPDA' where id=6; -update noar tt set b0='5TTWSW3DPO3NT9' where id=7; -update noar ti set b0='5TTWSW3DPO3NT9' where id=7; -update noar tt set b1='GBBBC4X06T3LPN1JRBSZ' where id=7; -update noar ti set b1='GBBBC4X06T3LPN1JRBSZ' where id=7; -update noar tt set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7; -update noar ti set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7; -update noar tt set b0='ILIQQ3' where id=8; -update noar ti set b0='ILIQQ3' where id=8; -update noar tt set b1='6CAGH4E7SGX' where id=8; -update noar ti set b1='6CAGH4E7SGX' where id=8; -update noar tt set b2='98' where id=8; -update noar ti set b2='98' where id=8; -update noar tt set b0='BBIG0PVO87K' where id=9; -update noar ti set b0='BBIG0PVO87K' where id=9; -update noar tt set b1='ARJ1CMNVXQGJF6NX82' where id=9; -update noar ti set b1='ARJ1CMNVXQGJF6NX82' where id=9; -update noar tt set b2='5W9S1AF' where id=9; -update noar ti set b2='5W9S1AF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='G1' where id=1; -update noar ti set b0='G1' where id=1; -update noar tt set b1='LP4PGUIVD2KVEOHG4G33P' where id=1; -update noar ti set b1='LP4PGUIVD2KVEOHG4G33P' where id=1; -update noar tt set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1; -update noar ti set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1; -update noar tt set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2; -update noar ti set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2; -update noar tt set b1='8DK9G' where id=2; -update noar ti set b1='8DK9G' where id=2; -update noar tt set b2='4O7SVQTY' where id=2; -update noar ti set b2='4O7SVQTY' where id=2; -update noar tt set b0='FUKX6X' where id=3; -update noar ti set b0='FUKX6X' where id=3; -update noar tt set b1='TPKJ4' where id=3; -update noar ti set b1='TPKJ4' where id=3; -update noar tt set b2='F7Z4Y04F4XBHYAYKD8' where id=3; -update noar ti set b2='F7Z4Y04F4XBHYAYKD8' where id=3; -update noar tt set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4; -update noar ti set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4; -update noar tt set b1='996' where id=4; -update noar ti set b1='996' where id=4; -update noar tt set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4; -update noar ti set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4; -update noar tt set b0='QY5KX' where id=5; -update noar ti set b0='QY5KX' where id=5; -update noar tt set b1='FI0TK' where id=5; -update noar ti set b1='FI0TK' where id=5; -update noar tt set b2='46RKT9QZG' where id=5; -update noar ti set b2='46RKT9QZG' where id=5; -update noar tt set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6; -update noar ti set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6; -update noar tt set b1='65UMA352KWXTE3WINMO52KN' where id=6; -update noar ti set b1='65UMA352KWXTE3WINMO52KN' where id=6; -update noar tt set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6; -update noar ti set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6; -update noar tt set b0='H2' where id=7; -update noar ti set b0='H2' where id=7; -update noar tt set b1='M4G61' where id=7; -update noar ti set b1='M4G61' where id=7; -update noar tt set b2='SMPY8OYCK3E5OF6N1B2X' where id=7; -update noar ti set b2='SMPY8OYCK3E5OF6N1B2X' where id=7; -update noar tt set b0='N44T19OMKUEH' where id=8; -update noar ti set b0='N44T19OMKUEH' where id=8; -update noar tt set b1='CKVR10TK6483Z553RQYV579' where id=8; -update noar ti set b1='CKVR10TK6483Z553RQYV579' where id=8; -update noar tt set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8; -update noar ti set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8; -update noar tt set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9; -update noar ti set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9; -update noar tt set b1='JPLMM7HS' where id=9; -update noar ti set b1='JPLMM7HS' where id=9; -update noar tt set b2='W11DG4Z889J1DA0YRC23Y' where id=9; -update noar ti set b2='W11DG4Z889J1DA0YRC23Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CQQ20FBKF9CLXAO8H' where id=1; -update noar ti set b0='CQQ20FBKF9CLXAO8H' where id=1; -update noar tt set b1='7D28UR82M5EQG1U8TDV4' where id=1; -update noar ti set b1='7D28UR82M5EQG1U8TDV4' where id=1; -update noar tt set b2='W' where id=1; -update noar ti set b2='W' where id=1; -update noar tt set b0='98D763XQ' where id=2; -update noar ti set b0='98D763XQ' where id=2; -update noar tt set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2; -update noar ti set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2; -update noar tt set b2='MAO3HC' where id=2; -update noar ti set b2='MAO3HC' where id=2; -update noar tt set b0='Y0CI' where id=3; -update noar ti set b0='Y0CI' where id=3; -update noar tt set b1='SSVK0B556CS' where id=3; -update noar ti set b1='SSVK0B556CS' where id=3; -update noar tt set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3; -update noar ti set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3; -update noar tt set b0='M3IHPBO' where id=4; -update noar ti set b0='M3IHPBO' where id=4; -update noar tt set b1='CV1P92O9FWKCWKBV' where id=4; -update noar ti set b1='CV1P92O9FWKCWKBV' where id=4; -update noar tt set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4; -update noar ti set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4; -update noar tt set b0='QR1' where id=5; -update noar ti set b0='QR1' where id=5; -update noar tt set b1='ND0WUELCVPSU' where id=5; -update noar ti set b1='ND0WUELCVPSU' where id=5; -update noar tt set b2='J58WCUVVYKXOX23IEK3B' where id=5; -update noar ti set b2='J58WCUVVYKXOX23IEK3B' where id=5; -update noar tt set b0='YPF8UO33Z66JTM64W' where id=6; -update noar ti set b0='YPF8UO33Z66JTM64W' where id=6; -update noar tt set b1='RGPKQ9USTQKZ' where id=6; -update noar ti set b1='RGPKQ9USTQKZ' where id=6; -update noar tt set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6; -update noar ti set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6; -update noar tt set b0='O0FTPQUKUS6GBDYYD' where id=7; -update noar ti set b0='O0FTPQUKUS6GBDYYD' where id=7; -update noar tt set b1='XWKV8OENAIGM4' where id=7; -update noar ti set b1='XWKV8OENAIGM4' where id=7; -update noar tt set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7; -update noar ti set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7; -update noar tt set b0='LPTK4JADRI6HB0' where id=8; -update noar ti set b0='LPTK4JADRI6HB0' where id=8; -update noar tt set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8; -update noar ti set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8; -update noar tt set b2='EO' where id=8; -update noar ti set b2='EO' where id=8; -update noar tt set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9; -update noar ti set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9; -update noar tt set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9; -update noar ti set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9; -update noar tt set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9; -update noar ti set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YB' where id=1; -update noar ti set b0='YB' where id=1; -update noar tt set b1='6NA7XYO28TKA75RND7MTI' where id=1; -update noar ti set b1='6NA7XYO28TKA75RND7MTI' where id=1; -update noar tt set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1; -update noar ti set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1; -update noar tt set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2; -update noar ti set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2; -update noar tt set b1='2U8Q9KD497XPFRJKC' where id=2; -update noar ti set b1='2U8Q9KD497XPFRJKC' where id=2; -update noar tt set b2='CTX86TY41S4COK62' where id=2; -update noar ti set b2='CTX86TY41S4COK62' where id=2; -update noar tt set b0='A1539Z2Y2C4KO' where id=3; -update noar ti set b0='A1539Z2Y2C4KO' where id=3; -update noar tt set b1='2VTLWM39ZJ1SW2D' where id=3; -update noar ti set b1='2VTLWM39ZJ1SW2D' where id=3; -update noar tt set b2='0PH0JTOTU1Q29H1TH' where id=3; -update noar ti set b2='0PH0JTOTU1Q29H1TH' where id=3; -update noar tt set b0='SIKAV8UZBK0J3RU' where id=4; -update noar ti set b0='SIKAV8UZBK0J3RU' where id=4; -update noar tt set b1='6H3M6N028SA1HT2' where id=4; -update noar ti set b1='6H3M6N028SA1HT2' where id=4; -update noar tt set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4; -update noar ti set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4; -update noar tt set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5; -update noar ti set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5; -update noar tt set b1='TIPBCO2X5NXW2B0CF' where id=5; -update noar ti set b1='TIPBCO2X5NXW2B0CF' where id=5; -update noar tt set b2='RB6GQK6PYEPRTMCE1' where id=5; -update noar ti set b2='RB6GQK6PYEPRTMCE1' where id=5; -update noar tt set b0='W' where id=6; -update noar ti set b0='W' where id=6; -update noar tt set b1='KTC8' where id=6; -update noar ti set b1='KTC8' where id=6; -update noar tt set b2='CR1RXZEDHFP6O' where id=6; -update noar ti set b2='CR1RXZEDHFP6O' where id=6; -update noar tt set b0='XKYNUGAKQL4' where id=7; -update noar ti set b0='XKYNUGAKQL4' where id=7; -update noar tt set b1='R2PER83QXP4YDUXYXXE' where id=7; -update noar ti set b1='R2PER83QXP4YDUXYXXE' where id=7; -update noar tt set b2='KF1J' where id=7; -update noar ti set b2='KF1J' where id=7; -update noar tt set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8; -update noar ti set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8; -update noar tt set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8; -update noar ti set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8; -update noar tt set b2='JVJGA13TXG' where id=8; -update noar ti set b2='JVJGA13TXG' where id=8; -update noar tt set b0='K07DD' where id=9; -update noar ti set b0='K07DD' where id=9; -update noar tt set b1='0DOL50' where id=9; -update noar ti set b1='0DOL50' where id=9; -update noar tt set b2='AKSCKJCMCP31EEULWVGME' where id=9; -update noar ti set b2='AKSCKJCMCP31EEULWVGME' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1; -update noar ti set b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1; -update noar tt set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1; -update noar ti set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1; -update noar tt set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1; -update noar ti set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1; -update noar tt set b0='0JED16Q9M3OYDCE9ADWIT' where id=2; -update noar ti set b0='0JED16Q9M3OYDCE9ADWIT' where id=2; -update noar tt set b1='ISFL7F' where id=2; -update noar ti set b1='ISFL7F' where id=2; -update noar tt set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2; -update noar ti set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2; -update noar tt set b0='0B' where id=3; -update noar ti set b0='0B' where id=3; -update noar tt set b1='2Q' where id=3; -update noar ti set b1='2Q' where id=3; -update noar tt set b2='KLD' where id=3; -update noar ti set b2='KLD' where id=3; -update noar tt set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4; -update noar ti set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4; -update noar tt set b1='VTHEJP' where id=4; -update noar ti set b1='VTHEJP' where id=4; -update noar tt set b2='QY4JBID6XQJE' where id=4; -update noar ti set b2='QY4JBID6XQJE' where id=4; -update noar tt set b0='D2X9' where id=5; -update noar ti set b0='D2X9' where id=5; -update noar tt set b1='Y7V3O80H1460PLM1' where id=5; -update noar ti set b1='Y7V3O80H1460PLM1' where id=5; -update noar tt set b2='GK8F0SW6D9C35' where id=5; -update noar ti set b2='GK8F0SW6D9C35' where id=5; -update noar tt set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6; -update noar ti set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6; -update noar tt set b1='RVNZ660' where id=6; -update noar ti set b1='RVNZ660' where id=6; -update noar tt set b2='DQM3' where id=6; -update noar ti set b2='DQM3' where id=6; -update noar tt set b0='F12SFLDWC5GIUS' where id=7; -update noar ti set b0='F12SFLDWC5GIUS' where id=7; -update noar tt set b1='KNU' where id=7; -update noar ti set b1='KNU' where id=7; -update noar tt set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7; -update noar ti set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7; -update noar tt set b0='X75C7ZY1AT' where id=8; -update noar ti set b0='X75C7ZY1AT' where id=8; -update noar tt set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8; -update noar ti set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8; -update noar tt set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8; -update noar ti set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8; -update noar tt set b0='ZVSQRQV' where id=9; -update noar ti set b0='ZVSQRQV' where id=9; -update noar tt set b1='ED1WY0SU' where id=9; -update noar ti set b1='ED1WY0SU' where id=9; -update noar tt set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9; -update noar ti set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PBZ5' where id=1; -update noar ti set b0='PBZ5' where id=1; -update noar tt set b1='WA4D' where id=1; -update noar ti set b1='WA4D' where id=1; -update noar tt set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1; -update noar ti set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1; -update noar tt set b0='5TDZI1NG8LA7' where id=2; -update noar ti set b0='5TDZI1NG8LA7' where id=2; -update noar tt set b1='DK6I6YQQAKU' where id=2; -update noar ti set b1='DK6I6YQQAKU' where id=2; -update noar tt set b2='QLUP' where id=2; -update noar ti set b2='QLUP' where id=2; -update noar tt set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3; -update noar ti set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3; -update noar tt set b1='XKSPE0UZP7KX7' where id=3; -update noar ti set b1='XKSPE0UZP7KX7' where id=3; -update noar tt set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3; -update noar ti set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3; -update noar tt set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4; -update noar ti set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4; -update noar tt set b1='J22MX2IK8OG' where id=4; -update noar ti set b1='J22MX2IK8OG' where id=4; -update noar tt set b2='4W' where id=4; -update noar ti set b2='4W' where id=4; -update noar tt set b0='C2KAH' where id=5; -update noar ti set b0='C2KAH' where id=5; -update noar tt set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5; -update noar ti set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5; -update noar tt set b2='PFKHD013QZ7L' where id=5; -update noar ti set b2='PFKHD013QZ7L' where id=5; -update noar tt set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6; -update noar ti set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6; -update noar tt set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6; -update noar ti set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6; -update noar tt set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6; -update noar ti set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6; -update noar tt set b0='48TDHZ' where id=7; -update noar ti set b0='48TDHZ' where id=7; -update noar tt set b1='FV2GTDI0QI0JC19' where id=7; -update noar ti set b1='FV2GTDI0QI0JC19' where id=7; -update noar tt set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7; -update noar ti set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7; -update noar tt set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8; -update noar ti set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8; -update noar tt set b1='LAJ37V0' where id=8; -update noar ti set b1='LAJ37V0' where id=8; -update noar tt set b2='31HVRWD3ROXFP7O5PJMC' where id=8; -update noar ti set b2='31HVRWD3ROXFP7O5PJMC' where id=8; -update noar tt set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9; -update noar ti set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9; -update noar tt set b1='G' where id=9; -update noar ti set b1='G' where id=9; -update noar tt set b2='46HIP9JK' where id=9; -update noar ti set b2='46HIP9JK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BXJ7QD5CN60DC' where id=1; -update noar ti set b0='BXJ7QD5CN60DC' where id=1; -update noar tt set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1; -update noar ti set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1; -update noar tt set b2='NCPT4NVNV' where id=1; -update noar ti set b2='NCPT4NVNV' where id=1; -update noar tt set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2; -update noar ti set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2; -update noar tt set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2; -update noar ti set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2; -update noar tt set b2='LQO69OFXE2QSTP' where id=2; -update noar ti set b2='LQO69OFXE2QSTP' where id=2; -update noar tt set b0='QB4KJUGZSM' where id=3; -update noar ti set b0='QB4KJUGZSM' where id=3; -update noar tt set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3; -update noar ti set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3; -update noar tt set b2='DX0N7V13XEM009JORY262' where id=3; -update noar ti set b2='DX0N7V13XEM009JORY262' where id=3; -update noar tt set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4; -update noar ti set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4; -update noar tt set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' where id=4; -update noar ti set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' where id=4; -update noar tt set b2='I' where id=4; -update noar ti set b2='I' where id=4; -update noar tt set b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5; -update noar ti set b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5; -update noar tt set b1='943M5PMWQ' where id=5; -update noar ti set b1='943M5PMWQ' where id=5; -update noar tt set b2='08' where id=5; -update noar ti set b2='08' where id=5; -update noar tt set b0='PUQC49FYLWKBPV' where id=6; -update noar ti set b0='PUQC49FYLWKBPV' where id=6; -update noar tt set b1='LDVP4D7GYGHR33E' where id=6; -update noar ti set b1='LDVP4D7GYGHR33E' where id=6; -update noar tt set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6; -update noar ti set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6; -update noar tt set b0='E1U1N' where id=7; -update noar ti set b0='E1U1N' where id=7; -update noar tt set b1='KR68MDP85H1E' where id=7; -update noar ti set b1='KR68MDP85H1E' where id=7; -update noar tt set b2='3OGM7' where id=7; -update noar ti set b2='3OGM7' where id=7; -update noar tt set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8; -update noar ti set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8; -update noar tt set b1='N77AE7G57H2VW0PY' where id=8; -update noar ti set b1='N77AE7G57H2VW0PY' where id=8; -update noar tt set b2='5YCO' where id=8; -update noar ti set b2='5YCO' where id=8; -update noar tt set b0='CCY' where id=9; -update noar ti set b0='CCY' where id=9; -update noar tt set b1='MW7DKSWJV9KQA8IHRDI' where id=9; -update noar ti set b1='MW7DKSWJV9KQA8IHRDI' where id=9; -update noar tt set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9; -update noar ti set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P3OR865OZCUSETY5' where id=1; -update noar ti set b0='P3OR865OZCUSETY5' where id=1; -update noar tt set b1='VIOG' where id=1; -update noar ti set b1='VIOG' where id=1; -update noar tt set b2='250TIVPKIXMPZ1C6Z5Y' where id=1; -update noar ti set b2='250TIVPKIXMPZ1C6Z5Y' where id=1; -update noar tt set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2; -update noar ti set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2; -update noar tt set b1='H' where id=2; -update noar ti set b1='H' where id=2; -update noar tt set b2='0P2NI' where id=2; -update noar ti set b2='0P2NI' where id=2; -update noar tt set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3; -update noar ti set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3; -update noar tt set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3; -update noar ti set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3; -update noar tt set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3; -update noar ti set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3; -update noar tt set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4; -update noar ti set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4; -update noar tt set b1='B138' where id=4; -update noar ti set b1='B138' where id=4; -update noar tt set b2='K28OT3' where id=4; -update noar ti set b2='K28OT3' where id=4; -update noar tt set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5; -update noar ti set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5; -update noar tt set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5; -update noar ti set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5; -update noar tt set b2='L3WOXG7WTTXC3IV' where id=5; -update noar ti set b2='L3WOXG7WTTXC3IV' where id=5; -update noar tt set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6; -update noar ti set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6; -update noar tt set b1='64MY4' where id=6; -update noar ti set b1='64MY4' where id=6; -update noar tt set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6; -update noar ti set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6; -update noar tt set b0='3M' where id=7; -update noar ti set b0='3M' where id=7; -update noar tt set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7; -update noar ti set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7; -update noar tt set b2='P7X3Y0U09' where id=7; -update noar ti set b2='P7X3Y0U09' where id=7; -update noar tt set b0='L1LTSJSTTAN' where id=8; -update noar ti set b0='L1LTSJSTTAN' where id=8; -update noar tt set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8; -update noar ti set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8; -update noar tt set b2='HDUWY57FI15DVFMH1X' where id=8; -update noar ti set b2='HDUWY57FI15DVFMH1X' where id=8; -update noar tt set b0='LWLFO7R2QHKNV87FR7S' where id=9; -update noar ti set b0='LWLFO7R2QHKNV87FR7S' where id=9; -update noar tt set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9; -update noar ti set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9; -update noar tt set b2='ZUY' where id=9; -update noar ti set b2='ZUY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 blob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='N5FAV' where id=1; -update noar ti set b0='N5FAV' where id=1; -update noar tt set b1='RYFWXW1F9RL' where id=1; -update noar ti set b1='RYFWXW1F9RL' where id=1; -update noar tt set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1; -update noar ti set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1; -update noar tt set b0='JIPOEWS3URK01XP4' where id=2; -update noar ti set b0='JIPOEWS3URK01XP4' where id=2; -update noar tt set b1='YOS5YFF2TLF' where id=2; -update noar ti set b1='YOS5YFF2TLF' where id=2; -update noar tt set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2; -update noar ti set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2; -update noar tt set b0='QQAF5MC' where id=3; -update noar ti set b0='QQAF5MC' where id=3; -update noar tt set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3; -update noar ti set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3; -update noar tt set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3; -update noar ti set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3; -update noar tt set b0='24AJA' where id=4; -update noar ti set b0='24AJA' where id=4; -update noar tt set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4; -update noar ti set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4; -update noar tt set b2='3BA2X' where id=4; -update noar ti set b2='3BA2X' where id=4; -update noar tt set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5; -update noar ti set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5; -update noar tt set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5; -update noar ti set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5; -update noar tt set b2='ZHIFCL6FCTUGV' where id=5; -update noar ti set b2='ZHIFCL6FCTUGV' where id=5; -update noar tt set b0='DQ9BCIUOL7UOB' where id=6; -update noar ti set b0='DQ9BCIUOL7UOB' where id=6; -update noar tt set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6; -update noar ti set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6; -update noar tt set b2='292UMJRNFY13ROE6ADFOF' where id=6; -update noar ti set b2='292UMJRNFY13ROE6ADFOF' where id=6; -update noar tt set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7; -update noar ti set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7; -update noar tt set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7; -update noar ti set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7; -update noar tt set b2='WS' where id=7; -update noar ti set b2='WS' where id=7; -update noar tt set b0='0Y5IB6UIQIKT58' where id=8; -update noar ti set b0='0Y5IB6UIQIKT58' where id=8; -update noar tt set b1='KIX01AKQWO8UAO4XBTA0' where id=8; -update noar ti set b1='KIX01AKQWO8UAO4XBTA0' where id=8; -update noar tt set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8; -update noar ti set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8; -update noar tt set b0='1EH88DP9RH' where id=9; -update noar ti set b0='1EH88DP9RH' where id=9; -update noar tt set b1='9N64S3DOR754' where id=9; -update noar ti set b1='9N64S3DOR754' where id=9; -update noar tt set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9; -update noar ti set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 blob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1; -update noar ti set b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1; -update noar tt set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1; -update noar ti set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1; -update noar tt set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1; -update noar ti set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1; -update noar tt set b0='NATFMK64HO0H1' where id=2; -update noar ti set b0='NATFMK64HO0H1' where id=2; -update noar tt set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2; -update noar ti set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2; -update noar tt set b2='X9RQIR7QAXVLKE' where id=2; -update noar ti set b2='X9RQIR7QAXVLKE' where id=2; -update noar tt set b0='SMXBH03' where id=3; -update noar ti set b0='SMXBH03' where id=3; -update noar tt set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3; -update noar ti set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3; -update noar tt set b2='K25NU1I1A7G1H37X8J' where id=3; -update noar ti set b2='K25NU1I1A7G1H37X8J' where id=3; -update noar tt set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4; -update noar ti set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4; -update noar tt set b1='UKVS095MVDHQFY' where id=4; -update noar ti set b1='UKVS095MVDHQFY' where id=4; -update noar tt set b2='P8YU3T6VH7RJZP' where id=4; -update noar ti set b2='P8YU3T6VH7RJZP' where id=4; -update noar tt set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5; -update noar ti set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5; -update noar tt set b1='D1W8LB4' where id=5; -update noar ti set b1='D1W8LB4' where id=5; -update noar tt set b2='5PUG6EW1NKHLO' where id=5; -update noar ti set b2='5PUG6EW1NKHLO' where id=5; -update noar tt set b0='MJ' where id=6; -update noar ti set b0='MJ' where id=6; -update noar tt set b1='9T' where id=6; -update noar ti set b1='9T' where id=6; -update noar tt set b2='JS' where id=6; -update noar ti set b2='JS' where id=6; -update noar tt set b0='PWMQ9Y62JLYVANGVNW2P' where id=7; -update noar ti set b0='PWMQ9Y62JLYVANGVNW2P' where id=7; -update noar tt set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7; -update noar ti set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7; -update noar tt set b2='2K8VOWIRB' where id=7; -update noar ti set b2='2K8VOWIRB' where id=7; -update noar tt set b0='D3FWQY2N45AD234LMFR6EE' where id=8; -update noar ti set b0='D3FWQY2N45AD234LMFR6EE' where id=8; -update noar tt set b1='D8PFGU6K1FZROQI2OKBPE' where id=8; -update noar ti set b1='D8PFGU6K1FZROQI2OKBPE' where id=8; -update noar tt set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8; -update noar ti set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8; -update noar tt set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9; -update noar ti set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9; -update noar tt set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9; -update noar ti set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9; -update noar tt set b2='VYTJN24E' where id=9; -update noar ti set b2='VYTJN24E' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7H20YF66A9RXV7GQ5J' where id=1; -update noar ti set b0='7H20YF66A9RXV7GQ5J' where id=1; -update noar tt set b1='IOAO4KGB5V31WO5' where id=1; -update noar ti set b1='IOAO4KGB5V31WO5' where id=1; -update noar tt set b2='RV57OU' where id=1; -update noar ti set b2='RV57OU' where id=1; -update noar tt set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2; -update noar ti set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2; -update noar tt set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2; -update noar ti set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2; -update noar tt set b2='NLX3M8' where id=2; -update noar ti set b2='NLX3M8' where id=2; -update noar tt set b0='RA9J9RZXZOBMX1' where id=3; -update noar ti set b0='RA9J9RZXZOBMX1' where id=3; -update noar tt set b1='P8TTGU2N4HNZVDT6184YH' where id=3; -update noar ti set b1='P8TTGU2N4HNZVDT6184YH' where id=3; -update noar tt set b2='3' where id=3; -update noar ti set b2='3' where id=3; -update noar tt set b0='D' where id=4; -update noar ti set b0='D' where id=4; -update noar tt set b1='4CY862DE' where id=4; -update noar ti set b1='4CY862DE' where id=4; -update noar tt set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4; -update noar ti set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4; -update noar tt set b0='8J0HWDJ120V' where id=5; -update noar ti set b0='8J0HWDJ120V' where id=5; -update noar tt set b1='U3XHYGU5HD' where id=5; -update noar ti set b1='U3XHYGU5HD' where id=5; -update noar tt set b2='SR3CRVL6OV' where id=5; -update noar ti set b2='SR3CRVL6OV' where id=5; -update noar tt set b0='MI' where id=6; -update noar ti set b0='MI' where id=6; -update noar tt set b1='0IA4PJS6DZ' where id=6; -update noar ti set b1='0IA4PJS6DZ' where id=6; -update noar tt set b2='QJHUDCHA4IYE' where id=6; -update noar ti set b2='QJHUDCHA4IYE' where id=6; -update noar tt set b0='SW5E' where id=7; -update noar ti set b0='SW5E' where id=7; -update noar tt set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7; -update noar ti set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7; -update noar tt set b2='XZA2174D548YOBREK4XJI' where id=7; -update noar ti set b2='XZA2174D548YOBREK4XJI' where id=7; -update noar tt set b0='KSK' where id=8; -update noar ti set b0='KSK' where id=8; -update noar tt set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8; -update noar ti set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8; -update noar tt set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8; -update noar ti set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8; -update noar tt set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9; -update noar ti set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9; -update noar tt set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9; -update noar ti set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9; -update noar tt set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9; -update noar ti set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1; -update noar ti set b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1; -update noar tt set b1='E95' where id=1; -update noar ti set b1='E95' where id=1; -update noar tt set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1; -update noar ti set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1; -update noar tt set b0='DMVF21TT7UOOVLZG2M64' where id=2; -update noar ti set b0='DMVF21TT7UOOVLZG2M64' where id=2; -update noar tt set b1='7VVLJ672EB' where id=2; -update noar ti set b1='7VVLJ672EB' where id=2; -update noar tt set b2='K7' where id=2; -update noar ti set b2='K7' where id=2; -update noar tt set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3; -update noar ti set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3; -update noar tt set b1='T5I' where id=3; -update noar ti set b1='T5I' where id=3; -update noar tt set b2='20T3' where id=3; -update noar ti set b2='20T3' where id=3; -update noar tt set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4; -update noar ti set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4; -update noar tt set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4; -update noar ti set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4; -update noar tt set b2='82OANMH93' where id=4; -update noar ti set b2='82OANMH93' where id=4; -update noar tt set b0='31FIVXNTDC' where id=5; -update noar ti set b0='31FIVXNTDC' where id=5; -update noar tt set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5; -update noar ti set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5; -update noar tt set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5; -update noar ti set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5; -update noar tt set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6; -update noar ti set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6; -update noar tt set b1='HQPQZCS' where id=6; -update noar ti set b1='HQPQZCS' where id=6; -update noar tt set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6; -update noar ti set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6; -update noar tt set b0='OMNW' where id=7; -update noar ti set b0='OMNW' where id=7; -update noar tt set b1='2JTU2WCEE5T0A19' where id=7; -update noar ti set b1='2JTU2WCEE5T0A19' where id=7; -update noar tt set b2='27FB02D29NJBRT6F' where id=7; -update noar ti set b2='27FB02D29NJBRT6F' where id=7; -update noar tt set b0='R' where id=8; -update noar ti set b0='R' where id=8; -update noar tt set b1='FV' where id=8; -update noar ti set b1='FV' where id=8; -update noar tt set b2='QXYW88W2KI23FOGY04' where id=8; -update noar ti set b2='QXYW88W2KI23FOGY04' where id=8; -update noar tt set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9; -update noar ti set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9; -update noar tt set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9; -update noar ti set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9; -update noar tt set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9; -update noar ti set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='G3V17GK52' where id=1; -update noar ti set b0='G3V17GK52' where id=1; -update noar tt set b1='QHKDP02I65QSN' where id=1; -update noar ti set b1='QHKDP02I65QSN' where id=1; -update noar tt set b2='0JZ0CNQSUBS' where id=1; -update noar ti set b2='0JZ0CNQSUBS' where id=1; -update noar tt set b0='FGH0FPCA02P' where id=2; -update noar ti set b0='FGH0FPCA02P' where id=2; -update noar tt set b1='T5FEBH06R2FOZ40' where id=2; -update noar ti set b1='T5FEBH06R2FOZ40' where id=2; -update noar tt set b2='6' where id=2; -update noar ti set b2='6' where id=2; -update noar tt set b0='6A0XBN3F4DS2V2S' where id=3; -update noar ti set b0='6A0XBN3F4DS2V2S' where id=3; -update noar tt set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3; -update noar ti set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3; -update noar tt set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3; -update noar ti set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3; -update noar tt set b0='3G' where id=4; -update noar ti set b0='3G' where id=4; -update noar tt set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4; -update noar ti set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4; -update noar tt set b2='TFH78N9S' where id=4; -update noar ti set b2='TFH78N9S' where id=4; -update noar tt set b0='FNUJ7W' where id=5; -update noar ti set b0='FNUJ7W' where id=5; -update noar tt set b1='PVOABGSIGWNVQ5Y' where id=5; -update noar ti set b1='PVOABGSIGWNVQ5Y' where id=5; -update noar tt set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5; -update noar ti set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5; -update noar tt set b0='AGZHX' where id=6; -update noar ti set b0='AGZHX' where id=6; -update noar tt set b1='KPT3LZVGI' where id=6; -update noar ti set b1='KPT3LZVGI' where id=6; -update noar tt set b2='TD60T4QZJNAGLC1UE299XV' where id=6; -update noar ti set b2='TD60T4QZJNAGLC1UE299XV' where id=6; -update noar tt set b0='NK7ZXDZGGHJ531MUPCB13' where id=7; -update noar ti set b0='NK7ZXDZGGHJ531MUPCB13' where id=7; -update noar tt set b1='789A10YLUFH44S' where id=7; -update noar ti set b1='789A10YLUFH44S' where id=7; -update noar tt set b2='2ZBHBA8PDC7T0RZ93T' where id=7; -update noar ti set b2='2ZBHBA8PDC7T0RZ93T' where id=7; -update noar tt set b0='7XYYW' where id=8; -update noar ti set b0='7XYYW' where id=8; -update noar tt set b1='EJJ' where id=8; -update noar ti set b1='EJJ' where id=8; -update noar tt set b2='TOG0E6BYRKJV' where id=8; -update noar ti set b2='TOG0E6BYRKJV' where id=8; -update noar tt set b0='P94KRHR' where id=9; -update noar ti set b0='P94KRHR' where id=9; -update noar tt set b1='WDGKG7UBRX3FKBC2HR' where id=9; -update noar ti set b1='WDGKG7UBRX3FKBC2HR' where id=9; -update noar tt set b2='HDRRZ8MNM2YQ5LDTS' where id=9; -update noar ti set b2='HDRRZ8MNM2YQ5LDTS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1; -update noar ti set b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1; -update noar tt set b1='VNS2FD255YHT737ZJAXMC56' where id=1; -update noar ti set b1='VNS2FD255YHT737ZJAXMC56' where id=1; -update noar tt set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1; -update noar ti set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1; -update noar tt set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2; -update noar ti set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2; -update noar tt set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2; -update noar ti set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2; -update noar tt set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2; -update noar ti set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2; -update noar tt set b0='8DVOSZRLWSTIK' where id=3; -update noar ti set b0='8DVOSZRLWSTIK' where id=3; -update noar tt set b1='2BGTY67YW7KX5TX1U5MD5' where id=3; -update noar ti set b1='2BGTY67YW7KX5TX1U5MD5' where id=3; -update noar tt set b2='UV9UNZDQECM0N2' where id=3; -update noar ti set b2='UV9UNZDQECM0N2' where id=3; -update noar tt set b0='OYXPNG3IALFMOKKTKBZF' where id=4; -update noar ti set b0='OYXPNG3IALFMOKKTKBZF' where id=4; -update noar tt set b1='YEPI66UUA1A240GD48' where id=4; -update noar ti set b1='YEPI66UUA1A240GD48' where id=4; -update noar tt set b2='HE4J4W7ZRZWLZI26XR23' where id=4; -update noar ti set b2='HE4J4W7ZRZWLZI26XR23' where id=4; -update noar tt set b0='130E6Y38TW24D082' where id=5; -update noar ti set b0='130E6Y38TW24D082' where id=5; -update noar tt set b1='VG018IS8ZQN1D' where id=5; -update noar ti set b1='VG018IS8ZQN1D' where id=5; -update noar tt set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5; -update noar ti set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5; -update noar tt set b0='HZJNJ9QPUC94J' where id=6; -update noar ti set b0='HZJNJ9QPUC94J' where id=6; -update noar tt set b1='12AQKBWP7' where id=6; -update noar ti set b1='12AQKBWP7' where id=6; -update noar tt set b2='LDOGKBAG57B7UCCNAD56V' where id=6; -update noar ti set b2='LDOGKBAG57B7UCCNAD56V' where id=6; -update noar tt set b0='M72' where id=7; -update noar ti set b0='M72' where id=7; -update noar tt set b1='13W65YYJOH49XZ8LE' where id=7; -update noar ti set b1='13W65YYJOH49XZ8LE' where id=7; -update noar tt set b2='CFCY' where id=7; -update noar ti set b2='CFCY' where id=7; -update noar tt set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8; -update noar ti set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8; -update noar tt set b1='BPW' where id=8; -update noar ti set b1='BPW' where id=8; -update noar tt set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8; -update noar ti set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8; -update noar tt set b0='5KSA3BQ1X1F86XAS' where id=9; -update noar ti set b0='5KSA3BQ1X1F86XAS' where id=9; -update noar tt set b1='6R689A37RVWEZ8RK4' where id=9; -update noar ti set b1='6R689A37RVWEZ8RK4' where id=9; -update noar tt set b2='249XCEBEUHQLF413TJ74LP' where id=9; -update noar ti set b2='249XCEBEUHQLF413TJ74LP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VCO0JPLDALLG' where id=1; -update noar ti set b0='VCO0JPLDALLG' where id=1; -update noar tt set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1; -update noar ti set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1; -update noar tt set b2='DUB9P3TDVP2KEI' where id=1; -update noar ti set b2='DUB9P3TDVP2KEI' where id=1; -update noar tt set b0='L1X84LWN8QRDM' where id=2; -update noar ti set b0='L1X84LWN8QRDM' where id=2; -update noar tt set b1='HOR89OUSLFZQ' where id=2; -update noar ti set b1='HOR89OUSLFZQ' where id=2; -update noar tt set b2='II07KOFF5BETPB24O77O8Z' where id=2; -update noar ti set b2='II07KOFF5BETPB24O77O8Z' where id=2; -update noar tt set b0='3C5G9CY6G9BZ50KLHRYE' where id=3; -update noar ti set b0='3C5G9CY6G9BZ50KLHRYE' where id=3; -update noar tt set b1='BOT9A33IKQNQ' where id=3; -update noar ti set b1='BOT9A33IKQNQ' where id=3; -update noar tt set b2='19HXK4IFAMY409SFK00ZPMG' where id=3; -update noar ti set b2='19HXK4IFAMY409SFK00ZPMG' where id=3; -update noar tt set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4; -update noar ti set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4; -update noar tt set b1='BFVYS6M7OO494V6SIV8O7A' where id=4; -update noar ti set b1='BFVYS6M7OO494V6SIV8O7A' where id=4; -update noar tt set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4; -update noar ti set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4; -update noar tt set b0='YQ5CWFGV4LA5YU' where id=5; -update noar ti set b0='YQ5CWFGV4LA5YU' where id=5; -update noar tt set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5; -update noar ti set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5; -update noar tt set b2='L0H' where id=5; -update noar ti set b2='L0H' where id=5; -update noar tt set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6; -update noar ti set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6; -update noar tt set b1='W04PPC20CNITELJ24TJE9' where id=6; -update noar ti set b1='W04PPC20CNITELJ24TJE9' where id=6; -update noar tt set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6; -update noar ti set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6; -update noar tt set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7; -update noar ti set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7; -update noar tt set b1='NPZCGPF1KDZAZ8THVONNE' where id=7; -update noar ti set b1='NPZCGPF1KDZAZ8THVONNE' where id=7; -update noar tt set b2='FXFENBCXULQ6THLA5N1RKX' where id=7; -update noar ti set b2='FXFENBCXULQ6THLA5N1RKX' where id=7; -update noar tt set b0='Q6FWAJY98GNLU8RH4' where id=8; -update noar ti set b0='Q6FWAJY98GNLU8RH4' where id=8; -update noar tt set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8; -update noar ti set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8; -update noar tt set b2='X8P14PZT9PTRVF' where id=8; -update noar ti set b2='X8P14PZT9PTRVF' where id=8; -update noar tt set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9; -update noar ti set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9; -update noar tt set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9; -update noar ti set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9; -update noar tt set b2='DC0L9V' where id=9; -update noar ti set b2='DC0L9V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1; -update noar ti set b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1; -update noar tt set b1='M3Y4OT4' where id=1; -update noar ti set b1='M3Y4OT4' where id=1; -update noar tt set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1; -update noar ti set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1; -update noar tt set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2; -update noar ti set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2; -update noar tt set b1='VJ3D0R0JKTQ' where id=2; -update noar ti set b1='VJ3D0R0JKTQ' where id=2; -update noar tt set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2; -update noar ti set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2; -update noar tt set b0='6L12YITZKF4LDG44HCUIII78K' where id=3; -update noar ti set b0='6L12YITZKF4LDG44HCUIII78K' where id=3; -update noar tt set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3; -update noar ti set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3; -update noar tt set b2='NW' where id=3; -update noar ti set b2='NW' where id=3; -update noar tt set b0='MYDT5X143' where id=4; -update noar ti set b0='MYDT5X143' where id=4; -update noar tt set b1='04WKK4YFP4C807FZNQZPSVT' where id=4; -update noar ti set b1='04WKK4YFP4C807FZNQZPSVT' where id=4; -update noar tt set b2='R92M8YAE9YHF8JWHTU3YU' where id=4; -update noar ti set b2='R92M8YAE9YHF8JWHTU3YU' where id=4; -update noar tt set b0='PSFXPY89A39M0' where id=5; -update noar ti set b0='PSFXPY89A39M0' where id=5; -update noar tt set b1='T9QQ2P57OU67CJY' where id=5; -update noar ti set b1='T9QQ2P57OU67CJY' where id=5; -update noar tt set b2='MGYSY6VJUR4' where id=5; -update noar ti set b2='MGYSY6VJUR4' where id=5; -update noar tt set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6; -update noar ti set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6; -update noar tt set b1='H5O79F36HZS' where id=6; -update noar ti set b1='H5O79F36HZS' where id=6; -update noar tt set b2='WB9' where id=6; -update noar ti set b2='WB9' where id=6; -update noar tt set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7; -update noar ti set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7; -update noar tt set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7; -update noar ti set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7; -update noar tt set b2='23WBK' where id=7; -update noar ti set b2='23WBK' where id=7; -update noar tt set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8; -update noar ti set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8; -update noar tt set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8; -update noar ti set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8; -update noar tt set b2='DUKXEJK0JAC6W62BTZ5E' where id=8; -update noar ti set b2='DUKXEJK0JAC6W62BTZ5E' where id=8; -update noar tt set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9; -update noar ti set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9; -update noar tt set b1='BIT6W9BP45A04HII58G' where id=9; -update noar ti set b1='BIT6W9BP45A04HII58G' where id=9; -update noar tt set b2='0X24QVI' where id=9; -update noar ti set b2='0X24QVI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RC3FJ0G' where id=1; -update noar ti set b0='RC3FJ0G' where id=1; -update noar tt set b1='4LWJ05NF59SO8A7N55B' where id=1; -update noar ti set b1='4LWJ05NF59SO8A7N55B' where id=1; -update noar tt set b2='V388YCB879EAURE' where id=1; -update noar ti set b2='V388YCB879EAURE' where id=1; -update noar tt set b0='GUUFRAJ' where id=2; -update noar ti set b0='GUUFRAJ' where id=2; -update noar tt set b1='YISROZ786YAUVSM' where id=2; -update noar ti set b1='YISROZ786YAUVSM' where id=2; -update noar tt set b2='FZ779HQ5MV1' where id=2; -update noar ti set b2='FZ779HQ5MV1' where id=2; -update noar tt set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3; -update noar ti set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3; -update noar tt set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3; -update noar ti set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3; -update noar tt set b2='ORZ37L3X9H101WX' where id=3; -update noar ti set b2='ORZ37L3X9H101WX' where id=3; -update noar tt set b0='8' where id=4; -update noar ti set b0='8' where id=4; -update noar tt set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4; -update noar ti set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4; -update noar tt set b2='ED0USKHRYPZWWNOHR6BJ' where id=4; -update noar ti set b2='ED0USKHRYPZWWNOHR6BJ' where id=4; -update noar tt set b0='F7UPEJ6THCHF' where id=5; -update noar ti set b0='F7UPEJ6THCHF' where id=5; -update noar tt set b1='UVGYAJTXTSD16SOSTB03' where id=5; -update noar ti set b1='UVGYAJTXTSD16SOSTB03' where id=5; -update noar tt set b2='382KK8' where id=5; -update noar ti set b2='382KK8' where id=5; -update noar tt set b0='ATAP386S4Q7XL5' where id=6; -update noar ti set b0='ATAP386S4Q7XL5' where id=6; -update noar tt set b1='J' where id=6; -update noar ti set b1='J' where id=6; -update noar tt set b2='QWB7VVS8VSVMWM' where id=6; -update noar ti set b2='QWB7VVS8VSVMWM' where id=6; -update noar tt set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7; -update noar ti set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7; -update noar tt set b1='VD5W0ZS' where id=7; -update noar ti set b1='VD5W0ZS' where id=7; -update noar tt set b2='Q7WDRS9XBHCF' where id=7; -update noar ti set b2='Q7WDRS9XBHCF' where id=7; -update noar tt set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8; -update noar ti set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set b2='3NXRJ' where id=8; -update noar ti set b2='3NXRJ' where id=8; -update noar tt set b0='99N97C7' where id=9; -update noar ti set b0='99N97C7' where id=9; -update noar tt set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9; -update noar ti set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9; -update noar tt set b2='VDB' where id=9; -update noar ti set b2='VDB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1; -update noar ti set b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1; -update noar tt set b1='IMHPNCEL9' where id=1; -update noar ti set b1='IMHPNCEL9' where id=1; -update noar tt set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1; -update noar ti set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1; -update noar tt set b0='RBPSPQWGWPLTHQ6F' where id=2; -update noar ti set b0='RBPSPQWGWPLTHQ6F' where id=2; -update noar tt set b1='8W2JYOK4B3' where id=2; -update noar ti set b1='8W2JYOK4B3' where id=2; -update noar tt set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2; -update noar ti set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2; -update noar tt set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3; -update noar ti set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3; -update noar tt set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3; -update noar ti set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3; -update noar tt set b2='HO45A8DY59MXR' where id=3; -update noar ti set b2='HO45A8DY59MXR' where id=3; -update noar tt set b0='9YGFHMPAOJT' where id=4; -update noar ti set b0='9YGFHMPAOJT' where id=4; -update noar tt set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4; -update noar ti set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4; -update noar tt set b2='4Q4QGYUCLA8P2' where id=4; -update noar ti set b2='4Q4QGYUCLA8P2' where id=4; -update noar tt set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5; -update noar ti set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5; -update noar tt set b1='94X08DXN3JGSN6OX5TNY' where id=5; -update noar ti set b1='94X08DXN3JGSN6OX5TNY' where id=5; -update noar tt set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5; -update noar ti set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5; -update noar tt set b0='1FIX84TDQI' where id=6; -update noar ti set b0='1FIX84TDQI' where id=6; -update noar tt set b1='CJ' where id=6; -update noar ti set b1='CJ' where id=6; -update noar tt set b2='B3DWKDMOHVKR' where id=6; -update noar ti set b2='B3DWKDMOHVKR' where id=6; -update noar tt set b0='AAKRU7H1L5W69XQ' where id=7; -update noar ti set b0='AAKRU7H1L5W69XQ' where id=7; -update noar tt set b1='GKX5U1G9GNZ1NNM4JE' where id=7; -update noar ti set b1='GKX5U1G9GNZ1NNM4JE' where id=7; -update noar tt set b2='QZBFHDQM23R3O' where id=7; -update noar ti set b2='QZBFHDQM23R3O' where id=7; -update noar tt set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8; -update noar ti set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8; -update noar tt set b1='7XSY' where id=8; -update noar ti set b1='7XSY' where id=8; -update noar tt set b2='R996UUTNJO99CM8' where id=8; -update noar ti set b2='R996UUTNJO99CM8' where id=8; -update noar tt set b0='582YZLBRXAEEDBS' where id=9; -update noar ti set b0='582YZLBRXAEEDBS' where id=9; -update noar tt set b1='IYYTVFADGRGCWS1' where id=9; -update noar ti set b1='IYYTVFADGRGCWS1' where id=9; -update noar tt set b2='D1T' where id=9; -update noar ti set b2='D1T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 mediumblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1; -update noar ti set b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1; -update noar tt set b1='A3251TI36XPC9HO2U' where id=1; -update noar ti set b1='A3251TI36XPC9HO2U' where id=1; -update noar tt set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1; -update noar ti set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1; -update noar tt set b0='L' where id=2; -update noar ti set b0='L' where id=2; -update noar tt set b1='64TO' where id=2; -update noar ti set b1='64TO' where id=2; -update noar tt set b2='RG5ZJ18J3T259N193KHQ' where id=2; -update noar ti set b2='RG5ZJ18J3T259N193KHQ' where id=2; -update noar tt set b0='3KNWN' where id=3; -update noar ti set b0='3KNWN' where id=3; -update noar tt set b1='U8CKKEJT3P6QOFST681FF7' where id=3; -update noar ti set b1='U8CKKEJT3P6QOFST681FF7' where id=3; -update noar tt set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3; -update noar ti set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3; -update noar tt set b0='UZYNXGAF' where id=4; -update noar ti set b0='UZYNXGAF' where id=4; -update noar tt set b1='SIVSRI6XXDU' where id=4; -update noar ti set b1='SIVSRI6XXDU' where id=4; -update noar tt set b2='B1V3JA96D' where id=4; -update noar ti set b2='B1V3JA96D' where id=4; -update noar tt set b0='LBU' where id=5; -update noar ti set b0='LBU' where id=5; -update noar tt set b1='R' where id=5; -update noar ti set b1='R' where id=5; -update noar tt set b2='8XXOBX49KD' where id=5; -update noar ti set b2='8XXOBX49KD' where id=5; -update noar tt set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6; -update noar ti set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6; -update noar tt set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6; -update noar ti set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6; -update noar tt set b2='AY2PLXYBQJBXDF8Z' where id=6; -update noar ti set b2='AY2PLXYBQJBXDF8Z' where id=6; -update noar tt set b0='VF4ULFAUOSVG7ZDTKQ' where id=7; -update noar ti set b0='VF4ULFAUOSVG7ZDTKQ' where id=7; -update noar tt set b1='C9A3AP6' where id=7; -update noar ti set b1='C9A3AP6' where id=7; -update noar tt set b2='8LXTB1' where id=7; -update noar ti set b2='8LXTB1' where id=7; -update noar tt set b0='ZDO9R2W21' where id=8; -update noar ti set b0='ZDO9R2W21' where id=8; -update noar tt set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8; -update noar ti set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8; -update noar tt set b2='XERMA9UCH8F1F2P2282VK' where id=8; -update noar ti set b2='XERMA9UCH8F1F2P2282VK' where id=8; -update noar tt set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9; -update noar ti set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9; -update noar tt set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9; -update noar ti set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9; -update noar tt set b2='M9Z4LORON659SNL' where id=9; -update noar ti set b2='M9Z4LORON659SNL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 mediumblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='58VWJ07B' where id=1; -update noar ti set b0='58VWJ07B' where id=1; -update noar tt set b1='S962AC7' where id=1; -update noar ti set b1='S962AC7' where id=1; -update noar tt set b2='G4SZ7R35GUN3P26A' where id=1; -update noar ti set b2='G4SZ7R35GUN3P26A' where id=1; -update noar tt set b0='ALUHYRRH8HKH4Z51VK0I' where id=2; -update noar ti set b0='ALUHYRRH8HKH4Z51VK0I' where id=2; -update noar tt set b1='M3I11KSUB9' where id=2; -update noar ti set b1='M3I11KSUB9' where id=2; -update noar tt set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2; -update noar ti set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2; -update noar tt set b0='7CF' where id=3; -update noar ti set b0='7CF' where id=3; -update noar tt set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3; -update noar ti set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3; -update noar tt set b2='KDE' where id=3; -update noar ti set b2='KDE' where id=3; -update noar tt set b0='GLZV5M1WQFPJ3' where id=4; -update noar ti set b0='GLZV5M1WQFPJ3' where id=4; -update noar tt set b1='2GKJLOHPWK3PEE6' where id=4; -update noar ti set b1='2GKJLOHPWK3PEE6' where id=4; -update noar tt set b2='VCKWGAFKWEOFL1JQ9L' where id=4; -update noar ti set b2='VCKWGAFKWEOFL1JQ9L' where id=4; -update noar tt set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5; -update noar ti set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5; -update noar tt set b1='IMF0L3S64G6PUKRGFM2' where id=5; -update noar ti set b1='IMF0L3S64G6PUKRGFM2' where id=5; -update noar tt set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5; -update noar ti set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5; -update noar tt set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6; -update noar ti set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6; -update noar tt set b1='SAIMB8RE' where id=6; -update noar ti set b1='SAIMB8RE' where id=6; -update noar tt set b2='LBJJQ7MRSG8G0F38CDEB' where id=6; -update noar ti set b2='LBJJQ7MRSG8G0F38CDEB' where id=6; -update noar tt set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7; -update noar ti set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7; -update noar tt set b1='81FU' where id=7; -update noar ti set b1='81FU' where id=7; -update noar tt set b2='218UUTD8T4' where id=7; -update noar ti set b2='218UUTD8T4' where id=7; -update noar tt set b0='2K' where id=8; -update noar ti set b0='2K' where id=8; -update noar tt set b1='B2TWOZWNY6EAVO5KY8' where id=8; -update noar ti set b1='B2TWOZWNY6EAVO5KY8' where id=8; -update noar tt set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8; -update noar ti set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8; -update noar tt set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9; -update noar ti set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9; -update noar tt set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9; -update noar ti set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9; -update noar tt set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9; -update noar ti set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WXA7SP1HUDKEAHG00OY' where id=1; -update noar ti set b0='WXA7SP1HUDKEAHG00OY' where id=1; -update noar tt set b1='D4Y89QEGNY7DALJV2CDG' where id=1; -update noar ti set b1='D4Y89QEGNY7DALJV2CDG' where id=1; -update noar tt set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1; -update noar ti set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1; -update noar tt set b0='W0PGLR2FOPV8YF' where id=2; -update noar ti set b0='W0PGLR2FOPV8YF' where id=2; -update noar tt set b1='4D2LGR9Y' where id=2; -update noar ti set b1='4D2LGR9Y' where id=2; -update noar tt set b2='U7OYN1T7OI2895OSPWD' where id=2; -update noar ti set b2='U7OYN1T7OI2895OSPWD' where id=2; -update noar tt set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3; -update noar ti set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3; -update noar tt set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3; -update noar ti set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3; -update noar tt set b2='PCEJ7C' where id=3; -update noar ti set b2='PCEJ7C' where id=3; -update noar tt set b0='0ZCFY1TD0' where id=4; -update noar ti set b0='0ZCFY1TD0' where id=4; -update noar tt set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4; -update noar ti set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4; -update noar tt set b2='8L6RY6LDAOPWA' where id=4; -update noar ti set b2='8L6RY6LDAOPWA' where id=4; -update noar tt set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5; -update noar ti set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5; -update noar tt set b1='OLX5GHAATYOGGTF0PE2' where id=5; -update noar ti set b1='OLX5GHAATYOGGTF0PE2' where id=5; -update noar tt set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5; -update noar ti set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5; -update noar tt set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6; -update noar ti set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6; -update noar tt set b1='3W70ZQE2YSU' where id=6; -update noar ti set b1='3W70ZQE2YSU' where id=6; -update noar tt set b2='4' where id=6; -update noar ti set b2='4' where id=6; -update noar tt set b0='F93UERCGUA5H31QTL' where id=7; -update noar ti set b0='F93UERCGUA5H31QTL' where id=7; -update noar tt set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7; -update noar ti set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7; -update noar tt set b2='4OLM1P4' where id=7; -update noar ti set b2='4OLM1P4' where id=7; -update noar tt set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8; -update noar ti set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8; -update noar tt set b1='F84QH8AIP9Y83THER' where id=8; -update noar ti set b1='F84QH8AIP9Y83THER' where id=8; -update noar tt set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8; -update noar ti set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8; -update noar tt set b0='A6F58NLMH1' where id=9; -update noar ti set b0='A6F58NLMH1' where id=9; -update noar tt set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9; -update noar ti set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9; -update noar tt set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9; -update noar ti set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1; -update noar ti set b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1; -update noar tt set b1='3C396EJJX7P' where id=1; -update noar ti set b1='3C396EJJX7P' where id=1; -update noar tt set b2='78AI3H1XRXU4' where id=1; -update noar ti set b2='78AI3H1XRXU4' where id=1; -update noar tt set b0='7QA9XB7YAEA05MCW144SI' where id=2; -update noar ti set b0='7QA9XB7YAEA05MCW144SI' where id=2; -update noar tt set b1='5OJIX' where id=2; -update noar ti set b1='5OJIX' where id=2; -update noar tt set b2='9RW4R36P4ASMH3S' where id=2; -update noar ti set b2='9RW4R36P4ASMH3S' where id=2; -update noar tt set b0='9' where id=3; -update noar ti set b0='9' where id=3; -update noar tt set b1='M0IC' where id=3; -update noar ti set b1='M0IC' where id=3; -update noar tt set b2='2SHOH1OK9' where id=3; -update noar ti set b2='2SHOH1OK9' where id=3; -update noar tt set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4; -update noar ti set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4; -update noar tt set b1='9US7U8O3RXETUBRH4W' where id=4; -update noar ti set b1='9US7U8O3RXETUBRH4W' where id=4; -update noar tt set b2='OJXDY' where id=4; -update noar ti set b2='OJXDY' where id=4; -update noar tt set b0='N' where id=5; -update noar ti set b0='N' where id=5; -update noar tt set b1='M7N7HKM5T05ZIUCV9BER' where id=5; -update noar ti set b1='M7N7HKM5T05ZIUCV9BER' where id=5; -update noar tt set b2='53' where id=5; -update noar ti set b2='53' where id=5; -update noar tt set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6; -update noar ti set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6; -update noar tt set b1='27XQXUH7BQNE' where id=6; -update noar ti set b1='27XQXUH7BQNE' where id=6; -update noar tt set b2='1' where id=6; -update noar ti set b2='1' where id=6; -update noar tt set b0='NLML8' where id=7; -update noar ti set b0='NLML8' where id=7; -update noar tt set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7; -update noar ti set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7; -update noar tt set b2='TEWE7JN90' where id=7; -update noar ti set b2='TEWE7JN90' where id=7; -update noar tt set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8; -update noar ti set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8; -update noar tt set b1='QK' where id=8; -update noar ti set b1='QK' where id=8; -update noar tt set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8; -update noar ti set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8; -update noar tt set b0='YQ245XZBQLDXKCR' where id=9; -update noar ti set b0='YQ245XZBQLDXKCR' where id=9; -update noar tt set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9; -update noar ti set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9; -update noar tt set b2='OW6OAAE6YJMQ9QID' where id=9; -update noar ti set b2='OW6OAAE6YJMQ9QID' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3FYCUHVXJUWWR' where id=1; -update noar ti set b0='3FYCUHVXJUWWR' where id=1; -update noar tt set b1='OLSES8XDHIV' where id=1; -update noar ti set b1='OLSES8XDHIV' where id=1; -update noar tt set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1; -update noar ti set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1; -update noar tt set b0='A1SON62ULFVY1P' where id=2; -update noar ti set b0='A1SON62ULFVY1P' where id=2; -update noar tt set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2; -update noar ti set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2; -update noar tt set b2='0B' where id=2; -update noar ti set b2='0B' where id=2; -update noar tt set b0='5M996XG24LKZAC4L90IUW9' where id=3; -update noar ti set b0='5M996XG24LKZAC4L90IUW9' where id=3; -update noar tt set b1='QRJX14P243BP5E9WIAC' where id=3; -update noar ti set b1='QRJX14P243BP5E9WIAC' where id=3; -update noar tt set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3; -update noar ti set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3; -update noar tt set b0='Q8QFM1L5UOL36CL' where id=4; -update noar ti set b0='Q8QFM1L5UOL36CL' where id=4; -update noar tt set b1='SU6ADSJIBUKCP72OO44YJ' where id=4; -update noar ti set b1='SU6ADSJIBUKCP72OO44YJ' where id=4; -update noar tt set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4; -update noar ti set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4; -update noar tt set b0='OLQ2KW8KPS8X' where id=5; -update noar ti set b0='OLQ2KW8KPS8X' where id=5; -update noar tt set b1='LJPWC23XJT667T09MOI96' where id=5; -update noar ti set b1='LJPWC23XJT667T09MOI96' where id=5; -update noar tt set b2='FUU3MAMEX1QB9SBEO' where id=5; -update noar ti set b2='FUU3MAMEX1QB9SBEO' where id=5; -update noar tt set b0='84' where id=6; -update noar ti set b0='84' where id=6; -update noar tt set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6; -update noar ti set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6; -update noar tt set b2='TY7RHZI1PEJIP5D4S' where id=6; -update noar ti set b2='TY7RHZI1PEJIP5D4S' where id=6; -update noar tt set b0='BG6MCPR' where id=7; -update noar ti set b0='BG6MCPR' where id=7; -update noar tt set b1='GURK96DSFMDT5CR' where id=7; -update noar ti set b1='GURK96DSFMDT5CR' where id=7; -update noar tt set b2='M3D4NOFLZK3XF8' where id=7; -update noar ti set b2='M3D4NOFLZK3XF8' where id=7; -update noar tt set b0='6RGFQ9C5PC' where id=8; -update noar ti set b0='6RGFQ9C5PC' where id=8; -update noar tt set b1='TCC0934YN3IWLMSUB3' where id=8; -update noar ti set b1='TCC0934YN3IWLMSUB3' where id=8; -update noar tt set b2='AQ3' where id=8; -update noar ti set b2='AQ3' where id=8; -update noar tt set b0='PEM68STZNX358JKECE712MM' where id=9; -update noar ti set b0='PEM68STZNX358JKECE712MM' where id=9; -update noar tt set b1='IXNHU' where id=9; -update noar ti set b1='IXNHU' where id=9; -update noar tt set b2='EV6BAVDVJGXC8TN5XMG' where id=9; -update noar ti set b2='EV6BAVDVJGXC8TN5XMG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SH93XMF3AHVZ4S' where id=1; -update noar ti set b0='SH93XMF3AHVZ4S' where id=1; -update noar tt set b1='7IU3NH' where id=1; -update noar ti set b1='7IU3NH' where id=1; -update noar tt set b2='9PHIRPDK2' where id=1; -update noar ti set b2='9PHIRPDK2' where id=1; -update noar tt set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2; -update noar ti set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2; -update noar tt set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2; -update noar ti set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2; -update noar tt set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2; -update noar ti set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2; -update noar tt set b0='3H23IVIK467' where id=3; -update noar ti set b0='3H23IVIK467' where id=3; -update noar tt set b1='S5P8VXGG5MPIAP' where id=3; -update noar ti set b1='S5P8VXGG5MPIAP' where id=3; -update noar tt set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3; -update noar ti set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3; -update noar tt set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4; -update noar ti set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4; -update noar tt set b1='LGHOP7DNLW274' where id=4; -update noar ti set b1='LGHOP7DNLW274' where id=4; -update noar tt set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4; -update noar ti set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4; -update noar tt set b0='EPOP' where id=5; -update noar ti set b0='EPOP' where id=5; -update noar tt set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5; -update noar ti set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5; -update noar tt set b2='L0S8WT13TWB' where id=5; -update noar ti set b2='L0S8WT13TWB' where id=5; -update noar tt set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6; -update noar ti set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6; -update noar tt set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6; -update noar ti set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6; -update noar tt set b2='YAUH1BUM' where id=6; -update noar ti set b2='YAUH1BUM' where id=6; -update noar tt set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7; -update noar ti set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7; -update noar tt set b1='GOA0QNQF2M4' where id=7; -update noar ti set b1='GOA0QNQF2M4' where id=7; -update noar tt set b2='KJU92DVMH5' where id=7; -update noar ti set b2='KJU92DVMH5' where id=7; -update noar tt set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8; -update noar ti set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8; -update noar tt set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8; -update noar ti set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8; -update noar tt set b2='TN' where id=8; -update noar ti set b2='TN' where id=8; -update noar tt set b0='LSHJ5C0ZL' where id=9; -update noar ti set b0='LSHJ5C0ZL' where id=9; -update noar tt set b1='7SQA3937P0D8JU9V' where id=9; -update noar ti set b1='7SQA3937P0D8JU9V' where id=9; -update noar tt set b2='VKNSLMEA7' where id=9; -update noar ti set b2='VKNSLMEA7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OK7AIIPW4IDXD1SD' where id=1; -update noar ti set b0='OK7AIIPW4IDXD1SD' where id=1; -update noar tt set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1; -update noar ti set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1; -update noar tt set b2='PKHPS' where id=1; -update noar ti set b2='PKHPS' where id=1; -update noar tt set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2; -update noar ti set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2; -update noar tt set b1='54KMF19CSD9K85686IE6F' where id=2; -update noar ti set b1='54KMF19CSD9K85686IE6F' where id=2; -update noar tt set b2='Z604T31AA' where id=2; -update noar ti set b2='Z604T31AA' where id=2; -update noar tt set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3; -update noar ti set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3; -update noar tt set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3; -update noar ti set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3; -update noar tt set b2='9' where id=3; -update noar ti set b2='9' where id=3; -update noar tt set b0='YE6NHHUSRJPXSX' where id=4; -update noar ti set b0='YE6NHHUSRJPXSX' where id=4; -update noar tt set b1='BO6YJZVDZGI8NXT0G' where id=4; -update noar ti set b1='BO6YJZVDZGI8NXT0G' where id=4; -update noar tt set b2='7Z' where id=4; -update noar ti set b2='7Z' where id=4; -update noar tt set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5; -update noar ti set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5; -update noar tt set b1='8DYMBLB' where id=5; -update noar ti set b1='8DYMBLB' where id=5; -update noar tt set b2='FR76TS6RN' where id=5; -update noar ti set b2='FR76TS6RN' where id=5; -update noar tt set b0='XM9L24AZEQNS9U6H' where id=6; -update noar ti set b0='XM9L24AZEQNS9U6H' where id=6; -update noar tt set b1='WT' where id=6; -update noar ti set b1='WT' where id=6; -update noar tt set b2='ZI' where id=6; -update noar ti set b2='ZI' where id=6; -update noar tt set b0='ONF0G' where id=7; -update noar ti set b0='ONF0G' where id=7; -update noar tt set b1='0G0G8QIEQ' where id=7; -update noar ti set b1='0G0G8QIEQ' where id=7; -update noar tt set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7; -update noar ti set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7; -update noar tt set b0='LYMRU' where id=8; -update noar ti set b0='LYMRU' where id=8; -update noar tt set b1='KT4J557BTJVDLMO1E7P' where id=8; -update noar ti set b1='KT4J557BTJVDLMO1E7P' where id=8; -update noar tt set b2='CTJ6JJB05GO' where id=8; -update noar ti set b2='CTJ6JJB05GO' where id=8; -update noar tt set b0='HQV4GGXN4BML' where id=9; -update noar ti set b0='HQV4GGXN4BML' where id=9; -update noar tt set b1='B98RQD4K' where id=9; -update noar ti set b1='B98RQD4K' where id=9; -update noar tt set b2='A4KVWSW2BCEDPL3DJ95' where id=9; -update noar ti set b2='A4KVWSW2BCEDPL3DJ95' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QRJR3AY1WUSN' where id=1; -update noar ti set b0='QRJR3AY1WUSN' where id=1; -update noar tt set b1='YYB7SZSQ8E06W' where id=1; -update noar ti set b1='YYB7SZSQ8E06W' where id=1; -update noar tt set b2='O' where id=1; -update noar ti set b2='O' where id=1; -update noar tt set b0='GN441L3IV50M4DPFX2' where id=2; -update noar ti set b0='GN441L3IV50M4DPFX2' where id=2; -update noar tt set b1='QZA8UWIM1PW750X8FW' where id=2; -update noar ti set b1='QZA8UWIM1PW750X8FW' where id=2; -update noar tt set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2; -update noar ti set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2; -update noar tt set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3; -update noar ti set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3; -update noar tt set b1='L5' where id=3; -update noar ti set b1='L5' where id=3; -update noar tt set b2='PDGK50QTEHWYYKN68X78YQ' where id=3; -update noar ti set b2='PDGK50QTEHWYYKN68X78YQ' where id=3; -update noar tt set b0='HLCPXHF' where id=4; -update noar ti set b0='HLCPXHF' where id=4; -update noar tt set b1='HS17C8BFK9CSYKJ5KYR' where id=4; -update noar ti set b1='HS17C8BFK9CSYKJ5KYR' where id=4; -update noar tt set b2='YPPEDN0YAO4SB2' where id=4; -update noar ti set b2='YPPEDN0YAO4SB2' where id=4; -update noar tt set b0='2UGGI' where id=5; -update noar ti set b0='2UGGI' where id=5; -update noar tt set b1='7F4UBQ' where id=5; -update noar ti set b1='7F4UBQ' where id=5; -update noar tt set b2='3R' where id=5; -update noar ti set b2='3R' where id=5; -update noar tt set b0='KP2W7G86NB3QDVVXO' where id=6; -update noar ti set b0='KP2W7G86NB3QDVVXO' where id=6; -update noar tt set b1='AXZ9VG63F' where id=6; -update noar ti set b1='AXZ9VG63F' where id=6; -update noar tt set b2='04SEY1G66F73U0Z' where id=6; -update noar ti set b2='04SEY1G66F73U0Z' where id=6; -update noar tt set b0='2K56ILPAM9IB' where id=7; -update noar ti set b0='2K56ILPAM9IB' where id=7; -update noar tt set b1='ZECBKQNED5XGPBJETYT6IU' where id=7; -update noar ti set b1='ZECBKQNED5XGPBJETYT6IU' where id=7; -update noar tt set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7; -update noar ti set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7; -update noar tt set b0='D31RONWAQF995FZ5L' where id=8; -update noar ti set b0='D31RONWAQF995FZ5L' where id=8; -update noar tt set b1='XBSL1F8PXC2RX2Z0U9' where id=8; -update noar ti set b1='XBSL1F8PXC2RX2Z0U9' where id=8; -update noar tt set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8; -update noar ti set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8; -update noar tt set b0='0K9' where id=9; -update noar ti set b0='0K9' where id=9; -update noar tt set b1='QRR36PG66K4G8HLBCC14B62' where id=9; -update noar ti set b1='QRR36PG66K4G8HLBCC14B62' where id=9; -update noar tt set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9; -update noar ti set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='V4EXPNC4DXHNG' where id=1; -update noar ti set b0='V4EXPNC4DXHNG' where id=1; -update noar tt set b1='SVZ5L6R' where id=1; -update noar ti set b1='SVZ5L6R' where id=1; -update noar tt set b2='77UESANOA857QU' where id=1; -update noar ti set b2='77UESANOA857QU' where id=1; -update noar tt set b0='0R5' where id=2; -update noar ti set b0='0R5' where id=2; -update noar tt set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2; -update noar ti set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2; -update noar tt set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2; -update noar ti set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2; -update noar tt set b0='U6BQMY1WGUB4S' where id=3; -update noar ti set b0='U6BQMY1WGUB4S' where id=3; -update noar tt set b1='64S7596QB0D0XEML' where id=3; -update noar ti set b1='64S7596QB0D0XEML' where id=3; -update noar tt set b2='BQ5F' where id=3; -update noar ti set b2='BQ5F' where id=3; -update noar tt set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4; -update noar ti set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4; -update noar tt set b1='J0HWO627U6P8HMRESVK6' where id=4; -update noar ti set b1='J0HWO627U6P8HMRESVK6' where id=4; -update noar tt set b2='O0ENHDV' where id=4; -update noar ti set b2='O0ENHDV' where id=4; -update noar tt set b0='C893AUEKROVS5' where id=5; -update noar ti set b0='C893AUEKROVS5' where id=5; -update noar tt set b1='6NR' where id=5; -update noar ti set b1='6NR' where id=5; -update noar tt set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5; -update noar ti set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5; -update noar tt set b0='KE1TGBH7FLN3QT7PWW' where id=6; -update noar ti set b0='KE1TGBH7FLN3QT7PWW' where id=6; -update noar tt set b1='64MWOKJI7' where id=6; -update noar ti set b1='64MWOKJI7' where id=6; -update noar tt set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6; -update noar ti set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6; -update noar tt set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7; -update noar ti set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7; -update noar tt set b1='78RKVS7SYP98EC4UI01' where id=7; -update noar ti set b1='78RKVS7SYP98EC4UI01' where id=7; -update noar tt set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7; -update noar ti set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7; -update noar tt set b0='017JE1G' where id=8; -update noar ti set b0='017JE1G' where id=8; -update noar tt set b1='60S' where id=8; -update noar ti set b1='60S' where id=8; -update noar tt set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8; -update noar ti set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8; -update noar tt set b0='0GAV03D' where id=9; -update noar ti set b0='0GAV03D' where id=9; -update noar tt set b1='WEA46YHICT9JRIJL' where id=9; -update noar ti set b1='WEA46YHICT9JRIJL' where id=9; -update noar tt set b2='3LRQ4CJIQIR7NHV' where id=9; -update noar ti set b2='3LRQ4CJIQIR7NHV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1; -update noar ti set b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1; -update noar tt set b1='JIBD' where id=1; -update noar ti set b1='JIBD' where id=1; -update noar tt set b2='USWPA1J2AM9YOJHS65S' where id=1; -update noar ti set b2='USWPA1J2AM9YOJHS65S' where id=1; -update noar tt set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2; -update noar ti set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2; -update noar tt set b1='KA' where id=2; -update noar ti set b1='KA' where id=2; -update noar tt set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2; -update noar ti set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2; -update noar tt set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3; -update noar ti set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3; -update noar tt set b1='VJ' where id=3; -update noar ti set b1='VJ' where id=3; -update noar tt set b2='7P9P6E9B98VKB' where id=3; -update noar ti set b2='7P9P6E9B98VKB' where id=3; -update noar tt set b0='13' where id=4; -update noar ti set b0='13' where id=4; -update noar tt set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4; -update noar ti set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4; -update noar tt set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4; -update noar ti set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4; -update noar tt set b0='HH7GW75U' where id=5; -update noar ti set b0='HH7GW75U' where id=5; -update noar tt set b1='CLBXJJL209T9T1LE2UNZA' where id=5; -update noar ti set b1='CLBXJJL209T9T1LE2UNZA' where id=5; -update noar tt set b2='TIAVVOU3' where id=5; -update noar ti set b2='TIAVVOU3' where id=5; -update noar tt set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6; -update noar ti set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6; -update noar tt set b1='QA' where id=6; -update noar ti set b1='QA' where id=6; -update noar tt set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6; -update noar ti set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6; -update noar tt set b0='9FK5ZZV' where id=7; -update noar ti set b0='9FK5ZZV' where id=7; -update noar tt set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7; -update noar ti set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7; -update noar tt set b2='9C4C2R89T' where id=7; -update noar ti set b2='9C4C2R89T' where id=7; -update noar tt set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8; -update noar ti set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8; -update noar tt set b1='B9T7EZRIPV7SDL54BGW8M' where id=8; -update noar ti set b1='B9T7EZRIPV7SDL54BGW8M' where id=8; -update noar tt set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8; -update noar ti set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8; -update noar tt set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9; -update noar ti set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9; -update noar tt set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9; -update noar ti set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9; -update noar tt set b2='QHLK2DOD9AQQ0C' where id=9; -update noar ti set b2='QHLK2DOD9AQQ0C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 longblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TPJ3V1L' where id=1; -update noar ti set b0='TPJ3V1L' where id=1; -update noar tt set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1; -update noar ti set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1; -update noar tt set b2='HUF' where id=1; -update noar ti set b2='HUF' where id=1; -update noar tt set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2; -update noar ti set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2; -update noar tt set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2; -update noar ti set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2; -update noar tt set b2='FMQXSFXA4IH54Y' where id=2; -update noar ti set b2='FMQXSFXA4IH54Y' where id=2; -update noar tt set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3; -update noar ti set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3; -update noar tt set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3; -update noar ti set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3; -update noar tt set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3; -update noar ti set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3; -update noar tt set b0='5ZSOS8M4RL1XWQ8HY' where id=4; -update noar ti set b0='5ZSOS8M4RL1XWQ8HY' where id=4; -update noar tt set b1='X5Z5' where id=4; -update noar ti set b1='X5Z5' where id=4; -update noar tt set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4; -update noar ti set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4; -update noar tt set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5; -update noar ti set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5; -update noar tt set b1='X6ITDE7ABH53PF' where id=5; -update noar ti set b1='X6ITDE7ABH53PF' where id=5; -update noar tt set b2='W' where id=5; -update noar ti set b2='W' where id=5; -update noar tt set b0='CEG3XGBX6RQ7B1FENR3' where id=6; -update noar ti set b0='CEG3XGBX6RQ7B1FENR3' where id=6; -update noar tt set b1='CO4D27' where id=6; -update noar ti set b1='CO4D27' where id=6; -update noar tt set b2='DOIM41UC9' where id=6; -update noar ti set b2='DOIM41UC9' where id=6; -update noar tt set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7; -update noar ti set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7; -update noar tt set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7; -update noar ti set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7; -update noar tt set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7; -update noar ti set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7; -update noar tt set b0='QBL41UGAVZR93301XC' where id=8; -update noar ti set b0='QBL41UGAVZR93301XC' where id=8; -update noar tt set b1='LDHXR' where id=8; -update noar ti set b1='LDHXR' where id=8; -update noar tt set b2='N2QE8D3GV' where id=8; -update noar ti set b2='N2QE8D3GV' where id=8; -update noar tt set b0='9R10GK0V2OS1P0R' where id=9; -update noar ti set b0='9R10GK0V2OS1P0R' where id=9; -update noar tt set b1='MWZRTKITWAU26FG' where id=9; -update noar ti set b1='MWZRTKITWAU26FG' where id=9; -update noar tt set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9; -update noar ti set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 longblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SY45AWJB48MZHC43VI5DW' where id=1; -update noar ti set b0='SY45AWJB48MZHC43VI5DW' where id=1; -update noar tt set b1='96H' where id=1; -update noar ti set b1='96H' where id=1; -update noar tt set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1; -update noar ti set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1; -update noar tt set b0='C0O19W54H7X2EO0PJCIKC7' where id=2; -update noar ti set b0='C0O19W54H7X2EO0PJCIKC7' where id=2; -update noar tt set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2; -update noar ti set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2; -update noar tt set b2='WHY8VQENSVNTT3QEBSP' where id=2; -update noar ti set b2='WHY8VQENSVNTT3QEBSP' where id=2; -update noar tt set b0='TJ1O' where id=3; -update noar ti set b0='TJ1O' where id=3; -update noar tt set b1='4W0PA0WW' where id=3; -update noar ti set b1='4W0PA0WW' where id=3; -update noar tt set b2='S' where id=3; -update noar ti set b2='S' where id=3; -update noar tt set b0='PA0HGG5DVJC' where id=4; -update noar ti set b0='PA0HGG5DVJC' where id=4; -update noar tt set b1='VJH47XXPJ2O44R' where id=4; -update noar ti set b1='VJH47XXPJ2O44R' where id=4; -update noar tt set b2='5WON0SLKQORMLW327OP0I5YE' where id=4; -update noar ti set b2='5WON0SLKQORMLW327OP0I5YE' where id=4; -update noar tt set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5; -update noar ti set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5; -update noar tt set b1='0W6L6LE' where id=5; -update noar ti set b1='0W6L6LE' where id=5; -update noar tt set b2='PJCQRB7UFFS2RJEL' where id=5; -update noar ti set b2='PJCQRB7UFFS2RJEL' where id=5; -update noar tt set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6; -update noar ti set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6; -update noar tt set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6; -update noar ti set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6; -update noar tt set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6; -update noar ti set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6; -update noar tt set b0='TMAQ9ZOG4XPOGRZ' where id=7; -update noar ti set b0='TMAQ9ZOG4XPOGRZ' where id=7; -update noar tt set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7; -update noar ti set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7; -update noar tt set b2='PID8CVM27K9RJ1UB' where id=7; -update noar ti set b2='PID8CVM27K9RJ1UB' where id=7; -update noar tt set b0='PHFJ0NU50ZKFNXO' where id=8; -update noar ti set b0='PHFJ0NU50ZKFNXO' where id=8; -update noar tt set b1='WPBV4VCJ6U7MT8E' where id=8; -update noar ti set b1='WPBV4VCJ6U7MT8E' where id=8; -update noar tt set b2='R' where id=8; -update noar ti set b2='R' where id=8; -update noar tt set b0='958GJCAH96O' where id=9; -update noar ti set b0='958GJCAH96O' where id=9; -update noar tt set b1='AIUQ5E7L5BC53HLU3VB1' where id=9; -update noar ti set b1='AIUQ5E7L5BC53HLU3VB1' where id=9; -update noar tt set b2='VBEYW2GGA5C' where id=9; -update noar ti set b2='VBEYW2GGA5C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 text null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XACHNX1V8L2VN8CILGTLWM' where id=1; -update noar ti set b0='XACHNX1V8L2VN8CILGTLWM' where id=1; -update noar tt set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1; -update noar ti set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1; -update noar tt set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1; -update noar ti set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1; -update noar tt set b0='1CL0J9L' where id=2; -update noar ti set b0='1CL0J9L' where id=2; -update noar tt set b1='26AIX' where id=2; -update noar ti set b1='26AIX' where id=2; -update noar tt set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2; -update noar ti set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2; -update noar tt set b0='6ZAEY1SYBUQL9' where id=3; -update noar ti set b0='6ZAEY1SYBUQL9' where id=3; -update noar tt set b1='IVQ4JSP77Y7UULE9A1A' where id=3; -update noar ti set b1='IVQ4JSP77Y7UULE9A1A' where id=3; -update noar tt set b2='C' where id=3; -update noar ti set b2='C' where id=3; -update noar tt set b0='YACCA1YGYGN' where id=4; -update noar ti set b0='YACCA1YGYGN' where id=4; -update noar tt set b1='TXP' where id=4; -update noar ti set b1='TXP' where id=4; -update noar tt set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4; -update noar ti set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4; -update noar tt set b0='EEQTPLLTY9BL617N' where id=5; -update noar ti set b0='EEQTPLLTY9BL617N' where id=5; -update noar tt set b1='NLBYP5VR2UQV' where id=5; -update noar ti set b1='NLBYP5VR2UQV' where id=5; -update noar tt set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5; -update noar ti set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5; -update noar tt set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6; -update noar ti set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6; -update noar tt set b1='MYB0RH25CM5Q' where id=6; -update noar ti set b1='MYB0RH25CM5Q' where id=6; -update noar tt set b2='K' where id=6; -update noar ti set b2='K' where id=6; -update noar tt set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7; -update noar ti set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7; -update noar tt set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7; -update noar ti set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7; -update noar tt set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7; -update noar ti set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7; -update noar tt set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8; -update noar ti set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8; -update noar tt set b1='FLHNNI472K' where id=8; -update noar ti set b1='FLHNNI472K' where id=8; -update noar tt set b2='Z7PR1N6R5A7CXK' where id=8; -update noar ti set b2='Z7PR1N6R5A7CXK' where id=8; -update noar tt set b0='FVEOP338T7' where id=9; -update noar ti set b0='FVEOP338T7' where id=9; -update noar tt set b1='KY0LPIV' where id=9; -update noar ti set b1='KY0LPIV' where id=9; -update noar tt set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9; -update noar ti set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 text not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4ZTREP' where id=1; -update noar ti set b0='4ZTREP' where id=1; -update noar tt set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1; -update noar ti set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1; -update noar tt set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1; -update noar ti set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1; -update noar tt set b0='2PLFJJ82CMFP42NE5018RC65' where id=2; -update noar ti set b0='2PLFJJ82CMFP42NE5018RC65' where id=2; -update noar tt set b1='8282NR6B' where id=2; -update noar ti set b1='8282NR6B' where id=2; -update noar tt set b2='4XGVY3J' where id=2; -update noar ti set b2='4XGVY3J' where id=2; -update noar tt set b0='29VMTNQG642ZYUT8PJWECJS' where id=3; -update noar ti set b0='29VMTNQG642ZYUT8PJWECJS' where id=3; -update noar tt set b1='JZW2D' where id=3; -update noar ti set b1='JZW2D' where id=3; -update noar tt set b2='BR1MP4ZC90V46MDG' where id=3; -update noar ti set b2='BR1MP4ZC90V46MDG' where id=3; -update noar tt set b0='NMS9QB' where id=4; -update noar ti set b0='NMS9QB' where id=4; -update noar tt set b1='3A26DG0S2XHI' where id=4; -update noar ti set b1='3A26DG0S2XHI' where id=4; -update noar tt set b2='QPJIUG' where id=4; -update noar ti set b2='QPJIUG' where id=4; -update noar tt set b0='O2OPXB1YLKS4PWF4' where id=5; -update noar ti set b0='O2OPXB1YLKS4PWF4' where id=5; -update noar tt set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5; -update noar ti set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5; -update noar tt set b2='RW2Y42NS7VZZ' where id=5; -update noar ti set b2='RW2Y42NS7VZZ' where id=5; -update noar tt set b0='JIU7D6LO5RA' where id=6; -update noar ti set b0='JIU7D6LO5RA' where id=6; -update noar tt set b1='RHLROSF28RI' where id=6; -update noar ti set b1='RHLROSF28RI' where id=6; -update noar tt set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6; -update noar ti set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6; -update noar tt set b0='N3J5GB7JGOT' where id=7; -update noar ti set b0='N3J5GB7JGOT' where id=7; -update noar tt set b1='74D0861LTF58RLG' where id=7; -update noar ti set b1='74D0861LTF58RLG' where id=7; -update noar tt set b2='OVU3UN' where id=7; -update noar ti set b2='OVU3UN' where id=7; -update noar tt set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8; -update noar ti set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8; -update noar tt set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8; -update noar ti set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8; -update noar tt set b2='RAGG7VXX7DZ40FALUEX' where id=8; -update noar ti set b2='RAGG7VXX7DZ40FALUEX' where id=8; -update noar tt set b0='NK' where id=9; -update noar ti set b0='NK' where id=9; -update noar tt set b1='ZGSZI1LMJ1BI82XFI6' where id=9; -update noar ti set b1='ZGSZI1LMJ1BI82XFI6' where id=9; -update noar tt set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9; -update noar ti set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 text null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J6UT4L0CV5TFE' where id=1; -update noar ti set b0='J6UT4L0CV5TFE' where id=1; -update noar tt set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1; -update noar ti set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1; -update noar tt set b2='B5PFGDG0FVSR' where id=1; -update noar ti set b2='B5PFGDG0FVSR' where id=1; -update noar tt set b0='ACILM35DA1RCEMX72QNYDS' where id=2; -update noar ti set b0='ACILM35DA1RCEMX72QNYDS' where id=2; -update noar tt set b1='UDL9EWXMJYR5' where id=2; -update noar ti set b1='UDL9EWXMJYR5' where id=2; -update noar tt set b2='O9ZMOIXEA' where id=2; -update noar ti set b2='O9ZMOIXEA' where id=2; -update noar tt set b0='45BESPEY2SBE' where id=3; -update noar ti set b0='45BESPEY2SBE' where id=3; -update noar tt set b1='O655ZSCFIE871GV4PT3FI' where id=3; -update noar ti set b1='O655ZSCFIE871GV4PT3FI' where id=3; -update noar tt set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3; -update noar ti set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3; -update noar tt set b0='NP' where id=4; -update noar ti set b0='NP' where id=4; -update noar tt set b1='U68SQCT' where id=4; -update noar ti set b1='U68SQCT' where id=4; -update noar tt set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4; -update noar ti set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4; -update noar tt set b0='J8EM359HBKQT0' where id=5; -update noar ti set b0='J8EM359HBKQT0' where id=5; -update noar tt set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5; -update noar ti set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5; -update noar tt set b2='H8JXMDJKJ84C28OAX' where id=5; -update noar ti set b2='H8JXMDJKJ84C28OAX' where id=5; -update noar tt set b0='X3YBKBN9J0' where id=6; -update noar ti set b0='X3YBKBN9J0' where id=6; -update noar tt set b1='9EN14YI0UBGRKRGZX1ET' where id=6; -update noar ti set b1='9EN14YI0UBGRKRGZX1ET' where id=6; -update noar tt set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6; -update noar ti set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6; -update noar tt set b0='4UU4G6MY8DTWZVASILHQ' where id=7; -update noar ti set b0='4UU4G6MY8DTWZVASILHQ' where id=7; -update noar tt set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7; -update noar ti set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7; -update noar tt set b2='BMER3TQ1A3FIH9O' where id=7; -update noar ti set b2='BMER3TQ1A3FIH9O' where id=7; -update noar tt set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8; -update noar ti set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8; -update noar tt set b1='VNA082E3LI9G' where id=8; -update noar ti set b1='VNA082E3LI9G' where id=8; -update noar tt set b2='91EDWQ87M' where id=8; -update noar ti set b2='91EDWQ87M' where id=8; -update noar tt set b0='RZ3YBHHYG5WWXOZJMIE' where id=9; -update noar ti set b0='RZ3YBHHYG5WWXOZJMIE' where id=9; -update noar tt set b1='XN8LKNMPI' where id=9; -update noar ti set b1='XN8LKNMPI' where id=9; -update noar tt set b2='5Z' where id=9; -update noar ti set b2='5Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 text not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1; -update noar ti set b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1; -update noar tt set b1='LDG5RVX8F' where id=1; -update noar ti set b1='LDG5RVX8F' where id=1; -update noar tt set b2='ZCR6M6394O' where id=1; -update noar ti set b2='ZCR6M6394O' where id=1; -update noar tt set b0='9ZSJM50B2Y3MFOUVKC' where id=2; -update noar ti set b0='9ZSJM50B2Y3MFOUVKC' where id=2; -update noar tt set b1='SCCEKNG6YF' where id=2; -update noar ti set b1='SCCEKNG6YF' where id=2; -update noar tt set b2='PKXDPVWGICX5LHIHZKRI' where id=2; -update noar ti set b2='PKXDPVWGICX5LHIHZKRI' where id=2; -update noar tt set b0='F98Q0DMX' where id=3; -update noar ti set b0='F98Q0DMX' where id=3; -update noar tt set b1='HSWFR62' where id=3; -update noar ti set b1='HSWFR62' where id=3; -update noar tt set b2='FOTDH' where id=3; -update noar ti set b2='FOTDH' where id=3; -update noar tt set b0='KCK' where id=4; -update noar ti set b0='KCK' where id=4; -update noar tt set b1='UQTU3ZCBGJX' where id=4; -update noar ti set b1='UQTU3ZCBGJX' where id=4; -update noar tt set b2='B37KUKFKMC3EET1IP6' where id=4; -update noar ti set b2='B37KUKFKMC3EET1IP6' where id=4; -update noar tt set b0='DBLPTXA' where id=5; -update noar ti set b0='DBLPTXA' where id=5; -update noar tt set b1='WW7SS8L91YKM' where id=5; -update noar ti set b1='WW7SS8L91YKM' where id=5; -update noar tt set b2='NA' where id=5; -update noar ti set b2='NA' where id=5; -update noar tt set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6; -update noar ti set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6; -update noar tt set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6; -update noar ti set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6; -update noar tt set b2='RXOJ5' where id=6; -update noar ti set b2='RXOJ5' where id=6; -update noar tt set b0='RDDNNT' where id=7; -update noar ti set b0='RDDNNT' where id=7; -update noar tt set b1='CGQK3MHL0A20NU' where id=7; -update noar ti set b1='CGQK3MHL0A20NU' where id=7; -update noar tt set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7; -update noar ti set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7; -update noar tt set b0='TDRVBP3' where id=8; -update noar ti set b0='TDRVBP3' where id=8; -update noar tt set b1='L4TJZ5AHCQKQ9YJ89M' where id=8; -update noar ti set b1='L4TJZ5AHCQKQ9YJ89M' where id=8; -update noar tt set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8; -update noar ti set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8; -update noar tt set b0='SS9YA7U3VCZSS34VJDDE' where id=9; -update noar ti set b0='SS9YA7U3VCZSS34VJDDE' where id=9; -update noar tt set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9; -update noar ti set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9; -update noar tt set b2='6FYOP' where id=9; -update noar ti set b2='6FYOP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 text null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1; -update noar ti set b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1; -update noar tt set b1='2OZH' where id=1; -update noar ti set b1='2OZH' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set b0='6FZANCNLQB5500WADDZAK' where id=2; -update noar ti set b0='6FZANCNLQB5500WADDZAK' where id=2; -update noar tt set b1='AQNIUDUTQIFS' where id=2; -update noar ti set b1='AQNIUDUTQIFS' where id=2; -update noar tt set b2='539MKB4ULIIPBQTQ9N' where id=2; -update noar ti set b2='539MKB4ULIIPBQTQ9N' where id=2; -update noar tt set b0='T9K4XVUEVWP' where id=3; -update noar ti set b0='T9K4XVUEVWP' where id=3; -update noar tt set b1='53UC17TUE2R' where id=3; -update noar ti set b1='53UC17TUE2R' where id=3; -update noar tt set b2='M9H86EJYS258IAST' where id=3; -update noar ti set b2='M9H86EJYS258IAST' where id=3; -update noar tt set b0='GRQEOSO0KL5T' where id=4; -update noar ti set b0='GRQEOSO0KL5T' where id=4; -update noar tt set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4; -update noar ti set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4; -update noar tt set b2='S71PWP7V0OPD0P6JW' where id=4; -update noar ti set b2='S71PWP7V0OPD0P6JW' where id=4; -update noar tt set b0='QA43317YFTZ8Z5YIISY' where id=5; -update noar ti set b0='QA43317YFTZ8Z5YIISY' where id=5; -update noar tt set b1='S0PDNFO517' where id=5; -update noar ti set b1='S0PDNFO517' where id=5; -update noar tt set b2='8RLSMA8BC8SXOMV7G' where id=5; -update noar ti set b2='8RLSMA8BC8SXOMV7G' where id=5; -update noar tt set b0='WA3MOZRQSM9TRED7L0H' where id=6; -update noar ti set b0='WA3MOZRQSM9TRED7L0H' where id=6; -update noar tt set b1='SQ9' where id=6; -update noar ti set b1='SQ9' where id=6; -update noar tt set b2='AI24SPUR5ELGV' where id=6; -update noar ti set b2='AI24SPUR5ELGV' where id=6; -update noar tt set b0='AK67' where id=7; -update noar ti set b0='AK67' where id=7; -update noar tt set b1='ZKN47H9X6KD6W' where id=7; -update noar ti set b1='ZKN47H9X6KD6W' where id=7; -update noar tt set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7; -update noar ti set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7; -update noar tt set b0='YGS9AS49D' where id=8; -update noar ti set b0='YGS9AS49D' where id=8; -update noar tt set b1='04G70' where id=8; -update noar ti set b1='04G70' where id=8; -update noar tt set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8; -update noar ti set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8; -update noar tt set b0='9Y59RWP' where id=9; -update noar ti set b0='9Y59RWP' where id=9; -update noar tt set b1='PO24Y3PXHMZ' where id=9; -update noar ti set b1='PO24Y3PXHMZ' where id=9; -update noar tt set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9; -update noar ti set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 text not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CB7DR' where id=1; -update noar ti set b0='CB7DR' where id=1; -update noar tt set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1; -update noar ti set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1; -update noar tt set b2='JDTM2D021NWIIN' where id=1; -update noar ti set b2='JDTM2D021NWIIN' where id=1; -update noar tt set b0='BITNE28A94O6QUP' where id=2; -update noar ti set b0='BITNE28A94O6QUP' where id=2; -update noar tt set b1='UMNQHNDV' where id=2; -update noar ti set b1='UMNQHNDV' where id=2; -update noar tt set b2='JERM91Z2E5LU9CC' where id=2; -update noar ti set b2='JERM91Z2E5LU9CC' where id=2; -update noar tt set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3; -update noar ti set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3; -update noar tt set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3; -update noar ti set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3; -update noar tt set b2='I7V5B0TF' where id=3; -update noar ti set b2='I7V5B0TF' where id=3; -update noar tt set b0='GSHODRIHOYZRWESEQD6B0L' where id=4; -update noar ti set b0='GSHODRIHOYZRWESEQD6B0L' where id=4; -update noar tt set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4; -update noar ti set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4; -update noar tt set b2='2NBA9A86IJO6L' where id=4; -update noar ti set b2='2NBA9A86IJO6L' where id=4; -update noar tt set b0='3TDU4' where id=5; -update noar ti set b0='3TDU4' where id=5; -update noar tt set b1='CMCUYBXLGZUX2KZ0' where id=5; -update noar ti set b1='CMCUYBXLGZUX2KZ0' where id=5; -update noar tt set b2='4O4M2' where id=5; -update noar ti set b2='4O4M2' where id=5; -update noar tt set b0='WUVU8KP4WO' where id=6; -update noar ti set b0='WUVU8KP4WO' where id=6; -update noar tt set b1='NCCSZ' where id=6; -update noar ti set b1='NCCSZ' where id=6; -update noar tt set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6; -update noar ti set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6; -update noar tt set b0='GUX' where id=7; -update noar ti set b0='GUX' where id=7; -update noar tt set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7; -update noar ti set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7; -update noar tt set b2='KK7IRA9L20NW9R9ZGXP5' where id=7; -update noar ti set b2='KK7IRA9L20NW9R9ZGXP5' where id=7; -update noar tt set b0='GSI2IM6JPB2L' where id=8; -update noar ti set b0='GSI2IM6JPB2L' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8; -update noar ti set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8; -update noar tt set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9; -update noar ti set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9; -update noar tt set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9; -update noar ti set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9; -update noar tt set b2='AVIL6S41XDR' where id=9; -update noar ti set b2='AVIL6S41XDR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 text null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1; -update noar ti set b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1; -update noar tt set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1; -update noar ti set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1; -update noar tt set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1; -update noar ti set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1; -update noar tt set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2; -update noar ti set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2; -update noar tt set b1='YLDR7E378DNE' where id=2; -update noar ti set b1='YLDR7E378DNE' where id=2; -update noar tt set b2='NJJVF17WBMUWCSYY82F0' where id=2; -update noar ti set b2='NJJVF17WBMUWCSYY82F0' where id=2; -update noar tt set b0='3FQEA5CICF' where id=3; -update noar ti set b0='3FQEA5CICF' where id=3; -update noar tt set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3; -update noar ti set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3; -update noar tt set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3; -update noar ti set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3; -update noar tt set b0='ACZNH5S' where id=4; -update noar ti set b0='ACZNH5S' where id=4; -update noar tt set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4; -update noar ti set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4; -update noar tt set b2='1QVH7ZG3DBS8CYBKJH4' where id=4; -update noar ti set b2='1QVH7ZG3DBS8CYBKJH4' where id=4; -update noar tt set b0='SL2JPIFL9KJH9Y0ZNA' where id=5; -update noar ti set b0='SL2JPIFL9KJH9Y0ZNA' where id=5; -update noar tt set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5; -update noar ti set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5; -update noar tt set b2='F' where id=5; -update noar ti set b2='F' where id=5; -update noar tt set b0='ML4FYQJY' where id=6; -update noar ti set b0='ML4FYQJY' where id=6; -update noar tt set b1='J5A25CVP62XE15ZNWTDL' where id=6; -update noar ti set b1='J5A25CVP62XE15ZNWTDL' where id=6; -update noar tt set b2='AJ97L5X' where id=6; -update noar ti set b2='AJ97L5X' where id=6; -update noar tt set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7; -update noar ti set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7; -update noar tt set b1='RPP' where id=7; -update noar ti set b1='RPP' where id=7; -update noar tt set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7; -update noar ti set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7; -update noar tt set b0='X' where id=8; -update noar ti set b0='X' where id=8; -update noar tt set b1='O0X6BSPSO126CGGS2BG3KL' where id=8; -update noar ti set b1='O0X6BSPSO126CGGS2BG3KL' where id=8; -update noar tt set b2='JBJ0451' where id=8; -update noar ti set b2='JBJ0451' where id=8; -update noar tt set b0='F34MEXGXKFBM2UT' where id=9; -update noar ti set b0='F34MEXGXKFBM2UT' where id=9; -update noar tt set b1='BSRWZP0Z' where id=9; -update noar ti set b1='BSRWZP0Z' where id=9; -update noar tt set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9; -update noar ti set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 text not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7JBUS90CC54ZP' where id=1; -update noar ti set b0='7JBUS90CC54ZP' where id=1; -update noar tt set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1; -update noar ti set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1; -update noar tt set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1; -update noar ti set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1; -update noar tt set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2; -update noar ti set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2; -update noar tt set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2; -update noar ti set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2; -update noar tt set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2; -update noar ti set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2; -update noar tt set b0='LDNC3KFAGW5I' where id=3; -update noar ti set b0='LDNC3KFAGW5I' where id=3; -update noar tt set b1='MUYKZMYSE05JY16RL9RPL' where id=3; -update noar ti set b1='MUYKZMYSE05JY16RL9RPL' where id=3; -update noar tt set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3; -update noar ti set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3; -update noar tt set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4; -update noar ti set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4; -update noar tt set b1='LJBIHLQ535ZNG1EK7BT' where id=4; -update noar ti set b1='LJBIHLQ535ZNG1EK7BT' where id=4; -update noar tt set b2='9N646DR7QUUOC' where id=4; -update noar ti set b2='9N646DR7QUUOC' where id=4; -update noar tt set b0='430HB1DAVS6CF' where id=5; -update noar ti set b0='430HB1DAVS6CF' where id=5; -update noar tt set b1='0OV3ZGF2JUUDEKR5L' where id=5; -update noar ti set b1='0OV3ZGF2JUUDEKR5L' where id=5; -update noar tt set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5; -update noar ti set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5; -update noar tt set b0='AD312BIYRDC' where id=6; -update noar ti set b0='AD312BIYRDC' where id=6; -update noar tt set b1='Z16' where id=6; -update noar ti set b1='Z16' where id=6; -update noar tt set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6; -update noar ti set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6; -update noar tt set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7; -update noar ti set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7; -update noar tt set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7; -update noar ti set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7; -update noar tt set b2='8W9Y' where id=7; -update noar ti set b2='8W9Y' where id=7; -update noar tt set b0='KHXNWY' where id=8; -update noar ti set b0='KHXNWY' where id=8; -update noar tt set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8; -update noar ti set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8; -update noar tt set b2='AXAF9HDTLTU' where id=8; -update noar ti set b2='AXAF9HDTLTU' where id=8; -update noar tt set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9; -update noar ti set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9; -update noar tt set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9; -update noar ti set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9; -update noar tt set b2='M0H5STWTOHCH9PC' where id=9; -update noar ti set b2='M0H5STWTOHCH9PC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob null, -b1 text null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='91DCSZ52QOPUF59N8T' where id=1; -update noar ti set b0='91DCSZ52QOPUF59N8T' where id=1; -update noar tt set b1='91IHWVIPDW753US2CW9TDI' where id=1; -update noar ti set b1='91IHWVIPDW753US2CW9TDI' where id=1; -update noar tt set b2='00D2H' where id=1; -update noar ti set b2='00D2H' where id=1; -update noar tt set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2; -update noar ti set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2; -update noar tt set b1='I' where id=2; -update noar ti set b1='I' where id=2; -update noar tt set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2; -update noar ti set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2; -update noar tt set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3; -update noar ti set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3; -update noar tt set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3; -update noar ti set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3; -update noar tt set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3; -update noar ti set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3; -update noar tt set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4; -update noar ti set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4; -update noar tt set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4; -update noar ti set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4; -update noar tt set b2='B4UK' where id=4; -update noar ti set b2='B4UK' where id=4; -update noar tt set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5; -update noar ti set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5; -update noar tt set b1='ULKUU2EK' where id=5; -update noar ti set b1='ULKUU2EK' where id=5; -update noar tt set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5; -update noar ti set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5; -update noar tt set b0='EKB7' where id=6; -update noar ti set b0='EKB7' where id=6; -update noar tt set b1='94K' where id=6; -update noar ti set b1='94K' where id=6; -update noar tt set b2='PA9H' where id=6; -update noar ti set b2='PA9H' where id=6; -update noar tt set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7; -update noar ti set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7; -update noar tt set b1='3UG8NITM4B' where id=7; -update noar ti set b1='3UG8NITM4B' where id=7; -update noar tt set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7; -update noar ti set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7; -update noar tt set b0='29ZHZEZ6IXV50BXETX8' where id=8; -update noar ti set b0='29ZHZEZ6IXV50BXETX8' where id=8; -update noar tt set b1='8I3NM1AZEP' where id=8; -update noar ti set b1='8I3NM1AZEP' where id=8; -update noar tt set b2='ZIE8PAUV13PKXDSB' where id=8; -update noar ti set b2='ZIE8PAUV13PKXDSB' where id=8; -update noar tt set b0='P7ZZOLEGWA' where id=9; -update noar ti set b0='P7ZZOLEGWA' where id=9; -update noar tt set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9; -update noar ti set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9; -update noar tt set b2='3U3PCBQYYCMKR3SHEJ' where id=9; -update noar ti set b2='3U3PCBQYYCMKR3SHEJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 tinyblob not null, -b1 text not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3VHW6PMZ2' where id=1; -update noar ti set b0='3VHW6PMZ2' where id=1; -update noar tt set b1='KOTGK0AV3UUROTM' where id=1; -update noar ti set b1='KOTGK0AV3UUROTM' where id=1; -update noar tt set b2='NQ2OJDDTWDURBJA4' where id=1; -update noar ti set b2='NQ2OJDDTWDURBJA4' where id=1; -update noar tt set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2; -update noar ti set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2; -update noar tt set b1='GBYE0' where id=2; -update noar ti set b1='GBYE0' where id=2; -update noar tt set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2; -update noar ti set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2; -update noar tt set b0='B4319RTBKXUV955KWWU2MKUO' where id=3; -update noar ti set b0='B4319RTBKXUV955KWWU2MKUO' where id=3; -update noar tt set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3; -update noar ti set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3; -update noar tt set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3; -update noar ti set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3; -update noar tt set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4; -update noar ti set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4; -update noar tt set b1='AQHCVO6WNYD4960ZQPP5' where id=4; -update noar ti set b1='AQHCVO6WNYD4960ZQPP5' where id=4; -update noar tt set b2='A04YIZ' where id=4; -update noar ti set b2='A04YIZ' where id=4; -update noar tt set b0='539WAPOAOKDJ5EYUSX4F' where id=5; -update noar ti set b0='539WAPOAOKDJ5EYUSX4F' where id=5; -update noar tt set b1='YX5DH' where id=5; -update noar ti set b1='YX5DH' where id=5; -update noar tt set b2='KBNW7EI9GT' where id=5; -update noar ti set b2='KBNW7EI9GT' where id=5; -update noar tt set b0='YTKJ4' where id=6; -update noar ti set b0='YTKJ4' where id=6; -update noar tt set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6; -update noar ti set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6; -update noar tt set b2='CIJ4JAYKUG' where id=6; -update noar ti set b2='CIJ4JAYKUG' where id=6; -update noar tt set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7; -update noar ti set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7; -update noar tt set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7; -update noar ti set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7; -update noar tt set b2='LT36URXKF16PVURRC61WUL' where id=7; -update noar ti set b2='LT36URXKF16PVURRC61WUL' where id=7; -update noar tt set b0='CK8JJ2RH79NGC3K79LZ9' where id=8; -update noar ti set b0='CK8JJ2RH79NGC3K79LZ9' where id=8; -update noar tt set b1='H' where id=8; -update noar ti set b1='H' where id=8; -update noar tt set b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8; -update noar ti set b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8; -update noar tt set b0='TYY4B20YTLT1WHX0I3E74O' where id=9; -update noar ti set b0='TYY4B20YTLT1WHX0I3E74O' where id=9; -update noar tt set b1='5MSSOO3CQILR74TVY86' where id=9; -update noar ti set b1='5MSSOO3CQILR74TVY86' where id=9; -update noar tt set b2='V21B9TTH2X612MTDW2Y' where id=9; -update noar ti set b2='V21B9TTH2X612MTDW2Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LC8S6KPDD' where id=1; -update noar ti set b0='LC8S6KPDD' where id=1; -update noar tt set b1='TLLDEARF982' where id=1; -update noar ti set b1='TLLDEARF982' where id=1; -update noar tt set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1; -update noar ti set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1; -update noar tt set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2; -update noar ti set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2; -update noar tt set b1='33VKW0R95SXFZ' where id=2; -update noar ti set b1='33VKW0R95SXFZ' where id=2; -update noar tt set b2='AMGX9F' where id=2; -update noar ti set b2='AMGX9F' where id=2; -update noar tt set b0='1X1A6V' where id=3; -update noar ti set b0='1X1A6V' where id=3; -update noar tt set b1='J6T2XWFYLXJH6QREZ0' where id=3; -update noar ti set b1='J6T2XWFYLXJH6QREZ0' where id=3; -update noar tt set b2='RTBMVXOCOEISHDYKDTGE8' where id=3; -update noar ti set b2='RTBMVXOCOEISHDYKDTGE8' where id=3; -update noar tt set b0='BJM' where id=4; -update noar ti set b0='BJM' where id=4; -update noar tt set b1='KE50380QJ' where id=4; -update noar ti set b1='KE50380QJ' where id=4; -update noar tt set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4; -update noar ti set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4; -update noar tt set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5; -update noar ti set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5; -update noar tt set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5; -update noar ti set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5; -update noar tt set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5; -update noar ti set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5; -update noar tt set b0='2BB3BYC' where id=6; -update noar ti set b0='2BB3BYC' where id=6; -update noar tt set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6; -update noar ti set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6; -update noar tt set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6; -update noar ti set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6; -update noar tt set b0='PZKP9ERFSAJVOHCO7ONL' where id=7; -update noar ti set b0='PZKP9ERFSAJVOHCO7ONL' where id=7; -update noar tt set b1='WDMGY5HTUIN81RFPELXUE' where id=7; -update noar ti set b1='WDMGY5HTUIN81RFPELXUE' where id=7; -update noar tt set b2='FY774Z2PJ91O9XB817TZ078I' where id=7; -update noar ti set b2='FY774Z2PJ91O9XB817TZ078I' where id=7; -update noar tt set b0='4JJD618STH' where id=8; -update noar ti set b0='4JJD618STH' where id=8; -update noar tt set b1='OKLS4X' where id=8; -update noar ti set b1='OKLS4X' where id=8; -update noar tt set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8; -update noar ti set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8; -update noar tt set b0='Z3WSQBRPALJ2HLQ' where id=9; -update noar ti set b0='Z3WSQBRPALJ2HLQ' where id=9; -update noar tt set b1='8SWZFU0F0XUH' where id=9; -update noar ti set b1='8SWZFU0F0XUH' where id=9; -update noar tt set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9; -update noar ti set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R93JVVYJJGWJH' where id=1; -update noar ti set b0='R93JVVYJJGWJH' where id=1; -update noar tt set b1='Q7YYMWIZKRHL' where id=1; -update noar ti set b1='Q7YYMWIZKRHL' where id=1; -update noar tt set b2='IVYNOOU7MHO2VL29HBN' where id=1; -update noar ti set b2='IVYNOOU7MHO2VL29HBN' where id=1; -update noar tt set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2; -update noar ti set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2; -update noar tt set b1='O6' where id=2; -update noar ti set b1='O6' where id=2; -update noar tt set b2='6NF' where id=2; -update noar ti set b2='6NF' where id=2; -update noar tt set b0='R' where id=3; -update noar ti set b0='R' where id=3; -update noar tt set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3; -update noar ti set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3; -update noar tt set b2='Z4SEBK' where id=3; -update noar ti set b2='Z4SEBK' where id=3; -update noar tt set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4; -update noar ti set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4; -update noar tt set b1='IJL4UHLTW8BM4GA5657' where id=4; -update noar ti set b1='IJL4UHLTW8BM4GA5657' where id=4; -update noar tt set b2='23' where id=4; -update noar ti set b2='23' where id=4; -update noar tt set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5; -update noar ti set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5; -update noar tt set b1='V' where id=5; -update noar ti set b1='V' where id=5; -update noar tt set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5; -update noar ti set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5; -update noar tt set b0='VAFM6B2QNOD565NT' where id=6; -update noar ti set b0='VAFM6B2QNOD565NT' where id=6; -update noar tt set b1='NZXGAS' where id=6; -update noar ti set b1='NZXGAS' where id=6; -update noar tt set b2='2I1K' where id=6; -update noar ti set b2='2I1K' where id=6; -update noar tt set b0='2KHYAGWQDIRI7' where id=7; -update noar ti set b0='2KHYAGWQDIRI7' where id=7; -update noar tt set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7; -update noar ti set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7; -update noar tt set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7; -update noar ti set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7; -update noar tt set b0='E5XVD0B3DVXQ2' where id=8; -update noar ti set b0='E5XVD0B3DVXQ2' where id=8; -update noar tt set b1='P9T' where id=8; -update noar ti set b1='P9T' where id=8; -update noar tt set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8; -update noar ti set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8; -update noar tt set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9; -update noar ti set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9; -update noar tt set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9; -update noar ti set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9; -update noar tt set b2='2Y' where id=9; -update noar ti set b2='2Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PEP5' where id=1; -update noar ti set b0='PEP5' where id=1; -update noar tt set b1='0M1I4BRP' where id=1; -update noar ti set b1='0M1I4BRP' where id=1; -update noar tt set b2='TG68K9G337OOXS41DJOR' where id=1; -update noar ti set b2='TG68K9G337OOXS41DJOR' where id=1; -update noar tt set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2; -update noar ti set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2; -update noar tt set b1='Z' where id=2; -update noar ti set b1='Z' where id=2; -update noar tt set b2='5A1RV7LFLWKYH5LYKJ' where id=2; -update noar ti set b2='5A1RV7LFLWKYH5LYKJ' where id=2; -update noar tt set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3; -update noar ti set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3; -update noar tt set b1='ZCFL2' where id=3; -update noar ti set b1='ZCFL2' where id=3; -update noar tt set b2='UAHJRG88YC' where id=3; -update noar ti set b2='UAHJRG88YC' where id=3; -update noar tt set b0='X8MRZEL6JK4171PBO1LZA' where id=4; -update noar ti set b0='X8MRZEL6JK4171PBO1LZA' where id=4; -update noar tt set b1='2XLXGEI' where id=4; -update noar ti set b1='2XLXGEI' where id=4; -update noar tt set b2='C975AHK0Z27QDSYVVA4L' where id=4; -update noar ti set b2='C975AHK0Z27QDSYVVA4L' where id=4; -update noar tt set b0='W51BKRA1Y0OFVGT45X7I' where id=5; -update noar ti set b0='W51BKRA1Y0OFVGT45X7I' where id=5; -update noar tt set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5; -update noar ti set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5; -update noar tt set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5; -update noar ti set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5; -update noar tt set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6; -update noar ti set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6; -update noar tt set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6; -update noar ti set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6; -update noar tt set b2='TTTCN0' where id=6; -update noar ti set b2='TTTCN0' where id=6; -update noar tt set b0='0HCXJ' where id=7; -update noar ti set b0='0HCXJ' where id=7; -update noar tt set b1='6M20GGPW' where id=7; -update noar ti set b1='6M20GGPW' where id=7; -update noar tt set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7; -update noar ti set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7; -update noar tt set b0='6ZT2BYN' where id=8; -update noar ti set b0='6ZT2BYN' where id=8; -update noar tt set b1='C' where id=8; -update noar ti set b1='C' where id=8; -update noar tt set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8; -update noar ti set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8; -update noar tt set b0='0V2590NK7A2R8CUD' where id=9; -update noar ti set b0='0V2590NK7A2R8CUD' where id=9; -update noar tt set b1='A25YFMPK4BFE5NSBM2F' where id=9; -update noar ti set b1='A25YFMPK4BFE5NSBM2F' where id=9; -update noar tt set b2='FUTR' where id=9; -update noar ti set b2='FUTR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SEEJNAC9DJK5GNKNR8W' where id=1; -update noar ti set b0='SEEJNAC9DJK5GNKNR8W' where id=1; -update noar tt set b1='FHRNE3KON82' where id=1; -update noar ti set b1='FHRNE3KON82' where id=1; -update noar tt set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1; -update noar ti set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1; -update noar tt set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2; -update noar ti set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2; -update noar tt set b1='9UA4TJ5UNGWAEXSRT' where id=2; -update noar ti set b1='9UA4TJ5UNGWAEXSRT' where id=2; -update noar tt set b2='NUJ3C6NAEHY' where id=2; -update noar ti set b2='NUJ3C6NAEHY' where id=2; -update noar tt set b0='BM45KXCGD13W' where id=3; -update noar ti set b0='BM45KXCGD13W' where id=3; -update noar tt set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3; -update noar ti set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3; -update noar tt set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3; -update noar ti set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3; -update noar tt set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4; -update noar ti set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4; -update noar tt set b1='4D58G6ES' where id=4; -update noar ti set b1='4D58G6ES' where id=4; -update noar tt set b2='9LGGUHPFFS6C8Q' where id=4; -update noar ti set b2='9LGGUHPFFS6C8Q' where id=4; -update noar tt set b0='8BE9BDC8CUJ' where id=5; -update noar ti set b0='8BE9BDC8CUJ' where id=5; -update noar tt set b1='5U9GAOG25169IZ1DVKQS' where id=5; -update noar ti set b1='5U9GAOG25169IZ1DVKQS' where id=5; -update noar tt set b2='TU' where id=5; -update noar ti set b2='TU' where id=5; -update noar tt set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6; -update noar ti set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6; -update noar tt set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6; -update noar ti set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6; -update noar tt set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6; -update noar ti set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6; -update noar tt set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7; -update noar ti set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7; -update noar tt set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7; -update noar ti set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7; -update noar tt set b2='3BVI11ICJX659667G265' where id=7; -update noar ti set b2='3BVI11ICJX659667G265' where id=7; -update noar tt set b0='ZME9A' where id=8; -update noar ti set b0='ZME9A' where id=8; -update noar tt set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8; -update noar ti set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8; -update noar tt set b2='0V6JJU3Z3VE' where id=8; -update noar ti set b2='0V6JJU3Z3VE' where id=8; -update noar tt set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9; -update noar ti set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9; -update noar tt set b1='JDF2T0VFB7W2MKQMU' where id=9; -update noar ti set b1='JDF2T0VFB7W2MKQMU' where id=9; -update noar tt set b2='TJGGCMAD2XJ7NHZ' where id=9; -update noar ti set b2='TJGGCMAD2XJ7NHZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1; -update noar ti set b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1; -update noar tt set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1; -update noar ti set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1; -update noar tt set b2='OZ' where id=1; -update noar ti set b2='OZ' where id=1; -update noar tt set b0='PMB9FGECN5X7GF' where id=2; -update noar ti set b0='PMB9FGECN5X7GF' where id=2; -update noar tt set b1='61' where id=2; -update noar ti set b1='61' where id=2; -update noar tt set b2='6ESZLOBK2DN2XTVPB' where id=2; -update noar ti set b2='6ESZLOBK2DN2XTVPB' where id=2; -update noar tt set b0='JVZBP4BYUPKX' where id=3; -update noar ti set b0='JVZBP4BYUPKX' where id=3; -update noar tt set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' where id=3; -update noar ti set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set b0='2Y5C' where id=4; -update noar ti set b0='2Y5C' where id=4; -update noar tt set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4; -update noar ti set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4; -update noar tt set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4; -update noar ti set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4; -update noar tt set b0='9BA' where id=5; -update noar ti set b0='9BA' where id=5; -update noar tt set b1='FK' where id=5; -update noar ti set b1='FK' where id=5; -update noar tt set b2='JG9DVPO8S' where id=5; -update noar ti set b2='JG9DVPO8S' where id=5; -update noar tt set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6; -update noar ti set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6; -update noar tt set b1='9KM3XYBPW40G3' where id=6; -update noar ti set b1='9KM3XYBPW40G3' where id=6; -update noar tt set b2='6J96HOV' where id=6; -update noar ti set b2='6J96HOV' where id=6; -update noar tt set b0='CDKVHA3MZX' where id=7; -update noar ti set b0='CDKVHA3MZX' where id=7; -update noar tt set b1='2DU' where id=7; -update noar ti set b1='2DU' where id=7; -update noar tt set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7; -update noar ti set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7; -update noar tt set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' where id=8; -update noar ti set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set b2='21OL' where id=8; -update noar ti set b2='21OL' where id=8; -update noar tt set b0='X2JEQ9NJ0YM6E0E88F5' where id=9; -update noar ti set b0='X2JEQ9NJ0YM6E0E88F5' where id=9; -update noar tt set b1='26RRYIA42ZYNE571RKXIXL' where id=9; -update noar ti set b1='26RRYIA42ZYNE571RKXIXL' where id=9; -update noar tt set b2='1QOCKUXOB1PQXHSYKU13' where id=9; -update noar ti set b2='1QOCKUXOB1PQXHSYKU13' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QKJ2VXAUU54GLFSLNL' where id=1; -update noar ti set b0='QKJ2VXAUU54GLFSLNL' where id=1; -update noar tt set b1='VQHEADM5' where id=1; -update noar ti set b1='VQHEADM5' where id=1; -update noar tt set b2='4J3AR3P3CO' where id=1; -update noar ti set b2='4J3AR3P3CO' where id=1; -update noar tt set b0='V' where id=2; -update noar ti set b0='V' where id=2; -update noar tt set b1='Z5B9YFY7' where id=2; -update noar ti set b1='Z5B9YFY7' where id=2; -update noar tt set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2; -update noar ti set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2; -update noar tt set b0='0IKFJ6GBDKS1Q' where id=3; -update noar ti set b0='0IKFJ6GBDKS1Q' where id=3; -update noar tt set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3; -update noar ti set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3; -update noar tt set b2='9EKB1V28W8M7CGN' where id=3; -update noar ti set b2='9EKB1V28W8M7CGN' where id=3; -update noar tt set b0='WMZZ11JK' where id=4; -update noar ti set b0='WMZZ11JK' where id=4; -update noar tt set b1='X1RCX7ASBLJ1EGNP7' where id=4; -update noar ti set b1='X1RCX7ASBLJ1EGNP7' where id=4; -update noar tt set b2='4CB94JR2ZZ' where id=4; -update noar ti set b2='4CB94JR2ZZ' where id=4; -update noar tt set b0='M3' where id=5; -update noar ti set b0='M3' where id=5; -update noar tt set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5; -update noar ti set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5; -update noar tt set b2='UCDRVCSWHCWYC67SRAR' where id=5; -update noar ti set b2='UCDRVCSWHCWYC67SRAR' where id=5; -update noar tt set b0='D0W4JKELXUL' where id=6; -update noar ti set b0='D0W4JKELXUL' where id=6; -update noar tt set b1='HDA4YQQNXCIGWQ348Z' where id=6; -update noar ti set b1='HDA4YQQNXCIGWQ348Z' where id=6; -update noar tt set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6; -update noar ti set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6; -update noar tt set b0='WFO3OIB87X3DK6S1I' where id=7; -update noar ti set b0='WFO3OIB87X3DK6S1I' where id=7; -update noar tt set b1='RS3D5PBFZO9CJWVNLHYT' where id=7; -update noar ti set b1='RS3D5PBFZO9CJWVNLHYT' where id=7; -update noar tt set b2='G' where id=7; -update noar ti set b2='G' where id=7; -update noar tt set b0='2' where id=8; -update noar ti set b0='2' where id=8; -update noar tt set b1='DJRIBESMKXG8S' where id=8; -update noar ti set b1='DJRIBESMKXG8S' where id=8; -update noar tt set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8; -update noar ti set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8; -update noar tt set b0='706B' where id=9; -update noar ti set b0='706B' where id=9; -update noar tt set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9; -update noar ti set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9; -update noar tt set b2='T0508F2Q9KOGQZXN' where id=9; -update noar ti set b2='T0508F2Q9KOGQZXN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1; -update noar ti set b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1; -update noar tt set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1; -update noar ti set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1; -update noar tt set b2='XMC33BXO5TD64AUOLM' where id=1; -update noar ti set b2='XMC33BXO5TD64AUOLM' where id=1; -update noar tt set b0='8KBB3HQLAWI69NSDRW2' where id=2; -update noar ti set b0='8KBB3HQLAWI69NSDRW2' where id=2; -update noar tt set b1='BQX7B0QR594IAITQCVRH6' where id=2; -update noar ti set b1='BQX7B0QR594IAITQCVRH6' where id=2; -update noar tt set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2; -update noar ti set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2; -update noar tt set b0='PRFTAF07EFUG74GO0' where id=3; -update noar ti set b0='PRFTAF07EFUG74GO0' where id=3; -update noar tt set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3; -update noar ti set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3; -update noar tt set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3; -update noar ti set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3; -update noar tt set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4; -update noar ti set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4; -update noar tt set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4; -update noar ti set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4; -update noar tt set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4; -update noar ti set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4; -update noar tt set b0='I8' where id=5; -update noar ti set b0='I8' where id=5; -update noar tt set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5; -update noar ti set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5; -update noar tt set b2='OU01N' where id=5; -update noar ti set b2='OU01N' where id=5; -update noar tt set b0='FMFS' where id=6; -update noar ti set b0='FMFS' where id=6; -update noar tt set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6; -update noar ti set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6; -update noar tt set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6; -update noar ti set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6; -update noar tt set b0='BV2VGQD' where id=7; -update noar ti set b0='BV2VGQD' where id=7; -update noar tt set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7; -update noar ti set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7; -update noar tt set b2='FGS7P4Q' where id=7; -update noar ti set b2='FGS7P4Q' where id=7; -update noar tt set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8; -update noar ti set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8; -update noar tt set b1='UASAGZ68COLPUOCTC55' where id=8; -update noar ti set b1='UASAGZ68COLPUOCTC55' where id=8; -update noar tt set b2='4Y8DGERP9R40MM24Z2' where id=8; -update noar ti set b2='4Y8DGERP9R40MM24Z2' where id=8; -update noar tt set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9; -update noar ti set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9; -update noar tt set b1='Y4Y4B3S7' where id=9; -update noar ti set b1='Y4Y4B3S7' where id=9; -update noar tt set b2='RYKIS12QMX' where id=9; -update noar ti set b2='RYKIS12QMX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1; -update noar ti set b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1; -update noar tt set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1; -update noar ti set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1; -update noar tt set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1; -update noar ti set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1; -update noar tt set b0='BNLQV27O4' where id=2; -update noar ti set b0='BNLQV27O4' where id=2; -update noar tt set b1='GCPGNML' where id=2; -update noar ti set b1='GCPGNML' where id=2; -update noar tt set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2; -update noar ti set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2; -update noar tt set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3; -update noar ti set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3; -update noar tt set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3; -update noar ti set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3; -update noar tt set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3; -update noar ti set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3; -update noar tt set b0='YAXJ29E6' where id=4; -update noar ti set b0='YAXJ29E6' where id=4; -update noar tt set b1='UOYZGEDRRATO' where id=4; -update noar ti set b1='UOYZGEDRRATO' where id=4; -update noar tt set b2='JJ8IYIEGMSQ' where id=4; -update noar ti set b2='JJ8IYIEGMSQ' where id=4; -update noar tt set b0='6' where id=5; -update noar ti set b0='6' where id=5; -update noar tt set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5; -update noar ti set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5; -update noar tt set b2='AEL3YG2NYESC8SGI6' where id=5; -update noar ti set b2='AEL3YG2NYESC8SGI6' where id=5; -update noar tt set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6; -update noar ti set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6; -update noar tt set b1='HJ' where id=6; -update noar ti set b1='HJ' where id=6; -update noar tt set b2='LNVTTVZ0V9TJ1M' where id=6; -update noar ti set b2='LNVTTVZ0V9TJ1M' where id=6; -update noar tt set b0='8ZDS806O8WM9ZS4IY07M' where id=7; -update noar ti set b0='8ZDS806O8WM9ZS4IY07M' where id=7; -update noar tt set b1='VV' where id=7; -update noar ti set b1='VV' where id=7; -update noar tt set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7; -update noar ti set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7; -update noar tt set b0='LWQ7NYFOBTX0YHXK9' where id=8; -update noar ti set b0='LWQ7NYFOBTX0YHXK9' where id=8; -update noar tt set b1='PGQYIJRK' where id=8; -update noar ti set b1='PGQYIJRK' where id=8; -update noar tt set b2='533Q0D' where id=8; -update noar ti set b2='533Q0D' where id=8; -update noar tt set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9; -update noar ti set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9; -update noar tt set b1='UQ8T18V5N' where id=9; -update noar ti set b1='UQ8T18V5N' where id=9; -update noar tt set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9; -update noar ti set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 tinyblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1; -update noar ti set b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1; -update noar tt set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1; -update noar ti set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1; -update noar tt set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1; -update noar ti set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1; -update noar tt set b0='SR5XPP0YP76VA6V9NQBZ' where id=2; -update noar ti set b0='SR5XPP0YP76VA6V9NQBZ' where id=2; -update noar tt set b1='R1REPTM31Q5' where id=2; -update noar ti set b1='R1REPTM31Q5' where id=2; -update noar tt set b2='DI4RB2W63KPOZ6TVT68TR' where id=2; -update noar ti set b2='DI4RB2W63KPOZ6TVT68TR' where id=2; -update noar tt set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3; -update noar ti set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3; -update noar tt set b1='CPPOLKZE6ONH1I2N' where id=3; -update noar ti set b1='CPPOLKZE6ONH1I2N' where id=3; -update noar tt set b2='WSUHEQQM7Y7XGNVEV' where id=3; -update noar ti set b2='WSUHEQQM7Y7XGNVEV' where id=3; -update noar tt set b0='9MJJKQGO0' where id=4; -update noar ti set b0='9MJJKQGO0' where id=4; -update noar tt set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4; -update noar ti set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4; -update noar tt set b2='JO1RCM80UZKQGTYSQJ6' where id=4; -update noar ti set b2='JO1RCM80UZKQGTYSQJ6' where id=4; -update noar tt set b0='0YD46MV1XPS' where id=5; -update noar ti set b0='0YD46MV1XPS' where id=5; -update noar tt set b1='03' where id=5; -update noar ti set b1='03' where id=5; -update noar tt set b2='0JOLC82TINTME' where id=5; -update noar ti set b2='0JOLC82TINTME' where id=5; -update noar tt set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6; -update noar ti set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6; -update noar tt set b1='5GPA0UDONNC6XIF6' where id=6; -update noar ti set b1='5GPA0UDONNC6XIF6' where id=6; -update noar tt set b2='U425D3Z41P8OC' where id=6; -update noar ti set b2='U425D3Z41P8OC' where id=6; -update noar tt set b0='WG' where id=7; -update noar ti set b0='WG' where id=7; -update noar tt set b1='A8INT0H' where id=7; -update noar ti set b1='A8INT0H' where id=7; -update noar tt set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7; -update noar ti set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7; -update noar tt set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8; -update noar ti set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8; -update noar tt set b1='BK5GAXW' where id=8; -update noar ti set b1='BK5GAXW' where id=8; -update noar tt set b2='SMTYS20L9C06PH8RRN87' where id=8; -update noar ti set b2='SMTYS20L9C06PH8RRN87' where id=8; -update noar tt set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' where id=9; -update noar ti set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' where id=9; -update noar tt set b1='9' where id=9; -update noar ti set b1='9' where id=9; -update noar tt set b2='8LK5FLJIKUY6GL5' where id=9; -update noar ti set b2='8LK5FLJIKUY6GL5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 tinyblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AAXLS5G0PPUS' where id=1; -update noar ti set b0='AAXLS5G0PPUS' where id=1; -update noar tt set b1='WBBO5Q' where id=1; -update noar ti set b1='WBBO5Q' where id=1; -update noar tt set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1; -update noar ti set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1; -update noar tt set b0='XPLJ89D046BAKOO3EVDW1' where id=2; -update noar ti set b0='XPLJ89D046BAKOO3EVDW1' where id=2; -update noar tt set b1='TT8X8VOJG' where id=2; -update noar ti set b1='TT8X8VOJG' where id=2; -update noar tt set b2='JVV0CL' where id=2; -update noar ti set b2='JVV0CL' where id=2; -update noar tt set b0='J' where id=3; -update noar ti set b0='J' where id=3; -update noar tt set b1='RSRIUJ' where id=3; -update noar ti set b1='RSRIUJ' where id=3; -update noar tt set b2='LR2ZIH' where id=3; -update noar ti set b2='LR2ZIH' where id=3; -update noar tt set b0='6GF9CAL1EJLYO' where id=4; -update noar ti set b0='6GF9CAL1EJLYO' where id=4; -update noar tt set b1='JQYFXCUBLAWP2B' where id=4; -update noar ti set b1='JQYFXCUBLAWP2B' where id=4; -update noar tt set b2='LICKD8USL37F5F3RYYPSQSN' where id=4; -update noar ti set b2='LICKD8USL37F5F3RYYPSQSN' where id=4; -update noar tt set b0='Y4LGGE9XBOZ4' where id=5; -update noar ti set b0='Y4LGGE9XBOZ4' where id=5; -update noar tt set b1='6ZC2MRJ' where id=5; -update noar ti set b1='6ZC2MRJ' where id=5; -update noar tt set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5; -update noar ti set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5; -update noar tt set b0='KD9RVH' where id=6; -update noar ti set b0='KD9RVH' where id=6; -update noar tt set b1='U8GYRTCCXBVL7D' where id=6; -update noar ti set b1='U8GYRTCCXBVL7D' where id=6; -update noar tt set b2='0Z822KQQ4CI3G20C290O05' where id=6; -update noar ti set b2='0Z822KQQ4CI3G20C290O05' where id=6; -update noar tt set b0='TOO353J5QJ5PXT7QR' where id=7; -update noar ti set b0='TOO353J5QJ5PXT7QR' where id=7; -update noar tt set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7; -update noar ti set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7; -update noar tt set b2='F9XI1K' where id=7; -update noar ti set b2='F9XI1K' where id=7; -update noar tt set b0='39IV1R3FSSA3SV' where id=8; -update noar ti set b0='39IV1R3FSSA3SV' where id=8; -update noar tt set b1='WM15C2NO3WMTQ1L56LAQ' where id=8; -update noar ti set b1='WM15C2NO3WMTQ1L56LAQ' where id=8; -update noar tt set b2='BEQ04' where id=8; -update noar ti set b2='BEQ04' where id=8; -update noar tt set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9; -update noar ti set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9; -update noar tt set b1='WLNH9CVRXRM4' where id=9; -update noar ti set b1='WLNH9CVRXRM4' where id=9; -update noar tt set b2='JY2IKQH2A1L6ENF0NF73' where id=9; -update noar ti set b2='JY2IKQH2A1L6ENF0NF73' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1; -update noar ti set b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1; -update noar tt set b1='QR3HW6I0KDWUK5' where id=1; -update noar ti set b1='QR3HW6I0KDWUK5' where id=1; -update noar tt set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1; -update noar ti set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1; -update noar tt set b0='QCS3D652TVA9DYYIYX87' where id=2; -update noar ti set b0='QCS3D652TVA9DYYIYX87' where id=2; -update noar tt set b1='DQGMST' where id=2; -update noar ti set b1='DQGMST' where id=2; -update noar tt set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2; -update noar ti set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2; -update noar tt set b0='SYTWGM7QYA9JO45UV85ED4' where id=3; -update noar ti set b0='SYTWGM7QYA9JO45UV85ED4' where id=3; -update noar tt set b1='MUB5JTTLW' where id=3; -update noar ti set b1='MUB5JTTLW' where id=3; -update noar tt set b2='YQR3ICEQA71' where id=3; -update noar ti set b2='YQR3ICEQA71' where id=3; -update noar tt set b0='SX' where id=4; -update noar ti set b0='SX' where id=4; -update noar tt set b1='IDG64I47X6PI0FYMB' where id=4; -update noar ti set b1='IDG64I47X6PI0FYMB' where id=4; -update noar tt set b2='2SHFW1M6UB437PA' where id=4; -update noar ti set b2='2SHFW1M6UB437PA' where id=4; -update noar tt set b0='43ZLUHPPBMAK6EA7SFID8' where id=5; -update noar ti set b0='43ZLUHPPBMAK6EA7SFID8' where id=5; -update noar tt set b1='H9L5L0KQG9IWXK46L1T' where id=5; -update noar ti set b1='H9L5L0KQG9IWXK46L1T' where id=5; -update noar tt set b2='8E09LXUMO' where id=5; -update noar ti set b2='8E09LXUMO' where id=5; -update noar tt set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6; -update noar ti set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6; -update noar tt set b1='JWVMMU' where id=6; -update noar ti set b1='JWVMMU' where id=6; -update noar tt set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6; -update noar ti set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6; -update noar tt set b0='Q8FPD00R73' where id=7; -update noar ti set b0='Q8FPD00R73' where id=7; -update noar tt set b1='1PXML1EAX7EVDACPEJV' where id=7; -update noar ti set b1='1PXML1EAX7EVDACPEJV' where id=7; -update noar tt set b2='Z84KEYJQRZA01CZR67' where id=7; -update noar ti set b2='Z84KEYJQRZA01CZR67' where id=7; -update noar tt set b0='Y5NA6ZHJ7M9X43' where id=8; -update noar ti set b0='Y5NA6ZHJ7M9X43' where id=8; -update noar tt set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8; -update noar ti set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8; -update noar tt set b2='I1XNSPT08' where id=8; -update noar ti set b2='I1XNSPT08' where id=8; -update noar tt set b0='8TBDS1ZAVCTZCZ8D' where id=9; -update noar ti set b0='8TBDS1ZAVCTZCZ8D' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set b2='95QSR3SL5KUZ' where id=9; -update noar ti set b2='95QSR3SL5KUZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1; -update noar ti set b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1; -update noar tt set b1='6RHS0DF2OE1KKY6EKQO70' where id=1; -update noar ti set b1='6RHS0DF2OE1KKY6EKQO70' where id=1; -update noar tt set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1; -update noar ti set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1; -update noar tt set b0='GE89XGF9XIH8' where id=2; -update noar ti set b0='GE89XGF9XIH8' where id=2; -update noar tt set b1='AILJ5MACC5W' where id=2; -update noar ti set b1='AILJ5MACC5W' where id=2; -update noar tt set b2='9RGXWEA6CGO8G' where id=2; -update noar ti set b2='9RGXWEA6CGO8G' where id=2; -update noar tt set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3; -update noar ti set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3; -update noar tt set b1='WMCKIY0NQJI7J8T4J2' where id=3; -update noar ti set b1='WMCKIY0NQJI7J8T4J2' where id=3; -update noar tt set b2='COC9JP7DGW7E3LZU48449L' where id=3; -update noar ti set b2='COC9JP7DGW7E3LZU48449L' where id=3; -update noar tt set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4; -update noar ti set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4; -update noar tt set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4; -update noar ti set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4; -update noar tt set b2='DMNEG6' where id=4; -update noar ti set b2='DMNEG6' where id=4; -update noar tt set b0='U4NO' where id=5; -update noar ti set b0='U4NO' where id=5; -update noar tt set b1='I4X7OL' where id=5; -update noar ti set b1='I4X7OL' where id=5; -update noar tt set b2='SIG8DLU3EUFWPXA4AOD0' where id=5; -update noar ti set b2='SIG8DLU3EUFWPXA4AOD0' where id=5; -update noar tt set b0='2DSFS0IMOS' where id=6; -update noar ti set b0='2DSFS0IMOS' where id=6; -update noar tt set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6; -update noar ti set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6; -update noar tt set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6; -update noar ti set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6; -update noar tt set b0='R3UX8RP4PDR4CJK' where id=7; -update noar ti set b0='R3UX8RP4PDR4CJK' where id=7; -update noar tt set b1='16R9JH7' where id=7; -update noar ti set b1='16R9JH7' where id=7; -update noar tt set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7; -update noar ti set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7; -update noar tt set b0='HB9HCVU' where id=8; -update noar ti set b0='HB9HCVU' where id=8; -update noar tt set b1='470I0WQAP2666' where id=8; -update noar ti set b1='470I0WQAP2666' where id=8; -update noar tt set b2='SGZ1B0ARGAHV2YQ' where id=8; -update noar ti set b2='SGZ1B0ARGAHV2YQ' where id=8; -update noar tt set b0='1AY7PKEEPN32' where id=9; -update noar ti set b0='1AY7PKEEPN32' where id=9; -update noar tt set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9; -update noar ti set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9; -update noar tt set b2='7Y0W723Y23YVYJ6GPA4F' where id=9; -update noar ti set b2='7Y0W723Y23YVYJ6GPA4F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='98P9O693V1NXZ9LP' where id=1; -update noar ti set b0='98P9O693V1NXZ9LP' where id=1; -update noar tt set b1='K9T6WBSQB7PVAK3JZVXN' where id=1; -update noar ti set b1='K9T6WBSQB7PVAK3JZVXN' where id=1; -update noar tt set b2='IPZGMVHE63DI5BDS05A487' where id=1; -update noar ti set b2='IPZGMVHE63DI5BDS05A487' where id=1; -update noar tt set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2; -update noar ti set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2; -update noar tt set b1='MIFHIG' where id=2; -update noar ti set b1='MIFHIG' where id=2; -update noar tt set b2='6139EB0SNTZEP0XKAOPM' where id=2; -update noar ti set b2='6139EB0SNTZEP0XKAOPM' where id=2; -update noar tt set b0='T73I1FL5AUDUA' where id=3; -update noar ti set b0='T73I1FL5AUDUA' where id=3; -update noar tt set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3; -update noar ti set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3; -update noar tt set b2='I6UK8YK5FO4OF' where id=3; -update noar ti set b2='I6UK8YK5FO4OF' where id=3; -update noar tt set b0='PTR8P4K3LALD285V' where id=4; -update noar ti set b0='PTR8P4K3LALD285V' where id=4; -update noar tt set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4; -update noar ti set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4; -update noar tt set b2='A54MBVPNYX02' where id=4; -update noar ti set b2='A54MBVPNYX02' where id=4; -update noar tt set b0='G2IRAH5HEZGV1' where id=5; -update noar ti set b0='G2IRAH5HEZGV1' where id=5; -update noar tt set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5; -update noar ti set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5; -update noar tt set b2='9WC5K0JYPSGEP0CTP59' where id=5; -update noar ti set b2='9WC5K0JYPSGEP0CTP59' where id=5; -update noar tt set b0='3S' where id=6; -update noar ti set b0='3S' where id=6; -update noar tt set b1='ZQ96C864' where id=6; -update noar ti set b1='ZQ96C864' where id=6; -update noar tt set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6; -update noar ti set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6; -update noar tt set b0='18XOL' where id=7; -update noar ti set b0='18XOL' where id=7; -update noar tt set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7; -update noar ti set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7; -update noar tt set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7; -update noar ti set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7; -update noar tt set b0='N1U6ZUL0MWO' where id=8; -update noar ti set b0='N1U6ZUL0MWO' where id=8; -update noar tt set b1='EBXY2S14913PV2MHYM8' where id=8; -update noar ti set b1='EBXY2S14913PV2MHYM8' where id=8; -update noar tt set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8; -update noar ti set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8; -update noar tt set b0='RFT7ZQI963AT85JNAQPO' where id=9; -update noar ti set b0='RFT7ZQI963AT85JNAQPO' where id=9; -update noar tt set b1='1S' where id=9; -update noar ti set b1='1S' where id=9; -update noar tt set b2='3ZC31H3O22' where id=9; -update noar ti set b2='3ZC31H3O22' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QAO3X5CJKILWGDLA' where id=1; -update noar ti set b0='QAO3X5CJKILWGDLA' where id=1; -update noar tt set b1='9F9E8DSZ48V4PI50' where id=1; -update noar ti set b1='9F9E8DSZ48V4PI50' where id=1; -update noar tt set b2='AP6SL7SAH96NR228TS1F6' where id=1; -update noar ti set b2='AP6SL7SAH96NR228TS1F6' where id=1; -update noar tt set b0='DYTLSR4NZ6RVVUAM' where id=2; -update noar ti set b0='DYTLSR4NZ6RVVUAM' where id=2; -update noar tt set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2; -update noar ti set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2; -update noar tt set b2='ETQ8U6W998SW28J48' where id=2; -update noar ti set b2='ETQ8U6W998SW28J48' where id=2; -update noar tt set b0='5FSBN03813OG12CF54PTN9' where id=3; -update noar ti set b0='5FSBN03813OG12CF54PTN9' where id=3; -update noar tt set b1='0HFJUX62W4V28TFU3E0XJY' where id=3; -update noar ti set b1='0HFJUX62W4V28TFU3E0XJY' where id=3; -update noar tt set b2='17N' where id=3; -update noar ti set b2='17N' where id=3; -update noar tt set b0='D' where id=4; -update noar ti set b0='D' where id=4; -update noar tt set b1='Z3JBC1MTM2XC746ONBL44' where id=4; -update noar ti set b1='Z3JBC1MTM2XC746ONBL44' where id=4; -update noar tt set b2='RTD' where id=4; -update noar ti set b2='RTD' where id=4; -update noar tt set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5; -update noar ti set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5; -update noar tt set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5; -update noar ti set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5; -update noar tt set b2='MID3MUDG' where id=5; -update noar ti set b2='MID3MUDG' where id=5; -update noar tt set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6; -update noar ti set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6; -update noar tt set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6; -update noar ti set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6; -update noar tt set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6; -update noar ti set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6; -update noar tt set b0='LPRTXX5' where id=7; -update noar ti set b0='LPRTXX5' where id=7; -update noar tt set b1='HHIXGFDHRB' where id=7; -update noar ti set b1='HHIXGFDHRB' where id=7; -update noar tt set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7; -update noar ti set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7; -update noar tt set b0='KK7Y06H' where id=8; -update noar ti set b0='KK7Y06H' where id=8; -update noar tt set b1='01SMRXUZ2R' where id=8; -update noar ti set b1='01SMRXUZ2R' where id=8; -update noar tt set b2='FRLFQZEXW7O2YP4M' where id=8; -update noar ti set b2='FRLFQZEXW7O2YP4M' where id=8; -update noar tt set b0='WM9K587L' where id=9; -update noar ti set b0='WM9K587L' where id=9; -update noar tt set b1='00BIDQXMH' where id=9; -update noar ti set b1='00BIDQXMH' where id=9; -update noar tt set b2='DKLS' where id=9; -update noar ti set b2='DKLS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1; -update noar ti set b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1; -update noar tt set b1='Y2TW67X7' where id=1; -update noar ti set b1='Y2TW67X7' where id=1; -update noar tt set b2='PH' where id=1; -update noar ti set b2='PH' where id=1; -update noar tt set b0='VUIQ65K' where id=2; -update noar ti set b0='VUIQ65K' where id=2; -update noar tt set b1='0VGZ8KWSB' where id=2; -update noar ti set b1='0VGZ8KWSB' where id=2; -update noar tt set b2='C8DYRPU2JW1CP5' where id=2; -update noar ti set b2='C8DYRPU2JW1CP5' where id=2; -update noar tt set b0='X' where id=3; -update noar ti set b0='X' where id=3; -update noar tt set b1='Q5F3MZZ' where id=3; -update noar ti set b1='Q5F3MZZ' where id=3; -update noar tt set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3; -update noar ti set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3; -update noar tt set b0='O1K423U69LMMA5E1HKH' where id=4; -update noar ti set b0='O1K423U69LMMA5E1HKH' where id=4; -update noar tt set b1='R6VOP94BXWDICWTD1N' where id=4; -update noar ti set b1='R6VOP94BXWDICWTD1N' where id=4; -update noar tt set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4; -update noar ti set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4; -update noar tt set b0='P0PTIZBT0VBQ8Z5O1' where id=5; -update noar ti set b0='P0PTIZBT0VBQ8Z5O1' where id=5; -update noar tt set b1='Z3NM65FDT5ES2CCH0T1' where id=5; -update noar ti set b1='Z3NM65FDT5ES2CCH0T1' where id=5; -update noar tt set b2='CF2' where id=5; -update noar ti set b2='CF2' where id=5; -update noar tt set b0='LWK' where id=6; -update noar ti set b0='LWK' where id=6; -update noar tt set b1='3YF2DGHA' where id=6; -update noar ti set b1='3YF2DGHA' where id=6; -update noar tt set b2='DFQCONK04' where id=6; -update noar ti set b2='DFQCONK04' where id=6; -update noar tt set b0='5KAMOFWPXOP' where id=7; -update noar ti set b0='5KAMOFWPXOP' where id=7; -update noar tt set b1='BHU8F' where id=7; -update noar ti set b1='BHU8F' where id=7; -update noar tt set b2='NIRQ47GP' where id=7; -update noar ti set b2='NIRQ47GP' where id=7; -update noar tt set b0='T4OH01O811EB8H' where id=8; -update noar ti set b0='T4OH01O811EB8H' where id=8; -update noar tt set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8; -update noar ti set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8; -update noar tt set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8; -update noar ti set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8; -update noar tt set b0='6894B5HADGHLN' where id=9; -update noar ti set b0='6894B5HADGHLN' where id=9; -update noar tt set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9; -update noar ti set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9; -update noar tt set b2='BANDB' where id=9; -update noar ti set b2='BANDB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YAX' where id=1; -update noar ti set b0='YAX' where id=1; -update noar tt set b1='UUA8JI8ZRUIL' where id=1; -update noar ti set b1='UUA8JI8ZRUIL' where id=1; -update noar tt set b2='Z5P2NI5V8AWINU6KLP' where id=1; -update noar ti set b2='Z5P2NI5V8AWINU6KLP' where id=1; -update noar tt set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2; -update noar ti set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2; -update noar tt set b1='QYP3K9BECZ9NS41BTMY27' where id=2; -update noar ti set b1='QYP3K9BECZ9NS41BTMY27' where id=2; -update noar tt set b2='8VUI5AMSC92RZX8GH1' where id=2; -update noar ti set b2='8VUI5AMSC92RZX8GH1' where id=2; -update noar tt set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3; -update noar ti set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3; -update noar tt set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3; -update noar ti set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3; -update noar tt set b2='R7PLQXEX25WHZ94HW7HYP' where id=3; -update noar ti set b2='R7PLQXEX25WHZ94HW7HYP' where id=3; -update noar tt set b0='U0W9ZVMKM7K8' where id=4; -update noar ti set b0='U0W9ZVMKM7K8' where id=4; -update noar tt set b1='U' where id=4; -update noar ti set b1='U' where id=4; -update noar tt set b2='3FOIEYZCL2X3UW' where id=4; -update noar ti set b2='3FOIEYZCL2X3UW' where id=4; -update noar tt set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5; -update noar ti set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5; -update noar tt set b1='4OY294SQFNFZM' where id=5; -update noar ti set b1='4OY294SQFNFZM' where id=5; -update noar tt set b2='XDK7' where id=5; -update noar ti set b2='XDK7' where id=5; -update noar tt set b0='MPY0FEGK1ZQ8CG90G' where id=6; -update noar ti set b0='MPY0FEGK1ZQ8CG90G' where id=6; -update noar tt set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6; -update noar ti set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6; -update noar tt set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6; -update noar ti set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6; -update noar tt set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7; -update noar ti set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7; -update noar tt set b1='GHXPI36S' where id=7; -update noar ti set b1='GHXPI36S' where id=7; -update noar tt set b2='1G8VRE7Y58F0' where id=7; -update noar ti set b2='1G8VRE7Y58F0' where id=7; -update noar tt set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8; -update noar ti set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8; -update noar tt set b1='M9LL14XZOAO9JY6COFRWECC' where id=8; -update noar ti set b1='M9LL14XZOAO9JY6COFRWECC' where id=8; -update noar tt set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8; -update noar ti set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8; -update noar tt set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9; -update noar ti set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9; -update noar tt set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9; -update noar ti set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9; -update noar tt set b2='N9ENZX5NTSTOHLVBPRY9' where id=9; -update noar ti set b2='N9ENZX5NTSTOHLVBPRY9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='56AMJL983G85V1XPLSP0' where id=1; -update noar ti set b0='56AMJL983G85V1XPLSP0' where id=1; -update noar tt set b1='3FWFB4' where id=1; -update noar ti set b1='3FWFB4' where id=1; -update noar tt set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1; -update noar ti set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1; -update noar tt set b0='DH6YE' where id=2; -update noar ti set b0='DH6YE' where id=2; -update noar tt set b1='Z1Y31' where id=2; -update noar ti set b1='Z1Y31' where id=2; -update noar tt set b2='C6H46H7IPKQ9RTN' where id=2; -update noar ti set b2='C6H46H7IPKQ9RTN' where id=2; -update noar tt set b0='M2JTOSE3ZUE7Z8D' where id=3; -update noar ti set b0='M2JTOSE3ZUE7Z8D' where id=3; -update noar tt set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3; -update noar ti set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3; -update noar tt set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3; -update noar ti set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3; -update noar tt set b0='ZB' where id=4; -update noar ti set b0='ZB' where id=4; -update noar tt set b1='BY264UQW5RX5T2KB2M' where id=4; -update noar ti set b1='BY264UQW5RX5T2KB2M' where id=4; -update noar tt set b2='P4Y' where id=4; -update noar ti set b2='P4Y' where id=4; -update noar tt set b0='R0E536JU0' where id=5; -update noar ti set b0='R0E536JU0' where id=5; -update noar tt set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5; -update noar ti set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5; -update noar tt set b2='L9FE' where id=5; -update noar ti set b2='L9FE' where id=5; -update noar tt set b0='IOW7HK5VP3JMKWOWR' where id=6; -update noar ti set b0='IOW7HK5VP3JMKWOWR' where id=6; -update noar tt set b1='H5PH3OLPW2' where id=6; -update noar ti set b1='H5PH3OLPW2' where id=6; -update noar tt set b2='A4SJ6UOC' where id=6; -update noar ti set b2='A4SJ6UOC' where id=6; -update noar tt set b0='OGXACY' where id=7; -update noar ti set b0='OGXACY' where id=7; -update noar tt set b1='1HDURLDWQFU6W0R68' where id=7; -update noar ti set b1='1HDURLDWQFU6W0R68' where id=7; -update noar tt set b2='9KSVB3P8GBVL7WSS29W6E' where id=7; -update noar ti set b2='9KSVB3P8GBVL7WSS29W6E' where id=7; -update noar tt set b0='AZ60M6KYCGAB08GR' where id=8; -update noar ti set b0='AZ60M6KYCGAB08GR' where id=8; -update noar tt set b1='5ET0Q4B4IE8BI4TG8' where id=8; -update noar ti set b1='5ET0Q4B4IE8BI4TG8' where id=8; -update noar tt set b2='KM8' where id=8; -update noar ti set b2='KM8' where id=8; -update noar tt set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9; -update noar ti set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9; -update noar tt set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9; -update noar ti set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9; -update noar tt set b2='9' where id=9; -update noar ti set b2='9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='D5RQ5CZ' where id=1; -update noar ti set b0='D5RQ5CZ' where id=1; -update noar tt set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1; -update noar ti set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1; -update noar tt set b2='PW' where id=1; -update noar ti set b2='PW' where id=1; -update noar tt set b0='RP7G3Z93X41UAZDJH' where id=2; -update noar ti set b0='RP7G3Z93X41UAZDJH' where id=2; -update noar tt set b1='3F310XIFVRVS663KAOF' where id=2; -update noar ti set b1='3F310XIFVRVS663KAOF' where id=2; -update noar tt set b2='ZN' where id=2; -update noar ti set b2='ZN' where id=2; -update noar tt set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3; -update noar ti set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3; -update noar tt set b1='O2HHP099ZWSR4AV7QTY' where id=3; -update noar ti set b1='O2HHP099ZWSR4AV7QTY' where id=3; -update noar tt set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3; -update noar ti set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3; -update noar tt set b0='Q4GH6SWGDV6' where id=4; -update noar ti set b0='Q4GH6SWGDV6' where id=4; -update noar tt set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4; -update noar ti set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4; -update noar tt set b2='M0VB12ETATHJXPV71C' where id=4; -update noar ti set b2='M0VB12ETATHJXPV71C' where id=4; -update noar tt set b0='CRT1768U969' where id=5; -update noar ti set b0='CRT1768U969' where id=5; -update noar tt set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5; -update noar ti set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5; -update noar tt set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5; -update noar ti set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5; -update noar tt set b0='E' where id=6; -update noar ti set b0='E' where id=6; -update noar tt set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6; -update noar ti set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6; -update noar tt set b2='ELA3ZVF41SQIDZSQ40' where id=6; -update noar ti set b2='ELA3ZVF41SQIDZSQ40' where id=6; -update noar tt set b0='3S' where id=7; -update noar ti set b0='3S' where id=7; -update noar tt set b1='NV' where id=7; -update noar ti set b1='NV' where id=7; -update noar tt set b2='0NXW8QE' where id=7; -update noar ti set b2='0NXW8QE' where id=7; -update noar tt set b0='YWF1WJL1YAHW5S' where id=8; -update noar ti set b0='YWF1WJL1YAHW5S' where id=8; -update noar tt set b1='QT18FZ87HUWU09YV50P' where id=8; -update noar ti set b1='QT18FZ87HUWU09YV50P' where id=8; -update noar tt set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8; -update noar ti set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8; -update noar tt set b0='HJ' where id=9; -update noar ti set b0='HJ' where id=9; -update noar tt set b1='399DX' where id=9; -update noar ti set b1='399DX' where id=9; -update noar tt set b2='D' where id=9; -update noar ti set b2='D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 blob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KUL9R62R5XHT9TLKXWAJ2' where id=1; -update noar ti set b0='KUL9R62R5XHT9TLKXWAJ2' where id=1; -update noar tt set b1='I16AISVK0C84JN94O' where id=1; -update noar ti set b1='I16AISVK0C84JN94O' where id=1; -update noar tt set b2='DZBSYN6XM3LQRMUOHVS' where id=1; -update noar ti set b2='DZBSYN6XM3LQRMUOHVS' where id=1; -update noar tt set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2; -update noar ti set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2; -update noar tt set b1='T5W4UV' where id=2; -update noar ti set b1='T5W4UV' where id=2; -update noar tt set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2; -update noar ti set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2; -update noar tt set b0='FZMG4K9M9' where id=3; -update noar ti set b0='FZMG4K9M9' where id=3; -update noar tt set b1='KDK2I3CZ5ODM4COM' where id=3; -update noar ti set b1='KDK2I3CZ5ODM4COM' where id=3; -update noar tt set b2='Q8CHH3VNZXM5JBOAK' where id=3; -update noar ti set b2='Q8CHH3VNZXM5JBOAK' where id=3; -update noar tt set b0='Z' where id=4; -update noar ti set b0='Z' where id=4; -update noar tt set b1='T9Z' where id=4; -update noar ti set b1='T9Z' where id=4; -update noar tt set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4; -update noar ti set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4; -update noar tt set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5; -update noar ti set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5; -update noar tt set b1='NEOGGYNOPY4JC1JXJ' where id=5; -update noar ti set b1='NEOGGYNOPY4JC1JXJ' where id=5; -update noar tt set b2='QD8W0VPV' where id=5; -update noar ti set b2='QD8W0VPV' where id=5; -update noar tt set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6; -update noar ti set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6; -update noar tt set b1='GDVTQ' where id=6; -update noar ti set b1='GDVTQ' where id=6; -update noar tt set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6; -update noar ti set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6; -update noar tt set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7; -update noar ti set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7; -update noar tt set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7; -update noar ti set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7; -update noar tt set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7; -update noar ti set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7; -update noar tt set b0='6O50X7JG01O476B92PVF' where id=8; -update noar ti set b0='6O50X7JG01O476B92PVF' where id=8; -update noar tt set b1='JF1' where id=8; -update noar ti set b1='JF1' where id=8; -update noar tt set b2='O8JXY5CFDL20' where id=8; -update noar ti set b2='O8JXY5CFDL20' where id=8; -update noar tt set b0='V27DZ' where id=9; -update noar ti set b0='V27DZ' where id=9; -update noar tt set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9; -update noar ti set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9; -update noar tt set b2='GEL' where id=9; -update noar ti set b2='GEL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 blob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2J50PUSKS4CLILJ8BE' where id=1; -update noar ti set b0='2J50PUSKS4CLILJ8BE' where id=1; -update noar tt set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1; -update noar ti set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1; -update noar tt set b2='KSB8DY5VBCSVTJ' where id=1; -update noar ti set b2='KSB8DY5VBCSVTJ' where id=1; -update noar tt set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2; -update noar ti set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2; -update noar tt set b1='YXPLOGN9198B' where id=2; -update noar ti set b1='YXPLOGN9198B' where id=2; -update noar tt set b2='LA3M88Q' where id=2; -update noar ti set b2='LA3M88Q' where id=2; -update noar tt set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3; -update noar ti set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3; -update noar tt set b1='AQWK4196CLH31W5OF0K' where id=3; -update noar ti set b1='AQWK4196CLH31W5OF0K' where id=3; -update noar tt set b2='WQ3TDBB7I9' where id=3; -update noar ti set b2='WQ3TDBB7I9' where id=3; -update noar tt set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4; -update noar ti set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4; -update noar tt set b1='I6QS32TU' where id=4; -update noar ti set b1='I6QS32TU' where id=4; -update noar tt set b2='SV6UBP82JBWED' where id=4; -update noar ti set b2='SV6UBP82JBWED' where id=4; -update noar tt set b0='U' where id=5; -update noar ti set b0='U' where id=5; -update noar tt set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5; -update noar ti set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5; -update noar tt set b2='EOGDCBZLP7EB4O2V8SN' where id=5; -update noar ti set b2='EOGDCBZLP7EB4O2V8SN' where id=5; -update noar tt set b0='SA56' where id=6; -update noar ti set b0='SA56' where id=6; -update noar tt set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6; -update noar ti set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6; -update noar tt set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6; -update noar ti set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6; -update noar tt set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7; -update noar ti set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7; -update noar tt set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7; -update noar ti set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7; -update noar tt set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7; -update noar ti set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7; -update noar tt set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8; -update noar ti set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8; -update noar tt set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8; -update noar ti set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8; -update noar tt set b2='QIMCR0S7' where id=8; -update noar ti set b2='QIMCR0S7' where id=8; -update noar tt set b0='UHXB' where id=9; -update noar ti set b0='UHXB' where id=9; -update noar tt set b1='V8STWNA1AEQVKVDB7ZL8' where id=9; -update noar ti set b1='V8STWNA1AEQVKVDB7ZL8' where id=9; -update noar tt set b2='8KZE20JFQ7F80V' where id=9; -update noar ti set b2='8KZE20JFQ7F80V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7CDYYCLYVV3P' where id=1; -update noar ti set b0='7CDYYCLYVV3P' where id=1; -update noar tt set b1='GBZFHZ9' where id=1; -update noar ti set b1='GBZFHZ9' where id=1; -update noar tt set b2='T4BUQYE' where id=1; -update noar ti set b2='T4BUQYE' where id=1; -update noar tt set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2; -update noar ti set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2; -update noar tt set b1='G7LQ' where id=2; -update noar ti set b1='G7LQ' where id=2; -update noar tt set b2='XMN08ZVS2TRN6HE4JX9L' where id=2; -update noar ti set b2='XMN08ZVS2TRN6HE4JX9L' where id=2; -update noar tt set b0='O0P' where id=3; -update noar ti set b0='O0P' where id=3; -update noar tt set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3; -update noar ti set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3; -update noar tt set b2='J2EZDFMNI04QC35' where id=3; -update noar ti set b2='J2EZDFMNI04QC35' where id=3; -update noar tt set b0='AA7754SASPCBQ3KQRP21M' where id=4; -update noar ti set b0='AA7754SASPCBQ3KQRP21M' where id=4; -update noar tt set b1='1F358JYFLDLOXI' where id=4; -update noar ti set b1='1F358JYFLDLOXI' where id=4; -update noar tt set b2='HR0AQW8FX1E' where id=4; -update noar ti set b2='HR0AQW8FX1E' where id=4; -update noar tt set b0='PVMT' where id=5; -update noar ti set b0='PVMT' where id=5; -update noar tt set b1='2XR3QS' where id=5; -update noar ti set b1='2XR3QS' where id=5; -update noar tt set b2='ITAGAD' where id=5; -update noar ti set b2='ITAGAD' where id=5; -update noar tt set b0='6L68VMJY3SYTRRDC4HYA' where id=6; -update noar ti set b0='6L68VMJY3SYTRRDC4HYA' where id=6; -update noar tt set b1='WJUHNDSXWWAG' where id=6; -update noar ti set b1='WJUHNDSXWWAG' where id=6; -update noar tt set b2='58RVBGH37AO139VKFAQSK' where id=6; -update noar ti set b2='58RVBGH37AO139VKFAQSK' where id=6; -update noar tt set b0='67UD1' where id=7; -update noar ti set b0='67UD1' where id=7; -update noar tt set b1='2I8W7ESDGFM4Y5E' where id=7; -update noar ti set b1='2I8W7ESDGFM4Y5E' where id=7; -update noar tt set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7; -update noar ti set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7; -update noar tt set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8; -update noar ti set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8; -update noar tt set b1='5C7BUUI807GM63M' where id=8; -update noar ti set b1='5C7BUUI807GM63M' where id=8; -update noar tt set b2='K' where id=8; -update noar ti set b2='K' where id=8; -update noar tt set b0='ER' where id=9; -update noar ti set b0='ER' where id=9; -update noar tt set b1='OQ3MYTZL4ESWL6Z8V' where id=9; -update noar ti set b1='OQ3MYTZL4ESWL6Z8V' where id=9; -update noar tt set b2='JIDOINACMUZU' where id=9; -update noar ti set b2='JIDOINACMUZU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='C6' where id=1; -update noar ti set b0='C6' where id=1; -update noar tt set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1; -update noar ti set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1; -update noar tt set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1; -update noar ti set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1; -update noar tt set b0='QO39RTKRAI' where id=2; -update noar ti set b0='QO39RTKRAI' where id=2; -update noar tt set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2; -update noar ti set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2; -update noar tt set b2='RT9ZNAF' where id=2; -update noar ti set b2='RT9ZNAF' where id=2; -update noar tt set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3; -update noar ti set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3; -update noar tt set b1='GLGA44' where id=3; -update noar ti set b1='GLGA44' where id=3; -update noar tt set b2='RU6U5' where id=3; -update noar ti set b2='RU6U5' where id=3; -update noar tt set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4; -update noar ti set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4; -update noar tt set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4; -update noar ti set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4; -update noar tt set b2='6JH9Q' where id=4; -update noar ti set b2='6JH9Q' where id=4; -update noar tt set b0='L0RESOTBTQV' where id=5; -update noar ti set b0='L0RESOTBTQV' where id=5; -update noar tt set b1='D2' where id=5; -update noar ti set b1='D2' where id=5; -update noar tt set b2='UG2GQNWXSYM' where id=5; -update noar ti set b2='UG2GQNWXSYM' where id=5; -update noar tt set b0='T8J' where id=6; -update noar ti set b0='T8J' where id=6; -update noar tt set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6; -update noar ti set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6; -update noar tt set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6; -update noar ti set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6; -update noar tt set b0='1YYQCPJV7OUC' where id=7; -update noar ti set b0='1YYQCPJV7OUC' where id=7; -update noar tt set b1='J76VDPWGNVZ81' where id=7; -update noar ti set b1='J76VDPWGNVZ81' where id=7; -update noar tt set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7; -update noar ti set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7; -update noar tt set b0='6BBHJLWDH8QZZH' where id=8; -update noar ti set b0='6BBHJLWDH8QZZH' where id=8; -update noar tt set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8; -update noar ti set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8; -update noar tt set b2='LZXU4W69N2DR' where id=8; -update noar ti set b2='LZXU4W69N2DR' where id=8; -update noar tt set b0='HETGMBF3GSCNU2C4DASNP' where id=9; -update noar ti set b0='HETGMBF3GSCNU2C4DASNP' where id=9; -update noar tt set b1='22GV5RJOB5H7741' where id=9; -update noar ti set b1='22GV5RJOB5H7741' where id=9; -update noar tt set b2='IDDR5KA9OHDG70M5ZC' where id=9; -update noar ti set b2='IDDR5KA9OHDG70M5ZC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1; -update noar ti set b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1; -update noar tt set b1='AF' where id=1; -update noar ti set b1='AF' where id=1; -update noar tt set b2='Y7KFGW5T7SV' where id=1; -update noar ti set b2='Y7KFGW5T7SV' where id=1; -update noar tt set b0='VC0IUSILD4PN81LG48YUY' where id=2; -update noar ti set b0='VC0IUSILD4PN81LG48YUY' where id=2; -update noar tt set b1='HRQ45I18BYA7GQBSMS' where id=2; -update noar ti set b1='HRQ45I18BYA7GQBSMS' where id=2; -update noar tt set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2; -update noar ti set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2; -update noar tt set b0='DM28KDBKQ71' where id=3; -update noar ti set b0='DM28KDBKQ71' where id=3; -update noar tt set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3; -update noar ti set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3; -update noar tt set b2='GPP6VN80AFJMNJ168695' where id=3; -update noar ti set b2='GPP6VN80AFJMNJ168695' where id=3; -update noar tt set b0='LRNFCS3D8HJL28' where id=4; -update noar ti set b0='LRNFCS3D8HJL28' where id=4; -update noar tt set b1='8EWKJ5ORQNDO158EJN0' where id=4; -update noar ti set b1='8EWKJ5ORQNDO158EJN0' where id=4; -update noar tt set b2='16JQ36TDSTKNJ780L2N9U' where id=4; -update noar ti set b2='16JQ36TDSTKNJ780L2N9U' where id=4; -update noar tt set b0='56RW5' where id=5; -update noar ti set b0='56RW5' where id=5; -update noar tt set b1='R7TL1XXDTN005D74MY9L' where id=5; -update noar ti set b1='R7TL1XXDTN005D74MY9L' where id=5; -update noar tt set b2='R0C' where id=5; -update noar ti set b2='R0C' where id=5; -update noar tt set b0='8ISFYDRRMQW0NDBPEC9L' where id=6; -update noar ti set b0='8ISFYDRRMQW0NDBPEC9L' where id=6; -update noar tt set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6; -update noar ti set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6; -update noar tt set b2='JUN9TLDZDV2N0RW9' where id=6; -update noar ti set b2='JUN9TLDZDV2N0RW9' where id=6; -update noar tt set b0='QCQ1GDVCVPDJH87QV' where id=7; -update noar ti set b0='QCQ1GDVCVPDJH87QV' where id=7; -update noar tt set b1='LOVX89LS6NE' where id=7; -update noar ti set b1='LOVX89LS6NE' where id=7; -update noar tt set b2='P' where id=7; -update noar ti set b2='P' where id=7; -update noar tt set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8; -update noar ti set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8; -update noar tt set b1='Z8DU5NMHP8XOI' where id=8; -update noar ti set b1='Z8DU5NMHP8XOI' where id=8; -update noar tt set b2='J205717P18L' where id=8; -update noar ti set b2='J205717P18L' where id=8; -update noar tt set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9; -update noar ti set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9; -update noar tt set b1='D4IJGT76XBJ9WSIC' where id=9; -update noar ti set b1='D4IJGT76XBJ9WSIC' where id=9; -update noar tt set b2='ERZ182THFSO1X1C' where id=9; -update noar ti set b2='ERZ182THFSO1X1C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='17AJDBI9' where id=1; -update noar ti set b0='17AJDBI9' where id=1; -update noar tt set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1; -update noar ti set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1; -update noar tt set b2='UIVSAMSD5SONPH0OYYX' where id=1; -update noar ti set b2='UIVSAMSD5SONPH0OYYX' where id=1; -update noar tt set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2; -update noar ti set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2; -update noar tt set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2; -update noar ti set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2; -update noar tt set b2='5KZ' where id=2; -update noar ti set b2='5KZ' where id=2; -update noar tt set b0='8XWIIERQXFLK8AKC1R1' where id=3; -update noar ti set b0='8XWIIERQXFLK8AKC1R1' where id=3; -update noar tt set b1='ZMEA7VELZYAQFHH1' where id=3; -update noar ti set b1='ZMEA7VELZYAQFHH1' where id=3; -update noar tt set b2='25O1X' where id=3; -update noar ti set b2='25O1X' where id=3; -update noar tt set b0='2FGED7D2KGPDLN' where id=4; -update noar ti set b0='2FGED7D2KGPDLN' where id=4; -update noar tt set b1='LN' where id=4; -update noar ti set b1='LN' where id=4; -update noar tt set b2='REZOU5LK3VX1ALEWM' where id=4; -update noar ti set b2='REZOU5LK3VX1ALEWM' where id=4; -update noar tt set b0='YCG' where id=5; -update noar ti set b0='YCG' where id=5; -update noar tt set b1='BAYLK1X9WTBT4TVG21V' where id=5; -update noar ti set b1='BAYLK1X9WTBT4TVG21V' where id=5; -update noar tt set b2='KWXST8PVYOSNRI0' where id=5; -update noar ti set b2='KWXST8PVYOSNRI0' where id=5; -update noar tt set b0='0I45AIEGXIA5UXC2' where id=6; -update noar ti set b0='0I45AIEGXIA5UXC2' where id=6; -update noar tt set b1='D5V346' where id=6; -update noar ti set b1='D5V346' where id=6; -update noar tt set b2='8' where id=6; -update noar ti set b2='8' where id=6; -update noar tt set b0='O891VTQKFH' where id=7; -update noar ti set b0='O891VTQKFH' where id=7; -update noar tt set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7; -update noar ti set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7; -update noar tt set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7; -update noar ti set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7; -update noar tt set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8; -update noar ti set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8; -update noar tt set b1='483RCPP45FUATV7YG5L' where id=8; -update noar ti set b1='483RCPP45FUATV7YG5L' where id=8; -update noar tt set b2='VC4D88' where id=8; -update noar ti set b2='VC4D88' where id=8; -update noar tt set b0='P' where id=9; -update noar ti set b0='P' where id=9; -update noar tt set b1='QMTZBK6UYYYW8Z' where id=9; -update noar ti set b1='QMTZBK6UYYYW8Z' where id=9; -update noar tt set b2='NSU' where id=9; -update noar ti set b2='NSU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='65YJEE13IWQUE' where id=1; -update noar ti set b0='65YJEE13IWQUE' where id=1; -update noar tt set b1='TCTC1A' where id=1; -update noar ti set b1='TCTC1A' where id=1; -update noar tt set b2='OZXJ' where id=1; -update noar ti set b2='OZXJ' where id=1; -update noar tt set b0='TMS' where id=2; -update noar ti set b0='TMS' where id=2; -update noar tt set b1='ZWERA63F20BCAV3' where id=2; -update noar ti set b1='ZWERA63F20BCAV3' where id=2; -update noar tt set b2='L05MPNDVRUXSHD4P1RH' where id=2; -update noar ti set b2='L05MPNDVRUXSHD4P1RH' where id=2; -update noar tt set b0='EDLHA' where id=3; -update noar ti set b0='EDLHA' where id=3; -update noar tt set b1='73FRWPOG3' where id=3; -update noar ti set b1='73FRWPOG3' where id=3; -update noar tt set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3; -update noar ti set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3; -update noar tt set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4; -update noar ti set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4; -update noar tt set b1='XI5GWIEERUB19Y98ZMC' where id=4; -update noar ti set b1='XI5GWIEERUB19Y98ZMC' where id=4; -update noar tt set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4; -update noar ti set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4; -update noar tt set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5; -update noar ti set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5; -update noar tt set b1='NSNJ1PC01PN4NH' where id=5; -update noar ti set b1='NSNJ1PC01PN4NH' where id=5; -update noar tt set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5; -update noar ti set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5; -update noar tt set b0='L1CGVE' where id=6; -update noar ti set b0='L1CGVE' where id=6; -update noar tt set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6; -update noar ti set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6; -update noar tt set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6; -update noar ti set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6; -update noar tt set b0='1B6BH39B' where id=7; -update noar ti set b0='1B6BH39B' where id=7; -update noar tt set b1='JSYHA6JRTBYIMRBDTU' where id=7; -update noar ti set b1='JSYHA6JRTBYIMRBDTU' where id=7; -update noar tt set b2='P7O2D' where id=7; -update noar ti set b2='P7O2D' where id=7; -update noar tt set b0='ZR2GCW88R0V' where id=8; -update noar ti set b0='ZR2GCW88R0V' where id=8; -update noar tt set b1='WIFGDOLS5XXEJBG' where id=8; -update noar ti set b1='WIFGDOLS5XXEJBG' where id=8; -update noar tt set b2='6XGD7H0202357X9R6VSUKSR' where id=8; -update noar ti set b2='6XGD7H0202357X9R6VSUKSR' where id=8; -update noar tt set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9; -update noar ti set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9; -update noar tt set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9; -update noar ti set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9; -update noar tt set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9; -update noar ti set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TOBQKN42SUUGP63XRGHY1J5' where id=1; -update noar ti set b0='TOBQKN42SUUGP63XRGHY1J5' where id=1; -update noar tt set b1='G4FKD' where id=1; -update noar ti set b1='G4FKD' where id=1; -update noar tt set b2='G' where id=1; -update noar ti set b2='G' where id=1; -update noar tt set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2; -update noar ti set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2; -update noar tt set b1='PNTRT71405K6SHAEBVAX' where id=2; -update noar ti set b1='PNTRT71405K6SHAEBVAX' where id=2; -update noar tt set b2='0D7T1OCJDHV6VIV9DZ5' where id=2; -update noar ti set b2='0D7T1OCJDHV6VIV9DZ5' where id=2; -update noar tt set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3; -update noar ti set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3; -update noar tt set b1='VAN8EKUEXNKRE' where id=3; -update noar ti set b1='VAN8EKUEXNKRE' where id=3; -update noar tt set b2='XJCR2JHJW5' where id=3; -update noar ti set b2='XJCR2JHJW5' where id=3; -update noar tt set b0='OXG5W7JU' where id=4; -update noar ti set b0='OXG5W7JU' where id=4; -update noar tt set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4; -update noar ti set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4; -update noar tt set b2='L2B7CLE3Q955XDFE2UR' where id=4; -update noar ti set b2='L2B7CLE3Q955XDFE2UR' where id=4; -update noar tt set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5; -update noar ti set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5; -update noar tt set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5; -update noar ti set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5; -update noar tt set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5; -update noar ti set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5; -update noar tt set b0='J13DGJMKK' where id=6; -update noar ti set b0='J13DGJMKK' where id=6; -update noar tt set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6; -update noar ti set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6; -update noar tt set b2='X' where id=6; -update noar ti set b2='X' where id=6; -update noar tt set b0='MQF' where id=7; -update noar ti set b0='MQF' where id=7; -update noar tt set b1='DF4BYC54BPBT16UGQDLQTT' where id=7; -update noar ti set b1='DF4BYC54BPBT16UGQDLQTT' where id=7; -update noar tt set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7; -update noar ti set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7; -update noar tt set b0='1P4JOLC1RP' where id=8; -update noar ti set b0='1P4JOLC1RP' where id=8; -update noar tt set b1='TSZ73EN' where id=8; -update noar ti set b1='TSZ73EN' where id=8; -update noar tt set b2='6CGX2FBTI8Y0VY2EUU4' where id=8; -update noar ti set b2='6CGX2FBTI8Y0VY2EUU4' where id=8; -update noar tt set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9; -update noar ti set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9; -update noar tt set b1='8PT11CX4KBBLGB0' where id=9; -update noar ti set b1='8PT11CX4KBBLGB0' where id=9; -update noar tt set b2='W4' where id=9; -update noar ti set b2='W4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9RMD' where id=1; -update noar ti set b0='9RMD' where id=1; -update noar tt set b1='TYIPDO3YUIUCVODS4' where id=1; -update noar ti set b1='TYIPDO3YUIUCVODS4' where id=1; -update noar tt set b2='6IV' where id=1; -update noar ti set b2='6IV' where id=1; -update noar tt set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2; -update noar ti set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2; -update noar tt set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2; -update noar ti set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2; -update noar tt set b2='EIHD06DJEAK5K1' where id=2; -update noar ti set b2='EIHD06DJEAK5K1' where id=2; -update noar tt set b0='RKKOEX2AIKMYTOK2LX' where id=3; -update noar ti set b0='RKKOEX2AIKMYTOK2LX' where id=3; -update noar tt set b1='I' where id=3; -update noar ti set b1='I' where id=3; -update noar tt set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3; -update noar ti set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3; -update noar tt set b0='1BHBGALM' where id=4; -update noar ti set b0='1BHBGALM' where id=4; -update noar tt set b1='NC23ZCD8' where id=4; -update noar ti set b1='NC23ZCD8' where id=4; -update noar tt set b2='XZ' where id=4; -update noar ti set b2='XZ' where id=4; -update noar tt set b0='1PQ0BA7' where id=5; -update noar ti set b0='1PQ0BA7' where id=5; -update noar tt set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5; -update noar ti set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5; -update noar tt set b2='H8TN56V' where id=5; -update noar ti set b2='H8TN56V' where id=5; -update noar tt set b0='1' where id=6; -update noar ti set b0='1' where id=6; -update noar tt set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6; -update noar ti set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6; -update noar tt set b2='V1P3HAQRATR52GGRFHM6SG' where id=6; -update noar ti set b2='V1P3HAQRATR52GGRFHM6SG' where id=6; -update noar tt set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7; -update noar ti set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7; -update noar tt set b1='JTLVFSMCVBHO' where id=7; -update noar ti set b1='JTLVFSMCVBHO' where id=7; -update noar tt set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7; -update noar ti set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7; -update noar tt set b0='C8GCJOOI0T4N8O' where id=8; -update noar ti set b0='C8GCJOOI0T4N8O' where id=8; -update noar tt set b1='8Q0C3NVR8' where id=8; -update noar ti set b1='8Q0C3NVR8' where id=8; -update noar tt set b2='NID37C0FSL14ZSTGY' where id=8; -update noar ti set b2='NID37C0FSL14ZSTGY' where id=8; -update noar tt set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9; -update noar ti set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9; -update noar tt set b1='PGV9HBB4WLB' where id=9; -update noar ti set b1='PGV9HBB4WLB' where id=9; -update noar tt set b2='T' where id=9; -update noar ti set b2='T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1; -update noar ti set b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1; -update noar tt set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1; -update noar ti set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1; -update noar tt set b2='7DTC5DJ5G7TIDO8' where id=1; -update noar ti set b2='7DTC5DJ5G7TIDO8' where id=1; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set b1='JXQOS9' where id=2; -update noar ti set b1='JXQOS9' where id=2; -update noar tt set b2='12O2O1T3N0P8KRRGEJS7B' where id=2; -update noar ti set b2='12O2O1T3N0P8KRRGEJS7B' where id=2; -update noar tt set b0='AX1T88VFY7RI3QB' where id=3; -update noar ti set b0='AX1T88VFY7RI3QB' where id=3; -update noar tt set b1='N4CMM2U1WGGXI7EKQ' where id=3; -update noar ti set b1='N4CMM2U1WGGXI7EKQ' where id=3; -update noar tt set b2='197JHL39G90FSL8VYQMQS' where id=3; -update noar ti set b2='197JHL39G90FSL8VYQMQS' where id=3; -update noar tt set b0='TDCNRDGPMRN9RU' where id=4; -update noar ti set b0='TDCNRDGPMRN9RU' where id=4; -update noar tt set b1='ZKKNM' where id=4; -update noar ti set b1='ZKKNM' where id=4; -update noar tt set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4; -update noar ti set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4; -update noar tt set b0='DIPOUWJYOMHHDIE6' where id=5; -update noar ti set b0='DIPOUWJYOMHHDIE6' where id=5; -update noar tt set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5; -update noar ti set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5; -update noar tt set b2='QCBUTH8YUR263U05GNOB5Q' where id=5; -update noar ti set b2='QCBUTH8YUR263U05GNOB5Q' where id=5; -update noar tt set b0='W1ZQ' where id=6; -update noar ti set b0='W1ZQ' where id=6; -update noar tt set b1='7NV0B333' where id=6; -update noar ti set b1='7NV0B333' where id=6; -update noar tt set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6; -update noar ti set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6; -update noar tt set b0='A1XWKO7' where id=7; -update noar ti set b0='A1XWKO7' where id=7; -update noar tt set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7; -update noar ti set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7; -update noar tt set b2='5G6O2RKTG' where id=7; -update noar ti set b2='5G6O2RKTG' where id=7; -update noar tt set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8; -update noar ti set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8; -update noar tt set b1='14IBLVPMUDIL14GN1' where id=8; -update noar ti set b1='14IBLVPMUDIL14GN1' where id=8; -update noar tt set b2='SX4PM3NPHD638' where id=8; -update noar ti set b2='SX4PM3NPHD638' where id=8; -update noar tt set b0='HLV213O72HW7YRQSGJD5M' where id=9; -update noar ti set b0='HLV213O72HW7YRQSGJD5M' where id=9; -update noar tt set b1='IBQ8NKFYS' where id=9; -update noar ti set b1='IBQ8NKFYS' where id=9; -update noar tt set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9; -update noar ti set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 mediumblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XW0PG070O391K72FDZIS7' where id=1; -update noar ti set b0='XW0PG070O391K72FDZIS7' where id=1; -update noar tt set b1='S' where id=1; -update noar ti set b1='S' where id=1; -update noar tt set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1; -update noar ti set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1; -update noar tt set b0='ZHF4' where id=2; -update noar ti set b0='ZHF4' where id=2; -update noar tt set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2; -update noar ti set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2; -update noar tt set b2='805FBNL1W' where id=2; -update noar ti set b2='805FBNL1W' where id=2; -update noar tt set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3; -update noar ti set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3; -update noar tt set b1='5P1W37GHJCY' where id=3; -update noar ti set b1='5P1W37GHJCY' where id=3; -update noar tt set b2='UHQ' where id=3; -update noar ti set b2='UHQ' where id=3; -update noar tt set b0='2J1T0B6BXK0T13K' where id=4; -update noar ti set b0='2J1T0B6BXK0T13K' where id=4; -update noar tt set b1='KVFQGXVV2NMWTEW6PORP' where id=4; -update noar ti set b1='KVFQGXVV2NMWTEW6PORP' where id=4; -update noar tt set b2='GC0E5VURDYYC' where id=4; -update noar ti set b2='GC0E5VURDYYC' where id=4; -update noar tt set b0='Y' where id=5; -update noar ti set b0='Y' where id=5; -update noar tt set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5; -update noar ti set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5; -update noar tt set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5; -update noar ti set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5; -update noar tt set b0='E9H7' where id=6; -update noar ti set b0='E9H7' where id=6; -update noar tt set b1='782SIPI2PQUIHBKX014RRI' where id=6; -update noar ti set b1='782SIPI2PQUIHBKX014RRI' where id=6; -update noar tt set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6; -update noar ti set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6; -update noar tt set b0='LRQSJNM8IJ' where id=7; -update noar ti set b0='LRQSJNM8IJ' where id=7; -update noar tt set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7; -update noar ti set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7; -update noar tt set b2='52SET7KYZ' where id=7; -update noar ti set b2='52SET7KYZ' where id=7; -update noar tt set b0='QA0WV6' where id=8; -update noar ti set b0='QA0WV6' where id=8; -update noar tt set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8; -update noar ti set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8; -update noar tt set b2='1TZ110V6J7BL' where id=8; -update noar ti set b2='1TZ110V6J7BL' where id=8; -update noar tt set b0='864XZ0BNOSHR' where id=9; -update noar ti set b0='864XZ0BNOSHR' where id=9; -update noar tt set b1='ZTYAMK4TO8OMA0KWLV8' where id=9; -update noar ti set b1='ZTYAMK4TO8OMA0KWLV8' where id=9; -update noar tt set b2='C6IFCKRZH7Q9RVXU6C' where id=9; -update noar ti set b2='C6IFCKRZH7Q9RVXU6C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 mediumblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8A3E7GNRJNWH1LICL603SIMW' where id=1; -update noar ti set b0='8A3E7GNRJNWH1LICL603SIMW' where id=1; -update noar tt set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1; -update noar ti set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1; -update noar tt set b2='5TT18' where id=1; -update noar ti set b2='5TT18' where id=1; -update noar tt set b0='COZY' where id=2; -update noar ti set b0='COZY' where id=2; -update noar tt set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2; -update noar ti set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2; -update noar tt set b2='4NYPYLX6Z100VQFH9Y2E' where id=2; -update noar ti set b2='4NYPYLX6Z100VQFH9Y2E' where id=2; -update noar tt set b0='59CCV5112PZRDB' where id=3; -update noar ti set b0='59CCV5112PZRDB' where id=3; -update noar tt set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3; -update noar ti set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3; -update noar tt set b2='E' where id=3; -update noar ti set b2='E' where id=3; -update noar tt set b0='1Z5AGHX' where id=4; -update noar ti set b0='1Z5AGHX' where id=4; -update noar tt set b1='I5MCPCL0HDHW' where id=4; -update noar ti set b1='I5MCPCL0HDHW' where id=4; -update noar tt set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4; -update noar ti set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4; -update noar tt set b0='ZJ2LCP' where id=5; -update noar ti set b0='ZJ2LCP' where id=5; -update noar tt set b1='9PFOHP58' where id=5; -update noar ti set b1='9PFOHP58' where id=5; -update noar tt set b2='E5D5IM5RZ6' where id=5; -update noar ti set b2='E5D5IM5RZ6' where id=5; -update noar tt set b0='0JI1' where id=6; -update noar ti set b0='0JI1' where id=6; -update noar tt set b1='Q81T' where id=6; -update noar ti set b1='Q81T' where id=6; -update noar tt set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6; -update noar ti set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6; -update noar tt set b0='WKROC99QPP' where id=7; -update noar ti set b0='WKROC99QPP' where id=7; -update noar tt set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7; -update noar ti set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7; -update noar tt set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7; -update noar ti set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7; -update noar tt set b0='3ZX7YSDOSBLK2O3163I' where id=8; -update noar ti set b0='3ZX7YSDOSBLK2O3163I' where id=8; -update noar tt set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8; -update noar ti set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8; -update noar tt set b2='6ORJ6ML11Y' where id=8; -update noar ti set b2='6ORJ6ML11Y' where id=8; -update noar tt set b0='DD5PRF62PI' where id=9; -update noar ti set b0='DD5PRF62PI' where id=9; -update noar tt set b1='KM7GBCPJ46P00L' where id=9; -update noar ti set b1='KM7GBCPJ46P00L' where id=9; -update noar tt set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9; -update noar ti set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1; -update noar ti set b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1; -update noar tt set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1; -update noar ti set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1; -update noar tt set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1; -update noar ti set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1; -update noar tt set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2; -update noar ti set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2; -update noar tt set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2; -update noar ti set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2; -update noar tt set b2='CPIVVNQX4TZR' where id=2; -update noar ti set b2='CPIVVNQX4TZR' where id=2; -update noar tt set b0='O6LZEOFE332J' where id=3; -update noar ti set b0='O6LZEOFE332J' where id=3; -update noar tt set b1='6K1TG4' where id=3; -update noar ti set b1='6K1TG4' where id=3; -update noar tt set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3; -update noar ti set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3; -update noar tt set b0='BPFSXIEV9EE2AXHQY48P' where id=4; -update noar ti set b0='BPFSXIEV9EE2AXHQY48P' where id=4; -update noar tt set b1='4QK0J7786RI3U8GL8' where id=4; -update noar ti set b1='4QK0J7786RI3U8GL8' where id=4; -update noar tt set b2='7BZQ3Y5PQM5545IZ' where id=4; -update noar ti set b2='7BZQ3Y5PQM5545IZ' where id=4; -update noar tt set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5; -update noar ti set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5; -update noar tt set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5; -update noar ti set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5; -update noar tt set b2='DVMQ8L' where id=5; -update noar ti set b2='DVMQ8L' where id=5; -update noar tt set b0='TKLUQHR44TEAJARKF' where id=6; -update noar ti set b0='TKLUQHR44TEAJARKF' where id=6; -update noar tt set b1='AN6T3S7PWCZYMO7J' where id=6; -update noar ti set b1='AN6T3S7PWCZYMO7J' where id=6; -update noar tt set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6; -update noar ti set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6; -update noar tt set b0='8LCRSAMFP8CG984YF7Z' where id=7; -update noar ti set b0='8LCRSAMFP8CG984YF7Z' where id=7; -update noar tt set b1='3YEF6XOJ80V074X' where id=7; -update noar ti set b1='3YEF6XOJ80V074X' where id=7; -update noar tt set b2='4X293VJ' where id=7; -update noar ti set b2='4X293VJ' where id=7; -update noar tt set b0='8V7KDWK7' where id=8; -update noar ti set b0='8V7KDWK7' where id=8; -update noar tt set b1='UGVZ2Y6A' where id=8; -update noar ti set b1='UGVZ2Y6A' where id=8; -update noar tt set b2='TWL2XU3NQ34Y9O' where id=8; -update noar ti set b2='TWL2XU3NQ34Y9O' where id=8; -update noar tt set b0='J8LIS3KDS' where id=9; -update noar ti set b0='J8LIS3KDS' where id=9; -update noar tt set b1='8D2ED4075IL' where id=9; -update noar ti set b1='8D2ED4075IL' where id=9; -update noar tt set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9; -update noar ti set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7IZSEFD' where id=1; -update noar ti set b0='7IZSEFD' where id=1; -update noar tt set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1; -update noar ti set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1; -update noar tt set b2='YS9AII1CJDMF' where id=1; -update noar ti set b2='YS9AII1CJDMF' where id=1; -update noar tt set b0='H434P0HTV6OT92R09TQUS' where id=2; -update noar ti set b0='H434P0HTV6OT92R09TQUS' where id=2; -update noar tt set b1='HWW7IR4R5PFSPX' where id=2; -update noar ti set b1='HWW7IR4R5PFSPX' where id=2; -update noar tt set b2='8V51UP8H379U89BKY4BW50T' where id=2; -update noar ti set b2='8V51UP8H379U89BKY4BW50T' where id=2; -update noar tt set b0='3MG9NIUOU90SA8JCYL0V' where id=3; -update noar ti set b0='3MG9NIUOU90SA8JCYL0V' where id=3; -update noar tt set b1='0V1R4520PXY9TMM2CR7SB' where id=3; -update noar ti set b1='0V1R4520PXY9TMM2CR7SB' where id=3; -update noar tt set b2='3VTGYLUQVS41PFOYC4K5' where id=3; -update noar ti set b2='3VTGYLUQVS41PFOYC4K5' where id=3; -update noar tt set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4; -update noar ti set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4; -update noar tt set b1='ICAQ96TZUI32UHDO6NAKL' where id=4; -update noar ti set b1='ICAQ96TZUI32UHDO6NAKL' where id=4; -update noar tt set b2='HN55NKJC45LKROJ1DSTU84C' where id=4; -update noar ti set b2='HN55NKJC45LKROJ1DSTU84C' where id=4; -update noar tt set b0='N8JOW3KH' where id=5; -update noar ti set b0='N8JOW3KH' where id=5; -update noar tt set b1='T7ERDYJXVZ6JW0Z3M' where id=5; -update noar ti set b1='T7ERDYJXVZ6JW0Z3M' where id=5; -update noar tt set b2='EVR9BR8BKLEX50EMD674W1' where id=5; -update noar ti set b2='EVR9BR8BKLEX50EMD674W1' where id=5; -update noar tt set b0='SK0794NV4R7T' where id=6; -update noar ti set b0='SK0794NV4R7T' where id=6; -update noar tt set b1='1V4XK5PFGI1' where id=6; -update noar ti set b1='1V4XK5PFGI1' where id=6; -update noar tt set b2='WF7977XX5Q65S' where id=6; -update noar ti set b2='WF7977XX5Q65S' where id=6; -update noar tt set b0='0LLPSQ3VOIY' where id=7; -update noar ti set b0='0LLPSQ3VOIY' where id=7; -update noar tt set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7; -update noar ti set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7; -update noar tt set b2='P4T488LX0D34' where id=7; -update noar ti set b2='P4T488LX0D34' where id=7; -update noar tt set b0='EBQCITCU3W' where id=8; -update noar ti set b0='EBQCITCU3W' where id=8; -update noar tt set b1='A' where id=8; -update noar ti set b1='A' where id=8; -update noar tt set b2='B7' where id=8; -update noar ti set b2='B7' where id=8; -update noar tt set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9; -update noar ti set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9; -update noar tt set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9; -update noar ti set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9; -update noar tt set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9; -update noar ti set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S6BGCNQML5VSMTO' where id=1; -update noar ti set b0='S6BGCNQML5VSMTO' where id=1; -update noar tt set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1; -update noar ti set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1; -update noar tt set b2='X67SI5CDCJVVYCV' where id=1; -update noar ti set b2='X67SI5CDCJVVYCV' where id=1; -update noar tt set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2; -update noar ti set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2; -update noar tt set b1='XOZO8CN6N3' where id=2; -update noar ti set b1='XOZO8CN6N3' where id=2; -update noar tt set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2; -update noar ti set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2; -update noar tt set b0='1X96A1W1Y9907GZTISROBGP' where id=3; -update noar ti set b0='1X96A1W1Y9907GZTISROBGP' where id=3; -update noar tt set b1='4VM' where id=3; -update noar ti set b1='4VM' where id=3; -update noar tt set b2='52Y8Q' where id=3; -update noar ti set b2='52Y8Q' where id=3; -update noar tt set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4; -update noar ti set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4; -update noar tt set b1='J9B4WWK0LRQ9ET8MMAA' where id=4; -update noar ti set b1='J9B4WWK0LRQ9ET8MMAA' where id=4; -update noar tt set b2='ULGR71U7E70H6DZQ' where id=4; -update noar ti set b2='ULGR71U7E70H6DZQ' where id=4; -update noar tt set b0='4QYK2JM7JX7' where id=5; -update noar ti set b0='4QYK2JM7JX7' where id=5; -update noar tt set b1='C22ZY4W56PJHRKR' where id=5; -update noar ti set b1='C22ZY4W56PJHRKR' where id=5; -update noar tt set b2='C8RW9DEW2Q0DH2IRJJ' where id=5; -update noar ti set b2='C8RW9DEW2Q0DH2IRJJ' where id=5; -update noar tt set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6; -update noar ti set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6; -update noar tt set b1='XQP12ZWUTZ13WP8ZT5L' where id=6; -update noar ti set b1='XQP12ZWUTZ13WP8ZT5L' where id=6; -update noar tt set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6; -update noar ti set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6; -update noar tt set b0='RR5YOKA5L07KO78' where id=7; -update noar ti set b0='RR5YOKA5L07KO78' where id=7; -update noar tt set b1='DWS2FO1AF0YWUPUULKXWH' where id=7; -update noar ti set b1='DWS2FO1AF0YWUPUULKXWH' where id=7; -update noar tt set b2='HBHBYW0M' where id=7; -update noar ti set b2='HBHBYW0M' where id=7; -update noar tt set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8; -update noar ti set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8; -update noar tt set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8; -update noar ti set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8; -update noar tt set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8; -update noar ti set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8; -update noar tt set b0='2EOX3GK1TWM74' where id=9; -update noar ti set b0='2EOX3GK1TWM74' where id=9; -update noar tt set b1='T' where id=9; -update noar ti set b1='T' where id=9; -update noar tt set b2='NIYO3ETGFOO3B' where id=9; -update noar ti set b2='NIYO3ETGFOO3B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1; -update noar ti set b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1; -update noar tt set b1='D6L6LAGOD4311SH9' where id=1; -update noar ti set b1='D6L6LAGOD4311SH9' where id=1; -update noar tt set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1; -update noar ti set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1; -update noar tt set b0='XH' where id=2; -update noar ti set b0='XH' where id=2; -update noar tt set b1='VF6FH7OU' where id=2; -update noar ti set b1='VF6FH7OU' where id=2; -update noar tt set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2; -update noar ti set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2; -update noar tt set b0='QQ' where id=3; -update noar ti set b0='QQ' where id=3; -update noar tt set b1='618U8RXFJ01SV' where id=3; -update noar ti set b1='618U8RXFJ01SV' where id=3; -update noar tt set b2='0CBTO' where id=3; -update noar ti set b2='0CBTO' where id=3; -update noar tt set b0='59MT12LIVYGU705D8' where id=4; -update noar ti set b0='59MT12LIVYGU705D8' where id=4; -update noar tt set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4; -update noar ti set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4; -update noar tt set b2='S6' where id=4; -update noar ti set b2='S6' where id=4; -update noar tt set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5; -update noar ti set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5; -update noar tt set b1='5' where id=5; -update noar ti set b1='5' where id=5; -update noar tt set b2='YG9' where id=5; -update noar ti set b2='YG9' where id=5; -update noar tt set b0='REFVO3MHK1GJZQQAAKE' where id=6; -update noar ti set b0='REFVO3MHK1GJZQQAAKE' where id=6; -update noar tt set b1='F0DCOBO00MT8HZ' where id=6; -update noar ti set b1='F0DCOBO00MT8HZ' where id=6; -update noar tt set b2='E7AG8DSHYH8' where id=6; -update noar ti set b2='E7AG8DSHYH8' where id=6; -update noar tt set b0='BI0CX22WA4D' where id=7; -update noar ti set b0='BI0CX22WA4D' where id=7; -update noar tt set b1='R96V1S' where id=7; -update noar ti set b1='R96V1S' where id=7; -update noar tt set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7; -update noar ti set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7; -update noar tt set b0='K2KV2' where id=8; -update noar ti set b0='K2KV2' where id=8; -update noar tt set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8; -update noar ti set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8; -update noar tt set b2='2PZW8Y' where id=8; -update noar ti set b2='2PZW8Y' where id=8; -update noar tt set b0='JEO' where id=9; -update noar ti set b0='JEO' where id=9; -update noar tt set b1='9BQQX' where id=9; -update noar ti set b1='9BQQX' where id=9; -update noar tt set b2='KCRXVZNI72E022VFZME7ESUL' where id=9; -update noar ti set b2='KCRXVZNI72E022VFZME7ESUL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Z9DRIG2' where id=1; -update noar ti set b0='Z9DRIG2' where id=1; -update noar tt set b1='59RW2H' where id=1; -update noar ti set b1='59RW2H' where id=1; -update noar tt set b2='ZAFZPRWT' where id=1; -update noar ti set b2='ZAFZPRWT' where id=1; -update noar tt set b0='DRHEAF' where id=2; -update noar ti set b0='DRHEAF' where id=2; -update noar tt set b1='8IJPRLI86NV7MSSTP3S4' where id=2; -update noar ti set b1='8IJPRLI86NV7MSSTP3S4' where id=2; -update noar tt set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2; -update noar ti set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2; -update noar tt set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3; -update noar ti set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3; -update noar tt set b1='6W3357AR8SM9276W5Q03' where id=3; -update noar ti set b1='6W3357AR8SM9276W5Q03' where id=3; -update noar tt set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3; -update noar ti set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3; -update noar tt set b0='1OK0VTISQKQX' where id=4; -update noar ti set b0='1OK0VTISQKQX' where id=4; -update noar tt set b1='N8QVL' where id=4; -update noar ti set b1='N8QVL' where id=4; -update noar tt set b2='GAKWM18ZYD92YY0SFPISSW' where id=4; -update noar ti set b2='GAKWM18ZYD92YY0SFPISSW' where id=4; -update noar tt set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5; -update noar ti set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5; -update noar tt set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5; -update noar ti set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5; -update noar tt set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5; -update noar ti set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5; -update noar tt set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6; -update noar ti set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6; -update noar tt set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6; -update noar ti set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6; -update noar tt set b2='8UCX79SYBO0X8' where id=6; -update noar ti set b2='8UCX79SYBO0X8' where id=6; -update noar tt set b0='Z6G' where id=7; -update noar ti set b0='Z6G' where id=7; -update noar tt set b1='T' where id=7; -update noar ti set b1='T' where id=7; -update noar tt set b2='ILF218J65OX74' where id=7; -update noar ti set b2='ILF218J65OX74' where id=7; -update noar tt set b0='FTYIY590VAJY0616MBDOC7Q' where id=8; -update noar ti set b0='FTYIY590VAJY0616MBDOC7Q' where id=8; -update noar tt set b1='II7YNFI2SXTLYADNGM9W91' where id=8; -update noar ti set b1='II7YNFI2SXTLYADNGM9W91' where id=8; -update noar tt set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8; -update noar ti set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8; -update noar tt set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9; -update noar ti set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9; -update noar tt set b1='HA41' where id=9; -update noar ti set b1='HA41' where id=9; -update noar tt set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9; -update noar ti set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IGFPUXUTPHXORPXDS9PZDB' where id=1; -update noar ti set b0='IGFPUXUTPHXORPXDS9PZDB' where id=1; -update noar tt set b1='3UUEPV5RDZB90S' where id=1; -update noar ti set b1='3UUEPV5RDZB90S' where id=1; -update noar tt set b2='7' where id=1; -update noar ti set b2='7' where id=1; -update noar tt set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2; -update noar ti set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2; -update noar tt set b1='MD' where id=2; -update noar ti set b1='MD' where id=2; -update noar tt set b2='EJ51C9I' where id=2; -update noar ti set b2='EJ51C9I' where id=2; -update noar tt set b0='CDD' where id=3; -update noar ti set b0='CDD' where id=3; -update noar tt set b1='VGPPO49NP8E4MUV0W3' where id=3; -update noar ti set b1='VGPPO49NP8E4MUV0W3' where id=3; -update noar tt set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3; -update noar ti set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3; -update noar tt set b0='MC5C6EKTD4HB7ZUF3' where id=4; -update noar ti set b0='MC5C6EKTD4HB7ZUF3' where id=4; -update noar tt set b1='BT2D0BK11557' where id=4; -update noar ti set b1='BT2D0BK11557' where id=4; -update noar tt set b2='A3BH399UBJ3JPMJ' where id=4; -update noar ti set b2='A3BH399UBJ3JPMJ' where id=4; -update noar tt set b0='48820CW4C7P7LWG' where id=5; -update noar ti set b0='48820CW4C7P7LWG' where id=5; -update noar tt set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5; -update noar ti set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5; -update noar tt set b2='TXO4L8OSFV3YPT' where id=5; -update noar ti set b2='TXO4L8OSFV3YPT' where id=5; -update noar tt set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6; -update noar ti set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6; -update noar tt set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6; -update noar ti set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6; -update noar tt set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6; -update noar ti set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6; -update noar tt set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7; -update noar ti set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7; -update noar tt set b1='ZHITRPU6JETS90OH' where id=7; -update noar ti set b1='ZHITRPU6JETS90OH' where id=7; -update noar tt set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7; -update noar ti set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7; -update noar tt set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8; -update noar ti set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8; -update noar tt set b1='GW465TWLHZB52' where id=8; -update noar ti set b1='GW465TWLHZB52' where id=8; -update noar tt set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8; -update noar ti set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8; -update noar tt set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9; -update noar ti set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9; -update noar tt set b1='00OFNNG1B0' where id=9; -update noar ti set b1='00OFNNG1B0' where id=9; -update noar tt set b2='X' where id=9; -update noar ti set b2='X' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1; -update noar ti set b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1; -update noar tt set b1='OSJ5BTRV3D' where id=1; -update noar ti set b1='OSJ5BTRV3D' where id=1; -update noar tt set b2='ZXFRGMI' where id=1; -update noar ti set b2='ZXFRGMI' where id=1; -update noar tt set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2; -update noar ti set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2; -update noar tt set b1='Z1' where id=2; -update noar ti set b1='Z1' where id=2; -update noar tt set b2='DBW0' where id=2; -update noar ti set b2='DBW0' where id=2; -update noar tt set b0='LTUVFUI6K8MEJGR39OB' where id=3; -update noar ti set b0='LTUVFUI6K8MEJGR39OB' where id=3; -update noar tt set b1='4E6OI5IG99V8H68NV13' where id=3; -update noar ti set b1='4E6OI5IG99V8H68NV13' where id=3; -update noar tt set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3; -update noar ti set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3; -update noar tt set b0='74JUQ5ARCZ' where id=4; -update noar ti set b0='74JUQ5ARCZ' where id=4; -update noar tt set b1='Z7BW2' where id=4; -update noar ti set b1='Z7BW2' where id=4; -update noar tt set b2='EMZH0U' where id=4; -update noar ti set b2='EMZH0U' where id=4; -update noar tt set b0='60V7CY06Z' where id=5; -update noar ti set b0='60V7CY06Z' where id=5; -update noar tt set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5; -update noar ti set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5; -update noar tt set b2='74' where id=5; -update noar ti set b2='74' where id=5; -update noar tt set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6; -update noar ti set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6; -update noar tt set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6; -update noar ti set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6; -update noar tt set b2='48DES2TG9T31KZA615CWY802H35' where id=6; -update noar ti set b2='48DES2TG9T31KZA615CWY802H35' where id=6; -update noar tt set b0='ZWZD85HMA4WLB' where id=7; -update noar ti set b0='ZWZD85HMA4WLB' where id=7; -update noar tt set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7; -update noar ti set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7; -update noar tt set b2='MUSG' where id=7; -update noar ti set b2='MUSG' where id=7; -update noar tt set b0='H1PHGFV745FIURX2L' where id=8; -update noar ti set b0='H1PHGFV745FIURX2L' where id=8; -update noar tt set b1='KXNAZMARY6PEWFPD1TU' where id=8; -update noar ti set b1='KXNAZMARY6PEWFPD1TU' where id=8; -update noar tt set b2='IR274' where id=8; -update noar ti set b2='IR274' where id=8; -update noar tt set b0='6B1HS' where id=9; -update noar ti set b0='6B1HS' where id=9; -update noar tt set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9; -update noar ti set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9; -update noar tt set b2='ENGXWAL5H3' where id=9; -update noar ti set b2='ENGXWAL5H3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='I65YP8Q6RMOPP1' where id=1; -update noar ti set b0='I65YP8Q6RMOPP1' where id=1; -update noar tt set b1='A6S5VGN45FOYI2WH08ZIUUNS' where id=1; -update noar ti set b1='A6S5VGN45FOYI2WH08ZIUUNS' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set b0='3VVR' where id=2; -update noar ti set b0='3VVR' where id=2; -update noar tt set b1='YJ166H' where id=2; -update noar ti set b1='YJ166H' where id=2; -update noar tt set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2; -update noar ti set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2; -update noar tt set b0='9WXXI59' where id=3; -update noar ti set b0='9WXXI59' where id=3; -update noar tt set b1='43UCYDP6' where id=3; -update noar ti set b1='43UCYDP6' where id=3; -update noar tt set b2='44DJIDPX6X' where id=3; -update noar ti set b2='44DJIDPX6X' where id=3; -update noar tt set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4; -update noar ti set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4; -update noar tt set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4; -update noar ti set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4; -update noar tt set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4; -update noar ti set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4; -update noar tt set b0='10KPQ' where id=5; -update noar ti set b0='10KPQ' where id=5; -update noar tt set b1='GY0POJ8NM3J061AFL' where id=5; -update noar ti set b1='GY0POJ8NM3J061AFL' where id=5; -update noar tt set b2='104SXWP9IT9NNPA518U' where id=5; -update noar ti set b2='104SXWP9IT9NNPA518U' where id=5; -update noar tt set b0='LRKHUZ1X' where id=6; -update noar ti set b0='LRKHUZ1X' where id=6; -update noar tt set b1='GB' where id=6; -update noar ti set b1='GB' where id=6; -update noar tt set b2='6OLMUD' where id=6; -update noar ti set b2='6OLMUD' where id=6; -update noar tt set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7; -update noar ti set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7; -update noar tt set b1='2HH' where id=7; -update noar ti set b1='2HH' where id=7; -update noar tt set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7; -update noar ti set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7; -update noar tt set b0='1JLLP564VGPC1NSC4MO' where id=8; -update noar ti set b0='1JLLP564VGPC1NSC4MO' where id=8; -update noar tt set b1='V0RBCUR9R7ERSVEX' where id=8; -update noar ti set b1='V0RBCUR9R7ERSVEX' where id=8; -update noar tt set b2='UYYO7EG7XEF4PA6' where id=8; -update noar ti set b2='UYYO7EG7XEF4PA6' where id=8; -update noar tt set b0='Z1KLG' where id=9; -update noar ti set b0='Z1KLG' where id=9; -update noar tt set b1='G31ZEHD8RYC' where id=9; -update noar ti set b1='G31ZEHD8RYC' where id=9; -update noar tt set b2='0EOG74086EN49' where id=9; -update noar ti set b2='0EOG74086EN49' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 longblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ND3WYA' where id=1; -update noar ti set b0='ND3WYA' where id=1; -update noar tt set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1; -update noar ti set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1; -update noar tt set b2='LN6H5B6' where id=1; -update noar ti set b2='LN6H5B6' where id=1; -update noar tt set b0='G5HP1ZNNSX' where id=2; -update noar ti set b0='G5HP1ZNNSX' where id=2; -update noar tt set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2; -update noar ti set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2; -update noar tt set b2='85MHG8F3FUPGJKHEC' where id=2; -update noar ti set b2='85MHG8F3FUPGJKHEC' where id=2; -update noar tt set b0='T2ZH0DDO35XS3P1K' where id=3; -update noar ti set b0='T2ZH0DDO35XS3P1K' where id=3; -update noar tt set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3; -update noar ti set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3; -update noar tt set b2='78HFOQGARPMT790A' where id=3; -update noar ti set b2='78HFOQGARPMT790A' where id=3; -update noar tt set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4; -update noar ti set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4; -update noar tt set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4; -update noar ti set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4; -update noar tt set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4; -update noar ti set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4; -update noar tt set b0='DZK70UFCTD' where id=5; -update noar ti set b0='DZK70UFCTD' where id=5; -update noar tt set b1='L48I5RC2EA2TVF' where id=5; -update noar ti set b1='L48I5RC2EA2TVF' where id=5; -update noar tt set b2='1IOM92TI8BDNQEUMWWS' where id=5; -update noar ti set b2='1IOM92TI8BDNQEUMWWS' where id=5; -update noar tt set b0='PDO' where id=6; -update noar ti set b0='PDO' where id=6; -update noar tt set b1='WWH9Y6YZVMT56' where id=6; -update noar ti set b1='WWH9Y6YZVMT56' where id=6; -update noar tt set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6; -update noar ti set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6; -update noar tt set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7; -update noar ti set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7; -update noar tt set b1='RTNVM4KHK5OAMMRMOBSN' where id=7; -update noar ti set b1='RTNVM4KHK5OAMMRMOBSN' where id=7; -update noar tt set b2='K1KDUQ1TJP04Z2G48' where id=7; -update noar ti set b2='K1KDUQ1TJP04Z2G48' where id=7; -update noar tt set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8; -update noar ti set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8; -update noar tt set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8; -update noar ti set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8; -update noar tt set b2='O14734HMEVI' where id=8; -update noar ti set b2='O14734HMEVI' where id=8; -update noar tt set b0='JK0GUW' where id=9; -update noar ti set b0='JK0GUW' where id=9; -update noar tt set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9; -update noar ti set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9; -update noar tt set b2='5GWVO7U0DHDK69Y2H053EE' where id=9; -update noar ti set b2='5GWVO7U0DHDK69Y2H053EE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 longblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1; -update noar ti set b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1; -update noar tt set b1='3CNMX8YH9BGGVEHS4CE' where id=1; -update noar ti set b1='3CNMX8YH9BGGVEHS4CE' where id=1; -update noar tt set b2='ZUA' where id=1; -update noar ti set b2='ZUA' where id=1; -update noar tt set b0='JJVUTKSYA4' where id=2; -update noar ti set b0='JJVUTKSYA4' where id=2; -update noar tt set b1='EDPEUCVHKFNP4IL2UE3' where id=2; -update noar ti set b1='EDPEUCVHKFNP4IL2UE3' where id=2; -update noar tt set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2; -update noar ti set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2; -update noar tt set b0='0T4JUDAIU' where id=3; -update noar ti set b0='0T4JUDAIU' where id=3; -update noar tt set b1='B0X21O' where id=3; -update noar ti set b1='B0X21O' where id=3; -update noar tt set b2='UXE1HG7IFDKNVRKB' where id=3; -update noar ti set b2='UXE1HG7IFDKNVRKB' where id=3; -update noar tt set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4; -update noar ti set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4; -update noar tt set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4; -update noar ti set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4; -update noar tt set b2='M113B8LRIMZOZX0G' where id=4; -update noar ti set b2='M113B8LRIMZOZX0G' where id=4; -update noar tt set b0='V4ZINFU59S' where id=5; -update noar ti set b0='V4ZINFU59S' where id=5; -update noar tt set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5; -update noar ti set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5; -update noar tt set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5; -update noar ti set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5; -update noar tt set b0='R0' where id=6; -update noar ti set b0='R0' where id=6; -update noar tt set b1='BA4KGZFQEBLX2XRD1QOR' where id=6; -update noar ti set b1='BA4KGZFQEBLX2XRD1QOR' where id=6; -update noar tt set b2='X2XC3F94D' where id=6; -update noar ti set b2='X2XC3F94D' where id=6; -update noar tt set b0='2YRLUJK6SLF3XC7M' where id=7; -update noar ti set b0='2YRLUJK6SLF3XC7M' where id=7; -update noar tt set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7; -update noar ti set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7; -update noar tt set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7; -update noar ti set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7; -update noar tt set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8; -update noar ti set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8; -update noar tt set b1='8C1MDIF7N0' where id=8; -update noar ti set b1='8C1MDIF7N0' where id=8; -update noar tt set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8; -update noar ti set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8; -update noar tt set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9; -update noar ti set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9; -update noar tt set b1='QNR4O6DPU' where id=9; -update noar ti set b1='QNR4O6DPU' where id=9; -update noar tt set b2='HFLXU8R1G' where id=9; -update noar ti set b2='HFLXU8R1G' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 text null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='B1EUCR' where id=1; -update noar ti set b0='B1EUCR' where id=1; -update noar tt set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1; -update noar ti set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1; -update noar tt set b2='YH88B551C' where id=1; -update noar ti set b2='YH88B551C' where id=1; -update noar tt set b0='9X67O7K6W2EYW4' where id=2; -update noar ti set b0='9X67O7K6W2EYW4' where id=2; -update noar tt set b1='9GYG9F44' where id=2; -update noar ti set b1='9GYG9F44' where id=2; -update noar tt set b2='JDOAQ6KUC5CMFR03CM' where id=2; -update noar ti set b2='JDOAQ6KUC5CMFR03CM' where id=2; -update noar tt set b0='9CPHQ7B8Z3' where id=3; -update noar ti set b0='9CPHQ7B8Z3' where id=3; -update noar tt set b1='2TVWNIGSVHZLJ' where id=3; -update noar ti set b1='2TVWNIGSVHZLJ' where id=3; -update noar tt set b2='VQR6C5W17KDJ2L32' where id=3; -update noar ti set b2='VQR6C5W17KDJ2L32' where id=3; -update noar tt set b0='TV2' where id=4; -update noar ti set b0='TV2' where id=4; -update noar tt set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4; -update noar ti set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4; -update noar tt set b2='1UO' where id=4; -update noar ti set b2='1UO' where id=4; -update noar tt set b0='XTPCW9609D79KN7TU' where id=5; -update noar ti set b0='XTPCW9609D79KN7TU' where id=5; -update noar tt set b1='JKMU2DGEMAB' where id=5; -update noar ti set b1='JKMU2DGEMAB' where id=5; -update noar tt set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5; -update noar ti set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5; -update noar tt set b0='VP3F77ZOTLX0' where id=6; -update noar ti set b0='VP3F77ZOTLX0' where id=6; -update noar tt set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6; -update noar ti set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6; -update noar tt set b2='D3VR83F2X8X5PPVOKT' where id=6; -update noar ti set b2='D3VR83F2X8X5PPVOKT' where id=6; -update noar tt set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7; -update noar ti set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7; -update noar tt set b1='U2P9IPQ85ADK' where id=7; -update noar ti set b1='U2P9IPQ85ADK' where id=7; -update noar tt set b2='F74G2GNZ' where id=7; -update noar ti set b2='F74G2GNZ' where id=7; -update noar tt set b0='0120V4BYBR' where id=8; -update noar ti set b0='0120V4BYBR' where id=8; -update noar tt set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8; -update noar ti set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8; -update noar tt set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8; -update noar ti set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8; -update noar tt set b0='IR4G6VQBK8DLV6' where id=9; -update noar ti set b0='IR4G6VQBK8DLV6' where id=9; -update noar tt set b1='157A149HUF2MJVOBRTSB3A' where id=9; -update noar ti set b1='157A149HUF2MJVOBRTSB3A' where id=9; -update noar tt set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9; -update noar ti set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 text not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T4RZHTYOV92D077ZVD43JFF' where id=1; -update noar ti set b0='T4RZHTYOV92D077ZVD43JFF' where id=1; -update noar tt set b1='TQFD' where id=1; -update noar ti set b1='TQFD' where id=1; -update noar tt set b2='A' where id=1; -update noar ti set b2='A' where id=1; -update noar tt set b0='XHRCV97MTPE21A16TGZJ' where id=2; -update noar ti set b0='XHRCV97MTPE21A16TGZJ' where id=2; -update noar tt set b1='5BPP1' where id=2; -update noar ti set b1='5BPP1' where id=2; -update noar tt set b2='YZE70KE20TX4OZGW' where id=2; -update noar ti set b2='YZE70KE20TX4OZGW' where id=2; -update noar tt set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3; -update noar ti set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3; -update noar tt set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3; -update noar ti set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3; -update noar tt set b2='Y' where id=3; -update noar ti set b2='Y' where id=3; -update noar tt set b0='DRJ6HDNKW' where id=4; -update noar ti set b0='DRJ6HDNKW' where id=4; -update noar tt set b1='ILT47' where id=4; -update noar ti set b1='ILT47' where id=4; -update noar tt set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4; -update noar ti set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4; -update noar tt set b0='FAZB86899K4' where id=5; -update noar ti set b0='FAZB86899K4' where id=5; -update noar tt set b1='GCHLZYZPY8QJ60W' where id=5; -update noar ti set b1='GCHLZYZPY8QJ60W' where id=5; -update noar tt set b2='98O8PX' where id=5; -update noar ti set b2='98O8PX' where id=5; -update noar tt set b0='S' where id=6; -update noar ti set b0='S' where id=6; -update noar tt set b1='RSRBLPT172OA5SXM' where id=6; -update noar ti set b1='RSRBLPT172OA5SXM' where id=6; -update noar tt set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6; -update noar ti set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6; -update noar tt set b0='YFT9WPF81' where id=7; -update noar ti set b0='YFT9WPF81' where id=7; -update noar tt set b1='EF4E9DUGS3UWKLIM150G' where id=7; -update noar ti set b1='EF4E9DUGS3UWKLIM150G' where id=7; -update noar tt set b2='RW3EYE3UGWS' where id=7; -update noar ti set b2='RW3EYE3UGWS' where id=7; -update noar tt set b0='P' where id=8; -update noar ti set b0='P' where id=8; -update noar tt set b1='CG9P7SYZCK0MMHYZRO' where id=8; -update noar ti set b1='CG9P7SYZCK0MMHYZRO' where id=8; -update noar tt set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8; -update noar ti set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8; -update noar tt set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9; -update noar ti set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9; -update noar tt set b1='D5' where id=9; -update noar ti set b1='D5' where id=9; -update noar tt set b2='Z62O27HTVQ8EP7I' where id=9; -update noar ti set b2='Z62O27HTVQ8EP7I' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 text null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HA1HIAMV2HH' where id=1; -update noar ti set b0='HA1HIAMV2HH' where id=1; -update noar tt set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1; -update noar ti set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1; -update noar tt set b2='KEIQI2K' where id=1; -update noar ti set b2='KEIQI2K' where id=1; -update noar tt set b0='ARTUUP4SGQK77PH9I' where id=2; -update noar ti set b0='ARTUUP4SGQK77PH9I' where id=2; -update noar tt set b1='JFGHH15' where id=2; -update noar ti set b1='JFGHH15' where id=2; -update noar tt set b2='4W7BS4VZC02701' where id=2; -update noar ti set b2='4W7BS4VZC02701' where id=2; -update noar tt set b0='QDUL0ORSDP' where id=3; -update noar ti set b0='QDUL0ORSDP' where id=3; -update noar tt set b1='7FOK3YA' where id=3; -update noar ti set b1='7FOK3YA' where id=3; -update noar tt set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3; -update noar ti set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3; -update noar tt set b0='HX7UFX4SMJZ1QVHYQBY' where id=4; -update noar ti set b0='HX7UFX4SMJZ1QVHYQBY' where id=4; -update noar tt set b1='O9M' where id=4; -update noar ti set b1='O9M' where id=4; -update noar tt set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4; -update noar ti set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4; -update noar tt set b0='WEGH8P35N6G6K' where id=5; -update noar ti set b0='WEGH8P35N6G6K' where id=5; -update noar tt set b1='N' where id=5; -update noar ti set b1='N' where id=5; -update noar tt set b2='LYMBO5R67XEDQ641CUCXJ' where id=5; -update noar ti set b2='LYMBO5R67XEDQ641CUCXJ' where id=5; -update noar tt set b0='112IOFAN' where id=6; -update noar ti set b0='112IOFAN' where id=6; -update noar tt set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6; -update noar ti set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6; -update noar tt set b2='56F' where id=6; -update noar ti set b2='56F' where id=6; -update noar tt set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7; -update noar ti set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7; -update noar tt set b1='TJ6HKNWSOSLM0EEN5EL' where id=7; -update noar ti set b1='TJ6HKNWSOSLM0EEN5EL' where id=7; -update noar tt set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7; -update noar ti set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7; -update noar tt set b0='53ZT4AD' where id=8; -update noar ti set b0='53ZT4AD' where id=8; -update noar tt set b1='P1GGPXU5WFC43718F5O4O' where id=8; -update noar ti set b1='P1GGPXU5WFC43718F5O4O' where id=8; -update noar tt set b2='MVHG2E' where id=8; -update noar ti set b2='MVHG2E' where id=8; -update noar tt set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9; -update noar ti set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9; -update noar tt set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9; -update noar ti set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9; -update noar tt set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9; -update noar ti set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 text not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1; -update noar ti set b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1; -update noar tt set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1; -update noar ti set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1; -update noar tt set b2='Y12LXQQ' where id=1; -update noar ti set b2='Y12LXQQ' where id=1; -update noar tt set b0='0BVQ7MB38GA' where id=2; -update noar ti set b0='0BVQ7MB38GA' where id=2; -update noar tt set b1='C01ZDY' where id=2; -update noar ti set b1='C01ZDY' where id=2; -update noar tt set b2='SETD4N39CHLM318H5E1WLWX' where id=2; -update noar ti set b2='SETD4N39CHLM318H5E1WLWX' where id=2; -update noar tt set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3; -update noar ti set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3; -update noar tt set b1='E9TWBDPA' where id=3; -update noar ti set b1='E9TWBDPA' where id=3; -update noar tt set b2='31' where id=3; -update noar ti set b2='31' where id=3; -update noar tt set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4; -update noar ti set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4; -update noar tt set b1='TN4OXKOF9NANKFX' where id=4; -update noar ti set b1='TN4OXKOF9NANKFX' where id=4; -update noar tt set b2='D21Q8HTGK' where id=4; -update noar ti set b2='D21Q8HTGK' where id=4; -update noar tt set b0='FHJ22A160B62SM72QI' where id=5; -update noar ti set b0='FHJ22A160B62SM72QI' where id=5; -update noar tt set b1='2BG2W7FF30EWYUS' where id=5; -update noar ti set b1='2BG2W7FF30EWYUS' where id=5; -update noar tt set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5; -update noar ti set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5; -update noar tt set b0='0ACIBLG2ISBH7U0' where id=6; -update noar ti set b0='0ACIBLG2ISBH7U0' where id=6; -update noar tt set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6; -update noar ti set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6; -update noar tt set b2='KC' where id=6; -update noar ti set b2='KC' where id=6; -update noar tt set b0='3A8GWSCW78AMUF' where id=7; -update noar ti set b0='3A8GWSCW78AMUF' where id=7; -update noar tt set b1='DV9QLRMQNQS' where id=7; -update noar ti set b1='DV9QLRMQNQS' where id=7; -update noar tt set b2='HOIUMKDXKZFBB6211T' where id=7; -update noar ti set b2='HOIUMKDXKZFBB6211T' where id=7; -update noar tt set b0='6P' where id=8; -update noar ti set b0='6P' where id=8; -update noar tt set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8; -update noar ti set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8; -update noar tt set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8; -update noar ti set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8; -update noar tt set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9; -update noar ti set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9; -update noar tt set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9; -update noar ti set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9; -update noar tt set b2='I6LVEERZ3J6E8' where id=9; -update noar ti set b2='I6LVEERZ3J6E8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 text null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UDJ5W3RPHI02CA' where id=1; -update noar ti set b0='UDJ5W3RPHI02CA' where id=1; -update noar tt set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1; -update noar ti set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1; -update noar tt set b2='0HUQAGALI' where id=1; -update noar ti set b2='0HUQAGALI' where id=1; -update noar tt set b0='UIQZ18K5FC02J2LU' where id=2; -update noar ti set b0='UIQZ18K5FC02J2LU' where id=2; -update noar tt set b1='DEK6BPTJ' where id=2; -update noar ti set b1='DEK6BPTJ' where id=2; -update noar tt set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2; -update noar ti set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2; -update noar tt set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3; -update noar ti set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3; -update noar tt set b1='VR0P9KPR510FU9QSTFEH4' where id=3; -update noar ti set b1='VR0P9KPR510FU9QSTFEH4' where id=3; -update noar tt set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3; -update noar ti set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3; -update noar tt set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4; -update noar ti set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4; -update noar tt set b1='XJ0TAIIVXJNDE2J836SE7' where id=4; -update noar ti set b1='XJ0TAIIVXJNDE2J836SE7' where id=4; -update noar tt set b2='1OQ73M' where id=4; -update noar ti set b2='1OQ73M' where id=4; -update noar tt set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5; -update noar ti set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5; -update noar tt set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5; -update noar ti set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5; -update noar tt set b2='P9TAHRCDJ2K69XF1NL1' where id=5; -update noar ti set b2='P9TAHRCDJ2K69XF1NL1' where id=5; -update noar tt set b0='VWED1OTEDB62D6JJ66' where id=6; -update noar ti set b0='VWED1OTEDB62D6JJ66' where id=6; -update noar tt set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6; -update noar ti set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6; -update noar tt set b2='CPIKRKHJKGCPQUGK1672HN' where id=6; -update noar ti set b2='CPIKRKHJKGCPQUGK1672HN' where id=6; -update noar tt set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7; -update noar ti set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7; -update noar tt set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7; -update noar ti set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7; -update noar tt set b2='NRLTOPISL5NGANN' where id=7; -update noar ti set b2='NRLTOPISL5NGANN' where id=7; -update noar tt set b0='11BPELVZ6JV8NUGFMK2YO' where id=8; -update noar ti set b0='11BPELVZ6JV8NUGFMK2YO' where id=8; -update noar tt set b1='BENH3OXMOT40J' where id=8; -update noar ti set b1='BENH3OXMOT40J' where id=8; -update noar tt set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8; -update noar ti set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8; -update noar tt set b0='T2' where id=9; -update noar ti set b0='T2' where id=9; -update noar tt set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9; -update noar ti set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9; -update noar tt set b2='07XICTUD4CK6XTTEC2JDV' where id=9; -update noar ti set b2='07XICTUD4CK6XTTEC2JDV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 text not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EDZTEJZONZLOLHZDY' where id=1; -update noar ti set b0='EDZTEJZONZLOLHZDY' where id=1; -update noar tt set b1='W3B52JOBRQUFLE7R' where id=1; -update noar ti set b1='W3B52JOBRQUFLE7R' where id=1; -update noar tt set b2='Z4ALPLU' where id=1; -update noar ti set b2='Z4ALPLU' where id=1; -update noar tt set b0='I2DO4X2E08E6NKCN7' where id=2; -update noar ti set b0='I2DO4X2E08E6NKCN7' where id=2; -update noar tt set b1='1ABP' where id=2; -update noar ti set b1='1ABP' where id=2; -update noar tt set b2='CT8Y369UVG1S015BRQOIYA' where id=2; -update noar ti set b2='CT8Y369UVG1S015BRQOIYA' where id=2; -update noar tt set b0='VAPEDI' where id=3; -update noar ti set b0='VAPEDI' where id=3; -update noar tt set b1='J4GLCT0A04SL' where id=3; -update noar ti set b1='J4GLCT0A04SL' where id=3; -update noar tt set b2='CPLUX8JR8BXT' where id=3; -update noar ti set b2='CPLUX8JR8BXT' where id=3; -update noar tt set b0='STGMGI3F1SMIT4FGGHLJ' where id=4; -update noar ti set b0='STGMGI3F1SMIT4FGGHLJ' where id=4; -update noar tt set b1='ZIVAR7XEOSZ2' where id=4; -update noar ti set b1='ZIVAR7XEOSZ2' where id=4; -update noar tt set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4; -update noar ti set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4; -update noar tt set b0='EW2RE7WEXNG4QBNZMVWD' where id=5; -update noar ti set b0='EW2RE7WEXNG4QBNZMVWD' where id=5; -update noar tt set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5; -update noar ti set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5; -update noar tt set b2='2ZCP4' where id=5; -update noar ti set b2='2ZCP4' where id=5; -update noar tt set b0='F8LZUXTWNUJHIB9JAQPC' where id=6; -update noar ti set b0='F8LZUXTWNUJHIB9JAQPC' where id=6; -update noar tt set b1='U' where id=6; -update noar ti set b1='U' where id=6; -update noar tt set b2='EVJPU4C94LR9' where id=6; -update noar ti set b2='EVJPU4C94LR9' where id=6; -update noar tt set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7; -update noar ti set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7; -update noar tt set b1='BKRGK9UL' where id=7; -update noar ti set b1='BKRGK9UL' where id=7; -update noar tt set b2='WHJQS5A' where id=7; -update noar ti set b2='WHJQS5A' where id=7; -update noar tt set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8; -update noar ti set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8; -update noar tt set b1='6E4O0ES2BJ5YRG24X' where id=8; -update noar ti set b1='6E4O0ES2BJ5YRG24X' where id=8; -update noar tt set b2='A46S4C7PIWHDL4YV' where id=8; -update noar ti set b2='A46S4C7PIWHDL4YV' where id=8; -update noar tt set b0='5D5D' where id=9; -update noar ti set b0='5D5D' where id=9; -update noar tt set b1='L1DP8MN2K' where id=9; -update noar ti set b1='L1DP8MN2K' where id=9; -update noar tt set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9; -update noar ti set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 text null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W3IA19UIZY1KC751B' where id=1; -update noar ti set b0='W3IA19UIZY1KC751B' where id=1; -update noar tt set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1; -update noar ti set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1; -update noar tt set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1; -update noar ti set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1; -update noar tt set b0='52UJSV3' where id=2; -update noar ti set b0='52UJSV3' where id=2; -update noar tt set b1='L37XA72ODF426OEHTEC' where id=2; -update noar ti set b1='L37XA72ODF426OEHTEC' where id=2; -update noar tt set b2='F0F9M43TNV8UIB' where id=2; -update noar ti set b2='F0F9M43TNV8UIB' where id=2; -update noar tt set b0='SZ5SSAIW9QPDS5Y' where id=3; -update noar ti set b0='SZ5SSAIW9QPDS5Y' where id=3; -update noar tt set b1='TUNEO04475K426O4I6' where id=3; -update noar ti set b1='TUNEO04475K426O4I6' where id=3; -update noar tt set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3; -update noar ti set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3; -update noar tt set b0='U3C53R' where id=4; -update noar ti set b0='U3C53R' where id=4; -update noar tt set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4; -update noar ti set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4; -update noar tt set b2='6UAHCBWF2JBOPM' where id=4; -update noar ti set b2='6UAHCBWF2JBOPM' where id=4; -update noar tt set b0='J0AG2NX' where id=5; -update noar ti set b0='J0AG2NX' where id=5; -update noar tt set b1='W' where id=5; -update noar ti set b1='W' where id=5; -update noar tt set b2='9X0G5J' where id=5; -update noar ti set b2='9X0G5J' where id=5; -update noar tt set b0='80OCZLO2X8A5VVDWOH1' where id=6; -update noar ti set b0='80OCZLO2X8A5VVDWOH1' where id=6; -update noar tt set b1='4PULS' where id=6; -update noar ti set b1='4PULS' where id=6; -update noar tt set b2='54BV' where id=6; -update noar ti set b2='54BV' where id=6; -update noar tt set b0='IQYR2839P0VA35JB69GABVJE' where id=7; -update noar ti set b0='IQYR2839P0VA35JB69GABVJE' where id=7; -update noar tt set b1='X4WV9QNADO' where id=7; -update noar ti set b1='X4WV9QNADO' where id=7; -update noar tt set b2='E0W9' where id=7; -update noar ti set b2='E0W9' where id=7; -update noar tt set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8; -update noar ti set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8; -update noar tt set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8; -update noar ti set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8; -update noar tt set b2='XFFW' where id=8; -update noar ti set b2='XFFW' where id=8; -update noar tt set b0='20BGNJ' where id=9; -update noar ti set b0='20BGNJ' where id=9; -update noar tt set b1='DL8A3XINIRN44W275IA' where id=9; -update noar ti set b1='DL8A3XINIRN44W275IA' where id=9; -update noar tt set b2='K16' where id=9; -update noar ti set b2='K16' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 text not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YAI1RJVG5HVWK2DOOTFI' where id=1; -update noar ti set b0='YAI1RJVG5HVWK2DOOTFI' where id=1; -update noar tt set b1='7F9NKS90DULKGW' where id=1; -update noar ti set b1='7F9NKS90DULKGW' where id=1; -update noar tt set b2='LZD1WD' where id=1; -update noar ti set b2='LZD1WD' where id=1; -update noar tt set b0='T8RY05QML9R2JAAAC0ZS' where id=2; -update noar ti set b0='T8RY05QML9R2JAAAC0ZS' where id=2; -update noar tt set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2; -update noar ti set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2; -update noar tt set b2='VKG2SP1O' where id=2; -update noar ti set b2='VKG2SP1O' where id=2; -update noar tt set b0='M45XTWC67ERX6' where id=3; -update noar ti set b0='M45XTWC67ERX6' where id=3; -update noar tt set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3; -update noar ti set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3; -update noar tt set b2='UQRWCK4ON8EOULPQFO2ST' where id=3; -update noar ti set b2='UQRWCK4ON8EOULPQFO2ST' where id=3; -update noar tt set b0='3J9X4TSW9OASS7XE4L' where id=4; -update noar ti set b0='3J9X4TSW9OASS7XE4L' where id=4; -update noar tt set b1='20HQSVWXEL585YIMX1N' where id=4; -update noar ti set b1='20HQSVWXEL585YIMX1N' where id=4; -update noar tt set b2='6G' where id=4; -update noar ti set b2='6G' where id=4; -update noar tt set b0='VE' where id=5; -update noar ti set b0='VE' where id=5; -update noar tt set b1='P2K9F0PI0I' where id=5; -update noar ti set b1='P2K9F0PI0I' where id=5; -update noar tt set b2='O957F' where id=5; -update noar ti set b2='O957F' where id=5; -update noar tt set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6; -update noar ti set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6; -update noar tt set b1='BHVD6PM' where id=6; -update noar ti set b1='BHVD6PM' where id=6; -update noar tt set b2='0TUXEQ1' where id=6; -update noar ti set b2='0TUXEQ1' where id=6; -update noar tt set b0='WE178WBM64YFNA0VR8R72' where id=7; -update noar ti set b0='WE178WBM64YFNA0VR8R72' where id=7; -update noar tt set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7; -update noar ti set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7; -update noar tt set b2='8OFITYK0IFVKCEYEEC' where id=7; -update noar ti set b2='8OFITYK0IFVKCEYEEC' where id=7; -update noar tt set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8; -update noar ti set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8; -update noar tt set b1='CE8CUTQ8T' where id=8; -update noar ti set b1='CE8CUTQ8T' where id=8; -update noar tt set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8; -update noar ti set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8; -update noar tt set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9; -update noar ti set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9; -update noar tt set b1='1V1AYK88R4B77I2' where id=9; -update noar ti set b1='1V1AYK88R4B77I2' where id=9; -update noar tt set b2='OL0F' where id=9; -update noar ti set b2='OL0F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob null, -b1 text null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BG2X' where id=1; -update noar ti set b0='BG2X' where id=1; -update noar tt set b1='UY6IKKOSWBTTL2VW00' where id=1; -update noar ti set b1='UY6IKKOSWBTTL2VW00' where id=1; -update noar tt set b2='NF7WJICX71U' where id=1; -update noar ti set b2='NF7WJICX71U' where id=1; -update noar tt set b0='VHD07HKZCKMCOQ2E2UP' where id=2; -update noar ti set b0='VHD07HKZCKMCOQ2E2UP' where id=2; -update noar tt set b1='63WNHJM' where id=2; -update noar ti set b1='63WNHJM' where id=2; -update noar tt set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2; -update noar ti set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2; -update noar tt set b0='QG' where id=3; -update noar ti set b0='QG' where id=3; -update noar tt set b1='WZ0' where id=3; -update noar ti set b1='WZ0' where id=3; -update noar tt set b2='IVJNO9' where id=3; -update noar ti set b2='IVJNO9' where id=3; -update noar tt set b0='CGL' where id=4; -update noar ti set b0='CGL' where id=4; -update noar tt set b1='SULWDBXVXPT7UTR51' where id=4; -update noar ti set b1='SULWDBXVXPT7UTR51' where id=4; -update noar tt set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4; -update noar ti set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4; -update noar tt set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5; -update noar ti set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5; -update noar tt set b1='8JGAWQGIZG' where id=5; -update noar ti set b1='8JGAWQGIZG' where id=5; -update noar tt set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5; -update noar ti set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5; -update noar tt set b0='X9KK4D8' where id=6; -update noar ti set b0='X9KK4D8' where id=6; -update noar tt set b1='1D5WN511SYYH1U6R1Y82' where id=6; -update noar ti set b1='1D5WN511SYYH1U6R1Y82' where id=6; -update noar tt set b2='U1' where id=6; -update noar ti set b2='U1' where id=6; -update noar tt set b0='PVK9HKH22ZN' where id=7; -update noar ti set b0='PVK9HKH22ZN' where id=7; -update noar tt set b1='S6TGWWSYE9JNT16' where id=7; -update noar ti set b1='S6TGWWSYE9JNT16' where id=7; -update noar tt set b2='W48ZH6UD1N1W95' where id=7; -update noar ti set b2='W48ZH6UD1N1W95' where id=7; -update noar tt set b0='F9RERUVB0D' where id=8; -update noar ti set b0='F9RERUVB0D' where id=8; -update noar tt set b1='TKQS9USU7ZO6PDMSOXA9' where id=8; -update noar ti set b1='TKQS9USU7ZO6PDMSOXA9' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set b0='BO7H134KVBQJ' where id=9; -update noar ti set b0='BO7H134KVBQJ' where id=9; -update noar tt set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9; -update noar ti set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9; -update noar tt set b2='9R0K9R32A1NXM7PVO' where id=9; -update noar ti set b2='9R0K9R32A1NXM7PVO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 blob not null, -b1 text not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1; -update noar ti set b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1; -update noar tt set b1='WC89MCBB' where id=1; -update noar ti set b1='WC89MCBB' where id=1; -update noar tt set b2='RO44MTP21CU27' where id=1; -update noar ti set b2='RO44MTP21CU27' where id=1; -update noar tt set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2; -update noar ti set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2; -update noar tt set b1='XBN68N8' where id=2; -update noar ti set b1='XBN68N8' where id=2; -update noar tt set b2='3WG4Z' where id=2; -update noar ti set b2='3WG4Z' where id=2; -update noar tt set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3; -update noar ti set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3; -update noar tt set b1='OX8IO1YEL' where id=3; -update noar ti set b1='OX8IO1YEL' where id=3; -update noar tt set b2='2CV' where id=3; -update noar ti set b2='2CV' where id=3; -update noar tt set b0='NR45N4L93KTP91NT8XXE' where id=4; -update noar ti set b0='NR45N4L93KTP91NT8XXE' where id=4; -update noar tt set b1='OU7ER9' where id=4; -update noar ti set b1='OU7ER9' where id=4; -update noar tt set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4; -update noar ti set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4; -update noar tt set b0='TMBV' where id=5; -update noar ti set b0='TMBV' where id=5; -update noar tt set b1='2C0QQZE' where id=5; -update noar ti set b1='2C0QQZE' where id=5; -update noar tt set b2='2GCGV48N9OXXOM03HUGRDN' where id=5; -update noar ti set b2='2GCGV48N9OXXOM03HUGRDN' where id=5; -update noar tt set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6; -update noar ti set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6; -update noar tt set b1='HSZMFUUO5U2MU' where id=6; -update noar ti set b1='HSZMFUUO5U2MU' where id=6; -update noar tt set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6; -update noar ti set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6; -update noar tt set b0='PZL6E' where id=7; -update noar ti set b0='PZL6E' where id=7; -update noar tt set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7; -update noar ti set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7; -update noar tt set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7; -update noar ti set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7; -update noar tt set b0='OUUCMWSID2GYBV6IHR69' where id=8; -update noar ti set b0='OUUCMWSID2GYBV6IHR69' where id=8; -update noar tt set b1='MUVOME2X' where id=8; -update noar ti set b1='MUVOME2X' where id=8; -update noar tt set b2='SD9' where id=8; -update noar ti set b2='SD9' where id=8; -update noar tt set b0='2L1DV5DJU' where id=9; -update noar ti set b0='2L1DV5DJU' where id=9; -update noar tt set b1='1R5K1GNYARBRPEWQSU5' where id=9; -update noar ti set b1='1R5K1GNYARBRPEWQSU5' where id=9; -update noar tt set b2='13YB' where id=9; -update noar ti set b2='13YB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='126ME164I4' where id=1; -update noar ti set b0='126ME164I4' where id=1; -update noar tt set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1; -update noar ti set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1; -update noar tt set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1; -update noar ti set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1; -update noar tt set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2; -update noar ti set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2; -update noar tt set b1='B3BXCV3T' where id=2; -update noar ti set b1='B3BXCV3T' where id=2; -update noar tt set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2; -update noar ti set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2; -update noar tt set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3; -update noar ti set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3; -update noar tt set b1='USJ' where id=3; -update noar ti set b1='USJ' where id=3; -update noar tt set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3; -update noar ti set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3; -update noar tt set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4; -update noar ti set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4; -update noar tt set b1='4P4JMLBO' where id=4; -update noar ti set b1='4P4JMLBO' where id=4; -update noar tt set b2='T4JFWGIP21' where id=4; -update noar ti set b2='T4JFWGIP21' where id=4; -update noar tt set b0='E4FIGD9SAOF5RBU' where id=5; -update noar ti set b0='E4FIGD9SAOF5RBU' where id=5; -update noar tt set b1='Y7N4' where id=5; -update noar ti set b1='Y7N4' where id=5; -update noar tt set b2='TBT41O8HP1VJNRSL3' where id=5; -update noar ti set b2='TBT41O8HP1VJNRSL3' where id=5; -update noar tt set b0='F3' where id=6; -update noar ti set b0='F3' where id=6; -update noar tt set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6; -update noar ti set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6; -update noar tt set b2='MJVUIUQ3Y' where id=6; -update noar ti set b2='MJVUIUQ3Y' where id=6; -update noar tt set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7; -update noar ti set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7; -update noar tt set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7; -update noar ti set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7; -update noar tt set b2='3UVVSSE4ZFWIJ' where id=7; -update noar ti set b2='3UVVSSE4ZFWIJ' where id=7; -update noar tt set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8; -update noar ti set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8; -update noar tt set b1='JTAG1CNAU9T86A04D' where id=8; -update noar ti set b1='JTAG1CNAU9T86A04D' where id=8; -update noar tt set b2='JF1ELTCLJIGLHGX0TP1' where id=8; -update noar ti set b2='JF1ELTCLJIGLHGX0TP1' where id=8; -update noar tt set b0='MUWM8RW' where id=9; -update noar ti set b0='MUWM8RW' where id=9; -update noar tt set b1='R6I8D0F4O58R1S52QZ' where id=9; -update noar ti set b1='R6I8D0F4O58R1S52QZ' where id=9; -update noar tt set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9; -update noar ti set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1; -update noar ti set b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1; -update noar tt set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1; -update noar ti set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1; -update noar tt set b2='8MS82E' where id=1; -update noar ti set b2='8MS82E' where id=1; -update noar tt set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2; -update noar ti set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2; -update noar tt set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2; -update noar ti set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2; -update noar tt set b2='SY2IHCUK6XSDN1TW' where id=2; -update noar ti set b2='SY2IHCUK6XSDN1TW' where id=2; -update noar tt set b0='1W7U5M66BHCAL6F' where id=3; -update noar ti set b0='1W7U5M66BHCAL6F' where id=3; -update noar tt set b1='UG102ERN' where id=3; -update noar ti set b1='UG102ERN' where id=3; -update noar tt set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3; -update noar ti set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3; -update noar tt set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4; -update noar ti set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4; -update noar tt set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4; -update noar ti set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4; -update noar tt set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4; -update noar ti set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4; -update noar tt set b0='BZBW1Q' where id=5; -update noar ti set b0='BZBW1Q' where id=5; -update noar tt set b1='08X74ERR6FHVR9QP2YA4' where id=5; -update noar ti set b1='08X74ERR6FHVR9QP2YA4' where id=5; -update noar tt set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5; -update noar ti set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5; -update noar tt set b0='IL2HM8MBPP' where id=6; -update noar ti set b0='IL2HM8MBPP' where id=6; -update noar tt set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6; -update noar ti set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6; -update noar tt set b2='Y3BGTN41TEZQM0W34639M' where id=6; -update noar ti set b2='Y3BGTN41TEZQM0W34639M' where id=6; -update noar tt set b0='O0' where id=7; -update noar ti set b0='O0' where id=7; -update noar tt set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7; -update noar ti set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7; -update noar tt set b2='UES' where id=7; -update noar ti set b2='UES' where id=7; -update noar tt set b0='6NGK3R3Y4M3WM3O' where id=8; -update noar ti set b0='6NGK3R3Y4M3WM3O' where id=8; -update noar tt set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8; -update noar ti set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8; -update noar tt set b2='RLSQUW1J3DKRJWE7Q' where id=8; -update noar ti set b2='RLSQUW1J3DKRJWE7Q' where id=8; -update noar tt set b0='RGFVE460GQ' where id=9; -update noar ti set b0='RGFVE460GQ' where id=9; -update noar tt set b1='8RST9AV224' where id=9; -update noar ti set b1='8RST9AV224' where id=9; -update noar tt set b2='WIPY25E3TV' where id=9; -update noar ti set b2='WIPY25E3TV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O8U' where id=1; -update noar ti set b0='O8U' where id=1; -update noar tt set b1='2RDLA1ZYPNBKZ9U2TP' where id=1; -update noar ti set b1='2RDLA1ZYPNBKZ9U2TP' where id=1; -update noar tt set b2='TT' where id=1; -update noar ti set b2='TT' where id=1; -update noar tt set b0='V7X' where id=2; -update noar ti set b0='V7X' where id=2; -update noar tt set b1='3KFLKNJ6KCZXH0' where id=2; -update noar ti set b1='3KFLKNJ6KCZXH0' where id=2; -update noar tt set b2='05TUBMQPNJXR6SRT4' where id=2; -update noar ti set b2='05TUBMQPNJXR6SRT4' where id=2; -update noar tt set b0='P4DV6' where id=3; -update noar ti set b0='P4DV6' where id=3; -update noar tt set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3; -update noar ti set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3; -update noar tt set b2='FV39CR' where id=3; -update noar ti set b2='FV39CR' where id=3; -update noar tt set b0='7' where id=4; -update noar ti set b0='7' where id=4; -update noar tt set b1='9TVGWWTKV3V25IR' where id=4; -update noar ti set b1='9TVGWWTKV3V25IR' where id=4; -update noar tt set b2='MZZ7M612OWBWZF931G' where id=4; -update noar ti set b2='MZZ7M612OWBWZF931G' where id=4; -update noar tt set b0='X0' where id=5; -update noar ti set b0='X0' where id=5; -update noar tt set b1='8CHXGXO1LC4312NU' where id=5; -update noar ti set b1='8CHXGXO1LC4312NU' where id=5; -update noar tt set b2='SAB' where id=5; -update noar ti set b2='SAB' where id=5; -update noar tt set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6; -update noar ti set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6; -update noar tt set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6; -update noar ti set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6; -update noar tt set b2='5RT2Y' where id=6; -update noar ti set b2='5RT2Y' where id=6; -update noar tt set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7; -update noar ti set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7; -update noar tt set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7; -update noar ti set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7; -update noar tt set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7; -update noar ti set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7; -update noar tt set b0='TQERA9KMBRN08NS3IEBHB' where id=8; -update noar ti set b0='TQERA9KMBRN08NS3IEBHB' where id=8; -update noar tt set b1='5GDI4H' where id=8; -update noar ti set b1='5GDI4H' where id=8; -update noar tt set b2='614OMCY3CUIEIMIZOLBTU' where id=8; -update noar ti set b2='614OMCY3CUIEIMIZOLBTU' where id=8; -update noar tt set b0='JM1TLRQZY8TCS1' where id=9; -update noar ti set b0='JM1TLRQZY8TCS1' where id=9; -update noar tt set b1='1FPOMFV0XC' where id=9; -update noar ti set b1='1FPOMFV0XC' where id=9; -update noar tt set b2='RK2TXCE90OYM0N0QYHIC' where id=9; -update noar ti set b2='RK2TXCE90OYM0N0QYHIC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1; -update noar ti set b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1; -update noar tt set b1='MZDRHIQHVE1U' where id=1; -update noar ti set b1='MZDRHIQHVE1U' where id=1; -update noar tt set b2='AE866SA8O' where id=1; -update noar ti set b2='AE866SA8O' where id=1; -update noar tt set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2; -update noar ti set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2; -update noar tt set b1='N3YX' where id=2; -update noar ti set b1='N3YX' where id=2; -update noar tt set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2; -update noar ti set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2; -update noar tt set b0='U0DZTNTHT4KMB' where id=3; -update noar ti set b0='U0DZTNTHT4KMB' where id=3; -update noar tt set b1='BTBNSJ0Q02XJ7UIW' where id=3; -update noar ti set b1='BTBNSJ0Q02XJ7UIW' where id=3; -update noar tt set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3; -update noar ti set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3; -update noar tt set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4; -update noar ti set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4; -update noar tt set b1='IEOVT9T8A2LD1RKOL800XK' where id=4; -update noar ti set b1='IEOVT9T8A2LD1RKOL800XK' where id=4; -update noar tt set b2='45MQPXAQ3MK' where id=4; -update noar ti set b2='45MQPXAQ3MK' where id=4; -update noar tt set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5; -update noar ti set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5; -update noar tt set b1='HG6MW3CZMT076DKQ63MP6U' where id=5; -update noar ti set b1='HG6MW3CZMT076DKQ63MP6U' where id=5; -update noar tt set b2='ACOBS79' where id=5; -update noar ti set b2='ACOBS79' where id=5; -update noar tt set b0='N9UBNU31' where id=6; -update noar ti set b0='N9UBNU31' where id=6; -update noar tt set b1='QGQ5JJOP' where id=6; -update noar ti set b1='QGQ5JJOP' where id=6; -update noar tt set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6; -update noar ti set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6; -update noar tt set b0='ZG3LA4' where id=7; -update noar ti set b0='ZG3LA4' where id=7; -update noar tt set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7; -update noar ti set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7; -update noar tt set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7; -update noar ti set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7; -update noar tt set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8; -update noar ti set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8; -update noar tt set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8; -update noar ti set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8; -update noar tt set b2='3XL5CFCM' where id=8; -update noar ti set b2='3XL5CFCM' where id=8; -update noar tt set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9; -update noar ti set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9; -update noar tt set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9; -update noar ti set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9; -update noar tt set b2='90T1TPKPL' where id=9; -update noar ti set b2='90T1TPKPL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LZT3B24BZJ58MTFPI0AY15ND7' where id=1; -update noar ti set b0='LZT3B24BZJ58MTFPI0AY15ND7' where id=1; -update noar tt set b1='C' where id=1; -update noar ti set b1='C' where id=1; -update noar tt set b2='H' where id=1; -update noar ti set b2='H' where id=1; -update noar tt set b0='PL9HXR38V96OMJLOCE' where id=2; -update noar ti set b0='PL9HXR38V96OMJLOCE' where id=2; -update noar tt set b1='64TYG5GXTSBSQL0U5' where id=2; -update noar ti set b1='64TYG5GXTSBSQL0U5' where id=2; -update noar tt set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2; -update noar ti set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2; -update noar tt set b0='JLAT3P' where id=3; -update noar ti set b0='JLAT3P' where id=3; -update noar tt set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3; -update noar ti set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3; -update noar tt set b2='T6GT6GX054H6KTZO' where id=3; -update noar ti set b2='T6GT6GX054H6KTZO' where id=3; -update noar tt set b0='KCLTZS' where id=4; -update noar ti set b0='KCLTZS' where id=4; -update noar tt set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4; -update noar ti set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4; -update noar tt set b2='ZUPQR2C3' where id=4; -update noar ti set b2='ZUPQR2C3' where id=4; -update noar tt set b0='P6Z7HZCAWM8TT4MR' where id=5; -update noar ti set b0='P6Z7HZCAWM8TT4MR' where id=5; -update noar tt set b1='9OZI2KZV0BJXPNDP8D5' where id=5; -update noar ti set b1='9OZI2KZV0BJXPNDP8D5' where id=5; -update noar tt set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5; -update noar ti set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5; -update noar tt set b0='Z5HY3UTTJM4SZJI4P7B' where id=6; -update noar ti set b0='Z5HY3UTTJM4SZJI4P7B' where id=6; -update noar tt set b1='SR3XY' where id=6; -update noar ti set b1='SR3XY' where id=6; -update noar tt set b2='7H2Y' where id=6; -update noar ti set b2='7H2Y' where id=6; -update noar tt set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7; -update noar ti set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7; -update noar tt set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7; -update noar ti set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7; -update noar tt set b2='KSSI31U8XGN' where id=7; -update noar ti set b2='KSSI31U8XGN' where id=7; -update noar tt set b0='GZODJABN6ERHMG' where id=8; -update noar ti set b0='GZODJABN6ERHMG' where id=8; -update noar tt set b1='2LFOYJUNKYNWA' where id=8; -update noar ti set b1='2LFOYJUNKYNWA' where id=8; -update noar tt set b2='JM2WLM7FFHNER' where id=8; -update noar ti set b2='JM2WLM7FFHNER' where id=8; -update noar tt set b0='Y' where id=9; -update noar ti set b0='Y' where id=9; -update noar tt set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9; -update noar ti set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9; -update noar tt set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9; -update noar ti set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='A05SRQJGZ7' where id=1; -update noar ti set b0='A05SRQJGZ7' where id=1; -update noar tt set b1='V01D0Q6H28EVEIHQN1W6J' where id=1; -update noar ti set b1='V01D0Q6H28EVEIHQN1W6J' where id=1; -update noar tt set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1; -update noar ti set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1; -update noar tt set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2; -update noar ti set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2; -update noar tt set b1='5NJQ8QVAPV2TVK' where id=2; -update noar ti set b1='5NJQ8QVAPV2TVK' where id=2; -update noar tt set b2='VM4X3FQVC4' where id=2; -update noar ti set b2='VM4X3FQVC4' where id=2; -update noar tt set b0='DJ' where id=3; -update noar ti set b0='DJ' where id=3; -update noar tt set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3; -update noar ti set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3; -update noar tt set b2='3YJGJN' where id=3; -update noar ti set b2='3YJGJN' where id=3; -update noar tt set b0='RQ35TNJS' where id=4; -update noar ti set b0='RQ35TNJS' where id=4; -update noar tt set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4; -update noar ti set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4; -update noar tt set b2='KVCYVFNB43W' where id=4; -update noar ti set b2='KVCYVFNB43W' where id=4; -update noar tt set b0='3XZOC52CW' where id=5; -update noar ti set b0='3XZOC52CW' where id=5; -update noar tt set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5; -update noar ti set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5; -update noar tt set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5; -update noar ti set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5; -update noar tt set b0='HMK9NUY' where id=6; -update noar ti set b0='HMK9NUY' where id=6; -update noar tt set b1='G5D5RADDHGMMHWWBD' where id=6; -update noar ti set b1='G5D5RADDHGMMHWWBD' where id=6; -update noar tt set b2='FMMC3WMBIZSY' where id=6; -update noar ti set b2='FMMC3WMBIZSY' where id=6; -update noar tt set b0='PAQMG3JHRTOHM' where id=7; -update noar ti set b0='PAQMG3JHRTOHM' where id=7; -update noar tt set b1='HIUOWXIA1JV' where id=7; -update noar ti set b1='HIUOWXIA1JV' where id=7; -update noar tt set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7; -update noar ti set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7; -update noar tt set b0='L8ZNTB2Y' where id=8; -update noar ti set b0='L8ZNTB2Y' where id=8; -update noar tt set b1='Z779' where id=8; -update noar ti set b1='Z779' where id=8; -update noar tt set b2='JU43J7HCRRF' where id=8; -update noar ti set b2='JU43J7HCRRF' where id=8; -update noar tt set b0='14BF' where id=9; -update noar ti set b0='14BF' where id=9; -update noar tt set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9; -update noar ti set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9; -update noar tt set b2='FAEQNRP4HL2WW' where id=9; -update noar ti set b2='FAEQNRP4HL2WW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1; -update noar ti set b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1; -update noar tt set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1; -update noar ti set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1; -update noar tt set b2='VAIP2NN40' where id=1; -update noar ti set b2='VAIP2NN40' where id=1; -update noar tt set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2; -update noar ti set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2; -update noar tt set b1='EXY0XM' where id=2; -update noar ti set b1='EXY0XM' where id=2; -update noar tt set b2='HPY9F7NHPJJS8LA8V5' where id=2; -update noar ti set b2='HPY9F7NHPJJS8LA8V5' where id=2; -update noar tt set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3; -update noar ti set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3; -update noar tt set b1='7FJON' where id=3; -update noar ti set b1='7FJON' where id=3; -update noar tt set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3; -update noar ti set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3; -update noar tt set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4; -update noar ti set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4; -update noar tt set b1='10EZS17XQVRZ' where id=4; -update noar ti set b1='10EZS17XQVRZ' where id=4; -update noar tt set b2='8VQLS0BOACK9ZHM9I' where id=4; -update noar ti set b2='8VQLS0BOACK9ZHM9I' where id=4; -update noar tt set b0='D' where id=5; -update noar ti set b0='D' where id=5; -update noar tt set b1='JUYCRU4LNJ4SQTMB' where id=5; -update noar ti set b1='JUYCRU4LNJ4SQTMB' where id=5; -update noar tt set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5; -update noar ti set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5; -update noar tt set b0='VZSIYE' where id=6; -update noar ti set b0='VZSIYE' where id=6; -update noar tt set b1='LT' where id=6; -update noar ti set b1='LT' where id=6; -update noar tt set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6; -update noar ti set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6; -update noar tt set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7; -update noar ti set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7; -update noar tt set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7; -update noar ti set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7; -update noar tt set b2='V2011CWV9PD0Z' where id=7; -update noar ti set b2='V2011CWV9PD0Z' where id=7; -update noar tt set b0='VESMIIJH65VN' where id=8; -update noar ti set b0='VESMIIJH65VN' where id=8; -update noar tt set b1='EWJ' where id=8; -update noar ti set b1='EWJ' where id=8; -update noar tt set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8; -update noar ti set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8; -update noar tt set b0='BJ6IVVLXARD45JHT' where id=9; -update noar ti set b0='BJ6IVVLXARD45JHT' where id=9; -update noar tt set b1='XFOF22HUDV3ZR8SX9' where id=9; -update noar ti set b1='XFOF22HUDV3ZR8SX9' where id=9; -update noar tt set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9; -update noar ti set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='U2T' where id=1; -update noar ti set b0='U2T' where id=1; -update noar tt set b1='903ENKDKW1' where id=1; -update noar ti set b1='903ENKDKW1' where id=1; -update noar tt set b2='6M2K5BL4YI1SKN' where id=1; -update noar ti set b2='6M2K5BL4YI1SKN' where id=1; -update noar tt set b0='FIC0G5YWH' where id=2; -update noar ti set b0='FIC0G5YWH' where id=2; -update noar tt set b1='135P99OLVSS1ZU55' where id=2; -update noar ti set b1='135P99OLVSS1ZU55' where id=2; -update noar tt set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2; -update noar ti set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2; -update noar tt set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3; -update noar ti set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3; -update noar tt set b1='AA1XX' where id=3; -update noar ti set b1='AA1XX' where id=3; -update noar tt set b2='CSBECP1H4RBYP' where id=3; -update noar ti set b2='CSBECP1H4RBYP' where id=3; -update noar tt set b0='E31BK1N0M' where id=4; -update noar ti set b0='E31BK1N0M' where id=4; -update noar tt set b1='GI8' where id=4; -update noar ti set b1='GI8' where id=4; -update noar tt set b2='PXX' where id=4; -update noar ti set b2='PXX' where id=4; -update noar tt set b0='0ULS' where id=5; -update noar ti set b0='0ULS' where id=5; -update noar tt set b1='CDC9' where id=5; -update noar ti set b1='CDC9' where id=5; -update noar tt set b2='NP57DQX' where id=5; -update noar ti set b2='NP57DQX' where id=5; -update noar tt set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6; -update noar ti set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6; -update noar tt set b1='BHMOD23PJERY6U' where id=6; -update noar ti set b1='BHMOD23PJERY6U' where id=6; -update noar tt set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6; -update noar ti set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6; -update noar tt set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7; -update noar ti set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7; -update noar tt set b1='9XBT9BHAY1MXWT2OK' where id=7; -update noar ti set b1='9XBT9BHAY1MXWT2OK' where id=7; -update noar tt set b2='AM' where id=7; -update noar ti set b2='AM' where id=7; -update noar tt set b0='KMM0M9' where id=8; -update noar ti set b0='KMM0M9' where id=8; -update noar tt set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8; -update noar ti set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8; -update noar tt set b2='AA0EWJ12' where id=8; -update noar ti set b2='AA0EWJ12' where id=8; -update noar tt set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9; -update noar ti set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9; -update noar tt set b1='GK9R9BWB6H1EKA2' where id=9; -update noar ti set b1='GK9R9BWB6H1EKA2' where id=9; -update noar tt set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9; -update noar ti set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 tinyblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AA5HG6QGVVMLY53N966G96TI' where id=1; -update noar ti set b0='AA5HG6QGVVMLY53N966G96TI' where id=1; -update noar tt set b1='RG' where id=1; -update noar ti set b1='RG' where id=1; -update noar tt set b2='FCMJM' where id=1; -update noar ti set b2='FCMJM' where id=1; -update noar tt set b0='HUFIUZSQVH00107P0ZP652GD' where id=2; -update noar ti set b0='HUFIUZSQVH00107P0ZP652GD' where id=2; -update noar tt set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2; -update noar ti set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2; -update noar tt set b2='ZEEAA' where id=2; -update noar ti set b2='ZEEAA' where id=2; -update noar tt set b0='B4T419WE0' where id=3; -update noar ti set b0='B4T419WE0' where id=3; -update noar tt set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3; -update noar ti set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3; -update noar tt set b2='0NG74UWP9589JI' where id=3; -update noar ti set b2='0NG74UWP9589JI' where id=3; -update noar tt set b0='RO1KN9C4O9X0EGJG9F5API' where id=4; -update noar ti set b0='RO1KN9C4O9X0EGJG9F5API' where id=4; -update noar tt set b1='VSI5TA5PCAJ5FB' where id=4; -update noar ti set b1='VSI5TA5PCAJ5FB' where id=4; -update noar tt set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4; -update noar ti set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4; -update noar tt set b0='8L42EF8W1ITHIBI' where id=5; -update noar ti set b0='8L42EF8W1ITHIBI' where id=5; -update noar tt set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5; -update noar ti set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5; -update noar tt set b2='Q5Z' where id=5; -update noar ti set b2='Q5Z' where id=5; -update noar tt set b0='28DVY1MKS2IWSSVT8J' where id=6; -update noar ti set b0='28DVY1MKS2IWSSVT8J' where id=6; -update noar tt set b1='LD' where id=6; -update noar ti set b1='LD' where id=6; -update noar tt set b2='PAVN' where id=6; -update noar ti set b2='PAVN' where id=6; -update noar tt set b0='3FB' where id=7; -update noar ti set b0='3FB' where id=7; -update noar tt set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7; -update noar ti set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7; -update noar tt set b2='1B8M8R7XGPDKEXRLN' where id=7; -update noar ti set b2='1B8M8R7XGPDKEXRLN' where id=7; -update noar tt set b0='KFMHZJIDOOS' where id=8; -update noar ti set b0='KFMHZJIDOOS' where id=8; -update noar tt set b1='N81W91SLJE98SMGGD' where id=8; -update noar ti set b1='N81W91SLJE98SMGGD' where id=8; -update noar tt set b2='YRARYP' where id=8; -update noar ti set b2='YRARYP' where id=8; -update noar tt set b0='JJPJSULAEU6' where id=9; -update noar ti set b0='JJPJSULAEU6' where id=9; -update noar tt set b1='JZI' where id=9; -update noar ti set b1='JZI' where id=9; -update noar tt set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9; -update noar ti set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 tinyblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YMYCE8P8GMI7' where id=1; -update noar ti set b0='YMYCE8P8GMI7' where id=1; -update noar tt set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1; -update noar ti set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1; -update noar tt set b2='AJGXMDZ7X8' where id=1; -update noar ti set b2='AJGXMDZ7X8' where id=1; -update noar tt set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2; -update noar ti set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2; -update noar tt set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2; -update noar ti set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2; -update noar tt set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2; -update noar ti set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2; -update noar tt set b0='TNFY7' where id=3; -update noar ti set b0='TNFY7' where id=3; -update noar tt set b1='JEAB54UV1ENN8S6F' where id=3; -update noar ti set b1='JEAB54UV1ENN8S6F' where id=3; -update noar tt set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3; -update noar ti set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3; -update noar tt set b0='5NLP436C0GTZJE3NO9462NV' where id=4; -update noar ti set b0='5NLP436C0GTZJE3NO9462NV' where id=4; -update noar tt set b1='2PPH2R' where id=4; -update noar ti set b1='2PPH2R' where id=4; -update noar tt set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4; -update noar ti set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4; -update noar tt set b0='68VIBY5PW8W143FHF3YG' where id=5; -update noar ti set b0='68VIBY5PW8W143FHF3YG' where id=5; -update noar tt set b1='UT' where id=5; -update noar ti set b1='UT' where id=5; -update noar tt set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5; -update noar ti set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5; -update noar tt set b0='MO7YS' where id=6; -update noar ti set b0='MO7YS' where id=6; -update noar tt set b1='MQQ2O46FB9LA' where id=6; -update noar ti set b1='MQQ2O46FB9LA' where id=6; -update noar tt set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6; -update noar ti set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6; -update noar tt set b0='2PFN9A7BA8D3U8JEW2' where id=7; -update noar ti set b0='2PFN9A7BA8D3U8JEW2' where id=7; -update noar tt set b1='R6L460429H8J7HKTAX' where id=7; -update noar ti set b1='R6L460429H8J7HKTAX' where id=7; -update noar tt set b2='KS95ZJOYHZ2757URU18' where id=7; -update noar ti set b2='KS95ZJOYHZ2757URU18' where id=7; -update noar tt set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8; -update noar ti set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8; -update noar tt set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8; -update noar ti set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8; -update noar tt set b2='35' where id=8; -update noar ti set b2='35' where id=8; -update noar tt set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9; -update noar ti set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9; -update noar tt set b1='H' where id=9; -update noar ti set b1='H' where id=9; -update noar tt set b2='NEH1YQIO2YJDPUSQ' where id=9; -update noar ti set b2='NEH1YQIO2YJDPUSQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VKPLK3N1ZIKT2H' where id=1; -update noar ti set b0='VKPLK3N1ZIKT2H' where id=1; -update noar tt set b1='LGT0YSN2PZLV1J6J8' where id=1; -update noar ti set b1='LGT0YSN2PZLV1J6J8' where id=1; -update noar tt set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1; -update noar ti set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1; -update noar tt set b0='LJVZZS65CV9L0LXT72I2O' where id=2; -update noar ti set b0='LJVZZS65CV9L0LXT72I2O' where id=2; -update noar tt set b1='PYFD8X2RUNJTGL78L' where id=2; -update noar ti set b1='PYFD8X2RUNJTGL78L' where id=2; -update noar tt set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2; -update noar ti set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2; -update noar tt set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3; -update noar ti set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3; -update noar tt set b1='RK7AK1N0S27WUR9V' where id=3; -update noar ti set b1='RK7AK1N0S27WUR9V' where id=3; -update noar tt set b2='3L' where id=3; -update noar ti set b2='3L' where id=3; -update noar tt set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4; -update noar ti set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4; -update noar tt set b1='6OK2GAJ85EXM5LQLNEU3' where id=4; -update noar ti set b1='6OK2GAJ85EXM5LQLNEU3' where id=4; -update noar tt set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4; -update noar ti set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4; -update noar tt set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5; -update noar ti set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5; -update noar tt set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5; -update noar ti set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5; -update noar tt set b2='DXJVMTC5RA8K6Z0' where id=5; -update noar ti set b2='DXJVMTC5RA8K6Z0' where id=5; -update noar tt set b0='BTT' where id=6; -update noar ti set b0='BTT' where id=6; -update noar tt set b1='EDSDMIZT' where id=6; -update noar ti set b1='EDSDMIZT' where id=6; -update noar tt set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6; -update noar ti set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6; -update noar tt set b0='RY' where id=7; -update noar ti set b0='RY' where id=7; -update noar tt set b1='FETAKMZA1TAYVC' where id=7; -update noar ti set b1='FETAKMZA1TAYVC' where id=7; -update noar tt set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7; -update noar ti set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7; -update noar tt set b0='6' where id=8; -update noar ti set b0='6' where id=8; -update noar tt set b1='NP7Q' where id=8; -update noar ti set b1='NP7Q' where id=8; -update noar tt set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8; -update noar ti set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8; -update noar tt set b0='4I70HF60JPC5AXVS' where id=9; -update noar ti set b0='4I70HF60JPC5AXVS' where id=9; -update noar tt set b1='XG5KV63MIR4' where id=9; -update noar ti set b1='XG5KV63MIR4' where id=9; -update noar tt set b2='M' where id=9; -update noar ti set b2='M' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MDFIB' where id=1; -update noar ti set b0='MDFIB' where id=1; -update noar tt set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1; -update noar ti set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1; -update noar tt set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1; -update noar ti set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1; -update noar tt set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2; -update noar ti set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2; -update noar tt set b1='5BRY' where id=2; -update noar ti set b1='5BRY' where id=2; -update noar tt set b2='2W4GA02T952WC3LB8ZB7' where id=2; -update noar ti set b2='2W4GA02T952WC3LB8ZB7' where id=2; -update noar tt set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3; -update noar ti set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3; -update noar tt set b1='MIIUIJFI6Q0' where id=3; -update noar ti set b1='MIIUIJFI6Q0' where id=3; -update noar tt set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3; -update noar ti set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3; -update noar tt set b0='0OW7KECKABL7H25IV77X' where id=4; -update noar ti set b0='0OW7KECKABL7H25IV77X' where id=4; -update noar tt set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4; -update noar ti set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4; -update noar tt set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4; -update noar ti set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4; -update noar tt set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5; -update noar ti set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5; -update noar tt set b1='X0LAU7QAE' where id=5; -update noar ti set b1='X0LAU7QAE' where id=5; -update noar tt set b2='VA4TZ0' where id=5; -update noar ti set b2='VA4TZ0' where id=5; -update noar tt set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6; -update noar ti set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6; -update noar tt set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6; -update noar ti set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6; -update noar tt set b2='41IM1TLAGJRUF' where id=6; -update noar ti set b2='41IM1TLAGJRUF' where id=6; -update noar tt set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7; -update noar ti set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7; -update noar tt set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7; -update noar ti set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7; -update noar tt set b2='56JGZ0WFQ0CO' where id=7; -update noar ti set b2='56JGZ0WFQ0CO' where id=7; -update noar tt set b0='98WQGN0SEA3KWPX9' where id=8; -update noar ti set b0='98WQGN0SEA3KWPX9' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8; -update noar ti set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8; -update noar tt set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9; -update noar ti set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9; -update noar tt set b1='31ZGLQA6MNJCMHWH' where id=9; -update noar ti set b1='31ZGLQA6MNJCMHWH' where id=9; -update noar tt set b2='V2HSZ2ARKWL9ELN' where id=9; -update noar ti set b2='V2HSZ2ARKWL9ELN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7AKGPPU11NCCRVU' where id=1; -update noar ti set b0='7AKGPPU11NCCRVU' where id=1; -update noar tt set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1; -update noar ti set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1; -update noar tt set b2='82DX861HZI' where id=1; -update noar ti set b2='82DX861HZI' where id=1; -update noar tt set b0='SKZ2I5L' where id=2; -update noar ti set b0='SKZ2I5L' where id=2; -update noar tt set b1='P9' where id=2; -update noar ti set b1='P9' where id=2; -update noar tt set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2; -update noar ti set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2; -update noar tt set b0='XE8FRXQ7NQPYZ' where id=3; -update noar ti set b0='XE8FRXQ7NQPYZ' where id=3; -update noar tt set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3; -update noar ti set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3; -update noar tt set b2='HHEI5' where id=3; -update noar ti set b2='HHEI5' where id=3; -update noar tt set b0='CYKKBK7S7S7D' where id=4; -update noar ti set b0='CYKKBK7S7S7D' where id=4; -update noar tt set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4; -update noar ti set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4; -update noar tt set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4; -update noar ti set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4; -update noar tt set b0='F5AXCNHWHF831HHCO4' where id=5; -update noar ti set b0='F5AXCNHWHF831HHCO4' where id=5; -update noar tt set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5; -update noar ti set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5; -update noar tt set b2='P' where id=5; -update noar ti set b2='P' where id=5; -update noar tt set b0='GRX6JREF7TMQ1FLW8' where id=6; -update noar ti set b0='GRX6JREF7TMQ1FLW8' where id=6; -update noar tt set b1='4YC0XH6C8' where id=6; -update noar ti set b1='4YC0XH6C8' where id=6; -update noar tt set b2='C' where id=6; -update noar ti set b2='C' where id=6; -update noar tt set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7; -update noar ti set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7; -update noar tt set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7; -update noar ti set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7; -update noar tt set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7; -update noar ti set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7; -update noar tt set b0='2L540LSQDZ9D7' where id=8; -update noar ti set b0='2L540LSQDZ9D7' where id=8; -update noar tt set b1='4O69ZESBJCLEWZFHZBR3' where id=8; -update noar ti set b1='4O69ZESBJCLEWZFHZBR3' where id=8; -update noar tt set b2='J' where id=8; -update noar ti set b2='J' where id=8; -update noar tt set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9; -update noar ti set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9; -update noar tt set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9; -update noar ti set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9; -update noar tt set b2='3G5AHBMBABMFAYASK1S8P18' where id=9; -update noar ti set b2='3G5AHBMBABMFAYASK1S8P18' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O91C7UOF2' where id=1; -update noar ti set b0='O91C7UOF2' where id=1; -update noar tt set b1='FDOELIS4SXL88' where id=1; -update noar ti set b1='FDOELIS4SXL88' where id=1; -update noar tt set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1; -update noar ti set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1; -update noar tt set b0='FVS8NGVZS3NS1C' where id=2; -update noar ti set b0='FVS8NGVZS3NS1C' where id=2; -update noar tt set b1='18RUXF2PF' where id=2; -update noar ti set b1='18RUXF2PF' where id=2; -update noar tt set b2='NAO' where id=2; -update noar ti set b2='NAO' where id=2; -update noar tt set b0='KHPPOP8K1F0OK9Z' where id=3; -update noar ti set b0='KHPPOP8K1F0OK9Z' where id=3; -update noar tt set b1='L7TEXY6O2G' where id=3; -update noar ti set b1='L7TEXY6O2G' where id=3; -update noar tt set b2='K6J6MY4ISE3' where id=3; -update noar ti set b2='K6J6MY4ISE3' where id=3; -update noar tt set b0='NVHHMT6GV0WN' where id=4; -update noar ti set b0='NVHHMT6GV0WN' where id=4; -update noar tt set b1='FP65XW87J8RLCQ7EQP' where id=4; -update noar ti set b1='FP65XW87J8RLCQ7EQP' where id=4; -update noar tt set b2='63CIMN' where id=4; -update noar ti set b2='63CIMN' where id=4; -update noar tt set b0='TRP2PJEMO' where id=5; -update noar ti set b0='TRP2PJEMO' where id=5; -update noar tt set b1='I2HA' where id=5; -update noar ti set b1='I2HA' where id=5; -update noar tt set b2='42XNK4KW1' where id=5; -update noar ti set b2='42XNK4KW1' where id=5; -update noar tt set b0='W3U' where id=6; -update noar ti set b0='W3U' where id=6; -update noar tt set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6; -update noar ti set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6; -update noar tt set b2='DGE1WSFZIPJ5AL' where id=6; -update noar ti set b2='DGE1WSFZIPJ5AL' where id=6; -update noar tt set b0='NLW2JZHCG3PM1TWA5' where id=7; -update noar ti set b0='NLW2JZHCG3PM1TWA5' where id=7; -update noar tt set b1='9999KA9DY' where id=7; -update noar ti set b1='9999KA9DY' where id=7; -update noar tt set b2='XELOLNNA' where id=7; -update noar ti set b2='XELOLNNA' where id=7; -update noar tt set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8; -update noar ti set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8; -update noar tt set b1='B8SH6SJLUCZ3CVFKX7' where id=8; -update noar ti set b1='B8SH6SJLUCZ3CVFKX7' where id=8; -update noar tt set b2='S5UK' where id=8; -update noar ti set b2='S5UK' where id=8; -update noar tt set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9; -update noar ti set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9; -update noar tt set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9; -update noar ti set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9; -update noar tt set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9; -update noar ti set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1; -update noar ti set b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1; -update noar tt set b1='1H89K0' where id=1; -update noar ti set b1='1H89K0' where id=1; -update noar tt set b2='AEBSTU3QJ7J' where id=1; -update noar ti set b2='AEBSTU3QJ7J' where id=1; -update noar tt set b0='IOVPXM9H' where id=2; -update noar ti set b0='IOVPXM9H' where id=2; -update noar tt set b1='DB03N79WJTM2' where id=2; -update noar ti set b1='DB03N79WJTM2' where id=2; -update noar tt set b2='6YZ' where id=2; -update noar ti set b2='6YZ' where id=2; -update noar tt set b0='MZBW4' where id=3; -update noar ti set b0='MZBW4' where id=3; -update noar tt set b1='VMGNKDF879CIPWM' where id=3; -update noar ti set b1='VMGNKDF879CIPWM' where id=3; -update noar tt set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3; -update noar ti set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3; -update noar tt set b0='QKALGN8UWXN5HK' where id=4; -update noar ti set b0='QKALGN8UWXN5HK' where id=4; -update noar tt set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4; -update noar ti set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4; -update noar tt set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4; -update noar ti set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4; -update noar tt set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5; -update noar ti set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5; -update noar tt set b1='W5HCDPWAYHRNLLEO' where id=5; -update noar ti set b1='W5HCDPWAYHRNLLEO' where id=5; -update noar tt set b2='Q38DFVLCJZWIS' where id=5; -update noar ti set b2='Q38DFVLCJZWIS' where id=5; -update noar tt set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6; -update noar ti set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6; -update noar tt set b1='W5TW0ZVH2KJJ9EM' where id=6; -update noar ti set b1='W5TW0ZVH2KJJ9EM' where id=6; -update noar tt set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6; -update noar ti set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6; -update noar tt set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7; -update noar ti set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7; -update noar tt set b1='74OBJ3' where id=7; -update noar ti set b1='74OBJ3' where id=7; -update noar tt set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7; -update noar ti set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7; -update noar tt set b0='847XT' where id=8; -update noar ti set b0='847XT' where id=8; -update noar tt set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8; -update noar ti set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8; -update noar tt set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8; -update noar ti set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8; -update noar tt set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9; -update noar ti set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9; -update noar tt set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9; -update noar ti set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9; -update noar tt set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9; -update noar ti set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1; -update noar ti set b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1; -update noar tt set b1='IZ4DWL82DMXQWHO39WJ' where id=1; -update noar ti set b1='IZ4DWL82DMXQWHO39WJ' where id=1; -update noar tt set b2='SW9AN82TRMA3O2' where id=1; -update noar ti set b2='SW9AN82TRMA3O2' where id=1; -update noar tt set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2; -update noar ti set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2; -update noar tt set b1='IKUX9' where id=2; -update noar ti set b1='IKUX9' where id=2; -update noar tt set b2='TBKO9S9YME5VMUMNM' where id=2; -update noar ti set b2='TBKO9S9YME5VMUMNM' where id=2; -update noar tt set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3; -update noar ti set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3; -update noar tt set b1='82DRWXJLWU0' where id=3; -update noar ti set b1='82DRWXJLWU0' where id=3; -update noar tt set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3; -update noar ti set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3; -update noar tt set b0='2W1KES6ZG' where id=4; -update noar ti set b0='2W1KES6ZG' where id=4; -update noar tt set b1='H6S8HZOE1OC12DLH' where id=4; -update noar ti set b1='H6S8HZOE1OC12DLH' where id=4; -update noar tt set b2='4KCV' where id=4; -update noar ti set b2='4KCV' where id=4; -update noar tt set b0='E1D1' where id=5; -update noar ti set b0='E1D1' where id=5; -update noar tt set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5; -update noar ti set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5; -update noar tt set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5; -update noar ti set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5; -update noar tt set b0='7AAB27VV' where id=6; -update noar ti set b0='7AAB27VV' where id=6; -update noar tt set b1='6JJVG4X4O9GG' where id=6; -update noar ti set b1='6JJVG4X4O9GG' where id=6; -update noar tt set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6; -update noar ti set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6; -update noar tt set b0='H7LKPK14' where id=7; -update noar ti set b0='H7LKPK14' where id=7; -update noar tt set b1='NNIC' where id=7; -update noar ti set b1='NNIC' where id=7; -update noar tt set b2='912R7JF3SGDANWMX' where id=7; -update noar ti set b2='912R7JF3SGDANWMX' where id=7; -update noar tt set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8; -update noar ti set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8; -update noar tt set b1='VI5' where id=8; -update noar ti set b1='VI5' where id=8; -update noar tt set b2='N3PA4V290N1' where id=8; -update noar ti set b2='N3PA4V290N1' where id=8; -update noar tt set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9; -update noar ti set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9; -update noar tt set b1='TN13NYRJ' where id=9; -update noar ti set b1='TN13NYRJ' where id=9; -update noar tt set b2='D6ZM8YMGN8DKA0669II8' where id=9; -update noar ti set b2='D6ZM8YMGN8DKA0669II8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='1' where id=1; -update noar ti set b0='1' where id=1; -update noar tt set b1='L0N' where id=1; -update noar ti set b1='L0N' where id=1; -update noar tt set b2='AQQKVUJ9J' where id=1; -update noar ti set b2='AQQKVUJ9J' where id=1; -update noar tt set b0='E1PEZCW' where id=2; -update noar ti set b0='E1PEZCW' where id=2; -update noar tt set b1='4XBXLQHGD8YVSEQH88' where id=2; -update noar ti set b1='4XBXLQHGD8YVSEQH88' where id=2; -update noar tt set b2='QRLE9CRZAW0CP0CZK75' where id=2; -update noar ti set b2='QRLE9CRZAW0CP0CZK75' where id=2; -update noar tt set b0='4DWWUJ8FIP4H7C08QLID9' where id=3; -update noar ti set b0='4DWWUJ8FIP4H7C08QLID9' where id=3; -update noar tt set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3; -update noar ti set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3; -update noar tt set b2='Z' where id=3; -update noar ti set b2='Z' where id=3; -update noar tt set b0='UZNR324660DTPQ' where id=4; -update noar ti set b0='UZNR324660DTPQ' where id=4; -update noar tt set b1='ULR0Z' where id=4; -update noar ti set b1='ULR0Z' where id=4; -update noar tt set b2='S0WF13' where id=4; -update noar ti set b2='S0WF13' where id=4; -update noar tt set b0='YBO0YM' where id=5; -update noar ti set b0='YBO0YM' where id=5; -update noar tt set b1='GB4FX7AVD' where id=5; -update noar ti set b1='GB4FX7AVD' where id=5; -update noar tt set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5; -update noar ti set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5; -update noar tt set b0='9QSDYIK0X9N2SC' where id=6; -update noar ti set b0='9QSDYIK0X9N2SC' where id=6; -update noar tt set b1='W818Y' where id=6; -update noar ti set b1='W818Y' where id=6; -update noar tt set b2='KC7UY55SPKOJ' where id=6; -update noar ti set b2='KC7UY55SPKOJ' where id=6; -update noar tt set b0='THR6G359C' where id=7; -update noar ti set b0='THR6G359C' where id=7; -update noar tt set b1='9C6H4G78JPKM' where id=7; -update noar ti set b1='9C6H4G78JPKM' where id=7; -update noar tt set b2='8S9TGUB85I60MCM9' where id=7; -update noar ti set b2='8S9TGUB85I60MCM9' where id=7; -update noar tt set b0='TDL' where id=8; -update noar ti set b0='TDL' where id=8; -update noar tt set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8; -update noar ti set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8; -update noar tt set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8; -update noar ti set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8; -update noar tt set b0='S3Z15XFEBPYEW2NZM' where id=9; -update noar ti set b0='S3Z15XFEBPYEW2NZM' where id=9; -update noar tt set b1='R' where id=9; -update noar ti set b1='R' where id=9; -update noar tt set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9; -update noar ti set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='22WZ3FQ0ZUBMHZV9' where id=1; -update noar ti set b0='22WZ3FQ0ZUBMHZV9' where id=1; -update noar tt set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1; -update noar ti set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1; -update noar tt set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1; -update noar ti set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1; -update noar tt set b0='K09S3DYTK7MY7GAF' where id=2; -update noar ti set b0='K09S3DYTK7MY7GAF' where id=2; -update noar tt set b1='6EQHPW' where id=2; -update noar ti set b1='6EQHPW' where id=2; -update noar tt set b2='C6TNIL' where id=2; -update noar ti set b2='C6TNIL' where id=2; -update noar tt set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3; -update noar ti set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3; -update noar tt set b1='9P6JZ6B9LP9EQ6H' where id=3; -update noar ti set b1='9P6JZ6B9LP9EQ6H' where id=3; -update noar tt set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3; -update noar ti set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3; -update noar tt set b0='CJ3ECLJKIC73ZSX' where id=4; -update noar ti set b0='CJ3ECLJKIC73ZSX' where id=4; -update noar tt set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4; -update noar ti set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4; -update noar tt set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4; -update noar ti set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4; -update noar tt set b0='PQBFU01JRLDBRP5' where id=5; -update noar ti set b0='PQBFU01JRLDBRP5' where id=5; -update noar tt set b1='ZAWCQ9NOHB7' where id=5; -update noar ti set b1='ZAWCQ9NOHB7' where id=5; -update noar tt set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5; -update noar ti set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5; -update noar tt set b0='NH2TH' where id=6; -update noar ti set b0='NH2TH' where id=6; -update noar tt set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6; -update noar ti set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6; -update noar tt set b2='I0TOS1V1SM' where id=6; -update noar ti set b2='I0TOS1V1SM' where id=6; -update noar tt set b0='7V30E5Q' where id=7; -update noar ti set b0='7V30E5Q' where id=7; -update noar tt set b1='SX' where id=7; -update noar ti set b1='SX' where id=7; -update noar tt set b2='Q0IG' where id=7; -update noar ti set b2='Q0IG' where id=7; -update noar tt set b0='9AYRVW331LKLZ' where id=8; -update noar ti set b0='9AYRVW331LKLZ' where id=8; -update noar tt set b1='1Z7WEU11JK9S4QS21GZV' where id=8; -update noar ti set b1='1Z7WEU11JK9S4QS21GZV' where id=8; -update noar tt set b2='2Q78XXOA' where id=8; -update noar ti set b2='2Q78XXOA' where id=8; -update noar tt set b0='7R' where id=9; -update noar ti set b0='7R' where id=9; -update noar tt set b1='QSC' where id=9; -update noar ti set b1='QSC' where id=9; -update noar tt set b2='4A2DJWOV1UP6BE59HQ' where id=9; -update noar ti set b2='4A2DJWOV1UP6BE59HQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 blob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MSIMS2NJBQ6G' where id=1; -update noar ti set b0='MSIMS2NJBQ6G' where id=1; -update noar tt set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1; -update noar ti set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1; -update noar tt set b2='SPCOX5B8PCDRZ49S' where id=1; -update noar ti set b2='SPCOX5B8PCDRZ49S' where id=1; -update noar tt set b0='KM5F7FYPG24L46MRK5DVAH' where id=2; -update noar ti set b0='KM5F7FYPG24L46MRK5DVAH' where id=2; -update noar tt set b1='V6R5EMQB' where id=2; -update noar ti set b1='V6R5EMQB' where id=2; -update noar tt set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2; -update noar ti set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2; -update noar tt set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3; -update noar ti set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3; -update noar tt set b1='0FZF4RH7GEFW6U232Y' where id=3; -update noar ti set b1='0FZF4RH7GEFW6U232Y' where id=3; -update noar tt set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3; -update noar ti set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3; -update noar tt set b0='UPO2F4KASA7POVOGHMFU' where id=4; -update noar ti set b0='UPO2F4KASA7POVOGHMFU' where id=4; -update noar tt set b1='4ASTYO' where id=4; -update noar ti set b1='4ASTYO' where id=4; -update noar tt set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4; -update noar ti set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4; -update noar tt set b0='UMY5ONQU217ZGJZLU097' where id=5; -update noar ti set b0='UMY5ONQU217ZGJZLU097' where id=5; -update noar tt set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5; -update noar ti set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5; -update noar tt set b2='TCFFM6RBB6M1XOLMIUW' where id=5; -update noar ti set b2='TCFFM6RBB6M1XOLMIUW' where id=5; -update noar tt set b0='82JBQJR5KY7VHPDLR6W5' where id=6; -update noar ti set b0='82JBQJR5KY7VHPDLR6W5' where id=6; -update noar tt set b1='DME03HOM3Z9XOMCT53FT2T' where id=6; -update noar ti set b1='DME03HOM3Z9XOMCT53FT2T' where id=6; -update noar tt set b2='O5R4TX3ORZR1' where id=6; -update noar ti set b2='O5R4TX3ORZR1' where id=6; -update noar tt set b0='SLP' where id=7; -update noar ti set b0='SLP' where id=7; -update noar tt set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7; -update noar ti set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7; -update noar tt set b2='FFNU' where id=7; -update noar ti set b2='FFNU' where id=7; -update noar tt set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8; -update noar ti set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8; -update noar tt set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8; -update noar ti set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8; -update noar tt set b2='9JSROBS45G4M878HRRYDLAYS' where id=8; -update noar ti set b2='9JSROBS45G4M878HRRYDLAYS' where id=8; -update noar tt set b0='ZUD7W4N1ATN' where id=9; -update noar ti set b0='ZUD7W4N1ATN' where id=9; -update noar tt set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9; -update noar ti set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9; -update noar tt set b2='7E83N26' where id=9; -update noar ti set b2='7E83N26' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 blob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P' where id=1; -update noar ti set b0='P' where id=1; -update noar tt set b1='P5GXUISHA' where id=1; -update noar ti set b1='P5GXUISHA' where id=1; -update noar tt set b2='AMKV' where id=1; -update noar ti set b2='AMKV' where id=1; -update noar tt set b0='1M' where id=2; -update noar ti set b0='1M' where id=2; -update noar tt set b1='ZLEERLPLTTANHGEC1' where id=2; -update noar ti set b1='ZLEERLPLTTANHGEC1' where id=2; -update noar tt set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2; -update noar ti set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2; -update noar tt set b0='Z4S528S2502' where id=3; -update noar ti set b0='Z4S528S2502' where id=3; -update noar tt set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3; -update noar ti set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3; -update noar tt set b2='SP0RNMDX0NFV1K' where id=3; -update noar ti set b2='SP0RNMDX0NFV1K' where id=3; -update noar tt set b0='GXA0MTKXAS9S26FODNE' where id=4; -update noar ti set b0='GXA0MTKXAS9S26FODNE' where id=4; -update noar tt set b1='2UE2V5MBC' where id=4; -update noar ti set b1='2UE2V5MBC' where id=4; -update noar tt set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4; -update noar ti set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4; -update noar tt set b0='FDRN6' where id=5; -update noar ti set b0='FDRN6' where id=5; -update noar tt set b1='UUBC4ORQHCTQP1' where id=5; -update noar ti set b1='UUBC4ORQHCTQP1' where id=5; -update noar tt set b2='27NP2S41' where id=5; -update noar ti set b2='27NP2S41' where id=5; -update noar tt set b0='7' where id=6; -update noar ti set b0='7' where id=6; -update noar tt set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6; -update noar ti set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6; -update noar tt set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6; -update noar ti set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6; -update noar tt set b0='QD' where id=7; -update noar ti set b0='QD' where id=7; -update noar tt set b1='28CGS888QNM6Z99UNARO' where id=7; -update noar ti set b1='28CGS888QNM6Z99UNARO' where id=7; -update noar tt set b2='MVLD78E1J' where id=7; -update noar ti set b2='MVLD78E1J' where id=7; -update noar tt set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8; -update noar ti set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8; -update noar tt set b1='GDNJAHWG' where id=8; -update noar ti set b1='GDNJAHWG' where id=8; -update noar tt set b2='LGD' where id=8; -update noar ti set b2='LGD' where id=8; -update noar tt set b0='Y0P4H' where id=9; -update noar ti set b0='Y0P4H' where id=9; -update noar tt set b1='F2QNF3D1BQGC' where id=9; -update noar ti set b1='F2QNF3D1BQGC' where id=9; -update noar tt set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9; -update noar ti set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='346' where id=1; -update noar ti set b0='346' where id=1; -update noar tt set b1='84P9J' where id=1; -update noar ti set b1='84P9J' where id=1; -update noar tt set b2='IQWRE' where id=1; -update noar ti set b2='IQWRE' where id=1; -update noar tt set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2; -update noar ti set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2; -update noar tt set b1='P450GN9OV9' where id=2; -update noar ti set b1='P450GN9OV9' where id=2; -update noar tt set b2='KQ5M' where id=2; -update noar ti set b2='KQ5M' where id=2; -update noar tt set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3; -update noar ti set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3; -update noar tt set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3; -update noar ti set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3; -update noar tt set b2='4J' where id=3; -update noar ti set b2='4J' where id=3; -update noar tt set b0='9EFS5L36GAFM' where id=4; -update noar ti set b0='9EFS5L36GAFM' where id=4; -update noar tt set b1='D2UJVNS01272WL' where id=4; -update noar ti set b1='D2UJVNS01272WL' where id=4; -update noar tt set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4; -update noar ti set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4; -update noar tt set b0='WEU7FNNNUOW5FC' where id=5; -update noar ti set b0='WEU7FNNNUOW5FC' where id=5; -update noar tt set b1='VJLDG5FDJR41ZVYK' where id=5; -update noar ti set b1='VJLDG5FDJR41ZVYK' where id=5; -update noar tt set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5; -update noar ti set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5; -update noar tt set b0='VE4C61TWA5J5CM6' where id=6; -update noar ti set b0='VE4C61TWA5J5CM6' where id=6; -update noar tt set b1='W' where id=6; -update noar ti set b1='W' where id=6; -update noar tt set b2='9IM9MHLNVEJLORYR2' where id=6; -update noar ti set b2='9IM9MHLNVEJLORYR2' where id=6; -update noar tt set b0='PRJ18M7J9BOG7YE' where id=7; -update noar ti set b0='PRJ18M7J9BOG7YE' where id=7; -update noar tt set b1='LFTA28KX75B9TPTWXFG4Q' where id=7; -update noar ti set b1='LFTA28KX75B9TPTWXFG4Q' where id=7; -update noar tt set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7; -update noar ti set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7; -update noar tt set b0='BG9I68B' where id=8; -update noar ti set b0='BG9I68B' where id=8; -update noar tt set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8; -update noar ti set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8; -update noar tt set b2='DG' where id=8; -update noar ti set b2='DG' where id=8; -update noar tt set b0='YGKP2NRFBRT84' where id=9; -update noar ti set b0='YGKP2NRFBRT84' where id=9; -update noar tt set b1='03VF' where id=9; -update noar ti set b1='03VF' where id=9; -update noar tt set b2='90UQKJYBNHND17GAR' where id=9; -update noar ti set b2='90UQKJYBNHND17GAR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1; -update noar ti set b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1; -update noar tt set b1='08BIC1P1Q' where id=1; -update noar ti set b1='08BIC1P1Q' where id=1; -update noar tt set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1; -update noar ti set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1; -update noar tt set b0='NKZDG9CXZA' where id=2; -update noar ti set b0='NKZDG9CXZA' where id=2; -update noar tt set b1='BG825UXM2D' where id=2; -update noar ti set b1='BG825UXM2D' where id=2; -update noar tt set b2='K2NJILYK234B' where id=2; -update noar ti set b2='K2NJILYK234B' where id=2; -update noar tt set b0='15NIC8087P5' where id=3; -update noar ti set b0='15NIC8087P5' where id=3; -update noar tt set b1='B8YX3XP' where id=3; -update noar ti set b1='B8YX3XP' where id=3; -update noar tt set b2='CRDN503VDT' where id=3; -update noar ti set b2='CRDN503VDT' where id=3; -update noar tt set b0='AYT6AIF9FWQVV' where id=4; -update noar ti set b0='AYT6AIF9FWQVV' where id=4; -update noar tt set b1='E6O0' where id=4; -update noar ti set b1='E6O0' where id=4; -update noar tt set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4; -update noar ti set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4; -update noar tt set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5; -update noar ti set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5; -update noar tt set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5; -update noar ti set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5; -update noar tt set b2='BDIH' where id=5; -update noar ti set b2='BDIH' where id=5; -update noar tt set b0='1SDQR5' where id=6; -update noar ti set b0='1SDQR5' where id=6; -update noar tt set b1='0X9NCUXZIG22B5' where id=6; -update noar ti set b1='0X9NCUXZIG22B5' where id=6; -update noar tt set b2='TOUZPMSNGRWDR' where id=6; -update noar ti set b2='TOUZPMSNGRWDR' where id=6; -update noar tt set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7; -update noar ti set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7; -update noar tt set b1='3QIV1PEBAB0L' where id=7; -update noar ti set b1='3QIV1PEBAB0L' where id=7; -update noar tt set b2='GMMB0GKL315' where id=7; -update noar ti set b2='GMMB0GKL315' where id=7; -update noar tt set b0='RS13W6Z1AUXR' where id=8; -update noar ti set b0='RS13W6Z1AUXR' where id=8; -update noar tt set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8; -update noar ti set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8; -update noar tt set b2='GIW1FTH8TB' where id=8; -update noar ti set b2='GIW1FTH8TB' where id=8; -update noar tt set b0='92G26S3NU86O7DGGURQ71' where id=9; -update noar ti set b0='92G26S3NU86O7DGGURQ71' where id=9; -update noar tt set b1='K5R79G5VTHRSCP' where id=9; -update noar ti set b1='K5R79G5VTHRSCP' where id=9; -update noar tt set b2='2TOUXTX37XZ7W6Q' where id=9; -update noar ti set b2='2TOUXTX37XZ7W6Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='K20XMQ5ICM14FF' where id=1; -update noar ti set b0='K20XMQ5ICM14FF' where id=1; -update noar tt set b1='0NR' where id=1; -update noar ti set b1='0NR' where id=1; -update noar tt set b2='YKOUNOC' where id=1; -update noar ti set b2='YKOUNOC' where id=1; -update noar tt set b0='2CT8R' where id=2; -update noar ti set b0='2CT8R' where id=2; -update noar tt set b1='TZYUMDD' where id=2; -update noar ti set b1='TZYUMDD' where id=2; -update noar tt set b2='O4MWZJS' where id=2; -update noar ti set b2='O4MWZJS' where id=2; -update noar tt set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3; -update noar ti set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3; -update noar tt set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3; -update noar ti set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3; -update noar tt set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3; -update noar ti set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3; -update noar tt set b0='89V0' where id=4; -update noar ti set b0='89V0' where id=4; -update noar tt set b1='YOCMJQV9DMNGBXH6L' where id=4; -update noar ti set b1='YOCMJQV9DMNGBXH6L' where id=4; -update noar tt set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4; -update noar ti set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4; -update noar tt set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5; -update noar ti set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5; -update noar tt set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5; -update noar ti set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5; -update noar tt set b2='YXMUXG3P' where id=5; -update noar ti set b2='YXMUXG3P' where id=5; -update noar tt set b0='5' where id=6; -update noar ti set b0='5' where id=6; -update noar tt set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6; -update noar ti set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6; -update noar tt set b2='YQC2SIYODUIG88' where id=6; -update noar ti set b2='YQC2SIYODUIG88' where id=6; -update noar tt set b0='BZGP0N0WW94' where id=7; -update noar ti set b0='BZGP0N0WW94' where id=7; -update noar tt set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7; -update noar ti set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7; -update noar tt set b2='9X2HWBJ7OC1PBQ4' where id=7; -update noar ti set b2='9X2HWBJ7OC1PBQ4' where id=7; -update noar tt set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8; -update noar ti set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8; -update noar tt set b1='AUZSU' where id=8; -update noar ti set b1='AUZSU' where id=8; -update noar tt set b2='FGRCY' where id=8; -update noar ti set b2='FGRCY' where id=8; -update noar tt set b0='H5E6IJMPXJC' where id=9; -update noar ti set b0='H5E6IJMPXJC' where id=9; -update noar tt set b1='G62F1053W7' where id=9; -update noar ti set b1='G62F1053W7' where id=9; -update noar tt set b2='NPHPQ560DCNFGUEA' where id=9; -update noar ti set b2='NPHPQ560DCNFGUEA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UEPOWINI' where id=1; -update noar ti set b0='UEPOWINI' where id=1; -update noar tt set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1; -update noar ti set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1; -update noar tt set b2='5V37M1DQ' where id=1; -update noar ti set b2='5V37M1DQ' where id=1; -update noar tt set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2; -update noar ti set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2; -update noar tt set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2; -update noar ti set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2; -update noar tt set b2='AD4X5P' where id=2; -update noar ti set b2='AD4X5P' where id=2; -update noar tt set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3; -update noar ti set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3; -update noar tt set b1='CTGY99WEBKZH4SNWY' where id=3; -update noar ti set b1='CTGY99WEBKZH4SNWY' where id=3; -update noar tt set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3; -update noar ti set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3; -update noar tt set b0='OHUPUAZC2TARNQ' where id=4; -update noar ti set b0='OHUPUAZC2TARNQ' where id=4; -update noar tt set b1='F6R9J9' where id=4; -update noar ti set b1='F6R9J9' where id=4; -update noar tt set b2='WX' where id=4; -update noar ti set b2='WX' where id=4; -update noar tt set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5; -update noar ti set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5; -update noar tt set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5; -update noar ti set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5; -update noar tt set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5; -update noar ti set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5; -update noar tt set b0='V7TA9' where id=6; -update noar ti set b0='V7TA9' where id=6; -update noar tt set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6; -update noar ti set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6; -update noar tt set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6; -update noar ti set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6; -update noar tt set b0='T625PDFFOBDUJK2A1KVE' where id=7; -update noar ti set b0='T625PDFFOBDUJK2A1KVE' where id=7; -update noar tt set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7; -update noar ti set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7; -update noar tt set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7; -update noar ti set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7; -update noar tt set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8; -update noar ti set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8; -update noar tt set b1='2JY8X3GADKY0S1VT8Q' where id=8; -update noar ti set b1='2JY8X3GADKY0S1VT8Q' where id=8; -update noar tt set b2='ZIF9BYLNGX154X8K' where id=8; -update noar ti set b2='ZIF9BYLNGX154X8K' where id=8; -update noar tt set b0='7H1TU8YP5A0D' where id=9; -update noar ti set b0='7H1TU8YP5A0D' where id=9; -update noar tt set b1='ADW9A33GI' where id=9; -update noar ti set b1='ADW9A33GI' where id=9; -update noar tt set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9; -update noar ti set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1; -update noar ti set b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1; -update noar tt set b1='WT4OI' where id=1; -update noar ti set b1='WT4OI' where id=1; -update noar tt set b2='GNZ' where id=1; -update noar ti set b2='GNZ' where id=1; -update noar tt set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2; -update noar ti set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2; -update noar tt set b1='HY3' where id=2; -update noar ti set b1='HY3' where id=2; -update noar tt set b2='ARFF5BETLD8AJJM' where id=2; -update noar ti set b2='ARFF5BETLD8AJJM' where id=2; -update noar tt set b0='HZ3U9ACQD0RZ' where id=3; -update noar ti set b0='HZ3U9ACQD0RZ' where id=3; -update noar tt set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3; -update noar ti set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3; -update noar tt set b2='3Y9W090ESO0SDFNCUJJN' where id=3; -update noar ti set b2='3Y9W090ESO0SDFNCUJJN' where id=3; -update noar tt set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4; -update noar ti set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4; -update noar tt set b1='O4SSRIWGVDZTTA9VZP7' where id=4; -update noar ti set b1='O4SSRIWGVDZTTA9VZP7' where id=4; -update noar tt set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4; -update noar ti set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4; -update noar tt set b0='4QVZKM' where id=5; -update noar ti set b0='4QVZKM' where id=5; -update noar tt set b1='0NJVRH' where id=5; -update noar ti set b1='0NJVRH' where id=5; -update noar tt set b2='V' where id=5; -update noar ti set b2='V' where id=5; -update noar tt set b0='85RL2F4OBNK' where id=6; -update noar ti set b0='85RL2F4OBNK' where id=6; -update noar tt set b1='PYGDSSP9E9' where id=6; -update noar ti set b1='PYGDSSP9E9' where id=6; -update noar tt set b2='2N5XN6O' where id=6; -update noar ti set b2='2N5XN6O' where id=6; -update noar tt set b0='QQG91P0SP1AXBV34X7I' where id=7; -update noar ti set b0='QQG91P0SP1AXBV34X7I' where id=7; -update noar tt set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7; -update noar ti set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7; -update noar tt set b2='NL13BN1UF870L4WD' where id=7; -update noar ti set b2='NL13BN1UF870L4WD' where id=7; -update noar tt set b0='OSZALWNP8A' where id=8; -update noar ti set b0='OSZALWNP8A' where id=8; -update noar tt set b1='UP1EOBGBI73I3QMI8G0P1' where id=8; -update noar ti set b1='UP1EOBGBI73I3QMI8G0P1' where id=8; -update noar tt set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8; -update noar ti set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8; -update noar tt set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9; -update noar ti set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9; -update noar tt set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9; -update noar ti set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9; -update noar tt set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9; -update noar ti set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1; -update noar ti set b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1; -update noar tt set b1='9IKISSJJP94ULPMVA3PY' where id=1; -update noar ti set b1='9IKISSJJP94ULPMVA3PY' where id=1; -update noar tt set b2='6F0A1XO70VDST4Y' where id=1; -update noar ti set b2='6F0A1XO70VDST4Y' where id=1; -update noar tt set b0='2658MQ8OLXXWUYZS2' where id=2; -update noar ti set b0='2658MQ8OLXXWUYZS2' where id=2; -update noar tt set b1='2' where id=2; -update noar ti set b1='2' where id=2; -update noar tt set b2='XYNDTRKJ7N4C4JK' where id=2; -update noar ti set b2='XYNDTRKJ7N4C4JK' where id=2; -update noar tt set b0='G' where id=3; -update noar ti set b0='G' where id=3; -update noar tt set b1='1ZWM1CMIOZ1L70L' where id=3; -update noar ti set b1='1ZWM1CMIOZ1L70L' where id=3; -update noar tt set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3; -update noar ti set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3; -update noar tt set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4; -update noar ti set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4; -update noar tt set b1='SE0A7EG7OJHQS' where id=4; -update noar ti set b1='SE0A7EG7OJHQS' where id=4; -update noar tt set b2='3LDB8TIZUDRDCXM15U' where id=4; -update noar ti set b2='3LDB8TIZUDRDCXM15U' where id=4; -update noar tt set b0='RMQV63TKMJ6J' where id=5; -update noar ti set b0='RMQV63TKMJ6J' where id=5; -update noar tt set b1='R13LT1CXL6OUC737DD3C5A' where id=5; -update noar ti set b1='R13LT1CXL6OUC737DD3C5A' where id=5; -update noar tt set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5; -update noar ti set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5; -update noar tt set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6; -update noar ti set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6; -update noar tt set b1='W70M' where id=6; -update noar ti set b1='W70M' where id=6; -update noar tt set b2='QADLOFC4Q' where id=6; -update noar ti set b2='QADLOFC4Q' where id=6; -update noar tt set b0='3MIAR00DAZ' where id=7; -update noar ti set b0='3MIAR00DAZ' where id=7; -update noar tt set b1='01PA8WLFSFEZN2XA' where id=7; -update noar ti set b1='01PA8WLFSFEZN2XA' where id=7; -update noar tt set b2='8R1GFIUYGLP' where id=7; -update noar ti set b2='8R1GFIUYGLP' where id=7; -update noar tt set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8; -update noar ti set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8; -update noar tt set b1='8T1FA8H9B75Y191OC48Z738' where id=8; -update noar ti set b1='8T1FA8H9B75Y191OC48Z738' where id=8; -update noar tt set b2='C' where id=8; -update noar ti set b2='C' where id=8; -update noar tt set b0='CMOIIWX5R96XEN7GDP7O0' where id=9; -update noar ti set b0='CMOIIWX5R96XEN7GDP7O0' where id=9; -update noar tt set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9; -update noar ti set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9; -update noar tt set b2='QV1KYD2TXGLPZ' where id=9; -update noar ti set b2='QV1KYD2TXGLPZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1; -update noar ti set b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1; -update noar tt set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1; -update noar ti set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1; -update noar tt set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1; -update noar ti set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1; -update noar tt set b0='1KDWZ6' where id=2; -update noar ti set b0='1KDWZ6' where id=2; -update noar tt set b1='WPKIJGS8U6OW0KQ' where id=2; -update noar ti set b1='WPKIJGS8U6OW0KQ' where id=2; -update noar tt set b2='UKNXU2D6' where id=2; -update noar ti set b2='UKNXU2D6' where id=2; -update noar tt set b0='DNXQTCNIILPE3' where id=3; -update noar ti set b0='DNXQTCNIILPE3' where id=3; -update noar tt set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3; -update noar ti set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3; -update noar tt set b2='1IYDTB9RW' where id=3; -update noar ti set b2='1IYDTB9RW' where id=3; -update noar tt set b0='SM9S4RM2OLJHH82OK1VV' where id=4; -update noar ti set b0='SM9S4RM2OLJHH82OK1VV' where id=4; -update noar tt set b1='ZGVH' where id=4; -update noar ti set b1='ZGVH' where id=4; -update noar tt set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4; -update noar ti set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4; -update noar tt set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5; -update noar ti set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5; -update noar tt set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5; -update noar ti set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5; -update noar tt set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5; -update noar ti set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5; -update noar tt set b0='027HVWMX' where id=6; -update noar ti set b0='027HVWMX' where id=6; -update noar tt set b1='0EWP60VWSG' where id=6; -update noar ti set b1='0EWP60VWSG' where id=6; -update noar tt set b2='SBWDFAWDP2PW8PC1LYZ' where id=6; -update noar ti set b2='SBWDFAWDP2PW8PC1LYZ' where id=6; -update noar tt set b0='VC224VNW0C118R1ABKF1MEX' where id=7; -update noar ti set b0='VC224VNW0C118R1ABKF1MEX' where id=7; -update noar tt set b1='YJAVPB3O' where id=7; -update noar ti set b1='YJAVPB3O' where id=7; -update noar tt set b2='XOH8YK' where id=7; -update noar ti set b2='XOH8YK' where id=7; -update noar tt set b0='I4PTT0OYGANXEAGYHO191GY' where id=8; -update noar ti set b0='I4PTT0OYGANXEAGYHO191GY' where id=8; -update noar tt set b1='97' where id=8; -update noar ti set b1='97' where id=8; -update noar tt set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8; -update noar ti set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8; -update noar tt set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9; -update noar ti set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9; -update noar tt set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9; -update noar ti set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9; -update noar tt set b2='ZT9BB6HA1L80DAEKJFME' where id=9; -update noar ti set b2='ZT9BB6HA1L80DAEKJFME' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6CAUYPW6EL' where id=1; -update noar ti set b0='6CAUYPW6EL' where id=1; -update noar tt set b1='NV9BR1BI6UJ' where id=1; -update noar ti set b1='NV9BR1BI6UJ' where id=1; -update noar tt set b2='JOXP2S3T0ZCVVKF' where id=1; -update noar ti set b2='JOXP2S3T0ZCVVKF' where id=1; -update noar tt set b0='736HKDM40' where id=2; -update noar ti set b0='736HKDM40' where id=2; -update noar tt set b1='999TXVGNA1FPQR' where id=2; -update noar ti set b1='999TXVGNA1FPQR' where id=2; -update noar tt set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2; -update noar ti set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2; -update noar tt set b0='VG0' where id=3; -update noar ti set b0='VG0' where id=3; -update noar tt set b1='5FRJYS' where id=3; -update noar ti set b1='5FRJYS' where id=3; -update noar tt set b2='EECZUH6K5PZ7CTY' where id=3; -update noar ti set b2='EECZUH6K5PZ7CTY' where id=3; -update noar tt set b0='M9T0HGZZGR' where id=4; -update noar ti set b0='M9T0HGZZGR' where id=4; -update noar tt set b1='QSDMVSYKJXJWIOO9K9' where id=4; -update noar ti set b1='QSDMVSYKJXJWIOO9K9' where id=4; -update noar tt set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4; -update noar ti set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4; -update noar tt set b0='AASGZL6TG912HM2MOCXUR' where id=5; -update noar ti set b0='AASGZL6TG912HM2MOCXUR' where id=5; -update noar tt set b1='P5KHI1V4LZF02XW' where id=5; -update noar ti set b1='P5KHI1V4LZF02XW' where id=5; -update noar tt set b2='EXSL7PAYETH8I' where id=5; -update noar ti set b2='EXSL7PAYETH8I' where id=5; -update noar tt set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6; -update noar ti set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6; -update noar tt set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6; -update noar ti set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6; -update noar tt set b2='N7' where id=6; -update noar ti set b2='N7' where id=6; -update noar tt set b0='Z5' where id=7; -update noar ti set b0='Z5' where id=7; -update noar tt set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7; -update noar ti set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7; -update noar tt set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7; -update noar ti set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7; -update noar tt set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8; -update noar ti set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8; -update noar tt set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8; -update noar ti set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8; -update noar tt set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8; -update noar ti set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8; -update noar tt set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9; -update noar ti set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9; -update noar tt set b1='8V6' where id=9; -update noar ti set b1='8V6' where id=9; -update noar tt set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9; -update noar ti set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 mediumblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='F7' where id=1; -update noar ti set b0='F7' where id=1; -update noar tt set b1='LSKALVO1TA' where id=1; -update noar ti set b1='LSKALVO1TA' where id=1; -update noar tt set b2='VQ0ENLI6G0E' where id=1; -update noar ti set b2='VQ0ENLI6G0E' where id=1; -update noar tt set b0='XAAZKI' where id=2; -update noar ti set b0='XAAZKI' where id=2; -update noar tt set b1='B5LTVGXCICBTRK05JY12' where id=2; -update noar ti set b1='B5LTVGXCICBTRK05JY12' where id=2; -update noar tt set b2='FCEQWB' where id=2; -update noar ti set b2='FCEQWB' where id=2; -update noar tt set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3; -update noar ti set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3; -update noar tt set b1='001IR8BY' where id=3; -update noar ti set b1='001IR8BY' where id=3; -update noar tt set b2='K9EA' where id=3; -update noar ti set b2='K9EA' where id=3; -update noar tt set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4; -update noar ti set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4; -update noar tt set b1='J3XPCEUY0X0ZO53Q' where id=4; -update noar ti set b1='J3XPCEUY0X0ZO53Q' where id=4; -update noar tt set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4; -update noar ti set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5; -update noar ti set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5; -update noar tt set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5; -update noar ti set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5; -update noar tt set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6; -update noar ti set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6; -update noar tt set b1='T9XOWRH' where id=6; -update noar ti set b1='T9XOWRH' where id=6; -update noar tt set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6; -update noar ti set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6; -update noar tt set b0='U37OKI2NHSGMGBTUND' where id=7; -update noar ti set b0='U37OKI2NHSGMGBTUND' where id=7; -update noar tt set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7; -update noar ti set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7; -update noar tt set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7; -update noar ti set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7; -update noar tt set b0='MEWI2ZWW8PGN' where id=8; -update noar ti set b0='MEWI2ZWW8PGN' where id=8; -update noar tt set b1='IOK449PT5AZK1SXOJD1Q' where id=8; -update noar ti set b1='IOK449PT5AZK1SXOJD1Q' where id=8; -update noar tt set b2='06DW4LX6WNB' where id=8; -update noar ti set b2='06DW4LX6WNB' where id=8; -update noar tt set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9; -update noar ti set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9; -update noar tt set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9; -update noar ti set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9; -update noar tt set b2='QMYR' where id=9; -update noar ti set b2='QMYR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 mediumblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S' where id=1; -update noar ti set b0='S' where id=1; -update noar tt set b1='1I1YHX9UNR369ZS5FT' where id=1; -update noar ti set b1='1I1YHX9UNR369ZS5FT' where id=1; -update noar tt set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1; -update noar ti set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1; -update noar tt set b0='E97K7Q93YPFA9B3PUV' where id=2; -update noar ti set b0='E97K7Q93YPFA9B3PUV' where id=2; -update noar tt set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2; -update noar ti set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2; -update noar tt set b2='RCALC83TID0GSFMQHJA' where id=2; -update noar ti set b2='RCALC83TID0GSFMQHJA' where id=2; -update noar tt set b0='O2H2V79N2WO07QCCA' where id=3; -update noar ti set b0='O2H2V79N2WO07QCCA' where id=3; -update noar tt set b1='CK' where id=3; -update noar ti set b1='CK' where id=3; -update noar tt set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3; -update noar ti set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3; -update noar tt set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4; -update noar ti set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4; -update noar tt set b1='AES2MT4MCUQ7WBCJDBK' where id=4; -update noar ti set b1='AES2MT4MCUQ7WBCJDBK' where id=4; -update noar tt set b2='1WAV830TBGMFYHHD' where id=4; -update noar ti set b2='1WAV830TBGMFYHHD' where id=4; -update noar tt set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5; -update noar ti set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5; -update noar tt set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5; -update noar ti set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5; -update noar tt set b2='8T5' where id=5; -update noar ti set b2='8T5' where id=5; -update noar tt set b0='WMQO8O9B9FELFGIX2F' where id=6; -update noar ti set b0='WMQO8O9B9FELFGIX2F' where id=6; -update noar tt set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6; -update noar ti set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6; -update noar tt set b2='2A0' where id=6; -update noar ti set b2='2A0' where id=6; -update noar tt set b0='1E13TBB' where id=7; -update noar ti set b0='1E13TBB' where id=7; -update noar tt set b1='R34SV9Q079NDH9QLAYGIVG' where id=7; -update noar ti set b1='R34SV9Q079NDH9QLAYGIVG' where id=7; -update noar tt set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7; -update noar ti set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7; -update noar tt set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8; -update noar ti set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8; -update noar tt set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8; -update noar ti set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8; -update noar tt set b2='U7X78FYM' where id=8; -update noar ti set b2='U7X78FYM' where id=8; -update noar tt set b0='GSO6' where id=9; -update noar ti set b0='GSO6' where id=9; -update noar tt set b1='T7511LP29OS6VKSCC' where id=9; -update noar ti set b1='T7511LP29OS6VKSCC' where id=9; -update noar tt set b2='JMQ1' where id=9; -update noar ti set b2='JMQ1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1; -update noar ti set b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1; -update noar tt set b1='YTVASEIF' where id=1; -update noar ti set b1='YTVASEIF' where id=1; -update noar tt set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1; -update noar ti set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1; -update noar tt set b0='OO' where id=2; -update noar ti set b0='OO' where id=2; -update noar tt set b1='361GKY38WX0ED5S1DGA' where id=2; -update noar ti set b1='361GKY38WX0ED5S1DGA' where id=2; -update noar tt set b2='92Q' where id=2; -update noar ti set b2='92Q' where id=2; -update noar tt set b0='R0KDIDIA760DSETGB4PLOW5' where id=3; -update noar ti set b0='R0KDIDIA760DSETGB4PLOW5' where id=3; -update noar tt set b1='C' where id=3; -update noar ti set b1='C' where id=3; -update noar tt set b2='I4444EF9C2I' where id=3; -update noar ti set b2='I4444EF9C2I' where id=3; -update noar tt set b0='WVSTWO3BG' where id=4; -update noar ti set b0='WVSTWO3BG' where id=4; -update noar tt set b1='2XI3ZORR0BO5I245GEKZ' where id=4; -update noar ti set b1='2XI3ZORR0BO5I245GEKZ' where id=4; -update noar tt set b2='RRLDJ8' where id=4; -update noar ti set b2='RRLDJ8' where id=4; -update noar tt set b0='7' where id=5; -update noar ti set b0='7' where id=5; -update noar tt set b1='QI6MAPFBO3CP' where id=5; -update noar ti set b1='QI6MAPFBO3CP' where id=5; -update noar tt set b2='98TA4DPA5ON9BCVMA0Z' where id=5; -update noar ti set b2='98TA4DPA5ON9BCVMA0Z' where id=5; -update noar tt set b0='2G' where id=6; -update noar ti set b0='2G' where id=6; -update noar tt set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6; -update noar ti set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6; -update noar tt set b2='Y6481' where id=6; -update noar ti set b2='Y6481' where id=6; -update noar tt set b0='QH75' where id=7; -update noar ti set b0='QH75' where id=7; -update noar tt set b1='X3VFIAB337LYD7DBF' where id=7; -update noar ti set b1='X3VFIAB337LYD7DBF' where id=7; -update noar tt set b2='W6PWF0DV78' where id=7; -update noar ti set b2='W6PWF0DV78' where id=7; -update noar tt set b0='VUH87V5F' where id=8; -update noar ti set b0='VUH87V5F' where id=8; -update noar tt set b1='9TIEGAW1MPASPDCVI8' where id=8; -update noar ti set b1='9TIEGAW1MPASPDCVI8' where id=8; -update noar tt set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8; -update noar ti set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8; -update noar tt set b0='GR' where id=9; -update noar ti set b0='GR' where id=9; -update noar tt set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9; -update noar ti set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9; -update noar tt set b2='RA' where id=9; -update noar ti set b2='RA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1; -update noar ti set b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1; -update noar tt set b1='3Q0JKSO2Z5URP' where id=1; -update noar ti set b1='3Q0JKSO2Z5URP' where id=1; -update noar tt set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1; -update noar ti set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1; -update noar tt set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2; -update noar ti set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2; -update noar tt set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2; -update noar ti set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2; -update noar tt set b2='3E3582KWGAV' where id=2; -update noar ti set b2='3E3582KWGAV' where id=2; -update noar tt set b0='KRR08HTNGOQFATE' where id=3; -update noar ti set b0='KRR08HTNGOQFATE' where id=3; -update noar tt set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3; -update noar ti set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3; -update noar tt set b2='2FXVSY' where id=3; -update noar ti set b2='2FXVSY' where id=3; -update noar tt set b0='IU85IK7Q3' where id=4; -update noar ti set b0='IU85IK7Q3' where id=4; -update noar tt set b1='FXQ3XVXUK' where id=4; -update noar ti set b1='FXQ3XVXUK' where id=4; -update noar tt set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4; -update noar ti set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4; -update noar tt set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5; -update noar ti set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5; -update noar tt set b1='36L35ZIKE9' where id=5; -update noar ti set b1='36L35ZIKE9' where id=5; -update noar tt set b2='JGHEW6KHAMN6I0JRNM' where id=5; -update noar ti set b2='JGHEW6KHAMN6I0JRNM' where id=5; -update noar tt set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6; -update noar ti set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6; -update noar tt set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6; -update noar ti set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6; -update noar tt set b2='V9T4CJV55OTC' where id=6; -update noar ti set b2='V9T4CJV55OTC' where id=6; -update noar tt set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7; -update noar ti set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7; -update noar tt set b1='B8' where id=7; -update noar ti set b1='B8' where id=7; -update noar tt set b2='1P' where id=7; -update noar ti set b2='1P' where id=7; -update noar tt set b0='9JU5XTJQ8K4HH2LJ7A' where id=8; -update noar ti set b0='9JU5XTJQ8K4HH2LJ7A' where id=8; -update noar tt set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8; -update noar ti set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8; -update noar tt set b2='3VPWI83QLNJU4WJ1' where id=8; -update noar ti set b2='3VPWI83QLNJU4WJ1' where id=8; -update noar tt set b0='633PXANQAGN60YC35L' where id=9; -update noar ti set b0='633PXANQAGN60YC35L' where id=9; -update noar tt set b1='ZP9ZHVA05KAL' where id=9; -update noar ti set b1='ZP9ZHVA05KAL' where id=9; -update noar tt set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9; -update noar ti set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NXQQRD3M53K6NF7IG92WK2' where id=1; -update noar ti set b0='NXQQRD3M53K6NF7IG92WK2' where id=1; -update noar tt set b1='I67SVCO2K1ZJ' where id=1; -update noar ti set b1='I67SVCO2K1ZJ' where id=1; -update noar tt set b2='I8P8YDS6KM6IRE7MNGCF' where id=1; -update noar ti set b2='I8P8YDS6KM6IRE7MNGCF' where id=1; -update noar tt set b0='Y2BA9' where id=2; -update noar ti set b0='Y2BA9' where id=2; -update noar tt set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2; -update noar ti set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2; -update noar tt set b2='338MG5UD1568BKI7Q7VXRH' where id=2; -update noar ti set b2='338MG5UD1568BKI7Q7VXRH' where id=2; -update noar tt set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3; -update noar ti set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3; -update noar tt set b1='EAVNHGU4MBF' where id=3; -update noar ti set b1='EAVNHGU4MBF' where id=3; -update noar tt set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3; -update noar ti set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3; -update noar tt set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4; -update noar ti set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4; -update noar tt set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4; -update noar ti set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4; -update noar tt set b2='NC16L3DLGP0KTW6O' where id=4; -update noar ti set b2='NC16L3DLGP0KTW6O' where id=4; -update noar tt set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5; -update noar ti set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5; -update noar tt set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5; -update noar ti set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5; -update noar tt set b2='YZD' where id=5; -update noar ti set b2='YZD' where id=5; -update noar tt set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6; -update noar ti set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6; -update noar tt set b1='EN3G0PC30KQ34XLFUAQR4' where id=6; -update noar ti set b1='EN3G0PC30KQ34XLFUAQR4' where id=6; -update noar tt set b2='LJ41D97' where id=6; -update noar ti set b2='LJ41D97' where id=6; -update noar tt set b0='WHBH65AFVEQ6H4P' where id=7; -update noar ti set b0='WHBH65AFVEQ6H4P' where id=7; -update noar tt set b1='8U59FI0LWKLVLNF5' where id=7; -update noar ti set b1='8U59FI0LWKLVLNF5' where id=7; -update noar tt set b2='15OVTL4S' where id=7; -update noar ti set b2='15OVTL4S' where id=7; -update noar tt set b0='L3UXTOFNSL251GMFH' where id=8; -update noar ti set b0='L3UXTOFNSL251GMFH' where id=8; -update noar tt set b1='J' where id=8; -update noar ti set b1='J' where id=8; -update noar tt set b2='KF1RO4N7WEO6QCWVUL' where id=8; -update noar ti set b2='KF1RO4N7WEO6QCWVUL' where id=8; -update noar tt set b0='4MSXYR4ABDFQXRVCZP5' where id=9; -update noar ti set b0='4MSXYR4ABDFQXRVCZP5' where id=9; -update noar tt set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9; -update noar ti set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9; -update noar tt set b2='48JY9SSEJZZXR80DWU' where id=9; -update noar ti set b2='48JY9SSEJZZXR80DWU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1; -update noar ti set b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1; -update noar tt set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1; -update noar ti set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1; -update noar tt set b2='17A95DDREMLFVFG' where id=1; -update noar ti set b2='17A95DDREMLFVFG' where id=1; -update noar tt set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2; -update noar ti set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2; -update noar tt set b1='D788' where id=2; -update noar ti set b1='D788' where id=2; -update noar tt set b2='V6XZ' where id=2; -update noar ti set b2='V6XZ' where id=2; -update noar tt set b0='2DK1UBRVDBHVUENY4UEG2' where id=3; -update noar ti set b0='2DK1UBRVDBHVUENY4UEG2' where id=3; -update noar tt set b1='D3WJD5P3Q' where id=3; -update noar ti set b1='D3WJD5P3Q' where id=3; -update noar tt set b2='09QYU' where id=3; -update noar ti set b2='09QYU' where id=3; -update noar tt set b0='4KNVGVL' where id=4; -update noar ti set b0='4KNVGVL' where id=4; -update noar tt set b1='PNP3XAT1W' where id=4; -update noar ti set b1='PNP3XAT1W' where id=4; -update noar tt set b2='YSUCD8BDH63M98XA' where id=4; -update noar ti set b2='YSUCD8BDH63M98XA' where id=4; -update noar tt set b0='08R0L2BP967A' where id=5; -update noar ti set b0='08R0L2BP967A' where id=5; -update noar tt set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5; -update noar ti set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5; -update noar tt set b2='Q447UQ604H3UXLNAJ' where id=5; -update noar ti set b2='Q447UQ604H3UXLNAJ' where id=5; -update noar tt set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6; -update noar ti set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6; -update noar tt set b1='GLGGL6U1SG' where id=6; -update noar ti set b1='GLGGL6U1SG' where id=6; -update noar tt set b2='R00O9ECHZSYM5FIMSQY' where id=6; -update noar ti set b2='R00O9ECHZSYM5FIMSQY' where id=6; -update noar tt set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7; -update noar ti set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7; -update noar tt set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7; -update noar ti set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7; -update noar tt set b2='KSWRONRU4N7' where id=7; -update noar ti set b2='KSWRONRU4N7' where id=7; -update noar tt set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8; -update noar ti set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8; -update noar tt set b1='ZDHL3' where id=8; -update noar ti set b1='ZDHL3' where id=8; -update noar tt set b2='BCEOMRP0N01ZN1IB4A0' where id=8; -update noar ti set b2='BCEOMRP0N01ZN1IB4A0' where id=8; -update noar tt set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9; -update noar ti set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9; -update noar tt set b1='EEP0A' where id=9; -update noar ti set b1='EEP0A' where id=9; -update noar tt set b2='3H60DMQDZM35FQECAOFUJ0' where id=9; -update noar ti set b2='3H60DMQDZM35FQECAOFUJ0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1; -update noar ti set b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1; -update noar tt set b1='R3R24PNNIG8N65EIDJT' where id=1; -update noar ti set b1='R3R24PNNIG8N65EIDJT' where id=1; -update noar tt set b2='AZWFBDKVQ0E' where id=1; -update noar ti set b2='AZWFBDKVQ0E' where id=1; -update noar tt set b0='A36IN830DMYRBZC' where id=2; -update noar ti set b0='A36IN830DMYRBZC' where id=2; -update noar tt set b1='QLM8JTATMNIES9XESY' where id=2; -update noar ti set b1='QLM8JTATMNIES9XESY' where id=2; -update noar tt set b2='C26XNJX2NPBZILAYVHGKRS' where id=2; -update noar ti set b2='C26XNJX2NPBZILAYVHGKRS' where id=2; -update noar tt set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3; -update noar ti set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3; -update noar tt set b1='ATVWFNDOQ1R8' where id=3; -update noar ti set b1='ATVWFNDOQ1R8' where id=3; -update noar tt set b2='V' where id=3; -update noar ti set b2='V' where id=3; -update noar tt set b0='LPQKBR4IPN82SYO6A13W' where id=4; -update noar ti set b0='LPQKBR4IPN82SYO6A13W' where id=4; -update noar tt set b1='S7GAZ1INVKTJ' where id=4; -update noar ti set b1='S7GAZ1INVKTJ' where id=4; -update noar tt set b2='UYGU0JI9AI' where id=4; -update noar ti set b2='UYGU0JI9AI' where id=4; -update noar tt set b0='84T1AHYMJ' where id=5; -update noar ti set b0='84T1AHYMJ' where id=5; -update noar tt set b1='XW15XWNAKM' where id=5; -update noar ti set b1='XW15XWNAKM' where id=5; -update noar tt set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5; -update noar ti set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5; -update noar tt set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6; -update noar ti set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6; -update noar tt set b1='X9IDKTBK074WCZ92NWS6' where id=6; -update noar ti set b1='X9IDKTBK074WCZ92NWS6' where id=6; -update noar tt set b2='OT3QWO2' where id=6; -update noar ti set b2='OT3QWO2' where id=6; -update noar tt set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7; -update noar ti set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7; -update noar tt set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7; -update noar ti set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7; -update noar tt set b2='NKTGTP6Z88L73QKR' where id=7; -update noar ti set b2='NKTGTP6Z88L73QKR' where id=7; -update noar tt set b0='7A01' where id=8; -update noar ti set b0='7A01' where id=8; -update noar tt set b1='XDXY5DJHJXXGJTXK' where id=8; -update noar ti set b1='XDXY5DJHJXXGJTXK' where id=8; -update noar tt set b2='3O' where id=8; -update noar ti set b2='3O' where id=8; -update noar tt set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9; -update noar ti set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9; -update noar tt set b1='LLM7F8LF' where id=9; -update noar ti set b1='LLM7F8LF' where id=9; -update noar tt set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9; -update noar ti set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S2GNWID48DVN' where id=1; -update noar ti set b0='S2GNWID48DVN' where id=1; -update noar tt set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1; -update noar ti set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1; -update noar tt set b2='6BWBHHCPT' where id=1; -update noar ti set b2='6BWBHHCPT' where id=1; -update noar tt set b0='87' where id=2; -update noar ti set b0='87' where id=2; -update noar tt set b1='R70I2AXYVJS' where id=2; -update noar ti set b1='R70I2AXYVJS' where id=2; -update noar tt set b2='S8X0XMCORSW5Z' where id=2; -update noar ti set b2='S8X0XMCORSW5Z' where id=2; -update noar tt set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3; -update noar ti set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3; -update noar tt set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3; -update noar ti set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3; -update noar tt set b2='56854R' where id=3; -update noar ti set b2='56854R' where id=3; -update noar tt set b0='MA64632MHVXC' where id=4; -update noar ti set b0='MA64632MHVXC' where id=4; -update noar tt set b1='8Z5DPNB' where id=4; -update noar ti set b1='8Z5DPNB' where id=4; -update noar tt set b2='IY44E3' where id=4; -update noar ti set b2='IY44E3' where id=4; -update noar tt set b0='5WE6S5' where id=5; -update noar ti set b0='5WE6S5' where id=5; -update noar tt set b1='NPX' where id=5; -update noar ti set b1='NPX' where id=5; -update noar tt set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5; -update noar ti set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5; -update noar tt set b0='JCY' where id=6; -update noar ti set b0='JCY' where id=6; -update noar tt set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6; -update noar ti set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6; -update noar tt set b2='1S7EMKKQHB9L' where id=6; -update noar ti set b2='1S7EMKKQHB9L' where id=6; -update noar tt set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7; -update noar ti set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7; -update noar tt set b1='CSXYJQZFL45CIIJ' where id=7; -update noar ti set b1='CSXYJQZFL45CIIJ' where id=7; -update noar tt set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7; -update noar ti set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7; -update noar tt set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8; -update noar ti set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8; -update noar tt set b1='TN' where id=8; -update noar ti set b1='TN' where id=8; -update noar tt set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8; -update noar ti set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8; -update noar tt set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9; -update noar ti set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9; -update noar tt set b1='GJI4MEN8D4554SKXD' where id=9; -update noar ti set b1='GJI4MEN8D4554SKXD' where id=9; -update noar tt set b2='PU2UXKL4TJ' where id=9; -update noar ti set b2='PU2UXKL4TJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1; -update noar ti set b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1; -update noar tt set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1; -update noar ti set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1; -update noar tt set b2='XC5RRXD4UIJNYYVXO' where id=1; -update noar ti set b2='XC5RRXD4UIJNYYVXO' where id=1; -update noar tt set b0='L1D' where id=2; -update noar ti set b0='L1D' where id=2; -update noar tt set b1='3' where id=2; -update noar ti set b1='3' where id=2; -update noar tt set b2='J4FURTLO7LOHFI6WCDVX5' where id=2; -update noar ti set b2='J4FURTLO7LOHFI6WCDVX5' where id=2; -update noar tt set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3; -update noar ti set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3; -update noar tt set b1='Z0Z83M4987340NEB2637' where id=3; -update noar ti set b1='Z0Z83M4987340NEB2637' where id=3; -update noar tt set b2='0E9G11M74UYE3IE9EEDL' where id=3; -update noar ti set b2='0E9G11M74UYE3IE9EEDL' where id=3; -update noar tt set b0='6N99N5I' where id=4; -update noar ti set b0='6N99N5I' where id=4; -update noar tt set b1='SFLEK27' where id=4; -update noar ti set b1='SFLEK27' where id=4; -update noar tt set b2='9TNERZ7UCPFT09TXNB' where id=4; -update noar ti set b2='9TNERZ7UCPFT09TXNB' where id=4; -update noar tt set b0='WRRLSIN' where id=5; -update noar ti set b0='WRRLSIN' where id=5; -update noar tt set b1='20UD58MVO' where id=5; -update noar ti set b1='20UD58MVO' where id=5; -update noar tt set b2='O22I3AAI91GPOPJW5VE' where id=5; -update noar ti set b2='O22I3AAI91GPOPJW5VE' where id=5; -update noar tt set b0='48X5A0KD6HNRA0PYRO34' where id=6; -update noar ti set b0='48X5A0KD6HNRA0PYRO34' where id=6; -update noar tt set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6; -update noar ti set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6; -update noar tt set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6; -update noar ti set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6; -update noar tt set b0='PHGE90JKAE14EVI' where id=7; -update noar ti set b0='PHGE90JKAE14EVI' where id=7; -update noar tt set b1='PUX8' where id=7; -update noar ti set b1='PUX8' where id=7; -update noar tt set b2='U562PGF7JNY3XPDA7ONZ' where id=7; -update noar ti set b2='U562PGF7JNY3XPDA7ONZ' where id=7; -update noar tt set b0='LJKEHRQUK58A7KLG6JQGN' where id=8; -update noar ti set b0='LJKEHRQUK58A7KLG6JQGN' where id=8; -update noar tt set b1='3IK2Q' where id=8; -update noar ti set b1='3IK2Q' where id=8; -update noar tt set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8; -update noar ti set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8; -update noar tt set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9; -update noar ti set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9; -update noar tt set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9; -update noar ti set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9; -update noar tt set b2='3KJTATITCH2IG90S' where id=9; -update noar ti set b2='3KJTATITCH2IG90S' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XLSSZRO' where id=1; -update noar ti set b0='XLSSZRO' where id=1; -update noar tt set b1='8' where id=1; -update noar ti set b1='8' where id=1; -update noar tt set b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1; -update noar ti set b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1; -update noar tt set b0='MAZR66TUMVRHAVG' where id=2; -update noar ti set b0='MAZR66TUMVRHAVG' where id=2; -update noar tt set b1='P8L5Y36PX' where id=2; -update noar ti set b1='P8L5Y36PX' where id=2; -update noar tt set b2='R0QWA98' where id=2; -update noar ti set b2='R0QWA98' where id=2; -update noar tt set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3; -update noar ti set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3; -update noar tt set b1='NV0WHD413MZ5UG0Q' where id=3; -update noar ti set b1='NV0WHD413MZ5UG0Q' where id=3; -update noar tt set b2='Q58X4R1NKDN07' where id=3; -update noar ti set b2='Q58X4R1NKDN07' where id=3; -update noar tt set b0='6LPVBTEW8' where id=4; -update noar ti set b0='6LPVBTEW8' where id=4; -update noar tt set b1='3UD320' where id=4; -update noar ti set b1='3UD320' where id=4; -update noar tt set b2='Z5U' where id=4; -update noar ti set b2='Z5U' where id=4; -update noar tt set b0='ZZ0F8BTA696P7' where id=5; -update noar ti set b0='ZZ0F8BTA696P7' where id=5; -update noar tt set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5; -update noar ti set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5; -update noar tt set b2='EH0T8993' where id=5; -update noar ti set b2='EH0T8993' where id=5; -update noar tt set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6; -update noar ti set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6; -update noar tt set b1='HN82VINZLWBNA69TOPU' where id=6; -update noar ti set b1='HN82VINZLWBNA69TOPU' where id=6; -update noar tt set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6; -update noar ti set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6; -update noar tt set b0='7GXGKG54FPDRKXJ' where id=7; -update noar ti set b0='7GXGKG54FPDRKXJ' where id=7; -update noar tt set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7; -update noar ti set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7; -update noar tt set b2='W8VM84Q' where id=7; -update noar ti set b2='W8VM84Q' where id=7; -update noar tt set b0='EV' where id=8; -update noar ti set b0='EV' where id=8; -update noar tt set b1='8HG0P' where id=8; -update noar ti set b1='8HG0P' where id=8; -update noar tt set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8; -update noar ti set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8; -update noar tt set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9; -update noar ti set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9; -update noar tt set b1='DRML428XG4R67BX0FN2G9GU' where id=9; -update noar ti set b1='DRML428XG4R67BX0FN2G9GU' where id=9; -update noar tt set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9; -update noar ti set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 longblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1; -update noar ti set b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1; -update noar tt set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1; -update noar ti set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1; -update noar tt set b2='C8KWQI6XUM04JT7OVZ' where id=1; -update noar ti set b2='C8KWQI6XUM04JT7OVZ' where id=1; -update noar tt set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2; -update noar ti set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2; -update noar tt set b1='4UYF6' where id=2; -update noar ti set b1='4UYF6' where id=2; -update noar tt set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2; -update noar ti set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2; -update noar tt set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3; -update noar ti set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3; -update noar tt set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3; -update noar ti set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3; -update noar tt set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3; -update noar ti set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3; -update noar tt set b0='R4K3C5YXY' where id=4; -update noar ti set b0='R4K3C5YXY' where id=4; -update noar tt set b1='BZ3VDZCVF33MFAJID27VS98' where id=4; -update noar ti set b1='BZ3VDZCVF33MFAJID27VS98' where id=4; -update noar tt set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4; -update noar ti set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4; -update noar tt set b0='X4' where id=5; -update noar ti set b0='X4' where id=5; -update noar tt set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5; -update noar ti set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5; -update noar tt set b2='O8G8767UNH2EGP51EDKM73' where id=5; -update noar ti set b2='O8G8767UNH2EGP51EDKM73' where id=5; -update noar tt set b0='T' where id=6; -update noar ti set b0='T' where id=6; -update noar tt set b1='UCOOJ2XL5I' where id=6; -update noar ti set b1='UCOOJ2XL5I' where id=6; -update noar tt set b2='GOAHWCD3HAT' where id=6; -update noar ti set b2='GOAHWCD3HAT' where id=6; -update noar tt set b0='RLWOZRXGBWP4U' where id=7; -update noar ti set b0='RLWOZRXGBWP4U' where id=7; -update noar tt set b1='003TSEHK4X0IN' where id=7; -update noar ti set b1='003TSEHK4X0IN' where id=7; -update noar tt set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7; -update noar ti set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7; -update noar tt set b0='DUX0L' where id=8; -update noar ti set b0='DUX0L' where id=8; -update noar tt set b1='JAZY2' where id=8; -update noar ti set b1='JAZY2' where id=8; -update noar tt set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8; -update noar ti set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8; -update noar tt set b0='T' where id=9; -update noar ti set b0='T' where id=9; -update noar tt set b1='I1' where id=9; -update noar ti set b1='I1' where id=9; -update noar tt set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9; -update noar ti set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 longblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1; -update noar ti set b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1; -update noar tt set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1; -update noar ti set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1; -update noar tt set b2='T3QSG3MSW4GR4KOY7' where id=1; -update noar ti set b2='T3QSG3MSW4GR4KOY7' where id=1; -update noar tt set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2; -update noar ti set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2; -update noar tt set b1='ZB38GFHO5G25' where id=2; -update noar ti set b1='ZB38GFHO5G25' where id=2; -update noar tt set b2='DOXK2H4BDYPQ' where id=2; -update noar ti set b2='DOXK2H4BDYPQ' where id=2; -update noar tt set b0='HI2INZC3LV' where id=3; -update noar ti set b0='HI2INZC3LV' where id=3; -update noar tt set b1='SEYL29YL09' where id=3; -update noar ti set b1='SEYL29YL09' where id=3; -update noar tt set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3; -update noar ti set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3; -update noar tt set b0='IOFI267CHU6NYW5XD' where id=4; -update noar ti set b0='IOFI267CHU6NYW5XD' where id=4; -update noar tt set b1='1AZDD78RDDKF' where id=4; -update noar ti set b1='1AZDD78RDDKF' where id=4; -update noar tt set b2='J5XXCDGGQ' where id=4; -update noar ti set b2='J5XXCDGGQ' where id=4; -update noar tt set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5; -update noar ti set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5; -update noar tt set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5; -update noar ti set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5; -update noar tt set b2='NGRXKNKH8F' where id=5; -update noar ti set b2='NGRXKNKH8F' where id=5; -update noar tt set b0='B14N1BBIV' where id=6; -update noar ti set b0='B14N1BBIV' where id=6; -update noar tt set b1='GQGLP8AILOUJX7KR' where id=6; -update noar ti set b1='GQGLP8AILOUJX7KR' where id=6; -update noar tt set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6; -update noar ti set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6; -update noar tt set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7; -update noar ti set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7; -update noar tt set b1='HE69FHE59A62' where id=7; -update noar ti set b1='HE69FHE59A62' where id=7; -update noar tt set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7; -update noar ti set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7; -update noar tt set b0='0QPCNEPH4HS3Y95056PYHD' where id=8; -update noar ti set b0='0QPCNEPH4HS3Y95056PYHD' where id=8; -update noar tt set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8; -update noar ti set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8; -update noar tt set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8; -update noar ti set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8; -update noar tt set b0='9MK5D1D120TUO930' where id=9; -update noar ti set b0='9MK5D1D120TUO930' where id=9; -update noar tt set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9; -update noar ti set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9; -update noar tt set b2='896QEL8BV8U' where id=9; -update noar ti set b2='896QEL8BV8U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 text null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W0QJFVJ' where id=1; -update noar ti set b0='W0QJFVJ' where id=1; -update noar tt set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1; -update noar ti set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1; -update noar tt set b2='FB6EQWNT30U4J' where id=1; -update noar ti set b2='FB6EQWNT30U4J' where id=1; -update noar tt set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2; -update noar ti set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2; -update noar tt set b1='HF' where id=2; -update noar ti set b1='HF' where id=2; -update noar tt set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2; -update noar ti set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2; -update noar tt set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3; -update noar ti set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3; -update noar tt set b1='OI' where id=3; -update noar ti set b1='OI' where id=3; -update noar tt set b2='7RJ1V' where id=3; -update noar ti set b2='7RJ1V' where id=3; -update noar tt set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4; -update noar ti set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4; -update noar tt set b1='OJUDCULJW2F' where id=4; -update noar ti set b1='OJUDCULJW2F' where id=4; -update noar tt set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4; -update noar ti set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4; -update noar tt set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5; -update noar ti set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5; -update noar tt set b1='UPF2RESCJ328IRRF0JE4' where id=5; -update noar ti set b1='UPF2RESCJ328IRRF0JE4' where id=5; -update noar tt set b2='E51TQ8CWY2O9370GPECYGE' where id=5; -update noar ti set b2='E51TQ8CWY2O9370GPECYGE' where id=5; -update noar tt set b0='6B5D7SRKWBVRD' where id=6; -update noar ti set b0='6B5D7SRKWBVRD' where id=6; -update noar tt set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6; -update noar ti set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6; -update noar tt set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6; -update noar ti set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6; -update noar tt set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7; -update noar ti set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7; -update noar tt set b1='2OO1VI791DPW' where id=7; -update noar ti set b1='2OO1VI791DPW' where id=7; -update noar tt set b2='M4L3WADCIDTSKP0K4B' where id=7; -update noar ti set b2='M4L3WADCIDTSKP0K4B' where id=7; -update noar tt set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8; -update noar ti set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8; -update noar tt set b1='HNGAG0PI2P14' where id=8; -update noar ti set b1='HNGAG0PI2P14' where id=8; -update noar tt set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8; -update noar ti set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8; -update noar tt set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9; -update noar ti set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9; -update noar tt set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9; -update noar ti set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9; -update noar tt set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9; -update noar ti set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 text not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QGWQDDONQL5X25L8VNYUUXU' where id=1; -update noar ti set b0='QGWQDDONQL5X25L8VNYUUXU' where id=1; -update noar tt set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1; -update noar ti set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1; -update noar tt set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1; -update noar ti set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1; -update noar tt set b0='8TJ' where id=2; -update noar ti set b0='8TJ' where id=2; -update noar tt set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2; -update noar ti set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2; -update noar tt set b2='HUN0WK1W5DUDLPUOHW' where id=2; -update noar ti set b2='HUN0WK1W5DUDLPUOHW' where id=2; -update noar tt set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3; -update noar ti set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3; -update noar tt set b1='P1YBSPIH2ZRKBN6ES' where id=3; -update noar ti set b1='P1YBSPIH2ZRKBN6ES' where id=3; -update noar tt set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3; -update noar ti set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3; -update noar tt set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4; -update noar ti set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4; -update noar tt set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4; -update noar ti set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4; -update noar tt set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4; -update noar ti set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4; -update noar tt set b0='CM1P4AU' where id=5; -update noar ti set b0='CM1P4AU' where id=5; -update noar tt set b1='TFQBR6' where id=5; -update noar ti set b1='TFQBR6' where id=5; -update noar tt set b2='PBGEKEEWEJGA' where id=5; -update noar ti set b2='PBGEKEEWEJGA' where id=5; -update noar tt set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6; -update noar ti set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6; -update noar tt set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6; -update noar ti set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6; -update noar tt set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6; -update noar ti set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6; -update noar tt set b0='06136OVB9R' where id=7; -update noar ti set b0='06136OVB9R' where id=7; -update noar tt set b1='ECTIILXY4HY8NH11H' where id=7; -update noar ti set b1='ECTIILXY4HY8NH11H' where id=7; -update noar tt set b2='IC2P5EB' where id=7; -update noar ti set b2='IC2P5EB' where id=7; -update noar tt set b0='IGP12N09O1SVH' where id=8; -update noar ti set b0='IGP12N09O1SVH' where id=8; -update noar tt set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8; -update noar ti set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8; -update noar tt set b2='TRRJCPEGX3N13TX8' where id=8; -update noar ti set b2='TRRJCPEGX3N13TX8' where id=8; -update noar tt set b0='D563TB8' where id=9; -update noar ti set b0='D563TB8' where id=9; -update noar tt set b1='TNY' where id=9; -update noar ti set b1='TNY' where id=9; -update noar tt set b2='PBLTJHGO6UE' where id=9; -update noar ti set b2='PBLTJHGO6UE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 text null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1; -update noar ti set b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1; -update noar tt set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1; -update noar ti set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1; -update noar tt set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1; -update noar ti set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1; -update noar tt set b0='D' where id=2; -update noar ti set b0='D' where id=2; -update noar tt set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2; -update noar ti set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2; -update noar tt set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2; -update noar ti set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2; -update noar tt set b0='0DFBT' where id=3; -update noar ti set b0='0DFBT' where id=3; -update noar tt set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3; -update noar ti set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3; -update noar tt set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3; -update noar ti set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3; -update noar tt set b0='XRYLIKBG' where id=4; -update noar ti set b0='XRYLIKBG' where id=4; -update noar tt set b1='D1L4AVKB3PY29' where id=4; -update noar ti set b1='D1L4AVKB3PY29' where id=4; -update noar tt set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4; -update noar ti set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4; -update noar tt set b0='G' where id=5; -update noar ti set b0='G' where id=5; -update noar tt set b1='30DKW9NKEH2PLYT67' where id=5; -update noar ti set b1='30DKW9NKEH2PLYT67' where id=5; -update noar tt set b2='UYLWN4VI7YOJDY98BYC06H' where id=5; -update noar ti set b2='UYLWN4VI7YOJDY98BYC06H' where id=5; -update noar tt set b0='HD5C5FO62R60MV32' where id=6; -update noar ti set b0='HD5C5FO62R60MV32' where id=6; -update noar tt set b1='JPMT3ORK6X6B' where id=6; -update noar ti set b1='JPMT3ORK6X6B' where id=6; -update noar tt set b2='JMCN7IEYYPX5A7P7AKU' where id=6; -update noar ti set b2='JMCN7IEYYPX5A7P7AKU' where id=6; -update noar tt set b0='6ZT2CAC6SPGFJT' where id=7; -update noar ti set b0='6ZT2CAC6SPGFJT' where id=7; -update noar tt set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7; -update noar ti set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7; -update noar tt set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7; -update noar ti set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7; -update noar tt set b0='DZJGBEZX6I7UPE9TA' where id=8; -update noar ti set b0='DZJGBEZX6I7UPE9TA' where id=8; -update noar tt set b1='L27Q' where id=8; -update noar ti set b1='L27Q' where id=8; -update noar tt set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8; -update noar ti set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8; -update noar tt set b0='C0G51KDVAZ2BKY03FAY4E' where id=9; -update noar ti set b0='C0G51KDVAZ2BKY03FAY4E' where id=9; -update noar tt set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9; -update noar ti set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9; -update noar tt set b2='7PG5GFY0BINV4A' where id=9; -update noar ti set b2='7PG5GFY0BINV4A' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 text not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1; -update noar ti set b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1; -update noar tt set b1='S4QEXH0J9T' where id=1; -update noar ti set b1='S4QEXH0J9T' where id=1; -update noar tt set b2='ADA4K9BMN6Y7IR98WL' where id=1; -update noar ti set b2='ADA4K9BMN6Y7IR98WL' where id=1; -update noar tt set b0='1NN67JASBVRJ' where id=2; -update noar ti set b0='1NN67JASBVRJ' where id=2; -update noar tt set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2; -update noar ti set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2; -update noar tt set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2; -update noar ti set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2; -update noar tt set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3; -update noar ti set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3; -update noar tt set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3; -update noar ti set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3; -update noar tt set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3; -update noar ti set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3; -update noar tt set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4; -update noar ti set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4; -update noar tt set b1='J4XUPSONCZZDEI6IFW' where id=4; -update noar ti set b1='J4XUPSONCZZDEI6IFW' where id=4; -update noar tt set b2='U9WKYA6' where id=4; -update noar ti set b2='U9WKYA6' where id=4; -update noar tt set b0='G66' where id=5; -update noar ti set b0='G66' where id=5; -update noar tt set b1='KIFJN1NZGZDY5MVDRJQ' where id=5; -update noar ti set b1='KIFJN1NZGZDY5MVDRJQ' where id=5; -update noar tt set b2='QI2KOTI' where id=5; -update noar ti set b2='QI2KOTI' where id=5; -update noar tt set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6; -update noar ti set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6; -update noar tt set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6; -update noar ti set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6; -update noar tt set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6; -update noar ti set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6; -update noar tt set b0='FQVFWHN88E9XZ9KT' where id=7; -update noar ti set b0='FQVFWHN88E9XZ9KT' where id=7; -update noar tt set b1='ZCORTFD9TO' where id=7; -update noar ti set b1='ZCORTFD9TO' where id=7; -update noar tt set b2='NZWVZV5M7UEGZE412K48' where id=7; -update noar ti set b2='NZWVZV5M7UEGZE412K48' where id=7; -update noar tt set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8; -update noar ti set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8; -update noar tt set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8; -update noar ti set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8; -update noar tt set b2='OY' where id=8; -update noar ti set b2='OY' where id=8; -update noar tt set b0='ZCE1Z1' where id=9; -update noar ti set b0='ZCE1Z1' where id=9; -update noar tt set b1='ID6VRJF66OU8SN60EY' where id=9; -update noar ti set b1='ID6VRJF66OU8SN60EY' where id=9; -update noar tt set b2='DM39LR37P6XB7KQXY' where id=9; -update noar ti set b2='DM39LR37P6XB7KQXY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 text null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MO26TDAU' where id=1; -update noar ti set b0='MO26TDAU' where id=1; -update noar tt set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1; -update noar ti set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1; -update noar tt set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1; -update noar ti set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1; -update noar tt set b0='B77CGU2C3' where id=2; -update noar ti set b0='B77CGU2C3' where id=2; -update noar tt set b1='9FGMC9UV' where id=2; -update noar ti set b1='9FGMC9UV' where id=2; -update noar tt set b2='PJXELC' where id=2; -update noar ti set b2='PJXELC' where id=2; -update noar tt set b0='HXGLD' where id=3; -update noar ti set b0='HXGLD' where id=3; -update noar tt set b1='C36IY80' where id=3; -update noar ti set b1='C36IY80' where id=3; -update noar tt set b2='PJPIRG2MO' where id=3; -update noar ti set b2='PJPIRG2MO' where id=3; -update noar tt set b0='7QZ1UONC' where id=4; -update noar ti set b0='7QZ1UONC' where id=4; -update noar tt set b1='DKSZ13EZV0H86XZG5E10U' where id=4; -update noar ti set b1='DKSZ13EZV0H86XZG5E10U' where id=4; -update noar tt set b2='WAX1MPIF2N2SXAI3NX' where id=4; -update noar ti set b2='WAX1MPIF2N2SXAI3NX' where id=4; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set b1='WCNF845CIL32MU11UUST7' where id=5; -update noar ti set b1='WCNF845CIL32MU11UUST7' where id=5; -update noar tt set b2='7DPY2HIGM' where id=5; -update noar ti set b2='7DPY2HIGM' where id=5; -update noar tt set b0='XC9REDW3OFHXI08CWH4Q' where id=6; -update noar ti set b0='XC9REDW3OFHXI08CWH4Q' where id=6; -update noar tt set b1='R5N915M1Q0QI4EOP7' where id=6; -update noar ti set b1='R5N915M1Q0QI4EOP7' where id=6; -update noar tt set b2='TTK8KG5CCCN71SWMIK' where id=6; -update noar ti set b2='TTK8KG5CCCN71SWMIK' where id=6; -update noar tt set b0='RJPKUXAVTW252NE' where id=7; -update noar ti set b0='RJPKUXAVTW252NE' where id=7; -update noar tt set b1='HWCQBI7B965LGCS8UU3A' where id=7; -update noar ti set b1='HWCQBI7B965LGCS8UU3A' where id=7; -update noar tt set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7; -update noar ti set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7; -update noar tt set b0='QOBKPBE6VF45GYCNC' where id=8; -update noar ti set b0='QOBKPBE6VF45GYCNC' where id=8; -update noar tt set b1='A7MG33' where id=8; -update noar ti set b1='A7MG33' where id=8; -update noar tt set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8; -update noar ti set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8; -update noar tt set b0='9HQ3TSV' where id=9; -update noar ti set b0='9HQ3TSV' where id=9; -update noar tt set b1='VM82BLAHGL5T97UYA' where id=9; -update noar ti set b1='VM82BLAHGL5T97UYA' where id=9; -update noar tt set b2='BV7B20OH71VL3A7J' where id=9; -update noar ti set b2='BV7B20OH71VL3A7J' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 text not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SQSFIG54XSZ1E' where id=1; -update noar ti set b0='SQSFIG54XSZ1E' where id=1; -update noar tt set b1='6BXXLC212IQEQ' where id=1; -update noar ti set b1='6BXXLC212IQEQ' where id=1; -update noar tt set b2='GYVTR' where id=1; -update noar ti set b2='GYVTR' where id=1; -update noar tt set b0='LMF3IIR5HK225OXPP' where id=2; -update noar ti set b0='LMF3IIR5HK225OXPP' where id=2; -update noar tt set b1='RR0F06FJBW' where id=2; -update noar ti set b1='RR0F06FJBW' where id=2; -update noar tt set b2='4AMQY64RN6LUME5TYAB519Q' where id=2; -update noar ti set b2='4AMQY64RN6LUME5TYAB519Q' where id=2; -update noar tt set b0='RYQU2MQ' where id=3; -update noar ti set b0='RYQU2MQ' where id=3; -update noar tt set b1='Z3T' where id=3; -update noar ti set b1='Z3T' where id=3; -update noar tt set b2='FEKQEZ1V3AXGTRZ' where id=3; -update noar ti set b2='FEKQEZ1V3AXGTRZ' where id=3; -update noar tt set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4; -update noar ti set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4; -update noar tt set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4; -update noar ti set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4; -update noar tt set b2='ECOGBNK9IPH0WQIXW7' where id=4; -update noar ti set b2='ECOGBNK9IPH0WQIXW7' where id=4; -update noar tt set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5; -update noar ti set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5; -update noar tt set b1='9J3GLLT7QGGNL5' where id=5; -update noar ti set b1='9J3GLLT7QGGNL5' where id=5; -update noar tt set b2='O' where id=5; -update noar ti set b2='O' where id=5; -update noar tt set b0='38G39L714NT2F6TJ2' where id=6; -update noar ti set b0='38G39L714NT2F6TJ2' where id=6; -update noar tt set b1='Y5O1P9JY' where id=6; -update noar ti set b1='Y5O1P9JY' where id=6; -update noar tt set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6; -update noar ti set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6; -update noar tt set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7; -update noar ti set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7; -update noar tt set b1='QNE3' where id=7; -update noar ti set b1='QNE3' where id=7; -update noar tt set b2='A4VSP8T3SSXQ' where id=7; -update noar ti set b2='A4VSP8T3SSXQ' where id=7; -update noar tt set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8; -update noar ti set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8; -update noar tt set b1='HCAHS6X6M92VVSC7P2' where id=8; -update noar ti set b1='HCAHS6X6M92VVSC7P2' where id=8; -update noar tt set b2='J8TWW74' where id=8; -update noar ti set b2='J8TWW74' where id=8; -update noar tt set b0='9LXGXJ4ERVU7D9Z' where id=9; -update noar ti set b0='9LXGXJ4ERVU7D9Z' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set b2='4STJCY7EQ74FUNJHA9C' where id=9; -update noar ti set b2='4STJCY7EQ74FUNJHA9C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 text null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MEY' where id=1; -update noar ti set b0='MEY' where id=1; -update noar tt set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1; -update noar ti set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1; -update noar tt set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1; -update noar ti set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1; -update noar tt set b0='GR35XAX7DH0IVGCZXE' where id=2; -update noar ti set b0='GR35XAX7DH0IVGCZXE' where id=2; -update noar tt set b1='KIZHZ1' where id=2; -update noar ti set b1='KIZHZ1' where id=2; -update noar tt set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2; -update noar ti set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2; -update noar tt set b0='DCVA0MAQ' where id=3; -update noar ti set b0='DCVA0MAQ' where id=3; -update noar tt set b1='VSIV4KCPQVJN' where id=3; -update noar ti set b1='VSIV4KCPQVJN' where id=3; -update noar tt set b2='NURPT' where id=3; -update noar ti set b2='NURPT' where id=3; -update noar tt set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4; -update noar ti set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4; -update noar tt set b1='W' where id=4; -update noar ti set b1='W' where id=4; -update noar tt set b2='PHL73DJ8MIFYBXS8GQN00' where id=4; -update noar ti set b2='PHL73DJ8MIFYBXS8GQN00' where id=4; -update noar tt set b0='PDAPO' where id=5; -update noar ti set b0='PDAPO' where id=5; -update noar tt set b1='75BOFPWVTS0SX9H13U' where id=5; -update noar ti set b1='75BOFPWVTS0SX9H13U' where id=5; -update noar tt set b2='U' where id=5; -update noar ti set b2='U' where id=5; -update noar tt set b0='6TTBI9QBDL8YC0BQ' where id=6; -update noar ti set b0='6TTBI9QBDL8YC0BQ' where id=6; -update noar tt set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6; -update noar ti set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6; -update noar tt set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6; -update noar ti set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6; -update noar tt set b0='LK1DQH34TFB0CK5BA1I' where id=7; -update noar ti set b0='LK1DQH34TFB0CK5BA1I' where id=7; -update noar tt set b1='NQ3HCK' where id=7; -update noar ti set b1='NQ3HCK' where id=7; -update noar tt set b2='KNDF1DKQRH5PO92' where id=7; -update noar ti set b2='KNDF1DKQRH5PO92' where id=7; -update noar tt set b0='UEMG' where id=8; -update noar ti set b0='UEMG' where id=8; -update noar tt set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8; -update noar ti set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8; -update noar tt set b2='ENVP2Z6ADCZ7N' where id=8; -update noar ti set b2='ENVP2Z6ADCZ7N' where id=8; -update noar tt set b0='TH4AGQYIC2VTL' where id=9; -update noar ti set b0='TH4AGQYIC2VTL' where id=9; -update noar tt set b1='NO3XHO0U' where id=9; -update noar ti set b1='NO3XHO0U' where id=9; -update noar tt set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9; -update noar ti set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 text not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='47GCPQAS8Z' where id=1; -update noar ti set b0='47GCPQAS8Z' where id=1; -update noar tt set b1='RUUX6W0XPRGR1T' where id=1; -update noar ti set b1='RUUX6W0XPRGR1T' where id=1; -update noar tt set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1; -update noar ti set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1; -update noar tt set b0='5' where id=2; -update noar ti set b0='5' where id=2; -update noar tt set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2; -update noar ti set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2; -update noar tt set b2='HX4ZXAAAPJRGAEPNYGW' where id=2; -update noar ti set b2='HX4ZXAAAPJRGAEPNYGW' where id=2; -update noar tt set b0='UOEWA5QXDC' where id=3; -update noar ti set b0='UOEWA5QXDC' where id=3; -update noar tt set b1='Z6XUNYQK6CCEMFY1' where id=3; -update noar ti set b1='Z6XUNYQK6CCEMFY1' where id=3; -update noar tt set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3; -update noar ti set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3; -update noar tt set b0='RC28XF0SK9PK0ADQ' where id=4; -update noar ti set b0='RC28XF0SK9PK0ADQ' where id=4; -update noar tt set b1='Z3MJHR9Y' where id=4; -update noar ti set b1='Z3MJHR9Y' where id=4; -update noar tt set b2='PGVG9TYDNRXL4PHSNE2' where id=4; -update noar ti set b2='PGVG9TYDNRXL4PHSNE2' where id=4; -update noar tt set b0='Z8HXG3YMG81O' where id=5; -update noar ti set b0='Z8HXG3YMG81O' where id=5; -update noar tt set b1='HANBKEQB' where id=5; -update noar ti set b1='HANBKEQB' where id=5; -update noar tt set b2='WET8XPK0U46O04F2PWLYO' where id=5; -update noar ti set b2='WET8XPK0U46O04F2PWLYO' where id=5; -update noar tt set b0='1ZDVLUAH7SA3Y3C' where id=6; -update noar ti set b0='1ZDVLUAH7SA3Y3C' where id=6; -update noar tt set b1='7UXYUP8DL' where id=6; -update noar ti set b1='7UXYUP8DL' where id=6; -update noar tt set b2='43IEZTC48NRTT' where id=6; -update noar ti set b2='43IEZTC48NRTT' where id=6; -update noar tt set b0='CN0U6MFEDO87QXBTFV' where id=7; -update noar ti set b0='CN0U6MFEDO87QXBTFV' where id=7; -update noar tt set b1='12IR' where id=7; -update noar ti set b1='12IR' where id=7; -update noar tt set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7; -update noar ti set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7; -update noar tt set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8; -update noar ti set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8; -update noar tt set b1='UX96QNPUSYZ5N6' where id=8; -update noar ti set b1='UX96QNPUSYZ5N6' where id=8; -update noar tt set b2='KJPX7L' where id=8; -update noar ti set b2='KJPX7L' where id=8; -update noar tt set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9; -update noar ti set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9; -update noar tt set b1='2BN1M4X3C5151D634XWJ0F' where id=9; -update noar ti set b1='2BN1M4X3C5151D634XWJ0F' where id=9; -update noar tt set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9; -update noar ti set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob null, -b1 text null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MV18' where id=1; -update noar ti set b0='MV18' where id=1; -update noar tt set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1; -update noar ti set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1; -update noar tt set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1; -update noar ti set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1; -update noar tt set b0='DRFLPZY511AXR8X722' where id=2; -update noar ti set b0='DRFLPZY511AXR8X722' where id=2; -update noar tt set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2; -update noar ti set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2; -update noar tt set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2; -update noar ti set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2; -update noar tt set b0='D06OK45UXZ52A1DTP7M1' where id=3; -update noar ti set b0='D06OK45UXZ52A1DTP7M1' where id=3; -update noar tt set b1='U' where id=3; -update noar ti set b1='U' where id=3; -update noar tt set b2='MOTJ7AML' where id=3; -update noar ti set b2='MOTJ7AML' where id=3; -update noar tt set b0='NJFIU7G28CN' where id=4; -update noar ti set b0='NJFIU7G28CN' where id=4; -update noar tt set b1='2RCIF4W' where id=4; -update noar ti set b1='2RCIF4W' where id=4; -update noar tt set b2='REBFM32' where id=4; -update noar ti set b2='REBFM32' where id=4; -update noar tt set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5; -update noar ti set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5; -update noar tt set b1='E5' where id=5; -update noar ti set b1='E5' where id=5; -update noar tt set b2='RL0RVKCO6UTR9B3TJ' where id=5; -update noar ti set b2='RL0RVKCO6UTR9B3TJ' where id=5; -update noar tt set b0='G' where id=6; -update noar ti set b0='G' where id=6; -update noar tt set b1='ZF' where id=6; -update noar ti set b1='ZF' where id=6; -update noar tt set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6; -update noar ti set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6; -update noar tt set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7; -update noar ti set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7; -update noar tt set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7; -update noar ti set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7; -update noar tt set b2='ER0OE7' where id=7; -update noar ti set b2='ER0OE7' where id=7; -update noar tt set b0='ZME8Q' where id=8; -update noar ti set b0='ZME8Q' where id=8; -update noar tt set b1='ESLK1' where id=8; -update noar ti set b1='ESLK1' where id=8; -update noar tt set b2='CAGDTXCI2MJ' where id=8; -update noar ti set b2='CAGDTXCI2MJ' where id=8; -update noar tt set b0='WEDXNTS76L0J55CIWBHJ7' where id=9; -update noar ti set b0='WEDXNTS76L0J55CIWBHJ7' where id=9; -update noar tt set b1='CDYAACCVDNH' where id=9; -update noar ti set b1='CDYAACCVDNH' where id=9; -update noar tt set b2='CREPE4E97E' where id=9; -update noar ti set b2='CREPE4E97E' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 mediumblob not null, -b1 text not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1; -update noar ti set b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1; -update noar tt set b1='FJHT4U2MD3E001UC840968924PVD' where id=1; -update noar ti set b1='FJHT4U2MD3E001UC840968924PVD' where id=1; -update noar tt set b2='7VVN5F4TJKXVG' where id=1; -update noar ti set b2='7VVN5F4TJKXVG' where id=1; -update noar tt set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2; -update noar ti set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2; -update noar tt set b1='VSRFYUKV8VT46VWAV' where id=2; -update noar ti set b1='VSRFYUKV8VT46VWAV' where id=2; -update noar tt set b2='F1FXID9F' where id=2; -update noar ti set b2='F1FXID9F' where id=2; -update noar tt set b0='C' where id=3; -update noar ti set b0='C' where id=3; -update noar tt set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3; -update noar ti set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3; -update noar tt set b2='AOR38IUWZXLUIQIV1' where id=3; -update noar ti set b2='AOR38IUWZXLUIQIV1' where id=3; -update noar tt set b0='0MPJ71PDA0Z6663Q' where id=4; -update noar ti set b0='0MPJ71PDA0Z6663Q' where id=4; -update noar tt set b1='P2AD5S' where id=4; -update noar ti set b1='P2AD5S' where id=4; -update noar tt set b2='TZQ4LHVDN2UFLZ0P' where id=4; -update noar ti set b2='TZQ4LHVDN2UFLZ0P' where id=4; -update noar tt set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5; -update noar ti set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5; -update noar tt set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5; -update noar ti set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5; -update noar tt set b2='DALCTHKLU5RT3P' where id=5; -update noar ti set b2='DALCTHKLU5RT3P' where id=5; -update noar tt set b0='DFZUWI09WO' where id=6; -update noar ti set b0='DFZUWI09WO' where id=6; -update noar tt set b1='PQDNREGTFT0A' where id=6; -update noar ti set b1='PQDNREGTFT0A' where id=6; -update noar tt set b2='TUI2HHEO4H1IIFWTQA3' where id=6; -update noar ti set b2='TUI2HHEO4H1IIFWTQA3' where id=6; -update noar tt set b0='77' where id=7; -update noar ti set b0='77' where id=7; -update noar tt set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7; -update noar ti set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7; -update noar tt set b2='L1MV' where id=7; -update noar ti set b2='L1MV' where id=7; -update noar tt set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8; -update noar ti set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8; -update noar tt set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8; -update noar ti set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8; -update noar tt set b2='HTRDE033P5NLT0ZXTCZ' where id=8; -update noar ti set b2='HTRDE033P5NLT0ZXTCZ' where id=8; -update noar tt set b0='GODI9RMP6' where id=9; -update noar ti set b0='GODI9RMP6' where id=9; -update noar tt set b1='XZRQT0PIFZHJI23FG' where id=9; -update noar ti set b1='XZRQT0PIFZHJI23FG' where id=9; -update noar tt set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9; -update noar ti set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AO1Q5U9DUO' where id=1; -update noar ti set b0='AO1Q5U9DUO' where id=1; -update noar tt set b1='2V80' where id=1; -update noar ti set b1='2V80' where id=1; -update noar tt set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1; -update noar ti set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1; -update noar tt set b0='C1EB85YC9F4E2A06H7NZJA' where id=2; -update noar ti set b0='C1EB85YC9F4E2A06H7NZJA' where id=2; -update noar tt set b1='0C95J97UME2LZXM' where id=2; -update noar ti set b1='0C95J97UME2LZXM' where id=2; -update noar tt set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2; -update noar ti set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2; -update noar tt set b0='8JGN0M2QJ6' where id=3; -update noar ti set b0='8JGN0M2QJ6' where id=3; -update noar tt set b1='1ZSV3C' where id=3; -update noar ti set b1='1ZSV3C' where id=3; -update noar tt set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3; -update noar ti set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3; -update noar tt set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4; -update noar ti set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4; -update noar tt set b1='TY3749KD8QI3IP16CXJH5' where id=4; -update noar ti set b1='TY3749KD8QI3IP16CXJH5' where id=4; -update noar tt set b2='8GH9PU1C7PSZB3BJ' where id=4; -update noar ti set b2='8GH9PU1C7PSZB3BJ' where id=4; -update noar tt set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5; -update noar ti set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5; -update noar tt set b1='5WJFTNMHH' where id=5; -update noar ti set b1='5WJFTNMHH' where id=5; -update noar tt set b2='IYX' where id=5; -update noar ti set b2='IYX' where id=5; -update noar tt set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6; -update noar ti set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6; -update noar tt set b1='4BLUDKH4CCCHU8E4K2F' where id=6; -update noar ti set b1='4BLUDKH4CCCHU8E4K2F' where id=6; -update noar tt set b2='B4IR' where id=6; -update noar ti set b2='B4IR' where id=6; -update noar tt set b0='7CYJF6U7DCZA3F9AXO9J' where id=7; -update noar ti set b0='7CYJF6U7DCZA3F9AXO9J' where id=7; -update noar tt set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7; -update noar ti set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7; -update noar tt set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7; -update noar ti set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7; -update noar tt set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8; -update noar ti set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8; -update noar tt set b1='ASQQ1O' where id=8; -update noar ti set b1='ASQQ1O' where id=8; -update noar tt set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8; -update noar ti set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8; -update noar tt set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9; -update noar ti set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9; -update noar tt set b1='OVKD6KYWHN' where id=9; -update noar ti set b1='OVKD6KYWHN' where id=9; -update noar tt set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9; -update noar ti set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9K9' where id=1; -update noar ti set b0='9K9' where id=1; -update noar tt set b1='9DLH0DX2RCO' where id=1; -update noar ti set b1='9DLH0DX2RCO' where id=1; -update noar tt set b2='E' where id=1; -update noar ti set b2='E' where id=1; -update noar tt set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2; -update noar ti set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2; -update noar tt set b1='RWZ' where id=2; -update noar ti set b1='RWZ' where id=2; -update noar tt set b2='C1ZTZJF2THA1C' where id=2; -update noar ti set b2='C1ZTZJF2THA1C' where id=2; -update noar tt set b0='NHRAJ' where id=3; -update noar ti set b0='NHRAJ' where id=3; -update noar tt set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3; -update noar ti set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3; -update noar tt set b2='4F9H7I1K' where id=3; -update noar ti set b2='4F9H7I1K' where id=3; -update noar tt set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4; -update noar ti set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4; -update noar tt set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4; -update noar ti set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4; -update noar tt set b2='YPC1JFEN' where id=4; -update noar ti set b2='YPC1JFEN' where id=4; -update noar tt set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5; -update noar ti set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5; -update noar tt set b1='900SKJ4S' where id=5; -update noar ti set b1='900SKJ4S' where id=5; -update noar tt set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5; -update noar ti set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5; -update noar tt set b0='15B2E38A9PWIR2ZT5E02' where id=6; -update noar ti set b0='15B2E38A9PWIR2ZT5E02' where id=6; -update noar tt set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6; -update noar ti set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6; -update noar tt set b2='O1YW52AJF' where id=6; -update noar ti set b2='O1YW52AJF' where id=6; -update noar tt set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7; -update noar ti set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7; -update noar tt set b1='PGH2B44H' where id=7; -update noar ti set b1='PGH2B44H' where id=7; -update noar tt set b2='ZWM5D8B' where id=7; -update noar ti set b2='ZWM5D8B' where id=7; -update noar tt set b0='PMI296281Z1MZNC9FEZQI' where id=8; -update noar ti set b0='PMI296281Z1MZNC9FEZQI' where id=8; -update noar tt set b1='WUTL8LBBT4E6L5OCQ7' where id=8; -update noar ti set b1='WUTL8LBBT4E6L5OCQ7' where id=8; -update noar tt set b2='81633JX' where id=8; -update noar ti set b2='81633JX' where id=8; -update noar tt set b0='4C6HTXWGN3W8R9HE' where id=9; -update noar ti set b0='4C6HTXWGN3W8R9HE' where id=9; -update noar tt set b1='VCEE6B2423S' where id=9; -update noar ti set b1='VCEE6B2423S' where id=9; -update noar tt set b2='OHT2X' where id=9; -update noar ti set b2='OHT2X' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SAM56HN8BG7QD80G8' where id=1; -update noar ti set b0='SAM56HN8BG7QD80G8' where id=1; -update noar tt set b1='R15XSOH2OSR4YAFE9ODY' where id=1; -update noar ti set b1='R15XSOH2OSR4YAFE9ODY' where id=1; -update noar tt set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1; -update noar ti set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1; -update noar tt set b0='LZ9T40P9' where id=2; -update noar ti set b0='LZ9T40P9' where id=2; -update noar tt set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2; -update noar ti set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2; -update noar tt set b2='8NPZFBYPQ3YSV6FO' where id=2; -update noar ti set b2='8NPZFBYPQ3YSV6FO' where id=2; -update noar tt set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3; -update noar ti set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3; -update noar tt set b1='7K2L0X8U0OVOIEDSMW86X' where id=3; -update noar ti set b1='7K2L0X8U0OVOIEDSMW86X' where id=3; -update noar tt set b2='W6HVMDLNMEFES8CRS' where id=3; -update noar ti set b2='W6HVMDLNMEFES8CRS' where id=3; -update noar tt set b0='OT53A2L1E5PVH' where id=4; -update noar ti set b0='OT53A2L1E5PVH' where id=4; -update noar tt set b1='5PUH44ZFM' where id=4; -update noar ti set b1='5PUH44ZFM' where id=4; -update noar tt set b2='VSEGOVEEN2O' where id=4; -update noar ti set b2='VSEGOVEEN2O' where id=4; -update noar tt set b0='45CGK5WD3YGL06' where id=5; -update noar ti set b0='45CGK5WD3YGL06' where id=5; -update noar tt set b1='BBYC0LCVOI5' where id=5; -update noar ti set b1='BBYC0LCVOI5' where id=5; -update noar tt set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5; -update noar ti set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5; -update noar tt set b0='1Y6' where id=6; -update noar ti set b0='1Y6' where id=6; -update noar tt set b1='HZ633R2Q9C' where id=6; -update noar ti set b1='HZ633R2Q9C' where id=6; -update noar tt set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6; -update noar ti set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6; -update noar tt set b0='PLPHB' where id=7; -update noar ti set b0='PLPHB' where id=7; -update noar tt set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7; -update noar ti set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7; -update noar tt set b2='GH8F6FJ29MY' where id=7; -update noar ti set b2='GH8F6FJ29MY' where id=7; -update noar tt set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8; -update noar ti set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8; -update noar tt set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8; -update noar ti set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8; -update noar tt set b2='LMMRQYAYYLWUS6' where id=8; -update noar ti set b2='LMMRQYAYYLWUS6' where id=8; -update noar tt set b0='YPG2VBTQGS' where id=9; -update noar ti set b0='YPG2VBTQGS' where id=9; -update noar tt set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9; -update noar ti set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9; -update noar tt set b2='1WQCD2FF' where id=9; -update noar ti set b2='1WQCD2FF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6S8VG4MAQA84CDN6UBD3J' where id=1; -update noar ti set b0='6S8VG4MAQA84CDN6UBD3J' where id=1; -update noar tt set b1='YFPFW55NM' where id=1; -update noar ti set b1='YFPFW55NM' where id=1; -update noar tt set b2='I9VI569FANSAE3XRWT2' where id=1; -update noar ti set b2='I9VI569FANSAE3XRWT2' where id=1; -update noar tt set b0='S' where id=2; -update noar ti set b0='S' where id=2; -update noar tt set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2; -update noar ti set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2; -update noar tt set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2; -update noar ti set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2; -update noar tt set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3; -update noar ti set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3; -update noar tt set b1='6' where id=3; -update noar ti set b1='6' where id=3; -update noar tt set b2='PAISUR28Z3FJXQWQ8SGP' where id=3; -update noar ti set b2='PAISUR28Z3FJXQWQ8SGP' where id=3; -update noar tt set b0='BOG3GB1AVT4PW' where id=4; -update noar ti set b0='BOG3GB1AVT4PW' where id=4; -update noar tt set b1='N8RWDFKEN4KP3OJQH' where id=4; -update noar ti set b1='N8RWDFKEN4KP3OJQH' where id=4; -update noar tt set b2='PNX3VV' where id=4; -update noar ti set b2='PNX3VV' where id=4; -update noar tt set b0='M' where id=5; -update noar ti set b0='M' where id=5; -update noar tt set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5; -update noar ti set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5; -update noar tt set b2='C0OMGNA85F' where id=5; -update noar ti set b2='C0OMGNA85F' where id=5; -update noar tt set b0='X7E9PF5W81VPECZ5U4G' where id=6; -update noar ti set b0='X7E9PF5W81VPECZ5U4G' where id=6; -update noar tt set b1='NM4038656KF77157N6' where id=6; -update noar ti set b1='NM4038656KF77157N6' where id=6; -update noar tt set b2='UX1VR87WWOZ50LBTIJE70M' where id=6; -update noar ti set b2='UX1VR87WWOZ50LBTIJE70M' where id=6; -update noar tt set b0='E0E5E9YUWLF' where id=7; -update noar ti set b0='E0E5E9YUWLF' where id=7; -update noar tt set b1='7WZJMK' where id=7; -update noar ti set b1='7WZJMK' where id=7; -update noar tt set b2='OO95XV6PACZH79YCRK' where id=7; -update noar ti set b2='OO95XV6PACZH79YCRK' where id=7; -update noar tt set b0='ZHDPAYP57BF29STXJYI' where id=8; -update noar ti set b0='ZHDPAYP57BF29STXJYI' where id=8; -update noar tt set b1='YRPQ10EMVCC0FM837T' where id=8; -update noar ti set b1='YRPQ10EMVCC0FM837T' where id=8; -update noar tt set b2='M6549RAU5ZTZ92W' where id=8; -update noar ti set b2='M6549RAU5ZTZ92W' where id=8; -update noar tt set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9; -update noar ti set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9; -update noar tt set b1='M3J35HC6BFQ1K900' where id=9; -update noar ti set b1='M3J35HC6BFQ1K900' where id=9; -update noar tt set b2='MPCC44697O40O' where id=9; -update noar ti set b2='MPCC44697O40O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2QQUGS60TPE' where id=1; -update noar ti set b0='2QQUGS60TPE' where id=1; -update noar tt set b1='OD' where id=1; -update noar ti set b1='OD' where id=1; -update noar tt set b2='2QIIC55' where id=1; -update noar ti set b2='2QIIC55' where id=1; -update noar tt set b0='MRJLC2Z' where id=2; -update noar ti set b0='MRJLC2Z' where id=2; -update noar tt set b1='FUKJ2' where id=2; -update noar ti set b1='FUKJ2' where id=2; -update noar tt set b2='MC4M' where id=2; -update noar ti set b2='MC4M' where id=2; -update noar tt set b0='L2TXBHOASM14BLBVH3F92HX' where id=3; -update noar ti set b0='L2TXBHOASM14BLBVH3F92HX' where id=3; -update noar tt set b1='KRC' where id=3; -update noar ti set b1='KRC' where id=3; -update noar tt set b2='CH905BEE0YZBWE5UQTEY' where id=3; -update noar ti set b2='CH905BEE0YZBWE5UQTEY' where id=3; -update noar tt set b0='1K9V2T0HARGXHT7W' where id=4; -update noar ti set b0='1K9V2T0HARGXHT7W' where id=4; -update noar tt set b1='6RD3VD1E' where id=4; -update noar ti set b1='6RD3VD1E' where id=4; -update noar tt set b2='S0Q5NQFY7EC1DSNKR80' where id=4; -update noar ti set b2='S0Q5NQFY7EC1DSNKR80' where id=4; -update noar tt set b0='6S' where id=5; -update noar ti set b0='6S' where id=5; -update noar tt set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5; -update noar ti set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5; -update noar tt set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5; -update noar ti set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5; -update noar tt set b0='TSEVF' where id=6; -update noar ti set b0='TSEVF' where id=6; -update noar tt set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6; -update noar ti set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6; -update noar tt set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6; -update noar ti set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6; -update noar tt set b0='1RC5JR1NWDGQ2' where id=7; -update noar ti set b0='1RC5JR1NWDGQ2' where id=7; -update noar tt set b1='IO8V0YARYH1YLO6DXX' where id=7; -update noar ti set b1='IO8V0YARYH1YLO6DXX' where id=7; -update noar tt set b2='M50' where id=7; -update noar ti set b2='M50' where id=7; -update noar tt set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8; -update noar ti set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8; -update noar tt set b1='5AYQP99305I' where id=8; -update noar ti set b1='5AYQP99305I' where id=8; -update noar tt set b2='N0R323A7CLL1SL4YRG3' where id=8; -update noar ti set b2='N0R323A7CLL1SL4YRG3' where id=8; -update noar tt set b0='F0JZW67YWB7' where id=9; -update noar ti set b0='F0JZW67YWB7' where id=9; -update noar tt set b1='1ENYGRL9' where id=9; -update noar ti set b1='1ENYGRL9' where id=9; -update noar tt set b2='C6ECU7ZXZ528I26WI' where id=9; -update noar ti set b2='C6ECU7ZXZ528I26WI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T8NSVY70MOJ2ETMHEP0N' where id=1; -update noar ti set b0='T8NSVY70MOJ2ETMHEP0N' where id=1; -update noar tt set b1='1Y5N5CVJRI590G' where id=1; -update noar ti set b1='1Y5N5CVJRI590G' where id=1; -update noar tt set b2='GHM8OHW' where id=1; -update noar ti set b2='GHM8OHW' where id=1; -update noar tt set b0='6S74ZO0I' where id=2; -update noar ti set b0='6S74ZO0I' where id=2; -update noar tt set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2; -update noar ti set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2; -update noar tt set b2='S1RD2FS' where id=2; -update noar ti set b2='S1RD2FS' where id=2; -update noar tt set b0='9ALNRHQEF5XLPH6' where id=3; -update noar ti set b0='9ALNRHQEF5XLPH6' where id=3; -update noar tt set b1='9O76H' where id=3; -update noar ti set b1='9O76H' where id=3; -update noar tt set b2='ABX4J7DTW7WBWC' where id=3; -update noar ti set b2='ABX4J7DTW7WBWC' where id=3; -update noar tt set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4; -update noar ti set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4; -update noar tt set b1='PMQFFW' where id=4; -update noar ti set b1='PMQFFW' where id=4; -update noar tt set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4; -update noar ti set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4; -update noar tt set b0='J0J949UY7HY6PL' where id=5; -update noar ti set b0='J0J949UY7HY6PL' where id=5; -update noar tt set b1='GEG9TMW8R0' where id=5; -update noar ti set b1='GEG9TMW8R0' where id=5; -update noar tt set b2='TPIYH7UZ0YRZUE6BCX' where id=5; -update noar ti set b2='TPIYH7UZ0YRZUE6BCX' where id=5; -update noar tt set b0='5IDJCQP4QIS9INXHNM' where id=6; -update noar ti set b0='5IDJCQP4QIS9INXHNM' where id=6; -update noar tt set b1='2' where id=6; -update noar ti set b1='2' where id=6; -update noar tt set b2='EG0LA5PCMA4CF7' where id=6; -update noar ti set b2='EG0LA5PCMA4CF7' where id=6; -update noar tt set b0='ZR2R6V753JDT3RJ' where id=7; -update noar ti set b0='ZR2R6V753JDT3RJ' where id=7; -update noar tt set b1='ECOV20CT003622M2SC37POU1US' where id=7; -update noar ti set b1='ECOV20CT003622M2SC37POU1US' where id=7; -update noar tt set b2='KD4GA34DSP' where id=7; -update noar ti set b2='KD4GA34DSP' where id=7; -update noar tt set b0='Z6DMP9' where id=8; -update noar ti set b0='Z6DMP9' where id=8; -update noar tt set b1='GEA9LTKCUY355LRH' where id=8; -update noar ti set b1='GEA9LTKCUY355LRH' where id=8; -update noar tt set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8; -update noar ti set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8; -update noar tt set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9; -update noar ti set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9; -update noar tt set b1='3H9IOO' where id=9; -update noar ti set b1='3H9IOO' where id=9; -update noar tt set b2='DDVWEORJ0YX7RJWSGOR' where id=9; -update noar ti set b2='DDVWEORJ0YX7RJWSGOR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0BWCLHYO278EPHVO6URJ24' where id=1; -update noar ti set b0='0BWCLHYO278EPHVO6URJ24' where id=1; -update noar tt set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1; -update noar ti set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1; -update noar tt set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1; -update noar ti set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1; -update noar tt set b0='IV2RDYXOMOR877BW9R' where id=2; -update noar ti set b0='IV2RDYXOMOR877BW9R' where id=2; -update noar tt set b1='PN76KOCRHYZXJB2MNE' where id=2; -update noar ti set b1='PN76KOCRHYZXJB2MNE' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set b0='TJVXQKNV544V6I1EMB' where id=3; -update noar ti set b0='TJVXQKNV544V6I1EMB' where id=3; -update noar tt set b1='3NVX1LKP89REHKNQYNIW' where id=3; -update noar ti set b1='3NVX1LKP89REHKNQYNIW' where id=3; -update noar tt set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3; -update noar ti set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3; -update noar tt set b0='YGNWP03WN4OV' where id=4; -update noar ti set b0='YGNWP03WN4OV' where id=4; -update noar tt set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4; -update noar ti set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4; -update noar tt set b2='I4C6STI5EZPIUCB47' where id=4; -update noar ti set b2='I4C6STI5EZPIUCB47' where id=4; -update noar tt set b0='6HMYTMBOHK7ZG7HI' where id=5; -update noar ti set b0='6HMYTMBOHK7ZG7HI' where id=5; -update noar tt set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5; -update noar ti set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5; -update noar tt set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5; -update noar ti set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5; -update noar tt set b0='KYIJLX' where id=6; -update noar ti set b0='KYIJLX' where id=6; -update noar tt set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6; -update noar ti set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6; -update noar tt set b2='WCBFPTLC7' where id=6; -update noar ti set b2='WCBFPTLC7' where id=6; -update noar tt set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7; -update noar ti set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7; -update noar tt set b1='Q7M' where id=7; -update noar ti set b1='Q7M' where id=7; -update noar tt set b2='GC1P5' where id=7; -update noar ti set b2='GC1P5' where id=7; -update noar tt set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8; -update noar ti set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8; -update noar tt set b1='FURDKNG4YI35XMOKPJ' where id=8; -update noar ti set b1='FURDKNG4YI35XMOKPJ' where id=8; -update noar tt set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8; -update noar ti set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8; -update noar tt set b0='801F3' where id=9; -update noar ti set b0='801F3' where id=9; -update noar tt set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9; -update noar ti set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9; -update noar tt set b2='0B' where id=9; -update noar ti set b2='0B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HYULH0EP5M8' where id=1; -update noar ti set b0='HYULH0EP5M8' where id=1; -update noar tt set b1='T9QEY2GNZ09V6SQ7SP' where id=1; -update noar ti set b1='T9QEY2GNZ09V6SQ7SP' where id=1; -update noar tt set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1; -update noar ti set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1; -update noar tt set b0='091LJ8FUTIA30IXFB2SY6' where id=2; -update noar ti set b0='091LJ8FUTIA30IXFB2SY6' where id=2; -update noar tt set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2; -update noar ti set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2; -update noar tt set b2='8VT8Y' where id=2; -update noar ti set b2='8VT8Y' where id=2; -update noar tt set b0='99OT5FQ' where id=3; -update noar ti set b0='99OT5FQ' where id=3; -update noar tt set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3; -update noar ti set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3; -update noar tt set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3; -update noar ti set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3; -update noar tt set b0='RT28R567061I' where id=4; -update noar ti set b0='RT28R567061I' where id=4; -update noar tt set b1='2G7BY2I79' where id=4; -update noar ti set b1='2G7BY2I79' where id=4; -update noar tt set b2='T' where id=4; -update noar ti set b2='T' where id=4; -update noar tt set b0='SHQW8BAXW6RYLN48O24LO8' where id=5; -update noar ti set b0='SHQW8BAXW6RYLN48O24LO8' where id=5; -update noar tt set b1='JOUTFFQZQCPCLMZRP' where id=5; -update noar ti set b1='JOUTFFQZQCPCLMZRP' where id=5; -update noar tt set b2='QNPC00ZJQ' where id=5; -update noar ti set b2='QNPC00ZJQ' where id=5; -update noar tt set b0='U4CQNM' where id=6; -update noar ti set b0='U4CQNM' where id=6; -update noar tt set b1='LBTTDH' where id=6; -update noar ti set b1='LBTTDH' where id=6; -update noar tt set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6; -update noar ti set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6; -update noar tt set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7; -update noar ti set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7; -update noar tt set b1='AM1K2Y78M0NYXTH6CG' where id=7; -update noar ti set b1='AM1K2Y78M0NYXTH6CG' where id=7; -update noar tt set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7; -update noar ti set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7; -update noar tt set b0='ECDO82LO' where id=8; -update noar ti set b0='ECDO82LO' where id=8; -update noar tt set b1='5UGU7XK' where id=8; -update noar ti set b1='5UGU7XK' where id=8; -update noar tt set b2='8AUBTFNUGF36SGSO3S' where id=8; -update noar ti set b2='8AUBTFNUGF36SGSO3S' where id=8; -update noar tt set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9; -update noar ti set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9; -update noar tt set b1='JQ3QW5VNJML1' where id=9; -update noar ti set b1='JQ3QW5VNJML1' where id=9; -update noar tt set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9; -update noar ti set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 tinyblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9OAH7ZQKU326WS89' where id=1; -update noar ti set b0='9OAH7ZQKU326WS89' where id=1; -update noar tt set b1='URDN20WMFHSVETY' where id=1; -update noar ti set b1='URDN20WMFHSVETY' where id=1; -update noar tt set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1; -update noar ti set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1; -update noar tt set b0='N9USYEY1NWE' where id=2; -update noar ti set b0='N9USYEY1NWE' where id=2; -update noar tt set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2; -update noar ti set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2; -update noar tt set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2; -update noar ti set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2; -update noar tt set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3; -update noar ti set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3; -update noar tt set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3; -update noar ti set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3; -update noar tt set b2='AFM28GUN26CSE3' where id=3; -update noar ti set b2='AFM28GUN26CSE3' where id=3; -update noar tt set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4; -update noar ti set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4; -update noar tt set b1='26XMMIWK0Q' where id=4; -update noar ti set b1='26XMMIWK0Q' where id=4; -update noar tt set b2='MRFDVNRRVDNO3H' where id=4; -update noar ti set b2='MRFDVNRRVDNO3H' where id=4; -update noar tt set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5; -update noar ti set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5; -update noar tt set b1='0' where id=5; -update noar ti set b1='0' where id=5; -update noar tt set b2='2F2RML5OI48950RIF378W' where id=5; -update noar ti set b2='2F2RML5OI48950RIF378W' where id=5; -update noar tt set b0='BPY695C7AHD' where id=6; -update noar ti set b0='BPY695C7AHD' where id=6; -update noar tt set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6; -update noar ti set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6; -update noar tt set b2='VVG3V' where id=6; -update noar ti set b2='VVG3V' where id=6; -update noar tt set b0='IU8' where id=7; -update noar ti set b0='IU8' where id=7; -update noar tt set b1='2MDLCF1HBPK' where id=7; -update noar ti set b1='2MDLCF1HBPK' where id=7; -update noar tt set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7; -update noar ti set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7; -update noar tt set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8; -update noar ti set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8; -update noar tt set b1='CWP6S5YLYR' where id=8; -update noar ti set b1='CWP6S5YLYR' where id=8; -update noar tt set b2='8NDVQJY' where id=8; -update noar ti set b2='8NDVQJY' where id=8; -update noar tt set b0='95OQ48VEO5NUU5O' where id=9; -update noar ti set b0='95OQ48VEO5NUU5O' where id=9; -update noar tt set b1='QLS' where id=9; -update noar ti set b1='QLS' where id=9; -update noar tt set b2='3T9RVG' where id=9; -update noar ti set b2='3T9RVG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 tinyblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PDSTKPDZE91' where id=1; -update noar ti set b0='PDSTKPDZE91' where id=1; -update noar tt set b1='E3' where id=1; -update noar ti set b1='E3' where id=1; -update noar tt set b2='JS' where id=1; -update noar ti set b2='JS' where id=1; -update noar tt set b0='F58' where id=2; -update noar ti set b0='F58' where id=2; -update noar tt set b1='2TO70GQPNANV2N66MMM6BO' where id=2; -update noar ti set b1='2TO70GQPNANV2N66MMM6BO' where id=2; -update noar tt set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2; -update noar ti set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2; -update noar tt set b0='E1NFTPA91D722R84FGZLIC' where id=3; -update noar ti set b0='E1NFTPA91D722R84FGZLIC' where id=3; -update noar tt set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3; -update noar ti set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3; -update noar tt set b2='FZK0NDUE7AF' where id=3; -update noar ti set b2='FZK0NDUE7AF' where id=3; -update noar tt set b0='IWPG63U6C8D' where id=4; -update noar ti set b0='IWPG63U6C8D' where id=4; -update noar tt set b1='0P4' where id=4; -update noar ti set b1='0P4' where id=4; -update noar tt set b2='N2QF' where id=4; -update noar ti set b2='N2QF' where id=4; -update noar tt set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5; -update noar ti set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5; -update noar tt set b1='9' where id=5; -update noar ti set b1='9' where id=5; -update noar tt set b2='523RCD1AE' where id=5; -update noar ti set b2='523RCD1AE' where id=5; -update noar tt set b0='1ZDG0QNTS3N7HZSLOS' where id=6; -update noar ti set b0='1ZDG0QNTS3N7HZSLOS' where id=6; -update noar tt set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6; -update noar ti set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6; -update noar tt set b2='YFO' where id=6; -update noar ti set b2='YFO' where id=6; -update noar tt set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7; -update noar ti set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7; -update noar tt set b1='69WLZBPZE06Y2ILA5X6T' where id=7; -update noar ti set b1='69WLZBPZE06Y2ILA5X6T' where id=7; -update noar tt set b2='CB2RZSYO060H04L' where id=7; -update noar ti set b2='CB2RZSYO060H04L' where id=7; -update noar tt set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8; -update noar ti set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8; -update noar tt set b1='13' where id=8; -update noar ti set b1='13' where id=8; -update noar tt set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8; -update noar ti set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8; -update noar tt set b0='O6' where id=9; -update noar ti set b0='O6' where id=9; -update noar tt set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9; -update noar ti set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9; -update noar tt set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9; -update noar ti set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FYCQ4S8' where id=1; -update noar ti set b0='FYCQ4S8' where id=1; -update noar tt set b1='35B' where id=1; -update noar ti set b1='35B' where id=1; -update noar tt set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1; -update noar ti set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1; -update noar tt set b0='PLLTKRB02' where id=2; -update noar ti set b0='PLLTKRB02' where id=2; -update noar tt set b1='X8E6V5OVJL2GHBI2P6' where id=2; -update noar ti set b1='X8E6V5OVJL2GHBI2P6' where id=2; -update noar tt set b2='TIJ8MT3MGQGUB3AFEX' where id=2; -update noar ti set b2='TIJ8MT3MGQGUB3AFEX' where id=2; -update noar tt set b0='H78VKU4401' where id=3; -update noar ti set b0='H78VKU4401' where id=3; -update noar tt set b1='CCM22' where id=3; -update noar ti set b1='CCM22' where id=3; -update noar tt set b2='7A03CT9XZH3ER1SFY' where id=3; -update noar ti set b2='7A03CT9XZH3ER1SFY' where id=3; -update noar tt set b0='EYT4P9YTVTJTNULH59N1K' where id=4; -update noar ti set b0='EYT4P9YTVTJTNULH59N1K' where id=4; -update noar tt set b1='84O63N84MW6G1RCTN' where id=4; -update noar ti set b1='84O63N84MW6G1RCTN' where id=4; -update noar tt set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4; -update noar ti set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4; -update noar tt set b0='N8MF9PCA4Z6YX134' where id=5; -update noar ti set b0='N8MF9PCA4Z6YX134' where id=5; -update noar tt set b1='VVN9233GFFLJTF73H' where id=5; -update noar ti set b1='VVN9233GFFLJTF73H' where id=5; -update noar tt set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5; -update noar ti set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5; -update noar tt set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6; -update noar ti set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6; -update noar tt set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6; -update noar ti set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6; -update noar tt set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6; -update noar ti set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6; -update noar tt set b0='0RPIXAGCIBDD7U7J2' where id=7; -update noar ti set b0='0RPIXAGCIBDD7U7J2' where id=7; -update noar tt set b1='1ZR196R3BKHH349JP9PRJWD' where id=7; -update noar ti set b1='1ZR196R3BKHH349JP9PRJWD' where id=7; -update noar tt set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7; -update noar ti set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7; -update noar tt set b0='7DH3TV' where id=8; -update noar ti set b0='7DH3TV' where id=8; -update noar tt set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8; -update noar ti set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8; -update noar tt set b2='QS5702EDN5GBQMBSMNXT' where id=8; -update noar ti set b2='QS5702EDN5GBQMBSMNXT' where id=8; -update noar tt set b0='V45OU6BZ1P' where id=9; -update noar ti set b0='V45OU6BZ1P' where id=9; -update noar tt set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9; -update noar ti set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9; -update noar tt set b2='QO' where id=9; -update noar ti set b2='QO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1; -update noar ti set b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1; -update noar tt set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1; -update noar ti set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1; -update noar tt set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1; -update noar ti set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1; -update noar tt set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2; -update noar ti set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2; -update noar tt set b1='OYB7L67O8RP9OAQ' where id=2; -update noar ti set b1='OYB7L67O8RP9OAQ' where id=2; -update noar tt set b2='3U5RHVIDLFNU3RDLCY' where id=2; -update noar ti set b2='3U5RHVIDLFNU3RDLCY' where id=2; -update noar tt set b0='82IM1ATOAOWSVWR62TXT9T' where id=3; -update noar ti set b0='82IM1ATOAOWSVWR62TXT9T' where id=3; -update noar tt set b1='Q4A' where id=3; -update noar ti set b1='Q4A' where id=3; -update noar tt set b2='32U53FTIF90QIF9DBFYDQ51' where id=3; -update noar ti set b2='32U53FTIF90QIF9DBFYDQ51' where id=3; -update noar tt set b0='OL5LBLVZOKDEM66RV39' where id=4; -update noar ti set b0='OL5LBLVZOKDEM66RV39' where id=4; -update noar tt set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4; -update noar ti set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4; -update noar tt set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4; -update noar ti set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4; -update noar tt set b0='W0UTC7ZE9UQQO' where id=5; -update noar ti set b0='W0UTC7ZE9UQQO' where id=5; -update noar tt set b1='SF9M1332U3LPWMA5Y7' where id=5; -update noar ti set b1='SF9M1332U3LPWMA5Y7' where id=5; -update noar tt set b2='TOA7NBKVBY953' where id=5; -update noar ti set b2='TOA7NBKVBY953' where id=5; -update noar tt set b0='XJ' where id=6; -update noar ti set b0='XJ' where id=6; -update noar tt set b1='3INUXN7RBVWIBI6VH85' where id=6; -update noar ti set b1='3INUXN7RBVWIBI6VH85' where id=6; -update noar tt set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6; -update noar ti set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6; -update noar tt set b0='X3E875' where id=7; -update noar ti set b0='X3E875' where id=7; -update noar tt set b1='8S1M9VHOUC3RK3DRZZ' where id=7; -update noar ti set b1='8S1M9VHOUC3RK3DRZZ' where id=7; -update noar tt set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7; -update noar ti set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7; -update noar tt set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8; -update noar ti set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8; -update noar tt set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8; -update noar ti set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8; -update noar tt set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8; -update noar ti set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8; -update noar tt set b0='H' where id=9; -update noar ti set b0='H' where id=9; -update noar tt set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9; -update noar ti set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9; -update noar tt set b2='1YNO52GZFN80LITZ69' where id=9; -update noar ti set b2='1YNO52GZFN80LITZ69' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P7GBXU2I' where id=1; -update noar ti set b0='P7GBXU2I' where id=1; -update noar tt set b1='H' where id=1; -update noar ti set b1='H' where id=1; -update noar tt set b2='ZL5RMN4PU' where id=1; -update noar ti set b2='ZL5RMN4PU' where id=1; -update noar tt set b0='KTMJ7DC693YHSIDX' where id=2; -update noar ti set b0='KTMJ7DC693YHSIDX' where id=2; -update noar tt set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2; -update noar ti set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2; -update noar tt set b2='RVHWFX8LCL8F' where id=2; -update noar ti set b2='RVHWFX8LCL8F' where id=2; -update noar tt set b0='CSEUQIHDL6XISQG1FY' where id=3; -update noar ti set b0='CSEUQIHDL6XISQG1FY' where id=3; -update noar tt set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3; -update noar ti set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3; -update noar tt set b2='814IJMG93S' where id=3; -update noar ti set b2='814IJMG93S' where id=3; -update noar tt set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4; -update noar ti set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4; -update noar tt set b1='H2YLU8VFWJQQUP' where id=4; -update noar ti set b1='H2YLU8VFWJQQUP' where id=4; -update noar tt set b2='QNNZKNW62JDZAS' where id=4; -update noar ti set b2='QNNZKNW62JDZAS' where id=4; -update noar tt set b0='0CLBPFMSZCFQ7VP' where id=5; -update noar ti set b0='0CLBPFMSZCFQ7VP' where id=5; -update noar tt set b1='TLPWMYSFOBTN' where id=5; -update noar ti set b1='TLPWMYSFOBTN' where id=5; -update noar tt set b2='AZZ2' where id=5; -update noar ti set b2='AZZ2' where id=5; -update noar tt set b0='VI54HTTGSSG9FGXEA' where id=6; -update noar ti set b0='VI54HTTGSSG9FGXEA' where id=6; -update noar tt set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6; -update noar ti set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6; -update noar tt set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6; -update noar ti set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6; -update noar tt set b0='BJ98ALF1' where id=7; -update noar ti set b0='BJ98ALF1' where id=7; -update noar tt set b1='IBQ6YU36AGR11W' where id=7; -update noar ti set b1='IBQ6YU36AGR11W' where id=7; -update noar tt set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7; -update noar ti set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7; -update noar tt set b0='6SV3Y7UQT779WX0G3' where id=8; -update noar ti set b0='6SV3Y7UQT779WX0G3' where id=8; -update noar tt set b1='11M1EZXN5X1RMN81LDS610C' where id=8; -update noar ti set b1='11M1EZXN5X1RMN81LDS610C' where id=8; -update noar tt set b2='UUH14XTJVMG9IMJF7' where id=8; -update noar ti set b2='UUH14XTJVMG9IMJF7' where id=8; -update noar tt set b0='FJSCNC5D96ALI50BUDBG' where id=9; -update noar ti set b0='FJSCNC5D96ALI50BUDBG' where id=9; -update noar tt set b1='0D3NY2R2903CQ4S2A3AR' where id=9; -update noar ti set b1='0D3NY2R2903CQ4S2A3AR' where id=9; -update noar tt set b2='Y4YN1R' where id=9; -update noar ti set b2='Y4YN1R' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RSV1XSY00FF' where id=1; -update noar ti set b0='RSV1XSY00FF' where id=1; -update noar tt set b1='STZUCWW' where id=1; -update noar ti set b1='STZUCWW' where id=1; -update noar tt set b2='W7ANLT9PJHKJW3CZUS' where id=1; -update noar ti set b2='W7ANLT9PJHKJW3CZUS' where id=1; -update noar tt set b0='YZ9A7ISZME1H4' where id=2; -update noar ti set b0='YZ9A7ISZME1H4' where id=2; -update noar tt set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2; -update noar ti set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2; -update noar tt set b2='PYZ9O7WNWH1DE' where id=2; -update noar ti set b2='PYZ9O7WNWH1DE' where id=2; -update noar tt set b0='37' where id=3; -update noar ti set b0='37' where id=3; -update noar tt set b1='G2XHVK9WREITW4FW' where id=3; -update noar ti set b1='G2XHVK9WREITW4FW' where id=3; -update noar tt set b2='TGJC7WT5XP0OXLKI' where id=3; -update noar ti set b2='TGJC7WT5XP0OXLKI' where id=3; -update noar tt set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4; -update noar ti set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4; -update noar tt set b1='80F8GBYCNKU3X2I39' where id=4; -update noar ti set b1='80F8GBYCNKU3X2I39' where id=4; -update noar tt set b2='KZN8BYISTCYF7OBIU' where id=4; -update noar ti set b2='KZN8BYISTCYF7OBIU' where id=4; -update noar tt set b0='FZ4AFEU65A' where id=5; -update noar ti set b0='FZ4AFEU65A' where id=5; -update noar tt set b1='RU' where id=5; -update noar ti set b1='RU' where id=5; -update noar tt set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5; -update noar ti set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5; -update noar tt set b0='G083EX25WVGXC5F7Y' where id=6; -update noar ti set b0='G083EX25WVGXC5F7Y' where id=6; -update noar tt set b1='7YLRA7BHA0NW5' where id=6; -update noar ti set b1='7YLRA7BHA0NW5' where id=6; -update noar tt set b2='CR1CE5JY04K' where id=6; -update noar ti set b2='CR1CE5JY04K' where id=6; -update noar tt set b0='F' where id=7; -update noar ti set b0='F' where id=7; -update noar tt set b1='CY68LEQMQ224DKWJM' where id=7; -update noar ti set b1='CY68LEQMQ224DKWJM' where id=7; -update noar tt set b2='7WEQT8U' where id=7; -update noar ti set b2='7WEQT8U' where id=7; -update noar tt set b0='7ARPD9VPZO' where id=8; -update noar ti set b0='7ARPD9VPZO' where id=8; -update noar tt set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8; -update noar ti set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8; -update noar tt set b2='9BPCXLB' where id=8; -update noar ti set b2='9BPCXLB' where id=8; -update noar tt set b0='CEZLV1BOUKKQ30EJ' where id=9; -update noar ti set b0='CEZLV1BOUKKQ30EJ' where id=9; -update noar tt set b1='H0Y' where id=9; -update noar ti set b1='H0Y' where id=9; -update noar tt set b2='2H0F' where id=9; -update noar ti set b2='2H0F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PKZ07U' where id=1; -update noar ti set b0='PKZ07U' where id=1; -update noar tt set b1='RQDZV72DDNECMNRL' where id=1; -update noar ti set b1='RQDZV72DDNECMNRL' where id=1; -update noar tt set b2='DFGTB33X' where id=1; -update noar ti set b2='DFGTB33X' where id=1; -update noar tt set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2; -update noar ti set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2; -update noar tt set b1='O9AZUPNJRM5D' where id=2; -update noar ti set b1='O9AZUPNJRM5D' where id=2; -update noar tt set b2='8CQTJ3HKHVML5E89' where id=2; -update noar ti set b2='8CQTJ3HKHVML5E89' where id=2; -update noar tt set b0='5EN' where id=3; -update noar ti set b0='5EN' where id=3; -update noar tt set b1='3' where id=3; -update noar ti set b1='3' where id=3; -update noar tt set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3; -update noar ti set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3; -update noar tt set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4; -update noar ti set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4; -update noar tt set b1='QWL89319SJ07NLNF' where id=4; -update noar ti set b1='QWL89319SJ07NLNF' where id=4; -update noar tt set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4; -update noar ti set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4; -update noar tt set b0='MI7V9CGT' where id=5; -update noar ti set b0='MI7V9CGT' where id=5; -update noar tt set b1='F4D2TA' where id=5; -update noar ti set b1='F4D2TA' where id=5; -update noar tt set b2='75' where id=5; -update noar ti set b2='75' where id=5; -update noar tt set b0='X5' where id=6; -update noar ti set b0='X5' where id=6; -update noar tt set b1='GSGBU4CLLDRZC2' where id=6; -update noar ti set b1='GSGBU4CLLDRZC2' where id=6; -update noar tt set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6; -update noar ti set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6; -update noar tt set b0='Y7OPDYU47AQF' where id=7; -update noar ti set b0='Y7OPDYU47AQF' where id=7; -update noar tt set b1='TQAA04AE3VZAS14Y71ITL0' where id=7; -update noar ti set b1='TQAA04AE3VZAS14Y71ITL0' where id=7; -update noar tt set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7; -update noar ti set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7; -update noar tt set b0='E2O' where id=8; -update noar ti set b0='E2O' where id=8; -update noar tt set b1='64M7YPD8' where id=8; -update noar ti set b1='64M7YPD8' where id=8; -update noar tt set b2='J' where id=8; -update noar ti set b2='J' where id=8; -update noar tt set b0='Z' where id=9; -update noar ti set b0='Z' where id=9; -update noar tt set b1='XLDS2S24' where id=9; -update noar ti set b1='XLDS2S24' where id=9; -update noar tt set b2='HLA2LL5N7QS3LK9T14AX' where id=9; -update noar ti set b2='HLA2LL5N7QS3LK9T14AX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1; -update noar ti set b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1; -update noar tt set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1; -update noar ti set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1; -update noar tt set b2='ZQNKH9GGAFKINFTVSZV' where id=1; -update noar ti set b2='ZQNKH9GGAFKINFTVSZV' where id=1; -update noar tt set b0='JAQ1XIYE4OH28' where id=2; -update noar ti set b0='JAQ1XIYE4OH28' where id=2; -update noar tt set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2; -update noar ti set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2; -update noar tt set b2='GUH2I' where id=2; -update noar ti set b2='GUH2I' where id=2; -update noar tt set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3; -update noar ti set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3; -update noar tt set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3; -update noar ti set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3; -update noar tt set b2='HLC302TMZOWGF77P94723' where id=3; -update noar ti set b2='HLC302TMZOWGF77P94723' where id=3; -update noar tt set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4; -update noar ti set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4; -update noar tt set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4; -update noar ti set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4; -update noar tt set b2='WGDX39SEMN43IY4LU' where id=4; -update noar ti set b2='WGDX39SEMN43IY4LU' where id=4; -update noar tt set b0='3' where id=5; -update noar ti set b0='3' where id=5; -update noar tt set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5; -update noar ti set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5; -update noar tt set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5; -update noar ti set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5; -update noar tt set b0='L' where id=6; -update noar ti set b0='L' where id=6; -update noar tt set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6; -update noar ti set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6; -update noar tt set b2='SH2EYK' where id=6; -update noar ti set b2='SH2EYK' where id=6; -update noar tt set b0='SX85B75' where id=7; -update noar ti set b0='SX85B75' where id=7; -update noar tt set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7; -update noar ti set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7; -update noar tt set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7; -update noar ti set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7; -update noar tt set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8; -update noar ti set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8; -update noar tt set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8; -update noar ti set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8; -update noar tt set b2='9C' where id=8; -update noar ti set b2='9C' where id=8; -update noar tt set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9; -update noar ti set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9; -update noar tt set b1='POL7NS1S5' where id=9; -update noar ti set b1='POL7NS1S5' where id=9; -update noar tt set b2='AMTX' where id=9; -update noar ti set b2='AMTX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ENPIQ87BJMOJQJX67HP' where id=1; -update noar ti set b0='ENPIQ87BJMOJQJX67HP' where id=1; -update noar tt set b1='JEIMVJVNDOP72K9' where id=1; -update noar ti set b1='JEIMVJVNDOP72K9' where id=1; -update noar tt set b2='3' where id=1; -update noar ti set b2='3' where id=1; -update noar tt set b0='ED4T34F1922DFW9A' where id=2; -update noar ti set b0='ED4T34F1922DFW9A' where id=2; -update noar tt set b1='OL' where id=2; -update noar ti set b1='OL' where id=2; -update noar tt set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2; -update noar ti set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2; -update noar tt set b0='TZVW' where id=3; -update noar ti set b0='TZVW' where id=3; -update noar tt set b1='FSPC4SJW32E3OVJ6H' where id=3; -update noar ti set b1='FSPC4SJW32E3OVJ6H' where id=3; -update noar tt set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3; -update noar ti set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3; -update noar tt set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4; -update noar ti set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4; -update noar tt set b1='VMW8FZS' where id=4; -update noar ti set b1='VMW8FZS' where id=4; -update noar tt set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4; -update noar ti set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4; -update noar tt set b0='OEAENQ23ZWDRANJ' where id=5; -update noar ti set b0='OEAENQ23ZWDRANJ' where id=5; -update noar tt set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5; -update noar ti set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5; -update noar tt set b2='SR942GZFO3HKOX' where id=5; -update noar ti set b2='SR942GZFO3HKOX' where id=5; -update noar tt set b0='DCVOP' where id=6; -update noar ti set b0='DCVOP' where id=6; -update noar tt set b1='CSOTEHAHFHCL' where id=6; -update noar ti set b1='CSOTEHAHFHCL' where id=6; -update noar tt set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6; -update noar ti set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6; -update noar tt set b0='WC74ECVEP6YQ82' where id=7; -update noar ti set b0='WC74ECVEP6YQ82' where id=7; -update noar tt set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7; -update noar ti set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7; -update noar tt set b2='0NGH9WS' where id=7; -update noar ti set b2='0NGH9WS' where id=7; -update noar tt set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8; -update noar ti set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8; -update noar tt set b1='NNGNDKL' where id=8; -update noar ti set b1='NNGNDKL' where id=8; -update noar tt set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8; -update noar ti set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8; -update noar tt set b0='UNFTM5' where id=9; -update noar ti set b0='UNFTM5' where id=9; -update noar tt set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9; -update noar ti set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9; -update noar tt set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9; -update noar ti set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4YR5OV2' where id=1; -update noar ti set b0='4YR5OV2' where id=1; -update noar tt set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1; -update noar ti set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1; -update noar tt set b2='4MSGH' where id=1; -update noar ti set b2='4MSGH' where id=1; -update noar tt set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2; -update noar ti set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2; -update noar tt set b1='4UFAD8B2A9FHOU8462HZ' where id=2; -update noar ti set b1='4UFAD8B2A9FHOU8462HZ' where id=2; -update noar tt set b2='O2Q77QH9BVOKYVVUCP4X' where id=2; -update noar ti set b2='O2Q77QH9BVOKYVVUCP4X' where id=2; -update noar tt set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3; -update noar ti set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3; -update noar tt set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3; -update noar ti set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3; -update noar tt set b2='HDVS3WLSS2OFR01C' where id=3; -update noar ti set b2='HDVS3WLSS2OFR01C' where id=3; -update noar tt set b0='66CG2YLNL4MAXVWW4SF2' where id=4; -update noar ti set b0='66CG2YLNL4MAXVWW4SF2' where id=4; -update noar tt set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4; -update noar ti set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4; -update noar tt set b2='FX2LL' where id=4; -update noar ti set b2='FX2LL' where id=4; -update noar tt set b0='7' where id=5; -update noar ti set b0='7' where id=5; -update noar tt set b1='RHBCYBESGLJNP9L' where id=5; -update noar ti set b1='RHBCYBESGLJNP9L' where id=5; -update noar tt set b2='DA9SKWUNC4LG' where id=5; -update noar ti set b2='DA9SKWUNC4LG' where id=5; -update noar tt set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6; -update noar ti set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6; -update noar tt set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6; -update noar ti set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6; -update noar tt set b2='FP9KL111TZD' where id=6; -update noar ti set b2='FP9KL111TZD' where id=6; -update noar tt set b0='B169' where id=7; -update noar ti set b0='B169' where id=7; -update noar tt set b1='SYTMF9HKR5OV04MSX' where id=7; -update noar ti set b1='SYTMF9HKR5OV04MSX' where id=7; -update noar tt set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7; -update noar ti set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7; -update noar tt set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8; -update noar ti set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8; -update noar tt set b1='TDWONE8LK71QK0Z2O4ACJEMSO' where id=8; -update noar ti set b1='TDWONE8LK71QK0Z2O4ACJEMSO' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set b0='1DIFDQ33SJ' where id=9; -update noar ti set b0='1DIFDQ33SJ' where id=9; -update noar tt set b1='YW' where id=9; -update noar ti set b1='YW' where id=9; -update noar tt set b2='2YBNPH4B4K9J' where id=9; -update noar ti set b2='2YBNPH4B4K9J' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 blob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QAXRZK5KTF05RY' where id=1; -update noar ti set b0='QAXRZK5KTF05RY' where id=1; -update noar tt set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1; -update noar ti set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1; -update noar tt set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1; -update noar ti set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1; -update noar tt set b0='Z4TH37UC8OQBPM9MKYEU' where id=2; -update noar ti set b0='Z4TH37UC8OQBPM9MKYEU' where id=2; -update noar tt set b1='CE6C8IAX4G6HHKABWNSX8' where id=2; -update noar ti set b1='CE6C8IAX4G6HHKABWNSX8' where id=2; -update noar tt set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2; -update noar ti set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2; -update noar tt set b0='0YXQE4HK7Z4' where id=3; -update noar ti set b0='0YXQE4HK7Z4' where id=3; -update noar tt set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3; -update noar ti set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3; -update noar tt set b2='UNM' where id=3; -update noar ti set b2='UNM' where id=3; -update noar tt set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4; -update noar ti set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4; -update noar tt set b1='8O' where id=4; -update noar ti set b1='8O' where id=4; -update noar tt set b2='K6AF' where id=4; -update noar ti set b2='K6AF' where id=4; -update noar tt set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5; -update noar ti set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5; -update noar tt set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5; -update noar ti set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5; -update noar tt set b2='VCCOWF' where id=5; -update noar ti set b2='VCCOWF' where id=5; -update noar tt set b0='QIQ2WRN2JG5' where id=6; -update noar ti set b0='QIQ2WRN2JG5' where id=6; -update noar tt set b1='9NVFK9Z7OD' where id=6; -update noar ti set b1='9NVFK9Z7OD' where id=6; -update noar tt set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6; -update noar ti set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6; -update noar tt set b0='TRKE5YSBPNENH9N' where id=7; -update noar ti set b0='TRKE5YSBPNENH9N' where id=7; -update noar tt set b1='AUOOJFP42U6846T5FRIZYY3' where id=7; -update noar ti set b1='AUOOJFP42U6846T5FRIZYY3' where id=7; -update noar tt set b2='5RC6PKF2' where id=7; -update noar ti set b2='5RC6PKF2' where id=7; -update noar tt set b0='Z5U3DBBB67QB' where id=8; -update noar ti set b0='Z5U3DBBB67QB' where id=8; -update noar tt set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8; -update noar ti set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8; -update noar tt set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8; -update noar ti set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8; -update noar tt set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9; -update noar ti set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9; -update noar tt set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9; -update noar ti set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9; -update noar tt set b2='ZM50PVKOJ1' where id=9; -update noar ti set b2='ZM50PVKOJ1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 blob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UIN6LSZOIQALWMSJYZGS9H' where id=1; -update noar ti set b0='UIN6LSZOIQALWMSJYZGS9H' where id=1; -update noar tt set b1='N6IIRBLCWO8C6OL8Z6A' where id=1; -update noar ti set b1='N6IIRBLCWO8C6OL8Z6A' where id=1; -update noar tt set b2='NJ1RWAC' where id=1; -update noar ti set b2='NJ1RWAC' where id=1; -update noar tt set b0='K691ZTWVMOCSR3DPI2' where id=2; -update noar ti set b0='K691ZTWVMOCSR3DPI2' where id=2; -update noar tt set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2; -update noar ti set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2; -update noar tt set b2='1CK27Z61SFUOJNEAODL3R8' where id=2; -update noar ti set b2='1CK27Z61SFUOJNEAODL3R8' where id=2; -update noar tt set b0='NGDGM03E25T' where id=3; -update noar ti set b0='NGDGM03E25T' where id=3; -update noar tt set b1='CS51C9XZP0S' where id=3; -update noar ti set b1='CS51C9XZP0S' where id=3; -update noar tt set b2='S0V6YWRP' where id=3; -update noar ti set b2='S0V6YWRP' where id=3; -update noar tt set b0='CP87S787CQJDQUI985I9E6' where id=4; -update noar ti set b0='CP87S787CQJDQUI985I9E6' where id=4; -update noar tt set b1='J8WW7NK1ELXNM323' where id=4; -update noar ti set b1='J8WW7NK1ELXNM323' where id=4; -update noar tt set b2='63IFZJ' where id=4; -update noar ti set b2='63IFZJ' where id=4; -update noar tt set b0='449VMKOWBMC80SYHI0C1HZ' where id=5; -update noar ti set b0='449VMKOWBMC80SYHI0C1HZ' where id=5; -update noar tt set b1='W8NUI2R1' where id=5; -update noar ti set b1='W8NUI2R1' where id=5; -update noar tt set b2='K89UZY6B1C4RBE' where id=5; -update noar ti set b2='K89UZY6B1C4RBE' where id=5; -update noar tt set b0='VUNXE4G05Y39HWW6X' where id=6; -update noar ti set b0='VUNXE4G05Y39HWW6X' where id=6; -update noar tt set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6; -update noar ti set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6; -update noar tt set b2='1GPF0Q' where id=6; -update noar ti set b2='1GPF0Q' where id=6; -update noar tt set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7; -update noar ti set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7; -update noar tt set b1='GFSKHX9AAAD5OM' where id=7; -update noar ti set b1='GFSKHX9AAAD5OM' where id=7; -update noar tt set b2='CRPQKMNOXWU56WQ5TF' where id=7; -update noar ti set b2='CRPQKMNOXWU56WQ5TF' where id=7; -update noar tt set b0='N9X1GX' where id=8; -update noar ti set b0='N9X1GX' where id=8; -update noar tt set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8; -update noar ti set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8; -update noar tt set b2='KVIN' where id=8; -update noar ti set b2='KVIN' where id=8; -update noar tt set b0='KC9L880VLFID96SBPHU6I' where id=9; -update noar ti set b0='KC9L880VLFID96SBPHU6I' where id=9; -update noar tt set b1='F1BU01H40ZR9WVSV3AA2' where id=9; -update noar ti set b1='F1BU01H40ZR9WVSV3AA2' where id=9; -update noar tt set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9; -update noar ti set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9WY4UVN1N6RW5' where id=1; -update noar ti set b0='9WY4UVN1N6RW5' where id=1; -update noar tt set b1='FVM6Z7YO4528HX' where id=1; -update noar ti set b1='FVM6Z7YO4528HX' where id=1; -update noar tt set b2='TNYUO4' where id=1; -update noar ti set b2='TNYUO4' where id=1; -update noar tt set b0='EIDJG721JXO29ITLO' where id=2; -update noar ti set b0='EIDJG721JXO29ITLO' where id=2; -update noar tt set b1='QEB2334H' where id=2; -update noar ti set b1='QEB2334H' where id=2; -update noar tt set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2; -update noar ti set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2; -update noar tt set b0='LVTV0WFBRWN461VD37' where id=3; -update noar ti set b0='LVTV0WFBRWN461VD37' where id=3; -update noar tt set b1='9' where id=3; -update noar ti set b1='9' where id=3; -update noar tt set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3; -update noar ti set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3; -update noar tt set b0='IH0WQNH' where id=4; -update noar ti set b0='IH0WQNH' where id=4; -update noar tt set b1='UA4K6FIFQV' where id=4; -update noar ti set b1='UA4K6FIFQV' where id=4; -update noar tt set b2='CL' where id=4; -update noar ti set b2='CL' where id=4; -update noar tt set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5; -update noar ti set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5; -update noar tt set b1='52EY8YFMX8X3M06IL' where id=5; -update noar ti set b1='52EY8YFMX8X3M06IL' where id=5; -update noar tt set b2='2RH9M1Y' where id=5; -update noar ti set b2='2RH9M1Y' where id=5; -update noar tt set b0='HZ16E873PXHA3K8VNRAD1' where id=6; -update noar ti set b0='HZ16E873PXHA3K8VNRAD1' where id=6; -update noar tt set b1='9RO5173ZYP' where id=6; -update noar ti set b1='9RO5173ZYP' where id=6; -update noar tt set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6; -update noar ti set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6; -update noar tt set b0='BX' where id=7; -update noar ti set b0='BX' where id=7; -update noar tt set b1='8PW8ADO9HBH' where id=7; -update noar ti set b1='8PW8ADO9HBH' where id=7; -update noar tt set b2='93C5R66R9BFTK1YNQ' where id=7; -update noar ti set b2='93C5R66R9BFTK1YNQ' where id=7; -update noar tt set b0='SK49SRN2SZB5HCUMI7HU' where id=8; -update noar ti set b0='SK49SRN2SZB5HCUMI7HU' where id=8; -update noar tt set b1='I6ZT6F73PDU80RMC38DA' where id=8; -update noar ti set b1='I6ZT6F73PDU80RMC38DA' where id=8; -update noar tt set b2='WGOSTZH26245ZYRS46ZPOR' where id=8; -update noar ti set b2='WGOSTZH26245ZYRS46ZPOR' where id=8; -update noar tt set b0='H1' where id=9; -update noar ti set b0='H1' where id=9; -update noar tt set b1='6VEFOJINMX1U5DT7' where id=9; -update noar ti set b1='6VEFOJINMX1U5DT7' where id=9; -update noar tt set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9; -update noar ti set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1; -update noar ti set b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1; -update noar tt set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1; -update noar ti set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1; -update noar tt set b2='7AA264A0XNUBWHB2DHW' where id=1; -update noar ti set b2='7AA264A0XNUBWHB2DHW' where id=1; -update noar tt set b0='M' where id=2; -update noar ti set b0='M' where id=2; -update noar tt set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2; -update noar ti set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2; -update noar tt set b2='ICM92DK4' where id=2; -update noar ti set b2='ICM92DK4' where id=2; -update noar tt set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3; -update noar ti set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3; -update noar tt set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3; -update noar ti set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3; -update noar tt set b2='6OX5W6789XIVV010LA' where id=3; -update noar ti set b2='6OX5W6789XIVV010LA' where id=3; -update noar tt set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4; -update noar ti set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4; -update noar tt set b1='OW7' where id=4; -update noar ti set b1='OW7' where id=4; -update noar tt set b2='U2CQK2WYCG1L913208IET42' where id=4; -update noar ti set b2='U2CQK2WYCG1L913208IET42' where id=4; -update noar tt set b0='KAYKUL0J9OQ45B1' where id=5; -update noar ti set b0='KAYKUL0J9OQ45B1' where id=5; -update noar tt set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5; -update noar ti set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5; -update noar tt set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5; -update noar ti set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5; -update noar tt set b0='9F2A1G' where id=6; -update noar ti set b0='9F2A1G' where id=6; -update noar tt set b1='58UQG6XST8Z0C9YY' where id=6; -update noar ti set b1='58UQG6XST8Z0C9YY' where id=6; -update noar tt set b2='782RIGIQPIF8P116W85F' where id=6; -update noar ti set b2='782RIGIQPIF8P116W85F' where id=6; -update noar tt set b0='A7U4LM1J265LO' where id=7; -update noar ti set b0='A7U4LM1J265LO' where id=7; -update noar tt set b1='F690H' where id=7; -update noar ti set b1='F690H' where id=7; -update noar tt set b2='B312GJFW7NG002WBK' where id=7; -update noar ti set b2='B312GJFW7NG002WBK' where id=7; -update noar tt set b0='EFP9BPPSA1X0339VXXBOT' where id=8; -update noar ti set b0='EFP9BPPSA1X0339VXXBOT' where id=8; -update noar tt set b1='6HL7H1H7FL5EH77D' where id=8; -update noar ti set b1='6HL7H1H7FL5EH77D' where id=8; -update noar tt set b2='CL' where id=8; -update noar ti set b2='CL' where id=8; -update noar tt set b0='22OS4QLQOSGS6BOX' where id=9; -update noar ti set b0='22OS4QLQOSGS6BOX' where id=9; -update noar tt set b1='S05M97K' where id=9; -update noar ti set b1='S05M97K' where id=9; -update noar tt set b2='93VZTP0QCC5N5NGRQI' where id=9; -update noar ti set b2='93VZTP0QCC5N5NGRQI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7KVAM' where id=1; -update noar ti set b0='7KVAM' where id=1; -update noar tt set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1; -update noar ti set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1; -update noar tt set b2='JBKF2DYN1GF9P' where id=1; -update noar ti set b2='JBKF2DYN1GF9P' where id=1; -update noar tt set b0='1HU5' where id=2; -update noar ti set b0='1HU5' where id=2; -update noar tt set b1='0D59PARTH7HZ625LCZJMUO' where id=2; -update noar ti set b1='0D59PARTH7HZ625LCZJMUO' where id=2; -update noar tt set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2; -update noar ti set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2; -update noar tt set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3; -update noar ti set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3; -update noar tt set b1='V629VCCC3OVMPE1' where id=3; -update noar ti set b1='V629VCCC3OVMPE1' where id=3; -update noar tt set b2='2J95W41W66' where id=3; -update noar ti set b2='2J95W41W66' where id=3; -update noar tt set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4; -update noar ti set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4; -update noar tt set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4; -update noar ti set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4; -update noar tt set b2='FQRK' where id=4; -update noar ti set b2='FQRK' where id=4; -update noar tt set b0='HU2873TTB' where id=5; -update noar ti set b0='HU2873TTB' where id=5; -update noar tt set b1='27IQQ' where id=5; -update noar ti set b1='27IQQ' where id=5; -update noar tt set b2='Y8' where id=5; -update noar ti set b2='Y8' where id=5; -update noar tt set b0='7H' where id=6; -update noar ti set b0='7H' where id=6; -update noar tt set b1='24LS7IHXF' where id=6; -update noar ti set b1='24LS7IHXF' where id=6; -update noar tt set b2='T' where id=6; -update noar ti set b2='T' where id=6; -update noar tt set b0='0Z62IIV4ST' where id=7; -update noar ti set b0='0Z62IIV4ST' where id=7; -update noar tt set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7; -update noar ti set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7; -update noar tt set b2='U2WOU7' where id=7; -update noar ti set b2='U2WOU7' where id=7; -update noar tt set b0='F1FKZMXR' where id=8; -update noar ti set b0='F1FKZMXR' where id=8; -update noar tt set b1='WCS0NN0UFCT' where id=8; -update noar ti set b1='WCS0NN0UFCT' where id=8; -update noar tt set b2='PU2U87VVY90Y' where id=8; -update noar ti set b2='PU2U87VVY90Y' where id=8; -update noar tt set b0='P4IWAARBSZ1PUB' where id=9; -update noar ti set b0='P4IWAARBSZ1PUB' where id=9; -update noar tt set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9; -update noar ti set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9; -update noar tt set b2='N8YRTE0KJR0RJU' where id=9; -update noar ti set b2='N8YRTE0KJR0RJU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4X44KD5PUV2AB59GLIS' where id=1; -update noar ti set b0='4X44KD5PUV2AB59GLIS' where id=1; -update noar tt set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1; -update noar ti set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1; -update noar tt set b2='Q72YBK0TSJYHHY8PU' where id=1; -update noar ti set b2='Q72YBK0TSJYHHY8PU' where id=1; -update noar tt set b0='K19LDDP5C' where id=2; -update noar ti set b0='K19LDDP5C' where id=2; -update noar tt set b1='J6OBZKSTJ2JMO6QON' where id=2; -update noar ti set b1='J6OBZKSTJ2JMO6QON' where id=2; -update noar tt set b2='UDMV2VF31' where id=2; -update noar ti set b2='UDMV2VF31' where id=2; -update noar tt set b0='L5WGNU4WNIWH' where id=3; -update noar ti set b0='L5WGNU4WNIWH' where id=3; -update noar tt set b1='K75U2I' where id=3; -update noar ti set b1='K75U2I' where id=3; -update noar tt set b2='NZ55E' where id=3; -update noar ti set b2='NZ55E' where id=3; -update noar tt set b0='YQOB' where id=4; -update noar ti set b0='YQOB' where id=4; -update noar tt set b1='NXRM03CJW9' where id=4; -update noar ti set b1='NXRM03CJW9' where id=4; -update noar tt set b2='JGLE0BDVC72BQL379W' where id=4; -update noar ti set b2='JGLE0BDVC72BQL379W' where id=4; -update noar tt set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5; -update noar ti set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5; -update noar tt set b1='74NYBECENCTMECVHTANU0U' where id=5; -update noar ti set b1='74NYBECENCTMECVHTANU0U' where id=5; -update noar tt set b2='I1LS6BVPIU6AAFK2' where id=5; -update noar ti set b2='I1LS6BVPIU6AAFK2' where id=5; -update noar tt set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6; -update noar ti set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6; -update noar tt set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6; -update noar ti set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6; -update noar tt set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6; -update noar ti set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6; -update noar tt set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7; -update noar ti set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7; -update noar tt set b1='S60E9CU30Z4MYLX4' where id=7; -update noar ti set b1='S60E9CU30Z4MYLX4' where id=7; -update noar tt set b2='DW90E' where id=7; -update noar ti set b2='DW90E' where id=7; -update noar tt set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8; -update noar ti set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8; -update noar tt set b1='XLJSPV40KBLNNML' where id=8; -update noar ti set b1='XLJSPV40KBLNNML' where id=8; -update noar tt set b2='3TWZ1ZI' where id=8; -update noar ti set b2='3TWZ1ZI' where id=8; -update noar tt set b0='AOS56W' where id=9; -update noar ti set b0='AOS56W' where id=9; -update noar tt set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9; -update noar ti set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9; -update noar tt set b2='6NX5LO2H7U447EB34ZTX5' where id=9; -update noar ti set b2='6NX5LO2H7U447EB34ZTX5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2HRCAP0905VZZN' where id=1; -update noar ti set b0='2HRCAP0905VZZN' where id=1; -update noar tt set b1='AX5W379S76BX' where id=1; -update noar ti set b1='AX5W379S76BX' where id=1; -update noar tt set b2='U3RA' where id=1; -update noar ti set b2='U3RA' where id=1; -update noar tt set b0='9G' where id=2; -update noar ti set b0='9G' where id=2; -update noar tt set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2; -update noar ti set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2; -update noar tt set b2='N63O2K45Y8G1SOR' where id=2; -update noar ti set b2='N63O2K45Y8G1SOR' where id=2; -update noar tt set b0='0MG0AN' where id=3; -update noar ti set b0='0MG0AN' where id=3; -update noar tt set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3; -update noar ti set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3; -update noar tt set b2='T005F4' where id=3; -update noar ti set b2='T005F4' where id=3; -update noar tt set b0='4PRQXZ9UI4HQYZ0C2L' where id=4; -update noar ti set b0='4PRQXZ9UI4HQYZ0C2L' where id=4; -update noar tt set b1='MF75X11414E' where id=4; -update noar ti set b1='MF75X11414E' where id=4; -update noar tt set b2='YGZUB2BJ72L24KA' where id=4; -update noar ti set b2='YGZUB2BJ72L24KA' where id=4; -update noar tt set b0='OTTOY3SL23GRFCG' where id=5; -update noar ti set b0='OTTOY3SL23GRFCG' where id=5; -update noar tt set b1='D457VTVI86PIOT0NHTU' where id=5; -update noar ti set b1='D457VTVI86PIOT0NHTU' where id=5; -update noar tt set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5; -update noar ti set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5; -update noar tt set b0='N86' where id=6; -update noar ti set b0='N86' where id=6; -update noar tt set b1='0JLVBVQ6HBOA3L' where id=6; -update noar ti set b1='0JLVBVQ6HBOA3L' where id=6; -update noar tt set b2='P52JAO' where id=6; -update noar ti set b2='P52JAO' where id=6; -update noar tt set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7; -update noar ti set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7; -update noar tt set b1='5DPK0NP' where id=7; -update noar ti set b1='5DPK0NP' where id=7; -update noar tt set b2='3ISKSVQO9UUWV70MZB' where id=7; -update noar ti set b2='3ISKSVQO9UUWV70MZB' where id=7; -update noar tt set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8; -update noar ti set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8; -update noar tt set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8; -update noar ti set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8; -update noar tt set b2='2Y7IVAILB1AEE4WS23' where id=8; -update noar ti set b2='2Y7IVAILB1AEE4WS23' where id=8; -update noar tt set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9; -update noar ti set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9; -update noar tt set b1='55SQU999SQM' where id=9; -update noar ti set b1='55SQU999SQM' where id=9; -update noar tt set b2='5Q' where id=9; -update noar ti set b2='5Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FA1E95MXS945VHWE13CFX2IM1' where id=1; -update noar ti set b0='FA1E95MXS945VHWE13CFX2IM1' where id=1; -update noar tt set b1='7RIHIQWB0OGWMN' where id=1; -update noar ti set b1='7RIHIQWB0OGWMN' where id=1; -update noar tt set b2='O5T7ZU9MUCT7RQP4' where id=1; -update noar ti set b2='O5T7ZU9MUCT7RQP4' where id=1; -update noar tt set b0='I1594G1NTW' where id=2; -update noar ti set b0='I1594G1NTW' where id=2; -update noar tt set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2; -update noar ti set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2; -update noar tt set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2; -update noar ti set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2; -update noar tt set b0='INBO28LEJ5522W2HGPJNZV' where id=3; -update noar ti set b0='INBO28LEJ5522W2HGPJNZV' where id=3; -update noar tt set b1='3GV7KD1RP3W' where id=3; -update noar ti set b1='3GV7KD1RP3W' where id=3; -update noar tt set b2='KQ8' where id=3; -update noar ti set b2='KQ8' where id=3; -update noar tt set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4; -update noar ti set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4; -update noar tt set b1='Y3EOTNDEXTG' where id=4; -update noar ti set b1='Y3EOTNDEXTG' where id=4; -update noar tt set b2='F23Q' where id=4; -update noar ti set b2='F23Q' where id=4; -update noar tt set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5; -update noar ti set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5; -update noar tt set b1='CCA67' where id=5; -update noar ti set b1='CCA67' where id=5; -update noar tt set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5; -update noar ti set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5; -update noar tt set b0='Z' where id=6; -update noar ti set b0='Z' where id=6; -update noar tt set b1='RKZ85JF1DHJGFGEL3' where id=6; -update noar ti set b1='RKZ85JF1DHJGFGEL3' where id=6; -update noar tt set b2='HUKZT97AVB9FG' where id=6; -update noar ti set b2='HUKZT97AVB9FG' where id=6; -update noar tt set b0='F5PIC6IVDAIG' where id=7; -update noar ti set b0='F5PIC6IVDAIG' where id=7; -update noar tt set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7; -update noar ti set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7; -update noar tt set b2='IBMAFBKRP9110OT3' where id=7; -update noar ti set b2='IBMAFBKRP9110OT3' where id=7; -update noar tt set b0='7XCQKY8QM4LD7' where id=8; -update noar ti set b0='7XCQKY8QM4LD7' where id=8; -update noar tt set b1='FNJW' where id=8; -update noar ti set b1='FNJW' where id=8; -update noar tt set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8; -update noar ti set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8; -update noar tt set b0='OTF42VCU9TVRLL24AINGU5L' where id=9; -update noar ti set b0='OTF42VCU9TVRLL24AINGU5L' where id=9; -update noar tt set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9; -update noar ti set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9; -update noar tt set b2='7XOC4WSG9PWL' where id=9; -update noar ti set b2='7XOC4WSG9PWL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7P7VWR46M3K33Z3BYF' where id=1; -update noar ti set b0='7P7VWR46M3K33Z3BYF' where id=1; -update noar tt set b1='0IYUYTC8SX5UK5' where id=1; -update noar ti set b1='0IYUYTC8SX5UK5' where id=1; -update noar tt set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1; -update noar ti set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1; -update noar tt set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2; -update noar ti set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2; -update noar tt set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2; -update noar ti set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2; -update noar tt set b2='69WQFYV4PC0LBPVMKFF' where id=2; -update noar ti set b2='69WQFYV4PC0LBPVMKFF' where id=2; -update noar tt set b0='A6V959GEP86BDYAN373' where id=3; -update noar ti set b0='A6V959GEP86BDYAN373' where id=3; -update noar tt set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3; -update noar ti set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3; -update noar tt set b2='ES6XBCEW90EBS' where id=3; -update noar ti set b2='ES6XBCEW90EBS' where id=3; -update noar tt set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' where id=4; -update noar ti set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' where id=4; -update noar tt set b1='T' where id=4; -update noar ti set b1='T' where id=4; -update noar tt set b2='8806HIZCYWQGP84Y' where id=4; -update noar ti set b2='8806HIZCYWQGP84Y' where id=4; -update noar tt set b0='K66RLI8C8ZBW' where id=5; -update noar ti set b0='K66RLI8C8ZBW' where id=5; -update noar tt set b1='VZ' where id=5; -update noar ti set b1='VZ' where id=5; -update noar tt set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5; -update noar ti set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5; -update noar tt set b0='O1SAV3HZIXG' where id=6; -update noar ti set b0='O1SAV3HZIXG' where id=6; -update noar tt set b1='UP62E8JWIIRCVK74XPUCI' where id=6; -update noar ti set b1='UP62E8JWIIRCVK74XPUCI' where id=6; -update noar tt set b2='Y4D' where id=6; -update noar ti set b2='Y4D' where id=6; -update noar tt set b0='V' where id=7; -update noar ti set b0='V' where id=7; -update noar tt set b1='YCI' where id=7; -update noar ti set b1='YCI' where id=7; -update noar tt set b2='R' where id=7; -update noar ti set b2='R' where id=7; -update noar tt set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8; -update noar ti set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8; -update noar tt set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8; -update noar ti set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8; -update noar tt set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8; -update noar ti set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8; -update noar tt set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9; -update noar ti set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9; -update noar tt set b1='NP2THCZJI400L9HELKYX' where id=9; -update noar ti set b1='NP2THCZJI400L9HELKYX' where id=9; -update noar tt set b2='28GR' where id=9; -update noar ti set b2='28GR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9WCJKFAZWB2KC' where id=1; -update noar ti set b0='9WCJKFAZWB2KC' where id=1; -update noar tt set b1='8TEX' where id=1; -update noar ti set b1='8TEX' where id=1; -update noar tt set b2='J1' where id=1; -update noar ti set b2='J1' where id=1; -update noar tt set b0='J0NC0MH' where id=2; -update noar ti set b0='J0NC0MH' where id=2; -update noar tt set b1='E00Y2O6J02D7RWMT' where id=2; -update noar ti set b1='E00Y2O6J02D7RWMT' where id=2; -update noar tt set b2='53IQCEG9BGXA4' where id=2; -update noar ti set b2='53IQCEG9BGXA4' where id=2; -update noar tt set b0='A499G37C' where id=3; -update noar ti set b0='A499G37C' where id=3; -update noar tt set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3; -update noar ti set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3; -update noar tt set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3; -update noar ti set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3; -update noar tt set b0='O5WZ459K4UF' where id=4; -update noar ti set b0='O5WZ459K4UF' where id=4; -update noar tt set b1='GLWJT8EO' where id=4; -update noar ti set b1='GLWJT8EO' where id=4; -update noar tt set b2='JI1RAX70CHL7IJRXPJ' where id=4; -update noar ti set b2='JI1RAX70CHL7IJRXPJ' where id=4; -update noar tt set b0='I39' where id=5; -update noar ti set b0='I39' where id=5; -update noar tt set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5; -update noar ti set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5; -update noar tt set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5; -update noar ti set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5; -update noar tt set b0='CEGX6WPZ0GGA' where id=6; -update noar ti set b0='CEGX6WPZ0GGA' where id=6; -update noar tt set b1='W' where id=6; -update noar ti set b1='W' where id=6; -update noar tt set b2='AVEHC3N2865I' where id=6; -update noar ti set b2='AVEHC3N2865I' where id=6; -update noar tt set b0='TWT3XE24F8CPDECQ' where id=7; -update noar ti set b0='TWT3XE24F8CPDECQ' where id=7; -update noar tt set b1='ED27COR9YM5ZA' where id=7; -update noar ti set b1='ED27COR9YM5ZA' where id=7; -update noar tt set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7; -update noar ti set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7; -update noar tt set b0='MW31JXELXP51Q754' where id=8; -update noar ti set b0='MW31JXELXP51Q754' where id=8; -update noar tt set b1='W8BGOASW' where id=8; -update noar ti set b1='W8BGOASW' where id=8; -update noar tt set b2='ZEMOYL4B2JI40MT70A' where id=8; -update noar ti set b2='ZEMOYL4B2JI40MT70A' where id=8; -update noar tt set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9; -update noar ti set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9; -update noar tt set b1='S07MWS3K0' where id=9; -update noar ti set b1='S07MWS3K0' where id=9; -update noar tt set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9; -update noar ti set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 mediumblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0S' where id=1; -update noar ti set b0='0S' where id=1; -update noar tt set b1='Y8SP5F1GMZULHWT5' where id=1; -update noar ti set b1='Y8SP5F1GMZULHWT5' where id=1; -update noar tt set b2='YMWNAFC5PM7ZSZMTV' where id=1; -update noar ti set b2='YMWNAFC5PM7ZSZMTV' where id=1; -update noar tt set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2; -update noar ti set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2; -update noar tt set b1='HR1PNWRJGCBVZ5J9QN7' where id=2; -update noar ti set b1='HR1PNWRJGCBVZ5J9QN7' where id=2; -update noar tt set b2='URZ73ZIZO5F' where id=2; -update noar ti set b2='URZ73ZIZO5F' where id=2; -update noar tt set b0='NXPQ8ZCKPO96L' where id=3; -update noar ti set b0='NXPQ8ZCKPO96L' where id=3; -update noar tt set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3; -update noar ti set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3; -update noar tt set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3; -update noar ti set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3; -update noar tt set b0='DN3X7ZX2HT' where id=4; -update noar ti set b0='DN3X7ZX2HT' where id=4; -update noar tt set b1='3KYIR' where id=4; -update noar ti set b1='3KYIR' where id=4; -update noar tt set b2='BFEVJMPSSZK9FOUO' where id=4; -update noar ti set b2='BFEVJMPSSZK9FOUO' where id=4; -update noar tt set b0='TYBWSAX4R77B15BO' where id=5; -update noar ti set b0='TYBWSAX4R77B15BO' where id=5; -update noar tt set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5; -update noar ti set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5; -update noar tt set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5; -update noar ti set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5; -update noar tt set b0='JMXI7' where id=6; -update noar ti set b0='JMXI7' where id=6; -update noar tt set b1='5IKDW03TKYOG6RI84W6O' where id=6; -update noar ti set b1='5IKDW03TKYOG6RI84W6O' where id=6; -update noar tt set b2='AG' where id=6; -update noar ti set b2='AG' where id=6; -update noar tt set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7; -update noar ti set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7; -update noar tt set b1='OSEDUHZY6' where id=7; -update noar ti set b1='OSEDUHZY6' where id=7; -update noar tt set b2='9W64VN' where id=7; -update noar ti set b2='9W64VN' where id=7; -update noar tt set b0='MB3UDSMUYX25WW' where id=8; -update noar ti set b0='MB3UDSMUYX25WW' where id=8; -update noar tt set b1='TZIH9H9RV603LUG4TTF' where id=8; -update noar ti set b1='TZIH9H9RV603LUG4TTF' where id=8; -update noar tt set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8; -update noar ti set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8; -update noar tt set b0='KAL85OSD6' where id=9; -update noar ti set b0='KAL85OSD6' where id=9; -update noar tt set b1='3DIRBRFFUGO6SIP6JZ' where id=9; -update noar ti set b1='3DIRBRFFUGO6SIP6JZ' where id=9; -update noar tt set b2='T9YUML9EFXX96OTX' where id=9; -update noar ti set b2='T9YUML9EFXX96OTX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 mediumblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3Z1O' where id=1; -update noar ti set b0='3Z1O' where id=1; -update noar tt set b1='K3RZVY05DRXGKFIS' where id=1; -update noar ti set b1='K3RZVY05DRXGKFIS' where id=1; -update noar tt set b2='7' where id=1; -update noar ti set b2='7' where id=1; -update noar tt set b0='6' where id=2; -update noar ti set b0='6' where id=2; -update noar tt set b1='4W1UFA6SHFBSR6BEF' where id=2; -update noar ti set b1='4W1UFA6SHFBSR6BEF' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3; -update noar ti set b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3; -update noar tt set b1='ZXLJKNPT7ZDT0N8WKS' where id=3; -update noar ti set b1='ZXLJKNPT7ZDT0N8WKS' where id=3; -update noar tt set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3; -update noar ti set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3; -update noar tt set b0='A19RJCOIBN2' where id=4; -update noar ti set b0='A19RJCOIBN2' where id=4; -update noar tt set b1='K7HU9SO' where id=4; -update noar ti set b1='K7HU9SO' where id=4; -update noar tt set b2='Y3F5F6UD0K7' where id=4; -update noar ti set b2='Y3F5F6UD0K7' where id=4; -update noar tt set b0='V3AFEWALPM' where id=5; -update noar ti set b0='V3AFEWALPM' where id=5; -update noar tt set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5; -update noar ti set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5; -update noar tt set b2='RH' where id=5; -update noar ti set b2='RH' where id=5; -update noar tt set b0='3I3BWXW00BN2' where id=6; -update noar ti set b0='3I3BWXW00BN2' where id=6; -update noar tt set b1='YK8H7G4GVLP2DJTK' where id=6; -update noar ti set b1='YK8H7G4GVLP2DJTK' where id=6; -update noar tt set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6; -update noar ti set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6; -update noar tt set b0='7XDDUD7K0QUC' where id=7; -update noar ti set b0='7XDDUD7K0QUC' where id=7; -update noar tt set b1='12Y5TLV5S9DFULS' where id=7; -update noar ti set b1='12Y5TLV5S9DFULS' where id=7; -update noar tt set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7; -update noar ti set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7; -update noar tt set b0='E0JHKNVFAR3KPTD637' where id=8; -update noar ti set b0='E0JHKNVFAR3KPTD637' where id=8; -update noar tt set b1='PYMF51R3FE94PYB4R' where id=8; -update noar ti set b1='PYMF51R3FE94PYB4R' where id=8; -update noar tt set b2='G02HEX4P7' where id=8; -update noar ti set b2='G02HEX4P7' where id=8; -update noar tt set b0='KECZD' where id=9; -update noar ti set b0='KECZD' where id=9; -update noar tt set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9; -update noar ti set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9; -update noar tt set b2='XJST2DY' where id=9; -update noar ti set b2='XJST2DY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R0HJK7N43O5' where id=1; -update noar ti set b0='R0HJK7N43O5' where id=1; -update noar tt set b1='67YBE4PLEFK' where id=1; -update noar ti set b1='67YBE4PLEFK' where id=1; -update noar tt set b2='928WX319S0DVW1E5O' where id=1; -update noar ti set b2='928WX319S0DVW1E5O' where id=1; -update noar tt set b0='ZN7XB' where id=2; -update noar ti set b0='ZN7XB' where id=2; -update noar tt set b1='W05UKU6L8' where id=2; -update noar ti set b1='W05UKU6L8' where id=2; -update noar tt set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2; -update noar ti set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2; -update noar tt set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3; -update noar ti set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3; -update noar tt set b1='GU75XPE8' where id=3; -update noar ti set b1='GU75XPE8' where id=3; -update noar tt set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3; -update noar ti set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3; -update noar tt set b0='R5RXTZ0RP7QC598B6V3' where id=4; -update noar ti set b0='R5RXTZ0RP7QC598B6V3' where id=4; -update noar tt set b1='2WE2S4YIMM4IQ9U' where id=4; -update noar ti set b1='2WE2S4YIMM4IQ9U' where id=4; -update noar tt set b2='AN02UDUSCHR' where id=4; -update noar ti set b2='AN02UDUSCHR' where id=4; -update noar tt set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5; -update noar ti set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5; -update noar tt set b1='1UH7BBSEOY' where id=5; -update noar ti set b1='1UH7BBSEOY' where id=5; -update noar tt set b2='JOB7D3J6NS0O4YFZKN' where id=5; -update noar ti set b2='JOB7D3J6NS0O4YFZKN' where id=5; -update noar tt set b0='VD9K1CA15D7VVWMM' where id=6; -update noar ti set b0='VD9K1CA15D7VVWMM' where id=6; -update noar tt set b1='96M5MVE8IFCKR438W9PE2L' where id=6; -update noar ti set b1='96M5MVE8IFCKR438W9PE2L' where id=6; -update noar tt set b2='XHENFSNRZZ2CCXVP5O' where id=6; -update noar ti set b2='XHENFSNRZZ2CCXVP5O' where id=6; -update noar tt set b0='6JWEQLBSCFJSHH8' where id=7; -update noar ti set b0='6JWEQLBSCFJSHH8' where id=7; -update noar tt set b1='ZS87OOWG6JI0WKEEWD' where id=7; -update noar ti set b1='ZS87OOWG6JI0WKEEWD' where id=7; -update noar tt set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7; -update noar ti set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7; -update noar tt set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8; -update noar ti set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8; -update noar tt set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8; -update noar ti set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8; -update noar tt set b2='7P3IHE7N' where id=8; -update noar ti set b2='7P3IHE7N' where id=8; -update noar tt set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9; -update noar ti set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9; -update noar tt set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9; -update noar ti set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9; -update noar tt set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9; -update noar ti set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O8WKUP0OJPHVO' where id=1; -update noar ti set b0='O8WKUP0OJPHVO' where id=1; -update noar tt set b1='KK9WTL5IKLWMW' where id=1; -update noar ti set b1='KK9WTL5IKLWMW' where id=1; -update noar tt set b2='HVQUD0PE0XWBN1MWD' where id=1; -update noar ti set b2='HVQUD0PE0XWBN1MWD' where id=1; -update noar tt set b0='HM3G7ACS9SU0YAWOPG' where id=2; -update noar ti set b0='HM3G7ACS9SU0YAWOPG' where id=2; -update noar tt set b1='JLHCSX7S69K6B86LCDKBL' where id=2; -update noar ti set b1='JLHCSX7S69K6B86LCDKBL' where id=2; -update noar tt set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2; -update noar ti set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2; -update noar tt set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3; -update noar ti set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3; -update noar tt set b1='H7ZHP5YILHI' where id=3; -update noar ti set b1='H7ZHP5YILHI' where id=3; -update noar tt set b2='CJNLQD2EWZ0DD03PC' where id=3; -update noar ti set b2='CJNLQD2EWZ0DD03PC' where id=3; -update noar tt set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4; -update noar ti set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4; -update noar tt set b1='8' where id=4; -update noar ti set b1='8' where id=4; -update noar tt set b2='Y2RP22TQM8EZC6IK2XR' where id=4; -update noar ti set b2='Y2RP22TQM8EZC6IK2XR' where id=4; -update noar tt set b0='JWIMKLKO' where id=5; -update noar ti set b0='JWIMKLKO' where id=5; -update noar tt set b1='DIIDNP0' where id=5; -update noar ti set b1='DIIDNP0' where id=5; -update noar tt set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5; -update noar ti set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5; -update noar tt set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6; -update noar ti set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6; -update noar tt set b1='YRHIWZFD59A7MQDYM0M' where id=6; -update noar ti set b1='YRHIWZFD59A7MQDYM0M' where id=6; -update noar tt set b2='M7MIYJRVFCZ8S' where id=6; -update noar ti set b2='M7MIYJRVFCZ8S' where id=6; -update noar tt set b0='4LF6QFJ49V1FWXX3P' where id=7; -update noar ti set b0='4LF6QFJ49V1FWXX3P' where id=7; -update noar tt set b1='B' where id=7; -update noar ti set b1='B' where id=7; -update noar tt set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7; -update noar ti set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7; -update noar tt set b0='O' where id=8; -update noar ti set b0='O' where id=8; -update noar tt set b1='79JWR7V3O' where id=8; -update noar ti set b1='79JWR7V3O' where id=8; -update noar tt set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8; -update noar ti set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8; -update noar tt set b0='KCCDWV' where id=9; -update noar ti set b0='KCCDWV' where id=9; -update noar tt set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9; -update noar ti set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9; -update noar tt set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9; -update noar ti set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='M6' where id=1; -update noar ti set b0='M6' where id=1; -update noar tt set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1; -update noar ti set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1; -update noar tt set b2='MWRV1ZC71KY' where id=1; -update noar ti set b2='MWRV1ZC71KY' where id=1; -update noar tt set b0='P' where id=2; -update noar ti set b0='P' where id=2; -update noar tt set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2; -update noar ti set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2; -update noar tt set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2; -update noar ti set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2; -update noar tt set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3; -update noar ti set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3; -update noar tt set b1='KYS6VKGUWE0O' where id=3; -update noar ti set b1='KYS6VKGUWE0O' where id=3; -update noar tt set b2='24KE6M2' where id=3; -update noar ti set b2='24KE6M2' where id=3; -update noar tt set b0='9PE715FW0LW8' where id=4; -update noar ti set b0='9PE715FW0LW8' where id=4; -update noar tt set b1='6S4QWFKRY7CQCHRTE8' where id=4; -update noar ti set b1='6S4QWFKRY7CQCHRTE8' where id=4; -update noar tt set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4; -update noar ti set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4; -update noar tt set b0='0' where id=5; -update noar ti set b0='0' where id=5; -update noar tt set b1='JM8G7EZOUK' where id=5; -update noar ti set b1='JM8G7EZOUK' where id=5; -update noar tt set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5; -update noar ti set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5; -update noar tt set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6; -update noar ti set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6; -update noar tt set b1='IRCO0S0B62VWHKKY4LQ' where id=6; -update noar ti set b1='IRCO0S0B62VWHKKY4LQ' where id=6; -update noar tt set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6; -update noar ti set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6; -update noar tt set b0='UQ2LESGHE' where id=7; -update noar ti set b0='UQ2LESGHE' where id=7; -update noar tt set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7; -update noar ti set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7; -update noar tt set b2='1U' where id=7; -update noar ti set b2='1U' where id=7; -update noar tt set b0='EGLLD3VTQG94' where id=8; -update noar ti set b0='EGLLD3VTQG94' where id=8; -update noar tt set b1='OFPKB092PQ' where id=8; -update noar ti set b1='OFPKB092PQ' where id=8; -update noar tt set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8; -update noar ti set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8; -update noar tt set b0='O46O' where id=9; -update noar ti set b0='O46O' where id=9; -update noar tt set b1='FCMBEMW0OFUVPO4HFG1' where id=9; -update noar ti set b1='FCMBEMW0OFUVPO4HFG1' where id=9; -update noar tt set b2='8HFH5IXT25D51NJ2' where id=9; -update noar ti set b2='8HFH5IXT25D51NJ2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LOIGPTMH2X0PVMR' where id=1; -update noar ti set b0='LOIGPTMH2X0PVMR' where id=1; -update noar tt set b1='57RGHKZE8M3OXGE' where id=1; -update noar ti set b1='57RGHKZE8M3OXGE' where id=1; -update noar tt set b2='LJHDI' where id=1; -update noar ti set b2='LJHDI' where id=1; -update noar tt set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2; -update noar ti set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2; -update noar tt set b1='63JJSAJFUBT00N5A63FV4' where id=2; -update noar ti set b1='63JJSAJFUBT00N5A63FV4' where id=2; -update noar tt set b2='TMQ47D4PZ7BKVK' where id=2; -update noar ti set b2='TMQ47D4PZ7BKVK' where id=2; -update noar tt set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3; -update noar ti set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3; -update noar tt set b1='XUTWM' where id=3; -update noar ti set b1='XUTWM' where id=3; -update noar tt set b2='EMGLMKTYRPSOI2OOULQZ' where id=3; -update noar ti set b2='EMGLMKTYRPSOI2OOULQZ' where id=3; -update noar tt set b0='0JE8HS' where id=4; -update noar ti set b0='0JE8HS' where id=4; -update noar tt set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4; -update noar ti set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4; -update noar tt set b2='6N33REG8SD4FHOS' where id=4; -update noar ti set b2='6N33REG8SD4FHOS' where id=4; -update noar tt set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5; -update noar ti set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5; -update noar tt set b1='RORK4YSJCSVRT' where id=5; -update noar ti set b1='RORK4YSJCSVRT' where id=5; -update noar tt set b2='C8ID8J2N7' where id=5; -update noar ti set b2='C8ID8J2N7' where id=5; -update noar tt set b0='ZU8F3BTWZG3P4018BBZPC' where id=6; -update noar ti set b0='ZU8F3BTWZG3P4018BBZPC' where id=6; -update noar tt set b1='0Z1FIOWA' where id=6; -update noar ti set b1='0Z1FIOWA' where id=6; -update noar tt set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6; -update noar ti set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6; -update noar tt set b0='N07TZK' where id=7; -update noar ti set b0='N07TZK' where id=7; -update noar tt set b1='GQ9OF7L2C' where id=7; -update noar ti set b1='GQ9OF7L2C' where id=7; -update noar tt set b2='6DZ2EY' where id=7; -update noar ti set b2='6DZ2EY' where id=7; -update noar tt set b0='T2QJSVQC4C1C6' where id=8; -update noar ti set b0='T2QJSVQC4C1C6' where id=8; -update noar tt set b1='DAO' where id=8; -update noar ti set b1='DAO' where id=8; -update noar tt set b2='OGCR9' where id=8; -update noar ti set b2='OGCR9' where id=8; -update noar tt set b0='2M' where id=9; -update noar ti set b0='2M' where id=9; -update noar tt set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9; -update noar ti set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9; -update noar tt set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9; -update noar ti set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TCW6EBVP9UP9QGMUS51KORF' where id=1; -update noar ti set b0='TCW6EBVP9UP9QGMUS51KORF' where id=1; -update noar tt set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1; -update noar ti set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1; -update noar tt set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1; -update noar ti set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1; -update noar tt set b0='QVSDA9OP9GA1497N' where id=2; -update noar ti set b0='QVSDA9OP9GA1497N' where id=2; -update noar tt set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2; -update noar ti set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2; -update noar tt set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2; -update noar ti set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2; -update noar tt set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3; -update noar ti set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3; -update noar tt set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3; -update noar ti set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3; -update noar tt set b2='1TPSL' where id=3; -update noar ti set b2='1TPSL' where id=3; -update noar tt set b0='OZRGLMGJUUDWXHU1TK' where id=4; -update noar ti set b0='OZRGLMGJUUDWXHU1TK' where id=4; -update noar tt set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4; -update noar ti set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4; -update noar tt set b2='041ND2IUG5F4RMG58N5' where id=4; -update noar ti set b2='041ND2IUG5F4RMG58N5' where id=4; -update noar tt set b0='SNZE32A' where id=5; -update noar ti set b0='SNZE32A' where id=5; -update noar tt set b1='KE66HRYN6CR' where id=5; -update noar ti set b1='KE66HRYN6CR' where id=5; -update noar tt set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5; -update noar ti set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5; -update noar tt set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6; -update noar ti set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6; -update noar tt set b1='KH1XS0JT' where id=6; -update noar ti set b1='KH1XS0JT' where id=6; -update noar tt set b2='USXE69YTV7FHGNQ' where id=6; -update noar ti set b2='USXE69YTV7FHGNQ' where id=6; -update noar tt set b0='DRPVW0RCXA8MDIBI' where id=7; -update noar ti set b0='DRPVW0RCXA8MDIBI' where id=7; -update noar tt set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7; -update noar ti set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7; -update noar tt set b2='T5Q9A00' where id=7; -update noar ti set b2='T5Q9A00' where id=7; -update noar tt set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8; -update noar ti set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8; -update noar tt set b1='VYCQ17FLWVL' where id=8; -update noar ti set b1='VYCQ17FLWVL' where id=8; -update noar tt set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8; -update noar ti set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8; -update noar tt set b0='YN1W59WFGNGAXBYCTPZSB' where id=9; -update noar ti set b0='YN1W59WFGNGAXBYCTPZSB' where id=9; -update noar tt set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9; -update noar ti set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9; -update noar tt set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9; -update noar ti set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1; -update noar ti set b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1; -update noar tt set b1='AZERK72OLM48' where id=1; -update noar ti set b1='AZERK72OLM48' where id=1; -update noar tt set b2='FKE252EO' where id=1; -update noar ti set b2='FKE252EO' where id=1; -update noar tt set b0='PP9EED' where id=2; -update noar ti set b0='PP9EED' where id=2; -update noar tt set b1='5R' where id=2; -update noar ti set b1='5R' where id=2; -update noar tt set b2='4I6XG7D5R37RG3LU00J80' where id=2; -update noar ti set b2='4I6XG7D5R37RG3LU00J80' where id=2; -update noar tt set b0='HY8A2JS8YGQ1X950WNQQV' where id=3; -update noar ti set b0='HY8A2JS8YGQ1X950WNQQV' where id=3; -update noar tt set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3; -update noar ti set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3; -update noar tt set b2='KH' where id=3; -update noar ti set b2='KH' where id=3; -update noar tt set b0='CLUWPWGVV0VQS70AZXP4L' where id=4; -update noar ti set b0='CLUWPWGVV0VQS70AZXP4L' where id=4; -update noar tt set b1='6IBA3QKDFC86' where id=4; -update noar ti set b1='6IBA3QKDFC86' where id=4; -update noar tt set b2='8RAKOD46SSM011UG402AE' where id=4; -update noar ti set b2='8RAKOD46SSM011UG402AE' where id=4; -update noar tt set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5; -update noar ti set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5; -update noar tt set b1='5DCEX' where id=5; -update noar ti set b1='5DCEX' where id=5; -update noar tt set b2='936' where id=5; -update noar ti set b2='936' where id=5; -update noar tt set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6; -update noar ti set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6; -update noar tt set b1='ZNVFE7YGFHV' where id=6; -update noar ti set b1='ZNVFE7YGFHV' where id=6; -update noar tt set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6; -update noar ti set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6; -update noar tt set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7; -update noar ti set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7; -update noar tt set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7; -update noar ti set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7; -update noar tt set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7; -update noar ti set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7; -update noar tt set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8; -update noar ti set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8; -update noar tt set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8; -update noar ti set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8; -update noar tt set b2='S' where id=8; -update noar ti set b2='S' where id=8; -update noar tt set b0='1K45W48ID7H1EDY' where id=9; -update noar ti set b0='1K45W48ID7H1EDY' where id=9; -update noar tt set b1='GYLG39VE0JBO1MB5QLWTY' where id=9; -update noar ti set b1='GYLG39VE0JBO1MB5QLWTY' where id=9; -update noar tt set b2='RC0IPBSC' where id=9; -update noar ti set b2='RC0IPBSC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VH69R' where id=1; -update noar ti set b0='VH69R' where id=1; -update noar tt set b1='1' where id=1; -update noar ti set b1='1' where id=1; -update noar tt set b2='KU0KOINH1J33J' where id=1; -update noar ti set b2='KU0KOINH1J33J' where id=1; -update noar tt set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2; -update noar ti set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2; -update noar tt set b1='2GEGVMH7T3K' where id=2; -update noar ti set b1='2GEGVMH7T3K' where id=2; -update noar tt set b2='BHLG33DTOJTJ2I15' where id=2; -update noar ti set b2='BHLG33DTOJTJ2I15' where id=2; -update noar tt set b0='2QLPTOEITFGJJSVACZ2' where id=3; -update noar ti set b0='2QLPTOEITFGJJSVACZ2' where id=3; -update noar tt set b1='KXCDLQIKEI0YCWT' where id=3; -update noar ti set b1='KXCDLQIKEI0YCWT' where id=3; -update noar tt set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3; -update noar ti set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3; -update noar tt set b0='M1KU9H' where id=4; -update noar ti set b0='M1KU9H' where id=4; -update noar tt set b1='OICW0BW5CU2C' where id=4; -update noar ti set b1='OICW0BW5CU2C' where id=4; -update noar tt set b2='M' where id=4; -update noar ti set b2='M' where id=4; -update noar tt set b0='RAEZSIUWDXWC8' where id=5; -update noar ti set b0='RAEZSIUWDXWC8' where id=5; -update noar tt set b1='PKCRYIL7FQP8UOHPHCI7' where id=5; -update noar ti set b1='PKCRYIL7FQP8UOHPHCI7' where id=5; -update noar tt set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5; -update noar ti set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5; -update noar tt set b0='Q1VR6YF' where id=6; -update noar ti set b0='Q1VR6YF' where id=6; -update noar tt set b1='ZF8PIXB4QVUL' where id=6; -update noar ti set b1='ZF8PIXB4QVUL' where id=6; -update noar tt set b2='9PIY24FPU2NLO5DFR' where id=6; -update noar ti set b2='9PIY24FPU2NLO5DFR' where id=6; -update noar tt set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7; -update noar ti set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7; -update noar tt set b1='IQQRKI9KAR7FMSNYBP0T' where id=7; -update noar ti set b1='IQQRKI9KAR7FMSNYBP0T' where id=7; -update noar tt set b2='OXF525BKZ3CHRMS9HIOHY' where id=7; -update noar ti set b2='OXF525BKZ3CHRMS9HIOHY' where id=7; -update noar tt set b0='KSJGXCHACNFN7AM' where id=8; -update noar ti set b0='KSJGXCHACNFN7AM' where id=8; -update noar tt set b1='4QBJRH2QXN95JFQM4' where id=8; -update noar ti set b1='4QBJRH2QXN95JFQM4' where id=8; -update noar tt set b2='SLG1MNLMALG3T5' where id=8; -update noar ti set b2='SLG1MNLMALG3T5' where id=8; -update noar tt set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9; -update noar ti set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9; -update noar tt set b1='UMU77' where id=9; -update noar ti set b1='UMU77' where id=9; -update noar tt set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9; -update noar ti set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RX' where id=1; -update noar ti set b0='RX' where id=1; -update noar tt set b1='7SFJKQ7NGLUF72G' where id=1; -update noar ti set b1='7SFJKQ7NGLUF72G' where id=1; -update noar tt set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1; -update noar ti set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1; -update noar tt set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2; -update noar ti set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2; -update noar tt set b1='XK6IA9WF7UVL7WSTM' where id=2; -update noar ti set b1='XK6IA9WF7UVL7WSTM' where id=2; -update noar tt set b2='VDIY64XOB7BLIJXFRI721NH' where id=2; -update noar ti set b2='VDIY64XOB7BLIJXFRI721NH' where id=2; -update noar tt set b0='J821WCG' where id=3; -update noar ti set b0='J821WCG' where id=3; -update noar tt set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3; -update noar ti set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3; -update noar tt set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3; -update noar ti set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3; -update noar tt set b0='EH3NET' where id=4; -update noar ti set b0='EH3NET' where id=4; -update noar tt set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4; -update noar ti set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4; -update noar tt set b2='PTOXLSHDOZVJ4LWT' where id=4; -update noar ti set b2='PTOXLSHDOZVJ4LWT' where id=4; -update noar tt set b0='GYZI' where id=5; -update noar ti set b0='GYZI' where id=5; -update noar tt set b1='YAEMFXIFLF4' where id=5; -update noar ti set b1='YAEMFXIFLF4' where id=5; -update noar tt set b2='ZVSIY6IF0' where id=5; -update noar ti set b2='ZVSIY6IF0' where id=5; -update noar tt set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6; -update noar ti set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6; -update noar tt set b1='XNSK1FW6XABO1HJGHYMRT' where id=6; -update noar ti set b1='XNSK1FW6XABO1HJGHYMRT' where id=6; -update noar tt set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6; -update noar ti set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6; -update noar tt set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7; -update noar ti set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7; -update noar tt set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7; -update noar ti set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7; -update noar tt set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7; -update noar ti set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7; -update noar tt set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8; -update noar ti set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8; -update noar tt set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8; -update noar ti set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8; -update noar tt set b2='3YYY52H1O9Z7TDJ63UT8' where id=8; -update noar ti set b2='3YYY52H1O9Z7TDJ63UT8' where id=8; -update noar tt set b0='KV5CBWGS2' where id=9; -update noar ti set b0='KV5CBWGS2' where id=9; -update noar tt set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9; -update noar ti set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9; -update noar tt set b2='ZTM617SXJQO962JQILLLJ51' where id=9; -update noar ti set b2='ZTM617SXJQO962JQILLLJ51' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 longblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1; -update noar ti set b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1; -update noar tt set b1='TGLJ1KJOGBEQKJP2LL' where id=1; -update noar ti set b1='TGLJ1KJOGBEQKJP2LL' where id=1; -update noar tt set b2='XKOKP4L285RBK8' where id=1; -update noar ti set b2='XKOKP4L285RBK8' where id=1; -update noar tt set b0='100MFWVG1L' where id=2; -update noar ti set b0='100MFWVG1L' where id=2; -update noar tt set b1='9XAKCPD3' where id=2; -update noar ti set b1='9XAKCPD3' where id=2; -update noar tt set b2='FUYFBZRR5TFCOHPC' where id=2; -update noar ti set b2='FUYFBZRR5TFCOHPC' where id=2; -update noar tt set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3; -update noar ti set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3; -update noar tt set b1='SU' where id=3; -update noar ti set b1='SU' where id=3; -update noar tt set b2='LP63XBPZ6R9SA6TFXL' where id=3; -update noar ti set b2='LP63XBPZ6R9SA6TFXL' where id=3; -update noar tt set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4; -update noar ti set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4; -update noar tt set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4; -update noar ti set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4; -update noar tt set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4; -update noar ti set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4; -update noar tt set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5; -update noar ti set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5; -update noar tt set b1='9KRQKLE71' where id=5; -update noar ti set b1='9KRQKLE71' where id=5; -update noar tt set b2='CW8BYP2AK41K43IGUP' where id=5; -update noar ti set b2='CW8BYP2AK41K43IGUP' where id=5; -update noar tt set b0='X3UO96CRHWBGZAY9H98S2' where id=6; -update noar ti set b0='X3UO96CRHWBGZAY9H98S2' where id=6; -update noar tt set b1='2MLWK3MDDBZ6' where id=6; -update noar ti set b1='2MLWK3MDDBZ6' where id=6; -update noar tt set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6; -update noar ti set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6; -update noar tt set b0='R9H5MTFZ3ZT80MCI' where id=7; -update noar ti set b0='R9H5MTFZ3ZT80MCI' where id=7; -update noar tt set b1='FXZSVI7TP' where id=7; -update noar ti set b1='FXZSVI7TP' where id=7; -update noar tt set b2='ON84ZS5BOJOYDICM' where id=7; -update noar ti set b2='ON84ZS5BOJOYDICM' where id=7; -update noar tt set b0='MDL5FYSRTB1HXSLSTW' where id=8; -update noar ti set b0='MDL5FYSRTB1HXSLSTW' where id=8; -update noar tt set b1='1HYNFP' where id=8; -update noar ti set b1='1HYNFP' where id=8; -update noar tt set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8; -update noar ti set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8; -update noar tt set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9; -update noar ti set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9; -update noar tt set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9; -update noar ti set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9; -update noar tt set b2='46GB' where id=9; -update noar ti set b2='46GB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 longblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BH' where id=1; -update noar ti set b0='BH' where id=1; -update noar tt set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1; -update noar ti set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1; -update noar tt set b2='3LKF5' where id=1; -update noar ti set b2='3LKF5' where id=1; -update noar tt set b0='C8IJZ8LM08' where id=2; -update noar ti set b0='C8IJZ8LM08' where id=2; -update noar tt set b1='XPW4AV1YV3V' where id=2; -update noar ti set b1='XPW4AV1YV3V' where id=2; -update noar tt set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2; -update noar ti set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2; -update noar tt set b0='MDYZ4UMN' where id=3; -update noar ti set b0='MDYZ4UMN' where id=3; -update noar tt set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3; -update noar ti set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3; -update noar tt set b2='5' where id=3; -update noar ti set b2='5' where id=3; -update noar tt set b0='1CKYP7OR7TV7WOE' where id=4; -update noar ti set b0='1CKYP7OR7TV7WOE' where id=4; -update noar tt set b1='N8S' where id=4; -update noar ti set b1='N8S' where id=4; -update noar tt set b2='Y9KNQYN1TIJ8R3MMY9' where id=4; -update noar ti set b2='Y9KNQYN1TIJ8R3MMY9' where id=4; -update noar tt set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5; -update noar ti set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5; -update noar tt set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5; -update noar ti set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5; -update noar tt set b2='QBLXNG' where id=5; -update noar ti set b2='QBLXNG' where id=5; -update noar tt set b0='OVKTJB6EMLIBSKX' where id=6; -update noar ti set b0='OVKTJB6EMLIBSKX' where id=6; -update noar tt set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6; -update noar ti set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6; -update noar tt set b2='1YHRCT7' where id=6; -update noar ti set b2='1YHRCT7' where id=6; -update noar tt set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7; -update noar ti set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7; -update noar tt set b1='2XH2JJL3' where id=7; -update noar ti set b1='2XH2JJL3' where id=7; -update noar tt set b2='FY6D293RBNTB3SXH5Z7KW' where id=7; -update noar ti set b2='FY6D293RBNTB3SXH5Z7KW' where id=7; -update noar tt set b0='C7QF' where id=8; -update noar ti set b0='C7QF' where id=8; -update noar tt set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8; -update noar ti set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8; -update noar tt set b2='KV5OJN4B' where id=8; -update noar ti set b2='KV5OJN4B' where id=8; -update noar tt set b0='JAHB8FQT2D36DV4UX' where id=9; -update noar ti set b0='JAHB8FQT2D36DV4UX' where id=9; -update noar tt set b1='4PPNZJ' where id=9; -update noar ti set b1='4PPNZJ' where id=9; -update noar tt set b2='PPGI736QC17GGCA' where id=9; -update noar ti set b2='PPGI736QC17GGCA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 text null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3YRR7GNBKJZOIQLADTO' where id=1; -update noar ti set b0='3YRR7GNBKJZOIQLADTO' where id=1; -update noar tt set b1='3E' where id=1; -update noar ti set b1='3E' where id=1; -update noar tt set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1; -update noar ti set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1; -update noar tt set b0='9W0E' where id=2; -update noar ti set b0='9W0E' where id=2; -update noar tt set b1='C07K9E2R61X7P' where id=2; -update noar ti set b1='C07K9E2R61X7P' where id=2; -update noar tt set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2; -update noar ti set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2; -update noar tt set b0='EVVN8BOWTNO4' where id=3; -update noar ti set b0='EVVN8BOWTNO4' where id=3; -update noar tt set b1='5UA3' where id=3; -update noar ti set b1='5UA3' where id=3; -update noar tt set b2='BQNR3PGGO' where id=3; -update noar ti set b2='BQNR3PGGO' where id=3; -update noar tt set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4; -update noar ti set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4; -update noar tt set b1='0F0F7E' where id=4; -update noar ti set b1='0F0F7E' where id=4; -update noar tt set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4; -update noar ti set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4; -update noar tt set b0='8J' where id=5; -update noar ti set b0='8J' where id=5; -update noar tt set b1='T1XJR0DQTPH' where id=5; -update noar ti set b1='T1XJR0DQTPH' where id=5; -update noar tt set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5; -update noar ti set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5; -update noar tt set b0='64ENRG818K' where id=6; -update noar ti set b0='64ENRG818K' where id=6; -update noar tt set b1='V359EERFLGTGF86GU' where id=6; -update noar ti set b1='V359EERFLGTGF86GU' where id=6; -update noar tt set b2='OKEWJ5HPG82BW9Q' where id=6; -update noar ti set b2='OKEWJ5HPG82BW9Q' where id=6; -update noar tt set b0='B2T0Z4F2MQ4' where id=7; -update noar ti set b0='B2T0Z4F2MQ4' where id=7; -update noar tt set b1='EE' where id=7; -update noar ti set b1='EE' where id=7; -update noar tt set b2='LHBI3' where id=7; -update noar ti set b2='LHBI3' where id=7; -update noar tt set b0='O3O' where id=8; -update noar ti set b0='O3O' where id=8; -update noar tt set b1='WRQMGL0UL1QC' where id=8; -update noar ti set b1='WRQMGL0UL1QC' where id=8; -update noar tt set b2='ITBDHX2' where id=8; -update noar ti set b2='ITBDHX2' where id=8; -update noar tt set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9; -update noar ti set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9; -update noar tt set b1='U72IE' where id=9; -update noar ti set b1='U72IE' where id=9; -update noar tt set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9; -update noar ti set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 text not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UGA5RP5GQVX6K5C3SK' where id=1; -update noar ti set b0='UGA5RP5GQVX6K5C3SK' where id=1; -update noar tt set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1; -update noar ti set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1; -update noar tt set b2='J' where id=1; -update noar ti set b2='J' where id=1; -update noar tt set b0='BH5Z6SC5AK87FK0' where id=2; -update noar ti set b0='BH5Z6SC5AK87FK0' where id=2; -update noar tt set b1='H7W3NNOGOSOXO' where id=2; -update noar ti set b1='H7W3NNOGOSOXO' where id=2; -update noar tt set b2='MPYY2' where id=2; -update noar ti set b2='MPYY2' where id=2; -update noar tt set b0='PYF0UJLUISPVI' where id=3; -update noar ti set b0='PYF0UJLUISPVI' where id=3; -update noar tt set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3; -update noar ti set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3; -update noar tt set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3; -update noar ti set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3; -update noar tt set b0='V3' where id=4; -update noar ti set b0='V3' where id=4; -update noar tt set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4; -update noar ti set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4; -update noar tt set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4; -update noar ti set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4; -update noar tt set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5; -update noar ti set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5; -update noar tt set b1='0RDD50BFQQRDJXD6R' where id=5; -update noar ti set b1='0RDD50BFQQRDJXD6R' where id=5; -update noar tt set b2='S13IBYF6UWKOOGF' where id=5; -update noar ti set b2='S13IBYF6UWKOOGF' where id=5; -update noar tt set b0='A73KY6' where id=6; -update noar ti set b0='A73KY6' where id=6; -update noar tt set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6; -update noar ti set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6; -update noar tt set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6; -update noar ti set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6; -update noar tt set b0='ODHO2TOU5E2' where id=7; -update noar ti set b0='ODHO2TOU5E2' where id=7; -update noar tt set b1='1C49DCZSASYUAFWVQHV0' where id=7; -update noar ti set b1='1C49DCZSASYUAFWVQHV0' where id=7; -update noar tt set b2='EKT76EMAVIM' where id=7; -update noar ti set b2='EKT76EMAVIM' where id=7; -update noar tt set b0='MV1I9WNI2RN3SU5J' where id=8; -update noar ti set b0='MV1I9WNI2RN3SU5J' where id=8; -update noar tt set b1='ZB0BIWVWKPY' where id=8; -update noar ti set b1='ZB0BIWVWKPY' where id=8; -update noar tt set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8; -update noar ti set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8; -update noar tt set b0='EDROEI5PKGT0' where id=9; -update noar ti set b0='EDROEI5PKGT0' where id=9; -update noar tt set b1='68Z9IRV04BRXGYK' where id=9; -update noar ti set b1='68Z9IRV04BRXGYK' where id=9; -update noar tt set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9; -update noar ti set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 text null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J6FCD74UVB5' where id=1; -update noar ti set b0='J6FCD74UVB5' where id=1; -update noar tt set b1='H5WHS10JQM60O9' where id=1; -update noar ti set b1='H5WHS10JQM60O9' where id=1; -update noar tt set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1; -update noar ti set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1; -update noar tt set b0='ZUIYRD' where id=2; -update noar ti set b0='ZUIYRD' where id=2; -update noar tt set b1='L2SB3MFF01' where id=2; -update noar ti set b1='L2SB3MFF01' where id=2; -update noar tt set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2; -update noar ti set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2; -update noar tt set b0='EKT64H605JFTJEE' where id=3; -update noar ti set b0='EKT64H605JFTJEE' where id=3; -update noar tt set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3; -update noar ti set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3; -update noar tt set b2='1JUNHV1O1DHI56M' where id=3; -update noar ti set b2='1JUNHV1O1DHI56M' where id=3; -update noar tt set b0='E48CPX4JO' where id=4; -update noar ti set b0='E48CPX4JO' where id=4; -update noar tt set b1='1J264W' where id=4; -update noar ti set b1='1J264W' where id=4; -update noar tt set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4; -update noar ti set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4; -update noar tt set b0='DMDLFB85GFGXYO56FFFQQ' where id=5; -update noar ti set b0='DMDLFB85GFGXYO56FFFQQ' where id=5; -update noar tt set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5; -update noar ti set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5; -update noar tt set b2='QJ9J7' where id=5; -update noar ti set b2='QJ9J7' where id=5; -update noar tt set b0='1N' where id=6; -update noar ti set b0='1N' where id=6; -update noar tt set b1='ZRDECDH' where id=6; -update noar ti set b1='ZRDECDH' where id=6; -update noar tt set b2='FP0KL0ON9BM273YWP' where id=6; -update noar ti set b2='FP0KL0ON9BM273YWP' where id=6; -update noar tt set b0='LZP10T28A8R' where id=7; -update noar ti set b0='LZP10T28A8R' where id=7; -update noar tt set b1='XH3LBXFYZMBB' where id=7; -update noar ti set b1='XH3LBXFYZMBB' where id=7; -update noar tt set b2='KZB8' where id=7; -update noar ti set b2='KZB8' where id=7; -update noar tt set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8; -update noar ti set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8; -update noar tt set b1='7HKRTCHTFMHN' where id=8; -update noar ti set b1='7HKRTCHTFMHN' where id=8; -update noar tt set b2='LRWG6FPRCJJI0XYD' where id=8; -update noar ti set b2='LRWG6FPRCJJI0XYD' where id=8; -update noar tt set b0='TMC2R9T9J' where id=9; -update noar ti set b0='TMC2R9T9J' where id=9; -update noar tt set b1='CK38ZD95JWM' where id=9; -update noar ti set b1='CK38ZD95JWM' where id=9; -update noar tt set b2='8JCWBVUMYZDFA' where id=9; -update noar ti set b2='8JCWBVUMYZDFA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 text not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1; -update noar ti set b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1; -update noar tt set b1='QWM' where id=1; -update noar ti set b1='QWM' where id=1; -update noar tt set b2='LPJ' where id=1; -update noar ti set b2='LPJ' where id=1; -update noar tt set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2; -update noar ti set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2; -update noar tt set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2; -update noar ti set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2; -update noar tt set b2='P6GIVWFKV4GOJH01UIJK' where id=2; -update noar ti set b2='P6GIVWFKV4GOJH01UIJK' where id=2; -update noar tt set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3; -update noar ti set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3; -update noar tt set b1='2CHULP14F0' where id=3; -update noar ti set b1='2CHULP14F0' where id=3; -update noar tt set b2='2VN4' where id=3; -update noar ti set b2='2VN4' where id=3; -update noar tt set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4; -update noar ti set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4; -update noar tt set b1='QMH04RIB0L1B' where id=4; -update noar ti set b1='QMH04RIB0L1B' where id=4; -update noar tt set b2='JU9MQ' where id=4; -update noar ti set b2='JU9MQ' where id=4; -update noar tt set b0='KOY2CD' where id=5; -update noar ti set b0='KOY2CD' where id=5; -update noar tt set b1='NF' where id=5; -update noar ti set b1='NF' where id=5; -update noar tt set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5; -update noar ti set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5; -update noar tt set b0='QZVQ' where id=6; -update noar ti set b0='QZVQ' where id=6; -update noar tt set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6; -update noar ti set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6; -update noar tt set b2='5QD9IKRLULQ' where id=6; -update noar ti set b2='5QD9IKRLULQ' where id=6; -update noar tt set b0='IVVMK5K6GU1' where id=7; -update noar ti set b0='IVVMK5K6GU1' where id=7; -update noar tt set b1='OR8KI32IW987HBEH4YTP' where id=7; -update noar ti set b1='OR8KI32IW987HBEH4YTP' where id=7; -update noar tt set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7; -update noar ti set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7; -update noar tt set b0='QP83DRFFB1B9SPU68JC' where id=8; -update noar ti set b0='QP83DRFFB1B9SPU68JC' where id=8; -update noar tt set b1='C6VSDYJ7A3928BYS' where id=8; -update noar ti set b1='C6VSDYJ7A3928BYS' where id=8; -update noar tt set b2='Y6A4' where id=8; -update noar ti set b2='Y6A4' where id=8; -update noar tt set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9; -update noar ti set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9; -update noar tt set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9; -update noar ti set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9; -update noar tt set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9; -update noar ti set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 text null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1; -update noar ti set b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1; -update noar tt set b1='7CG' where id=1; -update noar ti set b1='7CG' where id=1; -update noar tt set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1; -update noar ti set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1; -update noar tt set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2; -update noar ti set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2; -update noar tt set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2; -update noar ti set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2; -update noar tt set b2='YZ9TSCBHD904R07GM' where id=2; -update noar ti set b2='YZ9TSCBHD904R07GM' where id=2; -update noar tt set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3; -update noar ti set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3; -update noar tt set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3; -update noar ti set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3; -update noar tt set b2='W8FZZ0N50CZ573683OC77B' where id=3; -update noar ti set b2='W8FZZ0N50CZ573683OC77B' where id=3; -update noar tt set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4; -update noar ti set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4; -update noar tt set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4; -update noar ti set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4; -update noar tt set b2='RTD' where id=4; -update noar ti set b2='RTD' where id=4; -update noar tt set b0='O' where id=5; -update noar ti set b0='O' where id=5; -update noar tt set b1='GZIHJPGN9B' where id=5; -update noar ti set b1='GZIHJPGN9B' where id=5; -update noar tt set b2='5MD2VBPM' where id=5; -update noar ti set b2='5MD2VBPM' where id=5; -update noar tt set b0='KKVFF6E27078NKO2MA4' where id=6; -update noar ti set b0='KKVFF6E27078NKO2MA4' where id=6; -update noar tt set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6; -update noar ti set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6; -update noar tt set b2='A' where id=6; -update noar ti set b2='A' where id=6; -update noar tt set b0='X' where id=7; -update noar ti set b0='X' where id=7; -update noar tt set b1='GG24EDPR' where id=7; -update noar ti set b1='GG24EDPR' where id=7; -update noar tt set b2='NN437ZTIVTN' where id=7; -update noar ti set b2='NN437ZTIVTN' where id=7; -update noar tt set b0='K876776IE07' where id=8; -update noar ti set b0='K876776IE07' where id=8; -update noar tt set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8; -update noar ti set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8; -update noar tt set b2='SUC7B4NVT36O96SX' where id=8; -update noar ti set b2='SUC7B4NVT36O96SX' where id=8; -update noar tt set b0='KVN53LB8RRYZUUR' where id=9; -update noar ti set b0='KVN53LB8RRYZUUR' where id=9; -update noar tt set b1='7QFOZ7' where id=9; -update noar ti set b1='7QFOZ7' where id=9; -update noar tt set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9; -update noar ti set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 text not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J836QLFGB91' where id=1; -update noar ti set b0='J836QLFGB91' where id=1; -update noar tt set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1; -update noar ti set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1; -update noar tt set b2='2HOCJ' where id=1; -update noar ti set b2='2HOCJ' where id=1; -update noar tt set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2; -update noar ti set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2; -update noar tt set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2; -update noar ti set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2; -update noar tt set b2='B0C4I' where id=2; -update noar ti set b2='B0C4I' where id=2; -update noar tt set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3; -update noar ti set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3; -update noar tt set b1='5ZBZ' where id=3; -update noar ti set b1='5ZBZ' where id=3; -update noar tt set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3; -update noar ti set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3; -update noar tt set b0='QF4N6K' where id=4; -update noar ti set b0='QF4N6K' where id=4; -update noar tt set b1='7JR0SLTGZY8JD2I' where id=4; -update noar ti set b1='7JR0SLTGZY8JD2I' where id=4; -update noar tt set b2='6AR' where id=4; -update noar ti set b2='6AR' where id=4; -update noar tt set b0='NL3RV98YUI46IJZMW33VCHA' where id=5; -update noar ti set b0='NL3RV98YUI46IJZMW33VCHA' where id=5; -update noar tt set b1='E9ZBPZ988HVR' where id=5; -update noar ti set b1='E9ZBPZ988HVR' where id=5; -update noar tt set b2='5JAIYR4H9R49JX3QU' where id=5; -update noar ti set b2='5JAIYR4H9R49JX3QU' where id=5; -update noar tt set b0='DX5XM' where id=6; -update noar ti set b0='DX5XM' where id=6; -update noar tt set b1='M430F56IMR' where id=6; -update noar ti set b1='M430F56IMR' where id=6; -update noar tt set b2='MTYQ51J8NKRRX2' where id=6; -update noar ti set b2='MTYQ51J8NKRRX2' where id=6; -update noar tt set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7; -update noar ti set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7; -update noar tt set b1='X5ORGUCXSLQTO' where id=7; -update noar ti set b1='X5ORGUCXSLQTO' where id=7; -update noar tt set b2='YIXNY' where id=7; -update noar ti set b2='YIXNY' where id=7; -update noar tt set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8; -update noar ti set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8; -update noar tt set b1='Q6DKOT844' where id=8; -update noar ti set b1='Q6DKOT844' where id=8; -update noar tt set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8; -update noar ti set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8; -update noar tt set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9; -update noar ti set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9; -update noar tt set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9; -update noar ti set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9; -update noar tt set b2='LDT2L5CSYWBJSK6' where id=9; -update noar ti set b2='LDT2L5CSYWBJSK6' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 text null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1; -update noar ti set b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1; -update noar tt set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1; -update noar ti set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1; -update noar tt set b2='W5' where id=1; -update noar ti set b2='W5' where id=1; -update noar tt set b0='97WVCGVLTCIGYR' where id=2; -update noar ti set b0='97WVCGVLTCIGYR' where id=2; -update noar tt set b1='S5G' where id=2; -update noar ti set b1='S5G' where id=2; -update noar tt set b2='K1ESXBK3S19ZC2' where id=2; -update noar ti set b2='K1ESXBK3S19ZC2' where id=2; -update noar tt set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3; -update noar ti set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3; -update noar tt set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3; -update noar ti set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3; -update noar tt set b2='5MNX2IZ' where id=3; -update noar ti set b2='5MNX2IZ' where id=3; -update noar tt set b0='PLZB7' where id=4; -update noar ti set b0='PLZB7' where id=4; -update noar tt set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4; -update noar ti set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4; -update noar tt set b2='MIFCZ5FSG29F6A92V' where id=4; -update noar ti set b2='MIFCZ5FSG29F6A92V' where id=4; -update noar tt set b0='T4Z6JRZ8A528NLII5I' where id=5; -update noar ti set b0='T4Z6JRZ8A528NLII5I' where id=5; -update noar tt set b1='XA71' where id=5; -update noar ti set b1='XA71' where id=5; -update noar tt set b2='5CO1SE0TV4F0SCVSD' where id=5; -update noar ti set b2='5CO1SE0TV4F0SCVSD' where id=5; -update noar tt set b0='YKTEE7GXJLN9PB' where id=6; -update noar ti set b0='YKTEE7GXJLN9PB' where id=6; -update noar tt set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6; -update noar ti set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6; -update noar tt set b2='CVCVEAA4' where id=6; -update noar ti set b2='CVCVEAA4' where id=6; -update noar tt set b0='TOJL6M1VYI1' where id=7; -update noar ti set b0='TOJL6M1VYI1' where id=7; -update noar tt set b1='HRW0SQCE4CQE7U' where id=7; -update noar ti set b1='HRW0SQCE4CQE7U' where id=7; -update noar tt set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7; -update noar ti set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7; -update noar tt set b0='TM93JZRXAAWWG7HZY' where id=8; -update noar ti set b0='TM93JZRXAAWWG7HZY' where id=8; -update noar tt set b1='A69J5XKEIFLLT33RW7P8' where id=8; -update noar ti set b1='A69J5XKEIFLLT33RW7P8' where id=8; -update noar tt set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8; -update noar ti set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8; -update noar tt set b0='W65TICZSD1YDI' where id=9; -update noar ti set b0='W65TICZSD1YDI' where id=9; -update noar tt set b1='QIXKROMIO9P' where id=9; -update noar ti set b1='QIXKROMIO9P' where id=9; -update noar tt set b2='Y2' where id=9; -update noar ti set b2='Y2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 text not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IXLQ' where id=1; -update noar ti set b0='IXLQ' where id=1; -update noar tt set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1; -update noar ti set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1; -update noar tt set b2='J5LLXL9C0Z' where id=1; -update noar ti set b2='J5LLXL9C0Z' where id=1; -update noar tt set b0='GN1' where id=2; -update noar ti set b0='GN1' where id=2; -update noar tt set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2; -update noar ti set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2; -update noar tt set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2; -update noar ti set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2; -update noar tt set b0='CHTLDYNLKO070GRYHN5AO' where id=3; -update noar ti set b0='CHTLDYNLKO070GRYHN5AO' where id=3; -update noar tt set b1='T6R74' where id=3; -update noar ti set b1='T6R74' where id=3; -update noar tt set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3; -update noar ti set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3; -update noar tt set b0='F86MITJKWEBY571S4' where id=4; -update noar ti set b0='F86MITJKWEBY571S4' where id=4; -update noar tt set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4; -update noar ti set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4; -update noar tt set b2='PWC' where id=4; -update noar ti set b2='PWC' where id=4; -update noar tt set b0='WPIL3JE320Z' where id=5; -update noar ti set b0='WPIL3JE320Z' where id=5; -update noar tt set b1='DNNVGHQWIHL2VB' where id=5; -update noar ti set b1='DNNVGHQWIHL2VB' where id=5; -update noar tt set b2='1Y1Z' where id=5; -update noar ti set b2='1Y1Z' where id=5; -update noar tt set b0='8I14EXD02CS' where id=6; -update noar ti set b0='8I14EXD02CS' where id=6; -update noar tt set b1='OPCV6ODUMXJ4' where id=6; -update noar ti set b1='OPCV6ODUMXJ4' where id=6; -update noar tt set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6; -update noar ti set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6; -update noar tt set b0='DPBY7XPODUL' where id=7; -update noar ti set b0='DPBY7XPODUL' where id=7; -update noar tt set b1='Y' where id=7; -update noar ti set b1='Y' where id=7; -update noar tt set b2='LJWJWLS3BRN' where id=7; -update noar ti set b2='LJWJWLS3BRN' where id=7; -update noar tt set b0='YKRGG60SV7370054Z10FO' where id=8; -update noar ti set b0='YKRGG60SV7370054Z10FO' where id=8; -update noar tt set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8; -update noar ti set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8; -update noar tt set b2='UQ7N2WEJFIOS3FDP9' where id=8; -update noar ti set b2='UQ7N2WEJFIOS3FDP9' where id=8; -update noar tt set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9; -update noar ti set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9; -update noar tt set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9; -update noar ti set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9; -update noar tt set b2='F8GN2' where id=9; -update noar ti set b2='F8GN2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob null, -b1 text null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W725N51H71T565X5T9X1' where id=1; -update noar ti set b0='W725N51H71T565X5T9X1' where id=1; -update noar tt set b1='HUELY9ZD20MVBVDI' where id=1; -update noar ti set b1='HUELY9ZD20MVBVDI' where id=1; -update noar tt set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1; -update noar ti set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1; -update noar tt set b0='OW' where id=2; -update noar ti set b0='OW' where id=2; -update noar tt set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2; -update noar ti set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2; -update noar tt set b2='P' where id=2; -update noar ti set b2='P' where id=2; -update noar tt set b0='ZQPCWFYWD9W' where id=3; -update noar ti set b0='ZQPCWFYWD9W' where id=3; -update noar tt set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3; -update noar ti set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3; -update noar tt set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3; -update noar ti set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3; -update noar tt set b0='KMR7G47F42Y' where id=4; -update noar ti set b0='KMR7G47F42Y' where id=4; -update noar tt set b1='U291AF6KA' where id=4; -update noar ti set b1='U291AF6KA' where id=4; -update noar tt set b2='UZIA1WNZ7QT4' where id=4; -update noar ti set b2='UZIA1WNZ7QT4' where id=4; -update noar tt set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5; -update noar ti set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5; -update noar tt set b1='UW9F7U' where id=5; -update noar ti set b1='UW9F7U' where id=5; -update noar tt set b2='K1IIRFTCWD7MB4X7' where id=5; -update noar ti set b2='K1IIRFTCWD7MB4X7' where id=5; -update noar tt set b0='2MN2UKF6N5SZWRU7' where id=6; -update noar ti set b0='2MN2UKF6N5SZWRU7' where id=6; -update noar tt set b1='233OZPX30ZW3284HGVODFHT' where id=6; -update noar ti set b1='233OZPX30ZW3284HGVODFHT' where id=6; -update noar tt set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6; -update noar ti set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6; -update noar tt set b0='90TJKR5AUJIB740YG5' where id=7; -update noar ti set b0='90TJKR5AUJIB740YG5' where id=7; -update noar tt set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7; -update noar ti set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7; -update noar tt set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7; -update noar ti set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7; -update noar tt set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' where id=8; -update noar ti set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set b2='BM7SW4MQ8YTUU4X4WTH' where id=8; -update noar ti set b2='BM7SW4MQ8YTUU4X4WTH' where id=8; -update noar tt set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9; -update noar ti set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9; -update noar tt set b1='A8BPZX77AZQO' where id=9; -update noar ti set b1='A8BPZX77AZQO' where id=9; -update noar tt set b2='N' where id=9; -update noar ti set b2='N' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 longblob not null, -b1 text not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S2FIIC4M2KV' where id=1; -update noar ti set b0='S2FIIC4M2KV' where id=1; -update noar tt set b1='YQSR' where id=1; -update noar ti set b1='YQSR' where id=1; -update noar tt set b2='FZC5TKJVBMB1WW7L' where id=1; -update noar ti set b2='FZC5TKJVBMB1WW7L' where id=1; -update noar tt set b0='7B1L17ADXH' where id=2; -update noar ti set b0='7B1L17ADXH' where id=2; -update noar tt set b1='NCRLGJ0HPRNA9FCM3' where id=2; -update noar ti set b1='NCRLGJ0HPRNA9FCM3' where id=2; -update noar tt set b2='HKBJCG1I2W4BLOV9' where id=2; -update noar ti set b2='HKBJCG1I2W4BLOV9' where id=2; -update noar tt set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3; -update noar ti set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3; -update noar tt set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3; -update noar ti set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3; -update noar tt set b2='DSPMVAY35RJLC8727' where id=3; -update noar ti set b2='DSPMVAY35RJLC8727' where id=3; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set b1='M4YT2XF6B3' where id=4; -update noar ti set b1='M4YT2XF6B3' where id=4; -update noar tt set b2='LHB' where id=4; -update noar ti set b2='LHB' where id=4; -update noar tt set b0='6NUWYOVU7XBGL56IS' where id=5; -update noar ti set b0='6NUWYOVU7XBGL56IS' where id=5; -update noar tt set b1='WPU226NBPDPFHKPUZOASR4B' where id=5; -update noar ti set b1='WPU226NBPDPFHKPUZOASR4B' where id=5; -update noar tt set b2='F767Y2X1Z3U' where id=5; -update noar ti set b2='F767Y2X1Z3U' where id=5; -update noar tt set b0='LKIIMW3J090F6O3SMNQ3M' where id=6; -update noar ti set b0='LKIIMW3J090F6O3SMNQ3M' where id=6; -update noar tt set b1='N' where id=6; -update noar ti set b1='N' where id=6; -update noar tt set b2='6TZ6PIQ4VV2T' where id=6; -update noar ti set b2='6TZ6PIQ4VV2T' where id=6; -update noar tt set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7; -update noar ti set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7; -update noar tt set b1='7S54PCK5URKOHY6PVO5K' where id=7; -update noar ti set b1='7S54PCK5URKOHY6PVO5K' where id=7; -update noar tt set b2='NOYD7G7I' where id=7; -update noar ti set b2='NOYD7G7I' where id=7; -update noar tt set b0='IDE4A5' where id=8; -update noar ti set b0='IDE4A5' where id=8; -update noar tt set b1='0WZ0JADT8' where id=8; -update noar ti set b1='0WZ0JADT8' where id=8; -update noar tt set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8; -update noar ti set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8; -update noar tt set b0='BF39NXSJIP8OLCVGBN00' where id=9; -update noar ti set b0='BF39NXSJIP8OLCVGBN00' where id=9; -update noar tt set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9; -update noar ti set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9; -update noar tt set b2='0JBCQDQWFGODF' where id=9; -update noar ti set b2='0JBCQDQWFGODF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1; -update noar ti set b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1; -update noar tt set b1='0B7HZ582I1M0U6KM7D' where id=1; -update noar ti set b1='0B7HZ582I1M0U6KM7D' where id=1; -update noar tt set b2='2308KMB641OE' where id=1; -update noar ti set b2='2308KMB641OE' where id=1; -update noar tt set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2; -update noar ti set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2; -update noar tt set b1='X4NJAT8JN8L4B0BB' where id=2; -update noar ti set b1='X4NJAT8JN8L4B0BB' where id=2; -update noar tt set b2='K' where id=2; -update noar ti set b2='K' where id=2; -update noar tt set b0='ZWCR50LDMJ0' where id=3; -update noar ti set b0='ZWCR50LDMJ0' where id=3; -update noar tt set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3; -update noar ti set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3; -update noar tt set b2='W' where id=3; -update noar ti set b2='W' where id=3; -update noar tt set b0='PPQMNYBOOH69' where id=4; -update noar ti set b0='PPQMNYBOOH69' where id=4; -update noar tt set b1='Z7ZZTK8473T0T76Y0TF27' where id=4; -update noar ti set b1='Z7ZZTK8473T0T76Y0TF27' where id=4; -update noar tt set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4; -update noar ti set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4; -update noar tt set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5; -update noar ti set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5; -update noar tt set b1='BXM5OQMOV2H3T31NMV02Y' where id=5; -update noar ti set b1='BXM5OQMOV2H3T31NMV02Y' where id=5; -update noar tt set b2='3AEF5NH2KER56WAGNAQ' where id=5; -update noar ti set b2='3AEF5NH2KER56WAGNAQ' where id=5; -update noar tt set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6; -update noar ti set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6; -update noar tt set b1='MRUR5S6ZXDBMA' where id=6; -update noar ti set b1='MRUR5S6ZXDBMA' where id=6; -update noar tt set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6; -update noar ti set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6; -update noar tt set b0='I5GYSX' where id=7; -update noar ti set b0='I5GYSX' where id=7; -update noar tt set b1='RL' where id=7; -update noar ti set b1='RL' where id=7; -update noar tt set b2='C9DV9LB2YGHVDDQBUIEF' where id=7; -update noar ti set b2='C9DV9LB2YGHVDDQBUIEF' where id=7; -update noar tt set b0='7Q' where id=8; -update noar ti set b0='7Q' where id=8; -update noar tt set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8; -update noar ti set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8; -update noar tt set b2='9FFX6765EPY7' where id=8; -update noar ti set b2='9FFX6765EPY7' where id=8; -update noar tt set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9; -update noar ti set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9; -update noar tt set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9; -update noar ti set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9; -update noar tt set b2='EE6K02P5AB' where id=9; -update noar ti set b2='EE6K02P5AB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W' where id=1; -update noar ti set b0='W' where id=1; -update noar tt set b1='LMTP0HBUV' where id=1; -update noar ti set b1='LMTP0HBUV' where id=1; -update noar tt set b2='HSVVBHU73SE6IWY621FX' where id=1; -update noar ti set b2='HSVVBHU73SE6IWY621FX' where id=1; -update noar tt set b0='N4CSLN' where id=2; -update noar ti set b0='N4CSLN' where id=2; -update noar tt set b1='UJABUUEUV18WB' where id=2; -update noar ti set b1='UJABUUEUV18WB' where id=2; -update noar tt set b2='V48QOLP0DP7QZDZSW4QCE' where id=2; -update noar ti set b2='V48QOLP0DP7QZDZSW4QCE' where id=2; -update noar tt set b0='9TZTJNYHJ3' where id=3; -update noar ti set b0='9TZTJNYHJ3' where id=3; -update noar tt set b1='6XH9OPDVC' where id=3; -update noar ti set b1='6XH9OPDVC' where id=3; -update noar tt set b2='HCOUDQ' where id=3; -update noar ti set b2='HCOUDQ' where id=3; -update noar tt set b0='99PQGD56BU7FHQGWOYJC' where id=4; -update noar ti set b0='99PQGD56BU7FHQGWOYJC' where id=4; -update noar tt set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4; -update noar ti set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4; -update noar tt set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4; -update noar ti set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4; -update noar tt set b0='V9EFS' where id=5; -update noar ti set b0='V9EFS' where id=5; -update noar tt set b1='BFJ3' where id=5; -update noar ti set b1='BFJ3' where id=5; -update noar tt set b2='OXPR9QS654' where id=5; -update noar ti set b2='OXPR9QS654' where id=5; -update noar tt set b0='806K' where id=6; -update noar ti set b0='806K' where id=6; -update noar tt set b1='7K94TPJ741TEI' where id=6; -update noar ti set b1='7K94TPJ741TEI' where id=6; -update noar tt set b2='3JN63UR0DNOXZPP683742HJ' where id=6; -update noar ti set b2='3JN63UR0DNOXZPP683742HJ' where id=6; -update noar tt set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7; -update noar ti set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7; -update noar tt set b1='DWG0ADX0ZJQORJL' where id=7; -update noar ti set b1='DWG0ADX0ZJQORJL' where id=7; -update noar tt set b2='CA4ITK2UZFGKJMM01FZ' where id=7; -update noar ti set b2='CA4ITK2UZFGKJMM01FZ' where id=7; -update noar tt set b0='30ARYOKSVNFNJNL' where id=8; -update noar ti set b0='30ARYOKSVNFNJNL' where id=8; -update noar tt set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8; -update noar ti set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8; -update noar tt set b2='I2INHN7R09XBX' where id=8; -update noar ti set b2='I2INHN7R09XBX' where id=8; -update noar tt set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9; -update noar ti set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9; -update noar tt set b1='LA5ILHAA31QU2ZFYL' where id=9; -update noar ti set b1='LA5ILHAA31QU2ZFYL' where id=9; -update noar tt set b2='SPZD17HVKKU' where id=9; -update noar ti set b2='SPZD17HVKKU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1; -update noar ti set b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1; -update noar tt set b1='Y876W40Z5VYB2GDI9BV' where id=1; -update noar ti set b1='Y876W40Z5VYB2GDI9BV' where id=1; -update noar tt set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1; -update noar ti set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1; -update noar tt set b0='FI1Z0OS5D8U1D4SSCL' where id=2; -update noar ti set b0='FI1Z0OS5D8U1D4SSCL' where id=2; -update noar tt set b1='HXVYGU' where id=2; -update noar ti set b1='HXVYGU' where id=2; -update noar tt set b2='ZKCU' where id=2; -update noar ti set b2='ZKCU' where id=2; -update noar tt set b0='QUPNV94G' where id=3; -update noar ti set b0='QUPNV94G' where id=3; -update noar tt set b1='4SO1QP7AW08GCUPQ' where id=3; -update noar ti set b1='4SO1QP7AW08GCUPQ' where id=3; -update noar tt set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3; -update noar ti set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3; -update noar tt set b0='V9' where id=4; -update noar ti set b0='V9' where id=4; -update noar tt set b1='FAWA8YRHOX2I63H6EF93' where id=4; -update noar ti set b1='FAWA8YRHOX2I63H6EF93' where id=4; -update noar tt set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4; -update noar ti set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4; -update noar tt set b0='NYMONSDQ4MQ' where id=5; -update noar ti set b0='NYMONSDQ4MQ' where id=5; -update noar tt set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5; -update noar ti set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5; -update noar tt set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5; -update noar ti set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5; -update noar tt set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6; -update noar ti set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6; -update noar tt set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6; -update noar ti set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6; -update noar tt set b2='M9MN72C' where id=6; -update noar ti set b2='M9MN72C' where id=6; -update noar tt set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7; -update noar ti set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7; -update noar tt set b1='XFZ' where id=7; -update noar ti set b1='XFZ' where id=7; -update noar tt set b2='XH5' where id=7; -update noar ti set b2='XH5' where id=7; -update noar tt set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8; -update noar ti set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8; -update noar tt set b1='0V0W2UYBT' where id=8; -update noar ti set b1='0V0W2UYBT' where id=8; -update noar tt set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8; -update noar ti set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8; -update noar tt set b0='873B3' where id=9; -update noar ti set b0='873B3' where id=9; -update noar tt set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9; -update noar ti set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9; -update noar tt set b2='JI969NWTEN1RZ8BUTPZTK' where id=9; -update noar ti set b2='JI969NWTEN1RZ8BUTPZTK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1; -update noar ti set b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1; -update noar tt set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1; -update noar ti set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1; -update noar tt set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1; -update noar ti set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1; -update noar tt set b0='7MI8UGUB6D9CM' where id=2; -update noar ti set b0='7MI8UGUB6D9CM' where id=2; -update noar tt set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2; -update noar ti set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2; -update noar tt set b2='KJWDCTGKH' where id=2; -update noar ti set b2='KJWDCTGKH' where id=2; -update noar tt set b0='SRLFGXFU' where id=3; -update noar ti set b0='SRLFGXFU' where id=3; -update noar tt set b1='NRAXYY33FI76750' where id=3; -update noar ti set b1='NRAXYY33FI76750' where id=3; -update noar tt set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3; -update noar ti set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3; -update noar tt set b0='1' where id=4; -update noar ti set b0='1' where id=4; -update noar tt set b1='7OPKY500TN6QA5LIVTE608C' where id=4; -update noar ti set b1='7OPKY500TN6QA5LIVTE608C' where id=4; -update noar tt set b2='N1TP86ODBIETCM4A6KH' where id=4; -update noar ti set b2='N1TP86ODBIETCM4A6KH' where id=4; -update noar tt set b0='91TQYZYM7GJLU99Q' where id=5; -update noar ti set b0='91TQYZYM7GJLU99Q' where id=5; -update noar tt set b1='HJIC7GF' where id=5; -update noar ti set b1='HJIC7GF' where id=5; -update noar tt set b2='DUT1H546UGUP0' where id=5; -update noar ti set b2='DUT1H546UGUP0' where id=5; -update noar tt set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6; -update noar ti set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6; -update noar tt set b1='Y5GX9NCQ2MH03' where id=6; -update noar ti set b1='Y5GX9NCQ2MH03' where id=6; -update noar tt set b2='3Y6G0GLO' where id=6; -update noar ti set b2='3Y6G0GLO' where id=6; -update noar tt set b0='COVBM' where id=7; -update noar ti set b0='COVBM' where id=7; -update noar tt set b1='VSRX00E6' where id=7; -update noar ti set b1='VSRX00E6' where id=7; -update noar tt set b2='IYNB6AJG90M6HI' where id=7; -update noar ti set b2='IYNB6AJG90M6HI' where id=7; -update noar tt set b0='UQK1HUF1EM04BEV4HA27' where id=8; -update noar ti set b0='UQK1HUF1EM04BEV4HA27' where id=8; -update noar tt set b1='UMPI' where id=8; -update noar ti set b1='UMPI' where id=8; -update noar tt set b2='BETVTQP5FSD6Q79XM' where id=8; -update noar ti set b2='BETVTQP5FSD6Q79XM' where id=8; -update noar tt set b0='6JZAY3R6UU5O3H' where id=9; -update noar ti set b0='6JZAY3R6UU5O3H' where id=9; -update noar tt set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9; -update noar ti set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9; -update noar tt set b2='W82SEP' where id=9; -update noar ti set b2='W82SEP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R2BWLS' where id=1; -update noar ti set b0='R2BWLS' where id=1; -update noar tt set b1='ZDF9RS0NKL2GN0WG03BX' where id=1; -update noar ti set b1='ZDF9RS0NKL2GN0WG03BX' where id=1; -update noar tt set b2='OAI' where id=1; -update noar ti set b2='OAI' where id=1; -update noar tt set b0='1646ESR6RAL2PLJQHBFPG' where id=2; -update noar ti set b0='1646ESR6RAL2PLJQHBFPG' where id=2; -update noar tt set b1='3AZX293T2' where id=2; -update noar ti set b1='3AZX293T2' where id=2; -update noar tt set b2='L3AIYOZLK5' where id=2; -update noar ti set b2='L3AIYOZLK5' where id=2; -update noar tt set b0='S' where id=3; -update noar ti set b0='S' where id=3; -update noar tt set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3; -update noar ti set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3; -update noar tt set b2='9E' where id=3; -update noar ti set b2='9E' where id=3; -update noar tt set b0='7CIX6DFZ4P' where id=4; -update noar ti set b0='7CIX6DFZ4P' where id=4; -update noar tt set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4; -update noar ti set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4; -update noar tt set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4; -update noar ti set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4; -update noar tt set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5; -update noar ti set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5; -update noar tt set b1='UI' where id=5; -update noar ti set b1='UI' where id=5; -update noar tt set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5; -update noar ti set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5; -update noar tt set b0='J' where id=6; -update noar ti set b0='J' where id=6; -update noar tt set b1='QO9F2ZTHGUQS7ZV' where id=6; -update noar ti set b1='QO9F2ZTHGUQS7ZV' where id=6; -update noar tt set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6; -update noar ti set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6; -update noar tt set b0='6L5M21FO7GRRK1BGWQ' where id=7; -update noar ti set b0='6L5M21FO7GRRK1BGWQ' where id=7; -update noar tt set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7; -update noar ti set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7; -update noar tt set b2='PLKQZJOBU75APK3UK5GUU' where id=7; -update noar ti set b2='PLKQZJOBU75APK3UK5GUU' where id=7; -update noar tt set b0='Q01INRM3YFONS4OMY8AT84' where id=8; -update noar ti set b0='Q01INRM3YFONS4OMY8AT84' where id=8; -update noar tt set b1='YDLY7AEMS' where id=8; -update noar ti set b1='YDLY7AEMS' where id=8; -update noar tt set b2='JDMIJAFT0' where id=8; -update noar ti set b2='JDMIJAFT0' where id=8; -update noar tt set b0='LYMGXEHWIPSU0' where id=9; -update noar ti set b0='LYMGXEHWIPSU0' where id=9; -update noar tt set b1='NSVKLSVLJNGDU' where id=9; -update noar ti set b1='NSVKLSVLJNGDU' where id=9; -update noar tt set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9; -update noar ti set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KZLVWSLYP' where id=1; -update noar ti set b0='KZLVWSLYP' where id=1; -update noar tt set b1='PRIGWZX2' where id=1; -update noar ti set b1='PRIGWZX2' where id=1; -update noar tt set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1; -update noar ti set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1; -update noar tt set b0='BR2ZBJSWSOBQ' where id=2; -update noar ti set b0='BR2ZBJSWSOBQ' where id=2; -update noar tt set b1='LNQ85NN3W0' where id=2; -update noar ti set b1='LNQ85NN3W0' where id=2; -update noar tt set b2='E' where id=2; -update noar ti set b2='E' where id=2; -update noar tt set b0='3NHG5H' where id=3; -update noar ti set b0='3NHG5H' where id=3; -update noar tt set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3; -update noar ti set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3; -update noar tt set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3; -update noar ti set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3; -update noar tt set b0='AKFH' where id=4; -update noar ti set b0='AKFH' where id=4; -update noar tt set b1='MJ6KLHS7Z' where id=4; -update noar ti set b1='MJ6KLHS7Z' where id=4; -update noar tt set b2='JUBQVRKCG' where id=4; -update noar ti set b2='JUBQVRKCG' where id=4; -update noar tt set b0='FKMRKIMU' where id=5; -update noar ti set b0='FKMRKIMU' where id=5; -update noar tt set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5; -update noar ti set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5; -update noar tt set b2='CM1SWIRPXU5' where id=5; -update noar ti set b2='CM1SWIRPXU5' where id=5; -update noar tt set b0='M5PCMRB' where id=6; -update noar ti set b0='M5PCMRB' where id=6; -update noar tt set b1='FBURUI3K4GA0FVDWT' where id=6; -update noar ti set b1='FBURUI3K4GA0FVDWT' where id=6; -update noar tt set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6; -update noar ti set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6; -update noar tt set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7; -update noar ti set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7; -update noar tt set b1='HX7U13QFVN' where id=7; -update noar ti set b1='HX7U13QFVN' where id=7; -update noar tt set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7; -update noar ti set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7; -update noar tt set b0='861WKMVZYTDRCL218STCI5Q37TG' where id=8; -update noar ti set b0='861WKMVZYTDRCL218STCI5Q37TG' where id=8; -update noar tt set b1='G' where id=8; -update noar ti set b1='G' where id=8; -update noar tt set b2='28J7TPGOZY1L2H5NI4BXO' where id=8; -update noar ti set b2='28J7TPGOZY1L2H5NI4BXO' where id=8; -update noar tt set b0='9WU9K6AVXMHLHE' where id=9; -update noar ti set b0='9WU9K6AVXMHLHE' where id=9; -update noar tt set b1='V6W2F0RW2OI6' where id=9; -update noar ti set b1='V6W2F0RW2OI6' where id=9; -update noar tt set b2='TO6RY9SO8EUZG' where id=9; -update noar ti set b2='TO6RY9SO8EUZG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P026RGI7' where id=1; -update noar ti set b0='P026RGI7' where id=1; -update noar tt set b1='HMB9' where id=1; -update noar ti set b1='HMB9' where id=1; -update noar tt set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1; -update noar ti set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1; -update noar tt set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2; -update noar ti set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2; -update noar tt set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2; -update noar ti set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2; -update noar tt set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2; -update noar ti set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2; -update noar tt set b0='7WT8QY6JHLN4PL' where id=3; -update noar ti set b0='7WT8QY6JHLN4PL' where id=3; -update noar tt set b1='ESYH9FOXUA' where id=3; -update noar ti set b1='ESYH9FOXUA' where id=3; -update noar tt set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3; -update noar ti set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3; -update noar tt set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4; -update noar ti set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4; -update noar tt set b1='5NBGCT6QI8I' where id=4; -update noar ti set b1='5NBGCT6QI8I' where id=4; -update noar tt set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4; -update noar ti set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4; -update noar tt set b0='AX5IKUQ7814AJMG8VJTY' where id=5; -update noar ti set b0='AX5IKUQ7814AJMG8VJTY' where id=5; -update noar tt set b1='0HRT' where id=5; -update noar ti set b1='0HRT' where id=5; -update noar tt set b2='JI0LRN' where id=5; -update noar ti set b2='JI0LRN' where id=5; -update noar tt set b0='ZLLRV' where id=6; -update noar ti set b0='ZLLRV' where id=6; -update noar tt set b1='AZO0WPETD1IEU2W0E' where id=6; -update noar ti set b1='AZO0WPETD1IEU2W0E' where id=6; -update noar tt set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6; -update noar ti set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6; -update noar tt set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7; -update noar ti set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7; -update noar tt set b1='N6FO' where id=7; -update noar ti set b1='N6FO' where id=7; -update noar tt set b2='YLLY98BWGIO81FAP6' where id=7; -update noar ti set b2='YLLY98BWGIO81FAP6' where id=7; -update noar tt set b0='18AF2WKP4MMXGCOWAL4' where id=8; -update noar ti set b0='18AF2WKP4MMXGCOWAL4' where id=8; -update noar tt set b1='5KVYXVMIUE8KC05A4JJY' where id=8; -update noar ti set b1='5KVYXVMIUE8KC05A4JJY' where id=8; -update noar tt set b2='C6X19L' where id=8; -update noar ti set b2='C6X19L' where id=8; -update noar tt set b0='U9B' where id=9; -update noar ti set b0='U9B' where id=9; -update noar tt set b1='P03ERPU' where id=9; -update noar ti set b1='P03ERPU' where id=9; -update noar tt set b2='2K926FRYLL80CNFU7V' where id=9; -update noar ti set b2='2K926FRYLL80CNFU7V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LDZQ62' where id=1; -update noar ti set b0='LDZQ62' where id=1; -update noar tt set b1='TSHQCJAKBWKNSP' where id=1; -update noar ti set b1='TSHQCJAKBWKNSP' where id=1; -update noar tt set b2='V925Z2RR' where id=1; -update noar ti set b2='V925Z2RR' where id=1; -update noar tt set b0='8TA2EGNM082' where id=2; -update noar ti set b0='8TA2EGNM082' where id=2; -update noar tt set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2; -update noar ti set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2; -update noar tt set b2='NY0MFA6FH8UA' where id=2; -update noar ti set b2='NY0MFA6FH8UA' where id=2; -update noar tt set b0='9J0NTMDNSGDPJGRF' where id=3; -update noar ti set b0='9J0NTMDNSGDPJGRF' where id=3; -update noar tt set b1='GXXXJPHPV0JUJMP' where id=3; -update noar ti set b1='GXXXJPHPV0JUJMP' where id=3; -update noar tt set b2='01YM61LJ38X6' where id=3; -update noar ti set b2='01YM61LJ38X6' where id=3; -update noar tt set b0='N' where id=4; -update noar ti set b0='N' where id=4; -update noar tt set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4; -update noar ti set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4; -update noar tt set b2='TB5J' where id=4; -update noar ti set b2='TB5J' where id=4; -update noar tt set b0='A' where id=5; -update noar ti set b0='A' where id=5; -update noar tt set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5; -update noar ti set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5; -update noar tt set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5; -update noar ti set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5; -update noar tt set b0='ZTMC5C5Y67ZTOZHY' where id=6; -update noar ti set b0='ZTMC5C5Y67ZTOZHY' where id=6; -update noar tt set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6; -update noar ti set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6; -update noar tt set b2='VMHDCJ1J' where id=6; -update noar ti set b2='VMHDCJ1J' where id=6; -update noar tt set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7; -update noar ti set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7; -update noar tt set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7; -update noar ti set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7; -update noar tt set b2='EJ59VT5YXEEAM6BO86W6T' where id=7; -update noar ti set b2='EJ59VT5YXEEAM6BO86W6T' where id=7; -update noar tt set b0='U' where id=8; -update noar ti set b0='U' where id=8; -update noar tt set b1='78YUR0Q3D3K9U' where id=8; -update noar ti set b1='78YUR0Q3D3K9U' where id=8; -update noar tt set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8; -update noar ti set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8; -update noar tt set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9; -update noar ti set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9; -update noar tt set b1='WEXY9Y' where id=9; -update noar ti set b1='WEXY9Y' where id=9; -update noar tt set b2='J5RTQE5QAS' where id=9; -update noar ti set b2='J5RTQE5QAS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 tinyblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='5C19WLU0CCGOFGGXQFW' where id=1; -update noar ti set b0='5C19WLU0CCGOFGGXQFW' where id=1; -update noar tt set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1; -update noar ti set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1; -update noar tt set b2='OFEOC45Q7USIYH5GLN6Q' where id=1; -update noar ti set b2='OFEOC45Q7USIYH5GLN6Q' where id=1; -update noar tt set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2; -update noar ti set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2; -update noar tt set b1='J4EJLSR2' where id=2; -update noar ti set b1='J4EJLSR2' where id=2; -update noar tt set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2; -update noar ti set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2; -update noar tt set b0='SGZVUKASDZQJTYFSL0XOE' where id=3; -update noar ti set b0='SGZVUKASDZQJTYFSL0XOE' where id=3; -update noar tt set b1='BFOB7FKIUVCB' where id=3; -update noar ti set b1='BFOB7FKIUVCB' where id=3; -update noar tt set b2='CTZDNML' where id=3; -update noar ti set b2='CTZDNML' where id=3; -update noar tt set b0='VFC8ZT5EFNA91HDN0ME2' where id=4; -update noar ti set b0='VFC8ZT5EFNA91HDN0ME2' where id=4; -update noar tt set b1='9HYIJD02YJC0TT5A' where id=4; -update noar ti set b1='9HYIJD02YJC0TT5A' where id=4; -update noar tt set b2='BGGBA3B6IK' where id=4; -update noar ti set b2='BGGBA3B6IK' where id=4; -update noar tt set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5; -update noar ti set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5; -update noar tt set b1='QR0QXSBRJDS5YDQ' where id=5; -update noar ti set b1='QR0QXSBRJDS5YDQ' where id=5; -update noar tt set b2='P1X' where id=5; -update noar ti set b2='P1X' where id=5; -update noar tt set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6; -update noar ti set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6; -update noar tt set b1='UQMAPQ3INLUX85L4RS2H' where id=6; -update noar ti set b1='UQMAPQ3INLUX85L4RS2H' where id=6; -update noar tt set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6; -update noar ti set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6; -update noar tt set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7; -update noar ti set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7; -update noar tt set b1='E9WE4QJ4' where id=7; -update noar ti set b1='E9WE4QJ4' where id=7; -update noar tt set b2='VM71160W2HBBWXQO735I' where id=7; -update noar ti set b2='VM71160W2HBBWXQO735I' where id=7; -update noar tt set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8; -update noar ti set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8; -update noar tt set b1='EKDSPE0BMY' where id=8; -update noar ti set b1='EKDSPE0BMY' where id=8; -update noar tt set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8; -update noar ti set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8; -update noar tt set b0='2JT6TY' where id=9; -update noar ti set b0='2JT6TY' where id=9; -update noar tt set b1='SZTYLSBW7VQ' where id=9; -update noar ti set b1='SZTYLSBW7VQ' where id=9; -update noar tt set b2='87' where id=9; -update noar ti set b2='87' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 tinyblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IUUKUIZIUNFRBJA1' where id=1; -update noar ti set b0='IUUKUIZIUNFRBJA1' where id=1; -update noar tt set b1='I7VEUQV1I2I3SIK1D3R0' where id=1; -update noar ti set b1='I7VEUQV1I2I3SIK1D3R0' where id=1; -update noar tt set b2='RLD962Z' where id=1; -update noar ti set b2='RLD962Z' where id=1; -update noar tt set b0='GIDBPR6XSWNT2P54' where id=2; -update noar ti set b0='GIDBPR6XSWNT2P54' where id=2; -update noar tt set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2; -update noar ti set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2; -update noar tt set b2='1J9DP0GVU3FZY' where id=2; -update noar ti set b2='1J9DP0GVU3FZY' where id=2; -update noar tt set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3; -update noar ti set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3; -update noar tt set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3; -update noar ti set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3; -update noar tt set b2='MJNMPY1T' where id=3; -update noar ti set b2='MJNMPY1T' where id=3; -update noar tt set b0='95OKX9T8U40BF' where id=4; -update noar ti set b0='95OKX9T8U40BF' where id=4; -update noar tt set b1='MUU1NMS69K' where id=4; -update noar ti set b1='MUU1NMS69K' where id=4; -update noar tt set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4; -update noar ti set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4; -update noar tt set b0='ECAFMVP' where id=5; -update noar ti set b0='ECAFMVP' where id=5; -update noar tt set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5; -update noar ti set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5; -update noar tt set b2='76E5XR398OY1ZRR5M4O5' where id=5; -update noar ti set b2='76E5XR398OY1ZRR5M4O5' where id=5; -update noar tt set b0='5MACI4J4S8MISFHETAA8F' where id=6; -update noar ti set b0='5MACI4J4S8MISFHETAA8F' where id=6; -update noar tt set b1='YB136' where id=6; -update noar ti set b1='YB136' where id=6; -update noar tt set b2='46' where id=6; -update noar ti set b2='46' where id=6; -update noar tt set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7; -update noar ti set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7; -update noar tt set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7; -update noar ti set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7; -update noar tt set b2='Q3I5RKQOAJN' where id=7; -update noar ti set b2='Q3I5RKQOAJN' where id=7; -update noar tt set b0='JVD6Y3GRUG' where id=8; -update noar ti set b0='JVD6Y3GRUG' where id=8; -update noar tt set b1='1QJ4SAN6Q' where id=8; -update noar ti set b1='1QJ4SAN6Q' where id=8; -update noar tt set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8; -update noar ti set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8; -update noar tt set b0='XFPY1Y0USG87O18SAACSQ' where id=9; -update noar ti set b0='XFPY1Y0USG87O18SAACSQ' where id=9; -update noar tt set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9; -update noar ti set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9; -update noar tt set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9; -update noar ti set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1; -update noar ti set b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1; -update noar tt set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1; -update noar ti set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1; -update noar tt set b2='BWE' where id=1; -update noar ti set b2='BWE' where id=1; -update noar tt set b0='70RQS' where id=2; -update noar ti set b0='70RQS' where id=2; -update noar tt set b1='959F09ZP' where id=2; -update noar ti set b1='959F09ZP' where id=2; -update noar tt set b2='LUJ8FWF3JKHTX' where id=2; -update noar ti set b2='LUJ8FWF3JKHTX' where id=2; -update noar tt set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3; -update noar ti set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3; -update noar tt set b1='VHXCSQXP765CQE0X9W2D' where id=3; -update noar ti set b1='VHXCSQXP765CQE0X9W2D' where id=3; -update noar tt set b2='VV' where id=3; -update noar ti set b2='VV' where id=3; -update noar tt set b0='UMN6WVI' where id=4; -update noar ti set b0='UMN6WVI' where id=4; -update noar tt set b1='VSCSC' where id=4; -update noar ti set b1='VSCSC' where id=4; -update noar tt set b2='QQILSU15ZC13OFR' where id=4; -update noar ti set b2='QQILSU15ZC13OFR' where id=4; -update noar tt set b0='3TFOOURBK' where id=5; -update noar ti set b0='3TFOOURBK' where id=5; -update noar tt set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5; -update noar ti set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5; -update noar tt set b2='4QE0RQ' where id=5; -update noar ti set b2='4QE0RQ' where id=5; -update noar tt set b0='JWDMXPXGJZH5V6I6DG9N' where id=6; -update noar ti set b0='JWDMXPXGJZH5V6I6DG9N' where id=6; -update noar tt set b1='7P3JUWPHCRI8AYNVR6' where id=6; -update noar ti set b1='7P3JUWPHCRI8AYNVR6' where id=6; -update noar tt set b2='3NUA5984ZRUPB4GF' where id=6; -update noar ti set b2='3NUA5984ZRUPB4GF' where id=6; -update noar tt set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7; -update noar ti set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7; -update noar tt set b1='76IHAPI4OJVP' where id=7; -update noar ti set b1='76IHAPI4OJVP' where id=7; -update noar tt set b2='RV0GX0ET1ESQ9LD' where id=7; -update noar ti set b2='RV0GX0ET1ESQ9LD' where id=7; -update noar tt set b0='M725JA0F' where id=8; -update noar ti set b0='M725JA0F' where id=8; -update noar tt set b1='DGNJ34BNQV3ZRFVYQD' where id=8; -update noar ti set b1='DGNJ34BNQV3ZRFVYQD' where id=8; -update noar tt set b2='EXSXZ3T3' where id=8; -update noar ti set b2='EXSXZ3T3' where id=8; -update noar tt set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9; -update noar ti set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9; -update noar tt set b1='XF' where id=9; -update noar ti set b1='XF' where id=9; -update noar tt set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9; -update noar ti set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CVK0WBAQCY9D0VNT' where id=1; -update noar ti set b0='CVK0WBAQCY9D0VNT' where id=1; -update noar tt set b1='1GNE' where id=1; -update noar ti set b1='1GNE' where id=1; -update noar tt set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1; -update noar ti set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1; -update noar tt set b0='N7C0NKZFYQTI4DVBAWDS' where id=2; -update noar ti set b0='N7C0NKZFYQTI4DVBAWDS' where id=2; -update noar tt set b1='V8M4JV7Z91G9FM' where id=2; -update noar ti set b1='V8M4JV7Z91G9FM' where id=2; -update noar tt set b2='OC1KN7W3GZTGU8H5O' where id=2; -update noar ti set b2='OC1KN7W3GZTGU8H5O' where id=2; -update noar tt set b0='RA4XEY38I' where id=3; -update noar ti set b0='RA4XEY38I' where id=3; -update noar tt set b1='4067UUNNJ2Z1OMDG902WZ' where id=3; -update noar ti set b1='4067UUNNJ2Z1OMDG902WZ' where id=3; -update noar tt set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3; -update noar ti set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3; -update noar tt set b0='MKXU68RGV2JFUBLAFKW' where id=4; -update noar ti set b0='MKXU68RGV2JFUBLAFKW' where id=4; -update noar tt set b1='WY' where id=4; -update noar ti set b1='WY' where id=4; -update noar tt set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4; -update noar ti set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4; -update noar tt set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5; -update noar ti set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5; -update noar tt set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5; -update noar ti set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5; -update noar tt set b2='9CE3ITZNPH4THWMAM69F' where id=5; -update noar ti set b2='9CE3ITZNPH4THWMAM69F' where id=5; -update noar tt set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6; -update noar ti set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6; -update noar tt set b1='H68KJGZZ82QT0' where id=6; -update noar ti set b1='H68KJGZZ82QT0' where id=6; -update noar tt set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6; -update noar ti set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6; -update noar tt set b0='8VDUN8L' where id=7; -update noar ti set b0='8VDUN8L' where id=7; -update noar tt set b1='DQYXN1SVB' where id=7; -update noar ti set b1='DQYXN1SVB' where id=7; -update noar tt set b2='DFZQS9F1N3XSRS9CTCR' where id=7; -update noar ti set b2='DFZQS9F1N3XSRS9CTCR' where id=7; -update noar tt set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8; -update noar ti set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8; -update noar tt set b1='PEDQ01X' where id=8; -update noar ti set b1='PEDQ01X' where id=8; -update noar tt set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8; -update noar ti set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8; -update noar tt set b0='JDG1OW' where id=9; -update noar ti set b0='JDG1OW' where id=9; -update noar tt set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9; -update noar ti set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9; -update noar tt set b2='27' where id=9; -update noar ti set b2='27' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6604SEUPOJ1NH' where id=1; -update noar ti set b0='6604SEUPOJ1NH' where id=1; -update noar tt set b1='U9UKP73' where id=1; -update noar ti set b1='U9UKP73' where id=1; -update noar tt set b2='D20SE4B542DH5VQNU20KOSF6' where id=1; -update noar ti set b2='D20SE4B542DH5VQNU20KOSF6' where id=1; -update noar tt set b0='NF9XX' where id=2; -update noar ti set b0='NF9XX' where id=2; -update noar tt set b1='24ZM1CL7P' where id=2; -update noar ti set b1='24ZM1CL7P' where id=2; -update noar tt set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2; -update noar ti set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2; -update noar tt set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3; -update noar ti set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3; -update noar tt set b1='TM' where id=3; -update noar ti set b1='TM' where id=3; -update noar tt set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3; -update noar ti set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3; -update noar tt set b0='LMMPIO1Z3' where id=4; -update noar ti set b0='LMMPIO1Z3' where id=4; -update noar tt set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4; -update noar ti set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4; -update noar tt set b2='PXZRXSAO7R4LK5AG' where id=4; -update noar ti set b2='PXZRXSAO7R4LK5AG' where id=4; -update noar tt set b0='7SWE1SWALSTRY' where id=5; -update noar ti set b0='7SWE1SWALSTRY' where id=5; -update noar tt set b1='8IAPWSFR66EV4G' where id=5; -update noar ti set b1='8IAPWSFR66EV4G' where id=5; -update noar tt set b2='WLXCIO2HMZTHQ752H' where id=5; -update noar ti set b2='WLXCIO2HMZTHQ752H' where id=5; -update noar tt set b0='X1K5ULAKDCTH' where id=6; -update noar ti set b0='X1K5ULAKDCTH' where id=6; -update noar tt set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6; -update noar ti set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6; -update noar tt set b2='OSZE1IM69X' where id=6; -update noar ti set b2='OSZE1IM69X' where id=6; -update noar tt set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7; -update noar ti set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7; -update noar tt set b1='F8K1ETN3HQ62M' where id=7; -update noar ti set b1='F8K1ETN3HQ62M' where id=7; -update noar tt set b2='J8B5XCR' where id=7; -update noar ti set b2='J8B5XCR' where id=7; -update noar tt set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8; -update noar ti set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8; -update noar tt set b1='TSP0V0F7YFFP1KC' where id=8; -update noar ti set b1='TSP0V0F7YFFP1KC' where id=8; -update noar tt set b2='X6VM77DCFUFWE9OME' where id=8; -update noar ti set b2='X6VM77DCFUFWE9OME' where id=8; -update noar tt set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9; -update noar ti set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9; -update noar tt set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9; -update noar ti set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9; -update noar tt set b2='PL4S46' where id=9; -update noar ti set b2='PL4S46' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZPW4ZC0FLWL' where id=1; -update noar ti set b0='ZPW4ZC0FLWL' where id=1; -update noar tt set b1='HRCFD' where id=1; -update noar ti set b1='HRCFD' where id=1; -update noar tt set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1; -update noar ti set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1; -update noar tt set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2; -update noar ti set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2; -update noar tt set b1='PBBDLSO9N7' where id=2; -update noar ti set b1='PBBDLSO9N7' where id=2; -update noar tt set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2; -update noar ti set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2; -update noar tt set b0='PENOUEMLJ5B1RC9L' where id=3; -update noar ti set b0='PENOUEMLJ5B1RC9L' where id=3; -update noar tt set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3; -update noar ti set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3; -update noar tt set b2='AO2ZUAJ44T3J' where id=3; -update noar ti set b2='AO2ZUAJ44T3J' where id=3; -update noar tt set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4; -update noar ti set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4; -update noar tt set b1='FZTY6' where id=4; -update noar ti set b1='FZTY6' where id=4; -update noar tt set b2='SEUWCXV7KAP' where id=4; -update noar ti set b2='SEUWCXV7KAP' where id=4; -update noar tt set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5; -update noar ti set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5; -update noar tt set b1='DMS1X1CR52AS25OOABXADW' where id=5; -update noar ti set b1='DMS1X1CR52AS25OOABXADW' where id=5; -update noar tt set b2='IME633' where id=5; -update noar ti set b2='IME633' where id=5; -update noar tt set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6; -update noar ti set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6; -update noar tt set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6; -update noar ti set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6; -update noar tt set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6; -update noar ti set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6; -update noar tt set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7; -update noar ti set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7; -update noar tt set b1='IX16SA4' where id=7; -update noar ti set b1='IX16SA4' where id=7; -update noar tt set b2='VG4EI3Q1H' where id=7; -update noar ti set b2='VG4EI3Q1H' where id=7; -update noar tt set b0='MY8HU0U2WH38W' where id=8; -update noar ti set b0='MY8HU0U2WH38W' where id=8; -update noar tt set b1='V' where id=8; -update noar ti set b1='V' where id=8; -update noar tt set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8; -update noar ti set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8; -update noar tt set b0='JE94WZHA6G75VPEXZAVV' where id=9; -update noar ti set b0='JE94WZHA6G75VPEXZAVV' where id=9; -update noar tt set b1='3QT5' where id=9; -update noar ti set b1='3QT5' where id=9; -update noar tt set b2='8HUO9PI' where id=9; -update noar ti set b2='8HUO9PI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Z0YMM5JM2NXUZRYPR' where id=1; -update noar ti set b0='Z0YMM5JM2NXUZRYPR' where id=1; -update noar tt set b1='ZI4QU' where id=1; -update noar ti set b1='ZI4QU' where id=1; -update noar tt set b2='IWLYQGF4F9XR' where id=1; -update noar ti set b2='IWLYQGF4F9XR' where id=1; -update noar tt set b0='8DF7PDUAK1Q8JO08I' where id=2; -update noar ti set b0='8DF7PDUAK1Q8JO08I' where id=2; -update noar tt set b1='CZ53T' where id=2; -update noar ti set b1='CZ53T' where id=2; -update noar tt set b2='2C8CV37B302RT4BES' where id=2; -update noar ti set b2='2C8CV37B302RT4BES' where id=2; -update noar tt set b0='GHYTKCC1RU62343XDLQ' where id=3; -update noar ti set b0='GHYTKCC1RU62343XDLQ' where id=3; -update noar tt set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3; -update noar ti set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3; -update noar tt set b2='68Y8EOS4ATCPDD' where id=3; -update noar ti set b2='68Y8EOS4ATCPDD' where id=3; -update noar tt set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4; -update noar ti set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4; -update noar tt set b1='2MF3' where id=4; -update noar ti set b1='2MF3' where id=4; -update noar tt set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4; -update noar ti set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4; -update noar tt set b0='BDC859S7' where id=5; -update noar ti set b0='BDC859S7' where id=5; -update noar tt set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5; -update noar ti set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5; -update noar tt set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5; -update noar ti set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5; -update noar tt set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6; -update noar ti set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6; -update noar tt set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6; -update noar ti set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6; -update noar tt set b2='ZR' where id=6; -update noar ti set b2='ZR' where id=6; -update noar tt set b0='7U3BBQI5DH4H' where id=7; -update noar ti set b0='7U3BBQI5DH4H' where id=7; -update noar tt set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7; -update noar ti set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7; -update noar tt set b2='P911GC' where id=7; -update noar ti set b2='P911GC' where id=7; -update noar tt set b0='YXYGPU9KQUXG' where id=8; -update noar ti set b0='YXYGPU9KQUXG' where id=8; -update noar tt set b1='15W4' where id=8; -update noar ti set b1='15W4' where id=8; -update noar tt set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8; -update noar ti set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8; -update noar tt set b0='JILIU' where id=9; -update noar ti set b0='JILIU' where id=9; -update noar tt set b1='O2GGP60RF2R7W4Z3R' where id=9; -update noar ti set b1='O2GGP60RF2R7W4Z3R' where id=9; -update noar tt set b2='7' where id=9; -update noar ti set b2='7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1; -update noar ti set b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1; -update noar tt set b1='DN' where id=1; -update noar ti set b1='DN' where id=1; -update noar tt set b2='P7QT77VLUR2BGCXW9M1' where id=1; -update noar ti set b2='P7QT77VLUR2BGCXW9M1' where id=1; -update noar tt set b0='FPV99KYKUFTOQU' where id=2; -update noar ti set b0='FPV99KYKUFTOQU' where id=2; -update noar tt set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2; -update noar ti set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2; -update noar tt set b2='KWWNEU9SU8N9JLPH6D0' where id=2; -update noar ti set b2='KWWNEU9SU8N9JLPH6D0' where id=2; -update noar tt set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3; -update noar ti set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3; -update noar tt set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3; -update noar ti set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3; -update noar tt set b2='YIY0HZBFA' where id=3; -update noar ti set b2='YIY0HZBFA' where id=3; -update noar tt set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4; -update noar ti set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4; -update noar tt set b1='W' where id=4; -update noar ti set b1='W' where id=4; -update noar tt set b2='6QPG4F8JY0XBI5ZUCY4' where id=4; -update noar ti set b2='6QPG4F8JY0XBI5ZUCY4' where id=4; -update noar tt set b0='AW2KK' where id=5; -update noar ti set b0='AW2KK' where id=5; -update noar tt set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5; -update noar ti set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5; -update noar tt set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5; -update noar ti set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5; -update noar tt set b0='7A6Z6VEZJRSM' where id=6; -update noar ti set b0='7A6Z6VEZJRSM' where id=6; -update noar tt set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6; -update noar ti set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6; -update noar tt set b2='IZ073IH8YIOA' where id=6; -update noar ti set b2='IZ073IH8YIOA' where id=6; -update noar tt set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7; -update noar ti set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7; -update noar tt set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7; -update noar ti set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7; -update noar tt set b2='UD4U6MQMX89' where id=7; -update noar ti set b2='UD4U6MQMX89' where id=7; -update noar tt set b0='N026JXH0BVWP' where id=8; -update noar ti set b0='N026JXH0BVWP' where id=8; -update noar tt set b1='FYTUD' where id=8; -update noar ti set b1='FYTUD' where id=8; -update noar tt set b2='54' where id=8; -update noar ti set b2='54' where id=8; -update noar tt set b0='C1BT' where id=9; -update noar ti set b0='C1BT' where id=9; -update noar tt set b1='V0' where id=9; -update noar ti set b1='V0' where id=9; -update noar tt set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9; -update noar ti set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1; -update noar ti set b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1; -update noar tt set b1='40M' where id=1; -update noar ti set b1='40M' where id=1; -update noar tt set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1; -update noar ti set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1; -update noar tt set b0='4RHC85920A6RF' where id=2; -update noar ti set b0='4RHC85920A6RF' where id=2; -update noar tt set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2; -update noar ti set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2; -update noar tt set b2='ZXAKH' where id=2; -update noar ti set b2='ZXAKH' where id=2; -update noar tt set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3; -update noar ti set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3; -update noar tt set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3; -update noar ti set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3; -update noar tt set b2='J18WK' where id=3; -update noar ti set b2='J18WK' where id=3; -update noar tt set b0='969OH' where id=4; -update noar ti set b0='969OH' where id=4; -update noar tt set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4; -update noar ti set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4; -update noar tt set b2='GTT15TVKP' where id=4; -update noar ti set b2='GTT15TVKP' where id=4; -update noar tt set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5; -update noar ti set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5; -update noar tt set b1='LLC89' where id=5; -update noar ti set b1='LLC89' where id=5; -update noar tt set b2='CRY8702G6LVMB' where id=5; -update noar ti set b2='CRY8702G6LVMB' where id=5; -update noar tt set b0='HFE' where id=6; -update noar ti set b0='HFE' where id=6; -update noar tt set b1='EBWZ' where id=6; -update noar ti set b1='EBWZ' where id=6; -update noar tt set b2='FD' where id=6; -update noar ti set b2='FD' where id=6; -update noar tt set b0='LP3QOJEELP' where id=7; -update noar ti set b0='LP3QOJEELP' where id=7; -update noar tt set b1='R2OPGOQETJP' where id=7; -update noar ti set b1='R2OPGOQETJP' where id=7; -update noar tt set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7; -update noar ti set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7; -update noar tt set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8; -update noar ti set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8; -update noar tt set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8; -update noar ti set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8; -update noar tt set b2='T2EAB1E9L3MD4BIK1' where id=8; -update noar ti set b2='T2EAB1E9L3MD4BIK1' where id=8; -update noar tt set b0='M40E8H6JM6' where id=9; -update noar ti set b0='M40E8H6JM6' where id=9; -update noar tt set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9; -update noar ti set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9; -update noar tt set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9; -update noar ti set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ECB3EOOST' where id=1; -update noar ti set b0='ECB3EOOST' where id=1; -update noar tt set b1='3' where id=1; -update noar ti set b1='3' where id=1; -update noar tt set b2='DT7AZRXV235GNTCG' where id=1; -update noar ti set b2='DT7AZRXV235GNTCG' where id=1; -update noar tt set b0='AJ' where id=2; -update noar ti set b0='AJ' where id=2; -update noar tt set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2; -update noar ti set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2; -update noar tt set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2; -update noar ti set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2; -update noar tt set b0='6MNNRV73AF0VZ3Z' where id=3; -update noar ti set b0='6MNNRV73AF0VZ3Z' where id=3; -update noar tt set b1='WKI' where id=3; -update noar ti set b1='WKI' where id=3; -update noar tt set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3; -update noar ti set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3; -update noar tt set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4; -update noar ti set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4; -update noar tt set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4; -update noar ti set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4; -update noar tt set b2='51282NTOVOEY77F' where id=4; -update noar ti set b2='51282NTOVOEY77F' where id=4; -update noar tt set b0='AZN4K5RY2OK' where id=5; -update noar ti set b0='AZN4K5RY2OK' where id=5; -update noar tt set b1='ULQ1KDH8Q' where id=5; -update noar ti set b1='ULQ1KDH8Q' where id=5; -update noar tt set b2='B0O0E15KI' where id=5; -update noar ti set b2='B0O0E15KI' where id=5; -update noar tt set b0='D36PS8GP5A85BT4PWGACGLD' where id=6; -update noar ti set b0='D36PS8GP5A85BT4PWGACGLD' where id=6; -update noar tt set b1='HJA2EVLGSMIMW' where id=6; -update noar ti set b1='HJA2EVLGSMIMW' where id=6; -update noar tt set b2='4X' where id=6; -update noar ti set b2='4X' where id=6; -update noar tt set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7; -update noar ti set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7; -update noar tt set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7; -update noar ti set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7; -update noar tt set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7; -update noar ti set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7; -update noar tt set b0='UQK9W7AR0H3I4UFPNCF1' where id=8; -update noar ti set b0='UQK9W7AR0H3I4UFPNCF1' where id=8; -update noar tt set b1='HJAZ' where id=8; -update noar ti set b1='HJAZ' where id=8; -update noar tt set b2='A569YD19ZF23K67YWVY' where id=8; -update noar ti set b2='A569YD19ZF23K67YWVY' where id=8; -update noar tt set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9; -update noar ti set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9; -update noar tt set b1='BNKWZ' where id=9; -update noar ti set b1='BNKWZ' where id=9; -update noar tt set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9; -update noar ti set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 blob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1; -update noar ti set b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1; -update noar tt set b1='L41VQCK6DMMFND1KRV45H4' where id=1; -update noar ti set b1='L41VQCK6DMMFND1KRV45H4' where id=1; -update noar tt set b2='761E2M' where id=1; -update noar ti set b2='761E2M' where id=1; -update noar tt set b0='823Y9MXU' where id=2; -update noar ti set b0='823Y9MXU' where id=2; -update noar tt set b1='W165L' where id=2; -update noar ti set b1='W165L' where id=2; -update noar tt set b2='EJ66JI8AEI31YA' where id=2; -update noar ti set b2='EJ66JI8AEI31YA' where id=2; -update noar tt set b0='P7TRKT' where id=3; -update noar ti set b0='P7TRKT' where id=3; -update noar tt set b1='7RXAVJO' where id=3; -update noar ti set b1='7RXAVJO' where id=3; -update noar tt set b2='N' where id=3; -update noar ti set b2='N' where id=3; -update noar tt set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4; -update noar ti set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4; -update noar tt set b1='L0BYK' where id=4; -update noar ti set b1='L0BYK' where id=4; -update noar tt set b2='R' where id=4; -update noar ti set b2='R' where id=4; -update noar tt set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5; -update noar ti set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5; -update noar tt set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5; -update noar ti set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5; -update noar tt set b2='QRFL' where id=5; -update noar ti set b2='QRFL' where id=5; -update noar tt set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6; -update noar ti set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6; -update noar tt set b1='MTSA8YVP7XR0FHYE1' where id=6; -update noar ti set b1='MTSA8YVP7XR0FHYE1' where id=6; -update noar tt set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6; -update noar ti set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6; -update noar tt set b0='5CZIS' where id=7; -update noar ti set b0='5CZIS' where id=7; -update noar tt set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7; -update noar ti set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7; -update noar tt set b2='G43YTE6FP1WXH9JBV' where id=7; -update noar ti set b2='G43YTE6FP1WXH9JBV' where id=7; -update noar tt set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8; -update noar ti set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8; -update noar tt set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8; -update noar ti set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8; -update noar tt set b2='NLBIYQ8G3FZXP' where id=8; -update noar ti set b2='NLBIYQ8G3FZXP' where id=8; -update noar tt set b0='8M9OLVIMC4IPQ9' where id=9; -update noar ti set b0='8M9OLVIMC4IPQ9' where id=9; -update noar tt set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9; -update noar ti set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9; -update noar tt set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9; -update noar ti set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 blob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9220T0A2HMH8PIR46F' where id=1; -update noar ti set b0='9220T0A2HMH8PIR46F' where id=1; -update noar tt set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1; -update noar ti set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1; -update noar tt set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1; -update noar ti set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1; -update noar tt set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2; -update noar ti set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2; -update noar tt set b1='PSB6Q2NC' where id=2; -update noar ti set b1='PSB6Q2NC' where id=2; -update noar tt set b2='RG0K57VG0HQUOUD0' where id=2; -update noar ti set b2='RG0K57VG0HQUOUD0' where id=2; -update noar tt set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3; -update noar ti set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3; -update noar tt set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3; -update noar ti set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3; -update noar tt set b2='72ST27NWEE6HBXYW051' where id=3; -update noar ti set b2='72ST27NWEE6HBXYW051' where id=3; -update noar tt set b0='XB' where id=4; -update noar ti set b0='XB' where id=4; -update noar tt set b1='59LZB2HU5IE2F5' where id=4; -update noar ti set b1='59LZB2HU5IE2F5' where id=4; -update noar tt set b2='M1VLCBAGLK6H1HXW' where id=4; -update noar ti set b2='M1VLCBAGLK6H1HXW' where id=4; -update noar tt set b0='VRJPWTGN' where id=5; -update noar ti set b0='VRJPWTGN' where id=5; -update noar tt set b1='QI8U81BF4LPXPIZYKK' where id=5; -update noar ti set b1='QI8U81BF4LPXPIZYKK' where id=5; -update noar tt set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5; -update noar ti set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5; -update noar tt set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6; -update noar ti set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6; -update noar tt set b1='9Z3WM5VSE' where id=6; -update noar ti set b1='9Z3WM5VSE' where id=6; -update noar tt set b2='63ZIB046VLTD4O5VPKX' where id=6; -update noar ti set b2='63ZIB046VLTD4O5VPKX' where id=6; -update noar tt set b0='MG5HS2' where id=7; -update noar ti set b0='MG5HS2' where id=7; -update noar tt set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7; -update noar ti set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7; -update noar tt set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7; -update noar ti set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7; -update noar tt set b0='KPWLLJG6B8L9VV' where id=8; -update noar ti set b0='KPWLLJG6B8L9VV' where id=8; -update noar tt set b1='0Z1AU57IVCBBFGX0ZBO' where id=8; -update noar ti set b1='0Z1AU57IVCBBFGX0ZBO' where id=8; -update noar tt set b2='YNCNTIX7KLQXD1' where id=8; -update noar ti set b2='YNCNTIX7KLQXD1' where id=8; -update noar tt set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9; -update noar ti set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9; -update noar tt set b1='IKS12Y0VM2' where id=9; -update noar ti set b1='IKS12Y0VM2' where id=9; -update noar tt set b2='1H6QA' where id=9; -update noar ti set b2='1H6QA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1; -update noar ti set b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1; -update noar tt set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1; -update noar ti set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1; -update noar tt set b2='NMP3QFUB3LZKUFS' where id=1; -update noar ti set b2='NMP3QFUB3LZKUFS' where id=1; -update noar tt set b0='HM48YMB8GUD7MHTFPZTB' where id=2; -update noar ti set b0='HM48YMB8GUD7MHTFPZTB' where id=2; -update noar tt set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2; -update noar ti set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2; -update noar tt set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2; -update noar ti set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2; -update noar tt set b0='WMG2UWPRYDO' where id=3; -update noar ti set b0='WMG2UWPRYDO' where id=3; -update noar tt set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3; -update noar ti set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3; -update noar tt set b2='TL0X2V9P577U3' where id=3; -update noar ti set b2='TL0X2V9P577U3' where id=3; -update noar tt set b0='XQU3M65OYG41OLHKRS4L' where id=4; -update noar ti set b0='XQU3M65OYG41OLHKRS4L' where id=4; -update noar tt set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4; -update noar ti set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4; -update noar tt set b2='26P8LE1L36' where id=4; -update noar ti set b2='26P8LE1L36' where id=4; -update noar tt set b0='YM77UE0' where id=5; -update noar ti set b0='YM77UE0' where id=5; -update noar tt set b1='Q0ALCATADV3XED' where id=5; -update noar ti set b1='Q0ALCATADV3XED' where id=5; -update noar tt set b2='HA9S7Y8TJJQ95S' where id=5; -update noar ti set b2='HA9S7Y8TJJQ95S' where id=5; -update noar tt set b0='UUD' where id=6; -update noar ti set b0='UUD' where id=6; -update noar tt set b1='IO3FHBCQ4CGWW' where id=6; -update noar ti set b1='IO3FHBCQ4CGWW' where id=6; -update noar tt set b2='J8CK17GJ8FOJ' where id=6; -update noar ti set b2='J8CK17GJ8FOJ' where id=6; -update noar tt set b0='6JDL18UKAH7TXORDN40Q' where id=7; -update noar ti set b0='6JDL18UKAH7TXORDN40Q' where id=7; -update noar tt set b1='87FZAU27' where id=7; -update noar ti set b1='87FZAU27' where id=7; -update noar tt set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7; -update noar ti set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7; -update noar tt set b0='UQYXETVAH8CZVRIUI1S' where id=8; -update noar ti set b0='UQYXETVAH8CZVRIUI1S' where id=8; -update noar tt set b1='S88GEIRLHWWG0Q' where id=8; -update noar ti set b1='S88GEIRLHWWG0Q' where id=8; -update noar tt set b2='1PLMDYYZJ2' where id=8; -update noar ti set b2='1PLMDYYZJ2' where id=8; -update noar tt set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9; -update noar ti set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9; -update noar tt set b1='SJD3MPLDIGV6IQE8' where id=9; -update noar ti set b1='SJD3MPLDIGV6IQE8' where id=9; -update noar tt set b2='CI2V0IC6FY0I4' where id=9; -update noar ti set b2='CI2V0IC6FY0I4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CJTE' where id=1; -update noar ti set b0='CJTE' where id=1; -update noar tt set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1; -update noar ti set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1; -update noar tt set b2='PPZZLUOUNT8C3JP44' where id=1; -update noar ti set b2='PPZZLUOUNT8C3JP44' where id=1; -update noar tt set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2; -update noar ti set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2; -update noar tt set b1='TP5W92IJKPCMCJNI6CQLW' where id=2; -update noar ti set b1='TP5W92IJKPCMCJNI6CQLW' where id=2; -update noar tt set b2='CS5UF' where id=2; -update noar ti set b2='CS5UF' where id=2; -update noar tt set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3; -update noar ti set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3; -update noar tt set b1='M8T' where id=3; -update noar ti set b1='M8T' where id=3; -update noar tt set b2='B8E4NGYG9LXNKSUO6S' where id=3; -update noar ti set b2='B8E4NGYG9LXNKSUO6S' where id=3; -update noar tt set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4; -update noar ti set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4; -update noar tt set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4; -update noar ti set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4; -update noar tt set b2='YPQN1PD04GSNH' where id=4; -update noar ti set b2='YPQN1PD04GSNH' where id=4; -update noar tt set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5; -update noar ti set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5; -update noar tt set b1='QG5NI275LUGTJ10C6U' where id=5; -update noar ti set b1='QG5NI275LUGTJ10C6U' where id=5; -update noar tt set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5; -update noar ti set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5; -update noar tt set b0='I6EVI' where id=6; -update noar ti set b0='I6EVI' where id=6; -update noar tt set b1='YMSRQSIS9R6AIX9M0QV' where id=6; -update noar ti set b1='YMSRQSIS9R6AIX9M0QV' where id=6; -update noar tt set b2='OGF' where id=6; -update noar ti set b2='OGF' where id=6; -update noar tt set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7; -update noar ti set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7; -update noar tt set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7; -update noar ti set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7; -update noar tt set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7; -update noar ti set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7; -update noar tt set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8; -update noar ti set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8; -update noar tt set b1='870PQEAXH6XU' where id=8; -update noar ti set b1='870PQEAXH6XU' where id=8; -update noar tt set b2='K3N4W0JN' where id=8; -update noar ti set b2='K3N4W0JN' where id=8; -update noar tt set b0='UA4OBVP' where id=9; -update noar ti set b0='UA4OBVP' where id=9; -update noar tt set b1='JFOUKEJFILNPC' where id=9; -update noar ti set b1='JFOUKEJFILNPC' where id=9; -update noar tt set b2='3J7KDIVWZEI1LTDRLQZH' where id=9; -update noar ti set b2='3J7KDIVWZEI1LTDRLQZH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1; -update noar ti set b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1; -update noar tt set b1='0S9BFER54JXZV' where id=1; -update noar ti set b1='0S9BFER54JXZV' where id=1; -update noar tt set b2='8H1M7N20Y8P3H80UMZ9M' where id=1; -update noar ti set b2='8H1M7N20Y8P3H80UMZ9M' where id=1; -update noar tt set b0='GHYTFR6FP6S0WJUNGE' where id=2; -update noar ti set b0='GHYTFR6FP6S0WJUNGE' where id=2; -update noar tt set b1='CCNSS' where id=2; -update noar ti set b1='CCNSS' where id=2; -update noar tt set b2='8O8TZ1RAZMM41CM' where id=2; -update noar ti set b2='8O8TZ1RAZMM41CM' where id=2; -update noar tt set b0='C2ESVEREHWQCQTOYGN6' where id=3; -update noar ti set b0='C2ESVEREHWQCQTOYGN6' where id=3; -update noar tt set b1='SANT9F' where id=3; -update noar ti set b1='SANT9F' where id=3; -update noar tt set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3; -update noar ti set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3; -update noar tt set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4; -update noar ti set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4; -update noar tt set b1='VEOSK9FXWFPW6U1KUF' where id=4; -update noar ti set b1='VEOSK9FXWFPW6U1KUF' where id=4; -update noar tt set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4; -update noar ti set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4; -update noar tt set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5; -update noar ti set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5; -update noar tt set b1='FIX' where id=5; -update noar ti set b1='FIX' where id=5; -update noar tt set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5; -update noar ti set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5; -update noar tt set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6; -update noar ti set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6; -update noar tt set b1='XFHGM' where id=6; -update noar ti set b1='XFHGM' where id=6; -update noar tt set b2='7NY2O3YR' where id=6; -update noar ti set b2='7NY2O3YR' where id=6; -update noar tt set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7; -update noar ti set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7; -update noar tt set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7; -update noar ti set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7; -update noar tt set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7; -update noar ti set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7; -update noar tt set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8; -update noar ti set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8; -update noar tt set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8; -update noar ti set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8; -update noar tt set b2='JTI37YQD0I2J' where id=8; -update noar ti set b2='JTI37YQD0I2J' where id=8; -update noar tt set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9; -update noar ti set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9; -update noar tt set b1='PBA1AEQJJCPGDV5E4' where id=9; -update noar ti set b1='PBA1AEQJJCPGDV5E4' where id=9; -update noar tt set b2='YZH1ZEZROAUD' where id=9; -update noar ti set b2='YZH1ZEZROAUD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2WI8IZ9' where id=1; -update noar ti set b0='2WI8IZ9' where id=1; -update noar tt set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1; -update noar ti set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1; -update noar tt set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1; -update noar ti set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1; -update noar tt set b0='X8LZ6OL0VQ6C' where id=2; -update noar ti set b0='X8LZ6OL0VQ6C' where id=2; -update noar tt set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2; -update noar ti set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2; -update noar tt set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2; -update noar ti set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2; -update noar tt set b0='W9PTO2QCQ8R' where id=3; -update noar ti set b0='W9PTO2QCQ8R' where id=3; -update noar tt set b1='AEDBOLJJ' where id=3; -update noar ti set b1='AEDBOLJJ' where id=3; -update noar tt set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3; -update noar ti set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3; -update noar tt set b0='LPRIH2I' where id=4; -update noar ti set b0='LPRIH2I' where id=4; -update noar tt set b1='IH12BTA0NKKFEQNQV4XMM' where id=4; -update noar ti set b1='IH12BTA0NKKFEQNQV4XMM' where id=4; -update noar tt set b2='YHOWHQSF' where id=4; -update noar ti set b2='YHOWHQSF' where id=4; -update noar tt set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5; -update noar ti set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5; -update noar tt set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5; -update noar ti set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5; -update noar tt set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5; -update noar ti set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5; -update noar tt set b0='6VK' where id=6; -update noar ti set b0='6VK' where id=6; -update noar tt set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6; -update noar ti set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6; -update noar tt set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6; -update noar ti set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6; -update noar tt set b0='MFEGY0' where id=7; -update noar ti set b0='MFEGY0' where id=7; -update noar tt set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7; -update noar ti set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7; -update noar tt set b2='2VYB4WHU77LZQ1P' where id=7; -update noar ti set b2='2VYB4WHU77LZQ1P' where id=7; -update noar tt set b0='H9SJQCBGJ6D7' where id=8; -update noar ti set b0='H9SJQCBGJ6D7' where id=8; -update noar tt set b1='1785LTCHMHA2Q' where id=8; -update noar ti set b1='1785LTCHMHA2Q' where id=8; -update noar tt set b2='JEJJ' where id=8; -update noar ti set b2='JEJJ' where id=8; -update noar tt set b0='QB7BP2WL' where id=9; -update noar ti set b0='QB7BP2WL' where id=9; -update noar tt set b1='JX' where id=9; -update noar ti set b1='JX' where id=9; -update noar tt set b2='XY87SOQ4NONQ3X7' where id=9; -update noar ti set b2='XY87SOQ4NONQ3X7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1; -update noar ti set b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1; -update noar tt set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1; -update noar ti set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1; -update noar tt set b2='AAGYHPJ3E0FQTZO' where id=1; -update noar ti set b2='AAGYHPJ3E0FQTZO' where id=1; -update noar tt set b0='UX3O5GNNSPL6TWHX85' where id=2; -update noar ti set b0='UX3O5GNNSPL6TWHX85' where id=2; -update noar tt set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2; -update noar ti set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2; -update noar tt set b2='BX3WLY05L16NKO2YU3K8' where id=2; -update noar ti set b2='BX3WLY05L16NKO2YU3K8' where id=2; -update noar tt set b0='VSZIM8W2A1' where id=3; -update noar ti set b0='VSZIM8W2A1' where id=3; -update noar tt set b1='FK37F7FG9OHDZTDW' where id=3; -update noar ti set b1='FK37F7FG9OHDZTDW' where id=3; -update noar tt set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3; -update noar ti set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3; -update noar tt set b0='YYWG58MPQKES63' where id=4; -update noar ti set b0='YYWG58MPQKES63' where id=4; -update noar tt set b1='W4CQ9KMF' where id=4; -update noar ti set b1='W4CQ9KMF' where id=4; -update noar tt set b2='EQDCYJ7AJ15D9' where id=4; -update noar ti set b2='EQDCYJ7AJ15D9' where id=4; -update noar tt set b0='K' where id=5; -update noar ti set b0='K' where id=5; -update noar tt set b1='I3ITBINECVO' where id=5; -update noar ti set b1='I3ITBINECVO' where id=5; -update noar tt set b2='Y006C4KR03U9' where id=5; -update noar ti set b2='Y006C4KR03U9' where id=5; -update noar tt set b0='DAQI8IUSWQ' where id=6; -update noar ti set b0='DAQI8IUSWQ' where id=6; -update noar tt set b1='Q4ERIJ' where id=6; -update noar ti set b1='Q4ERIJ' where id=6; -update noar tt set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6; -update noar ti set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6; -update noar tt set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7; -update noar ti set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7; -update noar tt set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7; -update noar ti set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7; -update noar tt set b2='XBC8HFTAQ7LF5O2YP6E' where id=7; -update noar ti set b2='XBC8HFTAQ7LF5O2YP6E' where id=7; -update noar tt set b0='KBKZN58GN4Q' where id=8; -update noar ti set b0='KBKZN58GN4Q' where id=8; -update noar tt set b1='Z79TSD2SZ29DJ' where id=8; -update noar ti set b1='Z79TSD2SZ29DJ' where id=8; -update noar tt set b2='Q1IKFP' where id=8; -update noar ti set b2='Q1IKFP' where id=8; -update noar tt set b0='0A1YV' where id=9; -update noar ti set b0='0A1YV' where id=9; -update noar tt set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9; -update noar ti set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9; -update noar tt set b2='JUPWBP15V' where id=9; -update noar ti set b2='JUPWBP15V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='B42YXTJ11558L3SS2A755' where id=1; -update noar ti set b0='B42YXTJ11558L3SS2A755' where id=1; -update noar tt set b1='6URJO63N2UCB8SV' where id=1; -update noar ti set b1='6URJO63N2UCB8SV' where id=1; -update noar tt set b2='7ZXAW9LETGZO323WWWL' where id=1; -update noar ti set b2='7ZXAW9LETGZO323WWWL' where id=1; -update noar tt set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2; -update noar ti set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2; -update noar tt set b1='DSZYS96XN' where id=2; -update noar ti set b1='DSZYS96XN' where id=2; -update noar tt set b2='5EO8S394DJRP' where id=2; -update noar ti set b2='5EO8S394DJRP' where id=2; -update noar tt set b0='12V4R9NGD682JLSLFY' where id=3; -update noar ti set b0='12V4R9NGD682JLSLFY' where id=3; -update noar tt set b1='IAO7RKWYU95SIF8C3' where id=3; -update noar ti set b1='IAO7RKWYU95SIF8C3' where id=3; -update noar tt set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3; -update noar ti set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3; -update noar tt set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4; -update noar ti set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4; -update noar tt set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4; -update noar ti set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4; -update noar tt set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4; -update noar ti set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4; -update noar tt set b0='1SDS1DXSA5' where id=5; -update noar ti set b0='1SDS1DXSA5' where id=5; -update noar tt set b1='DYU26KP9DJC0FMCOI3' where id=5; -update noar ti set b1='DYU26KP9DJC0FMCOI3' where id=5; -update noar tt set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5; -update noar ti set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5; -update noar tt set b0='FB6T8RZMCACBCEHI22X' where id=6; -update noar ti set b0='FB6T8RZMCACBCEHI22X' where id=6; -update noar tt set b1='ZI4' where id=6; -update noar ti set b1='ZI4' where id=6; -update noar tt set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6; -update noar ti set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6; -update noar tt set b0='2SOF3TELW33KHF63BL' where id=7; -update noar ti set b0='2SOF3TELW33KHF63BL' where id=7; -update noar tt set b1='7U' where id=7; -update noar ti set b1='7U' where id=7; -update noar tt set b2='1EYMATWT9BW6Z7X5WE3' where id=7; -update noar ti set b2='1EYMATWT9BW6Z7X5WE3' where id=7; -update noar tt set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8; -update noar ti set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8; -update noar tt set b1='PLV57' where id=8; -update noar ti set b1='PLV57' where id=8; -update noar tt set b2='KWB04L' where id=8; -update noar ti set b2='KWB04L' where id=8; -update noar tt set b0='EAFY9MI42W52M' where id=9; -update noar ti set b0='EAFY9MI42W52M' where id=9; -update noar tt set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9; -update noar ti set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9; -update noar tt set b2='2C8XFM53DUH' where id=9; -update noar ti set b2='2C8XFM53DUH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Q1ZTCN9' where id=1; -update noar ti set b0='Q1ZTCN9' where id=1; -update noar tt set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1; -update noar ti set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1; -update noar tt set b2='Q4MIDSUO6EY337N1B3O1' where id=1; -update noar ti set b2='Q4MIDSUO6EY337N1B3O1' where id=1; -update noar tt set b0='Y1CZXZIJJBSJ79X' where id=2; -update noar ti set b0='Y1CZXZIJJBSJ79X' where id=2; -update noar tt set b1='PYOBZ2F212PX6O0M2E' where id=2; -update noar ti set b1='PYOBZ2F212PX6O0M2E' where id=2; -update noar tt set b2='2AAZYS99XL83EYF9Z4' where id=2; -update noar ti set b2='2AAZYS99XL83EYF9Z4' where id=2; -update noar tt set b0='HMDFCWFA8DRTJRZC8MA3' where id=3; -update noar ti set b0='HMDFCWFA8DRTJRZC8MA3' where id=3; -update noar tt set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3; -update noar ti set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3; -update noar tt set b2='J3AE3V7TPOVCDG37T6NB' where id=3; -update noar ti set b2='J3AE3V7TPOVCDG37T6NB' where id=3; -update noar tt set b0='FO20IT04ORHJMM12COG088YT' where id=4; -update noar ti set b0='FO20IT04ORHJMM12COG088YT' where id=4; -update noar tt set b1='6SNE0H24TV2CTJDG' where id=4; -update noar ti set b1='6SNE0H24TV2CTJDG' where id=4; -update noar tt set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4; -update noar ti set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4; -update noar tt set b0='V5N6AZLRRE3TV' where id=5; -update noar ti set b0='V5N6AZLRRE3TV' where id=5; -update noar tt set b1='EELN' where id=5; -update noar ti set b1='EELN' where id=5; -update noar tt set b2='67HZJK73HWS6KSYZK96' where id=5; -update noar ti set b2='67HZJK73HWS6KSYZK96' where id=5; -update noar tt set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6; -update noar ti set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6; -update noar tt set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6; -update noar ti set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6; -update noar tt set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6; -update noar ti set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6; -update noar tt set b0='JB53U7R6' where id=7; -update noar ti set b0='JB53U7R6' where id=7; -update noar tt set b1='T77JK24HG6L5GHRJU' where id=7; -update noar ti set b1='T77JK24HG6L5GHRJU' where id=7; -update noar tt set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7; -update noar ti set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7; -update noar tt set b0='4SECL86MXMMEP7KA12TP7' where id=8; -update noar ti set b0='4SECL86MXMMEP7KA12TP7' where id=8; -update noar tt set b1='AY6CPI4POOCV2H399OCF6V' where id=8; -update noar ti set b1='AY6CPI4POOCV2H399OCF6V' where id=8; -update noar tt set b2='TR' where id=8; -update noar ti set b2='TR' where id=8; -update noar tt set b0='MCU578SYBED9RSWNCRO4264' where id=9; -update noar ti set b0='MCU578SYBED9RSWNCRO4264' where id=9; -update noar tt set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9; -update noar ti set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9; -update noar tt set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9; -update noar ti set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1; -update noar ti set b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1; -update noar tt set b1='3ICDB1LDOJMWSHUKC2J' where id=1; -update noar ti set b1='3ICDB1LDOJMWSHUKC2J' where id=1; -update noar tt set b2='FUTAZ' where id=1; -update noar ti set b2='FUTAZ' where id=1; -update noar tt set b0='RW4661J70687XJB7NU50WY56' where id=2; -update noar ti set b0='RW4661J70687XJB7NU50WY56' where id=2; -update noar tt set b1='KNAFYUXHDXJ750YHU1' where id=2; -update noar ti set b1='KNAFYUXHDXJ750YHU1' where id=2; -update noar tt set b2='HHXFF9P9JSZ3VO' where id=2; -update noar ti set b2='HHXFF9P9JSZ3VO' where id=2; -update noar tt set b0='LCW646' where id=3; -update noar ti set b0='LCW646' where id=3; -update noar tt set b1='4CDWTYITSHA9Z' where id=3; -update noar ti set b1='4CDWTYITSHA9Z' where id=3; -update noar tt set b2='237R8Y' where id=3; -update noar ti set b2='237R8Y' where id=3; -update noar tt set b0='QSYCQ' where id=4; -update noar ti set b0='QSYCQ' where id=4; -update noar tt set b1='H9E9KGGOBFVG' where id=4; -update noar ti set b1='H9E9KGGOBFVG' where id=4; -update noar tt set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4; -update noar ti set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4; -update noar tt set b0='5KI19YN7HZ32ZR259' where id=5; -update noar ti set b0='5KI19YN7HZ32ZR259' where id=5; -update noar tt set b1='ESYEW3U9G' where id=5; -update noar ti set b1='ESYEW3U9G' where id=5; -update noar tt set b2='41RLKV' where id=5; -update noar ti set b2='41RLKV' where id=5; -update noar tt set b0='B8EOH268AMN' where id=6; -update noar ti set b0='B8EOH268AMN' where id=6; -update noar tt set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6; -update noar ti set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6; -update noar tt set b2='CI8NO7V' where id=6; -update noar ti set b2='CI8NO7V' where id=6; -update noar tt set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7; -update noar ti set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7; -update noar tt set b1='FG6FFBVYM9A' where id=7; -update noar ti set b1='FG6FFBVYM9A' where id=7; -update noar tt set b2='V1ZZPJ73LZC0W76H9XF' where id=7; -update noar ti set b2='V1ZZPJ73LZC0W76H9XF' where id=7; -update noar tt set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8; -update noar ti set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8; -update noar tt set b1='Q3ZH5Q8J2ORJZ' where id=8; -update noar ti set b1='Q3ZH5Q8J2ORJZ' where id=8; -update noar tt set b2='FVQI3MYISE9ESOYSB' where id=8; -update noar ti set b2='FVQI3MYISE9ESOYSB' where id=8; -update noar tt set b0='4HHTTK' where id=9; -update noar ti set b0='4HHTTK' where id=9; -update noar tt set b1='5VT67S0S7YC5CHQ9VJRE' where id=9; -update noar ti set b1='5VT67S0S7YC5CHQ9VJRE' where id=9; -update noar tt set b2='5KWG061WWAGNL521A' where id=9; -update noar ti set b2='5KWG061WWAGNL521A' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 mediumblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='F1KPE' where id=1; -update noar ti set b0='F1KPE' where id=1; -update noar tt set b1='UZKD4TK45MYMKZPQ9F6I' where id=1; -update noar ti set b1='UZKD4TK45MYMKZPQ9F6I' where id=1; -update noar tt set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1; -update noar ti set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1; -update noar tt set b0='3YXNF7LEJ9ULZ2A' where id=2; -update noar ti set b0='3YXNF7LEJ9ULZ2A' where id=2; -update noar tt set b1='0O4I29IFUTX5GOEL' where id=2; -update noar ti set b1='0O4I29IFUTX5GOEL' where id=2; -update noar tt set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2; -update noar ti set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2; -update noar tt set b0='86TSE9D6M2' where id=3; -update noar ti set b0='86TSE9D6M2' where id=3; -update noar tt set b1='QY8XQICM17' where id=3; -update noar ti set b1='QY8XQICM17' where id=3; -update noar tt set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3; -update noar ti set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3; -update noar tt set b0='9VWXP37V' where id=4; -update noar ti set b0='9VWXP37V' where id=4; -update noar tt set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4; -update noar ti set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4; -update noar tt set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4; -update noar ti set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4; -update noar tt set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5; -update noar ti set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5; -update noar tt set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5; -update noar ti set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5; -update noar tt set b2='5' where id=5; -update noar ti set b2='5' where id=5; -update noar tt set b0='YF6GZE6QL4BXXXSOK9B1' where id=6; -update noar ti set b0='YF6GZE6QL4BXXXSOK9B1' where id=6; -update noar tt set b1='X8' where id=6; -update noar ti set b1='X8' where id=6; -update noar tt set b2='2I0NDLS8' where id=6; -update noar ti set b2='2I0NDLS8' where id=6; -update noar tt set b0='38CVZ57NIZOWZ7WK6' where id=7; -update noar ti set b0='38CVZ57NIZOWZ7WK6' where id=7; -update noar tt set b1='4AS06GZAUQJ0' where id=7; -update noar ti set b1='4AS06GZAUQJ0' where id=7; -update noar tt set b2='K3TME' where id=7; -update noar ti set b2='K3TME' where id=7; -update noar tt set b0='JP9O7DK2NP7ZEY' where id=8; -update noar ti set b0='JP9O7DK2NP7ZEY' where id=8; -update noar tt set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8; -update noar ti set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8; -update noar tt set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8; -update noar ti set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8; -update noar tt set b0='TENQM314ZB7PL5XIX' where id=9; -update noar ti set b0='TENQM314ZB7PL5XIX' where id=9; -update noar tt set b1='BKR3OVXX64UUIWWF' where id=9; -update noar ti set b1='BKR3OVXX64UUIWWF' where id=9; -update noar tt set b2='U' where id=9; -update noar ti set b2='U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 mediumblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1; -update noar ti set b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1; -update noar tt set b1='E5EYERVZOMPYYHN5XOUBF' where id=1; -update noar ti set b1='E5EYERVZOMPYYHN5XOUBF' where id=1; -update noar tt set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1; -update noar ti set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1; -update noar tt set b0='QD4H9HIP95Y4' where id=2; -update noar ti set b0='QD4H9HIP95Y4' where id=2; -update noar tt set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2; -update noar ti set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2; -update noar tt set b2='9MCF0LPM66GFQU49DV4F' where id=2; -update noar ti set b2='9MCF0LPM66GFQU49DV4F' where id=2; -update noar tt set b0='ODT' where id=3; -update noar ti set b0='ODT' where id=3; -update noar tt set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3; -update noar ti set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3; -update noar tt set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3; -update noar ti set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3; -update noar tt set b0='PAIPB3NQN' where id=4; -update noar ti set b0='PAIPB3NQN' where id=4; -update noar tt set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4; -update noar ti set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4; -update noar tt set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4; -update noar ti set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4; -update noar tt set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5; -update noar ti set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5; -update noar tt set b1='E1SM6MHM04' where id=5; -update noar ti set b1='E1SM6MHM04' where id=5; -update noar tt set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5; -update noar ti set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5; -update noar tt set b0='WFYU' where id=6; -update noar ti set b0='WFYU' where id=6; -update noar tt set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6; -update noar ti set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6; -update noar tt set b2='0R3B34FEFCZ4UN' where id=6; -update noar ti set b2='0R3B34FEFCZ4UN' where id=6; -update noar tt set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7; -update noar ti set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7; -update noar tt set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7; -update noar ti set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7; -update noar tt set b2='DZ' where id=7; -update noar ti set b2='DZ' where id=7; -update noar tt set b0='BY5HHOCT3093NKT' where id=8; -update noar ti set b0='BY5HHOCT3093NKT' where id=8; -update noar tt set b1='XBSIJGQJWZK7E0X1Z7' where id=8; -update noar ti set b1='XBSIJGQJWZK7E0X1Z7' where id=8; -update noar tt set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8; -update noar ti set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8; -update noar tt set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9; -update noar ti set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9; -update noar tt set b1='FA8PCZAUHHN847DPVD20V' where id=9; -update noar ti set b1='FA8PCZAUHHN847DPVD20V' where id=9; -update noar tt set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9; -update noar ti set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UUGMOZ1P3' where id=1; -update noar ti set b0='UUGMOZ1P3' where id=1; -update noar tt set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1; -update noar ti set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1; -update noar tt set b2='8F6X32CU7TLEJYCKSUWR' where id=1; -update noar ti set b2='8F6X32CU7TLEJYCKSUWR' where id=1; -update noar tt set b0='SNC6LN383ACJ4K0Y1NJ' where id=2; -update noar ti set b0='SNC6LN383ACJ4K0Y1NJ' where id=2; -update noar tt set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2; -update noar ti set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2; -update noar tt set b2='EAYEUB079Q6ULB' where id=2; -update noar ti set b2='EAYEUB079Q6ULB' where id=2; -update noar tt set b0='FBK0CKXVMY0NCQM7' where id=3; -update noar ti set b0='FBK0CKXVMY0NCQM7' where id=3; -update noar tt set b1='TM' where id=3; -update noar ti set b1='TM' where id=3; -update noar tt set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3; -update noar ti set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3; -update noar tt set b0='9QR2QL9QQR6BF' where id=4; -update noar ti set b0='9QR2QL9QQR6BF' where id=4; -update noar tt set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4; -update noar ti set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4; -update noar tt set b2='K4' where id=4; -update noar ti set b2='K4' where id=4; -update noar tt set b0='GDCE31TWJT' where id=5; -update noar ti set b0='GDCE31TWJT' where id=5; -update noar tt set b1='71Z3FE5XK6L9' where id=5; -update noar ti set b1='71Z3FE5XK6L9' where id=5; -update noar tt set b2='DBX91DP6TO' where id=5; -update noar ti set b2='DBX91DP6TO' where id=5; -update noar tt set b0='WO06OFL' where id=6; -update noar ti set b0='WO06OFL' where id=6; -update noar tt set b1='34' where id=6; -update noar ti set b1='34' where id=6; -update noar tt set b2='JNH9' where id=6; -update noar ti set b2='JNH9' where id=6; -update noar tt set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7; -update noar ti set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7; -update noar tt set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7; -update noar ti set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7; -update noar tt set b2='10OCM08ETI7GHGB3FA' where id=7; -update noar ti set b2='10OCM08ETI7GHGB3FA' where id=7; -update noar tt set b0='LU6L0URZ9S3OQFK24YINC1' where id=8; -update noar ti set b0='LU6L0URZ9S3OQFK24YINC1' where id=8; -update noar tt set b1='QX7RVVV' where id=8; -update noar ti set b1='QX7RVVV' where id=8; -update noar tt set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8; -update noar ti set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8; -update noar tt set b0='036' where id=9; -update noar ti set b0='036' where id=9; -update noar tt set b1='0W0UZUP2HSA22U0IAS5' where id=9; -update noar ti set b1='0W0UZUP2HSA22U0IAS5' where id=9; -update noar tt set b2='OZ0F' where id=9; -update noar ti set b2='OZ0F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FG5GFLPIXT02' where id=1; -update noar ti set b0='FG5GFLPIXT02' where id=1; -update noar tt set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1; -update noar ti set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1; -update noar tt set b2='TJS03JSU2' where id=1; -update noar ti set b2='TJS03JSU2' where id=1; -update noar tt set b0='GSB' where id=2; -update noar ti set b0='GSB' where id=2; -update noar tt set b1='YO' where id=2; -update noar ti set b1='YO' where id=2; -update noar tt set b2='P99PYJZHXZFHQBDUQX' where id=2; -update noar ti set b2='P99PYJZHXZFHQBDUQX' where id=2; -update noar tt set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3; -update noar ti set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3; -update noar tt set b1='O42TZUJVKA7YEHVGYZ9' where id=3; -update noar ti set b1='O42TZUJVKA7YEHVGYZ9' where id=3; -update noar tt set b2='COKYO8BHKV5UBBOFBD3G7' where id=3; -update noar ti set b2='COKYO8BHKV5UBBOFBD3G7' where id=3; -update noar tt set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4; -update noar ti set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4; -update noar tt set b1='H14MBK1' where id=4; -update noar ti set b1='H14MBK1' where id=4; -update noar tt set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4; -update noar ti set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4; -update noar tt set b0='WW6S001TL1QV' where id=5; -update noar ti set b0='WW6S001TL1QV' where id=5; -update noar tt set b1='3SL' where id=5; -update noar ti set b1='3SL' where id=5; -update noar tt set b2='2350D0PGAD' where id=5; -update noar ti set b2='2350D0PGAD' where id=5; -update noar tt set b0='PY7KV6DLP' where id=6; -update noar ti set b0='PY7KV6DLP' where id=6; -update noar tt set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6; -update noar ti set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6; -update noar tt set b2='QGXI0Q8YJ' where id=6; -update noar ti set b2='QGXI0Q8YJ' where id=6; -update noar tt set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7; -update noar ti set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7; -update noar tt set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7; -update noar ti set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7; -update noar tt set b2='U8' where id=7; -update noar ti set b2='U8' where id=7; -update noar tt set b0='92PT815NVI59ES' where id=8; -update noar ti set b0='92PT815NVI59ES' where id=8; -update noar tt set b1='U3E9DZ4H37O8KYNPI' where id=8; -update noar ti set b1='U3E9DZ4H37O8KYNPI' where id=8; -update noar tt set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8; -update noar ti set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8; -update noar tt set b0='NJ97NFK6QUZ' where id=9; -update noar ti set b0='NJ97NFK6QUZ' where id=9; -update noar tt set b1='9N1MYO' where id=9; -update noar ti set b1='9N1MYO' where id=9; -update noar tt set b2='BDMG7MDSYCCHVJY2TEI7' where id=9; -update noar ti set b2='BDMG7MDSYCCHVJY2TEI7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EDIY6' where id=1; -update noar ti set b0='EDIY6' where id=1; -update noar tt set b1='58TPY5G' where id=1; -update noar ti set b1='58TPY5G' where id=1; -update noar tt set b2='8' where id=1; -update noar ti set b2='8' where id=1; -update noar tt set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2; -update noar ti set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2; -update noar tt set b1='MFNK' where id=2; -update noar ti set b1='MFNK' where id=2; -update noar tt set b2='CP2P45YB5RDFB2EKL4836' where id=2; -update noar ti set b2='CP2P45YB5RDFB2EKL4836' where id=2; -update noar tt set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3; -update noar ti set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3; -update noar tt set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3; -update noar ti set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3; -update noar tt set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3; -update noar ti set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3; -update noar tt set b0='P1EGDBQWU8Y98WCZ74W' where id=4; -update noar ti set b0='P1EGDBQWU8Y98WCZ74W' where id=4; -update noar tt set b1='X' where id=4; -update noar ti set b1='X' where id=4; -update noar tt set b2='K33PV3VRODEC3AWYU4LX3' where id=4; -update noar ti set b2='K33PV3VRODEC3AWYU4LX3' where id=4; -update noar tt set b0='AAD3SCXGXZ7KHLELVA' where id=5; -update noar ti set b0='AAD3SCXGXZ7KHLELVA' where id=5; -update noar tt set b1='NFB49OZR7JWU0ONDOJT6H' where id=5; -update noar ti set b1='NFB49OZR7JWU0ONDOJT6H' where id=5; -update noar tt set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5; -update noar ti set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5; -update noar tt set b0='1MEIX05A06L1KHZB767GB2Y' where id=6; -update noar ti set b0='1MEIX05A06L1KHZB767GB2Y' where id=6; -update noar tt set b1='KYUPVOMHNKWTEBF1' where id=6; -update noar ti set b1='KYUPVOMHNKWTEBF1' where id=6; -update noar tt set b2='GOL' where id=6; -update noar ti set b2='GOL' where id=6; -update noar tt set b0='S991AE337P7VLMOQ' where id=7; -update noar ti set b0='S991AE337P7VLMOQ' where id=7; -update noar tt set b1='26EB8QJTV5KOTXZJDH2N' where id=7; -update noar ti set b1='26EB8QJTV5KOTXZJDH2N' where id=7; -update noar tt set b2='6W8J8R68' where id=7; -update noar ti set b2='6W8J8R68' where id=7; -update noar tt set b0='BO3TGF' where id=8; -update noar ti set b0='BO3TGF' where id=8; -update noar tt set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8; -update noar ti set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8; -update noar tt set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8; -update noar ti set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8; -update noar tt set b0='3RV4SVJNFH5807' where id=9; -update noar ti set b0='3RV4SVJNFH5807' where id=9; -update noar tt set b1='HH0E8QCB9INLB' where id=9; -update noar ti set b1='HH0E8QCB9INLB' where id=9; -update noar tt set b2='9' where id=9; -update noar ti set b2='9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1; -update noar ti set b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1; -update noar tt set b1='V0K31OUURZTPZO' where id=1; -update noar ti set b1='V0K31OUURZTPZO' where id=1; -update noar tt set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1; -update noar ti set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1; -update noar tt set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2; -update noar ti set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2; -update noar tt set b1='98H7FEP5HT' where id=2; -update noar ti set b1='98H7FEP5HT' where id=2; -update noar tt set b2='QTPIF0' where id=2; -update noar ti set b2='QTPIF0' where id=2; -update noar tt set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3; -update noar ti set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3; -update noar tt set b1='PYCER' where id=3; -update noar ti set b1='PYCER' where id=3; -update noar tt set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3; -update noar ti set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3; -update noar tt set b0='N0B501K95GPMN51NW' where id=4; -update noar ti set b0='N0B501K95GPMN51NW' where id=4; -update noar tt set b1='YD87UKN4S0' where id=4; -update noar ti set b1='YD87UKN4S0' where id=4; -update noar tt set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4; -update noar ti set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4; -update noar tt set b0='292MSMHCG9J7W8JV24Q' where id=5; -update noar ti set b0='292MSMHCG9J7W8JV24Q' where id=5; -update noar tt set b1='MWCPOCMY' where id=5; -update noar ti set b1='MWCPOCMY' where id=5; -update noar tt set b2='PG' where id=5; -update noar ti set b2='PG' where id=5; -update noar tt set b0='YBKSVEI6S76HXMT7J' where id=6; -update noar ti set b0='YBKSVEI6S76HXMT7J' where id=6; -update noar tt set b1='ASIL8EPIEP' where id=6; -update noar ti set b1='ASIL8EPIEP' where id=6; -update noar tt set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6; -update noar ti set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6; -update noar tt set b0='SVK3OKVD592V3DLJGZWI' where id=7; -update noar ti set b0='SVK3OKVD592V3DLJGZWI' where id=7; -update noar tt set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7; -update noar ti set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7; -update noar tt set b2='PTZED93DMLC9MH25D2H0' where id=7; -update noar ti set b2='PTZED93DMLC9MH25D2H0' where id=7; -update noar tt set b0='Z2257C73FE768H3OGQYRQYJ' where id=8; -update noar ti set b0='Z2257C73FE768H3OGQYRQYJ' where id=8; -update noar tt set b1='JFE2BNXQ6F6QO4F36PV' where id=8; -update noar ti set b1='JFE2BNXQ6F6QO4F36PV' where id=8; -update noar tt set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8; -update noar ti set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8; -update noar tt set b0='P7TEHC1E7H' where id=9; -update noar ti set b0='P7TEHC1E7H' where id=9; -update noar tt set b1='GAMS' where id=9; -update noar ti set b1='GAMS' where id=9; -update noar tt set b2='ISQVEH5DWMZA9CFO6TX' where id=9; -update noar ti set b2='ISQVEH5DWMZA9CFO6TX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VEV9WU59A5QRVQHC' where id=1; -update noar ti set b0='VEV9WU59A5QRVQHC' where id=1; -update noar tt set b1='WV6Q5JD1392NNJMAKJ5' where id=1; -update noar ti set b1='WV6Q5JD1392NNJMAKJ5' where id=1; -update noar tt set b2='WN52ORPN75BUDPO8E1T29' where id=1; -update noar ti set b2='WN52ORPN75BUDPO8E1T29' where id=1; -update noar tt set b0='LNFEZR474NVFI' where id=2; -update noar ti set b0='LNFEZR474NVFI' where id=2; -update noar tt set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2; -update noar ti set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2; -update noar tt set b2='3DZU6' where id=2; -update noar ti set b2='3DZU6' where id=2; -update noar tt set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3; -update noar ti set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3; -update noar tt set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3; -update noar ti set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3; -update noar tt set b2='K9U3T4I6J3CG' where id=3; -update noar ti set b2='K9U3T4I6J3CG' where id=3; -update noar tt set b0='CR' where id=4; -update noar ti set b0='CR' where id=4; -update noar tt set b1='B38BF9K2P' where id=4; -update noar ti set b1='B38BF9K2P' where id=4; -update noar tt set b2='1IFYUVT2064YST' where id=4; -update noar ti set b2='1IFYUVT2064YST' where id=4; -update noar tt set b0='NT' where id=5; -update noar ti set b0='NT' where id=5; -update noar tt set b1='W9X11NURLXPNWPXN30' where id=5; -update noar ti set b1='W9X11NURLXPNWPXN30' where id=5; -update noar tt set b2='ZWI9O' where id=5; -update noar ti set b2='ZWI9O' where id=5; -update noar tt set b0='RN600UL03M' where id=6; -update noar ti set b0='RN600UL03M' where id=6; -update noar tt set b1='6FQDTUI' where id=6; -update noar ti set b1='6FQDTUI' where id=6; -update noar tt set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6; -update noar ti set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6; -update noar tt set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7; -update noar ti set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7; -update noar tt set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7; -update noar ti set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7; -update noar tt set b2='FG4G' where id=7; -update noar ti set b2='FG4G' where id=7; -update noar tt set b0='5NM000UZDLIF' where id=8; -update noar ti set b0='5NM000UZDLIF' where id=8; -update noar tt set b1='HYXNAJ8QYF' where id=8; -update noar ti set b1='HYXNAJ8QYF' where id=8; -update noar tt set b2='URU0KZ4NK2U' where id=8; -update noar ti set b2='URU0KZ4NK2U' where id=8; -update noar tt set b0='LRQK35RR' where id=9; -update noar ti set b0='LRQK35RR' where id=9; -update noar tt set b1='QACJ71GE6K5Z' where id=9; -update noar ti set b1='QACJ71GE6K5Z' where id=9; -update noar tt set b2='MSTWYPU' where id=9; -update noar ti set b2='MSTWYPU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QDV1DW52NO1MN4WBTEHIA3' where id=1; -update noar ti set b0='QDV1DW52NO1MN4WBTEHIA3' where id=1; -update noar tt set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1; -update noar ti set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1; -update noar tt set b2='G1ZFVE1R9JMUG' where id=1; -update noar ti set b2='G1ZFVE1R9JMUG' where id=1; -update noar tt set b0='G1VTP8VER9X5XF76IHM' where id=2; -update noar ti set b0='G1VTP8VER9X5XF76IHM' where id=2; -update noar tt set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2; -update noar ti set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2; -update noar tt set b2='HPKDPWSVCQV' where id=2; -update noar ti set b2='HPKDPWSVCQV' where id=2; -update noar tt set b0='1FYN8LDJ6DNLJ34' where id=3; -update noar ti set b0='1FYN8LDJ6DNLJ34' where id=3; -update noar tt set b1='Z1SZ9WQ7VX' where id=3; -update noar ti set b1='Z1SZ9WQ7VX' where id=3; -update noar tt set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3; -update noar ti set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3; -update noar tt set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4; -update noar ti set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4; -update noar tt set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4; -update noar ti set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4; -update noar tt set b2='0JHKEL816XK' where id=4; -update noar ti set b2='0JHKEL816XK' where id=4; -update noar tt set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5; -update noar ti set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5; -update noar tt set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5; -update noar ti set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5; -update noar tt set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5; -update noar ti set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5; -update noar tt set b0='DE3306BZ9H185S' where id=6; -update noar ti set b0='DE3306BZ9H185S' where id=6; -update noar tt set b1='DC6RPIWT22VB9MRF5EL5V' where id=6; -update noar ti set b1='DC6RPIWT22VB9MRF5EL5V' where id=6; -update noar tt set b2='F5VQ' where id=6; -update noar ti set b2='F5VQ' where id=6; -update noar tt set b0='I3ZX4DBGGUQA39FDULDSD' where id=7; -update noar ti set b0='I3ZX4DBGGUQA39FDULDSD' where id=7; -update noar tt set b1='T4F' where id=7; -update noar ti set b1='T4F' where id=7; -update noar tt set b2='D1VR6GGTXT8Z4F' where id=7; -update noar ti set b2='D1VR6GGTXT8Z4F' where id=7; -update noar tt set b0='VSC6LZCV2ZE416NVFT764' where id=8; -update noar ti set b0='VSC6LZCV2ZE416NVFT764' where id=8; -update noar tt set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8; -update noar ti set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8; -update noar tt set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8; -update noar ti set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8; -update noar tt set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9; -update noar ti set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9; -update noar tt set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9; -update noar ti set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9; -update noar tt set b2='D9GAS0S5ROW' where id=9; -update noar ti set b2='D9GAS0S5ROW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2NGUMPZUZX0TL260L' where id=1; -update noar ti set b0='2NGUMPZUZX0TL260L' where id=1; -update noar tt set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1; -update noar ti set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1; -update noar tt set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1; -update noar ti set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1; -update noar tt set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2; -update noar ti set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2; -update noar tt set b1='5EKU2AC' where id=2; -update noar ti set b1='5EKU2AC' where id=2; -update noar tt set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2; -update noar ti set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2; -update noar tt set b0='ZTTHM7B3BXVE' where id=3; -update noar ti set b0='ZTTHM7B3BXVE' where id=3; -update noar tt set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3; -update noar ti set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3; -update noar tt set b2='DKATUL9WLR81U5AO9H7FI' where id=3; -update noar ti set b2='DKATUL9WLR81U5AO9H7FI' where id=3; -update noar tt set b0='9R' where id=4; -update noar ti set b0='9R' where id=4; -update noar tt set b1='BZXBHWT' where id=4; -update noar ti set b1='BZXBHWT' where id=4; -update noar tt set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4; -update noar ti set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4; -update noar tt set b0='M2T' where id=5; -update noar ti set b0='M2T' where id=5; -update noar tt set b1='H6CXFZ725MF1PPCSZF' where id=5; -update noar ti set b1='H6CXFZ725MF1PPCSZF' where id=5; -update noar tt set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5; -update noar ti set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5; -update noar tt set b0='VJW3KOMHUQL4RW' where id=6; -update noar ti set b0='VJW3KOMHUQL4RW' where id=6; -update noar tt set b1='2B28D758GWHYYCXM4X' where id=6; -update noar ti set b1='2B28D758GWHYYCXM4X' where id=6; -update noar tt set b2='Y3J29IF87PC' where id=6; -update noar ti set b2='Y3J29IF87PC' where id=6; -update noar tt set b0='1' where id=7; -update noar ti set b0='1' where id=7; -update noar tt set b1='TQHPLGW8PLJQB9A' where id=7; -update noar ti set b1='TQHPLGW8PLJQB9A' where id=7; -update noar tt set b2='I89R20VLFWTEJ6WPY6VPW' where id=7; -update noar ti set b2='I89R20VLFWTEJ6WPY6VPW' where id=7; -update noar tt set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8; -update noar ti set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8; -update noar tt set b1='HXUSMNLI22HYEONA2GA6' where id=8; -update noar ti set b1='HXUSMNLI22HYEONA2GA6' where id=8; -update noar tt set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8; -update noar ti set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8; -update noar tt set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9; -update noar ti set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9; -update noar tt set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9; -update noar ti set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9; -update noar tt set b2='ZMU' where id=9; -update noar ti set b2='ZMU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LJKN0KJFQ' where id=1; -update noar ti set b0='LJKN0KJFQ' where id=1; -update noar tt set b1='J8PFJQGICL' where id=1; -update noar ti set b1='J8PFJQGICL' where id=1; -update noar tt set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1; -update noar ti set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1; -update noar tt set b0='7O6' where id=2; -update noar ti set b0='7O6' where id=2; -update noar tt set b1='M6D2N2N4W5VYB06EKI' where id=2; -update noar ti set b1='M6D2N2N4W5VYB06EKI' where id=2; -update noar tt set b2='8E0TC8I31M6L572PHIXMRA' where id=2; -update noar ti set b2='8E0TC8I31M6L572PHIXMRA' where id=2; -update noar tt set b0='22BVZD36B74GL8467REMX1O4' where id=3; -update noar ti set b0='22BVZD36B74GL8467REMX1O4' where id=3; -update noar tt set b1='H17E70BNU9039OJG89UF3K3TI' where id=3; -update noar ti set b1='H17E70BNU9039OJG89UF3K3TI' where id=3; -update noar tt set b2='26M8B15CDHG5YEK' where id=3; -update noar ti set b2='26M8B15CDHG5YEK' where id=3; -update noar tt set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4; -update noar ti set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4; -update noar tt set b1='O68YTNV7MS2D' where id=4; -update noar ti set b1='O68YTNV7MS2D' where id=4; -update noar tt set b2='LOVI692I2W67ICLBID' where id=4; -update noar ti set b2='LOVI692I2W67ICLBID' where id=4; -update noar tt set b0='GKH3D' where id=5; -update noar ti set b0='GKH3D' where id=5; -update noar tt set b1='X0CMCGJM773FR99DV4BIAB' where id=5; -update noar ti set b1='X0CMCGJM773FR99DV4BIAB' where id=5; -update noar tt set b2='DRRUR4GR9BSW' where id=5; -update noar ti set b2='DRRUR4GR9BSW' where id=5; -update noar tt set b0='QDZR' where id=6; -update noar ti set b0='QDZR' where id=6; -update noar tt set b1='8OW73WTSBTU6LAXIK79J516X' where id=6; -update noar ti set b1='8OW73WTSBTU6LAXIK79J516X' where id=6; -update noar tt set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6; -update noar ti set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6; -update noar tt set b0='U2U1O0SBSAG' where id=7; -update noar ti set b0='U2U1O0SBSAG' where id=7; -update noar tt set b1='5GE0IWAZ1M6M126RGXLE' where id=7; -update noar ti set b1='5GE0IWAZ1M6M126RGXLE' where id=7; -update noar tt set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7; -update noar ti set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7; -update noar tt set b0='2C18JJE3CF6Q92UMJ9' where id=8; -update noar ti set b0='2C18JJE3CF6Q92UMJ9' where id=8; -update noar tt set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8; -update noar ti set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8; -update noar tt set b2='AC6CJR5Z8J81S4RK31F8M' where id=8; -update noar ti set b2='AC6CJR5Z8J81S4RK31F8M' where id=8; -update noar tt set b0='T595' where id=9; -update noar ti set b0='T595' where id=9; -update noar tt set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9; -update noar ti set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9; -update noar tt set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9; -update noar ti set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 longblob null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HL0FNP7CE9H9B3G9BDLETK' where id=1; -update noar ti set b0='HL0FNP7CE9H9B3G9BDLETK' where id=1; -update noar tt set b1='PVO' where id=1; -update noar ti set b1='PVO' where id=1; -update noar tt set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1; -update noar ti set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1; -update noar tt set b0='GM184QL0VV6TSWV' where id=2; -update noar ti set b0='GM184QL0VV6TSWV' where id=2; -update noar tt set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2; -update noar ti set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2; -update noar tt set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2; -update noar ti set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2; -update noar tt set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3; -update noar ti set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3; -update noar tt set b1='OP8VT8F4AH9J9D9' where id=3; -update noar ti set b1='OP8VT8F4AH9J9D9' where id=3; -update noar tt set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3; -update noar ti set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3; -update noar tt set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4; -update noar ti set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4; -update noar tt set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4; -update noar ti set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4; -update noar tt set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4; -update noar ti set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4; -update noar tt set b0='3U6BE' where id=5; -update noar ti set b0='3U6BE' where id=5; -update noar tt set b1='FG334ISBNVVT2ROXCSJ' where id=5; -update noar ti set b1='FG334ISBNVVT2ROXCSJ' where id=5; -update noar tt set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5; -update noar ti set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5; -update noar tt set b0='H8JW' where id=6; -update noar ti set b0='H8JW' where id=6; -update noar tt set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6; -update noar ti set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6; -update noar tt set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6; -update noar ti set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6; -update noar tt set b0='YABRBGGTPYX522I3V' where id=7; -update noar ti set b0='YABRBGGTPYX522I3V' where id=7; -update noar tt set b1='G7E7PGPLOW4958282' where id=7; -update noar ti set b1='G7E7PGPLOW4958282' where id=7; -update noar tt set b2='MCB9TKDZBXHLW' where id=7; -update noar ti set b2='MCB9TKDZBXHLW' where id=7; -update noar tt set b0='ADN8PPM' where id=8; -update noar ti set b0='ADN8PPM' where id=8; -update noar tt set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8; -update noar ti set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8; -update noar tt set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8; -update noar ti set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8; -update noar tt set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9; -update noar ti set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9; -update noar tt set b1='KE5E8S9LXN2GZCCH' where id=9; -update noar ti set b1='KE5E8S9LXN2GZCCH' where id=9; -update noar tt set b2='QL3' where id=9; -update noar ti set b2='QL3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 longblob not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1; -update noar ti set b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1; -update noar tt set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1; -update noar ti set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1; -update noar tt set b2='7MH' where id=1; -update noar ti set b2='7MH' where id=1; -update noar tt set b0='4K4OMGG0PIO2ZSAGP' where id=2; -update noar ti set b0='4K4OMGG0PIO2ZSAGP' where id=2; -update noar tt set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2; -update noar ti set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2; -update noar tt set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2; -update noar ti set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2; -update noar tt set b0='3OHI6SLJZIA3OVB' where id=3; -update noar ti set b0='3OHI6SLJZIA3OVB' where id=3; -update noar tt set b1='MILHDQXXBYL0RA82IGQDO' where id=3; -update noar ti set b1='MILHDQXXBYL0RA82IGQDO' where id=3; -update noar tt set b2='0LX36X4AO' where id=3; -update noar ti set b2='0LX36X4AO' where id=3; -update noar tt set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4; -update noar ti set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4; -update noar tt set b1='P' where id=4; -update noar ti set b1='P' where id=4; -update noar tt set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4; -update noar ti set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4; -update noar tt set b0='R9JQPMS4KQFWF4ABBF6' where id=5; -update noar ti set b0='R9JQPMS4KQFWF4ABBF6' where id=5; -update noar tt set b1='J' where id=5; -update noar ti set b1='J' where id=5; -update noar tt set b2='SPF2VKZTAAR' where id=5; -update noar ti set b2='SPF2VKZTAAR' where id=5; -update noar tt set b0='EJ5YBRPHR' where id=6; -update noar ti set b0='EJ5YBRPHR' where id=6; -update noar tt set b1='GV2' where id=6; -update noar ti set b1='GV2' where id=6; -update noar tt set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6; -update noar ti set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6; -update noar tt set b0='R' where id=7; -update noar ti set b0='R' where id=7; -update noar tt set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7; -update noar ti set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7; -update noar tt set b2='9YFCAX' where id=7; -update noar ti set b2='9YFCAX' where id=7; -update noar tt set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8; -update noar ti set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8; -update noar tt set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8; -update noar ti set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8; -update noar tt set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8; -update noar ti set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8; -update noar tt set b0='954IT78G5DN4D' where id=9; -update noar ti set b0='954IT78G5DN4D' where id=9; -update noar tt set b1='S0ONUXIFI67G7T' where id=9; -update noar ti set b1='S0ONUXIFI67G7T' where id=9; -update noar tt set b2='K41RZTCZ61FMR' where id=9; -update noar ti set b2='K41RZTCZ61FMR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 text null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9PDRR' where id=1; -update noar ti set b0='9PDRR' where id=1; -update noar tt set b1='YJWT6F3FJF6O69D4L2' where id=1; -update noar ti set b1='YJWT6F3FJF6O69D4L2' where id=1; -update noar tt set b2='N4QR' where id=1; -update noar ti set b2='N4QR' where id=1; -update noar tt set b0='B5R9FO1' where id=2; -update noar ti set b0='B5R9FO1' where id=2; -update noar tt set b1='0Q39EW' where id=2; -update noar ti set b1='0Q39EW' where id=2; -update noar tt set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2; -update noar ti set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2; -update noar tt set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3; -update noar ti set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3; -update noar tt set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3; -update noar ti set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3; -update noar tt set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3; -update noar ti set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3; -update noar tt set b0='Z6L250O1S' where id=4; -update noar ti set b0='Z6L250O1S' where id=4; -update noar tt set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4; -update noar ti set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4; -update noar tt set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4; -update noar ti set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4; -update noar tt set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5; -update noar ti set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5; -update noar tt set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5; -update noar ti set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5; -update noar tt set b2='PCPIC5BCS23NVUGXK4' where id=5; -update noar ti set b2='PCPIC5BCS23NVUGXK4' where id=5; -update noar tt set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6; -update noar ti set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6; -update noar tt set b1='UU4WGE7FUQVIFXD98O' where id=6; -update noar ti set b1='UU4WGE7FUQVIFXD98O' where id=6; -update noar tt set b2='MX3WNZ' where id=6; -update noar ti set b2='MX3WNZ' where id=6; -update noar tt set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7; -update noar ti set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7; -update noar tt set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7; -update noar ti set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7; -update noar tt set b2='8AN159KCL5KERUVC' where id=7; -update noar ti set b2='8AN159KCL5KERUVC' where id=7; -update noar tt set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8; -update noar ti set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8; -update noar tt set b1='XHM8L9CUJURAT' where id=8; -update noar ti set b1='XHM8L9CUJURAT' where id=8; -update noar tt set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8; -update noar ti set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8; -update noar tt set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9; -update noar ti set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9; -update noar tt set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9; -update noar ti set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9; -update noar tt set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9; -update noar ti set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 text not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9YTTXBH3O0JP8JHED' where id=1; -update noar ti set b0='9YTTXBH3O0JP8JHED' where id=1; -update noar tt set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1; -update noar ti set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1; -update noar tt set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1; -update noar ti set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1; -update noar tt set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2; -update noar ti set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2; -update noar tt set b1='LKXSN4SGRH2S8CRG' where id=2; -update noar ti set b1='LKXSN4SGRH2S8CRG' where id=2; -update noar tt set b2='U4Z0FNP2LK3PG' where id=2; -update noar ti set b2='U4Z0FNP2LK3PG' where id=2; -update noar tt set b0='50ZUMS' where id=3; -update noar ti set b0='50ZUMS' where id=3; -update noar tt set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3; -update noar ti set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3; -update noar tt set b2='HVJIGK1ZZ1C' where id=3; -update noar ti set b2='HVJIGK1ZZ1C' where id=3; -update noar tt set b0='K0MB' where id=4; -update noar ti set b0='K0MB' where id=4; -update noar tt set b1='XXGFNIO' where id=4; -update noar ti set b1='XXGFNIO' where id=4; -update noar tt set b2='AVHY40W9J7Z' where id=4; -update noar ti set b2='AVHY40W9J7Z' where id=4; -update noar tt set b0='Q' where id=5; -update noar ti set b0='Q' where id=5; -update noar tt set b1='5BLHLE' where id=5; -update noar ti set b1='5BLHLE' where id=5; -update noar tt set b2='TT6I' where id=5; -update noar ti set b2='TT6I' where id=5; -update noar tt set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6; -update noar ti set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6; -update noar tt set b1='08VYPDAD' where id=6; -update noar ti set b1='08VYPDAD' where id=6; -update noar tt set b2='SC2IP6C' where id=6; -update noar ti set b2='SC2IP6C' where id=6; -update noar tt set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7; -update noar ti set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7; -update noar tt set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7; -update noar ti set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7; -update noar tt set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7; -update noar ti set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7; -update noar tt set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8; -update noar ti set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8; -update noar tt set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8; -update noar ti set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8; -update noar tt set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8; -update noar ti set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8; -update noar tt set b0='ZAQ' where id=9; -update noar ti set b0='ZAQ' where id=9; -update noar tt set b1='UKJZ1K865PGML0CR' where id=9; -update noar ti set b1='UKJZ1K865PGML0CR' where id=9; -update noar tt set b2='3JZNQ6KYFI5CVIPW2' where id=9; -update noar ti set b2='3JZNQ6KYFI5CVIPW2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 text null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1; -update noar ti set b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1; -update noar tt set b1='5VTYJ7IAH' where id=1; -update noar ti set b1='5VTYJ7IAH' where id=1; -update noar tt set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1; -update noar ti set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1; -update noar tt set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2; -update noar ti set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2; -update noar tt set b1='53UX1QOKRL7X8TXY85EZ' where id=2; -update noar ti set b1='53UX1QOKRL7X8TXY85EZ' where id=2; -update noar tt set b2='IHKV66Q2MTXPGWJJ' where id=2; -update noar ti set b2='IHKV66Q2MTXPGWJJ' where id=2; -update noar tt set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3; -update noar ti set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3; -update noar tt set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3; -update noar ti set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3; -update noar tt set b2='5' where id=3; -update noar ti set b2='5' where id=3; -update noar tt set b0='XSLQBWR13ENOHEY2W' where id=4; -update noar ti set b0='XSLQBWR13ENOHEY2W' where id=4; -update noar tt set b1='Z' where id=4; -update noar ti set b1='Z' where id=4; -update noar tt set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4; -update noar ti set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4; -update noar tt set b0='COAA589ST1CR0KT9I8RV0YU' where id=5; -update noar ti set b0='COAA589ST1CR0KT9I8RV0YU' where id=5; -update noar tt set b1='ZE72TSPZOVD50KLOKOP' where id=5; -update noar ti set b1='ZE72TSPZOVD50KLOKOP' where id=5; -update noar tt set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5; -update noar ti set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5; -update noar tt set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6; -update noar ti set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6; -update noar tt set b1='ORKV' where id=6; -update noar ti set b1='ORKV' where id=6; -update noar tt set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6; -update noar ti set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6; -update noar tt set b0='CP06CLD2RARFYGE8' where id=7; -update noar ti set b0='CP06CLD2RARFYGE8' where id=7; -update noar tt set b1='GTKGXWTKS14QVAHPND5' where id=7; -update noar ti set b1='GTKGXWTKS14QVAHPND5' where id=7; -update noar tt set b2='CM' where id=7; -update noar ti set b2='CM' where id=7; -update noar tt set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8; -update noar ti set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8; -update noar tt set b1='QR6J3GUTI8PHITP' where id=8; -update noar ti set b1='QR6J3GUTI8PHITP' where id=8; -update noar tt set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8; -update noar ti set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8; -update noar tt set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9; -update noar ti set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9; -update noar tt set b1='QY1D23A7XH3X' where id=9; -update noar ti set b1='QY1D23A7XH3X' where id=9; -update noar tt set b2='IZJJRU7DRVI3F2' where id=9; -update noar ti set b2='IZJJRU7DRVI3F2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 text not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZOJ9SW49HXQQAZFK' where id=1; -update noar ti set b0='ZOJ9SW49HXQQAZFK' where id=1; -update noar tt set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1; -update noar ti set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1; -update noar tt set b2='K6B2HO6PT' where id=1; -update noar ti set b2='K6B2HO6PT' where id=1; -update noar tt set b0='G7UWUB4' where id=2; -update noar ti set b0='G7UWUB4' where id=2; -update noar tt set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2; -update noar ti set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2; -update noar tt set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2; -update noar ti set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2; -update noar tt set b0='GPHWBK8' where id=3; -update noar ti set b0='GPHWBK8' where id=3; -update noar tt set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3; -update noar ti set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3; -update noar tt set b2='AT1V1LM2K3G' where id=3; -update noar ti set b2='AT1V1LM2K3G' where id=3; -update noar tt set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4; -update noar ti set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4; -update noar tt set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4; -update noar ti set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4; -update noar tt set b2='735WPLOM' where id=4; -update noar ti set b2='735WPLOM' where id=4; -update noar tt set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5; -update noar ti set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5; -update noar tt set b1='G15702GA2MAUTTE9L87GY' where id=5; -update noar ti set b1='G15702GA2MAUTTE9L87GY' where id=5; -update noar tt set b2='NCWJ661R' where id=5; -update noar ti set b2='NCWJ661R' where id=5; -update noar tt set b0='939WN2' where id=6; -update noar ti set b0='939WN2' where id=6; -update noar tt set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6; -update noar ti set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6; -update noar tt set b2='B' where id=6; -update noar ti set b2='B' where id=6; -update noar tt set b0='1RNSOBU73X' where id=7; -update noar ti set b0='1RNSOBU73X' where id=7; -update noar tt set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7; -update noar ti set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7; -update noar tt set b2='JH4HDYDVZT9ITR' where id=7; -update noar ti set b2='JH4HDYDVZT9ITR' where id=7; -update noar tt set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8; -update noar ti set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8; -update noar tt set b1='53XB8R8PWE1NNNB7' where id=8; -update noar ti set b1='53XB8R8PWE1NNNB7' where id=8; -update noar tt set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8; -update noar ti set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8; -update noar tt set b0='V4F3D791' where id=9; -update noar ti set b0='V4F3D791' where id=9; -update noar tt set b1='9H4PC2PS3YEKU' where id=9; -update noar ti set b1='9H4PC2PS3YEKU' where id=9; -update noar tt set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9; -update noar ti set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 text null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1; -update noar ti set b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1; -update noar tt set b1='C6RF5LRN62Q7TTG' where id=1; -update noar ti set b1='C6RF5LRN62Q7TTG' where id=1; -update noar tt set b2='X' where id=1; -update noar ti set b2='X' where id=1; -update noar tt set b0='YR4KE' where id=2; -update noar ti set b0='YR4KE' where id=2; -update noar tt set b1='R1WEIKTVQNOODULE' where id=2; -update noar ti set b1='R1WEIKTVQNOODULE' where id=2; -update noar tt set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2; -update noar ti set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2; -update noar tt set b0='ZQ80K8E8KJSMFXX' where id=3; -update noar ti set b0='ZQ80K8E8KJSMFXX' where id=3; -update noar tt set b1='13' where id=3; -update noar ti set b1='13' where id=3; -update noar tt set b2='2P1LXI' where id=3; -update noar ti set b2='2P1LXI' where id=3; -update noar tt set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4; -update noar ti set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4; -update noar tt set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4; -update noar ti set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4; -update noar tt set b2='J2Q' where id=4; -update noar ti set b2='J2Q' where id=4; -update noar tt set b0='JHZ60NXWD1Z1AU1' where id=5; -update noar ti set b0='JHZ60NXWD1Z1AU1' where id=5; -update noar tt set b1='KWRSEAMTEJR2FA7' where id=5; -update noar ti set b1='KWRSEAMTEJR2FA7' where id=5; -update noar tt set b2='IPIYGP01EUO' where id=5; -update noar ti set b2='IPIYGP01EUO' where id=5; -update noar tt set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6; -update noar ti set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6; -update noar tt set b1='DQOJ2V96R8H' where id=6; -update noar ti set b1='DQOJ2V96R8H' where id=6; -update noar tt set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6; -update noar ti set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6; -update noar tt set b0='TRMSFWV66PF' where id=7; -update noar ti set b0='TRMSFWV66PF' where id=7; -update noar tt set b1='8WSO2LT0VUHP1RMIM' where id=7; -update noar ti set b1='8WSO2LT0VUHP1RMIM' where id=7; -update noar tt set b2='DHKM3N3IJVJC' where id=7; -update noar ti set b2='DHKM3N3IJVJC' where id=7; -update noar tt set b0='T9GZ47NM' where id=8; -update noar ti set b0='T9GZ47NM' where id=8; -update noar tt set b1='68I4PDRVJE2' where id=8; -update noar ti set b1='68I4PDRVJE2' where id=8; -update noar tt set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8; -update noar ti set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8; -update noar tt set b0='2PH7G3W' where id=9; -update noar ti set b0='2PH7G3W' where id=9; -update noar tt set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9; -update noar ti set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9; -update noar tt set b2='S' where id=9; -update noar ti set b2='S' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 text not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1; -update noar ti set b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1; -update noar tt set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1; -update noar ti set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1; -update noar tt set b2='RDZ9US' where id=1; -update noar ti set b2='RDZ9US' where id=1; -update noar tt set b0='4EW1J0I8' where id=2; -update noar ti set b0='4EW1J0I8' where id=2; -update noar tt set b1='P0IRCH8UR9KU52478' where id=2; -update noar ti set b1='P0IRCH8UR9KU52478' where id=2; -update noar tt set b2='HJOZI2OW98D7' where id=2; -update noar ti set b2='HJOZI2OW98D7' where id=2; -update noar tt set b0='9RJ9D9369596' where id=3; -update noar ti set b0='9RJ9D9369596' where id=3; -update noar tt set b1='TVXNJ5BU691U8Z01S' where id=3; -update noar ti set b1='TVXNJ5BU691U8Z01S' where id=3; -update noar tt set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3; -update noar ti set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3; -update noar tt set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4; -update noar ti set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4; -update noar tt set b1='FUOSDQBJ203P' where id=4; -update noar ti set b1='FUOSDQBJ203P' where id=4; -update noar tt set b2='QC11' where id=4; -update noar ti set b2='QC11' where id=4; -update noar tt set b0='OL2UZNX6J19SWR90S5ECPB2HC' where id=5; -update noar ti set b0='OL2UZNX6J19SWR90S5ECPB2HC' where id=5; -update noar tt set b1='A' where id=5; -update noar ti set b1='A' where id=5; -update noar tt set b2='68N06E5CUAV792AO' where id=5; -update noar ti set b2='68N06E5CUAV792AO' where id=5; -update noar tt set b0='H4U5K' where id=6; -update noar ti set b0='H4U5K' where id=6; -update noar tt set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6; -update noar ti set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6; -update noar tt set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6; -update noar ti set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6; -update noar tt set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7; -update noar ti set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7; -update noar tt set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7; -update noar ti set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7; -update noar tt set b2='8I1VRK' where id=7; -update noar ti set b2='8I1VRK' where id=7; -update noar tt set b0='1IFCV5OWSCDA0H69FP2L' where id=8; -update noar ti set b0='1IFCV5OWSCDA0H69FP2L' where id=8; -update noar tt set b1='U6ZE3HIWNQPFS0VMSV' where id=8; -update noar ti set b1='U6ZE3HIWNQPFS0VMSV' where id=8; -update noar tt set b2='OPO075JAZXT62TEHK' where id=8; -update noar ti set b2='OPO075JAZXT62TEHK' where id=8; -update noar tt set b0='UDXBKR5BT' where id=9; -update noar ti set b0='UDXBKR5BT' where id=9; -update noar tt set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9; -update noar ti set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9; -update noar tt set b2='3YV1IT' where id=9; -update noar ti set b2='3YV1IT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 text null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1; -update noar ti set b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1; -update noar tt set b1='00MV75PG3' where id=1; -update noar ti set b1='00MV75PG3' where id=1; -update noar tt set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1; -update noar ti set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1; -update noar tt set b0='U2TANQAGA77NH1K58V2R3' where id=2; -update noar ti set b0='U2TANQAGA77NH1K58V2R3' where id=2; -update noar tt set b1='63VLXO1C3D54A2' where id=2; -update noar ti set b1='63VLXO1C3D54A2' where id=2; -update noar tt set b2='JK2HLGFR8KK9F3KM3THI8' where id=2; -update noar ti set b2='JK2HLGFR8KK9F3KM3THI8' where id=2; -update noar tt set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3; -update noar ti set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3; -update noar tt set b1='UU6H2SZWJTX7MT8CH' where id=3; -update noar ti set b1='UU6H2SZWJTX7MT8CH' where id=3; -update noar tt set b2='JISET1GTB2PXR' where id=3; -update noar ti set b2='JISET1GTB2PXR' where id=3; -update noar tt set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4; -update noar ti set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4; -update noar tt set b1='XCO5EK1BCRPXK' where id=4; -update noar ti set b1='XCO5EK1BCRPXK' where id=4; -update noar tt set b2='N4DKM' where id=4; -update noar ti set b2='N4DKM' where id=4; -update noar tt set b0='4LGHUC2' where id=5; -update noar ti set b0='4LGHUC2' where id=5; -update noar tt set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5; -update noar ti set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5; -update noar tt set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5; -update noar ti set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5; -update noar tt set b0='8' where id=6; -update noar ti set b0='8' where id=6; -update noar tt set b1='LI9M938N2DY6O63RYS3' where id=6; -update noar ti set b1='LI9M938N2DY6O63RYS3' where id=6; -update noar tt set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6; -update noar ti set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6; -update noar tt set b0='ZDH6QOA6V42TN' where id=7; -update noar ti set b0='ZDH6QOA6V42TN' where id=7; -update noar tt set b1='OCIJD' where id=7; -update noar ti set b1='OCIJD' where id=7; -update noar tt set b2='NA9621YEEDZGASGE0' where id=7; -update noar ti set b2='NA9621YEEDZGASGE0' where id=7; -update noar tt set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8; -update noar ti set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8; -update noar tt set b1='61U3PWW00LL731GIOCZG' where id=8; -update noar ti set b1='61U3PWW00LL731GIOCZG' where id=8; -update noar tt set b2='4573VI901F86GDSDO4NL9661B' where id=8; -update noar ti set b2='4573VI901F86GDSDO4NL9661B' where id=8; -update noar tt set b0='BB1T3VLBBTF3J1JQIIM3' where id=9; -update noar ti set b0='BB1T3VLBBTF3J1JQIIM3' where id=9; -update noar tt set b1='YODBR' where id=9; -update noar ti set b1='YODBR' where id=9; -update noar tt set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9; -update noar ti set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 text not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='31PKJM51YE4' where id=1; -update noar ti set b0='31PKJM51YE4' where id=1; -update noar tt set b1='WXXEI' where id=1; -update noar ti set b1='WXXEI' where id=1; -update noar tt set b2='YLN3FHUROB2FO2BR3DFS6' where id=1; -update noar ti set b2='YLN3FHUROB2FO2BR3DFS6' where id=1; -update noar tt set b0='HF4HBXQ6IS' where id=2; -update noar ti set b0='HF4HBXQ6IS' where id=2; -update noar tt set b1='Q8PDD' where id=2; -update noar ti set b1='Q8PDD' where id=2; -update noar tt set b2='O3X1SR3BJI2ZV9' where id=2; -update noar ti set b2='O3X1SR3BJI2ZV9' where id=2; -update noar tt set b0='UKDG5PRMIO4I' where id=3; -update noar ti set b0='UKDG5PRMIO4I' where id=3; -update noar tt set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3; -update noar ti set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3; -update noar tt set b2='MAEOTNCLB30YK2AP8N' where id=3; -update noar ti set b2='MAEOTNCLB30YK2AP8N' where id=3; -update noar tt set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4; -update noar ti set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4; -update noar tt set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4; -update noar ti set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4; -update noar tt set b2='X7WECAGSM9P5' where id=4; -update noar ti set b2='X7WECAGSM9P5' where id=4; -update noar tt set b0='DRVXBSP42P' where id=5; -update noar ti set b0='DRVXBSP42P' where id=5; -update noar tt set b1='MEO5' where id=5; -update noar ti set b1='MEO5' where id=5; -update noar tt set b2='NWR7410JBM0QX101I' where id=5; -update noar ti set b2='NWR7410JBM0QX101I' where id=5; -update noar tt set b0='U4LM8OY6H744' where id=6; -update noar ti set b0='U4LM8OY6H744' where id=6; -update noar tt set b1='JZLIYZVWLOSH7RQ6' where id=6; -update noar ti set b1='JZLIYZVWLOSH7RQ6' where id=6; -update noar tt set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6; -update noar ti set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6; -update noar tt set b0='EI13RVZEBO' where id=7; -update noar ti set b0='EI13RVZEBO' where id=7; -update noar tt set b1='MOKVMZ9NOFBE5MZ1R3' where id=7; -update noar ti set b1='MOKVMZ9NOFBE5MZ1R3' where id=7; -update noar tt set b2='IS1909KHX46Y52T75' where id=7; -update noar ti set b2='IS1909KHX46Y52T75' where id=7; -update noar tt set b0='7IAF' where id=8; -update noar ti set b0='7IAF' where id=8; -update noar tt set b1='V53X6XCV3KSPPXJV' where id=8; -update noar ti set b1='V53X6XCV3KSPPXJV' where id=8; -update noar tt set b2='F15HUXD0D2Z' where id=8; -update noar ti set b2='F15HUXD0D2Z' where id=8; -update noar tt set b0='7SA2WI9HJ16JCG92O78I0' where id=9; -update noar ti set b0='7SA2WI9HJ16JCG92O78I0' where id=9; -update noar tt set b1='QYVUDKJ' where id=9; -update noar ti set b1='QYVUDKJ' where id=9; -update noar tt set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9; -update noar ti set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text null, -b1 text null, -b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1; -update noar ti set b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1; -update noar tt set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1; -update noar ti set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1; -update noar tt set b2='UHM3PVVOFK' where id=1; -update noar ti set b2='UHM3PVVOFK' where id=1; -update noar tt set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2; -update noar ti set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2; -update noar tt set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2; -update noar ti set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2; -update noar tt set b2='EH' where id=2; -update noar ti set b2='EH' where id=2; -update noar tt set b0='04K67BHVGEVC2IIE' where id=3; -update noar ti set b0='04K67BHVGEVC2IIE' where id=3; -update noar tt set b1='VQRJQFRDPSN2EO88GU84C' where id=3; -update noar ti set b1='VQRJQFRDPSN2EO88GU84C' where id=3; -update noar tt set b2='0E' where id=3; -update noar ti set b2='0E' where id=3; -update noar tt set b0='Z4KC4F123J711' where id=4; -update noar ti set b0='Z4KC4F123J711' where id=4; -update noar tt set b1='K07' where id=4; -update noar ti set b1='K07' where id=4; -update noar tt set b2='3CEN03R' where id=4; -update noar ti set b2='3CEN03R' where id=4; -update noar tt set b0='LZXPD2UT' where id=5; -update noar ti set b0='LZXPD2UT' where id=5; -update noar tt set b1='E386' where id=5; -update noar ti set b1='E386' where id=5; -update noar tt set b2='N6V64UW' where id=5; -update noar ti set b2='N6V64UW' where id=5; -update noar tt set b0='MZE3EVZ0GTQ847GEAHQ' where id=6; -update noar ti set b0='MZE3EVZ0GTQ847GEAHQ' where id=6; -update noar tt set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6; -update noar ti set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6; -update noar tt set b2='FRCJF1683XAKVEE' where id=6; -update noar ti set b2='FRCJF1683XAKVEE' where id=6; -update noar tt set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7; -update noar ti set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7; -update noar tt set b1='OTNQCJDJRKVUXXPU' where id=7; -update noar ti set b1='OTNQCJDJRKVUXXPU' where id=7; -update noar tt set b2='BIIJLOMAME661KQ7A2' where id=7; -update noar ti set b2='BIIJLOMAME661KQ7A2' where id=7; -update noar tt set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8; -update noar ti set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8; -update noar tt set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8; -update noar ti set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8; -update noar tt set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8; -update noar ti set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8; -update noar tt set b0='7373' where id=9; -update noar ti set b0='7373' where id=9; -update noar tt set b1='42O9AXDJDCC6GCTD7FI7' where id=9; -update noar ti set b1='42O9AXDJDCC6GCTD7FI7' where id=9; -update noar tt set b2='GO6MZKMUBB318SARJ' where id=9; -update noar ti set b2='GO6MZKMUBB318SARJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -b0 text not null, -b1 text not null, -b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1; -update noar ti set b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1; -update noar tt set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1; -update noar ti set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1; -update noar tt set b2='LR' where id=1; -update noar ti set b2='LR' where id=1; -update noar tt set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2; -update noar ti set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2; -update noar tt set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2; -update noar ti set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2; -update noar tt set b2='KNHK' where id=2; -update noar ti set b2='KNHK' where id=2; -update noar tt set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3; -update noar ti set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3; -update noar tt set b1='WJYP9XQVJ8RKEPQAGV' where id=3; -update noar ti set b1='WJYP9XQVJ8RKEPQAGV' where id=3; -update noar tt set b2='BFXR1STWUZY9RM' where id=3; -update noar ti set b2='BFXR1STWUZY9RM' where id=3; -update noar tt set b0='K0F3W234B0LZY6' where id=4; -update noar ti set b0='K0F3W234B0LZY6' where id=4; -update noar tt set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4; -update noar ti set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4; -update noar tt set b2='GBUS6Y9ECF' where id=4; -update noar ti set b2='GBUS6Y9ECF' where id=4; -update noar tt set b0='ZHC' where id=5; -update noar ti set b0='ZHC' where id=5; -update noar tt set b1='DQR9P5VSSBA01WQ' where id=5; -update noar ti set b1='DQR9P5VSSBA01WQ' where id=5; -update noar tt set b2='5' where id=5; -update noar ti set b2='5' where id=5; -update noar tt set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6; -update noar ti set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6; -update noar tt set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6; -update noar ti set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6; -update noar tt set b2='0QZ5R40' where id=6; -update noar ti set b2='0QZ5R40' where id=6; -update noar tt set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7; -update noar ti set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7; -update noar tt set b1='0HJLH1JK' where id=7; -update noar ti set b1='0HJLH1JK' where id=7; -update noar tt set b2='R09YIQW78' where id=7; -update noar ti set b2='R09YIQW78' where id=7; -update noar tt set b0='QLDCVCMHCISPBS8H9I' where id=8; -update noar ti set b0='QLDCVCMHCISPBS8H9I' where id=8; -update noar tt set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8; -update noar ti set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8; -update noar tt set b2='2IQ4JF3X0RK181I7DKZY' where id=8; -update noar ti set b2='2IQ4JF3X0RK181I7DKZY' where id=8; -update noar tt set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' where id=9; -update noar ti set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set b2='OQ22J6SMTSA0KSHTMU' where id=9; -update noar ti set b2='OQ22J6SMTSA0KSHTMU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; +This test does not produce any output on success diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_fixed_varchar.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_fixed_varchar.result deleted file mode 100644 index 94e5da921a0b9eb871aa3b96d57d6ef22a038c2e..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_fixed_varchar.result +++ /dev/null @@ -1,33026 +0,0 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UP9F5O0JN4QXD8HH' where id=1; -update noar ti set v0='UP9F5O0JN4QXD8HH' where id=1; -update noar tt set b0='EQGX2U37E6GA0YSE85' where id=1; -update noar ti set b0='EQGX2U37E6GA0YSE85' where id=1; -update noar tt set v0='EAYWOECTE' where id=1; -update noar ti set v0='EAYWOECTE' where id=1; -update noar tt set b1='3DQMQ1AYYQMVH7KIDGQRPPYR2DG5L4FX' where id=1; -update noar ti set b1='3DQMQ1AYYQMVH7KIDGQRPPYR2DG5L4FX' where id=1; -update noar tt set v0='QAAYX2OSCJTKYCHQPOEVKQBB13B4U' where id=1; -update noar ti set v0='QAAYX2OSCJTKYCHQPOEVKQBB13B4U' where id=1; -update noar tt set b2='R7P1J6O112EUCRDX0WCD7IDVXRJ68' where id=1; -update noar ti set b2='R7P1J6O112EUCRDX0WCD7IDVXRJ68' where id=1; -update noar tt set v0='C2G3ODA9SGFXDOKM15LR9ZD8X' where id=2; -update noar ti set v0='C2G3ODA9SGFXDOKM15LR9ZD8X' where id=2; -update noar tt set b0='P2AACV03N5JCQ' where id=2; -update noar ti set b0='P2AACV03N5JCQ' where id=2; -update noar tt set v0='B6I2SNUZO7BF17MH8EN7WHCPCIE1NB' where id=2; -update noar ti set v0='B6I2SNUZO7BF17MH8EN7WHCPCIE1NB' where id=2; -update noar tt set b1='P39L5F08ZPVJE010T1ACA9ROE5Y5KWK' where id=2; -update noar ti set b1='P39L5F08ZPVJE010T1ACA9ROE5Y5KWK' where id=2; -update noar tt set v0='UEX612R01T443' where id=2; -update noar ti set v0='UEX612R01T443' where id=2; -update noar tt set b2='9BXWW9NT7MJPZH6E4LW' where id=2; -update noar ti set b2='9BXWW9NT7MJPZH6E4LW' where id=2; -update noar tt set v0='8VRY65Q0PZXYZMEWB7PAD08KK5T90973' where id=3; -update noar ti set v0='8VRY65Q0PZXYZMEWB7PAD08KK5T90973' where id=3; -update noar tt set b0='VN13VOB0DINTY1UYRUZQF1ASFG' where id=3; -update noar ti set b0='VN13VOB0DINTY1UYRUZQF1ASFG' where id=3; -update noar tt set v0='NKWSR6DE2RCFOSHBOWLUUDZ9CL4T8' where id=3; -update noar ti set v0='NKWSR6DE2RCFOSHBOWLUUDZ9CL4T8' where id=3; -update noar tt set b1='QB' where id=3; -update noar ti set b1='QB' where id=3; -update noar tt set v0='2EKWUEP95ULXGJB4OF' where id=3; -update noar ti set v0='2EKWUEP95ULXGJB4OF' where id=3; -update noar tt set b2='Q6IYFN' where id=3; -update noar ti set b2='Q6IYFN' where id=3; -update noar tt set v0='IKQCVMC' where id=4; -update noar ti set v0='IKQCVMC' where id=4; -update noar tt set b0='N535EEK3NPFVSLTB2FAFWRROGD744ZN' where id=4; -update noar ti set b0='N535EEK3NPFVSLTB2FAFWRROGD744ZN' where id=4; -update noar tt set v0='QHNVMNDLY3G4WOVP' where id=4; -update noar ti set v0='QHNVMNDLY3G4WOVP' where id=4; -update noar tt set b1='HDPRGT6XXXGVMZKEN9DN9' where id=4; -update noar ti set b1='HDPRGT6XXXGVMZKEN9DN9' where id=4; -update noar tt set v0='CV12CSM2AVQGZPHXA3Y2' where id=4; -update noar ti set v0='CV12CSM2AVQGZPHXA3Y2' where id=4; -update noar tt set b2='CW7Z0PVFFDQ8CK' where id=4; -update noar ti set b2='CW7Z0PVFFDQ8CK' where id=4; -update noar tt set v0='7SC69BS2SHACUDZVAT8KFC4' where id=5; -update noar ti set v0='7SC69BS2SHACUDZVAT8KFC4' where id=5; -update noar tt set b0='JDNI7VC' where id=5; -update noar ti set b0='JDNI7VC' where id=5; -update noar tt set v0='5SBZI8TP' where id=5; -update noar ti set v0='5SBZI8TP' where id=5; -update noar tt set b1='RTFVTNJXKCRHBSGJRY0IZN' where id=5; -update noar ti set b1='RTFVTNJXKCRHBSGJRY0IZN' where id=5; -update noar tt set v0='56VE0IR8LWSTMCHM' where id=5; -update noar ti set v0='56VE0IR8LWSTMCHM' where id=5; -update noar tt set b2='3FSJ78' where id=5; -update noar ti set b2='3FSJ78' where id=5; -update noar tt set v0='2X4Q8S76IL22ER5A2GVT' where id=6; -update noar ti set v0='2X4Q8S76IL22ER5A2GVT' where id=6; -update noar tt set b0='Y9101E34S6Z2OYB5MDYQPZGCM3IZL7' where id=6; -update noar ti set b0='Y9101E34S6Z2OYB5MDYQPZGCM3IZL7' where id=6; -update noar tt set v0='YQQR77N2QTM' where id=6; -update noar ti set v0='YQQR77N2QTM' where id=6; -update noar tt set b1='1ZALS3OP2JRCSCO8H66BE09WV8HC' where id=6; -update noar ti set b1='1ZALS3OP2JRCSCO8H66BE09WV8HC' where id=6; -update noar tt set v0='D8QT15LKKEJFNJG298Q77ZU' where id=6; -update noar ti set v0='D8QT15LKKEJFNJG298Q77ZU' where id=6; -update noar tt set b2='HYLO1AYTN' where id=6; -update noar ti set b2='HYLO1AYTN' where id=6; -update noar tt set v0='UFIWRPMOVW5C' where id=7; -update noar ti set v0='UFIWRPMOVW5C' where id=7; -update noar tt set b0='PES1N2P9GMTJDLGJAP5QDVQ4BNG' where id=7; -update noar ti set b0='PES1N2P9GMTJDLGJAP5QDVQ4BNG' where id=7; -update noar tt set v0='VLAQQZAT' where id=7; -update noar ti set v0='VLAQQZAT' where id=7; -update noar tt set b1='73FP' where id=7; -update noar ti set b1='73FP' where id=7; -update noar tt set v0='4DU1OB96AM6WMHZDR24WNN7NPI4' where id=7; -update noar ti set v0='4DU1OB96AM6WMHZDR24WNN7NPI4' where id=7; -update noar tt set b2='G1RF3N24F1U8L9I589U8WMO' where id=7; -update noar ti set b2='G1RF3N24F1U8L9I589U8WMO' where id=7; -update noar tt set v0='UYF92O382IWRRQ6MM1ZFAPQNZ8' where id=8; -update noar ti set v0='UYF92O382IWRRQ6MM1ZFAPQNZ8' where id=8; -update noar tt set b0='8KTWN9NSBQT6' where id=8; -update noar ti set b0='8KTWN9NSBQT6' where id=8; -update noar tt set v0='942BQ1D9B' where id=8; -update noar ti set v0='942BQ1D9B' where id=8; -update noar tt set b1='3IFV1B2FJY' where id=8; -update noar ti set b1='3IFV1B2FJY' where id=8; -update noar tt set v0='87I84MN9HJUQKYIFDPBRHR1' where id=8; -update noar ti set v0='87I84MN9HJUQKYIFDPBRHR1' where id=8; -update noar tt set b2='LYY8ML7GUN7UJ7IX53RYP2L' where id=8; -update noar ti set b2='LYY8ML7GUN7UJ7IX53RYP2L' where id=8; -update noar tt set v0='2XKR0RNJJPIN3Y4H' where id=9; -update noar ti set v0='2XKR0RNJJPIN3Y4H' where id=9; -update noar tt set b0='LDO4E' where id=9; -update noar ti set b0='LDO4E' where id=9; -update noar tt set v0='WHMJ' where id=9; -update noar ti set v0='WHMJ' where id=9; -update noar tt set b1='J2LM4S9MV' where id=9; -update noar ti set b1='J2LM4S9MV' where id=9; -update noar tt set v0='XXZEOMP3LRDU' where id=9; -update noar ti set v0='XXZEOMP3LRDU' where id=9; -update noar tt set b2='IE' where id=9; -update noar ti set b2='IE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FV4DRG1LHP44HGV4NZR7TVIEWZ' where id=1; -update noar ti set v0='FV4DRG1LHP44HGV4NZR7TVIEWZ' where id=1; -update noar tt set b0='FS5PN4X2B32UINXW99V' where id=1; -update noar ti set b0='FS5PN4X2B32UINXW99V' where id=1; -update noar tt set v0='8MUQ8W189DGFJ5A8N8UO7NX2196MC07X' where id=1; -update noar ti set v0='8MUQ8W189DGFJ5A8N8UO7NX2196MC07X' where id=1; -update noar tt set b1='GZ3JC972E2NQEJ11M9IBZBTCXN' where id=1; -update noar ti set b1='GZ3JC972E2NQEJ11M9IBZBTCXN' where id=1; -update noar tt set v0='RHDYV4J2V78CSQI64WTQQV5MXGCR' where id=1; -update noar ti set v0='RHDYV4J2V78CSQI64WTQQV5MXGCR' where id=1; -update noar tt set b2='8MRPKVQM95Z6KHLNISO' where id=1; -update noar ti set b2='8MRPKVQM95Z6KHLNISO' where id=1; -update noar tt set v0='DXDUTO3S' where id=2; -update noar ti set v0='DXDUTO3S' where id=2; -update noar tt set b0='0I3UWLX861OUTPKVS4BN0XY' where id=2; -update noar ti set b0='0I3UWLX861OUTPKVS4BN0XY' where id=2; -update noar tt set v0='JXTIVEBV5XAVAO5D8' where id=2; -update noar ti set v0='JXTIVEBV5XAVAO5D8' where id=2; -update noar tt set b1='OLK6YMPAX' where id=2; -update noar ti set b1='OLK6YMPAX' where id=2; -update noar tt set v0='PKSX8' where id=2; -update noar ti set v0='PKSX8' where id=2; -update noar tt set b2='TR3HACE395' where id=2; -update noar ti set b2='TR3HACE395' where id=2; -update noar tt set v0='RVDWQJWJ7WJ31' where id=3; -update noar ti set v0='RVDWQJWJ7WJ31' where id=3; -update noar tt set b0='IWLR3WDB4URQJ325UVOPSAAQFE75K' where id=3; -update noar ti set b0='IWLR3WDB4URQJ325UVOPSAAQFE75K' where id=3; -update noar tt set v0='ICKMSBE7BB6XKU20326K' where id=3; -update noar ti set v0='ICKMSBE7BB6XKU20326K' where id=3; -update noar tt set b1='UNCMR8LMHNRPIV7TPUEA0WETDA' where id=3; -update noar ti set b1='UNCMR8LMHNRPIV7TPUEA0WETDA' where id=3; -update noar tt set v0='U8J0B0QD78HJJUJHB7A9R4CW27PBCEI' where id=3; -update noar ti set v0='U8J0B0QD78HJJUJHB7A9R4CW27PBCEI' where id=3; -update noar tt set b2='9O6QERAE1N5HA2ZX8XFOUVM90UANZQ' where id=3; -update noar ti set b2='9O6QERAE1N5HA2ZX8XFOUVM90UANZQ' where id=3; -update noar tt set v0='7AHJNKB1Z8U' where id=4; -update noar ti set v0='7AHJNKB1Z8U' where id=4; -update noar tt set b0='ZCTM9I' where id=4; -update noar ti set b0='ZCTM9I' where id=4; -update noar tt set v0='I8831J2C65TMWH9QG' where id=4; -update noar ti set v0='I8831J2C65TMWH9QG' where id=4; -update noar tt set b1='57GZ4NT0' where id=4; -update noar ti set b1='57GZ4NT0' where id=4; -update noar tt set v0='4ALMNYRG2AIWX1X5PUL7' where id=4; -update noar ti set v0='4ALMNYRG2AIWX1X5PUL7' where id=4; -update noar tt set b2='G8VLK2UJHDKN0CKREQU2V05HMDXT' where id=4; -update noar ti set b2='G8VLK2UJHDKN0CKREQU2V05HMDXT' where id=4; -update noar tt set v0='IFK8SRQR7OLE' where id=5; -update noar ti set v0='IFK8SRQR7OLE' where id=5; -update noar tt set b0='357P3X2S0R9V6ZXUWS' where id=5; -update noar ti set b0='357P3X2S0R9V6ZXUWS' where id=5; -update noar tt set v0='LFFTV125YF8EWV8U5PWY7LFHI5O5' where id=5; -update noar ti set v0='LFFTV125YF8EWV8U5PWY7LFHI5O5' where id=5; -update noar tt set b1='UG7KBKA931KNNT8TES3GY8XTQ' where id=5; -update noar ti set b1='UG7KBKA931KNNT8TES3GY8XTQ' where id=5; -update noar tt set v0='RK0Z2K1' where id=5; -update noar ti set v0='RK0Z2K1' where id=5; -update noar tt set b2='U6RCPA' where id=5; -update noar ti set b2='U6RCPA' where id=5; -update noar tt set v0='4MVHJPMHU72F5WMTA' where id=6; -update noar ti set v0='4MVHJPMHU72F5WMTA' where id=6; -update noar tt set b0='KCBTKDVRMH95K92' where id=6; -update noar ti set b0='KCBTKDVRMH95K92' where id=6; -update noar tt set v0='PDEJJ3T7IRI1LH4FVNM904PEN3ST108' where id=6; -update noar ti set v0='PDEJJ3T7IRI1LH4FVNM904PEN3ST108' where id=6; -update noar tt set b1='XM9OQPKZOBE' where id=6; -update noar ti set b1='XM9OQPKZOBE' where id=6; -update noar tt set v0='SZ7FDMF2E62FOJ8' where id=6; -update noar ti set v0='SZ7FDMF2E62FOJ8' where id=6; -update noar tt set b2='0C' where id=6; -update noar ti set b2='0C' where id=6; -update noar tt set v0='H9PXC7IBJFEPO' where id=7; -update noar ti set v0='H9PXC7IBJFEPO' where id=7; -update noar tt set b0='BIAS' where id=7; -update noar ti set b0='BIAS' where id=7; -update noar tt set v0='FZTAA5N6G74ZAF96QTK' where id=7; -update noar ti set v0='FZTAA5N6G74ZAF96QTK' where id=7; -update noar tt set b1='91IPC' where id=7; -update noar ti set b1='91IPC' where id=7; -update noar tt set v0='FZ5J' where id=7; -update noar ti set v0='FZ5J' where id=7; -update noar tt set b2='9B8XON1A2SIVAXVL6SOUSATA4JABU' where id=7; -update noar ti set b2='9B8XON1A2SIVAXVL6SOUSATA4JABU' where id=7; -update noar tt set v0='7UE62ORJT08A5' where id=8; -update noar ti set v0='7UE62ORJT08A5' where id=8; -update noar tt set b0='R7' where id=8; -update noar ti set b0='R7' where id=8; -update noar tt set v0='HUAN1GQIYG97GDIZA8RDTZSWPPY' where id=8; -update noar ti set v0='HUAN1GQIYG97GDIZA8RDTZSWPPY' where id=8; -update noar tt set b1='Y90' where id=8; -update noar ti set b1='Y90' where id=8; -update noar tt set v0='4TPOP' where id=8; -update noar ti set v0='4TPOP' where id=8; -update noar tt set b2='25CO3E822C8V0U51C0EOES2ZTAB4CZ0' where id=8; -update noar ti set b2='25CO3E822C8V0U51C0EOES2ZTAB4CZ0' where id=8; -update noar tt set v0='TTSNQKRUK85MVP9IPBMRY94C59' where id=9; -update noar ti set v0='TTSNQKRUK85MVP9IPBMRY94C59' where id=9; -update noar tt set b0='5D6JG1GGEMMH1X' where id=9; -update noar ti set b0='5D6JG1GGEMMH1X' where id=9; -update noar tt set v0='06RZDZW60' where id=9; -update noar ti set v0='06RZDZW60' where id=9; -update noar tt set b1='BNZ0U' where id=9; -update noar ti set b1='BNZ0U' where id=9; -update noar tt set v0='78Y8EGDRPM14PNR2DMXOZ1NC2FKF' where id=9; -update noar ti set v0='78Y8EGDRPM14PNR2DMXOZ1NC2FKF' where id=9; -update noar tt set b2='OOT1X' where id=9; -update noar ti set b2='OOT1X' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VAKDKACN7UGM3' where id=1; -update noar ti set v0='VAKDKACN7UGM3' where id=1; -update noar tt set b0='2INNKXHAQ9C6QM' where id=1; -update noar ti set b0='2INNKXHAQ9C6QM' where id=1; -update noar tt set v0='W3SXABYIYYNHYMO1Q1XUMRTA0Z' where id=1; -update noar ti set v0='W3SXABYIYYNHYMO1Q1XUMRTA0Z' where id=1; -update noar tt set b1='FXWR8OYZTZ4BC8I5OBL3VM0AU' where id=1; -update noar ti set b1='FXWR8OYZTZ4BC8I5OBL3VM0AU' where id=1; -update noar tt set v0='UPTOQLZMLDGIHUPJZCK1Q' where id=1; -update noar ti set v0='UPTOQLZMLDGIHUPJZCK1Q' where id=1; -update noar tt set b2='P52EODM7ILUW9D3HJPK3PX3ZYP2M9J4V' where id=1; -update noar ti set b2='P52EODM7ILUW9D3HJPK3PX3ZYP2M9J4V' where id=1; -update noar tt set v0='G10QH4YXOPZW' where id=2; -update noar ti set v0='G10QH4YXOPZW' where id=2; -update noar tt set b0='4KEAGOEA922JI911K5PJ439' where id=2; -update noar ti set b0='4KEAGOEA922JI911K5PJ439' where id=2; -update noar tt set v0='CHOEPH6F' where id=2; -update noar ti set v0='CHOEPH6F' where id=2; -update noar tt set b1='KU1B83' where id=2; -update noar ti set b1='KU1B83' where id=2; -update noar tt set v0='HB5QQAP698WR4AVNF6' where id=2; -update noar ti set v0='HB5QQAP698WR4AVNF6' where id=2; -update noar tt set b2='WEIJ1BMVXJBDAKK2R7' where id=2; -update noar ti set b2='WEIJ1BMVXJBDAKK2R7' where id=2; -update noar tt set v0='JHSI1SUOPI8L8ACQPUB05HNP0B59' where id=3; -update noar ti set v0='JHSI1SUOPI8L8ACQPUB05HNP0B59' where id=3; -update noar tt set b0='T6FJIH8XKBRTG5WIOB' where id=3; -update noar ti set b0='T6FJIH8XKBRTG5WIOB' where id=3; -update noar tt set v0='OQLCJ4W6EM5' where id=3; -update noar ti set v0='OQLCJ4W6EM5' where id=3; -update noar tt set b1='GC84AGICWXQM1PKZH7382T1NZH8J' where id=3; -update noar ti set b1='GC84AGICWXQM1PKZH7382T1NZH8J' where id=3; -update noar tt set v0='RVW26FZ1FYIP7LWEDXN5DKT' where id=3; -update noar ti set v0='RVW26FZ1FYIP7LWEDXN5DKT' where id=3; -update noar tt set b2='ALVUZTUO87J1HFHLIVTOMI2P' where id=3; -update noar ti set b2='ALVUZTUO87J1HFHLIVTOMI2P' where id=3; -update noar tt set v0='UPQFDFLILA9GMY8ZP' where id=4; -update noar ti set v0='UPQFDFLILA9GMY8ZP' where id=4; -update noar tt set b0='8VO13VMPUE0RNQTR66Q5FG5CUMWIKUIG' where id=4; -update noar ti set b0='8VO13VMPUE0RNQTR66Q5FG5CUMWIKUIG' where id=4; -update noar tt set v0='28WY6FGO5LO7TY9F6ADVHSHHZLF0BDF' where id=4; -update noar ti set v0='28WY6FGO5LO7TY9F6ADVHSHHZLF0BDF' where id=4; -update noar tt set b1='6A' where id=4; -update noar ti set b1='6A' where id=4; -update noar tt set v0='NVQ2G891R7J1VFPWIQMPRKZ9P6U3' where id=4; -update noar ti set v0='NVQ2G891R7J1VFPWIQMPRKZ9P6U3' where id=4; -update noar tt set b2='VACFHQB260KA8FSHD' where id=4; -update noar ti set b2='VACFHQB260KA8FSHD' where id=4; -update noar tt set v0='UQ04H702XE3' where id=5; -update noar ti set v0='UQ04H702XE3' where id=5; -update noar tt set b0='4WK90T' where id=5; -update noar ti set b0='4WK90T' where id=5; -update noar tt set v0='G0X4UU92GBWF7MRMXLRIKFMTVL9QVFWO' where id=5; -update noar ti set v0='G0X4UU92GBWF7MRMXLRIKFMTVL9QVFWO' where id=5; -update noar tt set b1='67' where id=5; -update noar ti set b1='67' where id=5; -update noar tt set v0='62SKJ7JK11UR43YI385HCHI' where id=5; -update noar ti set v0='62SKJ7JK11UR43YI385HCHI' where id=5; -update noar tt set b2='FSB6QPRBEE6DY' where id=5; -update noar ti set b2='FSB6QPRBEE6DY' where id=5; -update noar tt set v0='TNSFYZTZO13PJCOXL6CV3O1RTU8UW' where id=6; -update noar ti set v0='TNSFYZTZO13PJCOXL6CV3O1RTU8UW' where id=6; -update noar tt set b0='BS1DL0BE35ID9SHB5ZE5FRASU' where id=6; -update noar ti set b0='BS1DL0BE35ID9SHB5ZE5FRASU' where id=6; -update noar tt set v0='ZY239H2DDXXYG' where id=6; -update noar ti set v0='ZY239H2DDXXYG' where id=6; -update noar tt set b1='KXFX21DFWC009FAH3KRZ7EBF3GR' where id=6; -update noar ti set b1='KXFX21DFWC009FAH3KRZ7EBF3GR' where id=6; -update noar tt set v0='TWFH53ICC' where id=6; -update noar ti set v0='TWFH53ICC' where id=6; -update noar tt set b2='Q4HWKTLFCKNOS' where id=6; -update noar ti set b2='Q4HWKTLFCKNOS' where id=6; -update noar tt set v0='LNTCIVFWR1FIX1XX588G43KVKI36F0NT' where id=7; -update noar ti set v0='LNTCIVFWR1FIX1XX588G43KVKI36F0NT' where id=7; -update noar tt set b0='0WHO6CZVMUFYHG22V9TJ7' where id=7; -update noar ti set b0='0WHO6CZVMUFYHG22V9TJ7' where id=7; -update noar tt set v0='7EQZZANQLD8BACAZ71OOALT0X' where id=7; -update noar ti set v0='7EQZZANQLD8BACAZ71OOALT0X' where id=7; -update noar tt set b1='PSPD411S51' where id=7; -update noar ti set b1='PSPD411S51' where id=7; -update noar tt set v0='WCKC4UWEQ02PSDDBTY8E' where id=7; -update noar ti set v0='WCKC4UWEQ02PSDDBTY8E' where id=7; -update noar tt set b2='C' where id=7; -update noar ti set b2='C' where id=7; -update noar tt set v0='IOEQJD1QBNUYBMYN3H' where id=8; -update noar ti set v0='IOEQJD1QBNUYBMYN3H' where id=8; -update noar tt set b0='ODNNLZR7LV8HC0I3TWHW' where id=8; -update noar ti set b0='ODNNLZR7LV8HC0I3TWHW' where id=8; -update noar tt set v0='OJRL9VSISYGV19' where id=8; -update noar ti set v0='OJRL9VSISYGV19' where id=8; -update noar tt set b1='92HSSW48949ZJ' where id=8; -update noar ti set b1='92HSSW48949ZJ' where id=8; -update noar tt set v0='R8MEEA3PLQJUZAOAU5UB4TZNO5RK0' where id=8; -update noar ti set v0='R8MEEA3PLQJUZAOAU5UB4TZNO5RK0' where id=8; -update noar tt set b2='VILUT4VXEUZ7WVQKC' where id=8; -update noar ti set b2='VILUT4VXEUZ7WVQKC' where id=8; -update noar tt set v0='5XXICQ2TY' where id=9; -update noar ti set v0='5XXICQ2TY' where id=9; -update noar tt set b0='JJRLLY6ZTS4' where id=9; -update noar ti set b0='JJRLLY6ZTS4' where id=9; -update noar tt set v0='S8QDOSBA' where id=9; -update noar ti set v0='S8QDOSBA' where id=9; -update noar tt set b1='2I65NAZ8H87BWLM7KBU0KSJUC5F6Q' where id=9; -update noar ti set b1='2I65NAZ8H87BWLM7KBU0KSJUC5F6Q' where id=9; -update noar tt set v0='ULKFH' where id=9; -update noar ti set v0='ULKFH' where id=9; -update noar tt set b2='TVTWI14US' where id=9; -update noar ti set b2='TVTWI14US' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QETZC' where id=1; -update noar ti set v0='QETZC' where id=1; -update noar tt set b0='TBFFSKY5BH9W3ULR' where id=1; -update noar ti set b0='TBFFSKY5BH9W3ULR' where id=1; -update noar tt set v0='W0MFEVQ5CS168WH5KFMIKAWH9JQNN4W' where id=1; -update noar ti set v0='W0MFEVQ5CS168WH5KFMIKAWH9JQNN4W' where id=1; -update noar tt set b1='8QP6I5ASCMN83IZ3USHA21VI2' where id=1; -update noar ti set b1='8QP6I5ASCMN83IZ3USHA21VI2' where id=1; -update noar tt set v0='9JWYOU3K6WZI' where id=1; -update noar ti set v0='9JWYOU3K6WZI' where id=1; -update noar tt set b2='IN4KR562PBMSF' where id=1; -update noar ti set b2='IN4KR562PBMSF' where id=1; -update noar tt set v0='EIKL96PTPQ794B' where id=2; -update noar ti set v0='EIKL96PTPQ794B' where id=2; -update noar tt set b0='KN8188232Q8' where id=2; -update noar ti set b0='KN8188232Q8' where id=2; -update noar tt set v0='FF3' where id=2; -update noar ti set v0='FF3' where id=2; -update noar tt set b1='TB' where id=2; -update noar ti set b1='TB' where id=2; -update noar tt set v0='QPV4RBSX4125AWTY834' where id=2; -update noar ti set v0='QPV4RBSX4125AWTY834' where id=2; -update noar tt set b2='XU9S3BBQ' where id=2; -update noar ti set b2='XU9S3BBQ' where id=2; -update noar tt set v0='JZJGSUJLBWEIA4IX17ZJAUXWT' where id=3; -update noar ti set v0='JZJGSUJLBWEIA4IX17ZJAUXWT' where id=3; -update noar tt set b0='F2KY1HSC4PTG' where id=3; -update noar ti set b0='F2KY1HSC4PTG' where id=3; -update noar tt set v0='90G8C3HR' where id=3; -update noar ti set v0='90G8C3HR' where id=3; -update noar tt set b1='BX6Y2M3C1J85QTCJQDTO9FJ' where id=3; -update noar ti set b1='BX6Y2M3C1J85QTCJQDTO9FJ' where id=3; -update noar tt set v0='T7Y8' where id=3; -update noar ti set v0='T7Y8' where id=3; -update noar tt set b2='6IQY88FIXBUZP9PPR' where id=3; -update noar ti set b2='6IQY88FIXBUZP9PPR' where id=3; -update noar tt set v0='UBN41YI25' where id=4; -update noar ti set v0='UBN41YI25' where id=4; -update noar tt set b0='D36WQNQHAUZZXT26ZT8S69ZOKYN' where id=4; -update noar ti set b0='D36WQNQHAUZZXT26ZT8S69ZOKYN' where id=4; -update noar tt set v0='PC9PZZF8FD42E1RTYLHEDC' where id=4; -update noar ti set v0='PC9PZZF8FD42E1RTYLHEDC' where id=4; -update noar tt set b1='XYS7CK3GL4WRO' where id=4; -update noar ti set b1='XYS7CK3GL4WRO' where id=4; -update noar tt set v0='O7FOKS2XW4AJY6DOBITB8ZKLU' where id=4; -update noar ti set v0='O7FOKS2XW4AJY6DOBITB8ZKLU' where id=4; -update noar tt set b2='33CYAEQV38XU9YQYUQ50C1' where id=4; -update noar ti set b2='33CYAEQV38XU9YQYUQ50C1' where id=4; -update noar tt set v0='E83ZUZD7ZR1DCUFF0HR0U8ODLKOING' where id=5; -update noar ti set v0='E83ZUZD7ZR1DCUFF0HR0U8ODLKOING' where id=5; -update noar tt set b0='MZ69' where id=5; -update noar ti set b0='MZ69' where id=5; -update noar tt set v0='ACDSD99DMU1SSANQ4CGNR0YGIFSWIP3' where id=5; -update noar ti set v0='ACDSD99DMU1SSANQ4CGNR0YGIFSWIP3' where id=5; -update noar tt set b1='R' where id=5; -update noar ti set b1='R' where id=5; -update noar tt set v0='PJJP7H9OBOPBLD1XJX9' where id=5; -update noar ti set v0='PJJP7H9OBOPBLD1XJX9' where id=5; -update noar tt set b2='FPSV3B0P2NY7ZQT' where id=5; -update noar ti set b2='FPSV3B0P2NY7ZQT' where id=5; -update noar tt set v0='F4VDWWI3I75P4RR3GVHLGH' where id=6; -update noar ti set v0='F4VDWWI3I75P4RR3GVHLGH' where id=6; -update noar tt set b0='5VB87QH59H29RQLCAX4' where id=6; -update noar ti set b0='5VB87QH59H29RQLCAX4' where id=6; -update noar tt set v0='3HLJ0VCMM0OHQSK20R7MA91' where id=6; -update noar ti set v0='3HLJ0VCMM0OHQSK20R7MA91' where id=6; -update noar tt set b1='C7QKBMEGNQ7XV8Y4IYF' where id=6; -update noar ti set b1='C7QKBMEGNQ7XV8Y4IYF' where id=6; -update noar tt set v0='JRGEXWSFP2YZHMXO' where id=6; -update noar ti set v0='JRGEXWSFP2YZHMXO' where id=6; -update noar tt set b2='S8206U7YHC0' where id=6; -update noar ti set b2='S8206U7YHC0' where id=6; -update noar tt set v0='NTXQQX' where id=7; -update noar ti set v0='NTXQQX' where id=7; -update noar tt set b0='QURBVUCJWX9RK19R8N4B072VITFP41' where id=7; -update noar ti set b0='QURBVUCJWX9RK19R8N4B072VITFP41' where id=7; -update noar tt set v0='8GG30NBC7R059IZIP8' where id=7; -update noar ti set v0='8GG30NBC7R059IZIP8' where id=7; -update noar tt set b1='RJBP9AORKOYEHOPSKDRBUEYQMF34P' where id=7; -update noar ti set b1='RJBP9AORKOYEHOPSKDRBUEYQMF34P' where id=7; -update noar tt set v0='5C2NDN3WNS5XP3AS' where id=7; -update noar ti set v0='5C2NDN3WNS5XP3AS' where id=7; -update noar tt set b2='SE62H4S14' where id=7; -update noar ti set b2='SE62H4S14' where id=7; -update noar tt set v0='LGDNOAIMMRYGY3YKGDVTXOWD05WPA1N' where id=8; -update noar ti set v0='LGDNOAIMMRYGY3YKGDVTXOWD05WPA1N' where id=8; -update noar tt set b0='V4M5BI8QZ41Q' where id=8; -update noar ti set b0='V4M5BI8QZ41Q' where id=8; -update noar tt set v0='EE7RPU1GWTK7CH' where id=8; -update noar ti set v0='EE7RPU1GWTK7CH' where id=8; -update noar tt set b1='9BVHAABUKRU4G1T0MCKIELXWM5G' where id=8; -update noar ti set b1='9BVHAABUKRU4G1T0MCKIELXWM5G' where id=8; -update noar tt set v0='G8VF6M6W9JC6WBYD2O3KRA7AT' where id=8; -update noar ti set v0='G8VF6M6W9JC6WBYD2O3KRA7AT' where id=8; -update noar tt set b2='Z1OE5UXP5JM' where id=8; -update noar ti set b2='Z1OE5UXP5JM' where id=8; -update noar tt set v0='7MRC91R7MC1HEP6MKEMRQ5R4OR7PC' where id=9; -update noar ti set v0='7MRC91R7MC1HEP6MKEMRQ5R4OR7PC' where id=9; -update noar tt set b0='XNYR0LL6' where id=9; -update noar ti set b0='XNYR0LL6' where id=9; -update noar tt set v0='30PDV' where id=9; -update noar ti set v0='30PDV' where id=9; -update noar tt set b1='I2FTDXR0JKWPOPM9OAUB9EGSD6' where id=9; -update noar ti set b1='I2FTDXR0JKWPOPM9OAUB9EGSD6' where id=9; -update noar tt set v0='PT' where id=9; -update noar ti set v0='PT' where id=9; -update noar tt set b2='915O3J8G6EJH8FA' where id=9; -update noar ti set b2='915O3J8G6EJH8FA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GWUF6Q87WWWUX1QXW' where id=1; -update noar ti set v0='GWUF6Q87WWWUX1QXW' where id=1; -update noar tt set b0='ZCU3V6ZFNSEGV8FE8CTAIK7UUF1VF6' where id=1; -update noar ti set b0='ZCU3V6ZFNSEGV8FE8CTAIK7UUF1VF6' where id=1; -update noar tt set v0='BVQFNY3G0F8M9TY2V39YI' where id=1; -update noar ti set v0='BVQFNY3G0F8M9TY2V39YI' where id=1; -update noar tt set b1='PUAY76GUN6LT7W5TW6V9T' where id=1; -update noar ti set b1='PUAY76GUN6LT7W5TW6V9T' where id=1; -update noar tt set v0='CSPTN1ZPILA7VHVI77ELIEQZDKY' where id=1; -update noar ti set v0='CSPTN1ZPILA7VHVI77ELIEQZDKY' where id=1; -update noar tt set b2='2HTW962P9V' where id=1; -update noar ti set b2='2HTW962P9V' where id=1; -update noar tt set v0='4P7V99N74CHERVHHO0D4KBW28' where id=2; -update noar ti set v0='4P7V99N74CHERVHHO0D4KBW28' where id=2; -update noar tt set b0='BE6T2P053ZZK228F' where id=2; -update noar ti set b0='BE6T2P053ZZK228F' where id=2; -update noar tt set v0='4Y1' where id=2; -update noar ti set v0='4Y1' where id=2; -update noar tt set b1='V68Q9IZ7AZYZTWZIYJBF4MWD' where id=2; -update noar ti set b1='V68Q9IZ7AZYZTWZIYJBF4MWD' where id=2; -update noar tt set v0='HQ301L35BQHC79' where id=2; -update noar ti set v0='HQ301L35BQHC79' where id=2; -update noar tt set b2='PU6I' where id=2; -update noar ti set b2='PU6I' where id=2; -update noar tt set v0='9KN' where id=3; -update noar ti set v0='9KN' where id=3; -update noar tt set b0='WSYIPK2J' where id=3; -update noar ti set b0='WSYIPK2J' where id=3; -update noar tt set v0='YUG48SU6GAH' where id=3; -update noar ti set v0='YUG48SU6GAH' where id=3; -update noar tt set b1='6QBKIJO' where id=3; -update noar ti set b1='6QBKIJO' where id=3; -update noar tt set v0='INT' where id=3; -update noar ti set v0='INT' where id=3; -update noar tt set b2='691YYKB36QQ3' where id=3; -update noar ti set b2='691YYKB36QQ3' where id=3; -update noar tt set v0='GV6A2LQ1BICRHSG5' where id=4; -update noar ti set v0='GV6A2LQ1BICRHSG5' where id=4; -update noar tt set b0='VJX07MIPR0' where id=4; -update noar ti set b0='VJX07MIPR0' where id=4; -update noar tt set v0='6O6HXB7T8HSDSIA0I' where id=4; -update noar ti set v0='6O6HXB7T8HSDSIA0I' where id=4; -update noar tt set b1='SPB1RRMHM' where id=4; -update noar ti set b1='SPB1RRMHM' where id=4; -update noar tt set v0='VRS6VBF9CX5RZ491MVSOWQ4040XB2DWB' where id=4; -update noar ti set v0='VRS6VBF9CX5RZ491MVSOWQ4040XB2DWB' where id=4; -update noar tt set b2='3UNO4AL1AYIGYFXOJ14FLKCKLE76' where id=4; -update noar ti set b2='3UNO4AL1AYIGYFXOJ14FLKCKLE76' where id=4; -update noar tt set v0='EUFVIWUJ9335G1O8B8ICTPPMNAHAO3' where id=5; -update noar ti set v0='EUFVIWUJ9335G1O8B8ICTPPMNAHAO3' where id=5; -update noar tt set b0='ZEWP6Y21KJLMKMJ' where id=5; -update noar ti set b0='ZEWP6Y21KJLMKMJ' where id=5; -update noar tt set v0='PNPFO72319BVC7NBE34YD6VC5LYI6' where id=5; -update noar ti set v0='PNPFO72319BVC7NBE34YD6VC5LYI6' where id=5; -update noar tt set b1='4SIXIJIG5B' where id=5; -update noar ti set b1='4SIXIJIG5B' where id=5; -update noar tt set v0='JJJBYJAQ' where id=5; -update noar ti set v0='JJJBYJAQ' where id=5; -update noar tt set b2='E2M6LMONX38NXAA96VNZ8L0J' where id=5; -update noar ti set b2='E2M6LMONX38NXAA96VNZ8L0J' where id=5; -update noar tt set v0='7RMJUCAMFMEO7UH2GK8MLGDWM5I46Y' where id=6; -update noar ti set v0='7RMJUCAMFMEO7UH2GK8MLGDWM5I46Y' where id=6; -update noar tt set b0='IXVG0MCJE9F1DIIZ' where id=6; -update noar ti set b0='IXVG0MCJE9F1DIIZ' where id=6; -update noar tt set v0='NTFS5XE6GX74Z4Q1A2KD' where id=6; -update noar ti set v0='NTFS5XE6GX74Z4Q1A2KD' where id=6; -update noar tt set b1='J28C3O26G65K91CMD29UB0Z' where id=6; -update noar ti set b1='J28C3O26G65K91CMD29UB0Z' where id=6; -update noar tt set v0='05MEPHCVARQ' where id=6; -update noar ti set v0='05MEPHCVARQ' where id=6; -update noar tt set b2='LCKD2ORUDT0A4FSJF26F76J979LU8' where id=6; -update noar ti set b2='LCKD2ORUDT0A4FSJF26F76J979LU8' where id=6; -update noar tt set v0='M4L5K355LPYM8Q6KDSG93M68VV4Z' where id=7; -update noar ti set v0='M4L5K355LPYM8Q6KDSG93M68VV4Z' where id=7; -update noar tt set b0='NE531CI' where id=7; -update noar ti set b0='NE531CI' where id=7; -update noar tt set v0='WUM7D8NR' where id=7; -update noar ti set v0='WUM7D8NR' where id=7; -update noar tt set b1='3QDV0YC7W23L0CD2P5' where id=7; -update noar ti set b1='3QDV0YC7W23L0CD2P5' where id=7; -update noar tt set v0='18XOOA4BJ91AKRTT6DWUWLD5T5Q9' where id=7; -update noar ti set v0='18XOOA4BJ91AKRTT6DWUWLD5T5Q9' where id=7; -update noar tt set b2='767' where id=7; -update noar ti set b2='767' where id=7; -update noar tt set v0='KCVSPID558BWCE7VQS13LZFXT2F' where id=8; -update noar ti set v0='KCVSPID558BWCE7VQS13LZFXT2F' where id=8; -update noar tt set b0='149RUW7I1B89USG2N3X' where id=8; -update noar ti set b0='149RUW7I1B89USG2N3X' where id=8; -update noar tt set v0='GDMK0X9B4EUQGWSM4OB6A6NK1HLXO' where id=8; -update noar ti set v0='GDMK0X9B4EUQGWSM4OB6A6NK1HLXO' where id=8; -update noar tt set b1='X7R' where id=8; -update noar ti set b1='X7R' where id=8; -update noar tt set v0='6AFQRMNSGZZ92X42ENI83QK78MJL' where id=8; -update noar ti set v0='6AFQRMNSGZZ92X42ENI83QK78MJL' where id=8; -update noar tt set b2='WASUL5O52II3Y9N6LTVKIX' where id=8; -update noar ti set b2='WASUL5O52II3Y9N6LTVKIX' where id=8; -update noar tt set v0='ETPO6VXV54BD6' where id=9; -update noar ti set v0='ETPO6VXV54BD6' where id=9; -update noar tt set b0='IT5H87V' where id=9; -update noar ti set b0='IT5H87V' where id=9; -update noar tt set v0='H13F1498WH29X6VJW12Y7A97801N10VO' where id=9; -update noar ti set v0='H13F1498WH29X6VJW12Y7A97801N10VO' where id=9; -update noar tt set b1='NO4TCPZ8XBLG33PP2CWYCNF4P' where id=9; -update noar ti set b1='NO4TCPZ8XBLG33PP2CWYCNF4P' where id=9; -update noar tt set v0='V4ZQFEQ2X1IK0W' where id=9; -update noar ti set v0='V4ZQFEQ2X1IK0W' where id=9; -update noar tt set b2='0Q49W1U8M1NS7E8BAR2MY7PDZM6' where id=9; -update noar ti set b2='0Q49W1U8M1NS7E8BAR2MY7PDZM6' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='94937Y8ZS6B8UT3JNU43LY47TSY' where id=1; -update noar ti set v0='94937Y8ZS6B8UT3JNU43LY47TSY' where id=1; -update noar tt set b0='9TP198CFJR' where id=1; -update noar ti set b0='9TP198CFJR' where id=1; -update noar tt set v0='55H1YW4YSH4Q' where id=1; -update noar ti set v0='55H1YW4YSH4Q' where id=1; -update noar tt set b1='QX8CYN553IJSAIE4HQZFX8JAONPFP' where id=1; -update noar ti set b1='QX8CYN553IJSAIE4HQZFX8JAONPFP' where id=1; -update noar tt set v0='FPVDOM2S1S3E74' where id=1; -update noar ti set v0='FPVDOM2S1S3E74' where id=1; -update noar tt set b2='E1BWI9D39XI50' where id=1; -update noar ti set b2='E1BWI9D39XI50' where id=1; -update noar tt set v0='MBYDYL' where id=2; -update noar ti set v0='MBYDYL' where id=2; -update noar tt set b0='X' where id=2; -update noar ti set b0='X' where id=2; -update noar tt set v0='W0VI4WEWXSJNGVMKFH' where id=2; -update noar ti set v0='W0VI4WEWXSJNGVMKFH' where id=2; -update noar tt set b1='63R' where id=2; -update noar ti set b1='63R' where id=2; -update noar tt set v0='1K5TT2MRENM87JOSQ57HGU86HBBWH8' where id=2; -update noar ti set v0='1K5TT2MRENM87JOSQ57HGU86HBBWH8' where id=2; -update noar tt set b2='5QZG9QFLIQ2KER1TJ9VH' where id=2; -update noar ti set b2='5QZG9QFLIQ2KER1TJ9VH' where id=2; -update noar tt set v0='YRZGVC7LBEY88Q0T4QPBBTXXBSNN8' where id=3; -update noar ti set v0='YRZGVC7LBEY88Q0T4QPBBTXXBSNN8' where id=3; -update noar tt set b0='AKOKNIY8PBGCU' where id=3; -update noar ti set b0='AKOKNIY8PBGCU' where id=3; -update noar tt set v0='27B79PBL4QNS4G7AV0K43' where id=3; -update noar ti set v0='27B79PBL4QNS4G7AV0K43' where id=3; -update noar tt set b1='EVRHBFSETK' where id=3; -update noar ti set b1='EVRHBFSETK' where id=3; -update noar tt set v0='H8B8WSH' where id=3; -update noar ti set v0='H8B8WSH' where id=3; -update noar tt set b2='YULW7LTJCZJA02VNX3V0M' where id=3; -update noar ti set b2='YULW7LTJCZJA02VNX3V0M' where id=3; -update noar tt set v0='JPYZUZUC97RT6JA23OU' where id=4; -update noar ti set v0='JPYZUZUC97RT6JA23OU' where id=4; -update noar tt set b0='04NA8NXBG78MU' where id=4; -update noar ti set b0='04NA8NXBG78MU' where id=4; -update noar tt set v0='FED98K4MP' where id=4; -update noar ti set v0='FED98K4MP' where id=4; -update noar tt set b1='F1VR6TZ1K52' where id=4; -update noar ti set b1='F1VR6TZ1K52' where id=4; -update noar tt set v0='7HO0WY6D1XK' where id=4; -update noar ti set v0='7HO0WY6D1XK' where id=4; -update noar tt set b2='Q8IHI4A7' where id=4; -update noar ti set b2='Q8IHI4A7' where id=4; -update noar tt set v0='R82G' where id=5; -update noar ti set v0='R82G' where id=5; -update noar tt set b0='9UX6PFYQT' where id=5; -update noar ti set b0='9UX6PFYQT' where id=5; -update noar tt set v0='O90SP331MXJD8' where id=5; -update noar ti set v0='O90SP331MXJD8' where id=5; -update noar tt set b1='VSP2X9' where id=5; -update noar ti set b1='VSP2X9' where id=5; -update noar tt set v0='9O7HNUAFE7EZPNVL4H' where id=5; -update noar ti set v0='9O7HNUAFE7EZPNVL4H' where id=5; -update noar tt set b2='CWWNWYAEUT7X' where id=5; -update noar ti set b2='CWWNWYAEUT7X' where id=5; -update noar tt set v0='I4G1MRWGHIGAA' where id=6; -update noar ti set v0='I4G1MRWGHIGAA' where id=6; -update noar tt set b0='8F9GWX6YPAUDER17K5' where id=6; -update noar ti set b0='8F9GWX6YPAUDER17K5' where id=6; -update noar tt set v0='YL1NHUXMJYVR004AV5MB' where id=6; -update noar ti set v0='YL1NHUXMJYVR004AV5MB' where id=6; -update noar tt set b1='74YG2583WJ0EWNUWYQMWC5DKZ1BHYQ0' where id=6; -update noar ti set b1='74YG2583WJ0EWNUWYQMWC5DKZ1BHYQ0' where id=6; -update noar tt set v0='GXN9V3VYIH0DWMBFT9H91IJKN' where id=6; -update noar ti set v0='GXN9V3VYIH0DWMBFT9H91IJKN' where id=6; -update noar tt set b2='TC8U32U98FGXV6B94YDZOKPOSPL' where id=6; -update noar ti set b2='TC8U32U98FGXV6B94YDZOKPOSPL' where id=6; -update noar tt set v0='39MFY6FJT7PV6XZ4T' where id=7; -update noar ti set v0='39MFY6FJT7PV6XZ4T' where id=7; -update noar tt set b0='CVWHPW97GJ' where id=7; -update noar ti set b0='CVWHPW97GJ' where id=7; -update noar tt set v0='Q4GP' where id=7; -update noar ti set v0='Q4GP' where id=7; -update noar tt set b1='6AM3C7F2NO1NDD1DXIM' where id=7; -update noar ti set b1='6AM3C7F2NO1NDD1DXIM' where id=7; -update noar tt set v0='CCLP2TUG' where id=7; -update noar ti set v0='CCLP2TUG' where id=7; -update noar tt set b2='BV7UA' where id=7; -update noar ti set b2='BV7UA' where id=7; -update noar tt set v0='H5TIU1HN5H6S' where id=8; -update noar ti set v0='H5TIU1HN5H6S' where id=8; -update noar tt set b0='TPNQ6PKGDH7FRN' where id=8; -update noar ti set b0='TPNQ6PKGDH7FRN' where id=8; -update noar tt set v0='YATXKM3ZO4M2WSKJ4AJJRIMKJ1WWZ' where id=8; -update noar ti set v0='YATXKM3ZO4M2WSKJ4AJJRIMKJ1WWZ' where id=8; -update noar tt set b1='IUBVN' where id=8; -update noar ti set b1='IUBVN' where id=8; -update noar tt set v0='NJ' where id=8; -update noar ti set v0='NJ' where id=8; -update noar tt set b2='WI2WZ8ZC9IRVU3OJU04Q2IGIY' where id=8; -update noar ti set b2='WI2WZ8ZC9IRVU3OJU04Q2IGIY' where id=8; -update noar tt set v0='LOHGD82GJ9HE4P70Y9GX2HNEGYJDA0F' where id=9; -update noar ti set v0='LOHGD82GJ9HE4P70Y9GX2HNEGYJDA0F' where id=9; -update noar tt set b0='XIG3K30QJ3N3J7AWRBDQEKFNXYY' where id=9; -update noar ti set b0='XIG3K30QJ3N3J7AWRBDQEKFNXYY' where id=9; -update noar tt set v0='WDVP5U92KZNYU' where id=9; -update noar ti set v0='WDVP5U92KZNYU' where id=9; -update noar tt set b1='P4X1Z8SNE' where id=9; -update noar ti set b1='P4X1Z8SNE' where id=9; -update noar tt set v0='ZO' where id=9; -update noar ti set v0='ZO' where id=9; -update noar tt set b2='DHYMQIK7RBAZ12G8ISTU' where id=9; -update noar ti set b2='DHYMQIK7RBAZ12G8ISTU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OD7U2GWRE4VBNUF1Q2OLW2GX0NIZG' where id=1; -update noar ti set v0='OD7U2GWRE4VBNUF1Q2OLW2GX0NIZG' where id=1; -update noar tt set b0='Z' where id=1; -update noar ti set b0='Z' where id=1; -update noar tt set v0='0NMBXJKAJ5ECX' where id=1; -update noar ti set v0='0NMBXJKAJ5ECX' where id=1; -update noar tt set b1='96' where id=1; -update noar ti set b1='96' where id=1; -update noar tt set v0='SQZC1FUZK' where id=1; -update noar ti set v0='SQZC1FUZK' where id=1; -update noar tt set b2='U3UEF26K59HNGYQ' where id=1; -update noar ti set b2='U3UEF26K59HNGYQ' where id=1; -update noar tt set v0='CUM51DE70R0P98N8QLW85VLUJJ85A4FA' where id=2; -update noar ti set v0='CUM51DE70R0P98N8QLW85VLUJJ85A4FA' where id=2; -update noar tt set b0='RY29M' where id=2; -update noar ti set b0='RY29M' where id=2; -update noar tt set v0='69SSVPI88KJPYU3CBPBZ' where id=2; -update noar ti set v0='69SSVPI88KJPYU3CBPBZ' where id=2; -update noar tt set b1='0PWCMD59CY5GJD0JR4EG6P7SIBX9QXC' where id=2; -update noar ti set b1='0PWCMD59CY5GJD0JR4EG6P7SIBX9QXC' where id=2; -update noar tt set v0='NQ9TP' where id=2; -update noar ti set v0='NQ9TP' where id=2; -update noar tt set b2='395' where id=2; -update noar ti set b2='395' where id=2; -update noar tt set v0='XZ3W5IEF' where id=3; -update noar ti set v0='XZ3W5IEF' where id=3; -update noar tt set b0='1EV8' where id=3; -update noar ti set b0='1EV8' where id=3; -update noar tt set v0='3GC1X' where id=3; -update noar ti set v0='3GC1X' where id=3; -update noar tt set b1='V6L5I2CMX3T876B5F6LXNN0ZUJ012Q9B' where id=3; -update noar ti set b1='V6L5I2CMX3T876B5F6LXNN0ZUJ012Q9B' where id=3; -update noar tt set v0='M764Q230O59PS78ZI' where id=3; -update noar ti set v0='M764Q230O59PS78ZI' where id=3; -update noar tt set b2='GQP5BGSGJWJ3W59BQ' where id=3; -update noar ti set b2='GQP5BGSGJWJ3W59BQ' where id=3; -update noar tt set v0='3BOP3AUY2' where id=4; -update noar ti set v0='3BOP3AUY2' where id=4; -update noar tt set b0='R47OJ1DD26TDV0KAD0DYFZXUHVBL5' where id=4; -update noar ti set b0='R47OJ1DD26TDV0KAD0DYFZXUHVBL5' where id=4; -update noar tt set v0='48AB02Z4WGF36W671LL23NGOP4' where id=4; -update noar ti set v0='48AB02Z4WGF36W671LL23NGOP4' where id=4; -update noar tt set b1='KBG3FMVLCMF735RE' where id=4; -update noar ti set b1='KBG3FMVLCMF735RE' where id=4; -update noar tt set v0='3GBRRDA1G7DXILQT02ZOB2JK1N' where id=4; -update noar ti set v0='3GBRRDA1G7DXILQT02ZOB2JK1N' where id=4; -update noar tt set b2='PZJ0T31G5LAQUCK2H53QUPTD8W6UJ' where id=4; -update noar ti set b2='PZJ0T31G5LAQUCK2H53QUPTD8W6UJ' where id=4; -update noar tt set v0='X6WDT9ZZEA6RZ2PSQ6BD80P03DSD29K' where id=5; -update noar ti set v0='X6WDT9ZZEA6RZ2PSQ6BD80P03DSD29K' where id=5; -update noar tt set b0='IGS' where id=5; -update noar ti set b0='IGS' where id=5; -update noar tt set v0='I84RXOJQCBFT9VA67SL37278K1FUPH' where id=5; -update noar ti set v0='I84RXOJQCBFT9VA67SL37278K1FUPH' where id=5; -update noar tt set b1='0QRESRYD1B8V34P09YT68ZK' where id=5; -update noar ti set b1='0QRESRYD1B8V34P09YT68ZK' where id=5; -update noar tt set v0='5AV5YLOLWC' where id=5; -update noar ti set v0='5AV5YLOLWC' where id=5; -update noar tt set b2='7' where id=5; -update noar ti set b2='7' where id=5; -update noar tt set v0='1E' where id=6; -update noar ti set v0='1E' where id=6; -update noar tt set b0='7XRZ3WJCKRTBRP' where id=6; -update noar ti set b0='7XRZ3WJCKRTBRP' where id=6; -update noar tt set v0='RUBPZ0C2' where id=6; -update noar ti set v0='RUBPZ0C2' where id=6; -update noar tt set b1='BDDVDB6TCQFJ69D3' where id=6; -update noar ti set b1='BDDVDB6TCQFJ69D3' where id=6; -update noar tt set v0='E' where id=6; -update noar ti set v0='E' where id=6; -update noar tt set b2='S03UXBDW18QC8ZVASS2T7R1HMY' where id=6; -update noar ti set b2='S03UXBDW18QC8ZVASS2T7R1HMY' where id=6; -update noar tt set v0='55' where id=7; -update noar ti set v0='55' where id=7; -update noar tt set b0='JFATL6SREEOIDZ6A9UN4CC' where id=7; -update noar ti set b0='JFATL6SREEOIDZ6A9UN4CC' where id=7; -update noar tt set v0='11S' where id=7; -update noar ti set v0='11S' where id=7; -update noar tt set b1='5KGSQ' where id=7; -update noar ti set b1='5KGSQ' where id=7; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b2='6HGM2NSDU52ESTP396DDXUDGG38ORY3' where id=7; -update noar ti set b2='6HGM2NSDU52ESTP396DDXUDGG38ORY3' where id=7; -update noar tt set v0='WDPYZ17V' where id=8; -update noar ti set v0='WDPYZ17V' where id=8; -update noar tt set b0='2HIKX2GKUXHKDQJJX2GYC7MRUI' where id=8; -update noar ti set b0='2HIKX2GKUXHKDQJJX2GYC7MRUI' where id=8; -update noar tt set v0='5MW6WUHMT4IIM48UID3P' where id=8; -update noar ti set v0='5MW6WUHMT4IIM48UID3P' where id=8; -update noar tt set b1='TZYAHU6LCH' where id=8; -update noar ti set b1='TZYAHU6LCH' where id=8; -update noar tt set v0='MZ0N8EAAUTTXFIQYAFO8HCCJ3IVX' where id=8; -update noar ti set v0='MZ0N8EAAUTTXFIQYAFO8HCCJ3IVX' where id=8; -update noar tt set b2='KKN4SQ8FXK3O0LFM8ULFIOT08X7MEA' where id=8; -update noar ti set b2='KKN4SQ8FXK3O0LFM8ULFIOT08X7MEA' where id=8; -update noar tt set v0='ZGPM8Q2DECD4GNAM' where id=9; -update noar ti set v0='ZGPM8Q2DECD4GNAM' where id=9; -update noar tt set b0='CGBIZU3S5I34' where id=9; -update noar ti set b0='CGBIZU3S5I34' where id=9; -update noar tt set v0='BO8OIBJJ' where id=9; -update noar ti set v0='BO8OIBJJ' where id=9; -update noar tt set b1='VBDU42CL7M3DST3CZX' where id=9; -update noar ti set b1='VBDU42CL7M3DST3CZX' where id=9; -update noar tt set v0='8UXMPQEC7VPCL78DN7V1HIQF' where id=9; -update noar ti set v0='8UXMPQEC7VPCL78DN7V1HIQF' where id=9; -update noar tt set b2='LS1O9ISP2F0VMVAVZCPXOQPBD2ELA' where id=9; -update noar ti set b2='LS1O9ISP2F0VMVAVZCPXOQPBD2ELA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='2FL5A671O3BLN70Z' where id=1; -update noar ti set b0='2FL5A671O3BLN70Z' where id=1; -update noar tt set v0='QXX2ACY06ZJYJNA6J374KEPB8' where id=1; -update noar ti set v0='QXX2ACY06ZJYJNA6J374KEPB8' where id=1; -update noar tt set b1='Z88LKRG9PVV' where id=1; -update noar ti set b1='Z88LKRG9PVV' where id=1; -update noar tt set v0='ITJVKBDE8V9GRU' where id=1; -update noar ti set v0='ITJVKBDE8V9GRU' where id=1; -update noar tt set b2='4NB2Z321QTPS33VXP5CLC1Z2G' where id=1; -update noar ti set b2='4NB2Z321QTPS33VXP5CLC1Z2G' where id=1; -update noar tt set v0='XJZT' where id=2; -update noar ti set v0='XJZT' where id=2; -update noar tt set b0='ZZ581EA78P1C4JQ' where id=2; -update noar ti set b0='ZZ581EA78P1C4JQ' where id=2; -update noar tt set v0='3CTYFUJY7LGYH5M6W' where id=2; -update noar ti set v0='3CTYFUJY7LGYH5M6W' where id=2; -update noar tt set b1='TB3I44RRHR4KJ' where id=2; -update noar ti set b1='TB3I44RRHR4KJ' where id=2; -update noar tt set v0='1CIW99I4R' where id=2; -update noar ti set v0='1CIW99I4R' where id=2; -update noar tt set b2='ZWIH2IPVXOOP8U8II' where id=2; -update noar ti set b2='ZWIH2IPVXOOP8U8II' where id=2; -update noar tt set v0='94LBME0N20NQMBR2BJQ49VZFK0ALI' where id=3; -update noar ti set v0='94LBME0N20NQMBR2BJQ49VZFK0ALI' where id=3; -update noar tt set b0='AFQI5X' where id=3; -update noar ti set b0='AFQI5X' where id=3; -update noar tt set v0='7AEDRDU66H00O9' where id=3; -update noar ti set v0='7AEDRDU66H00O9' where id=3; -update noar tt set b1='N1KM9GDCMUQTJ0LR' where id=3; -update noar ti set b1='N1KM9GDCMUQTJ0LR' where id=3; -update noar tt set v0='T5JGMRMIE016C2507BU7ILNEXI4G7X' where id=3; -update noar ti set v0='T5JGMRMIE016C2507BU7ILNEXI4G7X' where id=3; -update noar tt set b2='YV71Y' where id=3; -update noar ti set b2='YV71Y' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='FZIWANCO77X4I5GHWTXV70L1UP0' where id=4; -update noar ti set b0='FZIWANCO77X4I5GHWTXV70L1UP0' where id=4; -update noar tt set v0='9K6BSUMDAZXGRC4W59RFL2C6GMXC524' where id=4; -update noar ti set v0='9K6BSUMDAZXGRC4W59RFL2C6GMXC524' where id=4; -update noar tt set b1='U2SBKAUALJ4Y5Q5OFU7KDF' where id=4; -update noar ti set b1='U2SBKAUALJ4Y5Q5OFU7KDF' where id=4; -update noar tt set v0='8R' where id=4; -update noar ti set v0='8R' where id=4; -update noar tt set b2='APZGIGFP18' where id=4; -update noar ti set b2='APZGIGFP18' where id=4; -update noar tt set v0='P' where id=5; -update noar ti set v0='P' where id=5; -update noar tt set b0='X8KG1HVY63KSFC08JOCAD' where id=5; -update noar ti set b0='X8KG1HVY63KSFC08JOCAD' where id=5; -update noar tt set v0='LS1U' where id=5; -update noar ti set v0='LS1U' where id=5; -update noar tt set b1='CWT3RKAZOCJS1TL' where id=5; -update noar ti set b1='CWT3RKAZOCJS1TL' where id=5; -update noar tt set v0='9MPSX9LPAGGJ8DJDO' where id=5; -update noar ti set v0='9MPSX9LPAGGJ8DJDO' where id=5; -update noar tt set b2='4V5YJ4953RQOMBG5O5' where id=5; -update noar ti set b2='4V5YJ4953RQOMBG5O5' where id=5; -update noar tt set v0='X81V6DQB9QG' where id=6; -update noar ti set v0='X81V6DQB9QG' where id=6; -update noar tt set b0='BTZQ83C0SCNSPLB103N4ADSXTJC1ACYM' where id=6; -update noar ti set b0='BTZQ83C0SCNSPLB103N4ADSXTJC1ACYM' where id=6; -update noar tt set v0='5CIDA4LCP7L8R6UBZ8LOZZ' where id=6; -update noar ti set v0='5CIDA4LCP7L8R6UBZ8LOZZ' where id=6; -update noar tt set b1='THX6T8NMBMS12NVSFCFM49OA5JVZ1' where id=6; -update noar ti set b1='THX6T8NMBMS12NVSFCFM49OA5JVZ1' where id=6; -update noar tt set v0='IRTO5W6GB1R6RZRVEXQPM6QQNKRLXTAS' where id=6; -update noar ti set v0='IRTO5W6GB1R6RZRVEXQPM6QQNKRLXTAS' where id=6; -update noar tt set b2='676QFRVGJ2EOCIXM0FOROPQ06' where id=6; -update noar ti set b2='676QFRVGJ2EOCIXM0FOROPQ06' where id=6; -update noar tt set v0='BAUNIP8914WKN5J52DGOWUGF' where id=7; -update noar ti set v0='BAUNIP8914WKN5J52DGOWUGF' where id=7; -update noar tt set b0='2EQ2M3WYFNOV' where id=7; -update noar ti set b0='2EQ2M3WYFNOV' where id=7; -update noar tt set v0='ZNN2Y9N5U55UUI6BPR' where id=7; -update noar ti set v0='ZNN2Y9N5U55UUI6BPR' where id=7; -update noar tt set b1='C47TW' where id=7; -update noar ti set b1='C47TW' where id=7; -update noar tt set v0='OU0NFUMIG7A2LW2T7P8BKDNCSSWLENT' where id=7; -update noar ti set v0='OU0NFUMIG7A2LW2T7P8BKDNCSSWLENT' where id=7; -update noar tt set b2='R5Q9Z2KD5OFHVPCUNIHHTD2MS52SDT' where id=7; -update noar ti set b2='R5Q9Z2KD5OFHVPCUNIHHTD2MS52SDT' where id=7; -update noar tt set v0='PT30PI2W8B0' where id=8; -update noar ti set v0='PT30PI2W8B0' where id=8; -update noar tt set b0='HK3C2VEG' where id=8; -update noar ti set b0='HK3C2VEG' where id=8; -update noar tt set v0='DCCLO9RUZ8O' where id=8; -update noar ti set v0='DCCLO9RUZ8O' where id=8; -update noar tt set b1='IZJYZPBRDCIWKIQJQS' where id=8; -update noar ti set b1='IZJYZPBRDCIWKIQJQS' where id=8; -update noar tt set v0='SDQIQC9XF0JYZ85TTKJ9Q8AW4ZFYRFUB' where id=8; -update noar ti set v0='SDQIQC9XF0JYZ85TTKJ9Q8AW4ZFYRFUB' where id=8; -update noar tt set b2='4ALWL4JIDD4IBGULTO08RN95RS2' where id=8; -update noar ti set b2='4ALWL4JIDD4IBGULTO08RN95RS2' where id=8; -update noar tt set v0='FVH3MLV0Q6RV3S8WL9VQ29JDOSJ' where id=9; -update noar ti set v0='FVH3MLV0Q6RV3S8WL9VQ29JDOSJ' where id=9; -update noar tt set b0='HPA6RHHBVPMWCLJTXDR' where id=9; -update noar ti set b0='HPA6RHHBVPMWCLJTXDR' where id=9; -update noar tt set v0='5XAGO1' where id=9; -update noar ti set v0='5XAGO1' where id=9; -update noar tt set b1='64G01OQJKHYJOEKVPCQV0' where id=9; -update noar ti set b1='64G01OQJKHYJOEKVPCQV0' where id=9; -update noar tt set v0='YQHPG0SW6QBGRDYF' where id=9; -update noar ti set v0='YQHPG0SW6QBGRDYF' where id=9; -update noar tt set b2='D9MJMYKITVI9H' where id=9; -update noar ti set b2='D9MJMYKITVI9H' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NY6I53I6NQ43Z3NE3GK27BS' where id=1; -update noar ti set v0='NY6I53I6NQ43Z3NE3GK27BS' where id=1; -update noar tt set b0='9M5A' where id=1; -update noar ti set b0='9M5A' where id=1; -update noar tt set v0='3WC52KXRYED8N4RG578' where id=1; -update noar ti set v0='3WC52KXRYED8N4RG578' where id=1; -update noar tt set b1='CFCQHJ1ZGY6X62BCX4WEQMHYHCZB77DL' where id=1; -update noar ti set b1='CFCQHJ1ZGY6X62BCX4WEQMHYHCZB77DL' where id=1; -update noar tt set v0='WZK8Z06Q8V6VZBVYPNSIKF7' where id=1; -update noar ti set v0='WZK8Z06Q8V6VZBVYPNSIKF7' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='HIO6O0DZTZI25BMQP9' where id=2; -update noar ti set v0='HIO6O0DZTZI25BMQP9' where id=2; -update noar tt set b0='IHQ0FPU6WDRRMCJ7W6KB' where id=2; -update noar ti set b0='IHQ0FPU6WDRRMCJ7W6KB' where id=2; -update noar tt set v0='EYOP5UD' where id=2; -update noar ti set v0='EYOP5UD' where id=2; -update noar tt set b1='134X8Q' where id=2; -update noar ti set b1='134X8Q' where id=2; -update noar tt set v0='YSC2TV' where id=2; -update noar ti set v0='YSC2TV' where id=2; -update noar tt set b2='RDF9KMIH13Q2K0RBFBQHCCW' where id=2; -update noar ti set b2='RDF9KMIH13Q2K0RBFBQHCCW' where id=2; -update noar tt set v0='TU7CLC265Z3KYCTSK4P5VRXDU85PDY' where id=3; -update noar ti set v0='TU7CLC265Z3KYCTSK4P5VRXDU85PDY' where id=3; -update noar tt set b0='RYN4YHF35587CHO89H8584YBOZ' where id=3; -update noar ti set b0='RYN4YHF35587CHO89H8584YBOZ' where id=3; -update noar tt set v0='WJKXQNWJAP' where id=3; -update noar ti set v0='WJKXQNWJAP' where id=3; -update noar tt set b1='VX43Y650ZF9MJ48AC2VJPSPA1V4' where id=3; -update noar ti set b1='VX43Y650ZF9MJ48AC2VJPSPA1V4' where id=3; -update noar tt set v0='SINUFU60YCD0XB' where id=3; -update noar ti set v0='SINUFU60YCD0XB' where id=3; -update noar tt set b2='4QTRL' where id=3; -update noar ti set b2='4QTRL' where id=3; -update noar tt set v0='6DZMOESLINOXOFI6R24TM7C' where id=4; -update noar ti set v0='6DZMOESLINOXOFI6R24TM7C' where id=4; -update noar tt set b0='A1W13TZV' where id=4; -update noar ti set b0='A1W13TZV' where id=4; -update noar tt set v0='U7Q8H' where id=4; -update noar ti set v0='U7Q8H' where id=4; -update noar tt set b1='3DY7QYLMAX8DKVBUQOYFECB1C1Y' where id=4; -update noar ti set b1='3DY7QYLMAX8DKVBUQOYFECB1C1Y' where id=4; -update noar tt set v0='14VXFJCVMF469L8A6' where id=4; -update noar ti set v0='14VXFJCVMF469L8A6' where id=4; -update noar tt set b2='PABFN3XZWBL2PDY3OKT2H83' where id=4; -update noar ti set b2='PABFN3XZWBL2PDY3OKT2H83' where id=4; -update noar tt set v0='0JBOS89X8' where id=5; -update noar ti set v0='0JBOS89X8' where id=5; -update noar tt set b0='Z65DHL101QK76IJEW1' where id=5; -update noar ti set b0='Z65DHL101QK76IJEW1' where id=5; -update noar tt set v0='841064AI51KZRXWEXON66WF843HUN5O' where id=5; -update noar ti set v0='841064AI51KZRXWEXON66WF843HUN5O' where id=5; -update noar tt set b1='OYL3NDMKKYNQP6WHO8DUMRSDEV0SHG' where id=5; -update noar ti set b1='OYL3NDMKKYNQP6WHO8DUMRSDEV0SHG' where id=5; -update noar tt set v0='WCTD1IC' where id=5; -update noar ti set v0='WCTD1IC' where id=5; -update noar tt set b2='14Z8NAC5EFJYDOV5L23295W99FCRV' where id=5; -update noar ti set b2='14Z8NAC5EFJYDOV5L23295W99FCRV' where id=5; -update noar tt set v0='3HGRO53DFO' where id=6; -update noar ti set v0='3HGRO53DFO' where id=6; -update noar tt set b0='MWRAVX2J4XN9' where id=6; -update noar ti set b0='MWRAVX2J4XN9' where id=6; -update noar tt set v0='UFY8TS2D3Q4C77B' where id=6; -update noar ti set v0='UFY8TS2D3Q4C77B' where id=6; -update noar tt set b1='Y5L5J2RVN2CGT' where id=6; -update noar ti set b1='Y5L5J2RVN2CGT' where id=6; -update noar tt set v0='IH8I6XP1X691O' where id=6; -update noar ti set v0='IH8I6XP1X691O' where id=6; -update noar tt set b2='LMYYGGAOUEBWZ8CQHL0LINSW' where id=6; -update noar ti set b2='LMYYGGAOUEBWZ8CQHL0LINSW' where id=6; -update noar tt set v0='5P2Z1M0OS' where id=7; -update noar ti set v0='5P2Z1M0OS' where id=7; -update noar tt set b0='OPO722WMQXDTSQS9W4' where id=7; -update noar ti set b0='OPO722WMQXDTSQS9W4' where id=7; -update noar tt set v0='KYSAKL' where id=7; -update noar ti set v0='KYSAKL' where id=7; -update noar tt set b1='99YMP8FRZV03O7LG1' where id=7; -update noar ti set b1='99YMP8FRZV03O7LG1' where id=7; -update noar tt set v0='XQJT7NW4HYTNRM' where id=7; -update noar ti set v0='XQJT7NW4HYTNRM' where id=7; -update noar tt set b2='88OMWNINWYCJW2MDOPTB4TLCZDLG' where id=7; -update noar ti set b2='88OMWNINWYCJW2MDOPTB4TLCZDLG' where id=7; -update noar tt set v0='G6PHZFSV0CO6VZCL8C3Q3N3P' where id=8; -update noar ti set v0='G6PHZFSV0CO6VZCL8C3Q3N3P' where id=8; -update noar tt set b0='Q8LQNIPP0YCOKNI' where id=8; -update noar ti set b0='Q8LQNIPP0YCOKNI' where id=8; -update noar tt set v0='IRS2SKGU6898WQKKN104AA1IQZTIY' where id=8; -update noar ti set v0='IRS2SKGU6898WQKKN104AA1IQZTIY' where id=8; -update noar tt set b1='579Z2G7VN' where id=8; -update noar ti set b1='579Z2G7VN' where id=8; -update noar tt set v0='T5MYDI' where id=8; -update noar ti set v0='T5MYDI' where id=8; -update noar tt set b2='879OJ6J76ZCY' where id=8; -update noar ti set b2='879OJ6J76ZCY' where id=8; -update noar tt set v0='AXM4E' where id=9; -update noar ti set v0='AXM4E' where id=9; -update noar tt set b0='JM79E52Y1J8M07GMMPIHI7K8GGUEA' where id=9; -update noar ti set b0='JM79E52Y1J8M07GMMPIHI7K8GGUEA' where id=9; -update noar tt set v0='7X016' where id=9; -update noar ti set v0='7X016' where id=9; -update noar tt set b1='TQN4UF00YDS' where id=9; -update noar ti set b1='TQN4UF00YDS' where id=9; -update noar tt set v0='B6CKV5SWBUO024WIGOXOH7E5J' where id=9; -update noar ti set v0='B6CKV5SWBUO024WIGOXOH7E5J' where id=9; -update noar tt set b2='22YNXHK2BJYE4EY44U9ZV' where id=9; -update noar ti set b2='22YNXHK2BJYE4EY44U9ZV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AH0QPE6' where id=1; -update noar ti set v0='AH0QPE6' where id=1; -update noar tt set b0='KOW0OPILMP' where id=1; -update noar ti set b0='KOW0OPILMP' where id=1; -update noar tt set v0='VYQRZ53O' where id=1; -update noar ti set v0='VYQRZ53O' where id=1; -update noar tt set b1='XHRJUZU506VQ7VXXYBWOY768JYPC' where id=1; -update noar ti set b1='XHRJUZU506VQ7VXXYBWOY768JYPC' where id=1; -update noar tt set v0='NSQMQ7M1QYKO5D' where id=1; -update noar ti set v0='NSQMQ7M1QYKO5D' where id=1; -update noar tt set b2='3170DAEAV68K1Z9' where id=1; -update noar ti set b2='3170DAEAV68K1Z9' where id=1; -update noar tt set v0='ZYPJOYEQQRLV1C9IUB' where id=2; -update noar ti set v0='ZYPJOYEQQRLV1C9IUB' where id=2; -update noar tt set b0='ME1D9ZSQZXG2SAS4WWKIJ' where id=2; -update noar ti set b0='ME1D9ZSQZXG2SAS4WWKIJ' where id=2; -update noar tt set v0='7S7XA8UK' where id=2; -update noar ti set v0='7S7XA8UK' where id=2; -update noar tt set b1='WOSI7SGUGD0Y' where id=2; -update noar ti set b1='WOSI7SGUGD0Y' where id=2; -update noar tt set v0='CM6' where id=2; -update noar ti set v0='CM6' where id=2; -update noar tt set b2='CVZONN07AXKD8A' where id=2; -update noar ti set b2='CVZONN07AXKD8A' where id=2; -update noar tt set v0='ACUP1MTUXUHQ' where id=3; -update noar ti set v0='ACUP1MTUXUHQ' where id=3; -update noar tt set b0='TB8DF8XOT5BJIJTM4GXT' where id=3; -update noar ti set b0='TB8DF8XOT5BJIJTM4GXT' where id=3; -update noar tt set v0='SVI24A1XH3WQN' where id=3; -update noar ti set v0='SVI24A1XH3WQN' where id=3; -update noar tt set b1='QSTAFZKF' where id=3; -update noar ti set b1='QSTAFZKF' where id=3; -update noar tt set v0='5R9ZK' where id=3; -update noar ti set v0='5R9ZK' where id=3; -update noar tt set b2='5IH15FMEGO5PW' where id=3; -update noar ti set b2='5IH15FMEGO5PW' where id=3; -update noar tt set v0='OLMD96PZ7V9ZVKQF3TLL8' where id=4; -update noar ti set v0='OLMD96PZ7V9ZVKQF3TLL8' where id=4; -update noar tt set b0='17KW3KEH52VIT21YEELVTQVVP' where id=4; -update noar ti set b0='17KW3KEH52VIT21YEELVTQVVP' where id=4; -update noar tt set v0='8XN2L5H4O74S' where id=4; -update noar ti set v0='8XN2L5H4O74S' where id=4; -update noar tt set b1='FHGZV50WE1VQ0CP9FKOPL8BJ' where id=4; -update noar ti set b1='FHGZV50WE1VQ0CP9FKOPL8BJ' where id=4; -update noar tt set v0='7EPKTYU7WG80OEBZ5' where id=4; -update noar ti set v0='7EPKTYU7WG80OEBZ5' where id=4; -update noar tt set b2='NJ1PU' where id=4; -update noar ti set b2='NJ1PU' where id=4; -update noar tt set v0='0JTXLLPR33Z' where id=5; -update noar ti set v0='0JTXLLPR33Z' where id=5; -update noar tt set b0='THOKSU8N2WAZI52R7B16D3LSAEU3ONO' where id=5; -update noar ti set b0='THOKSU8N2WAZI52R7B16D3LSAEU3ONO' where id=5; -update noar tt set v0='08KBBM4VSCYWENBVR' where id=5; -update noar ti set v0='08KBBM4VSCYWENBVR' where id=5; -update noar tt set b1='18UQ4HTXH05RMT' where id=5; -update noar ti set b1='18UQ4HTXH05RMT' where id=5; -update noar tt set v0='XZGKBSVKB6IA' where id=5; -update noar ti set v0='XZGKBSVKB6IA' where id=5; -update noar tt set b2='G' where id=5; -update noar ti set b2='G' where id=5; -update noar tt set v0='0AIUVJK8353JJHBZG11R44EV5OVQXV' where id=6; -update noar ti set v0='0AIUVJK8353JJHBZG11R44EV5OVQXV' where id=6; -update noar tt set b0='2' where id=6; -update noar ti set b0='2' where id=6; -update noar tt set v0='67TC4RXIU4J' where id=6; -update noar ti set v0='67TC4RXIU4J' where id=6; -update noar tt set b1='D09O3Q69M5HRNB06FTBMG' where id=6; -update noar ti set b1='D09O3Q69M5HRNB06FTBMG' where id=6; -update noar tt set v0='G1XBK8HV3' where id=6; -update noar ti set v0='G1XBK8HV3' where id=6; -update noar tt set b2='ZD53QVOY3K2IQ9Z9JJ6R1A' where id=6; -update noar ti set b2='ZD53QVOY3K2IQ9Z9JJ6R1A' where id=6; -update noar tt set v0='L9VOXIQHG7KL49BR23' where id=7; -update noar ti set v0='L9VOXIQHG7KL49BR23' where id=7; -update noar tt set b0='7HWQ5QUZV4XCCP7FOW' where id=7; -update noar ti set b0='7HWQ5QUZV4XCCP7FOW' where id=7; -update noar tt set v0='Y6E00MR1TKSTHC0NFXPGY892' where id=7; -update noar ti set v0='Y6E00MR1TKSTHC0NFXPGY892' where id=7; -update noar tt set b1='37VZIDMPXDBKGM' where id=7; -update noar ti set b1='37VZIDMPXDBKGM' where id=7; -update noar tt set v0='ZH7JNDM75ZPKNSXOPGENYV' where id=7; -update noar ti set v0='ZH7JNDM75ZPKNSXOPGENYV' where id=7; -update noar tt set b2='T1MO7TLWKGNY4ELCKW0' where id=7; -update noar ti set b2='T1MO7TLWKGNY4ELCKW0' where id=7; -update noar tt set v0='BUNE0RBQ1BZHKPE' where id=8; -update noar ti set v0='BUNE0RBQ1BZHKPE' where id=8; -update noar tt set b0='079SASB411YF18C2L00ZFZW59WJCRC' where id=8; -update noar ti set b0='079SASB411YF18C2L00ZFZW59WJCRC' where id=8; -update noar tt set v0='HO92F0CTWJ27ZWXFX8RX782EAOPR2YQ' where id=8; -update noar ti set v0='HO92F0CTWJ27ZWXFX8RX782EAOPR2YQ' where id=8; -update noar tt set b1='TASLAWC7CR250B0W9SEQOCMLCHTHNV' where id=8; -update noar ti set b1='TASLAWC7CR250B0W9SEQOCMLCHTHNV' where id=8; -update noar tt set v0='GFM5181G1KR' where id=8; -update noar ti set v0='GFM5181G1KR' where id=8; -update noar tt set b2='EGGELRME' where id=8; -update noar ti set b2='EGGELRME' where id=8; -update noar tt set v0='NU' where id=9; -update noar ti set v0='NU' where id=9; -update noar tt set b0='WXQ' where id=9; -update noar ti set b0='WXQ' where id=9; -update noar tt set v0='LYAW83V0ESNKSV42' where id=9; -update noar ti set v0='LYAW83V0ESNKSV42' where id=9; -update noar tt set b1='Q30QVJU432J' where id=9; -update noar ti set b1='Q30QVJU432J' where id=9; -update noar tt set v0='Y4AM8CYHHHGIH58OOJGMPWT' where id=9; -update noar ti set v0='Y4AM8CYHHHGIH58OOJGMPWT' where id=9; -update noar tt set b2='PJ1KK9M8DISBU6R8NP7BQM03' where id=9; -update noar ti set b2='PJ1KK9M8DISBU6R8NP7BQM03' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EBDMVSE8SRS7' where id=1; -update noar ti set v0='EBDMVSE8SRS7' where id=1; -update noar tt set b0='3LLM47LYOHNHCMTKWDDL7J0PI3' where id=1; -update noar ti set b0='3LLM47LYOHNHCMTKWDDL7J0PI3' where id=1; -update noar tt set v0='ISMD5S9F3YHP8N61T60QIRWRW2YYI8' where id=1; -update noar ti set v0='ISMD5S9F3YHP8N61T60QIRWRW2YYI8' where id=1; -update noar tt set b1='YPTNHMJ6DEG2Z' where id=1; -update noar ti set b1='YPTNHMJ6DEG2Z' where id=1; -update noar tt set v0='MT58845PR24AZKRA0CXGGK2VOW' where id=1; -update noar ti set v0='MT58845PR24AZKRA0CXGGK2VOW' where id=1; -update noar tt set b2='U5PJTBALJ6G6S3R1G5GBI2KY5GHBT' where id=1; -update noar ti set b2='U5PJTBALJ6G6S3R1G5GBI2KY5GHBT' where id=1; -update noar tt set v0='JL4YOZB838MTJPSX9YK5INP54D' where id=2; -update noar ti set v0='JL4YOZB838MTJPSX9YK5INP54D' where id=2; -update noar tt set b0='6JNJRKL8L' where id=2; -update noar ti set b0='6JNJRKL8L' where id=2; -update noar tt set v0='97B6OSWMVOJ7P' where id=2; -update noar ti set v0='97B6OSWMVOJ7P' where id=2; -update noar tt set b1='BBZHEEZ58' where id=2; -update noar ti set b1='BBZHEEZ58' where id=2; -update noar tt set v0='K8H4AEJIG88D6L54' where id=2; -update noar ti set v0='K8H4AEJIG88D6L54' where id=2; -update noar tt set b2='OBVWZ9IS75O7OXGIEAE' where id=2; -update noar ti set b2='OBVWZ9IS75O7OXGIEAE' where id=2; -update noar tt set v0='R5W6007CPK3SKCC197EKYF6IIML' where id=3; -update noar ti set v0='R5W6007CPK3SKCC197EKYF6IIML' where id=3; -update noar tt set b0='0RPTS8X76FNYKXJESBQ6IJCZJ6466DFQ' where id=3; -update noar ti set b0='0RPTS8X76FNYKXJESBQ6IJCZJ6466DFQ' where id=3; -update noar tt set v0='1QXF0V6' where id=3; -update noar ti set v0='1QXF0V6' where id=3; -update noar tt set b1='545MG8ERXEY0ES2GWU6' where id=3; -update noar ti set b1='545MG8ERXEY0ES2GWU6' where id=3; -update noar tt set v0='9OER' where id=3; -update noar ti set v0='9OER' where id=3; -update noar tt set b2='2XLQR2ZLSAAF1J' where id=3; -update noar ti set b2='2XLQR2ZLSAAF1J' where id=3; -update noar tt set v0='AIG6T' where id=4; -update noar ti set v0='AIG6T' where id=4; -update noar tt set b0='UAA3DJVM4A67LENS9IQE4O34DAAZHE' where id=4; -update noar ti set b0='UAA3DJVM4A67LENS9IQE4O34DAAZHE' where id=4; -update noar tt set v0='Z8MH6087LWNL' where id=4; -update noar ti set v0='Z8MH6087LWNL' where id=4; -update noar tt set b1='2TO7O2GWF1S' where id=4; -update noar ti set b1='2TO7O2GWF1S' where id=4; -update noar tt set v0='112DGTZZFIGU6UW' where id=4; -update noar ti set v0='112DGTZZFIGU6UW' where id=4; -update noar tt set b2='ZUX' where id=4; -update noar ti set b2='ZUX' where id=4; -update noar tt set v0='5R812U1J4KC3I98Q9CD4Z5' where id=5; -update noar ti set v0='5R812U1J4KC3I98Q9CD4Z5' where id=5; -update noar tt set b0='W19LR394V1PUNQ5TOST08LK4JJ81' where id=5; -update noar ti set b0='W19LR394V1PUNQ5TOST08LK4JJ81' where id=5; -update noar tt set v0='N046OAF7KWWTFCHAK7M1MNEFUX6' where id=5; -update noar ti set v0='N046OAF7KWWTFCHAK7M1MNEFUX6' where id=5; -update noar tt set b1='BEX90' where id=5; -update noar ti set b1='BEX90' where id=5; -update noar tt set v0='W6ZJC283GG6XDRKDA00CU' where id=5; -update noar ti set v0='W6ZJC283GG6XDRKDA00CU' where id=5; -update noar tt set b2='SW6YF65ZZR' where id=5; -update noar ti set b2='SW6YF65ZZR' where id=5; -update noar tt set v0='FN4SQB7CLT' where id=6; -update noar ti set v0='FN4SQB7CLT' where id=6; -update noar tt set b0='91ESNOZG2HT8W5C3IL61K' where id=6; -update noar ti set b0='91ESNOZG2HT8W5C3IL61K' where id=6; -update noar tt set v0='OA0GW' where id=6; -update noar ti set v0='OA0GW' where id=6; -update noar tt set b1='KYB42T420M2S0RG5MVHEH8' where id=6; -update noar ti set b1='KYB42T420M2S0RG5MVHEH8' where id=6; -update noar tt set v0='SNXZDT6LXH' where id=6; -update noar ti set v0='SNXZDT6LXH' where id=6; -update noar tt set b2='3VXMULO4' where id=6; -update noar ti set b2='3VXMULO4' where id=6; -update noar tt set v0='24X59TQ4AO7TXEA8N' where id=7; -update noar ti set v0='24X59TQ4AO7TXEA8N' where id=7; -update noar tt set b0='OJNXGIEWCEJP0BO2ETUL2DRH3254VQ3' where id=7; -update noar ti set b0='OJNXGIEWCEJP0BO2ETUL2DRH3254VQ3' where id=7; -update noar tt set v0='C4ED5SOI' where id=7; -update noar ti set v0='C4ED5SOI' where id=7; -update noar tt set b1='FDEMF79SMDVEDRZV' where id=7; -update noar ti set b1='FDEMF79SMDVEDRZV' where id=7; -update noar tt set v0='45NRX77NHZ9DPO91YW24SFVC7R6PJ' where id=7; -update noar ti set v0='45NRX77NHZ9DPO91YW24SFVC7R6PJ' where id=7; -update noar tt set b2='H5DO1XGPAND5QL9ID' where id=7; -update noar ti set b2='H5DO1XGPAND5QL9ID' where id=7; -update noar tt set v0='735' where id=8; -update noar ti set v0='735' where id=8; -update noar tt set b0='F33F1LGLFK6MISSLGLQNIESWEGGNC59C' where id=8; -update noar ti set b0='F33F1LGLFK6MISSLGLQNIESWEGGNC59C' where id=8; -update noar tt set v0='Z74TECDZ0XQHY6B51AFC8B7G3A09GG2F' where id=8; -update noar ti set v0='Z74TECDZ0XQHY6B51AFC8B7G3A09GG2F' where id=8; -update noar tt set b1='OWZBVCAL9IARJLEV7J9RUGC' where id=8; -update noar ti set b1='OWZBVCAL9IARJLEV7J9RUGC' where id=8; -update noar tt set v0='HSG8G82JQIJEMQUMZMQ5ILG1UW' where id=8; -update noar ti set v0='HSG8G82JQIJEMQUMZMQ5ILG1UW' where id=8; -update noar tt set b2='1LZKUV2MNSKPN' where id=8; -update noar ti set b2='1LZKUV2MNSKPN' where id=8; -update noar tt set v0='1KMVQ13VKUTNUD8' where id=9; -update noar ti set v0='1KMVQ13VKUTNUD8' where id=9; -update noar tt set b0='8P7A9S32XDJZT44BQFQXMUMQ72' where id=9; -update noar ti set b0='8P7A9S32XDJZT44BQFQXMUMQ72' where id=9; -update noar tt set v0='HN7EL' where id=9; -update noar ti set v0='HN7EL' where id=9; -update noar tt set b1='YR8SBTP58NJMXP5BV24OL0K5B' where id=9; -update noar ti set b1='YR8SBTP58NJMXP5BV24OL0K5B' where id=9; -update noar tt set v0='MI782QHDFKDKX866T9KBZ09XVFJ' where id=9; -update noar ti set v0='MI782QHDFKDKX866T9KBZ09XVFJ' where id=9; -update noar tt set b2='9RE0JEAC4TGJ' where id=9; -update noar ti set b2='9RE0JEAC4TGJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K8NSPJ189F8KM6OROEJOJ1NMIV9Y8K6' where id=1; -update noar ti set v0='K8NSPJ189F8KM6OROEJOJ1NMIV9Y8K6' where id=1; -update noar tt set b0='6LMF64A8OS2X3' where id=1; -update noar ti set b0='6LMF64A8OS2X3' where id=1; -update noar tt set v0='NNI1BGFAA9OM1JWZHRSDSL2KUVM44FI' where id=1; -update noar ti set v0='NNI1BGFAA9OM1JWZHRSDSL2KUVM44FI' where id=1; -update noar tt set b1='ZBROJ6Q3HRIT4GZ9V' where id=1; -update noar ti set b1='ZBROJ6Q3HRIT4GZ9V' where id=1; -update noar tt set v0='Q11983622ERSVR05GIPBXR' where id=1; -update noar ti set v0='Q11983622ERSVR05GIPBXR' where id=1; -update noar tt set b2='KN7KF' where id=1; -update noar ti set b2='KN7KF' where id=1; -update noar tt set v0='SB5ISHJJV44VO77GE8SKA7139TC38OL' where id=2; -update noar ti set v0='SB5ISHJJV44VO77GE8SKA7139TC38OL' where id=2; -update noar tt set b0='53Z8NQIBR7D10BD414BY' where id=2; -update noar ti set b0='53Z8NQIBR7D10BD414BY' where id=2; -update noar tt set v0='STPDGQUQ0LAO6SA402T1P8' where id=2; -update noar ti set v0='STPDGQUQ0LAO6SA402T1P8' where id=2; -update noar tt set b1='MKEXV3R8IK08W2J0QYJU362' where id=2; -update noar ti set b1='MKEXV3R8IK08W2J0QYJU362' where id=2; -update noar tt set v0='AP6Y9D9785T6W7FK6O1FPMGQOTLSWD' where id=2; -update noar ti set v0='AP6Y9D9785T6W7FK6O1FPMGQOTLSWD' where id=2; -update noar tt set b2='G59NTPAVZ95H2I82Q5B' where id=2; -update noar ti set b2='G59NTPAVZ95H2I82Q5B' where id=2; -update noar tt set v0='P7009TG4BTBWX' where id=3; -update noar ti set v0='P7009TG4BTBWX' where id=3; -update noar tt set b0='0SABYIY6HXY6M' where id=3; -update noar ti set b0='0SABYIY6HXY6M' where id=3; -update noar tt set v0='089COAGUJXOHIHSX9Y1VOR1O6' where id=3; -update noar ti set v0='089COAGUJXOHIHSX9Y1VOR1O6' where id=3; -update noar tt set b1='KWQEBDL877LC' where id=3; -update noar ti set b1='KWQEBDL877LC' where id=3; -update noar tt set v0='Y711VK8VM4KZYRYQB2CJG8J36' where id=3; -update noar ti set v0='Y711VK8VM4KZYRYQB2CJG8J36' where id=3; -update noar tt set b2='ZWXUKT4BQBTER9N6V' where id=3; -update noar ti set b2='ZWXUKT4BQBTER9N6V' where id=3; -update noar tt set v0='8TH9CZFHVO6LTLFZB73M7Q' where id=4; -update noar ti set v0='8TH9CZFHVO6LTLFZB73M7Q' where id=4; -update noar tt set b0='DPO8UJ6ZHYN3J0BL92' where id=4; -update noar ti set b0='DPO8UJ6ZHYN3J0BL92' where id=4; -update noar tt set v0='E2N' where id=4; -update noar ti set v0='E2N' where id=4; -update noar tt set b1='HBOUE8ABT5Q5DBGKN' where id=4; -update noar ti set b1='HBOUE8ABT5Q5DBGKN' where id=4; -update noar tt set v0='C6DA97JFDC' where id=4; -update noar ti set v0='C6DA97JFDC' where id=4; -update noar tt set b2='KJ47WRCHX9CDVXU99LMU' where id=4; -update noar ti set b2='KJ47WRCHX9CDVXU99LMU' where id=4; -update noar tt set v0='XFR3J' where id=5; -update noar ti set v0='XFR3J' where id=5; -update noar tt set b0='P78MA' where id=5; -update noar ti set b0='P78MA' where id=5; -update noar tt set v0='VGJFEI8BSG3VHUBNEPTI' where id=5; -update noar ti set v0='VGJFEI8BSG3VHUBNEPTI' where id=5; -update noar tt set b1='3EG2W3DYKCVK' where id=5; -update noar ti set b1='3EG2W3DYKCVK' where id=5; -update noar tt set v0='7M8LRFW9XOL945G' where id=5; -update noar ti set v0='7M8LRFW9XOL945G' where id=5; -update noar tt set b2='92LZO2S465NJ3ZZNVTH' where id=5; -update noar ti set b2='92LZO2S465NJ3ZZNVTH' where id=5; -update noar tt set v0='E5KTDNHV8YRLR8MS185F886N' where id=6; -update noar ti set v0='E5KTDNHV8YRLR8MS185F886N' where id=6; -update noar tt set b0='84W3KV27G41M470O5UM2MV58' where id=6; -update noar ti set b0='84W3KV27G41M470O5UM2MV58' where id=6; -update noar tt set v0='8WL1S7VOITW3A0V9EKAYZ5WSH5AVABKI' where id=6; -update noar ti set v0='8WL1S7VOITW3A0V9EKAYZ5WSH5AVABKI' where id=6; -update noar tt set b1='HVAUU0T8RUA7KFWQHXH102UCQZNP' where id=6; -update noar ti set b1='HVAUU0T8RUA7KFWQHXH102UCQZNP' where id=6; -update noar tt set v0='YRBNYN9OQEX299P95WWZ16GG1XEU' where id=6; -update noar ti set v0='YRBNYN9OQEX299P95WWZ16GG1XEU' where id=6; -update noar tt set b2='1JZW6RL836Y0B' where id=6; -update noar ti set b2='1JZW6RL836Y0B' where id=6; -update noar tt set v0='9AO0PMC1U3NK5VU6Y0A' where id=7; -update noar ti set v0='9AO0PMC1U3NK5VU6Y0A' where id=7; -update noar tt set b0='DXED3P' where id=7; -update noar ti set b0='DXED3P' where id=7; -update noar tt set v0='N91HXSDSGQ8957CF4SH' where id=7; -update noar ti set v0='N91HXSDSGQ8957CF4SH' where id=7; -update noar tt set b1='19RTEBXJ' where id=7; -update noar ti set b1='19RTEBXJ' where id=7; -update noar tt set v0='NA583' where id=7; -update noar ti set v0='NA583' where id=7; -update noar tt set b2='A8PIRU08HHI8P4NH1H7M8' where id=7; -update noar ti set b2='A8PIRU08HHI8P4NH1H7M8' where id=7; -update noar tt set v0='TCKTNX00RS7OCBZS6R' where id=8; -update noar ti set v0='TCKTNX00RS7OCBZS6R' where id=8; -update noar tt set b0='PFH2ECI5PSYY5X6RVW' where id=8; -update noar ti set b0='PFH2ECI5PSYY5X6RVW' where id=8; -update noar tt set v0='ZJLFP22U5MOVF' where id=8; -update noar ti set v0='ZJLFP22U5MOVF' where id=8; -update noar tt set b1='89XI3QPR7JM7LJD596FDN' where id=8; -update noar ti set b1='89XI3QPR7JM7LJD596FDN' where id=8; -update noar tt set v0='DNMX5QSFKDQJ' where id=8; -update noar ti set v0='DNMX5QSFKDQJ' where id=8; -update noar tt set b2='PMANK0RF34GV' where id=8; -update noar ti set b2='PMANK0RF34GV' where id=8; -update noar tt set v0='CP9OR4' where id=9; -update noar ti set v0='CP9OR4' where id=9; -update noar tt set b0='UBARS9EYH43DRZ4RQJQIP1X2JP2CP' where id=9; -update noar ti set b0='UBARS9EYH43DRZ4RQJQIP1X2JP2CP' where id=9; -update noar tt set v0='CIXEAVKVXU' where id=9; -update noar ti set v0='CIXEAVKVXU' where id=9; -update noar tt set b1='S9RGTGFSCE8CUTA2ZTQ934BBPGG' where id=9; -update noar ti set b1='S9RGTGFSCE8CUTA2ZTQ934BBPGG' where id=9; -update noar tt set v0='O6TZ8JM8A4W1' where id=9; -update noar ti set v0='O6TZ8JM8A4W1' where id=9; -update noar tt set b2='3QWTT010XHC5UHLN4S06' where id=9; -update noar ti set b2='3QWTT010XHC5UHLN4S06' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IO183H14D1WS' where id=1; -update noar ti set v0='IO183H14D1WS' where id=1; -update noar tt set b0='4659HHPODFOX7H28I' where id=1; -update noar ti set b0='4659HHPODFOX7H28I' where id=1; -update noar tt set v0='V794014B20ZPL8UA93XN4D4GN452ISBM' where id=1; -update noar ti set v0='V794014B20ZPL8UA93XN4D4GN452ISBM' where id=1; -update noar tt set b1='NP' where id=1; -update noar ti set b1='NP' where id=1; -update noar tt set v0='HZD70LUSY' where id=1; -update noar ti set v0='HZD70LUSY' where id=1; -update noar tt set b2='2W7TW' where id=1; -update noar ti set b2='2W7TW' where id=1; -update noar tt set v0='LG5Y5UAYTY0JI' where id=2; -update noar ti set v0='LG5Y5UAYTY0JI' where id=2; -update noar tt set b0='LI0' where id=2; -update noar ti set b0='LI0' where id=2; -update noar tt set v0='V0PQLUP624SPBJTVPYY6LWZ' where id=2; -update noar ti set v0='V0PQLUP624SPBJTVPYY6LWZ' where id=2; -update noar tt set b1='FFGMF67N' where id=2; -update noar ti set b1='FFGMF67N' where id=2; -update noar tt set v0='9ILULRIJ49FOWO701RS8US6EN0CLC' where id=2; -update noar ti set v0='9ILULRIJ49FOWO701RS8US6EN0CLC' where id=2; -update noar tt set b2='R2XLNNPFM35QH9PTFG7429YES3' where id=2; -update noar ti set b2='R2XLNNPFM35QH9PTFG7429YES3' where id=2; -update noar tt set v0='GO60CLY8UW1IE5DMDM' where id=3; -update noar ti set v0='GO60CLY8UW1IE5DMDM' where id=3; -update noar tt set b0='G7HTHTB611JX19W6CETJPCTDYFTC5' where id=3; -update noar ti set b0='G7HTHTB611JX19W6CETJPCTDYFTC5' where id=3; -update noar tt set v0='FPR08WZUWZD' where id=3; -update noar ti set v0='FPR08WZUWZD' where id=3; -update noar tt set b1='RFELQ2O9XNWVT8E1AO43S7O' where id=3; -update noar ti set b1='RFELQ2O9XNWVT8E1AO43S7O' where id=3; -update noar tt set v0='6JCMUIRX4CDT8R5V334OSNEQ8C' where id=3; -update noar ti set v0='6JCMUIRX4CDT8R5V334OSNEQ8C' where id=3; -update noar tt set b2='1W0RNVBQ9UQT0BXI' where id=3; -update noar ti set b2='1W0RNVBQ9UQT0BXI' where id=3; -update noar tt set v0='RHM' where id=4; -update noar ti set v0='RHM' where id=4; -update noar tt set b0='8O1VS8JKLHNNVEI2VTQIVBIK0' where id=4; -update noar ti set b0='8O1VS8JKLHNNVEI2VTQIVBIK0' where id=4; -update noar tt set v0='F1Y45M' where id=4; -update noar ti set v0='F1Y45M' where id=4; -update noar tt set b1='0AISSMOOX1GNSOIUN7B4C2708U8U1' where id=4; -update noar ti set b1='0AISSMOOX1GNSOIUN7B4C2708U8U1' where id=4; -update noar tt set v0='4FPJ12U2KXUUF34UUCF2HA7SU' where id=4; -update noar ti set v0='4FPJ12U2KXUUF34UUCF2HA7SU' where id=4; -update noar tt set b2='KEL3VYHM' where id=4; -update noar ti set b2='KEL3VYHM' where id=4; -update noar tt set v0='YSR5UG5GCIWVQB1VKWW4O0HEPU57A2' where id=5; -update noar ti set v0='YSR5UG5GCIWVQB1VKWW4O0HEPU57A2' where id=5; -update noar tt set b0='OW8NRFQ7RUF4WW0' where id=5; -update noar ti set b0='OW8NRFQ7RUF4WW0' where id=5; -update noar tt set v0='ZSLIWZKVJWS0XXD' where id=5; -update noar ti set v0='ZSLIWZKVJWS0XXD' where id=5; -update noar tt set b1='TW5TC0P8LQ7LK41H3NDGL5CC' where id=5; -update noar ti set b1='TW5TC0P8LQ7LK41H3NDGL5CC' where id=5; -update noar tt set v0='CR' where id=5; -update noar ti set v0='CR' where id=5; -update noar tt set b2='3A62GE0' where id=5; -update noar ti set b2='3A62GE0' where id=5; -update noar tt set v0='JIT6Z9A8DFG084KW7G' where id=6; -update noar ti set v0='JIT6Z9A8DFG084KW7G' where id=6; -update noar tt set b0='HM' where id=6; -update noar ti set b0='HM' where id=6; -update noar tt set v0='WJH3UE76ZSG' where id=6; -update noar ti set v0='WJH3UE76ZSG' where id=6; -update noar tt set b1='4NGYH5TWD57ZRWRV' where id=6; -update noar ti set b1='4NGYH5TWD57ZRWRV' where id=6; -update noar tt set v0='119K6HXZD492URWUT1ZEIOG' where id=6; -update noar ti set v0='119K6HXZD492URWUT1ZEIOG' where id=6; -update noar tt set b2='RCO3B5MT2DGXQZ' where id=6; -update noar ti set b2='RCO3B5MT2DGXQZ' where id=6; -update noar tt set v0='OJ291GEPK1RMR07OFH9' where id=7; -update noar ti set v0='OJ291GEPK1RMR07OFH9' where id=7; -update noar tt set b0='H24GEC0NZHAGY4QC757OI2QNFY74' where id=7; -update noar ti set b0='H24GEC0NZHAGY4QC757OI2QNFY74' where id=7; -update noar tt set v0='3P19Y7OJYE' where id=7; -update noar ti set v0='3P19Y7OJYE' where id=7; -update noar tt set b1='JH' where id=7; -update noar ti set b1='JH' where id=7; -update noar tt set v0='5' where id=7; -update noar ti set v0='5' where id=7; -update noar tt set b2='TAYUPP3H7J5RE70I8WWPKXEAA' where id=7; -update noar ti set b2='TAYUPP3H7J5RE70I8WWPKXEAA' where id=7; -update noar tt set v0='CFG0DPZS0CMB' where id=8; -update noar ti set v0='CFG0DPZS0CMB' where id=8; -update noar tt set b0='J6GJABCR9SJKK6BO5' where id=8; -update noar ti set b0='J6GJABCR9SJKK6BO5' where id=8; -update noar tt set v0='ERVZ4EV9HZXZS6YTS9P' where id=8; -update noar ti set v0='ERVZ4EV9HZXZS6YTS9P' where id=8; -update noar tt set b1='47TDQS84MGAB9Z4TC' where id=8; -update noar ti set b1='47TDQS84MGAB9Z4TC' where id=8; -update noar tt set v0='8GNSVLA8IHMYTUOYIM' where id=8; -update noar ti set v0='8GNSVLA8IHMYTUOYIM' where id=8; -update noar tt set b2='O475F' where id=8; -update noar ti set b2='O475F' where id=8; -update noar tt set v0='GG4GDZ4CSPDY2MGGS6L9QBH5W6' where id=9; -update noar ti set v0='GG4GDZ4CSPDY2MGGS6L9QBH5W6' where id=9; -update noar tt set b0='GES24NIWZ0FJ09HTB8' where id=9; -update noar ti set b0='GES24NIWZ0FJ09HTB8' where id=9; -update noar tt set v0='S2NHJIET' where id=9; -update noar ti set v0='S2NHJIET' where id=9; -update noar tt set b1='LZSCMC5B3MGLGS68WDDLX122GHBW8WR' where id=9; -update noar ti set b1='LZSCMC5B3MGLGS68WDDLX122GHBW8WR' where id=9; -update noar tt set v0='NNRHRO87YKM9ZHMXIXY94GO6T84EXDU7' where id=9; -update noar ti set v0='NNRHRO87YKM9ZHMXIXY94GO6T84EXDU7' where id=9; -update noar tt set b2='DUYWTHBGQTFWY0F7WBBRUIKL9CA5' where id=9; -update noar ti set b2='DUYWTHBGQTFWY0F7WBBRUIKL9CA5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FQJEBWZ5H9QATEP' where id=1; -update noar ti set v0='FQJEBWZ5H9QATEP' where id=1; -update noar tt set b0='94KXNTAJHCFX3JG458XUZGAGAFFX' where id=1; -update noar ti set b0='94KXNTAJHCFX3JG458XUZGAGAFFX' where id=1; -update noar tt set v0='S4WX0KP4IYHF7WPV7WLVOZ79K81' where id=1; -update noar ti set v0='S4WX0KP4IYHF7WPV7WLVOZ79K81' where id=1; -update noar tt set b1='NF' where id=1; -update noar ti set b1='NF' where id=1; -update noar tt set v0='FYD1C8XIBYI16SHIVJJYNPY6P' where id=1; -update noar ti set v0='FYD1C8XIBYI16SHIVJJYNPY6P' where id=1; -update noar tt set b2='YXXQPI18CCSAAKIC5R3N52LUMGF7AJW' where id=1; -update noar ti set b2='YXXQPI18CCSAAKIC5R3N52LUMGF7AJW' where id=1; -update noar tt set v0='JRPGR9ZV6VQLXX4UZ5S229ZQB0SZ2' where id=2; -update noar ti set v0='JRPGR9ZV6VQLXX4UZ5S229ZQB0SZ2' where id=2; -update noar tt set b0='WEN30AFXA6DLGXWGAZ' where id=2; -update noar ti set b0='WEN30AFXA6DLGXWGAZ' where id=2; -update noar tt set v0='VP0W5C5TY' where id=2; -update noar ti set v0='VP0W5C5TY' where id=2; -update noar tt set b1='SX79T2M' where id=2; -update noar ti set b1='SX79T2M' where id=2; -update noar tt set v0='SMA1R3STCSPCR84YO8J9C26L2' where id=2; -update noar ti set v0='SMA1R3STCSPCR84YO8J9C26L2' where id=2; -update noar tt set b2='UZFK1OQXFUZG' where id=2; -update noar ti set b2='UZFK1OQXFUZG' where id=2; -update noar tt set v0='EGWWLFQJ0B1' where id=3; -update noar ti set v0='EGWWLFQJ0B1' where id=3; -update noar tt set b0='4V8RMAL' where id=3; -update noar ti set b0='4V8RMAL' where id=3; -update noar tt set v0='72GDUYZ86W8RJQYXL6QEE' where id=3; -update noar ti set v0='72GDUYZ86W8RJQYXL6QEE' where id=3; -update noar tt set b1='BZKLCI' where id=3; -update noar ti set b1='BZKLCI' where id=3; -update noar tt set v0='IHBKYL1BDZ6UT672YO' where id=3; -update noar ti set v0='IHBKYL1BDZ6UT672YO' where id=3; -update noar tt set b2='ULBHM2GQSZE57FYYBC7R2' where id=3; -update noar ti set b2='ULBHM2GQSZE57FYYBC7R2' where id=3; -update noar tt set v0='KX1L5YMHYO5TWA2NFF2ZC' where id=4; -update noar ti set v0='KX1L5YMHYO5TWA2NFF2ZC' where id=4; -update noar tt set b0='V8DA0B9D' where id=4; -update noar ti set b0='V8DA0B9D' where id=4; -update noar tt set v0='J7FI7Z46YLY5591JREZCXU55L7' where id=4; -update noar ti set v0='J7FI7Z46YLY5591JREZCXU55L7' where id=4; -update noar tt set b1='LYMOJ2NBZ3QSJHPUK2L2' where id=4; -update noar ti set b1='LYMOJ2NBZ3QSJHPUK2L2' where id=4; -update noar tt set v0='C1PDF82HCNUMTX7TD0IAUGU8781' where id=4; -update noar ti set v0='C1PDF82HCNUMTX7TD0IAUGU8781' where id=4; -update noar tt set b2='SHV4DZNX2T26CR0BA7GWG5139PTNG' where id=4; -update noar ti set b2='SHV4DZNX2T26CR0BA7GWG5139PTNG' where id=4; -update noar tt set v0='T772XEVGTFV' where id=5; -update noar ti set v0='T772XEVGTFV' where id=5; -update noar tt set b0='CFMKN8LUFBEBNRE4FJG7V7YU17IIE' where id=5; -update noar ti set b0='CFMKN8LUFBEBNRE4FJG7V7YU17IIE' where id=5; -update noar tt set v0='D' where id=5; -update noar ti set v0='D' where id=5; -update noar tt set b1='B6P2Y36S7LV04DBT' where id=5; -update noar ti set b1='B6P2Y36S7LV04DBT' where id=5; -update noar tt set v0='FUSTNCDCMYB00USXC9SG' where id=5; -update noar ti set v0='FUSTNCDCMYB00USXC9SG' where id=5; -update noar tt set b2='45X6B9C9CKO7ACSDYWF2C0UPEWBVD' where id=5; -update noar ti set b2='45X6B9C9CKO7ACSDYWF2C0UPEWBVD' where id=5; -update noar tt set v0='YRF' where id=6; -update noar ti set v0='YRF' where id=6; -update noar tt set b0='FIT19WCTO' where id=6; -update noar ti set b0='FIT19WCTO' where id=6; -update noar tt set v0='HUT7DKH54G3SEE08R8U1SCOJY' where id=6; -update noar ti set v0='HUT7DKH54G3SEE08R8U1SCOJY' where id=6; -update noar tt set b1='K5PWHFU4QXCT8PULYCJN845' where id=6; -update noar ti set b1='K5PWHFU4QXCT8PULYCJN845' where id=6; -update noar tt set v0='1ZV6T12OVT0O9J7WKV' where id=6; -update noar ti set v0='1ZV6T12OVT0O9J7WKV' where id=6; -update noar tt set b2='3AMDBYZFPO2GDDZGHKC7GBNJ' where id=6; -update noar ti set b2='3AMDBYZFPO2GDDZGHKC7GBNJ' where id=6; -update noar tt set v0='62649G70QT23G598IR5CKLPND4SFUKQ' where id=7; -update noar ti set v0='62649G70QT23G598IR5CKLPND4SFUKQ' where id=7; -update noar tt set b0='Q7PI30WPVLNLW00' where id=7; -update noar ti set b0='Q7PI30WPVLNLW00' where id=7; -update noar tt set v0='U4DU6U03LW0GDV' where id=7; -update noar ti set v0='U4DU6U03LW0GDV' where id=7; -update noar tt set b1='581AR1P21X8HKGJYNDH0AGXB' where id=7; -update noar ti set b1='581AR1P21X8HKGJYNDH0AGXB' where id=7; -update noar tt set v0='OEOCXX8MB38GTMW' where id=7; -update noar ti set v0='OEOCXX8MB38GTMW' where id=7; -update noar tt set b2='Y6G8ZWVI5EGH7NMJ326OQKJWZMCCO5IA' where id=7; -update noar ti set b2='Y6G8ZWVI5EGH7NMJ326OQKJWZMCCO5IA' where id=7; -update noar tt set v0='CM8RUHC2HEH2MSY47BATWMXMXIWV' where id=8; -update noar ti set v0='CM8RUHC2HEH2MSY47BATWMXMXIWV' where id=8; -update noar tt set b0='J48HOSOIR8ITD' where id=8; -update noar ti set b0='J48HOSOIR8ITD' where id=8; -update noar tt set v0='CJ7DM7VIS5FVFFTSC1A9T3IPOX512' where id=8; -update noar ti set v0='CJ7DM7VIS5FVFFTSC1A9T3IPOX512' where id=8; -update noar tt set b1='DDDA0C1KCQAGLX02PUPYX9JOTH1Q4WBY' where id=8; -update noar ti set b1='DDDA0C1KCQAGLX02PUPYX9JOTH1Q4WBY' where id=8; -update noar tt set v0='5WMFIGARIK08F4WOA1' where id=8; -update noar ti set v0='5WMFIGARIK08F4WOA1' where id=8; -update noar tt set b2='3C74W5EAAU06EEK745CEYPKEMQD' where id=8; -update noar ti set b2='3C74W5EAAU06EEK745CEYPKEMQD' where id=8; -update noar tt set v0='8YQL4C2UA838FLPTK8' where id=9; -update noar ti set v0='8YQL4C2UA838FLPTK8' where id=9; -update noar tt set b0='6MIA72A297ZYL2VLGDJ3HD1XR' where id=9; -update noar ti set b0='6MIA72A297ZYL2VLGDJ3HD1XR' where id=9; -update noar tt set v0='MW5PFU7AUWFDGRE6' where id=9; -update noar ti set v0='MW5PFU7AUWFDGRE6' where id=9; -update noar tt set b1='OTBG4W5FF1ZY6OML4FVJP1H14IBH' where id=9; -update noar ti set b1='OTBG4W5FF1ZY6OML4FVJP1H14IBH' where id=9; -update noar tt set v0='UGMRBVTEORP6EM3TJ' where id=9; -update noar ti set v0='UGMRBVTEORP6EM3TJ' where id=9; -update noar tt set b2='V' where id=9; -update noar ti set b2='V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7XTT73TB6O2ZROIS6Y' where id=1; -update noar ti set v0='7XTT73TB6O2ZROIS6Y' where id=1; -update noar tt set b0='Q7KGHH' where id=1; -update noar ti set b0='Q7KGHH' where id=1; -update noar tt set v0='XY1VOS09GPAWLXEETTVSP3T0' where id=1; -update noar ti set v0='XY1VOS09GPAWLXEETTVSP3T0' where id=1; -update noar tt set b1='1TK8D' where id=1; -update noar ti set b1='1TK8D' where id=1; -update noar tt set v0='16XA06KSW6NIT' where id=1; -update noar ti set v0='16XA06KSW6NIT' where id=1; -update noar tt set b2='7T3DDNQPF4OYECMNFGX5OXJF' where id=1; -update noar ti set b2='7T3DDNQPF4OYECMNFGX5OXJF' where id=1; -update noar tt set v0='IIN4XULFRSR58UT4H6XTFOFSNAYMMQBB' where id=2; -update noar ti set v0='IIN4XULFRSR58UT4H6XTFOFSNAYMMQBB' where id=2; -update noar tt set b0='ZFCOTEUO684CUJBGJSDWO7W' where id=2; -update noar ti set b0='ZFCOTEUO684CUJBGJSDWO7W' where id=2; -update noar tt set v0='X9FHNE7G6YYWCBP9EWH8RD4W' where id=2; -update noar ti set v0='X9FHNE7G6YYWCBP9EWH8RD4W' where id=2; -update noar tt set b1='M4OYBT793CUJ1674PHUUEAM8J55MS' where id=2; -update noar ti set b1='M4OYBT793CUJ1674PHUUEAM8J55MS' where id=2; -update noar tt set v0='F' where id=2; -update noar ti set v0='F' where id=2; -update noar tt set b2='2GX93CUWKA7GKHTWMR' where id=2; -update noar ti set b2='2GX93CUWKA7GKHTWMR' where id=2; -update noar tt set v0='3S8UD79J7ZMYZ' where id=3; -update noar ti set v0='3S8UD79J7ZMYZ' where id=3; -update noar tt set b0='6TBMQGKGL2JMT' where id=3; -update noar ti set b0='6TBMQGKGL2JMT' where id=3; -update noar tt set v0='Z950E9IRHP5L1VTLMJ0MECLQC51' where id=3; -update noar ti set v0='Z950E9IRHP5L1VTLMJ0MECLQC51' where id=3; -update noar tt set b1='4TZ3B' where id=3; -update noar ti set b1='4TZ3B' where id=3; -update noar tt set v0='V' where id=3; -update noar ti set v0='V' where id=3; -update noar tt set b2='4GU1VTRD5GF87HNJPJYP2SXK0IRBQPY' where id=3; -update noar ti set b2='4GU1VTRD5GF87HNJPJYP2SXK0IRBQPY' where id=3; -update noar tt set v0='ECEYJOFA504OPSNOEAOJ' where id=4; -update noar ti set v0='ECEYJOFA504OPSNOEAOJ' where id=4; -update noar tt set b0='OUYV5F' where id=4; -update noar ti set b0='OUYV5F' where id=4; -update noar tt set v0='7Y6J6LXKONTTGEVEUA9Z' where id=4; -update noar ti set v0='7Y6J6LXKONTTGEVEUA9Z' where id=4; -update noar tt set b1='P3LW' where id=4; -update noar ti set b1='P3LW' where id=4; -update noar tt set v0='SZ38GAN2EM51' where id=4; -update noar ti set v0='SZ38GAN2EM51' where id=4; -update noar tt set b2='9E' where id=4; -update noar ti set b2='9E' where id=4; -update noar tt set v0='2' where id=5; -update noar ti set v0='2' where id=5; -update noar tt set b0='IF7YOOD8UCL7FL' where id=5; -update noar ti set b0='IF7YOOD8UCL7FL' where id=5; -update noar tt set v0='HUHXW5QJF7P' where id=5; -update noar ti set v0='HUHXW5QJF7P' where id=5; -update noar tt set b1='54I625COL1E' where id=5; -update noar ti set b1='54I625COL1E' where id=5; -update noar tt set v0='T61CCMJU0FWNX' where id=5; -update noar ti set v0='T61CCMJU0FWNX' where id=5; -update noar tt set b2='Y1G0RDSE184U3EI21NQWJS7' where id=5; -update noar ti set b2='Y1G0RDSE184U3EI21NQWJS7' where id=5; -update noar tt set v0='HUHMVG3C6KFUIWZYPSJWAJFILVTWW0' where id=6; -update noar ti set v0='HUHMVG3C6KFUIWZYPSJWAJFILVTWW0' where id=6; -update noar tt set b0='SSS4' where id=6; -update noar ti set b0='SSS4' where id=6; -update noar tt set v0='22Q3QFMX9O6EK8JH5J' where id=6; -update noar ti set v0='22Q3QFMX9O6EK8JH5J' where id=6; -update noar tt set b1='GFQYG61MUE3BO5' where id=6; -update noar ti set b1='GFQYG61MUE3BO5' where id=6; -update noar tt set v0='MJ6RUYCTN1B04IXPBI6K7VONB3RZO' where id=6; -update noar ti set v0='MJ6RUYCTN1B04IXPBI6K7VONB3RZO' where id=6; -update noar tt set b2='QC1UN0X0ZDF6YK' where id=6; -update noar ti set b2='QC1UN0X0ZDF6YK' where id=6; -update noar tt set v0='16GAUCR1A7FZV3BN0' where id=7; -update noar ti set v0='16GAUCR1A7FZV3BN0' where id=7; -update noar tt set b0='4S71LZQD1MV4PLZ9K273TF0I' where id=7; -update noar ti set b0='4S71LZQD1MV4PLZ9K273TF0I' where id=7; -update noar tt set v0='B3DX22JT9KMPOMG4YQNQSEZD8I' where id=7; -update noar ti set v0='B3DX22JT9KMPOMG4YQNQSEZD8I' where id=7; -update noar tt set b1='901DP42WV97QFW1NLYDRR88AWP' where id=7; -update noar ti set b1='901DP42WV97QFW1NLYDRR88AWP' where id=7; -update noar tt set v0='RH1H99MQBOWGDNA6F0ZCAU0EHY' where id=7; -update noar ti set v0='RH1H99MQBOWGDNA6F0ZCAU0EHY' where id=7; -update noar tt set b2='UTJ24G95SZK28WIZTEG7FQAS2G5AFH' where id=7; -update noar ti set b2='UTJ24G95SZK28WIZTEG7FQAS2G5AFH' where id=7; -update noar tt set v0='5INBHYAFHU6UNXWXW82' where id=8; -update noar ti set v0='5INBHYAFHU6UNXWXW82' where id=8; -update noar tt set b0='R8' where id=8; -update noar ti set b0='R8' where id=8; -update noar tt set v0='86J3XWPQBDAE7DH6N4BSWCNKQ0DSICR4' where id=8; -update noar ti set v0='86J3XWPQBDAE7DH6N4BSWCNKQ0DSICR4' where id=8; -update noar tt set b1='XO9ADPIOC15W65' where id=8; -update noar ti set b1='XO9ADPIOC15W65' where id=8; -update noar tt set v0='ZWX' where id=8; -update noar ti set v0='ZWX' where id=8; -update noar tt set b2='DI02PG5UHYGW26QIP7RFN5' where id=8; -update noar ti set b2='DI02PG5UHYGW26QIP7RFN5' where id=8; -update noar tt set v0='23B' where id=9; -update noar ti set v0='23B' where id=9; -update noar tt set b0='OK7CO7B605S05ZEA2R' where id=9; -update noar ti set b0='OK7CO7B605S05ZEA2R' where id=9; -update noar tt set v0='MRAVTBHQJ2KMBQ' where id=9; -update noar ti set v0='MRAVTBHQJ2KMBQ' where id=9; -update noar tt set b1='VBVVXR' where id=9; -update noar ti set b1='VBVVXR' where id=9; -update noar tt set v0='WVYRUL7OKPOCAG' where id=9; -update noar ti set v0='WVYRUL7OKPOCAG' where id=9; -update noar tt set b2='AZYZ2TNI4' where id=9; -update noar ti set b2='AZYZ2TNI4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='P8ERNEXJX0' where id=1; -update noar ti set v0='P8ERNEXJX0' where id=1; -update noar tt set b0='46LLDX6PU5W3C1AK8' where id=1; -update noar ti set b0='46LLDX6PU5W3C1AK8' where id=1; -update noar tt set v0='89DEUI' where id=1; -update noar ti set v0='89DEUI' where id=1; -update noar tt set b1='51OIFUHAFC' where id=1; -update noar ti set b1='51OIFUHAFC' where id=1; -update noar tt set v0='YDG1IG3BOYA8D9J7LNZM' where id=1; -update noar ti set v0='YDG1IG3BOYA8D9J7LNZM' where id=1; -update noar tt set b2='Q31K7LUKOKN63WE0536ZJVXE4VFGYJL' where id=1; -update noar ti set b2='Q31K7LUKOKN63WE0536ZJVXE4VFGYJL' where id=1; -update noar tt set v0='V' where id=2; -update noar ti set v0='V' where id=2; -update noar tt set b0='4' where id=2; -update noar ti set b0='4' where id=2; -update noar tt set v0='HF3LV51L9NUVQ16H' where id=2; -update noar ti set v0='HF3LV51L9NUVQ16H' where id=2; -update noar tt set b1='9TLL9T' where id=2; -update noar ti set b1='9TLL9T' where id=2; -update noar tt set v0='NJD6IG' where id=2; -update noar ti set v0='NJD6IG' where id=2; -update noar tt set b2='ZZ0LN5ILJ7E1WWMME26J6BFR5' where id=2; -update noar ti set b2='ZZ0LN5ILJ7E1WWMME26J6BFR5' where id=2; -update noar tt set v0='BMZSSN5DZ68AAZHDFVDKT6AOIN4' where id=3; -update noar ti set v0='BMZSSN5DZ68AAZHDFVDKT6AOIN4' where id=3; -update noar tt set b0='IYBES7D33F' where id=3; -update noar ti set b0='IYBES7D33F' where id=3; -update noar tt set v0='VRV9J3OELG82TP49NIIL93K0ILZK8OEH' where id=3; -update noar ti set v0='VRV9J3OELG82TP49NIIL93K0ILZK8OEH' where id=3; -update noar tt set b1='BAZMSYZ9' where id=3; -update noar ti set b1='BAZMSYZ9' where id=3; -update noar tt set v0='71TVIPM60CDQ' where id=3; -update noar ti set v0='71TVIPM60CDQ' where id=3; -update noar tt set b2='PQ0CQ9TQJ30QHIE6VMFKUZ0VM24' where id=3; -update noar ti set b2='PQ0CQ9TQJ30QHIE6VMFKUZ0VM24' where id=3; -update noar tt set v0='FK2QS2M38MG4SB' where id=4; -update noar ti set v0='FK2QS2M38MG4SB' where id=4; -update noar tt set b0='BJ53EUSXGLSJT2DK0HRSTKVNOC' where id=4; -update noar ti set b0='BJ53EUSXGLSJT2DK0HRSTKVNOC' where id=4; -update noar tt set v0='AW0JKGZG' where id=4; -update noar ti set v0='AW0JKGZG' where id=4; -update noar tt set b1='QYF22DIANJZJDLW' where id=4; -update noar ti set b1='QYF22DIANJZJDLW' where id=4; -update noar tt set v0='UOKB2TZJGOAY7W0CCY13IM6DCN83RNV' where id=4; -update noar ti set v0='UOKB2TZJGOAY7W0CCY13IM6DCN83RNV' where id=4; -update noar tt set b2='QFGB82ROQMFRJ' where id=4; -update noar ti set b2='QFGB82ROQMFRJ' where id=4; -update noar tt set v0='GCT1' where id=5; -update noar ti set v0='GCT1' where id=5; -update noar tt set b0='4AY3G3TMA6K1KLOG' where id=5; -update noar ti set b0='4AY3G3TMA6K1KLOG' where id=5; -update noar tt set v0='E2NQGKV9NQ' where id=5; -update noar ti set v0='E2NQGKV9NQ' where id=5; -update noar tt set b1='0FZXXTL56A9FDWQWTV8VDE5' where id=5; -update noar ti set b1='0FZXXTL56A9FDWQWTV8VDE5' where id=5; -update noar tt set v0='2' where id=5; -update noar ti set v0='2' where id=5; -update noar tt set b2='XNHFGL9O4331TJ8O5WGJ' where id=5; -update noar ti set b2='XNHFGL9O4331TJ8O5WGJ' where id=5; -update noar tt set v0='3WN2' where id=6; -update noar ti set v0='3WN2' where id=6; -update noar tt set b0='4OHP6FSU5QAPFHYGW3' where id=6; -update noar ti set b0='4OHP6FSU5QAPFHYGW3' where id=6; -update noar tt set v0='6LZLS7JDJZMXTEL09' where id=6; -update noar ti set v0='6LZLS7JDJZMXTEL09' where id=6; -update noar tt set b1='E56W' where id=6; -update noar ti set b1='E56W' where id=6; -update noar tt set v0='Z' where id=6; -update noar ti set v0='Z' where id=6; -update noar tt set b2='QL4P44RMBNPTM1BGXORDXA' where id=6; -update noar ti set b2='QL4P44RMBNPTM1BGXORDXA' where id=6; -update noar tt set v0='V72KAJT49Q3XNJJH3BZ38UIDBR' where id=7; -update noar ti set v0='V72KAJT49Q3XNJJH3BZ38UIDBR' where id=7; -update noar tt set b0='A8ZHTF28G2ESEKC2P' where id=7; -update noar ti set b0='A8ZHTF28G2ESEKC2P' where id=7; -update noar tt set v0='MSU2TK7T7X8H2PO002' where id=7; -update noar ti set v0='MSU2TK7T7X8H2PO002' where id=7; -update noar tt set b1='OEIVQ9JNR12TLNS9F9TRBO' where id=7; -update noar ti set b1='OEIVQ9JNR12TLNS9F9TRBO' where id=7; -update noar tt set v0='ORMWQRG' where id=7; -update noar ti set v0='ORMWQRG' where id=7; -update noar tt set b2='2TGJ' where id=7; -update noar ti set b2='2TGJ' where id=7; -update noar tt set v0='DM8NIYDI3UY7VYOP6CA' where id=8; -update noar ti set v0='DM8NIYDI3UY7VYOP6CA' where id=8; -update noar tt set b0='0R8SCQQHS2' where id=8; -update noar ti set b0='0R8SCQQHS2' where id=8; -update noar tt set v0='73V4GP8ZGHQUPGHJQNEMSNB6ZDC09RB' where id=8; -update noar ti set v0='73V4GP8ZGHQUPGHJQNEMSNB6ZDC09RB' where id=8; -update noar tt set b1='T5PUHSVI2D42NGLBRORMZ5QYC5DTXTZ' where id=8; -update noar ti set b1='T5PUHSVI2D42NGLBRORMZ5QYC5DTXTZ' where id=8; -update noar tt set v0='VQFLD8QM79CJWYS' where id=8; -update noar ti set v0='VQFLD8QM79CJWYS' where id=8; -update noar tt set b2='U71T03E3B7RY' where id=8; -update noar ti set b2='U71T03E3B7RY' where id=8; -update noar tt set v0='040Z9WA6YSCGWQ9B5W4NU423DTFI' where id=9; -update noar ti set v0='040Z9WA6YSCGWQ9B5W4NU423DTFI' where id=9; -update noar tt set b0='7S5ZH62ONHLKBLLQM6J9ME9PA2EP' where id=9; -update noar ti set b0='7S5ZH62ONHLKBLLQM6J9ME9PA2EP' where id=9; -update noar tt set v0='EPH88UO2JBO4A45I1MH7U9LLQT' where id=9; -update noar ti set v0='EPH88UO2JBO4A45I1MH7U9LLQT' where id=9; -update noar tt set b1='KBVAOHS4TOMRVITUY9PFOU9HHF' where id=9; -update noar ti set b1='KBVAOHS4TOMRVITUY9PFOU9HHF' where id=9; -update noar tt set v0='0JGT7D8SMB9C3EIG54GE57U12' where id=9; -update noar ti set v0='0JGT7D8SMB9C3EIG54GE57U12' where id=9; -update noar tt set b2='2Y57' where id=9; -update noar ti set b2='2Y57' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BROUDSR' where id=1; -update noar ti set v0='BROUDSR' where id=1; -update noar tt set b0='RIX5UPSX8W3TD609MDRNEN' where id=1; -update noar ti set b0='RIX5UPSX8W3TD609MDRNEN' where id=1; -update noar tt set v0='FA2DJ12YMS4AGIP0AP38FZ4OG' where id=1; -update noar ti set v0='FA2DJ12YMS4AGIP0AP38FZ4OG' where id=1; -update noar tt set b1='MF3RMRFVZ1DL9FGW2IPNCF' where id=1; -update noar ti set b1='MF3RMRFVZ1DL9FGW2IPNCF' where id=1; -update noar tt set v0='2FGI' where id=1; -update noar ti set v0='2FGI' where id=1; -update noar tt set b2='DUJD9TNRDDT7IRA5SG429RDYRKPF7YYS' where id=1; -update noar ti set b2='DUJD9TNRDDT7IRA5SG429RDYRKPF7YYS' where id=1; -update noar tt set v0='KZA3SVRJMGZ' where id=2; -update noar ti set v0='KZA3SVRJMGZ' where id=2; -update noar tt set b0='BDM6QA64CL' where id=2; -update noar ti set b0='BDM6QA64CL' where id=2; -update noar tt set v0='KJDHM84OLBFC8HEV0U0' where id=2; -update noar ti set v0='KJDHM84OLBFC8HEV0U0' where id=2; -update noar tt set b1='G1SL9DX1N3O0CHC5I' where id=2; -update noar ti set b1='G1SL9DX1N3O0CHC5I' where id=2; -update noar tt set v0='1740XYPAI2DR1C' where id=2; -update noar ti set v0='1740XYPAI2DR1C' where id=2; -update noar tt set b2='UU' where id=2; -update noar ti set b2='UU' where id=2; -update noar tt set v0='HSHCU568NJ4QCQC9HDIU236FWGWW' where id=3; -update noar ti set v0='HSHCU568NJ4QCQC9HDIU236FWGWW' where id=3; -update noar tt set b0='4WPHC740' where id=3; -update noar ti set b0='4WPHC740' where id=3; -update noar tt set v0='SG33S788P0HN1B3AQX6' where id=3; -update noar ti set v0='SG33S788P0HN1B3AQX6' where id=3; -update noar tt set b1='44SHY2BBA9BLFRYF1FKKA5TE' where id=3; -update noar ti set b1='44SHY2BBA9BLFRYF1FKKA5TE' where id=3; -update noar tt set v0='ITFEBA8WACVKR67GS5QQ0OTQBAHB' where id=3; -update noar ti set v0='ITFEBA8WACVKR67GS5QQ0OTQBAHB' where id=3; -update noar tt set b2='YA4KQWU4AFP6SIO8' where id=3; -update noar ti set b2='YA4KQWU4AFP6SIO8' where id=3; -update noar tt set v0='BQ7W9X' where id=4; -update noar ti set v0='BQ7W9X' where id=4; -update noar tt set b0='QFUTQUZZF71D5J' where id=4; -update noar ti set b0='QFUTQUZZF71D5J' where id=4; -update noar tt set v0='2NPYTD9N3OJPUBJHSRH4RWMBOWQFT2P' where id=4; -update noar ti set v0='2NPYTD9N3OJPUBJHSRH4RWMBOWQFT2P' where id=4; -update noar tt set b1='1L98HMNCNYU' where id=4; -update noar ti set b1='1L98HMNCNYU' where id=4; -update noar tt set v0='6QIPIGAAFURBQ7DCUFBKHE7FTUEQWMB' where id=4; -update noar ti set v0='6QIPIGAAFURBQ7DCUFBKHE7FTUEQWMB' where id=4; -update noar tt set b2='60PQQJWWA9AZ' where id=4; -update noar ti set b2='60PQQJWWA9AZ' where id=4; -update noar tt set v0='WWQCW66A' where id=5; -update noar ti set v0='WWQCW66A' where id=5; -update noar tt set b0='M1MY4PN8NFJP' where id=5; -update noar ti set b0='M1MY4PN8NFJP' where id=5; -update noar tt set v0='DHTNK6F7SEKJVX0SIWCPGWA77IAQKY2U' where id=5; -update noar ti set v0='DHTNK6F7SEKJVX0SIWCPGWA77IAQKY2U' where id=5; -update noar tt set b1='B' where id=5; -update noar ti set b1='B' where id=5; -update noar tt set v0='6BYP' where id=5; -update noar ti set v0='6BYP' where id=5; -update noar tt set b2='HICT9Z5K4E' where id=5; -update noar ti set b2='HICT9Z5K4E' where id=5; -update noar tt set v0='F' where id=6; -update noar ti set v0='F' where id=6; -update noar tt set b0='MQZO2RFT36J' where id=6; -update noar ti set b0='MQZO2RFT36J' where id=6; -update noar tt set v0='ABFV2ZBHW67QVLBTGQMS662N2X' where id=6; -update noar ti set v0='ABFV2ZBHW67QVLBTGQMS662N2X' where id=6; -update noar tt set b1='7BKQ3B8NSXP3DVP94W67' where id=6; -update noar ti set b1='7BKQ3B8NSXP3DVP94W67' where id=6; -update noar tt set v0='4VSCO3SE9ENG1RHBJCDVHFVOEGJLX0' where id=6; -update noar ti set v0='4VSCO3SE9ENG1RHBJCDVHFVOEGJLX0' where id=6; -update noar tt set b2='9LFYQYL80G82XGFQ' where id=6; -update noar ti set b2='9LFYQYL80G82XGFQ' where id=6; -update noar tt set v0='OBREEN9N8JK5PF4TFS27FOI' where id=7; -update noar ti set v0='OBREEN9N8JK5PF4TFS27FOI' where id=7; -update noar tt set b0='WBJPALYRNREZ1DG97W22LW3YNPZ' where id=7; -update noar ti set b0='WBJPALYRNREZ1DG97W22LW3YNPZ' where id=7; -update noar tt set v0='G30MQH1Z3NTR7XBKHF' where id=7; -update noar ti set v0='G30MQH1Z3NTR7XBKHF' where id=7; -update noar tt set b1='0' where id=7; -update noar ti set b1='0' where id=7; -update noar tt set v0='JE7YZ' where id=7; -update noar ti set v0='JE7YZ' where id=7; -update noar tt set b2='KZK' where id=7; -update noar ti set b2='KZK' where id=7; -update noar tt set v0='W16ESY' where id=8; -update noar ti set v0='W16ESY' where id=8; -update noar tt set b0='2KHZO6WI' where id=8; -update noar ti set b0='2KHZO6WI' where id=8; -update noar tt set v0='0CPXCSLBIS5K522R' where id=8; -update noar ti set v0='0CPXCSLBIS5K522R' where id=8; -update noar tt set b1='A58CI6K4NQ7FQAPKWE9LG8OO' where id=8; -update noar ti set b1='A58CI6K4NQ7FQAPKWE9LG8OO' where id=8; -update noar tt set v0='BZRNYKOYM83Y93UCTAR1' where id=8; -update noar ti set v0='BZRNYKOYM83Y93UCTAR1' where id=8; -update noar tt set b2='JC2R1Z090XG8TBIPREB8RVM0LCGW' where id=8; -update noar ti set b2='JC2R1Z090XG8TBIPREB8RVM0LCGW' where id=8; -update noar tt set v0='1BS' where id=9; -update noar ti set v0='1BS' where id=9; -update noar tt set b0='3KLCZHEJFGRE1RWD27IFY0' where id=9; -update noar ti set b0='3KLCZHEJFGRE1RWD27IFY0' where id=9; -update noar tt set v0='IIPL2GQ7RWMNSAAZM2EBN9LWMHY7EXVE' where id=9; -update noar ti set v0='IIPL2GQ7RWMNSAAZM2EBN9LWMHY7EXVE' where id=9; -update noar tt set b1='OSRXH' where id=9; -update noar ti set b1='OSRXH' where id=9; -update noar tt set v0='MOJUUCMQUO0' where id=9; -update noar ti set v0='MOJUUCMQUO0' where id=9; -update noar tt set b2='EFKIQ6TG9RBD1N0IRU5QFJS7' where id=9; -update noar ti set b2='EFKIQ6TG9RBD1N0IRU5QFJS7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SRYJIKT9UMDUUVMJWKG' where id=1; -update noar ti set v0='SRYJIKT9UMDUUVMJWKG' where id=1; -update noar tt set b0='I6IK9FCUHYKXOM' where id=1; -update noar ti set b0='I6IK9FCUHYKXOM' where id=1; -update noar tt set v0='HUV9FWP3J26VL' where id=1; -update noar ti set v0='HUV9FWP3J26VL' where id=1; -update noar tt set b1='3WOW43V1QDPD6ZJ' where id=1; -update noar ti set b1='3WOW43V1QDPD6ZJ' where id=1; -update noar tt set v0='3J2NLWHDFJE0EH8ZAXD2U1827USBPIV' where id=1; -update noar ti set v0='3J2NLWHDFJE0EH8ZAXD2U1827USBPIV' where id=1; -update noar tt set b2='Y497E01' where id=1; -update noar ti set b2='Y497E01' where id=1; -update noar tt set v0='H1JY' where id=2; -update noar ti set v0='H1JY' where id=2; -update noar tt set b0='YI35EOFSQB7EZ7CRW7S9QI' where id=2; -update noar ti set b0='YI35EOFSQB7EZ7CRW7S9QI' where id=2; -update noar tt set v0='7LKGN6KR7MLI3XZVXA3TFYM' where id=2; -update noar ti set v0='7LKGN6KR7MLI3XZVXA3TFYM' where id=2; -update noar tt set b1='BE2S48NUFB7XPK9OUQSVE41PAZN0W' where id=2; -update noar ti set b1='BE2S48NUFB7XPK9OUQSVE41PAZN0W' where id=2; -update noar tt set v0='TAV8CKC1CEXWQF6G5R0QJ93' where id=2; -update noar ti set v0='TAV8CKC1CEXWQF6G5R0QJ93' where id=2; -update noar tt set b2='0DQPMM' where id=2; -update noar ti set b2='0DQPMM' where id=2; -update noar tt set v0='NY7MI21QOVN15AYK6A64' where id=3; -update noar ti set v0='NY7MI21QOVN15AYK6A64' where id=3; -update noar tt set b0='NEEQHUG6JF4GM7MH6KH63WQU604A' where id=3; -update noar ti set b0='NEEQHUG6JF4GM7MH6KH63WQU604A' where id=3; -update noar tt set v0='6H6SHGNTN7' where id=3; -update noar ti set v0='6H6SHGNTN7' where id=3; -update noar tt set b1='KT0GOJI68W5RVC9OU25240RLD5WJBR2' where id=3; -update noar ti set b1='KT0GOJI68W5RVC9OU25240RLD5WJBR2' where id=3; -update noar tt set v0='F5TC01JDVCVGUZN1WSTEXZ' where id=3; -update noar ti set v0='F5TC01JDVCVGUZN1WSTEXZ' where id=3; -update noar tt set b2='XUKBAL579EL1D' where id=3; -update noar ti set b2='XUKBAL579EL1D' where id=3; -update noar tt set v0='0VJEEDOX1YX1C2IRBUD' where id=4; -update noar ti set v0='0VJEEDOX1YX1C2IRBUD' where id=4; -update noar tt set b0='CHG' where id=4; -update noar ti set b0='CHG' where id=4; -update noar tt set v0='CPBEFBD' where id=4; -update noar ti set v0='CPBEFBD' where id=4; -update noar tt set b1='4I6' where id=4; -update noar ti set b1='4I6' where id=4; -update noar tt set v0='6UAQ6M4IWS1ILD798ZRF29YI73ZGFP2P' where id=4; -update noar ti set v0='6UAQ6M4IWS1ILD798ZRF29YI73ZGFP2P' where id=4; -update noar tt set b2='7RZBWU77YZSE' where id=4; -update noar ti set b2='7RZBWU77YZSE' where id=4; -update noar tt set v0='IHCY' where id=5; -update noar ti set v0='IHCY' where id=5; -update noar tt set b0='NF7MX9803ULIJCVUTSVGHDX6DGY0HCA7' where id=5; -update noar ti set b0='NF7MX9803ULIJCVUTSVGHDX6DGY0HCA7' where id=5; -update noar tt set v0='9HW38U6NN7' where id=5; -update noar ti set v0='9HW38U6NN7' where id=5; -update noar tt set b1='W5QHTB383UTHMHTA51STZFE' where id=5; -update noar ti set b1='W5QHTB383UTHMHTA51STZFE' where id=5; -update noar tt set v0='6H662CU5AK0ZVSLO91' where id=5; -update noar ti set v0='6H662CU5AK0ZVSLO91' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='NIE1Y2RAXOXDF53KQE68GDYJ6QSP' where id=6; -update noar ti set v0='NIE1Y2RAXOXDF53KQE68GDYJ6QSP' where id=6; -update noar tt set b0='1HJIHCTB9UQ7SP77OO1GCB0XGZ' where id=6; -update noar ti set b0='1HJIHCTB9UQ7SP77OO1GCB0XGZ' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b1='E5' where id=6; -update noar ti set b1='E5' where id=6; -update noar tt set v0='K5' where id=6; -update noar ti set v0='K5' where id=6; -update noar tt set b2='JDWGFIUQ58ZFW619J5V4N63' where id=6; -update noar ti set b2='JDWGFIUQ58ZFW619J5V4N63' where id=6; -update noar tt set v0='B486QLU' where id=7; -update noar ti set v0='B486QLU' where id=7; -update noar tt set b0='BYGMXZ2AJ55VN0DL8HHNGYNXAEAA7Z9' where id=7; -update noar ti set b0='BYGMXZ2AJ55VN0DL8HHNGYNXAEAA7Z9' where id=7; -update noar tt set v0='PF' where id=7; -update noar ti set v0='PF' where id=7; -update noar tt set b1='B384EWQEFMAH7SIHFGK98YQ3YY6CX7EA' where id=7; -update noar ti set b1='B384EWQEFMAH7SIHFGK98YQ3YY6CX7EA' where id=7; -update noar tt set v0='H5GZVSYQAXU24' where id=7; -update noar ti set v0='H5GZVSYQAXU24' where id=7; -update noar tt set b2='LLOXPNDN3SFLP29YOML' where id=7; -update noar ti set b2='LLOXPNDN3SFLP29YOML' where id=7; -update noar tt set v0='I5D7YUMCCM6B' where id=8; -update noar ti set v0='I5D7YUMCCM6B' where id=8; -update noar tt set b0='C5SM3TMLLRRSHROTJ' where id=8; -update noar ti set b0='C5SM3TMLLRRSHROTJ' where id=8; -update noar tt set v0='XSEOI' where id=8; -update noar ti set v0='XSEOI' where id=8; -update noar tt set b1='VTQ' where id=8; -update noar ti set b1='VTQ' where id=8; -update noar tt set v0='GQ23CUQG4O' where id=8; -update noar ti set v0='GQ23CUQG4O' where id=8; -update noar tt set b2='RGTFQ1BLW25X72BHAUHHD8' where id=8; -update noar ti set b2='RGTFQ1BLW25X72BHAUHHD8' where id=8; -update noar tt set v0='K7828F3XRT6XEE4PWP9J2T' where id=9; -update noar ti set v0='K7828F3XRT6XEE4PWP9J2T' where id=9; -update noar tt set b0='KDVF7O1W6S6JSRVV1EE' where id=9; -update noar ti set b0='KDVF7O1W6S6JSRVV1EE' where id=9; -update noar tt set v0='RS84B7KKF' where id=9; -update noar ti set v0='RS84B7KKF' where id=9; -update noar tt set b1='4V1QC9TC1O7J7C' where id=9; -update noar ti set b1='4V1QC9TC1O7J7C' where id=9; -update noar tt set v0='2IUL5W04RM34NU6M9QGQSX1' where id=9; -update noar ti set v0='2IUL5W04RM34NU6M9QGQSX1' where id=9; -update noar tt set b2='0RYE2TOC' where id=9; -update noar ti set b2='0RYE2TOC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1M3BDN2LYVWHKCQ75NL' where id=1; -update noar ti set v0='1M3BDN2LYVWHKCQ75NL' where id=1; -update noar tt set b0='WIP8ZSUE5TWWDFRZ5PRGQ2' where id=1; -update noar ti set b0='WIP8ZSUE5TWWDFRZ5PRGQ2' where id=1; -update noar tt set v0='IVBVLGZYOJ0KOLDC1EJ2' where id=1; -update noar ti set v0='IVBVLGZYOJ0KOLDC1EJ2' where id=1; -update noar tt set b1='B2UVWA7PX2U2Y7I8XW5U' where id=1; -update noar ti set b1='B2UVWA7PX2U2Y7I8XW5U' where id=1; -update noar tt set v0='EYITE2Z9PS2' where id=1; -update noar ti set v0='EYITE2Z9PS2' where id=1; -update noar tt set b2='GIJ6XAP' where id=1; -update noar ti set b2='GIJ6XAP' where id=1; -update noar tt set v0='L3N86NTCWANSI9YAV' where id=2; -update noar ti set v0='L3N86NTCWANSI9YAV' where id=2; -update noar tt set b0='G' where id=2; -update noar ti set b0='G' where id=2; -update noar tt set v0='P7IGSKL6V3E4PEE9FLJRBDLJZ' where id=2; -update noar ti set v0='P7IGSKL6V3E4PEE9FLJRBDLJZ' where id=2; -update noar tt set b1='UKRP' where id=2; -update noar ti set b1='UKRP' where id=2; -update noar tt set v0='VSPIM7XWS63UKL78BZE09C2T' where id=2; -update noar ti set v0='VSPIM7XWS63UKL78BZE09C2T' where id=2; -update noar tt set b2='MBMPE7OE18X3YOF19' where id=2; -update noar ti set b2='MBMPE7OE18X3YOF19' where id=2; -update noar tt set v0='N0MTRRTI6GQVUXQ8' where id=3; -update noar ti set v0='N0MTRRTI6GQVUXQ8' where id=3; -update noar tt set b0='DLWFSYJEJ' where id=3; -update noar ti set b0='DLWFSYJEJ' where id=3; -update noar tt set v0='LFN' where id=3; -update noar ti set v0='LFN' where id=3; -update noar tt set b1='9E' where id=3; -update noar ti set b1='9E' where id=3; -update noar tt set v0='3V9YIBI3NSG14PLAUT8AF9' where id=3; -update noar ti set v0='3V9YIBI3NSG14PLAUT8AF9' where id=3; -update noar tt set b2='GFCL5OSNEESH' where id=3; -update noar ti set b2='GFCL5OSNEESH' where id=3; -update noar tt set v0='JL' where id=4; -update noar ti set v0='JL' where id=4; -update noar tt set b0='QOXK7Q0RHTN6B9LI' where id=4; -update noar ti set b0='QOXK7Q0RHTN6B9LI' where id=4; -update noar tt set v0='6HRO' where id=4; -update noar ti set v0='6HRO' where id=4; -update noar tt set b1='99VDLOCABCSKGDIZV2FAH6JP23YI' where id=4; -update noar ti set b1='99VDLOCABCSKGDIZV2FAH6JP23YI' where id=4; -update noar tt set v0='XA62B38YU0A0E' where id=4; -update noar ti set v0='XA62B38YU0A0E' where id=4; -update noar tt set b2='R6NPUAIAMBBVO1YGHA' where id=4; -update noar ti set b2='R6NPUAIAMBBVO1YGHA' where id=4; -update noar tt set v0='MJU' where id=5; -update noar ti set v0='MJU' where id=5; -update noar tt set b0='9BGE34Y6HBP' where id=5; -update noar ti set b0='9BGE34Y6HBP' where id=5; -update noar tt set v0='643ONEEBMJ513YTII3AYC6' where id=5; -update noar ti set v0='643ONEEBMJ513YTII3AYC6' where id=5; -update noar tt set b1='KR5OW82C9TJZ' where id=5; -update noar ti set b1='KR5OW82C9TJZ' where id=5; -update noar tt set v0='TKQJ2WHKB32H243G' where id=5; -update noar ti set v0='TKQJ2WHKB32H243G' where id=5; -update noar tt set b2='JOZZLIU466' where id=5; -update noar ti set b2='JOZZLIU466' where id=5; -update noar tt set v0='MXUCG5TGOAZPLNJOQ6DR2D' where id=6; -update noar ti set v0='MXUCG5TGOAZPLNJOQ6DR2D' where id=6; -update noar tt set b0='6ZSWB' where id=6; -update noar ti set b0='6ZSWB' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='7YDUL' where id=6; -update noar ti set b1='7YDUL' where id=6; -update noar tt set v0='ATNVMUR03DOQWJYH2R0GKEQ5BAMDL' where id=6; -update noar ti set v0='ATNVMUR03DOQWJYH2R0GKEQ5BAMDL' where id=6; -update noar tt set b2='SLYHPNHJGA5C4' where id=6; -update noar ti set b2='SLYHPNHJGA5C4' where id=6; -update noar tt set v0='3XK9Y53' where id=7; -update noar ti set v0='3XK9Y53' where id=7; -update noar tt set b0='0ERE' where id=7; -update noar ti set b0='0ERE' where id=7; -update noar tt set v0='HRA20YBAAOA9AAO9BV' where id=7; -update noar ti set v0='HRA20YBAAOA9AAO9BV' where id=7; -update noar tt set b1='ECZBAA43XYZM52IU8W02KTHQMSJDLJB0' where id=7; -update noar ti set b1='ECZBAA43XYZM52IU8W02KTHQMSJDLJB0' where id=7; -update noar tt set v0='US8W3DHMGUB5' where id=7; -update noar ti set v0='US8W3DHMGUB5' where id=7; -update noar tt set b2='U1W12ER0A2C27' where id=7; -update noar ti set b2='U1W12ER0A2C27' where id=7; -update noar tt set v0='ZKOSAEBJLNUI0ASUBF2KMSVFT7D' where id=8; -update noar ti set v0='ZKOSAEBJLNUI0ASUBF2KMSVFT7D' where id=8; -update noar tt set b0='8MOJRLW5ZS8' where id=8; -update noar ti set b0='8MOJRLW5ZS8' where id=8; -update noar tt set v0='YLZ67TXQD5KM3TMFBMWTMO9HT05Z3GO' where id=8; -update noar ti set v0='YLZ67TXQD5KM3TMFBMWTMO9HT05Z3GO' where id=8; -update noar tt set b1='QYPWFX16YXC6UDQL5YD6AS204Q15' where id=8; -update noar ti set b1='QYPWFX16YXC6UDQL5YD6AS204Q15' where id=8; -update noar tt set v0='FY07OGWCSW' where id=8; -update noar ti set v0='FY07OGWCSW' where id=8; -update noar tt set b2='E69NUAPLPQYMZ3' where id=8; -update noar ti set b2='E69NUAPLPQYMZ3' where id=8; -update noar tt set v0='4ZUMNJ9QV6NN9H6JJVI' where id=9; -update noar ti set v0='4ZUMNJ9QV6NN9H6JJVI' where id=9; -update noar tt set b0='4' where id=9; -update noar ti set b0='4' where id=9; -update noar tt set v0='2UCK' where id=9; -update noar ti set v0='2UCK' where id=9; -update noar tt set b1='7B5YOYFVS9F5M' where id=9; -update noar ti set b1='7B5YOYFVS9F5M' where id=9; -update noar tt set v0='9CJWUGM69HNBDGLKO38TE5L12ADO' where id=9; -update noar ti set v0='9CJWUGM69HNBDGLKO38TE5L12ADO' where id=9; -update noar tt set b2='5E9QX8EC1OCFS9HNY2' where id=9; -update noar ti set b2='5E9QX8EC1OCFS9HNY2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D16B' where id=1; -update noar ti set v0='D16B' where id=1; -update noar tt set b0='1GLRM' where id=1; -update noar ti set b0='1GLRM' where id=1; -update noar tt set v0='BWI' where id=1; -update noar ti set v0='BWI' where id=1; -update noar tt set b1='93XR68CG95P1FQ1AHRBWGQTBLZTBDCOZ' where id=1; -update noar ti set b1='93XR68CG95P1FQ1AHRBWGQTBLZTBDCOZ' where id=1; -update noar tt set v0='51CTWC3F4GJES8K4WAAZRFLR7C' where id=1; -update noar ti set v0='51CTWC3F4GJES8K4WAAZRFLR7C' where id=1; -update noar tt set b2='6Q050V' where id=1; -update noar ti set b2='6Q050V' where id=1; -update noar tt set v0='5KQRMV9R310WGQP8XOL' where id=2; -update noar ti set v0='5KQRMV9R310WGQP8XOL' where id=2; -update noar tt set b0='3X1HAD54DRB4MPS' where id=2; -update noar ti set b0='3X1HAD54DRB4MPS' where id=2; -update noar tt set v0='ID3PCB7AMA47VPDJKRCB87J1JVH4XZW' where id=2; -update noar ti set v0='ID3PCB7AMA47VPDJKRCB87J1JVH4XZW' where id=2; -update noar tt set b1='DRCLLAJP082OGQOFP' where id=2; -update noar ti set b1='DRCLLAJP082OGQOFP' where id=2; -update noar tt set v0='TIZ09' where id=2; -update noar ti set v0='TIZ09' where id=2; -update noar tt set b2='FITZRU85OZ3C' where id=2; -update noar ti set b2='FITZRU85OZ3C' where id=2; -update noar tt set v0='OMX9HNFQMFE0XTB' where id=3; -update noar ti set v0='OMX9HNFQMFE0XTB' where id=3; -update noar tt set b0='C2TINHJMIKHWBMK9PCPU7XS2O' where id=3; -update noar ti set b0='C2TINHJMIKHWBMK9PCPU7XS2O' where id=3; -update noar tt set v0='Z365ZS7F30D0IGO7WX81LD8RFHVT' where id=3; -update noar ti set v0='Z365ZS7F30D0IGO7WX81LD8RFHVT' where id=3; -update noar tt set b1='Z5W2JOI' where id=3; -update noar ti set b1='Z5W2JOI' where id=3; -update noar tt set v0='NZH2S8YRKZ29OBRX62M0HLTV7MMPW7' where id=3; -update noar ti set v0='NZH2S8YRKZ29OBRX62M0HLTV7MMPW7' where id=3; -update noar tt set b2='B104PRWOJMAPGY1VRDAOZC6GF5QM1W' where id=3; -update noar ti set b2='B104PRWOJMAPGY1VRDAOZC6GF5QM1W' where id=3; -update noar tt set v0='5V75N3V' where id=4; -update noar ti set v0='5V75N3V' where id=4; -update noar tt set b0='OUZT2ZB4TRH8KAE4LLPHI1' where id=4; -update noar ti set b0='OUZT2ZB4TRH8KAE4LLPHI1' where id=4; -update noar tt set v0='RDWE9JTRLPEHSMD1X7WN3' where id=4; -update noar ti set v0='RDWE9JTRLPEHSMD1X7WN3' where id=4; -update noar tt set b1='T5WR21RGSA7GUO7X' where id=4; -update noar ti set b1='T5WR21RGSA7GUO7X' where id=4; -update noar tt set v0='8FV' where id=4; -update noar ti set v0='8FV' where id=4; -update noar tt set b2='AK7P964L' where id=4; -update noar ti set b2='AK7P964L' where id=4; -update noar tt set v0='I4TT8488NY40' where id=5; -update noar ti set v0='I4TT8488NY40' where id=5; -update noar tt set b0='B057L4QV' where id=5; -update noar ti set b0='B057L4QV' where id=5; -update noar tt set v0='9ZCQXIJUON2TLU394' where id=5; -update noar ti set v0='9ZCQXIJUON2TLU394' where id=5; -update noar tt set b1='VKBNM' where id=5; -update noar ti set b1='VKBNM' where id=5; -update noar tt set v0='FW0E5N2LVX703UIAI44XY' where id=5; -update noar ti set v0='FW0E5N2LVX703UIAI44XY' where id=5; -update noar tt set b2='6GD5MNMXP4CSJEMVOP7IPUFD' where id=5; -update noar ti set b2='6GD5MNMXP4CSJEMVOP7IPUFD' where id=5; -update noar tt set v0='Y' where id=6; -update noar ti set v0='Y' where id=6; -update noar tt set b0='N778ONW15IE4' where id=6; -update noar ti set b0='N778ONW15IE4' where id=6; -update noar tt set v0='KDWKCNG464TOLSF46N9' where id=6; -update noar ti set v0='KDWKCNG464TOLSF46N9' where id=6; -update noar tt set b1='V7ADAMKHGLH0CXKWEVMCA9W' where id=6; -update noar ti set b1='V7ADAMKHGLH0CXKWEVMCA9W' where id=6; -update noar tt set v0='1UVE4PLGLR7V2OTFW7FB8' where id=6; -update noar ti set v0='1UVE4PLGLR7V2OTFW7FB8' where id=6; -update noar tt set b2='0H4ZY8F62LTM6V1093P2EEVGAY036A0' where id=6; -update noar ti set b2='0H4ZY8F62LTM6V1093P2EEVGAY036A0' where id=6; -update noar tt set v0='FBRSFD24Q603JJJQJA0U6MJ1U3Y' where id=7; -update noar ti set v0='FBRSFD24Q603JJJQJA0U6MJ1U3Y' where id=7; -update noar tt set b0='Z7KPMID44AT' where id=7; -update noar ti set b0='Z7KPMID44AT' where id=7; -update noar tt set v0='715A4JQ0HMSC7HOY0' where id=7; -update noar ti set v0='715A4JQ0HMSC7HOY0' where id=7; -update noar tt set b1='3C7UVSJNTN' where id=7; -update noar ti set b1='3C7UVSJNTN' where id=7; -update noar tt set v0='1S5ZS' where id=7; -update noar ti set v0='1S5ZS' where id=7; -update noar tt set b2='5X45ZRH6V8UQFK0767S0IRPTVBT62RE0' where id=7; -update noar ti set b2='5X45ZRH6V8UQFK0767S0IRPTVBT62RE0' where id=7; -update noar tt set v0='MUIHBB9LOF' where id=8; -update noar ti set v0='MUIHBB9LOF' where id=8; -update noar tt set b0='58Q8' where id=8; -update noar ti set b0='58Q8' where id=8; -update noar tt set v0='0TX' where id=8; -update noar ti set v0='0TX' where id=8; -update noar tt set b1='OIY8EE3' where id=8; -update noar ti set b1='OIY8EE3' where id=8; -update noar tt set v0='CFKBOCQP9O' where id=8; -update noar ti set v0='CFKBOCQP9O' where id=8; -update noar tt set b2='W0WCO3LKT0D8OHVX5' where id=8; -update noar ti set b2='W0WCO3LKT0D8OHVX5' where id=8; -update noar tt set v0='VH8XQZ' where id=9; -update noar ti set v0='VH8XQZ' where id=9; -update noar tt set b0='1BA3N' where id=9; -update noar ti set b0='1BA3N' where id=9; -update noar tt set v0='12YQQ23GYSM9M7T3SY0CAYCFQ5WJ4W' where id=9; -update noar ti set v0='12YQQ23GYSM9M7T3SY0CAYCFQ5WJ4W' where id=9; -update noar tt set b1='6TPTEJV2MA9AZ0K9JQ9KEKK9GK6' where id=9; -update noar ti set b1='6TPTEJV2MA9AZ0K9JQ9KEKK9GK6' where id=9; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b2='JUQP2VLQXK5M4DPBNZA71V023' where id=9; -update noar ti set b2='JUQP2VLQXK5M4DPBNZA71V023' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U50AJQ1JN1G0YH' where id=1; -update noar ti set v0='U50AJQ1JN1G0YH' where id=1; -update noar tt set b0='VAF3V1GU' where id=1; -update noar ti set b0='VAF3V1GU' where id=1; -update noar tt set v0='WJNS9B6981XFM1M1GF0XUI0' where id=1; -update noar ti set v0='WJNS9B6981XFM1M1GF0XUI0' where id=1; -update noar tt set b1='ZS5NQBM9YRUEMMGCSBFQYZS1T' where id=1; -update noar ti set b1='ZS5NQBM9YRUEMMGCSBFQYZS1T' where id=1; -update noar tt set v0='BX9VN7U7F4H1EU0CZ2VXLX36SMT' where id=1; -update noar ti set v0='BX9VN7U7F4H1EU0CZ2VXLX36SMT' where id=1; -update noar tt set b2='3G4CDC88E6435QRY' where id=1; -update noar ti set b2='3G4CDC88E6435QRY' where id=1; -update noar tt set v0='8J43KAUNM9' where id=2; -update noar ti set v0='8J43KAUNM9' where id=2; -update noar tt set b0='TH' where id=2; -update noar ti set b0='TH' where id=2; -update noar tt set v0='VS' where id=2; -update noar ti set v0='VS' where id=2; -update noar tt set b1='YOZ59SCEO8MVYNKIKJR' where id=2; -update noar ti set b1='YOZ59SCEO8MVYNKIKJR' where id=2; -update noar tt set v0='CMKKFCMT1K17U' where id=2; -update noar ti set v0='CMKKFCMT1K17U' where id=2; -update noar tt set b2='PYK0ACLSWCG22BKK9ITELHJ1' where id=2; -update noar ti set b2='PYK0ACLSWCG22BKK9ITELHJ1' where id=2; -update noar tt set v0='7QZUQ7SX6KTKPM6YLE31KVR3SLZRLOQ' where id=3; -update noar ti set v0='7QZUQ7SX6KTKPM6YLE31KVR3SLZRLOQ' where id=3; -update noar tt set b0='0OEV8YCO4T0HC8LKP47MY036MKEVES' where id=3; -update noar ti set b0='0OEV8YCO4T0HC8LKP47MY036MKEVES' where id=3; -update noar tt set v0='TDIPGQKTPH6CHWO4A5N4WNZ6UW' where id=3; -update noar ti set v0='TDIPGQKTPH6CHWO4A5N4WNZ6UW' where id=3; -update noar tt set b1='8PHCVSWXKSC8KL7PUOH' where id=3; -update noar ti set b1='8PHCVSWXKSC8KL7PUOH' where id=3; -update noar tt set v0='UOSA8ZTCO7684' where id=3; -update noar ti set v0='UOSA8ZTCO7684' where id=3; -update noar tt set b2='RGNKGWGGTXRNKA' where id=3; -update noar ti set b2='RGNKGWGGTXRNKA' where id=3; -update noar tt set v0='ABMW' where id=4; -update noar ti set v0='ABMW' where id=4; -update noar tt set b0='MAIY1I7W3YQA1QCKC3HUOPXQE02TQ6T' where id=4; -update noar ti set b0='MAIY1I7W3YQA1QCKC3HUOPXQE02TQ6T' where id=4; -update noar tt set v0='IHN7FTEI1D5M4JCTHNBY5GIDLHCLK5J9' where id=4; -update noar ti set v0='IHN7FTEI1D5M4JCTHNBY5GIDLHCLK5J9' where id=4; -update noar tt set b1='0PVBMVE' where id=4; -update noar ti set b1='0PVBMVE' where id=4; -update noar tt set v0='K' where id=4; -update noar ti set v0='K' where id=4; -update noar tt set b2='KA9J0D8SW7H4X6KMTG387N8EIG2Y' where id=4; -update noar ti set b2='KA9J0D8SW7H4X6KMTG387N8EIG2Y' where id=4; -update noar tt set v0='XECTDXBWT04EQJ8HQKXGGQ19NVIRDB' where id=5; -update noar ti set v0='XECTDXBWT04EQJ8HQKXGGQ19NVIRDB' where id=5; -update noar tt set b0='6K5XICS4' where id=5; -update noar ti set b0='6K5XICS4' where id=5; -update noar tt set v0='6WKS2DY0EPK3W' where id=5; -update noar ti set v0='6WKS2DY0EPK3W' where id=5; -update noar tt set b1='RD1PEV' where id=5; -update noar ti set b1='RD1PEV' where id=5; -update noar tt set v0='PSXIERURXWIWAJLZOHU7VSD' where id=5; -update noar ti set v0='PSXIERURXWIWAJLZOHU7VSD' where id=5; -update noar tt set b2='TX88HBADG4Y9N4FNKRQEB2' where id=5; -update noar ti set b2='TX88HBADG4Y9N4FNKRQEB2' where id=5; -update noar tt set v0='9UVEYD7AWTYQZOFBST08SJFWP2GD6J' where id=6; -update noar ti set v0='9UVEYD7AWTYQZOFBST08SJFWP2GD6J' where id=6; -update noar tt set b0='BQGUELQ0NJY0NCVTXTUNI3Q7ZLJUT' where id=6; -update noar ti set b0='BQGUELQ0NJY0NCVTXTUNI3Q7ZLJUT' where id=6; -update noar tt set v0='P4S5FGG0HC8BPUH6OE2FSI' where id=6; -update noar ti set v0='P4S5FGG0HC8BPUH6OE2FSI' where id=6; -update noar tt set b1='DB66VV0DE1Y3LPPP6JBNY1K' where id=6; -update noar ti set b1='DB66VV0DE1Y3LPPP6JBNY1K' where id=6; -update noar tt set v0='WPN' where id=6; -update noar ti set v0='WPN' where id=6; -update noar tt set b2='VHRHD6PZ3KO4M3Z' where id=6; -update noar ti set b2='VHRHD6PZ3KO4M3Z' where id=6; -update noar tt set v0='96AJTQZKM' where id=7; -update noar ti set v0='96AJTQZKM' where id=7; -update noar tt set b0='KH9K6' where id=7; -update noar ti set b0='KH9K6' where id=7; -update noar tt set v0='9EAE' where id=7; -update noar ti set v0='9EAE' where id=7; -update noar tt set b1='OP4NVCVKSFROYVOFM7GD0QJYKAVN3Y' where id=7; -update noar ti set b1='OP4NVCVKSFROYVOFM7GD0QJYKAVN3Y' where id=7; -update noar tt set v0='9ZANWI5' where id=7; -update noar ti set v0='9ZANWI5' where id=7; -update noar tt set b2='EMIAHLYA9R7OZ3KS8BDMAYMU22LY5Z' where id=7; -update noar ti set b2='EMIAHLYA9R7OZ3KS8BDMAYMU22LY5Z' where id=7; -update noar tt set v0='N92XHAMJE561R2Q0OJV2F95TSL58' where id=8; -update noar ti set v0='N92XHAMJE561R2Q0OJV2F95TSL58' where id=8; -update noar tt set b0='13K46DNSTTDOG' where id=8; -update noar ti set b0='13K46DNSTTDOG' where id=8; -update noar tt set v0='S18HGU8671HPALLH' where id=8; -update noar ti set v0='S18HGU8671HPALLH' where id=8; -update noar tt set b1='5TCFNGVDEQE71KW71YQUY6RFUGX' where id=8; -update noar ti set b1='5TCFNGVDEQE71KW71YQUY6RFUGX' where id=8; -update noar tt set v0='MR2EE98P9' where id=8; -update noar ti set v0='MR2EE98P9' where id=8; -update noar tt set b2='07JYA894MPURF4' where id=8; -update noar ti set b2='07JYA894MPURF4' where id=8; -update noar tt set v0='K67V75EW1A89BAB596N0X' where id=9; -update noar ti set v0='K67V75EW1A89BAB596N0X' where id=9; -update noar tt set b0='SY2QCCXKBEK2DT36U37J9MZUU' where id=9; -update noar ti set b0='SY2QCCXKBEK2DT36U37J9MZUU' where id=9; -update noar tt set v0='Q9HR' where id=9; -update noar ti set v0='Q9HR' where id=9; -update noar tt set b1='TB474GT9P915JA7' where id=9; -update noar ti set b1='TB474GT9P915JA7' where id=9; -update noar tt set v0='EIXA2H2E0XLCBJ3REOGVLSOCL2VYQGR' where id=9; -update noar ti set v0='EIXA2H2E0XLCBJ3REOGVLSOCL2VYQGR' where id=9; -update noar tt set b2='64MAF15KBC5Y8ZH236Q9KWRNL9Q' where id=9; -update noar ti set b2='64MAF15KBC5Y8ZH236Q9KWRNL9Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2I' where id=1; -update noar ti set v0='2I' where id=1; -update noar tt set b0='P1VI3KLF905KLGIKEXXXLI' where id=1; -update noar ti set b0='P1VI3KLF905KLGIKEXXXLI' where id=1; -update noar tt set v0='ZL66BQBQM17YN8NN' where id=1; -update noar ti set v0='ZL66BQBQM17YN8NN' where id=1; -update noar tt set b1='ZLNEVXTXK7OZJJ2NXOW75P20MA0AII' where id=1; -update noar ti set b1='ZLNEVXTXK7OZJJ2NXOW75P20MA0AII' where id=1; -update noar tt set v0='JYM' where id=1; -update noar ti set v0='JYM' where id=1; -update noar tt set b2='O7EZG' where id=1; -update noar ti set b2='O7EZG' where id=1; -update noar tt set v0='OJQX6UFC' where id=2; -update noar ti set v0='OJQX6UFC' where id=2; -update noar tt set b0='UA5Z9GE' where id=2; -update noar ti set b0='UA5Z9GE' where id=2; -update noar tt set v0='QKP63Y2BX56XFNX2T8WFHRTAQ' where id=2; -update noar ti set v0='QKP63Y2BX56XFNX2T8WFHRTAQ' where id=2; -update noar tt set b1='AZ92EZ1WD5462TBK4OJ3S5A4EMY20V' where id=2; -update noar ti set b1='AZ92EZ1WD5462TBK4OJ3S5A4EMY20V' where id=2; -update noar tt set v0='OFKREEXUWFEGP' where id=2; -update noar ti set v0='OFKREEXUWFEGP' where id=2; -update noar tt set b2='XGQ4D6WQ1U1N' where id=2; -update noar ti set b2='XGQ4D6WQ1U1N' where id=2; -update noar tt set v0='HB' where id=3; -update noar ti set v0='HB' where id=3; -update noar tt set b0='5NFEO3XO' where id=3; -update noar ti set b0='5NFEO3XO' where id=3; -update noar tt set v0='B3QNL6UGV5HTUJ4K7F9LDAF7RI57IMS' where id=3; -update noar ti set v0='B3QNL6UGV5HTUJ4K7F9LDAF7RI57IMS' where id=3; -update noar tt set b1='LB' where id=3; -update noar ti set b1='LB' where id=3; -update noar tt set v0='JNO3Q2YQLGP8XKMBULG' where id=3; -update noar ti set v0='JNO3Q2YQLGP8XKMBULG' where id=3; -update noar tt set b2='AS8IA3VPRLP4RRUQ73KA9499JQTU5IZ' where id=3; -update noar ti set b2='AS8IA3VPRLP4RRUQ73KA9499JQTU5IZ' where id=3; -update noar tt set v0='X0YQZQOCBTAVPPYD3ITSP19B6FGJZ4' where id=4; -update noar ti set v0='X0YQZQOCBTAVPPYD3ITSP19B6FGJZ4' where id=4; -update noar tt set b0='UO3BO1GU1' where id=4; -update noar ti set b0='UO3BO1GU1' where id=4; -update noar tt set v0='QT6NUID7WWRIPAKTKXI' where id=4; -update noar ti set v0='QT6NUID7WWRIPAKTKXI' where id=4; -update noar tt set b1='7OY2KLZUCP237I4FQC526E' where id=4; -update noar ti set b1='7OY2KLZUCP237I4FQC526E' where id=4; -update noar tt set v0='C8GU5JOE7M5FWUC2F' where id=4; -update noar ti set v0='C8GU5JOE7M5FWUC2F' where id=4; -update noar tt set b2='U824PWKGO1JY' where id=4; -update noar ti set b2='U824PWKGO1JY' where id=4; -update noar tt set v0='XL4GSK0MSY7FV' where id=5; -update noar ti set v0='XL4GSK0MSY7FV' where id=5; -update noar tt set b0='L48Q7HUKLKEWXDLILEVTOVRMCNYGKA' where id=5; -update noar ti set b0='L48Q7HUKLKEWXDLILEVTOVRMCNYGKA' where id=5; -update noar tt set v0='09YWQBVCZD4UBJE0J8' where id=5; -update noar ti set v0='09YWQBVCZD4UBJE0J8' where id=5; -update noar tt set b1='8DIWKYPD7E' where id=5; -update noar ti set b1='8DIWKYPD7E' where id=5; -update noar tt set v0='C3WXE4WDIUZY0XTPPDY42TOSIPP7QTS' where id=5; -update noar ti set v0='C3WXE4WDIUZY0XTPPDY42TOSIPP7QTS' where id=5; -update noar tt set b2='TDF3LPX43QS' where id=5; -update noar ti set b2='TDF3LPX43QS' where id=5; -update noar tt set v0='83HIYUSKT5XZ9AJH3U0' where id=6; -update noar ti set v0='83HIYUSKT5XZ9AJH3U0' where id=6; -update noar tt set b0='EQ5BGX62ZD4I' where id=6; -update noar ti set b0='EQ5BGX62ZD4I' where id=6; -update noar tt set v0='0P65' where id=6; -update noar ti set v0='0P65' where id=6; -update noar tt set b1='OLQUJG4V840WOZ5KQDDT2Z' where id=6; -update noar ti set b1='OLQUJG4V840WOZ5KQDDT2Z' where id=6; -update noar tt set v0='JKY8DKPSU5ZCSE4RZY7UWTECQROJSV' where id=6; -update noar ti set v0='JKY8DKPSU5ZCSE4RZY7UWTECQROJSV' where id=6; -update noar tt set b2='HWR99ZT6212ZD03XNDJ0HE6PBJ2XA' where id=6; -update noar ti set b2='HWR99ZT6212ZD03XNDJ0HE6PBJ2XA' where id=6; -update noar tt set v0='W9P1NM' where id=7; -update noar ti set v0='W9P1NM' where id=7; -update noar tt set b0='1DR7JOE0K3I6LHHPV6YTAOK39YN6' where id=7; -update noar ti set b0='1DR7JOE0K3I6LHHPV6YTAOK39YN6' where id=7; -update noar tt set v0='I6X4RWB7KNGMX' where id=7; -update noar ti set v0='I6X4RWB7KNGMX' where id=7; -update noar tt set b1='2M1L5Q6IE6RKXXCARG3G' where id=7; -update noar ti set b1='2M1L5Q6IE6RKXXCARG3G' where id=7; -update noar tt set v0='HB89KGI' where id=7; -update noar ti set v0='HB89KGI' where id=7; -update noar tt set b2='E3F4X52INZYBPN' where id=7; -update noar ti set b2='E3F4X52INZYBPN' where id=7; -update noar tt set v0='94Q79ZPQ' where id=8; -update noar ti set v0='94Q79ZPQ' where id=8; -update noar tt set b0='MF2NV06' where id=8; -update noar ti set b0='MF2NV06' where id=8; -update noar tt set v0='WHC1TTOU9WB5G7V1L' where id=8; -update noar ti set v0='WHC1TTOU9WB5G7V1L' where id=8; -update noar tt set b1='UOFP6Q' where id=8; -update noar ti set b1='UOFP6Q' where id=8; -update noar tt set v0='TFAA7CBYCM' where id=8; -update noar ti set v0='TFAA7CBYCM' where id=8; -update noar tt set b2='UBXAVUGQZ3K1R6O42YOTDPAKB' where id=8; -update noar ti set b2='UBXAVUGQZ3K1R6O42YOTDPAKB' where id=8; -update noar tt set v0='NP0R2D4L39UZ5KHB3FGNKJJW8X0MKD' where id=9; -update noar ti set v0='NP0R2D4L39UZ5KHB3FGNKJJW8X0MKD' where id=9; -update noar tt set b0='W54TD8RFZJPL0CH' where id=9; -update noar ti set b0='W54TD8RFZJPL0CH' where id=9; -update noar tt set v0='HHP7FFFJLG6XAW' where id=9; -update noar ti set v0='HHP7FFFJLG6XAW' where id=9; -update noar tt set b1='QVM199Y8KLB' where id=9; -update noar ti set b1='QVM199Y8KLB' where id=9; -update noar tt set v0='BVLR61' where id=9; -update noar ti set v0='BVLR61' where id=9; -update noar tt set b2='4F4EMXB23ZMBZ' where id=9; -update noar ti set b2='4F4EMXB23ZMBZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGZ22PUX22RVYWUQ90NI0W' where id=1; -update noar ti set v0='JGZ22PUX22RVYWUQ90NI0W' where id=1; -update noar tt set b0='Y6Y491PDVJKINUAGF4HXB1' where id=1; -update noar ti set b0='Y6Y491PDVJKINUAGF4HXB1' where id=1; -update noar tt set v0='3MEOHP6BVGLTOWGWX' where id=1; -update noar ti set v0='3MEOHP6BVGLTOWGWX' where id=1; -update noar tt set b1='6IFIC' where id=1; -update noar ti set b1='6IFIC' where id=1; -update noar tt set v0='0QFO1J' where id=1; -update noar ti set v0='0QFO1J' where id=1; -update noar tt set b2='GP7V8FP358G5S6ZE123UZMMUT50V' where id=1; -update noar ti set b2='GP7V8FP358G5S6ZE123UZMMUT50V' where id=1; -update noar tt set v0='HR8' where id=2; -update noar ti set v0='HR8' where id=2; -update noar tt set b0='SGUB2' where id=2; -update noar ti set b0='SGUB2' where id=2; -update noar tt set v0='EQ' where id=2; -update noar ti set v0='EQ' where id=2; -update noar tt set b1='9AB7D4IVRSRRSZ99' where id=2; -update noar ti set b1='9AB7D4IVRSRRSZ99' where id=2; -update noar tt set v0='YIYKIYQ3NPQTDXT4SKP1EE4' where id=2; -update noar ti set v0='YIYKIYQ3NPQTDXT4SKP1EE4' where id=2; -update noar tt set b2='9BO4H8QVM64IMSIWATXXI3D5' where id=2; -update noar ti set b2='9BO4H8QVM64IMSIWATXXI3D5' where id=2; -update noar tt set v0='00CSJNTU00LPOWDN2' where id=3; -update noar ti set v0='00CSJNTU00LPOWDN2' where id=3; -update noar tt set b0='WDY4KP6TI6T0NJQ4' where id=3; -update noar ti set b0='WDY4KP6TI6T0NJQ4' where id=3; -update noar tt set v0='ROUAJGDG2ZAHLU8MBWV09ZKMBUQ8IXW9' where id=3; -update noar ti set v0='ROUAJGDG2ZAHLU8MBWV09ZKMBUQ8IXW9' where id=3; -update noar tt set b1='W3RM35S3XD7055ENC9QGD4RQUYMOSXY' where id=3; -update noar ti set b1='W3RM35S3XD7055ENC9QGD4RQUYMOSXY' where id=3; -update noar tt set v0='KCBO8YT5QQ3XX8UR303CN32TJ' where id=3; -update noar ti set v0='KCBO8YT5QQ3XX8UR303CN32TJ' where id=3; -update noar tt set b2='3QVT7VU4HNAA9M4K3RY' where id=3; -update noar ti set b2='3QVT7VU4HNAA9M4K3RY' where id=3; -update noar tt set v0='19HAA3' where id=4; -update noar ti set v0='19HAA3' where id=4; -update noar tt set b0='PHN1UGAGK91H1YG3SM0O5FOPDSSJN' where id=4; -update noar ti set b0='PHN1UGAGK91H1YG3SM0O5FOPDSSJN' where id=4; -update noar tt set v0='UH24UTV72RU4O52HF' where id=4; -update noar ti set v0='UH24UTV72RU4O52HF' where id=4; -update noar tt set b1='D' where id=4; -update noar ti set b1='D' where id=4; -update noar tt set v0='P7DVWXYY5AVEGL35CAY36R' where id=4; -update noar ti set v0='P7DVWXYY5AVEGL35CAY36R' where id=4; -update noar tt set b2='9MCHIPI' where id=4; -update noar ti set b2='9MCHIPI' where id=4; -update noar tt set v0='PLQ8YYR4VTVMUJX8WRAT75BL8BJ2WH03' where id=5; -update noar ti set v0='PLQ8YYR4VTVMUJX8WRAT75BL8BJ2WH03' where id=5; -update noar tt set b0='NJKSRC2YQ0' where id=5; -update noar ti set b0='NJKSRC2YQ0' where id=5; -update noar tt set v0='98C64' where id=5; -update noar ti set v0='98C64' where id=5; -update noar tt set b1='KXQCT7XYWHLOJSNEDRIUML' where id=5; -update noar ti set b1='KXQCT7XYWHLOJSNEDRIUML' where id=5; -update noar tt set v0='FI3' where id=5; -update noar ti set v0='FI3' where id=5; -update noar tt set b2='3B8B4' where id=5; -update noar ti set b2='3B8B4' where id=5; -update noar tt set v0='HB033COOVWJKICWALPEO' where id=6; -update noar ti set v0='HB033COOVWJKICWALPEO' where id=6; -update noar tt set b0='VVJTVSDU6V090WRVK6BXW07RYJH' where id=6; -update noar ti set b0='VVJTVSDU6V090WRVK6BXW07RYJH' where id=6; -update noar tt set v0='WFK7YDQ3N6STR' where id=6; -update noar ti set v0='WFK7YDQ3N6STR' where id=6; -update noar tt set b1='QBULJ4330JUTOYL1M' where id=6; -update noar ti set b1='QBULJ4330JUTOYL1M' where id=6; -update noar tt set v0='C3M9DJJ' where id=6; -update noar ti set v0='C3M9DJJ' where id=6; -update noar tt set b2='2P74326LDCSTLA7OK4' where id=6; -update noar ti set b2='2P74326LDCSTLA7OK4' where id=6; -update noar tt set v0='46BJOC70NG5DP4HM68ARTTP6L8HXHYII' where id=7; -update noar ti set v0='46BJOC70NG5DP4HM68ARTTP6L8HXHYII' where id=7; -update noar tt set b0='CUP3DH234BCVBMZ' where id=7; -update noar ti set b0='CUP3DH234BCVBMZ' where id=7; -update noar tt set v0='PER6R2JCKVZGB7J' where id=7; -update noar ti set v0='PER6R2JCKVZGB7J' where id=7; -update noar tt set b1='53NRH80AK7AXT1QXSDUOE38' where id=7; -update noar ti set b1='53NRH80AK7AXT1QXSDUOE38' where id=7; -update noar tt set v0='VT748Z0BGB1O802K' where id=7; -update noar ti set v0='VT748Z0BGB1O802K' where id=7; -update noar tt set b2='D' where id=7; -update noar ti set b2='D' where id=7; -update noar tt set v0='KSU4N' where id=8; -update noar ti set v0='KSU4N' where id=8; -update noar tt set b0='K1H6OGC9P1ZFQ' where id=8; -update noar ti set b0='K1H6OGC9P1ZFQ' where id=8; -update noar tt set v0='SOIS7YSD7Z' where id=8; -update noar ti set v0='SOIS7YSD7Z' where id=8; -update noar tt set b1='EHE6QU8O27TY20L051T2535SOKO5JMG' where id=8; -update noar ti set b1='EHE6QU8O27TY20L051T2535SOKO5JMG' where id=8; -update noar tt set v0='B8LZU3VOWWKN' where id=8; -update noar ti set v0='B8LZU3VOWWKN' where id=8; -update noar tt set b2='XUIIUYK5UH8G7' where id=8; -update noar ti set b2='XUIIUYK5UH8G7' where id=8; -update noar tt set v0='L9EPDQWUXG6R8U2Q' where id=9; -update noar ti set v0='L9EPDQWUXG6R8U2Q' where id=9; -update noar tt set b0='NUP1ZFAUNKWKSLU4OGWAO4N21' where id=9; -update noar ti set b0='NUP1ZFAUNKWKSLU4OGWAO4N21' where id=9; -update noar tt set v0='8XRYAZ' where id=9; -update noar ti set v0='8XRYAZ' where id=9; -update noar tt set b1='RN6TXKN4' where id=9; -update noar ti set b1='RN6TXKN4' where id=9; -update noar tt set v0='93H5657J0AOL4ZPI4SRA' where id=9; -update noar ti set v0='93H5657J0AOL4ZPI4SRA' where id=9; -update noar tt set b2='DUE35HFWL6GGA6RJ9R' where id=9; -update noar ti set b2='DUE35HFWL6GGA6RJ9R' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PCDEW2UXS4MRD2769QUFSNV1NV2J' where id=1; -update noar ti set v0='PCDEW2UXS4MRD2769QUFSNV1NV2J' where id=1; -update noar tt set b0='8AEVLOYIXTK51YZ5XLYBP148GJK' where id=1; -update noar ti set b0='8AEVLOYIXTK51YZ5XLYBP148GJK' where id=1; -update noar tt set v0='Y56OUJ7X6KC5B5PNKV' where id=1; -update noar ti set v0='Y56OUJ7X6KC5B5PNKV' where id=1; -update noar tt set b1='46275Z336R900LG0' where id=1; -update noar ti set b1='46275Z336R900LG0' where id=1; -update noar tt set v0='N0QEM7KWBPBOSZJQOFMFII' where id=1; -update noar ti set v0='N0QEM7KWBPBOSZJQOFMFII' where id=1; -update noar tt set b2='SAN4NOL' where id=1; -update noar ti set b2='SAN4NOL' where id=1; -update noar tt set v0='75A1BLXT2CI1MY352DRWGH' where id=2; -update noar ti set v0='75A1BLXT2CI1MY352DRWGH' where id=2; -update noar tt set b0='BJSL60TCELZ06IWA2NVTQ1LW92C' where id=2; -update noar ti set b0='BJSL60TCELZ06IWA2NVTQ1LW92C' where id=2; -update noar tt set v0='INK' where id=2; -update noar ti set v0='INK' where id=2; -update noar tt set b1='UX3W0WU9F9R27SVY3' where id=2; -update noar ti set b1='UX3W0WU9F9R27SVY3' where id=2; -update noar tt set v0='202MO30MWSJ3RBGJ' where id=2; -update noar ti set v0='202MO30MWSJ3RBGJ' where id=2; -update noar tt set b2='U971UM3IOS7LSP0ABARE5SU1' where id=2; -update noar ti set b2='U971UM3IOS7LSP0ABARE5SU1' where id=2; -update noar tt set v0='J7N199SON5ZMNWW' where id=3; -update noar ti set v0='J7N199SON5ZMNWW' where id=3; -update noar tt set b0='TSCTQCKWTIA16HDFF3HQZLT7ZAO9ZLUA' where id=3; -update noar ti set b0='TSCTQCKWTIA16HDFF3HQZLT7ZAO9ZLUA' where id=3; -update noar tt set v0='7SYK77QJZL8CI5TFBB7Q92' where id=3; -update noar ti set v0='7SYK77QJZL8CI5TFBB7Q92' where id=3; -update noar tt set b1='STG' where id=3; -update noar ti set b1='STG' where id=3; -update noar tt set v0='3JQ4HGVAFN77' where id=3; -update noar ti set v0='3JQ4HGVAFN77' where id=3; -update noar tt set b2='ALTL3UIEV3DE3PJNS7X3ZD13M51D6X' where id=3; -update noar ti set b2='ALTL3UIEV3DE3PJNS7X3ZD13M51D6X' where id=3; -update noar tt set v0='NMHW6POKCLRE0SG5D' where id=4; -update noar ti set v0='NMHW6POKCLRE0SG5D' where id=4; -update noar tt set b0='9T1LN0NHL0WFPC4R0LF92RP49L3' where id=4; -update noar ti set b0='9T1LN0NHL0WFPC4R0LF92RP49L3' where id=4; -update noar tt set v0='IFV9V7M47G6LS1PIDA7L1LUMCNMV' where id=4; -update noar ti set v0='IFV9V7M47G6LS1PIDA7L1LUMCNMV' where id=4; -update noar tt set b1='E' where id=4; -update noar ti set b1='E' where id=4; -update noar tt set v0='LKSJSI3W6G2T6G1A4OFY4' where id=4; -update noar ti set v0='LKSJSI3W6G2T6G1A4OFY4' where id=4; -update noar tt set b2='O90GIRSQJFHMRRAZ3N22SC9XZV6WLI4N' where id=4; -update noar ti set b2='O90GIRSQJFHMRRAZ3N22SC9XZV6WLI4N' where id=4; -update noar tt set v0='S9GK6K05JI7NVTLWZU9F0HSM1H0Z' where id=5; -update noar ti set v0='S9GK6K05JI7NVTLWZU9F0HSM1H0Z' where id=5; -update noar tt set b0='Y943RBCB56KZWNP0OR58JQHFXI1' where id=5; -update noar ti set b0='Y943RBCB56KZWNP0OR58JQHFXI1' where id=5; -update noar tt set v0='XR0LUZ3NRULEL13F' where id=5; -update noar ti set v0='XR0LUZ3NRULEL13F' where id=5; -update noar tt set b1='UEU3FSKSTFUG34QK8S1' where id=5; -update noar ti set b1='UEU3FSKSTFUG34QK8S1' where id=5; -update noar tt set v0='NDS' where id=5; -update noar ti set v0='NDS' where id=5; -update noar tt set b2='1KH365LZF35GJPDCRK0VN48KILJL' where id=5; -update noar ti set b2='1KH365LZF35GJPDCRK0VN48KILJL' where id=5; -update noar tt set v0='TNPCV1Z4ZMYJCAOQRBP' where id=6; -update noar ti set v0='TNPCV1Z4ZMYJCAOQRBP' where id=6; -update noar tt set b0='P1E0YW' where id=6; -update noar ti set b0='P1E0YW' where id=6; -update noar tt set v0='Y8G0MAGA3EVQKQXP1YKWKMIGR' where id=6; -update noar ti set v0='Y8G0MAGA3EVQKQXP1YKWKMIGR' where id=6; -update noar tt set b1='BXQ8EB8GZ9KU6' where id=6; -update noar ti set b1='BXQ8EB8GZ9KU6' where id=6; -update noar tt set v0='P9EDQX45D649GHOK9QXV5KNGB' where id=6; -update noar ti set v0='P9EDQX45D649GHOK9QXV5KNGB' where id=6; -update noar tt set b2='8NVA' where id=6; -update noar ti set b2='8NVA' where id=6; -update noar tt set v0='9U' where id=7; -update noar ti set v0='9U' where id=7; -update noar tt set b0='CZE082LCU1ICVFMUJNAZ4L0MA7ZPJ' where id=7; -update noar ti set b0='CZE082LCU1ICVFMUJNAZ4L0MA7ZPJ' where id=7; -update noar tt set v0='7KA025ITKEY7XSO5DEJXF5' where id=7; -update noar ti set v0='7KA025ITKEY7XSO5DEJXF5' where id=7; -update noar tt set b1='QDPJWOZA785IWSOD74VGM4' where id=7; -update noar ti set b1='QDPJWOZA785IWSOD74VGM4' where id=7; -update noar tt set v0='5028WYOHG3QSDHY4IKO41BJ6UCRU' where id=7; -update noar ti set v0='5028WYOHG3QSDHY4IKO41BJ6UCRU' where id=7; -update noar tt set b2='D80FF0YB163LD844VQ573TL' where id=7; -update noar ti set b2='D80FF0YB163LD844VQ573TL' where id=7; -update noar tt set v0='A0BCIUZX8RYKAMDOOA1VTQ8I5Y' where id=8; -update noar ti set v0='A0BCIUZX8RYKAMDOOA1VTQ8I5Y' where id=8; -update noar tt set b0='6QJEW9' where id=8; -update noar ti set b0='6QJEW9' where id=8; -update noar tt set v0='W5IXOQAA4OBYPGB8' where id=8; -update noar ti set v0='W5IXOQAA4OBYPGB8' where id=8; -update noar tt set b1='4IN2M2UD' where id=8; -update noar ti set b1='4IN2M2UD' where id=8; -update noar tt set v0='05TE675X1A1DM' where id=8; -update noar ti set v0='05TE675X1A1DM' where id=8; -update noar tt set b2='3JYYJZ' where id=8; -update noar ti set b2='3JYYJZ' where id=8; -update noar tt set v0='EPFKWCVOPGXJCWGW' where id=9; -update noar ti set v0='EPFKWCVOPGXJCWGW' where id=9; -update noar tt set b0='D6N26Y0EB6XXR4EF2G' where id=9; -update noar ti set b0='D6N26Y0EB6XXR4EF2G' where id=9; -update noar tt set v0='0BW' where id=9; -update noar ti set v0='0BW' where id=9; -update noar tt set b1='U3' where id=9; -update noar ti set b1='U3' where id=9; -update noar tt set v0='OPITJ9GXYBBZLWD8VQOAIWVFW1P63' where id=9; -update noar ti set v0='OPITJ9GXYBBZLWD8VQOAIWVFW1P63' where id=9; -update noar tt set b2='7FDVO1BS5JVV08LUEU77BV' where id=9; -update noar ti set b2='7FDVO1BS5JVV08LUEU77BV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6B5LYFZEER6TF1OIDUAP8HD' where id=1; -update noar ti set v0='6B5LYFZEER6TF1OIDUAP8HD' where id=1; -update noar tt set b0='XFPXPKBN3792X8PNCA0TZ1TTHA9295R7' where id=1; -update noar ti set b0='XFPXPKBN3792X8PNCA0TZ1TTHA9295R7' where id=1; -update noar tt set v0='T82NXGLCTBNWD59' where id=1; -update noar ti set v0='T82NXGLCTBNWD59' where id=1; -update noar tt set b1='34F670' where id=1; -update noar ti set b1='34F670' where id=1; -update noar tt set v0='UR7FPKM' where id=1; -update noar ti set v0='UR7FPKM' where id=1; -update noar tt set b2='IIF0G8F0U1MSQ' where id=1; -update noar ti set b2='IIF0G8F0U1MSQ' where id=1; -update noar tt set v0='9KE2DXE' where id=2; -update noar ti set v0='9KE2DXE' where id=2; -update noar tt set b0='X58CN7EJI5TX4RY5VGFEOV2OPJ' where id=2; -update noar ti set b0='X58CN7EJI5TX4RY5VGFEOV2OPJ' where id=2; -update noar tt set v0='FM0PE' where id=2; -update noar ti set v0='FM0PE' where id=2; -update noar tt set b1='2HI8LRAFUFFGME20KEVE7PVUCEZ' where id=2; -update noar ti set b1='2HI8LRAFUFFGME20KEVE7PVUCEZ' where id=2; -update noar tt set v0='M2QL' where id=2; -update noar ti set v0='M2QL' where id=2; -update noar tt set b2='4QRFDXKH0GJBVB' where id=2; -update noar ti set b2='4QRFDXKH0GJBVB' where id=2; -update noar tt set v0='080BP' where id=3; -update noar ti set v0='080BP' where id=3; -update noar tt set b0='V2VN' where id=3; -update noar ti set b0='V2VN' where id=3; -update noar tt set v0='JPUGCY0NCBHGLVQO' where id=3; -update noar ti set v0='JPUGCY0NCBHGLVQO' where id=3; -update noar tt set b1='G5HAS6QK0BUWGF8' where id=3; -update noar ti set b1='G5HAS6QK0BUWGF8' where id=3; -update noar tt set v0='RYJASUZR' where id=3; -update noar ti set v0='RYJASUZR' where id=3; -update noar tt set b2='B2PUJJILJDPQGT4' where id=3; -update noar ti set b2='B2PUJJILJDPQGT4' where id=3; -update noar tt set v0='FQUAAEZQSUEP69LAOAQN' where id=4; -update noar ti set v0='FQUAAEZQSUEP69LAOAQN' where id=4; -update noar tt set b0='JXDCUFFWA8Q86SGAA8RBI' where id=4; -update noar ti set b0='JXDCUFFWA8Q86SGAA8RBI' where id=4; -update noar tt set v0='1VINNTSHBZ9H4' where id=4; -update noar ti set v0='1VINNTSHBZ9H4' where id=4; -update noar tt set b1='G7DZ3NE8JFO7P' where id=4; -update noar ti set b1='G7DZ3NE8JFO7P' where id=4; -update noar tt set v0='99F91LAHG944QVUL' where id=4; -update noar ti set v0='99F91LAHG944QVUL' where id=4; -update noar tt set b2='PZV' where id=4; -update noar ti set b2='PZV' where id=4; -update noar tt set v0='MWL6NQ8WFTJ6T' where id=5; -update noar ti set v0='MWL6NQ8WFTJ6T' where id=5; -update noar tt set b0='7FB36L2GM5JSHQD6Q3C3WT' where id=5; -update noar ti set b0='7FB36L2GM5JSHQD6Q3C3WT' where id=5; -update noar tt set v0='04298HR9ZRFL3PSD2GDV53B1MEP058' where id=5; -update noar ti set v0='04298HR9ZRFL3PSD2GDV53B1MEP058' where id=5; -update noar tt set b1='EUBD1KUO1S2J' where id=5; -update noar ti set b1='EUBD1KUO1S2J' where id=5; -update noar tt set v0='0VZ3ECY2IU1EMZA85TFWGLX6VKO5EP' where id=5; -update noar ti set v0='0VZ3ECY2IU1EMZA85TFWGLX6VKO5EP' where id=5; -update noar tt set b2='TRSJN9Z4HF16F' where id=5; -update noar ti set b2='TRSJN9Z4HF16F' where id=5; -update noar tt set v0='Y4U6AZ4DR8F' where id=6; -update noar ti set v0='Y4U6AZ4DR8F' where id=6; -update noar tt set b0='7LEFKGWT94FVEBOKYVR0IC' where id=6; -update noar ti set b0='7LEFKGWT94FVEBOKYVR0IC' where id=6; -update noar tt set v0='MV7F' where id=6; -update noar ti set v0='MV7F' where id=6; -update noar tt set b1='I7QR' where id=6; -update noar ti set b1='I7QR' where id=6; -update noar tt set v0='SCP3UDJLZJH0M2ZYEL41PDJU' where id=6; -update noar ti set v0='SCP3UDJLZJH0M2ZYEL41PDJU' where id=6; -update noar tt set b2='HYJTBRJ84KMJ0' where id=6; -update noar ti set b2='HYJTBRJ84KMJ0' where id=6; -update noar tt set v0='68XV89D4TG6JY' where id=7; -update noar ti set v0='68XV89D4TG6JY' where id=7; -update noar tt set b0='J4DAA' where id=7; -update noar ti set b0='J4DAA' where id=7; -update noar tt set v0='HOOS0S27Z1IQ' where id=7; -update noar ti set v0='HOOS0S27Z1IQ' where id=7; -update noar tt set b1='M5WVHVJQ' where id=7; -update noar ti set b1='M5WVHVJQ' where id=7; -update noar tt set v0='FZGNYL9XKC1IFGP5RMAWCJ28PCSTUSP' where id=7; -update noar ti set v0='FZGNYL9XKC1IFGP5RMAWCJ28PCSTUSP' where id=7; -update noar tt set b2='4H9JSEGPGIW0AQT95URDXWDCG3B129' where id=7; -update noar ti set b2='4H9JSEGPGIW0AQT95URDXWDCG3B129' where id=7; -update noar tt set v0='Q41UB2MFEMYICSMH8B5LSW6C288M4MV' where id=8; -update noar ti set v0='Q41UB2MFEMYICSMH8B5LSW6C288M4MV' where id=8; -update noar tt set b0='0W8CHC2R5O9RLJOJARXFSFX' where id=8; -update noar ti set b0='0W8CHC2R5O9RLJOJARXFSFX' where id=8; -update noar tt set v0='HAFBFNG' where id=8; -update noar ti set v0='HAFBFNG' where id=8; -update noar tt set b1='3UKFNBNFD96F1LG577F9SFC9F43H8P3A' where id=8; -update noar ti set b1='3UKFNBNFD96F1LG577F9SFC9F43H8P3A' where id=8; -update noar tt set v0='0SJK2YS5XP19S83RZP3SJ4' where id=8; -update noar ti set v0='0SJK2YS5XP19S83RZP3SJ4' where id=8; -update noar tt set b2='LKSR9R' where id=8; -update noar ti set b2='LKSR9R' where id=8; -update noar tt set v0='3' where id=9; -update noar ti set v0='3' where id=9; -update noar tt set b0='BUHAUWE' where id=9; -update noar ti set b0='BUHAUWE' where id=9; -update noar tt set v0='6KNM5ZR7TGKPYWQ7A5E08U76A' where id=9; -update noar ti set v0='6KNM5ZR7TGKPYWQ7A5E08U76A' where id=9; -update noar tt set b1='S' where id=9; -update noar ti set b1='S' where id=9; -update noar tt set v0='I' where id=9; -update noar ti set v0='I' where id=9; -update noar tt set b2='PUZIW8ML' where id=9; -update noar ti set b2='PUZIW8ML' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C3DXT5S' where id=1; -update noar ti set v0='C3DXT5S' where id=1; -update noar tt set b0='8EO1WTUFC0LWN' where id=1; -update noar ti set b0='8EO1WTUFC0LWN' where id=1; -update noar tt set v0='DA2XQOYGHAL' where id=1; -update noar ti set v0='DA2XQOYGHAL' where id=1; -update noar tt set b1='LBVLH18GCGVCQMTRNA9' where id=1; -update noar ti set b1='LBVLH18GCGVCQMTRNA9' where id=1; -update noar tt set v0='WDOI0FG44RUVMDH04PQXXWFSPIHGY6BY' where id=1; -update noar ti set v0='WDOI0FG44RUVMDH04PQXXWFSPIHGY6BY' where id=1; -update noar tt set b2='R229LSDCR' where id=1; -update noar ti set b2='R229LSDCR' where id=1; -update noar tt set v0='5IDZ5YW0J7D6WMPET66JYLPH8Q5QCS' where id=2; -update noar ti set v0='5IDZ5YW0J7D6WMPET66JYLPH8Q5QCS' where id=2; -update noar tt set b0='HX' where id=2; -update noar ti set b0='HX' where id=2; -update noar tt set v0='VQMNJXZ8FEJODOCFVS4T5MOIRAXG' where id=2; -update noar ti set v0='VQMNJXZ8FEJODOCFVS4T5MOIRAXG' where id=2; -update noar tt set b1='RGI92TQN81' where id=2; -update noar ti set b1='RGI92TQN81' where id=2; -update noar tt set v0='2V2AJEC57QHJXHGTA' where id=2; -update noar ti set v0='2V2AJEC57QHJXHGTA' where id=2; -update noar tt set b2='C6PX0G' where id=2; -update noar ti set b2='C6PX0G' where id=2; -update noar tt set v0='F6UTTEO8JTKGDF36Y3X1E9PIIBX' where id=3; -update noar ti set v0='F6UTTEO8JTKGDF36Y3X1E9PIIBX' where id=3; -update noar tt set b0='7E1IVSHIIZ8ZZU52' where id=3; -update noar ti set b0='7E1IVSHIIZ8ZZU52' where id=3; -update noar tt set v0='5QT1NDMGX29M0XHTYOCYH' where id=3; -update noar ti set v0='5QT1NDMGX29M0XHTYOCYH' where id=3; -update noar tt set b1='EKC' where id=3; -update noar ti set b1='EKC' where id=3; -update noar tt set v0='5L4YFFLX3X4NMZNR1MPQG35' where id=3; -update noar ti set v0='5L4YFFLX3X4NMZNR1MPQG35' where id=3; -update noar tt set b2='XQ64OCC6NGJJN0E7C4TGVRWG2KXCQ6' where id=3; -update noar ti set b2='XQ64OCC6NGJJN0E7C4TGVRWG2KXCQ6' where id=3; -update noar tt set v0='OLUKY7GTN04KJE3TG' where id=4; -update noar ti set v0='OLUKY7GTN04KJE3TG' where id=4; -update noar tt set b0='66QXTP6BBCW95F' where id=4; -update noar ti set b0='66QXTP6BBCW95F' where id=4; -update noar tt set v0='K' where id=4; -update noar ti set v0='K' where id=4; -update noar tt set b1='GON6T3UBR1SNJLPOD32LK' where id=4; -update noar ti set b1='GON6T3UBR1SNJLPOD32LK' where id=4; -update noar tt set v0='VNRAU1JZB02LNK4E32PBV00Z9EEHBUKX' where id=4; -update noar ti set v0='VNRAU1JZB02LNK4E32PBV00Z9EEHBUKX' where id=4; -update noar tt set b2='F0PP9G4BKJGUN' where id=4; -update noar ti set b2='F0PP9G4BKJGUN' where id=4; -update noar tt set v0='HOEC' where id=5; -update noar ti set v0='HOEC' where id=5; -update noar tt set b0='E2CI2TNI8DHORJ' where id=5; -update noar ti set b0='E2CI2TNI8DHORJ' where id=5; -update noar tt set v0='CR0K0KDJ86VV201QK8XE06' where id=5; -update noar ti set v0='CR0K0KDJ86VV201QK8XE06' where id=5; -update noar tt set b1='SIU7Q73K80' where id=5; -update noar ti set b1='SIU7Q73K80' where id=5; -update noar tt set v0='F9RTRGD0KM4FJX9LR5TWH50IIFEUDX1M' where id=5; -update noar ti set v0='F9RTRGD0KM4FJX9LR5TWH50IIFEUDX1M' where id=5; -update noar tt set b2='ADPS5DX10VWCY46M1JMLHIDW336CA' where id=5; -update noar ti set b2='ADPS5DX10VWCY46M1JMLHIDW336CA' where id=5; -update noar tt set v0='QQS9FY9IEXNBYT6QDU9Q89' where id=6; -update noar ti set v0='QQS9FY9IEXNBYT6QDU9Q89' where id=6; -update noar tt set b0='CAPVR994XAZ17D97KIBW89A2D' where id=6; -update noar ti set b0='CAPVR994XAZ17D97KIBW89A2D' where id=6; -update noar tt set v0='SO6' where id=6; -update noar ti set v0='SO6' where id=6; -update noar tt set b1='OBJC0N9RL82WOX3226WVK0SEEELZRI' where id=6; -update noar ti set b1='OBJC0N9RL82WOX3226WVK0SEEELZRI' where id=6; -update noar tt set v0='LHUBM79WKW1GIS7W7NZJ0SLK' where id=6; -update noar ti set v0='LHUBM79WKW1GIS7W7NZJ0SLK' where id=6; -update noar tt set b2='7IIIVNPZOY7Y6PQOEGKT' where id=6; -update noar ti set b2='7IIIVNPZOY7Y6PQOEGKT' where id=6; -update noar tt set v0='GQGXDN6FKY0E5W8UX92R8C4DG3MMOSTS' where id=7; -update noar ti set v0='GQGXDN6FKY0E5W8UX92R8C4DG3MMOSTS' where id=7; -update noar tt set b0='4ASI9COMIRVZCJ9HUDU2RE3AOODA8S0' where id=7; -update noar ti set b0='4ASI9COMIRVZCJ9HUDU2RE3AOODA8S0' where id=7; -update noar tt set v0='KSWFSU' where id=7; -update noar ti set v0='KSWFSU' where id=7; -update noar tt set b1='B6TAA473WR' where id=7; -update noar ti set b1='B6TAA473WR' where id=7; -update noar tt set v0='XI2CF6BS8Q94IG664R7BFHI4EZ3LB' where id=7; -update noar ti set v0='XI2CF6BS8Q94IG664R7BFHI4EZ3LB' where id=7; -update noar tt set b2='C3JB6EZ31V0LN2Y9GIN' where id=7; -update noar ti set b2='C3JB6EZ31V0LN2Y9GIN' where id=7; -update noar tt set v0='6I2Z81YA2UPRQOVI' where id=8; -update noar ti set v0='6I2Z81YA2UPRQOVI' where id=8; -update noar tt set b0='162Z4MPQADM' where id=8; -update noar ti set b0='162Z4MPQADM' where id=8; -update noar tt set v0='23GRKMS' where id=8; -update noar ti set v0='23GRKMS' where id=8; -update noar tt set b1='0YAYYLOQ5FR2K6LNRDZU2' where id=8; -update noar ti set b1='0YAYYLOQ5FR2K6LNRDZU2' where id=8; -update noar tt set v0='JIJDACY9Y0ULYG6DIETHY474' where id=8; -update noar ti set v0='JIJDACY9Y0ULYG6DIETHY474' where id=8; -update noar tt set b2='59M2PBKEX2HYURXMS0J7AZ1KXMF8' where id=8; -update noar ti set b2='59M2PBKEX2HYURXMS0J7AZ1KXMF8' where id=8; -update noar tt set v0='3KX7I4EMHI1TCEAZYR504DP7N' where id=9; -update noar ti set v0='3KX7I4EMHI1TCEAZYR504DP7N' where id=9; -update noar tt set b0='4GE5EQ7VU2L' where id=9; -update noar ti set b0='4GE5EQ7VU2L' where id=9; -update noar tt set v0='NPH7MHLZXCI5ZLK4X' where id=9; -update noar ti set v0='NPH7MHLZXCI5ZLK4X' where id=9; -update noar tt set b1='QS67A8QQYKBTSONRU8P' where id=9; -update noar ti set b1='QS67A8QQYKBTSONRU8P' where id=9; -update noar tt set v0='IYH360I' where id=9; -update noar ti set v0='IYH360I' where id=9; -update noar tt set b2='ZH' where id=9; -update noar ti set b2='ZH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EY2KOT82FZ4FU' where id=1; -update noar ti set v0='EY2KOT82FZ4FU' where id=1; -update noar tt set b0='M9Y9H' where id=1; -update noar ti set b0='M9Y9H' where id=1; -update noar tt set v0='V4CPWY9' where id=1; -update noar ti set v0='V4CPWY9' where id=1; -update noar tt set b1='RLOVRWMKZNLNL9AY9F' where id=1; -update noar ti set b1='RLOVRWMKZNLNL9AY9F' where id=1; -update noar tt set v0='HVKEPSI' where id=1; -update noar ti set v0='HVKEPSI' where id=1; -update noar tt set b2='FSUWSIP1N8LH1RGTZP' where id=1; -update noar ti set b2='FSUWSIP1N8LH1RGTZP' where id=1; -update noar tt set v0='GV0H6I0L4DR0G' where id=2; -update noar ti set v0='GV0H6I0L4DR0G' where id=2; -update noar tt set b0='X0ITOY' where id=2; -update noar ti set b0='X0ITOY' where id=2; -update noar tt set v0='W' where id=2; -update noar ti set v0='W' where id=2; -update noar tt set b1='ZE2WQ9' where id=2; -update noar ti set b1='ZE2WQ9' where id=2; -update noar tt set v0='AXT1DCWHH6ADJED' where id=2; -update noar ti set v0='AXT1DCWHH6ADJED' where id=2; -update noar tt set b2='BQLKNKZU5P' where id=2; -update noar ti set b2='BQLKNKZU5P' where id=2; -update noar tt set v0='EV655YZBBY9' where id=3; -update noar ti set v0='EV655YZBBY9' where id=3; -update noar tt set b0='YVL' where id=3; -update noar ti set b0='YVL' where id=3; -update noar tt set v0='5BM4SI9T74QYJ5DO' where id=3; -update noar ti set v0='5BM4SI9T74QYJ5DO' where id=3; -update noar tt set b1='K2I08J6D' where id=3; -update noar ti set b1='K2I08J6D' where id=3; -update noar tt set v0='7YHPSP' where id=3; -update noar ti set v0='7YHPSP' where id=3; -update noar tt set b2='GSZA' where id=3; -update noar ti set b2='GSZA' where id=3; -update noar tt set v0='KW837W77GBTV3YIVT0M6DBXLLLUPO' where id=4; -update noar ti set v0='KW837W77GBTV3YIVT0M6DBXLLLUPO' where id=4; -update noar tt set b0='BW0S60WQ2SKCT75DZBJ2V' where id=4; -update noar ti set b0='BW0S60WQ2SKCT75DZBJ2V' where id=4; -update noar tt set v0='XLVI9UGH2QT8DIHLZOFVS0RLIS0HK0XB' where id=4; -update noar ti set v0='XLVI9UGH2QT8DIHLZOFVS0RLIS0HK0XB' where id=4; -update noar tt set b1='KELX3DWU3221X6DRMFHCR3FKUZ3Y6MM5' where id=4; -update noar ti set b1='KELX3DWU3221X6DRMFHCR3FKUZ3Y6MM5' where id=4; -update noar tt set v0='NMYYLI' where id=4; -update noar ti set v0='NMYYLI' where id=4; -update noar tt set b2='R8GB1X56EK2' where id=4; -update noar ti set b2='R8GB1X56EK2' where id=4; -update noar tt set v0='T7HS2RGP' where id=5; -update noar ti set v0='T7HS2RGP' where id=5; -update noar tt set b0='MAWBUNW' where id=5; -update noar ti set b0='MAWBUNW' where id=5; -update noar tt set v0='RHUV9VBFZWIVS0PQM3AQ' where id=5; -update noar ti set v0='RHUV9VBFZWIVS0PQM3AQ' where id=5; -update noar tt set b1='W1GTO1E' where id=5; -update noar ti set b1='W1GTO1E' where id=5; -update noar tt set v0='MI' where id=5; -update noar ti set v0='MI' where id=5; -update noar tt set b2='2FMUZ' where id=5; -update noar ti set b2='2FMUZ' where id=5; -update noar tt set v0='5UHFDUT' where id=6; -update noar ti set v0='5UHFDUT' where id=6; -update noar tt set b0='PO82BUFTM8UW4T9CW5CE' where id=6; -update noar ti set b0='PO82BUFTM8UW4T9CW5CE' where id=6; -update noar tt set v0='5O6JJ0OLDL87SD' where id=6; -update noar ti set v0='5O6JJ0OLDL87SD' where id=6; -update noar tt set b1='TBKKH643Y5MLRMDH5NZIVJZ9HP1N1' where id=6; -update noar ti set b1='TBKKH643Y5MLRMDH5NZIVJZ9HP1N1' where id=6; -update noar tt set v0='AE3' where id=6; -update noar ti set v0='AE3' where id=6; -update noar tt set b2='XZQ' where id=6; -update noar ti set b2='XZQ' where id=6; -update noar tt set v0='IK71I8BNGAO' where id=7; -update noar ti set v0='IK71I8BNGAO' where id=7; -update noar tt set b0='LKRWNU7LSVDDS1AV6SSL0VZJRK271CCL' where id=7; -update noar ti set b0='LKRWNU7LSVDDS1AV6SSL0VZJRK271CCL' where id=7; -update noar tt set v0='XBHNEAGTQH' where id=7; -update noar ti set v0='XBHNEAGTQH' where id=7; -update noar tt set b1='TZ7HA' where id=7; -update noar ti set b1='TZ7HA' where id=7; -update noar tt set v0='UZGTIP3CTTI8296N3W64WI1FBED' where id=7; -update noar ti set v0='UZGTIP3CTTI8296N3W64WI1FBED' where id=7; -update noar tt set b2='1HO' where id=7; -update noar ti set b2='1HO' where id=7; -update noar tt set v0='QZGTOMM6CA' where id=8; -update noar ti set v0='QZGTOMM6CA' where id=8; -update noar tt set b0='QNS2ENVLTD11WO' where id=8; -update noar ti set b0='QNS2ENVLTD11WO' where id=8; -update noar tt set v0='2F77494RHWG06SAGISA' where id=8; -update noar ti set v0='2F77494RHWG06SAGISA' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set v0='JHV3S2WSK1Q1FTMOZQMT' where id=8; -update noar ti set v0='JHV3S2WSK1Q1FTMOZQMT' where id=8; -update noar tt set b2='8G3144RP88EOQI3IJX2PKFEJJCMBZFFA' where id=8; -update noar ti set b2='8G3144RP88EOQI3IJX2PKFEJJCMBZFFA' where id=8; -update noar tt set v0='4H5EGT9UOKKP2F113ZE3RWOAQ5G' where id=9; -update noar ti set v0='4H5EGT9UOKKP2F113ZE3RWOAQ5G' where id=9; -update noar tt set b0='MS' where id=9; -update noar ti set b0='MS' where id=9; -update noar tt set v0='27YMHNTMO' where id=9; -update noar ti set v0='27YMHNTMO' where id=9; -update noar tt set b1='0WMAH17RW0XSEK67M5DWE8FM312S' where id=9; -update noar ti set b1='0WMAH17RW0XSEK67M5DWE8FM312S' where id=9; -update noar tt set v0='72H94E7RWBSWH' where id=9; -update noar ti set v0='72H94E7RWBSWH' where id=9; -update noar tt set b2='KKN1RK271JNFCFA8CFLAMS85' where id=9; -update noar ti set b2='KKN1RK271JNFCFA8CFLAMS85' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F47PP3MSOMOXLF0VPVO5HR2XMQ' where id=1; -update noar ti set v0='F47PP3MSOMOXLF0VPVO5HR2XMQ' where id=1; -update noar tt set b0='JHO0QT5EDZE9HC0DA1EUQ' where id=1; -update noar ti set b0='JHO0QT5EDZE9HC0DA1EUQ' where id=1; -update noar tt set v0='PPKUUXRW3JI' where id=1; -update noar ti set v0='PPKUUXRW3JI' where id=1; -update noar tt set b1='5ENA40PFDZQ7BEAS' where id=1; -update noar ti set b1='5ENA40PFDZQ7BEAS' where id=1; -update noar tt set v0='8' where id=1; -update noar ti set v0='8' where id=1; -update noar tt set b2='QYXB85F79E8K1O9VV58F53YVMY811NZR' where id=1; -update noar ti set b2='QYXB85F79E8K1O9VV58F53YVMY811NZR' where id=1; -update noar tt set v0='ZJWX' where id=2; -update noar ti set v0='ZJWX' where id=2; -update noar tt set b0='AHDNUCOCHS0U8GLH' where id=2; -update noar ti set b0='AHDNUCOCHS0U8GLH' where id=2; -update noar tt set v0='HNGZ2XPYQ' where id=2; -update noar ti set v0='HNGZ2XPYQ' where id=2; -update noar tt set b1='YB0WZHGHEBC6JQIZ' where id=2; -update noar ti set b1='YB0WZHGHEBC6JQIZ' where id=2; -update noar tt set v0='ZB5UW3UVZ7CPYXZ4TEIXW6BP' where id=2; -update noar ti set v0='ZB5UW3UVZ7CPYXZ4TEIXW6BP' where id=2; -update noar tt set b2='BQYI0XVEATBV1S8V45LZFAZUFV5FF' where id=2; -update noar ti set b2='BQYI0XVEATBV1S8V45LZFAZUFV5FF' where id=2; -update noar tt set v0='QCSNGR51XP22R0PJH5VKLZ61IILWLV' where id=3; -update noar ti set v0='QCSNGR51XP22R0PJH5VKLZ61IILWLV' where id=3; -update noar tt set b0='8BHWG3YMZ9S5Y' where id=3; -update noar ti set b0='8BHWG3YMZ9S5Y' where id=3; -update noar tt set v0='4LJQKTEWJIDBICUEJ4JVMAR' where id=3; -update noar ti set v0='4LJQKTEWJIDBICUEJ4JVMAR' where id=3; -update noar tt set b1='P7X4LP2CPD4M3O' where id=3; -update noar ti set b1='P7X4LP2CPD4M3O' where id=3; -update noar tt set v0='NAJH6NAG93V' where id=3; -update noar ti set v0='NAJH6NAG93V' where id=3; -update noar tt set b2='NM5R9HVG' where id=3; -update noar ti set b2='NM5R9HVG' where id=3; -update noar tt set v0='F0W7KZJLT7W37YWETQRIC7YIOFLFJ' where id=4; -update noar ti set v0='F0W7KZJLT7W37YWETQRIC7YIOFLFJ' where id=4; -update noar tt set b0='V1S' where id=4; -update noar ti set b0='V1S' where id=4; -update noar tt set v0='QG939T0RCTZZOK45OI' where id=4; -update noar ti set v0='QG939T0RCTZZOK45OI' where id=4; -update noar tt set b1='SNNLYMMNJH' where id=4; -update noar ti set b1='SNNLYMMNJH' where id=4; -update noar tt set v0='HJM1CT8RBSCD2VT9A9S1GQY' where id=4; -update noar ti set v0='HJM1CT8RBSCD2VT9A9S1GQY' where id=4; -update noar tt set b2='Z2JQCR43FP91R0PYW0JWFQ6H84N4' where id=4; -update noar ti set b2='Z2JQCR43FP91R0PYW0JWFQ6H84N4' where id=4; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b0='4A27OKHX0IXYTLXDQTC1JD0V' where id=5; -update noar ti set b0='4A27OKHX0IXYTLXDQTC1JD0V' where id=5; -update noar tt set v0='BDM4L1S9S6PC' where id=5; -update noar ti set v0='BDM4L1S9S6PC' where id=5; -update noar tt set b1='SWM1UC59OEZF99YJ' where id=5; -update noar ti set b1='SWM1UC59OEZF99YJ' where id=5; -update noar tt set v0='LBA8NGT8OS5AG239F' where id=5; -update noar ti set v0='LBA8NGT8OS5AG239F' where id=5; -update noar tt set b2='6K63LDEO5V857YD65CCJPLPIM78NQHYL' where id=5; -update noar ti set b2='6K63LDEO5V857YD65CCJPLPIM78NQHYL' where id=5; -update noar tt set v0='5B' where id=6; -update noar ti set v0='5B' where id=6; -update noar tt set b0='DE1ZCYS7YGC0RIJSOQ4B1R6VTYR6C' where id=6; -update noar ti set b0='DE1ZCYS7YGC0RIJSOQ4B1R6VTYR6C' where id=6; -update noar tt set v0='TNSW6MX2025GN4FAHQV7VO4CP' where id=6; -update noar ti set v0='TNSW6MX2025GN4FAHQV7VO4CP' where id=6; -update noar tt set b1='AVJW' where id=6; -update noar ti set b1='AVJW' where id=6; -update noar tt set v0='170QOOJCSKFNFBDELG9DU38DB75' where id=6; -update noar ti set v0='170QOOJCSKFNFBDELG9DU38DB75' where id=6; -update noar tt set b2='86B4OYLL764FGSPLRTJW3SSAKLE1YFT' where id=6; -update noar ti set b2='86B4OYLL764FGSPLRTJW3SSAKLE1YFT' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='L1X29TN9QIECOHR2UFKYB12DMQV0O' where id=7; -update noar ti set b0='L1X29TN9QIECOHR2UFKYB12DMQV0O' where id=7; -update noar tt set v0='EJRE4JFNAOAK847M55GLUWBNWE' where id=7; -update noar ti set v0='EJRE4JFNAOAK847M55GLUWBNWE' where id=7; -update noar tt set b1='UKTH3YBA3W1771A' where id=7; -update noar ti set b1='UKTH3YBA3W1771A' where id=7; -update noar tt set v0='OWCQ6OYM0BXPA3F18K0ZAZIGHKOD' where id=7; -update noar ti set v0='OWCQ6OYM0BXPA3F18K0ZAZIGHKOD' where id=7; -update noar tt set b2='MJMJIHWB6QJNN8RBO67FHA' where id=7; -update noar ti set b2='MJMJIHWB6QJNN8RBO67FHA' where id=7; -update noar tt set v0='UAIS15X33YK46N' where id=8; -update noar ti set v0='UAIS15X33YK46N' where id=8; -update noar tt set b0='7ATDEB4XSSL8MYRN' where id=8; -update noar ti set b0='7ATDEB4XSSL8MYRN' where id=8; -update noar tt set v0='MV5LZ4XYDJ' where id=8; -update noar ti set v0='MV5LZ4XYDJ' where id=8; -update noar tt set b1='5T' where id=8; -update noar ti set b1='5T' where id=8; -update noar tt set v0='NHS2853EAA' where id=8; -update noar ti set v0='NHS2853EAA' where id=8; -update noar tt set b2='H7F8K8NZOFTNW6X1VJ6LAC' where id=8; -update noar ti set b2='H7F8K8NZOFTNW6X1VJ6LAC' where id=8; -update noar tt set v0='0AE69HV' where id=9; -update noar ti set v0='0AE69HV' where id=9; -update noar tt set b0='RSKND4QZZ8U98W80Q' where id=9; -update noar ti set b0='RSKND4QZZ8U98W80Q' where id=9; -update noar tt set v0='417IGVZ8QR8ER9Q2U' where id=9; -update noar ti set v0='417IGVZ8QR8ER9Q2U' where id=9; -update noar tt set b1='ABR1A1MUSQHULUDYEP7NVNC9ZJ5' where id=9; -update noar ti set b1='ABR1A1MUSQHULUDYEP7NVNC9ZJ5' where id=9; -update noar tt set v0='PQRCI081DPZJGQYNV8KZHN' where id=9; -update noar ti set v0='PQRCI081DPZJGQYNV8KZHN' where id=9; -update noar tt set b2='505DPHW1EXFMR' where id=9; -update noar ti set b2='505DPHW1EXFMR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WDHRS33KNLU32YXJP21A768C' where id=1; -update noar ti set v0='WDHRS33KNLU32YXJP21A768C' where id=1; -update noar tt set b0='MT48Z8JVYERY' where id=1; -update noar ti set b0='MT48Z8JVYERY' where id=1; -update noar tt set v0='IBO854VLI1' where id=1; -update noar ti set v0='IBO854VLI1' where id=1; -update noar tt set b1='MOZBITZUWASZ9JYCMX80' where id=1; -update noar ti set b1='MOZBITZUWASZ9JYCMX80' where id=1; -update noar tt set v0='RIF9NKVN88ENLI75WZ2OXDL92EQQWIW' where id=1; -update noar ti set v0='RIF9NKVN88ENLI75WZ2OXDL92EQQWIW' where id=1; -update noar tt set b2='K8SXDWAT7' where id=1; -update noar ti set b2='K8SXDWAT7' where id=1; -update noar tt set v0='X22TLC9EGL16' where id=2; -update noar ti set v0='X22TLC9EGL16' where id=2; -update noar tt set b0='08L4YG2DL6QRHQ0XO9S84GR' where id=2; -update noar ti set b0='08L4YG2DL6QRHQ0XO9S84GR' where id=2; -update noar tt set v0='ILB75339J325GRXFYRFFWWN9WEDA3' where id=2; -update noar ti set v0='ILB75339J325GRXFYRFFWWN9WEDA3' where id=2; -update noar tt set b1='MIYQRPKROHMWFRPBJH8Z9TFC' where id=2; -update noar ti set b1='MIYQRPKROHMWFRPBJH8Z9TFC' where id=2; -update noar tt set v0='VGZMHDKLJD4' where id=2; -update noar ti set v0='VGZMHDKLJD4' where id=2; -update noar tt set b2='1' where id=2; -update noar ti set b2='1' where id=2; -update noar tt set v0='9TJW89D1O' where id=3; -update noar ti set v0='9TJW89D1O' where id=3; -update noar tt set b0='ADJJ0Q417KDF39P96SLWHVTALR1X' where id=3; -update noar ti set b0='ADJJ0Q417KDF39P96SLWHVTALR1X' where id=3; -update noar tt set v0='P2V' where id=3; -update noar ti set v0='P2V' where id=3; -update noar tt set b1='BMQN6LGMA96C381159TO5AP9K' where id=3; -update noar ti set b1='BMQN6LGMA96C381159TO5AP9K' where id=3; -update noar tt set v0='XHA42IO' where id=3; -update noar ti set v0='XHA42IO' where id=3; -update noar tt set b2='P2W54ORD96LT3SNG84F1' where id=3; -update noar ti set b2='P2W54ORD96LT3SNG84F1' where id=3; -update noar tt set v0='NGGBXXO71SJZOTSQXI1NG6UCHCN91' where id=4; -update noar ti set v0='NGGBXXO71SJZOTSQXI1NG6UCHCN91' where id=4; -update noar tt set b0='L1ZPXHQ1JL' where id=4; -update noar ti set b0='L1ZPXHQ1JL' where id=4; -update noar tt set v0='O6BD1XKCK5FBOY6H54ETMMRN6' where id=4; -update noar ti set v0='O6BD1XKCK5FBOY6H54ETMMRN6' where id=4; -update noar tt set b1='UH3BS8VNNKX3ASL9' where id=4; -update noar ti set b1='UH3BS8VNNKX3ASL9' where id=4; -update noar tt set v0='GPBTD6L8RYD5QCIPK6VD3HZ8IGTUGA' where id=4; -update noar ti set v0='GPBTD6L8RYD5QCIPK6VD3HZ8IGTUGA' where id=4; -update noar tt set b2='9AZIG1SYZ9HG' where id=4; -update noar ti set b2='9AZIG1SYZ9HG' where id=4; -update noar tt set v0='NNZLTH' where id=5; -update noar ti set v0='NNZLTH' where id=5; -update noar tt set b0='94BZ3UMM7SWIRCHEDYFII' where id=5; -update noar ti set b0='94BZ3UMM7SWIRCHEDYFII' where id=5; -update noar tt set v0='HY2UPSP89T4BENWNM21FV5FQDLC' where id=5; -update noar ti set v0='HY2UPSP89T4BENWNM21FV5FQDLC' where id=5; -update noar tt set b1='I1TDJM' where id=5; -update noar ti set b1='I1TDJM' where id=5; -update noar tt set v0='CG6EOB89HUB7RA6RI64JK4O' where id=5; -update noar ti set v0='CG6EOB89HUB7RA6RI64JK4O' where id=5; -update noar tt set b2='ALSO4' where id=5; -update noar ti set b2='ALSO4' where id=5; -update noar tt set v0='UAB5AOOZLXNN7BXTEBDB' where id=6; -update noar ti set v0='UAB5AOOZLXNN7BXTEBDB' where id=6; -update noar tt set b0='I7' where id=6; -update noar ti set b0='I7' where id=6; -update noar tt set v0='8AEU5SN6QL4HZ3ZRY52GX2LBJIL' where id=6; -update noar ti set v0='8AEU5SN6QL4HZ3ZRY52GX2LBJIL' where id=6; -update noar tt set b1='UEPO6' where id=6; -update noar ti set b1='UEPO6' where id=6; -update noar tt set v0='CRK9W1DT' where id=6; -update noar ti set v0='CRK9W1DT' where id=6; -update noar tt set b2='P9Y7TLVVIFW8' where id=6; -update noar ti set b2='P9Y7TLVVIFW8' where id=6; -update noar tt set v0='XT5J63Z5H38I3TQWP3WDUO355V1J' where id=7; -update noar ti set v0='XT5J63Z5H38I3TQWP3WDUO355V1J' where id=7; -update noar tt set b0='20YY3GGQH2Z' where id=7; -update noar ti set b0='20YY3GGQH2Z' where id=7; -update noar tt set v0='ZE09IM92WRDK4FLPU73B8MYQ8KEFZB' where id=7; -update noar ti set v0='ZE09IM92WRDK4FLPU73B8MYQ8KEFZB' where id=7; -update noar tt set b1='LQ72X3FWAC2XW5KJDC3IU9PAUJVR4' where id=7; -update noar ti set b1='LQ72X3FWAC2XW5KJDC3IU9PAUJVR4' where id=7; -update noar tt set v0='U' where id=7; -update noar ti set v0='U' where id=7; -update noar tt set b2='2ROGFED5' where id=7; -update noar ti set b2='2ROGFED5' where id=7; -update noar tt set v0='ZONDL0IBOLZDU9H273IVP74YMNOI3BS9' where id=8; -update noar ti set v0='ZONDL0IBOLZDU9H273IVP74YMNOI3BS9' where id=8; -update noar tt set b0='6O25X1RVAIHQ' where id=8; -update noar ti set b0='6O25X1RVAIHQ' where id=8; -update noar tt set v0='6ZD6IJP43TW' where id=8; -update noar ti set v0='6ZD6IJP43TW' where id=8; -update noar tt set b1='6I0S1FVOFA8RB0' where id=8; -update noar ti set b1='6I0S1FVOFA8RB0' where id=8; -update noar tt set v0='RLXHM9HN2LM7T026A05ITRDTV' where id=8; -update noar ti set v0='RLXHM9HN2LM7T026A05ITRDTV' where id=8; -update noar tt set b2='WGT957DVXGCAA7HT' where id=8; -update noar ti set b2='WGT957DVXGCAA7HT' where id=8; -update noar tt set v0='PASDGS5HN57VJM2UMWJ388' where id=9; -update noar ti set v0='PASDGS5HN57VJM2UMWJ388' where id=9; -update noar tt set b0='R3HCKR5HHB7G591NWRUHM0' where id=9; -update noar ti set b0='R3HCKR5HHB7G591NWRUHM0' where id=9; -update noar tt set v0='3Q4UCD7DOJJ1DQFRTEUVZU4IFB' where id=9; -update noar ti set v0='3Q4UCD7DOJJ1DQFRTEUVZU4IFB' where id=9; -update noar tt set b1='SCW0N5NDPKB0NHK9TJ' where id=9; -update noar ti set b1='SCW0N5NDPKB0NHK9TJ' where id=9; -update noar tt set v0='2YAYTWYB2XF3RBQYMSA78X5WRCWS' where id=9; -update noar ti set v0='2YAYTWYB2XF3RBQYMSA78X5WRCWS' where id=9; -update noar tt set b2='U8W5KH07VVXYT4LRTUAFIPCVII7YPS8F' where id=9; -update noar ti set b2='U8W5KH07VVXYT4LRTUAFIPCVII7YPS8F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NTBA40QD64OZI9SOUMH' where id=1; -update noar ti set v0='NTBA40QD64OZI9SOUMH' where id=1; -update noar tt set b0='Q4LM' where id=1; -update noar ti set b0='Q4LM' where id=1; -update noar tt set v0='UD6C9R8TS93UM62PGW51KV78' where id=1; -update noar ti set v0='UD6C9R8TS93UM62PGW51KV78' where id=1; -update noar tt set b1='WTU0GJ3QIS4M' where id=1; -update noar ti set b1='WTU0GJ3QIS4M' where id=1; -update noar tt set v0='0AJU' where id=1; -update noar ti set v0='0AJU' where id=1; -update noar tt set b2='U803RIBS0KKX3VXBW' where id=1; -update noar ti set b2='U803RIBS0KKX3VXBW' where id=1; -update noar tt set v0='XW82C4PGSSYF8A85Z3TB8LTH07GU' where id=2; -update noar ti set v0='XW82C4PGSSYF8A85Z3TB8LTH07GU' where id=2; -update noar tt set b0='6CWV' where id=2; -update noar ti set b0='6CWV' where id=2; -update noar tt set v0='CPE' where id=2; -update noar ti set v0='CPE' where id=2; -update noar tt set b1='09I17I8ZA4O33EXT4ANNMA0Y5' where id=2; -update noar ti set b1='09I17I8ZA4O33EXT4ANNMA0Y5' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='OABDSQSZ14' where id=2; -update noar ti set b2='OABDSQSZ14' where id=2; -update noar tt set v0='LKZ7QI0PERNZQY' where id=3; -update noar ti set v0='LKZ7QI0PERNZQY' where id=3; -update noar tt set b0='RUPT58G4NO9KBTDLO2T7AM7T' where id=3; -update noar ti set b0='RUPT58G4NO9KBTDLO2T7AM7T' where id=3; -update noar tt set v0='1E4REOGM52K' where id=3; -update noar ti set v0='1E4REOGM52K' where id=3; -update noar tt set b1='HYO3NDK2' where id=3; -update noar ti set b1='HYO3NDK2' where id=3; -update noar tt set v0='SC1Z' where id=3; -update noar ti set v0='SC1Z' where id=3; -update noar tt set b2='0' where id=3; -update noar ti set b2='0' where id=3; -update noar tt set v0='C' where id=4; -update noar ti set v0='C' where id=4; -update noar tt set b0='ARJMG8ZXXRKLDXZ' where id=4; -update noar ti set b0='ARJMG8ZXXRKLDXZ' where id=4; -update noar tt set v0='ZP1R308EZ87A82Q' where id=4; -update noar ti set v0='ZP1R308EZ87A82Q' where id=4; -update noar tt set b1='GN6BS59HGGAGDO' where id=4; -update noar ti set b1='GN6BS59HGGAGDO' where id=4; -update noar tt set v0='4DXJ8N43JPC57LX1A8T3OSM28KI' where id=4; -update noar ti set v0='4DXJ8N43JPC57LX1A8T3OSM28KI' where id=4; -update noar tt set b2='G8YQXBW25N' where id=4; -update noar ti set b2='G8YQXBW25N' where id=4; -update noar tt set v0='2679RC1V' where id=5; -update noar ti set v0='2679RC1V' where id=5; -update noar tt set b0='BBOF' where id=5; -update noar ti set b0='BBOF' where id=5; -update noar tt set v0='E2HNQTT8I' where id=5; -update noar ti set v0='E2HNQTT8I' where id=5; -update noar tt set b1='1AHUEVCVNZVQYVO7SX2VZE5' where id=5; -update noar ti set b1='1AHUEVCVNZVQYVO7SX2VZE5' where id=5; -update noar tt set v0='PXAWT9OF9D' where id=5; -update noar ti set v0='PXAWT9OF9D' where id=5; -update noar tt set b2='RUAFNTPYGD3JQGOVWLHLBP8KI' where id=5; -update noar ti set b2='RUAFNTPYGD3JQGOVWLHLBP8KI' where id=5; -update noar tt set v0='6QR3JYQHJLY6MCTG3BLZZ3K4TMJVGE6' where id=6; -update noar ti set v0='6QR3JYQHJLY6MCTG3BLZZ3K4TMJVGE6' where id=6; -update noar tt set b0='C80B6B4RRADS9XYF97LD4XOG' where id=6; -update noar ti set b0='C80B6B4RRADS9XYF97LD4XOG' where id=6; -update noar tt set v0='PJKX0YZ4SSIL' where id=6; -update noar ti set v0='PJKX0YZ4SSIL' where id=6; -update noar tt set b1='HWGFOS06UTONKW7MA9GAC1TXDZZM37PJ' where id=6; -update noar ti set b1='HWGFOS06UTONKW7MA9GAC1TXDZZM37PJ' where id=6; -update noar tt set v0='G' where id=6; -update noar ti set v0='G' where id=6; -update noar tt set b2='H3LS006JS4' where id=6; -update noar ti set b2='H3LS006JS4' where id=6; -update noar tt set v0='94KUF' where id=7; -update noar ti set v0='94KUF' where id=7; -update noar tt set b0='MH3ETLZNK4HLK68QAQZRRNO5' where id=7; -update noar ti set b0='MH3ETLZNK4HLK68QAQZRRNO5' where id=7; -update noar tt set v0='SPAFV9SF4ZQTUSGFRFF1A9' where id=7; -update noar ti set v0='SPAFV9SF4ZQTUSGFRFF1A9' where id=7; -update noar tt set b1='2' where id=7; -update noar ti set b1='2' where id=7; -update noar tt set v0='35RV386OX75TTP' where id=7; -update noar ti set v0='35RV386OX75TTP' where id=7; -update noar tt set b2='T3JEQU9QQ6P1XSXK3SJ6I' where id=7; -update noar ti set b2='T3JEQU9QQ6P1XSXK3SJ6I' where id=7; -update noar tt set v0='J8KONOV8F4PE' where id=8; -update noar ti set v0='J8KONOV8F4PE' where id=8; -update noar tt set b0='DA56BXX0MSX6PZDCI3IE' where id=8; -update noar ti set b0='DA56BXX0MSX6PZDCI3IE' where id=8; -update noar tt set v0='LDHS1OLTXTVZA852X' where id=8; -update noar ti set v0='LDHS1OLTXTVZA852X' where id=8; -update noar tt set b1='244JSQ3DWZ4B6ICJO2YUANJPZ' where id=8; -update noar ti set b1='244JSQ3DWZ4B6ICJO2YUANJPZ' where id=8; -update noar tt set v0='93QP6V6E5R21NZFPEN7JC' where id=8; -update noar ti set v0='93QP6V6E5R21NZFPEN7JC' where id=8; -update noar tt set b2='TIQQF5TEZ' where id=8; -update noar ti set b2='TIQQF5TEZ' where id=8; -update noar tt set v0='58JV6TXHDF4W62HWKHEUSZMZ' where id=9; -update noar ti set v0='58JV6TXHDF4W62HWKHEUSZMZ' where id=9; -update noar tt set b0='Y917I60YNKO2V7DERIC0OGE62J9RR' where id=9; -update noar ti set b0='Y917I60YNKO2V7DERIC0OGE62J9RR' where id=9; -update noar tt set v0='0UHU3' where id=9; -update noar ti set v0='0UHU3' where id=9; -update noar tt set b1='Z5U4DA9C8E2FSF2MSG0KJ' where id=9; -update noar ti set b1='Z5U4DA9C8E2FSF2MSG0KJ' where id=9; -update noar tt set v0='7G34N83XULZK89V8MKVKHJEY' where id=9; -update noar ti set v0='7G34N83XULZK89V8MKVKHJEY' where id=9; -update noar tt set b2='708DN748AGPTIB4YK' where id=9; -update noar ti set b2='708DN748AGPTIB4YK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TU6AGUZJNNAZ7MW2N2UQ' where id=1; -update noar ti set v0='TU6AGUZJNNAZ7MW2N2UQ' where id=1; -update noar tt set b0='FL9RXSX' where id=1; -update noar ti set b0='FL9RXSX' where id=1; -update noar tt set v0='3K58VLTO58QYNOJNLHCV3LNZS' where id=1; -update noar ti set v0='3K58VLTO58QYNOJNLHCV3LNZS' where id=1; -update noar tt set b1='NN19J06QIO0UI8' where id=1; -update noar ti set b1='NN19J06QIO0UI8' where id=1; -update noar tt set v0='0671GVZ45D' where id=1; -update noar ti set v0='0671GVZ45D' where id=1; -update noar tt set b2='VOQLA6NMSO7XKGF6Y4CMS' where id=1; -update noar ti set b2='VOQLA6NMSO7XKGF6Y4CMS' where id=1; -update noar tt set v0='4MQ27LH8MN1F1DC9HZMDIMOKX0P' where id=2; -update noar ti set v0='4MQ27LH8MN1F1DC9HZMDIMOKX0P' where id=2; -update noar tt set b0='DGOOLVFI1' where id=2; -update noar ti set b0='DGOOLVFI1' where id=2; -update noar tt set v0='GJPSHLI' where id=2; -update noar ti set v0='GJPSHLI' where id=2; -update noar tt set b1='BZOXOYVV4BDOERKF4UY' where id=2; -update noar ti set b1='BZOXOYVV4BDOERKF4UY' where id=2; -update noar tt set v0='9BT3K9GY6LUSENS0J6UVDQQ5IGO' where id=2; -update noar ti set v0='9BT3K9GY6LUSENS0J6UVDQQ5IGO' where id=2; -update noar tt set b2='0DFSFATOIB' where id=2; -update noar ti set b2='0DFSFATOIB' where id=2; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b0='ETKXJ9P0V138UQLZ6' where id=3; -update noar ti set b0='ETKXJ9P0V138UQLZ6' where id=3; -update noar tt set v0='GYE2910FGUIVYQDYI663P4LW2LK3S' where id=3; -update noar ti set v0='GYE2910FGUIVYQDYI663P4LW2LK3S' where id=3; -update noar tt set b1='L' where id=3; -update noar ti set b1='L' where id=3; -update noar tt set v0='VAARRI' where id=3; -update noar ti set v0='VAARRI' where id=3; -update noar tt set b2='A' where id=3; -update noar ti set b2='A' where id=3; -update noar tt set v0='HWUE5JK9PRW27NAZV' where id=4; -update noar ti set v0='HWUE5JK9PRW27NAZV' where id=4; -update noar tt set b0='J5XQ6ISFQGK0MCXS3' where id=4; -update noar ti set b0='J5XQ6ISFQGK0MCXS3' where id=4; -update noar tt set v0='Z5STV9X' where id=4; -update noar ti set v0='Z5STV9X' where id=4; -update noar tt set b1='SEUNDD' where id=4; -update noar ti set b1='SEUNDD' where id=4; -update noar tt set v0='TQ0RW9DNG' where id=4; -update noar ti set v0='TQ0RW9DNG' where id=4; -update noar tt set b2='TPG9ZBD5S38EB' where id=4; -update noar ti set b2='TPG9ZBD5S38EB' where id=4; -update noar tt set v0='Y026IPMF3FPDEVS8DRU' where id=5; -update noar ti set v0='Y026IPMF3FPDEVS8DRU' where id=5; -update noar tt set b0='E4F0GXRULUMQ4CD8X08F50NJ' where id=5; -update noar ti set b0='E4F0GXRULUMQ4CD8X08F50NJ' where id=5; -update noar tt set v0='Q8ITIU8FFQMY8VI8YAIYX9JE473' where id=5; -update noar ti set v0='Q8ITIU8FFQMY8VI8YAIYX9JE473' where id=5; -update noar tt set b1='B85Z57UMWSFJLIIRM18FL4153L3' where id=5; -update noar ti set b1='B85Z57UMWSFJLIIRM18FL4153L3' where id=5; -update noar tt set v0='NE6IRZS' where id=5; -update noar ti set v0='NE6IRZS' where id=5; -update noar tt set b2='GKMVZB26W90COI5NIYXQ4G9IS9H5O1' where id=5; -update noar ti set b2='GKMVZB26W90COI5NIYXQ4G9IS9H5O1' where id=5; -update noar tt set v0='KC41VLR3T0' where id=6; -update noar ti set v0='KC41VLR3T0' where id=6; -update noar tt set b0='FLBLCNSV' where id=6; -update noar ti set b0='FLBLCNSV' where id=6; -update noar tt set v0='5ME6W4JJSG5GPTTPNK2TCURNWP' where id=6; -update noar ti set v0='5ME6W4JJSG5GPTTPNK2TCURNWP' where id=6; -update noar tt set b1='UA11OKFXPVQERX2GT3NQ1ZKF' where id=6; -update noar ti set b1='UA11OKFXPVQERX2GT3NQ1ZKF' where id=6; -update noar tt set v0='4B7FQBLJEU9KMAE7RHCJU8' where id=6; -update noar ti set v0='4B7FQBLJEU9KMAE7RHCJU8' where id=6; -update noar tt set b2='W60F2' where id=6; -update noar ti set b2='W60F2' where id=6; -update noar tt set v0='M' where id=7; -update noar ti set v0='M' where id=7; -update noar tt set b0='4W' where id=7; -update noar ti set b0='4W' where id=7; -update noar tt set v0='6FEVIL132IP5NS' where id=7; -update noar ti set v0='6FEVIL132IP5NS' where id=7; -update noar tt set b1='2PREOOKF7I' where id=7; -update noar ti set b1='2PREOOKF7I' where id=7; -update noar tt set v0='CD3DF9GLUASVAW1H' where id=7; -update noar ti set v0='CD3DF9GLUASVAW1H' where id=7; -update noar tt set b2='CGPUGUIZO7IPE' where id=7; -update noar ti set b2='CGPUGUIZO7IPE' where id=7; -update noar tt set v0='695UXWCGK' where id=8; -update noar ti set v0='695UXWCGK' where id=8; -update noar tt set b0='JOVPMBRAQF' where id=8; -update noar ti set b0='JOVPMBRAQF' where id=8; -update noar tt set v0='FC6NCXPX7TCMV42ODDUFK5UT6F7Q' where id=8; -update noar ti set v0='FC6NCXPX7TCMV42ODDUFK5UT6F7Q' where id=8; -update noar tt set b1='ETOJUFCE2YVPNBX7J' where id=8; -update noar ti set b1='ETOJUFCE2YVPNBX7J' where id=8; -update noar tt set v0='2' where id=8; -update noar ti set v0='2' where id=8; -update noar tt set b2='B7L9C6VIY9H94QVAADP6XXF6NSO' where id=8; -update noar ti set b2='B7L9C6VIY9H94QVAADP6XXF6NSO' where id=8; -update noar tt set v0='6KGBP' where id=9; -update noar ti set v0='6KGBP' where id=9; -update noar tt set b0='MFJNPF81H' where id=9; -update noar ti set b0='MFJNPF81H' where id=9; -update noar tt set v0='QHZ1CW3VWA' where id=9; -update noar ti set v0='QHZ1CW3VWA' where id=9; -update noar tt set b1='60HGFVDQ9' where id=9; -update noar ti set b1='60HGFVDQ9' where id=9; -update noar tt set v0='7JXN5T3AEDJKU2H3MW8' where id=9; -update noar ti set v0='7JXN5T3AEDJKU2H3MW8' where id=9; -update noar tt set b2='A9' where id=9; -update noar ti set b2='A9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ML14I87M52OI3LOV' where id=1; -update noar ti set v0='ML14I87M52OI3LOV' where id=1; -update noar tt set b0='T2LNXF' where id=1; -update noar ti set b0='T2LNXF' where id=1; -update noar tt set v0='COW30MX' where id=1; -update noar ti set v0='COW30MX' where id=1; -update noar tt set b1='56GS6CYR054HPMAGJ4RH7J' where id=1; -update noar ti set b1='56GS6CYR054HPMAGJ4RH7J' where id=1; -update noar tt set v0='O8V74TFYBTIJY5HBNFZRK' where id=1; -update noar ti set v0='O8V74TFYBTIJY5HBNFZRK' where id=1; -update noar tt set b2='R2HV8TFSBPO9H25DZC4NDJNBKBK' where id=1; -update noar ti set b2='R2HV8TFSBPO9H25DZC4NDJNBKBK' where id=1; -update noar tt set v0='0M945P8TLQCZA5' where id=2; -update noar ti set v0='0M945P8TLQCZA5' where id=2; -update noar tt set b0='TMQSAXK3O6CV2VWUN8EGU' where id=2; -update noar ti set b0='TMQSAXK3O6CV2VWUN8EGU' where id=2; -update noar tt set v0='2BL1YR8ICTX9QJ91Y1P0V0S0FLXCAE' where id=2; -update noar ti set v0='2BL1YR8ICTX9QJ91Y1P0V0S0FLXCAE' where id=2; -update noar tt set b1='CSP8Y9V9E84MJLYWIYPF25JG87L0II' where id=2; -update noar ti set b1='CSP8Y9V9E84MJLYWIYPF25JG87L0II' where id=2; -update noar tt set v0='QNY1AVCIOXDBR0' where id=2; -update noar ti set v0='QNY1AVCIOXDBR0' where id=2; -update noar tt set b2='KP1CKU61O697A01X1EBIHXJ' where id=2; -update noar ti set b2='KP1CKU61O697A01X1EBIHXJ' where id=2; -update noar tt set v0='R95XHB9Z4X' where id=3; -update noar ti set v0='R95XHB9Z4X' where id=3; -update noar tt set b0='W978LDZMI4MB' where id=3; -update noar ti set b0='W978LDZMI4MB' where id=3; -update noar tt set v0='P5F1OZWC0LD38GND4D6I4M4URG3J2R' where id=3; -update noar ti set v0='P5F1OZWC0LD38GND4D6I4M4URG3J2R' where id=3; -update noar tt set b1='QXAQYTQZI' where id=3; -update noar ti set b1='QXAQYTQZI' where id=3; -update noar tt set v0='E7BQ2O7FO169' where id=3; -update noar ti set v0='E7BQ2O7FO169' where id=3; -update noar tt set b2='QE79JY1OL6F8SBI698' where id=3; -update noar ti set b2='QE79JY1OL6F8SBI698' where id=3; -update noar tt set v0='731ZKG3HSTTV5Q3C' where id=4; -update noar ti set v0='731ZKG3HSTTV5Q3C' where id=4; -update noar tt set b0='YQRTSFL4I6VQT9YSPP9ZUX63VVPCJ' where id=4; -update noar ti set b0='YQRTSFL4I6VQT9YSPP9ZUX63VVPCJ' where id=4; -update noar tt set v0='L3HTQW1NYIC0JVIW07' where id=4; -update noar ti set v0='L3HTQW1NYIC0JVIW07' where id=4; -update noar tt set b1='QNQT640' where id=4; -update noar ti set b1='QNQT640' where id=4; -update noar tt set v0='9EN0UFDTMKH9Z8QXMC6GIO' where id=4; -update noar ti set v0='9EN0UFDTMKH9Z8QXMC6GIO' where id=4; -update noar tt set b2='Q2AJ9GTIIEGIP4XYJXGUZGMSU' where id=4; -update noar ti set b2='Q2AJ9GTIIEGIP4XYJXGUZGMSU' where id=4; -update noar tt set v0='MSRAE8U85OQ6DH4GR' where id=5; -update noar ti set v0='MSRAE8U85OQ6DH4GR' where id=5; -update noar tt set b0='WKM' where id=5; -update noar ti set b0='WKM' where id=5; -update noar tt set v0='TC3S69MW6Y' where id=5; -update noar ti set v0='TC3S69MW6Y' where id=5; -update noar tt set b1='VPFE729THU' where id=5; -update noar ti set b1='VPFE729THU' where id=5; -update noar tt set v0='RQPXLU' where id=5; -update noar ti set v0='RQPXLU' where id=5; -update noar tt set b2='DPQ5VOOHOQH991K91M' where id=5; -update noar ti set b2='DPQ5VOOHOQH991K91M' where id=5; -update noar tt set v0='578R66NDCDOTU7K3E6Q' where id=6; -update noar ti set v0='578R66NDCDOTU7K3E6Q' where id=6; -update noar tt set b0='NL3QLUXO30S9YS8U84E23MVDYFIHZI' where id=6; -update noar ti set b0='NL3QLUXO30S9YS8U84E23MVDYFIHZI' where id=6; -update noar tt set v0='UND1DXNIOZ3A3XXBJLP' where id=6; -update noar ti set v0='UND1DXNIOZ3A3XXBJLP' where id=6; -update noar tt set b1='XKRDXYOAD7C7JG12QWG8E' where id=6; -update noar ti set b1='XKRDXYOAD7C7JG12QWG8E' where id=6; -update noar tt set v0='Y0XWR' where id=6; -update noar ti set v0='Y0XWR' where id=6; -update noar tt set b2='CFVG5P6V32N0BQB' where id=6; -update noar ti set b2='CFVG5P6V32N0BQB' where id=6; -update noar tt set v0='A0JJQPEMKG9I0YM8RQ0S0W' where id=7; -update noar ti set v0='A0JJQPEMKG9I0YM8RQ0S0W' where id=7; -update noar tt set b0='J616TJ3PI' where id=7; -update noar ti set b0='J616TJ3PI' where id=7; -update noar tt set v0='TEW3GCB8J7NELIG8BFNO44BU61E4' where id=7; -update noar ti set v0='TEW3GCB8J7NELIG8BFNO44BU61E4' where id=7; -update noar tt set b1='SD7JBTBO4MFD' where id=7; -update noar ti set b1='SD7JBTBO4MFD' where id=7; -update noar tt set v0='0E4S75CQ' where id=7; -update noar ti set v0='0E4S75CQ' where id=7; -update noar tt set b2='TYPD5454GII' where id=7; -update noar ti set b2='TYPD5454GII' where id=7; -update noar tt set v0='7B3DJPI7UW986UWKMNW9SF0MKDEEWT' where id=8; -update noar ti set v0='7B3DJPI7UW986UWKMNW9SF0MKDEEWT' where id=8; -update noar tt set b0='U' where id=8; -update noar ti set b0='U' where id=8; -update noar tt set v0='RRHU3ZNOK3TECPWR8M4PKTGZBN2TQ' where id=8; -update noar ti set v0='RRHU3ZNOK3TECPWR8M4PKTGZBN2TQ' where id=8; -update noar tt set b1='IF5Q7D7386XB5W702' where id=8; -update noar ti set b1='IF5Q7D7386XB5W702' where id=8; -update noar tt set v0='HZOWIY1VLZ2RMP' where id=8; -update noar ti set v0='HZOWIY1VLZ2RMP' where id=8; -update noar tt set b2='2E' where id=8; -update noar ti set b2='2E' where id=8; -update noar tt set v0='D70ZQ2CR172AUAH9' where id=9; -update noar ti set v0='D70ZQ2CR172AUAH9' where id=9; -update noar tt set b0='U84LRLN262APJLEUPBEBDHY' where id=9; -update noar ti set b0='U84LRLN262APJLEUPBEBDHY' where id=9; -update noar tt set v0='RHCMI' where id=9; -update noar ti set v0='RHCMI' where id=9; -update noar tt set b1='MWM' where id=9; -update noar ti set b1='MWM' where id=9; -update noar tt set v0='UFHKTSEXQ67JF8HUYH1DTB' where id=9; -update noar ti set v0='UFHKTSEXQ67JF8HUYH1DTB' where id=9; -update noar tt set b2='MDU8' where id=9; -update noar ti set b2='MDU8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1VRMFX4G4AFLE4E5MY80XC5' where id=1; -update noar ti set v0='1VRMFX4G4AFLE4E5MY80XC5' where id=1; -update noar tt set b0='95WWKVA6F9FI8Q' where id=1; -update noar ti set b0='95WWKVA6F9FI8Q' where id=1; -update noar tt set v0='Q92TF1A61BHBRNJS7EXPI2I6' where id=1; -update noar ti set v0='Q92TF1A61BHBRNJS7EXPI2I6' where id=1; -update noar tt set b1='6TQB8PLTSONSD5TSE5NWM' where id=1; -update noar ti set b1='6TQB8PLTSONSD5TSE5NWM' where id=1; -update noar tt set v0='7QEMA86' where id=1; -update noar ti set v0='7QEMA86' where id=1; -update noar tt set b2='45QK8EPONXV' where id=1; -update noar ti set b2='45QK8EPONXV' where id=1; -update noar tt set v0='WZUKY9G5QH1KS4O05TN9QS5HZVJU6FQ' where id=2; -update noar ti set v0='WZUKY9G5QH1KS4O05TN9QS5HZVJU6FQ' where id=2; -update noar tt set b0='Z5OFP9S8' where id=2; -update noar ti set b0='Z5OFP9S8' where id=2; -update noar tt set v0='TU3STU3KUFBCFYIRYWEU' where id=2; -update noar ti set v0='TU3STU3KUFBCFYIRYWEU' where id=2; -update noar tt set b1='BRE0DWJNFEWE9YRH' where id=2; -update noar ti set b1='BRE0DWJNFEWE9YRH' where id=2; -update noar tt set v0='J7IEQE5703' where id=2; -update noar ti set v0='J7IEQE5703' where id=2; -update noar tt set b2='C107VTIDCQ8' where id=2; -update noar ti set b2='C107VTIDCQ8' where id=2; -update noar tt set v0='TCQLXXI8L80Z51K3C52O1P42SK4HD' where id=3; -update noar ti set v0='TCQLXXI8L80Z51K3C52O1P42SK4HD' where id=3; -update noar tt set b0='NSR9322' where id=3; -update noar ti set b0='NSR9322' where id=3; -update noar tt set v0='ZUZPG4LPXP723W5XIP3E6WEPVJAV' where id=3; -update noar ti set v0='ZUZPG4LPXP723W5XIP3E6WEPVJAV' where id=3; -update noar tt set b1='01PAEMGO52JMRX3EQQQPDQJ' where id=3; -update noar ti set b1='01PAEMGO52JMRX3EQQQPDQJ' where id=3; -update noar tt set v0='EK47LGXJP7731RW5V4Y' where id=3; -update noar ti set v0='EK47LGXJP7731RW5V4Y' where id=3; -update noar tt set b2='TEQLRLO0I72QHO1QMBI6DVKX1I' where id=3; -update noar ti set b2='TEQLRLO0I72QHO1QMBI6DVKX1I' where id=3; -update noar tt set v0='93OREX1ON9856K418AN8THCUHBO9VKC' where id=4; -update noar ti set v0='93OREX1ON9856K418AN8THCUHBO9VKC' where id=4; -update noar tt set b0='H21OQD37G4AVZDPEQ' where id=4; -update noar ti set b0='H21OQD37G4AVZDPEQ' where id=4; -update noar tt set v0='01FX4KUTJAN7' where id=4; -update noar ti set v0='01FX4KUTJAN7' where id=4; -update noar tt set b1='S' where id=4; -update noar ti set b1='S' where id=4; -update noar tt set v0='N8W' where id=4; -update noar ti set v0='N8W' where id=4; -update noar tt set b2='C67OG9AQW2XHSX788EC8M7F6QCM' where id=4; -update noar ti set b2='C67OG9AQW2XHSX788EC8M7F6QCM' where id=4; -update noar tt set v0='K6LC3SY0XEENCU4K6ZZ' where id=5; -update noar ti set v0='K6LC3SY0XEENCU4K6ZZ' where id=5; -update noar tt set b0='0974UPAJ3XD891G0' where id=5; -update noar ti set b0='0974UPAJ3XD891G0' where id=5; -update noar tt set v0='5BKCZY9NSXADUMATIWDY' where id=5; -update noar ti set v0='5BKCZY9NSXADUMATIWDY' where id=5; -update noar tt set b1='4T055CZ9LV8JJSWRNQBY379G' where id=5; -update noar ti set b1='4T055CZ9LV8JJSWRNQBY379G' where id=5; -update noar tt set v0='Z8VLTI10CF49ZQWN3' where id=5; -update noar ti set v0='Z8VLTI10CF49ZQWN3' where id=5; -update noar tt set b2='E7KJVJ33LKFN' where id=5; -update noar ti set b2='E7KJVJ33LKFN' where id=5; -update noar tt set v0='TZF1F8LC9NF3XGPMEGYJOP5YA' where id=6; -update noar ti set v0='TZF1F8LC9NF3XGPMEGYJOP5YA' where id=6; -update noar tt set b0='Y1HFKWOK2H7E6FQOIFXM3L3PDH9718J' where id=6; -update noar ti set b0='Y1HFKWOK2H7E6FQOIFXM3L3PDH9718J' where id=6; -update noar tt set v0='X4LTQQIHHNBXYLEUQ89C528Z76' where id=6; -update noar ti set v0='X4LTQQIHHNBXYLEUQ89C528Z76' where id=6; -update noar tt set b1='PSI9VQIR0IGSZ5KYE5QH164X' where id=6; -update noar ti set b1='PSI9VQIR0IGSZ5KYE5QH164X' where id=6; -update noar tt set v0='B8CYNXMT0RY75ZZMJN' where id=6; -update noar ti set v0='B8CYNXMT0RY75ZZMJN' where id=6; -update noar tt set b2='PAO8I6IZL5VGPUMB2TICK86C9UE00' where id=6; -update noar ti set b2='PAO8I6IZL5VGPUMB2TICK86C9UE00' where id=6; -update noar tt set v0='GGHTK97KZU34ISSAS7' where id=7; -update noar ti set v0='GGHTK97KZU34ISSAS7' where id=7; -update noar tt set b0='JRDP0EG' where id=7; -update noar ti set b0='JRDP0EG' where id=7; -update noar tt set v0='AF71GQ22W2Y5GYZT8EU4XKWHVHWBB' where id=7; -update noar ti set v0='AF71GQ22W2Y5GYZT8EU4XKWHVHWBB' where id=7; -update noar tt set b1='L1V93SPN2HITIYAN6P77YC' where id=7; -update noar ti set b1='L1V93SPN2HITIYAN6P77YC' where id=7; -update noar tt set v0='0RAPR9TJY' where id=7; -update noar ti set v0='0RAPR9TJY' where id=7; -update noar tt set b2='UPN14PREIP49OWNVE0' where id=7; -update noar ti set b2='UPN14PREIP49OWNVE0' where id=7; -update noar tt set v0='VQHCIUT0L87M8I5U06PJ' where id=8; -update noar ti set v0='VQHCIUT0L87M8I5U06PJ' where id=8; -update noar tt set b0='L7RBJILG0TX4QL2' where id=8; -update noar ti set b0='L7RBJILG0TX4QL2' where id=8; -update noar tt set v0='Z3ZW2I4VVBS5JD70Z48R6C7' where id=8; -update noar ti set v0='Z3ZW2I4VVBS5JD70Z48R6C7' where id=8; -update noar tt set b1='2DZKW' where id=8; -update noar ti set b1='2DZKW' where id=8; -update noar tt set v0='52KZVFC596F1WJNAKYE9CX25' where id=8; -update noar ti set v0='52KZVFC596F1WJNAKYE9CX25' where id=8; -update noar tt set b2='WEBHH5442FRO7W93AKRFLKP0' where id=8; -update noar ti set b2='WEBHH5442FRO7W93AKRFLKP0' where id=8; -update noar tt set v0='DZX0S0Q' where id=9; -update noar ti set v0='DZX0S0Q' where id=9; -update noar tt set b0='PCI0KO7' where id=9; -update noar ti set b0='PCI0KO7' where id=9; -update noar tt set v0='30RGI' where id=9; -update noar ti set v0='30RGI' where id=9; -update noar tt set b1='40SDA' where id=9; -update noar ti set b1='40SDA' where id=9; -update noar tt set v0='SZ16SPALTGY95V1QK3VWPYJXPZOHM' where id=9; -update noar ti set v0='SZ16SPALTGY95V1QK3VWPYJXPZOHM' where id=9; -update noar tt set b2='AEMV' where id=9; -update noar ti set b2='AEMV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2W15VZFAGXO1IC20U6K3SN8' where id=1; -update noar ti set v0='2W15VZFAGXO1IC20U6K3SN8' where id=1; -update noar tt set b0='8EF9STP63WTU0KLDZYIH8UW0675OP7CV' where id=1; -update noar ti set b0='8EF9STP63WTU0KLDZYIH8UW0675OP7CV' where id=1; -update noar tt set v0='9Y1PSK6UUVNV8BYG0YIDEP2Q7BY' where id=1; -update noar ti set v0='9Y1PSK6UUVNV8BYG0YIDEP2Q7BY' where id=1; -update noar tt set b1='2AFZH5L727JLNJ8KZL36F9' where id=1; -update noar ti set b1='2AFZH5L727JLNJ8KZL36F9' where id=1; -update noar tt set v0='BIQB6B7FHO' where id=1; -update noar ti set v0='BIQB6B7FHO' where id=1; -update noar tt set b2='GL6LI1VFUX5IH' where id=1; -update noar ti set b2='GL6LI1VFUX5IH' where id=1; -update noar tt set v0='0PWUOCW9D37V21PQCSVP49FR' where id=2; -update noar ti set v0='0PWUOCW9D37V21PQCSVP49FR' where id=2; -update noar tt set b0='E0KJHOP8OJ0ENAJT' where id=2; -update noar ti set b0='E0KJHOP8OJ0ENAJT' where id=2; -update noar tt set v0='N3DOFVD7SJSY975RY53ZLC2CIZ6W' where id=2; -update noar ti set v0='N3DOFVD7SJSY975RY53ZLC2CIZ6W' where id=2; -update noar tt set b1='1CUKK1JN2WM0NLZ8' where id=2; -update noar ti set b1='1CUKK1JN2WM0NLZ8' where id=2; -update noar tt set v0='7K82' where id=2; -update noar ti set v0='7K82' where id=2; -update noar tt set b2='OOTEM3T1FZPX4D697UOEY5QX' where id=2; -update noar ti set b2='OOTEM3T1FZPX4D697UOEY5QX' where id=2; -update noar tt set v0='62HM5Y6NQTGHLEVYLZGIJ' where id=3; -update noar ti set v0='62HM5Y6NQTGHLEVYLZGIJ' where id=3; -update noar tt set b0='86V67W2YUT' where id=3; -update noar ti set b0='86V67W2YUT' where id=3; -update noar tt set v0='P' where id=3; -update noar ti set v0='P' where id=3; -update noar tt set b1='O5RQZC' where id=3; -update noar ti set b1='O5RQZC' where id=3; -update noar tt set v0='945WIBXTP57Y' where id=3; -update noar ti set v0='945WIBXTP57Y' where id=3; -update noar tt set b2='8SKKNV1X48PYBW' where id=3; -update noar ti set b2='8SKKNV1X48PYBW' where id=3; -update noar tt set v0='O1454YCYQHV4LOE1JYI' where id=4; -update noar ti set v0='O1454YCYQHV4LOE1JYI' where id=4; -update noar tt set b0='VG' where id=4; -update noar ti set b0='VG' where id=4; -update noar tt set v0='3R0ORL518D133GW7RGUD1JU8L' where id=4; -update noar ti set v0='3R0ORL518D133GW7RGUD1JU8L' where id=4; -update noar tt set b1='R1CKQ46TYP66UY8G' where id=4; -update noar ti set b1='R1CKQ46TYP66UY8G' where id=4; -update noar tt set v0='B8J8X695GO46DTG72M4MD0CUCSOXJ7J' where id=4; -update noar ti set v0='B8J8X695GO46DTG72M4MD0CUCSOXJ7J' where id=4; -update noar tt set b2='U4JE' where id=4; -update noar ti set b2='U4JE' where id=4; -update noar tt set v0='DVVZN8SWPMJA51SH69TM' where id=5; -update noar ti set v0='DVVZN8SWPMJA51SH69TM' where id=5; -update noar tt set b0='7WAOKHFI0TTXPMT10T5NFW5' where id=5; -update noar ti set b0='7WAOKHFI0TTXPMT10T5NFW5' where id=5; -update noar tt set v0='85VVXM0YGWDTT051NDPSVR2R6O' where id=5; -update noar ti set v0='85VVXM0YGWDTT051NDPSVR2R6O' where id=5; -update noar tt set b1='2BAZF' where id=5; -update noar ti set b1='2BAZF' where id=5; -update noar tt set v0='A1Z9ULRVF5LIXAYC6NC8J6K0PYM1DPP' where id=5; -update noar ti set v0='A1Z9ULRVF5LIXAYC6NC8J6K0PYM1DPP' where id=5; -update noar tt set b2='FV0L1XNPL8PKXJJ7F' where id=5; -update noar ti set b2='FV0L1XNPL8PKXJJ7F' where id=5; -update noar tt set v0='7MNF3R3DB2I051ETSS1K57' where id=6; -update noar ti set v0='7MNF3R3DB2I051ETSS1K57' where id=6; -update noar tt set b0='PHTK3TVC5DV1KRTKY4AMVY793' where id=6; -update noar ti set b0='PHTK3TVC5DV1KRTKY4AMVY793' where id=6; -update noar tt set v0='Z7QR3SPPNVA7ZWWNCMFYKOC' where id=6; -update noar ti set v0='Z7QR3SPPNVA7ZWWNCMFYKOC' where id=6; -update noar tt set b1='4P8ESDAC4UL' where id=6; -update noar ti set b1='4P8ESDAC4UL' where id=6; -update noar tt set v0='AYHVDJ9Z69E68F8G1I82BZQF' where id=6; -update noar ti set v0='AYHVDJ9Z69E68F8G1I82BZQF' where id=6; -update noar tt set b2='B7G7E9ZZJEO2LK66A' where id=6; -update noar ti set b2='B7G7E9ZZJEO2LK66A' where id=6; -update noar tt set v0='SHS2CK4' where id=7; -update noar ti set v0='SHS2CK4' where id=7; -update noar tt set b0='9FMVEOKOHMDLHXPP' where id=7; -update noar ti set b0='9FMVEOKOHMDLHXPP' where id=7; -update noar tt set v0='EWEL' where id=7; -update noar ti set v0='EWEL' where id=7; -update noar tt set b1='53NGDLL6TPJ' where id=7; -update noar ti set b1='53NGDLL6TPJ' where id=7; -update noar tt set v0='BCJP0' where id=7; -update noar ti set v0='BCJP0' where id=7; -update noar tt set b2='GMEY' where id=7; -update noar ti set b2='GMEY' where id=7; -update noar tt set v0='6DMI660WV9OQ0H7YO7YNRFP8UMOJA8NJ' where id=8; -update noar ti set v0='6DMI660WV9OQ0H7YO7YNRFP8UMOJA8NJ' where id=8; -update noar tt set b0='YZPW8BPV4K25EII9QH72P1' where id=8; -update noar ti set b0='YZPW8BPV4K25EII9QH72P1' where id=8; -update noar tt set v0='JGE0' where id=8; -update noar ti set v0='JGE0' where id=8; -update noar tt set b1='5D5EM68LJM8NOT0APW1VW56MPT' where id=8; -update noar ti set b1='5D5EM68LJM8NOT0APW1VW56MPT' where id=8; -update noar tt set v0='R2I5CBP4OPLTOO9LI3O' where id=8; -update noar ti set v0='R2I5CBP4OPLTOO9LI3O' where id=8; -update noar tt set b2='9RL6EL0WFKYGLGQR26' where id=8; -update noar ti set b2='9RL6EL0WFKYGLGQR26' where id=8; -update noar tt set v0='GBNPRCQ2ZGKE7KWD25D087JLSK1SEG3' where id=9; -update noar ti set v0='GBNPRCQ2ZGKE7KWD25D087JLSK1SEG3' where id=9; -update noar tt set b0='02VBYZ4TEGFVJ6953O7500B5UI13NZ' where id=9; -update noar ti set b0='02VBYZ4TEGFVJ6953O7500B5UI13NZ' where id=9; -update noar tt set v0='ACZS0HW6KVOPED80B' where id=9; -update noar ti set v0='ACZS0HW6KVOPED80B' where id=9; -update noar tt set b1='65L4NEL' where id=9; -update noar ti set b1='65L4NEL' where id=9; -update noar tt set v0='RR93HUL3GKJK4H59F' where id=9; -update noar ti set v0='RR93HUL3GKJK4H59F' where id=9; -update noar tt set b2='KEXJK79LG6Z7SQVON9OGBIFHDH882' where id=9; -update noar ti set b2='KEXJK79LG6Z7SQVON9OGBIFHDH882' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KB7NNFEPFGD30AN5' where id=1; -update noar ti set v0='KB7NNFEPFGD30AN5' where id=1; -update noar tt set b0='HM33PSO674GLJB2NSXDY3VYEIRA7C1' where id=1; -update noar ti set b0='HM33PSO674GLJB2NSXDY3VYEIRA7C1' where id=1; -update noar tt set v0='0G1GH0BHIFS2JC62VY6XXPETSNYQI89' where id=1; -update noar ti set v0='0G1GH0BHIFS2JC62VY6XXPETSNYQI89' where id=1; -update noar tt set b1='QTQK1OM2RRCECOB9PJ2KZ' where id=1; -update noar ti set b1='QTQK1OM2RRCECOB9PJ2KZ' where id=1; -update noar tt set v0='0WZ8SVUCDJQFV7E5X6JAQEYFZN5XE' where id=1; -update noar ti set v0='0WZ8SVUCDJQFV7E5X6JAQEYFZN5XE' where id=1; -update noar tt set b2='BPDGHY' where id=1; -update noar ti set b2='BPDGHY' where id=1; -update noar tt set v0='FQUCKXGA' where id=2; -update noar ti set v0='FQUCKXGA' where id=2; -update noar tt set b0='4DWH' where id=2; -update noar ti set b0='4DWH' where id=2; -update noar tt set v0='ZZGNZV' where id=2; -update noar ti set v0='ZZGNZV' where id=2; -update noar tt set b1='Y9C3MRKYGBB9WLADG9' where id=2; -update noar ti set b1='Y9C3MRKYGBB9WLADG9' where id=2; -update noar tt set v0='AWCYQGFU2L92560YWRYH42Z' where id=2; -update noar ti set v0='AWCYQGFU2L92560YWRYH42Z' where id=2; -update noar tt set b2='N4S' where id=2; -update noar ti set b2='N4S' where id=2; -update noar tt set v0='I0DW85196WMNH03Q33PF2L6VQGKV3' where id=3; -update noar ti set v0='I0DW85196WMNH03Q33PF2L6VQGKV3' where id=3; -update noar tt set b0='LNPO' where id=3; -update noar ti set b0='LNPO' where id=3; -update noar tt set v0='QB5OKN4BP8E9' where id=3; -update noar ti set v0='QB5OKN4BP8E9' where id=3; -update noar tt set b1='AN7N10DQ31LVRQF9E5ZMN5TYHRU162W' where id=3; -update noar ti set b1='AN7N10DQ31LVRQF9E5ZMN5TYHRU162W' where id=3; -update noar tt set v0='HOL454K4D4PN' where id=3; -update noar ti set v0='HOL454K4D4PN' where id=3; -update noar tt set b2='8EKNE77L5LIZQ' where id=3; -update noar ti set b2='8EKNE77L5LIZQ' where id=3; -update noar tt set v0='E232C91K3JZSREE1U' where id=4; -update noar ti set v0='E232C91K3JZSREE1U' where id=4; -update noar tt set b0='LHRPTQVPOVMJV3' where id=4; -update noar ti set b0='LHRPTQVPOVMJV3' where id=4; -update noar tt set v0='S1GT6D3Z2IERK1TU88K2CUG30D6A4' where id=4; -update noar ti set v0='S1GT6D3Z2IERK1TU88K2CUG30D6A4' where id=4; -update noar tt set b1='JZ49KQ9FPJWOA45Y' where id=4; -update noar ti set b1='JZ49KQ9FPJWOA45Y' where id=4; -update noar tt set v0='ADD4RRT' where id=4; -update noar ti set v0='ADD4RRT' where id=4; -update noar tt set b2='KJC1YB8A' where id=4; -update noar ti set b2='KJC1YB8A' where id=4; -update noar tt set v0='7BPQZJG8VNYA4LH' where id=5; -update noar ti set v0='7BPQZJG8VNYA4LH' where id=5; -update noar tt set b0='29AN65ZZ6C2TO05YUGM8NREB3YT7I' where id=5; -update noar ti set b0='29AN65ZZ6C2TO05YUGM8NREB3YT7I' where id=5; -update noar tt set v0='K26EJK6SD8Z38E0C' where id=5; -update noar ti set v0='K26EJK6SD8Z38E0C' where id=5; -update noar tt set b1='XRT0QPQK4QJMYQF4MKG58P' where id=5; -update noar ti set b1='XRT0QPQK4QJMYQF4MKG58P' where id=5; -update noar tt set v0='AIZQ7FSGEWH7OPWSFKG2D' where id=5; -update noar ti set v0='AIZQ7FSGEWH7OPWSFKG2D' where id=5; -update noar tt set b2='JKZCGQL6P3IMWUHOY8Z2HARF' where id=5; -update noar ti set b2='JKZCGQL6P3IMWUHOY8Z2HARF' where id=5; -update noar tt set v0='CQ' where id=6; -update noar ti set v0='CQ' where id=6; -update noar tt set b0='58HUYQY8B2MABOG4' where id=6; -update noar ti set b0='58HUYQY8B2MABOG4' where id=6; -update noar tt set v0='PS0HAVDN8RH' where id=6; -update noar ti set v0='PS0HAVDN8RH' where id=6; -update noar tt set b1='N3CP3PP1S8DQWJCZW4EUWJD68Y' where id=6; -update noar ti set b1='N3CP3PP1S8DQWJCZW4EUWJD68Y' where id=6; -update noar tt set v0='02WB2K89S0JD4CFTKMKV' where id=6; -update noar ti set v0='02WB2K89S0JD4CFTKMKV' where id=6; -update noar tt set b2='CHFMR6F387X5LZLH2RMKXNTY0N0XIH' where id=6; -update noar ti set b2='CHFMR6F387X5LZLH2RMKXNTY0N0XIH' where id=6; -update noar tt set v0='HVNT8ORVFHSWZ382K1D7Q8WWIHSVUI' where id=7; -update noar ti set v0='HVNT8ORVFHSWZ382K1D7Q8WWIHSVUI' where id=7; -update noar tt set b0='4820B5WHWAKY' where id=7; -update noar ti set b0='4820B5WHWAKY' where id=7; -update noar tt set v0='QJBZZWA8054FOQENMYA7EM05U' where id=7; -update noar ti set v0='QJBZZWA8054FOQENMYA7EM05U' where id=7; -update noar tt set b1='DBU55XYF' where id=7; -update noar ti set b1='DBU55XYF' where id=7; -update noar tt set v0='FKS68V' where id=7; -update noar ti set v0='FKS68V' where id=7; -update noar tt set b2='HR7ZOPG2AGXHD6EGWGJW8PZT5FZ3' where id=7; -update noar ti set b2='HR7ZOPG2AGXHD6EGWGJW8PZT5FZ3' where id=7; -update noar tt set v0='X8RD' where id=8; -update noar ti set v0='X8RD' where id=8; -update noar tt set b0='ESSZY48XWLJXWBO9914EI0EM7JN' where id=8; -update noar ti set b0='ESSZY48XWLJXWBO9914EI0EM7JN' where id=8; -update noar tt set v0='5KTRQOQER14ZGDSVUFR4J6K4ZZASRO32' where id=8; -update noar ti set v0='5KTRQOQER14ZGDSVUFR4J6K4ZZASRO32' where id=8; -update noar tt set b1='LVC13F6' where id=8; -update noar ti set b1='LVC13F6' where id=8; -update noar tt set v0='PAVVSO76NPBUAZE4QXEF4' where id=8; -update noar ti set v0='PAVVSO76NPBUAZE4QXEF4' where id=8; -update noar tt set b2='QB2RXEPZ7UWINA677EIS3E02B0W3H19A' where id=8; -update noar ti set b2='QB2RXEPZ7UWINA677EIS3E02B0W3H19A' where id=8; -update noar tt set v0='VVVCTAITDEJHR3EQ6Z0M' where id=9; -update noar ti set v0='VVVCTAITDEJHR3EQ6Z0M' where id=9; -update noar tt set b0='7Y2Y21FL1MOZD7OAV580P5I' where id=9; -update noar ti set b0='7Y2Y21FL1MOZD7OAV580P5I' where id=9; -update noar tt set v0='PC7YS2BJ8I8ETJ7K8D647RGVUOAA4T' where id=9; -update noar ti set v0='PC7YS2BJ8I8ETJ7K8D647RGVUOAA4T' where id=9; -update noar tt set b1='6X5SUSZ7J4LIO9TJ31C629ZBZQ5LT' where id=9; -update noar ti set b1='6X5SUSZ7J4LIO9TJ31C629ZBZQ5LT' where id=9; -update noar tt set v0='6OSYYISFEW37TE' where id=9; -update noar ti set v0='6OSYYISFEW37TE' where id=9; -update noar tt set b2='AU4V744OWFIATF00E7WFHT' where id=9; -update noar ti set b2='AU4V744OWFIATF00E7WFHT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5RAQUY' where id=1; -update noar ti set v0='5RAQUY' where id=1; -update noar tt set b0='PDYSWCEONZER' where id=1; -update noar ti set b0='PDYSWCEONZER' where id=1; -update noar tt set v0='RT1W2I6N6L7FE5FN' where id=1; -update noar ti set v0='RT1W2I6N6L7FE5FN' where id=1; -update noar tt set b1='ZE' where id=1; -update noar ti set b1='ZE' where id=1; -update noar tt set v0='LI4EQR4LRI26X5TG06YL9DQ' where id=1; -update noar ti set v0='LI4EQR4LRI26X5TG06YL9DQ' where id=1; -update noar tt set b2='WTBVKL9M8J6LA' where id=1; -update noar ti set b2='WTBVKL9M8J6LA' where id=1; -update noar tt set v0='J13WWK7MCA' where id=2; -update noar ti set v0='J13WWK7MCA' where id=2; -update noar tt set b0='S' where id=2; -update noar ti set b0='S' where id=2; -update noar tt set v0='IUZCTB13WJCPZIL6OK7YRV7QF0XRF090' where id=2; -update noar ti set v0='IUZCTB13WJCPZIL6OK7YRV7QF0XRF090' where id=2; -update noar tt set b1='2UQ2U5BHGQUO0TG5' where id=2; -update noar ti set b1='2UQ2U5BHGQUO0TG5' where id=2; -update noar tt set v0='LI8F3G0SJODO3Y' where id=2; -update noar ti set v0='LI8F3G0SJODO3Y' where id=2; -update noar tt set b2='QNG3Q9AXRNH3IN1T4V' where id=2; -update noar ti set b2='QNG3Q9AXRNH3IN1T4V' where id=2; -update noar tt set v0='7A7VMT3260TBMEEOJ1GKN' where id=3; -update noar ti set v0='7A7VMT3260TBMEEOJ1GKN' where id=3; -update noar tt set b0='Y7' where id=3; -update noar ti set b0='Y7' where id=3; -update noar tt set v0='0LHVCF9EVYL5' where id=3; -update noar ti set v0='0LHVCF9EVYL5' where id=3; -update noar tt set b1='LR4NJ0' where id=3; -update noar ti set b1='LR4NJ0' where id=3; -update noar tt set v0='N784Z87F5EZ8XRQ' where id=3; -update noar ti set v0='N784Z87F5EZ8XRQ' where id=3; -update noar tt set b2='XUQU9JZ789P' where id=3; -update noar ti set b2='XUQU9JZ789P' where id=3; -update noar tt set v0='T5097HTJOUECSV4MA11LNILA47S4' where id=4; -update noar ti set v0='T5097HTJOUECSV4MA11LNILA47S4' where id=4; -update noar tt set b0='BOJIMD1NI78B' where id=4; -update noar ti set b0='BOJIMD1NI78B' where id=4; -update noar tt set v0='5LCKAANXHBAF18B1K' where id=4; -update noar ti set v0='5LCKAANXHBAF18B1K' where id=4; -update noar tt set b1='Q94N8AJHT9' where id=4; -update noar ti set b1='Q94N8AJHT9' where id=4; -update noar tt set v0='DXLTI183PJLSM1DNTPDOV' where id=4; -update noar ti set v0='DXLTI183PJLSM1DNTPDOV' where id=4; -update noar tt set b2='1I1Q7ANREC' where id=4; -update noar ti set b2='1I1Q7ANREC' where id=4; -update noar tt set v0='6KSXNGN5EOREL9' where id=5; -update noar ti set v0='6KSXNGN5EOREL9' where id=5; -update noar tt set b0='6XWD45L6SE0KOQSHQ25ZLSG5Q1' where id=5; -update noar ti set b0='6XWD45L6SE0KOQSHQ25ZLSG5Q1' where id=5; -update noar tt set v0='8Y321P6' where id=5; -update noar ti set v0='8Y321P6' where id=5; -update noar tt set b1='05P' where id=5; -update noar ti set b1='05P' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b2='9LH195JEGW9TY0K9HFO3' where id=5; -update noar ti set b2='9LH195JEGW9TY0K9HFO3' where id=5; -update noar tt set v0='WHQ9P6JPQ6AEUOS661OW187HA757TYNY' where id=6; -update noar ti set v0='WHQ9P6JPQ6AEUOS661OW187HA757TYNY' where id=6; -update noar tt set b0='5YIFUMY9FN7' where id=6; -update noar ti set b0='5YIFUMY9FN7' where id=6; -update noar tt set v0='6F4Z0HU8ZJLEP5MNX0OX' where id=6; -update noar ti set v0='6F4Z0HU8ZJLEP5MNX0OX' where id=6; -update noar tt set b1='17YBZ9N' where id=6; -update noar ti set b1='17YBZ9N' where id=6; -update noar tt set v0='SXBC549EQOCE' where id=6; -update noar ti set v0='SXBC549EQOCE' where id=6; -update noar tt set b2='A6UGNGV4RLTPT6KV4D8W' where id=6; -update noar ti set b2='A6UGNGV4RLTPT6KV4D8W' where id=6; -update noar tt set v0='VQ7SSCUM1A9NRCT9Q' where id=7; -update noar ti set v0='VQ7SSCUM1A9NRCT9Q' where id=7; -update noar tt set b0='XZVPF9XQO6RZPHXAIWYCANXB2YMD' where id=7; -update noar ti set b0='XZVPF9XQO6RZPHXAIWYCANXB2YMD' where id=7; -update noar tt set v0='TPXWN6G2JUKH7K1AFIN3JXVL' where id=7; -update noar ti set v0='TPXWN6G2JUKH7K1AFIN3JXVL' where id=7; -update noar tt set b1='ITXCSQGBCPB4H8964PVM6' where id=7; -update noar ti set b1='ITXCSQGBCPB4H8964PVM6' where id=7; -update noar tt set v0='8N82MIQXQTQRVQ9EZK2FF81OYEIH' where id=7; -update noar ti set v0='8N82MIQXQTQRVQ9EZK2FF81OYEIH' where id=7; -update noar tt set b2='9TU66KR2O411WN' where id=7; -update noar ti set b2='9TU66KR2O411WN' where id=7; -update noar tt set v0='8PZEVNMGRINNDE' where id=8; -update noar ti set v0='8PZEVNMGRINNDE' where id=8; -update noar tt set b0='RP' where id=8; -update noar ti set b0='RP' where id=8; -update noar tt set v0='CPE0M5UJWR0LJNXC' where id=8; -update noar ti set v0='CPE0M5UJWR0LJNXC' where id=8; -update noar tt set b1='4SINDZR9PVFA8EV35HBG7N' where id=8; -update noar ti set b1='4SINDZR9PVFA8EV35HBG7N' where id=8; -update noar tt set v0='0IUD1QG' where id=8; -update noar ti set v0='0IUD1QG' where id=8; -update noar tt set b2='8XB67B5M' where id=8; -update noar ti set b2='8XB67B5M' where id=8; -update noar tt set v0='VALP9O' where id=9; -update noar ti set v0='VALP9O' where id=9; -update noar tt set b0='F0' where id=9; -update noar ti set b0='F0' where id=9; -update noar tt set v0='IJ9EA919X' where id=9; -update noar ti set v0='IJ9EA919X' where id=9; -update noar tt set b1='WB9XJK9L1WG2S3D4CCKADWWSQ0' where id=9; -update noar ti set b1='WB9XJK9L1WG2S3D4CCKADWWSQ0' where id=9; -update noar tt set v0='PB0T1ONB3VMV49VP704KWX0EXO' where id=9; -update noar ti set v0='PB0T1ONB3VMV49VP704KWX0EXO' where id=9; -update noar tt set b2='OT' where id=9; -update noar ti set b2='OT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LFO6J9LUCSDMJ9KO6DE6QQA' where id=1; -update noar ti set v0='LFO6J9LUCSDMJ9KO6DE6QQA' where id=1; -update noar tt set b0='HP1UH3I8E921KJQHJPBIRJE1Q0' where id=1; -update noar ti set b0='HP1UH3I8E921KJQHJPBIRJE1Q0' where id=1; -update noar tt set v0='RBGFPQA' where id=1; -update noar ti set v0='RBGFPQA' where id=1; -update noar tt set b1='MW5TZKCIXC8LEH1' where id=1; -update noar ti set b1='MW5TZKCIXC8LEH1' where id=1; -update noar tt set v0='5ZUA5ENER506ZMBIIA66DP91' where id=1; -update noar ti set v0='5ZUA5ENER506ZMBIIA66DP91' where id=1; -update noar tt set b2='A5PK3C44I2E' where id=1; -update noar ti set b2='A5PK3C44I2E' where id=1; -update noar tt set v0='VZKPMUB5ERASO1OZUMHH05DH' where id=2; -update noar ti set v0='VZKPMUB5ERASO1OZUMHH05DH' where id=2; -update noar tt set b0='D0NF45PFAURFIO6QVIAR1V9Y9WJUW' where id=2; -update noar ti set b0='D0NF45PFAURFIO6QVIAR1V9Y9WJUW' where id=2; -update noar tt set v0='W55OHMMA7YGNXDM9Z3YHIX7U4KXU3' where id=2; -update noar ti set v0='W55OHMMA7YGNXDM9Z3YHIX7U4KXU3' where id=2; -update noar tt set b1='D2BV6AT541R3QSPJQLNBQQ7BE31TCTZU' where id=2; -update noar ti set b1='D2BV6AT541R3QSPJQLNBQQ7BE31TCTZU' where id=2; -update noar tt set v0='9SITWNATENASOMPBGTA6' where id=2; -update noar ti set v0='9SITWNATENASOMPBGTA6' where id=2; -update noar tt set b2='U5KN6JV' where id=2; -update noar ti set b2='U5KN6JV' where id=2; -update noar tt set v0='4AZC0LR5YTQDH0780SWTF1G' where id=3; -update noar ti set v0='4AZC0LR5YTQDH0780SWTF1G' where id=3; -update noar tt set b0='J8VHEVVO' where id=3; -update noar ti set b0='J8VHEVVO' where id=3; -update noar tt set v0='7IM' where id=3; -update noar ti set v0='7IM' where id=3; -update noar tt set b1='U816FOYS' where id=3; -update noar ti set b1='U816FOYS' where id=3; -update noar tt set v0='0PTO9VCHOC7' where id=3; -update noar ti set v0='0PTO9VCHOC7' where id=3; -update noar tt set b2='AAQ' where id=3; -update noar ti set b2='AAQ' where id=3; -update noar tt set v0='1VTVFGJ8YDKFSKL41SW9' where id=4; -update noar ti set v0='1VTVFGJ8YDKFSKL41SW9' where id=4; -update noar tt set b0='9WHQZPZVMY5852X' where id=4; -update noar ti set b0='9WHQZPZVMY5852X' where id=4; -update noar tt set v0='3R936A7QG76F29' where id=4; -update noar ti set v0='3R936A7QG76F29' where id=4; -update noar tt set b1='GBOUZUXI00115FAVGV37ZL2RIJIK6I' where id=4; -update noar ti set b1='GBOUZUXI00115FAVGV37ZL2RIJIK6I' where id=4; -update noar tt set v0='LHVZKVLE0' where id=4; -update noar ti set v0='LHVZKVLE0' where id=4; -update noar tt set b2='PVD3A7HFZFZ74IEM3ZV0WL7O7T' where id=4; -update noar ti set b2='PVD3A7HFZFZ74IEM3ZV0WL7O7T' where id=4; -update noar tt set v0='UOMIE5BI4ASD' where id=5; -update noar ti set v0='UOMIE5BI4ASD' where id=5; -update noar tt set b0='GR' where id=5; -update noar ti set b0='GR' where id=5; -update noar tt set v0='6RDPF0C8QIJK7GLJG0WNW7V4LR3UMNK' where id=5; -update noar ti set v0='6RDPF0C8QIJK7GLJG0WNW7V4LR3UMNK' where id=5; -update noar tt set b1='AILNU53' where id=5; -update noar ti set b1='AILNU53' where id=5; -update noar tt set v0='OCUVH5L74DYX7FJKPHE2BVL' where id=5; -update noar ti set v0='OCUVH5L74DYX7FJKPHE2BVL' where id=5; -update noar tt set b2='3S8OJDXQIZX2D6ISY4Z352GCOR2SN' where id=5; -update noar ti set b2='3S8OJDXQIZX2D6ISY4Z352GCOR2SN' where id=5; -update noar tt set v0='1QQGMJYOOU6S067CKX' where id=6; -update noar ti set v0='1QQGMJYOOU6S067CKX' where id=6; -update noar tt set b0='L6KX28HGI3QCN8D8K0COPCL3Y1OO5V7' where id=6; -update noar ti set b0='L6KX28HGI3QCN8D8K0COPCL3Y1OO5V7' where id=6; -update noar tt set v0='OXNGWK0D' where id=6; -update noar ti set v0='OXNGWK0D' where id=6; -update noar tt set b1='L2O8MRM9IQ' where id=6; -update noar ti set b1='L2O8MRM9IQ' where id=6; -update noar tt set v0='KUB6QUNG8HF7' where id=6; -update noar ti set v0='KUB6QUNG8HF7' where id=6; -update noar tt set b2='NH7T9Z2YW9V' where id=6; -update noar ti set b2='NH7T9Z2YW9V' where id=6; -update noar tt set v0='8EUWNWJJBYQ' where id=7; -update noar ti set v0='8EUWNWJJBYQ' where id=7; -update noar tt set b0='EI27UT8EEF4DPTD3PJS9YQ1TQVL' where id=7; -update noar ti set b0='EI27UT8EEF4DPTD3PJS9YQ1TQVL' where id=7; -update noar tt set v0='8T5M2VQL8DRNKE9NPV3' where id=7; -update noar ti set v0='8T5M2VQL8DRNKE9NPV3' where id=7; -update noar tt set b1='BIVGNZ270YUUGWZF' where id=7; -update noar ti set b1='BIVGNZ270YUUGWZF' where id=7; -update noar tt set v0='RBDOR8F27YUR6B' where id=7; -update noar ti set v0='RBDOR8F27YUR6B' where id=7; -update noar tt set b2='T8G0UQV2FFA1J2DMH5TFTJGAG' where id=7; -update noar ti set b2='T8G0UQV2FFA1J2DMH5TFTJGAG' where id=7; -update noar tt set v0='W0Q68WXLP' where id=8; -update noar ti set v0='W0Q68WXLP' where id=8; -update noar tt set b0='PYC' where id=8; -update noar ti set b0='PYC' where id=8; -update noar tt set v0='N9I5SB3KJD6Z87X7GC40UMUEOLMVI' where id=8; -update noar ti set v0='N9I5SB3KJD6Z87X7GC40UMUEOLMVI' where id=8; -update noar tt set b1='WLJAO1WQE6' where id=8; -update noar ti set b1='WLJAO1WQE6' where id=8; -update noar tt set v0='F89YEUYOT3RY413X6Z9RBG0UL05H5Y0' where id=8; -update noar ti set v0='F89YEUYOT3RY413X6Z9RBG0UL05H5Y0' where id=8; -update noar tt set b2='ABXDN951SMBYK1HJIHE2AU5EXB2XCVP2' where id=8; -update noar ti set b2='ABXDN951SMBYK1HJIHE2AU5EXB2XCVP2' where id=8; -update noar tt set v0='232' where id=9; -update noar ti set v0='232' where id=9; -update noar tt set b0='9YX5O1CY26QL63OCD288PJFT6U1' where id=9; -update noar ti set b0='9YX5O1CY26QL63OCD288PJFT6U1' where id=9; -update noar tt set v0='MC68RVH1J96EZK89NAKZBMBJ50WSWY' where id=9; -update noar ti set v0='MC68RVH1J96EZK89NAKZBMBJ50WSWY' where id=9; -update noar tt set b1='28OSL1M5NDHP48VWBF1FYYCR1ZN9O' where id=9; -update noar ti set b1='28OSL1M5NDHP48VWBF1FYYCR1ZN9O' where id=9; -update noar tt set v0='5SYHN8JCZBH5ARMLEI' where id=9; -update noar ti set v0='5SYHN8JCZBH5ARMLEI' where id=9; -update noar tt set b2='CDVZL1LR3UZEHCRR' where id=9; -update noar ti set b2='CDVZL1LR3UZEHCRR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BWP0' where id=1; -update noar ti set v0='0BWP0' where id=1; -update noar tt set b0='SGA' where id=1; -update noar ti set b0='SGA' where id=1; -update noar tt set v0='A8VSWYDJLGTX19M35PMCOSMV1ENIO0' where id=1; -update noar ti set v0='A8VSWYDJLGTX19M35PMCOSMV1ENIO0' where id=1; -update noar tt set b1='H58D9MOWNNZD5QDT' where id=1; -update noar ti set b1='H58D9MOWNNZD5QDT' where id=1; -update noar tt set v0='977V76KUAY4ZP52OOEMR0Q' where id=1; -update noar ti set v0='977V76KUAY4ZP52OOEMR0Q' where id=1; -update noar tt set b2='U5UT8HSNUKLTNG' where id=1; -update noar ti set b2='U5UT8HSNUKLTNG' where id=1; -update noar tt set v0='JR3OTPUDTD6JDW5M9KA22J' where id=2; -update noar ti set v0='JR3OTPUDTD6JDW5M9KA22J' where id=2; -update noar tt set b0='IPS6IJ5UJVQF' where id=2; -update noar ti set b0='IPS6IJ5UJVQF' where id=2; -update noar tt set v0='JYTX' where id=2; -update noar ti set v0='JYTX' where id=2; -update noar tt set b1='D0' where id=2; -update noar ti set b1='D0' where id=2; -update noar tt set v0='BAHUFJ8LWHPITWIHUV7WNL08O50FBA6J' where id=2; -update noar ti set v0='BAHUFJ8LWHPITWIHUV7WNL08O50FBA6J' where id=2; -update noar tt set b2='OXS9M6IHACX0T3E2Y6VG3N5T5UEA7' where id=2; -update noar ti set b2='OXS9M6IHACX0T3E2Y6VG3N5T5UEA7' where id=2; -update noar tt set v0='TB6JGCA1JSUK7GF4RUBBXG' where id=3; -update noar ti set v0='TB6JGCA1JSUK7GF4RUBBXG' where id=3; -update noar tt set b0='PG4AL8PCFDW0S84N' where id=3; -update noar ti set b0='PG4AL8PCFDW0S84N' where id=3; -update noar tt set v0='94TVPUOBVA266HK87ZGSP1M8W1P5GA' where id=3; -update noar ti set v0='94TVPUOBVA266HK87ZGSP1M8W1P5GA' where id=3; -update noar tt set b1='IQWYNVVP' where id=3; -update noar ti set b1='IQWYNVVP' where id=3; -update noar tt set v0='7P4MG6PZK6EE6TMMEVAJEVGCLPOKHSN' where id=3; -update noar ti set v0='7P4MG6PZK6EE6TMMEVAJEVGCLPOKHSN' where id=3; -update noar tt set b2='SRJF0WZPPW4L' where id=3; -update noar ti set b2='SRJF0WZPPW4L' where id=3; -update noar tt set v0='UKMLTWAK0KQJM73W0EO1B' where id=4; -update noar ti set v0='UKMLTWAK0KQJM73W0EO1B' where id=4; -update noar tt set b0='8Q5GOWZVNIT3T' where id=4; -update noar ti set b0='8Q5GOWZVNIT3T' where id=4; -update noar tt set v0='7YE8' where id=4; -update noar ti set v0='7YE8' where id=4; -update noar tt set b1='295AY9U2' where id=4; -update noar ti set b1='295AY9U2' where id=4; -update noar tt set v0='M36S9OMALWBMN' where id=4; -update noar ti set v0='M36S9OMALWBMN' where id=4; -update noar tt set b2='LEA5QF6IZZV8VJ7CBPKIOW8K5' where id=4; -update noar ti set b2='LEA5QF6IZZV8VJ7CBPKIOW8K5' where id=4; -update noar tt set v0='ARHJH1T2YE2EKK0OA69' where id=5; -update noar ti set v0='ARHJH1T2YE2EKK0OA69' where id=5; -update noar tt set b0='9NXOTRT6ZE7ET7N' where id=5; -update noar ti set b0='9NXOTRT6ZE7ET7N' where id=5; -update noar tt set v0='9Y' where id=5; -update noar ti set v0='9Y' where id=5; -update noar tt set b1='U7J9X28TW6C0E8Z62BL455TPX' where id=5; -update noar ti set b1='U7J9X28TW6C0E8Z62BL455TPX' where id=5; -update noar tt set v0='V282' where id=5; -update noar ti set v0='V282' where id=5; -update noar tt set b2='OBRSGLZQSM0UW4J6IK6RY' where id=5; -update noar ti set b2='OBRSGLZQSM0UW4J6IK6RY' where id=5; -update noar tt set v0='P' where id=6; -update noar ti set v0='P' where id=6; -update noar tt set b0='WZSX7DM8MPLD7' where id=6; -update noar ti set b0='WZSX7DM8MPLD7' where id=6; -update noar tt set v0='J1NZ' where id=6; -update noar ti set v0='J1NZ' where id=6; -update noar tt set b1='X' where id=6; -update noar ti set b1='X' where id=6; -update noar tt set v0='PFYED' where id=6; -update noar ti set v0='PFYED' where id=6; -update noar tt set b2='2VBL40UJ8RZXK7K3O8V8K' where id=6; -update noar ti set b2='2VBL40UJ8RZXK7K3O8V8K' where id=6; -update noar tt set v0='BMTT6HKT' where id=7; -update noar ti set v0='BMTT6HKT' where id=7; -update noar tt set b0='Y09GSCNXJ7KVNS' where id=7; -update noar ti set b0='Y09GSCNXJ7KVNS' where id=7; -update noar tt set v0='VRTJL0' where id=7; -update noar ti set v0='VRTJL0' where id=7; -update noar tt set b1='V73BY90FHEWCL7CW' where id=7; -update noar ti set b1='V73BY90FHEWCL7CW' where id=7; -update noar tt set v0='TJX7LSW5X23PUIRLY7UDFVJT2QP' where id=7; -update noar ti set v0='TJX7LSW5X23PUIRLY7UDFVJT2QP' where id=7; -update noar tt set b2='A1L6VGE' where id=7; -update noar ti set b2='A1L6VGE' where id=7; -update noar tt set v0='PORL6H2CVBVDS' where id=8; -update noar ti set v0='PORL6H2CVBVDS' where id=8; -update noar tt set b0='2V6HTENJ' where id=8; -update noar ti set b0='2V6HTENJ' where id=8; -update noar tt set v0='X1ZAQEV0NKO11' where id=8; -update noar ti set v0='X1ZAQEV0NKO11' where id=8; -update noar tt set b1='OO1NEXWRHUGL8IR5E7' where id=8; -update noar ti set b1='OO1NEXWRHUGL8IR5E7' where id=8; -update noar tt set v0='8OTFC9C' where id=8; -update noar ti set v0='8OTFC9C' where id=8; -update noar tt set b2='RAYG7R5179GCEQXWX4M6BF448RY7I' where id=8; -update noar ti set b2='RAYG7R5179GCEQXWX4M6BF448RY7I' where id=8; -update noar tt set v0='EY89HUXM9UKM' where id=9; -update noar ti set v0='EY89HUXM9UKM' where id=9; -update noar tt set b0='R4MD71HZJLPJKYL5' where id=9; -update noar ti set b0='R4MD71HZJLPJKYL5' where id=9; -update noar tt set v0='Y7IPXM05N1' where id=9; -update noar ti set v0='Y7IPXM05N1' where id=9; -update noar tt set b1='GNLY9GZEI7ZKDP05K' where id=9; -update noar ti set b1='GNLY9GZEI7ZKDP05K' where id=9; -update noar tt set v0='63BA8YP1LQQLR8BL2AJ62U' where id=9; -update noar ti set v0='63BA8YP1LQQLR8BL2AJ62U' where id=9; -update noar tt set b2='F93M70Q39H8HR9' where id=9; -update noar ti set b2='F93M70Q39H8HR9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DIXB7DVORSS0YJ6M4KO3LYBKQKEYW' where id=1; -update noar ti set v0='DIXB7DVORSS0YJ6M4KO3LYBKQKEYW' where id=1; -update noar tt set b0='RAOXPW2H0XA60DKRFI985' where id=1; -update noar ti set b0='RAOXPW2H0XA60DKRFI985' where id=1; -update noar tt set v0='E9Q0J7M0ZF0IK1AF2N2FZFS8GZ' where id=1; -update noar ti set v0='E9Q0J7M0ZF0IK1AF2N2FZFS8GZ' where id=1; -update noar tt set b1='L1PKSET9ADDWPC3102' where id=1; -update noar ti set b1='L1PKSET9ADDWPC3102' where id=1; -update noar tt set v0='7WUS' where id=1; -update noar ti set v0='7WUS' where id=1; -update noar tt set b2='P6VLAF7TTL29DU2Q2PJTL13GPB' where id=1; -update noar ti set b2='P6VLAF7TTL29DU2Q2PJTL13GPB' where id=1; -update noar tt set v0='ADHAL' where id=2; -update noar ti set v0='ADHAL' where id=2; -update noar tt set b0='HVKTO64PQW87YILTMJTXGTSMAJ' where id=2; -update noar ti set b0='HVKTO64PQW87YILTMJTXGTSMAJ' where id=2; -update noar tt set v0='JO6NO69OOA29' where id=2; -update noar ti set v0='JO6NO69OOA29' where id=2; -update noar tt set b1='RO28C' where id=2; -update noar ti set b1='RO28C' where id=2; -update noar tt set v0='KO0A0MKPDPKM' where id=2; -update noar ti set v0='KO0A0MKPDPKM' where id=2; -update noar tt set b2='RMN6W3' where id=2; -update noar ti set b2='RMN6W3' where id=2; -update noar tt set v0='Q78ASDJS6ON6A3R9NQ00' where id=3; -update noar ti set v0='Q78ASDJS6ON6A3R9NQ00' where id=3; -update noar tt set b0='YDBM7OZL0QNGSJ' where id=3; -update noar ti set b0='YDBM7OZL0QNGSJ' where id=3; -update noar tt set v0='89K9AFEMUAGQBJ9WI47CMF1QFB065W5C' where id=3; -update noar ti set v0='89K9AFEMUAGQBJ9WI47CMF1QFB065W5C' where id=3; -update noar tt set b1='140AK8AJOWX8EBHJXQR0R8BYOAYUT4' where id=3; -update noar ti set b1='140AK8AJOWX8EBHJXQR0R8BYOAYUT4' where id=3; -update noar tt set v0='Y4R3W1CSM8Y' where id=3; -update noar ti set v0='Y4R3W1CSM8Y' where id=3; -update noar tt set b2='K1' where id=3; -update noar ti set b2='K1' where id=3; -update noar tt set v0='8A1I3X8I3Z6QXNA' where id=4; -update noar ti set v0='8A1I3X8I3Z6QXNA' where id=4; -update noar tt set b0='LIB' where id=4; -update noar ti set b0='LIB' where id=4; -update noar tt set v0='N9BTGQYBJXNEOIHM' where id=4; -update noar ti set v0='N9BTGQYBJXNEOIHM' where id=4; -update noar tt set b1='16H4Y5J8' where id=4; -update noar ti set b1='16H4Y5J8' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='AERU7CMEE3QOTK' where id=4; -update noar ti set b2='AERU7CMEE3QOTK' where id=4; -update noar tt set v0='TCBQ' where id=5; -update noar ti set v0='TCBQ' where id=5; -update noar tt set b0='5CAWV3T0BMU66ULL6MJ9X4PUWHYFU' where id=5; -update noar ti set b0='5CAWV3T0BMU66ULL6MJ9X4PUWHYFU' where id=5; -update noar tt set v0='88ZQSJ8I' where id=5; -update noar ti set v0='88ZQSJ8I' where id=5; -update noar tt set b1='5AUFKZTTNFBC8TGSN1QIO' where id=5; -update noar ti set b1='5AUFKZTTNFBC8TGSN1QIO' where id=5; -update noar tt set v0='Q1TRAVTHCUZZPY927L6OASZP0UH2WYIF' where id=5; -update noar ti set v0='Q1TRAVTHCUZZPY927L6OASZP0UH2WYIF' where id=5; -update noar tt set b2='41OQMMNQKF72PCUCTQL897RNUC1TQK' where id=5; -update noar ti set b2='41OQMMNQKF72PCUCTQL897RNUC1TQK' where id=5; -update noar tt set v0='RF' where id=6; -update noar ti set v0='RF' where id=6; -update noar tt set b0='3YIE0OGJAQ2L1P9I94YKB9NIT90O3LZ' where id=6; -update noar ti set b0='3YIE0OGJAQ2L1P9I94YKB9NIT90O3LZ' where id=6; -update noar tt set v0='RP4TD8F5X04312BOD8HU07R553WS' where id=6; -update noar ti set v0='RP4TD8F5X04312BOD8HU07R553WS' where id=6; -update noar tt set b1='U' where id=6; -update noar ti set b1='U' where id=6; -update noar tt set v0='A3O9SE4QRROMO3NKKC07S3H' where id=6; -update noar ti set v0='A3O9SE4QRROMO3NKKC07S3H' where id=6; -update noar tt set b2='9NH68AXM8EHXT72N6BSZT6AELME' where id=6; -update noar ti set b2='9NH68AXM8EHXT72N6BSZT6AELME' where id=6; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b0='447352BQN1SO5O3ZO7UGJ' where id=7; -update noar ti set b0='447352BQN1SO5O3ZO7UGJ' where id=7; -update noar tt set v0='TF4W75LL5OZTWW8BD86BWDGA88' where id=7; -update noar ti set v0='TF4W75LL5OZTWW8BD86BWDGA88' where id=7; -update noar tt set b1='VSQHZD7SKSQSOXJ' where id=7; -update noar ti set b1='VSQHZD7SKSQSOXJ' where id=7; -update noar tt set v0='3F' where id=7; -update noar ti set v0='3F' where id=7; -update noar tt set b2='BDIT3UNK2D15JL1X8OILFX9T9754MX' where id=7; -update noar ti set b2='BDIT3UNK2D15JL1X8OILFX9T9754MX' where id=7; -update noar tt set v0='4IOV74FCTZ3IS71ZXB6EMRE0J1375GPH' where id=8; -update noar ti set v0='4IOV74FCTZ3IS71ZXB6EMRE0J1375GPH' where id=8; -update noar tt set b0='IJCV7JI0U6HY' where id=8; -update noar ti set b0='IJCV7JI0U6HY' where id=8; -update noar tt set v0='DI9UWF52HRT' where id=8; -update noar ti set v0='DI9UWF52HRT' where id=8; -update noar tt set b1='19SHPH1FM7' where id=8; -update noar ti set b1='19SHPH1FM7' where id=8; -update noar tt set v0='8GPCCD8U6SOISS43KG6CL9GHDD0H' where id=8; -update noar ti set v0='8GPCCD8U6SOISS43KG6CL9GHDD0H' where id=8; -update noar tt set b2='RSYLJ' where id=8; -update noar ti set b2='RSYLJ' where id=8; -update noar tt set v0='D1OQ4U29CZKC6GLL6FCVFKXAKEJ6L' where id=9; -update noar ti set v0='D1OQ4U29CZKC6GLL6FCVFKXAKEJ6L' where id=9; -update noar tt set b0='M0W61AUZK7SKBS0Z1FY' where id=9; -update noar ti set b0='M0W61AUZK7SKBS0Z1FY' where id=9; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b1='7KYOPIBM99BCQ0LIWVDSQFZW449070' where id=9; -update noar ti set b1='7KYOPIBM99BCQ0LIWVDSQFZW449070' where id=9; -update noar tt set v0='JVSK7PKW6XHNF5WAG3IOLCIFNZ' where id=9; -update noar ti set v0='JVSK7PKW6XHNF5WAG3IOLCIFNZ' where id=9; -update noar tt set b2='BVQ6R7TNV60ODTT1FRDA73ET6QVSZ87' where id=9; -update noar ti set b2='BVQ6R7TNV60ODTT1FRDA73ET6QVSZ87' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7I16QVHZR66AL41ZH4FTZHPZ201AC' where id=1; -update noar ti set v0='7I16QVHZR66AL41ZH4FTZHPZ201AC' where id=1; -update noar tt set b0='KKD' where id=1; -update noar ti set b0='KKD' where id=1; -update noar tt set v0='3XPM6HMVDVFTJMEJEJUAR5HSU1' where id=1; -update noar ti set v0='3XPM6HMVDVFTJMEJEJUAR5HSU1' where id=1; -update noar tt set b1='QTDWBVMXDK5KT' where id=1; -update noar ti set b1='QTDWBVMXDK5KT' where id=1; -update noar tt set v0='KVG9MK7S8C3I1JB0ESDJ7DAI' where id=1; -update noar ti set v0='KVG9MK7S8C3I1JB0ESDJ7DAI' where id=1; -update noar tt set b2='7J1P1MMJMA172' where id=1; -update noar ti set b2='7J1P1MMJMA172' where id=1; -update noar tt set v0='RNR6' where id=2; -update noar ti set v0='RNR6' where id=2; -update noar tt set b0='21JTA51SGQ46OYG25PU' where id=2; -update noar ti set b0='21JTA51SGQ46OYG25PU' where id=2; -update noar tt set v0='XC86ZUWD8FWPA26N8ZVGO2COGP' where id=2; -update noar ti set v0='XC86ZUWD8FWPA26N8ZVGO2COGP' where id=2; -update noar tt set b1='94YTJP5ITMAWX4V2YJ1YJSW44IBI' where id=2; -update noar ti set b1='94YTJP5ITMAWX4V2YJ1YJSW44IBI' where id=2; -update noar tt set v0='6WTGLOXR5UFCZEUQ2T3GVR' where id=2; -update noar ti set v0='6WTGLOXR5UFCZEUQ2T3GVR' where id=2; -update noar tt set b2='SK8T3XW9OUPIQDJ' where id=2; -update noar ti set b2='SK8T3XW9OUPIQDJ' where id=2; -update noar tt set v0='BMYNVI' where id=3; -update noar ti set v0='BMYNVI' where id=3; -update noar tt set b0='K11Z908MZVTSK5T3QGCFN5155A' where id=3; -update noar ti set b0='K11Z908MZVTSK5T3QGCFN5155A' where id=3; -update noar tt set v0='UNIUDPNGVDDXMWG' where id=3; -update noar ti set v0='UNIUDPNGVDDXMWG' where id=3; -update noar tt set b1='POVPBA1G1J4IQMX8J2S0G5M8O' where id=3; -update noar ti set b1='POVPBA1G1J4IQMX8J2S0G5M8O' where id=3; -update noar tt set v0='GDHVCKE2LV1N796' where id=3; -update noar ti set v0='GDHVCKE2LV1N796' where id=3; -update noar tt set b2='5YXYVVVP1IW2OG' where id=3; -update noar ti set b2='5YXYVVVP1IW2OG' where id=3; -update noar tt set v0='1DM7APHTV4Y8U4AUYDPU5SE7D9929H' where id=4; -update noar ti set v0='1DM7APHTV4Y8U4AUYDPU5SE7D9929H' where id=4; -update noar tt set b0='BCJSYPO4XS6D4BDP6NHA0QEIUJK6LD' where id=4; -update noar ti set b0='BCJSYPO4XS6D4BDP6NHA0QEIUJK6LD' where id=4; -update noar tt set v0='5WCB04GX2QW5VZAWMN4QB9EBOAK6M9' where id=4; -update noar ti set v0='5WCB04GX2QW5VZAWMN4QB9EBOAK6M9' where id=4; -update noar tt set b1='H' where id=4; -update noar ti set b1='H' where id=4; -update noar tt set v0='DT7945J17KV' where id=4; -update noar ti set v0='DT7945J17KV' where id=4; -update noar tt set b2='OB8KMNU' where id=4; -update noar ti set b2='OB8KMNU' where id=4; -update noar tt set v0='7SPXSUCMJ0JJ1ACSMHTSMXNZZ3VLO34' where id=5; -update noar ti set v0='7SPXSUCMJ0JJ1ACSMHTSMXNZZ3VLO34' where id=5; -update noar tt set b0='CXKK13O8DT7W75JSPRP2G' where id=5; -update noar ti set b0='CXKK13O8DT7W75JSPRP2G' where id=5; -update noar tt set v0='XQFOTKSCBERE1YV9' where id=5; -update noar ti set v0='XQFOTKSCBERE1YV9' where id=5; -update noar tt set b1='BU5UMGDCO6N8T5CWBHI76OAC0NUL2X' where id=5; -update noar ti set b1='BU5UMGDCO6N8T5CWBHI76OAC0NUL2X' where id=5; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b2='L6UCV41J66P4V5' where id=5; -update noar ti set b2='L6UCV41J66P4V5' where id=5; -update noar tt set v0='VRXJDL118RS' where id=6; -update noar ti set v0='VRXJDL118RS' where id=6; -update noar tt set b0='JXU89PSCQPDOWTJZ54DPTV0GH8RT' where id=6; -update noar ti set b0='JXU89PSCQPDOWTJZ54DPTV0GH8RT' where id=6; -update noar tt set v0='RVX0X9XSRBD05K2OUK' where id=6; -update noar ti set v0='RVX0X9XSRBD05K2OUK' where id=6; -update noar tt set b1='4T8GB3K' where id=6; -update noar ti set b1='4T8GB3K' where id=6; -update noar tt set v0='4GP5MACVYNWWMRC' where id=6; -update noar ti set v0='4GP5MACVYNWWMRC' where id=6; -update noar tt set b2='EE9J56' where id=6; -update noar ti set b2='EE9J56' where id=6; -update noar tt set v0='UA1YFZPY8YG3D4YNV' where id=7; -update noar ti set v0='UA1YFZPY8YG3D4YNV' where id=7; -update noar tt set b0='OEH7V6QFRRYP' where id=7; -update noar ti set b0='OEH7V6QFRRYP' where id=7; -update noar tt set v0='G482J8GK4GOQF' where id=7; -update noar ti set v0='G482J8GK4GOQF' where id=7; -update noar tt set b1='1QAOG3C6H4FPXM1FV0W38223HM205D0M' where id=7; -update noar ti set b1='1QAOG3C6H4FPXM1FV0W38223HM205D0M' where id=7; -update noar tt set v0='D' where id=7; -update noar ti set v0='D' where id=7; -update noar tt set b2='J2PJKPD3IJDWJ2FVG790O1511DZ0' where id=7; -update noar ti set b2='J2PJKPD3IJDWJ2FVG790O1511DZ0' where id=7; -update noar tt set v0='IWF4TMZ3U' where id=8; -update noar ti set v0='IWF4TMZ3U' where id=8; -update noar tt set b0='6SMHHEEM5Y' where id=8; -update noar ti set b0='6SMHHEEM5Y' where id=8; -update noar tt set v0='HAQIPOOEOB8A2Y5GSQUA7XEZF5' where id=8; -update noar ti set v0='HAQIPOOEOB8A2Y5GSQUA7XEZF5' where id=8; -update noar tt set b1='H650P' where id=8; -update noar ti set b1='H650P' where id=8; -update noar tt set v0='OWZIQYDZO' where id=8; -update noar ti set v0='OWZIQYDZO' where id=8; -update noar tt set b2='2KRH0CML7JQQFVAYJG8SSV' where id=8; -update noar ti set b2='2KRH0CML7JQQFVAYJG8SSV' where id=8; -update noar tt set v0='DT06CMEN433K' where id=9; -update noar ti set v0='DT06CMEN433K' where id=9; -update noar tt set b0='J' where id=9; -update noar ti set b0='J' where id=9; -update noar tt set v0='GFEVOXFXTZSUAYX65NSZU389LA6SE' where id=9; -update noar ti set v0='GFEVOXFXTZSUAYX65NSZU389LA6SE' where id=9; -update noar tt set b1='OB' where id=9; -update noar ti set b1='OB' where id=9; -update noar tt set v0='QE8HQV' where id=9; -update noar ti set v0='QE8HQV' where id=9; -update noar tt set b2='PWL00I4' where id=9; -update noar ti set b2='PWL00I4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7Z858Y5VZ8NKN5L99R5XT4' where id=1; -update noar ti set v0='7Z858Y5VZ8NKN5L99R5XT4' where id=1; -update noar tt set b0='E9LDR1BDEV8I8X1S5CYQD91PSVL5I' where id=1; -update noar ti set b0='E9LDR1BDEV8I8X1S5CYQD91PSVL5I' where id=1; -update noar tt set v0='KKFUNM9NIBCJSOZEC04T4YYR3RW' where id=1; -update noar ti set v0='KKFUNM9NIBCJSOZEC04T4YYR3RW' where id=1; -update noar tt set b1='S5MD95WOAGVP8TVHKP9VRK8N9' where id=1; -update noar ti set b1='S5MD95WOAGVP8TVHKP9VRK8N9' where id=1; -update noar tt set v0='QW6GROI0CP183Z48ESY2DW366F' where id=1; -update noar ti set v0='QW6GROI0CP183Z48ESY2DW366F' where id=1; -update noar tt set b2='2EJ8VKCNME5O94UXNRMIS3FS' where id=1; -update noar ti set b2='2EJ8VKCNME5O94UXNRMIS3FS' where id=1; -update noar tt set v0='LAG' where id=2; -update noar ti set v0='LAG' where id=2; -update noar tt set b0='YJW9G' where id=2; -update noar ti set b0='YJW9G' where id=2; -update noar tt set v0='3BSFC8SOOBVX5YXHM534D6TMR5KHZKR' where id=2; -update noar ti set v0='3BSFC8SOOBVX5YXHM534D6TMR5KHZKR' where id=2; -update noar tt set b1='0O3IIKEMQ3DQNAIFD2L' where id=2; -update noar ti set b1='0O3IIKEMQ3DQNAIFD2L' where id=2; -update noar tt set v0='K4ZKQTSDAPJXS7HRVZ2UGN885HF' where id=2; -update noar ti set v0='K4ZKQTSDAPJXS7HRVZ2UGN885HF' where id=2; -update noar tt set b2='YRS616TBSWJQZ' where id=2; -update noar ti set b2='YRS616TBSWJQZ' where id=2; -update noar tt set v0='EIHFPEU65' where id=3; -update noar ti set v0='EIHFPEU65' where id=3; -update noar tt set b0='78XU0Y' where id=3; -update noar ti set b0='78XU0Y' where id=3; -update noar tt set v0='L146AC11XZA' where id=3; -update noar ti set v0='L146AC11XZA' where id=3; -update noar tt set b1='3LP149XR4UY2NJ3PJVNZ9X1BIJREG' where id=3; -update noar ti set b1='3LP149XR4UY2NJ3PJVNZ9X1BIJREG' where id=3; -update noar tt set v0='0C9EMH17SJWTEQC45SXTFEFQXCAG' where id=3; -update noar ti set v0='0C9EMH17SJWTEQC45SXTFEFQXCAG' where id=3; -update noar tt set b2='LTE5WKHH77PTEF3SX3S8' where id=3; -update noar ti set b2='LTE5WKHH77PTEF3SX3S8' where id=3; -update noar tt set v0='MZJDL7WLKQH9QXU' where id=4; -update noar ti set v0='MZJDL7WLKQH9QXU' where id=4; -update noar tt set b0='S9TAMM1IXUG8N6EKL' where id=4; -update noar ti set b0='S9TAMM1IXUG8N6EKL' where id=4; -update noar tt set v0='WZ8' where id=4; -update noar ti set v0='WZ8' where id=4; -update noar tt set b1='N1DVAOUGP6IZQ' where id=4; -update noar ti set b1='N1DVAOUGP6IZQ' where id=4; -update noar tt set v0='U8YKS397AIG' where id=4; -update noar ti set v0='U8YKS397AIG' where id=4; -update noar tt set b2='CB2P9CK3TKGGCJAT1GCM5TVHPTL' where id=4; -update noar ti set b2='CB2P9CK3TKGGCJAT1GCM5TVHPTL' where id=4; -update noar tt set v0='A672DWVSQKD8UI9DKFSTE4QO04MVYR' where id=5; -update noar ti set v0='A672DWVSQKD8UI9DKFSTE4QO04MVYR' where id=5; -update noar tt set b0='PZDSXVTKO6X8N8AFHR0I4HT' where id=5; -update noar ti set b0='PZDSXVTKO6X8N8AFHR0I4HT' where id=5; -update noar tt set v0='9XB3PM8WDU12' where id=5; -update noar ti set v0='9XB3PM8WDU12' where id=5; -update noar tt set b1='G5Z20O4X25BYJZXYERMG39WY3RK4KS' where id=5; -update noar ti set b1='G5Z20O4X25BYJZXYERMG39WY3RK4KS' where id=5; -update noar tt set v0='M1TL1CGO3H907GOXFMZ24MEVE48' where id=5; -update noar ti set v0='M1TL1CGO3H907GOXFMZ24MEVE48' where id=5; -update noar tt set b2='2JI1XUJWWSBH8SQ0WF25KOVJVT8QP8V' where id=5; -update noar ti set b2='2JI1XUJWWSBH8SQ0WF25KOVJVT8QP8V' where id=5; -update noar tt set v0='VC9XCXGJI' where id=6; -update noar ti set v0='VC9XCXGJI' where id=6; -update noar tt set b0='G0LI6NX6NXY6N5UH4K' where id=6; -update noar ti set b0='G0LI6NX6NXY6N5UH4K' where id=6; -update noar tt set v0='2WUB3FLDW522V8258FRA4Q' where id=6; -update noar ti set v0='2WUB3FLDW522V8258FRA4Q' where id=6; -update noar tt set b1='NYUOA5ISGOIHQVE4A' where id=6; -update noar ti set b1='NYUOA5ISGOIHQVE4A' where id=6; -update noar tt set v0='BZIHQRIAC64ECGOXMP55XK25L8V15' where id=6; -update noar ti set v0='BZIHQRIAC64ECGOXMP55XK25L8V15' where id=6; -update noar tt set b2='ST1XVS1Y6BRN352WDU0K' where id=6; -update noar ti set b2='ST1XVS1Y6BRN352WDU0K' where id=6; -update noar tt set v0='44UM' where id=7; -update noar ti set v0='44UM' where id=7; -update noar tt set b0='I5CQYP' where id=7; -update noar ti set b0='I5CQYP' where id=7; -update noar tt set v0='TJ343D1B3VWBIGG7NM' where id=7; -update noar ti set v0='TJ343D1B3VWBIGG7NM' where id=7; -update noar tt set b1='BXRYO2WNW36J1LWGYFTSD' where id=7; -update noar ti set b1='BXRYO2WNW36J1LWGYFTSD' where id=7; -update noar tt set v0='1E5D4PGNE4K4PPF5Y7' where id=7; -update noar ti set v0='1E5D4PGNE4K4PPF5Y7' where id=7; -update noar tt set b2='X64IMDG6OY1AXORNE' where id=7; -update noar ti set b2='X64IMDG6OY1AXORNE' where id=7; -update noar tt set v0='C87D6PCJ1CQ7CE9W2G487UM7GR160O' where id=8; -update noar ti set v0='C87D6PCJ1CQ7CE9W2G487UM7GR160O' where id=8; -update noar tt set b0='G' where id=8; -update noar ti set b0='G' where id=8; -update noar tt set v0='6WVA84SF805DAE43GF0LZB77H2D23' where id=8; -update noar ti set v0='6WVA84SF805DAE43GF0LZB77H2D23' where id=8; -update noar tt set b1='RJXO1WV60MHO7QJDMLLS5864KTPIX6' where id=8; -update noar ti set b1='RJXO1WV60MHO7QJDMLLS5864KTPIX6' where id=8; -update noar tt set v0='Y8' where id=8; -update noar ti set v0='Y8' where id=8; -update noar tt set b2='L3F5NGAUCR0O7F9EZB7' where id=8; -update noar ti set b2='L3F5NGAUCR0O7F9EZB7' where id=8; -update noar tt set v0='JTWG7CW' where id=9; -update noar ti set v0='JTWG7CW' where id=9; -update noar tt set b0='1EHDDNDS308FLBSJYSONAN3K1N97' where id=9; -update noar ti set b0='1EHDDNDS308FLBSJYSONAN3K1N97' where id=9; -update noar tt set v0='HXZJJ3Z02TW0RR4NYL9T5MXH2MSM62V' where id=9; -update noar ti set v0='HXZJJ3Z02TW0RR4NYL9T5MXH2MSM62V' where id=9; -update noar tt set b1='53W417XTIZNEAWWCG6K1SY0DO3F5' where id=9; -update noar ti set b1='53W417XTIZNEAWWCG6K1SY0DO3F5' where id=9; -update noar tt set v0='2JS79G5' where id=9; -update noar ti set v0='2JS79G5' where id=9; -update noar tt set b2='M4TTSJFI' where id=9; -update noar ti set b2='M4TTSJFI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D68GG5Q9SOQATAJUIA71FZ0LEDUJV' where id=1; -update noar ti set v0='D68GG5Q9SOQATAJUIA71FZ0LEDUJV' where id=1; -update noar tt set b0='M6L7IKRR77JHURU1PAHKKO5' where id=1; -update noar ti set b0='M6L7IKRR77JHURU1PAHKKO5' where id=1; -update noar tt set v0='B32PCJG2QFKW056ZAR' where id=1; -update noar ti set v0='B32PCJG2QFKW056ZAR' where id=1; -update noar tt set b1='N7QS2BWRG3SLC' where id=1; -update noar ti set b1='N7QS2BWRG3SLC' where id=1; -update noar tt set v0='UQ64Y7DPBKG5' where id=1; -update noar ti set v0='UQ64Y7DPBKG5' where id=1; -update noar tt set b2='HD4QCS8BRY5XK5XIEVOFB' where id=1; -update noar ti set b2='HD4QCS8BRY5XK5XIEVOFB' where id=1; -update noar tt set v0='QXX6SFI6IGJTYGB78V9N' where id=2; -update noar ti set v0='QXX6SFI6IGJTYGB78V9N' where id=2; -update noar tt set b0='CE0I08TZ70OMNBVXH' where id=2; -update noar ti set b0='CE0I08TZ70OMNBVXH' where id=2; -update noar tt set v0='X4LAQGDSRN4SUR1GMJMDBUSQX5WWFI4' where id=2; -update noar ti set v0='X4LAQGDSRN4SUR1GMJMDBUSQX5WWFI4' where id=2; -update noar tt set b1='F74' where id=2; -update noar ti set b1='F74' where id=2; -update noar tt set v0='XFKZW' where id=2; -update noar ti set v0='XFKZW' where id=2; -update noar tt set b2='CWOHV9JOST77Z6DRWXBGPVTGWTAE3668' where id=2; -update noar ti set b2='CWOHV9JOST77Z6DRWXBGPVTGWTAE3668' where id=2; -update noar tt set v0='113R56G447OXN' where id=3; -update noar ti set v0='113R56G447OXN' where id=3; -update noar tt set b0='1J4VS2HN0H1GLX' where id=3; -update noar ti set b0='1J4VS2HN0H1GLX' where id=3; -update noar tt set v0='5I8UK79FU3EPV2P01DIL8TVZ5RPQK40' where id=3; -update noar ti set v0='5I8UK79FU3EPV2P01DIL8TVZ5RPQK40' where id=3; -update noar tt set b1='DT6GZG4F7VVXKSODBPXFONXT' where id=3; -update noar ti set b1='DT6GZG4F7VVXKSODBPXFONXT' where id=3; -update noar tt set v0='ZV62DWN8NDA2TZH51GP9' where id=3; -update noar ti set v0='ZV62DWN8NDA2TZH51GP9' where id=3; -update noar tt set b2='HV6VBZEX23A' where id=3; -update noar ti set b2='HV6VBZEX23A' where id=3; -update noar tt set v0='BE' where id=4; -update noar ti set v0='BE' where id=4; -update noar tt set b0='9D2YHOQIKL978QDU7WBGDZ9' where id=4; -update noar ti set b0='9D2YHOQIKL978QDU7WBGDZ9' where id=4; -update noar tt set v0='H8Z0P33VT7Z0R17DA8' where id=4; -update noar ti set v0='H8Z0P33VT7Z0R17DA8' where id=4; -update noar tt set b1='BQ2HZ2WMKRUU76I0PEYLZGB' where id=4; -update noar ti set b1='BQ2HZ2WMKRUU76I0PEYLZGB' where id=4; -update noar tt set v0='MM' where id=4; -update noar ti set v0='MM' where id=4; -update noar tt set b2='OAB3M7JQTU2UT4YPG' where id=4; -update noar ti set b2='OAB3M7JQTU2UT4YPG' where id=4; -update noar tt set v0='ESJHULU968AI45R' where id=5; -update noar ti set v0='ESJHULU968AI45R' where id=5; -update noar tt set b0='4IG69AXMK2PFPGJITJF5VN7H4LC' where id=5; -update noar ti set b0='4IG69AXMK2PFPGJITJF5VN7H4LC' where id=5; -update noar tt set v0='GWO4X' where id=5; -update noar ti set v0='GWO4X' where id=5; -update noar tt set b1='VIPWYMLC' where id=5; -update noar ti set b1='VIPWYMLC' where id=5; -update noar tt set v0='UI7W299N46VA4115O3' where id=5; -update noar ti set v0='UI7W299N46VA4115O3' where id=5; -update noar tt set b2='IRHYWH9112H5AT' where id=5; -update noar ti set b2='IRHYWH9112H5AT' where id=5; -update noar tt set v0='RLPAXD7BR7ZNBE28CVROUTKAI7WA7A9' where id=6; -update noar ti set v0='RLPAXD7BR7ZNBE28CVROUTKAI7WA7A9' where id=6; -update noar tt set b0='Y10NRZSOYNI' where id=6; -update noar ti set b0='Y10NRZSOYNI' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='KBVSUGQ46GM' where id=6; -update noar ti set b1='KBVSUGQ46GM' where id=6; -update noar tt set v0='MXBS7CXSSB9ONXTGE55L3GNGW' where id=6; -update noar ti set v0='MXBS7CXSSB9ONXTGE55L3GNGW' where id=6; -update noar tt set b2='7A' where id=6; -update noar ti set b2='7A' where id=6; -update noar tt set v0='W74N269MMSYJ9LRXXA' where id=7; -update noar ti set v0='W74N269MMSYJ9LRXXA' where id=7; -update noar tt set b0='FWDL5' where id=7; -update noar ti set b0='FWDL5' where id=7; -update noar tt set v0='8ULHZH9MCXPG3' where id=7; -update noar ti set v0='8ULHZH9MCXPG3' where id=7; -update noar tt set b1='Y6J2M' where id=7; -update noar ti set b1='Y6J2M' where id=7; -update noar tt set v0='YV51SWJN7W4GULEZ2RKUD12I' where id=7; -update noar ti set v0='YV51SWJN7W4GULEZ2RKUD12I' where id=7; -update noar tt set b2='DE9I19TJR75FQTQDQ0HWZADBY' where id=7; -update noar ti set b2='DE9I19TJR75FQTQDQ0HWZADBY' where id=7; -update noar tt set v0='BLECES8XEXKTB2KY7FK9SQ16WY3JV' where id=8; -update noar ti set v0='BLECES8XEXKTB2KY7FK9SQ16WY3JV' where id=8; -update noar tt set b0='AR' where id=8; -update noar ti set b0='AR' where id=8; -update noar tt set v0='09IRF87DNC' where id=8; -update noar ti set v0='09IRF87DNC' where id=8; -update noar tt set b1='OICBIIUGDPPOAVGSWOSL1UCI2ICEPQ' where id=8; -update noar ti set b1='OICBIIUGDPPOAVGSWOSL1UCI2ICEPQ' where id=8; -update noar tt set v0='S16J2' where id=8; -update noar ti set v0='S16J2' where id=8; -update noar tt set b2='9RY8PFPAA9UAGNVT5UYSB2KNNDGQ1K' where id=8; -update noar ti set b2='9RY8PFPAA9UAGNVT5UYSB2KNNDGQ1K' where id=8; -update noar tt set v0='6D26BW19C2H9E0YB2' where id=9; -update noar ti set v0='6D26BW19C2H9E0YB2' where id=9; -update noar tt set b0='MED6' where id=9; -update noar ti set b0='MED6' where id=9; -update noar tt set v0='M0QWIXGOO068AXGB528E704V8MX' where id=9; -update noar ti set v0='M0QWIXGOO068AXGB528E704V8MX' where id=9; -update noar tt set b1='ZJC4W89KJC2FHJGB' where id=9; -update noar ti set b1='ZJC4W89KJC2FHJGB' where id=9; -update noar tt set v0='HQKDA2Y4S338AX76RUFTW3DTU44N40' where id=9; -update noar ti set v0='HQKDA2Y4S338AX76RUFTW3DTU44N40' where id=9; -update noar tt set b2='QZFMIAIEGLEXXTNT' where id=9; -update noar ti set b2='QZFMIAIEGLEXXTNT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3F7S9AK0YP' where id=1; -update noar ti set v0='S3F7S9AK0YP' where id=1; -update noar tt set b0='Z5UUTMGMKKZJ' where id=1; -update noar ti set b0='Z5UUTMGMKKZJ' where id=1; -update noar tt set v0='K3L7RJO' where id=1; -update noar ti set v0='K3L7RJO' where id=1; -update noar tt set b1='1622058N4DPL7H55O5OOL4VUR51RBIIV' where id=1; -update noar ti set b1='1622058N4DPL7H55O5OOL4VUR51RBIIV' where id=1; -update noar tt set v0='K31R9YMPUNN98F01KA0FIZ' where id=1; -update noar ti set v0='K31R9YMPUNN98F01KA0FIZ' where id=1; -update noar tt set b2='NFJ72P3VX50PQTU3JREOK7DO77' where id=1; -update noar ti set b2='NFJ72P3VX50PQTU3JREOK7DO77' where id=1; -update noar tt set v0='3W6OXZC779BHQLZ2YDX774J7TULGDCX' where id=2; -update noar ti set v0='3W6OXZC779BHQLZ2YDX774J7TULGDCX' where id=2; -update noar tt set b0='Y2WB054PXLQ0Q2RL40280TYRK7' where id=2; -update noar ti set b0='Y2WB054PXLQ0Q2RL40280TYRK7' where id=2; -update noar tt set v0='IK4' where id=2; -update noar ti set v0='IK4' where id=2; -update noar tt set b1='ETBRSMGLTFRUPHTTP' where id=2; -update noar ti set b1='ETBRSMGLTFRUPHTTP' where id=2; -update noar tt set v0='B79HM6DJD4NWN8' where id=2; -update noar ti set v0='B79HM6DJD4NWN8' where id=2; -update noar tt set b2='V2MKIYITZS0M3L5JCLF3S' where id=2; -update noar ti set b2='V2MKIYITZS0M3L5JCLF3S' where id=2; -update noar tt set v0='2ZB67WCYT37M61OMFBBIAYWP3' where id=3; -update noar ti set v0='2ZB67WCYT37M61OMFBBIAYWP3' where id=3; -update noar tt set b0='EV4WGVR93A8CAG9FUL' where id=3; -update noar ti set b0='EV4WGVR93A8CAG9FUL' where id=3; -update noar tt set v0='IPVFRLP' where id=3; -update noar ti set v0='IPVFRLP' where id=3; -update noar tt set b1='31LU3C' where id=3; -update noar ti set b1='31LU3C' where id=3; -update noar tt set v0='OO7ZU06UD77M1RQZZFY03A' where id=3; -update noar ti set v0='OO7ZU06UD77M1RQZZFY03A' where id=3; -update noar tt set b2='60VHD7B5Y4W' where id=3; -update noar ti set b2='60VHD7B5Y4W' where id=3; -update noar tt set v0='BB94V2JU6ALPIBTLG' where id=4; -update noar ti set v0='BB94V2JU6ALPIBTLG' where id=4; -update noar tt set b0='6IXQYM3N0IV8PTZ2I' where id=4; -update noar ti set b0='6IXQYM3N0IV8PTZ2I' where id=4; -update noar tt set v0='BVHUE64X6' where id=4; -update noar ti set v0='BVHUE64X6' where id=4; -update noar tt set b1='S8TZAY1QNUV8' where id=4; -update noar ti set b1='S8TZAY1QNUV8' where id=4; -update noar tt set v0='YN5PRCVKAX5V4316L2IB' where id=4; -update noar ti set v0='YN5PRCVKAX5V4316L2IB' where id=4; -update noar tt set b2='AFUO' where id=4; -update noar ti set b2='AFUO' where id=4; -update noar tt set v0='OPJDDYQQD1TNGIU7IVLX94E' where id=5; -update noar ti set v0='OPJDDYQQD1TNGIU7IVLX94E' where id=5; -update noar tt set b0='8O2QDIE193WD6M75RXMNO54FPD' where id=5; -update noar ti set b0='8O2QDIE193WD6M75RXMNO54FPD' where id=5; -update noar tt set v0='6FHUDYMHQ' where id=5; -update noar ti set v0='6FHUDYMHQ' where id=5; -update noar tt set b1='961WQOFE' where id=5; -update noar ti set b1='961WQOFE' where id=5; -update noar tt set v0='13BNPH6SG2' where id=5; -update noar ti set v0='13BNPH6SG2' where id=5; -update noar tt set b2='FT7GPE0L3' where id=5; -update noar ti set b2='FT7GPE0L3' where id=5; -update noar tt set v0='CNZOKRHRC9WWZZRCRHPQ1' where id=6; -update noar ti set v0='CNZOKRHRC9WWZZRCRHPQ1' where id=6; -update noar tt set b0='3LO2V4LLBZMRPMGL3QQSDDKM05' where id=6; -update noar ti set b0='3LO2V4LLBZMRPMGL3QQSDDKM05' where id=6; -update noar tt set v0='6APG6HGWLJTIIBDS9' where id=6; -update noar ti set v0='6APG6HGWLJTIIBDS9' where id=6; -update noar tt set b1='XIUSQTJ3KQRAM3BIDUU5STK6Z' where id=6; -update noar ti set b1='XIUSQTJ3KQRAM3BIDUU5STK6Z' where id=6; -update noar tt set v0='WIHRFWOM6RIQT02NNT1' where id=6; -update noar ti set v0='WIHRFWOM6RIQT02NNT1' where id=6; -update noar tt set b2='GLC41' where id=6; -update noar ti set b2='GLC41' where id=6; -update noar tt set v0='HXU2ON7XXF45V07QK1FTHPYZ06VNY24J' where id=7; -update noar ti set v0='HXU2ON7XXF45V07QK1FTHPYZ06VNY24J' where id=7; -update noar tt set b0='B3URBSGX1J' where id=7; -update noar ti set b0='B3URBSGX1J' where id=7; -update noar tt set v0='LL36B' where id=7; -update noar ti set v0='LL36B' where id=7; -update noar tt set b1='8XH7466YFSOORGNOAGIW' where id=7; -update noar ti set b1='8XH7466YFSOORGNOAGIW' where id=7; -update noar tt set v0='1ZSQIMUMTW81HPTQ5BGQQU4KL8OWBD' where id=7; -update noar ti set v0='1ZSQIMUMTW81HPTQ5BGQQU4KL8OWBD' where id=7; -update noar tt set b2='4JSJLNDWQHXVZZ' where id=7; -update noar ti set b2='4JSJLNDWQHXVZZ' where id=7; -update noar tt set v0='RK7PKKVKDH3SYN0GLKQ6VNS' where id=8; -update noar ti set v0='RK7PKKVKDH3SYN0GLKQ6VNS' where id=8; -update noar tt set b0='YL1E91R8B9SNTZZ7K8BDF6JME86CET2' where id=8; -update noar ti set b0='YL1E91R8B9SNTZZ7K8BDF6JME86CET2' where id=8; -update noar tt set v0='EDSER' where id=8; -update noar ti set v0='EDSER' where id=8; -update noar tt set b1='L47ZLG9SZ6LXO2I8VKPZ7G' where id=8; -update noar ti set b1='L47ZLG9SZ6LXO2I8VKPZ7G' where id=8; -update noar tt set v0='U' where id=8; -update noar ti set v0='U' where id=8; -update noar tt set b2='R7U7QIA4BC5ILV' where id=8; -update noar ti set b2='R7U7QIA4BC5ILV' where id=8; -update noar tt set v0='L34A926M4' where id=9; -update noar ti set v0='L34A926M4' where id=9; -update noar tt set b0='V3P35UFHF9B44UGPV' where id=9; -update noar ti set b0='V3P35UFHF9B44UGPV' where id=9; -update noar tt set v0='HK81AJ' where id=9; -update noar ti set v0='HK81AJ' where id=9; -update noar tt set b1='E68MZTQEMU3J6NQY0JD7RBQ7' where id=9; -update noar ti set b1='E68MZTQEMU3J6NQY0JD7RBQ7' where id=9; -update noar tt set v0='87UJ1M' where id=9; -update noar ti set v0='87UJ1M' where id=9; -update noar tt set b2='HEPA59RITMM9FYMS6O1' where id=9; -update noar ti set b2='HEPA59RITMM9FYMS6O1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KR6CD6J84QBMHHZMQPX56F4TH20' where id=1; -update noar ti set v0='KR6CD6J84QBMHHZMQPX56F4TH20' where id=1; -update noar tt set b0='YKLJEKDQMMTVB66Q1Y8RO' where id=1; -update noar ti set b0='YKLJEKDQMMTVB66Q1Y8RO' where id=1; -update noar tt set v0='I87' where id=1; -update noar ti set v0='I87' where id=1; -update noar tt set b1='FIH4E146YD9XAI8WTZ6EI7ZT8E6H' where id=1; -update noar ti set b1='FIH4E146YD9XAI8WTZ6EI7ZT8E6H' where id=1; -update noar tt set v0='7Z4Y2IVOA28OHY0NRCVK9WDV056' where id=1; -update noar ti set v0='7Z4Y2IVOA28OHY0NRCVK9WDV056' where id=1; -update noar tt set b2='9MR583L9POAYT06HVFZU8AMA' where id=1; -update noar ti set b2='9MR583L9POAYT06HVFZU8AMA' where id=1; -update noar tt set v0='ZUI9ETVQ5ML65N' where id=2; -update noar ti set v0='ZUI9ETVQ5ML65N' where id=2; -update noar tt set b0='G96KUMZ' where id=2; -update noar ti set b0='G96KUMZ' where id=2; -update noar tt set v0='VDOV3MDT3' where id=2; -update noar ti set v0='VDOV3MDT3' where id=2; -update noar tt set b1='IH06FHS8' where id=2; -update noar ti set b1='IH06FHS8' where id=2; -update noar tt set v0='PMLW0AO0IO6K8OIS4G353MK6C' where id=2; -update noar ti set v0='PMLW0AO0IO6K8OIS4G353MK6C' where id=2; -update noar tt set b2='DSILZ9VZD3YPV7UKRX3M' where id=2; -update noar ti set b2='DSILZ9VZD3YPV7UKRX3M' where id=2; -update noar tt set v0='TWLJHR0FL' where id=3; -update noar ti set v0='TWLJHR0FL' where id=3; -update noar tt set b0='7488CW' where id=3; -update noar ti set b0='7488CW' where id=3; -update noar tt set v0='U151TG' where id=3; -update noar ti set v0='U151TG' where id=3; -update noar tt set b1='DNCZUGXB9G1OI9WQNM6XEO' where id=3; -update noar ti set b1='DNCZUGXB9G1OI9WQNM6XEO' where id=3; -update noar tt set v0='EPOBTSF40D33J8474BYRVTI85V' where id=3; -update noar ti set v0='EPOBTSF40D33J8474BYRVTI85V' where id=3; -update noar tt set b2='XI' where id=3; -update noar ti set b2='XI' where id=3; -update noar tt set v0='R0W5P3E' where id=4; -update noar ti set v0='R0W5P3E' where id=4; -update noar tt set b0='9HINPQNXGA9XVJ5A3VJIP8JS' where id=4; -update noar ti set b0='9HINPQNXGA9XVJ5A3VJIP8JS' where id=4; -update noar tt set v0='LGXWKJWGM48NZ4D3IN470WGA8B0P5' where id=4; -update noar ti set v0='LGXWKJWGM48NZ4D3IN470WGA8B0P5' where id=4; -update noar tt set b1='TTFV7HNFFF1TZS2TNQQN47IGRE' where id=4; -update noar ti set b1='TTFV7HNFFF1TZS2TNQQN47IGRE' where id=4; -update noar tt set v0='VJ0SQ2LI65VG9V' where id=4; -update noar ti set v0='VJ0SQ2LI65VG9V' where id=4; -update noar tt set b2='OC8G060CPO0T7NV' where id=4; -update noar ti set b2='OC8G060CPO0T7NV' where id=4; -update noar tt set v0='A76VH8AT62PN7X6SO' where id=5; -update noar ti set v0='A76VH8AT62PN7X6SO' where id=5; -update noar tt set b0='HQI' where id=5; -update noar ti set b0='HQI' where id=5; -update noar tt set v0='PPEUE809UU' where id=5; -update noar ti set v0='PPEUE809UU' where id=5; -update noar tt set b1='MBG' where id=5; -update noar ti set b1='MBG' where id=5; -update noar tt set v0='YL0FNAO8K0OD8OX7SQHGPO' where id=5; -update noar ti set v0='YL0FNAO8K0OD8OX7SQHGPO' where id=5; -update noar tt set b2='IW203FVPO0ZC80BQC9' where id=5; -update noar ti set b2='IW203FVPO0ZC80BQC9' where id=5; -update noar tt set v0='9' where id=6; -update noar ti set v0='9' where id=6; -update noar tt set b0='RA173ND740XTMO6TVAF3A121PZEO1' where id=6; -update noar ti set b0='RA173ND740XTMO6TVAF3A121PZEO1' where id=6; -update noar tt set v0='9ZZUQYADGJVNH' where id=6; -update noar ti set v0='9ZZUQYADGJVNH' where id=6; -update noar tt set b1='41LB5CSJ1KKXUA0FHUZ0LFVP0UN1' where id=6; -update noar ti set b1='41LB5CSJ1KKXUA0FHUZ0LFVP0UN1' where id=6; -update noar tt set v0='1MHTHUQFUE7NDVBKGWTLS20P' where id=6; -update noar ti set v0='1MHTHUQFUE7NDVBKGWTLS20P' where id=6; -update noar tt set b2='FZNWI0T7D8HEGGXCDLW5V8' where id=6; -update noar ti set b2='FZNWI0T7D8HEGGXCDLW5V8' where id=6; -update noar tt set v0='PYG168I5HPMQZJ50WTW' where id=7; -update noar ti set v0='PYG168I5HPMQZJ50WTW' where id=7; -update noar tt set b0='AIP4G' where id=7; -update noar ti set b0='AIP4G' where id=7; -update noar tt set v0='RLL56UBNGW9V0H5B1JFTJ8T45' where id=7; -update noar ti set v0='RLL56UBNGW9V0H5B1JFTJ8T45' where id=7; -update noar tt set b1='8R04DYD8WXDL9J8GA9K46' where id=7; -update noar ti set b1='8R04DYD8WXDL9J8GA9K46' where id=7; -update noar tt set v0='1440DQZJA75KEPZ' where id=7; -update noar ti set v0='1440DQZJA75KEPZ' where id=7; -update noar tt set b2='1RRLN29GGT5510H1HGJQRN' where id=7; -update noar ti set b2='1RRLN29GGT5510H1HGJQRN' where id=7; -update noar tt set v0='A7FP' where id=8; -update noar ti set v0='A7FP' where id=8; -update noar tt set b0='ANJCN9' where id=8; -update noar ti set b0='ANJCN9' where id=8; -update noar tt set v0='MOTAOXADB7OLGUA' where id=8; -update noar ti set v0='MOTAOXADB7OLGUA' where id=8; -update noar tt set b1='VKZ6KTY4RY' where id=8; -update noar ti set b1='VKZ6KTY4RY' where id=8; -update noar tt set v0='3UZR27J18RDXFZYM9R9O8YDJ5ZQ' where id=8; -update noar ti set v0='3UZR27J18RDXFZYM9R9O8YDJ5ZQ' where id=8; -update noar tt set b2='4FG0QHESKSZWVQXPYLO94LDQ3EJH' where id=8; -update noar ti set b2='4FG0QHESKSZWVQXPYLO94LDQ3EJH' where id=8; -update noar tt set v0='9QTTIQVM2X5445E1301' where id=9; -update noar ti set v0='9QTTIQVM2X5445E1301' where id=9; -update noar tt set b0='0ZUTGBTKWPV6DNOU368JF9' where id=9; -update noar ti set b0='0ZUTGBTKWPV6DNOU368JF9' where id=9; -update noar tt set v0='EOKS4EH9CAB58NNTO6' where id=9; -update noar ti set v0='EOKS4EH9CAB58NNTO6' where id=9; -update noar tt set b1='QV9JKQS7TFIZEI' where id=9; -update noar ti set b1='QV9JKQS7TFIZEI' where id=9; -update noar tt set v0='523I0MUVJGEERQWURHOKW2XA17U2L' where id=9; -update noar ti set v0='523I0MUVJGEERQWURHOKW2XA17U2L' where id=9; -update noar tt set b2='DJPLTJ3B3ZI5KDSGN3J' where id=9; -update noar ti set b2='DJPLTJ3B3ZI5KDSGN3J' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QI1D524Q1F0N1ZCQRQQBJHCO' where id=1; -update noar ti set v0='QI1D524Q1F0N1ZCQRQQBJHCO' where id=1; -update noar tt set b0='PAFV69S' where id=1; -update noar ti set b0='PAFV69S' where id=1; -update noar tt set v0='409ATEAANPGR91AX0A0M' where id=1; -update noar ti set v0='409ATEAANPGR91AX0A0M' where id=1; -update noar tt set b1='LB21FBR33M95CARMU64NI' where id=1; -update noar ti set b1='LB21FBR33M95CARMU64NI' where id=1; -update noar tt set v0='Z6HOGCQD4CD' where id=1; -update noar ti set v0='Z6HOGCQD4CD' where id=1; -update noar tt set b2='VPQZG88' where id=1; -update noar ti set b2='VPQZG88' where id=1; -update noar tt set v0='R9P0OHVUEQS4L63EA0RE93N' where id=2; -update noar ti set v0='R9P0OHVUEQS4L63EA0RE93N' where id=2; -update noar tt set b0='F0' where id=2; -update noar ti set b0='F0' where id=2; -update noar tt set v0='P28R16ZVLNQG03ZLOUQWMW' where id=2; -update noar ti set v0='P28R16ZVLNQG03ZLOUQWMW' where id=2; -update noar tt set b1='QIT57VJ4' where id=2; -update noar ti set b1='QIT57VJ4' where id=2; -update noar tt set v0='VFK7784E8XA1Y78T4KZ9X9F1JC1DW9' where id=2; -update noar ti set v0='VFK7784E8XA1Y78T4KZ9X9F1JC1DW9' where id=2; -update noar tt set b2='Q54H9KI1LH' where id=2; -update noar ti set b2='Q54H9KI1LH' where id=2; -update noar tt set v0='XSG3KHPK3SDS462XWJSDDK' where id=3; -update noar ti set v0='XSG3KHPK3SDS462XWJSDDK' where id=3; -update noar tt set b0='PMFR2O1H9EW9OIP1RHT6LOPF4ZJSQ' where id=3; -update noar ti set b0='PMFR2O1H9EW9OIP1RHT6LOPF4ZJSQ' where id=3; -update noar tt set v0='5HL3KNE693HPYYQ1WAJH' where id=3; -update noar ti set v0='5HL3KNE693HPYYQ1WAJH' where id=3; -update noar tt set b1='CWA86VXD80VCBODCTRZ2KH507K' where id=3; -update noar ti set b1='CWA86VXD80VCBODCTRZ2KH507K' where id=3; -update noar tt set v0='4JXQ0USI6W4NDSZ8SALR0ARP' where id=3; -update noar ti set v0='4JXQ0USI6W4NDSZ8SALR0ARP' where id=3; -update noar tt set b2='OE10V' where id=3; -update noar ti set b2='OE10V' where id=3; -update noar tt set v0='1PDUHI59GTBI3JKOKFW0' where id=4; -update noar ti set v0='1PDUHI59GTBI3JKOKFW0' where id=4; -update noar tt set b0='JDQBUVHWHW56AMEIODVTZVI2B1F' where id=4; -update noar ti set b0='JDQBUVHWHW56AMEIODVTZVI2B1F' where id=4; -update noar tt set v0='E45XB8CQV9ICXLVTEGF' where id=4; -update noar ti set v0='E45XB8CQV9ICXLVTEGF' where id=4; -update noar tt set b1='GQYJ04AD9B' where id=4; -update noar ti set b1='GQYJ04AD9B' where id=4; -update noar tt set v0='C88UGD7EP3W2SY2W' where id=4; -update noar ti set v0='C88UGD7EP3W2SY2W' where id=4; -update noar tt set b2='C6H1EG1PS62NB1NP1LZH7' where id=4; -update noar ti set b2='C6H1EG1PS62NB1NP1LZH7' where id=4; -update noar tt set v0='EGBAY8M07WWQ8FELS7BSO2ZFU' where id=5; -update noar ti set v0='EGBAY8M07WWQ8FELS7BSO2ZFU' where id=5; -update noar tt set b0='ITK60WIK' where id=5; -update noar ti set b0='ITK60WIK' where id=5; -update noar tt set v0='MHCY2LN8RDAS159QSJNNO5XL7ROVA81' where id=5; -update noar ti set v0='MHCY2LN8RDAS159QSJNNO5XL7ROVA81' where id=5; -update noar tt set b1='M3ZE1' where id=5; -update noar ti set b1='M3ZE1' where id=5; -update noar tt set v0='3TQW87CF8R6NRTA3MGSWKL' where id=5; -update noar ti set v0='3TQW87CF8R6NRTA3MGSWKL' where id=5; -update noar tt set b2='XF5EV84RRH46WSU' where id=5; -update noar ti set b2='XF5EV84RRH46WSU' where id=5; -update noar tt set v0='GAQPM9PEZ9J9' where id=6; -update noar ti set v0='GAQPM9PEZ9J9' where id=6; -update noar tt set b0='JNFM9DOS07CX' where id=6; -update noar ti set b0='JNFM9DOS07CX' where id=6; -update noar tt set v0='EKTA2JA' where id=6; -update noar ti set v0='EKTA2JA' where id=6; -update noar tt set b1='9TI64C8W' where id=6; -update noar ti set b1='9TI64C8W' where id=6; -update noar tt set v0='QPQO6L45ERCQ' where id=6; -update noar ti set v0='QPQO6L45ERCQ' where id=6; -update noar tt set b2='YU6O322N84' where id=6; -update noar ti set b2='YU6O322N84' where id=6; -update noar tt set v0='9MOPKEC3YHUC7JCBDE3DNAWYIQ5JGRLJ' where id=7; -update noar ti set v0='9MOPKEC3YHUC7JCBDE3DNAWYIQ5JGRLJ' where id=7; -update noar tt set b0='K1VOH19RCN5M0H9' where id=7; -update noar ti set b0='K1VOH19RCN5M0H9' where id=7; -update noar tt set v0='Z1PEO653XQ' where id=7; -update noar ti set v0='Z1PEO653XQ' where id=7; -update noar tt set b1='E7FTONJM9D5YK4XSC7B232MAHZEQBI' where id=7; -update noar ti set b1='E7FTONJM9D5YK4XSC7B232MAHZEQBI' where id=7; -update noar tt set v0='1CHPH7IBAKB5MJD7CER4ZW' where id=7; -update noar ti set v0='1CHPH7IBAKB5MJD7CER4ZW' where id=7; -update noar tt set b2='H8I2AB424FIW1G0Y06QAVQ' where id=7; -update noar ti set b2='H8I2AB424FIW1G0Y06QAVQ' where id=7; -update noar tt set v0='P9C6M01CH7T3O00LP9FSBMHZM' where id=8; -update noar ti set v0='P9C6M01CH7T3O00LP9FSBMHZM' where id=8; -update noar tt set b0='P1K19RV7VCEZTO7Z93Q1VMT' where id=8; -update noar ti set b0='P1K19RV7VCEZTO7Z93Q1VMT' where id=8; -update noar tt set v0='SYEX0YYSQ2027AF8R662XUHY38' where id=8; -update noar ti set v0='SYEX0YYSQ2027AF8R662XUHY38' where id=8; -update noar tt set b1='Z46W8IVOU102' where id=8; -update noar ti set b1='Z46W8IVOU102' where id=8; -update noar tt set v0='3FC82NFQVXW92HK4TLP4FI8AWWRKJ5' where id=8; -update noar ti set v0='3FC82NFQVXW92HK4TLP4FI8AWWRKJ5' where id=8; -update noar tt set b2='Z1F4CV84KTF' where id=8; -update noar ti set b2='Z1F4CV84KTF' where id=8; -update noar tt set v0='9WJE2BGKD' where id=9; -update noar ti set v0='9WJE2BGKD' where id=9; -update noar tt set b0='XHZX1I8N23X7PYXIZMSGJVTSG9YBPP' where id=9; -update noar ti set b0='XHZX1I8N23X7PYXIZMSGJVTSG9YBPP' where id=9; -update noar tt set v0='3ZC3UYU38PXORS1U5GC997LTW6QU3' where id=9; -update noar ti set v0='3ZC3UYU38PXORS1U5GC997LTW6QU3' where id=9; -update noar tt set b1='4MRXLH' where id=9; -update noar ti set b1='4MRXLH' where id=9; -update noar tt set v0='HX1SEM5J857LF8MG4EDN' where id=9; -update noar ti set v0='HX1SEM5J857LF8MG4EDN' where id=9; -update noar tt set b2='TLHBOX3UVX879TGT3W' where id=9; -update noar ti set b2='TLHBOX3UVX879TGT3W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UGNW0NVR9CGHXEE' where id=1; -update noar ti set v0='UGNW0NVR9CGHXEE' where id=1; -update noar tt set b0='JZP1DF02Q2G08DC4J' where id=1; -update noar ti set b0='JZP1DF02Q2G08DC4J' where id=1; -update noar tt set v0='OUK5P1NMIKTAYB0LUOD' where id=1; -update noar ti set v0='OUK5P1NMIKTAYB0LUOD' where id=1; -update noar tt set b1='3RC0S4F0T9GKAFI3DGEWMYR6E4' where id=1; -update noar ti set b1='3RC0S4F0T9GKAFI3DGEWMYR6E4' where id=1; -update noar tt set v0='RXAQ2ZJKPIEGLGDS6GB6N' where id=1; -update noar ti set v0='RXAQ2ZJKPIEGLGDS6GB6N' where id=1; -update noar tt set b2='6X3Q836J0HJAMIO32I9MQ59PF' where id=1; -update noar ti set b2='6X3Q836J0HJAMIO32I9MQ59PF' where id=1; -update noar tt set v0='J' where id=2; -update noar ti set v0='J' where id=2; -update noar tt set b0='4EE1BFRMWLI12I1M7Y8LIJ7GCLD0' where id=2; -update noar ti set b0='4EE1BFRMWLI12I1M7Y8LIJ7GCLD0' where id=2; -update noar tt set v0='DVCWYO' where id=2; -update noar ti set v0='DVCWYO' where id=2; -update noar tt set b1='AV615JHC8H0YVWUZ8LCT6YEQV' where id=2; -update noar ti set b1='AV615JHC8H0YVWUZ8LCT6YEQV' where id=2; -update noar tt set v0='SQ32WAZI0XC9UCZOW57AK' where id=2; -update noar ti set v0='SQ32WAZI0XC9UCZOW57AK' where id=2; -update noar tt set b2='H8QNRP06IZ98HU' where id=2; -update noar ti set b2='H8QNRP06IZ98HU' where id=2; -update noar tt set v0='GCSIQH4HQGOVW6LOUMIFI3DNLK8PQJ' where id=3; -update noar ti set v0='GCSIQH4HQGOVW6LOUMIFI3DNLK8PQJ' where id=3; -update noar tt set b0='SR5BE2' where id=3; -update noar ti set b0='SR5BE2' where id=3; -update noar tt set v0='FUK4CPT09' where id=3; -update noar ti set v0='FUK4CPT09' where id=3; -update noar tt set b1='FK93J39T' where id=3; -update noar ti set b1='FK93J39T' where id=3; -update noar tt set v0='Y8MPUQX06QU93ISM' where id=3; -update noar ti set v0='Y8MPUQX06QU93ISM' where id=3; -update noar tt set b2='AQOM794MF6' where id=3; -update noar ti set b2='AQOM794MF6' where id=3; -update noar tt set v0='YGNZ37H2EY' where id=4; -update noar ti set v0='YGNZ37H2EY' where id=4; -update noar tt set b0='ISTM731LD2T0VS9GTV1127IZ31D7' where id=4; -update noar ti set b0='ISTM731LD2T0VS9GTV1127IZ31D7' where id=4; -update noar tt set v0='EVMR7QIFIA5ET' where id=4; -update noar ti set v0='EVMR7QIFIA5ET' where id=4; -update noar tt set b1='OEE8YI2NTBI830RQ50EOTJ' where id=4; -update noar ti set b1='OEE8YI2NTBI830RQ50EOTJ' where id=4; -update noar tt set v0='CM340O76' where id=4; -update noar ti set v0='CM340O76' where id=4; -update noar tt set b2='MTVH671' where id=4; -update noar ti set b2='MTVH671' where id=4; -update noar tt set v0='NUXIT7YXBWNU7JSSEG' where id=5; -update noar ti set v0='NUXIT7YXBWNU7JSSEG' where id=5; -update noar tt set b0='5Q2Q6V7687QVIXLKZ' where id=5; -update noar ti set b0='5Q2Q6V7687QVIXLKZ' where id=5; -update noar tt set v0='DRLXXKEFR' where id=5; -update noar ti set v0='DRLXXKEFR' where id=5; -update noar tt set b1='NKU03MBYK' where id=5; -update noar ti set b1='NKU03MBYK' where id=5; -update noar tt set v0='JVR3WRCQDPZRNM' where id=5; -update noar ti set v0='JVR3WRCQDPZRNM' where id=5; -update noar tt set b2='2EEAQS3Z3CAKPH6X5' where id=5; -update noar ti set b2='2EEAQS3Z3CAKPH6X5' where id=5; -update noar tt set v0='5MPNKQWARIS25H67PT69WJGFYFS68393' where id=6; -update noar ti set v0='5MPNKQWARIS25H67PT69WJGFYFS68393' where id=6; -update noar tt set b0='L0WOAUA8WXYQ79E8L' where id=6; -update noar ti set b0='L0WOAUA8WXYQ79E8L' where id=6; -update noar tt set v0='90K71NJ4WWF0T2EAP5' where id=6; -update noar ti set v0='90K71NJ4WWF0T2EAP5' where id=6; -update noar tt set b1='XHAOECLN4YC7LRK8U8CHX0C349' where id=6; -update noar ti set b1='XHAOECLN4YC7LRK8U8CHX0C349' where id=6; -update noar tt set v0='8734P' where id=6; -update noar ti set v0='8734P' where id=6; -update noar tt set b2='C' where id=6; -update noar ti set b2='C' where id=6; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b0='L3X5DO95UYNEIE48SV2R5' where id=7; -update noar ti set b0='L3X5DO95UYNEIE48SV2R5' where id=7; -update noar tt set v0='9GMTQFPDXZ5RZY6ELJ2UD8BEHIU' where id=7; -update noar ti set v0='9GMTQFPDXZ5RZY6ELJ2UD8BEHIU' where id=7; -update noar tt set b1='48TEU3QD39KNR7223EPV' where id=7; -update noar ti set b1='48TEU3QD39KNR7223EPV' where id=7; -update noar tt set v0='2T92WIU6XOLA5VU' where id=7; -update noar ti set v0='2T92WIU6XOLA5VU' where id=7; -update noar tt set b2='WMA40QRLVM937BKUZVF444M8A81QKX' where id=7; -update noar ti set b2='WMA40QRLVM937BKUZVF444M8A81QKX' where id=7; -update noar tt set v0='BPPUE21RWWR0NXYWDA' where id=8; -update noar ti set v0='BPPUE21RWWR0NXYWDA' where id=8; -update noar tt set b0='ZG9QN48YJM13AYU5YYQVM7BM145HVYOT' where id=8; -update noar ti set b0='ZG9QN48YJM13AYU5YYQVM7BM145HVYOT' where id=8; -update noar tt set v0='W97MQZ' where id=8; -update noar ti set v0='W97MQZ' where id=8; -update noar tt set b1='Q2652ZRV6NHLCVEN0212YE' where id=8; -update noar ti set b1='Q2652ZRV6NHLCVEN0212YE' where id=8; -update noar tt set v0='5TRGJOZFXF64CHGHVTGR6WQ55PU6' where id=8; -update noar ti set v0='5TRGJOZFXF64CHGHVTGR6WQ55PU6' where id=8; -update noar tt set b2='2Z2MHTS9A8M7AYJV' where id=8; -update noar ti set b2='2Z2MHTS9A8M7AYJV' where id=8; -update noar tt set v0='1SRR' where id=9; -update noar ti set v0='1SRR' where id=9; -update noar tt set b0='K0RGO5EAPJ9QXFISR2RBVI6Q1P' where id=9; -update noar ti set b0='K0RGO5EAPJ9QXFISR2RBVI6Q1P' where id=9; -update noar tt set v0='PFVSYT0IF6ZB' where id=9; -update noar ti set v0='PFVSYT0IF6ZB' where id=9; -update noar tt set b1='CE6AP' where id=9; -update noar ti set b1='CE6AP' where id=9; -update noar tt set v0='WSLG7UVT8HD4TT9X0C1' where id=9; -update noar ti set v0='WSLG7UVT8HD4TT9X0C1' where id=9; -update noar tt set b2='P7F7NRQYGF1TFO8ZOGBRJV' where id=9; -update noar ti set b2='P7F7NRQYGF1TFO8ZOGBRJV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='07J9' where id=1; -update noar ti set v0='07J9' where id=1; -update noar tt set b0='DUNKPINS' where id=1; -update noar ti set b0='DUNKPINS' where id=1; -update noar tt set v0='YD9BMR9BDMAZ4LVFCUJG9GVNTM' where id=1; -update noar ti set v0='YD9BMR9BDMAZ4LVFCUJG9GVNTM' where id=1; -update noar tt set b1='T4EWDSW5IX2STVK1TPIL717N5N3VP' where id=1; -update noar ti set b1='T4EWDSW5IX2STVK1TPIL717N5N3VP' where id=1; -update noar tt set v0='3I9WPSAUCBCP9Y' where id=1; -update noar ti set v0='3I9WPSAUCBCP9Y' where id=1; -update noar tt set b2='89KVC0QT2EFKMSO846PA8GLF6FWBOVHS' where id=1; -update noar ti set b2='89KVC0QT2EFKMSO846PA8GLF6FWBOVHS' where id=1; -update noar tt set v0='AUDY6GSLY' where id=2; -update noar ti set v0='AUDY6GSLY' where id=2; -update noar tt set b0='IS3TCTF4X1Y5' where id=2; -update noar ti set b0='IS3TCTF4X1Y5' where id=2; -update noar tt set v0='L7KOQ5B' where id=2; -update noar ti set v0='L7KOQ5B' where id=2; -update noar tt set b1='C4398W6L1EQTAH6' where id=2; -update noar ti set b1='C4398W6L1EQTAH6' where id=2; -update noar tt set v0='1YV3LGXWK9G4JLPSU1YQ9T3IU2EK3GI' where id=2; -update noar ti set v0='1YV3LGXWK9G4JLPSU1YQ9T3IU2EK3GI' where id=2; -update noar tt set b2='8E8HPFSUFTRCF0ZTEJ2BWJB0L3DMB4OK' where id=2; -update noar ti set b2='8E8HPFSUFTRCF0ZTEJ2BWJB0L3DMB4OK' where id=2; -update noar tt set v0='KGDBMO3SQWHJN5F6JU3U70K' where id=3; -update noar ti set v0='KGDBMO3SQWHJN5F6JU3U70K' where id=3; -update noar tt set b0='EK55ZT' where id=3; -update noar ti set b0='EK55ZT' where id=3; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b1='079DI85RQAQ5ID094U1W9' where id=3; -update noar ti set b1='079DI85RQAQ5ID094U1W9' where id=3; -update noar tt set v0='7UVJRKSQ26BTR1L8H8' where id=3; -update noar ti set v0='7UVJRKSQ26BTR1L8H8' where id=3; -update noar tt set b2='84F' where id=3; -update noar ti set b2='84F' where id=3; -update noar tt set v0='OPQTY9S0013' where id=4; -update noar ti set v0='OPQTY9S0013' where id=4; -update noar tt set b0='3E03NQ5OUYGN7E' where id=4; -update noar ti set b0='3E03NQ5OUYGN7E' where id=4; -update noar tt set v0='IBMJ' where id=4; -update noar ti set v0='IBMJ' where id=4; -update noar tt set b1='GQO72754ZJRHIO1D1WQ' where id=4; -update noar ti set b1='GQO72754ZJRHIO1D1WQ' where id=4; -update noar tt set v0='659P2XRROO0W0IETQNNHPSRB5WIG8MC' where id=4; -update noar ti set v0='659P2XRROO0W0IETQNNHPSRB5WIG8MC' where id=4; -update noar tt set b2='SX8N2G6EG3PJ' where id=4; -update noar ti set b2='SX8N2G6EG3PJ' where id=4; -update noar tt set v0='R5VN14NT4BRCZ3HT79JTHVO2W9H4X' where id=5; -update noar ti set v0='R5VN14NT4BRCZ3HT79JTHVO2W9H4X' where id=5; -update noar tt set b0='Z1KDZ4QEXRFZ1WYE0O81' where id=5; -update noar ti set b0='Z1KDZ4QEXRFZ1WYE0O81' where id=5; -update noar tt set v0='OQ5K08AX2NLXEF0Y7TZ8AWEFOW5UL' where id=5; -update noar ti set v0='OQ5K08AX2NLXEF0Y7TZ8AWEFOW5UL' where id=5; -update noar tt set b1='QY5' where id=5; -update noar ti set b1='QY5' where id=5; -update noar tt set v0='68ABPZVUNIOF' where id=5; -update noar ti set v0='68ABPZVUNIOF' where id=5; -update noar tt set b2='U5MSBBG' where id=5; -update noar ti set b2='U5MSBBG' where id=5; -update noar tt set v0='0M60K' where id=6; -update noar ti set v0='0M60K' where id=6; -update noar tt set b0='CQE8YSG0P8FIEPK' where id=6; -update noar ti set b0='CQE8YSG0P8FIEPK' where id=6; -update noar tt set v0='TCGONP' where id=6; -update noar ti set v0='TCGONP' where id=6; -update noar tt set b1='WTUDN93FH9WR5EIVCC' where id=6; -update noar ti set b1='WTUDN93FH9WR5EIVCC' where id=6; -update noar tt set v0='UDBYJ2NP0L13M67FROEDNJ' where id=6; -update noar ti set v0='UDBYJ2NP0L13M67FROEDNJ' where id=6; -update noar tt set b2='KB7857KMDAE2A4ZP4H872LASYZIKI' where id=6; -update noar ti set b2='KB7857KMDAE2A4ZP4H872LASYZIKI' where id=6; -update noar tt set v0='CJN0Q' where id=7; -update noar ti set v0='CJN0Q' where id=7; -update noar tt set b0='UEX4LLVH' where id=7; -update noar ti set b0='UEX4LLVH' where id=7; -update noar tt set v0='FBDZA4KGFLK9VDBA6YF1BCB' where id=7; -update noar ti set v0='FBDZA4KGFLK9VDBA6YF1BCB' where id=7; -update noar tt set b1='Z' where id=7; -update noar ti set b1='Z' where id=7; -update noar tt set v0='PTHB1U2FB238V5AY8YWNPUD3BZZRWT' where id=7; -update noar ti set v0='PTHB1U2FB238V5AY8YWNPUD3BZZRWT' where id=7; -update noar tt set b2='OWJTW5N6I0MUL7' where id=7; -update noar ti set b2='OWJTW5N6I0MUL7' where id=7; -update noar tt set v0='I5Y0GD5PFS4148N3IX8Y0M' where id=8; -update noar ti set v0='I5Y0GD5PFS4148N3IX8Y0M' where id=8; -update noar tt set b0='JMG6XCLCSOTI7X' where id=8; -update noar ti set b0='JMG6XCLCSOTI7X' where id=8; -update noar tt set v0='7V' where id=8; -update noar ti set v0='7V' where id=8; -update noar tt set b1='L' where id=8; -update noar ti set b1='L' where id=8; -update noar tt set v0='H4F5IV445QI46N30L1A77HX' where id=8; -update noar ti set v0='H4F5IV445QI46N30L1A77HX' where id=8; -update noar tt set b2='CNBLU0YN0TW3TVZA7' where id=8; -update noar ti set b2='CNBLU0YN0TW3TVZA7' where id=8; -update noar tt set v0='A7PUDKEI861Z9JY1YPN0PTTG24SMQV' where id=9; -update noar ti set v0='A7PUDKEI861Z9JY1YPN0PTTG24SMQV' where id=9; -update noar tt set b0='YIHPA9MJ752BQCWTCFS6Z' where id=9; -update noar ti set b0='YIHPA9MJ752BQCWTCFS6Z' where id=9; -update noar tt set v0='UCHJNTO63C2M5HDX0MID5NGZTO82L5X' where id=9; -update noar ti set v0='UCHJNTO63C2M5HDX0MID5NGZTO82L5X' where id=9; -update noar tt set b1='5BQ9J410YDMIQLH5JYAK9JTNMTZ2GPFO' where id=9; -update noar ti set b1='5BQ9J410YDMIQLH5JYAK9JTNMTZ2GPFO' where id=9; -update noar tt set v0='HLUUN5PSG2EBDAER' where id=9; -update noar ti set v0='HLUUN5PSG2EBDAER' where id=9; -update noar tt set b2='HUXWVIJAC91WLWGWZ6Y' where id=9; -update noar ti set b2='HUXWVIJAC91WLWGWZ6Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y1HELL2FKSCKFYWHK81CHJL7TTB3C4JI' where id=1; -update noar ti set v0='Y1HELL2FKSCKFYWHK81CHJL7TTB3C4JI' where id=1; -update noar tt set b0='B1J2G22QAZLVOVP03K' where id=1; -update noar ti set b0='B1J2G22QAZLVOVP03K' where id=1; -update noar tt set v0='32M7T6IAS8' where id=1; -update noar ti set v0='32M7T6IAS8' where id=1; -update noar tt set b1='F41H0X9C4JYJ3' where id=1; -update noar ti set b1='F41H0X9C4JYJ3' where id=1; -update noar tt set v0='9YL7' where id=1; -update noar ti set v0='9YL7' where id=1; -update noar tt set b2='3' where id=1; -update noar ti set b2='3' where id=1; -update noar tt set v0='JF7H5N41N' where id=2; -update noar ti set v0='JF7H5N41N' where id=2; -update noar tt set b0='GORM0ID' where id=2; -update noar ti set b0='GORM0ID' where id=2; -update noar tt set v0='PSYD' where id=2; -update noar ti set v0='PSYD' where id=2; -update noar tt set b1='VWYUNAFKQCS5VJQ1YVM4DGT34' where id=2; -update noar ti set b1='VWYUNAFKQCS5VJQ1YVM4DGT34' where id=2; -update noar tt set v0='FKX75B0' where id=2; -update noar ti set v0='FKX75B0' where id=2; -update noar tt set b2='S' where id=2; -update noar ti set b2='S' where id=2; -update noar tt set v0='GQ3C2VIOTO' where id=3; -update noar ti set v0='GQ3C2VIOTO' where id=3; -update noar tt set b0='U0080HKSK66S1WLDI4' where id=3; -update noar ti set b0='U0080HKSK66S1WLDI4' where id=3; -update noar tt set v0='RIOXR7U1154H6' where id=3; -update noar ti set v0='RIOXR7U1154H6' where id=3; -update noar tt set b1='92OUPM55WJFZ93FVNM599USZRVTI29FD' where id=3; -update noar ti set b1='92OUPM55WJFZ93FVNM599USZRVTI29FD' where id=3; -update noar tt set v0='INSI9L7YES4S6M72OH2SB3BK8L' where id=3; -update noar ti set v0='INSI9L7YES4S6M72OH2SB3BK8L' where id=3; -update noar tt set b2='D0YFA7B23SBA7EZOYVK' where id=3; -update noar ti set b2='D0YFA7B23SBA7EZOYVK' where id=3; -update noar tt set v0='UWFW1YT9TR' where id=4; -update noar ti set v0='UWFW1YT9TR' where id=4; -update noar tt set b0='LC0JKL1H189YWRGASK7' where id=4; -update noar ti set b0='LC0JKL1H189YWRGASK7' where id=4; -update noar tt set v0='RJ0LOLIEIEI0VPYIOCEKSOSL' where id=4; -update noar ti set v0='RJ0LOLIEIEI0VPYIOCEKSOSL' where id=4; -update noar tt set b1='QI1Z6HHW7YL6J1GVMFPC4HE2110' where id=4; -update noar ti set b1='QI1Z6HHW7YL6J1GVMFPC4HE2110' where id=4; -update noar tt set v0='OLB3X9' where id=4; -update noar ti set v0='OLB3X9' where id=4; -update noar tt set b2='FR77ASOFM8DHX4WKEWXZCEQU81' where id=4; -update noar ti set b2='FR77ASOFM8DHX4WKEWXZCEQU81' where id=4; -update noar tt set v0='75EQXYSTLF9L' where id=5; -update noar ti set v0='75EQXYSTLF9L' where id=5; -update noar tt set b0='QLA96AONO9FMTQ1REJ8T9FOASIIP' where id=5; -update noar ti set b0='QLA96AONO9FMTQ1REJ8T9FOASIIP' where id=5; -update noar tt set v0='52F5SOPZCEJHDO85B80ZD9' where id=5; -update noar ti set v0='52F5SOPZCEJHDO85B80ZD9' where id=5; -update noar tt set b1='DX3P56C8RTV' where id=5; -update noar ti set b1='DX3P56C8RTV' where id=5; -update noar tt set v0='5CIRDRFLI46' where id=5; -update noar ti set v0='5CIRDRFLI46' where id=5; -update noar tt set b2='TSFZN780' where id=5; -update noar ti set b2='TSFZN780' where id=5; -update noar tt set v0='LERXY7N33M94X' where id=6; -update noar ti set v0='LERXY7N33M94X' where id=6; -update noar tt set b0='7OTMGUWQGSDQJHIRNE5F4DU7DZHPXHHZ' where id=6; -update noar ti set b0='7OTMGUWQGSDQJHIRNE5F4DU7DZHPXHHZ' where id=6; -update noar tt set v0='DJDFOB26H7LXNTX' where id=6; -update noar ti set v0='DJDFOB26H7LXNTX' where id=6; -update noar tt set b1='M3JBUKUU' where id=6; -update noar ti set b1='M3JBUKUU' where id=6; -update noar tt set v0='E2ARTWETV6PF' where id=6; -update noar ti set v0='E2ARTWETV6PF' where id=6; -update noar tt set b2='DPPCLK1SUW0VUPQ63' where id=6; -update noar ti set b2='DPPCLK1SUW0VUPQ63' where id=6; -update noar tt set v0='0LQ6P493JPNCO7YX5PFPRN8LNPL' where id=7; -update noar ti set v0='0LQ6P493JPNCO7YX5PFPRN8LNPL' where id=7; -update noar tt set b0='1QF5OTOLTC80E' where id=7; -update noar ti set b0='1QF5OTOLTC80E' where id=7; -update noar tt set v0='YKY6' where id=7; -update noar ti set v0='YKY6' where id=7; -update noar tt set b1='QT6R3RUR6BF27B' where id=7; -update noar ti set b1='QT6R3RUR6BF27B' where id=7; -update noar tt set v0='CPS2F8IV6BGIMYZP3GMJVB4I' where id=7; -update noar ti set v0='CPS2F8IV6BGIMYZP3GMJVB4I' where id=7; -update noar tt set b2='RKTFHR1Z1NP0P7VU20Z' where id=7; -update noar ti set b2='RKTFHR1Z1NP0P7VU20Z' where id=7; -update noar tt set v0='W4FR22244IVXF86053WMHMN9A6Y5LBT' where id=8; -update noar ti set v0='W4FR22244IVXF86053WMHMN9A6Y5LBT' where id=8; -update noar tt set b0='Q6K7UJDG9RPA5C1J' where id=8; -update noar ti set b0='Q6K7UJDG9RPA5C1J' where id=8; -update noar tt set v0='5Z5' where id=8; -update noar ti set v0='5Z5' where id=8; -update noar tt set b1='9ZP2C5ZOBGIKIHNG5A1HUN' where id=8; -update noar ti set b1='9ZP2C5ZOBGIKIHNG5A1HUN' where id=8; -update noar tt set v0='95ES6ZYFJS9Z9L9AM95E4YUAZS8J8' where id=8; -update noar ti set v0='95ES6ZYFJS9Z9L9AM95E4YUAZS8J8' where id=8; -update noar tt set b2='5G85BF4ME' where id=8; -update noar ti set b2='5G85BF4ME' where id=8; -update noar tt set v0='PO6I5UU' where id=9; -update noar ti set v0='PO6I5UU' where id=9; -update noar tt set b0='G8UNHO346VDSQY' where id=9; -update noar ti set b0='G8UNHO346VDSQY' where id=9; -update noar tt set v0='RU7' where id=9; -update noar ti set v0='RU7' where id=9; -update noar tt set b1='HZZ9VVU6WZPDGJVFY4CODI8ZH' where id=9; -update noar ti set b1='HZZ9VVU6WZPDGJVFY4CODI8ZH' where id=9; -update noar tt set v0='2L7ZQABVFBPMEA6UZ' where id=9; -update noar ti set v0='2L7ZQABVFBPMEA6UZ' where id=9; -update noar tt set b2='PS0LKOIW4HGSJJ27DFDX7XV5EJ' where id=9; -update noar ti set b2='PS0LKOIW4HGSJJ27DFDX7XV5EJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O499U2CZ1W0U5UI2Z' where id=1; -update noar ti set v0='O499U2CZ1W0U5UI2Z' where id=1; -update noar tt set b0='HOGQ6ZM7PN9OFRYJ' where id=1; -update noar ti set b0='HOGQ6ZM7PN9OFRYJ' where id=1; -update noar tt set v0='CBNRM20N' where id=1; -update noar ti set v0='CBNRM20N' where id=1; -update noar tt set b1='B1EGGLEC19FD' where id=1; -update noar ti set b1='B1EGGLEC19FD' where id=1; -update noar tt set v0='QH144WL15HL2' where id=1; -update noar ti set v0='QH144WL15HL2' where id=1; -update noar tt set b2='QW' where id=1; -update noar ti set b2='QW' where id=1; -update noar tt set v0='NN4RBU45QV5T' where id=2; -update noar ti set v0='NN4RBU45QV5T' where id=2; -update noar tt set b0='4IRAIOI2DEDW028P2Y0P4I9PW' where id=2; -update noar ti set b0='4IRAIOI2DEDW028P2Y0P4I9PW' where id=2; -update noar tt set v0='UXDZ86EVPLUYKPYG1BLB0P171MWI73' where id=2; -update noar ti set v0='UXDZ86EVPLUYKPYG1BLB0P171MWI73' where id=2; -update noar tt set b1='1CV3KS5OY6PV984WGM1V6J4H65WAWRJ' where id=2; -update noar ti set b1='1CV3KS5OY6PV984WGM1V6J4H65WAWRJ' where id=2; -update noar tt set v0='1GLZUW4P2BME97A9' where id=2; -update noar ti set v0='1GLZUW4P2BME97A9' where id=2; -update noar tt set b2='BA' where id=2; -update noar ti set b2='BA' where id=2; -update noar tt set v0='ABF9F8LHJ2FXCBXA4K12WIJLZCU3ZJ' where id=3; -update noar ti set v0='ABF9F8LHJ2FXCBXA4K12WIJLZCU3ZJ' where id=3; -update noar tt set b0='DW7C9KSN5F4F' where id=3; -update noar ti set b0='DW7C9KSN5F4F' where id=3; -update noar tt set v0='ILZZLX6XAMWY8MXTF8NQ4' where id=3; -update noar ti set v0='ILZZLX6XAMWY8MXTF8NQ4' where id=3; -update noar tt set b1='4EK0FH63EC4224EIEBE' where id=3; -update noar ti set b1='4EK0FH63EC4224EIEBE' where id=3; -update noar tt set v0='N2B6ZXIN2XPGMFXJFEZT7KXZ6R' where id=3; -update noar ti set v0='N2B6ZXIN2XPGMFXJFEZT7KXZ6R' where id=3; -update noar tt set b2='8BZS8XFLDG5NM47F20VL' where id=3; -update noar ti set b2='8BZS8XFLDG5NM47F20VL' where id=3; -update noar tt set v0='CFRL1' where id=4; -update noar ti set v0='CFRL1' where id=4; -update noar tt set b0='D6IHVPTY3E4OEHCVCG2XZI5CTX7' where id=4; -update noar ti set b0='D6IHVPTY3E4OEHCVCG2XZI5CTX7' where id=4; -update noar tt set v0='8XQWCT32XM5GUY' where id=4; -update noar ti set v0='8XQWCT32XM5GUY' where id=4; -update noar tt set b1='XU3B0LMV6' where id=4; -update noar ti set b1='XU3B0LMV6' where id=4; -update noar tt set v0='HNS54CLWPG' where id=4; -update noar ti set v0='HNS54CLWPG' where id=4; -update noar tt set b2='OCN93J' where id=4; -update noar ti set b2='OCN93J' where id=4; -update noar tt set v0='3NC3111G0' where id=5; -update noar ti set v0='3NC3111G0' where id=5; -update noar tt set b0='E7P4G7HSADKZ33JP' where id=5; -update noar ti set b0='E7P4G7HSADKZ33JP' where id=5; -update noar tt set v0='OQJOKYD3ZMO4ULOBOI5U0QE' where id=5; -update noar ti set v0='OQJOKYD3ZMO4ULOBOI5U0QE' where id=5; -update noar tt set b1='FUTBSPFJW9' where id=5; -update noar ti set b1='FUTBSPFJW9' where id=5; -update noar tt set v0='D2B382WPFCJFWUNF6DYWCU1JNRA5ZU7S' where id=5; -update noar ti set v0='D2B382WPFCJFWUNF6DYWCU1JNRA5ZU7S' where id=5; -update noar tt set b2='UGKLD2ZMDAXL8J' where id=5; -update noar ti set b2='UGKLD2ZMDAXL8J' where id=5; -update noar tt set v0='NL0' where id=6; -update noar ti set v0='NL0' where id=6; -update noar tt set b0='AFRT5VNZI6M9HBYGLNXW8S7F2AH4' where id=6; -update noar ti set b0='AFRT5VNZI6M9HBYGLNXW8S7F2AH4' where id=6; -update noar tt set v0='V9BWD3VTY6BJ3AWD1PNR' where id=6; -update noar ti set v0='V9BWD3VTY6BJ3AWD1PNR' where id=6; -update noar tt set b1='6FNDCH8SF5XB429IA5X' where id=6; -update noar ti set b1='6FNDCH8SF5XB429IA5X' where id=6; -update noar tt set v0='IF2ZL2R5MP1K2C4PEQ4SRPFI4CVW' where id=6; -update noar ti set v0='IF2ZL2R5MP1K2C4PEQ4SRPFI4CVW' where id=6; -update noar tt set b2='Z1X' where id=6; -update noar ti set b2='Z1X' where id=6; -update noar tt set v0='JP3L46DYRU57IMQUH6F11V6LD8I5PQFA' where id=7; -update noar ti set v0='JP3L46DYRU57IMQUH6F11V6LD8I5PQFA' where id=7; -update noar tt set b0='W8FEU2QI41UU' where id=7; -update noar ti set b0='W8FEU2QI41UU' where id=7; -update noar tt set v0='DTN5493H62FR4QMPLM0SHNBAY' where id=7; -update noar ti set v0='DTN5493H62FR4QMPLM0SHNBAY' where id=7; -update noar tt set b1='L' where id=7; -update noar ti set b1='L' where id=7; -update noar tt set v0='28N78LGK5681XW2O0ZQ3413N' where id=7; -update noar ti set v0='28N78LGK5681XW2O0ZQ3413N' where id=7; -update noar tt set b2='LB' where id=7; -update noar ti set b2='LB' where id=7; -update noar tt set v0='K0PXWYPVVS6UKSZXDVAD0KRCES18' where id=8; -update noar ti set v0='K0PXWYPVVS6UKSZXDVAD0KRCES18' where id=8; -update noar tt set b0='BE41M2NILQBGIFZKUVWWAXW5V' where id=8; -update noar ti set b0='BE41M2NILQBGIFZKUVWWAXW5V' where id=8; -update noar tt set v0='EA764I8854CN12SM61ZYUOLIM' where id=8; -update noar ti set v0='EA764I8854CN12SM61ZYUOLIM' where id=8; -update noar tt set b1='62C44ERE9T9B6OKFOFMJJ' where id=8; -update noar ti set b1='62C44ERE9T9B6OKFOFMJJ' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b2='F' where id=8; -update noar ti set b2='F' where id=8; -update noar tt set v0='D' where id=9; -update noar ti set v0='D' where id=9; -update noar tt set b0='WLJ3G7B27FAP7' where id=9; -update noar ti set b0='WLJ3G7B27FAP7' where id=9; -update noar tt set v0='J4VVG' where id=9; -update noar ti set v0='J4VVG' where id=9; -update noar tt set b1='RW953YD6XQ8ZEYIJOTXF03TB6KX1' where id=9; -update noar ti set b1='RW953YD6XQ8ZEYIJOTXF03TB6KX1' where id=9; -update noar tt set v0='UW3BP' where id=9; -update noar ti set v0='UW3BP' where id=9; -update noar tt set b2='M5KQT1FW5W7U7JP6UU526891R' where id=9; -update noar ti set b2='M5KQT1FW5W7U7JP6UU526891R' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XF' where id=1; -update noar ti set v0='XF' where id=1; -update noar tt set b0='3' where id=1; -update noar ti set b0='3' where id=1; -update noar tt set v0='A6QOWZN4S58T5I9O1SYU' where id=1; -update noar ti set v0='A6QOWZN4S58T5I9O1SYU' where id=1; -update noar tt set b1='976UZYZWOTVTRXJXN7HZKE8I85A0K' where id=1; -update noar ti set b1='976UZYZWOTVTRXJXN7HZKE8I85A0K' where id=1; -update noar tt set v0='KASQOJAZYLH7522ZGJR7C0S' where id=1; -update noar ti set v0='KASQOJAZYLH7522ZGJR7C0S' where id=1; -update noar tt set b2='3WZ397NXLG3N' where id=1; -update noar ti set b2='3WZ397NXLG3N' where id=1; -update noar tt set v0='G15ZR759C18GH7ZRUBRMPI6' where id=2; -update noar ti set v0='G15ZR759C18GH7ZRUBRMPI6' where id=2; -update noar tt set b0='L9HOSVU9UFY82J60ER71CEO' where id=2; -update noar ti set b0='L9HOSVU9UFY82J60ER71CEO' where id=2; -update noar tt set v0='QGBSN1SYLXVBZHXF5QSE29GN4AGN' where id=2; -update noar ti set v0='QGBSN1SYLXVBZHXF5QSE29GN4AGN' where id=2; -update noar tt set b1='34LMM06001ZZ1' where id=2; -update noar ti set b1='34LMM06001ZZ1' where id=2; -update noar tt set v0='JOWCDZRHUAJS' where id=2; -update noar ti set v0='JOWCDZRHUAJS' where id=2; -update noar tt set b2='L0YP9JOAI' where id=2; -update noar ti set b2='L0YP9JOAI' where id=2; -update noar tt set v0='WS9OFMFTEA8' where id=3; -update noar ti set v0='WS9OFMFTEA8' where id=3; -update noar tt set b0='FPKZO1OKSF' where id=3; -update noar ti set b0='FPKZO1OKSF' where id=3; -update noar tt set v0='X' where id=3; -update noar ti set v0='X' where id=3; -update noar tt set b1='KTE0LMG' where id=3; -update noar ti set b1='KTE0LMG' where id=3; -update noar tt set v0='NFT97P3N' where id=3; -update noar ti set v0='NFT97P3N' where id=3; -update noar tt set b2='M0BKYAH9LAOAVA8HAFQ8' where id=3; -update noar ti set b2='M0BKYAH9LAOAVA8HAFQ8' where id=3; -update noar tt set v0='VWP5TMV4JPTEC' where id=4; -update noar ti set v0='VWP5TMV4JPTEC' where id=4; -update noar tt set b0='C863YPMAR8FZB14TSR04ILM' where id=4; -update noar ti set b0='C863YPMAR8FZB14TSR04ILM' where id=4; -update noar tt set v0='IFO2Z1JZT256W2ID6M2MPM17SJHJMS' where id=4; -update noar ti set v0='IFO2Z1JZT256W2ID6M2MPM17SJHJMS' where id=4; -update noar tt set b1='NVJGJ4BFA3LCV8G904HXRFVR' where id=4; -update noar ti set b1='NVJGJ4BFA3LCV8G904HXRFVR' where id=4; -update noar tt set v0='0NKJIY3PU9MX631CEARFT7ZSYV7BD' where id=4; -update noar ti set v0='0NKJIY3PU9MX631CEARFT7ZSYV7BD' where id=4; -update noar tt set b2='IXFWSLZ8BPF7SE5PAUO6JQ4JT10KG7FN' where id=4; -update noar ti set b2='IXFWSLZ8BPF7SE5PAUO6JQ4JT10KG7FN' where id=4; -update noar tt set v0='007UEFQYUZTFIC170KBWMHGVZ52DD' where id=5; -update noar ti set v0='007UEFQYUZTFIC170KBWMHGVZ52DD' where id=5; -update noar tt set b0='45R6A9J2WR5WFIY59L27NZCUJR76SF' where id=5; -update noar ti set b0='45R6A9J2WR5WFIY59L27NZCUJR76SF' where id=5; -update noar tt set v0='KXGQKB7M7J9' where id=5; -update noar ti set v0='KXGQKB7M7J9' where id=5; -update noar tt set b1='TTH7CLMJ55BJT90X3NPK2H' where id=5; -update noar ti set b1='TTH7CLMJ55BJT90X3NPK2H' where id=5; -update noar tt set v0='Z0JG' where id=5; -update noar ti set v0='Z0JG' where id=5; -update noar tt set b2='8V12WQ' where id=5; -update noar ti set b2='8V12WQ' where id=5; -update noar tt set v0='T5RDQMTUS4I6GG8A' where id=6; -update noar ti set v0='T5RDQMTUS4I6GG8A' where id=6; -update noar tt set b0='RXCSZUFA' where id=6; -update noar ti set b0='RXCSZUFA' where id=6; -update noar tt set v0='A78GCCEC3DFH3PBYRRJ' where id=6; -update noar ti set v0='A78GCCEC3DFH3PBYRRJ' where id=6; -update noar tt set b1='1WYJKHJ' where id=6; -update noar ti set b1='1WYJKHJ' where id=6; -update noar tt set v0='T8H438' where id=6; -update noar ti set v0='T8H438' where id=6; -update noar tt set b2='0U1C086J0CVWO667TVGWF2NCWR' where id=6; -update noar ti set b2='0U1C086J0CVWO667TVGWF2NCWR' where id=6; -update noar tt set v0='ZV9DD2K' where id=7; -update noar ti set v0='ZV9DD2K' where id=7; -update noar tt set b0='GAZRV51LRM2W7XARPJI96Q2W56JO1S' where id=7; -update noar ti set b0='GAZRV51LRM2W7XARPJI96Q2W56JO1S' where id=7; -update noar tt set v0='5B23WF2AV83ASMM86569CEWSOPD1IO' where id=7; -update noar ti set v0='5B23WF2AV83ASMM86569CEWSOPD1IO' where id=7; -update noar tt set b1='C319BC2GP5VNWH4B7K' where id=7; -update noar ti set b1='C319BC2GP5VNWH4B7K' where id=7; -update noar tt set v0='6' where id=7; -update noar ti set v0='6' where id=7; -update noar tt set b2='Q3SZ2DHXOIVE75P7PYMBD7A1LSLY' where id=7; -update noar ti set b2='Q3SZ2DHXOIVE75P7PYMBD7A1LSLY' where id=7; -update noar tt set v0='AOUSMNYZ1O3NG' where id=8; -update noar ti set v0='AOUSMNYZ1O3NG' where id=8; -update noar tt set b0='T5S15UY76FRGODV8PWRTD' where id=8; -update noar ti set b0='T5S15UY76FRGODV8PWRTD' where id=8; -update noar tt set v0='OHTUWHZ5QGM1IJ1' where id=8; -update noar ti set v0='OHTUWHZ5QGM1IJ1' where id=8; -update noar tt set b1='D5BDQWNSHW48MEC7YYKP7TH9' where id=8; -update noar ti set b1='D5BDQWNSHW48MEC7YYKP7TH9' where id=8; -update noar tt set v0='7GLJRK22AX' where id=8; -update noar ti set v0='7GLJRK22AX' where id=8; -update noar tt set b2='QTP9SXDN9KMZ2XLSCFEYQBN3S40RXZE3' where id=8; -update noar ti set b2='QTP9SXDN9KMZ2XLSCFEYQBN3S40RXZE3' where id=8; -update noar tt set v0='K9GFV5MCVWOGNW02OSARQTXIXD5MJGOA' where id=9; -update noar ti set v0='K9GFV5MCVWOGNW02OSARQTXIXD5MJGOA' where id=9; -update noar tt set b0='HW' where id=9; -update noar ti set b0='HW' where id=9; -update noar tt set v0='SMJKXITBLWIDWXTKHVFO' where id=9; -update noar ti set v0='SMJKXITBLWIDWXTKHVFO' where id=9; -update noar tt set b1='1KKUBT' where id=9; -update noar ti set b1='1KKUBT' where id=9; -update noar tt set v0='YSKSZJ54FUI5M3ZUJMRMB95T2WEOC1X8' where id=9; -update noar ti set v0='YSKSZJ54FUI5M3ZUJMRMB95T2WEOC1X8' where id=9; -update noar tt set b2='2FRG1Z3KBKZAZONJW910UZRZ5S8Z' where id=9; -update noar ti set b2='2FRG1Z3KBKZAZONJW910UZRZ5S8Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AGORYO3XICF546JO' where id=1; -update noar ti set v0='AGORYO3XICF546JO' where id=1; -update noar tt set b0='DT4TGFZ02FOEZQ1YZHKUU2PM' where id=1; -update noar ti set b0='DT4TGFZ02FOEZQ1YZHKUU2PM' where id=1; -update noar tt set v0='3N4N9GK1ODC5UR7U03LY7MRTBBR125' where id=1; -update noar ti set v0='3N4N9GK1ODC5UR7U03LY7MRTBBR125' where id=1; -update noar tt set b1='L2NQR' where id=1; -update noar ti set b1='L2NQR' where id=1; -update noar tt set v0='ZF' where id=1; -update noar ti set v0='ZF' where id=1; -update noar tt set b2='5OEALYIG2NUOU1L42IED6ODGLMWVU' where id=1; -update noar ti set b2='5OEALYIG2NUOU1L42IED6ODGLMWVU' where id=1; -update noar tt set v0='VA37BM8OEW' where id=2; -update noar ti set v0='VA37BM8OEW' where id=2; -update noar tt set b0='SU4ER' where id=2; -update noar ti set b0='SU4ER' where id=2; -update noar tt set v0='ZVZ' where id=2; -update noar ti set v0='ZVZ' where id=2; -update noar tt set b1='1N0WILVRGEDP0KWFLHCVJNM' where id=2; -update noar ti set b1='1N0WILVRGEDP0KWFLHCVJNM' where id=2; -update noar tt set v0='V58CNNCU' where id=2; -update noar ti set v0='V58CNNCU' where id=2; -update noar tt set b2='8QIODIN7JXTNFF5ZY11' where id=2; -update noar ti set b2='8QIODIN7JXTNFF5ZY11' where id=2; -update noar tt set v0='WHBVGQWJ9V9' where id=3; -update noar ti set v0='WHBVGQWJ9V9' where id=3; -update noar tt set b0='FRXY4PBPM' where id=3; -update noar ti set b0='FRXY4PBPM' where id=3; -update noar tt set v0='TG4VPGMDOPZ7U0YP3FQKXP' where id=3; -update noar ti set v0='TG4VPGMDOPZ7U0YP3FQKXP' where id=3; -update noar tt set b1='BKKIPWCNZCOM4SFG6I1685' where id=3; -update noar ti set b1='BKKIPWCNZCOM4SFG6I1685' where id=3; -update noar tt set v0='FB51XUOQM8JSVNURD' where id=3; -update noar ti set v0='FB51XUOQM8JSVNURD' where id=3; -update noar tt set b2='JF466JG8VJLUTFA7RYSX' where id=3; -update noar ti set b2='JF466JG8VJLUTFA7RYSX' where id=3; -update noar tt set v0='Y19X8K12I3DJN41CB0M10M' where id=4; -update noar ti set v0='Y19X8K12I3DJN41CB0M10M' where id=4; -update noar tt set b0='G5TKU140GTS2OLMGI5LN6ROLC' where id=4; -update noar ti set b0='G5TKU140GTS2OLMGI5LN6ROLC' where id=4; -update noar tt set v0='00X' where id=4; -update noar ti set v0='00X' where id=4; -update noar tt set b1='UPK0Y' where id=4; -update noar ti set b1='UPK0Y' where id=4; -update noar tt set v0='ARLX6XOGACL8OT0NO16S' where id=4; -update noar ti set v0='ARLX6XOGACL8OT0NO16S' where id=4; -update noar tt set b2='TZNHOLJPYJN2LFQ0' where id=4; -update noar ti set b2='TZNHOLJPYJN2LFQ0' where id=4; -update noar tt set v0='WCVZS5WOX2DKE5WMAHHVHQ9SJ2DC6' where id=5; -update noar ti set v0='WCVZS5WOX2DKE5WMAHHVHQ9SJ2DC6' where id=5; -update noar tt set b0='FDTGFFYFCVKE39XRU4GU2' where id=5; -update noar ti set b0='FDTGFFYFCVKE39XRU4GU2' where id=5; -update noar tt set v0='67JQTYB3669A9ILN2ENV0ABPI3X54AH' where id=5; -update noar ti set v0='67JQTYB3669A9ILN2ENV0ABPI3X54AH' where id=5; -update noar tt set b1='CXRZ7CDSQMXTS03' where id=5; -update noar ti set b1='CXRZ7CDSQMXTS03' where id=5; -update noar tt set v0='Y5ZNL0M1AXRYWDNFPHNO67K86IEJXE0' where id=5; -update noar ti set v0='Y5ZNL0M1AXRYWDNFPHNO67K86IEJXE0' where id=5; -update noar tt set b2='S3IJ6AU434W0NNR' where id=5; -update noar ti set b2='S3IJ6AU434W0NNR' where id=5; -update noar tt set v0='OO' where id=6; -update noar ti set v0='OO' where id=6; -update noar tt set b0='0U' where id=6; -update noar ti set b0='0U' where id=6; -update noar tt set v0='BPRFO7AX' where id=6; -update noar ti set v0='BPRFO7AX' where id=6; -update noar tt set b1='HA43QB11MJGMWHOYM0UXTTZL5CG4XND' where id=6; -update noar ti set b1='HA43QB11MJGMWHOYM0UXTTZL5CG4XND' where id=6; -update noar tt set v0='FKLAWT88071J5FIWK4YPDRN8ZFVGH' where id=6; -update noar ti set v0='FKLAWT88071J5FIWK4YPDRN8ZFVGH' where id=6; -update noar tt set b2='SFDCA0GYJQ2NEKYPD0FCF947ACIAJIQQ' where id=6; -update noar ti set b2='SFDCA0GYJQ2NEKYPD0FCF947ACIAJIQQ' where id=6; -update noar tt set v0='0XOIHMW2VDC6ZV7M' where id=7; -update noar ti set v0='0XOIHMW2VDC6ZV7M' where id=7; -update noar tt set b0='3Q3QHT8UQ' where id=7; -update noar ti set b0='3Q3QHT8UQ' where id=7; -update noar tt set v0='DVPZT' where id=7; -update noar ti set v0='DVPZT' where id=7; -update noar tt set b1='PZJBM894C0ITAPPR1AC1L9YG0FD0' where id=7; -update noar ti set b1='PZJBM894C0ITAPPR1AC1L9YG0FD0' where id=7; -update noar tt set v0='DPO7CDC6JA419135ITNXEZH' where id=7; -update noar ti set v0='DPO7CDC6JA419135ITNXEZH' where id=7; -update noar tt set b2='7JEZQR1JD0O9QP' where id=7; -update noar ti set b2='7JEZQR1JD0O9QP' where id=7; -update noar tt set v0='HW5P3SW7XGW5DPDCLWZE14M3U' where id=8; -update noar ti set v0='HW5P3SW7XGW5DPDCLWZE14M3U' where id=8; -update noar tt set b0='VN1KPJ27EEYGT' where id=8; -update noar ti set b0='VN1KPJ27EEYGT' where id=8; -update noar tt set v0='A5TNYVJ5CE29Q' where id=8; -update noar ti set v0='A5TNYVJ5CE29Q' where id=8; -update noar tt set b1='91DT3KTEDGKG' where id=8; -update noar ti set b1='91DT3KTEDGKG' where id=8; -update noar tt set v0='BWVY' where id=8; -update noar ti set v0='BWVY' where id=8; -update noar tt set b2='NXBDW2864XZ65K3GBTR' where id=8; -update noar ti set b2='NXBDW2864XZ65K3GBTR' where id=8; -update noar tt set v0='C4LJBWGZI' where id=9; -update noar ti set v0='C4LJBWGZI' where id=9; -update noar tt set b0='MMFX1' where id=9; -update noar ti set b0='MMFX1' where id=9; -update noar tt set v0='PQYGKMNLJ6A3PB434R0ZZ3' where id=9; -update noar ti set v0='PQYGKMNLJ6A3PB434R0ZZ3' where id=9; -update noar tt set b1='CXLTIUK5KACD4' where id=9; -update noar ti set b1='CXLTIUK5KACD4' where id=9; -update noar tt set v0='FBC2TMO17MRZ5DP90GCLZVBUX17XE' where id=9; -update noar ti set v0='FBC2TMO17MRZ5DP90GCLZVBUX17XE' where id=9; -update noar tt set b2='6Z56T4PFMITOGQ' where id=9; -update noar ti set b2='6Z56T4PFMITOGQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1IN6JSX20VB' where id=1; -update noar ti set v0='1IN6JSX20VB' where id=1; -update noar tt set b0='L9E5CTQTIXE4E8L6Z6EI76PFZHBC' where id=1; -update noar ti set b0='L9E5CTQTIXE4E8L6Z6EI76PFZHBC' where id=1; -update noar tt set v0='VB5' where id=1; -update noar ti set v0='VB5' where id=1; -update noar tt set b1='Z2XH055S871J974MO61IMS' where id=1; -update noar ti set b1='Z2XH055S871J974MO61IMS' where id=1; -update noar tt set v0='AV' where id=1; -update noar ti set v0='AV' where id=1; -update noar tt set b2='6KDRDIMINIHO908M' where id=1; -update noar ti set b2='6KDRDIMINIHO908M' where id=1; -update noar tt set v0='IS64XN3WH8N5OF1J1R' where id=2; -update noar ti set v0='IS64XN3WH8N5OF1J1R' where id=2; -update noar tt set b0='NVU2VCFUQ1B9RHO0M0PISUOG3KTK' where id=2; -update noar ti set b0='NVU2VCFUQ1B9RHO0M0PISUOG3KTK' where id=2; -update noar tt set v0='NCXQ0OXOXHLQNVE9N14V' where id=2; -update noar ti set v0='NCXQ0OXOXHLQNVE9N14V' where id=2; -update noar tt set b1='Q1N7955HTTRMSE4CR' where id=2; -update noar ti set b1='Q1N7955HTTRMSE4CR' where id=2; -update noar tt set v0='M1PHHA' where id=2; -update noar ti set v0='M1PHHA' where id=2; -update noar tt set b2='PBIO8SVVJOYWBDTHS2OJ51' where id=2; -update noar ti set b2='PBIO8SVVJOYWBDTHS2OJ51' where id=2; -update noar tt set v0='R' where id=3; -update noar ti set v0='R' where id=3; -update noar tt set b0='GA' where id=3; -update noar ti set b0='GA' where id=3; -update noar tt set v0='GMG16V2X12GR7TZ5B5F1X3IDQQMS4' where id=3; -update noar ti set v0='GMG16V2X12GR7TZ5B5F1X3IDQQMS4' where id=3; -update noar tt set b1='6IJHJ' where id=3; -update noar ti set b1='6IJHJ' where id=3; -update noar tt set v0='LTE7A9QFCWXBKC20VIMFGAVS9' where id=3; -update noar ti set v0='LTE7A9QFCWXBKC20VIMFGAVS9' where id=3; -update noar tt set b2='LG512WWLSUT8J' where id=3; -update noar ti set b2='LG512WWLSUT8J' where id=3; -update noar tt set v0='4NDWU0GK2I7RRABNP6TXUT1ZHJZZP9' where id=4; -update noar ti set v0='4NDWU0GK2I7RRABNP6TXUT1ZHJZZP9' where id=4; -update noar tt set b0='1BW56UHYXEV63T7SNH3S7AY' where id=4; -update noar ti set b0='1BW56UHYXEV63T7SNH3S7AY' where id=4; -update noar tt set v0='44XHNZ4NKEM3' where id=4; -update noar ti set v0='44XHNZ4NKEM3' where id=4; -update noar tt set b1='HQQMPW2F05HKZ97MEO12DC23TYCG' where id=4; -update noar ti set b1='HQQMPW2F05HKZ97MEO12DC23TYCG' where id=4; -update noar tt set v0='DH67CX5I5R84XPZEPQK' where id=4; -update noar ti set v0='DH67CX5I5R84XPZEPQK' where id=4; -update noar tt set b2='HMY3CDVT3GU0EQC25P' where id=4; -update noar ti set b2='HMY3CDVT3GU0EQC25P' where id=4; -update noar tt set v0='8TVGVRFK8F1STKHB6JCHTAG22D8' where id=5; -update noar ti set v0='8TVGVRFK8F1STKHB6JCHTAG22D8' where id=5; -update noar tt set b0='3AVTASCWQN6DL8QJANECKXNRLQVMFTP' where id=5; -update noar ti set b0='3AVTASCWQN6DL8QJANECKXNRLQVMFTP' where id=5; -update noar tt set v0='1OZF43HR25LIBWHR4' where id=5; -update noar ti set v0='1OZF43HR25LIBWHR4' where id=5; -update noar tt set b1='YUG1X33' where id=5; -update noar ti set b1='YUG1X33' where id=5; -update noar tt set v0='ZDCGL0AEMSJ1H5RIODK8N99DWEE04J9' where id=5; -update noar ti set v0='ZDCGL0AEMSJ1H5RIODK8N99DWEE04J9' where id=5; -update noar tt set b2='BQIF4A94AKY5' where id=5; -update noar ti set b2='BQIF4A94AKY5' where id=5; -update noar tt set v0='Y4XUS33LRKQESG22BJINOYYCW3' where id=6; -update noar ti set v0='Y4XUS33LRKQESG22BJINOYYCW3' where id=6; -update noar tt set b0='PT0250A8HK' where id=6; -update noar ti set b0='PT0250A8HK' where id=6; -update noar tt set v0='KQK1OBS0BCNQA630' where id=6; -update noar ti set v0='KQK1OBS0BCNQA630' where id=6; -update noar tt set b1='76GBXY8UG9VXVDDX5EKK4M' where id=6; -update noar ti set b1='76GBXY8UG9VXVDDX5EKK4M' where id=6; -update noar tt set v0='UXKBIB1BWBEE2VTLNWP4TEX' where id=6; -update noar ti set v0='UXKBIB1BWBEE2VTLNWP4TEX' where id=6; -update noar tt set b2='CZ4M3CIIYMCPTOO06' where id=6; -update noar ti set b2='CZ4M3CIIYMCPTOO06' where id=6; -update noar tt set v0='QAFP51MW' where id=7; -update noar ti set v0='QAFP51MW' where id=7; -update noar tt set b0='828GG2ODI1U' where id=7; -update noar ti set b0='828GG2ODI1U' where id=7; -update noar tt set v0='M2W97A2DI27EZFEA5220TSWGE' where id=7; -update noar ti set v0='M2W97A2DI27EZFEA5220TSWGE' where id=7; -update noar tt set b1='2Q2IAWITM' where id=7; -update noar ti set b1='2Q2IAWITM' where id=7; -update noar tt set v0='K8YU1VEF28VK07LAZSQG5QQLYOU8YI0J' where id=7; -update noar ti set v0='K8YU1VEF28VK07LAZSQG5QQLYOU8YI0J' where id=7; -update noar tt set b2='QS3Q6T' where id=7; -update noar ti set b2='QS3Q6T' where id=7; -update noar tt set v0='65CDRWY8HCF49GDNROB' where id=8; -update noar ti set v0='65CDRWY8HCF49GDNROB' where id=8; -update noar tt set b0='UMYRM4ZVF1O57UTEWBVJ' where id=8; -update noar ti set b0='UMYRM4ZVF1O57UTEWBVJ' where id=8; -update noar tt set v0='SECC406XNGDCQYL' where id=8; -update noar ti set v0='SECC406XNGDCQYL' where id=8; -update noar tt set b1='D391ZS4F9M352RM7LH99MC' where id=8; -update noar ti set b1='D391ZS4F9M352RM7LH99MC' where id=8; -update noar tt set v0='IK46SHTC3T8JM3DJ3' where id=8; -update noar ti set v0='IK46SHTC3T8JM3DJ3' where id=8; -update noar tt set b2='FPRI30GGVK3HKA9AH6OYIKFHPRPQF' where id=8; -update noar ti set b2='FPRI30GGVK3HKA9AH6OYIKFHPRPQF' where id=8; -update noar tt set v0='FP2L49GV21JEOLY3R8' where id=9; -update noar ti set v0='FP2L49GV21JEOLY3R8' where id=9; -update noar tt set b0='1YU0GUNLKUJXXLKX' where id=9; -update noar ti set b0='1YU0GUNLKUJXXLKX' where id=9; -update noar tt set v0='4P4U47' where id=9; -update noar ti set v0='4P4U47' where id=9; -update noar tt set b1='YJNOD22J' where id=9; -update noar ti set b1='YJNOD22J' where id=9; -update noar tt set v0='K0W7B6J3Q82M' where id=9; -update noar ti set v0='K0W7B6J3Q82M' where id=9; -update noar tt set b2='S2V60' where id=9; -update noar ti set b2='S2V60' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1K3XH' where id=1; -update noar ti set v0='1K3XH' where id=1; -update noar tt set b0='Q5U7UL4OJZDEQ1UJ4KI' where id=1; -update noar ti set b0='Q5U7UL4OJZDEQ1UJ4KI' where id=1; -update noar tt set v0='GD9SVD3KL9QT6G9DDKFL' where id=1; -update noar ti set v0='GD9SVD3KL9QT6G9DDKFL' where id=1; -update noar tt set b1='AQNDP6H' where id=1; -update noar ti set b1='AQNDP6H' where id=1; -update noar tt set v0='T0MRA5CA30' where id=1; -update noar ti set v0='T0MRA5CA30' where id=1; -update noar tt set b2='NW' where id=1; -update noar ti set b2='NW' where id=1; -update noar tt set v0='EQ2KELGR7HJORF7' where id=2; -update noar ti set v0='EQ2KELGR7HJORF7' where id=2; -update noar tt set b0='O2M1YY' where id=2; -update noar ti set b0='O2M1YY' where id=2; -update noar tt set v0='S60MYWQR1GIB50DV4P6MH' where id=2; -update noar ti set v0='S60MYWQR1GIB50DV4P6MH' where id=2; -update noar tt set b1='CXY746' where id=2; -update noar ti set b1='CXY746' where id=2; -update noar tt set v0='INY09QPW8DOZ3OE6117SAR7P3F7BRZO' where id=2; -update noar ti set v0='INY09QPW8DOZ3OE6117SAR7P3F7BRZO' where id=2; -update noar tt set b2='1JILTTMNZ7HXC' where id=2; -update noar ti set b2='1JILTTMNZ7HXC' where id=2; -update noar tt set v0='UKY0' where id=3; -update noar ti set v0='UKY0' where id=3; -update noar tt set b0='XEZM3L55QWKP1GZGD60OYE2NL0ZRTS' where id=3; -update noar ti set b0='XEZM3L55QWKP1GZGD60OYE2NL0ZRTS' where id=3; -update noar tt set v0='5' where id=3; -update noar ti set v0='5' where id=3; -update noar tt set b1='OPW0WKQKP' where id=3; -update noar ti set b1='OPW0WKQKP' where id=3; -update noar tt set v0='J' where id=3; -update noar ti set v0='J' where id=3; -update noar tt set b2='RDYGAB6NJ3T' where id=3; -update noar ti set b2='RDYGAB6NJ3T' where id=3; -update noar tt set v0='NCRHZZPZA6ROJK8UPE5CR1MSCAHC66WH' where id=4; -update noar ti set v0='NCRHZZPZA6ROJK8UPE5CR1MSCAHC66WH' where id=4; -update noar tt set b0='EZEQ9NGJY' where id=4; -update noar ti set b0='EZEQ9NGJY' where id=4; -update noar tt set v0='CR87QQSP1V8F11S98FN2ZA0FK9BO34D' where id=4; -update noar ti set v0='CR87QQSP1V8F11S98FN2ZA0FK9BO34D' where id=4; -update noar tt set b1='CU8OAFJ0UR8WVPA3KRQ7VBQYCOT' where id=4; -update noar ti set b1='CU8OAFJ0UR8WVPA3KRQ7VBQYCOT' where id=4; -update noar tt set v0='C6SR' where id=4; -update noar ti set v0='C6SR' where id=4; -update noar tt set b2='O4KC2O0Z077GMO' where id=4; -update noar ti set b2='O4KC2O0Z077GMO' where id=4; -update noar tt set v0='WPFSK' where id=5; -update noar ti set v0='WPFSK' where id=5; -update noar tt set b0='AGKZJQAUEWKZN3T' where id=5; -update noar ti set b0='AGKZJQAUEWKZN3T' where id=5; -update noar tt set v0='8TOZML' where id=5; -update noar ti set v0='8TOZML' where id=5; -update noar tt set b1='GXK' where id=5; -update noar ti set b1='GXK' where id=5; -update noar tt set v0='1F2' where id=5; -update noar ti set v0='1F2' where id=5; -update noar tt set b2='WW5K3Y46PTQNZWM4L3LC4S9O' where id=5; -update noar ti set b2='WW5K3Y46PTQNZWM4L3LC4S9O' where id=5; -update noar tt set v0='4R00D4EW2TQELDS0VRM23VBIJ3BG' where id=6; -update noar ti set v0='4R00D4EW2TQELDS0VRM23VBIJ3BG' where id=6; -update noar tt set b0='UXC7ZCMRJV997TH2L' where id=6; -update noar ti set b0='UXC7ZCMRJV997TH2L' where id=6; -update noar tt set v0='A4ZJTONCH8KVRQ5I2OP1J0H0OEG3DHZ1' where id=6; -update noar ti set v0='A4ZJTONCH8KVRQ5I2OP1J0H0OEG3DHZ1' where id=6; -update noar tt set b1='A8TPPHWCFZO9M3OVKU2WSBW' where id=6; -update noar ti set b1='A8TPPHWCFZO9M3OVKU2WSBW' where id=6; -update noar tt set v0='EK' where id=6; -update noar ti set v0='EK' where id=6; -update noar tt set b2='A5C8R19EGHH1EY13X' where id=6; -update noar ti set b2='A5C8R19EGHH1EY13X' where id=6; -update noar tt set v0='84K5KZCH' where id=7; -update noar ti set v0='84K5KZCH' where id=7; -update noar tt set b0='ZRN6I9' where id=7; -update noar ti set b0='ZRN6I9' where id=7; -update noar tt set v0='62C9J9SRW1T5G9' where id=7; -update noar ti set v0='62C9J9SRW1T5G9' where id=7; -update noar tt set b1='C8JZHUY1CSPLFA67W' where id=7; -update noar ti set b1='C8JZHUY1CSPLFA67W' where id=7; -update noar tt set v0='NRV5DNF0P8WVIZGD2FU59' where id=7; -update noar ti set v0='NRV5DNF0P8WVIZGD2FU59' where id=7; -update noar tt set b2='IGQAM71M6XU18' where id=7; -update noar ti set b2='IGQAM71M6XU18' where id=7; -update noar tt set v0='BVW7GMN482797DMHX78' where id=8; -update noar ti set v0='BVW7GMN482797DMHX78' where id=8; -update noar tt set b0='WIYVLKRBP5GOOHQAMHHHRUII' where id=8; -update noar ti set b0='WIYVLKRBP5GOOHQAMHHHRUII' where id=8; -update noar tt set v0='8O8XNMRAAZ554P8WNYXMO' where id=8; -update noar ti set v0='8O8XNMRAAZ554P8WNYXMO' where id=8; -update noar tt set b1='642HII6FZYOKV' where id=8; -update noar ti set b1='642HII6FZYOKV' where id=8; -update noar tt set v0='2KVAEW3HIJZQX' where id=8; -update noar ti set v0='2KVAEW3HIJZQX' where id=8; -update noar tt set b2='JAT4IRM4' where id=8; -update noar ti set b2='JAT4IRM4' where id=8; -update noar tt set v0='VWJMDDHFZV4LLK88' where id=9; -update noar ti set v0='VWJMDDHFZV4LLK88' where id=9; -update noar tt set b0='289MZ3YXSMQ3YCQ7PN' where id=9; -update noar ti set b0='289MZ3YXSMQ3YCQ7PN' where id=9; -update noar tt set v0='INP8LKVJ38CMMVRVVKSZ4XWCAX31P' where id=9; -update noar ti set v0='INP8LKVJ38CMMVRVVKSZ4XWCAX31P' where id=9; -update noar tt set b1='99NJUURHWDZQ1JH' where id=9; -update noar ti set b1='99NJUURHWDZQ1JH' where id=9; -update noar tt set v0='YOE6EQOHL92NVVYUHJ15O' where id=9; -update noar ti set v0='YOE6EQOHL92NVVYUHJ15O' where id=9; -update noar tt set b2='CF9RUGIO' where id=9; -update noar ti set b2='CF9RUGIO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SLN938UF43CAA3ZH69NA16FWNMTF' where id=1; -update noar ti set v0='SLN938UF43CAA3ZH69NA16FWNMTF' where id=1; -update noar tt set b0='89O4V2FOJHTDSYI5T1C3JPSMO8J0RG4' where id=1; -update noar ti set b0='89O4V2FOJHTDSYI5T1C3JPSMO8J0RG4' where id=1; -update noar tt set v0='F9BLE' where id=1; -update noar ti set v0='F9BLE' where id=1; -update noar tt set b1='B6OJ4H6J7SFX6Q4A' where id=1; -update noar ti set b1='B6OJ4H6J7SFX6Q4A' where id=1; -update noar tt set v0='C0M2LB' where id=1; -update noar ti set v0='C0M2LB' where id=1; -update noar tt set b2='0ZREMSTZ3GWTYEY1NMT9ALSVC2T5' where id=1; -update noar ti set b2='0ZREMSTZ3GWTYEY1NMT9ALSVC2T5' where id=1; -update noar tt set v0='HOO0V05EYENEV677X9LWO88' where id=2; -update noar ti set v0='HOO0V05EYENEV677X9LWO88' where id=2; -update noar tt set b0='LXB94SJFEN87YRQGXL3BIC' where id=2; -update noar ti set b0='LXB94SJFEN87YRQGXL3BIC' where id=2; -update noar tt set v0='I4YRZD8Y2SIF66SDBFPKLB1OH4EW' where id=2; -update noar ti set v0='I4YRZD8Y2SIF66SDBFPKLB1OH4EW' where id=2; -update noar tt set b1='NC9BWOVFHD3E' where id=2; -update noar ti set b1='NC9BWOVFHD3E' where id=2; -update noar tt set v0='9XFD6MZLSP3JZOQCDKB0C8YG9H' where id=2; -update noar ti set v0='9XFD6MZLSP3JZOQCDKB0C8YG9H' where id=2; -update noar tt set b2='TOMK' where id=2; -update noar ti set b2='TOMK' where id=2; -update noar tt set v0='R0BK3AC03U8R2FYG7TLJMWG5SMMUM' where id=3; -update noar ti set v0='R0BK3AC03U8R2FYG7TLJMWG5SMMUM' where id=3; -update noar tt set b0='L78JB90Q' where id=3; -update noar ti set b0='L78JB90Q' where id=3; -update noar tt set v0='72SKBQ1KFHQUZEYOLU0' where id=3; -update noar ti set v0='72SKBQ1KFHQUZEYOLU0' where id=3; -update noar tt set b1='1X95L93FRD2BOMW1SKS' where id=3; -update noar ti set b1='1X95L93FRD2BOMW1SKS' where id=3; -update noar tt set v0='1LQ7M5PPXZQQYN1P5SMU6N8UN4' where id=3; -update noar ti set v0='1LQ7M5PPXZQQYN1P5SMU6N8UN4' where id=3; -update noar tt set b2='4A6F5WYDIL3Q220V5HI98G006MLK4IT' where id=3; -update noar ti set b2='4A6F5WYDIL3Q220V5HI98G006MLK4IT' where id=3; -update noar tt set v0='LIB92L6Z1RI8Y' where id=4; -update noar ti set v0='LIB92L6Z1RI8Y' where id=4; -update noar tt set b0='WEZM97NCABEO5SQERN' where id=4; -update noar ti set b0='WEZM97NCABEO5SQERN' where id=4; -update noar tt set v0='VJAHFANOBTHQ5RGQCSM49DNE7NOFXQ7' where id=4; -update noar ti set v0='VJAHFANOBTHQ5RGQCSM49DNE7NOFXQ7' where id=4; -update noar tt set b1='L2' where id=4; -update noar ti set b1='L2' where id=4; -update noar tt set v0='MVZ0O8' where id=4; -update noar ti set v0='MVZ0O8' where id=4; -update noar tt set b2='CRR6TN3HD8H9EKC1' where id=4; -update noar ti set b2='CRR6TN3HD8H9EKC1' where id=4; -update noar tt set v0='KQJ8A6MN6LNI0U42OXS71WVB9B520FY' where id=5; -update noar ti set v0='KQJ8A6MN6LNI0U42OXS71WVB9B520FY' where id=5; -update noar tt set b0='IDA02ZVBTMEBLLIQDE' where id=5; -update noar ti set b0='IDA02ZVBTMEBLLIQDE' where id=5; -update noar tt set v0='SWXDDGE00EXOIIWW' where id=5; -update noar ti set v0='SWXDDGE00EXOIIWW' where id=5; -update noar tt set b1='9ERJ55NSCT314' where id=5; -update noar ti set b1='9ERJ55NSCT314' where id=5; -update noar tt set v0='3TJ2CZNWZRZ' where id=5; -update noar ti set v0='3TJ2CZNWZRZ' where id=5; -update noar tt set b2='YG17' where id=5; -update noar ti set b2='YG17' where id=5; -update noar tt set v0='4SC4CW' where id=6; -update noar ti set v0='4SC4CW' where id=6; -update noar tt set b0='4V65D577IAX81KHQVECWP' where id=6; -update noar ti set b0='4V65D577IAX81KHQVECWP' where id=6; -update noar tt set v0='7Q9764PH4T3H38WB' where id=6; -update noar ti set v0='7Q9764PH4T3H38WB' where id=6; -update noar tt set b1='MBLDT' where id=6; -update noar ti set b1='MBLDT' where id=6; -update noar tt set v0='UK1QCP4I60TX2NAI6L8HLNB50EBT' where id=6; -update noar ti set v0='UK1QCP4I60TX2NAI6L8HLNB50EBT' where id=6; -update noar tt set b2='GWZ39V3CDED0ITA' where id=6; -update noar ti set b2='GWZ39V3CDED0ITA' where id=6; -update noar tt set v0='45JYABDDR9QQK7T' where id=7; -update noar ti set v0='45JYABDDR9QQK7T' where id=7; -update noar tt set b0='DTB3RO1ZFXGIJB' where id=7; -update noar ti set b0='DTB3RO1ZFXGIJB' where id=7; -update noar tt set v0='LZPHTCDNRHPQ8EM5R3OH8QCR3' where id=7; -update noar ti set v0='LZPHTCDNRHPQ8EM5R3OH8QCR3' where id=7; -update noar tt set b1='XH2FAF5QL9BT66CZLKHW97F4K92LP' where id=7; -update noar ti set b1='XH2FAF5QL9BT66CZLKHW97F4K92LP' where id=7; -update noar tt set v0='RG6991DPUJN9ZG3SSWTAXXXLDZ3G1ET' where id=7; -update noar ti set v0='RG6991DPUJN9ZG3SSWTAXXXLDZ3G1ET' where id=7; -update noar tt set b2='JNQEPXX' where id=7; -update noar ti set b2='JNQEPXX' where id=7; -update noar tt set v0='L2HHZ16U76YLMUHI58R5CMMV828' where id=8; -update noar ti set v0='L2HHZ16U76YLMUHI58R5CMMV828' where id=8; -update noar tt set b0='M0KKGLB80XBHUPNX5HS2F8VNO4UE31' where id=8; -update noar ti set b0='M0KKGLB80XBHUPNX5HS2F8VNO4UE31' where id=8; -update noar tt set v0='BVCIG' where id=8; -update noar ti set v0='BVCIG' where id=8; -update noar tt set b1='R' where id=8; -update noar ti set b1='R' where id=8; -update noar tt set v0='BKY3QTZ3QT8Z83YNQ134D' where id=8; -update noar ti set v0='BKY3QTZ3QT8Z83YNQ134D' where id=8; -update noar tt set b2='0E6WF2PBP966OKFLQIC64L5' where id=8; -update noar ti set b2='0E6WF2PBP966OKFLQIC64L5' where id=8; -update noar tt set v0='LTGS1HS06SBG4RUPSL' where id=9; -update noar ti set v0='LTGS1HS06SBG4RUPSL' where id=9; -update noar tt set b0='600YNT1CG9I8II1Q484T7S20' where id=9; -update noar ti set b0='600YNT1CG9I8II1Q484T7S20' where id=9; -update noar tt set v0='FBJ36E57STTYLNMWY7MV7VOEN' where id=9; -update noar ti set v0='FBJ36E57STTYLNMWY7MV7VOEN' where id=9; -update noar tt set b1='8EKRQ6Q7ZVDO44F21D1' where id=9; -update noar ti set b1='8EKRQ6Q7ZVDO44F21D1' where id=9; -update noar tt set v0='U808FK96FC96ZU504UG2FTBRLY3X' where id=9; -update noar ti set v0='U808FK96FC96ZU504UG2FTBRLY3X' where id=9; -update noar tt set b2='K52LZKUW3JEC6NJJPGBL4S2O5TELU81' where id=9; -update noar ti set b2='K52LZKUW3JEC6NJJPGBL4S2O5TELU81' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z' where id=1; -update noar ti set v0='Z' where id=1; -update noar tt set b0='MWC0GOHOIZ2KSDX44PMNF' where id=1; -update noar ti set b0='MWC0GOHOIZ2KSDX44PMNF' where id=1; -update noar tt set v0='8V3JEWQ4P8KEZDX7K3S1MW8W4LXS' where id=1; -update noar ti set v0='8V3JEWQ4P8KEZDX7K3S1MW8W4LXS' where id=1; -update noar tt set b1='MTXKVRB8DQGQ5C9BO' where id=1; -update noar ti set b1='MTXKVRB8DQGQ5C9BO' where id=1; -update noar tt set v0='HSTZL' where id=1; -update noar ti set v0='HSTZL' where id=1; -update noar tt set b2='H' where id=1; -update noar ti set b2='H' where id=1; -update noar tt set v0='EZ4H0M4CW2S8ONRN7VVN6XJOUJ3Y6' where id=2; -update noar ti set v0='EZ4H0M4CW2S8ONRN7VVN6XJOUJ3Y6' where id=2; -update noar tt set b0='MHDZET29WB0ZCZG' where id=2; -update noar ti set b0='MHDZET29WB0ZCZG' where id=2; -update noar tt set v0='MR' where id=2; -update noar ti set v0='MR' where id=2; -update noar tt set b1='4L92MFYN5WB07LL0RV927K3RWYZV' where id=2; -update noar ti set b1='4L92MFYN5WB07LL0RV927K3RWYZV' where id=2; -update noar tt set v0='55GKF9GTDJUGGS9496' where id=2; -update noar ti set v0='55GKF9GTDJUGGS9496' where id=2; -update noar tt set b2='5TV8A' where id=2; -update noar ti set b2='5TV8A' where id=2; -update noar tt set v0='MIRICDCTY8J5E8' where id=3; -update noar ti set v0='MIRICDCTY8J5E8' where id=3; -update noar tt set b0='V6' where id=3; -update noar ti set b0='V6' where id=3; -update noar tt set v0='JWCA09Y6L6MV38EZVG9RP9UOMX' where id=3; -update noar ti set v0='JWCA09Y6L6MV38EZVG9RP9UOMX' where id=3; -update noar tt set b1='UP8QQ41AK4KLP9WH5B2E04LFRC5' where id=3; -update noar ti set b1='UP8QQ41AK4KLP9WH5B2E04LFRC5' where id=3; -update noar tt set v0='V68' where id=3; -update noar ti set v0='V68' where id=3; -update noar tt set b2='TDZDTU8YFECPDPVL52K5' where id=3; -update noar ti set b2='TDZDTU8YFECPDPVL52K5' where id=3; -update noar tt set v0='EG3U3V50H965OMD9QUNDBE1Y9KZXL9R' where id=4; -update noar ti set v0='EG3U3V50H965OMD9QUNDBE1Y9KZXL9R' where id=4; -update noar tt set b0='SIVPZXBFQOEL' where id=4; -update noar ti set b0='SIVPZXBFQOEL' where id=4; -update noar tt set v0='L88CJ2NJ85SU' where id=4; -update noar ti set v0='L88CJ2NJ85SU' where id=4; -update noar tt set b1='81V74GX0AT66SVTWGCCL' where id=4; -update noar ti set b1='81V74GX0AT66SVTWGCCL' where id=4; -update noar tt set v0='UPSVGRDDU9SRJZ01FRLATCALF1P2' where id=4; -update noar ti set v0='UPSVGRDDU9SRJZ01FRLATCALF1P2' where id=4; -update noar tt set b2='ORFOLCIW' where id=4; -update noar ti set b2='ORFOLCIW' where id=4; -update noar tt set v0='8X' where id=5; -update noar ti set v0='8X' where id=5; -update noar tt set b0='F1X7' where id=5; -update noar ti set b0='F1X7' where id=5; -update noar tt set v0='ALS6T3RQ3A5CG0ZI74I4C4J' where id=5; -update noar ti set v0='ALS6T3RQ3A5CG0ZI74I4C4J' where id=5; -update noar tt set b1='5A1U3PEWESFRAVHPBA' where id=5; -update noar ti set b1='5A1U3PEWESFRAVHPBA' where id=5; -update noar tt set v0='LGY1R7' where id=5; -update noar ti set v0='LGY1R7' where id=5; -update noar tt set b2='CSFWX30MJ' where id=5; -update noar ti set b2='CSFWX30MJ' where id=5; -update noar tt set v0='H2OWF5OLGG6XLG7R8UQRTF' where id=6; -update noar ti set v0='H2OWF5OLGG6XLG7R8UQRTF' where id=6; -update noar tt set b0='W839EDPSSNWA' where id=6; -update noar ti set b0='W839EDPSSNWA' where id=6; -update noar tt set v0='D80GYNUPX2GHWFLLE' where id=6; -update noar ti set v0='D80GYNUPX2GHWFLLE' where id=6; -update noar tt set b1='LY9THUCD8X6IS53HAGJE6B' where id=6; -update noar ti set b1='LY9THUCD8X6IS53HAGJE6B' where id=6; -update noar tt set v0='4YU' where id=6; -update noar ti set v0='4YU' where id=6; -update noar tt set b2='XSRFHTT' where id=6; -update noar ti set b2='XSRFHTT' where id=6; -update noar tt set v0='UX' where id=7; -update noar ti set v0='UX' where id=7; -update noar tt set b0='ACXLW8SH2MVIS7XSVQ' where id=7; -update noar ti set b0='ACXLW8SH2MVIS7XSVQ' where id=7; -update noar tt set v0='IRNCEZSXKV4WVR3CKP3654W2RCNJ5U' where id=7; -update noar ti set v0='IRNCEZSXKV4WVR3CKP3654W2RCNJ5U' where id=7; -update noar tt set b1='88SC6AJQG57A' where id=7; -update noar ti set b1='88SC6AJQG57A' where id=7; -update noar tt set v0='UY4QV4LL491RGY' where id=7; -update noar ti set v0='UY4QV4LL491RGY' where id=7; -update noar tt set b2='I17JTP4YDM56EFP3WJ1BELH053' where id=7; -update noar ti set b2='I17JTP4YDM56EFP3WJ1BELH053' where id=7; -update noar tt set v0='JQBBY5MLRO8HKVADD5LEX368V6NXO2F' where id=8; -update noar ti set v0='JQBBY5MLRO8HKVADD5LEX368V6NXO2F' where id=8; -update noar tt set b0='KZA5M8WAGWY' where id=8; -update noar ti set b0='KZA5M8WAGWY' where id=8; -update noar tt set v0='V6' where id=8; -update noar ti set v0='V6' where id=8; -update noar tt set b1='3PXA0SJ2PYYR9OVQNCZ51Q2XMI6AWXNU' where id=8; -update noar ti set b1='3PXA0SJ2PYYR9OVQNCZ51Q2XMI6AWXNU' where id=8; -update noar tt set v0='C0OQTZ7PPS1JGK5YSVU7OZ84AJ5X' where id=8; -update noar ti set v0='C0OQTZ7PPS1JGK5YSVU7OZ84AJ5X' where id=8; -update noar tt set b2='ZHX07RQ25QI7RO4PUS0V8M8T47X3XOO' where id=8; -update noar ti set b2='ZHX07RQ25QI7RO4PUS0V8M8T47X3XOO' where id=8; -update noar tt set v0='3ET1ZHMW09EJ' where id=9; -update noar ti set v0='3ET1ZHMW09EJ' where id=9; -update noar tt set b0='NKXSINV04QK95AVATWGARD' where id=9; -update noar ti set b0='NKXSINV04QK95AVATWGARD' where id=9; -update noar tt set v0='LXM35YTGNEKVHK65' where id=9; -update noar ti set v0='LXM35YTGNEKVHK65' where id=9; -update noar tt set b1='TQ9JDEX54TAHD2' where id=9; -update noar ti set b1='TQ9JDEX54TAHD2' where id=9; -update noar tt set v0='VDV' where id=9; -update noar ti set v0='VDV' where id=9; -update noar tt set b2='5' where id=9; -update noar ti set b2='5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q8IZKFPYW8BP8Q9Y7II8PRW1OWMR' where id=1; -update noar ti set v0='Q8IZKFPYW8BP8Q9Y7II8PRW1OWMR' where id=1; -update noar tt set b0='97DW2HLBA4O52WW5WK55LW524SRIUCF' where id=1; -update noar ti set b0='97DW2HLBA4O52WW5WK55LW524SRIUCF' where id=1; -update noar tt set v0='AXARTAO2RYJ40' where id=1; -update noar ti set v0='AXARTAO2RYJ40' where id=1; -update noar tt set b1='C13RQ' where id=1; -update noar ti set b1='C13RQ' where id=1; -update noar tt set v0='YJTXBC5B635DO8VPCTAC' where id=1; -update noar ti set v0='YJTXBC5B635DO8VPCTAC' where id=1; -update noar tt set b2='W5QZGI4LZYDBY8N' where id=1; -update noar ti set b2='W5QZGI4LZYDBY8N' where id=1; -update noar tt set v0='X3' where id=2; -update noar ti set v0='X3' where id=2; -update noar tt set b0='829' where id=2; -update noar ti set b0='829' where id=2; -update noar tt set v0='RPS6P' where id=2; -update noar ti set v0='RPS6P' where id=2; -update noar tt set b1='8HY84DB' where id=2; -update noar ti set b1='8HY84DB' where id=2; -update noar tt set v0='J7VXIEA6J5SYCEHLK1Y1W5BIQNCW' where id=2; -update noar ti set v0='J7VXIEA6J5SYCEHLK1Y1W5BIQNCW' where id=2; -update noar tt set b2='0RX3S1RMN648ADDVP3C2' where id=2; -update noar ti set b2='0RX3S1RMN648ADDVP3C2' where id=2; -update noar tt set v0='SC000MTAOA4Q6WIFCK9R80UHKC77HJ' where id=3; -update noar ti set v0='SC000MTAOA4Q6WIFCK9R80UHKC77HJ' where id=3; -update noar tt set b0='5T4' where id=3; -update noar ti set b0='5T4' where id=3; -update noar tt set v0='P9SZCCJ73N54DOSPBOM' where id=3; -update noar ti set v0='P9SZCCJ73N54DOSPBOM' where id=3; -update noar tt set b1='K1AMYTXXLXKV8FBPCWWYXEN4OP' where id=3; -update noar ti set b1='K1AMYTXXLXKV8FBPCWWYXEN4OP' where id=3; -update noar tt set v0='TFTNEC8BTU12BVLOERWD0Q7R3RCY' where id=3; -update noar ti set v0='TFTNEC8BTU12BVLOERWD0Q7R3RCY' where id=3; -update noar tt set b2='ZVCI1F43D0' where id=3; -update noar ti set b2='ZVCI1F43D0' where id=3; -update noar tt set v0='INJX9LLZMYWDTISDYW3J7' where id=4; -update noar ti set v0='INJX9LLZMYWDTISDYW3J7' where id=4; -update noar tt set b0='JCV2DU400JNN3SF2IZS00CAX59SCM' where id=4; -update noar ti set b0='JCV2DU400JNN3SF2IZS00CAX59SCM' where id=4; -update noar tt set v0='IRO' where id=4; -update noar ti set v0='IRO' where id=4; -update noar tt set b1='RD' where id=4; -update noar ti set b1='RD' where id=4; -update noar tt set v0='FORC4GNQDHSLW89H0IU08KCO' where id=4; -update noar ti set v0='FORC4GNQDHSLW89H0IU08KCO' where id=4; -update noar tt set b2='5O0P5YAAUE7O8SOOB7DH' where id=4; -update noar ti set b2='5O0P5YAAUE7O8SOOB7DH' where id=4; -update noar tt set v0='KRNKVK767N6I9WDC3T' where id=5; -update noar ti set v0='KRNKVK767N6I9WDC3T' where id=5; -update noar tt set b0='GGARGL' where id=5; -update noar ti set b0='GGARGL' where id=5; -update noar tt set v0='SLAXT7PPBMGGM' where id=5; -update noar ti set v0='SLAXT7PPBMGGM' where id=5; -update noar tt set b1='0H21PROOMP' where id=5; -update noar ti set b1='0H21PROOMP' where id=5; -update noar tt set v0='71BHTI3ZOKO' where id=5; -update noar ti set v0='71BHTI3ZOKO' where id=5; -update noar tt set b2='QUW8ASXOBC6W0QLOQKZP' where id=5; -update noar ti set b2='QUW8ASXOBC6W0QLOQKZP' where id=5; -update noar tt set v0='STTEY' where id=6; -update noar ti set v0='STTEY' where id=6; -update noar tt set b0='YFTA6WN5EFU214PUXNNKYL9J1S' where id=6; -update noar ti set b0='YFTA6WN5EFU214PUXNNKYL9J1S' where id=6; -update noar tt set v0='CLFCX08EPBKVI1XLY6QOE0G5PDWZZT5O' where id=6; -update noar ti set v0='CLFCX08EPBKVI1XLY6QOE0G5PDWZZT5O' where id=6; -update noar tt set b1='A8R8Z2XSAMS48' where id=6; -update noar ti set b1='A8R8Z2XSAMS48' where id=6; -update noar tt set v0='5R984I49V63I80N8FUNAXIDLWJRGE7H' where id=6; -update noar ti set v0='5R984I49V63I80N8FUNAXIDLWJRGE7H' where id=6; -update noar tt set b2='U4RBM4FEJ4B2H1XKRNFBDBTDP6WDP' where id=6; -update noar ti set b2='U4RBM4FEJ4B2H1XKRNFBDBTDP6WDP' where id=6; -update noar tt set v0='0WIKF1SKKAEZ1PM395GVMBMOIKEWJAU3' where id=7; -update noar ti set v0='0WIKF1SKKAEZ1PM395GVMBMOIKEWJAU3' where id=7; -update noar tt set b0='UKP176O557YP6KBEMYIK9POX' where id=7; -update noar ti set b0='UKP176O557YP6KBEMYIK9POX' where id=7; -update noar tt set v0='ASAQVXKLI' where id=7; -update noar ti set v0='ASAQVXKLI' where id=7; -update noar tt set b1='C4WAEUP3M3P8LF4Z08QIUN2ED3YVKP' where id=7; -update noar ti set b1='C4WAEUP3M3P8LF4Z08QIUN2ED3YVKP' where id=7; -update noar tt set v0='ERBWVMV8PZKBNRU' where id=7; -update noar ti set v0='ERBWVMV8PZKBNRU' where id=7; -update noar tt set b2='ICYRTU273A6QYMF1ANM' where id=7; -update noar ti set b2='ICYRTU273A6QYMF1ANM' where id=7; -update noar tt set v0='H62G8Z2D41MNUW34Y0K4' where id=8; -update noar ti set v0='H62G8Z2D41MNUW34Y0K4' where id=8; -update noar tt set b0='RCCGMG7C660YW3YM' where id=8; -update noar ti set b0='RCCGMG7C660YW3YM' where id=8; -update noar tt set v0='NVGVE9OMW4' where id=8; -update noar ti set v0='NVGVE9OMW4' where id=8; -update noar tt set b1='WFEMB92JM0PGU11NWVP911JLL' where id=8; -update noar ti set b1='WFEMB92JM0PGU11NWVP911JLL' where id=8; -update noar tt set v0='EUH4PS' where id=8; -update noar ti set v0='EUH4PS' where id=8; -update noar tt set b2='L0KPVX9TNA8LNRFEPCDOE2' where id=8; -update noar ti set b2='L0KPVX9TNA8LNRFEPCDOE2' where id=8; -update noar tt set v0='ARUSH6QG7Q4F5CHMULLPGU4XYBYHFUUF' where id=9; -update noar ti set v0='ARUSH6QG7Q4F5CHMULLPGU4XYBYHFUUF' where id=9; -update noar tt set b0='CSUNA2WONWB1HI71AY9XIXQ' where id=9; -update noar ti set b0='CSUNA2WONWB1HI71AY9XIXQ' where id=9; -update noar tt set v0='HXIBODJW23HMDFPJXK4LV6N9H1P0VT5' where id=9; -update noar ti set v0='HXIBODJW23HMDFPJXK4LV6N9H1P0VT5' where id=9; -update noar tt set b1='ALFBWLRFVLG' where id=9; -update noar ti set b1='ALFBWLRFVLG' where id=9; -update noar tt set v0='NE38IOVOVJLOFBZVV09VZ' where id=9; -update noar ti set v0='NE38IOVOVJLOFBZVV09VZ' where id=9; -update noar tt set b2='7C4PRT4R1A8769FV5RS0' where id=9; -update noar ti set b2='7C4PRT4R1A8769FV5RS0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z4OWMSJVX9KRJJLO9' where id=1; -update noar ti set v0='Z4OWMSJVX9KRJJLO9' where id=1; -update noar tt set b0='OXZ9F50W0SN' where id=1; -update noar ti set b0='OXZ9F50W0SN' where id=1; -update noar tt set v0='B19NDVZGJ9MFH' where id=1; -update noar ti set v0='B19NDVZGJ9MFH' where id=1; -update noar tt set b1='A8UHWDIG' where id=1; -update noar ti set b1='A8UHWDIG' where id=1; -update noar tt set v0='4GMZUQ5XGOXH2SU' where id=1; -update noar ti set v0='4GMZUQ5XGOXH2SU' where id=1; -update noar tt set b2='4LN8PYCOB' where id=1; -update noar ti set b2='4LN8PYCOB' where id=1; -update noar tt set v0='0E3Z4OUAWMEVB88II4G3XIH' where id=2; -update noar ti set v0='0E3Z4OUAWMEVB88II4G3XIH' where id=2; -update noar tt set b0='U7KMZF23WVFEPDKA16VHEB9Z' where id=2; -update noar ti set b0='U7KMZF23WVFEPDKA16VHEB9Z' where id=2; -update noar tt set v0='2LH5OJ9O8ZM9O512DKJ0' where id=2; -update noar ti set v0='2LH5OJ9O8ZM9O512DKJ0' where id=2; -update noar tt set b1='HDIG0' where id=2; -update noar ti set b1='HDIG0' where id=2; -update noar tt set v0='SA8Q828YDWOXRGR' where id=2; -update noar ti set v0='SA8Q828YDWOXRGR' where id=2; -update noar tt set b2='U' where id=2; -update noar ti set b2='U' where id=2; -update noar tt set v0='2XV3IJQFPB6U6O00HU66HH' where id=3; -update noar ti set v0='2XV3IJQFPB6U6O00HU66HH' where id=3; -update noar tt set b0='LXV5SYE119AF3VJJV29' where id=3; -update noar ti set b0='LXV5SYE119AF3VJJV29' where id=3; -update noar tt set v0='Y1BSH7OL6JF0GK3DW0SCCCE3CVL' where id=3; -update noar ti set v0='Y1BSH7OL6JF0GK3DW0SCCCE3CVL' where id=3; -update noar tt set b1='PFW1HS5706UVI42' where id=3; -update noar ti set b1='PFW1HS5706UVI42' where id=3; -update noar tt set v0='RW5' where id=3; -update noar ti set v0='RW5' where id=3; -update noar tt set b2='XFVWGA4PZVGGTZDZZQBK8FNIF5VELKTY' where id=3; -update noar ti set b2='XFVWGA4PZVGGTZDZZQBK8FNIF5VELKTY' where id=3; -update noar tt set v0='UQF' where id=4; -update noar ti set v0='UQF' where id=4; -update noar tt set b0='B88LE1L5IUOB0IMB' where id=4; -update noar ti set b0='B88LE1L5IUOB0IMB' where id=4; -update noar tt set v0='PI7RHD03X9QXWBE3B3YCBH' where id=4; -update noar ti set v0='PI7RHD03X9QXWBE3B3YCBH' where id=4; -update noar tt set b1='LRALB8FRE8LH84YTS2UW61' where id=4; -update noar ti set b1='LRALB8FRE8LH84YTS2UW61' where id=4; -update noar tt set v0='J28U8MKQPMFJM51FUR4T71VX5DJ' where id=4; -update noar ti set v0='J28U8MKQPMFJM51FUR4T71VX5DJ' where id=4; -update noar tt set b2='TU7OQK63' where id=4; -update noar ti set b2='TU7OQK63' where id=4; -update noar tt set v0='GM' where id=5; -update noar ti set v0='GM' where id=5; -update noar tt set b0='YX10VFTH4C' where id=5; -update noar ti set b0='YX10VFTH4C' where id=5; -update noar tt set v0='870' where id=5; -update noar ti set v0='870' where id=5; -update noar tt set b1='T0P40G' where id=5; -update noar ti set b1='T0P40G' where id=5; -update noar tt set v0='A5PB4RCW1GD0YN1VSC3BSP8APEIK' where id=5; -update noar ti set v0='A5PB4RCW1GD0YN1VSC3BSP8APEIK' where id=5; -update noar tt set b2='1CT58EU6E6J2DSSQ2' where id=5; -update noar ti set b2='1CT58EU6E6J2DSSQ2' where id=5; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b0='WYOC32VVE80T6KL5L53GXVLUP48' where id=6; -update noar ti set b0='WYOC32VVE80T6KL5L53GXVLUP48' where id=6; -update noar tt set v0='LR7BOL' where id=6; -update noar ti set v0='LR7BOL' where id=6; -update noar tt set b1='GOUEP9F' where id=6; -update noar ti set b1='GOUEP9F' where id=6; -update noar tt set v0='120MD4F' where id=6; -update noar ti set v0='120MD4F' where id=6; -update noar tt set b2='MRULR4Z133' where id=6; -update noar ti set b2='MRULR4Z133' where id=6; -update noar tt set v0='MNPVYRN0W7S7M0K' where id=7; -update noar ti set v0='MNPVYRN0W7S7M0K' where id=7; -update noar tt set b0='978O6F8PYYAZ5HKNCKQ2YEHBNF6SX' where id=7; -update noar ti set b0='978O6F8PYYAZ5HKNCKQ2YEHBNF6SX' where id=7; -update noar tt set v0='8TEAZN78DE2445UB0FRSE8FPXHM' where id=7; -update noar ti set v0='8TEAZN78DE2445UB0FRSE8FPXHM' where id=7; -update noar tt set b1='6Y8ZKJU3CUA4APVY' where id=7; -update noar ti set b1='6Y8ZKJU3CUA4APVY' where id=7; -update noar tt set v0='78RH586WLY' where id=7; -update noar ti set v0='78RH586WLY' where id=7; -update noar tt set b2='Z0' where id=7; -update noar ti set b2='Z0' where id=7; -update noar tt set v0='7QA3MTJ7B' where id=8; -update noar ti set v0='7QA3MTJ7B' where id=8; -update noar tt set b0='C53LS0W4' where id=8; -update noar ti set b0='C53LS0W4' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='5C5HZF9AMURYW8860MKXMXLJ1D4' where id=8; -update noar ti set b1='5C5HZF9AMURYW8860MKXMXLJ1D4' where id=8; -update noar tt set v0='2OK6C72SA49D2956Y28FXO6JW57Y5RM6' where id=8; -update noar ti set v0='2OK6C72SA49D2956Y28FXO6JW57Y5RM6' where id=8; -update noar tt set b2='L2' where id=8; -update noar ti set b2='L2' where id=8; -update noar tt set v0='OR0AX8CR32A47VCFYP35F569G7XPH' where id=9; -update noar ti set v0='OR0AX8CR32A47VCFYP35F569G7XPH' where id=9; -update noar tt set b0='DJ66RI8L' where id=9; -update noar ti set b0='DJ66RI8L' where id=9; -update noar tt set v0='WZNUXG82TH5JXKMK1T5GXQT93F6NEA6C' where id=9; -update noar ti set v0='WZNUXG82TH5JXKMK1T5GXQT93F6NEA6C' where id=9; -update noar tt set b1='V9HDF' where id=9; -update noar ti set b1='V9HDF' where id=9; -update noar tt set v0='C1OBESVQ7Z16P1RSVWE5HVPCCR' where id=9; -update noar ti set v0='C1OBESVQ7Z16P1RSVWE5HVPCCR' where id=9; -update noar tt set b2='9LY3OTQNKWO6ZO5V2R6B7TY' where id=9; -update noar ti set b2='9LY3OTQNKWO6ZO5V2R6B7TY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PHR5V7JY1WU073QOJIB56S73IF' where id=1; -update noar ti set v0='PHR5V7JY1WU073QOJIB56S73IF' where id=1; -update noar tt set b0='YDPEE02N29K5MWCWGYB1BTPW' where id=1; -update noar ti set b0='YDPEE02N29K5MWCWGYB1BTPW' where id=1; -update noar tt set v0='N6B' where id=1; -update noar ti set v0='N6B' where id=1; -update noar tt set b1='ZT2GN1XWKX76P886YGOBEG' where id=1; -update noar ti set b1='ZT2GN1XWKX76P886YGOBEG' where id=1; -update noar tt set v0='5J9' where id=1; -update noar ti set v0='5J9' where id=1; -update noar tt set b2='WIW2SI8KC14TTO8RMIR4V92WX4' where id=1; -update noar ti set b2='WIW2SI8KC14TTO8RMIR4V92WX4' where id=1; -update noar tt set v0='PE0MBBHL7MLCEJRXN7R3UJ' where id=2; -update noar ti set v0='PE0MBBHL7MLCEJRXN7R3UJ' where id=2; -update noar tt set b0='R2DC21AAZ6N9ALWARJP1QTNGML1WD' where id=2; -update noar ti set b0='R2DC21AAZ6N9ALWARJP1QTNGML1WD' where id=2; -update noar tt set v0='3WYBJXG52KK58V2BP' where id=2; -update noar ti set v0='3WYBJXG52KK58V2BP' where id=2; -update noar tt set b1='JDG' where id=2; -update noar ti set b1='JDG' where id=2; -update noar tt set v0='I210H2HYGTGKCL' where id=2; -update noar ti set v0='I210H2HYGTGKCL' where id=2; -update noar tt set b2='R1V9KA520TI2M4B' where id=2; -update noar ti set b2='R1V9KA520TI2M4B' where id=2; -update noar tt set v0='7P935LES9682SG' where id=3; -update noar ti set v0='7P935LES9682SG' where id=3; -update noar tt set b0='IWKWJE4' where id=3; -update noar ti set b0='IWKWJE4' where id=3; -update noar tt set v0='VUYA3' where id=3; -update noar ti set v0='VUYA3' where id=3; -update noar tt set b1='VJFQM' where id=3; -update noar ti set b1='VJFQM' where id=3; -update noar tt set v0='96NBM9QT1' where id=3; -update noar ti set v0='96NBM9QT1' where id=3; -update noar tt set b2='SZU' where id=3; -update noar ti set b2='SZU' where id=3; -update noar tt set v0='T9B8YK9CJ7XBG7G6RR2CF4' where id=4; -update noar ti set v0='T9B8YK9CJ7XBG7G6RR2CF4' where id=4; -update noar tt set b0='4QCRVLMJ9IJS50BTP' where id=4; -update noar ti set b0='4QCRVLMJ9IJS50BTP' where id=4; -update noar tt set v0='D96S383WHP6U6PK' where id=4; -update noar ti set v0='D96S383WHP6U6PK' where id=4; -update noar tt set b1='I5QOIHOX2ZA3PE' where id=4; -update noar ti set b1='I5QOIHOX2ZA3PE' where id=4; -update noar tt set v0='SKZJEFY75XN10' where id=4; -update noar ti set v0='SKZJEFY75XN10' where id=4; -update noar tt set b2='U04EZLXCQMYW3V3H4DALLQQMY7Q1KP6' where id=4; -update noar ti set b2='U04EZLXCQMYW3V3H4DALLQQMY7Q1KP6' where id=4; -update noar tt set v0='RMYBX5NQ8IBF6OQ1T08SBL' where id=5; -update noar ti set v0='RMYBX5NQ8IBF6OQ1T08SBL' where id=5; -update noar tt set b0='AD3N27TIWLDLLTSTAR17UIY4UH' where id=5; -update noar ti set b0='AD3N27TIWLDLLTSTAR17UIY4UH' where id=5; -update noar tt set v0='G011RPM26RZ' where id=5; -update noar ti set v0='G011RPM26RZ' where id=5; -update noar tt set b1='BDPPIL44T9VM90MCVMO7O3C' where id=5; -update noar ti set b1='BDPPIL44T9VM90MCVMO7O3C' where id=5; -update noar tt set v0='4C18KYFF0ME' where id=5; -update noar ti set v0='4C18KYFF0ME' where id=5; -update noar tt set b2='H84V0J5G64HOZPJH8IV9ZW' where id=5; -update noar ti set b2='H84V0J5G64HOZPJH8IV9ZW' where id=5; -update noar tt set v0='7MN53ZUSX1UGTHGNM2Q9' where id=6; -update noar ti set v0='7MN53ZUSX1UGTHGNM2Q9' where id=6; -update noar tt set b0='FAO3BUBZPHDUP7YF53599JA64UW1' where id=6; -update noar ti set b0='FAO3BUBZPHDUP7YF53599JA64UW1' where id=6; -update noar tt set v0='RL11BMUJI3RK87KFSRV74' where id=6; -update noar ti set v0='RL11BMUJI3RK87KFSRV74' where id=6; -update noar tt set b1='5I7' where id=6; -update noar ti set b1='5I7' where id=6; -update noar tt set v0='CD3XKD3DHJBRJBACFV24Y53HS2Q76R' where id=6; -update noar ti set v0='CD3XKD3DHJBRJBACFV24Y53HS2Q76R' where id=6; -update noar tt set b2='SP' where id=6; -update noar ti set b2='SP' where id=6; -update noar tt set v0='4VBV1HBP6MK2MGEV' where id=7; -update noar ti set v0='4VBV1HBP6MK2MGEV' where id=7; -update noar tt set b0='PMRNL0S4DFX43CEQ70E92LBO15S63' where id=7; -update noar ti set b0='PMRNL0S4DFX43CEQ70E92LBO15S63' where id=7; -update noar tt set v0='ZZCY1HXTUP629SUD1IPS5Y' where id=7; -update noar ti set v0='ZZCY1HXTUP629SUD1IPS5Y' where id=7; -update noar tt set b1='XBA19L7AOK96ZQRJI8IUCZ5X0' where id=7; -update noar ti set b1='XBA19L7AOK96ZQRJI8IUCZ5X0' where id=7; -update noar tt set v0='P06VTFH86K' where id=7; -update noar ti set v0='P06VTFH86K' where id=7; -update noar tt set b2='AD5PMS2XVLGB' where id=7; -update noar ti set b2='AD5PMS2XVLGB' where id=7; -update noar tt set v0='0QC20FZPXBIKCODRBJONNR0NUXC2SDSY' where id=8; -update noar ti set v0='0QC20FZPXBIKCODRBJONNR0NUXC2SDSY' where id=8; -update noar tt set b0='PZXM5598GDZSPH2RK' where id=8; -update noar ti set b0='PZXM5598GDZSPH2RK' where id=8; -update noar tt set v0='F346V5J05UXC749ALV' where id=8; -update noar ti set v0='F346V5J05UXC749ALV' where id=8; -update noar tt set b1='MNGKLUHW' where id=8; -update noar ti set b1='MNGKLUHW' where id=8; -update noar tt set v0='VF5RQKP6U1JC665EMC' where id=8; -update noar ti set v0='VF5RQKP6U1JC665EMC' where id=8; -update noar tt set b2='KPKFVA52DZQYAM7' where id=8; -update noar ti set b2='KPKFVA52DZQYAM7' where id=8; -update noar tt set v0='9JAUDHG1' where id=9; -update noar ti set v0='9JAUDHG1' where id=9; -update noar tt set b0='TEIH533FXWNAYHS6103XOVRG' where id=9; -update noar ti set b0='TEIH533FXWNAYHS6103XOVRG' where id=9; -update noar tt set v0='3HCG7' where id=9; -update noar ti set v0='3HCG7' where id=9; -update noar tt set b1='R5G5B45OC71VNE0XL' where id=9; -update noar ti set b1='R5G5B45OC71VNE0XL' where id=9; -update noar tt set v0='SHM2S6J5B0TD7E' where id=9; -update noar ti set v0='SHM2S6J5B0TD7E' where id=9; -update noar tt set b2='W75YOSOZM14Q43PVVOA5IS' where id=9; -update noar ti set b2='W75YOSOZM14Q43PVVOA5IS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WLU26SY' where id=1; -update noar ti set v0='WLU26SY' where id=1; -update noar tt set b0='YZ4TDUAVDJZG8G1YXCGI3DEPA8ZRIO' where id=1; -update noar ti set b0='YZ4TDUAVDJZG8G1YXCGI3DEPA8ZRIO' where id=1; -update noar tt set v0='0BRD64W' where id=1; -update noar ti set v0='0BRD64W' where id=1; -update noar tt set b1='RRM593JN698L1X' where id=1; -update noar ti set b1='RRM593JN698L1X' where id=1; -update noar tt set v0='UM7XVGQ5Z' where id=1; -update noar ti set v0='UM7XVGQ5Z' where id=1; -update noar tt set b2='KZQPGD' where id=1; -update noar ti set b2='KZQPGD' where id=1; -update noar tt set v0='97B7EGPHGKKVT' where id=2; -update noar ti set v0='97B7EGPHGKKVT' where id=2; -update noar tt set b0='CDALQLH7KEZRR342VS0A92C68OH' where id=2; -update noar ti set b0='CDALQLH7KEZRR342VS0A92C68OH' where id=2; -update noar tt set v0='2ETM' where id=2; -update noar ti set v0='2ETM' where id=2; -update noar tt set b1='EFQ11YOD94UJ523TC' where id=2; -update noar ti set b1='EFQ11YOD94UJ523TC' where id=2; -update noar tt set v0='VX39CALAZQIETW0VZQ8A18M9JF3Q65' where id=2; -update noar ti set v0='VX39CALAZQIETW0VZQ8A18M9JF3Q65' where id=2; -update noar tt set b2='EVT' where id=2; -update noar ti set b2='EVT' where id=2; -update noar tt set v0='HS7KQ' where id=3; -update noar ti set v0='HS7KQ' where id=3; -update noar tt set b0='NJ71T813LJVA9D2UB' where id=3; -update noar ti set b0='NJ71T813LJVA9D2UB' where id=3; -update noar tt set v0='6WL8H78VZNK40LSBMTTIGDVXE47' where id=3; -update noar ti set v0='6WL8H78VZNK40LSBMTTIGDVXE47' where id=3; -update noar tt set b1='ISW' where id=3; -update noar ti set b1='ISW' where id=3; -update noar tt set v0='MVNBNIZW619OYAD' where id=3; -update noar ti set v0='MVNBNIZW619OYAD' where id=3; -update noar tt set b2='TJRDN7EIQ16P28RO09RPOXC1PRRI5' where id=3; -update noar ti set b2='TJRDN7EIQ16P28RO09RPOXC1PRRI5' where id=3; -update noar tt set v0='6RA35JCA0GLZKT36IKSMGZE2ZI7A' where id=4; -update noar ti set v0='6RA35JCA0GLZKT36IKSMGZE2ZI7A' where id=4; -update noar tt set b0='ISM0MO' where id=4; -update noar ti set b0='ISM0MO' where id=4; -update noar tt set v0='QHECUZHAGRLIPND8POGCCHL5G4BKLUU' where id=4; -update noar ti set v0='QHECUZHAGRLIPND8POGCCHL5G4BKLUU' where id=4; -update noar tt set b1='RC0VVC355Q9EVQSJP3IIV4' where id=4; -update noar ti set b1='RC0VVC355Q9EVQSJP3IIV4' where id=4; -update noar tt set v0='6EJAXY8U078JRBAQFUFLBU6CP' where id=4; -update noar ti set v0='6EJAXY8U078JRBAQFUFLBU6CP' where id=4; -update noar tt set b2='ZQU0NF5W3' where id=4; -update noar ti set b2='ZQU0NF5W3' where id=4; -update noar tt set v0='LYIB' where id=5; -update noar ti set v0='LYIB' where id=5; -update noar tt set b0='YTTKYT' where id=5; -update noar ti set b0='YTTKYT' where id=5; -update noar tt set v0='Y5J' where id=5; -update noar ti set v0='Y5J' where id=5; -update noar tt set b1='RN3PU8YSC8YFYM1SR4WCOV' where id=5; -update noar ti set b1='RN3PU8YSC8YFYM1SR4WCOV' where id=5; -update noar tt set v0='9CKJ' where id=5; -update noar ti set v0='9CKJ' where id=5; -update noar tt set b2='X88L7YCEJE2K388800Z7FTVC233S4D2' where id=5; -update noar ti set b2='X88L7YCEJE2K388800Z7FTVC233S4D2' where id=5; -update noar tt set v0='S9VXSIGQ0RETGCC1EG3XERMJ9' where id=6; -update noar ti set v0='S9VXSIGQ0RETGCC1EG3XERMJ9' where id=6; -update noar tt set b0='KY43ISWEA2G53V6UNCVAEU' where id=6; -update noar ti set b0='KY43ISWEA2G53V6UNCVAEU' where id=6; -update noar tt set v0='LX39MDR0EP9B7UXACN83CEMWJDFFCXL' where id=6; -update noar ti set v0='LX39MDR0EP9B7UXACN83CEMWJDFFCXL' where id=6; -update noar tt set b1='FJEK0INZ48GXEYOOMFM8UJI4E71329G' where id=6; -update noar ti set b1='FJEK0INZ48GXEYOOMFM8UJI4E71329G' where id=6; -update noar tt set v0='8KXEL4T9OHE20' where id=6; -update noar ti set v0='8KXEL4T9OHE20' where id=6; -update noar tt set b2='XI' where id=6; -update noar ti set b2='XI' where id=6; -update noar tt set v0='1YZRB46JK8MLB7P6L184L4Q63IQ7' where id=7; -update noar ti set v0='1YZRB46JK8MLB7P6L184L4Q63IQ7' where id=7; -update noar tt set b0='EI' where id=7; -update noar ti set b0='EI' where id=7; -update noar tt set v0='0UEQV48I3657S45RI1UP6PBWTJJ6IE' where id=7; -update noar ti set v0='0UEQV48I3657S45RI1UP6PBWTJJ6IE' where id=7; -update noar tt set b1='03J03' where id=7; -update noar ti set b1='03J03' where id=7; -update noar tt set v0='RX5HY5' where id=7; -update noar ti set v0='RX5HY5' where id=7; -update noar tt set b2='57XF2C0DRU6WDN' where id=7; -update noar ti set b2='57XF2C0DRU6WDN' where id=7; -update noar tt set v0='9LG602GNKZHEQ0YB9ZOX' where id=8; -update noar ti set v0='9LG602GNKZHEQ0YB9ZOX' where id=8; -update noar tt set b0='MPHI3ONGH861VF' where id=8; -update noar ti set b0='MPHI3ONGH861VF' where id=8; -update noar tt set v0='5MITBB25PO5OWYPU242HZ' where id=8; -update noar ti set v0='5MITBB25PO5OWYPU242HZ' where id=8; -update noar tt set b1='2XXTYD' where id=8; -update noar ti set b1='2XXTYD' where id=8; -update noar tt set v0='MHFEI2AT1R9KLW0T6MY5U9V3YUUTA5H' where id=8; -update noar ti set v0='MHFEI2AT1R9KLW0T6MY5U9V3YUUTA5H' where id=8; -update noar tt set b2='PAQ0CTDBBQF' where id=8; -update noar ti set b2='PAQ0CTDBBQF' where id=8; -update noar tt set v0='1TG665CKQ5XN58Q' where id=9; -update noar ti set v0='1TG665CKQ5XN58Q' where id=9; -update noar tt set b0='C4TR0D0P' where id=9; -update noar ti set b0='C4TR0D0P' where id=9; -update noar tt set v0='4CI2VEBY60XZEZ44TY16X02CH921X' where id=9; -update noar ti set v0='4CI2VEBY60XZEZ44TY16X02CH921X' where id=9; -update noar tt set b1='UH9VKXEP17E' where id=9; -update noar ti set b1='UH9VKXEP17E' where id=9; -update noar tt set v0='W4SJ5OKSKXRQMUL' where id=9; -update noar ti set v0='W4SJ5OKSKXRQMUL' where id=9; -update noar tt set b2='MNULS18' where id=9; -update noar ti set b2='MNULS18' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2YFR7YFNVBMABVD94CZ' where id=1; -update noar ti set v0='2YFR7YFNVBMABVD94CZ' where id=1; -update noar tt set b0='D1C352ZX6A4NXMJ07K2' where id=1; -update noar ti set b0='D1C352ZX6A4NXMJ07K2' where id=1; -update noar tt set v0='EDNM56X8XKUISQI1GRR2B5BD6CGBXI' where id=1; -update noar ti set v0='EDNM56X8XKUISQI1GRR2B5BD6CGBXI' where id=1; -update noar tt set b1='UWW2IIMZ' where id=1; -update noar ti set b1='UWW2IIMZ' where id=1; -update noar tt set v0='73Z1ME44RLDFYFONGR43' where id=1; -update noar ti set v0='73Z1ME44RLDFYFONGR43' where id=1; -update noar tt set b2='GLTX7S07N4TO3KS4EOCMYCZVO09T9M4' where id=1; -update noar ti set b2='GLTX7S07N4TO3KS4EOCMYCZVO09T9M4' where id=1; -update noar tt set v0='NAHVPZBIZFE9YKW9ETMZTZWQ7C4' where id=2; -update noar ti set v0='NAHVPZBIZFE9YKW9ETMZTZWQ7C4' where id=2; -update noar tt set b0='IU0G6YHBK1J9YS' where id=2; -update noar ti set b0='IU0G6YHBK1J9YS' where id=2; -update noar tt set v0='RGSAN0IW2JZ5V44L5YDP' where id=2; -update noar ti set v0='RGSAN0IW2JZ5V44L5YDP' where id=2; -update noar tt set b1='4CB53D2WRZW' where id=2; -update noar ti set b1='4CB53D2WRZW' where id=2; -update noar tt set v0='ILKAVIJV9WAJEF2PL5KZNSY' where id=2; -update noar ti set v0='ILKAVIJV9WAJEF2PL5KZNSY' where id=2; -update noar tt set b2='U1DD6E096K9BZEWNH' where id=2; -update noar ti set b2='U1DD6E096K9BZEWNH' where id=2; -update noar tt set v0='U7LJ1KK5C13EZOMEXM89QT1P08EZ' where id=3; -update noar ti set v0='U7LJ1KK5C13EZOMEXM89QT1P08EZ' where id=3; -update noar tt set b0='VRHT' where id=3; -update noar ti set b0='VRHT' where id=3; -update noar tt set v0='TY1FS55IE' where id=3; -update noar ti set v0='TY1FS55IE' where id=3; -update noar tt set b1='FNTVRMKQSSQN3Z7QXT' where id=3; -update noar ti set b1='FNTVRMKQSSQN3Z7QXT' where id=3; -update noar tt set v0='5D7G5VB9G2FOZ3VHF' where id=3; -update noar ti set v0='5D7G5VB9G2FOZ3VHF' where id=3; -update noar tt set b2='2KHZG4FU2NSE9CWHO' where id=3; -update noar ti set b2='2KHZG4FU2NSE9CWHO' where id=3; -update noar tt set v0='TAXA8L0K08MNRW6V5' where id=4; -update noar ti set v0='TAXA8L0K08MNRW6V5' where id=4; -update noar tt set b0='U5KJM4G20UPOIRIKR0XZ' where id=4; -update noar ti set b0='U5KJM4G20UPOIRIKR0XZ' where id=4; -update noar tt set v0='FASAEZ1A8E838PIIH6YB9KUO' where id=4; -update noar ti set v0='FASAEZ1A8E838PIIH6YB9KUO' where id=4; -update noar tt set b1='Y4XAX79W20RPOTLPADOKBHGX3AZBD' where id=4; -update noar ti set b1='Y4XAX79W20RPOTLPADOKBHGX3AZBD' where id=4; -update noar tt set v0='BP4TM' where id=4; -update noar ti set v0='BP4TM' where id=4; -update noar tt set b2='L1E8EAJCDCEZJBKDE993OH59WL' where id=4; -update noar ti set b2='L1E8EAJCDCEZJBKDE993OH59WL' where id=4; -update noar tt set v0='FSP6AHI4JKVAEYLP7YWH9BGMD4CH' where id=5; -update noar ti set v0='FSP6AHI4JKVAEYLP7YWH9BGMD4CH' where id=5; -update noar tt set b0='EAUUIB1B06ENPYLTKGW9HP3676Y3RGL' where id=5; -update noar ti set b0='EAUUIB1B06ENPYLTKGW9HP3676Y3RGL' where id=5; -update noar tt set v0='SJ0N28ERRQEO7CEZ6J6CBTIY0XENL7L' where id=5; -update noar ti set v0='SJ0N28ERRQEO7CEZ6J6CBTIY0XENL7L' where id=5; -update noar tt set b1='W0XNGYC' where id=5; -update noar ti set b1='W0XNGYC' where id=5; -update noar tt set v0='U84RKJTWQB9R5NWHWTN2JI6' where id=5; -update noar ti set v0='U84RKJTWQB9R5NWHWTN2JI6' where id=5; -update noar tt set b2='7WI0' where id=5; -update noar ti set b2='7WI0' where id=5; -update noar tt set v0='2ZJVWZ' where id=6; -update noar ti set v0='2ZJVWZ' where id=6; -update noar tt set b0='S6SKLIDK76UNZVFS6ES8OZBGVMS7' where id=6; -update noar ti set b0='S6SKLIDK76UNZVFS6ES8OZBGVMS7' where id=6; -update noar tt set v0='IPJORAM60NQXJI' where id=6; -update noar ti set v0='IPJORAM60NQXJI' where id=6; -update noar tt set b1='2Y0WW1' where id=6; -update noar ti set b1='2Y0WW1' where id=6; -update noar tt set v0='AEZMWB4EQIGWO8G' where id=6; -update noar ti set v0='AEZMWB4EQIGWO8G' where id=6; -update noar tt set b2='AGDY6STMHIKIS23HOJEYRJEWWCK4' where id=6; -update noar ti set b2='AGDY6STMHIKIS23HOJEYRJEWWCK4' where id=6; -update noar tt set v0='9XVL670GR8AVWKSA3662F4LYO' where id=7; -update noar ti set v0='9XVL670GR8AVWKSA3662F4LYO' where id=7; -update noar tt set b0='T' where id=7; -update noar ti set b0='T' where id=7; -update noar tt set v0='D5YVQG5QRNHRQRTP' where id=7; -update noar ti set v0='D5YVQG5QRNHRQRTP' where id=7; -update noar tt set b1='5GULAJQEFO16E7V2JRU8756SRBNWV2P' where id=7; -update noar ti set b1='5GULAJQEFO16E7V2JRU8756SRBNWV2P' where id=7; -update noar tt set v0='CEGHCLZ3Z48YEVB' where id=7; -update noar ti set v0='CEGHCLZ3Z48YEVB' where id=7; -update noar tt set b2='HSQTJAQ0B7BD' where id=7; -update noar ti set b2='HSQTJAQ0B7BD' where id=7; -update noar tt set v0='D73LVLM7' where id=8; -update noar ti set v0='D73LVLM7' where id=8; -update noar tt set b0='OQGJZH8QN8ABAFAP0NQC13P4' where id=8; -update noar ti set b0='OQGJZH8QN8ABAFAP0NQC13P4' where id=8; -update noar tt set v0='0KTTY' where id=8; -update noar ti set v0='0KTTY' where id=8; -update noar tt set b1='980R9UERD1Q' where id=8; -update noar ti set b1='980R9UERD1Q' where id=8; -update noar tt set v0='NHBXX0WNEF207MRLM0O' where id=8; -update noar ti set v0='NHBXX0WNEF207MRLM0O' where id=8; -update noar tt set b2='G9UZG8FZKV6G6187JTKJDCGCEKOZR0WX' where id=8; -update noar ti set b2='G9UZG8FZKV6G6187JTKJDCGCEKOZR0WX' where id=8; -update noar tt set v0='IR4KTP4LZO' where id=9; -update noar ti set v0='IR4KTP4LZO' where id=9; -update noar tt set b0='9OFE64610RU69' where id=9; -update noar ti set b0='9OFE64610RU69' where id=9; -update noar tt set v0='3J5P8KQB0ROFPY' where id=9; -update noar ti set v0='3J5P8KQB0ROFPY' where id=9; -update noar tt set b1='P0I23GYR6UO6NNDUE4VG' where id=9; -update noar ti set b1='P0I23GYR6UO6NNDUE4VG' where id=9; -update noar tt set v0='LV23IQFNKKCLA3RR' where id=9; -update noar ti set v0='LV23IQFNKKCLA3RR' where id=9; -update noar tt set b2='HXJPTZ45LOYP44OK8DPQSE1B1R7' where id=9; -update noar ti set b2='HXJPTZ45LOYP44OK8DPQSE1B1R7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WKB6QCXEDAX7BKAZ7FBYFMXJ54JIZ4' where id=1; -update noar ti set v0='WKB6QCXEDAX7BKAZ7FBYFMXJ54JIZ4' where id=1; -update noar tt set b0='DAARWNBBKGNY0JBR1CD6W' where id=1; -update noar ti set b0='DAARWNBBKGNY0JBR1CD6W' where id=1; -update noar tt set v0='4YGA2EABOXMSCKOA' where id=1; -update noar ti set v0='4YGA2EABOXMSCKOA' where id=1; -update noar tt set b1='NFFFZVKDVLR' where id=1; -update noar ti set b1='NFFFZVKDVLR' where id=1; -update noar tt set v0='9I6KRK9IAX12CG7I2M7QITVNNNBXIG' where id=1; -update noar ti set v0='9I6KRK9IAX12CG7I2M7QITVNNNBXIG' where id=1; -update noar tt set b2='ETBQGKPB0A9Q2YULI8BHZ' where id=1; -update noar ti set b2='ETBQGKPB0A9Q2YULI8BHZ' where id=1; -update noar tt set v0='7S5KZ52Z2NNIIXV5XZBS' where id=2; -update noar ti set v0='7S5KZ52Z2NNIIXV5XZBS' where id=2; -update noar tt set b0='GDFU' where id=2; -update noar ti set b0='GDFU' where id=2; -update noar tt set v0='IM5YJ456Q7A0OZRTTEK7' where id=2; -update noar ti set v0='IM5YJ456Q7A0OZRTTEK7' where id=2; -update noar tt set b1='4Q4M2ZU4ODH33NYFX1MGDY1O967OE' where id=2; -update noar ti set b1='4Q4M2ZU4ODH33NYFX1MGDY1O967OE' where id=2; -update noar tt set v0='5L' where id=2; -update noar ti set v0='5L' where id=2; -update noar tt set b2='Q8XV5WET3W2ARGFM' where id=2; -update noar ti set b2='Q8XV5WET3W2ARGFM' where id=2; -update noar tt set v0='RRE0FA0' where id=3; -update noar ti set v0='RRE0FA0' where id=3; -update noar tt set b0='77LG4G1XJ1GN58QXHZEK7WF657GLL' where id=3; -update noar ti set b0='77LG4G1XJ1GN58QXHZEK7WF657GLL' where id=3; -update noar tt set v0='JO' where id=3; -update noar ti set v0='JO' where id=3; -update noar tt set b1='O230MX7LSTX8F3MY4R3N1' where id=3; -update noar ti set b1='O230MX7LSTX8F3MY4R3N1' where id=3; -update noar tt set v0='J3JEPDQ028UY4MT9MM' where id=3; -update noar ti set v0='J3JEPDQ028UY4MT9MM' where id=3; -update noar tt set b2='LBKFFTPKEVT760XOGV2' where id=3; -update noar ti set b2='LBKFFTPKEVT760XOGV2' where id=3; -update noar tt set v0='FD5P55NA3IIYPAR9WNOKGN21K' where id=4; -update noar ti set v0='FD5P55NA3IIYPAR9WNOKGN21K' where id=4; -update noar tt set b0='FM1CGVMA25LKCJPW06TM3S11' where id=4; -update noar ti set b0='FM1CGVMA25LKCJPW06TM3S11' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='8FGHZT4SDT' where id=4; -update noar ti set b1='8FGHZT4SDT' where id=4; -update noar tt set v0='JGM5NWCYN0OFWKR417AJHODI75D' where id=4; -update noar ti set v0='JGM5NWCYN0OFWKR417AJHODI75D' where id=4; -update noar tt set b2='T7CWNK' where id=4; -update noar ti set b2='T7CWNK' where id=4; -update noar tt set v0='57W4FXI' where id=5; -update noar ti set v0='57W4FXI' where id=5; -update noar tt set b0='0MVW2VNB2FJHNONA' where id=5; -update noar ti set b0='0MVW2VNB2FJHNONA' where id=5; -update noar tt set v0='AHZWOCT' where id=5; -update noar ti set v0='AHZWOCT' where id=5; -update noar tt set b1='1WPFSUBUWOSGNWMSTGTGZ5' where id=5; -update noar ti set b1='1WPFSUBUWOSGNWMSTGTGZ5' where id=5; -update noar tt set v0='V4C6EK' where id=5; -update noar ti set v0='V4C6EK' where id=5; -update noar tt set b2='WFLN792PV0T7SZH1D' where id=5; -update noar ti set b2='WFLN792PV0T7SZH1D' where id=5; -update noar tt set v0='KEE87BO2779WDXH4DFKJJJQ2Z95T' where id=6; -update noar ti set v0='KEE87BO2779WDXH4DFKJJJQ2Z95T' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='U7PLXDX4B0EPOGEHSI' where id=6; -update noar ti set v0='U7PLXDX4B0EPOGEHSI' where id=6; -update noar tt set b1='51NY1VUXRQGPYO' where id=6; -update noar ti set b1='51NY1VUXRQGPYO' where id=6; -update noar tt set v0='3GPYI35AKG3018X8BYVL5' where id=6; -update noar ti set v0='3GPYI35AKG3018X8BYVL5' where id=6; -update noar tt set b2='PHVNHICZ1MY39XI0JQV0E' where id=6; -update noar ti set b2='PHVNHICZ1MY39XI0JQV0E' where id=6; -update noar tt set v0='BAPY2FCG8BJ3ZR3DMI1MB' where id=7; -update noar ti set v0='BAPY2FCG8BJ3ZR3DMI1MB' where id=7; -update noar tt set b0='IOJH0GMSX9H2HZT' where id=7; -update noar ti set b0='IOJH0GMSX9H2HZT' where id=7; -update noar tt set v0='LO1908ZMFVVWW1OX3ZJZGJ0TS2J2QH' where id=7; -update noar ti set v0='LO1908ZMFVVWW1OX3ZJZGJ0TS2J2QH' where id=7; -update noar tt set b1='S7XAKSSGSXNIMPWBN7ULY95ETF3U2' where id=7; -update noar ti set b1='S7XAKSSGSXNIMPWBN7ULY95ETF3U2' where id=7; -update noar tt set v0='URKDP2MZNHHA3BLJM' where id=7; -update noar ti set v0='URKDP2MZNHHA3BLJM' where id=7; -update noar tt set b2='OUPA298IPRTHVWA5WUK0IS' where id=7; -update noar ti set b2='OUPA298IPRTHVWA5WUK0IS' where id=7; -update noar tt set v0='I9N2HBC11AYL24SX5M1NOPFD3M' where id=8; -update noar ti set v0='I9N2HBC11AYL24SX5M1NOPFD3M' where id=8; -update noar tt set b0='UUCWYUY0NR1DM8ZJ2WQ5' where id=8; -update noar ti set b0='UUCWYUY0NR1DM8ZJ2WQ5' where id=8; -update noar tt set v0='N7XFLJ' where id=8; -update noar ti set v0='N7XFLJ' where id=8; -update noar tt set b1='3VQY8R26AZ' where id=8; -update noar ti set b1='3VQY8R26AZ' where id=8; -update noar tt set v0='L3GG39QTMJAK3GMA46ZDPU' where id=8; -update noar ti set v0='L3GG39QTMJAK3GMA46ZDPU' where id=8; -update noar tt set b2='NMMCGNOWUTG19E9L266G4YPLKMY5A' where id=8; -update noar ti set b2='NMMCGNOWUTG19E9L266G4YPLKMY5A' where id=8; -update noar tt set v0='C2FQ96XNGUYC84D7HA9' where id=9; -update noar ti set v0='C2FQ96XNGUYC84D7HA9' where id=9; -update noar tt set b0='6U2M544B1UHZ' where id=9; -update noar ti set b0='6U2M544B1UHZ' where id=9; -update noar tt set v0='8JWSNHHEVZJS9PWV8VOW2GYGKRJ' where id=9; -update noar ti set v0='8JWSNHHEVZJS9PWV8VOW2GYGKRJ' where id=9; -update noar tt set b1='KHT6ABJV82' where id=9; -update noar ti set b1='KHT6ABJV82' where id=9; -update noar tt set v0='IDSLWB500SW2' where id=9; -update noar ti set v0='IDSLWB500SW2' where id=9; -update noar tt set b2='V8N7Q3W2' where id=9; -update noar ti set b2='V8N7Q3W2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZZQW0' where id=1; -update noar ti set v0='ZZQW0' where id=1; -update noar tt set b0='7W4HXNM2XQK5AH7NK1NP4OTXY85O4' where id=1; -update noar ti set b0='7W4HXNM2XQK5AH7NK1NP4OTXY85O4' where id=1; -update noar tt set v0='B51PLR39FSU741IED7JECCK7I3AFW6X' where id=1; -update noar ti set v0='B51PLR39FSU741IED7JECCK7I3AFW6X' where id=1; -update noar tt set b1='RQXOPJA6BWUOFKRY9VAZ' where id=1; -update noar ti set b1='RQXOPJA6BWUOFKRY9VAZ' where id=1; -update noar tt set v0='47O53I7DQFNDKOE9C91FTL03TES83OY' where id=1; -update noar ti set v0='47O53I7DQFNDKOE9C91FTL03TES83OY' where id=1; -update noar tt set b2='61GNDMNKWG59R5' where id=1; -update noar ti set b2='61GNDMNKWG59R5' where id=1; -update noar tt set v0='XM' where id=2; -update noar ti set v0='XM' where id=2; -update noar tt set b0='8X1WG83G2J' where id=2; -update noar ti set b0='8X1WG83G2J' where id=2; -update noar tt set v0='QAT1XOC' where id=2; -update noar ti set v0='QAT1XOC' where id=2; -update noar tt set b1='E7RZJTH1OUESGS9C7RV' where id=2; -update noar ti set b1='E7RZJTH1OUESGS9C7RV' where id=2; -update noar tt set v0='M8U02EG0' where id=2; -update noar ti set v0='M8U02EG0' where id=2; -update noar tt set b2='34O31HYEZYA6OJ3S9MLMUX' where id=2; -update noar ti set b2='34O31HYEZYA6OJ3S9MLMUX' where id=2; -update noar tt set v0='NOOIGJ1O42AEW7W5' where id=3; -update noar ti set v0='NOOIGJ1O42AEW7W5' where id=3; -update noar tt set b0='CETXM13QUCLHFNKMLWBWFDR' where id=3; -update noar ti set b0='CETXM13QUCLHFNKMLWBWFDR' where id=3; -update noar tt set v0='33GYEI3CBGMM4U5K' where id=3; -update noar ti set v0='33GYEI3CBGMM4U5K' where id=3; -update noar tt set b1='1HCE9MO3N' where id=3; -update noar ti set b1='1HCE9MO3N' where id=3; -update noar tt set v0='V' where id=3; -update noar ti set v0='V' where id=3; -update noar tt set b2='R9YTXMJLWQYR4C3S' where id=3; -update noar ti set b2='R9YTXMJLWQYR4C3S' where id=3; -update noar tt set v0='E81P6G145R87UTORECCZD66' where id=4; -update noar ti set v0='E81P6G145R87UTORECCZD66' where id=4; -update noar tt set b0='UHJDD49RGA3O5' where id=4; -update noar ti set b0='UHJDD49RGA3O5' where id=4; -update noar tt set v0='MJNR' where id=4; -update noar ti set v0='MJNR' where id=4; -update noar tt set b1='U5ZGGNWWXDGNQ2L3KVBUS' where id=4; -update noar ti set b1='U5ZGGNWWXDGNQ2L3KVBUS' where id=4; -update noar tt set v0='9JBZ2V72NV487MCABXNJFAGO88AAOWKZ' where id=4; -update noar ti set v0='9JBZ2V72NV487MCABXNJFAGO88AAOWKZ' where id=4; -update noar tt set b2='988U81QQL4IQ0ADZC7R0X3G0P' where id=4; -update noar ti set b2='988U81QQL4IQ0ADZC7R0X3G0P' where id=4; -update noar tt set v0='P5NDB15L65' where id=5; -update noar ti set v0='P5NDB15L65' where id=5; -update noar tt set b0='6DE6IE9M5I8BMNWEEHD94LFLZTYNYB' where id=5; -update noar ti set b0='6DE6IE9M5I8BMNWEEHD94LFLZTYNYB' where id=5; -update noar tt set v0='JJ78W2LVS1PNB3E7QBQFZH9MF877GV' where id=5; -update noar ti set v0='JJ78W2LVS1PNB3E7QBQFZH9MF877GV' where id=5; -update noar tt set b1='YRJPD7M76CU1G41PTS7ACSW2R30MZK1' where id=5; -update noar ti set b1='YRJPD7M76CU1G41PTS7ACSW2R30MZK1' where id=5; -update noar tt set v0='NLFLSAHM3Z7ST1BUEDUJF9' where id=5; -update noar ti set v0='NLFLSAHM3Z7ST1BUEDUJF9' where id=5; -update noar tt set b2='1DCP49QBNMLDZ507ECDLB7' where id=5; -update noar ti set b2='1DCP49QBNMLDZ507ECDLB7' where id=5; -update noar tt set v0='5OZBK90SEOWDD1E8WMSFCXLM' where id=6; -update noar ti set v0='5OZBK90SEOWDD1E8WMSFCXLM' where id=6; -update noar tt set b0='NUW1486JETPZFX50QPY6MXMMX' where id=6; -update noar ti set b0='NUW1486JETPZFX50QPY6MXMMX' where id=6; -update noar tt set v0='WDW7UDYLT6' where id=6; -update noar ti set v0='WDW7UDYLT6' where id=6; -update noar tt set b1='16205VJ3A0H7AZHA2' where id=6; -update noar ti set b1='16205VJ3A0H7AZHA2' where id=6; -update noar tt set v0='8QDJ' where id=6; -update noar ti set v0='8QDJ' where id=6; -update noar tt set b2='81575WF9W996JIP69N8E7R9CK2GA5PZ' where id=6; -update noar ti set b2='81575WF9W996JIP69N8E7R9CK2GA5PZ' where id=6; -update noar tt set v0='6GX3TE227BR0JBHVOZL5B5XUE8C7HMX' where id=7; -update noar ti set v0='6GX3TE227BR0JBHVOZL5B5XUE8C7HMX' where id=7; -update noar tt set b0='PAZR4B5S0' where id=7; -update noar ti set b0='PAZR4B5S0' where id=7; -update noar tt set v0='WI7OK8UVVDDBOBP5AYOMTKMS' where id=7; -update noar ti set v0='WI7OK8UVVDDBOBP5AYOMTKMS' where id=7; -update noar tt set b1='4' where id=7; -update noar ti set b1='4' where id=7; -update noar tt set v0='799XGAZ' where id=7; -update noar ti set v0='799XGAZ' where id=7; -update noar tt set b2='FZNOA' where id=7; -update noar ti set b2='FZNOA' where id=7; -update noar tt set v0='3FYM7UQLA91GXXIPHLXNPC9DMCCCM' where id=8; -update noar ti set v0='3FYM7UQLA91GXXIPHLXNPC9DMCCCM' where id=8; -update noar tt set b0='VPA5DHCSJLSJXIQDRSNSZMUHAXDW0PV' where id=8; -update noar ti set b0='VPA5DHCSJLSJXIQDRSNSZMUHAXDW0PV' where id=8; -update noar tt set v0='388H8ZC0KXRDBSG0JM58S9BJ29CIC2' where id=8; -update noar ti set v0='388H8ZC0KXRDBSG0JM58S9BJ29CIC2' where id=8; -update noar tt set b1='TIS1BLSO4F5HR1EG6ILDA6' where id=8; -update noar ti set b1='TIS1BLSO4F5HR1EG6ILDA6' where id=8; -update noar tt set v0='WDCJXV7J' where id=8; -update noar ti set v0='WDCJXV7J' where id=8; -update noar tt set b2='1VMSSOHVNHSEC0UC' where id=8; -update noar ti set b2='1VMSSOHVNHSEC0UC' where id=8; -update noar tt set v0='HQW9COPGPDMPTEEYGCVDUGJZAEPP' where id=9; -update noar ti set v0='HQW9COPGPDMPTEEYGCVDUGJZAEPP' where id=9; -update noar tt set b0='OSV32IDKYFMCG9PUGAT' where id=9; -update noar ti set b0='OSV32IDKYFMCG9PUGAT' where id=9; -update noar tt set v0='RNTGZDG3C5RFPE3EJS5N' where id=9; -update noar ti set v0='RNTGZDG3C5RFPE3EJS5N' where id=9; -update noar tt set b1='KKB7D0T3X4K09AE274GUS4PGB7OG6' where id=9; -update noar ti set b1='KKB7D0T3X4K09AE274GUS4PGB7OG6' where id=9; -update noar tt set v0='EGJJMA4IGGHY75QJAT211' where id=9; -update noar ti set v0='EGJJMA4IGGHY75QJAT211' where id=9; -update noar tt set b2='X9MA2TTQ19F50H' where id=9; -update noar ti set b2='X9MA2TTQ19F50H' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZBU2S38J3Q' where id=1; -update noar ti set v0='ZBU2S38J3Q' where id=1; -update noar tt set b0='Q2APNIMUSV2BHWZBZN6D8CDV' where id=1; -update noar ti set b0='Q2APNIMUSV2BHWZBZN6D8CDV' where id=1; -update noar tt set v0='DFYL6ZEYN7KA7LUONEJDAYEI0ZZMDWO' where id=1; -update noar ti set v0='DFYL6ZEYN7KA7LUONEJDAYEI0ZZMDWO' where id=1; -update noar tt set b1='M4OMQCR4GF2P60O895UZB' where id=1; -update noar ti set b1='M4OMQCR4GF2P60O895UZB' where id=1; -update noar tt set v0='CDDEHV' where id=1; -update noar ti set v0='CDDEHV' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set v0='KJ1S' where id=2; -update noar ti set v0='KJ1S' where id=2; -update noar tt set b0='TCZYCUZHHXKZ9G4JQDE' where id=2; -update noar ti set b0='TCZYCUZHHXKZ9G4JQDE' where id=2; -update noar tt set v0='7A58D22DZGY88D841RTD37OTLTH2R' where id=2; -update noar ti set v0='7A58D22DZGY88D841RTD37OTLTH2R' where id=2; -update noar tt set b1='9JLXP35NVDZ8VVI3H4QHMW' where id=2; -update noar ti set b1='9JLXP35NVDZ8VVI3H4QHMW' where id=2; -update noar tt set v0='AWMYMUIE7R7P59MM7XLCZ6' where id=2; -update noar ti set v0='AWMYMUIE7R7P59MM7XLCZ6' where id=2; -update noar tt set b2='P0U3H2NB0' where id=2; -update noar ti set b2='P0U3H2NB0' where id=2; -update noar tt set v0='WCOGGI5M' where id=3; -update noar ti set v0='WCOGGI5M' where id=3; -update noar tt set b0='TJRGZCN2SK2MMZON' where id=3; -update noar ti set b0='TJRGZCN2SK2MMZON' where id=3; -update noar tt set v0='7Q9' where id=3; -update noar ti set v0='7Q9' where id=3; -update noar tt set b1='IUC1ZAA0ZA6GNXWBBLHSKSBCP0SZ' where id=3; -update noar ti set b1='IUC1ZAA0ZA6GNXWBBLHSKSBCP0SZ' where id=3; -update noar tt set v0='HY1WKSR1H41EK28ZT' where id=3; -update noar ti set v0='HY1WKSR1H41EK28ZT' where id=3; -update noar tt set b2='630P3T988T7BBXM316RYT204' where id=3; -update noar ti set b2='630P3T988T7BBXM316RYT204' where id=3; -update noar tt set v0='6YEHRUFDST3B494335LRIMI9B519GW' where id=4; -update noar ti set v0='6YEHRUFDST3B494335LRIMI9B519GW' where id=4; -update noar tt set b0='BFKSIKTHXNVWFK7BU7CNB' where id=4; -update noar ti set b0='BFKSIKTHXNVWFK7BU7CNB' where id=4; -update noar tt set v0='0UEFCV' where id=4; -update noar ti set v0='0UEFCV' where id=4; -update noar tt set b1='30QD8KKVKXK8RXV597RRSTDKWP' where id=4; -update noar ti set b1='30QD8KKVKXK8RXV597RRSTDKWP' where id=4; -update noar tt set v0='1B8XNQ68X3REHRKV88G' where id=4; -update noar ti set v0='1B8XNQ68X3REHRKV88G' where id=4; -update noar tt set b2='7FELDTKWBV0KDTUR9OVC386L84EOV' where id=4; -update noar ti set b2='7FELDTKWBV0KDTUR9OVC386L84EOV' where id=4; -update noar tt set v0='BTNXKAWFSF9OGPRA5O1W2V32' where id=5; -update noar ti set v0='BTNXKAWFSF9OGPRA5O1W2V32' where id=5; -update noar tt set b0='29DZCELJRA522PU4OBJN6LEAMX5' where id=5; -update noar ti set b0='29DZCELJRA522PU4OBJN6LEAMX5' where id=5; -update noar tt set v0='422P9V03QR5Z3EVXW3KS92UE4' where id=5; -update noar ti set v0='422P9V03QR5Z3EVXW3KS92UE4' where id=5; -update noar tt set b1='MWWS1' where id=5; -update noar ti set b1='MWWS1' where id=5; -update noar tt set v0='DH9ZSREW1GJE0D24N5ERMRN1HZ' where id=5; -update noar ti set v0='DH9ZSREW1GJE0D24N5ERMRN1HZ' where id=5; -update noar tt set b2='7Z5BKGMF8AN1DQVG14A2ZTHW493E3K3C' where id=5; -update noar ti set b2='7Z5BKGMF8AN1DQVG14A2ZTHW493E3K3C' where id=5; -update noar tt set v0='JLB' where id=6; -update noar ti set v0='JLB' where id=6; -update noar tt set b0='AK4LL4Q12KMBV8LZYJ72Y4N0K' where id=6; -update noar ti set b0='AK4LL4Q12KMBV8LZYJ72Y4N0K' where id=6; -update noar tt set v0='YTXSMOJRCPR9W07XF1YMBPNSA9NBPZ' where id=6; -update noar ti set v0='YTXSMOJRCPR9W07XF1YMBPNSA9NBPZ' where id=6; -update noar tt set b1='BSQAMBT0ADXTQ5JUG0D8OXMICJ7C' where id=6; -update noar ti set b1='BSQAMBT0ADXTQ5JUG0D8OXMICJ7C' where id=6; -update noar tt set v0='JKCE76V6TKL2QSVB5' where id=6; -update noar ti set v0='JKCE76V6TKL2QSVB5' where id=6; -update noar tt set b2='XT69OFIKI1K3UVKOFAC2D0FHQ2DK6D2F' where id=6; -update noar ti set b2='XT69OFIKI1K3UVKOFAC2D0FHQ2DK6D2F' where id=6; -update noar tt set v0='HMUV51G' where id=7; -update noar ti set v0='HMUV51G' where id=7; -update noar tt set b0='47L401XYM4' where id=7; -update noar ti set b0='47L401XYM4' where id=7; -update noar tt set v0='VA' where id=7; -update noar ti set v0='VA' where id=7; -update noar tt set b1='3BJCHX32M543VN4J47RT5SB67ZOH' where id=7; -update noar ti set b1='3BJCHX32M543VN4J47RT5SB67ZOH' where id=7; -update noar tt set v0='OLDPGST7KC751HT4WHPPP676KJRWM' where id=7; -update noar ti set v0='OLDPGST7KC751HT4WHPPP676KJRWM' where id=7; -update noar tt set b2='1V1P8CLQYR66I6VDS5W1Z' where id=7; -update noar ti set b2='1V1P8CLQYR66I6VDS5W1Z' where id=7; -update noar tt set v0='5SHE97RIA' where id=8; -update noar ti set v0='5SHE97RIA' where id=8; -update noar tt set b0='MBU3B80UNT8R8VX' where id=8; -update noar ti set b0='MBU3B80UNT8R8VX' where id=8; -update noar tt set v0='6OX7NAC7UZZ' where id=8; -update noar ti set v0='6OX7NAC7UZZ' where id=8; -update noar tt set b1='UTIXFV5NU1SBAL7ETJC5XCCLCQ0OYJ' where id=8; -update noar ti set b1='UTIXFV5NU1SBAL7ETJC5XCCLCQ0OYJ' where id=8; -update noar tt set v0='Y' where id=8; -update noar ti set v0='Y' where id=8; -update noar tt set b2='LQDZFYUJMFOZR1DIJPGP945ZX' where id=8; -update noar ti set b2='LQDZFYUJMFOZR1DIJPGP945ZX' where id=8; -update noar tt set v0='2C408TQ76RR813WZHA3QAU' where id=9; -update noar ti set v0='2C408TQ76RR813WZHA3QAU' where id=9; -update noar tt set b0='YZCMPXZSCQ8219T5UOIW7FRE' where id=9; -update noar ti set b0='YZCMPXZSCQ8219T5UOIW7FRE' where id=9; -update noar tt set v0='L5RUTZ4B7B58J0UTKX1CK933AIYQ0DAI' where id=9; -update noar ti set v0='L5RUTZ4B7B58J0UTKX1CK933AIYQ0DAI' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set v0='E6V1T1DC' where id=9; -update noar ti set v0='E6V1T1DC' where id=9; -update noar tt set b2='FWL0BWE9J4KN' where id=9; -update noar ti set b2='FWL0BWE9J4KN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I49JXK16Y1VC' where id=1; -update noar ti set v0='I49JXK16Y1VC' where id=1; -update noar tt set b0='K48M' where id=1; -update noar ti set b0='K48M' where id=1; -update noar tt set v0='57JXV2GGDZTCZE7NEMX2' where id=1; -update noar ti set v0='57JXV2GGDZTCZE7NEMX2' where id=1; -update noar tt set b1='6L20A510ET1Y' where id=1; -update noar ti set b1='6L20A510ET1Y' where id=1; -update noar tt set v0='JGPA8GW7T' where id=1; -update noar ti set v0='JGPA8GW7T' where id=1; -update noar tt set b2='7B3GTBR8XCF8VCX0V3ROV0S853VWVQ9N' where id=1; -update noar ti set b2='7B3GTBR8XCF8VCX0V3ROV0S853VWVQ9N' where id=1; -update noar tt set v0='P5R0MD29EBY5KC5IV9PX1C' where id=2; -update noar ti set v0='P5R0MD29EBY5KC5IV9PX1C' where id=2; -update noar tt set b0='7MR1X5VEKVWWOFB84PM8VYQ' where id=2; -update noar ti set b0='7MR1X5VEKVWWOFB84PM8VYQ' where id=2; -update noar tt set v0='7' where id=2; -update noar ti set v0='7' where id=2; -update noar tt set b1='OOKDU' where id=2; -update noar ti set b1='OOKDU' where id=2; -update noar tt set v0='GLKBB4F' where id=2; -update noar ti set v0='GLKBB4F' where id=2; -update noar tt set b2='2DR80FS5SJHQLPMQ866PTWW' where id=2; -update noar ti set b2='2DR80FS5SJHQLPMQ866PTWW' where id=2; -update noar tt set v0='37JGHREY5Q3CXAYWKY5V' where id=3; -update noar ti set v0='37JGHREY5Q3CXAYWKY5V' where id=3; -update noar tt set b0='T5YYF79I6TPQ4B8DMX4WD1WAO9U5G' where id=3; -update noar ti set b0='T5YYF79I6TPQ4B8DMX4WD1WAO9U5G' where id=3; -update noar tt set v0='LAA6CDJQ5HVHGA2TRZ' where id=3; -update noar ti set v0='LAA6CDJQ5HVHGA2TRZ' where id=3; -update noar tt set b1='9QUOEBUNMJ0A4IVL8KYZ' where id=3; -update noar ti set b1='9QUOEBUNMJ0A4IVL8KYZ' where id=3; -update noar tt set v0='5VYYBY2VF96V6' where id=3; -update noar ti set v0='5VYYBY2VF96V6' where id=3; -update noar tt set b2='2JVMSDI15FSGS4HPFO7R8HILXVE' where id=3; -update noar ti set b2='2JVMSDI15FSGS4HPFO7R8HILXVE' where id=3; -update noar tt set v0='JV8KJ0D3PLWHUS7TDGC9V' where id=4; -update noar ti set v0='JV8KJ0D3PLWHUS7TDGC9V' where id=4; -update noar tt set b0='DB0ZTNMP24JG4PF' where id=4; -update noar ti set b0='DB0ZTNMP24JG4PF' where id=4; -update noar tt set v0='SJ46XX5' where id=4; -update noar ti set v0='SJ46XX5' where id=4; -update noar tt set b1='WZ8U' where id=4; -update noar ti set b1='WZ8U' where id=4; -update noar tt set v0='STCYR0T188C0' where id=4; -update noar ti set v0='STCYR0T188C0' where id=4; -update noar tt set b2='6LXB2BJLKDD' where id=4; -update noar ti set b2='6LXB2BJLKDD' where id=4; -update noar tt set v0='51E1IX2FFCJ9H9YAVTN' where id=5; -update noar ti set v0='51E1IX2FFCJ9H9YAVTN' where id=5; -update noar tt set b0='B7P6UM' where id=5; -update noar ti set b0='B7P6UM' where id=5; -update noar tt set v0='4AZD5NOM1' where id=5; -update noar ti set v0='4AZD5NOM1' where id=5; -update noar tt set b1='UPRKWJ3VB84ZRC0CBVLKRF8SCWH' where id=5; -update noar ti set b1='UPRKWJ3VB84ZRC0CBVLKRF8SCWH' where id=5; -update noar tt set v0='NOCBN1A79A2II3B' where id=5; -update noar ti set v0='NOCBN1A79A2II3B' where id=5; -update noar tt set b2='ZS' where id=5; -update noar ti set b2='ZS' where id=5; -update noar tt set v0='CB7IHOBJ4ATUTLQUWN' where id=6; -update noar ti set v0='CB7IHOBJ4ATUTLQUWN' where id=6; -update noar tt set b0='W9IUBJ4NU8YH3QO' where id=6; -update noar ti set b0='W9IUBJ4NU8YH3QO' where id=6; -update noar tt set v0='V7BIZO3MS1U' where id=6; -update noar ti set v0='V7BIZO3MS1U' where id=6; -update noar tt set b1='G4RIHF1818QC6TEQT3AA4' where id=6; -update noar ti set b1='G4RIHF1818QC6TEQT3AA4' where id=6; -update noar tt set v0='E510KMDIJ08JXHXBMJJUMOXF7VS' where id=6; -update noar ti set v0='E510KMDIJ08JXHXBMJJUMOXF7VS' where id=6; -update noar tt set b2='OVJN' where id=6; -update noar ti set b2='OVJN' where id=6; -update noar tt set v0='R25SBGXEV309CW1RBE6890P63KTBU3' where id=7; -update noar ti set v0='R25SBGXEV309CW1RBE6890P63KTBU3' where id=7; -update noar tt set b0='5998KF3KPFL08' where id=7; -update noar ti set b0='5998KF3KPFL08' where id=7; -update noar tt set v0='QHOHI8JYPQI' where id=7; -update noar ti set v0='QHOHI8JYPQI' where id=7; -update noar tt set b1='BUBHPPJXWY2RZHV606VMG5' where id=7; -update noar ti set b1='BUBHPPJXWY2RZHV606VMG5' where id=7; -update noar tt set v0='0FU2249A' where id=7; -update noar ti set v0='0FU2249A' where id=7; -update noar tt set b2='53SK5F83MS5QNW0DM' where id=7; -update noar ti set b2='53SK5F83MS5QNW0DM' where id=7; -update noar tt set v0='9466KNN1G8EVUQ4368' where id=8; -update noar ti set v0='9466KNN1G8EVUQ4368' where id=8; -update noar tt set b0='HI5PC' where id=8; -update noar ti set b0='HI5PC' where id=8; -update noar tt set v0='MOWF74G2NNABGLI2NYMJ57OO2' where id=8; -update noar ti set v0='MOWF74G2NNABGLI2NYMJ57OO2' where id=8; -update noar tt set b1='46WV457IVX5SEAD9' where id=8; -update noar ti set b1='46WV457IVX5SEAD9' where id=8; -update noar tt set v0='DKW6MKAU5PBEWF043CC8' where id=8; -update noar ti set v0='DKW6MKAU5PBEWF043CC8' where id=8; -update noar tt set b2='RVQQHZG' where id=8; -update noar ti set b2='RVQQHZG' where id=8; -update noar tt set v0='1V1IUMS1WRTQRDUIEHF' where id=9; -update noar ti set v0='1V1IUMS1WRTQRDUIEHF' where id=9; -update noar tt set b0='94PL9F5UNSZBRZX3JI5ACF38' where id=9; -update noar ti set b0='94PL9F5UNSZBRZX3JI5ACF38' where id=9; -update noar tt set v0='0OV' where id=9; -update noar ti set v0='0OV' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set v0='BHAFL3' where id=9; -update noar ti set v0='BHAFL3' where id=9; -update noar tt set b2='S5VBF9H' where id=9; -update noar ti set b2='S5VBF9H' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AIP5C6GK1EXDR4VX' where id=1; -update noar ti set v0='AIP5C6GK1EXDR4VX' where id=1; -update noar tt set b0='IVBDVXHA0FE3JDGN2GBH6TEBJ' where id=1; -update noar ti set b0='IVBDVXHA0FE3JDGN2GBH6TEBJ' where id=1; -update noar tt set v0='X3A4XMHNLU' where id=1; -update noar ti set v0='X3A4XMHNLU' where id=1; -update noar tt set b1='8394I5M7P' where id=1; -update noar ti set b1='8394I5M7P' where id=1; -update noar tt set v0='BXNJZCUO5CBF' where id=1; -update noar ti set v0='BXNJZCUO5CBF' where id=1; -update noar tt set b2='X6Y3GJ8' where id=1; -update noar ti set b2='X6Y3GJ8' where id=1; -update noar tt set v0='ROG6OVJ3YA6A1TCOUYW4ZA0R' where id=2; -update noar ti set v0='ROG6OVJ3YA6A1TCOUYW4ZA0R' where id=2; -update noar tt set b0='Z1QVQX0KZ22YD6XVBDX0B8CQWYMA0' where id=2; -update noar ti set b0='Z1QVQX0KZ22YD6XVBDX0B8CQWYMA0' where id=2; -update noar tt set v0='NRT4JCBDDX7QHBH9YR8MRA0757D7' where id=2; -update noar ti set v0='NRT4JCBDDX7QHBH9YR8MRA0757D7' where id=2; -update noar tt set b1='3Z7BEXVVKVPM88DP8JZMAS' where id=2; -update noar ti set b1='3Z7BEXVVKVPM88DP8JZMAS' where id=2; -update noar tt set v0='9VJIEYZC9MDJDDPHKDGO2XS' where id=2; -update noar ti set v0='9VJIEYZC9MDJDDPHKDGO2XS' where id=2; -update noar tt set b2='RLATNT3J5YR4XU8' where id=2; -update noar ti set b2='RLATNT3J5YR4XU8' where id=2; -update noar tt set v0='7Y42XF9DUYYE' where id=3; -update noar ti set v0='7Y42XF9DUYYE' where id=3; -update noar tt set b0='SLULLESINTOCHUT518R3MH18E3QI' where id=3; -update noar ti set b0='SLULLESINTOCHUT518R3MH18E3QI' where id=3; -update noar tt set v0='QCRZX' where id=3; -update noar ti set v0='QCRZX' where id=3; -update noar tt set b1='VZW65' where id=3; -update noar ti set b1='VZW65' where id=3; -update noar tt set v0='MWYZIBW7Q0UL6EXUIDF369' where id=3; -update noar ti set v0='MWYZIBW7Q0UL6EXUIDF369' where id=3; -update noar tt set b2='NVQOPFMD4TJI3V6KYGW21IHOT' where id=3; -update noar ti set b2='NVQOPFMD4TJI3V6KYGW21IHOT' where id=3; -update noar tt set v0='S4L6DON8MM836D8XH0SPMMCHH59K' where id=4; -update noar ti set v0='S4L6DON8MM836D8XH0SPMMCHH59K' where id=4; -update noar tt set b0='THSF98AEOX8AOB9C9H23' where id=4; -update noar ti set b0='THSF98AEOX8AOB9C9H23' where id=4; -update noar tt set v0='R3WT8E31WJ3QVV66E7' where id=4; -update noar ti set v0='R3WT8E31WJ3QVV66E7' where id=4; -update noar tt set b1='DPQVDHE' where id=4; -update noar ti set b1='DPQVDHE' where id=4; -update noar tt set v0='3OMDLXE28A6JLJ1TPROBW8KX5CL9VXO' where id=4; -update noar ti set v0='3OMDLXE28A6JLJ1TPROBW8KX5CL9VXO' where id=4; -update noar tt set b2='D967J0OU' where id=4; -update noar ti set b2='D967J0OU' where id=4; -update noar tt set v0='WLGCRVF8VZEIZYDX0RN9XYUCX5R5' where id=5; -update noar ti set v0='WLGCRVF8VZEIZYDX0RN9XYUCX5R5' where id=5; -update noar tt set b0='7RM6M6RW' where id=5; -update noar ti set b0='7RM6M6RW' where id=5; -update noar tt set v0='W4LIVDNV' where id=5; -update noar ti set v0='W4LIVDNV' where id=5; -update noar tt set b1='O65D4Z' where id=5; -update noar ti set b1='O65D4Z' where id=5; -update noar tt set v0='VNNEBEGAL1PJ238' where id=5; -update noar ti set v0='VNNEBEGAL1PJ238' where id=5; -update noar tt set b2='E4FMJDQC1JF' where id=5; -update noar ti set b2='E4FMJDQC1JF' where id=5; -update noar tt set v0='FCXDF1VBUM3I4GPI0ZEPAG7QI7' where id=6; -update noar ti set v0='FCXDF1VBUM3I4GPI0ZEPAG7QI7' where id=6; -update noar tt set b0='DSYQVFY0BOFU1C5FABY' where id=6; -update noar ti set b0='DSYQVFY0BOFU1C5FABY' where id=6; -update noar tt set v0='7VSCKT9O' where id=6; -update noar ti set v0='7VSCKT9O' where id=6; -update noar tt set b1='ENV60KRC2RFTSP3ON3SNB4QM3W' where id=6; -update noar ti set b1='ENV60KRC2RFTSP3ON3SNB4QM3W' where id=6; -update noar tt set v0='JE7' where id=6; -update noar ti set v0='JE7' where id=6; -update noar tt set b2='U588UPEKEY9YBJSIOPWD7WIHR49' where id=6; -update noar ti set b2='U588UPEKEY9YBJSIOPWD7WIHR49' where id=6; -update noar tt set v0='PQPWMOTLZOU' where id=7; -update noar ti set v0='PQPWMOTLZOU' where id=7; -update noar tt set b0='KMTRBVMCE9LG2ZHYO8B9' where id=7; -update noar ti set b0='KMTRBVMCE9LG2ZHYO8B9' where id=7; -update noar tt set v0='4PWYQ8H1TQ6' where id=7; -update noar ti set v0='4PWYQ8H1TQ6' where id=7; -update noar tt set b1='D' where id=7; -update noar ti set b1='D' where id=7; -update noar tt set v0='QW3GY6QRU92OJX6QOJBTLFZ8ES8EGIGI' where id=7; -update noar ti set v0='QW3GY6QRU92OJX6QOJBTLFZ8ES8EGIGI' where id=7; -update noar tt set b2='8WI1XJJK' where id=7; -update noar ti set b2='8WI1XJJK' where id=7; -update noar tt set v0='ISTV' where id=8; -update noar ti set v0='ISTV' where id=8; -update noar tt set b0='X50QVX0K3FY3B' where id=8; -update noar ti set b0='X50QVX0K3FY3B' where id=8; -update noar tt set v0='5GTPVAA2IOUR03TI2IDBXQQF' where id=8; -update noar ti set v0='5GTPVAA2IOUR03TI2IDBXQQF' where id=8; -update noar tt set b1='7' where id=8; -update noar ti set b1='7' where id=8; -update noar tt set v0='I3MM0MBUXVTQR2GTIKOYWY3' where id=8; -update noar ti set v0='I3MM0MBUXVTQR2GTIKOYWY3' where id=8; -update noar tt set b2='CY907' where id=8; -update noar ti set b2='CY907' where id=8; -update noar tt set v0='XEUK6ZYDRQOCYYLZKBBW' where id=9; -update noar ti set v0='XEUK6ZYDRQOCYYLZKBBW' where id=9; -update noar tt set b0='18PMD' where id=9; -update noar ti set b0='18PMD' where id=9; -update noar tt set v0='ZAQFD' where id=9; -update noar ti set v0='ZAQFD' where id=9; -update noar tt set b1='HRQ' where id=9; -update noar ti set b1='HRQ' where id=9; -update noar tt set v0='2' where id=9; -update noar ti set v0='2' where id=9; -update noar tt set b2='E87IXO4MNDE8INLC3NKSHY' where id=9; -update noar ti set b2='E87IXO4MNDE8INLC3NKSHY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M7MUQB5XL' where id=1; -update noar ti set v0='M7MUQB5XL' where id=1; -update noar tt set b0='8RRKI0MIJIVXSWVFLKJDGMOA3EC6F' where id=1; -update noar ti set b0='8RRKI0MIJIVXSWVFLKJDGMOA3EC6F' where id=1; -update noar tt set v0='PDY' where id=1; -update noar ti set v0='PDY' where id=1; -update noar tt set b1='AJVAF0R' where id=1; -update noar ti set b1='AJVAF0R' where id=1; -update noar tt set v0='75GT' where id=1; -update noar ti set v0='75GT' where id=1; -update noar tt set b2='KV6LEQSGJ1KQ4W7VSIU' where id=1; -update noar ti set b2='KV6LEQSGJ1KQ4W7VSIU' where id=1; -update noar tt set v0='U4S83AXPC20ZG1' where id=2; -update noar ti set v0='U4S83AXPC20ZG1' where id=2; -update noar tt set b0='PGZA4LT' where id=2; -update noar ti set b0='PGZA4LT' where id=2; -update noar tt set v0='N1' where id=2; -update noar ti set v0='N1' where id=2; -update noar tt set b1='WI' where id=2; -update noar ti set b1='WI' where id=2; -update noar tt set v0='7Y6DSN6Q6S03QD04SYG6' where id=2; -update noar ti set v0='7Y6DSN6Q6S03QD04SYG6' where id=2; -update noar tt set b2='4KY9BKG36' where id=2; -update noar ti set b2='4KY9BKG36' where id=2; -update noar tt set v0='DYBLV' where id=3; -update noar ti set v0='DYBLV' where id=3; -update noar tt set b0='MPEDLK4AHMCVN9ETRH' where id=3; -update noar ti set b0='MPEDLK4AHMCVN9ETRH' where id=3; -update noar tt set v0='16CGQW78FW8BFSQY9RM' where id=3; -update noar ti set v0='16CGQW78FW8BFSQY9RM' where id=3; -update noar tt set b1='ZTQDP7HFVV7UOX4FAS' where id=3; -update noar ti set b1='ZTQDP7HFVV7UOX4FAS' where id=3; -update noar tt set v0='17BU0L3J' where id=3; -update noar ti set v0='17BU0L3J' where id=3; -update noar tt set b2='V87MKUB5RCASG' where id=3; -update noar ti set b2='V87MKUB5RCASG' where id=3; -update noar tt set v0='WJ2UP' where id=4; -update noar ti set v0='WJ2UP' where id=4; -update noar tt set b0='94T81QNS55HXC1CWNJFU0' where id=4; -update noar ti set b0='94T81QNS55HXC1CWNJFU0' where id=4; -update noar tt set v0='PHLBUEH' where id=4; -update noar ti set v0='PHLBUEH' where id=4; -update noar tt set b1='9PLNQ7WD2AY1CLRV5FD' where id=4; -update noar ti set b1='9PLNQ7WD2AY1CLRV5FD' where id=4; -update noar tt set v0='F' where id=4; -update noar ti set v0='F' where id=4; -update noar tt set b2='5JOYSH3W8H8' where id=4; -update noar ti set b2='5JOYSH3W8H8' where id=4; -update noar tt set v0='S3J8QTBHCLPWG755' where id=5; -update noar ti set v0='S3J8QTBHCLPWG755' where id=5; -update noar tt set b0='9Q00S9AXC4NU7C7RSFJC1U2' where id=5; -update noar ti set b0='9Q00S9AXC4NU7C7RSFJC1U2' where id=5; -update noar tt set v0='4LQ7C40AF49YCRYMCWTZU1O7' where id=5; -update noar ti set v0='4LQ7C40AF49YCRYMCWTZU1O7' where id=5; -update noar tt set b1='34NTH1KQ80DKYWJ' where id=5; -update noar ti set b1='34NTH1KQ80DKYWJ' where id=5; -update noar tt set v0='O' where id=5; -update noar ti set v0='O' where id=5; -update noar tt set b2='ROY5D1P1NTM2KZ' where id=5; -update noar ti set b2='ROY5D1P1NTM2KZ' where id=5; -update noar tt set v0='W7I54ILS7B5SIKDK99' where id=6; -update noar ti set v0='W7I54ILS7B5SIKDK99' where id=6; -update noar tt set b0='4SKRCDT62GMMYSHOFM94S' where id=6; -update noar ti set b0='4SKRCDT62GMMYSHOFM94S' where id=6; -update noar tt set v0='0H75SK7FMLDCGRYPSQBEYXX' where id=6; -update noar ti set v0='0H75SK7FMLDCGRYPSQBEYXX' where id=6; -update noar tt set b1='PTIHXY' where id=6; -update noar ti set b1='PTIHXY' where id=6; -update noar tt set v0='W1WRJIAHLAAPMFDKS' where id=6; -update noar ti set v0='W1WRJIAHLAAPMFDKS' where id=6; -update noar tt set b2='0ZJLUKU44YF8NWP' where id=6; -update noar ti set b2='0ZJLUKU44YF8NWP' where id=6; -update noar tt set v0='7W1WHIRQAZLR3X' where id=7; -update noar ti set v0='7W1WHIRQAZLR3X' where id=7; -update noar tt set b0='95PEAGL06CXI8XQFSA' where id=7; -update noar ti set b0='95PEAGL06CXI8XQFSA' where id=7; -update noar tt set v0='IIP76CEI5FS5B4TKZIQBPR24' where id=7; -update noar ti set v0='IIP76CEI5FS5B4TKZIQBPR24' where id=7; -update noar tt set b1='7QFL2IS8EZW3' where id=7; -update noar ti set b1='7QFL2IS8EZW3' where id=7; -update noar tt set v0='XVSYYHGZCZ4D0RJ49ASRPIVATP88XW0' where id=7; -update noar ti set v0='XVSYYHGZCZ4D0RJ49ASRPIVATP88XW0' where id=7; -update noar tt set b2='MGRU2JL9QW8J0W0HP6P' where id=7; -update noar ti set b2='MGRU2JL9QW8J0W0HP6P' where id=7; -update noar tt set v0='XDK7HERTKA2TVCJBMXB0XJZD' where id=8; -update noar ti set v0='XDK7HERTKA2TVCJBMXB0XJZD' where id=8; -update noar tt set b0='3SB' where id=8; -update noar ti set b0='3SB' where id=8; -update noar tt set v0='DMQCNLC' where id=8; -update noar ti set v0='DMQCNLC' where id=8; -update noar tt set b1='3OABOBW651QRPCXJSDWV' where id=8; -update noar ti set b1='3OABOBW651QRPCXJSDWV' where id=8; -update noar tt set v0='7MWPINXQH6JQTPV' where id=8; -update noar ti set v0='7MWPINXQH6JQTPV' where id=8; -update noar tt set b2='DCB7TW' where id=8; -update noar ti set b2='DCB7TW' where id=8; -update noar tt set v0='OFHRRZ3T' where id=9; -update noar ti set v0='OFHRRZ3T' where id=9; -update noar tt set b0='8ZXQ8PZ30KHP4' where id=9; -update noar ti set b0='8ZXQ8PZ30KHP4' where id=9; -update noar tt set v0='0A3BSZKOPA565O2K2' where id=9; -update noar ti set v0='0A3BSZKOPA565O2K2' where id=9; -update noar tt set b1='4H3O5WCZL1PXNVO87O' where id=9; -update noar ti set b1='4H3O5WCZL1PXNVO87O' where id=9; -update noar tt set v0='RGIOSFSPJN8A75F' where id=9; -update noar ti set v0='RGIOSFSPJN8A75F' where id=9; -update noar tt set b2='75' where id=9; -update noar ti set b2='75' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OKXV' where id=1; -update noar ti set v0='OKXV' where id=1; -update noar tt set b0='FUKXRMT3J9L2CZZL' where id=1; -update noar ti set b0='FUKXRMT3J9L2CZZL' where id=1; -update noar tt set v0='BJBMDJPN' where id=1; -update noar ti set v0='BJBMDJPN' where id=1; -update noar tt set b1='1A90D0KQ' where id=1; -update noar ti set b1='1A90D0KQ' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b2='7TGZGXI29CF0SY91' where id=1; -update noar ti set b2='7TGZGXI29CF0SY91' where id=1; -update noar tt set v0='RML45IQYQKDYALTRW70VFX06H9RP' where id=2; -update noar ti set v0='RML45IQYQKDYALTRW70VFX06H9RP' where id=2; -update noar tt set b0='E0RJIW9JCDM9YCLCWWG9' where id=2; -update noar ti set b0='E0RJIW9JCDM9YCLCWWG9' where id=2; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b1='7A2N7ZMIF6MCYH' where id=2; -update noar ti set b1='7A2N7ZMIF6MCYH' where id=2; -update noar tt set v0='OMR68JHA0KVKW5YGVWNDFYFPQG' where id=2; -update noar ti set v0='OMR68JHA0KVKW5YGVWNDFYFPQG' where id=2; -update noar tt set b2='FC7X1G472Q5JDSKMM4CQJP46LO5W' where id=2; -update noar ti set b2='FC7X1G472Q5JDSKMM4CQJP46LO5W' where id=2; -update noar tt set v0='X5LSB4N2IBWBWM9Y9GVHZM3OE4D0W8' where id=3; -update noar ti set v0='X5LSB4N2IBWBWM9Y9GVHZM3OE4D0W8' where id=3; -update noar tt set b0='AMSVFHFMV0OM4RGF19KOGSMRD2FOMX4O' where id=3; -update noar ti set b0='AMSVFHFMV0OM4RGF19KOGSMRD2FOMX4O' where id=3; -update noar tt set v0='11O38AOC2F671ZJHE7YQD1HW724' where id=3; -update noar ti set v0='11O38AOC2F671ZJHE7YQD1HW724' where id=3; -update noar tt set b1='FD9S7YVCEM6CZ' where id=3; -update noar ti set b1='FD9S7YVCEM6CZ' where id=3; -update noar tt set v0='TGOHYDG4RKY' where id=3; -update noar ti set v0='TGOHYDG4RKY' where id=3; -update noar tt set b2='EI6VW8IZMIE6STV' where id=3; -update noar ti set b2='EI6VW8IZMIE6STV' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='USLMDEQQBJ72IJHSU6NN9MF27LTUR' where id=4; -update noar ti set b0='USLMDEQQBJ72IJHSU6NN9MF27LTUR' where id=4; -update noar tt set v0='ZM3DG7C8NXX66S8PP' where id=4; -update noar ti set v0='ZM3DG7C8NXX66S8PP' where id=4; -update noar tt set b1='NCGWGBWT87J30J5ZCD' where id=4; -update noar ti set b1='NCGWGBWT87J30J5ZCD' where id=4; -update noar tt set v0='IGKISGROXONEIFJVHNW91D' where id=4; -update noar ti set v0='IGKISGROXONEIFJVHNW91D' where id=4; -update noar tt set b2='DMX8RSD9XDXTPU4Q1TZFI' where id=4; -update noar ti set b2='DMX8RSD9XDXTPU4Q1TZFI' where id=4; -update noar tt set v0='RULR' where id=5; -update noar ti set v0='RULR' where id=5; -update noar tt set b0='H' where id=5; -update noar ti set b0='H' where id=5; -update noar tt set v0='AV9RJMPNX84FSS' where id=5; -update noar ti set v0='AV9RJMPNX84FSS' where id=5; -update noar tt set b1='GW7AGVJWY13AFZHPCO5' where id=5; -update noar ti set b1='GW7AGVJWY13AFZHPCO5' where id=5; -update noar tt set v0='SZY7MANJ7J02PK' where id=5; -update noar ti set v0='SZY7MANJ7J02PK' where id=5; -update noar tt set b2='77EF6UPM830MUH5KS3R6Y9BD0D' where id=5; -update noar ti set b2='77EF6UPM830MUH5KS3R6Y9BD0D' where id=5; -update noar tt set v0='3I0K7MU758X33' where id=6; -update noar ti set v0='3I0K7MU758X33' where id=6; -update noar tt set b0='7X3KAJAECBTT5ATDFT' where id=6; -update noar ti set b0='7X3KAJAECBTT5ATDFT' where id=6; -update noar tt set v0='WZZ0S18EE78UNPJXDVDJIL4CTNRPY3T' where id=6; -update noar ti set v0='WZZ0S18EE78UNPJXDVDJIL4CTNRPY3T' where id=6; -update noar tt set b1='N4OGX8' where id=6; -update noar ti set b1='N4OGX8' where id=6; -update noar tt set v0='YVUTVNAFZ9PA5M2YXDUG3FICT7JLND' where id=6; -update noar ti set v0='YVUTVNAFZ9PA5M2YXDUG3FICT7JLND' where id=6; -update noar tt set b2='I' where id=6; -update noar ti set b2='I' where id=6; -update noar tt set v0='571OT26XF38KSOH4' where id=7; -update noar ti set v0='571OT26XF38KSOH4' where id=7; -update noar tt set b0='EQ4290L2UV' where id=7; -update noar ti set b0='EQ4290L2UV' where id=7; -update noar tt set v0='PBF10' where id=7; -update noar ti set v0='PBF10' where id=7; -update noar tt set b1='JWT5A' where id=7; -update noar ti set b1='JWT5A' where id=7; -update noar tt set v0='QZN66125ZD0' where id=7; -update noar ti set v0='QZN66125ZD0' where id=7; -update noar tt set b2='8O8RWW2NIXVDJ1TV' where id=7; -update noar ti set b2='8O8RWW2NIXVDJ1TV' where id=7; -update noar tt set v0='8TZCM0VKHMFQXNHZA047T2' where id=8; -update noar ti set v0='8TZCM0VKHMFQXNHZA047T2' where id=8; -update noar tt set b0='MCH' where id=8; -update noar ti set b0='MCH' where id=8; -update noar tt set v0='8CHUGB4Q2Q33O6YD9JCB' where id=8; -update noar ti set v0='8CHUGB4Q2Q33O6YD9JCB' where id=8; -update noar tt set b1='FAFTHFI4DRDXY1NFGIGHIS6L02H42IY' where id=8; -update noar ti set b1='FAFTHFI4DRDXY1NFGIGHIS6L02H42IY' where id=8; -update noar tt set v0='H098LT1TD40' where id=8; -update noar ti set v0='H098LT1TD40' where id=8; -update noar tt set b2='CI0B' where id=8; -update noar ti set b2='CI0B' where id=8; -update noar tt set v0='N1559NH1EOJB' where id=9; -update noar ti set v0='N1559NH1EOJB' where id=9; -update noar tt set b0='8J1VLZB1K' where id=9; -update noar ti set b0='8J1VLZB1K' where id=9; -update noar tt set v0='7CGE6Q04TEPCJ7VW' where id=9; -update noar ti set v0='7CGE6Q04TEPCJ7VW' where id=9; -update noar tt set b1='OLOUA' where id=9; -update noar ti set b1='OLOUA' where id=9; -update noar tt set v0='2FTAIAF90EHM2EYGL13FL7J' where id=9; -update noar ti set v0='2FTAIAF90EHM2EYGL13FL7J' where id=9; -update noar tt set b2='GQ8EA' where id=9; -update noar ti set b2='GQ8EA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZO7U7D3DNLFTD2MFBGV5P68WK8NY' where id=1; -update noar ti set v0='ZO7U7D3DNLFTD2MFBGV5P68WK8NY' where id=1; -update noar tt set b0='ZZ169AMK3LRNVY4LLEOQKTM5WWTEM' where id=1; -update noar ti set b0='ZZ169AMK3LRNVY4LLEOQKTM5WWTEM' where id=1; -update noar tt set v0='IYUB' where id=1; -update noar ti set v0='IYUB' where id=1; -update noar tt set b1='ZJOQEHT1LA5K5WTDHQ' where id=1; -update noar ti set b1='ZJOQEHT1LA5K5WTDHQ' where id=1; -update noar tt set v0='VLP3VPHCM' where id=1; -update noar ti set v0='VLP3VPHCM' where id=1; -update noar tt set b2='PG36567LNULM3L6' where id=1; -update noar ti set b2='PG36567LNULM3L6' where id=1; -update noar tt set v0='V8HCGT3WT41FJMEH' where id=2; -update noar ti set v0='V8HCGT3WT41FJMEH' where id=2; -update noar tt set b0='5QISCELYU8KDCIHLLN409LY0Y2LFM' where id=2; -update noar ti set b0='5QISCELYU8KDCIHLLN409LY0Y2LFM' where id=2; -update noar tt set v0='HTWZTQ4CD551X00W9I44YSM9E' where id=2; -update noar ti set v0='HTWZTQ4CD551X00W9I44YSM9E' where id=2; -update noar tt set b1='0V9BUYQ40D3BDUL4XLDV7DXV5T0ABD' where id=2; -update noar ti set b1='0V9BUYQ40D3BDUL4XLDV7DXV5T0ABD' where id=2; -update noar tt set v0='YSCA6E0PU' where id=2; -update noar ti set v0='YSCA6E0PU' where id=2; -update noar tt set b2='US6NQ61QWUE' where id=2; -update noar ti set b2='US6NQ61QWUE' where id=2; -update noar tt set v0='YZSKOG' where id=3; -update noar ti set v0='YZSKOG' where id=3; -update noar tt set b0='DUJCBW9IPF' where id=3; -update noar ti set b0='DUJCBW9IPF' where id=3; -update noar tt set v0='STQ05NUV' where id=3; -update noar ti set v0='STQ05NUV' where id=3; -update noar tt set b1='ZG8R2I1J' where id=3; -update noar ti set b1='ZG8R2I1J' where id=3; -update noar tt set v0='UMI2VHBWV304D889A2E85S6YCT27' where id=3; -update noar ti set v0='UMI2VHBWV304D889A2E85S6YCT27' where id=3; -update noar tt set b2='W5QN2MP754SU2EI113QE0WXUYX' where id=3; -update noar ti set b2='W5QN2MP754SU2EI113QE0WXUYX' where id=3; -update noar tt set v0='16DL356E5HE0RHQLVVHA4JIP73H' where id=4; -update noar ti set v0='16DL356E5HE0RHQLVVHA4JIP73H' where id=4; -update noar tt set b0='P91NYVJ' where id=4; -update noar ti set b0='P91NYVJ' where id=4; -update noar tt set v0='ZL2G24XEZJDM1GUZVT5047SD9' where id=4; -update noar ti set v0='ZL2G24XEZJDM1GUZVT5047SD9' where id=4; -update noar tt set b1='F5DXRNVBJ1QI9' where id=4; -update noar ti set b1='F5DXRNVBJ1QI9' where id=4; -update noar tt set v0='E6DKDKT5GH' where id=4; -update noar ti set v0='E6DKDKT5GH' where id=4; -update noar tt set b2='J7A3VSMEUCAXBJV98O3FT6NLUW' where id=4; -update noar ti set b2='J7A3VSMEUCAXBJV98O3FT6NLUW' where id=4; -update noar tt set v0='WBLV' where id=5; -update noar ti set v0='WBLV' where id=5; -update noar tt set b0='I5L6TZIL4NICY' where id=5; -update noar ti set b0='I5L6TZIL4NICY' where id=5; -update noar tt set v0='10TM8VPCA26948BVGPNM7UY5PFXYH' where id=5; -update noar ti set v0='10TM8VPCA26948BVGPNM7UY5PFXYH' where id=5; -update noar tt set b1='DFBDCAN540J5SC' where id=5; -update noar ti set b1='DFBDCAN540J5SC' where id=5; -update noar tt set v0='SCORH6ALK3CPVIIQ' where id=5; -update noar ti set v0='SCORH6ALK3CPVIIQ' where id=5; -update noar tt set b2='9NQ' where id=5; -update noar ti set b2='9NQ' where id=5; -update noar tt set v0='L9FU1YJPDN24JL2PARHTAFX' where id=6; -update noar ti set v0='L9FU1YJPDN24JL2PARHTAFX' where id=6; -update noar tt set b0='LJ82BOTS1LRZ4ZLO23J0JHO6Y878V' where id=6; -update noar ti set b0='LJ82BOTS1LRZ4ZLO23J0JHO6Y878V' where id=6; -update noar tt set v0='KWJMR5QAE3441O7W293V9B9' where id=6; -update noar ti set v0='KWJMR5QAE3441O7W293V9B9' where id=6; -update noar tt set b1='W7KLN4YPSEP' where id=6; -update noar ti set b1='W7KLN4YPSEP' where id=6; -update noar tt set v0='H5USTX' where id=6; -update noar ti set v0='H5USTX' where id=6; -update noar tt set b2='5PA377A2OWQZIJHGPGC4' where id=6; -update noar ti set b2='5PA377A2OWQZIJHGPGC4' where id=6; -update noar tt set v0='CEL4LFVC6UIFGQSWWITGVN' where id=7; -update noar ti set v0='CEL4LFVC6UIFGQSWWITGVN' where id=7; -update noar tt set b0='OY9YJKK28R9UIU2OZBVH7N0ZZLTE4P6' where id=7; -update noar ti set b0='OY9YJKK28R9UIU2OZBVH7N0ZZLTE4P6' where id=7; -update noar tt set v0='HU053GU4X63YLETGZMX91HYS4M4HX' where id=7; -update noar ti set v0='HU053GU4X63YLETGZMX91HYS4M4HX' where id=7; -update noar tt set b1='C8EDJXRWGHCQ7' where id=7; -update noar ti set b1='C8EDJXRWGHCQ7' where id=7; -update noar tt set v0='B9OSOCDT4BO3CF' where id=7; -update noar ti set v0='B9OSOCDT4BO3CF' where id=7; -update noar tt set b2='792MGR8IKDB4M' where id=7; -update noar ti set b2='792MGR8IKDB4M' where id=7; -update noar tt set v0='0ZCT6UEIP7H5S75' where id=8; -update noar ti set v0='0ZCT6UEIP7H5S75' where id=8; -update noar tt set b0='W66J664SQTDF6G' where id=8; -update noar ti set b0='W66J664SQTDF6G' where id=8; -update noar tt set v0='WAH3824ZXNFEIWQ' where id=8; -update noar ti set v0='WAH3824ZXNFEIWQ' where id=8; -update noar tt set b1='RJHS70ITMWVG0S6N4TMPDODPL' where id=8; -update noar ti set b1='RJHS70ITMWVG0S6N4TMPDODPL' where id=8; -update noar tt set v0='1Z4' where id=8; -update noar ti set v0='1Z4' where id=8; -update noar tt set b2='Y' where id=8; -update noar ti set b2='Y' where id=8; -update noar tt set v0='AG2' where id=9; -update noar ti set v0='AG2' where id=9; -update noar tt set b0='L6NZPTLWR0TY8' where id=9; -update noar ti set b0='L6NZPTLWR0TY8' where id=9; -update noar tt set v0='HVKQFH8SJKCTJEYQ1R' where id=9; -update noar ti set v0='HVKQFH8SJKCTJEYQ1R' where id=9; -update noar tt set b1='VXF0WMDS64J65N' where id=9; -update noar ti set b1='VXF0WMDS64J65N' where id=9; -update noar tt set v0='YABL8SFYRJGGEHFS3CW' where id=9; -update noar ti set v0='YABL8SFYRJGGEHFS3CW' where id=9; -update noar tt set b2='63Y1IBC3XEKPXYQV4KH7' where id=9; -update noar ti set b2='63Y1IBC3XEKPXYQV4KH7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4V3' where id=1; -update noar ti set v0='4V3' where id=1; -update noar tt set b0='IPYCM' where id=1; -update noar ti set b0='IPYCM' where id=1; -update noar tt set v0='MJD71YVRMFSMTMBSQWF251ZJEKTFXB' where id=1; -update noar ti set v0='MJD71YVRMFSMTMBSQWF251ZJEKTFXB' where id=1; -update noar tt set b1='WZUN0' where id=1; -update noar ti set b1='WZUN0' where id=1; -update noar tt set v0='EATAB' where id=1; -update noar ti set v0='EATAB' where id=1; -update noar tt set b2='3A2XFVKANR0MJYXGT59FBC4KB' where id=1; -update noar ti set b2='3A2XFVKANR0MJYXGT59FBC4KB' where id=1; -update noar tt set v0='Q40MBD' where id=2; -update noar ti set v0='Q40MBD' where id=2; -update noar tt set b0='YQAZCMOUEVDDP6S0ZZI6RVCY' where id=2; -update noar ti set b0='YQAZCMOUEVDDP6S0ZZI6RVCY' where id=2; -update noar tt set v0='580L6YWAWE6TXDIQBHVAQ1HHSGAH8VC' where id=2; -update noar ti set v0='580L6YWAWE6TXDIQBHVAQ1HHSGAH8VC' where id=2; -update noar tt set b1='79F0HCZPAAK2XRCL' where id=2; -update noar ti set b1='79F0HCZPAAK2XRCL' where id=2; -update noar tt set v0='ACY8HN5C11JJ0GDNY' where id=2; -update noar ti set v0='ACY8HN5C11JJ0GDNY' where id=2; -update noar tt set b2='CMSUT' where id=2; -update noar ti set b2='CMSUT' where id=2; -update noar tt set v0='XEFIJ4K2QVKTHHIS7MF1A86JFZPFN7' where id=3; -update noar ti set v0='XEFIJ4K2QVKTHHIS7MF1A86JFZPFN7' where id=3; -update noar tt set b0='3IZGGWII' where id=3; -update noar ti set b0='3IZGGWII' where id=3; -update noar tt set v0='BBOOSJU4Y3J' where id=3; -update noar ti set v0='BBOOSJU4Y3J' where id=3; -update noar tt set b1='KFMQ92VC57EN8YV02MWYAZGQJ4TBVY' where id=3; -update noar ti set b1='KFMQ92VC57EN8YV02MWYAZGQJ4TBVY' where id=3; -update noar tt set v0='EKK0FFP1XFUMQ0UUIBVH2OTJTJRXE80I' where id=3; -update noar ti set v0='EKK0FFP1XFUMQ0UUIBVH2OTJTJRXE80I' where id=3; -update noar tt set b2='1P2NXYCR8I2AI039PC5A' where id=3; -update noar ti set b2='1P2NXYCR8I2AI039PC5A' where id=3; -update noar tt set v0='IO7R' where id=4; -update noar ti set v0='IO7R' where id=4; -update noar tt set b0='W6X' where id=4; -update noar ti set b0='W6X' where id=4; -update noar tt set v0='P9PJ71I2J3VPVBHVPKFCO8K9T01T73TU' where id=4; -update noar ti set v0='P9PJ71I2J3VPVBHVPKFCO8K9T01T73TU' where id=4; -update noar tt set b1='V2XRL80933' where id=4; -update noar ti set b1='V2XRL80933' where id=4; -update noar tt set v0='UJYED2HRLBX4VX99NN3CYTBVZ' where id=4; -update noar ti set v0='UJYED2HRLBX4VX99NN3CYTBVZ' where id=4; -update noar tt set b2='5OHLTABSL40' where id=4; -update noar ti set b2='5OHLTABSL40' where id=4; -update noar tt set v0='YUJGL68DCOF' where id=5; -update noar ti set v0='YUJGL68DCOF' where id=5; -update noar tt set b0='CSWMHVZEFWG18YWXYJ9S4QSQRT' where id=5; -update noar ti set b0='CSWMHVZEFWG18YWXYJ9S4QSQRT' where id=5; -update noar tt set v0='0DPY8BQBSCD5O' where id=5; -update noar ti set v0='0DPY8BQBSCD5O' where id=5; -update noar tt set b1='T65QKAUW4OLYFT8' where id=5; -update noar ti set b1='T65QKAUW4OLYFT8' where id=5; -update noar tt set v0='Q3QA4ATUD' where id=5; -update noar ti set v0='Q3QA4ATUD' where id=5; -update noar tt set b2='G1D8R7C4I2G73KW' where id=5; -update noar ti set b2='G1D8R7C4I2G73KW' where id=5; -update noar tt set v0='L0KR' where id=6; -update noar ti set v0='L0KR' where id=6; -update noar tt set b0='V07U6MPNIVMTR2YHOA580CEFYZ5ZBE' where id=6; -update noar ti set b0='V07U6MPNIVMTR2YHOA580CEFYZ5ZBE' where id=6; -update noar tt set v0='T' where id=6; -update noar ti set v0='T' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='7OUJFDFIZ6WN4JOP6L1N3RE6B5X97' where id=6; -update noar ti set v0='7OUJFDFIZ6WN4JOP6L1N3RE6B5X97' where id=6; -update noar tt set b2='N4' where id=6; -update noar ti set b2='N4' where id=6; -update noar tt set v0='JCDE5C81LYQU6N71BD3D0PJDNV95VV' where id=7; -update noar ti set v0='JCDE5C81LYQU6N71BD3D0PJDNV95VV' where id=7; -update noar tt set b0='Z' where id=7; -update noar ti set b0='Z' where id=7; -update noar tt set v0='WCC0XI' where id=7; -update noar ti set v0='WCC0XI' where id=7; -update noar tt set b1='SLD6C' where id=7; -update noar ti set b1='SLD6C' where id=7; -update noar tt set v0='BXA4QJZWCW0259' where id=7; -update noar ti set v0='BXA4QJZWCW0259' where id=7; -update noar tt set b2='HXUFL' where id=7; -update noar ti set b2='HXUFL' where id=7; -update noar tt set v0='U96URWV2KJY7PXDOIHE' where id=8; -update noar ti set v0='U96URWV2KJY7PXDOIHE' where id=8; -update noar tt set b0='NU4BE16QA' where id=8; -update noar ti set b0='NU4BE16QA' where id=8; -update noar tt set v0='1LGOF20CN' where id=8; -update noar ti set v0='1LGOF20CN' where id=8; -update noar tt set b1='RMSAGLSKXX51TIN0SKNQ1XENXZ' where id=8; -update noar ti set b1='RMSAGLSKXX51TIN0SKNQ1XENXZ' where id=8; -update noar tt set v0='QLJL' where id=8; -update noar ti set v0='QLJL' where id=8; -update noar tt set b2='EWIW876964QKSZLTVRXDLRZY4NK6F' where id=8; -update noar ti set b2='EWIW876964QKSZLTVRXDLRZY4NK6F' where id=8; -update noar tt set v0='SV5PMFK697' where id=9; -update noar ti set v0='SV5PMFK697' where id=9; -update noar tt set b0='14QQG7QFB' where id=9; -update noar ti set b0='14QQG7QFB' where id=9; -update noar tt set v0='DDON01WFZ' where id=9; -update noar ti set v0='DDON01WFZ' where id=9; -update noar tt set b1='0MSE3ILJSMC' where id=9; -update noar ti set b1='0MSE3ILJSMC' where id=9; -update noar tt set v0='CKP' where id=9; -update noar ti set v0='CKP' where id=9; -update noar tt set b2='IJQCFGBGPQKI61STIUC2XGBT7' where id=9; -update noar ti set b2='IJQCFGBGPQKI61STIUC2XGBT7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9XDFQHRZ' where id=1; -update noar ti set v0='9XDFQHRZ' where id=1; -update noar tt set b0='AEY7FS3YGODFKFOKNDDJF' where id=1; -update noar ti set b0='AEY7FS3YGODFKFOKNDDJF' where id=1; -update noar tt set v0='RUULZNA5ORJSRYXLUOQWXO85VJTJK15N' where id=1; -update noar ti set v0='RUULZNA5ORJSRYXLUOQWXO85VJTJK15N' where id=1; -update noar tt set b1='VPW5EDB97XAMAT5R67ZAVFOW7' where id=1; -update noar ti set b1='VPW5EDB97XAMAT5R67ZAVFOW7' where id=1; -update noar tt set v0='2OC1UQX7' where id=1; -update noar ti set v0='2OC1UQX7' where id=1; -update noar tt set b2='2DKRI' where id=1; -update noar ti set b2='2DKRI' where id=1; -update noar tt set v0='U4WJJ1' where id=2; -update noar ti set v0='U4WJJ1' where id=2; -update noar tt set b0='WEI' where id=2; -update noar ti set b0='WEI' where id=2; -update noar tt set v0='DOC' where id=2; -update noar ti set v0='DOC' where id=2; -update noar tt set b1='3MH8T' where id=2; -update noar ti set b1='3MH8T' where id=2; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b2='BHADQ1Y9WC2E9RWLCAUB97W2GMS2' where id=2; -update noar ti set b2='BHADQ1Y9WC2E9RWLCAUB97W2GMS2' where id=2; -update noar tt set v0='88VAS8IKNLBXD43R43HOK6' where id=3; -update noar ti set v0='88VAS8IKNLBXD43R43HOK6' where id=3; -update noar tt set b0='83EUI8ZFTT3WQSLEP0VJ' where id=3; -update noar ti set b0='83EUI8ZFTT3WQSLEP0VJ' where id=3; -update noar tt set v0='LMK14CTG9D90JG62SPGHTC' where id=3; -update noar ti set v0='LMK14CTG9D90JG62SPGHTC' where id=3; -update noar tt set b1='SH2K3JUEZ90G2' where id=3; -update noar ti set b1='SH2K3JUEZ90G2' where id=3; -update noar tt set v0='FR6GBB6OD2CMQEPK' where id=3; -update noar ti set v0='FR6GBB6OD2CMQEPK' where id=3; -update noar tt set b2='MP' where id=3; -update noar ti set b2='MP' where id=3; -update noar tt set v0='1W408VSWFUH30W49KRMGA7JSYT7' where id=4; -update noar ti set v0='1W408VSWFUH30W49KRMGA7JSYT7' where id=4; -update noar tt set b0='6L' where id=4; -update noar ti set b0='6L' where id=4; -update noar tt set v0='1PER18ILUB7TD5E1SX' where id=4; -update noar ti set v0='1PER18ILUB7TD5E1SX' where id=4; -update noar tt set b1='926K6RMUXV1HIA4OYK9PTTVKJA06EGM' where id=4; -update noar ti set b1='926K6RMUXV1HIA4OYK9PTTVKJA06EGM' where id=4; -update noar tt set v0='ZALNBXJMGKO' where id=4; -update noar ti set v0='ZALNBXJMGKO' where id=4; -update noar tt set b2='GPURKAN1YXECTLB6LF0UJ9SR5D13ANJ' where id=4; -update noar ti set b2='GPURKAN1YXECTLB6LF0UJ9SR5D13ANJ' where id=4; -update noar tt set v0='IYR' where id=5; -update noar ti set v0='IYR' where id=5; -update noar tt set b0='7L1HYF' where id=5; -update noar ti set b0='7L1HYF' where id=5; -update noar tt set v0='5MRO0E9ZU40IDPRIZO4LC9H8C673' where id=5; -update noar ti set v0='5MRO0E9ZU40IDPRIZO4LC9H8C673' where id=5; -update noar tt set b1='7GOL1TOIYIVVAKOA1MK' where id=5; -update noar ti set b1='7GOL1TOIYIVVAKOA1MK' where id=5; -update noar tt set v0='ZB0Z4B3S5K8' where id=5; -update noar ti set v0='ZB0Z4B3S5K8' where id=5; -update noar tt set b2='GPNONS6AC5BW47UWMMO2BG1CTX' where id=5; -update noar ti set b2='GPNONS6AC5BW47UWMMO2BG1CTX' where id=5; -update noar tt set v0='I0S7IWJX' where id=6; -update noar ti set v0='I0S7IWJX' where id=6; -update noar tt set b0='U9NUFNMZUO' where id=6; -update noar ti set b0='U9NUFNMZUO' where id=6; -update noar tt set v0='YA4Q7DF9HAX' where id=6; -update noar ti set v0='YA4Q7DF9HAX' where id=6; -update noar tt set b1='24RZ77VCJUQDR421R9CFL2BK' where id=6; -update noar ti set b1='24RZ77VCJUQDR421R9CFL2BK' where id=6; -update noar tt set v0='OVMIQQSA466D9V2TXC6GSO756XS' where id=6; -update noar ti set v0='OVMIQQSA466D9V2TXC6GSO756XS' where id=6; -update noar tt set b2='YTRR7P0GK3Y2DV72RE0T9052ZAYZ0Z' where id=6; -update noar ti set b2='YTRR7P0GK3Y2DV72RE0T9052ZAYZ0Z' where id=6; -update noar tt set v0='E41L6VELCJNGSDJGDRNRFD6ZJ2K251LU' where id=7; -update noar ti set v0='E41L6VELCJNGSDJGDRNRFD6ZJ2K251LU' where id=7; -update noar tt set b0='GRVD2LD' where id=7; -update noar ti set b0='GRVD2LD' where id=7; -update noar tt set v0='MOA1LDYHYD1YJMAHWU6V1BY5XFWC' where id=7; -update noar ti set v0='MOA1LDYHYD1YJMAHWU6V1BY5XFWC' where id=7; -update noar tt set b1='G5KK8NSOTNEE' where id=7; -update noar ti set b1='G5KK8NSOTNEE' where id=7; -update noar tt set v0='DWT98IBJOLGJ5PV90VPS8KAFQ8ENX8' where id=7; -update noar ti set v0='DWT98IBJOLGJ5PV90VPS8KAFQ8ENX8' where id=7; -update noar tt set b2='RCK8V6TBBQOLF4HL18G56K8GN6WQF7' where id=7; -update noar ti set b2='RCK8V6TBBQOLF4HL18G56K8GN6WQF7' where id=7; -update noar tt set v0='7KAQKL' where id=8; -update noar ti set v0='7KAQKL' where id=8; -update noar tt set b0='1QK3WK4X7H9ESZLU664' where id=8; -update noar ti set b0='1QK3WK4X7H9ESZLU664' where id=8; -update noar tt set v0='0K8GNCDSCR6HOT6T' where id=8; -update noar ti set v0='0K8GNCDSCR6HOT6T' where id=8; -update noar tt set b1='5FO39K' where id=8; -update noar ti set b1='5FO39K' where id=8; -update noar tt set v0='AMYERIXKF7WF0B3K' where id=8; -update noar ti set v0='AMYERIXKF7WF0B3K' where id=8; -update noar tt set b2='W7Y6K' where id=8; -update noar ti set b2='W7Y6K' where id=8; -update noar tt set v0='05F33BCNFEJLE7C6' where id=9; -update noar ti set v0='05F33BCNFEJLE7C6' where id=9; -update noar tt set b0='BPYFI7GUO7NJ39H22DJAZA575' where id=9; -update noar ti set b0='BPYFI7GUO7NJ39H22DJAZA575' where id=9; -update noar tt set v0='C1HM7JT' where id=9; -update noar ti set v0='C1HM7JT' where id=9; -update noar tt set b1='86NV1CKWSU1H2' where id=9; -update noar ti set b1='86NV1CKWSU1H2' where id=9; -update noar tt set v0='8N8GD' where id=9; -update noar ti set v0='8N8GD' where id=9; -update noar tt set b2='PO' where id=9; -update noar ti set b2='PO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ODV7UPZ7EQHSMLPPJISN7H33KN1DWL' where id=1; -update noar ti set v0='ODV7UPZ7EQHSMLPPJISN7H33KN1DWL' where id=1; -update noar tt set b0='NOMJ14GOTT' where id=1; -update noar ti set b0='NOMJ14GOTT' where id=1; -update noar tt set v0='A4WJYQDLIKP4KE3B2Y' where id=1; -update noar ti set v0='A4WJYQDLIKP4KE3B2Y' where id=1; -update noar tt set b1='3VPZR1RFYV5N3J2GPE' where id=1; -update noar ti set b1='3VPZR1RFYV5N3J2GPE' where id=1; -update noar tt set v0='A41YVCQYFG116I8L5' where id=1; -update noar ti set v0='A41YVCQYFG116I8L5' where id=1; -update noar tt set b2='VXPLF1PRL6ONXYUDMQGU4UZ6CJUX2E' where id=1; -update noar ti set b2='VXPLF1PRL6ONXYUDMQGU4UZ6CJUX2E' where id=1; -update noar tt set v0='F00WR8Y127NFVLB9LPDLSK6QS516O4' where id=2; -update noar ti set v0='F00WR8Y127NFVLB9LPDLSK6QS516O4' where id=2; -update noar tt set b0='GQ2Q' where id=2; -update noar ti set b0='GQ2Q' where id=2; -update noar tt set v0='8Q8UE61TB7C3MBLUAKQA6VDI' where id=2; -update noar ti set v0='8Q8UE61TB7C3MBLUAKQA6VDI' where id=2; -update noar tt set b1='R' where id=2; -update noar ti set b1='R' where id=2; -update noar tt set v0='F8LDN0I' where id=2; -update noar ti set v0='F8LDN0I' where id=2; -update noar tt set b2='PVJTI3VB6BC' where id=2; -update noar ti set b2='PVJTI3VB6BC' where id=2; -update noar tt set v0='ZNRYIVVL05C6KS228393WZ' where id=3; -update noar ti set v0='ZNRYIVVL05C6KS228393WZ' where id=3; -update noar tt set b0='DZL50VC9OUDR8QOP' where id=3; -update noar ti set b0='DZL50VC9OUDR8QOP' where id=3; -update noar tt set v0='VE' where id=3; -update noar ti set v0='VE' where id=3; -update noar tt set b1='SMJQGFR' where id=3; -update noar ti set b1='SMJQGFR' where id=3; -update noar tt set v0='AZ738MJ3ZEFMC4ZMBKDF38Y' where id=3; -update noar ti set v0='AZ738MJ3ZEFMC4ZMBKDF38Y' where id=3; -update noar tt set b2='4ZKQ61RGQ' where id=3; -update noar ti set b2='4ZKQ61RGQ' where id=3; -update noar tt set v0='IXIGZ9FZ' where id=4; -update noar ti set v0='IXIGZ9FZ' where id=4; -update noar tt set b0='QK244O0B0JZ0XAQY98' where id=4; -update noar ti set b0='QK244O0B0JZ0XAQY98' where id=4; -update noar tt set v0='XDVDW8RS54769WL993Q5' where id=4; -update noar ti set v0='XDVDW8RS54769WL993Q5' where id=4; -update noar tt set b1='PR1175' where id=4; -update noar ti set b1='PR1175' where id=4; -update noar tt set v0='29H7DBRF77936UVQUW' where id=4; -update noar ti set v0='29H7DBRF77936UVQUW' where id=4; -update noar tt set b2='BT2GAW54DFR9KYRCTN6517U6CIOW' where id=4; -update noar ti set b2='BT2GAW54DFR9KYRCTN6517U6CIOW' where id=4; -update noar tt set v0='ZE97K91' where id=5; -update noar ti set v0='ZE97K91' where id=5; -update noar tt set b0='6W9MIP3YW' where id=5; -update noar ti set b0='6W9MIP3YW' where id=5; -update noar tt set v0='SZTHASRIIJB6IWKTRKDHG29O3NEVP' where id=5; -update noar ti set v0='SZTHASRIIJB6IWKTRKDHG29O3NEVP' where id=5; -update noar tt set b1='IX0ET6JRLBQAE4U8MHDZVZNF0I8O' where id=5; -update noar ti set b1='IX0ET6JRLBQAE4U8MHDZVZNF0I8O' where id=5; -update noar tt set v0='W7KY2H9W7CK6K9P2BXXB9CYKY9' where id=5; -update noar ti set v0='W7KY2H9W7CK6K9P2BXXB9CYKY9' where id=5; -update noar tt set b2='84' where id=5; -update noar ti set b2='84' where id=5; -update noar tt set v0='RZRDIVG6ODN0SF8UOJX16K04B5X' where id=6; -update noar ti set v0='RZRDIVG6ODN0SF8UOJX16K04B5X' where id=6; -update noar tt set b0='SQFF04JOJ1IJXKG8VQSZB0TINX' where id=6; -update noar ti set b0='SQFF04JOJ1IJXKG8VQSZB0TINX' where id=6; -update noar tt set v0='T12NKR7DAXXQ' where id=6; -update noar ti set v0='T12NKR7DAXXQ' where id=6; -update noar tt set b1='UFLYIJVHAGE0JE5K4H6BZGC5LLYY' where id=6; -update noar ti set b1='UFLYIJVHAGE0JE5K4H6BZGC5LLYY' where id=6; -update noar tt set v0='FK2DCYYAYRR3KK' where id=6; -update noar ti set v0='FK2DCYYAYRR3KK' where id=6; -update noar tt set b2='7J' where id=6; -update noar ti set b2='7J' where id=6; -update noar tt set v0='KIR385LYTO2AK7L91' where id=7; -update noar ti set v0='KIR385LYTO2AK7L91' where id=7; -update noar tt set b0='4RXSJKU6XR8VZHJX10917N2FOFXS4YN' where id=7; -update noar ti set b0='4RXSJKU6XR8VZHJX10917N2FOFXS4YN' where id=7; -update noar tt set v0='PDCQIAUNNHVM7A8O1M0QAFW4IABLWX' where id=7; -update noar ti set v0='PDCQIAUNNHVM7A8O1M0QAFW4IABLWX' where id=7; -update noar tt set b1='FJVN7GTNZFMU46135YV35GH417G1T' where id=7; -update noar ti set b1='FJVN7GTNZFMU46135YV35GH417G1T' where id=7; -update noar tt set v0='S045UNV956NY4XKKLKJZBPGOBJ0J6CH' where id=7; -update noar ti set v0='S045UNV956NY4XKKLKJZBPGOBJ0J6CH' where id=7; -update noar tt set b2='9WMSZHX3WH2I35EG9O1' where id=7; -update noar ti set b2='9WMSZHX3WH2I35EG9O1' where id=7; -update noar tt set v0='1SFRKQD3NA1M48WH4FIXK5QY1BK' where id=8; -update noar ti set v0='1SFRKQD3NA1M48WH4FIXK5QY1BK' where id=8; -update noar tt set b0='LVYZFAB8I77YXFVO3O71WXNWCP0B' where id=8; -update noar ti set b0='LVYZFAB8I77YXFVO3O71WXNWCP0B' where id=8; -update noar tt set v0='XDS2HZ2MLTVU0EBGFB8AVYDX5FRCXK' where id=8; -update noar ti set v0='XDS2HZ2MLTVU0EBGFB8AVYDX5FRCXK' where id=8; -update noar tt set b1='4FS6QG3M8Q' where id=8; -update noar ti set b1='4FS6QG3M8Q' where id=8; -update noar tt set v0='RB5ZSM7NYGHDVSLGWRODNCD8' where id=8; -update noar ti set v0='RB5ZSM7NYGHDVSLGWRODNCD8' where id=8; -update noar tt set b2='O628V85DSK1' where id=8; -update noar ti set b2='O628V85DSK1' where id=8; -update noar tt set v0='7JP47VJLJRBTUI4S4SD8X4TN7GR5FDV' where id=9; -update noar ti set v0='7JP47VJLJRBTUI4S4SD8X4TN7GR5FDV' where id=9; -update noar tt set b0='7IDGS' where id=9; -update noar ti set b0='7IDGS' where id=9; -update noar tt set v0='TGJRIIRWWT4H0UYYH' where id=9; -update noar ti set v0='TGJRIIRWWT4H0UYYH' where id=9; -update noar tt set b1='CWFNXGFKIYSLTVM0AODZNRYH91F' where id=9; -update noar ti set b1='CWFNXGFKIYSLTVM0AODZNRYH91F' where id=9; -update noar tt set v0='D4IFZ9UQ08CA5' where id=9; -update noar ti set v0='D4IFZ9UQ08CA5' where id=9; -update noar tt set b2='ANVVLU062TAZOYGEN8ACB5C' where id=9; -update noar ti set b2='ANVVLU062TAZOYGEN8ACB5C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4M8YLA24RDDDL' where id=1; -update noar ti set v0='4M8YLA24RDDDL' where id=1; -update noar tt set b0='D4TP2IW6' where id=1; -update noar ti set b0='D4TP2IW6' where id=1; -update noar tt set v0='USQLL20Y9WEOOQJP9TE29YON1QB5IIS' where id=1; -update noar ti set v0='USQLL20Y9WEOOQJP9TE29YON1QB5IIS' where id=1; -update noar tt set b1='9CJPKGQ3W' where id=1; -update noar ti set b1='9CJPKGQ3W' where id=1; -update noar tt set v0='X0UP' where id=1; -update noar ti set v0='X0UP' where id=1; -update noar tt set b2='OKWPTR2D' where id=1; -update noar ti set b2='OKWPTR2D' where id=1; -update noar tt set v0='AF4ZO89HLZUL2R69POVU' where id=2; -update noar ti set v0='AF4ZO89HLZUL2R69POVU' where id=2; -update noar tt set b0='OU9P29YYO0' where id=2; -update noar ti set b0='OU9P29YYO0' where id=2; -update noar tt set v0='WRV5NIK57C8HU' where id=2; -update noar ti set v0='WRV5NIK57C8HU' where id=2; -update noar tt set b1='3NDY8RJLSAADPNBQRDDBD4PM333R1B' where id=2; -update noar ti set b1='3NDY8RJLSAADPNBQRDDBD4PM333R1B' where id=2; -update noar tt set v0='LSG95QU89O8GKJ9DDM32S561JXNR3T4B' where id=2; -update noar ti set v0='LSG95QU89O8GKJ9DDM32S561JXNR3T4B' where id=2; -update noar tt set b2='4UJ0BCHI3FUXJVN2H7Z2I7YN' where id=2; -update noar ti set b2='4UJ0BCHI3FUXJVN2H7Z2I7YN' where id=2; -update noar tt set v0='WEBJ' where id=3; -update noar ti set v0='WEBJ' where id=3; -update noar tt set b0='AG62V7OP8YSOGHHTBRDD9NH90M' where id=3; -update noar ti set b0='AG62V7OP8YSOGHHTBRDD9NH90M' where id=3; -update noar tt set v0='I9OFH' where id=3; -update noar ti set v0='I9OFH' where id=3; -update noar tt set b1='70D7UOBABGBCPMYGAL53EBJXWLMT' where id=3; -update noar ti set b1='70D7UOBABGBCPMYGAL53EBJXWLMT' where id=3; -update noar tt set v0='MV0BE2G5T3ZH69PLRH99KH6G4J8' where id=3; -update noar ti set v0='MV0BE2G5T3ZH69PLRH99KH6G4J8' where id=3; -update noar tt set b2='2BHYFO5VOCEO986NH4E6W77ZL6' where id=3; -update noar ti set b2='2BHYFO5VOCEO986NH4E6W77ZL6' where id=3; -update noar tt set v0='EF6DN0FYBD59BGLGQR' where id=4; -update noar ti set v0='EF6DN0FYBD59BGLGQR' where id=4; -update noar tt set b0='DYUOA3M5' where id=4; -update noar ti set b0='DYUOA3M5' where id=4; -update noar tt set v0='VKZ0EFQ4IB2NMUY1PSE43U2Q' where id=4; -update noar ti set v0='VKZ0EFQ4IB2NMUY1PSE43U2Q' where id=4; -update noar tt set b1='9XYPYQZQ360YTCSMHAK1HHNCL20POR' where id=4; -update noar ti set b1='9XYPYQZQ360YTCSMHAK1HHNCL20POR' where id=4; -update noar tt set v0='F372VYQTVDPGYJ6YJEWN1BP7OIMUUI' where id=4; -update noar ti set v0='F372VYQTVDPGYJ6YJEWN1BP7OIMUUI' where id=4; -update noar tt set b2='7ZYPK9Q' where id=4; -update noar ti set b2='7ZYPK9Q' where id=4; -update noar tt set v0='69O5' where id=5; -update noar ti set v0='69O5' where id=5; -update noar tt set b0='KSNF96TJ6HMRC9' where id=5; -update noar ti set b0='KSNF96TJ6HMRC9' where id=5; -update noar tt set v0='P0Q54' where id=5; -update noar ti set v0='P0Q54' where id=5; -update noar tt set b1='Z6' where id=5; -update noar ti set b1='Z6' where id=5; -update noar tt set v0='EOS2HQE0FNIXLRPI' where id=5; -update noar ti set v0='EOS2HQE0FNIXLRPI' where id=5; -update noar tt set b2='OY946LJQ3MQ555ZHHJEGPSO2E7ZTP' where id=5; -update noar ti set b2='OY946LJQ3MQ555ZHHJEGPSO2E7ZTP' where id=5; -update noar tt set v0='3JOTKETQCGE27KEUDNJYXXCKSJVUIA' where id=6; -update noar ti set v0='3JOTKETQCGE27KEUDNJYXXCKSJVUIA' where id=6; -update noar tt set b0='YHQDCVI' where id=6; -update noar ti set b0='YHQDCVI' where id=6; -update noar tt set v0='O2P00KQLPWIS6XCHJN78EFEUPJX7G8ND' where id=6; -update noar ti set v0='O2P00KQLPWIS6XCHJN78EFEUPJX7G8ND' where id=6; -update noar tt set b1='KPECLAOA' where id=6; -update noar ti set b1='KPECLAOA' where id=6; -update noar tt set v0='VGSOA0ZC' where id=6; -update noar ti set v0='VGSOA0ZC' where id=6; -update noar tt set b2='RUPIDL7O5UGPY' where id=6; -update noar ti set b2='RUPIDL7O5UGPY' where id=6; -update noar tt set v0='339AJBNX5BLY4OJ9IAQWQY' where id=7; -update noar ti set v0='339AJBNX5BLY4OJ9IAQWQY' where id=7; -update noar tt set b0='OZZNDH9KJ9NONF322ONYO3R7' where id=7; -update noar ti set b0='OZZNDH9KJ9NONF322ONYO3R7' where id=7; -update noar tt set v0='96' where id=7; -update noar ti set v0='96' where id=7; -update noar tt set b1='5REZ7R8JAZGCKN86H3' where id=7; -update noar ti set b1='5REZ7R8JAZGCKN86H3' where id=7; -update noar tt set v0='Z3FX9XT7MR3JIMCS8' where id=7; -update noar ti set v0='Z3FX9XT7MR3JIMCS8' where id=7; -update noar tt set b2='UJSTK5XOL5ZBFOSLUZX5N' where id=7; -update noar ti set b2='UJSTK5XOL5ZBFOSLUZX5N' where id=7; -update noar tt set v0='CGCYXO2SQ75H8GGE97SIO' where id=8; -update noar ti set v0='CGCYXO2SQ75H8GGE97SIO' where id=8; -update noar tt set b0='TGFIKBRLL' where id=8; -update noar ti set b0='TGFIKBRLL' where id=8; -update noar tt set v0='HRFE9X742SWXI0L1KSK7XUIN' where id=8; -update noar ti set v0='HRFE9X742SWXI0L1KSK7XUIN' where id=8; -update noar tt set b1='9ECT3260X69' where id=8; -update noar ti set b1='9ECT3260X69' where id=8; -update noar tt set v0='EIHZ1DCJ5MRT' where id=8; -update noar ti set v0='EIHZ1DCJ5MRT' where id=8; -update noar tt set b2='S7FMCMBWO' where id=8; -update noar ti set b2='S7FMCMBWO' where id=8; -update noar tt set v0='2NPSJYS8LQ' where id=9; -update noar ti set v0='2NPSJYS8LQ' where id=9; -update noar tt set b0='AHUV6N' where id=9; -update noar ti set b0='AHUV6N' where id=9; -update noar tt set v0='NBSMH39QV6CFZSCTWNTOIC3MGHISMRSJ' where id=9; -update noar ti set v0='NBSMH39QV6CFZSCTWNTOIC3MGHISMRSJ' where id=9; -update noar tt set b1='7VQZ487C6NWN02T6DJ6YI4BF' where id=9; -update noar ti set b1='7VQZ487C6NWN02T6DJ6YI4BF' where id=9; -update noar tt set v0='SAOX07KTBIV040IBBWIID8' where id=9; -update noar ti set v0='SAOX07KTBIV040IBBWIID8' where id=9; -update noar tt set b2='0937' where id=9; -update noar ti set b2='0937' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JQZKF4OF4I1HY5' where id=1; -update noar ti set v0='JQZKF4OF4I1HY5' where id=1; -update noar tt set b0='QO3A' where id=1; -update noar ti set b0='QO3A' where id=1; -update noar tt set v0='64Q02FVIQJXQ5V' where id=1; -update noar ti set v0='64Q02FVIQJXQ5V' where id=1; -update noar tt set b1='YISKHI6URNRY0C22XGVH997WJ9HJROT' where id=1; -update noar ti set b1='YISKHI6URNRY0C22XGVH997WJ9HJROT' where id=1; -update noar tt set v0='CKKZN' where id=1; -update noar ti set v0='CKKZN' where id=1; -update noar tt set b2='HS' where id=1; -update noar ti set b2='HS' where id=1; -update noar tt set v0='T62APNUZGXYDEDGZW' where id=2; -update noar ti set v0='T62APNUZGXYDEDGZW' where id=2; -update noar tt set b0='S0PZCLTW' where id=2; -update noar ti set b0='S0PZCLTW' where id=2; -update noar tt set v0='6BZDJEJBTOQB1BB8ATW6WTP2' where id=2; -update noar ti set v0='6BZDJEJBTOQB1BB8ATW6WTP2' where id=2; -update noar tt set b1='4KZSC0E8W5VVPG1EK3R9FO8' where id=2; -update noar ti set b1='4KZSC0E8W5VVPG1EK3R9FO8' where id=2; -update noar tt set v0='3APFGA41351E35UKW9GNYR8' where id=2; -update noar ti set v0='3APFGA41351E35UKW9GNYR8' where id=2; -update noar tt set b2='FUN2K93OFXEZWLSCQ46N' where id=2; -update noar ti set b2='FUN2K93OFXEZWLSCQ46N' where id=2; -update noar tt set v0='3RBPJYLTC9Z' where id=3; -update noar ti set v0='3RBPJYLTC9Z' where id=3; -update noar tt set b0='DOYCKN0TFXCL63SG2HTVD3V' where id=3; -update noar ti set b0='DOYCKN0TFXCL63SG2HTVD3V' where id=3; -update noar tt set v0='85KW55IBZ6J2DLA3N5P7' where id=3; -update noar ti set v0='85KW55IBZ6J2DLA3N5P7' where id=3; -update noar tt set b1='DBVAH1A0V21O' where id=3; -update noar ti set b1='DBVAH1A0V21O' where id=3; -update noar tt set v0='HPK4HGY6BR9O5AZMC5HIU' where id=3; -update noar ti set v0='HPK4HGY6BR9O5AZMC5HIU' where id=3; -update noar tt set b2='YIPB2XUE3E42CFP9S8QNMEB8P' where id=3; -update noar ti set b2='YIPB2XUE3E42CFP9S8QNMEB8P' where id=3; -update noar tt set v0='DTU60U3L8B3GS3TVQ1CEKNOPP6' where id=4; -update noar ti set v0='DTU60U3L8B3GS3TVQ1CEKNOPP6' where id=4; -update noar tt set b0='WQFEFIK' where id=4; -update noar ti set b0='WQFEFIK' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='G1P' where id=4; -update noar ti set b1='G1P' where id=4; -update noar tt set v0='LVG069PMOYPFNUJJ' where id=4; -update noar ti set v0='LVG069PMOYPFNUJJ' where id=4; -update noar tt set b2='17N4KB5YXDCAFFPN6VR' where id=4; -update noar ti set b2='17N4KB5YXDCAFFPN6VR' where id=4; -update noar tt set v0='NAL2IETRW4AW' where id=5; -update noar ti set v0='NAL2IETRW4AW' where id=5; -update noar tt set b0='27CI4KSS9ARHQVVM5K7' where id=5; -update noar ti set b0='27CI4KSS9ARHQVVM5K7' where id=5; -update noar tt set v0='AQ' where id=5; -update noar ti set v0='AQ' where id=5; -update noar tt set b1='0WWOL64LIXTQAP' where id=5; -update noar ti set b1='0WWOL64LIXTQAP' where id=5; -update noar tt set v0='W9IN034RPM5EEE8616Y3HRMNCRQ' where id=5; -update noar ti set v0='W9IN034RPM5EEE8616Y3HRMNCRQ' where id=5; -update noar tt set b2='9KEK93ZX' where id=5; -update noar ti set b2='9KEK93ZX' where id=5; -update noar tt set v0='PT' where id=6; -update noar ti set v0='PT' where id=6; -update noar tt set b0='HSCGIIQLA7HDBXD8OD76BLBL71NR1V' where id=6; -update noar ti set b0='HSCGIIQLA7HDBXD8OD76BLBL71NR1V' where id=6; -update noar tt set v0='ORYP20BYRK5WZMCT0NLRXM17SQUV' where id=6; -update noar ti set v0='ORYP20BYRK5WZMCT0NLRXM17SQUV' where id=6; -update noar tt set b1='1RC8HR6W8PEX1ESIJKI59' where id=6; -update noar ti set b1='1RC8HR6W8PEX1ESIJKI59' where id=6; -update noar tt set v0='Q3BOBVB4JTSSW9SA' where id=6; -update noar ti set v0='Q3BOBVB4JTSSW9SA' where id=6; -update noar tt set b2='J' where id=6; -update noar ti set b2='J' where id=6; -update noar tt set v0='D1EFQ3' where id=7; -update noar ti set v0='D1EFQ3' where id=7; -update noar tt set b0='BQE81RMMANSTYPPJKMJY' where id=7; -update noar ti set b0='BQE81RMMANSTYPPJKMJY' where id=7; -update noar tt set v0='7D52MJWV22ALOWVGQ21AEQTGOV5' where id=7; -update noar ti set v0='7D52MJWV22ALOWVGQ21AEQTGOV5' where id=7; -update noar tt set b1='MIDSBIHN0PG0Z831SUT5SPAA' where id=7; -update noar ti set b1='MIDSBIHN0PG0Z831SUT5SPAA' where id=7; -update noar tt set v0='UNTWDR' where id=7; -update noar ti set v0='UNTWDR' where id=7; -update noar tt set b2='K' where id=7; -update noar ti set b2='K' where id=7; -update noar tt set v0='AGY8E' where id=8; -update noar ti set v0='AGY8E' where id=8; -update noar tt set b0='TZCZEWYVWF5' where id=8; -update noar ti set b0='TZCZEWYVWF5' where id=8; -update noar tt set v0='YGA1WRO' where id=8; -update noar ti set v0='YGA1WRO' where id=8; -update noar tt set b1='QEZUWVP5Z62YHFHZDK' where id=8; -update noar ti set b1='QEZUWVP5Z62YHFHZDK' where id=8; -update noar tt set v0='86RZ' where id=8; -update noar ti set v0='86RZ' where id=8; -update noar tt set b2='0RWFZ7TPE63V6EEGKUYDHNHKL9VC' where id=8; -update noar ti set b2='0RWFZ7TPE63V6EEGKUYDHNHKL9VC' where id=8; -update noar tt set v0='DJLR7ZN66VHP5SJ52T1SJHXT6FFA' where id=9; -update noar ti set v0='DJLR7ZN66VHP5SJ52T1SJHXT6FFA' where id=9; -update noar tt set b0='ZXE0OG6EKSIR6J7Q1J0O2L5L' where id=9; -update noar ti set b0='ZXE0OG6EKSIR6J7Q1J0O2L5L' where id=9; -update noar tt set v0='F2XC3WBW3HC3RJNH' where id=9; -update noar ti set v0='F2XC3WBW3HC3RJNH' where id=9; -update noar tt set b1='F0I7I9R5XRXEH7WLIV00HC' where id=9; -update noar ti set b1='F0I7I9R5XRXEH7WLIV00HC' where id=9; -update noar tt set v0='T2NMZ9CR6MSWJ1I4D8N0IX8' where id=9; -update noar ti set v0='T2NMZ9CR6MSWJ1I4D8N0IX8' where id=9; -update noar tt set b2='XPFUETP3' where id=9; -update noar ti set b2='XPFUETP3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AQKVGZ6XDYVP' where id=1; -update noar ti set v0='AQKVGZ6XDYVP' where id=1; -update noar tt set b0='RBDJUEY5' where id=1; -update noar ti set b0='RBDJUEY5' where id=1; -update noar tt set v0='CQT4S9WM3IQUH3V40V4BW51WM' where id=1; -update noar ti set v0='CQT4S9WM3IQUH3V40V4BW51WM' where id=1; -update noar tt set b1='UQD5Y83TYJAJKZBJHMR171ZLSM' where id=1; -update noar ti set b1='UQD5Y83TYJAJKZBJHMR171ZLSM' where id=1; -update noar tt set v0='52K1R59WZ76P2GNL' where id=1; -update noar ti set v0='52K1R59WZ76P2GNL' where id=1; -update noar tt set b2='28RU6X7TPTCVKG8UMNFF36P' where id=1; -update noar ti set b2='28RU6X7TPTCVKG8UMNFF36P' where id=1; -update noar tt set v0='36AINGN9ZBYYFONO3JMRVXK4' where id=2; -update noar ti set v0='36AINGN9ZBYYFONO3JMRVXK4' where id=2; -update noar tt set b0='YIYS3UU6H' where id=2; -update noar ti set b0='YIYS3UU6H' where id=2; -update noar tt set v0='M1SYAHOU0961UPPGEXP' where id=2; -update noar ti set v0='M1SYAHOU0961UPPGEXP' where id=2; -update noar tt set b1='TJ81E5JY0X7XZJCDIE' where id=2; -update noar ti set b1='TJ81E5JY0X7XZJCDIE' where id=2; -update noar tt set v0='LG0TMT' where id=2; -update noar ti set v0='LG0TMT' where id=2; -update noar tt set b2='07ITRA1Y' where id=2; -update noar ti set b2='07ITRA1Y' where id=2; -update noar tt set v0='68XHZKEH98X4TKD' where id=3; -update noar ti set v0='68XHZKEH98X4TKD' where id=3; -update noar tt set b0='Q1X1SSM4P' where id=3; -update noar ti set b0='Q1X1SSM4P' where id=3; -update noar tt set v0='BHUGLWAG9IM' where id=3; -update noar ti set v0='BHUGLWAG9IM' where id=3; -update noar tt set b1='OR1TW6KTV4R7LM' where id=3; -update noar ti set b1='OR1TW6KTV4R7LM' where id=3; -update noar tt set v0='0361U4' where id=3; -update noar ti set v0='0361U4' where id=3; -update noar tt set b2='IH732A3V2MGGAGU8KKA8W' where id=3; -update noar ti set b2='IH732A3V2MGGAGU8KKA8W' where id=3; -update noar tt set v0='11EH8WAD5X0C6D8L3I3S' where id=4; -update noar ti set v0='11EH8WAD5X0C6D8L3I3S' where id=4; -update noar tt set b0='QVW7DDBC5' where id=4; -update noar ti set b0='QVW7DDBC5' where id=4; -update noar tt set v0='J0VYFHP35ATPVPKTCTJA9T2MQ09SW2' where id=4; -update noar ti set v0='J0VYFHP35ATPVPKTCTJA9T2MQ09SW2' where id=4; -update noar tt set b1='NHRQEPGF65BAAFBM317QIHWZ5T' where id=4; -update noar ti set b1='NHRQEPGF65BAAFBM317QIHWZ5T' where id=4; -update noar tt set v0='G0WOKPSIH2WJM2KP74CNE4VG64DD7MKT' where id=4; -update noar ti set v0='G0WOKPSIH2WJM2KP74CNE4VG64DD7MKT' where id=4; -update noar tt set b2='2UREJR0VTFHVY1Y8BW' where id=4; -update noar ti set b2='2UREJR0VTFHVY1Y8BW' where id=4; -update noar tt set v0='PEIABRO5VVBGRX2L556BFPJCC' where id=5; -update noar ti set v0='PEIABRO5VVBGRX2L556BFPJCC' where id=5; -update noar tt set b0='S0N67UTCBDKPWZLX0' where id=5; -update noar ti set b0='S0N67UTCBDKPWZLX0' where id=5; -update noar tt set v0='6Y6RNTSBC74' where id=5; -update noar ti set v0='6Y6RNTSBC74' where id=5; -update noar tt set b1='2JOF0P' where id=5; -update noar ti set b1='2JOF0P' where id=5; -update noar tt set v0='O9VXISL7JSAS2SA4VVS37CTC' where id=5; -update noar ti set v0='O9VXISL7JSAS2SA4VVS37CTC' where id=5; -update noar tt set b2='IAXLA99RXUBLC266TWBAMA5WHDXAA2ZD' where id=5; -update noar ti set b2='IAXLA99RXUBLC266TWBAMA5WHDXAA2ZD' where id=5; -update noar tt set v0='306AFPW' where id=6; -update noar ti set v0='306AFPW' where id=6; -update noar tt set b0='N5CP6VWDJJ9Y2JEJUPASJECMTXU6AMF' where id=6; -update noar ti set b0='N5CP6VWDJJ9Y2JEJUPASJECMTXU6AMF' where id=6; -update noar tt set v0='K1LM42BJW3EZWKU6' where id=6; -update noar ti set v0='K1LM42BJW3EZWKU6' where id=6; -update noar tt set b1='A3T7DGBY857NX1S' where id=6; -update noar ti set b1='A3T7DGBY857NX1S' where id=6; -update noar tt set v0='2U14QTNCNU2' where id=6; -update noar ti set v0='2U14QTNCNU2' where id=6; -update noar tt set b2='Z5BKVUHN6EDLVIT7UT9TUJK3' where id=6; -update noar ti set b2='Z5BKVUHN6EDLVIT7UT9TUJK3' where id=6; -update noar tt set v0='Q39KXSZKKW6W7ZVV' where id=7; -update noar ti set v0='Q39KXSZKKW6W7ZVV' where id=7; -update noar tt set b0='DY7E0' where id=7; -update noar ti set b0='DY7E0' where id=7; -update noar tt set v0='BP02QLIKA3GSK9IBRM0O4YI1' where id=7; -update noar ti set v0='BP02QLIKA3GSK9IBRM0O4YI1' where id=7; -update noar tt set b1='JZWJW34TDPV4NDSPK59L6' where id=7; -update noar ti set b1='JZWJW34TDPV4NDSPK59L6' where id=7; -update noar tt set v0='AMSO269EUQLFWBS1H6' where id=7; -update noar ti set v0='AMSO269EUQLFWBS1H6' where id=7; -update noar tt set b2='PSOXACLVZFR1LKX4LE7WIUSHWCS6U6R8' where id=7; -update noar ti set b2='PSOXACLVZFR1LKX4LE7WIUSHWCS6U6R8' where id=7; -update noar tt set v0='NF1976' where id=8; -update noar ti set v0='NF1976' where id=8; -update noar tt set b0='L2ADQY8GAIKROUZW74NATT7HE3CW6YC' where id=8; -update noar ti set b0='L2ADQY8GAIKROUZW74NATT7HE3CW6YC' where id=8; -update noar tt set v0='25E7C4AMBKJ6Q' where id=8; -update noar ti set v0='25E7C4AMBKJ6Q' where id=8; -update noar tt set b1='DAX' where id=8; -update noar ti set b1='DAX' where id=8; -update noar tt set v0='2BF186R9DC15VUHUZ4IWAICEQT' where id=8; -update noar ti set v0='2BF186R9DC15VUHUZ4IWAICEQT' where id=8; -update noar tt set b2='IETXCKKXSE81ZDM04A4V5J13PH' where id=8; -update noar ti set b2='IETXCKKXSE81ZDM04A4V5J13PH' where id=8; -update noar tt set v0='LC3OYXYDW26M0QJ8RC2F2' where id=9; -update noar ti set v0='LC3OYXYDW26M0QJ8RC2F2' where id=9; -update noar tt set b0='MOA1WS3U3YSSLT05' where id=9; -update noar ti set b0='MOA1WS3U3YSSLT05' where id=9; -update noar tt set v0='DFO4RL9FOZ9BW6TYMP58GSJJW6' where id=9; -update noar ti set v0='DFO4RL9FOZ9BW6TYMP58GSJJW6' where id=9; -update noar tt set b1='Z5HQE' where id=9; -update noar ti set b1='Z5HQE' where id=9; -update noar tt set v0='AFB3ADFRP7H' where id=9; -update noar ti set v0='AFB3ADFRP7H' where id=9; -update noar tt set b2='YLQTW6457I0M05Y5A4NZG6KE' where id=9; -update noar ti set b2='YLQTW6457I0M05Y5A4NZG6KE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1QFLEOZY95V7GPXG' where id=1; -update noar ti set v0='1QFLEOZY95V7GPXG' where id=1; -update noar tt set b0='5N8T3FBDVP3D54MDD8VDP' where id=1; -update noar ti set b0='5N8T3FBDVP3D54MDD8VDP' where id=1; -update noar tt set v0='ES2HN9AFEBGV' where id=1; -update noar ti set v0='ES2HN9AFEBGV' where id=1; -update noar tt set b1='65WISW1WR30DZZN2OX' where id=1; -update noar ti set b1='65WISW1WR30DZZN2OX' where id=1; -update noar tt set v0='XEQRFC411G4VTSM0' where id=1; -update noar ti set v0='XEQRFC411G4VTSM0' where id=1; -update noar tt set b2='HBCU' where id=1; -update noar ti set b2='HBCU' where id=1; -update noar tt set v0='GEBTNO62' where id=2; -update noar ti set v0='GEBTNO62' where id=2; -update noar tt set b0='VZE9RJMBAWUF81G' where id=2; -update noar ti set b0='VZE9RJMBAWUF81G' where id=2; -update noar tt set v0='H3F3473K1OJG3FJG18' where id=2; -update noar ti set v0='H3F3473K1OJG3FJG18' where id=2; -update noar tt set b1='SNERJMZOPU' where id=2; -update noar ti set b1='SNERJMZOPU' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='U6' where id=2; -update noar ti set b2='U6' where id=2; -update noar tt set v0='XXQVK9YR491UB0WIM0A2' where id=3; -update noar ti set v0='XXQVK9YR491UB0WIM0A2' where id=3; -update noar tt set b0='XJYZLCRXTR02LGTY4G' where id=3; -update noar ti set b0='XJYZLCRXTR02LGTY4G' where id=3; -update noar tt set v0='V4NMM9TEVFDH5OQ5C8Q05B' where id=3; -update noar ti set v0='V4NMM9TEVFDH5OQ5C8Q05B' where id=3; -update noar tt set b1='YYSUSK7XQJ' where id=3; -update noar ti set b1='YYSUSK7XQJ' where id=3; -update noar tt set v0='L7ZD' where id=3; -update noar ti set v0='L7ZD' where id=3; -update noar tt set b2='NCDYVN0FZ95CJU2O25H9M433RZYYZ' where id=3; -update noar ti set b2='NCDYVN0FZ95CJU2O25H9M433RZYYZ' where id=3; -update noar tt set v0='O7N' where id=4; -update noar ti set v0='O7N' where id=4; -update noar tt set b0='V68GBFWGO496QSP6TRUVUKQNVC' where id=4; -update noar ti set b0='V68GBFWGO496QSP6TRUVUKQNVC' where id=4; -update noar tt set v0='C55665A2VZVF' where id=4; -update noar ti set v0='C55665A2VZVF' where id=4; -update noar tt set b1='SHNHOWL5ZEAWGT57WH5MC' where id=4; -update noar ti set b1='SHNHOWL5ZEAWGT57WH5MC' where id=4; -update noar tt set v0='ILANGQBVR0U' where id=4; -update noar ti set v0='ILANGQBVR0U' where id=4; -update noar tt set b2='IGIUA0GJ9' where id=4; -update noar ti set b2='IGIUA0GJ9' where id=4; -update noar tt set v0='PM9L27OCD0NDFID' where id=5; -update noar ti set v0='PM9L27OCD0NDFID' where id=5; -update noar tt set b0='W3PD8K8' where id=5; -update noar ti set b0='W3PD8K8' where id=5; -update noar tt set v0='5QKI33GKH9DZVQZ' where id=5; -update noar ti set v0='5QKI33GKH9DZVQZ' where id=5; -update noar tt set b1='AORLPK' where id=5; -update noar ti set b1='AORLPK' where id=5; -update noar tt set v0='8AHJM7ONR1IGKZYSV89NC3WDY86FD1XG' where id=5; -update noar ti set v0='8AHJM7ONR1IGKZYSV89NC3WDY86FD1XG' where id=5; -update noar tt set b2='VGJUULSPU0B2' where id=5; -update noar ti set b2='VGJUULSPU0B2' where id=5; -update noar tt set v0='SOGNKNK0JTPD' where id=6; -update noar ti set v0='SOGNKNK0JTPD' where id=6; -update noar tt set b0='O' where id=6; -update noar ti set b0='O' where id=6; -update noar tt set v0='VGR7K16GHINUZDF97K' where id=6; -update noar ti set v0='VGR7K16GHINUZDF97K' where id=6; -update noar tt set b1='T924XEYY82I00GBQ4PHMY9KT3U188' where id=6; -update noar ti set b1='T924XEYY82I00GBQ4PHMY9KT3U188' where id=6; -update noar tt set v0='R76CM1FLVLG' where id=6; -update noar ti set v0='R76CM1FLVLG' where id=6; -update noar tt set b2='9W2K46LUBPULEUD2JHZNDBP1A39X0W' where id=6; -update noar ti set b2='9W2K46LUBPULEUD2JHZNDBP1A39X0W' where id=6; -update noar tt set v0='7PAW' where id=7; -update noar ti set v0='7PAW' where id=7; -update noar tt set b0='RB7HX7LZ0DO7V2H5RMPI' where id=7; -update noar ti set b0='RB7HX7LZ0DO7V2H5RMPI' where id=7; -update noar tt set v0='N2QDKTNJD6B' where id=7; -update noar ti set v0='N2QDKTNJD6B' where id=7; -update noar tt set b1='JIQB3SIBSFD1FRJZM6MD9IP8WM' where id=7; -update noar ti set b1='JIQB3SIBSFD1FRJZM6MD9IP8WM' where id=7; -update noar tt set v0='7XYRR9DB0P8ROJOQEK40HF' where id=7; -update noar ti set v0='7XYRR9DB0P8ROJOQEK40HF' where id=7; -update noar tt set b2='6UYR1QXWADW9P0V' where id=7; -update noar ti set b2='6UYR1QXWADW9P0V' where id=7; -update noar tt set v0='HX8KNLP6SQTLK8YIAD' where id=8; -update noar ti set v0='HX8KNLP6SQTLK8YIAD' where id=8; -update noar tt set b0='5QF1XQY8EEFN5V4AS7OXBQJREBSL9157' where id=8; -update noar ti set b0='5QF1XQY8EEFN5V4AS7OXBQJREBSL9157' where id=8; -update noar tt set v0='5S3RPTKS8623Q9CCIDTOA3O9JXDQD' where id=8; -update noar ti set v0='5S3RPTKS8623Q9CCIDTOA3O9JXDQD' where id=8; -update noar tt set b1='TCVWWZXMSNRC6B9MPP' where id=8; -update noar ti set b1='TCVWWZXMSNRC6B9MPP' where id=8; -update noar tt set v0='TXXCDN4SCMU79E' where id=8; -update noar ti set v0='TXXCDN4SCMU79E' where id=8; -update noar tt set b2='990E4IXCJKWENKUSTQL1NMFLS0HU4ZMG' where id=8; -update noar ti set b2='990E4IXCJKWENKUSTQL1NMFLS0HU4ZMG' where id=8; -update noar tt set v0='QH3JA7DFIKS8FX3G' where id=9; -update noar ti set v0='QH3JA7DFIKS8FX3G' where id=9; -update noar tt set b0='3UBRY77M38VEDTJJD6CSQ5OIG95T6' where id=9; -update noar ti set b0='3UBRY77M38VEDTJJD6CSQ5OIG95T6' where id=9; -update noar tt set v0='ZHNJMTJJNOGV82IWLWDB19AW9H2OFT0B' where id=9; -update noar ti set v0='ZHNJMTJJNOGV82IWLWDB19AW9H2OFT0B' where id=9; -update noar tt set b1='GO0ONIGKPY267V3UN3IP6S9' where id=9; -update noar ti set b1='GO0ONIGKPY267V3UN3IP6S9' where id=9; -update noar tt set v0='3B5Q7PIB4T2' where id=9; -update noar ti set v0='3B5Q7PIB4T2' where id=9; -update noar tt set b2='ATKB1B' where id=9; -update noar ti set b2='ATKB1B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OI7J12' where id=1; -update noar ti set v0='OI7J12' where id=1; -update noar tt set b0='L2H2X0Q65JS27' where id=1; -update noar ti set b0='L2H2X0Q65JS27' where id=1; -update noar tt set v0='KG' where id=1; -update noar ti set v0='KG' where id=1; -update noar tt set b1='CURZAL8QB5H1I7CVQCMXRW4O' where id=1; -update noar ti set b1='CURZAL8QB5H1I7CVQCMXRW4O' where id=1; -update noar tt set v0='Y8ZTRWBC4711' where id=1; -update noar ti set v0='Y8ZTRWBC4711' where id=1; -update noar tt set b2='MTZ1GXBKO8OT70JR7' where id=1; -update noar ti set b2='MTZ1GXBKO8OT70JR7' where id=1; -update noar tt set v0='9II7AO8CJZ0IK9EH' where id=2; -update noar ti set v0='9II7AO8CJZ0IK9EH' where id=2; -update noar tt set b0='SZUCK76WLQH5Y6VMV546G50KH0251H9B' where id=2; -update noar ti set b0='SZUCK76WLQH5Y6VMV546G50KH0251H9B' where id=2; -update noar tt set v0='1LPE3' where id=2; -update noar ti set v0='1LPE3' where id=2; -update noar tt set b1='SQCT' where id=2; -update noar ti set b1='SQCT' where id=2; -update noar tt set v0='LOHJ0T' where id=2; -update noar ti set v0='LOHJ0T' where id=2; -update noar tt set b2='6VNDAK651XOCRRXG8J8WHXY2' where id=2; -update noar ti set b2='6VNDAK651XOCRRXG8J8WHXY2' where id=2; -update noar tt set v0='O1A9LK789AAVXFTZ2OTM' where id=3; -update noar ti set v0='O1A9LK789AAVXFTZ2OTM' where id=3; -update noar tt set b0='ZAB81UFY4Y62I5L1V' where id=3; -update noar ti set b0='ZAB81UFY4Y62I5L1V' where id=3; -update noar tt set v0='Y4AMEX5NGPS7YYPM8AKV0P3TQJ3U1D' where id=3; -update noar ti set v0='Y4AMEX5NGPS7YYPM8AKV0P3TQJ3U1D' where id=3; -update noar tt set b1='5N4EHOOG7S7MPJI0100TAILLME6' where id=3; -update noar ti set b1='5N4EHOOG7S7MPJI0100TAILLME6' where id=3; -update noar tt set v0='O' where id=3; -update noar ti set v0='O' where id=3; -update noar tt set b2='NA4BCU1Z2' where id=3; -update noar ti set b2='NA4BCU1Z2' where id=3; -update noar tt set v0='AOTVEXN0CF7VRDIDW64TV0H' where id=4; -update noar ti set v0='AOTVEXN0CF7VRDIDW64TV0H' where id=4; -update noar tt set b0='ALA3NK7N8WC7GP2CBRI7CX1V3' where id=4; -update noar ti set b0='ALA3NK7N8WC7GP2CBRI7CX1V3' where id=4; -update noar tt set v0='AR5KO486K' where id=4; -update noar ti set v0='AR5KO486K' where id=4; -update noar tt set b1='RCR3YKANN' where id=4; -update noar ti set b1='RCR3YKANN' where id=4; -update noar tt set v0='TLGJC19GVS6SLFK1O' where id=4; -update noar ti set v0='TLGJC19GVS6SLFK1O' where id=4; -update noar tt set b2='X3J231' where id=4; -update noar ti set b2='X3J231' where id=4; -update noar tt set v0='QMM8LAQS' where id=5; -update noar ti set v0='QMM8LAQS' where id=5; -update noar tt set b0='J2E7NVBTONPU6V425LE' where id=5; -update noar ti set b0='J2E7NVBTONPU6V425LE' where id=5; -update noar tt set v0='3EZNJ2PFM27PC1P26I9VODKBABQ0E9YW' where id=5; -update noar ti set v0='3EZNJ2PFM27PC1P26I9VODKBABQ0E9YW' where id=5; -update noar tt set b1='W2HSFYASIJKDGOUBVXFQMFNZ' where id=5; -update noar ti set b1='W2HSFYASIJKDGOUBVXFQMFNZ' where id=5; -update noar tt set v0='ZQSOMD43GFMFGJJ' where id=5; -update noar ti set v0='ZQSOMD43GFMFGJJ' where id=5; -update noar tt set b2='I6SI6YPOEPLT3GHC9707EM0FGVY' where id=5; -update noar ti set b2='I6SI6YPOEPLT3GHC9707EM0FGVY' where id=5; -update noar tt set v0='8MRACZEDAMCELBDHMVHGOPDR6XNVQXRK' where id=6; -update noar ti set v0='8MRACZEDAMCELBDHMVHGOPDR6XNVQXRK' where id=6; -update noar tt set b0='4ZEO72K7O4V37WKJB3J0QZ' where id=6; -update noar ti set b0='4ZEO72K7O4V37WKJB3J0QZ' where id=6; -update noar tt set v0='2K2LPBHY5XRWRFB64VF3RC7NPU' where id=6; -update noar ti set v0='2K2LPBHY5XRWRFB64VF3RC7NPU' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='2RUM' where id=6; -update noar ti set v0='2RUM' where id=6; -update noar tt set b2='8Y' where id=6; -update noar ti set b2='8Y' where id=6; -update noar tt set v0='2AHJ44M79LR' where id=7; -update noar ti set v0='2AHJ44M79LR' where id=7; -update noar tt set b0='B3QRQU6XO' where id=7; -update noar ti set b0='B3QRQU6XO' where id=7; -update noar tt set v0='ZQMAN6W9DQO' where id=7; -update noar ti set v0='ZQMAN6W9DQO' where id=7; -update noar tt set b1='V78MZZW3CQBX0BZY' where id=7; -update noar ti set b1='V78MZZW3CQBX0BZY' where id=7; -update noar tt set v0='LJFDJPSEHKCBR1UQMLJC' where id=7; -update noar ti set v0='LJFDJPSEHKCBR1UQMLJC' where id=7; -update noar tt set b2='Y4DKDBXP7CN1XAH4G' where id=7; -update noar ti set b2='Y4DKDBXP7CN1XAH4G' where id=7; -update noar tt set v0='IK7AZ5XBBROYQ8F4IOC129ZJ' where id=8; -update noar ti set v0='IK7AZ5XBBROYQ8F4IOC129ZJ' where id=8; -update noar tt set b0='XT' where id=8; -update noar ti set b0='XT' where id=8; -update noar tt set v0='CTTTOX4FXK9Y3034TS4E7IDHKC' where id=8; -update noar ti set v0='CTTTOX4FXK9Y3034TS4E7IDHKC' where id=8; -update noar tt set b1='5UIAANG50UDRGFN' where id=8; -update noar ti set b1='5UIAANG50UDRGFN' where id=8; -update noar tt set v0='G' where id=8; -update noar ti set v0='G' where id=8; -update noar tt set b2='B' where id=8; -update noar ti set b2='B' where id=8; -update noar tt set v0='8TG7Z7T1' where id=9; -update noar ti set v0='8TG7Z7T1' where id=9; -update noar tt set b0='RDNYBT9KF8LK3CQ3OSZ' where id=9; -update noar ti set b0='RDNYBT9KF8LK3CQ3OSZ' where id=9; -update noar tt set v0='SAURT414' where id=9; -update noar ti set v0='SAURT414' where id=9; -update noar tt set b1='1UCRL3PWIYG' where id=9; -update noar ti set b1='1UCRL3PWIYG' where id=9; -update noar tt set v0='WJ3DK1' where id=9; -update noar ti set v0='WJ3DK1' where id=9; -update noar tt set b2='NYAZJ5HH60OQ3DS05LEXNKHDA2KH' where id=9; -update noar ti set b2='NYAZJ5HH60OQ3DS05LEXNKHDA2KH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL08ND7Q6DMT3OHAN0JXSEN' where id=1; -update noar ti set v0='HL08ND7Q6DMT3OHAN0JXSEN' where id=1; -update noar tt set b0='DP58QF' where id=1; -update noar ti set b0='DP58QF' where id=1; -update noar tt set v0='TOBFDTZ' where id=1; -update noar ti set v0='TOBFDTZ' where id=1; -update noar tt set b1='C0T1VR7XJY2I5TZPSAWH6QP5SY5C' where id=1; -update noar ti set b1='C0T1VR7XJY2I5TZPSAWH6QP5SY5C' where id=1; -update noar tt set v0='O6M533' where id=1; -update noar ti set v0='O6M533' where id=1; -update noar tt set b2='J1QCYXJOTCHW2TG6ER49E3I8' where id=1; -update noar ti set b2='J1QCYXJOTCHW2TG6ER49E3I8' where id=1; -update noar tt set v0='1MLG4QUYLS5' where id=2; -update noar ti set v0='1MLG4QUYLS5' where id=2; -update noar tt set b0='JIZF' where id=2; -update noar ti set b0='JIZF' where id=2; -update noar tt set v0='KKZH' where id=2; -update noar ti set v0='KKZH' where id=2; -update noar tt set b1='VTY' where id=2; -update noar ti set b1='VTY' where id=2; -update noar tt set v0='JCIDR0Q' where id=2; -update noar ti set v0='JCIDR0Q' where id=2; -update noar tt set b2='AY783DZSX' where id=2; -update noar ti set b2='AY783DZSX' where id=2; -update noar tt set v0='G77SF9DW3V' where id=3; -update noar ti set v0='G77SF9DW3V' where id=3; -update noar tt set b0='W7AKNMEO8ZQRM2HAUI' where id=3; -update noar ti set b0='W7AKNMEO8ZQRM2HAUI' where id=3; -update noar tt set v0='GP2RCDN95RFE6Q2FORET3BQBUT' where id=3; -update noar ti set v0='GP2RCDN95RFE6Q2FORET3BQBUT' where id=3; -update noar tt set b1='QQ' where id=3; -update noar ti set b1='QQ' where id=3; -update noar tt set v0='DUXLNXEO' where id=3; -update noar ti set v0='DUXLNXEO' where id=3; -update noar tt set b2='IOXMLUCCUWG9190X' where id=3; -update noar ti set b2='IOXMLUCCUWG9190X' where id=3; -update noar tt set v0='2M8TGMTYRAE35B' where id=4; -update noar ti set v0='2M8TGMTYRAE35B' where id=4; -update noar tt set b0='P367R1OG' where id=4; -update noar ti set b0='P367R1OG' where id=4; -update noar tt set v0='DLUXSXJ' where id=4; -update noar ti set v0='DLUXSXJ' where id=4; -update noar tt set b1='A6DTY8XI3DO6K68I8SPJQD8HNL03K1' where id=4; -update noar ti set b1='A6DTY8XI3DO6K68I8SPJQD8HNL03K1' where id=4; -update noar tt set v0='RG49W6MANVB1NFRV1AKRGV3YGPC83' where id=4; -update noar ti set v0='RG49W6MANVB1NFRV1AKRGV3YGPC83' where id=4; -update noar tt set b2='UX7K28G' where id=4; -update noar ti set b2='UX7K28G' where id=4; -update noar tt set v0='R' where id=5; -update noar ti set v0='R' where id=5; -update noar tt set b0='DG27ZCOVM9WQGA' where id=5; -update noar ti set b0='DG27ZCOVM9WQGA' where id=5; -update noar tt set v0='GEBFAD60Z40LU0OB' where id=5; -update noar ti set v0='GEBFAD60Z40LU0OB' where id=5; -update noar tt set b1='0VDD84SRRGSAKPR6ZD3IJUKSG4' where id=5; -update noar ti set b1='0VDD84SRRGSAKPR6ZD3IJUKSG4' where id=5; -update noar tt set v0='V0MW93JK1OBS0OHC1KL' where id=5; -update noar ti set v0='V0MW93JK1OBS0OHC1KL' where id=5; -update noar tt set b2='WGV3M79OBFRIF18PO3STY4AU3T' where id=5; -update noar ti set b2='WGV3M79OBFRIF18PO3STY4AU3T' where id=5; -update noar tt set v0='X3RM6OE32' where id=6; -update noar ti set v0='X3RM6OE32' where id=6; -update noar tt set b0='PTODADEPHDB9D54DN5' where id=6; -update noar ti set b0='PTODADEPHDB9D54DN5' where id=6; -update noar tt set v0='YTUW1SVWSWCLJ143I20FL07EI0B5N' where id=6; -update noar ti set v0='YTUW1SVWSWCLJ143I20FL07EI0B5N' where id=6; -update noar tt set b1='565W558WPQ6KE3RZ5IXDHDPO' where id=6; -update noar ti set b1='565W558WPQ6KE3RZ5IXDHDPO' where id=6; -update noar tt set v0='TYRUWQTWTTN3HXCL1G5XSKK5ZN0H' where id=6; -update noar ti set v0='TYRUWQTWTTN3HXCL1G5XSKK5ZN0H' where id=6; -update noar tt set b2='19K9FVKBRVDPD6ATLMT0' where id=6; -update noar ti set b2='19K9FVKBRVDPD6ATLMT0' where id=6; -update noar tt set v0='LBIF0X8L' where id=7; -update noar ti set v0='LBIF0X8L' where id=7; -update noar tt set b0='R1985DLV' where id=7; -update noar ti set b0='R1985DLV' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b1='FCQB1KVURQYSAFUL62ZDAC9E' where id=7; -update noar ti set b1='FCQB1KVURQYSAFUL62ZDAC9E' where id=7; -update noar tt set v0='L' where id=7; -update noar ti set v0='L' where id=7; -update noar tt set b2='J9POC94SSMTFZEY15Z' where id=7; -update noar ti set b2='J9POC94SSMTFZEY15Z' where id=7; -update noar tt set v0='0' where id=8; -update noar ti set v0='0' where id=8; -update noar tt set b0='4UZ2QBF6D8U5ONNKYS' where id=8; -update noar ti set b0='4UZ2QBF6D8U5ONNKYS' where id=8; -update noar tt set v0='E6POTG7BV3AWLSIYQKE' where id=8; -update noar ti set v0='E6POTG7BV3AWLSIYQKE' where id=8; -update noar tt set b1='6E1CXYETZS2L7' where id=8; -update noar ti set b1='6E1CXYETZS2L7' where id=8; -update noar tt set v0='Z855OK' where id=8; -update noar ti set v0='Z855OK' where id=8; -update noar tt set b2='M5C40FOV3EWMCRAN6O5RCM8P6H8' where id=8; -update noar ti set b2='M5C40FOV3EWMCRAN6O5RCM8P6H8' where id=8; -update noar tt set v0='LG8FIZK5SBLSHGYRXPZBOL96MI' where id=9; -update noar ti set v0='LG8FIZK5SBLSHGYRXPZBOL96MI' where id=9; -update noar tt set b0='Z3OSHXRBIJKE5WE01HGXZV' where id=9; -update noar ti set b0='Z3OSHXRBIJKE5WE01HGXZV' where id=9; -update noar tt set v0='NF2FK5MYMCVES2EAXB5C4D40T' where id=9; -update noar ti set v0='NF2FK5MYMCVES2EAXB5C4D40T' where id=9; -update noar tt set b1='S3ZSV00T' where id=9; -update noar ti set b1='S3ZSV00T' where id=9; -update noar tt set v0='TWVUKPSZ3Y8HF42O' where id=9; -update noar ti set v0='TWVUKPSZ3Y8HF42O' where id=9; -update noar tt set b2='LH02L19SD27935X7SNF' where id=9; -update noar ti set b2='LH02L19SD27935X7SNF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='037BSCOD6UAEM5LDNURR' where id=1; -update noar ti set v0='037BSCOD6UAEM5LDNURR' where id=1; -update noar tt set b0='4YW3JEUTBJ1D4VHHA7QT9' where id=1; -update noar ti set b0='4YW3JEUTBJ1D4VHHA7QT9' where id=1; -update noar tt set v0='15Z94IRR19WZMA2NHVX1AULREG5L9J8' where id=1; -update noar ti set v0='15Z94IRR19WZMA2NHVX1AULREG5L9J8' where id=1; -update noar tt set b1='W7Z1RXA3ZTUBXYHNA' where id=1; -update noar ti set b1='W7Z1RXA3ZTUBXYHNA' where id=1; -update noar tt set v0='GZ1WBPP8PO7834SJKRADPAUBUJZ' where id=1; -update noar ti set v0='GZ1WBPP8PO7834SJKRADPAUBUJZ' where id=1; -update noar tt set b2='X9USN1N' where id=1; -update noar ti set b2='X9USN1N' where id=1; -update noar tt set v0='DK3OYIWLRKOX5CKZVFQ2TGE8AD' where id=2; -update noar ti set v0='DK3OYIWLRKOX5CKZVFQ2TGE8AD' where id=2; -update noar tt set b0='R5QHA0UTZKDO99Y2ETN0SQT9Q3' where id=2; -update noar ti set b0='R5QHA0UTZKDO99Y2ETN0SQT9Q3' where id=2; -update noar tt set v0='9OL0HBZOGLM13CZRIRDOJOZ1KU9' where id=2; -update noar ti set v0='9OL0HBZOGLM13CZRIRDOJOZ1KU9' where id=2; -update noar tt set b1='8Y33' where id=2; -update noar ti set b1='8Y33' where id=2; -update noar tt set v0='NK45G6F9KE5BE9C855NZ8S' where id=2; -update noar ti set v0='NK45G6F9KE5BE9C855NZ8S' where id=2; -update noar tt set b2='2IGA' where id=2; -update noar ti set b2='2IGA' where id=2; -update noar tt set v0='B67ULN' where id=3; -update noar ti set v0='B67ULN' where id=3; -update noar tt set b0='AF20HMLSZZFY' where id=3; -update noar ti set b0='AF20HMLSZZFY' where id=3; -update noar tt set v0='EL2LYNNMTGW6Z93QJ9B4C' where id=3; -update noar ti set v0='EL2LYNNMTGW6Z93QJ9B4C' where id=3; -update noar tt set b1='303BQITLZ9XIYWUU4L' where id=3; -update noar ti set b1='303BQITLZ9XIYWUU4L' where id=3; -update noar tt set v0='P9' where id=3; -update noar ti set v0='P9' where id=3; -update noar tt set b2='MO77HNMLFU1Q4SLEOTNH' where id=3; -update noar ti set b2='MO77HNMLFU1Q4SLEOTNH' where id=3; -update noar tt set v0='QSUWI3N' where id=4; -update noar ti set v0='QSUWI3N' where id=4; -update noar tt set b0='NROB647Y21JP6ZG8PS2H0PRA2E5FJJ0' where id=4; -update noar ti set b0='NROB647Y21JP6ZG8PS2H0PRA2E5FJJ0' where id=4; -update noar tt set v0='8J' where id=4; -update noar ti set v0='8J' where id=4; -update noar tt set b1='JBZHI9II7Y6YJE3QGWDOMAWW' where id=4; -update noar ti set b1='JBZHI9II7Y6YJE3QGWDOMAWW' where id=4; -update noar tt set v0='SXFNP56G12R0VV' where id=4; -update noar ti set v0='SXFNP56G12R0VV' where id=4; -update noar tt set b2='0J0FS6GRE5QLSG2CP2D93NNEH6AH' where id=4; -update noar ti set b2='0J0FS6GRE5QLSG2CP2D93NNEH6AH' where id=4; -update noar tt set v0='9PXH' where id=5; -update noar ti set v0='9PXH' where id=5; -update noar tt set b0='QZMT5GN9E' where id=5; -update noar ti set b0='QZMT5GN9E' where id=5; -update noar tt set v0='46G0EW2JW00712HPI' where id=5; -update noar ti set v0='46G0EW2JW00712HPI' where id=5; -update noar tt set b1='2TGWA4XA1LPIHAZ2819IK' where id=5; -update noar ti set b1='2TGWA4XA1LPIHAZ2819IK' where id=5; -update noar tt set v0='M2YNH389JT9C6D' where id=5; -update noar ti set v0='M2YNH389JT9C6D' where id=5; -update noar tt set b2='W' where id=5; -update noar ti set b2='W' where id=5; -update noar tt set v0='A8VH18SOSSTZC1I22OU8JZ6PTLEI3M' where id=6; -update noar ti set v0='A8VH18SOSSTZC1I22OU8JZ6PTLEI3M' where id=6; -update noar tt set b0='LQD9' where id=6; -update noar ti set b0='LQD9' where id=6; -update noar tt set v0='AZLK9SC06349JCTZHOZK1O0RM1ATWSDF' where id=6; -update noar ti set v0='AZLK9SC06349JCTZHOZK1O0RM1ATWSDF' where id=6; -update noar tt set b1='IK' where id=6; -update noar ti set b1='IK' where id=6; -update noar tt set v0='M4O' where id=6; -update noar ti set v0='M4O' where id=6; -update noar tt set b2='ORVTI5FU5YL0CR10PYNB1O' where id=6; -update noar ti set b2='ORVTI5FU5YL0CR10PYNB1O' where id=6; -update noar tt set v0='D8KM4C' where id=7; -update noar ti set v0='D8KM4C' where id=7; -update noar tt set b0='Q0LHBY3KXH' where id=7; -update noar ti set b0='Q0LHBY3KXH' where id=7; -update noar tt set v0='6GNDTR367H6K3N6J4SF1IK8Y' where id=7; -update noar ti set v0='6GNDTR367H6K3N6J4SF1IK8Y' where id=7; -update noar tt set b1='VNN6O2OFAPDZNMXFPZOJ' where id=7; -update noar ti set b1='VNN6O2OFAPDZNMXFPZOJ' where id=7; -update noar tt set v0='M66Z6ZUWVD8Z' where id=7; -update noar ti set v0='M66Z6ZUWVD8Z' where id=7; -update noar tt set b2='R1MUU63KRJCD0WVQ' where id=7; -update noar ti set b2='R1MUU63KRJCD0WVQ' where id=7; -update noar tt set v0='VW' where id=8; -update noar ti set v0='VW' where id=8; -update noar tt set b0='23EXKZTUHGSI2XCZJ6QC5' where id=8; -update noar ti set b0='23EXKZTUHGSI2XCZJ6QC5' where id=8; -update noar tt set v0='VM0IYDTL' where id=8; -update noar ti set v0='VM0IYDTL' where id=8; -update noar tt set b1='GHCI5XAPG83KZEFQDWCA7' where id=8; -update noar ti set b1='GHCI5XAPG83KZEFQDWCA7' where id=8; -update noar tt set v0='6W98FHZJ9VG' where id=8; -update noar ti set v0='6W98FHZJ9VG' where id=8; -update noar tt set b2='JKADCJ7TR1DYO4B9P4I' where id=8; -update noar ti set b2='JKADCJ7TR1DYO4B9P4I' where id=8; -update noar tt set v0='DJHM5O81KQ8' where id=9; -update noar ti set v0='DJHM5O81KQ8' where id=9; -update noar tt set b0='4UEFMIAVF93HL7PWE9FRJEWS3YNZTG' where id=9; -update noar ti set b0='4UEFMIAVF93HL7PWE9FRJEWS3YNZTG' where id=9; -update noar tt set v0='WZQ82KSAFPZXW08560P0NEQK6HHE5GSP' where id=9; -update noar ti set v0='WZQ82KSAFPZXW08560P0NEQK6HHE5GSP' where id=9; -update noar tt set b1='ZUY6KSNP80OXP4L4HZDY' where id=9; -update noar ti set b1='ZUY6KSNP80OXP4L4HZDY' where id=9; -update noar tt set v0='PLNEBEM31RDO2VK9QLN0I7MDZ' where id=9; -update noar ti set v0='PLNEBEM31RDO2VK9QLN0I7MDZ' where id=9; -update noar tt set b2='Q9I731ITHUFZM2INAGWF7' where id=9; -update noar ti set b2='Q9I731ITHUFZM2INAGWF7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C42GOAGO' where id=1; -update noar ti set v0='C42GOAGO' where id=1; -update noar tt set b0='HN4WLXTY' where id=1; -update noar ti set b0='HN4WLXTY' where id=1; -update noar tt set v0='RH90QRFRIR83WY2C' where id=1; -update noar ti set v0='RH90QRFRIR83WY2C' where id=1; -update noar tt set b1='3B3T5GL6QCLKMR12FV7QJJLO7F' where id=1; -update noar ti set b1='3B3T5GL6QCLKMR12FV7QJJLO7F' where id=1; -update noar tt set v0='R02MJE6VKFBHN' where id=1; -update noar ti set v0='R02MJE6VKFBHN' where id=1; -update noar tt set b2='EVPJ1NGLYQ8MSPRRW0KEE9LQ' where id=1; -update noar ti set b2='EVPJ1NGLYQ8MSPRRW0KEE9LQ' where id=1; -update noar tt set v0='U33E21IEBDSBE26' where id=2; -update noar ti set v0='U33E21IEBDSBE26' where id=2; -update noar tt set b0='T7FN00HFEF7QE6ZNL4MLO9HIXYZHXB' where id=2; -update noar ti set b0='T7FN00HFEF7QE6ZNL4MLO9HIXYZHXB' where id=2; -update noar tt set v0='VFRBHOKTJTZ3FVZUYQI49LEO0KRZKA' where id=2; -update noar ti set v0='VFRBHOKTJTZ3FVZUYQI49LEO0KRZKA' where id=2; -update noar tt set b1='FE5WO0GZ24DV50CQUYH6ER' where id=2; -update noar ti set b1='FE5WO0GZ24DV50CQUYH6ER' where id=2; -update noar tt set v0='1D8H0' where id=2; -update noar ti set v0='1D8H0' where id=2; -update noar tt set b2='2RJ4C' where id=2; -update noar ti set b2='2RJ4C' where id=2; -update noar tt set v0='H6ZSWP2SY6LY7' where id=3; -update noar ti set v0='H6ZSWP2SY6LY7' where id=3; -update noar tt set b0='4L0WJMP0J' where id=3; -update noar ti set b0='4L0WJMP0J' where id=3; -update noar tt set v0='0782FAFVBIYP' where id=3; -update noar ti set v0='0782FAFVBIYP' where id=3; -update noar tt set b1='A' where id=3; -update noar ti set b1='A' where id=3; -update noar tt set v0='4SJ3C724XCY2OO6ZAKL2' where id=3; -update noar ti set v0='4SJ3C724XCY2OO6ZAKL2' where id=3; -update noar tt set b2='AI25R77LVHKWCJ5IT90OHAEGB0HFP' where id=3; -update noar ti set b2='AI25R77LVHKWCJ5IT90OHAEGB0HFP' where id=3; -update noar tt set v0='IP2PHUURA9TG2BYRSIXHN69VCR4' where id=4; -update noar ti set v0='IP2PHUURA9TG2BYRSIXHN69VCR4' where id=4; -update noar tt set b0='7ZKWYQM855KDNU0' where id=4; -update noar ti set b0='7ZKWYQM855KDNU0' where id=4; -update noar tt set v0='8TFKU3MM1UCNXO15' where id=4; -update noar ti set v0='8TFKU3MM1UCNXO15' where id=4; -update noar tt set b1='XOL13FKECZXFKXDTJVSN91MRZT' where id=4; -update noar ti set b1='XOL13FKECZXFKXDTJVSN91MRZT' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='VC5PVJIQ0QZBPB4M602' where id=4; -update noar ti set b2='VC5PVJIQ0QZBPB4M602' where id=4; -update noar tt set v0='7IBXIAIYOMS0NEBK5QZSEHHP39J' where id=5; -update noar ti set v0='7IBXIAIYOMS0NEBK5QZSEHHP39J' where id=5; -update noar tt set b0='SSLR2AGMFPWOGIW15HQE' where id=5; -update noar ti set b0='SSLR2AGMFPWOGIW15HQE' where id=5; -update noar tt set v0='PG98BQTP' where id=5; -update noar ti set v0='PG98BQTP' where id=5; -update noar tt set b1='VJG5N8LIIMQ73NVRRU' where id=5; -update noar ti set b1='VJG5N8LIIMQ73NVRRU' where id=5; -update noar tt set v0='SCWX0YJFYQ9RJGWC13IG' where id=5; -update noar ti set v0='SCWX0YJFYQ9RJGWC13IG' where id=5; -update noar tt set b2='0REQYL6GMWRWVDU9GE' where id=5; -update noar ti set b2='0REQYL6GMWRWVDU9GE' where id=5; -update noar tt set v0='0ZOBV9YX' where id=6; -update noar ti set v0='0ZOBV9YX' where id=6; -update noar tt set b0='0MZZ2XV18L' where id=6; -update noar ti set b0='0MZZ2XV18L' where id=6; -update noar tt set v0='TGCUTH6145YS7' where id=6; -update noar ti set v0='TGCUTH6145YS7' where id=6; -update noar tt set b1='0YN7LFXSSES7FEHT4PFVV97Y0QU' where id=6; -update noar ti set b1='0YN7LFXSSES7FEHT4PFVV97Y0QU' where id=6; -update noar tt set v0='LYT0TI8TMD98EL3OCBNBJ774E6CAY51' where id=6; -update noar ti set v0='LYT0TI8TMD98EL3OCBNBJ774E6CAY51' where id=6; -update noar tt set b2='5HV9RBXVH1BPMRVU6ASD8J05ILORL' where id=6; -update noar ti set b2='5HV9RBXVH1BPMRVU6ASD8J05ILORL' where id=6; -update noar tt set v0='W26' where id=7; -update noar ti set v0='W26' where id=7; -update noar tt set b0='WUAVE5EXZ' where id=7; -update noar ti set b0='WUAVE5EXZ' where id=7; -update noar tt set v0='R14ATCQNG2MM8NAW2NM5PDSCOY' where id=7; -update noar ti set v0='R14ATCQNG2MM8NAW2NM5PDSCOY' where id=7; -update noar tt set b1='F08J9BB5D2C7708NZ05I5139R9N' where id=7; -update noar ti set b1='F08J9BB5D2C7708NZ05I5139R9N' where id=7; -update noar tt set v0='48NJAGD6GQMUK6VF3T8VJ' where id=7; -update noar ti set v0='48NJAGD6GQMUK6VF3T8VJ' where id=7; -update noar tt set b2='8SLDH' where id=7; -update noar ti set b2='8SLDH' where id=7; -update noar tt set v0='90WO80HNX4KHRGVLJ3T9' where id=8; -update noar ti set v0='90WO80HNX4KHRGVLJ3T9' where id=8; -update noar tt set b0='30XHF9SZ17MVI35B95ZVJRSLI' where id=8; -update noar ti set b0='30XHF9SZ17MVI35B95ZVJRSLI' where id=8; -update noar tt set v0='ZXOJZJIBRCUSDKQDDVR' where id=8; -update noar ti set v0='ZXOJZJIBRCUSDKQDDVR' where id=8; -update noar tt set b1='IV3M432DY0OK8ICM8P6BSPK' where id=8; -update noar ti set b1='IV3M432DY0OK8ICM8P6BSPK' where id=8; -update noar tt set v0='UXPRYKZRYDP0WQHCTDPBX9DJTD' where id=8; -update noar ti set v0='UXPRYKZRYDP0WQHCTDPBX9DJTD' where id=8; -update noar tt set b2='UMOL55ZDX9P3SMMKIYSFJRGC57C8YCL' where id=8; -update noar ti set b2='UMOL55ZDX9P3SMMKIYSFJRGC57C8YCL' where id=8; -update noar tt set v0='8Y0WO' where id=9; -update noar ti set v0='8Y0WO' where id=9; -update noar tt set b0='JEGB8G10FA01Y1NR2' where id=9; -update noar ti set b0='JEGB8G10FA01Y1NR2' where id=9; -update noar tt set v0='YF6E1B64NLQCTXNBNNXE6LVRLK62GKH8' where id=9; -update noar ti set v0='YF6E1B64NLQCTXNBNNXE6LVRLK62GKH8' where id=9; -update noar tt set b1='6UXFHBXAJ66' where id=9; -update noar ti set b1='6UXFHBXAJ66' where id=9; -update noar tt set v0='1R17PH0MGTJO0Y0IQ4EZW' where id=9; -update noar ti set v0='1R17PH0MGTJO0Y0IQ4EZW' where id=9; -update noar tt set b2='61MNMCQS6KD' where id=9; -update noar ti set b2='61MNMCQS6KD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9RS28RMI8FV3XJ8ABG' where id=1; -update noar ti set v0='9RS28RMI8FV3XJ8ABG' where id=1; -update noar tt set b0='BZX6RZKXAZHRXW4FGY4L' where id=1; -update noar ti set b0='BZX6RZKXAZHRXW4FGY4L' where id=1; -update noar tt set v0='Q1B7M163EEEXWA7QH51PWXMF55FXM' where id=1; -update noar ti set v0='Q1B7M163EEEXWA7QH51PWXMF55FXM' where id=1; -update noar tt set b1='9LHC55YZ9508WHEGXP4LZ6IHMYKG6KTY' where id=1; -update noar ti set b1='9LHC55YZ9508WHEGXP4LZ6IHMYKG6KTY' where id=1; -update noar tt set v0='ODGERP7Z4RL2I8QNJ9FT5OQK' where id=1; -update noar ti set v0='ODGERP7Z4RL2I8QNJ9FT5OQK' where id=1; -update noar tt set b2='OKG' where id=1; -update noar ti set b2='OKG' where id=1; -update noar tt set v0='SXNPWX7JCVHVDTDGNHP' where id=2; -update noar ti set v0='SXNPWX7JCVHVDTDGNHP' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='9' where id=2; -update noar ti set v0='9' where id=2; -update noar tt set b1='PDI0PNQTRKI1T56O8FBQAPZU9B' where id=2; -update noar ti set b1='PDI0PNQTRKI1T56O8FBQAPZU9B' where id=2; -update noar tt set v0='G2KKSDJN70FFTWQ3IQIPD6G8HZYGX' where id=2; -update noar ti set v0='G2KKSDJN70FFTWQ3IQIPD6G8HZYGX' where id=2; -update noar tt set b2='3DYCLBKT780I4D7GTQ5EPS2ZO5G7' where id=2; -update noar ti set b2='3DYCLBKT780I4D7GTQ5EPS2ZO5G7' where id=2; -update noar tt set v0='SCZOV67Y12P3H05HLPXTQWU2V1XC' where id=3; -update noar ti set v0='SCZOV67Y12P3H05HLPXTQWU2V1XC' where id=3; -update noar tt set b0='VFSCFM6UDB20W3C4C3X3H' where id=3; -update noar ti set b0='VFSCFM6UDB20W3C4C3X3H' where id=3; -update noar tt set v0='ZKS8CC0X7569A0IZ4AAKVGTIH3W2' where id=3; -update noar ti set v0='ZKS8CC0X7569A0IZ4AAKVGTIH3W2' where id=3; -update noar tt set b1='R30VRG7J5C4' where id=3; -update noar ti set b1='R30VRG7J5C4' where id=3; -update noar tt set v0='XSKMNRK7CDE8L7TUMG4ZB4IJQ' where id=3; -update noar ti set v0='XSKMNRK7CDE8L7TUMG4ZB4IJQ' where id=3; -update noar tt set b2='CN1IU44OUU4' where id=3; -update noar ti set b2='CN1IU44OUU4' where id=3; -update noar tt set v0='RCXYR8IC6XO9FMKFSHAXGSO6GRU' where id=4; -update noar ti set v0='RCXYR8IC6XO9FMKFSHAXGSO6GRU' where id=4; -update noar tt set b0='QUPEP6FCRTGAB5J2S7STT6K5EP4LRF' where id=4; -update noar ti set b0='QUPEP6FCRTGAB5J2S7STT6K5EP4LRF' where id=4; -update noar tt set v0='JHT9YYT07VE105BB58HCT' where id=4; -update noar ti set v0='JHT9YYT07VE105BB58HCT' where id=4; -update noar tt set b1='8RIYAFXTRB6MPG4ASFCHSWO1E6' where id=4; -update noar ti set b1='8RIYAFXTRB6MPG4ASFCHSWO1E6' where id=4; -update noar tt set v0='YM4WEQ19IMB92L876C6I0M82EGICZ' where id=4; -update noar ti set v0='YM4WEQ19IMB92L876C6I0M82EGICZ' where id=4; -update noar tt set b2='YZ4FUSYJPAXNS0D5SQKHWDBOU8' where id=4; -update noar ti set b2='YZ4FUSYJPAXNS0D5SQKHWDBOU8' where id=4; -update noar tt set v0='3CMWWGZ814VCI1FNGENS14CG' where id=5; -update noar ti set v0='3CMWWGZ814VCI1FNGENS14CG' where id=5; -update noar tt set b0='OH' where id=5; -update noar ti set b0='OH' where id=5; -update noar tt set v0='92LZBFM4CX90FKE4' where id=5; -update noar ti set v0='92LZBFM4CX90FKE4' where id=5; -update noar tt set b1='KX6' where id=5; -update noar ti set b1='KX6' where id=5; -update noar tt set v0='FVE272YWOB4B9V5WQ4E' where id=5; -update noar ti set v0='FVE272YWOB4B9V5WQ4E' where id=5; -update noar tt set b2='0OE' where id=5; -update noar ti set b2='0OE' where id=5; -update noar tt set v0='78IGGTMKJ' where id=6; -update noar ti set v0='78IGGTMKJ' where id=6; -update noar tt set b0='K05EWZ5D8FH' where id=6; -update noar ti set b0='K05EWZ5D8FH' where id=6; -update noar tt set v0='06YMKXNIV2V267E4STPLV5' where id=6; -update noar ti set v0='06YMKXNIV2V267E4STPLV5' where id=6; -update noar tt set b1='J1P507ATNGWP173LGF6B9MDVB0U6B0VC' where id=6; -update noar ti set b1='J1P507ATNGWP173LGF6B9MDVB0U6B0VC' where id=6; -update noar tt set v0='UUMKNRYHYIA0QKROO9Y238S6I' where id=6; -update noar ti set v0='UUMKNRYHYIA0QKROO9Y238S6I' where id=6; -update noar tt set b2='98AQGQKPWEGMCZQ4LZ' where id=6; -update noar ti set b2='98AQGQKPWEGMCZQ4LZ' where id=6; -update noar tt set v0='BGKM5YOE222Z4IN0PZPKZHLBO3GT0V76' where id=7; -update noar ti set v0='BGKM5YOE222Z4IN0PZPKZHLBO3GT0V76' where id=7; -update noar tt set b0='SCP57762NEZA2W16RJV10IX7QG29ME' where id=7; -update noar ti set b0='SCP57762NEZA2W16RJV10IX7QG29ME' where id=7; -update noar tt set v0='VJKJ' where id=7; -update noar ti set v0='VJKJ' where id=7; -update noar tt set b1='0FHCBD20XLCPYL' where id=7; -update noar ti set b1='0FHCBD20XLCPYL' where id=7; -update noar tt set v0='NQCJIQ5C18AFPZCJM5Z' where id=7; -update noar ti set v0='NQCJIQ5C18AFPZCJM5Z' where id=7; -update noar tt set b2='0AGMRCKUS4JU7BPIM5BB83ERIRQLLT' where id=7; -update noar ti set b2='0AGMRCKUS4JU7BPIM5BB83ERIRQLLT' where id=7; -update noar tt set v0='WCCB23VS' where id=8; -update noar ti set v0='WCCB23VS' where id=8; -update noar tt set b0='8FEI66J3P5MM7LAVVZCTKHU' where id=8; -update noar ti set b0='8FEI66J3P5MM7LAVVZCTKHU' where id=8; -update noar tt set v0='LSJPD3FMY6QU4TIQW' where id=8; -update noar ti set v0='LSJPD3FMY6QU4TIQW' where id=8; -update noar tt set b1='E84TBAO4LBA15TKDSUXD8' where id=8; -update noar ti set b1='E84TBAO4LBA15TKDSUXD8' where id=8; -update noar tt set v0='SJQ2FOI81BZY8DF2Y4S' where id=8; -update noar ti set v0='SJQ2FOI81BZY8DF2Y4S' where id=8; -update noar tt set b2='Q4AWTOP19YC1RF2' where id=8; -update noar ti set b2='Q4AWTOP19YC1RF2' where id=8; -update noar tt set v0='F2CMRQXJ7L2OBOARXJJS6FJ7K' where id=9; -update noar ti set v0='F2CMRQXJ7L2OBOARXJJS6FJ7K' where id=9; -update noar tt set b0='UXQ72ZJ1OL3D83U1J1TX30UB' where id=9; -update noar ti set b0='UXQ72ZJ1OL3D83U1J1TX30UB' where id=9; -update noar tt set v0='7D4N1BVA5UMHJLC7Y5ELXUBONSBEV3CI' where id=9; -update noar ti set v0='7D4N1BVA5UMHJLC7Y5ELXUBONSBEV3CI' where id=9; -update noar tt set b1='K7A253B9V9B' where id=9; -update noar ti set b1='K7A253B9V9B' where id=9; -update noar tt set v0='SWHHS1X89YUT4P' where id=9; -update noar ti set v0='SWHHS1X89YUT4P' where id=9; -update noar tt set b2='5LDJHY07T' where id=9; -update noar ti set b2='5LDJHY07T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FTSNLX48FPC3Z59GRC00S3IWI8FOW8' where id=1; -update noar ti set v0='FTSNLX48FPC3Z59GRC00S3IWI8FOW8' where id=1; -update noar tt set b0='CBUDFPIL6G97OCZCTSFDPHLY' where id=1; -update noar ti set b0='CBUDFPIL6G97OCZCTSFDPHLY' where id=1; -update noar tt set v0='8VMHYNNDLEIF65WOEO2T' where id=1; -update noar ti set v0='8VMHYNNDLEIF65WOEO2T' where id=1; -update noar tt set b1='NIO9XQ' where id=1; -update noar ti set b1='NIO9XQ' where id=1; -update noar tt set v0='2WOFGZ7JB97UO1GPBYWEDWUYLE97A' where id=1; -update noar ti set v0='2WOFGZ7JB97UO1GPBYWEDWUYLE97A' where id=1; -update noar tt set b2='MX2CD2IYFNDUS5QL3SY1CQ5ZRWJ1BX' where id=1; -update noar ti set b2='MX2CD2IYFNDUS5QL3SY1CQ5ZRWJ1BX' where id=1; -update noar tt set v0='TWYXVR' where id=2; -update noar ti set v0='TWYXVR' where id=2; -update noar tt set b0='3DW7WN0SXKSZIMSVV' where id=2; -update noar ti set b0='3DW7WN0SXKSZIMSVV' where id=2; -update noar tt set v0='WOPYJ5ZTU7GBTV17' where id=2; -update noar ti set v0='WOPYJ5ZTU7GBTV17' where id=2; -update noar tt set b1='73L1459XU3O' where id=2; -update noar ti set b1='73L1459XU3O' where id=2; -update noar tt set v0='5A6EB' where id=2; -update noar ti set v0='5A6EB' where id=2; -update noar tt set b2='KNW8GW9MO644GJXEZVZ66NUO0D' where id=2; -update noar ti set b2='KNW8GW9MO644GJXEZVZ66NUO0D' where id=2; -update noar tt set v0='9X' where id=3; -update noar ti set v0='9X' where id=3; -update noar tt set b0='BR2YZKECOQ1DQ3U4JQSU0H40XGD89HT4' where id=3; -update noar ti set b0='BR2YZKECOQ1DQ3U4JQSU0H40XGD89HT4' where id=3; -update noar tt set v0='E317U' where id=3; -update noar ti set v0='E317U' where id=3; -update noar tt set b1='3SUXST' where id=3; -update noar ti set b1='3SUXST' where id=3; -update noar tt set v0='5JRFR7I9' where id=3; -update noar ti set v0='5JRFR7I9' where id=3; -update noar tt set b2='D8U6CDS' where id=3; -update noar ti set b2='D8U6CDS' where id=3; -update noar tt set v0='ZLTAFG8XKFQXLYXG4UXEFUGCP0L' where id=4; -update noar ti set v0='ZLTAFG8XKFQXLYXG4UXEFUGCP0L' where id=4; -update noar tt set b0='VX1YO3X13EDJX8USCGL9C8' where id=4; -update noar ti set b0='VX1YO3X13EDJX8USCGL9C8' where id=4; -update noar tt set v0='GWWGOFU9BJYVAK2JI9WKB1ODOJ0W5Y1' where id=4; -update noar ti set v0='GWWGOFU9BJYVAK2JI9WKB1ODOJ0W5Y1' where id=4; -update noar tt set b1='VKD6KSPB' where id=4; -update noar ti set b1='VKD6KSPB' where id=4; -update noar tt set v0='8YEQTSKBU2FWTO' where id=4; -update noar ti set v0='8YEQTSKBU2FWTO' where id=4; -update noar tt set b2='BGBHO7HM8U4F1OSBNASQDM2GIKLK3A0U' where id=4; -update noar ti set b2='BGBHO7HM8U4F1OSBNASQDM2GIKLK3A0U' where id=4; -update noar tt set v0='ALG' where id=5; -update noar ti set v0='ALG' where id=5; -update noar tt set b0='F4X' where id=5; -update noar ti set b0='F4X' where id=5; -update noar tt set v0='HGRTD2CA7KC' where id=5; -update noar ti set v0='HGRTD2CA7KC' where id=5; -update noar tt set b1='5M0ML18KQBLF35WRC' where id=5; -update noar ti set b1='5M0ML18KQBLF35WRC' where id=5; -update noar tt set v0='P5RMTMLEQEDBKCQKVP2C20' where id=5; -update noar ti set v0='P5RMTMLEQEDBKCQKVP2C20' where id=5; -update noar tt set b2='HE' where id=5; -update noar ti set b2='HE' where id=5; -update noar tt set v0='3H2WY7SZ65L' where id=6; -update noar ti set v0='3H2WY7SZ65L' where id=6; -update noar tt set b0='IT0M7CAWNCAKWVWOZSM6DYHH3P' where id=6; -update noar ti set b0='IT0M7CAWNCAKWVWOZSM6DYHH3P' where id=6; -update noar tt set v0='RB5HMOK29MILNHN2OSEYLUPPP4H' where id=6; -update noar ti set v0='RB5HMOK29MILNHN2OSEYLUPPP4H' where id=6; -update noar tt set b1='ZDXD5Y5U0LSXDM39KPJ62BSF0MI' where id=6; -update noar ti set b1='ZDXD5Y5U0LSXDM39KPJ62BSF0MI' where id=6; -update noar tt set v0='COT1BBYWGSTDATDQ4F1' where id=6; -update noar ti set v0='COT1BBYWGSTDATDQ4F1' where id=6; -update noar tt set b2='3IAST7R5MWTOR44ZGIF' where id=6; -update noar ti set b2='3IAST7R5MWTOR44ZGIF' where id=6; -update noar tt set v0='M' where id=7; -update noar ti set v0='M' where id=7; -update noar tt set b0='9D' where id=7; -update noar ti set b0='9D' where id=7; -update noar tt set v0='YL2DP77HVMK26RKN' where id=7; -update noar ti set v0='YL2DP77HVMK26RKN' where id=7; -update noar tt set b1='LG4KK022RYACFBWG3ZQH72Y7OG' where id=7; -update noar ti set b1='LG4KK022RYACFBWG3ZQH72Y7OG' where id=7; -update noar tt set v0='U6PVA70E7LPNVWS7FCZDWBDBLGEO' where id=7; -update noar ti set v0='U6PVA70E7LPNVWS7FCZDWBDBLGEO' where id=7; -update noar tt set b2='DXC34V' where id=7; -update noar ti set b2='DXC34V' where id=7; -update noar tt set v0='4NWU5HFSQBMVL0K54XJV4' where id=8; -update noar ti set v0='4NWU5HFSQBMVL0K54XJV4' where id=8; -update noar tt set b0='LXCZAUC2L4RM13NA70PW' where id=8; -update noar ti set b0='LXCZAUC2L4RM13NA70PW' where id=8; -update noar tt set v0='4PRBAPDWA' where id=8; -update noar ti set v0='4PRBAPDWA' where id=8; -update noar tt set b1='UMGIE5XK7MOTSYHEHHZTGJ1' where id=8; -update noar ti set b1='UMGIE5XK7MOTSYHEHHZTGJ1' where id=8; -update noar tt set v0='LFZX38DXDO0NIT' where id=8; -update noar ti set v0='LFZX38DXDO0NIT' where id=8; -update noar tt set b2='M3K4TLSYY5XJKOU6VAQSD55C' where id=8; -update noar ti set b2='M3K4TLSYY5XJKOU6VAQSD55C' where id=8; -update noar tt set v0='UXB1LCVR0U045R8Q1PXHUZKCZMPEJO' where id=9; -update noar ti set v0='UXB1LCVR0U045R8Q1PXHUZKCZMPEJO' where id=9; -update noar tt set b0='BY' where id=9; -update noar ti set b0='BY' where id=9; -update noar tt set v0='B1NMD9UAFP7JVAIEDD' where id=9; -update noar ti set v0='B1NMD9UAFP7JVAIEDD' where id=9; -update noar tt set b1='143KXIY2AV73KDRZP76CD57' where id=9; -update noar ti set b1='143KXIY2AV73KDRZP76CD57' where id=9; -update noar tt set v0='O6YTPMGO8C8T2ZJ6TL4WK3KV0HSFQ' where id=9; -update noar ti set v0='O6YTPMGO8C8T2ZJ6TL4WK3KV0HSFQ' where id=9; -update noar tt set b2='Q6YARMIVCGLZ44BFH9' where id=9; -update noar ti set b2='Q6YARMIVCGLZ44BFH9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9EP71TJU73HKT5T30J2ZS8G2YXNAF' where id=1; -update noar ti set v0='9EP71TJU73HKT5T30J2ZS8G2YXNAF' where id=1; -update noar tt set b0='OX4N3QZ' where id=1; -update noar ti set b0='OX4N3QZ' where id=1; -update noar tt set v0='GR5GL4A1P9HOJSSI72XFN7Y43Z' where id=1; -update noar ti set v0='GR5GL4A1P9HOJSSI72XFN7Y43Z' where id=1; -update noar tt set b1='61D7POE3DH44KZRLFBXHX1P55B317EPX' where id=1; -update noar ti set b1='61D7POE3DH44KZRLFBXHX1P55B317EPX' where id=1; -update noar tt set v0='KUOSAQTI4ABBG2G9XCAB0FVAAGQ' where id=1; -update noar ti set v0='KUOSAQTI4ABBG2G9XCAB0FVAAGQ' where id=1; -update noar tt set b2='ORBA85WI0PUKLF00D3Q' where id=1; -update noar ti set b2='ORBA85WI0PUKLF00D3Q' where id=1; -update noar tt set v0='2XJSKST1WXO1Y' where id=2; -update noar ti set v0='2XJSKST1WXO1Y' where id=2; -update noar tt set b0='1CCD5E' where id=2; -update noar ti set b0='1CCD5E' where id=2; -update noar tt set v0='GFRXM5Q' where id=2; -update noar ti set v0='GFRXM5Q' where id=2; -update noar tt set b1='NL6U52NRV8' where id=2; -update noar ti set b1='NL6U52NRV8' where id=2; -update noar tt set v0='Q43S6HH4MNGO2VHWO9YR' where id=2; -update noar ti set v0='Q43S6HH4MNGO2VHWO9YR' where id=2; -update noar tt set b2='7EQWXQFWAZBKN' where id=2; -update noar ti set b2='7EQWXQFWAZBKN' where id=2; -update noar tt set v0='79RFKXOTL' where id=3; -update noar ti set v0='79RFKXOTL' where id=3; -update noar tt set b0='WTIMW24TP7I' where id=3; -update noar ti set b0='WTIMW24TP7I' where id=3; -update noar tt set v0='ELXQDU7CJAATSGK060LTLYQ' where id=3; -update noar ti set v0='ELXQDU7CJAATSGK060LTLYQ' where id=3; -update noar tt set b1='8SPYN6TFKGZ7ZA9XJ' where id=3; -update noar ti set b1='8SPYN6TFKGZ7ZA9XJ' where id=3; -update noar tt set v0='47ZAOIW5T4A42WJA4KISBUA5PL' where id=3; -update noar ti set v0='47ZAOIW5T4A42WJA4KISBUA5PL' where id=3; -update noar tt set b2='5GK3R97EGZKGSZFVA2N' where id=3; -update noar ti set b2='5GK3R97EGZKGSZFVA2N' where id=3; -update noar tt set v0='3OFTVEMAJFPFD84' where id=4; -update noar ti set v0='3OFTVEMAJFPFD84' where id=4; -update noar tt set b0='LD8XBJNMTKYX05' where id=4; -update noar ti set b0='LD8XBJNMTKYX05' where id=4; -update noar tt set v0='9UEGUHFUI4XGU255JCPSJW1VHDMWA' where id=4; -update noar ti set v0='9UEGUHFUI4XGU255JCPSJW1VHDMWA' where id=4; -update noar tt set b1='72U93SWVMQI6Q8K5HKBVB3LSYZMJU9F' where id=4; -update noar ti set b1='72U93SWVMQI6Q8K5HKBVB3LSYZMJU9F' where id=4; -update noar tt set v0='KNM88YL' where id=4; -update noar ti set v0='KNM88YL' where id=4; -update noar tt set b2='OG5IMCGVAXVF0E338CVH3JFGLQ' where id=4; -update noar ti set b2='OG5IMCGVAXVF0E338CVH3JFGLQ' where id=4; -update noar tt set v0='BF3LIFMQS7TD5MQWI7AXQ' where id=5; -update noar ti set v0='BF3LIFMQS7TD5MQWI7AXQ' where id=5; -update noar tt set b0='KT475U6FTQ3XR' where id=5; -update noar ti set b0='KT475U6FTQ3XR' where id=5; -update noar tt set v0='LVAY6YGCJJ0' where id=5; -update noar ti set v0='LVAY6YGCJJ0' where id=5; -update noar tt set b1='3JB476R7U1DUP97R' where id=5; -update noar ti set b1='3JB476R7U1DUP97R' where id=5; -update noar tt set v0='R3CB1GDQKTC6YSE0OSRH12QGJ4HD' where id=5; -update noar ti set v0='R3CB1GDQKTC6YSE0OSRH12QGJ4HD' where id=5; -update noar tt set b2='P4YX' where id=5; -update noar ti set b2='P4YX' where id=5; -update noar tt set v0='51VF6SUAHRQXG4HNUYFL1' where id=6; -update noar ti set v0='51VF6SUAHRQXG4HNUYFL1' where id=6; -update noar tt set b0='MBCKD91X' where id=6; -update noar ti set b0='MBCKD91X' where id=6; -update noar tt set v0='03PEHCGE6UVUI4905IXSR' where id=6; -update noar ti set v0='03PEHCGE6UVUI4905IXSR' where id=6; -update noar tt set b1='R59' where id=6; -update noar ti set b1='R59' where id=6; -update noar tt set v0='EYRVSM7TRBGC' where id=6; -update noar ti set v0='EYRVSM7TRBGC' where id=6; -update noar tt set b2='21FMKLL3QGXMHM3FDG' where id=6; -update noar ti set b2='21FMKLL3QGXMHM3FDG' where id=6; -update noar tt set v0='7AL01Y16PL8XI66ZQH3GKND42QF357' where id=7; -update noar ti set v0='7AL01Y16PL8XI66ZQH3GKND42QF357' where id=7; -update noar tt set b0='4CN7Y4WFF5JHJFCTJHLQ' where id=7; -update noar ti set b0='4CN7Y4WFF5JHJFCTJHLQ' where id=7; -update noar tt set v0='H99GE2OPVIJKUCLD' where id=7; -update noar ti set v0='H99GE2OPVIJKUCLD' where id=7; -update noar tt set b1='1NRK0WK98' where id=7; -update noar ti set b1='1NRK0WK98' where id=7; -update noar tt set v0='UWZTGH2XOT45Q0IUYSCY1' where id=7; -update noar ti set v0='UWZTGH2XOT45Q0IUYSCY1' where id=7; -update noar tt set b2='G4GZ4PBOYK7FS9O181I8F1A' where id=7; -update noar ti set b2='G4GZ4PBOYK7FS9O181I8F1A' where id=7; -update noar tt set v0='89MMK4CRYCK' where id=8; -update noar ti set v0='89MMK4CRYCK' where id=8; -update noar tt set b0='PTN65PFD87EFYCBME7YY0DR7Y2C8F0' where id=8; -update noar ti set b0='PTN65PFD87EFYCBME7YY0DR7Y2C8F0' where id=8; -update noar tt set v0='TZSXY1' where id=8; -update noar ti set v0='TZSXY1' where id=8; -update noar tt set b1='3' where id=8; -update noar ti set b1='3' where id=8; -update noar tt set v0='BTA4UXKGGNH0P54DA5SW2629OTM3' where id=8; -update noar ti set v0='BTA4UXKGGNH0P54DA5SW2629OTM3' where id=8; -update noar tt set b2='MUB1EKPITPMWVOH1QQZ3SR4D' where id=8; -update noar ti set b2='MUB1EKPITPMWVOH1QQZ3SR4D' where id=8; -update noar tt set v0='XP1Y3BIE4L0E' where id=9; -update noar ti set v0='XP1Y3BIE4L0E' where id=9; -update noar tt set b0='UUAHHACS7KK1RVSNWGX0XOJW03N' where id=9; -update noar ti set b0='UUAHHACS7KK1RVSNWGX0XOJW03N' where id=9; -update noar tt set v0='K9H6PGY9HJ' where id=9; -update noar ti set v0='K9H6PGY9HJ' where id=9; -update noar tt set b1='KDHDJTCIV25LY6OW6D4KEXSC' where id=9; -update noar ti set b1='KDHDJTCIV25LY6OW6D4KEXSC' where id=9; -update noar tt set v0='4DXN4LW' where id=9; -update noar ti set v0='4DXN4LW' where id=9; -update noar tt set b2='09IPJ7O62MUZINSQW3X4' where id=9; -update noar ti set b2='09IPJ7O62MUZINSQW3X4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YD' where id=1; -update noar ti set v0='YD' where id=1; -update noar tt set b0='JKKP2PL7WTT4A' where id=1; -update noar ti set b0='JKKP2PL7WTT4A' where id=1; -update noar tt set v0='NDSE90YJG2N2Y' where id=1; -update noar ti set v0='NDSE90YJG2N2Y' where id=1; -update noar tt set b1='EDSVO' where id=1; -update noar ti set b1='EDSVO' where id=1; -update noar tt set v0='LC3RVYFJGOXYE7K' where id=1; -update noar ti set v0='LC3RVYFJGOXYE7K' where id=1; -update noar tt set b2='TD2T' where id=1; -update noar ti set b2='TD2T' where id=1; -update noar tt set v0='NZ8' where id=2; -update noar ti set v0='NZ8' where id=2; -update noar tt set b0='OJ' where id=2; -update noar ti set b0='OJ' where id=2; -update noar tt set v0='KL8573' where id=2; -update noar ti set v0='KL8573' where id=2; -update noar tt set b1='1KF8ONUVJ9QGHESI4F3CH' where id=2; -update noar ti set b1='1KF8ONUVJ9QGHESI4F3CH' where id=2; -update noar tt set v0='LQLXIURUB45BFZUL4L103HQ29VCF2H' where id=2; -update noar ti set v0='LQLXIURUB45BFZUL4L103HQ29VCF2H' where id=2; -update noar tt set b2='0WSUSP6VZTDXP3' where id=2; -update noar ti set b2='0WSUSP6VZTDXP3' where id=2; -update noar tt set v0='6104383MNNBXXQ7G4D4BA5DJ2H' where id=3; -update noar ti set v0='6104383MNNBXXQ7G4D4BA5DJ2H' where id=3; -update noar tt set b0='R3SKHJ0K91VB8BVCDTOU' where id=3; -update noar ti set b0='R3SKHJ0K91VB8BVCDTOU' where id=3; -update noar tt set v0='ZMRU4860W2' where id=3; -update noar ti set v0='ZMRU4860W2' where id=3; -update noar tt set b1='9H0J8S9NNQTVAMWMBV1D' where id=3; -update noar ti set b1='9H0J8S9NNQTVAMWMBV1D' where id=3; -update noar tt set v0='8H' where id=3; -update noar ti set v0='8H' where id=3; -update noar tt set b2='B6BA0OQTNZFBS' where id=3; -update noar ti set b2='B6BA0OQTNZFBS' where id=3; -update noar tt set v0='WVW7D0CXPQKP0NSIECODW5FF16J' where id=4; -update noar ti set v0='WVW7D0CXPQKP0NSIECODW5FF16J' where id=4; -update noar tt set b0='BG9JZ5NLGWSCLR0MT0ORZ1W' where id=4; -update noar ti set b0='BG9JZ5NLGWSCLR0MT0ORZ1W' where id=4; -update noar tt set v0='8D2CUBQKV4' where id=4; -update noar ti set v0='8D2CUBQKV4' where id=4; -update noar tt set b1='KDWYWWWJF8KL' where id=4; -update noar ti set b1='KDWYWWWJF8KL' where id=4; -update noar tt set v0='NTJU5M' where id=4; -update noar ti set v0='NTJU5M' where id=4; -update noar tt set b2='8IKTEHCHCW' where id=4; -update noar ti set b2='8IKTEHCHCW' where id=4; -update noar tt set v0='KRMXQUNAHZE' where id=5; -update noar ti set v0='KRMXQUNAHZE' where id=5; -update noar tt set b0='SD9CD19UAT' where id=5; -update noar ti set b0='SD9CD19UAT' where id=5; -update noar tt set v0='5G77M' where id=5; -update noar ti set v0='5G77M' where id=5; -update noar tt set b1='2SUORZ4NKGK3B4R325XRSRNFTXWU' where id=5; -update noar ti set b1='2SUORZ4NKGK3B4R325XRSRNFTXWU' where id=5; -update noar tt set v0='YNO0RVZ6XRE3' where id=5; -update noar ti set v0='YNO0RVZ6XRE3' where id=5; -update noar tt set b2='X' where id=5; -update noar ti set b2='X' where id=5; -update noar tt set v0='1TYAGCJUWZ1K5IYLZP65SVKYQ' where id=6; -update noar ti set v0='1TYAGCJUWZ1K5IYLZP65SVKYQ' where id=6; -update noar tt set b0='I1BBXO0FDMCF2SQA4H8N00W73SY' where id=6; -update noar ti set b0='I1BBXO0FDMCF2SQA4H8N00W73SY' where id=6; -update noar tt set v0='8E6VZGXF31M' where id=6; -update noar ti set v0='8E6VZGXF31M' where id=6; -update noar tt set b1='AGQT35MHC54PRCUZNV4LS' where id=6; -update noar ti set b1='AGQT35MHC54PRCUZNV4LS' where id=6; -update noar tt set v0='UCHUW3EWIJ' where id=6; -update noar ti set v0='UCHUW3EWIJ' where id=6; -update noar tt set b2='VX5R1OM5FESHQVLQC9JFBRYMFP0ZH3XB' where id=6; -update noar ti set b2='VX5R1OM5FESHQVLQC9JFBRYMFP0ZH3XB' where id=6; -update noar tt set v0='2C0F' where id=7; -update noar ti set v0='2C0F' where id=7; -update noar tt set b0='TH5W7UZ7MTRT52YI1AF0534C1Z7AF' where id=7; -update noar ti set b0='TH5W7UZ7MTRT52YI1AF0534C1Z7AF' where id=7; -update noar tt set v0='VFAWG' where id=7; -update noar ti set v0='VFAWG' where id=7; -update noar tt set b1='P0RXNBWKZHA' where id=7; -update noar ti set b1='P0RXNBWKZHA' where id=7; -update noar tt set v0='2NATG' where id=7; -update noar ti set v0='2NATG' where id=7; -update noar tt set b2='GPCJ2ZBQO1VCB3R' where id=7; -update noar ti set b2='GPCJ2ZBQO1VCB3R' where id=7; -update noar tt set v0='6ZXMM5T' where id=8; -update noar ti set v0='6ZXMM5T' where id=8; -update noar tt set b0='BDK4CIHZ7OD9F7CTV' where id=8; -update noar ti set b0='BDK4CIHZ7OD9F7CTV' where id=8; -update noar tt set v0='9W' where id=8; -update noar ti set v0='9W' where id=8; -update noar tt set b1='PIJIKVA51RYQKB' where id=8; -update noar ti set b1='PIJIKVA51RYQKB' where id=8; -update noar tt set v0='SB9J9HMBEF10UKA' where id=8; -update noar ti set v0='SB9J9HMBEF10UKA' where id=8; -update noar tt set b2='VTRFSXTBYR73UBHUGE1DSPTBAI8HQJ' where id=8; -update noar ti set b2='VTRFSXTBYR73UBHUGE1DSPTBAI8HQJ' where id=8; -update noar tt set v0='SF3ZDLRX0KQX2IXFNRPTH' where id=9; -update noar ti set v0='SF3ZDLRX0KQX2IXFNRPTH' where id=9; -update noar tt set b0='BB0ONZFAF2' where id=9; -update noar ti set b0='BB0ONZFAF2' where id=9; -update noar tt set v0='X9ZIMD9MVPQW' where id=9; -update noar ti set v0='X9ZIMD9MVPQW' where id=9; -update noar tt set b1='B3H7OLTI' where id=9; -update noar ti set b1='B3H7OLTI' where id=9; -update noar tt set v0='WF0SLXFB397F' where id=9; -update noar ti set v0='WF0SLXFB397F' where id=9; -update noar tt set b2='J5TEJYU3M2I5K1V0CLLRN9B' where id=9; -update noar ti set b2='J5TEJYU3M2I5K1V0CLLRN9B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7ZY2N10WJFL3W7O5QE4P7G89UUHHPY' where id=1; -update noar ti set v0='7ZY2N10WJFL3W7O5QE4P7G89UUHHPY' where id=1; -update noar tt set b0='DXU33E2O7DYWD7WWW7965P3V394UH7V' where id=1; -update noar ti set b0='DXU33E2O7DYWD7WWW7965P3V394UH7V' where id=1; -update noar tt set v0='F9IYKKFYVHOQDHB' where id=1; -update noar ti set v0='F9IYKKFYVHOQDHB' where id=1; -update noar tt set b1='FGT40NAVGIG8EEFXD' where id=1; -update noar ti set b1='FGT40NAVGIG8EEFXD' where id=1; -update noar tt set v0='4X9NAY2Q4' where id=1; -update noar ti set v0='4X9NAY2Q4' where id=1; -update noar tt set b2='7TOHMB7' where id=1; -update noar ti set b2='7TOHMB7' where id=1; -update noar tt set v0='RM2O6DRPX3FSKOL031DGXYELDHM' where id=2; -update noar ti set v0='RM2O6DRPX3FSKOL031DGXYELDHM' where id=2; -update noar tt set b0='JZ11GJZDIC8VM24SR6IUJZ0WZO11' where id=2; -update noar ti set b0='JZ11GJZDIC8VM24SR6IUJZ0WZO11' where id=2; -update noar tt set v0='3UDTOQ5Y374TFOPIJIRZNV' where id=2; -update noar ti set v0='3UDTOQ5Y374TFOPIJIRZNV' where id=2; -update noar tt set b1='NL2LU02OF0TNID16A04XWGRG' where id=2; -update noar ti set b1='NL2LU02OF0TNID16A04XWGRG' where id=2; -update noar tt set v0='D7DY7EH2CG553QHJHV5' where id=2; -update noar ti set v0='D7DY7EH2CG553QHJHV5' where id=2; -update noar tt set b2='0S9I52JNFOKSRDORSRI8JC6D1W865CX' where id=2; -update noar ti set b2='0S9I52JNFOKSRDORSRI8JC6D1W865CX' where id=2; -update noar tt set v0='P77FPAAA6F2075P35ZV08B4P' where id=3; -update noar ti set v0='P77FPAAA6F2075P35ZV08B4P' where id=3; -update noar tt set b0='XOX' where id=3; -update noar ti set b0='XOX' where id=3; -update noar tt set v0='EGAGEV7C43CD5Z5U7O' where id=3; -update noar ti set v0='EGAGEV7C43CD5Z5U7O' where id=3; -update noar tt set b1='ZMT' where id=3; -update noar ti set b1='ZMT' where id=3; -update noar tt set v0='YVL5LFTE6YABM256048GZBVMRJ5SK' where id=3; -update noar ti set v0='YVL5LFTE6YABM256048GZBVMRJ5SK' where id=3; -update noar tt set b2='83RFGIGF' where id=3; -update noar ti set b2='83RFGIGF' where id=3; -update noar tt set v0='HYOQUL7INO0GH15GRHWB9XGG5YN' where id=4; -update noar ti set v0='HYOQUL7INO0GH15GRHWB9XGG5YN' where id=4; -update noar tt set b0='DHWDSY9DYCBFJ8UECW2ONLCXJW47' where id=4; -update noar ti set b0='DHWDSY9DYCBFJ8UECW2ONLCXJW47' where id=4; -update noar tt set v0='SFW3LQ0LAFFY79UF4' where id=4; -update noar ti set v0='SFW3LQ0LAFFY79UF4' where id=4; -update noar tt set b1='Q' where id=4; -update noar ti set b1='Q' where id=4; -update noar tt set v0='4MO2IAB5HVTQ16F' where id=4; -update noar ti set v0='4MO2IAB5HVTQ16F' where id=4; -update noar tt set b2='IF4' where id=4; -update noar ti set b2='IF4' where id=4; -update noar tt set v0='W7' where id=5; -update noar ti set v0='W7' where id=5; -update noar tt set b0='Y349Y' where id=5; -update noar ti set b0='Y349Y' where id=5; -update noar tt set v0='W6C63B6WDOKKLN02ZPE384ZOWOGHJ5C' where id=5; -update noar ti set v0='W6C63B6WDOKKLN02ZPE384ZOWOGHJ5C' where id=5; -update noar tt set b1='21BWMO8C47OW8Y9M83FHKBC9COWL7R' where id=5; -update noar ti set b1='21BWMO8C47OW8Y9M83FHKBC9COWL7R' where id=5; -update noar tt set v0='5GL0F5Z9MAMRP0I1HJX' where id=5; -update noar ti set v0='5GL0F5Z9MAMRP0I1HJX' where id=5; -update noar tt set b2='AAR57DP24PV5JAXPVL4U0SAM5V' where id=5; -update noar ti set b2='AAR57DP24PV5JAXPVL4U0SAM5V' where id=5; -update noar tt set v0='WQCMIC4TVW' where id=6; -update noar ti set v0='WQCMIC4TVW' where id=6; -update noar tt set b0='G281WN097XXGNA4NHOMFTTRS13D5' where id=6; -update noar ti set b0='G281WN097XXGNA4NHOMFTTRS13D5' where id=6; -update noar tt set v0='JQPRV1S9K0X6IMIM7JFPIX47HXW' where id=6; -update noar ti set v0='JQPRV1S9K0X6IMIM7JFPIX47HXW' where id=6; -update noar tt set b1='DMMZ' where id=6; -update noar ti set b1='DMMZ' where id=6; -update noar tt set v0='35KVTIA4F1HKC' where id=6; -update noar ti set v0='35KVTIA4F1HKC' where id=6; -update noar tt set b2='F9N1' where id=6; -update noar ti set b2='F9N1' where id=6; -update noar tt set v0='PKVQ4' where id=7; -update noar ti set v0='PKVQ4' where id=7; -update noar tt set b0='01CBOANC05OQ4MRYO719IP687GRZ' where id=7; -update noar ti set b0='01CBOANC05OQ4MRYO719IP687GRZ' where id=7; -update noar tt set v0='PW0X2YDQSM8B6642EGIYY728ETZ6D1' where id=7; -update noar ti set v0='PW0X2YDQSM8B6642EGIYY728ETZ6D1' where id=7; -update noar tt set b1='44OF0D7' where id=7; -update noar ti set b1='44OF0D7' where id=7; -update noar tt set v0='CCV' where id=7; -update noar ti set v0='CCV' where id=7; -update noar tt set b2='JRWZX' where id=7; -update noar ti set b2='JRWZX' where id=7; -update noar tt set v0='ZQ9TFF53XW53AUJ2O1J7BZF3RDI92C' where id=8; -update noar ti set v0='ZQ9TFF53XW53AUJ2O1J7BZF3RDI92C' where id=8; -update noar tt set b0='OO0V1G' where id=8; -update noar ti set b0='OO0V1G' where id=8; -update noar tt set v0='V' where id=8; -update noar ti set v0='V' where id=8; -update noar tt set b1='6RZL7O0QSA' where id=8; -update noar ti set b1='6RZL7O0QSA' where id=8; -update noar tt set v0='IG7SF370IQO' where id=8; -update noar ti set v0='IG7SF370IQO' where id=8; -update noar tt set b2='F4VK' where id=8; -update noar ti set b2='F4VK' where id=8; -update noar tt set v0='AJOOR3YRNX8YB71LGMAAN6MJHV9ID' where id=9; -update noar ti set v0='AJOOR3YRNX8YB71LGMAAN6MJHV9ID' where id=9; -update noar tt set b0='8GAP83BNYJCH85P2' where id=9; -update noar ti set b0='8GAP83BNYJCH85P2' where id=9; -update noar tt set v0='T27BL1YT' where id=9; -update noar ti set v0='T27BL1YT' where id=9; -update noar tt set b1='P4LJ9MBV3AIOQ79' where id=9; -update noar ti set b1='P4LJ9MBV3AIOQ79' where id=9; -update noar tt set v0='8Y1HDDLXFBHR3EP6' where id=9; -update noar ti set v0='8Y1HDDLXFBHR3EP6' where id=9; -update noar tt set b2='PEMLQ7A2CEYAJLG9S' where id=9; -update noar ti set b2='PEMLQ7A2CEYAJLG9S' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OHILF04F60NXEJRL6F' where id=1; -update noar ti set v0='OHILF04F60NXEJRL6F' where id=1; -update noar tt set b0='C8I3P4ITSKDS8ORHDT0W9G5' where id=1; -update noar ti set b0='C8I3P4ITSKDS8ORHDT0W9G5' where id=1; -update noar tt set v0='XL10OB0' where id=1; -update noar ti set v0='XL10OB0' where id=1; -update noar tt set b1='OGP68635LUQ1KYQ8VV31LO52ISV' where id=1; -update noar ti set b1='OGP68635LUQ1KYQ8VV31LO52ISV' where id=1; -update noar tt set v0='FRU' where id=1; -update noar ti set v0='FRU' where id=1; -update noar tt set b2='JY54DILVUGLQPNSD1VSY6G' where id=1; -update noar ti set b2='JY54DILVUGLQPNSD1VSY6G' where id=1; -update noar tt set v0='4HJ1KMDM9LNE5ZSABV6C' where id=2; -update noar ti set v0='4HJ1KMDM9LNE5ZSABV6C' where id=2; -update noar tt set b0='XVB0SARTERFOSG6NJT5XAGU49V0AV' where id=2; -update noar ti set b0='XVB0SARTERFOSG6NJT5XAGU49V0AV' where id=2; -update noar tt set v0='AGIZS88F8CRH33T9OVH2O0JDRA3Q6' where id=2; -update noar ti set v0='AGIZS88F8CRH33T9OVH2O0JDRA3Q6' where id=2; -update noar tt set b1='XFUZ' where id=2; -update noar ti set b1='XFUZ' where id=2; -update noar tt set v0='WRNNPI53MB1Q5BZVUCJM90IM4M1D' where id=2; -update noar ti set v0='WRNNPI53MB1Q5BZVUCJM90IM4M1D' where id=2; -update noar tt set b2='ZUNFTPAWM8JUPD820CTVY' where id=2; -update noar ti set b2='ZUNFTPAWM8JUPD820CTVY' where id=2; -update noar tt set v0='FS2BT489HS0S2RFWMF67GR00U9IH' where id=3; -update noar ti set v0='FS2BT489HS0S2RFWMF67GR00U9IH' where id=3; -update noar tt set b0='7Z2LUM8K46K8V3AEN74DGKGNWPAE40' where id=3; -update noar ti set b0='7Z2LUM8K46K8V3AEN74DGKGNWPAE40' where id=3; -update noar tt set v0='LSO1AKTYIJJO2IA7' where id=3; -update noar ti set v0='LSO1AKTYIJJO2IA7' where id=3; -update noar tt set b1='JB' where id=3; -update noar ti set b1='JB' where id=3; -update noar tt set v0='41L7PJA1LI73S8JF1KXUE' where id=3; -update noar ti set v0='41L7PJA1LI73S8JF1KXUE' where id=3; -update noar tt set b2='QKGXEY' where id=3; -update noar ti set b2='QKGXEY' where id=3; -update noar tt set v0='3FXQ6VWJ1CSU' where id=4; -update noar ti set v0='3FXQ6VWJ1CSU' where id=4; -update noar tt set b0='R1GZA9AD76DJUBM' where id=4; -update noar ti set b0='R1GZA9AD76DJUBM' where id=4; -update noar tt set v0='RO6PR48BBWTJT' where id=4; -update noar ti set v0='RO6PR48BBWTJT' where id=4; -update noar tt set b1='DD3NLHSN3A8MQ4VKZ3N' where id=4; -update noar ti set b1='DD3NLHSN3A8MQ4VKZ3N' where id=4; -update noar tt set v0='J5C9U04KYK400MO47SA6' where id=4; -update noar ti set v0='J5C9U04KYK400MO47SA6' where id=4; -update noar tt set b2='9' where id=4; -update noar ti set b2='9' where id=4; -update noar tt set v0='LV9YVQ7Q263C26I02318HP69Y3FP2QC' where id=5; -update noar ti set v0='LV9YVQ7Q263C26I02318HP69Y3FP2QC' where id=5; -update noar tt set b0='CCE' where id=5; -update noar ti set b0='CCE' where id=5; -update noar tt set v0='IXKG3KA3GSUXAIEA438P4WBN6ITHJ5' where id=5; -update noar ti set v0='IXKG3KA3GSUXAIEA438P4WBN6ITHJ5' where id=5; -update noar tt set b1='ITV76CAQZVFQFE4VCU1HCSE3DG' where id=5; -update noar ti set b1='ITV76CAQZVFQFE4VCU1HCSE3DG' where id=5; -update noar tt set v0='8KWVNJJTY4Z86' where id=5; -update noar ti set v0='8KWVNJJTY4Z86' where id=5; -update noar tt set b2='WSTT2TG6IPKP7VVNGT' where id=5; -update noar ti set b2='WSTT2TG6IPKP7VVNGT' where id=5; -update noar tt set v0='CM' where id=6; -update noar ti set v0='CM' where id=6; -update noar tt set b0='NXIK5VOBE' where id=6; -update noar ti set b0='NXIK5VOBE' where id=6; -update noar tt set v0='GVNB6' where id=6; -update noar ti set v0='GVNB6' where id=6; -update noar tt set b1='Q99' where id=6; -update noar ti set b1='Q99' where id=6; -update noar tt set v0='AK' where id=6; -update noar ti set v0='AK' where id=6; -update noar tt set b2='DVPR4YH8FCR6YFTBG1B4BDH8IP' where id=6; -update noar ti set b2='DVPR4YH8FCR6YFTBG1B4BDH8IP' where id=6; -update noar tt set v0='EHB6BL3GYLRDONWF' where id=7; -update noar ti set v0='EHB6BL3GYLRDONWF' where id=7; -update noar tt set b0='1VT0U80Y9MD6NQ0QX5JO' where id=7; -update noar ti set b0='1VT0U80Y9MD6NQ0QX5JO' where id=7; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b1='HYDQGXSWL8' where id=7; -update noar ti set b1='HYDQGXSWL8' where id=7; -update noar tt set v0='16Z1PJZCLZ87W2EAIWJOCL36ML1M' where id=7; -update noar ti set v0='16Z1PJZCLZ87W2EAIWJOCL36ML1M' where id=7; -update noar tt set b2='FB' where id=7; -update noar ti set b2='FB' where id=7; -update noar tt set v0='LVANGGM7YQQ4OKAV0E8MZ' where id=8; -update noar ti set v0='LVANGGM7YQQ4OKAV0E8MZ' where id=8; -update noar tt set b0='FNX2VFNQSRPHLU1CX' where id=8; -update noar ti set b0='FNX2VFNQSRPHLU1CX' where id=8; -update noar tt set v0='ADUVBROBXM' where id=8; -update noar ti set v0='ADUVBROBXM' where id=8; -update noar tt set b1='52AKHOTG3' where id=8; -update noar ti set b1='52AKHOTG3' where id=8; -update noar tt set v0='AUY577K9AA7ZZRG8I94' where id=8; -update noar ti set v0='AUY577K9AA7ZZRG8I94' where id=8; -update noar tt set b2='8C4K90555ZLV1KPGHQ6KJIGAGM9I8J1' where id=8; -update noar ti set b2='8C4K90555ZLV1KPGHQ6KJIGAGM9I8J1' where id=8; -update noar tt set v0='XF04BXXZFNG7L0OLQJ2DWFKPA' where id=9; -update noar ti set v0='XF04BXXZFNG7L0OLQJ2DWFKPA' where id=9; -update noar tt set b0='6VZJQ1WTMMPYW0PQBU673TMCHJ2QQY' where id=9; -update noar ti set b0='6VZJQ1WTMMPYW0PQBU673TMCHJ2QQY' where id=9; -update noar tt set v0='L1SONQIKQPKYGQLK8UIZK851HNT5Q' where id=9; -update noar ti set v0='L1SONQIKQPKYGQLK8UIZK851HNT5Q' where id=9; -update noar tt set b1='EJ0GL9FU3AGQX9TXFJKZ4FQRIKSBB2J' where id=9; -update noar ti set b1='EJ0GL9FU3AGQX9TXFJKZ4FQRIKSBB2J' where id=9; -update noar tt set v0='YLU1JHLC' where id=9; -update noar ti set v0='YLU1JHLC' where id=9; -update noar tt set b2='69YT' where id=9; -update noar ti set b2='69YT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VK78QUVI77ZN4BF6D1JOS8UN' where id=1; -update noar ti set v0='VK78QUVI77ZN4BF6D1JOS8UN' where id=1; -update noar tt set b0='YZEFHBAU7VW7QX1LMAVAMZ5AFOW7PPWC' where id=1; -update noar ti set b0='YZEFHBAU7VW7QX1LMAVAMZ5AFOW7PPWC' where id=1; -update noar tt set v0='HVC3ZWEZR45QMEONCRHKW3WR' where id=1; -update noar ti set v0='HVC3ZWEZR45QMEONCRHKW3WR' where id=1; -update noar tt set b1='VMM6XW1NFF863B2ZDJK5LH' where id=1; -update noar ti set b1='VMM6XW1NFF863B2ZDJK5LH' where id=1; -update noar tt set v0='ABECRXSVLXS3OK6A4VMOEPQ' where id=1; -update noar ti set v0='ABECRXSVLXS3OK6A4VMOEPQ' where id=1; -update noar tt set b2='805Y6RS1MLESLG4K8SQWB9' where id=1; -update noar ti set b2='805Y6RS1MLESLG4K8SQWB9' where id=1; -update noar tt set v0='148T7RW05854PEGF3' where id=2; -update noar ti set v0='148T7RW05854PEGF3' where id=2; -update noar tt set b0='3H' where id=2; -update noar ti set b0='3H' where id=2; -update noar tt set v0='9NIFKEGJQRZTUJTRVH7' where id=2; -update noar ti set v0='9NIFKEGJQRZTUJTRVH7' where id=2; -update noar tt set b1='MQR1C' where id=2; -update noar ti set b1='MQR1C' where id=2; -update noar tt set v0='XI0YT5ZMXLZKKAETDAS' where id=2; -update noar ti set v0='XI0YT5ZMXLZKKAETDAS' where id=2; -update noar tt set b2='0JC2RRT9AZYLTTAI' where id=2; -update noar ti set b2='0JC2RRT9AZYLTTAI' where id=2; -update noar tt set v0='T0G0NWX4IS3AF9495ZKDI1K' where id=3; -update noar ti set v0='T0G0NWX4IS3AF9495ZKDI1K' where id=3; -update noar tt set b0='47F60' where id=3; -update noar ti set b0='47F60' where id=3; -update noar tt set v0='371MW2SWY668OLPBBIG' where id=3; -update noar ti set v0='371MW2SWY668OLPBBIG' where id=3; -update noar tt set b1='2W' where id=3; -update noar ti set b1='2W' where id=3; -update noar tt set v0='IQ7' where id=3; -update noar ti set v0='IQ7' where id=3; -update noar tt set b2='5P04YDSA' where id=3; -update noar ti set b2='5P04YDSA' where id=3; -update noar tt set v0='3UW' where id=4; -update noar ti set v0='3UW' where id=4; -update noar tt set b0='SYILSORIIM7FAX8WKDUCV9VENY' where id=4; -update noar ti set b0='SYILSORIIM7FAX8WKDUCV9VENY' where id=4; -update noar tt set v0='AWA7UIJ9F33VV4P3WOKHISAE6' where id=4; -update noar ti set v0='AWA7UIJ9F33VV4P3WOKHISAE6' where id=4; -update noar tt set b1='CD8NI' where id=4; -update noar ti set b1='CD8NI' where id=4; -update noar tt set v0='R6ITDVE394UNGYZROOSHMXBG7LBDD6' where id=4; -update noar ti set v0='R6ITDVE394UNGYZROOSHMXBG7LBDD6' where id=4; -update noar tt set b2='RUG30GRB078XSRE4XQEMLC9AO4GY2R1' where id=4; -update noar ti set b2='RUG30GRB078XSRE4XQEMLC9AO4GY2R1' where id=4; -update noar tt set v0='HST854VB108C' where id=5; -update noar ti set v0='HST854VB108C' where id=5; -update noar tt set b0='D7' where id=5; -update noar ti set b0='D7' where id=5; -update noar tt set v0='KNCWJQT513GRUJIW8LDG9O0RB3DZ1M' where id=5; -update noar ti set v0='KNCWJQT513GRUJIW8LDG9O0RB3DZ1M' where id=5; -update noar tt set b1='EYZ8LC9ZBD4DNILTKGNZE93QNYPS' where id=5; -update noar ti set b1='EYZ8LC9ZBD4DNILTKGNZE93QNYPS' where id=5; -update noar tt set v0='2C2G5PLZU2E3TRY' where id=5; -update noar ti set v0='2C2G5PLZU2E3TRY' where id=5; -update noar tt set b2='16Z3Z4HIPKBBHXHPXNM7TNZUZX48' where id=5; -update noar ti set b2='16Z3Z4HIPKBBHXHPXNM7TNZUZX48' where id=5; -update noar tt set v0='0RHDKGUPVQ8XMC15GW5DAJDF' where id=6; -update noar ti set v0='0RHDKGUPVQ8XMC15GW5DAJDF' where id=6; -update noar tt set b0='GEO5636JY3SWSY1IRJWTNAMP' where id=6; -update noar ti set b0='GEO5636JY3SWSY1IRJWTNAMP' where id=6; -update noar tt set v0='NO1CS3PBA' where id=6; -update noar ti set v0='NO1CS3PBA' where id=6; -update noar tt set b1='RWPFII00Q2NO24PWXEFDW7M00' where id=6; -update noar ti set b1='RWPFII00Q2NO24PWXEFDW7M00' where id=6; -update noar tt set v0='2T8MTSX152AB8THITMTIFD7QQN404' where id=6; -update noar ti set v0='2T8MTSX152AB8THITMTIFD7QQN404' where id=6; -update noar tt set b2='P6IC' where id=6; -update noar ti set b2='P6IC' where id=6; -update noar tt set v0='D2HH5M8CH01W8IC89MT' where id=7; -update noar ti set v0='D2HH5M8CH01W8IC89MT' where id=7; -update noar tt set b0='YIQB0M4KWBZ6YXBY8EYT62EI707BCE' where id=7; -update noar ti set b0='YIQB0M4KWBZ6YXBY8EYT62EI707BCE' where id=7; -update noar tt set v0='6BSXBGQK' where id=7; -update noar ti set v0='6BSXBGQK' where id=7; -update noar tt set b1='YHQW6AU6K913C3GX3EMQCWBQ' where id=7; -update noar ti set b1='YHQW6AU6K913C3GX3EMQCWBQ' where id=7; -update noar tt set v0='BU5VTADN' where id=7; -update noar ti set v0='BU5VTADN' where id=7; -update noar tt set b2='2X6OBIB1EQW6G5OQ7B9ZBT6Y' where id=7; -update noar ti set b2='2X6OBIB1EQW6G5OQ7B9ZBT6Y' where id=7; -update noar tt set v0='H5MIFDOWE3G' where id=8; -update noar ti set v0='H5MIFDOWE3G' where id=8; -update noar tt set b0='JR9R55XL3MU9C14O' where id=8; -update noar ti set b0='JR9R55XL3MU9C14O' where id=8; -update noar tt set v0='757K0OIKSJQDRJ8HGMLX2K2SUYQ' where id=8; -update noar ti set v0='757K0OIKSJQDRJ8HGMLX2K2SUYQ' where id=8; -update noar tt set b1='WY3' where id=8; -update noar ti set b1='WY3' where id=8; -update noar tt set v0='3QVHTO3FQ5YLUA' where id=8; -update noar ti set v0='3QVHTO3FQ5YLUA' where id=8; -update noar tt set b2='3MKUV' where id=8; -update noar ti set b2='3MKUV' where id=8; -update noar tt set v0='PQZ7UCD72P2RRLLOTDR5QPIE0BJ5' where id=9; -update noar ti set v0='PQZ7UCD72P2RRLLOTDR5QPIE0BJ5' where id=9; -update noar tt set b0='1HCMZ4YZ7' where id=9; -update noar ti set b0='1HCMZ4YZ7' where id=9; -update noar tt set v0='KQW7T8CY9ZWP63N00F97' where id=9; -update noar ti set v0='KQW7T8CY9ZWP63N00F97' where id=9; -update noar tt set b1='LIXNRRJC3BLTMWCA0FJMH0BWBFG91YS' where id=9; -update noar ti set b1='LIXNRRJC3BLTMWCA0FJMH0BWBFG91YS' where id=9; -update noar tt set v0='QH156VY8U8ZL89719A6COFXJ2M' where id=9; -update noar ti set v0='QH156VY8U8ZL89719A6COFXJ2M' where id=9; -update noar tt set b2='UCCP3G084WAKSFS9' where id=9; -update noar ti set b2='UCCP3G084WAKSFS9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B5XWHWKNJK1PTAAW3WE2LR2J6HFAJ1KB' where id=1; -update noar ti set v0='B5XWHWKNJK1PTAAW3WE2LR2J6HFAJ1KB' where id=1; -update noar tt set b0='AQK8983Q5PY5B0R7' where id=1; -update noar ti set b0='AQK8983Q5PY5B0R7' where id=1; -update noar tt set v0='IP8OWZPLPHZX08TXADD687XTUE' where id=1; -update noar ti set v0='IP8OWZPLPHZX08TXADD687XTUE' where id=1; -update noar tt set b1='4RLR' where id=1; -update noar ti set b1='4RLR' where id=1; -update noar tt set v0='TTAFDB4FN9JF5C8878TIBJ' where id=1; -update noar ti set v0='TTAFDB4FN9JF5C8878TIBJ' where id=1; -update noar tt set b2='UM91JULKWUQS86JS01ERWEM0HKKFTA2' where id=1; -update noar ti set b2='UM91JULKWUQS86JS01ERWEM0HKKFTA2' where id=1; -update noar tt set v0='V2UXBYWMPOWS06HIIRI3' where id=2; -update noar ti set v0='V2UXBYWMPOWS06HIIRI3' where id=2; -update noar tt set b0='HJHRQ8PV6JHB9DO0L5REVCGSR' where id=2; -update noar ti set b0='HJHRQ8PV6JHB9DO0L5REVCGSR' where id=2; -update noar tt set v0='6ZPN2DJDX5C9RUO' where id=2; -update noar ti set v0='6ZPN2DJDX5C9RUO' where id=2; -update noar tt set b1='B98DODIGBA' where id=2; -update noar ti set b1='B98DODIGBA' where id=2; -update noar tt set v0='KBMTV956BWQYH4IJXTIYJ0Q3O' where id=2; -update noar ti set v0='KBMTV956BWQYH4IJXTIYJ0Q3O' where id=2; -update noar tt set b2='7AN5TAY95NZ' where id=2; -update noar ti set b2='7AN5TAY95NZ' where id=2; -update noar tt set v0='BVLR72H4Z0FASJESJU2DOUKOB6GCMB' where id=3; -update noar ti set v0='BVLR72H4Z0FASJESJU2DOUKOB6GCMB' where id=3; -update noar tt set b0='R23GLO' where id=3; -update noar ti set b0='R23GLO' where id=3; -update noar tt set v0='SWIC1LY6CB222UBSVEA88CKWSHCI73J' where id=3; -update noar ti set v0='SWIC1LY6CB222UBSVEA88CKWSHCI73J' where id=3; -update noar tt set b1='68KKE7M9L7BX2MKZNK9V8CE5UC' where id=3; -update noar ti set b1='68KKE7M9L7BX2MKZNK9V8CE5UC' where id=3; -update noar tt set v0='KFRJRFKWZX9J67QNGE091IEQSQBTR6' where id=3; -update noar ti set v0='KFRJRFKWZX9J67QNGE091IEQSQBTR6' where id=3; -update noar tt set b2='B1LMRJAC7AB7UGP9G1VSYITAFFTF3P2' where id=3; -update noar ti set b2='B1LMRJAC7AB7UGP9G1VSYITAFFTF3P2' where id=3; -update noar tt set v0='MSG8KH2QHKM24IUKFNTQ8' where id=4; -update noar ti set v0='MSG8KH2QHKM24IUKFNTQ8' where id=4; -update noar tt set b0='I7' where id=4; -update noar ti set b0='I7' where id=4; -update noar tt set v0='PYXXJR6FTHTH' where id=4; -update noar ti set v0='PYXXJR6FTHTH' where id=4; -update noar tt set b1='X4P2X' where id=4; -update noar ti set b1='X4P2X' where id=4; -update noar tt set v0='M55060DV5VQIRPHUAWR0F5UKLKH' where id=4; -update noar ti set v0='M55060DV5VQIRPHUAWR0F5UKLKH' where id=4; -update noar tt set b2='56NSLOR' where id=4; -update noar ti set b2='56NSLOR' where id=4; -update noar tt set v0='QH36L2YOAWU06RR48JCSQYG' where id=5; -update noar ti set v0='QH36L2YOAWU06RR48JCSQYG' where id=5; -update noar tt set b0='2LCECGVHIAFWLKMIXTTT3BYU5' where id=5; -update noar ti set b0='2LCECGVHIAFWLKMIXTTT3BYU5' where id=5; -update noar tt set v0='GLKR0M2RG0IUN3IOH' where id=5; -update noar ti set v0='GLKR0M2RG0IUN3IOH' where id=5; -update noar tt set b1='ZCNWUWA14AQ' where id=5; -update noar ti set b1='ZCNWUWA14AQ' where id=5; -update noar tt set v0='ZWRT6V7UMML' where id=5; -update noar ti set v0='ZWRT6V7UMML' where id=5; -update noar tt set b2='DHXQZ16C5P2JJURQTU' where id=5; -update noar ti set b2='DHXQZ16C5P2JJURQTU' where id=5; -update noar tt set v0='RU30IHVPF8JHJGMLZKOU55R6WW20DW' where id=6; -update noar ti set v0='RU30IHVPF8JHJGMLZKOU55R6WW20DW' where id=6; -update noar tt set b0='K7GJAPHJY1ZCZMPZOBR5U' where id=6; -update noar ti set b0='K7GJAPHJY1ZCZMPZOBR5U' where id=6; -update noar tt set v0='IQ' where id=6; -update noar ti set v0='IQ' where id=6; -update noar tt set b1='ZT2H1ROSHU1ODB231F591' where id=6; -update noar ti set b1='ZT2H1ROSHU1ODB231F591' where id=6; -update noar tt set v0='8UTCDLMXU17E' where id=6; -update noar ti set v0='8UTCDLMXU17E' where id=6; -update noar tt set b2='3U5LUDCE6AQK366' where id=6; -update noar ti set b2='3U5LUDCE6AQK366' where id=6; -update noar tt set v0='WYF3G4OSDUYMDMLQ' where id=7; -update noar ti set v0='WYF3G4OSDUYMDMLQ' where id=7; -update noar tt set b0='890M8R8857IUJ70D0R1EO6359' where id=7; -update noar ti set b0='890M8R8857IUJ70D0R1EO6359' where id=7; -update noar tt set v0='GAKJP' where id=7; -update noar ti set v0='GAKJP' where id=7; -update noar tt set b1='XAF' where id=7; -update noar ti set b1='XAF' where id=7; -update noar tt set v0='CO83M' where id=7; -update noar ti set v0='CO83M' where id=7; -update noar tt set b2='371Y58KL7UAFIVULL2UW4R' where id=7; -update noar ti set b2='371Y58KL7UAFIVULL2UW4R' where id=7; -update noar tt set v0='WQBVS64ACCNCTC3D9SV53X8W0WD' where id=8; -update noar ti set v0='WQBVS64ACCNCTC3D9SV53X8W0WD' where id=8; -update noar tt set b0='RNW6XQ2XV1AS9DV0' where id=8; -update noar ti set b0='RNW6XQ2XV1AS9DV0' where id=8; -update noar tt set v0='LCNOX19GU690FN2NIQRA3QKMP9FUNVDZ' where id=8; -update noar ti set v0='LCNOX19GU690FN2NIQRA3QKMP9FUNVDZ' where id=8; -update noar tt set b1='EOMGAJHOPKPSVL99' where id=8; -update noar ti set b1='EOMGAJHOPKPSVL99' where id=8; -update noar tt set v0='VDJG5ZCF3S6PTJOV' where id=8; -update noar ti set v0='VDJG5ZCF3S6PTJOV' where id=8; -update noar tt set b2='Q0HJLIWI2BE553NIPGDXQOOJGJ' where id=8; -update noar ti set b2='Q0HJLIWI2BE553NIPGDXQOOJGJ' where id=8; -update noar tt set v0='UJO9DQD1TU15WJKC' where id=9; -update noar ti set v0='UJO9DQD1TU15WJKC' where id=9; -update noar tt set b0='PGTZGOTNUPLUUDVRJTDCES61UL1' where id=9; -update noar ti set b0='PGTZGOTNUPLUUDVRJTDCES61UL1' where id=9; -update noar tt set v0='4JA99KW3OHT06PG4IRSV' where id=9; -update noar ti set v0='4JA99KW3OHT06PG4IRSV' where id=9; -update noar tt set b1='HSHJIRXKIY2IF1G0KY9P' where id=9; -update noar ti set b1='HSHJIRXKIY2IF1G0KY9P' where id=9; -update noar tt set v0='8MCAYW972R5T' where id=9; -update noar ti set v0='8MCAYW972R5T' where id=9; -update noar tt set b2='2VCOWY8HEVHJSPX5MYW4L7HI' where id=9; -update noar ti set b2='2VCOWY8HEVHJSPX5MYW4L7HI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ENG49' where id=1; -update noar ti set v0='ENG49' where id=1; -update noar tt set b0='CC500FPMVMNWMSGW424KY2TO4M9UM1I' where id=1; -update noar ti set b0='CC500FPMVMNWMSGW424KY2TO4M9UM1I' where id=1; -update noar tt set v0='N35ZIBQB' where id=1; -update noar ti set v0='N35ZIBQB' where id=1; -update noar tt set b1='KBMT6QF7K2S3MWCAVA3' where id=1; -update noar ti set b1='KBMT6QF7K2S3MWCAVA3' where id=1; -update noar tt set v0='9W839TN2URY' where id=1; -update noar ti set v0='9W839TN2URY' where id=1; -update noar tt set b2='P3S0AXGAUQ91SA3VW' where id=1; -update noar ti set b2='P3S0AXGAUQ91SA3VW' where id=1; -update noar tt set v0='Q8QLH334JIMV81KILO7AU06LOC4Z1O1O' where id=2; -update noar ti set v0='Q8QLH334JIMV81KILO7AU06LOC4Z1O1O' where id=2; -update noar tt set b0='5BY3E035HCQQ4L4' where id=2; -update noar ti set b0='5BY3E035HCQQ4L4' where id=2; -update noar tt set v0='M5FEIQEDND1P8UWOVN3P' where id=2; -update noar ti set v0='M5FEIQEDND1P8UWOVN3P' where id=2; -update noar tt set b1='R7EBVNKM3HNZ5L2AFQEON2UI7HD36K9E' where id=2; -update noar ti set b1='R7EBVNKM3HNZ5L2AFQEON2UI7HD36K9E' where id=2; -update noar tt set v0='DHHDQ3CQMQCK' where id=2; -update noar ti set v0='DHHDQ3CQMQCK' where id=2; -update noar tt set b2='CG4GXAPLZKCM24PCDQ1I8A1JLKVMJ6Q' where id=2; -update noar ti set b2='CG4GXAPLZKCM24PCDQ1I8A1JLKVMJ6Q' where id=2; -update noar tt set v0='D20TQ70E2LNLI3QF18LPVXFBDSSCU' where id=3; -update noar ti set v0='D20TQ70E2LNLI3QF18LPVXFBDSSCU' where id=3; -update noar tt set b0='S0F6W6' where id=3; -update noar ti set b0='S0F6W6' where id=3; -update noar tt set v0='8TXFK8J3YQE' where id=3; -update noar ti set v0='8TXFK8J3YQE' where id=3; -update noar tt set b1='L9AZE8OV907G' where id=3; -update noar ti set b1='L9AZE8OV907G' where id=3; -update noar tt set v0='6Z' where id=3; -update noar ti set v0='6Z' where id=3; -update noar tt set b2='HYR' where id=3; -update noar ti set b2='HYR' where id=3; -update noar tt set v0='1IUL5P' where id=4; -update noar ti set v0='1IUL5P' where id=4; -update noar tt set b0='LFU6C4D28N' where id=4; -update noar ti set b0='LFU6C4D28N' where id=4; -update noar tt set v0='ZGT0Q9C8MAV' where id=4; -update noar ti set v0='ZGT0Q9C8MAV' where id=4; -update noar tt set b1='3Q1CIJU2ET0QY2ET4F0M' where id=4; -update noar ti set b1='3Q1CIJU2ET0QY2ET4F0M' where id=4; -update noar tt set v0='L3TPCI2P' where id=4; -update noar ti set v0='L3TPCI2P' where id=4; -update noar tt set b2='BV' where id=4; -update noar ti set b2='BV' where id=4; -update noar tt set v0='OLX65KBZY06B4KDG5FZXOE' where id=5; -update noar ti set v0='OLX65KBZY06B4KDG5FZXOE' where id=5; -update noar tt set b0='5D' where id=5; -update noar ti set b0='5D' where id=5; -update noar tt set v0='DXUJXA204RFEN0IGC2ISZ' where id=5; -update noar ti set v0='DXUJXA204RFEN0IGC2ISZ' where id=5; -update noar tt set b1='T9B8J1J29GAH1GTF24ZRXT' where id=5; -update noar ti set b1='T9B8J1J29GAH1GTF24ZRXT' where id=5; -update noar tt set v0='3EE6K56HE' where id=5; -update noar ti set v0='3EE6K56HE' where id=5; -update noar tt set b2='XNXG479PGDSVM' where id=5; -update noar ti set b2='XNXG479PGDSVM' where id=5; -update noar tt set v0='TU519WQ6YW7X' where id=6; -update noar ti set v0='TU519WQ6YW7X' where id=6; -update noar tt set b0='D80AY6WP' where id=6; -update noar ti set b0='D80AY6WP' where id=6; -update noar tt set v0='OSLSZUUNTMAMBJTKL9P2P8FG1KME9BRZ' where id=6; -update noar ti set v0='OSLSZUUNTMAMBJTKL9P2P8FG1KME9BRZ' where id=6; -update noar tt set b1='YO2I2OY2A' where id=6; -update noar ti set b1='YO2I2OY2A' where id=6; -update noar tt set v0='R0A4ZAK0TNLTO6D1' where id=6; -update noar ti set v0='R0A4ZAK0TNLTO6D1' where id=6; -update noar tt set b2='ORM5UFLVZL' where id=6; -update noar ti set b2='ORM5UFLVZL' where id=6; -update noar tt set v0='TWNRHB4VTSV3TNI' where id=7; -update noar ti set v0='TWNRHB4VTSV3TNI' where id=7; -update noar tt set b0='WLBEJX29J9LH' where id=7; -update noar ti set b0='WLBEJX29J9LH' where id=7; -update noar tt set v0='4SEBSEP726' where id=7; -update noar ti set v0='4SEBSEP726' where id=7; -update noar tt set b1='WQJ4FZ3EN' where id=7; -update noar ti set b1='WQJ4FZ3EN' where id=7; -update noar tt set v0='I2UON3E46X9W1FV9OJ' where id=7; -update noar ti set v0='I2UON3E46X9W1FV9OJ' where id=7; -update noar tt set b2='6FSY81G28EGA82XS4LF52PPSSADGD5K' where id=7; -update noar ti set b2='6FSY81G28EGA82XS4LF52PPSSADGD5K' where id=7; -update noar tt set v0='GBBQ2D31H' where id=8; -update noar ti set v0='GBBQ2D31H' where id=8; -update noar tt set b0='1NQBHYLDY0JE' where id=8; -update noar ti set b0='1NQBHYLDY0JE' where id=8; -update noar tt set v0='ENOVCTT9B3' where id=8; -update noar ti set v0='ENOVCTT9B3' where id=8; -update noar tt set b1='SJH2ZOTLTP9D02' where id=8; -update noar ti set b1='SJH2ZOTLTP9D02' where id=8; -update noar tt set v0='MSCQXU7VJ38WSMX' where id=8; -update noar ti set v0='MSCQXU7VJ38WSMX' where id=8; -update noar tt set b2='FBT7QAYDD2U5S22C1QF9NS7' where id=8; -update noar ti set b2='FBT7QAYDD2U5S22C1QF9NS7' where id=8; -update noar tt set v0='Y0SJA2IOKECPIS5QW2PTYE5' where id=9; -update noar ti set v0='Y0SJA2IOKECPIS5QW2PTYE5' where id=9; -update noar tt set b0='6GLYG' where id=9; -update noar ti set b0='6GLYG' where id=9; -update noar tt set v0='LDP7KC70MWPL3R4686063RI' where id=9; -update noar ti set v0='LDP7KC70MWPL3R4686063RI' where id=9; -update noar tt set b1='S9MLH5GW19JH2HIHQ0YXIZV0Z6CT94E' where id=9; -update noar ti set b1='S9MLH5GW19JH2HIHQ0YXIZV0Z6CT94E' where id=9; -update noar tt set v0='GI52HNS13DFOWW8DKGSYZXD8W5JRDSHZ' where id=9; -update noar ti set v0='GI52HNS13DFOWW8DKGSYZXD8W5JRDSHZ' where id=9; -update noar tt set b2='P0HCZMA4VF' where id=9; -update noar ti set b2='P0HCZMA4VF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KZT4TITWSAVW' where id=1; -update noar ti set v0='KZT4TITWSAVW' where id=1; -update noar tt set b0='MS2OUXU7H' where id=1; -update noar ti set b0='MS2OUXU7H' where id=1; -update noar tt set v0='RY' where id=1; -update noar ti set v0='RY' where id=1; -update noar tt set b1='BSHEN5MCKW9CQP29YR167VE7OUDS2A8' where id=1; -update noar ti set b1='BSHEN5MCKW9CQP29YR167VE7OUDS2A8' where id=1; -update noar tt set v0='CGPE5W5TTQ1EC76HOL6MUMFSVEOH1ZY' where id=1; -update noar ti set v0='CGPE5W5TTQ1EC76HOL6MUMFSVEOH1ZY' where id=1; -update noar tt set b2='6PJPF2HUYQNROCDVBG885HGVZAA1' where id=1; -update noar ti set b2='6PJPF2HUYQNROCDVBG885HGVZAA1' where id=1; -update noar tt set v0='19A8GWJU54GNZ4UPXPEV15RAOXN9TB' where id=2; -update noar ti set v0='19A8GWJU54GNZ4UPXPEV15RAOXN9TB' where id=2; -update noar tt set b0='YIKOB' where id=2; -update noar ti set b0='YIKOB' where id=2; -update noar tt set v0='F7AZ48ZE2R07' where id=2; -update noar ti set v0='F7AZ48ZE2R07' where id=2; -update noar tt set b1='HVFXLESGBGUUCNI2O' where id=2; -update noar ti set b1='HVFXLESGBGUUCNI2O' where id=2; -update noar tt set v0='E' where id=2; -update noar ti set v0='E' where id=2; -update noar tt set b2='32NVYGC7UFWUF' where id=2; -update noar ti set b2='32NVYGC7UFWUF' where id=2; -update noar tt set v0='OAWFILZI2' where id=3; -update noar ti set v0='OAWFILZI2' where id=3; -update noar tt set b0='F5MGCCZC3QRC0G7O7DXNV5' where id=3; -update noar ti set b0='F5MGCCZC3QRC0G7O7DXNV5' where id=3; -update noar tt set v0='S4GGFIZV' where id=3; -update noar ti set v0='S4GGFIZV' where id=3; -update noar tt set b1='A05BY29833UWJI' where id=3; -update noar ti set b1='A05BY29833UWJI' where id=3; -update noar tt set v0='A2U5BBM5CO530IDG0L' where id=3; -update noar ti set v0='A2U5BBM5CO530IDG0L' where id=3; -update noar tt set b2='7YUCW7R' where id=3; -update noar ti set b2='7YUCW7R' where id=3; -update noar tt set v0='VUT491Y62VENDE771WY7NLRRNLHAVSR' where id=4; -update noar ti set v0='VUT491Y62VENDE771WY7NLRRNLHAVSR' where id=4; -update noar tt set b0='4DWXPSGTTRKGHF9BFBP' where id=4; -update noar ti set b0='4DWXPSGTTRKGHF9BFBP' where id=4; -update noar tt set v0='ASBOMH781KLEZG0' where id=4; -update noar ti set v0='ASBOMH781KLEZG0' where id=4; -update noar tt set b1='OGREEJZ8RQ09U5JUZ7' where id=4; -update noar ti set b1='OGREEJZ8RQ09U5JUZ7' where id=4; -update noar tt set v0='A7AGXSU' where id=4; -update noar ti set v0='A7AGXSU' where id=4; -update noar tt set b2='LCK4BHD71I43QITRTL8J2RPF7NW' where id=4; -update noar ti set b2='LCK4BHD71I43QITRTL8J2RPF7NW' where id=4; -update noar tt set v0='JAAU91Z614BWAJH62SJ71ACXIWV7963Z' where id=5; -update noar ti set v0='JAAU91Z614BWAJH62SJ71ACXIWV7963Z' where id=5; -update noar tt set b0='LWF1RT6HAO61NQLSX4Q' where id=5; -update noar ti set b0='LWF1RT6HAO61NQLSX4Q' where id=5; -update noar tt set v0='7U7YXPLPZTU0YWTF62GTY' where id=5; -update noar ti set v0='7U7YXPLPZTU0YWTF62GTY' where id=5; -update noar tt set b1='3COYWTUBNXWU7X7TWVK9VMAU1YFB' where id=5; -update noar ti set b1='3COYWTUBNXWU7X7TWVK9VMAU1YFB' where id=5; -update noar tt set v0='6QPMHGUWTKBKH4AN5NOID9F' where id=5; -update noar ti set v0='6QPMHGUWTKBKH4AN5NOID9F' where id=5; -update noar tt set b2='EC9BO0421XEECDWTKT0' where id=5; -update noar ti set b2='EC9BO0421XEECDWTKT0' where id=5; -update noar tt set v0='B16EWXV2LGK4VC7MR' where id=6; -update noar ti set v0='B16EWXV2LGK4VC7MR' where id=6; -update noar tt set b0='21YMLLW5I0751DD0QL8LF2TNZTF5' where id=6; -update noar ti set b0='21YMLLW5I0751DD0QL8LF2TNZTF5' where id=6; -update noar tt set v0='9Y80NY2KR11EOZQVYZEB' where id=6; -update noar ti set v0='9Y80NY2KR11EOZQVYZEB' where id=6; -update noar tt set b1='EDL7NLGZBGIODSCYAC3RLC5407FC' where id=6; -update noar ti set b1='EDL7NLGZBGIODSCYAC3RLC5407FC' where id=6; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b2='F0D2IUT8' where id=6; -update noar ti set b2='F0D2IUT8' where id=6; -update noar tt set v0='93LTA852LOLF0IESR722O61Y2VK' where id=7; -update noar ti set v0='93LTA852LOLF0IESR722O61Y2VK' where id=7; -update noar tt set b0='OVK9LD' where id=7; -update noar ti set b0='OVK9LD' where id=7; -update noar tt set v0='N4AFLHOQ4FHMG1NK6I9K8XD1816O9MJ0' where id=7; -update noar ti set v0='N4AFLHOQ4FHMG1NK6I9K8XD1816O9MJ0' where id=7; -update noar tt set b1='BPGSSJF0S7L3QETMS2QPI1QJSV8UCXSI' where id=7; -update noar ti set b1='BPGSSJF0S7L3QETMS2QPI1QJSV8UCXSI' where id=7; -update noar tt set v0='4GLFBFZ0GPO0GNAZ5K7UX' where id=7; -update noar ti set v0='4GLFBFZ0GPO0GNAZ5K7UX' where id=7; -update noar tt set b2='WVWQ2LLDE3VBP9P' where id=7; -update noar ti set b2='WVWQ2LLDE3VBP9P' where id=7; -update noar tt set v0='NQ6' where id=8; -update noar ti set v0='NQ6' where id=8; -update noar tt set b0='BOXGC4GCCCRQM6T0LDBPUJF75' where id=8; -update noar ti set b0='BOXGC4GCCCRQM6T0LDBPUJF75' where id=8; -update noar tt set v0='7QLX07FRSBDU38ORE' where id=8; -update noar ti set v0='7QLX07FRSBDU38ORE' where id=8; -update noar tt set b1='1ILLBG9' where id=8; -update noar ti set b1='1ILLBG9' where id=8; -update noar tt set v0='FDGID' where id=8; -update noar ti set v0='FDGID' where id=8; -update noar tt set b2='87ZTUHZWGN0CX0YNEOFHO8IXL' where id=8; -update noar ti set b2='87ZTUHZWGN0CX0YNEOFHO8IXL' where id=8; -update noar tt set v0='NKZR2PECZ' where id=9; -update noar ti set v0='NKZR2PECZ' where id=9; -update noar tt set b0='484DD78SBLNA35RJQBLVGQCVA1QL' where id=9; -update noar ti set b0='484DD78SBLNA35RJQBLVGQCVA1QL' where id=9; -update noar tt set v0='18X4UT9C0J' where id=9; -update noar ti set v0='18X4UT9C0J' where id=9; -update noar tt set b1='E3AYHM3R9W9OKRLVKDRVAGAXA8I' where id=9; -update noar ti set b1='E3AYHM3R9W9OKRLVKDRVAGAXA8I' where id=9; -update noar tt set v0='8N5JKPFXKDYCYKUCCOC' where id=9; -update noar ti set v0='8N5JKPFXKDYCYKUCCOC' where id=9; -update noar tt set b2='SCY40ATF' where id=9; -update noar ti set b2='SCY40ATF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4VBEPI09G8SPPCW5FXZHBLP' where id=1; -update noar ti set v0='4VBEPI09G8SPPCW5FXZHBLP' where id=1; -update noar tt set b0='381N4RLRMC0D' where id=1; -update noar ti set b0='381N4RLRMC0D' where id=1; -update noar tt set v0='DHJ7C' where id=1; -update noar ti set v0='DHJ7C' where id=1; -update noar tt set b1='LU07O32FRLKX9HOGTN3C2O' where id=1; -update noar ti set b1='LU07O32FRLKX9HOGTN3C2O' where id=1; -update noar tt set v0='I58R' where id=1; -update noar ti set v0='I58R' where id=1; -update noar tt set b2='H12L' where id=1; -update noar ti set b2='H12L' where id=1; -update noar tt set v0='S4E0LXUEP4TR7' where id=2; -update noar ti set v0='S4E0LXUEP4TR7' where id=2; -update noar tt set b0='LD' where id=2; -update noar ti set b0='LD' where id=2; -update noar tt set v0='13JTXWVY' where id=2; -update noar ti set v0='13JTXWVY' where id=2; -update noar tt set b1='264Z2OB6' where id=2; -update noar ti set b1='264Z2OB6' where id=2; -update noar tt set v0='7GSMC2W1SF05' where id=2; -update noar ti set v0='7GSMC2W1SF05' where id=2; -update noar tt set b2='P2KSDF6IVFF4VJAHV33OOHO8FUXWFV' where id=2; -update noar ti set b2='P2KSDF6IVFF4VJAHV33OOHO8FUXWFV' where id=2; -update noar tt set v0='MQQQQ' where id=3; -update noar ti set v0='MQQQQ' where id=3; -update noar tt set b0='VARZC6C3Y' where id=3; -update noar ti set b0='VARZC6C3Y' where id=3; -update noar tt set v0='94ZHFDNQC5W09VUX8' where id=3; -update noar ti set v0='94ZHFDNQC5W09VUX8' where id=3; -update noar tt set b1='SZFP38YO' where id=3; -update noar ti set b1='SZFP38YO' where id=3; -update noar tt set v0='B3MHLTZF4D4W5M3ZBI47RIL' where id=3; -update noar ti set v0='B3MHLTZF4D4W5M3ZBI47RIL' where id=3; -update noar tt set b2='94CW2MS7OBE27RATU2K' where id=3; -update noar ti set b2='94CW2MS7OBE27RATU2K' where id=3; -update noar tt set v0='3VGGAK2BTYF' where id=4; -update noar ti set v0='3VGGAK2BTYF' where id=4; -update noar tt set b0='TBWDT3KUPZ9EHA0Y3YK2BRL3B149F' where id=4; -update noar ti set b0='TBWDT3KUPZ9EHA0Y3YK2BRL3B149F' where id=4; -update noar tt set v0='JPUAMYXPU' where id=4; -update noar ti set v0='JPUAMYXPU' where id=4; -update noar tt set b1='M5186X143OMHX2Q98B' where id=4; -update noar ti set b1='M5186X143OMHX2Q98B' where id=4; -update noar tt set v0='ZFDZ7' where id=4; -update noar ti set v0='ZFDZ7' where id=4; -update noar tt set b2='NCCKPHFEGEPORMH4V' where id=4; -update noar ti set b2='NCCKPHFEGEPORMH4V' where id=4; -update noar tt set v0='GHQAPQOX6JEV40OEJRPUP' where id=5; -update noar ti set v0='GHQAPQOX6JEV40OEJRPUP' where id=5; -update noar tt set b0='SMGA31AX' where id=5; -update noar ti set b0='SMGA31AX' where id=5; -update noar tt set v0='3A15NHFIOVRW99JYUA7JQ9Y15XGX9LA' where id=5; -update noar ti set v0='3A15NHFIOVRW99JYUA7JQ9Y15XGX9LA' where id=5; -update noar tt set b1='BA' where id=5; -update noar ti set b1='BA' where id=5; -update noar tt set v0='HSCKK0YJLWM2E1ZFYWEK7AR75FKNXHB' where id=5; -update noar ti set v0='HSCKK0YJLWM2E1ZFYWEK7AR75FKNXHB' where id=5; -update noar tt set b2='4IE6YTZW3CTEGXJIEYQALLFLEM0B78Q' where id=5; -update noar ti set b2='4IE6YTZW3CTEGXJIEYQALLFLEM0B78Q' where id=5; -update noar tt set v0='CBCSJHTN2BBEAJ9V4QEIYTZ' where id=6; -update noar ti set v0='CBCSJHTN2BBEAJ9V4QEIYTZ' where id=6; -update noar tt set b0='RKUVTNPX4GR1GAX8BS2IT93U3' where id=6; -update noar ti set b0='RKUVTNPX4GR1GAX8BS2IT93U3' where id=6; -update noar tt set v0='UQXMATR53GSSZMHQKTE4M4N3626E6ZU' where id=6; -update noar ti set v0='UQXMATR53GSSZMHQKTE4M4N3626E6ZU' where id=6; -update noar tt set b1='ZW' where id=6; -update noar ti set b1='ZW' where id=6; -update noar tt set v0='6J9B03ZBROAKM4HQQQ959FGUNOM7V' where id=6; -update noar ti set v0='6J9B03ZBROAKM4HQQQ959FGUNOM7V' where id=6; -update noar tt set b2='07RU3USF09KPQZ7' where id=6; -update noar ti set b2='07RU3USF09KPQZ7' where id=6; -update noar tt set v0='RLL8IP6UB' where id=7; -update noar ti set v0='RLL8IP6UB' where id=7; -update noar tt set b0='P3DQGX3L' where id=7; -update noar ti set b0='P3DQGX3L' where id=7; -update noar tt set v0='95M3L' where id=7; -update noar ti set v0='95M3L' where id=7; -update noar tt set b1='VDCAY' where id=7; -update noar ti set b1='VDCAY' where id=7; -update noar tt set v0='7WR5VZBXN0SVY0DD7UXTPQYHKDC2W' where id=7; -update noar ti set v0='7WR5VZBXN0SVY0DD7UXTPQYHKDC2W' where id=7; -update noar tt set b2='X51HMOWCX' where id=7; -update noar ti set b2='X51HMOWCX' where id=7; -update noar tt set v0='VPTFJZK29D3MMNMD77E0UT0J' where id=8; -update noar ti set v0='VPTFJZK29D3MMNMD77E0UT0J' where id=8; -update noar tt set b0='HB' where id=8; -update noar ti set b0='HB' where id=8; -update noar tt set v0='N3HTNHHNY9BUUM5QQ3MTLMBJSDH' where id=8; -update noar ti set v0='N3HTNHHNY9BUUM5QQ3MTLMBJSDH' where id=8; -update noar tt set b1='MWHWBCVEFHQVYVQBBWF8XZCC3' where id=8; -update noar ti set b1='MWHWBCVEFHQVYVQBBWF8XZCC3' where id=8; -update noar tt set v0='TZO' where id=8; -update noar ti set v0='TZO' where id=8; -update noar tt set b2='6LK6355' where id=8; -update noar ti set b2='6LK6355' where id=8; -update noar tt set v0='D55XI3MV' where id=9; -update noar ti set v0='D55XI3MV' where id=9; -update noar tt set b0='3XNAX8XQ' where id=9; -update noar ti set b0='3XNAX8XQ' where id=9; -update noar tt set v0='623IIHDLWODSZUZ70NCJRD1SW6WD' where id=9; -update noar ti set v0='623IIHDLWODSZUZ70NCJRD1SW6WD' where id=9; -update noar tt set b1='C8MXNIQUVCCV2USUQDALLU7ED0YYMAW' where id=9; -update noar ti set b1='C8MXNIQUVCCV2USUQDALLU7ED0YYMAW' where id=9; -update noar tt set v0='8K8' where id=9; -update noar ti set v0='8K8' where id=9; -update noar tt set b2='HM48O4S280' where id=9; -update noar ti set b2='HM48O4S280' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B2JJ0IGT466DD342NIHJ400FPS8S' where id=1; -update noar ti set v0='B2JJ0IGT466DD342NIHJ400FPS8S' where id=1; -update noar tt set b0='FO755' where id=1; -update noar ti set b0='FO755' where id=1; -update noar tt set v0='89' where id=1; -update noar ti set v0='89' where id=1; -update noar tt set b1='7946EO9X7PL581IWEZ3QTRXSK6A11' where id=1; -update noar ti set b1='7946EO9X7PL581IWEZ3QTRXSK6A11' where id=1; -update noar tt set v0='COQN6PNGXOQXES6' where id=1; -update noar ti set v0='COQN6PNGXOQXES6' where id=1; -update noar tt set b2='XG9D3WDSSW5Z21EUEQEJ892RQ' where id=1; -update noar ti set b2='XG9D3WDSSW5Z21EUEQEJ892RQ' where id=1; -update noar tt set v0='V' where id=2; -update noar ti set v0='V' where id=2; -update noar tt set b0='NIN' where id=2; -update noar ti set b0='NIN' where id=2; -update noar tt set v0='Z5ZTHUP' where id=2; -update noar ti set v0='Z5ZTHUP' where id=2; -update noar tt set b1='SHSQU3S' where id=2; -update noar ti set b1='SHSQU3S' where id=2; -update noar tt set v0='ZSTBY' where id=2; -update noar ti set v0='ZSTBY' where id=2; -update noar tt set b2='DNAHKYH' where id=2; -update noar ti set b2='DNAHKYH' where id=2; -update noar tt set v0='1E' where id=3; -update noar ti set v0='1E' where id=3; -update noar tt set b0='9NWJEJLUQ3KAVOGLK' where id=3; -update noar ti set b0='9NWJEJLUQ3KAVOGLK' where id=3; -update noar tt set v0='NOQSB3S67WPMDZM6A036SMYSGU80B' where id=3; -update noar ti set v0='NOQSB3S67WPMDZM6A036SMYSGU80B' where id=3; -update noar tt set b1='8I7YP47E3CQBFANVYEKZOZLJP8' where id=3; -update noar ti set b1='8I7YP47E3CQBFANVYEKZOZLJP8' where id=3; -update noar tt set v0='LZ9ETUNO1IWKIAK0ZRDAB3O96A' where id=3; -update noar ti set v0='LZ9ETUNO1IWKIAK0ZRDAB3O96A' where id=3; -update noar tt set b2='64I3VO6HNCPPA0DE1PX5S' where id=3; -update noar ti set b2='64I3VO6HNCPPA0DE1PX5S' where id=3; -update noar tt set v0='PC' where id=4; -update noar ti set v0='PC' where id=4; -update noar tt set b0='JOCZYPPDR7NFLDAT5IG1' where id=4; -update noar ti set b0='JOCZYPPDR7NFLDAT5IG1' where id=4; -update noar tt set v0='URXU7X4PYID73D97NZ50T86CX4OPJ4' where id=4; -update noar ti set v0='URXU7X4PYID73D97NZ50T86CX4OPJ4' where id=4; -update noar tt set b1='0S7UQTKIGW' where id=4; -update noar ti set b1='0S7UQTKIGW' where id=4; -update noar tt set v0='O5F8E7YXH2D6063EZ20WUQCN2DW' where id=4; -update noar ti set v0='O5F8E7YXH2D6063EZ20WUQCN2DW' where id=4; -update noar tt set b2='K' where id=4; -update noar ti set b2='K' where id=4; -update noar tt set v0='7YHFQU3I4EH17J' where id=5; -update noar ti set v0='7YHFQU3I4EH17J' where id=5; -update noar tt set b0='JAALZOAOZI17GTLPFQTCWR' where id=5; -update noar ti set b0='JAALZOAOZI17GTLPFQTCWR' where id=5; -update noar tt set v0='4U8709VO9FIYKA7T9Z99PS59' where id=5; -update noar ti set v0='4U8709VO9FIYKA7T9Z99PS59' where id=5; -update noar tt set b1='UXW7' where id=5; -update noar ti set b1='UXW7' where id=5; -update noar tt set v0='YVFKHHOIEIMABGM4WZRX1O9' where id=5; -update noar ti set v0='YVFKHHOIEIMABGM4WZRX1O9' where id=5; -update noar tt set b2='3GCA4MWQN128COX' where id=5; -update noar ti set b2='3GCA4MWQN128COX' where id=5; -update noar tt set v0='ZYR9GELTCZP2NWRW5QOTLLS3ZF' where id=6; -update noar ti set v0='ZYR9GELTCZP2NWRW5QOTLLS3ZF' where id=6; -update noar tt set b0='BTMAHZR2EK3MAIUXOX8E7EG' where id=6; -update noar ti set b0='BTMAHZR2EK3MAIUXOX8E7EG' where id=6; -update noar tt set v0='UBVGUXSKIE68E1CG7WOKZRJ1QSBPA252' where id=6; -update noar ti set v0='UBVGUXSKIE68E1CG7WOKZRJ1QSBPA252' where id=6; -update noar tt set b1='KQ7OEZ03N8YPTLINJ7' where id=6; -update noar ti set b1='KQ7OEZ03N8YPTLINJ7' where id=6; -update noar tt set v0='0XMSEDDO7HX8GH1QM6117FJ6YK8VTM' where id=6; -update noar ti set v0='0XMSEDDO7HX8GH1QM6117FJ6YK8VTM' where id=6; -update noar tt set b2='RWAT2ATCZWTNLY9A91RK79C' where id=6; -update noar ti set b2='RWAT2ATCZWTNLY9A91RK79C' where id=6; -update noar tt set v0='4A5G3ZF7L9RXF' where id=7; -update noar ti set v0='4A5G3ZF7L9RXF' where id=7; -update noar tt set b0='FDVTNNXXLTQB3HKOPMA34SFHVRGC' where id=7; -update noar ti set b0='FDVTNNXXLTQB3HKOPMA34SFHVRGC' where id=7; -update noar tt set v0='O545BWFODY258MOQWZ26KP8Y4QPYY7B' where id=7; -update noar ti set v0='O545BWFODY258MOQWZ26KP8Y4QPYY7B' where id=7; -update noar tt set b1='60YVF7NMPB' where id=7; -update noar ti set b1='60YVF7NMPB' where id=7; -update noar tt set v0='OHTHMKDOEGGX9M7VLR64FK4M2DUB' where id=7; -update noar ti set v0='OHTHMKDOEGGX9M7VLR64FK4M2DUB' where id=7; -update noar tt set b2='NLDSV2MQM36K02HEYDSD' where id=7; -update noar ti set b2='NLDSV2MQM36K02HEYDSD' where id=7; -update noar tt set v0='NSVK00ZZHXTIDSF1' where id=8; -update noar ti set v0='NSVK00ZZHXTIDSF1' where id=8; -update noar tt set b0='OZ59JEWF82GC2DJ1' where id=8; -update noar ti set b0='OZ59JEWF82GC2DJ1' where id=8; -update noar tt set v0='6M8' where id=8; -update noar ti set v0='6M8' where id=8; -update noar tt set b1='TU5AVI81UW' where id=8; -update noar ti set b1='TU5AVI81UW' where id=8; -update noar tt set v0='5WHYY1VSTGCA62RV0' where id=8; -update noar ti set v0='5WHYY1VSTGCA62RV0' where id=8; -update noar tt set b2='9PJX6OWQDJLM' where id=8; -update noar ti set b2='9PJX6OWQDJLM' where id=8; -update noar tt set v0='VZ' where id=9; -update noar ti set v0='VZ' where id=9; -update noar tt set b0='P0' where id=9; -update noar ti set b0='P0' where id=9; -update noar tt set v0='L71F' where id=9; -update noar ti set v0='L71F' where id=9; -update noar tt set b1='7GTH98IMQ0U3ARQCD1XHK55RU' where id=9; -update noar ti set b1='7GTH98IMQ0U3ARQCD1XHK55RU' where id=9; -update noar tt set v0='VVQJPK9ZTNHS64JB3ILOAQP' where id=9; -update noar ti set v0='VVQJPK9ZTNHS64JB3ILOAQP' where id=9; -update noar tt set b2='EW05R5GNAKQQNJRGVUY38Y7' where id=9; -update noar ti set b2='EW05R5GNAKQQNJRGVUY38Y7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SA3X4JGOB68SJY9L5HH' where id=1; -update noar ti set v0='SA3X4JGOB68SJY9L5HH' where id=1; -update noar tt set b0='MDBK6YRQI3R883' where id=1; -update noar ti set b0='MDBK6YRQI3R883' where id=1; -update noar tt set v0='QRY6Y5CO8TA' where id=1; -update noar ti set v0='QRY6Y5CO8TA' where id=1; -update noar tt set b1='QLAZUHHET2' where id=1; -update noar ti set b1='QLAZUHHET2' where id=1; -update noar tt set v0='SZ5M12GN5B6DGH3329T884PHFYEMUGH' where id=1; -update noar ti set v0='SZ5M12GN5B6DGH3329T884PHFYEMUGH' where id=1; -update noar tt set b2='HQMX8QA' where id=1; -update noar ti set b2='HQMX8QA' where id=1; -update noar tt set v0='MA7W92O6V4W3KB9JMJVU' where id=2; -update noar ti set v0='MA7W92O6V4W3KB9JMJVU' where id=2; -update noar tt set b0='6RWRVGTSP2SXMPRQMV608NV' where id=2; -update noar ti set b0='6RWRVGTSP2SXMPRQMV608NV' where id=2; -update noar tt set v0='7KHCP15BW5NCCG' where id=2; -update noar ti set v0='7KHCP15BW5NCCG' where id=2; -update noar tt set b1='2H77WGLS' where id=2; -update noar ti set b1='2H77WGLS' where id=2; -update noar tt set v0='6Z2Q2ZVR8G2T9HW0OA0' where id=2; -update noar ti set v0='6Z2Q2ZVR8G2T9HW0OA0' where id=2; -update noar tt set b2='9KM7P452BH00P4S6J' where id=2; -update noar ti set b2='9KM7P452BH00P4S6J' where id=2; -update noar tt set v0='OI' where id=3; -update noar ti set v0='OI' where id=3; -update noar tt set b0='HKHGIYJ9D8OMDHT' where id=3; -update noar ti set b0='HKHGIYJ9D8OMDHT' where id=3; -update noar tt set v0='KXENQHSIISGF2UVUAA1C' where id=3; -update noar ti set v0='KXENQHSIISGF2UVUAA1C' where id=3; -update noar tt set b1='RFEAWVGCKFFWT2FD5' where id=3; -update noar ti set b1='RFEAWVGCKFFWT2FD5' where id=3; -update noar tt set v0='WGOPQYEVF59CN4AC4FYUPH3N' where id=3; -update noar ti set v0='WGOPQYEVF59CN4AC4FYUPH3N' where id=3; -update noar tt set b2='IC9KI8QNHH4YE8DJOW8RFVH' where id=3; -update noar ti set b2='IC9KI8QNHH4YE8DJOW8RFVH' where id=3; -update noar tt set v0='L' where id=4; -update noar ti set v0='L' where id=4; -update noar tt set b0='SZGCK' where id=4; -update noar ti set b0='SZGCK' where id=4; -update noar tt set v0='U3UI6YWDMOF55ONPCYL' where id=4; -update noar ti set v0='U3UI6YWDMOF55ONPCYL' where id=4; -update noar tt set b1='H332P8KJISM69S3VHN3Y' where id=4; -update noar ti set b1='H332P8KJISM69S3VHN3Y' where id=4; -update noar tt set v0='TDEDM0BJUP0VDDQZIU009AZ2CNZDUB' where id=4; -update noar ti set v0='TDEDM0BJUP0VDDQZIU009AZ2CNZDUB' where id=4; -update noar tt set b2='AGF1441A4990UCXPN' where id=4; -update noar ti set b2='AGF1441A4990UCXPN' where id=4; -update noar tt set v0='GIRGT90YQ1VM9JJ3PGCZHKPSN' where id=5; -update noar ti set v0='GIRGT90YQ1VM9JJ3PGCZHKPSN' where id=5; -update noar tt set b0='CDDA4VW6N38CNX2V3MD' where id=5; -update noar ti set b0='CDDA4VW6N38CNX2V3MD' where id=5; -update noar tt set v0='FKGNWPUYDNM5YQPHWD74MCI' where id=5; -update noar ti set v0='FKGNWPUYDNM5YQPHWD74MCI' where id=5; -update noar tt set b1='5ZMOIGPW6JGFRYHEFZVNG9B77QTFZ' where id=5; -update noar ti set b1='5ZMOIGPW6JGFRYHEFZVNG9B77QTFZ' where id=5; -update noar tt set v0='PD0H55' where id=5; -update noar ti set v0='PD0H55' where id=5; -update noar tt set b2='OTW' where id=5; -update noar ti set b2='OTW' where id=5; -update noar tt set v0='OIKN0KUSI7XLZM7M' where id=6; -update noar ti set v0='OIKN0KUSI7XLZM7M' where id=6; -update noar tt set b0='LGG9X8' where id=6; -update noar ti set b0='LGG9X8' where id=6; -update noar tt set v0='JIF0M0ODF9FDON4SE0GRI4E' where id=6; -update noar ti set v0='JIF0M0ODF9FDON4SE0GRI4E' where id=6; -update noar tt set b1='7JW506T2RLP7ITWGWS4LC300C' where id=6; -update noar ti set b1='7JW506T2RLP7ITWGWS4LC300C' where id=6; -update noar tt set v0='8JYGGZ1OXWZWU' where id=6; -update noar ti set v0='8JYGGZ1OXWZWU' where id=6; -update noar tt set b2='XOUNAM288C3N7GTYIG494KGPZJ4O' where id=6; -update noar ti set b2='XOUNAM288C3N7GTYIG494KGPZJ4O' where id=6; -update noar tt set v0='ULCNOU1BOU6L900G15Q3W' where id=7; -update noar ti set v0='ULCNOU1BOU6L900G15Q3W' where id=7; -update noar tt set b0='WRSR0UPPI' where id=7; -update noar ti set b0='WRSR0UPPI' where id=7; -update noar tt set v0='HS6S2L897G2' where id=7; -update noar ti set v0='HS6S2L897G2' where id=7; -update noar tt set b1='469U152024V' where id=7; -update noar ti set b1='469U152024V' where id=7; -update noar tt set v0='I775LNVNL22PT' where id=7; -update noar ti set v0='I775LNVNL22PT' where id=7; -update noar tt set b2='RYNAD77YXGVFD6G' where id=7; -update noar ti set b2='RYNAD77YXGVFD6G' where id=7; -update noar tt set v0='ZVBNJMMKJY4OTM' where id=8; -update noar ti set v0='ZVBNJMMKJY4OTM' where id=8; -update noar tt set b0='4FR8UG043GI5J29TZFM5XI4QFRO0DG2' where id=8; -update noar ti set b0='4FR8UG043GI5J29TZFM5XI4QFRO0DG2' where id=8; -update noar tt set v0='LOV9' where id=8; -update noar ti set v0='LOV9' where id=8; -update noar tt set b1='9TXUMOBU' where id=8; -update noar ti set b1='9TXUMOBU' where id=8; -update noar tt set v0='U8A3Z6S9LPOG5ROV9RS2' where id=8; -update noar ti set v0='U8A3Z6S9LPOG5ROV9RS2' where id=8; -update noar tt set b2='RDT9OVGBGGT8YMKR9XKKD' where id=8; -update noar ti set b2='RDT9OVGBGGT8YMKR9XKKD' where id=8; -update noar tt set v0='T1E45YGYID0C' where id=9; -update noar ti set v0='T1E45YGYID0C' where id=9; -update noar tt set b0='51G51Z38LETUJVGQ4GTB884G5' where id=9; -update noar ti set b0='51G51Z38LETUJVGQ4GTB884G5' where id=9; -update noar tt set v0='N5PR7Y6CEOXCAHZ68XSRFPGR76' where id=9; -update noar ti set v0='N5PR7Y6CEOXCAHZ68XSRFPGR76' where id=9; -update noar tt set b1='59WZ35V8VSGNBMJPTXS0YMD0Z2XUME' where id=9; -update noar ti set b1='59WZ35V8VSGNBMJPTXS0YMD0Z2XUME' where id=9; -update noar tt set v0='OSCI2H1G2BECV97JMQIG2SE88LW89T4M' where id=9; -update noar ti set v0='OSCI2H1G2BECV97JMQIG2SE88LW89T4M' where id=9; -update noar tt set b2='J1' where id=9; -update noar ti set b2='J1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XZSOYQBUV8XCR7DD7S' where id=1; -update noar ti set v0='XZSOYQBUV8XCR7DD7S' where id=1; -update noar tt set b0='XM5A45SR6JKDGOQ7NWLYGXM4BT7WQ5' where id=1; -update noar ti set b0='XM5A45SR6JKDGOQ7NWLYGXM4BT7WQ5' where id=1; -update noar tt set v0='74AV89LKECW3' where id=1; -update noar ti set v0='74AV89LKECW3' where id=1; -update noar tt set b1='UEURZIUTR' where id=1; -update noar ti set b1='UEURZIUTR' where id=1; -update noar tt set v0='35JKMMRB7230OXVD5KDXBLYYSGNP5' where id=1; -update noar ti set v0='35JKMMRB7230OXVD5KDXBLYYSGNP5' where id=1; -update noar tt set b2='KY83QPADSIYWXPL0D5DBHUMH4L4O4' where id=1; -update noar ti set b2='KY83QPADSIYWXPL0D5DBHUMH4L4O4' where id=1; -update noar tt set v0='AEHZWNJ3L' where id=2; -update noar ti set v0='AEHZWNJ3L' where id=2; -update noar tt set b0='BIJ' where id=2; -update noar ti set b0='BIJ' where id=2; -update noar tt set v0='6' where id=2; -update noar ti set v0='6' where id=2; -update noar tt set b1='EQRCHAIQKLLTW3M07DOCFXK1O' where id=2; -update noar ti set b1='EQRCHAIQKLLTW3M07DOCFXK1O' where id=2; -update noar tt set v0='1K' where id=2; -update noar ti set v0='1K' where id=2; -update noar tt set b2='6S2GLXJSGK8' where id=2; -update noar ti set b2='6S2GLXJSGK8' where id=2; -update noar tt set v0='LYMQRDOJ229DZ55YCC9CCGVC' where id=3; -update noar ti set v0='LYMQRDOJ229DZ55YCC9CCGVC' where id=3; -update noar tt set b0='YVX5GXUVV8BGAZ8JSN8S6QD2L519' where id=3; -update noar ti set b0='YVX5GXUVV8BGAZ8JSN8S6QD2L519' where id=3; -update noar tt set v0='46R8WYY8LMLFFF' where id=3; -update noar ti set v0='46R8WYY8LMLFFF' where id=3; -update noar tt set b1='3Z6FBHA2LF8QK8N7XOLTBKZ6P' where id=3; -update noar ti set b1='3Z6FBHA2LF8QK8N7XOLTBKZ6P' where id=3; -update noar tt set v0='O9Q6MNEL7JH8Y3ND9SJYP2ASHXT7BVZ' where id=3; -update noar ti set v0='O9Q6MNEL7JH8Y3ND9SJYP2ASHXT7BVZ' where id=3; -update noar tt set b2='8XV0K6BP' where id=3; -update noar ti set b2='8XV0K6BP' where id=3; -update noar tt set v0='67' where id=4; -update noar ti set v0='67' where id=4; -update noar tt set b0='EZYTLWP8JKROGYM4TYP' where id=4; -update noar ti set b0='EZYTLWP8JKROGYM4TYP' where id=4; -update noar tt set v0='OWYZHKL4RS79SSXKNOTT7G6T4B029' where id=4; -update noar ti set v0='OWYZHKL4RS79SSXKNOTT7G6T4B029' where id=4; -update noar tt set b1='AXCJMJ9I9QAANRQ' where id=4; -update noar ti set b1='AXCJMJ9I9QAANRQ' where id=4; -update noar tt set v0='86ZYTIALIYTFWKL6KX' where id=4; -update noar ti set v0='86ZYTIALIYTFWKL6KX' where id=4; -update noar tt set b2='4' where id=4; -update noar ti set b2='4' where id=4; -update noar tt set v0='OLOJE8RCKL1OEJ' where id=5; -update noar ti set v0='OLOJE8RCKL1OEJ' where id=5; -update noar tt set b0='0ZTDBK1T3XMM' where id=5; -update noar ti set b0='0ZTDBK1T3XMM' where id=5; -update noar tt set v0='KHSIRMYH1FXRWTCWYYOR375U13N38QBL' where id=5; -update noar ti set v0='KHSIRMYH1FXRWTCWYYOR375U13N38QBL' where id=5; -update noar tt set b1='GNG2TMEPDG7847VW' where id=5; -update noar ti set b1='GNG2TMEPDG7847VW' where id=5; -update noar tt set v0='4Y79BZ6' where id=5; -update noar ti set v0='4Y79BZ6' where id=5; -update noar tt set b2='7RPOLXS4GFG8CEVYAD7LEE0FCDZHSNY' where id=5; -update noar ti set b2='7RPOLXS4GFG8CEVYAD7LEE0FCDZHSNY' where id=5; -update noar tt set v0='PMU7301VX' where id=6; -update noar ti set v0='PMU7301VX' where id=6; -update noar tt set b0='ZDNEEOJ9IUU49THGVGEJ8W' where id=6; -update noar ti set b0='ZDNEEOJ9IUU49THGVGEJ8W' where id=6; -update noar tt set v0='KZD' where id=6; -update noar ti set v0='KZD' where id=6; -update noar tt set b1='YWQI579QM13IYIJHQ1KOYHFK8RM9K' where id=6; -update noar ti set b1='YWQI579QM13IYIJHQ1KOYHFK8RM9K' where id=6; -update noar tt set v0='DE16UEYJBYCYQ0F' where id=6; -update noar ti set v0='DE16UEYJBYCYQ0F' where id=6; -update noar tt set b2='AYB1X13P5P397D' where id=6; -update noar ti set b2='AYB1X13P5P397D' where id=6; -update noar tt set v0='VP6I3BWBWZZ8FO0Z' where id=7; -update noar ti set v0='VP6I3BWBWZZ8FO0Z' where id=7; -update noar tt set b0='SWVIGSPVUE0WI82DDFQQ2F4YYAXCRE' where id=7; -update noar ti set b0='SWVIGSPVUE0WI82DDFQQ2F4YYAXCRE' where id=7; -update noar tt set v0='72231WR5LUPEOM7J9UWQKJ6' where id=7; -update noar ti set v0='72231WR5LUPEOM7J9UWQKJ6' where id=7; -update noar tt set b1='ZKLUL7PU16AT2FSY02VJ77UE1BLUTE3' where id=7; -update noar ti set b1='ZKLUL7PU16AT2FSY02VJ77UE1BLUTE3' where id=7; -update noar tt set v0='TQ68D6UR48TA' where id=7; -update noar ti set v0='TQ68D6UR48TA' where id=7; -update noar tt set b2='8K6VCI2ZHYEPGKBC84Q5LR1' where id=7; -update noar ti set b2='8K6VCI2ZHYEPGKBC84Q5LR1' where id=7; -update noar tt set v0='ERW2BHQPAV9UFD4ZNYRXHALG95H1YN' where id=8; -update noar ti set v0='ERW2BHQPAV9UFD4ZNYRXHALG95H1YN' where id=8; -update noar tt set b0='3JX94NKAISVA0W' where id=8; -update noar ti set b0='3JX94NKAISVA0W' where id=8; -update noar tt set v0='RJ4E0UWMPONKU0IHRLW79H7R0KPMZZOY' where id=8; -update noar ti set v0='RJ4E0UWMPONKU0IHRLW79H7R0KPMZZOY' where id=8; -update noar tt set b1='0QHFWBDNQZHKUIPJDHQOH8RV0IR6Y8VA' where id=8; -update noar ti set b1='0QHFWBDNQZHKUIPJDHQOH8RV0IR6Y8VA' where id=8; -update noar tt set v0='RSQNOGQGXU6J89TZEEJYRL4920A6ZJU1' where id=8; -update noar ti set v0='RSQNOGQGXU6J89TZEEJYRL4920A6ZJU1' where id=8; -update noar tt set b2='XCPLKDR5M7J0NYHBI6Z6' where id=8; -update noar ti set b2='XCPLKDR5M7J0NYHBI6Z6' where id=8; -update noar tt set v0='SKIHNALLGOL6K58E70G5SIA6HNEHW' where id=9; -update noar ti set v0='SKIHNALLGOL6K58E70G5SIA6HNEHW' where id=9; -update noar tt set b0='01CPNP6EORHNBG5VQA48KYXJXO2WJ' where id=9; -update noar ti set b0='01CPNP6EORHNBG5VQA48KYXJXO2WJ' where id=9; -update noar tt set v0='0XNX8NBSN' where id=9; -update noar ti set v0='0XNX8NBSN' where id=9; -update noar tt set b1='9HCNW4WI3GFHY0RHCA' where id=9; -update noar ti set b1='9HCNW4WI3GFHY0RHCA' where id=9; -update noar tt set v0='XBU93Q3RFISOBT3283Q9' where id=9; -update noar ti set v0='XBU93Q3RFISOBT3283Q9' where id=9; -update noar tt set b2='PGWTKEJI58S1X3GZL9QW' where id=9; -update noar ti set b2='PGWTKEJI58S1X3GZL9QW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5Z6RPD3X' where id=1; -update noar ti set v0='5Z6RPD3X' where id=1; -update noar tt set b0='UCT91WU' where id=1; -update noar ti set b0='UCT91WU' where id=1; -update noar tt set v0='77HADWM7P6HD2' where id=1; -update noar ti set v0='77HADWM7P6HD2' where id=1; -update noar tt set b1='TYYGFRN0NJWVOR1GXG59VGFST47PEL2J' where id=1; -update noar ti set b1='TYYGFRN0NJWVOR1GXG59VGFST47PEL2J' where id=1; -update noar tt set v0='N7HX0T9W61WDKUBJ7XXH2T8' where id=1; -update noar ti set v0='N7HX0T9W61WDKUBJ7XXH2T8' where id=1; -update noar tt set b2='C7P2IJCXUQ' where id=1; -update noar ti set b2='C7P2IJCXUQ' where id=1; -update noar tt set v0='1GUS2YRG' where id=2; -update noar ti set v0='1GUS2YRG' where id=2; -update noar tt set b0='T3JX3WRU3ZZ' where id=2; -update noar ti set b0='T3JX3WRU3ZZ' where id=2; -update noar tt set v0='1QHPG6' where id=2; -update noar ti set v0='1QHPG6' where id=2; -update noar tt set b1='QYET3NE' where id=2; -update noar ti set b1='QYET3NE' where id=2; -update noar tt set v0='FGB16UNM0EUVAVK0UANCROUTT4X' where id=2; -update noar ti set v0='FGB16UNM0EUVAVK0UANCROUTT4X' where id=2; -update noar tt set b2='L0N0DEAD' where id=2; -update noar ti set b2='L0N0DEAD' where id=2; -update noar tt set v0='RPJA1IVLHM3S0XFR9BOGFO' where id=3; -update noar ti set v0='RPJA1IVLHM3S0XFR9BOGFO' where id=3; -update noar tt set b0='W71K5VTHQAPL921M0ZF0CO23MCDMFXSU' where id=3; -update noar ti set b0='W71K5VTHQAPL921M0ZF0CO23MCDMFXSU' where id=3; -update noar tt set v0='EEOSSHLVQQ67BHT9H6BPMI7CLWXRTBYS' where id=3; -update noar ti set v0='EEOSSHLVQQ67BHT9H6BPMI7CLWXRTBYS' where id=3; -update noar tt set b1='8VYHSBMMEQM2Y' where id=3; -update noar ti set b1='8VYHSBMMEQM2Y' where id=3; -update noar tt set v0='33DIQ1PHA7JI38I4TTP6I1FUUNGQ' where id=3; -update noar ti set v0='33DIQ1PHA7JI38I4TTP6I1FUUNGQ' where id=3; -update noar tt set b2='AH1J86Q7HFPPTLFPVAR2TW8RJO' where id=3; -update noar ti set b2='AH1J86Q7HFPPTLFPVAR2TW8RJO' where id=3; -update noar tt set v0='V8DI4NXOZYJSKNY6ID6GWY00H5V851' where id=4; -update noar ti set v0='V8DI4NXOZYJSKNY6ID6GWY00H5V851' where id=4; -update noar tt set b0='BTM30K' where id=4; -update noar ti set b0='BTM30K' where id=4; -update noar tt set v0='6VL' where id=4; -update noar ti set v0='6VL' where id=4; -update noar tt set b1='DT4VOQ3Y' where id=4; -update noar ti set b1='DT4VOQ3Y' where id=4; -update noar tt set v0='HXNBMVA0' where id=4; -update noar ti set v0='HXNBMVA0' where id=4; -update noar tt set b2='488OR2H88P9WKDSJTJ3NN44XMD' where id=4; -update noar ti set b2='488OR2H88P9WKDSJTJ3NN44XMD' where id=4; -update noar tt set v0='49Y2C9C3FBN' where id=5; -update noar ti set v0='49Y2C9C3FBN' where id=5; -update noar tt set b0='2QLQPVAAIS3NXFEN2W9ELV4XW' where id=5; -update noar ti set b0='2QLQPVAAIS3NXFEN2W9ELV4XW' where id=5; -update noar tt set v0='XS54RZZBV0' where id=5; -update noar ti set v0='XS54RZZBV0' where id=5; -update noar tt set b1='S4A5X0EUT8ENTPUBKB5QP6LW8YOOFS' where id=5; -update noar ti set b1='S4A5X0EUT8ENTPUBKB5QP6LW8YOOFS' where id=5; -update noar tt set v0='ZNW2BYORH' where id=5; -update noar ti set v0='ZNW2BYORH' where id=5; -update noar tt set b2='6FW37Y57' where id=5; -update noar ti set b2='6FW37Y57' where id=5; -update noar tt set v0='9WNPHACK' where id=6; -update noar ti set v0='9WNPHACK' where id=6; -update noar tt set b0='ONDSRYWJL33TL6ZBI5UDCVXSRIJ7PYJ' where id=6; -update noar ti set b0='ONDSRYWJL33TL6ZBI5UDCVXSRIJ7PYJ' where id=6; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b1='QCHSP4DROBUU3JKEG1D59RZQFKDVM' where id=6; -update noar ti set b1='QCHSP4DROBUU3JKEG1D59RZQFKDVM' where id=6; -update noar tt set v0='P0HSXMTH763OZWWE3THANU4YMHSOC' where id=6; -update noar ti set v0='P0HSXMTH763OZWWE3THANU4YMHSOC' where id=6; -update noar tt set b2='MU9C' where id=6; -update noar ti set b2='MU9C' where id=6; -update noar tt set v0='2IDJ4YVYN71K2JCRIHFR' where id=7; -update noar ti set v0='2IDJ4YVYN71K2JCRIHFR' where id=7; -update noar tt set b0='085XPJMWG4EAVDICW3X2MV6' where id=7; -update noar ti set b0='085XPJMWG4EAVDICW3X2MV6' where id=7; -update noar tt set v0='I3G6' where id=7; -update noar ti set v0='I3G6' where id=7; -update noar tt set b1='03EV0G' where id=7; -update noar ti set b1='03EV0G' where id=7; -update noar tt set v0='ZRA' where id=7; -update noar ti set v0='ZRA' where id=7; -update noar tt set b2='1HO9ESSC7ZNQGMJS2WDUPQLXV' where id=7; -update noar ti set b2='1HO9ESSC7ZNQGMJS2WDUPQLXV' where id=7; -update noar tt set v0='BXCISN1XCRZPD47TEA7NG1Y1Q' where id=8; -update noar ti set v0='BXCISN1XCRZPD47TEA7NG1Y1Q' where id=8; -update noar tt set b0='KA0JJNF2GIK4N3RMMI' where id=8; -update noar ti set b0='KA0JJNF2GIK4N3RMMI' where id=8; -update noar tt set v0='5HJDWSFEXIA' where id=8; -update noar ti set v0='5HJDWSFEXIA' where id=8; -update noar tt set b1='Q2A1AF40HLUPBYF0DCJKNSC4' where id=8; -update noar ti set b1='Q2A1AF40HLUPBYF0DCJKNSC4' where id=8; -update noar tt set v0='UKT' where id=8; -update noar ti set v0='UKT' where id=8; -update noar tt set b2='O86UDDD7C7Z' where id=8; -update noar ti set b2='O86UDDD7C7Z' where id=8; -update noar tt set v0='L7TC' where id=9; -update noar ti set v0='L7TC' where id=9; -update noar tt set b0='3TD99CICLNR5YY2F7SE79REJSBJ6EQ' where id=9; -update noar ti set b0='3TD99CICLNR5YY2F7SE79REJSBJ6EQ' where id=9; -update noar tt set v0='RYM970UI38Z4PBQCDRLCLSXE14M0' where id=9; -update noar ti set v0='RYM970UI38Z4PBQCDRLCLSXE14M0' where id=9; -update noar tt set b1='65QVVVL6' where id=9; -update noar ti set b1='65QVVVL6' where id=9; -update noar tt set v0='MMVW0VMXH9C4EF8QZ' where id=9; -update noar ti set v0='MMVW0VMXH9C4EF8QZ' where id=9; -update noar tt set b2='OGXCDIENDG7HIS4V' where id=9; -update noar ti set b2='OGXCDIENDG7HIS4V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MRFA4NQEG02TO3MG482KEWAX84CFXQ' where id=1; -update noar ti set v0='MRFA4NQEG02TO3MG482KEWAX84CFXQ' where id=1; -update noar tt set b0='60J3CU4GW0C2UXD6G1G' where id=1; -update noar ti set b0='60J3CU4GW0C2UXD6G1G' where id=1; -update noar tt set v0='HBWJGUX36S5CMNC3159B62M5PA' where id=1; -update noar ti set v0='HBWJGUX36S5CMNC3159B62M5PA' where id=1; -update noar tt set b1='38XV123' where id=1; -update noar ti set b1='38XV123' where id=1; -update noar tt set v0='28LP' where id=1; -update noar ti set v0='28LP' where id=1; -update noar tt set b2='V' where id=1; -update noar ti set b2='V' where id=1; -update noar tt set v0='H2CX0EI0BE5E0500NBVZ52AG0Z045Z' where id=2; -update noar ti set v0='H2CX0EI0BE5E0500NBVZ52AG0Z045Z' where id=2; -update noar tt set b0='TOYY8QRR' where id=2; -update noar ti set b0='TOYY8QRR' where id=2; -update noar tt set v0='BDEGJ8PZHAXUH0IT8J08546E' where id=2; -update noar ti set v0='BDEGJ8PZHAXUH0IT8J08546E' where id=2; -update noar tt set b1='E9425ENC3G8T' where id=2; -update noar ti set b1='E9425ENC3G8T' where id=2; -update noar tt set v0='40ILIJWUC5ZF0U4P8Z6HG1GI6530V' where id=2; -update noar ti set v0='40ILIJWUC5ZF0U4P8Z6HG1GI6530V' where id=2; -update noar tt set b2='79ID' where id=2; -update noar ti set b2='79ID' where id=2; -update noar tt set v0='FK7Q68DSV6VFFGN8ZJFDWGH6BVHVJBAR' where id=3; -update noar ti set v0='FK7Q68DSV6VFFGN8ZJFDWGH6BVHVJBAR' where id=3; -update noar tt set b0='ODKXSQM86X3EVDGD' where id=3; -update noar ti set b0='ODKXSQM86X3EVDGD' where id=3; -update noar tt set v0='3HF4O5KWQCC2U2GA8' where id=3; -update noar ti set v0='3HF4O5KWQCC2U2GA8' where id=3; -update noar tt set b1='9PLRZBE9O3A4KVLJ' where id=3; -update noar ti set b1='9PLRZBE9O3A4KVLJ' where id=3; -update noar tt set v0='RX2QCYKB6WC5YE3ALHKIK' where id=3; -update noar ti set v0='RX2QCYKB6WC5YE3ALHKIK' where id=3; -update noar tt set b2='DQGVF5NS79RI9CHT7SG6J8VS' where id=3; -update noar ti set b2='DQGVF5NS79RI9CHT7SG6J8VS' where id=3; -update noar tt set v0='3VYP5GBPXC2RQZ9YKB4UVY' where id=4; -update noar ti set v0='3VYP5GBPXC2RQZ9YKB4UVY' where id=4; -update noar tt set b0='6W' where id=4; -update noar ti set b0='6W' where id=4; -update noar tt set v0='EXTZWLBKOJASKTSCNYDWV' where id=4; -update noar ti set v0='EXTZWLBKOJASKTSCNYDWV' where id=4; -update noar tt set b1='0VG7XQ2W1' where id=4; -update noar ti set b1='0VG7XQ2W1' where id=4; -update noar tt set v0='TJQ0BYJHKAMQFVZ3YNG1N' where id=4; -update noar ti set v0='TJQ0BYJHKAMQFVZ3YNG1N' where id=4; -update noar tt set b2='RVOBLQ06SNSXEXQ3F2RVIBQ0LVP' where id=4; -update noar ti set b2='RVOBLQ06SNSXEXQ3F2RVIBQ0LVP' where id=4; -update noar tt set v0='Z0MGERB' where id=5; -update noar ti set v0='Z0MGERB' where id=5; -update noar tt set b0='QWX5X6C1J3' where id=5; -update noar ti set b0='QWX5X6C1J3' where id=5; -update noar tt set v0='ILJQY9I5MG53AFYU7I2N' where id=5; -update noar ti set v0='ILJQY9I5MG53AFYU7I2N' where id=5; -update noar tt set b1='KC6BN6TFX7PHU' where id=5; -update noar ti set b1='KC6BN6TFX7PHU' where id=5; -update noar tt set v0='HDWZDH5HEHNM' where id=5; -update noar ti set v0='HDWZDH5HEHNM' where id=5; -update noar tt set b2='63SERHO0YBUJB9PYSYRRTQ61J' where id=5; -update noar ti set b2='63SERHO0YBUJB9PYSYRRTQ61J' where id=5; -update noar tt set v0='87FGO0VZZB42' where id=6; -update noar ti set v0='87FGO0VZZB42' where id=6; -update noar tt set b0='IDLWK6863KXO1D5C5' where id=6; -update noar ti set b0='IDLWK6863KXO1D5C5' where id=6; -update noar tt set v0='0YU9NO' where id=6; -update noar ti set v0='0YU9NO' where id=6; -update noar tt set b1='NPTBKDIVWXRXYKBNT77LBKMLTTWH85RA' where id=6; -update noar ti set b1='NPTBKDIVWXRXYKBNT77LBKMLTTWH85RA' where id=6; -update noar tt set v0='E9QTHKC8EGOV4741EH375LQ43NWV' where id=6; -update noar ti set v0='E9QTHKC8EGOV4741EH375LQ43NWV' where id=6; -update noar tt set b2='JQ13AXVDH2GTN8UGD4' where id=6; -update noar ti set b2='JQ13AXVDH2GTN8UGD4' where id=6; -update noar tt set v0='VTTTDQ' where id=7; -update noar ti set v0='VTTTDQ' where id=7; -update noar tt set b0='UPS7JT5GTW' where id=7; -update noar ti set b0='UPS7JT5GTW' where id=7; -update noar tt set v0='RLKLLWKW5ZXUG3KSXGH' where id=7; -update noar ti set v0='RLKLLWKW5ZXUG3KSXGH' where id=7; -update noar tt set b1='JJC8BWFMC9FXWDDMXRL1URXCEO2' where id=7; -update noar ti set b1='JJC8BWFMC9FXWDDMXRL1URXCEO2' where id=7; -update noar tt set v0='KU6B7A7KTIZJU6LGKR25LHQTYS6M' where id=7; -update noar ti set v0='KU6B7A7KTIZJU6LGKR25LHQTYS6M' where id=7; -update noar tt set b2='LYBVMWSAQ0R630F' where id=7; -update noar ti set b2='LYBVMWSAQ0R630F' where id=7; -update noar tt set v0='YOTXIA2W2VYOY' where id=8; -update noar ti set v0='YOTXIA2W2VYOY' where id=8; -update noar tt set b0='9JIPEW8EDE1YYZZ' where id=8; -update noar ti set b0='9JIPEW8EDE1YYZZ' where id=8; -update noar tt set v0='Z9' where id=8; -update noar ti set v0='Z9' where id=8; -update noar tt set b1='DD8JD0X' where id=8; -update noar ti set b1='DD8JD0X' where id=8; -update noar tt set v0='55NQRT2SEOFG588R' where id=8; -update noar ti set v0='55NQRT2SEOFG588R' where id=8; -update noar tt set b2='VF3DCAM54AWFZNY90I740RM' where id=8; -update noar ti set b2='VF3DCAM54AWFZNY90I740RM' where id=8; -update noar tt set v0='6U0VND' where id=9; -update noar ti set v0='6U0VND' where id=9; -update noar tt set b0='CU9AC7VOWSXIM1TPPDOIZKQMDV47NYH' where id=9; -update noar ti set b0='CU9AC7VOWSXIM1TPPDOIZKQMDV47NYH' where id=9; -update noar tt set v0='DV5SZ3T6GG9D7O8' where id=9; -update noar ti set v0='DV5SZ3T6GG9D7O8' where id=9; -update noar tt set b1='JTK51YZ3MH7EPV38ZA3' where id=9; -update noar ti set b1='JTK51YZ3MH7EPV38ZA3' where id=9; -update noar tt set v0='P82AFYAR1SWYN3HVKU4KNPS5R' where id=9; -update noar ti set v0='P82AFYAR1SWYN3HVKU4KNPS5R' where id=9; -update noar tt set b2='9XJURTXR95AO6UC4SMN' where id=9; -update noar ti set b2='9XJURTXR95AO6UC4SMN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='E4EXF3DQ5EZRK780' where id=1; -update noar ti set v0='E4EXF3DQ5EZRK780' where id=1; -update noar tt set b0='1C9CPGVIUDGPO1LF1ENEDI' where id=1; -update noar ti set b0='1C9CPGVIUDGPO1LF1ENEDI' where id=1; -update noar tt set v0='002Q3NZEQJYRA6696QCXDGM6VF6P' where id=1; -update noar ti set v0='002Q3NZEQJYRA6696QCXDGM6VF6P' where id=1; -update noar tt set b1='V9KP' where id=1; -update noar ti set b1='V9KP' where id=1; -update noar tt set v0='F2A0L606CZEN4IHJ89JXFJW' where id=1; -update noar ti set v0='F2A0L606CZEN4IHJ89JXFJW' where id=1; -update noar tt set b2='75OJNCY' where id=1; -update noar ti set b2='75OJNCY' where id=1; -update noar tt set v0='4GSPODX06S79' where id=2; -update noar ti set v0='4GSPODX06S79' where id=2; -update noar tt set b0='LNIDCUASEW0XACQ7XK5ZMKGE' where id=2; -update noar ti set b0='LNIDCUASEW0XACQ7XK5ZMKGE' where id=2; -update noar tt set v0='O' where id=2; -update noar ti set v0='O' where id=2; -update noar tt set b1='PM' where id=2; -update noar ti set b1='PM' where id=2; -update noar tt set v0='CQJM6AIB' where id=2; -update noar ti set v0='CQJM6AIB' where id=2; -update noar tt set b2='OOK843ZBAQWQOWWKSE7M0C6GE' where id=2; -update noar ti set b2='OOK843ZBAQWQOWWKSE7M0C6GE' where id=2; -update noar tt set v0='C0DRBIBVEQQ' where id=3; -update noar ti set v0='C0DRBIBVEQQ' where id=3; -update noar tt set b0='7TLZ460RY6F3UQ854VDSZCW7UKA8VZC' where id=3; -update noar ti set b0='7TLZ460RY6F3UQ854VDSZCW7UKA8VZC' where id=3; -update noar tt set v0='KESKC9LQP' where id=3; -update noar ti set v0='KESKC9LQP' where id=3; -update noar tt set b1='GWE91K7T6IA3TU3KO34WUK' where id=3; -update noar ti set b1='GWE91K7T6IA3TU3KO34WUK' where id=3; -update noar tt set v0='Z' where id=3; -update noar ti set v0='Z' where id=3; -update noar tt set b2='YP4M0UJPD55M96EY85SCXASV5' where id=3; -update noar ti set b2='YP4M0UJPD55M96EY85SCXASV5' where id=3; -update noar tt set v0='WSHKMHTX45HT40N907ZU6D8' where id=4; -update noar ti set v0='WSHKMHTX45HT40N907ZU6D8' where id=4; -update noar tt set b0='IA8X2PE4V9QDDOCLSK' where id=4; -update noar ti set b0='IA8X2PE4V9QDDOCLSK' where id=4; -update noar tt set v0='EA2ZTC5F5IZL' where id=4; -update noar ti set v0='EA2ZTC5F5IZL' where id=4; -update noar tt set b1='45V9KS2XGKQEW127UZVB5KVNL0DFK6Y4' where id=4; -update noar ti set b1='45V9KS2XGKQEW127UZVB5KVNL0DFK6Y4' where id=4; -update noar tt set v0='1JN6FVFO77UU39NN01OMB' where id=4; -update noar ti set v0='1JN6FVFO77UU39NN01OMB' where id=4; -update noar tt set b2='1LIN9GX6SED2A6ZGQTJVAT5KL' where id=4; -update noar ti set b2='1LIN9GX6SED2A6ZGQTJVAT5KL' where id=4; -update noar tt set v0='06PN8G66U6S' where id=5; -update noar ti set v0='06PN8G66U6S' where id=5; -update noar tt set b0='DQMYC40O2SPY4OUWGPH7W' where id=5; -update noar ti set b0='DQMYC40O2SPY4OUWGPH7W' where id=5; -update noar tt set v0='1CATTVVN3TUR5B2JUXG9IP' where id=5; -update noar ti set v0='1CATTVVN3TUR5B2JUXG9IP' where id=5; -update noar tt set b1='MLFD5HUO' where id=5; -update noar ti set b1='MLFD5HUO' where id=5; -update noar tt set v0='X' where id=5; -update noar ti set v0='X' where id=5; -update noar tt set b2='X4XFUD2H8FP9XX6TN3Y55UO6MCD' where id=5; -update noar ti set b2='X4XFUD2H8FP9XX6TN3Y55UO6MCD' where id=5; -update noar tt set v0='3121FM8PL49' where id=6; -update noar ti set v0='3121FM8PL49' where id=6; -update noar tt set b0='4YKXWSOKD23' where id=6; -update noar ti set b0='4YKXWSOKD23' where id=6; -update noar tt set v0='SIT58PSG071K3R3F9' where id=6; -update noar ti set v0='SIT58PSG071K3R3F9' where id=6; -update noar tt set b1='0CLF64KDZI3F70SJMJAPXAE4' where id=6; -update noar ti set b1='0CLF64KDZI3F70SJMJAPXAE4' where id=6; -update noar tt set v0='JI' where id=6; -update noar ti set v0='JI' where id=6; -update noar tt set b2='4W8EDUIBLU2JGY1XB3IL' where id=6; -update noar ti set b2='4W8EDUIBLU2JGY1XB3IL' where id=6; -update noar tt set v0='FRM83WBO0FJIZU8ZY' where id=7; -update noar ti set v0='FRM83WBO0FJIZU8ZY' where id=7; -update noar tt set b0='R1E1Q6BYNPR76Y6QTUSF' where id=7; -update noar ti set b0='R1E1Q6BYNPR76Y6QTUSF' where id=7; -update noar tt set v0='NT34Y1IK' where id=7; -update noar ti set v0='NT34Y1IK' where id=7; -update noar tt set b1='6IDUJC0L9W8' where id=7; -update noar ti set b1='6IDUJC0L9W8' where id=7; -update noar tt set v0='6A9OV4AA8X2A3RAJ4M' where id=7; -update noar ti set v0='6A9OV4AA8X2A3RAJ4M' where id=7; -update noar tt set b2='LFZX87JR7U2JD8XBYWSA2' where id=7; -update noar ti set b2='LFZX87JR7U2JD8XBYWSA2' where id=7; -update noar tt set v0='39OQP' where id=8; -update noar ti set v0='39OQP' where id=8; -update noar tt set b0='HYOSCL6MQX' where id=8; -update noar ti set b0='HYOSCL6MQX' where id=8; -update noar tt set v0='JK6W9DTRVATP' where id=8; -update noar ti set v0='JK6W9DTRVATP' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set v0='6GGV' where id=8; -update noar ti set v0='6GGV' where id=8; -update noar tt set b2='KUHL' where id=8; -update noar ti set b2='KUHL' where id=8; -update noar tt set v0='EHUA546TZ959J9VT' where id=9; -update noar ti set v0='EHUA546TZ959J9VT' where id=9; -update noar tt set b0='C89CQKID907R936YRPZQ4KHSOS81' where id=9; -update noar ti set b0='C89CQKID907R936YRPZQ4KHSOS81' where id=9; -update noar tt set v0='0SXIMJUMZZW38IDV' where id=9; -update noar ti set v0='0SXIMJUMZZW38IDV' where id=9; -update noar tt set b1='8KOTJ8X6MSRVZV' where id=9; -update noar ti set b1='8KOTJ8X6MSRVZV' where id=9; -update noar tt set v0='7ZFRE2CGEQH5I2' where id=9; -update noar ti set v0='7ZFRE2CGEQH5I2' where id=9; -update noar tt set b2='P4FC4FWF2STJZ4ZGBWZS' where id=9; -update noar ti set b2='P4FC4FWF2STJZ4ZGBWZS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YHU8CYU5OFONA4UEP4E4KNP99F' where id=1; -update noar ti set v0='YHU8CYU5OFONA4UEP4E4KNP99F' where id=1; -update noar tt set b0='VGFYNO6LMPHIQI0HBTK0EIWT50F9MZ' where id=1; -update noar ti set b0='VGFYNO6LMPHIQI0HBTK0EIWT50F9MZ' where id=1; -update noar tt set v0='EXEMNGGMU62GRIBQ994QVIPH865LEG3' where id=1; -update noar ti set v0='EXEMNGGMU62GRIBQ994QVIPH865LEG3' where id=1; -update noar tt set b1='V5OQNLG5LK9MQBEKKV' where id=1; -update noar ti set b1='V5OQNLG5LK9MQBEKKV' where id=1; -update noar tt set v0='Q914BHJY7G5XWPP94IJT9DYOME8I6JPS' where id=1; -update noar ti set v0='Q914BHJY7G5XWPP94IJT9DYOME8I6JPS' where id=1; -update noar tt set b2='CDS' where id=1; -update noar ti set b2='CDS' where id=1; -update noar tt set v0='LONTOQ8OEUG' where id=2; -update noar ti set v0='LONTOQ8OEUG' where id=2; -update noar tt set b0='5YGQ8UZ7' where id=2; -update noar ti set b0='5YGQ8UZ7' where id=2; -update noar tt set v0='DXYQ02YV' where id=2; -update noar ti set v0='DXYQ02YV' where id=2; -update noar tt set b1='DL' where id=2; -update noar ti set b1='DL' where id=2; -update noar tt set v0='9LIPFVKDFF78NUU95FAY0S' where id=2; -update noar ti set v0='9LIPFVKDFF78NUU95FAY0S' where id=2; -update noar tt set b2='KYWHW6WC' where id=2; -update noar ti set b2='KYWHW6WC' where id=2; -update noar tt set v0='CLW9C' where id=3; -update noar ti set v0='CLW9C' where id=3; -update noar tt set b0='40BMCZXNX' where id=3; -update noar ti set b0='40BMCZXNX' where id=3; -update noar tt set v0='LUW9NWULY36DTK' where id=3; -update noar ti set v0='LUW9NWULY36DTK' where id=3; -update noar tt set b1='P28PVAY24X9798HBJENN' where id=3; -update noar ti set b1='P28PVAY24X9798HBJENN' where id=3; -update noar tt set v0='Z8OF7HXD4LHHE69MPVX1094O' where id=3; -update noar ti set v0='Z8OF7HXD4LHHE69MPVX1094O' where id=3; -update noar tt set b2='OLEE2RX5NS0YEAW50HYY0VKFKQ9B' where id=3; -update noar ti set b2='OLEE2RX5NS0YEAW50HYY0VKFKQ9B' where id=3; -update noar tt set v0='FAKJNV' where id=4; -update noar ti set v0='FAKJNV' where id=4; -update noar tt set b0='FZYOH7OHONINERAV7OVYU0' where id=4; -update noar ti set b0='FZYOH7OHONINERAV7OVYU0' where id=4; -update noar tt set v0='W7EY8OZDI886261DGTK10OJ04XI6' where id=4; -update noar ti set v0='W7EY8OZDI886261DGTK10OJ04XI6' where id=4; -update noar tt set b1='VGW' where id=4; -update noar ti set b1='VGW' where id=4; -update noar tt set v0='LRHKZOU735YTIHGHUJNZ1AD' where id=4; -update noar ti set v0='LRHKZOU735YTIHGHUJNZ1AD' where id=4; -update noar tt set b2='TOKSC7DEMGLW9TU0V6XCR' where id=4; -update noar ti set b2='TOKSC7DEMGLW9TU0V6XCR' where id=4; -update noar tt set v0='BZSQ9HL1SG3KFRHWP' where id=5; -update noar ti set v0='BZSQ9HL1SG3KFRHWP' where id=5; -update noar tt set b0='PAVSZY4' where id=5; -update noar ti set b0='PAVSZY4' where id=5; -update noar tt set v0='9RE' where id=5; -update noar ti set v0='9RE' where id=5; -update noar tt set b1='NCJWIQHW2GAYGVW9RAF5C6RC' where id=5; -update noar ti set b1='NCJWIQHW2GAYGVW9RAF5C6RC' where id=5; -update noar tt set v0='V4AZCZRGD' where id=5; -update noar ti set v0='V4AZCZRGD' where id=5; -update noar tt set b2='F5MO8T0O1THEGRWIJAD' where id=5; -update noar ti set b2='F5MO8T0O1THEGRWIJAD' where id=5; -update noar tt set v0='529' where id=6; -update noar ti set v0='529' where id=6; -update noar tt set b0='ZI3A21TG' where id=6; -update noar ti set b0='ZI3A21TG' where id=6; -update noar tt set v0='7LW67NCE736' where id=6; -update noar ti set v0='7LW67NCE736' where id=6; -update noar tt set b1='SOYRELC04KJ6VO7' where id=6; -update noar ti set b1='SOYRELC04KJ6VO7' where id=6; -update noar tt set v0='YCVNQOOGR05W1S3KDO' where id=6; -update noar ti set v0='YCVNQOOGR05W1S3KDO' where id=6; -update noar tt set b2='0J7U647CCWN7TXTZ6KUUUPZ925PBP' where id=6; -update noar ti set b2='0J7U647CCWN7TXTZ6KUUUPZ925PBP' where id=6; -update noar tt set v0='2V8MSSLQQOSCUWVNCKMD2IE0M' where id=7; -update noar ti set v0='2V8MSSLQQOSCUWVNCKMD2IE0M' where id=7; -update noar tt set b0='5TVUR2ZB4Y' where id=7; -update noar ti set b0='5TVUR2ZB4Y' where id=7; -update noar tt set v0='5DASH0' where id=7; -update noar ti set v0='5DASH0' where id=7; -update noar tt set b1='Y3D46R3CYV4TP4QLU' where id=7; -update noar ti set b1='Y3D46R3CYV4TP4QLU' where id=7; -update noar tt set v0='L0YRTL8EVG3RGFMCD4A' where id=7; -update noar ti set v0='L0YRTL8EVG3RGFMCD4A' where id=7; -update noar tt set b2='QCVHDFCYHVGBAG19EORT0HIPP0O77NJZ' where id=7; -update noar ti set b2='QCVHDFCYHVGBAG19EORT0HIPP0O77NJZ' where id=7; -update noar tt set v0='4HSSP' where id=8; -update noar ti set v0='4HSSP' where id=8; -update noar tt set b0='XUKDKTJ72I8YQDLEX4WFIXU06RK6Q' where id=8; -update noar ti set b0='XUKDKTJ72I8YQDLEX4WFIXU06RK6Q' where id=8; -update noar tt set v0='7SLV9Z1PN0TZL4X29WPLDJYURW' where id=8; -update noar ti set v0='7SLV9Z1PN0TZL4X29WPLDJYURW' where id=8; -update noar tt set b1='IDWOB1JL' where id=8; -update noar ti set b1='IDWOB1JL' where id=8; -update noar tt set v0='C7WB8SH4' where id=8; -update noar ti set v0='C7WB8SH4' where id=8; -update noar tt set b2='9Y' where id=8; -update noar ti set b2='9Y' where id=8; -update noar tt set v0='KHV9VAA2WB0YJT6CJU0G34SIAWYTE' where id=9; -update noar ti set v0='KHV9VAA2WB0YJT6CJU0G34SIAWYTE' where id=9; -update noar tt set b0='G9SKYUJCLMKU2OIG61Q' where id=9; -update noar ti set b0='G9SKYUJCLMKU2OIG61Q' where id=9; -update noar tt set v0='DWM7YOVLTTJ4DMKZ4NNTUISN' where id=9; -update noar ti set v0='DWM7YOVLTTJ4DMKZ4NNTUISN' where id=9; -update noar tt set b1='L12X9YZ6ZGK49GBK9LIUM3ODNGLKBQKK' where id=9; -update noar ti set b1='L12X9YZ6ZGK49GBK9LIUM3ODNGLKBQKK' where id=9; -update noar tt set v0='N8EAWSXZCMZF' where id=9; -update noar ti set v0='N8EAWSXZCMZF' where id=9; -update noar tt set b2='J6Z1NMUWPWV' where id=9; -update noar ti set b2='J6Z1NMUWPWV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8GUQR0FCMDI2RGD' where id=1; -update noar ti set v0='8GUQR0FCMDI2RGD' where id=1; -update noar tt set b0='DWJ' where id=1; -update noar ti set b0='DWJ' where id=1; -update noar tt set v0='8AU5Y3GFRRC8D3XCQ1' where id=1; -update noar ti set v0='8AU5Y3GFRRC8D3XCQ1' where id=1; -update noar tt set b1='68UZXR1K53PEKKLRN0Z0' where id=1; -update noar ti set b1='68UZXR1K53PEKKLRN0Z0' where id=1; -update noar tt set v0='3LOHEBRD85U9FVXXCHNBFB9' where id=1; -update noar ti set v0='3LOHEBRD85U9FVXXCHNBFB9' where id=1; -update noar tt set b2='V41' where id=1; -update noar ti set b2='V41' where id=1; -update noar tt set v0='SESYZM8NFW' where id=2; -update noar ti set v0='SESYZM8NFW' where id=2; -update noar tt set b0='8H1FO471WQ9XCT' where id=2; -update noar ti set b0='8H1FO471WQ9XCT' where id=2; -update noar tt set v0='HJY3X0CBPKG1SIXQW7J6' where id=2; -update noar ti set v0='HJY3X0CBPKG1SIXQW7J6' where id=2; -update noar tt set b1='OQ7E682BAOTGSJL0D7UXGLDT' where id=2; -update noar ti set b1='OQ7E682BAOTGSJL0D7UXGLDT' where id=2; -update noar tt set v0='ALI81HA5HJFJPQ9' where id=2; -update noar ti set v0='ALI81HA5HJFJPQ9' where id=2; -update noar tt set b2='88UM590LAJ0JMQYO5561IXXL9RY' where id=2; -update noar ti set b2='88UM590LAJ0JMQYO5561IXXL9RY' where id=2; -update noar tt set v0='I4' where id=3; -update noar ti set v0='I4' where id=3; -update noar tt set b0='ZHYB9SFIF3WMK35XBCILM' where id=3; -update noar ti set b0='ZHYB9SFIF3WMK35XBCILM' where id=3; -update noar tt set v0='OC' where id=3; -update noar ti set v0='OC' where id=3; -update noar tt set b1='9DOENC0JNBEXYYZYSB6ZGK' where id=3; -update noar ti set b1='9DOENC0JNBEXYYZYSB6ZGK' where id=3; -update noar tt set v0='J9FORFWH1RV6Z6B8IEW8Y' where id=3; -update noar ti set v0='J9FORFWH1RV6Z6B8IEW8Y' where id=3; -update noar tt set b2='6CXDR5K0' where id=3; -update noar ti set b2='6CXDR5K0' where id=3; -update noar tt set v0='FWN25C' where id=4; -update noar ti set v0='FWN25C' where id=4; -update noar tt set b0='HSXJ18OLZFYKXAFMTUL23XG8L7LGG' where id=4; -update noar ti set b0='HSXJ18OLZFYKXAFMTUL23XG8L7LGG' where id=4; -update noar tt set v0='RJ25O7CM54CCWYDF47YF79AK2V' where id=4; -update noar ti set v0='RJ25O7CM54CCWYDF47YF79AK2V' where id=4; -update noar tt set b1='LJ14H2H219TXFR54J3' where id=4; -update noar ti set b1='LJ14H2H219TXFR54J3' where id=4; -update noar tt set v0='48RKTO3H8SJW1L' where id=4; -update noar ti set v0='48RKTO3H8SJW1L' where id=4; -update noar tt set b2='1H2Q0KIIX16BW21GR' where id=4; -update noar ti set b2='1H2Q0KIIX16BW21GR' where id=4; -update noar tt set v0='GSX0DYF61NT9FKDMKV9EAR2P35' where id=5; -update noar ti set v0='GSX0DYF61NT9FKDMKV9EAR2P35' where id=5; -update noar tt set b0='YTQIY' where id=5; -update noar ti set b0='YTQIY' where id=5; -update noar tt set v0='2KQ2KY3NRXK3KFYNKHLF' where id=5; -update noar ti set v0='2KQ2KY3NRXK3KFYNKHLF' where id=5; -update noar tt set b1='4PUKW8G' where id=5; -update noar ti set b1='4PUKW8G' where id=5; -update noar tt set v0='36YDO7TSCKND29VOGDOW438SY0' where id=5; -update noar ti set v0='36YDO7TSCKND29VOGDOW438SY0' where id=5; -update noar tt set b2='I0JJEBZT4V95FJHW' where id=5; -update noar ti set b2='I0JJEBZT4V95FJHW' where id=5; -update noar tt set v0='OHXSQJRC6FZ6MRA3MWW5A65B0' where id=6; -update noar ti set v0='OHXSQJRC6FZ6MRA3MWW5A65B0' where id=6; -update noar tt set b0='15PL4CVY3IQOOX2T9M7WWX6CHK' where id=6; -update noar ti set b0='15PL4CVY3IQOOX2T9M7WWX6CHK' where id=6; -update noar tt set v0='4XGG656T0W5NGNEVQHFG' where id=6; -update noar ti set v0='4XGG656T0W5NGNEVQHFG' where id=6; -update noar tt set b1='8P12WV8G1YI7H4T270EL5OPUFF4N' where id=6; -update noar ti set b1='8P12WV8G1YI7H4T270EL5OPUFF4N' where id=6; -update noar tt set v0='VHPNY6WQAAM' where id=6; -update noar ti set v0='VHPNY6WQAAM' where id=6; -update noar tt set b2='C1GXCW7ZJO3YRBGZK43YLC4JRCHHN' where id=6; -update noar ti set b2='C1GXCW7ZJO3YRBGZK43YLC4JRCHHN' where id=6; -update noar tt set v0='KP07N9Z78GZZD3O0R9PCLZQE88E3' where id=7; -update noar ti set v0='KP07N9Z78GZZD3O0R9PCLZQE88E3' where id=7; -update noar tt set b0='E1534PDCYYKEY6HMK8ERQ5FH3DXTN7VC' where id=7; -update noar ti set b0='E1534PDCYYKEY6HMK8ERQ5FH3DXTN7VC' where id=7; -update noar tt set v0='XCON96ZERYB4Y89FGAKS8' where id=7; -update noar ti set v0='XCON96ZERYB4Y89FGAKS8' where id=7; -update noar tt set b1='959VVUQDCGZE36X5KODWM4KK4UKAM2PU' where id=7; -update noar ti set b1='959VVUQDCGZE36X5KODWM4KK4UKAM2PU' where id=7; -update noar tt set v0='TL2HKYMKM3G1PH2H' where id=7; -update noar ti set v0='TL2HKYMKM3G1PH2H' where id=7; -update noar tt set b2='TDUTHXS52LP61BC5IW7YB2V' where id=7; -update noar ti set b2='TDUTHXS52LP61BC5IW7YB2V' where id=7; -update noar tt set v0='C9D1R' where id=8; -update noar ti set v0='C9D1R' where id=8; -update noar tt set b0='ZC64X5FMTIN08K7HRQ90S1BBPWCH1' where id=8; -update noar ti set b0='ZC64X5FMTIN08K7HRQ90S1BBPWCH1' where id=8; -update noar tt set v0='C1' where id=8; -update noar ti set v0='C1' where id=8; -update noar tt set b1='20JRYK6EEXRMQG' where id=8; -update noar ti set b1='20JRYK6EEXRMQG' where id=8; -update noar tt set v0='1H' where id=8; -update noar ti set v0='1H' where id=8; -update noar tt set b2='5HEF65UEGQ8JY4YNG7' where id=8; -update noar ti set b2='5HEF65UEGQ8JY4YNG7' where id=8; -update noar tt set v0='B7LEOT1OTK2BXBS' where id=9; -update noar ti set v0='B7LEOT1OTK2BXBS' where id=9; -update noar tt set b0='JNIJ2N45E03U4ZR30OTAVS1' where id=9; -update noar ti set b0='JNIJ2N45E03U4ZR30OTAVS1' where id=9; -update noar tt set v0='DRU2IPXDFGL7YX50O' where id=9; -update noar ti set v0='DRU2IPXDFGL7YX50O' where id=9; -update noar tt set b1='NKTU6IXVVHFW15IES' where id=9; -update noar ti set b1='NKTU6IXVVHFW15IES' where id=9; -update noar tt set v0='49L35R8HI855WAK' where id=9; -update noar ti set v0='49L35R8HI855WAK' where id=9; -update noar tt set b2='WOVRVP459QYK7YH3NCTUKBWVS7BS0ORL' where id=9; -update noar ti set b2='WOVRVP459QYK7YH3NCTUKBWVS7BS0ORL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LENCHJMQGGCJ303MFPAUJWZ5BJ5EW' where id=1; -update noar ti set v0='LENCHJMQGGCJ303MFPAUJWZ5BJ5EW' where id=1; -update noar tt set b0='F8CE2ZW3PJPUIPTU2E' where id=1; -update noar ti set b0='F8CE2ZW3PJPUIPTU2E' where id=1; -update noar tt set v0='QVO5DP5LH5S57TLRTQ5JEXXXYMWX8G' where id=1; -update noar ti set v0='QVO5DP5LH5S57TLRTQ5JEXXXYMWX8G' where id=1; -update noar tt set b1='BCMZJAYS7EEY9' where id=1; -update noar ti set b1='BCMZJAYS7EEY9' where id=1; -update noar tt set v0='8Z4P1C0HXXB9JHRMGQKDM' where id=1; -update noar ti set v0='8Z4P1C0HXXB9JHRMGQKDM' where id=1; -update noar tt set b2='OEY' where id=1; -update noar ti set b2='OEY' where id=1; -update noar tt set v0='ZOCWCU9OZVY45W4JT' where id=2; -update noar ti set v0='ZOCWCU9OZVY45W4JT' where id=2; -update noar tt set b0='OL9IV' where id=2; -update noar ti set b0='OL9IV' where id=2; -update noar tt set v0='XQJRV2PKCWR2Q1T6STZOP2P7VYJKHG' where id=2; -update noar ti set v0='XQJRV2PKCWR2Q1T6STZOP2P7VYJKHG' where id=2; -update noar tt set b1='2X0KL88GKI2ACT3JIC5H9YNV0' where id=2; -update noar ti set b1='2X0KL88GKI2ACT3JIC5H9YNV0' where id=2; -update noar tt set v0='JO1BQEGX1160ZXTFVW8S75' where id=2; -update noar ti set v0='JO1BQEGX1160ZXTFVW8S75' where id=2; -update noar tt set b2='4EN84QTXSYD6Z' where id=2; -update noar ti set b2='4EN84QTXSYD6Z' where id=2; -update noar tt set v0='8VWIPY3HJBD' where id=3; -update noar ti set v0='8VWIPY3HJBD' where id=3; -update noar tt set b0='JZTMAX12E' where id=3; -update noar ti set b0='JZTMAX12E' where id=3; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b1='HRZXJOLSTZLJPPL5316EO' where id=3; -update noar ti set b1='HRZXJOLSTZLJPPL5316EO' where id=3; -update noar tt set v0='EM86XP33CAOD6M1ENO7Y' where id=3; -update noar ti set v0='EM86XP33CAOD6M1ENO7Y' where id=3; -update noar tt set b2='OW620YFSMA69YHF' where id=3; -update noar ti set b2='OW620YFSMA69YHF' where id=3; -update noar tt set v0='1637J6' where id=4; -update noar ti set v0='1637J6' where id=4; -update noar tt set b0='MQ1R5OB9ZKUFKYTT20RJ6' where id=4; -update noar ti set b0='MQ1R5OB9ZKUFKYTT20RJ6' where id=4; -update noar tt set v0='UQMF31RVBD12BSFJRYMQIV4C' where id=4; -update noar ti set v0='UQMF31RVBD12BSFJRYMQIV4C' where id=4; -update noar tt set b1='B6XHCI5JPW5POLPWYL46A64M' where id=4; -update noar ti set b1='B6XHCI5JPW5POLPWYL46A64M' where id=4; -update noar tt set v0='2DJB86' where id=4; -update noar ti set v0='2DJB86' where id=4; -update noar tt set b2='6HNL2C' where id=4; -update noar ti set b2='6HNL2C' where id=4; -update noar tt set v0='0UI' where id=5; -update noar ti set v0='0UI' where id=5; -update noar tt set b0='B4' where id=5; -update noar ti set b0='B4' where id=5; -update noar tt set v0='8SDVFDD4LE53VREW5SKEL4Q' where id=5; -update noar ti set v0='8SDVFDD4LE53VREW5SKEL4Q' where id=5; -update noar tt set b1='103KHBOZLLOAXXX6S6M' where id=5; -update noar ti set b1='103KHBOZLLOAXXX6S6M' where id=5; -update noar tt set v0='2RKD4ISGZH22E50208WFO978URY' where id=5; -update noar ti set v0='2RKD4ISGZH22E50208WFO978URY' where id=5; -update noar tt set b2='GE4EIB1TDHL' where id=5; -update noar ti set b2='GE4EIB1TDHL' where id=5; -update noar tt set v0='VQLU' where id=6; -update noar ti set v0='VQLU' where id=6; -update noar tt set b0='9NSR79YXU78F4JPMWL' where id=6; -update noar ti set b0='9NSR79YXU78F4JPMWL' where id=6; -update noar tt set v0='3BJY0SUVRNY5POX' where id=6; -update noar ti set v0='3BJY0SUVRNY5POX' where id=6; -update noar tt set b1='3YFD9U4V5' where id=6; -update noar ti set b1='3YFD9U4V5' where id=6; -update noar tt set v0='SKET5AFRD8YLN3Q717DFLVNVML' where id=6; -update noar ti set v0='SKET5AFRD8YLN3Q717DFLVNVML' where id=6; -update noar tt set b2='0WLWS5E2YQWN' where id=6; -update noar ti set b2='0WLWS5E2YQWN' where id=6; -update noar tt set v0='IM07ZOBJQLSKD' where id=7; -update noar ti set v0='IM07ZOBJQLSKD' where id=7; -update noar tt set b0='N9HCNH6435OB5B' where id=7; -update noar ti set b0='N9HCNH6435OB5B' where id=7; -update noar tt set v0='Y4JH8PSVCG34S0DSX43ENKQ4Z' where id=7; -update noar ti set v0='Y4JH8PSVCG34S0DSX43ENKQ4Z' where id=7; -update noar tt set b1='R3YBDYYBLXOSJZV' where id=7; -update noar ti set b1='R3YBDYYBLXOSJZV' where id=7; -update noar tt set v0='SKSVUX8K27' where id=7; -update noar ti set v0='SKSVUX8K27' where id=7; -update noar tt set b2='1ZIAT4BP9KNQ7ZZLPO95' where id=7; -update noar ti set b2='1ZIAT4BP9KNQ7ZZLPO95' where id=7; -update noar tt set v0='UPVJHEGO8XSSKQ0HIT0TW7PHJM' where id=8; -update noar ti set v0='UPVJHEGO8XSSKQ0HIT0TW7PHJM' where id=8; -update noar tt set b0='8Q2J4SVUB' where id=8; -update noar ti set b0='8Q2J4SVUB' where id=8; -update noar tt set v0='4T5' where id=8; -update noar ti set v0='4T5' where id=8; -update noar tt set b1='LOJCOJMQQVTGQZHQ16AEYH53CZ3OQFTW' where id=8; -update noar ti set b1='LOJCOJMQQVTGQZHQ16AEYH53CZ3OQFTW' where id=8; -update noar tt set v0='46GCM7JYG3A5VMCTR' where id=8; -update noar ti set v0='46GCM7JYG3A5VMCTR' where id=8; -update noar tt set b2='7M3YITAX5NT20RYJKXJWJ18LU87' where id=8; -update noar ti set b2='7M3YITAX5NT20RYJKXJWJ18LU87' where id=8; -update noar tt set v0='VTNEF76C0Q086YPQO7X' where id=9; -update noar ti set v0='VTNEF76C0Q086YPQO7X' where id=9; -update noar tt set b0='JASX0YR' where id=9; -update noar ti set b0='JASX0YR' where id=9; -update noar tt set v0='TE61595SIGRAQV1SGXJ5SZF' where id=9; -update noar ti set v0='TE61595SIGRAQV1SGXJ5SZF' where id=9; -update noar tt set b1='80I8VQNZNEUEG5IV07HF6L1ELJCK' where id=9; -update noar ti set b1='80I8VQNZNEUEG5IV07HF6L1ELJCK' where id=9; -update noar tt set v0='QA99Q6AW' where id=9; -update noar ti set v0='QA99Q6AW' where id=9; -update noar tt set b2='HPRKSGR8K' where id=9; -update noar ti set b2='HPRKSGR8K' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7KE3LHTP5IY9' where id=1; -update noar ti set v0='7KE3LHTP5IY9' where id=1; -update noar tt set b0='21I8J2CB' where id=1; -update noar ti set b0='21I8J2CB' where id=1; -update noar tt set v0='APIXTPBM3718M8KQ72ZQZR4TX4' where id=1; -update noar ti set v0='APIXTPBM3718M8KQ72ZQZR4TX4' where id=1; -update noar tt set b1='XIKAH6SSWNAE7JXLOQ3JZV' where id=1; -update noar ti set b1='XIKAH6SSWNAE7JXLOQ3JZV' where id=1; -update noar tt set v0='V7QJGK07FNLEN2E1VL5A9YL' where id=1; -update noar ti set v0='V7QJGK07FNLEN2E1VL5A9YL' where id=1; -update noar tt set b2='GVVDX3X2ZLO6828Q' where id=1; -update noar ti set b2='GVVDX3X2ZLO6828Q' where id=1; -update noar tt set v0='1XZV8X0OUWP9OILZELIHLFKI6B551V' where id=2; -update noar ti set v0='1XZV8X0OUWP9OILZELIHLFKI6B551V' where id=2; -update noar tt set b0='04B9BCVC6UF' where id=2; -update noar ti set b0='04B9BCVC6UF' where id=2; -update noar tt set v0='XACGUK6JZ39S' where id=2; -update noar ti set v0='XACGUK6JZ39S' where id=2; -update noar tt set b1='5TDCAD12HYZ1KK4RZOL37QHHU4F' where id=2; -update noar ti set b1='5TDCAD12HYZ1KK4RZOL37QHHU4F' where id=2; -update noar tt set v0='817G1ZPRB1P9' where id=2; -update noar ti set v0='817G1ZPRB1P9' where id=2; -update noar tt set b2='7G7IQBSRB' where id=2; -update noar ti set b2='7G7IQBSRB' where id=2; -update noar tt set v0='RIKSRC' where id=3; -update noar ti set v0='RIKSRC' where id=3; -update noar tt set b0='ERYPUE9L9E03PG538PHCV5O4HT99I' where id=3; -update noar ti set b0='ERYPUE9L9E03PG538PHCV5O4HT99I' where id=3; -update noar tt set v0='NMOX7V4L' where id=3; -update noar ti set v0='NMOX7V4L' where id=3; -update noar tt set b1='SFI314YVRWT5EC8LFZOBM8Q36L93I' where id=3; -update noar ti set b1='SFI314YVRWT5EC8LFZOBM8Q36L93I' where id=3; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b2='UC78XHGAYM59XXY2G5GFTQSB46' where id=3; -update noar ti set b2='UC78XHGAYM59XXY2G5GFTQSB46' where id=3; -update noar tt set v0='0E5LWC0QCM' where id=4; -update noar ti set v0='0E5LWC0QCM' where id=4; -update noar tt set b0='P836SEON6ZCG0877253UU28VRT' where id=4; -update noar ti set b0='P836SEON6ZCG0877253UU28VRT' where id=4; -update noar tt set v0='ARP9ZZDBVM1JWICL' where id=4; -update noar ti set v0='ARP9ZZDBVM1JWICL' where id=4; -update noar tt set b1='SU9JTW21GLI' where id=4; -update noar ti set b1='SU9JTW21GLI' where id=4; -update noar tt set v0='BK4CRYAFI7YY1BKAWKR' where id=4; -update noar ti set v0='BK4CRYAFI7YY1BKAWKR' where id=4; -update noar tt set b2='Y9I49WR8XO6XH0OIG6VEOJVOOIBVRQE' where id=4; -update noar ti set b2='Y9I49WR8XO6XH0OIG6VEOJVOOIBVRQE' where id=4; -update noar tt set v0='5BUOI381SO8' where id=5; -update noar ti set v0='5BUOI381SO8' where id=5; -update noar tt set b0='31O58AJ2GTUFR' where id=5; -update noar ti set b0='31O58AJ2GTUFR' where id=5; -update noar tt set v0='IOI2X2W2IQ1G4LDKH7WL' where id=5; -update noar ti set v0='IOI2X2W2IQ1G4LDKH7WL' where id=5; -update noar tt set b1='9S34' where id=5; -update noar ti set b1='9S34' where id=5; -update noar tt set v0='W058N7ZIR8F72K0H9J' where id=5; -update noar ti set v0='W058N7ZIR8F72K0H9J' where id=5; -update noar tt set b2='WLLLPR99ZUFVFA6XU' where id=5; -update noar ti set b2='WLLLPR99ZUFVFA6XU' where id=5; -update noar tt set v0='DBN29FX4B9RMM9OW6EPSDEUMWPL71Y' where id=6; -update noar ti set v0='DBN29FX4B9RMM9OW6EPSDEUMWPL71Y' where id=6; -update noar tt set b0='B547NZRK7B47GNWAPCWRLFRIC7SSRW' where id=6; -update noar ti set b0='B547NZRK7B47GNWAPCWRLFRIC7SSRW' where id=6; -update noar tt set v0='8K4B0I7FVMXWLSYJVBPNA' where id=6; -update noar ti set v0='8K4B0I7FVMXWLSYJVBPNA' where id=6; -update noar tt set b1='2C8DYVNWBTJ5QY3YMOM2WINC' where id=6; -update noar ti set b1='2C8DYVNWBTJ5QY3YMOM2WINC' where id=6; -update noar tt set v0='7VH7LLE4VFMXRZWGGAT99QE534GI57' where id=6; -update noar ti set v0='7VH7LLE4VFMXRZWGGAT99QE534GI57' where id=6; -update noar tt set b2='FCVFYSR' where id=6; -update noar ti set b2='FCVFYSR' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='JQ32WTDI8T22UAHTM0W' where id=7; -update noar ti set b0='JQ32WTDI8T22UAHTM0W' where id=7; -update noar tt set v0='NNT16P3VU25BLZHJ2LC67' where id=7; -update noar ti set v0='NNT16P3VU25BLZHJ2LC67' where id=7; -update noar tt set b1='95ZHCB616' where id=7; -update noar ti set b1='95ZHCB616' where id=7; -update noar tt set v0='QYPQTKA0PT52151U552C7RIL0X' where id=7; -update noar ti set v0='QYPQTKA0PT52151U552C7RIL0X' where id=7; -update noar tt set b2='NS78ZGRVCB10FE5YXZCYBBXOJ35G5LB' where id=7; -update noar ti set b2='NS78ZGRVCB10FE5YXZCYBBXOJ35G5LB' where id=7; -update noar tt set v0='DKQ4ROWI42' where id=8; -update noar ti set v0='DKQ4ROWI42' where id=8; -update noar tt set b0='16OZZDQI94RKL1I072N32A' where id=8; -update noar ti set b0='16OZZDQI94RKL1I072N32A' where id=8; -update noar tt set v0='R8NC3U2IGMULREWYQKS6F8N9K7' where id=8; -update noar ti set v0='R8NC3U2IGMULREWYQKS6F8N9K7' where id=8; -update noar tt set b1='LHI3MLYH2LWJBIBVXJC7X6JTURMOXUL' where id=8; -update noar ti set b1='LHI3MLYH2LWJBIBVXJC7X6JTURMOXUL' where id=8; -update noar tt set v0='PEBLZ83Y6MQJ3OA69SBGB2RTXDCTPAXF' where id=8; -update noar ti set v0='PEBLZ83Y6MQJ3OA69SBGB2RTXDCTPAXF' where id=8; -update noar tt set b2='9ZAJYA' where id=8; -update noar ti set b2='9ZAJYA' where id=8; -update noar tt set v0='CGJB4SNM2E5P1JUU2N3CUIE827' where id=9; -update noar ti set v0='CGJB4SNM2E5P1JUU2N3CUIE827' where id=9; -update noar tt set b0='SINX94DOZ3QX308YSXDPO4' where id=9; -update noar ti set b0='SINX94DOZ3QX308YSXDPO4' where id=9; -update noar tt set v0='LR4SUXDK2K6HL' where id=9; -update noar ti set v0='LR4SUXDK2K6HL' where id=9; -update noar tt set b1='9F6Z3M4FV1R79SWU2N4Z' where id=9; -update noar ti set b1='9F6Z3M4FV1R79SWU2N4Z' where id=9; -update noar tt set v0='DA' where id=9; -update noar ti set v0='DA' where id=9; -update noar tt set b2='W5W64F4V2TSZ5MON' where id=9; -update noar ti set b2='W5W64F4V2TSZ5MON' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITOG3R3GJXZ8F8X7A9706KE6PP6RI6' where id=1; -update noar ti set v0='ITOG3R3GJXZ8F8X7A9706KE6PP6RI6' where id=1; -update noar tt set b0='1UDVLBTE4BSQODU42ZKHBKXF0L6KFHGO' where id=1; -update noar ti set b0='1UDVLBTE4BSQODU42ZKHBKXF0L6KFHGO' where id=1; -update noar tt set v0='NL54S1X9CBX12MLSOG4P9B5' where id=1; -update noar ti set v0='NL54S1X9CBX12MLSOG4P9B5' where id=1; -update noar tt set b1='8U05N' where id=1; -update noar ti set b1='8U05N' where id=1; -update noar tt set v0='YB6F96FWM1MB6E8YJPRVG6' where id=1; -update noar ti set v0='YB6F96FWM1MB6E8YJPRVG6' where id=1; -update noar tt set b2='Z3WLIR' where id=1; -update noar ti set b2='Z3WLIR' where id=1; -update noar tt set v0='T94CJK2G2GHLXFLL' where id=2; -update noar ti set v0='T94CJK2G2GHLXFLL' where id=2; -update noar tt set b0='Q7KFYALKLHPJXO' where id=2; -update noar ti set b0='Q7KFYALKLHPJXO' where id=2; -update noar tt set v0='58INGAY6W' where id=2; -update noar ti set v0='58INGAY6W' where id=2; -update noar tt set b1='S' where id=2; -update noar ti set b1='S' where id=2; -update noar tt set v0='QRNDPMADAAAJKWHAL2CVQ9MS' where id=2; -update noar ti set v0='QRNDPMADAAAJKWHAL2CVQ9MS' where id=2; -update noar tt set b2='0N2TXCY81M41S' where id=2; -update noar ti set b2='0N2TXCY81M41S' where id=2; -update noar tt set v0='S8FL4WPHM86RI1R4K' where id=3; -update noar ti set v0='S8FL4WPHM86RI1R4K' where id=3; -update noar tt set b0='MG2FV' where id=3; -update noar ti set b0='MG2FV' where id=3; -update noar tt set v0='EJKUC8DHX4PI' where id=3; -update noar ti set v0='EJKUC8DHX4PI' where id=3; -update noar tt set b1='FEGUSYFOI5CTMZMVVYAWE' where id=3; -update noar ti set b1='FEGUSYFOI5CTMZMVVYAWE' where id=3; -update noar tt set v0='KCH8UXZI1R8XPS8509D3X5JQ' where id=3; -update noar ti set v0='KCH8UXZI1R8XPS8509D3X5JQ' where id=3; -update noar tt set b2='9672KLS2' where id=3; -update noar ti set b2='9672KLS2' where id=3; -update noar tt set v0='D2HB7TL852QVJR0' where id=4; -update noar ti set v0='D2HB7TL852QVJR0' where id=4; -update noar tt set b0='BDQ6MIROG1R1PKP8EMQIETZB' where id=4; -update noar ti set b0='BDQ6MIROG1R1PKP8EMQIETZB' where id=4; -update noar tt set v0='DJDM' where id=4; -update noar ti set v0='DJDM' where id=4; -update noar tt set b1='K' where id=4; -update noar ti set b1='K' where id=4; -update noar tt set v0='PQ0W0KDBR9AQ09F' where id=4; -update noar ti set v0='PQ0W0KDBR9AQ09F' where id=4; -update noar tt set b2='69XW7K4HJG0AWKEJ' where id=4; -update noar ti set b2='69XW7K4HJG0AWKEJ' where id=4; -update noar tt set v0='QR15ZOIDRJTJDL6V' where id=5; -update noar ti set v0='QR15ZOIDRJTJDL6V' where id=5; -update noar tt set b0='O45HSTJ8QWWBUMYDVZTNLV9T2EYMV' where id=5; -update noar ti set b0='O45HSTJ8QWWBUMYDVZTNLV9T2EYMV' where id=5; -update noar tt set v0='SNPC1FHWOH0KHXXVJ92' where id=5; -update noar ti set v0='SNPC1FHWOH0KHXXVJ92' where id=5; -update noar tt set b1='C213DZQCL9IOXOB4SH7XYVG' where id=5; -update noar ti set b1='C213DZQCL9IOXOB4SH7XYVG' where id=5; -update noar tt set v0='WO6WWH28S6LPS96Y22BY' where id=5; -update noar ti set v0='WO6WWH28S6LPS96Y22BY' where id=5; -update noar tt set b2='UVMBWD5WY0' where id=5; -update noar ti set b2='UVMBWD5WY0' where id=5; -update noar tt set v0='W1AHLWPMFAS' where id=6; -update noar ti set v0='W1AHLWPMFAS' where id=6; -update noar tt set b0='0IZTDWZMH1C1BU' where id=6; -update noar ti set b0='0IZTDWZMH1C1BU' where id=6; -update noar tt set v0='YSBSYJAF' where id=6; -update noar ti set v0='YSBSYJAF' where id=6; -update noar tt set b1='2' where id=6; -update noar ti set b1='2' where id=6; -update noar tt set v0='XASLZDRI' where id=6; -update noar ti set v0='XASLZDRI' where id=6; -update noar tt set b2='BG' where id=6; -update noar ti set b2='BG' where id=6; -update noar tt set v0='1KIX3X5DS' where id=7; -update noar ti set v0='1KIX3X5DS' where id=7; -update noar tt set b0='BOIH' where id=7; -update noar ti set b0='BOIH' where id=7; -update noar tt set v0='VK' where id=7; -update noar ti set v0='VK' where id=7; -update noar tt set b1='17U86DE' where id=7; -update noar ti set b1='17U86DE' where id=7; -update noar tt set v0='OYS54B7AMPCSDG19O' where id=7; -update noar ti set v0='OYS54B7AMPCSDG19O' where id=7; -update noar tt set b2='5I8HTVOCNAO6XAO8K1JLO84AKMWIB9W5' where id=7; -update noar ti set b2='5I8HTVOCNAO6XAO8K1JLO84AKMWIB9W5' where id=7; -update noar tt set v0='DIYL5GB5FG530' where id=8; -update noar ti set v0='DIYL5GB5FG530' where id=8; -update noar tt set b0='78BMSMAW3UWGE4OF3KS8C2Y740' where id=8; -update noar ti set b0='78BMSMAW3UWGE4OF3KS8C2Y740' where id=8; -update noar tt set v0='KEBWB7FHP2PSEHOO5LHIS' where id=8; -update noar ti set v0='KEBWB7FHP2PSEHOO5LHIS' where id=8; -update noar tt set b1='OCI7ZNYO4G0WT5XXFFWEJKCX' where id=8; -update noar ti set b1='OCI7ZNYO4G0WT5XXFFWEJKCX' where id=8; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b2='JTWRO3Y52IO' where id=8; -update noar ti set b2='JTWRO3Y52IO' where id=8; -update noar tt set v0='2GTHJS3I3FT610VCWU929' where id=9; -update noar ti set v0='2GTHJS3I3FT610VCWU929' where id=9; -update noar tt set b0='HIC9EZ' where id=9; -update noar ti set b0='HIC9EZ' where id=9; -update noar tt set v0='02M2R965' where id=9; -update noar ti set v0='02M2R965' where id=9; -update noar tt set b1='2OBNUP6QP5CRHZ13F60B05YER4M9' where id=9; -update noar ti set b1='2OBNUP6QP5CRHZ13F60B05YER4M9' where id=9; -update noar tt set v0='N1XNJEB1EPLORB8' where id=9; -update noar ti set v0='N1XNJEB1EPLORB8' where id=9; -update noar tt set b2='CODJ3KO7G94' where id=9; -update noar ti set b2='CODJ3KO7G94' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='59U' where id=1; -update noar ti set v0='59U' where id=1; -update noar tt set b0='OVOSKGHWA0W' where id=1; -update noar ti set b0='OVOSKGHWA0W' where id=1; -update noar tt set v0='6AW' where id=1; -update noar ti set v0='6AW' where id=1; -update noar tt set b1='CPSHR5QXFDQGR63' where id=1; -update noar ti set b1='CPSHR5QXFDQGR63' where id=1; -update noar tt set v0='Z' where id=1; -update noar ti set v0='Z' where id=1; -update noar tt set b2='Y6OPCJCGB9KYZ1XQR9AB323NE8R4Y' where id=1; -update noar ti set b2='Y6OPCJCGB9KYZ1XQR9AB323NE8R4Y' where id=1; -update noar tt set v0='9' where id=2; -update noar ti set v0='9' where id=2; -update noar tt set b0='T6LJ1P99EHE5QCYYF9WLOWC1O' where id=2; -update noar ti set b0='T6LJ1P99EHE5QCYYF9WLOWC1O' where id=2; -update noar tt set v0='PUN2GUFBEJFWKG58SZ0IBKUVVN42HD' where id=2; -update noar ti set v0='PUN2GUFBEJFWKG58SZ0IBKUVVN42HD' where id=2; -update noar tt set b1='VADBHP' where id=2; -update noar ti set b1='VADBHP' where id=2; -update noar tt set v0='LSXUG781WLGC7S2BQ99U3PEIRRGBA' where id=2; -update noar ti set v0='LSXUG781WLGC7S2BQ99U3PEIRRGBA' where id=2; -update noar tt set b2='BKOX26PEZW0VUBW4GZB' where id=2; -update noar ti set b2='BKOX26PEZW0VUBW4GZB' where id=2; -update noar tt set v0='RSQ1CT699EQ4QCV' where id=3; -update noar ti set v0='RSQ1CT699EQ4QCV' where id=3; -update noar tt set b0='8SGM6RHWQ0ZKUQL3145Q2QUI3' where id=3; -update noar ti set b0='8SGM6RHWQ0ZKUQL3145Q2QUI3' where id=3; -update noar tt set v0='A7BKUNKLZMN5RP0VN2V5HEHHB5TX6E28' where id=3; -update noar ti set v0='A7BKUNKLZMN5RP0VN2V5HEHHB5TX6E28' where id=3; -update noar tt set b1='4G61POD3IA3WY3HZDYXU01XFJTT4' where id=3; -update noar ti set b1='4G61POD3IA3WY3HZDYXU01XFJTT4' where id=3; -update noar tt set v0='HJMS65VUXQA617KERLP4Z' where id=3; -update noar ti set v0='HJMS65VUXQA617KERLP4Z' where id=3; -update noar tt set b2='PXDCNY811KVX3A8X' where id=3; -update noar ti set b2='PXDCNY811KVX3A8X' where id=3; -update noar tt set v0='ET9WOOJ72IJWE6G2L4OPOBNW3BL884S' where id=4; -update noar ti set v0='ET9WOOJ72IJWE6G2L4OPOBNW3BL884S' where id=4; -update noar tt set b0='E5U73MKDE0Z' where id=4; -update noar ti set b0='E5U73MKDE0Z' where id=4; -update noar tt set v0='6YXLPCT4LCFXRUHH' where id=4; -update noar ti set v0='6YXLPCT4LCFXRUHH' where id=4; -update noar tt set b1='Z1I9HJTI' where id=4; -update noar ti set b1='Z1I9HJTI' where id=4; -update noar tt set v0='OA2CVH35HBKFMYIE5YIIGV375V5' where id=4; -update noar ti set v0='OA2CVH35HBKFMYIE5YIIGV375V5' where id=4; -update noar tt set b2='QWWTS6AMLM8S8DJ38YNYHFAHHO' where id=4; -update noar ti set b2='QWWTS6AMLM8S8DJ38YNYHFAHHO' where id=4; -update noar tt set v0='M886E0A0IW' where id=5; -update noar ti set v0='M886E0A0IW' where id=5; -update noar tt set b0='D4NWLPMWF4TZSS9X' where id=5; -update noar ti set b0='D4NWLPMWF4TZSS9X' where id=5; -update noar tt set v0='NI3PFYM1' where id=5; -update noar ti set v0='NI3PFYM1' where id=5; -update noar tt set b1='Y1TL9GGE01FKO43' where id=5; -update noar ti set b1='Y1TL9GGE01FKO43' where id=5; -update noar tt set v0='N' where id=5; -update noar ti set v0='N' where id=5; -update noar tt set b2='XM9' where id=5; -update noar ti set b2='XM9' where id=5; -update noar tt set v0='ASACW0Z0UVVUH6CQJ2ZS3F9ORVG0Z' where id=6; -update noar ti set v0='ASACW0Z0UVVUH6CQJ2ZS3F9ORVG0Z' where id=6; -update noar tt set b0='23HG3VOO99BEW2S3C65S8WTRO7FV3AGT' where id=6; -update noar ti set b0='23HG3VOO99BEW2S3C65S8WTRO7FV3AGT' where id=6; -update noar tt set v0='P1NUMMGTINZQ1D4M5CO8GU' where id=6; -update noar ti set v0='P1NUMMGTINZQ1D4M5CO8GU' where id=6; -update noar tt set b1='C0ZE64AMXX222F8CMXB7FPC497G4L5' where id=6; -update noar ti set b1='C0ZE64AMXX222F8CMXB7FPC497G4L5' where id=6; -update noar tt set v0='T6EL2' where id=6; -update noar ti set v0='T6EL2' where id=6; -update noar tt set b2='9W8HCI1K71VQ4CJ9HCXZU8H1A' where id=6; -update noar ti set b2='9W8HCI1K71VQ4CJ9HCXZU8H1A' where id=6; -update noar tt set v0='W9LL4NP3MFHBO01MH2VYN5W5PR4P' where id=7; -update noar ti set v0='W9LL4NP3MFHBO01MH2VYN5W5PR4P' where id=7; -update noar tt set b0='OL2YROBHGOVWY' where id=7; -update noar ti set b0='OL2YROBHGOVWY' where id=7; -update noar tt set v0='GQMOZ4H09WV3MJ' where id=7; -update noar ti set v0='GQMOZ4H09WV3MJ' where id=7; -update noar tt set b1='U4PW0K0XRG8A9DOVKBR0T34RP1QWTHL' where id=7; -update noar ti set b1='U4PW0K0XRG8A9DOVKBR0T34RP1QWTHL' where id=7; -update noar tt set v0='LSYG2AW8' where id=7; -update noar ti set v0='LSYG2AW8' where id=7; -update noar tt set b2='J64ILDEI186574IIPWSN' where id=7; -update noar ti set b2='J64ILDEI186574IIPWSN' where id=7; -update noar tt set v0='UP995JT0UA760VU8CVU69YMQUA3RK85' where id=8; -update noar ti set v0='UP995JT0UA760VU8CVU69YMQUA3RK85' where id=8; -update noar tt set b0='00ZL4MB8LPEKI47IQCRY4PZ0J' where id=8; -update noar ti set b0='00ZL4MB8LPEKI47IQCRY4PZ0J' where id=8; -update noar tt set v0='90YRASU6UNNBG43FYHLKJJY' where id=8; -update noar ti set v0='90YRASU6UNNBG43FYHLKJJY' where id=8; -update noar tt set b1='55GLKAGYF1Y9UCS4' where id=8; -update noar ti set b1='55GLKAGYF1Y9UCS4' where id=8; -update noar tt set v0='K80' where id=8; -update noar ti set v0='K80' where id=8; -update noar tt set b2='C2BFRWRRAUVRW7RD' where id=8; -update noar ti set b2='C2BFRWRRAUVRW7RD' where id=8; -update noar tt set v0='5U3ZZ10VJ2D3GDU0DQP2Q7X5BHBE' where id=9; -update noar ti set v0='5U3ZZ10VJ2D3GDU0DQP2Q7X5BHBE' where id=9; -update noar tt set b0='LT2AZ2VG91XJLFJT2YJDUQ00I2CZ5W5' where id=9; -update noar ti set b0='LT2AZ2VG91XJLFJT2YJDUQ00I2CZ5W5' where id=9; -update noar tt set v0='4F62RVEULDMZH7D80L18AZ54BRL' where id=9; -update noar ti set v0='4F62RVEULDMZH7D80L18AZ54BRL' where id=9; -update noar tt set b1='9906C' where id=9; -update noar ti set b1='9906C' where id=9; -update noar tt set v0='AP1K8SG3P1315FSIE1SHQJ7' where id=9; -update noar ti set v0='AP1K8SG3P1315FSIE1SHQJ7' where id=9; -update noar tt set b2='LRTG' where id=9; -update noar ti set b2='LRTG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MY536V' where id=1; -update noar ti set v0='MY536V' where id=1; -update noar tt set b0='XQAOXVVXMXTHF0QBYFLLQMQBN52DJMVJ' where id=1; -update noar ti set b0='XQAOXVVXMXTHF0QBYFLLQMQBN52DJMVJ' where id=1; -update noar tt set v0='QDD84ZQMV3YO4UH5UJ0LOQNL' where id=1; -update noar ti set v0='QDD84ZQMV3YO4UH5UJ0LOQNL' where id=1; -update noar tt set b1='CN7UKL2EOKGVZ3' where id=1; -update noar ti set b1='CN7UKL2EOKGVZ3' where id=1; -update noar tt set v0='NRMTOG6H4WZBHK' where id=1; -update noar ti set v0='NRMTOG6H4WZBHK' where id=1; -update noar tt set b2='K9518GHCZKVKVHZXY16KGROOO5D' where id=1; -update noar ti set b2='K9518GHCZKVKVHZXY16KGROOO5D' where id=1; -update noar tt set v0='TQ9I4CV2BO7' where id=2; -update noar ti set v0='TQ9I4CV2BO7' where id=2; -update noar tt set b0='SEX6EIVX4C9F0' where id=2; -update noar ti set b0='SEX6EIVX4C9F0' where id=2; -update noar tt set v0='5T06JQ' where id=2; -update noar ti set v0='5T06JQ' where id=2; -update noar tt set b1='Z11OZ' where id=2; -update noar ti set b1='Z11OZ' where id=2; -update noar tt set v0='IJ805IE7TSYAL' where id=2; -update noar ti set v0='IJ805IE7TSYAL' where id=2; -update noar tt set b2='1O6TFXDUBS7YS385N96DCFWQ' where id=2; -update noar ti set b2='1O6TFXDUBS7YS385N96DCFWQ' where id=2; -update noar tt set v0='UCQK3OU3AF5IIEPXBCZGLA62YFOJ' where id=3; -update noar ti set v0='UCQK3OU3AF5IIEPXBCZGLA62YFOJ' where id=3; -update noar tt set b0='H9BW62UMJXU3NO1DSPYBM8X68' where id=3; -update noar ti set b0='H9BW62UMJXU3NO1DSPYBM8X68' where id=3; -update noar tt set v0='QHPRE2OQGPDQSSQLHE8Z34SWKIH9G' where id=3; -update noar ti set v0='QHPRE2OQGPDQSSQLHE8Z34SWKIH9G' where id=3; -update noar tt set b1='LB0RO' where id=3; -update noar ti set b1='LB0RO' where id=3; -update noar tt set v0='TW44BF90VR0WCBE1J0JOXKH2W9E' where id=3; -update noar ti set v0='TW44BF90VR0WCBE1J0JOXKH2W9E' where id=3; -update noar tt set b2='WXGUET' where id=3; -update noar ti set b2='WXGUET' where id=3; -update noar tt set v0='XASQQH6' where id=4; -update noar ti set v0='XASQQH6' where id=4; -update noar tt set b0='Y' where id=4; -update noar ti set b0='Y' where id=4; -update noar tt set v0='KYTV4S9YGW7IH0YSE5MPHJF72' where id=4; -update noar ti set v0='KYTV4S9YGW7IH0YSE5MPHJF72' where id=4; -update noar tt set b1='DOKMBRIXB9MV3EH91C4HG' where id=4; -update noar ti set b1='DOKMBRIXB9MV3EH91C4HG' where id=4; -update noar tt set v0='SPYUWU2ZHQ07FEQMK' where id=4; -update noar ti set v0='SPYUWU2ZHQ07FEQMK' where id=4; -update noar tt set b2='IH5ISXX3VSMBCGYYTILYHOAAMBU' where id=4; -update noar ti set b2='IH5ISXX3VSMBCGYYTILYHOAAMBU' where id=4; -update noar tt set v0='J4' where id=5; -update noar ti set v0='J4' where id=5; -update noar tt set b0='EIX3' where id=5; -update noar ti set b0='EIX3' where id=5; -update noar tt set v0='J2' where id=5; -update noar ti set v0='J2' where id=5; -update noar tt set b1='FG0E1' where id=5; -update noar ti set b1='FG0E1' where id=5; -update noar tt set v0='XTNT961RTWDJ32T0X7' where id=5; -update noar ti set v0='XTNT961RTWDJ32T0X7' where id=5; -update noar tt set b2='VXCTXR7XMSY' where id=5; -update noar ti set b2='VXCTXR7XMSY' where id=5; -update noar tt set v0='HL9AB5FDWTZC0KG8Q54J8BNY0PI7K' where id=6; -update noar ti set v0='HL9AB5FDWTZC0KG8Q54J8BNY0PI7K' where id=6; -update noar tt set b0='0EPNIQOMICMFJBDCVURVLESQUWYEHK9O' where id=6; -update noar ti set b0='0EPNIQOMICMFJBDCVURVLESQUWYEHK9O' where id=6; -update noar tt set v0='HADYSO2P237N8NR821EOX7' where id=6; -update noar ti set v0='HADYSO2P237N8NR821EOX7' where id=6; -update noar tt set b1='AT3PUFU92JYRZSAF9RRX7H365K' where id=6; -update noar ti set b1='AT3PUFU92JYRZSAF9RRX7H365K' where id=6; -update noar tt set v0='3BHHRAI89K17ID4FQO4P2NMF7' where id=6; -update noar ti set v0='3BHHRAI89K17ID4FQO4P2NMF7' where id=6; -update noar tt set b2='SA9P560TS' where id=6; -update noar ti set b2='SA9P560TS' where id=6; -update noar tt set v0='YYDOY5LRUMJYTZW1DTVN0BXZ' where id=7; -update noar ti set v0='YYDOY5LRUMJYTZW1DTVN0BXZ' where id=7; -update noar tt set b0='HFFJ3U' where id=7; -update noar ti set b0='HFFJ3U' where id=7; -update noar tt set v0='BRC5QUDL6NJNKFOWJ4XW9ST5' where id=7; -update noar ti set v0='BRC5QUDL6NJNKFOWJ4XW9ST5' where id=7; -update noar tt set b1='BQXYLD31N617' where id=7; -update noar ti set b1='BQXYLD31N617' where id=7; -update noar tt set v0='V27M4X71O4PMPA46F8REVC553R' where id=7; -update noar ti set v0='V27M4X71O4PMPA46F8REVC553R' where id=7; -update noar tt set b2='2BK' where id=7; -update noar ti set b2='2BK' where id=7; -update noar tt set v0='IX' where id=8; -update noar ti set v0='IX' where id=8; -update noar tt set b0='HNHW' where id=8; -update noar ti set b0='HNHW' where id=8; -update noar tt set v0='9UN8DNWIYR5P7R0' where id=8; -update noar ti set v0='9UN8DNWIYR5P7R0' where id=8; -update noar tt set b1='LYL' where id=8; -update noar ti set b1='LYL' where id=8; -update noar tt set v0='RCVMRAS41NP63HZNGNS1TZOOUMRYG0' where id=8; -update noar ti set v0='RCVMRAS41NP63HZNGNS1TZOOUMRYG0' where id=8; -update noar tt set b2='IIEYS30P0VSFAIII7S8JWV8EIC7FW6' where id=8; -update noar ti set b2='IIEYS30P0VSFAIII7S8JWV8EIC7FW6' where id=8; -update noar tt set v0='NP3MYIX6KYGRVPG0TIH7YX4MXJI59' where id=9; -update noar ti set v0='NP3MYIX6KYGRVPG0TIH7YX4MXJI59' where id=9; -update noar tt set b0='W23EIGBK' where id=9; -update noar ti set b0='W23EIGBK' where id=9; -update noar tt set v0='9M' where id=9; -update noar ti set v0='9M' where id=9; -update noar tt set b1='LFLWK5KQ3NMAFHHO4YDEXSMAXLZJ4ADW' where id=9; -update noar ti set b1='LFLWK5KQ3NMAFHHO4YDEXSMAXLZJ4ADW' where id=9; -update noar tt set v0='OMD4L0EBGB25S86VEKD8A09HFNI6MD' where id=9; -update noar ti set v0='OMD4L0EBGB25S86VEKD8A09HFNI6MD' where id=9; -update noar tt set b2='2TSGHR55W5TB8WBF0HEQEGOHC0DBZO20' where id=9; -update noar ti set b2='2TSGHR55W5TB8WBF0HEQEGOHC0DBZO20' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IRV5CW5YBR' where id=1; -update noar ti set v0='IRV5CW5YBR' where id=1; -update noar tt set b0='XVSQJ' where id=1; -update noar ti set b0='XVSQJ' where id=1; -update noar tt set v0='Z1LYOC5JTUF3SPKEL' where id=1; -update noar ti set v0='Z1LYOC5JTUF3SPKEL' where id=1; -update noar tt set b1='EZVPDSJ979XMSMAO' where id=1; -update noar ti set b1='EZVPDSJ979XMSMAO' where id=1; -update noar tt set v0='BN1SJ' where id=1; -update noar ti set v0='BN1SJ' where id=1; -update noar tt set b2='KTC68LPMFS0' where id=1; -update noar ti set b2='KTC68LPMFS0' where id=1; -update noar tt set v0='71P3GWXEQKCD918IIV' where id=2; -update noar ti set v0='71P3GWXEQKCD918IIV' where id=2; -update noar tt set b0='LE9GFFDW0Z4H81352W5E9ISJB3KGKYTP' where id=2; -update noar ti set b0='LE9GFFDW0Z4H81352W5E9ISJB3KGKYTP' where id=2; -update noar tt set v0='Y8NU1CW6KLH6EY7' where id=2; -update noar ti set v0='Y8NU1CW6KLH6EY7' where id=2; -update noar tt set b1='932ZZW83D24GDQS13S' where id=2; -update noar ti set b1='932ZZW83D24GDQS13S' where id=2; -update noar tt set v0='VL675IMIE9LBRG9SJSJ1VSMG' where id=2; -update noar ti set v0='VL675IMIE9LBRG9SJSJ1VSMG' where id=2; -update noar tt set b2='34L9GGYG900581VF' where id=2; -update noar ti set b2='34L9GGYG900581VF' where id=2; -update noar tt set v0='J4946MQM1HZ7453N75BER0867IE4L' where id=3; -update noar ti set v0='J4946MQM1HZ7453N75BER0867IE4L' where id=3; -update noar tt set b0='O8UXHUVTNTD' where id=3; -update noar ti set b0='O8UXHUVTNTD' where id=3; -update noar tt set v0='DOH8' where id=3; -update noar ti set v0='DOH8' where id=3; -update noar tt set b1='KNKTAGHKP2RIN0X7WLE7KO9W' where id=3; -update noar ti set b1='KNKTAGHKP2RIN0X7WLE7KO9W' where id=3; -update noar tt set v0='FZM1JRRQ9B1FZLQBOI149AG' where id=3; -update noar ti set v0='FZM1JRRQ9B1FZLQBOI149AG' where id=3; -update noar tt set b2='4GMCG7OFL2FI9GB1BC1ONAM9' where id=3; -update noar ti set b2='4GMCG7OFL2FI9GB1BC1ONAM9' where id=3; -update noar tt set v0='PC2LW9SMOYE0' where id=4; -update noar ti set v0='PC2LW9SMOYE0' where id=4; -update noar tt set b0='DWID8FBCFAJRIVK6FOIQ2NAI4FI6RQE' where id=4; -update noar ti set b0='DWID8FBCFAJRIVK6FOIQ2NAI4FI6RQE' where id=4; -update noar tt set v0='4FG' where id=4; -update noar ti set v0='4FG' where id=4; -update noar tt set b1='DH3HL4ONMAJX' where id=4; -update noar ti set b1='DH3HL4ONMAJX' where id=4; -update noar tt set v0='WSDZ403' where id=4; -update noar ti set v0='WSDZ403' where id=4; -update noar tt set b2='T43AP9568KY3FQ8G0X36PF5RBIXM1Q' where id=4; -update noar ti set b2='T43AP9568KY3FQ8G0X36PF5RBIXM1Q' where id=4; -update noar tt set v0='P9QRJ5701B4D30VXF9W0WLG5P3OIIO02' where id=5; -update noar ti set v0='P9QRJ5701B4D30VXF9W0WLG5P3OIIO02' where id=5; -update noar tt set b0='OH5GQFHRM8Y7JPSAQQ' where id=5; -update noar ti set b0='OH5GQFHRM8Y7JPSAQQ' where id=5; -update noar tt set v0='F0ZSA5RB44XCL8KW368FKKQL0ZM2' where id=5; -update noar ti set v0='F0ZSA5RB44XCL8KW368FKKQL0ZM2' where id=5; -update noar tt set b1='1MYBRNTIDMYCWK8SELNPX7XJSN0K2T3' where id=5; -update noar ti set b1='1MYBRNTIDMYCWK8SELNPX7XJSN0K2T3' where id=5; -update noar tt set v0='KCLUN9ODJSDJULWYVLEA' where id=5; -update noar ti set v0='KCLUN9ODJSDJULWYVLEA' where id=5; -update noar tt set b2='FSMJM9AFL3QFXGP6YQHIHVMEZ6LI' where id=5; -update noar ti set b2='FSMJM9AFL3QFXGP6YQHIHVMEZ6LI' where id=5; -update noar tt set v0='QMJ3MHMYT9OY4CWYTB8I' where id=6; -update noar ti set v0='QMJ3MHMYT9OY4CWYTB8I' where id=6; -update noar tt set b0='CA1NN9R3EG2BQHPIA' where id=6; -update noar ti set b0='CA1NN9R3EG2BQHPIA' where id=6; -update noar tt set v0='M9CEK4R2IQ5CC6QCC2UP6CBZZK9OSEH' where id=6; -update noar ti set v0='M9CEK4R2IQ5CC6QCC2UP6CBZZK9OSEH' where id=6; -update noar tt set b1='LO61' where id=6; -update noar ti set b1='LO61' where id=6; -update noar tt set v0='VMGKHFCXMOCD0YGYG6RYNF' where id=6; -update noar ti set v0='VMGKHFCXMOCD0YGYG6RYNF' where id=6; -update noar tt set b2='9ZX80L1XM4CAYL0SJJI' where id=6; -update noar ti set b2='9ZX80L1XM4CAYL0SJJI' where id=6; -update noar tt set v0='B9LK2JKCVFZYA' where id=7; -update noar ti set v0='B9LK2JKCVFZYA' where id=7; -update noar tt set b0='ISO8IMFU5PYYHSYQ1LY6MQ6Y' where id=7; -update noar ti set b0='ISO8IMFU5PYYHSYQ1LY6MQ6Y' where id=7; -update noar tt set v0='DOIZXF7D' where id=7; -update noar ti set v0='DOIZXF7D' where id=7; -update noar tt set b1='ZG9X21TM07G9O1YYNAW' where id=7; -update noar ti set b1='ZG9X21TM07G9O1YYNAW' where id=7; -update noar tt set v0='KYR3INXS16NLC99XK7IODNBL' where id=7; -update noar ti set v0='KYR3INXS16NLC99XK7IODNBL' where id=7; -update noar tt set b2='TKOZMA0ZSK7IS1W7DFVZZ72' where id=7; -update noar ti set b2='TKOZMA0ZSK7IS1W7DFVZZ72' where id=7; -update noar tt set v0='NJX' where id=8; -update noar ti set v0='NJX' where id=8; -update noar tt set b0='472' where id=8; -update noar ti set b0='472' where id=8; -update noar tt set v0='401I8DPN0WPVS' where id=8; -update noar ti set v0='401I8DPN0WPVS' where id=8; -update noar tt set b1='1OEM4Z4Q7U4BRQJ56ZX38D6YVE' where id=8; -update noar ti set b1='1OEM4Z4Q7U4BRQJ56ZX38D6YVE' where id=8; -update noar tt set v0='6F6VM1ODPTHEQC861QN2APT3Z4JU0' where id=8; -update noar ti set v0='6F6VM1ODPTHEQC861QN2APT3Z4JU0' where id=8; -update noar tt set b2='BHK220T0ML55B0KVAAVVSTV7EXGYSOY' where id=8; -update noar ti set b2='BHK220T0ML55B0KVAAVVSTV7EXGYSOY' where id=8; -update noar tt set v0='Q97QHWA1Q' where id=9; -update noar ti set v0='Q97QHWA1Q' where id=9; -update noar tt set b0='8LM2W1' where id=9; -update noar ti set b0='8LM2W1' where id=9; -update noar tt set v0='WIZWGFDIWV' where id=9; -update noar ti set v0='WIZWGFDIWV' where id=9; -update noar tt set b1='4LIFZ7YDW17HONV5YLMNQR8T7HI' where id=9; -update noar ti set b1='4LIFZ7YDW17HONV5YLMNQR8T7HI' where id=9; -update noar tt set v0='WCNMCPSQKTHNEAY6UOMLNMJEA63LO' where id=9; -update noar ti set v0='WCNMCPSQKTHNEAY6UOMLNMJEA63LO' where id=9; -update noar tt set b2='9PCXMC44LON4AQTZMWKRXO931BLFTM' where id=9; -update noar ti set b2='9PCXMC44LON4AQTZMWKRXO931BLFTM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N5KJMZ1KDS4OJJX71QUYNWYU19HH' where id=1; -update noar ti set v0='N5KJMZ1KDS4OJJX71QUYNWYU19HH' where id=1; -update noar tt set b0='ERIADJNWSBR' where id=1; -update noar ti set b0='ERIADJNWSBR' where id=1; -update noar tt set v0='ORD4TEHMBZD6VWB9ZUPM83' where id=1; -update noar ti set v0='ORD4TEHMBZD6VWB9ZUPM83' where id=1; -update noar tt set b1='CR4QHT2FNSS23' where id=1; -update noar ti set b1='CR4QHT2FNSS23' where id=1; -update noar tt set v0='WP' where id=1; -update noar ti set v0='WP' where id=1; -update noar tt set b2='JCHFLPB1VBB27B' where id=1; -update noar ti set b2='JCHFLPB1VBB27B' where id=1; -update noar tt set v0='A3G' where id=2; -update noar ti set v0='A3G' where id=2; -update noar tt set b0='Z8NQFOH7D6K' where id=2; -update noar ti set b0='Z8NQFOH7D6K' where id=2; -update noar tt set v0='KS72XRPIRXJDEND59O463JY' where id=2; -update noar ti set v0='KS72XRPIRXJDEND59O463JY' where id=2; -update noar tt set b1='KHACXVRCJE5HRB6N5P9ZQ2JTTYHZ8Q9' where id=2; -update noar ti set b1='KHACXVRCJE5HRB6N5P9ZQ2JTTYHZ8Q9' where id=2; -update noar tt set v0='81FGKA05Y7D31P13H' where id=2; -update noar ti set v0='81FGKA05Y7D31P13H' where id=2; -update noar tt set b2='2PZKYZF4MSHAPDPBU3' where id=2; -update noar ti set b2='2PZKYZF4MSHAPDPBU3' where id=2; -update noar tt set v0='F6PA8' where id=3; -update noar ti set v0='F6PA8' where id=3; -update noar tt set b0='GH4J94IV' where id=3; -update noar ti set b0='GH4J94IV' where id=3; -update noar tt set v0='EDU3VNBQSG9CRMDM8S0A1WQYMYJCWII' where id=3; -update noar ti set v0='EDU3VNBQSG9CRMDM8S0A1WQYMYJCWII' where id=3; -update noar tt set b1='1I6S9B' where id=3; -update noar ti set b1='1I6S9B' where id=3; -update noar tt set v0='7Y6NRB96JB97' where id=3; -update noar ti set v0='7Y6NRB96JB97' where id=3; -update noar tt set b2='B33LA4YBDIJ7MOACCDW1Z' where id=3; -update noar ti set b2='B33LA4YBDIJ7MOACCDW1Z' where id=3; -update noar tt set v0='5SL2JK24Z' where id=4; -update noar ti set v0='5SL2JK24Z' where id=4; -update noar tt set b0='JSNCEDBH3P0FO3K4LF1PWG07HR33O' where id=4; -update noar ti set b0='JSNCEDBH3P0FO3K4LF1PWG07HR33O' where id=4; -update noar tt set v0='FTGZ620E59NGNVA1' where id=4; -update noar ti set v0='FTGZ620E59NGNVA1' where id=4; -update noar tt set b1='8E5JR8KU95HZC73IMJSP09HQZ' where id=4; -update noar ti set b1='8E5JR8KU95HZC73IMJSP09HQZ' where id=4; -update noar tt set v0='NAOODGFOOQ8IPIPSDEF2GPGN11U' where id=4; -update noar ti set v0='NAOODGFOOQ8IPIPSDEF2GPGN11U' where id=4; -update noar tt set b2='RY8' where id=4; -update noar ti set b2='RY8' where id=4; -update noar tt set v0='AZ1VPEZU3Z2T5JQIX4Q9DVGFBZEQI21N' where id=5; -update noar ti set v0='AZ1VPEZU3Z2T5JQIX4Q9DVGFBZEQI21N' where id=5; -update noar tt set b0='2BWV68W' where id=5; -update noar ti set b0='2BWV68W' where id=5; -update noar tt set v0='DBC76KL8TMHZV1GVPQ' where id=5; -update noar ti set v0='DBC76KL8TMHZV1GVPQ' where id=5; -update noar tt set b1='HGBHO0BDZ68C88XA03MPAQY9X' where id=5; -update noar ti set b1='HGBHO0BDZ68C88XA03MPAQY9X' where id=5; -update noar tt set v0='R8DBA8L' where id=5; -update noar ti set v0='R8DBA8L' where id=5; -update noar tt set b2='31A4I' where id=5; -update noar ti set b2='31A4I' where id=5; -update noar tt set v0='WA636V15B9GDCI1ITU2G7' where id=6; -update noar ti set v0='WA636V15B9GDCI1ITU2G7' where id=6; -update noar tt set b0='T0F9Y2OK7LSGSJSQWAR' where id=6; -update noar ti set b0='T0F9Y2OK7LSGSJSQWAR' where id=6; -update noar tt set v0='DL9C99TBK48600UA' where id=6; -update noar ti set v0='DL9C99TBK48600UA' where id=6; -update noar tt set b1='VSPXKBDP4LRLNWBX' where id=6; -update noar ti set b1='VSPXKBDP4LRLNWBX' where id=6; -update noar tt set v0='XC6BG2Z82OR1Q2C71CBVNXVIXTUVGDH' where id=6; -update noar ti set v0='XC6BG2Z82OR1Q2C71CBVNXVIXTUVGDH' where id=6; -update noar tt set b2='99PV51V6SRK8LPLFZ4S5V88RE2SC' where id=6; -update noar ti set b2='99PV51V6SRK8LPLFZ4S5V88RE2SC' where id=6; -update noar tt set v0='MJJH0NSVS8ZAN3MB3MG9S8P5KZOMQ' where id=7; -update noar ti set v0='MJJH0NSVS8ZAN3MB3MG9S8P5KZOMQ' where id=7; -update noar tt set b0='HO0CC' where id=7; -update noar ti set b0='HO0CC' where id=7; -update noar tt set v0='5611U' where id=7; -update noar ti set v0='5611U' where id=7; -update noar tt set b1='O' where id=7; -update noar ti set b1='O' where id=7; -update noar tt set v0='17YU2' where id=7; -update noar ti set v0='17YU2' where id=7; -update noar tt set b2='WA4' where id=7; -update noar ti set b2='WA4' where id=7; -update noar tt set v0='402ZOE20KD0GOYHOMNQ' where id=8; -update noar ti set v0='402ZOE20KD0GOYHOMNQ' where id=8; -update noar tt set b0='AKQTYVEO3O51208L74FY1GEMGK6QRA' where id=8; -update noar ti set b0='AKQTYVEO3O51208L74FY1GEMGK6QRA' where id=8; -update noar tt set v0='EHJAQJ' where id=8; -update noar ti set v0='EHJAQJ' where id=8; -update noar tt set b1='WSN7JX9S5SNAX05' where id=8; -update noar ti set b1='WSN7JX9S5SNAX05' where id=8; -update noar tt set v0='KD3C1TUP1481SXP1JNR' where id=8; -update noar ti set v0='KD3C1TUP1481SXP1JNR' where id=8; -update noar tt set b2='5TK1C32O1A' where id=8; -update noar ti set b2='5TK1C32O1A' where id=8; -update noar tt set v0='BQOUTX5LM5OU6JBBMNDFTGS7XY6ZHVEV' where id=9; -update noar ti set v0='BQOUTX5LM5OU6JBBMNDFTGS7XY6ZHVEV' where id=9; -update noar tt set b0='SH' where id=9; -update noar ti set b0='SH' where id=9; -update noar tt set v0='D2V98LQTQD0DWC4C' where id=9; -update noar ti set v0='D2V98LQTQD0DWC4C' where id=9; -update noar tt set b1='FSZ3HRXXNZQ6XY1U4LW7DGKM' where id=9; -update noar ti set b1='FSZ3HRXXNZQ6XY1U4LW7DGKM' where id=9; -update noar tt set v0='8NM652E0VAO4H6FV23IHDKTWY' where id=9; -update noar ti set v0='8NM652E0VAO4H6FV23IHDKTWY' where id=9; -update noar tt set b2='3OC5BFRUE0W1EG0U0N5BCNHG49102N63' where id=9; -update noar ti set b2='3OC5BFRUE0W1EG0U0N5BCNHG49102N63' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SW2PV7VHXKWNJ23MNV5IX4YGGDY86Z' where id=1; -update noar ti set v0='SW2PV7VHXKWNJ23MNV5IX4YGGDY86Z' where id=1; -update noar tt set b0='F8H2' where id=1; -update noar ti set b0='F8H2' where id=1; -update noar tt set v0='17H7X' where id=1; -update noar ti set v0='17H7X' where id=1; -update noar tt set b1='EZOUM34' where id=1; -update noar ti set b1='EZOUM34' where id=1; -update noar tt set v0='AC10Y6VLZ6JN70CRMC1HY2ZHTGB491' where id=1; -update noar ti set v0='AC10Y6VLZ6JN70CRMC1HY2ZHTGB491' where id=1; -update noar tt set b2='NHAXZIMNOJ0U0SNF' where id=1; -update noar ti set b2='NHAXZIMNOJ0U0SNF' where id=1; -update noar tt set v0='B0KZHQGF6CYR03RY1' where id=2; -update noar ti set v0='B0KZHQGF6CYR03RY1' where id=2; -update noar tt set b0='BL797J4RQ9452NIS1LF' where id=2; -update noar ti set b0='BL797J4RQ9452NIS1LF' where id=2; -update noar tt set v0='YPBYOXK63Y9UG1ITKTRLIJL' where id=2; -update noar ti set v0='YPBYOXK63Y9UG1ITKTRLIJL' where id=2; -update noar tt set b1='4OWQBA84VV' where id=2; -update noar ti set b1='4OWQBA84VV' where id=2; -update noar tt set v0='M3QOBSZY9B9GOKJ' where id=2; -update noar ti set v0='M3QOBSZY9B9GOKJ' where id=2; -update noar tt set b2='LE9462VD99GUBWG03177F' where id=2; -update noar ti set b2='LE9462VD99GUBWG03177F' where id=2; -update noar tt set v0='WIJC872X7EQJY9B7502OKDI' where id=3; -update noar ti set v0='WIJC872X7EQJY9B7502OKDI' where id=3; -update noar tt set b0='6CHA0I7H36CQIQFBGEOR9M76' where id=3; -update noar ti set b0='6CHA0I7H36CQIQFBGEOR9M76' where id=3; -update noar tt set v0='RV94JD6BIAGURU9HE1KO5HY9' where id=3; -update noar ti set v0='RV94JD6BIAGURU9HE1KO5HY9' where id=3; -update noar tt set b1='E13OL5JNLHVRLYXT7V28ZZNHMSJ7' where id=3; -update noar ti set b1='E13OL5JNLHVRLYXT7V28ZZNHMSJ7' where id=3; -update noar tt set v0='DEDP674JVTGL' where id=3; -update noar ti set v0='DEDP674JVTGL' where id=3; -update noar tt set b2='OWXM3KD' where id=3; -update noar ti set b2='OWXM3KD' where id=3; -update noar tt set v0='IHH2ZNP2XT' where id=4; -update noar ti set v0='IHH2ZNP2XT' where id=4; -update noar tt set b0='BQMMFEFAS8AQ' where id=4; -update noar ti set b0='BQMMFEFAS8AQ' where id=4; -update noar tt set v0='0UB1YYL5SJALUI' where id=4; -update noar ti set v0='0UB1YYL5SJALUI' where id=4; -update noar tt set b1='ZNL7NF3V1BX10YGQ3ADPIDE2I4A3O' where id=4; -update noar ti set b1='ZNL7NF3V1BX10YGQ3ADPIDE2I4A3O' where id=4; -update noar tt set v0='WYRXJ25ESZOQ5CUDS1LX' where id=4; -update noar ti set v0='WYRXJ25ESZOQ5CUDS1LX' where id=4; -update noar tt set b2='5ID2J1FTROF2BBYHO9P0M34' where id=4; -update noar ti set b2='5ID2J1FTROF2BBYHO9P0M34' where id=4; -update noar tt set v0='B' where id=5; -update noar ti set v0='B' where id=5; -update noar tt set b0='7V08' where id=5; -update noar ti set b0='7V08' where id=5; -update noar tt set v0='IUU93QFVD2V3IFG' where id=5; -update noar ti set v0='IUU93QFVD2V3IFG' where id=5; -update noar tt set b1='PI4MJIM991QXVXGHXYXNQTTPXSUGUMH' where id=5; -update noar ti set b1='PI4MJIM991QXVXGHXYXNQTTPXSUGUMH' where id=5; -update noar tt set v0='QJUMN7YWH8MRUHNQ39K7U7G0G7ZS' where id=5; -update noar ti set v0='QJUMN7YWH8MRUHNQ39K7U7G0G7ZS' where id=5; -update noar tt set b2='5CBIQ1H9XNHU' where id=5; -update noar ti set b2='5CBIQ1H9XNHU' where id=5; -update noar tt set v0='8XSK4CG' where id=6; -update noar ti set v0='8XSK4CG' where id=6; -update noar tt set b0='QJRXEQPBIAJEFCEAIVFK63DZCIB6Q' where id=6; -update noar ti set b0='QJRXEQPBIAJEFCEAIVFK63DZCIB6Q' where id=6; -update noar tt set v0='4SI2HE185PFQ9F832CUSS064BVFIH9VN' where id=6; -update noar ti set v0='4SI2HE185PFQ9F832CUSS064BVFIH9VN' where id=6; -update noar tt set b1='RIG8HQV1OCET8XRFGOTX8K' where id=6; -update noar ti set b1='RIG8HQV1OCET8XRFGOTX8K' where id=6; -update noar tt set v0='PPZJ1SVAFD45VGRA6T1GTZN6WQ3' where id=6; -update noar ti set v0='PPZJ1SVAFD45VGRA6T1GTZN6WQ3' where id=6; -update noar tt set b2='VORIRPQL6YTQU3' where id=6; -update noar ti set b2='VORIRPQL6YTQU3' where id=6; -update noar tt set v0='4L' where id=7; -update noar ti set v0='4L' where id=7; -update noar tt set b0='1D' where id=7; -update noar ti set b0='1D' where id=7; -update noar tt set v0='X68J2K7YHY44O8KP' where id=7; -update noar ti set v0='X68J2K7YHY44O8KP' where id=7; -update noar tt set b1='B1TFG4RH04TMLGINF6MN7V21PCE' where id=7; -update noar ti set b1='B1TFG4RH04TMLGINF6MN7V21PCE' where id=7; -update noar tt set v0='DAK2H2CANSHHZF' where id=7; -update noar ti set v0='DAK2H2CANSHHZF' where id=7; -update noar tt set b2='MRRWI' where id=7; -update noar ti set b2='MRRWI' where id=7; -update noar tt set v0='47029PLPUXTMO3' where id=8; -update noar ti set v0='47029PLPUXTMO3' where id=8; -update noar tt set b0='PU8RWT88B49Y7JS2MJGN3ZP8IF8ZP' where id=8; -update noar ti set b0='PU8RWT88B49Y7JS2MJGN3ZP8IF8ZP' where id=8; -update noar tt set v0='YLUZAQ3K5187UVSJ2DRNGQHIG09' where id=8; -update noar ti set v0='YLUZAQ3K5187UVSJ2DRNGQHIG09' where id=8; -update noar tt set b1='213NHTTL3XU5CEALLCL9ASL6ZRD' where id=8; -update noar ti set b1='213NHTTL3XU5CEALLCL9ASL6ZRD' where id=8; -update noar tt set v0='1JUWQCLVPCFZ3NWIOL6HFEGDTHAFMJZY' where id=8; -update noar ti set v0='1JUWQCLVPCFZ3NWIOL6HFEGDTHAFMJZY' where id=8; -update noar tt set b2='WVQFOJ2M' where id=8; -update noar ti set b2='WVQFOJ2M' where id=8; -update noar tt set v0='QVB7ZL6KW39JAUAVVIEW' where id=9; -update noar ti set v0='QVB7ZL6KW39JAUAVVIEW' where id=9; -update noar tt set b0='NZC789TBRYH9UEARWEEW29JDB' where id=9; -update noar ti set b0='NZC789TBRYH9UEARWEEW29JDB' where id=9; -update noar tt set v0='V' where id=9; -update noar ti set v0='V' where id=9; -update noar tt set b1='VLNMWZEIS8N' where id=9; -update noar ti set b1='VLNMWZEIS8N' where id=9; -update noar tt set v0='UBRT' where id=9; -update noar ti set v0='UBRT' where id=9; -update noar tt set b2='2KS' where id=9; -update noar ti set b2='2KS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6D' where id=1; -update noar ti set v0='6D' where id=1; -update noar tt set b0='CZJP6U7EQG1VS0M' where id=1; -update noar ti set b0='CZJP6U7EQG1VS0M' where id=1; -update noar tt set v0='TE0M8ZPFM5N1ECJ16V' where id=1; -update noar ti set v0='TE0M8ZPFM5N1ECJ16V' where id=1; -update noar tt set b1='IR3QPVQITLAQZKNP4EURIO9VDD' where id=1; -update noar ti set b1='IR3QPVQITLAQZKNP4EURIO9VDD' where id=1; -update noar tt set v0='XICTDK24N8LCJEKUSV0I9A31FZK' where id=1; -update noar ti set v0='XICTDK24N8LCJEKUSV0I9A31FZK' where id=1; -update noar tt set b2='87XEHIEXPU1ZRXXZ8A1SUON0J6FFE5Z' where id=1; -update noar ti set b2='87XEHIEXPU1ZRXXZ8A1SUON0J6FFE5Z' where id=1; -update noar tt set v0='TSKU5P3DH09' where id=2; -update noar ti set v0='TSKU5P3DH09' where id=2; -update noar tt set b0='8WAKINKY' where id=2; -update noar ti set b0='8WAKINKY' where id=2; -update noar tt set v0='GHAVEO37WC2DVU457H8' where id=2; -update noar ti set v0='GHAVEO37WC2DVU457H8' where id=2; -update noar tt set b1='KZIEEZK6O10DLXXM3VT34OZ740EF54ZS' where id=2; -update noar ti set b1='KZIEEZK6O10DLXXM3VT34OZ740EF54ZS' where id=2; -update noar tt set v0='0X5GW' where id=2; -update noar ti set v0='0X5GW' where id=2; -update noar tt set b2='T1FIJ98O85PRWJKKU81BTM' where id=2; -update noar ti set b2='T1FIJ98O85PRWJKKU81BTM' where id=2; -update noar tt set v0='PT8THOOEEYT' where id=3; -update noar ti set v0='PT8THOOEEYT' where id=3; -update noar tt set b0='0U985NFT6MZ7EQ8BGEIAD' where id=3; -update noar ti set b0='0U985NFT6MZ7EQ8BGEIAD' where id=3; -update noar tt set v0='MZ' where id=3; -update noar ti set v0='MZ' where id=3; -update noar tt set b1='FQI0VEJ' where id=3; -update noar ti set b1='FQI0VEJ' where id=3; -update noar tt set v0='AN4YWWXOUIH7SBVK5XCRRZFG055D611Z' where id=3; -update noar ti set v0='AN4YWWXOUIH7SBVK5XCRRZFG055D611Z' where id=3; -update noar tt set b2='5U' where id=3; -update noar ti set b2='5U' where id=3; -update noar tt set v0='8I' where id=4; -update noar ti set v0='8I' where id=4; -update noar tt set b0='KM8NE8283ULA6DSASU5P4RFX8H6L9V' where id=4; -update noar ti set b0='KM8NE8283ULA6DSASU5P4RFX8H6L9V' where id=4; -update noar tt set v0='ERIS9HADIZWSBCBTSQZOEXQFKI' where id=4; -update noar ti set v0='ERIS9HADIZWSBCBTSQZOEXQFKI' where id=4; -update noar tt set b1='2SZJWI94RJLNS' where id=4; -update noar ti set b1='2SZJWI94RJLNS' where id=4; -update noar tt set v0='USWCFOEDAHHR' where id=4; -update noar ti set v0='USWCFOEDAHHR' where id=4; -update noar tt set b2='PPF3GR12GMF6OJDPGI8E0PPYKZCQ' where id=4; -update noar ti set b2='PPF3GR12GMF6OJDPGI8E0PPYKZCQ' where id=4; -update noar tt set v0='ROCN1XQKX1MBYHZXDUJSSB87UDEY8CR' where id=5; -update noar ti set v0='ROCN1XQKX1MBYHZXDUJSSB87UDEY8CR' where id=5; -update noar tt set b0='NV0GFI' where id=5; -update noar ti set b0='NV0GFI' where id=5; -update noar tt set v0='N8T87BRHF3Q3SQCR0W' where id=5; -update noar ti set v0='N8T87BRHF3Q3SQCR0W' where id=5; -update noar tt set b1='XXJBEY5Z3UMGHOR7X45K8M' where id=5; -update noar ti set b1='XXJBEY5Z3UMGHOR7X45K8M' where id=5; -update noar tt set v0='P98TEYUOP3W60HGNW7V1EC8' where id=5; -update noar ti set v0='P98TEYUOP3W60HGNW7V1EC8' where id=5; -update noar tt set b2='3IYH0F0KMJJKZ621RJAAC6ZLSV' where id=5; -update noar ti set b2='3IYH0F0KMJJKZ621RJAAC6ZLSV' where id=5; -update noar tt set v0='GAAK6QY2S14UAR' where id=6; -update noar ti set v0='GAAK6QY2S14UAR' where id=6; -update noar tt set b0='RMH4M0WQ330UF' where id=6; -update noar ti set b0='RMH4M0WQ330UF' where id=6; -update noar tt set v0='3CA2NADO' where id=6; -update noar ti set v0='3CA2NADO' where id=6; -update noar tt set b1='6TDHSCS7K27JXY88C9P35JO' where id=6; -update noar ti set b1='6TDHSCS7K27JXY88C9P35JO' where id=6; -update noar tt set v0='JS9H6JEL4JUG9EO1YJ' where id=6; -update noar ti set v0='JS9H6JEL4JUG9EO1YJ' where id=6; -update noar tt set b2='7SPM' where id=6; -update noar ti set b2='7SPM' where id=6; -update noar tt set v0='15YPH9FN2MBHPI' where id=7; -update noar ti set v0='15YPH9FN2MBHPI' where id=7; -update noar tt set b0='FU32E5KY4H96Y96J45LMKL' where id=7; -update noar ti set b0='FU32E5KY4H96Y96J45LMKL' where id=7; -update noar tt set v0='UR4ZFQI36WJ' where id=7; -update noar ti set v0='UR4ZFQI36WJ' where id=7; -update noar tt set b1='MIWL503XT51Q1BZOS9JD45JGI2EEJQJ' where id=7; -update noar ti set b1='MIWL503XT51Q1BZOS9JD45JGI2EEJQJ' where id=7; -update noar tt set v0='H1VNR2' where id=7; -update noar ti set v0='H1VNR2' where id=7; -update noar tt set b2='EC' where id=7; -update noar ti set b2='EC' where id=7; -update noar tt set v0='ELEV9QVTWUGZAANIBJUVB6' where id=8; -update noar ti set v0='ELEV9QVTWUGZAANIBJUVB6' where id=8; -update noar tt set b0='1TYUDZGJTV1HFLIBSBNNJX5' where id=8; -update noar ti set b0='1TYUDZGJTV1HFLIBSBNNJX5' where id=8; -update noar tt set v0='PO1U6484WLGTWW' where id=8; -update noar ti set v0='PO1U6484WLGTWW' where id=8; -update noar tt set b1='MPEH9668VLH4Z70DYZ5ICFJUE7RJJM' where id=8; -update noar ti set b1='MPEH9668VLH4Z70DYZ5ICFJUE7RJJM' where id=8; -update noar tt set v0='Q2EBTHWBH9AVBYG27DNEV69' where id=8; -update noar ti set v0='Q2EBTHWBH9AVBYG27DNEV69' where id=8; -update noar tt set b2='BUE1Y8' where id=8; -update noar ti set b2='BUE1Y8' where id=8; -update noar tt set v0='8716G' where id=9; -update noar ti set v0='8716G' where id=9; -update noar tt set b0='7B25VLGCY765O8X8QK1GZ01WP' where id=9; -update noar ti set b0='7B25VLGCY765O8X8QK1GZ01WP' where id=9; -update noar tt set v0='J47OLD' where id=9; -update noar ti set v0='J47OLD' where id=9; -update noar tt set b1='CNC6F3YOZM0ZBJQXNYCN1SK6B' where id=9; -update noar ti set b1='CNC6F3YOZM0ZBJQXNYCN1SK6B' where id=9; -update noar tt set v0='OUPFB1GV82TGS0R' where id=9; -update noar ti set v0='OUPFB1GV82TGS0R' where id=9; -update noar tt set b2='5OV5SO869OHGPBH3EEU1STWA7223TWID' where id=9; -update noar ti set b2='5OV5SO869OHGPBH3EEU1STWA7223TWID' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BQIG0V48MQ' where id=1; -update noar ti set v0='BQIG0V48MQ' where id=1; -update noar tt set b0='U' where id=1; -update noar ti set b0='U' where id=1; -update noar tt set v0='KJ70PJMRUE9CG3QVAIWZCHCB94SNP' where id=1; -update noar ti set v0='KJ70PJMRUE9CG3QVAIWZCHCB94SNP' where id=1; -update noar tt set b1='7BVHTXKW0FGX5AH1QBZIRSB4H45CB8D' where id=1; -update noar ti set b1='7BVHTXKW0FGX5AH1QBZIRSB4H45CB8D' where id=1; -update noar tt set v0='UKZOK7WDUMP4CHYTGFA693ISOCQ5SJR' where id=1; -update noar ti set v0='UKZOK7WDUMP4CHYTGFA693ISOCQ5SJR' where id=1; -update noar tt set b2='LSVX4CP3AFZ1MJRPJ1M03345OBN7056S' where id=1; -update noar ti set b2='LSVX4CP3AFZ1MJRPJ1M03345OBN7056S' where id=1; -update noar tt set v0='IY22HYGFBU2J91G4RVA7L' where id=2; -update noar ti set v0='IY22HYGFBU2J91G4RVA7L' where id=2; -update noar tt set b0='96TX' where id=2; -update noar ti set b0='96TX' where id=2; -update noar tt set v0='6F26Y3SF30AORMCLT3P0QBW' where id=2; -update noar ti set v0='6F26Y3SF30AORMCLT3P0QBW' where id=2; -update noar tt set b1='37' where id=2; -update noar ti set b1='37' where id=2; -update noar tt set v0='GM1VUV4IE2Z8TSLDKPIC8O3LEE' where id=2; -update noar ti set v0='GM1VUV4IE2Z8TSLDKPIC8O3LEE' where id=2; -update noar tt set b2='7XTV' where id=2; -update noar ti set b2='7XTV' where id=2; -update noar tt set v0='2OJDOPU4W5U2QAAGQS' where id=3; -update noar ti set v0='2OJDOPU4W5U2QAAGQS' where id=3; -update noar tt set b0='STO31HDZ9' where id=3; -update noar ti set b0='STO31HDZ9' where id=3; -update noar tt set v0='BEV9C295UUTGU6JKSSXP0RTHFM' where id=3; -update noar ti set v0='BEV9C295UUTGU6JKSSXP0RTHFM' where id=3; -update noar tt set b1='3IS6GS' where id=3; -update noar ti set b1='3IS6GS' where id=3; -update noar tt set v0='KXMB3YLGU5Q08Q0K2GRKYX' where id=3; -update noar ti set v0='KXMB3YLGU5Q08Q0K2GRKYX' where id=3; -update noar tt set b2='26PKN10' where id=3; -update noar ti set b2='26PKN10' where id=3; -update noar tt set v0='D429CLUHMO8ZI4HY4NX0QM7BGV11' where id=4; -update noar ti set v0='D429CLUHMO8ZI4HY4NX0QM7BGV11' where id=4; -update noar tt set b0='QBDPZTZU3S3F' where id=4; -update noar ti set b0='QBDPZTZU3S3F' where id=4; -update noar tt set v0='J282VL9NUXXG4VA933TZQ' where id=4; -update noar ti set v0='J282VL9NUXXG4VA933TZQ' where id=4; -update noar tt set b1='MBFGCOZQJGZX2L7E2MEOOR6VZVNJW' where id=4; -update noar ti set b1='MBFGCOZQJGZX2L7E2MEOOR6VZVNJW' where id=4; -update noar tt set v0='ZWXY974S38FMBFV' where id=4; -update noar ti set v0='ZWXY974S38FMBFV' where id=4; -update noar tt set b2='XHU6OPXEQ080X266J04A0KH' where id=4; -update noar ti set b2='XHU6OPXEQ080X266J04A0KH' where id=4; -update noar tt set v0='1M6B87GOIVIPCSZ1F9' where id=5; -update noar ti set v0='1M6B87GOIVIPCSZ1F9' where id=5; -update noar tt set b0='4WLW2SH71KNBDY3QIX2EYPKGW' where id=5; -update noar ti set b0='4WLW2SH71KNBDY3QIX2EYPKGW' where id=5; -update noar tt set v0='R55W4ZB' where id=5; -update noar ti set v0='R55W4ZB' where id=5; -update noar tt set b1='E' where id=5; -update noar ti set b1='E' where id=5; -update noar tt set v0='O5UJTSY' where id=5; -update noar ti set v0='O5UJTSY' where id=5; -update noar tt set b2='ECGI50WCOC6QZ5GIRKRRD9DBZSJK' where id=5; -update noar ti set b2='ECGI50WCOC6QZ5GIRKRRD9DBZSJK' where id=5; -update noar tt set v0='X60PKVKDN7SUFYB' where id=6; -update noar ti set v0='X60PKVKDN7SUFYB' where id=6; -update noar tt set b0='V06T6G9KYONYW7S5YI2' where id=6; -update noar ti set b0='V06T6G9KYONYW7S5YI2' where id=6; -update noar tt set v0='EHTX6L1Q087I8QD13YTLC99F' where id=6; -update noar ti set v0='EHTX6L1Q087I8QD13YTLC99F' where id=6; -update noar tt set b1='G520YS1MHUT7O11WYC' where id=6; -update noar ti set b1='G520YS1MHUT7O11WYC' where id=6; -update noar tt set v0='MPOIMTQBBJGX0RX6RTO1Z0O' where id=6; -update noar ti set v0='MPOIMTQBBJGX0RX6RTO1Z0O' where id=6; -update noar tt set b2='38I' where id=6; -update noar ti set b2='38I' where id=6; -update noar tt set v0='01VEGNGP53I4DT3XWTFO4802RW' where id=7; -update noar ti set v0='01VEGNGP53I4DT3XWTFO4802RW' where id=7; -update noar tt set b0='L5C75GGHCZ9SWIJVTAXTI' where id=7; -update noar ti set b0='L5C75GGHCZ9SWIJVTAXTI' where id=7; -update noar tt set v0='H' where id=7; -update noar ti set v0='H' where id=7; -update noar tt set b1='JRXS4NN4KWTDW3010HQZA2JFS' where id=7; -update noar ti set b1='JRXS4NN4KWTDW3010HQZA2JFS' where id=7; -update noar tt set v0='XKGDKH6AO98944HFOBH' where id=7; -update noar ti set v0='XKGDKH6AO98944HFOBH' where id=7; -update noar tt set b2='NXG04X' where id=7; -update noar ti set b2='NXG04X' where id=7; -update noar tt set v0='8T6K0ZTSNZMZOQVT6QE' where id=8; -update noar ti set v0='8T6K0ZTSNZMZOQVT6QE' where id=8; -update noar tt set b0='EBCF1LXUI3BW7ZG9' where id=8; -update noar ti set b0='EBCF1LXUI3BW7ZG9' where id=8; -update noar tt set v0='4H93DK64' where id=8; -update noar ti set v0='4H93DK64' where id=8; -update noar tt set b1='TY5085JCOHSIURQRINI1' where id=8; -update noar ti set b1='TY5085JCOHSIURQRINI1' where id=8; -update noar tt set v0='EG4DI9M18EIDKLSI3ACB3Y6MW4YYUJ' where id=8; -update noar ti set v0='EG4DI9M18EIDKLSI3ACB3Y6MW4YYUJ' where id=8; -update noar tt set b2='DXKYOVX2P4PF' where id=8; -update noar ti set b2='DXKYOVX2P4PF' where id=8; -update noar tt set v0='5W0' where id=9; -update noar ti set v0='5W0' where id=9; -update noar tt set b0='V002D73J66' where id=9; -update noar ti set b0='V002D73J66' where id=9; -update noar tt set v0='VEX5KQOZYNC1NJ1YJHXEEG92W199ACHS' where id=9; -update noar ti set v0='VEX5KQOZYNC1NJ1YJHXEEG92W199ACHS' where id=9; -update noar tt set b1='QSIBF6VC44RR6J3THXL55QDN9ISGAHX0' where id=9; -update noar ti set b1='QSIBF6VC44RR6J3THXL55QDN9ISGAHX0' where id=9; -update noar tt set v0='AUMWUDDXSX7751FZ292NOZ7GK3C' where id=9; -update noar ti set v0='AUMWUDDXSX7751FZ292NOZ7GK3C' where id=9; -update noar tt set b2='K021K' where id=9; -update noar ti set b2='K021K' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0WE13K3D0WQ79RMKLJB94AVWB1' where id=1; -update noar ti set v0='0WE13K3D0WQ79RMKLJB94AVWB1' where id=1; -update noar tt set b0='WTPMT9GNO2SX4L704AO8' where id=1; -update noar ti set b0='WTPMT9GNO2SX4L704AO8' where id=1; -update noar tt set v0='UPP6' where id=1; -update noar ti set v0='UPP6' where id=1; -update noar tt set b1='5SNSUW0D35GFQL4YVJMA5KMXE' where id=1; -update noar ti set b1='5SNSUW0D35GFQL4YVJMA5KMXE' where id=1; -update noar tt set v0='791AWJYXW0OLL9A6BUPDU' where id=1; -update noar ti set v0='791AWJYXW0OLL9A6BUPDU' where id=1; -update noar tt set b2='6N0TMADS' where id=1; -update noar ti set b2='6N0TMADS' where id=1; -update noar tt set v0='0UPUGWCOPUTSO' where id=2; -update noar ti set v0='0UPUGWCOPUTSO' where id=2; -update noar tt set b0='BHW81UO6TMVGGTLB0V8CB56VH' where id=2; -update noar ti set b0='BHW81UO6TMVGGTLB0V8CB56VH' where id=2; -update noar tt set v0='L1Q' where id=2; -update noar ti set v0='L1Q' where id=2; -update noar tt set b1='DKQK78FKYWKL3MNE4WLS' where id=2; -update noar ti set b1='DKQK78FKYWKL3MNE4WLS' where id=2; -update noar tt set v0='ZMZ3ZCRE6DU0LESKX7OFE76CMUS' where id=2; -update noar ti set v0='ZMZ3ZCRE6DU0LESKX7OFE76CMUS' where id=2; -update noar tt set b2='U5YYORW586TJJYAHMSZZ83' where id=2; -update noar ti set b2='U5YYORW586TJJYAHMSZZ83' where id=2; -update noar tt set v0='TK2MS' where id=3; -update noar ti set v0='TK2MS' where id=3; -update noar tt set b0='RT6ZI1IRXFAVG' where id=3; -update noar ti set b0='RT6ZI1IRXFAVG' where id=3; -update noar tt set v0='DNHVUO348NNKBURNBZJ2XTSOTFBG11Q' where id=3; -update noar ti set v0='DNHVUO348NNKBURNBZJ2XTSOTFBG11Q' where id=3; -update noar tt set b1='59OBESBU4ZLIUM9NUU4BXQP' where id=3; -update noar ti set b1='59OBESBU4ZLIUM9NUU4BXQP' where id=3; -update noar tt set v0='MJ5FY2R8BQ2V9WZNEZGE82LJ87JZPWC4' where id=3; -update noar ti set v0='MJ5FY2R8BQ2V9WZNEZGE82LJ87JZPWC4' where id=3; -update noar tt set b2='9CBAXDODBKZCTJLVI2K2' where id=3; -update noar ti set b2='9CBAXDODBKZCTJLVI2K2' where id=3; -update noar tt set v0='LJG7HWD8Z5SM0F8R4O79UPED' where id=4; -update noar ti set v0='LJG7HWD8Z5SM0F8R4O79UPED' where id=4; -update noar tt set b0='XQ3VBWD93A2IDW9' where id=4; -update noar ti set b0='XQ3VBWD93A2IDW9' where id=4; -update noar tt set v0='I5X' where id=4; -update noar ti set v0='I5X' where id=4; -update noar tt set b1='FGT79W7UXB5U35CWY' where id=4; -update noar ti set b1='FGT79W7UXB5U35CWY' where id=4; -update noar tt set v0='5JWPVJDMJI7LEDHPMI1RA5FA6G5EGHEB' where id=4; -update noar ti set v0='5JWPVJDMJI7LEDHPMI1RA5FA6G5EGHEB' where id=4; -update noar tt set b2='GL7SJT' where id=4; -update noar ti set b2='GL7SJT' where id=4; -update noar tt set v0='NDMJXT8BQVZ0GKBD0RJ4E8KZL' where id=5; -update noar ti set v0='NDMJXT8BQVZ0GKBD0RJ4E8KZL' where id=5; -update noar tt set b0='JJHB9BLEFUUJYBNEEZALJQ5R17' where id=5; -update noar ti set b0='JJHB9BLEFUUJYBNEEZALJQ5R17' where id=5; -update noar tt set v0='2BLNFM2N6MNU2T' where id=5; -update noar ti set v0='2BLNFM2N6MNU2T' where id=5; -update noar tt set b1='P6YDETIJZ015' where id=5; -update noar ti set b1='P6YDETIJZ015' where id=5; -update noar tt set v0='7OD1C0FVLAI2J87OBF1TY39H' where id=5; -update noar ti set v0='7OD1C0FVLAI2J87OBF1TY39H' where id=5; -update noar tt set b2='NYMBT1' where id=5; -update noar ti set b2='NYMBT1' where id=5; -update noar tt set v0='T0LQILREIUB0OA9T2U7A' where id=6; -update noar ti set v0='T0LQILREIUB0OA9T2U7A' where id=6; -update noar tt set b0='2' where id=6; -update noar ti set b0='2' where id=6; -update noar tt set v0='QQM4507UPABZ30K7OG' where id=6; -update noar ti set v0='QQM4507UPABZ30K7OG' where id=6; -update noar tt set b1='BQIESDUYAEN' where id=6; -update noar ti set b1='BQIESDUYAEN' where id=6; -update noar tt set v0='Q02BFLEZ23IXYNPX2' where id=6; -update noar ti set v0='Q02BFLEZ23IXYNPX2' where id=6; -update noar tt set b2='HFLGOSNLQ8CUD7ZC4B1RDJG' where id=6; -update noar ti set b2='HFLGOSNLQ8CUD7ZC4B1RDJG' where id=6; -update noar tt set v0='29' where id=7; -update noar ti set v0='29' where id=7; -update noar tt set b0='PM8VWHIOIAQUQHZDOE2E2O0QPCG46W' where id=7; -update noar ti set b0='PM8VWHIOIAQUQHZDOE2E2O0QPCG46W' where id=7; -update noar tt set v0='OW39W1EZXS' where id=7; -update noar ti set v0='OW39W1EZXS' where id=7; -update noar tt set b1='OJOHE7DCQG76ZL61IO4BT1S4G5' where id=7; -update noar ti set b1='OJOHE7DCQG76ZL61IO4BT1S4G5' where id=7; -update noar tt set v0='CO93IP1J4XOLTM2QPU49NGUJRFN1' where id=7; -update noar ti set v0='CO93IP1J4XOLTM2QPU49NGUJRFN1' where id=7; -update noar tt set b2='Y' where id=7; -update noar ti set b2='Y' where id=7; -update noar tt set v0='500ZCJ2RPANJ4OXGA2CU66O7XW9ELZEP' where id=8; -update noar ti set v0='500ZCJ2RPANJ4OXGA2CU66O7XW9ELZEP' where id=8; -update noar tt set b0='OANLK0Y' where id=8; -update noar ti set b0='OANLK0Y' where id=8; -update noar tt set v0='8Z9J6S' where id=8; -update noar ti set v0='8Z9J6S' where id=8; -update noar tt set b1='H1D159L47A0AZRJUHQECXX38DQ4R3' where id=8; -update noar ti set b1='H1D159L47A0AZRJUHQECXX38DQ4R3' where id=8; -update noar tt set v0='KR1UA5IF' where id=8; -update noar ti set v0='KR1UA5IF' where id=8; -update noar tt set b2='QRSQOZJMEA6ABGQUMYN' where id=8; -update noar ti set b2='QRSQOZJMEA6ABGQUMYN' where id=8; -update noar tt set v0='M8LT4DQSM093C5T' where id=9; -update noar ti set v0='M8LT4DQSM093C5T' where id=9; -update noar tt set b0='A05A27K1U2U' where id=9; -update noar ti set b0='A05A27K1U2U' where id=9; -update noar tt set v0='7OJULO' where id=9; -update noar ti set v0='7OJULO' where id=9; -update noar tt set b1='MG1Y3' where id=9; -update noar ti set b1='MG1Y3' where id=9; -update noar tt set v0='5JJMFU06GXV4OQL20O8E1J' where id=9; -update noar ti set v0='5JJMFU06GXV4OQL20O8E1J' where id=9; -update noar tt set b2='3XA5SYLOVMRZUS' where id=9; -update noar ti set b2='3XA5SYLOVMRZUS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='97E1XUJ9XDI1W147HASZVGKQ91WCTU1R' where id=1; -update noar ti set v0='97E1XUJ9XDI1W147HASZVGKQ91WCTU1R' where id=1; -update noar tt set b0='KM' where id=1; -update noar ti set b0='KM' where id=1; -update noar tt set v0='0C' where id=1; -update noar ti set v0='0C' where id=1; -update noar tt set b1='IMR' where id=1; -update noar ti set b1='IMR' where id=1; -update noar tt set v0='GR' where id=1; -update noar ti set v0='GR' where id=1; -update noar tt set b2='CUGV1US' where id=1; -update noar ti set b2='CUGV1US' where id=1; -update noar tt set v0='Q8KGM96QGRPDN7QDCKYGKXR' where id=2; -update noar ti set v0='Q8KGM96QGRPDN7QDCKYGKXR' where id=2; -update noar tt set b0='MUZ5WXICBS2WBB1GPR48OEMVJSHN6NRJ' where id=2; -update noar ti set b0='MUZ5WXICBS2WBB1GPR48OEMVJSHN6NRJ' where id=2; -update noar tt set v0='E6FESUB7U988XRFL3XYC' where id=2; -update noar ti set v0='E6FESUB7U988XRFL3XYC' where id=2; -update noar tt set b1='OQMLS9NS5BYY' where id=2; -update noar ti set b1='OQMLS9NS5BYY' where id=2; -update noar tt set v0='MOIC92LMU2QS44ZUFSGC23EH7YAT' where id=2; -update noar ti set v0='MOIC92LMU2QS44ZUFSGC23EH7YAT' where id=2; -update noar tt set b2='R5G0CJO331FI' where id=2; -update noar ti set b2='R5G0CJO331FI' where id=2; -update noar tt set v0='LR8UZMQF5QYGVR6NA62T2' where id=3; -update noar ti set v0='LR8UZMQF5QYGVR6NA62T2' where id=3; -update noar tt set b0='EGCBWS7D1ET1PQL1J' where id=3; -update noar ti set b0='EGCBWS7D1ET1PQL1J' where id=3; -update noar tt set v0='CI2MG09ZO' where id=3; -update noar ti set v0='CI2MG09ZO' where id=3; -update noar tt set b1='LMAF' where id=3; -update noar ti set b1='LMAF' where id=3; -update noar tt set v0='MC0RXWCTJHYR0FDNSN7WBTMXQ4BZ7E' where id=3; -update noar ti set v0='MC0RXWCTJHYR0FDNSN7WBTMXQ4BZ7E' where id=3; -update noar tt set b2='GC8UP' where id=3; -update noar ti set b2='GC8UP' where id=3; -update noar tt set v0='JJ0I4Y48D1S' where id=4; -update noar ti set v0='JJ0I4Y48D1S' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='FW' where id=4; -update noar ti set v0='FW' where id=4; -update noar tt set b1='NQYPVRA9ICAVR5CNXU9PUQWOK11' where id=4; -update noar ti set b1='NQYPVRA9ICAVR5CNXU9PUQWOK11' where id=4; -update noar tt set v0='TMYFTZC47R0SL1RLJKGH101QQ9CDILM' where id=4; -update noar ti set v0='TMYFTZC47R0SL1RLJKGH101QQ9CDILM' where id=4; -update noar tt set b2='REDHGMH0J94R05GBYRMV31PP' where id=4; -update noar ti set b2='REDHGMH0J94R05GBYRMV31PP' where id=4; -update noar tt set v0='LCC13I41I2XPNQ6' where id=5; -update noar ti set v0='LCC13I41I2XPNQ6' where id=5; -update noar tt set b0='NMDYFPN4KNCKGY' where id=5; -update noar ti set b0='NMDYFPN4KNCKGY' where id=5; -update noar tt set v0='R85LLOZ1YPPDZNXRGD4PZA19EH9VITR' where id=5; -update noar ti set v0='R85LLOZ1YPPDZNXRGD4PZA19EH9VITR' where id=5; -update noar tt set b1='8XZLATWQBYJN' where id=5; -update noar ti set b1='8XZLATWQBYJN' where id=5; -update noar tt set v0='731YTQFDAV7TG60HL2DTG' where id=5; -update noar ti set v0='731YTQFDAV7TG60HL2DTG' where id=5; -update noar tt set b2='1LR7EA' where id=5; -update noar ti set b2='1LR7EA' where id=5; -update noar tt set v0='WXS3LI82FMETYPW' where id=6; -update noar ti set v0='WXS3LI82FMETYPW' where id=6; -update noar tt set b0='92TQ0TVCY82PO6DZI1HOMDO' where id=6; -update noar ti set b0='92TQ0TVCY82PO6DZI1HOMDO' where id=6; -update noar tt set v0='8U8QE01IQ0' where id=6; -update noar ti set v0='8U8QE01IQ0' where id=6; -update noar tt set b1='4GTENHIUJP6U' where id=6; -update noar ti set b1='4GTENHIUJP6U' where id=6; -update noar tt set v0='DR07ASCBKRZ9U51O9G7' where id=6; -update noar ti set v0='DR07ASCBKRZ9U51O9G7' where id=6; -update noar tt set b2='DHAHWE4' where id=6; -update noar ti set b2='DHAHWE4' where id=6; -update noar tt set v0='Y5N0ERXN7FKT' where id=7; -update noar ti set v0='Y5N0ERXN7FKT' where id=7; -update noar tt set b0='PCXS9N2C1IVE1KS28WD' where id=7; -update noar ti set b0='PCXS9N2C1IVE1KS28WD' where id=7; -update noar tt set v0='71FR6QH1KQD581Y144X51PI8YWHSK' where id=7; -update noar ti set v0='71FR6QH1KQD581Y144X51PI8YWHSK' where id=7; -update noar tt set b1='J429Q3RB3FV' where id=7; -update noar ti set b1='J429Q3RB3FV' where id=7; -update noar tt set v0='271YT7XLN7IW2VBG0C1K9YAR19Z1C' where id=7; -update noar ti set v0='271YT7XLN7IW2VBG0C1K9YAR19Z1C' where id=7; -update noar tt set b2='M77C' where id=7; -update noar ti set b2='M77C' where id=7; -update noar tt set v0='SX1I46X0P3BQ3A1DNZ5URHN08' where id=8; -update noar ti set v0='SX1I46X0P3BQ3A1DNZ5URHN08' where id=8; -update noar tt set b0='LI66Y7W93T' where id=8; -update noar ti set b0='LI66Y7W93T' where id=8; -update noar tt set v0='5DC5GIO5PIWAWOX' where id=8; -update noar ti set v0='5DC5GIO5PIWAWOX' where id=8; -update noar tt set b1='W5DJV7YMJVTZKOEXHI7PRNDRB' where id=8; -update noar ti set b1='W5DJV7YMJVTZKOEXHI7PRNDRB' where id=8; -update noar tt set v0='RM3WVK573' where id=8; -update noar ti set v0='RM3WVK573' where id=8; -update noar tt set b2='1' where id=8; -update noar ti set b2='1' where id=8; -update noar tt set v0='4W2QI5PAA' where id=9; -update noar ti set v0='4W2QI5PAA' where id=9; -update noar tt set b0='BGAWIR' where id=9; -update noar ti set b0='BGAWIR' where id=9; -update noar tt set v0='L0BM2G10OYDC2YIS8CV192VBFWOX93P' where id=9; -update noar ti set v0='L0BM2G10OYDC2YIS8CV192VBFWOX93P' where id=9; -update noar tt set b1='8V3550SQJ6RXO96DUBW8XMMLVSG' where id=9; -update noar ti set b1='8V3550SQJ6RXO96DUBW8XMMLVSG' where id=9; -update noar tt set v0='VHD' where id=9; -update noar ti set v0='VHD' where id=9; -update noar tt set b2='QM0T3O' where id=9; -update noar ti set b2='QM0T3O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HDMWJEJYITMNNYX1U' where id=1; -update noar ti set v0='HDMWJEJYITMNNYX1U' where id=1; -update noar tt set b0='0CS51LUJW7T19KR9E01PJH' where id=1; -update noar ti set b0='0CS51LUJW7T19KR9E01PJH' where id=1; -update noar tt set v0='A8KX4XZW1DJH751UEJ4HZ1SX' where id=1; -update noar ti set v0='A8KX4XZW1DJH751UEJ4HZ1SX' where id=1; -update noar tt set b1='34KYR48KNOCK4' where id=1; -update noar ti set b1='34KYR48KNOCK4' where id=1; -update noar tt set v0='I1WQ9IZL0OIBEXOB244CVAZE0BKMVO' where id=1; -update noar ti set v0='I1WQ9IZL0OIBEXOB244CVAZE0BKMVO' where id=1; -update noar tt set b2='Y7ATFNYO7' where id=1; -update noar ti set b2='Y7ATFNYO7' where id=1; -update noar tt set v0='J9RS8XGCJQ6' where id=2; -update noar ti set v0='J9RS8XGCJQ6' where id=2; -update noar tt set b0='HXVFI3ST5Z5P3YLH7GE2J3OGHTD0IW1' where id=2; -update noar ti set b0='HXVFI3ST5Z5P3YLH7GE2J3OGHTD0IW1' where id=2; -update noar tt set v0='JABWAPPSQ1V4K7FC68ZLO5JL' where id=2; -update noar ti set v0='JABWAPPSQ1V4K7FC68ZLO5JL' where id=2; -update noar tt set b1='M77MS2' where id=2; -update noar ti set b1='M77MS2' where id=2; -update noar tt set v0='F0QU' where id=2; -update noar ti set v0='F0QU' where id=2; -update noar tt set b2='P88ZN2NN3KLP3OSRR33QJQ9P0SB' where id=2; -update noar ti set b2='P88ZN2NN3KLP3OSRR33QJQ9P0SB' where id=2; -update noar tt set v0='3JLU366FB18V4ZTEK601WB' where id=3; -update noar ti set v0='3JLU366FB18V4ZTEK601WB' where id=3; -update noar tt set b0='5ESQRKIXY8H13ZGCB9Z' where id=3; -update noar ti set b0='5ESQRKIXY8H13ZGCB9Z' where id=3; -update noar tt set v0='A4NE543FUM' where id=3; -update noar ti set v0='A4NE543FUM' where id=3; -update noar tt set b1='Q9AXGAPOHCY' where id=3; -update noar ti set b1='Q9AXGAPOHCY' where id=3; -update noar tt set v0='H1BGXUBT1HR4GSVZDMU2LVVVWT5NKPLU' where id=3; -update noar ti set v0='H1BGXUBT1HR4GSVZDMU2LVVVWT5NKPLU' where id=3; -update noar tt set b2='O7SQ5ML' where id=3; -update noar ti set b2='O7SQ5ML' where id=3; -update noar tt set v0='3AF' where id=4; -update noar ti set v0='3AF' where id=4; -update noar tt set b0='24JPTNJHV4Q1FIPZB7Q' where id=4; -update noar ti set b0='24JPTNJHV4Q1FIPZB7Q' where id=4; -update noar tt set v0='CCNO07GXFY' where id=4; -update noar ti set v0='CCNO07GXFY' where id=4; -update noar tt set b1='7QPS4' where id=4; -update noar ti set b1='7QPS4' where id=4; -update noar tt set v0='MDE24SRIYDSB9ZPH82253JJV' where id=4; -update noar ti set v0='MDE24SRIYDSB9ZPH82253JJV' where id=4; -update noar tt set b2='VFRMUS9P5H27USAPL8BOTXYHBC' where id=4; -update noar ti set b2='VFRMUS9P5H27USAPL8BOTXYHBC' where id=4; -update noar tt set v0='3HGOMKYBF' where id=5; -update noar ti set v0='3HGOMKYBF' where id=5; -update noar tt set b0='K47L33M365G' where id=5; -update noar ti set b0='K47L33M365G' where id=5; -update noar tt set v0='1M9B6O16X' where id=5; -update noar ti set v0='1M9B6O16X' where id=5; -update noar tt set b1='YHGWSUZ7S4' where id=5; -update noar ti set b1='YHGWSUZ7S4' where id=5; -update noar tt set v0='1D20' where id=5; -update noar ti set v0='1D20' where id=5; -update noar tt set b2='3OTDQC8B22SHV9HO1SDOI6VFDZAE' where id=5; -update noar ti set b2='3OTDQC8B22SHV9HO1SDOI6VFDZAE' where id=5; -update noar tt set v0='8GT639GS7HP' where id=6; -update noar ti set v0='8GT639GS7HP' where id=6; -update noar tt set b0='KL1DV74H8' where id=6; -update noar ti set b0='KL1DV74H8' where id=6; -update noar tt set v0='9GSU3G915K9PI5O6VVZ83RMOFHD9U' where id=6; -update noar ti set v0='9GSU3G915K9PI5O6VVZ83RMOFHD9U' where id=6; -update noar tt set b1='9ML6HBFTGEETGA5J5KC7RXOK' where id=6; -update noar ti set b1='9ML6HBFTGEETGA5J5KC7RXOK' where id=6; -update noar tt set v0='L09UQWOTR5K9R526RESABLN' where id=6; -update noar ti set v0='L09UQWOTR5K9R526RESABLN' where id=6; -update noar tt set b2='G46BCWJHCQBUWL6X8NC607N' where id=6; -update noar ti set b2='G46BCWJHCQBUWL6X8NC607N' where id=6; -update noar tt set v0='N1' where id=7; -update noar ti set v0='N1' where id=7; -update noar tt set b0='VEP93ONIHZF02XFHZ' where id=7; -update noar ti set b0='VEP93ONIHZF02XFHZ' where id=7; -update noar tt set v0='RIC7B5NAEHXR' where id=7; -update noar ti set v0='RIC7B5NAEHXR' where id=7; -update noar tt set b1='74MCMDA5RH2QLUWSNJA1NN2H21XP' where id=7; -update noar ti set b1='74MCMDA5RH2QLUWSNJA1NN2H21XP' where id=7; -update noar tt set v0='M72KS5ODPA8MB' where id=7; -update noar ti set v0='M72KS5ODPA8MB' where id=7; -update noar tt set b2='5SGGCFJN7X1' where id=7; -update noar ti set b2='5SGGCFJN7X1' where id=7; -update noar tt set v0='DAZX3NSXB0OBPPQ' where id=8; -update noar ti set v0='DAZX3NSXB0OBPPQ' where id=8; -update noar tt set b0='U61RD7IEXFT7Y7Y6QTRJ' where id=8; -update noar ti set b0='U61RD7IEXFT7Y7Y6QTRJ' where id=8; -update noar tt set v0='FR445O9YLXSF2R0GASN041L7KCRNP' where id=8; -update noar ti set v0='FR445O9YLXSF2R0GASN041L7KCRNP' where id=8; -update noar tt set b1='V18NFTREY61U0D9D93SSDWIE' where id=8; -update noar ti set b1='V18NFTREY61U0D9D93SSDWIE' where id=8; -update noar tt set v0='7OV4IW9A6S7AY7LFNOK3SCNE18G' where id=8; -update noar ti set v0='7OV4IW9A6S7AY7LFNOK3SCNE18G' where id=8; -update noar tt set b2='U9G9JWXJ43QUD5I9' where id=8; -update noar ti set b2='U9G9JWXJ43QUD5I9' where id=8; -update noar tt set v0='6ZGELJ9UVDG9D3L87PWDO' where id=9; -update noar ti set v0='6ZGELJ9UVDG9D3L87PWDO' where id=9; -update noar tt set b0='K2HD65SB2KCR9BEWN1H' where id=9; -update noar ti set b0='K2HD65SB2KCR9BEWN1H' where id=9; -update noar tt set v0='OSC2HAI079QH0RJHEB' where id=9; -update noar ti set v0='OSC2HAI079QH0RJHEB' where id=9; -update noar tt set b1='JJEJM4' where id=9; -update noar ti set b1='JJEJM4' where id=9; -update noar tt set v0='0IA' where id=9; -update noar ti set v0='0IA' where id=9; -update noar tt set b2='ZSGMQ5V2SLVBWMI7C2OY0YV' where id=9; -update noar ti set b2='ZSGMQ5V2SLVBWMI7C2OY0YV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H2EIRBSKSKXRKA9SQRHZSHO' where id=1; -update noar ti set v0='H2EIRBSKSKXRKA9SQRHZSHO' where id=1; -update noar tt set b0='H' where id=1; -update noar ti set b0='H' where id=1; -update noar tt set v0='CV0YRCOWJVNF7RC5Y58V' where id=1; -update noar ti set v0='CV0YRCOWJVNF7RC5Y58V' where id=1; -update noar tt set b1='4P7XXZZBYOGRSDGDM513I2' where id=1; -update noar ti set b1='4P7XXZZBYOGRSDGDM513I2' where id=1; -update noar tt set v0='QWIZJ' where id=1; -update noar ti set v0='QWIZJ' where id=1; -update noar tt set b2='S6H44KS9ZJ0BWR8LCNPNIUOW53' where id=1; -update noar ti set b2='S6H44KS9ZJ0BWR8LCNPNIUOW53' where id=1; -update noar tt set v0='IDKCNNQ22UU4EF0EC7AS' where id=2; -update noar ti set v0='IDKCNNQ22UU4EF0EC7AS' where id=2; -update noar tt set b0='EXW08T6PWVVKKZVOH' where id=2; -update noar ti set b0='EXW08T6PWVVKKZVOH' where id=2; -update noar tt set v0='CO0C27QLQ' where id=2; -update noar ti set v0='CO0C27QLQ' where id=2; -update noar tt set b1='B2VN22Y4JG5Q' where id=2; -update noar ti set b1='B2VN22Y4JG5Q' where id=2; -update noar tt set v0='9D29IU2CEZ4' where id=2; -update noar ti set v0='9D29IU2CEZ4' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='FMT2OIVXT7J90ZY5MCM' where id=3; -update noar ti set v0='FMT2OIVXT7J90ZY5MCM' where id=3; -update noar tt set b0='L9A2UWTTWYNY6SPB1KXZYB9Z9R6HSI6' where id=3; -update noar ti set b0='L9A2UWTTWYNY6SPB1KXZYB9Z9R6HSI6' where id=3; -update noar tt set v0='FQ2N' where id=3; -update noar ti set v0='FQ2N' where id=3; -update noar tt set b1='WPQRVGG1HT8S0Z2Y02QWA217T3' where id=3; -update noar ti set b1='WPQRVGG1HT8S0Z2Y02QWA217T3' where id=3; -update noar tt set v0='AZSSCSR' where id=3; -update noar ti set v0='AZSSCSR' where id=3; -update noar tt set b2='QYHN' where id=3; -update noar ti set b2='QYHN' where id=3; -update noar tt set v0='T1SQFDTWO' where id=4; -update noar ti set v0='T1SQFDTWO' where id=4; -update noar tt set b0='PE5YVFTX9PU504DYZM67TRLKBIS0' where id=4; -update noar ti set b0='PE5YVFTX9PU504DYZM67TRLKBIS0' where id=4; -update noar tt set v0='RY09VV1M0' where id=4; -update noar ti set v0='RY09VV1M0' where id=4; -update noar tt set b1='Z1GXL7Y3SS1VUMB' where id=4; -update noar ti set b1='Z1GXL7Y3SS1VUMB' where id=4; -update noar tt set v0='RP3JS5W5HB8JW1DJA426635I0Y0VL' where id=4; -update noar ti set v0='RP3JS5W5HB8JW1DJA426635I0Y0VL' where id=4; -update noar tt set b2='JC9EYKF3PHEONPH4U' where id=4; -update noar ti set b2='JC9EYKF3PHEONPH4U' where id=4; -update noar tt set v0='L9BU76R32OKWI145AMTUMENCZPIPU' where id=5; -update noar ti set v0='L9BU76R32OKWI145AMTUMENCZPIPU' where id=5; -update noar tt set b0='BWBEEIHFSBDTMLGXWBJSIMZ' where id=5; -update noar ti set b0='BWBEEIHFSBDTMLGXWBJSIMZ' where id=5; -update noar tt set v0='XNIY1IQLB9U513LC7I4OFFGHK9PWS' where id=5; -update noar ti set v0='XNIY1IQLB9U513LC7I4OFFGHK9PWS' where id=5; -update noar tt set b1='SWH' where id=5; -update noar ti set b1='SWH' where id=5; -update noar tt set v0='QD' where id=5; -update noar ti set v0='QD' where id=5; -update noar tt set b2='DBZTO4VYF3' where id=5; -update noar ti set b2='DBZTO4VYF3' where id=5; -update noar tt set v0='UYNJCADJ2D03DRBAEFABUQ8CEWMFUJ' where id=6; -update noar ti set v0='UYNJCADJ2D03DRBAEFABUQ8CEWMFUJ' where id=6; -update noar tt set b0='1OH5KC7V2RCIM9QOYSIF' where id=6; -update noar ti set b0='1OH5KC7V2RCIM9QOYSIF' where id=6; -update noar tt set v0='E' where id=6; -update noar ti set v0='E' where id=6; -update noar tt set b1='9WJFHKSFXB9058XHVNFG06' where id=6; -update noar ti set b1='9WJFHKSFXB9058XHVNFG06' where id=6; -update noar tt set v0='7WG8NT0LTVDQIVSDNKX249RNOZ' where id=6; -update noar ti set v0='7WG8NT0LTVDQIVSDNKX249RNOZ' where id=6; -update noar tt set b2='MDIXJ8G66' where id=6; -update noar ti set b2='MDIXJ8G66' where id=6; -update noar tt set v0='TODOH8LKNYXSOFZULC2NZWJ40J2L8' where id=7; -update noar ti set v0='TODOH8LKNYXSOFZULC2NZWJ40J2L8' where id=7; -update noar tt set b0='T885HND' where id=7; -update noar ti set b0='T885HND' where id=7; -update noar tt set v0='ZP' where id=7; -update noar ti set v0='ZP' where id=7; -update noar tt set b1='82VL5YJC94RTOPB6DY7' where id=7; -update noar ti set b1='82VL5YJC94RTOPB6DY7' where id=7; -update noar tt set v0='ZU' where id=7; -update noar ti set v0='ZU' where id=7; -update noar tt set b2='0' where id=7; -update noar ti set b2='0' where id=7; -update noar tt set v0='PHO63' where id=8; -update noar ti set v0='PHO63' where id=8; -update noar tt set b0='8X6XYAOUAAT6ZV9AB2C8DVDCM8YX6N' where id=8; -update noar ti set b0='8X6XYAOUAAT6ZV9AB2C8DVDCM8YX6N' where id=8; -update noar tt set v0='AXU6EPJ56US0X1WA7N2Q1' where id=8; -update noar ti set v0='AXU6EPJ56US0X1WA7N2Q1' where id=8; -update noar tt set b1='Z0581T7D7PV' where id=8; -update noar ti set b1='Z0581T7D7PV' where id=8; -update noar tt set v0='X6TCA2VEVIIVK' where id=8; -update noar ti set v0='X6TCA2VEVIIVK' where id=8; -update noar tt set b2='DFAH72C18' where id=8; -update noar ti set b2='DFAH72C18' where id=8; -update noar tt set v0='Q2AITF9FSIFZZW1ZIY04AOYSV26' where id=9; -update noar ti set v0='Q2AITF9FSIFZZW1ZIY04AOYSV26' where id=9; -update noar tt set b0='KJFKEYMSX4H8YEKOWUXM' where id=9; -update noar ti set b0='KJFKEYMSX4H8YEKOWUXM' where id=9; -update noar tt set v0='M7QZV2W8' where id=9; -update noar ti set v0='M7QZV2W8' where id=9; -update noar tt set b1='GJJWLMCX7KHXZI' where id=9; -update noar ti set b1='GJJWLMCX7KHXZI' where id=9; -update noar tt set v0='VM0Y4KKC8D8MRTZVSALGRKUKNWQ' where id=9; -update noar ti set v0='VM0Y4KKC8D8MRTZVSALGRKUKNWQ' where id=9; -update noar tt set b2='2' where id=9; -update noar ti set b2='2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8PS5LIM97XCVWW4SN' where id=1; -update noar ti set v0='8PS5LIM97XCVWW4SN' where id=1; -update noar tt set b0='EAPSA49721L' where id=1; -update noar ti set b0='EAPSA49721L' where id=1; -update noar tt set v0='2VN2R0CX' where id=1; -update noar ti set v0='2VN2R0CX' where id=1; -update noar tt set b1='SJ' where id=1; -update noar ti set b1='SJ' where id=1; -update noar tt set v0='KYGQC6ZPX8LEI8' where id=1; -update noar ti set v0='KYGQC6ZPX8LEI8' where id=1; -update noar tt set b2='T915HILYU61P9OC74KEB' where id=1; -update noar ti set b2='T915HILYU61P9OC74KEB' where id=1; -update noar tt set v0='XNHQUSQL5VIE6KB5Y1QS' where id=2; -update noar ti set v0='XNHQUSQL5VIE6KB5Y1QS' where id=2; -update noar tt set b0='B7N3BW0W1LDKY3USEQ0U9EWGUKB' where id=2; -update noar ti set b0='B7N3BW0W1LDKY3USEQ0U9EWGUKB' where id=2; -update noar tt set v0='DAEA418JD95MM1VWO8KI0CS' where id=2; -update noar ti set v0='DAEA418JD95MM1VWO8KI0CS' where id=2; -update noar tt set b1='Q63OHX2EHXSRM17MQOT' where id=2; -update noar ti set b1='Q63OHX2EHXSRM17MQOT' where id=2; -update noar tt set v0='XK4A0R0PH1UMR76PWN8GLANQ0XTSYG' where id=2; -update noar ti set v0='XK4A0R0PH1UMR76PWN8GLANQ0XTSYG' where id=2; -update noar tt set b2='DOXYPOK8UEMGKK2LTZDWA3K9ZWSYOIO' where id=2; -update noar ti set b2='DOXYPOK8UEMGKK2LTZDWA3K9ZWSYOIO' where id=2; -update noar tt set v0='DF0ZFJ' where id=3; -update noar ti set v0='DF0ZFJ' where id=3; -update noar tt set b0='KX76YECE7L2ZYWWXSGO0X1W' where id=3; -update noar ti set b0='KX76YECE7L2ZYWWXSGO0X1W' where id=3; -update noar tt set v0='RZO9VQN8PP5QOBAIKIKJ2J' where id=3; -update noar ti set v0='RZO9VQN8PP5QOBAIKIKJ2J' where id=3; -update noar tt set b1='FYFVU7CMTVP5LFXJO' where id=3; -update noar ti set b1='FYFVU7CMTVP5LFXJO' where id=3; -update noar tt set v0='I6OK' where id=3; -update noar ti set v0='I6OK' where id=3; -update noar tt set b2='QHACU8HI0N5' where id=3; -update noar ti set b2='QHACU8HI0N5' where id=3; -update noar tt set v0='61BGS6Q1W340FGXCBU2V' where id=4; -update noar ti set v0='61BGS6Q1W340FGXCBU2V' where id=4; -update noar tt set b0='MXB91ANCYFM4LJ8MGPFBYP6DD9' where id=4; -update noar ti set b0='MXB91ANCYFM4LJ8MGPFBYP6DD9' where id=4; -update noar tt set v0='0AQK9ICMO7VWI4E' where id=4; -update noar ti set v0='0AQK9ICMO7VWI4E' where id=4; -update noar tt set b1='6L' where id=4; -update noar ti set b1='6L' where id=4; -update noar tt set v0='Q7R9YKWYDPNBRFALA89XXTJNB' where id=4; -update noar ti set v0='Q7R9YKWYDPNBRFALA89XXTJNB' where id=4; -update noar tt set b2='LYOZ8RS2BI567UM2LBUH7K' where id=4; -update noar ti set b2='LYOZ8RS2BI567UM2LBUH7K' where id=4; -update noar tt set v0='U' where id=5; -update noar ti set v0='U' where id=5; -update noar tt set b0='QLFO85GTIAK78WBOX5Y8VUUB4' where id=5; -update noar ti set b0='QLFO85GTIAK78WBOX5Y8VUUB4' where id=5; -update noar tt set v0='0FRNZL62' where id=5; -update noar ti set v0='0FRNZL62' where id=5; -update noar tt set b1='UIVZF5ANZ9ELJ6BMFMF' where id=5; -update noar ti set b1='UIVZF5ANZ9ELJ6BMFMF' where id=5; -update noar tt set v0='M1MD5PKP173' where id=5; -update noar ti set v0='M1MD5PKP173' where id=5; -update noar tt set b2='LMI5KJTU' where id=5; -update noar ti set b2='LMI5KJTU' where id=5; -update noar tt set v0='GD3RYUP6BJ9JAOSW4TO' where id=6; -update noar ti set v0='GD3RYUP6BJ9JAOSW4TO' where id=6; -update noar tt set b0='SR8' where id=6; -update noar ti set b0='SR8' where id=6; -update noar tt set v0='6CNB6VSRXDCJLB7EHC5OADJ4E' where id=6; -update noar ti set v0='6CNB6VSRXDCJLB7EHC5OADJ4E' where id=6; -update noar tt set b1='W9VW779LBHJLSHQK94UAMHWCGAEX3' where id=6; -update noar ti set b1='W9VW779LBHJLSHQK94UAMHWCGAEX3' where id=6; -update noar tt set v0='0B2ILT82R3' where id=6; -update noar ti set v0='0B2ILT82R3' where id=6; -update noar tt set b2='TGI97HZ' where id=6; -update noar ti set b2='TGI97HZ' where id=6; -update noar tt set v0='FAFZ3XL4M4' where id=7; -update noar ti set v0='FAFZ3XL4M4' where id=7; -update noar tt set b0='OCGZ' where id=7; -update noar ti set b0='OCGZ' where id=7; -update noar tt set v0='SDKVIWY6PZ40ZKH3EUR' where id=7; -update noar ti set v0='SDKVIWY6PZ40ZKH3EUR' where id=7; -update noar tt set b1='P261PRNROR6RNUPDMVBN8' where id=7; -update noar ti set b1='P261PRNROR6RNUPDMVBN8' where id=7; -update noar tt set v0='RBFUH' where id=7; -update noar ti set v0='RBFUH' where id=7; -update noar tt set b2='24B7V2NL' where id=7; -update noar ti set b2='24B7V2NL' where id=7; -update noar tt set v0='40Y15OF35FLX4Y90L58U2R2XYL5KQFJ' where id=8; -update noar ti set v0='40Y15OF35FLX4Y90L58U2R2XYL5KQFJ' where id=8; -update noar tt set b0='2TKRA8AMMPVBZLFA6' where id=8; -update noar ti set b0='2TKRA8AMMPVBZLFA6' where id=8; -update noar tt set v0='8EOGL83MPGHUL3LJ' where id=8; -update noar ti set v0='8EOGL83MPGHUL3LJ' where id=8; -update noar tt set b1='4KP252TBDA0XUH905GBOBEE' where id=8; -update noar ti set b1='4KP252TBDA0XUH905GBOBEE' where id=8; -update noar tt set v0='BMFHSF0DF' where id=8; -update noar ti set v0='BMFHSF0DF' where id=8; -update noar tt set b2='PBXCGKQG17PXSPP8414N' where id=8; -update noar ti set b2='PBXCGKQG17PXSPP8414N' where id=8; -update noar tt set v0='WCLX8KXI3TAW1TQ70PXP0' where id=9; -update noar ti set v0='WCLX8KXI3TAW1TQ70PXP0' where id=9; -update noar tt set b0='BFVHGBX3XSTZRMIPC52CGQO5SM2F' where id=9; -update noar ti set b0='BFVHGBX3XSTZRMIPC52CGQO5SM2F' where id=9; -update noar tt set v0='VI33D4FBYY29OPRHB0KX7FFE' where id=9; -update noar ti set v0='VI33D4FBYY29OPRHB0KX7FFE' where id=9; -update noar tt set b1='D2VJFNFHJ1VJ' where id=9; -update noar ti set b1='D2VJFNFHJ1VJ' where id=9; -update noar tt set v0='DAMO' where id=9; -update noar ti set v0='DAMO' where id=9; -update noar tt set b2='HZGDDJC9LOX03Z1T6FV' where id=9; -update noar ti set b2='HZGDDJC9LOX03Z1T6FV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EO35151XGXNWNVBQ' where id=1; -update noar ti set v0='EO35151XGXNWNVBQ' where id=1; -update noar tt set b0='HP24C0IDRAOPS41SMCDLP76ZHXEZ' where id=1; -update noar ti set b0='HP24C0IDRAOPS41SMCDLP76ZHXEZ' where id=1; -update noar tt set v0='59RZ38K1EN8X2TAZHF3R' where id=1; -update noar ti set v0='59RZ38K1EN8X2TAZHF3R' where id=1; -update noar tt set b1='6T2VPG1YK5' where id=1; -update noar ti set b1='6T2VPG1YK5' where id=1; -update noar tt set v0='ZBJIEF9BTW2Q9R1L6PVYBK067GND' where id=1; -update noar ti set v0='ZBJIEF9BTW2Q9R1L6PVYBK067GND' where id=1; -update noar tt set b2='JLIN0B15OLBA0LWA' where id=1; -update noar ti set b2='JLIN0B15OLBA0LWA' where id=1; -update noar tt set v0='PY2Q5I' where id=2; -update noar ti set v0='PY2Q5I' where id=2; -update noar tt set b0='NS' where id=2; -update noar ti set b0='NS' where id=2; -update noar tt set v0='W2DS' where id=2; -update noar ti set v0='W2DS' where id=2; -update noar tt set b1='0GN7SNIJ5H3539L4' where id=2; -update noar ti set b1='0GN7SNIJ5H3539L4' where id=2; -update noar tt set v0='XDE3ETOXZNK29RTXMM591W6CGSKKBZ' where id=2; -update noar ti set v0='XDE3ETOXZNK29RTXMM591W6CGSKKBZ' where id=2; -update noar tt set b2='SV72XPP4' where id=2; -update noar ti set b2='SV72XPP4' where id=2; -update noar tt set v0='JCSKFFSTO98U1S4CWW5WI2ETM' where id=3; -update noar ti set v0='JCSKFFSTO98U1S4CWW5WI2ETM' where id=3; -update noar tt set b0='MPVGTETTY7WSHDTI4DHGEGI' where id=3; -update noar ti set b0='MPVGTETTY7WSHDTI4DHGEGI' where id=3; -update noar tt set v0='TJPJ3H3IRXU0UY3ZDYRQZSD9S' where id=3; -update noar ti set v0='TJPJ3H3IRXU0UY3ZDYRQZSD9S' where id=3; -update noar tt set b1='VTU62' where id=3; -update noar ti set b1='VTU62' where id=3; -update noar tt set v0='AD' where id=3; -update noar ti set v0='AD' where id=3; -update noar tt set b2='F036JBM6EZCJ5W9EBNH2' where id=3; -update noar ti set b2='F036JBM6EZCJ5W9EBNH2' where id=3; -update noar tt set v0='ANCJZOJN4T1FHNRC87521K2I5' where id=4; -update noar ti set v0='ANCJZOJN4T1FHNRC87521K2I5' where id=4; -update noar tt set b0='99YAW8NHFSZIRBNUQZT6Q57AKMB9B7' where id=4; -update noar ti set b0='99YAW8NHFSZIRBNUQZT6Q57AKMB9B7' where id=4; -update noar tt set v0='SJ4PFBUSIVNC96K' where id=4; -update noar ti set v0='SJ4PFBUSIVNC96K' where id=4; -update noar tt set b1='3316AOE23OWPVBP5C' where id=4; -update noar ti set b1='3316AOE23OWPVBP5C' where id=4; -update noar tt set v0='AP5' where id=4; -update noar ti set v0='AP5' where id=4; -update noar tt set b2='GF5AR' where id=4; -update noar ti set b2='GF5AR' where id=4; -update noar tt set v0='7YLDFU952E9EOOL2H0B2KOGXPIX8YAE' where id=5; -update noar ti set v0='7YLDFU952E9EOOL2H0B2KOGXPIX8YAE' where id=5; -update noar tt set b0='G56336ZWCDEO0L81GQRLYGX' where id=5; -update noar ti set b0='G56336ZWCDEO0L81GQRLYGX' where id=5; -update noar tt set v0='HFUAIK2NWGGBDB' where id=5; -update noar ti set v0='HFUAIK2NWGGBDB' where id=5; -update noar tt set b1='SRFMFGZB7D5IN42V2LFA96U860MA' where id=5; -update noar ti set b1='SRFMFGZB7D5IN42V2LFA96U860MA' where id=5; -update noar tt set v0='C25M16UN5OW6NJ2' where id=5; -update noar ti set v0='C25M16UN5OW6NJ2' where id=5; -update noar tt set b2='35WMBZBN449HQHPFEN55ZV' where id=5; -update noar ti set b2='35WMBZBN449HQHPFEN55ZV' where id=5; -update noar tt set v0='DFN6' where id=6; -update noar ti set v0='DFN6' where id=6; -update noar tt set b0='MC8QTALEWA6O' where id=6; -update noar ti set b0='MC8QTALEWA6O' where id=6; -update noar tt set v0='H3R64PPQ3F5SHVRT6YSK7TS' where id=6; -update noar ti set v0='H3R64PPQ3F5SHVRT6YSK7TS' where id=6; -update noar tt set b1='6XRUP' where id=6; -update noar ti set b1='6XRUP' where id=6; -update noar tt set v0='IAS1906LURE5CP21CNWFL' where id=6; -update noar ti set v0='IAS1906LURE5CP21CNWFL' where id=6; -update noar tt set b2='M' where id=6; -update noar ti set b2='M' where id=6; -update noar tt set v0='LC1SGKPUUEWO24V8OBFHV0FGIXD' where id=7; -update noar ti set v0='LC1SGKPUUEWO24V8OBFHV0FGIXD' where id=7; -update noar tt set b0='8F66VWZAL' where id=7; -update noar ti set b0='8F66VWZAL' where id=7; -update noar tt set v0='D5BDQV1ZHCJ5T6F0QU2XM' where id=7; -update noar ti set v0='D5BDQV1ZHCJ5T6F0QU2XM' where id=7; -update noar tt set b1='OMVXBQCLI4' where id=7; -update noar ti set b1='OMVXBQCLI4' where id=7; -update noar tt set v0='ZRTTNABSPS4012QQSU118' where id=7; -update noar ti set v0='ZRTTNABSPS4012QQSU118' where id=7; -update noar tt set b2='5YG47300AA9XRQLEBQSY7RNE' where id=7; -update noar ti set b2='5YG47300AA9XRQLEBQSY7RNE' where id=7; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b0='DDX1JVXC3UME' where id=8; -update noar ti set b0='DDX1JVXC3UME' where id=8; -update noar tt set v0='6ICFLBOKN' where id=8; -update noar ti set v0='6ICFLBOKN' where id=8; -update noar tt set b1='GULF4ORP4WL19KNDOFD1OEZKAAIE2' where id=8; -update noar ti set b1='GULF4ORP4WL19KNDOFD1OEZKAAIE2' where id=8; -update noar tt set v0='Z7WSTX0RWQ3S03P17TZQ6DH5Q6PT5' where id=8; -update noar ti set v0='Z7WSTX0RWQ3S03P17TZQ6DH5Q6PT5' where id=8; -update noar tt set b2='O' where id=8; -update noar ti set b2='O' where id=8; -update noar tt set v0='U7QNS' where id=9; -update noar ti set v0='U7QNS' where id=9; -update noar tt set b0='H8P7RYPEFKJZ91SKF7KM0IYZJZY' where id=9; -update noar ti set b0='H8P7RYPEFKJZ91SKF7KM0IYZJZY' where id=9; -update noar tt set v0='P7N032KMP7DNVE8CTGWXBLGT3JSQ2Q' where id=9; -update noar ti set v0='P7N032KMP7DNVE8CTGWXBLGT3JSQ2Q' where id=9; -update noar tt set b1='GLQFG8ZVW0ZXM20JHLDQ7I' where id=9; -update noar ti set b1='GLQFG8ZVW0ZXM20JHLDQ7I' where id=9; -update noar tt set v0='90V15OL6OXEPHKHKHZZAFYW5BY5D8D' where id=9; -update noar ti set v0='90V15OL6OXEPHKHKHZZAFYW5BY5D8D' where id=9; -update noar tt set b2='FIHEU9H20H2VLWQ' where id=9; -update noar ti set b2='FIHEU9H20H2VLWQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GA7V0GLVX1GV9N26RMWKWI5EOAO3OA00' where id=1; -update noar ti set v0='GA7V0GLVX1GV9N26RMWKWI5EOAO3OA00' where id=1; -update noar tt set b0='5Q' where id=1; -update noar ti set b0='5Q' where id=1; -update noar tt set v0='16HFLSMCC9XYTXXOF' where id=1; -update noar ti set v0='16HFLSMCC9XYTXXOF' where id=1; -update noar tt set b1='VTTXU10D7BP' where id=1; -update noar ti set b1='VTTXU10D7BP' where id=1; -update noar tt set v0='QALVJYSPL9NT3NYDC' where id=1; -update noar ti set v0='QALVJYSPL9NT3NYDC' where id=1; -update noar tt set b2='C0QH2L' where id=1; -update noar ti set b2='C0QH2L' where id=1; -update noar tt set v0='I61UE3V1RIPKSXIVTKMS' where id=2; -update noar ti set v0='I61UE3V1RIPKSXIVTKMS' where id=2; -update noar tt set b0='391P428Y3V1J54' where id=2; -update noar ti set b0='391P428Y3V1J54' where id=2; -update noar tt set v0='5WAJJYDAV6PYFJR4KX2CDS9FT9AGD0HU' where id=2; -update noar ti set v0='5WAJJYDAV6PYFJR4KX2CDS9FT9AGD0HU' where id=2; -update noar tt set b1='BUATSX' where id=2; -update noar ti set b1='BUATSX' where id=2; -update noar tt set v0='GZGPA1PVX2Q50C6D2' where id=2; -update noar ti set v0='GZGPA1PVX2Q50C6D2' where id=2; -update noar tt set b2='TH4MFGV5HE' where id=2; -update noar ti set b2='TH4MFGV5HE' where id=2; -update noar tt set v0='GFX' where id=3; -update noar ti set v0='GFX' where id=3; -update noar tt set b0='3MGY24NBRN46WPKI' where id=3; -update noar ti set b0='3MGY24NBRN46WPKI' where id=3; -update noar tt set v0='FM6PPJUBE9FGEB' where id=3; -update noar ti set v0='FM6PPJUBE9FGEB' where id=3; -update noar tt set b1='T8HTP4A7M34N4MIWP6' where id=3; -update noar ti set b1='T8HTP4A7M34N4MIWP6' where id=3; -update noar tt set v0='53UZH8HAPKV1WX50E3B15' where id=3; -update noar ti set v0='53UZH8HAPKV1WX50E3B15' where id=3; -update noar tt set b2='Y1OG47300PATBI5P5YOMM' where id=3; -update noar ti set b2='Y1OG47300PATBI5P5YOMM' where id=3; -update noar tt set v0='976AQV38MW7NNVGY' where id=4; -update noar ti set v0='976AQV38MW7NNVGY' where id=4; -update noar tt set b0='TDISXZCDNW' where id=4; -update noar ti set b0='TDISXZCDNW' where id=4; -update noar tt set v0='USJJHE0TZM6C9EQ7PYOVF2WE' where id=4; -update noar ti set v0='USJJHE0TZM6C9EQ7PYOVF2WE' where id=4; -update noar tt set b1='OBFIP9IU5MARHUNQR' where id=4; -update noar ti set b1='OBFIP9IU5MARHUNQR' where id=4; -update noar tt set v0='3SDZJQ' where id=4; -update noar ti set v0='3SDZJQ' where id=4; -update noar tt set b2='11IVV' where id=4; -update noar ti set b2='11IVV' where id=4; -update noar tt set v0='LK9G2JFA0T' where id=5; -update noar ti set v0='LK9G2JFA0T' where id=5; -update noar tt set b0='QSGVCBUDBXTLI0RTV7E903JU' where id=5; -update noar ti set b0='QSGVCBUDBXTLI0RTV7E903JU' where id=5; -update noar tt set v0='Q0H' where id=5; -update noar ti set v0='Q0H' where id=5; -update noar tt set b1='MVD5U1JO509POLUF7GISSHSZI3VE11GA' where id=5; -update noar ti set b1='MVD5U1JO509POLUF7GISSHSZI3VE11GA' where id=5; -update noar tt set v0='B1QKH4XHUD1OCA3C3M6UHO5' where id=5; -update noar ti set v0='B1QKH4XHUD1OCA3C3M6UHO5' where id=5; -update noar tt set b2='IIC0X' where id=5; -update noar ti set b2='IIC0X' where id=5; -update noar tt set v0='92XC2H' where id=6; -update noar ti set v0='92XC2H' where id=6; -update noar tt set b0='02MVSPMKNPJFWP' where id=6; -update noar ti set b0='02MVSPMKNPJFWP' where id=6; -update noar tt set v0='H4UXF2SZSLG06ZKVPYG519KZGAQ3ZGT' where id=6; -update noar ti set v0='H4UXF2SZSLG06ZKVPYG519KZGAQ3ZGT' where id=6; -update noar tt set b1='TVEMKEGELF0XQWMZ69ZU4AS3EM' where id=6; -update noar ti set b1='TVEMKEGELF0XQWMZ69ZU4AS3EM' where id=6; -update noar tt set v0='I' where id=6; -update noar ti set v0='I' where id=6; -update noar tt set b2='8PY5YXWWQR0E8BT4850MOT' where id=6; -update noar ti set b2='8PY5YXWWQR0E8BT4850MOT' where id=6; -update noar tt set v0='JG' where id=7; -update noar ti set v0='JG' where id=7; -update noar tt set b0='9B5BVF2' where id=7; -update noar ti set b0='9B5BVF2' where id=7; -update noar tt set v0='EICUIUC1PZ9HBA1Z9CFKRZBP1PX6' where id=7; -update noar ti set v0='EICUIUC1PZ9HBA1Z9CFKRZBP1PX6' where id=7; -update noar tt set b1='SL5AEVL1GPDAMDCZ6O0MNZ512OXQF1' where id=7; -update noar ti set b1='SL5AEVL1GPDAMDCZ6O0MNZ512OXQF1' where id=7; -update noar tt set v0='NBB0Y501BC98UZBNV76GBEJQDGEQ447' where id=7; -update noar ti set v0='NBB0Y501BC98UZBNV76GBEJQDGEQ447' where id=7; -update noar tt set b2='2WQ19E38FZHQRQBIJSSWJIQV3LV1WW' where id=7; -update noar ti set b2='2WQ19E38FZHQRQBIJSSWJIQV3LV1WW' where id=7; -update noar tt set v0='MFPPEGLKB6EUQJPYWASJ' where id=8; -update noar ti set v0='MFPPEGLKB6EUQJPYWASJ' where id=8; -update noar tt set b0='RRLQ' where id=8; -update noar ti set b0='RRLQ' where id=8; -update noar tt set v0='U15QKE7E7CX6F9M1U2PRVE' where id=8; -update noar ti set v0='U15QKE7E7CX6F9M1U2PRVE' where id=8; -update noar tt set b1='HG' where id=8; -update noar ti set b1='HG' where id=8; -update noar tt set v0='D3D' where id=8; -update noar ti set v0='D3D' where id=8; -update noar tt set b2='6I71R60QRS1QEB53W5XCAQA3' where id=8; -update noar ti set b2='6I71R60QRS1QEB53W5XCAQA3' where id=8; -update noar tt set v0='BC2TROQ5J' where id=9; -update noar ti set v0='BC2TROQ5J' where id=9; -update noar tt set b0='DBKL0WVJHLHHZBU158HXCTC' where id=9; -update noar ti set b0='DBKL0WVJHLHHZBU158HXCTC' where id=9; -update noar tt set v0='Q86QF0H' where id=9; -update noar ti set v0='Q86QF0H' where id=9; -update noar tt set b1='DVKXRXENQFY6HUB9BC' where id=9; -update noar ti set b1='DVKXRXENQFY6HUB9BC' where id=9; -update noar tt set v0='Q5GAC9A0MFXD1ISX0A7R4GDOI8XFGZUA' where id=9; -update noar ti set v0='Q5GAC9A0MFXD1ISX0A7R4GDOI8XFGZUA' where id=9; -update noar tt set b2='O3UKR2' where id=9; -update noar ti set b2='O3UKR2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GT78ZCXRR3SK9A9EPSY7PDVY8K' where id=1; -update noar ti set v0='GT78ZCXRR3SK9A9EPSY7PDVY8K' where id=1; -update noar tt set b0='A' where id=1; -update noar ti set b0='A' where id=1; -update noar tt set v0='WIW0DNI' where id=1; -update noar ti set v0='WIW0DNI' where id=1; -update noar tt set b1='69R2XAL6UYYNSGMJM7H9' where id=1; -update noar ti set b1='69R2XAL6UYYNSGMJM7H9' where id=1; -update noar tt set v0='GN4' where id=1; -update noar ti set v0='GN4' where id=1; -update noar tt set b2='7MQYPD2W9BDBIIWQD' where id=1; -update noar ti set b2='7MQYPD2W9BDBIIWQD' where id=1; -update noar tt set v0='F' where id=2; -update noar ti set v0='F' where id=2; -update noar tt set b0='R3915QKQK9VAVM9A92NHXKWTPX32RT' where id=2; -update noar ti set b0='R3915QKQK9VAVM9A92NHXKWTPX32RT' where id=2; -update noar tt set v0='MG53LSY6HH' where id=2; -update noar ti set v0='MG53LSY6HH' where id=2; -update noar tt set b1='JKTMH876L9YY5LS3O3' where id=2; -update noar ti set b1='JKTMH876L9YY5LS3O3' where id=2; -update noar tt set v0='LQRPM5CU3' where id=2; -update noar ti set v0='LQRPM5CU3' where id=2; -update noar tt set b2='E2JYMUF3WOWBQKKDSAWFXHT7DI5RBXP' where id=2; -update noar ti set b2='E2JYMUF3WOWBQKKDSAWFXHT7DI5RBXP' where id=2; -update noar tt set v0='AY2WR33JL7162Q254BPVNW4M81QUZW' where id=3; -update noar ti set v0='AY2WR33JL7162Q254BPVNW4M81QUZW' where id=3; -update noar tt set b0='YXGHCE2NBRXEDIBRHH5TGO4' where id=3; -update noar ti set b0='YXGHCE2NBRXEDIBRHH5TGO4' where id=3; -update noar tt set v0='K4PL40ZEC5' where id=3; -update noar ti set v0='K4PL40ZEC5' where id=3; -update noar tt set b1='B478WS19IJFHQBFWHGH9VCE' where id=3; -update noar ti set b1='B478WS19IJFHQBFWHGH9VCE' where id=3; -update noar tt set v0='XWDL' where id=3; -update noar ti set v0='XWDL' where id=3; -update noar tt set b2='3QRY2X' where id=3; -update noar ti set b2='3QRY2X' where id=3; -update noar tt set v0='XN7XEWKTET' where id=4; -update noar ti set v0='XN7XEWKTET' where id=4; -update noar tt set b0='N5IK4PK9OUMZ4E0N' where id=4; -update noar ti set b0='N5IK4PK9OUMZ4E0N' where id=4; -update noar tt set v0='F6MLS7F08G1Y7SFGLHZ' where id=4; -update noar ti set v0='F6MLS7F08G1Y7SFGLHZ' where id=4; -update noar tt set b1='OY0MSTB90LJ8XZ8HC0K' where id=4; -update noar ti set b1='OY0MSTB90LJ8XZ8HC0K' where id=4; -update noar tt set v0='9CPZ6KLPA62RVPDNSU3QSE28' where id=4; -update noar ti set v0='9CPZ6KLPA62RVPDNSU3QSE28' where id=4; -update noar tt set b2='09H' where id=4; -update noar ti set b2='09H' where id=4; -update noar tt set v0='0CASECR6AEU9H93GYO' where id=5; -update noar ti set v0='0CASECR6AEU9H93GYO' where id=5; -update noar tt set b0='BOMIRTM6WXSYR4N08K2C74JAZC45' where id=5; -update noar ti set b0='BOMIRTM6WXSYR4N08K2C74JAZC45' where id=5; -update noar tt set v0='UWR075JQW2KXULXYXXU9AVBVWWX7SD' where id=5; -update noar ti set v0='UWR075JQW2KXULXYXXU9AVBVWWX7SD' where id=5; -update noar tt set b1='3Q8M7VVQ63G1P6L067D' where id=5; -update noar ti set b1='3Q8M7VVQ63G1P6L067D' where id=5; -update noar tt set v0='J8OR5YIL1CQXKS99U' where id=5; -update noar ti set v0='J8OR5YIL1CQXKS99U' where id=5; -update noar tt set b2='3FGU0QIE65G9LU' where id=5; -update noar ti set b2='3FGU0QIE65G9LU' where id=5; -update noar tt set v0='18V36V8P5' where id=6; -update noar ti set v0='18V36V8P5' where id=6; -update noar tt set b0='0UAJED77GUAIQTE7ZM2L4ZHVJRIDP8' where id=6; -update noar ti set b0='0UAJED77GUAIQTE7ZM2L4ZHVJRIDP8' where id=6; -update noar tt set v0='FRZGUT0NEEJRZ2KMV4ULIZ' where id=6; -update noar ti set v0='FRZGUT0NEEJRZ2KMV4ULIZ' where id=6; -update noar tt set b1='22HT12J432ZQMWTATX7B3D1JKRC6DG' where id=6; -update noar ti set b1='22HT12J432ZQMWTATX7B3D1JKRC6DG' where id=6; -update noar tt set v0='WTKIR5E' where id=6; -update noar ti set v0='WTKIR5E' where id=6; -update noar tt set b2='6' where id=6; -update noar ti set b2='6' where id=6; -update noar tt set v0='L8DZP8UC2KYA9ZYJO89QJM6JR' where id=7; -update noar ti set v0='L8DZP8UC2KYA9ZYJO89QJM6JR' where id=7; -update noar tt set b0='MRFCSM0VL0XK9SKBWVF38FYGW2UQU' where id=7; -update noar ti set b0='MRFCSM0VL0XK9SKBWVF38FYGW2UQU' where id=7; -update noar tt set v0='6T8BM' where id=7; -update noar ti set v0='6T8BM' where id=7; -update noar tt set b1='OIC607YT9KM5BPX27XZNZ1YRLLPWU' where id=7; -update noar ti set b1='OIC607YT9KM5BPX27XZNZ1YRLLPWU' where id=7; -update noar tt set v0='LUFTRKXOPVCA' where id=7; -update noar ti set v0='LUFTRKXOPVCA' where id=7; -update noar tt set b2='T295EWPNS33SQ1ODAIU' where id=7; -update noar ti set b2='T295EWPNS33SQ1ODAIU' where id=7; -update noar tt set v0='1GEH0CM6583MELPXY0' where id=8; -update noar ti set v0='1GEH0CM6583MELPXY0' where id=8; -update noar tt set b0='7O2VVWLCTZQLC3Z4EPOX72FO' where id=8; -update noar ti set b0='7O2VVWLCTZQLC3Z4EPOX72FO' where id=8; -update noar tt set v0='ITNM5XP3K6FE9H' where id=8; -update noar ti set v0='ITNM5XP3K6FE9H' where id=8; -update noar tt set b1='IT2U6T2VC60CO5W77E' where id=8; -update noar ti set b1='IT2U6T2VC60CO5W77E' where id=8; -update noar tt set v0='R5L3VX0' where id=8; -update noar ti set v0='R5L3VX0' where id=8; -update noar tt set b2='EWZL5PV1NFIPT5GP2AERUC9HOU' where id=8; -update noar ti set b2='EWZL5PV1NFIPT5GP2AERUC9HOU' where id=8; -update noar tt set v0='S4AT689IDOAY4EF' where id=9; -update noar ti set v0='S4AT689IDOAY4EF' where id=9; -update noar tt set b0='E33ICTT04MQNA0H905DTP8' where id=9; -update noar ti set b0='E33ICTT04MQNA0H905DTP8' where id=9; -update noar tt set v0='PWANA7K2W3ST7FOBCH' where id=9; -update noar ti set v0='PWANA7K2W3ST7FOBCH' where id=9; -update noar tt set b1='HNCRVBHT8OP93KA5N' where id=9; -update noar ti set b1='HNCRVBHT8OP93KA5N' where id=9; -update noar tt set v0='HYR66Y8N1CXQS7NVB9PJET41Q1KB0HT3' where id=9; -update noar ti set v0='HYR66Y8N1CXQS7NVB9PJET41Q1KB0HT3' where id=9; -update noar tt set b2='51U0I' where id=9; -update noar ti set b2='51U0I' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C36HZUEST1Q8EC2HG5G90QEHF0UEPM' where id=1; -update noar ti set v0='C36HZUEST1Q8EC2HG5G90QEHF0UEPM' where id=1; -update noar tt set b0='36J8JV9H7D5XAT9FT' where id=1; -update noar ti set b0='36J8JV9H7D5XAT9FT' where id=1; -update noar tt set v0='GEE8KPNXHKV4' where id=1; -update noar ti set v0='GEE8KPNXHKV4' where id=1; -update noar tt set b1='CI5FA2O3WT80G' where id=1; -update noar ti set b1='CI5FA2O3WT80G' where id=1; -update noar tt set v0='TO9' where id=1; -update noar ti set v0='TO9' where id=1; -update noar tt set b2='H61E9OWLF53K1LSZ81H6455ZVX5TX0' where id=1; -update noar ti set b2='H61E9OWLF53K1LSZ81H6455ZVX5TX0' where id=1; -update noar tt set v0='L5STQPKFZO3' where id=2; -update noar ti set v0='L5STQPKFZO3' where id=2; -update noar tt set b0='4MPAC26ADRUH' where id=2; -update noar ti set b0='4MPAC26ADRUH' where id=2; -update noar tt set v0='45GNQO833T2YBXQCY' where id=2; -update noar ti set v0='45GNQO833T2YBXQCY' where id=2; -update noar tt set b1='PVHSKPZFXQOPX4S6G0U70XWWC' where id=2; -update noar ti set b1='PVHSKPZFXQOPX4S6G0U70XWWC' where id=2; -update noar tt set v0='94D8D9Z2CCQ' where id=2; -update noar ti set v0='94D8D9Z2CCQ' where id=2; -update noar tt set b2='POU6TEUFEZQTRSCYJ' where id=2; -update noar ti set b2='POU6TEUFEZQTRSCYJ' where id=2; -update noar tt set v0='N2WYWRJXRF4RCYWIZCNZ' where id=3; -update noar ti set v0='N2WYWRJXRF4RCYWIZCNZ' where id=3; -update noar tt set b0='BX05GCHRSVNI6O57N9YLHRENNYT5' where id=3; -update noar ti set b0='BX05GCHRSVNI6O57N9YLHRENNYT5' where id=3; -update noar tt set v0='4AKF9ZHRX4UCAQ6JDW' where id=3; -update noar ti set v0='4AKF9ZHRX4UCAQ6JDW' where id=3; -update noar tt set b1='NDWYANAY0DVBOJYFGCIGJR1MTJ3OQV' where id=3; -update noar ti set b1='NDWYANAY0DVBOJYFGCIGJR1MTJ3OQV' where id=3; -update noar tt set v0='X6I' where id=3; -update noar ti set v0='X6I' where id=3; -update noar tt set b2='DBUDX1WO3' where id=3; -update noar ti set b2='DBUDX1WO3' where id=3; -update noar tt set v0='6SFF' where id=4; -update noar ti set v0='6SFF' where id=4; -update noar tt set b0='NEGS' where id=4; -update noar ti set b0='NEGS' where id=4; -update noar tt set v0='385AH0O2Y7FILZ' where id=4; -update noar ti set v0='385AH0O2Y7FILZ' where id=4; -update noar tt set b1='585' where id=4; -update noar ti set b1='585' where id=4; -update noar tt set v0='KI48I2P9C732XWNYCMBDD5JCN2E' where id=4; -update noar ti set v0='KI48I2P9C732XWNYCMBDD5JCN2E' where id=4; -update noar tt set b2='0Y86B1ER520HP1' where id=4; -update noar ti set b2='0Y86B1ER520HP1' where id=4; -update noar tt set v0='A95PPO36G56FH' where id=5; -update noar ti set v0='A95PPO36G56FH' where id=5; -update noar tt set b0='I55BFWUUMEPTCVFLLONIOWW1' where id=5; -update noar ti set b0='I55BFWUUMEPTCVFLLONIOWW1' where id=5; -update noar tt set v0='DRDVL57LT3XKW6VIWG1QDJF7' where id=5; -update noar ti set v0='DRDVL57LT3XKW6VIWG1QDJF7' where id=5; -update noar tt set b1='IF3UHWP5JMHIY' where id=5; -update noar ti set b1='IF3UHWP5JMHIY' where id=5; -update noar tt set v0='R4OA1UY3M' where id=5; -update noar ti set v0='R4OA1UY3M' where id=5; -update noar tt set b2='CPTRMBQY5N7YCM' where id=5; -update noar ti set b2='CPTRMBQY5N7YCM' where id=5; -update noar tt set v0='81Z' where id=6; -update noar ti set v0='81Z' where id=6; -update noar tt set b0='S5KJGLJIR9' where id=6; -update noar ti set b0='S5KJGLJIR9' where id=6; -update noar tt set v0='NHU' where id=6; -update noar ti set v0='NHU' where id=6; -update noar tt set b1='0EUZV632ERWLB1' where id=6; -update noar ti set b1='0EUZV632ERWLB1' where id=6; -update noar tt set v0='8QP4PM' where id=6; -update noar ti set v0='8QP4PM' where id=6; -update noar tt set b2='EIQGP4WULQLLUCFPCB' where id=6; -update noar ti set b2='EIQGP4WULQLLUCFPCB' where id=6; -update noar tt set v0='P9129VX9AV' where id=7; -update noar ti set v0='P9129VX9AV' where id=7; -update noar tt set b0='OGNDP01FAQVB0U5JIEVVYF4WD9V3' where id=7; -update noar ti set b0='OGNDP01FAQVB0U5JIEVVYF4WD9V3' where id=7; -update noar tt set v0='4NGNQ' where id=7; -update noar ti set v0='4NGNQ' where id=7; -update noar tt set b1='YHJUSH1TW5VTFR3ZJ72H8GIO4JNMR5Z' where id=7; -update noar ti set b1='YHJUSH1TW5VTFR3ZJ72H8GIO4JNMR5Z' where id=7; -update noar tt set v0='U' where id=7; -update noar ti set v0='U' where id=7; -update noar tt set b2='IQILSVHC4XDZ7WC3IYPQXHP2TWUQ' where id=7; -update noar ti set b2='IQILSVHC4XDZ7WC3IYPQXHP2TWUQ' where id=7; -update noar tt set v0='8LUENSHEX9S688SM78A' where id=8; -update noar ti set v0='8LUENSHEX9S688SM78A' where id=8; -update noar tt set b0='XLVG4OJ4ZFUF7ZHE3HPU1D5OER7XRHB' where id=8; -update noar ti set b0='XLVG4OJ4ZFUF7ZHE3HPU1D5OER7XRHB' where id=8; -update noar tt set v0='1LEQX' where id=8; -update noar ti set v0='1LEQX' where id=8; -update noar tt set b1='9JGWRVXLZV' where id=8; -update noar ti set b1='9JGWRVXLZV' where id=8; -update noar tt set v0='PW1HZUORRP39YX9P241NP7TJRCE0' where id=8; -update noar ti set v0='PW1HZUORRP39YX9P241NP7TJRCE0' where id=8; -update noar tt set b2='R88X9PPI' where id=8; -update noar ti set b2='R88X9PPI' where id=8; -update noar tt set v0='WKNZBTGV4UBC97X7U6PNHKBEZF' where id=9; -update noar ti set v0='WKNZBTGV4UBC97X7U6PNHKBEZF' where id=9; -update noar tt set b0='26S02F8E' where id=9; -update noar ti set b0='26S02F8E' where id=9; -update noar tt set v0='R4AV9PCU5A' where id=9; -update noar ti set v0='R4AV9PCU5A' where id=9; -update noar tt set b1='7L' where id=9; -update noar ti set b1='7L' where id=9; -update noar tt set v0='3NOUSJXWDRAAWI48CEDPULQ54Y6CZ' where id=9; -update noar ti set v0='3NOUSJXWDRAAWI48CEDPULQ54Y6CZ' where id=9; -update noar tt set b2='Y' where id=9; -update noar ti set b2='Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FUPYHDGNF1A06G' where id=1; -update noar ti set v0='FUPYHDGNF1A06G' where id=1; -update noar tt set b0='F43ST7XYO' where id=1; -update noar ti set b0='F43ST7XYO' where id=1; -update noar tt set v0='HLWBWJU3' where id=1; -update noar ti set v0='HLWBWJU3' where id=1; -update noar tt set b1='9DY77CE8KVVVBNTJ4T2QDWU5XZWCQX6Z' where id=1; -update noar ti set b1='9DY77CE8KVVVBNTJ4T2QDWU5XZWCQX6Z' where id=1; -update noar tt set v0='I03CD1MEE1OQUYW56HE8C1R7BIT7FQFJ' where id=1; -update noar ti set v0='I03CD1MEE1OQUYW56HE8C1R7BIT7FQFJ' where id=1; -update noar tt set b2='9V9X35I5XURE' where id=1; -update noar ti set b2='9V9X35I5XURE' where id=1; -update noar tt set v0='9B8X4BB' where id=2; -update noar ti set v0='9B8X4BB' where id=2; -update noar tt set b0='97O' where id=2; -update noar ti set b0='97O' where id=2; -update noar tt set v0='WYFH' where id=2; -update noar ti set v0='WYFH' where id=2; -update noar tt set b1='H1WR5' where id=2; -update noar ti set b1='H1WR5' where id=2; -update noar tt set v0='MDRL1M5SJ8F' where id=2; -update noar ti set v0='MDRL1M5SJ8F' where id=2; -update noar tt set b2='0HZNM33WJQN0' where id=2; -update noar ti set b2='0HZNM33WJQN0' where id=2; -update noar tt set v0='8LT3EP7YEXMAE2I0I7M14D' where id=3; -update noar ti set v0='8LT3EP7YEXMAE2I0I7M14D' where id=3; -update noar tt set b0='7C4I5AKJMUWR9286XQ70SAS2M' where id=3; -update noar ti set b0='7C4I5AKJMUWR9286XQ70SAS2M' where id=3; -update noar tt set v0='MVEG6KJCG2RIC34ODHCMIGY' where id=3; -update noar ti set v0='MVEG6KJCG2RIC34ODHCMIGY' where id=3; -update noar tt set b1='PGOKP785' where id=3; -update noar ti set b1='PGOKP785' where id=3; -update noar tt set v0='CCTK7UWCEFUVB45O9NYOI' where id=3; -update noar ti set v0='CCTK7UWCEFUVB45O9NYOI' where id=3; -update noar tt set b2='T13VC' where id=3; -update noar ti set b2='T13VC' where id=3; -update noar tt set v0='VEI303DC6XMZ0HBYE4SKH' where id=4; -update noar ti set v0='VEI303DC6XMZ0HBYE4SKH' where id=4; -update noar tt set b0='914GUTMT1DOB1OLPE' where id=4; -update noar ti set b0='914GUTMT1DOB1OLPE' where id=4; -update noar tt set v0='7IUU' where id=4; -update noar ti set v0='7IUU' where id=4; -update noar tt set b1='2VN2UWTC4TRE' where id=4; -update noar ti set b1='2VN2UWTC4TRE' where id=4; -update noar tt set v0='O66JHIVO1AGBFCQ4EZQBG0B' where id=4; -update noar ti set v0='O66JHIVO1AGBFCQ4EZQBG0B' where id=4; -update noar tt set b2='C5P8' where id=4; -update noar ti set b2='C5P8' where id=4; -update noar tt set v0='QR05WA5PD' where id=5; -update noar ti set v0='QR05WA5PD' where id=5; -update noar tt set b0='84JTVN8ATF' where id=5; -update noar ti set b0='84JTVN8ATF' where id=5; -update noar tt set v0='JT94DMCHFIMFVLI2RFC5FPVCBXOCP' where id=5; -update noar ti set v0='JT94DMCHFIMFVLI2RFC5FPVCBXOCP' where id=5; -update noar tt set b1='DVYT7VF0VDS2G9' where id=5; -update noar ti set b1='DVYT7VF0VDS2G9' where id=5; -update noar tt set v0='7BX67U528R6ROEAHW0II9ZR9' where id=5; -update noar ti set v0='7BX67U528R6ROEAHW0II9ZR9' where id=5; -update noar tt set b2='G2DCYIM9E5A0XIER438YC' where id=5; -update noar ti set b2='G2DCYIM9E5A0XIER438YC' where id=5; -update noar tt set v0='3L64' where id=6; -update noar ti set v0='3L64' where id=6; -update noar tt set b0='DKDMRE' where id=6; -update noar ti set b0='DKDMRE' where id=6; -update noar tt set v0='LSV1G944Q' where id=6; -update noar ti set v0='LSV1G944Q' where id=6; -update noar tt set b1='OXY68XHZL5GFO3XQ1G182TX' where id=6; -update noar ti set b1='OXY68XHZL5GFO3XQ1G182TX' where id=6; -update noar tt set v0='XNEOTPHKBPLPZ7UFYE9M9E' where id=6; -update noar ti set v0='XNEOTPHKBPLPZ7UFYE9M9E' where id=6; -update noar tt set b2='V9M2EEEO1HG7M1KHP8EBLKHJT8' where id=6; -update noar ti set b2='V9M2EEEO1HG7M1KHP8EBLKHJT8' where id=6; -update noar tt set v0='11SAC4M26X2X9RZJ7K23OK' where id=7; -update noar ti set v0='11SAC4M26X2X9RZJ7K23OK' where id=7; -update noar tt set b0='IK5XR3J130Y3LKRKTG8L1X187NQJ' where id=7; -update noar ti set b0='IK5XR3J130Y3LKRKTG8L1X187NQJ' where id=7; -update noar tt set v0='3D9QRSJ' where id=7; -update noar ti set v0='3D9QRSJ' where id=7; -update noar tt set b1='NTSTZI07ZQI4BDILUXDIKWC7PCLTA' where id=7; -update noar ti set b1='NTSTZI07ZQI4BDILUXDIKWC7PCLTA' where id=7; -update noar tt set v0='H6D1XBTNP8SZDINQXUO4I' where id=7; -update noar ti set v0='H6D1XBTNP8SZDINQXUO4I' where id=7; -update noar tt set b2='8FT' where id=7; -update noar ti set b2='8FT' where id=7; -update noar tt set v0='CLQN8TD9WRT8GOVGA9OMWAN9LTM100' where id=8; -update noar ti set v0='CLQN8TD9WRT8GOVGA9OMWAN9LTM100' where id=8; -update noar tt set b0='4L7LCGMES48M' where id=8; -update noar ti set b0='4L7LCGMES48M' where id=8; -update noar tt set v0='VUJ87D0CMPOFNG' where id=8; -update noar ti set v0='VUJ87D0CMPOFNG' where id=8; -update noar tt set b1='SYB3DUANMPK4IXEJMOZO7MOT' where id=8; -update noar ti set b1='SYB3DUANMPK4IXEJMOZO7MOT' where id=8; -update noar tt set v0='LJ29Y07Q6DJAE30N' where id=8; -update noar ti set v0='LJ29Y07Q6DJAE30N' where id=8; -update noar tt set b2='5AWE6LXUB6FIR' where id=8; -update noar ti set b2='5AWE6LXUB6FIR' where id=8; -update noar tt set v0='473NI0VBUSDFZ23K1AJI' where id=9; -update noar ti set v0='473NI0VBUSDFZ23K1AJI' where id=9; -update noar tt set b0='P51Z' where id=9; -update noar ti set b0='P51Z' where id=9; -update noar tt set v0='FRAA6BL9WJNW41FVYV9QOD' where id=9; -update noar ti set v0='FRAA6BL9WJNW41FVYV9QOD' where id=9; -update noar tt set b1='6' where id=9; -update noar ti set b1='6' where id=9; -update noar tt set v0='1PBUUP4FQ7JM0X7UI74' where id=9; -update noar ti set v0='1PBUUP4FQ7JM0X7UI74' where id=9; -update noar tt set b2='QR0UZI72K5L29M5OLZ4SVRK' where id=9; -update noar ti set b2='QR0UZI72K5L29M5OLZ4SVRK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AWFE8OQ1E1FO616TR7OA8ZTDT' where id=1; -update noar ti set v0='AWFE8OQ1E1FO616TR7OA8ZTDT' where id=1; -update noar tt set b0='7M102Z0M5R8EXZA4MI' where id=1; -update noar ti set b0='7M102Z0M5R8EXZA4MI' where id=1; -update noar tt set v0='BZG96LW0GOYAO' where id=1; -update noar ti set v0='BZG96LW0GOYAO' where id=1; -update noar tt set b1='T7Z89JTW0OEH13HF' where id=1; -update noar ti set b1='T7Z89JTW0OEH13HF' where id=1; -update noar tt set v0='91320WY5GSJA6N65DXCONIX163S7' where id=1; -update noar ti set v0='91320WY5GSJA6N65DXCONIX163S7' where id=1; -update noar tt set b2='IF0X0DEUDQOP2BIFVD' where id=1; -update noar ti set b2='IF0X0DEUDQOP2BIFVD' where id=1; -update noar tt set v0='Q0TQ9DG5BEENYOCHS03TUWRJG3A' where id=2; -update noar ti set v0='Q0TQ9DG5BEENYOCHS03TUWRJG3A' where id=2; -update noar tt set b0='YE4X5D3SMYWLRW2ZP5' where id=2; -update noar ti set b0='YE4X5D3SMYWLRW2ZP5' where id=2; -update noar tt set v0='SSLVY5' where id=2; -update noar ti set v0='SSLVY5' where id=2; -update noar tt set b1='7WZ18ILWYI5GC61L7VET3' where id=2; -update noar ti set b1='7WZ18ILWYI5GC61L7VET3' where id=2; -update noar tt set v0='J' where id=2; -update noar ti set v0='J' where id=2; -update noar tt set b2='05X1RO4GKWOYUP3K0SKDLA86Z1XX6BT' where id=2; -update noar ti set b2='05X1RO4GKWOYUP3K0SKDLA86Z1XX6BT' where id=2; -update noar tt set v0='M5MQVR' where id=3; -update noar ti set v0='M5MQVR' where id=3; -update noar tt set b0='TIR2UKCSOFMYUGO5472TD5RT' where id=3; -update noar ti set b0='TIR2UKCSOFMYUGO5472TD5RT' where id=3; -update noar tt set v0='FT2LNNOJWJFVG14IW' where id=3; -update noar ti set v0='FT2LNNOJWJFVG14IW' where id=3; -update noar tt set b1='9TOOWAH' where id=3; -update noar ti set b1='9TOOWAH' where id=3; -update noar tt set v0='XJ9K78' where id=3; -update noar ti set v0='XJ9K78' where id=3; -update noar tt set b2='ESBLTK' where id=3; -update noar ti set b2='ESBLTK' where id=3; -update noar tt set v0='7O29PDQQNPO0NFH4DPQXZVVE9F' where id=4; -update noar ti set v0='7O29PDQQNPO0NFH4DPQXZVVE9F' where id=4; -update noar tt set b0='0HBYFECN9ASG0NR4TQDID0ZCM9L' where id=4; -update noar ti set b0='0HBYFECN9ASG0NR4TQDID0ZCM9L' where id=4; -update noar tt set v0='VSPY1QPYTK3YQ9K6JB5H4DM73R' where id=4; -update noar ti set v0='VSPY1QPYTK3YQ9K6JB5H4DM73R' where id=4; -update noar tt set b1='WK7AB8INJZCO3DL' where id=4; -update noar ti set b1='WK7AB8INJZCO3DL' where id=4; -update noar tt set v0='HM8L2S28FSA2HDQS7MINDGT' where id=4; -update noar ti set v0='HM8L2S28FSA2HDQS7MINDGT' where id=4; -update noar tt set b2='ACW' where id=4; -update noar ti set b2='ACW' where id=4; -update noar tt set v0='OAOKG5L8IRQ8OZ18ZI2BRF' where id=5; -update noar ti set v0='OAOKG5L8IRQ8OZ18ZI2BRF' where id=5; -update noar tt set b0='K1' where id=5; -update noar ti set b0='K1' where id=5; -update noar tt set v0='L0Q6TG79RL' where id=5; -update noar ti set v0='L0Q6TG79RL' where id=5; -update noar tt set b1='WDCNMFM31AKKEDRPI3ZIQ16M' where id=5; -update noar ti set b1='WDCNMFM31AKKEDRPI3ZIQ16M' where id=5; -update noar tt set v0='GRB3S6LSLPCLQDNAMLM0DRK9IH' where id=5; -update noar ti set v0='GRB3S6LSLPCLQDNAMLM0DRK9IH' where id=5; -update noar tt set b2='7NNEEXBI0ERDRW23FWRNP2KQRBLEQ' where id=5; -update noar ti set b2='7NNEEXBI0ERDRW23FWRNP2KQRBLEQ' where id=5; -update noar tt set v0='PHZD7ULA1W51VT6PMI739XZS' where id=6; -update noar ti set v0='PHZD7ULA1W51VT6PMI739XZS' where id=6; -update noar tt set b0='3945SX04W11J04Y' where id=6; -update noar ti set b0='3945SX04W11J04Y' where id=6; -update noar tt set v0='WUZ70OI7ZTV0KWOEMI' where id=6; -update noar ti set v0='WUZ70OI7ZTV0KWOEMI' where id=6; -update noar tt set b1='T' where id=6; -update noar ti set b1='T' where id=6; -update noar tt set v0='EZMOHX14Y0FR' where id=6; -update noar ti set v0='EZMOHX14Y0FR' where id=6; -update noar tt set b2='C74Q08PFU7SBTAEG52OAAHCO' where id=6; -update noar ti set b2='C74Q08PFU7SBTAEG52OAAHCO' where id=6; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b0='R6GJD95LYE46' where id=7; -update noar ti set b0='R6GJD95LYE46' where id=7; -update noar tt set v0='WG1CHOSEPFH36RKB6RY51WS' where id=7; -update noar ti set v0='WG1CHOSEPFH36RKB6RY51WS' where id=7; -update noar tt set b1='7XTOK' where id=7; -update noar ti set b1='7XTOK' where id=7; -update noar tt set v0='06YRMX0QP6SG6QUJJ19NKZXHR6' where id=7; -update noar ti set v0='06YRMX0QP6SG6QUJJ19NKZXHR6' where id=7; -update noar tt set b2='Q2HM9KS8CBTGYVCL3C31X' where id=7; -update noar ti set b2='Q2HM9KS8CBTGYVCL3C31X' where id=7; -update noar tt set v0='327KGVFXPA0316FT1ZA8XIAIX0H' where id=8; -update noar ti set v0='327KGVFXPA0316FT1ZA8XIAIX0H' where id=8; -update noar tt set b0='X3X361PXNR44Q6G5WIN5IRAVFIS5I' where id=8; -update noar ti set b0='X3X361PXNR44Q6G5WIN5IRAVFIS5I' where id=8; -update noar tt set v0='98UZSF9BUM1ROH0OV2' where id=8; -update noar ti set v0='98UZSF9BUM1ROH0OV2' where id=8; -update noar tt set b1='ZNCHZH8NQL' where id=8; -update noar ti set b1='ZNCHZH8NQL' where id=8; -update noar tt set v0='48FBHIG0N5XHHEA' where id=8; -update noar ti set v0='48FBHIG0N5XHHEA' where id=8; -update noar tt set b2='HUQ0S0HOHKD61ZZEOVR1LNV14H' where id=8; -update noar ti set b2='HUQ0S0HOHKD61ZZEOVR1LNV14H' where id=8; -update noar tt set v0='WIHJDOI6ILQLS833AI2R' where id=9; -update noar ti set v0='WIHJDOI6ILQLS833AI2R' where id=9; -update noar tt set b0='0UNZKDPCS' where id=9; -update noar ti set b0='0UNZKDPCS' where id=9; -update noar tt set v0='FZTQKCGIQS7HZGS2WF' where id=9; -update noar ti set v0='FZTQKCGIQS7HZGS2WF' where id=9; -update noar tt set b1='4IGWIHGSWCD96XWQVST4VQF5' where id=9; -update noar ti set b1='4IGWIHGSWCD96XWQVST4VQF5' where id=9; -update noar tt set v0='M9J50DDC5GT8KBKXWT97728CEEJ' where id=9; -update noar ti set v0='M9J50DDC5GT8KBKXWT97728CEEJ' where id=9; -update noar tt set b2='EKL1PKSRVRH40RFY' where id=9; -update noar ti set b2='EKL1PKSRVRH40RFY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ON34SW6GOI6YEEYHIT4T' where id=1; -update noar ti set v0='ON34SW6GOI6YEEYHIT4T' where id=1; -update noar tt set b0='3EEMUY3P90' where id=1; -update noar ti set b0='3EEMUY3P90' where id=1; -update noar tt set v0='TS' where id=1; -update noar ti set v0='TS' where id=1; -update noar tt set b1='RLHOOZDTBQ' where id=1; -update noar ti set b1='RLHOOZDTBQ' where id=1; -update noar tt set v0='NRWUFVX65P9X8MOWQ5GPFV' where id=1; -update noar ti set v0='NRWUFVX65P9X8MOWQ5GPFV' where id=1; -update noar tt set b2='Q4GQLMZ5BJIMDC' where id=1; -update noar ti set b2='Q4GQLMZ5BJIMDC' where id=1; -update noar tt set v0='K5NIM86I5JB1T2X8L6G8NS6OG6W' where id=2; -update noar ti set v0='K5NIM86I5JB1T2X8L6G8NS6OG6W' where id=2; -update noar tt set b0='FT36QBK4MBMEEM0SPLDRNJ' where id=2; -update noar ti set b0='FT36QBK4MBMEEM0SPLDRNJ' where id=2; -update noar tt set v0='7ZV6MWYKYGTW5BPOFL' where id=2; -update noar ti set v0='7ZV6MWYKYGTW5BPOFL' where id=2; -update noar tt set b1='X0RXBN4YT8MR8GKIGX2ZCCDG5DH' where id=2; -update noar ti set b1='X0RXBN4YT8MR8GKIGX2ZCCDG5DH' where id=2; -update noar tt set v0='G9AKVXO3' where id=2; -update noar ti set v0='G9AKVXO3' where id=2; -update noar tt set b2='OOBQ3OEFKS7E1H0SQYTJVPPJMEN4' where id=2; -update noar ti set b2='OOBQ3OEFKS7E1H0SQYTJVPPJMEN4' where id=2; -update noar tt set v0='4' where id=3; -update noar ti set v0='4' where id=3; -update noar tt set b0='X7IAILF08583IT1IY17V5ZFGIGHDWLX3' where id=3; -update noar ti set b0='X7IAILF08583IT1IY17V5ZFGIGHDWLX3' where id=3; -update noar tt set v0='NWXHVFO9Z' where id=3; -update noar ti set v0='NWXHVFO9Z' where id=3; -update noar tt set b1='XNIIUSPF3GWN2K1AFIEMS41' where id=3; -update noar ti set b1='XNIIUSPF3GWN2K1AFIEMS41' where id=3; -update noar tt set v0='LIGMTF924REBH0J' where id=3; -update noar ti set v0='LIGMTF924REBH0J' where id=3; -update noar tt set b2='RS10M9NA5F1J0GV' where id=3; -update noar ti set b2='RS10M9NA5F1J0GV' where id=3; -update noar tt set v0='LQ0MQIWDN98C408QFP' where id=4; -update noar ti set v0='LQ0MQIWDN98C408QFP' where id=4; -update noar tt set b0='RR9OW' where id=4; -update noar ti set b0='RR9OW' where id=4; -update noar tt set v0='BOYZEYFH2XSTMHCU71XKPZ6FD90QTV9X' where id=4; -update noar ti set v0='BOYZEYFH2XSTMHCU71XKPZ6FD90QTV9X' where id=4; -update noar tt set b1='W2QU4XKNZ511' where id=4; -update noar ti set b1='W2QU4XKNZ511' where id=4; -update noar tt set v0='1RWRMZD0KA5Y0BAU2WYJTP2ZWR' where id=4; -update noar ti set v0='1RWRMZD0KA5Y0BAU2WYJTP2ZWR' where id=4; -update noar tt set b2='7' where id=4; -update noar ti set b2='7' where id=4; -update noar tt set v0='EE' where id=5; -update noar ti set v0='EE' where id=5; -update noar tt set b0='5AL7CE92GT' where id=5; -update noar ti set b0='5AL7CE92GT' where id=5; -update noar tt set v0='BJIS15P17SGQP38FL1QPGZQODUGW4XZS' where id=5; -update noar ti set v0='BJIS15P17SGQP38FL1QPGZQODUGW4XZS' where id=5; -update noar tt set b1='Z1O6X4NWGQDI9I43JMSE4GN' where id=5; -update noar ti set b1='Z1O6X4NWGQDI9I43JMSE4GN' where id=5; -update noar tt set v0='FJTJIDC2ZPM9LXFGGQWRA' where id=5; -update noar ti set v0='FJTJIDC2ZPM9LXFGGQWRA' where id=5; -update noar tt set b2='T77QTT7V5LRZUAVHBVPD0ACV4F' where id=5; -update noar ti set b2='T77QTT7V5LRZUAVHBVPD0ACV4F' where id=5; -update noar tt set v0='GNT4L4J0V3' where id=6; -update noar ti set v0='GNT4L4J0V3' where id=6; -update noar tt set b0='FSGQ40SAQ2PW8G6BQJ3HOM302' where id=6; -update noar ti set b0='FSGQ40SAQ2PW8G6BQJ3HOM302' where id=6; -update noar tt set v0='YQ5' where id=6; -update noar ti set v0='YQ5' where id=6; -update noar tt set b1='XR80YMUF92' where id=6; -update noar ti set b1='XR80YMUF92' where id=6; -update noar tt set v0='PF309N31UIMVFI8EOHJOWQ6LO6NBMB5' where id=6; -update noar ti set v0='PF309N31UIMVFI8EOHJOWQ6LO6NBMB5' where id=6; -update noar tt set b2='VJC6LHQM9UZ3' where id=6; -update noar ti set b2='VJC6LHQM9UZ3' where id=6; -update noar tt set v0='YGQFQJG3Z7ZIBCL5EXT8' where id=7; -update noar ti set v0='YGQFQJG3Z7ZIBCL5EXT8' where id=7; -update noar tt set b0='FTGCCRU' where id=7; -update noar ti set b0='FTGCCRU' where id=7; -update noar tt set v0='WZAKE46509' where id=7; -update noar ti set v0='WZAKE46509' where id=7; -update noar tt set b1='CBUPWWIAHJVE67SCZ9G4TN7P' where id=7; -update noar ti set b1='CBUPWWIAHJVE67SCZ9G4TN7P' where id=7; -update noar tt set v0='RTJ03' where id=7; -update noar ti set v0='RTJ03' where id=7; -update noar tt set b2='VIB' where id=7; -update noar ti set b2='VIB' where id=7; -update noar tt set v0='NUCUQDLQF2TOBMSPFZ' where id=8; -update noar ti set v0='NUCUQDLQF2TOBMSPFZ' where id=8; -update noar tt set b0='5GHZ2PI8TS4L8WY4W' where id=8; -update noar ti set b0='5GHZ2PI8TS4L8WY4W' where id=8; -update noar tt set v0='JU40VR5TNNZKJCHMJ8' where id=8; -update noar ti set v0='JU40VR5TNNZKJCHMJ8' where id=8; -update noar tt set b1='QNG6B2' where id=8; -update noar ti set b1='QNG6B2' where id=8; -update noar tt set v0='CN4JHQQT26FW7AMLMDOCUJ83YB' where id=8; -update noar ti set v0='CN4JHQQT26FW7AMLMDOCUJ83YB' where id=8; -update noar tt set b2='IO6QT9W' where id=8; -update noar ti set b2='IO6QT9W' where id=8; -update noar tt set v0='GLT2IXMGUJKZF0ZO6Y0LIMPUR2RAR' where id=9; -update noar ti set v0='GLT2IXMGUJKZF0ZO6Y0LIMPUR2RAR' where id=9; -update noar tt set b0='GQOZIU419CI8AX' where id=9; -update noar ti set b0='GQOZIU419CI8AX' where id=9; -update noar tt set v0='G1847DTXD5K4TNE4DZKR7LW' where id=9; -update noar ti set v0='G1847DTXD5K4TNE4DZKR7LW' where id=9; -update noar tt set b1='N' where id=9; -update noar ti set b1='N' where id=9; -update noar tt set v0='CMHG24TNY0HE9JCV1K8QC2B3G' where id=9; -update noar ti set v0='CMHG24TNY0HE9JCV1K8QC2B3G' where id=9; -update noar tt set b2='YG759HGELB06KCMH0AGY' where id=9; -update noar ti set b2='YG759HGELB06KCMH0AGY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8Y3' where id=1; -update noar ti set v0='8Y3' where id=1; -update noar tt set b0='C7M20TP5NKK' where id=1; -update noar ti set b0='C7M20TP5NKK' where id=1; -update noar tt set v0='2ISG42PKQUYJ3' where id=1; -update noar ti set v0='2ISG42PKQUYJ3' where id=1; -update noar tt set b1='DJFRKU8X' where id=1; -update noar ti set b1='DJFRKU8X' where id=1; -update noar tt set v0='PEZLQW4KNI8KS99CT2C6AKZ1OK1' where id=1; -update noar ti set v0='PEZLQW4KNI8KS99CT2C6AKZ1OK1' where id=1; -update noar tt set b2='0FCRQVLB5DFDS3K6N26BCA1M1VMB403' where id=1; -update noar ti set b2='0FCRQVLB5DFDS3K6N26BCA1M1VMB403' where id=1; -update noar tt set v0='2U5V9ZSPD2MY3O25XXL2N6ZWB4Q6DWGE' where id=2; -update noar ti set v0='2U5V9ZSPD2MY3O25XXL2N6ZWB4Q6DWGE' where id=2; -update noar tt set b0='60O315' where id=2; -update noar ti set b0='60O315' where id=2; -update noar tt set v0='PFV4BEXLLRRNEEWTITGFSTS6' where id=2; -update noar ti set v0='PFV4BEXLLRRNEEWTITGFSTS6' where id=2; -update noar tt set b1='GFO8M01KOUXFD5A02OU3C4ZTGQZ8O' where id=2; -update noar ti set b1='GFO8M01KOUXFD5A02OU3C4ZTGQZ8O' where id=2; -update noar tt set v0='IZR1' where id=2; -update noar ti set v0='IZR1' where id=2; -update noar tt set b2='F6SCCPN2NFEKZP79N' where id=2; -update noar ti set b2='F6SCCPN2NFEKZP79N' where id=2; -update noar tt set v0='1IYS8D2OL30ZWU' where id=3; -update noar ti set v0='1IYS8D2OL30ZWU' where id=3; -update noar tt set b0='DMPWIBQCEAZ9RTHU' where id=3; -update noar ti set b0='DMPWIBQCEAZ9RTHU' where id=3; -update noar tt set v0='ONDJ7B94EN77IXSXEF23' where id=3; -update noar ti set v0='ONDJ7B94EN77IXSXEF23' where id=3; -update noar tt set b1='UR0WSHTBS4QZ' where id=3; -update noar ti set b1='UR0WSHTBS4QZ' where id=3; -update noar tt set v0='7TXALEXNOTPQFQG1YOTBCC' where id=3; -update noar ti set v0='7TXALEXNOTPQFQG1YOTBCC' where id=3; -update noar tt set b2='Y51ZCWRUE6UNVFLQE8QFGJBUTW7KEEW1' where id=3; -update noar ti set b2='Y51ZCWRUE6UNVFLQE8QFGJBUTW7KEEW1' where id=3; -update noar tt set v0='GQ4J9YUIOHP1XMALJDZG2' where id=4; -update noar ti set v0='GQ4J9YUIOHP1XMALJDZG2' where id=4; -update noar tt set b0='5D77OFM2RCP8K34C4877' where id=4; -update noar ti set b0='5D77OFM2RCP8K34C4877' where id=4; -update noar tt set v0='DPWBEJKK1' where id=4; -update noar ti set v0='DPWBEJKK1' where id=4; -update noar tt set b1='4PY93OUIDUL' where id=4; -update noar ti set b1='4PY93OUIDUL' where id=4; -update noar tt set v0='9B3QUDM74XNPELR4FOJ7YNUA8OAQQ' where id=4; -update noar ti set v0='9B3QUDM74XNPELR4FOJ7YNUA8OAQQ' where id=4; -update noar tt set b2='U2P' where id=4; -update noar ti set b2='U2P' where id=4; -update noar tt set v0='MVLAAO6ZZW0EP54ZHQW2QASI9HHFSSZK' where id=5; -update noar ti set v0='MVLAAO6ZZW0EP54ZHQW2QASI9HHFSSZK' where id=5; -update noar tt set b0='5DEZK0A28PXP9R45E4H' where id=5; -update noar ti set b0='5DEZK0A28PXP9R45E4H' where id=5; -update noar tt set v0='YL2LGG579J7' where id=5; -update noar ti set v0='YL2LGG579J7' where id=5; -update noar tt set b1='0N3U8H04ENSBB0J67AJU517IT81VU7W' where id=5; -update noar ti set b1='0N3U8H04ENSBB0J67AJU517IT81VU7W' where id=5; -update noar tt set v0='GGGSMOO69KWTJGNBRNNWLOG8PA' where id=5; -update noar ti set v0='GGGSMOO69KWTJGNBRNNWLOG8PA' where id=5; -update noar tt set b2='3BUA5Q' where id=5; -update noar ti set b2='3BUA5Q' where id=5; -update noar tt set v0='2AIXGG2USKTI8A' where id=6; -update noar ti set v0='2AIXGG2USKTI8A' where id=6; -update noar tt set b0='511JOA3UVHFJXLI2GYXZOXXL19' where id=6; -update noar ti set b0='511JOA3UVHFJXLI2GYXZOXXL19' where id=6; -update noar tt set v0='YJ8YG420YXZAPER' where id=6; -update noar ti set v0='YJ8YG420YXZAPER' where id=6; -update noar tt set b1='TV52WC6AA7HTQ7RWVVZBUMS0N0H4IU' where id=6; -update noar ti set b1='TV52WC6AA7HTQ7RWVVZBUMS0N0H4IU' where id=6; -update noar tt set v0='9NTD8DMB8PTECD5MXFOEUJ5L87' where id=6; -update noar ti set v0='9NTD8DMB8PTECD5MXFOEUJ5L87' where id=6; -update noar tt set b2='HQXNBEL9KYL2DPIHAVNLEKBAM1' where id=6; -update noar ti set b2='HQXNBEL9KYL2DPIHAVNLEKBAM1' where id=6; -update noar tt set v0='WY3LFGM0OTK3RXC8KO7TX3' where id=7; -update noar ti set v0='WY3LFGM0OTK3RXC8KO7TX3' where id=7; -update noar tt set b0='UYICPWZAKPO1DRVSEJRMFG88' where id=7; -update noar ti set b0='UYICPWZAKPO1DRVSEJRMFG88' where id=7; -update noar tt set v0='H4XGE' where id=7; -update noar ti set v0='H4XGE' where id=7; -update noar tt set b1='HKJEJF6' where id=7; -update noar ti set b1='HKJEJF6' where id=7; -update noar tt set v0='Q713SG03E' where id=7; -update noar ti set v0='Q713SG03E' where id=7; -update noar tt set b2='S4BAN' where id=7; -update noar ti set b2='S4BAN' where id=7; -update noar tt set v0='GC' where id=8; -update noar ti set v0='GC' where id=8; -update noar tt set b0='CR5YQDGXFHQ56V77W4LU1FZSR4GBRC2' where id=8; -update noar ti set b0='CR5YQDGXFHQ56V77W4LU1FZSR4GBRC2' where id=8; -update noar tt set v0='QVRCYS8SH1GYKWKLPQ6' where id=8; -update noar ti set v0='QVRCYS8SH1GYKWKLPQ6' where id=8; -update noar tt set b1='6CNGJHSOMOQSCZAN4' where id=8; -update noar ti set b1='6CNGJHSOMOQSCZAN4' where id=8; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b2='LF8JOERZ8TANILPUAN3I2O56F7YBBG4G' where id=8; -update noar ti set b2='LF8JOERZ8TANILPUAN3I2O56F7YBBG4G' where id=8; -update noar tt set v0='RZ5TQBROVDMBNWF2F6BE8MNG946' where id=9; -update noar ti set v0='RZ5TQBROVDMBNWF2F6BE8MNG946' where id=9; -update noar tt set b0='OOHO1L' where id=9; -update noar ti set b0='OOHO1L' where id=9; -update noar tt set v0='18VCHBJ7W4KJY6CQDY' where id=9; -update noar ti set v0='18VCHBJ7W4KJY6CQDY' where id=9; -update noar tt set b1='X5BCUCM9VEDYYIAY5FZTNJ5W' where id=9; -update noar ti set b1='X5BCUCM9VEDYYIAY5FZTNJ5W' where id=9; -update noar tt set v0='Y3887D8R2CGZYP7AO4G8TTO7' where id=9; -update noar ti set v0='Y3887D8R2CGZYP7AO4G8TTO7' where id=9; -update noar tt set b2='MEOZ2COU46VAAX4' where id=9; -update noar ti set b2='MEOZ2COU46VAAX4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RP7CWTP0UNYRTSVWJ' where id=1; -update noar ti set v0='RP7CWTP0UNYRTSVWJ' where id=1; -update noar tt set b0='H2' where id=1; -update noar ti set b0='H2' where id=1; -update noar tt set v0='0BYL4R8G9HND4VMWMNEOQYO9' where id=1; -update noar ti set v0='0BYL4R8G9HND4VMWMNEOQYO9' where id=1; -update noar tt set b1='74PLQCVRJCRFHKJ07980K4' where id=1; -update noar ti set b1='74PLQCVRJCRFHKJ07980K4' where id=1; -update noar tt set v0='MK7QYEG8UCHEHAMZ2JQKP' where id=1; -update noar ti set v0='MK7QYEG8UCHEHAMZ2JQKP' where id=1; -update noar tt set b2='VNS6MMZLULKB5SU9' where id=1; -update noar ti set b2='VNS6MMZLULKB5SU9' where id=1; -update noar tt set v0='96EA6JRIE0MHA74K2KZXMWBSBK' where id=2; -update noar ti set v0='96EA6JRIE0MHA74K2KZXMWBSBK' where id=2; -update noar tt set b0='3M1LFR91' where id=2; -update noar ti set b0='3M1LFR91' where id=2; -update noar tt set v0='06YHVUESSO3LYS396W6BT1N5' where id=2; -update noar ti set v0='06YHVUESSO3LYS396W6BT1N5' where id=2; -update noar tt set b1='I90L6' where id=2; -update noar ti set b1='I90L6' where id=2; -update noar tt set v0='QJLNAMAIIDUG' where id=2; -update noar ti set v0='QJLNAMAIIDUG' where id=2; -update noar tt set b2='A171AT8ZDPY2OBR4S9' where id=2; -update noar ti set b2='A171AT8ZDPY2OBR4S9' where id=2; -update noar tt set v0='IKZBS4K2' where id=3; -update noar ti set v0='IKZBS4K2' where id=3; -update noar tt set b0='20LSQ9JLF7U0XTML' where id=3; -update noar ti set b0='20LSQ9JLF7U0XTML' where id=3; -update noar tt set v0='EXFXU7IHYHLM1Q7DSIXH5RKJJICBH6' where id=3; -update noar ti set v0='EXFXU7IHYHLM1Q7DSIXH5RKJJICBH6' where id=3; -update noar tt set b1='TJ8ZKT1NVUS918LZTFZ' where id=3; -update noar ti set b1='TJ8ZKT1NVUS918LZTFZ' where id=3; -update noar tt set v0='E30DI811ATKH5LX37NGY9COGEK' where id=3; -update noar ti set v0='E30DI811ATKH5LX37NGY9COGEK' where id=3; -update noar tt set b2='GEN6IEOKW3R' where id=3; -update noar ti set b2='GEN6IEOKW3R' where id=3; -update noar tt set v0='VLBNSU6647' where id=4; -update noar ti set v0='VLBNSU6647' where id=4; -update noar tt set b0='F7BZVRUAUUJGS2ZIVILP7U' where id=4; -update noar ti set b0='F7BZVRUAUUJGS2ZIVILP7U' where id=4; -update noar tt set v0='6VGCON4QPOA483EDJVG1CS6L03L' where id=4; -update noar ti set v0='6VGCON4QPOA483EDJVG1CS6L03L' where id=4; -update noar tt set b1='6VOAVF' where id=4; -update noar ti set b1='6VOAVF' where id=4; -update noar tt set v0='DHGRTS4E1MLFO' where id=4; -update noar ti set v0='DHGRTS4E1MLFO' where id=4; -update noar tt set b2='VSNUPD' where id=4; -update noar ti set b2='VSNUPD' where id=4; -update noar tt set v0='X6RI4L2Z05NM5K0Y84K6W8R2' where id=5; -update noar ti set v0='X6RI4L2Z05NM5K0Y84K6W8R2' where id=5; -update noar tt set b0='Q3CPKIN7AWZC' where id=5; -update noar ti set b0='Q3CPKIN7AWZC' where id=5; -update noar tt set v0='MP8YMBMBNS' where id=5; -update noar ti set v0='MP8YMBMBNS' where id=5; -update noar tt set b1='A4OPRVH33' where id=5; -update noar ti set b1='A4OPRVH33' where id=5; -update noar tt set v0='ITJG7Y1DTTGHZ9HAXAOOFJVQ01HF4G' where id=5; -update noar ti set v0='ITJG7Y1DTTGHZ9HAXAOOFJVQ01HF4G' where id=5; -update noar tt set b2='5RGR4DZQ43CDXC' where id=5; -update noar ti set b2='5RGR4DZQ43CDXC' where id=5; -update noar tt set v0='D87Y5WN' where id=6; -update noar ti set v0='D87Y5WN' where id=6; -update noar tt set b0='G' where id=6; -update noar ti set b0='G' where id=6; -update noar tt set v0='YQ752CPTFT1WSLNV6' where id=6; -update noar ti set v0='YQ752CPTFT1WSLNV6' where id=6; -update noar tt set b1='RA3HNHL8I52HH9JK' where id=6; -update noar ti set b1='RA3HNHL8I52HH9JK' where id=6; -update noar tt set v0='NX90WCPXSPNQRAB0ATBXRA7UYV2DSE' where id=6; -update noar ti set v0='NX90WCPXSPNQRAB0ATBXRA7UYV2DSE' where id=6; -update noar tt set b2='BBUGZA' where id=6; -update noar ti set b2='BBUGZA' where id=6; -update noar tt set v0='EJBS46I' where id=7; -update noar ti set v0='EJBS46I' where id=7; -update noar tt set b0='ZKBUAPNC4GXPS2M23143M7SQID' where id=7; -update noar ti set b0='ZKBUAPNC4GXPS2M23143M7SQID' where id=7; -update noar tt set v0='53U' where id=7; -update noar ti set v0='53U' where id=7; -update noar tt set b1='30GQ4PWIB6DFFUDL4GSPNEJCLIELT' where id=7; -update noar ti set b1='30GQ4PWIB6DFFUDL4GSPNEJCLIELT' where id=7; -update noar tt set v0='MEN8ZFINIGCU5YBK' where id=7; -update noar ti set v0='MEN8ZFINIGCU5YBK' where id=7; -update noar tt set b2='8TZX5AAU' where id=7; -update noar ti set b2='8TZX5AAU' where id=7; -update noar tt set v0='QQIRMPX87NJUOM7D5YU60G' where id=8; -update noar ti set v0='QQIRMPX87NJUOM7D5YU60G' where id=8; -update noar tt set b0='OPP90DRY9PMJ' where id=8; -update noar ti set b0='OPP90DRY9PMJ' where id=8; -update noar tt set v0='S5SZXMSXGTGAQAN10B3WGRF' where id=8; -update noar ti set v0='S5SZXMSXGTGAQAN10B3WGRF' where id=8; -update noar tt set b1='YQHIORNSVLA9L3' where id=8; -update noar ti set b1='YQHIORNSVLA9L3' where id=8; -update noar tt set v0='LWH7YTTWDTZGOVMB9CV' where id=8; -update noar ti set v0='LWH7YTTWDTZGOVMB9CV' where id=8; -update noar tt set b2='IR85OPJI921MQBRY88DK' where id=8; -update noar ti set b2='IR85OPJI921MQBRY88DK' where id=8; -update noar tt set v0='2BHA6BWS0PIGZCO42TQM38RUD25QD' where id=9; -update noar ti set v0='2BHA6BWS0PIGZCO42TQM38RUD25QD' where id=9; -update noar tt set b0='I6KHR6I' where id=9; -update noar ti set b0='I6KHR6I' where id=9; -update noar tt set v0='10LFBX0LYRDXGF4BJFKZQJNH0H' where id=9; -update noar ti set v0='10LFBX0LYRDXGF4BJFKZQJNH0H' where id=9; -update noar tt set b1='BLLTY4V80DHCX3DKDTMO1W0C66' where id=9; -update noar ti set b1='BLLTY4V80DHCX3DKDTMO1W0C66' where id=9; -update noar tt set v0='Q7JDC3F3C406B5OT10ALKRW64' where id=9; -update noar ti set v0='Q7JDC3F3C406B5OT10ALKRW64' where id=9; -update noar tt set b2='FO9726N1GEAAEUJ8ZVT84A' where id=9; -update noar ti set b2='FO9726N1GEAAEUJ8ZVT84A' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YVHFGA42' where id=1; -update noar ti set v0='YVHFGA42' where id=1; -update noar tt set b0='HPI' where id=1; -update noar ti set b0='HPI' where id=1; -update noar tt set v0='9KCNJW1XEJNCTJ' where id=1; -update noar ti set v0='9KCNJW1XEJNCTJ' where id=1; -update noar tt set b1='5HM7OIWEYRIJSF5YMFLYDPCVC' where id=1; -update noar ti set b1='5HM7OIWEYRIJSF5YMFLYDPCVC' where id=1; -update noar tt set v0='FARLMBQ' where id=1; -update noar ti set v0='FARLMBQ' where id=1; -update noar tt set b2='B0U7' where id=1; -update noar ti set b2='B0U7' where id=1; -update noar tt set v0='8DQNPHJFW9NZ' where id=2; -update noar ti set v0='8DQNPHJFW9NZ' where id=2; -update noar tt set b0='32PJQ7I' where id=2; -update noar ti set b0='32PJQ7I' where id=2; -update noar tt set v0='F3Z80HY0GY5SP54HPQU' where id=2; -update noar ti set v0='F3Z80HY0GY5SP54HPQU' where id=2; -update noar tt set b1='GIVWCKC8KQ4PM0H09D7SDG4' where id=2; -update noar ti set b1='GIVWCKC8KQ4PM0H09D7SDG4' where id=2; -update noar tt set v0='C27ZNH7GEPTN3CO5OPT58TYN83' where id=2; -update noar ti set v0='C27ZNH7GEPTN3CO5OPT58TYN83' where id=2; -update noar tt set b2='0FAX88NDEI52FNB66D064YQW' where id=2; -update noar ti set b2='0FAX88NDEI52FNB66D064YQW' where id=2; -update noar tt set v0='7Z04R5C2FY11XMMR0HA340YMR' where id=3; -update noar ti set v0='7Z04R5C2FY11XMMR0HA340YMR' where id=3; -update noar tt set b0='SHFIZYCW92IFDXA9UH0FDLVUXB' where id=3; -update noar ti set b0='SHFIZYCW92IFDXA9UH0FDLVUXB' where id=3; -update noar tt set v0='FE6TR27YNM1UJXY5HPJ2EU01BD' where id=3; -update noar ti set v0='FE6TR27YNM1UJXY5HPJ2EU01BD' where id=3; -update noar tt set b1='XNLAQ0QDRM502A' where id=3; -update noar ti set b1='XNLAQ0QDRM502A' where id=3; -update noar tt set v0='P8HOG53Z2OAN70M1M' where id=3; -update noar ti set v0='P8HOG53Z2OAN70M1M' where id=3; -update noar tt set b2='M' where id=3; -update noar ti set b2='M' where id=3; -update noar tt set v0='M0B5P0BNTNWKXVZY1SFGAF5TC0W4WT' where id=4; -update noar ti set v0='M0B5P0BNTNWKXVZY1SFGAF5TC0W4WT' where id=4; -update noar tt set b0='Y3Q16O' where id=4; -update noar ti set b0='Y3Q16O' where id=4; -update noar tt set v0='9M24D39D' where id=4; -update noar ti set v0='9M24D39D' where id=4; -update noar tt set b1='AUBI2H1VOR96B6PA4UKU0GLG4D' where id=4; -update noar ti set b1='AUBI2H1VOR96B6PA4UKU0GLG4D' where id=4; -update noar tt set v0='LBXCA1WZQT66K7PH2M1BHZKDWA7KAHH' where id=4; -update noar ti set v0='LBXCA1WZQT66K7PH2M1BHZKDWA7KAHH' where id=4; -update noar tt set b2='0P76Y65Y80Z8DWTM887J1ZD67BITJIK5' where id=4; -update noar ti set b2='0P76Y65Y80Z8DWTM887J1ZD67BITJIK5' where id=4; -update noar tt set v0='MKOA85VC40EUBGFZ08N5B6Y47THV' where id=5; -update noar ti set v0='MKOA85VC40EUBGFZ08N5B6Y47THV' where id=5; -update noar tt set b0='NKSCZJW6YW7O1BQ5FD' where id=5; -update noar ti set b0='NKSCZJW6YW7O1BQ5FD' where id=5; -update noar tt set v0='KG5U7CLTSLBNPASK6J00' where id=5; -update noar ti set v0='KG5U7CLTSLBNPASK6J00' where id=5; -update noar tt set b1='N7WKLPO9F5M6G7NNBQ4PS92O0' where id=5; -update noar ti set b1='N7WKLPO9F5M6G7NNBQ4PS92O0' where id=5; -update noar tt set v0='3GF7X10QAZCAEOJYHR' where id=5; -update noar ti set v0='3GF7X10QAZCAEOJYHR' where id=5; -update noar tt set b2='5E9UZGJVSA961R' where id=5; -update noar ti set b2='5E9UZGJVSA961R' where id=5; -update noar tt set v0='INOMBPQ13' where id=6; -update noar ti set v0='INOMBPQ13' where id=6; -update noar tt set b0='RV0VI8DJOQTFY1VRUBW8GPIQRIM' where id=6; -update noar ti set b0='RV0VI8DJOQTFY1VRUBW8GPIQRIM' where id=6; -update noar tt set v0='SLZYIEH0GSQO9Y976SJM7OY8WCAMC9P' where id=6; -update noar ti set v0='SLZYIEH0GSQO9Y976SJM7OY8WCAMC9P' where id=6; -update noar tt set b1='GQX6P0XBP8' where id=6; -update noar ti set b1='GQX6P0XBP8' where id=6; -update noar tt set v0='V5LX63EOP5E6HS2' where id=6; -update noar ti set v0='V5LX63EOP5E6HS2' where id=6; -update noar tt set b2='6GWMAJ3669T307F' where id=6; -update noar ti set b2='6GWMAJ3669T307F' where id=6; -update noar tt set v0='E9TZWKCMRA044PE' where id=7; -update noar ti set v0='E9TZWKCMRA044PE' where id=7; -update noar tt set b0='CYFARUDS8CWCU9DORMII02N' where id=7; -update noar ti set b0='CYFARUDS8CWCU9DORMII02N' where id=7; -update noar tt set v0='X0CD7MR8FBLJFLQE135KUJ' where id=7; -update noar ti set v0='X0CD7MR8FBLJFLQE135KUJ' where id=7; -update noar tt set b1='874BRIOJU3INV0ZO6RB6SRN8CW' where id=7; -update noar ti set b1='874BRIOJU3INV0ZO6RB6SRN8CW' where id=7; -update noar tt set v0='FCNKRMJ' where id=7; -update noar ti set v0='FCNKRMJ' where id=7; -update noar tt set b2='VIYE91QZ7VLSV65FV' where id=7; -update noar ti set b2='VIYE91QZ7VLSV65FV' where id=7; -update noar tt set v0='LO9ZZY3E49X86LDO7DPJL2' where id=8; -update noar ti set v0='LO9ZZY3E49X86LDO7DPJL2' where id=8; -update noar tt set b0='KEGTD0' where id=8; -update noar ti set b0='KEGTD0' where id=8; -update noar tt set v0='XTDJQZCQUBQJKY0MV7FF2GA8A2' where id=8; -update noar ti set v0='XTDJQZCQUBQJKY0MV7FF2GA8A2' where id=8; -update noar tt set b1='CR6RYHAGWYQCIC6MJXWZTXC75FJA' where id=8; -update noar ti set b1='CR6RYHAGWYQCIC6MJXWZTXC75FJA' where id=8; -update noar tt set v0='59DD448RJKL' where id=8; -update noar ti set v0='59DD448RJKL' where id=8; -update noar tt set b2='TYWB' where id=8; -update noar ti set b2='TYWB' where id=8; -update noar tt set v0='YCZ0R65OSXPKXYY8N' where id=9; -update noar ti set v0='YCZ0R65OSXPKXYY8N' where id=9; -update noar tt set b0='HVQ3C5DNERP4C' where id=9; -update noar ti set b0='HVQ3C5DNERP4C' where id=9; -update noar tt set v0='U4E9M3DB6978B0T' where id=9; -update noar ti set v0='U4E9M3DB6978B0T' where id=9; -update noar tt set b1='VQ2UVBMRQHOHUJ795XYEPJ40J71DX' where id=9; -update noar ti set b1='VQ2UVBMRQHOHUJ795XYEPJ40J71DX' where id=9; -update noar tt set v0='YD46X1R2QUQNP8M6G1LJWNA1WRXP3Y5A' where id=9; -update noar ti set v0='YD46X1R2QUQNP8M6G1LJWNA1WRXP3Y5A' where id=9; -update noar tt set b2='N1IIZHXVX1K4G0' where id=9; -update noar ti set b2='N1IIZHXVX1K4G0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NZXJ90XMYGTZB0RPJ0SP' where id=1; -update noar ti set v0='NZXJ90XMYGTZB0RPJ0SP' where id=1; -update noar tt set b0='899T3TVG2LTTORAWL0EGI' where id=1; -update noar ti set b0='899T3TVG2LTTORAWL0EGI' where id=1; -update noar tt set v0='5WFSQGFMY56Z1' where id=1; -update noar ti set v0='5WFSQGFMY56Z1' where id=1; -update noar tt set b1='ZL4YN6BLROC' where id=1; -update noar ti set b1='ZL4YN6BLROC' where id=1; -update noar tt set v0='PB824GVF4HHU3Y2UVN' where id=1; -update noar ti set v0='PB824GVF4HHU3Y2UVN' where id=1; -update noar tt set b2='19GG3J899DOC8WC99RNU0RK26' where id=1; -update noar ti set b2='19GG3J899DOC8WC99RNU0RK26' where id=1; -update noar tt set v0='UY7IA5MSI3' where id=2; -update noar ti set v0='UY7IA5MSI3' where id=2; -update noar tt set b0='DAYFUPLX' where id=2; -update noar ti set b0='DAYFUPLX' where id=2; -update noar tt set v0='ST' where id=2; -update noar ti set v0='ST' where id=2; -update noar tt set b1='AJEDD3ZC41' where id=2; -update noar ti set b1='AJEDD3ZC41' where id=2; -update noar tt set v0='4HO1RIGUZBMM' where id=2; -update noar ti set v0='4HO1RIGUZBMM' where id=2; -update noar tt set b2='7MH6L7XZKI6' where id=2; -update noar ti set b2='7MH6L7XZKI6' where id=2; -update noar tt set v0='FYJO84BHH5XUW564WW6590JZC374' where id=3; -update noar ti set v0='FYJO84BHH5XUW564WW6590JZC374' where id=3; -update noar tt set b0='F78S' where id=3; -update noar ti set b0='F78S' where id=3; -update noar tt set v0='04AHZK5P' where id=3; -update noar ti set v0='04AHZK5P' where id=3; -update noar tt set b1='4Q27EG2ZAA470C0Q7CZIQFDQ' where id=3; -update noar ti set b1='4Q27EG2ZAA470C0Q7CZIQFDQ' where id=3; -update noar tt set v0='SE798L3AERBT' where id=3; -update noar ti set v0='SE798L3AERBT' where id=3; -update noar tt set b2='69NY2N5FI7NZSXDHX7WAFO4T2FX3GDJ' where id=3; -update noar ti set b2='69NY2N5FI7NZSXDHX7WAFO4T2FX3GDJ' where id=3; -update noar tt set v0='D1CS' where id=4; -update noar ti set v0='D1CS' where id=4; -update noar tt set b0='YZTDGG649QB218Y' where id=4; -update noar ti set b0='YZTDGG649QB218Y' where id=4; -update noar tt set v0='YYKDWWOPOCWEG' where id=4; -update noar ti set v0='YYKDWWOPOCWEG' where id=4; -update noar tt set b1='BGBJIOYDJ2ERACX1K2M' where id=4; -update noar ti set b1='BGBJIOYDJ2ERACX1K2M' where id=4; -update noar tt set v0='JJDK5' where id=4; -update noar ti set v0='JJDK5' where id=4; -update noar tt set b2='QHOYQLYML19MXXSKS43J59J' where id=4; -update noar ti set b2='QHOYQLYML19MXXSKS43J59J' where id=4; -update noar tt set v0='VCK2G203AHNV7EX891M730A193LV' where id=5; -update noar ti set v0='VCK2G203AHNV7EX891M730A193LV' where id=5; -update noar tt set b0='T2S0' where id=5; -update noar ti set b0='T2S0' where id=5; -update noar tt set v0='8' where id=5; -update noar ti set v0='8' where id=5; -update noar tt set b1='ELNBDW3T2PMKSEAQU' where id=5; -update noar ti set b1='ELNBDW3T2PMKSEAQU' where id=5; -update noar tt set v0='LFQ' where id=5; -update noar ti set v0='LFQ' where id=5; -update noar tt set b2='SJUBUB3UBQWIQA31KPVI9H' where id=5; -update noar ti set b2='SJUBUB3UBQWIQA31KPVI9H' where id=5; -update noar tt set v0='ZP3ZSSQZFF0T7D0YKQXH304XCO' where id=6; -update noar ti set v0='ZP3ZSSQZFF0T7D0YKQXH304XCO' where id=6; -update noar tt set b0='L0I6318E4K78XR0SLC9O17' where id=6; -update noar ti set b0='L0I6318E4K78XR0SLC9O17' where id=6; -update noar tt set v0='92XSYU2J9AKJWFFIK8KCWDC2VDQLU9' where id=6; -update noar ti set v0='92XSYU2J9AKJWFFIK8KCWDC2VDQLU9' where id=6; -update noar tt set b1='S2EH5G24' where id=6; -update noar ti set b1='S2EH5G24' where id=6; -update noar tt set v0='I2AWY65O5PQH64U7NA8Q8VHV8BRB8IBN' where id=6; -update noar ti set v0='I2AWY65O5PQH64U7NA8Q8VHV8BRB8IBN' where id=6; -update noar tt set b2='FRF1CMSYYDWPVO050SGL' where id=6; -update noar ti set b2='FRF1CMSYYDWPVO050SGL' where id=6; -update noar tt set v0='0RJQEC8XWVE' where id=7; -update noar ti set v0='0RJQEC8XWVE' where id=7; -update noar tt set b0='BGYPMLS81YE0UD9O0MQS' where id=7; -update noar ti set b0='BGYPMLS81YE0UD9O0MQS' where id=7; -update noar tt set v0='CTTJCMWL5PRDAHRQJZB' where id=7; -update noar ti set v0='CTTJCMWL5PRDAHRQJZB' where id=7; -update noar tt set b1='AXO03UIKOVM54NNSMY' where id=7; -update noar ti set b1='AXO03UIKOVM54NNSMY' where id=7; -update noar tt set v0='S' where id=7; -update noar ti set v0='S' where id=7; -update noar tt set b2='0FH7H9L93D6M7QQOKU5MBRLL' where id=7; -update noar ti set b2='0FH7H9L93D6M7QQOKU5MBRLL' where id=7; -update noar tt set v0='PABN14PGJECJNR2NVYGBR1IW9FXLH' where id=8; -update noar ti set v0='PABN14PGJECJNR2NVYGBR1IW9FXLH' where id=8; -update noar tt set b0='66ZN5LOOHOQJLVEBVV2MT7ZOS16OD' where id=8; -update noar ti set b0='66ZN5LOOHOQJLVEBVV2MT7ZOS16OD' where id=8; -update noar tt set v0='NDYQOZG3I453DTRYOUJB' where id=8; -update noar ti set v0='NDYQOZG3I453DTRYOUJB' where id=8; -update noar tt set b1='13XJRQY1BLHQOQJ' where id=8; -update noar ti set b1='13XJRQY1BLHQOQJ' where id=8; -update noar tt set v0='YGN19TJZC6WB94WKQAFG52SXDY2AX8O9' where id=8; -update noar ti set v0='YGN19TJZC6WB94WKQAFG52SXDY2AX8O9' where id=8; -update noar tt set b2='DKRRR284ZNLL4H6892' where id=8; -update noar ti set b2='DKRRR284ZNLL4H6892' where id=8; -update noar tt set v0='OJPSA' where id=9; -update noar ti set v0='OJPSA' where id=9; -update noar tt set b0='7ORBM8TWGMI73CHH4ER4' where id=9; -update noar ti set b0='7ORBM8TWGMI73CHH4ER4' where id=9; -update noar tt set v0='4HN7HS70D8UEW5ZQ84YG4T9IY8NDQ' where id=9; -update noar ti set v0='4HN7HS70D8UEW5ZQ84YG4T9IY8NDQ' where id=9; -update noar tt set b1='ZFVVPTZJI' where id=9; -update noar ti set b1='ZFVVPTZJI' where id=9; -update noar tt set v0='CU8YLJVTI98PLG7R7QCGSPAH3' where id=9; -update noar ti set v0='CU8YLJVTI98PLG7R7QCGSPAH3' where id=9; -update noar tt set b2='O9ZCW1UZH396XV0HQ8JWR6OF4V0S9QFV' where id=9; -update noar ti set b2='O9ZCW1UZH396XV0HQ8JWR6OF4V0S9QFV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='36KMNYF5NQKSZRZ8B3NT6BQ5WWLV93Y' where id=1; -update noar ti set v0='36KMNYF5NQKSZRZ8B3NT6BQ5WWLV93Y' where id=1; -update noar tt set b0='VWGRXG0U33O5W4IQKEG0ZULMK' where id=1; -update noar ti set b0='VWGRXG0U33O5W4IQKEG0ZULMK' where id=1; -update noar tt set v0='27MIGXJ3DB00VUCM7PQ0ZFXI84OVCDUJ' where id=1; -update noar ti set v0='27MIGXJ3DB00VUCM7PQ0ZFXI84OVCDUJ' where id=1; -update noar tt set b1='9GK4QDNY7' where id=1; -update noar ti set b1='9GK4QDNY7' where id=1; -update noar tt set v0='220TDAQR0S228' where id=1; -update noar ti set v0='220TDAQR0S228' where id=1; -update noar tt set b2='Q7WA0N66ESPQVU1YUMEK8AMG1538J' where id=1; -update noar ti set b2='Q7WA0N66ESPQVU1YUMEK8AMG1538J' where id=1; -update noar tt set v0='T8PKEN7YQ2DBHUV' where id=2; -update noar ti set v0='T8PKEN7YQ2DBHUV' where id=2; -update noar tt set b0='WL01LKNKI8' where id=2; -update noar ti set b0='WL01LKNKI8' where id=2; -update noar tt set v0='W7RC63VP494IICS1' where id=2; -update noar ti set v0='W7RC63VP494IICS1' where id=2; -update noar tt set b1='8QZDJ6AIXM2G0BHSOTQ0' where id=2; -update noar ti set b1='8QZDJ6AIXM2G0BHSOTQ0' where id=2; -update noar tt set v0='Q9X' where id=2; -update noar ti set v0='Q9X' where id=2; -update noar tt set b2='XWOOLZJTO6PNJWE4S' where id=2; -update noar ti set b2='XWOOLZJTO6PNJWE4S' where id=2; -update noar tt set v0='TGJQV42' where id=3; -update noar ti set v0='TGJQV42' where id=3; -update noar tt set b0='VU0VTJE' where id=3; -update noar ti set b0='VU0VTJE' where id=3; -update noar tt set v0='FTX5462YZHTVU1QR93APBM' where id=3; -update noar ti set v0='FTX5462YZHTVU1QR93APBM' where id=3; -update noar tt set b1='OYJ37WNO7OTI' where id=3; -update noar ti set b1='OYJ37WNO7OTI' where id=3; -update noar tt set v0='L82CWAAF' where id=3; -update noar ti set v0='L82CWAAF' where id=3; -update noar tt set b2='RNEZY454' where id=3; -update noar ti set b2='RNEZY454' where id=3; -update noar tt set v0='RLIQ5GKZCTI07UW9Q' where id=4; -update noar ti set v0='RLIQ5GKZCTI07UW9Q' where id=4; -update noar tt set b0='D5FJAZPUPS8TJ7WY8P1ZY1SUSRHCBW' where id=4; -update noar ti set b0='D5FJAZPUPS8TJ7WY8P1ZY1SUSRHCBW' where id=4; -update noar tt set v0='GS' where id=4; -update noar ti set v0='GS' where id=4; -update noar tt set b1='33JH8B09ERBN1LBNN8H281M5AE' where id=4; -update noar ti set b1='33JH8B09ERBN1LBNN8H281M5AE' where id=4; -update noar tt set v0='GI564DW56VC' where id=4; -update noar ti set v0='GI564DW56VC' where id=4; -update noar tt set b2='TX01EYJTTJX' where id=4; -update noar ti set b2='TX01EYJTTJX' where id=4; -update noar tt set v0='0F8VHUHJ6CUIHQLR9PZT' where id=5; -update noar ti set v0='0F8VHUHJ6CUIHQLR9PZT' where id=5; -update noar tt set b0='Z69YU9VI8ZHM' where id=5; -update noar ti set b0='Z69YU9VI8ZHM' where id=5; -update noar tt set v0='Y35VBO01MV4C10508UFR3OTFTMFWP7' where id=5; -update noar ti set v0='Y35VBO01MV4C10508UFR3OTFTMFWP7' where id=5; -update noar tt set b1='2P6WTYSX3PMUDI187GJJR4' where id=5; -update noar ti set b1='2P6WTYSX3PMUDI187GJJR4' where id=5; -update noar tt set v0='FOMM99M2AK9LMR2SOM557ZK9PR9UAMFV' where id=5; -update noar ti set v0='FOMM99M2AK9LMR2SOM557ZK9PR9UAMFV' where id=5; -update noar tt set b2='D' where id=5; -update noar ti set b2='D' where id=5; -update noar tt set v0='U4GVVIMBZVBJ4HW6B993N8KOYGT3' where id=6; -update noar ti set v0='U4GVVIMBZVBJ4HW6B993N8KOYGT3' where id=6; -update noar tt set b0='LUOLZXIZ30H' where id=6; -update noar ti set b0='LUOLZXIZ30H' where id=6; -update noar tt set v0='TZDUN3455DA96FRNMHSJTKW121' where id=6; -update noar ti set v0='TZDUN3455DA96FRNMHSJTKW121' where id=6; -update noar tt set b1='FU3BZXDWC6GL2D2M0R6EC' where id=6; -update noar ti set b1='FU3BZXDWC6GL2D2M0R6EC' where id=6; -update noar tt set v0='O' where id=6; -update noar ti set v0='O' where id=6; -update noar tt set b2='5Q79G9LOE5A6CJZLIFK9M4M2' where id=6; -update noar ti set b2='5Q79G9LOE5A6CJZLIFK9M4M2' where id=6; -update noar tt set v0='33DS53D2Q8Q4ZTA993KH3DBPG6F' where id=7; -update noar ti set v0='33DS53D2Q8Q4ZTA993KH3DBPG6F' where id=7; -update noar tt set b0='510IELL5TIQ' where id=7; -update noar ti set b0='510IELL5TIQ' where id=7; -update noar tt set v0='LA' where id=7; -update noar ti set v0='LA' where id=7; -update noar tt set b1='NAKPR7XF101' where id=7; -update noar ti set b1='NAKPR7XF101' where id=7; -update noar tt set v0='2I66AU2BE0I4Q2AAH7QUU' where id=7; -update noar ti set v0='2I66AU2BE0I4Q2AAH7QUU' where id=7; -update noar tt set b2='X2UW2JDND' where id=7; -update noar ti set b2='X2UW2JDND' where id=7; -update noar tt set v0='2' where id=8; -update noar ti set v0='2' where id=8; -update noar tt set b0='ZS3ZF156GO6ZAYVJ00Y790DIRY2Q' where id=8; -update noar ti set b0='ZS3ZF156GO6ZAYVJ00Y790DIRY2Q' where id=8; -update noar tt set v0='AK7UEQIXG2MEVJL30USL2AQI15HX' where id=8; -update noar ti set v0='AK7UEQIXG2MEVJL30USL2AQI15HX' where id=8; -update noar tt set b1='Z59OU7MLQBBYG7M2KH7T08QAF' where id=8; -update noar ti set b1='Z59OU7MLQBBYG7M2KH7T08QAF' where id=8; -update noar tt set v0='AHSHR' where id=8; -update noar ti set v0='AHSHR' where id=8; -update noar tt set b2='TA37' where id=8; -update noar ti set b2='TA37' where id=8; -update noar tt set v0='V' where id=9; -update noar ti set v0='V' where id=9; -update noar tt set b0='E5IK99NWBORU2GYA086QGPO95431GYI' where id=9; -update noar ti set b0='E5IK99NWBORU2GYA086QGPO95431GYI' where id=9; -update noar tt set v0='M9VWOEWL017NV1MUF4XD4M28J8ZGKFWB' where id=9; -update noar ti set v0='M9VWOEWL017NV1MUF4XD4M28J8ZGKFWB' where id=9; -update noar tt set b1='OE9AZQG51FA7N' where id=9; -update noar ti set b1='OE9AZQG51FA7N' where id=9; -update noar tt set v0='QBCNTLTYHXJ91NB' where id=9; -update noar ti set v0='QBCNTLTYHXJ91NB' where id=9; -update noar tt set b2='7GNGQJHI1VGP8KAT6NOG3JTS' where id=9; -update noar ti set b2='7GNGQJHI1VGP8KAT6NOG3JTS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F9SRLA1L6XW8G7I' where id=1; -update noar ti set v0='F9SRLA1L6XW8G7I' where id=1; -update noar tt set b0='1R0FIE9LHUS1E0TJ2J5V' where id=1; -update noar ti set b0='1R0FIE9LHUS1E0TJ2J5V' where id=1; -update noar tt set v0='GFGRMUYF8LFZ4MTH' where id=1; -update noar ti set v0='GFGRMUYF8LFZ4MTH' where id=1; -update noar tt set b1='ZAX573ZJ8BWE9CEHMV2G' where id=1; -update noar ti set b1='ZAX573ZJ8BWE9CEHMV2G' where id=1; -update noar tt set v0='N75WAONFYAW9VNVFZ32F0C969V7J' where id=1; -update noar ti set v0='N75WAONFYAW9VNVFZ32F0C969V7J' where id=1; -update noar tt set b2='VJRFNWXXRVT244W' where id=1; -update noar ti set b2='VJRFNWXXRVT244W' where id=1; -update noar tt set v0='NHHV' where id=2; -update noar ti set v0='NHHV' where id=2; -update noar tt set b0='QRXI3XWRJC178QDPJUCHACA4I' where id=2; -update noar ti set b0='QRXI3XWRJC178QDPJUCHACA4I' where id=2; -update noar tt set v0='4W1RJI4O' where id=2; -update noar ti set v0='4W1RJI4O' where id=2; -update noar tt set b1='6UNKUOUYQ8LOK8493O3XRAP4G' where id=2; -update noar ti set b1='6UNKUOUYQ8LOK8493O3XRAP4G' where id=2; -update noar tt set v0='L8T4NICFI7R0FFJ3E0JTE4HQS7MKAVNQ' where id=2; -update noar ti set v0='L8T4NICFI7R0FFJ3E0JTE4HQS7MKAVNQ' where id=2; -update noar tt set b2='YS0BD73CG' where id=2; -update noar ti set b2='YS0BD73CG' where id=2; -update noar tt set v0='BFA8GU' where id=3; -update noar ti set v0='BFA8GU' where id=3; -update noar tt set b0='3TGDMLX3MVSBD7N' where id=3; -update noar ti set b0='3TGDMLX3MVSBD7N' where id=3; -update noar tt set v0='DDINNLNT6' where id=3; -update noar ti set v0='DDINNLNT6' where id=3; -update noar tt set b1='HFFJNY1SGGMLS1LQE1YE544F5V' where id=3; -update noar ti set b1='HFFJNY1SGGMLS1LQE1YE544F5V' where id=3; -update noar tt set v0='ANCK0PGOZK' where id=3; -update noar ti set v0='ANCK0PGOZK' where id=3; -update noar tt set b2='R2ASFCSZKFXYJBDG2FZRLR5B' where id=3; -update noar ti set b2='R2ASFCSZKFXYJBDG2FZRLR5B' where id=3; -update noar tt set v0='KM3T2BH7R' where id=4; -update noar ti set v0='KM3T2BH7R' where id=4; -update noar tt set b0='9QR92IX522BZ7AIPZZXO1B5AI' where id=4; -update noar ti set b0='9QR92IX522BZ7AIPZZXO1B5AI' where id=4; -update noar tt set v0='7MQYNJ9RQXNHDZ68ETY' where id=4; -update noar ti set v0='7MQYNJ9RQXNHDZ68ETY' where id=4; -update noar tt set b1='0BMRIM' where id=4; -update noar ti set b1='0BMRIM' where id=4; -update noar tt set v0='2TN0H' where id=4; -update noar ti set v0='2TN0H' where id=4; -update noar tt set b2='23HGJ7Y1Z3FX' where id=4; -update noar ti set b2='23HGJ7Y1Z3FX' where id=4; -update noar tt set v0='LH2XL3XT5I47KPX2TVIIQPXZDC3K39GB' where id=5; -update noar ti set v0='LH2XL3XT5I47KPX2TVIIQPXZDC3K39GB' where id=5; -update noar tt set b0='AH5LZY459R' where id=5; -update noar ti set b0='AH5LZY459R' where id=5; -update noar tt set v0='275SHUBF9TBQHCS5Y2VUZLLO4ZO8WB' where id=5; -update noar ti set v0='275SHUBF9TBQHCS5Y2VUZLLO4ZO8WB' where id=5; -update noar tt set b1='1BAZ4G' where id=5; -update noar ti set b1='1BAZ4G' where id=5; -update noar tt set v0='D1T565BLUVDR4SOB8FHYHC4WR7MJ' where id=5; -update noar ti set v0='D1T565BLUVDR4SOB8FHYHC4WR7MJ' where id=5; -update noar tt set b2='LUKV' where id=5; -update noar ti set b2='LUKV' where id=5; -update noar tt set v0='SUQQLE' where id=6; -update noar ti set v0='SUQQLE' where id=6; -update noar tt set b0='8VWUK367J11K' where id=6; -update noar ti set b0='8VWUK367J11K' where id=6; -update noar tt set v0='KKZYFQ8HEXUX5L48RYGP278Y5D0J' where id=6; -update noar ti set v0='KKZYFQ8HEXUX5L48RYGP278Y5D0J' where id=6; -update noar tt set b1='CKP1A21X9AIW' where id=6; -update noar ti set b1='CKP1A21X9AIW' where id=6; -update noar tt set v0='K96G2ALJ44L06PBS5VA0KH9CSM2SB' where id=6; -update noar ti set v0='K96G2ALJ44L06PBS5VA0KH9CSM2SB' where id=6; -update noar tt set b2='0FMYLMDSORQLHY7JT187WLC3WJG' where id=6; -update noar ti set b2='0FMYLMDSORQLHY7JT187WLC3WJG' where id=6; -update noar tt set v0='JST20FUIF8GXL2VD5I0W9AS74ZTJ4Z' where id=7; -update noar ti set v0='JST20FUIF8GXL2VD5I0W9AS74ZTJ4Z' where id=7; -update noar tt set b0='IX4BGOC6G4E6VPV' where id=7; -update noar ti set b0='IX4BGOC6G4E6VPV' where id=7; -update noar tt set v0='J8L0PFWFN97' where id=7; -update noar ti set v0='J8L0PFWFN97' where id=7; -update noar tt set b1='KJNKRUW' where id=7; -update noar ti set b1='KJNKRUW' where id=7; -update noar tt set v0='TMN8DX' where id=7; -update noar ti set v0='TMN8DX' where id=7; -update noar tt set b2='QEFNIA4ERU' where id=7; -update noar ti set b2='QEFNIA4ERU' where id=7; -update noar tt set v0='MY55UD7WQD71PFOJQRD9LM2ILO6D13' where id=8; -update noar ti set v0='MY55UD7WQD71PFOJQRD9LM2ILO6D13' where id=8; -update noar tt set b0='9O168LWC0QCZ9NAOK' where id=8; -update noar ti set b0='9O168LWC0QCZ9NAOK' where id=8; -update noar tt set v0='175I7P3ZZVOXUQDPJ' where id=8; -update noar ti set v0='175I7P3ZZVOXUQDPJ' where id=8; -update noar tt set b1='N1NU66JIEZN50OA033HHMGQBBMQZ' where id=8; -update noar ti set b1='N1NU66JIEZN50OA033HHMGQBBMQZ' where id=8; -update noar tt set v0='O53YWI64GQXZ28PMG' where id=8; -update noar ti set v0='O53YWI64GQXZ28PMG' where id=8; -update noar tt set b2='6M39DYZQFD0NBDO4BT1TIFPU6MA3FZN' where id=8; -update noar ti set b2='6M39DYZQFD0NBDO4BT1TIFPU6MA3FZN' where id=8; -update noar tt set v0='QGS20CI8JOGZ2LN' where id=9; -update noar ti set v0='QGS20CI8JOGZ2LN' where id=9; -update noar tt set b0='KIB8R1IQL40HELLBSAY4' where id=9; -update noar ti set b0='KIB8R1IQL40HELLBSAY4' where id=9; -update noar tt set v0='R1YQ39NFTA5HJ3Q39TOO' where id=9; -update noar ti set v0='R1YQ39NFTA5HJ3Q39TOO' where id=9; -update noar tt set b1='MH9UJ5OOLBNZX23HNO0E3SB' where id=9; -update noar ti set b1='MH9UJ5OOLBNZX23HNO0E3SB' where id=9; -update noar tt set v0='LHF' where id=9; -update noar ti set v0='LHF' where id=9; -update noar tt set b2='DQQGUYRR7FK' where id=9; -update noar ti set b2='DQQGUYRR7FK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8GPLQ2H6LCXQQLUCX6H2434S' where id=1; -update noar ti set v0='8GPLQ2H6LCXQQLUCX6H2434S' where id=1; -update noar tt set b0='OWH8WXM0V0G671FPP70N' where id=1; -update noar ti set b0='OWH8WXM0V0G671FPP70N' where id=1; -update noar tt set v0='WKLTCEGNAPP' where id=1; -update noar ti set v0='WKLTCEGNAPP' where id=1; -update noar tt set b1='4LELLB9RSCP01SH92F8B' where id=1; -update noar ti set b1='4LELLB9RSCP01SH92F8B' where id=1; -update noar tt set v0='804B4UA7K8' where id=1; -update noar ti set v0='804B4UA7K8' where id=1; -update noar tt set b2='G422L880BT609WEAFFBUPVZ7GHTA1EA' where id=1; -update noar ti set b2='G422L880BT609WEAFFBUPVZ7GHTA1EA' where id=1; -update noar tt set v0='EF7BZ2K2GIYMQ8EJJDHMDYF' where id=2; -update noar ti set v0='EF7BZ2K2GIYMQ8EJJDHMDYF' where id=2; -update noar tt set b0='019XDLGIAZNU1' where id=2; -update noar ti set b0='019XDLGIAZNU1' where id=2; -update noar tt set v0='D78JVO6AGD0XB2ZGTBE6Q' where id=2; -update noar ti set v0='D78JVO6AGD0XB2ZGTBE6Q' where id=2; -update noar tt set b1='QFKJ29' where id=2; -update noar ti set b1='QFKJ29' where id=2; -update noar tt set v0='KODEDFT5AVALRJE642GBAY53PK0RR9' where id=2; -update noar ti set v0='KODEDFT5AVALRJE642GBAY53PK0RR9' where id=2; -update noar tt set b2='15AP6UCOLW810J1PTG' where id=2; -update noar ti set b2='15AP6UCOLW810J1PTG' where id=2; -update noar tt set v0='XAL' where id=3; -update noar ti set v0='XAL' where id=3; -update noar tt set b0='7J26PRN8C83FX9NTDGA2MTYO' where id=3; -update noar ti set b0='7J26PRN8C83FX9NTDGA2MTYO' where id=3; -update noar tt set v0='9NEEYNNPVW8OYO2MXZ' where id=3; -update noar ti set v0='9NEEYNNPVW8OYO2MXZ' where id=3; -update noar tt set b1='RZYPB09VJK8S0I5DPFTESBDQ9I' where id=3; -update noar ti set b1='RZYPB09VJK8S0I5DPFTESBDQ9I' where id=3; -update noar tt set v0='LA96L307Q927TU' where id=3; -update noar ti set v0='LA96L307Q927TU' where id=3; -update noar tt set b2='ULVU8VA4GEJXXTCGNHPFZC59IOK' where id=3; -update noar ti set b2='ULVU8VA4GEJXXTCGNHPFZC59IOK' where id=3; -update noar tt set v0='L3JDAZ0UVBF4R6VBG2NAY8' where id=4; -update noar ti set v0='L3JDAZ0UVBF4R6VBG2NAY8' where id=4; -update noar tt set b0='RPFSCVC8PI1HJ2780I40ZXYCPDA4D' where id=4; -update noar ti set b0='RPFSCVC8PI1HJ2780I40ZXYCPDA4D' where id=4; -update noar tt set v0='PH6L9IJMI1BORWBE6JUKD814KIL7YGL' where id=4; -update noar ti set v0='PH6L9IJMI1BORWBE6JUKD814KIL7YGL' where id=4; -update noar tt set b1='Y9AZEIZKYP0H0VB' where id=4; -update noar ti set b1='Y9AZEIZKYP0H0VB' where id=4; -update noar tt set v0='D2JE4G1XVQRM16MB0XZNTN6' where id=4; -update noar ti set v0='D2JE4G1XVQRM16MB0XZNTN6' where id=4; -update noar tt set b2='S9NH5SHX' where id=4; -update noar ti set b2='S9NH5SHX' where id=4; -update noar tt set v0='V9F2ZSL37WLS0X0SK6G' where id=5; -update noar ti set v0='V9F2ZSL37WLS0X0SK6G' where id=5; -update noar tt set b0='DX2' where id=5; -update noar ti set b0='DX2' where id=5; -update noar tt set v0='JWO3EVP5FP4KQ4YSQ3G1' where id=5; -update noar ti set v0='JWO3EVP5FP4KQ4YSQ3G1' where id=5; -update noar tt set b1='SBK3GDH7956ACJVK3E4M9J3PSQ7XF4' where id=5; -update noar ti set b1='SBK3GDH7956ACJVK3E4M9J3PSQ7XF4' where id=5; -update noar tt set v0='PCSJTMOGEAB' where id=5; -update noar ti set v0='PCSJTMOGEAB' where id=5; -update noar tt set b2='07C940PPX' where id=5; -update noar ti set b2='07C940PPX' where id=5; -update noar tt set v0='8THA7J0M3BWE5' where id=6; -update noar ti set v0='8THA7J0M3BWE5' where id=6; -update noar tt set b0='WKKLD98GM7JZ2YOQQC6JXWISIYJDIT' where id=6; -update noar ti set b0='WKKLD98GM7JZ2YOQQC6JXWISIYJDIT' where id=6; -update noar tt set v0='L50POLU0VDY3IFU' where id=6; -update noar ti set v0='L50POLU0VDY3IFU' where id=6; -update noar tt set b1='1X3ZIUSKN6EMJA5UU3JWF21F7VT761S' where id=6; -update noar ti set b1='1X3ZIUSKN6EMJA5UU3JWF21F7VT761S' where id=6; -update noar tt set v0='PMS7' where id=6; -update noar ti set v0='PMS7' where id=6; -update noar tt set b2='PJJND65FI1RSKM' where id=6; -update noar ti set b2='PJJND65FI1RSKM' where id=6; -update noar tt set v0='WMRC9AMUZKFOU5NZEGJ6L6' where id=7; -update noar ti set v0='WMRC9AMUZKFOU5NZEGJ6L6' where id=7; -update noar tt set b0='PJC8' where id=7; -update noar ti set b0='PJC8' where id=7; -update noar tt set v0='TIF00BS3S3RQ37N427XB2' where id=7; -update noar ti set v0='TIF00BS3S3RQ37N427XB2' where id=7; -update noar tt set b1='78XD267G1' where id=7; -update noar ti set b1='78XD267G1' where id=7; -update noar tt set v0='1ZN70DJC6' where id=7; -update noar ti set v0='1ZN70DJC6' where id=7; -update noar tt set b2='DP851L3AKBXNIVAF' where id=7; -update noar ti set b2='DP851L3AKBXNIVAF' where id=7; -update noar tt set v0='MESI2ZCXKXYYQXCDZN2L1C0KRD' where id=8; -update noar ti set v0='MESI2ZCXKXYYQXCDZN2L1C0KRD' where id=8; -update noar tt set b0='D6N' where id=8; -update noar ti set b0='D6N' where id=8; -update noar tt set v0='88WP5W36R47SP0QAYZDN11' where id=8; -update noar ti set v0='88WP5W36R47SP0QAYZDN11' where id=8; -update noar tt set b1='ZYGGU58Q3X0N261OA98ALJ4' where id=8; -update noar ti set b1='ZYGGU58Q3X0N261OA98ALJ4' where id=8; -update noar tt set v0='L082YDCPXZXWI' where id=8; -update noar ti set v0='L082YDCPXZXWI' where id=8; -update noar tt set b2='EENU1' where id=8; -update noar ti set b2='EENU1' where id=8; -update noar tt set v0='S5G3N7S9LN' where id=9; -update noar ti set v0='S5G3N7S9LN' where id=9; -update noar tt set b0='X988JCHG8CCJQP87E0QQOCB' where id=9; -update noar ti set b0='X988JCHG8CCJQP87E0QQOCB' where id=9; -update noar tt set v0='B' where id=9; -update noar ti set v0='B' where id=9; -update noar tt set b1='0111U1F9LIVZPDB5QBM6' where id=9; -update noar ti set b1='0111U1F9LIVZPDB5QBM6' where id=9; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b2='JIUCXC4UYQC0G2TY99LSPE2Y' where id=9; -update noar ti set b2='JIUCXC4UYQC0G2TY99LSPE2Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WZSWH6Y00NEN6LW041Y2X' where id=1; -update noar ti set v0='WZSWH6Y00NEN6LW041Y2X' where id=1; -update noar tt set b0='6Z34AM8J5KEB9L6ZG9BTY421' where id=1; -update noar ti set b0='6Z34AM8J5KEB9L6ZG9BTY421' where id=1; -update noar tt set v0='CJYE3HDWFIT105T5G755UH4BJF5F' where id=1; -update noar ti set v0='CJYE3HDWFIT105T5G755UH4BJF5F' where id=1; -update noar tt set b1='OAJMFRLU76X9' where id=1; -update noar ti set b1='OAJMFRLU76X9' where id=1; -update noar tt set v0='1MNBR3R5PO' where id=1; -update noar ti set v0='1MNBR3R5PO' where id=1; -update noar tt set b2='UAJ0SK7Q2' where id=1; -update noar ti set b2='UAJ0SK7Q2' where id=1; -update noar tt set v0='BHYUFIWO' where id=2; -update noar ti set v0='BHYUFIWO' where id=2; -update noar tt set b0='WDARKHG2KHYJ8SNPGW4CP5MQ6U' where id=2; -update noar ti set b0='WDARKHG2KHYJ8SNPGW4CP5MQ6U' where id=2; -update noar tt set v0='OPGVKNTX6C09DTKID835RMKNMOC' where id=2; -update noar ti set v0='OPGVKNTX6C09DTKID835RMKNMOC' where id=2; -update noar tt set b1='O9QYKCBWEX9I7M9YFMT79L0ZK9DBQ9K' where id=2; -update noar ti set b1='O9QYKCBWEX9I7M9YFMT79L0ZK9DBQ9K' where id=2; -update noar tt set v0='KOMB6YDSB9NN25J0AACL0ZXPAMWUS' where id=2; -update noar ti set v0='KOMB6YDSB9NN25J0AACL0ZXPAMWUS' where id=2; -update noar tt set b2='K8O8Z21YGQ36EGFN3N9ZLMD37CNR' where id=2; -update noar ti set b2='K8O8Z21YGQ36EGFN3N9ZLMD37CNR' where id=2; -update noar tt set v0='4V' where id=3; -update noar ti set v0='4V' where id=3; -update noar tt set b0='QGTAV0H4GYZ5MYRK' where id=3; -update noar ti set b0='QGTAV0H4GYZ5MYRK' where id=3; -update noar tt set v0='NTIH0EZO4UEGW7X' where id=3; -update noar ti set v0='NTIH0EZO4UEGW7X' where id=3; -update noar tt set b1='6' where id=3; -update noar ti set b1='6' where id=3; -update noar tt set v0='56FU430NGWJRUJ98FOV3RJO' where id=3; -update noar ti set v0='56FU430NGWJRUJ98FOV3RJO' where id=3; -update noar tt set b2='CXQ2G9K' where id=3; -update noar ti set b2='CXQ2G9K' where id=3; -update noar tt set v0='VOUUQ' where id=4; -update noar ti set v0='VOUUQ' where id=4; -update noar tt set b0='WXY8ZT0BCLM6R6W' where id=4; -update noar ti set b0='WXY8ZT0BCLM6R6W' where id=4; -update noar tt set v0='U0OCHRKJ1HJHD' where id=4; -update noar ti set v0='U0OCHRKJ1HJHD' where id=4; -update noar tt set b1='B6PXT' where id=4; -update noar ti set b1='B6PXT' where id=4; -update noar tt set v0='52F3' where id=4; -update noar ti set v0='52F3' where id=4; -update noar tt set b2='YLR1YSS8E' where id=4; -update noar ti set b2='YLR1YSS8E' where id=4; -update noar tt set v0='7OOCKIMW0WV7GOZ115YQ' where id=5; -update noar ti set v0='7OOCKIMW0WV7GOZ115YQ' where id=5; -update noar tt set b0='7OU06252VWH6UEVZICURW' where id=5; -update noar ti set b0='7OU06252VWH6UEVZICURW' where id=5; -update noar tt set v0='T1EGP3NK0IDPR272KG5CO3GNRMTNLXHL' where id=5; -update noar ti set v0='T1EGP3NK0IDPR272KG5CO3GNRMTNLXHL' where id=5; -update noar tt set b1='H8W88NALHVHLLHPRIB3RY4VVME' where id=5; -update noar ti set b1='H8W88NALHVHLLHPRIB3RY4VVME' where id=5; -update noar tt set v0='F5GCOHL7KHQ4S' where id=5; -update noar ti set v0='F5GCOHL7KHQ4S' where id=5; -update noar tt set b2='RW7B6C6P' where id=5; -update noar ti set b2='RW7B6C6P' where id=5; -update noar tt set v0='2WQJM2GDHN9Q3UWBPEAIP78WB39O' where id=6; -update noar ti set v0='2WQJM2GDHN9Q3UWBPEAIP78WB39O' where id=6; -update noar tt set b0='87OJCS' where id=6; -update noar ti set b0='87OJCS' where id=6; -update noar tt set v0='472AN273NG5Q' where id=6; -update noar ti set v0='472AN273NG5Q' where id=6; -update noar tt set b1='HNT294IXJ8N4EJYHQKO9YYE255' where id=6; -update noar ti set b1='HNT294IXJ8N4EJYHQKO9YYE255' where id=6; -update noar tt set v0='H0QD5UIMN6UCPXOOXDTG8W4W3P9HBCM' where id=6; -update noar ti set v0='H0QD5UIMN6UCPXOOXDTG8W4W3P9HBCM' where id=6; -update noar tt set b2='F0R9PBV0LPL7N9' where id=6; -update noar ti set b2='F0R9PBV0LPL7N9' where id=6; -update noar tt set v0='XIVVI6VRIFLQ6IMMI2Z63T9XK23' where id=7; -update noar ti set v0='XIVVI6VRIFLQ6IMMI2Z63T9XK23' where id=7; -update noar tt set b0='WRFHS6Q8UI876' where id=7; -update noar ti set b0='WRFHS6Q8UI876' where id=7; -update noar tt set v0='888748F25DODKPN6GWTK2CV' where id=7; -update noar ti set v0='888748F25DODKPN6GWTK2CV' where id=7; -update noar tt set b1='VKGMSYXPVF6ZDHNB60W9N3H' where id=7; -update noar ti set b1='VKGMSYXPVF6ZDHNB60W9N3H' where id=7; -update noar tt set v0='GX74AFF1DT6RN05U6B09Z25EEBQLHVNE' where id=7; -update noar ti set v0='GX74AFF1DT6RN05U6B09Z25EEBQLHVNE' where id=7; -update noar tt set b2='KX3CHWY' where id=7; -update noar ti set b2='KX3CHWY' where id=7; -update noar tt set v0='W26GMIS4TJ8SZ0NTB0' where id=8; -update noar ti set v0='W26GMIS4TJ8SZ0NTB0' where id=8; -update noar tt set b0='PE4M1VGOJHB827SC4OVO6PHOIIS6P' where id=8; -update noar ti set b0='PE4M1VGOJHB827SC4OVO6PHOIIS6P' where id=8; -update noar tt set v0='J2M1J648DI7SEYI' where id=8; -update noar ti set v0='J2M1J648DI7SEYI' where id=8; -update noar tt set b1='OL0DGZV9FUUUMRMFR0IC3T' where id=8; -update noar ti set b1='OL0DGZV9FUUUMRMFR0IC3T' where id=8; -update noar tt set v0='ART112HVZFQJ4WHZQ8O4E58CRJ2HT3CR' where id=8; -update noar ti set v0='ART112HVZFQJ4WHZQ8O4E58CRJ2HT3CR' where id=8; -update noar tt set b2='PMGAH6PHG49M7E17D5VG' where id=8; -update noar ti set b2='PMGAH6PHG49M7E17D5VG' where id=8; -update noar tt set v0='KZCETM9WZ0BRXYLZE0DVJ' where id=9; -update noar ti set v0='KZCETM9WZ0BRXYLZE0DVJ' where id=9; -update noar tt set b0='FLCCW8KG3E52QZ9QEMY1RS9' where id=9; -update noar ti set b0='FLCCW8KG3E52QZ9QEMY1RS9' where id=9; -update noar tt set v0='4SGDM' where id=9; -update noar ti set v0='4SGDM' where id=9; -update noar tt set b1='FZ0EYPWU4MCQXIBM6EXH5' where id=9; -update noar ti set b1='FZ0EYPWU4MCQXIBM6EXH5' where id=9; -update noar tt set v0='JJC0E3MZZM550RW7' where id=9; -update noar ti set v0='JJC0E3MZZM550RW7' where id=9; -update noar tt set b2='YJIWRO3B4K1' where id=9; -update noar ti set b2='YJIWRO3B4K1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='87OKZU5TLETJ9T' where id=1; -update noar ti set v0='87OKZU5TLETJ9T' where id=1; -update noar tt set b0='JQ3N4CVUKEV191GYDB36' where id=1; -update noar ti set b0='JQ3N4CVUKEV191GYDB36' where id=1; -update noar tt set v0='6H2VA1BO0JDX6D191H' where id=1; -update noar ti set v0='6H2VA1BO0JDX6D191H' where id=1; -update noar tt set b1='Q2O7HQXK5T29DUJUMAXI2DK9Y' where id=1; -update noar ti set b1='Q2O7HQXK5T29DUJUMAXI2DK9Y' where id=1; -update noar tt set v0='P2H5DRX87YA0Z6RE7J45LNOAG4' where id=1; -update noar ti set v0='P2H5DRX87YA0Z6RE7J45LNOAG4' where id=1; -update noar tt set b2='ENZPNC6850Q' where id=1; -update noar ti set b2='ENZPNC6850Q' where id=1; -update noar tt set v0='BSURJH' where id=2; -update noar ti set v0='BSURJH' where id=2; -update noar tt set b0='1GPTGGJZ9DVDZ' where id=2; -update noar ti set b0='1GPTGGJZ9DVDZ' where id=2; -update noar tt set v0='X7590G2SM4C5I9ED6ZU21K' where id=2; -update noar ti set v0='X7590G2SM4C5I9ED6ZU21K' where id=2; -update noar tt set b1='VJ50XM9WA2UJ' where id=2; -update noar ti set b1='VJ50XM9WA2UJ' where id=2; -update noar tt set v0='1LC' where id=2; -update noar ti set v0='1LC' where id=2; -update noar tt set b2='7CWQ1OOI3JNDILNDZ0DS' where id=2; -update noar ti set b2='7CWQ1OOI3JNDILNDZ0DS' where id=2; -update noar tt set v0='JWHWY6A036' where id=3; -update noar ti set v0='JWHWY6A036' where id=3; -update noar tt set b0='V0KAVOMO1LF74M1GMHHWF49B8X698I' where id=3; -update noar ti set b0='V0KAVOMO1LF74M1GMHHWF49B8X698I' where id=3; -update noar tt set v0='L17TX1AB6SHJ7M8HFZSJAFLFT4BE94Q' where id=3; -update noar ti set v0='L17TX1AB6SHJ7M8HFZSJAFLFT4BE94Q' where id=3; -update noar tt set b1='BJIT5VAWNMBSXKLZR4L' where id=3; -update noar ti set b1='BJIT5VAWNMBSXKLZR4L' where id=3; -update noar tt set v0='CI2T0ELF18IQMKK3SSG3998CF08VHY' where id=3; -update noar ti set v0='CI2T0ELF18IQMKK3SSG3998CF08VHY' where id=3; -update noar tt set b2='CNGJ9SOUI919F1F9RVPMORH7KFQI' where id=3; -update noar ti set b2='CNGJ9SOUI919F1F9RVPMORH7KFQI' where id=3; -update noar tt set v0='ZCQVS5L34ZTA1O7' where id=4; -update noar ti set v0='ZCQVS5L34ZTA1O7' where id=4; -update noar tt set b0='DUJ5T13XWFYQPH' where id=4; -update noar ti set b0='DUJ5T13XWFYQPH' where id=4; -update noar tt set v0='P0TI13' where id=4; -update noar ti set v0='P0TI13' where id=4; -update noar tt set b1='EW8VT5JNIA28TOFGL7WF0M' where id=4; -update noar ti set b1='EW8VT5JNIA28TOFGL7WF0M' where id=4; -update noar tt set v0='GRDLZOYORX' where id=4; -update noar ti set v0='GRDLZOYORX' where id=4; -update noar tt set b2='H777G5JWFCWAD7CT' where id=4; -update noar ti set b2='H777G5JWFCWAD7CT' where id=4; -update noar tt set v0='AOZLW58C3TA5WIJC' where id=5; -update noar ti set v0='AOZLW58C3TA5WIJC' where id=5; -update noar tt set b0='H9K1BEKCFP81GKZU7IFLT01HUDMEM' where id=5; -update noar ti set b0='H9K1BEKCFP81GKZU7IFLT01HUDMEM' where id=5; -update noar tt set v0='LEJ2LA26IS7CIER8' where id=5; -update noar ti set v0='LEJ2LA26IS7CIER8' where id=5; -update noar tt set b1='KR2P94MCZWOOHA7PDJC5AVTEC7' where id=5; -update noar ti set b1='KR2P94MCZWOOHA7PDJC5AVTEC7' where id=5; -update noar tt set v0='HAY0ECTW0P4X4W8NEM6WQRBVEERES41' where id=5; -update noar ti set v0='HAY0ECTW0P4X4W8NEM6WQRBVEERES41' where id=5; -update noar tt set b2='AGKM4732V' where id=5; -update noar ti set b2='AGKM4732V' where id=5; -update noar tt set v0='U0O' where id=6; -update noar ti set v0='U0O' where id=6; -update noar tt set b0='WAL3O8CHEENU20HYW9D9J4H8J8' where id=6; -update noar ti set b0='WAL3O8CHEENU20HYW9D9J4H8J8' where id=6; -update noar tt set v0='OQQKKH6C5GYZSMLX55WCSE4819' where id=6; -update noar ti set v0='OQQKKH6C5GYZSMLX55WCSE4819' where id=6; -update noar tt set b1='SUOM5TXOSVKS' where id=6; -update noar ti set b1='SUOM5TXOSVKS' where id=6; -update noar tt set v0='BA1P531' where id=6; -update noar ti set v0='BA1P531' where id=6; -update noar tt set b2='I5KHIU' where id=6; -update noar ti set b2='I5KHIU' where id=6; -update noar tt set v0='H3H77I10D7KRFLLSO' where id=7; -update noar ti set v0='H3H77I10D7KRFLLSO' where id=7; -update noar tt set b0='VXZP4KOH103TP4Z51FMW3M5FMWR7' where id=7; -update noar ti set b0='VXZP4KOH103TP4Z51FMW3M5FMWR7' where id=7; -update noar tt set v0='D4RS0KLDZ' where id=7; -update noar ti set v0='D4RS0KLDZ' where id=7; -update noar tt set b1='7651JKONMR6YVQCI2DQ0OFW' where id=7; -update noar ti set b1='7651JKONMR6YVQCI2DQ0OFW' where id=7; -update noar tt set v0='6F43F5' where id=7; -update noar ti set v0='6F43F5' where id=7; -update noar tt set b2='5' where id=7; -update noar ti set b2='5' where id=7; -update noar tt set v0='DI1D4FLY1Z8' where id=8; -update noar ti set v0='DI1D4FLY1Z8' where id=8; -update noar tt set b0='FB1YJ7E9W798NQL4TW8F74KMMH7R' where id=8; -update noar ti set b0='FB1YJ7E9W798NQL4TW8F74KMMH7R' where id=8; -update noar tt set v0='QC28GGVYIPJM4ZYJHC0W7EJKH' where id=8; -update noar ti set v0='QC28GGVYIPJM4ZYJHC0W7EJKH' where id=8; -update noar tt set b1='N3E0PL' where id=8; -update noar ti set b1='N3E0PL' where id=8; -update noar tt set v0='MOQX7FSSX3QI8' where id=8; -update noar ti set v0='MOQX7FSSX3QI8' where id=8; -update noar tt set b2='5CDFC24QUIYV2FMNGIZJD2J3H' where id=8; -update noar ti set b2='5CDFC24QUIYV2FMNGIZJD2J3H' where id=8; -update noar tt set v0='WPSCP04B3GBJB' where id=9; -update noar ti set v0='WPSCP04B3GBJB' where id=9; -update noar tt set b0='Q1J' where id=9; -update noar ti set b0='Q1J' where id=9; -update noar tt set v0='3JFAM9DDGY90ICTOPP645I1AI1N' where id=9; -update noar ti set v0='3JFAM9DDGY90ICTOPP645I1AI1N' where id=9; -update noar tt set b1='OJTTYWDTQE079C790LB6ZF3NAIOLHF6O' where id=9; -update noar ti set b1='OJTTYWDTQE079C790LB6ZF3NAIOLHF6O' where id=9; -update noar tt set v0='HG0R66VTQS0QK8P49YQ' where id=9; -update noar ti set v0='HG0R66VTQS0QK8P49YQ' where id=9; -update noar tt set b2='39PANN16' where id=9; -update noar ti set b2='39PANN16' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1SC4OSLOMRIC' where id=1; -update noar ti set v0='1SC4OSLOMRIC' where id=1; -update noar tt set b0='W4IZAY3GJFUTN0PKPKA' where id=1; -update noar ti set b0='W4IZAY3GJFUTN0PKPKA' where id=1; -update noar tt set v0='3J82CFDHJNPM6' where id=1; -update noar ti set v0='3J82CFDHJNPM6' where id=1; -update noar tt set b1='05JNHG0MK6QV' where id=1; -update noar ti set b1='05JNHG0MK6QV' where id=1; -update noar tt set v0='Z1RIZD' where id=1; -update noar ti set v0='Z1RIZD' where id=1; -update noar tt set b2='AMFDBY6BREDVYGVO' where id=1; -update noar ti set b2='AMFDBY6BREDVYGVO' where id=1; -update noar tt set v0='WH' where id=2; -update noar ti set v0='WH' where id=2; -update noar tt set b0='RGCYH72AXAI5VYD6F9LDDU' where id=2; -update noar ti set b0='RGCYH72AXAI5VYD6F9LDDU' where id=2; -update noar tt set v0='HW7NN44BG' where id=2; -update noar ti set v0='HW7NN44BG' where id=2; -update noar tt set b1='ML' where id=2; -update noar ti set b1='ML' where id=2; -update noar tt set v0='KRBSJ8ULZ2FE68Q2GD06K' where id=2; -update noar ti set v0='KRBSJ8ULZ2FE68Q2GD06K' where id=2; -update noar tt set b2='T47' where id=2; -update noar ti set b2='T47' where id=2; -update noar tt set v0='O8PDWBEIIMC3RJK8JX6KSM536' where id=3; -update noar ti set v0='O8PDWBEIIMC3RJK8JX6KSM536' where id=3; -update noar tt set b0='6M0H1FUWM05MX01IF' where id=3; -update noar ti set b0='6M0H1FUWM05MX01IF' where id=3; -update noar tt set v0='86KYXXKKNNEPZB' where id=3; -update noar ti set v0='86KYXXKKNNEPZB' where id=3; -update noar tt set b1='OP5MZRMIEH' where id=3; -update noar ti set b1='OP5MZRMIEH' where id=3; -update noar tt set v0='ZH129JAQNONQF8D9AYTZZNZ6V9BLR' where id=3; -update noar ti set v0='ZH129JAQNONQF8D9AYTZZNZ6V9BLR' where id=3; -update noar tt set b2='X7NC09C2W38OZ' where id=3; -update noar ti set b2='X7NC09C2W38OZ' where id=3; -update noar tt set v0='0LIVJXNT9RXHPU909ETBT75G' where id=4; -update noar ti set v0='0LIVJXNT9RXHPU909ETBT75G' where id=4; -update noar tt set b0='PO89BPI4R0LFEQCGYJ1M8JSYN3N' where id=4; -update noar ti set b0='PO89BPI4R0LFEQCGYJ1M8JSYN3N' where id=4; -update noar tt set v0='L9LLZVTAYZTFKCI452TY' where id=4; -update noar ti set v0='L9LLZVTAYZTFKCI452TY' where id=4; -update noar tt set b1='35' where id=4; -update noar ti set b1='35' where id=4; -update noar tt set v0='Y4PUSRZXTGVSOXPCS7OHOP0R0JL51Z' where id=4; -update noar ti set v0='Y4PUSRZXTGVSOXPCS7OHOP0R0JL51Z' where id=4; -update noar tt set b2='94JHPDLD3STCMOROLB' where id=4; -update noar ti set b2='94JHPDLD3STCMOROLB' where id=4; -update noar tt set v0='CKT1' where id=5; -update noar ti set v0='CKT1' where id=5; -update noar tt set b0='11D9FTIXH7V' where id=5; -update noar ti set b0='11D9FTIXH7V' where id=5; -update noar tt set v0='VO8UZ54U0TSUUD763IMWC9UGT' where id=5; -update noar ti set v0='VO8UZ54U0TSUUD763IMWC9UGT' where id=5; -update noar tt set b1='7P86AOIY7MZJ9JX7' where id=5; -update noar ti set b1='7P86AOIY7MZJ9JX7' where id=5; -update noar tt set v0='0476SFW7S92U3QH8DX9' where id=5; -update noar ti set v0='0476SFW7S92U3QH8DX9' where id=5; -update noar tt set b2='D3BFGXLKSZ55TZ53' where id=5; -update noar ti set b2='D3BFGXLKSZ55TZ53' where id=5; -update noar tt set v0='C7BMNNG2BWPUKRTKHWKY8189D' where id=6; -update noar ti set v0='C7BMNNG2BWPUKRTKHWKY8189D' where id=6; -update noar tt set b0='FR2ZMC5' where id=6; -update noar ti set b0='FR2ZMC5' where id=6; -update noar tt set v0='0EGU' where id=6; -update noar ti set v0='0EGU' where id=6; -update noar tt set b1='5NRSN8T801KDK1CCBPWK32FUZCI' where id=6; -update noar ti set b1='5NRSN8T801KDK1CCBPWK32FUZCI' where id=6; -update noar tt set v0='HAZ8RJS9G1NYB96MYS2ND8' where id=6; -update noar ti set v0='HAZ8RJS9G1NYB96MYS2ND8' where id=6; -update noar tt set b2='67IRM5RI2EL34IK9IYNEDL7CJAYR88J' where id=6; -update noar ti set b2='67IRM5RI2EL34IK9IYNEDL7CJAYR88J' where id=6; -update noar tt set v0='ZQL10LCTJP1BJCQO53YX5RQF0' where id=7; -update noar ti set v0='ZQL10LCTJP1BJCQO53YX5RQF0' where id=7; -update noar tt set b0='RG5SM' where id=7; -update noar ti set b0='RG5SM' where id=7; -update noar tt set v0='IMOZA0B1Y' where id=7; -update noar ti set v0='IMOZA0B1Y' where id=7; -update noar tt set b1='1WNU0S5ETE9ABI3NWWPI1IP7V4AZYP9' where id=7; -update noar ti set b1='1WNU0S5ETE9ABI3NWWPI1IP7V4AZYP9' where id=7; -update noar tt set v0='DCPGQQEIYPHZ37X0F' where id=7; -update noar ti set v0='DCPGQQEIYPHZ37X0F' where id=7; -update noar tt set b2='6TQDJJZ' where id=7; -update noar ti set b2='6TQDJJZ' where id=7; -update noar tt set v0='IKHIFJ7SJ42' where id=8; -update noar ti set v0='IKHIFJ7SJ42' where id=8; -update noar tt set b0='LS9196MG8SXLJDVFXFBI' where id=8; -update noar ti set b0='LS9196MG8SXLJDVFXFBI' where id=8; -update noar tt set v0='6NDVGYGMQKKKSINXS' where id=8; -update noar ti set v0='6NDVGYGMQKKKSINXS' where id=8; -update noar tt set b1='LWGCQZTBWFCTTI2XMA' where id=8; -update noar ti set b1='LWGCQZTBWFCTTI2XMA' where id=8; -update noar tt set v0='GMMJATMW3LMD56CFV7YA4KJXL' where id=8; -update noar ti set v0='GMMJATMW3LMD56CFV7YA4KJXL' where id=8; -update noar tt set b2='PI40S3HHIIPC0UE5DENQ8H' where id=8; -update noar ti set b2='PI40S3HHIIPC0UE5DENQ8H' where id=8; -update noar tt set v0='B8G5H0RSC4NZGG1DP' where id=9; -update noar ti set v0='B8G5H0RSC4NZGG1DP' where id=9; -update noar tt set b0='KE2C6OU262H5J2EPY9VWW2K2V3D4' where id=9; -update noar ti set b0='KE2C6OU262H5J2EPY9VWW2K2V3D4' where id=9; -update noar tt set v0='3H4X' where id=9; -update noar ti set v0='3H4X' where id=9; -update noar tt set b1='RXTM' where id=9; -update noar ti set b1='RXTM' where id=9; -update noar tt set v0='TGMHBYX' where id=9; -update noar ti set v0='TGMHBYX' where id=9; -update noar tt set b2='WHHM9MCZ5CYDTOY' where id=9; -update noar ti set b2='WHHM9MCZ5CYDTOY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HUO79V9G6XHM5008O8JBDWJ6' where id=1; -update noar ti set v0='HUO79V9G6XHM5008O8JBDWJ6' where id=1; -update noar tt set b0='1N844DQVF5GB' where id=1; -update noar ti set b0='1N844DQVF5GB' where id=1; -update noar tt set v0='J877HK48ASEOQHGXKHQPJDDHM08YJ' where id=1; -update noar ti set v0='J877HK48ASEOQHGXKHQPJDDHM08YJ' where id=1; -update noar tt set b1='VPI5TB059X1IEFOQISDA09KEX7Q' where id=1; -update noar ti set b1='VPI5TB059X1IEFOQISDA09KEX7Q' where id=1; -update noar tt set v0='PWUG8S' where id=1; -update noar ti set v0='PWUG8S' where id=1; -update noar tt set b2='ER0E0OV515GXRPIRJN42' where id=1; -update noar ti set b2='ER0E0OV515GXRPIRJN42' where id=1; -update noar tt set v0='UR5KI248ZZTD84X' where id=2; -update noar ti set v0='UR5KI248ZZTD84X' where id=2; -update noar tt set b0='H1MYN52M96HWSCPAE3XWQCBVXX1PK70E' where id=2; -update noar ti set b0='H1MYN52M96HWSCPAE3XWQCBVXX1PK70E' where id=2; -update noar tt set v0='CSNXT5R5BI' where id=2; -update noar ti set v0='CSNXT5R5BI' where id=2; -update noar tt set b1='LJ1U4GXCRTOKI1DZ73MUKEF0DVAR' where id=2; -update noar ti set b1='LJ1U4GXCRTOKI1DZ73MUKEF0DVAR' where id=2; -update noar tt set v0='QBQ2FJKMPKTDTYDQ9BFUZBVOFGYTG4' where id=2; -update noar ti set v0='QBQ2FJKMPKTDTYDQ9BFUZBVOFGYTG4' where id=2; -update noar tt set b2='VE' where id=2; -update noar ti set b2='VE' where id=2; -update noar tt set v0='S1TUW7B4RAR3QRUOLRTR3XX273' where id=3; -update noar ti set v0='S1TUW7B4RAR3QRUOLRTR3XX273' where id=3; -update noar tt set b0='G9AHPIVCCKHMYY7IW' where id=3; -update noar ti set b0='G9AHPIVCCKHMYY7IW' where id=3; -update noar tt set v0='OHH092Y76OOVJ4R' where id=3; -update noar ti set v0='OHH092Y76OOVJ4R' where id=3; -update noar tt set b1='0' where id=3; -update noar ti set b1='0' where id=3; -update noar tt set v0='X87UNEMY6HHSLEQ8L' where id=3; -update noar ti set v0='X87UNEMY6HHSLEQ8L' where id=3; -update noar tt set b2='M9FYLGXQG1TC2IR8ID333J75RWV8' where id=3; -update noar ti set b2='M9FYLGXQG1TC2IR8ID333J75RWV8' where id=3; -update noar tt set v0='8XV4GNN8748FOINVN9' where id=4; -update noar ti set v0='8XV4GNN8748FOINVN9' where id=4; -update noar tt set b0='6WGZV0' where id=4; -update noar ti set b0='6WGZV0' where id=4; -update noar tt set v0='UFVBMBYZ6Y8ARWVED1PZ4L4A92GE4Q' where id=4; -update noar ti set v0='UFVBMBYZ6Y8ARWVED1PZ4L4A92GE4Q' where id=4; -update noar tt set b1='LT33PK4' where id=4; -update noar ti set b1='LT33PK4' where id=4; -update noar tt set v0='JVG17O' where id=4; -update noar ti set v0='JVG17O' where id=4; -update noar tt set b2='SHA4ZUW1PU5C82K57W85Z5FL15UPVG' where id=4; -update noar ti set b2='SHA4ZUW1PU5C82K57W85Z5FL15UPVG' where id=4; -update noar tt set v0='W21X0J71JT' where id=5; -update noar ti set v0='W21X0J71JT' where id=5; -update noar tt set b0='EHQ2K8SM' where id=5; -update noar ti set b0='EHQ2K8SM' where id=5; -update noar tt set v0='J5KTHW9IMWW8UWGIKT68I2049XW0P41T' where id=5; -update noar ti set v0='J5KTHW9IMWW8UWGIKT68I2049XW0P41T' where id=5; -update noar tt set b1='WPJPELW3D8VL3YY0UFE' where id=5; -update noar ti set b1='WPJPELW3D8VL3YY0UFE' where id=5; -update noar tt set v0='B6VQ14U40CG9ZRI94TM94' where id=5; -update noar ti set v0='B6VQ14U40CG9ZRI94TM94' where id=5; -update noar tt set b2='ZAGVLBV4N89JTI' where id=5; -update noar ti set b2='ZAGVLBV4N89JTI' where id=5; -update noar tt set v0='XY' where id=6; -update noar ti set v0='XY' where id=6; -update noar tt set b0='U' where id=6; -update noar ti set b0='U' where id=6; -update noar tt set v0='CMN03HKL3KEYK7WOH0RLVEBZX0CMTPPL' where id=6; -update noar ti set v0='CMN03HKL3KEYK7WOH0RLVEBZX0CMTPPL' where id=6; -update noar tt set b1='5I4HRRDQ6CO68KS8XDL47GO1YG' where id=6; -update noar ti set b1='5I4HRRDQ6CO68KS8XDL47GO1YG' where id=6; -update noar tt set v0='IVXNJYTDPC8K9KFGN2BYBS76R7OZ58PA' where id=6; -update noar ti set v0='IVXNJYTDPC8K9KFGN2BYBS76R7OZ58PA' where id=6; -update noar tt set b2='VSQHTRZ9QV6SM02BZ1HE' where id=6; -update noar ti set b2='VSQHTRZ9QV6SM02BZ1HE' where id=6; -update noar tt set v0='6URRVG' where id=7; -update noar ti set v0='6URRVG' where id=7; -update noar tt set b0='IBOX55CAOW3' where id=7; -update noar ti set b0='IBOX55CAOW3' where id=7; -update noar tt set v0='P02GH' where id=7; -update noar ti set v0='P02GH' where id=7; -update noar tt set b1='2ANUWZINQHN7FRGGLGNA' where id=7; -update noar ti set b1='2ANUWZINQHN7FRGGLGNA' where id=7; -update noar tt set v0='3MUKWM36X2UWDWN' where id=7; -update noar ti set v0='3MUKWM36X2UWDWN' where id=7; -update noar tt set b2='E7VF5JWD009BD4MTC6YUQBMMQHKH3YDQ' where id=7; -update noar ti set b2='E7VF5JWD009BD4MTC6YUQBMMQHKH3YDQ' where id=7; -update noar tt set v0='K9Z7XG10UT02FG4WSF8LJ06Z4OR1H8XV' where id=8; -update noar ti set v0='K9Z7XG10UT02FG4WSF8LJ06Z4OR1H8XV' where id=8; -update noar tt set b0='QME6SVVQ56J80OH2AY45T6F01KSV6X' where id=8; -update noar ti set b0='QME6SVVQ56J80OH2AY45T6F01KSV6X' where id=8; -update noar tt set v0='9IH2RI42ORV0ZNTMA6AJAEQZ98JHVPU' where id=8; -update noar ti set v0='9IH2RI42ORV0ZNTMA6AJAEQZ98JHVPU' where id=8; -update noar tt set b1='7GDL2UJLKHKJISW5' where id=8; -update noar ti set b1='7GDL2UJLKHKJISW5' where id=8; -update noar tt set v0='HAZA9MY1Y9HW1EIE' where id=8; -update noar ti set v0='HAZA9MY1Y9HW1EIE' where id=8; -update noar tt set b2='29TAXOAZVHD3OMKETO' where id=8; -update noar ti set b2='29TAXOAZVHD3OMKETO' where id=8; -update noar tt set v0='PAN' where id=9; -update noar ti set v0='PAN' where id=9; -update noar tt set b0='KJAPU6C4H3YW03PSPV91K' where id=9; -update noar ti set b0='KJAPU6C4H3YW03PSPV91K' where id=9; -update noar tt set v0='47K63WLB7UJUKJ93FA' where id=9; -update noar ti set v0='47K63WLB7UJUKJ93FA' where id=9; -update noar tt set b1='AF2X8BOMV4VERYWXA7JOIFZI3' where id=9; -update noar ti set b1='AF2X8BOMV4VERYWXA7JOIFZI3' where id=9; -update noar tt set v0='4H' where id=9; -update noar ti set v0='4H' where id=9; -update noar tt set b2='A2DLGH05Q3Y6XTL0O4271OBF' where id=9; -update noar ti set b2='A2DLGH05Q3Y6XTL0O4271OBF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITZV7T' where id=1; -update noar ti set v0='ITZV7T' where id=1; -update noar tt set b0='ON850QZ46IRH51HQJFA6PGIIXPOC8RIM' where id=1; -update noar ti set b0='ON850QZ46IRH51HQJFA6PGIIXPOC8RIM' where id=1; -update noar tt set v0='4PLKPTNKUSL0M0AF7' where id=1; -update noar ti set v0='4PLKPTNKUSL0M0AF7' where id=1; -update noar tt set b1='XGX7OX65W6JUR42TWG0' where id=1; -update noar ti set b1='XGX7OX65W6JUR42TWG0' where id=1; -update noar tt set v0='8IYJJGBDE2TNF7KW' where id=1; -update noar ti set v0='8IYJJGBDE2TNF7KW' where id=1; -update noar tt set b2='5DYP4BWA' where id=1; -update noar ti set b2='5DYP4BWA' where id=1; -update noar tt set v0='EA007E1RYR0HIGH6PAII0MJOARG7' where id=2; -update noar ti set v0='EA007E1RYR0HIGH6PAII0MJOARG7' where id=2; -update noar tt set b0='ZW3V8FA6PX4LK13WRO' where id=2; -update noar ti set b0='ZW3V8FA6PX4LK13WRO' where id=2; -update noar tt set v0='1WQ2G861492YFWCOWPRL7I93Y7ZH7' where id=2; -update noar ti set v0='1WQ2G861492YFWCOWPRL7I93Y7ZH7' where id=2; -update noar tt set b1='FR6DA85JDALGBQ5DBBWUSPECEEL646H' where id=2; -update noar ti set b1='FR6DA85JDALGBQ5DBBWUSPECEEL646H' where id=2; -update noar tt set v0='GM51N1IVE2D8UEWC4W93E2T3R6' where id=2; -update noar ti set v0='GM51N1IVE2D8UEWC4W93E2T3R6' where id=2; -update noar tt set b2='LKALLE4WOJ4Z9XWGN0L9IO9K' where id=2; -update noar ti set b2='LKALLE4WOJ4Z9XWGN0L9IO9K' where id=2; -update noar tt set v0='XAOIA17PZYG7I7O2' where id=3; -update noar ti set v0='XAOIA17PZYG7I7O2' where id=3; -update noar tt set b0='HEOCWGUCQYFJVUT0' where id=3; -update noar ti set b0='HEOCWGUCQYFJVUT0' where id=3; -update noar tt set v0='7A85306HEHF' where id=3; -update noar ti set v0='7A85306HEHF' where id=3; -update noar tt set b1='IOOAC94MPF58H6NR3PRP78D2' where id=3; -update noar ti set b1='IOOAC94MPF58H6NR3PRP78D2' where id=3; -update noar tt set v0='BQHTKVG0J78DABNHLCHC65B4' where id=3; -update noar ti set v0='BQHTKVG0J78DABNHLCHC65B4' where id=3; -update noar tt set b2='8YCQR3' where id=3; -update noar ti set b2='8YCQR3' where id=3; -update noar tt set v0='D9BIK' where id=4; -update noar ti set v0='D9BIK' where id=4; -update noar tt set b0='S2KYY07XA4I8' where id=4; -update noar ti set b0='S2KYY07XA4I8' where id=4; -update noar tt set v0='4M5MTGJ6YKK3T04TV4AH' where id=4; -update noar ti set v0='4M5MTGJ6YKK3T04TV4AH' where id=4; -update noar tt set b1='PDF6XMXQ0TV5T0AX3M8SDD2VMOXCFE' where id=4; -update noar ti set b1='PDF6XMXQ0TV5T0AX3M8SDD2VMOXCFE' where id=4; -update noar tt set v0='NDA6YMNSL3DLRU1BHFY8D2RFJ0X36AGX' where id=4; -update noar ti set v0='NDA6YMNSL3DLRU1BHFY8D2RFJ0X36AGX' where id=4; -update noar tt set b2='LET' where id=4; -update noar ti set b2='LET' where id=4; -update noar tt set v0='JPLAI' where id=5; -update noar ti set v0='JPLAI' where id=5; -update noar tt set b0='6JNJZFU0V42VL5563Y3FR6UBG' where id=5; -update noar ti set b0='6JNJZFU0V42VL5563Y3FR6UBG' where id=5; -update noar tt set v0='376615FHEH784C91UCM0RTC07TM4AI' where id=5; -update noar ti set v0='376615FHEH784C91UCM0RTC07TM4AI' where id=5; -update noar tt set b1='KVX1UZZKLOCXMPB3OIB' where id=5; -update noar ti set b1='KVX1UZZKLOCXMPB3OIB' where id=5; -update noar tt set v0='4HNFR2QGG6DA5IL681IVGNX' where id=5; -update noar ti set v0='4HNFR2QGG6DA5IL681IVGNX' where id=5; -update noar tt set b2='KQI6JR24387IH' where id=5; -update noar ti set b2='KQI6JR24387IH' where id=5; -update noar tt set v0='JKTC94MRJX6R' where id=6; -update noar ti set v0='JKTC94MRJX6R' where id=6; -update noar tt set b0='JGBCTL3Z139UFNWFF56PNAV06YVM7OH' where id=6; -update noar ti set b0='JGBCTL3Z139UFNWFF56PNAV06YVM7OH' where id=6; -update noar tt set v0='GH' where id=6; -update noar ti set v0='GH' where id=6; -update noar tt set b1='QR5C62BWM0QZMWMXAY4IL' where id=6; -update noar ti set b1='QR5C62BWM0QZMWMXAY4IL' where id=6; -update noar tt set v0='IWXHVO8FMLTP5SU8' where id=6; -update noar ti set v0='IWXHVO8FMLTP5SU8' where id=6; -update noar tt set b2='V96ZQR5GSVZ5K9MKECJ133OO2OH6E9' where id=6; -update noar ti set b2='V96ZQR5GSVZ5K9MKECJ133OO2OH6E9' where id=6; -update noar tt set v0='KRB1B8AE7WP7NUTEGMG2EUWI01I5V' where id=7; -update noar ti set v0='KRB1B8AE7WP7NUTEGMG2EUWI01I5V' where id=7; -update noar tt set b0='J0CFBHE1F' where id=7; -update noar ti set b0='J0CFBHE1F' where id=7; -update noar tt set v0='YPN5Y' where id=7; -update noar ti set v0='YPN5Y' where id=7; -update noar tt set b1='FHW' where id=7; -update noar ti set b1='FHW' where id=7; -update noar tt set v0='84FR7714FR78NAFQRKPBQSKODZXNS' where id=7; -update noar ti set v0='84FR7714FR78NAFQRKPBQSKODZXNS' where id=7; -update noar tt set b2='VXA7V7YZXURWDT' where id=7; -update noar ti set b2='VXA7V7YZXURWDT' where id=7; -update noar tt set v0='2Y279KGG4Y3YC3KYQDFDYQUYGHHOP5O' where id=8; -update noar ti set v0='2Y279KGG4Y3YC3KYQDFDYQUYGHHOP5O' where id=8; -update noar tt set b0='KXUMI50M49RBI35RIC' where id=8; -update noar ti set b0='KXUMI50M49RBI35RIC' where id=8; -update noar tt set v0='OYVHVNZ05NW62X4HSMED0PJ7L' where id=8; -update noar ti set v0='OYVHVNZ05NW62X4HSMED0PJ7L' where id=8; -update noar tt set b1='3IYBZCIUMGOBJ0S4GG1ZQ5I9ZGLM9I' where id=8; -update noar ti set b1='3IYBZCIUMGOBJ0S4GG1ZQ5I9ZGLM9I' where id=8; -update noar tt set v0='UOYDRBK' where id=8; -update noar ti set v0='UOYDRBK' where id=8; -update noar tt set b2='7CHZJJDZOJ0GN978Z' where id=8; -update noar ti set b2='7CHZJJDZOJ0GN978Z' where id=8; -update noar tt set v0='6Y7S9ZBMMUKY0ZILT6BR' where id=9; -update noar ti set v0='6Y7S9ZBMMUKY0ZILT6BR' where id=9; -update noar tt set b0='I9X11SW1EODQG98RHHOEXT7IIXXBXOP' where id=9; -update noar ti set b0='I9X11SW1EODQG98RHHOEXT7IIXXBXOP' where id=9; -update noar tt set v0='VA9W3B5T' where id=9; -update noar ti set v0='VA9W3B5T' where id=9; -update noar tt set b1='F6EM4P9ZTZRB4OHTDUP8OKEM' where id=9; -update noar ti set b1='F6EM4P9ZTZRB4OHTDUP8OKEM' where id=9; -update noar tt set v0='B6FE9DDY2CX51O0PU78M14H2JE' where id=9; -update noar ti set v0='B6FE9DDY2CX51O0PU78M14H2JE' where id=9; -update noar tt set b2='R80JMKEGT9LJP1YET4' where id=9; -update noar ti set b2='R80JMKEGT9LJP1YET4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F31RGXE0MLWRAO2FIZJ850K2PBBKK9' where id=1; -update noar ti set v0='F31RGXE0MLWRAO2FIZJ850K2PBBKK9' where id=1; -update noar tt set b0='AYB' where id=1; -update noar ti set b0='AYB' where id=1; -update noar tt set v0='UQRRD4R0SF7FTZ4K9W8JOGTWSOFO82' where id=1; -update noar ti set v0='UQRRD4R0SF7FTZ4K9W8JOGTWSOFO82' where id=1; -update noar tt set b1='66PBTAZWWP4UAZR1SMYP2ZZ4H0FYFD' where id=1; -update noar ti set b1='66PBTAZWWP4UAZR1SMYP2ZZ4H0FYFD' where id=1; -update noar tt set v0='GHLAT1APUGZGESDBK9WXF4NJQKS27' where id=1; -update noar ti set v0='GHLAT1APUGZGESDBK9WXF4NJQKS27' where id=1; -update noar tt set b2='XU2MJ8RT03C5SJ5XGC5' where id=1; -update noar ti set b2='XU2MJ8RT03C5SJ5XGC5' where id=1; -update noar tt set v0='HGWGS1TRENA1HWTHMYDHD05NY' where id=2; -update noar ti set v0='HGWGS1TRENA1HWTHMYDHD05NY' where id=2; -update noar tt set b0='1F6DMY0O53385QDOKPEMSO4W' where id=2; -update noar ti set b0='1F6DMY0O53385QDOKPEMSO4W' where id=2; -update noar tt set v0='9LZZ' where id=2; -update noar ti set v0='9LZZ' where id=2; -update noar tt set b1='6TPP760126T7' where id=2; -update noar ti set b1='6TPP760126T7' where id=2; -update noar tt set v0='NIGOG9MOPDJJTK0IPPJSV07TN' where id=2; -update noar ti set v0='NIGOG9MOPDJJTK0IPPJSV07TN' where id=2; -update noar tt set b2='YKYYTR3PBSW8OOXOTNLP27' where id=2; -update noar ti set b2='YKYYTR3PBSW8OOXOTNLP27' where id=2; -update noar tt set v0='UQ9SFQ03' where id=3; -update noar ti set v0='UQ9SFQ03' where id=3; -update noar tt set b0='Y' where id=3; -update noar ti set b0='Y' where id=3; -update noar tt set v0='B5GT' where id=3; -update noar ti set v0='B5GT' where id=3; -update noar tt set b1='6QFZAM' where id=3; -update noar ti set b1='6QFZAM' where id=3; -update noar tt set v0='0PONGRCRT0JCWJN7ER47OOL07LV9WCBA' where id=3; -update noar ti set v0='0PONGRCRT0JCWJN7ER47OOL07LV9WCBA' where id=3; -update noar tt set b2='LJFIPSOJSB40I7OZ4B3EUA8UCJ' where id=3; -update noar ti set b2='LJFIPSOJSB40I7OZ4B3EUA8UCJ' where id=3; -update noar tt set v0='6S57PV63EXYW' where id=4; -update noar ti set v0='6S57PV63EXYW' where id=4; -update noar tt set b0='15SNQWWN219H8JY' where id=4; -update noar ti set b0='15SNQWWN219H8JY' where id=4; -update noar tt set v0='JDQIOHTOYCE' where id=4; -update noar ti set v0='JDQIOHTOYCE' where id=4; -update noar tt set b1='Y' where id=4; -update noar ti set b1='Y' where id=4; -update noar tt set v0='MCKHXA73DR8N' where id=4; -update noar ti set v0='MCKHXA73DR8N' where id=4; -update noar tt set b2='EEJC' where id=4; -update noar ti set b2='EEJC' where id=4; -update noar tt set v0='26UI08CQN9JY97POUWKXW93ISQOQ' where id=5; -update noar ti set v0='26UI08CQN9JY97POUWKXW93ISQOQ' where id=5; -update noar tt set b0='FRCBLSNC' where id=5; -update noar ti set b0='FRCBLSNC' where id=5; -update noar tt set v0='A9ZPAT6' where id=5; -update noar ti set v0='A9ZPAT6' where id=5; -update noar tt set b1='XD9CGHREL' where id=5; -update noar ti set b1='XD9CGHREL' where id=5; -update noar tt set v0='UU0KFX068A4GWA88RA9214B747EY' where id=5; -update noar ti set v0='UU0KFX068A4GWA88RA9214B747EY' where id=5; -update noar tt set b2='J303Y0Y4BR8YXE' where id=5; -update noar ti set b2='J303Y0Y4BR8YXE' where id=5; -update noar tt set v0='GQ809Y4QBFP' where id=6; -update noar ti set v0='GQ809Y4QBFP' where id=6; -update noar tt set b0='VPHF8W7W7QVS' where id=6; -update noar ti set b0='VPHF8W7W7QVS' where id=6; -update noar tt set v0='00IDXVYQMVQX63L6CFB3IEYFPXEQ' where id=6; -update noar ti set v0='00IDXVYQMVQX63L6CFB3IEYFPXEQ' where id=6; -update noar tt set b1='37X4X3' where id=6; -update noar ti set b1='37X4X3' where id=6; -update noar tt set v0='XIRP8TC5L0TF52WLHJVTP5Y' where id=6; -update noar ti set v0='XIRP8TC5L0TF52WLHJVTP5Y' where id=6; -update noar tt set b2='5XXCIRA13RH5VT70PUT8Z4K2ZRS6M' where id=6; -update noar ti set b2='5XXCIRA13RH5VT70PUT8Z4K2ZRS6M' where id=6; -update noar tt set v0='745Z3D41KF8Z' where id=7; -update noar ti set v0='745Z3D41KF8Z' where id=7; -update noar tt set b0='TQTF5X03QYY' where id=7; -update noar ti set b0='TQTF5X03QYY' where id=7; -update noar tt set v0='K06L6R6' where id=7; -update noar ti set v0='K06L6R6' where id=7; -update noar tt set b1='OPC3' where id=7; -update noar ti set b1='OPC3' where id=7; -update noar tt set v0='R61JV3CPNDAL1MGY1' where id=7; -update noar ti set v0='R61JV3CPNDAL1MGY1' where id=7; -update noar tt set b2='L3GM6T2J' where id=7; -update noar ti set b2='L3GM6T2J' where id=7; -update noar tt set v0='CA6VYJIQOWPIBZ7UAS3N1J9Q' where id=8; -update noar ti set v0='CA6VYJIQOWPIBZ7UAS3N1J9Q' where id=8; -update noar tt set b0='D9CA' where id=8; -update noar ti set b0='D9CA' where id=8; -update noar tt set v0='IUAG7AUZ9TRO' where id=8; -update noar ti set v0='IUAG7AUZ9TRO' where id=8; -update noar tt set b1='WLFBZS74UBDLJFFF' where id=8; -update noar ti set b1='WLFBZS74UBDLJFFF' where id=8; -update noar tt set v0='5YLIFGQCFY6ER8YDGUARM85DU64O0D8' where id=8; -update noar ti set v0='5YLIFGQCFY6ER8YDGUARM85DU64O0D8' where id=8; -update noar tt set b2='KIUOUPS4J5E6FC5' where id=8; -update noar ti set b2='KIUOUPS4J5E6FC5' where id=8; -update noar tt set v0='7D8JAA7IWTQNQ2RR8I' where id=9; -update noar ti set v0='7D8JAA7IWTQNQ2RR8I' where id=9; -update noar tt set b0='R2M' where id=9; -update noar ti set b0='R2M' where id=9; -update noar tt set v0='QMO' where id=9; -update noar ti set v0='QMO' where id=9; -update noar tt set b1='QRG5IONJV3GI45PW' where id=9; -update noar ti set b1='QRG5IONJV3GI45PW' where id=9; -update noar tt set v0='6S907LXNKUSGHQPHFR8UHG' where id=9; -update noar ti set v0='6S907LXNKUSGHQPHFR8UHG' where id=9; -update noar tt set b2='T2EYYQR' where id=9; -update noar ti set b2='T2EYYQR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SY0OPAECW338K1XNKXFE' where id=1; -update noar ti set v0='SY0OPAECW338K1XNKXFE' where id=1; -update noar tt set b0='L1QASV' where id=1; -update noar ti set b0='L1QASV' where id=1; -update noar tt set v0='YUV' where id=1; -update noar ti set v0='YUV' where id=1; -update noar tt set b1='8ANLEZ1RWE6IQ16VE7BI' where id=1; -update noar ti set b1='8ANLEZ1RWE6IQ16VE7BI' where id=1; -update noar tt set v0='DRVINSKIA0FAIO481IB' where id=1; -update noar ti set v0='DRVINSKIA0FAIO481IB' where id=1; -update noar tt set b2='LPR99FNTUJ8XXU931SPARSXX9QQ' where id=1; -update noar ti set b2='LPR99FNTUJ8XXU931SPARSXX9QQ' where id=1; -update noar tt set v0='X9AY2FBI6OSTRBE' where id=2; -update noar ti set v0='X9AY2FBI6OSTRBE' where id=2; -update noar tt set b0='WK33TOH9INBWUJ696EZM6U0V' where id=2; -update noar ti set b0='WK33TOH9INBWUJ696EZM6U0V' where id=2; -update noar tt set v0='J4WPEAZBLQQWUNJYB3N2J1YUOD61ZQ67' where id=2; -update noar ti set v0='J4WPEAZBLQQWUNJYB3N2J1YUOD61ZQ67' where id=2; -update noar tt set b1='4OJGGIDH8D3NB1M038997V' where id=2; -update noar ti set b1='4OJGGIDH8D3NB1M038997V' where id=2; -update noar tt set v0='8PT4K7LKFPUNENSV2UQ0AXCLF1' where id=2; -update noar ti set v0='8PT4K7LKFPUNENSV2UQ0AXCLF1' where id=2; -update noar tt set b2='N2NLV' where id=2; -update noar ti set b2='N2NLV' where id=2; -update noar tt set v0='5GUX8M7ZB2F' where id=3; -update noar ti set v0='5GUX8M7ZB2F' where id=3; -update noar tt set b0='ZTXXIH8H' where id=3; -update noar ti set b0='ZTXXIH8H' where id=3; -update noar tt set v0='FZ3ZJ258O0J' where id=3; -update noar ti set v0='FZ3ZJ258O0J' where id=3; -update noar tt set b1='JRK8TF9OFW71MWQPNNNRB4YD0UYVGY' where id=3; -update noar ti set b1='JRK8TF9OFW71MWQPNNNRB4YD0UYVGY' where id=3; -update noar tt set v0='RUQJLT89XRUD8KDYZLE15PS6G3' where id=3; -update noar ti set v0='RUQJLT89XRUD8KDYZLE15PS6G3' where id=3; -update noar tt set b2='7ASOO6UQTNUQK9' where id=3; -update noar ti set b2='7ASOO6UQTNUQK9' where id=3; -update noar tt set v0='EP48AAT33SMTSXOO6OAG4BPVFA' where id=4; -update noar ti set v0='EP48AAT33SMTSXOO6OAG4BPVFA' where id=4; -update noar tt set b0='6S9FC8150NDF6YTJVN20QRUXRIQ1' where id=4; -update noar ti set b0='6S9FC8150NDF6YTJVN20QRUXRIQ1' where id=4; -update noar tt set v0='QE87L6EHRF4O55MEEYYOMOPBN' where id=4; -update noar ti set v0='QE87L6EHRF4O55MEEYYOMOPBN' where id=4; -update noar tt set b1='1QO32MJMKK0EYTFG3K6TEWIFQUX' where id=4; -update noar ti set b1='1QO32MJMKK0EYTFG3K6TEWIFQUX' where id=4; -update noar tt set v0='LQWU7' where id=4; -update noar ti set v0='LQWU7' where id=4; -update noar tt set b2='5DLPN0Q9HOJSY7ZZMD6Y70CEZB8K7' where id=4; -update noar ti set b2='5DLPN0Q9HOJSY7ZZMD6Y70CEZB8K7' where id=4; -update noar tt set v0='F5J0W63FVTERMBVLC53Y' where id=5; -update noar ti set v0='F5J0W63FVTERMBVLC53Y' where id=5; -update noar tt set b0='9LZYMVO' where id=5; -update noar ti set b0='9LZYMVO' where id=5; -update noar tt set v0='O' where id=5; -update noar ti set v0='O' where id=5; -update noar tt set b1='B9DCAQVX5IPR6EVE67KNU' where id=5; -update noar ti set b1='B9DCAQVX5IPR6EVE67KNU' where id=5; -update noar tt set v0='V2DZXICDR4PSRG0D8DOJZ' where id=5; -update noar ti set v0='V2DZXICDR4PSRG0D8DOJZ' where id=5; -update noar tt set b2='FGCZ64X2T00' where id=5; -update noar ti set b2='FGCZ64X2T00' where id=5; -update noar tt set v0='OKKOZ2CHPHL9GQ' where id=6; -update noar ti set v0='OKKOZ2CHPHL9GQ' where id=6; -update noar tt set b0='6UVNF9Z8HSJ6GKXHMFYS' where id=6; -update noar ti set b0='6UVNF9Z8HSJ6GKXHMFYS' where id=6; -update noar tt set v0='WNZA3LDNI9C03KT8BQPMQ0PB' where id=6; -update noar ti set v0='WNZA3LDNI9C03KT8BQPMQ0PB' where id=6; -update noar tt set b1='LQHXETX' where id=6; -update noar ti set b1='LQHXETX' where id=6; -update noar tt set v0='PC1N' where id=6; -update noar ti set v0='PC1N' where id=6; -update noar tt set b2='1C757WM190NZV' where id=6; -update noar ti set b2='1C757WM190NZV' where id=6; -update noar tt set v0='6UHRX9DY' where id=7; -update noar ti set v0='6UHRX9DY' where id=7; -update noar tt set b0='5DCC8W12ZVMVVNVEVDZ44D1QQY1S253' where id=7; -update noar ti set b0='5DCC8W12ZVMVVNVEVDZ44D1QQY1S253' where id=7; -update noar tt set v0='V9UT22S9778O3JFERB' where id=7; -update noar ti set v0='V9UT22S9778O3JFERB' where id=7; -update noar tt set b1='184RX3MH1MJKBOLZ35OF68B' where id=7; -update noar ti set b1='184RX3MH1MJKBOLZ35OF68B' where id=7; -update noar tt set v0='VO9IMQNE1Z80ACMEV7KYB3O9' where id=7; -update noar ti set v0='VO9IMQNE1Z80ACMEV7KYB3O9' where id=7; -update noar tt set b2='WD8Q' where id=7; -update noar ti set b2='WD8Q' where id=7; -update noar tt set v0='WMILX6' where id=8; -update noar ti set v0='WMILX6' where id=8; -update noar tt set b0='16SB' where id=8; -update noar ti set b0='16SB' where id=8; -update noar tt set v0='2ONKX0D2L82NPE4FFDR2HI2QXLF6YNB' where id=8; -update noar ti set v0='2ONKX0D2L82NPE4FFDR2HI2QXLF6YNB' where id=8; -update noar tt set b1='RJKALFDDI6FPCGHS' where id=8; -update noar ti set b1='RJKALFDDI6FPCGHS' where id=8; -update noar tt set v0='IL97UQZV7BQ86' where id=8; -update noar ti set v0='IL97UQZV7BQ86' where id=8; -update noar tt set b2='A' where id=8; -update noar ti set b2='A' where id=8; -update noar tt set v0='Q7OLHBQS590OZONM' where id=9; -update noar ti set v0='Q7OLHBQS590OZONM' where id=9; -update noar tt set b0='OOHBCUU5TKSD' where id=9; -update noar ti set b0='OOHBCUU5TKSD' where id=9; -update noar tt set v0='22BQU9' where id=9; -update noar ti set v0='22BQU9' where id=9; -update noar tt set b1='7RG0' where id=9; -update noar ti set b1='7RG0' where id=9; -update noar tt set v0='1H8HFYKMPFAE2O3LFW095UQ2' where id=9; -update noar ti set v0='1H8HFYKMPFAE2O3LFW095UQ2' where id=9; -update noar tt set b2='9AHD0WO4HWHD0EZVRRNIYJ1Z' where id=9; -update noar ti set b2='9AHD0WO4HWHD0EZVRRNIYJ1Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SIVJHAUK7P' where id=1; -update noar ti set v0='SIVJHAUK7P' where id=1; -update noar tt set b0='EV2X' where id=1; -update noar ti set b0='EV2X' where id=1; -update noar tt set v0='F21KLMSSA9MEC5Y4GHS17Z0I2NUG430' where id=1; -update noar ti set v0='F21KLMSSA9MEC5Y4GHS17Z0I2NUG430' where id=1; -update noar tt set b1='PYR9SM5M261MGJP' where id=1; -update noar ti set b1='PYR9SM5M261MGJP' where id=1; -update noar tt set v0='MU86PYFVX8SAVBZ' where id=1; -update noar ti set v0='MU86PYFVX8SAVBZ' where id=1; -update noar tt set b2='SQRRWZKR93O3N' where id=1; -update noar ti set b2='SQRRWZKR93O3N' where id=1; -update noar tt set v0='4PURI39PXJAWZQO586MXD2DR0C7EDF0' where id=2; -update noar ti set v0='4PURI39PXJAWZQO586MXD2DR0C7EDF0' where id=2; -update noar tt set b0='EWNV1M8DWR799Z4OICLDK96H' where id=2; -update noar ti set b0='EWNV1M8DWR799Z4OICLDK96H' where id=2; -update noar tt set v0='WC1UUNO5Y4' where id=2; -update noar ti set v0='WC1UUNO5Y4' where id=2; -update noar tt set b1='I51S8KYIXFJUOMN633HJ7N' where id=2; -update noar ti set b1='I51S8KYIXFJUOMN633HJ7N' where id=2; -update noar tt set v0='IZDFCQ2LCRQHYF0XQIDTSUAF2R' where id=2; -update noar ti set v0='IZDFCQ2LCRQHYF0XQIDTSUAF2R' where id=2; -update noar tt set b2='3PRI0FSUOQGSB8OR9242E' where id=2; -update noar ti set b2='3PRI0FSUOQGSB8OR9242E' where id=2; -update noar tt set v0='KUR546DX91YCD3A2VDUCSTW2IT' where id=3; -update noar ti set v0='KUR546DX91YCD3A2VDUCSTW2IT' where id=3; -update noar tt set b0='C8P3PPVR5EXZ' where id=3; -update noar ti set b0='C8P3PPVR5EXZ' where id=3; -update noar tt set v0='WFEIFJ3ONX3W8VUPGA' where id=3; -update noar ti set v0='WFEIFJ3ONX3W8VUPGA' where id=3; -update noar tt set b1='0G474G6GJV4' where id=3; -update noar ti set b1='0G474G6GJV4' where id=3; -update noar tt set v0='J4DNHZ1' where id=3; -update noar ti set v0='J4DNHZ1' where id=3; -update noar tt set b2='FIZUCBVDBH3AIQ0IV5QQMJVORL' where id=3; -update noar ti set b2='FIZUCBVDBH3AIQ0IV5QQMJVORL' where id=3; -update noar tt set v0='OU6IZFZ22Q8VVXYEO8E9MH2VS' where id=4; -update noar ti set v0='OU6IZFZ22Q8VVXYEO8E9MH2VS' where id=4; -update noar tt set b0='WGJJ3H3FUN0V9KG7788M283WEP' where id=4; -update noar ti set b0='WGJJ3H3FUN0V9KG7788M283WEP' where id=4; -update noar tt set v0='31DQIR06TS3YVPNODRS0SS806M1' where id=4; -update noar ti set v0='31DQIR06TS3YVPNODRS0SS806M1' where id=4; -update noar tt set b1='AAFPM2UDEWFQV414522M6NU' where id=4; -update noar ti set b1='AAFPM2UDEWFQV414522M6NU' where id=4; -update noar tt set v0='BHOOWY' where id=4; -update noar ti set v0='BHOOWY' where id=4; -update noar tt set b2='PYT' where id=4; -update noar ti set b2='PYT' where id=4; -update noar tt set v0='LMW4K1NGY0BMYO6X91J6IEF1M21I' where id=5; -update noar ti set v0='LMW4K1NGY0BMYO6X91J6IEF1M21I' where id=5; -update noar tt set b0='MSUFZBIC63FZIGHRC45TCRG' where id=5; -update noar ti set b0='MSUFZBIC63FZIGHRC45TCRG' where id=5; -update noar tt set v0='A5DQWZXTRBDR7CJSPU7Y2' where id=5; -update noar ti set v0='A5DQWZXTRBDR7CJSPU7Y2' where id=5; -update noar tt set b1='0WO' where id=5; -update noar ti set b1='0WO' where id=5; -update noar tt set v0='M24YXCB3X' where id=5; -update noar ti set v0='M24YXCB3X' where id=5; -update noar tt set b2='CHTSZY2SWDXR0YOPIAZ67VGSEIZTEZKR' where id=5; -update noar ti set b2='CHTSZY2SWDXR0YOPIAZ67VGSEIZTEZKR' where id=5; -update noar tt set v0='77EGNRM73Q6DZFXBJEC52D213Z' where id=6; -update noar ti set v0='77EGNRM73Q6DZFXBJEC52D213Z' where id=6; -update noar tt set b0='T5680CNGJY' where id=6; -update noar ti set b0='T5680CNGJY' where id=6; -update noar tt set v0='TWLXY1PLHZ52JOU' where id=6; -update noar ti set v0='TWLXY1PLHZ52JOU' where id=6; -update noar tt set b1='3Z7TMCO8F8CWS7I6V90C' where id=6; -update noar ti set b1='3Z7TMCO8F8CWS7I6V90C' where id=6; -update noar tt set v0='VHFKN3IQ' where id=6; -update noar ti set v0='VHFKN3IQ' where id=6; -update noar tt set b2='251I63TA628PO2ZOJKQSPQRL0GPB1RP' where id=6; -update noar ti set b2='251I63TA628PO2ZOJKQSPQRL0GPB1RP' where id=6; -update noar tt set v0='SRS2RZX58ZX1JSMU' where id=7; -update noar ti set v0='SRS2RZX58ZX1JSMU' where id=7; -update noar tt set b0='7KWUNO5PHGZNWAH15EH0Q80YUAVVSP' where id=7; -update noar ti set b0='7KWUNO5PHGZNWAH15EH0Q80YUAVVSP' where id=7; -update noar tt set v0='IO95UWAGBCCAD' where id=7; -update noar ti set v0='IO95UWAGBCCAD' where id=7; -update noar tt set b1='S5GOD79CX' where id=7; -update noar ti set b1='S5GOD79CX' where id=7; -update noar tt set v0='6W4HWAOAC23V7Z01OUDZEYVCDE5238O' where id=7; -update noar ti set v0='6W4HWAOAC23V7Z01OUDZEYVCDE5238O' where id=7; -update noar tt set b2='3JYP1BKFW1D71LEHXCLQFNBGO8' where id=7; -update noar ti set b2='3JYP1BKFW1D71LEHXCLQFNBGO8' where id=7; -update noar tt set v0='35OA6F64XFIRJPDA5YISMR' where id=8; -update noar ti set v0='35OA6F64XFIRJPDA5YISMR' where id=8; -update noar tt set b0='ANK' where id=8; -update noar ti set b0='ANK' where id=8; -update noar tt set v0='6JR3GM8AL73DN4W4DIL6GNS' where id=8; -update noar ti set v0='6JR3GM8AL73DN4W4DIL6GNS' where id=8; -update noar tt set b1='UG' where id=8; -update noar ti set b1='UG' where id=8; -update noar tt set v0='WTUK9EIZ8CS82V0857WII3OX07X4MG5T' where id=8; -update noar ti set v0='WTUK9EIZ8CS82V0857WII3OX07X4MG5T' where id=8; -update noar tt set b2='WIKG54ZG12I02' where id=8; -update noar ti set b2='WIKG54ZG12I02' where id=8; -update noar tt set v0='TOC5QBGYG' where id=9; -update noar ti set v0='TOC5QBGYG' where id=9; -update noar tt set b0='3G9613IVZ7VJ4YPJ8YQU6LJLPMS3B87' where id=9; -update noar ti set b0='3G9613IVZ7VJ4YPJ8YQU6LJLPMS3B87' where id=9; -update noar tt set v0='K7TCPDM03GS0ZJNAYSQEKW5' where id=9; -update noar ti set v0='K7TCPDM03GS0ZJNAYSQEKW5' where id=9; -update noar tt set b1='QIELXT6HBET73' where id=9; -update noar ti set b1='QIELXT6HBET73' where id=9; -update noar tt set v0='W8AK1C6K8HZ' where id=9; -update noar ti set v0='W8AK1C6K8HZ' where id=9; -update noar tt set b2='0A4MFE944U0I6V' where id=9; -update noar ti set b2='0A4MFE944U0I6V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LTHSBR8' where id=1; -update noar ti set v0='LTHSBR8' where id=1; -update noar tt set b0='T' where id=1; -update noar ti set b0='T' where id=1; -update noar tt set v0='4' where id=1; -update noar ti set v0='4' where id=1; -update noar tt set b1='Q2IDNVGZMHDLWXHA8Q7' where id=1; -update noar ti set b1='Q2IDNVGZMHDLWXHA8Q7' where id=1; -update noar tt set v0='QQN' where id=1; -update noar ti set v0='QQN' where id=1; -update noar tt set b2='XVMAK6L1B5GGJBWOMXIXGK' where id=1; -update noar ti set b2='XVMAK6L1B5GGJBWOMXIXGK' where id=1; -update noar tt set v0='ETPY1WJ6UYWW34W3YSRJ1PLK' where id=2; -update noar ti set v0='ETPY1WJ6UYWW34W3YSRJ1PLK' where id=2; -update noar tt set b0='BOEBAHREXS3DM5SLXR4M99FP9B' where id=2; -update noar ti set b0='BOEBAHREXS3DM5SLXR4M99FP9B' where id=2; -update noar tt set v0='ZME2X6HC' where id=2; -update noar ti set v0='ZME2X6HC' where id=2; -update noar tt set b1='JZPJ1OV5WON7SWVWB6HLBNR5' where id=2; -update noar ti set b1='JZPJ1OV5WON7SWVWB6HLBNR5' where id=2; -update noar tt set v0='QSOA' where id=2; -update noar ti set v0='QSOA' where id=2; -update noar tt set b2='G56LST5' where id=2; -update noar ti set b2='G56LST5' where id=2; -update noar tt set v0='RUWST3D1QMOLNS4ZOJSKOL91T9' where id=3; -update noar ti set v0='RUWST3D1QMOLNS4ZOJSKOL91T9' where id=3; -update noar tt set b0='45942MACD3LSGZ7RWC' where id=3; -update noar ti set b0='45942MACD3LSGZ7RWC' where id=3; -update noar tt set v0='5QMJX2C360JAAAEWCT8Y17' where id=3; -update noar ti set v0='5QMJX2C360JAAAEWCT8Y17' where id=3; -update noar tt set b1='SZHW1BGHFXSN0K7SZ83VAM21B' where id=3; -update noar ti set b1='SZHW1BGHFXSN0K7SZ83VAM21B' where id=3; -update noar tt set v0='J905FUTQ' where id=3; -update noar ti set v0='J905FUTQ' where id=3; -update noar tt set b2='W9YCRC7UDZJJNB1XZ3CU5J' where id=3; -update noar ti set b2='W9YCRC7UDZJJNB1XZ3CU5J' where id=3; -update noar tt set v0='IXGR24PS08CNJJD8K8D' where id=4; -update noar ti set v0='IXGR24PS08CNJJD8K8D' where id=4; -update noar tt set b0='DAJLYHP' where id=4; -update noar ti set b0='DAJLYHP' where id=4; -update noar tt set v0='EDMEWL3XAI8C5ZOI8SO9H9B5VJU' where id=4; -update noar ti set v0='EDMEWL3XAI8C5ZOI8SO9H9B5VJU' where id=4; -update noar tt set b1='PEZAD8JNDVOE0Z7IZMD51QLIJ8' where id=4; -update noar ti set b1='PEZAD8JNDVOE0Z7IZMD51QLIJ8' where id=4; -update noar tt set v0='OYTPFN5PQ03ISDPVZ652H4MZ2XEW3C' where id=4; -update noar ti set v0='OYTPFN5PQ03ISDPVZ652H4MZ2XEW3C' where id=4; -update noar tt set b2='O5F8JJ46Y6VJV8TPISGGBD' where id=4; -update noar ti set b2='O5F8JJ46Y6VJV8TPISGGBD' where id=4; -update noar tt set v0='YR48H4C377UKCR5BV2HPEG' where id=5; -update noar ti set v0='YR48H4C377UKCR5BV2HPEG' where id=5; -update noar tt set b0='80I5UVGAM4TVZY825D0Y70NWGQCIB' where id=5; -update noar ti set b0='80I5UVGAM4TVZY825D0Y70NWGQCIB' where id=5; -update noar tt set v0='JKQGPBOEKIVUBONHEPUTQS1' where id=5; -update noar ti set v0='JKQGPBOEKIVUBONHEPUTQS1' where id=5; -update noar tt set b1='J9QMX1YME34LU' where id=5; -update noar ti set b1='J9QMX1YME34LU' where id=5; -update noar tt set v0='4PQJPJ6XYEHYCLN' where id=5; -update noar ti set v0='4PQJPJ6XYEHYCLN' where id=5; -update noar tt set b2='RRLK08F7GAV4SPN1JOIXZY' where id=5; -update noar ti set b2='RRLK08F7GAV4SPN1JOIXZY' where id=5; -update noar tt set v0='YWM9UGC' where id=6; -update noar ti set v0='YWM9UGC' where id=6; -update noar tt set b0='7BLZ60JRV1XZ8WJL79ZH6DM' where id=6; -update noar ti set b0='7BLZ60JRV1XZ8WJL79ZH6DM' where id=6; -update noar tt set v0='K1' where id=6; -update noar ti set v0='K1' where id=6; -update noar tt set b1='UD0QN' where id=6; -update noar ti set b1='UD0QN' where id=6; -update noar tt set v0='H790' where id=6; -update noar ti set v0='H790' where id=6; -update noar tt set b2='02HTOXE8' where id=6; -update noar ti set b2='02HTOXE8' where id=6; -update noar tt set v0='XZBE09N6DDPS3O94KERZSB2Q' where id=7; -update noar ti set v0='XZBE09N6DDPS3O94KERZSB2Q' where id=7; -update noar tt set b0='V0HQI5IWHMZ' where id=7; -update noar ti set b0='V0HQI5IWHMZ' where id=7; -update noar tt set v0='Q2GREC4R7ACG58H' where id=7; -update noar ti set v0='Q2GREC4R7ACG58H' where id=7; -update noar tt set b1='HG0W6FB' where id=7; -update noar ti set b1='HG0W6FB' where id=7; -update noar tt set v0='UVM9NDSZXJ' where id=7; -update noar ti set v0='UVM9NDSZXJ' where id=7; -update noar tt set b2='KAAO386YRDS9ZF0DXW' where id=7; -update noar ti set b2='KAAO386YRDS9ZF0DXW' where id=7; -update noar tt set v0='ERPS' where id=8; -update noar ti set v0='ERPS' where id=8; -update noar tt set b0='B7M' where id=8; -update noar ti set b0='B7M' where id=8; -update noar tt set v0='1XQHWEZ7HCZ' where id=8; -update noar ti set v0='1XQHWEZ7HCZ' where id=8; -update noar tt set b1='7N0AC0ONOTQWVMZJ86' where id=8; -update noar ti set b1='7N0AC0ONOTQWVMZJ86' where id=8; -update noar tt set v0='GC' where id=8; -update noar ti set v0='GC' where id=8; -update noar tt set b2='2ILH6YR07S' where id=8; -update noar ti set b2='2ILH6YR07S' where id=8; -update noar tt set v0='LCRCXKT25DSSYFY80JJ' where id=9; -update noar ti set v0='LCRCXKT25DSSYFY80JJ' where id=9; -update noar tt set b0='3X' where id=9; -update noar ti set b0='3X' where id=9; -update noar tt set v0='DCI2GYN5Z712HZI2QP4MDRO' where id=9; -update noar ti set v0='DCI2GYN5Z712HZI2QP4MDRO' where id=9; -update noar tt set b1='E7LAWRMNPGJLGSBB3N2D5H0SL3AIMB' where id=9; -update noar ti set b1='E7LAWRMNPGJLGSBB3N2D5H0SL3AIMB' where id=9; -update noar tt set v0='2ROT25R3QCUD1S' where id=9; -update noar ti set v0='2ROT25R3QCUD1S' where id=9; -update noar tt set b2='IUNYUI9OAE3' where id=9; -update noar ti set b2='IUNYUI9OAE3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O4GVM81UCTZNBS' where id=1; -update noar ti set v0='O4GVM81UCTZNBS' where id=1; -update noar tt set b0='9K' where id=1; -update noar ti set b0='9K' where id=1; -update noar tt set v0='P2JV' where id=1; -update noar ti set v0='P2JV' where id=1; -update noar tt set b1='XBAVC2D8RYRB9ROTHP8AGFAH2' where id=1; -update noar ti set b1='XBAVC2D8RYRB9ROTHP8AGFAH2' where id=1; -update noar tt set v0='R23G0NG9XG' where id=1; -update noar ti set v0='R23G0NG9XG' where id=1; -update noar tt set b2='JRB7KPMBFW98BW18T8' where id=1; -update noar ti set b2='JRB7KPMBFW98BW18T8' where id=1; -update noar tt set v0='5N5' where id=2; -update noar ti set v0='5N5' where id=2; -update noar tt set b0='XLIV0VDVLL1G5NRW4GEAER9Z' where id=2; -update noar ti set b0='XLIV0VDVLL1G5NRW4GEAER9Z' where id=2; -update noar tt set v0='O907FMR99IMCWOTN' where id=2; -update noar ti set v0='O907FMR99IMCWOTN' where id=2; -update noar tt set b1='4FPZ962VXP3JD8R7PN33' where id=2; -update noar ti set b1='4FPZ962VXP3JD8R7PN33' where id=2; -update noar tt set v0='682ZF4PXU9E' where id=2; -update noar ti set v0='682ZF4PXU9E' where id=2; -update noar tt set b2='TGHZMRDNJB1U4I681HWZ9PCJPP' where id=2; -update noar ti set b2='TGHZMRDNJB1U4I681HWZ9PCJPP' where id=2; -update noar tt set v0='JCC1JYTJXUT4FJBHNDZNM3H69OYNF' where id=3; -update noar ti set v0='JCC1JYTJXUT4FJBHNDZNM3H69OYNF' where id=3; -update noar tt set b0='A3PWQD0FD52HO3CS1' where id=3; -update noar ti set b0='A3PWQD0FD52HO3CS1' where id=3; -update noar tt set v0='KLIN79H57E8F5TBMK6TC' where id=3; -update noar ti set v0='KLIN79H57E8F5TBMK6TC' where id=3; -update noar tt set b1='46D02H8JXD3GNBMUX' where id=3; -update noar ti set b1='46D02H8JXD3GNBMUX' where id=3; -update noar tt set v0='13QF' where id=3; -update noar ti set v0='13QF' where id=3; -update noar tt set b2='RPCRYIH5PZZL54F8EYA4FQEN062' where id=3; -update noar ti set b2='RPCRYIH5PZZL54F8EYA4FQEN062' where id=3; -update noar tt set v0='T089OJE05FFC' where id=4; -update noar ti set v0='T089OJE05FFC' where id=4; -update noar tt set b0='I5A4TY2BT262V6IOOMEMO8B3IL1M6VA2' where id=4; -update noar ti set b0='I5A4TY2BT262V6IOOMEMO8B3IL1M6VA2' where id=4; -update noar tt set v0='DFLPZ' where id=4; -update noar ti set v0='DFLPZ' where id=4; -update noar tt set b1='MF3QMJRLYYZJY829Y' where id=4; -update noar ti set b1='MF3QMJRLYYZJY829Y' where id=4; -update noar tt set v0='7EXDTR' where id=4; -update noar ti set v0='7EXDTR' where id=4; -update noar tt set b2='U9099VOC' where id=4; -update noar ti set b2='U9099VOC' where id=4; -update noar tt set v0='X5D9ZZY5ED1' where id=5; -update noar ti set v0='X5D9ZZY5ED1' where id=5; -update noar tt set b0='QUSPOQAPIA01ZBLVB3R8' where id=5; -update noar ti set b0='QUSPOQAPIA01ZBLVB3R8' where id=5; -update noar tt set v0='4VFO7WDD7KMO103N3UEH8SNZ1L6MU' where id=5; -update noar ti set v0='4VFO7WDD7KMO103N3UEH8SNZ1L6MU' where id=5; -update noar tt set b1='X25A10QVYXYOASUJ' where id=5; -update noar ti set b1='X25A10QVYXYOASUJ' where id=5; -update noar tt set v0='7UR' where id=5; -update noar ti set v0='7UR' where id=5; -update noar tt set b2='O0VI' where id=5; -update noar ti set b2='O0VI' where id=5; -update noar tt set v0='IZHOZJITXW79RME1' where id=6; -update noar ti set v0='IZHOZJITXW79RME1' where id=6; -update noar tt set b0='5AGDB4' where id=6; -update noar ti set b0='5AGDB4' where id=6; -update noar tt set v0='JEPUJ4R1XY7UQ' where id=6; -update noar ti set v0='JEPUJ4R1XY7UQ' where id=6; -update noar tt set b1='8O9ZNLCUC1SCDI04PRS1PMFWF23S0RA' where id=6; -update noar ti set b1='8O9ZNLCUC1SCDI04PRS1PMFWF23S0RA' where id=6; -update noar tt set v0='HQKAE0IZSN' where id=6; -update noar ti set v0='HQKAE0IZSN' where id=6; -update noar tt set b2='H63P6PWO7JJFYI32J2V65HWC5' where id=6; -update noar ti set b2='H63P6PWO7JJFYI32J2V65HWC5' where id=6; -update noar tt set v0='SOSSWIQ8' where id=7; -update noar ti set v0='SOSSWIQ8' where id=7; -update noar tt set b0='014EKNDZTZN9I25H' where id=7; -update noar ti set b0='014EKNDZTZN9I25H' where id=7; -update noar tt set v0='P0D3PG1N1EP5CF56' where id=7; -update noar ti set v0='P0D3PG1N1EP5CF56' where id=7; -update noar tt set b1='6YQ8IXU4JNW' where id=7; -update noar ti set b1='6YQ8IXU4JNW' where id=7; -update noar tt set v0='U8KEWEFUJ' where id=7; -update noar ti set v0='U8KEWEFUJ' where id=7; -update noar tt set b2='FK1Y' where id=7; -update noar ti set b2='FK1Y' where id=7; -update noar tt set v0='HXA9OWTUP7GK' where id=8; -update noar ti set v0='HXA9OWTUP7GK' where id=8; -update noar tt set b0='RV9Y4ZEOW37P4JZ0BA75ZLZX0' where id=8; -update noar ti set b0='RV9Y4ZEOW37P4JZ0BA75ZLZX0' where id=8; -update noar tt set v0='2K' where id=8; -update noar ti set v0='2K' where id=8; -update noar tt set b1='XMYON35ZQZCH8D' where id=8; -update noar ti set b1='XMYON35ZQZCH8D' where id=8; -update noar tt set v0='35' where id=8; -update noar ti set v0='35' where id=8; -update noar tt set b2='5F489KFTJ2LG2' where id=8; -update noar ti set b2='5F489KFTJ2LG2' where id=8; -update noar tt set v0='G0G0VLM17EFBU' where id=9; -update noar ti set v0='G0G0VLM17EFBU' where id=9; -update noar tt set b0='KN6XI62R' where id=9; -update noar ti set b0='KN6XI62R' where id=9; -update noar tt set v0='EBXVDUMPWUP53ZRX' where id=9; -update noar ti set v0='EBXVDUMPWUP53ZRX' where id=9; -update noar tt set b1='J' where id=9; -update noar ti set b1='J' where id=9; -update noar tt set v0='X8ZX2S' where id=9; -update noar ti set v0='X8ZX2S' where id=9; -update noar tt set b2='ABNA85AE8H25AY4D83FJONELG1FBU3L7' where id=9; -update noar ti set b2='ABNA85AE8H25AY4D83FJONELG1FBU3L7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BRNJ' where id=1; -update noar ti set v0='BRNJ' where id=1; -update noar tt set b0='R0ZEP9T' where id=1; -update noar ti set b0='R0ZEP9T' where id=1; -update noar tt set v0='ADQXWREPB637SILIJQ5N05NBGT' where id=1; -update noar ti set v0='ADQXWREPB637SILIJQ5N05NBGT' where id=1; -update noar tt set b1='2JWOBDTVSVAE6T8RN8QCPXIF1DYDES9' where id=1; -update noar ti set b1='2JWOBDTVSVAE6T8RN8QCPXIF1DYDES9' where id=1; -update noar tt set v0='YISO92KUL2QB35L5S57PI6DWM' where id=1; -update noar ti set v0='YISO92KUL2QB35L5S57PI6DWM' where id=1; -update noar tt set b2='HZ3OVMOBWG3WSAA32' where id=1; -update noar ti set b2='HZ3OVMOBWG3WSAA32' where id=1; -update noar tt set v0='0QY2NKDXBDTCQKS9UEMOQD7' where id=2; -update noar ti set v0='0QY2NKDXBDTCQKS9UEMOQD7' where id=2; -update noar tt set b0='ZEQA9Y8FDD694ZLKY2M8P9H3' where id=2; -update noar ti set b0='ZEQA9Y8FDD694ZLKY2M8P9H3' where id=2; -update noar tt set v0='ITOPJXOYH' where id=2; -update noar ti set v0='ITOPJXOYH' where id=2; -update noar tt set b1='HQGSGMLH0PGPB8' where id=2; -update noar ti set b1='HQGSGMLH0PGPB8' where id=2; -update noar tt set v0='44KJN' where id=2; -update noar ti set v0='44KJN' where id=2; -update noar tt set b2='Q23BYKABZ' where id=2; -update noar ti set b2='Q23BYKABZ' where id=2; -update noar tt set v0='3DLUCW0V529HOY0J' where id=3; -update noar ti set v0='3DLUCW0V529HOY0J' where id=3; -update noar tt set b0='M7OM2WQ' where id=3; -update noar ti set b0='M7OM2WQ' where id=3; -update noar tt set v0='F3C4D0Z0DC25L6XD3C' where id=3; -update noar ti set v0='F3C4D0Z0DC25L6XD3C' where id=3; -update noar tt set b1='WC41P1WQNRMHIFLDGZWY7OT3A783U' where id=3; -update noar ti set b1='WC41P1WQNRMHIFLDGZWY7OT3A783U' where id=3; -update noar tt set v0='N313TH' where id=3; -update noar ti set v0='N313TH' where id=3; -update noar tt set b2='8WGJ2P1P' where id=3; -update noar ti set b2='8WGJ2P1P' where id=3; -update noar tt set v0='PZ47VRUVV0W21MZVZ' where id=4; -update noar ti set v0='PZ47VRUVV0W21MZVZ' where id=4; -update noar tt set b0='U4Z2' where id=4; -update noar ti set b0='U4Z2' where id=4; -update noar tt set v0='6QVYTY3BBX1KJ7SLW9IU2HQ' where id=4; -update noar ti set v0='6QVYTY3BBX1KJ7SLW9IU2HQ' where id=4; -update noar tt set b1='KKO6A2QFSR1INUQ17' where id=4; -update noar ti set b1='KKO6A2QFSR1INUQ17' where id=4; -update noar tt set v0='TTN9F9KHFXV' where id=4; -update noar ti set v0='TTN9F9KHFXV' where id=4; -update noar tt set b2='NQVCQZYGXAO9NIMGHR0TK' where id=4; -update noar ti set b2='NQVCQZYGXAO9NIMGHR0TK' where id=4; -update noar tt set v0='LEGRO7N8Z69VB80L' where id=5; -update noar ti set v0='LEGRO7N8Z69VB80L' where id=5; -update noar tt set b0='8908XTYODQO0' where id=5; -update noar ti set b0='8908XTYODQO0' where id=5; -update noar tt set v0='SR' where id=5; -update noar ti set v0='SR' where id=5; -update noar tt set b1='QF5SXFVPA98' where id=5; -update noar ti set b1='QF5SXFVPA98' where id=5; -update noar tt set v0='5KNUMGRJ8683IZGDJS' where id=5; -update noar ti set v0='5KNUMGRJ8683IZGDJS' where id=5; -update noar tt set b2='F5CIDVNCIJ4WDXG' where id=5; -update noar ti set b2='F5CIDVNCIJ4WDXG' where id=5; -update noar tt set v0='XY9EYTT5WRX2QXTXDG09CDKMOYB' where id=6; -update noar ti set v0='XY9EYTT5WRX2QXTXDG09CDKMOYB' where id=6; -update noar tt set b0='985BSDRIFUAC70MH11TGFCN3P6' where id=6; -update noar ti set b0='985BSDRIFUAC70MH11TGFCN3P6' where id=6; -update noar tt set v0='AW7EIJ4HNW' where id=6; -update noar ti set v0='AW7EIJ4HNW' where id=6; -update noar tt set b1='X6BFNKFP2VS00SAYLMAJOO' where id=6; -update noar ti set b1='X6BFNKFP2VS00SAYLMAJOO' where id=6; -update noar tt set v0='DNO34BG10QBJO54977AI6M3KBA5VYHQ3' where id=6; -update noar ti set v0='DNO34BG10QBJO54977AI6M3KBA5VYHQ3' where id=6; -update noar tt set b2='SVZDG45A3505DQZ' where id=6; -update noar ti set b2='SVZDG45A3505DQZ' where id=6; -update noar tt set v0='UHJNP7T9KPC72M5HR' where id=7; -update noar ti set v0='UHJNP7T9KPC72M5HR' where id=7; -update noar tt set b0='0SOMHBCZV7T8STTP610F33CF5Z8' where id=7; -update noar ti set b0='0SOMHBCZV7T8STTP610F33CF5Z8' where id=7; -update noar tt set v0='GYWMS3LQIXTVLW8CH70' where id=7; -update noar ti set v0='GYWMS3LQIXTVLW8CH70' where id=7; -update noar tt set b1='PH2A949QDC5CB7YSQ041SBHLDV' where id=7; -update noar ti set b1='PH2A949QDC5CB7YSQ041SBHLDV' where id=7; -update noar tt set v0='DIXSDMFQSHD8' where id=7; -update noar ti set v0='DIXSDMFQSHD8' where id=7; -update noar tt set b2='HFIO8EBDF8BZZRPCZ75VC' where id=7; -update noar ti set b2='HFIO8EBDF8BZZRPCZ75VC' where id=7; -update noar tt set v0='8FQHKJ95U' where id=8; -update noar ti set v0='8FQHKJ95U' where id=8; -update noar tt set b0='BI8A545TJ9PU' where id=8; -update noar ti set b0='BI8A545TJ9PU' where id=8; -update noar tt set v0='WDTW2XQ7OW0UFA5CG' where id=8; -update noar ti set v0='WDTW2XQ7OW0UFA5CG' where id=8; -update noar tt set b1='MW843BW73P9EMAMJUD74TZKXJ9R3TW' where id=8; -update noar ti set b1='MW843BW73P9EMAMJUD74TZKXJ9R3TW' where id=8; -update noar tt set v0='QCP0VM2JKA0Z94CMUZXQ9XWBO1VXYY7' where id=8; -update noar ti set v0='QCP0VM2JKA0Z94CMUZXQ9XWBO1VXYY7' where id=8; -update noar tt set b2='ZGZ4LOJ6ULEM8HH8UBOS9EHYZLQ' where id=8; -update noar ti set b2='ZGZ4LOJ6ULEM8HH8UBOS9EHYZLQ' where id=8; -update noar tt set v0='K6' where id=9; -update noar ti set v0='K6' where id=9; -update noar tt set b0='LPZQ2' where id=9; -update noar ti set b0='LPZQ2' where id=9; -update noar tt set v0='WU8NI46FNT' where id=9; -update noar ti set v0='WU8NI46FNT' where id=9; -update noar tt set b1='ONSU5ENQH5AC3GREDTK1YASH' where id=9; -update noar ti set b1='ONSU5ENQH5AC3GREDTK1YASH' where id=9; -update noar tt set v0='UC8ALF0VFUA981K8D0JMA8FP8' where id=9; -update noar ti set v0='UC8ALF0VFUA981K8D0JMA8FP8' where id=9; -update noar tt set b2='CNBZG6GP3IG' where id=9; -update noar ti set b2='CNBZG6GP3IG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TH7UVMIEIKOWKWC6D0HS' where id=1; -update noar ti set v0='TH7UVMIEIKOWKWC6D0HS' where id=1; -update noar tt set b0='8C3Q698B5AZWC69VJ15OBMFDTC' where id=1; -update noar ti set b0='8C3Q698B5AZWC69VJ15OBMFDTC' where id=1; -update noar tt set v0='CS' where id=1; -update noar ti set v0='CS' where id=1; -update noar tt set b1='IM454LYD6X5S2U4XC165Q' where id=1; -update noar ti set b1='IM454LYD6X5S2U4XC165Q' where id=1; -update noar tt set v0='6' where id=1; -update noar ti set v0='6' where id=1; -update noar tt set b2='VYY9WRU623S4B094RHYYW' where id=1; -update noar ti set b2='VYY9WRU623S4B094RHYYW' where id=1; -update noar tt set v0='7D2AA' where id=2; -update noar ti set v0='7D2AA' where id=2; -update noar tt set b0='24UUWTHBBLKGX8OEMYIRTM8S0XGT' where id=2; -update noar ti set b0='24UUWTHBBLKGX8OEMYIRTM8S0XGT' where id=2; -update noar tt set v0='B59P527ZW8R9' where id=2; -update noar ti set v0='B59P527ZW8R9' where id=2; -update noar tt set b1='9UURG9ZUJSQEZ7Z5BSSZYL3OOFB' where id=2; -update noar ti set b1='9UURG9ZUJSQEZ7Z5BSSZYL3OOFB' where id=2; -update noar tt set v0='UDPTMLINC5EE' where id=2; -update noar ti set v0='UDPTMLINC5EE' where id=2; -update noar tt set b2='0WZM2RXM7CXM5NXQ8IG' where id=2; -update noar ti set b2='0WZM2RXM7CXM5NXQ8IG' where id=2; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b0='XVMVMSX9E' where id=3; -update noar ti set b0='XVMVMSX9E' where id=3; -update noar tt set v0='Q9JPLXDKTN' where id=3; -update noar ti set v0='Q9JPLXDKTN' where id=3; -update noar tt set b1='4CZVQ20XZ1GEP63L4Q8D94VTYAVQ' where id=3; -update noar ti set b1='4CZVQ20XZ1GEP63L4Q8D94VTYAVQ' where id=3; -update noar tt set v0='1SFSJS' where id=3; -update noar ti set v0='1SFSJS' where id=3; -update noar tt set b2='V' where id=3; -update noar ti set b2='V' where id=3; -update noar tt set v0='JN4BJM70W10T15C15EKMVUNGSH' where id=4; -update noar ti set v0='JN4BJM70W10T15C15EKMVUNGSH' where id=4; -update noar tt set b0='LYD6Q1' where id=4; -update noar ti set b0='LYD6Q1' where id=4; -update noar tt set v0='6WJPTLDWMLIX8344U25HMW3XZA' where id=4; -update noar ti set v0='6WJPTLDWMLIX8344U25HMW3XZA' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='644EE3PPAXKGXJQ3M8B0XY' where id=4; -update noar ti set v0='644EE3PPAXKGXJQ3M8B0XY' where id=4; -update noar tt set b2='33HIWBVW7ZUN8AM4NVDIA7JCU6OV' where id=4; -update noar ti set b2='33HIWBVW7ZUN8AM4NVDIA7JCU6OV' where id=4; -update noar tt set v0='Y9ETXJCII3MC58' where id=5; -update noar ti set v0='Y9ETXJCII3MC58' where id=5; -update noar tt set b0='0N0HGVJLLBH37CD1VAA8VK5U5TC' where id=5; -update noar ti set b0='0N0HGVJLLBH37CD1VAA8VK5U5TC' where id=5; -update noar tt set v0='AFTZA16CIX1W' where id=5; -update noar ti set v0='AFTZA16CIX1W' where id=5; -update noar tt set b1='4' where id=5; -update noar ti set b1='4' where id=5; -update noar tt set v0='FY75YOMMXG9OLMDD1Z' where id=5; -update noar ti set v0='FY75YOMMXG9OLMDD1Z' where id=5; -update noar tt set b2='4IWO74GU7GZP9PIRRX9US4YW' where id=5; -update noar ti set b2='4IWO74GU7GZP9PIRRX9US4YW' where id=5; -update noar tt set v0='M9A' where id=6; -update noar ti set v0='M9A' where id=6; -update noar tt set b0='U' where id=6; -update noar ti set b0='U' where id=6; -update noar tt set v0='I3A0RXR95B2R5DLSSG5' where id=6; -update noar ti set v0='I3A0RXR95B2R5DLSSG5' where id=6; -update noar tt set b1='W5MTAI14B4O7LJVMP1H' where id=6; -update noar ti set b1='W5MTAI14B4O7LJVMP1H' where id=6; -update noar tt set v0='U' where id=6; -update noar ti set v0='U' where id=6; -update noar tt set b2='81Z1R' where id=6; -update noar ti set b2='81Z1R' where id=6; -update noar tt set v0='Z3HU22K7BN64IBJTE2' where id=7; -update noar ti set v0='Z3HU22K7BN64IBJTE2' where id=7; -update noar tt set b0='2QFGR9DI' where id=7; -update noar ti set b0='2QFGR9DI' where id=7; -update noar tt set v0='W64Y4HRF4XMQ2O' where id=7; -update noar ti set v0='W64Y4HRF4XMQ2O' where id=7; -update noar tt set b1='7NKKHVW9SNPP6OJZH1G' where id=7; -update noar ti set b1='7NKKHVW9SNPP6OJZH1G' where id=7; -update noar tt set v0='U6LF1' where id=7; -update noar ti set v0='U6LF1' where id=7; -update noar tt set b2='X22XVF5SE0NXWLLIII8S9UH79JUMT' where id=7; -update noar ti set b2='X22XVF5SE0NXWLLIII8S9UH79JUMT' where id=7; -update noar tt set v0='TMMVCKDIVAS4P' where id=8; -update noar ti set v0='TMMVCKDIVAS4P' where id=8; -update noar tt set b0='FGX8YR7MD9T68' where id=8; -update noar ti set b0='FGX8YR7MD9T68' where id=8; -update noar tt set v0='7C01B' where id=8; -update noar ti set v0='7C01B' where id=8; -update noar tt set b1='D423L38DIHGBLZWNY71P66VH5BMNOMG' where id=8; -update noar ti set b1='D423L38DIHGBLZWNY71P66VH5BMNOMG' where id=8; -update noar tt set v0='EJGNO9SXMFSG0FMB0VVB' where id=8; -update noar ti set v0='EJGNO9SXMFSG0FMB0VVB' where id=8; -update noar tt set b2='AA32BL9UJBHRJ3T' where id=8; -update noar ti set b2='AA32BL9UJBHRJ3T' where id=8; -update noar tt set v0='4UST1' where id=9; -update noar ti set v0='4UST1' where id=9; -update noar tt set b0='8U6X4AWR4QC7DVRGN5PXIY9E5' where id=9; -update noar ti set b0='8U6X4AWR4QC7DVRGN5PXIY9E5' where id=9; -update noar tt set v0='IK9INHJ4GI46WRT9F89CO56CLJ1' where id=9; -update noar ti set v0='IK9INHJ4GI46WRT9F89CO56CLJ1' where id=9; -update noar tt set b1='J7BM4P3M5UAOWETNSNKM9G6FQAIB' where id=9; -update noar ti set b1='J7BM4P3M5UAOWETNSNKM9G6FQAIB' where id=9; -update noar tt set v0='E8GIZWM0T' where id=9; -update noar ti set v0='E8GIZWM0T' where id=9; -update noar tt set b2='0342DNAD3R3VQ0FSG' where id=9; -update noar ti set b2='0342DNAD3R3VQ0FSG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6KVFIRTZ354LYTPXK2FM6F97F' where id=1; -update noar ti set v0='6KVFIRTZ354LYTPXK2FM6F97F' where id=1; -update noar tt set b0='4LMHLFRN56JGAYHAS0JBO2UZPX72NSA' where id=1; -update noar ti set b0='4LMHLFRN56JGAYHAS0JBO2UZPX72NSA' where id=1; -update noar tt set v0='XRZO7583' where id=1; -update noar ti set v0='XRZO7583' where id=1; -update noar tt set b1='TP97NN39JN5O54' where id=1; -update noar ti set b1='TP97NN39JN5O54' where id=1; -update noar tt set v0='M7NQMI3AKMZLAFMZYCRBUP' where id=1; -update noar ti set v0='M7NQMI3AKMZLAFMZYCRBUP' where id=1; -update noar tt set b2='2JT09K00UUG5Y2' where id=1; -update noar ti set b2='2JT09K00UUG5Y2' where id=1; -update noar tt set v0='QQDS1' where id=2; -update noar ti set v0='QQDS1' where id=2; -update noar tt set b0='14YAZ0UDWUR1PWNWF5AABRS' where id=2; -update noar ti set b0='14YAZ0UDWUR1PWNWF5AABRS' where id=2; -update noar tt set v0='2HPFLNOI' where id=2; -update noar ti set v0='2HPFLNOI' where id=2; -update noar tt set b1='VW' where id=2; -update noar ti set b1='VW' where id=2; -update noar tt set v0='D7EDMNGL5HOJ7QZGUSWKBZ1VQMVKDW' where id=2; -update noar ti set v0='D7EDMNGL5HOJ7QZGUSWKBZ1VQMVKDW' where id=2; -update noar tt set b2='TKQHZBAB7UII22N' where id=2; -update noar ti set b2='TKQHZBAB7UII22N' where id=2; -update noar tt set v0='GATB8QG4K12HS44HIJ54R8W' where id=3; -update noar ti set v0='GATB8QG4K12HS44HIJ54R8W' where id=3; -update noar tt set b0='N8R' where id=3; -update noar ti set b0='N8R' where id=3; -update noar tt set v0='OAZT' where id=3; -update noar ti set v0='OAZT' where id=3; -update noar tt set b1='1V1HVIW6735HX67NZTU' where id=3; -update noar ti set b1='1V1HVIW6735HX67NZTU' where id=3; -update noar tt set v0='A4Q3RW6RG7' where id=3; -update noar ti set v0='A4Q3RW6RG7' where id=3; -update noar tt set b2='X33R0KLS8Z9GG4P25FY7O279GN1Y' where id=3; -update noar ti set b2='X33R0KLS8Z9GG4P25FY7O279GN1Y' where id=3; -update noar tt set v0='CM5TSXRMW1B0ONLI9KYOUGC' where id=4; -update noar ti set v0='CM5TSXRMW1B0ONLI9KYOUGC' where id=4; -update noar tt set b0='GV7U3UZBN8OPMV3ZFQT7CH3RVVHQG' where id=4; -update noar ti set b0='GV7U3UZBN8OPMV3ZFQT7CH3RVVHQG' where id=4; -update noar tt set v0='LOIQWJJ9808COO0NY78QD9OISPK0BW' where id=4; -update noar ti set v0='LOIQWJJ9808COO0NY78QD9OISPK0BW' where id=4; -update noar tt set b1='SQR93' where id=4; -update noar ti set b1='SQR93' where id=4; -update noar tt set v0='QGCI76U34C9FB6' where id=4; -update noar ti set v0='QGCI76U34C9FB6' where id=4; -update noar tt set b2='6KUIT' where id=4; -update noar ti set b2='6KUIT' where id=4; -update noar tt set v0='3QT0K8O' where id=5; -update noar ti set v0='3QT0K8O' where id=5; -update noar tt set b0='SQDLGBEULRU2EFQ440' where id=5; -update noar ti set b0='SQDLGBEULRU2EFQ440' where id=5; -update noar tt set v0='DTD1RKDYV4KC1' where id=5; -update noar ti set v0='DTD1RKDYV4KC1' where id=5; -update noar tt set b1='X0GFUQGAL5WHK' where id=5; -update noar ti set b1='X0GFUQGAL5WHK' where id=5; -update noar tt set v0='B8H6KHRET1P5XKIQ3CCHCTIZTAUA2' where id=5; -update noar ti set v0='B8H6KHRET1P5XKIQ3CCHCTIZTAUA2' where id=5; -update noar tt set b2='VATYHMH8N7A2877NMEU2JFB891U' where id=5; -update noar ti set b2='VATYHMH8N7A2877NMEU2JFB891U' where id=5; -update noar tt set v0='67HUVP3PJU0N' where id=6; -update noar ti set v0='67HUVP3PJU0N' where id=6; -update noar tt set b0='HUPD22HZD' where id=6; -update noar ti set b0='HUPD22HZD' where id=6; -update noar tt set v0='J3P70REANLB2I348DELB20PO' where id=6; -update noar ti set v0='J3P70REANLB2I348DELB20PO' where id=6; -update noar tt set b1='3UFYMMM8RQP530AU08RZEF716TDSH4' where id=6; -update noar ti set b1='3UFYMMM8RQP530AU08RZEF716TDSH4' where id=6; -update noar tt set v0='LD' where id=6; -update noar ti set v0='LD' where id=6; -update noar tt set b2='KJ53P' where id=6; -update noar ti set b2='KJ53P' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='RC4COSJJY' where id=7; -update noar ti set b0='RC4COSJJY' where id=7; -update noar tt set v0='QJ3YEZ4BYIVWBN3UCNT3QJ5BUZ3' where id=7; -update noar ti set v0='QJ3YEZ4BYIVWBN3UCNT3QJ5BUZ3' where id=7; -update noar tt set b1='II1L6B1V0MG2B24F4S0H0FDY' where id=7; -update noar ti set b1='II1L6B1V0MG2B24F4S0H0FDY' where id=7; -update noar tt set v0='9713QXUKOK3UME' where id=7; -update noar ti set v0='9713QXUKOK3UME' where id=7; -update noar tt set b2='CTN6M9KSTBDPI3B6QOSFJYQ' where id=7; -update noar ti set b2='CTN6M9KSTBDPI3B6QOSFJYQ' where id=7; -update noar tt set v0='SOU5QQ2PUUR9FV7QCZ' where id=8; -update noar ti set v0='SOU5QQ2PUUR9FV7QCZ' where id=8; -update noar tt set b0='Z6P5' where id=8; -update noar ti set b0='Z6P5' where id=8; -update noar tt set v0='LYFA21YOE9Y1Q484CH6WJK' where id=8; -update noar ti set v0='LYFA21YOE9Y1Q484CH6WJK' where id=8; -update noar tt set b1='ZQJBW970U8KO82' where id=8; -update noar ti set b1='ZQJBW970U8KO82' where id=8; -update noar tt set v0='Z9LKVD62S3B7ZIFL' where id=8; -update noar ti set v0='Z9LKVD62S3B7ZIFL' where id=8; -update noar tt set b2='GPGBBO8B1R2WG5MGSZGC2P28' where id=8; -update noar ti set b2='GPGBBO8B1R2WG5MGSZGC2P28' where id=8; -update noar tt set v0='0949Y6VFL63EZGIGDDZSXE4OUNRUTL0C' where id=9; -update noar ti set v0='0949Y6VFL63EZGIGDDZSXE4OUNRUTL0C' where id=9; -update noar tt set b0='NO' where id=9; -update noar ti set b0='NO' where id=9; -update noar tt set v0='3SXZAU2MA481SH8XBX7O569DFSFX' where id=9; -update noar ti set v0='3SXZAU2MA481SH8XBX7O569DFSFX' where id=9; -update noar tt set b1='Q333A2Q8' where id=9; -update noar ti set b1='Q333A2Q8' where id=9; -update noar tt set v0='NLLGJR235L' where id=9; -update noar ti set v0='NLLGJR235L' where id=9; -update noar tt set b2='4SM7WEFTVMSNRPHZJOBF3BFZ8EYVAO' where id=9; -update noar ti set b2='4SM7WEFTVMSNRPHZJOBF3BFZ8EYVAO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GIAIMRY' where id=1; -update noar ti set v0='GIAIMRY' where id=1; -update noar tt set b0='MQ2R6P6CYS1GOBM0' where id=1; -update noar ti set b0='MQ2R6P6CYS1GOBM0' where id=1; -update noar tt set v0='J6TX9Z74YL3XLT1BVL4QOM2NIU' where id=1; -update noar ti set v0='J6TX9Z74YL3XLT1BVL4QOM2NIU' where id=1; -update noar tt set b1='V8S21JGOUIJD0J66VXD68FM0T3I' where id=1; -update noar ti set b1='V8S21JGOUIJD0J66VXD68FM0T3I' where id=1; -update noar tt set v0='7LPDBCFNA70OE97CT' where id=1; -update noar ti set v0='7LPDBCFNA70OE97CT' where id=1; -update noar tt set b2='ZR69U74BCO' where id=1; -update noar ti set b2='ZR69U74BCO' where id=1; -update noar tt set v0='UOKZD0DDO3E49RAFA8OR3HRKLO8PSRSV' where id=2; -update noar ti set v0='UOKZD0DDO3E49RAFA8OR3HRKLO8PSRSV' where id=2; -update noar tt set b0='F3XBXIPQ48QMUMW8S6JI8JIU5' where id=2; -update noar ti set b0='F3XBXIPQ48QMUMW8S6JI8JIU5' where id=2; -update noar tt set v0='0GEQQBJQ2MQEEBTEPK2' where id=2; -update noar ti set v0='0GEQQBJQ2MQEEBTEPK2' where id=2; -update noar tt set b1='M5JGSJWRAZIVHTZNPXIELWA' where id=2; -update noar ti set b1='M5JGSJWRAZIVHTZNPXIELWA' where id=2; -update noar tt set v0='VWVXBHKJL68XCP0W8BY' where id=2; -update noar ti set v0='VWVXBHKJL68XCP0W8BY' where id=2; -update noar tt set b2='RL4R431VDKQHBN1' where id=2; -update noar ti set b2='RL4R431VDKQHBN1' where id=2; -update noar tt set v0='USCYELR8BY07HI1R6' where id=3; -update noar ti set v0='USCYELR8BY07HI1R6' where id=3; -update noar tt set b0='QRFHDFW' where id=3; -update noar ti set b0='QRFHDFW' where id=3; -update noar tt set v0='I8FDSW3GO5MX76024G1TSNOGV3FXK' where id=3; -update noar ti set v0='I8FDSW3GO5MX76024G1TSNOGV3FXK' where id=3; -update noar tt set b1='U3NLW608YCBIJO6ZO7Y8HO' where id=3; -update noar ti set b1='U3NLW608YCBIJO6ZO7Y8HO' where id=3; -update noar tt set v0='VJQW8B0TRHU' where id=3; -update noar ti set v0='VJQW8B0TRHU' where id=3; -update noar tt set b2='19EL7ZQELWN' where id=3; -update noar ti set b2='19EL7ZQELWN' where id=3; -update noar tt set v0='KQ9WZM60583O3QP' where id=4; -update noar ti set v0='KQ9WZM60583O3QP' where id=4; -update noar tt set b0='XMJSL2ZPKOTM0996LF' where id=4; -update noar ti set b0='XMJSL2ZPKOTM0996LF' where id=4; -update noar tt set v0='4BPGHZWRCAYJBF8' where id=4; -update noar ti set v0='4BPGHZWRCAYJBF8' where id=4; -update noar tt set b1='L5E014TG7U5KZ7F7LC' where id=4; -update noar ti set b1='L5E014TG7U5KZ7F7LC' where id=4; -update noar tt set v0='PXKJIV0140NLLQDCR830INOHTB' where id=4; -update noar ti set v0='PXKJIV0140NLLQDCR830INOHTB' where id=4; -update noar tt set b2='RW4C' where id=4; -update noar ti set b2='RW4C' where id=4; -update noar tt set v0='3RWBK0BJY1PRLOJZZ' where id=5; -update noar ti set v0='3RWBK0BJY1PRLOJZZ' where id=5; -update noar tt set b0='A' where id=5; -update noar ti set b0='A' where id=5; -update noar tt set v0='SK8YEBOP1HU601TMMF5SMOQ9' where id=5; -update noar ti set v0='SK8YEBOP1HU601TMMF5SMOQ9' where id=5; -update noar tt set b1='INR0H0' where id=5; -update noar ti set b1='INR0H0' where id=5; -update noar tt set v0='JRB1J3N0' where id=5; -update noar ti set v0='JRB1J3N0' where id=5; -update noar tt set b2='NBVXYTYWGLIGGJHRA2C0' where id=5; -update noar ti set b2='NBVXYTYWGLIGGJHRA2C0' where id=5; -update noar tt set v0='RQLW' where id=6; -update noar ti set v0='RQLW' where id=6; -update noar tt set b0='SSLIJIZW3I8Z13LC2RM577' where id=6; -update noar ti set b0='SSLIJIZW3I8Z13LC2RM577' where id=6; -update noar tt set v0='2BO5N3W8WI4N6OME2MKD1NC' where id=6; -update noar ti set v0='2BO5N3W8WI4N6OME2MKD1NC' where id=6; -update noar tt set b1='IGAKA851VXVNQNPZH5DWRH65' where id=6; -update noar ti set b1='IGAKA851VXVNQNPZH5DWRH65' where id=6; -update noar tt set v0='NSMUJPVQC' where id=6; -update noar ti set v0='NSMUJPVQC' where id=6; -update noar tt set b2='ID5IN1AB2LDFAEUR2G' where id=6; -update noar ti set b2='ID5IN1AB2LDFAEUR2G' where id=6; -update noar tt set v0='RMO' where id=7; -update noar ti set v0='RMO' where id=7; -update noar tt set b0='5Y3J41T33RPMQ' where id=7; -update noar ti set b0='5Y3J41T33RPMQ' where id=7; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b1='7UNXD8539M1AQVAKJ2K5XNQ' where id=7; -update noar ti set b1='7UNXD8539M1AQVAKJ2K5XNQ' where id=7; -update noar tt set v0='02UNVRHFT9MLHAY6J8' where id=7; -update noar ti set v0='02UNVRHFT9MLHAY6J8' where id=7; -update noar tt set b2='3Z6EL36QQSE8CDT8' where id=7; -update noar ti set b2='3Z6EL36QQSE8CDT8' where id=7; -update noar tt set v0='SZCHT9NJLJN2A7N7XZYF1RL6' where id=8; -update noar ti set v0='SZCHT9NJLJN2A7N7XZYF1RL6' where id=8; -update noar tt set b0='43LZI9FW6X7VK33RMGFXX56V' where id=8; -update noar ti set b0='43LZI9FW6X7VK33RMGFXX56V' where id=8; -update noar tt set v0='3ZLCOU6F7W7O7S3C5HJPL51QM0H1M' where id=8; -update noar ti set v0='3ZLCOU6F7W7O7S3C5HJPL51QM0H1M' where id=8; -update noar tt set b1='I4YIYKNQBOK8T1OOGR5' where id=8; -update noar ti set b1='I4YIYKNQBOK8T1OOGR5' where id=8; -update noar tt set v0='KCEW67CD9YUS' where id=8; -update noar ti set v0='KCEW67CD9YUS' where id=8; -update noar tt set b2='Q75FX4L9CUPC8B' where id=8; -update noar ti set b2='Q75FX4L9CUPC8B' where id=8; -update noar tt set v0='PWEUDK6CSU7SMTFE8MHRDRI6' where id=9; -update noar ti set v0='PWEUDK6CSU7SMTFE8MHRDRI6' where id=9; -update noar tt set b0='CN46TH3KF31A81KW0Q2BNXGRE5' where id=9; -update noar ti set b0='CN46TH3KF31A81KW0Q2BNXGRE5' where id=9; -update noar tt set v0='6FSSBVOPALV64D' where id=9; -update noar ti set v0='6FSSBVOPALV64D' where id=9; -update noar tt set b1='2BHVYYA53WPZY8R' where id=9; -update noar ti set b1='2BHVYYA53WPZY8R' where id=9; -update noar tt set v0='KN2OPHKMAK3AKEEE1CV0E5B8L' where id=9; -update noar ti set v0='KN2OPHKMAK3AKEEE1CV0E5B8L' where id=9; -update noar tt set b2='I847C7HSS26WCT' where id=9; -update noar ti set b2='I847C7HSS26WCT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QH6K36CVT4MOFWFPT7ASIGBMTQ' where id=1; -update noar ti set v0='QH6K36CVT4MOFWFPT7ASIGBMTQ' where id=1; -update noar tt set b0='KYWWIJPJPJFC740FUSHV13C' where id=1; -update noar ti set b0='KYWWIJPJPJFC740FUSHV13C' where id=1; -update noar tt set v0='BVIR3ZIFIK5LQPP5L8XE94CFQX' where id=1; -update noar ti set v0='BVIR3ZIFIK5LQPP5L8XE94CFQX' where id=1; -update noar tt set b1='BHDWN391SU' where id=1; -update noar ti set b1='BHDWN391SU' where id=1; -update noar tt set v0='YD1V8YJY9FJ0LAO0NGKBLQ67CVWCGW' where id=1; -update noar ti set v0='YD1V8YJY9FJ0LAO0NGKBLQ67CVWCGW' where id=1; -update noar tt set b2='L5QS406J4LPEKBWBD' where id=1; -update noar ti set b2='L5QS406J4LPEKBWBD' where id=1; -update noar tt set v0='1AC0DQ33PWSR' where id=2; -update noar ti set v0='1AC0DQ33PWSR' where id=2; -update noar tt set b0='43Q4CLY7QFSV6G4W84CBHJGX' where id=2; -update noar ti set b0='43Q4CLY7QFSV6G4W84CBHJGX' where id=2; -update noar tt set v0='YL5YNZST4U2HM02KAEL344B' where id=2; -update noar ti set v0='YL5YNZST4U2HM02KAEL344B' where id=2; -update noar tt set b1='J' where id=2; -update noar ti set b1='J' where id=2; -update noar tt set v0='NEWUL' where id=2; -update noar ti set v0='NEWUL' where id=2; -update noar tt set b2='2O' where id=2; -update noar ti set b2='2O' where id=2; -update noar tt set v0='I2OMK9JODMVRJFVXVZ0C82MOWZ8MYS1A' where id=3; -update noar ti set v0='I2OMK9JODMVRJFVXVZ0C82MOWZ8MYS1A' where id=3; -update noar tt set b0='OJRCJGW' where id=3; -update noar ti set b0='OJRCJGW' where id=3; -update noar tt set v0='JEE1YC2ZN0J71DUVEH' where id=3; -update noar ti set v0='JEE1YC2ZN0J71DUVEH' where id=3; -update noar tt set b1='3QYLUDZR3B18RDIH7B7YEBYJ4W8HJ' where id=3; -update noar ti set b1='3QYLUDZR3B18RDIH7B7YEBYJ4W8HJ' where id=3; -update noar tt set v0='S594BSI16QSX4W4G' where id=3; -update noar ti set v0='S594BSI16QSX4W4G' where id=3; -update noar tt set b2='QP6RCNTURLSL' where id=3; -update noar ti set b2='QP6RCNTURLSL' where id=3; -update noar tt set v0='T' where id=4; -update noar ti set v0='T' where id=4; -update noar tt set b0='5' where id=4; -update noar ti set b0='5' where id=4; -update noar tt set v0='OOJ0IIMQ914CNHNC6QG2BG423LEW49' where id=4; -update noar ti set v0='OOJ0IIMQ914CNHNC6QG2BG423LEW49' where id=4; -update noar tt set b1='DAKMMKFRPIENJI2' where id=4; -update noar ti set b1='DAKMMKFRPIENJI2' where id=4; -update noar tt set v0='V17OVNSOEHPEGA81' where id=4; -update noar ti set v0='V17OVNSOEHPEGA81' where id=4; -update noar tt set b2='P6Q0' where id=4; -update noar ti set b2='P6Q0' where id=4; -update noar tt set v0='JDWALEQEYOSUHM' where id=5; -update noar ti set v0='JDWALEQEYOSUHM' where id=5; -update noar tt set b0='8UX4O6B' where id=5; -update noar ti set b0='8UX4O6B' where id=5; -update noar tt set v0='D5IUH8VXUFCD2A3DRXL39' where id=5; -update noar ti set v0='D5IUH8VXUFCD2A3DRXL39' where id=5; -update noar tt set b1='E5GK5A4UOAFU21JAJFMIJ4' where id=5; -update noar ti set b1='E5GK5A4UOAFU21JAJFMIJ4' where id=5; -update noar tt set v0='37G6QITT8UWJAQSPO6W9QMJLHHF74KB3' where id=5; -update noar ti set v0='37G6QITT8UWJAQSPO6W9QMJLHHF74KB3' where id=5; -update noar tt set b2='WXOLDPZBH7O6WE1A54RUJ3QVYKT8E' where id=5; -update noar ti set b2='WXOLDPZBH7O6WE1A54RUJ3QVYKT8E' where id=5; -update noar tt set v0='C8VRMW3LVHOC5S4' where id=6; -update noar ti set v0='C8VRMW3LVHOC5S4' where id=6; -update noar tt set b0='0YV87CFU2XYDSHJV1BM0M160BKF4' where id=6; -update noar ti set b0='0YV87CFU2XYDSHJV1BM0M160BKF4' where id=6; -update noar tt set v0='KO6V0ME4R2PFB0J0W8I5V2X4RL5REZLU' where id=6; -update noar ti set v0='KO6V0ME4R2PFB0J0W8I5V2X4RL5REZLU' where id=6; -update noar tt set b1='XXJ4R8IY69HZFWEP8VT1NNY' where id=6; -update noar ti set b1='XXJ4R8IY69HZFWEP8VT1NNY' where id=6; -update noar tt set v0='TWOV' where id=6; -update noar ti set v0='TWOV' where id=6; -update noar tt set b2='0EMX3IAEC2NFEZP' where id=6; -update noar ti set b2='0EMX3IAEC2NFEZP' where id=6; -update noar tt set v0='C6OJ2A' where id=7; -update noar ti set v0='C6OJ2A' where id=7; -update noar tt set b0='CQSIZ3GYCN3QOEQUC0B558PUM4NRPAG9' where id=7; -update noar ti set b0='CQSIZ3GYCN3QOEQUC0B558PUM4NRPAG9' where id=7; -update noar tt set v0='O0TZ6YK6Y7Y5WL7DGB7BHGAJX0N' where id=7; -update noar ti set v0='O0TZ6YK6Y7Y5WL7DGB7BHGAJX0N' where id=7; -update noar tt set b1='KAKJT3PO15XEAX6H06XYSASU8GY' where id=7; -update noar ti set b1='KAKJT3PO15XEAX6H06XYSASU8GY' where id=7; -update noar tt set v0='BSEVL' where id=7; -update noar ti set v0='BSEVL' where id=7; -update noar tt set b2='8YZUJYMYW' where id=7; -update noar ti set b2='8YZUJYMYW' where id=7; -update noar tt set v0='BSTI1E' where id=8; -update noar ti set v0='BSTI1E' where id=8; -update noar tt set b0='KLN0LA8' where id=8; -update noar ti set b0='KLN0LA8' where id=8; -update noar tt set v0='4EKCYHA04LRFBWGN6Z' where id=8; -update noar ti set v0='4EKCYHA04LRFBWGN6Z' where id=8; -update noar tt set b1='EZZRX914WC5F7V26A6TESEUQD' where id=8; -update noar ti set b1='EZZRX914WC5F7V26A6TESEUQD' where id=8; -update noar tt set v0='3M9BPW5V46K6XHA' where id=8; -update noar ti set v0='3M9BPW5V46K6XHA' where id=8; -update noar tt set b2='TSKCIU5Y5N6KYRPKDRJQ19HBVYS3C' where id=8; -update noar ti set b2='TSKCIU5Y5N6KYRPKDRJQ19HBVYS3C' where id=8; -update noar tt set v0='0LXC71ITYRX7UFGLNUGRWWVHG19B' where id=9; -update noar ti set v0='0LXC71ITYRX7UFGLNUGRWWVHG19B' where id=9; -update noar tt set b0='INH4GNQWU19CZCONEVI2X3BMH4' where id=9; -update noar ti set b0='INH4GNQWU19CZCONEVI2X3BMH4' where id=9; -update noar tt set v0='YEMOKFWHBEO9K' where id=9; -update noar ti set v0='YEMOKFWHBEO9K' where id=9; -update noar tt set b1='2CWV7QJWYPW1VP7SWH3SI3I' where id=9; -update noar ti set b1='2CWV7QJWYPW1VP7SWH3SI3I' where id=9; -update noar tt set v0='R1MN2YW8QMAVWHW1' where id=9; -update noar ti set v0='R1MN2YW8QMAVWHW1' where id=9; -update noar tt set b2='9WUD29' where id=9; -update noar ti set b2='9WUD29' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B5T8' where id=1; -update noar ti set v0='B5T8' where id=1; -update noar tt set b0='CO660TAJODWYREKTIL8MWIW5P2AE87' where id=1; -update noar ti set b0='CO660TAJODWYREKTIL8MWIW5P2AE87' where id=1; -update noar tt set v0='T804NWS769TX4' where id=1; -update noar ti set v0='T804NWS769TX4' where id=1; -update noar tt set b1='MRIT7' where id=1; -update noar ti set b1='MRIT7' where id=1; -update noar tt set v0='P965465JJWB3B0OGMUKJYERD6A9JJQWH' where id=1; -update noar ti set v0='P965465JJWB3B0OGMUKJYERD6A9JJQWH' where id=1; -update noar tt set b2='L3VSL' where id=1; -update noar ti set b2='L3VSL' where id=1; -update noar tt set v0='A0LGKO8Q8K64CBGE41CO3QP0' where id=2; -update noar ti set v0='A0LGKO8Q8K64CBGE41CO3QP0' where id=2; -update noar tt set b0='FOWFJ0K0T2PUQ1RXKBPZFXUK1R2' where id=2; -update noar ti set b0='FOWFJ0K0T2PUQ1RXKBPZFXUK1R2' where id=2; -update noar tt set v0='C9H904Q' where id=2; -update noar ti set v0='C9H904Q' where id=2; -update noar tt set b1='G5VF3NYLN7C1VWF80P348IWXXZD9' where id=2; -update noar ti set b1='G5VF3NYLN7C1VWF80P348IWXXZD9' where id=2; -update noar tt set v0='Q8W5VA3JQ7ITF899ATZUA6304' where id=2; -update noar ti set v0='Q8W5VA3JQ7ITF899ATZUA6304' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='PD2ERK4ZXXWISLGO24E18P' where id=3; -update noar ti set v0='PD2ERK4ZXXWISLGO24E18P' where id=3; -update noar tt set b0='LA67KMQ5B65VQYOWE0B' where id=3; -update noar ti set b0='LA67KMQ5B65VQYOWE0B' where id=3; -update noar tt set v0='PWN6NKI9Z4T' where id=3; -update noar ti set v0='PWN6NKI9Z4T' where id=3; -update noar tt set b1='F7Y2IVQB3LHPM23A' where id=3; -update noar ti set b1='F7Y2IVQB3LHPM23A' where id=3; -update noar tt set v0='SVJ' where id=3; -update noar ti set v0='SVJ' where id=3; -update noar tt set b2='UF7DA6ZNGPMGEV3FKZ1BSIYF6EQH5BM' where id=3; -update noar ti set b2='UF7DA6ZNGPMGEV3FKZ1BSIYF6EQH5BM' where id=3; -update noar tt set v0='KIDNWJM4D9' where id=4; -update noar ti set v0='KIDNWJM4D9' where id=4; -update noar tt set b0='E747G3' where id=4; -update noar ti set b0='E747G3' where id=4; -update noar tt set v0='Z4H3CQ0FE1H11JIZAIBDLMFDCJP55G' where id=4; -update noar ti set v0='Z4H3CQ0FE1H11JIZAIBDLMFDCJP55G' where id=4; -update noar tt set b1='524HM3B33V0O69AHSIKA' where id=4; -update noar ti set b1='524HM3B33V0O69AHSIKA' where id=4; -update noar tt set v0='VOL4RLSSP0HVD60WPW894AD34RB9' where id=4; -update noar ti set v0='VOL4RLSSP0HVD60WPW894AD34RB9' where id=4; -update noar tt set b2='4' where id=4; -update noar ti set b2='4' where id=4; -update noar tt set v0='9TE1U5U9NFQMZFHSR1R' where id=5; -update noar ti set v0='9TE1U5U9NFQMZFHSR1R' where id=5; -update noar tt set b0='X7UTGX47OC2A2F' where id=5; -update noar ti set b0='X7UTGX47OC2A2F' where id=5; -update noar tt set v0='S4CAA2KY4ZJJF5KA23R9GNEKK0IOG' where id=5; -update noar ti set v0='S4CAA2KY4ZJJF5KA23R9GNEKK0IOG' where id=5; -update noar tt set b1='94VNW042WE6Q77VSK57PCZTODOHJH' where id=5; -update noar ti set b1='94VNW042WE6Q77VSK57PCZTODOHJH' where id=5; -update noar tt set v0='7QHFHI6RCUBYZV' where id=5; -update noar ti set v0='7QHFHI6RCUBYZV' where id=5; -update noar tt set b2='TMNH1U3HUJYYF3N09S7W24' where id=5; -update noar ti set b2='TMNH1U3HUJYYF3N09S7W24' where id=5; -update noar tt set v0='BTB2NO9491ICN5IP8WZJMSLU6XP' where id=6; -update noar ti set v0='BTB2NO9491ICN5IP8WZJMSLU6XP' where id=6; -update noar tt set b0='76IMRVZPAVNFZ8UMXV' where id=6; -update noar ti set b0='76IMRVZPAVNFZ8UMXV' where id=6; -update noar tt set v0='7SZV42' where id=6; -update noar ti set v0='7SZV42' where id=6; -update noar tt set b1='E7J6TRPPXVE7O0GNXKIJF' where id=6; -update noar ti set b1='E7J6TRPPXVE7O0GNXKIJF' where id=6; -update noar tt set v0='E2O7AJASI' where id=6; -update noar ti set v0='E2O7AJASI' where id=6; -update noar tt set b2='DJXDN1UEJADMCZHZ9ID94YKV63RXITE' where id=6; -update noar ti set b2='DJXDN1UEJADMCZHZ9ID94YKV63RXITE' where id=6; -update noar tt set v0='MLRH7GDXVXLN1OC' where id=7; -update noar ti set v0='MLRH7GDXVXLN1OC' where id=7; -update noar tt set b0='DUACNJ2UV7AF4SK1SIE9PV' where id=7; -update noar ti set b0='DUACNJ2UV7AF4SK1SIE9PV' where id=7; -update noar tt set v0='A4DXTA3SN6ZT2A8B0YR69YKW57DBM' where id=7; -update noar ti set v0='A4DXTA3SN6ZT2A8B0YR69YKW57DBM' where id=7; -update noar tt set b1='EOJR5YXUNWA1R' where id=7; -update noar ti set b1='EOJR5YXUNWA1R' where id=7; -update noar tt set v0='D0LQEI2S' where id=7; -update noar ti set v0='D0LQEI2S' where id=7; -update noar tt set b2='QVNAUUOJESJ9' where id=7; -update noar ti set b2='QVNAUUOJESJ9' where id=7; -update noar tt set v0='L9BL' where id=8; -update noar ti set v0='L9BL' where id=8; -update noar tt set b0='1IN4MACQGCPUZFK5JB' where id=8; -update noar ti set b0='1IN4MACQGCPUZFK5JB' where id=8; -update noar tt set v0='4KS0T9XZOZUR73ZL4DDI4MSZZ' where id=8; -update noar ti set v0='4KS0T9XZOZUR73ZL4DDI4MSZZ' where id=8; -update noar tt set b1='C9QX5Q83QEABX0KA1Z9U' where id=8; -update noar ti set b1='C9QX5Q83QEABX0KA1Z9U' where id=8; -update noar tt set v0='87674KIIE7PMNBVEKFZCCB0Q3' where id=8; -update noar ti set v0='87674KIIE7PMNBVEKFZCCB0Q3' where id=8; -update noar tt set b2='90CJOZW8OSS' where id=8; -update noar ti set b2='90CJOZW8OSS' where id=8; -update noar tt set v0='3RKWDA8MDQLJ4OJFXUEM7KK7EBPTM74F' where id=9; -update noar ti set v0='3RKWDA8MDQLJ4OJFXUEM7KK7EBPTM74F' where id=9; -update noar tt set b0='YKBU49YBLGBEFCE' where id=9; -update noar ti set b0='YKBU49YBLGBEFCE' where id=9; -update noar tt set v0='EWEX6U9JT' where id=9; -update noar ti set v0='EWEX6U9JT' where id=9; -update noar tt set b1='PEYDDLZ4BY3958T5N44F' where id=9; -update noar ti set b1='PEYDDLZ4BY3958T5N44F' where id=9; -update noar tt set v0='UMJGWE19' where id=9; -update noar ti set v0='UMJGWE19' where id=9; -update noar tt set b2='URP014FRP0VT' where id=9; -update noar ti set b2='URP014FRP0VT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ICUD1RCNYUXD5G8QH2U' where id=1; -update noar ti set v0='6ICUD1RCNYUXD5G8QH2U' where id=1; -update noar tt set b0='T1' where id=1; -update noar ti set b0='T1' where id=1; -update noar tt set v0='TK6WHZBR7W2AX7GQ9Y6HVN0Z7' where id=1; -update noar ti set v0='TK6WHZBR7W2AX7GQ9Y6HVN0Z7' where id=1; -update noar tt set b1='6018X9W9Z9MCMN3H6' where id=1; -update noar ti set b1='6018X9W9Z9MCMN3H6' where id=1; -update noar tt set v0='O09X4V22OY3' where id=1; -update noar ti set v0='O09X4V22OY3' where id=1; -update noar tt set b2='WV92NADHCLKMYZV' where id=1; -update noar ti set b2='WV92NADHCLKMYZV' where id=1; -update noar tt set v0='I8YHO0RNDEN' where id=2; -update noar ti set v0='I8YHO0RNDEN' where id=2; -update noar tt set b0='L7WIUK5PF1F17IAEMZ6QYZ3VS' where id=2; -update noar ti set b0='L7WIUK5PF1F17IAEMZ6QYZ3VS' where id=2; -update noar tt set v0='IHSJ84PGBL5BTYL54TN2IX' where id=2; -update noar ti set v0='IHSJ84PGBL5BTYL54TN2IX' where id=2; -update noar tt set b1='36YOFM5O' where id=2; -update noar ti set b1='36YOFM5O' where id=2; -update noar tt set v0='HEQL7ODFJE3EO' where id=2; -update noar ti set v0='HEQL7ODFJE3EO' where id=2; -update noar tt set b2='7GPCM6K' where id=2; -update noar ti set b2='7GPCM6K' where id=2; -update noar tt set v0='UIPTAMOL3IC39LAV' where id=3; -update noar ti set v0='UIPTAMOL3IC39LAV' where id=3; -update noar tt set b0='66BOACX' where id=3; -update noar ti set b0='66BOACX' where id=3; -update noar tt set v0='4FS' where id=3; -update noar ti set v0='4FS' where id=3; -update noar tt set b1='GG' where id=3; -update noar ti set b1='GG' where id=3; -update noar tt set v0='2ZVCNCKHBSAOQL' where id=3; -update noar ti set v0='2ZVCNCKHBSAOQL' where id=3; -update noar tt set b2='RPGCLKP5CEC6L2N1TI7FQ0L1I' where id=3; -update noar ti set b2='RPGCLKP5CEC6L2N1TI7FQ0L1I' where id=3; -update noar tt set v0='SCKOIL5H5K8B90YVHJ0MZU00R6H' where id=4; -update noar ti set v0='SCKOIL5H5K8B90YVHJ0MZU00R6H' where id=4; -update noar tt set b0='LR6Z972L5FG' where id=4; -update noar ti set b0='LR6Z972L5FG' where id=4; -update noar tt set v0='BY4CVT' where id=4; -update noar ti set v0='BY4CVT' where id=4; -update noar tt set b1='SDC' where id=4; -update noar ti set b1='SDC' where id=4; -update noar tt set v0='Y352PRISAM7MWMUYZERKSGTIXHPA1OZ' where id=4; -update noar ti set v0='Y352PRISAM7MWMUYZERKSGTIXHPA1OZ' where id=4; -update noar tt set b2='H1B7J070BUNTWK8E' where id=4; -update noar ti set b2='H1B7J070BUNTWK8E' where id=4; -update noar tt set v0='4AQH50' where id=5; -update noar ti set v0='4AQH50' where id=5; -update noar tt set b0='84IVLFZQRRJ9SH1I9J' where id=5; -update noar ti set b0='84IVLFZQRRJ9SH1I9J' where id=5; -update noar tt set v0='837GEMP8JCRPN9D4V5C' where id=5; -update noar ti set v0='837GEMP8JCRPN9D4V5C' where id=5; -update noar tt set b1='O5FKFCJ18SWQA0CKWSEXJTI3OQ4' where id=5; -update noar ti set b1='O5FKFCJ18SWQA0CKWSEXJTI3OQ4' where id=5; -update noar tt set v0='T5P7O7ITWTZAO3LJWJV1BK0' where id=5; -update noar ti set v0='T5P7O7ITWTZAO3LJWJV1BK0' where id=5; -update noar tt set b2='HMTQXKEX' where id=5; -update noar ti set b2='HMTQXKEX' where id=5; -update noar tt set v0='RJXBPTV9XI31S7T1F45F0C7A41' where id=6; -update noar ti set v0='RJXBPTV9XI31S7T1F45F0C7A41' where id=6; -update noar tt set b0='H5VNEK4OM60IZPXQR2' where id=6; -update noar ti set b0='H5VNEK4OM60IZPXQR2' where id=6; -update noar tt set v0='P03NT7AEHRHX4WM6UI2C' where id=6; -update noar ti set v0='P03NT7AEHRHX4WM6UI2C' where id=6; -update noar tt set b1='2UL7' where id=6; -update noar ti set b1='2UL7' where id=6; -update noar tt set v0='KSSES9' where id=6; -update noar ti set v0='KSSES9' where id=6; -update noar tt set b2='0R1CE' where id=6; -update noar ti set b2='0R1CE' where id=6; -update noar tt set v0='004ASRUTRXET8B55A5L2EHS' where id=7; -update noar ti set v0='004ASRUTRXET8B55A5L2EHS' where id=7; -update noar tt set b0='KMCPFG23ITA' where id=7; -update noar ti set b0='KMCPFG23ITA' where id=7; -update noar tt set v0='02Q6RRXZ402OX2D6D9I2KRVDXA4C' where id=7; -update noar ti set v0='02Q6RRXZ402OX2D6D9I2KRVDXA4C' where id=7; -update noar tt set b1='PHMMX' where id=7; -update noar ti set b1='PHMMX' where id=7; -update noar tt set v0='I699IXJ56C1EWL3IR8EASD5' where id=7; -update noar ti set v0='I699IXJ56C1EWL3IR8EASD5' where id=7; -update noar tt set b2='G4ZDG2KLOJLWCTR' where id=7; -update noar ti set b2='G4ZDG2KLOJLWCTR' where id=7; -update noar tt set v0='U48AZW3XYEDI' where id=8; -update noar ti set v0='U48AZW3XYEDI' where id=8; -update noar tt set b0='ZAQBZNMNUVV3WFJML' where id=8; -update noar ti set b0='ZAQBZNMNUVV3WFJML' where id=8; -update noar tt set v0='8B' where id=8; -update noar ti set v0='8B' where id=8; -update noar tt set b1='SH9LRS6WMZWBYYOP' where id=8; -update noar ti set b1='SH9LRS6WMZWBYYOP' where id=8; -update noar tt set v0='RCSLSOK7UM7EV5YC' where id=8; -update noar ti set v0='RCSLSOK7UM7EV5YC' where id=8; -update noar tt set b2='9RFV4DRC2QWZ78ULQFPWX' where id=8; -update noar ti set b2='9RFV4DRC2QWZ78ULQFPWX' where id=8; -update noar tt set v0='3JP8TX9UYXC01HRKUJS4FWWFLP0' where id=9; -update noar ti set v0='3JP8TX9UYXC01HRKUJS4FWWFLP0' where id=9; -update noar tt set b0='2VVWHN4JC486SPQRGB7USS42W6XYC' where id=9; -update noar ti set b0='2VVWHN4JC486SPQRGB7USS42W6XYC' where id=9; -update noar tt set v0='3' where id=9; -update noar ti set v0='3' where id=9; -update noar tt set b1='44IXRD64PHO1BZ6MQJXIR9NNT6X9' where id=9; -update noar ti set b1='44IXRD64PHO1BZ6MQJXIR9NNT6X9' where id=9; -update noar tt set v0='7SQLH7E3EL1MAMTKS9RHQ' where id=9; -update noar ti set v0='7SQLH7E3EL1MAMTKS9RHQ' where id=9; -update noar tt set b2='6F5K8QQMN5ROZ8YJUB8M3UG' where id=9; -update noar ti set b2='6F5K8QQMN5ROZ8YJUB8M3UG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R8QC2LK3FJ9TUON4F' where id=1; -update noar ti set v0='R8QC2LK3FJ9TUON4F' where id=1; -update noar tt set b0='XW095Q43CN08D6SWVNGMYTFWFZUY' where id=1; -update noar ti set b0='XW095Q43CN08D6SWVNGMYTFWFZUY' where id=1; -update noar tt set v0='P6IOMB9' where id=1; -update noar ti set v0='P6IOMB9' where id=1; -update noar tt set b1='ZRSNSV45CAK063WFF1EBPIVO2X' where id=1; -update noar ti set b1='ZRSNSV45CAK063WFF1EBPIVO2X' where id=1; -update noar tt set v0='X781BE65UV0H8ODU2890' where id=1; -update noar ti set v0='X781BE65UV0H8ODU2890' where id=1; -update noar tt set b2='9JA9HXZOF4VLLMIC2DMDBMYARQ6ZC45' where id=1; -update noar ti set b2='9JA9HXZOF4VLLMIC2DMDBMYARQ6ZC45' where id=1; -update noar tt set v0='8W0K6RVWR1' where id=2; -update noar ti set v0='8W0K6RVWR1' where id=2; -update noar tt set b0='Z5Q7SQY8TQ052H2ELWVQ' where id=2; -update noar ti set b0='Z5Q7SQY8TQ052H2ELWVQ' where id=2; -update noar tt set v0='CEHVCWEL0B' where id=2; -update noar ti set v0='CEHVCWEL0B' where id=2; -update noar tt set b1='VM6T54E7KMJ' where id=2; -update noar ti set b1='VM6T54E7KMJ' where id=2; -update noar tt set v0='VE22WDZ' where id=2; -update noar ti set v0='VE22WDZ' where id=2; -update noar tt set b2='A9RZQCNNJBKDMB995J1V' where id=2; -update noar ti set b2='A9RZQCNNJBKDMB995J1V' where id=2; -update noar tt set v0='GOYN6CB99Q2KSG' where id=3; -update noar ti set v0='GOYN6CB99Q2KSG' where id=3; -update noar tt set b0='Z3ZLMFUD3M0' where id=3; -update noar ti set b0='Z3ZLMFUD3M0' where id=3; -update noar tt set v0='2T2TKFUYFZSDXBRGRBX9' where id=3; -update noar ti set v0='2T2TKFUYFZSDXBRGRBX9' where id=3; -update noar tt set b1='8X1UYGUVV61YPTHI' where id=3; -update noar ti set b1='8X1UYGUVV61YPTHI' where id=3; -update noar tt set v0='UK9V1XOPRP' where id=3; -update noar ti set v0='UK9V1XOPRP' where id=3; -update noar tt set b2='IIK3I7K1EHBLJ04LO038GRFILXDWPC2I' where id=3; -update noar ti set b2='IIK3I7K1EHBLJ04LO038GRFILXDWPC2I' where id=3; -update noar tt set v0='V6Z5C0' where id=4; -update noar ti set v0='V6Z5C0' where id=4; -update noar tt set b0='OK' where id=4; -update noar ti set b0='OK' where id=4; -update noar tt set v0='SM4CK413M1DQ3I41Y5AQ8KV' where id=4; -update noar ti set v0='SM4CK413M1DQ3I41Y5AQ8KV' where id=4; -update noar tt set b1='KOCCH34SMIW' where id=4; -update noar ti set b1='KOCCH34SMIW' where id=4; -update noar tt set v0='T77UAO0HF4FG' where id=4; -update noar ti set v0='T77UAO0HF4FG' where id=4; -update noar tt set b2='E8L0JOV5ZRCF7IJ1CMB' where id=4; -update noar ti set b2='E8L0JOV5ZRCF7IJ1CMB' where id=4; -update noar tt set v0='TCDIADG65A2GNZ009XE49D' where id=5; -update noar ti set v0='TCDIADG65A2GNZ009XE49D' where id=5; -update noar tt set b0='8MXEFNSR2ZWXB0A4RUTURVKGT' where id=5; -update noar ti set b0='8MXEFNSR2ZWXB0A4RUTURVKGT' where id=5; -update noar tt set v0='R40STLD0E' where id=5; -update noar ti set v0='R40STLD0E' where id=5; -update noar tt set b1='ENSYOB814N3L5DS55' where id=5; -update noar ti set b1='ENSYOB814N3L5DS55' where id=5; -update noar tt set v0='DWL' where id=5; -update noar ti set v0='DWL' where id=5; -update noar tt set b2='O3IKTL' where id=5; -update noar ti set b2='O3IKTL' where id=5; -update noar tt set v0='I625QTG0ZNOSYY6' where id=6; -update noar ti set v0='I625QTG0ZNOSYY6' where id=6; -update noar tt set b0='KJSS' where id=6; -update noar ti set b0='KJSS' where id=6; -update noar tt set v0='MEG' where id=6; -update noar ti set v0='MEG' where id=6; -update noar tt set b1='YAVEXA' where id=6; -update noar ti set b1='YAVEXA' where id=6; -update noar tt set v0='K2HVIJE7XZ2SEQUK6CHR4WNQ521' where id=6; -update noar ti set v0='K2HVIJE7XZ2SEQUK6CHR4WNQ521' where id=6; -update noar tt set b2='3GY9BAIKRSKX7QIX27GQMZQFZIZIA2CV' where id=6; -update noar ti set b2='3GY9BAIKRSKX7QIX27GQMZQFZIZIA2CV' where id=6; -update noar tt set v0='H5KTNKJIU37H4NMK8MA3SB1ZX' where id=7; -update noar ti set v0='H5KTNKJIU37H4NMK8MA3SB1ZX' where id=7; -update noar tt set b0='4DLSCD5A' where id=7; -update noar ti set b0='4DLSCD5A' where id=7; -update noar tt set v0='027' where id=7; -update noar ti set v0='027' where id=7; -update noar tt set b1='R577GJ8DRRXOUOADUDGO' where id=7; -update noar ti set b1='R577GJ8DRRXOUOADUDGO' where id=7; -update noar tt set v0='VMX38I58JTEQ' where id=7; -update noar ti set v0='VMX38I58JTEQ' where id=7; -update noar tt set b2='D' where id=7; -update noar ti set b2='D' where id=7; -update noar tt set v0='0HUB528TLU' where id=8; -update noar ti set v0='0HUB528TLU' where id=8; -update noar tt set b0='SISMFBBG9IJ' where id=8; -update noar ti set b0='SISMFBBG9IJ' where id=8; -update noar tt set v0='SH' where id=8; -update noar ti set v0='SH' where id=8; -update noar tt set b1='5PKBSY13703MGH1RR21OGJ3PGA' where id=8; -update noar ti set b1='5PKBSY13703MGH1RR21OGJ3PGA' where id=8; -update noar tt set v0='06PXG73FRVAYONSA24X' where id=8; -update noar ti set v0='06PXG73FRVAYONSA24X' where id=8; -update noar tt set b2='7OYLAEPV3PU8FTBORQAL8CUF70MKPPG' where id=8; -update noar ti set b2='7OYLAEPV3PU8FTBORQAL8CUF70MKPPG' where id=8; -update noar tt set v0='1M5OC' where id=9; -update noar ti set v0='1M5OC' where id=9; -update noar tt set b0='P4B2KFW3D11ZUI5S08ER3NK' where id=9; -update noar ti set b0='P4B2KFW3D11ZUI5S08ER3NK' where id=9; -update noar tt set v0='B7GKKTX1EDIUQ7QSZ55GP7DXZ6LM4' where id=9; -update noar ti set v0='B7GKKTX1EDIUQ7QSZ55GP7DXZ6LM4' where id=9; -update noar tt set b1='MGLPJ' where id=9; -update noar ti set b1='MGLPJ' where id=9; -update noar tt set v0='0JEJ1C0S' where id=9; -update noar ti set v0='0JEJ1C0S' where id=9; -update noar tt set b2='P13R2' where id=9; -update noar ti set b2='P13R2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='67BTHJWFWE0HGKZEYMU' where id=1; -update noar ti set v0='67BTHJWFWE0HGKZEYMU' where id=1; -update noar tt set b0='GAP0E1KP8L90MYLFMC6N01LDEC7KOT1' where id=1; -update noar ti set b0='GAP0E1KP8L90MYLFMC6N01LDEC7KOT1' where id=1; -update noar tt set v0='KQ7JCZ6YGQUK' where id=1; -update noar ti set v0='KQ7JCZ6YGQUK' where id=1; -update noar tt set b1='ZE0OUQIZZXN' where id=1; -update noar ti set b1='ZE0OUQIZZXN' where id=1; -update noar tt set v0='ZQLCYPCRT22QNN5GYUEBZXBLOZK48' where id=1; -update noar ti set v0='ZQLCYPCRT22QNN5GYUEBZXBLOZK48' where id=1; -update noar tt set b2='PXC5H5I9K0HPV243NF20IN6JY8' where id=1; -update noar ti set b2='PXC5H5I9K0HPV243NF20IN6JY8' where id=1; -update noar tt set v0='QPA2ZM9B2' where id=2; -update noar ti set v0='QPA2ZM9B2' where id=2; -update noar tt set b0='VNEXOVNAKX526KFG84' where id=2; -update noar ti set b0='VNEXOVNAKX526KFG84' where id=2; -update noar tt set v0='CJ58BVSXDAX02ZGK645N1JDQ' where id=2; -update noar ti set v0='CJ58BVSXDAX02ZGK645N1JDQ' where id=2; -update noar tt set b1='MDHDCKAS59ABXUXMGWPT' where id=2; -update noar ti set b1='MDHDCKAS59ABXUXMGWPT' where id=2; -update noar tt set v0='ALU' where id=2; -update noar ti set v0='ALU' where id=2; -update noar tt set b2='RNJR9E97ZPOL6L6KMU' where id=2; -update noar ti set b2='RNJR9E97ZPOL6L6KMU' where id=2; -update noar tt set v0='I377CVOQZIN8TRT9B7ZRKW27B' where id=3; -update noar ti set v0='I377CVOQZIN8TRT9B7ZRKW27B' where id=3; -update noar tt set b0='AE0VVV7WZLPFC51675YUZ2' where id=3; -update noar ti set b0='AE0VVV7WZLPFC51675YUZ2' where id=3; -update noar tt set v0='CSDAJS86J1590XZP' where id=3; -update noar ti set v0='CSDAJS86J1590XZP' where id=3; -update noar tt set b1='XI815HQWI9RUXNNPSFT05XVM6GLO' where id=3; -update noar ti set b1='XI815HQWI9RUXNNPSFT05XVM6GLO' where id=3; -update noar tt set v0='DVZAGDMMTQEM8OU916DJJET570YUW0T' where id=3; -update noar ti set v0='DVZAGDMMTQEM8OU916DJJET570YUW0T' where id=3; -update noar tt set b2='HCR5OV3FSQC5FP8155RAP' where id=3; -update noar ti set b2='HCR5OV3FSQC5FP8155RAP' where id=3; -update noar tt set v0='QUHWAN4EYATR' where id=4; -update noar ti set v0='QUHWAN4EYATR' where id=4; -update noar tt set b0='34CM0GT6WJOUHH5F4P6MWY97J' where id=4; -update noar ti set b0='34CM0GT6WJOUHH5F4P6MWY97J' where id=4; -update noar tt set v0='XK4Q00TBJNKJUSGVLH' where id=4; -update noar ti set v0='XK4Q00TBJNKJUSGVLH' where id=4; -update noar tt set b1='3WCXG6AA5X1M6JO9YZ' where id=4; -update noar ti set b1='3WCXG6AA5X1M6JO9YZ' where id=4; -update noar tt set v0='DAZ3DJH0ABMB' where id=4; -update noar ti set v0='DAZ3DJH0ABMB' where id=4; -update noar tt set b2='C5VM9LBTMDJT6OQJ8K6QW3GSO4' where id=4; -update noar ti set b2='C5VM9LBTMDJT6OQJ8K6QW3GSO4' where id=4; -update noar tt set v0='1IL299' where id=5; -update noar ti set v0='1IL299' where id=5; -update noar tt set b0='KZOM0QTTBJ90ZB' where id=5; -update noar ti set b0='KZOM0QTTBJ90ZB' where id=5; -update noar tt set v0='EUNJNXOBVA31QN3408LUHOW8B2S6' where id=5; -update noar ti set v0='EUNJNXOBVA31QN3408LUHOW8B2S6' where id=5; -update noar tt set b1='8SXR8JKCFA39FFEO3L1OID8W4DVQP8BP' where id=5; -update noar ti set b1='8SXR8JKCFA39FFEO3L1OID8W4DVQP8BP' where id=5; -update noar tt set v0='IJ6GYZP35IIFATQWH' where id=5; -update noar ti set v0='IJ6GYZP35IIFATQWH' where id=5; -update noar tt set b2='S08HKTK84JDUNPEYBP926B6FL4LDXBED' where id=5; -update noar ti set b2='S08HKTK84JDUNPEYBP926B6FL4LDXBED' where id=5; -update noar tt set v0='NNV29Q20BZ' where id=6; -update noar ti set v0='NNV29Q20BZ' where id=6; -update noar tt set b0='DI79XD7HSQTEXTDWO3A4AKBL' where id=6; -update noar ti set b0='DI79XD7HSQTEXTDWO3A4AKBL' where id=6; -update noar tt set v0='Q' where id=6; -update noar ti set v0='Q' where id=6; -update noar tt set b1='L6YXGO74SG4D6C8N5VN9FP7' where id=6; -update noar ti set b1='L6YXGO74SG4D6C8N5VN9FP7' where id=6; -update noar tt set v0='75UJEYIXOVO1QW6R6FAJ1' where id=6; -update noar ti set v0='75UJEYIXOVO1QW6R6FAJ1' where id=6; -update noar tt set b2='0M' where id=6; -update noar ti set b2='0M' where id=6; -update noar tt set v0='T00L1NMMO3GHS2QP' where id=7; -update noar ti set v0='T00L1NMMO3GHS2QP' where id=7; -update noar tt set b0='MRG1SJXK14E6VXIQ0S' where id=7; -update noar ti set b0='MRG1SJXK14E6VXIQ0S' where id=7; -update noar tt set v0='G5JNUYA44UH' where id=7; -update noar ti set v0='G5JNUYA44UH' where id=7; -update noar tt set b1='JYZ' where id=7; -update noar ti set b1='JYZ' where id=7; -update noar tt set v0='AF4KTNJDOVNZMSB' where id=7; -update noar ti set v0='AF4KTNJDOVNZMSB' where id=7; -update noar tt set b2='AJXGITWFG4JWQIZBR5H' where id=7; -update noar ti set b2='AJXGITWFG4JWQIZBR5H' where id=7; -update noar tt set v0='O50HPL6' where id=8; -update noar ti set v0='O50HPL6' where id=8; -update noar tt set b0='GR8YO1YKJWEELAFIO48G' where id=8; -update noar ti set b0='GR8YO1YKJWEELAFIO48G' where id=8; -update noar tt set v0='3R1X2BQFZKA6P0LNM' where id=8; -update noar ti set v0='3R1X2BQFZKA6P0LNM' where id=8; -update noar tt set b1='KUOVK84V5W75M' where id=8; -update noar ti set b1='KUOVK84V5W75M' where id=8; -update noar tt set v0='HUSA2VJFUP32S5AM1GROM3UR' where id=8; -update noar ti set v0='HUSA2VJFUP32S5AM1GROM3UR' where id=8; -update noar tt set b2='NLMGMJGPGPPFLIG806PCCRG5W' where id=8; -update noar ti set b2='NLMGMJGPGPPFLIG806PCCRG5W' where id=8; -update noar tt set v0='991152K' where id=9; -update noar ti set v0='991152K' where id=9; -update noar tt set b0='3F1258VOJH4DXW' where id=9; -update noar ti set b0='3F1258VOJH4DXW' where id=9; -update noar tt set v0='0VXXFX3UF4H' where id=9; -update noar ti set v0='0VXXFX3UF4H' where id=9; -update noar tt set b1='EYV771VH5QVAO8J6Q' where id=9; -update noar ti set b1='EYV771VH5QVAO8J6Q' where id=9; -update noar tt set v0='6JL311MCJIW' where id=9; -update noar ti set v0='6JL311MCJIW' where id=9; -update noar tt set b2='NOBKY' where id=9; -update noar ti set b2='NOBKY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FQN6G7XJ37Y3YMRZO5A6CNLW60VDB5U' where id=1; -update noar ti set v0='FQN6G7XJ37Y3YMRZO5A6CNLW60VDB5U' where id=1; -update noar tt set b0='M52KWNIGXZ3MQDL6WLRXGUZ9XN9W5URQ' where id=1; -update noar ti set b0='M52KWNIGXZ3MQDL6WLRXGUZ9XN9W5URQ' where id=1; -update noar tt set v0='PR4AUXMX58G2IRMCCGGGA4OY2G' where id=1; -update noar ti set v0='PR4AUXMX58G2IRMCCGGGA4OY2G' where id=1; -update noar tt set b1='YLOEKANQP40LMJZK6HKC' where id=1; -update noar ti set b1='YLOEKANQP40LMJZK6HKC' where id=1; -update noar tt set v0='Y96RZF9X5F7GOH' where id=1; -update noar ti set v0='Y96RZF9X5F7GOH' where id=1; -update noar tt set b2='QMJLIHBXNF5T3FF5O5DS9ZY5A740C' where id=1; -update noar ti set b2='QMJLIHBXNF5T3FF5O5DS9ZY5A740C' where id=1; -update noar tt set v0='IRBK3A6SSL19AVVZK7882CN4GLHTUI' where id=2; -update noar ti set v0='IRBK3A6SSL19AVVZK7882CN4GLHTUI' where id=2; -update noar tt set b0='2650IYQGBQF3EB4407E50SP4DVD' where id=2; -update noar ti set b0='2650IYQGBQF3EB4407E50SP4DVD' where id=2; -update noar tt set v0='H2' where id=2; -update noar ti set v0='H2' where id=2; -update noar tt set b1='MLJC4538GVQOJC1QIZCFA6AD372A7L' where id=2; -update noar ti set b1='MLJC4538GVQOJC1QIZCFA6AD372A7L' where id=2; -update noar tt set v0='RTE19UD32WW93E3T2ZZ' where id=2; -update noar ti set v0='RTE19UD32WW93E3T2ZZ' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='0BJYLKRJNX2TB2O47MJJ' where id=3; -update noar ti set v0='0BJYLKRJNX2TB2O47MJJ' where id=3; -update noar tt set b0='WTV1' where id=3; -update noar ti set b0='WTV1' where id=3; -update noar tt set v0='ZWUXOL6' where id=3; -update noar ti set v0='ZWUXOL6' where id=3; -update noar tt set b1='11SUJQO4YFTLMOOVF3LNULU86TT8' where id=3; -update noar ti set b1='11SUJQO4YFTLMOOVF3LNULU86TT8' where id=3; -update noar tt set v0='KXDQWZ16V42ZW32Q5QILJEYJ1SKBLND' where id=3; -update noar ti set v0='KXDQWZ16V42ZW32Q5QILJEYJ1SKBLND' where id=3; -update noar tt set b2='RD35802WDOU28WJ9JHNEAJOP9NS' where id=3; -update noar ti set b2='RD35802WDOU28WJ9JHNEAJOP9NS' where id=3; -update noar tt set v0='Y26QIP7X25UGQPBGVKCSRAM0QLE' where id=4; -update noar ti set v0='Y26QIP7X25UGQPBGVKCSRAM0QLE' where id=4; -update noar tt set b0='22QEXO3717O24F1VCJ889W83405' where id=4; -update noar ti set b0='22QEXO3717O24F1VCJ889W83405' where id=4; -update noar tt set v0='YT1' where id=4; -update noar ti set v0='YT1' where id=4; -update noar tt set b1='NLKP' where id=4; -update noar ti set b1='NLKP' where id=4; -update noar tt set v0='QJGMUBBM1L755499R' where id=4; -update noar ti set v0='QJGMUBBM1L755499R' where id=4; -update noar tt set b2='9LI09Y1GQWU0LZ6OSYU6Z31' where id=4; -update noar ti set b2='9LI09Y1GQWU0LZ6OSYU6Z31' where id=4; -update noar tt set v0='28NT8TAU8' where id=5; -update noar ti set v0='28NT8TAU8' where id=5; -update noar tt set b0='MHKU5RZP0EOMFXZR' where id=5; -update noar ti set b0='MHKU5RZP0EOMFXZR' where id=5; -update noar tt set v0='LBFX92TK76BVIN11V3SZ' where id=5; -update noar ti set v0='LBFX92TK76BVIN11V3SZ' where id=5; -update noar tt set b1='UJK' where id=5; -update noar ti set b1='UJK' where id=5; -update noar tt set v0='ASX6X96L6L5FQF0N1' where id=5; -update noar ti set v0='ASX6X96L6L5FQF0N1' where id=5; -update noar tt set b2='FXDF1YA' where id=5; -update noar ti set b2='FXDF1YA' where id=5; -update noar tt set v0='CSRDWM89AT5WXH9HI5XPTZ66DT8' where id=6; -update noar ti set v0='CSRDWM89AT5WXH9HI5XPTZ66DT8' where id=6; -update noar tt set b0='PKKO6' where id=6; -update noar ti set b0='PKKO6' where id=6; -update noar tt set v0='OXR74IFCKYZ' where id=6; -update noar ti set v0='OXR74IFCKYZ' where id=6; -update noar tt set b1='H4IS5L9ZQJIPMRGUP' where id=6; -update noar ti set b1='H4IS5L9ZQJIPMRGUP' where id=6; -update noar tt set v0='67RFAEBELGL1WQ7FVFO63A16384H9I' where id=6; -update noar ti set v0='67RFAEBELGL1WQ7FVFO63A16384H9I' where id=6; -update noar tt set b2='A4B6XL43IRA1751' where id=6; -update noar ti set b2='A4B6XL43IRA1751' where id=6; -update noar tt set v0='RIZP7PPK6OUP66EIUZS' where id=7; -update noar ti set v0='RIZP7PPK6OUP66EIUZS' where id=7; -update noar tt set b0='KP8M' where id=7; -update noar ti set b0='KP8M' where id=7; -update noar tt set v0='PH50J3BKXTSQ0W8USNS0IQW6' where id=7; -update noar ti set v0='PH50J3BKXTSQ0W8USNS0IQW6' where id=7; -update noar tt set b1='LS44E8TM6H94XBZP1MNHPDBTLJM' where id=7; -update noar ti set b1='LS44E8TM6H94XBZP1MNHPDBTLJM' where id=7; -update noar tt set v0='LJWN3SR3OC8' where id=7; -update noar ti set v0='LJWN3SR3OC8' where id=7; -update noar tt set b2='EQ4IMRHUQ1ANBUAI33JNIYM2J8P8R1' where id=7; -update noar ti set b2='EQ4IMRHUQ1ANBUAI33JNIYM2J8P8R1' where id=7; -update noar tt set v0='1D1IPKY643I7J050MOSRUC5M' where id=8; -update noar ti set v0='1D1IPKY643I7J050MOSRUC5M' where id=8; -update noar tt set b0='HX5G00MH71VBWAHGH4DK0SM' where id=8; -update noar ti set b0='HX5G00MH71VBWAHGH4DK0SM' where id=8; -update noar tt set v0='YHWLKLPWT1YMOS88A64' where id=8; -update noar ti set v0='YHWLKLPWT1YMOS88A64' where id=8; -update noar tt set b1='3P7ZN47QWV' where id=8; -update noar ti set b1='3P7ZN47QWV' where id=8; -update noar tt set v0='HET5NB5YKRUWLYPA4SBULLXE' where id=8; -update noar ti set v0='HET5NB5YKRUWLYPA4SBULLXE' where id=8; -update noar tt set b2='B2YRQAAOSYKOVPN906' where id=8; -update noar ti set b2='B2YRQAAOSYKOVPN906' where id=8; -update noar tt set v0='D7S7ER7RAEI4FCE9' where id=9; -update noar ti set v0='D7S7ER7RAEI4FCE9' where id=9; -update noar tt set b0='3A8CWYTL4PSVB' where id=9; -update noar ti set b0='3A8CWYTL4PSVB' where id=9; -update noar tt set v0='EAUGZ4AJUJG4P8E9X58EI96QZ0L5' where id=9; -update noar ti set v0='EAUGZ4AJUJG4P8E9X58EI96QZ0L5' where id=9; -update noar tt set b1='D8NRDPO7FAPIAFJJB6MIGS' where id=9; -update noar ti set b1='D8NRDPO7FAPIAFJJB6MIGS' where id=9; -update noar tt set v0='OINIE' where id=9; -update noar ti set v0='OINIE' where id=9; -update noar tt set b2='5NVE03D0PPWS0O' where id=9; -update noar ti set b2='5NVE03D0PPWS0O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BZV2Q' where id=1; -update noar ti set v0='BZV2Q' where id=1; -update noar tt set b0='70HPAHMYEBGQ7DAZWPDUIKX4D4DAQU0' where id=1; -update noar ti set b0='70HPAHMYEBGQ7DAZWPDUIKX4D4DAQU0' where id=1; -update noar tt set v0='NPJTHWRK3A5Q7YVYAR4V2RJBKCXSLPR' where id=1; -update noar ti set v0='NPJTHWRK3A5Q7YVYAR4V2RJBKCXSLPR' where id=1; -update noar tt set b1='OLCCW9884V' where id=1; -update noar ti set b1='OLCCW9884V' where id=1; -update noar tt set v0='Y4QFAS4R3Q0UA2QIS1' where id=1; -update noar ti set v0='Y4QFAS4R3Q0UA2QIS1' where id=1; -update noar tt set b2='39PWV6V9' where id=1; -update noar ti set b2='39PWV6V9' where id=1; -update noar tt set v0='XS8N49YFK56H2CPKC' where id=2; -update noar ti set v0='XS8N49YFK56H2CPKC' where id=2; -update noar tt set b0='8F26IUJ3304SI1MJHC9VZN5TI06KW' where id=2; -update noar ti set b0='8F26IUJ3304SI1MJHC9VZN5TI06KW' where id=2; -update noar tt set v0='L1YZIY1AZ8IV' where id=2; -update noar ti set v0='L1YZIY1AZ8IV' where id=2; -update noar tt set b1='9E25QUAW7ZKWVV' where id=2; -update noar ti set b1='9E25QUAW7ZKWVV' where id=2; -update noar tt set v0='XYDESP2FWID57U2KJ0F4E7B' where id=2; -update noar ti set v0='XYDESP2FWID57U2KJ0F4E7B' where id=2; -update noar tt set b2='MZOD78TXP5X9UAL8QGUPEARGVG' where id=2; -update noar ti set b2='MZOD78TXP5X9UAL8QGUPEARGVG' where id=2; -update noar tt set v0='RDO0O4NIIXFLZTF4H4J7PF' where id=3; -update noar ti set v0='RDO0O4NIIXFLZTF4H4J7PF' where id=3; -update noar tt set b0='XRAJSP2D27E59PQ69P' where id=3; -update noar ti set b0='XRAJSP2D27E59PQ69P' where id=3; -update noar tt set v0='RSLUEJ2HYFSXHV2LZDXR5A6' where id=3; -update noar ti set v0='RSLUEJ2HYFSXHV2LZDXR5A6' where id=3; -update noar tt set b1='UCWRU80ERD5VP9I59A5XWA7VF2PQR1DD' where id=3; -update noar ti set b1='UCWRU80ERD5VP9I59A5XWA7VF2PQR1DD' where id=3; -update noar tt set v0='6Q0EVNDWO7SRQ5MHKRZ97N5M55' where id=3; -update noar ti set v0='6Q0EVNDWO7SRQ5MHKRZ97N5M55' where id=3; -update noar tt set b2='UIDKH' where id=3; -update noar ti set b2='UIDKH' where id=3; -update noar tt set v0='771WVJSIQ7LV6070SQ3A0E2WUBOF' where id=4; -update noar ti set v0='771WVJSIQ7LV6070SQ3A0E2WUBOF' where id=4; -update noar tt set b0='QZBPQNJTWVFUW415A9D' where id=4; -update noar ti set b0='QZBPQNJTWVFUW415A9D' where id=4; -update noar tt set v0='XCPT4BZLB64K' where id=4; -update noar ti set v0='XCPT4BZLB64K' where id=4; -update noar tt set b1='19UR7J9MT' where id=4; -update noar ti set b1='19UR7J9MT' where id=4; -update noar tt set v0='VOIN4KBV4X5ELC' where id=4; -update noar ti set v0='VOIN4KBV4X5ELC' where id=4; -update noar tt set b2='B0E9BCE6CX24HQ8JI' where id=4; -update noar ti set b2='B0E9BCE6CX24HQ8JI' where id=4; -update noar tt set v0='CEBPVBLWAKS42NQE6FBIIIYH814' where id=5; -update noar ti set v0='CEBPVBLWAKS42NQE6FBIIIYH814' where id=5; -update noar tt set b0='VZKRPII9Q3EC7S82BU1W2LR' where id=5; -update noar ti set b0='VZKRPII9Q3EC7S82BU1W2LR' where id=5; -update noar tt set v0='YJU85T81LMUJMPVSX4A' where id=5; -update noar ti set v0='YJU85T81LMUJMPVSX4A' where id=5; -update noar tt set b1='OCYV' where id=5; -update noar ti set b1='OCYV' where id=5; -update noar tt set v0='QNTBSI5K9YLYH5845VEV2N7LECABL9Y' where id=5; -update noar ti set v0='QNTBSI5K9YLYH5845VEV2N7LECABL9Y' where id=5; -update noar tt set b2='P65VWA3W7INEXCCFCNKTO9' where id=5; -update noar ti set b2='P65VWA3W7INEXCCFCNKTO9' where id=5; -update noar tt set v0='SU1FIL' where id=6; -update noar ti set v0='SU1FIL' where id=6; -update noar tt set b0='YZHYRTNBVSX1YA85U665VZ6' where id=6; -update noar ti set b0='YZHYRTNBVSX1YA85U665VZ6' where id=6; -update noar tt set v0='YM3VQ6KPLKNUFLHI6324' where id=6; -update noar ti set v0='YM3VQ6KPLKNUFLHI6324' where id=6; -update noar tt set b1='NEOWM' where id=6; -update noar ti set b1='NEOWM' where id=6; -update noar tt set v0='QV8W07IHSM40YC05O8R78C' where id=6; -update noar ti set v0='QV8W07IHSM40YC05O8R78C' where id=6; -update noar tt set b2='X99HHGF84VDAH91LD2M71IU107ERG8L' where id=6; -update noar ti set b2='X99HHGF84VDAH91LD2M71IU107ERG8L' where id=6; -update noar tt set v0='FU30S66VQYDKNJREU6LSPIUKBENQ' where id=7; -update noar ti set v0='FU30S66VQYDKNJREU6LSPIUKBENQ' where id=7; -update noar tt set b0='O31TH' where id=7; -update noar ti set b0='O31TH' where id=7; -update noar tt set v0='A797AJILPK6XYSNDTWZ2YII4456SY' where id=7; -update noar ti set v0='A797AJILPK6XYSNDTWZ2YII4456SY' where id=7; -update noar tt set b1='YXOHM6ECVM' where id=7; -update noar ti set b1='YXOHM6ECVM' where id=7; -update noar tt set v0='7C95XJ2LRIV6' where id=7; -update noar ti set v0='7C95XJ2LRIV6' where id=7; -update noar tt set b2='PQ435VKTYGV7YPPGIXX2SK14X' where id=7; -update noar ti set b2='PQ435VKTYGV7YPPGIXX2SK14X' where id=7; -update noar tt set v0='XGB0Y5T01LJJWBH' where id=8; -update noar ti set v0='XGB0Y5T01LJJWBH' where id=8; -update noar tt set b0='XQT4OVI4' where id=8; -update noar ti set b0='XQT4OVI4' where id=8; -update noar tt set v0='RP0YWBXHY92QPDBD04VADJQPA' where id=8; -update noar ti set v0='RP0YWBXHY92QPDBD04VADJQPA' where id=8; -update noar tt set b1='A5O9RGDGZH2F6AHI7LLW' where id=8; -update noar ti set b1='A5O9RGDGZH2F6AHI7LLW' where id=8; -update noar tt set v0='R4ZG1' where id=8; -update noar ti set v0='R4ZG1' where id=8; -update noar tt set b2='OSA7VEHFHG5U' where id=8; -update noar ti set b2='OSA7VEHFHG5U' where id=8; -update noar tt set v0='N1QKLVG' where id=9; -update noar ti set v0='N1QKLVG' where id=9; -update noar tt set b0='7YPU4WI' where id=9; -update noar ti set b0='7YPU4WI' where id=9; -update noar tt set v0='L1PPQ' where id=9; -update noar ti set v0='L1PPQ' where id=9; -update noar tt set b1='RF7W812XL67EC1CNJ3X98DR5Q' where id=9; -update noar ti set b1='RF7W812XL67EC1CNJ3X98DR5Q' where id=9; -update noar tt set v0='PAZIHGWAOVO96' where id=9; -update noar ti set v0='PAZIHGWAOVO96' where id=9; -update noar tt set b2='RPAFE' where id=9; -update noar ti set b2='RPAFE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6PHBSQ7Y4VCUYALN6KYBOV521QF' where id=1; -update noar ti set v0='6PHBSQ7Y4VCUYALN6KYBOV521QF' where id=1; -update noar tt set b0='U7NO' where id=1; -update noar ti set b0='U7NO' where id=1; -update noar tt set v0='ZRC49GNPMY0FUQLO120EHOZSDM5127IR' where id=1; -update noar ti set v0='ZRC49GNPMY0FUQLO120EHOZSDM5127IR' where id=1; -update noar tt set b1='2N86J09RSRSZGE2DI6QBMRM8SVBTHN' where id=1; -update noar ti set b1='2N86J09RSRSZGE2DI6QBMRM8SVBTHN' where id=1; -update noar tt set v0='56CU7CK8YRW6XAS' where id=1; -update noar ti set v0='56CU7CK8YRW6XAS' where id=1; -update noar tt set b2='140HE0B0CTFZODPX' where id=1; -update noar ti set b2='140HE0B0CTFZODPX' where id=1; -update noar tt set v0='XSIBHV2I4BEQWHFBV057H1PMYKJV' where id=2; -update noar ti set v0='XSIBHV2I4BEQWHFBV057H1PMYKJV' where id=2; -update noar tt set b0='EDP8OE6' where id=2; -update noar ti set b0='EDP8OE6' where id=2; -update noar tt set v0='UNW7SHM336OW4M03V1KM' where id=2; -update noar ti set v0='UNW7SHM336OW4M03V1KM' where id=2; -update noar tt set b1='PKZZCG1GVZZCXLDT5' where id=2; -update noar ti set b1='PKZZCG1GVZZCXLDT5' where id=2; -update noar tt set v0='6R21CV7VK0BZ8PATQ' where id=2; -update noar ti set v0='6R21CV7VK0BZ8PATQ' where id=2; -update noar tt set b2='WVRZ37OICTKFJ5PUPSU3' where id=2; -update noar ti set b2='WVRZ37OICTKFJ5PUPSU3' where id=2; -update noar tt set v0='Y2UWX6N8RN9KHGUYIYT' where id=3; -update noar ti set v0='Y2UWX6N8RN9KHGUYIYT' where id=3; -update noar tt set b0='CY7IEJAYPZWD908MQO' where id=3; -update noar ti set b0='CY7IEJAYPZWD908MQO' where id=3; -update noar tt set v0='SC04XJTKFABZB5CFL0LHXVV1N2I5U' where id=3; -update noar ti set v0='SC04XJTKFABZB5CFL0LHXVV1N2I5U' where id=3; -update noar tt set b1='I2ANSGNBNY4TCLOB3' where id=3; -update noar ti set b1='I2ANSGNBNY4TCLOB3' where id=3; -update noar tt set v0='TEFS2EAPKQKA2UTQPEC31' where id=3; -update noar ti set v0='TEFS2EAPKQKA2UTQPEC31' where id=3; -update noar tt set b2='0BTYJPL0EU0YM1DNCD' where id=3; -update noar ti set b2='0BTYJPL0EU0YM1DNCD' where id=3; -update noar tt set v0='AEHJEOJ9J06' where id=4; -update noar ti set v0='AEHJEOJ9J06' where id=4; -update noar tt set b0='UF0468UDNV6' where id=4; -update noar ti set b0='UF0468UDNV6' where id=4; -update noar tt set v0='1ZJ0F8NQ0QQL72VM5ML' where id=4; -update noar ti set v0='1ZJ0F8NQ0QQL72VM5ML' where id=4; -update noar tt set b1='539S5OWUAOJQKJL8ZV7H8E0KJ357' where id=4; -update noar ti set b1='539S5OWUAOJQKJL8ZV7H8E0KJ357' where id=4; -update noar tt set v0='HX86B' where id=4; -update noar ti set v0='HX86B' where id=4; -update noar tt set b2='6KLR0SSIW79DQQUD75WGHG10H5X' where id=4; -update noar ti set b2='6KLR0SSIW79DQQUD75WGHG10H5X' where id=4; -update noar tt set v0='JTMC9WMMI5TAZWD0KXQY' where id=5; -update noar ti set v0='JTMC9WMMI5TAZWD0KXQY' where id=5; -update noar tt set b0='UOXYRCHEQMAPMK' where id=5; -update noar ti set b0='UOXYRCHEQMAPMK' where id=5; -update noar tt set v0='QHQ1B524526G2PIJC0GFWIY' where id=5; -update noar ti set v0='QHQ1B524526G2PIJC0GFWIY' where id=5; -update noar tt set b1='3USO7LM7XHRMYG1B7J0' where id=5; -update noar ti set b1='3USO7LM7XHRMYG1B7J0' where id=5; -update noar tt set v0='OL3GGMER2A3GJVAXK' where id=5; -update noar ti set v0='OL3GGMER2A3GJVAXK' where id=5; -update noar tt set b2='DMSE7U0ACHESDK' where id=5; -update noar ti set b2='DMSE7U0ACHESDK' where id=5; -update noar tt set v0='SR0SQ523IBKW2JE' where id=6; -update noar ti set v0='SR0SQ523IBKW2JE' where id=6; -update noar tt set b0='4359SBJQOHRT9ZFWTG' where id=6; -update noar ti set b0='4359SBJQOHRT9ZFWTG' where id=6; -update noar tt set v0='B0KW0SJ08MW340IP9GHO7IDZDRLUW3G' where id=6; -update noar ti set v0='B0KW0SJ08MW340IP9GHO7IDZDRLUW3G' where id=6; -update noar tt set b1='R7A2OW21XWPAN' where id=6; -update noar ti set b1='R7A2OW21XWPAN' where id=6; -update noar tt set v0='9OSQPO81YR11PLLYE2FD82CIU' where id=6; -update noar ti set v0='9OSQPO81YR11PLLYE2FD82CIU' where id=6; -update noar tt set b2='AKH4F4D58KIFJSBLMHPATP94S62CX' where id=6; -update noar ti set b2='AKH4F4D58KIFJSBLMHPATP94S62CX' where id=6; -update noar tt set v0='R9KO2K6MHY8ZKTTJHO2VD' where id=7; -update noar ti set v0='R9KO2K6MHY8ZKTTJHO2VD' where id=7; -update noar tt set b0='RFMU4U7385YOGELC9YZ40HW55Z81' where id=7; -update noar ti set b0='RFMU4U7385YOGELC9YZ40HW55Z81' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b1='ZVCZVCMTN18OAD' where id=7; -update noar ti set b1='ZVCZVCMTN18OAD' where id=7; -update noar tt set v0='AG6Z6N621BYD' where id=7; -update noar ti set v0='AG6Z6N621BYD' where id=7; -update noar tt set b2='S1R2JVZBXB4SDY2QN8XZ2PQ97EOHR' where id=7; -update noar ti set b2='S1R2JVZBXB4SDY2QN8XZ2PQ97EOHR' where id=7; -update noar tt set v0='HIK5Q3LVC640VF5YFMHYDT7B0' where id=8; -update noar ti set v0='HIK5Q3LVC640VF5YFMHYDT7B0' where id=8; -update noar tt set b0='BZR3VGEQ28WWRL8YQL4QEW9Y' where id=8; -update noar ti set b0='BZR3VGEQ28WWRL8YQL4QEW9Y' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='RITL86P5LOCCTJRS97PX857VCERWJ1M' where id=8; -update noar ti set b1='RITL86P5LOCCTJRS97PX857VCERWJ1M' where id=8; -update noar tt set v0='CB353NB8P28' where id=8; -update noar ti set v0='CB353NB8P28' where id=8; -update noar tt set b2='KAWXRL0GFD6HO1' where id=8; -update noar ti set b2='KAWXRL0GFD6HO1' where id=8; -update noar tt set v0='W5S7LRXW8U7R88985CVOFWH0' where id=9; -update noar ti set v0='W5S7LRXW8U7R88985CVOFWH0' where id=9; -update noar tt set b0='7XC' where id=9; -update noar ti set b0='7XC' where id=9; -update noar tt set v0='IT' where id=9; -update noar ti set v0='IT' where id=9; -update noar tt set b1='MI6U3DTH' where id=9; -update noar ti set b1='MI6U3DTH' where id=9; -update noar tt set v0='KZH' where id=9; -update noar ti set v0='KZH' where id=9; -update noar tt set b2='R8B05M265W2UKRNGMGPAAZLMROPNPL6' where id=9; -update noar ti set b2='R8B05M265W2UKRNGMGPAAZLMROPNPL6' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y4TZBZMBF9G455X' where id=1; -update noar ti set v0='Y4TZBZMBF9G455X' where id=1; -update noar tt set b0='ES984128VENB0O3QE46YSJKTFVPVSDK' where id=1; -update noar ti set b0='ES984128VENB0O3QE46YSJKTFVPVSDK' where id=1; -update noar tt set v0='1XX2SL5AA92HNCL369LI3UFJQZM1ZAU' where id=1; -update noar ti set v0='1XX2SL5AA92HNCL369LI3UFJQZM1ZAU' where id=1; -update noar tt set b1='YR8HB73TGRC' where id=1; -update noar ti set b1='YR8HB73TGRC' where id=1; -update noar tt set v0='HGN' where id=1; -update noar ti set v0='HGN' where id=1; -update noar tt set b2='B0QL4TDP2' where id=1; -update noar ti set b2='B0QL4TDP2' where id=1; -update noar tt set v0='RR2GA9SPHKWJOX9LQK6FW1T4GOAS3CA' where id=2; -update noar ti set v0='RR2GA9SPHKWJOX9LQK6FW1T4GOAS3CA' where id=2; -update noar tt set b0='NQSEROAA6FSF' where id=2; -update noar ti set b0='NQSEROAA6FSF' where id=2; -update noar tt set v0='B35I4BRVSG0KKND7JINAP3DPGG5BAM3' where id=2; -update noar ti set v0='B35I4BRVSG0KKND7JINAP3DPGG5BAM3' where id=2; -update noar tt set b1='6QSJEX0HFNW7FH104T4INL8C' where id=2; -update noar ti set b1='6QSJEX0HFNW7FH104T4INL8C' where id=2; -update noar tt set v0='8PCOHQINEVNHHH64ZJN6QUCM' where id=2; -update noar ti set v0='8PCOHQINEVNHHH64ZJN6QUCM' where id=2; -update noar tt set b2='GL' where id=2; -update noar ti set b2='GL' where id=2; -update noar tt set v0='8Y5A8V98BP7EW2TCPN5R0MXX5CEOM' where id=3; -update noar ti set v0='8Y5A8V98BP7EW2TCPN5R0MXX5CEOM' where id=3; -update noar tt set b0='T2F0EYNFVUJLJ6NQEIAIEJNOFA6' where id=3; -update noar ti set b0='T2F0EYNFVUJLJ6NQEIAIEJNOFA6' where id=3; -update noar tt set v0='IPFSEQAHHX4SDFLSWDAL' where id=3; -update noar ti set v0='IPFSEQAHHX4SDFLSWDAL' where id=3; -update noar tt set b1='V0EFFTRX5VOWYDB2067' where id=3; -update noar ti set b1='V0EFFTRX5VOWYDB2067' where id=3; -update noar tt set v0='PV41I8M1W' where id=3; -update noar ti set v0='PV41I8M1W' where id=3; -update noar tt set b2='JUA25967FMTBO7NJAOZL' where id=3; -update noar ti set b2='JUA25967FMTBO7NJAOZL' where id=3; -update noar tt set v0='CSU9SD2PYH363GU0DJDLFIZ5CFRVBG5E' where id=4; -update noar ti set v0='CSU9SD2PYH363GU0DJDLFIZ5CFRVBG5E' where id=4; -update noar tt set b0='EDK7W3NPMYPBZYMFF8LB9J3YEVNR' where id=4; -update noar ti set b0='EDK7W3NPMYPBZYMFF8LB9J3YEVNR' where id=4; -update noar tt set v0='N0LOA5RZQWY6PUDV5D1G1DHLI8' where id=4; -update noar ti set v0='N0LOA5RZQWY6PUDV5D1G1DHLI8' where id=4; -update noar tt set b1='2UNC3' where id=4; -update noar ti set b1='2UNC3' where id=4; -update noar tt set v0='U0SDKJVX9MWJ7C6G1DD30H5251NO8X' where id=4; -update noar ti set v0='U0SDKJVX9MWJ7C6G1DD30H5251NO8X' where id=4; -update noar tt set b2='34QWF0BX23CJD7O47ICQHKM21EMEK' where id=4; -update noar ti set b2='34QWF0BX23CJD7O47ICQHKM21EMEK' where id=4; -update noar tt set v0='4ZWP6TENOTG4KUO44H7VV2F8QE7P87J' where id=5; -update noar ti set v0='4ZWP6TENOTG4KUO44H7VV2F8QE7P87J' where id=5; -update noar tt set b0='DCEOZ8QWMACAJ8YEDYQOHR5' where id=5; -update noar ti set b0='DCEOZ8QWMACAJ8YEDYQOHR5' where id=5; -update noar tt set v0='20L2FONG4TR6R51A' where id=5; -update noar ti set v0='20L2FONG4TR6R51A' where id=5; -update noar tt set b1='GNYN' where id=5; -update noar ti set b1='GNYN' where id=5; -update noar tt set v0='1CE3NRRDXST3J' where id=5; -update noar ti set v0='1CE3NRRDXST3J' where id=5; -update noar tt set b2='ZL9Z473SC' where id=5; -update noar ti set b2='ZL9Z473SC' where id=5; -update noar tt set v0='CXG89W7K117LAW4PM4' where id=6; -update noar ti set v0='CXG89W7K117LAW4PM4' where id=6; -update noar tt set b0='4HYCL4K5I' where id=6; -update noar ti set b0='4HYCL4K5I' where id=6; -update noar tt set v0='4MUTIM4AVW6EM325PCKKPRBBE' where id=6; -update noar ti set v0='4MUTIM4AVW6EM325PCKKPRBBE' where id=6; -update noar tt set b1='CZMUB7LQDSO8NXPZHFFF0R3E3H5' where id=6; -update noar ti set b1='CZMUB7LQDSO8NXPZHFFF0R3E3H5' where id=6; -update noar tt set v0='22QA6ORL' where id=6; -update noar ti set v0='22QA6ORL' where id=6; -update noar tt set b2='HF3RCHN' where id=6; -update noar ti set b2='HF3RCHN' where id=6; -update noar tt set v0='AO2AK2AJKSJ5SRVZDV4MTAX0TLUY' where id=7; -update noar ti set v0='AO2AK2AJKSJ5SRVZDV4MTAX0TLUY' where id=7; -update noar tt set b0='TXNBPAKFEMVH8074UA3FS' where id=7; -update noar ti set b0='TXNBPAKFEMVH8074UA3FS' where id=7; -update noar tt set v0='36DD99P3KEX8WEFFVF' where id=7; -update noar ti set v0='36DD99P3KEX8WEFFVF' where id=7; -update noar tt set b1='W7ZI2WD' where id=7; -update noar ti set b1='W7ZI2WD' where id=7; -update noar tt set v0='W3EF5RGS' where id=7; -update noar ti set v0='W3EF5RGS' where id=7; -update noar tt set b2='IRPNKBRGTFQMAPB57MYKVD' where id=7; -update noar ti set b2='IRPNKBRGTFQMAPB57MYKVD' where id=7; -update noar tt set v0='NHU93TBBFQ7RJBC4A562GOLNSDZRGFM' where id=8; -update noar ti set v0='NHU93TBBFQ7RJBC4A562GOLNSDZRGFM' where id=8; -update noar tt set b0='MG5ILW6D4BEFDQGVF' where id=8; -update noar ti set b0='MG5ILW6D4BEFDQGVF' where id=8; -update noar tt set v0='C0QA' where id=8; -update noar ti set v0='C0QA' where id=8; -update noar tt set b1='7Q0JVX7VLC' where id=8; -update noar ti set b1='7Q0JVX7VLC' where id=8; -update noar tt set v0='2CIXW0ML6XY71' where id=8; -update noar ti set v0='2CIXW0ML6XY71' where id=8; -update noar tt set b2='3BYHJDKFSJDX1ZH52' where id=8; -update noar ti set b2='3BYHJDKFSJDX1ZH52' where id=8; -update noar tt set v0='XF7NHJ9X25DG9EW' where id=9; -update noar ti set v0='XF7NHJ9X25DG9EW' where id=9; -update noar tt set b0='BMDKZ71VYRXAZ853WHJEF131' where id=9; -update noar ti set b0='BMDKZ71VYRXAZ853WHJEF131' where id=9; -update noar tt set v0='HTOTNKI7' where id=9; -update noar ti set v0='HTOTNKI7' where id=9; -update noar tt set b1='2AAVR46M5AMJM7Z54TNJ' where id=9; -update noar ti set b1='2AAVR46M5AMJM7Z54TNJ' where id=9; -update noar tt set v0='FFNMAEX8F18QQUUQM8K09CSQI4' where id=9; -update noar ti set v0='FFNMAEX8F18QQUUQM8K09CSQI4' where id=9; -update noar tt set b2='SD05IDPKDIOFHK1AD7' where id=9; -update noar ti set b2='SD05IDPKDIOFHK1AD7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TDB0XNEKN6SEIE6J13SCC44P' where id=1; -update noar ti set v0='TDB0XNEKN6SEIE6J13SCC44P' where id=1; -update noar tt set b0='HF1Z1I6DH15D7SC4XZ7NSSBXKFT' where id=1; -update noar ti set b0='HF1Z1I6DH15D7SC4XZ7NSSBXKFT' where id=1; -update noar tt set v0='VL6D1ABM7O0DCTC3B9F6Y2' where id=1; -update noar ti set v0='VL6D1ABM7O0DCTC3B9F6Y2' where id=1; -update noar tt set b1='J6KQC03N9WS5T' where id=1; -update noar ti set b1='J6KQC03N9WS5T' where id=1; -update noar tt set v0='6QDTKE' where id=1; -update noar ti set v0='6QDTKE' where id=1; -update noar tt set b2='9BXKL13NWBW8X427QPWHEWXJS4' where id=1; -update noar ti set b2='9BXKL13NWBW8X427QPWHEWXJS4' where id=1; -update noar tt set v0='YU5UJPEXI1RK9Y30' where id=2; -update noar ti set v0='YU5UJPEXI1RK9Y30' where id=2; -update noar tt set b0='LHS80SHX18' where id=2; -update noar ti set b0='LHS80SHX18' where id=2; -update noar tt set v0='NS3V5N9GAT1NKNNP4KXFH5MPV9I' where id=2; -update noar ti set v0='NS3V5N9GAT1NKNNP4KXFH5MPV9I' where id=2; -update noar tt set b1='WXLEEXPX0W8PRVFSBFRZUB1' where id=2; -update noar ti set b1='WXLEEXPX0W8PRVFSBFRZUB1' where id=2; -update noar tt set v0='BBZG9VV93QW06CEUYKT0ERCSZC4HF' where id=2; -update noar ti set v0='BBZG9VV93QW06CEUYKT0ERCSZC4HF' where id=2; -update noar tt set b2='62DESWXL6R1JXMRC' where id=2; -update noar ti set b2='62DESWXL6R1JXMRC' where id=2; -update noar tt set v0='D3B93X' where id=3; -update noar ti set v0='D3B93X' where id=3; -update noar tt set b0='VMRUKMU0QM0EALZIKKEUEHZJ' where id=3; -update noar ti set b0='VMRUKMU0QM0EALZIKKEUEHZJ' where id=3; -update noar tt set v0='0A86ZGSPK94NZPA' where id=3; -update noar ti set v0='0A86ZGSPK94NZPA' where id=3; -update noar tt set b1='KRH6037' where id=3; -update noar ti set b1='KRH6037' where id=3; -update noar tt set v0='F529R0SW0' where id=3; -update noar ti set v0='F529R0SW0' where id=3; -update noar tt set b2='LE' where id=3; -update noar ti set b2='LE' where id=3; -update noar tt set v0='O51K98R1D53XEHVWLDI8T' where id=4; -update noar ti set v0='O51K98R1D53XEHVWLDI8T' where id=4; -update noar tt set b0='IZ4' where id=4; -update noar ti set b0='IZ4' where id=4; -update noar tt set v0='OP3' where id=4; -update noar ti set v0='OP3' where id=4; -update noar tt set b1='KOO39KB4M40ZTOK5W57E3K' where id=4; -update noar ti set b1='KOO39KB4M40ZTOK5W57E3K' where id=4; -update noar tt set v0='9HNNVU' where id=4; -update noar ti set v0='9HNNVU' where id=4; -update noar tt set b2='BL72X6R33KN7M0MDGUQG1844PEMUK' where id=4; -update noar ti set b2='BL72X6R33KN7M0MDGUQG1844PEMUK' where id=4; -update noar tt set v0='IB8JAVD6B11P1CKNKQ1Z7WE6COA7K' where id=5; -update noar ti set v0='IB8JAVD6B11P1CKNKQ1Z7WE6COA7K' where id=5; -update noar tt set b0='2H2I2B0QK' where id=5; -update noar ti set b0='2H2I2B0QK' where id=5; -update noar tt set v0='KZE88XM8DOPVXGH98H6XJF' where id=5; -update noar ti set v0='KZE88XM8DOPVXGH98H6XJF' where id=5; -update noar tt set b1='U0' where id=5; -update noar ti set b1='U0' where id=5; -update noar tt set v0='PXL4AOB2VX2LZAWOY' where id=5; -update noar ti set v0='PXL4AOB2VX2LZAWOY' where id=5; -update noar tt set b2='DMZPNS6RQ' where id=5; -update noar ti set b2='DMZPNS6RQ' where id=5; -update noar tt set v0='N4J5MQ' where id=6; -update noar ti set v0='N4J5MQ' where id=6; -update noar tt set b0='XTP4Q6DJ1H6NHH1DZ2X7E' where id=6; -update noar ti set b0='XTP4Q6DJ1H6NHH1DZ2X7E' where id=6; -update noar tt set v0='MFFCTTILOEY4II3F58VRQBC7WW6IPH6K' where id=6; -update noar ti set v0='MFFCTTILOEY4II3F58VRQBC7WW6IPH6K' where id=6; -update noar tt set b1='U9BN90SLUZJ' where id=6; -update noar ti set b1='U9BN90SLUZJ' where id=6; -update noar tt set v0='O7205UUWHX55MYYLOEAAEQ5DW' where id=6; -update noar ti set v0='O7205UUWHX55MYYLOEAAEQ5DW' where id=6; -update noar tt set b2='D6EBJ0N3KAQ1DFZRTSY3PH' where id=6; -update noar ti set b2='D6EBJ0N3KAQ1DFZRTSY3PH' where id=6; -update noar tt set v0='H1IEGU70Y8EKE0VQSAY' where id=7; -update noar ti set v0='H1IEGU70Y8EKE0VQSAY' where id=7; -update noar tt set b0='ACHG6DW7QLMIPUO3UOMJ7DYS9CDGPB70' where id=7; -update noar ti set b0='ACHG6DW7QLMIPUO3UOMJ7DYS9CDGPB70' where id=7; -update noar tt set v0='E5ZI' where id=7; -update noar ti set v0='E5ZI' where id=7; -update noar tt set b1='VG34IT6J6C33WOAFK' where id=7; -update noar ti set b1='VG34IT6J6C33WOAFK' where id=7; -update noar tt set v0='4H2' where id=7; -update noar ti set v0='4H2' where id=7; -update noar tt set b2='ZVWYMD' where id=7; -update noar ti set b2='ZVWYMD' where id=7; -update noar tt set v0='OF2T87N0H2TAJ7R87' where id=8; -update noar ti set v0='OF2T87N0H2TAJ7R87' where id=8; -update noar tt set b0='6F70BEJW0WBGZUJEFP3MOO' where id=8; -update noar ti set b0='6F70BEJW0WBGZUJEFP3MOO' where id=8; -update noar tt set v0='5SCFF5' where id=8; -update noar ti set v0='5SCFF5' where id=8; -update noar tt set b1='F9' where id=8; -update noar ti set b1='F9' where id=8; -update noar tt set v0='VCEYC' where id=8; -update noar ti set v0='VCEYC' where id=8; -update noar tt set b2='LYFXXSAX3KF4LCG2WG6' where id=8; -update noar ti set b2='LYFXXSAX3KF4LCG2WG6' where id=8; -update noar tt set v0='Q7HBDAKR3WKUFG8E7J' where id=9; -update noar ti set v0='Q7HBDAKR3WKUFG8E7J' where id=9; -update noar tt set b0='ZS4ZO6M2Y6O07842Y4' where id=9; -update noar ti set b0='ZS4ZO6M2Y6O07842Y4' where id=9; -update noar tt set v0='1YP259TLCFZ' where id=9; -update noar ti set v0='1YP259TLCFZ' where id=9; -update noar tt set b1='Z4I9Q13AZVG65UV8O8XJCIJQNU' where id=9; -update noar ti set b1='Z4I9Q13AZVG65UV8O8XJCIJQNU' where id=9; -update noar tt set v0='Y1CSBR491TD2P7O7PBVX5GZOYTWC6' where id=9; -update noar ti set v0='Y1CSBR491TD2P7O7PBVX5GZOYTWC6' where id=9; -update noar tt set b2='T86II1W97FJ' where id=9; -update noar ti set b2='T86II1W97FJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IGKFL4WG3' where id=1; -update noar ti set v0='IGKFL4WG3' where id=1; -update noar tt set b0='DVPJCQFD' where id=1; -update noar ti set b0='DVPJCQFD' where id=1; -update noar tt set v0='QF338QJ1VB0D050POMBUHWAXF' where id=1; -update noar ti set v0='QF338QJ1VB0D050POMBUHWAXF' where id=1; -update noar tt set b1='QM8H7W5NXQJ44KV' where id=1; -update noar ti set b1='QM8H7W5NXQJ44KV' where id=1; -update noar tt set v0='XT8ZUPD38WDTQ' where id=1; -update noar ti set v0='XT8ZUPD38WDTQ' where id=1; -update noar tt set b2='BT7CH7FQ53' where id=1; -update noar ti set b2='BT7CH7FQ53' where id=1; -update noar tt set v0='LCF861RM1M8FJAE82PQ' where id=2; -update noar ti set v0='LCF861RM1M8FJAE82PQ' where id=2; -update noar tt set b0='P7PRND4OFZ8GA62MIK96FSB6PX4' where id=2; -update noar ti set b0='P7PRND4OFZ8GA62MIK96FSB6PX4' where id=2; -update noar tt set v0='41LF' where id=2; -update noar ti set v0='41LF' where id=2; -update noar tt set b1='WF1U' where id=2; -update noar ti set b1='WF1U' where id=2; -update noar tt set v0='M' where id=2; -update noar ti set v0='M' where id=2; -update noar tt set b2='GR0VTMZ270BTZ0UPJDHELM1QV7SJ6O' where id=2; -update noar ti set b2='GR0VTMZ270BTZ0UPJDHELM1QV7SJ6O' where id=2; -update noar tt set v0='70ROSZ254I4NTDZLZZRAL0F03F' where id=3; -update noar ti set v0='70ROSZ254I4NTDZLZZRAL0F03F' where id=3; -update noar tt set b0='CVDAN1DN9' where id=3; -update noar ti set b0='CVDAN1DN9' where id=3; -update noar tt set v0='B9' where id=3; -update noar ti set v0='B9' where id=3; -update noar tt set b1='9BNQ' where id=3; -update noar ti set b1='9BNQ' where id=3; -update noar tt set v0='ISDDR7MD2IV7QU' where id=3; -update noar ti set v0='ISDDR7MD2IV7QU' where id=3; -update noar tt set b2='IY37D93XDNFNW' where id=3; -update noar ti set b2='IY37D93XDNFNW' where id=3; -update noar tt set v0='MNAX' where id=4; -update noar ti set v0='MNAX' where id=4; -update noar tt set b0='OJA4P1VJYH7C2VCBDU4EPNF5UAYDXPJ' where id=4; -update noar ti set b0='OJA4P1VJYH7C2VCBDU4EPNF5UAYDXPJ' where id=4; -update noar tt set v0='MU8ZVRAQ1RZKEVPH6NRSAK8X0' where id=4; -update noar ti set v0='MU8ZVRAQ1RZKEVPH6NRSAK8X0' where id=4; -update noar tt set b1='QHXII8ZKIBZF9GA73NZ' where id=4; -update noar ti set b1='QHXII8ZKIBZF9GA73NZ' where id=4; -update noar tt set v0='1SR1KNF7DAWK2J60ZZDMKIE9N0VPGVI' where id=4; -update noar ti set v0='1SR1KNF7DAWK2J60ZZDMKIE9N0VPGVI' where id=4; -update noar tt set b2='NFEUT3ZV6WGU4ZGC3A05NJA29MVJM7J' where id=4; -update noar ti set b2='NFEUT3ZV6WGU4ZGC3A05NJA29MVJM7J' where id=4; -update noar tt set v0='0QVJ8144RLXMSE99' where id=5; -update noar ti set v0='0QVJ8144RLXMSE99' where id=5; -update noar tt set b0='LUH7C7XZOSD8ZHEE2A77XPU1R46ADGL9' where id=5; -update noar ti set b0='LUH7C7XZOSD8ZHEE2A77XPU1R46ADGL9' where id=5; -update noar tt set v0='NCVEQTQ128JHYQ7VCMNC6RG' where id=5; -update noar ti set v0='NCVEQTQ128JHYQ7VCMNC6RG' where id=5; -update noar tt set b1='E3AUDPD5GU4PJIW0XIY6TH4' where id=5; -update noar ti set b1='E3AUDPD5GU4PJIW0XIY6TH4' where id=5; -update noar tt set v0='ALAKKAPWJR9FYXE6VP85LOW' where id=5; -update noar ti set v0='ALAKKAPWJR9FYXE6VP85LOW' where id=5; -update noar tt set b2='MQN' where id=5; -update noar ti set b2='MQN' where id=5; -update noar tt set v0='IWVWJ9ZVXW2JOAYJFG8KYMWXUF' where id=6; -update noar ti set v0='IWVWJ9ZVXW2JOAYJFG8KYMWXUF' where id=6; -update noar tt set b0='P8IW5K5TSW8PMEKGP4ZWGFR671WUQJ' where id=6; -update noar ti set b0='P8IW5K5TSW8PMEKGP4ZWGFR671WUQJ' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b1='DBTIGJ3OL' where id=6; -update noar ti set b1='DBTIGJ3OL' where id=6; -update noar tt set v0='K9TU8ICNYTNOQK678IRSWUHQZSTLT' where id=6; -update noar ti set v0='K9TU8ICNYTNOQK678IRSWUHQZSTLT' where id=6; -update noar tt set b2='G1SPT1' where id=6; -update noar ti set b2='G1SPT1' where id=6; -update noar tt set v0='B6H2FJ0H9SW' where id=7; -update noar ti set v0='B6H2FJ0H9SW' where id=7; -update noar tt set b0='SGO7ZYPAFTA5BRQ4TQH2QT1CF3' where id=7; -update noar ti set b0='SGO7ZYPAFTA5BRQ4TQH2QT1CF3' where id=7; -update noar tt set v0='6GJPV9ERN72T0LB1UBL5YSQXO76I' where id=7; -update noar ti set v0='6GJPV9ERN72T0LB1UBL5YSQXO76I' where id=7; -update noar tt set b1='CO3Y7S0NQNM' where id=7; -update noar ti set b1='CO3Y7S0NQNM' where id=7; -update noar tt set v0='JQ4JAI0DKXGZAF54ZN1WM3TV3MSI' where id=7; -update noar ti set v0='JQ4JAI0DKXGZAF54ZN1WM3TV3MSI' where id=7; -update noar tt set b2='KPZ03UC4Z6CIV07JR2P54AR0R95' where id=7; -update noar ti set b2='KPZ03UC4Z6CIV07JR2P54AR0R95' where id=7; -update noar tt set v0='BICODOUW059Y0PEO4Q4WS' where id=8; -update noar ti set v0='BICODOUW059Y0PEO4Q4WS' where id=8; -update noar tt set b0='J0SCKLLLTZY2MNZS3WUR' where id=8; -update noar ti set b0='J0SCKLLLTZY2MNZS3WUR' where id=8; -update noar tt set v0='27ANXJ26DAL9JL5D6F10867EYI85' where id=8; -update noar ti set v0='27ANXJ26DAL9JL5D6F10867EYI85' where id=8; -update noar tt set b1='WQVV09UCZ3' where id=8; -update noar ti set b1='WQVV09UCZ3' where id=8; -update noar tt set v0='KXI126UJEIBYGEK0UN2M9RA2ZE6' where id=8; -update noar ti set v0='KXI126UJEIBYGEK0UN2M9RA2ZE6' where id=8; -update noar tt set b2='02CWRB6EEJZAHRUWK0QAN5XBCGD5H' where id=8; -update noar ti set b2='02CWRB6EEJZAHRUWK0QAN5XBCGD5H' where id=8; -update noar tt set v0='RUB04G2OPFFPVZLLFB' where id=9; -update noar ti set v0='RUB04G2OPFFPVZLLFB' where id=9; -update noar tt set b0='WIEK856NKM586SBBOY7UKMWXQ8D74LWX' where id=9; -update noar ti set b0='WIEK856NKM586SBBOY7UKMWXQ8D74LWX' where id=9; -update noar tt set v0='HCZEHMFLF' where id=9; -update noar ti set v0='HCZEHMFLF' where id=9; -update noar tt set b1='WP039LEGOIQUESIV4OQU0ECTQH' where id=9; -update noar ti set b1='WP039LEGOIQUESIV4OQU0ECTQH' where id=9; -update noar tt set v0='RFKHKT' where id=9; -update noar ti set v0='RFKHKT' where id=9; -update noar tt set b2='QOXKBTVJPDJU7' where id=9; -update noar ti set b2='QOXKBTVJPDJU7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='90JH9JCXYSQHPI5XRY02G3S8834ZNRVH' where id=1; -update noar ti set v0='90JH9JCXYSQHPI5XRY02G3S8834ZNRVH' where id=1; -update noar tt set b0='NFS7IENZ933UAA2G7201TFFVKZ' where id=1; -update noar ti set b0='NFS7IENZ933UAA2G7201TFFVKZ' where id=1; -update noar tt set v0='V8BDNVM' where id=1; -update noar ti set v0='V8BDNVM' where id=1; -update noar tt set b1='S33OPPVOY' where id=1; -update noar ti set b1='S33OPPVOY' where id=1; -update noar tt set v0='G45V1J19G0KF3AT' where id=1; -update noar ti set v0='G45V1J19G0KF3AT' where id=1; -update noar tt set b2='D7OKFH4KWB' where id=1; -update noar ti set b2='D7OKFH4KWB' where id=1; -update noar tt set v0='ULE71DP70EUEV3' where id=2; -update noar ti set v0='ULE71DP70EUEV3' where id=2; -update noar tt set b0='KQNMZYVTGAJ' where id=2; -update noar ti set b0='KQNMZYVTGAJ' where id=2; -update noar tt set v0='PB53TL593ZQDB4MUJBHUAKVU39XE2P8' where id=2; -update noar ti set v0='PB53TL593ZQDB4MUJBHUAKVU39XE2P8' where id=2; -update noar tt set b1='AFPDV' where id=2; -update noar ti set b1='AFPDV' where id=2; -update noar tt set v0='8V3DIQB9I9AMHL2WOPC62ZPU' where id=2; -update noar ti set v0='8V3DIQB9I9AMHL2WOPC62ZPU' where id=2; -update noar tt set b2='035LJ8JWYVC4KTMUU' where id=2; -update noar ti set b2='035LJ8JWYVC4KTMUU' where id=2; -update noar tt set v0='TI4W' where id=3; -update noar ti set v0='TI4W' where id=3; -update noar tt set b0='HPHIYCBE3GHQF8FRJRQB4' where id=3; -update noar ti set b0='HPHIYCBE3GHQF8FRJRQB4' where id=3; -update noar tt set v0='5WZOJN4' where id=3; -update noar ti set v0='5WZOJN4' where id=3; -update noar tt set b1='XT2' where id=3; -update noar ti set b1='XT2' where id=3; -update noar tt set v0='260YNAXJ0HTEBQL' where id=3; -update noar ti set v0='260YNAXJ0HTEBQL' where id=3; -update noar tt set b2='KZFE7Z3VZNQBSSA3OPAU' where id=3; -update noar ti set b2='KZFE7Z3VZNQBSSA3OPAU' where id=3; -update noar tt set v0='WZ23GI' where id=4; -update noar ti set v0='WZ23GI' where id=4; -update noar tt set b0='SVTOQ0JEJJKZFHVOYN96NU98ZKK1' where id=4; -update noar ti set b0='SVTOQ0JEJJKZFHVOYN96NU98ZKK1' where id=4; -update noar tt set v0='Q9' where id=4; -update noar ti set v0='Q9' where id=4; -update noar tt set b1='4' where id=4; -update noar ti set b1='4' where id=4; -update noar tt set v0='TW206QEY0AHCEF3R6597V9GYUG62' where id=4; -update noar ti set v0='TW206QEY0AHCEF3R6597V9GYUG62' where id=4; -update noar tt set b2='2Z2XOO650CW6KL79V' where id=4; -update noar ti set b2='2Z2XOO650CW6KL79V' where id=4; -update noar tt set v0='4IRSK87QL41S61MX5IHDE0XRFLC' where id=5; -update noar ti set v0='4IRSK87QL41S61MX5IHDE0XRFLC' where id=5; -update noar tt set b0='IJO' where id=5; -update noar ti set b0='IJO' where id=5; -update noar tt set v0='A7A58GH43OTRJRL' where id=5; -update noar ti set v0='A7A58GH43OTRJRL' where id=5; -update noar tt set b1='K8VS8QQYJHBL5YRS' where id=5; -update noar ti set b1='K8VS8QQYJHBL5YRS' where id=5; -update noar tt set v0='41RFQRYTQLSWYWAU5' where id=5; -update noar ti set v0='41RFQRYTQLSWYWAU5' where id=5; -update noar tt set b2='9I307GJ2RR87G' where id=5; -update noar ti set b2='9I307GJ2RR87G' where id=5; -update noar tt set v0='IJXHXCX416P4L1YITQXJM' where id=6; -update noar ti set v0='IJXHXCX416P4L1YITQXJM' where id=6; -update noar tt set b0='OE3NV57EM9KUJC9BGYQ190DY3IE' where id=6; -update noar ti set b0='OE3NV57EM9KUJC9BGYQ190DY3IE' where id=6; -update noar tt set v0='3TS87BVZDP2KFBY9OSLGBXRE' where id=6; -update noar ti set v0='3TS87BVZDP2KFBY9OSLGBXRE' where id=6; -update noar tt set b1='FMS1EY3RZ5GT8FS' where id=6; -update noar ti set b1='FMS1EY3RZ5GT8FS' where id=6; -update noar tt set v0='MQXQV9X81EUG2WLCZEBWC9R3FKDL' where id=6; -update noar ti set v0='MQXQV9X81EUG2WLCZEBWC9R3FKDL' where id=6; -update noar tt set b2='X3IJJZP37MMKTL' where id=6; -update noar ti set b2='X3IJJZP37MMKTL' where id=6; -update noar tt set v0='X7' where id=7; -update noar ti set v0='X7' where id=7; -update noar tt set b0='CB7KZXWCEAZOGJQQUF' where id=7; -update noar ti set b0='CB7KZXWCEAZOGJQQUF' where id=7; -update noar tt set v0='ZN1EXMEX3I78YNO57WFO8J1' where id=7; -update noar ti set v0='ZN1EXMEX3I78YNO57WFO8J1' where id=7; -update noar tt set b1='PHZ5BT8KXLLCKARPTI61U6AN' where id=7; -update noar ti set b1='PHZ5BT8KXLLCKARPTI61U6AN' where id=7; -update noar tt set v0='49PDZV4AN1TF59OIY0U' where id=7; -update noar ti set v0='49PDZV4AN1TF59OIY0U' where id=7; -update noar tt set b2='NUWZ3EM87ZOQDZP02GA' where id=7; -update noar ti set b2='NUWZ3EM87ZOQDZP02GA' where id=7; -update noar tt set v0='0HQ8ZSP8TF8WXMLN2LAFP3URKT888TT5' where id=8; -update noar ti set v0='0HQ8ZSP8TF8WXMLN2LAFP3URKT888TT5' where id=8; -update noar tt set b0='ZQ4SWQW8GPQW3G4RTBM7WC' where id=8; -update noar ti set b0='ZQ4SWQW8GPQW3G4RTBM7WC' where id=8; -update noar tt set v0='EC9I07HL5JCIKBG107OKZHY3JC' where id=8; -update noar ti set v0='EC9I07HL5JCIKBG107OKZHY3JC' where id=8; -update noar tt set b1='N7IHW8R8758T' where id=8; -update noar ti set b1='N7IHW8R8758T' where id=8; -update noar tt set v0='XQU68C3V8BMY1' where id=8; -update noar ti set v0='XQU68C3V8BMY1' where id=8; -update noar tt set b2='X6SMDBM47TP4SUYWHFLZBSO' where id=8; -update noar ti set b2='X6SMDBM47TP4SUYWHFLZBSO' where id=8; -update noar tt set v0='S7HM16ES' where id=9; -update noar ti set v0='S7HM16ES' where id=9; -update noar tt set b0='EBI6UIYSAKYHSLFHNER6E' where id=9; -update noar ti set b0='EBI6UIYSAKYHSLFHNER6E' where id=9; -update noar tt set v0='1X3AYKJ0H291Z1B' where id=9; -update noar ti set v0='1X3AYKJ0H291Z1B' where id=9; -update noar tt set b1='YW91JJKQ3G27RLB93BO0AH' where id=9; -update noar ti set b1='YW91JJKQ3G27RLB93BO0AH' where id=9; -update noar tt set v0='TS22Q27WI2T' where id=9; -update noar ti set v0='TS22Q27WI2T' where id=9; -update noar tt set b2='7OBW6SE79MTOPZ8Z5XKB0' where id=9; -update noar ti set b2='7OBW6SE79MTOPZ8Z5XKB0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G4' where id=1; -update noar ti set v0='G4' where id=1; -update noar tt set b0='XH6LPCWIBGE7U3AR' where id=1; -update noar ti set b0='XH6LPCWIBGE7U3AR' where id=1; -update noar tt set v0='MMKJLE2N6DP8' where id=1; -update noar ti set v0='MMKJLE2N6DP8' where id=1; -update noar tt set b1='AVXULQ6J9FP4MFR8IDCVEM7K8' where id=1; -update noar ti set b1='AVXULQ6J9FP4MFR8IDCVEM7K8' where id=1; -update noar tt set v0='VQJ' where id=1; -update noar ti set v0='VQJ' where id=1; -update noar tt set b2='LDWWWO36CLHH3L5H24QY2' where id=1; -update noar ti set b2='LDWWWO36CLHH3L5H24QY2' where id=1; -update noar tt set v0='03E1MHHYX6R49QGW6H7LYM6NUDKLE6' where id=2; -update noar ti set v0='03E1MHHYX6R49QGW6H7LYM6NUDKLE6' where id=2; -update noar tt set b0='3VN6K5WUEGSWEJY7245' where id=2; -update noar ti set b0='3VN6K5WUEGSWEJY7245' where id=2; -update noar tt set v0='9S7032YS8T4JCKJCUST9XJ5' where id=2; -update noar ti set v0='9S7032YS8T4JCKJCUST9XJ5' where id=2; -update noar tt set b1='6' where id=2; -update noar ti set b1='6' where id=2; -update noar tt set v0='0M7MZB' where id=2; -update noar ti set v0='0M7MZB' where id=2; -update noar tt set b2='28J2KK5LULHTNW' where id=2; -update noar ti set b2='28J2KK5LULHTNW' where id=2; -update noar tt set v0='GEAQPS0MZ3' where id=3; -update noar ti set v0='GEAQPS0MZ3' where id=3; -update noar tt set b0='IO6J' where id=3; -update noar ti set b0='IO6J' where id=3; -update noar tt set v0='4B1HER5' where id=3; -update noar ti set v0='4B1HER5' where id=3; -update noar tt set b1='RCGLKC3DBFLRT4XE5CTVEL3KKDR' where id=3; -update noar ti set b1='RCGLKC3DBFLRT4XE5CTVEL3KKDR' where id=3; -update noar tt set v0='RITASI9U8PUUZ380ERYUD5' where id=3; -update noar ti set v0='RITASI9U8PUUZ380ERYUD5' where id=3; -update noar tt set b2='8XEQG44B8U1K4U5RJ1' where id=3; -update noar ti set b2='8XEQG44B8U1K4U5RJ1' where id=3; -update noar tt set v0='MSS0S0VYE8NUX' where id=4; -update noar ti set v0='MSS0S0VYE8NUX' where id=4; -update noar tt set b0='L' where id=4; -update noar ti set b0='L' where id=4; -update noar tt set v0='1JS3WP30RW08VIPB' where id=4; -update noar ti set v0='1JS3WP30RW08VIPB' where id=4; -update noar tt set b1='VUC7XW6P' where id=4; -update noar ti set b1='VUC7XW6P' where id=4; -update noar tt set v0='J8GKS6C9NINBCJBSKNSP8UR4ODQ63S' where id=4; -update noar ti set v0='J8GKS6C9NINBCJBSKNSP8UR4ODQ63S' where id=4; -update noar tt set b2='MFDJ3WFZL6BIW4N' where id=4; -update noar ti set b2='MFDJ3WFZL6BIW4N' where id=4; -update noar tt set v0='HUPTWNX9D' where id=5; -update noar ti set v0='HUPTWNX9D' where id=5; -update noar tt set b0='0' where id=5; -update noar ti set b0='0' where id=5; -update noar tt set v0='9E1PA6K5TBTO3E' where id=5; -update noar ti set v0='9E1PA6K5TBTO3E' where id=5; -update noar tt set b1='TG5HB6BO0U8SBZUCC' where id=5; -update noar ti set b1='TG5HB6BO0U8SBZUCC' where id=5; -update noar tt set v0='Z0N1Z0TDQ551OX82R04B5CNP' where id=5; -update noar ti set v0='Z0N1Z0TDQ551OX82R04B5CNP' where id=5; -update noar tt set b2='YJW7SAQ' where id=5; -update noar ti set b2='YJW7SAQ' where id=5; -update noar tt set v0='5JN863S' where id=6; -update noar ti set v0='5JN863S' where id=6; -update noar tt set b0='G5419V4S4HPN8I45EOD01' where id=6; -update noar ti set b0='G5419V4S4HPN8I45EOD01' where id=6; -update noar tt set v0='A5JY24D06HBDSVT6CEJI95O4PY7V6' where id=6; -update noar ti set v0='A5JY24D06HBDSVT6CEJI95O4PY7V6' where id=6; -update noar tt set b1='BQH1023SCHEIP7VZ9CL' where id=6; -update noar ti set b1='BQH1023SCHEIP7VZ9CL' where id=6; -update noar tt set v0='4GMD35TKQS3GL5EXZD' where id=6; -update noar ti set v0='4GMD35TKQS3GL5EXZD' where id=6; -update noar tt set b2='U4' where id=6; -update noar ti set b2='U4' where id=6; -update noar tt set v0='YQY91HGT6CZXPZ6FS654PI222M5JN' where id=7; -update noar ti set v0='YQY91HGT6CZXPZ6FS654PI222M5JN' where id=7; -update noar tt set b0='OCS6' where id=7; -update noar ti set b0='OCS6' where id=7; -update noar tt set v0='O9OD4U5EBJ163500XCIGXLY16E0WZ5PG' where id=7; -update noar ti set v0='O9OD4U5EBJ163500XCIGXLY16E0WZ5PG' where id=7; -update noar tt set b1='M5TC854Z3OIMPUH7OY1BFMZZDA' where id=7; -update noar ti set b1='M5TC854Z3OIMPUH7OY1BFMZZDA' where id=7; -update noar tt set v0='XL814W' where id=7; -update noar ti set v0='XL814W' where id=7; -update noar tt set b2='VK0ET6BNDNTEAW2MHXH3EQNM0G' where id=7; -update noar ti set b2='VK0ET6BNDNTEAW2MHXH3EQNM0G' where id=7; -update noar tt set v0='P7F53' where id=8; -update noar ti set v0='P7F53' where id=8; -update noar tt set b0='5RYHDUJ06' where id=8; -update noar ti set b0='5RYHDUJ06' where id=8; -update noar tt set v0='5G4X0PNV1DF5YDXBI80FFIYJAB3T7' where id=8; -update noar ti set v0='5G4X0PNV1DF5YDXBI80FFIYJAB3T7' where id=8; -update noar tt set b1='2WF5UJ0FN150C' where id=8; -update noar ti set b1='2WF5UJ0FN150C' where id=8; -update noar tt set v0='6Q2HOPX09K3ZYJP18LZ5HW4W3HI6' where id=8; -update noar ti set v0='6Q2HOPX09K3ZYJP18LZ5HW4W3HI6' where id=8; -update noar tt set b2='86TITEDXSTRL1EJ7EK76X2Z9L72LI' where id=8; -update noar ti set b2='86TITEDXSTRL1EJ7EK76X2Z9L72LI' where id=8; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b0='LIZ6X7OOK1GBKH' where id=9; -update noar ti set b0='LIZ6X7OOK1GBKH' where id=9; -update noar tt set v0='9NHM1W' where id=9; -update noar ti set v0='9NHM1W' where id=9; -update noar tt set b1='EUSA3G4DCKIFBC79MHH' where id=9; -update noar ti set b1='EUSA3G4DCKIFBC79MHH' where id=9; -update noar tt set v0='6ZF0OC6RE7' where id=9; -update noar ti set v0='6ZF0OC6RE7' where id=9; -update noar tt set b2='W3CQ5DV9L5IYL5O46PRS7OOH' where id=9; -update noar ti set b2='W3CQ5DV9L5IYL5O46PRS7OOH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7B8FQ73YEJGZHENXAJ43UG3ZWS' where id=1; -update noar ti set v0='7B8FQ73YEJGZHENXAJ43UG3ZWS' where id=1; -update noar tt set b0='C1XZECMEXQQ85MWO702HDNF42II' where id=1; -update noar ti set b0='C1XZECMEXQQ85MWO702HDNF42II' where id=1; -update noar tt set v0='NJ1O4XLSF8AK' where id=1; -update noar ti set v0='NJ1O4XLSF8AK' where id=1; -update noar tt set b1='UB1I471NRUS' where id=1; -update noar ti set b1='UB1I471NRUS' where id=1; -update noar tt set v0='TY2ASUFN9JITJKX673UE' where id=1; -update noar ti set v0='TY2ASUFN9JITJKX673UE' where id=1; -update noar tt set b2='0H2RIMLRBQHRHZK03MYDGDZJTZ' where id=1; -update noar ti set b2='0H2RIMLRBQHRHZK03MYDGDZJTZ' where id=1; -update noar tt set v0='3FGT69LXG0L9XYPA09562K' where id=2; -update noar ti set v0='3FGT69LXG0L9XYPA09562K' where id=2; -update noar tt set b0='24NWM5SYSH99NY6NFQYSMSLDFL4P' where id=2; -update noar ti set b0='24NWM5SYSH99NY6NFQYSMSLDFL4P' where id=2; -update noar tt set v0='SRRX01W2BP76FAXDO' where id=2; -update noar ti set v0='SRRX01W2BP76FAXDO' where id=2; -update noar tt set b1='XRKFA1V97JLR3YLEK9BT37866T7O' where id=2; -update noar ti set b1='XRKFA1V97JLR3YLEK9BT37866T7O' where id=2; -update noar tt set v0='XHBWXK2YDGJL8K34GPC6B2D24Z4H5T91' where id=2; -update noar ti set v0='XHBWXK2YDGJL8K34GPC6B2D24Z4H5T91' where id=2; -update noar tt set b2='V3GBL9VLPU' where id=2; -update noar ti set b2='V3GBL9VLPU' where id=2; -update noar tt set v0='65VU4N4740WRVHVLDHA1I3' where id=3; -update noar ti set v0='65VU4N4740WRVHVLDHA1I3' where id=3; -update noar tt set b0='NIZU7BVBJUWX' where id=3; -update noar ti set b0='NIZU7BVBJUWX' where id=3; -update noar tt set v0='3T8QAATEOX7RYZKGAAVWKGFKB2' where id=3; -update noar ti set v0='3T8QAATEOX7RYZKGAAVWKGFKB2' where id=3; -update noar tt set b1='LKIFY' where id=3; -update noar ti set b1='LKIFY' where id=3; -update noar tt set v0='2VE' where id=3; -update noar ti set v0='2VE' where id=3; -update noar tt set b2='23PKF53QJK07BFDEF0TTV5' where id=3; -update noar ti set b2='23PKF53QJK07BFDEF0TTV5' where id=3; -update noar tt set v0='77' where id=4; -update noar ti set v0='77' where id=4; -update noar tt set b0='XIHVIHJ3L4LF1B6ES3' where id=4; -update noar ti set b0='XIHVIHJ3L4LF1B6ES3' where id=4; -update noar tt set v0='SKAUW22O1639PDHUM1FEZT2TKN44KN6O' where id=4; -update noar ti set v0='SKAUW22O1639PDHUM1FEZT2TKN44KN6O' where id=4; -update noar tt set b1='YI23NFUNCOEW3DGYJ51PPBOX27H' where id=4; -update noar ti set b1='YI23NFUNCOEW3DGYJ51PPBOX27H' where id=4; -update noar tt set v0='CEBPYVVT9DKIFF7YR3X2HVQ9' where id=4; -update noar ti set v0='CEBPYVVT9DKIFF7YR3X2HVQ9' where id=4; -update noar tt set b2='W33XOOJ' where id=4; -update noar ti set b2='W33XOOJ' where id=4; -update noar tt set v0='DYQO4K9X81VBRDEL' where id=5; -update noar ti set v0='DYQO4K9X81VBRDEL' where id=5; -update noar tt set b0='MD1CAIOSPXH1EX3YQGIJ9C' where id=5; -update noar ti set b0='MD1CAIOSPXH1EX3YQGIJ9C' where id=5; -update noar tt set v0='CEYMXL' where id=5; -update noar ti set v0='CEYMXL' where id=5; -update noar tt set b1='1TKM9O70B' where id=5; -update noar ti set b1='1TKM9O70B' where id=5; -update noar tt set v0='D15WZM1ZZAJYEB7E5OCJ' where id=5; -update noar ti set v0='D15WZM1ZZAJYEB7E5OCJ' where id=5; -update noar tt set b2='02' where id=5; -update noar ti set b2='02' where id=5; -update noar tt set v0='ZMGH3HEHNCWOB73J69KS' where id=6; -update noar ti set v0='ZMGH3HEHNCWOB73J69KS' where id=6; -update noar tt set b0='6ZRSRCKXIFVT33H9009L2FVLV' where id=6; -update noar ti set b0='6ZRSRCKXIFVT33H9009L2FVLV' where id=6; -update noar tt set v0='TVMU0MUTHDP71DB9LO' where id=6; -update noar ti set v0='TVMU0MUTHDP71DB9LO' where id=6; -update noar tt set b1='BBQXANP967V1SJL04RFQ32Z5NNG4M1T' where id=6; -update noar ti set b1='BBQXANP967V1SJL04RFQ32Z5NNG4M1T' where id=6; -update noar tt set v0='CNY3METERU7LAQ' where id=6; -update noar ti set v0='CNY3METERU7LAQ' where id=6; -update noar tt set b2='8L7J1EA9I4' where id=6; -update noar ti set b2='8L7J1EA9I4' where id=6; -update noar tt set v0='BZYO0JBFR3C92Z5KTYLZ' where id=7; -update noar ti set v0='BZYO0JBFR3C92Z5KTYLZ' where id=7; -update noar tt set b0='RYA22F622D1NE7JA8Y62A0EK8' where id=7; -update noar ti set b0='RYA22F622D1NE7JA8Y62A0EK8' where id=7; -update noar tt set v0='A3BZKLMK7DDTK4V510NOH1GBRYSE9JJ' where id=7; -update noar ti set v0='A3BZKLMK7DDTK4V510NOH1GBRYSE9JJ' where id=7; -update noar tt set b1='EMVLE7F3J9W3HZRXZQRBRX' where id=7; -update noar ti set b1='EMVLE7F3J9W3HZRXZQRBRX' where id=7; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b2='LXAVN' where id=7; -update noar ti set b2='LXAVN' where id=7; -update noar tt set v0='K' where id=8; -update noar ti set v0='K' where id=8; -update noar tt set b0='80YAXMS7Z6' where id=8; -update noar ti set b0='80YAXMS7Z6' where id=8; -update noar tt set v0='00HV5QHL7BGDF7KK6' where id=8; -update noar ti set v0='00HV5QHL7BGDF7KK6' where id=8; -update noar tt set b1='94O3H18FPQ2JVDSXQ1FPO8IN7TK' where id=8; -update noar ti set b1='94O3H18FPQ2JVDSXQ1FPO8IN7TK' where id=8; -update noar tt set v0='YRF744QRP1QD1M' where id=8; -update noar ti set v0='YRF744QRP1QD1M' where id=8; -update noar tt set b2='A71EQS4QAL7N' where id=8; -update noar ti set b2='A71EQS4QAL7N' where id=8; -update noar tt set v0='A7OP6WTJTPCW35089J' where id=9; -update noar ti set v0='A7OP6WTJTPCW35089J' where id=9; -update noar tt set b0='T7HJ691SN1T7' where id=9; -update noar ti set b0='T7HJ691SN1T7' where id=9; -update noar tt set v0='XUYEHWRRDKMB00MC4' where id=9; -update noar ti set v0='XUYEHWRRDKMB00MC4' where id=9; -update noar tt set b1='F4BA1MN632ESHVT7NVD4ZIA4' where id=9; -update noar ti set b1='F4BA1MN632ESHVT7NVD4ZIA4' where id=9; -update noar tt set v0='YR4OIB04J3A9E7U2U' where id=9; -update noar ti set v0='YR4OIB04J3A9E7U2U' where id=9; -update noar tt set b2='8' where id=9; -update noar ti set b2='8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7S14B59AS35GC' where id=1; -update noar ti set v0='7S14B59AS35GC' where id=1; -update noar tt set b0='KN8YTWFLVPSGN4JUXHGF9T8YE' where id=1; -update noar ti set b0='KN8YTWFLVPSGN4JUXHGF9T8YE' where id=1; -update noar tt set v0='Z3Z' where id=1; -update noar ti set v0='Z3Z' where id=1; -update noar tt set b1='24S6JMFII5HYNSI' where id=1; -update noar ti set b1='24S6JMFII5HYNSI' where id=1; -update noar tt set v0='WKS' where id=1; -update noar ti set v0='WKS' where id=1; -update noar tt set b2='1DHIDHUA8X1AEXYVAHM6X7Q' where id=1; -update noar ti set b2='1DHIDHUA8X1AEXYVAHM6X7Q' where id=1; -update noar tt set v0='OC9EXECYRG4FQ2V8R2J3WERD' where id=2; -update noar ti set v0='OC9EXECYRG4FQ2V8R2J3WERD' where id=2; -update noar tt set b0='EET6UW7Y3078K3H9J7' where id=2; -update noar ti set b0='EET6UW7Y3078K3H9J7' where id=2; -update noar tt set v0='FA8X2M9M' where id=2; -update noar ti set v0='FA8X2M9M' where id=2; -update noar tt set b1='G' where id=2; -update noar ti set b1='G' where id=2; -update noar tt set v0='7XR4CKJ6IFDD1UM25F7' where id=2; -update noar ti set v0='7XR4CKJ6IFDD1UM25F7' where id=2; -update noar tt set b2='MSL0FLBNQ6NE2PG839WDNLPK6O2ENW' where id=2; -update noar ti set b2='MSL0FLBNQ6NE2PG839WDNLPK6O2ENW' where id=2; -update noar tt set v0='WDJKZXXI4FE' where id=3; -update noar ti set v0='WDJKZXXI4FE' where id=3; -update noar tt set b0='OSXR6QWOSPHFF' where id=3; -update noar ti set b0='OSXR6QWOSPHFF' where id=3; -update noar tt set v0='USU3W' where id=3; -update noar ti set v0='USU3W' where id=3; -update noar tt set b1='VX' where id=3; -update noar ti set b1='VX' where id=3; -update noar tt set v0='ZCQG3VMYJ2CR4LSBUQW44' where id=3; -update noar ti set v0='ZCQG3VMYJ2CR4LSBUQW44' where id=3; -update noar tt set b2='FFVQG21R9JISEKPKADFIJZVZGEO5J3BW' where id=3; -update noar ti set b2='FFVQG21R9JISEKPKADFIJZVZGEO5J3BW' where id=3; -update noar tt set v0='3PGN5LMSE' where id=4; -update noar ti set v0='3PGN5LMSE' where id=4; -update noar tt set b0='F3JGST' where id=4; -update noar ti set b0='F3JGST' where id=4; -update noar tt set v0='6WFBZVU50BEDL5US0AHBR94E3TJ' where id=4; -update noar ti set v0='6WFBZVU50BEDL5US0AHBR94E3TJ' where id=4; -update noar tt set b1='4P9QMI8ND' where id=4; -update noar ti set b1='4P9QMI8ND' where id=4; -update noar tt set v0='QZ8VMGWFLML6MS0KXG6IR8VVIVI' where id=4; -update noar ti set v0='QZ8VMGWFLML6MS0KXG6IR8VVIVI' where id=4; -update noar tt set b2='B0AQGVNEIHKFC8GNLOTW' where id=4; -update noar ti set b2='B0AQGVNEIHKFC8GNLOTW' where id=4; -update noar tt set v0='ULWJ4O4GZPO74SQYVX5R2C' where id=5; -update noar ti set v0='ULWJ4O4GZPO74SQYVX5R2C' where id=5; -update noar tt set b0='B47P87GW7HGNCJ7Q6J1V4R3HAN0Z' where id=5; -update noar ti set b0='B47P87GW7HGNCJ7Q6J1V4R3HAN0Z' where id=5; -update noar tt set v0='SPIOZOFBJ751HYZK4GXY0WW' where id=5; -update noar ti set v0='SPIOZOFBJ751HYZK4GXY0WW' where id=5; -update noar tt set b1='7O0ZNTD787TSZ0S0KI3WMD4VBQ' where id=5; -update noar ti set b1='7O0ZNTD787TSZ0S0KI3WMD4VBQ' where id=5; -update noar tt set v0='3F' where id=5; -update noar ti set v0='3F' where id=5; -update noar tt set b2='MDU46LH5OILXALG4O89A' where id=5; -update noar ti set b2='MDU46LH5OILXALG4O89A' where id=5; -update noar tt set v0='GO87SKZD39NOF2VNSXW54ZRI8HFYLM' where id=6; -update noar ti set v0='GO87SKZD39NOF2VNSXW54ZRI8HFYLM' where id=6; -update noar tt set b0='1B299U729Y5GTU9XYQ6WKP' where id=6; -update noar ti set b0='1B299U729Y5GTU9XYQ6WKP' where id=6; -update noar tt set v0='3QL1SSQ3J8ILZ' where id=6; -update noar ti set v0='3QL1SSQ3J8ILZ' where id=6; -update noar tt set b1='YW5OI10T1UVD6N35JOGCB' where id=6; -update noar ti set b1='YW5OI10T1UVD6N35JOGCB' where id=6; -update noar tt set v0='M81OQ457829G5ODMAV7GP3XJWH' where id=6; -update noar ti set v0='M81OQ457829G5ODMAV7GP3XJWH' where id=6; -update noar tt set b2='207VU3YLGSE9KQ9GT7N14QYB0MWS' where id=6; -update noar ti set b2='207VU3YLGSE9KQ9GT7N14QYB0MWS' where id=6; -update noar tt set v0='3' where id=7; -update noar ti set v0='3' where id=7; -update noar tt set b0='IB' where id=7; -update noar ti set b0='IB' where id=7; -update noar tt set v0='DD58LRPU16LY' where id=7; -update noar ti set v0='DD58LRPU16LY' where id=7; -update noar tt set b1='6VHXF4Q2K7XYGSK' where id=7; -update noar ti set b1='6VHXF4Q2K7XYGSK' where id=7; -update noar tt set v0='IRF1JKPNFPIF0SX0BYB36M' where id=7; -update noar ti set v0='IRF1JKPNFPIF0SX0BYB36M' where id=7; -update noar tt set b2='TC875JYEI4I7ENIOCG' where id=7; -update noar ti set b2='TC875JYEI4I7ENIOCG' where id=7; -update noar tt set v0='V2A6AMVQ8H5EG' where id=8; -update noar ti set v0='V2A6AMVQ8H5EG' where id=8; -update noar tt set b0='D7P56RTHEZ96ERKIAGGNQN5KBFG3TN' where id=8; -update noar ti set b0='D7P56RTHEZ96ERKIAGGNQN5KBFG3TN' where id=8; -update noar tt set v0='XC0Y8RA39VRI418' where id=8; -update noar ti set v0='XC0Y8RA39VRI418' where id=8; -update noar tt set b1='TB2IRT9CGTZSKFLOBHZZXRO0K' where id=8; -update noar ti set b1='TB2IRT9CGTZSKFLOBHZZXRO0K' where id=8; -update noar tt set v0='IGFJQ148M4ORWD' where id=8; -update noar ti set v0='IGFJQ148M4ORWD' where id=8; -update noar tt set b2='EQUEHWHEOUSTB1J0NEZ35MK9Z8NSJUU6' where id=8; -update noar ti set b2='EQUEHWHEOUSTB1J0NEZ35MK9Z8NSJUU6' where id=8; -update noar tt set v0='H8L4A07GPSM3R2TTS5GIQMZ8' where id=9; -update noar ti set v0='H8L4A07GPSM3R2TTS5GIQMZ8' where id=9; -update noar tt set b0='B33HHKKYZ11VOCLB9XKBKZD' where id=9; -update noar ti set b0='B33HHKKYZ11VOCLB9XKBKZD' where id=9; -update noar tt set v0='W0XDM4A9WI9MGZFSMG' where id=9; -update noar ti set v0='W0XDM4A9WI9MGZFSMG' where id=9; -update noar tt set b1='OKMDTPM' where id=9; -update noar ti set b1='OKMDTPM' where id=9; -update noar tt set v0='2FYVQD4MBNK3X1N994' where id=9; -update noar ti set v0='2FYVQD4MBNK3X1N994' where id=9; -update noar tt set b2='6WS7B7Y6QIOZWUML6IG899IWARPWY' where id=9; -update noar ti set b2='6WS7B7Y6QIOZWUML6IG899IWARPWY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8UR9KRLJLDKXKC' where id=1; -update noar ti set v0='8UR9KRLJLDKXKC' where id=1; -update noar tt set b0='IW2PDF5NKZA2S7DBB1Q' where id=1; -update noar ti set b0='IW2PDF5NKZA2S7DBB1Q' where id=1; -update noar tt set v0='80OU09IVF5YC9631JHKUOX4T0' where id=1; -update noar ti set v0='80OU09IVF5YC9631JHKUOX4T0' where id=1; -update noar tt set b1='1E6JDLVULNGIADOIRV2YS7E' where id=1; -update noar ti set b1='1E6JDLVULNGIADOIRV2YS7E' where id=1; -update noar tt set v0='478YRFWB761UFCQ8Q4RC6US3NV1ZG' where id=1; -update noar ti set v0='478YRFWB761UFCQ8Q4RC6US3NV1ZG' where id=1; -update noar tt set b2='L' where id=1; -update noar ti set b2='L' where id=1; -update noar tt set v0='VG7JMSSA40PC8QIRIDFZZE2FPEDHM7' where id=2; -update noar ti set v0='VG7JMSSA40PC8QIRIDFZZE2FPEDHM7' where id=2; -update noar tt set b0='JSWRJFOCTCBQ5KCD1H' where id=2; -update noar ti set b0='JSWRJFOCTCBQ5KCD1H' where id=2; -update noar tt set v0='FCGDWNEQH8JWZAHKBM' where id=2; -update noar ti set v0='FCGDWNEQH8JWZAHKBM' where id=2; -update noar tt set b1='Q48G07O10R8PXLI' where id=2; -update noar ti set b1='Q48G07O10R8PXLI' where id=2; -update noar tt set v0='9MK7ZXQA11TBMX0W73X118YE' where id=2; -update noar ti set v0='9MK7ZXQA11TBMX0W73X118YE' where id=2; -update noar tt set b2='C6941HH7MM7H0K6QFR5Y' where id=2; -update noar ti set b2='C6941HH7MM7H0K6QFR5Y' where id=2; -update noar tt set v0='GKNZ' where id=3; -update noar ti set v0='GKNZ' where id=3; -update noar tt set b0='EV5RZK5WMXJ7MC96C7L' where id=3; -update noar ti set b0='EV5RZK5WMXJ7MC96C7L' where id=3; -update noar tt set v0='6M7NBNE5IXGW981NCUH1THKFVJTXHO' where id=3; -update noar ti set v0='6M7NBNE5IXGW981NCUH1THKFVJTXHO' where id=3; -update noar tt set b1='2G3BXPL43AYT' where id=3; -update noar ti set b1='2G3BXPL43AYT' where id=3; -update noar tt set v0='1C361A31AHEV5SI6QZO47VXDTBKFD03' where id=3; -update noar ti set v0='1C361A31AHEV5SI6QZO47VXDTBKFD03' where id=3; -update noar tt set b2='3NCH' where id=3; -update noar ti set b2='3NCH' where id=3; -update noar tt set v0='497S15D5IBFH1JAOPY4KKFIUEK' where id=4; -update noar ti set v0='497S15D5IBFH1JAOPY4KKFIUEK' where id=4; -update noar tt set b0='FH' where id=4; -update noar ti set b0='FH' where id=4; -update noar tt set v0='WPZASKJ0GKT3R9YRCUM4WLYY2MG' where id=4; -update noar ti set v0='WPZASKJ0GKT3R9YRCUM4WLYY2MG' where id=4; -update noar tt set b1='F31K3A4HQP9AWPSH2Z28XAA7JYUR' where id=4; -update noar ti set b1='F31K3A4HQP9AWPSH2Z28XAA7JYUR' where id=4; -update noar tt set v0='48X3SY' where id=4; -update noar ti set v0='48X3SY' where id=4; -update noar tt set b2='D1W1JDMTTX3YPW96OODLDJK' where id=4; -update noar ti set b2='D1W1JDMTTX3YPW96OODLDJK' where id=4; -update noar tt set v0='CWVELQR6UGSHBWXL9X94R7W54ZIM8D' where id=5; -update noar ti set v0='CWVELQR6UGSHBWXL9X94R7W54ZIM8D' where id=5; -update noar tt set b0='N2NFABMYWYW2U8SHQ7LQ2JQSUFC' where id=5; -update noar ti set b0='N2NFABMYWYW2U8SHQ7LQ2JQSUFC' where id=5; -update noar tt set v0='B1L' where id=5; -update noar ti set v0='B1L' where id=5; -update noar tt set b1='1CS7NV5YO05SWF' where id=5; -update noar ti set b1='1CS7NV5YO05SWF' where id=5; -update noar tt set v0='ZPZIA8HUB8WAKF5LKB1V0KS' where id=5; -update noar ti set v0='ZPZIA8HUB8WAKF5LKB1V0KS' where id=5; -update noar tt set b2='1BM6MLZHYFJC9P7E58WC' where id=5; -update noar ti set b2='1BM6MLZHYFJC9P7E58WC' where id=5; -update noar tt set v0='TUO29W31B8XINLH' where id=6; -update noar ti set v0='TUO29W31B8XINLH' where id=6; -update noar tt set b0='GQ531HW8F82O6' where id=6; -update noar ti set b0='GQ531HW8F82O6' where id=6; -update noar tt set v0='IA' where id=6; -update noar ti set v0='IA' where id=6; -update noar tt set b1='B33DK98SAWJHKFL1YVGFWM' where id=6; -update noar ti set b1='B33DK98SAWJHKFL1YVGFWM' where id=6; -update noar tt set v0='TV4GKDE9H1OBU' where id=6; -update noar ti set v0='TV4GKDE9H1OBU' where id=6; -update noar tt set b2='6AOTB3AERUJC92K2LOKK' where id=6; -update noar ti set b2='6AOTB3AERUJC92K2LOKK' where id=6; -update noar tt set v0='MD6UNO940OBMWIF6NSE2A8V9EL' where id=7; -update noar ti set v0='MD6UNO940OBMWIF6NSE2A8V9EL' where id=7; -update noar tt set b0='QQL13XE45GBT1TQ2MWIAIB' where id=7; -update noar ti set b0='QQL13XE45GBT1TQ2MWIAIB' where id=7; -update noar tt set v0='EI' where id=7; -update noar ti set v0='EI' where id=7; -update noar tt set b1='RNM652MLJZT0' where id=7; -update noar ti set b1='RNM652MLJZT0' where id=7; -update noar tt set v0='FQYKNTX3A9GKZ5SPC19AXYUCPV' where id=7; -update noar ti set v0='FQYKNTX3A9GKZ5SPC19AXYUCPV' where id=7; -update noar tt set b2='JNNOHSDRG64OXE0OB' where id=7; -update noar ti set b2='JNNOHSDRG64OXE0OB' where id=7; -update noar tt set v0='2HZDFN8KN6PM61FR3A2' where id=8; -update noar ti set v0='2HZDFN8KN6PM61FR3A2' where id=8; -update noar tt set b0='2' where id=8; -update noar ti set b0='2' where id=8; -update noar tt set v0='P51974RMYC4L7HHQMQKDKM8JHHQGUP' where id=8; -update noar ti set v0='P51974RMYC4L7HHQMQKDKM8JHHQGUP' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set v0='HGOO5962UPC2X3V' where id=8; -update noar ti set v0='HGOO5962UPC2X3V' where id=8; -update noar tt set b2='A52KYQ50PN0' where id=8; -update noar ti set b2='A52KYQ50PN0' where id=8; -update noar tt set v0='J073' where id=9; -update noar ti set v0='J073' where id=9; -update noar tt set b0='N544CFIGEXJSF0TT6M67KERQ69FQNY1' where id=9; -update noar ti set b0='N544CFIGEXJSF0TT6M67KERQ69FQNY1' where id=9; -update noar tt set v0='OIZK769PG' where id=9; -update noar ti set v0='OIZK769PG' where id=9; -update noar tt set b1='KJM0MPAE2BY205YCVEENTT6TNFR1' where id=9; -update noar ti set b1='KJM0MPAE2BY205YCVEENTT6TNFR1' where id=9; -update noar tt set v0='2G6NVTY6AC0U0M9GRVB1NSZ62GC2NK' where id=9; -update noar ti set v0='2G6NVTY6AC0U0M9GRVB1NSZ62GC2NK' where id=9; -update noar tt set b2='79P1V68U0' where id=9; -update noar ti set b2='79P1V68U0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ISR9WXX6PGU' where id=1; -update noar ti set v0='ISR9WXX6PGU' where id=1; -update noar tt set b0='8Z1N0UMH54VIAAKXUQOMQ3' where id=1; -update noar ti set b0='8Z1N0UMH54VIAAKXUQOMQ3' where id=1; -update noar tt set v0='9JYGYBM' where id=1; -update noar ti set v0='9JYGYBM' where id=1; -update noar tt set b1='OGVAZSKD2' where id=1; -update noar ti set b1='OGVAZSKD2' where id=1; -update noar tt set v0='WNJS0UUMDUA7GANHY6HM6OL6C5LZ' where id=1; -update noar ti set v0='WNJS0UUMDUA7GANHY6HM6OL6C5LZ' where id=1; -update noar tt set b2='S32' where id=1; -update noar ti set b2='S32' where id=1; -update noar tt set v0='I2J0STKJAZDOVQH4QZ27PR6T8' where id=2; -update noar ti set v0='I2J0STKJAZDOVQH4QZ27PR6T8' where id=2; -update noar tt set b0='NKVX1YV7F20DRRGY' where id=2; -update noar ti set b0='NKVX1YV7F20DRRGY' where id=2; -update noar tt set v0='92T1NMQ78Q5OAMG9' where id=2; -update noar ti set v0='92T1NMQ78Q5OAMG9' where id=2; -update noar tt set b1='U36L4WFXYIJQRPN7TJ71F1' where id=2; -update noar ti set b1='U36L4WFXYIJQRPN7TJ71F1' where id=2; -update noar tt set v0='VYOZ88ZMKKRABK0VBP0' where id=2; -update noar ti set v0='VYOZ88ZMKKRABK0VBP0' where id=2; -update noar tt set b2='HGJ1H6PW0J24CGMP1DHSZ24BYI49R' where id=2; -update noar ti set b2='HGJ1H6PW0J24CGMP1DHSZ24BYI49R' where id=2; -update noar tt set v0='SS7BOL6H7N0XCR4SFVA2Z94NVP40E' where id=3; -update noar ti set v0='SS7BOL6H7N0XCR4SFVA2Z94NVP40E' where id=3; -update noar tt set b0='4ZE1WNY0JQMNRASFYM4HL6' where id=3; -update noar ti set b0='4ZE1WNY0JQMNRASFYM4HL6' where id=3; -update noar tt set v0='J7QNHGSIAGQFK8MUAKU530FLS5Q47GL' where id=3; -update noar ti set v0='J7QNHGSIAGQFK8MUAKU530FLS5Q47GL' where id=3; -update noar tt set b1='PC6BA9R5LLFR3GUDH' where id=3; -update noar ti set b1='PC6BA9R5LLFR3GUDH' where id=3; -update noar tt set v0='P4926J2FC3PIZPATF9Q8WA8CKB' where id=3; -update noar ti set v0='P4926J2FC3PIZPATF9Q8WA8CKB' where id=3; -update noar tt set b2='S15' where id=3; -update noar ti set b2='S15' where id=3; -update noar tt set v0='L7YR' where id=4; -update noar ti set v0='L7YR' where id=4; -update noar tt set b0='SP35PUJV65' where id=4; -update noar ti set b0='SP35PUJV65' where id=4; -update noar tt set v0='9' where id=4; -update noar ti set v0='9' where id=4; -update noar tt set b1='VH9EZQ4JNE' where id=4; -update noar ti set b1='VH9EZQ4JNE' where id=4; -update noar tt set v0='YFJNI1D' where id=4; -update noar ti set v0='YFJNI1D' where id=4; -update noar tt set b2='L79RVMADYMG3ZB1FYIMM' where id=4; -update noar ti set b2='L79RVMADYMG3ZB1FYIMM' where id=4; -update noar tt set v0='H4QSO5PO546ZL6L' where id=5; -update noar ti set v0='H4QSO5PO546ZL6L' where id=5; -update noar tt set b0='DRWAD8MAYLAOXBTPCMPQZR87' where id=5; -update noar ti set b0='DRWAD8MAYLAOXBTPCMPQZR87' where id=5; -update noar tt set v0='XR0OCXAGQR' where id=5; -update noar ti set v0='XR0OCXAGQR' where id=5; -update noar tt set b1='SDQUEK7CI1DZ8AWS1TW' where id=5; -update noar ti set b1='SDQUEK7CI1DZ8AWS1TW' where id=5; -update noar tt set v0='PJ6D3SK79R8LRTU0' where id=5; -update noar ti set v0='PJ6D3SK79R8LRTU0' where id=5; -update noar tt set b2='RV2AEIERE7' where id=5; -update noar ti set b2='RV2AEIERE7' where id=5; -update noar tt set v0='Y1NB36ESX4AVRM2TW6N' where id=6; -update noar ti set v0='Y1NB36ESX4AVRM2TW6N' where id=6; -update noar tt set b0='FZBOACYRVYUE3P9AAY' where id=6; -update noar ti set b0='FZBOACYRVYUE3P9AAY' where id=6; -update noar tt set v0='IDCAQXXEEDIVD1RNS61G01GYYNNB' where id=6; -update noar ti set v0='IDCAQXXEEDIVD1RNS61G01GYYNNB' where id=6; -update noar tt set b1='4X3OUQ8NFKW45PMYD4' where id=6; -update noar ti set b1='4X3OUQ8NFKW45PMYD4' where id=6; -update noar tt set v0='RTU5J32' where id=6; -update noar ti set v0='RTU5J32' where id=6; -update noar tt set b2='0N' where id=6; -update noar ti set b2='0N' where id=6; -update noar tt set v0='ZZNVIX3IHKY3FOV1LV6AQ' where id=7; -update noar ti set v0='ZZNVIX3IHKY3FOV1LV6AQ' where id=7; -update noar tt set b0='HME4D4PV12W9NAE' where id=7; -update noar ti set b0='HME4D4PV12W9NAE' where id=7; -update noar tt set v0='I40IIF6SJP' where id=7; -update noar ti set v0='I40IIF6SJP' where id=7; -update noar tt set b1='5FDYKBU' where id=7; -update noar ti set b1='5FDYKBU' where id=7; -update noar tt set v0='HMFGH' where id=7; -update noar ti set v0='HMFGH' where id=7; -update noar tt set b2='M2KA7GDORAC' where id=7; -update noar ti set b2='M2KA7GDORAC' where id=7; -update noar tt set v0='43I' where id=8; -update noar ti set v0='43I' where id=8; -update noar tt set b0='LAIWPXQITAO5D4ZJ' where id=8; -update noar ti set b0='LAIWPXQITAO5D4ZJ' where id=8; -update noar tt set v0='RR6W70RXF9H75ILON9NOWNCUQ7H7D2JV' where id=8; -update noar ti set v0='RR6W70RXF9H75ILON9NOWNCUQ7H7D2JV' where id=8; -update noar tt set b1='1R0JD6888CXA2LXO6IQBF0YBODMGKE' where id=8; -update noar ti set b1='1R0JD6888CXA2LXO6IQBF0YBODMGKE' where id=8; -update noar tt set v0='OKI77PW8XCTR' where id=8; -update noar ti set v0='OKI77PW8XCTR' where id=8; -update noar tt set b2='PQJ0CM1LNWYCS27' where id=8; -update noar ti set b2='PQJ0CM1LNWYCS27' where id=8; -update noar tt set v0='JO7I' where id=9; -update noar ti set v0='JO7I' where id=9; -update noar tt set b0='YCQ8SU2E' where id=9; -update noar ti set b0='YCQ8SU2E' where id=9; -update noar tt set v0='PA' where id=9; -update noar ti set v0='PA' where id=9; -update noar tt set b1='NXH2QQTC9XAM' where id=9; -update noar ti set b1='NXH2QQTC9XAM' where id=9; -update noar tt set v0='SCCAESY87D4S3' where id=9; -update noar ti set v0='SCCAESY87D4S3' where id=9; -update noar tt set b2='G' where id=9; -update noar ti set b2='G' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VD7WAWF5C6G' where id=1; -update noar ti set v0='VD7WAWF5C6G' where id=1; -update noar tt set b0='O95PK0VNM' where id=1; -update noar ti set b0='O95PK0VNM' where id=1; -update noar tt set v0='QDPE7AEOVBU6Z' where id=1; -update noar ti set v0='QDPE7AEOVBU6Z' where id=1; -update noar tt set b1='ZQ4FMANLXB5Y855V1AF' where id=1; -update noar ti set b1='ZQ4FMANLXB5Y855V1AF' where id=1; -update noar tt set v0='H3D9RLUKCKYF025WX9' where id=1; -update noar ti set v0='H3D9RLUKCKYF025WX9' where id=1; -update noar tt set b2='ARO6CR3VN014A5GOFL7LHPG' where id=1; -update noar ti set b2='ARO6CR3VN014A5GOFL7LHPG' where id=1; -update noar tt set v0='CJCYJPILO9MZRY50SJUG0U5X58HE7Z' where id=2; -update noar ti set v0='CJCYJPILO9MZRY50SJUG0U5X58HE7Z' where id=2; -update noar tt set b0='1EI48IYTSQJKWDO44NHHCWAZ' where id=2; -update noar ti set b0='1EI48IYTSQJKWDO44NHHCWAZ' where id=2; -update noar tt set v0='YFCS3I8' where id=2; -update noar ti set v0='YFCS3I8' where id=2; -update noar tt set b1='2R2834D4' where id=2; -update noar ti set b1='2R2834D4' where id=2; -update noar tt set v0='0XY6JB8S1OO29KEHS' where id=2; -update noar ti set v0='0XY6JB8S1OO29KEHS' where id=2; -update noar tt set b2='2IWV' where id=2; -update noar ti set b2='2IWV' where id=2; -update noar tt set v0='DR' where id=3; -update noar ti set v0='DR' where id=3; -update noar tt set b0='RJBOW44WMWY0WFW1TUD5IMARS80JF' where id=3; -update noar ti set b0='RJBOW44WMWY0WFW1TUD5IMARS80JF' where id=3; -update noar tt set v0='4CR5FYWLN9CMXRLJKA0' where id=3; -update noar ti set v0='4CR5FYWLN9CMXRLJKA0' where id=3; -update noar tt set b1='3U69SZ0S' where id=3; -update noar ti set b1='3U69SZ0S' where id=3; -update noar tt set v0='7M4Y6EK4SSO7N4AY5U3CR' where id=3; -update noar ti set v0='7M4Y6EK4SSO7N4AY5U3CR' where id=3; -update noar tt set b2='LNHK3' where id=3; -update noar ti set b2='LNHK3' where id=3; -update noar tt set v0='LSP3TLSF6Z37YH2ZF120' where id=4; -update noar ti set v0='LSP3TLSF6Z37YH2ZF120' where id=4; -update noar tt set b0='6FGS1V8NEKK9L39Z' where id=4; -update noar ti set b0='6FGS1V8NEKK9L39Z' where id=4; -update noar tt set v0='AG7MFQ5IN8R222D3LQDNHJY9O32' where id=4; -update noar ti set v0='AG7MFQ5IN8R222D3LQDNHJY9O32' where id=4; -update noar tt set b1='AL746MG0288QOKRB8RW2M7357WC6QYA9' where id=4; -update noar ti set b1='AL746MG0288QOKRB8RW2M7357WC6QYA9' where id=4; -update noar tt set v0='4DMC1NZUB' where id=4; -update noar ti set v0='4DMC1NZUB' where id=4; -update noar tt set b2='ZBDVCHEKYI6VLCHX7ZLGXH' where id=4; -update noar ti set b2='ZBDVCHEKYI6VLCHX7ZLGXH' where id=4; -update noar tt set v0='JEKN0W6GBF59W53' where id=5; -update noar ti set v0='JEKN0W6GBF59W53' where id=5; -update noar tt set b0='4RU0T9T14WSI7S841BV8694YA7' where id=5; -update noar ti set b0='4RU0T9T14WSI7S841BV8694YA7' where id=5; -update noar tt set v0='AQADRD6YU4RGFD4899I7M' where id=5; -update noar ti set v0='AQADRD6YU4RGFD4899I7M' where id=5; -update noar tt set b1='20MBDRFOACOWLIZ' where id=5; -update noar ti set b1='20MBDRFOACOWLIZ' where id=5; -update noar tt set v0='EDGI' where id=5; -update noar ti set v0='EDGI' where id=5; -update noar tt set b2='TA4YTJGKOQN6CIQA49X9FFUY8IXC' where id=5; -update noar ti set b2='TA4YTJGKOQN6CIQA49X9FFUY8IXC' where id=5; -update noar tt set v0='D7CFZ3PP9S8MURGG' where id=6; -update noar ti set v0='D7CFZ3PP9S8MURGG' where id=6; -update noar tt set b0='FY' where id=6; -update noar ti set b0='FY' where id=6; -update noar tt set v0='3X' where id=6; -update noar ti set v0='3X' where id=6; -update noar tt set b1='EX7K7L9Q4LNLT944LDWDWAGCD' where id=6; -update noar ti set b1='EX7K7L9Q4LNLT944LDWDWAGCD' where id=6; -update noar tt set v0='DLFF2' where id=6; -update noar ti set v0='DLFF2' where id=6; -update noar tt set b2='PKMDA5WKSBGGD4CUVVOSVM9JRAOW4BXY' where id=6; -update noar ti set b2='PKMDA5WKSBGGD4CUVVOSVM9JRAOW4BXY' where id=6; -update noar tt set v0='3YDOUK5PQEKI' where id=7; -update noar ti set v0='3YDOUK5PQEKI' where id=7; -update noar tt set b0='F81H5' where id=7; -update noar ti set b0='F81H5' where id=7; -update noar tt set v0='HQH2IT47QD504WDSK' where id=7; -update noar ti set v0='HQH2IT47QD504WDSK' where id=7; -update noar tt set b1='N21JBYFT2IXHNRTJP' where id=7; -update noar ti set b1='N21JBYFT2IXHNRTJP' where id=7; -update noar tt set v0='E45RH1HPDH' where id=7; -update noar ti set v0='E45RH1HPDH' where id=7; -update noar tt set b2='QC51ET4L8' where id=7; -update noar ti set b2='QC51ET4L8' where id=7; -update noar tt set v0='AE9697VORYRR' where id=8; -update noar ti set v0='AE9697VORYRR' where id=8; -update noar tt set b0='6W3B5EMV845MUC' where id=8; -update noar ti set b0='6W3B5EMV845MUC' where id=8; -update noar tt set v0='39LIRV' where id=8; -update noar ti set v0='39LIRV' where id=8; -update noar tt set b1='F2TGHWC9IUTHIL' where id=8; -update noar ti set b1='F2TGHWC9IUTHIL' where id=8; -update noar tt set v0='1OR38' where id=8; -update noar ti set v0='1OR38' where id=8; -update noar tt set b2='7926KICTICTAQ' where id=8; -update noar ti set b2='7926KICTICTAQ' where id=8; -update noar tt set v0='0TF27LTHCH' where id=9; -update noar ti set v0='0TF27LTHCH' where id=9; -update noar tt set b0='0YT1FR6DG1PN' where id=9; -update noar ti set b0='0YT1FR6DG1PN' where id=9; -update noar tt set v0='VFUBV8HGHYSZL' where id=9; -update noar ti set v0='VFUBV8HGHYSZL' where id=9; -update noar tt set b1='UJG27D3FH66WZ4GKUEOJ11Y428IFEA' where id=9; -update noar ti set b1='UJG27D3FH66WZ4GKUEOJ11Y428IFEA' where id=9; -update noar tt set v0='TXSHQ3DV30YXDF' where id=9; -update noar ti set v0='TXSHQ3DV30YXDF' where id=9; -update noar tt set b2='YORRUYO6JI5ZF4UG' where id=9; -update noar ti set b2='YORRUYO6JI5ZF4UG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='19' where id=1; -update noar ti set v0='19' where id=1; -update noar tt set b0='C2QZ683CFXPUROG1HQHO' where id=1; -update noar ti set b0='C2QZ683CFXPUROG1HQHO' where id=1; -update noar tt set v0='KN' where id=1; -update noar ti set v0='KN' where id=1; -update noar tt set b1='8VGPX' where id=1; -update noar ti set b1='8VGPX' where id=1; -update noar tt set v0='43N1QXPY' where id=1; -update noar ti set v0='43N1QXPY' where id=1; -update noar tt set b2='3YIFUB1YGDBS0UA80A3RIC' where id=1; -update noar ti set b2='3YIFUB1YGDBS0UA80A3RIC' where id=1; -update noar tt set v0='R4GK5749SGL8EGKKR4WVB0IL2OBCIN' where id=2; -update noar ti set v0='R4GK5749SGL8EGKKR4WVB0IL2OBCIN' where id=2; -update noar tt set b0='S8LGZE3' where id=2; -update noar ti set b0='S8LGZE3' where id=2; -update noar tt set v0='2JS1K263R0N6HHBDG1Q7T8FHDLL8OG4H' where id=2; -update noar ti set v0='2JS1K263R0N6HHBDG1Q7T8FHDLL8OG4H' where id=2; -update noar tt set b1='59BU1KWHY510' where id=2; -update noar ti set b1='59BU1KWHY510' where id=2; -update noar tt set v0='QMMAY4Q8T5LGSJKYGQ48IY' where id=2; -update noar ti set v0='QMMAY4Q8T5LGSJKYGQ48IY' where id=2; -update noar tt set b2='IZU3RP3LEMKU0CI0ABR4XTI' where id=2; -update noar ti set b2='IZU3RP3LEMKU0CI0ABR4XTI' where id=2; -update noar tt set v0='5PAE9QOX5X7SZ3CA1M' where id=3; -update noar ti set v0='5PAE9QOX5X7SZ3CA1M' where id=3; -update noar tt set b0='YHNAYVGCR3F8Z3CY821SP05ZJHL25QRR' where id=3; -update noar ti set b0='YHNAYVGCR3F8Z3CY821SP05ZJHL25QRR' where id=3; -update noar tt set v0='PW45QZ84VAOEB5' where id=3; -update noar ti set v0='PW45QZ84VAOEB5' where id=3; -update noar tt set b1='E4RQJFBYQ3VFBKUDRCFZBP7FK0IB8SYD' where id=3; -update noar ti set b1='E4RQJFBYQ3VFBKUDRCFZBP7FK0IB8SYD' where id=3; -update noar tt set v0='87ZN2J1T' where id=3; -update noar ti set v0='87ZN2J1T' where id=3; -update noar tt set b2='SCOUDZA80CUGIJQW49XANU3' where id=3; -update noar ti set b2='SCOUDZA80CUGIJQW49XANU3' where id=3; -update noar tt set v0='FUQNGO75RVANVB3O' where id=4; -update noar ti set v0='FUQNGO75RVANVB3O' where id=4; -update noar tt set b0='T4QKEBFD0OS8BFA53K9X6EOPH7B82' where id=4; -update noar ti set b0='T4QKEBFD0OS8BFA53K9X6EOPH7B82' where id=4; -update noar tt set v0='JF6X1U2MR6C6LZ3EP569W0OC21YHA19M' where id=4; -update noar ti set v0='JF6X1U2MR6C6LZ3EP569W0OC21YHA19M' where id=4; -update noar tt set b1='1EJVK328XZ7EAIL4X' where id=4; -update noar ti set b1='1EJVK328XZ7EAIL4X' where id=4; -update noar tt set v0='N4818DGUKV1C3GJC897KQ' where id=4; -update noar ti set v0='N4818DGUKV1C3GJC897KQ' where id=4; -update noar tt set b2='LJR2YPSN' where id=4; -update noar ti set b2='LJR2YPSN' where id=4; -update noar tt set v0='CL0LEIE' where id=5; -update noar ti set v0='CL0LEIE' where id=5; -update noar tt set b0='9G34WG2V70UNP3YBKHA6I8' where id=5; -update noar ti set b0='9G34WG2V70UNP3YBKHA6I8' where id=5; -update noar tt set v0='OWJ20FBL9PX4ZFPEN60EN3MDS2NXCR1' where id=5; -update noar ti set v0='OWJ20FBL9PX4ZFPEN60EN3MDS2NXCR1' where id=5; -update noar tt set b1='MF7DUEU0' where id=5; -update noar ti set b1='MF7DUEU0' where id=5; -update noar tt set v0='VV1UTXQYHZ7R635465K9' where id=5; -update noar ti set v0='VV1UTXQYHZ7R635465K9' where id=5; -update noar tt set b2='O1D35TXQ5YNEAJ7M5ITY3' where id=5; -update noar ti set b2='O1D35TXQ5YNEAJ7M5ITY3' where id=5; -update noar tt set v0='X62KI1TYN' where id=6; -update noar ti set v0='X62KI1TYN' where id=6; -update noar tt set b0='Y1OWRRGO' where id=6; -update noar ti set b0='Y1OWRRGO' where id=6; -update noar tt set v0='W1JJ8LPN0' where id=6; -update noar ti set v0='W1JJ8LPN0' where id=6; -update noar tt set b1='7VHUJINYF0ZARR5E' where id=6; -update noar ti set b1='7VHUJINYF0ZARR5E' where id=6; -update noar tt set v0='J9GI8U4EKMSGF4L' where id=6; -update noar ti set v0='J9GI8U4EKMSGF4L' where id=6; -update noar tt set b2='VMH9TY2NQXWO1LBXP8SWFEG3868KG8CM' where id=6; -update noar ti set b2='VMH9TY2NQXWO1LBXP8SWFEG3868KG8CM' where id=6; -update noar tt set v0='CS5A452FYDFMFIAOGOS4G0VW7L' where id=7; -update noar ti set v0='CS5A452FYDFMFIAOGOS4G0VW7L' where id=7; -update noar tt set b0='QXR' where id=7; -update noar ti set b0='QXR' where id=7; -update noar tt set v0='6WM2FXV9DGRO3A' where id=7; -update noar ti set v0='6WM2FXV9DGRO3A' where id=7; -update noar tt set b1='HVPB41MWF' where id=7; -update noar ti set b1='HVPB41MWF' where id=7; -update noar tt set v0='243B0JW6WZRN26AZXR9098' where id=7; -update noar ti set v0='243B0JW6WZRN26AZXR9098' where id=7; -update noar tt set b2='7MKD' where id=7; -update noar ti set b2='7MKD' where id=7; -update noar tt set v0='P1TZ2G52FG34K547' where id=8; -update noar ti set v0='P1TZ2G52FG34K547' where id=8; -update noar tt set b0='DBG8' where id=8; -update noar ti set b0='DBG8' where id=8; -update noar tt set v0='Q0DFEXW' where id=8; -update noar ti set v0='Q0DFEXW' where id=8; -update noar tt set b1='C2HVBOF2A6MH0L' where id=8; -update noar ti set b1='C2HVBOF2A6MH0L' where id=8; -update noar tt set v0='3B0P9WFYCQ57NH6' where id=8; -update noar ti set v0='3B0P9WFYCQ57NH6' where id=8; -update noar tt set b2='IDQW9R06L368O7QJW' where id=8; -update noar ti set b2='IDQW9R06L368O7QJW' where id=8; -update noar tt set v0='YCPUVZ' where id=9; -update noar ti set v0='YCPUVZ' where id=9; -update noar tt set b0='VXGIJN' where id=9; -update noar ti set b0='VXGIJN' where id=9; -update noar tt set v0='OFOIIUFRFWDYUEFB' where id=9; -update noar ti set v0='OFOIIUFRFWDYUEFB' where id=9; -update noar tt set b1='DC' where id=9; -update noar ti set b1='DC' where id=9; -update noar tt set v0='DS4EPIKJY' where id=9; -update noar ti set v0='DS4EPIKJY' where id=9; -update noar tt set b2='77VW8EHRDHSV3T1U' where id=9; -update noar ti set b2='77VW8EHRDHSV3T1U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ESKE40X' where id=1; -update noar ti set v0='ESKE40X' where id=1; -update noar tt set b0='LLL5KKO' where id=1; -update noar ti set b0='LLL5KKO' where id=1; -update noar tt set v0='5PWJCKBL8O4B4O' where id=1; -update noar ti set v0='5PWJCKBL8O4B4O' where id=1; -update noar tt set b1='19' where id=1; -update noar ti set b1='19' where id=1; -update noar tt set v0='IUSFETJGMVYF6FVZ03ALH3PLGL' where id=1; -update noar ti set v0='IUSFETJGMVYF6FVZ03ALH3PLGL' where id=1; -update noar tt set b2='XEU' where id=1; -update noar ti set b2='XEU' where id=1; -update noar tt set v0='RO0O0' where id=2; -update noar ti set v0='RO0O0' where id=2; -update noar tt set b0='9ES5HYCR01U' where id=2; -update noar ti set b0='9ES5HYCR01U' where id=2; -update noar tt set v0='NKK0OM1TUHIGX6V8WQV' where id=2; -update noar ti set v0='NKK0OM1TUHIGX6V8WQV' where id=2; -update noar tt set b1='TH295DA2' where id=2; -update noar ti set b1='TH295DA2' where id=2; -update noar tt set v0='ONQU5XO899' where id=2; -update noar ti set v0='ONQU5XO899' where id=2; -update noar tt set b2='AL6ND8KTPBV5DNX2VRH33PGXBYQ5' where id=2; -update noar ti set b2='AL6ND8KTPBV5DNX2VRH33PGXBYQ5' where id=2; -update noar tt set v0='ZP6IMUG9O8ETCYHF' where id=3; -update noar ti set v0='ZP6IMUG9O8ETCYHF' where id=3; -update noar tt set b0='KJF0NBSI1PWNPQJ7KXCBZ' where id=3; -update noar ti set b0='KJF0NBSI1PWNPQJ7KXCBZ' where id=3; -update noar tt set v0='9MWLLSUW9APVY28Z6RFFU90ZMUSJ07LA' where id=3; -update noar ti set v0='9MWLLSUW9APVY28Z6RFFU90ZMUSJ07LA' where id=3; -update noar tt set b1='9S66I8RUJVCFYJ5HF6' where id=3; -update noar ti set b1='9S66I8RUJVCFYJ5HF6' where id=3; -update noar tt set v0='J6C4S5CCT1E' where id=3; -update noar ti set v0='J6C4S5CCT1E' where id=3; -update noar tt set b2='MFE4' where id=3; -update noar ti set b2='MFE4' where id=3; -update noar tt set v0='5V443W5VTD30GM3FRHYFW9Y6J4W' where id=4; -update noar ti set v0='5V443W5VTD30GM3FRHYFW9Y6J4W' where id=4; -update noar tt set b0='NLZT' where id=4; -update noar ti set b0='NLZT' where id=4; -update noar tt set v0='7GB2EIF4B4JH' where id=4; -update noar ti set v0='7GB2EIF4B4JH' where id=4; -update noar tt set b1='PUMUSF2SWC42IOGXIAU2YUSHXCYOMNXA' where id=4; -update noar ti set b1='PUMUSF2SWC42IOGXIAU2YUSHXCYOMNXA' where id=4; -update noar tt set v0='UZNEZEI2NUG80TWC8BX8O9HKX2GV6' where id=4; -update noar ti set v0='UZNEZEI2NUG80TWC8BX8O9HKX2GV6' where id=4; -update noar tt set b2='Y3' where id=4; -update noar ti set b2='Y3' where id=4; -update noar tt set v0='A00815CH3Y910MNCCUUCQV0F' where id=5; -update noar ti set v0='A00815CH3Y910MNCCUUCQV0F' where id=5; -update noar tt set b0='RXLW11CYWPLA8427ONFI8P6VKAQLTH' where id=5; -update noar ti set b0='RXLW11CYWPLA8427ONFI8P6VKAQLTH' where id=5; -update noar tt set v0='HG8P5MPBS43XHN1CKX2I5ZJUJO6S5' where id=5; -update noar ti set v0='HG8P5MPBS43XHN1CKX2I5ZJUJO6S5' where id=5; -update noar tt set b1='SDGTLX7B30P9O9' where id=5; -update noar ti set b1='SDGTLX7B30P9O9' where id=5; -update noar tt set v0='56' where id=5; -update noar ti set v0='56' where id=5; -update noar tt set b2='3XNWJHNFOO8SO62ADV1FOWBI7' where id=5; -update noar ti set b2='3XNWJHNFOO8SO62ADV1FOWBI7' where id=5; -update noar tt set v0='AU6Q71SSJEUXWE4V3G0LE7VC1' where id=6; -update noar ti set v0='AU6Q71SSJEUXWE4V3G0LE7VC1' where id=6; -update noar tt set b0='8Q6ONZ6H0KH9ST43SI67D' where id=6; -update noar ti set b0='8Q6ONZ6H0KH9ST43SI67D' where id=6; -update noar tt set v0='AR0RLNHG1JO8C' where id=6; -update noar ti set v0='AR0RLNHG1JO8C' where id=6; -update noar tt set b1='PP1J57S6U4BF802Q5P' where id=6; -update noar ti set b1='PP1J57S6U4BF802Q5P' where id=6; -update noar tt set v0='8DIMOP94VVPA94O0RP9IMPBZBSAIU' where id=6; -update noar ti set v0='8DIMOP94VVPA94O0RP9IMPBZBSAIU' where id=6; -update noar tt set b2='XWDI1QSDHZPRDMKGEDUW' where id=6; -update noar ti set b2='XWDI1QSDHZPRDMKGEDUW' where id=6; -update noar tt set v0='EUK0USOF' where id=7; -update noar ti set v0='EUK0USOF' where id=7; -update noar tt set b0='9QR' where id=7; -update noar ti set b0='9QR' where id=7; -update noar tt set v0='ZG3FD2CP2' where id=7; -update noar ti set v0='ZG3FD2CP2' where id=7; -update noar tt set b1='YAB57LLKACRGZB4IVBMN' where id=7; -update noar ti set b1='YAB57LLKACRGZB4IVBMN' where id=7; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b2='OUL95Y0L3M6GYB0X9PQJP0H9W7UKV3N7' where id=7; -update noar ti set b2='OUL95Y0L3M6GYB0X9PQJP0H9W7UKV3N7' where id=7; -update noar tt set v0='OMQ80INY4OJ3SQSZ2CIMQQ3QPF' where id=8; -update noar ti set v0='OMQ80INY4OJ3SQSZ2CIMQQ3QPF' where id=8; -update noar tt set b0='ZVYO5D1MO07M7AOA3BD9ITTT8XEJ0L' where id=8; -update noar ti set b0='ZVYO5D1MO07M7AOA3BD9ITTT8XEJ0L' where id=8; -update noar tt set v0='I8KNYVW2GHYAV5A98TYPJQOFEZ' where id=8; -update noar ti set v0='I8KNYVW2GHYAV5A98TYPJQOFEZ' where id=8; -update noar tt set b1='FM5JJOVOFGA9U99F' where id=8; -update noar ti set b1='FM5JJOVOFGA9U99F' where id=8; -update noar tt set v0='33W4ZF6ASNEQLBCUHIUF4IZVOQ7' where id=8; -update noar ti set v0='33W4ZF6ASNEQLBCUHIUF4IZVOQ7' where id=8; -update noar tt set b2='RLHE' where id=8; -update noar ti set b2='RLHE' where id=8; -update noar tt set v0='4IS1CL3X8VV0P5FMYOX' where id=9; -update noar ti set v0='4IS1CL3X8VV0P5FMYOX' where id=9; -update noar tt set b0='WW5QRRMSILFKFFSFK7QU' where id=9; -update noar ti set b0='WW5QRRMSILFKFFSFK7QU' where id=9; -update noar tt set v0='DTXVN59DWGE29BA30UNZQPY' where id=9; -update noar ti set v0='DTXVN59DWGE29BA30UNZQPY' where id=9; -update noar tt set b1='PKZ' where id=9; -update noar ti set b1='PKZ' where id=9; -update noar tt set v0='IQKLV9W1770IRK41OODGO7' where id=9; -update noar ti set v0='IQKLV9W1770IRK41OODGO7' where id=9; -update noar tt set b2='1IOAPH' where id=9; -update noar ti set b2='1IOAPH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R5OOV9SGLR1AWETR5BAV8NPO' where id=1; -update noar ti set v0='R5OOV9SGLR1AWETR5BAV8NPO' where id=1; -update noar tt set b0='LU7ECFMBSHRIZT8LAOHM8QY5N33ACAV3' where id=1; -update noar ti set b0='LU7ECFMBSHRIZT8LAOHM8QY5N33ACAV3' where id=1; -update noar tt set v0='QVCDH85UHQT5Z' where id=1; -update noar ti set v0='QVCDH85UHQT5Z' where id=1; -update noar tt set b1='HKAXEDOYT3230XGCX' where id=1; -update noar ti set b1='HKAXEDOYT3230XGCX' where id=1; -update noar tt set v0='NMUU9X1OPO6N8GK' where id=1; -update noar ti set v0='NMUU9X1OPO6N8GK' where id=1; -update noar tt set b2='SMUJFLJRTD1X2DLI' where id=1; -update noar ti set b2='SMUJFLJRTD1X2DLI' where id=1; -update noar tt set v0='LFKBOTAR7N8ER7SOPDU2PQKBTG' where id=2; -update noar ti set v0='LFKBOTAR7N8ER7SOPDU2PQKBTG' where id=2; -update noar tt set b0='3AWBQ8H1TGPXMRLHULZ4WM6M7UH' where id=2; -update noar ti set b0='3AWBQ8H1TGPXMRLHULZ4WM6M7UH' where id=2; -update noar tt set v0='22Z1XQGFVHN9TGWDYBI2QIRLYD' where id=2; -update noar ti set v0='22Z1XQGFVHN9TGWDYBI2QIRLYD' where id=2; -update noar tt set b1='AYUEUYMG61QXM8OFPV93VQ8X7K1R8SG9' where id=2; -update noar ti set b1='AYUEUYMG61QXM8OFPV93VQ8X7K1R8SG9' where id=2; -update noar tt set v0='RIJQ6NJ9ND92GK9706UWQXO6KR28Z' where id=2; -update noar ti set v0='RIJQ6NJ9ND92GK9706UWQXO6KR28Z' where id=2; -update noar tt set b2='AGYT2G3WKY57GNYLTUY5GEO' where id=2; -update noar ti set b2='AGYT2G3WKY57GNYLTUY5GEO' where id=2; -update noar tt set v0='4XO5SHLRX4SKLQE6QWP25' where id=3; -update noar ti set v0='4XO5SHLRX4SKLQE6QWP25' where id=3; -update noar tt set b0='MLHD5WMHHC5C00I773S6T' where id=3; -update noar ti set b0='MLHD5WMHHC5C00I773S6T' where id=3; -update noar tt set v0='V6NHRADFXUEYD4TZKJ007KCLAXNV' where id=3; -update noar ti set v0='V6NHRADFXUEYD4TZKJ007KCLAXNV' where id=3; -update noar tt set b1='RTK25YQ' where id=3; -update noar ti set b1='RTK25YQ' where id=3; -update noar tt set v0='F0E2YH8UPCTUVXAWIS0KQPH2TQ1TBHQG' where id=3; -update noar ti set v0='F0E2YH8UPCTUVXAWIS0KQPH2TQ1TBHQG' where id=3; -update noar tt set b2='CJHOIK0CMM1FIEF' where id=3; -update noar ti set b2='CJHOIK0CMM1FIEF' where id=3; -update noar tt set v0='0D39IMT' where id=4; -update noar ti set v0='0D39IMT' where id=4; -update noar tt set b0='7' where id=4; -update noar ti set b0='7' where id=4; -update noar tt set v0='GVQAIDZM17' where id=4; -update noar ti set v0='GVQAIDZM17' where id=4; -update noar tt set b1='9VZ' where id=4; -update noar ti set b1='9VZ' where id=4; -update noar tt set v0='KDISCFUM8SFYGSOXGOCLUGE5KUU5M' where id=4; -update noar ti set v0='KDISCFUM8SFYGSOXGOCLUGE5KUU5M' where id=4; -update noar tt set b2='2WPGSZ8H' where id=4; -update noar ti set b2='2WPGSZ8H' where id=4; -update noar tt set v0='YL7JUB36EY9WQDV4TEX' where id=5; -update noar ti set v0='YL7JUB36EY9WQDV4TEX' where id=5; -update noar tt set b0='SSQLFF9SG2SW64LORD' where id=5; -update noar ti set b0='SSQLFF9SG2SW64LORD' where id=5; -update noar tt set v0='MUTZ8G36YNJE5P1WFN' where id=5; -update noar ti set v0='MUTZ8G36YNJE5P1WFN' where id=5; -update noar tt set b1='Q26FJSQ1VV44S4KEAN5K7L55' where id=5; -update noar ti set b1='Q26FJSQ1VV44S4KEAN5K7L55' where id=5; -update noar tt set v0='NWBF' where id=5; -update noar ti set v0='NWBF' where id=5; -update noar tt set b2='UMVXDA4NCSHAHL' where id=5; -update noar ti set b2='UMVXDA4NCSHAHL' where id=5; -update noar tt set v0='XMMQQ5LMFJPJPHKLUQHYNK' where id=6; -update noar ti set v0='XMMQQ5LMFJPJPHKLUQHYNK' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='X03YJP' where id=6; -update noar ti set v0='X03YJP' where id=6; -update noar tt set b1='6MQIRL7LC6' where id=6; -update noar ti set b1='6MQIRL7LC6' where id=6; -update noar tt set v0='PU3HBPFOQL7PEOF99A' where id=6; -update noar ti set v0='PU3HBPFOQL7PEOF99A' where id=6; -update noar tt set b2='KY1OZ5KY' where id=6; -update noar ti set b2='KY1OZ5KY' where id=6; -update noar tt set v0='0XGOCI' where id=7; -update noar ti set v0='0XGOCI' where id=7; -update noar tt set b0='XQY14CT806U0EURARMI9' where id=7; -update noar ti set b0='XQY14CT806U0EURARMI9' where id=7; -update noar tt set v0='O25HUZUAZ6DRAEVLD8NTKXNA' where id=7; -update noar ti set v0='O25HUZUAZ6DRAEVLD8NTKXNA' where id=7; -update noar tt set b1='6VXD2S' where id=7; -update noar ti set b1='6VXD2S' where id=7; -update noar tt set v0='OS4XBYT94QEI4' where id=7; -update noar ti set v0='OS4XBYT94QEI4' where id=7; -update noar tt set b2='Z5UPUBDKF346LK4ODQMCHRLO' where id=7; -update noar ti set b2='Z5UPUBDKF346LK4ODQMCHRLO' where id=7; -update noar tt set v0='WYFF' where id=8; -update noar ti set v0='WYFF' where id=8; -update noar tt set b0='ER3JCL' where id=8; -update noar ti set b0='ER3JCL' where id=8; -update noar tt set v0='QP9UF9ZYCW' where id=8; -update noar ti set v0='QP9UF9ZYCW' where id=8; -update noar tt set b1='35SHDMR0KJPLZB736KC8L6AIZKU47EQ' where id=8; -update noar ti set b1='35SHDMR0KJPLZB736KC8L6AIZKU47EQ' where id=8; -update noar tt set v0='MTP6S' where id=8; -update noar ti set v0='MTP6S' where id=8; -update noar tt set b2='QZH08N732PWIZ09VGVGUS2RPY0VM' where id=8; -update noar ti set b2='QZH08N732PWIZ09VGVGUS2RPY0VM' where id=8; -update noar tt set v0='TV4JLNGWK9' where id=9; -update noar ti set v0='TV4JLNGWK9' where id=9; -update noar tt set b0='8DIOV4U36NOT' where id=9; -update noar ti set b0='8DIOV4U36NOT' where id=9; -update noar tt set v0='CYZ0ISDFX4YLMN3I65GCBO6T1PEW7XAR' where id=9; -update noar ti set v0='CYZ0ISDFX4YLMN3I65GCBO6T1PEW7XAR' where id=9; -update noar tt set b1='6AJAF5LQSLR9IWWKZOX' where id=9; -update noar ti set b1='6AJAF5LQSLR9IWWKZOX' where id=9; -update noar tt set v0='T2KBMGGWH8X3UTW7DAD9HG3XXT' where id=9; -update noar ti set v0='T2KBMGGWH8X3UTW7DAD9HG3XXT' where id=9; -update noar tt set b2='QRPN03UJXMA4CYD6VBIYXD3VOND' where id=9; -update noar ti set b2='QRPN03UJXMA4CYD6VBIYXD3VOND' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GDSS1UEFQ8ZLH293SNN0KARC' where id=1; -update noar ti set v0='GDSS1UEFQ8ZLH293SNN0KARC' where id=1; -update noar tt set b0='Y0' where id=1; -update noar ti set b0='Y0' where id=1; -update noar tt set v0='QX9IYANLE' where id=1; -update noar ti set v0='QX9IYANLE' where id=1; -update noar tt set b1='7F9MGHG3T5JOY2O092IWR2JT' where id=1; -update noar ti set b1='7F9MGHG3T5JOY2O092IWR2JT' where id=1; -update noar tt set v0='M2VO91HQKJRHKUEWTR86T5YVN5HDN' where id=1; -update noar ti set v0='M2VO91HQKJRHKUEWTR86T5YVN5HDN' where id=1; -update noar tt set b2='0X1HMJ44PFOW' where id=1; -update noar ti set b2='0X1HMJ44PFOW' where id=1; -update noar tt set v0='SOJREY9' where id=2; -update noar ti set v0='SOJREY9' where id=2; -update noar tt set b0='CQ8WIDML7ML4NZ38UN' where id=2; -update noar ti set b0='CQ8WIDML7ML4NZ38UN' where id=2; -update noar tt set v0='UX56CCRGQ442YJ83BKU5EDJS' where id=2; -update noar ti set v0='UX56CCRGQ442YJ83BKU5EDJS' where id=2; -update noar tt set b1='1N2IP9P0CA955SB61MU4N' where id=2; -update noar ti set b1='1N2IP9P0CA955SB61MU4N' where id=2; -update noar tt set v0='8KNVTMZX22RTR' where id=2; -update noar ti set v0='8KNVTMZX22RTR' where id=2; -update noar tt set b2='YC5H8S8A4NX31P81Z5PCOYE51FYOL9I3' where id=2; -update noar ti set b2='YC5H8S8A4NX31P81Z5PCOYE51FYOL9I3' where id=2; -update noar tt set v0='9OTFK7B6S5PQ7TJR887RZXPVZ' where id=3; -update noar ti set v0='9OTFK7B6S5PQ7TJR887RZXPVZ' where id=3; -update noar tt set b0='GOIEBK4Y9IN3ZM4XW2ROS' where id=3; -update noar ti set b0='GOIEBK4Y9IN3ZM4XW2ROS' where id=3; -update noar tt set v0='KU8' where id=3; -update noar ti set v0='KU8' where id=3; -update noar tt set b1='NZ3C2VS90BUHU48XB5PFT0' where id=3; -update noar ti set b1='NZ3C2VS90BUHU48XB5PFT0' where id=3; -update noar tt set v0='YE16YNZUDH0' where id=3; -update noar ti set v0='YE16YNZUDH0' where id=3; -update noar tt set b2='HLL18OFQ88I7YQ4BZ4PL6DI' where id=3; -update noar ti set b2='HLL18OFQ88I7YQ4BZ4PL6DI' where id=3; -update noar tt set v0='XNSSCA66VJEU0EH0ZDD' where id=4; -update noar ti set v0='XNSSCA66VJEU0EH0ZDD' where id=4; -update noar tt set b0='4W1FJ99CUUKD5YDNI0E4RQRDA1VQC' where id=4; -update noar ti set b0='4W1FJ99CUUKD5YDNI0E4RQRDA1VQC' where id=4; -update noar tt set v0='EOUD4EC36Z65H5WT0MSPV1X4HL9' where id=4; -update noar ti set v0='EOUD4EC36Z65H5WT0MSPV1X4HL9' where id=4; -update noar tt set b1='JKDW8KJF5USOTIQMBZGQPO2EB4' where id=4; -update noar ti set b1='JKDW8KJF5USOTIQMBZGQPO2EB4' where id=4; -update noar tt set v0='WMSC4ZDKQVXFONMD1J' where id=4; -update noar ti set v0='WMSC4ZDKQVXFONMD1J' where id=4; -update noar tt set b2='5FX9USFRQX7XTLTD4LIB' where id=4; -update noar ti set b2='5FX9USFRQX7XTLTD4LIB' where id=4; -update noar tt set v0='3S59D9H0TAKVYZSLD927V' where id=5; -update noar ti set v0='3S59D9H0TAKVYZSLD927V' where id=5; -update noar tt set b0='237XV' where id=5; -update noar ti set b0='237XV' where id=5; -update noar tt set v0='EJYBRW8' where id=5; -update noar ti set v0='EJYBRW8' where id=5; -update noar tt set b1='TNZOOMW' where id=5; -update noar ti set b1='TNZOOMW' where id=5; -update noar tt set v0='AYJYPLAPKMZCP7GG' where id=5; -update noar ti set v0='AYJYPLAPKMZCP7GG' where id=5; -update noar tt set b2='8Q48YQYNI9B3DAKO6BXWULR94Q0AN' where id=5; -update noar ti set b2='8Q48YQYNI9B3DAKO6BXWULR94Q0AN' where id=5; -update noar tt set v0='N2YAP9Q' where id=6; -update noar ti set v0='N2YAP9Q' where id=6; -update noar tt set b0='Q95' where id=6; -update noar ti set b0='Q95' where id=6; -update noar tt set v0='P31LOYKZBP69829DCM6C4' where id=6; -update noar ti set v0='P31LOYKZBP69829DCM6C4' where id=6; -update noar tt set b1='WBA40XN0HKVS' where id=6; -update noar ti set b1='WBA40XN0HKVS' where id=6; -update noar tt set v0='278E194SJC78BHPYY968SP' where id=6; -update noar ti set v0='278E194SJC78BHPYY968SP' where id=6; -update noar tt set b2='3047CLE3XNL89JN9HI4S' where id=6; -update noar ti set b2='3047CLE3XNL89JN9HI4S' where id=6; -update noar tt set v0='FWU5YS2GMEEUR8WN96L' where id=7; -update noar ti set v0='FWU5YS2GMEEUR8WN96L' where id=7; -update noar tt set b0='Y500RXT09RUE8YXD93LNEV0N4Y8OQ' where id=7; -update noar ti set b0='Y500RXT09RUE8YXD93LNEV0N4Y8OQ' where id=7; -update noar tt set v0='8T93W47KBBQLC35IGE' where id=7; -update noar ti set v0='8T93W47KBBQLC35IGE' where id=7; -update noar tt set b1='LGXYSMX0JKHPMBC4GQNWCP' where id=7; -update noar ti set b1='LGXYSMX0JKHPMBC4GQNWCP' where id=7; -update noar tt set v0='ZYOZN9B11ZTS5TGPBS6KDVSI166RFSXO' where id=7; -update noar ti set v0='ZYOZN9B11ZTS5TGPBS6KDVSI166RFSXO' where id=7; -update noar tt set b2='KQ' where id=7; -update noar ti set b2='KQ' where id=7; -update noar tt set v0='P' where id=8; -update noar ti set v0='P' where id=8; -update noar tt set b0='3H1' where id=8; -update noar ti set b0='3H1' where id=8; -update noar tt set v0='E0PCQYO6H89VCG2EVHB60JY3LB' where id=8; -update noar ti set v0='E0PCQYO6H89VCG2EVHB60JY3LB' where id=8; -update noar tt set b1='A2MUO51MBHR25C6V' where id=8; -update noar ti set b1='A2MUO51MBHR25C6V' where id=8; -update noar tt set v0='OYIJU3PUQ7E1D0QJKDZ1YIA8O29G690W' where id=8; -update noar ti set v0='OYIJU3PUQ7E1D0QJKDZ1YIA8O29G690W' where id=8; -update noar tt set b2='6' where id=8; -update noar ti set b2='6' where id=8; -update noar tt set v0='JHUT7E5KSL7S9T9F57UXG' where id=9; -update noar ti set v0='JHUT7E5KSL7S9T9F57UXG' where id=9; -update noar tt set b0='PMPAZVSIAZ8SJB3HLPVQXF' where id=9; -update noar ti set b0='PMPAZVSIAZ8SJB3HLPVQXF' where id=9; -update noar tt set v0='NZO9P' where id=9; -update noar ti set v0='NZO9P' where id=9; -update noar tt set b1='UGINMSFFT1OE84O2SFHZ1B66OOR1Y' where id=9; -update noar ti set b1='UGINMSFFT1OE84O2SFHZ1B66OOR1Y' where id=9; -update noar tt set v0='N6TAZF3GWWRS0YEZ' where id=9; -update noar ti set v0='N6TAZF3GWWRS0YEZ' where id=9; -update noar tt set b2='QKW2ZW3XKZ' where id=9; -update noar ti set b2='QKW2ZW3XKZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8085H3WKGE3ZSZ80KVBZB82J' where id=1; -update noar ti set v0='8085H3WKGE3ZSZ80KVBZB82J' where id=1; -update noar tt set b0='4M9AQLQITJTM3D02HCSS' where id=1; -update noar ti set b0='4M9AQLQITJTM3D02HCSS' where id=1; -update noar tt set v0='9NZPL44HOVCBHMNK6FH3JX' where id=1; -update noar ti set v0='9NZPL44HOVCBHMNK6FH3JX' where id=1; -update noar tt set b1='CG15I442' where id=1; -update noar ti set b1='CG15I442' where id=1; -update noar tt set v0='RHKTSYDBV05L' where id=1; -update noar ti set v0='RHKTSYDBV05L' where id=1; -update noar tt set b2='HA4ARL2GWP9E' where id=1; -update noar ti set b2='HA4ARL2GWP9E' where id=1; -update noar tt set v0='U7470ME9RH3' where id=2; -update noar ti set v0='U7470ME9RH3' where id=2; -update noar tt set b0='7COSTURH6IZFAI6TLASAJBXUND' where id=2; -update noar ti set b0='7COSTURH6IZFAI6TLASAJBXUND' where id=2; -update noar tt set v0='X8D64HF61R6ANMTFSGMHANEP' where id=2; -update noar ti set v0='X8D64HF61R6ANMTFSGMHANEP' where id=2; -update noar tt set b1='PCKYFQK9QJKFKLODURDINF' where id=2; -update noar ti set b1='PCKYFQK9QJKFKLODURDINF' where id=2; -update noar tt set v0='S7UDILAPODSR98KN8' where id=2; -update noar ti set v0='S7UDILAPODSR98KN8' where id=2; -update noar tt set b2='67V6Q94R' where id=2; -update noar ti set b2='67V6Q94R' where id=2; -update noar tt set v0='X' where id=3; -update noar ti set v0='X' where id=3; -update noar tt set b0='JO3O33' where id=3; -update noar ti set b0='JO3O33' where id=3; -update noar tt set v0='WKLXFGEM630S0FR9REQSGQ' where id=3; -update noar ti set v0='WKLXFGEM630S0FR9REQSGQ' where id=3; -update noar tt set b1='ZJX3S8HRZN69U' where id=3; -update noar ti set b1='ZJX3S8HRZN69U' where id=3; -update noar tt set v0='JW1WRP9S3FSAAS9Q06LBN7' where id=3; -update noar ti set v0='JW1WRP9S3FSAAS9Q06LBN7' where id=3; -update noar tt set b2='414NXGALJ3KK43W62CFBJBQ6P47YR5M' where id=3; -update noar ti set b2='414NXGALJ3KK43W62CFBJBQ6P47YR5M' where id=3; -update noar tt set v0='QEUQ9L0EI0UZNA6KVE824MXRXBWK8ZUN' where id=4; -update noar ti set v0='QEUQ9L0EI0UZNA6KVE824MXRXBWK8ZUN' where id=4; -update noar tt set b0='5GRDYB3R5YEIIH4BX4CUGFVJOZV' where id=4; -update noar ti set b0='5GRDYB3R5YEIIH4BX4CUGFVJOZV' where id=4; -update noar tt set v0='BYITJTGH5E1ZLE' where id=4; -update noar ti set v0='BYITJTGH5E1ZLE' where id=4; -update noar tt set b1='VJFWXCXHSX3O335PTA9Q3R' where id=4; -update noar ti set b1='VJFWXCXHSX3O335PTA9Q3R' where id=4; -update noar tt set v0='Z0I6J1448LRWEOVSJVKRHEAOZ2APBKWB' where id=4; -update noar ti set v0='Z0I6J1448LRWEOVSJVKRHEAOZ2APBKWB' where id=4; -update noar tt set b2='ZLQ89NZF9D08XHSQJAFRCV' where id=4; -update noar ti set b2='ZLQ89NZF9D08XHSQJAFRCV' where id=4; -update noar tt set v0='PXJFN8GSR0T4MF6OZ' where id=5; -update noar ti set v0='PXJFN8GSR0T4MF6OZ' where id=5; -update noar tt set b0='NSFY594582' where id=5; -update noar ti set b0='NSFY594582' where id=5; -update noar tt set v0='E31UGGZR62GTVYJ9KX0' where id=5; -update noar ti set v0='E31UGGZR62GTVYJ9KX0' where id=5; -update noar tt set b1='17KC538KG3GOSXD4C77I' where id=5; -update noar ti set b1='17KC538KG3GOSXD4C77I' where id=5; -update noar tt set v0='3CNYFDLATOJV8VEEIZ0GRID0KTZLY' where id=5; -update noar ti set v0='3CNYFDLATOJV8VEEIZ0GRID0KTZLY' where id=5; -update noar tt set b2='1AEGEW3A4PH3TF5J46KDYYS9SKIXR' where id=5; -update noar ti set b2='1AEGEW3A4PH3TF5J46KDYYS9SKIXR' where id=5; -update noar tt set v0='YR1OG8C5GH75Z5JHINPU' where id=6; -update noar ti set v0='YR1OG8C5GH75Z5JHINPU' where id=6; -update noar tt set b0='OKL5TBL99MY0G6MQQ8ZHI74FRY' where id=6; -update noar ti set b0='OKL5TBL99MY0G6MQQ8ZHI74FRY' where id=6; -update noar tt set v0='CIHNSDTWYH9LHP56FJ2B0FZ8GH' where id=6; -update noar ti set v0='CIHNSDTWYH9LHP56FJ2B0FZ8GH' where id=6; -update noar tt set b1='GI7F' where id=6; -update noar ti set b1='GI7F' where id=6; -update noar tt set v0='S7YTJF2J629F0HAOTQALJ' where id=6; -update noar ti set v0='S7YTJF2J629F0HAOTQALJ' where id=6; -update noar tt set b2='6Y0XKM56FW3ITOZ' where id=6; -update noar ti set b2='6Y0XKM56FW3ITOZ' where id=6; -update noar tt set v0='DBHE91TH' where id=7; -update noar ti set v0='DBHE91TH' where id=7; -update noar tt set b0='HMZ2KQE63VUTX7C3ZKCRZYJY' where id=7; -update noar ti set b0='HMZ2KQE63VUTX7C3ZKCRZYJY' where id=7; -update noar tt set v0='CKWXOZSA306SB6G' where id=7; -update noar ti set v0='CKWXOZSA306SB6G' where id=7; -update noar tt set b1='OB7K9ATROTGJ0OWBAG49C' where id=7; -update noar ti set b1='OB7K9ATROTGJ0OWBAG49C' where id=7; -update noar tt set v0='IYHS4P0GPQ4K' where id=7; -update noar ti set v0='IYHS4P0GPQ4K' where id=7; -update noar tt set b2='M9YFL5LCUM1NG' where id=7; -update noar ti set b2='M9YFL5LCUM1NG' where id=7; -update noar tt set v0='9WA83KFOQY7OWOE5AZPWC' where id=8; -update noar ti set v0='9WA83KFOQY7OWOE5AZPWC' where id=8; -update noar tt set b0='ZQZZ3GTO37AP1PAR1P2LD53GXIFC' where id=8; -update noar ti set b0='ZQZZ3GTO37AP1PAR1P2LD53GXIFC' where id=8; -update noar tt set v0='1GG0BXR967MSXST5' where id=8; -update noar ti set v0='1GG0BXR967MSXST5' where id=8; -update noar tt set b1='FYIJNQCZJTBKCAHIYWT7WLT8MW7' where id=8; -update noar ti set b1='FYIJNQCZJTBKCAHIYWT7WLT8MW7' where id=8; -update noar tt set v0='L50YBS9L8IV3DHCXYMA7TWS879DCPQI1' where id=8; -update noar ti set v0='L50YBS9L8IV3DHCXYMA7TWS879DCPQI1' where id=8; -update noar tt set b2='61H5GFXDQO7JF8U' where id=8; -update noar ti set b2='61H5GFXDQO7JF8U' where id=8; -update noar tt set v0='WG2W60DMI' where id=9; -update noar ti set v0='WG2W60DMI' where id=9; -update noar tt set b0='6YSOK97V9VOJNMEWE9WU8CMN' where id=9; -update noar ti set b0='6YSOK97V9VOJNMEWE9WU8CMN' where id=9; -update noar tt set v0='4RC6UM4WJJHE8KHJU28Y46' where id=9; -update noar ti set v0='4RC6UM4WJJHE8KHJU28Y46' where id=9; -update noar tt set b1='XMM5D2BOQDHGYMRBM' where id=9; -update noar ti set b1='XMM5D2BOQDHGYMRBM' where id=9; -update noar tt set v0='RIHX6GY5EHUT91TK2B9TGDU' where id=9; -update noar ti set v0='RIHX6GY5EHUT91TK2B9TGDU' where id=9; -update noar tt set b2='M040NX2' where id=9; -update noar ti set b2='M040NX2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OM9F6DGLJGWD3OWJ0' where id=1; -update noar ti set v0='OM9F6DGLJGWD3OWJ0' where id=1; -update noar tt set b0='WX2Q' where id=1; -update noar ti set b0='WX2Q' where id=1; -update noar tt set v0='KK3X' where id=1; -update noar ti set v0='KK3X' where id=1; -update noar tt set b1='165' where id=1; -update noar ti set b1='165' where id=1; -update noar tt set v0='X1WV45UVU5UDZ8545XS' where id=1; -update noar ti set v0='X1WV45UVU5UDZ8545XS' where id=1; -update noar tt set b2='R' where id=1; -update noar ti set b2='R' where id=1; -update noar tt set v0='6W0' where id=2; -update noar ti set v0='6W0' where id=2; -update noar tt set b0='2UL9TLTPUT6TPAPQ8ZQZMA3FQ' where id=2; -update noar ti set b0='2UL9TLTPUT6TPAPQ8ZQZMA3FQ' where id=2; -update noar tt set v0='I34TEVC82NCGG2F0ZHDI' where id=2; -update noar ti set v0='I34TEVC82NCGG2F0ZHDI' where id=2; -update noar tt set b1='URE9V' where id=2; -update noar ti set b1='URE9V' where id=2; -update noar tt set v0='V354JGXG1EHAY' where id=2; -update noar ti set v0='V354JGXG1EHAY' where id=2; -update noar tt set b2='69GQOP6MLGRP08HGSY9NBIEWUTM8' where id=2; -update noar ti set b2='69GQOP6MLGRP08HGSY9NBIEWUTM8' where id=2; -update noar tt set v0='ZR' where id=3; -update noar ti set v0='ZR' where id=3; -update noar tt set b0='XHD0WD7VIH93' where id=3; -update noar ti set b0='XHD0WD7VIH93' where id=3; -update noar tt set v0='N89UHDMRLLF6' where id=3; -update noar ti set v0='N89UHDMRLLF6' where id=3; -update noar tt set b1='NTUQEEGNZP9EBZ' where id=3; -update noar ti set b1='NTUQEEGNZP9EBZ' where id=3; -update noar tt set v0='TD04E4MMEJYR2U3Y2R' where id=3; -update noar ti set v0='TD04E4MMEJYR2U3Y2R' where id=3; -update noar tt set b2='LX9F0OG3CVT5GYBDK299DAK784SP' where id=3; -update noar ti set b2='LX9F0OG3CVT5GYBDK299DAK784SP' where id=3; -update noar tt set v0='MBP36W3IML' where id=4; -update noar ti set v0='MBP36W3IML' where id=4; -update noar tt set b0='QX7LXSPL0G0KVHN14ACCMCDY7BPQL' where id=4; -update noar ti set b0='QX7LXSPL0G0KVHN14ACCMCDY7BPQL' where id=4; -update noar tt set v0='MPPKJIHXGWF83NOYN' where id=4; -update noar ti set v0='MPPKJIHXGWF83NOYN' where id=4; -update noar tt set b1='DPXSFNFNZPER1KI4DJHR3' where id=4; -update noar ti set b1='DPXSFNFNZPER1KI4DJHR3' where id=4; -update noar tt set v0='URSS' where id=4; -update noar ti set v0='URSS' where id=4; -update noar tt set b2='MX4JZICCQ3K1RQN9' where id=4; -update noar ti set b2='MX4JZICCQ3K1RQN9' where id=4; -update noar tt set v0='KC3VGV0A2X757OC7L73MX2R1' where id=5; -update noar ti set v0='KC3VGV0A2X757OC7L73MX2R1' where id=5; -update noar tt set b0='ZXV5MSXG3RNJ2NR1RZRW6NGZBNOL3WN5' where id=5; -update noar ti set b0='ZXV5MSXG3RNJ2NR1RZRW6NGZBNOL3WN5' where id=5; -update noar tt set v0='34YNPL29DFCIZ2SKU02TS32NS8' where id=5; -update noar ti set v0='34YNPL29DFCIZ2SKU02TS32NS8' where id=5; -update noar tt set b1='9A3P6JWZX92Q6J3T90FHOA1ARI9D' where id=5; -update noar ti set b1='9A3P6JWZX92Q6J3T90FHOA1ARI9D' where id=5; -update noar tt set v0='NU7UZN37ZWLGPGESTQCKDA' where id=5; -update noar ti set v0='NU7UZN37ZWLGPGESTQCKDA' where id=5; -update noar tt set b2='WI6WPD2E' where id=5; -update noar ti set b2='WI6WPD2E' where id=5; -update noar tt set v0='178K6SRB8D0B4RBRHGFB87HF' where id=6; -update noar ti set v0='178K6SRB8D0B4RBRHGFB87HF' where id=6; -update noar tt set b0='NS5IPKY5T4VL' where id=6; -update noar ti set b0='NS5IPKY5T4VL' where id=6; -update noar tt set v0='VOH0MR9VJR6M0QEJQZIOL1RA7XD4RX' where id=6; -update noar ti set v0='VOH0MR9VJR6M0QEJQZIOL1RA7XD4RX' where id=6; -update noar tt set b1='YO4BDZ7CU2WV9AOCF49IIH8' where id=6; -update noar ti set b1='YO4BDZ7CU2WV9AOCF49IIH8' where id=6; -update noar tt set v0='XYQDCYR97CE2LG4J99XA' where id=6; -update noar ti set v0='XYQDCYR97CE2LG4J99XA' where id=6; -update noar tt set b2='IZX4L2ISKJVGV2FJ8W' where id=6; -update noar ti set b2='IZX4L2ISKJVGV2FJ8W' where id=6; -update noar tt set v0='KLKT9AUMZE4SDHD6O8X7FUJUAPX' where id=7; -update noar ti set v0='KLKT9AUMZE4SDHD6O8X7FUJUAPX' where id=7; -update noar tt set b0='ZNEIJHUAJ6GLJ' where id=7; -update noar ti set b0='ZNEIJHUAJ6GLJ' where id=7; -update noar tt set v0='23J1QZRV27FFHPH1BVV' where id=7; -update noar ti set v0='23J1QZRV27FFHPH1BVV' where id=7; -update noar tt set b1='RWHRD2YVW' where id=7; -update noar ti set b1='RWHRD2YVW' where id=7; -update noar tt set v0='IGZ' where id=7; -update noar ti set v0='IGZ' where id=7; -update noar tt set b2='XGRZ98XQ0V5P7HIFFRUO4J8' where id=7; -update noar ti set b2='XGRZ98XQ0V5P7HIFFRUO4J8' where id=7; -update noar tt set v0='MKKIQ4OJT' where id=8; -update noar ti set v0='MKKIQ4OJT' where id=8; -update noar tt set b0='JY' where id=8; -update noar ti set b0='JY' where id=8; -update noar tt set v0='MOGTDQ8ERF7JECXGSHUX3W92TYMKR' where id=8; -update noar ti set v0='MOGTDQ8ERF7JECXGSHUX3W92TYMKR' where id=8; -update noar tt set b1='D61JS2ST6F6FGEC29XOE2DRS27U5BSPP' where id=8; -update noar ti set b1='D61JS2ST6F6FGEC29XOE2DRS27U5BSPP' where id=8; -update noar tt set v0='G6LMY1LUTIFU2DFE89R' where id=8; -update noar ti set v0='G6LMY1LUTIFU2DFE89R' where id=8; -update noar tt set b2='3OJ3VH5BYH99Q8NWP9FTLZHV771CYX' where id=8; -update noar ti set b2='3OJ3VH5BYH99Q8NWP9FTLZHV771CYX' where id=8; -update noar tt set v0='0LD8B63HBY' where id=9; -update noar ti set v0='0LD8B63HBY' where id=9; -update noar tt set b0='GFWWZWRI5DF7I0RZZVSAN5WZVCJA' where id=9; -update noar ti set b0='GFWWZWRI5DF7I0RZZVSAN5WZVCJA' where id=9; -update noar tt set v0='JW8GKXES9ZRT3GI15V1Q' where id=9; -update noar ti set v0='JW8GKXES9ZRT3GI15V1Q' where id=9; -update noar tt set b1='ZN' where id=9; -update noar ti set b1='ZN' where id=9; -update noar tt set v0='TYPZJ6VDMQ' where id=9; -update noar ti set v0='TYPZJ6VDMQ' where id=9; -update noar tt set b2='365FB9MNA3ZTD' where id=9; -update noar ti set b2='365FB9MNA3ZTD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5LT' where id=1; -update noar ti set v0='5LT' where id=1; -update noar tt set b0='LNXTCKX' where id=1; -update noar ti set b0='LNXTCKX' where id=1; -update noar tt set v0='UEWTU2JHM' where id=1; -update noar ti set v0='UEWTU2JHM' where id=1; -update noar tt set b1='FD0B2WDPSNR2M' where id=1; -update noar ti set b1='FD0B2WDPSNR2M' where id=1; -update noar tt set v0='7PT7CA8EIPOKESUND9CGTSED8R' where id=1; -update noar ti set v0='7PT7CA8EIPOKESUND9CGTSED8R' where id=1; -update noar tt set b2='0REM82L82' where id=1; -update noar ti set b2='0REM82L82' where id=1; -update noar tt set v0='441X29DK2003SSIY9MLK19M3KI07V' where id=2; -update noar ti set v0='441X29DK2003SSIY9MLK19M3KI07V' where id=2; -update noar tt set b0='VUJ4F8SUTHE78DYTDL68YENPLWG' where id=2; -update noar ti set b0='VUJ4F8SUTHE78DYTDL68YENPLWG' where id=2; -update noar tt set v0='9Q3MZI4P686SDKP9K' where id=2; -update noar ti set v0='9Q3MZI4P686SDKP9K' where id=2; -update noar tt set b1='5' where id=2; -update noar ti set b1='5' where id=2; -update noar tt set v0='BJXRK44RBZ0Y9R1BDG4' where id=2; -update noar ti set v0='BJXRK44RBZ0Y9R1BDG4' where id=2; -update noar tt set b2='MX60I' where id=2; -update noar ti set b2='MX60I' where id=2; -update noar tt set v0='ACCEQTDTGF32KA9CWALURYM' where id=3; -update noar ti set v0='ACCEQTDTGF32KA9CWALURYM' where id=3; -update noar tt set b0='KR8R2' where id=3; -update noar ti set b0='KR8R2' where id=3; -update noar tt set v0='O227LV5IC' where id=3; -update noar ti set v0='O227LV5IC' where id=3; -update noar tt set b1='SMMYEVVNUJZLWRRET4DV6G3V4M0YEWPJ' where id=3; -update noar ti set b1='SMMYEVVNUJZLWRRET4DV6G3V4M0YEWPJ' where id=3; -update noar tt set v0='E0YCM1RDTAXZKA52CJBYMWGV86C' where id=3; -update noar ti set v0='E0YCM1RDTAXZKA52CJBYMWGV86C' where id=3; -update noar tt set b2='YHXJBMUTMPGHD8R9YGE' where id=3; -update noar ti set b2='YHXJBMUTMPGHD8R9YGE' where id=3; -update noar tt set v0='RSMLA8XZJ64CF7J' where id=4; -update noar ti set v0='RSMLA8XZJ64CF7J' where id=4; -update noar tt set b0='95A49B5F' where id=4; -update noar ti set b0='95A49B5F' where id=4; -update noar tt set v0='CUJY5X9' where id=4; -update noar ti set v0='CUJY5X9' where id=4; -update noar tt set b1='4VZ4K3L' where id=4; -update noar ti set b1='4VZ4K3L' where id=4; -update noar tt set v0='DSRUC2' where id=4; -update noar ti set v0='DSRUC2' where id=4; -update noar tt set b2='5JSGWN6K1C8KX7DOLHY' where id=4; -update noar ti set b2='5JSGWN6K1C8KX7DOLHY' where id=4; -update noar tt set v0='X51KLB1OEF' where id=5; -update noar ti set v0='X51KLB1OEF' where id=5; -update noar tt set b0='AYMJUWOZK96GYL4KY337XQXRHAPYC' where id=5; -update noar ti set b0='AYMJUWOZK96GYL4KY337XQXRHAPYC' where id=5; -update noar tt set v0='152K5' where id=5; -update noar ti set v0='152K5' where id=5; -update noar tt set b1='6SEO8JMU8FD' where id=5; -update noar ti set b1='6SEO8JMU8FD' where id=5; -update noar tt set v0='J7XKWW5BI5K6' where id=5; -update noar ti set v0='J7XKWW5BI5K6' where id=5; -update noar tt set b2='VWY0KY7KQF7FYZS1LO3L6LZ4P9WNO8' where id=5; -update noar ti set b2='VWY0KY7KQF7FYZS1LO3L6LZ4P9WNO8' where id=5; -update noar tt set v0='4Q677GFVA' where id=6; -update noar ti set v0='4Q677GFVA' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='9ZYSUK' where id=6; -update noar ti set v0='9ZYSUK' where id=6; -update noar tt set b1='JKSJKEF9QZQGEH' where id=6; -update noar ti set b1='JKSJKEF9QZQGEH' where id=6; -update noar tt set v0='ZJOUBF1695NIJDHIMAO384' where id=6; -update noar ti set v0='ZJOUBF1695NIJDHIMAO384' where id=6; -update noar tt set b2='ZW74LM9ZBUANXXE6584WQUU79QI9T' where id=6; -update noar ti set b2='ZW74LM9ZBUANXXE6584WQUU79QI9T' where id=6; -update noar tt set v0='XZR654NKSROEH0BPWM9YI9R' where id=7; -update noar ti set v0='XZR654NKSROEH0BPWM9YI9R' where id=7; -update noar tt set b0='MAGDKKGQH' where id=7; -update noar ti set b0='MAGDKKGQH' where id=7; -update noar tt set v0='0ILPRB4YW2F48EICCZXX47P9JJP' where id=7; -update noar ti set v0='0ILPRB4YW2F48EICCZXX47P9JJP' where id=7; -update noar tt set b1='FQC9RK9G12JXVWV' where id=7; -update noar ti set b1='FQC9RK9G12JXVWV' where id=7; -update noar tt set v0='UWOH3778BPPUF' where id=7; -update noar ti set v0='UWOH3778BPPUF' where id=7; -update noar tt set b2='2' where id=7; -update noar ti set b2='2' where id=7; -update noar tt set v0='OROP4X0XUUKUQEGMDO' where id=8; -update noar ti set v0='OROP4X0XUUKUQEGMDO' where id=8; -update noar tt set b0='9KHZFWINZY22TR7DFR' where id=8; -update noar ti set b0='9KHZFWINZY22TR7DFR' where id=8; -update noar tt set v0='VD5YC1BGL128OG3LX7DK7O6H5CUU' where id=8; -update noar ti set v0='VD5YC1BGL128OG3LX7DK7O6H5CUU' where id=8; -update noar tt set b1='8P5D3NB8NIUX4LVZVLV3J5UANFL4OE2' where id=8; -update noar ti set b1='8P5D3NB8NIUX4LVZVLV3J5UANFL4OE2' where id=8; -update noar tt set v0='W575DZ' where id=8; -update noar ti set v0='W575DZ' where id=8; -update noar tt set b2='6JI0SDRKAW8N04BTJDR7Q' where id=8; -update noar ti set b2='6JI0SDRKAW8N04BTJDR7Q' where id=8; -update noar tt set v0='1M7TXVB4FKNRNSJKY5G1QETEX44V' where id=9; -update noar ti set v0='1M7TXVB4FKNRNSJKY5G1QETEX44V' where id=9; -update noar tt set b0='0MSG9HJDENISRY77JWUELH0E0W8NFO8T' where id=9; -update noar ti set b0='0MSG9HJDENISRY77JWUELH0E0W8NFO8T' where id=9; -update noar tt set v0='3D74L3KEP1HWSTH54FZPHV' where id=9; -update noar ti set v0='3D74L3KEP1HWSTH54FZPHV' where id=9; -update noar tt set b1='YCSV912PEB6BE' where id=9; -update noar ti set b1='YCSV912PEB6BE' where id=9; -update noar tt set v0='27' where id=9; -update noar ti set v0='27' where id=9; -update noar tt set b2='3XG0MVJXZ63XGJJZBA8' where id=9; -update noar ti set b2='3XG0MVJXZ63XGJJZBA8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGN4QTFHFK' where id=1; -update noar ti set v0='JGN4QTFHFK' where id=1; -update noar tt set b0='DNYP0EE1ES4JDL577TSS00Q' where id=1; -update noar ti set b0='DNYP0EE1ES4JDL577TSS00Q' where id=1; -update noar tt set v0='UPJSWGW4MM6LI0F8K961PASN' where id=1; -update noar ti set v0='UPJSWGW4MM6LI0F8K961PASN' where id=1; -update noar tt set b1='FPG3R88I37FLO5' where id=1; -update noar ti set b1='FPG3R88I37FLO5' where id=1; -update noar tt set v0='BV0BA9' where id=1; -update noar ti set v0='BV0BA9' where id=1; -update noar tt set b2='WMCJM4LEX7DX0W6KPEF08UON' where id=1; -update noar ti set b2='WMCJM4LEX7DX0W6KPEF08UON' where id=1; -update noar tt set v0='G7' where id=2; -update noar ti set v0='G7' where id=2; -update noar tt set b0='TFH' where id=2; -update noar ti set b0='TFH' where id=2; -update noar tt set v0='M7AQAS08TI4B82' where id=2; -update noar ti set v0='M7AQAS08TI4B82' where id=2; -update noar tt set b1='H5LK7PEHOB3Y24G' where id=2; -update noar ti set b1='H5LK7PEHOB3Y24G' where id=2; -update noar tt set v0='5X419VQ4KWPIBM' where id=2; -update noar ti set v0='5X419VQ4KWPIBM' where id=2; -update noar tt set b2='VPBBD' where id=2; -update noar ti set b2='VPBBD' where id=2; -update noar tt set v0='LJXZ91ZOXXTW1HPYB304EC' where id=3; -update noar ti set v0='LJXZ91ZOXXTW1HPYB304EC' where id=3; -update noar tt set b0='E76KK42IV0L2P8Y7O7VOZOO6' where id=3; -update noar ti set b0='E76KK42IV0L2P8Y7O7VOZOO6' where id=3; -update noar tt set v0='B0' where id=3; -update noar ti set v0='B0' where id=3; -update noar tt set b1='UOT5F79' where id=3; -update noar ti set b1='UOT5F79' where id=3; -update noar tt set v0='4270VR8' where id=3; -update noar ti set v0='4270VR8' where id=3; -update noar tt set b2='9I8918KAPITNFZLWIFJ266FOANA' where id=3; -update noar ti set b2='9I8918KAPITNFZLWIFJ266FOANA' where id=3; -update noar tt set v0='5OKW3JXHD6E7435MINJ7M' where id=4; -update noar ti set v0='5OKW3JXHD6E7435MINJ7M' where id=4; -update noar tt set b0='1YBYYBD4B7AY7JHH3U8JSNNB6I1WXG8R' where id=4; -update noar ti set b0='1YBYYBD4B7AY7JHH3U8JSNNB6I1WXG8R' where id=4; -update noar tt set v0='PKWJU4I8IWH6VVQX0K3EW80YNKOZH' where id=4; -update noar ti set v0='PKWJU4I8IWH6VVQX0K3EW80YNKOZH' where id=4; -update noar tt set b1='AJMIJEEV' where id=4; -update noar ti set b1='AJMIJEEV' where id=4; -update noar tt set v0='GCAK54V1BUTU5FI2U' where id=4; -update noar ti set v0='GCAK54V1BUTU5FI2U' where id=4; -update noar tt set b2='QU93GWILSD4O439A49LHE' where id=4; -update noar ti set b2='QU93GWILSD4O439A49LHE' where id=4; -update noar tt set v0='HYREQ9FG9UNRGMAIYX' where id=5; -update noar ti set v0='HYREQ9FG9UNRGMAIYX' where id=5; -update noar tt set b0='3GBT0' where id=5; -update noar ti set b0='3GBT0' where id=5; -update noar tt set v0='S18EQDS' where id=5; -update noar ti set v0='S18EQDS' where id=5; -update noar tt set b1='ACKI84AH8DHCDERB53Z335MBTLKK66F9' where id=5; -update noar ti set b1='ACKI84AH8DHCDERB53Z335MBTLKK66F9' where id=5; -update noar tt set v0='SLO3BUOT5U3IE9' where id=5; -update noar ti set v0='SLO3BUOT5U3IE9' where id=5; -update noar tt set b2='2D91TPELQGJ' where id=5; -update noar ti set b2='2D91TPELQGJ' where id=5; -update noar tt set v0='F6132GVKX24P' where id=6; -update noar ti set v0='F6132GVKX24P' where id=6; -update noar tt set b0='KOPC7I2KY5FP5H815EF9F2QCIEWF' where id=6; -update noar ti set b0='KOPC7I2KY5FP5H815EF9F2QCIEWF' where id=6; -update noar tt set v0='UDKKHE4CR8EVX2Q5LO17BP9LO77' where id=6; -update noar ti set v0='UDKKHE4CR8EVX2Q5LO17BP9LO77' where id=6; -update noar tt set b1='H7P21A' where id=6; -update noar ti set b1='H7P21A' where id=6; -update noar tt set v0='3YIK9FNE5ILY' where id=6; -update noar ti set v0='3YIK9FNE5ILY' where id=6; -update noar tt set b2='063JBL6QOSQ34B5MUKL' where id=6; -update noar ti set b2='063JBL6QOSQ34B5MUKL' where id=6; -update noar tt set v0='WX9WXYIGGR4DZZQMA1MGXIB' where id=7; -update noar ti set v0='WX9WXYIGGR4DZZQMA1MGXIB' where id=7; -update noar tt set b0='1CMHFS9WQILWH' where id=7; -update noar ti set b0='1CMHFS9WQILWH' where id=7; -update noar tt set v0='CZMKT8F' where id=7; -update noar ti set v0='CZMKT8F' where id=7; -update noar tt set b1='YE0YYRN5A5V58T0I' where id=7; -update noar ti set b1='YE0YYRN5A5V58T0I' where id=7; -update noar tt set v0='9D22H8K' where id=7; -update noar ti set v0='9D22H8K' where id=7; -update noar tt set b2='HMNAC11J4S9PLTL8KSKSQTY8' where id=7; -update noar ti set b2='HMNAC11J4S9PLTL8KSKSQTY8' where id=7; -update noar tt set v0='N8RNIJ8R75RVP8OO4G35501BCZH1E5PK' where id=8; -update noar ti set v0='N8RNIJ8R75RVP8OO4G35501BCZH1E5PK' where id=8; -update noar tt set b0='IBPTTO45M40M8W4A5T9QK4779' where id=8; -update noar ti set b0='IBPTTO45M40M8W4A5T9QK4779' where id=8; -update noar tt set v0='TEQKE1C2DJEOCRRT7W8PR' where id=8; -update noar ti set v0='TEQKE1C2DJEOCRRT7W8PR' where id=8; -update noar tt set b1='7D' where id=8; -update noar ti set b1='7D' where id=8; -update noar tt set v0='4FABU203DVBSM4CIVQYA5R8EFIL' where id=8; -update noar ti set v0='4FABU203DVBSM4CIVQYA5R8EFIL' where id=8; -update noar tt set b2='2DGHEUT4H0HCQ19DB' where id=8; -update noar ti set b2='2DGHEUT4H0HCQ19DB' where id=8; -update noar tt set v0='VMZTHZ8WZ4KHWA' where id=9; -update noar ti set v0='VMZTHZ8WZ4KHWA' where id=9; -update noar tt set b0='Q8G4ANO9FWPMBSYSP7EU8TH2G' where id=9; -update noar ti set b0='Q8G4ANO9FWPMBSYSP7EU8TH2G' where id=9; -update noar tt set v0='GA0HBEDG28ISRLMNH6B45Y8P' where id=9; -update noar ti set v0='GA0HBEDG28ISRLMNH6B45Y8P' where id=9; -update noar tt set b1='IHM9GX2SND8MNR7AAF4UE02' where id=9; -update noar ti set b1='IHM9GX2SND8MNR7AAF4UE02' where id=9; -update noar tt set v0='MBJDOXW3LS0RS730WJ175KYZWATGWZQ' where id=9; -update noar ti set v0='MBJDOXW3LS0RS730WJ175KYZWATGWZQ' where id=9; -update noar tt set b2='WB84KK3ES0T' where id=9; -update noar ti set b2='WB84KK3ES0T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QBY6LV' where id=1; -update noar ti set v0='QBY6LV' where id=1; -update noar tt set b0='OVKC107A0Y3ZCY12G43LYBUR' where id=1; -update noar ti set b0='OVKC107A0Y3ZCY12G43LYBUR' where id=1; -update noar tt set v0='K8LJYQ2PFKJDD' where id=1; -update noar ti set v0='K8LJYQ2PFKJDD' where id=1; -update noar tt set b1='GSYQNRKCBJJA' where id=1; -update noar ti set b1='GSYQNRKCBJJA' where id=1; -update noar tt set v0='E1U' where id=1; -update noar ti set v0='E1U' where id=1; -update noar tt set b2='MQQZGAUVAOEENS7AJ2' where id=1; -update noar ti set b2='MQQZGAUVAOEENS7AJ2' where id=1; -update noar tt set v0='S3WZ0YC9V011XSG4EEPPZ6H4MT4D' where id=2; -update noar ti set v0='S3WZ0YC9V011XSG4EEPPZ6H4MT4D' where id=2; -update noar tt set b0='DI83NAA0MNS3QRLM' where id=2; -update noar ti set b0='DI83NAA0MNS3QRLM' where id=2; -update noar tt set v0='JA6SRDWITUO9VV4TKXB7' where id=2; -update noar ti set v0='JA6SRDWITUO9VV4TKXB7' where id=2; -update noar tt set b1='13Z57OG4PEDBVPEFRHBRNPQ0V6' where id=2; -update noar ti set b1='13Z57OG4PEDBVPEFRHBRNPQ0V6' where id=2; -update noar tt set v0='NHJWJ601DZ' where id=2; -update noar ti set v0='NHJWJ601DZ' where id=2; -update noar tt set b2='QL3D8OO67BS' where id=2; -update noar ti set b2='QL3D8OO67BS' where id=2; -update noar tt set v0='FO13D2POSU4TKT366NP' where id=3; -update noar ti set v0='FO13D2POSU4TKT366NP' where id=3; -update noar tt set b0='F3P6CJK2U4KNYIXE' where id=3; -update noar ti set b0='F3P6CJK2U4KNYIXE' where id=3; -update noar tt set v0='EFFCKQKTEZ288' where id=3; -update noar ti set v0='EFFCKQKTEZ288' where id=3; -update noar tt set b1='8ETN5QNUEVH77IU8S0QCDQBTCD' where id=3; -update noar ti set b1='8ETN5QNUEVH77IU8S0QCDQBTCD' where id=3; -update noar tt set v0='W4CZLDZO3CQY0T4ACQH24FD' where id=3; -update noar ti set v0='W4CZLDZO3CQY0T4ACQH24FD' where id=3; -update noar tt set b2='68OQ9XSPWC' where id=3; -update noar ti set b2='68OQ9XSPWC' where id=3; -update noar tt set v0='C4CDQ5M2IABWBS42HAAS' where id=4; -update noar ti set v0='C4CDQ5M2IABWBS42HAAS' where id=4; -update noar tt set b0='5EJRVGKY0XB' where id=4; -update noar ti set b0='5EJRVGKY0XB' where id=4; -update noar tt set v0='F2WNH15FORSUB632R1FFBHY4B' where id=4; -update noar ti set v0='F2WNH15FORSUB632R1FFBHY4B' where id=4; -update noar tt set b1='NDCBEC2CY8G4VPOEQVMZFX8Y' where id=4; -update noar ti set b1='NDCBEC2CY8G4VPOEQVMZFX8Y' where id=4; -update noar tt set v0='BRVH6XJTK3DVSWMQG' where id=4; -update noar ti set v0='BRVH6XJTK3DVSWMQG' where id=4; -update noar tt set b2='8OMQPM95BTW6JLXXX4WSYCH82CJG34K' where id=4; -update noar ti set b2='8OMQPM95BTW6JLXXX4WSYCH82CJG34K' where id=4; -update noar tt set v0='B3EBNE7I32' where id=5; -update noar ti set v0='B3EBNE7I32' where id=5; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set v0='AMZYJPSCET70XVUJMHCTXQBSXX' where id=5; -update noar ti set v0='AMZYJPSCET70XVUJMHCTXQBSXX' where id=5; -update noar tt set b1='RQJJQ' where id=5; -update noar ti set b1='RQJJQ' where id=5; -update noar tt set v0='SI' where id=5; -update noar ti set v0='SI' where id=5; -update noar tt set b2='1Q0W67XJ5R53' where id=5; -update noar ti set b2='1Q0W67XJ5R53' where id=5; -update noar tt set v0='W' where id=6; -update noar ti set v0='W' where id=6; -update noar tt set b0='ZQQZZS2650TVV58' where id=6; -update noar ti set b0='ZQQZZS2650TVV58' where id=6; -update noar tt set v0='FMX6N8SRJPGSUBJZS46S' where id=6; -update noar ti set v0='FMX6N8SRJPGSUBJZS46S' where id=6; -update noar tt set b1='T3VSKTNGPN0OLHGAV9K5Y1I5ERVQ' where id=6; -update noar ti set b1='T3VSKTNGPN0OLHGAV9K5Y1I5ERVQ' where id=6; -update noar tt set v0='ZR5A64D' where id=6; -update noar ti set v0='ZR5A64D' where id=6; -update noar tt set b2='0L98AT5YQK6KGF5' where id=6; -update noar ti set b2='0L98AT5YQK6KGF5' where id=6; -update noar tt set v0='F24NBRI1HGH6HU02SBHZLKL78KFV2W' where id=7; -update noar ti set v0='F24NBRI1HGH6HU02SBHZLKL78KFV2W' where id=7; -update noar tt set b0='3BCZN' where id=7; -update noar ti set b0='3BCZN' where id=7; -update noar tt set v0='NM07MR8SN9L69D0' where id=7; -update noar ti set v0='NM07MR8SN9L69D0' where id=7; -update noar tt set b1='2KFQF9IPL4WMX5Z' where id=7; -update noar ti set b1='2KFQF9IPL4WMX5Z' where id=7; -update noar tt set v0='2PCTBJ' where id=7; -update noar ti set v0='2PCTBJ' where id=7; -update noar tt set b2='QLHI32EKBMNNVQD' where id=7; -update noar ti set b2='QLHI32EKBMNNVQD' where id=7; -update noar tt set v0='S98ROI44IXUYDXQ' where id=8; -update noar ti set v0='S98ROI44IXUYDXQ' where id=8; -update noar tt set b0='NWISI' where id=8; -update noar ti set b0='NWISI' where id=8; -update noar tt set v0='8SG4UK11AXE016YB452' where id=8; -update noar ti set v0='8SG4UK11AXE016YB452' where id=8; -update noar tt set b1='9FGH3A2JVQ3GFF4CJ' where id=8; -update noar ti set b1='9FGH3A2JVQ3GFF4CJ' where id=8; -update noar tt set v0='8E54PD6V905HEA17WB' where id=8; -update noar ti set v0='8E54PD6V905HEA17WB' where id=8; -update noar tt set b2='ZMLRM3O0' where id=8; -update noar ti set b2='ZMLRM3O0' where id=8; -update noar tt set v0='9H2YM2J5E0BS0A8OJB8P24B2H3' where id=9; -update noar ti set v0='9H2YM2J5E0BS0A8OJB8P24B2H3' where id=9; -update noar tt set b0='F4H1' where id=9; -update noar ti set b0='F4H1' where id=9; -update noar tt set v0='U3URAFKJP8TL07NMU03N94JGNO' where id=9; -update noar ti set v0='U3URAFKJP8TL07NMU03N94JGNO' where id=9; -update noar tt set b1='WBKOZUBPFKC' where id=9; -update noar ti set b1='WBKOZUBPFKC' where id=9; -update noar tt set v0='950NBB1L1WJAYF' where id=9; -update noar ti set v0='950NBB1L1WJAYF' where id=9; -update noar tt set b2='3JZE6A0GL6K4055LXF8KEJUBALFGF6F1' where id=9; -update noar ti set b2='3JZE6A0GL6K4055LXF8KEJUBALFGF6F1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9877QISJZWDG5TRCA0WOA7QDCQDY3N' where id=1; -update noar ti set v0='9877QISJZWDG5TRCA0WOA7QDCQDY3N' where id=1; -update noar tt set b0='UN1MQMGSL0USVSIKFO' where id=1; -update noar ti set b0='UN1MQMGSL0USVSIKFO' where id=1; -update noar tt set v0='O0N4X' where id=1; -update noar ti set v0='O0N4X' where id=1; -update noar tt set b1='31' where id=1; -update noar ti set b1='31' where id=1; -update noar tt set v0='X9TCNPDK1TY305U72VI6' where id=1; -update noar ti set v0='X9TCNPDK1TY305U72VI6' where id=1; -update noar tt set b2='06R' where id=1; -update noar ti set b2='06R' where id=1; -update noar tt set v0='L0N3UJP51CXLT3Z69XI6NAQ3EWP1GB' where id=2; -update noar ti set v0='L0N3UJP51CXLT3Z69XI6NAQ3EWP1GB' where id=2; -update noar tt set b0='LWH30LLDH2JV6TYUGF' where id=2; -update noar ti set b0='LWH30LLDH2JV6TYUGF' where id=2; -update noar tt set v0='2PI29TFFIO0' where id=2; -update noar ti set v0='2PI29TFFIO0' where id=2; -update noar tt set b1='K5YRI9TSHS67Z77F2A3S9U5U4RQW3C' where id=2; -update noar ti set b1='K5YRI9TSHS67Z77F2A3S9U5U4RQW3C' where id=2; -update noar tt set v0='9QIKKPAYU3XFX4C' where id=2; -update noar ti set v0='9QIKKPAYU3XFX4C' where id=2; -update noar tt set b2='8OCM2CRFW759M0' where id=2; -update noar ti set b2='8OCM2CRFW759M0' where id=2; -update noar tt set v0='ZOUS40IIDM9XTCG2Z7P9MCHS' where id=3; -update noar ti set v0='ZOUS40IIDM9XTCG2Z7P9MCHS' where id=3; -update noar tt set b0='7E3BD5O1' where id=3; -update noar ti set b0='7E3BD5O1' where id=3; -update noar tt set v0='QZ4KN75FEGVF9' where id=3; -update noar ti set v0='QZ4KN75FEGVF9' where id=3; -update noar tt set b1='QF1KX7WTP' where id=3; -update noar ti set b1='QF1KX7WTP' where id=3; -update noar tt set v0='HOPUNF7M30GQNI0Y7JXIU6AKYK3A4EG' where id=3; -update noar ti set v0='HOPUNF7M30GQNI0Y7JXIU6AKYK3A4EG' where id=3; -update noar tt set b2='WPHABIAUXA0U0' where id=3; -update noar ti set b2='WPHABIAUXA0U0' where id=3; -update noar tt set v0='4806XCACSQKO' where id=4; -update noar ti set v0='4806XCACSQKO' where id=4; -update noar tt set b0='JR71U4' where id=4; -update noar ti set b0='JR71U4' where id=4; -update noar tt set v0='6Q8RPDXCTCI75U8W6FV5TG1CE4ZRG' where id=4; -update noar ti set v0='6Q8RPDXCTCI75U8W6FV5TG1CE4ZRG' where id=4; -update noar tt set b1='N3FRK2FP' where id=4; -update noar ti set b1='N3FRK2FP' where id=4; -update noar tt set v0='QEBD6LKNO' where id=4; -update noar ti set v0='QEBD6LKNO' where id=4; -update noar tt set b2='6U63NHFD42RY20S1' where id=4; -update noar ti set b2='6U63NHFD42RY20S1' where id=4; -update noar tt set v0='3MO6O6SHTRK' where id=5; -update noar ti set v0='3MO6O6SHTRK' where id=5; -update noar tt set b0='IE3A9KPQJ7R4KNYF2WPAEEC97A' where id=5; -update noar ti set b0='IE3A9KPQJ7R4KNYF2WPAEEC97A' where id=5; -update noar tt set v0='LD26DWMCPJVL1K7' where id=5; -update noar ti set v0='LD26DWMCPJVL1K7' where id=5; -update noar tt set b1='L26WI76NIFVTSFMZ7GBBU40KKANO8Z6' where id=5; -update noar ti set b1='L26WI76NIFVTSFMZ7GBBU40KKANO8Z6' where id=5; -update noar tt set v0='KLH0JBWPYGSKYGZ8Q7NCG' where id=5; -update noar ti set v0='KLH0JBWPYGSKYGZ8Q7NCG' where id=5; -update noar tt set b2='IKQDOQT694KK' where id=5; -update noar ti set b2='IKQDOQT694KK' where id=5; -update noar tt set v0='KW7OUX2ZGXXIMXVNEP2MG15M13' where id=6; -update noar ti set v0='KW7OUX2ZGXXIMXVNEP2MG15M13' where id=6; -update noar tt set b0='KXRZKKZW7D' where id=6; -update noar ti set b0='KXRZKKZW7D' where id=6; -update noar tt set v0='5XINU22GELE81P0O8HFW2D' where id=6; -update noar ti set v0='5XINU22GELE81P0O8HFW2D' where id=6; -update noar tt set b1='MWM54FOMUB2WR' where id=6; -update noar ti set b1='MWM54FOMUB2WR' where id=6; -update noar tt set v0='1DD2B4KHSMHUW18CSMSPH12OMCH09L65' where id=6; -update noar ti set v0='1DD2B4KHSMHUW18CSMSPH12OMCH09L65' where id=6; -update noar tt set b2='4QRM7CD07XREJXMP2UWT7BK8NV3K' where id=6; -update noar ti set b2='4QRM7CD07XREJXMP2UWT7BK8NV3K' where id=6; -update noar tt set v0='46MBYC4OHHEGFY1K7928BN37LSBE' where id=7; -update noar ti set v0='46MBYC4OHHEGFY1K7928BN37LSBE' where id=7; -update noar tt set b0='5VHGNSJLOZ5IHO0WVQVNJ1WO5VUGHP8Y' where id=7; -update noar ti set b0='5VHGNSJLOZ5IHO0WVQVNJ1WO5VUGHP8Y' where id=7; -update noar tt set v0='7J' where id=7; -update noar ti set v0='7J' where id=7; -update noar tt set b1='FXXY2EWJE8JXKTH' where id=7; -update noar ti set b1='FXXY2EWJE8JXKTH' where id=7; -update noar tt set v0='1DXSFXQ' where id=7; -update noar ti set v0='1DXSFXQ' where id=7; -update noar tt set b2='8898HQDTJF' where id=7; -update noar ti set b2='8898HQDTJF' where id=7; -update noar tt set v0='9F82N2B9FI' where id=8; -update noar ti set v0='9F82N2B9FI' where id=8; -update noar tt set b0='D9P8FY' where id=8; -update noar ti set b0='D9P8FY' where id=8; -update noar tt set v0='0E6LKTH10EG' where id=8; -update noar ti set v0='0E6LKTH10EG' where id=8; -update noar tt set b1='PBB3AQ' where id=8; -update noar ti set b1='PBB3AQ' where id=8; -update noar tt set v0='L99E7LA' where id=8; -update noar ti set v0='L99E7LA' where id=8; -update noar tt set b2='ZW40C5QYC5' where id=8; -update noar ti set b2='ZW40C5QYC5' where id=8; -update noar tt set v0='VKA30BP6ECKRZPY0N3FP' where id=9; -update noar ti set v0='VKA30BP6ECKRZPY0N3FP' where id=9; -update noar tt set b0='O' where id=9; -update noar ti set b0='O' where id=9; -update noar tt set v0='14QD9JUSW4P8AYRHHH607B4V' where id=9; -update noar ti set v0='14QD9JUSW4P8AYRHHH607B4V' where id=9; -update noar tt set b1='8LY6P8ZBRNQM4VUGA9Y8K3PG9NKJR7ZB' where id=9; -update noar ti set b1='8LY6P8ZBRNQM4VUGA9Y8K3PG9NKJR7ZB' where id=9; -update noar tt set v0='PA6GLXJTEX' where id=9; -update noar ti set v0='PA6GLXJTEX' where id=9; -update noar tt set b2='KIEBI52U' where id=9; -update noar ti set b2='KIEBI52U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H5HBU6R8BZYCIII1IFV4YLME' where id=1; -update noar ti set v0='H5HBU6R8BZYCIII1IFV4YLME' where id=1; -update noar tt set b0='N24KW0DCPYJQ2EQF0NHLE6FB7JJ' where id=1; -update noar ti set b0='N24KW0DCPYJQ2EQF0NHLE6FB7JJ' where id=1; -update noar tt set v0='14VXM7NSH8JELONFR89PG' where id=1; -update noar ti set v0='14VXM7NSH8JELONFR89PG' where id=1; -update noar tt set b1='BS5GV' where id=1; -update noar ti set b1='BS5GV' where id=1; -update noar tt set v0='RI5DGFRDWTME4' where id=1; -update noar ti set v0='RI5DGFRDWTME4' where id=1; -update noar tt set b2='QVO1VLYYV8QJ4KUSJDF' where id=1; -update noar ti set b2='QVO1VLYYV8QJ4KUSJDF' where id=1; -update noar tt set v0='DCJBP1W73KPH44P9A2F4' where id=2; -update noar ti set v0='DCJBP1W73KPH44P9A2F4' where id=2; -update noar tt set b0='R9SCSZYP2NW8W4MG5L4XPWV6LLUX9L' where id=2; -update noar ti set b0='R9SCSZYP2NW8W4MG5L4XPWV6LLUX9L' where id=2; -update noar tt set v0='B9KMSZ29WFF5IAY9K' where id=2; -update noar ti set v0='B9KMSZ29WFF5IAY9K' where id=2; -update noar tt set b1='G6EANYJD4AOC4R53' where id=2; -update noar ti set b1='G6EANYJD4AOC4R53' where id=2; -update noar tt set v0='QPFLNX' where id=2; -update noar ti set v0='QPFLNX' where id=2; -update noar tt set b2='N' where id=2; -update noar ti set b2='N' where id=2; -update noar tt set v0='KHET61D2' where id=3; -update noar ti set v0='KHET61D2' where id=3; -update noar tt set b0='HO5B1HZTHVILWBW1X9ZYWB63O' where id=3; -update noar ti set b0='HO5B1HZTHVILWBW1X9ZYWB63O' where id=3; -update noar tt set v0='PQDIOQK5LLXYD9GVBOM22P' where id=3; -update noar ti set v0='PQDIOQK5LLXYD9GVBOM22P' where id=3; -update noar tt set b1='EI1DPMO13ZMK5EE87' where id=3; -update noar ti set b1='EI1DPMO13ZMK5EE87' where id=3; -update noar tt set v0='7GDUXQNDOKFXNW9POZ8DDAYY83U7M3' where id=3; -update noar ti set v0='7GDUXQNDOKFXNW9POZ8DDAYY83U7M3' where id=3; -update noar tt set b2='0273OXVZ57ZESOFIFLBCTY4WPVM' where id=3; -update noar ti set b2='0273OXVZ57ZESOFIFLBCTY4WPVM' where id=3; -update noar tt set v0='G01U6X7A43G8Q' where id=4; -update noar ti set v0='G01U6X7A43G8Q' where id=4; -update noar tt set b0='2NIWV8FFS' where id=4; -update noar ti set b0='2NIWV8FFS' where id=4; -update noar tt set v0='9UK0J14GF0DC' where id=4; -update noar ti set v0='9UK0J14GF0DC' where id=4; -update noar tt set b1='B2C6Y4HNDL9QZKP2ZDU4BO5' where id=4; -update noar ti set b1='B2C6Y4HNDL9QZKP2ZDU4BO5' where id=4; -update noar tt set v0='3YLJH4XW0' where id=4; -update noar ti set v0='3YLJH4XW0' where id=4; -update noar tt set b2='AECACJFS' where id=4; -update noar ti set b2='AECACJFS' where id=4; -update noar tt set v0='311H3EHC' where id=5; -update noar ti set v0='311H3EHC' where id=5; -update noar tt set b0='YAHEPPLTBEXW0A4NGLNIOALW7' where id=5; -update noar ti set b0='YAHEPPLTBEXW0A4NGLNIOALW7' where id=5; -update noar tt set v0='0A8L603F5ZNLBXE528SF1KG8R93' where id=5; -update noar ti set v0='0A8L603F5ZNLBXE528SF1KG8R93' where id=5; -update noar tt set b1='4' where id=5; -update noar ti set b1='4' where id=5; -update noar tt set v0='WUBWN34O6QC9UJYYVEQ56BCS' where id=5; -update noar ti set v0='WUBWN34O6QC9UJYYVEQ56BCS' where id=5; -update noar tt set b2='DFVG6J' where id=5; -update noar ti set b2='DFVG6J' where id=5; -update noar tt set v0='WARQW9ICF8U8MQV4ZQBUENP2U3BEHL' where id=6; -update noar ti set v0='WARQW9ICF8U8MQV4ZQBUENP2U3BEHL' where id=6; -update noar tt set b0='NCEALEANHJ5S4YYUV' where id=6; -update noar ti set b0='NCEALEANHJ5S4YYUV' where id=6; -update noar tt set v0='G1NMBSNUER7DSXM0' where id=6; -update noar ti set v0='G1NMBSNUER7DSXM0' where id=6; -update noar tt set b1='HD4UGAIHZ3FS72PHGD5I9LH0S' where id=6; -update noar ti set b1='HD4UGAIHZ3FS72PHGD5I9LH0S' where id=6; -update noar tt set v0='QGNO39Z2T055QG39QV2NPSVI9MPY3J74' where id=6; -update noar ti set v0='QGNO39Z2T055QG39QV2NPSVI9MPY3J74' where id=6; -update noar tt set b2='AZ' where id=6; -update noar ti set b2='AZ' where id=6; -update noar tt set v0='MIR9' where id=7; -update noar ti set v0='MIR9' where id=7; -update noar tt set b0='RSKLUMYAC5LN4JWVT' where id=7; -update noar ti set b0='RSKLUMYAC5LN4JWVT' where id=7; -update noar tt set v0='NSAGD36PD97Q7OFAPSLGZ3Y5' where id=7; -update noar ti set v0='NSAGD36PD97Q7OFAPSLGZ3Y5' where id=7; -update noar tt set b1='G8YRCVXB3J11YVQOYRZDDHJ5Z12' where id=7; -update noar ti set b1='G8YRCVXB3J11YVQOYRZDDHJ5Z12' where id=7; -update noar tt set v0='JYUJ30HLYSNIO40BHKUUS9IMTYNKDD' where id=7; -update noar ti set v0='JYUJ30HLYSNIO40BHKUUS9IMTYNKDD' where id=7; -update noar tt set b2='AA5GR0WPXUI0ETO1HSEO3OZ' where id=7; -update noar ti set b2='AA5GR0WPXUI0ETO1HSEO3OZ' where id=7; -update noar tt set v0='MF5V32X6B9VVCDF' where id=8; -update noar ti set v0='MF5V32X6B9VVCDF' where id=8; -update noar tt set b0='WKAS4XO23A2VIXMW7UX56LGCJHH24T' where id=8; -update noar ti set b0='WKAS4XO23A2VIXMW7UX56LGCJHH24T' where id=8; -update noar tt set v0='40492I' where id=8; -update noar ti set v0='40492I' where id=8; -update noar tt set b1='K2XZKP6YUKJ599MBIULYS' where id=8; -update noar ti set b1='K2XZKP6YUKJ599MBIULYS' where id=8; -update noar tt set v0='AKIQYVM4DN6QAV7HPN905S1LCXZE7' where id=8; -update noar ti set v0='AKIQYVM4DN6QAV7HPN905S1LCXZE7' where id=8; -update noar tt set b2='9W4XY9Y8XCO6I5BWBQG' where id=8; -update noar ti set b2='9W4XY9Y8XCO6I5BWBQG' where id=8; -update noar tt set v0='8ODC8TJ8X32TFC6U6K' where id=9; -update noar ti set v0='8ODC8TJ8X32TFC6U6K' where id=9; -update noar tt set b0='B982RRGEVL02Y91VWCW7' where id=9; -update noar ti set b0='B982RRGEVL02Y91VWCW7' where id=9; -update noar tt set v0='CY' where id=9; -update noar ti set v0='CY' where id=9; -update noar tt set b1='WUS5' where id=9; -update noar ti set b1='WUS5' where id=9; -update noar tt set v0='DB6UV1N9FS9YCN3S' where id=9; -update noar ti set v0='DB6UV1N9FS9YCN3S' where id=9; -update noar tt set b2='2JR32MU3K1L2OY8KW7HU' where id=9; -update noar ti set b2='2JR32MU3K1L2OY8KW7HU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BAHDVEMAF6TXCHRV8RZ' where id=1; -update noar ti set v0='0BAHDVEMAF6TXCHRV8RZ' where id=1; -update noar tt set b0='6W681RWYE9QLQA1SEJ4WFK' where id=1; -update noar ti set b0='6W681RWYE9QLQA1SEJ4WFK' where id=1; -update noar tt set v0='3P24TYJXMVSW1' where id=1; -update noar ti set v0='3P24TYJXMVSW1' where id=1; -update noar tt set b1='K4F6RIK9WB4LCL7XIFDP2XP8IG8XRCV2' where id=1; -update noar ti set b1='K4F6RIK9WB4LCL7XIFDP2XP8IG8XRCV2' where id=1; -update noar tt set v0='YWF7ZMWX1WUXMVUQXZSFQV70D59' where id=1; -update noar ti set v0='YWF7ZMWX1WUXMVUQXZSFQV70D59' where id=1; -update noar tt set b2='YQJN2J5I9IL' where id=1; -update noar ti set b2='YQJN2J5I9IL' where id=1; -update noar tt set v0='S' where id=2; -update noar ti set v0='S' where id=2; -update noar tt set b0='0VM3S2TQIMV9KGQRHO6042353V' where id=2; -update noar ti set b0='0VM3S2TQIMV9KGQRHO6042353V' where id=2; -update noar tt set v0='MH01K96WWUEY06YQA3AJVXDWPLH57' where id=2; -update noar ti set v0='MH01K96WWUEY06YQA3AJVXDWPLH57' where id=2; -update noar tt set b1='VYC8U14504KR3B7U94QMIG' where id=2; -update noar ti set b1='VYC8U14504KR3B7U94QMIG' where id=2; -update noar tt set v0='TTKPMGOB5J4C8ZDJZ5WJ' where id=2; -update noar ti set v0='TTKPMGOB5J4C8ZDJZ5WJ' where id=2; -update noar tt set b2='ZOH0X84S14SV8NUT513W9' where id=2; -update noar ti set b2='ZOH0X84S14SV8NUT513W9' where id=2; -update noar tt set v0='HXJD18J' where id=3; -update noar ti set v0='HXJD18J' where id=3; -update noar tt set b0='0BX' where id=3; -update noar ti set b0='0BX' where id=3; -update noar tt set v0='1' where id=3; -update noar ti set v0='1' where id=3; -update noar tt set b1='96NGGQAJN' where id=3; -update noar ti set b1='96NGGQAJN' where id=3; -update noar tt set v0='MC6CSVS6K1' where id=3; -update noar ti set v0='MC6CSVS6K1' where id=3; -update noar tt set b2='L0O4RE2TBDVJQ6W3N5S1O97E0P2B' where id=3; -update noar ti set b2='L0O4RE2TBDVJQ6W3N5S1O97E0P2B' where id=3; -update noar tt set v0='QF4JB1HEQD2QBB7V8G3E8O8I' where id=4; -update noar ti set v0='QF4JB1HEQD2QBB7V8G3E8O8I' where id=4; -update noar tt set b0='6I8CIW9S3IDV5NGH15SQK6WG7ZIMZGVU' where id=4; -update noar ti set b0='6I8CIW9S3IDV5NGH15SQK6WG7ZIMZGVU' where id=4; -update noar tt set v0='DCR9KRAGB88R2612GK5I7A0YZ8J4D0VD' where id=4; -update noar ti set v0='DCR9KRAGB88R2612GK5I7A0YZ8J4D0VD' where id=4; -update noar tt set b1='NI2C7ZOLRMSM6YGXBS8HPK1VS91PZ5N' where id=4; -update noar ti set b1='NI2C7ZOLRMSM6YGXBS8HPK1VS91PZ5N' where id=4; -update noar tt set v0='5XUO7VXPWMI' where id=4; -update noar ti set v0='5XUO7VXPWMI' where id=4; -update noar tt set b2='75SPATWCF81WH' where id=4; -update noar ti set b2='75SPATWCF81WH' where id=4; -update noar tt set v0='LO3ZCGWS2SG31I0OJDTQ1V0J7' where id=5; -update noar ti set v0='LO3ZCGWS2SG31I0OJDTQ1V0J7' where id=5; -update noar tt set b0='STKLF0T58SM0TNDE8LQ1SCESW3' where id=5; -update noar ti set b0='STKLF0T58SM0TNDE8LQ1SCESW3' where id=5; -update noar tt set v0='OWTAU1BMK3' where id=5; -update noar ti set v0='OWTAU1BMK3' where id=5; -update noar tt set b1='6ZBEU3POBSYDBCXXI' where id=5; -update noar ti set b1='6ZBEU3POBSYDBCXXI' where id=5; -update noar tt set v0='RZ8LS9TCURZQREHXPJC' where id=5; -update noar ti set v0='RZ8LS9TCURZQREHXPJC' where id=5; -update noar tt set b2='JRB2IC86L908' where id=5; -update noar ti set b2='JRB2IC86L908' where id=5; -update noar tt set v0='TX4Z95BP4ZFBM2P5KWOXWV3328QF' where id=6; -update noar ti set v0='TX4Z95BP4ZFBM2P5KWOXWV3328QF' where id=6; -update noar tt set b0='J7D0KN5E8QTPSXC6TG69YTQBKP0EAHN' where id=6; -update noar ti set b0='J7D0KN5E8QTPSXC6TG69YTQBKP0EAHN' where id=6; -update noar tt set v0='VT425GBDCBJHX0DF' where id=6; -update noar ti set v0='VT425GBDCBJHX0DF' where id=6; -update noar tt set b1='B1JP4IR0TVN5KUGN' where id=6; -update noar ti set b1='B1JP4IR0TVN5KUGN' where id=6; -update noar tt set v0='MRM55C4H2Q7ZH8UBLSONG' where id=6; -update noar ti set v0='MRM55C4H2Q7ZH8UBLSONG' where id=6; -update noar tt set b2='QL36ARLN7RQKK8L' where id=6; -update noar ti set b2='QL36ARLN7RQKK8L' where id=6; -update noar tt set v0='Q99C0OIYH65GU' where id=7; -update noar ti set v0='Q99C0OIYH65GU' where id=7; -update noar tt set b0='XDVX0DGI0CTY89ZM' where id=7; -update noar ti set b0='XDVX0DGI0CTY89ZM' where id=7; -update noar tt set v0='ACHAXOTSM8O8NI99' where id=7; -update noar ti set v0='ACHAXOTSM8O8NI99' where id=7; -update noar tt set b1='3JJMYB9CV3' where id=7; -update noar ti set b1='3JJMYB9CV3' where id=7; -update noar tt set v0='MGI4MN0JK78U6C672AM1UL4KV3G2D' where id=7; -update noar ti set v0='MGI4MN0JK78U6C672AM1UL4KV3G2D' where id=7; -update noar tt set b2='WA1UB0KFK' where id=7; -update noar ti set b2='WA1UB0KFK' where id=7; -update noar tt set v0='QJYN' where id=8; -update noar ti set v0='QJYN' where id=8; -update noar tt set b0='DIG7UHHJCFM2UO7OI4I386' where id=8; -update noar ti set b0='DIG7UHHJCFM2UO7OI4I386' where id=8; -update noar tt set v0='T03WQPBFRY625D8QVKQ0NJ0J' where id=8; -update noar ti set v0='T03WQPBFRY625D8QVKQ0NJ0J' where id=8; -update noar tt set b1='61D' where id=8; -update noar ti set b1='61D' where id=8; -update noar tt set v0='HE2FTABS59W' where id=8; -update noar ti set v0='HE2FTABS59W' where id=8; -update noar tt set b2='I95UH4GBSJIYOECBPWORJS8UENPO6LIE' where id=8; -update noar ti set b2='I95UH4GBSJIYOECBPWORJS8UENPO6LIE' where id=8; -update noar tt set v0='M42AB4VQ2ALSM9ACEITW5S' where id=9; -update noar ti set v0='M42AB4VQ2ALSM9ACEITW5S' where id=9; -update noar tt set b0='XNE8LXH4KCO' where id=9; -update noar ti set b0='XNE8LXH4KCO' where id=9; -update noar tt set v0='DW60C619CFATRZHWWYQ' where id=9; -update noar ti set v0='DW60C619CFATRZHWWYQ' where id=9; -update noar tt set b1='HPZYGB9ROV6YKMRFYMRL' where id=9; -update noar ti set b1='HPZYGB9ROV6YKMRFYMRL' where id=9; -update noar tt set v0='VCSXIF5FXB8JJ4K3A8' where id=9; -update noar ti set v0='VCSXIF5FXB8JJ4K3A8' where id=9; -update noar tt set b2='MWNN5' where id=9; -update noar ti set b2='MWNN5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H3TPN3DRU0XGIKN2FMSS5AWDSLXM' where id=1; -update noar ti set v0='H3TPN3DRU0XGIKN2FMSS5AWDSLXM' where id=1; -update noar tt set b0='XRX4H3LKY7PBHS8JDR4JM5D04I' where id=1; -update noar ti set b0='XRX4H3LKY7PBHS8JDR4JM5D04I' where id=1; -update noar tt set v0='E14IDYSDQPNLKU41DRZNPRMO2' where id=1; -update noar ti set v0='E14IDYSDQPNLKU41DRZNPRMO2' where id=1; -update noar tt set b1='HI2PJJPAS8' where id=1; -update noar ti set b1='HI2PJJPAS8' where id=1; -update noar tt set v0='HLQ9IBJE4ELQURD9B8L77PEAYY0670Q' where id=1; -update noar ti set v0='HLQ9IBJE4ELQURD9B8L77PEAYY0670Q' where id=1; -update noar tt set b2='PJ' where id=1; -update noar ti set b2='PJ' where id=1; -update noar tt set v0='FTDU0OC1GUNA7SDZHXJ7SPDEC7ZO20' where id=2; -update noar ti set v0='FTDU0OC1GUNA7SDZHXJ7SPDEC7ZO20' where id=2; -update noar tt set b0='ZRGVTEBI4KPJY8E06V' where id=2; -update noar ti set b0='ZRGVTEBI4KPJY8E06V' where id=2; -update noar tt set v0='VGU9UVGXAUOAOXCXZW' where id=2; -update noar ti set v0='VGU9UVGXAUOAOXCXZW' where id=2; -update noar tt set b1='65C9K7YS0ZCLWD' where id=2; -update noar ti set b1='65C9K7YS0ZCLWD' where id=2; -update noar tt set v0='LFWR2B61HLW3Q' where id=2; -update noar ti set v0='LFWR2B61HLW3Q' where id=2; -update noar tt set b2='JEA7LIHL8UDSL3' where id=2; -update noar ti set b2='JEA7LIHL8UDSL3' where id=2; -update noar tt set v0='JXELV8Z' where id=3; -update noar ti set v0='JXELV8Z' where id=3; -update noar tt set b0='98RUG' where id=3; -update noar ti set b0='98RUG' where id=3; -update noar tt set v0='ZZQVTZXL4IRGK' where id=3; -update noar ti set v0='ZZQVTZXL4IRGK' where id=3; -update noar tt set b1='LK0R7FFED8' where id=3; -update noar ti set b1='LK0R7FFED8' where id=3; -update noar tt set v0='HRA69F' where id=3; -update noar ti set v0='HRA69F' where id=3; -update noar tt set b2='ETNHVB7G17WDHSWG5SEOEGP8X5' where id=3; -update noar ti set b2='ETNHVB7G17WDHSWG5SEOEGP8X5' where id=3; -update noar tt set v0='SIY0Z6T64C411KAP626OXUDYOJD9IO' where id=4; -update noar ti set v0='SIY0Z6T64C411KAP626OXUDYOJD9IO' where id=4; -update noar tt set b0='YL6LRM' where id=4; -update noar ti set b0='YL6LRM' where id=4; -update noar tt set v0='BFPCF281ON415AEGCNGUWMNEE' where id=4; -update noar ti set v0='BFPCF281ON415AEGCNGUWMNEE' where id=4; -update noar tt set b1='5W7LZTC25UT1C1RGE' where id=4; -update noar ti set b1='5W7LZTC25UT1C1RGE' where id=4; -update noar tt set v0='1P6IZFJ8SB8YWFSKDHLJ1XLIPU1L' where id=4; -update noar ti set v0='1P6IZFJ8SB8YWFSKDHLJ1XLIPU1L' where id=4; -update noar tt set b2='ZT6' where id=4; -update noar ti set b2='ZT6' where id=4; -update noar tt set v0='61SFKGPZ7RI' where id=5; -update noar ti set v0='61SFKGPZ7RI' where id=5; -update noar tt set b0='C13THBYNTEWVXXX' where id=5; -update noar ti set b0='C13THBYNTEWVXXX' where id=5; -update noar tt set v0='NI9OREOUY0XPPP8S86G49Q' where id=5; -update noar ti set v0='NI9OREOUY0XPPP8S86G49Q' where id=5; -update noar tt set b1='Z7XN29W7Y' where id=5; -update noar ti set b1='Z7XN29W7Y' where id=5; -update noar tt set v0='8P3B048Y6X6EGUC6A6C1EN2R9SIARW' where id=5; -update noar ti set v0='8P3B048Y6X6EGUC6A6C1EN2R9SIARW' where id=5; -update noar tt set b2='62KSURH9XUQCN8E5FKTPVY3TUIC56VUW' where id=5; -update noar ti set b2='62KSURH9XUQCN8E5FKTPVY3TUIC56VUW' where id=5; -update noar tt set v0='5HVQIRGO' where id=6; -update noar ti set v0='5HVQIRGO' where id=6; -update noar tt set b0='AN2GWY2ANAVLC0MPS' where id=6; -update noar ti set b0='AN2GWY2ANAVLC0MPS' where id=6; -update noar tt set v0='FX1SAZS7FNLC5SLEU' where id=6; -update noar ti set v0='FX1SAZS7FNLC5SLEU' where id=6; -update noar tt set b1='ZUCS3JKAZ54F8TIBWRD2JFG43VGJ9' where id=6; -update noar ti set b1='ZUCS3JKAZ54F8TIBWRD2JFG43VGJ9' where id=6; -update noar tt set v0='GBNOLS59XYLDBFY8ZIT2ASYMD5MVEJOQ' where id=6; -update noar ti set v0='GBNOLS59XYLDBFY8ZIT2ASYMD5MVEJOQ' where id=6; -update noar tt set b2='K72OXPLKADZMIC5B1APJ8AA4SX' where id=6; -update noar ti set b2='K72OXPLKADZMIC5B1APJ8AA4SX' where id=6; -update noar tt set v0='KQBMDXVJJ0BM3S' where id=7; -update noar ti set v0='KQBMDXVJJ0BM3S' where id=7; -update noar tt set b0='CJLHH932LR1NWIT' where id=7; -update noar ti set b0='CJLHH932LR1NWIT' where id=7; -update noar tt set v0='R0VKSU' where id=7; -update noar ti set v0='R0VKSU' where id=7; -update noar tt set b1='E7WLWME8XHMA' where id=7; -update noar ti set b1='E7WLWME8XHMA' where id=7; -update noar tt set v0='SXK7F33NM5KD09' where id=7; -update noar ti set v0='SXK7F33NM5KD09' where id=7; -update noar tt set b2='K7UQ70V1P7NC7JO05F84' where id=7; -update noar ti set b2='K7UQ70V1P7NC7JO05F84' where id=7; -update noar tt set v0='B51VK1I' where id=8; -update noar ti set v0='B51VK1I' where id=8; -update noar tt set b0='PNO2' where id=8; -update noar ti set b0='PNO2' where id=8; -update noar tt set v0='XGGLAK4D7J89F' where id=8; -update noar ti set v0='XGGLAK4D7J89F' where id=8; -update noar tt set b1='ZTJ4' where id=8; -update noar ti set b1='ZTJ4' where id=8; -update noar tt set v0='8N7YU77T1DQVG6' where id=8; -update noar ti set v0='8N7YU77T1DQVG6' where id=8; -update noar tt set b2='JKJNOK108967KI694YJ3GMXN' where id=8; -update noar ti set b2='JKJNOK108967KI694YJ3GMXN' where id=8; -update noar tt set v0='5VSYNDN' where id=9; -update noar ti set v0='5VSYNDN' where id=9; -update noar tt set b0='97I9SQW6UACXU' where id=9; -update noar ti set b0='97I9SQW6UACXU' where id=9; -update noar tt set v0='6O7SAIM4O7WBH0CRK3VJ3RDIG' where id=9; -update noar ti set v0='6O7SAIM4O7WBH0CRK3VJ3RDIG' where id=9; -update noar tt set b1='GW5ZRV' where id=9; -update noar ti set b1='GW5ZRV' where id=9; -update noar tt set v0='49AEMDJRGYULPQ6H7Z98B2' where id=9; -update noar ti set v0='49AEMDJRGYULPQ6H7Z98B2' where id=9; -update noar tt set b2='S6AV9M95RBLBB6B1HTED9AT5CPLYT406' where id=9; -update noar ti set b2='S6AV9M95RBLBB6B1HTED9AT5CPLYT406' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G3JVL6F5LUIGOVJOV7XKIPINF8OTVVQ' where id=1; -update noar ti set v0='G3JVL6F5LUIGOVJOV7XKIPINF8OTVVQ' where id=1; -update noar tt set b0='5DHOY458T59FUCJF477T2EEBT8' where id=1; -update noar ti set b0='5DHOY458T59FUCJF477T2EEBT8' where id=1; -update noar tt set v0='F7J8497T' where id=1; -update noar ti set v0='F7J8497T' where id=1; -update noar tt set b1='6DCRKO' where id=1; -update noar ti set b1='6DCRKO' where id=1; -update noar tt set v0='2IT' where id=1; -update noar ti set v0='2IT' where id=1; -update noar tt set b2='ZMFJR3VBCSRKRNVWK20GDSORC4J' where id=1; -update noar ti set b2='ZMFJR3VBCSRKRNVWK20GDSORC4J' where id=1; -update noar tt set v0='K50NZH9' where id=2; -update noar ti set v0='K50NZH9' where id=2; -update noar tt set b0='5FHTDP' where id=2; -update noar ti set b0='5FHTDP' where id=2; -update noar tt set v0='DB73JMV8GO1JINNN1TJ0QIQC' where id=2; -update noar ti set v0='DB73JMV8GO1JINNN1TJ0QIQC' where id=2; -update noar tt set b1='3VDFPGI6KC2V7411W8R5GK1P8U31' where id=2; -update noar ti set b1='3VDFPGI6KC2V7411W8R5GK1P8U31' where id=2; -update noar tt set v0='S8Z8JGZ8BP8' where id=2; -update noar ti set v0='S8Z8JGZ8BP8' where id=2; -update noar tt set b2='3Q8ZNSY74C1' where id=2; -update noar ti set b2='3Q8ZNSY74C1' where id=2; -update noar tt set v0='3YX9721VVEJDUDA' where id=3; -update noar ti set v0='3YX9721VVEJDUDA' where id=3; -update noar tt set b0='JH8AS' where id=3; -update noar ti set b0='JH8AS' where id=3; -update noar tt set v0='29WHSNKACBSE2JKTQ9FCIVNPSFS6AQ5A' where id=3; -update noar ti set v0='29WHSNKACBSE2JKTQ9FCIVNPSFS6AQ5A' where id=3; -update noar tt set b1='SEKWFEUG96PK' where id=3; -update noar ti set b1='SEKWFEUG96PK' where id=3; -update noar tt set v0='GQS651EF8DJ41CDK2TZAITF' where id=3; -update noar ti set v0='GQS651EF8DJ41CDK2TZAITF' where id=3; -update noar tt set b2='CSEAJ4G5WAKF6JHIWKU' where id=3; -update noar ti set b2='CSEAJ4G5WAKF6JHIWKU' where id=3; -update noar tt set v0='T3JKP' where id=4; -update noar ti set v0='T3JKP' where id=4; -update noar tt set b0='NOHMKZ1WS' where id=4; -update noar ti set b0='NOHMKZ1WS' where id=4; -update noar tt set v0='FADTOTBMZ6' where id=4; -update noar ti set v0='FADTOTBMZ6' where id=4; -update noar tt set b1='X618XFZRZ' where id=4; -update noar ti set b1='X618XFZRZ' where id=4; -update noar tt set v0='7WCT37YR' where id=4; -update noar ti set v0='7WCT37YR' where id=4; -update noar tt set b2='DN8CZ3FLXM' where id=4; -update noar ti set b2='DN8CZ3FLXM' where id=4; -update noar tt set v0='MDC60H' where id=5; -update noar ti set v0='MDC60H' where id=5; -update noar tt set b0='HLBZP30B1F8HXDJ8VM1VV5JN2QM' where id=5; -update noar ti set b0='HLBZP30B1F8HXDJ8VM1VV5JN2QM' where id=5; -update noar tt set v0='4LHRO5LIG9GTI6XWHNM' where id=5; -update noar ti set v0='4LHRO5LIG9GTI6XWHNM' where id=5; -update noar tt set b1='A42N14FN6ZUFJPG25N7' where id=5; -update noar ti set b1='A42N14FN6ZUFJPG25N7' where id=5; -update noar tt set v0='FSTR36P4I756P5AOTMPKMBW77976OOY' where id=5; -update noar ti set v0='FSTR36P4I756P5AOTMPKMBW77976OOY' where id=5; -update noar tt set b2='B26H7JBWQ46WY66JOVMXDB2T4H0E' where id=5; -update noar ti set b2='B26H7JBWQ46WY66JOVMXDB2T4H0E' where id=5; -update noar tt set v0='5ER9SBYR474TI' where id=6; -update noar ti set v0='5ER9SBYR474TI' where id=6; -update noar tt set b0='ELHTM5FH345EH12P07IL0HM7XC8GSBM3' where id=6; -update noar ti set b0='ELHTM5FH345EH12P07IL0HM7XC8GSBM3' where id=6; -update noar tt set v0='6I5N96WQPOJUA26UKYGJYN' where id=6; -update noar ti set v0='6I5N96WQPOJUA26UKYGJYN' where id=6; -update noar tt set b1='B669WKZJ5' where id=6; -update noar ti set b1='B669WKZJ5' where id=6; -update noar tt set v0='PLHRL5ENXYTLELOPPWT' where id=6; -update noar ti set v0='PLHRL5ENXYTLELOPPWT' where id=6; -update noar tt set b2='NUPN5ITY9WVM5KHUSC1R' where id=6; -update noar ti set b2='NUPN5ITY9WVM5KHUSC1R' where id=6; -update noar tt set v0='3VEMKM7M58PWF6TYMXMGGSHC2A' where id=7; -update noar ti set v0='3VEMKM7M58PWF6TYMXMGGSHC2A' where id=7; -update noar tt set b0='OCDOMAN43X9TWS87LT5HAJZF' where id=7; -update noar ti set b0='OCDOMAN43X9TWS87LT5HAJZF' where id=7; -update noar tt set v0='L38LX68UP48MBJO0FN2JZHDEUY' where id=7; -update noar ti set v0='L38LX68UP48MBJO0FN2JZHDEUY' where id=7; -update noar tt set b1='XE845LW8Y' where id=7; -update noar ti set b1='XE845LW8Y' where id=7; -update noar tt set v0='YU4BP3ST769M9ZEP' where id=7; -update noar ti set v0='YU4BP3ST769M9ZEP' where id=7; -update noar tt set b2='GWQJ' where id=7; -update noar ti set b2='GWQJ' where id=7; -update noar tt set v0='LEAT3THR6XNFG' where id=8; -update noar ti set v0='LEAT3THR6XNFG' where id=8; -update noar tt set b0='KEHBDLF75SC4X3KLT' where id=8; -update noar ti set b0='KEHBDLF75SC4X3KLT' where id=8; -update noar tt set v0='G' where id=8; -update noar ti set v0='G' where id=8; -update noar tt set b1='3PTN937' where id=8; -update noar ti set b1='3PTN937' where id=8; -update noar tt set v0='EJYW79RK0GN653T7LD02B3RYRVBS00W' where id=8; -update noar ti set v0='EJYW79RK0GN653T7LD02B3RYRVBS00W' where id=8; -update noar tt set b2='EV79D96U3W' where id=8; -update noar ti set b2='EV79D96U3W' where id=8; -update noar tt set v0='31J2F45RFWPSMUELRIH1KG' where id=9; -update noar ti set v0='31J2F45RFWPSMUELRIH1KG' where id=9; -update noar tt set b0='K56NDM1AELA0TBO1Y' where id=9; -update noar ti set b0='K56NDM1AELA0TBO1Y' where id=9; -update noar tt set v0='P812SBQB6NX6N5H7238C2C' where id=9; -update noar ti set v0='P812SBQB6NX6N5H7238C2C' where id=9; -update noar tt set b1='ZNK04XXCLH7TT414M9TBSUZ7FFQEVXWO' where id=9; -update noar ti set b1='ZNK04XXCLH7TT414M9TBSUZ7FFQEVXWO' where id=9; -update noar tt set v0='M7JE77EBR4ZCJS86WFQM5DZ6XV67' where id=9; -update noar ti set v0='M7JE77EBR4ZCJS86WFQM5DZ6XV67' where id=9; -update noar tt set b2='SE5XDPPMCIFPJRA21NUUUCU45M1B' where id=9; -update noar ti set b2='SE5XDPPMCIFPJRA21NUUUCU45M1B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CK8A595P72N6P0OL4S' where id=1; -update noar ti set v0='CK8A595P72N6P0OL4S' where id=1; -update noar tt set b0='J7O19GQZK52JRH9211' where id=1; -update noar ti set b0='J7O19GQZK52JRH9211' where id=1; -update noar tt set v0='QYPTT3WQBKIL8QF' where id=1; -update noar ti set v0='QYPTT3WQBKIL8QF' where id=1; -update noar tt set b1='HQ9CUW8ZQ96SZCC0E77W' where id=1; -update noar ti set b1='HQ9CUW8ZQ96SZCC0E77W' where id=1; -update noar tt set v0='OO8PDNF7H3GVKL5U0YQO8ETO7N32HP' where id=1; -update noar ti set v0='OO8PDNF7H3GVKL5U0YQO8ETO7N32HP' where id=1; -update noar tt set b2='8I6PRR2IY415NNT5M544QAP60CM7' where id=1; -update noar ti set b2='8I6PRR2IY415NNT5M544QAP60CM7' where id=1; -update noar tt set v0='5YVCJ5AZVA17EFOD0P0P7CZ939P4T' where id=2; -update noar ti set v0='5YVCJ5AZVA17EFOD0P0P7CZ939P4T' where id=2; -update noar tt set b0='H2VH' where id=2; -update noar ti set b0='H2VH' where id=2; -update noar tt set v0='QF017CHXF2CGB6VEDIU7K7NABF2GXX' where id=2; -update noar ti set v0='QF017CHXF2CGB6VEDIU7K7NABF2GXX' where id=2; -update noar tt set b1='L7Z8' where id=2; -update noar ti set b1='L7Z8' where id=2; -update noar tt set v0='Y02JEIX25Q43038ASD0AG4JCKMK62OBV' where id=2; -update noar ti set v0='Y02JEIX25Q43038ASD0AG4JCKMK62OBV' where id=2; -update noar tt set b2='EHON58K2C' where id=2; -update noar ti set b2='EHON58K2C' where id=2; -update noar tt set v0='3XHE45N1F3RXNCNEH2MP' where id=3; -update noar ti set v0='3XHE45N1F3RXNCNEH2MP' where id=3; -update noar tt set b0='4VW8YCBJH0AFCXD' where id=3; -update noar ti set b0='4VW8YCBJH0AFCXD' where id=3; -update noar tt set v0='0FGVW3' where id=3; -update noar ti set v0='0FGVW3' where id=3; -update noar tt set b1='L60ZXJ' where id=3; -update noar ti set b1='L60ZXJ' where id=3; -update noar tt set v0='ZR863418A2MYJRI5SWKECGR85X' where id=3; -update noar ti set v0='ZR863418A2MYJRI5SWKECGR85X' where id=3; -update noar tt set b2='QRXY106JJJXT7BC7' where id=3; -update noar ti set b2='QRXY106JJJXT7BC7' where id=3; -update noar tt set v0='KXTKUTFBHZ6JYXXOVJETN5' where id=4; -update noar ti set v0='KXTKUTFBHZ6JYXXOVJETN5' where id=4; -update noar tt set b0='C' where id=4; -update noar ti set b0='C' where id=4; -update noar tt set v0='PY' where id=4; -update noar ti set v0='PY' where id=4; -update noar tt set b1='43N2' where id=4; -update noar ti set b1='43N2' where id=4; -update noar tt set v0='QKL4P3Q8E00IC9BNL' where id=4; -update noar ti set v0='QKL4P3Q8E00IC9BNL' where id=4; -update noar tt set b2='ZKR2B48NE4' where id=4; -update noar ti set b2='ZKR2B48NE4' where id=4; -update noar tt set v0='7UTT0GWR' where id=5; -update noar ti set v0='7UTT0GWR' where id=5; -update noar tt set b0='GBPSWEUC07S8CEQK6F9F4C901NU' where id=5; -update noar ti set b0='GBPSWEUC07S8CEQK6F9F4C901NU' where id=5; -update noar tt set v0='89UD0Z2ZC9T1TZTGGWHENLYN1D85J' where id=5; -update noar ti set v0='89UD0Z2ZC9T1TZTGGWHENLYN1D85J' where id=5; -update noar tt set b1='5XU3NUX0CTN4DG09ZNH' where id=5; -update noar ti set b1='5XU3NUX0CTN4DG09ZNH' where id=5; -update noar tt set v0='LALQ' where id=5; -update noar ti set v0='LALQ' where id=5; -update noar tt set b2='SH' where id=5; -update noar ti set b2='SH' where id=5; -update noar tt set v0='R6JLQZGKWR81SZ' where id=6; -update noar ti set v0='R6JLQZGKWR81SZ' where id=6; -update noar tt set b0='237UZM1ZBF6FRKWIUBB8NJME' where id=6; -update noar ti set b0='237UZM1ZBF6FRKWIUBB8NJME' where id=6; -update noar tt set v0='26U' where id=6; -update noar ti set v0='26U' where id=6; -update noar tt set b1='I1AR4ITBCZM7156AZT3CWE60XJME' where id=6; -update noar ti set b1='I1AR4ITBCZM7156AZT3CWE60XJME' where id=6; -update noar tt set v0='SAO0AZ6GBN5QSQIFF1A7' where id=6; -update noar ti set v0='SAO0AZ6GBN5QSQIFF1A7' where id=6; -update noar tt set b2='X60FUXSPG9YLJN3DLI9C0E0' where id=6; -update noar ti set b2='X60FUXSPG9YLJN3DLI9C0E0' where id=6; -update noar tt set v0='9A36ANO' where id=7; -update noar ti set v0='9A36ANO' where id=7; -update noar tt set b0='1GMKUTQSGOOHV3R2YXKD9ITUNH5' where id=7; -update noar ti set b0='1GMKUTQSGOOHV3R2YXKD9ITUNH5' where id=7; -update noar tt set v0='FYLAAPTKRR6ZYTPBUCMQI' where id=7; -update noar ti set v0='FYLAAPTKRR6ZYTPBUCMQI' where id=7; -update noar tt set b1='Q1XEWKNBFERKC9' where id=7; -update noar ti set b1='Q1XEWKNBFERKC9' where id=7; -update noar tt set v0='NMOYYKNGCKC52TXEY2EO2WHLBPX9L9' where id=7; -update noar ti set v0='NMOYYKNGCKC52TXEY2EO2WHLBPX9L9' where id=7; -update noar tt set b2='9Z9CFXP2RLDIZX18MHIYODG0N0T7' where id=7; -update noar ti set b2='9Z9CFXP2RLDIZX18MHIYODG0N0T7' where id=7; -update noar tt set v0='VFXDZSP5SV' where id=8; -update noar ti set v0='VFXDZSP5SV' where id=8; -update noar tt set b0='DCFZLAGM7VK0G' where id=8; -update noar ti set b0='DCFZLAGM7VK0G' where id=8; -update noar tt set v0='NZPFG9XUIP7E47FJ0BZO0HCO8KDVZI3' where id=8; -update noar ti set v0='NZPFG9XUIP7E47FJ0BZO0HCO8KDVZI3' where id=8; -update noar tt set b1='HYIUARFCUAQK0LECUQXMI5GZ6ECUO7J' where id=8; -update noar ti set b1='HYIUARFCUAQK0LECUQXMI5GZ6ECUO7J' where id=8; -update noar tt set v0='CM' where id=8; -update noar ti set v0='CM' where id=8; -update noar tt set b2='O8RWVET0PPHFRWEQ3' where id=8; -update noar ti set b2='O8RWVET0PPHFRWEQ3' where id=8; -update noar tt set v0='UV4H4JDL39' where id=9; -update noar ti set v0='UV4H4JDL39' where id=9; -update noar tt set b0='ORYI7OW' where id=9; -update noar ti set b0='ORYI7OW' where id=9; -update noar tt set v0='Z2JRH4QP5Z4LYVM1U0C1' where id=9; -update noar ti set v0='Z2JRH4QP5Z4LYVM1U0C1' where id=9; -update noar tt set b1='51SMCI56FBSZTR1X2EIFCVWZHREK' where id=9; -update noar ti set b1='51SMCI56FBSZTR1X2EIFCVWZHREK' where id=9; -update noar tt set v0='UG2AUGUD6P92US' where id=9; -update noar ti set v0='UG2AUGUD6P92US' where id=9; -update noar tt set b2='KXW83HP0OM4TVPRR3OJKPX2VWZXBL' where id=9; -update noar ti set b2='KXW83HP0OM4TVPRR3OJKPX2VWZXBL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JKNAQNP4WZ9VV6OASGH5' where id=1; -update noar ti set v0='JKNAQNP4WZ9VV6OASGH5' where id=1; -update noar tt set b0='0Q811XJSVP' where id=1; -update noar ti set b0='0Q811XJSVP' where id=1; -update noar tt set v0='0TJ92Z9GHE5VEFS2IZOIMMR' where id=1; -update noar ti set v0='0TJ92Z9GHE5VEFS2IZOIMMR' where id=1; -update noar tt set b1='DX0EWRZ4W4YCMYXVZ5O7OZE46WAN9YUP' where id=1; -update noar ti set b1='DX0EWRZ4W4YCMYXVZ5O7OZE46WAN9YUP' where id=1; -update noar tt set v0='G7ASUHP0EJGKN5QLO78QR12B' where id=1; -update noar ti set v0='G7ASUHP0EJGKN5QLO78QR12B' where id=1; -update noar tt set b2='UNTAPML9' where id=1; -update noar ti set b2='UNTAPML9' where id=1; -update noar tt set v0='H1G1UZPE15HKKROLKXWIFYE' where id=2; -update noar ti set v0='H1G1UZPE15HKKROLKXWIFYE' where id=2; -update noar tt set b0='L9X48NG' where id=2; -update noar ti set b0='L9X48NG' where id=2; -update noar tt set v0='5UCSZZCCYQ' where id=2; -update noar ti set v0='5UCSZZCCYQ' where id=2; -update noar tt set b1='MB6A2GQSXVR59TCXRCX4' where id=2; -update noar ti set b1='MB6A2GQSXVR59TCXRCX4' where id=2; -update noar tt set v0='M5SAO36OAJM9IIQ37D' where id=2; -update noar ti set v0='M5SAO36OAJM9IIQ37D' where id=2; -update noar tt set b2='Q1HKK3' where id=2; -update noar ti set b2='Q1HKK3' where id=2; -update noar tt set v0='J6MA' where id=3; -update noar ti set v0='J6MA' where id=3; -update noar tt set b0='UZI0FZJX2A0OUUI0V' where id=3; -update noar ti set b0='UZI0FZJX2A0OUUI0V' where id=3; -update noar tt set v0='IAR8ESMFN3Y6UPCCCPHAKFFRYB' where id=3; -update noar ti set v0='IAR8ESMFN3Y6UPCCCPHAKFFRYB' where id=3; -update noar tt set b1='8FFELU8R14UWY8WJEA8EC27W3O15BS9C' where id=3; -update noar ti set b1='8FFELU8R14UWY8WJEA8EC27W3O15BS9C' where id=3; -update noar tt set v0='7ODYWRSK1BZDX1AL66Q3BONXGK5W' where id=3; -update noar ti set v0='7ODYWRSK1BZDX1AL66Q3BONXGK5W' where id=3; -update noar tt set b2='L9A4N5AWUYQV92BS70TV9LRUW71' where id=3; -update noar ti set b2='L9A4N5AWUYQV92BS70TV9LRUW71' where id=3; -update noar tt set v0='OLIBLMY4IN28GHAA2QN' where id=4; -update noar ti set v0='OLIBLMY4IN28GHAA2QN' where id=4; -update noar tt set b0='ROUA8LL7' where id=4; -update noar ti set b0='ROUA8LL7' where id=4; -update noar tt set v0='T033JU8NH1PVSVG9HOJV' where id=4; -update noar ti set v0='T033JU8NH1PVSVG9HOJV' where id=4; -update noar tt set b1='2C6T' where id=4; -update noar ti set b1='2C6T' where id=4; -update noar tt set v0='XXV7025GRIS8' where id=4; -update noar ti set v0='XXV7025GRIS8' where id=4; -update noar tt set b2='40VP9TDL' where id=4; -update noar ti set b2='40VP9TDL' where id=4; -update noar tt set v0='S' where id=5; -update noar ti set v0='S' where id=5; -update noar tt set b0='AA9PFDK3DJWQZP' where id=5; -update noar ti set b0='AA9PFDK3DJWQZP' where id=5; -update noar tt set v0='YK7CCBUDXR' where id=5; -update noar ti set v0='YK7CCBUDXR' where id=5; -update noar tt set b1='FAHYBOK7WST5OH1WGJG053LW9C9' where id=5; -update noar ti set b1='FAHYBOK7WST5OH1WGJG053LW9C9' where id=5; -update noar tt set v0='8SG1MPK9JNAZ90O3KTL' where id=5; -update noar ti set v0='8SG1MPK9JNAZ90O3KTL' where id=5; -update noar tt set b2='JTJ4S5' where id=5; -update noar ti set b2='JTJ4S5' where id=5; -update noar tt set v0='9YXCB' where id=6; -update noar ti set v0='9YXCB' where id=6; -update noar tt set b0='67MBNZG2H83' where id=6; -update noar ti set b0='67MBNZG2H83' where id=6; -update noar tt set v0='5MUB5WMI8O' where id=6; -update noar ti set v0='5MUB5WMI8O' where id=6; -update noar tt set b1='K8501YN77P2PQ' where id=6; -update noar ti set b1='K8501YN77P2PQ' where id=6; -update noar tt set v0='K6IUW4DXQEBY9BSKVO8R4D' where id=6; -update noar ti set v0='K6IUW4DXQEBY9BSKVO8R4D' where id=6; -update noar tt set b2='DBBHQMOIZ4DIWKSE0JRUACSQZOPPUW28' where id=6; -update noar ti set b2='DBBHQMOIZ4DIWKSE0JRUACSQZOPPUW28' where id=6; -update noar tt set v0='C7KLRM1NQYDVU9IJYR' where id=7; -update noar ti set v0='C7KLRM1NQYDVU9IJYR' where id=7; -update noar tt set b0='17B18IBW88F0FCN065LYHAZDS6DFHJ' where id=7; -update noar ti set b0='17B18IBW88F0FCN065LYHAZDS6DFHJ' where id=7; -update noar tt set v0='QPAGZE3ZJTG0D7ANB4FBDGMX' where id=7; -update noar ti set v0='QPAGZE3ZJTG0D7ANB4FBDGMX' where id=7; -update noar tt set b1='XSGF4C3YXBD927GJNUN' where id=7; -update noar ti set b1='XSGF4C3YXBD927GJNUN' where id=7; -update noar tt set v0='Q1JIN8ZT' where id=7; -update noar ti set v0='Q1JIN8ZT' where id=7; -update noar tt set b2='0V72PNGG73CY' where id=7; -update noar ti set b2='0V72PNGG73CY' where id=7; -update noar tt set v0='RHLAQ8SV' where id=8; -update noar ti set v0='RHLAQ8SV' where id=8; -update noar tt set b0='K5C5I2W8AMI9NF9NMWRO' where id=8; -update noar ti set b0='K5C5I2W8AMI9NF9NMWRO' where id=8; -update noar tt set v0='YID3V' where id=8; -update noar ti set v0='YID3V' where id=8; -update noar tt set b1='KWMZJ' where id=8; -update noar ti set b1='KWMZJ' where id=8; -update noar tt set v0='GP4X' where id=8; -update noar ti set v0='GP4X' where id=8; -update noar tt set b2='8PI6RRBDDVIZ342W35RVJBY2' where id=8; -update noar ti set b2='8PI6RRBDDVIZ342W35RVJBY2' where id=8; -update noar tt set v0='06I9GWIQM3NFUJEJ0A9VE0KIYMKA4' where id=9; -update noar ti set v0='06I9GWIQM3NFUJEJ0A9VE0KIYMKA4' where id=9; -update noar tt set b0='F2AUP44P7EOZ10177HOB9T4N' where id=9; -update noar ti set b0='F2AUP44P7EOZ10177HOB9T4N' where id=9; -update noar tt set v0='AXQPXAHFK' where id=9; -update noar ti set v0='AXQPXAHFK' where id=9; -update noar tt set b1='IJP5EZO9JW1KMEJ8PQF' where id=9; -update noar ti set b1='IJP5EZO9JW1KMEJ8PQF' where id=9; -update noar tt set v0='OXPWSD3WP4GXVJ' where id=9; -update noar ti set v0='OXPWSD3WP4GXVJ' where id=9; -update noar tt set b2='E2QYLAU9USSLI4YIGCW3QFYMGVG' where id=9; -update noar ti set b2='E2QYLAU9USSLI4YIGCW3QFYMGVG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WLBAV4077MELIJ5HWJH70J03' where id=1; -update noar ti set v0='WLBAV4077MELIJ5HWJH70J03' where id=1; -update noar tt set b0='KQS' where id=1; -update noar ti set b0='KQS' where id=1; -update noar tt set v0='YU03X2GVVITELQYT9J1IKYOL6W3VZ' where id=1; -update noar ti set v0='YU03X2GVVITELQYT9J1IKYOL6W3VZ' where id=1; -update noar tt set b1='59B1WBBTEGKNT263OZ4IL9R32A6YDZZ3' where id=1; -update noar ti set b1='59B1WBBTEGKNT263OZ4IL9R32A6YDZZ3' where id=1; -update noar tt set v0='TKG645' where id=1; -update noar ti set v0='TKG645' where id=1; -update noar tt set b2='KOBHB4D2GT28QYBD70T4SGVU' where id=1; -update noar ti set b2='KOBHB4D2GT28QYBD70T4SGVU' where id=1; -update noar tt set v0='A1P9KN' where id=2; -update noar ti set v0='A1P9KN' where id=2; -update noar tt set b0='A7FNK' where id=2; -update noar ti set b0='A7FNK' where id=2; -update noar tt set v0='HQ5FNSCF2772N544PY57GIOL2Q3RWVBY' where id=2; -update noar ti set v0='HQ5FNSCF2772N544PY57GIOL2Q3RWVBY' where id=2; -update noar tt set b1='3C9XJOW6BMZYSEJ0FOGYE2YCZ' where id=2; -update noar ti set b1='3C9XJOW6BMZYSEJ0FOGYE2YCZ' where id=2; -update noar tt set v0='UYWFBTP60GXKJL9OS52PHFM6SS' where id=2; -update noar ti set v0='UYWFBTP60GXKJL9OS52PHFM6SS' where id=2; -update noar tt set b2='PPEAK' where id=2; -update noar ti set b2='PPEAK' where id=2; -update noar tt set v0='INIDZFWSJSG95SVE' where id=3; -update noar ti set v0='INIDZFWSJSG95SVE' where id=3; -update noar tt set b0='EI893KPUOL6VWUA' where id=3; -update noar ti set b0='EI893KPUOL6VWUA' where id=3; -update noar tt set v0='K4P51E7' where id=3; -update noar ti set v0='K4P51E7' where id=3; -update noar tt set b1='0ZYXW7RES' where id=3; -update noar ti set b1='0ZYXW7RES' where id=3; -update noar tt set v0='VUPVR1JZYCR1LOMCKHAHZBRZMGS6L6O8' where id=3; -update noar ti set v0='VUPVR1JZYCR1LOMCKHAHZBRZMGS6L6O8' where id=3; -update noar tt set b2='Q6MR070B4AJD12' where id=3; -update noar ti set b2='Q6MR070B4AJD12' where id=3; -update noar tt set v0='WVDN5W' where id=4; -update noar ti set v0='WVDN5W' where id=4; -update noar tt set b0='8N4JGT2EVQVOGELBN1PNF5NGF55HNNZR' where id=4; -update noar ti set b0='8N4JGT2EVQVOGELBN1PNF5NGF55HNNZR' where id=4; -update noar tt set v0='OF3Q0Q64WV7JSJBJVEJ2104SD1HK' where id=4; -update noar ti set v0='OF3Q0Q64WV7JSJBJVEJ2104SD1HK' where id=4; -update noar tt set b1='K363TWC4' where id=4; -update noar ti set b1='K363TWC4' where id=4; -update noar tt set v0='PAA5JMZPSTM9XS3LI5KRXK2TCP3K6P2S' where id=4; -update noar ti set v0='PAA5JMZPSTM9XS3LI5KRXK2TCP3K6P2S' where id=4; -update noar tt set b2='6JBS4YIV992S69JTTS' where id=4; -update noar ti set b2='6JBS4YIV992S69JTTS' where id=4; -update noar tt set v0='PZJOGPY71EHNFVTQCX619HCAPX' where id=5; -update noar ti set v0='PZJOGPY71EHNFVTQCX619HCAPX' where id=5; -update noar tt set b0='G8C81ZI5DFATD51J77SRMK3C5OXYSH' where id=5; -update noar ti set b0='G8C81ZI5DFATD51J77SRMK3C5OXYSH' where id=5; -update noar tt set v0='TSFSPH15HO918AVUVGDYUOKIXF' where id=5; -update noar ti set v0='TSFSPH15HO918AVUVGDYUOKIXF' where id=5; -update noar tt set b1='3XFPNYCBTAJ' where id=5; -update noar ti set b1='3XFPNYCBTAJ' where id=5; -update noar tt set v0='AN7Q9HAQDQDGBES0HZY2T1SJ23CN1I' where id=5; -update noar ti set v0='AN7Q9HAQDQDGBES0HZY2T1SJ23CN1I' where id=5; -update noar tt set b2='CLFMGOM' where id=5; -update noar ti set b2='CLFMGOM' where id=5; -update noar tt set v0='OXH3FWIQMICPGNA' where id=6; -update noar ti set v0='OXH3FWIQMICPGNA' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='X41JEBA' where id=6; -update noar ti set v0='X41JEBA' where id=6; -update noar tt set b1='3P7YN4Z' where id=6; -update noar ti set b1='3P7YN4Z' where id=6; -update noar tt set v0='JJMRWJ9RQTEU8J' where id=6; -update noar ti set v0='JJMRWJ9RQTEU8J' where id=6; -update noar tt set b2='JQFZI9YK1B2ZUNPV3IJ' where id=6; -update noar ti set b2='JQFZI9YK1B2ZUNPV3IJ' where id=6; -update noar tt set v0='N8DKRT7VE7' where id=7; -update noar ti set v0='N8DKRT7VE7' where id=7; -update noar tt set b0='WU8QRNQXXXXI0GQZEP47Z47E83FQS' where id=7; -update noar ti set b0='WU8QRNQXXXXI0GQZEP47Z47E83FQS' where id=7; -update noar tt set v0='JGCT4XA8OX9IOZ3AN42J' where id=7; -update noar ti set v0='JGCT4XA8OX9IOZ3AN42J' where id=7; -update noar tt set b1='LBGEXL1XCNWU3APRT6V1B9MFYJ9768VE' where id=7; -update noar ti set b1='LBGEXL1XCNWU3APRT6V1B9MFYJ9768VE' where id=7; -update noar tt set v0='6WKZ7' where id=7; -update noar ti set v0='6WKZ7' where id=7; -update noar tt set b2='AQM8T' where id=7; -update noar ti set b2='AQM8T' where id=7; -update noar tt set v0='YLY8' where id=8; -update noar ti set v0='YLY8' where id=8; -update noar tt set b0='SXC956LGDQHNHN1A7Q0A34H' where id=8; -update noar ti set b0='SXC956LGDQHNHN1A7Q0A34H' where id=8; -update noar tt set v0='MLJB' where id=8; -update noar ti set v0='MLJB' where id=8; -update noar tt set b1='CENHWRLIF1KFHBRJ32W1RC5ZMPSB36O' where id=8; -update noar ti set b1='CENHWRLIF1KFHBRJ32W1RC5ZMPSB36O' where id=8; -update noar tt set v0='PP380IR' where id=8; -update noar ti set v0='PP380IR' where id=8; -update noar tt set b2='K8FGDEH324GBTAVNB49RWW9' where id=8; -update noar ti set b2='K8FGDEH324GBTAVNB49RWW9' where id=8; -update noar tt set v0='OZTL03EGGAXV8L' where id=9; -update noar ti set v0='OZTL03EGGAXV8L' where id=9; -update noar tt set b0='3VOM4MAX' where id=9; -update noar ti set b0='3VOM4MAX' where id=9; -update noar tt set v0='DD' where id=9; -update noar ti set v0='DD' where id=9; -update noar tt set b1='C7QKTAFQ4T24MF2L1LCMLHCA8JB' where id=9; -update noar ti set b1='C7QKTAFQ4T24MF2L1LCMLHCA8JB' where id=9; -update noar tt set v0='GW0EHX3B3MIAL2UF5T' where id=9; -update noar ti set v0='GW0EHX3B3MIAL2UF5T' where id=9; -update noar tt set b2='7FBEQCLVSRS2538T' where id=9; -update noar ti set b2='7FBEQCLVSRS2538T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='95I' where id=1; -update noar ti set v0='95I' where id=1; -update noar tt set b0='NMQVTSSO' where id=1; -update noar ti set b0='NMQVTSSO' where id=1; -update noar tt set v0='3FP1N8EY1TDKSYKVDZCO' where id=1; -update noar ti set v0='3FP1N8EY1TDKSYKVDZCO' where id=1; -update noar tt set b1='FDD8Q' where id=1; -update noar ti set b1='FDD8Q' where id=1; -update noar tt set v0='IBJHK1RVAVDAT' where id=1; -update noar ti set v0='IBJHK1RVAVDAT' where id=1; -update noar tt set b2='333CXXQMTFLHY93MQK' where id=1; -update noar ti set b2='333CXXQMTFLHY93MQK' where id=1; -update noar tt set v0='WUO7MDQ22HW' where id=2; -update noar ti set v0='WUO7MDQ22HW' where id=2; -update noar tt set b0='HBCULRU6GUB4ZAAGBMC9U7CZ72220' where id=2; -update noar ti set b0='HBCULRU6GUB4ZAAGBMC9U7CZ72220' where id=2; -update noar tt set v0='042IMO56MS4T5W2Y8H' where id=2; -update noar ti set v0='042IMO56MS4T5W2Y8H' where id=2; -update noar tt set b1='XC6CM' where id=2; -update noar ti set b1='XC6CM' where id=2; -update noar tt set v0='S' where id=2; -update noar ti set v0='S' where id=2; -update noar tt set b2='G1UMFP7ISB334' where id=2; -update noar ti set b2='G1UMFP7ISB334' where id=2; -update noar tt set v0='PS2FCZVP6' where id=3; -update noar ti set v0='PS2FCZVP6' where id=3; -update noar tt set b0='0DKE' where id=3; -update noar ti set b0='0DKE' where id=3; -update noar tt set v0='V4JM820DI' where id=3; -update noar ti set v0='V4JM820DI' where id=3; -update noar tt set b1='GQYZL5D7U3XSPB' where id=3; -update noar ti set b1='GQYZL5D7U3XSPB' where id=3; -update noar tt set v0='DJH1YMHVFVWJF8Z00GYTWXKN7FJVHZUY' where id=3; -update noar ti set v0='DJH1YMHVFVWJF8Z00GYTWXKN7FJVHZUY' where id=3; -update noar tt set b2='SAGT8WGPRTV' where id=3; -update noar ti set b2='SAGT8WGPRTV' where id=3; -update noar tt set v0='FCJQIX0XMNZEYH4' where id=4; -update noar ti set v0='FCJQIX0XMNZEYH4' where id=4; -update noar tt set b0='O1JG3DN5U8R' where id=4; -update noar ti set b0='O1JG3DN5U8R' where id=4; -update noar tt set v0='F12DDFKE1L' where id=4; -update noar ti set v0='F12DDFKE1L' where id=4; -update noar tt set b1='F4Z9DUPSBX01A' where id=4; -update noar ti set b1='F4Z9DUPSBX01A' where id=4; -update noar tt set v0='AV862HFWU' where id=4; -update noar ti set v0='AV862HFWU' where id=4; -update noar tt set b2='9YQG7TXM0HZPWWJBBWCA36WZX37S7' where id=4; -update noar ti set b2='9YQG7TXM0HZPWWJBBWCA36WZX37S7' where id=4; -update noar tt set v0='T0FV73DQHJ8BOFM66VXJKFXE' where id=5; -update noar ti set v0='T0FV73DQHJ8BOFM66VXJKFXE' where id=5; -update noar tt set b0='NLYWQGLR92IGXQOWD9PPRY' where id=5; -update noar ti set b0='NLYWQGLR92IGXQOWD9PPRY' where id=5; -update noar tt set v0='51E75UY0C9TOYL' where id=5; -update noar ti set v0='51E75UY0C9TOYL' where id=5; -update noar tt set b1='ZQNJWNRCZJ1IZR41AYRZO7' where id=5; -update noar ti set b1='ZQNJWNRCZJ1IZR41AYRZO7' where id=5; -update noar tt set v0='6OHL5J7KKDJF14GTZCG0UDZXCPRVLJA' where id=5; -update noar ti set v0='6OHL5J7KKDJF14GTZCG0UDZXCPRVLJA' where id=5; -update noar tt set b2='EOT' where id=5; -update noar ti set b2='EOT' where id=5; -update noar tt set v0='K21UVNBJ5RL6CUEYG' where id=6; -update noar ti set v0='K21UVNBJ5RL6CUEYG' where id=6; -update noar tt set b0='X6H58EYZAUJ8I8I8RPX4VI8ZBYC5' where id=6; -update noar ti set b0='X6H58EYZAUJ8I8I8RPX4VI8ZBYC5' where id=6; -update noar tt set v0='1G409TIT12G0DDS0D' where id=6; -update noar ti set v0='1G409TIT12G0DDS0D' where id=6; -update noar tt set b1='SOUP3U' where id=6; -update noar ti set b1='SOUP3U' where id=6; -update noar tt set v0='S0LINMQJRR74ML2' where id=6; -update noar ti set v0='S0LINMQJRR74ML2' where id=6; -update noar tt set b2='1PAH' where id=6; -update noar ti set b2='1PAH' where id=6; -update noar tt set v0='T300F2METXIR' where id=7; -update noar ti set v0='T300F2METXIR' where id=7; -update noar tt set b0='M9WYOD7E1FZ' where id=7; -update noar ti set b0='M9WYOD7E1FZ' where id=7; -update noar tt set v0='DOB3Q78HLLYGM0S59' where id=7; -update noar ti set v0='DOB3Q78HLLYGM0S59' where id=7; -update noar tt set b1='SAB' where id=7; -update noar ti set b1='SAB' where id=7; -update noar tt set v0='ZO9CA9L87Z1FSSOEW09EC' where id=7; -update noar ti set v0='ZO9CA9L87Z1FSSOEW09EC' where id=7; -update noar tt set b2='0SNHAGSVF7CTXHY6PXTFN82SRY8S2' where id=7; -update noar ti set b2='0SNHAGSVF7CTXHY6PXTFN82SRY8S2' where id=7; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b0='H0N7E0ASYC9K7KSZHYNSNWTYYH9K' where id=8; -update noar ti set b0='H0N7E0ASYC9K7KSZHYNSNWTYYH9K' where id=8; -update noar tt set v0='IYJ' where id=8; -update noar ti set v0='IYJ' where id=8; -update noar tt set b1='FI61P170Y9S8' where id=8; -update noar ti set b1='FI61P170Y9S8' where id=8; -update noar tt set v0='BBLE7NYD4XIQU199MLI' where id=8; -update noar ti set v0='BBLE7NYD4XIQU199MLI' where id=8; -update noar tt set b2='HFII9CV' where id=8; -update noar ti set b2='HFII9CV' where id=8; -update noar tt set v0='9XJZUR4KNR' where id=9; -update noar ti set v0='9XJZUR4KNR' where id=9; -update noar tt set b0='8FE67ZCTBV4TKT35ZD80' where id=9; -update noar ti set b0='8FE67ZCTBV4TKT35ZD80' where id=9; -update noar tt set v0='N2JSSUL7D' where id=9; -update noar ti set v0='N2JSSUL7D' where id=9; -update noar tt set b1='BB9Z' where id=9; -update noar ti set b1='BB9Z' where id=9; -update noar tt set v0='FOHT2EL637L212F0P1BK' where id=9; -update noar ti set v0='FOHT2EL637L212F0P1BK' where id=9; -update noar tt set b2='53SCTONT71V8B3S6IV1AZR44E14' where id=9; -update noar ti set b2='53SCTONT71V8B3S6IV1AZR44E14' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VFG5L2CPECRJNGMJR97Q3ZHJS7MO' where id=1; -update noar ti set v0='VFG5L2CPECRJNGMJR97Q3ZHJS7MO' where id=1; -update noar tt set b0='1LMK8GHOJ19CJ' where id=1; -update noar ti set b0='1LMK8GHOJ19CJ' where id=1; -update noar tt set v0='4PJM764WBGQZTKNUQB2N7' where id=1; -update noar ti set v0='4PJM764WBGQZTKNUQB2N7' where id=1; -update noar tt set b1='S3GZYB' where id=1; -update noar ti set b1='S3GZYB' where id=1; -update noar tt set v0='6M8HQU0IOAQNMAFBYIWNCIL5EKIM64' where id=1; -update noar ti set v0='6M8HQU0IOAQNMAFBYIWNCIL5EKIM64' where id=1; -update noar tt set b2='V2KAXYMUULLPYNPL' where id=1; -update noar ti set b2='V2KAXYMUULLPYNPL' where id=1; -update noar tt set v0='SWOD4A2MKQ5PG8VPSTTHT' where id=2; -update noar ti set v0='SWOD4A2MKQ5PG8VPSTTHT' where id=2; -update noar tt set b0='Z7W18SQNC7JP2PNZG8JCT1' where id=2; -update noar ti set b0='Z7W18SQNC7JP2PNZG8JCT1' where id=2; -update noar tt set v0='N4PIZT5VW1' where id=2; -update noar ti set v0='N4PIZT5VW1' where id=2; -update noar tt set b1='BNXMY4UHG63' where id=2; -update noar ti set b1='BNXMY4UHG63' where id=2; -update noar tt set v0='3H7FDHO5W' where id=2; -update noar ti set v0='3H7FDHO5W' where id=2; -update noar tt set b2='DABZ7M' where id=2; -update noar ti set b2='DABZ7M' where id=2; -update noar tt set v0='GINT5LHEKMIRGC5BI2LIG889NY5HWK2R' where id=3; -update noar ti set v0='GINT5LHEKMIRGC5BI2LIG889NY5HWK2R' where id=3; -update noar tt set b0='HLWLY38VIK72LUFHUROLVQGDRIX' where id=3; -update noar ti set b0='HLWLY38VIK72LUFHUROLVQGDRIX' where id=3; -update noar tt set v0='UKO8WEN0BIXD70ZSP' where id=3; -update noar ti set v0='UKO8WEN0BIXD70ZSP' where id=3; -update noar tt set b1='9P5CPL3GSMW5Z4HV' where id=3; -update noar ti set b1='9P5CPL3GSMW5Z4HV' where id=3; -update noar tt set v0='OS1GLY' where id=3; -update noar ti set v0='OS1GLY' where id=3; -update noar tt set b2='E2SPQGFZQ08P' where id=3; -update noar ti set b2='E2SPQGFZQ08P' where id=3; -update noar tt set v0='0TU289OPBQ12JW3F' where id=4; -update noar ti set v0='0TU289OPBQ12JW3F' where id=4; -update noar tt set b0='PB58BXHFXGHZFIBXL4YEG7P' where id=4; -update noar ti set b0='PB58BXHFXGHZFIBXL4YEG7P' where id=4; -update noar tt set v0='OKIISE018' where id=4; -update noar ti set v0='OKIISE018' where id=4; -update noar tt set b1='W3T' where id=4; -update noar ti set b1='W3T' where id=4; -update noar tt set v0='LGY3Y9QP3OAHX0DSGCKFUA' where id=4; -update noar ti set v0='LGY3Y9QP3OAHX0DSGCKFUA' where id=4; -update noar tt set b2='F95S0PABDVYQYGZZZGCJ75SNEP6C4FX' where id=4; -update noar ti set b2='F95S0PABDVYQYGZZZGCJ75SNEP6C4FX' where id=4; -update noar tt set v0='JQ1V6J4SC99FXGLZQH299T17I977D3' where id=5; -update noar ti set v0='JQ1V6J4SC99FXGLZQH299T17I977D3' where id=5; -update noar tt set b0='FN0YPHLZTW3B8HJ8ENJSUF' where id=5; -update noar ti set b0='FN0YPHLZTW3B8HJ8ENJSUF' where id=5; -update noar tt set v0='YQX165XO7176N4YQ6ZOGPUEZVWPSI' where id=5; -update noar ti set v0='YQX165XO7176N4YQ6ZOGPUEZVWPSI' where id=5; -update noar tt set b1='HPP71S7Y0KRCS70WUJUSBBYE' where id=5; -update noar ti set b1='HPP71S7Y0KRCS70WUJUSBBYE' where id=5; -update noar tt set v0='CR50D0704GO02YB6O66E0OB0MDEXEUM1' where id=5; -update noar ti set v0='CR50D0704GO02YB6O66E0OB0MDEXEUM1' where id=5; -update noar tt set b2='LQKSZ7EEU1WE6HVXVUG' where id=5; -update noar ti set b2='LQKSZ7EEU1WE6HVXVUG' where id=5; -update noar tt set v0='ODHK37YEHW70ZVPCLJODEPQ' where id=6; -update noar ti set v0='ODHK37YEHW70ZVPCLJODEPQ' where id=6; -update noar tt set b0='MTXIKVAMAMUFC7N3TTKDL41' where id=6; -update noar ti set b0='MTXIKVAMAMUFC7N3TTKDL41' where id=6; -update noar tt set v0='W0F8M' where id=6; -update noar ti set v0='W0F8M' where id=6; -update noar tt set b1='SBJRP0V644AMU5KKYPB3SU48IIG' where id=6; -update noar ti set b1='SBJRP0V644AMU5KKYPB3SU48IIG' where id=6; -update noar tt set v0='L1WRXEAE38MZJ38I87X5K9' where id=6; -update noar ti set v0='L1WRXEAE38MZJ38I87X5K9' where id=6; -update noar tt set b2='57VFYAZEUU03IPUE1NPGBMQOOY5SDI' where id=6; -update noar ti set b2='57VFYAZEUU03IPUE1NPGBMQOOY5SDI' where id=6; -update noar tt set v0='85RD3' where id=7; -update noar ti set v0='85RD3' where id=7; -update noar tt set b0='707GBZT04KODU83AV8GG38G8S5' where id=7; -update noar ti set b0='707GBZT04KODU83AV8GG38G8S5' where id=7; -update noar tt set v0='KSLCIRJDQMXR7OI9OZZOGA5' where id=7; -update noar ti set v0='KSLCIRJDQMXR7OI9OZZOGA5' where id=7; -update noar tt set b1='P3QM225FN4F62DNP2QDDY2' where id=7; -update noar ti set b1='P3QM225FN4F62DNP2QDDY2' where id=7; -update noar tt set v0='P58V9XBMAED0XNXLHWKU' where id=7; -update noar ti set v0='P58V9XBMAED0XNXLHWKU' where id=7; -update noar tt set b2='NTMKBN7PGN9X6CGDMK0ZHLE' where id=7; -update noar ti set b2='NTMKBN7PGN9X6CGDMK0ZHLE' where id=7; -update noar tt set v0='LSCBRGMT' where id=8; -update noar ti set v0='LSCBRGMT' where id=8; -update noar tt set b0='J5GXHNA2MHELZKAJYUHK94SFU' where id=8; -update noar ti set b0='J5GXHNA2MHELZKAJYUHK94SFU' where id=8; -update noar tt set v0='UMHHXJYFSHDUM1NRTRKEE' where id=8; -update noar ti set v0='UMHHXJYFSHDUM1NRTRKEE' where id=8; -update noar tt set b1='V7' where id=8; -update noar ti set b1='V7' where id=8; -update noar tt set v0='7QPORD4BTT6VKQ6P1ST5H82BH4KI77' where id=8; -update noar ti set v0='7QPORD4BTT6VKQ6P1ST5H82BH4KI77' where id=8; -update noar tt set b2='GJFMU0UYJVBCGO9KWK1TQ7' where id=8; -update noar ti set b2='GJFMU0UYJVBCGO9KWK1TQ7' where id=8; -update noar tt set v0='W77IE2L763KEMKT4ONIVLMV0AJ' where id=9; -update noar ti set v0='W77IE2L763KEMKT4ONIVLMV0AJ' where id=9; -update noar tt set b0='DYG9DUC5NKEOOW4GM0BO3CLNX9L' where id=9; -update noar ti set b0='DYG9DUC5NKEOOW4GM0BO3CLNX9L' where id=9; -update noar tt set v0='8ANM0B3O6JNHZIAK33B02UN2TM2L' where id=9; -update noar ti set v0='8ANM0B3O6JNHZIAK33B02UN2TM2L' where id=9; -update noar tt set b1='U3VGOZSLQVQWNA4N8SO54Q6HF' where id=9; -update noar ti set b1='U3VGOZSLQVQWNA4N8SO54Q6HF' where id=9; -update noar tt set v0='GIY0CFJKLIWBN' where id=9; -update noar ti set v0='GIY0CFJKLIWBN' where id=9; -update noar tt set b2='72S2LM' where id=9; -update noar ti set b2='72S2LM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1XDJXG3KL04V2IGTCEULGKM' where id=1; -update noar ti set v0='1XDJXG3KL04V2IGTCEULGKM' where id=1; -update noar tt set b0='C' where id=1; -update noar ti set b0='C' where id=1; -update noar tt set v0='AQH6BPLIU114H6J4NACPDW4' where id=1; -update noar ti set v0='AQH6BPLIU114H6J4NACPDW4' where id=1; -update noar tt set b1='V1HGEC' where id=1; -update noar ti set b1='V1HGEC' where id=1; -update noar tt set v0='M6I35002MJ09CZZNQP' where id=1; -update noar ti set v0='M6I35002MJ09CZZNQP' where id=1; -update noar tt set b2='0ULKUFT8PMZ' where id=1; -update noar ti set b2='0ULKUFT8PMZ' where id=1; -update noar tt set v0='4LW518PD' where id=2; -update noar ti set v0='4LW518PD' where id=2; -update noar tt set b0='R0AZQ7BTVEGI' where id=2; -update noar ti set b0='R0AZQ7BTVEGI' where id=2; -update noar tt set v0='DGRSGDGYLAW10FZI7YWZR3AD' where id=2; -update noar ti set v0='DGRSGDGYLAW10FZI7YWZR3AD' where id=2; -update noar tt set b1='U1T2' where id=2; -update noar ti set b1='U1T2' where id=2; -update noar tt set v0='X73R7TESZAUJQZWQ4OOK40694H0' where id=2; -update noar ti set v0='X73R7TESZAUJQZWQ4OOK40694H0' where id=2; -update noar tt set b2='BP50AFNQRXQQ7' where id=2; -update noar ti set b2='BP50AFNQRXQQ7' where id=2; -update noar tt set v0='1P7TBXW3CU7J23' where id=3; -update noar ti set v0='1P7TBXW3CU7J23' where id=3; -update noar tt set b0='O5X03A28F4OIACSNEWX6JRJIKW' where id=3; -update noar ti set b0='O5X03A28F4OIACSNEWX6JRJIKW' where id=3; -update noar tt set v0='8PBU9RJUOTWQLURFPRQB6V' where id=3; -update noar ti set v0='8PBU9RJUOTWQLURFPRQB6V' where id=3; -update noar tt set b1='BM2' where id=3; -update noar ti set b1='BM2' where id=3; -update noar tt set v0='23OAB8A8D2TEPNEXT2IVF5XTK1IEPM' where id=3; -update noar ti set v0='23OAB8A8D2TEPNEXT2IVF5XTK1IEPM' where id=3; -update noar tt set b2='WTDEB66' where id=3; -update noar ti set b2='WTDEB66' where id=3; -update noar tt set v0='DPKYV3VWKVRPLX82DNMZZUZJ8HRZ4HY' where id=4; -update noar ti set v0='DPKYV3VWKVRPLX82DNMZZUZJ8HRZ4HY' where id=4; -update noar tt set b0='RD8L6H4FJH8OGW1NW' where id=4; -update noar ti set b0='RD8L6H4FJH8OGW1NW' where id=4; -update noar tt set v0='JKOGIJ6FUAP' where id=4; -update noar ti set v0='JKOGIJ6FUAP' where id=4; -update noar tt set b1='6FT7JWGAJSB5RH8XJMP' where id=4; -update noar ti set b1='6FT7JWGAJSB5RH8XJMP' where id=4; -update noar tt set v0='SONO7WAM1MC2PLFO0AWKMDYT8WIMI80Y' where id=4; -update noar ti set v0='SONO7WAM1MC2PLFO0AWKMDYT8WIMI80Y' where id=4; -update noar tt set b2='WH5FJJY1N' where id=4; -update noar ti set b2='WH5FJJY1N' where id=4; -update noar tt set v0='E' where id=5; -update noar ti set v0='E' where id=5; -update noar tt set b0='26VL706C5V0X' where id=5; -update noar ti set b0='26VL706C5V0X' where id=5; -update noar tt set v0='A4OYGZASQI8OZEW' where id=5; -update noar ti set v0='A4OYGZASQI8OZEW' where id=5; -update noar tt set b1='GNHVD4' where id=5; -update noar ti set b1='GNHVD4' where id=5; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b2='1HIIVKQD2MYVJ0LY7PHE4UO' where id=5; -update noar ti set b2='1HIIVKQD2MYVJ0LY7PHE4UO' where id=5; -update noar tt set v0='8ZX7K2R8FSQ79QAN3MCPAVMGHIB' where id=6; -update noar ti set v0='8ZX7K2R8FSQ79QAN3MCPAVMGHIB' where id=6; -update noar tt set b0='WIM' where id=6; -update noar ti set b0='WIM' where id=6; -update noar tt set v0='MPL5JPFE1KJ' where id=6; -update noar ti set v0='MPL5JPFE1KJ' where id=6; -update noar tt set b1='YI0F681Y1S7NHSAY80' where id=6; -update noar ti set b1='YI0F681Y1S7NHSAY80' where id=6; -update noar tt set v0='38881W4OFXFMKNDKH60WWSZI9' where id=6; -update noar ti set v0='38881W4OFXFMKNDKH60WWSZI9' where id=6; -update noar tt set b2='M5DKPR72UOAG00B2D4MCERUIWGODR' where id=6; -update noar ti set b2='M5DKPR72UOAG00B2D4MCERUIWGODR' where id=6; -update noar tt set v0='7CKQZELK' where id=7; -update noar ti set v0='7CKQZELK' where id=7; -update noar tt set b0='MRBTX7STQW' where id=7; -update noar ti set b0='MRBTX7STQW' where id=7; -update noar tt set v0='DBZ' where id=7; -update noar ti set v0='DBZ' where id=7; -update noar tt set b1='12D2BFU2NPZJNYXV9E1VKQQEKSP' where id=7; -update noar ti set b1='12D2BFU2NPZJNYXV9E1VKQQEKSP' where id=7; -update noar tt set v0='P5SUKF15N916SF2' where id=7; -update noar ti set v0='P5SUKF15N916SF2' where id=7; -update noar tt set b2='335Q78OGASW20RME3' where id=7; -update noar ti set b2='335Q78OGASW20RME3' where id=7; -update noar tt set v0='4SFHPVEVJFT5MPE2A8NCFJM4N2YZOTVY' where id=8; -update noar ti set v0='4SFHPVEVJFT5MPE2A8NCFJM4N2YZOTVY' where id=8; -update noar tt set b0='CR5FYIAKM' where id=8; -update noar ti set b0='CR5FYIAKM' where id=8; -update noar tt set v0='UA11CJTJGIUC2UKSQJA4' where id=8; -update noar ti set v0='UA11CJTJGIUC2UKSQJA4' where id=8; -update noar tt set b1='ULQEQYUYMOR72' where id=8; -update noar ti set b1='ULQEQYUYMOR72' where id=8; -update noar tt set v0='44QUU37ETM' where id=8; -update noar ti set v0='44QUU37ETM' where id=8; -update noar tt set b2='YJNNZ9VNF' where id=8; -update noar ti set b2='YJNNZ9VNF' where id=8; -update noar tt set v0='76QXK7WD21278XXVTR3DF2U4QW7RO8O' where id=9; -update noar ti set v0='76QXK7WD21278XXVTR3DF2U4QW7RO8O' where id=9; -update noar tt set b0='GMZDODSL2J53324IHEMOG7L' where id=9; -update noar ti set b0='GMZDODSL2J53324IHEMOG7L' where id=9; -update noar tt set v0='XXIKG55EII29JBW4U5QGLV1A3RKY4' where id=9; -update noar ti set v0='XXIKG55EII29JBW4U5QGLV1A3RKY4' where id=9; -update noar tt set b1='KXNCTBGFNU5' where id=9; -update noar ti set b1='KXNCTBGFNU5' where id=9; -update noar tt set v0='E59OE4GW5OIN42GROA5Y5L' where id=9; -update noar ti set v0='E59OE4GW5OIN42GROA5Y5L' where id=9; -update noar tt set b2='YGRTKYNBAZWBULWKRJ26276KT7JKO3VZ' where id=9; -update noar ti set b2='YGRTKYNBAZWBULWKRJ26276KT7JKO3VZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OPOE' where id=1; -update noar ti set v0='OPOE' where id=1; -update noar tt set b0='37S7WTG5E0DQ9HG90LSD8' where id=1; -update noar ti set b0='37S7WTG5E0DQ9HG90LSD8' where id=1; -update noar tt set v0='0Q32G3JJH5GA00VZ8GG' where id=1; -update noar ti set v0='0Q32G3JJH5GA00VZ8GG' where id=1; -update noar tt set b1='4KHPZO84BVUC7' where id=1; -update noar ti set b1='4KHPZO84BVUC7' where id=1; -update noar tt set v0='Y' where id=1; -update noar ti set v0='Y' where id=1; -update noar tt set b2='WC90BJSWIZ8HWHA6LWSJUOMP3P1IND8I' where id=1; -update noar ti set b2='WC90BJSWIZ8HWHA6LWSJUOMP3P1IND8I' where id=1; -update noar tt set v0='N4N8XSNTQVC3E' where id=2; -update noar ti set v0='N4N8XSNTQVC3E' where id=2; -update noar tt set b0='PLIQCI6AAEJ8QQ23FSPV8DAKKN' where id=2; -update noar ti set b0='PLIQCI6AAEJ8QQ23FSPV8DAKKN' where id=2; -update noar tt set v0='B00JIYJAQYX1W581M4R6' where id=2; -update noar ti set v0='B00JIYJAQYX1W581M4R6' where id=2; -update noar tt set b1='E8K219PT0' where id=2; -update noar ti set b1='E8K219PT0' where id=2; -update noar tt set v0='SJQS406DWOC4KTH463OBZ59' where id=2; -update noar ti set v0='SJQS406DWOC4KTH463OBZ59' where id=2; -update noar tt set b2='EZFJ1KV91U7NNJRWC2UTM' where id=2; -update noar ti set b2='EZFJ1KV91U7NNJRWC2UTM' where id=2; -update noar tt set v0='FWT6VTP5Z87FDO8T' where id=3; -update noar ti set v0='FWT6VTP5Z87FDO8T' where id=3; -update noar tt set b0='H0T5J9UVM54HY' where id=3; -update noar ti set b0='H0T5J9UVM54HY' where id=3; -update noar tt set v0='YUOVJM8SDILW6OHM1E2393H' where id=3; -update noar ti set v0='YUOVJM8SDILW6OHM1E2393H' where id=3; -update noar tt set b1='FN8MR' where id=3; -update noar ti set b1='FN8MR' where id=3; -update noar tt set v0='E10VVYH0OY229H2UIHQ1APEFK1CFD' where id=3; -update noar ti set v0='E10VVYH0OY229H2UIHQ1APEFK1CFD' where id=3; -update noar tt set b2='9TSAFOKJZTH02LOKMEQ' where id=3; -update noar ti set b2='9TSAFOKJZTH02LOKMEQ' where id=3; -update noar tt set v0='S2C7ZVPVA1YBW29N5BUP0V8LNZBN' where id=4; -update noar ti set v0='S2C7ZVPVA1YBW29N5BUP0V8LNZBN' where id=4; -update noar tt set b0='0FAV0PY9DKOUTPL410' where id=4; -update noar ti set b0='0FAV0PY9DKOUTPL410' where id=4; -update noar tt set v0='1SOJM' where id=4; -update noar ti set v0='1SOJM' where id=4; -update noar tt set b1='QGY8E3KAYV06LBUY' where id=4; -update noar ti set b1='QGY8E3KAYV06LBUY' where id=4; -update noar tt set v0='9VL5U2MDRXA' where id=4; -update noar ti set v0='9VL5U2MDRXA' where id=4; -update noar tt set b2='T72CYO00J' where id=4; -update noar ti set b2='T72CYO00J' where id=4; -update noar tt set v0='LYPMJ0R7MGU1F9D1I3D8QY8M9LEEH856' where id=5; -update noar ti set v0='LYPMJ0R7MGU1F9D1I3D8QY8M9LEEH856' where id=5; -update noar tt set b0='19CPT36N2UBDK' where id=5; -update noar ti set b0='19CPT36N2UBDK' where id=5; -update noar tt set v0='D1P8GG5' where id=5; -update noar ti set v0='D1P8GG5' where id=5; -update noar tt set b1='JOXL1' where id=5; -update noar ti set b1='JOXL1' where id=5; -update noar tt set v0='ZDNG173' where id=5; -update noar ti set v0='ZDNG173' where id=5; -update noar tt set b2='UJBY26EDXTMW2DURS0PXFRT' where id=5; -update noar ti set b2='UJBY26EDXTMW2DURS0PXFRT' where id=5; -update noar tt set v0='F615DJMS2U63IBC1YKW63R6HF' where id=6; -update noar ti set v0='F615DJMS2U63IBC1YKW63R6HF' where id=6; -update noar tt set b0='BYFY2S7K2CBGIO' where id=6; -update noar ti set b0='BYFY2S7K2CBGIO' where id=6; -update noar tt set v0='9C0SUD5IJAO29B9' where id=6; -update noar ti set v0='9C0SUD5IJAO29B9' where id=6; -update noar tt set b1='S1S7IPOZLUO' where id=6; -update noar ti set b1='S1S7IPOZLUO' where id=6; -update noar tt set v0='PMRHZQ29' where id=6; -update noar ti set v0='PMRHZQ29' where id=6; -update noar tt set b2='3X1UVSQL12OEU' where id=6; -update noar ti set b2='3X1UVSQL12OEU' where id=6; -update noar tt set v0='8I2BBFPJKJOSV8ZHPD6F6' where id=7; -update noar ti set v0='8I2BBFPJKJOSV8ZHPD6F6' where id=7; -update noar tt set b0='11ZHKVY73' where id=7; -update noar ti set b0='11ZHKVY73' where id=7; -update noar tt set v0='4BIVO2URW5BCQ' where id=7; -update noar ti set v0='4BIVO2URW5BCQ' where id=7; -update noar tt set b1='R56L0HU90EJEC6HWTXQM4GBMYRD' where id=7; -update noar ti set b1='R56L0HU90EJEC6HWTXQM4GBMYRD' where id=7; -update noar tt set v0='WRA7NWDPROPIXF' where id=7; -update noar ti set v0='WRA7NWDPROPIXF' where id=7; -update noar tt set b2='JK7LH71YYXB6AIN9VEPWUOTHHPW1JW' where id=7; -update noar ti set b2='JK7LH71YYXB6AIN9VEPWUOTHHPW1JW' where id=7; -update noar tt set v0='M3P3ANQD5QJRLYT8H2CKVGD' where id=8; -update noar ti set v0='M3P3ANQD5QJRLYT8H2CKVGD' where id=8; -update noar tt set b0='OXVQRRK3UNHKU' where id=8; -update noar ti set b0='OXVQRRK3UNHKU' where id=8; -update noar tt set v0='DHZ8891D44U4BLUTZMQ2VBBU' where id=8; -update noar ti set v0='DHZ8891D44U4BLUTZMQ2VBBU' where id=8; -update noar tt set b1='4EHVPJQ0NXSGQSU4YV47JI39PI7A' where id=8; -update noar ti set b1='4EHVPJQ0NXSGQSU4YV47JI39PI7A' where id=8; -update noar tt set v0='1TNM7D4CUG6CAR4JUKOW1GN4Q5C1' where id=8; -update noar ti set v0='1TNM7D4CUG6CAR4JUKOW1GN4Q5C1' where id=8; -update noar tt set b2='AUP' where id=8; -update noar ti set b2='AUP' where id=8; -update noar tt set v0='EOYBG2AYA7YFOTJJP7M57' where id=9; -update noar ti set v0='EOYBG2AYA7YFOTJJP7M57' where id=9; -update noar tt set b0='Q8TYATVXTHGC7ANFJAK33WWB' where id=9; -update noar ti set b0='Q8TYATVXTHGC7ANFJAK33WWB' where id=9; -update noar tt set v0='89A5647ORACMW64Y2Z7PXIP6' where id=9; -update noar ti set v0='89A5647ORACMW64Y2Z7PXIP6' where id=9; -update noar tt set b1='75HGKA' where id=9; -update noar ti set b1='75HGKA' where id=9; -update noar tt set v0='NKW9GBGVB9QJ2L' where id=9; -update noar ti set v0='NKW9GBGVB9QJ2L' where id=9; -update noar tt set b2='3GYSR3ZEAO0B' where id=9; -update noar ti set b2='3GYSR3ZEAO0B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='868M7MOY8GSMM9XXDSGITFSFC6U' where id=1; -update noar ti set v0='868M7MOY8GSMM9XXDSGITFSFC6U' where id=1; -update noar tt set b0='9VXWUW' where id=1; -update noar ti set b0='9VXWUW' where id=1; -update noar tt set v0='HPOPQVBEUA8' where id=1; -update noar ti set v0='HPOPQVBEUA8' where id=1; -update noar tt set b1='U4KXTRR2XKV1' where id=1; -update noar ti set b1='U4KXTRR2XKV1' where id=1; -update noar tt set v0='IISFKUZI3WHYQPQB9C76' where id=1; -update noar ti set v0='IISFKUZI3WHYQPQB9C76' where id=1; -update noar tt set b2='C301SQZEDU8M8U842V0BWL' where id=1; -update noar ti set b2='C301SQZEDU8M8U842V0BWL' where id=1; -update noar tt set v0='CE5DN76GACHA8XXBIK5IUZXWRX7AQ' where id=2; -update noar ti set v0='CE5DN76GACHA8XXBIK5IUZXWRX7AQ' where id=2; -update noar tt set b0='21KM636A9' where id=2; -update noar ti set b0='21KM636A9' where id=2; -update noar tt set v0='6S' where id=2; -update noar ti set v0='6S' where id=2; -update noar tt set b1='TOFL505VRHEM4SSAG9' where id=2; -update noar ti set b1='TOFL505VRHEM4SSAG9' where id=2; -update noar tt set v0='6CT91' where id=2; -update noar ti set v0='6CT91' where id=2; -update noar tt set b2='L0UA' where id=2; -update noar ti set b2='L0UA' where id=2; -update noar tt set v0='5906TXUPHOMNY5XPC2P0RTTD' where id=3; -update noar ti set v0='5906TXUPHOMNY5XPC2P0RTTD' where id=3; -update noar tt set b0='4NREU9YGYIFPGAAWGAZKLC0' where id=3; -update noar ti set b0='4NREU9YGYIFPGAAWGAZKLC0' where id=3; -update noar tt set v0='TIRXY40XEXNUZCN66V1QA' where id=3; -update noar ti set v0='TIRXY40XEXNUZCN66V1QA' where id=3; -update noar tt set b1='U98TVT14B5IQHWAFMRK9X5SBNNI6' where id=3; -update noar ti set b1='U98TVT14B5IQHWAFMRK9X5SBNNI6' where id=3; -update noar tt set v0='37B84' where id=3; -update noar ti set v0='37B84' where id=3; -update noar tt set b2='IP0PO8UNRKNA0SN34EBPU24NDL8624D' where id=3; -update noar ti set b2='IP0PO8UNRKNA0SN34EBPU24NDL8624D' where id=3; -update noar tt set v0='Z8AXKYEUTROS8S734OQ1HOQ8PL' where id=4; -update noar ti set v0='Z8AXKYEUTROS8S734OQ1HOQ8PL' where id=4; -update noar tt set b0='HA4' where id=4; -update noar ti set b0='HA4' where id=4; -update noar tt set v0='LL0EUFOY0Q7LOJ7H8OC0' where id=4; -update noar ti set v0='LL0EUFOY0Q7LOJ7H8OC0' where id=4; -update noar tt set b1='S8ML' where id=4; -update noar ti set b1='S8ML' where id=4; -update noar tt set v0='RB22TEPR7F9JE1ZP59Q1DRBBSBW' where id=4; -update noar ti set v0='RB22TEPR7F9JE1ZP59Q1DRBBSBW' where id=4; -update noar tt set b2='NV3SJPY3CBAVIF2KXM30AWT21RK44CO' where id=4; -update noar ti set b2='NV3SJPY3CBAVIF2KXM30AWT21RK44CO' where id=4; -update noar tt set v0='Y7F7' where id=5; -update noar ti set v0='Y7F7' where id=5; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set v0='C1YL6217XM4LOWNVC4ZJRXM2U4V' where id=5; -update noar ti set v0='C1YL6217XM4LOWNVC4ZJRXM2U4V' where id=5; -update noar tt set b1='K5N1B' where id=5; -update noar ti set b1='K5N1B' where id=5; -update noar tt set v0='ZGD9UTCRDPUY' where id=5; -update noar ti set v0='ZGD9UTCRDPUY' where id=5; -update noar tt set b2='SATRTYJUGH8J7OK6WYFBVCU4B' where id=5; -update noar ti set b2='SATRTYJUGH8J7OK6WYFBVCU4B' where id=5; -update noar tt set v0='AXW32QDT1LRKZ42STBT08HCV31S' where id=6; -update noar ti set v0='AXW32QDT1LRKZ42STBT08HCV31S' where id=6; -update noar tt set b0='BYWLJGBU6' where id=6; -update noar ti set b0='BYWLJGBU6' where id=6; -update noar tt set v0='96S1XXU6224WV5EYSPVY6QH9X17MKHX' where id=6; -update noar ti set v0='96S1XXU6224WV5EYSPVY6QH9X17MKHX' where id=6; -update noar tt set b1='Q33HUHJSWUDN9SR71BH2DNYJXSFP' where id=6; -update noar ti set b1='Q33HUHJSWUDN9SR71BH2DNYJXSFP' where id=6; -update noar tt set v0='K07D838SX16763OZ6AY' where id=6; -update noar ti set v0='K07D838SX16763OZ6AY' where id=6; -update noar tt set b2='0R' where id=6; -update noar ti set b2='0R' where id=6; -update noar tt set v0='KHOUT7WPSTFHFE4VZ' where id=7; -update noar ti set v0='KHOUT7WPSTFHFE4VZ' where id=7; -update noar tt set b0='X8KVKYKV31W8' where id=7; -update noar ti set b0='X8KVKYKV31W8' where id=7; -update noar tt set v0='EDJX88AU9RMI4U4DGUXMK' where id=7; -update noar ti set v0='EDJX88AU9RMI4U4DGUXMK' where id=7; -update noar tt set b1='XF7KPD9P82RY5WR8S8D098' where id=7; -update noar ti set b1='XF7KPD9P82RY5WR8S8D098' where id=7; -update noar tt set v0='E6' where id=7; -update noar ti set v0='E6' where id=7; -update noar tt set b2='GSBEM4UKWO8LXYS3FBXC' where id=7; -update noar ti set b2='GSBEM4UKWO8LXYS3FBXC' where id=7; -update noar tt set v0='GLOL7TEKUMYULQLRKV' where id=8; -update noar ti set v0='GLOL7TEKUMYULQLRKV' where id=8; -update noar tt set b0='1PB823LGOA2GBJRWYFQGN81IA7C0' where id=8; -update noar ti set b0='1PB823LGOA2GBJRWYFQGN81IA7C0' where id=8; -update noar tt set v0='4MM7LCMHALSJW4WYSGSBR1IVV3II8MO' where id=8; -update noar ti set v0='4MM7LCMHALSJW4WYSGSBR1IVV3II8MO' where id=8; -update noar tt set b1='GGM6NEOAD2YY0REFAV' where id=8; -update noar ti set b1='GGM6NEOAD2YY0REFAV' where id=8; -update noar tt set v0='0L448OJZM' where id=8; -update noar ti set v0='0L448OJZM' where id=8; -update noar tt set b2='HSX2K0XZ3GSGSRQYW3XVXV4BYCL44CE' where id=8; -update noar ti set b2='HSX2K0XZ3GSGSRQYW3XVXV4BYCL44CE' where id=8; -update noar tt set v0='T0R1J0F5M7QEC6ODYBJWRB' where id=9; -update noar ti set v0='T0R1J0F5M7QEC6ODYBJWRB' where id=9; -update noar tt set b0='U5L6U9' where id=9; -update noar ti set b0='U5L6U9' where id=9; -update noar tt set v0='U1K7ENH1X3N8P0KX96J5P' where id=9; -update noar ti set v0='U1K7ENH1X3N8P0KX96J5P' where id=9; -update noar tt set b1='OVJYCJA' where id=9; -update noar ti set b1='OVJYCJA' where id=9; -update noar tt set v0='M63IT55ZZBK5OC3C455TID' where id=9; -update noar ti set v0='M63IT55ZZBK5OC3C455TID' where id=9; -update noar tt set b2='DQ286QVQUDVCHXUCLPB' where id=9; -update noar ti set b2='DQ286QVQUDVCHXUCLPB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CQ9W2BFQDWKBBRC9043O8O0D' where id=1; -update noar ti set v0='CQ9W2BFQDWKBBRC9043O8O0D' where id=1; -update noar tt set b0='BE4N6EVTSHELQ4V3J31CVMO56LU' where id=1; -update noar ti set b0='BE4N6EVTSHELQ4V3J31CVMO56LU' where id=1; -update noar tt set v0='C93DIPTTYOVHVQA0RPS6CTNX' where id=1; -update noar ti set v0='C93DIPTTYOVHVQA0RPS6CTNX' where id=1; -update noar tt set b1='FRYU9UAO' where id=1; -update noar ti set b1='FRYU9UAO' where id=1; -update noar tt set v0='0C7LTBI4NVK5XEDTEC6DFIMSX3B0TGV' where id=1; -update noar ti set v0='0C7LTBI4NVK5XEDTEC6DFIMSX3B0TGV' where id=1; -update noar tt set b2='862RE92FD7DT28UVZHGWN8WVH2B' where id=1; -update noar ti set b2='862RE92FD7DT28UVZHGWN8WVH2B' where id=1; -update noar tt set v0='0JPR9J9HOBFVMQIPLEW' where id=2; -update noar ti set v0='0JPR9J9HOBFVMQIPLEW' where id=2; -update noar tt set b0='DJQDSUZFG1PZ5Y8US01VZWBQ0GQMXO' where id=2; -update noar ti set b0='DJQDSUZFG1PZ5Y8US01VZWBQ0GQMXO' where id=2; -update noar tt set v0='A9C5Y3CEG57KT6DUV8BC64ZJ0G' where id=2; -update noar ti set v0='A9C5Y3CEG57KT6DUV8BC64ZJ0G' where id=2; -update noar tt set b1='AIYHQ6' where id=2; -update noar ti set b1='AIYHQ6' where id=2; -update noar tt set v0='SH5' where id=2; -update noar ti set v0='SH5' where id=2; -update noar tt set b2='VYXPBTN1KH9' where id=2; -update noar ti set b2='VYXPBTN1KH9' where id=2; -update noar tt set v0='RM0EMGE1M24NQGPD' where id=3; -update noar ti set v0='RM0EMGE1M24NQGPD' where id=3; -update noar tt set b0='94YRQSVSF3SL4AP36T2T16' where id=3; -update noar ti set b0='94YRQSVSF3SL4AP36T2T16' where id=3; -update noar tt set v0='QPZPOVCNBQ5604' where id=3; -update noar ti set v0='QPZPOVCNBQ5604' where id=3; -update noar tt set b1='BM5G5H' where id=3; -update noar ti set b1='BM5G5H' where id=3; -update noar tt set v0='VLDFR4KBEO9M' where id=3; -update noar ti set v0='VLDFR4KBEO9M' where id=3; -update noar tt set b2='CXRMA95TAT7O4HOXRPTVH5BXWW3NLZ4O' where id=3; -update noar ti set b2='CXRMA95TAT7O4HOXRPTVH5BXWW3NLZ4O' where id=3; -update noar tt set v0='VR' where id=4; -update noar ti set v0='VR' where id=4; -update noar tt set b0='AQG7M0ZLE95CKEX' where id=4; -update noar ti set b0='AQG7M0ZLE95CKEX' where id=4; -update noar tt set v0='Z7DEOAWVBPRDBFMFL' where id=4; -update noar ti set v0='Z7DEOAWVBPRDBFMFL' where id=4; -update noar tt set b1='PA57HMZMK99DIQQ2POFS6LKMKB68P' where id=4; -update noar ti set b1='PA57HMZMK99DIQQ2POFS6LKMKB68P' where id=4; -update noar tt set v0='ZXYKP6SQB54DXX371' where id=4; -update noar ti set v0='ZXYKP6SQB54DXX371' where id=4; -update noar tt set b2='8TE3APDZZZYZ' where id=4; -update noar ti set b2='8TE3APDZZZYZ' where id=4; -update noar tt set v0='4G2C' where id=5; -update noar ti set v0='4G2C' where id=5; -update noar tt set b0='0I2JY2X46CBPZJI' where id=5; -update noar ti set b0='0I2JY2X46CBPZJI' where id=5; -update noar tt set v0='OL9KD4UQGP5XT8MLQQP3YGQXBFFI' where id=5; -update noar ti set v0='OL9KD4UQGP5XT8MLQQP3YGQXBFFI' where id=5; -update noar tt set b1='B20VKDD2VDGU' where id=5; -update noar ti set b1='B20VKDD2VDGU' where id=5; -update noar tt set v0='IP4STFWNQMW836A74VQ' where id=5; -update noar ti set v0='IP4STFWNQMW836A74VQ' where id=5; -update noar tt set b2='04SAVL7342H9OAPP5JL8T7HLYRXK466O' where id=5; -update noar ti set b2='04SAVL7342H9OAPP5JL8T7HLYRXK466O' where id=5; -update noar tt set v0='PSPEL3T84M' where id=6; -update noar ti set v0='PSPEL3T84M' where id=6; -update noar tt set b0='103DCO' where id=6; -update noar ti set b0='103DCO' where id=6; -update noar tt set v0='FDDAJ607NWDWCDG98X9' where id=6; -update noar ti set v0='FDDAJ607NWDWCDG98X9' where id=6; -update noar tt set b1='MFXBLQDIZR4N39N10NCAN980R' where id=6; -update noar ti set b1='MFXBLQDIZR4N39N10NCAN980R' where id=6; -update noar tt set v0='FH815IXX57ORKB5W23LV' where id=6; -update noar ti set v0='FH815IXX57ORKB5W23LV' where id=6; -update noar tt set b2='AARYDA' where id=6; -update noar ti set b2='AARYDA' where id=6; -update noar tt set v0='EHISY2O856GDXUAEYHABUCGR0Y' where id=7; -update noar ti set v0='EHISY2O856GDXUAEYHABUCGR0Y' where id=7; -update noar tt set b0='27P' where id=7; -update noar ti set b0='27P' where id=7; -update noar tt set v0='795IAK4YYMY13CSCBP1267A' where id=7; -update noar ti set v0='795IAK4YYMY13CSCBP1267A' where id=7; -update noar tt set b1='DIUML2QK2DOG45CX1T' where id=7; -update noar ti set b1='DIUML2QK2DOG45CX1T' where id=7; -update noar tt set v0='IIZZG5BEUX2RS2MAS90RI8EOHCZB57H0' where id=7; -update noar ti set v0='IIZZG5BEUX2RS2MAS90RI8EOHCZB57H0' where id=7; -update noar tt set b2='Y3YFJFGCX5V' where id=7; -update noar ti set b2='Y3YFJFGCX5V' where id=7; -update noar tt set v0='KF' where id=8; -update noar ti set v0='KF' where id=8; -update noar tt set b0='KQ5M39W8F' where id=8; -update noar ti set b0='KQ5M39W8F' where id=8; -update noar tt set v0='V0N7KHYJWYB4BU4ODUWBST' where id=8; -update noar ti set v0='V0N7KHYJWYB4BU4ODUWBST' where id=8; -update noar tt set b1='HH6S58YOR45B1FKE' where id=8; -update noar ti set b1='HH6S58YOR45B1FKE' where id=8; -update noar tt set v0='DX32Z' where id=8; -update noar ti set v0='DX32Z' where id=8; -update noar tt set b2='Z1CW' where id=8; -update noar ti set b2='Z1CW' where id=8; -update noar tt set v0='NUI' where id=9; -update noar ti set v0='NUI' where id=9; -update noar tt set b0='7DVKSBYK2Y3X4SSA389RIX7UGAI7IHZ' where id=9; -update noar ti set b0='7DVKSBYK2Y3X4SSA389RIX7UGAI7IHZ' where id=9; -update noar tt set v0='5V69PYQVGU' where id=9; -update noar ti set v0='5V69PYQVGU' where id=9; -update noar tt set b1='WCCK9IHUAKCB5LRMADZQ4THZ' where id=9; -update noar ti set b1='WCCK9IHUAKCB5LRMADZQ4THZ' where id=9; -update noar tt set v0='2SLJIWZZA0ZGQ87XLSKF' where id=9; -update noar ti set v0='2SLJIWZZA0ZGQ87XLSKF' where id=9; -update noar tt set b2='S7XO' where id=9; -update noar ti set b2='S7XO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OKW0L2RLLUV4J0' where id=1; -update noar ti set v0='OKW0L2RLLUV4J0' where id=1; -update noar tt set b0='WZVWV1I6NEOXYZ2' where id=1; -update noar ti set b0='WZVWV1I6NEOXYZ2' where id=1; -update noar tt set v0='YIE6F371LZVJ71B5WC30X4MDCFIMOB' where id=1; -update noar ti set v0='YIE6F371LZVJ71B5WC30X4MDCFIMOB' where id=1; -update noar tt set b1='NJGZV33OVII3I532831ODDF' where id=1; -update noar ti set b1='NJGZV33OVII3I532831ODDF' where id=1; -update noar tt set v0='UV6ADP8R40FXLL43K' where id=1; -update noar ti set v0='UV6ADP8R40FXLL43K' where id=1; -update noar tt set b2='5K4KE58' where id=1; -update noar ti set b2='5K4KE58' where id=1; -update noar tt set v0='UX28LZOZYET61QCVM9DKSM8' where id=2; -update noar ti set v0='UX28LZOZYET61QCVM9DKSM8' where id=2; -update noar tt set b0='6O9LV98O9A5WR9I97T9CB0TMTOI' where id=2; -update noar ti set b0='6O9LV98O9A5WR9I97T9CB0TMTOI' where id=2; -update noar tt set v0='GZMJTX14ICF1UQ2' where id=2; -update noar ti set v0='GZMJTX14ICF1UQ2' where id=2; -update noar tt set b1='HGMGRRIIDL1' where id=2; -update noar ti set b1='HGMGRRIIDL1' where id=2; -update noar tt set v0='J257RWCEKH33CJRKMM' where id=2; -update noar ti set v0='J257RWCEKH33CJRKMM' where id=2; -update noar tt set b2='BS00J88MLS50FLCY7QM64BKYSB' where id=2; -update noar ti set b2='BS00J88MLS50FLCY7QM64BKYSB' where id=2; -update noar tt set v0='2FFOKRTAC22D2P8VD8SJC07IXE6' where id=3; -update noar ti set v0='2FFOKRTAC22D2P8VD8SJC07IXE6' where id=3; -update noar tt set b0='ERMLDOFAOF9859L1UA' where id=3; -update noar ti set b0='ERMLDOFAOF9859L1UA' where id=3; -update noar tt set v0='HZZ2XVZH95AASFVQDLBDCU0V5BF' where id=3; -update noar ti set v0='HZZ2XVZH95AASFVQDLBDCU0V5BF' where id=3; -update noar tt set b1='2UX2Z1HRALYTXMWDRTL' where id=3; -update noar ti set b1='2UX2Z1HRALYTXMWDRTL' where id=3; -update noar tt set v0='5TH4ZIMC4' where id=3; -update noar ti set v0='5TH4ZIMC4' where id=3; -update noar tt set b2='S0C' where id=3; -update noar ti set b2='S0C' where id=3; -update noar tt set v0='C' where id=4; -update noar ti set v0='C' where id=4; -update noar tt set b0='RFAJBFIVNZQPXPCVDW4KD8L11ZFJM8JT' where id=4; -update noar ti set b0='RFAJBFIVNZQPXPCVDW4KD8L11ZFJM8JT' where id=4; -update noar tt set v0='S35WKQBIPS6C285DS' where id=4; -update noar ti set v0='S35WKQBIPS6C285DS' where id=4; -update noar tt set b1='NPLJBL' where id=4; -update noar ti set b1='NPLJBL' where id=4; -update noar tt set v0='L72XTV1GL083J6V4JLXKNCQ' where id=4; -update noar ti set v0='L72XTV1GL083J6V4JLXKNCQ' where id=4; -update noar tt set b2='RQ6HURJO651EQBQJMER0X18ZKFZ' where id=4; -update noar ti set b2='RQ6HURJO651EQBQJMER0X18ZKFZ' where id=4; -update noar tt set v0='YJ89YJUS9V3YAHS8HR4GM8FV42S' where id=5; -update noar ti set v0='YJ89YJUS9V3YAHS8HR4GM8FV42S' where id=5; -update noar tt set b0='IM2PAQ' where id=5; -update noar ti set b0='IM2PAQ' where id=5; -update noar tt set v0='PQ5PY2V2VXZW0W19BKSYYN73RQ7O8' where id=5; -update noar ti set v0='PQ5PY2V2VXZW0W19BKSYYN73RQ7O8' where id=5; -update noar tt set b1='JF' where id=5; -update noar ti set b1='JF' where id=5; -update noar tt set v0='6WYR5' where id=5; -update noar ti set v0='6WYR5' where id=5; -update noar tt set b2='8TC34ZRWSY4EFCENV9AR31G9' where id=5; -update noar ti set b2='8TC34ZRWSY4EFCENV9AR31G9' where id=5; -update noar tt set v0='YYYN87E7IEA' where id=6; -update noar ti set v0='YYYN87E7IEA' where id=6; -update noar tt set b0='WM4ZRZZ36JHGCX' where id=6; -update noar ti set b0='WM4ZRZZ36JHGCX' where id=6; -update noar tt set v0='O693ZV71' where id=6; -update noar ti set v0='O693ZV71' where id=6; -update noar tt set b1='FYSY91LT' where id=6; -update noar ti set b1='FYSY91LT' where id=6; -update noar tt set v0='HZPKWU7SJR6TXBL' where id=6; -update noar ti set v0='HZPKWU7SJR6TXBL' where id=6; -update noar tt set b2='T83B2Y7GNAOTUNQX1L9VBHLVE6A' where id=6; -update noar ti set b2='T83B2Y7GNAOTUNQX1L9VBHLVE6A' where id=6; -update noar tt set v0='SKU5RRNBM797W3C' where id=7; -update noar ti set v0='SKU5RRNBM797W3C' where id=7; -update noar tt set b0='OC11PJ' where id=7; -update noar ti set b0='OC11PJ' where id=7; -update noar tt set v0='WFKMMADSY3UWBYQBW22GIC0N' where id=7; -update noar ti set v0='WFKMMADSY3UWBYQBW22GIC0N' where id=7; -update noar tt set b1='UTG9M3059BOI23A2B' where id=7; -update noar ti set b1='UTG9M3059BOI23A2B' where id=7; -update noar tt set v0='UH1392IBLDUDJ18SIBY2DA' where id=7; -update noar ti set v0='UH1392IBLDUDJ18SIBY2DA' where id=7; -update noar tt set b2='K2XFEOSQSU666DHJ9GNUPR7WL' where id=7; -update noar ti set b2='K2XFEOSQSU666DHJ9GNUPR7WL' where id=7; -update noar tt set v0='ACGGISOONHW' where id=8; -update noar ti set v0='ACGGISOONHW' where id=8; -update noar tt set b0='N' where id=8; -update noar ti set b0='N' where id=8; -update noar tt set v0='7Y8N' where id=8; -update noar ti set v0='7Y8N' where id=8; -update noar tt set b1='K4EE1EZOA8ZU54SO6WB' where id=8; -update noar ti set b1='K4EE1EZOA8ZU54SO6WB' where id=8; -update noar tt set v0='N90VUUQ5FVVMM' where id=8; -update noar ti set v0='N90VUUQ5FVVMM' where id=8; -update noar tt set b2='SUBATF9KXZBXSDUEGSU9YBD03G' where id=8; -update noar ti set b2='SUBATF9KXZBXSDUEGSU9YBD03G' where id=8; -update noar tt set v0='XZMVYA' where id=9; -update noar ti set v0='XZMVYA' where id=9; -update noar tt set b0='8YIUC3LXL5FBK90GCZTXVR0HXZ4G' where id=9; -update noar ti set b0='8YIUC3LXL5FBK90GCZTXVR0HXZ4G' where id=9; -update noar tt set v0='D4ZTC1YH7IFF2ASVK2X3OAXVN' where id=9; -update noar ti set v0='D4ZTC1YH7IFF2ASVK2X3OAXVN' where id=9; -update noar tt set b1='VQYK59X17' where id=9; -update noar ti set b1='VQYK59X17' where id=9; -update noar tt set v0='EOEBS8ACEQGF' where id=9; -update noar ti set v0='EOEBS8ACEQGF' where id=9; -update noar tt set b2='UJU8LP0HX4EK45FHU5Y47HIBRIR' where id=9; -update noar ti set b2='UJU8LP0HX4EK45FHU5Y47HIBRIR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1CLWSO1JIYEZ3JQ' where id=1; -update noar ti set v0='1CLWSO1JIYEZ3JQ' where id=1; -update noar tt set b0='UED7YCNFQ9J97URGLNZ8GY' where id=1; -update noar ti set b0='UED7YCNFQ9J97URGLNZ8GY' where id=1; -update noar tt set v0='L5CFN37PY6H2SFQIG' where id=1; -update noar ti set v0='L5CFN37PY6H2SFQIG' where id=1; -update noar tt set b1='O10G02' where id=1; -update noar ti set b1='O10G02' where id=1; -update noar tt set v0='Y2P1VSIB4Q3DX5XMG7K0OMT1OQX6' where id=1; -update noar ti set v0='Y2P1VSIB4Q3DX5XMG7K0OMT1OQX6' where id=1; -update noar tt set b2='T5R18M9RFX78E1H' where id=1; -update noar ti set b2='T5R18M9RFX78E1H' where id=1; -update noar tt set v0='20XPQRC9FY1CN77EI' where id=2; -update noar ti set v0='20XPQRC9FY1CN77EI' where id=2; -update noar tt set b0='D2V8MDORXXJYBALB2EE9X' where id=2; -update noar ti set b0='D2V8MDORXXJYBALB2EE9X' where id=2; -update noar tt set v0='RW' where id=2; -update noar ti set v0='RW' where id=2; -update noar tt set b1='4X' where id=2; -update noar ti set b1='4X' where id=2; -update noar tt set v0='U6AFHTURD5L1A9JW0R8KQ' where id=2; -update noar ti set v0='U6AFHTURD5L1A9JW0R8KQ' where id=2; -update noar tt set b2='J5FM3P4EPHKOJ5I8CFYHQZ8GXUGEKJH' where id=2; -update noar ti set b2='J5FM3P4EPHKOJ5I8CFYHQZ8GXUGEKJH' where id=2; -update noar tt set v0='SUXE4EX3YDEVHZSOJV2Y2666T' where id=3; -update noar ti set v0='SUXE4EX3YDEVHZSOJV2Y2666T' where id=3; -update noar tt set b0='IP3VS9V0DGEF4NTEPK' where id=3; -update noar ti set b0='IP3VS9V0DGEF4NTEPK' where id=3; -update noar tt set v0='0EOZI64QZSVS6HNBI1QJO8OLWEGG' where id=3; -update noar ti set v0='0EOZI64QZSVS6HNBI1QJO8OLWEGG' where id=3; -update noar tt set b1='T' where id=3; -update noar ti set b1='T' where id=3; -update noar tt set v0='OC62B5JF1UXIPA6YOH4K8TYG' where id=3; -update noar ti set v0='OC62B5JF1UXIPA6YOH4K8TYG' where id=3; -update noar tt set b2='TRY9OF7TXBHWT5X8ZSLB' where id=3; -update noar ti set b2='TRY9OF7TXBHWT5X8ZSLB' where id=3; -update noar tt set v0='GT01QAX4X77DJ3JYQLJT' where id=4; -update noar ti set v0='GT01QAX4X77DJ3JYQLJT' where id=4; -update noar tt set b0='E4FLVAWGSGUJQ83EWT0AG3KRU14' where id=4; -update noar ti set b0='E4FLVAWGSGUJQ83EWT0AG3KRU14' where id=4; -update noar tt set v0='JXOXHX83ZPBEYLK9BXY4W3' where id=4; -update noar ti set v0='JXOXHX83ZPBEYLK9BXY4W3' where id=4; -update noar tt set b1='I543WWJYP9LYHDJ0YG1GBBC5US' where id=4; -update noar ti set b1='I543WWJYP9LYHDJ0YG1GBBC5US' where id=4; -update noar tt set v0='YOVGSLMD' where id=4; -update noar ti set v0='YOVGSLMD' where id=4; -update noar tt set b2='MD0PO' where id=4; -update noar ti set b2='MD0PO' where id=4; -update noar tt set v0='YOGBQBY8Y7CCW2CP96V' where id=5; -update noar ti set v0='YOGBQBY8Y7CCW2CP96V' where id=5; -update noar tt set b0='SO10T7T9RFS7MBOJ7LHDO47MY6DT57' where id=5; -update noar ti set b0='SO10T7T9RFS7MBOJ7LHDO47MY6DT57' where id=5; -update noar tt set v0='4NSPPCQO2MUBO09IH3GT1C' where id=5; -update noar ti set v0='4NSPPCQO2MUBO09IH3GT1C' where id=5; -update noar tt set b1='7CPSCVY5HDY0781INS9OHR4PI9W6I3' where id=5; -update noar ti set b1='7CPSCVY5HDY0781INS9OHR4PI9W6I3' where id=5; -update noar tt set v0='EHQ5ME' where id=5; -update noar ti set v0='EHQ5ME' where id=5; -update noar tt set b2='HAADR3OINKE87BBMV' where id=5; -update noar ti set b2='HAADR3OINKE87BBMV' where id=5; -update noar tt set v0='7YP1M' where id=6; -update noar ti set v0='7YP1M' where id=6; -update noar tt set b0='I3N5L5HF' where id=6; -update noar ti set b0='I3N5L5HF' where id=6; -update noar tt set v0='ZSA' where id=6; -update noar ti set v0='ZSA' where id=6; -update noar tt set b1='HLKTPVJ0XHBTXURRBKSU1PTE7P3' where id=6; -update noar ti set b1='HLKTPVJ0XHBTXURRBKSU1PTE7P3' where id=6; -update noar tt set v0='4IL7E8QHZ' where id=6; -update noar ti set v0='4IL7E8QHZ' where id=6; -update noar tt set b2='ZQVYHM33W72AAZD2VBVO34RE03H1TY' where id=6; -update noar ti set b2='ZQVYHM33W72AAZD2VBVO34RE03H1TY' where id=6; -update noar tt set v0='WJQF' where id=7; -update noar ti set v0='WJQF' where id=7; -update noar tt set b0='TQHT6TLPJ7QTJLICK' where id=7; -update noar ti set b0='TQHT6TLPJ7QTJLICK' where id=7; -update noar tt set v0='D7Z8IED45D6ZZUBO1D6U3A7NNKI' where id=7; -update noar ti set v0='D7Z8IED45D6ZZUBO1D6U3A7NNKI' where id=7; -update noar tt set b1='TPO98N9TSGX6BG51XMCHD' where id=7; -update noar ti set b1='TPO98N9TSGX6BG51XMCHD' where id=7; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b2='LPC0FNP8EFCVHN5' where id=7; -update noar ti set b2='LPC0FNP8EFCVHN5' where id=7; -update noar tt set v0='6ZFTC9B52IRFLZOSC11' where id=8; -update noar ti set v0='6ZFTC9B52IRFLZOSC11' where id=8; -update noar tt set b0='EOR6NMOHKM9MU5KJY58XY70' where id=8; -update noar ti set b0='EOR6NMOHKM9MU5KJY58XY70' where id=8; -update noar tt set v0='YMH0G1EH89OUW7ZQDPX' where id=8; -update noar ti set v0='YMH0G1EH89OUW7ZQDPX' where id=8; -update noar tt set b1='8IY11L1A' where id=8; -update noar ti set b1='8IY11L1A' where id=8; -update noar tt set v0='KL' where id=8; -update noar ti set v0='KL' where id=8; -update noar tt set b2='AJORWIPC02P6WZXQO3' where id=8; -update noar ti set b2='AJORWIPC02P6WZXQO3' where id=8; -update noar tt set v0='N5OMB3JO5OFAHVKCFPUG65KPE6' where id=9; -update noar ti set v0='N5OMB3JO5OFAHVKCFPUG65KPE6' where id=9; -update noar tt set b0='LTCUO5WBXZTPVGCQ' where id=9; -update noar ti set b0='LTCUO5WBXZTPVGCQ' where id=9; -update noar tt set v0='DHZV01HANF1AQ3HHRTT6F72BI' where id=9; -update noar ti set v0='DHZV01HANF1AQ3HHRTT6F72BI' where id=9; -update noar tt set b1='LQIH6' where id=9; -update noar ti set b1='LQIH6' where id=9; -update noar tt set v0='09YV50MZ3L7E0YIM7RPRC0EMTLGLL' where id=9; -update noar ti set v0='09YV50MZ3L7E0YIM7RPRC0EMTLGLL' where id=9; -update noar tt set b2='7437N5EMEVCKHG3628162YTCEL76SM' where id=9; -update noar ti set b2='7437N5EMEVCKHG3628162YTCEL76SM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ICAQJG3BD2DG9RDYEB' where id=1; -update noar ti set v0='6ICAQJG3BD2DG9RDYEB' where id=1; -update noar tt set b0='KKRAGG8' where id=1; -update noar ti set b0='KKRAGG8' where id=1; -update noar tt set v0='QVQ65UTTGMJ' where id=1; -update noar ti set v0='QVQ65UTTGMJ' where id=1; -update noar tt set b1='2Q4PUE60PW7OC5EBDPCHD' where id=1; -update noar ti set b1='2Q4PUE60PW7OC5EBDPCHD' where id=1; -update noar tt set v0='0HHQQY4B74RZJL6JOOYBS1' where id=1; -update noar ti set v0='0HHQQY4B74RZJL6JOOYBS1' where id=1; -update noar tt set b2='IFTLM2OI0P' where id=1; -update noar ti set b2='IFTLM2OI0P' where id=1; -update noar tt set v0='N066VUM7SXC833ZY3YZA1YZD' where id=2; -update noar ti set v0='N066VUM7SXC833ZY3YZA1YZD' where id=2; -update noar tt set b0='L0T0IJD5HSI8VFC7' where id=2; -update noar ti set b0='L0T0IJD5HSI8VFC7' where id=2; -update noar tt set v0='T1F2AYXQENO2NS' where id=2; -update noar ti set v0='T1F2AYXQENO2NS' where id=2; -update noar tt set b1='GQBLNM6VL5FMJ4XODE37YG4EJEPS' where id=2; -update noar ti set b1='GQBLNM6VL5FMJ4XODE37YG4EJEPS' where id=2; -update noar tt set v0='GQZ6Q' where id=2; -update noar ti set v0='GQZ6Q' where id=2; -update noar tt set b2='WCYLQAMBGYBWAP4RE5O2AM0PNNJKBS' where id=2; -update noar ti set b2='WCYLQAMBGYBWAP4RE5O2AM0PNNJKBS' where id=2; -update noar tt set v0='7LU0JY4SPVX9SWESBU5T0OOJ' where id=3; -update noar ti set v0='7LU0JY4SPVX9SWESBU5T0OOJ' where id=3; -update noar tt set b0='Y4ASNUCLNXM6' where id=3; -update noar ti set b0='Y4ASNUCLNXM6' where id=3; -update noar tt set v0='3TY5MEEZMYIY8IRS' where id=3; -update noar ti set v0='3TY5MEEZMYIY8IRS' where id=3; -update noar tt set b1='1CEJNNX2IR7BV' where id=3; -update noar ti set b1='1CEJNNX2IR7BV' where id=3; -update noar tt set v0='34GERYM7URA7S5PF0Z3OQ122446V0' where id=3; -update noar ti set v0='34GERYM7URA7S5PF0Z3OQ122446V0' where id=3; -update noar tt set b2='6T22' where id=3; -update noar ti set b2='6T22' where id=3; -update noar tt set v0='0S2W9LCYJKTAGCQE4JMS3Q4' where id=4; -update noar ti set v0='0S2W9LCYJKTAGCQE4JMS3Q4' where id=4; -update noar tt set b0='4O8X7BZ3HSN2D97C58FMC41I5DL2Z73B' where id=4; -update noar ti set b0='4O8X7BZ3HSN2D97C58FMC41I5DL2Z73B' where id=4; -update noar tt set v0='WZLJBWT0DUJOHEIYKI19FIANLZEL' where id=4; -update noar ti set v0='WZLJBWT0DUJOHEIYKI19FIANLZEL' where id=4; -update noar tt set b1='BTQZ4VSKD5BB5VY8Y71SX' where id=4; -update noar ti set b1='BTQZ4VSKD5BB5VY8Y71SX' where id=4; -update noar tt set v0='006HJG6KAK5I0D1YEY5XLS1J9K2U7K' where id=4; -update noar ti set v0='006HJG6KAK5I0D1YEY5XLS1J9K2U7K' where id=4; -update noar tt set b2='H1H8JCHNR0U2X275YCXOAQ6AGCK39' where id=4; -update noar ti set b2='H1H8JCHNR0U2X275YCXOAQ6AGCK39' where id=4; -update noar tt set v0='GOP2IOEVXA13W6OAO0Y0O8AVI0P' where id=5; -update noar ti set v0='GOP2IOEVXA13W6OAO0Y0O8AVI0P' where id=5; -update noar tt set b0='LLB3DPHB' where id=5; -update noar ti set b0='LLB3DPHB' where id=5; -update noar tt set v0='FUEAOGMQQASZ0H62' where id=5; -update noar ti set v0='FUEAOGMQQASZ0H62' where id=5; -update noar tt set b1='47KCT0' where id=5; -update noar ti set b1='47KCT0' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b2='USWXXMRSL4WM09S' where id=5; -update noar ti set b2='USWXXMRSL4WM09S' where id=5; -update noar tt set v0='XGA2' where id=6; -update noar ti set v0='XGA2' where id=6; -update noar tt set b0='CXLYUT6XP86UQD' where id=6; -update noar ti set b0='CXLYUT6XP86UQD' where id=6; -update noar tt set v0='EZPO76IXA5EWPR' where id=6; -update noar ti set v0='EZPO76IXA5EWPR' where id=6; -update noar tt set b1='HR1R6X5G28' where id=6; -update noar ti set b1='HR1R6X5G28' where id=6; -update noar tt set v0='85M2Q3Q7NJ0W' where id=6; -update noar ti set v0='85M2Q3Q7NJ0W' where id=6; -update noar tt set b2='UFT4JO6DZKMI8T95HP0TFA' where id=6; -update noar ti set b2='UFT4JO6DZKMI8T95HP0TFA' where id=6; -update noar tt set v0='8ZOP5XVK2NUE29TF7MCJ' where id=7; -update noar ti set v0='8ZOP5XVK2NUE29TF7MCJ' where id=7; -update noar tt set b0='FLF4XLQARQC418NXL' where id=7; -update noar ti set b0='FLF4XLQARQC418NXL' where id=7; -update noar tt set v0='XG0451Q9TG6SOO5V2' where id=7; -update noar ti set v0='XG0451Q9TG6SOO5V2' where id=7; -update noar tt set b1='Y3030NJP3SIFAXX3MNJUUPWCT' where id=7; -update noar ti set b1='Y3030NJP3SIFAXX3MNJUUPWCT' where id=7; -update noar tt set v0='HLWUPQ4KPPTRRFXGXYU6' where id=7; -update noar ti set v0='HLWUPQ4KPPTRRFXGXYU6' where id=7; -update noar tt set b2='TN12L3Z50P3WOTRJ39G8SQGFQ3F0RJWB' where id=7; -update noar ti set b2='TN12L3Z50P3WOTRJ39G8SQGFQ3F0RJWB' where id=7; -update noar tt set v0='7ZN5S' where id=8; -update noar ti set v0='7ZN5S' where id=8; -update noar tt set b0='AI02OF' where id=8; -update noar ti set b0='AI02OF' where id=8; -update noar tt set v0='IV2O71UNNLXEUFD2GS5VM82' where id=8; -update noar ti set v0='IV2O71UNNLXEUFD2GS5VM82' where id=8; -update noar tt set b1='OLPH4T4CR8B' where id=8; -update noar ti set b1='OLPH4T4CR8B' where id=8; -update noar tt set v0='8ZJO671AE0SR850F3H7X' where id=8; -update noar ti set v0='8ZJO671AE0SR850F3H7X' where id=8; -update noar tt set b2='IXV8Z79' where id=8; -update noar ti set b2='IXV8Z79' where id=8; -update noar tt set v0='TPISPCSM75XLQ5GE75X' where id=9; -update noar ti set v0='TPISPCSM75XLQ5GE75X' where id=9; -update noar tt set b0='4OGY4C4AL' where id=9; -update noar ti set b0='4OGY4C4AL' where id=9; -update noar tt set v0='JFBQJODX7F7RY0OCRTMXRLPG25O6815' where id=9; -update noar ti set v0='JFBQJODX7F7RY0OCRTMXRLPG25O6815' where id=9; -update noar tt set b1='GZSA0UZGV2PBFRRKV6116Y90Z3Q1W' where id=9; -update noar ti set b1='GZSA0UZGV2PBFRRKV6116Y90Z3Q1W' where id=9; -update noar tt set v0='AB7HT2DTGYSUYWRVUBMLN' where id=9; -update noar ti set v0='AB7HT2DTGYSUYWRVUBMLN' where id=9; -update noar tt set b2='TKD8M35DT' where id=9; -update noar ti set b2='TKD8M35DT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL6X65Q8MWKC01' where id=1; -update noar ti set v0='HL6X65Q8MWKC01' where id=1; -update noar tt set b0='QIF7Y4TCS9HAJNLIRM1H9U9EOZ4WN0H' where id=1; -update noar ti set b0='QIF7Y4TCS9HAJNLIRM1H9U9EOZ4WN0H' where id=1; -update noar tt set v0='UN1D2PEQKVKFVT' where id=1; -update noar ti set v0='UN1D2PEQKVKFVT' where id=1; -update noar tt set b1='F9FG66TVH1R6SD57' where id=1; -update noar ti set b1='F9FG66TVH1R6SD57' where id=1; -update noar tt set v0='N6HJHC86S2TUANP1GQNDOX95' where id=1; -update noar ti set v0='N6HJHC86S2TUANP1GQNDOX95' where id=1; -update noar tt set b2='2ZMVL7S1BCVS0K9KAMYGRSO' where id=1; -update noar ti set b2='2ZMVL7S1BCVS0K9KAMYGRSO' where id=1; -update noar tt set v0='93NJ997KQOK0O1N20ZDLHAWL2X60BZGD' where id=2; -update noar ti set v0='93NJ997KQOK0O1N20ZDLHAWL2X60BZGD' where id=2; -update noar tt set b0='P06B8NT660THG2C48M5T2YEK8NJBZ' where id=2; -update noar ti set b0='P06B8NT660THG2C48M5T2YEK8NJBZ' where id=2; -update noar tt set v0='VPK5TRC9CR6W6W9KONU23ZHCR' where id=2; -update noar ti set v0='VPK5TRC9CR6W6W9KONU23ZHCR' where id=2; -update noar tt set b1='PIFGCEU5D2WVWYTS' where id=2; -update noar ti set b1='PIFGCEU5D2WVWYTS' where id=2; -update noar tt set v0='AH090T1NN6QJA' where id=2; -update noar ti set v0='AH090T1NN6QJA' where id=2; -update noar tt set b2='KH8VKK08YLF9SZZE' where id=2; -update noar ti set b2='KH8VKK08YLF9SZZE' where id=2; -update noar tt set v0='NUFISPR718CXL36K01QR2E' where id=3; -update noar ti set v0='NUFISPR718CXL36K01QR2E' where id=3; -update noar tt set b0='CMOEN' where id=3; -update noar ti set b0='CMOEN' where id=3; -update noar tt set v0='QHT5O8PJZXQ2Y4P5W0W' where id=3; -update noar ti set v0='QHT5O8PJZXQ2Y4P5W0W' where id=3; -update noar tt set b1='XDNBYZG47OWS4RQ4JDSYIVMMFO' where id=3; -update noar ti set b1='XDNBYZG47OWS4RQ4JDSYIVMMFO' where id=3; -update noar tt set v0='6QA2R430FYJVX2Q0F2WOMLKU' where id=3; -update noar ti set v0='6QA2R430FYJVX2Q0F2WOMLKU' where id=3; -update noar tt set b2='E0BYPZPA410BKF80WVMMNJQ' where id=3; -update noar ti set b2='E0BYPZPA410BKF80WVMMNJQ' where id=3; -update noar tt set v0='HKEB8U1JPX10XPBX' where id=4; -update noar ti set v0='HKEB8U1JPX10XPBX' where id=4; -update noar tt set b0='0UX1GQBFWAJF9CF95V3D64OKFXPX8' where id=4; -update noar ti set b0='0UX1GQBFWAJF9CF95V3D64OKFXPX8' where id=4; -update noar tt set v0='EKRQUHR6OZRJB0U7E9' where id=4; -update noar ti set v0='EKRQUHR6OZRJB0U7E9' where id=4; -update noar tt set b1='FQPG4O8NED7ZWPFR8R58GQDEHOR4E' where id=4; -update noar ti set b1='FQPG4O8NED7ZWPFR8R58GQDEHOR4E' where id=4; -update noar tt set v0='IXRT3GZ7G66DID5U52BDYUJ1VY3H' where id=4; -update noar ti set v0='IXRT3GZ7G66DID5U52BDYUJ1VY3H' where id=4; -update noar tt set b2='80HWYLXFNG9607NOU3LB9MXA5' where id=4; -update noar ti set b2='80HWYLXFNG9607NOU3LB9MXA5' where id=4; -update noar tt set v0='6HFGFL1TJUX0' where id=5; -update noar ti set v0='6HFGFL1TJUX0' where id=5; -update noar tt set b0='B12D0JCF4K1YEQBA5WN82S8LG0C' where id=5; -update noar ti set b0='B12D0JCF4K1YEQBA5WN82S8LG0C' where id=5; -update noar tt set v0='JHYMC6XM1RND9QBW1YJX6ST6IAVZJW' where id=5; -update noar ti set v0='JHYMC6XM1RND9QBW1YJX6ST6IAVZJW' where id=5; -update noar tt set b1='VTQ1QU' where id=5; -update noar ti set b1='VTQ1QU' where id=5; -update noar tt set v0='635UBV8GAGK9HSU86GWO56IRM0U3Q' where id=5; -update noar ti set v0='635UBV8GAGK9HSU86GWO56IRM0U3Q' where id=5; -update noar tt set b2='0K' where id=5; -update noar ti set b2='0K' where id=5; -update noar tt set v0='FU3Y7X5ES8UAFGSTG49WUK9GELEI' where id=6; -update noar ti set v0='FU3Y7X5ES8UAFGSTG49WUK9GELEI' where id=6; -update noar tt set b0='W2XZ74MD769OWJZ8WRQ35AB8U16JL' where id=6; -update noar ti set b0='W2XZ74MD769OWJZ8WRQ35AB8U16JL' where id=6; -update noar tt set v0='X04MKKS1H6UTHC3SCDGK8UZCXGOU' where id=6; -update noar ti set v0='X04MKKS1H6UTHC3SCDGK8UZCXGOU' where id=6; -update noar tt set b1='5Z8NQLPF0BG75HG5X9O8W82CUC42XYM' where id=6; -update noar ti set b1='5Z8NQLPF0BG75HG5X9O8W82CUC42XYM' where id=6; -update noar tt set v0='K88PEOOTJRS2FKHCP3A87R' where id=6; -update noar ti set v0='K88PEOOTJRS2FKHCP3A87R' where id=6; -update noar tt set b2='YC9CFD' where id=6; -update noar ti set b2='YC9CFD' where id=6; -update noar tt set v0='GDXON6P' where id=7; -update noar ti set v0='GDXON6P' where id=7; -update noar tt set b0='GY6F89HPAZZ1BQ4IY5XU8GAYVL8UDT5' where id=7; -update noar ti set b0='GY6F89HPAZZ1BQ4IY5XU8GAYVL8UDT5' where id=7; -update noar tt set v0='KXUCUE9KFOF27M0B6YFLUN36DH5C6BRB' where id=7; -update noar ti set v0='KXUCUE9KFOF27M0B6YFLUN36DH5C6BRB' where id=7; -update noar tt set b1='8X8B3YNGA35OQ4389GHAWF7Q8' where id=7; -update noar ti set b1='8X8B3YNGA35OQ4389GHAWF7Q8' where id=7; -update noar tt set v0='C2WRU00MGLWUR8BDVY984G39BZH1ZR' where id=7; -update noar ti set v0='C2WRU00MGLWUR8BDVY984G39BZH1ZR' where id=7; -update noar tt set b2='PVZ4AKJ353UB64VE3OSDYPQ3KT8QV' where id=7; -update noar ti set b2='PVZ4AKJ353UB64VE3OSDYPQ3KT8QV' where id=7; -update noar tt set v0='SNR9FVT0Y4P5' where id=8; -update noar ti set v0='SNR9FVT0Y4P5' where id=8; -update noar tt set b0='2DYBASI0QWSF' where id=8; -update noar ti set b0='2DYBASI0QWSF' where id=8; -update noar tt set v0='TPBK10P51C' where id=8; -update noar ti set v0='TPBK10P51C' where id=8; -update noar tt set b1='LNDR52KIKO' where id=8; -update noar ti set b1='LNDR52KIKO' where id=8; -update noar tt set v0='62ZAK0A5AQRO6D1HU948H11IR9L0' where id=8; -update noar ti set v0='62ZAK0A5AQRO6D1HU948H11IR9L0' where id=8; -update noar tt set b2='FGIAKLOB7IW4O2FVAA5' where id=8; -update noar ti set b2='FGIAKLOB7IW4O2FVAA5' where id=8; -update noar tt set v0='B4' where id=9; -update noar ti set v0='B4' where id=9; -update noar tt set b0='QYPEPO8Q6EI' where id=9; -update noar ti set b0='QYPEPO8Q6EI' where id=9; -update noar tt set v0='8YGCDOB6RDZ51P7PJ' where id=9; -update noar ti set v0='8YGCDOB6RDZ51P7PJ' where id=9; -update noar tt set b1='NEBZTEUWFI' where id=9; -update noar ti set b1='NEBZTEUWFI' where id=9; -update noar tt set v0='2TUNBPN' where id=9; -update noar ti set v0='2TUNBPN' where id=9; -update noar tt set b2='8PV615PLHISK770CB4' where id=9; -update noar ti set b2='8PV615PLHISK770CB4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UP8EUHCYNQW2QQ' where id=1; -update noar ti set v0='UP8EUHCYNQW2QQ' where id=1; -update noar tt set b0='NS9DV' where id=1; -update noar ti set b0='NS9DV' where id=1; -update noar tt set v0='FT2W4T90Y2AOM3Q0Q6KSLXR2' where id=1; -update noar ti set v0='FT2W4T90Y2AOM3Q0Q6KSLXR2' where id=1; -update noar tt set b1='V1CK5H92V93W1KZLY6PWVNSAL14M2I' where id=1; -update noar ti set b1='V1CK5H92V93W1KZLY6PWVNSAL14M2I' where id=1; -update noar tt set v0='XFIZ2HYZSYJYAS0F' where id=1; -update noar ti set v0='XFIZ2HYZSYJYAS0F' where id=1; -update noar tt set b2='MXF72G1QK99R' where id=1; -update noar ti set b2='MXF72G1QK99R' where id=1; -update noar tt set v0='STEBGQH1RQ8C5N1IP9C03' where id=2; -update noar ti set v0='STEBGQH1RQ8C5N1IP9C03' where id=2; -update noar tt set b0='SW0PKDH16OSWHSXOGDI0' where id=2; -update noar ti set b0='SW0PKDH16OSWHSXOGDI0' where id=2; -update noar tt set v0='3F5VJZEDF68' where id=2; -update noar ti set v0='3F5VJZEDF68' where id=2; -update noar tt set b1='CU8OL2KG' where id=2; -update noar ti set b1='CU8OL2KG' where id=2; -update noar tt set v0='L3NWK3TOG7QK9F7ZII9PSECJA1T' where id=2; -update noar ti set v0='L3NWK3TOG7QK9F7ZII9PSECJA1T' where id=2; -update noar tt set b2='YIVKR1LF28FECBNQD0' where id=2; -update noar ti set b2='YIVKR1LF28FECBNQD0' where id=2; -update noar tt set v0='7V4ER' where id=3; -update noar ti set v0='7V4ER' where id=3; -update noar tt set b0='JIGR0F2BTT3Y2RG8320' where id=3; -update noar ti set b0='JIGR0F2BTT3Y2RG8320' where id=3; -update noar tt set v0='PABTE86OA32BMMM' where id=3; -update noar ti set v0='PABTE86OA32BMMM' where id=3; -update noar tt set b1='13S2MP40EV0H0CHAQYU64NBEE' where id=3; -update noar ti set b1='13S2MP40EV0H0CHAQYU64NBEE' where id=3; -update noar tt set v0='LV' where id=3; -update noar ti set v0='LV' where id=3; -update noar tt set b2='WQBU1L11HJYBABJNIWBR8I2BAZTAF' where id=3; -update noar ti set b2='WQBU1L11HJYBABJNIWBR8I2BAZTAF' where id=3; -update noar tt set v0='7I' where id=4; -update noar ti set v0='7I' where id=4; -update noar tt set b0='Z' where id=4; -update noar ti set b0='Z' where id=4; -update noar tt set v0='IDY9XZE5P08EON0MXW1W54' where id=4; -update noar ti set v0='IDY9XZE5P08EON0MXW1W54' where id=4; -update noar tt set b1='E36C050AKNVQE2JHULQEVD4I8' where id=4; -update noar ti set b1='E36C050AKNVQE2JHULQEVD4I8' where id=4; -update noar tt set v0='K1F8CGDB603UCUQ' where id=4; -update noar ti set v0='K1F8CGDB603UCUQ' where id=4; -update noar tt set b2='C9AZGNR42TJ7RAWZOJPV869T' where id=4; -update noar ti set b2='C9AZGNR42TJ7RAWZOJPV869T' where id=4; -update noar tt set v0='AWDXCF' where id=5; -update noar ti set v0='AWDXCF' where id=5; -update noar tt set b0='JPVJIQYQMSN7SE10GFL7QY3SXIN76GE1' where id=5; -update noar ti set b0='JPVJIQYQMSN7SE10GFL7QY3SXIN76GE1' where id=5; -update noar tt set v0='VK2EK4L9S' where id=5; -update noar ti set v0='VK2EK4L9S' where id=5; -update noar tt set b1='W7QUW4IG0UEZR5WC' where id=5; -update noar ti set b1='W7QUW4IG0UEZR5WC' where id=5; -update noar tt set v0='FSXTN4YVUW' where id=5; -update noar ti set v0='FSXTN4YVUW' where id=5; -update noar tt set b2='H' where id=5; -update noar ti set b2='H' where id=5; -update noar tt set v0='E6OSJ04WE7A9FNYDR1AIAY' where id=6; -update noar ti set v0='E6OSJ04WE7A9FNYDR1AIAY' where id=6; -update noar tt set b0='H2IO' where id=6; -update noar ti set b0='H2IO' where id=6; -update noar tt set v0='I3N7DAYDEQ5G6QWE8L33TY77588LFZ' where id=6; -update noar ti set v0='I3N7DAYDEQ5G6QWE8L33TY77588LFZ' where id=6; -update noar tt set b1='FLHZ1U0N0CKEKGARXUBB86IOTQV4SUY' where id=6; -update noar ti set b1='FLHZ1U0N0CKEKGARXUBB86IOTQV4SUY' where id=6; -update noar tt set v0='EKMSWA13UQYHCEUBZ33IQD9QN' where id=6; -update noar ti set v0='EKMSWA13UQYHCEUBZ33IQD9QN' where id=6; -update noar tt set b2='HH82LP' where id=6; -update noar ti set b2='HH82LP' where id=6; -update noar tt set v0='ZQOXCC8AO3Z1XG3MH4MWFJU9AQV195' where id=7; -update noar ti set v0='ZQOXCC8AO3Z1XG3MH4MWFJU9AQV195' where id=7; -update noar tt set b0='TMPEJVA589A7L9KPDDIO' where id=7; -update noar ti set b0='TMPEJVA589A7L9KPDDIO' where id=7; -update noar tt set v0='MWN053JH6WESLL43MQCO5Y79' where id=7; -update noar ti set v0='MWN053JH6WESLL43MQCO5Y79' where id=7; -update noar tt set b1='VO7FN' where id=7; -update noar ti set b1='VO7FN' where id=7; -update noar tt set v0='6XA7H8MZ2Y2IYU273770LTPEO' where id=7; -update noar ti set v0='6XA7H8MZ2Y2IYU273770LTPEO' where id=7; -update noar tt set b2='TDOAX0JYJ7SPYTZD703FFMIZRZ' where id=7; -update noar ti set b2='TDOAX0JYJ7SPYTZD703FFMIZRZ' where id=7; -update noar tt set v0='13BMKR3K3' where id=8; -update noar ti set v0='13BMKR3K3' where id=8; -update noar tt set b0='GUY2PPNARATT9FC7J7RG8BN8PQDZ2W' where id=8; -update noar ti set b0='GUY2PPNARATT9FC7J7RG8BN8PQDZ2W' where id=8; -update noar tt set v0='7KTKO3YH0Z73GZUWDCI' where id=8; -update noar ti set v0='7KTKO3YH0Z73GZUWDCI' where id=8; -update noar tt set b1='L2MB68QRGTK2YIB' where id=8; -update noar ti set b1='L2MB68QRGTK2YIB' where id=8; -update noar tt set v0='R' where id=8; -update noar ti set v0='R' where id=8; -update noar tt set b2='OLUWE5NMPGARAHC9W7UGJWKSW0' where id=8; -update noar ti set b2='OLUWE5NMPGARAHC9W7UGJWKSW0' where id=8; -update noar tt set v0='4J6R9SFFK2JLSR57XOZZC1M5D5LLNW37' where id=9; -update noar ti set v0='4J6R9SFFK2JLSR57XOZZC1M5D5LLNW37' where id=9; -update noar tt set b0='XU19W07I9ZIT2LBCX' where id=9; -update noar ti set b0='XU19W07I9ZIT2LBCX' where id=9; -update noar tt set v0='5UDERDQVLB' where id=9; -update noar ti set v0='5UDERDQVLB' where id=9; -update noar tt set b1='LHYA95WGSUFQTKO2Y4JUQ8B' where id=9; -update noar ti set b1='LHYA95WGSUFQTKO2Y4JUQ8B' where id=9; -update noar tt set v0='WUXLJKIMXT758FZQ9XAJLHHK8BHY' where id=9; -update noar ti set v0='WUXLJKIMXT758FZQ9XAJLHHK8BHY' where id=9; -update noar tt set b2='S3XY8TTBZOJDEQ65ZIRXTA7DXYX' where id=9; -update noar ti set b2='S3XY8TTBZOJDEQ65ZIRXTA7DXYX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ILZ' where id=1; -update noar ti set v0='2ILZ' where id=1; -update noar tt set b0='EC2DB40PJPXYCM' where id=1; -update noar ti set b0='EC2DB40PJPXYCM' where id=1; -update noar tt set v0='Q56QK20ZVFFTYIRHT3HRO5LHXX2A' where id=1; -update noar ti set v0='Q56QK20ZVFFTYIRHT3HRO5LHXX2A' where id=1; -update noar tt set b1='35Y4YJ7Q6APBMA3Y6' where id=1; -update noar ti set b1='35Y4YJ7Q6APBMA3Y6' where id=1; -update noar tt set v0='EZ2RY65IWA2AX0DIT0W7UVO1U7FKGDJO' where id=1; -update noar ti set v0='EZ2RY65IWA2AX0DIT0W7UVO1U7FKGDJO' where id=1; -update noar tt set b2='7H' where id=1; -update noar ti set b2='7H' where id=1; -update noar tt set v0='0RAW4EE86K22E5HST5EE7G8' where id=2; -update noar ti set v0='0RAW4EE86K22E5HST5EE7G8' where id=2; -update noar tt set b0='UO49FZ0A16ZILH790RTWQQPK' where id=2; -update noar ti set b0='UO49FZ0A16ZILH790RTWQQPK' where id=2; -update noar tt set v0='JKU23TO8EYKZ' where id=2; -update noar ti set v0='JKU23TO8EYKZ' where id=2; -update noar tt set b1='2H1DMWZSW' where id=2; -update noar ti set b1='2H1DMWZSW' where id=2; -update noar tt set v0='RRMYN3PW74FL7GHYAFZXNEOT' where id=2; -update noar ti set v0='RRMYN3PW74FL7GHYAFZXNEOT' where id=2; -update noar tt set b2='W3NOD0QR75HDT8H3RU7K4T5J6A34O6D' where id=2; -update noar ti set b2='W3NOD0QR75HDT8H3RU7K4T5J6A34O6D' where id=2; -update noar tt set v0='3GJWTO5Z' where id=3; -update noar ti set v0='3GJWTO5Z' where id=3; -update noar tt set b0='CN8QL0OXPCMDXNDRNH' where id=3; -update noar ti set b0='CN8QL0OXPCMDXNDRNH' where id=3; -update noar tt set v0='I5897KCNWE' where id=3; -update noar ti set v0='I5897KCNWE' where id=3; -update noar tt set b1='L8TG6653YGZXH' where id=3; -update noar ti set b1='L8TG6653YGZXH' where id=3; -update noar tt set v0='DSSIQV5QU' where id=3; -update noar ti set v0='DSSIQV5QU' where id=3; -update noar tt set b2='WZG4ZDR140F652LJADP' where id=3; -update noar ti set b2='WZG4ZDR140F652LJADP' where id=3; -update noar tt set v0='DE1JB' where id=4; -update noar ti set v0='DE1JB' where id=4; -update noar tt set b0='TMFQH787LU6MCMUFKCXW3K3U9AX8HC' where id=4; -update noar ti set b0='TMFQH787LU6MCMUFKCXW3K3U9AX8HC' where id=4; -update noar tt set v0='W5BI4AVIQV' where id=4; -update noar ti set v0='W5BI4AVIQV' where id=4; -update noar tt set b1='5T1PGF2CAEU799SHQ' where id=4; -update noar ti set b1='5T1PGF2CAEU799SHQ' where id=4; -update noar tt set v0='E18INA41CSOVI6X0YES' where id=4; -update noar ti set v0='E18INA41CSOVI6X0YES' where id=4; -update noar tt set b2='S1SDYU28WMEB' where id=4; -update noar ti set b2='S1SDYU28WMEB' where id=4; -update noar tt set v0='5FMBX4JJH7BDXXTY' where id=5; -update noar ti set v0='5FMBX4JJH7BDXXTY' where id=5; -update noar tt set b0='U21SWD95UC5D6WK' where id=5; -update noar ti set b0='U21SWD95UC5D6WK' where id=5; -update noar tt set v0='KOA4YF0DIORPY9PH' where id=5; -update noar ti set v0='KOA4YF0DIORPY9PH' where id=5; -update noar tt set b1='G4ZDF1H8W8JKE947F55CDJJSIW' where id=5; -update noar ti set b1='G4ZDF1H8W8JKE947F55CDJJSIW' where id=5; -update noar tt set v0='IA7VJO92RM5PR' where id=5; -update noar ti set v0='IA7VJO92RM5PR' where id=5; -update noar tt set b2='51HGLPS16LBXFZZEJJNAVF6SGQA7ZLB' where id=5; -update noar ti set b2='51HGLPS16LBXFZZEJJNAVF6SGQA7ZLB' where id=5; -update noar tt set v0='OWGPFRKXO85CT3YUE8WC4WN87JOFJ6G1' where id=6; -update noar ti set v0='OWGPFRKXO85CT3YUE8WC4WN87JOFJ6G1' where id=6; -update noar tt set b0='EP6TG4WLY63QOLPXRP4V4OOU2' where id=6; -update noar ti set b0='EP6TG4WLY63QOLPXRP4V4OOU2' where id=6; -update noar tt set v0='E3PFBB4JE8JJ0XW' where id=6; -update noar ti set v0='E3PFBB4JE8JJ0XW' where id=6; -update noar tt set b1='SUBZ6CDLFTS2GM4A753VA' where id=6; -update noar ti set b1='SUBZ6CDLFTS2GM4A753VA' where id=6; -update noar tt set v0='G1XWSSEZGGS0SLY1BISMJ' where id=6; -update noar ti set v0='G1XWSSEZGGS0SLY1BISMJ' where id=6; -update noar tt set b2='UA1FLG0XFXP69QUM' where id=6; -update noar ti set b2='UA1FLG0XFXP69QUM' where id=6; -update noar tt set v0='CD6VOUA0SYMEZ' where id=7; -update noar ti set v0='CD6VOUA0SYMEZ' where id=7; -update noar tt set b0='MGJ2H5AF3MRLD94' where id=7; -update noar ti set b0='MGJ2H5AF3MRLD94' where id=7; -update noar tt set v0='MHUKEY22WIM1U3AM9VP9D4ZU9MAL0O' where id=7; -update noar ti set v0='MHUKEY22WIM1U3AM9VP9D4ZU9MAL0O' where id=7; -update noar tt set b1='Q' where id=7; -update noar ti set b1='Q' where id=7; -update noar tt set v0='RSRFRYHC3NQ23YY1T9Y54' where id=7; -update noar ti set v0='RSRFRYHC3NQ23YY1T9Y54' where id=7; -update noar tt set b2='29UIT2ODNFU0F3IJFJ1Z2K3CTKVYMEM1' where id=7; -update noar ti set b2='29UIT2ODNFU0F3IJFJ1Z2K3CTKVYMEM1' where id=7; -update noar tt set v0='SOR8KWP4L8R00Q7Z3H72AO2' where id=8; -update noar ti set v0='SOR8KWP4L8R00Q7Z3H72AO2' where id=8; -update noar tt set b0='LHAMU6Q0JNQ18EIEOL0MZ8E5' where id=8; -update noar ti set b0='LHAMU6Q0JNQ18EIEOL0MZ8E5' where id=8; -update noar tt set v0='J8Q36JWZULIGIMDEFL0CGJHCMA' where id=8; -update noar ti set v0='J8Q36JWZULIGIMDEFL0CGJHCMA' where id=8; -update noar tt set b1='MLO7AU04JXN8BW4094EVGA25YRQA' where id=8; -update noar ti set b1='MLO7AU04JXN8BW4094EVGA25YRQA' where id=8; -update noar tt set v0='NB' where id=8; -update noar ti set v0='NB' where id=8; -update noar tt set b2='1JLDKBEEYE3L' where id=8; -update noar ti set b2='1JLDKBEEYE3L' where id=8; -update noar tt set v0='TS89N' where id=9; -update noar ti set v0='TS89N' where id=9; -update noar tt set b0='P0VGLFCBH4FW92DZS6H6YZ35M' where id=9; -update noar ti set b0='P0VGLFCBH4FW92DZS6H6YZ35M' where id=9; -update noar tt set v0='H9WMGS' where id=9; -update noar ti set v0='H9WMGS' where id=9; -update noar tt set b1='4GWF7K' where id=9; -update noar ti set b1='4GWF7K' where id=9; -update noar tt set v0='YP8DUVFOGGBWO6P7G12I7TXXT' where id=9; -update noar ti set v0='YP8DUVFOGGBWO6P7G12I7TXXT' where id=9; -update noar tt set b2='YUDEX6B1NMV8GS0QEWDNC' where id=9; -update noar ti set b2='YUDEX6B1NMV8GS0QEWDNC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AW2OD3GD' where id=1; -update noar ti set v0='AW2OD3GD' where id=1; -update noar tt set b0='LD362B0PY4GL3FP1N2K1ZQO' where id=1; -update noar ti set b0='LD362B0PY4GL3FP1N2K1ZQO' where id=1; -update noar tt set v0='NJUSK' where id=1; -update noar ti set v0='NJUSK' where id=1; -update noar tt set b1='F' where id=1; -update noar ti set b1='F' where id=1; -update noar tt set v0='BJJ9M6P7QKBIQVRWX4HZ2DOBN85CYUX' where id=1; -update noar ti set v0='BJJ9M6P7QKBIQVRWX4HZ2DOBN85CYUX' where id=1; -update noar tt set b2='TYHABQSNJ1K22M09URS41D' where id=1; -update noar ti set b2='TYHABQSNJ1K22M09URS41D' where id=1; -update noar tt set v0='QRK51RMVEC75W2VLPKO8BEAJ2F5Y' where id=2; -update noar ti set v0='QRK51RMVEC75W2VLPKO8BEAJ2F5Y' where id=2; -update noar tt set b0='JPET4IBA84O284OPWW7T' where id=2; -update noar ti set b0='JPET4IBA84O284OPWW7T' where id=2; -update noar tt set v0='XNEREF12QCG6OABO8JDTC39' where id=2; -update noar ti set v0='XNEREF12QCG6OABO8JDTC39' where id=2; -update noar tt set b1='XP1G1POT0LU1PH460E3YCX00KEL2ZYGH' where id=2; -update noar ti set b1='XP1G1POT0LU1PH460E3YCX00KEL2ZYGH' where id=2; -update noar tt set v0='2ECYTOWRO36RH5J2' where id=2; -update noar ti set v0='2ECYTOWRO36RH5J2' where id=2; -update noar tt set b2='28E5SE' where id=2; -update noar ti set b2='28E5SE' where id=2; -update noar tt set v0='14272XVETGR3VA1Z0V3A4PFJRU' where id=3; -update noar ti set v0='14272XVETGR3VA1Z0V3A4PFJRU' where id=3; -update noar tt set b0='31ZJQR5435MQL6KOUNUVGDFFK' where id=3; -update noar ti set b0='31ZJQR5435MQL6KOUNUVGDFFK' where id=3; -update noar tt set v0='WTF4054OEH982JDO00' where id=3; -update noar ti set v0='WTF4054OEH982JDO00' where id=3; -update noar tt set b1='ZSG682327IWQ64PEDQ19' where id=3; -update noar ti set b1='ZSG682327IWQ64PEDQ19' where id=3; -update noar tt set v0='ET2' where id=3; -update noar ti set v0='ET2' where id=3; -update noar tt set b2='BZ5OA' where id=3; -update noar ti set b2='BZ5OA' where id=3; -update noar tt set v0='BZK47' where id=4; -update noar ti set v0='BZK47' where id=4; -update noar tt set b0='VIS0F5Q2M7J' where id=4; -update noar ti set b0='VIS0F5Q2M7J' where id=4; -update noar tt set v0='6GN9JDJUGUJ1RMBA3JI' where id=4; -update noar ti set v0='6GN9JDJUGUJ1RMBA3JI' where id=4; -update noar tt set b1='7KCYUNPOAXVLDI7G8O6QKH' where id=4; -update noar ti set b1='7KCYUNPOAXVLDI7G8O6QKH' where id=4; -update noar tt set v0='N3' where id=4; -update noar ti set v0='N3' where id=4; -update noar tt set b2='FGJIZ58FVIY30WQSE5R5AW' where id=4; -update noar ti set b2='FGJIZ58FVIY30WQSE5R5AW' where id=4; -update noar tt set v0='RLE8P7' where id=5; -update noar ti set v0='RLE8P7' where id=5; -update noar tt set b0='2DCN2T9BYR0PC7QPQP56S' where id=5; -update noar ti set b0='2DCN2T9BYR0PC7QPQP56S' where id=5; -update noar tt set v0='KIMLSNBFAOASH5BEYNF0AN7XYV' where id=5; -update noar ti set v0='KIMLSNBFAOASH5BEYNF0AN7XYV' where id=5; -update noar tt set b1='LGR3R859K5XVPBNXI' where id=5; -update noar ti set b1='LGR3R859K5XVPBNXI' where id=5; -update noar tt set v0='DDK3QTDLKYSBUJ45O6BBWNNHI9J' where id=5; -update noar ti set v0='DDK3QTDLKYSBUJ45O6BBWNNHI9J' where id=5; -update noar tt set b2='0J313M5XGSZ5JGO3FWKGCR8' where id=5; -update noar ti set b2='0J313M5XGSZ5JGO3FWKGCR8' where id=5; -update noar tt set v0='QKHEY31TBVXX9GGTQ' where id=6; -update noar ti set v0='QKHEY31TBVXX9GGTQ' where id=6; -update noar tt set b0='GCA3TNF' where id=6; -update noar ti set b0='GCA3TNF' where id=6; -update noar tt set v0='6R75YFUCHPV6S0ZKO6WZKT5' where id=6; -update noar ti set v0='6R75YFUCHPV6S0ZKO6WZKT5' where id=6; -update noar tt set b1='H8P5MLQ2GMF3EI73W8BOXR0Z5QMMD7' where id=6; -update noar ti set b1='H8P5MLQ2GMF3EI73W8BOXR0Z5QMMD7' where id=6; -update noar tt set v0='5FPFN6VW5EIE9JGM' where id=6; -update noar ti set v0='5FPFN6VW5EIE9JGM' where id=6; -update noar tt set b2='WD2JX194' where id=6; -update noar ti set b2='WD2JX194' where id=6; -update noar tt set v0='IS1XT4LLD46FC5M80QNUE49BR' where id=7; -update noar ti set v0='IS1XT4LLD46FC5M80QNUE49BR' where id=7; -update noar tt set b0='CZI3' where id=7; -update noar ti set b0='CZI3' where id=7; -update noar tt set v0='3XQ0679P67887H8' where id=7; -update noar ti set v0='3XQ0679P67887H8' where id=7; -update noar tt set b1='QLV' where id=7; -update noar ti set b1='QLV' where id=7; -update noar tt set v0='6WMIUUJHCR1' where id=7; -update noar ti set v0='6WMIUUJHCR1' where id=7; -update noar tt set b2='IM9NUCDA' where id=7; -update noar ti set b2='IM9NUCDA' where id=7; -update noar tt set v0='OM9' where id=8; -update noar ti set v0='OM9' where id=8; -update noar tt set b0='4TAL4BXY0L1SNT00MA1E' where id=8; -update noar ti set b0='4TAL4BXY0L1SNT00MA1E' where id=8; -update noar tt set v0='Y09B0WO5XG66YFI9XV48JZ' where id=8; -update noar ti set v0='Y09B0WO5XG66YFI9XV48JZ' where id=8; -update noar tt set b1='6CVSMPHFRZUTYYPK1GVFYVRGASMF9' where id=8; -update noar ti set b1='6CVSMPHFRZUTYYPK1GVFYVRGASMF9' where id=8; -update noar tt set v0='YKHKWB8KAUQUB' where id=8; -update noar ti set v0='YKHKWB8KAUQUB' where id=8; -update noar tt set b2='CXSVD0YIDHDCCG5VYWK847F6' where id=8; -update noar ti set b2='CXSVD0YIDHDCCG5VYWK847F6' where id=8; -update noar tt set v0='STWZ8EFG' where id=9; -update noar ti set v0='STWZ8EFG' where id=9; -update noar tt set b0='L5FN0Q3HRTD2' where id=9; -update noar ti set b0='L5FN0Q3HRTD2' where id=9; -update noar tt set v0='BRXONH' where id=9; -update noar ti set v0='BRXONH' where id=9; -update noar tt set b1='ZXN9DJBZQLCZ20ZN7' where id=9; -update noar ti set b1='ZXN9DJBZQLCZ20ZN7' where id=9; -update noar tt set v0='VI2ACASVXBNGE8GPBK6OU2WXK' where id=9; -update noar ti set v0='VI2ACASVXBNGE8GPBK6OU2WXK' where id=9; -update noar tt set b2='LMPC2ETNA' where id=9; -update noar ti set b2='LMPC2ETNA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GFVBAQREW06YKPH3ZKO5QGNSXJHJHYP' where id=1; -update noar ti set v0='GFVBAQREW06YKPH3ZKO5QGNSXJHJHYP' where id=1; -update noar tt set b0='IM68GEOZJYF4IWM2Q1AJX1JDS3' where id=1; -update noar ti set b0='IM68GEOZJYF4IWM2Q1AJX1JDS3' where id=1; -update noar tt set v0='797K4URFJYTU4AKXX4T8ZIMBTTREKMEN' where id=1; -update noar ti set v0='797K4URFJYTU4AKXX4T8ZIMBTTREKMEN' where id=1; -update noar tt set b1='TQKGOJ' where id=1; -update noar ti set b1='TQKGOJ' where id=1; -update noar tt set v0='F1YPQRFBIKU527B4C4OTMQ151RZDL4GX' where id=1; -update noar ti set v0='F1YPQRFBIKU527B4C4OTMQ151RZDL4GX' where id=1; -update noar tt set b2='LS6IXQ5IVE31Z52K2JEZU7' where id=1; -update noar ti set b2='LS6IXQ5IVE31Z52K2JEZU7' where id=1; -update noar tt set v0='J4UOLAMN6B8XYNHFQCM6L' where id=2; -update noar ti set v0='J4UOLAMN6B8XYNHFQCM6L' where id=2; -update noar tt set b0='L65GIWZORKTMQVP' where id=2; -update noar ti set b0='L65GIWZORKTMQVP' where id=2; -update noar tt set v0='Q4B93LVPSFJ0' where id=2; -update noar ti set v0='Q4B93LVPSFJ0' where id=2; -update noar tt set b1='BDTLPEH6HZG5T33HEPG' where id=2; -update noar ti set b1='BDTLPEH6HZG5T33HEPG' where id=2; -update noar tt set v0='MZXCDT6' where id=2; -update noar ti set v0='MZXCDT6' where id=2; -update noar tt set b2='NF9RRLPHRE27SPVIVYO1QYM1GQX2C' where id=2; -update noar ti set b2='NF9RRLPHRE27SPVIVYO1QYM1GQX2C' where id=2; -update noar tt set v0='J4BU1W7REMUKXRZL8HNQMQPX' where id=3; -update noar ti set v0='J4BU1W7REMUKXRZL8HNQMQPX' where id=3; -update noar tt set b0='XYOQF1BGUALE93SPMPA3V2M6FD3HVQJ' where id=3; -update noar ti set b0='XYOQF1BGUALE93SPMPA3V2M6FD3HVQJ' where id=3; -update noar tt set v0='KM2CEA871P1NO6H47' where id=3; -update noar ti set v0='KM2CEA871P1NO6H47' where id=3; -update noar tt set b1='94S7HOXCPBEUV5VYF25Z' where id=3; -update noar ti set b1='94S7HOXCPBEUV5VYF25Z' where id=3; -update noar tt set v0='K5B' where id=3; -update noar ti set v0='K5B' where id=3; -update noar tt set b2='03TL80UC7J75ZV8QW655MXCPHD18WQ' where id=3; -update noar ti set b2='03TL80UC7J75ZV8QW655MXCPHD18WQ' where id=3; -update noar tt set v0='8NPRY9QZ5AS8KELE8C' where id=4; -update noar ti set v0='8NPRY9QZ5AS8KELE8C' where id=4; -update noar tt set b0='45J3TDDBV7CNO387HGRGGJC2IS8' where id=4; -update noar ti set b0='45J3TDDBV7CNO387HGRGGJC2IS8' where id=4; -update noar tt set v0='1X9O' where id=4; -update noar ti set v0='1X9O' where id=4; -update noar tt set b1='748TTPZYZO7W4WTIJ' where id=4; -update noar ti set b1='748TTPZYZO7W4WTIJ' where id=4; -update noar tt set v0='EGVA4ZBNYAB2P5F2T' where id=4; -update noar ti set v0='EGVA4ZBNYAB2P5F2T' where id=4; -update noar tt set b2='CM5JF' where id=4; -update noar ti set b2='CM5JF' where id=4; -update noar tt set v0='NA4F40ROMV9RJ90X33RRR9GOMSB79G' where id=5; -update noar ti set v0='NA4F40ROMV9RJ90X33RRR9GOMSB79G' where id=5; -update noar tt set b0='R8XA2S55BRHOYJ5F63O' where id=5; -update noar ti set b0='R8XA2S55BRHOYJ5F63O' where id=5; -update noar tt set v0='BFSK1QVY8QS6P520515' where id=5; -update noar ti set v0='BFSK1QVY8QS6P520515' where id=5; -update noar tt set b1='V82EP3EY21TF0GYJEDJB6TK777V468L' where id=5; -update noar ti set b1='V82EP3EY21TF0GYJEDJB6TK777V468L' where id=5; -update noar tt set v0='ZSKLP21' where id=5; -update noar ti set v0='ZSKLP21' where id=5; -update noar tt set b2='6MRX5I3WNEKK' where id=5; -update noar ti set b2='6MRX5I3WNEKK' where id=5; -update noar tt set v0='EELYQHJUMOXFSOWIACVIX1M98DYLT4' where id=6; -update noar ti set v0='EELYQHJUMOXFSOWIACVIX1M98DYLT4' where id=6; -update noar tt set b0='Y9ZJPJ0QXQ31IN7BRHC7B65MFS' where id=6; -update noar ti set b0='Y9ZJPJ0QXQ31IN7BRHC7B65MFS' where id=6; -update noar tt set v0='82L' where id=6; -update noar ti set v0='82L' where id=6; -update noar tt set b1='6JYV5JRCFFPFK41WR6Q' where id=6; -update noar ti set b1='6JYV5JRCFFPFK41WR6Q' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='D8QQ' where id=6; -update noar ti set b2='D8QQ' where id=6; -update noar tt set v0='80H89' where id=7; -update noar ti set v0='80H89' where id=7; -update noar tt set b0='TAFW7RE4REC3LNPX18C0QY' where id=7; -update noar ti set b0='TAFW7RE4REC3LNPX18C0QY' where id=7; -update noar tt set v0='KAGU' where id=7; -update noar ti set v0='KAGU' where id=7; -update noar tt set b1='LZNXX0959H5ED8QHDU6UXQT1WA' where id=7; -update noar ti set b1='LZNXX0959H5ED8QHDU6UXQT1WA' where id=7; -update noar tt set v0='WUU4MI2ET0RZQB' where id=7; -update noar ti set v0='WUU4MI2ET0RZQB' where id=7; -update noar tt set b2='AGK3XHZEBS5' where id=7; -update noar ti set b2='AGK3XHZEBS5' where id=7; -update noar tt set v0='ECA81L0Z58ANQVR63KHKES49ZL6EWW' where id=8; -update noar ti set v0='ECA81L0Z58ANQVR63KHKES49ZL6EWW' where id=8; -update noar tt set b0='JB495VPK' where id=8; -update noar ti set b0='JB495VPK' where id=8; -update noar tt set v0='MFO2' where id=8; -update noar ti set v0='MFO2' where id=8; -update noar tt set b1='MJREI2BSLULVL' where id=8; -update noar ti set b1='MJREI2BSLULVL' where id=8; -update noar tt set v0='Y0SS5UUUT53SJQFDZJI3659BR3K' where id=8; -update noar ti set v0='Y0SS5UUUT53SJQFDZJI3659BR3K' where id=8; -update noar tt set b2='RD' where id=8; -update noar ti set b2='RD' where id=8; -update noar tt set v0='T4DMD5CDZWUAY3Y36' where id=9; -update noar ti set v0='T4DMD5CDZWUAY3Y36' where id=9; -update noar tt set b0='48' where id=9; -update noar ti set b0='48' where id=9; -update noar tt set v0='K' where id=9; -update noar ti set v0='K' where id=9; -update noar tt set b1='9SEYLX2KGLOGJZNXX' where id=9; -update noar ti set b1='9SEYLX2KGLOGJZNXX' where id=9; -update noar tt set v0='VSCF' where id=9; -update noar ti set v0='VSCF' where id=9; -update noar tt set b2='VQBHMDLD0T2XHVBJD5' where id=9; -update noar ti set b2='VQBHMDLD0T2XHVBJD5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G' where id=1; -update noar ti set v0='G' where id=1; -update noar tt set b0='VAND2VIP5YLB0PPBZ961VVVF' where id=1; -update noar ti set b0='VAND2VIP5YLB0PPBZ961VVVF' where id=1; -update noar tt set v0='PXMUZSAL35EG5NDGO4' where id=1; -update noar ti set v0='PXMUZSAL35EG5NDGO4' where id=1; -update noar tt set b1='DFM4ER0JQ6NN05XRDBR22H' where id=1; -update noar ti set b1='DFM4ER0JQ6NN05XRDBR22H' where id=1; -update noar tt set v0='DXY' where id=1; -update noar ti set v0='DXY' where id=1; -update noar tt set b2='NS8EHGK3BXBM61FU0HXMG13KWA8936' where id=1; -update noar ti set b2='NS8EHGK3BXBM61FU0HXMG13KWA8936' where id=1; -update noar tt set v0='P72602TGNU' where id=2; -update noar ti set v0='P72602TGNU' where id=2; -update noar tt set b0='P5UHFRNRTJ2SCVWTU' where id=2; -update noar ti set b0='P5UHFRNRTJ2SCVWTU' where id=2; -update noar tt set v0='90EQCZY01DS063Y8RPGEFFPRKB' where id=2; -update noar ti set v0='90EQCZY01DS063Y8RPGEFFPRKB' where id=2; -update noar tt set b1='B9KN3OVZNDVQDR98KAHQGUOA6HRR' where id=2; -update noar ti set b1='B9KN3OVZNDVQDR98KAHQGUOA6HRR' where id=2; -update noar tt set v0='9NIGMQ30WMDMLKJWEKBNIOQ9R8GQH' where id=2; -update noar ti set v0='9NIGMQ30WMDMLKJWEKBNIOQ9R8GQH' where id=2; -update noar tt set b2='2RY63T41FRDOGB1MJ4MNWF7QW6O4VNMU' where id=2; -update noar ti set b2='2RY63T41FRDOGB1MJ4MNWF7QW6O4VNMU' where id=2; -update noar tt set v0='VOBZ9E5HN5PLDZ8WTSGRZ4F' where id=3; -update noar ti set v0='VOBZ9E5HN5PLDZ8WTSGRZ4F' where id=3; -update noar tt set b0='BMFSDJUT2OWQKFG894IAFGPFSY' where id=3; -update noar ti set b0='BMFSDJUT2OWQKFG894IAFGPFSY' where id=3; -update noar tt set v0='NZKF22IJSEM325QAECDAZRMDXFNBDM' where id=3; -update noar ti set v0='NZKF22IJSEM325QAECDAZRMDXFNBDM' where id=3; -update noar tt set b1='1HLTX77QNRUI2FJ3T6F9' where id=3; -update noar ti set b1='1HLTX77QNRUI2FJ3T6F9' where id=3; -update noar tt set v0='FGCMAVX0BW5UJHW73QTZJEPO4' where id=3; -update noar ti set v0='FGCMAVX0BW5UJHW73QTZJEPO4' where id=3; -update noar tt set b2='A6ANELT5R4SOTNQM8D12OJ4K7XTH6' where id=3; -update noar ti set b2='A6ANELT5R4SOTNQM8D12OJ4K7XTH6' where id=3; -update noar tt set v0='IV7U64WM8BJNU' where id=4; -update noar ti set v0='IV7U64WM8BJNU' where id=4; -update noar tt set b0='7NHBKRGA3J9HZGGA98J2KFY' where id=4; -update noar ti set b0='7NHBKRGA3J9HZGGA98J2KFY' where id=4; -update noar tt set v0='KQA778' where id=4; -update noar ti set v0='KQA778' where id=4; -update noar tt set b1='BKCZPSWKTIRJI6H5GH39I3ZFE79L' where id=4; -update noar ti set b1='BKCZPSWKTIRJI6H5GH39I3ZFE79L' where id=4; -update noar tt set v0='09P40844DPQ4AD7YHW5R5W0YA' where id=4; -update noar ti set v0='09P40844DPQ4AD7YHW5R5W0YA' where id=4; -update noar tt set b2='PFTMK7OJ' where id=4; -update noar ti set b2='PFTMK7OJ' where id=4; -update noar tt set v0='B7OCE' where id=5; -update noar ti set v0='B7OCE' where id=5; -update noar tt set b0='P4K6WO9ZGIYWXTALZ4K3WXQ4A8ZBZH' where id=5; -update noar ti set b0='P4K6WO9ZGIYWXTALZ4K3WXQ4A8ZBZH' where id=5; -update noar tt set v0='9J7TEROHHPY99BUCBVLC6LF4PHLRPCRT' where id=5; -update noar ti set v0='9J7TEROHHPY99BUCBVLC6LF4PHLRPCRT' where id=5; -update noar tt set b1='ZR36ZBK86UEEWJI7FSAA59TBE1' where id=5; -update noar ti set b1='ZR36ZBK86UEEWJI7FSAA59TBE1' where id=5; -update noar tt set v0='VCHB' where id=5; -update noar ti set v0='VCHB' where id=5; -update noar tt set b2='VOCE69FAPUN2XOAI96GU5' where id=5; -update noar ti set b2='VOCE69FAPUN2XOAI96GU5' where id=5; -update noar tt set v0='Z' where id=6; -update noar ti set v0='Z' where id=6; -update noar tt set b0='M3Y04D0V12UE20SV1Q9NUU5IPQIVZGBZ' where id=6; -update noar ti set b0='M3Y04D0V12UE20SV1Q9NUU5IPQIVZGBZ' where id=6; -update noar tt set v0='1IJW3F9O7MHN2LN3' where id=6; -update noar ti set v0='1IJW3F9O7MHN2LN3' where id=6; -update noar tt set b1='BEVM5ASK74UL5P8DLYE' where id=6; -update noar ti set b1='BEVM5ASK74UL5P8DLYE' where id=6; -update noar tt set v0='JPGKTZ6S1OZQ3R05G' where id=6; -update noar ti set v0='JPGKTZ6S1OZQ3R05G' where id=6; -update noar tt set b2='8JTQZ7V0OW4GHOMMAWB0QA2JQC383' where id=6; -update noar ti set b2='8JTQZ7V0OW4GHOMMAWB0QA2JQC383' where id=6; -update noar tt set v0='8Q4X8FTS4317' where id=7; -update noar ti set v0='8Q4X8FTS4317' where id=7; -update noar tt set b0='P0762NB0AZO6GTTBXCZ434FM8FG' where id=7; -update noar ti set b0='P0762NB0AZO6GTTBXCZ434FM8FG' where id=7; -update noar tt set v0='DV3' where id=7; -update noar ti set v0='DV3' where id=7; -update noar tt set b1='T0CE' where id=7; -update noar ti set b1='T0CE' where id=7; -update noar tt set v0='QLVY' where id=7; -update noar ti set v0='QLVY' where id=7; -update noar tt set b2='OMEKF' where id=7; -update noar ti set b2='OMEKF' where id=7; -update noar tt set v0='RXWO' where id=8; -update noar ti set v0='RXWO' where id=8; -update noar tt set b0='7Q7SY0D4W3C0TZDGTI5BEJD5' where id=8; -update noar ti set b0='7Q7SY0D4W3C0TZDGTI5BEJD5' where id=8; -update noar tt set v0='JM0D9VG8XLDTN3MSGE6LU' where id=8; -update noar ti set v0='JM0D9VG8XLDTN3MSGE6LU' where id=8; -update noar tt set b1='1XRWW45Q00BAT1FULKP0N' where id=8; -update noar ti set b1='1XRWW45Q00BAT1FULKP0N' where id=8; -update noar tt set v0='G1L5UPGBQWZ4QUR71H6YCH60TWW8OZHB' where id=8; -update noar ti set v0='G1L5UPGBQWZ4QUR71H6YCH60TWW8OZHB' where id=8; -update noar tt set b2='V9OJRMLCDW46D6T5R5LN4FPNURE7TF' where id=8; -update noar ti set b2='V9OJRMLCDW46D6T5R5LN4FPNURE7TF' where id=8; -update noar tt set v0='UEGT03NKE1Q302ZXJ2' where id=9; -update noar ti set v0='UEGT03NKE1Q302ZXJ2' where id=9; -update noar tt set b0='WHK6THY43PBQKOACBT' where id=9; -update noar ti set b0='WHK6THY43PBQKOACBT' where id=9; -update noar tt set v0='MJIHUP814XARHFL2OPZKS' where id=9; -update noar ti set v0='MJIHUP814XARHFL2OPZKS' where id=9; -update noar tt set b1='9ACLHM8MVAZC6CTRXV5GKXQ5DN1' where id=9; -update noar ti set b1='9ACLHM8MVAZC6CTRXV5GKXQ5DN1' where id=9; -update noar tt set v0='GQIQ0WY' where id=9; -update noar ti set v0='GQIQ0WY' where id=9; -update noar tt set b2='O7LJT0NABGE5' where id=9; -update noar ti set b2='O7LJT0NABGE5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='790RTHC395T6VUA57FX1' where id=1; -update noar ti set v0='790RTHC395T6VUA57FX1' where id=1; -update noar tt set b0='HT628UM42HKNJOBM8YTODY' where id=1; -update noar ti set b0='HT628UM42HKNJOBM8YTODY' where id=1; -update noar tt set v0='52BJ4RVTILA05AUIWWOI707PPPGXM8E' where id=1; -update noar ti set v0='52BJ4RVTILA05AUIWWOI707PPPGXM8E' where id=1; -update noar tt set b1='ONW43OQTL1ODGYH6NBMX' where id=1; -update noar ti set b1='ONW43OQTL1ODGYH6NBMX' where id=1; -update noar tt set v0='LSME4LOU7T4NEFE373VQ55QS' where id=1; -update noar ti set v0='LSME4LOU7T4NEFE373VQ55QS' where id=1; -update noar tt set b2='PN5OM45LA1B8SWRBSHHY6SSI1WSV' where id=1; -update noar ti set b2='PN5OM45LA1B8SWRBSHHY6SSI1WSV' where id=1; -update noar tt set v0='WD' where id=2; -update noar ti set v0='WD' where id=2; -update noar tt set b0='AHX43TEQLHKL1Y7I94A9NAT3T' where id=2; -update noar ti set b0='AHX43TEQLHKL1Y7I94A9NAT3T' where id=2; -update noar tt set v0='L' where id=2; -update noar ti set v0='L' where id=2; -update noar tt set b1='5P7P0XQ7AQ3O' where id=2; -update noar ti set b1='5P7P0XQ7AQ3O' where id=2; -update noar tt set v0='RRA7C2OARDA9XFOEIV' where id=2; -update noar ti set v0='RRA7C2OARDA9XFOEIV' where id=2; -update noar tt set b2='8A4MJ72YHJZ0DHTTJEZ54T912B2P1Z' where id=2; -update noar ti set b2='8A4MJ72YHJZ0DHTTJEZ54T912B2P1Z' where id=2; -update noar tt set v0='01BRERG9FB6N' where id=3; -update noar ti set v0='01BRERG9FB6N' where id=3; -update noar tt set b0='N5' where id=3; -update noar ti set b0='N5' where id=3; -update noar tt set v0='5FV6ZVV9UPI2H4AT9DYDYX82UYJG28K' where id=3; -update noar ti set v0='5FV6ZVV9UPI2H4AT9DYDYX82UYJG28K' where id=3; -update noar tt set b1='KSSUDN39VU' where id=3; -update noar ti set b1='KSSUDN39VU' where id=3; -update noar tt set v0='YFM9TM02KM964YMTYJPPIATLBJWNZ' where id=3; -update noar ti set v0='YFM9TM02KM964YMTYJPPIATLBJWNZ' where id=3; -update noar tt set b2='VXAM0CPF8JY' where id=3; -update noar ti set b2='VXAM0CPF8JY' where id=3; -update noar tt set v0='M' where id=4; -update noar ti set v0='M' where id=4; -update noar tt set b0='E4TNNL7ZTSTDVBIHRCP' where id=4; -update noar ti set b0='E4TNNL7ZTSTDVBIHRCP' where id=4; -update noar tt set v0='4URQ7XB0CREBIDGMU2TPRN24L1YC' where id=4; -update noar ti set v0='4URQ7XB0CREBIDGMU2TPRN24L1YC' where id=4; -update noar tt set b1='XAY2VSX5YVF2M4OK28WNFYG5Z' where id=4; -update noar ti set b1='XAY2VSX5YVF2M4OK28WNFYG5Z' where id=4; -update noar tt set v0='VAURJFSFL63LKHASC0QBSEF7Z0Z8FRG5' where id=4; -update noar ti set v0='VAURJFSFL63LKHASC0QBSEF7Z0Z8FRG5' where id=4; -update noar tt set b2='5BH9HH30AFAZUCVG2ZV0HIQQ1HWN' where id=4; -update noar ti set b2='5BH9HH30AFAZUCVG2ZV0HIQQ1HWN' where id=4; -update noar tt set v0='MN58Y59CF8ZPOA3ZNB6YPSSNF' where id=5; -update noar ti set v0='MN58Y59CF8ZPOA3ZNB6YPSSNF' where id=5; -update noar tt set b0='FAWEUNRX98QGODB' where id=5; -update noar ti set b0='FAWEUNRX98QGODB' where id=5; -update noar tt set v0='G2BEWGS0S476SC02MLAWZSKM67F' where id=5; -update noar ti set v0='G2BEWGS0S476SC02MLAWZSKM67F' where id=5; -update noar tt set b1='JIMPQKSPSU6FDMHN' where id=5; -update noar ti set b1='JIMPQKSPSU6FDMHN' where id=5; -update noar tt set v0='90X8Z18QOII' where id=5; -update noar ti set v0='90X8Z18QOII' where id=5; -update noar tt set b2='E2TZZSWUGHHUB48M' where id=5; -update noar ti set b2='E2TZZSWUGHHUB48M' where id=5; -update noar tt set v0='1W8AR8VKNBWHJVYIPWUNQ6XSV' where id=6; -update noar ti set v0='1W8AR8VKNBWHJVYIPWUNQ6XSV' where id=6; -update noar tt set b0='40XRV7KKCK3YF' where id=6; -update noar ti set b0='40XRV7KKCK3YF' where id=6; -update noar tt set v0='MMLACYF12OLT7QJIGVLO7NN9T5DE' where id=6; -update noar ti set v0='MMLACYF12OLT7QJIGVLO7NN9T5DE' where id=6; -update noar tt set b1='2ATD8' where id=6; -update noar ti set b1='2ATD8' where id=6; -update noar tt set v0='ZQ29ELJKL8FMVFN25YDK7A7A' where id=6; -update noar ti set v0='ZQ29ELJKL8FMVFN25YDK7A7A' where id=6; -update noar tt set b2='7JPC' where id=6; -update noar ti set b2='7JPC' where id=6; -update noar tt set v0='TVZVG42OQXT7W1AAFVGVRA0PQ' where id=7; -update noar ti set v0='TVZVG42OQXT7W1AAFVGVRA0PQ' where id=7; -update noar tt set b0='VC7QWJKY2VA6T' where id=7; -update noar ti set b0='VC7QWJKY2VA6T' where id=7; -update noar tt set v0='ETZWG' where id=7; -update noar ti set v0='ETZWG' where id=7; -update noar tt set b1='YKR7SNOFV7LTHBBARW7QMTHQBOWLJAM4' where id=7; -update noar ti set b1='YKR7SNOFV7LTHBBARW7QMTHQBOWLJAM4' where id=7; -update noar tt set v0='30G4GSXJZ' where id=7; -update noar ti set v0='30G4GSXJZ' where id=7; -update noar tt set b2='ZHOVLIUX4GXYO4BB' where id=7; -update noar ti set b2='ZHOVLIUX4GXYO4BB' where id=7; -update noar tt set v0='KPW7CE5EZP93841EIWR9G' where id=8; -update noar ti set v0='KPW7CE5EZP93841EIWR9G' where id=8; -update noar tt set b0='LL0QMRWAA9PI3T2FPGCZIBFJ3' where id=8; -update noar ti set b0='LL0QMRWAA9PI3T2FPGCZIBFJ3' where id=8; -update noar tt set v0='J1H4HSGZGOW5YQ4AFFEFD3Y4Z3RG1' where id=8; -update noar ti set v0='J1H4HSGZGOW5YQ4AFFEFD3Y4Z3RG1' where id=8; -update noar tt set b1='3D6NSXOSNNFTUN17GPJDPTI39EEJ' where id=8; -update noar ti set b1='3D6NSXOSNNFTUN17GPJDPTI39EEJ' where id=8; -update noar tt set v0='9NO7XV' where id=8; -update noar ti set v0='9NO7XV' where id=8; -update noar tt set b2='UEMTSBBAAEL1T0RYNQJAD7KN5RAI1U' where id=8; -update noar ti set b2='UEMTSBBAAEL1T0RYNQJAD7KN5RAI1U' where id=8; -update noar tt set v0='XMAL5Y4J5I72Z' where id=9; -update noar ti set v0='XMAL5Y4J5I72Z' where id=9; -update noar tt set b0='5Y7LXA9QZPS01' where id=9; -update noar ti set b0='5Y7LXA9QZPS01' where id=9; -update noar tt set v0='4NGEHL5FCVD27B189OU3ELC' where id=9; -update noar ti set v0='4NGEHL5FCVD27B189OU3ELC' where id=9; -update noar tt set b1='UR3JIFC' where id=9; -update noar ti set b1='UR3JIFC' where id=9; -update noar tt set v0='1ICQGUUGU' where id=9; -update noar ti set v0='1ICQGUUGU' where id=9; -update noar tt set b2='53XKIDZT2CRFH38' where id=9; -update noar ti set b2='53XKIDZT2CRFH38' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NMSM29H6DK50HWHQISJ' where id=1; -update noar ti set v0='NMSM29H6DK50HWHQISJ' where id=1; -update noar tt set b0='9273AYFX0G9X3Z3CAWJXQ1OL6ARUXYLB' where id=1; -update noar ti set b0='9273AYFX0G9X3Z3CAWJXQ1OL6ARUXYLB' where id=1; -update noar tt set v0='UUU6F8RV7R9' where id=1; -update noar ti set v0='UUU6F8RV7R9' where id=1; -update noar tt set b1='DCM' where id=1; -update noar ti set b1='DCM' where id=1; -update noar tt set v0='JT' where id=1; -update noar ti set v0='JT' where id=1; -update noar tt set b2='PR8QLXBMQX106WM' where id=1; -update noar ti set b2='PR8QLXBMQX106WM' where id=1; -update noar tt set v0='BU0PMEXJ8G6QE5YWF0AAE' where id=2; -update noar ti set v0='BU0PMEXJ8G6QE5YWF0AAE' where id=2; -update noar tt set b0='TBW0SONU8T61JI8AK791KDTXQIN9230' where id=2; -update noar ti set b0='TBW0SONU8T61JI8AK791KDTXQIN9230' where id=2; -update noar tt set v0='DYORRDDP8G2NCYDUMV0IRB' where id=2; -update noar ti set v0='DYORRDDP8G2NCYDUMV0IRB' where id=2; -update noar tt set b1='O3CQMSMY' where id=2; -update noar ti set b1='O3CQMSMY' where id=2; -update noar tt set v0='21FILP' where id=2; -update noar ti set v0='21FILP' where id=2; -update noar tt set b2='R8HN' where id=2; -update noar ti set b2='R8HN' where id=2; -update noar tt set v0='B827Z2WU883Z7I' where id=3; -update noar ti set v0='B827Z2WU883Z7I' where id=3; -update noar tt set b0='UMSUPM8K60RN5ER0NKJIL0N06B' where id=3; -update noar ti set b0='UMSUPM8K60RN5ER0NKJIL0N06B' where id=3; -update noar tt set v0='XDADHODWEUY4G4Q0VL2SIBI7' where id=3; -update noar ti set v0='XDADHODWEUY4G4Q0VL2SIBI7' where id=3; -update noar tt set b1='15' where id=3; -update noar ti set b1='15' where id=3; -update noar tt set v0='TGCHUW4F' where id=3; -update noar ti set v0='TGCHUW4F' where id=3; -update noar tt set b2='RAX5FFKBU3KORZVHQBY' where id=3; -update noar ti set b2='RAX5FFKBU3KORZVHQBY' where id=3; -update noar tt set v0='UWNJM31LCHB4JCADLKRS6EFV' where id=4; -update noar ti set v0='UWNJM31LCHB4JCADLKRS6EFV' where id=4; -update noar tt set b0='2D51W3YI331FLFV' where id=4; -update noar ti set b0='2D51W3YI331FLFV' where id=4; -update noar tt set v0='RQ18XZVGTI8JWOH49H' where id=4; -update noar ti set v0='RQ18XZVGTI8JWOH49H' where id=4; -update noar tt set b1='BHGY2M500JY' where id=4; -update noar ti set b1='BHGY2M500JY' where id=4; -update noar tt set v0='EGPSP' where id=4; -update noar ti set v0='EGPSP' where id=4; -update noar tt set b2='20XCRZ14H6PS8C87MTLYV' where id=4; -update noar ti set b2='20XCRZ14H6PS8C87MTLYV' where id=4; -update noar tt set v0='3KYD4KKDFF6EDGNH2EOQSVN4X1A3' where id=5; -update noar ti set v0='3KYD4KKDFF6EDGNH2EOQSVN4X1A3' where id=5; -update noar tt set b0='3ZXORPJRSI0JYWL7' where id=5; -update noar ti set b0='3ZXORPJRSI0JYWL7' where id=5; -update noar tt set v0='5CBV7YFYESZ8092NS36' where id=5; -update noar ti set v0='5CBV7YFYESZ8092NS36' where id=5; -update noar tt set b1='KMQWEB8OND' where id=5; -update noar ti set b1='KMQWEB8OND' where id=5; -update noar tt set v0='DXFS86XHGCBOAWO28' where id=5; -update noar ti set v0='DXFS86XHGCBOAWO28' where id=5; -update noar tt set b2='3XIP7Z10' where id=5; -update noar ti set b2='3XIP7Z10' where id=5; -update noar tt set v0='F0' where id=6; -update noar ti set v0='F0' where id=6; -update noar tt set b0='6DUFB' where id=6; -update noar ti set b0='6DUFB' where id=6; -update noar tt set v0='83K3AJYJAIGQGJZQ9AEXLZ' where id=6; -update noar ti set v0='83K3AJYJAIGQGJZQ9AEXLZ' where id=6; -update noar tt set b1='ZZ' where id=6; -update noar ti set b1='ZZ' where id=6; -update noar tt set v0='UWHL5SFDGC3U8SY962W' where id=6; -update noar ti set v0='UWHL5SFDGC3U8SY962W' where id=6; -update noar tt set b2='LH46J49812YLMJOP6U4P8' where id=6; -update noar ti set b2='LH46J49812YLMJOP6U4P8' where id=6; -update noar tt set v0='ZPS8905B45PQ4XMJ9671' where id=7; -update noar ti set v0='ZPS8905B45PQ4XMJ9671' where id=7; -update noar tt set b0='F2BUSFY79M6FFF43N9C' where id=7; -update noar ti set b0='F2BUSFY79M6FFF43N9C' where id=7; -update noar tt set v0='KDG' where id=7; -update noar ti set v0='KDG' where id=7; -update noar tt set b1='2C950BVNFZH04Y' where id=7; -update noar ti set b1='2C950BVNFZH04Y' where id=7; -update noar tt set v0='EIV2G4FK' where id=7; -update noar ti set v0='EIV2G4FK' where id=7; -update noar tt set b2='O0TF19PKL7QACHFU9640C' where id=7; -update noar ti set b2='O0TF19PKL7QACHFU9640C' where id=7; -update noar tt set v0='E0SS7QM4J5JAL7KAQPRD0X6PLFF3TS6' where id=8; -update noar ti set v0='E0SS7QM4J5JAL7KAQPRD0X6PLFF3TS6' where id=8; -update noar tt set b0='E9K6EGGQNK0PI0B' where id=8; -update noar ti set b0='E9K6EGGQNK0PI0B' where id=8; -update noar tt set v0='IBZSN9Q7GNG7W1JMSGH4RBIAOVT76' where id=8; -update noar ti set v0='IBZSN9Q7GNG7W1JMSGH4RBIAOVT76' where id=8; -update noar tt set b1='Y1URGPYSED9WI0X7YZKAKK2' where id=8; -update noar ti set b1='Y1URGPYSED9WI0X7YZKAKK2' where id=8; -update noar tt set v0='L0RZESP8QO5YU4CT9DX5A3FTRBQMQ6IL' where id=8; -update noar ti set v0='L0RZESP8QO5YU4CT9DX5A3FTRBQMQ6IL' where id=8; -update noar tt set b2='W7YTTAHB8MZCMK57K7U9W1IWXTZV' where id=8; -update noar ti set b2='W7YTTAHB8MZCMK57K7U9W1IWXTZV' where id=8; -update noar tt set v0='NIDNR4DDEZJX8FX' where id=9; -update noar ti set v0='NIDNR4DDEZJX8FX' where id=9; -update noar tt set b0='K5M7UIX6X4AMVMYBA' where id=9; -update noar ti set b0='K5M7UIX6X4AMVMYBA' where id=9; -update noar tt set v0='JJ7KRBADHMYZZKG970SSYJVB4' where id=9; -update noar ti set v0='JJ7KRBADHMYZZKG970SSYJVB4' where id=9; -update noar tt set b1='WLCM4H0G8N6AEM38DXUE429FBY' where id=9; -update noar ti set b1='WLCM4H0G8N6AEM38DXUE429FBY' where id=9; -update noar tt set v0='PX0O3X2985S93SA5XT1Q86OAP4V' where id=9; -update noar ti set v0='PX0O3X2985S93SA5XT1Q86OAP4V' where id=9; -update noar tt set b2='JUIEMBZASHWHKHA' where id=9; -update noar ti set b2='JUIEMBZASHWHKHA' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='X93JKKYLNZ1DJX0G662MC81P8' where id=1; -update noar ti set v0='X93JKKYLNZ1DJX0G662MC81P8' where id=1; -update noar tt set b0='70C8Q9' where id=1; -update noar ti set b0='70C8Q9' where id=1; -update noar tt set v0='2WEG3XPJI7H59VB9DOI3IERT' where id=1; -update noar ti set v0='2WEG3XPJI7H59VB9DOI3IERT' where id=1; -update noar tt set b1='ZK1R0YQN' where id=1; -update noar ti set b1='ZK1R0YQN' where id=1; -update noar tt set v0='138UKGR0RAEQ66C00RYE6HAK24YVCZA' where id=1; -update noar ti set v0='138UKGR0RAEQ66C00RYE6HAK24YVCZA' where id=1; -update noar tt set b2='1KDGDZAMW40942M384LW1NWC0OFPBYZR' where id=1; -update noar ti set b2='1KDGDZAMW40942M384LW1NWC0OFPBYZR' where id=1; -update noar tt set v0='0OZI' where id=2; -update noar ti set v0='0OZI' where id=2; -update noar tt set b0='U4SZ8HT04FMI9TDTNABW' where id=2; -update noar ti set b0='U4SZ8HT04FMI9TDTNABW' where id=2; -update noar tt set v0='7JPRGN4WG7QO2K92FI51PDOMOVK' where id=2; -update noar ti set v0='7JPRGN4WG7QO2K92FI51PDOMOVK' where id=2; -update noar tt set b1='VQO5EJHPNTSIHSQI6XCT2KHOIY0GM6XE' where id=2; -update noar ti set b1='VQO5EJHPNTSIHSQI6XCT2KHOIY0GM6XE' where id=2; -update noar tt set v0='5NE8DB' where id=2; -update noar ti set v0='5NE8DB' where id=2; -update noar tt set b2='9LCIF96V518YY9YJHOVTQZ6M' where id=2; -update noar ti set b2='9LCIF96V518YY9YJHOVTQZ6M' where id=2; -update noar tt set v0='T7XLD98FUQO4MR8N8S0DX4' where id=3; -update noar ti set v0='T7XLD98FUQO4MR8N8S0DX4' where id=3; -update noar tt set b0='KK1C12BDZZVDIDJ2G3' where id=3; -update noar ti set b0='KK1C12BDZZVDIDJ2G3' where id=3; -update noar tt set v0='WKT95IMCT2MEGNI5HU03V6RL8DZT' where id=3; -update noar ti set v0='WKT95IMCT2MEGNI5HU03V6RL8DZT' where id=3; -update noar tt set b1='BFE0VWLYNJVGC7UD10E1H0FYV3' where id=3; -update noar ti set b1='BFE0VWLYNJVGC7UD10E1H0FYV3' where id=3; -update noar tt set v0='H7F98OE9DKXDHDIGJ9M0RFANP65BBDGR' where id=3; -update noar ti set v0='H7F98OE9DKXDHDIGJ9M0RFANP65BBDGR' where id=3; -update noar tt set b2='O' where id=3; -update noar ti set b2='O' where id=3; -update noar tt set v0='1MTIRNG48V1T8XYURCNMV' where id=4; -update noar ti set v0='1MTIRNG48V1T8XYURCNMV' where id=4; -update noar tt set b0='IWS9L80PEDJLT11XCK00KIBM0J2DP' where id=4; -update noar ti set b0='IWS9L80PEDJLT11XCK00KIBM0J2DP' where id=4; -update noar tt set v0='C9P3BNL7' where id=4; -update noar ti set v0='C9P3BNL7' where id=4; -update noar tt set b1='6SSW4V' where id=4; -update noar ti set b1='6SSW4V' where id=4; -update noar tt set v0='XOHPQG1TR5B0LDG3EVSWUQPIBI' where id=4; -update noar ti set v0='XOHPQG1TR5B0LDG3EVSWUQPIBI' where id=4; -update noar tt set b2='W1HKDA0N02' where id=4; -update noar ti set b2='W1HKDA0N02' where id=4; -update noar tt set v0='9YE61SC45H4P2RVHD4QE4Z7F4X' where id=5; -update noar ti set v0='9YE61SC45H4P2RVHD4QE4Z7F4X' where id=5; -update noar tt set b0='LJGYR84YLV4YF1S8PUDRR38ZHBZB9O' where id=5; -update noar ti set b0='LJGYR84YLV4YF1S8PUDRR38ZHBZB9O' where id=5; -update noar tt set v0='AZF49VDJ22T4D5FWZ54FZ1H2MUW61US5' where id=5; -update noar ti set v0='AZF49VDJ22T4D5FWZ54FZ1H2MUW61US5' where id=5; -update noar tt set b1='25TCNQZGUOT1EO' where id=5; -update noar ti set b1='25TCNQZGUOT1EO' where id=5; -update noar tt set v0='K789U8YVKFK1ASMU6555XH2UTM2RSG8' where id=5; -update noar ti set v0='K789U8YVKFK1ASMU6555XH2UTM2RSG8' where id=5; -update noar tt set b2='56HBNVGEB5ELTVVBTVKCGHC' where id=5; -update noar ti set b2='56HBNVGEB5ELTVVBTVKCGHC' where id=5; -update noar tt set v0='QUMVG' where id=6; -update noar ti set v0='QUMVG' where id=6; -update noar tt set b0='PLWJR1I8HQ0S9H989S7ZV8VSA' where id=6; -update noar ti set b0='PLWJR1I8HQ0S9H989S7ZV8VSA' where id=6; -update noar tt set v0='E30JWNCI7' where id=6; -update noar ti set v0='E30JWNCI7' where id=6; -update noar tt set b1='V3R631N5HGSP' where id=6; -update noar ti set b1='V3R631N5HGSP' where id=6; -update noar tt set v0='G4UQTEBRLTS1YU6' where id=6; -update noar ti set v0='G4UQTEBRLTS1YU6' where id=6; -update noar tt set b2='Z1MVBHVOIN2V2BJBWOK3O6Z1I9' where id=6; -update noar ti set b2='Z1MVBHVOIN2V2BJBWOK3O6Z1I9' where id=6; -update noar tt set v0='WU7N3HDCILEXQ0G5DAGL1QN86W7Y' where id=7; -update noar ti set v0='WU7N3HDCILEXQ0G5DAGL1QN86W7Y' where id=7; -update noar tt set b0='1N1PCBWQF59IQR3I9KGBCV3B' where id=7; -update noar ti set b0='1N1PCBWQF59IQR3I9KGBCV3B' where id=7; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b1='181PN5GNN4HC8778WIM76JKLUS53HUS' where id=7; -update noar ti set b1='181PN5GNN4HC8778WIM76JKLUS53HUS' where id=7; -update noar tt set v0='T94NEFAUX4YM3AP29KOB8G' where id=7; -update noar ti set v0='T94NEFAUX4YM3AP29KOB8G' where id=7; -update noar tt set b2='4YG9NHJDFV7H76FEZSZ9E0BHCJT' where id=7; -update noar ti set b2='4YG9NHJDFV7H76FEZSZ9E0BHCJT' where id=7; -update noar tt set v0='MDQO' where id=8; -update noar ti set v0='MDQO' where id=8; -update noar tt set b0='PQHWPQ0P35JC34KVQ5N6VXYYM8J2' where id=8; -update noar ti set b0='PQHWPQ0P35JC34KVQ5N6VXYYM8J2' where id=8; -update noar tt set v0='LCKL0K9PBPGVCB8WU' where id=8; -update noar ti set v0='LCKL0K9PBPGVCB8WU' where id=8; -update noar tt set b1='0C47US0RL4' where id=8; -update noar ti set b1='0C47US0RL4' where id=8; -update noar tt set v0='M8UWSLBX7CD0LW4NW2RB' where id=8; -update noar ti set v0='M8UWSLBX7CD0LW4NW2RB' where id=8; -update noar tt set b2='5Z3H8QMP37GM' where id=8; -update noar ti set b2='5Z3H8QMP37GM' where id=8; -update noar tt set v0='GPWTR613HAU5Z2BRH51BRO' where id=9; -update noar ti set v0='GPWTR613HAU5Z2BRH51BRO' where id=9; -update noar tt set b0='LTGHC9O9IPBSBGT01P2F9' where id=9; -update noar ti set b0='LTGHC9O9IPBSBGT01P2F9' where id=9; -update noar tt set v0='YAWN' where id=9; -update noar ti set v0='YAWN' where id=9; -update noar tt set b1='B65HZ3NMYZYVMG9Z7XF' where id=9; -update noar ti set b1='B65HZ3NMYZYVMG9Z7XF' where id=9; -update noar tt set v0='G5VHN1U1PJJECTCRIQ3PNBV' where id=9; -update noar ti set v0='G5VHN1U1PJJECTCRIQ3PNBV' where id=9; -update noar tt set b2='0A134MBZTZVZRPV2R1Y085H' where id=9; -update noar ti set b2='0A134MBZTZVZRPV2R1Y085H' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4JKHGYGKBS0G96RATZ38J' where id=1; -update noar ti set v0='4JKHGYGKBS0G96RATZ38J' where id=1; -update noar tt set b0='WX' where id=1; -update noar ti set b0='WX' where id=1; -update noar tt set v0='EVA9ZA0B073PP7WRNOSJVKHLO' where id=1; -update noar ti set v0='EVA9ZA0B073PP7WRNOSJVKHLO' where id=1; -update noar tt set b1='FV352N8SXI6Q9440H5M6' where id=1; -update noar ti set b1='FV352N8SXI6Q9440H5M6' where id=1; -update noar tt set v0='XQNZGSBUIWJUTR6ZNDV7XIBMFVVZQM5' where id=1; -update noar ti set v0='XQNZGSBUIWJUTR6ZNDV7XIBMFVVZQM5' where id=1; -update noar tt set b2='93NSXKNT76WP1AYJ' where id=1; -update noar ti set b2='93NSXKNT76WP1AYJ' where id=1; -update noar tt set v0='CGB2XFXIR' where id=2; -update noar ti set v0='CGB2XFXIR' where id=2; -update noar tt set b0='IHO327JYV794G0RQH7LA7URIBJWW' where id=2; -update noar ti set b0='IHO327JYV794G0RQH7LA7URIBJWW' where id=2; -update noar tt set v0='UMXMTB98EV60DRZ0JSB' where id=2; -update noar ti set v0='UMXMTB98EV60DRZ0JSB' where id=2; -update noar tt set b1='E9IFJ90331470' where id=2; -update noar ti set b1='E9IFJ90331470' where id=2; -update noar tt set v0='L7IWJAT086QZDQXPF6ECFVH5' where id=2; -update noar ti set v0='L7IWJAT086QZDQXPF6ECFVH5' where id=2; -update noar tt set b2='YQXL29Y5P5JA' where id=2; -update noar ti set b2='YQXL29Y5P5JA' where id=2; -update noar tt set v0='IF3' where id=3; -update noar ti set v0='IF3' where id=3; -update noar tt set b0='Z327MOBIH5UNGT9' where id=3; -update noar ti set b0='Z327MOBIH5UNGT9' where id=3; -update noar tt set v0='ZZEDB552VCCM7I6JM28' where id=3; -update noar ti set v0='ZZEDB552VCCM7I6JM28' where id=3; -update noar tt set b1='9' where id=3; -update noar ti set b1='9' where id=3; -update noar tt set v0='V4PT5595UDSE02CIC94GX4RZZO' where id=3; -update noar ti set v0='V4PT5595UDSE02CIC94GX4RZZO' where id=3; -update noar tt set b2='06NDBSIP6SZOTZ6LBEUP5415HVODSJF4' where id=3; -update noar ti set b2='06NDBSIP6SZOTZ6LBEUP5415HVODSJF4' where id=3; -update noar tt set v0='NPZ2GQHN' where id=4; -update noar ti set v0='NPZ2GQHN' where id=4; -update noar tt set b0='MYQKZXCZR26DP82VWJH0HO3N4GA' where id=4; -update noar ti set b0='MYQKZXCZR26DP82VWJH0HO3N4GA' where id=4; -update noar tt set v0='D5MGNN4Y' where id=4; -update noar ti set v0='D5MGNN4Y' where id=4; -update noar tt set b1='CJ3EQT8H5ZK92SYWQ3U27BS2CNV0I' where id=4; -update noar ti set b1='CJ3EQT8H5ZK92SYWQ3U27BS2CNV0I' where id=4; -update noar tt set v0='J016SR4A1DF2P8X8ZNDV' where id=4; -update noar ti set v0='J016SR4A1DF2P8X8ZNDV' where id=4; -update noar tt set b2='5IANI6G1NQKYF9I46T3' where id=4; -update noar ti set b2='5IANI6G1NQKYF9I46T3' where id=4; -update noar tt set v0='BCIWXNAWRS9M549UQTMSL7PIKXNZH' where id=5; -update noar ti set v0='BCIWXNAWRS9M549UQTMSL7PIKXNZH' where id=5; -update noar tt set b0='Z2ODG96SKB09KIFRJX' where id=5; -update noar ti set b0='Z2ODG96SKB09KIFRJX' where id=5; -update noar tt set v0='IS99EO6VJ66' where id=5; -update noar ti set v0='IS99EO6VJ66' where id=5; -update noar tt set b1='0JRF1RXMGBQMJY0QT6AUVIZ' where id=5; -update noar ti set b1='0JRF1RXMGBQMJY0QT6AUVIZ' where id=5; -update noar tt set v0='LM1FNI62ENHU7AZ865EGKT' where id=5; -update noar ti set v0='LM1FNI62ENHU7AZ865EGKT' where id=5; -update noar tt set b2='9ZT1' where id=5; -update noar ti set b2='9ZT1' where id=5; -update noar tt set v0='L7VFIOX704O6PM51UCBTGC5S8RIC' where id=6; -update noar ti set v0='L7VFIOX704O6PM51UCBTGC5S8RIC' where id=6; -update noar tt set b0='6G4OMQVW5X' where id=6; -update noar ti set b0='6G4OMQVW5X' where id=6; -update noar tt set v0='YZN34MDP466BG55X' where id=6; -update noar ti set v0='YZN34MDP466BG55X' where id=6; -update noar tt set b1='PM8K0Y155ONLXB2W2H9U53ZO' where id=6; -update noar ti set b1='PM8K0Y155ONLXB2W2H9U53ZO' where id=6; -update noar tt set v0='RQVJHLS739VTGG8590HXQ7KI40' where id=6; -update noar ti set v0='RQVJHLS739VTGG8590HXQ7KI40' where id=6; -update noar tt set b2='4' where id=6; -update noar ti set b2='4' where id=6; -update noar tt set v0='8O9' where id=7; -update noar ti set v0='8O9' where id=7; -update noar tt set b0='NFX58YYOUZQD66SJS37JC123LAV5R' where id=7; -update noar ti set b0='NFX58YYOUZQD66SJS37JC123LAV5R' where id=7; -update noar tt set v0='4TBUU' where id=7; -update noar ti set v0='4TBUU' where id=7; -update noar tt set b1='BLUDG' where id=7; -update noar ti set b1='BLUDG' where id=7; -update noar tt set v0='YA2UP7G1I2SS0IWBI1S8IN' where id=7; -update noar ti set v0='YA2UP7G1I2SS0IWBI1S8IN' where id=7; -update noar tt set b2='CJD3WB776' where id=7; -update noar ti set b2='CJD3WB776' where id=7; -update noar tt set v0='COUZVICO6LPT17D8ZSMMRYTXDMM7VFM' where id=8; -update noar ti set v0='COUZVICO6LPT17D8ZSMMRYTXDMM7VFM' where id=8; -update noar tt set b0='E' where id=8; -update noar ti set b0='E' where id=8; -update noar tt set v0='AT' where id=8; -update noar ti set v0='AT' where id=8; -update noar tt set b1='OW597CDINVP6O0' where id=8; -update noar ti set b1='OW597CDINVP6O0' where id=8; -update noar tt set v0='WRM7CFZOUWX4S00HTCOTT5OOAM' where id=8; -update noar ti set v0='WRM7CFZOUWX4S00HTCOTT5OOAM' where id=8; -update noar tt set b2='1WGQ8HBB4EDLR7J5BYQBZ' where id=8; -update noar ti set b2='1WGQ8HBB4EDLR7J5BYQBZ' where id=8; -update noar tt set v0='E7YO7' where id=9; -update noar ti set v0='E7YO7' where id=9; -update noar tt set b0='BAAQSW1W3QQYC' where id=9; -update noar ti set b0='BAAQSW1W3QQYC' where id=9; -update noar tt set v0='6IQDSGGOVZL2H3A5NMVNPECOQEHDNUR' where id=9; -update noar ti set v0='6IQDSGGOVZL2H3A5NMVNPECOQEHDNUR' where id=9; -update noar tt set b1='N3SIY0U25Q4IR4SYI74OJGS' where id=9; -update noar ti set b1='N3SIY0U25Q4IR4SYI74OJGS' where id=9; -update noar tt set v0='R2' where id=9; -update noar ti set v0='R2' where id=9; -update noar tt set b2='JBZC' where id=9; -update noar ti set b2='JBZC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6T57Z0MJ5HF28YRCCLEK4GC' where id=1; -update noar ti set v0='6T57Z0MJ5HF28YRCCLEK4GC' where id=1; -update noar tt set b0='2' where id=1; -update noar ti set b0='2' where id=1; -update noar tt set v0='SPZPC6T4ML6HA2W78HT' where id=1; -update noar ti set v0='SPZPC6T4ML6HA2W78HT' where id=1; -update noar tt set b1='8E5E0EH77USBWL' where id=1; -update noar ti set b1='8E5E0EH77USBWL' where id=1; -update noar tt set v0='JQEBFMBDE0YWEF83LRI97DS730TBH' where id=1; -update noar ti set v0='JQEBFMBDE0YWEF83LRI97DS730TBH' where id=1; -update noar tt set b2='WC' where id=1; -update noar ti set b2='WC' where id=1; -update noar tt set v0='VHYWOX66ZSZ2DCEFMTBNZSTON5EN0' where id=2; -update noar ti set v0='VHYWOX66ZSZ2DCEFMTBNZSTON5EN0' where id=2; -update noar tt set b0='R414V99Y3EWO1DF0Q6VBHCN0U8TBFH0' where id=2; -update noar ti set b0='R414V99Y3EWO1DF0Q6VBHCN0U8TBFH0' where id=2; -update noar tt set v0='UVNZL21Y67JQTEM6M' where id=2; -update noar ti set v0='UVNZL21Y67JQTEM6M' where id=2; -update noar tt set b1='8CP' where id=2; -update noar ti set b1='8CP' where id=2; -update noar tt set v0='OV1LLSZMEN2' where id=2; -update noar ti set v0='OV1LLSZMEN2' where id=2; -update noar tt set b2='Y' where id=2; -update noar ti set b2='Y' where id=2; -update noar tt set v0='MAD' where id=3; -update noar ti set v0='MAD' where id=3; -update noar tt set b0='4' where id=3; -update noar ti set b0='4' where id=3; -update noar tt set v0='NIG6QCNDBD' where id=3; -update noar ti set v0='NIG6QCNDBD' where id=3; -update noar tt set b1='NUS2MMOL' where id=3; -update noar ti set b1='NUS2MMOL' where id=3; -update noar tt set v0='FWI9485DIK9M7ULG' where id=3; -update noar ti set v0='FWI9485DIK9M7ULG' where id=3; -update noar tt set b2='PDNTVL3PG4QLZ0176TMLDS3M' where id=3; -update noar ti set b2='PDNTVL3PG4QLZ0176TMLDS3M' where id=3; -update noar tt set v0='GK3X5I89EI9IUHQB2L696TWY82UR0ZM' where id=4; -update noar ti set v0='GK3X5I89EI9IUHQB2L696TWY82UR0ZM' where id=4; -update noar tt set b0='94UEBT9MDZ34ILEQ9VDL4BI4YURIKY' where id=4; -update noar ti set b0='94UEBT9MDZ34ILEQ9VDL4BI4YURIKY' where id=4; -update noar tt set v0='9833Y62899920HA' where id=4; -update noar ti set v0='9833Y62899920HA' where id=4; -update noar tt set b1='7EUY4R3NGGIFVI2X4W1OIV4Y' where id=4; -update noar ti set b1='7EUY4R3NGGIFVI2X4W1OIV4Y' where id=4; -update noar tt set v0='BTH8YX7AOUOO0PQE4T1KNNWMKKSR' where id=4; -update noar ti set v0='BTH8YX7AOUOO0PQE4T1KNNWMKKSR' where id=4; -update noar tt set b2='7GQPWLKBNIRFAE1V9VXBIG39X0H24' where id=4; -update noar ti set b2='7GQPWLKBNIRFAE1V9VXBIG39X0H24' where id=4; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b0='B2' where id=5; -update noar ti set b0='B2' where id=5; -update noar tt set v0='H4KNIR7K2IDD1' where id=5; -update noar ti set v0='H4KNIR7K2IDD1' where id=5; -update noar tt set b1='QYMXMYPGIYX0I1P' where id=5; -update noar ti set b1='QYMXMYPGIYX0I1P' where id=5; -update noar tt set v0='8WF20H' where id=5; -update noar ti set v0='8WF20H' where id=5; -update noar tt set b2='OEN5' where id=5; -update noar ti set b2='OEN5' where id=5; -update noar tt set v0='1U9FCA33VEPAVFZ8' where id=6; -update noar ti set v0='1U9FCA33VEPAVFZ8' where id=6; -update noar tt set b0='PATN3LEKBVQGRY8RNN0GWQDR' where id=6; -update noar ti set b0='PATN3LEKBVQGRY8RNN0GWQDR' where id=6; -update noar tt set v0='MZOWMIURY0OG2CH' where id=6; -update noar ti set v0='MZOWMIURY0OG2CH' where id=6; -update noar tt set b1='NZ31WVLY8CHY8PSDY1' where id=6; -update noar ti set b1='NZ31WVLY8CHY8PSDY1' where id=6; -update noar tt set v0='WQ4YN3PQZSD3TKI5SPMASVY3D3TNP' where id=6; -update noar ti set v0='WQ4YN3PQZSD3TKI5SPMASVY3D3TNP' where id=6; -update noar tt set b2='4CIZ04MZA54QKHZ2' where id=6; -update noar ti set b2='4CIZ04MZA54QKHZ2' where id=6; -update noar tt set v0='TPTLQ1WBIY7G0U9TE190DRYH' where id=7; -update noar ti set v0='TPTLQ1WBIY7G0U9TE190DRYH' where id=7; -update noar tt set b0='RGALWIA38AQRPN' where id=7; -update noar ti set b0='RGALWIA38AQRPN' where id=7; -update noar tt set v0='1ADCW' where id=7; -update noar ti set v0='1ADCW' where id=7; -update noar tt set b1='6' where id=7; -update noar ti set b1='6' where id=7; -update noar tt set v0='XA4U5H3T76306ELD0IOICWK3NO5I5' where id=7; -update noar ti set v0='XA4U5H3T76306ELD0IOICWK3NO5I5' where id=7; -update noar tt set b2='1R735KSH2SM7IU0L4RHTHD9VDCT379FW' where id=7; -update noar ti set b2='1R735KSH2SM7IU0L4RHTHD9VDCT379FW' where id=7; -update noar tt set v0='HQZZ' where id=8; -update noar ti set v0='HQZZ' where id=8; -update noar tt set b0='ZMKGY' where id=8; -update noar ti set b0='ZMKGY' where id=8; -update noar tt set v0='VIS8RFT' where id=8; -update noar ti set v0='VIS8RFT' where id=8; -update noar tt set b1='40FPV46TH38OV846TI0VCBYBNHU' where id=8; -update noar ti set b1='40FPV46TH38OV846TI0VCBYBNHU' where id=8; -update noar tt set v0='B76' where id=8; -update noar ti set v0='B76' where id=8; -update noar tt set b2='B6U9UD8BVWK0PK4PQ9O' where id=8; -update noar ti set b2='B6U9UD8BVWK0PK4PQ9O' where id=8; -update noar tt set v0='23R1YXZGW0FNHLGXDV2YY' where id=9; -update noar ti set v0='23R1YXZGW0FNHLGXDV2YY' where id=9; -update noar tt set b0='CWY1IVH3WPNFILPSU9Z3770WH1' where id=9; -update noar ti set b0='CWY1IVH3WPNFILPSU9Z3770WH1' where id=9; -update noar tt set v0='9VE0PIRV3B' where id=9; -update noar ti set v0='9VE0PIRV3B' where id=9; -update noar tt set b1='KW1TVEE' where id=9; -update noar ti set b1='KW1TVEE' where id=9; -update noar tt set v0='9AY7ZHE2D6U15FBFET9' where id=9; -update noar ti set v0='9AY7ZHE2D6U15FBFET9' where id=9; -update noar tt set b2='AWHDVCOLTLGJ' where id=9; -update noar ti set b2='AWHDVCOLTLGJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='05CWV2GHJXH51UP' where id=1; -update noar ti set v0='05CWV2GHJXH51UP' where id=1; -update noar tt set b0='EHCD' where id=1; -update noar ti set b0='EHCD' where id=1; -update noar tt set v0='W5AN0F0E9SJWKA2F6DTJ6JGS' where id=1; -update noar ti set v0='W5AN0F0E9SJWKA2F6DTJ6JGS' where id=1; -update noar tt set b1='ST7ZYLSTR102S71TCSY3XPQRCG6F8OJR' where id=1; -update noar ti set b1='ST7ZYLSTR102S71TCSY3XPQRCG6F8OJR' where id=1; -update noar tt set v0='A0ZJ' where id=1; -update noar ti set v0='A0ZJ' where id=1; -update noar tt set b2='NJU7BOAI8VM0W0CQM29C' where id=1; -update noar ti set b2='NJU7BOAI8VM0W0CQM29C' where id=1; -update noar tt set v0='0EBR5' where id=2; -update noar ti set v0='0EBR5' where id=2; -update noar tt set b0='5Z5N9WWMKF0ICX9T6PN6ZYAM30IZ' where id=2; -update noar ti set b0='5Z5N9WWMKF0ICX9T6PN6ZYAM30IZ' where id=2; -update noar tt set v0='6TC9G3DYUGS4RG4' where id=2; -update noar ti set v0='6TC9G3DYUGS4RG4' where id=2; -update noar tt set b1='VW3RDWEK1R7' where id=2; -update noar ti set b1='VW3RDWEK1R7' where id=2; -update noar tt set v0='HQYDID8' where id=2; -update noar ti set v0='HQYDID8' where id=2; -update noar tt set b2='MRTVEJ2HQQ' where id=2; -update noar ti set b2='MRTVEJ2HQQ' where id=2; -update noar tt set v0='ALKMVDQ0QYU2BZT' where id=3; -update noar ti set v0='ALKMVDQ0QYU2BZT' where id=3; -update noar tt set b0='E0T9VH0ADK8PX0KIHRZ8CVQRETH' where id=3; -update noar ti set b0='E0T9VH0ADK8PX0KIHRZ8CVQRETH' where id=3; -update noar tt set v0='AU9R17' where id=3; -update noar ti set v0='AU9R17' where id=3; -update noar tt set b1='114VNC2' where id=3; -update noar ti set b1='114VNC2' where id=3; -update noar tt set v0='NZZ' where id=3; -update noar ti set v0='NZZ' where id=3; -update noar tt set b2='OLCES341WKYAB02S5J20TKNOOJ7X9DQY' where id=3; -update noar ti set b2='OLCES341WKYAB02S5J20TKNOOJ7X9DQY' where id=3; -update noar tt set v0='2F8EJZ2UKXEZ' where id=4; -update noar ti set v0='2F8EJZ2UKXEZ' where id=4; -update noar tt set b0='SH09QABX99K63AGBWG1T90FIJQS1Z' where id=4; -update noar ti set b0='SH09QABX99K63AGBWG1T90FIJQS1Z' where id=4; -update noar tt set v0='5H4CMXP60IQJYI3N' where id=4; -update noar ti set v0='5H4CMXP60IQJYI3N' where id=4; -update noar tt set b1='GTE9V8WRNN651CECWGGY2' where id=4; -update noar ti set b1='GTE9V8WRNN651CECWGGY2' where id=4; -update noar tt set v0='75I3ZOKJSQ7E36A9ZLVJ' where id=4; -update noar ti set v0='75I3ZOKJSQ7E36A9ZLVJ' where id=4; -update noar tt set b2='WR7AB' where id=4; -update noar ti set b2='WR7AB' where id=4; -update noar tt set v0='UKS' where id=5; -update noar ti set v0='UKS' where id=5; -update noar tt set b0='F4HYLEFNDMFB41Z6GEP9JK3IF6Q0' where id=5; -update noar ti set b0='F4HYLEFNDMFB41Z6GEP9JK3IF6Q0' where id=5; -update noar tt set v0='SGFCDL7L85' where id=5; -update noar ti set v0='SGFCDL7L85' where id=5; -update noar tt set b1='9IOUZQSVQD846O52N' where id=5; -update noar ti set b1='9IOUZQSVQD846O52N' where id=5; -update noar tt set v0='WZVC9X' where id=5; -update noar ti set v0='WZVC9X' where id=5; -update noar tt set b2='GKMIS4V5KL' where id=5; -update noar ti set b2='GKMIS4V5KL' where id=5; -update noar tt set v0='YZLU5P6JW37HK84HS5PREIW67IN7' where id=6; -update noar ti set v0='YZLU5P6JW37HK84HS5PREIW67IN7' where id=6; -update noar tt set b0='ONPM8OR' where id=6; -update noar ti set b0='ONPM8OR' where id=6; -update noar tt set v0='6VNFHCUH0' where id=6; -update noar ti set v0='6VNFHCUH0' where id=6; -update noar tt set b1='IKZHW5S1DZP8JY6GK4U' where id=6; -update noar ti set b1='IKZHW5S1DZP8JY6GK4U' where id=6; -update noar tt set v0='378AB7WXHPW' where id=6; -update noar ti set v0='378AB7WXHPW' where id=6; -update noar tt set b2='A8HGRZRSQ4JITVGR3E4ZK1ES1' where id=6; -update noar ti set b2='A8HGRZRSQ4JITVGR3E4ZK1ES1' where id=6; -update noar tt set v0='FTAY6H5KIALKS6L' where id=7; -update noar ti set v0='FTAY6H5KIALKS6L' where id=7; -update noar tt set b0='GE4XOCVTI4ZAU35E67U1' where id=7; -update noar ti set b0='GE4XOCVTI4ZAU35E67U1' where id=7; -update noar tt set v0='KBVF76IFMI4IAGDC' where id=7; -update noar ti set v0='KBVF76IFMI4IAGDC' where id=7; -update noar tt set b1='9K7ZN87VSEC5PBR98125430EV' where id=7; -update noar ti set b1='9K7ZN87VSEC5PBR98125430EV' where id=7; -update noar tt set v0='SV7GRLJP0PWX4U3P40HF9HMETT0' where id=7; -update noar ti set v0='SV7GRLJP0PWX4U3P40HF9HMETT0' where id=7; -update noar tt set b2='R2FY6MUAYN43X9ITTPDFCPKG' where id=7; -update noar ti set b2='R2FY6MUAYN43X9ITTPDFCPKG' where id=7; -update noar tt set v0='G1ET1KC' where id=8; -update noar ti set v0='G1ET1KC' where id=8; -update noar tt set b0='47OHVP05PZ' where id=8; -update noar ti set b0='47OHVP05PZ' where id=8; -update noar tt set v0='WORGCZSQ3DV92ZWFWZ' where id=8; -update noar ti set v0='WORGCZSQ3DV92ZWFWZ' where id=8; -update noar tt set b1='KQ6MX9JODAO' where id=8; -update noar ti set b1='KQ6MX9JODAO' where id=8; -update noar tt set v0='OZMM8R5WVIQ8X4GAQ5V6XJ' where id=8; -update noar ti set v0='OZMM8R5WVIQ8X4GAQ5V6XJ' where id=8; -update noar tt set b2='ELI7FK0AT22XBYAARYD3EUZ3' where id=8; -update noar ti set b2='ELI7FK0AT22XBYAARYD3EUZ3' where id=8; -update noar tt set v0='S6XLX4IP' where id=9; -update noar ti set v0='S6XLX4IP' where id=9; -update noar tt set b0='56MM1D70V8C4Y0F2' where id=9; -update noar ti set b0='56MM1D70V8C4Y0F2' where id=9; -update noar tt set v0='EN59XNPMTT9JA' where id=9; -update noar ti set v0='EN59XNPMTT9JA' where id=9; -update noar tt set b1='HEIOWG4Y50N4PD8ZBDMIG8' where id=9; -update noar ti set b1='HEIOWG4Y50N4PD8ZBDMIG8' where id=9; -update noar tt set v0='59L6BZEI9IQ' where id=9; -update noar ti set v0='59L6BZEI9IQ' where id=9; -update noar tt set b2='Z43TH0999N3WJVZ8HCB2' where id=9; -update noar ti set b2='Z43TH0999N3WJVZ8HCB2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KKSH' where id=1; -update noar ti set v0='KKSH' where id=1; -update noar tt set b0='20RENUKZACFQK2TZMGW5' where id=1; -update noar ti set b0='20RENUKZACFQK2TZMGW5' where id=1; -update noar tt set v0='G3NOK' where id=1; -update noar ti set v0='G3NOK' where id=1; -update noar tt set b1='MNT' where id=1; -update noar ti set b1='MNT' where id=1; -update noar tt set v0='MBR08KP' where id=1; -update noar ti set v0='MBR08KP' where id=1; -update noar tt set b2='V85YQ293ZGI2Z' where id=1; -update noar ti set b2='V85YQ293ZGI2Z' where id=1; -update noar tt set v0='U8U' where id=2; -update noar ti set v0='U8U' where id=2; -update noar tt set b0='MDMCX7G1V0FY3TTOLIWCPN8BRQMD' where id=2; -update noar ti set b0='MDMCX7G1V0FY3TTOLIWCPN8BRQMD' where id=2; -update noar tt set v0='PIW9S70EWBH' where id=2; -update noar ti set v0='PIW9S70EWBH' where id=2; -update noar tt set b1='3CJ9SAKJ4I7NDAEIGG3IAMLP0Z3M' where id=2; -update noar ti set b1='3CJ9SAKJ4I7NDAEIGG3IAMLP0Z3M' where id=2; -update noar tt set v0='N' where id=2; -update noar ti set v0='N' where id=2; -update noar tt set b2='AWGZRY1DZAKN797A9MZ' where id=2; -update noar ti set b2='AWGZRY1DZAKN797A9MZ' where id=2; -update noar tt set v0='S0HH' where id=3; -update noar ti set v0='S0HH' where id=3; -update noar tt set b0='8JVAE5N1PL' where id=3; -update noar ti set b0='8JVAE5N1PL' where id=3; -update noar tt set v0='QFBMMTYCMH' where id=3; -update noar ti set v0='QFBMMTYCMH' where id=3; -update noar tt set b1='K5BAGGN' where id=3; -update noar ti set b1='K5BAGGN' where id=3; -update noar tt set v0='WFNL6JXSRV' where id=3; -update noar ti set v0='WFNL6JXSRV' where id=3; -update noar tt set b2='W66T66ZYPTRA' where id=3; -update noar ti set b2='W66T66ZYPTRA' where id=3; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b0='YLL3JUP' where id=4; -update noar ti set b0='YLL3JUP' where id=4; -update noar tt set v0='CULAOUYY74VFCMWWNR3RP4F9NSOJBE3' where id=4; -update noar ti set v0='CULAOUYY74VFCMWWNR3RP4F9NSOJBE3' where id=4; -update noar tt set b1='JW4RPJY4K8GCZIZJ' where id=4; -update noar ti set b1='JW4RPJY4K8GCZIZJ' where id=4; -update noar tt set v0='GQUTME1NL8ZPNN95HAA808XA' where id=4; -update noar ti set v0='GQUTME1NL8ZPNN95HAA808XA' where id=4; -update noar tt set b2='BSDJ2' where id=4; -update noar ti set b2='BSDJ2' where id=4; -update noar tt set v0='EYOY6Y04IDVFMTNWVL2BYV0' where id=5; -update noar ti set v0='EYOY6Y04IDVFMTNWVL2BYV0' where id=5; -update noar tt set b0='VMD3Z948Q7HOU9QKNMHSO' where id=5; -update noar ti set b0='VMD3Z948Q7HOU9QKNMHSO' where id=5; -update noar tt set v0='LL1VFJPVE1E18D7P' where id=5; -update noar ti set v0='LL1VFJPVE1E18D7P' where id=5; -update noar tt set b1='KPOCZE' where id=5; -update noar ti set b1='KPOCZE' where id=5; -update noar tt set v0='KW057LMWSU7A6JKPEWBO7N6U' where id=5; -update noar ti set v0='KW057LMWSU7A6JKPEWBO7N6U' where id=5; -update noar tt set b2='09FCD3NXHS23TQYKIZ7SINSGT5EQ63' where id=5; -update noar ti set b2='09FCD3NXHS23TQYKIZ7SINSGT5EQ63' where id=5; -update noar tt set v0='LASCQOV7EIV19W8P7J' where id=6; -update noar ti set v0='LASCQOV7EIV19W8P7J' where id=6; -update noar tt set b0='CXRIEOFUSG7O' where id=6; -update noar ti set b0='CXRIEOFUSG7O' where id=6; -update noar tt set v0='B6L2CYW29VR6NZFK4U2JB01O' where id=6; -update noar ti set v0='B6L2CYW29VR6NZFK4U2JB01O' where id=6; -update noar tt set b1='P6QTM59F326L8FPY902I' where id=6; -update noar ti set b1='P6QTM59F326L8FPY902I' where id=6; -update noar tt set v0='24KB7QYB5X8ZDAP1RY1' where id=6; -update noar ti set v0='24KB7QYB5X8ZDAP1RY1' where id=6; -update noar tt set b2='S94QJUQSF8FUDXP31QX0VW' where id=6; -update noar ti set b2='S94QJUQSF8FUDXP31QX0VW' where id=6; -update noar tt set v0='1697HSPIOZSBQJRKG5AWP4K7TF1A6N' where id=7; -update noar ti set v0='1697HSPIOZSBQJRKG5AWP4K7TF1A6N' where id=7; -update noar tt set b0='N4Y6LL9Z11WFX5D4DOCJ' where id=7; -update noar ti set b0='N4Y6LL9Z11WFX5D4DOCJ' where id=7; -update noar tt set v0='N7JM' where id=7; -update noar ti set v0='N7JM' where id=7; -update noar tt set b1='OK4NDKW3724' where id=7; -update noar ti set b1='OK4NDKW3724' where id=7; -update noar tt set v0='RJZS4GL5DLN' where id=7; -update noar ti set v0='RJZS4GL5DLN' where id=7; -update noar tt set b2='ORQD68OU0R' where id=7; -update noar ti set b2='ORQD68OU0R' where id=7; -update noar tt set v0='R75BKW4AL0U2QD66JFDZCO76' where id=8; -update noar ti set v0='R75BKW4AL0U2QD66JFDZCO76' where id=8; -update noar tt set b0='38L' where id=8; -update noar ti set b0='38L' where id=8; -update noar tt set v0='EGNFNW' where id=8; -update noar ti set v0='EGNFNW' where id=8; -update noar tt set b1='49' where id=8; -update noar ti set b1='49' where id=8; -update noar tt set v0='8BFY74JEQSYWCU477CL497ZTN7NJ' where id=8; -update noar ti set v0='8BFY74JEQSYWCU477CL497ZTN7NJ' where id=8; -update noar tt set b2='I3QS' where id=8; -update noar ti set b2='I3QS' where id=8; -update noar tt set v0='ZC6ZHZ4EFIQ7NV5' where id=9; -update noar ti set v0='ZC6ZHZ4EFIQ7NV5' where id=9; -update noar tt set b0='6JAV9F0C' where id=9; -update noar ti set b0='6JAV9F0C' where id=9; -update noar tt set v0='XE7FH2N66T2X2UMSEAL9I7ZTFV' where id=9; -update noar ti set v0='XE7FH2N66T2X2UMSEAL9I7ZTFV' where id=9; -update noar tt set b1='JS6K' where id=9; -update noar ti set b1='JS6K' where id=9; -update noar tt set v0='E8YVB509UQULR' where id=9; -update noar ti set v0='E8YVB509UQULR' where id=9; -update noar tt set b2='HO4NQEWU52AX27Y92GYM6DHTW00' where id=9; -update noar ti set b2='HO4NQEWU52AX27Y92GYM6DHTW00' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='730S4BY2LFQ1ROQ6RZ' where id=1; -update noar ti set v0='730S4BY2LFQ1ROQ6RZ' where id=1; -update noar tt set b0='15284GTV59H2JZG847J3HHA9EBK' where id=1; -update noar ti set b0='15284GTV59H2JZG847J3HHA9EBK' where id=1; -update noar tt set v0='I9VJGQYZJBWCLC' where id=1; -update noar ti set v0='I9VJGQYZJBWCLC' where id=1; -update noar tt set b1='95CR1CHKS' where id=1; -update noar ti set b1='95CR1CHKS' where id=1; -update noar tt set v0='JRNCJUP3KMGW94RVQ3UBHSEGDOGV' where id=1; -update noar ti set v0='JRNCJUP3KMGW94RVQ3UBHSEGDOGV' where id=1; -update noar tt set b2='VKQCVL71BUU1' where id=1; -update noar ti set b2='VKQCVL71BUU1' where id=1; -update noar tt set v0='0ZRBDO' where id=2; -update noar ti set v0='0ZRBDO' where id=2; -update noar tt set b0='HAO9Z1KDQEPV4RP2RQUTQ' where id=2; -update noar ti set b0='HAO9Z1KDQEPV4RP2RQUTQ' where id=2; -update noar tt set v0='05JYULBJ49Q38BOVGP2TZ58A' where id=2; -update noar ti set v0='05JYULBJ49Q38BOVGP2TZ58A' where id=2; -update noar tt set b1='R0OQXQOQR' where id=2; -update noar ti set b1='R0OQXQOQR' where id=2; -update noar tt set v0='C3WP5AQV59YJ8GVSJYF' where id=2; -update noar ti set v0='C3WP5AQV59YJ8GVSJYF' where id=2; -update noar tt set b2='FO519T33SP' where id=2; -update noar ti set b2='FO519T33SP' where id=2; -update noar tt set v0='W5U7XIIF9HTF2PXPOTGHMT' where id=3; -update noar ti set v0='W5U7XIIF9HTF2PXPOTGHMT' where id=3; -update noar tt set b0='5LBTK3UEGFWJRGXGVPLT' where id=3; -update noar ti set b0='5LBTK3UEGFWJRGXGVPLT' where id=3; -update noar tt set v0='VXJ3QQ1QSB1698ITA5P4ORECHHIP3DZ' where id=3; -update noar ti set v0='VXJ3QQ1QSB1698ITA5P4ORECHHIP3DZ' where id=3; -update noar tt set b1='UOGVNYUYLM9ALF28MMXCWR2AG26O8VA0' where id=3; -update noar ti set b1='UOGVNYUYLM9ALF28MMXCWR2AG26O8VA0' where id=3; -update noar tt set v0='3DK2H85BRW8LM' where id=3; -update noar ti set v0='3DK2H85BRW8LM' where id=3; -update noar tt set b2='J3E8D6F5V9CURDJR2EW5DYH82RMZNS' where id=3; -update noar ti set b2='J3E8D6F5V9CURDJR2EW5DYH82RMZNS' where id=3; -update noar tt set v0='C2' where id=4; -update noar ti set v0='C2' where id=4; -update noar tt set b0='AAVC7N7RT0G9WHDYV' where id=4; -update noar ti set b0='AAVC7N7RT0G9WHDYV' where id=4; -update noar tt set v0='DOS4Z0EV0QDJ90XY95B11KZ3F0EZ' where id=4; -update noar ti set v0='DOS4Z0EV0QDJ90XY95B11KZ3F0EZ' where id=4; -update noar tt set b1='EWVU6RRB6BC0HU8OQSR67VXHNAL1T2C' where id=4; -update noar ti set b1='EWVU6RRB6BC0HU8OQSR67VXHNAL1T2C' where id=4; -update noar tt set v0='TQICCY1AZX4FOA72NG8L0402A4REK' where id=4; -update noar ti set v0='TQICCY1AZX4FOA72NG8L0402A4REK' where id=4; -update noar tt set b2='YEZNQFTW6BGO1ELWFZY0Z' where id=4; -update noar ti set b2='YEZNQFTW6BGO1ELWFZY0Z' where id=4; -update noar tt set v0='P5L4FKEV5L3S98URRX00UH38XA1P0' where id=5; -update noar ti set v0='P5L4FKEV5L3S98URRX00UH38XA1P0' where id=5; -update noar tt set b0='82W' where id=5; -update noar ti set b0='82W' where id=5; -update noar tt set v0='DSNSQC' where id=5; -update noar ti set v0='DSNSQC' where id=5; -update noar tt set b1='R7EOMNRT6C' where id=5; -update noar ti set b1='R7EOMNRT6C' where id=5; -update noar tt set v0='U6FQ0SA0TAJXE1W' where id=5; -update noar ti set v0='U6FQ0SA0TAJXE1W' where id=5; -update noar tt set b2='DGI6MBQ6OI1JOWJKJ7HW5RNBUWG4N' where id=5; -update noar ti set b2='DGI6MBQ6OI1JOWJKJ7HW5RNBUWG4N' where id=5; -update noar tt set v0='7N2I7E0G8OMF0D9YN22PZ714P1UM3' where id=6; -update noar ti set v0='7N2I7E0G8OMF0D9YN22PZ714P1UM3' where id=6; -update noar tt set b0='6Q8E019EXCBF0FY1E' where id=6; -update noar ti set b0='6Q8E019EXCBF0FY1E' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='7R9Z76C2IUAJEZD0LI0Y3T4Q71BSKM' where id=6; -update noar ti set b1='7R9Z76C2IUAJEZD0LI0Y3T4Q71BSKM' where id=6; -update noar tt set v0='8FNO6PICJVNM8F4P' where id=6; -update noar ti set v0='8FNO6PICJVNM8F4P' where id=6; -update noar tt set b2='KGA3FLL' where id=6; -update noar ti set b2='KGA3FLL' where id=6; -update noar tt set v0='FOFOU5SSBEY74' where id=7; -update noar ti set v0='FOFOU5SSBEY74' where id=7; -update noar tt set b0='N5MI1T5J2P' where id=7; -update noar ti set b0='N5MI1T5J2P' where id=7; -update noar tt set v0='6G6B3T6B4607B6HCW' where id=7; -update noar ti set v0='6G6B3T6B4607B6HCW' where id=7; -update noar tt set b1='S4LOH43M5F6' where id=7; -update noar ti set b1='S4LOH43M5F6' where id=7; -update noar tt set v0='DHA034' where id=7; -update noar ti set v0='DHA034' where id=7; -update noar tt set b2='M7T44RG3L34D4T4FQDZ2MK0TH' where id=7; -update noar ti set b2='M7T44RG3L34D4T4FQDZ2MK0TH' where id=7; -update noar tt set v0='P2FZDIK7APOX3DK4Z' where id=8; -update noar ti set v0='P2FZDIK7APOX3DK4Z' where id=8; -update noar tt set b0='EGYD8ZXFKSC4T1XYLL706Z64ORT2WRS' where id=8; -update noar ti set b0='EGYD8ZXFKSC4T1XYLL706Z64ORT2WRS' where id=8; -update noar tt set v0='935X' where id=8; -update noar ti set v0='935X' where id=8; -update noar tt set b1='VLI4SLWTQX78L1AHA1W2UAD9SQ4A8' where id=8; -update noar ti set b1='VLI4SLWTQX78L1AHA1W2UAD9SQ4A8' where id=8; -update noar tt set v0='LVEE855CMT0VPDG9YWPFI629QPO8' where id=8; -update noar ti set v0='LVEE855CMT0VPDG9YWPFI629QPO8' where id=8; -update noar tt set b2='6NIGT1D0MP' where id=8; -update noar ti set b2='6NIGT1D0MP' where id=8; -update noar tt set v0='131K6JLGSPA17809FK7U4ZX' where id=9; -update noar ti set v0='131K6JLGSPA17809FK7U4ZX' where id=9; -update noar tt set b0='OZ6WVU765FF0GBBGLL0EP3SFFDJ3FI94' where id=9; -update noar ti set b0='OZ6WVU765FF0GBBGLL0EP3SFFDJ3FI94' where id=9; -update noar tt set v0='ZRZCEYVHE8SVX5PEM0U3FYRW7R3N3SE' where id=9; -update noar ti set v0='ZRZCEYVHE8SVX5PEM0U3FYRW7R3N3SE' where id=9; -update noar tt set b1='GRV8FZELWL4FOLG' where id=9; -update noar ti set b1='GRV8FZELWL4FOLG' where id=9; -update noar tt set v0='116I2QN' where id=9; -update noar ti set v0='116I2QN' where id=9; -update noar tt set b2='1R6P1BWARP405YJY1058C8HDKL' where id=9; -update noar ti set b2='1R6P1BWARP405YJY1058C8HDKL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6V0PFHSZ1I4U0GJYMJWWL79BLQD7' where id=1; -update noar ti set v0='6V0PFHSZ1I4U0GJYMJWWL79BLQD7' where id=1; -update noar tt set b0='GFRW4X7XUDD2U2T2PQMO3MYYN0I9F45' where id=1; -update noar ti set b0='GFRW4X7XUDD2U2T2PQMO3MYYN0I9F45' where id=1; -update noar tt set v0='5YMEEJRA0942V1UQPF' where id=1; -update noar ti set v0='5YMEEJRA0942V1UQPF' where id=1; -update noar tt set b1='6CJI4KZQFS36JRRKF8TWX' where id=1; -update noar ti set b1='6CJI4KZQFS36JRRKF8TWX' where id=1; -update noar tt set v0='PVPD4XT6IP9T0KH61MGZ9G1ZI91A' where id=1; -update noar ti set v0='PVPD4XT6IP9T0KH61MGZ9G1ZI91A' where id=1; -update noar tt set b2='MTA7K' where id=1; -update noar ti set b2='MTA7K' where id=1; -update noar tt set v0='DE1J9NYSXH' where id=2; -update noar ti set v0='DE1J9NYSXH' where id=2; -update noar tt set b0='ME' where id=2; -update noar ti set b0='ME' where id=2; -update noar tt set v0='LUMY' where id=2; -update noar ti set v0='LUMY' where id=2; -update noar tt set b1='4MX64BHNUYYBQ5' where id=2; -update noar ti set b1='4MX64BHNUYYBQ5' where id=2; -update noar tt set v0='MHOHJ48ZCG5SMT4E03L' where id=2; -update noar ti set v0='MHOHJ48ZCG5SMT4E03L' where id=2; -update noar tt set b2='HJR9BOT3CK3QODJ' where id=2; -update noar ti set b2='HJR9BOT3CK3QODJ' where id=2; -update noar tt set v0='TNW2K5G2VUZS4U2JETI4XUYSLBBOVJ0' where id=3; -update noar ti set v0='TNW2K5G2VUZS4U2JETI4XUYSLBBOVJ0' where id=3; -update noar tt set b0='B1IFC' where id=3; -update noar ti set b0='B1IFC' where id=3; -update noar tt set v0='DI' where id=3; -update noar ti set v0='DI' where id=3; -update noar tt set b1='24T8Q166CZ9ZMF78MMG1NUTQ9OP4' where id=3; -update noar ti set b1='24T8Q166CZ9ZMF78MMG1NUTQ9OP4' where id=3; -update noar tt set v0='T5PTXNR7XUJHSR7T0N8HUGHUQQKER' where id=3; -update noar ti set v0='T5PTXNR7XUJHSR7T0N8HUGHUQQKER' where id=3; -update noar tt set b2='9MJMHTWGM2UGCD9B56U4ZEWR6VH5Z2' where id=3; -update noar ti set b2='9MJMHTWGM2UGCD9B56U4ZEWR6VH5Z2' where id=3; -update noar tt set v0='YOWG86VZT' where id=4; -update noar ti set v0='YOWG86VZT' where id=4; -update noar tt set b0='AGDF41DN42BRHYU57UIWVYFAYN45AG' where id=4; -update noar ti set b0='AGDF41DN42BRHYU57UIWVYFAYN45AG' where id=4; -update noar tt set v0='HS' where id=4; -update noar ti set v0='HS' where id=4; -update noar tt set b1='1OP3PZDWS02S6ENKIZY4' where id=4; -update noar ti set b1='1OP3PZDWS02S6ENKIZY4' where id=4; -update noar tt set v0='QRLR6P0FP0CZ1BO462UAUPG8NQ6E' where id=4; -update noar ti set v0='QRLR6P0FP0CZ1BO462UAUPG8NQ6E' where id=4; -update noar tt set b2='AVTGL0CGTE9OKPJ30XTFHVXX5' where id=4; -update noar ti set b2='AVTGL0CGTE9OKPJ30XTFHVXX5' where id=4; -update noar tt set v0='NV6FS02' where id=5; -update noar ti set v0='NV6FS02' where id=5; -update noar tt set b0='AY4TZT7SF8NAMBRO0SBB18BAJ3LJNW' where id=5; -update noar ti set b0='AY4TZT7SF8NAMBRO0SBB18BAJ3LJNW' where id=5; -update noar tt set v0='81F4EHR05SMKI' where id=5; -update noar ti set v0='81F4EHR05SMKI' where id=5; -update noar tt set b1='EJJBZ8S05AZBVEQN8KPG3DZLB' where id=5; -update noar ti set b1='EJJBZ8S05AZBVEQN8KPG3DZLB' where id=5; -update noar tt set v0='95B4U0TCG9K856HGXA7RW' where id=5; -update noar ti set v0='95B4U0TCG9K856HGXA7RW' where id=5; -update noar tt set b2='XBB1YZ' where id=5; -update noar ti set b2='XBB1YZ' where id=5; -update noar tt set v0='U7NDZ3BMIDZDUOWVQJMN3JWA' where id=6; -update noar ti set v0='U7NDZ3BMIDZDUOWVQJMN3JWA' where id=6; -update noar tt set b0='Z37FCV' where id=6; -update noar ti set b0='Z37FCV' where id=6; -update noar tt set v0='H3OK99TGZQ5LZ4NELPTOIER1014' where id=6; -update noar ti set v0='H3OK99TGZQ5LZ4NELPTOIER1014' where id=6; -update noar tt set b1='MWMUBQI' where id=6; -update noar ti set b1='MWMUBQI' where id=6; -update noar tt set v0='1R1' where id=6; -update noar ti set v0='1R1' where id=6; -update noar tt set b2='W4AAOWN4VXVG' where id=6; -update noar ti set b2='W4AAOWN4VXVG' where id=6; -update noar tt set v0='G3PACK2JABA3KLRKLI6X79L1KT' where id=7; -update noar ti set v0='G3PACK2JABA3KLRKLI6X79L1KT' where id=7; -update noar tt set b0='CCGVTTTHW0OD' where id=7; -update noar ti set b0='CCGVTTTHW0OD' where id=7; -update noar tt set v0='VMFRW67BCJ2PL1' where id=7; -update noar ti set v0='VMFRW67BCJ2PL1' where id=7; -update noar tt set b1='JSKM0KOTVXK' where id=7; -update noar ti set b1='JSKM0KOTVXK' where id=7; -update noar tt set v0='HDMULHJ5EO8QGR8XE' where id=7; -update noar ti set v0='HDMULHJ5EO8QGR8XE' where id=7; -update noar tt set b2='QTMB871NBPMLAEV0X5DMPOIUGNTL' where id=7; -update noar ti set b2='QTMB871NBPMLAEV0X5DMPOIUGNTL' where id=7; -update noar tt set v0='39' where id=8; -update noar ti set v0='39' where id=8; -update noar tt set b0='IE5EQ279SF81NZN0F9YQB7SZTOXI' where id=8; -update noar ti set b0='IE5EQ279SF81NZN0F9YQB7SZTOXI' where id=8; -update noar tt set v0='YRQ1U3LKY' where id=8; -update noar ti set v0='YRQ1U3LKY' where id=8; -update noar tt set b1='H50O0EBD9HVWVYYSTB0YDN' where id=8; -update noar ti set b1='H50O0EBD9HVWVYYSTB0YDN' where id=8; -update noar tt set v0='XXJTR597GXMVODUXZUQSFVOT7K13UEJ' where id=8; -update noar ti set v0='XXJTR597GXMVODUXZUQSFVOT7K13UEJ' where id=8; -update noar tt set b2='BZU77E' where id=8; -update noar ti set b2='BZU77E' where id=8; -update noar tt set v0='7UCXHJ2BHYMRV438VMEBING0V2' where id=9; -update noar ti set v0='7UCXHJ2BHYMRV438VMEBING0V2' where id=9; -update noar tt set b0='WN' where id=9; -update noar ti set b0='WN' where id=9; -update noar tt set v0='ERJVY' where id=9; -update noar ti set v0='ERJVY' where id=9; -update noar tt set b1='FFOP90Y0MRU5S547XTE' where id=9; -update noar ti set b1='FFOP90Y0MRU5S547XTE' where id=9; -update noar tt set v0='JRQA3B4V81QELFKFV0GNPAB04XVRAK1E' where id=9; -update noar ti set v0='JRQA3B4V81QELFKFV0GNPAB04XVRAK1E' where id=9; -update noar tt set b2='17NMQWC0EVHMHGDHZLGACL99S' where id=9; -update noar ti set b2='17NMQWC0EVHMHGDHZLGACL99S' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2N4ROCGAQ9W6C' where id=1; -update noar ti set v0='2N4ROCGAQ9W6C' where id=1; -update noar tt set b0='DGXCWUN0RG6PDFYNATN16XG' where id=1; -update noar ti set b0='DGXCWUN0RG6PDFYNATN16XG' where id=1; -update noar tt set v0='D33MZSIVZJ1AK4ML' where id=1; -update noar ti set v0='D33MZSIVZJ1AK4ML' where id=1; -update noar tt set b1='N5LJR' where id=1; -update noar ti set b1='N5LJR' where id=1; -update noar tt set v0='QHJGF8RQQ2DQZK5XE01XRQORBEY' where id=1; -update noar ti set v0='QHJGF8RQQ2DQZK5XE01XRQORBEY' where id=1; -update noar tt set b2='P0MTJZV' where id=1; -update noar ti set b2='P0MTJZV' where id=1; -update noar tt set v0='PLPRA9V8J4PZWAVPGXH5OKTTQYQ8' where id=2; -update noar ti set v0='PLPRA9V8J4PZWAVPGXH5OKTTQYQ8' where id=2; -update noar tt set b0='A3K0JMOX5W6PHDNQ3BBUNKAY0' where id=2; -update noar ti set b0='A3K0JMOX5W6PHDNQ3BBUNKAY0' where id=2; -update noar tt set v0='Q0LFZDW5Q3NAL5EDM4PA9VGAFTCY' where id=2; -update noar ti set v0='Q0LFZDW5Q3NAL5EDM4PA9VGAFTCY' where id=2; -update noar tt set b1='YOPHXZ5HBHIL6NSAF' where id=2; -update noar ti set b1='YOPHXZ5HBHIL6NSAF' where id=2; -update noar tt set v0='W11FDNBKWTMH1VAE0IK8MAZJUND' where id=2; -update noar ti set v0='W11FDNBKWTMH1VAE0IK8MAZJUND' where id=2; -update noar tt set b2='MINAY2M9UTBNN3F0NTFEJW6823H6' where id=2; -update noar ti set b2='MINAY2M9UTBNN3F0NTFEJW6823H6' where id=2; -update noar tt set v0='0IXVZAA585JQ93YX' where id=3; -update noar ti set v0='0IXVZAA585JQ93YX' where id=3; -update noar tt set b0='RHIA88UBDAEY' where id=3; -update noar ti set b0='RHIA88UBDAEY' where id=3; -update noar tt set v0='FUHCOOVI' where id=3; -update noar ti set v0='FUHCOOVI' where id=3; -update noar tt set b1='2WKSOWXP3O82B7GD5LDRWLT' where id=3; -update noar ti set b1='2WKSOWXP3O82B7GD5LDRWLT' where id=3; -update noar tt set v0='6N0BN1DITVFU7L9FUTT7AMOZ' where id=3; -update noar ti set v0='6N0BN1DITVFU7L9FUTT7AMOZ' where id=3; -update noar tt set b2='XCAEAN067QGVUH2E5PK' where id=3; -update noar ti set b2='XCAEAN067QGVUH2E5PK' where id=3; -update noar tt set v0='UC2XEZBVY18AF06' where id=4; -update noar ti set v0='UC2XEZBVY18AF06' where id=4; -update noar tt set b0='LOQTAWUXG9UZ' where id=4; -update noar ti set b0='LOQTAWUXG9UZ' where id=4; -update noar tt set v0='KFT5NK' where id=4; -update noar ti set v0='KFT5NK' where id=4; -update noar tt set b1='5P60EU13ZYKKNUSS5FIE61' where id=4; -update noar ti set b1='5P60EU13ZYKKNUSS5FIE61' where id=4; -update noar tt set v0='BD869JZAWF8H6LZKQ10A3C7IQCC' where id=4; -update noar ti set v0='BD869JZAWF8H6LZKQ10A3C7IQCC' where id=4; -update noar tt set b2='647AWAJKC1166WN' where id=4; -update noar ti set b2='647AWAJKC1166WN' where id=4; -update noar tt set v0='TVE59UI4IEQC6AUGCHEA01MP4G0' where id=5; -update noar ti set v0='TVE59UI4IEQC6AUGCHEA01MP4G0' where id=5; -update noar tt set b0='KGS5J' where id=5; -update noar ti set b0='KGS5J' where id=5; -update noar tt set v0='G3YEWM' where id=5; -update noar ti set v0='G3YEWM' where id=5; -update noar tt set b1='W7J4ED6QBUDUW6B7YO4ZZ6MWZ8MEDWJU' where id=5; -update noar ti set b1='W7J4ED6QBUDUW6B7YO4ZZ6MWZ8MEDWJU' where id=5; -update noar tt set v0='KZAF8OOIMM28VYTFWASFB' where id=5; -update noar ti set v0='KZAF8OOIMM28VYTFWASFB' where id=5; -update noar tt set b2='TJ' where id=5; -update noar ti set b2='TJ' where id=5; -update noar tt set v0='YM2591GG' where id=6; -update noar ti set v0='YM2591GG' where id=6; -update noar tt set b0='ZXWI1IPN4CSFLBBO0BPE0HHC3K5' where id=6; -update noar ti set b0='ZXWI1IPN4CSFLBBO0BPE0HHC3K5' where id=6; -update noar tt set v0='XB9T5' where id=6; -update noar ti set v0='XB9T5' where id=6; -update noar tt set b1='WATA' where id=6; -update noar ti set b1='WATA' where id=6; -update noar tt set v0='I5YTE45DJR' where id=6; -update noar ti set v0='I5YTE45DJR' where id=6; -update noar tt set b2='U3EWV8' where id=6; -update noar ti set b2='U3EWV8' where id=6; -update noar tt set v0='UJ0OKLPUNNF9P' where id=7; -update noar ti set v0='UJ0OKLPUNNF9P' where id=7; -update noar tt set b0='LGE4PATGU7D' where id=7; -update noar ti set b0='LGE4PATGU7D' where id=7; -update noar tt set v0='OTKP1H5KOU1UXJ' where id=7; -update noar ti set v0='OTKP1H5KOU1UXJ' where id=7; -update noar tt set b1='2UED6I7BZPFHI' where id=7; -update noar ti set b1='2UED6I7BZPFHI' where id=7; -update noar tt set v0='3MG5GWM8TII6U9GI' where id=7; -update noar ti set v0='3MG5GWM8TII6U9GI' where id=7; -update noar tt set b2='R3H' where id=7; -update noar ti set b2='R3H' where id=7; -update noar tt set v0='S5XW9O5FYOR65UVQ6PN' where id=8; -update noar ti set v0='S5XW9O5FYOR65UVQ6PN' where id=8; -update noar tt set b0='QNJOT24A9J0WLGW6XXGE43KS' where id=8; -update noar ti set b0='QNJOT24A9J0WLGW6XXGE43KS' where id=8; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b1='5JK9LZ' where id=8; -update noar ti set b1='5JK9LZ' where id=8; -update noar tt set v0='IM5OPSJTM22S4ILNLWYLF5IVR1E' where id=8; -update noar ti set v0='IM5OPSJTM22S4ILNLWYLF5IVR1E' where id=8; -update noar tt set b2='7IFQOFLDTABWKHZGMC' where id=8; -update noar ti set b2='7IFQOFLDTABWKHZGMC' where id=8; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b0='55RSJQPQGNK4IIF4WJJE' where id=9; -update noar ti set b0='55RSJQPQGNK4IIF4WJJE' where id=9; -update noar tt set v0='760X865' where id=9; -update noar ti set v0='760X865' where id=9; -update noar tt set b1='BFZDNY31A0G5S5FTCNG' where id=9; -update noar ti set b1='BFZDNY31A0G5S5FTCNG' where id=9; -update noar tt set v0='8SRMHIO8545TQJXTMZ4BCY' where id=9; -update noar ti set v0='8SRMHIO8545TQJXTMZ4BCY' where id=9; -update noar tt set b2='1J6BVHGRWUISD9KGWQD7' where id=9; -update noar ti set b2='1J6BVHGRWUISD9KGWQD7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RD70OX8ODB0NCBAZTVTZEU' where id=1; -update noar ti set v0='RD70OX8ODB0NCBAZTVTZEU' where id=1; -update noar tt set b0='Y92C53L8PL15NOI' where id=1; -update noar ti set b0='Y92C53L8PL15NOI' where id=1; -update noar tt set v0='2XBQ8S7GXIVIL6YGKYCXHK' where id=1; -update noar ti set v0='2XBQ8S7GXIVIL6YGKYCXHK' where id=1; -update noar tt set b1='U8ZBXL1659' where id=1; -update noar ti set b1='U8ZBXL1659' where id=1; -update noar tt set v0='AJG3MMIQRUELS5VDOWNIAPYSH1UDT2' where id=1; -update noar ti set v0='AJG3MMIQRUELS5VDOWNIAPYSH1UDT2' where id=1; -update noar tt set b2='1L7EWWTLXGMQE9J0EEUH' where id=1; -update noar ti set b2='1L7EWWTLXGMQE9J0EEUH' where id=1; -update noar tt set v0='D7SCVRVGBC6FAL1MP3X2M72' where id=2; -update noar ti set v0='D7SCVRVGBC6FAL1MP3X2M72' where id=2; -update noar tt set b0='3MWUX' where id=2; -update noar ti set b0='3MWUX' where id=2; -update noar tt set v0='1UPJVKWX5IGL40RLX' where id=2; -update noar ti set v0='1UPJVKWX5IGL40RLX' where id=2; -update noar tt set b1='PDVOFWH6ZJS86BZH4JV9HPS3PLFL' where id=2; -update noar ti set b1='PDVOFWH6ZJS86BZH4JV9HPS3PLFL' where id=2; -update noar tt set v0='FO6WZC' where id=2; -update noar ti set v0='FO6WZC' where id=2; -update noar tt set b2='TXTDVBB9Q3U6300X3IBYRWN6' where id=2; -update noar ti set b2='TXTDVBB9Q3U6300X3IBYRWN6' where id=2; -update noar tt set v0='O0Y23DMP' where id=3; -update noar ti set v0='O0Y23DMP' where id=3; -update noar tt set b0='7SCQ125WYJHTE2F1D5KLPNLMAGKCM2EQ' where id=3; -update noar ti set b0='7SCQ125WYJHTE2F1D5KLPNLMAGKCM2EQ' where id=3; -update noar tt set v0='ZX' where id=3; -update noar ti set v0='ZX' where id=3; -update noar tt set b1='SJPJ0QKG3NMAE95F74LFA' where id=3; -update noar ti set b1='SJPJ0QKG3NMAE95F74LFA' where id=3; -update noar tt set v0='QCFIRB' where id=3; -update noar ti set v0='QCFIRB' where id=3; -update noar tt set b2='61RNR7TKM0' where id=3; -update noar ti set b2='61RNR7TKM0' where id=3; -update noar tt set v0='MOM2875A' where id=4; -update noar ti set v0='MOM2875A' where id=4; -update noar tt set b0='PVX0W272C790UEEQYI17' where id=4; -update noar ti set b0='PVX0W272C790UEEQYI17' where id=4; -update noar tt set v0='AGRRK8MKRNX' where id=4; -update noar ti set v0='AGRRK8MKRNX' where id=4; -update noar tt set b1='LJBKN4DZF5V5PYPM6PP6GHFQM' where id=4; -update noar ti set b1='LJBKN4DZF5V5PYPM6PP6GHFQM' where id=4; -update noar tt set v0='QVMNIB4R85ORTKVQB10C4' where id=4; -update noar ti set v0='QVMNIB4R85ORTKVQB10C4' where id=4; -update noar tt set b2='VK6YDMZLD368ZB7WT92B538' where id=4; -update noar ti set b2='VK6YDMZLD368ZB7WT92B538' where id=4; -update noar tt set v0='PU4PSZO48T24' where id=5; -update noar ti set v0='PU4PSZO48T24' where id=5; -update noar tt set b0='5HS8HFYCEGQXQED40' where id=5; -update noar ti set b0='5HS8HFYCEGQXQED40' where id=5; -update noar tt set v0='4145GCWLCY8' where id=5; -update noar ti set v0='4145GCWLCY8' where id=5; -update noar tt set b1='XCMUA173L2QRYTTAIEWY43' where id=5; -update noar ti set b1='XCMUA173L2QRYTTAIEWY43' where id=5; -update noar tt set v0='50E4HCA1Z02SIH2MAY' where id=5; -update noar ti set v0='50E4HCA1Z02SIH2MAY' where id=5; -update noar tt set b2='FYBX4UIECOBA3RB493JAA3A1LKTN4FQ' where id=5; -update noar ti set b2='FYBX4UIECOBA3RB493JAA3A1LKTN4FQ' where id=5; -update noar tt set v0='RMG94ZT069YMYFP2Z9DYP' where id=6; -update noar ti set v0='RMG94ZT069YMYFP2Z9DYP' where id=6; -update noar tt set b0='IPVS8JYIRKXPIRFTEIMC' where id=6; -update noar ti set b0='IPVS8JYIRKXPIRFTEIMC' where id=6; -update noar tt set v0='NV6F7C3' where id=6; -update noar ti set v0='NV6F7C3' where id=6; -update noar tt set b1='BZGRAXDER2SCL' where id=6; -update noar ti set b1='BZGRAXDER2SCL' where id=6; -update noar tt set v0='S9MGBTTMWS6L0PF1' where id=6; -update noar ti set v0='S9MGBTTMWS6L0PF1' where id=6; -update noar tt set b2='OAK32A4GZ7XNE4CUWH780ZA16XQDSL' where id=6; -update noar ti set b2='OAK32A4GZ7XNE4CUWH780ZA16XQDSL' where id=6; -update noar tt set v0='8' where id=7; -update noar ti set v0='8' where id=7; -update noar tt set b0='31NFW36WWY8S0E9JV19IRYNWL' where id=7; -update noar ti set b0='31NFW36WWY8S0E9JV19IRYNWL' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b1='H4IF9Z5U' where id=7; -update noar ti set b1='H4IF9Z5U' where id=7; -update noar tt set v0='5O9UGK290V8HLCT2I5GQ' where id=7; -update noar ti set v0='5O9UGK290V8HLCT2I5GQ' where id=7; -update noar tt set b2='QVQSQDOI6XMSDO6EEB1DW' where id=7; -update noar ti set b2='QVQSQDOI6XMSDO6EEB1DW' where id=7; -update noar tt set v0='Q2F16N34HO02TODSGB72LXFAG0S3' where id=8; -update noar ti set v0='Q2F16N34HO02TODSGB72LXFAG0S3' where id=8; -update noar tt set b0='TO9XSLES2I9DXSH3RMD4SO2IOWKF' where id=8; -update noar ti set b0='TO9XSLES2I9DXSH3RMD4SO2IOWKF' where id=8; -update noar tt set v0='64NRTXEHBENL' where id=8; -update noar ti set v0='64NRTXEHBENL' where id=8; -update noar tt set b1='HY1' where id=8; -update noar ti set b1='HY1' where id=8; -update noar tt set v0='K86FP9U3B8BA6FOF' where id=8; -update noar ti set v0='K86FP9U3B8BA6FOF' where id=8; -update noar tt set b2='GNTAL6M8YYJLDZ43YQ5' where id=8; -update noar ti set b2='GNTAL6M8YYJLDZ43YQ5' where id=8; -update noar tt set v0='ZFKK9JVU4I3MKLF1SA79CL7OLUW20' where id=9; -update noar ti set v0='ZFKK9JVU4I3MKLF1SA79CL7OLUW20' where id=9; -update noar tt set b0='83BIKBZ8BYR' where id=9; -update noar ti set b0='83BIKBZ8BYR' where id=9; -update noar tt set v0='JQWIY8YS3T' where id=9; -update noar ti set v0='JQWIY8YS3T' where id=9; -update noar tt set b1='0GBAYKNWFG' where id=9; -update noar ti set b1='0GBAYKNWFG' where id=9; -update noar tt set v0='SF7F653H' where id=9; -update noar ti set v0='SF7F653H' where id=9; -update noar tt set b2='M8WH' where id=9; -update noar ti set b2='M8WH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FZ7PUE6SXVTPO1F5D2WK8CQVAOFPP9' where id=1; -update noar ti set v0='FZ7PUE6SXVTPO1F5D2WK8CQVAOFPP9' where id=1; -update noar tt set b0='EJQE8R' where id=1; -update noar ti set b0='EJQE8R' where id=1; -update noar tt set v0='QMNR1BUUN1QJJTOJLSMH' where id=1; -update noar ti set v0='QMNR1BUUN1QJJTOJLSMH' where id=1; -update noar tt set b1='IFAL1R2LOWBT7ENH22PRWPLY1TX' where id=1; -update noar ti set b1='IFAL1R2LOWBT7ENH22PRWPLY1TX' where id=1; -update noar tt set v0='K0NU1WJY7MO7X8P08ZD' where id=1; -update noar ti set v0='K0NU1WJY7MO7X8P08ZD' where id=1; -update noar tt set b2='JLLMQ47SCEUHTR' where id=1; -update noar ti set b2='JLLMQ47SCEUHTR' where id=1; -update noar tt set v0='8S' where id=2; -update noar ti set v0='8S' where id=2; -update noar tt set b0='WQJ4' where id=2; -update noar ti set b0='WQJ4' where id=2; -update noar tt set v0='YKRG0479ZPEKL1V6J530LRLOIAUN4G' where id=2; -update noar ti set v0='YKRG0479ZPEKL1V6J530LRLOIAUN4G' where id=2; -update noar tt set b1='TLF3B4JMRHU84DZ2Q6TY6UVKOWXG' where id=2; -update noar ti set b1='TLF3B4JMRHU84DZ2Q6TY6UVKOWXG' where id=2; -update noar tt set v0='FBT3D28A4J5C04F3BNXZ8DO9' where id=2; -update noar ti set v0='FBT3D28A4J5C04F3BNXZ8DO9' where id=2; -update noar tt set b2='MJL35DYL' where id=2; -update noar ti set b2='MJL35DYL' where id=2; -update noar tt set v0='Z9' where id=3; -update noar ti set v0='Z9' where id=3; -update noar tt set b0='GJHRT1W47E6' where id=3; -update noar ti set b0='GJHRT1W47E6' where id=3; -update noar tt set v0='M17PWKLFVSU6AQMX3PS' where id=3; -update noar ti set v0='M17PWKLFVSU6AQMX3PS' where id=3; -update noar tt set b1='G61C3DNJIN' where id=3; -update noar ti set b1='G61C3DNJIN' where id=3; -update noar tt set v0='EILFUTALO4ZKXPVYNT7K4SETPU' where id=3; -update noar ti set v0='EILFUTALO4ZKXPVYNT7K4SETPU' where id=3; -update noar tt set b2='KJNRTM35FLMA8PBF' where id=3; -update noar ti set b2='KJNRTM35FLMA8PBF' where id=3; -update noar tt set v0='B1NAHK1XVQR0RWZ5H9Q1KOX4E5' where id=4; -update noar ti set v0='B1NAHK1XVQR0RWZ5H9Q1KOX4E5' where id=4; -update noar tt set b0='P9A3' where id=4; -update noar ti set b0='P9A3' where id=4; -update noar tt set v0='71G2YNAMD5UB0LJ4TWJPS' where id=4; -update noar ti set v0='71G2YNAMD5UB0LJ4TWJPS' where id=4; -update noar tt set b1='2UOMPTMCWZ' where id=4; -update noar ti set b1='2UOMPTMCWZ' where id=4; -update noar tt set v0='COGVAD7G2Q1X6GAY8MTWBQGEMQXK7' where id=4; -update noar ti set v0='COGVAD7G2Q1X6GAY8MTWBQGEMQXK7' where id=4; -update noar tt set b2='FKYGXFPCB05BE1FL6RJ5' where id=4; -update noar ti set b2='FKYGXFPCB05BE1FL6RJ5' where id=4; -update noar tt set v0='Z8L2KQ' where id=5; -update noar ti set v0='Z8L2KQ' where id=5; -update noar tt set b0='SPBPR58URQJYCXA0' where id=5; -update noar ti set b0='SPBPR58URQJYCXA0' where id=5; -update noar tt set v0='RDM6PM8UZSDP6I9M58IFNZ5EBI' where id=5; -update noar ti set v0='RDM6PM8UZSDP6I9M58IFNZ5EBI' where id=5; -update noar tt set b1='43PPO8K8J118' where id=5; -update noar ti set b1='43PPO8K8J118' where id=5; -update noar tt set v0='A7PR5A4AZPAXQ6O747YNKMKJYR5I' where id=5; -update noar ti set v0='A7PR5A4AZPAXQ6O747YNKMKJYR5I' where id=5; -update noar tt set b2='L5ELRSKPFKEG' where id=5; -update noar ti set b2='L5ELRSKPFKEG' where id=5; -update noar tt set v0='NZRH9I' where id=6; -update noar ti set v0='NZRH9I' where id=6; -update noar tt set b0='UP' where id=6; -update noar ti set b0='UP' where id=6; -update noar tt set v0='S8086K3ZXZJU8' where id=6; -update noar ti set v0='S8086K3ZXZJU8' where id=6; -update noar tt set b1='720NGQSRP' where id=6; -update noar ti set b1='720NGQSRP' where id=6; -update noar tt set v0='VBFXXN2A1IA586XHMQT586E' where id=6; -update noar ti set v0='VBFXXN2A1IA586XHMQT586E' where id=6; -update noar tt set b2='M2G1W8OO' where id=6; -update noar ti set b2='M2G1W8OO' where id=6; -update noar tt set v0='2Q63A4VFY5HYCVS0FVVV60KDB' where id=7; -update noar ti set v0='2Q63A4VFY5HYCVS0FVVV60KDB' where id=7; -update noar tt set b0='GOFNXH1YLGE36L8F6IP24R' where id=7; -update noar ti set b0='GOFNXH1YLGE36L8F6IP24R' where id=7; -update noar tt set v0='HH1V76ESR6I54UH' where id=7; -update noar ti set v0='HH1V76ESR6I54UH' where id=7; -update noar tt set b1='II' where id=7; -update noar ti set b1='II' where id=7; -update noar tt set v0='6N9CDW7RN4O94MR4N9YERGEIP45WX5XD' where id=7; -update noar ti set v0='6N9CDW7RN4O94MR4N9YERGEIP45WX5XD' where id=7; -update noar tt set b2='0SKY532ITRABK3FSQD1' where id=7; -update noar ti set b2='0SKY532ITRABK3FSQD1' where id=7; -update noar tt set v0='MCIGW' where id=8; -update noar ti set v0='MCIGW' where id=8; -update noar tt set b0='VOQJVNS' where id=8; -update noar ti set b0='VOQJVNS' where id=8; -update noar tt set v0='7VQV5KG6YFU5EM6FM3' where id=8; -update noar ti set v0='7VQV5KG6YFU5EM6FM3' where id=8; -update noar tt set b1='LT8WA5J7VKQZ11A1' where id=8; -update noar ti set b1='LT8WA5J7VKQZ11A1' where id=8; -update noar tt set v0='KGEMVKXFLY8BMNUUR45CU' where id=8; -update noar ti set v0='KGEMVKXFLY8BMNUUR45CU' where id=8; -update noar tt set b2='QB99UFZ69F6X8ZAHAX5UKEVXW' where id=8; -update noar ti set b2='QB99UFZ69F6X8ZAHAX5UKEVXW' where id=8; -update noar tt set v0='775A' where id=9; -update noar ti set v0='775A' where id=9; -update noar tt set b0='H9J064UBBH' where id=9; -update noar ti set b0='H9J064UBBH' where id=9; -update noar tt set v0='2SNEAFD6PO891I7HYJB0' where id=9; -update noar ti set v0='2SNEAFD6PO891I7HYJB0' where id=9; -update noar tt set b1='FXPVE61LHENX1' where id=9; -update noar ti set b1='FXPVE61LHENX1' where id=9; -update noar tt set v0='Y9EV63TDO62ARS1G5X09OH9OYJH' where id=9; -update noar ti set v0='Y9EV63TDO62ARS1G5X09OH9OYJH' where id=9; -update noar tt set b2='LNJEFPY' where id=9; -update noar ti set b2='LNJEFPY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0Q6GF787KRD3' where id=1; -update noar ti set v0='0Q6GF787KRD3' where id=1; -update noar tt set b0='QSK1HG57JS8B866PRTA' where id=1; -update noar ti set b0='QSK1HG57JS8B866PRTA' where id=1; -update noar tt set v0='8STLWRX' where id=1; -update noar ti set v0='8STLWRX' where id=1; -update noar tt set b1='SRULMDFEWMBGNJIYWX7E1IRMOR' where id=1; -update noar ti set b1='SRULMDFEWMBGNJIYWX7E1IRMOR' where id=1; -update noar tt set v0='8GJBMZL' where id=1; -update noar ti set v0='8GJBMZL' where id=1; -update noar tt set b2='AQFC7N6NDHR0FO' where id=1; -update noar ti set b2='AQFC7N6NDHR0FO' where id=1; -update noar tt set v0='5LFX03FH9513APAJ6CTSGMM8KUVD' where id=2; -update noar ti set v0='5LFX03FH9513APAJ6CTSGMM8KUVD' where id=2; -update noar tt set b0='60LSBHXM22AVJN3G9R6DS3SZBXFW9L' where id=2; -update noar ti set b0='60LSBHXM22AVJN3G9R6DS3SZBXFW9L' where id=2; -update noar tt set v0='5JFR050' where id=2; -update noar ti set v0='5JFR050' where id=2; -update noar tt set b1='01HWZ9YF' where id=2; -update noar ti set b1='01HWZ9YF' where id=2; -update noar tt set v0='52VYTJM5H4MVPRE301NS' where id=2; -update noar ti set v0='52VYTJM5H4MVPRE301NS' where id=2; -update noar tt set b2='3VPQ9EKXJFM97' where id=2; -update noar ti set b2='3VPQ9EKXJFM97' where id=2; -update noar tt set v0='KDB11X1496UVI1U' where id=3; -update noar ti set v0='KDB11X1496UVI1U' where id=3; -update noar tt set b0='XGMO9QNRO9ME8TWDJIHKDELMKYZ000UY' where id=3; -update noar ti set b0='XGMO9QNRO9ME8TWDJIHKDELMKYZ000UY' where id=3; -update noar tt set v0='SMLLU79BKTT8TMN2TZ2D74HN' where id=3; -update noar ti set v0='SMLLU79BKTT8TMN2TZ2D74HN' where id=3; -update noar tt set b1='TV' where id=3; -update noar ti set b1='TV' where id=3; -update noar tt set v0='H5KAZCNJQZKBYQ5M318JXL4XHC9K' where id=3; -update noar ti set v0='H5KAZCNJQZKBYQ5M318JXL4XHC9K' where id=3; -update noar tt set b2='RT4M5QLJ5LYT' where id=3; -update noar ti set b2='RT4M5QLJ5LYT' where id=3; -update noar tt set v0='VC8S6OMVW' where id=4; -update noar ti set v0='VC8S6OMVW' where id=4; -update noar tt set b0='9MEZF8V4PLZLW' where id=4; -update noar ti set b0='9MEZF8V4PLZLW' where id=4; -update noar tt set v0='PFB2SCNE22U9BNBGQRNJACHDVV2QI' where id=4; -update noar ti set v0='PFB2SCNE22U9BNBGQRNJACHDVV2QI' where id=4; -update noar tt set b1='MIJHPF5N59NR9EDW0' where id=4; -update noar ti set b1='MIJHPF5N59NR9EDW0' where id=4; -update noar tt set v0='WOWE2C3IODFJFMC9LWS' where id=4; -update noar ti set v0='WOWE2C3IODFJFMC9LWS' where id=4; -update noar tt set b2='H0D5P8Q8IC6GD0DOHZT5K4N0Q6F' where id=4; -update noar ti set b2='H0D5P8Q8IC6GD0DOHZT5K4N0Q6F' where id=4; -update noar tt set v0='2NDGE1Z3P5IXLJJWVZXYOEGA' where id=5; -update noar ti set v0='2NDGE1Z3P5IXLJJWVZXYOEGA' where id=5; -update noar tt set b0='FZNEIU84PJBN3C6YYI' where id=5; -update noar ti set b0='FZNEIU84PJBN3C6YYI' where id=5; -update noar tt set v0='BLP441B5SNKUTP535V2M4ICEPHRG7VTT' where id=5; -update noar ti set v0='BLP441B5SNKUTP535V2M4ICEPHRG7VTT' where id=5; -update noar tt set b1='95YKOE4Q2I8QTUHRRTEWYTX0RFJQ' where id=5; -update noar ti set b1='95YKOE4Q2I8QTUHRRTEWYTX0RFJQ' where id=5; -update noar tt set v0='7ZOVBYLA' where id=5; -update noar ti set v0='7ZOVBYLA' where id=5; -update noar tt set b2='5L1Y55XLRJ27M6V3' where id=5; -update noar ti set b2='5L1Y55XLRJ27M6V3' where id=5; -update noar tt set v0='W08S2MF5WBGL2EGYSKXMP' where id=6; -update noar ti set v0='W08S2MF5WBGL2EGYSKXMP' where id=6; -update noar tt set b0='OIQZP03O4WLDJNX4PIMQ7IX' where id=6; -update noar ti set b0='OIQZP03O4WLDJNX4PIMQ7IX' where id=6; -update noar tt set v0='TGT' where id=6; -update noar ti set v0='TGT' where id=6; -update noar tt set b1='A' where id=6; -update noar ti set b1='A' where id=6; -update noar tt set v0='764RESI3Q' where id=6; -update noar ti set v0='764RESI3Q' where id=6; -update noar tt set b2='6' where id=6; -update noar ti set b2='6' where id=6; -update noar tt set v0='7BAO314HNL61D' where id=7; -update noar ti set v0='7BAO314HNL61D' where id=7; -update noar tt set b0='L8QMLIURK' where id=7; -update noar ti set b0='L8QMLIURK' where id=7; -update noar tt set v0='91ZVZS14NYX' where id=7; -update noar ti set v0='91ZVZS14NYX' where id=7; -update noar tt set b1='EC99D' where id=7; -update noar ti set b1='EC99D' where id=7; -update noar tt set v0='7MWYVKTNC7' where id=7; -update noar ti set v0='7MWYVKTNC7' where id=7; -update noar tt set b2='D139L8F4BICXB2M34' where id=7; -update noar ti set b2='D139L8F4BICXB2M34' where id=7; -update noar tt set v0='U' where id=8; -update noar ti set v0='U' where id=8; -update noar tt set b0='XSY2VZ07AXYUO0NS77ESUHBR' where id=8; -update noar ti set b0='XSY2VZ07AXYUO0NS77ESUHBR' where id=8; -update noar tt set v0='GCR' where id=8; -update noar ti set v0='GCR' where id=8; -update noar tt set b1='7749S6RDRLQV' where id=8; -update noar ti set b1='7749S6RDRLQV' where id=8; -update noar tt set v0='25CYCOGKTM6DEU17' where id=8; -update noar ti set v0='25CYCOGKTM6DEU17' where id=8; -update noar tt set b2='AXJ5W' where id=8; -update noar ti set b2='AXJ5W' where id=8; -update noar tt set v0='4P3MNGQRKFGRP' where id=9; -update noar ti set v0='4P3MNGQRKFGRP' where id=9; -update noar tt set b0='ZOE411' where id=9; -update noar ti set b0='ZOE411' where id=9; -update noar tt set v0='2BWZ0FDLXYLJB' where id=9; -update noar ti set v0='2BWZ0FDLXYLJB' where id=9; -update noar tt set b1='QKOYU80ZTH4JESLZW5T44PKV' where id=9; -update noar ti set b1='QKOYU80ZTH4JESLZW5T44PKV' where id=9; -update noar tt set v0='XYHEEQG3ANCU' where id=9; -update noar ti set v0='XYHEEQG3ANCU' where id=9; -update noar tt set b2='Y' where id=9; -update noar ti set b2='Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AMKN518R' where id=1; -update noar ti set v0='AMKN518R' where id=1; -update noar tt set b0='0FXWYX' where id=1; -update noar ti set b0='0FXWYX' where id=1; -update noar tt set v0='DS7H4U6ZVWBNESD40PO' where id=1; -update noar ti set v0='DS7H4U6ZVWBNESD40PO' where id=1; -update noar tt set b1='0MRZJXM80RDB' where id=1; -update noar ti set b1='0MRZJXM80RDB' where id=1; -update noar tt set v0='YGG' where id=1; -update noar ti set v0='YGG' where id=1; -update noar tt set b2='8PDQZGLX0B16C6R4WD0' where id=1; -update noar ti set b2='8PDQZGLX0B16C6R4WD0' where id=1; -update noar tt set v0='AOW238NCU56ABN9AX8SYH24ICP1SGJA' where id=2; -update noar ti set v0='AOW238NCU56ABN9AX8SYH24ICP1SGJA' where id=2; -update noar tt set b0='P271B61YFCH04QI9' where id=2; -update noar ti set b0='P271B61YFCH04QI9' where id=2; -update noar tt set v0='R0AG194' where id=2; -update noar ti set v0='R0AG194' where id=2; -update noar tt set b1='DXM59' where id=2; -update noar ti set b1='DXM59' where id=2; -update noar tt set v0='1GAFD' where id=2; -update noar ti set v0='1GAFD' where id=2; -update noar tt set b2='V08C' where id=2; -update noar ti set b2='V08C' where id=2; -update noar tt set v0='UESSCADYUXHI603Z66AQKPB' where id=3; -update noar ti set v0='UESSCADYUXHI603Z66AQKPB' where id=3; -update noar tt set b0='0OO05YC8NW53LXJQ7K3SU5UH9' where id=3; -update noar ti set b0='0OO05YC8NW53LXJQ7K3SU5UH9' where id=3; -update noar tt set v0='ADE7SQ1MM7UTY1S3044JX' where id=3; -update noar ti set v0='ADE7SQ1MM7UTY1S3044JX' where id=3; -update noar tt set b1='6MZJOLDIY0YN8Q' where id=3; -update noar ti set b1='6MZJOLDIY0YN8Q' where id=3; -update noar tt set v0='WDCN6P3APTUDKJBE8UM9MMPSBZSVM3' where id=3; -update noar ti set v0='WDCN6P3APTUDKJBE8UM9MMPSBZSVM3' where id=3; -update noar tt set b2='XGPXTP5HYBY0GXYUPKSFWQOSCR' where id=3; -update noar ti set b2='XGPXTP5HYBY0GXYUPKSFWQOSCR' where id=3; -update noar tt set v0='IA1M3GZP' where id=4; -update noar ti set v0='IA1M3GZP' where id=4; -update noar tt set b0='XFW9XK8F7V3YWPE72NEXILJOR2X1W' where id=4; -update noar ti set b0='XFW9XK8F7V3YWPE72NEXILJOR2X1W' where id=4; -update noar tt set v0='RJ25GDFJ6FLETIGOLK' where id=4; -update noar ti set v0='RJ25GDFJ6FLETIGOLK' where id=4; -update noar tt set b1='B5CV97LRB29AM0MLYPYXC3S' where id=4; -update noar ti set b1='B5CV97LRB29AM0MLYPYXC3S' where id=4; -update noar tt set v0='3EO' where id=4; -update noar ti set v0='3EO' where id=4; -update noar tt set b2='2GRR0CMCH4DNQL663JRX5' where id=4; -update noar ti set b2='2GRR0CMCH4DNQL663JRX5' where id=4; -update noar tt set v0='F2HM9HI4TDCYSULTE' where id=5; -update noar ti set v0='F2HM9HI4TDCYSULTE' where id=5; -update noar tt set b0='1516QOFM8HYHA' where id=5; -update noar ti set b0='1516QOFM8HYHA' where id=5; -update noar tt set v0='1K3' where id=5; -update noar ti set v0='1K3' where id=5; -update noar tt set b1='H' where id=5; -update noar ti set b1='H' where id=5; -update noar tt set v0='53XP3Q38QT' where id=5; -update noar ti set v0='53XP3Q38QT' where id=5; -update noar tt set b2='A0Y8M7A7BH74LJT63Q8A' where id=5; -update noar ti set b2='A0Y8M7A7BH74LJT63Q8A' where id=5; -update noar tt set v0='NI5ZAZXKLQERKZLZ9RA190EUS' where id=6; -update noar ti set v0='NI5ZAZXKLQERKZLZ9RA190EUS' where id=6; -update noar tt set b0='N749' where id=6; -update noar ti set b0='N749' where id=6; -update noar tt set v0='BJIUELODFXRKSTUT5ZMX9AWFREPTN7' where id=6; -update noar ti set v0='BJIUELODFXRKSTUT5ZMX9AWFREPTN7' where id=6; -update noar tt set b1='CWKMETCRQY588KS' where id=6; -update noar ti set b1='CWKMETCRQY588KS' where id=6; -update noar tt set v0='1P7O51T11A81QLQ8BAQ2IYF' where id=6; -update noar ti set v0='1P7O51T11A81QLQ8BAQ2IYF' where id=6; -update noar tt set b2='5MAFSL7XGACIL46HYXUY' where id=6; -update noar ti set b2='5MAFSL7XGACIL46HYXUY' where id=6; -update noar tt set v0='AXQV94DIW' where id=7; -update noar ti set v0='AXQV94DIW' where id=7; -update noar tt set b0='NQS9SRKTXP9' where id=7; -update noar ti set b0='NQS9SRKTXP9' where id=7; -update noar tt set v0='PFBEWG2NMJ6MN61RD1GJ7ANVSZONP3N8' where id=7; -update noar ti set v0='PFBEWG2NMJ6MN61RD1GJ7ANVSZONP3N8' where id=7; -update noar tt set b1='JV57OKZV6KJU8L5KD3NRQV86' where id=7; -update noar ti set b1='JV57OKZV6KJU8L5KD3NRQV86' where id=7; -update noar tt set v0='FXCIF6H9S7OZ5MRVB' where id=7; -update noar ti set v0='FXCIF6H9S7OZ5MRVB' where id=7; -update noar tt set b2='BYTJIU1IW6SRY' where id=7; -update noar ti set b2='BYTJIU1IW6SRY' where id=7; -update noar tt set v0='ARDKPAQZB62ST2MYFV9DRFY7Y' where id=8; -update noar ti set v0='ARDKPAQZB62ST2MYFV9DRFY7Y' where id=8; -update noar tt set b0='GBBERWWWTH7YJCCSIC6' where id=8; -update noar ti set b0='GBBERWWWTH7YJCCSIC6' where id=8; -update noar tt set v0='IAYJ3L6OPXV1T16WFD04P88SMS6I' where id=8; -update noar ti set v0='IAYJ3L6OPXV1T16WFD04P88SMS6I' where id=8; -update noar tt set b1='G0FE61ARBFKMOVDL81P4WG4CW56' where id=8; -update noar ti set b1='G0FE61ARBFKMOVDL81P4WG4CW56' where id=8; -update noar tt set v0='KL9H6FWKTTNJ8DMCD2LJXFX9YN' where id=8; -update noar ti set v0='KL9H6FWKTTNJ8DMCD2LJXFX9YN' where id=8; -update noar tt set b2='ZGCH2QY2USXDSUULHJTWDLZEGFRZOWI' where id=8; -update noar ti set b2='ZGCH2QY2USXDSUULHJTWDLZEGFRZOWI' where id=8; -update noar tt set v0='RDB0SV' where id=9; -update noar ti set v0='RDB0SV' where id=9; -update noar tt set b0='CP4D3J8INCWF9RDZ9FHN2' where id=9; -update noar ti set b0='CP4D3J8INCWF9RDZ9FHN2' where id=9; -update noar tt set v0='WTTNO' where id=9; -update noar ti set v0='WTTNO' where id=9; -update noar tt set b1='EY5N7RCKWEP9TA8QOQY7' where id=9; -update noar ti set b1='EY5N7RCKWEP9TA8QOQY7' where id=9; -update noar tt set v0='UCSEZ4HAY27S4VPB8EPPMJLQYDR6EY9' where id=9; -update noar ti set v0='UCSEZ4HAY27S4VPB8EPPMJLQYDR6EY9' where id=9; -update noar tt set b2='3L53BEZVT2YKOYV1WOE9MQHCH06CQT' where id=9; -update noar ti set b2='3L53BEZVT2YKOYV1WOE9MQHCH06CQT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SOWO51D' where id=1; -update noar ti set v0='SOWO51D' where id=1; -update noar tt set b0='CW42JX9F' where id=1; -update noar ti set b0='CW42JX9F' where id=1; -update noar tt set v0='9352UQCNYHHRRX22HL' where id=1; -update noar ti set v0='9352UQCNYHHRRX22HL' where id=1; -update noar tt set b1='L5UR0OGI3WQ2MGI9797A3W087NZ3UZ' where id=1; -update noar ti set b1='L5UR0OGI3WQ2MGI9797A3W087NZ3UZ' where id=1; -update noar tt set v0='KJ0I2YS7XM5L2NA' where id=1; -update noar ti set v0='KJ0I2YS7XM5L2NA' where id=1; -update noar tt set b2='K6OT2MVZJ60BM' where id=1; -update noar ti set b2='K6OT2MVZJ60BM' where id=1; -update noar tt set v0='1R' where id=2; -update noar ti set v0='1R' where id=2; -update noar tt set b0='YNLCQAN6VRAZ5582G4QHZKY' where id=2; -update noar ti set b0='YNLCQAN6VRAZ5582G4QHZKY' where id=2; -update noar tt set v0='CF' where id=2; -update noar ti set v0='CF' where id=2; -update noar tt set b1='LGA0GYM4B' where id=2; -update noar ti set b1='LGA0GYM4B' where id=2; -update noar tt set v0='ZETIV9WPQIXMXO' where id=2; -update noar ti set v0='ZETIV9WPQIXMXO' where id=2; -update noar tt set b2='084R77QBRAE8WR3628C9WWDPZG3OFF82' where id=2; -update noar ti set b2='084R77QBRAE8WR3628C9WWDPZG3OFF82' where id=2; -update noar tt set v0='HHJLNXF0DYJO' where id=3; -update noar ti set v0='HHJLNXF0DYJO' where id=3; -update noar tt set b0='TFGZ6T98E' where id=3; -update noar ti set b0='TFGZ6T98E' where id=3; -update noar tt set v0='Q7WE08LW97RNLVQ2HE2' where id=3; -update noar ti set v0='Q7WE08LW97RNLVQ2HE2' where id=3; -update noar tt set b1='PK27J26DJRNSE8Z5Y3D' where id=3; -update noar ti set b1='PK27J26DJRNSE8Z5Y3D' where id=3; -update noar tt set v0='KS3DE63Z9GCZTFH0Y6S6D6LUFS2Q16' where id=3; -update noar ti set v0='KS3DE63Z9GCZTFH0Y6S6D6LUFS2Q16' where id=3; -update noar tt set b2='Y7H0IDONT9IFRBSRU53PBB3OBEYZP' where id=3; -update noar ti set b2='Y7H0IDONT9IFRBSRU53PBB3OBEYZP' where id=3; -update noar tt set v0='8W2CJVT4WA54UI' where id=4; -update noar ti set v0='8W2CJVT4WA54UI' where id=4; -update noar tt set b0='KR9MOZJ77HSZY1DM6QDYQRMF' where id=4; -update noar ti set b0='KR9MOZJ77HSZY1DM6QDYQRMF' where id=4; -update noar tt set v0='V73' where id=4; -update noar ti set v0='V73' where id=4; -update noar tt set b1='ODYJBLEREP6' where id=4; -update noar ti set b1='ODYJBLEREP6' where id=4; -update noar tt set v0='NZQ4D2' where id=4; -update noar ti set v0='NZQ4D2' where id=4; -update noar tt set b2='PQAZ5' where id=4; -update noar ti set b2='PQAZ5' where id=4; -update noar tt set v0='0RDJOP1076MERNE' where id=5; -update noar ti set v0='0RDJOP1076MERNE' where id=5; -update noar tt set b0='1QDVZPW6WRZSI12' where id=5; -update noar ti set b0='1QDVZPW6WRZSI12' where id=5; -update noar tt set v0='RTYH5GEXL24NL6YUUMZZ0D' where id=5; -update noar ti set v0='RTYH5GEXL24NL6YUUMZZ0D' where id=5; -update noar tt set b1='8ZWA3JYXBJW5MTFW8E1' where id=5; -update noar ti set b1='8ZWA3JYXBJW5MTFW8E1' where id=5; -update noar tt set v0='AQCVQ1AENG3NLEL7R65GAD' where id=5; -update noar ti set v0='AQCVQ1AENG3NLEL7R65GAD' where id=5; -update noar tt set b2='12M9TR' where id=5; -update noar ti set b2='12M9TR' where id=5; -update noar tt set v0='OGWXVFYWBCCHAKOT0F7B600VSES4' where id=6; -update noar ti set v0='OGWXVFYWBCCHAKOT0F7B600VSES4' where id=6; -update noar tt set b0='PFR11' where id=6; -update noar ti set b0='PFR11' where id=6; -update noar tt set v0='NM' where id=6; -update noar ti set v0='NM' where id=6; -update noar tt set b1='YO' where id=6; -update noar ti set b1='YO' where id=6; -update noar tt set v0='08' where id=6; -update noar ti set v0='08' where id=6; -update noar tt set b2='ZAFFIM7JPH5XQ8QMWX' where id=6; -update noar ti set b2='ZAFFIM7JPH5XQ8QMWX' where id=6; -update noar tt set v0='TL3PSNXPZEXVJ9MJJ034' where id=7; -update noar ti set v0='TL3PSNXPZEXVJ9MJJ034' where id=7; -update noar tt set b0='D33GM' where id=7; -update noar ti set b0='D33GM' where id=7; -update noar tt set v0='SWGVJF9M' where id=7; -update noar ti set v0='SWGVJF9M' where id=7; -update noar tt set b1='VXRVHPBENQ50KG65JIHR' where id=7; -update noar ti set b1='VXRVHPBENQ50KG65JIHR' where id=7; -update noar tt set v0='ARKIXE' where id=7; -update noar ti set v0='ARKIXE' where id=7; -update noar tt set b2='QSGER' where id=7; -update noar ti set b2='QSGER' where id=7; -update noar tt set v0='ROIXMP10Q9Y3KN5AVX9GUG' where id=8; -update noar ti set v0='ROIXMP10Q9Y3KN5AVX9GUG' where id=8; -update noar tt set b0='RKGA9Y3U6QZ77YJ5KS00O' where id=8; -update noar ti set b0='RKGA9Y3U6QZ77YJ5KS00O' where id=8; -update noar tt set v0='F7D8ZEV0' where id=8; -update noar ti set v0='F7D8ZEV0' where id=8; -update noar tt set b1='JBKE385POLSW3QALFRCN' where id=8; -update noar ti set b1='JBKE385POLSW3QALFRCN' where id=8; -update noar tt set v0='ORW3Y9T11C8Q' where id=8; -update noar ti set v0='ORW3Y9T11C8Q' where id=8; -update noar tt set b2='LWNNCF8H' where id=8; -update noar ti set b2='LWNNCF8H' where id=8; -update noar tt set v0='FHU92WKHX4KUMNRKHK1K5MJNPCWVGFD' where id=9; -update noar ti set v0='FHU92WKHX4KUMNRKHK1K5MJNPCWVGFD' where id=9; -update noar tt set b0='X96QN56HQU83HKPWEKB' where id=9; -update noar ti set b0='X96QN56HQU83HKPWEKB' where id=9; -update noar tt set v0='ONNW9IYZZ2N6R' where id=9; -update noar ti set v0='ONNW9IYZZ2N6R' where id=9; -update noar tt set b1='KH3TJ' where id=9; -update noar ti set b1='KH3TJ' where id=9; -update noar tt set v0='CTE13H2593J839' where id=9; -update noar ti set v0='CTE13H2593J839' where id=9; -update noar tt set b2='RD7AZ' where id=9; -update noar ti set b2='RD7AZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JYD0' where id=1; -update noar ti set v0='JYD0' where id=1; -update noar tt set b0='F7IB' where id=1; -update noar ti set b0='F7IB' where id=1; -update noar tt set v0='J5' where id=1; -update noar ti set v0='J5' where id=1; -update noar tt set b1='XDODL' where id=1; -update noar ti set b1='XDODL' where id=1; -update noar tt set v0='SKJ1150CIQOO1DWL81E' where id=1; -update noar ti set v0='SKJ1150CIQOO1DWL81E' where id=1; -update noar tt set b2='LX2KWJKX1MWC9ZEPM49DCKY' where id=1; -update noar ti set b2='LX2KWJKX1MWC9ZEPM49DCKY' where id=1; -update noar tt set v0='GVXF2MFZ5H0GTKIJ6D70K1R3PZFR' where id=2; -update noar ti set v0='GVXF2MFZ5H0GTKIJ6D70K1R3PZFR' where id=2; -update noar tt set b0='09DA' where id=2; -update noar ti set b0='09DA' where id=2; -update noar tt set v0='CRJN1TBRKT5T5GOEMVG' where id=2; -update noar ti set v0='CRJN1TBRKT5T5GOEMVG' where id=2; -update noar tt set b1='F0JMXZ7S90' where id=2; -update noar ti set b1='F0JMXZ7S90' where id=2; -update noar tt set v0='LP6A6' where id=2; -update noar ti set v0='LP6A6' where id=2; -update noar tt set b2='UIQD0KP1CHQLUDI3' where id=2; -update noar ti set b2='UIQD0KP1CHQLUDI3' where id=2; -update noar tt set v0='22LYYRZJHDF5NL2UDXUNRB8T5' where id=3; -update noar ti set v0='22LYYRZJHDF5NL2UDXUNRB8T5' where id=3; -update noar tt set b0='JL4E4EX51Y1H9GIH8VZ5ZLYIM8S2EGM9' where id=3; -update noar ti set b0='JL4E4EX51Y1H9GIH8VZ5ZLYIM8S2EGM9' where id=3; -update noar tt set v0='V9EHCQKJZP7BBEWPCYGUMY0' where id=3; -update noar ti set v0='V9EHCQKJZP7BBEWPCYGUMY0' where id=3; -update noar tt set b1='EWV05LVNEISX2' where id=3; -update noar ti set b1='EWV05LVNEISX2' where id=3; -update noar tt set v0='8MDS8' where id=3; -update noar ti set v0='8MDS8' where id=3; -update noar tt set b2='UTDKHY1MRV5GM9LZJ8E8XWK6TV6ZJADW' where id=3; -update noar ti set b2='UTDKHY1MRV5GM9LZJ8E8XWK6TV6ZJADW' where id=3; -update noar tt set v0='VQV6NYXA69FRRCN9ZF' where id=4; -update noar ti set v0='VQV6NYXA69FRRCN9ZF' where id=4; -update noar tt set b0='LGGD3WK09KYHRF40S06JS9XS' where id=4; -update noar ti set b0='LGGD3WK09KYHRF40S06JS9XS' where id=4; -update noar tt set v0='H0L5VK4HARVUKH6LD69QCK4' where id=4; -update noar ti set v0='H0L5VK4HARVUKH6LD69QCK4' where id=4; -update noar tt set b1='96DVSAFX6U5DZYW89SH3R7ALK' where id=4; -update noar ti set b1='96DVSAFX6U5DZYW89SH3R7ALK' where id=4; -update noar tt set v0='3VUSH3BLQ36VWLSED6EHH85R' where id=4; -update noar ti set v0='3VUSH3BLQ36VWLSED6EHH85R' where id=4; -update noar tt set b2='BKGOPGAJZKADFH5KGY6LBPF' where id=4; -update noar ti set b2='BKGOPGAJZKADFH5KGY6LBPF' where id=4; -update noar tt set v0='8ZLDZ8PWMTE1A9XK94RQ7TS' where id=5; -update noar ti set v0='8ZLDZ8PWMTE1A9XK94RQ7TS' where id=5; -update noar tt set b0='YOMCYS3K88OSZ6V2' where id=5; -update noar ti set b0='YOMCYS3K88OSZ6V2' where id=5; -update noar tt set v0='4WGEQV1EISR' where id=5; -update noar ti set v0='4WGEQV1EISR' where id=5; -update noar tt set b1='9LED93E1RDOJ9' where id=5; -update noar ti set b1='9LED93E1RDOJ9' where id=5; -update noar tt set v0='1UGDMIJREX58WFGDWFJYH8IYV308L' where id=5; -update noar ti set v0='1UGDMIJREX58WFGDWFJYH8IYV308L' where id=5; -update noar tt set b2='9M0EZCD' where id=5; -update noar ti set b2='9M0EZCD' where id=5; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b0='OKT9FZDP9K0CVL0A4V9E' where id=6; -update noar ti set b0='OKT9FZDP9K0CVL0A4V9E' where id=6; -update noar tt set v0='5UEGPRI7PWJC2F1KPFLB' where id=6; -update noar ti set v0='5UEGPRI7PWJC2F1KPFLB' where id=6; -update noar tt set b1='180KB' where id=6; -update noar ti set b1='180KB' where id=6; -update noar tt set v0='GCNA' where id=6; -update noar ti set v0='GCNA' where id=6; -update noar tt set b2='IK83PAN49HVMR' where id=6; -update noar ti set b2='IK83PAN49HVMR' where id=6; -update noar tt set v0='TCMPVZMV122EWAOB4ZVT5TBB' where id=7; -update noar ti set v0='TCMPVZMV122EWAOB4ZVT5TBB' where id=7; -update noar tt set b0='YS7RLIHD6SLTJ' where id=7; -update noar ti set b0='YS7RLIHD6SLTJ' where id=7; -update noar tt set v0='WANRFGN5' where id=7; -update noar ti set v0='WANRFGN5' where id=7; -update noar tt set b1='YTKXXC1XV8QFQLIAYON5LIXE2VWZDZ' where id=7; -update noar ti set b1='YTKXXC1XV8QFQLIAYON5LIXE2VWZDZ' where id=7; -update noar tt set v0='UTW2A2' where id=7; -update noar ti set v0='UTW2A2' where id=7; -update noar tt set b2='C0V' where id=7; -update noar ti set b2='C0V' where id=7; -update noar tt set v0='O0SOVFM9E7YD' where id=8; -update noar ti set v0='O0SOVFM9E7YD' where id=8; -update noar tt set b0='HJRRZ5IGYO1AA6MIDA7LFQQY' where id=8; -update noar ti set b0='HJRRZ5IGYO1AA6MIDA7LFQQY' where id=8; -update noar tt set v0='SZBZALZOODO9ME1ZTUUI26P' where id=8; -update noar ti set v0='SZBZALZOODO9ME1ZTUUI26P' where id=8; -update noar tt set b1='4HSU2L8IQV5H20Y' where id=8; -update noar ti set b1='4HSU2L8IQV5H20Y' where id=8; -update noar tt set v0='L0DPUJENALYJIG2D87N0' where id=8; -update noar ti set v0='L0DPUJENALYJIG2D87N0' where id=8; -update noar tt set b2='74SM' where id=8; -update noar ti set b2='74SM' where id=8; -update noar tt set v0='ASF47OFFZ7Y0DUSXG08T' where id=9; -update noar ti set v0='ASF47OFFZ7Y0DUSXG08T' where id=9; -update noar tt set b0='ZUM' where id=9; -update noar ti set b0='ZUM' where id=9; -update noar tt set v0='U2Q0' where id=9; -update noar ti set v0='U2Q0' where id=9; -update noar tt set b1='8IA2SRMDYD' where id=9; -update noar ti set b1='8IA2SRMDYD' where id=9; -update noar tt set v0='NN69CTRFMB9QYOQ' where id=9; -update noar ti set v0='NN69CTRFMB9QYOQ' where id=9; -update noar tt set b2='ZWMPABBX5CZZJXDOS12GKS' where id=9; -update noar ti set b2='ZWMPABBX5CZZJXDOS12GKS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M99S8I2IRCQH5CD46VLA427' where id=1; -update noar ti set v0='M99S8I2IRCQH5CD46VLA427' where id=1; -update noar tt set b0='4E02MII1T7NLO' where id=1; -update noar ti set b0='4E02MII1T7NLO' where id=1; -update noar tt set v0='3J573ZT' where id=1; -update noar ti set v0='3J573ZT' where id=1; -update noar tt set b1='QRF9UIKJ5DLZ2YQCKXP1I' where id=1; -update noar ti set b1='QRF9UIKJ5DLZ2YQCKXP1I' where id=1; -update noar tt set v0='19SDTJ5F9B9QX266FTKW' where id=1; -update noar ti set v0='19SDTJ5F9B9QX266FTKW' where id=1; -update noar tt set b2='SSHDFQ7UTSKK6PV9WSSZ42PLV' where id=1; -update noar ti set b2='SSHDFQ7UTSKK6PV9WSSZ42PLV' where id=1; -update noar tt set v0='PC' where id=2; -update noar ti set v0='PC' where id=2; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set v0='6E4ZRH4NFG188CWEN2' where id=2; -update noar ti set v0='6E4ZRH4NFG188CWEN2' where id=2; -update noar tt set b1='XBUMIMTVN86' where id=2; -update noar ti set b1='XBUMIMTVN86' where id=2; -update noar tt set v0='NHWR4UJ04FKKNC' where id=2; -update noar ti set v0='NHWR4UJ04FKKNC' where id=2; -update noar tt set b2='0XKDA8UWY9K' where id=2; -update noar ti set b2='0XKDA8UWY9K' where id=2; -update noar tt set v0='ZJ5DUZWT175X7OJUWL3ENVU' where id=3; -update noar ti set v0='ZJ5DUZWT175X7OJUWL3ENVU' where id=3; -update noar tt set b0='QUE2HOAPC5OL250AN39QO4HT' where id=3; -update noar ti set b0='QUE2HOAPC5OL250AN39QO4HT' where id=3; -update noar tt set v0='TII50M0DWAHABRACZ' where id=3; -update noar ti set v0='TII50M0DWAHABRACZ' where id=3; -update noar tt set b1='9RPJ3TE7G' where id=3; -update noar ti set b1='9RPJ3TE7G' where id=3; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b2='PY72N2Y98VISCGZ3Q8ADOURI6CE' where id=3; -update noar ti set b2='PY72N2Y98VISCGZ3Q8ADOURI6CE' where id=3; -update noar tt set v0='B0D033EEHKFT1XHNT' where id=4; -update noar ti set v0='B0D033EEHKFT1XHNT' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='P1049NF91FRET2FUMFI' where id=4; -update noar ti set v0='P1049NF91FRET2FUMFI' where id=4; -update noar tt set b1='QALRV6BAVNH36RX171OIEK3F58' where id=4; -update noar ti set b1='QALRV6BAVNH36RX171OIEK3F58' where id=4; -update noar tt set v0='P3UJI0DVU596CVXB672JJXNF1Q4S7' where id=4; -update noar ti set v0='P3UJI0DVU596CVXB672JJXNF1Q4S7' where id=4; -update noar tt set b2='BVH124539SW3IWLJYF58E5QWRWVUQC' where id=4; -update noar ti set b2='BVH124539SW3IWLJYF58E5QWRWVUQC' where id=4; -update noar tt set v0='PG4FFS7E1VI8DC0' where id=5; -update noar ti set v0='PG4FFS7E1VI8DC0' where id=5; -update noar tt set b0='FVFGBLHRA2AEPZ80FBIMYK8' where id=5; -update noar ti set b0='FVFGBLHRA2AEPZ80FBIMYK8' where id=5; -update noar tt set v0='U75IP181HOE0ZN8YWHG8V39WG09O65' where id=5; -update noar ti set v0='U75IP181HOE0ZN8YWHG8V39WG09O65' where id=5; -update noar tt set b1='JYTQFQM3S911GD2N80' where id=5; -update noar ti set b1='JYTQFQM3S911GD2N80' where id=5; -update noar tt set v0='MF6276OYVE3R2934LBEB9QKM5CKO' where id=5; -update noar ti set v0='MF6276OYVE3R2934LBEB9QKM5CKO' where id=5; -update noar tt set b2='TCB20NFDJ8QHO' where id=5; -update noar ti set b2='TCB20NFDJ8QHO' where id=5; -update noar tt set v0='08G6WYWFI0L8S3OXI68GG693DE' where id=6; -update noar ti set v0='08G6WYWFI0L8S3OXI68GG693DE' where id=6; -update noar tt set b0='VXO' where id=6; -update noar ti set b0='VXO' where id=6; -update noar tt set v0='4L8V81BY30LDLGCOCWNJITDCXB' where id=6; -update noar ti set v0='4L8V81BY30LDLGCOCWNJITDCXB' where id=6; -update noar tt set b1='DKXOXHBHWPD' where id=6; -update noar ti set b1='DKXOXHBHWPD' where id=6; -update noar tt set v0='IBESIH8QFN7PA68NJYP1Q3MQQVY16OI0' where id=6; -update noar ti set v0='IBESIH8QFN7PA68NJYP1Q3MQQVY16OI0' where id=6; -update noar tt set b2='GF9O9W' where id=6; -update noar ti set b2='GF9O9W' where id=6; -update noar tt set v0='DUPB' where id=7; -update noar ti set v0='DUPB' where id=7; -update noar tt set b0='0342H1DT' where id=7; -update noar ti set b0='0342H1DT' where id=7; -update noar tt set v0='CCFHHSTSW7R5JFH9OJZGY6' where id=7; -update noar ti set v0='CCFHHSTSW7R5JFH9OJZGY6' where id=7; -update noar tt set b1='IPIH7' where id=7; -update noar ti set b1='IPIH7' where id=7; -update noar tt set v0='CTLXLPUUCKCJ0H7QOLEH7E8' where id=7; -update noar ti set v0='CTLXLPUUCKCJ0H7QOLEH7E8' where id=7; -update noar tt set b2='AUATGUTLUG2UUG5' where id=7; -update noar ti set b2='AUATGUTLUG2UUG5' where id=7; -update noar tt set v0='LQ3KPTKAQL4GMMU0E28XYH' where id=8; -update noar ti set v0='LQ3KPTKAQL4GMMU0E28XYH' where id=8; -update noar tt set b0='O2V' where id=8; -update noar ti set b0='O2V' where id=8; -update noar tt set v0='ZZDDAR0BFVUBKX8JVND1AWZMT' where id=8; -update noar ti set v0='ZZDDAR0BFVUBKX8JVND1AWZMT' where id=8; -update noar tt set b1='YTA1C6K' where id=8; -update noar ti set b1='YTA1C6K' where id=8; -update noar tt set v0='ATJMIRC6E9DPYSBMOYLPG' where id=8; -update noar ti set v0='ATJMIRC6E9DPYSBMOYLPG' where id=8; -update noar tt set b2='OAMZA90FIE4LGI3VO8MF41V' where id=8; -update noar ti set b2='OAMZA90FIE4LGI3VO8MF41V' where id=8; -update noar tt set v0='X4NIW' where id=9; -update noar ti set v0='X4NIW' where id=9; -update noar tt set b0='9N9UOM7OD2Y' where id=9; -update noar ti set b0='9N9UOM7OD2Y' where id=9; -update noar tt set v0='5FTKNURQNRN1L9C5' where id=9; -update noar ti set v0='5FTKNURQNRN1L9C5' where id=9; -update noar tt set b1='PYWNLU2O' where id=9; -update noar ti set b1='PYWNLU2O' where id=9; -update noar tt set v0='CUSL3R0T4ZX13HWHVQZ77FGZ2L' where id=9; -update noar ti set v0='CUSL3R0T4ZX13HWHVQZ77FGZ2L' where id=9; -update noar tt set b2='M00LOB' where id=9; -update noar ti set b2='M00LOB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HP56HAOK' where id=1; -update noar ti set v0='HP56HAOK' where id=1; -update noar tt set b0='G7OLRDEPR5' where id=1; -update noar ti set b0='G7OLRDEPR5' where id=1; -update noar tt set v0='TTIJTJ08I1K5B1GQY8LFP' where id=1; -update noar ti set v0='TTIJTJ08I1K5B1GQY8LFP' where id=1; -update noar tt set b1='6' where id=1; -update noar ti set b1='6' where id=1; -update noar tt set v0='MHGB7T49EQF3M' where id=1; -update noar ti set v0='MHGB7T49EQF3M' where id=1; -update noar tt set b2='6O1ZHDJRLNQM63MO54ODB2WYFBOGPYF9' where id=1; -update noar ti set b2='6O1ZHDJRLNQM63MO54ODB2WYFBOGPYF9' where id=1; -update noar tt set v0='P90QC5LM26OF21JSV6A2136YZ9' where id=2; -update noar ti set v0='P90QC5LM26OF21JSV6A2136YZ9' where id=2; -update noar tt set b0='QECR' where id=2; -update noar ti set b0='QECR' where id=2; -update noar tt set v0='989AOHSSCCMSVGG65' where id=2; -update noar ti set v0='989AOHSSCCMSVGG65' where id=2; -update noar tt set b1='ZQCDRG9FDEWN79E' where id=2; -update noar ti set b1='ZQCDRG9FDEWN79E' where id=2; -update noar tt set v0='WK32FBBR9827K' where id=2; -update noar ti set v0='WK32FBBR9827K' where id=2; -update noar tt set b2='ZT3U0RYHX1H' where id=2; -update noar ti set b2='ZT3U0RYHX1H' where id=2; -update noar tt set v0='G2' where id=3; -update noar ti set v0='G2' where id=3; -update noar tt set b0='0U921ZG' where id=3; -update noar ti set b0='0U921ZG' where id=3; -update noar tt set v0='SJHW7YC8VP1LT4C60XB44OHBYGI6C9' where id=3; -update noar ti set v0='SJHW7YC8VP1LT4C60XB44OHBYGI6C9' where id=3; -update noar tt set b1='GT7CZO' where id=3; -update noar ti set b1='GT7CZO' where id=3; -update noar tt set v0='EMDIIWNNKLPJ8G6HYJIBHP4GO46LP2' where id=3; -update noar ti set v0='EMDIIWNNKLPJ8G6HYJIBHP4GO46LP2' where id=3; -update noar tt set b2='C1MUT9JRB' where id=3; -update noar ti set b2='C1MUT9JRB' where id=3; -update noar tt set v0='84PG8AQZXQ8VK4641GAAXQY1DY' where id=4; -update noar ti set v0='84PG8AQZXQ8VK4641GAAXQY1DY' where id=4; -update noar tt set b0='LJX3BN' where id=4; -update noar ti set b0='LJX3BN' where id=4; -update noar tt set v0='A6XG9' where id=4; -update noar ti set v0='A6XG9' where id=4; -update noar tt set b1='FNTLKKP9MLO81YB11D7EL' where id=4; -update noar ti set b1='FNTLKKP9MLO81YB11D7EL' where id=4; -update noar tt set v0='VX2X33TZ0SWL6LFCL' where id=4; -update noar ti set v0='VX2X33TZ0SWL6LFCL' where id=4; -update noar tt set b2='8DV7LQHXA1M18BGMYOW3R2ZP936AMGS' where id=4; -update noar ti set b2='8DV7LQHXA1M18BGMYOW3R2ZP936AMGS' where id=4; -update noar tt set v0='EB4LMO7AFXFH82QSPA4M' where id=5; -update noar ti set v0='EB4LMO7AFXFH82QSPA4M' where id=5; -update noar tt set b0='UY7V4U2QSC8' where id=5; -update noar ti set b0='UY7V4U2QSC8' where id=5; -update noar tt set v0='JQXOX' where id=5; -update noar ti set v0='JQXOX' where id=5; -update noar tt set b1='5JF27Q2T3T' where id=5; -update noar ti set b1='5JF27Q2T3T' where id=5; -update noar tt set v0='IWGULX' where id=5; -update noar ti set v0='IWGULX' where id=5; -update noar tt set b2='KWCI258S5SZJ7' where id=5; -update noar ti set b2='KWCI258S5SZJ7' where id=5; -update noar tt set v0='YX524FJRZ5LHPU2K1CIQ2FYRR1' where id=6; -update noar ti set v0='YX524FJRZ5LHPU2K1CIQ2FYRR1' where id=6; -update noar tt set b0='6MGQD51' where id=6; -update noar ti set b0='6MGQD51' where id=6; -update noar tt set v0='WDOFFPB' where id=6; -update noar ti set v0='WDOFFPB' where id=6; -update noar tt set b1='ZIYIS33' where id=6; -update noar ti set b1='ZIYIS33' where id=6; -update noar tt set v0='60T0M9TIH0L8C' where id=6; -update noar ti set v0='60T0M9TIH0L8C' where id=6; -update noar tt set b2='AS' where id=6; -update noar ti set b2='AS' where id=6; -update noar tt set v0='JJJM5519IARJY8SND' where id=7; -update noar ti set v0='JJJM5519IARJY8SND' where id=7; -update noar tt set b0='CXG4UTEQD' where id=7; -update noar ti set b0='CXG4UTEQD' where id=7; -update noar tt set v0='J65328RGS0P3O7R02CK6KOQIKZE6D2' where id=7; -update noar ti set v0='J65328RGS0P3O7R02CK6KOQIKZE6D2' where id=7; -update noar tt set b1='DDWYLSBRDEPKWS6JN3H0DCU6TF' where id=7; -update noar ti set b1='DDWYLSBRDEPKWS6JN3H0DCU6TF' where id=7; -update noar tt set v0='YCXHCJT03CLG' where id=7; -update noar ti set v0='YCXHCJT03CLG' where id=7; -update noar tt set b2='UBRWTX0BST0SVF5B3U0WFJ7IDP3CK' where id=7; -update noar ti set b2='UBRWTX0BST0SVF5B3U0WFJ7IDP3CK' where id=7; -update noar tt set v0='OBVOKHC1M7W19J71P3AWL08QA2WY9' where id=8; -update noar ti set v0='OBVOKHC1M7W19J71P3AWL08QA2WY9' where id=8; -update noar tt set b0='4P6LR2YQO97ZUAU25' where id=8; -update noar ti set b0='4P6LR2YQO97ZUAU25' where id=8; -update noar tt set v0='18QYEU7TO2877V7PV7JBZ5YG3O5' where id=8; -update noar ti set v0='18QYEU7TO2877V7PV7JBZ5YG3O5' where id=8; -update noar tt set b1='2ROPMEXK' where id=8; -update noar ti set b1='2ROPMEXK' where id=8; -update noar tt set v0='1' where id=8; -update noar ti set v0='1' where id=8; -update noar tt set b2='1D8WS6RRJUIA8KE22Z0ELO05' where id=8; -update noar ti set b2='1D8WS6RRJUIA8KE22Z0ELO05' where id=8; -update noar tt set v0='KJWIWZ5GU48DQIJK1TWMV2KQGX6SW5' where id=9; -update noar ti set v0='KJWIWZ5GU48DQIJK1TWMV2KQGX6SW5' where id=9; -update noar tt set b0='RJZLE1ODIN6II' where id=9; -update noar ti set b0='RJZLE1ODIN6II' where id=9; -update noar tt set v0='GLT6O4EPVIEX8B4K7R0Z0VGV' where id=9; -update noar ti set v0='GLT6O4EPVIEX8B4K7R0Z0VGV' where id=9; -update noar tt set b1='94DA1ZZN' where id=9; -update noar ti set b1='94DA1ZZN' where id=9; -update noar tt set v0='LMGR9K8KAWEUX' where id=9; -update noar ti set v0='LMGR9K8KAWEUX' where id=9; -update noar tt set b2='NFTKHJX5MTRXV6F2CRT' where id=9; -update noar ti set b2='NFTKHJX5MTRXV6F2CRT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='J8HDDAT0LN9KYLOHBC1XRT9V9' where id=1; -update noar ti set v0='J8HDDAT0LN9KYLOHBC1XRT9V9' where id=1; -update noar tt set b0='W1QOJD8JCM9FECU8CQ655' where id=1; -update noar ti set b0='W1QOJD8JCM9FECU8CQ655' where id=1; -update noar tt set v0='L94C1LQE4B451UGJQE5EL5O97MCGR1X6' where id=1; -update noar ti set v0='L94C1LQE4B451UGJQE5EL5O97MCGR1X6' where id=1; -update noar tt set b1='S7H928OA4SD1J98GAB09ODZNVWP21MG3' where id=1; -update noar ti set b1='S7H928OA4SD1J98GAB09ODZNVWP21MG3' where id=1; -update noar tt set v0='DXKWWKDD8YJWUBB4HELE6' where id=1; -update noar ti set v0='DXKWWKDD8YJWUBB4HELE6' where id=1; -update noar tt set b2='H5B1LU9OXOCAO7TXN59GW4AZIU6H' where id=1; -update noar ti set b2='H5B1LU9OXOCAO7TXN59GW4AZIU6H' where id=1; -update noar tt set v0='D5PCCNL' where id=2; -update noar ti set v0='D5PCCNL' where id=2; -update noar tt set b0='WYIM5V289NC31' where id=2; -update noar ti set b0='WYIM5V289NC31' where id=2; -update noar tt set v0='LMSRY6C7PHO31F3OEQONH5KRHW18E' where id=2; -update noar ti set v0='LMSRY6C7PHO31F3OEQONH5KRHW18E' where id=2; -update noar tt set b1='P' where id=2; -update noar ti set b1='P' where id=2; -update noar tt set v0='VTZIN736HITAKZ3' where id=2; -update noar ti set v0='VTZIN736HITAKZ3' where id=2; -update noar tt set b2='BAYX7EZ' where id=2; -update noar ti set b2='BAYX7EZ' where id=2; -update noar tt set v0='9SSDMCAR' where id=3; -update noar ti set v0='9SSDMCAR' where id=3; -update noar tt set b0='7PPU991R8HZGOIX16UG9UMDW9TS9A' where id=3; -update noar ti set b0='7PPU991R8HZGOIX16UG9UMDW9TS9A' where id=3; -update noar tt set v0='QLJRG4AVBDXLFZW2QEJBEWRH1ESE89TV' where id=3; -update noar ti set v0='QLJRG4AVBDXLFZW2QEJBEWRH1ESE89TV' where id=3; -update noar tt set b1='H56B8I5MDLJLH0A15GPDB6F9P3KSJG' where id=3; -update noar ti set b1='H56B8I5MDLJLH0A15GPDB6F9P3KSJG' where id=3; -update noar tt set v0='KNX5OBC' where id=3; -update noar ti set v0='KNX5OBC' where id=3; -update noar tt set b2='9ZQN04AZKMH1VC3JQ' where id=3; -update noar ti set b2='9ZQN04AZKMH1VC3JQ' where id=3; -update noar tt set v0='ZYWZ1P4H' where id=4; -update noar ti set v0='ZYWZ1P4H' where id=4; -update noar tt set b0='42O0JE2XYTYVXN1XQCDZ9R7X' where id=4; -update noar ti set b0='42O0JE2XYTYVXN1XQCDZ9R7X' where id=4; -update noar tt set v0='V14XH3' where id=4; -update noar ti set v0='V14XH3' where id=4; -update noar tt set b1='CXSHF8XXSMQZR962FIKXW809ORTQQO' where id=4; -update noar ti set b1='CXSHF8XXSMQZR962FIKXW809ORTQQO' where id=4; -update noar tt set v0='O2CFTKK667I3M' where id=4; -update noar ti set v0='O2CFTKK667I3M' where id=4; -update noar tt set b2='KJCIZJ7MJP' where id=4; -update noar ti set b2='KJCIZJ7MJP' where id=4; -update noar tt set v0='NYBN7APWVT05L41SI20MM' where id=5; -update noar ti set v0='NYBN7APWVT05L41SI20MM' where id=5; -update noar tt set b0='2FGDIQYVYXOT10UKJOC9D3OCX7FPD8V' where id=5; -update noar ti set b0='2FGDIQYVYXOT10UKJOC9D3OCX7FPD8V' where id=5; -update noar tt set v0='DKP6E5FHHNZFBGA' where id=5; -update noar ti set v0='DKP6E5FHHNZFBGA' where id=5; -update noar tt set b1='VWNGRSAIZ16XJ2GJG2WIY3' where id=5; -update noar ti set b1='VWNGRSAIZ16XJ2GJG2WIY3' where id=5; -update noar tt set v0='HSPLRP64P0V914KX' where id=5; -update noar ti set v0='HSPLRP64P0V914KX' where id=5; -update noar tt set b2='LLM0UUTY6VZUNX' where id=5; -update noar ti set b2='LLM0UUTY6VZUNX' where id=5; -update noar tt set v0='BA6' where id=6; -update noar ti set v0='BA6' where id=6; -update noar tt set b0='OCIB31YBKYQPTC4SA' where id=6; -update noar ti set b0='OCIB31YBKYQPTC4SA' where id=6; -update noar tt set v0='XDPTKWIPLXHKHGOVHE' where id=6; -update noar ti set v0='XDPTKWIPLXHKHGOVHE' where id=6; -update noar tt set b1='WMRL7IPV738' where id=6; -update noar ti set b1='WMRL7IPV738' where id=6; -update noar tt set v0='CWOLZ063TQVSZU5' where id=6; -update noar ti set v0='CWOLZ063TQVSZU5' where id=6; -update noar tt set b2='6C3P7MLWKBMXBNO9Q5Z' where id=6; -update noar ti set b2='6C3P7MLWKBMXBNO9Q5Z' where id=6; -update noar tt set v0='0XGG4CIDTCAKX7KXKZ' where id=7; -update noar ti set v0='0XGG4CIDTCAKX7KXKZ' where id=7; -update noar tt set b0='6JEA2CL7YNEA51TDPLYM9A' where id=7; -update noar ti set b0='6JEA2CL7YNEA51TDPLYM9A' where id=7; -update noar tt set v0='C1B2Q7SBPDK79TFHKYT0C7796RZ8MT' where id=7; -update noar ti set v0='C1B2Q7SBPDK79TFHKYT0C7796RZ8MT' where id=7; -update noar tt set b1='WSTSRGR83WL37RVEKHYPSEF1T' where id=7; -update noar ti set b1='WSTSRGR83WL37RVEKHYPSEF1T' where id=7; -update noar tt set v0='JBRZ9RN8XTKWF' where id=7; -update noar ti set v0='JBRZ9RN8XTKWF' where id=7; -update noar tt set b2='B772S' where id=7; -update noar ti set b2='B772S' where id=7; -update noar tt set v0='EU2VFN23NFBFZK' where id=8; -update noar ti set v0='EU2VFN23NFBFZK' where id=8; -update noar tt set b0='XW0TN' where id=8; -update noar ti set b0='XW0TN' where id=8; -update noar tt set v0='PBHCYP2GSPS7WXZM' where id=8; -update noar ti set v0='PBHCYP2GSPS7WXZM' where id=8; -update noar tt set b1='YLIGT52NNNOOPPAYAECPR9ZQUF' where id=8; -update noar ti set b1='YLIGT52NNNOOPPAYAECPR9ZQUF' where id=8; -update noar tt set v0='1PIW2OPDTXCUSOPGML1' where id=8; -update noar ti set v0='1PIW2OPDTXCUSOPGML1' where id=8; -update noar tt set b2='BSV6Z1' where id=8; -update noar ti set b2='BSV6Z1' where id=8; -update noar tt set v0='CR9CDU75OBQUEA54YLTFMTEZI3I5QGH' where id=9; -update noar ti set v0='CR9CDU75OBQUEA54YLTFMTEZI3I5QGH' where id=9; -update noar tt set b0='UWXHKPP8HC5' where id=9; -update noar ti set b0='UWXHKPP8HC5' where id=9; -update noar tt set v0='WD4ODPZU7172RKH46LH355HF8FWSFN4' where id=9; -update noar ti set v0='WD4ODPZU7172RKH46LH355HF8FWSFN4' where id=9; -update noar tt set b1='A4DV' where id=9; -update noar ti set b1='A4DV' where id=9; -update noar tt set v0='FCKWPCYCVPUPL2ELJ3HU8HX78H8CZH' where id=9; -update noar ti set v0='FCKWPCYCVPUPL2ELJ3HU8HX78H8CZH' where id=9; -update noar tt set b2='1BNRD0KZESJ' where id=9; -update noar ti set b2='1BNRD0KZESJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FDMBXMBZHLZ' where id=1; -update noar ti set v0='FDMBXMBZHLZ' where id=1; -update noar tt set b0='IN5' where id=1; -update noar ti set b0='IN5' where id=1; -update noar tt set v0='97RMBKCJ0E0TY7NDLPKCOTE' where id=1; -update noar ti set v0='97RMBKCJ0E0TY7NDLPKCOTE' where id=1; -update noar tt set b1='JC4ICJ1' where id=1; -update noar ti set b1='JC4ICJ1' where id=1; -update noar tt set v0='7LEW2A0GP7LRLR3YXZ7OZ' where id=1; -update noar ti set v0='7LEW2A0GP7LRLR3YXZ7OZ' where id=1; -update noar tt set b2='VV2PJISPDZPI9B1JTU8SYRHTLL3774H' where id=1; -update noar ti set b2='VV2PJISPDZPI9B1JTU8SYRHTLL3774H' where id=1; -update noar tt set v0='9JRHNMIZJYSJ60MNB1HU33KCZAT6' where id=2; -update noar ti set v0='9JRHNMIZJYSJ60MNB1HU33KCZAT6' where id=2; -update noar tt set b0='BDN' where id=2; -update noar ti set b0='BDN' where id=2; -update noar tt set v0='HFKTTJ2P56' where id=2; -update noar ti set v0='HFKTTJ2P56' where id=2; -update noar tt set b1='FQEKIJIAI21LFMVP4VTY9' where id=2; -update noar ti set b1='FQEKIJIAI21LFMVP4VTY9' where id=2; -update noar tt set v0='MTZNEEF9MS7S7' where id=2; -update noar ti set v0='MTZNEEF9MS7S7' where id=2; -update noar tt set b2='OVB2HNAM72VCVORWF' where id=2; -update noar ti set b2='OVB2HNAM72VCVORWF' where id=2; -update noar tt set v0='6YC3' where id=3; -update noar ti set v0='6YC3' where id=3; -update noar tt set b0='Y05G95FY4SE7W3QI6EAMKM6G2' where id=3; -update noar ti set b0='Y05G95FY4SE7W3QI6EAMKM6G2' where id=3; -update noar tt set v0='QIMI8819MFN6FS28I21749AQ5RMQ' where id=3; -update noar ti set v0='QIMI8819MFN6FS28I21749AQ5RMQ' where id=3; -update noar tt set b1='GWKEYWSRSR7Y121Y601DNZQA' where id=3; -update noar ti set b1='GWKEYWSRSR7Y121Y601DNZQA' where id=3; -update noar tt set v0='IVME1J7E4DUFGS8TG' where id=3; -update noar ti set v0='IVME1J7E4DUFGS8TG' where id=3; -update noar tt set b2='KDEIC' where id=3; -update noar ti set b2='KDEIC' where id=3; -update noar tt set v0='H71T' where id=4; -update noar ti set v0='H71T' where id=4; -update noar tt set b0='ULEC8DPS4XVME6L6AX32DY6U7IMJE2F' where id=4; -update noar ti set b0='ULEC8DPS4XVME6L6AX32DY6U7IMJE2F' where id=4; -update noar tt set v0='Y' where id=4; -update noar ti set v0='Y' where id=4; -update noar tt set b1='IBCR8AOPQTK4MFD6OESZ' where id=4; -update noar ti set b1='IBCR8AOPQTK4MFD6OESZ' where id=4; -update noar tt set v0='DTTSM' where id=4; -update noar ti set v0='DTTSM' where id=4; -update noar tt set b2='8JT634KDTKI1ISORGQAXIUS6F8P' where id=4; -update noar ti set b2='8JT634KDTKI1ISORGQAXIUS6F8P' where id=4; -update noar tt set v0='KC1' where id=5; -update noar ti set v0='KC1' where id=5; -update noar tt set b0='IA17F78LYRM838BIY' where id=5; -update noar ti set b0='IA17F78LYRM838BIY' where id=5; -update noar tt set v0='XEY9VFYIBQPCF880Y8DF28VAFMYS51R4' where id=5; -update noar ti set v0='XEY9VFYIBQPCF880Y8DF28VAFMYS51R4' where id=5; -update noar tt set b1='GAR51MMI6D80' where id=5; -update noar ti set b1='GAR51MMI6D80' where id=5; -update noar tt set v0='VVA' where id=5; -update noar ti set v0='VVA' where id=5; -update noar tt set b2='VX86DN8I6DGJWJ2Z4U6F3DMSS6H' where id=5; -update noar ti set b2='VX86DN8I6DGJWJ2Z4U6F3DMSS6H' where id=5; -update noar tt set v0='OF4V1Z3SZPSZ7NICXZE0' where id=6; -update noar ti set v0='OF4V1Z3SZPSZ7NICXZE0' where id=6; -update noar tt set b0='JC681GMG4LY9P2HMW7YJ9Z6Q9QRQF' where id=6; -update noar ti set b0='JC681GMG4LY9P2HMW7YJ9Z6Q9QRQF' where id=6; -update noar tt set v0='3SD1J1IYLFCDD71Z0NMAFXPOSI9YVBQ' where id=6; -update noar ti set v0='3SD1J1IYLFCDD71Z0NMAFXPOSI9YVBQ' where id=6; -update noar tt set b1='ZRNI6TP' where id=6; -update noar ti set b1='ZRNI6TP' where id=6; -update noar tt set v0='Z6R2ZQ014G7I34ZYI2L2W' where id=6; -update noar ti set v0='Z6R2ZQ014G7I34ZYI2L2W' where id=6; -update noar tt set b2='FU69KU5JEDVUP7YP9ECJ4' where id=6; -update noar ti set b2='FU69KU5JEDVUP7YP9ECJ4' where id=6; -update noar tt set v0='OHB6M2CYXQKA7RZ1O' where id=7; -update noar ti set v0='OHB6M2CYXQKA7RZ1O' where id=7; -update noar tt set b0='ZUTA7SWI861CQUECRE38D9A5OI1A' where id=7; -update noar ti set b0='ZUTA7SWI861CQUECRE38D9A5OI1A' where id=7; -update noar tt set v0='2O7SXIVCGXWWRQ12AJJ2P3A' where id=7; -update noar ti set v0='2O7SXIVCGXWWRQ12AJJ2P3A' where id=7; -update noar tt set b1='P261AQYE1NUS5138KQUU072ICEC6RDV' where id=7; -update noar ti set b1='P261AQYE1NUS5138KQUU072ICEC6RDV' where id=7; -update noar tt set v0='W7IY0NVWY784N52IZZ3G0CDFHZQNSWRQ' where id=7; -update noar ti set v0='W7IY0NVWY784N52IZZ3G0CDFHZQNSWRQ' where id=7; -update noar tt set b2='4D8ZX' where id=7; -update noar ti set b2='4D8ZX' where id=7; -update noar tt set v0='LSMG00U26MN2K38' where id=8; -update noar ti set v0='LSMG00U26MN2K38' where id=8; -update noar tt set b0='I0PCB4F1DXL10JI5R28ZIW9I5' where id=8; -update noar ti set b0='I0PCB4F1DXL10JI5R28ZIW9I5' where id=8; -update noar tt set v0='G8FY41LT922HZUT9YJMOFAA' where id=8; -update noar ti set v0='G8FY41LT922HZUT9YJMOFAA' where id=8; -update noar tt set b1='TG27BX3YPYVHVFHJGIIZ' where id=8; -update noar ti set b1='TG27BX3YPYVHVFHJGIIZ' where id=8; -update noar tt set v0='JEVXA' where id=8; -update noar ti set v0='JEVXA' where id=8; -update noar tt set b2='Z9E9YW6GF54ZP' where id=8; -update noar ti set b2='Z9E9YW6GF54ZP' where id=8; -update noar tt set v0='U7IMZ8AZ52GSJMM0IODKASSXNBRUFT' where id=9; -update noar ti set v0='U7IMZ8AZ52GSJMM0IODKASSXNBRUFT' where id=9; -update noar tt set b0='RZPCQSX9B446BLSDNHPH8220IQ4G' where id=9; -update noar ti set b0='RZPCQSX9B446BLSDNHPH8220IQ4G' where id=9; -update noar tt set v0='3A3NVWMQRGGHVL4' where id=9; -update noar ti set v0='3A3NVWMQRGGHVL4' where id=9; -update noar tt set b1='6RDM' where id=9; -update noar ti set b1='6RDM' where id=9; -update noar tt set v0='VW6DCIYMR3R8FV5BEQGF42PRDT' where id=9; -update noar ti set v0='VW6DCIYMR3R8FV5BEQGF42PRDT' where id=9; -update noar tt set b2='2ZTZ4' where id=9; -update noar ti set b2='2ZTZ4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NK' where id=1; -update noar ti set v0='NK' where id=1; -update noar tt set b0='5YBYPF5S5RU91AWR1R' where id=1; -update noar ti set b0='5YBYPF5S5RU91AWR1R' where id=1; -update noar tt set v0='0UIOY4JXKXHN020SY' where id=1; -update noar ti set v0='0UIOY4JXKXHN020SY' where id=1; -update noar tt set b1='JF4RHRR1W2YX3VZF5QZI1' where id=1; -update noar ti set b1='JF4RHRR1W2YX3VZF5QZI1' where id=1; -update noar tt set v0='ZJOF716TFIJNGO6F7BGP7L' where id=1; -update noar ti set v0='ZJOF716TFIJNGO6F7BGP7L' where id=1; -update noar tt set b2='U9IV' where id=1; -update noar ti set b2='U9IV' where id=1; -update noar tt set v0='WWRKNUY2TJ1GNC35VRZZ0WQ' where id=2; -update noar ti set v0='WWRKNUY2TJ1GNC35VRZZ0WQ' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='ZW4615PKVK9' where id=2; -update noar ti set v0='ZW4615PKVK9' where id=2; -update noar tt set b1='WFG47HAX' where id=2; -update noar ti set b1='WFG47HAX' where id=2; -update noar tt set v0='FCYRXWWLLVS858VHO4IFLVO' where id=2; -update noar ti set v0='FCYRXWWLLVS858VHO4IFLVO' where id=2; -update noar tt set b2='QT73T90ZH' where id=2; -update noar ti set b2='QT73T90ZH' where id=2; -update noar tt set v0='WJXPCK19YF8H5BV' where id=3; -update noar ti set v0='WJXPCK19YF8H5BV' where id=3; -update noar tt set b0='PZZ5QG6P69GY9Y56Z5DQB5FC' where id=3; -update noar ti set b0='PZZ5QG6P69GY9Y56Z5DQB5FC' where id=3; -update noar tt set v0='F8KO' where id=3; -update noar ti set v0='F8KO' where id=3; -update noar tt set b1='ZJJPNE' where id=3; -update noar ti set b1='ZJJPNE' where id=3; -update noar tt set v0='M9H3' where id=3; -update noar ti set v0='M9H3' where id=3; -update noar tt set b2='O27R54EKB09GM' where id=3; -update noar ti set b2='O27R54EKB09GM' where id=3; -update noar tt set v0='XV4U9V6PMOO9' where id=4; -update noar ti set v0='XV4U9V6PMOO9' where id=4; -update noar tt set b0='H8XMELGU14DAMBOX3G4' where id=4; -update noar ti set b0='H8XMELGU14DAMBOX3G4' where id=4; -update noar tt set v0='I' where id=4; -update noar ti set v0='I' where id=4; -update noar tt set b1='LOS9JN6AELVWO89FTHMHDQL9QFVZSIA' where id=4; -update noar ti set b1='LOS9JN6AELVWO89FTHMHDQL9QFVZSIA' where id=4; -update noar tt set v0='Q1GYJGEH59S8X9PY8KDB7T' where id=4; -update noar ti set v0='Q1GYJGEH59S8X9PY8KDB7T' where id=4; -update noar tt set b2='55SXRGAVKNZMIAUS75EJQWE9W' where id=4; -update noar ti set b2='55SXRGAVKNZMIAUS75EJQWE9W' where id=4; -update noar tt set v0='NC9G3JGSOW3KL6AU' where id=5; -update noar ti set v0='NC9G3JGSOW3KL6AU' where id=5; -update noar tt set b0='HL7QSN59WQU37AI58S86' where id=5; -update noar ti set b0='HL7QSN59WQU37AI58S86' where id=5; -update noar tt set v0='6NJ' where id=5; -update noar ti set v0='6NJ' where id=5; -update noar tt set b1='E6ZAAGPE3Y0J098YV637ZX962I' where id=5; -update noar ti set b1='E6ZAAGPE3Y0J098YV637ZX962I' where id=5; -update noar tt set v0='ERRPK' where id=5; -update noar ti set v0='ERRPK' where id=5; -update noar tt set b2='69ZWHWL3PS6EQ4UZSB2BV' where id=5; -update noar ti set b2='69ZWHWL3PS6EQ4UZSB2BV' where id=5; -update noar tt set v0='5LQSB8OJ5KBEI9' where id=6; -update noar ti set v0='5LQSB8OJ5KBEI9' where id=6; -update noar tt set b0='KLBOV3YWPGV0AGROTP' where id=6; -update noar ti set b0='KLBOV3YWPGV0AGROTP' where id=6; -update noar tt set v0='7GCDMWD1RGSVDQKV74WLQ36PCOO339T' where id=6; -update noar ti set v0='7GCDMWD1RGSVDQKV74WLQ36PCOO339T' where id=6; -update noar tt set b1='SA7DBBEM03HV3OQF5XWZHKH' where id=6; -update noar ti set b1='SA7DBBEM03HV3OQF5XWZHKH' where id=6; -update noar tt set v0='N8F0O3II8007D1LAE8PPZY4RVXAM0B' where id=6; -update noar ti set v0='N8F0O3II8007D1LAE8PPZY4RVXAM0B' where id=6; -update noar tt set b2='G8TQ7LN4M7V6W9O' where id=6; -update noar ti set b2='G8TQ7LN4M7V6W9O' where id=6; -update noar tt set v0='G5KCL2WEH8T39S0SU5TRTUXQJQQT' where id=7; -update noar ti set v0='G5KCL2WEH8T39S0SU5TRTUXQJQQT' where id=7; -update noar tt set b0='96' where id=7; -update noar ti set b0='96' where id=7; -update noar tt set v0='ZRZJKUDBDF1ZJFRTF2' where id=7; -update noar ti set v0='ZRZJKUDBDF1ZJFRTF2' where id=7; -update noar tt set b1='2LX2DBGEMYYBT' where id=7; -update noar ti set b1='2LX2DBGEMYYBT' where id=7; -update noar tt set v0='QIY4' where id=7; -update noar ti set v0='QIY4' where id=7; -update noar tt set b2='VZ3HD5S57BR1X2CQ9SS2B' where id=7; -update noar ti set b2='VZ3HD5S57BR1X2CQ9SS2B' where id=7; -update noar tt set v0='AY9AXOSF5X2BXE0TXD4F057QT' where id=8; -update noar ti set v0='AY9AXOSF5X2BXE0TXD4F057QT' where id=8; -update noar tt set b0='TR9V7' where id=8; -update noar ti set b0='TR9V7' where id=8; -update noar tt set v0='FAMWRAC2NK5T2EFFLEHYR' where id=8; -update noar ti set v0='FAMWRAC2NK5T2EFFLEHYR' where id=8; -update noar tt set b1='X63PFWT8U4A3VEC04TL66JGAD4GGUDEC' where id=8; -update noar ti set b1='X63PFWT8U4A3VEC04TL66JGAD4GGUDEC' where id=8; -update noar tt set v0='D2W60R' where id=8; -update noar ti set v0='D2W60R' where id=8; -update noar tt set b2='XYX2WR768S0JNN8F3MRH8GO' where id=8; -update noar ti set b2='XYX2WR768S0JNN8F3MRH8GO' where id=8; -update noar tt set v0='V4ISLGA9Z6UP779' where id=9; -update noar ti set v0='V4ISLGA9Z6UP779' where id=9; -update noar tt set b0='M0QVZDDRXZ3T48NTT' where id=9; -update noar ti set b0='M0QVZDDRXZ3T48NTT' where id=9; -update noar tt set v0='YAPOI114LUC0TZ7FKFELBKX6' where id=9; -update noar ti set v0='YAPOI114LUC0TZ7FKFELBKX6' where id=9; -update noar tt set b1='7UA10WXQ0OWFNTX36' where id=9; -update noar ti set b1='7UA10WXQ0OWFNTX36' where id=9; -update noar tt set v0='H24BPAPLR1MW97BRDLZP812' where id=9; -update noar ti set v0='H24BPAPLR1MW97BRDLZP812' where id=9; -update noar tt set b2='0TG1KCTYG8' where id=9; -update noar ti set b2='0TG1KCTYG8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XIMAZBOU80YUH2OQZHQI' where id=1; -update noar ti set v0='XIMAZBOU80YUH2OQZHQI' where id=1; -update noar tt set b0='9H9O410P4G4NA55' where id=1; -update noar ti set b0='9H9O410P4G4NA55' where id=1; -update noar tt set v0='7KAPI2OQG4FRSFSAOB' where id=1; -update noar ti set v0='7KAPI2OQG4FRSFSAOB' where id=1; -update noar tt set b1='HQUY8LR' where id=1; -update noar ti set b1='HQUY8LR' where id=1; -update noar tt set v0='4KC7Q6H15PRGL' where id=1; -update noar ti set v0='4KC7Q6H15PRGL' where id=1; -update noar tt set b2='ZYUXJLYG3LJQXD5QZ3DMEE' where id=1; -update noar ti set b2='ZYUXJLYG3LJQXD5QZ3DMEE' where id=1; -update noar tt set v0='MHWGZ0G3OV4IFHR4PO4F30FNAF' where id=2; -update noar ti set v0='MHWGZ0G3OV4IFHR4PO4F30FNAF' where id=2; -update noar tt set b0='8SI7VOKA' where id=2; -update noar ti set b0='8SI7VOKA' where id=2; -update noar tt set v0='CP8ALTG70GLXRQH1GDGCSCTY9QIN7ML' where id=2; -update noar ti set v0='CP8ALTG70GLXRQH1GDGCSCTY9QIN7ML' where id=2; -update noar tt set b1='6FG5C69J6AB6UE06GU' where id=2; -update noar ti set b1='6FG5C69J6AB6UE06GU' where id=2; -update noar tt set v0='6CQ25HT6JRHB4DA79BAG98IE9KDGPQWY' where id=2; -update noar ti set v0='6CQ25HT6JRHB4DA79BAG98IE9KDGPQWY' where id=2; -update noar tt set b2='YR54MZ7K9' where id=2; -update noar ti set b2='YR54MZ7K9' where id=2; -update noar tt set v0='EDSAD' where id=3; -update noar ti set v0='EDSAD' where id=3; -update noar tt set b0='1HPUTZ73TSO69K' where id=3; -update noar ti set b0='1HPUTZ73TSO69K' where id=3; -update noar tt set v0='QH' where id=3; -update noar ti set v0='QH' where id=3; -update noar tt set b1='HH' where id=3; -update noar ti set b1='HH' where id=3; -update noar tt set v0='WQ2GT9QWSRBPD' where id=3; -update noar ti set v0='WQ2GT9QWSRBPD' where id=3; -update noar tt set b2='BCZU1HB3A0GGW4' where id=3; -update noar ti set b2='BCZU1HB3A0GGW4' where id=3; -update noar tt set v0='MKBZTNJ5VMRWBDRVH8YV2JYB4YDGM4YD' where id=4; -update noar ti set v0='MKBZTNJ5VMRWBDRVH8YV2JYB4YDGM4YD' where id=4; -update noar tt set b0='DWDDVYJR89GF86EF5N1PSETNJDJNN21' where id=4; -update noar ti set b0='DWDDVYJR89GF86EF5N1PSETNJDJNN21' where id=4; -update noar tt set v0='DX5SEFWHLXTOX' where id=4; -update noar ti set v0='DX5SEFWHLXTOX' where id=4; -update noar tt set b1='6AS351N' where id=4; -update noar ti set b1='6AS351N' where id=4; -update noar tt set v0='2WQTUH4QIHG' where id=4; -update noar ti set v0='2WQTUH4QIHG' where id=4; -update noar tt set b2='IUXJNABYS' where id=4; -update noar ti set b2='IUXJNABYS' where id=4; -update noar tt set v0='5X19E59HMI457DP8WOX' where id=5; -update noar ti set v0='5X19E59HMI457DP8WOX' where id=5; -update noar tt set b0='IO' where id=5; -update noar ti set b0='IO' where id=5; -update noar tt set v0='EHF' where id=5; -update noar ti set v0='EHF' where id=5; -update noar tt set b1='IY2IOQURIW0FH2GFEPROFUQJ9T' where id=5; -update noar ti set b1='IY2IOQURIW0FH2GFEPROFUQJ9T' where id=5; -update noar tt set v0='G7ZE2BM21DTN3NJZUZI6YPY' where id=5; -update noar ti set v0='G7ZE2BM21DTN3NJZUZI6YPY' where id=5; -update noar tt set b2='V5TQKW64OIDC2P4' where id=5; -update noar ti set b2='V5TQKW64OIDC2P4' where id=5; -update noar tt set v0='CYIMYZUXG1VVN175LYOS5M3OE0IRJ' where id=6; -update noar ti set v0='CYIMYZUXG1VVN175LYOS5M3OE0IRJ' where id=6; -update noar tt set b0='X95W9JOO8BQDLNZM8SJ3XZTEA' where id=6; -update noar ti set b0='X95W9JOO8BQDLNZM8SJ3XZTEA' where id=6; -update noar tt set v0='08IVW52KJOA5L5XIHM76EW8' where id=6; -update noar ti set v0='08IVW52KJOA5L5XIHM76EW8' where id=6; -update noar tt set b1='DV2Y4ZTEF2KRF9U' where id=6; -update noar ti set b1='DV2Y4ZTEF2KRF9U' where id=6; -update noar tt set v0='PB0E3D062GLQN3ZVWPES729ZL' where id=6; -update noar ti set v0='PB0E3D062GLQN3ZVWPES729ZL' where id=6; -update noar tt set b2='P' where id=6; -update noar ti set b2='P' where id=6; -update noar tt set v0='LZJJZ6A1XDLZV6PMVFG11' where id=7; -update noar ti set v0='LZJJZ6A1XDLZV6PMVFG11' where id=7; -update noar tt set b0='SGVTT8HDR' where id=7; -update noar ti set b0='SGVTT8HDR' where id=7; -update noar tt set v0='J2HF74' where id=7; -update noar ti set v0='J2HF74' where id=7; -update noar tt set b1='P96QZZRO3OCK1D9ZP7B851' where id=7; -update noar ti set b1='P96QZZRO3OCK1D9ZP7B851' where id=7; -update noar tt set v0='RODE3UEF1RFZ9G6YLUV' where id=7; -update noar ti set v0='RODE3UEF1RFZ9G6YLUV' where id=7; -update noar tt set b2='DM0HICD3VL4F21XOUPW' where id=7; -update noar ti set b2='DM0HICD3VL4F21XOUPW' where id=7; -update noar tt set v0='AF' where id=8; -update noar ti set v0='AF' where id=8; -update noar tt set b0='W8FAMBTTVYKVIAYBDO1VEWR' where id=8; -update noar ti set b0='W8FAMBTTVYKVIAYBDO1VEWR' where id=8; -update noar tt set v0='OKML0GZO' where id=8; -update noar ti set v0='OKML0GZO' where id=8; -update noar tt set b1='24PJ60ILWQYYS1EG3TWDLHU' where id=8; -update noar ti set b1='24PJ60ILWQYYS1EG3TWDLHU' where id=8; -update noar tt set v0='JGKL5KU20NMIGSFKKROIJZIJ48KF5NTJ' where id=8; -update noar ti set v0='JGKL5KU20NMIGSFKKROIJZIJ48KF5NTJ' where id=8; -update noar tt set b2='7U4BC' where id=8; -update noar ti set b2='7U4BC' where id=8; -update noar tt set v0='N0G06HDVMA9HP1QPKH0XZ3KP4L' where id=9; -update noar ti set v0='N0G06HDVMA9HP1QPKH0XZ3KP4L' where id=9; -update noar tt set b0='LWFWA74BDCU' where id=9; -update noar ti set b0='LWFWA74BDCU' where id=9; -update noar tt set v0='0JL25MS' where id=9; -update noar ti set v0='0JL25MS' where id=9; -update noar tt set b1='TCJB63E' where id=9; -update noar ti set b1='TCJB63E' where id=9; -update noar tt set v0='GBSUW1X0FV0750OADI9SEBB4ENVTGG' where id=9; -update noar ti set v0='GBSUW1X0FV0750OADI9SEBB4ENVTGG' where id=9; -update noar tt set b2='KY2FK8H3SMZQBQM06FIHOEK6D8Y8' where id=9; -update noar ti set b2='KY2FK8H3SMZQBQM06FIHOEK6D8Y8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IUWBC9Y6QMDXDVYR' where id=1; -update noar ti set v0='IUWBC9Y6QMDXDVYR' where id=1; -update noar tt set b0='3L4O1W6L' where id=1; -update noar ti set b0='3L4O1W6L' where id=1; -update noar tt set v0='L35O' where id=1; -update noar ti set v0='L35O' where id=1; -update noar tt set b1='SGA' where id=1; -update noar ti set b1='SGA' where id=1; -update noar tt set v0='6PJEW3' where id=1; -update noar ti set v0='6PJEW3' where id=1; -update noar tt set b2='ZKJ3' where id=1; -update noar ti set b2='ZKJ3' where id=1; -update noar tt set v0='NEK' where id=2; -update noar ti set v0='NEK' where id=2; -update noar tt set b0='TEYF3TK8AOTDJQ5OE90F57E3H' where id=2; -update noar ti set b0='TEYF3TK8AOTDJQ5OE90F57E3H' where id=2; -update noar tt set v0='8QGW2AB4WQVGWT46YR2YU9R' where id=2; -update noar ti set v0='8QGW2AB4WQVGWT46YR2YU9R' where id=2; -update noar tt set b1='V95RPGER5UOLZWYZTIXQSBS' where id=2; -update noar ti set b1='V95RPGER5UOLZWYZTIXQSBS' where id=2; -update noar tt set v0='T1JE7M' where id=2; -update noar ti set v0='T1JE7M' where id=2; -update noar tt set b2='5TWLNAMCU9H4O9BS40G0L1OB6FB' where id=2; -update noar ti set b2='5TWLNAMCU9H4O9BS40G0L1OB6FB' where id=2; -update noar tt set v0='4JWGCZZW4RNO15YF9CB' where id=3; -update noar ti set v0='4JWGCZZW4RNO15YF9CB' where id=3; -update noar tt set b0='ZY4NSRK9OOZ' where id=3; -update noar ti set b0='ZY4NSRK9OOZ' where id=3; -update noar tt set v0='KZXGF4CQ5TZG7F7NJKO' where id=3; -update noar ti set v0='KZXGF4CQ5TZG7F7NJKO' where id=3; -update noar tt set b1='RSP' where id=3; -update noar ti set b1='RSP' where id=3; -update noar tt set v0='T1ONZ' where id=3; -update noar ti set v0='T1ONZ' where id=3; -update noar tt set b2='28UPM1PV25C1HHNFGP1' where id=3; -update noar ti set b2='28UPM1PV25C1HHNFGP1' where id=3; -update noar tt set v0='R4YKZQORXOYQTS05PWQ' where id=4; -update noar ti set v0='R4YKZQORXOYQTS05PWQ' where id=4; -update noar tt set b0='1R0U' where id=4; -update noar ti set b0='1R0U' where id=4; -update noar tt set v0='YL9FX1GM6XJHJE' where id=4; -update noar ti set v0='YL9FX1GM6XJHJE' where id=4; -update noar tt set b1='FFBSOMJDGFKBV' where id=4; -update noar ti set b1='FFBSOMJDGFKBV' where id=4; -update noar tt set v0='I1H3SFETRWC' where id=4; -update noar ti set v0='I1H3SFETRWC' where id=4; -update noar tt set b2='3YOVBYBZLFTZT5EXVANJ9DN' where id=4; -update noar ti set b2='3YOVBYBZLFTZT5EXVANJ9DN' where id=4; -update noar tt set v0='V' where id=5; -update noar ti set v0='V' where id=5; -update noar tt set b0='ZGWR5KP2LXFIR01TXD5ZPY5' where id=5; -update noar ti set b0='ZGWR5KP2LXFIR01TXD5ZPY5' where id=5; -update noar tt set v0='6SWK1W9S3BK5CZF8DSPNCAM' where id=5; -update noar ti set v0='6SWK1W9S3BK5CZF8DSPNCAM' where id=5; -update noar tt set b1='IXAVX3LYSEV79VRV6MI8FLP' where id=5; -update noar ti set b1='IXAVX3LYSEV79VRV6MI8FLP' where id=5; -update noar tt set v0='21VSAEYY0W' where id=5; -update noar ti set v0='21VSAEYY0W' where id=5; -update noar tt set b2='B6RIHC5GGN0HP1QSLNLH2EJKZR' where id=5; -update noar ti set b2='B6RIHC5GGN0HP1QSLNLH2EJKZR' where id=5; -update noar tt set v0='ISBEVIZ2SMEOSTE67TJ' where id=6; -update noar ti set v0='ISBEVIZ2SMEOSTE67TJ' where id=6; -update noar tt set b0='LXGS6Z82XVIWFJE3JNQD7' where id=6; -update noar ti set b0='LXGS6Z82XVIWFJE3JNQD7' where id=6; -update noar tt set v0='15T30XA0EHLM9Z1BJIVX34NQHCU' where id=6; -update noar ti set v0='15T30XA0EHLM9Z1BJIVX34NQHCU' where id=6; -update noar tt set b1='LNXJQKDJ3X6337S2' where id=6; -update noar ti set b1='LNXJQKDJ3X6337S2' where id=6; -update noar tt set v0='XUHU88Y4J29GADBMDRE' where id=6; -update noar ti set v0='XUHU88Y4J29GADBMDRE' where id=6; -update noar tt set b2='PR7U8X' where id=6; -update noar ti set b2='PR7U8X' where id=6; -update noar tt set v0='B6TBGDHSYG0CCTR' where id=7; -update noar ti set v0='B6TBGDHSYG0CCTR' where id=7; -update noar tt set b0='OHCBQU0FPZNLISDBAXV9VLR6U8P' where id=7; -update noar ti set b0='OHCBQU0FPZNLISDBAXV9VLR6U8P' where id=7; -update noar tt set v0='YU5' where id=7; -update noar ti set v0='YU5' where id=7; -update noar tt set b1='BGMBXSJQMPEFIP6E77KS9N3A37JMJI3' where id=7; -update noar ti set b1='BGMBXSJQMPEFIP6E77KS9N3A37JMJI3' where id=7; -update noar tt set v0='UUMNZ9ZJ23GRRC3PBDXRK5YHEZV' where id=7; -update noar ti set v0='UUMNZ9ZJ23GRRC3PBDXRK5YHEZV' where id=7; -update noar tt set b2='H3X9Q73J53CFAAO45M4A0URJMEPI' where id=7; -update noar ti set b2='H3X9Q73J53CFAAO45M4A0URJMEPI' where id=7; -update noar tt set v0='1' where id=8; -update noar ti set v0='1' where id=8; -update noar tt set b0='V62TI7A1RY3X2GPVGHG9WVHQ5NKUPJ' where id=8; -update noar ti set b0='V62TI7A1RY3X2GPVGHG9WVHQ5NKUPJ' where id=8; -update noar tt set v0='46K37GU404HS0B0U8BLJ445JYNGTW5OF' where id=8; -update noar ti set v0='46K37GU404HS0B0U8BLJ445JYNGTW5OF' where id=8; -update noar tt set b1='A8LJKWUQNRXUQ4J40859X4KH85IT' where id=8; -update noar ti set b1='A8LJKWUQNRXUQ4J40859X4KH85IT' where id=8; -update noar tt set v0='P3CEKKJKZBMQ3OSEE1I' where id=8; -update noar ti set v0='P3CEKKJKZBMQ3OSEE1I' where id=8; -update noar tt set b2='HNCO4R7' where id=8; -update noar ti set b2='HNCO4R7' where id=8; -update noar tt set v0='6SXV0S61XDZJYSZ8NN4RY7D2O76BYY' where id=9; -update noar ti set v0='6SXV0S61XDZJYSZ8NN4RY7D2O76BYY' where id=9; -update noar tt set b0='4D7JHY' where id=9; -update noar ti set b0='4D7JHY' where id=9; -update noar tt set v0='0VOHP79' where id=9; -update noar ti set v0='0VOHP79' where id=9; -update noar tt set b1='1JBM735T9ORWVC5A6BIZWR2Y' where id=9; -update noar ti set b1='1JBM735T9ORWVC5A6BIZWR2Y' where id=9; -update noar tt set v0='GM8IKQPIWI2J8MDTDJVE' where id=9; -update noar ti set v0='GM8IKQPIWI2J8MDTDJVE' where id=9; -update noar tt set b2='ZPM6S7XTS3' where id=9; -update noar ti set b2='ZPM6S7XTS3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1AF01X3WS227' where id=1; -update noar ti set v0='1AF01X3WS227' where id=1; -update noar tt set b0='1R49AHBWT09IF5HLF5R6KAV' where id=1; -update noar ti set b0='1R49AHBWT09IF5HLF5R6KAV' where id=1; -update noar tt set v0='P0HDP2' where id=1; -update noar ti set v0='P0HDP2' where id=1; -update noar tt set b1='V4ZOBTMDUQSJUIMTX6OGRVV73PK0COX' where id=1; -update noar ti set b1='V4ZOBTMDUQSJUIMTX6OGRVV73PK0COX' where id=1; -update noar tt set v0='BCG9Y1I8X8VGOCNQMH5HH' where id=1; -update noar ti set v0='BCG9Y1I8X8VGOCNQMH5HH' where id=1; -update noar tt set b2='BAL8' where id=1; -update noar ti set b2='BAL8' where id=1; -update noar tt set v0='W6KIP' where id=2; -update noar ti set v0='W6KIP' where id=2; -update noar tt set b0='A1LN2XZW6' where id=2; -update noar ti set b0='A1LN2XZW6' where id=2; -update noar tt set v0='T8OWOMFO8ER645CKXBR4N5J4' where id=2; -update noar ti set v0='T8OWOMFO8ER645CKXBR4N5J4' where id=2; -update noar tt set b1='M65A8F75ZLFATNCGIEJ9BKS' where id=2; -update noar ti set b1='M65A8F75ZLFATNCGIEJ9BKS' where id=2; -update noar tt set v0='2WKZN7' where id=2; -update noar ti set v0='2WKZN7' where id=2; -update noar tt set b2='X2F' where id=2; -update noar ti set b2='X2F' where id=2; -update noar tt set v0='9P13EK0CEVA6SHZQHKV3DN7' where id=3; -update noar ti set v0='9P13EK0CEVA6SHZQHKV3DN7' where id=3; -update noar tt set b0='9W6E78T54GKTFAALZXPH79ONCOYJ' where id=3; -update noar ti set b0='9W6E78T54GKTFAALZXPH79ONCOYJ' where id=3; -update noar tt set v0='LSL8W0AC' where id=3; -update noar ti set v0='LSL8W0AC' where id=3; -update noar tt set b1='XSNNK80QZV5MNFZ2E6623QS' where id=3; -update noar ti set b1='XSNNK80QZV5MNFZ2E6623QS' where id=3; -update noar tt set v0='NHGCAVU9RIWUMN3YC7LQVG' where id=3; -update noar ti set v0='NHGCAVU9RIWUMN3YC7LQVG' where id=3; -update noar tt set b2='L' where id=3; -update noar ti set b2='L' where id=3; -update noar tt set v0='INJGNJQEBMWEIPWVJU0CE8R9B5HXQ' where id=4; -update noar ti set v0='INJGNJQEBMWEIPWVJU0CE8R9B5HXQ' where id=4; -update noar tt set b0='8GI41B8OW7V' where id=4; -update noar ti set b0='8GI41B8OW7V' where id=4; -update noar tt set v0='HHE80S' where id=4; -update noar ti set v0='HHE80S' where id=4; -update noar tt set b1='S' where id=4; -update noar ti set b1='S' where id=4; -update noar tt set v0='IXT6ZVZDZMK0T85YJN45MEG057' where id=4; -update noar ti set v0='IXT6ZVZDZMK0T85YJN45MEG057' where id=4; -update noar tt set b2='R1K2O4FKFMPRJXD6PZCW' where id=4; -update noar ti set b2='R1K2O4FKFMPRJXD6PZCW' where id=4; -update noar tt set v0='8F37QD6Y' where id=5; -update noar ti set v0='8F37QD6Y' where id=5; -update noar tt set b0='XERSA78' where id=5; -update noar ti set b0='XERSA78' where id=5; -update noar tt set v0='J2I1EOVVPK6F7R08H3RVMJ' where id=5; -update noar ti set v0='J2I1EOVVPK6F7R08H3RVMJ' where id=5; -update noar tt set b1='0TJCITGVWSB' where id=5; -update noar ti set b1='0TJCITGVWSB' where id=5; -update noar tt set v0='74FN6VF072SQ2WCCWSLG3PD' where id=5; -update noar ti set v0='74FN6VF072SQ2WCCWSLG3PD' where id=5; -update noar tt set b2='0IKG' where id=5; -update noar ti set b2='0IKG' where id=5; -update noar tt set v0='VA09DG6FN2X61PWLR684YT120V' where id=6; -update noar ti set v0='VA09DG6FN2X61PWLR684YT120V' where id=6; -update noar tt set b0='O10HRJ7R0HXSHN2J7V5' where id=6; -update noar ti set b0='O10HRJ7R0HXSHN2J7V5' where id=6; -update noar tt set v0='4ZRP8BKUT3Q1QEBG' where id=6; -update noar ti set v0='4ZRP8BKUT3Q1QEBG' where id=6; -update noar tt set b1='NLJHW2' where id=6; -update noar ti set b1='NLJHW2' where id=6; -update noar tt set v0='YOCXOS72XX4HO8K7G39UKCE9O' where id=6; -update noar ti set v0='YOCXOS72XX4HO8K7G39UKCE9O' where id=6; -update noar tt set b2='GBV9V4LQSJZ09UMHMEKGLSRJN' where id=6; -update noar ti set b2='GBV9V4LQSJZ09UMHMEKGLSRJN' where id=6; -update noar tt set v0='EVIU5FYHPGJH8WLTPNVFFE1PV' where id=7; -update noar ti set v0='EVIU5FYHPGJH8WLTPNVFFE1PV' where id=7; -update noar tt set b0='LTK177PKH35YPZ9A91' where id=7; -update noar ti set b0='LTK177PKH35YPZ9A91' where id=7; -update noar tt set v0='JMBFPP8Z554VG2VSYENDG' where id=7; -update noar ti set v0='JMBFPP8Z554VG2VSYENDG' where id=7; -update noar tt set b1='HR7JF0B25' where id=7; -update noar ti set b1='HR7JF0B25' where id=7; -update noar tt set v0='DPWFLMRYQHCSD6HDA1IG1UT6SVHU75' where id=7; -update noar ti set v0='DPWFLMRYQHCSD6HDA1IG1UT6SVHU75' where id=7; -update noar tt set b2='VHQ8IUZPUCPHA' where id=7; -update noar ti set b2='VHQ8IUZPUCPHA' where id=7; -update noar tt set v0='6O29JV8UO5HKA6VDNZ1V6Z36X' where id=8; -update noar ti set v0='6O29JV8UO5HKA6VDNZ1V6Z36X' where id=8; -update noar tt set b0='H5LETTK4PYX' where id=8; -update noar ti set b0='H5LETTK4PYX' where id=8; -update noar tt set v0='VYTJ3790LQU8NQYR' where id=8; -update noar ti set v0='VYTJ3790LQU8NQYR' where id=8; -update noar tt set b1='MVSR5HHA4C5AXWQS5GENVVV1B62BWN' where id=8; -update noar ti set b1='MVSR5HHA4C5AXWQS5GENVVV1B62BWN' where id=8; -update noar tt set v0='NKPACDJB' where id=8; -update noar ti set v0='NKPACDJB' where id=8; -update noar tt set b2='YILN1WQ' where id=8; -update noar ti set b2='YILN1WQ' where id=8; -update noar tt set v0='8IJ2AEJQSU1GYNXR9OYSS68X0J1NF' where id=9; -update noar ti set v0='8IJ2AEJQSU1GYNXR9OYSS68X0J1NF' where id=9; -update noar tt set b0='C0YEYJD9CW3CG1UX1EKO470' where id=9; -update noar ti set b0='C0YEYJD9CW3CG1UX1EKO470' where id=9; -update noar tt set v0='7B6SBJ87W5' where id=9; -update noar ti set v0='7B6SBJ87W5' where id=9; -update noar tt set b1='B8FKWM' where id=9; -update noar ti set b1='B8FKWM' where id=9; -update noar tt set v0='V2H3LBB1JLD10C1XPA6T4DHS40NA' where id=9; -update noar ti set v0='V2H3LBB1JLD10C1XPA6T4DHS40NA' where id=9; -update noar tt set b2='G8KDCJRBHAP0AY' where id=9; -update noar ti set b2='G8KDCJRBHAP0AY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9HIHW2P64KCSIM0' where id=1; -update noar ti set v0='9HIHW2P64KCSIM0' where id=1; -update noar tt set b0='ZGOYY60STTLGSKT9QSZLQ016' where id=1; -update noar ti set b0='ZGOYY60STTLGSKT9QSZLQ016' where id=1; -update noar tt set v0='HSQZ4J2VKO4U' where id=1; -update noar ti set v0='HSQZ4J2VKO4U' where id=1; -update noar tt set b1='O9I191I9DGIXABA' where id=1; -update noar ti set b1='O9I191I9DGIXABA' where id=1; -update noar tt set v0='YTA5XSHN31AE8KDC' where id=1; -update noar ti set v0='YTA5XSHN31AE8KDC' where id=1; -update noar tt set b2='F' where id=1; -update noar ti set b2='F' where id=1; -update noar tt set v0='A3WT1XH4' where id=2; -update noar ti set v0='A3WT1XH4' where id=2; -update noar tt set b0='TOPUAFDME79J8UHW8L9' where id=2; -update noar ti set b0='TOPUAFDME79J8UHW8L9' where id=2; -update noar tt set v0='GEY' where id=2; -update noar ti set v0='GEY' where id=2; -update noar tt set b1='EHK29M241DFY8ZGHCJ4' where id=2; -update noar ti set b1='EHK29M241DFY8ZGHCJ4' where id=2; -update noar tt set v0='91MC94IR9C1JWCQ' where id=2; -update noar ti set v0='91MC94IR9C1JWCQ' where id=2; -update noar tt set b2='99Z186GL74WPV9FFZGF1' where id=2; -update noar ti set b2='99Z186GL74WPV9FFZGF1' where id=2; -update noar tt set v0='I02RJX4AV9XPDDPEGL3Q24' where id=3; -update noar ti set v0='I02RJX4AV9XPDDPEGL3Q24' where id=3; -update noar tt set b0='064766' where id=3; -update noar ti set b0='064766' where id=3; -update noar tt set v0='KO4M0BU57' where id=3; -update noar ti set v0='KO4M0BU57' where id=3; -update noar tt set b1='D7MHSNW' where id=3; -update noar ti set b1='D7MHSNW' where id=3; -update noar tt set v0='5FXAKS9OEW' where id=3; -update noar ti set v0='5FXAKS9OEW' where id=3; -update noar tt set b2='9RXKSRFLL6DK' where id=3; -update noar ti set b2='9RXKSRFLL6DK' where id=3; -update noar tt set v0='5IJ1250RDGKZ8OR' where id=4; -update noar ti set v0='5IJ1250RDGKZ8OR' where id=4; -update noar tt set b0='X6' where id=4; -update noar ti set b0='X6' where id=4; -update noar tt set v0='ABQ28OV1794IZIE8GRIE74SBJP5' where id=4; -update noar ti set v0='ABQ28OV1794IZIE8GRIE74SBJP5' where id=4; -update noar tt set b1='D6FHCAV3A7QJ' where id=4; -update noar ti set b1='D6FHCAV3A7QJ' where id=4; -update noar tt set v0='RVYUOMOXHG3G' where id=4; -update noar ti set v0='RVYUOMOXHG3G' where id=4; -update noar tt set b2='MFJ0N3SHFY' where id=4; -update noar ti set b2='MFJ0N3SHFY' where id=4; -update noar tt set v0='5E9XK8AZJR2QHDW2M217K9UDW4YIMZ93' where id=5; -update noar ti set v0='5E9XK8AZJR2QHDW2M217K9UDW4YIMZ93' where id=5; -update noar tt set b0='3MM1N38' where id=5; -update noar ti set b0='3MM1N38' where id=5; -update noar tt set v0='YIG77DRP1NT7MA70YZNZ' where id=5; -update noar ti set v0='YIG77DRP1NT7MA70YZNZ' where id=5; -update noar tt set b1='HM5VT0VIFMX5' where id=5; -update noar ti set b1='HM5VT0VIFMX5' where id=5; -update noar tt set v0='E44S3M2D7' where id=5; -update noar ti set v0='E44S3M2D7' where id=5; -update noar tt set b2='9KGB9YS547AVWSIW07JVLMT' where id=5; -update noar ti set b2='9KGB9YS547AVWSIW07JVLMT' where id=5; -update noar tt set v0='TFLIRGQORV6S6HMK' where id=6; -update noar ti set v0='TFLIRGQORV6S6HMK' where id=6; -update noar tt set b0='JH0' where id=6; -update noar ti set b0='JH0' where id=6; -update noar tt set v0='SF3TUCQR1JTGU0LXWE1R0DNRHOGTPP8' where id=6; -update noar ti set v0='SF3TUCQR1JTGU0LXWE1R0DNRHOGTPP8' where id=6; -update noar tt set b1='WLUXRR3FE969X574' where id=6; -update noar ti set b1='WLUXRR3FE969X574' where id=6; -update noar tt set v0='AO2' where id=6; -update noar ti set v0='AO2' where id=6; -update noar tt set b2='FK' where id=6; -update noar ti set b2='FK' where id=6; -update noar tt set v0='1O0X7DOSU3CWQXWP5Y74OK7E9MQX' where id=7; -update noar ti set v0='1O0X7DOSU3CWQXWP5Y74OK7E9MQX' where id=7; -update noar tt set b0='RGV6MBE' where id=7; -update noar ti set b0='RGV6MBE' where id=7; -update noar tt set v0='51ZZZA9JI87KLBVKVLQVOQZV9LL8XX62' where id=7; -update noar ti set v0='51ZZZA9JI87KLBVKVLQVOQZV9LL8XX62' where id=7; -update noar tt set b1='LME1J16K3DC0VTDCXM44TW' where id=7; -update noar ti set b1='LME1J16K3DC0VTDCXM44TW' where id=7; -update noar tt set v0='6J4B6ZITB5N6A8YJCJQ1XJPMRSHLI' where id=7; -update noar ti set v0='6J4B6ZITB5N6A8YJCJQ1XJPMRSHLI' where id=7; -update noar tt set b2='GYSIE47ALW8' where id=7; -update noar ti set b2='GYSIE47ALW8' where id=7; -update noar tt set v0='KE' where id=8; -update noar ti set v0='KE' where id=8; -update noar tt set b0='BB8XO8EUNS6GX675FX9GVI' where id=8; -update noar ti set b0='BB8XO8EUNS6GX675FX9GVI' where id=8; -update noar tt set v0='7VZ05FTTP6HMT5BLGOP7LYNXUN4' where id=8; -update noar ti set v0='7VZ05FTTP6HMT5BLGOP7LYNXUN4' where id=8; -update noar tt set b1='K' where id=8; -update noar ti set b1='K' where id=8; -update noar tt set v0='TSFBMY5HR2YHSDT6E559F08J' where id=8; -update noar ti set v0='TSFBMY5HR2YHSDT6E559F08J' where id=8; -update noar tt set b2='HGIQ8168E62PTPD5BFMAIEW' where id=8; -update noar ti set b2='HGIQ8168E62PTPD5BFMAIEW' where id=8; -update noar tt set v0='42XP' where id=9; -update noar ti set v0='42XP' where id=9; -update noar tt set b0='NO4TPSLA6LT' where id=9; -update noar ti set b0='NO4TPSLA6LT' where id=9; -update noar tt set v0='OVJ9MSPPOOA84LA8NUG' where id=9; -update noar ti set v0='OVJ9MSPPOOA84LA8NUG' where id=9; -update noar tt set b1='TE4U' where id=9; -update noar ti set b1='TE4U' where id=9; -update noar tt set v0='PUUGG3UFRZGZ29HMYYY0S7KCQP8LBQ' where id=9; -update noar ti set v0='PUUGG3UFRZGZ29HMYYY0S7KCQP8LBQ' where id=9; -update noar tt set b2='4B5SPQICKSHW93TKJKE8IBB8MJB2YI2S' where id=9; -update noar ti set b2='4B5SPQICKSHW93TKJKE8IBB8MJB2YI2S' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GF17L1U1SX3LZMBL72' where id=1; -update noar ti set v0='GF17L1U1SX3LZMBL72' where id=1; -update noar tt set b0='BIXPE4LKQ735CMRFJ8CKEHY0CA8JQ' where id=1; -update noar ti set b0='BIXPE4LKQ735CMRFJ8CKEHY0CA8JQ' where id=1; -update noar tt set v0='VWW0Q' where id=1; -update noar ti set v0='VWW0Q' where id=1; -update noar tt set b1='QHEY4IW47M65KY9' where id=1; -update noar ti set b1='QHEY4IW47M65KY9' where id=1; -update noar tt set v0='2DYGP7345S1BKLKSZRGR9CLCA1DOZE' where id=1; -update noar ti set v0='2DYGP7345S1BKLKSZRGR9CLCA1DOZE' where id=1; -update noar tt set b2='WH5G4TLGEOBCK3X6BZ3CHTFJEZUSHHW' where id=1; -update noar ti set b2='WH5G4TLGEOBCK3X6BZ3CHTFJEZUSHHW' where id=1; -update noar tt set v0='RRGD' where id=2; -update noar ti set v0='RRGD' where id=2; -update noar tt set b0='IM' where id=2; -update noar ti set b0='IM' where id=2; -update noar tt set v0='Y6S1111MTK1NDOZ33RV3OEA1A9' where id=2; -update noar ti set v0='Y6S1111MTK1NDOZ33RV3OEA1A9' where id=2; -update noar tt set b1='T' where id=2; -update noar ti set b1='T' where id=2; -update noar tt set v0='5E3YSZ5D7ZKM2Y8HBTWN20P1F235' where id=2; -update noar ti set v0='5E3YSZ5D7ZKM2Y8HBTWN20P1F235' where id=2; -update noar tt set b2='EAH1Z1NKJFFOSGL4RYQRNARL' where id=2; -update noar ti set b2='EAH1Z1NKJFFOSGL4RYQRNARL' where id=2; -update noar tt set v0='21OE8CJNWI5' where id=3; -update noar ti set v0='21OE8CJNWI5' where id=3; -update noar tt set b0='PDOMXFN73FCT' where id=3; -update noar ti set b0='PDOMXFN73FCT' where id=3; -update noar tt set v0='NZ5TXD3AQDQ' where id=3; -update noar ti set v0='NZ5TXD3AQDQ' where id=3; -update noar tt set b1='ZO0PYX3IF3Q4FP23Z7LGKWNOJNZ3UP8' where id=3; -update noar ti set b1='ZO0PYX3IF3Q4FP23Z7LGKWNOJNZ3UP8' where id=3; -update noar tt set v0='ORJIBHYU9Y238PAKK7C' where id=3; -update noar ti set v0='ORJIBHYU9Y238PAKK7C' where id=3; -update noar tt set b2='H5RD5YWAS8' where id=3; -update noar ti set b2='H5RD5YWAS8' where id=3; -update noar tt set v0='Q19GASNYG9JIAP46IJRBAL1XCW7' where id=4; -update noar ti set v0='Q19GASNYG9JIAP46IJRBAL1XCW7' where id=4; -update noar tt set b0='TWBIUI2Q5BO3LD3RIQC' where id=4; -update noar ti set b0='TWBIUI2Q5BO3LD3RIQC' where id=4; -update noar tt set v0='1SFP' where id=4; -update noar ti set v0='1SFP' where id=4; -update noar tt set b1='X86J3UPKVPZ0PE4W' where id=4; -update noar ti set b1='X86J3UPKVPZ0PE4W' where id=4; -update noar tt set v0='WA890F8YZF968HN' where id=4; -update noar ti set v0='WA890F8YZF968HN' where id=4; -update noar tt set b2='EWS07I9' where id=4; -update noar ti set b2='EWS07I9' where id=4; -update noar tt set v0='169TT2I3RUI7GDBSQT8F48CBI' where id=5; -update noar ti set v0='169TT2I3RUI7GDBSQT8F48CBI' where id=5; -update noar tt set b0='MHWTYHVC8E88QYOY6Z' where id=5; -update noar ti set b0='MHWTYHVC8E88QYOY6Z' where id=5; -update noar tt set v0='V8X1VR71VBZL4U5OGQR6WFHHURAAUF' where id=5; -update noar ti set v0='V8X1VR71VBZL4U5OGQR6WFHHURAAUF' where id=5; -update noar tt set b1='6I3T' where id=5; -update noar ti set b1='6I3T' where id=5; -update noar tt set v0='XN' where id=5; -update noar ti set v0='XN' where id=5; -update noar tt set b2='PZ3NZBKIR0PCSWZWC3VLXU3PTO5AUP' where id=5; -update noar ti set b2='PZ3NZBKIR0PCSWZWC3VLXU3PTO5AUP' where id=5; -update noar tt set v0='DJ2OR7DROVN' where id=6; -update noar ti set v0='DJ2OR7DROVN' where id=6; -update noar tt set b0='I6430XDDKVG627T2CUIX' where id=6; -update noar ti set b0='I6430XDDKVG627T2CUIX' where id=6; -update noar tt set v0='KAAEGP' where id=6; -update noar ti set v0='KAAEGP' where id=6; -update noar tt set b1='5H' where id=6; -update noar ti set b1='5H' where id=6; -update noar tt set v0='VQ14VVOP7U' where id=6; -update noar ti set v0='VQ14VVOP7U' where id=6; -update noar tt set b2='68BW9OMT2WFVC8U0PE77IQCLTSEK5D' where id=6; -update noar ti set b2='68BW9OMT2WFVC8U0PE77IQCLTSEK5D' where id=6; -update noar tt set v0='QMDIF8Z144FMY1J4OUBYBJOEY0ZOY0' where id=7; -update noar ti set v0='QMDIF8Z144FMY1J4OUBYBJOEY0ZOY0' where id=7; -update noar tt set b0='HVW5I3S' where id=7; -update noar ti set b0='HVW5I3S' where id=7; -update noar tt set v0='K9DYRGMR' where id=7; -update noar ti set v0='K9DYRGMR' where id=7; -update noar tt set b1='KP8UAE2WQKDR46SVQ4AVB9O9LXWZSVTB' where id=7; -update noar ti set b1='KP8UAE2WQKDR46SVQ4AVB9O9LXWZSVTB' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b2='OBI72B7V81ADVKN26LVJKWJ6' where id=7; -update noar ti set b2='OBI72B7V81ADVKN26LVJKWJ6' where id=7; -update noar tt set v0='ZDXIBY' where id=8; -update noar ti set v0='ZDXIBY' where id=8; -update noar tt set b0='0LV853A7FHMSQ' where id=8; -update noar ti set b0='0LV853A7FHMSQ' where id=8; -update noar tt set v0='SXSMCIVD9' where id=8; -update noar ti set v0='SXSMCIVD9' where id=8; -update noar tt set b1='6AFPUJCZE7HNH' where id=8; -update noar ti set b1='6AFPUJCZE7HNH' where id=8; -update noar tt set v0='AQIQNPEVRW3BN40DBBSSL9S4PWY9U5N0' where id=8; -update noar ti set v0='AQIQNPEVRW3BN40DBBSSL9S4PWY9U5N0' where id=8; -update noar tt set b2='P06N9D7KMGE9R2CKLFQ8K08H7' where id=8; -update noar ti set b2='P06N9D7KMGE9R2CKLFQ8K08H7' where id=8; -update noar tt set v0='VW23U5K782KC5Y4O9GK552P55C' where id=9; -update noar ti set v0='VW23U5K782KC5Y4O9GK552P55C' where id=9; -update noar tt set b0='ZF' where id=9; -update noar ti set b0='ZF' where id=9; -update noar tt set v0='0KYY7' where id=9; -update noar ti set v0='0KYY7' where id=9; -update noar tt set b1='Q6NKN8TYPGE3FB5265N' where id=9; -update noar ti set b1='Q6NKN8TYPGE3FB5265N' where id=9; -update noar tt set v0='9XR' where id=9; -update noar ti set v0='9XR' where id=9; -update noar tt set b2='Q4RE36AW59CYH' where id=9; -update noar ti set b2='Q4RE36AW59CYH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3S0WWESDHKR4K2WT6QJDUD' where id=1; -update noar ti set v0='3S0WWESDHKR4K2WT6QJDUD' where id=1; -update noar tt set b0='98S345IMCAKXRS78TW57CGSQMV' where id=1; -update noar ti set b0='98S345IMCAKXRS78TW57CGSQMV' where id=1; -update noar tt set v0='LP2B7MV4T39WOGIDDT' where id=1; -update noar ti set v0='LP2B7MV4T39WOGIDDT' where id=1; -update noar tt set b1='T6JI' where id=1; -update noar ti set b1='T6JI' where id=1; -update noar tt set v0='2SQEKQZBACK1C0JCAP12IDTDAGS' where id=1; -update noar ti set v0='2SQEKQZBACK1C0JCAP12IDTDAGS' where id=1; -update noar tt set b2='HBH2TP3YS3X' where id=1; -update noar ti set b2='HBH2TP3YS3X' where id=1; -update noar tt set v0='EFB580L901RLHWFBZFMAD6LDD' where id=2; -update noar ti set v0='EFB580L901RLHWFBZFMAD6LDD' where id=2; -update noar tt set b0='0R' where id=2; -update noar ti set b0='0R' where id=2; -update noar tt set v0='TSLL5J9ABLE5VJ5QWU9DT' where id=2; -update noar ti set v0='TSLL5J9ABLE5VJ5QWU9DT' where id=2; -update noar tt set b1='KSZC3MI418X1X0P4LJRE' where id=2; -update noar ti set b1='KSZC3MI418X1X0P4LJRE' where id=2; -update noar tt set v0='T' where id=2; -update noar ti set v0='T' where id=2; -update noar tt set b2='Q14Z7EY36NPU498XWNSPZZ0RHLJUK' where id=2; -update noar ti set b2='Q14Z7EY36NPU498XWNSPZZ0RHLJUK' where id=2; -update noar tt set v0='2EYU368F9AIF0NHDJIH' where id=3; -update noar ti set v0='2EYU368F9AIF0NHDJIH' where id=3; -update noar tt set b0='R62QJWMOQZGTJ832UVCG25' where id=3; -update noar ti set b0='R62QJWMOQZGTJ832UVCG25' where id=3; -update noar tt set v0='4CQ06TQ' where id=3; -update noar ti set v0='4CQ06TQ' where id=3; -update noar tt set b1='X0H0S121RZCUZOWMM00W' where id=3; -update noar ti set b1='X0H0S121RZCUZOWMM00W' where id=3; -update noar tt set v0='07JPZUIHCF' where id=3; -update noar ti set v0='07JPZUIHCF' where id=3; -update noar tt set b2='O5K2VGGLZ' where id=3; -update noar ti set b2='O5K2VGGLZ' where id=3; -update noar tt set v0='A1PELQZP43WBDFWKYKZCO' where id=4; -update noar ti set v0='A1PELQZP43WBDFWKYKZCO' where id=4; -update noar tt set b0='TT3Q6E3CMRB49183WEDUCX1GUY1JB' where id=4; -update noar ti set b0='TT3Q6E3CMRB49183WEDUCX1GUY1JB' where id=4; -update noar tt set v0='BVZUTKEGUNII55' where id=4; -update noar ti set v0='BVZUTKEGUNII55' where id=4; -update noar tt set b1='QFO7XNDIN3W17DQBKWFELY4SYUTK' where id=4; -update noar ti set b1='QFO7XNDIN3W17DQBKWFELY4SYUTK' where id=4; -update noar tt set v0='GKZGU5XQE70G953153KW' where id=4; -update noar ti set v0='GKZGU5XQE70G953153KW' where id=4; -update noar tt set b2='0UT6VL9YRZ1BQGN2ZDDEND52KCJFIS' where id=4; -update noar ti set b2='0UT6VL9YRZ1BQGN2ZDDEND52KCJFIS' where id=4; -update noar tt set v0='IZ' where id=5; -update noar ti set v0='IZ' where id=5; -update noar tt set b0='PO' where id=5; -update noar ti set b0='PO' where id=5; -update noar tt set v0='IVLTDAOOVSAQ43COLDYYX3DS' where id=5; -update noar ti set v0='IVLTDAOOVSAQ43COLDYYX3DS' where id=5; -update noar tt set b1='LTM2Y7Q' where id=5; -update noar ti set b1='LTM2Y7Q' where id=5; -update noar tt set v0='6ILNNFYIFNPWETFXWWIGBP47X' where id=5; -update noar ti set v0='6ILNNFYIFNPWETFXWWIGBP47X' where id=5; -update noar tt set b2='ZJ9SEVPPPUFS4I' where id=5; -update noar ti set b2='ZJ9SEVPPPUFS4I' where id=5; -update noar tt set v0='3SQ8V1UBKQ78IT1NY6LYU1YUJ376OZWR' where id=6; -update noar ti set v0='3SQ8V1UBKQ78IT1NY6LYU1YUJ376OZWR' where id=6; -update noar tt set b0='BSE6T' where id=6; -update noar ti set b0='BSE6T' where id=6; -update noar tt set v0='SHSX1C95PJQHLU1CZOGSN6UCZLJBJHP' where id=6; -update noar ti set v0='SHSX1C95PJQHLU1CZOGSN6UCZLJBJHP' where id=6; -update noar tt set b1='Y4SSYZOGTV9XROMOTB5' where id=6; -update noar ti set b1='Y4SSYZOGTV9XROMOTB5' where id=6; -update noar tt set v0='F' where id=6; -update noar ti set v0='F' where id=6; -update noar tt set b2='4Z0V' where id=6; -update noar ti set b2='4Z0V' where id=6; -update noar tt set v0='EA8' where id=7; -update noar ti set v0='EA8' where id=7; -update noar tt set b0='02E687JK0K7LGDGAZ8VCQD' where id=7; -update noar ti set b0='02E687JK0K7LGDGAZ8VCQD' where id=7; -update noar tt set v0='2JVD7' where id=7; -update noar ti set v0='2JVD7' where id=7; -update noar tt set b1='829O6NNRJKWVJC3D07MHEWBYSE' where id=7; -update noar ti set b1='829O6NNRJKWVJC3D07MHEWBYSE' where id=7; -update noar tt set v0='CEKZE1U5RFIGD9AI0YW3' where id=7; -update noar ti set v0='CEKZE1U5RFIGD9AI0YW3' where id=7; -update noar tt set b2='EEFYBQ0' where id=7; -update noar ti set b2='EEFYBQ0' where id=7; -update noar tt set v0='6XHZQE03N4ZUCM0VE' where id=8; -update noar ti set v0='6XHZQE03N4ZUCM0VE' where id=8; -update noar tt set b0='YJ95' where id=8; -update noar ti set b0='YJ95' where id=8; -update noar tt set v0='4UEX038RMDJP6MPCHW7' where id=8; -update noar ti set v0='4UEX038RMDJP6MPCHW7' where id=8; -update noar tt set b1='QQ70KCQSVCC1QQUJZ9F6' where id=8; -update noar ti set b1='QQ70KCQSVCC1QQUJZ9F6' where id=8; -update noar tt set v0='NMB2NNIWLG3LVTX' where id=8; -update noar ti set v0='NMB2NNIWLG3LVTX' where id=8; -update noar tt set b2='5IPYW3GJOMUOCT8TPAMYPD' where id=8; -update noar ti set b2='5IPYW3GJOMUOCT8TPAMYPD' where id=8; -update noar tt set v0='56W3KQQQJG19X3MK1FU7693' where id=9; -update noar ti set v0='56W3KQQQJG19X3MK1FU7693' where id=9; -update noar tt set b0='EDJ8VGTE7K6UN0MB7V' where id=9; -update noar ti set b0='EDJ8VGTE7K6UN0MB7V' where id=9; -update noar tt set v0='JIAJQUSNHMO5SFJ9M' where id=9; -update noar ti set v0='JIAJQUSNHMO5SFJ9M' where id=9; -update noar tt set b1='MLV4JJE8VHT6QEAE2BTRD5Z' where id=9; -update noar ti set b1='MLV4JJE8VHT6QEAE2BTRD5Z' where id=9; -update noar tt set v0='IWCFX9FX' where id=9; -update noar ti set v0='IWCFX9FX' where id=9; -update noar tt set b2='OSD77LC4JJWD6RN' where id=9; -update noar ti set b2='OSD77LC4JJWD6RN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGKB0Y2UJ' where id=1; -update noar ti set v0='JGKB0Y2UJ' where id=1; -update noar tt set b0='1EJZ4F' where id=1; -update noar ti set b0='1EJZ4F' where id=1; -update noar tt set v0='IPXSVZDVJK' where id=1; -update noar ti set v0='IPXSVZDVJK' where id=1; -update noar tt set b1='X7MGG5VY0C7JM' where id=1; -update noar ti set b1='X7MGG5VY0C7JM' where id=1; -update noar tt set v0='2J4RLDNK09RXS7Q92XUB0CXYUL' where id=1; -update noar ti set v0='2J4RLDNK09RXS7Q92XUB0CXYUL' where id=1; -update noar tt set b2='H0GCJD97' where id=1; -update noar ti set b2='H0GCJD97' where id=1; -update noar tt set v0='DSKHARQ1TPSGP5P2K' where id=2; -update noar ti set v0='DSKHARQ1TPSGP5P2K' where id=2; -update noar tt set b0='UST5EVB0TVB2OU0A8A' where id=2; -update noar ti set b0='UST5EVB0TVB2OU0A8A' where id=2; -update noar tt set v0='H455KF89AVZT' where id=2; -update noar ti set v0='H455KF89AVZT' where id=2; -update noar tt set b1='NBG' where id=2; -update noar ti set b1='NBG' where id=2; -update noar tt set v0='ILZ7WNV9UYBK6VYZDMEM' where id=2; -update noar ti set v0='ILZ7WNV9UYBK6VYZDMEM' where id=2; -update noar tt set b2='YDRIJRSB85QDIN0YMW6ADZ7QQI' where id=2; -update noar ti set b2='YDRIJRSB85QDIN0YMW6ADZ7QQI' where id=2; -update noar tt set v0='SSRBQH' where id=3; -update noar ti set v0='SSRBQH' where id=3; -update noar tt set b0='ZKC6DGD1BV3QC3XJWNJ6F0QFC80' where id=3; -update noar ti set b0='ZKC6DGD1BV3QC3XJWNJ6F0QFC80' where id=3; -update noar tt set v0='TR3E4EOX' where id=3; -update noar ti set v0='TR3E4EOX' where id=3; -update noar tt set b1='UZGN19LO2S50ANQXKJDZODO9' where id=3; -update noar ti set b1='UZGN19LO2S50ANQXKJDZODO9' where id=3; -update noar tt set v0='O3KC3BOJAHY' where id=3; -update noar ti set v0='O3KC3BOJAHY' where id=3; -update noar tt set b2='UEGN7YSGXA6RS842PNGBN9GS502CX' where id=3; -update noar ti set b2='UEGN7YSGXA6RS842PNGBN9GS502CX' where id=3; -update noar tt set v0='H5TPELD' where id=4; -update noar ti set v0='H5TPELD' where id=4; -update noar tt set b0='6B627B1YBSD1M' where id=4; -update noar ti set b0='6B627B1YBSD1M' where id=4; -update noar tt set v0='CXARHVNQD9IYEW9H' where id=4; -update noar ti set v0='CXARHVNQD9IYEW9H' where id=4; -update noar tt set b1='QPP3CFQRY6SI' where id=4; -update noar ti set b1='QPP3CFQRY6SI' where id=4; -update noar tt set v0='82VFOC1N2GK0NFQTTN4WK6' where id=4; -update noar ti set v0='82VFOC1N2GK0NFQTTN4WK6' where id=4; -update noar tt set b2='5VNK' where id=4; -update noar ti set b2='5VNK' where id=4; -update noar tt set v0='WP2CLGWII5KY2NE' where id=5; -update noar ti set v0='WP2CLGWII5KY2NE' where id=5; -update noar tt set b0='3IYOS7L3YJ8323Z1JX3WHCTM0F' where id=5; -update noar ti set b0='3IYOS7L3YJ8323Z1JX3WHCTM0F' where id=5; -update noar tt set v0='C3P4Y6ZT78RPWA72' where id=5; -update noar ti set v0='C3P4Y6ZT78RPWA72' where id=5; -update noar tt set b1='DOI00DZHRR3UX3A63K3Z7GM' where id=5; -update noar ti set b1='DOI00DZHRR3UX3A63K3Z7GM' where id=5; -update noar tt set v0='0C5H4TTNKZHOGJOWR' where id=5; -update noar ti set v0='0C5H4TTNKZHOGJOWR' where id=5; -update noar tt set b2='2HA5DGYHB17G5' where id=5; -update noar ti set b2='2HA5DGYHB17G5' where id=5; -update noar tt set v0='9BWN6Y3' where id=6; -update noar ti set v0='9BWN6Y3' where id=6; -update noar tt set b0='LN9B7A43' where id=6; -update noar ti set b0='LN9B7A43' where id=6; -update noar tt set v0='L7VM8FK1Y7VBEOMO' where id=6; -update noar ti set v0='L7VM8FK1Y7VBEOMO' where id=6; -update noar tt set b1='YUMOW' where id=6; -update noar ti set b1='YUMOW' where id=6; -update noar tt set v0='Z7GK8H7ARENPWJHH83QYRFFB97E6K' where id=6; -update noar ti set v0='Z7GK8H7ARENPWJHH83QYRFFB97E6K' where id=6; -update noar tt set b2='UALSJ' where id=6; -update noar ti set b2='UALSJ' where id=6; -update noar tt set v0='5PJY8KHE4LWLS53YDP' where id=7; -update noar ti set v0='5PJY8KHE4LWLS53YDP' where id=7; -update noar tt set b0='2L50XCEL922NS5AWAJUTLD7NYGUQ' where id=7; -update noar ti set b0='2L50XCEL922NS5AWAJUTLD7NYGUQ' where id=7; -update noar tt set v0='RK0B6DG5E1PN5Q5F3T' where id=7; -update noar ti set v0='RK0B6DG5E1PN5Q5F3T' where id=7; -update noar tt set b1='9XDHHGVUSLEZP' where id=7; -update noar ti set b1='9XDHHGVUSLEZP' where id=7; -update noar tt set v0='NLMCMP5WIC0EQE0GP9AWH45' where id=7; -update noar ti set v0='NLMCMP5WIC0EQE0GP9AWH45' where id=7; -update noar tt set b2='Z0XYU9PX00H1GBUDWE13X' where id=7; -update noar ti set b2='Z0XYU9PX00H1GBUDWE13X' where id=7; -update noar tt set v0='PGMNTSSJW2S8JKRFEKER0V2906JL14L' where id=8; -update noar ti set v0='PGMNTSSJW2S8JKRFEKER0V2906JL14L' where id=8; -update noar tt set b0='6A1Z4H33S' where id=8; -update noar ti set b0='6A1Z4H33S' where id=8; -update noar tt set v0='RJ9CY' where id=8; -update noar ti set v0='RJ9CY' where id=8; -update noar tt set b1='TOZX3PRA38J802U0A3WCEV' where id=8; -update noar ti set b1='TOZX3PRA38J802U0A3WCEV' where id=8; -update noar tt set v0='4UOKAYJ77U7GZJ5FW2HBT0014UB' where id=8; -update noar ti set v0='4UOKAYJ77U7GZJ5FW2HBT0014UB' where id=8; -update noar tt set b2='3YDUVXCHZ3EL9ZRMORV208XUS55' where id=8; -update noar ti set b2='3YDUVXCHZ3EL9ZRMORV208XUS55' where id=8; -update noar tt set v0='ZIF3GSX5DZ2NRQO49G' where id=9; -update noar ti set v0='ZIF3GSX5DZ2NRQO49G' where id=9; -update noar tt set b0='Q32P6M959NECCWAU2CSE' where id=9; -update noar ti set b0='Q32P6M959NECCWAU2CSE' where id=9; -update noar tt set v0='9B8TGX78IC10HEPR1Y24WQOQEL8' where id=9; -update noar ti set v0='9B8TGX78IC10HEPR1Y24WQOQEL8' where id=9; -update noar tt set b1='5F117LFBRUG231EQ' where id=9; -update noar ti set b1='5F117LFBRUG231EQ' where id=9; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b2='25IKV' where id=9; -update noar ti set b2='25IKV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FTO2NVMQRDWT7WKZU6LWJDWKKLKTI' where id=1; -update noar ti set v0='FTO2NVMQRDWT7WKZU6LWJDWKKLKTI' where id=1; -update noar tt set b0='RMLALBMZZ1' where id=1; -update noar ti set b0='RMLALBMZZ1' where id=1; -update noar tt set v0='QZ3W00BE07FX82AO58YDQ2C' where id=1; -update noar ti set v0='QZ3W00BE07FX82AO58YDQ2C' where id=1; -update noar tt set b1='D2M4A1KF6RMU4XO9FEM8PXQ21OC5' where id=1; -update noar ti set b1='D2M4A1KF6RMU4XO9FEM8PXQ21OC5' where id=1; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b2='ZYP4DTZK9UBXKWYKKTA' where id=1; -update noar ti set b2='ZYP4DTZK9UBXKWYKKTA' where id=1; -update noar tt set v0='97OOXX3HDOG23LX1FM0VO' where id=2; -update noar ti set v0='97OOXX3HDOG23LX1FM0VO' where id=2; -update noar tt set b0='R5QX46G5M' where id=2; -update noar ti set b0='R5QX46G5M' where id=2; -update noar tt set v0='VMG79OX2A4HTCO8INP3SDHCR9ZGAL' where id=2; -update noar ti set v0='VMG79OX2A4HTCO8INP3SDHCR9ZGAL' where id=2; -update noar tt set b1='R' where id=2; -update noar ti set b1='R' where id=2; -update noar tt set v0='7DUXG95GKWEPVQMTM' where id=2; -update noar ti set v0='7DUXG95GKWEPVQMTM' where id=2; -update noar tt set b2='XGXKA3OHOTFA2PMHD3Q1HO4KCGNE' where id=2; -update noar ti set b2='XGXKA3OHOTFA2PMHD3Q1HO4KCGNE' where id=2; -update noar tt set v0='7PZ4Z15KA4PQKMWYQ1JHHPNRM1P9' where id=3; -update noar ti set v0='7PZ4Z15KA4PQKMWYQ1JHHPNRM1P9' where id=3; -update noar tt set b0='CYVMM5QZQT4QXOXAHYCZL' where id=3; -update noar ti set b0='CYVMM5QZQT4QXOXAHYCZL' where id=3; -update noar tt set v0='IXXL1Z8AG1H58W1EO03S2SWSRNPJ96' where id=3; -update noar ti set v0='IXXL1Z8AG1H58W1EO03S2SWSRNPJ96' where id=3; -update noar tt set b1='IAZ21JZUZ30GXWFLTKNNX' where id=3; -update noar ti set b1='IAZ21JZUZ30GXWFLTKNNX' where id=3; -update noar tt set v0='FMI' where id=3; -update noar ti set v0='FMI' where id=3; -update noar tt set b2='R4CUILU2BYAKFYMDLV' where id=3; -update noar ti set b2='R4CUILU2BYAKFYMDLV' where id=3; -update noar tt set v0='P1S0APBNU' where id=4; -update noar ti set v0='P1S0APBNU' where id=4; -update noar tt set b0='LGCSDOY6909' where id=4; -update noar ti set b0='LGCSDOY6909' where id=4; -update noar tt set v0='XQQUM2C5UQTA0SFB' where id=4; -update noar ti set v0='XQQUM2C5UQTA0SFB' where id=4; -update noar tt set b1='ZK4XUNF9WQNO' where id=4; -update noar ti set b1='ZK4XUNF9WQNO' where id=4; -update noar tt set v0='FE3E91PYNGTFCDV523H9QECK2UV5R9C' where id=4; -update noar ti set v0='FE3E91PYNGTFCDV523H9QECK2UV5R9C' where id=4; -update noar tt set b2='YR2J0YXK0Q' where id=4; -update noar ti set b2='YR2J0YXK0Q' where id=4; -update noar tt set v0='GIM78IORLAV2CVJ3YKKJPZD6I85' where id=5; -update noar ti set v0='GIM78IORLAV2CVJ3YKKJPZD6I85' where id=5; -update noar tt set b0='2SYOY1GLX3S6QXT1G87ZP' where id=5; -update noar ti set b0='2SYOY1GLX3S6QXT1G87ZP' where id=5; -update noar tt set v0='8BBW5JB0XDFQOSBT7655LOVU' where id=5; -update noar ti set v0='8BBW5JB0XDFQOSBT7655LOVU' where id=5; -update noar tt set b1='OKU84Q1QXHOSHYA' where id=5; -update noar ti set b1='OKU84Q1QXHOSHYA' where id=5; -update noar tt set v0='WUZKBYF0MJF9LY0Z7MW9B1SDTGG' where id=5; -update noar ti set v0='WUZKBYF0MJF9LY0Z7MW9B1SDTGG' where id=5; -update noar tt set b2='972R8P3BIB5G9UYJUQGBFO' where id=5; -update noar ti set b2='972R8P3BIB5G9UYJUQGBFO' where id=5; -update noar tt set v0='8V8V6PC9PAXGYF0Y2' where id=6; -update noar ti set v0='8V8V6PC9PAXGYF0Y2' where id=6; -update noar tt set b0='YENZ2TPH4Q3KSPA' where id=6; -update noar ti set b0='YENZ2TPH4Q3KSPA' where id=6; -update noar tt set v0='UWE' where id=6; -update noar ti set v0='UWE' where id=6; -update noar tt set b1='3EM30LIF4DWVC6PORYPB5EJL7XQ2V0M3' where id=6; -update noar ti set b1='3EM30LIF4DWVC6PORYPB5EJL7XQ2V0M3' where id=6; -update noar tt set v0='2SGNX5XBWKIBTTVH' where id=6; -update noar ti set v0='2SGNX5XBWKIBTTVH' where id=6; -update noar tt set b2='MX9WN14U2CVRTMGV0WHYSU1E' where id=6; -update noar ti set b2='MX9WN14U2CVRTMGV0WHYSU1E' where id=6; -update noar tt set v0='2VCUJMG3RMFRVH1KT22AC8HTD5W5NZ' where id=7; -update noar ti set v0='2VCUJMG3RMFRVH1KT22AC8HTD5W5NZ' where id=7; -update noar tt set b0='JS' where id=7; -update noar ti set b0='JS' where id=7; -update noar tt set v0='B2P267OQ1MAS3WU3U' where id=7; -update noar ti set v0='B2P267OQ1MAS3WU3U' where id=7; -update noar tt set b1='NOTIEHG55AEFI2WMV6JC76EZ' where id=7; -update noar ti set b1='NOTIEHG55AEFI2WMV6JC76EZ' where id=7; -update noar tt set v0='1LPSBB0' where id=7; -update noar ti set v0='1LPSBB0' where id=7; -update noar tt set b2='6TNNQHEHZYRPDWOZANBDHQDFJ3WDK7' where id=7; -update noar ti set b2='6TNNQHEHZYRPDWOZANBDHQDFJ3WDK7' where id=7; -update noar tt set v0='KG0JWNVUQ722399VHTV7YOA' where id=8; -update noar ti set v0='KG0JWNVUQ722399VHTV7YOA' where id=8; -update noar tt set b0='3Q76OP' where id=8; -update noar ti set b0='3Q76OP' where id=8; -update noar tt set v0='RBKDSTAI6' where id=8; -update noar ti set v0='RBKDSTAI6' where id=8; -update noar tt set b1='35PG77PKUUYWNG9GP7JMJD3' where id=8; -update noar ti set b1='35PG77PKUUYWNG9GP7JMJD3' where id=8; -update noar tt set v0='23EYCUMEU0AVHTLVS' where id=8; -update noar ti set v0='23EYCUMEU0AVHTLVS' where id=8; -update noar tt set b2='CW5F' where id=8; -update noar ti set b2='CW5F' where id=8; -update noar tt set v0='IZHLGIXARP' where id=9; -update noar ti set v0='IZHLGIXARP' where id=9; -update noar tt set b0='D6M81TBG0EJYQAECGJJ66FI6OUZMCY0' where id=9; -update noar ti set b0='D6M81TBG0EJYQAECGJJ66FI6OUZMCY0' where id=9; -update noar tt set v0='B1OLWPNGSEKHVF0O29' where id=9; -update noar ti set v0='B1OLWPNGSEKHVF0O29' where id=9; -update noar tt set b1='QQAMNZCS56W1XEY' where id=9; -update noar ti set b1='QQAMNZCS56W1XEY' where id=9; -update noar tt set v0='GSQP8AZFADL1CR0FMFOLB' where id=9; -update noar ti set v0='GSQP8AZFADL1CR0FMFOLB' where id=9; -update noar tt set b2='3LQYU9W5Z61LITFHR' where id=9; -update noar ti set b2='3LQYU9W5Z61LITFHR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YONYM18' where id=1; -update noar ti set v0='YONYM18' where id=1; -update noar tt set b0='AI0QWE8N05I' where id=1; -update noar ti set b0='AI0QWE8N05I' where id=1; -update noar tt set v0='QLUZKSOOS56V' where id=1; -update noar ti set v0='QLUZKSOOS56V' where id=1; -update noar tt set b1='2U8JCISQB714A7YD11WK' where id=1; -update noar ti set b1='2U8JCISQB714A7YD11WK' where id=1; -update noar tt set v0='CATCGHN' where id=1; -update noar ti set v0='CATCGHN' where id=1; -update noar tt set b2='5KYO69AU9BOFGTUNPGUBALY' where id=1; -update noar ti set b2='5KYO69AU9BOFGTUNPGUBALY' where id=1; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b0='TGJYF6U40KSAC8UETFEX8H' where id=2; -update noar ti set b0='TGJYF6U40KSAC8UETFEX8H' where id=2; -update noar tt set v0='K7ZY5X8OWZAX' where id=2; -update noar ti set v0='K7ZY5X8OWZAX' where id=2; -update noar tt set b1='4GFVEME5YM4IV1ABHX8O2XS6056Z84' where id=2; -update noar ti set b1='4GFVEME5YM4IV1ABHX8O2XS6056Z84' where id=2; -update noar tt set v0='15XOYTMCQ' where id=2; -update noar ti set v0='15XOYTMCQ' where id=2; -update noar tt set b2='NSLY879L8AIZF2WX' where id=2; -update noar ti set b2='NSLY879L8AIZF2WX' where id=2; -update noar tt set v0='DNVTNZID4' where id=3; -update noar ti set v0='DNVTNZID4' where id=3; -update noar tt set b0='C1ZSLVL0MXY36RA' where id=3; -update noar ti set b0='C1ZSLVL0MXY36RA' where id=3; -update noar tt set v0='1PMFMNMY' where id=3; -update noar ti set v0='1PMFMNMY' where id=3; -update noar tt set b1='SM07010J6QPHP' where id=3; -update noar ti set b1='SM07010J6QPHP' where id=3; -update noar tt set v0='RIVP8IA08FPWSAN1WS' where id=3; -update noar ti set v0='RIVP8IA08FPWSAN1WS' where id=3; -update noar tt set b2='Q9UBZZ6KKNO45' where id=3; -update noar ti set b2='Q9UBZZ6KKNO45' where id=3; -update noar tt set v0='XTRFC869O8BNJKAPA03OK372JB' where id=4; -update noar ti set v0='XTRFC869O8BNJKAPA03OK372JB' where id=4; -update noar tt set b0='A6P23P5KVI1K3PEULJ' where id=4; -update noar ti set b0='A6P23P5KVI1K3PEULJ' where id=4; -update noar tt set v0='D6B28WGE' where id=4; -update noar ti set v0='D6B28WGE' where id=4; -update noar tt set b1='CU42ITSWPX' where id=4; -update noar ti set b1='CU42ITSWPX' where id=4; -update noar tt set v0='27WF9TOUI4FG52WGIXIG' where id=4; -update noar ti set v0='27WF9TOUI4FG52WGIXIG' where id=4; -update noar tt set b2='DUNRJYBKHPJWWX1K4IFMQJ9PM266Y' where id=4; -update noar ti set b2='DUNRJYBKHPJWWX1K4IFMQJ9PM266Y' where id=4; -update noar tt set v0='TDWHWPT1J4JYOI8' where id=5; -update noar ti set v0='TDWHWPT1J4JYOI8' where id=5; -update noar tt set b0='XD9H09BGNV9WTWKV6N4J67HL5' where id=5; -update noar ti set b0='XD9H09BGNV9WTWKV6N4J67HL5' where id=5; -update noar tt set v0='IKP2SJ' where id=5; -update noar ti set v0='IKP2SJ' where id=5; -update noar tt set b1='P52QQ02DYEZ57' where id=5; -update noar ti set b1='P52QQ02DYEZ57' where id=5; -update noar tt set v0='HNKJ1IEV4Y3NHHX2WG' where id=5; -update noar ti set v0='HNKJ1IEV4Y3NHHX2WG' where id=5; -update noar tt set b2='WI4IZFGLWN5QFG3' where id=5; -update noar ti set b2='WI4IZFGLWN5QFG3' where id=5; -update noar tt set v0='M5XVPJ04XXIOJ4S1' where id=6; -update noar ti set v0='M5XVPJ04XXIOJ4S1' where id=6; -update noar tt set b0='3VF5DDS8KPOZR5A85SM49JM1EZRTK8P' where id=6; -update noar ti set b0='3VF5DDS8KPOZR5A85SM49JM1EZRTK8P' where id=6; -update noar tt set v0='5D7JM' where id=6; -update noar ti set v0='5D7JM' where id=6; -update noar tt set b1='AQBXXPX7C110IDEXHH5' where id=6; -update noar ti set b1='AQBXXPX7C110IDEXHH5' where id=6; -update noar tt set v0='39ZLEVXA8HX37FBLIUU' where id=6; -update noar ti set v0='39ZLEVXA8HX37FBLIUU' where id=6; -update noar tt set b2='7KVP4NELFMNOZBUKRRNV3828GVT3' where id=6; -update noar ti set b2='7KVP4NELFMNOZBUKRRNV3828GVT3' where id=6; -update noar tt set v0='Z09T7DRWMGHAICKJJPPN0DIG2GA' where id=7; -update noar ti set v0='Z09T7DRWMGHAICKJJPPN0DIG2GA' where id=7; -update noar tt set b0='S9THXU9UZR14393V3J' where id=7; -update noar ti set b0='S9THXU9UZR14393V3J' where id=7; -update noar tt set v0='7' where id=7; -update noar ti set v0='7' where id=7; -update noar tt set b1='N7A9QKAKI565RW0ECJ85SJKGTN' where id=7; -update noar ti set b1='N7A9QKAKI565RW0ECJ85SJKGTN' where id=7; -update noar tt set v0='CHOSPO4IRCRDVM0LRECY' where id=7; -update noar ti set v0='CHOSPO4IRCRDVM0LRECY' where id=7; -update noar tt set b2='53KJJP4JM6KXQC2RJ1A6' where id=7; -update noar ti set b2='53KJJP4JM6KXQC2RJ1A6' where id=7; -update noar tt set v0='MP7YRS37FMJ1' where id=8; -update noar ti set v0='MP7YRS37FMJ1' where id=8; -update noar tt set b0='K' where id=8; -update noar ti set b0='K' where id=8; -update noar tt set v0='L8WFI1YNJ' where id=8; -update noar ti set v0='L8WFI1YNJ' where id=8; -update noar tt set b1='ZZXY2SD2EZTMZXM8ZPKCW04' where id=8; -update noar ti set b1='ZZXY2SD2EZTMZXM8ZPKCW04' where id=8; -update noar tt set v0='2GBIZMPN86LRDVA3SSHBKZ6B' where id=8; -update noar ti set v0='2GBIZMPN86LRDVA3SSHBKZ6B' where id=8; -update noar tt set b2='PHWAPRHKJHVJFU61VC' where id=8; -update noar ti set b2='PHWAPRHKJHVJFU61VC' where id=8; -update noar tt set v0='J1LR6T4RDXR58D6WJC5UBW4ZXBGN' where id=9; -update noar ti set v0='J1LR6T4RDXR58D6WJC5UBW4ZXBGN' where id=9; -update noar tt set b0='23QDE7DNP9MJX9NER4MAOJX5U5NFQH7B' where id=9; -update noar ti set b0='23QDE7DNP9MJX9NER4MAOJX5U5NFQH7B' where id=9; -update noar tt set v0='HZJAZDYSHQ24O5GARXIFE795ZUTZ6HBC' where id=9; -update noar ti set v0='HZJAZDYSHQ24O5GARXIFE795ZUTZ6HBC' where id=9; -update noar tt set b1='P4FBPYO8ASE6XD6JVZ' where id=9; -update noar ti set b1='P4FBPYO8ASE6XD6JVZ' where id=9; -update noar tt set v0='DPG9BR0RF3768OV1GZVZ8440WH' where id=9; -update noar ti set v0='DPG9BR0RF3768OV1GZVZ8440WH' where id=9; -update noar tt set b2='5NDSYFRC9V1UZV' where id=9; -update noar ti set b2='5NDSYFRC9V1UZV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z14GAEOUESAUR3K28KN' where id=1; -update noar ti set v0='Z14GAEOUESAUR3K28KN' where id=1; -update noar tt set b0='B9MAEXFNN2Z' where id=1; -update noar ti set b0='B9MAEXFNN2Z' where id=1; -update noar tt set v0='XI8FG328ASUUDNEL395WH9E' where id=1; -update noar ti set v0='XI8FG328ASUUDNEL395WH9E' where id=1; -update noar tt set b1='KB78MOSXXMHBZURL' where id=1; -update noar ti set b1='KB78MOSXXMHBZURL' where id=1; -update noar tt set v0='MFNTOWT1SNC4X366MZ8OIQ4SM' where id=1; -update noar ti set v0='MFNTOWT1SNC4X366MZ8OIQ4SM' where id=1; -update noar tt set b2='RZ0R8BR90MLLN4BKBB' where id=1; -update noar ti set b2='RZ0R8BR90MLLN4BKBB' where id=1; -update noar tt set v0='N9O01' where id=2; -update noar ti set v0='N9O01' where id=2; -update noar tt set b0='3OPTL2H3HQ8A1URVG07' where id=2; -update noar ti set b0='3OPTL2H3HQ8A1URVG07' where id=2; -update noar tt set v0='EKTHJUE76PWUJSDUZ7DT9Y' where id=2; -update noar ti set v0='EKTHJUE76PWUJSDUZ7DT9Y' where id=2; -update noar tt set b1='01R2TC8H6EGQJ67N5DWG9KQARBYBF4V' where id=2; -update noar ti set b1='01R2TC8H6EGQJ67N5DWG9KQARBYBF4V' where id=2; -update noar tt set v0='Y2MABJNHO4LN0X3GW7RU7VDS' where id=2; -update noar ti set v0='Y2MABJNHO4LN0X3GW7RU7VDS' where id=2; -update noar tt set b2='OF4OHJHNE65TDWC375VO3I' where id=2; -update noar ti set b2='OF4OHJHNE65TDWC375VO3I' where id=2; -update noar tt set v0='Z' where id=3; -update noar ti set v0='Z' where id=3; -update noar tt set b0='FEDDVZHGKKNOT3FUPS' where id=3; -update noar ti set b0='FEDDVZHGKKNOT3FUPS' where id=3; -update noar tt set v0='5CZ7J1B5URMY93CP6M9MO5IDRI4X' where id=3; -update noar ti set v0='5CZ7J1B5URMY93CP6M9MO5IDRI4X' where id=3; -update noar tt set b1='NAMG0TOBWBW2IP38J' where id=3; -update noar ti set b1='NAMG0TOBWBW2IP38J' where id=3; -update noar tt set v0='6OW03S1HJ8VH7L' where id=3; -update noar ti set v0='6OW03S1HJ8VH7L' where id=3; -update noar tt set b2='NT3T2G7HDX828PJUKV2OOSNX0' where id=3; -update noar ti set b2='NT3T2G7HDX828PJUKV2OOSNX0' where id=3; -update noar tt set v0='DAEAH8C0AIKJM4N01LQEUAN87B' where id=4; -update noar ti set v0='DAEAH8C0AIKJM4N01LQEUAN87B' where id=4; -update noar tt set b0='VIF4OQ71GD1C0K3' where id=4; -update noar ti set b0='VIF4OQ71GD1C0K3' where id=4; -update noar tt set v0='1E6NOEWBLQJ0ZXGST' where id=4; -update noar ti set v0='1E6NOEWBLQJ0ZXGST' where id=4; -update noar tt set b1='M1GZUS4KW9CM2P' where id=4; -update noar ti set b1='M1GZUS4KW9CM2P' where id=4; -update noar tt set v0='M4LEX8O8295OL54QJL' where id=4; -update noar ti set v0='M4LEX8O8295OL54QJL' where id=4; -update noar tt set b2='K5GYGGL6YP8J' where id=4; -update noar ti set b2='K5GYGGL6YP8J' where id=4; -update noar tt set v0='5YRVUOR5MF3D9' where id=5; -update noar ti set v0='5YRVUOR5MF3D9' where id=5; -update noar tt set b0='IOL4O' where id=5; -update noar ti set b0='IOL4O' where id=5; -update noar tt set v0='90I99KWXQSJYCGMMO6H7R1CO61NH' where id=5; -update noar ti set v0='90I99KWXQSJYCGMMO6H7R1CO61NH' where id=5; -update noar tt set b1='87YP56QR318G' where id=5; -update noar ti set b1='87YP56QR318G' where id=5; -update noar tt set v0='R0OS4P' where id=5; -update noar ti set v0='R0OS4P' where id=5; -update noar tt set b2='E5KQ15WIC' where id=5; -update noar ti set b2='E5KQ15WIC' where id=5; -update noar tt set v0='Q25B08G3RWCJYDN8' where id=6; -update noar ti set v0='Q25B08G3RWCJYDN8' where id=6; -update noar tt set b0='WFLJOQGPOBQIDJLO60' where id=6; -update noar ti set b0='WFLJOQGPOBQIDJLO60' where id=6; -update noar tt set v0='34ZIYEHGL7BOQXDJMMZALEMZ' where id=6; -update noar ti set v0='34ZIYEHGL7BOQXDJMMZALEMZ' where id=6; -update noar tt set b1='WF39BNL4OELFYLL3S4ATK84MMTG' where id=6; -update noar ti set b1='WF39BNL4OELFYLL3S4ATK84MMTG' where id=6; -update noar tt set v0='PX83216T247D' where id=6; -update noar ti set v0='PX83216T247D' where id=6; -update noar tt set b2='K41D7JT9UK' where id=6; -update noar ti set b2='K41D7JT9UK' where id=6; -update noar tt set v0='6YUD7' where id=7; -update noar ti set v0='6YUD7' where id=7; -update noar tt set b0='9S' where id=7; -update noar ti set b0='9S' where id=7; -update noar tt set v0='5P1N4WXLFAG3WFKFT6FI7BIRTZBPB' where id=7; -update noar ti set v0='5P1N4WXLFAG3WFKFT6FI7BIRTZBPB' where id=7; -update noar tt set b1='8YB7RBOIK' where id=7; -update noar ti set b1='8YB7RBOIK' where id=7; -update noar tt set v0='LMPETMV' where id=7; -update noar ti set v0='LMPETMV' where id=7; -update noar tt set b2='NSS8A54OG88BAJ3MRGHOZW79GC7H' where id=7; -update noar ti set b2='NSS8A54OG88BAJ3MRGHOZW79GC7H' where id=7; -update noar tt set v0='BG8CO4W2E8041' where id=8; -update noar ti set v0='BG8CO4W2E8041' where id=8; -update noar tt set b0='A2KA9KUHAD' where id=8; -update noar ti set b0='A2KA9KUHAD' where id=8; -update noar tt set v0='6KBJS2BW0LTY9K' where id=8; -update noar ti set v0='6KBJS2BW0LTY9K' where id=8; -update noar tt set b1='D7WTF3ZHJWT9OFLODDRE5F5DZ7U52' where id=8; -update noar ti set b1='D7WTF3ZHJWT9OFLODDRE5F5DZ7U52' where id=8; -update noar tt set v0='D648BBX55FIWVDFRPVEUW6WTCZ' where id=8; -update noar ti set v0='D648BBX55FIWVDFRPVEUW6WTCZ' where id=8; -update noar tt set b2='QI092KXNURF0D8SD512' where id=8; -update noar ti set b2='QI092KXNURF0D8SD512' where id=8; -update noar tt set v0='YJBVM9ZR5X7G9GI8Z5A29XZ' where id=9; -update noar ti set v0='YJBVM9ZR5X7G9GI8Z5A29XZ' where id=9; -update noar tt set b0='QBRE3KQURVJBPQYETCQK7T9A' where id=9; -update noar ti set b0='QBRE3KQURVJBPQYETCQK7T9A' where id=9; -update noar tt set v0='2RQONV2' where id=9; -update noar ti set v0='2RQONV2' where id=9; -update noar tt set b1='KXEU5ZHHMYUQRPX5YN2JKLDX1U4SF' where id=9; -update noar ti set b1='KXEU5ZHHMYUQRPX5YN2JKLDX1U4SF' where id=9; -update noar tt set v0='R8GJ54FYQYS7C' where id=9; -update noar ti set v0='R8GJ54FYQYS7C' where id=9; -update noar tt set b2='4KYCJBBB230K6PHESSQ4' where id=9; -update noar ti set b2='4KYCJBBB230K6PHESSQ4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DDSVFV8H0GENIFR6EWVXJR3QRB5' where id=1; -update noar ti set v0='DDSVFV8H0GENIFR6EWVXJR3QRB5' where id=1; -update noar tt set b0='7QM43QQ8UZ3' where id=1; -update noar ti set b0='7QM43QQ8UZ3' where id=1; -update noar tt set v0='JPROF4J4G2RKZ' where id=1; -update noar ti set v0='JPROF4J4G2RKZ' where id=1; -update noar tt set b1='ASRD9DD6H' where id=1; -update noar ti set b1='ASRD9DD6H' where id=1; -update noar tt set v0='RAN29HIW' where id=1; -update noar ti set v0='RAN29HIW' where id=1; -update noar tt set b2='YIYZR4KYFCOPK8Y' where id=1; -update noar ti set b2='YIYZR4KYFCOPK8Y' where id=1; -update noar tt set v0='OMSBMGFKOFGVW6' where id=2; -update noar ti set v0='OMSBMGFKOFGVW6' where id=2; -update noar tt set b0='G7FGHHFS9SDXYSMX4UFLGEHII29SX1' where id=2; -update noar ti set b0='G7FGHHFS9SDXYSMX4UFLGEHII29SX1' where id=2; -update noar tt set v0='S9DRXQFLS4S0UHMI96JB82796' where id=2; -update noar ti set v0='S9DRXQFLS4S0UHMI96JB82796' where id=2; -update noar tt set b1='Q6UT929U1JSJYTO' where id=2; -update noar ti set b1='Q6UT929U1JSJYTO' where id=2; -update noar tt set v0='CR4MB70H3ZTETYJDAW05QYWTJVG0' where id=2; -update noar ti set v0='CR4MB70H3ZTETYJDAW05QYWTJVG0' where id=2; -update noar tt set b2='VCS1BQJB8MUU7IXPQG' where id=2; -update noar ti set b2='VCS1BQJB8MUU7IXPQG' where id=2; -update noar tt set v0='7NFAKJE4350LHIG' where id=3; -update noar ti set v0='7NFAKJE4350LHIG' where id=3; -update noar tt set b0='6XFRW4R7JEHRN38QGW78V2DRNSJCM' where id=3; -update noar ti set b0='6XFRW4R7JEHRN38QGW78V2DRNSJCM' where id=3; -update noar tt set v0='RSIG88YV99' where id=3; -update noar ti set v0='RSIG88YV99' where id=3; -update noar tt set b1='W7YII0CZD0NY5LON80PI' where id=3; -update noar ti set b1='W7YII0CZD0NY5LON80PI' where id=3; -update noar tt set v0='UBJ09SVBII8' where id=3; -update noar ti set v0='UBJ09SVBII8' where id=3; -update noar tt set b2='GT3AI' where id=3; -update noar ti set b2='GT3AI' where id=3; -update noar tt set v0='0RV110SPRAZV5LV' where id=4; -update noar ti set v0='0RV110SPRAZV5LV' where id=4; -update noar tt set b0='7J9L3SW1QE8KMA0HWYL7W4QRAVNMI' where id=4; -update noar ti set b0='7J9L3SW1QE8KMA0HWYL7W4QRAVNMI' where id=4; -update noar tt set v0='W9Y98RZYGULDM7854BZT2IQUQ9TVN1' where id=4; -update noar ti set v0='W9Y98RZYGULDM7854BZT2IQUQ9TVN1' where id=4; -update noar tt set b1='7KE1X3HZ8YUS59BCJ8TZODH81AS' where id=4; -update noar ti set b1='7KE1X3HZ8YUS59BCJ8TZODH81AS' where id=4; -update noar tt set v0='5GKSOZ00HPHEDOD3SSLNI' where id=4; -update noar ti set v0='5GKSOZ00HPHEDOD3SSLNI' where id=4; -update noar tt set b2='L6Z8U64ORXR' where id=4; -update noar ti set b2='L6Z8U64ORXR' where id=4; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b0='MHYML2TCAXUKDD9P60888LM' where id=5; -update noar ti set b0='MHYML2TCAXUKDD9P60888LM' where id=5; -update noar tt set v0='EQ2NCZP' where id=5; -update noar ti set v0='EQ2NCZP' where id=5; -update noar tt set b1='COVK8CP5D7XYHERKBW7DNVU' where id=5; -update noar ti set b1='COVK8CP5D7XYHERKBW7DNVU' where id=5; -update noar tt set v0='YXF4D5QCXUF1ETKT' where id=5; -update noar ti set v0='YXF4D5QCXUF1ETKT' where id=5; -update noar tt set b2='6B0B05GWIUR' where id=5; -update noar ti set b2='6B0B05GWIUR' where id=5; -update noar tt set v0='O0LQI9OTX6TD19UQBL6IXM0D' where id=6; -update noar ti set v0='O0LQI9OTX6TD19UQBL6IXM0D' where id=6; -update noar tt set b0='WK9YH3YK0CCTI5JVNVX5Y1TO' where id=6; -update noar ti set b0='WK9YH3YK0CCTI5JVNVX5Y1TO' where id=6; -update noar tt set v0='SVHLNKOUVOQF7HOE6MRNFO86LND' where id=6; -update noar ti set v0='SVHLNKOUVOQF7HOE6MRNFO86LND' where id=6; -update noar tt set b1='VDFRUC5JSF6881ALDXJ' where id=6; -update noar ti set b1='VDFRUC5JSF6881ALDXJ' where id=6; -update noar tt set v0='OW6DCW7YIL6B265' where id=6; -update noar ti set v0='OW6DCW7YIL6B265' where id=6; -update noar tt set b2='PMG2VH0BY' where id=6; -update noar ti set b2='PMG2VH0BY' where id=6; -update noar tt set v0='NEIBCF43BE2YX6' where id=7; -update noar ti set v0='NEIBCF43BE2YX6' where id=7; -update noar tt set b0='CI' where id=7; -update noar ti set b0='CI' where id=7; -update noar tt set v0='92306LUVG4A22A2DLBMSSWKAP4' where id=7; -update noar ti set v0='92306LUVG4A22A2DLBMSSWKAP4' where id=7; -update noar tt set b1='QN1NNOTXV4CGU6MROHX6P8QBUKR31' where id=7; -update noar ti set b1='QN1NNOTXV4CGU6MROHX6P8QBUKR31' where id=7; -update noar tt set v0='54ZQYHSYM1' where id=7; -update noar ti set v0='54ZQYHSYM1' where id=7; -update noar tt set b2='TO' where id=7; -update noar ti set b2='TO' where id=7; -update noar tt set v0='WWY8ZWJDKBSTSMWKCKMP01MD9' where id=8; -update noar ti set v0='WWY8ZWJDKBSTSMWKCKMP01MD9' where id=8; -update noar tt set b0='A3AI0YAS36ED6YQY4X09DB8QEBF' where id=8; -update noar ti set b0='A3AI0YAS36ED6YQY4X09DB8QEBF' where id=8; -update noar tt set v0='PG17VN1CO6' where id=8; -update noar ti set v0='PG17VN1CO6' where id=8; -update noar tt set b1='RE' where id=8; -update noar ti set b1='RE' where id=8; -update noar tt set v0='54W' where id=8; -update noar ti set v0='54W' where id=8; -update noar tt set b2='RG6G8LKYUO9HNPLTA8GF4LEA2' where id=8; -update noar ti set b2='RG6G8LKYUO9HNPLTA8GF4LEA2' where id=8; -update noar tt set v0='B5V87HLW52NL8HM4K0JJOTZWZ' where id=9; -update noar ti set v0='B5V87HLW52NL8HM4K0JJOTZWZ' where id=9; -update noar tt set b0='I7EFVYGT0GHHPFOPKHQ7SJD0J046F0HP' where id=9; -update noar ti set b0='I7EFVYGT0GHHPFOPKHQ7SJD0J046F0HP' where id=9; -update noar tt set v0='1J34' where id=9; -update noar ti set v0='1J34' where id=9; -update noar tt set b1='C9HSHQ0UC4NPZ2NFRMFL6UHI' where id=9; -update noar ti set b1='C9HSHQ0UC4NPZ2NFRMFL6UHI' where id=9; -update noar tt set v0='E5N4DDJFCAOVK3R20FNQOFY1RXPCCF' where id=9; -update noar ti set v0='E5N4DDJFCAOVK3R20FNQOFY1RXPCCF' where id=9; -update noar tt set b2='NPZLW5YTKBN6MJQZXK6YYAO' where id=9; -update noar ti set b2='NPZLW5YTKBN6MJQZXK6YYAO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7RRJK4TZV3H6FJ3UQBRSHD' where id=1; -update noar ti set v0='7RRJK4TZV3H6FJ3UQBRSHD' where id=1; -update noar tt set b0='F5Z6D1ZFQLI51RFAUEOEQX9D6I48VF' where id=1; -update noar ti set b0='F5Z6D1ZFQLI51RFAUEOEQX9D6I48VF' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b1='MQSFGLWER9K18JDS6IDPJW7' where id=1; -update noar ti set b1='MQSFGLWER9K18JDS6IDPJW7' where id=1; -update noar tt set v0='Y5LWOJ1TLVW06ARBP85Q3AHVLLV' where id=1; -update noar ti set v0='Y5LWOJ1TLVW06ARBP85Q3AHVLLV' where id=1; -update noar tt set b2='7J5W' where id=1; -update noar ti set b2='7J5W' where id=1; -update noar tt set v0='76I5PJYIS5' where id=2; -update noar ti set v0='76I5PJYIS5' where id=2; -update noar tt set b0='OX8Y39TCDCU98IT5J6ZZAPM' where id=2; -update noar ti set b0='OX8Y39TCDCU98IT5J6ZZAPM' where id=2; -update noar tt set v0='OI0E84MVEFLOTTRP' where id=2; -update noar ti set v0='OI0E84MVEFLOTTRP' where id=2; -update noar tt set b1='RRQOS' where id=2; -update noar ti set b1='RRQOS' where id=2; -update noar tt set v0='FFV38CZ3GHK9LFKCGODIZN9V' where id=2; -update noar ti set v0='FFV38CZ3GHK9LFKCGODIZN9V' where id=2; -update noar tt set b2='VC6GX3ECGLBQPHPV8FRA' where id=2; -update noar ti set b2='VC6GX3ECGLBQPHPV8FRA' where id=2; -update noar tt set v0='QPOQWY9WV7OV9Q5ABLRIQ73AB' where id=3; -update noar ti set v0='QPOQWY9WV7OV9Q5ABLRIQ73AB' where id=3; -update noar tt set b0='PX2WBY728KK03DB1KW3J' where id=3; -update noar ti set b0='PX2WBY728KK03DB1KW3J' where id=3; -update noar tt set v0='EYTBUGV60NDETLEKT8TMZLCA3PUF6KQZ' where id=3; -update noar ti set v0='EYTBUGV60NDETLEKT8TMZLCA3PUF6KQZ' where id=3; -update noar tt set b1='CMT1IFG44R' where id=3; -update noar ti set b1='CMT1IFG44R' where id=3; -update noar tt set v0='3Z8T9EW8ZT0VIU97S33QNPNLTWC' where id=3; -update noar ti set v0='3Z8T9EW8ZT0VIU97S33QNPNLTWC' where id=3; -update noar tt set b2='8DR8PJX3XFS2UEF' where id=3; -update noar ti set b2='8DR8PJX3XFS2UEF' where id=3; -update noar tt set v0='TFS1Y929M' where id=4; -update noar ti set v0='TFS1Y929M' where id=4; -update noar tt set b0='ASR0UTSTP8S99CAY' where id=4; -update noar ti set b0='ASR0UTSTP8S99CAY' where id=4; -update noar tt set v0='3QDD47CDXYMOME87DZYE' where id=4; -update noar ti set v0='3QDD47CDXYMOME87DZYE' where id=4; -update noar tt set b1='0HKBU09GXP6NW' where id=4; -update noar ti set b1='0HKBU09GXP6NW' where id=4; -update noar tt set v0='8D4' where id=4; -update noar ti set v0='8D4' where id=4; -update noar tt set b2='UXKSQ02' where id=4; -update noar ti set b2='UXKSQ02' where id=4; -update noar tt set v0='1A5L0F9Y5JFQYY3NIFCW3H8UC0KSMZK' where id=5; -update noar ti set v0='1A5L0F9Y5JFQYY3NIFCW3H8UC0KSMZK' where id=5; -update noar tt set b0='7ECFT9UE70Y1NDDY' where id=5; -update noar ti set b0='7ECFT9UE70Y1NDDY' where id=5; -update noar tt set v0='68JBZCC3R2I9YAE5TE2YF9' where id=5; -update noar ti set v0='68JBZCC3R2I9YAE5TE2YF9' where id=5; -update noar tt set b1='PCQPR05FTJBLPA31CR61G' where id=5; -update noar ti set b1='PCQPR05FTJBLPA31CR61G' where id=5; -update noar tt set v0='MH1TCBDS' where id=5; -update noar ti set v0='MH1TCBDS' where id=5; -update noar tt set b2='VUUIPZNRC13P0KY6EOG' where id=5; -update noar ti set b2='VUUIPZNRC13P0KY6EOG' where id=5; -update noar tt set v0='NEVMDPL4YWR4EB79YB25M6F' where id=6; -update noar ti set v0='NEVMDPL4YWR4EB79YB25M6F' where id=6; -update noar tt set b0='C1FZ3T7EC9UV0FY' where id=6; -update noar ti set b0='C1FZ3T7EC9UV0FY' where id=6; -update noar tt set v0='CICVJ9V1E9DURZJUQMP5MWTPWKEH5NT' where id=6; -update noar ti set v0='CICVJ9V1E9DURZJUQMP5MWTPWKEH5NT' where id=6; -update noar tt set b1='TF1G43K8T' where id=6; -update noar ti set b1='TF1G43K8T' where id=6; -update noar tt set v0='D9EQ0NF2VKKG6I9GPSNAOQM' where id=6; -update noar ti set v0='D9EQ0NF2VKKG6I9GPSNAOQM' where id=6; -update noar tt set b2='IRKI97C7ABF' where id=6; -update noar ti set b2='IRKI97C7ABF' where id=6; -update noar tt set v0='1X7FJQ4SHPO50QLDVYN0PMCQ' where id=7; -update noar ti set v0='1X7FJQ4SHPO50QLDVYN0PMCQ' where id=7; -update noar tt set b0='ME1RMXO9C6CKH1LWSQKS3RMEPJCCAO' where id=7; -update noar ti set b0='ME1RMXO9C6CKH1LWSQKS3RMEPJCCAO' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b1='MY37S2NDPR' where id=7; -update noar ti set b1='MY37S2NDPR' where id=7; -update noar tt set v0='IG10I6M' where id=7; -update noar ti set v0='IG10I6M' where id=7; -update noar tt set b2='Y0BV7AUD891EIT48Z5Z7HMSHBM3FBLZD' where id=7; -update noar ti set b2='Y0BV7AUD891EIT48Z5Z7HMSHBM3FBLZD' where id=7; -update noar tt set v0='9OZ' where id=8; -update noar ti set v0='9OZ' where id=8; -update noar tt set b0='QJD5K8Q9HRHRF' where id=8; -update noar ti set b0='QJD5K8Q9HRHRF' where id=8; -update noar tt set v0='FO5UYDQA02GDM2PLVOWGZU' where id=8; -update noar ti set v0='FO5UYDQA02GDM2PLVOWGZU' where id=8; -update noar tt set b1='3K0' where id=8; -update noar ti set b1='3K0' where id=8; -update noar tt set v0='HMD874KV9J9EW6DTZXOWLYKCCIY570B' where id=8; -update noar ti set v0='HMD874KV9J9EW6DTZXOWLYKCCIY570B' where id=8; -update noar tt set b2='CBN1TMGTBEQ6GLDJL9QKON0L37JD6MV' where id=8; -update noar ti set b2='CBN1TMGTBEQ6GLDJL9QKON0L37JD6MV' where id=8; -update noar tt set v0='AAN2QC0JJZ26N310BPEAM1' where id=9; -update noar ti set v0='AAN2QC0JJZ26N310BPEAM1' where id=9; -update noar tt set b0='ABZHC09ZR2CZV3SRBMABYE5L' where id=9; -update noar ti set b0='ABZHC09ZR2CZV3SRBMABYE5L' where id=9; -update noar tt set v0='SP5I6G2BKJGRU' where id=9; -update noar ti set v0='SP5I6G2BKJGRU' where id=9; -update noar tt set b1='LNQNAWKLVS' where id=9; -update noar ti set b1='LNQNAWKLVS' where id=9; -update noar tt set v0='WGDF8SCS648ASOGN0K1L' where id=9; -update noar ti set v0='WGDF8SCS648ASOGN0K1L' where id=9; -update noar tt set b2='8O067WLVCGVKY8CPNM110C2N349N' where id=9; -update noar ti set b2='8O067WLVCGVKY8CPNM110C2N349N' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LXB51EVH933IPZ7O' where id=1; -update noar ti set v0='LXB51EVH933IPZ7O' where id=1; -update noar tt set b0='VVWWZ51BFZOEI8S4DTC09XISHW5002' where id=1; -update noar ti set b0='VVWWZ51BFZOEI8S4DTC09XISHW5002' where id=1; -update noar tt set v0='TSILO3GTPADNUYJNZZSTX' where id=1; -update noar ti set v0='TSILO3GTPADNUYJNZZSTX' where id=1; -update noar tt set b1='0Y5THGJXR8MY09' where id=1; -update noar ti set b1='0Y5THGJXR8MY09' where id=1; -update noar tt set v0='ONMKON6E680NVD2I9' where id=1; -update noar ti set v0='ONMKON6E680NVD2I9' where id=1; -update noar tt set b2='NU942F03I' where id=1; -update noar ti set b2='NU942F03I' where id=1; -update noar tt set v0='6HTK85Z1TEI6597H7AC' where id=2; -update noar ti set v0='6HTK85Z1TEI6597H7AC' where id=2; -update noar tt set b0='G7VNB96Z2LDV491' where id=2; -update noar ti set b0='G7VNB96Z2LDV491' where id=2; -update noar tt set v0='F8' where id=2; -update noar ti set v0='F8' where id=2; -update noar tt set b1='WQ5N8SG05PPBAC26YTO3NCE' where id=2; -update noar ti set b1='WQ5N8SG05PPBAC26YTO3NCE' where id=2; -update noar tt set v0='UU01XWY4Y' where id=2; -update noar ti set v0='UU01XWY4Y' where id=2; -update noar tt set b2='AF8A10BTGDI' where id=2; -update noar ti set b2='AF8A10BTGDI' where id=2; -update noar tt set v0='H37MOIAF9' where id=3; -update noar ti set v0='H37MOIAF9' where id=3; -update noar tt set b0='XNJ61TTRPDRZTS3X1WKPIDZB3VB81' where id=3; -update noar ti set b0='XNJ61TTRPDRZTS3X1WKPIDZB3VB81' where id=3; -update noar tt set v0='PEZ088L04Q' where id=3; -update noar ti set v0='PEZ088L04Q' where id=3; -update noar tt set b1='9UJWCTDHDWX7ELWEU0ZXM1AWEAQBD' where id=3; -update noar ti set b1='9UJWCTDHDWX7ELWEU0ZXM1AWEAQBD' where id=3; -update noar tt set v0='3HSJXW7BS0Y9T8B14TQSN69G' where id=3; -update noar ti set v0='3HSJXW7BS0Y9T8B14TQSN69G' where id=3; -update noar tt set b2='G1' where id=3; -update noar ti set b2='G1' where id=3; -update noar tt set v0='QGT280XEDYKPFF9' where id=4; -update noar ti set v0='QGT280XEDYKPFF9' where id=4; -update noar tt set b0='81OS93RR73ATUZB069CLJGA' where id=4; -update noar ti set b0='81OS93RR73ATUZB069CLJGA' where id=4; -update noar tt set v0='8US1FKCAF7BPLPTX3WN4' where id=4; -update noar ti set v0='8US1FKCAF7BPLPTX3WN4' where id=4; -update noar tt set b1='GEOLMX04V8YZ6MZFRIFPBP1DU9C2Y4A' where id=4; -update noar ti set b1='GEOLMX04V8YZ6MZFRIFPBP1DU9C2Y4A' where id=4; -update noar tt set v0='XPNWZEVNKFN6' where id=4; -update noar ti set v0='XPNWZEVNKFN6' where id=4; -update noar tt set b2='OADRS66BV7TBH2CR5IOKMTXK8V2ITN' where id=4; -update noar ti set b2='OADRS66BV7TBH2CR5IOKMTXK8V2ITN' where id=4; -update noar tt set v0='D0SU1SWXO10VHV' where id=5; -update noar ti set v0='D0SU1SWXO10VHV' where id=5; -update noar tt set b0='LQ4DRJ67' where id=5; -update noar ti set b0='LQ4DRJ67' where id=5; -update noar tt set v0='KCXV' where id=5; -update noar ti set v0='KCXV' where id=5; -update noar tt set b1='PCVGLFROKVYGKTUDS6MS' where id=5; -update noar ti set b1='PCVGLFROKVYGKTUDS6MS' where id=5; -update noar tt set v0='X63T5ZEDC7' where id=5; -update noar ti set v0='X63T5ZEDC7' where id=5; -update noar tt set b2='XJ8D7TZY54VUCEIO9GFMA48DO45Q' where id=5; -update noar ti set b2='XJ8D7TZY54VUCEIO9GFMA48DO45Q' where id=5; -update noar tt set v0='FJD4EYFIG47M190MW9GY' where id=6; -update noar ti set v0='FJD4EYFIG47M190MW9GY' where id=6; -update noar tt set b0='HP8M8EPA1N8A' where id=6; -update noar ti set b0='HP8M8EPA1N8A' where id=6; -update noar tt set v0='7DXMHU91JL72A4GAEB1T3PB8739H' where id=6; -update noar ti set v0='7DXMHU91JL72A4GAEB1T3PB8739H' where id=6; -update noar tt set b1='R' where id=6; -update noar ti set b1='R' where id=6; -update noar tt set v0='IZ9ENZKO66P7J5SHXYO0SY0BB7X' where id=6; -update noar ti set v0='IZ9ENZKO66P7J5SHXYO0SY0BB7X' where id=6; -update noar tt set b2='CARDU0M2JXD4U3B32KD1Q25FT2M507HW' where id=6; -update noar ti set b2='CARDU0M2JXD4U3B32KD1Q25FT2M507HW' where id=6; -update noar tt set v0='K8M0ME4QQWLE7J' where id=7; -update noar ti set v0='K8M0ME4QQWLE7J' where id=7; -update noar tt set b0='OXP87CUOH2DIH' where id=7; -update noar ti set b0='OXP87CUOH2DIH' where id=7; -update noar tt set v0='TCXXMB08G0213LLV0AH6AD7MG10GX' where id=7; -update noar ti set v0='TCXXMB08G0213LLV0AH6AD7MG10GX' where id=7; -update noar tt set b1='NSFBPDKH' where id=7; -update noar ti set b1='NSFBPDKH' where id=7; -update noar tt set v0='TDHS2IZLRCGE0' where id=7; -update noar ti set v0='TDHS2IZLRCGE0' where id=7; -update noar tt set b2='CX1QBHUUKZTZZ3EMEBZ91X7AJITF' where id=7; -update noar ti set b2='CX1QBHUUKZTZZ3EMEBZ91X7AJITF' where id=7; -update noar tt set v0='SKY' where id=8; -update noar ti set v0='SKY' where id=8; -update noar tt set b0='WQZ5CD0AR1GW58NPRN420B72EDUT19Y' where id=8; -update noar ti set b0='WQZ5CD0AR1GW58NPRN420B72EDUT19Y' where id=8; -update noar tt set v0='63LVMQB8EPY1C88MFO' where id=8; -update noar ti set v0='63LVMQB8EPY1C88MFO' where id=8; -update noar tt set b1='7JOEOOP7BIYH' where id=8; -update noar ti set b1='7JOEOOP7BIYH' where id=8; -update noar tt set v0='PYXAGS2ZLZVGM9XWHWX9HR' where id=8; -update noar ti set v0='PYXAGS2ZLZVGM9XWHWX9HR' where id=8; -update noar tt set b2='2' where id=8; -update noar ti set b2='2' where id=8; -update noar tt set v0='N5Y07Y8' where id=9; -update noar ti set v0='N5Y07Y8' where id=9; -update noar tt set b0='UZ898T' where id=9; -update noar ti set b0='UZ898T' where id=9; -update noar tt set v0='TGJGUPGGOO60LZN' where id=9; -update noar ti set v0='TGJGUPGGOO60LZN' where id=9; -update noar tt set b1='RHSJT6U9LQ4QCXDHQ7YL19EUNQV' where id=9; -update noar ti set b1='RHSJT6U9LQ4QCXDHQ7YL19EUNQV' where id=9; -update noar tt set v0='YGLESPKD68ILW' where id=9; -update noar ti set v0='YGLESPKD68ILW' where id=9; -update noar tt set b2='0RP733O6O5KTZJ81YWA3FARG' where id=9; -update noar ti set b2='0RP733O6O5KTZJ81YWA3FARG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G1H9ZMYHDU' where id=1; -update noar ti set v0='G1H9ZMYHDU' where id=1; -update noar tt set b0='PABQ4WHRQB90WDGQGPRO1' where id=1; -update noar ti set b0='PABQ4WHRQB90WDGQGPRO1' where id=1; -update noar tt set v0='D96UZ0QVUJA2PBZE31P' where id=1; -update noar ti set v0='D96UZ0QVUJA2PBZE31P' where id=1; -update noar tt set b1='H0KDGY' where id=1; -update noar ti set b1='H0KDGY' where id=1; -update noar tt set v0='DH9MJ3' where id=1; -update noar ti set v0='DH9MJ3' where id=1; -update noar tt set b2='O5EC4WLTRIKHV2T8KSL' where id=1; -update noar ti set b2='O5EC4WLTRIKHV2T8KSL' where id=1; -update noar tt set v0='4PV3LIOE4T3ZSYEBAXEJW930O' where id=2; -update noar ti set v0='4PV3LIOE4T3ZSYEBAXEJW930O' where id=2; -update noar tt set b0='8PI03J1PMTLTXV' where id=2; -update noar ti set b0='8PI03J1PMTLTXV' where id=2; -update noar tt set v0='HFZDGNQZMHH303' where id=2; -update noar ti set v0='HFZDGNQZMHH303' where id=2; -update noar tt set b1='81I9O4QYU1QU' where id=2; -update noar ti set b1='81I9O4QYU1QU' where id=2; -update noar tt set v0='ATXQTWYN0ON6AS3ODR6' where id=2; -update noar ti set v0='ATXQTWYN0ON6AS3ODR6' where id=2; -update noar tt set b2='C' where id=2; -update noar ti set b2='C' where id=2; -update noar tt set v0='OTJ1162L63TWT3KEDDURS09V8HGSN6X' where id=3; -update noar ti set v0='OTJ1162L63TWT3KEDDURS09V8HGSN6X' where id=3; -update noar tt set b0='D7GNPDSSGG1LI' where id=3; -update noar ti set b0='D7GNPDSSGG1LI' where id=3; -update noar tt set v0='4RP86GH31TP8S2E2QL7CYQC6CKVPSNQV' where id=3; -update noar ti set v0='4RP86GH31TP8S2E2QL7CYQC6CKVPSNQV' where id=3; -update noar tt set b1='TYYHOVA35LB80IB59P3MM7' where id=3; -update noar ti set b1='TYYHOVA35LB80IB59P3MM7' where id=3; -update noar tt set v0='N19ALO7' where id=3; -update noar ti set v0='N19ALO7' where id=3; -update noar tt set b2='6EAXNJL9YDRK1RBMDDYJMVJYDEWXBPJ' where id=3; -update noar ti set b2='6EAXNJL9YDRK1RBMDDYJMVJYDEWXBPJ' where id=3; -update noar tt set v0='QSESKOBV35MWO581P6HKH881KP' where id=4; -update noar ti set v0='QSESKOBV35MWO581P6HKH881KP' where id=4; -update noar tt set b0='2W' where id=4; -update noar ti set b0='2W' where id=4; -update noar tt set v0='M2MD3A3XZUT50Q3KJ0ONYM' where id=4; -update noar ti set v0='M2MD3A3XZUT50Q3KJ0ONYM' where id=4; -update noar tt set b1='OC26D68' where id=4; -update noar ti set b1='OC26D68' where id=4; -update noar tt set v0='29VCK73FFCXRMH4Q8GUH1XCKFRVDRTK4' where id=4; -update noar ti set v0='29VCK73FFCXRMH4Q8GUH1XCKFRVDRTK4' where id=4; -update noar tt set b2='JR8G8S6XLMOEHF72DDMQPRKZ92' where id=4; -update noar ti set b2='JR8G8S6XLMOEHF72DDMQPRKZ92' where id=4; -update noar tt set v0='PN' where id=5; -update noar ti set v0='PN' where id=5; -update noar tt set b0='XWEFDCIILCY5' where id=5; -update noar ti set b0='XWEFDCIILCY5' where id=5; -update noar tt set v0='6JA6EKKGEOYJXAE0LONRI2TQJG' where id=5; -update noar ti set v0='6JA6EKKGEOYJXAE0LONRI2TQJG' where id=5; -update noar tt set b1='7SFHYH2T1QK6XGRJ6WW4MI88WRY6G5' where id=5; -update noar ti set b1='7SFHYH2T1QK6XGRJ6WW4MI88WRY6G5' where id=5; -update noar tt set v0='8O399Z0LCJOUDDJROX4SA' where id=5; -update noar ti set v0='8O399Z0LCJOUDDJROX4SA' where id=5; -update noar tt set b2='GFM3' where id=5; -update noar ti set b2='GFM3' where id=5; -update noar tt set v0='VNKH' where id=6; -update noar ti set v0='VNKH' where id=6; -update noar tt set b0='YGYMF3PLA2M3' where id=6; -update noar ti set b0='YGYMF3PLA2M3' where id=6; -update noar tt set v0='4PL5829VMSYNXJZKXLPFSS05YYA2U' where id=6; -update noar ti set v0='4PL5829VMSYNXJZKXLPFSS05YYA2U' where id=6; -update noar tt set b1='YJJ46L89X6M9' where id=6; -update noar ti set b1='YJJ46L89X6M9' where id=6; -update noar tt set v0='WHEZKK2FMOBNNS3X0Q' where id=6; -update noar ti set v0='WHEZKK2FMOBNNS3X0Q' where id=6; -update noar tt set b2='YVXATQDES26FWAK94BRIG' where id=6; -update noar ti set b2='YVXATQDES26FWAK94BRIG' where id=6; -update noar tt set v0='PADT6071U6NP' where id=7; -update noar ti set v0='PADT6071U6NP' where id=7; -update noar tt set b0='S53LPR8NS6V3CIM' where id=7; -update noar ti set b0='S53LPR8NS6V3CIM' where id=7; -update noar tt set v0='E4H7Z5EH5PL4' where id=7; -update noar ti set v0='E4H7Z5EH5PL4' where id=7; -update noar tt set b1='16D7520MJ6' where id=7; -update noar ti set b1='16D7520MJ6' where id=7; -update noar tt set v0='QBVH4MDZU' where id=7; -update noar ti set v0='QBVH4MDZU' where id=7; -update noar tt set b2='S2IX6SWEM69GF9LZ5U9H65EH' where id=7; -update noar ti set b2='S2IX6SWEM69GF9LZ5U9H65EH' where id=7; -update noar tt set v0='T078TFXU0Z' where id=8; -update noar ti set v0='T078TFXU0Z' where id=8; -update noar tt set b0='YFR' where id=8; -update noar ti set b0='YFR' where id=8; -update noar tt set v0='9N3NS4T16OVFT95ZJ80EHU2LQRS7PMEF' where id=8; -update noar ti set v0='9N3NS4T16OVFT95ZJ80EHU2LQRS7PMEF' where id=8; -update noar tt set b1='ZP8ULZRBFF2Z9O9X' where id=8; -update noar ti set b1='ZP8ULZRBFF2Z9O9X' where id=8; -update noar tt set v0='HLYQYQYFV224OY8' where id=8; -update noar ti set v0='HLYQYQYFV224OY8' where id=8; -update noar tt set b2='U462OA4KR4IRMY4CT7BJR9EOK' where id=8; -update noar ti set b2='U462OA4KR4IRMY4CT7BJR9EOK' where id=8; -update noar tt set v0='KJ5LIUOVSG9' where id=9; -update noar ti set v0='KJ5LIUOVSG9' where id=9; -update noar tt set b0='SUJJPR2' where id=9; -update noar ti set b0='SUJJPR2' where id=9; -update noar tt set v0='ICUDHA3SCRBQJQTYG' where id=9; -update noar ti set v0='ICUDHA3SCRBQJQTYG' where id=9; -update noar tt set b1='8I6T9F5J55H5HQ5ZHL2NCG547C' where id=9; -update noar ti set b1='8I6T9F5J55H5HQ5ZHL2NCG547C' where id=9; -update noar tt set v0='OKXC505ZDUC1VWS9' where id=9; -update noar ti set v0='OKXC505ZDUC1VWS9' where id=9; -update noar tt set b2='CPMK94U96ONWWFN7C' where id=9; -update noar ti set b2='CPMK94U96ONWWFN7C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6K2SJJW66IDTR' where id=1; -update noar ti set v0='6K2SJJW66IDTR' where id=1; -update noar tt set b0='5X2E4JI6FICQBNGU' where id=1; -update noar ti set b0='5X2E4JI6FICQBNGU' where id=1; -update noar tt set v0='U4RYDCKS00KW2OOK2HGEI5DKT' where id=1; -update noar ti set v0='U4RYDCKS00KW2OOK2HGEI5DKT' where id=1; -update noar tt set b1='3N5' where id=1; -update noar ti set b1='3N5' where id=1; -update noar tt set v0='8WQ' where id=1; -update noar ti set v0='8WQ' where id=1; -update noar tt set b2='E' where id=1; -update noar ti set b2='E' where id=1; -update noar tt set v0='IPKF' where id=2; -update noar ti set v0='IPKF' where id=2; -update noar tt set b0='RBSYU1EISEBS2531J2T8' where id=2; -update noar ti set b0='RBSYU1EISEBS2531J2T8' where id=2; -update noar tt set v0='4G97KWNHQV5TPKFQR8Y1YO7USW0DGSE' where id=2; -update noar ti set v0='4G97KWNHQV5TPKFQR8Y1YO7USW0DGSE' where id=2; -update noar tt set b1='ZI4180UK' where id=2; -update noar ti set b1='ZI4180UK' where id=2; -update noar tt set v0='1EMBWCUZMBOGYE3O3VEPA' where id=2; -update noar ti set v0='1EMBWCUZMBOGYE3O3VEPA' where id=2; -update noar tt set b2='8ZJW6BD7JOMEMUWH9CT8HQFID0PNAODZ' where id=2; -update noar ti set b2='8ZJW6BD7JOMEMUWH9CT8HQFID0PNAODZ' where id=2; -update noar tt set v0='BB84RG75BZJYD5HESV95VF9MORW1FK1' where id=3; -update noar ti set v0='BB84RG75BZJYD5HESV95VF9MORW1FK1' where id=3; -update noar tt set b0='ROKAP1N' where id=3; -update noar ti set b0='ROKAP1N' where id=3; -update noar tt set v0='ZR95U5OAG' where id=3; -update noar ti set v0='ZR95U5OAG' where id=3; -update noar tt set b1='KVQOTYY8BIR40GWJNDEX2LIM5C2T3O' where id=3; -update noar ti set b1='KVQOTYY8BIR40GWJNDEX2LIM5C2T3O' where id=3; -update noar tt set v0='4B243U3SQAU05HZ86' where id=3; -update noar ti set v0='4B243U3SQAU05HZ86' where id=3; -update noar tt set b2='ETFU1Q8RCGYGU65GGOTR' where id=3; -update noar ti set b2='ETFU1Q8RCGYGU65GGOTR' where id=3; -update noar tt set v0='ZNXU9CI8DGBIU5NQ' where id=4; -update noar ti set v0='ZNXU9CI8DGBIU5NQ' where id=4; -update noar tt set b0='FIQH1CCS4YBYVA6C8XU4N' where id=4; -update noar ti set b0='FIQH1CCS4YBYVA6C8XU4N' where id=4; -update noar tt set v0='UQMMFNCR21YX0SBZ2WTY64B1T0W8GLIJ' where id=4; -update noar ti set v0='UQMMFNCR21YX0SBZ2WTY64B1T0W8GLIJ' where id=4; -update noar tt set b1='1VR0W62SSPIQRV' where id=4; -update noar ti set b1='1VR0W62SSPIQRV' where id=4; -update noar tt set v0='KSEU60F3N0SOCE57QGO9GP6' where id=4; -update noar ti set v0='KSEU60F3N0SOCE57QGO9GP6' where id=4; -update noar tt set b2='RKRNM' where id=4; -update noar ti set b2='RKRNM' where id=4; -update noar tt set v0='US5EO8Y3KGQ' where id=5; -update noar ti set v0='US5EO8Y3KGQ' where id=5; -update noar tt set b0='LAVSR1GAT' where id=5; -update noar ti set b0='LAVSR1GAT' where id=5; -update noar tt set v0='VV3ZHJKFQ9IWQAZH' where id=5; -update noar ti set v0='VV3ZHJKFQ9IWQAZH' where id=5; -update noar tt set b1='31FCDPNMIAS5UXNLM' where id=5; -update noar ti set b1='31FCDPNMIAS5UXNLM' where id=5; -update noar tt set v0='6VZHU2MHIM2Y4RJC33BP1KA7MZ2DBL' where id=5; -update noar ti set v0='6VZHU2MHIM2Y4RJC33BP1KA7MZ2DBL' where id=5; -update noar tt set b2='7KBE2F' where id=5; -update noar ti set b2='7KBE2F' where id=5; -update noar tt set v0='QA34XR7VUJ8LH1OVXF70R6HF4V' where id=6; -update noar ti set v0='QA34XR7VUJ8LH1OVXF70R6HF4V' where id=6; -update noar tt set b0='PAFY' where id=6; -update noar ti set b0='PAFY' where id=6; -update noar tt set v0='9J' where id=6; -update noar ti set v0='9J' where id=6; -update noar tt set b1='0Y1XAJTYUMCRKLHNPB8Q2SZ06AJ88E' where id=6; -update noar ti set b1='0Y1XAJTYUMCRKLHNPB8Q2SZ06AJ88E' where id=6; -update noar tt set v0='I3SWKJZ' where id=6; -update noar ti set v0='I3SWKJZ' where id=6; -update noar tt set b2='T1MGQH8O28UNLWBF8YTVL1IWKPBGG3' where id=6; -update noar ti set b2='T1MGQH8O28UNLWBF8YTVL1IWKPBGG3' where id=6; -update noar tt set v0='VGN6A' where id=7; -update noar ti set v0='VGN6A' where id=7; -update noar tt set b0='57PCONKI' where id=7; -update noar ti set b0='57PCONKI' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b1='HIL5LCX54AAWSHCL' where id=7; -update noar ti set b1='HIL5LCX54AAWSHCL' where id=7; -update noar tt set v0='8XPG8OF9KTYXXD174DKQ' where id=7; -update noar ti set v0='8XPG8OF9KTYXXD174DKQ' where id=7; -update noar tt set b2='T87J9Y7L7BKG' where id=7; -update noar ti set b2='T87J9Y7L7BKG' where id=7; -update noar tt set v0='PR' where id=8; -update noar ti set v0='PR' where id=8; -update noar tt set b0='C8A7QMQ0EUWAK' where id=8; -update noar ti set b0='C8A7QMQ0EUWAK' where id=8; -update noar tt set v0='RBKPU1JRANU7BZ0' where id=8; -update noar ti set v0='RBKPU1JRANU7BZ0' where id=8; -update noar tt set b1='XZT4DOI3WSU3EH' where id=8; -update noar ti set b1='XZT4DOI3WSU3EH' where id=8; -update noar tt set v0='UN1BDAFIIKY' where id=8; -update noar ti set v0='UN1BDAFIIKY' where id=8; -update noar tt set b2='6ZCDIOYBFTPNXE9FSFBH5XS82IS' where id=8; -update noar ti set b2='6ZCDIOYBFTPNXE9FSFBH5XS82IS' where id=8; -update noar tt set v0='0J50NLVHB97V0B47YH0Q9RZFJ428MNR3' where id=9; -update noar ti set v0='0J50NLVHB97V0B47YH0Q9RZFJ428MNR3' where id=9; -update noar tt set b0='LRK5A56Q1ZDDFV4MA' where id=9; -update noar ti set b0='LRK5A56Q1ZDDFV4MA' where id=9; -update noar tt set v0='BR8TXBWKS5CU1P5J9B07XKLA' where id=9; -update noar ti set v0='BR8TXBWKS5CU1P5J9B07XKLA' where id=9; -update noar tt set b1='9L3E9BSA59AP05EHZTX8G' where id=9; -update noar ti set b1='9L3E9BSA59AP05EHZTX8G' where id=9; -update noar tt set v0='TZEINUV7KPKMF6CXKH401PZ8F' where id=9; -update noar ti set v0='TZEINUV7KPKMF6CXKH401PZ8F' where id=9; -update noar tt set b2='QWYGS2ASPLEN07OS8N' where id=9; -update noar ti set b2='QWYGS2ASPLEN07OS8N' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9TS0MDH3P' where id=1; -update noar ti set v0='9TS0MDH3P' where id=1; -update noar tt set b0='0CMLOH3TTQ2Q1' where id=1; -update noar ti set b0='0CMLOH3TTQ2Q1' where id=1; -update noar tt set v0='T8S756' where id=1; -update noar ti set v0='T8S756' where id=1; -update noar tt set b1='355ARES50AS85AUBYYVP0WL22' where id=1; -update noar ti set b1='355ARES50AS85AUBYYVP0WL22' where id=1; -update noar tt set v0='NYYZ7GE0NMLN4ZEOGZA8L1MJNNJ1S1YJ' where id=1; -update noar ti set v0='NYYZ7GE0NMLN4ZEOGZA8L1MJNNJ1S1YJ' where id=1; -update noar tt set b2='3PN2LXLQMBPKXZXPC48432XO5O' where id=1; -update noar ti set b2='3PN2LXLQMBPKXZXPC48432XO5O' where id=1; -update noar tt set v0='LS6XDT' where id=2; -update noar ti set v0='LS6XDT' where id=2; -update noar tt set b0='RW' where id=2; -update noar ti set b0='RW' where id=2; -update noar tt set v0='QY' where id=2; -update noar ti set v0='QY' where id=2; -update noar tt set b1='4BRIS' where id=2; -update noar ti set b1='4BRIS' where id=2; -update noar tt set v0='N8INEEY5RS' where id=2; -update noar ti set v0='N8INEEY5RS' where id=2; -update noar tt set b2='Y1WV8YLS' where id=2; -update noar ti set b2='Y1WV8YLS' where id=2; -update noar tt set v0='5KQJN0PTESKD59S8IT0TXZZR3R' where id=3; -update noar ti set v0='5KQJN0PTESKD59S8IT0TXZZR3R' where id=3; -update noar tt set b0='7LY8M6FAAUCZW8ZB' where id=3; -update noar ti set b0='7LY8M6FAAUCZW8ZB' where id=3; -update noar tt set v0='2CVN4J9V' where id=3; -update noar ti set v0='2CVN4J9V' where id=3; -update noar tt set b1='OP9GIEYSIB5YY8AK' where id=3; -update noar ti set b1='OP9GIEYSIB5YY8AK' where id=3; -update noar tt set v0='THS1HQ9XQXU3RVDCFQ8L1J' where id=3; -update noar ti set v0='THS1HQ9XQXU3RVDCFQ8L1J' where id=3; -update noar tt set b2='MOB8C53CXLUNG9QBNUNU4HYFOUFYFEOH' where id=3; -update noar ti set b2='MOB8C53CXLUNG9QBNUNU4HYFOUFYFEOH' where id=3; -update noar tt set v0='0V8L9WE7P3Q417Z5' where id=4; -update noar ti set v0='0V8L9WE7P3Q417Z5' where id=4; -update noar tt set b0='RL4YLL6FLGJ6S2J1' where id=4; -update noar ti set b0='RL4YLL6FLGJ6S2J1' where id=4; -update noar tt set v0='QFSKH2H1TS3BCNISDGH0' where id=4; -update noar ti set v0='QFSKH2H1TS3BCNISDGH0' where id=4; -update noar tt set b1='35QLAE3KA7PKEL7O9CGKK0PULE679C' where id=4; -update noar ti set b1='35QLAE3KA7PKEL7O9CGKK0PULE679C' where id=4; -update noar tt set v0='EQII2R355RSR' where id=4; -update noar ti set v0='EQII2R355RSR' where id=4; -update noar tt set b2='P6MDBFRNHDLWGI9OHO' where id=4; -update noar ti set b2='P6MDBFRNHDLWGI9OHO' where id=4; -update noar tt set v0='F3CL46CEH030ET6KW296UDFJ89XSLR' where id=5; -update noar ti set v0='F3CL46CEH030ET6KW296UDFJ89XSLR' where id=5; -update noar tt set b0='MQCEAXFPYQBQFPKC7QCD887X1UA4J' where id=5; -update noar ti set b0='MQCEAXFPYQBQFPKC7QCD887X1UA4J' where id=5; -update noar tt set v0='ZXRE5TYFAG4Z1VJIEZCY' where id=5; -update noar ti set v0='ZXRE5TYFAG4Z1VJIEZCY' where id=5; -update noar tt set b1='E2' where id=5; -update noar ti set b1='E2' where id=5; -update noar tt set v0='UL7EQXI7' where id=5; -update noar ti set v0='UL7EQXI7' where id=5; -update noar tt set b2='I8BC1Z' where id=5; -update noar ti set b2='I8BC1Z' where id=5; -update noar tt set v0='CQS6JNTZUDTERIHXWWTJHB40' where id=6; -update noar ti set v0='CQS6JNTZUDTERIHXWWTJHB40' where id=6; -update noar tt set b0='NQM2QIW' where id=6; -update noar ti set b0='NQM2QIW' where id=6; -update noar tt set v0='OCVQ828X97WN8' where id=6; -update noar ti set v0='OCVQ828X97WN8' where id=6; -update noar tt set b1='EEFEBSCQHC2' where id=6; -update noar ti set b1='EEFEBSCQHC2' where id=6; -update noar tt set v0='WG5YJ3IH3CYIKW17T0GVT' where id=6; -update noar ti set v0='WG5YJ3IH3CYIKW17T0GVT' where id=6; -update noar tt set b2='J8FTISLJ6OY43HSJM8' where id=6; -update noar ti set b2='J8FTISLJ6OY43HSJM8' where id=6; -update noar tt set v0='D63NS3K8GG' where id=7; -update noar ti set v0='D63NS3K8GG' where id=7; -update noar tt set b0='HQV4N0' where id=7; -update noar ti set b0='HQV4N0' where id=7; -update noar tt set v0='NLBFM6UXLAV8C04Q59' where id=7; -update noar ti set v0='NLBFM6UXLAV8C04Q59' where id=7; -update noar tt set b1='NB650R7J' where id=7; -update noar ti set b1='NB650R7J' where id=7; -update noar tt set v0='6UPSO6NOSR2ZW3VN44JQKAIX4Z' where id=7; -update noar ti set v0='6UPSO6NOSR2ZW3VN44JQKAIX4Z' where id=7; -update noar tt set b2='ORNLBCUZFR4VCYB96' where id=7; -update noar ti set b2='ORNLBCUZFR4VCYB96' where id=7; -update noar tt set v0='3RO482PQGYIBMWQ' where id=8; -update noar ti set v0='3RO482PQGYIBMWQ' where id=8; -update noar tt set b0='ZQ' where id=8; -update noar ti set b0='ZQ' where id=8; -update noar tt set v0='NS76MOHY' where id=8; -update noar ti set v0='NS76MOHY' where id=8; -update noar tt set b1='3DJSVFJM4CDFO42OBNML0DD' where id=8; -update noar ti set b1='3DJSVFJM4CDFO42OBNML0DD' where id=8; -update noar tt set v0='F8RF8BD' where id=8; -update noar ti set v0='F8RF8BD' where id=8; -update noar tt set b2='KAUSE91' where id=8; -update noar ti set b2='KAUSE91' where id=8; -update noar tt set v0='JN' where id=9; -update noar ti set v0='JN' where id=9; -update noar tt set b0='Z6KWLR' where id=9; -update noar ti set b0='Z6KWLR' where id=9; -update noar tt set v0='AWGO2VKOGWP79UOC2DH25EUQBL5Q' where id=9; -update noar ti set v0='AWGO2VKOGWP79UOC2DH25EUQBL5Q' where id=9; -update noar tt set b1='K9BO70L4M4BO4CDN4IO9' where id=9; -update noar ti set b1='K9BO70L4M4BO4CDN4IO9' where id=9; -update noar tt set v0='EO34' where id=9; -update noar ti set v0='EO34' where id=9; -update noar tt set b2='5TZWF3U9AEYMQIRS10' where id=9; -update noar ti set b2='5TZWF3U9AEYMQIRS10' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NY2V9AYD28KL3MQ7BOU' where id=1; -update noar ti set v0='NY2V9AYD28KL3MQ7BOU' where id=1; -update noar tt set b0='GNAGKPJA6YRNGN4KN' where id=1; -update noar ti set b0='GNAGKPJA6YRNGN4KN' where id=1; -update noar tt set v0='986J0K48ZSZ5DEODKG30W72P' where id=1; -update noar ti set v0='986J0K48ZSZ5DEODKG30W72P' where id=1; -update noar tt set b1='EXI9D2AO0' where id=1; -update noar ti set b1='EXI9D2AO0' where id=1; -update noar tt set v0='PQC8YMO' where id=1; -update noar ti set v0='PQC8YMO' where id=1; -update noar tt set b2='9M1V87WDQ9JL8ZVQVOUVLBMT' where id=1; -update noar ti set b2='9M1V87WDQ9JL8ZVQVOUVLBMT' where id=1; -update noar tt set v0='U7DWK1JFZKOHO0' where id=2; -update noar ti set v0='U7DWK1JFZKOHO0' where id=2; -update noar tt set b0='SD6OSYJQ0UP3H95V9B0YWLH' where id=2; -update noar ti set b0='SD6OSYJQ0UP3H95V9B0YWLH' where id=2; -update noar tt set v0='NBJ304PT4KLMQCAYKWHYZKT9Z7' where id=2; -update noar ti set v0='NBJ304PT4KLMQCAYKWHYZKT9Z7' where id=2; -update noar tt set b1='8RXU115RILP4396UHKAGGS760' where id=2; -update noar ti set b1='8RXU115RILP4396UHKAGGS760' where id=2; -update noar tt set v0='A2SBP34613FAAA0QOI' where id=2; -update noar ti set v0='A2SBP34613FAAA0QOI' where id=2; -update noar tt set b2='MKVCN5DY9CE72K8NX14YW4' where id=2; -update noar ti set b2='MKVCN5DY9CE72K8NX14YW4' where id=2; -update noar tt set v0='T3F2H345ESDXDFRMEAC2ZT3B' where id=3; -update noar ti set v0='T3F2H345ESDXDFRMEAC2ZT3B' where id=3; -update noar tt set b0='GFAG1TKHE34M1' where id=3; -update noar ti set b0='GFAG1TKHE34M1' where id=3; -update noar tt set v0='L68WIMVP65' where id=3; -update noar ti set v0='L68WIMVP65' where id=3; -update noar tt set b1='HA8D9TUD2IV4Z16OB5CP5TUEZHVD5' where id=3; -update noar ti set b1='HA8D9TUD2IV4Z16OB5CP5TUEZHVD5' where id=3; -update noar tt set v0='AN9KA1YD3IF2CN2MMBW' where id=3; -update noar ti set v0='AN9KA1YD3IF2CN2MMBW' where id=3; -update noar tt set b2='JGEIOEXK2KR0GPPDLP0BRIUCKUHQRUQT' where id=3; -update noar ti set b2='JGEIOEXK2KR0GPPDLP0BRIUCKUHQRUQT' where id=3; -update noar tt set v0='8OR' where id=4; -update noar ti set v0='8OR' where id=4; -update noar tt set b0='A0I15NYCO' where id=4; -update noar ti set b0='A0I15NYCO' where id=4; -update noar tt set v0='6MJYG6QADFXS0SBQIGEB' where id=4; -update noar ti set v0='6MJYG6QADFXS0SBQIGEB' where id=4; -update noar tt set b1='8LDJM326VPILF9PO0NX9' where id=4; -update noar ti set b1='8LDJM326VPILF9PO0NX9' where id=4; -update noar tt set v0='9' where id=4; -update noar ti set v0='9' where id=4; -update noar tt set b2='MV7FMC1PWIE20TN30MSYH1Q98P7RJ' where id=4; -update noar ti set b2='MV7FMC1PWIE20TN30MSYH1Q98P7RJ' where id=4; -update noar tt set v0='K66A0FG20A2PR1KKYI7NEMRBODDMC' where id=5; -update noar ti set v0='K66A0FG20A2PR1KKYI7NEMRBODDMC' where id=5; -update noar tt set b0='2AWUIS5FJMD3E5LI33MN8E9CQHNEOVE' where id=5; -update noar ti set b0='2AWUIS5FJMD3E5LI33MN8E9CQHNEOVE' where id=5; -update noar tt set v0='Z7B9VR3B82H8KYIMDBWMNQ6RA8ZU65K' where id=5; -update noar ti set v0='Z7B9VR3B82H8KYIMDBWMNQ6RA8ZU65K' where id=5; -update noar tt set b1='N568K29XYH9ZF3XYDOGM0BS6201WB' where id=5; -update noar ti set b1='N568K29XYH9ZF3XYDOGM0BS6201WB' where id=5; -update noar tt set v0='V6LZL2BUJ' where id=5; -update noar ti set v0='V6LZL2BUJ' where id=5; -update noar tt set b2='SNMJ2R8FDL4BCIKQ5' where id=5; -update noar ti set b2='SNMJ2R8FDL4BCIKQ5' where id=5; -update noar tt set v0='61ZLFTCDMJPM0VIY1G0I5A' where id=6; -update noar ti set v0='61ZLFTCDMJPM0VIY1G0I5A' where id=6; -update noar tt set b0='L3MKS4JOQ0JNJZMNCZ4ZCPC1BW9' where id=6; -update noar ti set b0='L3MKS4JOQ0JNJZMNCZ4ZCPC1BW9' where id=6; -update noar tt set v0='7G2JYXUXWF4' where id=6; -update noar ti set v0='7G2JYXUXWF4' where id=6; -update noar tt set b1='E0E6CCGWJD7FC' where id=6; -update noar ti set b1='E0E6CCGWJD7FC' where id=6; -update noar tt set v0='XGUN6QNIEYNCTOT' where id=6; -update noar ti set v0='XGUN6QNIEYNCTOT' where id=6; -update noar tt set b2='QEU906YOVQ' where id=6; -update noar ti set b2='QEU906YOVQ' where id=6; -update noar tt set v0='UM' where id=7; -update noar ti set v0='UM' where id=7; -update noar tt set b0='OPG20V4XVH7VFHVS' where id=7; -update noar ti set b0='OPG20V4XVH7VFHVS' where id=7; -update noar tt set v0='JGLTG9Z5ND3GIH2ERFK3P4WNYSRC5' where id=7; -update noar ti set v0='JGLTG9Z5ND3GIH2ERFK3P4WNYSRC5' where id=7; -update noar tt set b1='BI4YIZ8TMQ' where id=7; -update noar ti set b1='BI4YIZ8TMQ' where id=7; -update noar tt set v0='CDF' where id=7; -update noar ti set v0='CDF' where id=7; -update noar tt set b2='K1846T0O2Z6PQQP05GKWDC1WZ6' where id=7; -update noar ti set b2='K1846T0O2Z6PQQP05GKWDC1WZ6' where id=7; -update noar tt set v0='WMZE9KY3X87UFEGX3I' where id=8; -update noar ti set v0='WMZE9KY3X87UFEGX3I' where id=8; -update noar tt set b0='TCIAC2BZWIVPQ9Q4ULH168QEHN8' where id=8; -update noar ti set b0='TCIAC2BZWIVPQ9Q4ULH168QEHN8' where id=8; -update noar tt set v0='MFSAHNC01KBVQQ75BC' where id=8; -update noar ti set v0='MFSAHNC01KBVQQ75BC' where id=8; -update noar tt set b1='K05O0BLUTOKTZF6ZJ3F' where id=8; -update noar ti set b1='K05O0BLUTOKTZF6ZJ3F' where id=8; -update noar tt set v0='M' where id=8; -update noar ti set v0='M' where id=8; -update noar tt set b2='EL5' where id=8; -update noar ti set b2='EL5' where id=8; -update noar tt set v0='CBXCGZYCLO0XEPNGVUVA' where id=9; -update noar ti set v0='CBXCGZYCLO0XEPNGVUVA' where id=9; -update noar tt set b0='0NFY2CYIFR' where id=9; -update noar ti set b0='0NFY2CYIFR' where id=9; -update noar tt set v0='EQGYRHPK836AOF' where id=9; -update noar ti set v0='EQGYRHPK836AOF' where id=9; -update noar tt set b1='QUFUPB09US52' where id=9; -update noar ti set b1='QUFUPB09US52' where id=9; -update noar tt set v0='TMT5B' where id=9; -update noar ti set v0='TMT5B' where id=9; -update noar tt set b2='S503WU5RTVN9B27' where id=9; -update noar ti set b2='S503WU5RTVN9B27' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PU0243VWIF4B6XH53LHDDZMVRVYE4PJY' where id=1; -update noar ti set v0='PU0243VWIF4B6XH53LHDDZMVRVYE4PJY' where id=1; -update noar tt set b0='TD2Q53X2RUAGDI6A0CK2A9C2OF4VUK' where id=1; -update noar ti set b0='TD2Q53X2RUAGDI6A0CK2A9C2OF4VUK' where id=1; -update noar tt set v0='PG5VSTFS34O31D42A1WE2S' where id=1; -update noar ti set v0='PG5VSTFS34O31D42A1WE2S' where id=1; -update noar tt set b1='58EDT7WQ337DKZ6T016YWOJUHH' where id=1; -update noar ti set b1='58EDT7WQ337DKZ6T016YWOJUHH' where id=1; -update noar tt set v0='IODP3IKTLSW514079080WBTEZ' where id=1; -update noar ti set v0='IODP3IKTLSW514079080WBTEZ' where id=1; -update noar tt set b2='RH6OKNO2JOY2CXNNI5CLQFDZIGNL0Q' where id=1; -update noar ti set b2='RH6OKNO2JOY2CXNNI5CLQFDZIGNL0Q' where id=1; -update noar tt set v0='WXDP6T761RGM68FRZ31UEA11EOA2' where id=2; -update noar ti set v0='WXDP6T761RGM68FRZ31UEA11EOA2' where id=2; -update noar tt set b0='XWJZ67VKOOFBH27HP' where id=2; -update noar ti set b0='XWJZ67VKOOFBH27HP' where id=2; -update noar tt set v0='G1NWW83LA4QOTBL7VQ' where id=2; -update noar ti set v0='G1NWW83LA4QOTBL7VQ' where id=2; -update noar tt set b1='3TR833VN' where id=2; -update noar ti set b1='3TR833VN' where id=2; -update noar tt set v0='XLL1JHVPRABD' where id=2; -update noar ti set v0='XLL1JHVPRABD' where id=2; -update noar tt set b2='KR02VZPISZOX3' where id=2; -update noar ti set b2='KR02VZPISZOX3' where id=2; -update noar tt set v0='CSTJRDS3EDJLGZD' where id=3; -update noar ti set v0='CSTJRDS3EDJLGZD' where id=3; -update noar tt set b0='7U3YADF' where id=3; -update noar ti set b0='7U3YADF' where id=3; -update noar tt set v0='PA33FIMK' where id=3; -update noar ti set v0='PA33FIMK' where id=3; -update noar tt set b1='QLXWHDQL2J4PYPUMK50IZUMZF' where id=3; -update noar ti set b1='QLXWHDQL2J4PYPUMK50IZUMZF' where id=3; -update noar tt set v0='7OSIMBKV3' where id=3; -update noar ti set v0='7OSIMBKV3' where id=3; -update noar tt set b2='9P63D50WO' where id=3; -update noar ti set b2='9P63D50WO' where id=3; -update noar tt set v0='B' where id=4; -update noar ti set v0='B' where id=4; -update noar tt set b0='ZI60CR3YU' where id=4; -update noar ti set b0='ZI60CR3YU' where id=4; -update noar tt set v0='K7BM16E7EEC2SCT488OABNVMF' where id=4; -update noar ti set v0='K7BM16E7EEC2SCT488OABNVMF' where id=4; -update noar tt set b1='DFO4TZ3JI9B4' where id=4; -update noar ti set b1='DFO4TZ3JI9B4' where id=4; -update noar tt set v0='K77XRSWQTJTA12S73I47A739' where id=4; -update noar ti set v0='K77XRSWQTJTA12S73I47A739' where id=4; -update noar tt set b2='EO50VRN' where id=4; -update noar ti set b2='EO50VRN' where id=4; -update noar tt set v0='R38CI5QP6IHTL3RJAV' where id=5; -update noar ti set v0='R38CI5QP6IHTL3RJAV' where id=5; -update noar tt set b0='9JKZMR476BMU5LNH69HDOHV4E' where id=5; -update noar ti set b0='9JKZMR476BMU5LNH69HDOHV4E' where id=5; -update noar tt set v0='WTLOMCY9' where id=5; -update noar ti set v0='WTLOMCY9' where id=5; -update noar tt set b1='7P1' where id=5; -update noar ti set b1='7P1' where id=5; -update noar tt set v0='8JG0' where id=5; -update noar ti set v0='8JG0' where id=5; -update noar tt set b2='DYFL4CUNB' where id=5; -update noar ti set b2='DYFL4CUNB' where id=5; -update noar tt set v0='68WUG89' where id=6; -update noar ti set v0='68WUG89' where id=6; -update noar tt set b0='IJ0U3G585DNTV6KRA8Z7UMQ' where id=6; -update noar ti set b0='IJ0U3G585DNTV6KRA8Z7UMQ' where id=6; -update noar tt set v0='QSCJRC9Y8WVVMU4GSXL' where id=6; -update noar ti set v0='QSCJRC9Y8WVVMU4GSXL' where id=6; -update noar tt set b1='SSUH7EJ86PQC7R1PR' where id=6; -update noar ti set b1='SSUH7EJ86PQC7R1PR' where id=6; -update noar tt set v0='08BVPHGCTOYDJANC08U5U50XT' where id=6; -update noar ti set v0='08BVPHGCTOYDJANC08U5U50XT' where id=6; -update noar tt set b2='H7' where id=6; -update noar ti set b2='H7' where id=6; -update noar tt set v0='G6S8M1820V1XO74S5SQ' where id=7; -update noar ti set v0='G6S8M1820V1XO74S5SQ' where id=7; -update noar tt set b0='3H' where id=7; -update noar ti set b0='3H' where id=7; -update noar tt set v0='H0O9HZHX8XD73DRNW' where id=7; -update noar ti set v0='H0O9HZHX8XD73DRNW' where id=7; -update noar tt set b1='KO712MFU5OXPY6XLRAH4E3E9C' where id=7; -update noar ti set b1='KO712MFU5OXPY6XLRAH4E3E9C' where id=7; -update noar tt set v0='4ME5IJ60RGW8' where id=7; -update noar ti set v0='4ME5IJ60RGW8' where id=7; -update noar tt set b2='6' where id=7; -update noar ti set b2='6' where id=7; -update noar tt set v0='4G1XESX3UU7TX5QUUVDP' where id=8; -update noar ti set v0='4G1XESX3UU7TX5QUUVDP' where id=8; -update noar tt set b0='FQ6Y7AJB5B1KNI3O4WZ' where id=8; -update noar ti set b0='FQ6Y7AJB5B1KNI3O4WZ' where id=8; -update noar tt set v0='L8ADRM5UTXW' where id=8; -update noar ti set v0='L8ADRM5UTXW' where id=8; -update noar tt set b1='I58SCELVBM8ENNR1' where id=8; -update noar ti set b1='I58SCELVBM8ENNR1' where id=8; -update noar tt set v0='P6X02730A51CITJL2B5T1OU4PQFD855R' where id=8; -update noar ti set v0='P6X02730A51CITJL2B5T1OU4PQFD855R' where id=8; -update noar tt set b2='8OA6S0O5XV' where id=8; -update noar ti set b2='8OA6S0O5XV' where id=8; -update noar tt set v0='C' where id=9; -update noar ti set v0='C' where id=9; -update noar tt set b0='DYVA472M3CZIOATJ8' where id=9; -update noar ti set b0='DYVA472M3CZIOATJ8' where id=9; -update noar tt set v0='8L' where id=9; -update noar ti set v0='8L' where id=9; -update noar tt set b1='6E0KPQOR' where id=9; -update noar ti set b1='6E0KPQOR' where id=9; -update noar tt set v0='3Z45SH4X8B6FT07K' where id=9; -update noar ti set v0='3Z45SH4X8B6FT07K' where id=9; -update noar tt set b2='G0RAQNSEACS' where id=9; -update noar ti set b2='G0RAQNSEACS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='13YRU' where id=1; -update noar ti set v0='13YRU' where id=1; -update noar tt set b0='RY2V8YLWEL60PTHJO5GLKBM73AC' where id=1; -update noar ti set b0='RY2V8YLWEL60PTHJO5GLKBM73AC' where id=1; -update noar tt set v0='28CPM4LYE3QYH9JD05HSKWHHAQ9GJ' where id=1; -update noar ti set v0='28CPM4LYE3QYH9JD05HSKWHHAQ9GJ' where id=1; -update noar tt set b1='WFRDECHOEGAUXW71VURN6Q2A8' where id=1; -update noar ti set b1='WFRDECHOEGAUXW71VURN6Q2A8' where id=1; -update noar tt set v0='10S5F9RFU22M60T77Y4Y19RY0CQ7J' where id=1; -update noar ti set v0='10S5F9RFU22M60T77Y4Y19RY0CQ7J' where id=1; -update noar tt set b2='5UHXO' where id=1; -update noar ti set b2='5UHXO' where id=1; -update noar tt set v0='BGLOM0' where id=2; -update noar ti set v0='BGLOM0' where id=2; -update noar tt set b0='57BSMBFFYRTYYHHD7TXG3JVFARFQ' where id=2; -update noar ti set b0='57BSMBFFYRTYYHHD7TXG3JVFARFQ' where id=2; -update noar tt set v0='M6HLEVD9J67KV21PCLEDQXH4N' where id=2; -update noar ti set v0='M6HLEVD9J67KV21PCLEDQXH4N' where id=2; -update noar tt set b1='E1BNI02Z5I6W89Q' where id=2; -update noar ti set b1='E1BNI02Z5I6W89Q' where id=2; -update noar tt set v0='S9U342SAFFBVSV8HBFPGEA57N34X9U' where id=2; -update noar ti set v0='S9U342SAFFBVSV8HBFPGEA57N34X9U' where id=2; -update noar tt set b2='UVL37GGK9WY5P7R053VU503ZUQF61P' where id=2; -update noar ti set b2='UVL37GGK9WY5P7R053VU503ZUQF61P' where id=2; -update noar tt set v0='2ZZOKPMCJYMQG8Q9A2' where id=3; -update noar ti set v0='2ZZOKPMCJYMQG8Q9A2' where id=3; -update noar tt set b0='5X2O0NGRP8O14YCWJ2WPYEXTNGB' where id=3; -update noar ti set b0='5X2O0NGRP8O14YCWJ2WPYEXTNGB' where id=3; -update noar tt set v0='VIS1PZ83SJRLOE30HUJO7K9EPWOOZ' where id=3; -update noar ti set v0='VIS1PZ83SJRLOE30HUJO7K9EPWOOZ' where id=3; -update noar tt set b1='JNI' where id=3; -update noar ti set b1='JNI' where id=3; -update noar tt set v0='I86WBGJ7UO' where id=3; -update noar ti set v0='I86WBGJ7UO' where id=3; -update noar tt set b2='KV9EQ3AO0NCDGY2HKI1' where id=3; -update noar ti set b2='KV9EQ3AO0NCDGY2HKI1' where id=3; -update noar tt set v0='0FR13GFXWT6A' where id=4; -update noar ti set v0='0FR13GFXWT6A' where id=4; -update noar tt set b0='T5PXLME89GEJIQGSFLWH7' where id=4; -update noar ti set b0='T5PXLME89GEJIQGSFLWH7' where id=4; -update noar tt set v0='AXJIMRV4AACRMERBZHWNZYS7' where id=4; -update noar ti set v0='AXJIMRV4AACRMERBZHWNZYS7' where id=4; -update noar tt set b1='X' where id=4; -update noar ti set b1='X' where id=4; -update noar tt set v0='UC4IH59N2KOQWIUZT66DV3818' where id=4; -update noar ti set v0='UC4IH59N2KOQWIUZT66DV3818' where id=4; -update noar tt set b2='NLU8A8UKTK9F648EWNQHQ' where id=4; -update noar ti set b2='NLU8A8UKTK9F648EWNQHQ' where id=4; -update noar tt set v0='WUQRPE' where id=5; -update noar ti set v0='WUQRPE' where id=5; -update noar tt set b0='SSZXOCKA3EIF4FGFIIGC7W' where id=5; -update noar ti set b0='SSZXOCKA3EIF4FGFIIGC7W' where id=5; -update noar tt set v0='RFQ4NIIXYXPQGS6HX0LS6QYKEOT0C' where id=5; -update noar ti set v0='RFQ4NIIXYXPQGS6HX0LS6QYKEOT0C' where id=5; -update noar tt set b1='G0' where id=5; -update noar ti set b1='G0' where id=5; -update noar tt set v0='HSYK' where id=5; -update noar ti set v0='HSYK' where id=5; -update noar tt set b2='1TIS2BSHSFS2' where id=5; -update noar ti set b2='1TIS2BSHSFS2' where id=5; -update noar tt set v0='VJVHOZ0ZJVRYFNWRIOAZZAE1Y4DNU2GL' where id=6; -update noar ti set v0='VJVHOZ0ZJVRYFNWRIOAZZAE1Y4DNU2GL' where id=6; -update noar tt set b0='RX4CW00Z07R60QD04GZ3AA9HPG80P' where id=6; -update noar ti set b0='RX4CW00Z07R60QD04GZ3AA9HPG80P' where id=6; -update noar tt set v0='CKKEMN9HN0PHYCW93TUK680LU836WUQI' where id=6; -update noar ti set v0='CKKEMN9HN0PHYCW93TUK680LU836WUQI' where id=6; -update noar tt set b1='M6J3MW1RN9EDUGEQDBLOXGCK7PUZC39C' where id=6; -update noar ti set b1='M6J3MW1RN9EDUGEQDBLOXGCK7PUZC39C' where id=6; -update noar tt set v0='7HBUD1IX0SYW7P6' where id=6; -update noar ti set v0='7HBUD1IX0SYW7P6' where id=6; -update noar tt set b2='L7SN1I8' where id=6; -update noar ti set b2='L7SN1I8' where id=6; -update noar tt set v0='K827W6QROVQE0ZCAHLLWTWE7' where id=7; -update noar ti set v0='K827W6QROVQE0ZCAHLLWTWE7' where id=7; -update noar tt set b0='ZIRT3HUAYYOGAPBLAYQO03H' where id=7; -update noar ti set b0='ZIRT3HUAYYOGAPBLAYQO03H' where id=7; -update noar tt set v0='VCF0AYOOJ26NMZ4GA7PM' where id=7; -update noar ti set v0='VCF0AYOOJ26NMZ4GA7PM' where id=7; -update noar tt set b1='MRBRCR1PWAC9HR2B2G2' where id=7; -update noar ti set b1='MRBRCR1PWAC9HR2B2G2' where id=7; -update noar tt set v0='XPBWZF2VK' where id=7; -update noar ti set v0='XPBWZF2VK' where id=7; -update noar tt set b2='X82Q2U83BJRBNXW6NT3L' where id=7; -update noar ti set b2='X82Q2U83BJRBNXW6NT3L' where id=7; -update noar tt set v0='53XNMDTGTWELZPEJ9GDNVC0I' where id=8; -update noar ti set v0='53XNMDTGTWELZPEJ9GDNVC0I' where id=8; -update noar tt set b0='53KEDWGVCNC6RJPKK' where id=8; -update noar ti set b0='53KEDWGVCNC6RJPKK' where id=8; -update noar tt set v0='JRTYKPMVJTZZE' where id=8; -update noar ti set v0='JRTYKPMVJTZZE' where id=8; -update noar tt set b1='X1NGRWUSX6' where id=8; -update noar ti set b1='X1NGRWUSX6' where id=8; -update noar tt set v0='RKBR7FOTNDVSO3' where id=8; -update noar ti set v0='RKBR7FOTNDVSO3' where id=8; -update noar tt set b2='GR' where id=8; -update noar ti set b2='GR' where id=8; -update noar tt set v0='WYO' where id=9; -update noar ti set v0='WYO' where id=9; -update noar tt set b0='U08SNEV3U3SUDPE05LITOMR77' where id=9; -update noar ti set b0='U08SNEV3U3SUDPE05LITOMR77' where id=9; -update noar tt set v0='6L3L6FWLZCT' where id=9; -update noar ti set v0='6L3L6FWLZCT' where id=9; -update noar tt set b1='6BC54JOSGZVB' where id=9; -update noar ti set b1='6BC54JOSGZVB' where id=9; -update noar tt set v0='KP6HATGVF' where id=9; -update noar ti set v0='KP6HATGVF' where id=9; -update noar tt set b2='30R0W256SGTR1IGGLT5A0TJUZX' where id=9; -update noar ti set b2='30R0W256SGTR1IGGLT5A0TJUZX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M91AP06W697DLGNYDQ' where id=1; -update noar ti set v0='M91AP06W697DLGNYDQ' where id=1; -update noar tt set b0='WFDAHZMNCU43Q' where id=1; -update noar ti set b0='WFDAHZMNCU43Q' where id=1; -update noar tt set v0='VP34CV5WT66' where id=1; -update noar ti set v0='VP34CV5WT66' where id=1; -update noar tt set b1='MH46QOYX43FGR1G48H1MQOD' where id=1; -update noar ti set b1='MH46QOYX43FGR1G48H1MQOD' where id=1; -update noar tt set v0='423TAD7T91Y1E94VGC26CVV4W24SM1PT' where id=1; -update noar ti set v0='423TAD7T91Y1E94VGC26CVV4W24SM1PT' where id=1; -update noar tt set b2='N3Q043CNTKV20LNH6X5T' where id=1; -update noar ti set b2='N3Q043CNTKV20LNH6X5T' where id=1; -update noar tt set v0='ZBWF131G0KDB' where id=2; -update noar ti set v0='ZBWF131G0KDB' where id=2; -update noar tt set b0='X84' where id=2; -update noar ti set b0='X84' where id=2; -update noar tt set v0='8ZR4AOD' where id=2; -update noar ti set v0='8ZR4AOD' where id=2; -update noar tt set b1='VGRTFJ48FI0HX8XFKD2CRWS' where id=2; -update noar ti set b1='VGRTFJ48FI0HX8XFKD2CRWS' where id=2; -update noar tt set v0='63JYKWV46HV08HJIV5M1' where id=2; -update noar ti set v0='63JYKWV46HV08HJIV5M1' where id=2; -update noar tt set b2='YUJDIQBKG5QLYE6ZA6AEF6PCDH76K9' where id=2; -update noar ti set b2='YUJDIQBKG5QLYE6ZA6AEF6PCDH76K9' where id=2; -update noar tt set v0='4GJSF' where id=3; -update noar ti set v0='4GJSF' where id=3; -update noar tt set b0='TKTO4JCXSZEKM28WLLA03U9YNEX11LPU' where id=3; -update noar ti set b0='TKTO4JCXSZEKM28WLLA03U9YNEX11LPU' where id=3; -update noar tt set v0='X179U' where id=3; -update noar ti set v0='X179U' where id=3; -update noar tt set b1='YE8QLET' where id=3; -update noar ti set b1='YE8QLET' where id=3; -update noar tt set v0='QXX2EDQ72UR41OFT4RKL' where id=3; -update noar ti set v0='QXX2EDQ72UR41OFT4RKL' where id=3; -update noar tt set b2='9IN4TGJI0M3C28T6K090Z3GJ22M7' where id=3; -update noar ti set b2='9IN4TGJI0M3C28T6K090Z3GJ22M7' where id=3; -update noar tt set v0='R1LR0BU781VQH9YNDR9TC' where id=4; -update noar ti set v0='R1LR0BU781VQH9YNDR9TC' where id=4; -update noar tt set b0='CF20MW0PJEDADAAWX3OVDKLW4OM1EXA8' where id=4; -update noar ti set b0='CF20MW0PJEDADAAWX3OVDKLW4OM1EXA8' where id=4; -update noar tt set v0='Q1QSWRVN' where id=4; -update noar ti set v0='Q1QSWRVN' where id=4; -update noar tt set b1='4ZQPNIXREP3W0ROQ8TMJD8S' where id=4; -update noar ti set b1='4ZQPNIXREP3W0ROQ8TMJD8S' where id=4; -update noar tt set v0='FLHMN92346E' where id=4; -update noar ti set v0='FLHMN92346E' where id=4; -update noar tt set b2='2' where id=4; -update noar ti set b2='2' where id=4; -update noar tt set v0='4BHTTJHCCTV0Q9SH' where id=5; -update noar ti set v0='4BHTTJHCCTV0Q9SH' where id=5; -update noar tt set b0='L2XSM3SNNFZYJ8TWTQH90SEKWJ4WEV' where id=5; -update noar ti set b0='L2XSM3SNNFZYJ8TWTQH90SEKWJ4WEV' where id=5; -update noar tt set v0='4' where id=5; -update noar ti set v0='4' where id=5; -update noar tt set b1='3BIP35NZ091ZGJFHKEZR6AFE' where id=5; -update noar ti set b1='3BIP35NZ091ZGJFHKEZR6AFE' where id=5; -update noar tt set v0='Z0JOVB8YQXYUZCG3' where id=5; -update noar ti set v0='Z0JOVB8YQXYUZCG3' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='LRPLON0QPLAXN72LVEIPYV' where id=6; -update noar ti set v0='LRPLON0QPLAXN72LVEIPYV' where id=6; -update noar tt set b0='DHYIKBWWKME2L0SO1HIRT27E0RSEE' where id=6; -update noar ti set b0='DHYIKBWWKME2L0SO1HIRT27E0RSEE' where id=6; -update noar tt set v0='ZBK11UTXJL83E7J0YCWT9B' where id=6; -update noar ti set v0='ZBK11UTXJL83E7J0YCWT9B' where id=6; -update noar tt set b1='BM48FL2S0160X21SQU0M7V0GN8R' where id=6; -update noar ti set b1='BM48FL2S0160X21SQU0M7V0GN8R' where id=6; -update noar tt set v0='R1JQ8EH3P' where id=6; -update noar ti set v0='R1JQ8EH3P' where id=6; -update noar tt set b2='SIIZOUOLMW4' where id=6; -update noar ti set b2='SIIZOUOLMW4' where id=6; -update noar tt set v0='2WOLIFVUIXE10YIKPS8ASZ1URZ5TN1VH' where id=7; -update noar ti set v0='2WOLIFVUIXE10YIKPS8ASZ1URZ5TN1VH' where id=7; -update noar tt set b0='3HH5ZYF' where id=7; -update noar ti set b0='3HH5ZYF' where id=7; -update noar tt set v0='Z9HKX7Q93ZBUWGGG9OJ7' where id=7; -update noar ti set v0='Z9HKX7Q93ZBUWGGG9OJ7' where id=7; -update noar tt set b1='AA1L4NVNZ7PIK431FYKKEIN9PDX' where id=7; -update noar ti set b1='AA1L4NVNZ7PIK431FYKKEIN9PDX' where id=7; -update noar tt set v0='Z31UX09LP8YAORHPKBW5Z14NSZBKXYZ' where id=7; -update noar ti set v0='Z31UX09LP8YAORHPKBW5Z14NSZBKXYZ' where id=7; -update noar tt set b2='6J73A7' where id=7; -update noar ti set b2='6J73A7' where id=7; -update noar tt set v0='XCRDMJGUDH' where id=8; -update noar ti set v0='XCRDMJGUDH' where id=8; -update noar tt set b0='MYU59R5' where id=8; -update noar ti set b0='MYU59R5' where id=8; -update noar tt set v0='2RZ4BZT43FNDPANPPIB4IOE' where id=8; -update noar ti set v0='2RZ4BZT43FNDPANPPIB4IOE' where id=8; -update noar tt set b1='S3XOCZ' where id=8; -update noar ti set b1='S3XOCZ' where id=8; -update noar tt set v0='R6SZLL8Y79M43F6C8WO0VH0DN' where id=8; -update noar ti set v0='R6SZLL8Y79M43F6C8WO0VH0DN' where id=8; -update noar tt set b2='KXFZN4SHRSY2MXZNBPU13RHD' where id=8; -update noar ti set b2='KXFZN4SHRSY2MXZNBPU13RHD' where id=8; -update noar tt set v0='XWRZBI03EZ2ZN3HT' where id=9; -update noar ti set v0='XWRZBI03EZ2ZN3HT' where id=9; -update noar tt set b0='DE360E3PXUJ6' where id=9; -update noar ti set b0='DE360E3PXUJ6' where id=9; -update noar tt set v0='YZE60BFK' where id=9; -update noar ti set v0='YZE60BFK' where id=9; -update noar tt set b1='D5S2S4I9LEN' where id=9; -update noar ti set b1='D5S2S4I9LEN' where id=9; -update noar tt set v0='30C1' where id=9; -update noar ti set v0='30C1' where id=9; -update noar tt set b2='B749A33E4X57LCY7I45' where id=9; -update noar ti set b2='B749A33E4X57LCY7I45' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='00FB6PZZRH8VF6MKRIPFZQ6PRP6J' where id=1; -update noar ti set v0='00FB6PZZRH8VF6MKRIPFZQ6PRP6J' where id=1; -update noar tt set b0='8R2TBRF3YEE7LGFGR3CICN6A' where id=1; -update noar ti set b0='8R2TBRF3YEE7LGFGR3CICN6A' where id=1; -update noar tt set v0='AAFIWC9KRCEIMPJE6DXCL01' where id=1; -update noar ti set v0='AAFIWC9KRCEIMPJE6DXCL01' where id=1; -update noar tt set b1='BC7I85KLFN0H6MZHP1GDVELNVR' where id=1; -update noar ti set b1='BC7I85KLFN0H6MZHP1GDVELNVR' where id=1; -update noar tt set v0='IXUGHC' where id=1; -update noar ti set v0='IXUGHC' where id=1; -update noar tt set b2='G5AQZZ395G51RNMY7Y5E8D3U' where id=1; -update noar ti set b2='G5AQZZ395G51RNMY7Y5E8D3U' where id=1; -update noar tt set v0='09IH2LSETI1RUWLPR70NJ6HQ' where id=2; -update noar ti set v0='09IH2LSETI1RUWLPR70NJ6HQ' where id=2; -update noar tt set b0='TM9LRQCSIN5N6Q4KUZRB1' where id=2; -update noar ti set b0='TM9LRQCSIN5N6Q4KUZRB1' where id=2; -update noar tt set v0='FT' where id=2; -update noar ti set v0='FT' where id=2; -update noar tt set b1='EJFPN8' where id=2; -update noar ti set b1='EJFPN8' where id=2; -update noar tt set v0='2A0' where id=2; -update noar ti set v0='2A0' where id=2; -update noar tt set b2='GJL709' where id=2; -update noar ti set b2='GJL709' where id=2; -update noar tt set v0='OLX2PSVBXWS0C71JOZJB' where id=3; -update noar ti set v0='OLX2PSVBXWS0C71JOZJB' where id=3; -update noar tt set b0='EMV3BIN2SP' where id=3; -update noar ti set b0='EMV3BIN2SP' where id=3; -update noar tt set v0='UIRC5JL' where id=3; -update noar ti set v0='UIRC5JL' where id=3; -update noar tt set b1='195I3WA6NYCYW1YASG0ZJ700TNONWEUP' where id=3; -update noar ti set b1='195I3WA6NYCYW1YASG0ZJ700TNONWEUP' where id=3; -update noar tt set v0='P9WF2VRNU6TNSF8O6V8H25PITG3CY' where id=3; -update noar ti set v0='P9WF2VRNU6TNSF8O6V8H25PITG3CY' where id=3; -update noar tt set b2='IM1XYJCMAP920EO2LGFQBFCWY3G' where id=3; -update noar ti set b2='IM1XYJCMAP920EO2LGFQBFCWY3G' where id=3; -update noar tt set v0='SBKUH35FAH48UB0YP4EW' where id=4; -update noar ti set v0='SBKUH35FAH48UB0YP4EW' where id=4; -update noar tt set b0='FTC1BVAZQTPWTQ0' where id=4; -update noar ti set b0='FTC1BVAZQTPWTQ0' where id=4; -update noar tt set v0='S3ZX5KB77454KVR06GAYDTS' where id=4; -update noar ti set v0='S3ZX5KB77454KVR06GAYDTS' where id=4; -update noar tt set b1='XL9L5PG9H541R76HFPR' where id=4; -update noar ti set b1='XL9L5PG9H541R76HFPR' where id=4; -update noar tt set v0='LR7MFNWGUI4YVT' where id=4; -update noar ti set v0='LR7MFNWGUI4YVT' where id=4; -update noar tt set b2='96FVYVM9OKZM0' where id=4; -update noar ti set b2='96FVYVM9OKZM0' where id=4; -update noar tt set v0='YL5XWTGFQ4HG95KNG7' where id=5; -update noar ti set v0='YL5XWTGFQ4HG95KNG7' where id=5; -update noar tt set b0='F7RU567MOYILMM0J83GNTC' where id=5; -update noar ti set b0='F7RU567MOYILMM0J83GNTC' where id=5; -update noar tt set v0='M6FX' where id=5; -update noar ti set v0='M6FX' where id=5; -update noar tt set b1='XB0YJTA' where id=5; -update noar ti set b1='XB0YJTA' where id=5; -update noar tt set v0='MN1H1FFV6HQD0LH38831KFSL3VLM' where id=5; -update noar ti set v0='MN1H1FFV6HQD0LH38831KFSL3VLM' where id=5; -update noar tt set b2='CQQ0XD27ASX0OTQ05DO2HGMWHJN2JB' where id=5; -update noar ti set b2='CQQ0XD27ASX0OTQ05DO2HGMWHJN2JB' where id=5; -update noar tt set v0='WJB85SDF7HGXOW4' where id=6; -update noar ti set v0='WJB85SDF7HGXOW4' where id=6; -update noar tt set b0='OWLGVRB2MZVP1U148CP' where id=6; -update noar ti set b0='OWLGVRB2MZVP1U148CP' where id=6; -update noar tt set v0='QZ78KXHAUUGSPXV' where id=6; -update noar ti set v0='QZ78KXHAUUGSPXV' where id=6; -update noar tt set b1='UC0KTMXW5RJF105646Q' where id=6; -update noar ti set b1='UC0KTMXW5RJF105646Q' where id=6; -update noar tt set v0='HGPUOYEL17YEHOJ5PWLKBLKO' where id=6; -update noar ti set v0='HGPUOYEL17YEHOJ5PWLKBLKO' where id=6; -update noar tt set b2='ZZ8QIL06NJW' where id=6; -update noar ti set b2='ZZ8QIL06NJW' where id=6; -update noar tt set v0='HHE4BLRWYL8MW312' where id=7; -update noar ti set v0='HHE4BLRWYL8MW312' where id=7; -update noar tt set b0='6BPQ7F6Y4T03S8U' where id=7; -update noar ti set b0='6BPQ7F6Y4T03S8U' where id=7; -update noar tt set v0='3B' where id=7; -update noar ti set v0='3B' where id=7; -update noar tt set b1='332B9K18TRAW7G2T' where id=7; -update noar ti set b1='332B9K18TRAW7G2T' where id=7; -update noar tt set v0='6S' where id=7; -update noar ti set v0='6S' where id=7; -update noar tt set b2='PGWRUCBGDWJBPQZNC828N4OQN' where id=7; -update noar ti set b2='PGWRUCBGDWJBPQZNC828N4OQN' where id=7; -update noar tt set v0='104IA' where id=8; -update noar ti set v0='104IA' where id=8; -update noar tt set b0='RZCE88WILA8XAQQ6B50WM' where id=8; -update noar ti set b0='RZCE88WILA8XAQQ6B50WM' where id=8; -update noar tt set v0='X8LI' where id=8; -update noar ti set v0='X8LI' where id=8; -update noar tt set b1='8NST28S5DJRV75TRI09M1MU2HDHNI4G' where id=8; -update noar ti set b1='8NST28S5DJRV75TRI09M1MU2HDHNI4G' where id=8; -update noar tt set v0='3' where id=8; -update noar ti set v0='3' where id=8; -update noar tt set b2='OLK72EDBVAK07WA5' where id=8; -update noar ti set b2='OLK72EDBVAK07WA5' where id=8; -update noar tt set v0='GAQ1DY7XOX8O' where id=9; -update noar ti set v0='GAQ1DY7XOX8O' where id=9; -update noar tt set b0='XH75R7N5W1QDBYB5LO9FCRJLF04R' where id=9; -update noar ti set b0='XH75R7N5W1QDBYB5LO9FCRJLF04R' where id=9; -update noar tt set v0='KSL0EQIBOIM5' where id=9; -update noar ti set v0='KSL0EQIBOIM5' where id=9; -update noar tt set b1='8JHI51DRO8DU165WZV61SJ8E5ANSJG' where id=9; -update noar ti set b1='8JHI51DRO8DU165WZV61SJ8E5ANSJG' where id=9; -update noar tt set v0='1WRL7K7T' where id=9; -update noar ti set v0='1WRL7K7T' where id=9; -update noar tt set b2='ZAQ1A4658AI' where id=9; -update noar ti set b2='ZAQ1A4658AI' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H7PWUSSI7CLDO' where id=1; -update noar ti set v0='H7PWUSSI7CLDO' where id=1; -update noar tt set b0='QHV9BDB8NJ8H8VL7Q8770ZPHRPDT6' where id=1; -update noar ti set b0='QHV9BDB8NJ8H8VL7Q8770ZPHRPDT6' where id=1; -update noar tt set v0='JD8R9J8GB08J3HIQPZ0C' where id=1; -update noar ti set v0='JD8R9J8GB08J3HIQPZ0C' where id=1; -update noar tt set b1='S9FGA3606KWD03IRGMPT86YR5OK3VV' where id=1; -update noar ti set b1='S9FGA3606KWD03IRGMPT86YR5OK3VV' where id=1; -update noar tt set v0='0Z8SM37F8Z9G2ZF774BMPHHV0C31RD' where id=1; -update noar ti set v0='0Z8SM37F8Z9G2ZF774BMPHHV0C31RD' where id=1; -update noar tt set b2='KTW941MFT4HCM' where id=1; -update noar ti set b2='KTW941MFT4HCM' where id=1; -update noar tt set v0='KWTBDNBNO9PL7M7NY9P' where id=2; -update noar ti set v0='KWTBDNBNO9PL7M7NY9P' where id=2; -update noar tt set b0='BZT64' where id=2; -update noar ti set b0='BZT64' where id=2; -update noar tt set v0='F30VO50IIHERLQHBEZRFMIA3AKH4MRHU' where id=2; -update noar ti set v0='F30VO50IIHERLQHBEZRFMIA3AKH4MRHU' where id=2; -update noar tt set b1='P7G10ZMN6928HUKBP0T' where id=2; -update noar ti set b1='P7G10ZMN6928HUKBP0T' where id=2; -update noar tt set v0='2I3ZAJIFLHA67IE' where id=2; -update noar ti set v0='2I3ZAJIFLHA67IE' where id=2; -update noar tt set b2='4L6PX54NP1VIJ27KYYSXUPYF91LQHC' where id=2; -update noar ti set b2='4L6PX54NP1VIJ27KYYSXUPYF91LQHC' where id=2; -update noar tt set v0='SL9WN43MI9N' where id=3; -update noar ti set v0='SL9WN43MI9N' where id=3; -update noar tt set b0='OZDH5W7BZRIKXVGLERSD' where id=3; -update noar ti set b0='OZDH5W7BZRIKXVGLERSD' where id=3; -update noar tt set v0='8IABTKDP3O35GY5S7MNV' where id=3; -update noar ti set v0='8IABTKDP3O35GY5S7MNV' where id=3; -update noar tt set b1='T8W' where id=3; -update noar ti set b1='T8W' where id=3; -update noar tt set v0='WBV6LIQRKUO1HWZOG0QOI0Z' where id=3; -update noar ti set v0='WBV6LIQRKUO1HWZOG0QOI0Z' where id=3; -update noar tt set b2='YYWKKQTU20ZS15MO6Q63L0D' where id=3; -update noar ti set b2='YYWKKQTU20ZS15MO6Q63L0D' where id=3; -update noar tt set v0='PRDLCXAU4J6UHU90EO1HVWM1NMITR' where id=4; -update noar ti set v0='PRDLCXAU4J6UHU90EO1HVWM1NMITR' where id=4; -update noar tt set b0='7W' where id=4; -update noar ti set b0='7W' where id=4; -update noar tt set v0='AJ17PND6CVNTYB28TAJTHHG1PE' where id=4; -update noar ti set v0='AJ17PND6CVNTYB28TAJTHHG1PE' where id=4; -update noar tt set b1='KXZSFUE5AL099UI0TZXXUO10J' where id=4; -update noar ti set b1='KXZSFUE5AL099UI0TZXXUO10J' where id=4; -update noar tt set v0='X' where id=4; -update noar ti set v0='X' where id=4; -update noar tt set b2='Q3Y9QBJGCE6FAL' where id=4; -update noar ti set b2='Q3Y9QBJGCE6FAL' where id=4; -update noar tt set v0='09H70FKTTM4D34X3TGNQID2' where id=5; -update noar ti set v0='09H70FKTTM4D34X3TGNQID2' where id=5; -update noar tt set b0='TX6A4KP2P7JELQNBMXGN04PDNP' where id=5; -update noar ti set b0='TX6A4KP2P7JELQNBMXGN04PDNP' where id=5; -update noar tt set v0='ZLT57ZRR50CTPLPWEF3DZK' where id=5; -update noar ti set v0='ZLT57ZRR50CTPLPWEF3DZK' where id=5; -update noar tt set b1='NZ09BRYPUX' where id=5; -update noar ti set b1='NZ09BRYPUX' where id=5; -update noar tt set v0='V1EHU2C7QDT2N3L4CHDKA' where id=5; -update noar ti set v0='V1EHU2C7QDT2N3L4CHDKA' where id=5; -update noar tt set b2='638DN7UG5FZ608O7SXHCNC29GJA5PPPC' where id=5; -update noar ti set b2='638DN7UG5FZ608O7SXHCNC29GJA5PPPC' where id=5; -update noar tt set v0='PUTUB8X4BT1T09YL6YQKWENNTB3PX4' where id=6; -update noar ti set v0='PUTUB8X4BT1T09YL6YQKWENNTB3PX4' where id=6; -update noar tt set b0='D58FU7Z9Q' where id=6; -update noar ti set b0='D58FU7Z9Q' where id=6; -update noar tt set v0='ZE03V1UICLY9' where id=6; -update noar ti set v0='ZE03V1UICLY9' where id=6; -update noar tt set b1='G5QERH5OM769V' where id=6; -update noar ti set b1='G5QERH5OM769V' where id=6; -update noar tt set v0='F2N5KW2' where id=6; -update noar ti set v0='F2N5KW2' where id=6; -update noar tt set b2='0XP4E3' where id=6; -update noar ti set b2='0XP4E3' where id=6; -update noar tt set v0='FDEBKIWKZ92BH7939WG4JG8D' where id=7; -update noar ti set v0='FDEBKIWKZ92BH7939WG4JG8D' where id=7; -update noar tt set b0='PNJ4QYU' where id=7; -update noar ti set b0='PNJ4QYU' where id=7; -update noar tt set v0='58B485L2JEFXJASSJ79L4P691EPUO' where id=7; -update noar ti set v0='58B485L2JEFXJASSJ79L4P691EPUO' where id=7; -update noar tt set b1='IWBJ43FLI5L284AC88M8FW' where id=7; -update noar ti set b1='IWBJ43FLI5L284AC88M8FW' where id=7; -update noar tt set v0='D6NG6SSKBMFXWP9XPFMX' where id=7; -update noar ti set v0='D6NG6SSKBMFXWP9XPFMX' where id=7; -update noar tt set b2='92PBWEYRMTIXS25K' where id=7; -update noar ti set b2='92PBWEYRMTIXS25K' where id=7; -update noar tt set v0='RFX3QIFOD7A4H8PYIPZ5AM' where id=8; -update noar ti set v0='RFX3QIFOD7A4H8PYIPZ5AM' where id=8; -update noar tt set b0='HYL1WXSL7VBJ8C' where id=8; -update noar ti set b0='HYL1WXSL7VBJ8C' where id=8; -update noar tt set v0='5HBD3J0DYNU0HQC7OTC6E5GD6OS6' where id=8; -update noar ti set v0='5HBD3J0DYNU0HQC7OTC6E5GD6OS6' where id=8; -update noar tt set b1='I93RGDK2S2IBYSJX683M8XI4TM6F' where id=8; -update noar ti set b1='I93RGDK2S2IBYSJX683M8XI4TM6F' where id=8; -update noar tt set v0='86MYBJHMKEIVUYAUHTX5UJC3F' where id=8; -update noar ti set v0='86MYBJHMKEIVUYAUHTX5UJC3F' where id=8; -update noar tt set b2='ACBVT2NWF5QL' where id=8; -update noar ti set b2='ACBVT2NWF5QL' where id=8; -update noar tt set v0='GVXBOH50YB9CZQZSHPBB41LJL7XFPRSZ' where id=9; -update noar ti set v0='GVXBOH50YB9CZQZSHPBB41LJL7XFPRSZ' where id=9; -update noar tt set b0='82YAEK23VOIVH2B' where id=9; -update noar ti set b0='82YAEK23VOIVH2B' where id=9; -update noar tt set v0='AYZ1' where id=9; -update noar ti set v0='AYZ1' where id=9; -update noar tt set b1='J6TWWGAU7Y3SB1ZC1UPAHBU' where id=9; -update noar ti set b1='J6TWWGAU7Y3SB1ZC1UPAHBU' where id=9; -update noar tt set v0='2G1KBSPXPEDJTI9L' where id=9; -update noar ti set v0='2G1KBSPXPEDJTI9L' where id=9; -update noar tt set b2='D25OPT0JBWKE6MZGX' where id=9; -update noar ti set b2='D25OPT0JBWKE6MZGX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='19WRBYZHOSNVJZTEW4BX5' where id=1; -update noar ti set v0='19WRBYZHOSNVJZTEW4BX5' where id=1; -update noar tt set b0='5NLLUTTYGXEJG' where id=1; -update noar ti set b0='5NLLUTTYGXEJG' where id=1; -update noar tt set v0='UAZKSN883G60G' where id=1; -update noar ti set v0='UAZKSN883G60G' where id=1; -update noar tt set b1='8ZUGO0XKJZFEUJ2ISHVYO' where id=1; -update noar ti set b1='8ZUGO0XKJZFEUJ2ISHVYO' where id=1; -update noar tt set v0='V6AVPVY2' where id=1; -update noar ti set v0='V6AVPVY2' where id=1; -update noar tt set b2='M83SQO5F7FTUIOF5VA7QXFHFHXP0582G' where id=1; -update noar ti set b2='M83SQO5F7FTUIOF5VA7QXFHFHXP0582G' where id=1; -update noar tt set v0='A55' where id=2; -update noar ti set v0='A55' where id=2; -update noar tt set b0='8BIXZ4SLL8Y3BJ' where id=2; -update noar ti set b0='8BIXZ4SLL8Y3BJ' where id=2; -update noar tt set v0='9E5T5ZHNFPXYJA0WMZQ' where id=2; -update noar ti set v0='9E5T5ZHNFPXYJA0WMZQ' where id=2; -update noar tt set b1='JSUL91' where id=2; -update noar ti set b1='JSUL91' where id=2; -update noar tt set v0='LWLQWLO7TJ91' where id=2; -update noar ti set v0='LWLQWLO7TJ91' where id=2; -update noar tt set b2='3BV4PS98UHJN7A4TI3TW7V92593' where id=2; -update noar ti set b2='3BV4PS98UHJN7A4TI3TW7V92593' where id=2; -update noar tt set v0='Y2HLYCMU5KPDMKR2RQW1KKKL9QKRUBE' where id=3; -update noar ti set v0='Y2HLYCMU5KPDMKR2RQW1KKKL9QKRUBE' where id=3; -update noar tt set b0='U3AWTAA7CY5X3RWK2NJNRVASNTZDC3' where id=3; -update noar ti set b0='U3AWTAA7CY5X3RWK2NJNRVASNTZDC3' where id=3; -update noar tt set v0='159GG0L3U8K8WOVX5KS8' where id=3; -update noar ti set v0='159GG0L3U8K8WOVX5KS8' where id=3; -update noar tt set b1='5JJN0WB5W' where id=3; -update noar ti set b1='5JJN0WB5W' where id=3; -update noar tt set v0='TG4XTMQWTF113PMOQXARUP6CNN898D' where id=3; -update noar ti set v0='TG4XTMQWTF113PMOQXARUP6CNN898D' where id=3; -update noar tt set b2='RDIKUPFLJMXEIO6V3LANGO' where id=3; -update noar ti set b2='RDIKUPFLJMXEIO6V3LANGO' where id=3; -update noar tt set v0='GAQCGTP18GHBEAZ9JHNDB2H12EMBA' where id=4; -update noar ti set v0='GAQCGTP18GHBEAZ9JHNDB2H12EMBA' where id=4; -update noar tt set b0='SJ8DBKD97A0NPJ9UFCZQ5XSPDQOHA' where id=4; -update noar ti set b0='SJ8DBKD97A0NPJ9UFCZQ5XSPDQOHA' where id=4; -update noar tt set v0='HNJ4DMWVAREEK8RM1R8RBQ2UC0USLEL' where id=4; -update noar ti set v0='HNJ4DMWVAREEK8RM1R8RBQ2UC0USLEL' where id=4; -update noar tt set b1='VRD5TZ263YVJE741QUHVQH15V0M9F' where id=4; -update noar ti set b1='VRD5TZ263YVJE741QUHVQH15V0M9F' where id=4; -update noar tt set v0='J3QGZUIH4FNEETIOXN' where id=4; -update noar ti set v0='J3QGZUIH4FNEETIOXN' where id=4; -update noar tt set b2='YA9A8ZG0I2EMDRQPZJJ5G9UQUQI' where id=4; -update noar ti set b2='YA9A8ZG0I2EMDRQPZJJ5G9UQUQI' where id=4; -update noar tt set v0='FJS7OTAA05IFMCA8W4TFQSOPCK51JL' where id=5; -update noar ti set v0='FJS7OTAA05IFMCA8W4TFQSOPCK51JL' where id=5; -update noar tt set b0='E1JVFVFNKMLM31ES2TQ8P' where id=5; -update noar ti set b0='E1JVFVFNKMLM31ES2TQ8P' where id=5; -update noar tt set v0='VE028ZUFMNF2E' where id=5; -update noar ti set v0='VE028ZUFMNF2E' where id=5; -update noar tt set b1='Y' where id=5; -update noar ti set b1='Y' where id=5; -update noar tt set v0='LN2IYOLXWKDU864JUK8UB5' where id=5; -update noar ti set v0='LN2IYOLXWKDU864JUK8UB5' where id=5; -update noar tt set b2='VIM983X3O4P2HHKEPCSJ7T0D4EUT' where id=5; -update noar ti set b2='VIM983X3O4P2HHKEPCSJ7T0D4EUT' where id=5; -update noar tt set v0='G0WVNZ' where id=6; -update noar ti set v0='G0WVNZ' where id=6; -update noar tt set b0='X3YSYRK7GA' where id=6; -update noar ti set b0='X3YSYRK7GA' where id=6; -update noar tt set v0='CWH0XWJOUIA9813EIVCJ22N' where id=6; -update noar ti set v0='CWH0XWJOUIA9813EIVCJ22N' where id=6; -update noar tt set b1='BHQ41RGENUD' where id=6; -update noar ti set b1='BHQ41RGENUD' where id=6; -update noar tt set v0='F1UM7L39EOAO6N847IK7QBNA84QCQ' where id=6; -update noar ti set v0='F1UM7L39EOAO6N847IK7QBNA84QCQ' where id=6; -update noar tt set b2='RORZW0DXLOYT5K18H6C7D9Z1WBK0G' where id=6; -update noar ti set b2='RORZW0DXLOYT5K18H6C7D9Z1WBK0G' where id=6; -update noar tt set v0='8H587RNNMIR2FIE7NH01MP7Y2Q1' where id=7; -update noar ti set v0='8H587RNNMIR2FIE7NH01MP7Y2Q1' where id=7; -update noar tt set b0='RFMGAYF089WSL9EA7FLILK85J81UV' where id=7; -update noar ti set b0='RFMGAYF089WSL9EA7FLILK85J81UV' where id=7; -update noar tt set v0='VJSY6JER0HHFP4MUM9LNBAY' where id=7; -update noar ti set v0='VJSY6JER0HHFP4MUM9LNBAY' where id=7; -update noar tt set b1='H63NZISDDG' where id=7; -update noar ti set b1='H63NZISDDG' where id=7; -update noar tt set v0='STR0C39QZ1GU9K5YZLBRL3QTV5PQX3' where id=7; -update noar ti set v0='STR0C39QZ1GU9K5YZLBRL3QTV5PQX3' where id=7; -update noar tt set b2='X8GU0O3JSG0Z3ZNPZ8LPM9KG8ZUUO' where id=7; -update noar ti set b2='X8GU0O3JSG0Z3ZNPZ8LPM9KG8ZUUO' where id=7; -update noar tt set v0='C5UX96BGJAGGFCBV2LLGD6GPW1' where id=8; -update noar ti set v0='C5UX96BGJAGGFCBV2LLGD6GPW1' where id=8; -update noar tt set b0='6PCSJXA2BV0IX6C4Q83167RZAG3U8' where id=8; -update noar ti set b0='6PCSJXA2BV0IX6C4Q83167RZAG3U8' where id=8; -update noar tt set v0='ZAC159HQCC26J3ZEL3LXQ6GF8F' where id=8; -update noar ti set v0='ZAC159HQCC26J3ZEL3LXQ6GF8F' where id=8; -update noar tt set b1='Q2B8HJL07A8ZI3HF0S15S' where id=8; -update noar ti set b1='Q2B8HJL07A8ZI3HF0S15S' where id=8; -update noar tt set v0='C3RAXUVXJHKZAV458GYVJ' where id=8; -update noar ti set v0='C3RAXUVXJHKZAV458GYVJ' where id=8; -update noar tt set b2='FB99J0JUK' where id=8; -update noar ti set b2='FB99J0JUK' where id=8; -update noar tt set v0='RLFAPPNF' where id=9; -update noar ti set v0='RLFAPPNF' where id=9; -update noar tt set b0='NEW3N1VI5LB08NYG38889DBXBC2NS' where id=9; -update noar ti set b0='NEW3N1VI5LB08NYG38889DBXBC2NS' where id=9; -update noar tt set v0='DELZ1' where id=9; -update noar ti set v0='DELZ1' where id=9; -update noar tt set b1='S' where id=9; -update noar ti set b1='S' where id=9; -update noar tt set v0='JU2' where id=9; -update noar ti set v0='JU2' where id=9; -update noar tt set b2='F139IV56DMN20MZG9DR2D' where id=9; -update noar ti set b2='F139IV56DMN20MZG9DR2D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SV0I' where id=1; -update noar ti set v0='SV0I' where id=1; -update noar tt set b0='KYMCXW37ZZYG9G1WF5ATXZKKKP' where id=1; -update noar ti set b0='KYMCXW37ZZYG9G1WF5ATXZKKKP' where id=1; -update noar tt set v0='MDKL6V' where id=1; -update noar ti set v0='MDKL6V' where id=1; -update noar tt set b1='MD4I9' where id=1; -update noar ti set b1='MD4I9' where id=1; -update noar tt set v0='YRMD9J0S33QTI9IIU0TI' where id=1; -update noar ti set v0='YRMD9J0S33QTI9IIU0TI' where id=1; -update noar tt set b2='K6' where id=1; -update noar ti set b2='K6' where id=1; -update noar tt set v0='6YXAOZDH0MGSQQK7ITJB' where id=2; -update noar ti set v0='6YXAOZDH0MGSQQK7ITJB' where id=2; -update noar tt set b0='KX4604VMO2H8XLHK9991OA' where id=2; -update noar ti set b0='KX4604VMO2H8XLHK9991OA' where id=2; -update noar tt set v0='RWDD74PFGPZU929A69' where id=2; -update noar ti set v0='RWDD74PFGPZU929A69' where id=2; -update noar tt set b1='VEZYHQKCXB79AUNRTN9YHY5P4' where id=2; -update noar ti set b1='VEZYHQKCXB79AUNRTN9YHY5P4' where id=2; -update noar tt set v0='VCCHNOCTD0KD9LNGWARX61ZP37MFEP' where id=2; -update noar ti set v0='VCCHNOCTD0KD9LNGWARX61ZP37MFEP' where id=2; -update noar tt set b2='VC6I970OBZDVQ8FNMS8Q210WSQ' where id=2; -update noar ti set b2='VC6I970OBZDVQ8FNMS8Q210WSQ' where id=2; -update noar tt set v0='NWD' where id=3; -update noar ti set v0='NWD' where id=3; -update noar tt set b0='0VHIDTC5JFAJB9BLX5QRWM7' where id=3; -update noar ti set b0='0VHIDTC5JFAJB9BLX5QRWM7' where id=3; -update noar tt set v0='HITJS54ZP1IHZ68T5AWZV9YPGS6' where id=3; -update noar ti set v0='HITJS54ZP1IHZ68T5AWZV9YPGS6' where id=3; -update noar tt set b1='N9QHQ14Y7' where id=3; -update noar ti set b1='N9QHQ14Y7' where id=3; -update noar tt set v0='E3ZCYHVHJUMRH557COJ9AW66WZL' where id=3; -update noar ti set v0='E3ZCYHVHJUMRH557COJ9AW66WZL' where id=3; -update noar tt set b2='44OU4CUBY8Z8GW7ZEFYYJ' where id=3; -update noar ti set b2='44OU4CUBY8Z8GW7ZEFYYJ' where id=3; -update noar tt set v0='UIA27FV2PWKWD1' where id=4; -update noar ti set v0='UIA27FV2PWKWD1' where id=4; -update noar tt set b0='8QE' where id=4; -update noar ti set b0='8QE' where id=4; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b1='Q2KMULE3' where id=4; -update noar ti set b1='Q2KMULE3' where id=4; -update noar tt set v0='YQ8OSCP9LM9W77YT6LBNZHC' where id=4; -update noar ti set v0='YQ8OSCP9LM9W77YT6LBNZHC' where id=4; -update noar tt set b2='99GLQ19ZZYHHU1WK6GFG' where id=4; -update noar ti set b2='99GLQ19ZZYHHU1WK6GFG' where id=4; -update noar tt set v0='B8IBBYQR3X4V' where id=5; -update noar ti set v0='B8IBBYQR3X4V' where id=5; -update noar tt set b0='F05Z4R0R7CZOBS5' where id=5; -update noar ti set b0='F05Z4R0R7CZOBS5' where id=5; -update noar tt set v0='JMGENIVG' where id=5; -update noar ti set v0='JMGENIVG' where id=5; -update noar tt set b1='FPQFEBR0SNDPFZ10N43BRN' where id=5; -update noar ti set b1='FPQFEBR0SNDPFZ10N43BRN' where id=5; -update noar tt set v0='DWQEAT8R1GU1UP043WW' where id=5; -update noar ti set v0='DWQEAT8R1GU1UP043WW' where id=5; -update noar tt set b2='3249945GFY9EOZR9ZLYQQD65V24' where id=5; -update noar ti set b2='3249945GFY9EOZR9ZLYQQD65V24' where id=5; -update noar tt set v0='48JZTBIWYK5Z' where id=6; -update noar ti set v0='48JZTBIWYK5Z' where id=6; -update noar tt set b0='3H8SVB1P17GET7EPIYG2MQ9ZNJ77Y02O' where id=6; -update noar ti set b0='3H8SVB1P17GET7EPIYG2MQ9ZNJ77Y02O' where id=6; -update noar tt set v0='23K8V7LX0AEOA74U9RQC3RS3GOOD1' where id=6; -update noar ti set v0='23K8V7LX0AEOA74U9RQC3RS3GOOD1' where id=6; -update noar tt set b1='GXADYKHDGDFCQ0N' where id=6; -update noar ti set b1='GXADYKHDGDFCQ0N' where id=6; -update noar tt set v0='DUKD05KLP0VDYFX0MB0JJ3TSG' where id=6; -update noar ti set v0='DUKD05KLP0VDYFX0MB0JJ3TSG' where id=6; -update noar tt set b2='DRP4RVCCMQT577SVE402NZ' where id=6; -update noar ti set b2='DRP4RVCCMQT577SVE402NZ' where id=6; -update noar tt set v0='58RFM0SYRWFARK' where id=7; -update noar ti set v0='58RFM0SYRWFARK' where id=7; -update noar tt set b0='88UZW72BTIRS1' where id=7; -update noar ti set b0='88UZW72BTIRS1' where id=7; -update noar tt set v0='NEQWA2TA40O3' where id=7; -update noar ti set v0='NEQWA2TA40O3' where id=7; -update noar tt set b1='G90ASRGC4BST' where id=7; -update noar ti set b1='G90ASRGC4BST' where id=7; -update noar tt set v0='VOMQ7G7XTVRY' where id=7; -update noar ti set v0='VOMQ7G7XTVRY' where id=7; -update noar tt set b2='96DLBNYMGQMBS' where id=7; -update noar ti set b2='96DLBNYMGQMBS' where id=7; -update noar tt set v0='S' where id=8; -update noar ti set v0='S' where id=8; -update noar tt set b0='J4HL4ATOGX4FJ7MSPDWQLP6Z2D' where id=8; -update noar ti set b0='J4HL4ATOGX4FJ7MSPDWQLP6Z2D' where id=8; -update noar tt set v0='8ZDMVNZSE38MRNPOB' where id=8; -update noar ti set v0='8ZDMVNZSE38MRNPOB' where id=8; -update noar tt set b1='J8VNWGHLWZ4Y6C' where id=8; -update noar ti set b1='J8VNWGHLWZ4Y6C' where id=8; -update noar tt set v0='6KAC16J06245FUPO3I' where id=8; -update noar ti set v0='6KAC16J06245FUPO3I' where id=8; -update noar tt set b2='SGD6M' where id=8; -update noar ti set b2='SGD6M' where id=8; -update noar tt set v0='MYF02N' where id=9; -update noar ti set v0='MYF02N' where id=9; -update noar tt set b0='EMFT87852EDNAY6GCIRU1H5JKKB4' where id=9; -update noar ti set b0='EMFT87852EDNAY6GCIRU1H5JKKB4' where id=9; -update noar tt set v0='LU6IZ9Y4KZ6XYKGEF9YY9' where id=9; -update noar ti set v0='LU6IZ9Y4KZ6XYKGEF9YY9' where id=9; -update noar tt set b1='JY5UGRX' where id=9; -update noar ti set b1='JY5UGRX' where id=9; -update noar tt set v0='3T5PRLJ3MVUN1MU61' where id=9; -update noar ti set v0='3T5PRLJ3MVUN1MU61' where id=9; -update noar tt set b2='295XFAMRT' where id=9; -update noar ti set b2='295XFAMRT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='53GM4O1DEVA23I501' where id=1; -update noar ti set v0='53GM4O1DEVA23I501' where id=1; -update noar tt set b0='TZHNQO02UW2ZI0NDG' where id=1; -update noar ti set b0='TZHNQO02UW2ZI0NDG' where id=1; -update noar tt set v0='BIWM4X0EL13' where id=1; -update noar ti set v0='BIWM4X0EL13' where id=1; -update noar tt set b1='D1Z0Y6X6VS7EEOCE35HM2H7ZBN5O81OF' where id=1; -update noar ti set b1='D1Z0Y6X6VS7EEOCE35HM2H7ZBN5O81OF' where id=1; -update noar tt set v0='0I9TZG9JE6A9LJTUZZMGY9BIAQM' where id=1; -update noar ti set v0='0I9TZG9JE6A9LJTUZZMGY9BIAQM' where id=1; -update noar tt set b2='DTBGWI45DT0JH5VM18' where id=1; -update noar ti set b2='DTBGWI45DT0JH5VM18' where id=1; -update noar tt set v0='R63SJ9WSTG9QXD5JOEO9A' where id=2; -update noar ti set v0='R63SJ9WSTG9QXD5JOEO9A' where id=2; -update noar tt set b0='C8EBOM3KUSK4UPNGKUC07Q67' where id=2; -update noar ti set b0='C8EBOM3KUSK4UPNGKUC07Q67' where id=2; -update noar tt set v0='MKSC' where id=2; -update noar ti set v0='MKSC' where id=2; -update noar tt set b1='RU92ZFBZ8NA2ZYVQ' where id=2; -update noar ti set b1='RU92ZFBZ8NA2ZYVQ' where id=2; -update noar tt set v0='YHZDKHH5L32PMPVH314BVFC' where id=2; -update noar ti set v0='YHZDKHH5L32PMPVH314BVFC' where id=2; -update noar tt set b2='RBXKHMSY' where id=2; -update noar ti set b2='RBXKHMSY' where id=2; -update noar tt set v0='VABOMGJ0ZOA0EP1SB3XC5NRE' where id=3; -update noar ti set v0='VABOMGJ0ZOA0EP1SB3XC5NRE' where id=3; -update noar tt set b0='G2RXB62681' where id=3; -update noar ti set b0='G2RXB62681' where id=3; -update noar tt set v0='10BU6RUQIPRD4DMKOR46MGBIUN8173' where id=3; -update noar ti set v0='10BU6RUQIPRD4DMKOR46MGBIUN8173' where id=3; -update noar tt set b1='8C7H0E' where id=3; -update noar ti set b1='8C7H0E' where id=3; -update noar tt set v0='TH9LIPWC' where id=3; -update noar ti set v0='TH9LIPWC' where id=3; -update noar tt set b2='VGTX4UL3Q34AY9SZK53MMOF' where id=3; -update noar ti set b2='VGTX4UL3Q34AY9SZK53MMOF' where id=3; -update noar tt set v0='YSM04' where id=4; -update noar ti set v0='YSM04' where id=4; -update noar tt set b0='C5' where id=4; -update noar ti set b0='C5' where id=4; -update noar tt set v0='982IFQ8DXI0MMHXTHGDY' where id=4; -update noar ti set v0='982IFQ8DXI0MMHXTHGDY' where id=4; -update noar tt set b1='I8F93LP9BYT6' where id=4; -update noar ti set b1='I8F93LP9BYT6' where id=4; -update noar tt set v0='SN' where id=4; -update noar ti set v0='SN' where id=4; -update noar tt set b2='EES7IGO1FD72CPSMQ2BGP4' where id=4; -update noar ti set b2='EES7IGO1FD72CPSMQ2BGP4' where id=4; -update noar tt set v0='SIRX7721I' where id=5; -update noar ti set v0='SIRX7721I' where id=5; -update noar tt set b0='V5G0EKJ4AD4BXM2N6VQYJ7' where id=5; -update noar ti set b0='V5G0EKJ4AD4BXM2N6VQYJ7' where id=5; -update noar tt set v0='DVT4X6PV7C8PLYXMMZOTY' where id=5; -update noar ti set v0='DVT4X6PV7C8PLYXMMZOTY' where id=5; -update noar tt set b1='SQUGGBCBBSEEYPOZFKARB397K6LRG' where id=5; -update noar ti set b1='SQUGGBCBBSEEYPOZFKARB397K6LRG' where id=5; -update noar tt set v0='DJS0J6GOUY6JB6UPFUK35AT77U4KZ' where id=5; -update noar ti set v0='DJS0J6GOUY6JB6UPFUK35AT77U4KZ' where id=5; -update noar tt set b2='7T8KSWKU49SF0U52S5P05' where id=5; -update noar ti set b2='7T8KSWKU49SF0U52S5P05' where id=5; -update noar tt set v0='8T2UQUX11AKE2U5AQLEY' where id=6; -update noar ti set v0='8T2UQUX11AKE2U5AQLEY' where id=6; -update noar tt set b0='VMNBOUGFTAXLJ3LCO7Q6CO' where id=6; -update noar ti set b0='VMNBOUGFTAXLJ3LCO7Q6CO' where id=6; -update noar tt set v0='9JDVBN2SMHEZS2L069SRBOUD' where id=6; -update noar ti set v0='9JDVBN2SMHEZS2L069SRBOUD' where id=6; -update noar tt set b1='Z3JOHLX39C0RE' where id=6; -update noar ti set b1='Z3JOHLX39C0RE' where id=6; -update noar tt set v0='GCQZLR4JZ871S' where id=6; -update noar ti set v0='GCQZLR4JZ871S' where id=6; -update noar tt set b2='DT3W' where id=6; -update noar ti set b2='DT3W' where id=6; -update noar tt set v0='FFWRTK6ZH0R8628EPGG9MA' where id=7; -update noar ti set v0='FFWRTK6ZH0R8628EPGG9MA' where id=7; -update noar tt set b0='L3O' where id=7; -update noar ti set b0='L3O' where id=7; -update noar tt set v0='LKN7YQETMUGY' where id=7; -update noar ti set v0='LKN7YQETMUGY' where id=7; -update noar tt set b1='POZS4Z75WVQT4DPLQTPAAFIOI1PYN' where id=7; -update noar ti set b1='POZS4Z75WVQT4DPLQTPAAFIOI1PYN' where id=7; -update noar tt set v0='IQ4HHO7A' where id=7; -update noar ti set v0='IQ4HHO7A' where id=7; -update noar tt set b2='P2UA49ZAEK0' where id=7; -update noar ti set b2='P2UA49ZAEK0' where id=7; -update noar tt set v0='EL06087A6ZHWXO73FIFK2M4ZFZVQ9B' where id=8; -update noar ti set v0='EL06087A6ZHWXO73FIFK2M4ZFZVQ9B' where id=8; -update noar tt set b0='OBG8R' where id=8; -update noar ti set b0='OBG8R' where id=8; -update noar tt set v0='NEZ0B6GW20GINB' where id=8; -update noar ti set v0='NEZ0B6GW20GINB' where id=8; -update noar tt set b1='460I5CCIEHK' where id=8; -update noar ti set b1='460I5CCIEHK' where id=8; -update noar tt set v0='RZ' where id=8; -update noar ti set v0='RZ' where id=8; -update noar tt set b2='2CSP' where id=8; -update noar ti set b2='2CSP' where id=8; -update noar tt set v0='SOTUGJT6OK0JDFU0L' where id=9; -update noar ti set v0='SOTUGJT6OK0JDFU0L' where id=9; -update noar tt set b0='NFFOG4527YDL7PH345Z1FCF' where id=9; -update noar ti set b0='NFFOG4527YDL7PH345Z1FCF' where id=9; -update noar tt set v0='DLNRAMVOZMF7H6Q8VO5WITXRLSCFKAT' where id=9; -update noar ti set v0='DLNRAMVOZMF7H6Q8VO5WITXRLSCFKAT' where id=9; -update noar tt set b1='OOD8' where id=9; -update noar ti set b1='OOD8' where id=9; -update noar tt set v0='KLOIJPKGCKZEM' where id=9; -update noar ti set v0='KLOIJPKGCKZEM' where id=9; -update noar tt set b2='GB9BOCGXG70' where id=9; -update noar ti set b2='GB9BOCGXG70' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L4RISOX3VAO1PZB' where id=1; -update noar ti set v0='L4RISOX3VAO1PZB' where id=1; -update noar tt set b0='NDO6MKQJVC5K7' where id=1; -update noar ti set b0='NDO6MKQJVC5K7' where id=1; -update noar tt set v0='G' where id=1; -update noar ti set v0='G' where id=1; -update noar tt set b1='G77HCANFT4MZP033AMIGXIN7Z3UPDEHR' where id=1; -update noar ti set b1='G77HCANFT4MZP033AMIGXIN7Z3UPDEHR' where id=1; -update noar tt set v0='J' where id=1; -update noar ti set v0='J' where id=1; -update noar tt set b2='C9YBTLKJSX1KECNYGT' where id=1; -update noar ti set b2='C9YBTLKJSX1KECNYGT' where id=1; -update noar tt set v0='YUJ' where id=2; -update noar ti set v0='YUJ' where id=2; -update noar tt set b0='Y57T0S2AVVHU5LXPH1ATVYEM56UED4U' where id=2; -update noar ti set b0='Y57T0S2AVVHU5LXPH1ATVYEM56UED4U' where id=2; -update noar tt set v0='BM' where id=2; -update noar ti set v0='BM' where id=2; -update noar tt set b1='H1GGH7V709TWJ' where id=2; -update noar ti set b1='H1GGH7V709TWJ' where id=2; -update noar tt set v0='HZGCQ6L3L8V3YJJ4WHRD2BPLJ' where id=2; -update noar ti set v0='HZGCQ6L3L8V3YJJ4WHRD2BPLJ' where id=2; -update noar tt set b2='Q9CEF81OEU' where id=2; -update noar ti set b2='Q9CEF81OEU' where id=2; -update noar tt set v0='2FVB' where id=3; -update noar ti set v0='2FVB' where id=3; -update noar tt set b0='LBI8DQ6PO3WL5HPA43' where id=3; -update noar ti set b0='LBI8DQ6PO3WL5HPA43' where id=3; -update noar tt set v0='TQ89DWT51' where id=3; -update noar ti set v0='TQ89DWT51' where id=3; -update noar tt set b1='UPTOMLQ4Y' where id=3; -update noar ti set b1='UPTOMLQ4Y' where id=3; -update noar tt set v0='EYBXFY9D9SL4CX31PW2A3K8V' where id=3; -update noar ti set v0='EYBXFY9D9SL4CX31PW2A3K8V' where id=3; -update noar tt set b2='ZQKCUAZBZ' where id=3; -update noar ti set b2='ZQKCUAZBZ' where id=3; -update noar tt set v0='HXRKKFK36YSNQSXZIKCD3X0YWFI5JOI' where id=4; -update noar ti set v0='HXRKKFK36YSNQSXZIKCD3X0YWFI5JOI' where id=4; -update noar tt set b0='B814' where id=4; -update noar ti set b0='B814' where id=4; -update noar tt set v0='H1LFUKRH3W82E92YUVTFUE4' where id=4; -update noar ti set v0='H1LFUKRH3W82E92YUVTFUE4' where id=4; -update noar tt set b1='Y57' where id=4; -update noar ti set b1='Y57' where id=4; -update noar tt set v0='ODXL1WRAR1GWSUZW1WITRU02HI' where id=4; -update noar ti set v0='ODXL1WRAR1GWSUZW1WITRU02HI' where id=4; -update noar tt set b2='SO' where id=4; -update noar ti set b2='SO' where id=4; -update noar tt set v0='DCSHUYWOBZSEO2S7P66IBHE1OD' where id=5; -update noar ti set v0='DCSHUYWOBZSEO2S7P66IBHE1OD' where id=5; -update noar tt set b0='5ZC2A' where id=5; -update noar ti set b0='5ZC2A' where id=5; -update noar tt set v0='0PMNIF34E59R9IXHAWK36H' where id=5; -update noar ti set v0='0PMNIF34E59R9IXHAWK36H' where id=5; -update noar tt set b1='WL3S2DPE' where id=5; -update noar ti set b1='WL3S2DPE' where id=5; -update noar tt set v0='L8RLGVU2P36DB' where id=5; -update noar ti set v0='L8RLGVU2P36DB' where id=5; -update noar tt set b2='4C147CE2O8KNI5MJS3LAZQ' where id=5; -update noar ti set b2='4C147CE2O8KNI5MJS3LAZQ' where id=5; -update noar tt set v0='62SHHUOC0ZAXM' where id=6; -update noar ti set v0='62SHHUOC0ZAXM' where id=6; -update noar tt set b0='XJWYW' where id=6; -update noar ti set b0='XJWYW' where id=6; -update noar tt set v0='8DUOQ90ETELRNHQE' where id=6; -update noar ti set v0='8DUOQ90ETELRNHQE' where id=6; -update noar tt set b1='43E1DS2RG2KKYAYPHMBA' where id=6; -update noar ti set b1='43E1DS2RG2KKYAYPHMBA' where id=6; -update noar tt set v0='436UBFXCZX4OIU' where id=6; -update noar ti set v0='436UBFXCZX4OIU' where id=6; -update noar tt set b2='MP6Y' where id=6; -update noar ti set b2='MP6Y' where id=6; -update noar tt set v0='CZE5EHSLWEZ9RQ' where id=7; -update noar ti set v0='CZE5EHSLWEZ9RQ' where id=7; -update noar tt set b0='APGF951C76TFJBXLRZAOQ71W7Q' where id=7; -update noar ti set b0='APGF951C76TFJBXLRZAOQ71W7Q' where id=7; -update noar tt set v0='WGLT01U8U4AI1X9Y' where id=7; -update noar ti set v0='WGLT01U8U4AI1X9Y' where id=7; -update noar tt set b1='82H3YR9DPUU9KA3KRD5QH5MOUXP553M' where id=7; -update noar ti set b1='82H3YR9DPUU9KA3KRD5QH5MOUXP553M' where id=7; -update noar tt set v0='7PEY8MRS5X7TRM' where id=7; -update noar ti set v0='7PEY8MRS5X7TRM' where id=7; -update noar tt set b2='SVT88RR48B50BSQI0ZK' where id=7; -update noar ti set b2='SVT88RR48B50BSQI0ZK' where id=7; -update noar tt set v0='3H0QUW' where id=8; -update noar ti set v0='3H0QUW' where id=8; -update noar tt set b0='EA5NX7TGDM100VBQUNMDBO27NYLMJ' where id=8; -update noar ti set b0='EA5NX7TGDM100VBQUNMDBO27NYLMJ' where id=8; -update noar tt set v0='XKK9U3Y4W58Y1YXABY' where id=8; -update noar ti set v0='XKK9U3Y4W58Y1YXABY' where id=8; -update noar tt set b1='MMIU4NQ5LV0HPBOB4H3MHAFEL4Q' where id=8; -update noar ti set b1='MMIU4NQ5LV0HPBOB4H3MHAFEL4Q' where id=8; -update noar tt set v0='QZBNALCNAQVYNKO3MSAUQ39RH' where id=8; -update noar ti set v0='QZBNALCNAQVYNKO3MSAUQ39RH' where id=8; -update noar tt set b2='NJ5' where id=8; -update noar ti set b2='NJ5' where id=8; -update noar tt set v0='ZL8IDMBL7TWY' where id=9; -update noar ti set v0='ZL8IDMBL7TWY' where id=9; -update noar tt set b0='9XJARF' where id=9; -update noar ti set b0='9XJARF' where id=9; -update noar tt set v0='GI4T4IFWO4S38BY6YUMU2S6B3NIKG' where id=9; -update noar ti set v0='GI4T4IFWO4S38BY6YUMU2S6B3NIKG' where id=9; -update noar tt set b1='A1OJXJQK5G6AX2IN' where id=9; -update noar ti set b1='A1OJXJQK5G6AX2IN' where id=9; -update noar tt set v0='AEL51' where id=9; -update noar ti set v0='AEL51' where id=9; -update noar tt set b2='POBL1ER37YN7Y5U' where id=9; -update noar ti set b2='POBL1ER37YN7Y5U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H9QPY5H2' where id=1; -update noar ti set v0='H9QPY5H2' where id=1; -update noar tt set b0='V63RG8ONNGC7H22GPLNXM4KQUJJ45' where id=1; -update noar ti set b0='V63RG8ONNGC7H22GPLNXM4KQUJJ45' where id=1; -update noar tt set v0='GX' where id=1; -update noar ti set v0='GX' where id=1; -update noar tt set b1='TXG6DGPI8QCPP5E9P495MZZ31WTV5' where id=1; -update noar ti set b1='TXG6DGPI8QCPP5E9P495MZZ31WTV5' where id=1; -update noar tt set v0='AS6VIZXRHXGF5CU5IKO' where id=1; -update noar ti set v0='AS6VIZXRHXGF5CU5IKO' where id=1; -update noar tt set b2='88OECCKK5R3FR32XCG3KWNN0X8DZ7N' where id=1; -update noar ti set b2='88OECCKK5R3FR32XCG3KWNN0X8DZ7N' where id=1; -update noar tt set v0='C2HT0V701JR2O' where id=2; -update noar ti set v0='C2HT0V701JR2O' where id=2; -update noar tt set b0='IJNXOZHVN5USQ28AEO5SQD4Z' where id=2; -update noar ti set b0='IJNXOZHVN5USQ28AEO5SQD4Z' where id=2; -update noar tt set v0='5VJ0KK4PZT083UML4GXEU0BN1' where id=2; -update noar ti set v0='5VJ0KK4PZT083UML4GXEU0BN1' where id=2; -update noar tt set b1='HEMXBGZPJ1J56Z8SK0' where id=2; -update noar ti set b1='HEMXBGZPJ1J56Z8SK0' where id=2; -update noar tt set v0='JIKHKE3WKU4PA04QZOMBPFU' where id=2; -update noar ti set v0='JIKHKE3WKU4PA04QZOMBPFU' where id=2; -update noar tt set b2='8N' where id=2; -update noar ti set b2='8N' where id=2; -update noar tt set v0='CLSINGPZ8C6Y13D36S18S7R' where id=3; -update noar ti set v0='CLSINGPZ8C6Y13D36S18S7R' where id=3; -update noar tt set b0='OODQISFS89FWFTZL5ZSS2RHC8AY' where id=3; -update noar ti set b0='OODQISFS89FWFTZL5ZSS2RHC8AY' where id=3; -update noar tt set v0='V7' where id=3; -update noar ti set v0='V7' where id=3; -update noar tt set b1='KX' where id=3; -update noar ti set b1='KX' where id=3; -update noar tt set v0='ZPR4WFWTT9OY4SYI' where id=3; -update noar ti set v0='ZPR4WFWTT9OY4SYI' where id=3; -update noar tt set b2='4RHWI7EDSPOGMFSMKB6ZEIWDI6XUOFA0' where id=3; -update noar ti set b2='4RHWI7EDSPOGMFSMKB6ZEIWDI6XUOFA0' where id=3; -update noar tt set v0='UUGTGBHO5VKKDS4FPK02MUTFJAA' where id=4; -update noar ti set v0='UUGTGBHO5VKKDS4FPK02MUTFJAA' where id=4; -update noar tt set b0='LHHLWH33C53WE1DSHON' where id=4; -update noar ti set b0='LHHLWH33C53WE1DSHON' where id=4; -update noar tt set v0='OUNKLEXQFOD4OX9413JHJPU7' where id=4; -update noar ti set v0='OUNKLEXQFOD4OX9413JHJPU7' where id=4; -update noar tt set b1='UNAGA5GKZLJE0ZSB710IPCP8RXQ0T' where id=4; -update noar ti set b1='UNAGA5GKZLJE0ZSB710IPCP8RXQ0T' where id=4; -update noar tt set v0='6WU' where id=4; -update noar ti set v0='6WU' where id=4; -update noar tt set b2='DNQ36ZIFDVGLCOWN1NIV' where id=4; -update noar ti set b2='DNQ36ZIFDVGLCOWN1NIV' where id=4; -update noar tt set v0='SFSLP03QKQ0K17DFGB' where id=5; -update noar ti set v0='SFSLP03QKQ0K17DFGB' where id=5; -update noar tt set b0='D323QGG8FK6FN1FZ4S3' where id=5; -update noar ti set b0='D323QGG8FK6FN1FZ4S3' where id=5; -update noar tt set v0='5DH6DVD0JFOS44OHZ8' where id=5; -update noar ti set v0='5DH6DVD0JFOS44OHZ8' where id=5; -update noar tt set b1='7K4OV2' where id=5; -update noar ti set b1='7K4OV2' where id=5; -update noar tt set v0='9BQICLCFA5T6QLZZBSXVG5PGEFBRI6L4' where id=5; -update noar ti set v0='9BQICLCFA5T6QLZZBSXVG5PGEFBRI6L4' where id=5; -update noar tt set b2='38J1RX' where id=5; -update noar ti set b2='38J1RX' where id=5; -update noar tt set v0='PSLRRW8DLIQY' where id=6; -update noar ti set v0='PSLRRW8DLIQY' where id=6; -update noar tt set b0='RCB' where id=6; -update noar ti set b0='RCB' where id=6; -update noar tt set v0='2G1WPRUQ93HVJ' where id=6; -update noar ti set v0='2G1WPRUQ93HVJ' where id=6; -update noar tt set b1='HXCVG' where id=6; -update noar ti set b1='HXCVG' where id=6; -update noar tt set v0='7LWJPRZG1K5B79' where id=6; -update noar ti set v0='7LWJPRZG1K5B79' where id=6; -update noar tt set b2='VD7HW7BWEBA49N47OBJOID4I' where id=6; -update noar ti set b2='VD7HW7BWEBA49N47OBJOID4I' where id=6; -update noar tt set v0='Q7CJZNPSTQUYRC116QWMR2XM6HFKGT' where id=7; -update noar ti set v0='Q7CJZNPSTQUYRC116QWMR2XM6HFKGT' where id=7; -update noar tt set b0='J4B86VXKO9FJVP4LFUSN0' where id=7; -update noar ti set b0='J4B86VXKO9FJVP4LFUSN0' where id=7; -update noar tt set v0='06WSVXH72U' where id=7; -update noar ti set v0='06WSVXH72U' where id=7; -update noar tt set b1='IRO92GHSS2672XRO' where id=7; -update noar ti set b1='IRO92GHSS2672XRO' where id=7; -update noar tt set v0='LRF2G2P8B4AF3JS7D4PZM5B92QA3' where id=7; -update noar ti set v0='LRF2G2P8B4AF3JS7D4PZM5B92QA3' where id=7; -update noar tt set b2='IDJQMHPKEHUORU1XH' where id=7; -update noar ti set b2='IDJQMHPKEHUORU1XH' where id=7; -update noar tt set v0='4CERH4D25I6S1URL3JDXPGX1D18BVDH' where id=8; -update noar ti set v0='4CERH4D25I6S1URL3JDXPGX1D18BVDH' where id=8; -update noar tt set b0='XR30NGMZUMRDS2IXNWY4R' where id=8; -update noar ti set b0='XR30NGMZUMRDS2IXNWY4R' where id=8; -update noar tt set v0='OQC20GU1X5PK' where id=8; -update noar ti set v0='OQC20GU1X5PK' where id=8; -update noar tt set b1='45735S0LT5TME6HYIX6F' where id=8; -update noar ti set b1='45735S0LT5TME6HYIX6F' where id=8; -update noar tt set v0='EIZI4MUW4MJSTN' where id=8; -update noar ti set v0='EIZI4MUW4MJSTN' where id=8; -update noar tt set b2='94Y0H979D2L' where id=8; -update noar ti set b2='94Y0H979D2L' where id=8; -update noar tt set v0='SYNCBWWWWQNF' where id=9; -update noar ti set v0='SYNCBWWWWQNF' where id=9; -update noar tt set b0='6QKFTGROT5RM0B8PD23HEW' where id=9; -update noar ti set b0='6QKFTGROT5RM0B8PD23HEW' where id=9; -update noar tt set v0='OZOHAABVMAIA6KS' where id=9; -update noar ti set v0='OZOHAABVMAIA6KS' where id=9; -update noar tt set b1='FIDV' where id=9; -update noar ti set b1='FIDV' where id=9; -update noar tt set v0='PDXS146I' where id=9; -update noar ti set v0='PDXS146I' where id=9; -update noar tt set b2='O3ICGR' where id=9; -update noar ti set b2='O3ICGR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7OUVWO14BXTC2FFE05VV9NT7Z8OGGP' where id=1; -update noar ti set v0='7OUVWO14BXTC2FFE05VV9NT7Z8OGGP' where id=1; -update noar tt set b0='98DN3F7IA8V' where id=1; -update noar ti set b0='98DN3F7IA8V' where id=1; -update noar tt set v0='9W0H4F5SB78AO86U9KQE9' where id=1; -update noar ti set v0='9W0H4F5SB78AO86U9KQE9' where id=1; -update noar tt set b1='7HP8ET9CUISH3C8ZWC2WEUA7MMT0' where id=1; -update noar ti set b1='7HP8ET9CUISH3C8ZWC2WEUA7MMT0' where id=1; -update noar tt set v0='1WJ71HC77768G81' where id=1; -update noar ti set v0='1WJ71HC77768G81' where id=1; -update noar tt set b2='REN32GGSU8R7DM' where id=1; -update noar ti set b2='REN32GGSU8R7DM' where id=1; -update noar tt set v0='A75CFQOLP' where id=2; -update noar ti set v0='A75CFQOLP' where id=2; -update noar tt set b0='22OVT6BS' where id=2; -update noar ti set b0='22OVT6BS' where id=2; -update noar tt set v0='4UFN3RKW9V8HD9XSR9B3B8N' where id=2; -update noar ti set v0='4UFN3RKW9V8HD9XSR9B3B8N' where id=2; -update noar tt set b1='X4PFCPCQS23ODW37' where id=2; -update noar ti set b1='X4PFCPCQS23ODW37' where id=2; -update noar tt set v0='SBWQR2MOXVSUWYP0J' where id=2; -update noar ti set v0='SBWQR2MOXVSUWYP0J' where id=2; -update noar tt set b2='DH9N82RSVXZGWC7W4QENQ7E4FC855L' where id=2; -update noar ti set b2='DH9N82RSVXZGWC7W4QENQ7E4FC855L' where id=2; -update noar tt set v0='V83OL775PG2MZJR31J4DKOUUIEVZNF6B' where id=3; -update noar ti set v0='V83OL775PG2MZJR31J4DKOUUIEVZNF6B' where id=3; -update noar tt set b0='L4T64W1L5VH9D702' where id=3; -update noar ti set b0='L4T64W1L5VH9D702' where id=3; -update noar tt set v0='RRPULLIIC0BVS0O86H6F8ZYKPFV' where id=3; -update noar ti set v0='RRPULLIIC0BVS0O86H6F8ZYKPFV' where id=3; -update noar tt set b1='MHYSND5NPSN5DZT42' where id=3; -update noar ti set b1='MHYSND5NPSN5DZT42' where id=3; -update noar tt set v0='YKO0QGYV4SWYPHHWC5PKNC' where id=3; -update noar ti set v0='YKO0QGYV4SWYPHHWC5PKNC' where id=3; -update noar tt set b2='6WXSDXOTF4UXKRXZG' where id=3; -update noar ti set b2='6WXSDXOTF4UXKRXZG' where id=3; -update noar tt set v0='LOS63PP8QO9IN378CN' where id=4; -update noar ti set v0='LOS63PP8QO9IN378CN' where id=4; -update noar tt set b0='I' where id=4; -update noar ti set b0='I' where id=4; -update noar tt set v0='OO00J' where id=4; -update noar ti set v0='OO00J' where id=4; -update noar tt set b1='A9QUJK6979S' where id=4; -update noar ti set b1='A9QUJK6979S' where id=4; -update noar tt set v0='WHGA8SK4DHEV0EGB0GTL574JGT9' where id=4; -update noar ti set v0='WHGA8SK4DHEV0EGB0GTL574JGT9' where id=4; -update noar tt set b2='U' where id=4; -update noar ti set b2='U' where id=4; -update noar tt set v0='NHBH4K3' where id=5; -update noar ti set v0='NHBH4K3' where id=5; -update noar tt set b0='JVT3FJDFV2L9X3DN' where id=5; -update noar ti set b0='JVT3FJDFV2L9X3DN' where id=5; -update noar tt set v0='9N0BCC2' where id=5; -update noar ti set v0='9N0BCC2' where id=5; -update noar tt set b1='S9KB5Y06UQCWCRVY2CH' where id=5; -update noar ti set b1='S9KB5Y06UQCWCRVY2CH' where id=5; -update noar tt set v0='7Q3EENH3' where id=5; -update noar ti set v0='7Q3EENH3' where id=5; -update noar tt set b2='Y5LJUO0PBZPW4SA0DLD6IBR' where id=5; -update noar ti set b2='Y5LJUO0PBZPW4SA0DLD6IBR' where id=5; -update noar tt set v0='IU' where id=6; -update noar ti set v0='IU' where id=6; -update noar tt set b0='RR0OLRL25ZZ7' where id=6; -update noar ti set b0='RR0OLRL25ZZ7' where id=6; -update noar tt set v0='IETYL45BUYZZXTN2UBLAP9LIGV11XF8G' where id=6; -update noar ti set v0='IETYL45BUYZZXTN2UBLAP9LIGV11XF8G' where id=6; -update noar tt set b1='M' where id=6; -update noar ti set b1='M' where id=6; -update noar tt set v0='0HGZ' where id=6; -update noar ti set v0='0HGZ' where id=6; -update noar tt set b2='YH339TZ' where id=6; -update noar ti set b2='YH339TZ' where id=6; -update noar tt set v0='5IUUJC4S2OZ' where id=7; -update noar ti set v0='5IUUJC4S2OZ' where id=7; -update noar tt set b0='036C3AXTNVVCB8JTD' where id=7; -update noar ti set b0='036C3AXTNVVCB8JTD' where id=7; -update noar tt set v0='V0DGP8HU3R253WW5ZINO9YAFPENSEP' where id=7; -update noar ti set v0='V0DGP8HU3R253WW5ZINO9YAFPENSEP' where id=7; -update noar tt set b1='L56KD9JRAP' where id=7; -update noar ti set b1='L56KD9JRAP' where id=7; -update noar tt set v0='4XMI7IWACR2CMX585GPUQ2Q67EXM2F' where id=7; -update noar ti set v0='4XMI7IWACR2CMX585GPUQ2Q67EXM2F' where id=7; -update noar tt set b2='S3I7OU419YWCYK15J2R2LMH6L' where id=7; -update noar ti set b2='S3I7OU419YWCYK15J2R2LMH6L' where id=7; -update noar tt set v0='C0TRSA9R3' where id=8; -update noar ti set v0='C0TRSA9R3' where id=8; -update noar tt set b0='3888YQI9FRO' where id=8; -update noar ti set b0='3888YQI9FRO' where id=8; -update noar tt set v0='YOT24JL9P2Y68NR41U66GH' where id=8; -update noar ti set v0='YOT24JL9P2Y68NR41U66GH' where id=8; -update noar tt set b1='EKPV81UGDHBMK0ST1OIKYIK' where id=8; -update noar ti set b1='EKPV81UGDHBMK0ST1OIKYIK' where id=8; -update noar tt set v0='KBC' where id=8; -update noar ti set v0='KBC' where id=8; -update noar tt set b2='H9PNFSSCOB2VSJRDNN' where id=8; -update noar ti set b2='H9PNFSSCOB2VSJRDNN' where id=8; -update noar tt set v0='D14D2YHTPYINSH3LWVER8EQHHLDQ9G2G' where id=9; -update noar ti set v0='D14D2YHTPYINSH3LWVER8EQHHLDQ9G2G' where id=9; -update noar tt set b0='QKDPQEWMDFJZWDDXYW1GFFZ' where id=9; -update noar ti set b0='QKDPQEWMDFJZWDDXYW1GFFZ' where id=9; -update noar tt set v0='LPFSM8ITGUS29850' where id=9; -update noar ti set v0='LPFSM8ITGUS29850' where id=9; -update noar tt set b1='1JANQAZQ2XHESQBMIRINRT' where id=9; -update noar ti set b1='1JANQAZQ2XHESQBMIRINRT' where id=9; -update noar tt set v0='FT5SD3OUHVJGTC2CZL' where id=9; -update noar ti set v0='FT5SD3OUHVJGTC2CZL' where id=9; -update noar tt set b2='DMIWDIZVCAQYKQD8IKZ5PUZR8' where id=9; -update noar ti set b2='DMIWDIZVCAQYKQD8IKZ5PUZR8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M94PP53E' where id=1; -update noar ti set v0='M94PP53E' where id=1; -update noar tt set b0='U' where id=1; -update noar ti set b0='U' where id=1; -update noar tt set v0='NBDQP21L' where id=1; -update noar ti set v0='NBDQP21L' where id=1; -update noar tt set b1='V4VSKNTAOK8KFGS58UQIG3L1BS21R' where id=1; -update noar ti set b1='V4VSKNTAOK8KFGS58UQIG3L1BS21R' where id=1; -update noar tt set v0='O5IP5GUJ5PYMPQO942N' where id=1; -update noar ti set v0='O5IP5GUJ5PYMPQO942N' where id=1; -update noar tt set b2='FJU5NP' where id=1; -update noar ti set b2='FJU5NP' where id=1; -update noar tt set v0='JDU582XDCSNKJIKDEHPQZ6XYG42W' where id=2; -update noar ti set v0='JDU582XDCSNKJIKDEHPQZ6XYG42W' where id=2; -update noar tt set b0='J' where id=2; -update noar ti set b0='J' where id=2; -update noar tt set v0='WUURWEFW93G7B271BX40FY0PMJ7K93' where id=2; -update noar ti set v0='WUURWEFW93G7B271BX40FY0PMJ7K93' where id=2; -update noar tt set b1='6R73AY4Q2ETGHR0' where id=2; -update noar ti set b1='6R73AY4Q2ETGHR0' where id=2; -update noar tt set v0='CU7' where id=2; -update noar ti set v0='CU7' where id=2; -update noar tt set b2='RN4Y19IBZGRQX89S8DLLV6T0EA81BXSB' where id=2; -update noar ti set b2='RN4Y19IBZGRQX89S8DLLV6T0EA81BXSB' where id=2; -update noar tt set v0='JRBUO6S6PDHRZVJ8' where id=3; -update noar ti set v0='JRBUO6S6PDHRZVJ8' where id=3; -update noar tt set b0='YD4I1422ET6A6ABUKL' where id=3; -update noar ti set b0='YD4I1422ET6A6ABUKL' where id=3; -update noar tt set v0='YNIWR64NUS197I' where id=3; -update noar ti set v0='YNIWR64NUS197I' where id=3; -update noar tt set b1='7JRCB2CGUYA5' where id=3; -update noar ti set b1='7JRCB2CGUYA5' where id=3; -update noar tt set v0='T7FI5X9L2WR' where id=3; -update noar ti set v0='T7FI5X9L2WR' where id=3; -update noar tt set b2='UZZ1UDCR148' where id=3; -update noar ti set b2='UZZ1UDCR148' where id=3; -update noar tt set v0='5TZCMG37LETTU' where id=4; -update noar ti set v0='5TZCMG37LETTU' where id=4; -update noar tt set b0='X085TJMND2P8EV1OTDYDFMBQX85' where id=4; -update noar ti set b0='X085TJMND2P8EV1OTDYDFMBQX85' where id=4; -update noar tt set v0='ZYVN78RL8T' where id=4; -update noar ti set v0='ZYVN78RL8T' where id=4; -update noar tt set b1='AQEZW' where id=4; -update noar ti set b1='AQEZW' where id=4; -update noar tt set v0='6R6QEAMCY0TZYP' where id=4; -update noar ti set v0='6R6QEAMCY0TZYP' where id=4; -update noar tt set b2='1WNQQVMJW92CIFW9' where id=4; -update noar ti set b2='1WNQQVMJW92CIFW9' where id=4; -update noar tt set v0='3XJKQ6IXJ4B8D43CPAR4V32MJ' where id=5; -update noar ti set v0='3XJKQ6IXJ4B8D43CPAR4V32MJ' where id=5; -update noar tt set b0='4E7Y5MA8IP' where id=5; -update noar ti set b0='4E7Y5MA8IP' where id=5; -update noar tt set v0='Y69J4HPB7ZXRLML7DDRPT5YCSNPSGKT' where id=5; -update noar ti set v0='Y69J4HPB7ZXRLML7DDRPT5YCSNPSGKT' where id=5; -update noar tt set b1='ZYKXO25V5GK' where id=5; -update noar ti set b1='ZYKXO25V5GK' where id=5; -update noar tt set v0='MB0JAEO4I34IK' where id=5; -update noar ti set v0='MB0JAEO4I34IK' where id=5; -update noar tt set b2='E0WZ8WP' where id=5; -update noar ti set b2='E0WZ8WP' where id=5; -update noar tt set v0='CIMNXD8SZS8KJG04' where id=6; -update noar ti set v0='CIMNXD8SZS8KJG04' where id=6; -update noar tt set b0='UP' where id=6; -update noar ti set b0='UP' where id=6; -update noar tt set v0='TP6' where id=6; -update noar ti set v0='TP6' where id=6; -update noar tt set b1='76OUEUQGJU14C2Y' where id=6; -update noar ti set b1='76OUEUQGJU14C2Y' where id=6; -update noar tt set v0='RSUY34S6LA0L8Z06PSOWMVK1V' where id=6; -update noar ti set v0='RSUY34S6LA0L8Z06PSOWMVK1V' where id=6; -update noar tt set b2='9VRVR2ZZZ' where id=6; -update noar ti set b2='9VRVR2ZZZ' where id=6; -update noar tt set v0='W2H271NI83M4J6BOLE4M2' where id=7; -update noar ti set v0='W2H271NI83M4J6BOLE4M2' where id=7; -update noar tt set b0='XHV5YP2PZ6NRYTIL1' where id=7; -update noar ti set b0='XHV5YP2PZ6NRYTIL1' where id=7; -update noar tt set v0='GC2U99OY' where id=7; -update noar ti set v0='GC2U99OY' where id=7; -update noar tt set b1='ILEMB' where id=7; -update noar ti set b1='ILEMB' where id=7; -update noar tt set v0='UB9GGW8ZRJA9V6LJ5OWS' where id=7; -update noar ti set v0='UB9GGW8ZRJA9V6LJ5OWS' where id=7; -update noar tt set b2='ZHNWPOG4FKJ26JP7F' where id=7; -update noar ti set b2='ZHNWPOG4FKJ26JP7F' where id=7; -update noar tt set v0='PO6CTZ7KW19' where id=8; -update noar ti set v0='PO6CTZ7KW19' where id=8; -update noar tt set b0='QI520YIHI98TQ1N5LBI68D' where id=8; -update noar ti set b0='QI520YIHI98TQ1N5LBI68D' where id=8; -update noar tt set v0='STMKJYF16DQICHEQO4GRII1' where id=8; -update noar ti set v0='STMKJYF16DQICHEQO4GRII1' where id=8; -update noar tt set b1='7PSH4KJKJVAL2CER7MPTZH2QKNF79' where id=8; -update noar ti set b1='7PSH4KJKJVAL2CER7MPTZH2QKNF79' where id=8; -update noar tt set v0='PGR9CDQDZ3' where id=8; -update noar ti set v0='PGR9CDQDZ3' where id=8; -update noar tt set b2='ORRLMZKZA2' where id=8; -update noar ti set b2='ORRLMZKZA2' where id=8; -update noar tt set v0='EK0R7848949LAYLFWEUQGE' where id=9; -update noar ti set v0='EK0R7848949LAYLFWEUQGE' where id=9; -update noar tt set b0='SSVIJFXQH9DZLS6' where id=9; -update noar ti set b0='SSVIJFXQH9DZLS6' where id=9; -update noar tt set v0='NVNNO4Y1BSC1LU6VY1VMK' where id=9; -update noar ti set v0='NVNNO4Y1BSC1LU6VY1VMK' where id=9; -update noar tt set b1='JRS2S3ELCUET9B4FR' where id=9; -update noar ti set b1='JRS2S3ELCUET9B4FR' where id=9; -update noar tt set v0='KAQ7AS72K7QSRXAYCH' where id=9; -update noar ti set v0='KAQ7AS72K7QSRXAYCH' where id=9; -update noar tt set b2='KJ1T1EY0NKK70TXY7ZRAHT' where id=9; -update noar ti set b2='KJ1T1EY0NKK70TXY7ZRAHT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1L3JD2VY' where id=1; -update noar ti set v0='1L3JD2VY' where id=1; -update noar tt set b0='J63FHEY3TYE' where id=1; -update noar ti set b0='J63FHEY3TYE' where id=1; -update noar tt set v0='J0T1S6EVVKUK2V2SQLI' where id=1; -update noar ti set v0='J0T1S6EVVKUK2V2SQLI' where id=1; -update noar tt set b1='M8EKN39WP0YCKOC07' where id=1; -update noar ti set b1='M8EKN39WP0YCKOC07' where id=1; -update noar tt set v0='00JGZEK9K1SXFJYDHI11' where id=1; -update noar ti set v0='00JGZEK9K1SXFJYDHI11' where id=1; -update noar tt set b2='V0EW5HLMRDU5NF5H5OGLJ94F9HVKJKOC' where id=1; -update noar ti set b2='V0EW5HLMRDU5NF5H5OGLJ94F9HVKJKOC' where id=1; -update noar tt set v0='UTZKBP67QK3J1S41LROR5URPRK9' where id=2; -update noar ti set v0='UTZKBP67QK3J1S41LROR5URPRK9' where id=2; -update noar tt set b0='55ZITT0L6ICEHU' where id=2; -update noar ti set b0='55ZITT0L6ICEHU' where id=2; -update noar tt set v0='7GZF5HQWS218K' where id=2; -update noar ti set v0='7GZF5HQWS218K' where id=2; -update noar tt set b1='TKB' where id=2; -update noar ti set b1='TKB' where id=2; -update noar tt set v0='6SYV0P0SVHDJAVCQRYCZOZ66A0C' where id=2; -update noar ti set v0='6SYV0P0SVHDJAVCQRYCZOZ66A0C' where id=2; -update noar tt set b2='IJ0CX' where id=2; -update noar ti set b2='IJ0CX' where id=2; -update noar tt set v0='MW8GN1C4JCI1SYN7OVRBCX' where id=3; -update noar ti set v0='MW8GN1C4JCI1SYN7OVRBCX' where id=3; -update noar tt set b0='GWJSG5MH9Z02VXJTPHPI' where id=3; -update noar ti set b0='GWJSG5MH9Z02VXJTPHPI' where id=3; -update noar tt set v0='2JQV1F5NYWAVL0CK0TIV8PTUAWN' where id=3; -update noar ti set v0='2JQV1F5NYWAVL0CK0TIV8PTUAWN' where id=3; -update noar tt set b1='MPL5521' where id=3; -update noar ti set b1='MPL5521' where id=3; -update noar tt set v0='J7XJU1UU57M8H5EMY3I7N25USHR' where id=3; -update noar ti set v0='J7XJU1UU57M8H5EMY3I7N25USHR' where id=3; -update noar tt set b2='K7673RNUK0TT9S51Y7K5F959PU' where id=3; -update noar ti set b2='K7673RNUK0TT9S51Y7K5F959PU' where id=3; -update noar tt set v0='7LDNXY9VCK40B474NHE3KAQ11S88E0J' where id=4; -update noar ti set v0='7LDNXY9VCK40B474NHE3KAQ11S88E0J' where id=4; -update noar tt set b0='ZP' where id=4; -update noar ti set b0='ZP' where id=4; -update noar tt set v0='4NY64EYY90YH3SP8O' where id=4; -update noar ti set v0='4NY64EYY90YH3SP8O' where id=4; -update noar tt set b1='KZW4P4WIJTC9J5C062URWJ7JJV' where id=4; -update noar ti set b1='KZW4P4WIJTC9J5C062URWJ7JJV' where id=4; -update noar tt set v0='PPAO' where id=4; -update noar ti set v0='PPAO' where id=4; -update noar tt set b2='BYLQW' where id=4; -update noar ti set b2='BYLQW' where id=4; -update noar tt set v0='RF5GJQCAQUY2XDHC6ODWTDYHGEP93T8R' where id=5; -update noar ti set v0='RF5GJQCAQUY2XDHC6ODWTDYHGEP93T8R' where id=5; -update noar tt set b0='OECWMXC0RC32EE' where id=5; -update noar ti set b0='OECWMXC0RC32EE' where id=5; -update noar tt set v0='8E28C6AR3PXWRI89EH6DDXSF2HY' where id=5; -update noar ti set v0='8E28C6AR3PXWRI89EH6DDXSF2HY' where id=5; -update noar tt set b1='WVUNMT6S4LNXQGEEHD' where id=5; -update noar ti set b1='WVUNMT6S4LNXQGEEHD' where id=5; -update noar tt set v0='WEI8DSRUK6OV8SL2K34L0' where id=5; -update noar ti set v0='WEI8DSRUK6OV8SL2K34L0' where id=5; -update noar tt set b2='SWOC2LRCK9363EEG7DUE4GJSTA' where id=5; -update noar ti set b2='SWOC2LRCK9363EEG7DUE4GJSTA' where id=5; -update noar tt set v0='0MHIDNU8MNQT4DO' where id=6; -update noar ti set v0='0MHIDNU8MNQT4DO' where id=6; -update noar tt set b0='GDV0DO6DLW9ANJWAPNRZ3RYLTR3' where id=6; -update noar ti set b0='GDV0DO6DLW9ANJWAPNRZ3RYLTR3' where id=6; -update noar tt set v0='9G75CWCZS3AD2M8PHI9' where id=6; -update noar ti set v0='9G75CWCZS3AD2M8PHI9' where id=6; -update noar tt set b1='AKDMGXHXNSTN180R80N60' where id=6; -update noar ti set b1='AKDMGXHXNSTN180R80N60' where id=6; -update noar tt set v0='N' where id=6; -update noar ti set v0='N' where id=6; -update noar tt set b2='MUX5CQ7MF6OZW01925CXY7YL03Q' where id=6; -update noar ti set b2='MUX5CQ7MF6OZW01925CXY7YL03Q' where id=6; -update noar tt set v0='AKBO' where id=7; -update noar ti set v0='AKBO' where id=7; -update noar tt set b0='FWZY4IR5QNHRZOI36' where id=7; -update noar ti set b0='FWZY4IR5QNHRZOI36' where id=7; -update noar tt set v0='JRC5GCAF8ITLLL' where id=7; -update noar ti set v0='JRC5GCAF8ITLLL' where id=7; -update noar tt set b1='R2VGE0UTR4S4CR3JDLWUIN' where id=7; -update noar ti set b1='R2VGE0UTR4S4CR3JDLWUIN' where id=7; -update noar tt set v0='7362WX3GF1XRADAX9UBKE' where id=7; -update noar ti set v0='7362WX3GF1XRADAX9UBKE' where id=7; -update noar tt set b2='N1A59W2OJPK8E9N2TRMOXYBAQV06I' where id=7; -update noar ti set b2='N1A59W2OJPK8E9N2TRMOXYBAQV06I' where id=7; -update noar tt set v0='RTEVCC' where id=8; -update noar ti set v0='RTEVCC' where id=8; -update noar tt set b0='ZP7LPXPN5HIV' where id=8; -update noar ti set b0='ZP7LPXPN5HIV' where id=8; -update noar tt set v0='7VGJSXTJDJ9C77HU495GVXAG07CA' where id=8; -update noar ti set v0='7VGJSXTJDJ9C77HU495GVXAG07CA' where id=8; -update noar tt set b1='OXMFEK15KOEE0POD' where id=8; -update noar ti set b1='OXMFEK15KOEE0POD' where id=8; -update noar tt set v0='IJ6Z29ON72W4R7QOSZF5J' where id=8; -update noar ti set v0='IJ6Z29ON72W4R7QOSZF5J' where id=8; -update noar tt set b2='3K2QANRH' where id=8; -update noar ti set b2='3K2QANRH' where id=8; -update noar tt set v0='KRQW683FFJKC11SS6VJKB4V4SG804' where id=9; -update noar ti set v0='KRQW683FFJKC11SS6VJKB4V4SG804' where id=9; -update noar tt set b0='ZN96KNGEM' where id=9; -update noar ti set b0='ZN96KNGEM' where id=9; -update noar tt set v0='PT9UPGQ3N06KG4L4' where id=9; -update noar ti set v0='PT9UPGQ3N06KG4L4' where id=9; -update noar tt set b1='RDHE25CMLNDNBJOQ' where id=9; -update noar ti set b1='RDHE25CMLNDNBJOQ' where id=9; -update noar tt set v0='ZG1UAZ1DT' where id=9; -update noar ti set v0='ZG1UAZ1DT' where id=9; -update noar tt set b2='6HMGD7FA2CB0NHTQKBQ28JQC4IB94VJ' where id=9; -update noar ti set b2='6HMGD7FA2CB0NHTQKBQ28JQC4IB94VJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WPZR' where id=1; -update noar ti set v0='WPZR' where id=1; -update noar tt set b0='G3DM695' where id=1; -update noar ti set b0='G3DM695' where id=1; -update noar tt set v0='H5PXMFUUOQE4S21WLM2I' where id=1; -update noar ti set v0='H5PXMFUUOQE4S21WLM2I' where id=1; -update noar tt set b1='1JDSP964HWWAF' where id=1; -update noar ti set b1='1JDSP964HWWAF' where id=1; -update noar tt set v0='LZP6G776LMNVSGWDHOTLZ4WKC' where id=1; -update noar ti set v0='LZP6G776LMNVSGWDHOTLZ4WKC' where id=1; -update noar tt set b2='H8BFU' where id=1; -update noar ti set b2='H8BFU' where id=1; -update noar tt set v0='LDMXM02I8VLSKY7PWB0EY5NMHP2' where id=2; -update noar ti set v0='LDMXM02I8VLSKY7PWB0EY5NMHP2' where id=2; -update noar tt set b0='51CFRVIT97EBJNIUGXFD9EE0N1ZA' where id=2; -update noar ti set b0='51CFRVIT97EBJNIUGXFD9EE0N1ZA' where id=2; -update noar tt set v0='F7SD3T00DU7' where id=2; -update noar ti set v0='F7SD3T00DU7' where id=2; -update noar tt set b1='H1BS9' where id=2; -update noar ti set b1='H1BS9' where id=2; -update noar tt set v0='PZRYO8EAAJ6YKD' where id=2; -update noar ti set v0='PZRYO8EAAJ6YKD' where id=2; -update noar tt set b2='KQDT9CN6YQF' where id=2; -update noar ti set b2='KQDT9CN6YQF' where id=2; -update noar tt set v0='WO5JXLL73UKVAJN44X0SDNG2S' where id=3; -update noar ti set v0='WO5JXLL73UKVAJN44X0SDNG2S' where id=3; -update noar tt set b0='3HZH745XMUVTNB4VG' where id=3; -update noar ti set b0='3HZH745XMUVTNB4VG' where id=3; -update noar tt set v0='OX2UGT3Y12J' where id=3; -update noar ti set v0='OX2UGT3Y12J' where id=3; -update noar tt set b1='MHSQ4K85IBC' where id=3; -update noar ti set b1='MHSQ4K85IBC' where id=3; -update noar tt set v0='LFQSS8FY9XHPD2VX1RAVWRUSNQ' where id=3; -update noar ti set v0='LFQSS8FY9XHPD2VX1RAVWRUSNQ' where id=3; -update noar tt set b2='OKTNN3YLFN6WE3NGKJKVAW' where id=3; -update noar ti set b2='OKTNN3YLFN6WE3NGKJKVAW' where id=3; -update noar tt set v0='1TW884EQ6JW' where id=4; -update noar ti set v0='1TW884EQ6JW' where id=4; -update noar tt set b0='O9N9S5EY3J8X5MHLY6K5K' where id=4; -update noar ti set b0='O9N9S5EY3J8X5MHLY6K5K' where id=4; -update noar tt set v0='VK6' where id=4; -update noar ti set v0='VK6' where id=4; -update noar tt set b1='B4E71A90GJCH43R84COC' where id=4; -update noar ti set b1='B4E71A90GJCH43R84COC' where id=4; -update noar tt set v0='ZOPPIAAGIOFJ96KPTWM3CW8R' where id=4; -update noar ti set v0='ZOPPIAAGIOFJ96KPTWM3CW8R' where id=4; -update noar tt set b2='9VZX251NDLJPALUTVJB8UU344O6R' where id=4; -update noar ti set b2='9VZX251NDLJPALUTVJB8UU344O6R' where id=4; -update noar tt set v0='FTJ94X' where id=5; -update noar ti set v0='FTJ94X' where id=5; -update noar tt set b0='VG' where id=5; -update noar ti set b0='VG' where id=5; -update noar tt set v0='8V0Z9I1MAVPY7RXM6QWZ' where id=5; -update noar ti set v0='8V0Z9I1MAVPY7RXM6QWZ' where id=5; -update noar tt set b1='MX1Y0FJCJH22AQV' where id=5; -update noar ti set b1='MX1Y0FJCJH22AQV' where id=5; -update noar tt set v0='67IQDE6' where id=5; -update noar ti set v0='67IQDE6' where id=5; -update noar tt set b2='AMEF2FCZ7Q4XUM8D14HCGFDJVWWB' where id=5; -update noar ti set b2='AMEF2FCZ7Q4XUM8D14HCGFDJVWWB' where id=5; -update noar tt set v0='FZ3RV3865BUCJS43DM2' where id=6; -update noar ti set v0='FZ3RV3865BUCJS43DM2' where id=6; -update noar tt set b0='IMBZQL7D01P2TBFN2DD' where id=6; -update noar ti set b0='IMBZQL7D01P2TBFN2DD' where id=6; -update noar tt set v0='QE' where id=6; -update noar ti set v0='QE' where id=6; -update noar tt set b1='J9GRXSSLTE2GU9U4UIZRW1TFKT826TK' where id=6; -update noar ti set b1='J9GRXSSLTE2GU9U4UIZRW1TFKT826TK' where id=6; -update noar tt set v0='3TKLQ3EZQQTLNHGTZJ' where id=6; -update noar ti set v0='3TKLQ3EZQQTLNHGTZJ' where id=6; -update noar tt set b2='TL3D6O75MDQSR59' where id=6; -update noar ti set b2='TL3D6O75MDQSR59' where id=6; -update noar tt set v0='PXCPFNLIFFDM4OVEJFC7B' where id=7; -update noar ti set v0='PXCPFNLIFFDM4OVEJFC7B' where id=7; -update noar tt set b0='3EOP59WHOD83HAFQDA5NALRI6' where id=7; -update noar ti set b0='3EOP59WHOD83HAFQDA5NALRI6' where id=7; -update noar tt set v0='Y75A549BRD4BTP39' where id=7; -update noar ti set v0='Y75A549BRD4BTP39' where id=7; -update noar tt set b1='TX0QXULZRQWO3BSHZMZHL1ZY35JSCO5' where id=7; -update noar ti set b1='TX0QXULZRQWO3BSHZMZHL1ZY35JSCO5' where id=7; -update noar tt set v0='FI995XA46' where id=7; -update noar ti set v0='FI995XA46' where id=7; -update noar tt set b2='86Y83L1OSHKBG91UTZUZNM3H' where id=7; -update noar ti set b2='86Y83L1OSHKBG91UTZUZNM3H' where id=7; -update noar tt set v0='RINVCVCE21B1EP4PLJFZ' where id=8; -update noar ti set v0='RINVCVCE21B1EP4PLJFZ' where id=8; -update noar tt set b0='V3X309FY2K71HXZU0JT' where id=8; -update noar ti set b0='V3X309FY2K71HXZU0JT' where id=8; -update noar tt set v0='EL6QU3YPDWWIOK4D5PLX6' where id=8; -update noar ti set v0='EL6QU3YPDWWIOK4D5PLX6' where id=8; -update noar tt set b1='B6FJ6RGM0H' where id=8; -update noar ti set b1='B6FJ6RGM0H' where id=8; -update noar tt set v0='2H' where id=8; -update noar ti set v0='2H' where id=8; -update noar tt set b2='ESM' where id=8; -update noar ti set b2='ESM' where id=8; -update noar tt set v0='U4RT6NWD0K9MI6YMRRMDV' where id=9; -update noar ti set v0='U4RT6NWD0K9MI6YMRRMDV' where id=9; -update noar tt set b0='IV2V8LCWM' where id=9; -update noar ti set b0='IV2V8LCWM' where id=9; -update noar tt set v0='6W1G7KT5ZHQ9A' where id=9; -update noar ti set v0='6W1G7KT5ZHQ9A' where id=9; -update noar tt set b1='XRBMM2NCWF5OA64APS4FEA5XF74ZF' where id=9; -update noar ti set b1='XRBMM2NCWF5OA64APS4FEA5XF74ZF' where id=9; -update noar tt set v0='IR' where id=9; -update noar ti set v0='IR' where id=9; -update noar tt set b2='FJRKDT7EKKEYUX2S066P53KLIZJH3TP0' where id=9; -update noar ti set b2='FJRKDT7EKKEYUX2S066P53KLIZJH3TP0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XGV6B2CN4FUGTLE28OTMFT9NENVBG' where id=1; -update noar ti set v0='XGV6B2CN4FUGTLE28OTMFT9NENVBG' where id=1; -update noar tt set b0='CUYLL78GT4EUHOK' where id=1; -update noar ti set b0='CUYLL78GT4EUHOK' where id=1; -update noar tt set v0='7WWDNDW00GVQW4YWVDT4PWY' where id=1; -update noar ti set v0='7WWDNDW00GVQW4YWVDT4PWY' where id=1; -update noar tt set b1='KWXY61AY1PB' where id=1; -update noar ti set b1='KWXY61AY1PB' where id=1; -update noar tt set v0='V2ZNN5TCST0858HJ68F1' where id=1; -update noar ti set v0='V2ZNN5TCST0858HJ68F1' where id=1; -update noar tt set b2='W45XMBPGLQKJABEP3VK' where id=1; -update noar ti set b2='W45XMBPGLQKJABEP3VK' where id=1; -update noar tt set v0='AF84VXYKP64W33NABCA9AGT4I' where id=2; -update noar ti set v0='AF84VXYKP64W33NABCA9AGT4I' where id=2; -update noar tt set b0='2ILGUHBGV6GQRUJYXXJB' where id=2; -update noar ti set b0='2ILGUHBGV6GQRUJYXXJB' where id=2; -update noar tt set v0='TQNDHYL8BZ3X0IVISYEAXSYL65SZUVX' where id=2; -update noar ti set v0='TQNDHYL8BZ3X0IVISYEAXSYL65SZUVX' where id=2; -update noar tt set b1='D4111SCDP1O5Y7KCNO37' where id=2; -update noar ti set b1='D4111SCDP1O5Y7KCNO37' where id=2; -update noar tt set v0='H8KIAM2KH' where id=2; -update noar ti set v0='H8KIAM2KH' where id=2; -update noar tt set b2='F366PA7' where id=2; -update noar ti set b2='F366PA7' where id=2; -update noar tt set v0='1826MAL2EM0UM0ZXQ3HV' where id=3; -update noar ti set v0='1826MAL2EM0UM0ZXQ3HV' where id=3; -update noar tt set b0='NV3UEGUPA2QD44FL7E5V0XS' where id=3; -update noar ti set b0='NV3UEGUPA2QD44FL7E5V0XS' where id=3; -update noar tt set v0='UPBJI5CH7E0SL50CDCVBLA7J4UPDE' where id=3; -update noar ti set v0='UPBJI5CH7E0SL50CDCVBLA7J4UPDE' where id=3; -update noar tt set b1='ECBYDUZS5I4Z2QNSMKQMR' where id=3; -update noar ti set b1='ECBYDUZS5I4Z2QNSMKQMR' where id=3; -update noar tt set v0='S2YY1MK9HWBUSRRFFN0PROPKO' where id=3; -update noar ti set v0='S2YY1MK9HWBUSRRFFN0PROPKO' where id=3; -update noar tt set b2='ARHSUP5AFRS7E06424N68LBUXYE3X' where id=3; -update noar ti set b2='ARHSUP5AFRS7E06424N68LBUXYE3X' where id=3; -update noar tt set v0='0U03E03PYC4Y2Q52SW6HYF6O6MK9Z8' where id=4; -update noar ti set v0='0U03E03PYC4Y2Q52SW6HYF6O6MK9Z8' where id=4; -update noar tt set b0='ZASFFIH2NEIG28MFXNPURC' where id=4; -update noar ti set b0='ZASFFIH2NEIG28MFXNPURC' where id=4; -update noar tt set v0='0LQNM46E5TWNAZ946SKE305L' where id=4; -update noar ti set v0='0LQNM46E5TWNAZ946SKE305L' where id=4; -update noar tt set b1='C4W0TA9MTPN22VARP53K8Q4WMN' where id=4; -update noar ti set b1='C4W0TA9MTPN22VARP53K8Q4WMN' where id=4; -update noar tt set v0='P1THW093M8SZ6Q6AH7W7PTFEM4JXG' where id=4; -update noar ti set v0='P1THW093M8SZ6Q6AH7W7PTFEM4JXG' where id=4; -update noar tt set b2='EDE445I' where id=4; -update noar ti set b2='EDE445I' where id=4; -update noar tt set v0='7X5LDS8INWJCMVD54AAQB5CS6OI6M' where id=5; -update noar ti set v0='7X5LDS8INWJCMVD54AAQB5CS6OI6M' where id=5; -update noar tt set b0='SMQOVG3YALP' where id=5; -update noar ti set b0='SMQOVG3YALP' where id=5; -update noar tt set v0='6C2EF7MBO6PGPOVZGA9X8LD' where id=5; -update noar ti set v0='6C2EF7MBO6PGPOVZGA9X8LD' where id=5; -update noar tt set b1='GCQ9GPTPK5KT3T8QKI9T6EVPXD9L' where id=5; -update noar ti set b1='GCQ9GPTPK5KT3T8QKI9T6EVPXD9L' where id=5; -update noar tt set v0='2WUSO4MKBBI9ZLQFYS69KC' where id=5; -update noar ti set v0='2WUSO4MKBBI9ZLQFYS69KC' where id=5; -update noar tt set b2='DAN8F10RV' where id=5; -update noar ti set b2='DAN8F10RV' where id=5; -update noar tt set v0='95PE3215C79KFRO5SF' where id=6; -update noar ti set v0='95PE3215C79KFRO5SF' where id=6; -update noar tt set b0='1HR72A5LM' where id=6; -update noar ti set b0='1HR72A5LM' where id=6; -update noar tt set v0='KC7OLKK9I0NIMRXU1B6B' where id=6; -update noar ti set v0='KC7OLKK9I0NIMRXU1B6B' where id=6; -update noar tt set b1='CPAGNKQURE83HTIO7VFFLJXAJQJCJ' where id=6; -update noar ti set b1='CPAGNKQURE83HTIO7VFFLJXAJQJCJ' where id=6; -update noar tt set v0='TN86' where id=6; -update noar ti set v0='TN86' where id=6; -update noar tt set b2='06KF2T8ZZJKFYCPOLYBQYCOY' where id=6; -update noar ti set b2='06KF2T8ZZJKFYCPOLYBQYCOY' where id=6; -update noar tt set v0='6T1G201LY3QO440HTS' where id=7; -update noar ti set v0='6T1G201LY3QO440HTS' where id=7; -update noar tt set b0='CJTEMQMAX58V4' where id=7; -update noar ti set b0='CJTEMQMAX58V4' where id=7; -update noar tt set v0='XIC0CCVY' where id=7; -update noar ti set v0='XIC0CCVY' where id=7; -update noar tt set b1='CVMDDB05QF' where id=7; -update noar ti set b1='CVMDDB05QF' where id=7; -update noar tt set v0='3F17S62' where id=7; -update noar ti set v0='3F17S62' where id=7; -update noar tt set b2='6WO0L' where id=7; -update noar ti set b2='6WO0L' where id=7; -update noar tt set v0='KASOE1EU6ERK2V222O8AT4ZA85W1L' where id=8; -update noar ti set v0='KASOE1EU6ERK2V222O8AT4ZA85W1L' where id=8; -update noar tt set b0='0VVOB2NQ9V' where id=8; -update noar ti set b0='0VVOB2NQ9V' where id=8; -update noar tt set v0='K0DE5AHZ9' where id=8; -update noar ti set v0='K0DE5AHZ9' where id=8; -update noar tt set b1='5TW3W4G5TR0JAG' where id=8; -update noar ti set b1='5TW3W4G5TR0JAG' where id=8; -update noar tt set v0='7YTXOBB424' where id=8; -update noar ti set v0='7YTXOBB424' where id=8; -update noar tt set b2='42DNEUB7I38KRFQZQV0LTRP7VHE5R6D' where id=8; -update noar ti set b2='42DNEUB7I38KRFQZQV0LTRP7VHE5R6D' where id=8; -update noar tt set v0='Z7NFVKW' where id=9; -update noar ti set v0='Z7NFVKW' where id=9; -update noar tt set b0='3YF76E6LFX' where id=9; -update noar ti set b0='3YF76E6LFX' where id=9; -update noar tt set v0='0FLT6Z1' where id=9; -update noar ti set v0='0FLT6Z1' where id=9; -update noar tt set b1='DDL' where id=9; -update noar ti set b1='DDL' where id=9; -update noar tt set v0='UNA71MW4A' where id=9; -update noar ti set v0='UNA71MW4A' where id=9; -update noar tt set b2='R67I38VQDJ0TWU3IYIQYS1Y2FALF' where id=9; -update noar ti set b2='R67I38VQDJ0TWU3IYIQYS1Y2FALF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RNS4I3W1J3GW' where id=1; -update noar ti set v0='RNS4I3W1J3GW' where id=1; -update noar tt set b0='K' where id=1; -update noar ti set b0='K' where id=1; -update noar tt set v0='PNZSM19UHHVRJDMTVEYAGOMRFG4K' where id=1; -update noar ti set v0='PNZSM19UHHVRJDMTVEYAGOMRFG4K' where id=1; -update noar tt set b1='H' where id=1; -update noar ti set b1='H' where id=1; -update noar tt set v0='XPRN99HQV25HEM' where id=1; -update noar ti set v0='XPRN99HQV25HEM' where id=1; -update noar tt set b2='PD2L19MOTZIRQTQUU86Q6L' where id=1; -update noar ti set b2='PD2L19MOTZIRQTQUU86Q6L' where id=1; -update noar tt set v0='MOFU0RL3M8LBA42WQ6D' where id=2; -update noar ti set v0='MOFU0RL3M8LBA42WQ6D' where id=2; -update noar tt set b0='2KRY3ZIIM5WE0K' where id=2; -update noar ti set b0='2KRY3ZIIM5WE0K' where id=2; -update noar tt set v0='D8FOJTEFDDZKK30CVF5QA' where id=2; -update noar ti set v0='D8FOJTEFDDZKK30CVF5QA' where id=2; -update noar tt set b1='ZK3A2VJ509K0O6RRZCPAXYCP' where id=2; -update noar ti set b1='ZK3A2VJ509K0O6RRZCPAXYCP' where id=2; -update noar tt set v0='P43W25Q' where id=2; -update noar ti set v0='P43W25Q' where id=2; -update noar tt set b2='I8ISXTLW742JLU5IBIHGJJPNDB47G822' where id=2; -update noar ti set b2='I8ISXTLW742JLU5IBIHGJJPNDB47G822' where id=2; -update noar tt set v0='8061F2SI' where id=3; -update noar ti set v0='8061F2SI' where id=3; -update noar tt set b0='8N82V' where id=3; -update noar ti set b0='8N82V' where id=3; -update noar tt set v0='R' where id=3; -update noar ti set v0='R' where id=3; -update noar tt set b1='I2GWXPVWH8G6FLMH63QFXV3FW' where id=3; -update noar ti set b1='I2GWXPVWH8G6FLMH63QFXV3FW' where id=3; -update noar tt set v0='DHP' where id=3; -update noar ti set v0='DHP' where id=3; -update noar tt set b2='RKBU38WQAKMVT7SF3' where id=3; -update noar ti set b2='RKBU38WQAKMVT7SF3' where id=3; -update noar tt set v0='Q6V003VR5OSTD01XG12SJ5B2GNDQ' where id=4; -update noar ti set v0='Q6V003VR5OSTD01XG12SJ5B2GNDQ' where id=4; -update noar tt set b0='82SPMMEBINXV0UH3X3S8G8HE5A1VU7' where id=4; -update noar ti set b0='82SPMMEBINXV0UH3X3S8G8HE5A1VU7' where id=4; -update noar tt set v0='7OU1ISCFBSV3UUKASEPAYUO7OZ' where id=4; -update noar ti set v0='7OU1ISCFBSV3UUKASEPAYUO7OZ' where id=4; -update noar tt set b1='BLHDXIKWF616UAW9QF' where id=4; -update noar ti set b1='BLHDXIKWF616UAW9QF' where id=4; -update noar tt set v0='KJZJ88PZFWNXS0YM7X' where id=4; -update noar ti set v0='KJZJ88PZFWNXS0YM7X' where id=4; -update noar tt set b2='QYPRUTZXNHSU35CZK8HNBG4T22WIFJ' where id=4; -update noar ti set b2='QYPRUTZXNHSU35CZK8HNBG4T22WIFJ' where id=4; -update noar tt set v0='KP' where id=5; -update noar ti set v0='KP' where id=5; -update noar tt set b0='308MJM3KH7BNC32TK61EU0JM7TCDV' where id=5; -update noar ti set b0='308MJM3KH7BNC32TK61EU0JM7TCDV' where id=5; -update noar tt set v0='TH8OHLHYRDTJ' where id=5; -update noar ti set v0='TH8OHLHYRDTJ' where id=5; -update noar tt set b1='M1CI6FPW9Q10N81' where id=5; -update noar ti set b1='M1CI6FPW9Q10N81' where id=5; -update noar tt set v0='JHN4LMRYY3HEJ9HHGSOWZCQKCUN0BJA' where id=5; -update noar ti set v0='JHN4LMRYY3HEJ9HHGSOWZCQKCUN0BJA' where id=5; -update noar tt set b2='UYPQ1W' where id=5; -update noar ti set b2='UYPQ1W' where id=5; -update noar tt set v0='U8SRIU0ZMD83JLGR3X4XD8J4M6JICJ' where id=6; -update noar ti set v0='U8SRIU0ZMD83JLGR3X4XD8J4M6JICJ' where id=6; -update noar tt set b0='2EWPEUWI3QE8R' where id=6; -update noar ti set b0='2EWPEUWI3QE8R' where id=6; -update noar tt set v0='3YECOUP56R171E' where id=6; -update noar ti set v0='3YECOUP56R171E' where id=6; -update noar tt set b1='CR0KSW58SREUV8JCN0RN2' where id=6; -update noar ti set b1='CR0KSW58SREUV8JCN0RN2' where id=6; -update noar tt set v0='BDNP7' where id=6; -update noar ti set v0='BDNP7' where id=6; -update noar tt set b2='IIOW82DK9XM' where id=6; -update noar ti set b2='IIOW82DK9XM' where id=6; -update noar tt set v0='N70R04QVDHH296HDZ06BX' where id=7; -update noar ti set v0='N70R04QVDHH296HDZ06BX' where id=7; -update noar tt set b0='LNTYHYFLWMBXN0G5TVJYQ' where id=7; -update noar ti set b0='LNTYHYFLWMBXN0G5TVJYQ' where id=7; -update noar tt set v0='0N3XXT9G' where id=7; -update noar ti set v0='0N3XXT9G' where id=7; -update noar tt set b1='MYQAF0ONB58LUOECPNR3XSCNJP' where id=7; -update noar ti set b1='MYQAF0ONB58LUOECPNR3XSCNJP' where id=7; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b2='7R' where id=7; -update noar ti set b2='7R' where id=7; -update noar tt set v0='B10NRY3BTS' where id=8; -update noar ti set v0='B10NRY3BTS' where id=8; -update noar tt set b0='0N5Q7WK9HC5JQNAHZZKT0P64TCQ20' where id=8; -update noar ti set b0='0N5Q7WK9HC5JQNAHZZKT0P64TCQ20' where id=8; -update noar tt set v0='EBAJ' where id=8; -update noar ti set v0='EBAJ' where id=8; -update noar tt set b1='NA4MH' where id=8; -update noar ti set b1='NA4MH' where id=8; -update noar tt set v0='LKV7LSLDUOLF' where id=8; -update noar ti set v0='LKV7LSLDUOLF' where id=8; -update noar tt set b2='KZKAETOA2IOQNHBF3YLO7MCB6MA7KCUN' where id=8; -update noar ti set b2='KZKAETOA2IOQNHBF3YLO7MCB6MA7KCUN' where id=8; -update noar tt set v0='PLO9ZRD' where id=9; -update noar ti set v0='PLO9ZRD' where id=9; -update noar tt set b0='FPYO1H2C' where id=9; -update noar ti set b0='FPYO1H2C' where id=9; -update noar tt set v0='14GSNG9Q' where id=9; -update noar ti set v0='14GSNG9Q' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='E3SCJRMQ6G6F6TX6ICW5P' where id=9; -update noar ti set v0='E3SCJRMQ6G6F6TX6ICW5P' where id=9; -update noar tt set b2='68SUYGFTJ5KPL0I9TKYIH7621NDA8P3E' where id=9; -update noar ti set b2='68SUYGFTJ5KPL0I9TKYIH7621NDA8P3E' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CS9Q254KLP' where id=1; -update noar ti set v0='CS9Q254KLP' where id=1; -update noar tt set b0='7WPRXV76R9V1B38LVOBV' where id=1; -update noar ti set b0='7WPRXV76R9V1B38LVOBV' where id=1; -update noar tt set v0='DAIF8SA8J' where id=1; -update noar ti set v0='DAIF8SA8J' where id=1; -update noar tt set b1='DGP5W5CGAM4T8Q7ZDHP9RFMLFM6OHV3' where id=1; -update noar ti set b1='DGP5W5CGAM4T8Q7ZDHP9RFMLFM6OHV3' where id=1; -update noar tt set v0='Y' where id=1; -update noar ti set v0='Y' where id=1; -update noar tt set b2='X1S9MDJXP4WU0CN1TZOM' where id=1; -update noar ti set b2='X1S9MDJXP4WU0CN1TZOM' where id=1; -update noar tt set v0='5HTBOH64WLYI8VTZ2KPY' where id=2; -update noar ti set v0='5HTBOH64WLYI8VTZ2KPY' where id=2; -update noar tt set b0='Q6QHONHJS5ZDDXNDRG2CSMV' where id=2; -update noar ti set b0='Q6QHONHJS5ZDDXNDRG2CSMV' where id=2; -update noar tt set v0='EACY23ORG92C9JSWFMW' where id=2; -update noar ti set v0='EACY23ORG92C9JSWFMW' where id=2; -update noar tt set b1='7' where id=2; -update noar ti set b1='7' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='4O4DSK2AE1GPCXUCOUCHW31JI' where id=2; -update noar ti set b2='4O4DSK2AE1GPCXUCOUCHW31JI' where id=2; -update noar tt set v0='25YZM4NXC7CYXBGF07TN' where id=3; -update noar ti set v0='25YZM4NXC7CYXBGF07TN' where id=3; -update noar tt set b0='L6DF4QQ9475Q' where id=3; -update noar ti set b0='L6DF4QQ9475Q' where id=3; -update noar tt set v0='2WB66PK33NENKA1XTOHN2ZLXQKBZT2ZO' where id=3; -update noar ti set v0='2WB66PK33NENKA1XTOHN2ZLXQKBZT2ZO' where id=3; -update noar tt set b1='YRC4C8L4' where id=3; -update noar ti set b1='YRC4C8L4' where id=3; -update noar tt set v0='98KKGSKSIH6HJEK5DB2ZR8SU' where id=3; -update noar ti set v0='98KKGSKSIH6HJEK5DB2ZR8SU' where id=3; -update noar tt set b2='Q1P17AXJS9JAI7P42125FM37O9GU9PTI' where id=3; -update noar ti set b2='Q1P17AXJS9JAI7P42125FM37O9GU9PTI' where id=3; -update noar tt set v0='9EDQ4' where id=4; -update noar ti set v0='9EDQ4' where id=4; -update noar tt set b0='0IN6FZ50PF' where id=4; -update noar ti set b0='0IN6FZ50PF' where id=4; -update noar tt set v0='5UFO' where id=4; -update noar ti set v0='5UFO' where id=4; -update noar tt set b1='FO0JY9MS2US3J' where id=4; -update noar ti set b1='FO0JY9MS2US3J' where id=4; -update noar tt set v0='RC02ULX' where id=4; -update noar ti set v0='RC02ULX' where id=4; -update noar tt set b2='6E6BRKCK0WC81R' where id=4; -update noar ti set b2='6E6BRKCK0WC81R' where id=4; -update noar tt set v0='D6MOP6W9K3SDUI6' where id=5; -update noar ti set v0='D6MOP6W9K3SDUI6' where id=5; -update noar tt set b0='KZFAOQM' where id=5; -update noar ti set b0='KZFAOQM' where id=5; -update noar tt set v0='6SZRRG3IGEK7NUMS' where id=5; -update noar ti set v0='6SZRRG3IGEK7NUMS' where id=5; -update noar tt set b1='EICPN4INYQEZQWITTMGOMBA8R' where id=5; -update noar ti set b1='EICPN4INYQEZQWITTMGOMBA8R' where id=5; -update noar tt set v0='REG15BWE8ZELOHE5W3KBQY73AYPFJVQ' where id=5; -update noar ti set v0='REG15BWE8ZELOHE5W3KBQY73AYPFJVQ' where id=5; -update noar tt set b2='7PD67UF3V' where id=5; -update noar ti set b2='7PD67UF3V' where id=5; -update noar tt set v0='A' where id=6; -update noar ti set v0='A' where id=6; -update noar tt set b0='58UBNRGEJDS' where id=6; -update noar ti set b0='58UBNRGEJDS' where id=6; -update noar tt set v0='MFMGN6M1H' where id=6; -update noar ti set v0='MFMGN6M1H' where id=6; -update noar tt set b1='XLZ5IZECMEN' where id=6; -update noar ti set b1='XLZ5IZECMEN' where id=6; -update noar tt set v0='XS077DOGPLG9' where id=6; -update noar ti set v0='XS077DOGPLG9' where id=6; -update noar tt set b2='TM1IXJZICPYFEKI3ENPOX' where id=6; -update noar ti set b2='TM1IXJZICPYFEKI3ENPOX' where id=6; -update noar tt set v0='9MSMK' where id=7; -update noar ti set v0='9MSMK' where id=7; -update noar tt set b0='GPTNW5L08I6TLTZAY43DO9S40JDLNNP4' where id=7; -update noar ti set b0='GPTNW5L08I6TLTZAY43DO9S40JDLNNP4' where id=7; -update noar tt set v0='4N' where id=7; -update noar ti set v0='4N' where id=7; -update noar tt set b1='PEUHCVD' where id=7; -update noar ti set b1='PEUHCVD' where id=7; -update noar tt set v0='ZVXNPB2L' where id=7; -update noar ti set v0='ZVXNPB2L' where id=7; -update noar tt set b2='HQ5' where id=7; -update noar ti set b2='HQ5' where id=7; -update noar tt set v0='9JAXSTZW8WQL8QGDQJHN2I7' where id=8; -update noar ti set v0='9JAXSTZW8WQL8QGDQJHN2I7' where id=8; -update noar tt set b0='1TBGG6' where id=8; -update noar ti set b0='1TBGG6' where id=8; -update noar tt set v0='2X4PTHT17ACMOF1V9W1T3DR1N9C' where id=8; -update noar ti set v0='2X4PTHT17ACMOF1V9W1T3DR1N9C' where id=8; -update noar tt set b1='VJJSHVFA0HJW6' where id=8; -update noar ti set b1='VJJSHVFA0HJW6' where id=8; -update noar tt set v0='S43ZCA00D4TA' where id=8; -update noar ti set v0='S43ZCA00D4TA' where id=8; -update noar tt set b2='U87Y1ZI79LS81FDZO5M' where id=8; -update noar ti set b2='U87Y1ZI79LS81FDZO5M' where id=8; -update noar tt set v0='H0WWS2402O29YYP66' where id=9; -update noar ti set v0='H0WWS2402O29YYP66' where id=9; -update noar tt set b0='KC11SOA9J2GDP626DDVR8C52V9' where id=9; -update noar ti set b0='KC11SOA9J2GDP626DDVR8C52V9' where id=9; -update noar tt set v0='E6U3TQ958J5' where id=9; -update noar ti set v0='E6U3TQ958J5' where id=9; -update noar tt set b1='5K09D88' where id=9; -update noar ti set b1='5K09D88' where id=9; -update noar tt set v0='HU79FN8GSBNS' where id=9; -update noar ti set v0='HU79FN8GSBNS' where id=9; -update noar tt set b2='F6RY9' where id=9; -update noar ti set b2='F6RY9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A6ANV7NSH933E5' where id=1; -update noar ti set v0='A6ANV7NSH933E5' where id=1; -update noar tt set b0='BPKSZP2HZQ6SZW8GMBX4L2B8I3HZ' where id=1; -update noar ti set b0='BPKSZP2HZQ6SZW8GMBX4L2B8I3HZ' where id=1; -update noar tt set v0='OQ7W198AGXBD3IO1DWG62NLYA76XCS4Y' where id=1; -update noar ti set v0='OQ7W198AGXBD3IO1DWG62NLYA76XCS4Y' where id=1; -update noar tt set b1='E7ELAFZXZBQV1XK' where id=1; -update noar ti set b1='E7ELAFZXZBQV1XK' where id=1; -update noar tt set v0='VCV6TJH506G5ZLQ0BW' where id=1; -update noar ti set v0='VCV6TJH506G5ZLQ0BW' where id=1; -update noar tt set b2='7YFAIVW57L7FYSN7GGP5WD74LKRK' where id=1; -update noar ti set b2='7YFAIVW57L7FYSN7GGP5WD74LKRK' where id=1; -update noar tt set v0='98D9SDV4O2SNNII4' where id=2; -update noar ti set v0='98D9SDV4O2SNNII4' where id=2; -update noar tt set b0='DH77Y0GI0JR95NQ' where id=2; -update noar ti set b0='DH77Y0GI0JR95NQ' where id=2; -update noar tt set v0='6FDAGC91F5TISAS7ZZH' where id=2; -update noar ti set v0='6FDAGC91F5TISAS7ZZH' where id=2; -update noar tt set b1='99BNM8V0AOIDQXD8I8OP3QWZTZ' where id=2; -update noar ti set b1='99BNM8V0AOIDQXD8I8OP3QWZTZ' where id=2; -update noar tt set v0='TG0FS6HZMLEBNT2' where id=2; -update noar ti set v0='TG0FS6HZMLEBNT2' where id=2; -update noar tt set b2='BDI4RIXP9GBD4ALELRFRFB3FZYO72AP9' where id=2; -update noar ti set b2='BDI4RIXP9GBD4ALELRFRFB3FZYO72AP9' where id=2; -update noar tt set v0='P392DGUO462HTZOALHL5IF' where id=3; -update noar ti set v0='P392DGUO462HTZOALHL5IF' where id=3; -update noar tt set b0='NKKNCTN5LB2EYS8A6XFBCKIL60TBX3D8' where id=3; -update noar ti set b0='NKKNCTN5LB2EYS8A6XFBCKIL60TBX3D8' where id=3; -update noar tt set v0='FE4S1G028HVD3XAKKH8737Z' where id=3; -update noar ti set v0='FE4S1G028HVD3XAKKH8737Z' where id=3; -update noar tt set b1='3F90' where id=3; -update noar ti set b1='3F90' where id=3; -update noar tt set v0='RNYG6I5DORKGNB9WCMJ' where id=3; -update noar ti set v0='RNYG6I5DORKGNB9WCMJ' where id=3; -update noar tt set b2='FMY7CL5EPQVXP6B9BG2XU618ANN3CAW' where id=3; -update noar ti set b2='FMY7CL5EPQVXP6B9BG2XU618ANN3CAW' where id=3; -update noar tt set v0='WVENPQGA8H9FMF36X0J' where id=4; -update noar ti set v0='WVENPQGA8H9FMF36X0J' where id=4; -update noar tt set b0='HQ0OP' where id=4; -update noar ti set b0='HQ0OP' where id=4; -update noar tt set v0='4LU3AEZE81FUX8Z6MY' where id=4; -update noar ti set v0='4LU3AEZE81FUX8Z6MY' where id=4; -update noar tt set b1='VJ05LIWF8OZQO9JGHW65GGQ8KE29' where id=4; -update noar ti set b1='VJ05LIWF8OZQO9JGHW65GGQ8KE29' where id=4; -update noar tt set v0='PP85AV3O2OEVS156RS93TW22AX' where id=4; -update noar ti set v0='PP85AV3O2OEVS156RS93TW22AX' where id=4; -update noar tt set b2='C1TH' where id=4; -update noar ti set b2='C1TH' where id=4; -update noar tt set v0='800VZ2QP4912P0R' where id=5; -update noar ti set v0='800VZ2QP4912P0R' where id=5; -update noar tt set b0='7NUMQPOL9' where id=5; -update noar ti set b0='7NUMQPOL9' where id=5; -update noar tt set v0='VHDCUTUOG3FMHGZQMG9' where id=5; -update noar ti set v0='VHDCUTUOG3FMHGZQMG9' where id=5; -update noar tt set b1='QWTG38457QTQQLIJ2' where id=5; -update noar ti set b1='QWTG38457QTQQLIJ2' where id=5; -update noar tt set v0='095SQL0' where id=5; -update noar ti set v0='095SQL0' where id=5; -update noar tt set b2='Y' where id=5; -update noar ti set b2='Y' where id=5; -update noar tt set v0='K178IINGDC68SDV7LHE8FVP2XN' where id=6; -update noar ti set v0='K178IINGDC68SDV7LHE8FVP2XN' where id=6; -update noar tt set b0='GZR2QLEZQYQZTY0ZU93EH8N' where id=6; -update noar ti set b0='GZR2QLEZQYQZTY0ZU93EH8N' where id=6; -update noar tt set v0='8DJW8E5PTKT0EGKIW5Q3' where id=6; -update noar ti set v0='8DJW8E5PTKT0EGKIW5Q3' where id=6; -update noar tt set b1='4O2VZFLEGDKNKOC7ETD' where id=6; -update noar ti set b1='4O2VZFLEGDKNKOC7ETD' where id=6; -update noar tt set v0='0K' where id=6; -update noar ti set v0='0K' where id=6; -update noar tt set b2='CJUHF' where id=6; -update noar ti set b2='CJUHF' where id=6; -update noar tt set v0='6K0IDWZF28JFV7NU8J56XU9' where id=7; -update noar ti set v0='6K0IDWZF28JFV7NU8J56XU9' where id=7; -update noar tt set b0='NEVP9MAVQYNGQKNTLEJZB' where id=7; -update noar ti set b0='NEVP9MAVQYNGQKNTLEJZB' where id=7; -update noar tt set v0='P193ISM679CWQAN3YZ1CX' where id=7; -update noar ti set v0='P193ISM679CWQAN3YZ1CX' where id=7; -update noar tt set b1='GR2DGQZ0KVH' where id=7; -update noar ti set b1='GR2DGQZ0KVH' where id=7; -update noar tt set v0='FL0X17THORT5D' where id=7; -update noar ti set v0='FL0X17THORT5D' where id=7; -update noar tt set b2='Q7GWF572WM6L9WVDSF' where id=7; -update noar ti set b2='Q7GWF572WM6L9WVDSF' where id=7; -update noar tt set v0='KPC6UMRJB56' where id=8; -update noar ti set v0='KPC6UMRJB56' where id=8; -update noar tt set b0='TVUWIP75WL4V' where id=8; -update noar ti set b0='TVUWIP75WL4V' where id=8; -update noar tt set v0='OP8I1WB' where id=8; -update noar ti set v0='OP8I1WB' where id=8; -update noar tt set b1='CWBA8RK1EQ99U1V9W5F' where id=8; -update noar ti set b1='CWBA8RK1EQ99U1V9W5F' where id=8; -update noar tt set v0='RFQYJVYOH' where id=8; -update noar ti set v0='RFQYJVYOH' where id=8; -update noar tt set b2='W' where id=8; -update noar ti set b2='W' where id=8; -update noar tt set v0='DW0WCVWTKE3XHPRQ4J3OEMCMS5' where id=9; -update noar ti set v0='DW0WCVWTKE3XHPRQ4J3OEMCMS5' where id=9; -update noar tt set b0='0KHBKIEK7W1JSUM' where id=9; -update noar ti set b0='0KHBKIEK7W1JSUM' where id=9; -update noar tt set v0='ITRMQ974LJ2NE28B02' where id=9; -update noar ti set v0='ITRMQ974LJ2NE28B02' where id=9; -update noar tt set b1='HWUWMDV0' where id=9; -update noar ti set b1='HWUWMDV0' where id=9; -update noar tt set v0='TDWHIGSGUGSYNVSZYX9NTII9FJ4WWDB' where id=9; -update noar ti set v0='TDWHIGSGUGSYNVSZYX9NTII9FJ4WWDB' where id=9; -update noar tt set b2='UTOHP5DRDYBN6Q6899ENS9GOJK0F2E' where id=9; -update noar ti set b2='UTOHP5DRDYBN6Q6899ENS9GOJK0F2E' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q40VL7193ODVFE34T0' where id=1; -update noar ti set v0='Q40VL7193ODVFE34T0' where id=1; -update noar tt set b0='V5RV4TSPQX69PELX7KFQ' where id=1; -update noar ti set b0='V5RV4TSPQX69PELX7KFQ' where id=1; -update noar tt set v0='N27OG3J6PDRCD9XHEGOV' where id=1; -update noar ti set v0='N27OG3J6PDRCD9XHEGOV' where id=1; -update noar tt set b1='DPOAV8BV68G65GP17BLB' where id=1; -update noar ti set b1='DPOAV8BV68G65GP17BLB' where id=1; -update noar tt set v0='6VGDZEP5' where id=1; -update noar ti set v0='6VGDZEP5' where id=1; -update noar tt set b2='NOAV4L703NB5SX2PHZCYKHB6T7R' where id=1; -update noar ti set b2='NOAV4L703NB5SX2PHZCYKHB6T7R' where id=1; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b0='JA5M692FAUPH8YD' where id=2; -update noar ti set b0='JA5M692FAUPH8YD' where id=2; -update noar tt set v0='1ZKDTEB5AQIE1KH2U2XKGNY4X' where id=2; -update noar ti set v0='1ZKDTEB5AQIE1KH2U2XKGNY4X' where id=2; -update noar tt set b1='QBHKWUOHKNWAI7MLPGNE' where id=2; -update noar ti set b1='QBHKWUOHKNWAI7MLPGNE' where id=2; -update noar tt set v0='7TUMK6RPH3PUX00RGQCQMXDADENN9' where id=2; -update noar ti set v0='7TUMK6RPH3PUX00RGQCQMXDADENN9' where id=2; -update noar tt set b2='WA6KO98E3ZVIC7J3ITSDIFRMK' where id=2; -update noar ti set b2='WA6KO98E3ZVIC7J3ITSDIFRMK' where id=2; -update noar tt set v0='5OWI6XJWKNJON16O9ZGTQPC7RRPA' where id=3; -update noar ti set v0='5OWI6XJWKNJON16O9ZGTQPC7RRPA' where id=3; -update noar tt set b0='SR' where id=3; -update noar ti set b0='SR' where id=3; -update noar tt set v0='F1K' where id=3; -update noar ti set v0='F1K' where id=3; -update noar tt set b1='AQ2QJ7XCGIRWMVWXX4CDGLDN4EONK916' where id=3; -update noar ti set b1='AQ2QJ7XCGIRWMVWXX4CDGLDN4EONK916' where id=3; -update noar tt set v0='SOQ0K4503O03ESH' where id=3; -update noar ti set v0='SOQ0K4503O03ESH' where id=3; -update noar tt set b2='4BVCVILSWJYAL5930IHFA5' where id=3; -update noar ti set b2='4BVCVILSWJYAL5930IHFA5' where id=3; -update noar tt set v0='N4SDF' where id=4; -update noar ti set v0='N4SDF' where id=4; -update noar tt set b0='MTA9KCYYXOYLI2FTG4' where id=4; -update noar ti set b0='MTA9KCYYXOYLI2FTG4' where id=4; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b1='Q6VI4V0S3KDWU288TWPPNUE3TXSTP' where id=4; -update noar ti set b1='Q6VI4V0S3KDWU288TWPPNUE3TXSTP' where id=4; -update noar tt set v0='QZYJJSL6HI042NII36SYYJ7AMKT' where id=4; -update noar ti set v0='QZYJJSL6HI042NII36SYYJ7AMKT' where id=4; -update noar tt set b2='8AQEABPWUV78W5YT2V102MM4' where id=4; -update noar ti set b2='8AQEABPWUV78W5YT2V102MM4' where id=4; -update noar tt set v0='GRHFPPL3IQ4GVYLDNICBCN' where id=5; -update noar ti set v0='GRHFPPL3IQ4GVYLDNICBCN' where id=5; -update noar tt set b0='H5Z5OGF7XANTER6ZOEVXYIPUGFS2O8B' where id=5; -update noar ti set b0='H5Z5OGF7XANTER6ZOEVXYIPUGFS2O8B' where id=5; -update noar tt set v0='LYQ5HW5740I8N1VXQLZGK0A5QIT6M9KN' where id=5; -update noar ti set v0='LYQ5HW5740I8N1VXQLZGK0A5QIT6M9KN' where id=5; -update noar tt set b1='4D3XK3OKDDJ6TT708JSAYVKMIYVSQBB' where id=5; -update noar ti set b1='4D3XK3OKDDJ6TT708JSAYVKMIYVSQBB' where id=5; -update noar tt set v0='C423N11' where id=5; -update noar ti set v0='C423N11' where id=5; -update noar tt set b2='18SAG6I70M0VNUXILFU3DB' where id=5; -update noar ti set b2='18SAG6I70M0VNUXILFU3DB' where id=5; -update noar tt set v0='BY3UG98SS5RW9C26HFU' where id=6; -update noar ti set v0='BY3UG98SS5RW9C26HFU' where id=6; -update noar tt set b0='SE5' where id=6; -update noar ti set b0='SE5' where id=6; -update noar tt set v0='1ERKY7HPB6K0OTUC8HM' where id=6; -update noar ti set v0='1ERKY7HPB6K0OTUC8HM' where id=6; -update noar tt set b1='4E77VC4CBINAZUZNE5BM27222MO' where id=6; -update noar ti set b1='4E77VC4CBINAZUZNE5BM27222MO' where id=6; -update noar tt set v0='DFT0U5FT' where id=6; -update noar ti set v0='DFT0U5FT' where id=6; -update noar tt set b2='QC7JGSHVI7V0C5WSNGK53WHUMOVGKT3' where id=6; -update noar ti set b2='QC7JGSHVI7V0C5WSNGK53WHUMOVGKT3' where id=6; -update noar tt set v0='2Y' where id=7; -update noar ti set v0='2Y' where id=7; -update noar tt set b0='EM32N4XLC5D2MQ02' where id=7; -update noar ti set b0='EM32N4XLC5D2MQ02' where id=7; -update noar tt set v0='QKT599MG06SJB1B5PD' where id=7; -update noar ti set v0='QKT599MG06SJB1B5PD' where id=7; -update noar tt set b1='WQ37RIMMI2HUS3EJC7L5V6ZN' where id=7; -update noar ti set b1='WQ37RIMMI2HUS3EJC7L5V6ZN' where id=7; -update noar tt set v0='2CAMWPI8S0RBBE8ZJDGQT6VS0W8A1C' where id=7; -update noar ti set v0='2CAMWPI8S0RBBE8ZJDGQT6VS0W8A1C' where id=7; -update noar tt set b2='AWAH' where id=7; -update noar ti set b2='AWAH' where id=7; -update noar tt set v0='BV6XAGWTXN5ITRI40AZ371G4KE' where id=8; -update noar ti set v0='BV6XAGWTXN5ITRI40AZ371G4KE' where id=8; -update noar tt set b0='I5ZXYVERHZ' where id=8; -update noar ti set b0='I5ZXYVERHZ' where id=8; -update noar tt set v0='S2VEAZ855XWA' where id=8; -update noar ti set v0='S2VEAZ855XWA' where id=8; -update noar tt set b1='8X7EWHZ0' where id=8; -update noar ti set b1='8X7EWHZ0' where id=8; -update noar tt set v0='4JPJ2CSDDEKUUEB1USG7YFIW7' where id=8; -update noar ti set v0='4JPJ2CSDDEKUUEB1USG7YFIW7' where id=8; -update noar tt set b2='DII' where id=8; -update noar ti set b2='DII' where id=8; -update noar tt set v0='5A75G60KPYCWOOIPVYX53PYYBI' where id=9; -update noar ti set v0='5A75G60KPYCWOOIPVYX53PYYBI' where id=9; -update noar tt set b0='Z3U12JGTDJOGDUVR0T4WO7BL8K8TTOP' where id=9; -update noar ti set b0='Z3U12JGTDJOGDUVR0T4WO7BL8K8TTOP' where id=9; -update noar tt set v0='EBF0CHA3W1A8Z2QTSQZUPZM5WV' where id=9; -update noar ti set v0='EBF0CHA3W1A8Z2QTSQZUPZM5WV' where id=9; -update noar tt set b1='NPF3SKH' where id=9; -update noar ti set b1='NPF3SKH' where id=9; -update noar tt set v0='DJ51X5O799KN1EDNT4' where id=9; -update noar ti set v0='DJ51X5O799KN1EDNT4' where id=9; -update noar tt set b2='H83LWYFZOFYE93FTIE' where id=9; -update noar ti set b2='H83LWYFZOFYE93FTIE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L216J66DXUFDB6' where id=1; -update noar ti set v0='L216J66DXUFDB6' where id=1; -update noar tt set b0='3JNUGSHGGWC31BA5K1EU9I77T4L' where id=1; -update noar ti set b0='3JNUGSHGGWC31BA5K1EU9I77T4L' where id=1; -update noar tt set v0='PPQ9FYR21W6FFX3KU1X4JPPU' where id=1; -update noar ti set v0='PPQ9FYR21W6FFX3KU1X4JPPU' where id=1; -update noar tt set b1='RE4L8HV2585YPI892R' where id=1; -update noar ti set b1='RE4L8HV2585YPI892R' where id=1; -update noar tt set v0='3Z2DRB5P6HHXLRVONQVQ31KU35UMP' where id=1; -update noar ti set v0='3Z2DRB5P6HHXLRVONQVQ31KU35UMP' where id=1; -update noar tt set b2='OXHDY9R2L7IQ5KR5RWF33CGAR29Y' where id=1; -update noar ti set b2='OXHDY9R2L7IQ5KR5RWF33CGAR29Y' where id=1; -update noar tt set v0='RM9ZO9IFY4E' where id=2; -update noar ti set v0='RM9ZO9IFY4E' where id=2; -update noar tt set b0='JTPNEJ' where id=2; -update noar ti set b0='JTPNEJ' where id=2; -update noar tt set v0='I2N3XAFX5W8CVQ' where id=2; -update noar ti set v0='I2N3XAFX5W8CVQ' where id=2; -update noar tt set b1='Z2EBTZN3I9VYPWJO03' where id=2; -update noar ti set b1='Z2EBTZN3I9VYPWJO03' where id=2; -update noar tt set v0='5T7RB44ZHU4I89UF' where id=2; -update noar ti set v0='5T7RB44ZHU4I89UF' where id=2; -update noar tt set b2='D82GI1XWTUV4VI' where id=2; -update noar ti set b2='D82GI1XWTUV4VI' where id=2; -update noar tt set v0='WV27QB711I60AJO' where id=3; -update noar ti set v0='WV27QB711I60AJO' where id=3; -update noar tt set b0='7CZY1W6K' where id=3; -update noar ti set b0='7CZY1W6K' where id=3; -update noar tt set v0='82AMGMC' where id=3; -update noar ti set v0='82AMGMC' where id=3; -update noar tt set b1='JUT92YANW4G4QUPJ6' where id=3; -update noar ti set b1='JUT92YANW4G4QUPJ6' where id=3; -update noar tt set v0='55UNJDOWWEIL7VV' where id=3; -update noar ti set v0='55UNJDOWWEIL7VV' where id=3; -update noar tt set b2='0UW9' where id=3; -update noar ti set b2='0UW9' where id=3; -update noar tt set v0='BB75FMHPUEPO' where id=4; -update noar ti set v0='BB75FMHPUEPO' where id=4; -update noar tt set b0='K3BQ360V2A526TWDYD' where id=4; -update noar ti set b0='K3BQ360V2A526TWDYD' where id=4; -update noar tt set v0='6J8N' where id=4; -update noar ti set v0='6J8N' where id=4; -update noar tt set b1='AMU5' where id=4; -update noar ti set b1='AMU5' where id=4; -update noar tt set v0='B27R' where id=4; -update noar ti set v0='B27R' where id=4; -update noar tt set b2='O' where id=4; -update noar ti set b2='O' where id=4; -update noar tt set v0='31' where id=5; -update noar ti set v0='31' where id=5; -update noar tt set b0='KDDL7JOZVMSPAUA7BOR' where id=5; -update noar ti set b0='KDDL7JOZVMSPAUA7BOR' where id=5; -update noar tt set v0='HV' where id=5; -update noar ti set v0='HV' where id=5; -update noar tt set b1='TSG40YRD03OJ63PPU4OF6ZGW87RB' where id=5; -update noar ti set b1='TSG40YRD03OJ63PPU4OF6ZGW87RB' where id=5; -update noar tt set v0='UV' where id=5; -update noar ti set v0='UV' where id=5; -update noar tt set b2='49O' where id=5; -update noar ti set b2='49O' where id=5; -update noar tt set v0='G0UGH40M3BR89' where id=6; -update noar ti set v0='G0UGH40M3BR89' where id=6; -update noar tt set b0='8XRKCLUP' where id=6; -update noar ti set b0='8XRKCLUP' where id=6; -update noar tt set v0='4G08NKNGG56U8C0SNGBK' where id=6; -update noar ti set v0='4G08NKNGG56U8C0SNGBK' where id=6; -update noar tt set b1='U5Q1FGOWIUFTTB1' where id=6; -update noar ti set b1='U5Q1FGOWIUFTTB1' where id=6; -update noar tt set v0='5DXSCQPO2C0DTMTC' where id=6; -update noar ti set v0='5DXSCQPO2C0DTMTC' where id=6; -update noar tt set b2='UW2I29J5X6Y9T2KGY' where id=6; -update noar ti set b2='UW2I29J5X6Y9T2KGY' where id=6; -update noar tt set v0='B5MQYIXBK' where id=7; -update noar ti set v0='B5MQYIXBK' where id=7; -update noar tt set b0='PDD50CBPYGLVREJYRQZKYBOLV2HLX5' where id=7; -update noar ti set b0='PDD50CBPYGLVREJYRQZKYBOLV2HLX5' where id=7; -update noar tt set v0='FZMC' where id=7; -update noar ti set v0='FZMC' where id=7; -update noar tt set b1='H' where id=7; -update noar ti set b1='H' where id=7; -update noar tt set v0='1105F5OL' where id=7; -update noar ti set v0='1105F5OL' where id=7; -update noar tt set b2='8WTAS92G8A1JIOBV8LC9HL' where id=7; -update noar ti set b2='8WTAS92G8A1JIOBV8LC9HL' where id=7; -update noar tt set v0='IKTS1RCAWVE6WAN6AG548' where id=8; -update noar ti set v0='IKTS1RCAWVE6WAN6AG548' where id=8; -update noar tt set b0='F7V79OAO' where id=8; -update noar ti set b0='F7V79OAO' where id=8; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b1='7AL' where id=8; -update noar ti set b1='7AL' where id=8; -update noar tt set v0='5N' where id=8; -update noar ti set v0='5N' where id=8; -update noar tt set b2='SYMCSRP0MIP' where id=8; -update noar ti set b2='SYMCSRP0MIP' where id=8; -update noar tt set v0='0HOU7X8TI958RM4PEDD9FULXK' where id=9; -update noar ti set v0='0HOU7X8TI958RM4PEDD9FULXK' where id=9; -update noar tt set b0='Q2R324PIM' where id=9; -update noar ti set b0='Q2R324PIM' where id=9; -update noar tt set v0='6VZASL7MA5ZCHVAWDV18' where id=9; -update noar ti set v0='6VZASL7MA5ZCHVAWDV18' where id=9; -update noar tt set b1='1FNS0848JEGELV3YS9IC8E3BR' where id=9; -update noar ti set b1='1FNS0848JEGELV3YS9IC8E3BR' where id=9; -update noar tt set v0='BMJWRDRBCBQF9KT6PCERSX' where id=9; -update noar ti set v0='BMJWRDRBCBQF9KT6PCERSX' where id=9; -update noar tt set b2='KFUEK5STYM94I' where id=9; -update noar ti set b2='KFUEK5STYM94I' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ZJAGF2H06JVV4Y2ZJNQD0GF' where id=1; -update noar ti set v0='2ZJAGF2H06JVV4Y2ZJNQD0GF' where id=1; -update noar tt set b0='7' where id=1; -update noar ti set b0='7' where id=1; -update noar tt set v0='C1MVXJGRTB43I150HUW6D7UFXKB' where id=1; -update noar ti set v0='C1MVXJGRTB43I150HUW6D7UFXKB' where id=1; -update noar tt set b1='E6' where id=1; -update noar ti set b1='E6' where id=1; -update noar tt set v0='XT4IDAUGS53L338TX89' where id=1; -update noar ti set v0='XT4IDAUGS53L338TX89' where id=1; -update noar tt set b2='IUDCY3UHT7Y9W' where id=1; -update noar ti set b2='IUDCY3UHT7Y9W' where id=1; -update noar tt set v0='L88M2' where id=2; -update noar ti set v0='L88M2' where id=2; -update noar tt set b0='BCAWJ80C3Q9BLJUVZTMFD99OZW4C4' where id=2; -update noar ti set b0='BCAWJ80C3Q9BLJUVZTMFD99OZW4C4' where id=2; -update noar tt set v0='MPS' where id=2; -update noar ti set v0='MPS' where id=2; -update noar tt set b1='7N60NEE3MAHIMHIUMWN5WG' where id=2; -update noar ti set b1='7N60NEE3MAHIMHIUMWN5WG' where id=2; -update noar tt set v0='GIZ9GB' where id=2; -update noar ti set v0='GIZ9GB' where id=2; -update noar tt set b2='RVZ' where id=2; -update noar ti set b2='RVZ' where id=2; -update noar tt set v0='L60O11U' where id=3; -update noar ti set v0='L60O11U' where id=3; -update noar tt set b0='KZP4M65M628QHB0RYW' where id=3; -update noar ti set b0='KZP4M65M628QHB0RYW' where id=3; -update noar tt set v0='CUXBJ92HROQOV971UZWU5SVGCG' where id=3; -update noar ti set v0='CUXBJ92HROQOV971UZWU5SVGCG' where id=3; -update noar tt set b1='10VMTK4HEZJAFAEIDBP6U39ZC' where id=3; -update noar ti set b1='10VMTK4HEZJAFAEIDBP6U39ZC' where id=3; -update noar tt set v0='9CNV5JGB3AI85KXEFMFBNURYTS' where id=3; -update noar ti set v0='9CNV5JGB3AI85KXEFMFBNURYTS' where id=3; -update noar tt set b2='684VPUULD43UWPO' where id=3; -update noar ti set b2='684VPUULD43UWPO' where id=3; -update noar tt set v0='UDN8MYPX7XB5XPNDN2PSQV26OJEAEYM' where id=4; -update noar ti set v0='UDN8MYPX7XB5XPNDN2PSQV26OJEAEYM' where id=4; -update noar tt set b0='9WOPXKBQ' where id=4; -update noar ti set b0='9WOPXKBQ' where id=4; -update noar tt set v0='JEN39H2SEXEXNXUG42NMABL1A' where id=4; -update noar ti set v0='JEN39H2SEXEXNXUG42NMABL1A' where id=4; -update noar tt set b1='2UZ1W' where id=4; -update noar ti set b1='2UZ1W' where id=4; -update noar tt set v0='G9ZPRRG5E1TY7F' where id=4; -update noar ti set v0='G9ZPRRG5E1TY7F' where id=4; -update noar tt set b2='FDAH3UGHO' where id=4; -update noar ti set b2='FDAH3UGHO' where id=4; -update noar tt set v0='WOB4FBKF78WUVG9NTW8XFSDWH' where id=5; -update noar ti set v0='WOB4FBKF78WUVG9NTW8XFSDWH' where id=5; -update noar tt set b0='W' where id=5; -update noar ti set b0='W' where id=5; -update noar tt set v0='P6GWJUW3XAL7UZBXVOIS3993' where id=5; -update noar ti set v0='P6GWJUW3XAL7UZBXVOIS3993' where id=5; -update noar tt set b1='KR2NGIJF1MTZ8' where id=5; -update noar ti set b1='KR2NGIJF1MTZ8' where id=5; -update noar tt set v0='WIRUG' where id=5; -update noar ti set v0='WIRUG' where id=5; -update noar tt set b2='HS8W2DE589RPAE250WW' where id=5; -update noar ti set b2='HS8W2DE589RPAE250WW' where id=5; -update noar tt set v0='E39EDBEO9S' where id=6; -update noar ti set v0='E39EDBEO9S' where id=6; -update noar tt set b0='22Z5GXHKLC53NZND1NKM9H0L78K8' where id=6; -update noar ti set b0='22Z5GXHKLC53NZND1NKM9H0L78K8' where id=6; -update noar tt set v0='0IUUGFJO1OVUWJL990DW3HDBX09' where id=6; -update noar ti set v0='0IUUGFJO1OVUWJL990DW3HDBX09' where id=6; -update noar tt set b1='3B2087MV2AY99M7XB1C' where id=6; -update noar ti set b1='3B2087MV2AY99M7XB1C' where id=6; -update noar tt set v0='AB0UC53R' where id=6; -update noar ti set v0='AB0UC53R' where id=6; -update noar tt set b2='QRWUE5CM4F2U' where id=6; -update noar ti set b2='QRWUE5CM4F2U' where id=6; -update noar tt set v0='7YBB0BVQ24OZMZUO7QUD6Z8F3A0KG' where id=7; -update noar ti set v0='7YBB0BVQ24OZMZUO7QUD6Z8F3A0KG' where id=7; -update noar tt set b0='87Y2MYJSYXJ4IF8UGOFFZKMS' where id=7; -update noar ti set b0='87Y2MYJSYXJ4IF8UGOFFZKMS' where id=7; -update noar tt set v0='73LSTH0BXZW36OA6LVJMPKUIWE' where id=7; -update noar ti set v0='73LSTH0BXZW36OA6LVJMPKUIWE' where id=7; -update noar tt set b1='65TPUR989EH09W3O' where id=7; -update noar ti set b1='65TPUR989EH09W3O' where id=7; -update noar tt set v0='G7I6LERBGXSS6BJLP921Q' where id=7; -update noar ti set v0='G7I6LERBGXSS6BJLP921Q' where id=7; -update noar tt set b2='J18GXSZP2GVXBP4ZKLHCYETYWUKN8F6' where id=7; -update noar ti set b2='J18GXSZP2GVXBP4ZKLHCYETYWUKN8F6' where id=7; -update noar tt set v0='9X43MHCEDI8DRYO8H15EZ0GZ6QC2Z2' where id=8; -update noar ti set v0='9X43MHCEDI8DRYO8H15EZ0GZ6QC2Z2' where id=8; -update noar tt set b0='AO' where id=8; -update noar ti set b0='AO' where id=8; -update noar tt set v0='ZJQ5M56YT65VCYZ2JE9YQ4H' where id=8; -update noar ti set v0='ZJQ5M56YT65VCYZ2JE9YQ4H' where id=8; -update noar tt set b1='6RNRART7CFE50XV0RW93NXQ5VBN4V2VO' where id=8; -update noar ti set b1='6RNRART7CFE50XV0RW93NXQ5VBN4V2VO' where id=8; -update noar tt set v0='FTG4DVK1A54X3XZYPEAHV0' where id=8; -update noar ti set v0='FTG4DVK1A54X3XZYPEAHV0' where id=8; -update noar tt set b2='RAWRYFCQQ6HHOXHGP9GKMT2Q' where id=8; -update noar ti set b2='RAWRYFCQQ6HHOXHGP9GKMT2Q' where id=8; -update noar tt set v0='FP7' where id=9; -update noar ti set v0='FP7' where id=9; -update noar tt set b0='ZZB6DKBO' where id=9; -update noar ti set b0='ZZB6DKBO' where id=9; -update noar tt set v0='XWKRYVS' where id=9; -update noar ti set v0='XWKRYVS' where id=9; -update noar tt set b1='IG5805TARFTSG7RNXW0DT5' where id=9; -update noar ti set b1='IG5805TARFTSG7RNXW0DT5' where id=9; -update noar tt set v0='30I4C1L2MDYQOTKLJMG2T3JW' where id=9; -update noar ti set v0='30I4C1L2MDYQOTKLJMG2T3JW' where id=9; -update noar tt set b2='6ZZ3WQVOMUNKSW3QKQ6HV4ELR' where id=9; -update noar ti set b2='6ZZ3WQVOMUNKSW3QKQ6HV4ELR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NWHSJHAYMED9LHNQZM5P' where id=1; -update noar ti set v0='NWHSJHAYMED9LHNQZM5P' where id=1; -update noar tt set b0='KN2SZIYVYZYJBWGSMD' where id=1; -update noar ti set b0='KN2SZIYVYZYJBWGSMD' where id=1; -update noar tt set v0='X05D' where id=1; -update noar ti set v0='X05D' where id=1; -update noar tt set b1='T4H9PY559DJA88U2CYKJIJL0S4H27YTE' where id=1; -update noar ti set b1='T4H9PY559DJA88U2CYKJIJL0S4H27YTE' where id=1; -update noar tt set v0='KQK7ZE4SN5OH1A9K31YNBOM60EE3' where id=1; -update noar ti set v0='KQK7ZE4SN5OH1A9K31YNBOM60EE3' where id=1; -update noar tt set b2='C791GBP' where id=1; -update noar ti set b2='C791GBP' where id=1; -update noar tt set v0='3' where id=2; -update noar ti set v0='3' where id=2; -update noar tt set b0='09EU3XY68D172BL7MYJ0NO9' where id=2; -update noar ti set b0='09EU3XY68D172BL7MYJ0NO9' where id=2; -update noar tt set v0='N87PW08T2CZAMKKNKX0K5UKI4VQQ' where id=2; -update noar ti set v0='N87PW08T2CZAMKKNKX0K5UKI4VQQ' where id=2; -update noar tt set b1='LUDSRYIBTIKXVKNTP' where id=2; -update noar ti set b1='LUDSRYIBTIKXVKNTP' where id=2; -update noar tt set v0='A2CGYVFWZJKJP601A5G3S' where id=2; -update noar ti set v0='A2CGYVFWZJKJP601A5G3S' where id=2; -update noar tt set b2='3' where id=2; -update noar ti set b2='3' where id=2; -update noar tt set v0='SK7DCQTR6AOV' where id=3; -update noar ti set v0='SK7DCQTR6AOV' where id=3; -update noar tt set b0='TX044FKN6TVMY7Q8Q9C24' where id=3; -update noar ti set b0='TX044FKN6TVMY7Q8Q9C24' where id=3; -update noar tt set v0='3K7Q27B2CX8UC7SXW' where id=3; -update noar ti set v0='3K7Q27B2CX8UC7SXW' where id=3; -update noar tt set b1='LEXADGPDYKORJA' where id=3; -update noar ti set b1='LEXADGPDYKORJA' where id=3; -update noar tt set v0='L9SQ7WJW7MH4LS6CVM6LF8H7UVDQA4KN' where id=3; -update noar ti set v0='L9SQ7WJW7MH4LS6CVM6LF8H7UVDQA4KN' where id=3; -update noar tt set b2='F613SNE0I' where id=3; -update noar ti set b2='F613SNE0I' where id=3; -update noar tt set v0='4PYXQ382NKFQ0IK4P302NZ0' where id=4; -update noar ti set v0='4PYXQ382NKFQ0IK4P302NZ0' where id=4; -update noar tt set b0='B66OJJ44SST1SYVD38P' where id=4; -update noar ti set b0='B66OJJ44SST1SYVD38P' where id=4; -update noar tt set v0='6OXVVQAPA6' where id=4; -update noar ti set v0='6OXVVQAPA6' where id=4; -update noar tt set b1='L4T43M8L3' where id=4; -update noar ti set b1='L4T43M8L3' where id=4; -update noar tt set v0='UBZIT7HDIA783R8O2' where id=4; -update noar ti set v0='UBZIT7HDIA783R8O2' where id=4; -update noar tt set b2='NEQN3Z5MWI4ZPX8NL' where id=4; -update noar ti set b2='NEQN3Z5MWI4ZPX8NL' where id=4; -update noar tt set v0='HZ2SH0JQ11CMBGBGRPLJH01ZQNKGO2PT' where id=5; -update noar ti set v0='HZ2SH0JQ11CMBGBGRPLJH01ZQNKGO2PT' where id=5; -update noar tt set b0='548PXEBUH5Y25MHBGI' where id=5; -update noar ti set b0='548PXEBUH5Y25MHBGI' where id=5; -update noar tt set v0='RO' where id=5; -update noar ti set v0='RO' where id=5; -update noar tt set b1='2YNKHL05H' where id=5; -update noar ti set b1='2YNKHL05H' where id=5; -update noar tt set v0='BR' where id=5; -update noar ti set v0='BR' where id=5; -update noar tt set b2='VOX0H24KGGL9MZ' where id=5; -update noar ti set b2='VOX0H24KGGL9MZ' where id=5; -update noar tt set v0='F0NLNKPVIYFEZE5M0KALUA8TR8BIOR99' where id=6; -update noar ti set v0='F0NLNKPVIYFEZE5M0KALUA8TR8BIOR99' where id=6; -update noar tt set b0='W8I0B94RUSAH2' where id=6; -update noar ti set b0='W8I0B94RUSAH2' where id=6; -update noar tt set v0='6CFG33' where id=6; -update noar ti set v0='6CFG33' where id=6; -update noar tt set b1='2ZZY6U' where id=6; -update noar ti set b1='2ZZY6U' where id=6; -update noar tt set v0='HK08953CN6BQ4JXBK6661PCX' where id=6; -update noar ti set v0='HK08953CN6BQ4JXBK6661PCX' where id=6; -update noar tt set b2='6A3FMJIP78G6HIT7S' where id=6; -update noar ti set b2='6A3FMJIP78G6HIT7S' where id=6; -update noar tt set v0='9DU2GIVO84MYR7ZMZM9ZECGI0004C' where id=7; -update noar ti set v0='9DU2GIVO84MYR7ZMZM9ZECGI0004C' where id=7; -update noar tt set b0='HN3X0NCPFNCK' where id=7; -update noar ti set b0='HN3X0NCPFNCK' where id=7; -update noar tt set v0='P3HQFY31' where id=7; -update noar ti set v0='P3HQFY31' where id=7; -update noar tt set b1='YG4ZQAVR' where id=7; -update noar ti set b1='YG4ZQAVR' where id=7; -update noar tt set v0='C3QIWL4M8B' where id=7; -update noar ti set v0='C3QIWL4M8B' where id=7; -update noar tt set b2='AC11DOLF2RBNEH7B8' where id=7; -update noar ti set b2='AC11DOLF2RBNEH7B8' where id=7; -update noar tt set v0='9OTLAZ1E4' where id=8; -update noar ti set v0='9OTLAZ1E4' where id=8; -update noar tt set b0='SEEP3OE5L7H51BSWX1CAY6D86IMNZH6' where id=8; -update noar ti set b0='SEEP3OE5L7H51BSWX1CAY6D86IMNZH6' where id=8; -update noar tt set v0='FOWT349K24V8D2XVSBJK' where id=8; -update noar ti set v0='FOWT349K24V8D2XVSBJK' where id=8; -update noar tt set b1='KDCLCSSC3Q9OIY' where id=8; -update noar ti set b1='KDCLCSSC3Q9OIY' where id=8; -update noar tt set v0='RWIXT4BUO7XWPRNS7' where id=8; -update noar ti set v0='RWIXT4BUO7XWPRNS7' where id=8; -update noar tt set b2='CDTY7JAHNH16X39V7KKWSYHO3T3' where id=8; -update noar ti set b2='CDTY7JAHNH16X39V7KKWSYHO3T3' where id=8; -update noar tt set v0='J5PW316XFOGK89MAWP4EIN' where id=9; -update noar ti set v0='J5PW316XFOGK89MAWP4EIN' where id=9; -update noar tt set b0='6TEX1PX15LWBXX63' where id=9; -update noar ti set b0='6TEX1PX15LWBXX63' where id=9; -update noar tt set v0='GCD8ELC2BQ10MDG73RC0J' where id=9; -update noar ti set v0='GCD8ELC2BQ10MDG73RC0J' where id=9; -update noar tt set b1='Y4' where id=9; -update noar ti set b1='Y4' where id=9; -update noar tt set v0='ZQBUVKJ9M5Y4B57SO274HY6GTYTSD85' where id=9; -update noar ti set v0='ZQBUVKJ9M5Y4B57SO274HY6GTYTSD85' where id=9; -update noar tt set b2='G8XH9' where id=9; -update noar ti set b2='G8XH9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N5' where id=1; -update noar ti set v0='N5' where id=1; -update noar tt set b0='UACQC7JU4' where id=1; -update noar ti set b0='UACQC7JU4' where id=1; -update noar tt set v0='VTWW08W3FSXPGF67' where id=1; -update noar ti set v0='VTWW08W3FSXPGF67' where id=1; -update noar tt set b1='4Y5M334SHKRNP8UCFNXZA5WXV2BP0TXO' where id=1; -update noar ti set b1='4Y5M334SHKRNP8UCFNXZA5WXV2BP0TXO' where id=1; -update noar tt set v0='VAQI85KWNE' where id=1; -update noar ti set v0='VAQI85KWNE' where id=1; -update noar tt set b2='5W9KAEJF7HUDI' where id=1; -update noar ti set b2='5W9KAEJF7HUDI' where id=1; -update noar tt set v0='QMONG2VN16NTEGIK47THTB1UPB6O2DV' where id=2; -update noar ti set v0='QMONG2VN16NTEGIK47THTB1UPB6O2DV' where id=2; -update noar tt set b0='818O3SR' where id=2; -update noar ti set b0='818O3SR' where id=2; -update noar tt set v0='HSWIABRQ5ZANTAAMSF46K95' where id=2; -update noar ti set v0='HSWIABRQ5ZANTAAMSF46K95' where id=2; -update noar tt set b1='51ORZ5Q1N88HQG6QDUVEPQUHU6' where id=2; -update noar ti set b1='51ORZ5Q1N88HQG6QDUVEPQUHU6' where id=2; -update noar tt set v0='KSCB2C' where id=2; -update noar ti set v0='KSCB2C' where id=2; -update noar tt set b2='W6JXJ' where id=2; -update noar ti set b2='W6JXJ' where id=2; -update noar tt set v0='2A00RJM681W' where id=3; -update noar ti set v0='2A00RJM681W' where id=3; -update noar tt set b0='F1FTH2B' where id=3; -update noar ti set b0='F1FTH2B' where id=3; -update noar tt set v0='V92V83KO0EKHDIWMGBBT0GVHUHSUYIT' where id=3; -update noar ti set v0='V92V83KO0EKHDIWMGBBT0GVHUHSUYIT' where id=3; -update noar tt set b1='D07MLGVC9KFM0RDYHA47IOCVYT2HC' where id=3; -update noar ti set b1='D07MLGVC9KFM0RDYHA47IOCVYT2HC' where id=3; -update noar tt set v0='88MY32OLBEWMMJ' where id=3; -update noar ti set v0='88MY32OLBEWMMJ' where id=3; -update noar tt set b2='T6W69XOCEUGTT96R7E027DIG9F99ZEZO' where id=3; -update noar ti set b2='T6W69XOCEUGTT96R7E027DIG9F99ZEZO' where id=3; -update noar tt set v0='PP5K' where id=4; -update noar ti set v0='PP5K' where id=4; -update noar tt set b0='JSIPCVIE9QHW0GFAGKOU7P0EOTI4' where id=4; -update noar ti set b0='JSIPCVIE9QHW0GFAGKOU7P0EOTI4' where id=4; -update noar tt set v0='HEJOOGM7Q59' where id=4; -update noar ti set v0='HEJOOGM7Q59' where id=4; -update noar tt set b1='SZYPUTDYAG0' where id=4; -update noar ti set b1='SZYPUTDYAG0' where id=4; -update noar tt set v0='OMHECUO0EOE85KKCXMRM48OV7YNWIZRC' where id=4; -update noar ti set v0='OMHECUO0EOE85KKCXMRM48OV7YNWIZRC' where id=4; -update noar tt set b2='W' where id=4; -update noar ti set b2='W' where id=4; -update noar tt set v0='IN09HARX2UCX' where id=5; -update noar ti set v0='IN09HARX2UCX' where id=5; -update noar tt set b0='UK3NY' where id=5; -update noar ti set b0='UK3NY' where id=5; -update noar tt set v0='5L76ER4RDH4LMWHUX9UG7F9FQEIL8VH7' where id=5; -update noar ti set v0='5L76ER4RDH4LMWHUX9UG7F9FQEIL8VH7' where id=5; -update noar tt set b1='VSCKGHWELK9B' where id=5; -update noar ti set b1='VSCKGHWELK9B' where id=5; -update noar tt set v0='O7G6KMB0HTH3ZIRPJN174TOHFTBU7C' where id=5; -update noar ti set v0='O7G6KMB0HTH3ZIRPJN174TOHFTBU7C' where id=5; -update noar tt set b2='8WK9K7QHO0V27OVD0JXBF9U8QFTF' where id=5; -update noar ti set b2='8WK9K7QHO0V27OVD0JXBF9U8QFTF' where id=5; -update noar tt set v0='E3JXX1DOQDJPP' where id=6; -update noar ti set v0='E3JXX1DOQDJPP' where id=6; -update noar tt set b0='TWK' where id=6; -update noar ti set b0='TWK' where id=6; -update noar tt set v0='BQDVLKNRA561W3EIXM' where id=6; -update noar ti set v0='BQDVLKNRA561W3EIXM' where id=6; -update noar tt set b1='5SNUNB0O20LA4WF' where id=6; -update noar ti set b1='5SNUNB0O20LA4WF' where id=6; -update noar tt set v0='37M8XS1TDWOB' where id=6; -update noar ti set v0='37M8XS1TDWOB' where id=6; -update noar tt set b2='LOI6J8' where id=6; -update noar ti set b2='LOI6J8' where id=6; -update noar tt set v0='1J0Y7IJI65BN57OYBP7YBV2CRZN7P' where id=7; -update noar ti set v0='1J0Y7IJI65BN57OYBP7YBV2CRZN7P' where id=7; -update noar tt set b0='0J' where id=7; -update noar ti set b0='0J' where id=7; -update noar tt set v0='15CWG' where id=7; -update noar ti set v0='15CWG' where id=7; -update noar tt set b1='RZFMNIP5WFQ8YGGWFXEWERKDLJ378Q' where id=7; -update noar ti set b1='RZFMNIP5WFQ8YGGWFXEWERKDLJ378Q' where id=7; -update noar tt set v0='BXI2E2KVHU' where id=7; -update noar ti set v0='BXI2E2KVHU' where id=7; -update noar tt set b2='O4DUFHMCA01GEEXQME8ZCW16W421Z4' where id=7; -update noar ti set b2='O4DUFHMCA01GEEXQME8ZCW16W421Z4' where id=7; -update noar tt set v0='BWAI9MJSI7WAJ2YW5QO9397' where id=8; -update noar ti set v0='BWAI9MJSI7WAJ2YW5QO9397' where id=8; -update noar tt set b0='C46PVNIB879PVL5R5F' where id=8; -update noar ti set b0='C46PVNIB879PVL5R5F' where id=8; -update noar tt set v0='QAMIV53TCM3KAVSE' where id=8; -update noar ti set v0='QAMIV53TCM3KAVSE' where id=8; -update noar tt set b1='I1VDETXQGK2XHPG' where id=8; -update noar ti set b1='I1VDETXQGK2XHPG' where id=8; -update noar tt set v0='4CI8WKXD5BK5GI5IH5' where id=8; -update noar ti set v0='4CI8WKXD5BK5GI5IH5' where id=8; -update noar tt set b2='5' where id=8; -update noar ti set b2='5' where id=8; -update noar tt set v0='Z3IUV7VVDH' where id=9; -update noar ti set v0='Z3IUV7VVDH' where id=9; -update noar tt set b0='OI1HI6WQTHBRBA6927K4Y1NBLZ2VP' where id=9; -update noar ti set b0='OI1HI6WQTHBRBA6927K4Y1NBLZ2VP' where id=9; -update noar tt set v0='VXBAMU5ZW2O76ZC1UKPSG5VYEYV3P' where id=9; -update noar ti set v0='VXBAMU5ZW2O76ZC1UKPSG5VYEYV3P' where id=9; -update noar tt set b1='9JCMIUTJ3HAUNB71QJ4J0DY55CEU8H' where id=9; -update noar ti set b1='9JCMIUTJ3HAUNB71QJ4J0DY55CEU8H' where id=9; -update noar tt set v0='RGRU01F9JDGFSN8WKTC4' where id=9; -update noar ti set v0='RGRU01F9JDGFSN8WKTC4' where id=9; -update noar tt set b2='7HY0TERWCQR4QESCHT2Z' where id=9; -update noar ti set b2='7HY0TERWCQR4QESCHT2Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MX92BBA4SWVEMS06OJ' where id=1; -update noar ti set v0='MX92BBA4SWVEMS06OJ' where id=1; -update noar tt set b0='0RLF6RTR6WJESAEBLQPL8VEKKA7W6' where id=1; -update noar ti set b0='0RLF6RTR6WJESAEBLQPL8VEKKA7W6' where id=1; -update noar tt set v0='DVIQ' where id=1; -update noar ti set v0='DVIQ' where id=1; -update noar tt set b1='9EIU2WQMV9264VQH8Q8XIKZS5G' where id=1; -update noar ti set b1='9EIU2WQMV9264VQH8Q8XIKZS5G' where id=1; -update noar tt set v0='XF8VP0DLO1D01LQG' where id=1; -update noar ti set v0='XF8VP0DLO1D01LQG' where id=1; -update noar tt set b2='NKSHQML7FD9G6YGRZDC340AZE9X' where id=1; -update noar ti set b2='NKSHQML7FD9G6YGRZDC340AZE9X' where id=1; -update noar tt set v0='4AZHEXI9YIXWIRX1EDG8H' where id=2; -update noar ti set v0='4AZHEXI9YIXWIRX1EDG8H' where id=2; -update noar tt set b0='UB7CL95OH' where id=2; -update noar ti set b0='UB7CL95OH' where id=2; -update noar tt set v0='IUTX9H' where id=2; -update noar ti set v0='IUTX9H' where id=2; -update noar tt set b1='H70055R7WQ0UQT8MB9JHAPWLCRCV9' where id=2; -update noar ti set b1='H70055R7WQ0UQT8MB9JHAPWLCRCV9' where id=2; -update noar tt set v0='O49BHR7C5VVNIK4J38P7TF' where id=2; -update noar ti set v0='O49BHR7C5VVNIK4J38P7TF' where id=2; -update noar tt set b2='4IBXZJKZYO6G57A1H1H98' where id=2; -update noar ti set b2='4IBXZJKZYO6G57A1H1H98' where id=2; -update noar tt set v0='HXLLCRHBF6CE2' where id=3; -update noar ti set v0='HXLLCRHBF6CE2' where id=3; -update noar tt set b0='PHOBSYXSBO65X' where id=3; -update noar ti set b0='PHOBSYXSBO65X' where id=3; -update noar tt set v0='S29W7O' where id=3; -update noar ti set v0='S29W7O' where id=3; -update noar tt set b1='42RH1STPLQXLQ8W55IALDLWGI' where id=3; -update noar ti set b1='42RH1STPLQXLQ8W55IALDLWGI' where id=3; -update noar tt set v0='K72W05QTUOI87NJ4W07V2' where id=3; -update noar ti set v0='K72W05QTUOI87NJ4W07V2' where id=3; -update noar tt set b2='AYZ4Q58K4' where id=3; -update noar ti set b2='AYZ4Q58K4' where id=3; -update noar tt set v0='O5334BVU25QPGD3CNBGRB6' where id=4; -update noar ti set v0='O5334BVU25QPGD3CNBGRB6' where id=4; -update noar tt set b0='XNOCJZX9W9KD12398MH3JBBS2HEHT' where id=4; -update noar ti set b0='XNOCJZX9W9KD12398MH3JBBS2HEHT' where id=4; -update noar tt set v0='RAOGVEHESP' where id=4; -update noar ti set v0='RAOGVEHESP' where id=4; -update noar tt set b1='7BPBFE' where id=4; -update noar ti set b1='7BPBFE' where id=4; -update noar tt set v0='ST34364EB61ITQUIVWQ1' where id=4; -update noar ti set v0='ST34364EB61ITQUIVWQ1' where id=4; -update noar tt set b2='1WBII279D476PEH3QXBIK2AIT1YA8JEV' where id=4; -update noar ti set b2='1WBII279D476PEH3QXBIK2AIT1YA8JEV' where id=4; -update noar tt set v0='C6B' where id=5; -update noar ti set v0='C6B' where id=5; -update noar tt set b0='K3ZVOFIRDNLUH' where id=5; -update noar ti set b0='K3ZVOFIRDNLUH' where id=5; -update noar tt set v0='SVVWHXHDFQK' where id=5; -update noar ti set v0='SVVWHXHDFQK' where id=5; -update noar tt set b1='TZMAYB88690X' where id=5; -update noar ti set b1='TZMAYB88690X' where id=5; -update noar tt set v0='RKE34C0GINFZH0JELRN' where id=5; -update noar ti set v0='RKE34C0GINFZH0JELRN' where id=5; -update noar tt set b2='USWVYBNPQDUUINZRO2M0JR47O9FV0R' where id=5; -update noar ti set b2='USWVYBNPQDUUINZRO2M0JR47O9FV0R' where id=5; -update noar tt set v0='3ZDK3LB80V3' where id=6; -update noar ti set v0='3ZDK3LB80V3' where id=6; -update noar tt set b0='PBE5K96QI9R8S253AGP859LDPX' where id=6; -update noar ti set b0='PBE5K96QI9R8S253AGP859LDPX' where id=6; -update noar tt set v0='LVNY6LW8KJV6TI8K0' where id=6; -update noar ti set v0='LVNY6LW8KJV6TI8K0' where id=6; -update noar tt set b1='K2SUD0' where id=6; -update noar ti set b1='K2SUD0' where id=6; -update noar tt set v0='9PUG7' where id=6; -update noar ti set v0='9PUG7' where id=6; -update noar tt set b2='DNXGZ4L9VW0NZL8FNSLV7' where id=6; -update noar ti set b2='DNXGZ4L9VW0NZL8FNSLV7' where id=6; -update noar tt set v0='3AX58WOQR5O2EC' where id=7; -update noar ti set v0='3AX58WOQR5O2EC' where id=7; -update noar tt set b0='Q25H' where id=7; -update noar ti set b0='Q25H' where id=7; -update noar tt set v0='5SBTRDOJT3GEZO4VKSL92' where id=7; -update noar ti set v0='5SBTRDOJT3GEZO4VKSL92' where id=7; -update noar tt set b1='PAXCQIZNBUF30E1MN3D72IYAWZR' where id=7; -update noar ti set b1='PAXCQIZNBUF30E1MN3D72IYAWZR' where id=7; -update noar tt set v0='Z3G' where id=7; -update noar ti set v0='Z3G' where id=7; -update noar tt set b2='W9ZS14BS1JL90650K' where id=7; -update noar ti set b2='W9ZS14BS1JL90650K' where id=7; -update noar tt set v0='SMZMKDLPP' where id=8; -update noar ti set v0='SMZMKDLPP' where id=8; -update noar tt set b0='Y2UMT' where id=8; -update noar ti set b0='Y2UMT' where id=8; -update noar tt set v0='QKD49TOY9CPEE3BKTH3GO8HJP' where id=8; -update noar ti set v0='QKD49TOY9CPEE3BKTH3GO8HJP' where id=8; -update noar tt set b1='0Z02Y32' where id=8; -update noar ti set b1='0Z02Y32' where id=8; -update noar tt set v0='NXN6K' where id=8; -update noar ti set v0='NXN6K' where id=8; -update noar tt set b2='BS5LLYNWC' where id=8; -update noar ti set b2='BS5LLYNWC' where id=8; -update noar tt set v0='SGZZ6KFK3FTOXPEM0G15HTIE1QDI531' where id=9; -update noar ti set v0='SGZZ6KFK3FTOXPEM0G15HTIE1QDI531' where id=9; -update noar tt set b0='OB1FSM9CNOULC17SBF67QR98DY' where id=9; -update noar ti set b0='OB1FSM9CNOULC17SBF67QR98DY' where id=9; -update noar tt set v0='31F9WRL9RQ61DG3D7SYLL0P5M' where id=9; -update noar ti set v0='31F9WRL9RQ61DG3D7SYLL0P5M' where id=9; -update noar tt set b1='1Q' where id=9; -update noar ti set b1='1Q' where id=9; -update noar tt set v0='6I7381BY' where id=9; -update noar ti set v0='6I7381BY' where id=9; -update noar tt set b2='GEMR8SGTHQWEM94WAY' where id=9; -update noar ti set b2='GEMR8SGTHQWEM94WAY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F' where id=1; -update noar ti set v0='F' where id=1; -update noar tt set b0='STPBM' where id=1; -update noar ti set b0='STPBM' where id=1; -update noar tt set v0='WKUAFH2VN70A19A6XCGJDGW6E0B' where id=1; -update noar ti set v0='WKUAFH2VN70A19A6XCGJDGW6E0B' where id=1; -update noar tt set b1='I6IZ6NYUUMSJGJHMASU8WTRS2' where id=1; -update noar ti set b1='I6IZ6NYUUMSJGJHMASU8WTRS2' where id=1; -update noar tt set v0='D4' where id=1; -update noar ti set v0='D4' where id=1; -update noar tt set b2='KKSMN4LJ5Y7' where id=1; -update noar ti set b2='KKSMN4LJ5Y7' where id=1; -update noar tt set v0='I' where id=2; -update noar ti set v0='I' where id=2; -update noar tt set b0='151OFEVGJYQSZV' where id=2; -update noar ti set b0='151OFEVGJYQSZV' where id=2; -update noar tt set v0='GZKNCEWMC65M2FASI1SBUUJ3U8RU' where id=2; -update noar ti set v0='GZKNCEWMC65M2FASI1SBUUJ3U8RU' where id=2; -update noar tt set b1='0UBKOW2N8OKFJ84RBZCXSJEP037JU2' where id=2; -update noar ti set b1='0UBKOW2N8OKFJ84RBZCXSJEP037JU2' where id=2; -update noar tt set v0='Y5JSPAOPBT69B3OQKQGYOW9FQ' where id=2; -update noar ti set v0='Y5JSPAOPBT69B3OQKQGYOW9FQ' where id=2; -update noar tt set b2='FIZ' where id=2; -update noar ti set b2='FIZ' where id=2; -update noar tt set v0='3QU8' where id=3; -update noar ti set v0='3QU8' where id=3; -update noar tt set b0='R0E4HHC7QRPPC8HRL72LB09' where id=3; -update noar ti set b0='R0E4HHC7QRPPC8HRL72LB09' where id=3; -update noar tt set v0='4H' where id=3; -update noar ti set v0='4H' where id=3; -update noar tt set b1='9WWK01AA3Z4ZJ6PIPCMF7VN2YVKX9A6' where id=3; -update noar ti set b1='9WWK01AA3Z4ZJ6PIPCMF7VN2YVKX9A6' where id=3; -update noar tt set v0='M974YVNIZ1NARF5' where id=3; -update noar ti set v0='M974YVNIZ1NARF5' where id=3; -update noar tt set b2='TSGNSFRDYWC3HNIC753D67' where id=3; -update noar ti set b2='TSGNSFRDYWC3HNIC753D67' where id=3; -update noar tt set v0='MWFJUCTEVMHN36' where id=4; -update noar ti set v0='MWFJUCTEVMHN36' where id=4; -update noar tt set b0='56W9O1S1VSC' where id=4; -update noar ti set b0='56W9O1S1VSC' where id=4; -update noar tt set v0='FJKHA776QLMIR0JO2NAH0HWY' where id=4; -update noar ti set v0='FJKHA776QLMIR0JO2NAH0HWY' where id=4; -update noar tt set b1='J14BK0A3SZSWB' where id=4; -update noar ti set b1='J14BK0A3SZSWB' where id=4; -update noar tt set v0='1LBPB50A0NB2XUR6KWICOIIR2AJJLEE' where id=4; -update noar ti set v0='1LBPB50A0NB2XUR6KWICOIIR2AJJLEE' where id=4; -update noar tt set b2='RH6IC3JVTAQ' where id=4; -update noar ti set b2='RH6IC3JVTAQ' where id=4; -update noar tt set v0='DE31UPJUERRX4LFNB' where id=5; -update noar ti set v0='DE31UPJUERRX4LFNB' where id=5; -update noar tt set b0='411XK6UK7VY0U52R' where id=5; -update noar ti set b0='411XK6UK7VY0U52R' where id=5; -update noar tt set v0='73JGLEH067EY4DO' where id=5; -update noar ti set v0='73JGLEH067EY4DO' where id=5; -update noar tt set b1='4F3RTNEUT8LCRBS87IGM1T4QKHZ0UTD' where id=5; -update noar ti set b1='4F3RTNEUT8LCRBS87IGM1T4QKHZ0UTD' where id=5; -update noar tt set v0='KZCD3' where id=5; -update noar ti set v0='KZCD3' where id=5; -update noar tt set b2='ZV980JBFL7EMUZAJ6PVWSWE' where id=5; -update noar ti set b2='ZV980JBFL7EMUZAJ6PVWSWE' where id=5; -update noar tt set v0='DRDS9ZRMLQ4CDNGA5D09VQ' where id=6; -update noar ti set v0='DRDS9ZRMLQ4CDNGA5D09VQ' where id=6; -update noar tt set b0='T1PW5KLZE5N139R32MYD1TUASSI5' where id=6; -update noar ti set b0='T1PW5KLZE5N139R32MYD1TUASSI5' where id=6; -update noar tt set v0='QRWJHN' where id=6; -update noar ti set v0='QRWJHN' where id=6; -update noar tt set b1='BW683SLS2S6Z' where id=6; -update noar ti set b1='BW683SLS2S6Z' where id=6; -update noar tt set v0='WCXLHZBF8MKMWGATZ21' where id=6; -update noar ti set v0='WCXLHZBF8MKMWGATZ21' where id=6; -update noar tt set b2='RN4EG9A5MYLVX9YN13974R6KZ4J' where id=6; -update noar ti set b2='RN4EG9A5MYLVX9YN13974R6KZ4J' where id=6; -update noar tt set v0='K59ND6QPLAKDI418271' where id=7; -update noar ti set v0='K59ND6QPLAKDI418271' where id=7; -update noar tt set b0='UZ51TYKC23KH5YXD80' where id=7; -update noar ti set b0='UZ51TYKC23KH5YXD80' where id=7; -update noar tt set v0='T0AU7VSJLNVDS3BWJGYQ5NEUCHILJI1P' where id=7; -update noar ti set v0='T0AU7VSJLNVDS3BWJGYQ5NEUCHILJI1P' where id=7; -update noar tt set b1='N9GT3P7L3TS0' where id=7; -update noar ti set b1='N9GT3P7L3TS0' where id=7; -update noar tt set v0='1VWA3ND4TOW14JSWMHGA224AC7E1' where id=7; -update noar ti set v0='1VWA3ND4TOW14JSWMHGA224AC7E1' where id=7; -update noar tt set b2='FWLJ' where id=7; -update noar ti set b2='FWLJ' where id=7; -update noar tt set v0='1ECCPUL88LHV' where id=8; -update noar ti set v0='1ECCPUL88LHV' where id=8; -update noar tt set b0='Z8P05XW7NC' where id=8; -update noar ti set b0='Z8P05XW7NC' where id=8; -update noar tt set v0='YIHBO4PX0052N3ZZEJS8S95R1' where id=8; -update noar ti set v0='YIHBO4PX0052N3ZZEJS8S95R1' where id=8; -update noar tt set b1='S22VABMYDBGJJARTGCWVZGE' where id=8; -update noar ti set b1='S22VABMYDBGJJARTGCWVZGE' where id=8; -update noar tt set v0='04629RAXTQHBBB1JKKJAJ6M52U' where id=8; -update noar ti set v0='04629RAXTQHBBB1JKKJAJ6M52U' where id=8; -update noar tt set b2='907GRRVU33HRB5NFM4UVWCT9CWR9B4' where id=8; -update noar ti set b2='907GRRVU33HRB5NFM4UVWCT9CWR9B4' where id=8; -update noar tt set v0='MHIPLD3' where id=9; -update noar ti set v0='MHIPLD3' where id=9; -update noar tt set b0='O50M3AOG3O' where id=9; -update noar ti set b0='O50M3AOG3O' where id=9; -update noar tt set v0='TLRY7B9YFU' where id=9; -update noar ti set v0='TLRY7B9YFU' where id=9; -update noar tt set b1='N03VLWD4UT' where id=9; -update noar ti set b1='N03VLWD4UT' where id=9; -update noar tt set v0='CDLZYEK3J76E69KKG6CX3W7PM6MY' where id=9; -update noar ti set v0='CDLZYEK3J76E69KKG6CX3W7PM6MY' where id=9; -update noar tt set b2='3DGWJD3MF' where id=9; -update noar ti set b2='3DGWJD3MF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QXCYXIY9HEXZU0X0QW3ZF9V' where id=1; -update noar ti set v0='QXCYXIY9HEXZU0X0QW3ZF9V' where id=1; -update noar tt set b0='GMGK1CXTZ3V4GYUC2M9B91SK91BXLAX' where id=1; -update noar ti set b0='GMGK1CXTZ3V4GYUC2M9B91SK91BXLAX' where id=1; -update noar tt set v0='WAL' where id=1; -update noar ti set v0='WAL' where id=1; -update noar tt set b1='WVRXP5ON76J0FA2ODUFBMOGT6TU2MVBA' where id=1; -update noar ti set b1='WVRXP5ON76J0FA2ODUFBMOGT6TU2MVBA' where id=1; -update noar tt set v0='OUC85N24CR51NG4FNI1VQIEO76QQ1' where id=1; -update noar ti set v0='OUC85N24CR51NG4FNI1VQIEO76QQ1' where id=1; -update noar tt set b2='71RBGJJWLWAMUCYAB7VLG9S' where id=1; -update noar ti set b2='71RBGJJWLWAMUCYAB7VLG9S' where id=1; -update noar tt set v0='4RYEJGWGQHTIYCFBOK' where id=2; -update noar ti set v0='4RYEJGWGQHTIYCFBOK' where id=2; -update noar tt set b0='1HQV9KK28B2T1N24DH' where id=2; -update noar ti set b0='1HQV9KK28B2T1N24DH' where id=2; -update noar tt set v0='NIC3YMFDOHN' where id=2; -update noar ti set v0='NIC3YMFDOHN' where id=2; -update noar tt set b1='NSNUD3W7SODCJ9CSNG9ETAVJLIGPATU' where id=2; -update noar ti set b1='NSNUD3W7SODCJ9CSNG9ETAVJLIGPATU' where id=2; -update noar tt set v0='NRJCC8YIH81MI0G0JC7JTP3EMI' where id=2; -update noar ti set v0='NRJCC8YIH81MI0G0JC7JTP3EMI' where id=2; -update noar tt set b2='FN9' where id=2; -update noar ti set b2='FN9' where id=2; -update noar tt set v0='7ASEMW7' where id=3; -update noar ti set v0='7ASEMW7' where id=3; -update noar tt set b0='DN9RET9G7U99TOZ2RK43DN1G2LAPF' where id=3; -update noar ti set b0='DN9RET9G7U99TOZ2RK43DN1G2LAPF' where id=3; -update noar tt set v0='TAKI6KBV7' where id=3; -update noar ti set v0='TAKI6KBV7' where id=3; -update noar tt set b1='LT4JUNN3QAAV0L' where id=3; -update noar ti set b1='LT4JUNN3QAAV0L' where id=3; -update noar tt set v0='MZ36VLY1FYJ' where id=3; -update noar ti set v0='MZ36VLY1FYJ' where id=3; -update noar tt set b2='IMTACLKITMDX7Z' where id=3; -update noar ti set b2='IMTACLKITMDX7Z' where id=3; -update noar tt set v0='CYU' where id=4; -update noar ti set v0='CYU' where id=4; -update noar tt set b0='MNJ1OH9WNFA' where id=4; -update noar ti set b0='MNJ1OH9WNFA' where id=4; -update noar tt set v0='YIANQRDGU' where id=4; -update noar ti set v0='YIANQRDGU' where id=4; -update noar tt set b1='GBKAC8X6' where id=4; -update noar ti set b1='GBKAC8X6' where id=4; -update noar tt set v0='1D8EQJ5O0HB2CTYKHIE8OVY9NUV' where id=4; -update noar ti set v0='1D8EQJ5O0HB2CTYKHIE8OVY9NUV' where id=4; -update noar tt set b2='P8795LZLOR2YQQ4A3R19A4UO' where id=4; -update noar ti set b2='P8795LZLOR2YQQ4A3R19A4UO' where id=4; -update noar tt set v0='S6AYAN3YW7ZVLRPKK2N' where id=5; -update noar ti set v0='S6AYAN3YW7ZVLRPKK2N' where id=5; -update noar tt set b0='V8NNC1J57FXEJ' where id=5; -update noar ti set b0='V8NNC1J57FXEJ' where id=5; -update noar tt set v0='5YMAYSLLDSJGAN' where id=5; -update noar ti set v0='5YMAYSLLDSJGAN' where id=5; -update noar tt set b1='YQQZRJANDXENUR8KDZ1PUGBRONI71WS' where id=5; -update noar ti set b1='YQQZRJANDXENUR8KDZ1PUGBRONI71WS' where id=5; -update noar tt set v0='9ZHPLXAG6YUMIZL78OQWLZ035' where id=5; -update noar ti set v0='9ZHPLXAG6YUMIZL78OQWLZ035' where id=5; -update noar tt set b2='3' where id=5; -update noar ti set b2='3' where id=5; -update noar tt set v0='9CRW0R8PX92Z8EAW' where id=6; -update noar ti set v0='9CRW0R8PX92Z8EAW' where id=6; -update noar tt set b0='TICEQQ2TGM7L30' where id=6; -update noar ti set b0='TICEQQ2TGM7L30' where id=6; -update noar tt set v0='NA5GS1VIGH3CS37GOKHAVDLF8L387Q' where id=6; -update noar ti set v0='NA5GS1VIGH3CS37GOKHAVDLF8L387Q' where id=6; -update noar tt set b1='BX9DBOL' where id=6; -update noar ti set b1='BX9DBOL' where id=6; -update noar tt set v0='GY0Z8U89TVQ6PUKWY' where id=6; -update noar ti set v0='GY0Z8U89TVQ6PUKWY' where id=6; -update noar tt set b2='GTTXDBDPDGTPIMMS74EFR9DC2' where id=6; -update noar ti set b2='GTTXDBDPDGTPIMMS74EFR9DC2' where id=6; -update noar tt set v0='OHVPKG299C5RH1NM5G8UE' where id=7; -update noar ti set v0='OHVPKG299C5RH1NM5G8UE' where id=7; -update noar tt set b0='FXQAZ8UXV4KGEAMIBRATIGEZ0VXVGEFA' where id=7; -update noar ti set b0='FXQAZ8UXV4KGEAMIBRATIGEZ0VXVGEFA' where id=7; -update noar tt set v0='2L2WBE3H1RBX5FI9IW1NRM3' where id=7; -update noar ti set v0='2L2WBE3H1RBX5FI9IW1NRM3' where id=7; -update noar tt set b1='JOX4OPR4C59SQLMDBS3I' where id=7; -update noar ti set b1='JOX4OPR4C59SQLMDBS3I' where id=7; -update noar tt set v0='8XWQ831085PJYNHZYOU3V' where id=7; -update noar ti set v0='8XWQ831085PJYNHZYOU3V' where id=7; -update noar tt set b2='XNNNALCPSYOESMQQ829NAVV0AN75Y6' where id=7; -update noar ti set b2='XNNNALCPSYOESMQQ829NAVV0AN75Y6' where id=7; -update noar tt set v0='E1BPSL2J9I6VE3XYLKSLLPUVQRPV7BX' where id=8; -update noar ti set v0='E1BPSL2J9I6VE3XYLKSLLPUVQRPV7BX' where id=8; -update noar tt set b0='ABRW3EZ4S1F3SH0OON4VKW529G' where id=8; -update noar ti set b0='ABRW3EZ4S1F3SH0OON4VKW529G' where id=8; -update noar tt set v0='ULQ8SZWPC5MTBV' where id=8; -update noar ti set v0='ULQ8SZWPC5MTBV' where id=8; -update noar tt set b1='SJ2WCOUMB5NQ8PM7X27F446VME4I' where id=8; -update noar ti set b1='SJ2WCOUMB5NQ8PM7X27F446VME4I' where id=8; -update noar tt set v0='2C39Q1T7CI59ZO33T' where id=8; -update noar ti set v0='2C39Q1T7CI59ZO33T' where id=8; -update noar tt set b2='0LODV5VP465' where id=8; -update noar ti set b2='0LODV5VP465' where id=8; -update noar tt set v0='G5COILN' where id=9; -update noar ti set v0='G5COILN' where id=9; -update noar tt set b0='5DGTGB8HEMBC' where id=9; -update noar ti set b0='5DGTGB8HEMBC' where id=9; -update noar tt set v0='1QDBMVO12D8PKNQ3CLAG12ULZ7S4KWJ' where id=9; -update noar ti set v0='1QDBMVO12D8PKNQ3CLAG12ULZ7S4KWJ' where id=9; -update noar tt set b1='PC2FFX8IQRBN' where id=9; -update noar ti set b1='PC2FFX8IQRBN' where id=9; -update noar tt set v0='RLUGBNPPVCIIXAP' where id=9; -update noar ti set v0='RLUGBNPPVCIIXAP' where id=9; -update noar tt set b2='1EF6LTSRFBK2ROBBL' where id=9; -update noar ti set b2='1EF6LTSRFBK2ROBBL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LEEYUTRS34P' where id=1; -update noar ti set v0='LEEYUTRS34P' where id=1; -update noar tt set b0='M99ECXEP4X9N2CIUQXK31QQB4YMJOY' where id=1; -update noar ti set b0='M99ECXEP4X9N2CIUQXK31QQB4YMJOY' where id=1; -update noar tt set v0='UWUDZUWPEQEPJ22XLK' where id=1; -update noar ti set v0='UWUDZUWPEQEPJ22XLK' where id=1; -update noar tt set b1='LASOLRZDKEI8' where id=1; -update noar ti set b1='LASOLRZDKEI8' where id=1; -update noar tt set v0='T' where id=1; -update noar ti set v0='T' where id=1; -update noar tt set b2='Z8KZLNDQ4JIF0L7P78WA' where id=1; -update noar ti set b2='Z8KZLNDQ4JIF0L7P78WA' where id=1; -update noar tt set v0='2GP6DEJ' where id=2; -update noar ti set v0='2GP6DEJ' where id=2; -update noar tt set b0='H0X864HBR3V1RIEJ9ZBXQAIXC' where id=2; -update noar ti set b0='H0X864HBR3V1RIEJ9ZBXQAIXC' where id=2; -update noar tt set v0='UXN0' where id=2; -update noar ti set v0='UXN0' where id=2; -update noar tt set b1='SRZZVJEVO72JAWSSKOK2K4N2BI5QNIUV' where id=2; -update noar ti set b1='SRZZVJEVO72JAWSSKOK2K4N2BI5QNIUV' where id=2; -update noar tt set v0='WMNT8KVHXSWOXRQP3ICE1BPV8AU8W' where id=2; -update noar ti set v0='WMNT8KVHXSWOXRQP3ICE1BPV8AU8W' where id=2; -update noar tt set b2='3IDATCFXH1N' where id=2; -update noar ti set b2='3IDATCFXH1N' where id=2; -update noar tt set v0='2BLL8H' where id=3; -update noar ti set v0='2BLL8H' where id=3; -update noar tt set b0='8I0MR9O73A3ZU' where id=3; -update noar ti set b0='8I0MR9O73A3ZU' where id=3; -update noar tt set v0='F15MBIWGGJTKWMCL' where id=3; -update noar ti set v0='F15MBIWGGJTKWMCL' where id=3; -update noar tt set b1='10UEU09O9PS' where id=3; -update noar ti set b1='10UEU09O9PS' where id=3; -update noar tt set v0='Y69SGR0281ITJKO1DL' where id=3; -update noar ti set v0='Y69SGR0281ITJKO1DL' where id=3; -update noar tt set b2='P8KRKC81XD0GLF0MB75M66PAUWG6M' where id=3; -update noar ti set b2='P8KRKC81XD0GLF0MB75M66PAUWG6M' where id=3; -update noar tt set v0='V05FVC27AK67P8UF' where id=4; -update noar ti set v0='V05FVC27AK67P8UF' where id=4; -update noar tt set b0='96GOVZJ57YF4P' where id=4; -update noar ti set b0='96GOVZJ57YF4P' where id=4; -update noar tt set v0='PCAOE2SHBW179MA06KJ0JMOAKZE37' where id=4; -update noar ti set v0='PCAOE2SHBW179MA06KJ0JMOAKZE37' where id=4; -update noar tt set b1='QZUMP45P813MCN8XJXJU0MH1QVSGKR' where id=4; -update noar ti set b1='QZUMP45P813MCN8XJXJU0MH1QVSGKR' where id=4; -update noar tt set v0='KSBAC3PHT79Y3S4ONZL' where id=4; -update noar ti set v0='KSBAC3PHT79Y3S4ONZL' where id=4; -update noar tt set b2='RQQ75RL8WSBT80S6LF3HI911P9LS' where id=4; -update noar ti set b2='RQQ75RL8WSBT80S6LF3HI911P9LS' where id=4; -update noar tt set v0='S2JS1Z1W6HHE1R6' where id=5; -update noar ti set v0='S2JS1Z1W6HHE1R6' where id=5; -update noar tt set b0='R63EDI' where id=5; -update noar ti set b0='R63EDI' where id=5; -update noar tt set v0='DRYQ9SZR34TREIFDK6HQ' where id=5; -update noar ti set v0='DRYQ9SZR34TREIFDK6HQ' where id=5; -update noar tt set b1='WITFE0XFLPD7DQ05FRQMTGZTWZ4NYV' where id=5; -update noar ti set b1='WITFE0XFLPD7DQ05FRQMTGZTWZ4NYV' where id=5; -update noar tt set v0='I' where id=5; -update noar ti set v0='I' where id=5; -update noar tt set b2='9918LQ72RYXMO' where id=5; -update noar ti set b2='9918LQ72RYXMO' where id=5; -update noar tt set v0='HJVH8W1MPJY255UPCLAQRNN0M' where id=6; -update noar ti set v0='HJVH8W1MPJY255UPCLAQRNN0M' where id=6; -update noar tt set b0='XBO' where id=6; -update noar ti set b0='XBO' where id=6; -update noar tt set v0='WBSGL7V81QVEIFA7ZEDY6PQBBOG0V' where id=6; -update noar ti set v0='WBSGL7V81QVEIFA7ZEDY6PQBBOG0V' where id=6; -update noar tt set b1='EJAZIX23T' where id=6; -update noar ti set b1='EJAZIX23T' where id=6; -update noar tt set v0='RKS6' where id=6; -update noar ti set v0='RKS6' where id=6; -update noar tt set b2='QJB84V43MSQEEQD2' where id=6; -update noar ti set b2='QJB84V43MSQEEQD2' where id=6; -update noar tt set v0='J5CIGFE6PG3HHF4IR99RP0BQWDRFVN' where id=7; -update noar ti set v0='J5CIGFE6PG3HHF4IR99RP0BQWDRFVN' where id=7; -update noar tt set b0='025DD53DH735IIL0KAUXUU' where id=7; -update noar ti set b0='025DD53DH735IIL0KAUXUU' where id=7; -update noar tt set v0='KT8MERXTHITVZTE5YBC4PODA' where id=7; -update noar ti set v0='KT8MERXTHITVZTE5YBC4PODA' where id=7; -update noar tt set b1='BB' where id=7; -update noar ti set b1='BB' where id=7; -update noar tt set v0='9UJQL' where id=7; -update noar ti set v0='9UJQL' where id=7; -update noar tt set b2='E' where id=7; -update noar ti set b2='E' where id=7; -update noar tt set v0='MA2Q7MR' where id=8; -update noar ti set v0='MA2Q7MR' where id=8; -update noar tt set b0='P3' where id=8; -update noar ti set b0='P3' where id=8; -update noar tt set v0='VR1D8WP5LP7P30IHZ' where id=8; -update noar ti set v0='VR1D8WP5LP7P30IHZ' where id=8; -update noar tt set b1='LTR0HBW1FZZCCXOMR6J' where id=8; -update noar ti set b1='LTR0HBW1FZZCCXOMR6J' where id=8; -update noar tt set v0='SKPAMR51C' where id=8; -update noar ti set v0='SKPAMR51C' where id=8; -update noar tt set b2='U7PX143M1' where id=8; -update noar ti set b2='U7PX143M1' where id=8; -update noar tt set v0='7ET84JN35G0Q9QKLQ5DQSCTPY' where id=9; -update noar ti set v0='7ET84JN35G0Q9QKLQ5DQSCTPY' where id=9; -update noar tt set b0='54NUGHTSUN6B48CWGO' where id=9; -update noar ti set b0='54NUGHTSUN6B48CWGO' where id=9; -update noar tt set v0='R1WINZC46' where id=9; -update noar ti set v0='R1WINZC46' where id=9; -update noar tt set b1='ODRI06CHM5QTDPFM900R6J7JWJ8W' where id=9; -update noar ti set b1='ODRI06CHM5QTDPFM900R6J7JWJ8W' where id=9; -update noar tt set v0='HWOZH897A0BVVRO1CH2OQFR' where id=9; -update noar ti set v0='HWOZH897A0BVVRO1CH2OQFR' where id=9; -update noar tt set b2='L' where id=9; -update noar ti set b2='L' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_with_varchar.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_with_varchar.result index 83d5d4504594e5572fe58e20d0941dcd22236340..4a963777fc086fd8ed1fd89728420099dc3773d3 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_with_varchar.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs_with_varchar.result @@ -1,32770 +1 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OORH' where id=1; -update noar ti set v0='OORH' where id=1; -update noar tt set b0='2KX2' where id=1; -update noar ti set b0='2KX2' where id=1; -update noar tt set v0='QJ541BDOS' where id=1; -update noar ti set v0='QJ541BDOS' where id=1; -update noar tt set b1='BSTHXT0AXOL4NYJD04Q5' where id=1; -update noar ti set b1='BSTHXT0AXOL4NYJD04Q5' where id=1; -update noar tt set v0='F8QUEDSYQ8DZ' where id=1; -update noar ti set v0='F8QUEDSYQ8DZ' where id=1; -update noar tt set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1; -update noar ti set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1; -update noar tt set v0='03CCYAYAFDEDMH8K0' where id=2; -update noar ti set v0='03CCYAYAFDEDMH8K0' where id=2; -update noar tt set b0='6MA' where id=2; -update noar ti set b0='6MA' where id=2; -update noar tt set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2; -update noar ti set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2; -update noar tt set b1='KU' where id=2; -update noar ti set b1='KU' where id=2; -update noar tt set v0='WC173JZCT89RZX29' where id=2; -update noar ti set v0='WC173JZCT89RZX29' where id=2; -update noar tt set b2='EM5Y0U95XHX1PO6J5FJ' where id=2; -update noar ti set b2='EM5Y0U95XHX1PO6J5FJ' where id=2; -update noar tt set v0='AA' where id=3; -update noar ti set v0='AA' where id=3; -update noar tt set b0='5B8BYWIMT' where id=3; -update noar ti set b0='5B8BYWIMT' where id=3; -update noar tt set v0='2MS56CLNQ911' where id=3; -update noar ti set v0='2MS56CLNQ911' where id=3; -update noar tt set b1='5KJ1' where id=3; -update noar ti set b1='5KJ1' where id=3; -update noar tt set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3; -update noar ti set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3; -update noar tt set b2='204EX0GAWYOAWK7BWVQF' where id=3; -update noar ti set b2='204EX0GAWYOAWK7BWVQF' where id=3; -update noar tt set v0='WNELP' where id=4; -update noar ti set v0='WNELP' where id=4; -update noar tt set b0='LDZD' where id=4; -update noar ti set b0='LDZD' where id=4; -update noar tt set v0='COPYTGCQ3QJC2' where id=4; -update noar ti set v0='COPYTGCQ3QJC2' where id=4; -update noar tt set b1='6YCDENC77R12FSE80VRMQUX' where id=4; -update noar ti set b1='6YCDENC77R12FSE80VRMQUX' where id=4; -update noar tt set v0='DUD' where id=4; -update noar ti set v0='DUD' where id=4; -update noar tt set b2='56CV28UU6QQE1VAK5V' where id=4; -update noar ti set b2='56CV28UU6QQE1VAK5V' where id=4; -update noar tt set v0='5U0QNH8D7R8C' where id=5; -update noar ti set v0='5U0QNH8D7R8C' where id=5; -update noar tt set b0='NQSA' where id=5; -update noar ti set b0='NQSA' where id=5; -update noar tt set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5; -update noar ti set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5; -update noar tt set b1='K40KK' where id=5; -update noar ti set b1='K40KK' where id=5; -update noar tt set v0='I51G38X' where id=5; -update noar ti set v0='I51G38X' where id=5; -update noar tt set b2='NMMDK5HT4TQCZ223HJMH' where id=5; -update noar ti set b2='NMMDK5HT4TQCZ223HJMH' where id=5; -update noar tt set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6; -update noar ti set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6; -update noar tt set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6; -update noar ti set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6; -update noar tt set v0='28TK0FK' where id=6; -update noar ti set v0='28TK0FK' where id=6; -update noar tt set b1='10D4UXSXS0B887F' where id=6; -update noar ti set b1='10D4UXSXS0B887F' where id=6; -update noar tt set v0='56' where id=6; -update noar ti set v0='56' where id=6; -update noar tt set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6; -update noar ti set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6; -update noar tt set v0='Y' where id=7; -update noar ti set v0='Y' where id=7; -update noar tt set b0='5GXO' where id=7; -update noar ti set b0='5GXO' where id=7; -update noar tt set v0='VYXHF6O2M9DGW' where id=7; -update noar ti set v0='VYXHF6O2M9DGW' where id=7; -update noar tt set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7; -update noar ti set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7; -update noar tt set v0='UZGDBY7Z678RSL0' where id=7; -update noar ti set v0='UZGDBY7Z678RSL0' where id=7; -update noar tt set b2='1WXPQ46G8OI9JCDDHH' where id=7; -update noar ti set b2='1WXPQ46G8OI9JCDDHH' where id=7; -update noar tt set v0='5L8G' where id=8; -update noar ti set v0='5L8G' where id=8; -update noar tt set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8; -update noar ti set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8; -update noar tt set v0='1GWHOS2XH171' where id=8; -update noar ti set v0='1GWHOS2XH171' where id=8; -update noar tt set b1='02LXB8DY' where id=8; -update noar ti set b1='02LXB8DY' where id=8; -update noar tt set v0='UOYGGAFZ6R6' where id=8; -update noar ti set v0='UOYGGAFZ6R6' where id=8; -update noar tt set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8; -update noar ti set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8; -update noar tt set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9; -update noar ti set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9; -update noar tt set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9; -update noar ti set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9; -update noar tt set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9; -update noar ti set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9; -update noar tt set b1='6OWZ8BSATIWDL414' where id=9; -update noar ti set b1='6OWZ8BSATIWDL414' where id=9; -update noar tt set v0='NAXC' where id=9; -update noar ti set v0='NAXC' where id=9; -update noar tt set b2='GPS5U' where id=9; -update noar ti set b2='GPS5U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GUA99YRIEYZU77WX3' where id=1; -update noar ti set v0='GUA99YRIEYZU77WX3' where id=1; -update noar tt set b0='E5Z8VH6HTFIAY13A' where id=1; -update noar ti set b0='E5Z8VH6HTFIAY13A' where id=1; -update noar tt set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1; -update noar ti set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1; -update noar tt set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1; -update noar ti set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1; -update noar tt set v0='KHA1NS5XOLNS7U5IDIYN' where id=1; -update noar ti set v0='KHA1NS5XOLNS7U5IDIYN' where id=1; -update noar tt set b2='CQ9O8NN2I7QRR4P1' where id=1; -update noar ti set b2='CQ9O8NN2I7QRR4P1' where id=1; -update noar tt set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2; -update noar ti set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2; -update noar tt set b0='Z6XMK8B1U' where id=2; -update noar ti set b0='Z6XMK8B1U' where id=2; -update noar tt set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2; -update noar ti set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2; -update noar tt set b1='BM2KNC' where id=2; -update noar ti set b1='BM2KNC' where id=2; -update noar tt set v0='CM0UZPQBB3V268YAQU' where id=2; -update noar ti set v0='CM0UZPQBB3V268YAQU' where id=2; -update noar tt set b2='O4L0L27RH52X' where id=2; -update noar ti set b2='O4L0L27RH52X' where id=2; -update noar tt set v0='S5GDFSYE' where id=3; -update noar ti set v0='S5GDFSYE' where id=3; -update noar tt set b0='I3M3S6CAV84NAZ5' where id=3; -update noar ti set b0='I3M3S6CAV84NAZ5' where id=3; -update noar tt set v0='61240QJW72' where id=3; -update noar ti set v0='61240QJW72' where id=3; -update noar tt set b1='Z2BJ9' where id=3; -update noar ti set b1='Z2BJ9' where id=3; -update noar tt set v0='DH1QO' where id=3; -update noar ti set v0='DH1QO' where id=3; -update noar tt set b2='VCDOV18NW' where id=3; -update noar ti set b2='VCDOV18NW' where id=3; -update noar tt set v0='ICZ07JGBI54A21OWP' where id=4; -update noar ti set v0='ICZ07JGBI54A21OWP' where id=4; -update noar tt set b0='22C9JSV2LTPPHOL' where id=4; -update noar ti set b0='22C9JSV2LTPPHOL' where id=4; -update noar tt set v0='J0HN6ATJ' where id=4; -update noar ti set v0='J0HN6ATJ' where id=4; -update noar tt set b1='V4OV7F' where id=4; -update noar ti set b1='V4OV7F' where id=4; -update noar tt set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4; -update noar ti set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4; -update noar tt set b2='Z5N6PXGUU15LZ' where id=4; -update noar ti set b2='Z5N6PXGUU15LZ' where id=4; -update noar tt set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5; -update noar ti set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5; -update noar tt set b0='BUIVHMNWP73OS6' where id=5; -update noar ti set b0='BUIVHMNWP73OS6' where id=5; -update noar tt set v0='Q7ZZN2EG00YC' where id=5; -update noar ti set v0='Q7ZZN2EG00YC' where id=5; -update noar tt set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5; -update noar ti set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5; -update noar tt set v0='CP440F' where id=5; -update noar ti set v0='CP440F' where id=5; -update noar tt set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5; -update noar ti set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5; -update noar tt set v0='8P4D2473PB' where id=6; -update noar ti set v0='8P4D2473PB' where id=6; -update noar tt set b0='WS8Y' where id=6; -update noar ti set b0='WS8Y' where id=6; -update noar tt set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6; -update noar ti set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6; -update noar tt set b1='8' where id=6; -update noar ti set b1='8' where id=6; -update noar tt set v0='26F120T2108GADPHE' where id=6; -update noar ti set v0='26F120T2108GADPHE' where id=6; -update noar tt set b2='JJ' where id=6; -update noar ti set b2='JJ' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='5ZTBEX6EBFB' where id=7; -update noar ti set b0='5ZTBEX6EBFB' where id=7; -update noar tt set v0='BUGCY48W5G0050' where id=7; -update noar ti set v0='BUGCY48W5G0050' where id=7; -update noar tt set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7; -update noar ti set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7; -update noar tt set v0='YSQAVTQ07AKVLVE' where id=7; -update noar ti set v0='YSQAVTQ07AKVLVE' where id=7; -update noar tt set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7; -update noar ti set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7; -update noar tt set v0='72T978DXAG0IB2OXWNMDMB' where id=8; -update noar ti set v0='72T978DXAG0IB2OXWNMDMB' where id=8; -update noar tt set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8; -update noar ti set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8; -update noar tt set v0='KH5K09RLK3ETRF9VQCG' where id=8; -update noar ti set v0='KH5K09RLK3ETRF9VQCG' where id=8; -update noar tt set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8; -update noar ti set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8; -update noar tt set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8; -update noar ti set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8; -update noar tt set b2='Y46UAO' where id=8; -update noar ti set b2='Y46UAO' where id=8; -update noar tt set v0='5R' where id=9; -update noar ti set v0='5R' where id=9; -update noar tt set b0='U58' where id=9; -update noar ti set b0='U58' where id=9; -update noar tt set v0='BZI' where id=9; -update noar ti set v0='BZI' where id=9; -update noar tt set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9; -update noar ti set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9; -update noar tt set v0='N17OPAA5V1RM5ZOY5774' where id=9; -update noar ti set v0='N17OPAA5V1RM5ZOY5774' where id=9; -update noar tt set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9; -update noar ti set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O' where id=1; -update noar ti set v0='O' where id=1; -update noar tt set b0='7WFINTFU68KC2MI' where id=1; -update noar ti set b0='7WFINTFU68KC2MI' where id=1; -update noar tt set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1; -update noar ti set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1; -update noar tt set b1='XZ67YVD8I7XNHX' where id=1; -update noar ti set b1='XZ67YVD8I7XNHX' where id=1; -update noar tt set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1; -update noar ti set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1; -update noar tt set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1; -update noar ti set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1; -update noar tt set v0='7G6OGU8JP2H61YHFMEHOV' where id=2; -update noar ti set v0='7G6OGU8JP2H61YHFMEHOV' where id=2; -update noar tt set b0='CP3A1L3H045J21O81H93TG' where id=2; -update noar ti set b0='CP3A1L3H045J21O81H93TG' where id=2; -update noar tt set v0='M88M5W0U4NTYSOP7Y0H' where id=2; -update noar ti set v0='M88M5W0U4NTYSOP7Y0H' where id=2; -update noar tt set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2; -update noar ti set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2; -update noar tt set v0='X75D7JD7ORSLI3XDQG1O' where id=2; -update noar ti set v0='X75D7JD7ORSLI3XDQG1O' where id=2; -update noar tt set b2='BGH26K278X3TQ22RLGBO38' where id=2; -update noar ti set b2='BGH26K278X3TQ22RLGBO38' where id=2; -update noar tt set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3; -update noar ti set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3; -update noar tt set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3; -update noar ti set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3; -update noar tt set v0='6A3M46OO64CLJ' where id=3; -update noar ti set v0='6A3M46OO64CLJ' where id=3; -update noar tt set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3; -update noar ti set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3; -update noar tt set v0='P034MPJ1F0C32' where id=3; -update noar ti set v0='P034MPJ1F0C32' where id=3; -update noar tt set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3; -update noar ti set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3; -update noar tt set v0='OR5' where id=4; -update noar ti set v0='OR5' where id=4; -update noar tt set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4; -update noar ti set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4; -update noar tt set v0='CK6IN48FCJB3OLAK46' where id=4; -update noar ti set v0='CK6IN48FCJB3OLAK46' where id=4; -update noar tt set b1='P6OCTFHT00CGUVSJG' where id=4; -update noar ti set b1='P6OCTFHT00CGUVSJG' where id=4; -update noar tt set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4; -update noar ti set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4; -update noar tt set b2='20LIQVKLWHQ' where id=4; -update noar ti set b2='20LIQVKLWHQ' where id=4; -update noar tt set v0='T3M9334' where id=5; -update noar ti set v0='T3M9334' where id=5; -update noar tt set b0='RWL2Q8I21' where id=5; -update noar ti set b0='RWL2Q8I21' where id=5; -update noar tt set v0='ZOURSSIAMP9P2' where id=5; -update noar ti set v0='ZOURSSIAMP9P2' where id=5; -update noar tt set b1='1QKM7QT6GUJUJ7' where id=5; -update noar ti set b1='1QKM7QT6GUJUJ7' where id=5; -update noar tt set v0='3KC4WWAE' where id=5; -update noar ti set v0='3KC4WWAE' where id=5; -update noar tt set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5; -update noar ti set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5; -update noar tt set v0='2CAH2H' where id=6; -update noar ti set v0='2CAH2H' where id=6; -update noar tt set b0='5KN6P62F8T6KI2QZ0J2G' where id=6; -update noar ti set b0='5KN6P62F8T6KI2QZ0J2G' where id=6; -update noar tt set v0='ZN1' where id=6; -update noar ti set v0='ZN1' where id=6; -update noar tt set b1='TD56FIWOOV9T33QLWNH6CL' where id=6; -update noar ti set b1='TD56FIWOOV9T33QLWNH6CL' where id=6; -update noar tt set v0='NQCYZW0Y2IJMDJ' where id=6; -update noar ti set v0='NQCYZW0Y2IJMDJ' where id=6; -update noar tt set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6; -update noar ti set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6; -update noar tt set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7; -update noar ti set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7; -update noar tt set b0='XQIABVXMDJZXAPF0FL2' where id=7; -update noar ti set b0='XQIABVXMDJZXAPF0FL2' where id=7; -update noar tt set v0='J8C31VBSKBX0Z46ZS9' where id=7; -update noar ti set v0='J8C31VBSKBX0Z46ZS9' where id=7; -update noar tt set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7; -update noar ti set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7; -update noar tt set v0='XP9LGI4YYTSN16GCDU2I' where id=7; -update noar ti set v0='XP9LGI4YYTSN16GCDU2I' where id=7; -update noar tt set b2='Q0UFFR16PFW40G2XZER' where id=7; -update noar ti set b2='Q0UFFR16PFW40G2XZER' where id=7; -update noar tt set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8; -update noar ti set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8; -update noar tt set b0='NOGT7Q2A0E5B9NP3TO' where id=8; -update noar ti set b0='NOGT7Q2A0E5B9NP3TO' where id=8; -update noar tt set v0='4MEA5S' where id=8; -update noar ti set v0='4MEA5S' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8; -update noar ti set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8; -update noar tt set b2='NOWQ33NMX08A3BF39' where id=8; -update noar ti set b2='NOWQ33NMX08A3BF39' where id=8; -update noar tt set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9; -update noar ti set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9; -update noar tt set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9; -update noar ti set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9; -update noar tt set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9; -update noar ti set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9; -update noar tt set b1='MITR2S8Z9B99U3U6' where id=9; -update noar ti set b1='MITR2S8Z9B99U3U6' where id=9; -update noar tt set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9; -update noar ti set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9; -update noar tt set b2='H41K62MYEH7YAJ' where id=9; -update noar ti set b2='H41K62MYEH7YAJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IZN4AE26FMKIAPVY1GBS' where id=1; -update noar ti set v0='IZN4AE26FMKIAPVY1GBS' where id=1; -update noar tt set b0='KQBOIDHT31' where id=1; -update noar ti set b0='KQBOIDHT31' where id=1; -update noar tt set v0='I' where id=1; -update noar ti set v0='I' where id=1; -update noar tt set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1; -update noar ti set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1; -update noar tt set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1; -update noar ti set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1; -update noar tt set b2='YQ9SWF40' where id=1; -update noar ti set b2='YQ9SWF40' where id=1; -update noar tt set v0='22Y' where id=2; -update noar ti set v0='22Y' where id=2; -update noar tt set b0='4PP3R' where id=2; -update noar ti set b0='4PP3R' where id=2; -update noar tt set v0='VKG379CB24BM3Q0HC97TTGL' where id=2; -update noar ti set v0='VKG379CB24BM3Q0HC97TTGL' where id=2; -update noar tt set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2; -update noar ti set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2; -update noar tt set v0='UA27HBFM2R8KIJ3G8YG' where id=2; -update noar ti set v0='UA27HBFM2R8KIJ3G8YG' where id=2; -update noar tt set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2; -update noar ti set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2; -update noar tt set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3; -update noar ti set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3; -update noar tt set b0='5IV1SQ2SHJ15TB6KT0' where id=3; -update noar ti set b0='5IV1SQ2SHJ15TB6KT0' where id=3; -update noar tt set v0='1M8FQQ360XV40' where id=3; -update noar ti set v0='1M8FQQ360XV40' where id=3; -update noar tt set b1='2' where id=3; -update noar ti set b1='2' where id=3; -update noar tt set v0='K7SID54GZ9LCSYD5WZHL0' where id=3; -update noar ti set v0='K7SID54GZ9LCSYD5WZHL0' where id=3; -update noar tt set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3; -update noar ti set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3; -update noar tt set v0='190QA423L6' where id=4; -update noar ti set v0='190QA423L6' where id=4; -update noar tt set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4; -update noar ti set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4; -update noar tt set v0='RV8YXGAFFEW' where id=4; -update noar ti set v0='RV8YXGAFFEW' where id=4; -update noar tt set b1='B' where id=4; -update noar ti set b1='B' where id=4; -update noar tt set v0='JWHU540G27P1NE5GK44' where id=4; -update noar ti set v0='JWHU540G27P1NE5GK44' where id=4; -update noar tt set b2='95LW7P' where id=4; -update noar ti set b2='95LW7P' where id=4; -update noar tt set v0='X6W3Y' where id=5; -update noar ti set v0='X6W3Y' where id=5; -update noar tt set b0='KA3PNL7ZZWYI0KST' where id=5; -update noar ti set b0='KA3PNL7ZZWYI0KST' where id=5; -update noar tt set v0='NW752UMNSAT85AG' where id=5; -update noar ti set v0='NW752UMNSAT85AG' where id=5; -update noar tt set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5; -update noar ti set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5; -update noar tt set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5; -update noar ti set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5; -update noar tt set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5; -update noar ti set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5; -update noar tt set v0='35B8ISOR6POBVG1YENORJ' where id=6; -update noar ti set v0='35B8ISOR6POBVG1YENORJ' where id=6; -update noar tt set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6; -update noar ti set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6; -update noar tt set v0='7590AYRMGET4QQ8ACT' where id=6; -update noar ti set v0='7590AYRMGET4QQ8ACT' where id=6; -update noar tt set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6; -update noar ti set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6; -update noar tt set v0='MUFTF428' where id=6; -update noar ti set v0='MUFTF428' where id=6; -update noar tt set b2='U4AQMT3YXHE9Y4AJ' where id=6; -update noar ti set b2='U4AQMT3YXHE9Y4AJ' where id=6; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7; -update noar ti set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7; -update noar tt set v0='H0VFZCKKDVRD' where id=7; -update noar ti set v0='H0VFZCKKDVRD' where id=7; -update noar tt set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7; -update noar ti set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7; -update noar tt set v0='4HT5CYXGHTO8R682IB7BW8' where id=7; -update noar ti set v0='4HT5CYXGHTO8R682IB7BW8' where id=7; -update noar tt set b2='A4J1U09SB44' where id=7; -update noar ti set b2='A4J1U09SB44' where id=7; -update noar tt set v0='OVP4QJY83KNWG48C4GLQJ' where id=8; -update noar ti set v0='OVP4QJY83KNWG48C4GLQJ' where id=8; -update noar tt set b0='1TUBS' where id=8; -update noar ti set b0='1TUBS' where id=8; -update noar tt set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8; -update noar ti set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8; -update noar tt set b1='98AZS' where id=8; -update noar ti set b1='98AZS' where id=8; -update noar tt set v0='L' where id=8; -update noar ti set v0='L' where id=8; -update noar tt set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8; -update noar ti set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8; -update noar tt set v0='TAHWUXACQRHYJY24' where id=9; -update noar ti set v0='TAHWUXACQRHYJY24' where id=9; -update noar tt set b0='LWGVFJMN17C6' where id=9; -update noar ti set b0='LWGVFJMN17C6' where id=9; -update noar tt set v0='F' where id=9; -update noar ti set v0='F' where id=9; -update noar tt set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9; -update noar ti set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9; -update noar tt set v0='Q40BUM86DC118LJR' where id=9; -update noar ti set v0='Q40BUM86DC118LJR' where id=9; -update noar tt set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9; -update noar ti set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='04ZQCUB6BKE12K' where id=1; -update noar ti set v0='04ZQCUB6BKE12K' where id=1; -update noar tt set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1; -update noar ti set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1; -update noar tt set v0='39NL47XA6NTRW' where id=1; -update noar ti set v0='39NL47XA6NTRW' where id=1; -update noar tt set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1; -update noar ti set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1; -update noar tt set v0='P' where id=1; -update noar ti set v0='P' where id=1; -update noar tt set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1; -update noar ti set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1; -update noar tt set v0='GUCUV3K' where id=2; -update noar ti set v0='GUCUV3K' where id=2; -update noar tt set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2; -update noar ti set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2; -update noar tt set v0='PE00LJ6ZMZOZGMK31X' where id=2; -update noar ti set v0='PE00LJ6ZMZOZGMK31X' where id=2; -update noar tt set b1='2H8XU7WKA' where id=2; -update noar ti set b1='2H8XU7WKA' where id=2; -update noar tt set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2; -update noar ti set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2; -update noar tt set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2; -update noar ti set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2; -update noar tt set v0='CP' where id=3; -update noar ti set v0='CP' where id=3; -update noar tt set b0='8YLC8Y7UUPT6U' where id=3; -update noar ti set b0='8YLC8Y7UUPT6U' where id=3; -update noar tt set v0='RUYO' where id=3; -update noar ti set v0='RUYO' where id=3; -update noar tt set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3; -update noar ti set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3; -update noar tt set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3; -update noar ti set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3; -update noar tt set b2='SJ2S157JO18KTYBITPUB' where id=3; -update noar ti set b2='SJ2S157JO18KTYBITPUB' where id=3; -update noar tt set v0='6BSLT8FMWFU55M9CDLE16' where id=4; -update noar ti set v0='6BSLT8FMWFU55M9CDLE16' where id=4; -update noar tt set b0='A6' where id=4; -update noar ti set b0='A6' where id=4; -update noar tt set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4; -update noar ti set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4; -update noar tt set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4; -update noar ti set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4; -update noar tt set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4; -update noar ti set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4; -update noar tt set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4; -update noar ti set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4; -update noar tt set v0='YYOW1K' where id=5; -update noar ti set v0='YYOW1K' where id=5; -update noar tt set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5; -update noar ti set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5; -update noar tt set v0='SLRQDJP6NV15BOC1R' where id=5; -update noar ti set v0='SLRQDJP6NV15BOC1R' where id=5; -update noar tt set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5; -update noar ti set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5; -update noar tt set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5; -update noar ti set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5; -update noar tt set b2='4' where id=5; -update noar ti set b2='4' where id=5; -update noar tt set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6; -update noar ti set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6; -update noar tt set b0='R3MU2F0PW007PN' where id=6; -update noar ti set b0='R3MU2F0PW007PN' where id=6; -update noar tt set v0='0B3O4POU0MFYT8' where id=6; -update noar ti set v0='0B3O4POU0MFYT8' where id=6; -update noar tt set b1='MYDNT1DWITK1I' where id=6; -update noar ti set b1='MYDNT1DWITK1I' where id=6; -update noar tt set v0='0IET0IV730CDS3YP' where id=6; -update noar ti set v0='0IET0IV730CDS3YP' where id=6; -update noar tt set b2='ZNMGR3WP78U43W' where id=6; -update noar ti set b2='ZNMGR3WP78U43W' where id=6; -update noar tt set v0='9K4M9YJ21B3H9L28I' where id=7; -update noar ti set v0='9K4M9YJ21B3H9L28I' where id=7; -update noar tt set b0='ZOCGMA' where id=7; -update noar ti set b0='ZOCGMA' where id=7; -update noar tt set v0='2O8NB6AY5BGN3UPOCFENP' where id=7; -update noar ti set v0='2O8NB6AY5BGN3UPOCFENP' where id=7; -update noar tt set b1='GEEL7K9S50M' where id=7; -update noar ti set b1='GEEL7K9S50M' where id=7; -update noar tt set v0='1NZU1V' where id=7; -update noar ti set v0='1NZU1V' where id=7; -update noar tt set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7; -update noar ti set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7; -update noar tt set v0='Y8YR18HBNGB626H14D07N81XP' where id=8; -update noar ti set v0='Y8YR18HBNGB626H14D07N81XP' where id=8; -update noar tt set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8; -update noar ti set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8; -update noar tt set v0='OE9Z8D277PAO' where id=8; -update noar ti set v0='OE9Z8D277PAO' where id=8; -update noar tt set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8; -update noar ti set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8; -update noar tt set v0='L6AP' where id=8; -update noar ti set v0='L6AP' where id=8; -update noar tt set b2='3HEXQO0MCRG95KHSNHL5' where id=8; -update noar ti set b2='3HEXQO0MCRG95KHSNHL5' where id=8; -update noar tt set v0='5O27VIEO3RFE86KYI9PE23A' where id=9; -update noar ti set v0='5O27VIEO3RFE86KYI9PE23A' where id=9; -update noar tt set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9; -update noar ti set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9; -update noar tt set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9; -update noar ti set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9; -update noar tt set b1='DHE1H05R' where id=9; -update noar ti set b1='DHE1H05R' where id=9; -update noar tt set v0='ZI4VG1QJ' where id=9; -update noar ti set v0='ZI4VG1QJ' where id=9; -update noar tt set b2='BDWVOKE8AQSN' where id=9; -update noar ti set b2='BDWVOKE8AQSN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S38V6P1S0BNAN' where id=1; -update noar ti set v0='S38V6P1S0BNAN' where id=1; -update noar tt set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1; -update noar ti set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1; -update noar tt set v0='OE4TZHS4ZS83W4W0H' where id=1; -update noar ti set v0='OE4TZHS4ZS83W4W0H' where id=1; -update noar tt set b1='W0K32SKSG7B96L9H' where id=1; -update noar ti set b1='W0K32SKSG7B96L9H' where id=1; -update noar tt set v0='LBOXALUNT3OWTZLKU5R9' where id=1; -update noar ti set v0='LBOXALUNT3OWTZLKU5R9' where id=1; -update noar tt set b2='0PJW46H' where id=1; -update noar ti set b2='0PJW46H' where id=1; -update noar tt set v0='LX0LP5ZNAK38' where id=2; -update noar ti set v0='LX0LP5ZNAK38' where id=2; -update noar tt set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2; -update noar ti set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2; -update noar tt set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2; -update noar ti set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2; -update noar tt set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2; -update noar ti set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2; -update noar tt set v0='TH7PT4B3CQIKZX' where id=2; -update noar ti set v0='TH7PT4B3CQIKZX' where id=2; -update noar tt set b2='SXMI1EWOHWD3JVD' where id=2; -update noar ti set b2='SXMI1EWOHWD3JVD' where id=2; -update noar tt set v0='Y0Z' where id=3; -update noar ti set v0='Y0Z' where id=3; -update noar tt set b0='K6XFB5LF110BPTEW' where id=3; -update noar ti set b0='K6XFB5LF110BPTEW' where id=3; -update noar tt set v0='SCQQFA4SM76PN' where id=3; -update noar ti set v0='SCQQFA4SM76PN' where id=3; -update noar tt set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3; -update noar ti set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3; -update noar tt set v0='WD0JXHA7UTFKIHHBYR40O' where id=3; -update noar ti set v0='WD0JXHA7UTFKIHHBYR40O' where id=3; -update noar tt set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3; -update noar ti set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3; -update noar tt set v0='5P' where id=4; -update noar ti set v0='5P' where id=4; -update noar tt set b0='1SQE34Q' where id=4; -update noar ti set b0='1SQE34Q' where id=4; -update noar tt set v0='6Y402D' where id=4; -update noar ti set v0='6Y402D' where id=4; -update noar tt set b1='LLH' where id=4; -update noar ti set b1='LLH' where id=4; -update noar tt set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4; -update noar ti set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4; -update noar tt set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4; -update noar ti set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4; -update noar tt set v0='Y' where id=5; -update noar ti set v0='Y' where id=5; -update noar tt set b0='BJG6AHGRBQX' where id=5; -update noar ti set b0='BJG6AHGRBQX' where id=5; -update noar tt set v0='MPQZ0QZB62X7Y' where id=5; -update noar ti set v0='MPQZ0QZB62X7Y' where id=5; -update noar tt set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5; -update noar ti set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5; -update noar tt set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5; -update noar ti set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5; -update noar tt set b2='TP' where id=5; -update noar ti set b2='TP' where id=5; -update noar tt set v0='0I94Y0RXY' where id=6; -update noar ti set v0='0I94Y0RXY' where id=6; -update noar tt set b0='LTKIVTQGWUU6TJ50L3' where id=6; -update noar ti set b0='LTKIVTQGWUU6TJ50L3' where id=6; -update noar tt set v0='77' where id=6; -update noar ti set v0='77' where id=6; -update noar tt set b1='57B9' where id=6; -update noar ti set b1='57B9' where id=6; -update noar tt set v0='JPVK' where id=6; -update noar ti set v0='JPVK' where id=6; -update noar tt set b2='7S8UC521SKWPB1YN' where id=6; -update noar ti set b2='7S8UC521SKWPB1YN' where id=6; -update noar tt set v0='S7V1DK2PSEEWLVRJ' where id=7; -update noar ti set v0='S7V1DK2PSEEWLVRJ' where id=7; -update noar tt set b0='M' where id=7; -update noar ti set b0='M' where id=7; -update noar tt set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7; -update noar ti set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7; -update noar tt set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7; -update noar ti set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7; -update noar tt set v0='DQ5R' where id=7; -update noar ti set v0='DQ5R' where id=7; -update noar tt set b2='L5WL1UCS7D63PK' where id=7; -update noar ti set b2='L5WL1UCS7D63PK' where id=7; -update noar tt set v0='FIV2QZXCI6' where id=8; -update noar ti set v0='FIV2QZXCI6' where id=8; -update noar tt set b0='Z' where id=8; -update noar ti set b0='Z' where id=8; -update noar tt set v0='KYAT0VLE4QGAX' where id=8; -update noar ti set v0='KYAT0VLE4QGAX' where id=8; -update noar tt set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8; -update noar ti set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8; -update noar tt set v0='UP8M2' where id=8; -update noar ti set v0='UP8M2' where id=8; -update noar tt set b2='K' where id=8; -update noar ti set b2='K' where id=8; -update noar tt set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9; -update noar ti set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9; -update noar tt set b0='EMJO39' where id=9; -update noar ti set b0='EMJO39' where id=9; -update noar tt set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9; -update noar ti set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9; -update noar tt set b1='8V' where id=9; -update noar ti set b1='8V' where id=9; -update noar tt set v0='MRIN8ORER7BV8U' where id=9; -update noar ti set v0='MRIN8ORER7BV8U' where id=9; -update noar tt set b2='AC06BV0K9NCB' where id=9; -update noar ti set b2='AC06BV0K9NCB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1; -update noar ti set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1; -update noar tt set b0='LCMBPP' where id=1; -update noar ti set b0='LCMBPP' where id=1; -update noar tt set v0='AH8ZSE' where id=1; -update noar ti set v0='AH8ZSE' where id=1; -update noar tt set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1; -update noar ti set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1; -update noar tt set v0='T6ZQZAIBIGQ' where id=1; -update noar ti set v0='T6ZQZAIBIGQ' where id=1; -update noar tt set b2='26G6B' where id=1; -update noar ti set b2='26G6B' where id=1; -update noar tt set v0='KWVG4RGVCVQUG447HI15B3' where id=2; -update noar ti set v0='KWVG4RGVCVQUG447HI15B3' where id=2; -update noar tt set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2; -update noar ti set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2; -update noar tt set v0='NYKQVR682WY73LJ46X534' where id=2; -update noar ti set v0='NYKQVR682WY73LJ46X534' where id=2; -update noar tt set b1='JNR7' where id=2; -update noar ti set b1='JNR7' where id=2; -update noar tt set v0='LZGHD' where id=2; -update noar ti set v0='LZGHD' where id=2; -update noar tt set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2; -update noar ti set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2; -update noar tt set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3; -update noar ti set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3; -update noar tt set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3; -update noar ti set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3; -update noar tt set v0='HGB6LP6SZ87D1CHB5CG2' where id=3; -update noar ti set v0='HGB6LP6SZ87D1CHB5CG2' where id=3; -update noar tt set b1='4OR' where id=3; -update noar ti set b1='4OR' where id=3; -update noar tt set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3; -update noar ti set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3; -update noar tt set b2='ZM4YUEG9LQXXFWB41' where id=3; -update noar ti set b2='ZM4YUEG9LQXXFWB41' where id=3; -update noar tt set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4; -update noar ti set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4; -update noar tt set b0='43ENW7LUTWV0R' where id=4; -update noar ti set b0='43ENW7LUTWV0R' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='UMBBU6MVYCK42I7ACK' where id=4; -update noar ti set b1='UMBBU6MVYCK42I7ACK' where id=4; -update noar tt set v0='4DFQD' where id=4; -update noar ti set v0='4DFQD' where id=4; -update noar tt set b2='T8GL5FTXYIIR487B9A' where id=4; -update noar ti set b2='T8GL5FTXYIIR487B9A' where id=4; -update noar tt set v0='VC3A0WRGPZ' where id=5; -update noar ti set v0='VC3A0WRGPZ' where id=5; -update noar tt set b0='QG1WQTBLSQ5OX0117EPL' where id=5; -update noar ti set b0='QG1WQTBLSQ5OX0117EPL' where id=5; -update noar tt set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5; -update noar ti set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5; -update noar tt set b1='E5Y' where id=5; -update noar ti set b1='E5Y' where id=5; -update noar tt set v0='41I5732CA8FNMWFR9S9' where id=5; -update noar ti set v0='41I5732CA8FNMWFR9S9' where id=5; -update noar tt set b2='RYAIU39QF00IHDN38OGC' where id=5; -update noar ti set b2='RYAIU39QF00IHDN38OGC' where id=5; -update noar tt set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6; -update noar ti set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6; -update noar tt set b0='O80GCRGKEU' where id=6; -update noar ti set b0='O80GCRGKEU' where id=6; -update noar tt set v0='R6XD8JUP4B1H3PRP' where id=6; -update noar ti set v0='R6XD8JUP4B1H3PRP' where id=6; -update noar tt set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6; -update noar ti set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6; -update noar tt set v0='63DKVNZHNN0' where id=6; -update noar ti set v0='63DKVNZHNN0' where id=6; -update noar tt set b2='FSTAA6AUZLYLT3F9' where id=6; -update noar ti set b2='FSTAA6AUZLYLT3F9' where id=6; -update noar tt set v0='X7E9TW3BK' where id=7; -update noar ti set v0='X7E9TW3BK' where id=7; -update noar tt set b0='NQLIZ13XOI7NLODXN' where id=7; -update noar ti set b0='NQLIZ13XOI7NLODXN' where id=7; -update noar tt set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7; -update noar ti set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7; -update noar tt set b1='OV3TRV2LWC16R2Q' where id=7; -update noar ti set b1='OV3TRV2LWC16R2Q' where id=7; -update noar tt set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7; -update noar ti set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7; -update noar tt set b2='T46QEM927MDPU16R' where id=7; -update noar ti set b2='T46QEM927MDPU16R' where id=7; -update noar tt set v0='0RSGX' where id=8; -update noar ti set v0='0RSGX' where id=8; -update noar tt set b0='HT37NEDB1WXQ3855' where id=8; -update noar ti set b0='HT37NEDB1WXQ3855' where id=8; -update noar tt set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8; -update noar ti set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8; -update noar tt set b1='XBNBB2QG5' where id=8; -update noar ti set b1='XBNBB2QG5' where id=8; -update noar tt set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8; -update noar ti set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8; -update noar tt set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8; -update noar ti set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8; -update noar tt set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9; -update noar ti set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9; -update noar tt set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9; -update noar ti set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9; -update noar tt set v0='70IPM' where id=9; -update noar ti set v0='70IPM' where id=9; -update noar tt set b1='8Q' where id=9; -update noar ti set b1='8Q' where id=9; -update noar tt set v0='UYS1XSNQ' where id=9; -update noar ti set v0='UYS1XSNQ' where id=9; -update noar tt set b2='JWKAH0' where id=9; -update noar ti set b2='JWKAH0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VY8' where id=1; -update noar ti set v0='VY8' where id=1; -update noar tt set b0='X2P0YGHY4R437' where id=1; -update noar ti set b0='X2P0YGHY4R437' where id=1; -update noar tt set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1; -update noar ti set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1; -update noar tt set b1='E' where id=1; -update noar ti set b1='E' where id=1; -update noar tt set v0='9NEV08TH95QF' where id=1; -update noar ti set v0='9NEV08TH95QF' where id=1; -update noar tt set b2='0P6FW9QRC66S3WI78VH4L' where id=1; -update noar ti set b2='0P6FW9QRC66S3WI78VH4L' where id=1; -update noar tt set v0='VKCLFL5J8QJ6L931Y4E8' where id=2; -update noar ti set v0='VKCLFL5J8QJ6L931Y4E8' where id=2; -update noar tt set b0='M4YM3DU5X363CCO' where id=2; -update noar ti set b0='M4YM3DU5X363CCO' where id=2; -update noar tt set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2; -update noar ti set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2; -update noar tt set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2; -update noar ti set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2; -update noar tt set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2; -update noar ti set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2; -update noar tt set b2='EMIQD8DJ3PZ67YSJ' where id=2; -update noar ti set b2='EMIQD8DJ3PZ67YSJ' where id=2; -update noar tt set v0='GM0J5TMT5B7OTMDL7UVD' where id=3; -update noar ti set v0='GM0J5TMT5B7OTMDL7UVD' where id=3; -update noar tt set b0='TRGLG5' where id=3; -update noar ti set b0='TRGLG5' where id=3; -update noar tt set v0='6P' where id=3; -update noar ti set v0='6P' where id=3; -update noar tt set b1='8JI5TNDWBE9' where id=3; -update noar ti set b1='8JI5TNDWBE9' where id=3; -update noar tt set v0='2PO3AP0TZKHUJ2' where id=3; -update noar ti set v0='2PO3AP0TZKHUJ2' where id=3; -update noar tt set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3; -update noar ti set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3; -update noar tt set v0='K2DHG0' where id=4; -update noar ti set v0='K2DHG0' where id=4; -update noar tt set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4; -update noar ti set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4; -update noar tt set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4; -update noar ti set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4; -update noar tt set b1='M2UMTZD4N68LKNZ' where id=4; -update noar ti set b1='M2UMTZD4N68LKNZ' where id=4; -update noar tt set v0='KQFOM64' where id=4; -update noar ti set v0='KQFOM64' where id=4; -update noar tt set b2='FC2SY3' where id=4; -update noar ti set b2='FC2SY3' where id=4; -update noar tt set v0='ABRFPIUA0PI5OMV8BQ' where id=5; -update noar ti set v0='ABRFPIUA0PI5OMV8BQ' where id=5; -update noar tt set b0='47ESUSFE93S92AEKPL3' where id=5; -update noar ti set b0='47ESUSFE93S92AEKPL3' where id=5; -update noar tt set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5; -update noar ti set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5; -update noar tt set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5; -update noar ti set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5; -update noar tt set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5; -update noar ti set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5; -update noar tt set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5; -update noar ti set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5; -update noar tt set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6; -update noar ti set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6; -update noar tt set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6; -update noar ti set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6; -update noar tt set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6; -update noar ti set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6; -update noar tt set b1='DRZFMIHB1DJ53BNAG98F' where id=6; -update noar ti set b1='DRZFMIHB1DJ53BNAG98F' where id=6; -update noar tt set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6; -update noar ti set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6; -update noar tt set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6; -update noar ti set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6; -update noar tt set v0='EW050M4VTKQDO1' where id=7; -update noar ti set v0='EW050M4VTKQDO1' where id=7; -update noar tt set b0='F8AWRYREIYO8W9OQU' where id=7; -update noar ti set b0='F8AWRYREIYO8W9OQU' where id=7; -update noar tt set v0='T6KSNPYHF9' where id=7; -update noar ti set v0='T6KSNPYHF9' where id=7; -update noar tt set b1='X5XT8NOQBFC7U28QCA' where id=7; -update noar ti set b1='X5XT8NOQBFC7U28QCA' where id=7; -update noar tt set v0='GIDSBSEGU' where id=7; -update noar ti set v0='GIDSBSEGU' where id=7; -update noar tt set b2='7U' where id=7; -update noar ti set b2='7U' where id=7; -update noar tt set v0='1EKP5Y1W5CIW1' where id=8; -update noar ti set v0='1EKP5Y1W5CIW1' where id=8; -update noar tt set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8; -update noar ti set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8; -update noar tt set v0='XWBX7HF9MSKR6GKWNZ' where id=8; -update noar ti set v0='XWBX7HF9MSKR6GKWNZ' where id=8; -update noar tt set b1='3CXWM0LG' where id=8; -update noar ti set b1='3CXWM0LG' where id=8; -update noar tt set v0='X4CBCX6B' where id=8; -update noar ti set v0='X4CBCX6B' where id=8; -update noar tt set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8; -update noar ti set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8; -update noar tt set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9; -update noar ti set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9; -update noar tt set b0='H9TWUAX675GZCY3RMK6M2L' where id=9; -update noar ti set b0='H9TWUAX675GZCY3RMK6M2L' where id=9; -update noar tt set v0='0AZ3' where id=9; -update noar ti set v0='0AZ3' where id=9; -update noar tt set b1='1FKK4UEX8LM046B' where id=9; -update noar ti set b1='1FKK4UEX8LM046B' where id=9; -update noar tt set v0='XUL0HW' where id=9; -update noar ti set v0='XUL0HW' where id=9; -update noar tt set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9; -update noar ti set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1; -update noar ti set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1; -update noar tt set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1; -update noar ti set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1; -update noar tt set v0='Q44LT7ABYHY4LGRWUMRM' where id=1; -update noar ti set v0='Q44LT7ABYHY4LGRWUMRM' where id=1; -update noar tt set b1='20KLS720GMVW8L0' where id=1; -update noar ti set b1='20KLS720GMVW8L0' where id=1; -update noar tt set v0='8IGESBH9Z56YGGXON' where id=1; -update noar ti set v0='8IGESBH9Z56YGGXON' where id=1; -update noar tt set b2='OD68NJ4JBCC1I2JN57' where id=1; -update noar ti set b2='OD68NJ4JBCC1I2JN57' where id=1; -update noar tt set v0='UE2NFRIXZ5EJT' where id=2; -update noar ti set v0='UE2NFRIXZ5EJT' where id=2; -update noar tt set b0='4NPR1ZAD7UF' where id=2; -update noar ti set b0='4NPR1ZAD7UF' where id=2; -update noar tt set v0='QBQHJLECGHY2A2VXI' where id=2; -update noar ti set v0='QBQHJLECGHY2A2VXI' where id=2; -update noar tt set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2; -update noar ti set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2; -update noar tt set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2; -update noar ti set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2; -update noar tt set b2='FBQPDF940H02PEMIAI' where id=2; -update noar ti set b2='FBQPDF940H02PEMIAI' where id=2; -update noar tt set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3; -update noar ti set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3; -update noar tt set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3; -update noar ti set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3; -update noar tt set v0='4M67PM4KZ25XMZ' where id=3; -update noar ti set v0='4M67PM4KZ25XMZ' where id=3; -update noar tt set b1='7T5JPEM9IL28AIL' where id=3; -update noar ti set b1='7T5JPEM9IL28AIL' where id=3; -update noar tt set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3; -update noar ti set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3; -update noar tt set b2='C9JU' where id=3; -update noar ti set b2='C9JU' where id=3; -update noar tt set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4; -update noar ti set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4; -update noar tt set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4; -update noar ti set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4; -update noar tt set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4; -update noar ti set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4; -update noar tt set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4; -update noar ti set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4; -update noar tt set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4; -update noar ti set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4; -update noar tt set b2='AK8PSI77WH1' where id=4; -update noar ti set b2='AK8PSI77WH1' where id=4; -update noar tt set v0='IWEOB12HV1N9ZW6653YDJV' where id=5; -update noar ti set v0='IWEOB12HV1N9ZW6653YDJV' where id=5; -update noar tt set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5; -update noar ti set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5; -update noar tt set v0='7Y0SH837Y9LE4O3P41' where id=5; -update noar ti set v0='7Y0SH837Y9LE4O3P41' where id=5; -update noar tt set b1='JHVHRTV3' where id=5; -update noar ti set b1='JHVHRTV3' where id=5; -update noar tt set v0='N76JP' where id=5; -update noar ti set v0='N76JP' where id=5; -update noar tt set b2='NM' where id=5; -update noar ti set b2='NM' where id=5; -update noar tt set v0='RC0INFBHY8E' where id=6; -update noar ti set v0='RC0INFBHY8E' where id=6; -update noar tt set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6; -update noar ti set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6; -update noar tt set v0='SBFY48ZNF5H5DH' where id=6; -update noar ti set v0='SBFY48ZNF5H5DH' where id=6; -update noar tt set b1='L21LI3R625D2YJGAFP' where id=6; -update noar ti set b1='L21LI3R625D2YJGAFP' where id=6; -update noar tt set v0='LMUD0LNEI1MU3M1' where id=6; -update noar ti set v0='LMUD0LNEI1MU3M1' where id=6; -update noar tt set b2='SN23OYXBUAD3GV' where id=6; -update noar ti set b2='SN23OYXBUAD3GV' where id=6; -update noar tt set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7; -update noar ti set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7; -update noar tt set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7; -update noar ti set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7; -update noar tt set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7; -update noar ti set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7; -update noar tt set b1='DNH2DYGAHWXHDTEJ7D2' where id=7; -update noar ti set b1='DNH2DYGAHWXHDTEJ7D2' where id=7; -update noar tt set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7; -update noar ti set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7; -update noar tt set b2='Z9GUG6A8O' where id=7; -update noar ti set b2='Z9GUG6A8O' where id=7; -update noar tt set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8; -update noar ti set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8; -update noar tt set b0='AL92PTHOTGVKKMFF8QF' where id=8; -update noar ti set b0='AL92PTHOTGVKKMFF8QF' where id=8; -update noar tt set v0='E4IC' where id=8; -update noar ti set v0='E4IC' where id=8; -update noar tt set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8; -update noar ti set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8; -update noar tt set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8; -update noar ti set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8; -update noar tt set b2='W8OA' where id=8; -update noar ti set b2='W8OA' where id=8; -update noar tt set v0='ETZIGE' where id=9; -update noar ti set v0='ETZIGE' where id=9; -update noar tt set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9; -update noar ti set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9; -update noar tt set v0='AILZHIRDBKOV' where id=9; -update noar ti set v0='AILZHIRDBKOV' where id=9; -update noar tt set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9; -update noar ti set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9; -update noar tt set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9; -update noar ti set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9; -update noar tt set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9; -update noar ti set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QU22E82U77' where id=1; -update noar ti set v0='QU22E82U77' where id=1; -update noar tt set b0='ST3F5ZE5C8KCF1EV' where id=1; -update noar ti set b0='ST3F5ZE5C8KCF1EV' where id=1; -update noar tt set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1; -update noar ti set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1; -update noar tt set b1='YZC' where id=1; -update noar ti set b1='YZC' where id=1; -update noar tt set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1; -update noar ti set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1; -update noar tt set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1; -update noar ti set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1; -update noar tt set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2; -update noar ti set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2; -update noar tt set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2; -update noar ti set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2; -update noar tt set v0='L9AO05MW638GWS7SX5ID221' where id=2; -update noar ti set v0='L9AO05MW638GWS7SX5ID221' where id=2; -update noar tt set b1='SD99B5' where id=2; -update noar ti set b1='SD99B5' where id=2; -update noar tt set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2; -update noar ti set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2; -update noar tt set b2='HU8TE' where id=2; -update noar ti set b2='HU8TE' where id=2; -update noar tt set v0='ULT0MMPPM7OK9O4624QTS' where id=3; -update noar ti set v0='ULT0MMPPM7OK9O4624QTS' where id=3; -update noar tt set b0='OZMILYDFOMCXPYB' where id=3; -update noar ti set b0='OZMILYDFOMCXPYB' where id=3; -update noar tt set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3; -update noar ti set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3; -update noar tt set b1='02I6F3BHNUC9' where id=3; -update noar ti set b1='02I6F3BHNUC9' where id=3; -update noar tt set v0='D25NC7B' where id=3; -update noar ti set v0='D25NC7B' where id=3; -update noar tt set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3; -update noar ti set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3; -update noar tt set v0='RNS0LJROE' where id=4; -update noar ti set v0='RNS0LJROE' where id=4; -update noar tt set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4; -update noar ti set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4; -update noar tt set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4; -update noar ti set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4; -update noar tt set b1='8K' where id=4; -update noar ti set b1='8K' where id=4; -update noar tt set v0='ZSZQ1MHUQNGOISN7T7' where id=4; -update noar ti set v0='ZSZQ1MHUQNGOISN7T7' where id=4; -update noar tt set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4; -update noar ti set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4; -update noar tt set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5; -update noar ti set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5; -update noar tt set b0='VD94PIRUU' where id=5; -update noar ti set b0='VD94PIRUU' where id=5; -update noar tt set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5; -update noar ti set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5; -update noar tt set b1='YCW3NVRO' where id=5; -update noar ti set b1='YCW3NVRO' where id=5; -update noar tt set v0='TO54LKA9R42ES8HY2ICDO07' where id=5; -update noar ti set v0='TO54LKA9R42ES8HY2ICDO07' where id=5; -update noar tt set b2='91OLCN23499UQB40L5' where id=5; -update noar ti set b2='91OLCN23499UQB40L5' where id=5; -update noar tt set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6; -update noar ti set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6; -update noar tt set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6; -update noar ti set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6; -update noar tt set v0='TX3MFADKV55E6YH7Z9' where id=6; -update noar ti set v0='TX3MFADKV55E6YH7Z9' where id=6; -update noar tt set b1='LZBR' where id=6; -update noar ti set b1='LZBR' where id=6; -update noar tt set v0='EJ0SJO87NA1' where id=6; -update noar ti set v0='EJ0SJO87NA1' where id=6; -update noar tt set b2='18C4CTA6DT1U2ZVTO' where id=6; -update noar ti set b2='18C4CTA6DT1U2ZVTO' where id=6; -update noar tt set v0='L2LVFZPT0E01F5Y9D' where id=7; -update noar ti set v0='L2LVFZPT0E01F5Y9D' where id=7; -update noar tt set b0='16ZYKJTF' where id=7; -update noar ti set b0='16ZYKJTF' where id=7; -update noar tt set v0='XOWMD8EC3WC' where id=7; -update noar ti set v0='XOWMD8EC3WC' where id=7; -update noar tt set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7; -update noar ti set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7; -update noar tt set v0='QTU2SSON9T8FC' where id=7; -update noar ti set v0='QTU2SSON9T8FC' where id=7; -update noar tt set b2='R0J247T7UOTUU8P' where id=7; -update noar ti set b2='R0J247T7UOTUU8P' where id=7; -update noar tt set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8; -update noar ti set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8; -update noar tt set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8; -update noar ti set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8; -update noar tt set v0='JQBMFJCE37N' where id=8; -update noar ti set v0='JQBMFJCE37N' where id=8; -update noar tt set b1='1U' where id=8; -update noar ti set b1='1U' where id=8; -update noar tt set v0='51SE5CIRX4NUPHLJI9' where id=8; -update noar ti set v0='51SE5CIRX4NUPHLJI9' where id=8; -update noar tt set b2='7Y2MPAN' where id=8; -update noar ti set b2='7Y2MPAN' where id=8; -update noar tt set v0='97DBNRTK0MMBMJM5QIBPG' where id=9; -update noar ti set v0='97DBNRTK0MMBMJM5QIBPG' where id=9; -update noar tt set b0='KEJ3KBMFC9Q387YIG40S' where id=9; -update noar ti set b0='KEJ3KBMFC9Q387YIG40S' where id=9; -update noar tt set v0='KHPAIQAEF4' where id=9; -update noar ti set v0='KHPAIQAEF4' where id=9; -update noar tt set b1='NPH61C' where id=9; -update noar ti set b1='NPH61C' where id=9; -update noar tt set v0='M3EK88D5Z70HXPC' where id=9; -update noar ti set v0='M3EK88D5Z70HXPC' where id=9; -update noar tt set b2='NUACWYEZB35HZBQ4' where id=9; -update noar ti set b2='NUACWYEZB35HZBQ4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='518' where id=1; -update noar ti set v0='518' where id=1; -update noar tt set b0='RQQ9962CCUS46HP' where id=1; -update noar ti set b0='RQQ9962CCUS46HP' where id=1; -update noar tt set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1; -update noar ti set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1; -update noar tt set b1='M648B4FLGLXBFP46D72' where id=1; -update noar ti set b1='M648B4FLGLXBFP46D72' where id=1; -update noar tt set v0='I08J13M8D' where id=1; -update noar ti set v0='I08J13M8D' where id=1; -update noar tt set b2='LDB' where id=1; -update noar ti set b2='LDB' where id=1; -update noar tt set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2; -update noar ti set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2; -update noar tt set b0='56Y' where id=2; -update noar ti set b0='56Y' where id=2; -update noar tt set v0='581YJ6O5N9MF2APEVE8VL' where id=2; -update noar ti set v0='581YJ6O5N9MF2APEVE8VL' where id=2; -update noar tt set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2; -update noar ti set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2; -update noar tt set v0='80A07PE' where id=2; -update noar ti set v0='80A07PE' where id=2; -update noar tt set b2='TWFE29UXN00DE13JHSGB' where id=2; -update noar ti set b2='TWFE29UXN00DE13JHSGB' where id=2; -update noar tt set v0='4' where id=3; -update noar ti set v0='4' where id=3; -update noar tt set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3; -update noar ti set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3; -update noar tt set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3; -update noar ti set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3; -update noar tt set b1='BWH3VF268PP9' where id=3; -update noar ti set b1='BWH3VF268PP9' where id=3; -update noar tt set v0='WQTKM50JKV0AD4LJVALOI' where id=3; -update noar ti set v0='WQTKM50JKV0AD4LJVALOI' where id=3; -update noar tt set b2='VLZCD9DJIXQUQB8IHU' where id=3; -update noar ti set b2='VLZCD9DJIXQUQB8IHU' where id=3; -update noar tt set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4; -update noar ti set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4; -update noar tt set b0='T1V15H7QOGXNTN08G4QUYK' where id=4; -update noar ti set b0='T1V15H7QOGXNTN08G4QUYK' where id=4; -update noar tt set v0='3' where id=4; -update noar ti set v0='3' where id=4; -update noar tt set b1='OM' where id=4; -update noar ti set b1='OM' where id=4; -update noar tt set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4; -update noar ti set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4; -update noar tt set b2='1WA1R' where id=4; -update noar ti set b2='1WA1R' where id=4; -update noar tt set v0='XN8X2MWVMMN' where id=5; -update noar ti set v0='XN8X2MWVMMN' where id=5; -update noar tt set b0='S6' where id=5; -update noar ti set b0='S6' where id=5; -update noar tt set v0='N8BGHSTLQIERFZ3ZN6' where id=5; -update noar ti set v0='N8BGHSTLQIERFZ3ZN6' where id=5; -update noar tt set b1='QQZBHL2X' where id=5; -update noar ti set b1='QQZBHL2X' where id=5; -update noar tt set v0='E4PE1DWIG' where id=5; -update noar ti set v0='E4PE1DWIG' where id=5; -update noar tt set b2='D0TRPD5U6R8LGPI99HJLO' where id=5; -update noar ti set b2='D0TRPD5U6R8LGPI99HJLO' where id=5; -update noar tt set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6; -update noar ti set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6; -update noar tt set b0='DUORPEZ' where id=6; -update noar ti set b0='DUORPEZ' where id=6; -update noar tt set v0='1MF' where id=6; -update noar ti set v0='1MF' where id=6; -update noar tt set b1='PCMBLJ9IP3U' where id=6; -update noar ti set b1='PCMBLJ9IP3U' where id=6; -update noar tt set v0='UHS2GSZRDOD1' where id=6; -update noar ti set v0='UHS2GSZRDOD1' where id=6; -update noar tt set b2='KMT54' where id=6; -update noar ti set b2='KMT54' where id=6; -update noar tt set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7; -update noar ti set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7; -update noar tt set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7; -update noar ti set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7; -update noar tt set v0='AX6PQEXI' where id=7; -update noar ti set v0='AX6PQEXI' where id=7; -update noar tt set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7; -update noar ti set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7; -update noar tt set v0='MV6202' where id=7; -update noar ti set v0='MV6202' where id=7; -update noar tt set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7; -update noar ti set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7; -update noar tt set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8; -update noar ti set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8; -update noar tt set b0='DUE20VL4BKCM1DOA' where id=8; -update noar ti set b0='DUE20VL4BKCM1DOA' where id=8; -update noar tt set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8; -update noar ti set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8; -update noar tt set b1='76R8B' where id=8; -update noar ti set b1='76R8B' where id=8; -update noar tt set v0='9' where id=8; -update noar ti set v0='9' where id=8; -update noar tt set b2='ROLL4' where id=8; -update noar ti set b2='ROLL4' where id=8; -update noar tt set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9; -update noar ti set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9; -update noar tt set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9; -update noar ti set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9; -update noar tt set v0='KMNY4J2' where id=9; -update noar ti set v0='KMNY4J2' where id=9; -update noar tt set b1='U' where id=9; -update noar ti set b1='U' where id=9; -update noar tt set v0='XJJFD395S96WW' where id=9; -update noar ti set v0='XJJFD395S96WW' where id=9; -update noar tt set b2='3JB2PRX38M8' where id=9; -update noar ti set b2='3JB2PRX38M8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1; -update noar ti set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1; -update noar tt set b0='CO' where id=1; -update noar ti set b0='CO' where id=1; -update noar tt set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1; -update noar ti set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1; -update noar tt set b1='2D6YAWC2N680EZ2X1HSSI' where id=1; -update noar ti set b1='2D6YAWC2N680EZ2X1HSSI' where id=1; -update noar tt set v0='PGXGLDH6' where id=1; -update noar ti set v0='PGXGLDH6' where id=1; -update noar tt set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1; -update noar ti set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1; -update noar tt set v0='EN' where id=2; -update noar ti set v0='EN' where id=2; -update noar tt set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2; -update noar ti set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2; -update noar tt set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2; -update noar ti set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2; -update noar tt set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2; -update noar ti set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2; -update noar tt set v0='CSGD5O0U' where id=2; -update noar ti set v0='CSGD5O0U' where id=2; -update noar tt set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2; -update noar ti set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2; -update noar tt set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3; -update noar ti set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3; -update noar tt set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3; -update noar ti set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3; -update noar tt set v0='AEUEDXZZH7YSJ' where id=3; -update noar ti set v0='AEUEDXZZH7YSJ' where id=3; -update noar tt set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3; -update noar ti set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3; -update noar tt set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3; -update noar ti set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3; -update noar tt set b2='0XN2OWNY' where id=3; -update noar ti set b2='0XN2OWNY' where id=3; -update noar tt set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4; -update noar ti set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4; -update noar tt set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4; -update noar ti set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4; -update noar tt set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4; -update noar ti set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4; -update noar tt set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4; -update noar ti set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4; -update noar tt set v0='YPR' where id=4; -update noar ti set v0='YPR' where id=4; -update noar tt set b2='RGIGJ4QK2MQYOC' where id=4; -update noar ti set b2='RGIGJ4QK2MQYOC' where id=4; -update noar tt set v0='06ZTWJ731' where id=5; -update noar ti set v0='06ZTWJ731' where id=5; -update noar tt set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5; -update noar ti set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5; -update noar tt set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5; -update noar ti set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5; -update noar tt set b1='X3ZU1V4S' where id=5; -update noar ti set b1='X3ZU1V4S' where id=5; -update noar tt set v0='DO' where id=5; -update noar ti set v0='DO' where id=5; -update noar tt set b2='BIF337KCVTFZOUT0HUOBCC' where id=5; -update noar ti set b2='BIF337KCVTFZOUT0HUOBCC' where id=5; -update noar tt set v0='52UPGW2LTPNUDA1RO' where id=6; -update noar ti set v0='52UPGW2LTPNUDA1RO' where id=6; -update noar tt set b0='8YTXBN7' where id=6; -update noar ti set b0='8YTXBN7' where id=6; -update noar tt set v0='Q4BKXWB' where id=6; -update noar ti set v0='Q4BKXWB' where id=6; -update noar tt set b1='WHA0' where id=6; -update noar ti set b1='WHA0' where id=6; -update noar tt set v0='U' where id=6; -update noar ti set v0='U' where id=6; -update noar tt set b2='PJ' where id=6; -update noar ti set b2='PJ' where id=6; -update noar tt set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7; -update noar ti set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7; -update noar tt set b0='UJX21AMMV02QV3JN6J6V' where id=7; -update noar ti set b0='UJX21AMMV02QV3JN6J6V' where id=7; -update noar tt set v0='6DHG' where id=7; -update noar ti set v0='6DHG' where id=7; -update noar tt set b1='4K36Y6HSW93DCV2GUOC' where id=7; -update noar ti set b1='4K36Y6HSW93DCV2GUOC' where id=7; -update noar tt set v0='G' where id=7; -update noar ti set v0='G' where id=7; -update noar tt set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7; -update noar ti set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7; -update noar tt set v0='CCSGEXYJS9J6' where id=8; -update noar ti set v0='CCSGEXYJS9J6' where id=8; -update noar tt set b0='EU6TW4FZZ8418L2' where id=8; -update noar ti set b0='EU6TW4FZZ8418L2' where id=8; -update noar tt set v0='2H' where id=8; -update noar ti set v0='2H' where id=8; -update noar tt set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8; -update noar ti set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8; -update noar tt set v0='NLCMGE3927F0GKK5CVT' where id=8; -update noar ti set v0='NLCMGE3927F0GKK5CVT' where id=8; -update noar tt set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8; -update noar ti set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8; -update noar tt set v0='ZCP70WPC' where id=9; -update noar ti set v0='ZCP70WPC' where id=9; -update noar tt set b0='VVS47EPKEIC5I2E2X' where id=9; -update noar ti set b0='VVS47EPKEIC5I2E2X' where id=9; -update noar tt set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9; -update noar ti set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9; -update noar ti set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9; -update noar tt set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9; -update noar ti set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1; -update noar ti set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1; -update noar tt set b0='4E' where id=1; -update noar ti set b0='4E' where id=1; -update noar tt set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1; -update noar ti set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1; -update noar tt set b1='3MKECHHBBV2XE4KC7' where id=1; -update noar ti set b1='3MKECHHBBV2XE4KC7' where id=1; -update noar tt set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1; -update noar ti set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1; -update noar tt set b2='ZXDH2SQC' where id=1; -update noar ti set b2='ZXDH2SQC' where id=1; -update noar tt set v0='LIR55AI811KBFOT' where id=2; -update noar ti set v0='LIR55AI811KBFOT' where id=2; -update noar tt set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2; -update noar ti set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2; -update noar tt set v0='VY9VF3MVWZHL' where id=2; -update noar ti set v0='VY9VF3MVWZHL' where id=2; -update noar tt set b1='URPT2INKAZC' where id=2; -update noar ti set b1='URPT2INKAZC' where id=2; -update noar tt set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2; -update noar ti set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2; -update noar tt set b2='KP3CWJRRKM' where id=2; -update noar ti set b2='KP3CWJRRKM' where id=2; -update noar tt set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3; -update noar ti set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3; -update noar tt set b0='YXOP3' where id=3; -update noar ti set b0='YXOP3' where id=3; -update noar tt set v0='VYUVROLL2N' where id=3; -update noar ti set v0='VYUVROLL2N' where id=3; -update noar tt set b1='SMCFO14L1JD' where id=3; -update noar ti set b1='SMCFO14L1JD' where id=3; -update noar tt set v0='8TTRLRR8I' where id=3; -update noar ti set v0='8TTRLRR8I' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4; -update noar ti set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4; -update noar tt set b0='0E7RYLJYFGTT' where id=4; -update noar ti set b0='0E7RYLJYFGTT' where id=4; -update noar tt set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4; -update noar ti set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4; -update noar tt set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4; -update noar ti set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4; -update noar tt set v0='U5A6416LF4RA1E25EOU17TJ' where id=4; -update noar ti set v0='U5A6416LF4RA1E25EOU17TJ' where id=4; -update noar tt set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4; -update noar ti set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4; -update noar tt set v0='VSD9834MIY7LV' where id=5; -update noar ti set v0='VSD9834MIY7LV' where id=5; -update noar tt set b0='NLDZJGLZUMIY3' where id=5; -update noar ti set b0='NLDZJGLZUMIY3' where id=5; -update noar tt set v0='DY' where id=5; -update noar ti set v0='DY' where id=5; -update noar tt set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5; -update noar ti set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5; -update noar tt set v0='X808' where id=5; -update noar ti set v0='X808' where id=5; -update noar tt set b2='VXBFZNP6JRVZJ4N0' where id=5; -update noar ti set b2='VXBFZNP6JRVZJ4N0' where id=5; -update noar tt set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6; -update noar ti set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6; -update noar tt set b0='DC' where id=6; -update noar ti set b0='DC' where id=6; -update noar tt set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6; -update noar ti set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6; -update noar tt set b1='M' where id=6; -update noar ti set b1='M' where id=6; -update noar tt set v0='H2Y69AOEK' where id=6; -update noar ti set v0='H2Y69AOEK' where id=6; -update noar tt set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6; -update noar ti set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6; -update noar tt set v0='EHLT2111EWVF29Y74N1C' where id=7; -update noar ti set v0='EHLT2111EWVF29Y74N1C' where id=7; -update noar tt set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7; -update noar ti set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7; -update noar tt set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7; -update noar ti set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7; -update noar tt set b1='6SW7' where id=7; -update noar ti set b1='6SW7' where id=7; -update noar tt set v0='6' where id=7; -update noar ti set v0='6' where id=7; -update noar tt set b2='K1DJQQML2WMCQLO8IGO0' where id=7; -update noar ti set b2='K1DJQQML2WMCQLO8IGO0' where id=7; -update noar tt set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8; -update noar ti set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8; -update noar tt set b0='Z5NJ081B4V8F7G8OL' where id=8; -update noar ti set b0='Z5NJ081B4V8F7G8OL' where id=8; -update noar tt set v0='LSFGEHGIP39Z' where id=8; -update noar ti set v0='LSFGEHGIP39Z' where id=8; -update noar tt set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8; -update noar ti set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8; -update noar tt set v0='PIOKCE6G' where id=8; -update noar ti set v0='PIOKCE6G' where id=8; -update noar tt set b2='E224G' where id=8; -update noar ti set b2='E224G' where id=8; -update noar tt set v0='KSG' where id=9; -update noar ti set v0='KSG' where id=9; -update noar tt set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9; -update noar ti set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9; -update noar tt set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9; -update noar ti set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9; -update noar tt set b1='287AV582B2LBT0ZK167WS38' where id=9; -update noar ti set b1='287AV582B2LBT0ZK167WS38' where id=9; -update noar tt set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9; -update noar ti set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9; -update noar tt set b2='37KMQ8A030C7U62D9JZA576990' where id=9; -update noar ti set b2='37KMQ8A030C7U62D9JZA576990' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JQ5H9' where id=1; -update noar ti set v0='JQ5H9' where id=1; -update noar tt set b0='VJPD0YVFG' where id=1; -update noar ti set b0='VJPD0YVFG' where id=1; -update noar tt set v0='TG21O8USE' where id=1; -update noar ti set v0='TG21O8USE' where id=1; -update noar tt set b1='6G8NCFVDGKUKASL088V3' where id=1; -update noar ti set b1='6G8NCFVDGKUKASL088V3' where id=1; -update noar tt set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1; -update noar ti set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1; -update noar tt set b2='RGUOOSC9F0U5KG' where id=1; -update noar ti set b2='RGUOOSC9F0U5KG' where id=1; -update noar tt set v0='AGM80' where id=2; -update noar ti set v0='AGM80' where id=2; -update noar tt set b0='3Z2F4H7KGT8COPM' where id=2; -update noar ti set b0='3Z2F4H7KGT8COPM' where id=2; -update noar tt set v0='4SJZW' where id=2; -update noar ti set v0='4SJZW' where id=2; -update noar tt set b1='K18GZ3H8T185BSIJ6F8' where id=2; -update noar ti set b1='K18GZ3H8T185BSIJ6F8' where id=2; -update noar tt set v0='GSAV7U0MXXY3JK2UW6' where id=2; -update noar ti set v0='GSAV7U0MXXY3JK2UW6' where id=2; -update noar tt set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2; -update noar ti set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2; -update noar tt set v0='K1DGS28E' where id=3; -update noar ti set v0='K1DGS28E' where id=3; -update noar tt set b0='X01UMRXH0ZKUP1W11DW' where id=3; -update noar ti set b0='X01UMRXH0ZKUP1W11DW' where id=3; -update noar tt set v0='7R8MH6TTJA03' where id=3; -update noar ti set v0='7R8MH6TTJA03' where id=3; -update noar tt set b1='XOB7YLIV8WJWKX1W' where id=3; -update noar ti set b1='XOB7YLIV8WJWKX1W' where id=3; -update noar tt set v0='HHJY' where id=3; -update noar ti set v0='HHJY' where id=3; -update noar tt set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3; -update noar ti set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3; -update noar tt set v0='VR3ZLY04Q0Z' where id=4; -update noar ti set v0='VR3ZLY04Q0Z' where id=4; -update noar tt set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4; -update noar ti set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4; -update noar tt set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4; -update noar ti set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4; -update noar tt set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4; -update noar ti set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4; -update noar tt set v0='H1PPXV3OG64MVUT1Z' where id=4; -update noar ti set v0='H1PPXV3OG64MVUT1Z' where id=4; -update noar tt set b2='VVT5D8VX' where id=4; -update noar ti set b2='VVT5D8VX' where id=4; -update noar tt set v0='VLHKW4GFZ2921QC' where id=5; -update noar ti set v0='VLHKW4GFZ2921QC' where id=5; -update noar tt set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5; -update noar ti set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5; -update noar tt set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5; -update noar ti set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5; -update noar tt set b1='5KW8W8MRG21D9' where id=5; -update noar ti set b1='5KW8W8MRG21D9' where id=5; -update noar tt set v0='5L9IMI8P' where id=5; -update noar ti set v0='5L9IMI8P' where id=5; -update noar tt set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5; -update noar ti set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5; -update noar tt set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6; -update noar ti set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6; -update noar tt set b0='4QEAQ0YSIDXO0G0N9X' where id=6; -update noar ti set b0='4QEAQ0YSIDXO0G0N9X' where id=6; -update noar tt set v0='UNKSY9EZAVCY9P' where id=6; -update noar ti set v0='UNKSY9EZAVCY9P' where id=6; -update noar tt set b1='IRBV92X76W9HTGV708EN' where id=6; -update noar ti set b1='IRBV92X76W9HTGV708EN' where id=6; -update noar tt set v0='1C' where id=6; -update noar ti set v0='1C' where id=6; -update noar tt set b2='JMZC6IVL6' where id=6; -update noar ti set b2='JMZC6IVL6' where id=6; -update noar tt set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7; -update noar ti set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7; -update noar tt set b0='8IHLZWAIV39R0VH34F' where id=7; -update noar ti set b0='8IHLZWAIV39R0VH34F' where id=7; -update noar tt set v0='3SMM9GOIVSZIWHL' where id=7; -update noar ti set v0='3SMM9GOIVSZIWHL' where id=7; -update noar tt set b1='2R10ZK23VDA2' where id=7; -update noar ti set b1='2R10ZK23VDA2' where id=7; -update noar tt set v0='SEU60PG9PS6J75J' where id=7; -update noar ti set v0='SEU60PG9PS6J75J' where id=7; -update noar tt set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7; -update noar ti set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7; -update noar tt set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8; -update noar ti set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8; -update noar tt set b0='Q' where id=8; -update noar ti set b0='Q' where id=8; -update noar tt set v0='8SEL11YFSI6U' where id=8; -update noar ti set v0='8SEL11YFSI6U' where id=8; -update noar tt set b1='3ZI267XHVDWH0' where id=8; -update noar ti set b1='3ZI267XHVDWH0' where id=8; -update noar tt set v0='OVC6B8M7UVBAG0O6E' where id=8; -update noar ti set v0='OVC6B8M7UVBAG0O6E' where id=8; -update noar tt set b2='TPNBIOVDC' where id=8; -update noar ti set b2='TPNBIOVDC' where id=8; -update noar tt set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9; -update noar ti set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9; -update noar tt set b0='A' where id=9; -update noar ti set b0='A' where id=9; -update noar tt set v0='BT80PH367VLYE447H0SZXE' where id=9; -update noar ti set v0='BT80PH367VLYE447H0SZXE' where id=9; -update noar tt set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9; -update noar ti set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9; -update noar tt set v0='S07ZFDJ8M' where id=9; -update noar ti set v0='S07ZFDJ8M' where id=9; -update noar tt set b2='00K8RL' where id=9; -update noar ti set b2='00K8RL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1; -update noar ti set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1; -update noar tt set b0='I9B' where id=1; -update noar ti set b0='I9B' where id=1; -update noar tt set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1; -update noar ti set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1; -update noar tt set b1='4XFWY95F8' where id=1; -update noar ti set b1='4XFWY95F8' where id=1; -update noar tt set v0='QNXPNBW3KX88ML' where id=1; -update noar ti set v0='QNXPNBW3KX88ML' where id=1; -update noar tt set b2='BQJJX0V071AC8K' where id=1; -update noar ti set b2='BQJJX0V071AC8K' where id=1; -update noar tt set v0='LKRKMACP7HLZKBJIMXZD5' where id=2; -update noar ti set v0='LKRKMACP7HLZKBJIMXZD5' where id=2; -update noar tt set b0='U85GFW' where id=2; -update noar ti set b0='U85GFW' where id=2; -update noar tt set v0='E2OU1YDJ257IYFW41G' where id=2; -update noar ti set v0='E2OU1YDJ257IYFW41G' where id=2; -update noar tt set b1='IFUNURYM892' where id=2; -update noar ti set b1='IFUNURYM892' where id=2; -update noar tt set v0='H2SWLM2YA147BQO4F010Q9V' where id=2; -update noar ti set v0='H2SWLM2YA147BQO4F010Q9V' where id=2; -update noar tt set b2='WIQMLLAS3SAWN2TSE1YN' where id=2; -update noar ti set b2='WIQMLLAS3SAWN2TSE1YN' where id=2; -update noar tt set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3; -update noar ti set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3; -update noar tt set b0='MJLTP7CCK' where id=3; -update noar ti set b0='MJLTP7CCK' where id=3; -update noar tt set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3; -update noar ti set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3; -update noar tt set b1='L' where id=3; -update noar ti set b1='L' where id=3; -update noar tt set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3; -update noar ti set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3; -update noar tt set b2='H602GSGVE11Z3K2S9YJ' where id=3; -update noar ti set b2='H602GSGVE11Z3K2S9YJ' where id=3; -update noar tt set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4; -update noar ti set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4; -update noar tt set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4; -update noar ti set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4; -update noar tt set v0='THZB1B767B1WXPX2SMJGR' where id=4; -update noar ti set v0='THZB1B767B1WXPX2SMJGR' where id=4; -update noar tt set b1='6EFXT6GV9A4EN5RBPTW' where id=4; -update noar ti set b1='6EFXT6GV9A4EN5RBPTW' where id=4; -update noar tt set v0='OH4QKME4A3I1ZWVU' where id=4; -update noar ti set v0='OH4QKME4A3I1ZWVU' where id=4; -update noar tt set b2='6POBQ0XQ4V99HOGF3EX' where id=4; -update noar ti set b2='6POBQ0XQ4V99HOGF3EX' where id=4; -update noar tt set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5; -update noar ti set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5; -update noar tt set b0='H579V6W2NLZ0US' where id=5; -update noar ti set b0='H579V6W2NLZ0US' where id=5; -update noar tt set v0='9H8T6C41BPRR6CEZ' where id=5; -update noar ti set v0='9H8T6C41BPRR6CEZ' where id=5; -update noar tt set b1='XHDDL4RBY' where id=5; -update noar ti set b1='XHDDL4RBY' where id=5; -update noar tt set v0='A9FPDC' where id=5; -update noar ti set v0='A9FPDC' where id=5; -update noar tt set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5; -update noar ti set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5; -update noar tt set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6; -update noar ti set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6; -update noar tt set b0='DJ6VDI94SZYD1PTRV1Q' where id=6; -update noar ti set b0='DJ6VDI94SZYD1PTRV1Q' where id=6; -update noar tt set v0='6UVE7U7KB3N88QIVHGW5K' where id=6; -update noar ti set v0='6UVE7U7KB3N88QIVHGW5K' where id=6; -update noar tt set b1='DH09NPRRI80X0JET058' where id=6; -update noar ti set b1='DH09NPRRI80X0JET058' where id=6; -update noar tt set v0='J8YL9WHZ' where id=6; -update noar ti set v0='J8YL9WHZ' where id=6; -update noar tt set b2='H086K8' where id=6; -update noar ti set b2='H086K8' where id=6; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b0='7FEYN21U26Y3N15XPZ8K' where id=7; -update noar ti set b0='7FEYN21U26Y3N15XPZ8K' where id=7; -update noar tt set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7; -update noar ti set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7; -update noar tt set b1='FHV' where id=7; -update noar ti set b1='FHV' where id=7; -update noar tt set v0='8YAR9NYYSH' where id=7; -update noar ti set v0='8YAR9NYYSH' where id=7; -update noar tt set b2='THYEBHUCV' where id=7; -update noar ti set b2='THYEBHUCV' where id=7; -update noar tt set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8; -update noar ti set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8; -update noar tt set b0='LDUCB3CG' where id=8; -update noar ti set b0='LDUCB3CG' where id=8; -update noar tt set v0='WJ5' where id=8; -update noar ti set v0='WJ5' where id=8; -update noar tt set b1='0EXXW5UNP5R4KES' where id=8; -update noar ti set b1='0EXXW5UNP5R4KES' where id=8; -update noar tt set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8; -update noar ti set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8; -update noar tt set b2='UWRL32W' where id=8; -update noar ti set b2='UWRL32W' where id=8; -update noar tt set v0='N8KOKS149ELTEKUB5XD' where id=9; -update noar ti set v0='N8KOKS149ELTEKUB5XD' where id=9; -update noar tt set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9; -update noar ti set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9; -update noar tt set v0='AGU7V0' where id=9; -update noar ti set v0='AGU7V0' where id=9; -update noar tt set b1='2H' where id=9; -update noar ti set b1='2H' where id=9; -update noar tt set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9; -update noar ti set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9; -update noar tt set b2='0SJDSWLS6WQES66ZRB36N' where id=9; -update noar ti set b2='0SJDSWLS6WQES66ZRB36N' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1; -update noar ti set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1; -update noar tt set b0='U2V366L' where id=1; -update noar ti set b0='U2V366L' where id=1; -update noar tt set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1; -update noar ti set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1; -update noar tt set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1; -update noar ti set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1; -update noar tt set v0='JYJZL0HQ' where id=1; -update noar ti set v0='JYJZL0HQ' where id=1; -update noar tt set b2='ZV5E2Q' where id=1; -update noar ti set b2='ZV5E2Q' where id=1; -update noar tt set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2; -update noar ti set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2; -update noar tt set b0='2I9MPRXJ0PVE' where id=2; -update noar ti set b0='2I9MPRXJ0PVE' where id=2; -update noar tt set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2; -update noar ti set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2; -update noar tt set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2; -update noar ti set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2; -update noar tt set v0='Q04FYRPM11B7OB' where id=2; -update noar ti set v0='Q04FYRPM11B7OB' where id=2; -update noar tt set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2; -update noar ti set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2; -update noar tt set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3; -update noar ti set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3; -update noar tt set b0='G8NWUK5VM77D' where id=3; -update noar ti set b0='G8NWUK5VM77D' where id=3; -update noar tt set v0='IUF4K1' where id=3; -update noar ti set v0='IUF4K1' where id=3; -update noar tt set b1='Y8NL0QKZKR20FZUMURW82' where id=3; -update noar ti set b1='Y8NL0QKZKR20FZUMURW82' where id=3; -update noar tt set v0='3SILD5JTGORBCZO' where id=3; -update noar ti set v0='3SILD5JTGORBCZO' where id=3; -update noar tt set b2='6QTZW6II8H' where id=3; -update noar ti set b2='6QTZW6II8H' where id=3; -update noar tt set v0='V0ZVQNK' where id=4; -update noar ti set v0='V0ZVQNK' where id=4; -update noar tt set b0='IE2MQ8BA' where id=4; -update noar ti set b0='IE2MQ8BA' where id=4; -update noar tt set v0='9NFVPUUU8Y0226V' where id=4; -update noar ti set v0='9NFVPUUU8Y0226V' where id=4; -update noar tt set b1='TK' where id=4; -update noar ti set b1='TK' where id=4; -update noar tt set v0='13TASNX' where id=4; -update noar ti set v0='13TASNX' where id=4; -update noar tt set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4; -update noar ti set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4; -update noar tt set v0='U2R9IHN2UZ' where id=5; -update noar ti set v0='U2R9IHN2UZ' where id=5; -update noar tt set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5; -update noar ti set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5; -update noar tt set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5; -update noar ti set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5; -update noar tt set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5; -update noar ti set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5; -update noar tt set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5; -update noar ti set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5; -update noar tt set b2='UHS87PO53UMIW7CNWDKQ' where id=5; -update noar ti set b2='UHS87PO53UMIW7CNWDKQ' where id=5; -update noar tt set v0='WOKE' where id=6; -update noar ti set v0='WOKE' where id=6; -update noar tt set b0='YT5M' where id=6; -update noar ti set b0='YT5M' where id=6; -update noar tt set v0='5SSWY' where id=6; -update noar ti set v0='5SSWY' where id=6; -update noar tt set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6; -update noar ti set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6; -update noar tt set v0='PSLYZIJQJSH70J' where id=6; -update noar ti set v0='PSLYZIJQJSH70J' where id=6; -update noar tt set b2='CA0W9TOM6F48FL' where id=6; -update noar ti set b2='CA0W9TOM6F48FL' where id=6; -update noar tt set v0='2PLYSS9D7S3O0' where id=7; -update noar ti set v0='2PLYSS9D7S3O0' where id=7; -update noar tt set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7; -update noar ti set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7; -update noar tt set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7; -update noar ti set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7; -update noar tt set b1='TEU83WTUK9F8Q8LR6GDY' where id=7; -update noar ti set b1='TEU83WTUK9F8Q8LR6GDY' where id=7; -update noar tt set v0='10U' where id=7; -update noar ti set v0='10U' where id=7; -update noar tt set b2='AGNPLF' where id=7; -update noar ti set b2='AGNPLF' where id=7; -update noar tt set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8; -update noar ti set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8; -update noar tt set b0='Z3IB04' where id=8; -update noar ti set b0='Z3IB04' where id=8; -update noar tt set v0='9DNP7OU59Q0MUCM0LBY0' where id=8; -update noar ti set v0='9DNP7OU59Q0MUCM0LBY0' where id=8; -update noar tt set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8; -update noar ti set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8; -update noar tt set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8; -update noar ti set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8; -update noar tt set b2='THLPEVK' where id=8; -update noar ti set b2='THLPEVK' where id=8; -update noar tt set v0='5EYGBI1G87PYKW6' where id=9; -update noar ti set v0='5EYGBI1G87PYKW6' where id=9; -update noar tt set b0='ZN5KD5WYAV' where id=9; -update noar ti set b0='ZN5KD5WYAV' where id=9; -update noar tt set v0='ZXXZ' where id=9; -update noar ti set v0='ZXXZ' where id=9; -update noar tt set b1='DMBUCSC' where id=9; -update noar ti set b1='DMBUCSC' where id=9; -update noar tt set v0='VNH55Q7758O81ROLL' where id=9; -update noar ti set v0='VNH55Q7758O81ROLL' where id=9; -update noar tt set b2='47V1E44NMHHR8NGW3U1U' where id=9; -update noar ti set b2='47V1E44NMHHR8NGW3U1U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1; -update noar ti set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1; -update noar tt set b0='JLBNRI5' where id=1; -update noar ti set b0='JLBNRI5' where id=1; -update noar tt set v0='657Z9C2VSIS8S0BOUS4GN' where id=1; -update noar ti set v0='657Z9C2VSIS8S0BOUS4GN' where id=1; -update noar tt set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1; -update noar ti set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1; -update noar tt set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1; -update noar ti set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1; -update noar tt set b2='Y698MNX25' where id=1; -update noar ti set b2='Y698MNX25' where id=1; -update noar tt set v0='B919JNLCE3Y5TKJH24QC' where id=2; -update noar ti set v0='B919JNLCE3Y5TKJH24QC' where id=2; -update noar tt set b0='WJTMA4LU6R' where id=2; -update noar ti set b0='WJTMA4LU6R' where id=2; -update noar tt set v0='S5Q0H' where id=2; -update noar ti set v0='S5Q0H' where id=2; -update noar tt set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2; -update noar ti set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2; -update noar tt set v0='S18' where id=2; -update noar ti set v0='S18' where id=2; -update noar tt set b2='25EU28RZNCXWJ0GLZ27I' where id=2; -update noar ti set b2='25EU28RZNCXWJ0GLZ27I' where id=2; -update noar tt set v0='LRTIUXQWHTJAFIIX7VS' where id=3; -update noar ti set v0='LRTIUXQWHTJAFIIX7VS' where id=3; -update noar tt set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3; -update noar ti set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3; -update noar tt set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3; -update noar ti set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3; -update noar tt set b1='L8RL5IDLMIFY0Q3' where id=3; -update noar ti set b1='L8RL5IDLMIFY0Q3' where id=3; -update noar tt set v0='XY4DVW5XZJ8' where id=3; -update noar ti set v0='XY4DVW5XZJ8' where id=3; -update noar tt set b2='G4L' where id=3; -update noar ti set b2='G4L' where id=3; -update noar tt set v0='AGHDYX17QI3C4FQT8FD' where id=4; -update noar ti set v0='AGHDYX17QI3C4FQT8FD' where id=4; -update noar tt set b0='J305V' where id=4; -update noar ti set b0='J305V' where id=4; -update noar tt set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4; -update noar ti set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4; -update noar tt set b1='VAWGMUSVGOY7M549DA' where id=4; -update noar ti set b1='VAWGMUSVGOY7M549DA' where id=4; -update noar tt set v0='4N4L4XHWF3FQAWP0' where id=4; -update noar ti set v0='4N4L4XHWF3FQAWP0' where id=4; -update noar tt set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4; -update noar ti set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4; -update noar tt set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5; -update noar ti set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5; -update noar tt set b0='ZXZOHO389V70KSY' where id=5; -update noar ti set b0='ZXZOHO389V70KSY' where id=5; -update noar tt set v0='RKRL3YI88D' where id=5; -update noar ti set v0='RKRL3YI88D' where id=5; -update noar tt set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5; -update noar ti set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5; -update noar tt set v0='QCWXNGK1782X2RJ5O' where id=5; -update noar ti set v0='QCWXNGK1782X2RJ5O' where id=5; -update noar tt set b2='ONSN' where id=5; -update noar ti set b2='ONSN' where id=5; -update noar tt set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6; -update noar ti set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6; -update noar tt set b0='KN6' where id=6; -update noar ti set b0='KN6' where id=6; -update noar tt set v0='JJVI8J9IYCXEN4TT' where id=6; -update noar ti set v0='JJVI8J9IYCXEN4TT' where id=6; -update noar tt set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6; -update noar ti set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6; -update noar tt set v0='M5A5T5ALDQZ2S' where id=6; -update noar ti set v0='M5A5T5ALDQZ2S' where id=6; -update noar tt set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6; -update noar ti set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6; -update noar tt set v0='711A' where id=7; -update noar ti set v0='711A' where id=7; -update noar tt set b0='0BABH32UO' where id=7; -update noar ti set b0='0BABH32UO' where id=7; -update noar tt set v0='AFF8575R' where id=7; -update noar ti set v0='AFF8575R' where id=7; -update noar tt set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7; -update noar ti set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7; -update noar tt set v0='BB8' where id=7; -update noar ti set v0='BB8' where id=7; -update noar tt set b2='EN8' where id=7; -update noar ti set b2='EN8' where id=7; -update noar tt set v0='XFAJ3WG6A1RT02Y58S56' where id=8; -update noar ti set v0='XFAJ3WG6A1RT02Y58S56' where id=8; -update noar tt set b0='U2FAHR0OBYTH2TZUUUBR' where id=8; -update noar ti set b0='U2FAHR0OBYTH2TZUUUBR' where id=8; -update noar tt set v0='WP0ZIO09JI5S7KU' where id=8; -update noar ti set v0='WP0ZIO09JI5S7KU' where id=8; -update noar tt set b1='DGTOWH01GRNAQMQJ7E' where id=8; -update noar ti set b1='DGTOWH01GRNAQMQJ7E' where id=8; -update noar tt set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8; -update noar ti set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8; -update noar tt set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8; -update noar ti set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8; -update noar tt set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9; -update noar ti set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9; -update noar tt set b0='1WWYUFG' where id=9; -update noar ti set b0='1WWYUFG' where id=9; -update noar tt set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9; -update noar ti set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9; -update noar tt set b1='EEOP' where id=9; -update noar ti set b1='EEOP' where id=9; -update noar tt set v0='EXVRZNXS6308' where id=9; -update noar ti set v0='EXVRZNXS6308' where id=9; -update noar tt set b2='KVNVS6TASTDKU0' where id=9; -update noar ti set b2='KVNVS6TASTDKU0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5BY2WL' where id=1; -update noar ti set v0='5BY2WL' where id=1; -update noar tt set b0='2LG9OQA' where id=1; -update noar ti set b0='2LG9OQA' where id=1; -update noar tt set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1; -update noar ti set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1; -update noar tt set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1; -update noar ti set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1; -update noar tt set v0='I9N4' where id=1; -update noar ti set v0='I9N4' where id=1; -update noar tt set b2='9S04H0WXMJGX' where id=1; -update noar ti set b2='9S04H0WXMJGX' where id=1; -update noar tt set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2; -update noar ti set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2; -update noar tt set b0='HKA2BQ' where id=2; -update noar ti set b0='HKA2BQ' where id=2; -update noar tt set v0='RC9C' where id=2; -update noar ti set v0='RC9C' where id=2; -update noar tt set b1='NNMCXD4IOIDTTA50OYXON' where id=2; -update noar ti set b1='NNMCXD4IOIDTTA50OYXON' where id=2; -update noar tt set v0='KNNYL' where id=2; -update noar ti set v0='KNNYL' where id=2; -update noar tt set b2='LO4QC69RGJP009Y1H9LFEP' where id=2; -update noar ti set b2='LO4QC69RGJP009Y1H9LFEP' where id=2; -update noar tt set v0='MPM75NHQ4IPXT3C8' where id=3; -update noar ti set v0='MPM75NHQ4IPXT3C8' where id=3; -update noar tt set b0='7V03CXP84YGBJ7' where id=3; -update noar ti set b0='7V03CXP84YGBJ7' where id=3; -update noar tt set v0='XDALAKE4F' where id=3; -update noar ti set v0='XDALAKE4F' where id=3; -update noar tt set b1='I93I7' where id=3; -update noar ti set b1='I93I7' where id=3; -update noar tt set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3; -update noar ti set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3; -update noar tt set b2='6QHW9NIPVXL388SD19DH1QT' where id=3; -update noar ti set b2='6QHW9NIPVXL388SD19DH1QT' where id=3; -update noar tt set v0='2UR6MB' where id=4; -update noar ti set v0='2UR6MB' where id=4; -update noar tt set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4; -update noar ti set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4; -update noar tt set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4; -update noar ti set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4; -update noar tt set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4; -update noar ti set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4; -update noar tt set v0='UYN69R6P1S6C6C1VJLEOA' where id=4; -update noar ti set v0='UYN69R6P1S6C6C1VJLEOA' where id=4; -update noar tt set b2='OQRMWCBP47J6FDIMS' where id=4; -update noar ti set b2='OQRMWCBP47J6FDIMS' where id=4; -update noar tt set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5; -update noar ti set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5; -update noar tt set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5; -update noar ti set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5; -update noar tt set v0='JUG' where id=5; -update noar ti set v0='JUG' where id=5; -update noar tt set b1='Q7V93AJC11' where id=5; -update noar ti set b1='Q7V93AJC11' where id=5; -update noar tt set v0='7D4AP' where id=5; -update noar ti set v0='7D4AP' where id=5; -update noar tt set b2='2SVBGC' where id=5; -update noar ti set b2='2SVBGC' where id=5; -update noar tt set v0='MLVZ' where id=6; -update noar ti set v0='MLVZ' where id=6; -update noar tt set b0='RGKY0TF70FT' where id=6; -update noar ti set b0='RGKY0TF70FT' where id=6; -update noar tt set v0='PL4M' where id=6; -update noar ti set v0='PL4M' where id=6; -update noar tt set b1='RO74V47G9JS2L5' where id=6; -update noar ti set b1='RO74V47G9JS2L5' where id=6; -update noar tt set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6; -update noar ti set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6; -update noar tt set b2='OY5AGV9P44VVI2ET6O8R' where id=6; -update noar ti set b2='OY5AGV9P44VVI2ET6O8R' where id=6; -update noar tt set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7; -update noar ti set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7; -update noar tt set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7; -update noar ti set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7; -update noar tt set v0='J' where id=7; -update noar ti set v0='J' where id=7; -update noar tt set b1='I2CUQVOAZV3' where id=7; -update noar ti set b1='I2CUQVOAZV3' where id=7; -update noar tt set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7; -update noar ti set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7; -update noar tt set b2='34VTBWMG2M' where id=7; -update noar ti set b2='34VTBWMG2M' where id=7; -update noar tt set v0='MS9RX3TVZRRI7SU1B463' where id=8; -update noar ti set v0='MS9RX3TVZRRI7SU1B463' where id=8; -update noar tt set b0='T2S1GA0O' where id=8; -update noar ti set b0='T2S1GA0O' where id=8; -update noar tt set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8; -update noar ti set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8; -update noar tt set b1='KN' where id=8; -update noar ti set b1='KN' where id=8; -update noar tt set v0='BHKL7AH4LB0GU5H' where id=8; -update noar ti set v0='BHKL7AH4LB0GU5H' where id=8; -update noar tt set b2='E1J9X4DJPFPM' where id=8; -update noar ti set b2='E1J9X4DJPFPM' where id=8; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b0='2MSHYUC013XQ0KRK' where id=9; -update noar ti set b0='2MSHYUC013XQ0KRK' where id=9; -update noar tt set v0='4PMIPCAB' where id=9; -update noar ti set v0='4PMIPCAB' where id=9; -update noar tt set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9; -update noar ti set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9; -update noar tt set v0='V8YM4VCQ5IZ0XN' where id=9; -update noar ti set v0='V8YM4VCQ5IZ0XN' where id=9; -update noar tt set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9; -update noar ti set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NUXTEA371UUI1Y' where id=1; -update noar ti set v0='NUXTEA371UUI1Y' where id=1; -update noar tt set b0='16Z77OSIX' where id=1; -update noar ti set b0='16Z77OSIX' where id=1; -update noar tt set v0='3G6JRE3MPHPSEAA3' where id=1; -update noar ti set v0='3G6JRE3MPHPSEAA3' where id=1; -update noar tt set b1='C' where id=1; -update noar ti set b1='C' where id=1; -update noar tt set v0='FSIY84G0PLSNGVE73' where id=1; -update noar ti set v0='FSIY84G0PLSNGVE73' where id=1; -update noar tt set b2='KXJNKTSQ5' where id=1; -update noar ti set b2='KXJNKTSQ5' where id=1; -update noar tt set v0='HZY4KKANDK01GX' where id=2; -update noar ti set v0='HZY4KKANDK01GX' where id=2; -update noar tt set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2; -update noar ti set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2; -update noar tt set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2; -update noar ti set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2; -update noar tt set b1='YGBBURCJNMLCSGJIC666' where id=2; -update noar ti set b1='YGBBURCJNMLCSGJIC666' where id=2; -update noar tt set v0='WJBID4' where id=2; -update noar ti set v0='WJBID4' where id=2; -update noar tt set b2='OW' where id=2; -update noar ti set b2='OW' where id=2; -update noar tt set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3; -update noar ti set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3; -update noar tt set b0='MMZAKYRWQ' where id=3; -update noar ti set b0='MMZAKYRWQ' where id=3; -update noar tt set v0='5KEN4' where id=3; -update noar ti set v0='5KEN4' where id=3; -update noar tt set b1='23VAQ9R7BYX3P107O86LG' where id=3; -update noar ti set b1='23VAQ9R7BYX3P107O86LG' where id=3; -update noar tt set v0='GJOZQ4ZKS1DP' where id=3; -update noar ti set v0='GJOZQ4ZKS1DP' where id=3; -update noar tt set b2='BE96528P2KJA4HMQELHRBT67B' where id=3; -update noar ti set b2='BE96528P2KJA4HMQELHRBT67B' where id=3; -update noar tt set v0='86X7J' where id=4; -update noar ti set v0='86X7J' where id=4; -update noar tt set b0='YLZ23YHWBIE9TRZVHX' where id=4; -update noar ti set b0='YLZ23YHWBIE9TRZVHX' where id=4; -update noar tt set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4; -update noar ti set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4; -update noar tt set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4; -update noar ti set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4; -update noar tt set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4; -update noar ti set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4; -update noar tt set b2='85FZDU3L632EIH9C' where id=4; -update noar ti set b2='85FZDU3L632EIH9C' where id=4; -update noar tt set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5; -update noar ti set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5; -update noar tt set b0='1FW1O8R5WEDYEBD5P' where id=5; -update noar ti set b0='1FW1O8R5WEDYEBD5P' where id=5; -update noar tt set v0='FSE0XKCJ5WL5T5V9Z' where id=5; -update noar ti set v0='FSE0XKCJ5WL5T5V9Z' where id=5; -update noar tt set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5; -update noar ti set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5; -update noar tt set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5; -update noar ti set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5; -update noar tt set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5; -update noar ti set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5; -update noar tt set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6; -update noar ti set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6; -update noar tt set b0='0LFIO0E64XWEM4MDNT' where id=6; -update noar ti set b0='0LFIO0E64XWEM4MDNT' where id=6; -update noar tt set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6; -update noar ti set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6; -update noar tt set b1='7V' where id=6; -update noar ti set b1='7V' where id=6; -update noar tt set v0='2H' where id=6; -update noar ti set v0='2H' where id=6; -update noar tt set b2='H7C4YNHPDQXFW70HLATM' where id=6; -update noar ti set b2='H7C4YNHPDQXFW70HLATM' where id=6; -update noar tt set v0='10Q5O525U9TTL' where id=7; -update noar ti set v0='10Q5O525U9TTL' where id=7; -update noar tt set b0='41VHZGG491TA0K79J7JTM6' where id=7; -update noar ti set b0='41VHZGG491TA0K79J7JTM6' where id=7; -update noar tt set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7; -update noar ti set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7; -update noar tt set b1='2' where id=7; -update noar ti set b1='2' where id=7; -update noar tt set v0='0BS325FYR2' where id=7; -update noar ti set v0='0BS325FYR2' where id=7; -update noar tt set b2='NUFVIE5W873HNMQJJM' where id=7; -update noar ti set b2='NUFVIE5W873HNMQJJM' where id=7; -update noar tt set v0='AHBC' where id=8; -update noar ti set v0='AHBC' where id=8; -update noar tt set b0='HE5M00J' where id=8; -update noar ti set b0='HE5M00J' where id=8; -update noar tt set v0='HGIR661F6T' where id=8; -update noar ti set v0='HGIR661F6T' where id=8; -update noar tt set b1='0EN1AWPW3F' where id=8; -update noar ti set b1='0EN1AWPW3F' where id=8; -update noar tt set v0='ETKRBQBSS8VLY' where id=8; -update noar ti set v0='ETKRBQBSS8VLY' where id=8; -update noar tt set b2='BCY2NTOER4' where id=8; -update noar ti set b2='BCY2NTOER4' where id=8; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9; -update noar ti set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9; -update noar tt set v0='9BTNPDXOT02K9CIOEB0YP' where id=9; -update noar ti set v0='9BTNPDXOT02K9CIOEB0YP' where id=9; -update noar tt set b1='TDZXB7BL' where id=9; -update noar ti set b1='TDZXB7BL' where id=9; -update noar tt set v0='KM3IGNRGMYJQ4BXWSX' where id=9; -update noar ti set v0='KM3IGNRGMYJQ4BXWSX' where id=9; -update noar tt set b2='X5' where id=9; -update noar ti set b2='X5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5TGH918FE' where id=1; -update noar ti set v0='5TGH918FE' where id=1; -update noar tt set b0='DYIIPEVFFMH8D' where id=1; -update noar ti set b0='DYIIPEVFFMH8D' where id=1; -update noar tt set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1; -update noar ti set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1; -update noar tt set b1='Y8FMSVM4G5F1' where id=1; -update noar ti set b1='Y8FMSVM4G5F1' where id=1; -update noar tt set v0='3UWXF3K5QB18G6S7Q' where id=1; -update noar ti set v0='3UWXF3K5QB18G6S7Q' where id=1; -update noar tt set b2='M6IOS8B0BAY68N378IJMKX97' where id=1; -update noar ti set b2='M6IOS8B0BAY68N378IJMKX97' where id=1; -update noar tt set v0='ZQ95I7HTDYANBB9CXHFF' where id=2; -update noar ti set v0='ZQ95I7HTDYANBB9CXHFF' where id=2; -update noar tt set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2; -update noar ti set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2; -update noar tt set v0='POVX7' where id=2; -update noar ti set v0='POVX7' where id=2; -update noar tt set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2; -update noar ti set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2; -update noar tt set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2; -update noar ti set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2; -update noar tt set b2='FNTMLAGSSJ5ZURXB7HC' where id=2; -update noar ti set b2='FNTMLAGSSJ5ZURXB7HC' where id=2; -update noar tt set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3; -update noar ti set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3; -update noar tt set b0='V7FDONMP2IK3JH7BUE2' where id=3; -update noar ti set b0='V7FDONMP2IK3JH7BUE2' where id=3; -update noar tt set v0='4OXKBWQV' where id=3; -update noar ti set v0='4OXKBWQV' where id=3; -update noar tt set b1='OIM47J4XC2' where id=3; -update noar ti set b1='OIM47J4XC2' where id=3; -update noar tt set v0='S83N9' where id=3; -update noar ti set v0='S83N9' where id=3; -update noar tt set b2='AD1GLPXFE' where id=3; -update noar ti set b2='AD1GLPXFE' where id=3; -update noar tt set v0='BYJC7F6ZO9K' where id=4; -update noar ti set v0='BYJC7F6ZO9K' where id=4; -update noar tt set b0='7FV8LMS' where id=4; -update noar ti set b0='7FV8LMS' where id=4; -update noar tt set v0='4ISJJJN30Z' where id=4; -update noar ti set v0='4ISJJJN30Z' where id=4; -update noar tt set b1='2M4XBSVF3GC9CE3' where id=4; -update noar ti set b1='2M4XBSVF3GC9CE3' where id=4; -update noar tt set v0='9VRXVQ' where id=4; -update noar ti set v0='9VRXVQ' where id=4; -update noar tt set b2='4ZM' where id=4; -update noar ti set b2='4ZM' where id=4; -update noar tt set v0='9KSNH' where id=5; -update noar ti set v0='9KSNH' where id=5; -update noar tt set b0='86CAAUHFFSWB' where id=5; -update noar ti set b0='86CAAUHFFSWB' where id=5; -update noar tt set v0='RQVYJ8' where id=5; -update noar ti set v0='RQVYJ8' where id=5; -update noar tt set b1='XZUVE1YYQD' where id=5; -update noar ti set b1='XZUVE1YYQD' where id=5; -update noar tt set v0='X8M1YTDQ' where id=5; -update noar ti set v0='X8M1YTDQ' where id=5; -update noar tt set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5; -update noar ti set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5; -update noar tt set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6; -update noar ti set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6; -update noar tt set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6; -update noar ti set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6; -update noar tt set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6; -update noar ti set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6; -update noar tt set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6; -update noar ti set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6; -update noar tt set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6; -update noar ti set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6; -update noar tt set b2='9LJNIZ3CP' where id=6; -update noar ti set b2='9LJNIZ3CP' where id=6; -update noar tt set v0='8N3WUNAJ75E7' where id=7; -update noar ti set v0='8N3WUNAJ75E7' where id=7; -update noar tt set b0='0AGM7NDNWHNB7I' where id=7; -update noar ti set b0='0AGM7NDNWHNB7I' where id=7; -update noar tt set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7; -update noar ti set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7; -update noar tt set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7; -update noar ti set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7; -update noar tt set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7; -update noar ti set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7; -update noar tt set b2='NBNHZHOTEX' where id=7; -update noar ti set b2='NBNHZHOTEX' where id=7; -update noar tt set v0='5HUMGT6' where id=8; -update noar ti set v0='5HUMGT6' where id=8; -update noar tt set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8; -update noar ti set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8; -update noar tt set v0='1PS25C28ZSSZTJPSEWX38' where id=8; -update noar ti set v0='1PS25C28ZSSZTJPSEWX38' where id=8; -update noar tt set b1='LWWE2QKT34' where id=8; -update noar ti set b1='LWWE2QKT34' where id=8; -update noar tt set v0='FGPM7' where id=8; -update noar ti set v0='FGPM7' where id=8; -update noar tt set b2='5C6SQ3EIW8XQ62A' where id=8; -update noar ti set b2='5C6SQ3EIW8XQ62A' where id=8; -update noar tt set v0='G9I651J3AVMD9PR' where id=9; -update noar ti set v0='G9I651J3AVMD9PR' where id=9; -update noar tt set b0='UGQ6X69UB03C' where id=9; -update noar ti set b0='UGQ6X69UB03C' where id=9; -update noar tt set v0='16VPMT57FBS8P0YY7CMJF' where id=9; -update noar ti set v0='16VPMT57FBS8P0YY7CMJF' where id=9; -update noar tt set b1='KE0DUX1VW' where id=9; -update noar ti set b1='KE0DUX1VW' where id=9; -update noar tt set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9; -update noar ti set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9; -update noar tt set b2='BMXO3' where id=9; -update noar ti set b2='BMXO3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1; -update noar ti set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1; -update noar tt set b0='F0TQXVIXKJSWTGBM5C' where id=1; -update noar ti set b0='F0TQXVIXKJSWTGBM5C' where id=1; -update noar tt set v0='1H9C8BNKSC' where id=1; -update noar ti set v0='1H9C8BNKSC' where id=1; -update noar tt set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1; -update noar ti set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1; -update noar tt set v0='1ZF10NQBEY0U65G4J5L' where id=1; -update noar ti set v0='1ZF10NQBEY0U65G4J5L' where id=1; -update noar tt set b2='7WNH2OS2XPM' where id=1; -update noar ti set b2='7WNH2OS2XPM' where id=1; -update noar tt set v0='D3XMXM7' where id=2; -update noar ti set v0='D3XMXM7' where id=2; -update noar tt set b0='WTNB7Q5' where id=2; -update noar ti set b0='WTNB7Q5' where id=2; -update noar tt set v0='ABO5' where id=2; -update noar ti set v0='ABO5' where id=2; -update noar tt set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2; -update noar ti set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2; -update noar tt set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2; -update noar ti set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2; -update noar tt set b2='9XXLMOEPD38WOB63EXANEPML' where id=2; -update noar ti set b2='9XXLMOEPD38WOB63EXANEPML' where id=2; -update noar tt set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3; -update noar ti set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3; -update noar tt set b0='TYPUVLV97A2N9' where id=3; -update noar ti set b0='TYPUVLV97A2N9' where id=3; -update noar tt set v0='MHNKFVL009I' where id=3; -update noar ti set v0='MHNKFVL009I' where id=3; -update noar tt set b1='BD7NHBPCBPSMC6BW13' where id=3; -update noar ti set b1='BD7NHBPCBPSMC6BW13' where id=3; -update noar tt set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3; -update noar ti set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3; -update noar tt set b2='L0EKEC1' where id=3; -update noar ti set b2='L0EKEC1' where id=3; -update noar tt set v0='483MNNYHGG2XP2DBUNHWOX' where id=4; -update noar ti set v0='483MNNYHGG2XP2DBUNHWOX' where id=4; -update noar tt set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4; -update noar ti set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4; -update noar tt set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4; -update noar ti set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4; -update noar tt set b1='CQEW7T5A0TG5' where id=4; -update noar ti set b1='CQEW7T5A0TG5' where id=4; -update noar tt set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4; -update noar ti set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4; -update noar tt set b2='IGS2E16017LGTLUWQIH' where id=4; -update noar ti set b2='IGS2E16017LGTLUWQIH' where id=4; -update noar tt set v0='F3L7NXAHX' where id=5; -update noar ti set v0='F3L7NXAHX' where id=5; -update noar tt set b0='FO7VS07OYO1P' where id=5; -update noar ti set b0='FO7VS07OYO1P' where id=5; -update noar tt set v0='8Y1KGDOHP3' where id=5; -update noar ti set v0='8Y1KGDOHP3' where id=5; -update noar tt set b1='CPILFN' where id=5; -update noar ti set b1='CPILFN' where id=5; -update noar tt set v0='OYL9TR5VMR8' where id=5; -update noar ti set v0='OYL9TR5VMR8' where id=5; -update noar tt set b2='RDQYG9FLZTPW1' where id=5; -update noar ti set b2='RDQYG9FLZTPW1' where id=5; -update noar tt set v0='UB8Y8YBTYBGYZR7Y' where id=6; -update noar ti set v0='UB8Y8YBTYBGYZR7Y' where id=6; -update noar tt set b0='WXUL1PZN98MLRU' where id=6; -update noar ti set b0='WXUL1PZN98MLRU' where id=6; -update noar tt set v0='NUNHMV' where id=6; -update noar ti set v0='NUNHMV' where id=6; -update noar tt set b1='3DWJ25W' where id=6; -update noar ti set b1='3DWJ25W' where id=6; -update noar tt set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6; -update noar ti set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6; -update noar tt set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6; -update noar ti set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6; -update noar tt set v0='CNV' where id=7; -update noar ti set v0='CNV' where id=7; -update noar tt set b0='M0VSGIL' where id=7; -update noar ti set b0='M0VSGIL' where id=7; -update noar tt set v0='R92B3TNW3' where id=7; -update noar ti set v0='R92B3TNW3' where id=7; -update noar tt set b1='0OT4REN' where id=7; -update noar ti set b1='0OT4REN' where id=7; -update noar tt set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7; -update noar ti set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7; -update noar tt set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7; -update noar ti set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7; -update noar tt set v0='WNAH6J4ZQBV' where id=8; -update noar ti set v0='WNAH6J4ZQBV' where id=8; -update noar tt set b0='CMKK254WZ1Y' where id=8; -update noar ti set b0='CMKK254WZ1Y' where id=8; -update noar tt set v0='7ZVR0GI4NXFM' where id=8; -update noar ti set v0='7ZVR0GI4NXFM' where id=8; -update noar tt set b1='TJ3BJ' where id=8; -update noar ti set b1='TJ3BJ' where id=8; -update noar tt set v0='S7YOGPZCMR' where id=8; -update noar ti set v0='S7YOGPZCMR' where id=8; -update noar tt set b2='YJYVTDC7L' where id=8; -update noar ti set b2='YJYVTDC7L' where id=8; -update noar tt set v0='L87Q3SGF3' where id=9; -update noar ti set v0='L87Q3SGF3' where id=9; -update noar tt set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9; -update noar ti set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9; -update noar tt set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9; -update noar ti set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9; -update noar tt set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9; -update noar ti set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9; -update noar tt set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9; -update noar ti set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9; -update noar tt set b2='2QY18PV' where id=9; -update noar ti set b2='2QY18PV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RDN1LDPADLY2W' where id=1; -update noar ti set v0='RDN1LDPADLY2W' where id=1; -update noar tt set b0='TN' where id=1; -update noar ti set b0='TN' where id=1; -update noar tt set v0='94JQFG63HHL79LOTLS5MSN' where id=1; -update noar ti set v0='94JQFG63HHL79LOTLS5MSN' where id=1; -update noar tt set b1='B' where id=1; -update noar ti set b1='B' where id=1; -update noar tt set v0='XFFOMZ0VK6' where id=1; -update noar ti set v0='XFFOMZ0VK6' where id=1; -update noar tt set b2='9H685MH3J3WCAMS1JDUWCT' where id=1; -update noar ti set b2='9H685MH3J3WCAMS1JDUWCT' where id=1; -update noar tt set v0='UBFNF46GSMK2' where id=2; -update noar ti set v0='UBFNF46GSMK2' where id=2; -update noar tt set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2; -update noar ti set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2; -update noar tt set v0='P486AR0LXI51NMOPWQX' where id=2; -update noar ti set v0='P486AR0LXI51NMOPWQX' where id=2; -update noar tt set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2; -update noar ti set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2; -update noar tt set v0='JCCD' where id=2; -update noar ti set v0='JCCD' where id=2; -update noar tt set b2='YYTM4Z' where id=2; -update noar ti set b2='YYTM4Z' where id=2; -update noar tt set v0='GRMFU6ZODW6D92DQ' where id=3; -update noar ti set v0='GRMFU6ZODW6D92DQ' where id=3; -update noar tt set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3; -update noar ti set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3; -update noar tt set v0='U323Y8P41QIJNEB' where id=3; -update noar ti set v0='U323Y8P41QIJNEB' where id=3; -update noar tt set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3; -update noar ti set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3; -update noar tt set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3; -update noar ti set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3; -update noar tt set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3; -update noar ti set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3; -update noar tt set v0='QXS7A7MDO2X' where id=4; -update noar ti set v0='QXS7A7MDO2X' where id=4; -update noar tt set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4; -update noar ti set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4; -update noar tt set v0='KYXCP05FECRY2UQW' where id=4; -update noar ti set v0='KYXCP05FECRY2UQW' where id=4; -update noar tt set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4; -update noar ti set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4; -update noar tt set v0='T2RJGS8GKFFES7KZNO' where id=4; -update noar ti set v0='T2RJGS8GKFFES7KZNO' where id=4; -update noar tt set b2='P1GZFDM' where id=4; -update noar ti set b2='P1GZFDM' where id=4; -update noar tt set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5; -update noar ti set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5; -update noar tt set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5; -update noar ti set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5; -update noar tt set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5; -update noar ti set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5; -update noar tt set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5; -update noar ti set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5; -update noar tt set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5; -update noar ti set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5; -update noar tt set b2='UUPKWLRM758VX55ECP' where id=5; -update noar ti set b2='UUPKWLRM758VX55ECP' where id=5; -update noar tt set v0='J52OAHYW3XA' where id=6; -update noar ti set v0='J52OAHYW3XA' where id=6; -update noar tt set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6; -update noar ti set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6; -update noar tt set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6; -update noar ti set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6; -update noar tt set b1='8NNHVX5A8' where id=6; -update noar ti set b1='8NNHVX5A8' where id=6; -update noar tt set v0='W4TO2I' where id=6; -update noar ti set v0='W4TO2I' where id=6; -update noar tt set b2='LG8XZRO0CCCYF7GVLBK81' where id=6; -update noar ti set b2='LG8XZRO0CCCYF7GVLBK81' where id=6; -update noar tt set v0='D2R5VD6P' where id=7; -update noar ti set v0='D2R5VD6P' where id=7; -update noar tt set b0='GXN1XNP38EWS1T0' where id=7; -update noar ti set b0='GXN1XNP38EWS1T0' where id=7; -update noar tt set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7; -update noar ti set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7; -update noar tt set b1='EZUTM6BMDS15LXBANEBEG' where id=7; -update noar ti set b1='EZUTM6BMDS15LXBANEBEG' where id=7; -update noar tt set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7; -update noar ti set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7; -update noar tt set b2='9LB1QPXSBRBJBJSIUC4H' where id=7; -update noar ti set b2='9LB1QPXSBRBJBJSIUC4H' where id=7; -update noar tt set v0='YUSN0UNMQ' where id=8; -update noar ti set v0='YUSN0UNMQ' where id=8; -update noar tt set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8; -update noar ti set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8; -update noar tt set v0='QK8FQP857BPQQAP' where id=8; -update noar ti set v0='QK8FQP857BPQQAP' where id=8; -update noar tt set b1='X2R3KPK3RTOT1MQ4G0' where id=8; -update noar ti set b1='X2R3KPK3RTOT1MQ4G0' where id=8; -update noar tt set v0='V' where id=8; -update noar ti set v0='V' where id=8; -update noar tt set b2='9M0WH6C' where id=8; -update noar ti set b2='9M0WH6C' where id=8; -update noar tt set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9; -update noar ti set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9; -update noar tt set b0='1R9G1GA2REZXA' where id=9; -update noar ti set b0='1R9G1GA2REZXA' where id=9; -update noar tt set v0='X4E8R20G5L5KV' where id=9; -update noar ti set v0='X4E8R20G5L5KV' where id=9; -update noar tt set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9; -update noar ti set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9; -update noar tt set v0='A' where id=9; -update noar ti set v0='A' where id=9; -update noar tt set b2='DLR4SONDNKNBV' where id=9; -update noar ti set b2='DLR4SONDNKNBV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1; -update noar ti set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1; -update noar tt set b0='6J0OJOB0K2RK9UCXTP' where id=1; -update noar ti set b0='6J0OJOB0K2RK9UCXTP' where id=1; -update noar tt set v0='Y198CUIDA92LXYR4' where id=1; -update noar ti set v0='Y198CUIDA92LXYR4' where id=1; -update noar tt set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1; -update noar ti set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1; -update noar tt set v0='4E' where id=1; -update noar ti set v0='4E' where id=1; -update noar tt set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1; -update noar ti set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1; -update noar tt set v0='H5AODKXM' where id=2; -update noar ti set v0='H5AODKXM' where id=2; -update noar tt set b0='9237HY6G145L' where id=2; -update noar ti set b0='9237HY6G145L' where id=2; -update noar tt set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2; -update noar ti set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2; -update noar tt set b1='Z7K0SRRD06BA' where id=2; -update noar ti set b1='Z7K0SRRD06BA' where id=2; -update noar tt set v0='47858' where id=2; -update noar ti set v0='47858' where id=2; -update noar tt set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2; -update noar ti set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2; -update noar tt set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3; -update noar ti set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3; -update noar tt set b0='RHKKFGGD4BL' where id=3; -update noar ti set b0='RHKKFGGD4BL' where id=3; -update noar tt set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3; -update noar ti set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3; -update noar tt set b1='ZQ9MCC2X6DUAT' where id=3; -update noar ti set b1='ZQ9MCC2X6DUAT' where id=3; -update noar tt set v0='AGKOH223XDS2WO' where id=3; -update noar ti set v0='AGKOH223XDS2WO' where id=3; -update noar tt set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3; -update noar ti set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3; -update noar tt set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4; -update noar ti set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4; -update noar tt set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4; -update noar ti set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4; -update noar tt set v0='XU78695F80KHTO7TEJ8B' where id=4; -update noar ti set v0='XU78695F80KHTO7TEJ8B' where id=4; -update noar tt set b1='VAXTK0LR69LIFBR1' where id=4; -update noar ti set b1='VAXTK0LR69LIFBR1' where id=4; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4; -update noar ti set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4; -update noar tt set v0='NKTZ' where id=5; -update noar ti set v0='NKTZ' where id=5; -update noar tt set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5; -update noar ti set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5; -update noar tt set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5; -update noar ti set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5; -update noar tt set b1='J0P8DUG3Q06X5JXJ' where id=5; -update noar ti set b1='J0P8DUG3Q06X5JXJ' where id=5; -update noar tt set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5; -update noar ti set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5; -update noar tt set b2='KWCM' where id=5; -update noar ti set b2='KWCM' where id=5; -update noar tt set v0='S2L6RJGZG837U' where id=6; -update noar ti set v0='S2L6RJGZG837U' where id=6; -update noar tt set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6; -update noar ti set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6; -update noar tt set v0='6ZZHECEI52F313T2' where id=6; -update noar ti set v0='6ZZHECEI52F313T2' where id=6; -update noar tt set b1='5GMOCX7SUU' where id=6; -update noar ti set b1='5GMOCX7SUU' where id=6; -update noar tt set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6; -update noar ti set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6; -update noar tt set b2='LK96K0V9QNJS1JNSW' where id=6; -update noar ti set b2='LK96K0V9QNJS1JNSW' where id=6; -update noar tt set v0='CQ1WIPZISC188YMKA' where id=7; -update noar ti set v0='CQ1WIPZISC188YMKA' where id=7; -update noar tt set b0='AKBTBDCEVWW7' where id=7; -update noar ti set b0='AKBTBDCEVWW7' where id=7; -update noar tt set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7; -update noar ti set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7; -update noar tt set b1='DJJ2HODYS' where id=7; -update noar ti set b1='DJJ2HODYS' where id=7; -update noar tt set v0='JJUVP90KR9FD6' where id=7; -update noar ti set v0='JJUVP90KR9FD6' where id=7; -update noar tt set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7; -update noar ti set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7; -update noar tt set v0='ESN6E0' where id=8; -update noar ti set v0='ESN6E0' where id=8; -update noar tt set b0='BGG8Z' where id=8; -update noar ti set b0='BGG8Z' where id=8; -update noar tt set v0='R3XFXIO7J3VR' where id=8; -update noar ti set v0='R3XFXIO7J3VR' where id=8; -update noar tt set b1='P7IRB' where id=8; -update noar ti set b1='P7IRB' where id=8; -update noar tt set v0='F0R33BXEC87EVTYIZF' where id=8; -update noar ti set v0='F0R33BXEC87EVTYIZF' where id=8; -update noar tt set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8; -update noar ti set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8; -update noar tt set v0='INLH6' where id=9; -update noar ti set v0='INLH6' where id=9; -update noar tt set b0='TY' where id=9; -update noar ti set b0='TY' where id=9; -update noar tt set v0='G79ENEPDWJTIT57CKVLI' where id=9; -update noar ti set v0='G79ENEPDWJTIT57CKVLI' where id=9; -update noar tt set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9; -update noar ti set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9; -update noar tt set v0='TSEM89X' where id=9; -update noar ti set v0='TSEM89X' where id=9; -update noar tt set b2='NUAP4MRQOP0Z46Y0' where id=9; -update noar ti set b2='NUAP4MRQOP0Z46Y0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1; -update noar ti set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1; -update noar tt set b0='X1FV2B' where id=1; -update noar ti set b0='X1FV2B' where id=1; -update noar tt set v0='4OL6' where id=1; -update noar ti set v0='4OL6' where id=1; -update noar tt set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1; -update noar ti set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1; -update noar tt set v0='K2QX8ZDC5YWU' where id=1; -update noar ti set v0='K2QX8ZDC5YWU' where id=1; -update noar tt set b2='1Y6CGI5ZU6QNVWT' where id=1; -update noar ti set b2='1Y6CGI5ZU6QNVWT' where id=1; -update noar tt set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2; -update noar ti set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2; -update noar tt set b0='66Y' where id=2; -update noar ti set b0='66Y' where id=2; -update noar tt set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2; -update noar ti set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2; -update noar tt set b1='ZA6VGOH3ANO1849RVMT' where id=2; -update noar ti set b1='ZA6VGOH3ANO1849RVMT' where id=2; -update noar tt set v0='YOTY' where id=2; -update noar ti set v0='YOTY' where id=2; -update noar tt set b2='264E7IB' where id=2; -update noar ti set b2='264E7IB' where id=2; -update noar tt set v0='P' where id=3; -update noar ti set v0='P' where id=3; -update noar tt set b0='BZ' where id=3; -update noar ti set b0='BZ' where id=3; -update noar tt set v0='HEW' where id=3; -update noar ti set v0='HEW' where id=3; -update noar tt set b1='GFM4WVNW8IB68MLE' where id=3; -update noar ti set b1='GFM4WVNW8IB68MLE' where id=3; -update noar tt set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3; -update noar ti set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3; -update noar tt set b2='0H6QSY6AAC35E' where id=3; -update noar ti set b2='0H6QSY6AAC35E' where id=3; -update noar tt set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4; -update noar ti set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4; -update noar tt set b0='K85C7K2DYMTTU5K5JMA' where id=4; -update noar ti set b0='K85C7K2DYMTTU5K5JMA' where id=4; -update noar tt set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4; -update noar ti set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4; -update noar tt set b1='ECP5SYHQHFMO5' where id=4; -update noar ti set b1='ECP5SYHQHFMO5' where id=4; -update noar tt set v0='BGJCFHKAIY2OU7SWV' where id=4; -update noar ti set v0='BGJCFHKAIY2OU7SWV' where id=4; -update noar tt set b2='W40RECBSDLYEQ499' where id=4; -update noar ti set b2='W40RECBSDLYEQ499' where id=4; -update noar tt set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5; -update noar ti set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5; -update noar tt set b0='EKWRHT2' where id=5; -update noar ti set b0='EKWRHT2' where id=5; -update noar tt set v0='VH6JW0HNVEZJTLHPEISH6' where id=5; -update noar ti set v0='VH6JW0HNVEZJTLHPEISH6' where id=5; -update noar tt set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5; -update noar ti set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5; -update noar tt set v0='N88UGE0' where id=5; -update noar ti set v0='N88UGE0' where id=5; -update noar tt set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5; -update noar ti set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5; -update noar tt set v0='1DKTMGV8ZIJFY70' where id=6; -update noar ti set v0='1DKTMGV8ZIJFY70' where id=6; -update noar tt set b0='BC07R3' where id=6; -update noar ti set b0='BC07R3' where id=6; -update noar tt set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6; -update noar ti set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6; -update noar tt set b1='WCP5SITMIL29E69EWSAEI3B' where id=6; -update noar ti set b1='WCP5SITMIL29E69EWSAEI3B' where id=6; -update noar tt set v0='IHK7WN8KFMK756IKZLKEP0' where id=6; -update noar ti set v0='IHK7WN8KFMK756IKZLKEP0' where id=6; -update noar tt set b2='WQWBIX31' where id=6; -update noar ti set b2='WQWBIX31' where id=6; -update noar tt set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7; -update noar ti set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7; -update noar tt set b0='CRRISU2K9' where id=7; -update noar ti set b0='CRRISU2K9' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b1='OX' where id=7; -update noar ti set b1='OX' where id=7; -update noar tt set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7; -update noar ti set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7; -update noar tt set b2='PMC2GMSSNRCAK8CS846DC2' where id=7; -update noar ti set b2='PMC2GMSSNRCAK8CS846DC2' where id=7; -update noar tt set v0='41GT' where id=8; -update noar ti set v0='41GT' where id=8; -update noar tt set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8; -update noar ti set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8; -update noar tt set v0='T11M0VBTGOTC7' where id=8; -update noar ti set v0='T11M0VBTGOTC7' where id=8; -update noar tt set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8; -update noar ti set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8; -update noar tt set v0='2FZDE35RKUV3R7BDMHAE' where id=8; -update noar ti set v0='2FZDE35RKUV3R7BDMHAE' where id=8; -update noar tt set b2='F1C9OR2HWIZ1LZVS57B' where id=8; -update noar ti set b2='F1C9OR2HWIZ1LZVS57B' where id=8; -update noar tt set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9; -update noar ti set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9; -update noar tt set b0='24PNSZGAS8SXGXTP' where id=9; -update noar ti set b0='24PNSZGAS8SXGXTP' where id=9; -update noar tt set v0='IJIYFZX0QA49' where id=9; -update noar ti set v0='IJIYFZX0QA49' where id=9; -update noar tt set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9; -update noar ti set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9; -update noar tt set v0='LMKGF2YF' where id=9; -update noar ti set v0='LMKGF2YF' where id=9; -update noar tt set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9; -update noar ti set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1; -update noar ti set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1; -update noar tt set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1; -update noar ti set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1; -update noar tt set v0='EA01' where id=1; -update noar ti set v0='EA01' where id=1; -update noar tt set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1; -update noar ti set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1; -update noar tt set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1; -update noar ti set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1; -update noar tt set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1; -update noar ti set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1; -update noar tt set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2; -update noar ti set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2; -update noar tt set b0='D94NCPFQQQCPIE1TE2G' where id=2; -update noar ti set b0='D94NCPFQQQCPIE1TE2G' where id=2; -update noar tt set v0='D' where id=2; -update noar ti set v0='D' where id=2; -update noar tt set b1='M6FOQ5IMOH' where id=2; -update noar ti set b1='M6FOQ5IMOH' where id=2; -update noar tt set v0='CV' where id=2; -update noar ti set v0='CV' where id=2; -update noar tt set b2='5GSOB0UCF4XG' where id=2; -update noar ti set b2='5GSOB0UCF4XG' where id=2; -update noar tt set v0='TNRA2XXPBI' where id=3; -update noar ti set v0='TNRA2XXPBI' where id=3; -update noar tt set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3; -update noar ti set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3; -update noar tt set v0='HVEI2' where id=3; -update noar ti set v0='HVEI2' where id=3; -update noar tt set b1='G20MDR85O0ACKEZT' where id=3; -update noar ti set b1='G20MDR85O0ACKEZT' where id=3; -update noar tt set v0='P7328SD5HM794AMY' where id=3; -update noar ti set v0='P7328SD5HM794AMY' where id=3; -update noar tt set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3; -update noar ti set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3; -update noar tt set v0='WN3AIRV5ITL' where id=4; -update noar ti set v0='WN3AIRV5ITL' where id=4; -update noar tt set b0='CSC7HBU' where id=4; -update noar ti set b0='CSC7HBU' where id=4; -update noar tt set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4; -update noar ti set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4; -update noar tt set b1='TS2K1JLQKU7RS7ULFV' where id=4; -update noar ti set b1='TS2K1JLQKU7RS7ULFV' where id=4; -update noar tt set v0='RYUB49CTP9' where id=4; -update noar ti set v0='RYUB49CTP9' where id=4; -update noar tt set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4; -update noar ti set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4; -update noar tt set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5; -update noar ti set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5; -update noar tt set b0='0G6I1NQIOBE' where id=5; -update noar ti set b0='0G6I1NQIOBE' where id=5; -update noar tt set v0='9BMGYUAOBGSSACLSXXXP' where id=5; -update noar ti set v0='9BMGYUAOBGSSACLSXXXP' where id=5; -update noar tt set b1='5AKX5' where id=5; -update noar ti set b1='5AKX5' where id=5; -update noar tt set v0='BMA7HYV' where id=5; -update noar ti set v0='BMA7HYV' where id=5; -update noar tt set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5; -update noar ti set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5; -update noar tt set v0='J2OSPZWSTVY' where id=6; -update noar ti set v0='J2OSPZWSTVY' where id=6; -update noar tt set b0='XW2XUK1JSAI' where id=6; -update noar ti set b0='XW2XUK1JSAI' where id=6; -update noar tt set v0='13B5S7628U3H660R' where id=6; -update noar ti set v0='13B5S7628U3H660R' where id=6; -update noar tt set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6; -update noar ti set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6; -update noar tt set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6; -update noar ti set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6; -update noar tt set b2='L55PAF7DAYW3L' where id=6; -update noar ti set b2='L55PAF7DAYW3L' where id=6; -update noar tt set v0='QRRBU' where id=7; -update noar ti set v0='QRRBU' where id=7; -update noar tt set b0='W71' where id=7; -update noar ti set b0='W71' where id=7; -update noar tt set v0='9V7UOY' where id=7; -update noar ti set v0='9V7UOY' where id=7; -update noar tt set b1='W3882CQ3X3UJN150MQD1M' where id=7; -update noar ti set b1='W3882CQ3X3UJN150MQD1M' where id=7; -update noar tt set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7; -update noar ti set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7; -update noar tt set b2='BE9TGMD1B6E9B' where id=7; -update noar ti set b2='BE9TGMD1B6E9B' where id=7; -update noar tt set v0='WONPYSTO5' where id=8; -update noar ti set v0='WONPYSTO5' where id=8; -update noar tt set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8; -update noar ti set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='UW888Q6J' where id=8; -update noar ti set b1='UW888Q6J' where id=8; -update noar tt set v0='0VP7N7N' where id=8; -update noar ti set v0='0VP7N7N' where id=8; -update noar tt set b2='VQ' where id=8; -update noar ti set b2='VQ' where id=8; -update noar tt set v0='M9' where id=9; -update noar ti set v0='M9' where id=9; -update noar tt set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9; -update noar ti set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9; -update noar tt set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9; -update noar ti set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9; -update noar tt set b1='4VT00IPDUKI3' where id=9; -update noar ti set b1='4VT00IPDUKI3' where id=9; -update noar tt set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9; -update noar ti set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9; -update noar tt set b2='354467' where id=9; -update noar ti set b2='354467' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BYET' where id=1; -update noar ti set v0='BYET' where id=1; -update noar tt set b0='PXRAQCV856SNE' where id=1; -update noar ti set b0='PXRAQCV856SNE' where id=1; -update noar tt set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1; -update noar ti set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1; -update noar tt set b1='JX8LZI7E9KZN' where id=1; -update noar ti set b1='JX8LZI7E9KZN' where id=1; -update noar tt set v0='P9QJFO5' where id=1; -update noar ti set v0='P9QJFO5' where id=1; -update noar tt set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1; -update noar ti set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1; -update noar tt set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2; -update noar ti set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2; -update noar tt set b0='WATMSCTME30ZTLNGN42JJI2' where id=2; -update noar ti set b0='WATMSCTME30ZTLNGN42JJI2' where id=2; -update noar tt set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2; -update noar ti set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2; -update noar tt set b1='W2OALQJKHGAFCNW7GVE' where id=2; -update noar ti set b1='W2OALQJKHGAFCNW7GVE' where id=2; -update noar tt set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2; -update noar ti set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2; -update noar tt set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2; -update noar ti set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2; -update noar tt set v0='VD' where id=3; -update noar ti set v0='VD' where id=3; -update noar tt set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3; -update noar ti set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3; -update noar tt set v0='3BJ6ISBOADND' where id=3; -update noar ti set v0='3BJ6ISBOADND' where id=3; -update noar tt set b1='TCTWC8UNPER1D7XY5LE8' where id=3; -update noar ti set b1='TCTWC8UNPER1D7XY5LE8' where id=3; -update noar tt set v0='VOE8' where id=3; -update noar ti set v0='VOE8' where id=3; -update noar tt set b2='0ETQ7NULKA' where id=3; -update noar ti set b2='0ETQ7NULKA' where id=3; -update noar tt set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4; -update noar ti set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4; -update noar tt set b0='C06NB4XODKEO8FIO' where id=4; -update noar ti set b0='C06NB4XODKEO8FIO' where id=4; -update noar tt set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4; -update noar ti set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4; -update noar tt set b1='XI6Z6NM14' where id=4; -update noar ti set b1='XI6Z6NM14' where id=4; -update noar tt set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4; -update noar ti set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4; -update noar tt set b2='A1' where id=4; -update noar ti set b2='A1' where id=4; -update noar tt set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5; -update noar ti set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5; -update noar tt set b0='X3IL8YPVXGEGCG4' where id=5; -update noar ti set b0='X3IL8YPVXGEGCG4' where id=5; -update noar tt set v0='5787N40J27E18N7DG7XHVZS' where id=5; -update noar ti set v0='5787N40J27E18N7DG7XHVZS' where id=5; -update noar tt set b1='08ZI' where id=5; -update noar ti set b1='08ZI' where id=5; -update noar tt set v0='BH' where id=5; -update noar ti set v0='BH' where id=5; -update noar tt set b2='7JEQU8UJ40' where id=5; -update noar ti set b2='7JEQU8UJ40' where id=5; -update noar tt set v0='KU1PYWE' where id=6; -update noar ti set v0='KU1PYWE' where id=6; -update noar tt set b0='ZG5I9AM26O' where id=6; -update noar ti set b0='ZG5I9AM26O' where id=6; -update noar tt set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6; -update noar ti set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6; -update noar tt set b1='JZIFRF3Y68RVXOTM2D' where id=6; -update noar ti set b1='JZIFRF3Y68RVXOTM2D' where id=6; -update noar tt set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6; -update noar ti set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6; -update noar tt set b2='9KW9K0LT61WV3B' where id=6; -update noar ti set b2='9KW9K0LT61WV3B' where id=6; -update noar tt set v0='8YCO64' where id=7; -update noar ti set v0='8YCO64' where id=7; -update noar tt set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7; -update noar ti set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7; -update noar tt set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7; -update noar ti set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7; -update noar tt set b1='8J59C0' where id=7; -update noar ti set b1='8J59C0' where id=7; -update noar tt set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7; -update noar ti set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7; -update noar tt set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7; -update noar ti set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7; -update noar tt set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8; -update noar ti set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8; -update noar tt set b0='6GMPQM6ZD' where id=8; -update noar ti set b0='6GMPQM6ZD' where id=8; -update noar tt set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8; -update noar ti set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8; -update noar tt set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8; -update noar ti set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8; -update noar tt set v0='EB' where id=8; -update noar ti set v0='EB' where id=8; -update noar tt set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8; -update noar ti set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8; -update noar tt set v0='EXX2' where id=9; -update noar ti set v0='EXX2' where id=9; -update noar tt set b0='MXZ2HC1L70FFC' where id=9; -update noar ti set b0='MXZ2HC1L70FFC' where id=9; -update noar tt set v0='P8U87WH594NVIJ58KIWL1' where id=9; -update noar ti set v0='P8U87WH594NVIJ58KIWL1' where id=9; -update noar tt set b1='0' where id=9; -update noar ti set b1='0' where id=9; -update noar tt set v0='QGL' where id=9; -update noar ti set v0='QGL' where id=9; -update noar tt set b2='CZ3BR6MT1X' where id=9; -update noar ti set b2='CZ3BR6MT1X' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D0KN24MEJQZC2PR9A' where id=1; -update noar ti set v0='D0KN24MEJQZC2PR9A' where id=1; -update noar tt set b0='2N8Z' where id=1; -update noar ti set b0='2N8Z' where id=1; -update noar tt set v0='65N82EVEWW' where id=1; -update noar ti set v0='65N82EVEWW' where id=1; -update noar tt set b1='UL6KAL1GU8' where id=1; -update noar ti set b1='UL6KAL1GU8' where id=1; -update noar tt set v0='WUUIRYVFVWE6D' where id=1; -update noar ti set v0='WUUIRYVFVWE6D' where id=1; -update noar tt set b2='8WN7R34J9G1HLL2' where id=1; -update noar ti set b2='8WN7R34J9G1HLL2' where id=1; -update noar tt set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2; -update noar ti set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set v0='K9JUEPN8' where id=2; -update noar ti set v0='K9JUEPN8' where id=2; -update noar tt set b1='E4252OX77L0FF8N2E' where id=2; -update noar ti set b1='E4252OX77L0FF8N2E' where id=2; -update noar tt set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2; -update noar ti set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2; -update noar tt set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2; -update noar ti set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2; -update noar tt set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3; -update noar ti set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3; -update noar tt set b0='T9AU1XYOYU0D2163KYQ' where id=3; -update noar ti set b0='T9AU1XYOYU0D2163KYQ' where id=3; -update noar tt set v0='B5INDB' where id=3; -update noar ti set v0='B5INDB' where id=3; -update noar tt set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3; -update noar ti set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3; -update noar tt set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3; -update noar ti set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3; -update noar tt set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3; -update noar ti set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3; -update noar tt set v0='XGWEVHMQN8' where id=4; -update noar ti set v0='XGWEVHMQN8' where id=4; -update noar tt set b0='UOU' where id=4; -update noar ti set b0='UOU' where id=4; -update noar tt set v0='2VH3AL9XARP' where id=4; -update noar ti set v0='2VH3AL9XARP' where id=4; -update noar tt set b1='3I1BDJOX8X1QRM0NSIW' where id=4; -update noar ti set b1='3I1BDJOX8X1QRM0NSIW' where id=4; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4; -update noar ti set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4; -update noar tt set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5; -update noar ti set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5; -update noar tt set b0='7Z' where id=5; -update noar ti set b0='7Z' where id=5; -update noar tt set v0='P8DP9RLR3ECYFA6AL86' where id=5; -update noar ti set v0='P8DP9RLR3ECYFA6AL86' where id=5; -update noar tt set b1='OKZ3' where id=5; -update noar ti set b1='OKZ3' where id=5; -update noar tt set v0='5EZ' where id=5; -update noar ti set v0='5EZ' where id=5; -update noar tt set b2='CTP5K69VS8HE' where id=5; -update noar ti set b2='CTP5K69VS8HE' where id=5; -update noar tt set v0='9QH969YHJYTT3FFDO5' where id=6; -update noar ti set v0='9QH969YHJYTT3FFDO5' where id=6; -update noar tt set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6; -update noar ti set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6; -update noar tt set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6; -update noar ti set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6; -update noar tt set b1='0' where id=6; -update noar ti set b1='0' where id=6; -update noar tt set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6; -update noar ti set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6; -update noar tt set b2='Z4EOV1MHPLU' where id=6; -update noar ti set b2='Z4EOV1MHPLU' where id=6; -update noar tt set v0='R5IT2AVSYH4M48MUFV' where id=7; -update noar ti set v0='R5IT2AVSYH4M48MUFV' where id=7; -update noar tt set b0='SB0FAOGB0ORU9' where id=7; -update noar ti set b0='SB0FAOGB0ORU9' where id=7; -update noar tt set v0='0QCC57BCZISAQ' where id=7; -update noar ti set v0='0QCC57BCZISAQ' where id=7; -update noar tt set b1='D92T0HMD4981FXDMOJUN50' where id=7; -update noar ti set b1='D92T0HMD4981FXDMOJUN50' where id=7; -update noar tt set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7; -update noar ti set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7; -update noar tt set b2='KK8OROB8YCC370CS' where id=7; -update noar ti set b2='KK8OROB8YCC370CS' where id=7; -update noar tt set v0='JEG' where id=8; -update noar ti set v0='JEG' where id=8; -update noar tt set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8; -update noar ti set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8; -update noar tt set v0='FO8C' where id=8; -update noar ti set v0='FO8C' where id=8; -update noar tt set b1='ZWQ4' where id=8; -update noar ti set b1='ZWQ4' where id=8; -update noar tt set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8; -update noar ti set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8; -update noar tt set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8; -update noar ti set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8; -update noar tt set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9; -update noar ti set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9; -update noar tt set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9; -update noar ti set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9; -update noar tt set v0='1CCIFCNOV5A2XZ' where id=9; -update noar ti set v0='1CCIFCNOV5A2XZ' where id=9; -update noar tt set b1='6L8ZD2IO8B3K83OY' where id=9; -update noar ti set b1='6L8ZD2IO8B3K83OY' where id=9; -update noar tt set v0='K4U' where id=9; -update noar ti set v0='K4U' where id=9; -update noar tt set b2='F7G3BZYU0Q97K' where id=9; -update noar ti set b2='F7G3BZYU0Q97K' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q1' where id=1; -update noar ti set v0='Q1' where id=1; -update noar tt set b0='9VQUXZD4VZ523ZWP5' where id=1; -update noar ti set b0='9VQUXZD4VZ523ZWP5' where id=1; -update noar tt set v0='E48Q' where id=1; -update noar ti set v0='E48Q' where id=1; -update noar tt set b1='U597Z8G1L418ZLQ2P' where id=1; -update noar ti set b1='U597Z8G1L418ZLQ2P' where id=1; -update noar tt set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1; -update noar ti set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1; -update noar tt set b2='QHPACUBFHZZ' where id=1; -update noar ti set b2='QHPACUBFHZZ' where id=1; -update noar tt set v0='2N6O0O7SBSHSM03SD1U' where id=2; -update noar ti set v0='2N6O0O7SBSHSM03SD1U' where id=2; -update noar tt set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2; -update noar ti set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b1='M1YN6ADRB5EQHW' where id=2; -update noar ti set b1='M1YN6ADRB5EQHW' where id=2; -update noar tt set v0='VYM4FOSZ7XIBMRLYOP' where id=2; -update noar ti set v0='VYM4FOSZ7XIBMRLYOP' where id=2; -update noar tt set b2='RP0BUGIV' where id=2; -update noar ti set b2='RP0BUGIV' where id=2; -update noar tt set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3; -update noar ti set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3; -update noar tt set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3; -update noar ti set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3; -update noar tt set v0='BYGREAH' where id=3; -update noar ti set v0='BYGREAH' where id=3; -update noar tt set b1='E' where id=3; -update noar ti set b1='E' where id=3; -update noar tt set v0='BYHW7P6' where id=3; -update noar ti set v0='BYHW7P6' where id=3; -update noar tt set b2='ZTET0I75AN' where id=3; -update noar ti set b2='ZTET0I75AN' where id=3; -update noar tt set v0='FGPAJFQIJCIYD4SP1' where id=4; -update noar ti set v0='FGPAJFQIJCIYD4SP1' where id=4; -update noar tt set b0='5KCMB' where id=4; -update noar ti set b0='5KCMB' where id=4; -update noar tt set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4; -update noar ti set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='X0PSMOQLVB3V77D3N' where id=4; -update noar ti set v0='X0PSMOQLVB3V77D3N' where id=4; -update noar tt set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4; -update noar ti set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4; -update noar tt set v0='TX9KW6PNGJNVBN' where id=5; -update noar ti set v0='TX9KW6PNGJNVBN' where id=5; -update noar tt set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5; -update noar ti set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5; -update noar tt set v0='NDVJVJL' where id=5; -update noar ti set v0='NDVJVJL' where id=5; -update noar tt set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5; -update noar ti set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5; -update noar tt set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5; -update noar ti set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5; -update noar tt set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5; -update noar ti set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5; -update noar tt set v0='GXKK' where id=6; -update noar ti set v0='GXKK' where id=6; -update noar tt set b0='8HO' where id=6; -update noar ti set b0='8HO' where id=6; -update noar tt set v0='ZND9KNTDDSQPVE7083Z' where id=6; -update noar ti set v0='ZND9KNTDDSQPVE7083Z' where id=6; -update noar tt set b1='L9T93T8955I8W652DFDH3K' where id=6; -update noar ti set b1='L9T93T8955I8W652DFDH3K' where id=6; -update noar tt set v0='R890OUQEBACJMNLAZ' where id=6; -update noar ti set v0='R890OUQEBACJMNLAZ' where id=6; -update noar tt set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6; -update noar ti set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6; -update noar tt set v0='Q9C0NP8G' where id=7; -update noar ti set v0='Q9C0NP8G' where id=7; -update noar tt set b0='O1KDM982G' where id=7; -update noar ti set b0='O1KDM982G' where id=7; -update noar tt set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7; -update noar ti set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7; -update noar tt set b1='W6CZQFW3I9MLC' where id=7; -update noar ti set b1='W6CZQFW3I9MLC' where id=7; -update noar tt set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7; -update noar ti set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7; -update noar tt set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7; -update noar ti set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7; -update noar tt set v0='TRV6JBLN' where id=8; -update noar ti set v0='TRV6JBLN' where id=8; -update noar tt set b0='C18E0M961RH5KJT' where id=8; -update noar ti set b0='C18E0M961RH5KJT' where id=8; -update noar tt set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8; -update noar ti set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8; -update noar tt set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8; -update noar ti set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8; -update noar tt set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8; -update noar ti set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8; -update noar tt set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8; -update noar ti set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8; -update noar tt set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9; -update noar ti set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9; -update noar tt set b0='3R4' where id=9; -update noar ti set b0='3R4' where id=9; -update noar tt set v0='Z2W4IOS' where id=9; -update noar ti set v0='Z2W4IOS' where id=9; -update noar tt set b1='X5JTLZY' where id=9; -update noar ti set b1='X5JTLZY' where id=9; -update noar tt set v0='GJNLF89WINZPO' where id=9; -update noar ti set v0='GJNLF89WINZPO' where id=9; -update noar tt set b2='SSLPPOH4GQQ' where id=9; -update noar ti set b2='SSLPPOH4GQQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HUUBW07QPI19Z7GY' where id=1; -update noar ti set v0='HUUBW07QPI19Z7GY' where id=1; -update noar tt set b0='DWB0N0KRCDTIZ5BIYT' where id=1; -update noar ti set b0='DWB0N0KRCDTIZ5BIYT' where id=1; -update noar tt set v0='KNPWL2XSER0' where id=1; -update noar ti set v0='KNPWL2XSER0' where id=1; -update noar tt set b1='Q' where id=1; -update noar ti set b1='Q' where id=1; -update noar tt set v0='PEDK0PMW3VTPVFFD1JD5' where id=1; -update noar ti set v0='PEDK0PMW3VTPVFFD1JD5' where id=1; -update noar tt set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1; -update noar ti set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1; -update noar tt set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2; -update noar ti set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2; -update noar tt set b0='DVL5QAWLBJPJT4' where id=2; -update noar ti set b0='DVL5QAWLBJPJT4' where id=2; -update noar tt set v0='3' where id=2; -update noar ti set v0='3' where id=2; -update noar tt set b1='ZQAY3QAIXVVC' where id=2; -update noar ti set b1='ZQAY3QAIXVVC' where id=2; -update noar tt set v0='GKUYV9' where id=2; -update noar ti set v0='GKUYV9' where id=2; -update noar tt set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2; -update noar ti set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2; -update noar tt set v0='UUAAQ16QIMA0P8UFBCT' where id=3; -update noar ti set v0='UUAAQ16QIMA0P8UFBCT' where id=3; -update noar tt set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3; -update noar ti set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3; -update noar tt set v0='NLI8SQ3U5' where id=3; -update noar ti set v0='NLI8SQ3U5' where id=3; -update noar tt set b1='A' where id=3; -update noar ti set b1='A' where id=3; -update noar tt set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3; -update noar ti set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3; -update noar tt set b2='A5S51YNYAH2' where id=3; -update noar ti set b2='A5S51YNYAH2' where id=3; -update noar tt set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4; -update noar ti set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4; -update noar tt set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4; -update noar ti set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4; -update noar tt set v0='EYDTO0IAL8H0W' where id=4; -update noar ti set v0='EYDTO0IAL8H0W' where id=4; -update noar tt set b1='R2HM4JKFJJERCO' where id=4; -update noar ti set b1='R2HM4JKFJJERCO' where id=4; -update noar tt set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4; -update noar ti set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4; -update noar tt set b2='WOC222J9M' where id=4; -update noar ti set b2='WOC222J9M' where id=4; -update noar tt set v0='KH1KA' where id=5; -update noar ti set v0='KH1KA' where id=5; -update noar tt set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5; -update noar ti set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5; -update noar tt set v0='36MOL10Q7NQSNDLCFLWU' where id=5; -update noar ti set v0='36MOL10Q7NQSNDLCFLWU' where id=5; -update noar tt set b1='R2XT' where id=5; -update noar ti set b1='R2XT' where id=5; -update noar tt set v0='YY991MRRCKDH' where id=5; -update noar ti set v0='YY991MRRCKDH' where id=5; -update noar tt set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5; -update noar ti set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5; -update noar tt set v0='92BZBW68T' where id=6; -update noar ti set v0='92BZBW68T' where id=6; -update noar tt set b0='OVX8ZKV' where id=6; -update noar ti set b0='OVX8ZKV' where id=6; -update noar tt set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6; -update noar ti set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6; -update noar tt set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6; -update noar ti set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6; -update noar tt set v0='IO9AUF6W' where id=6; -update noar ti set v0='IO9AUF6W' where id=6; -update noar tt set b2='JNBQTLWHEZQ' where id=6; -update noar ti set b2='JNBQTLWHEZQ' where id=6; -update noar tt set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7; -update noar ti set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7; -update noar tt set b0='F3R7ZJHQFN6KL0LTE' where id=7; -update noar ti set b0='F3R7ZJHQFN6KL0LTE' where id=7; -update noar tt set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7; -update noar ti set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7; -update noar tt set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7; -update noar ti set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7; -update noar tt set v0='AKYN29I0441KRBSNWH919C' where id=7; -update noar ti set v0='AKYN29I0441KRBSNWH919C' where id=7; -update noar tt set b2='1L' where id=7; -update noar ti set b2='1L' where id=7; -update noar tt set v0='7EPXFBQK' where id=8; -update noar ti set v0='7EPXFBQK' where id=8; -update noar tt set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8; -update noar ti set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8; -update noar tt set v0='IAL666LNCG35LYQ0QQK6O5' where id=8; -update noar ti set v0='IAL666LNCG35LYQ0QQK6O5' where id=8; -update noar tt set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8; -update noar ti set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8; -update noar tt set v0='E6QTX01IY2M21N7H' where id=8; -update noar ti set v0='E6QTX01IY2M21N7H' where id=8; -update noar tt set b2='OH56KOFBNTLC26K' where id=8; -update noar ti set b2='OH56KOFBNTLC26K' where id=8; -update noar tt set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9; -update noar ti set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9; -update noar tt set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9; -update noar ti set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9; -update noar tt set v0='Q1DHSP4I2' where id=9; -update noar ti set v0='Q1DHSP4I2' where id=9; -update noar tt set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9; -update noar ti set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9; -update noar tt set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9; -update noar ti set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9; -update noar tt set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9; -update noar ti set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1; -update noar ti set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1; -update noar tt set b0='YB8NTN82M' where id=1; -update noar ti set b0='YB8NTN82M' where id=1; -update noar tt set v0='LRL32Z5N10JBOF6' where id=1; -update noar ti set v0='LRL32Z5N10JBOF6' where id=1; -update noar tt set b1='SVXTVA7OG59RTB' where id=1; -update noar ti set b1='SVXTVA7OG59RTB' where id=1; -update noar tt set v0='5RQF5QA6JGO' where id=1; -update noar ti set v0='5RQF5QA6JGO' where id=1; -update noar tt set b2='LEOR80S' where id=1; -update noar ti set b2='LEOR80S' where id=1; -update noar tt set v0='YSZTG' where id=2; -update noar ti set v0='YSZTG' where id=2; -update noar tt set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2; -update noar ti set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2; -update noar tt set v0='4U7JBMZB54FMAZV' where id=2; -update noar ti set v0='4U7JBMZB54FMAZV' where id=2; -update noar tt set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2; -update noar ti set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2; -update noar tt set v0='XMT1U' where id=2; -update noar ti set v0='XMT1U' where id=2; -update noar tt set b2='2' where id=2; -update noar ti set b2='2' where id=2; -update noar tt set v0='1GXOXA9B3NSGQHU7NBE' where id=3; -update noar ti set v0='1GXOXA9B3NSGQHU7NBE' where id=3; -update noar tt set b0='Q' where id=3; -update noar ti set b0='Q' where id=3; -update noar tt set v0='SY02UKUCTT5A' where id=3; -update noar ti set v0='SY02UKUCTT5A' where id=3; -update noar tt set b1='OQA4' where id=3; -update noar ti set b1='OQA4' where id=3; -update noar tt set v0='DTPZ3DT8PWK8GMWZV' where id=3; -update noar ti set v0='DTPZ3DT8PWK8GMWZV' where id=3; -update noar tt set b2='BYTZ' where id=3; -update noar ti set b2='BYTZ' where id=3; -update noar tt set v0='15603KRF033QUHOY' where id=4; -update noar ti set v0='15603KRF033QUHOY' where id=4; -update noar tt set b0='S7KDI30VIRK9UTK' where id=4; -update noar ti set b0='S7KDI30VIRK9UTK' where id=4; -update noar tt set v0='K0FER' where id=4; -update noar ti set v0='K0FER' where id=4; -update noar tt set b1='42Z7ZIUCK1QXN7' where id=4; -update noar ti set b1='42Z7ZIUCK1QXN7' where id=4; -update noar tt set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4; -update noar ti set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4; -update noar tt set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4; -update noar ti set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4; -update noar tt set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5; -update noar ti set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5; -update noar tt set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5; -update noar ti set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5; -update noar tt set v0='BGVZXQEI40OKTLREY2DA9M' where id=5; -update noar ti set v0='BGVZXQEI40OKTLREY2DA9M' where id=5; -update noar tt set b1='09H5O6IDB32T31OYK5W29M' where id=5; -update noar ti set b1='09H5O6IDB32T31OYK5W29M' where id=5; -update noar tt set v0='MD4BVS633PCUN2W4I8QII' where id=5; -update noar ti set v0='MD4BVS633PCUN2W4I8QII' where id=5; -update noar tt set b2='BFJKMP6SMV3E' where id=5; -update noar ti set b2='BFJKMP6SMV3E' where id=5; -update noar tt set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6; -update noar ti set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6; -update noar tt set b0='8GX6Q05B7HT' where id=6; -update noar ti set b0='8GX6Q05B7HT' where id=6; -update noar tt set v0='TF8YT7Z7TP7SWJ' where id=6; -update noar ti set v0='TF8YT7Z7TP7SWJ' where id=6; -update noar tt set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6; -update noar ti set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6; -update noar tt set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6; -update noar ti set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6; -update noar tt set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6; -update noar ti set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6; -update noar tt set v0='I6PH4WVRW9LMMJGJOX8G' where id=7; -update noar ti set v0='I6PH4WVRW9LMMJGJOX8G' where id=7; -update noar tt set b0='O3FXX' where id=7; -update noar ti set b0='O3FXX' where id=7; -update noar tt set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7; -update noar ti set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7; -update noar tt set b1='RVCM' where id=7; -update noar ti set b1='RVCM' where id=7; -update noar tt set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7; -update noar ti set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7; -update noar tt set b2='BIQ0IXWC485HTEQLR' where id=7; -update noar ti set b2='BIQ0IXWC485HTEQLR' where id=7; -update noar tt set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8; -update noar ti set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8; -update noar tt set b0='40LTMGJRJ' where id=8; -update noar ti set b0='40LTMGJRJ' where id=8; -update noar tt set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8; -update noar ti set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8; -update noar tt set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8; -update noar ti set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8; -update noar tt set v0='2J4V4ZSAQYNC70B' where id=8; -update noar ti set v0='2J4V4ZSAQYNC70B' where id=8; -update noar tt set b2='DZZ0' where id=8; -update noar ti set b2='DZZ0' where id=8; -update noar tt set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9; -update noar ti set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9; -update noar tt set b0='RSZVBVQCPOFXOP20BZDU7' where id=9; -update noar ti set b0='RSZVBVQCPOFXOP20BZDU7' where id=9; -update noar tt set v0='P6QM8EN0RKBV' where id=9; -update noar ti set v0='P6QM8EN0RKBV' where id=9; -update noar tt set b1='6GQNANW4XY' where id=9; -update noar ti set b1='6GQNANW4XY' where id=9; -update noar tt set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9; -update noar ti set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9; -update noar tt set b2='FHKJWR6H7L9T90F' where id=9; -update noar ti set b2='FHKJWR6H7L9T90F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1; -update noar ti set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1; -update noar tt set b0='JENF6SB63H4AYG0' where id=1; -update noar ti set b0='JENF6SB63H4AYG0' where id=1; -update noar tt set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1; -update noar ti set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1; -update noar tt set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1; -update noar ti set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1; -update noar tt set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1; -update noar ti set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1; -update noar tt set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1; -update noar ti set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1; -update noar tt set v0='Y25R' where id=2; -update noar ti set v0='Y25R' where id=2; -update noar tt set b0='H4VK6D' where id=2; -update noar ti set b0='H4VK6D' where id=2; -update noar tt set v0='AWEAEXIEIBCI' where id=2; -update noar ti set v0='AWEAEXIEIBCI' where id=2; -update noar tt set b1='ZWPPE01VM' where id=2; -update noar ti set b1='ZWPPE01VM' where id=2; -update noar tt set v0='NB58' where id=2; -update noar ti set v0='NB58' where id=2; -update noar tt set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2; -update noar ti set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2; -update noar tt set v0='ZSR72DAZ' where id=3; -update noar ti set v0='ZSR72DAZ' where id=3; -update noar tt set b0='XB02MJ4ICXBRV3VV' where id=3; -update noar ti set b0='XB02MJ4ICXBRV3VV' where id=3; -update noar tt set v0='FUECLF2I8' where id=3; -update noar ti set v0='FUECLF2I8' where id=3; -update noar tt set b1='J' where id=3; -update noar ti set b1='J' where id=3; -update noar tt set v0='H6YTR6XT4KTYNJII' where id=3; -update noar ti set v0='H6YTR6XT4KTYNJII' where id=3; -update noar tt set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3; -update noar ti set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3; -update noar tt set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4; -update noar ti set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4; -update noar tt set b0='FZ6ROIOL' where id=4; -update noar ti set b0='FZ6ROIOL' where id=4; -update noar tt set v0='SDEGGDYRK7507WI2YMX0H' where id=4; -update noar ti set v0='SDEGGDYRK7507WI2YMX0H' where id=4; -update noar tt set b1='V712HMILEG2H' where id=4; -update noar ti set b1='V712HMILEG2H' where id=4; -update noar tt set v0='XAHGN' where id=4; -update noar ti set v0='XAHGN' where id=4; -update noar tt set b2='RD4MIT78' where id=4; -update noar ti set b2='RD4MIT78' where id=4; -update noar tt set v0='61D9790SJYM01MY' where id=5; -update noar ti set v0='61D9790SJYM01MY' where id=5; -update noar tt set b0='64WWSHKCKQZOF6BXS1Q' where id=5; -update noar ti set b0='64WWSHKCKQZOF6BXS1Q' where id=5; -update noar tt set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5; -update noar ti set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5; -update noar tt set b1='XODEY' where id=5; -update noar ti set b1='XODEY' where id=5; -update noar tt set v0='Z6Q5JV9RJ' where id=5; -update noar ti set v0='Z6Q5JV9RJ' where id=5; -update noar tt set b2='3F2Y' where id=5; -update noar ti set b2='3F2Y' where id=5; -update noar tt set v0='GKP57TE04U' where id=6; -update noar ti set v0='GKP57TE04U' where id=6; -update noar tt set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6; -update noar ti set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6; -update noar tt set v0='UYJ7H577BH85MWIKC' where id=6; -update noar ti set v0='UYJ7H577BH85MWIKC' where id=6; -update noar tt set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6; -update noar ti set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6; -update noar tt set v0='VTT4CEHEGQWXUJ' where id=6; -update noar ti set v0='VTT4CEHEGQWXUJ' where id=6; -update noar tt set b2='CKK2F' where id=6; -update noar ti set b2='CKK2F' where id=6; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7; -update noar ti set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7; -update noar tt set v0='YNVNV1I56VEM2D31E6X2H2' where id=7; -update noar ti set v0='YNVNV1I56VEM2D31E6X2H2' where id=7; -update noar tt set b1='PD8IBJQVWZ098IJD' where id=7; -update noar ti set b1='PD8IBJQVWZ098IJD' where id=7; -update noar tt set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7; -update noar ti set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7; -update noar tt set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7; -update noar ti set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7; -update noar tt set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8; -update noar ti set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8; -update noar tt set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8; -update noar ti set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8; -update noar tt set v0='G12FLSA31' where id=8; -update noar ti set v0='G12FLSA31' where id=8; -update noar tt set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8; -update noar ti set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8; -update noar tt set v0='C8J5WQW' where id=8; -update noar ti set v0='C8J5WQW' where id=8; -update noar tt set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8; -update noar ti set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8; -update noar tt set v0='9BF8O69YBTF7LBL9A' where id=9; -update noar ti set v0='9BF8O69YBTF7LBL9A' where id=9; -update noar tt set b0='L381608G9R6IDQCKP' where id=9; -update noar ti set b0='L381608G9R6IDQCKP' where id=9; -update noar tt set v0='CHIRGZUA' where id=9; -update noar ti set v0='CHIRGZUA' where id=9; -update noar tt set b1='YK5IQS' where id=9; -update noar ti set b1='YK5IQS' where id=9; -update noar tt set v0='VAGEWP3DF1QNWH' where id=9; -update noar ti set v0='VAGEWP3DF1QNWH' where id=9; -update noar tt set b2='EEXAQOWD89IMT47' where id=9; -update noar ti set b2='EEXAQOWD89IMT47' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BB' where id=1; -update noar ti set v0='0BB' where id=1; -update noar tt set b0='RAHWAQAPLY' where id=1; -update noar ti set b0='RAHWAQAPLY' where id=1; -update noar tt set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1; -update noar ti set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1; -update noar tt set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1; -update noar ti set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1; -update noar tt set v0='PLF4U2B0ISP' where id=1; -update noar ti set v0='PLF4U2B0ISP' where id=1; -update noar tt set b2='FAYV' where id=1; -update noar ti set b2='FAYV' where id=1; -update noar tt set v0='G8WT62HP' where id=2; -update noar ti set v0='G8WT62HP' where id=2; -update noar tt set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2; -update noar ti set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2; -update noar tt set v0='91QS87M6T0WNUR0E2K2PHM' where id=2; -update noar ti set v0='91QS87M6T0WNUR0E2K2PHM' where id=2; -update noar tt set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2; -update noar ti set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2; -update noar tt set v0='B28RHH69' where id=2; -update noar ti set v0='B28RHH69' where id=2; -update noar tt set b2='7CO8IXI' where id=2; -update noar ti set b2='7CO8IXI' where id=2; -update noar tt set v0='XWZY' where id=3; -update noar ti set v0='XWZY' where id=3; -update noar tt set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3; -update noar ti set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3; -update noar tt set v0='BU4K6E' where id=3; -update noar ti set v0='BU4K6E' where id=3; -update noar tt set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3; -update noar ti set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3; -update noar tt set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3; -update noar ti set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3; -update noar tt set b2='QUZM4G15GGJBRWV8R' where id=3; -update noar ti set b2='QUZM4G15GGJBRWV8R' where id=3; -update noar tt set v0='3UC521OAT0HPH4GN3ATKW' where id=4; -update noar ti set v0='3UC521OAT0HPH4GN3ATKW' where id=4; -update noar tt set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4; -update noar ti set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4; -update noar tt set v0='8ZWM2GJOHDWHCKBH3' where id=4; -update noar ti set v0='8ZWM2GJOHDWHCKBH3' where id=4; -update noar tt set b1='DC8J' where id=4; -update noar ti set b1='DC8J' where id=4; -update noar tt set v0='Y1H2ODQEN8FGI' where id=4; -update noar ti set v0='Y1H2ODQEN8FGI' where id=4; -update noar tt set b2='O7UF5AZB0N55YEL' where id=4; -update noar ti set b2='O7UF5AZB0N55YEL' where id=4; -update noar tt set v0='893J' where id=5; -update noar ti set v0='893J' where id=5; -update noar tt set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5; -update noar ti set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5; -update noar tt set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5; -update noar ti set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5; -update noar tt set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5; -update noar ti set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5; -update noar tt set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5; -update noar ti set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5; -update noar tt set b2='46UWSUOQSFJ64PCHG27' where id=5; -update noar ti set b2='46UWSUOQSFJ64PCHG27' where id=5; -update noar tt set v0='KBWZG5UTAYCOO6526' where id=6; -update noar ti set v0='KBWZG5UTAYCOO6526' where id=6; -update noar tt set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6; -update noar ti set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6; -update noar tt set v0='WRXYCV4QUP1SOI295' where id=6; -update noar ti set v0='WRXYCV4QUP1SOI295' where id=6; -update noar tt set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6; -update noar ti set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6; -update noar tt set v0='JWPPIHS35A0J5U2' where id=6; -update noar ti set v0='JWPPIHS35A0J5U2' where id=6; -update noar tt set b2='R' where id=6; -update noar ti set b2='R' where id=6; -update noar tt set v0='RO' where id=7; -update noar ti set v0='RO' where id=7; -update noar tt set b0='3LK3RIXCXOOZ' where id=7; -update noar ti set b0='3LK3RIXCXOOZ' where id=7; -update noar tt set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7; -update noar ti set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7; -update noar tt set b1='A14PM37J551W618' where id=7; -update noar ti set b1='A14PM37J551W618' where id=7; -update noar tt set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7; -update noar ti set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7; -update noar tt set b2='CPBOPLQK8XC' where id=7; -update noar ti set b2='CPBOPLQK8XC' where id=7; -update noar tt set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8; -update noar ti set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8; -update noar tt set b0='MSW' where id=8; -update noar ti set b0='MSW' where id=8; -update noar tt set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8; -update noar ti set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8; -update noar tt set b1='IA' where id=8; -update noar ti set b1='IA' where id=8; -update noar tt set v0='ACBYUD17E6Q5E' where id=8; -update noar ti set v0='ACBYUD17E6Q5E' where id=8; -update noar tt set b2='4M31GTY9G4OZR1YCATFNB' where id=8; -update noar ti set b2='4M31GTY9G4OZR1YCATFNB' where id=8; -update noar tt set v0='BMT3CR6T' where id=9; -update noar ti set v0='BMT3CR6T' where id=9; -update noar tt set b0='HKBPON1MWH' where id=9; -update noar ti set b0='HKBPON1MWH' where id=9; -update noar tt set v0='NWU3' where id=9; -update noar ti set v0='NWU3' where id=9; -update noar tt set b1='EX0LFK3' where id=9; -update noar ti set b1='EX0LFK3' where id=9; -update noar tt set v0='YTHC79D5I4WVO9FH' where id=9; -update noar ti set v0='YTHC79D5I4WVO9FH' where id=9; -update noar tt set b2='U00GJFWOZ2SAYZT4N2' where id=9; -update noar ti set b2='U00GJFWOZ2SAYZT4N2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HM' where id=1; -update noar ti set v0='HM' where id=1; -update noar tt set b0='8BTHL' where id=1; -update noar ti set b0='8BTHL' where id=1; -update noar tt set v0='8MKDG23NFZLJWTF' where id=1; -update noar ti set v0='8MKDG23NFZLJWTF' where id=1; -update noar tt set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1; -update noar ti set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1; -update noar tt set v0='ZBTEB4ULU8EOZZPPG9' where id=1; -update noar ti set v0='ZBTEB4ULU8EOZZPPG9' where id=1; -update noar tt set b2='V3RNJPQ' where id=1; -update noar ti set b2='V3RNJPQ' where id=1; -update noar tt set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2; -update noar ti set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2; -update noar tt set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2; -update noar ti set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2; -update noar tt set v0='NG19R' where id=2; -update noar ti set v0='NG19R' where id=2; -update noar tt set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2; -update noar ti set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2; -update noar tt set v0='55114R43T0ERGU93MFTRC9' where id=2; -update noar ti set v0='55114R43T0ERGU93MFTRC9' where id=2; -update noar tt set b2='1LGJ' where id=2; -update noar ti set b2='1LGJ' where id=2; -update noar tt set v0='1RZMQ8X' where id=3; -update noar ti set v0='1RZMQ8X' where id=3; -update noar tt set b0='LCM3QDM77M56YCHKH' where id=3; -update noar ti set b0='LCM3QDM77M56YCHKH' where id=3; -update noar tt set v0='DSYQ2ECLVV5P' where id=3; -update noar ti set v0='DSYQ2ECLVV5P' where id=3; -update noar tt set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3; -update noar ti set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3; -update noar tt set v0='NEUT73' where id=3; -update noar ti set v0='NEUT73' where id=3; -update noar tt set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3; -update noar ti set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3; -update noar tt set v0='6TTHF46W58QLZVVHODB' where id=4; -update noar ti set v0='6TTHF46W58QLZVVHODB' where id=4; -update noar tt set b0='KWH1KZX0XP5' where id=4; -update noar ti set b0='KWH1KZX0XP5' where id=4; -update noar tt set v0='0PC98G0EA3NA9P5WGPXP' where id=4; -update noar ti set v0='0PC98G0EA3NA9P5WGPXP' where id=4; -update noar tt set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4; -update noar ti set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4; -update noar tt set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4; -update noar ti set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4; -update noar tt set b2='6' where id=4; -update noar ti set b2='6' where id=4; -update noar tt set v0='Q26V9LP3493G' where id=5; -update noar ti set v0='Q26V9LP3493G' where id=5; -update noar tt set b0='GQ73ASURRUXH6KE3S3QDT' where id=5; -update noar ti set b0='GQ73ASURRUXH6KE3S3QDT' where id=5; -update noar tt set v0='GV7EOXB4YN6' where id=5; -update noar ti set v0='GV7EOXB4YN6' where id=5; -update noar tt set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5; -update noar ti set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5; -update noar tt set v0='93' where id=5; -update noar ti set v0='93' where id=5; -update noar tt set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5; -update noar ti set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5; -update noar tt set v0='TX7X08IQOJ3ZS3VZ' where id=6; -update noar ti set v0='TX7X08IQOJ3ZS3VZ' where id=6; -update noar tt set b0='MC9K' where id=6; -update noar ti set b0='MC9K' where id=6; -update noar tt set v0='ZG' where id=6; -update noar ti set v0='ZG' where id=6; -update noar tt set b1='2OFU' where id=6; -update noar ti set b1='2OFU' where id=6; -update noar tt set v0='07ZKU6QIAYFMUEWIR3' where id=6; -update noar ti set v0='07ZKU6QIAYFMUEWIR3' where id=6; -update noar tt set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6; -update noar ti set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6; -update noar tt set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7; -update noar ti set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7; -update noar tt set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7; -update noar ti set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7; -update noar tt set v0='ZZO2E' where id=7; -update noar ti set v0='ZZO2E' where id=7; -update noar tt set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7; -update noar ti set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7; -update noar tt set v0='1FE5KOFQH' where id=7; -update noar ti set v0='1FE5KOFQH' where id=7; -update noar tt set b2='KIAFNJQOWN4' where id=7; -update noar ti set b2='KIAFNJQOWN4' where id=7; -update noar tt set v0='KLEB57PH6' where id=8; -update noar ti set v0='KLEB57PH6' where id=8; -update noar tt set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8; -update noar ti set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8; -update noar tt set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8; -update noar ti set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8; -update noar tt set b1='Q0QSXIQRRJ9D' where id=8; -update noar ti set b1='Q0QSXIQRRJ9D' where id=8; -update noar tt set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8; -update noar ti set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8; -update noar tt set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8; -update noar ti set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8; -update noar tt set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9; -update noar ti set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9; -update noar tt set b0='9TUB5PX90' where id=9; -update noar ti set b0='9TUB5PX90' where id=9; -update noar tt set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9; -update noar ti set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9; -update noar tt set b1='Q865T' where id=9; -update noar ti set b1='Q865T' where id=9; -update noar tt set v0='XYWSGSEDR' where id=9; -update noar ti set v0='XYWSGSEDR' where id=9; -update noar tt set b2='08C5LC3LSYJ44LJRYVF95W' where id=9; -update noar ti set b2='08C5LC3LSYJ44LJRYVF95W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z6MC9LT99X1' where id=1; -update noar ti set v0='Z6MC9LT99X1' where id=1; -update noar tt set b0='XH300J6J983' where id=1; -update noar ti set b0='XH300J6J983' where id=1; -update noar tt set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1; -update noar ti set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1; -update noar tt set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1; -update noar ti set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1; -update noar tt set v0='8' where id=1; -update noar ti set v0='8' where id=1; -update noar tt set b2='5Z7PQTNT269JKJFY' where id=1; -update noar ti set b2='5Z7PQTNT269JKJFY' where id=1; -update noar tt set v0='PX1BAY' where id=2; -update noar ti set v0='PX1BAY' where id=2; -update noar tt set b0='08KOGS1P' where id=2; -update noar ti set b0='08KOGS1P' where id=2; -update noar tt set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2; -update noar ti set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2; -update noar tt set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2; -update noar ti set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2; -update noar tt set v0='EBYVS' where id=2; -update noar ti set v0='EBYVS' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3; -update noar ti set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3; -update noar tt set b0='XRCE' where id=3; -update noar ti set b0='XRCE' where id=3; -update noar tt set v0='9WQ3B9IAH8AD86' where id=3; -update noar ti set v0='9WQ3B9IAH8AD86' where id=3; -update noar tt set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3; -update noar ti set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3; -update noar tt set v0='C85XJ0NOL3WR' where id=3; -update noar ti set v0='C85XJ0NOL3WR' where id=3; -update noar tt set b2='7QQL' where id=3; -update noar ti set b2='7QQL' where id=3; -update noar tt set v0='QTLY6SIZF' where id=4; -update noar ti set v0='QTLY6SIZF' where id=4; -update noar tt set b0='D0TOKZ1M16Z7' where id=4; -update noar ti set b0='D0TOKZ1M16Z7' where id=4; -update noar tt set v0='1L5XMGZZ47' where id=4; -update noar ti set v0='1L5XMGZZ47' where id=4; -update noar tt set b1='JDBMWJ0585Q77MK3YPK' where id=4; -update noar ti set b1='JDBMWJ0585Q77MK3YPK' where id=4; -update noar tt set v0='O6' where id=4; -update noar ti set v0='O6' where id=4; -update noar tt set b2='JKE56' where id=4; -update noar ti set b2='JKE56' where id=4; -update noar tt set v0='N9Y' where id=5; -update noar ti set v0='N9Y' where id=5; -update noar tt set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5; -update noar ti set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5; -update noar tt set v0='CZMC02JSH2BT' where id=5; -update noar ti set v0='CZMC02JSH2BT' where id=5; -update noar tt set b1='QRX8SF' where id=5; -update noar ti set b1='QRX8SF' where id=5; -update noar tt set v0='05' where id=5; -update noar ti set v0='05' where id=5; -update noar tt set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5; -update noar ti set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5; -update noar tt set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6; -update noar ti set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6; -update noar tt set b0='2MWU5XMKQL' where id=6; -update noar ti set b0='2MWU5XMKQL' where id=6; -update noar tt set v0='85JRDBCM0LJQL6JCWZ2' where id=6; -update noar ti set v0='85JRDBCM0LJQL6JCWZ2' where id=6; -update noar tt set b1='QQVP7' where id=6; -update noar ti set b1='QQVP7' where id=6; -update noar tt set v0='EDXRUA6IT09DJ39' where id=6; -update noar ti set v0='EDXRUA6IT09DJ39' where id=6; -update noar tt set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6; -update noar ti set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6; -update noar tt set v0='GRN82' where id=7; -update noar ti set v0='GRN82' where id=7; -update noar tt set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7; -update noar ti set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7; -update noar tt set v0='Q38P61LQISWWP8LV7' where id=7; -update noar ti set v0='Q38P61LQISWWP8LV7' where id=7; -update noar tt set b1='94INXVGRQH' where id=7; -update noar ti set b1='94INXVGRQH' where id=7; -update noar tt set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7; -update noar ti set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7; -update noar tt set b2='0VLKQ2' where id=7; -update noar ti set b2='0VLKQ2' where id=7; -update noar tt set v0='G7WKORB811774EKUZNLCC8' where id=8; -update noar ti set v0='G7WKORB811774EKUZNLCC8' where id=8; -update noar tt set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8; -update noar ti set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8; -update noar tt set v0='JHDQ3' where id=8; -update noar ti set v0='JHDQ3' where id=8; -update noar tt set b1='XEXH725N652DIPRV8S2E6' where id=8; -update noar ti set b1='XEXH725N652DIPRV8S2E6' where id=8; -update noar tt set v0='17SSPHKD6' where id=8; -update noar ti set v0='17SSPHKD6' where id=8; -update noar tt set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8; -update noar ti set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8; -update noar tt set v0='R' where id=9; -update noar ti set v0='R' where id=9; -update noar tt set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9; -update noar ti set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9; -update noar tt set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9; -update noar ti set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9; -update noar tt set b1='9' where id=9; -update noar ti set b1='9' where id=9; -update noar tt set v0='I' where id=9; -update noar ti set v0='I' where id=9; -update noar tt set b2='N' where id=9; -update noar ti set b2='N' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1; -update noar ti set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1; -update noar tt set b0='L8OV1JXWHLBR7H9576' where id=1; -update noar ti set b0='L8OV1JXWHLBR7H9576' where id=1; -update noar tt set v0='BMTDO6CDG' where id=1; -update noar ti set v0='BMTDO6CDG' where id=1; -update noar tt set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1; -update noar ti set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1; -update noar tt set v0='6WJ02TMOVO32R95I' where id=1; -update noar ti set v0='6WJ02TMOVO32R95I' where id=1; -update noar tt set b2='CA4T8CJO3ZMM' where id=1; -update noar ti set b2='CA4T8CJO3ZMM' where id=1; -update noar tt set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2; -update noar ti set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2; -update noar tt set b0='ZECK6DC4' where id=2; -update noar ti set b0='ZECK6DC4' where id=2; -update noar tt set v0='7GFA42TD4OCU11UO9CGY' where id=2; -update noar ti set v0='7GFA42TD4OCU11UO9CGY' where id=2; -update noar tt set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2; -update noar ti set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2; -update noar tt set v0='UKTDWU3SXB93EO6V6' where id=2; -update noar ti set v0='UKTDWU3SXB93EO6V6' where id=2; -update noar tt set b2='4YHT022F' where id=2; -update noar ti set b2='4YHT022F' where id=2; -update noar tt set v0='F6O793' where id=3; -update noar ti set v0='F6O793' where id=3; -update noar tt set b0='VMG89W04EG' where id=3; -update noar ti set b0='VMG89W04EG' where id=3; -update noar tt set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3; -update noar ti set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3; -update noar tt set b1='QC5XH78HKAO9MPCI' where id=3; -update noar ti set b1='QC5XH78HKAO9MPCI' where id=3; -update noar tt set v0='14QP752GNIIWKY5HS7' where id=3; -update noar ti set v0='14QP752GNIIWKY5HS7' where id=3; -update noar tt set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3; -update noar ti set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3; -update noar tt set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4; -update noar ti set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4; -update noar tt set b0='A5SAGD2S' where id=4; -update noar ti set b0='A5SAGD2S' where id=4; -update noar tt set v0='ZBPEL52CCNM' where id=4; -update noar ti set v0='ZBPEL52CCNM' where id=4; -update noar tt set b1='4SS9JG9UR325X58OKOHECO8' where id=4; -update noar ti set b1='4SS9JG9UR325X58OKOHECO8' where id=4; -update noar tt set v0='Z5AK5' where id=4; -update noar ti set v0='Z5AK5' where id=4; -update noar tt set b2='CJIDWOHK0Y2GO6CECSZ' where id=4; -update noar ti set b2='CJIDWOHK0Y2GO6CECSZ' where id=4; -update noar tt set v0='1A1H5UE' where id=5; -update noar ti set v0='1A1H5UE' where id=5; -update noar tt set b0='O2UVU2GMCO21CYAM' where id=5; -update noar ti set b0='O2UVU2GMCO21CYAM' where id=5; -update noar tt set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5; -update noar ti set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5; -update noar tt set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5; -update noar ti set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5; -update noar tt set v0='NJF06983RRB2PY5GV6O7' where id=5; -update noar ti set v0='NJF06983RRB2PY5GV6O7' where id=5; -update noar tt set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5; -update noar ti set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5; -update noar tt set v0='374FT1FSJBDV' where id=6; -update noar ti set v0='374FT1FSJBDV' where id=6; -update noar tt set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6; -update noar ti set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6; -update noar tt set v0='GO5633ADRLSIS1AWT7MMGK' where id=6; -update noar ti set v0='GO5633ADRLSIS1AWT7MMGK' where id=6; -update noar tt set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6; -update noar ti set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6; -update noar tt set v0='V1VWDPMOZUILZE1' where id=6; -update noar ti set v0='V1VWDPMOZUILZE1' where id=6; -update noar tt set b2='8JVZFI0KTX' where id=6; -update noar ti set b2='8JVZFI0KTX' where id=6; -update noar tt set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7; -update noar ti set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7; -update noar tt set b0='7F5UAY90CRRV7' where id=7; -update noar ti set b0='7F5UAY90CRRV7' where id=7; -update noar tt set v0='LMYWP8RSKQMBR' where id=7; -update noar ti set v0='LMYWP8RSKQMBR' where id=7; -update noar tt set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7; -update noar ti set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7; -update noar tt set v0='C' where id=7; -update noar ti set v0='C' where id=7; -update noar tt set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7; -update noar ti set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7; -update noar tt set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8; -update noar ti set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8; -update noar tt set b0='C150BK9GYYUZO870ALT' where id=8; -update noar ti set b0='C150BK9GYYUZO870ALT' where id=8; -update noar tt set v0='JRAA20' where id=8; -update noar ti set v0='JRAA20' where id=8; -update noar tt set b1='FER8Z8XSFGMX' where id=8; -update noar ti set b1='FER8Z8XSFGMX' where id=8; -update noar tt set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8; -update noar ti set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8; -update noar tt set b2='8' where id=8; -update noar ti set b2='8' where id=8; -update noar tt set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9; -update noar ti set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9; -update noar tt set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9; -update noar ti set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9; -update noar tt set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9; -update noar ti set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9; -update noar tt set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9; -update noar ti set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9; -update noar tt set v0='UWBS48E3KSC22R' where id=9; -update noar ti set v0='UWBS48E3KSC22R' where id=9; -update noar tt set b2='2H5FQ97DBTT304Q6SS' where id=9; -update noar ti set b2='2H5FQ97DBTT304Q6SS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IK3O4OZPGR67G8R8' where id=1; -update noar ti set v0='IK3O4OZPGR67G8R8' where id=1; -update noar tt set b0='ZI7HHGFTCEPLVP' where id=1; -update noar ti set b0='ZI7HHGFTCEPLVP' where id=1; -update noar tt set v0='HLBEUE4BXWEHNF53' where id=1; -update noar ti set v0='HLBEUE4BXWEHNF53' where id=1; -update noar tt set b1='UKJ5BRPH03SU' where id=1; -update noar ti set b1='UKJ5BRPH03SU' where id=1; -update noar tt set v0='B2' where id=1; -update noar ti set v0='B2' where id=1; -update noar tt set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1; -update noar ti set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1; -update noar tt set v0='4RDXRJKV576C9LY' where id=2; -update noar ti set v0='4RDXRJKV576C9LY' where id=2; -update noar tt set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2; -update noar ti set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2; -update noar tt set v0='L45U12VZZ5L4HONYU' where id=2; -update noar ti set v0='L45U12VZZ5L4HONYU' where id=2; -update noar tt set b1='BXLHX1U5AYX2ZU6KHV' where id=2; -update noar ti set b1='BXLHX1U5AYX2ZU6KHV' where id=2; -update noar tt set v0='1U8ZW9O8Q' where id=2; -update noar ti set v0='1U8ZW9O8Q' where id=2; -update noar tt set b2='UR03VNA1FPJZ6' where id=2; -update noar ti set b2='UR03VNA1FPJZ6' where id=2; -update noar tt set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3; -update noar ti set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3; -update noar tt set b0='TMSD6CWNR1XIJAO4I82W' where id=3; -update noar ti set b0='TMSD6CWNR1XIJAO4I82W' where id=3; -update noar tt set v0='9YMNI9' where id=3; -update noar ti set v0='9YMNI9' where id=3; -update noar tt set b1='2YCWMLAREXU' where id=3; -update noar ti set b1='2YCWMLAREXU' where id=3; -update noar tt set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3; -update noar ti set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3; -update noar tt set b2='ZBM1R2V' where id=3; -update noar ti set b2='ZBM1R2V' where id=3; -update noar tt set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4; -update noar ti set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4; -update noar tt set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4; -update noar ti set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4; -update noar tt set v0='HN7S0NKLSVTM' where id=4; -update noar ti set v0='HN7S0NKLSVTM' where id=4; -update noar tt set b1='VPQFB' where id=4; -update noar ti set b1='VPQFB' where id=4; -update noar tt set v0='42' where id=4; -update noar ti set v0='42' where id=4; -update noar tt set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4; -update noar ti set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4; -update noar tt set v0='ST4ZELCMLUY' where id=5; -update noar ti set v0='ST4ZELCMLUY' where id=5; -update noar tt set b0='SHWROHBW2HXJU0NG' where id=5; -update noar ti set b0='SHWROHBW2HXJU0NG' where id=5; -update noar tt set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5; -update noar ti set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5; -update noar tt set b1='SUH7MUQAOWG' where id=5; -update noar ti set b1='SUH7MUQAOWG' where id=5; -update noar tt set v0='X40Y2D' where id=5; -update noar ti set v0='X40Y2D' where id=5; -update noar tt set b2='1TCIELI8ZDSFHHCUBDO' where id=5; -update noar ti set b2='1TCIELI8ZDSFHHCUBDO' where id=5; -update noar tt set v0='WFZV5VX92KQ' where id=6; -update noar ti set v0='WFZV5VX92KQ' where id=6; -update noar tt set b0='D5J0SIX2EPIXF' where id=6; -update noar ti set b0='D5J0SIX2EPIXF' where id=6; -update noar tt set v0='EL7T93UUF2DHFZPG503ES0' where id=6; -update noar ti set v0='EL7T93UUF2DHFZPG503ES0' where id=6; -update noar tt set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6; -update noar ti set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6; -update noar tt set v0='VF8GDPT' where id=6; -update noar ti set v0='VF8GDPT' where id=6; -update noar tt set b2='N1EZMSO84UL115J' where id=6; -update noar ti set b2='N1EZMSO84UL115J' where id=6; -update noar tt set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7; -update noar ti set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7; -update noar tt set b0='7LV5BR' where id=7; -update noar ti set b0='7LV5BR' where id=7; -update noar tt set v0='OM850' where id=7; -update noar ti set v0='OM850' where id=7; -update noar tt set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7; -update noar ti set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7; -update noar tt set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7; -update noar ti set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7; -update noar tt set b2='BJPQHQ9N3Y' where id=7; -update noar ti set b2='BJPQHQ9N3Y' where id=7; -update noar tt set v0='SWPISUK0VT11H6GWQM1' where id=8; -update noar ti set v0='SWPISUK0VT11H6GWQM1' where id=8; -update noar tt set b0='3JUL' where id=8; -update noar ti set b0='3JUL' where id=8; -update noar tt set v0='15HA6QF1V3YWR' where id=8; -update noar ti set v0='15HA6QF1V3YWR' where id=8; -update noar tt set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8; -update noar ti set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8; -update noar tt set v0='RVPMIYTXHJLK084' where id=8; -update noar ti set v0='RVPMIYTXHJLK084' where id=8; -update noar tt set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8; -update noar ti set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8; -update noar tt set v0='MM' where id=9; -update noar ti set v0='MM' where id=9; -update noar tt set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9; -update noar ti set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9; -update noar tt set v0='VN' where id=9; -update noar ti set v0='VN' where id=9; -update noar tt set b1='O483YC2BYFHGL8SH' where id=9; -update noar ti set b1='O483YC2BYFHGL8SH' where id=9; -update noar tt set v0='IB0ILQ9GKHTWYHV8' where id=9; -update noar ti set v0='IB0ILQ9GKHTWYHV8' where id=9; -update noar tt set b2='M9NK' where id=9; -update noar ti set b2='M9NK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1; -update noar ti set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1; -update noar tt set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1; -update noar ti set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1; -update noar tt set v0='7JN10Z7WSF62' where id=1; -update noar ti set v0='7JN10Z7WSF62' where id=1; -update noar tt set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1; -update noar ti set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1; -update noar tt set v0='QPF50RIQ' where id=1; -update noar ti set v0='QPF50RIQ' where id=1; -update noar tt set b2='ZUKCLHP1F41NKI8LSDH' where id=1; -update noar ti set b2='ZUKCLHP1F41NKI8LSDH' where id=1; -update noar tt set v0='BRSRC3O907XK' where id=2; -update noar ti set v0='BRSRC3O907XK' where id=2; -update noar tt set b0='JVPKLNR3RVE' where id=2; -update noar ti set b0='JVPKLNR3RVE' where id=2; -update noar tt set v0='SQ3HH4PM' where id=2; -update noar ti set v0='SQ3HH4PM' where id=2; -update noar tt set b1='UUQ4Q' where id=2; -update noar ti set b1='UUQ4Q' where id=2; -update noar tt set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2; -update noar ti set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2; -update noar tt set b2='R74K11LKR6C' where id=2; -update noar ti set b2='R74K11LKR6C' where id=2; -update noar tt set v0='H53OPQ' where id=3; -update noar ti set v0='H53OPQ' where id=3; -update noar tt set b0='7' where id=3; -update noar ti set b0='7' where id=3; -update noar tt set v0='H77B3NILXJ7DM186' where id=3; -update noar ti set v0='H77B3NILXJ7DM186' where id=3; -update noar tt set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3; -update noar ti set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3; -update noar tt set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3; -update noar ti set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3; -update noar tt set b2='LUC3I230BND' where id=3; -update noar ti set b2='LUC3I230BND' where id=3; -update noar tt set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4; -update noar ti set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4; -update noar tt set b0='WSVOMU6D' where id=4; -update noar ti set b0='WSVOMU6D' where id=4; -update noar tt set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4; -update noar ti set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4; -update noar tt set b1='D8IH0SHPILGH1JSW' where id=4; -update noar ti set b1='D8IH0SHPILGH1JSW' where id=4; -update noar tt set v0='QFL1YESZ90QF6ORD4' where id=4; -update noar ti set v0='QFL1YESZ90QF6ORD4' where id=4; -update noar tt set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4; -update noar ti set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4; -update noar tt set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5; -update noar ti set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5; -update noar tt set b0='A5C8N7SNN8RR9M7JSGD' where id=5; -update noar ti set b0='A5C8N7SNN8RR9M7JSGD' where id=5; -update noar tt set v0='M8MUYPIY9' where id=5; -update noar ti set v0='M8MUYPIY9' where id=5; -update noar tt set b1='3BRY9ZOT3A' where id=5; -update noar ti set b1='3BRY9ZOT3A' where id=5; -update noar tt set v0='V827ION0JVZM' where id=5; -update noar ti set v0='V827ION0JVZM' where id=5; -update noar tt set b2='MUOVV2ZFNC4BW' where id=5; -update noar ti set b2='MUOVV2ZFNC4BW' where id=5; -update noar tt set v0='C' where id=6; -update noar ti set v0='C' where id=6; -update noar tt set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6; -update noar ti set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6; -update noar tt set v0='8' where id=6; -update noar ti set v0='8' where id=6; -update noar tt set b1='YZZOPHCQONPSMICM3' where id=6; -update noar ti set b1='YZZOPHCQONPSMICM3' where id=6; -update noar tt set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6; -update noar ti set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6; -update noar tt set b2='OY4UV4QDZXIT1TFMI' where id=6; -update noar ti set b2='OY4UV4QDZXIT1TFMI' where id=6; -update noar tt set v0='JSBHCBFRZXVS4E2' where id=7; -update noar ti set v0='JSBHCBFRZXVS4E2' where id=7; -update noar tt set b0='6QBJYEGIGB2RHENT3P' where id=7; -update noar ti set b0='6QBJYEGIGB2RHENT3P' where id=7; -update noar tt set v0='JU9ST' where id=7; -update noar ti set v0='JU9ST' where id=7; -update noar tt set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7; -update noar ti set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7; -update noar tt set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7; -update noar ti set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7; -update noar tt set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7; -update noar ti set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7; -update noar tt set v0='G4FLSSDT2OGHX753XWUHLF' where id=8; -update noar ti set v0='G4FLSSDT2OGHX753XWUHLF' where id=8; -update noar tt set b0='34RF' where id=8; -update noar ti set b0='34RF' where id=8; -update noar tt set v0='JJOVK4N4D7398C2' where id=8; -update noar ti set v0='JJOVK4N4D7398C2' where id=8; -update noar tt set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8; -update noar ti set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8; -update noar tt set v0='WQSAY37EF5JPGGWCQ' where id=8; -update noar ti set v0='WQSAY37EF5JPGGWCQ' where id=8; -update noar tt set b2='DUWHJEOKZ9ATZH' where id=8; -update noar ti set b2='DUWHJEOKZ9ATZH' where id=8; -update noar tt set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9; -update noar ti set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9; -update noar tt set b0='V' where id=9; -update noar ti set b0='V' where id=9; -update noar tt set v0='RND' where id=9; -update noar ti set v0='RND' where id=9; -update noar tt set b1='1VKTMVQGX75U6KH' where id=9; -update noar ti set b1='1VKTMVQGX75U6KH' where id=9; -update noar tt set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9; -update noar ti set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9; -update noar tt set b2='FY1Z6N8' where id=9; -update noar ti set b2='FY1Z6N8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2R585KTYR61A' where id=1; -update noar ti set v0='2R585KTYR61A' where id=1; -update noar tt set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1; -update noar ti set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1; -update noar tt set v0='XLJ' where id=1; -update noar ti set v0='XLJ' where id=1; -update noar tt set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1; -update noar ti set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1; -update noar tt set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1; -update noar ti set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1; -update noar tt set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1; -update noar ti set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1; -update noar tt set v0='1TA8N0IZ' where id=2; -update noar ti set v0='1TA8N0IZ' where id=2; -update noar tt set b0='6A8IA0RDJ744236Z' where id=2; -update noar ti set b0='6A8IA0RDJ744236Z' where id=2; -update noar tt set v0='UZEEU0W6U77HLF' where id=2; -update noar ti set v0='UZEEU0W6U77HLF' where id=2; -update noar tt set b1='OHDCWMQ3' where id=2; -update noar ti set b1='OHDCWMQ3' where id=2; -update noar tt set v0='HUM5MR61PTDIWEZBZRJQ' where id=2; -update noar ti set v0='HUM5MR61PTDIWEZBZRJQ' where id=2; -update noar tt set b2='VCB' where id=2; -update noar ti set b2='VCB' where id=2; -update noar tt set v0='W' where id=3; -update noar ti set v0='W' where id=3; -update noar tt set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3; -update noar ti set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3; -update noar tt set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3; -update noar ti set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3; -update noar tt set b1='T0UR3OTVRB4V5QZK8UK' where id=3; -update noar ti set b1='T0UR3OTVRB4V5QZK8UK' where id=3; -update noar tt set v0='VGOSM5QHPAF' where id=3; -update noar ti set v0='VGOSM5QHPAF' where id=3; -update noar tt set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3; -update noar ti set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3; -update noar tt set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4; -update noar ti set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4; -update noar tt set b0='UOJ21YG46EVH5LQN' where id=4; -update noar ti set b0='UOJ21YG46EVH5LQN' where id=4; -update noar tt set v0='1SK3WZ' where id=4; -update noar ti set v0='1SK3WZ' where id=4; -update noar tt set b1='XVKV5V' where id=4; -update noar ti set b1='XVKV5V' where id=4; -update noar tt set v0='RHKR97DLPQJTNU6' where id=4; -update noar ti set v0='RHKR97DLPQJTNU6' where id=4; -update noar tt set b2='C92JZCTLTW1' where id=4; -update noar ti set b2='C92JZCTLTW1' where id=4; -update noar tt set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5; -update noar ti set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5; -update noar tt set b0='NULO36F6' where id=5; -update noar ti set b0='NULO36F6' where id=5; -update noar tt set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5; -update noar ti set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5; -update noar tt set b1='RE71VUMX1ZX1ACUYTM' where id=5; -update noar ti set b1='RE71VUMX1ZX1ACUYTM' where id=5; -update noar tt set v0='ZL6EUU4EXPKL' where id=5; -update noar ti set v0='ZL6EUU4EXPKL' where id=5; -update noar tt set b2='C8Y8W4V3BP4ZSH2' where id=5; -update noar ti set b2='C8Y8W4V3BP4ZSH2' where id=5; -update noar tt set v0='UH7U' where id=6; -update noar ti set v0='UH7U' where id=6; -update noar tt set b0='I92RZFVX1220IYMATRSOAGWH' where id=6; -update noar ti set b0='I92RZFVX1220IYMATRSOAGWH' where id=6; -update noar tt set v0='BNZSHCN3JNZQMB4NR' where id=6; -update noar ti set v0='BNZSHCN3JNZQMB4NR' where id=6; -update noar tt set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6; -update noar ti set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6; -update noar tt set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6; -update noar ti set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6; -update noar tt set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6; -update noar ti set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6; -update noar tt set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7; -update noar ti set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7; -update noar tt set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7; -update noar ti set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7; -update noar tt set v0='Z49I8QYOU0NRP3KON' where id=7; -update noar ti set v0='Z49I8QYOU0NRP3KON' where id=7; -update noar tt set b1='MT0USM' where id=7; -update noar ti set b1='MT0USM' where id=7; -update noar tt set v0='4UD83QCJMBMXSHIXG' where id=7; -update noar ti set v0='4UD83QCJMBMXSHIXG' where id=7; -update noar tt set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7; -update noar ti set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7; -update noar tt set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8; -update noar ti set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8; -update noar tt set b0='OGBCZDEGLCGHOOK27AM3' where id=8; -update noar ti set b0='OGBCZDEGLCGHOOK27AM3' where id=8; -update noar tt set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8; -update noar ti set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8; -update noar tt set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8; -update noar ti set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8; -update noar tt set v0='VWGDZ2R0MIR4D' where id=8; -update noar ti set v0='VWGDZ2R0MIR4D' where id=8; -update noar tt set b2='O5JR5GMFPN7W9AO' where id=8; -update noar ti set b2='O5JR5GMFPN7W9AO' where id=8; -update noar tt set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9; -update noar ti set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9; -update noar tt set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9; -update noar ti set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9; -update noar tt set v0='LT5IFUAQJF6C6RYLK6' where id=9; -update noar ti set v0='LT5IFUAQJF6C6RYLK6' where id=9; -update noar tt set b1='ICJM4B3V8' where id=9; -update noar ti set b1='ICJM4B3V8' where id=9; -update noar tt set v0='H7ERG6AT2UC1I' where id=9; -update noar ti set v0='H7ERG6AT2UC1I' where id=9; -update noar tt set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9; -update noar ti set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O1A1O2PXT' where id=1; -update noar ti set v0='O1A1O2PXT' where id=1; -update noar tt set b0='MF5AL' where id=1; -update noar ti set b0='MF5AL' where id=1; -update noar tt set v0='JRCIBZTS7F' where id=1; -update noar ti set v0='JRCIBZTS7F' where id=1; -update noar tt set b1='GPCY83CCQW8GC2HC' where id=1; -update noar ti set b1='GPCY83CCQW8GC2HC' where id=1; -update noar tt set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1; -update noar ti set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1; -update noar tt set b2='DBCFLRUYAVWK2FNUW95' where id=1; -update noar ti set b2='DBCFLRUYAVWK2FNUW95' where id=1; -update noar tt set v0='G1OHG' where id=2; -update noar ti set v0='G1OHG' where id=2; -update noar tt set b0='GS3KIAS90OZN82AC9RYD' where id=2; -update noar ti set b0='GS3KIAS90OZN82AC9RYD' where id=2; -update noar tt set v0='EN9' where id=2; -update noar ti set v0='EN9' where id=2; -update noar tt set b1='QP' where id=2; -update noar ti set b1='QP' where id=2; -update noar tt set v0='8NOBJ4I0QAAOGL97EPW' where id=2; -update noar ti set v0='8NOBJ4I0QAAOGL97EPW' where id=2; -update noar tt set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2; -update noar ti set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2; -update noar tt set v0='SVAEG7W0XR7TYLRCL' where id=3; -update noar ti set v0='SVAEG7W0XR7TYLRCL' where id=3; -update noar tt set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3; -update noar ti set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3; -update noar tt set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3; -update noar ti set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3; -update noar tt set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3; -update noar ti set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3; -update noar tt set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3; -update noar ti set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3; -update noar tt set b2='5JG092OA' where id=3; -update noar ti set b2='5JG092OA' where id=3; -update noar tt set v0='A' where id=4; -update noar ti set v0='A' where id=4; -update noar tt set b0='RQO9P512' where id=4; -update noar ti set b0='RQO9P512' where id=4; -update noar tt set v0='SVK15TYQ45PC' where id=4; -update noar ti set v0='SVK15TYQ45PC' where id=4; -update noar tt set b1='FMO8O4TSZ74N' where id=4; -update noar ti set b1='FMO8O4TSZ74N' where id=4; -update noar tt set v0='4YM4V' where id=4; -update noar ti set v0='4YM4V' where id=4; -update noar tt set b2='BC9FI2ZXQEFQZ5' where id=4; -update noar ti set b2='BC9FI2ZXQEFQZ5' where id=4; -update noar tt set v0='2BAH6JT1FW0TR2E7A' where id=5; -update noar ti set v0='2BAH6JT1FW0TR2E7A' where id=5; -update noar tt set b0='YRSTE5XBE' where id=5; -update noar ti set b0='YRSTE5XBE' where id=5; -update noar tt set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5; -update noar ti set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5; -update noar tt set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5; -update noar ti set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5; -update noar tt set v0='DQ0UUL' where id=5; -update noar ti set v0='DQ0UUL' where id=5; -update noar tt set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5; -update noar ti set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5; -update noar tt set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6; -update noar ti set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6; -update noar tt set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6; -update noar ti set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6; -update noar tt set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6; -update noar ti set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6; -update noar tt set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6; -update noar ti set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6; -update noar tt set v0='9WF8' where id=6; -update noar ti set v0='9WF8' where id=6; -update noar tt set b2='HE4CRUBPCCYKEPY2FI' where id=6; -update noar ti set b2='HE4CRUBPCCYKEPY2FI' where id=6; -update noar tt set v0='6DSRCP8J' where id=7; -update noar ti set v0='6DSRCP8J' where id=7; -update noar tt set b0='V8FVFQ' where id=7; -update noar ti set b0='V8FVFQ' where id=7; -update noar tt set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7; -update noar ti set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7; -update noar tt set b1='FCJAO17TBNJQI2' where id=7; -update noar ti set b1='FCJAO17TBNJQI2' where id=7; -update noar tt set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7; -update noar ti set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7; -update noar tt set b2='FUZCTE' where id=7; -update noar ti set b2='FUZCTE' where id=7; -update noar tt set v0='YJXZ2OO0DCXLND3VR971L' where id=8; -update noar ti set v0='YJXZ2OO0DCXLND3VR971L' where id=8; -update noar tt set b0='761VT8D8ZVOVVB' where id=8; -update noar ti set b0='761VT8D8ZVOVVB' where id=8; -update noar tt set v0='VQPHXF3IHY8XWCUEJSQA' where id=8; -update noar ti set v0='VQPHXF3IHY8XWCUEJSQA' where id=8; -update noar tt set b1='KWLB9XQC4G24' where id=8; -update noar ti set b1='KWLB9XQC4G24' where id=8; -update noar tt set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8; -update noar ti set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8; -update noar tt set b2='DTUN91TE' where id=8; -update noar ti set b2='DTUN91TE' where id=8; -update noar tt set v0='94O78OO94CRWGLM' where id=9; -update noar ti set v0='94O78OO94CRWGLM' where id=9; -update noar tt set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9; -update noar ti set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9; -update noar tt set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9; -update noar ti set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9; -update noar tt set b1='RGJ3HE9DOBT8Q5BWY' where id=9; -update noar ti set b1='RGJ3HE9DOBT8Q5BWY' where id=9; -update noar tt set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9; -update noar ti set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9; -update noar tt set b2='KNVYXA5JJWAPY6NWL' where id=9; -update noar ti set b2='KNVYXA5JJWAPY6NWL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1; -update noar ti set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1; -update noar tt set b0='SZ4S290JRQ1EB405NVJVYA' where id=1; -update noar ti set b0='SZ4S290JRQ1EB405NVJVYA' where id=1; -update noar tt set v0='VF8B69OS' where id=1; -update noar ti set v0='VF8B69OS' where id=1; -update noar tt set b1='SF8VXDGM61U4' where id=1; -update noar ti set b1='SF8VXDGM61U4' where id=1; -update noar tt set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1; -update noar ti set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1; -update noar tt set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1; -update noar ti set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1; -update noar tt set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2; -update noar ti set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2; -update noar tt set b0='7CJDZ05XVE' where id=2; -update noar ti set b0='7CJDZ05XVE' where id=2; -update noar tt set v0='H4YF052OA84JF' where id=2; -update noar ti set v0='H4YF052OA84JF' where id=2; -update noar tt set b1='HUO20RGN9QCGE5T2DW' where id=2; -update noar ti set b1='HUO20RGN9QCGE5T2DW' where id=2; -update noar tt set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2; -update noar ti set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2; -update noar tt set b2='9G0B9' where id=2; -update noar ti set b2='9G0B9' where id=2; -update noar tt set v0='6Y9J5LS9CCZMBKC' where id=3; -update noar ti set v0='6Y9J5LS9CCZMBKC' where id=3; -update noar tt set b0='K7039U41DBKCV71YCQDMEG' where id=3; -update noar ti set b0='K7039U41DBKCV71YCQDMEG' where id=3; -update noar tt set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3; -update noar ti set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3; -update noar tt set b1='URZJPKG64L' where id=3; -update noar ti set b1='URZJPKG64L' where id=3; -update noar tt set v0='YC2IFXQWUOGL2AP' where id=3; -update noar ti set v0='YC2IFXQWUOGL2AP' where id=3; -update noar tt set b2='41USV259' where id=3; -update noar ti set b2='41USV259' where id=3; -update noar tt set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4; -update noar ti set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4; -update noar tt set b0='FFVFBEZV7EZ' where id=4; -update noar ti set b0='FFVFBEZV7EZ' where id=4; -update noar tt set v0='FH81L79' where id=4; -update noar ti set v0='FH81L79' where id=4; -update noar tt set b1='YPKOTFOYYVHVJFYQNP32M' where id=4; -update noar ti set b1='YPKOTFOYYVHVJFYQNP32M' where id=4; -update noar tt set v0='6DJQM7LBVKL68YCT5UH6' where id=4; -update noar ti set v0='6DJQM7LBVKL68YCT5UH6' where id=4; -update noar tt set b2='A37BVEJZZOI1XC02N' where id=4; -update noar ti set b2='A37BVEJZZOI1XC02N' where id=4; -update noar tt set v0='1UVVDYLLRM' where id=5; -update noar ti set v0='1UVVDYLLRM' where id=5; -update noar tt set b0='729ZG1WVN1BELZG53QC' where id=5; -update noar ti set b0='729ZG1WVN1BELZG53QC' where id=5; -update noar tt set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5; -update noar ti set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5; -update noar tt set b1='HDM3IT6V3GZCV83' where id=5; -update noar ti set b1='HDM3IT6V3GZCV83' where id=5; -update noar tt set v0='G8ST0' where id=5; -update noar ti set v0='G8ST0' where id=5; -update noar tt set b2='46P6N' where id=5; -update noar ti set b2='46P6N' where id=5; -update noar tt set v0='52WADJ56O3J' where id=6; -update noar ti set v0='52WADJ56O3J' where id=6; -update noar tt set b0='60OIJY9K5C93B1015CNNT8UP' where id=6; -update noar ti set b0='60OIJY9K5C93B1015CNNT8UP' where id=6; -update noar tt set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6; -update noar ti set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6; -update noar tt set b1='VKRFVE4G9MI6PTYS7UAN' where id=6; -update noar ti set b1='VKRFVE4G9MI6PTYS7UAN' where id=6; -update noar tt set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6; -update noar ti set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6; -update noar tt set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6; -update noar ti set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6; -update noar tt set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7; -update noar ti set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7; -update noar tt set b0='G45C2MLHMMJS7U9SJR90' where id=7; -update noar ti set b0='G45C2MLHMMJS7U9SJR90' where id=7; -update noar tt set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7; -update noar ti set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7; -update noar tt set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7; -update noar ti set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7; -update noar tt set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7; -update noar ti set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7; -update noar tt set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7; -update noar ti set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7; -update noar tt set v0='BXB3IZ7HCTC4339LV3QN' where id=8; -update noar ti set v0='BXB3IZ7HCTC4339LV3QN' where id=8; -update noar tt set b0='PCQI97EI7OB6HD74' where id=8; -update noar ti set b0='PCQI97EI7OB6HD74' where id=8; -update noar tt set v0='66M4K2NART1' where id=8; -update noar ti set v0='66M4K2NART1' where id=8; -update noar tt set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8; -update noar ti set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8; -update noar tt set v0='MPYKI51OS2LWRGTH' where id=8; -update noar ti set v0='MPYKI51OS2LWRGTH' where id=8; -update noar tt set b2='7UEMPQWI4F' where id=8; -update noar ti set b2='7UEMPQWI4F' where id=8; -update noar tt set v0='4B1RBT1L8O29ZTT' where id=9; -update noar ti set v0='4B1RBT1L8O29ZTT' where id=9; -update noar tt set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9; -update noar ti set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9; -update noar tt set v0='6V24D0' where id=9; -update noar ti set v0='6V24D0' where id=9; -update noar tt set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9; -update noar ti set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9; -update noar tt set v0='4EF318TZIG71AL5LWEQQGD' where id=9; -update noar ti set v0='4EF318TZIG71AL5LWEQQGD' where id=9; -update noar tt set b2='BKHJRR4OIKXX8EABIM' where id=9; -update noar ti set b2='BKHJRR4OIKXX8EABIM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1; -update noar ti set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1; -update noar tt set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1; -update noar ti set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1; -update noar tt set v0='9NBPN152DN55WS3FPQU' where id=1; -update noar ti set v0='9NBPN152DN55WS3FPQU' where id=1; -update noar tt set b1='8WFNIVJETT5K' where id=1; -update noar ti set b1='8WFNIVJETT5K' where id=1; -update noar tt set v0='WJBCQ0X7DQUA0F33617GD7' where id=1; -update noar ti set v0='WJBCQ0X7DQUA0F33617GD7' where id=1; -update noar tt set b2='KMY0AZASEM5I6RH06' where id=1; -update noar ti set b2='KMY0AZASEM5I6RH06' where id=1; -update noar tt set v0='29UXP1U' where id=2; -update noar ti set v0='29UXP1U' where id=2; -update noar tt set b0='AKLIRCX714DI9NCVD5H' where id=2; -update noar ti set b0='AKLIRCX714DI9NCVD5H' where id=2; -update noar tt set v0='9ZJUKEGQET7RVJYZRMC' where id=2; -update noar ti set v0='9ZJUKEGQET7RVJYZRMC' where id=2; -update noar tt set b1='EHGD7KMYJFO0' where id=2; -update noar ti set b1='EHGD7KMYJFO0' where id=2; -update noar tt set v0='SKLKYHD' where id=2; -update noar ti set v0='SKLKYHD' where id=2; -update noar tt set b2='3TQUZQ88PYOGUQ68' where id=2; -update noar ti set b2='3TQUZQ88PYOGUQ68' where id=2; -update noar tt set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3; -update noar ti set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3; -update noar tt set b0='PYLKH' where id=3; -update noar ti set b0='PYLKH' where id=3; -update noar tt set v0='FH5CISSDVBGEQ' where id=3; -update noar ti set v0='FH5CISSDVBGEQ' where id=3; -update noar tt set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3; -update noar ti set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3; -update noar tt set v0='9LLIKQQNZKQ5JEI' where id=3; -update noar ti set v0='9LLIKQQNZKQ5JEI' where id=3; -update noar tt set b2='D3ACYO' where id=3; -update noar ti set b2='D3ACYO' where id=3; -update noar tt set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4; -update noar ti set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4; -update noar tt set b0='DAKW5ZUFH45MI3' where id=4; -update noar ti set b0='DAKW5ZUFH45MI3' where id=4; -update noar tt set v0='0YWJPDCE1IDZ17E74K7' where id=4; -update noar ti set v0='0YWJPDCE1IDZ17E74K7' where id=4; -update noar tt set b1='SX7NDB5VYW1NYPYLFESSK' where id=4; -update noar ti set b1='SX7NDB5VYW1NYPYLFESSK' where id=4; -update noar tt set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4; -update noar ti set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4; -update noar tt set b2='7K8Q9M8ALB8LF8KCFIP' where id=4; -update noar ti set b2='7K8Q9M8ALB8LF8KCFIP' where id=4; -update noar tt set v0='VZLL' where id=5; -update noar ti set v0='VZLL' where id=5; -update noar tt set b0='N3Y24AO03' where id=5; -update noar ti set b0='N3Y24AO03' where id=5; -update noar tt set v0='IN2DO3R' where id=5; -update noar ti set v0='IN2DO3R' where id=5; -update noar tt set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5; -update noar ti set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5; -update noar tt set v0='9XTRGKBD9VH51CMUTLAWT' where id=5; -update noar ti set v0='9XTRGKBD9VH51CMUTLAWT' where id=5; -update noar tt set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5; -update noar ti set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5; -update noar tt set v0='CM' where id=6; -update noar ti set v0='CM' where id=6; -update noar tt set b0='927MMNI5HRT7YT6T54TRKH' where id=6; -update noar ti set b0='927MMNI5HRT7YT6T54TRKH' where id=6; -update noar tt set v0='11KA5OOYJ8OG' where id=6; -update noar ti set v0='11KA5OOYJ8OG' where id=6; -update noar tt set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6; -update noar ti set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6; -update noar tt set v0='3' where id=6; -update noar ti set v0='3' where id=6; -update noar tt set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6; -update noar ti set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6; -update noar tt set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7; -update noar ti set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7; -update noar tt set b0='9X1RIFI8J29VL2UY' where id=7; -update noar ti set b0='9X1RIFI8J29VL2UY' where id=7; -update noar tt set v0='WJOAC6LJKVNXJRWTJT' where id=7; -update noar ti set v0='WJOAC6LJKVNXJRWTJT' where id=7; -update noar tt set b1='KZHBWY6CLM8A8F1M' where id=7; -update noar ti set b1='KZHBWY6CLM8A8F1M' where id=7; -update noar tt set v0='R2UNRD' where id=7; -update noar ti set v0='R2UNRD' where id=7; -update noar tt set b2='1WVM0S09' where id=7; -update noar ti set b2='1WVM0S09' where id=7; -update noar tt set v0='O5U3WT' where id=8; -update noar ti set v0='O5U3WT' where id=8; -update noar tt set b0='Q7GG47GLX68L4A' where id=8; -update noar ti set b0='Q7GG47GLX68L4A' where id=8; -update noar tt set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8; -update noar ti set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8; -update noar tt set b1='JHASN1Z07C73KASSKYKY0' where id=8; -update noar ti set b1='JHASN1Z07C73KASSKYKY0' where id=8; -update noar tt set v0='8KY0FOOQ' where id=8; -update noar ti set v0='8KY0FOOQ' where id=8; -update noar tt set b2='ZW83NFKIL6' where id=8; -update noar ti set b2='ZW83NFKIL6' where id=8; -update noar tt set v0='DULXBV72WCSC9C4K9Q' where id=9; -update noar ti set v0='DULXBV72WCSC9C4K9Q' where id=9; -update noar tt set b0='TEL51M5L55URCC' where id=9; -update noar ti set b0='TEL51M5L55URCC' where id=9; -update noar tt set v0='DPKLQUD6DSSOBJU' where id=9; -update noar ti set v0='DPKLQUD6DSSOBJU' where id=9; -update noar tt set b1='AOD34HPC' where id=9; -update noar ti set b1='AOD34HPC' where id=9; -update noar tt set v0='69RPMNC' where id=9; -update noar ti set v0='69RPMNC' where id=9; -update noar tt set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9; -update noar ti set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1; -update noar ti set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1; -update noar tt set b0='18ZQLFZWU9S7S39' where id=1; -update noar ti set b0='18ZQLFZWU9S7S39' where id=1; -update noar tt set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1; -update noar ti set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1; -update noar tt set b1='0EPQMQH1FSHT5U' where id=1; -update noar ti set b1='0EPQMQH1FSHT5U' where id=1; -update noar tt set v0='AKKCK1HRPC' where id=1; -update noar ti set v0='AKKCK1HRPC' where id=1; -update noar tt set b2='LB1R4UFSQ65GXPKK4AKE' where id=1; -update noar ti set b2='LB1R4UFSQ65GXPKK4AKE' where id=1; -update noar tt set v0='00UZP7BC' where id=2; -update noar ti set v0='00UZP7BC' where id=2; -update noar tt set b0='8U' where id=2; -update noar ti set b0='8U' where id=2; -update noar tt set v0='6EHFY3FFJOD9D0O9LTCL' where id=2; -update noar ti set v0='6EHFY3FFJOD9D0O9LTCL' where id=2; -update noar tt set b1='OIW8NBMJK8DF7X1FLX5' where id=2; -update noar ti set b1='OIW8NBMJK8DF7X1FLX5' where id=2; -update noar tt set v0='DVV' where id=2; -update noar ti set v0='DVV' where id=2; -update noar tt set b2='IFV' where id=2; -update noar ti set b2='IFV' where id=2; -update noar tt set v0='7WT0V6SW18TVOUT9' where id=3; -update noar ti set v0='7WT0V6SW18TVOUT9' where id=3; -update noar tt set b0='VNP7RKEXKU34' where id=3; -update noar ti set b0='VNP7RKEXKU34' where id=3; -update noar tt set v0='ESL34CBK8' where id=3; -update noar ti set v0='ESL34CBK8' where id=3; -update noar tt set b1='1GDEJIENQ' where id=3; -update noar ti set b1='1GDEJIENQ' where id=3; -update noar tt set v0='X3T8HW29JJSD1XS' where id=3; -update noar ti set v0='X3T8HW29JJSD1XS' where id=3; -update noar tt set b2='BNFVDTA0L43MR6RGDBB4O' where id=3; -update noar ti set b2='BNFVDTA0L43MR6RGDBB4O' where id=3; -update noar tt set v0='49PR' where id=4; -update noar ti set v0='49PR' where id=4; -update noar tt set b0='R' where id=4; -update noar ti set b0='R' where id=4; -update noar tt set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4; -update noar ti set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4; -update noar tt set b1='STLBPEQHR9X1D7EZ1FC' where id=4; -update noar ti set b1='STLBPEQHR9X1D7EZ1FC' where id=4; -update noar tt set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4; -update noar ti set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4; -update noar tt set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4; -update noar ti set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4; -update noar tt set v0='DH2UDAP542BQXWZU87' where id=5; -update noar ti set v0='DH2UDAP542BQXWZU87' where id=5; -update noar tt set b0='RUHEB80EMAQ3TZX602BEUK' where id=5; -update noar ti set b0='RUHEB80EMAQ3TZX602BEUK' where id=5; -update noar tt set v0='I7CEPMGBML' where id=5; -update noar ti set v0='I7CEPMGBML' where id=5; -update noar tt set b1='DHVLWEQA2NH3' where id=5; -update noar ti set b1='DHVLWEQA2NH3' where id=5; -update noar tt set v0='0KV355DFPAGHQRJ7OY71O5' where id=5; -update noar ti set v0='0KV355DFPAGHQRJ7OY71O5' where id=5; -update noar tt set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5; -update noar ti set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5; -update noar tt set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6; -update noar ti set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6; -update noar tt set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6; -update noar ti set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6; -update noar tt set v0='4079ILLBGYXAEJIZULS64L7H' where id=6; -update noar ti set v0='4079ILLBGYXAEJIZULS64L7H' where id=6; -update noar tt set b1='76AR' where id=6; -update noar ti set b1='76AR' where id=6; -update noar tt set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6; -update noar ti set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6; -update noar tt set b2='CS' where id=6; -update noar ti set b2='CS' where id=6; -update noar tt set v0='NJNJO0Y7U1XJ2' where id=7; -update noar ti set v0='NJNJO0Y7U1XJ2' where id=7; -update noar tt set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7; -update noar ti set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7; -update noar tt set v0='5G73BQC4D' where id=7; -update noar ti set v0='5G73BQC4D' where id=7; -update noar tt set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7; -update noar ti set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7; -update noar tt set v0='UVQ0SUXN8S1' where id=7; -update noar ti set v0='UVQ0SUXN8S1' where id=7; -update noar tt set b2='3UOIZ2UMMF7ZK4PQ' where id=7; -update noar ti set b2='3UOIZ2UMMF7ZK4PQ' where id=7; -update noar tt set v0='619E3D7LU' where id=8; -update noar ti set v0='619E3D7LU' where id=8; -update noar tt set b0='WLCZ816UX5BFH0B' where id=8; -update noar ti set b0='WLCZ816UX5BFH0B' where id=8; -update noar tt set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8; -update noar ti set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8; -update noar tt set b1='X32865E' where id=8; -update noar ti set b1='X32865E' where id=8; -update noar tt set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8; -update noar ti set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8; -update noar tt set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8; -update noar ti set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8; -update noar tt set v0='XSWJL' where id=9; -update noar ti set v0='XSWJL' where id=9; -update noar tt set b0='PD118O5H6684DAA7NWFDF' where id=9; -update noar ti set b0='PD118O5H6684DAA7NWFDF' where id=9; -update noar tt set v0='VO7K' where id=9; -update noar ti set v0='VO7K' where id=9; -update noar tt set b1='PT2JJDY24NIAV8TG' where id=9; -update noar ti set b1='PT2JJDY24NIAV8TG' where id=9; -update noar tt set v0='K169602Q28' where id=9; -update noar ti set v0='K169602Q28' where id=9; -update noar tt set b2='PHL5HBJ' where id=9; -update noar ti set b2='PHL5HBJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N8DGZFT4CXJ35' where id=1; -update noar ti set v0='N8DGZFT4CXJ35' where id=1; -update noar tt set b0='AHVZJIAE' where id=1; -update noar ti set b0='AHVZJIAE' where id=1; -update noar tt set v0='U1YR5GK9' where id=1; -update noar ti set v0='U1YR5GK9' where id=1; -update noar tt set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1; -update noar ti set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1; -update noar tt set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1; -update noar ti set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1; -update noar tt set b2='VVXGZP' where id=1; -update noar ti set b2='VVXGZP' where id=1; -update noar tt set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2; -update noar ti set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2; -update noar tt set b0='8R' where id=2; -update noar ti set b0='8R' where id=2; -update noar tt set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2; -update noar ti set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2; -update noar tt set b1='7XXB0E0TO80JW' where id=2; -update noar ti set b1='7XXB0E0TO80JW' where id=2; -update noar tt set v0='3QF' where id=2; -update noar ti set v0='3QF' where id=2; -update noar tt set b2='UJJQ6U34UDEHHMT9ML' where id=2; -update noar ti set b2='UJJQ6U34UDEHHMT9ML' where id=2; -update noar tt set v0='O8E' where id=3; -update noar ti set v0='O8E' where id=3; -update noar tt set b0='0TIB5X2QT' where id=3; -update noar ti set b0='0TIB5X2QT' where id=3; -update noar tt set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3; -update noar ti set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3; -update noar tt set b1='KWAGR1' where id=3; -update noar ti set b1='KWAGR1' where id=3; -update noar tt set v0='ZYBUMPA6LAELS9RIAV' where id=3; -update noar ti set v0='ZYBUMPA6LAELS9RIAV' where id=3; -update noar tt set b2='A526JIW26' where id=3; -update noar ti set b2='A526JIW26' where id=3; -update noar tt set v0='L86BTKOVBT7P' where id=4; -update noar ti set v0='L86BTKOVBT7P' where id=4; -update noar tt set b0='FW' where id=4; -update noar ti set b0='FW' where id=4; -update noar tt set v0='QNREEE5VLGXUU' where id=4; -update noar ti set v0='QNREEE5VLGXUU' where id=4; -update noar tt set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4; -update noar ti set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4; -update noar tt set v0='4A0SIK7MG' where id=4; -update noar ti set v0='4A0SIK7MG' where id=4; -update noar tt set b2='MQQ210DVRYER2KZ0K7N' where id=4; -update noar ti set b2='MQQ210DVRYER2KZ0K7N' where id=4; -update noar tt set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5; -update noar ti set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5; -update noar tt set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5; -update noar ti set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5; -update noar tt set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5; -update noar ti set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5; -update noar tt set b1='IN' where id=5; -update noar ti set b1='IN' where id=5; -update noar tt set v0='MCYKQUT3Q5I8' where id=5; -update noar ti set v0='MCYKQUT3Q5I8' where id=5; -update noar tt set b2='B' where id=5; -update noar ti set b2='B' where id=5; -update noar tt set v0='NCLMBO5YMDBMF' where id=6; -update noar ti set v0='NCLMBO5YMDBMF' where id=6; -update noar tt set b0='JDVOKML69' where id=6; -update noar ti set b0='JDVOKML69' where id=6; -update noar tt set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6; -update noar ti set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6; -update noar tt set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6; -update noar ti set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6; -update noar tt set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6; -update noar ti set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6; -update noar tt set b2='2IX' where id=6; -update noar ti set b2='2IX' where id=6; -update noar tt set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7; -update noar ti set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7; -update noar tt set b0='9TE70UGGE8' where id=7; -update noar ti set b0='9TE70UGGE8' where id=7; -update noar tt set v0='G3UE4MPCXE44V' where id=7; -update noar ti set v0='G3UE4MPCXE44V' where id=7; -update noar tt set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7; -update noar ti set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7; -update noar tt set v0='CPZW3IU51718KPGW03' where id=7; -update noar ti set v0='CPZW3IU51718KPGW03' where id=7; -update noar tt set b2='ZTKU' where id=7; -update noar ti set b2='ZTKU' where id=7; -update noar tt set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8; -update noar ti set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8; -update noar tt set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8; -update noar ti set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8; -update noar tt set v0='6JFT16AA31JN' where id=8; -update noar ti set v0='6JFT16AA31JN' where id=8; -update noar tt set b1='G5AV1ZWE' where id=8; -update noar ti set b1='G5AV1ZWE' where id=8; -update noar tt set v0='V0' where id=8; -update noar ti set v0='V0' where id=8; -update noar tt set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8; -update noar ti set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8; -update noar tt set v0='UHZWXWJTXE7AS3053G' where id=9; -update noar ti set v0='UHZWXWJTXE7AS3053G' where id=9; -update noar tt set b0='S9M372YCI' where id=9; -update noar ti set b0='S9M372YCI' where id=9; -update noar tt set v0='VU5' where id=9; -update noar ti set v0='VU5' where id=9; -update noar tt set b1='8' where id=9; -update noar ti set b1='8' where id=9; -update noar tt set v0='8ZU4H3G' where id=9; -update noar ti set v0='8ZU4H3G' where id=9; -update noar tt set b2='VFSU3R4R60' where id=9; -update noar ti set b2='VFSU3R4R60' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1; -update noar ti set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1; -update noar tt set b0='EE63OMQO7W' where id=1; -update noar ti set b0='EE63OMQO7W' where id=1; -update noar tt set v0='ROK' where id=1; -update noar ti set v0='ROK' where id=1; -update noar tt set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1; -update noar ti set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1; -update noar tt set v0='4' where id=1; -update noar ti set v0='4' where id=1; -update noar tt set b2='MI95VJ8R2OQ468Z' where id=1; -update noar ti set b2='MI95VJ8R2OQ468Z' where id=1; -update noar tt set v0='FDNEEYTF9G' where id=2; -update noar ti set v0='FDNEEYTF9G' where id=2; -update noar tt set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2; -update noar ti set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2; -update noar tt set v0='AQBMGF0DZ' where id=2; -update noar ti set v0='AQBMGF0DZ' where id=2; -update noar tt set b1='T2KSOD2FPL188JR5' where id=2; -update noar ti set b1='T2KSOD2FPL188JR5' where id=2; -update noar tt set v0='8KG5' where id=2; -update noar ti set v0='8KG5' where id=2; -update noar tt set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2; -update noar ti set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2; -update noar tt set v0='XI7EXI9RQCFES7C' where id=3; -update noar ti set v0='XI7EXI9RQCFES7C' where id=3; -update noar tt set b0='GKA9LYUBWWV' where id=3; -update noar ti set b0='GKA9LYUBWWV' where id=3; -update noar tt set v0='RVOB' where id=3; -update noar ti set v0='RVOB' where id=3; -update noar tt set b1='P3N757K' where id=3; -update noar ti set b1='P3N757K' where id=3; -update noar tt set v0='KVAO2DC14R58I' where id=3; -update noar ti set v0='KVAO2DC14R58I' where id=3; -update noar tt set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3; -update noar ti set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3; -update noar tt set v0='G16DMOAQ9VMGI' where id=4; -update noar ti set v0='G16DMOAQ9VMGI' where id=4; -update noar tt set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4; -update noar ti set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4; -update noar tt set v0='ELOPWADO6ZQY5OEE' where id=4; -update noar ti set v0='ELOPWADO6ZQY5OEE' where id=4; -update noar tt set b1='J' where id=4; -update noar ti set b1='J' where id=4; -update noar tt set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4; -update noar ti set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4; -update noar tt set b2='TZJXOO2UIZXSV7' where id=4; -update noar ti set b2='TZJXOO2UIZXSV7' where id=4; -update noar tt set v0='4ZE8' where id=5; -update noar ti set v0='4ZE8' where id=5; -update noar tt set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5; -update noar ti set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5; -update noar tt set v0='4H' where id=5; -update noar ti set v0='4H' where id=5; -update noar tt set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5; -update noar ti set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5; -update noar tt set v0='AQHKPABV7JEH04H5AI2' where id=5; -update noar ti set v0='AQHKPABV7JEH04H5AI2' where id=5; -update noar tt set b2='0BA' where id=5; -update noar ti set b2='0BA' where id=5; -update noar tt set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6; -update noar ti set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6; -update noar tt set b0='NARDX08UT6PANWB58AZFWI' where id=6; -update noar ti set b0='NARDX08UT6PANWB58AZFWI' where id=6; -update noar tt set v0='WPWVVGP4H' where id=6; -update noar ti set v0='WPWVVGP4H' where id=6; -update noar tt set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6; -update noar ti set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6; -update noar tt set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6; -update noar ti set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6; -update noar tt set b2='NY7963I6R7H47W' where id=6; -update noar ti set b2='NY7963I6R7H47W' where id=6; -update noar tt set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7; -update noar ti set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7; -update noar tt set b0='X56DEW3WPJNL2BT' where id=7; -update noar ti set b0='X56DEW3WPJNL2BT' where id=7; -update noar tt set v0='Z6CEO7C0A9ZTH02CL' where id=7; -update noar ti set v0='Z6CEO7C0A9ZTH02CL' where id=7; -update noar tt set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7; -update noar ti set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7; -update noar tt set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7; -update noar ti set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7; -update noar tt set b2='UIQ24R' where id=7; -update noar ti set b2='UIQ24R' where id=7; -update noar tt set v0='DMQ' where id=8; -update noar ti set v0='DMQ' where id=8; -update noar tt set b0='BGQYQJBJDSUHK6NWP8Z' where id=8; -update noar ti set b0='BGQYQJBJDSUHK6NWP8Z' where id=8; -update noar tt set v0='2FCSOLSR1M0XUB9P' where id=8; -update noar ti set v0='2FCSOLSR1M0XUB9P' where id=8; -update noar tt set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8; -update noar ti set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8; -update noar tt set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8; -update noar ti set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set v0='1S4W1' where id=9; -update noar ti set v0='1S4W1' where id=9; -update noar tt set b0='YR04WUTRCHXFEDB2UWL' where id=9; -update noar ti set b0='YR04WUTRCHXFEDB2UWL' where id=9; -update noar tt set v0='3TZWCD7RVD9087VUX' where id=9; -update noar ti set v0='3TZWCD7RVD9087VUX' where id=9; -update noar tt set b1='V28XHDSM61IQNR' where id=9; -update noar ti set b1='V28XHDSM61IQNR' where id=9; -update noar tt set v0='EAHDEZMDVHNAP' where id=9; -update noar ti set v0='EAHDEZMDVHNAP' where id=9; -update noar tt set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9; -update noar ti set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8EBHMYEII' where id=1; -update noar ti set v0='8EBHMYEII' where id=1; -update noar tt set b0='O2YYU4XROKHE' where id=1; -update noar ti set b0='O2YYU4XROKHE' where id=1; -update noar tt set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1; -update noar ti set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1; -update noar tt set b1='1HWQET9' where id=1; -update noar ti set b1='1HWQET9' where id=1; -update noar tt set v0='EA9D9ELSVDCHPZ4ZMX' where id=1; -update noar ti set v0='EA9D9ELSVDCHPZ4ZMX' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2; -update noar ti set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2; -update noar tt set b0='HHZPD7TNBU09KHNB1KB7A' where id=2; -update noar ti set b0='HHZPD7TNBU09KHNB1KB7A' where id=2; -update noar tt set v0='UGOV' where id=2; -update noar ti set v0='UGOV' where id=2; -update noar tt set b1='MG7' where id=2; -update noar ti set b1='MG7' where id=2; -update noar tt set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2; -update noar ti set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2; -update noar tt set b2='HOYP1B22VNYU584' where id=2; -update noar ti set b2='HOYP1B22VNYU584' where id=2; -update noar tt set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3; -update noar ti set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3; -update noar tt set b0='DSK342P7JAG80NUGYEE5IVT' where id=3; -update noar ti set b0='DSK342P7JAG80NUGYEE5IVT' where id=3; -update noar tt set v0='N0M9L42C' where id=3; -update noar ti set v0='N0M9L42C' where id=3; -update noar tt set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3; -update noar ti set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3; -update noar tt set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3; -update noar ti set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3; -update noar tt set b2='UMY2WBLRW' where id=3; -update noar ti set b2='UMY2WBLRW' where id=3; -update noar tt set v0='K3AO2ALPR8C0V' where id=4; -update noar ti set v0='K3AO2ALPR8C0V' where id=4; -update noar tt set b0='G5F' where id=4; -update noar ti set b0='G5F' where id=4; -update noar tt set v0='C3RAGNUG8SQ5' where id=4; -update noar ti set v0='C3RAGNUG8SQ5' where id=4; -update noar tt set b1='T' where id=4; -update noar ti set b1='T' where id=4; -update noar tt set v0='W7T2EMHSIG5HXZVZ8F' where id=4; -update noar ti set v0='W7T2EMHSIG5HXZVZ8F' where id=4; -update noar tt set b2='68KCAUGGKG' where id=4; -update noar ti set b2='68KCAUGGKG' where id=4; -update noar tt set v0='ZXEDM' where id=5; -update noar ti set v0='ZXEDM' where id=5; -update noar tt set b0='6VPTKWVZA6Y6M3G' where id=5; -update noar ti set b0='6VPTKWVZA6Y6M3G' where id=5; -update noar tt set v0='Y4DF' where id=5; -update noar ti set v0='Y4DF' where id=5; -update noar tt set b1='RBI4VSSXAVKUX4' where id=5; -update noar ti set b1='RBI4VSSXAVKUX4' where id=5; -update noar tt set v0='MUU1LK18X3FSPZ5CGV6' where id=5; -update noar ti set v0='MUU1LK18X3FSPZ5CGV6' where id=5; -update noar tt set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5; -update noar ti set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5; -update noar tt set v0='BIOCA3CG1JJK' where id=6; -update noar ti set v0='BIOCA3CG1JJK' where id=6; -update noar tt set b0='W33BRU3D' where id=6; -update noar ti set b0='W33BRU3D' where id=6; -update noar tt set v0='WVC8HIFT3HQYOKNIUNFV' where id=6; -update noar ti set v0='WVC8HIFT3HQYOKNIUNFV' where id=6; -update noar tt set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6; -update noar ti set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6; -update noar tt set v0='WDIVE' where id=6; -update noar ti set v0='WDIVE' where id=6; -update noar tt set b2='XGIG9W31' where id=6; -update noar ti set b2='XGIG9W31' where id=6; -update noar tt set v0='M1H4OE2W4' where id=7; -update noar ti set v0='M1H4OE2W4' where id=7; -update noar tt set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7; -update noar ti set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7; -update noar ti set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7; -update noar tt set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7; -update noar ti set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7; -update noar tt set b2='M5012IJ' where id=7; -update noar ti set b2='M5012IJ' where id=7; -update noar tt set v0='R61ZUAT0' where id=8; -update noar ti set v0='R61ZUAT0' where id=8; -update noar tt set b0='HAY' where id=8; -update noar ti set b0='HAY' where id=8; -update noar tt set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8; -update noar ti set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8; -update noar tt set b1='Y1F2S1Z740K8PBFC3' where id=8; -update noar ti set b1='Y1F2S1Z740K8PBFC3' where id=8; -update noar tt set v0='CW6IHS2N86E70K2B7LZR8G' where id=8; -update noar ti set v0='CW6IHS2N86E70K2B7LZR8G' where id=8; -update noar tt set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8; -update noar ti set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8; -update noar tt set v0='P03QKBG69N0VT' where id=9; -update noar ti set v0='P03QKBG69N0VT' where id=9; -update noar tt set b0='KI' where id=9; -update noar ti set b0='KI' where id=9; -update noar tt set v0='QBZCZZAO8Q0RON29' where id=9; -update noar ti set v0='QBZCZZAO8Q0RON29' where id=9; -update noar tt set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9; -update noar ti set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b2='C5RFEHWOQ69VFFJALJ5M' where id=9; -update noar ti set b2='C5RFEHWOQ69VFFJALJ5M' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AY' where id=1; -update noar ti set v0='AY' where id=1; -update noar tt set b0='J30' where id=1; -update noar ti set b0='J30' where id=1; -update noar tt set v0='T6VBCSQCXR56O35N41EECZ0' where id=1; -update noar ti set v0='T6VBCSQCXR56O35N41EECZ0' where id=1; -update noar tt set b1='AV5T0YXYBHFUZG9E42Z' where id=1; -update noar ti set b1='AV5T0YXYBHFUZG9E42Z' where id=1; -update noar tt set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1; -update noar ti set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1; -update noar tt set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1; -update noar ti set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1; -update noar tt set v0='IQQ5POGSDAGB' where id=2; -update noar ti set v0='IQQ5POGSDAGB' where id=2; -update noar tt set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2; -update noar ti set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2; -update noar tt set v0='EY82XVC7T88H5F' where id=2; -update noar ti set v0='EY82XVC7T88H5F' where id=2; -update noar tt set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2; -update noar ti set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2; -update noar tt set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2; -update noar ti set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2; -update noar tt set b2='GH' where id=2; -update noar ti set b2='GH' where id=2; -update noar tt set v0='V5MVVIVA1Z8L1KFIVV2' where id=3; -update noar ti set v0='V5MVVIVA1Z8L1KFIVV2' where id=3; -update noar tt set b0='H1VOTZZGM6XTRQX' where id=3; -update noar ti set b0='H1VOTZZGM6XTRQX' where id=3; -update noar tt set v0='ZZ7JW' where id=3; -update noar ti set v0='ZZ7JW' where id=3; -update noar tt set b1='5D' where id=3; -update noar ti set b1='5D' where id=3; -update noar tt set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3; -update noar ti set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3; -update noar tt set b2='BVRV5LRCP6V5JDSN4KINW' where id=3; -update noar ti set b2='BVRV5LRCP6V5JDSN4KINW' where id=3; -update noar tt set v0='KAE544RS6OY8F6CDAP9FR2' where id=4; -update noar ti set v0='KAE544RS6OY8F6CDAP9FR2' where id=4; -update noar tt set b0='J' where id=4; -update noar ti set b0='J' where id=4; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b1='TWDH6I2KOINUTA93N9' where id=4; -update noar ti set b1='TWDH6I2KOINUTA93N9' where id=4; -update noar tt set v0='H2T2BX' where id=4; -update noar ti set v0='H2T2BX' where id=4; -update noar tt set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4; -update noar ti set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4; -update noar tt set v0='ZL8WFWM7UDG8OXO6C9' where id=5; -update noar ti set v0='ZL8WFWM7UDG8OXO6C9' where id=5; -update noar tt set b0='FELX8C49B6V5UEU4C1FCGO' where id=5; -update noar ti set b0='FELX8C49B6V5UEU4C1FCGO' where id=5; -update noar tt set v0='U9BZ0AO43JNC67EP5OD03' where id=5; -update noar ti set v0='U9BZ0AO43JNC67EP5OD03' where id=5; -update noar tt set b1='ROFYI4BXQD' where id=5; -update noar ti set b1='ROFYI4BXQD' where id=5; -update noar tt set v0='UMC7PYJ3T8YV' where id=5; -update noar ti set v0='UMC7PYJ3T8YV' where id=5; -update noar tt set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5; -update noar ti set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5; -update noar tt set v0='09YJ133FWZG' where id=6; -update noar ti set v0='09YJ133FWZG' where id=6; -update noar tt set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6; -update noar ti set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6; -update noar tt set v0='Z8T4JSWEDDL159' where id=6; -update noar ti set v0='Z8T4JSWEDDL159' where id=6; -update noar tt set b1='F32TMK228URWQ5LBEIY57T01R' where id=6; -update noar ti set b1='F32TMK228URWQ5LBEIY57T01R' where id=6; -update noar tt set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6; -update noar ti set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6; -update noar tt set b2='H4WI' where id=6; -update noar ti set b2='H4WI' where id=6; -update noar tt set v0='R89CK8XF2DB50O47R0X' where id=7; -update noar ti set v0='R89CK8XF2DB50O47R0X' where id=7; -update noar tt set b0='P2JV7J8PP60103ZM7J50' where id=7; -update noar ti set b0='P2JV7J8PP60103ZM7J50' where id=7; -update noar tt set v0='5WS4WMN' where id=7; -update noar ti set v0='5WS4WMN' where id=7; -update noar tt set b1='QILOIZN9T0FWSPEWKQV' where id=7; -update noar ti set b1='QILOIZN9T0FWSPEWKQV' where id=7; -update noar tt set v0='9ZSS3TVEQ5L46MFAW' where id=7; -update noar ti set v0='9ZSS3TVEQ5L46MFAW' where id=7; -update noar tt set b2='2MWW7NI' where id=7; -update noar ti set b2='2MWW7NI' where id=7; -update noar tt set v0='7M5UK5' where id=8; -update noar ti set v0='7M5UK5' where id=8; -update noar tt set b0='L' where id=8; -update noar ti set b0='L' where id=8; -update noar tt set v0='M7247XEJX74G88Y8H0Q5' where id=8; -update noar ti set v0='M7247XEJX74G88Y8H0Q5' where id=8; -update noar tt set b1='4DSZ' where id=8; -update noar ti set b1='4DSZ' where id=8; -update noar tt set v0='A20Y' where id=8; -update noar ti set v0='A20Y' where id=8; -update noar tt set b2='8SCPPHFIX4UK4GKU7' where id=8; -update noar ti set b2='8SCPPHFIX4UK4GKU7' where id=8; -update noar tt set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9; -update noar ti set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9; -update noar tt set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9; -update noar ti set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9; -update noar tt set v0='LCQB' where id=9; -update noar ti set v0='LCQB' where id=9; -update noar tt set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9; -update noar ti set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9; -update noar ti set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0SJCA511KEYYM' where id=1; -update noar ti set v0='0SJCA511KEYYM' where id=1; -update noar tt set b0='W7' where id=1; -update noar ti set b0='W7' where id=1; -update noar tt set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1; -update noar ti set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1; -update noar tt set b1='H3E1EQUDJF7M413S2' where id=1; -update noar ti set b1='H3E1EQUDJF7M413S2' where id=1; -update noar tt set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1; -update noar ti set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1; -update noar tt set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1; -update noar ti set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1; -update noar tt set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2; -update noar ti set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2; -update noar tt set b0='BFX7BQW9Y' where id=2; -update noar ti set b0='BFX7BQW9Y' where id=2; -update noar tt set v0='4KX7K5PO' where id=2; -update noar ti set v0='4KX7K5PO' where id=2; -update noar tt set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2; -update noar ti set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2; -update noar tt set v0='QYHZD5X53RE0QP8GM' where id=2; -update noar ti set v0='QYHZD5X53RE0QP8GM' where id=2; -update noar tt set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2; -update noar ti set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2; -update noar tt set v0='9AJ3Q8EQFWFWBVOT' where id=3; -update noar ti set v0='9AJ3Q8EQFWFWBVOT' where id=3; -update noar tt set b0='QBDE8JTC2DDX' where id=3; -update noar ti set b0='QBDE8JTC2DDX' where id=3; -update noar tt set v0='96I9H1' where id=3; -update noar ti set v0='96I9H1' where id=3; -update noar tt set b1='HWD9ABGEEQ7UE' where id=3; -update noar ti set b1='HWD9ABGEEQ7UE' where id=3; -update noar tt set v0='JJ6K0MLWS00DDWVG2X' where id=3; -update noar ti set v0='JJ6K0MLWS00DDWVG2X' where id=3; -update noar tt set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3; -update noar ti set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3; -update noar tt set v0='K9QTGG2ISNB5I86D7F0UH' where id=4; -update noar ti set v0='K9QTGG2ISNB5I86D7F0UH' where id=4; -update noar tt set b0='BNSBHTMZRUL' where id=4; -update noar ti set b0='BNSBHTMZRUL' where id=4; -update noar tt set v0='S38FMX' where id=4; -update noar ti set v0='S38FMX' where id=4; -update noar tt set b1='XT8' where id=4; -update noar ti set b1='XT8' where id=4; -update noar tt set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4; -update noar ti set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4; -update noar tt set b2='TPIBIYLLZZG8BFI' where id=4; -update noar ti set b2='TPIBIYLLZZG8BFI' where id=4; -update noar tt set v0='FUFPMZL1LK' where id=5; -update noar ti set v0='FUFPMZL1LK' where id=5; -update noar tt set b0='QM8OA2DZ5C' where id=5; -update noar ti set b0='QM8OA2DZ5C' where id=5; -update noar tt set v0='PHS6SOBQTC13N' where id=5; -update noar ti set v0='PHS6SOBQTC13N' where id=5; -update noar tt set b1='C721' where id=5; -update noar ti set b1='C721' where id=5; -update noar tt set v0='IXEN3G' where id=5; -update noar ti set v0='IXEN3G' where id=5; -update noar tt set b2='BI' where id=5; -update noar ti set b2='BI' where id=5; -update noar tt set v0='7PC0' where id=6; -update noar ti set v0='7PC0' where id=6; -update noar tt set b0='W9Q4IW24Y' where id=6; -update noar ti set b0='W9Q4IW24Y' where id=6; -update noar tt set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6; -update noar ti set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6; -update noar tt set b1='SREC' where id=6; -update noar ti set b1='SREC' where id=6; -update noar tt set v0='RUT9A46P' where id=6; -update noar ti set v0='RUT9A46P' where id=6; -update noar tt set b2='CP460MW8K20MNDMJJV' where id=6; -update noar ti set b2='CP460MW8K20MNDMJJV' where id=6; -update noar tt set v0='0OIXNLJPF1XE3W' where id=7; -update noar ti set v0='0OIXNLJPF1XE3W' where id=7; -update noar tt set b0='5FXKKR6' where id=7; -update noar ti set b0='5FXKKR6' where id=7; -update noar tt set v0='5ZA8' where id=7; -update noar ti set v0='5ZA8' where id=7; -update noar tt set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7; -update noar ti set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7; -update noar tt set v0='VNKZV582' where id=7; -update noar ti set v0='VNKZV582' where id=7; -update noar tt set b2='D40FG' where id=7; -update noar ti set b2='D40FG' where id=7; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b0='CKITJ80' where id=8; -update noar ti set b0='CKITJ80' where id=8; -update noar tt set v0='TAG8KP1I70T' where id=8; -update noar ti set v0='TAG8KP1I70T' where id=8; -update noar tt set b1='MUFDAR3MKF7G2' where id=8; -update noar ti set b1='MUFDAR3MKF7G2' where id=8; -update noar tt set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8; -update noar ti set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8; -update noar tt set b2='JD9VBD90ISALS28FAZR' where id=8; -update noar ti set b2='JD9VBD90ISALS28FAZR' where id=8; -update noar tt set v0='N9FWVOTP' where id=9; -update noar ti set v0='N9FWVOTP' where id=9; -update noar tt set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9; -update noar ti set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9; -update noar tt set v0='K1KQ1NZL' where id=9; -update noar ti set v0='K1KQ1NZL' where id=9; -update noar tt set b1='JUJ08UIPL' where id=9; -update noar ti set b1='JUJ08UIPL' where id=9; -update noar tt set v0='KXNON0H8NK4ER1X' where id=9; -update noar ti set v0='KXNON0H8NK4ER1X' where id=9; -update noar tt set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9; -update noar ti set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SVS1CJH9MHOF' where id=1; -update noar ti set v0='SVS1CJH9MHOF' where id=1; -update noar tt set b0='P6VY4DA' where id=1; -update noar ti set b0='P6VY4DA' where id=1; -update noar tt set v0='YXA4PZVFI2SAPLXO2QQK' where id=1; -update noar ti set v0='YXA4PZVFI2SAPLXO2QQK' where id=1; -update noar tt set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1; -update noar ti set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1; -update noar tt set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1; -update noar ti set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1; -update noar tt set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1; -update noar ti set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1; -update noar tt set v0='HFXPSFWSTAQBLGF' where id=2; -update noar ti set v0='HFXPSFWSTAQBLGF' where id=2; -update noar tt set b0='16799X2JGMRSJKV9JT0E56V4' where id=2; -update noar ti set b0='16799X2JGMRSJKV9JT0E56V4' where id=2; -update noar tt set v0='Q8Y38VBDRAH' where id=2; -update noar ti set v0='Q8Y38VBDRAH' where id=2; -update noar tt set b1='JADHN4OKI9LI' where id=2; -update noar ti set b1='JADHN4OKI9LI' where id=2; -update noar tt set v0='28TF2' where id=2; -update noar ti set v0='28TF2' where id=2; -update noar tt set b2='I7CRDB3S3V' where id=2; -update noar ti set b2='I7CRDB3S3V' where id=2; -update noar tt set v0='C7JR292X2L1WZV94QN' where id=3; -update noar ti set v0='C7JR292X2L1WZV94QN' where id=3; -update noar tt set b0='YF5YOYC5' where id=3; -update noar ti set b0='YF5YOYC5' where id=3; -update noar tt set v0='3' where id=3; -update noar ti set v0='3' where id=3; -update noar tt set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3; -update noar ti set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3; -update noar tt set v0='FLHB2KV6J4G121' where id=3; -update noar ti set v0='FLHB2KV6J4G121' where id=3; -update noar tt set b2='JT3EX2VT' where id=3; -update noar ti set b2='JT3EX2VT' where id=3; -update noar tt set v0='EE243AO5A96' where id=4; -update noar ti set v0='EE243AO5A96' where id=4; -update noar tt set b0='5HWHG' where id=4; -update noar ti set b0='5HWHG' where id=4; -update noar tt set v0='F4' where id=4; -update noar ti set v0='F4' where id=4; -update noar tt set b1='W55UA' where id=4; -update noar ti set b1='W55UA' where id=4; -update noar tt set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4; -update noar ti set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4; -update noar tt set b2='K1WURXKC32P6M942G' where id=4; -update noar ti set b2='K1WURXKC32P6M942G' where id=4; -update noar tt set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5; -update noar ti set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5; -update noar tt set b0='EZEFSR60' where id=5; -update noar ti set b0='EZEFSR60' where id=5; -update noar tt set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5; -update noar ti set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5; -update noar tt set b1='4MDKTF12OW' where id=5; -update noar ti set b1='4MDKTF12OW' where id=5; -update noar tt set v0='2QBROSWYOZN1UVBY83' where id=5; -update noar ti set v0='2QBROSWYOZN1UVBY83' where id=5; -update noar tt set b2='C5XEL5SD8UGGKK15V2LVL' where id=5; -update noar ti set b2='C5XEL5SD8UGGKK15V2LVL' where id=5; -update noar tt set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6; -update noar ti set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6; -update noar tt set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6; -update noar ti set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6; -update noar tt set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6; -update noar ti set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6; -update noar tt set b1='NQ' where id=6; -update noar ti set b1='NQ' where id=6; -update noar tt set v0='5M8SF1VA' where id=6; -update noar ti set v0='5M8SF1VA' where id=6; -update noar tt set b2='WHA1UQ691XYY03Z6BSSYM' where id=6; -update noar ti set b2='WHA1UQ691XYY03Z6BSSYM' where id=6; -update noar tt set v0='QW3RFE7OMBWT' where id=7; -update noar ti set v0='QW3RFE7OMBWT' where id=7; -update noar tt set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7; -update noar ti set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7; -update noar tt set v0='NC34Q6U1KKX666K8XF' where id=7; -update noar ti set v0='NC34Q6U1KKX666K8XF' where id=7; -update noar tt set b1='14J4V1B186PIFT7IOGS05OS' where id=7; -update noar ti set b1='14J4V1B186PIFT7IOGS05OS' where id=7; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b2='BMYOOMTZGF9W' where id=7; -update noar ti set b2='BMYOOMTZGF9W' where id=7; -update noar tt set v0='I26IL1UK' where id=8; -update noar ti set v0='I26IL1UK' where id=8; -update noar tt set b0='FJ6EHR' where id=8; -update noar ti set b0='FJ6EHR' where id=8; -update noar tt set v0='98S8AP88WJKA5BW7CA' where id=8; -update noar ti set v0='98S8AP88WJKA5BW7CA' where id=8; -update noar tt set b1='4ELCB1SGHORBKGVTPBV0' where id=8; -update noar ti set b1='4ELCB1SGHORBKGVTPBV0' where id=8; -update noar tt set v0='WCD3ZIUW' where id=8; -update noar ti set v0='WCD3ZIUW' where id=8; -update noar tt set b2='AHG5G' where id=8; -update noar ti set b2='AHG5G' where id=8; -update noar tt set v0='RQ955GUNMT' where id=9; -update noar ti set v0='RQ955GUNMT' where id=9; -update noar tt set b0='BWQGDY2J' where id=9; -update noar ti set b0='BWQGDY2J' where id=9; -update noar tt set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9; -update noar ti set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9; -update noar tt set b1='KPFBY4BJOM121XBCCCC' where id=9; -update noar ti set b1='KPFBY4BJOM121XBCCCC' where id=9; -update noar tt set v0='FEDMAGOB4PM' where id=9; -update noar ti set v0='FEDMAGOB4PM' where id=9; -update noar tt set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9; -update noar ti set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7NSIRRE7PDO090UO532COPA' where id=1; -update noar ti set v0='7NSIRRE7PDO090UO532COPA' where id=1; -update noar tt set b0='SX1AT' where id=1; -update noar ti set b0='SX1AT' where id=1; -update noar tt set v0='N03ON7YRP8S' where id=1; -update noar ti set v0='N03ON7YRP8S' where id=1; -update noar tt set b1='89HJLL11ASIIQCQURM' where id=1; -update noar ti set b1='89HJLL11ASIIQCQURM' where id=1; -update noar tt set v0='A4AR7' where id=1; -update noar ti set v0='A4AR7' where id=1; -update noar tt set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1; -update noar ti set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1; -update noar tt set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2; -update noar ti set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2; -update noar tt set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2; -update noar ti set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2; -update noar tt set v0='FSFE' where id=2; -update noar ti set v0='FSFE' where id=2; -update noar tt set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2; -update noar ti set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2; -update noar tt set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2; -update noar ti set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2; -update noar tt set b2='QDH8NG2' where id=2; -update noar ti set b2='QDH8NG2' where id=2; -update noar tt set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3; -update noar ti set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3; -update noar tt set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3; -update noar ti set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3; -update noar tt set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3; -update noar ti set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3; -update noar tt set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3; -update noar ti set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3; -update noar tt set v0='5A' where id=3; -update noar ti set v0='5A' where id=3; -update noar tt set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3; -update noar ti set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3; -update noar tt set v0='5IP4Z' where id=4; -update noar ti set v0='5IP4Z' where id=4; -update noar tt set b0='F0PJ76HZYMDYELDP' where id=4; -update noar ti set b0='F0PJ76HZYMDYELDP' where id=4; -update noar tt set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4; -update noar ti set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4; -update noar tt set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4; -update noar ti set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4; -update noar tt set v0='OA4L81CUX' where id=4; -update noar ti set v0='OA4L81CUX' where id=4; -update noar tt set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4; -update noar ti set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4; -update noar tt set v0='NUCA6QW41U1' where id=5; -update noar ti set v0='NUCA6QW41U1' where id=5; -update noar tt set b0='W7' where id=5; -update noar ti set b0='W7' where id=5; -update noar tt set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5; -update noar ti set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5; -update noar tt set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5; -update noar ti set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5; -update noar tt set v0='9H' where id=5; -update noar ti set v0='9H' where id=5; -update noar tt set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5; -update noar ti set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5; -update noar tt set v0='MP' where id=6; -update noar ti set v0='MP' where id=6; -update noar tt set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6; -update noar ti set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6; -update noar tt set v0='NIN' where id=6; -update noar ti set v0='NIN' where id=6; -update noar tt set b1='G1VN' where id=6; -update noar ti set b1='G1VN' where id=6; -update noar tt set v0='5X4A8X9G' where id=6; -update noar ti set v0='5X4A8X9G' where id=6; -update noar tt set b2='L4TF1XNRU' where id=6; -update noar ti set b2='L4TF1XNRU' where id=6; -update noar tt set v0='CGW4S3OU4X2HWSIAI' where id=7; -update noar ti set v0='CGW4S3OU4X2HWSIAI' where id=7; -update noar tt set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7; -update noar ti set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7; -update noar tt set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7; -update noar ti set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7; -update noar tt set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7; -update noar ti set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7; -update noar tt set v0='VXXDJWEH6L0Q37VZH4' where id=7; -update noar ti set v0='VXXDJWEH6L0Q37VZH4' where id=7; -update noar tt set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7; -update noar ti set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7; -update noar tt set v0='9FM9F4HES3IDD1' where id=8; -update noar ti set v0='9FM9F4HES3IDD1' where id=8; -update noar tt set b0='1GSA50TRBY1A' where id=8; -update noar ti set b0='1GSA50TRBY1A' where id=8; -update noar tt set v0='GPKEQ6JDN3EJ' where id=8; -update noar ti set v0='GPKEQ6JDN3EJ' where id=8; -update noar tt set b1='HMCACD3NLDLBM' where id=8; -update noar ti set b1='HMCACD3NLDLBM' where id=8; -update noar tt set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8; -update noar ti set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8; -update noar tt set b2='N7LL9Q1GGC44BJ0U' where id=8; -update noar ti set b2='N7LL9Q1GGC44BJ0U' where id=8; -update noar tt set v0='KRQ2CIRE' where id=9; -update noar ti set v0='KRQ2CIRE' where id=9; -update noar tt set b0='0HT9ZF' where id=9; -update noar ti set b0='0HT9ZF' where id=9; -update noar tt set v0='IDM27YTA1K3D9HOGAZ' where id=9; -update noar ti set v0='IDM27YTA1K3D9HOGAZ' where id=9; -update noar tt set b1='NG5LFG7C0IR0J' where id=9; -update noar ti set b1='NG5LFG7C0IR0J' where id=9; -update noar tt set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9; -update noar ti set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9; -update noar tt set b2='A7VR9468YV1K7NQ83D4QW' where id=9; -update noar ti set b2='A7VR9468YV1K7NQ83D4QW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F2G0ANRRZDXN3D4FFNC' where id=1; -update noar ti set v0='F2G0ANRRZDXN3D4FFNC' where id=1; -update noar tt set b0='RUZV3AR7JIM1O52' where id=1; -update noar ti set b0='RUZV3AR7JIM1O52' where id=1; -update noar tt set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1; -update noar ti set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1; -update noar tt set b1='LUMO2HT0IAWOA59X6X6' where id=1; -update noar ti set b1='LUMO2HT0IAWOA59X6X6' where id=1; -update noar tt set v0='QXKFTUV6ZV4D6BQ' where id=1; -update noar ti set v0='QXKFTUV6ZV4D6BQ' where id=1; -update noar tt set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1; -update noar ti set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1; -update noar tt set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2; -update noar ti set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2; -update noar tt set b0='0EVJPQXQTW7Z' where id=2; -update noar ti set b0='0EVJPQXQTW7Z' where id=2; -update noar tt set v0='SH' where id=2; -update noar ti set v0='SH' where id=2; -update noar tt set b1='9E6QCLPTOE7BM' where id=2; -update noar ti set b1='9E6QCLPTOE7BM' where id=2; -update noar tt set v0='V7E1KX6HZKTERI90R9H' where id=2; -update noar ti set v0='V7E1KX6HZKTERI90R9H' where id=2; -update noar tt set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2; -update noar ti set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2; -update noar tt set v0='3YT' where id=3; -update noar ti set v0='3YT' where id=3; -update noar tt set b0='J0R9J071UFTZRFQBIV' where id=3; -update noar ti set b0='J0R9J071UFTZRFQBIV' where id=3; -update noar tt set v0='DY7R66U21GBF7H' where id=3; -update noar ti set v0='DY7R66U21GBF7H' where id=3; -update noar tt set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3; -update noar ti set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3; -update noar tt set v0='JLYNG0GO4GDX' where id=3; -update noar ti set v0='JLYNG0GO4GDX' where id=3; -update noar tt set b2='XSEEWBUBJIT889CWKKT3V' where id=3; -update noar ti set b2='XSEEWBUBJIT889CWKKT3V' where id=3; -update noar tt set v0='MIC2UB2IYTMJIIDM5YR' where id=4; -update noar ti set v0='MIC2UB2IYTMJIIDM5YR' where id=4; -update noar tt set b0='6MO92TRDPABU' where id=4; -update noar ti set b0='6MO92TRDPABU' where id=4; -update noar tt set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4; -update noar ti set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4; -update noar tt set b1='B539UQP1' where id=4; -update noar ti set b1='B539UQP1' where id=4; -update noar tt set v0='W80LXAGKMIIKDMLCA86V374D' where id=4; -update noar ti set v0='W80LXAGKMIIKDMLCA86V374D' where id=4; -update noar tt set b2='U1SC08Z' where id=4; -update noar ti set b2='U1SC08Z' where id=4; -update noar tt set v0='3GUHJWCANWBT7DRLUL0O' where id=5; -update noar ti set v0='3GUHJWCANWBT7DRLUL0O' where id=5; -update noar tt set b0='31FMH4K8' where id=5; -update noar ti set b0='31FMH4K8' where id=5; -update noar tt set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5; -update noar ti set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5; -update noar tt set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5; -update noar ti set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5; -update noar tt set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5; -update noar ti set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5; -update noar tt set b2='ETUW9U7OIZV04B9X5QR47' where id=5; -update noar ti set b2='ETUW9U7OIZV04B9X5QR47' where id=5; -update noar tt set v0='V9OVZF75BGPQF' where id=6; -update noar ti set v0='V9OVZF75BGPQF' where id=6; -update noar tt set b0='O4USARXBMSLAUMT3Z2' where id=6; -update noar ti set b0='O4USARXBMSLAUMT3Z2' where id=6; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b1='X1N47' where id=6; -update noar ti set b1='X1N47' where id=6; -update noar tt set v0='ZN3YFSON7Z3TY6SZXH09' where id=6; -update noar ti set v0='ZN3YFSON7Z3TY6SZXH09' where id=6; -update noar tt set b2='X0ILJWFPQ' where id=6; -update noar ti set b2='X0ILJWFPQ' where id=6; -update noar tt set v0='1QLFW9CL7BMT97T6LDW' where id=7; -update noar ti set v0='1QLFW9CL7BMT97T6LDW' where id=7; -update noar tt set b0='W5BW075XNE51' where id=7; -update noar ti set b0='W5BW075XNE51' where id=7; -update noar tt set v0='U79QMV33OU' where id=7; -update noar ti set v0='U79QMV33OU' where id=7; -update noar tt set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7; -update noar ti set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7; -update noar tt set v0='QOGJE1JD52Q' where id=7; -update noar ti set v0='QOGJE1JD52Q' where id=7; -update noar tt set b2='AOG6H' where id=7; -update noar ti set b2='AOG6H' where id=7; -update noar tt set v0='EXKDQW53D' where id=8; -update noar ti set v0='EXKDQW53D' where id=8; -update noar tt set b0='8DO6JVYMT6WHBPHEWU' where id=8; -update noar ti set b0='8DO6JVYMT6WHBPHEWU' where id=8; -update noar tt set v0='4MPSGJFPHGLMLJA4O' where id=8; -update noar ti set v0='4MPSGJFPHGLMLJA4O' where id=8; -update noar tt set b1='BF8S1V9QSSY' where id=8; -update noar ti set b1='BF8S1V9QSSY' where id=8; -update noar tt set v0='TK0RXP9B9UX6U2HH5Z' where id=8; -update noar ti set v0='TK0RXP9B9UX6U2HH5Z' where id=8; -update noar tt set b2='H7VMWTB517LSTLC81CQ' where id=8; -update noar ti set b2='H7VMWTB517LSTLC81CQ' where id=8; -update noar tt set v0='DMU3ZIU56SRXS6FPFPK' where id=9; -update noar ti set v0='DMU3ZIU56SRXS6FPFPK' where id=9; -update noar tt set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9; -update noar ti set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9; -update noar tt set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9; -update noar ti set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9; -update noar tt set b1='XPRPASTTAAY42U64R24J47B' where id=9; -update noar ti set b1='XPRPASTTAAY42U64R24J47B' where id=9; -update noar tt set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9; -update noar ti set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9; -update noar tt set b2='U' where id=9; -update noar ti set b2='U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GA4XSR9G0Z278E' where id=1; -update noar ti set v0='GA4XSR9G0Z278E' where id=1; -update noar tt set b0='TEMR3FDD' where id=1; -update noar ti set b0='TEMR3FDD' where id=1; -update noar tt set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1; -update noar ti set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1; -update noar tt set b1='D06Y0' where id=1; -update noar ti set b1='D06Y0' where id=1; -update noar tt set v0='S' where id=1; -update noar ti set v0='S' where id=1; -update noar tt set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1; -update noar ti set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1; -update noar tt set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2; -update noar ti set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2; -update noar tt set b0='A14Z7NYHDE14' where id=2; -update noar ti set b0='A14Z7NYHDE14' where id=2; -update noar tt set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2; -update noar ti set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2; -update noar tt set b1='HO9MK5ALLTQC' where id=2; -update noar ti set b1='HO9MK5ALLTQC' where id=2; -update noar tt set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2; -update noar ti set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2; -update noar tt set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2; -update noar ti set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2; -update noar tt set v0='VYX70NNZ' where id=3; -update noar ti set v0='VYX70NNZ' where id=3; -update noar tt set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3; -update noar ti set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3; -update noar tt set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3; -update noar ti set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3; -update noar tt set b1='E1FLSM' where id=3; -update noar ti set b1='E1FLSM' where id=3; -update noar tt set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3; -update noar ti set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3; -update noar tt set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3; -update noar ti set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3; -update noar tt set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4; -update noar ti set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4; -update noar tt set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4; -update noar ti set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4; -update noar tt set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4; -update noar ti set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4; -update noar tt set b1='XBH3M' where id=4; -update noar ti set b1='XBH3M' where id=4; -update noar tt set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4; -update noar ti set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4; -update noar tt set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4; -update noar ti set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4; -update noar tt set v0='19728D9MCS4' where id=5; -update noar ti set v0='19728D9MCS4' where id=5; -update noar tt set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5; -update noar ti set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5; -update noar tt set v0='RMWZ03T59S5ROOWWL4SO' where id=5; -update noar ti set v0='RMWZ03T59S5ROOWWL4SO' where id=5; -update noar tt set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5; -update noar ti set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5; -update noar tt set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5; -update noar ti set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5; -update noar tt set b2='0CDF8CJ76JCIX' where id=5; -update noar ti set b2='0CDF8CJ76JCIX' where id=5; -update noar tt set v0='S047S' where id=6; -update noar ti set v0='S047S' where id=6; -update noar tt set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6; -update noar ti set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6; -update noar tt set v0='DEB4J06NZKCOT8UV' where id=6; -update noar ti set v0='DEB4J06NZKCOT8UV' where id=6; -update noar tt set b1='SZEZR' where id=6; -update noar ti set b1='SZEZR' where id=6; -update noar tt set v0='A0CL8JG7AUL35' where id=6; -update noar ti set v0='A0CL8JG7AUL35' where id=6; -update noar tt set b2='J1' where id=6; -update noar ti set b2='J1' where id=6; -update noar tt set v0='9TA9ASJL9' where id=7; -update noar ti set v0='9TA9ASJL9' where id=7; -update noar tt set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7; -update noar ti set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7; -update noar tt set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7; -update noar ti set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7; -update noar tt set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7; -update noar ti set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7; -update noar tt set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7; -update noar ti set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7; -update noar tt set b2='VSD39SUUD' where id=7; -update noar ti set b2='VSD39SUUD' where id=7; -update noar tt set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8; -update noar ti set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8; -update noar tt set b0='GN3AEOJEFP12IT2Q5D786' where id=8; -update noar ti set b0='GN3AEOJEFP12IT2Q5D786' where id=8; -update noar tt set v0='BY0TR3KHUS' where id=8; -update noar ti set v0='BY0TR3KHUS' where id=8; -update noar tt set b1='PTP14D3R2FFALR7' where id=8; -update noar ti set b1='PTP14D3R2FFALR7' where id=8; -update noar tt set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8; -update noar ti set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8; -update noar tt set b2='5ADFE3ZKBHV7' where id=8; -update noar ti set b2='5ADFE3ZKBHV7' where id=8; -update noar tt set v0='DCEEB3ZJBY' where id=9; -update noar ti set v0='DCEEB3ZJBY' where id=9; -update noar tt set b0='N7IUX' where id=9; -update noar ti set b0='N7IUX' where id=9; -update noar tt set v0='VCHGPT' where id=9; -update noar ti set v0='VCHGPT' where id=9; -update noar tt set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9; -update noar ti set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9; -update noar tt set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9; -update noar ti set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9; -update noar tt set b2='A74Z0BJGH' where id=9; -update noar ti set b2='A74Z0BJGH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1; -update noar ti set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1; -update noar tt set b0='SI7' where id=1; -update noar ti set b0='SI7' where id=1; -update noar tt set v0='Z95A' where id=1; -update noar ti set v0='Z95A' where id=1; -update noar tt set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1; -update noar ti set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1; -update noar tt set v0='F02EU' where id=1; -update noar ti set v0='F02EU' where id=1; -update noar tt set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1; -update noar ti set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1; -update noar tt set v0='A0QIZ6RB9BER48PW9XFIN' where id=2; -update noar ti set v0='A0QIZ6RB9BER48PW9XFIN' where id=2; -update noar tt set b0='ZP5UWW' where id=2; -update noar ti set b0='ZP5UWW' where id=2; -update noar tt set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2; -update noar ti set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2; -update noar tt set b1='V2LS' where id=2; -update noar ti set b1='V2LS' where id=2; -update noar tt set v0='1HPC7O56RS' where id=2; -update noar ti set v0='1HPC7O56RS' where id=2; -update noar tt set b2='2PI' where id=2; -update noar ti set b2='2PI' where id=2; -update noar tt set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3; -update noar ti set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3; -update noar tt set b0='AD' where id=3; -update noar ti set b0='AD' where id=3; -update noar tt set v0='HAQ2W' where id=3; -update noar ti set v0='HAQ2W' where id=3; -update noar tt set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3; -update noar ti set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3; -update noar tt set v0='W7YAHULSVIZN' where id=3; -update noar ti set v0='W7YAHULSVIZN' where id=3; -update noar tt set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3; -update noar ti set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4; -update noar ti set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4; -update noar tt set v0='X6PSJ48A1HL' where id=4; -update noar ti set v0='X6PSJ48A1HL' where id=4; -update noar tt set b1='EZNSOAW8EVHWU1MIE' where id=4; -update noar ti set b1='EZNSOAW8EVHWU1MIE' where id=4; -update noar tt set v0='F7S5LV11CKC0U3IM' where id=4; -update noar ti set v0='F7S5LV11CKC0U3IM' where id=4; -update noar tt set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4; -update noar ti set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4; -update noar tt set v0='ZE1ZSJWS3GCH' where id=5; -update noar ti set v0='ZE1ZSJWS3GCH' where id=5; -update noar tt set b0='PCZDZTQDK430MZCCM3ED4' where id=5; -update noar ti set b0='PCZDZTQDK430MZCCM3ED4' where id=5; -update noar tt set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5; -update noar ti set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5; -update noar tt set b1='LN30P564TPXKP' where id=5; -update noar ti set b1='LN30P564TPXKP' where id=5; -update noar tt set v0='QS6PSAF6OG0L583UJ' where id=5; -update noar ti set v0='QS6PSAF6OG0L583UJ' where id=5; -update noar tt set b2='MX' where id=5; -update noar ti set b2='MX' where id=5; -update noar tt set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6; -update noar ti set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6; -update noar tt set b0='Z8TXQHOD' where id=6; -update noar ti set b0='Z8TXQHOD' where id=6; -update noar tt set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6; -update noar ti set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6; -update noar tt set b1='FUX4LNKYFX1' where id=6; -update noar ti set b1='FUX4LNKYFX1' where id=6; -update noar tt set v0='JSZMC2BR1W5EQ3P' where id=6; -update noar ti set v0='JSZMC2BR1W5EQ3P' where id=6; -update noar tt set b2='8LT9TI' where id=6; -update noar ti set b2='8LT9TI' where id=6; -update noar tt set v0='NUERFXT5L7YF9A' where id=7; -update noar ti set v0='NUERFXT5L7YF9A' where id=7; -update noar tt set b0='RHIM46ID550YIE940WF819NFVU6' where id=7; -update noar ti set b0='RHIM46ID550YIE940WF819NFVU6' where id=7; -update noar tt set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7; -update noar ti set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7; -update noar tt set b1='YO9LBZV13IGKDV' where id=7; -update noar ti set b1='YO9LBZV13IGKDV' where id=7; -update noar tt set v0='ZCKKDV' where id=7; -update noar ti set v0='ZCKKDV' where id=7; -update noar tt set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7; -update noar ti set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7; -update noar tt set v0='PPW0557YUDC1V3JEI' where id=8; -update noar ti set v0='PPW0557YUDC1V3JEI' where id=8; -update noar tt set b0='1GBHWSS8HEAMGQE' where id=8; -update noar ti set b0='1GBHWSS8HEAMGQE' where id=8; -update noar tt set v0='L' where id=8; -update noar ti set v0='L' where id=8; -update noar tt set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8; -update noar ti set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8; -update noar tt set v0='FMUI1JLJ2UOP5JTF7Z' where id=8; -update noar ti set v0='FMUI1JLJ2UOP5JTF7Z' where id=8; -update noar tt set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8; -update noar ti set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8; -update noar tt set v0='5ZAQVJGR0FF9L2KJK' where id=9; -update noar ti set v0='5ZAQVJGR0FF9L2KJK' where id=9; -update noar tt set b0='J1EZ6F00EDN8JHDQ' where id=9; -update noar ti set b0='J1EZ6F00EDN8JHDQ' where id=9; -update noar tt set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9; -update noar ti set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9; -update noar tt set b1='Z' where id=9; -update noar ti set b1='Z' where id=9; -update noar tt set v0='MH6LDXE5053QJY5CP3' where id=9; -update noar ti set v0='MH6LDXE5053QJY5CP3' where id=9; -update noar tt set b2='024K7PZ8XQBVSKCH' where id=9; -update noar ti set b2='024K7PZ8XQBVSKCH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1; -update noar ti set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1; -update noar tt set b0='ZD5' where id=1; -update noar ti set b0='ZD5' where id=1; -update noar tt set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1; -update noar ti set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1; -update noar tt set b1='ZJ0Q56' where id=1; -update noar ti set b1='ZJ0Q56' where id=1; -update noar tt set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1; -update noar ti set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1; -update noar tt set b2='6M' where id=1; -update noar ti set b2='6M' where id=1; -update noar tt set v0='NJMF27L482YFB4' where id=2; -update noar ti set v0='NJMF27L482YFB4' where id=2; -update noar tt set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2; -update noar ti set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2; -update noar tt set v0='WX2UGT' where id=2; -update noar ti set v0='WX2UGT' where id=2; -update noar tt set b1='MBXN' where id=2; -update noar ti set b1='MBXN' where id=2; -update noar tt set v0='JER6ANLDH74K352P' where id=2; -update noar ti set v0='JER6ANLDH74K352P' where id=2; -update noar tt set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2; -update noar ti set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2; -update noar tt set v0='CJOK8J430TWBC' where id=3; -update noar ti set v0='CJOK8J430TWBC' where id=3; -update noar tt set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3; -update noar ti set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3; -update noar tt set v0='1LI25' where id=3; -update noar ti set v0='1LI25' where id=3; -update noar tt set b1='PK2SEUOKCJNTQJGL' where id=3; -update noar ti set b1='PK2SEUOKCJNTQJGL' where id=3; -update noar tt set v0='TTRMTRTC' where id=3; -update noar ti set v0='TTRMTRTC' where id=3; -update noar tt set b2='ON6G2O3V07RW777B8VBP' where id=3; -update noar ti set b2='ON6G2O3V07RW777B8VBP' where id=3; -update noar tt set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4; -update noar ti set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4; -update noar tt set b0='AICM6Q7EVUXJPPPQGZS' where id=4; -update noar ti set b0='AICM6Q7EVUXJPPPQGZS' where id=4; -update noar tt set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4; -update noar ti set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4; -update noar tt set b1='IJAYTD8WDYPV1B' where id=4; -update noar ti set b1='IJAYTD8WDYPV1B' where id=4; -update noar tt set v0='IX2IS2P9DA9WK872' where id=4; -update noar ti set v0='IX2IS2P9DA9WK872' where id=4; -update noar tt set b2='C' where id=4; -update noar ti set b2='C' where id=4; -update noar tt set v0='CJOCR90MH9JQ8D' where id=5; -update noar ti set v0='CJOCR90MH9JQ8D' where id=5; -update noar tt set b0='M0XN1R6D' where id=5; -update noar ti set b0='M0XN1R6D' where id=5; -update noar tt set v0='A7W3X0Y0QKHU' where id=5; -update noar ti set v0='A7W3X0Y0QKHU' where id=5; -update noar tt set b1='AWTGHB5SWCU4LD' where id=5; -update noar ti set b1='AWTGHB5SWCU4LD' where id=5; -update noar tt set v0='HF3JFPAZEGZ1D' where id=5; -update noar ti set v0='HF3JFPAZEGZ1D' where id=5; -update noar tt set b2='ESW87EBUDE' where id=5; -update noar ti set b2='ESW87EBUDE' where id=5; -update noar tt set v0='M9' where id=6; -update noar ti set v0='M9' where id=6; -update noar tt set b0='01BL1PGPWRO' where id=6; -update noar ti set b0='01BL1PGPWRO' where id=6; -update noar tt set v0='J96OL2QIUN2TW69N4VUOZR' where id=6; -update noar ti set v0='J96OL2QIUN2TW69N4VUOZR' where id=6; -update noar tt set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6; -update noar ti set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6; -update noar tt set v0='WEDXHHK9NGV6F2MK4N8O' where id=6; -update noar ti set v0='WEDXHHK9NGV6F2MK4N8O' where id=6; -update noar tt set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6; -update noar ti set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6; -update noar tt set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7; -update noar ti set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7; -update noar tt set b0='C7G734CC8APAQU19W' where id=7; -update noar ti set b0='C7G734CC8APAQU19W' where id=7; -update noar tt set v0='EG' where id=7; -update noar ti set v0='EG' where id=7; -update noar tt set b1='H344WC1PKOUFI' where id=7; -update noar ti set b1='H344WC1PKOUFI' where id=7; -update noar tt set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7; -update noar ti set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7; -update noar tt set b2='8A' where id=7; -update noar ti set b2='8A' where id=7; -update noar tt set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8; -update noar ti set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8; -update noar tt set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8; -update noar ti set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8; -update noar tt set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8; -update noar ti set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8; -update noar tt set b1='AU' where id=8; -update noar ti set b1='AU' where id=8; -update noar tt set v0='YBTE4ZO' where id=8; -update noar ti set v0='YBTE4ZO' where id=8; -update noar tt set b2='H' where id=8; -update noar ti set b2='H' where id=8; -update noar tt set v0='9C5BLT0VXJ79UL' where id=9; -update noar ti set v0='9C5BLT0VXJ79UL' where id=9; -update noar tt set b0='QDRBV6WR9LGS' where id=9; -update noar ti set b0='QDRBV6WR9LGS' where id=9; -update noar tt set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9; -update noar ti set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9; -update noar tt set b1='8OBMNVTOYCIVM' where id=9; -update noar ti set b1='8OBMNVTOYCIVM' where id=9; -update noar tt set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9; -update noar ti set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9; -update noar tt set b2='AP8A8R75IK6X5' where id=9; -update noar ti set b2='AP8A8R75IK6X5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1; -update noar ti set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1; -update noar tt set b0='C2X2' where id=1; -update noar ti set b0='C2X2' where id=1; -update noar tt set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1; -update noar ti set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1; -update noar tt set b1='31CY2Y3K6S6CJK' where id=1; -update noar ti set b1='31CY2Y3K6S6CJK' where id=1; -update noar tt set v0='F96F4D0HIC7BE52' where id=1; -update noar ti set v0='F96F4D0HIC7BE52' where id=1; -update noar tt set b2='39OLOE6J36V8AK47L6M2' where id=1; -update noar ti set b2='39OLOE6J36V8AK47L6M2' where id=1; -update noar tt set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2; -update noar ti set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2; -update noar tt set b0='B56' where id=2; -update noar ti set b0='B56' where id=2; -update noar tt set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2; -update noar ti set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2; -update noar tt set b1='F' where id=2; -update noar ti set b1='F' where id=2; -update noar tt set v0='K2JYX5OEGDKV' where id=2; -update noar ti set v0='K2JYX5OEGDKV' where id=2; -update noar tt set b2='Q8JZYWVE' where id=2; -update noar ti set b2='Q8JZYWVE' where id=2; -update noar tt set v0='1C' where id=3; -update noar ti set v0='1C' where id=3; -update noar tt set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3; -update noar ti set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3; -update noar tt set v0='W3BX3H' where id=3; -update noar ti set v0='W3BX3H' where id=3; -update noar tt set b1='34AHS5BO06X7CALPGKG10GB' where id=3; -update noar ti set b1='34AHS5BO06X7CALPGKG10GB' where id=3; -update noar tt set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3; -update noar ti set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3; -update noar tt set b2='YCT5173NUTGAEU8WW' where id=3; -update noar ti set b2='YCT5173NUTGAEU8WW' where id=3; -update noar tt set v0='PCT' where id=4; -update noar ti set v0='PCT' where id=4; -update noar tt set b0='RLXM8NM70GJPV' where id=4; -update noar ti set b0='RLXM8NM70GJPV' where id=4; -update noar tt set v0='XC3MVDL' where id=4; -update noar ti set v0='XC3MVDL' where id=4; -update noar tt set b1='NR4' where id=4; -update noar ti set b1='NR4' where id=4; -update noar tt set v0='CF17CTN2KQAONCRP' where id=4; -update noar ti set v0='CF17CTN2KQAONCRP' where id=4; -update noar tt set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4; -update noar ti set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4; -update noar tt set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5; -update noar ti set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5; -update noar tt set b0='JPXH5JVYA8O' where id=5; -update noar ti set b0='JPXH5JVYA8O' where id=5; -update noar tt set v0='UBI71D4EER47V7VXJL666V3' where id=5; -update noar ti set v0='UBI71D4EER47V7VXJL666V3' where id=5; -update noar tt set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5; -update noar ti set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5; -update noar tt set v0='4IBMWD' where id=5; -update noar ti set v0='4IBMWD' where id=5; -update noar tt set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5; -update noar ti set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5; -update noar tt set v0='NGACLMQGQ' where id=6; -update noar ti set v0='NGACLMQGQ' where id=6; -update noar tt set b0='HSQ4' where id=6; -update noar ti set b0='HSQ4' where id=6; -update noar tt set v0='5TG8QKKFQZKDJ8' where id=6; -update noar ti set v0='5TG8QKKFQZKDJ8' where id=6; -update noar tt set b1='IYTGSKCO4LIASOV' where id=6; -update noar ti set b1='IYTGSKCO4LIASOV' where id=6; -update noar tt set v0='QB14ZKHM' where id=6; -update noar ti set v0='QB14ZKHM' where id=6; -update noar tt set b2='WJMZ492D75GTRN' where id=6; -update noar ti set b2='WJMZ492D75GTRN' where id=6; -update noar tt set v0='JHOXU6BXOTS' where id=7; -update noar ti set v0='JHOXU6BXOTS' where id=7; -update noar tt set b0='6Y6JSJ85LJ7' where id=7; -update noar ti set b0='6Y6JSJ85LJ7' where id=7; -update noar tt set v0='CI3JTO' where id=7; -update noar ti set v0='CI3JTO' where id=7; -update noar tt set b1='A00CSY95X2Y' where id=7; -update noar ti set b1='A00CSY95X2Y' where id=7; -update noar tt set v0='U6T4' where id=7; -update noar ti set v0='U6T4' where id=7; -update noar tt set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7; -update noar ti set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7; -update noar tt set v0='F' where id=8; -update noar ti set v0='F' where id=8; -update noar tt set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8; -update noar ti set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8; -update noar tt set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8; -update noar ti set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8; -update noar tt set b1='42' where id=8; -update noar ti set b1='42' where id=8; -update noar tt set v0='SIJKM2IZC24XCSK' where id=8; -update noar ti set v0='SIJKM2IZC24XCSK' where id=8; -update noar tt set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8; -update noar ti set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8; -update noar tt set v0='6M6DPA' where id=9; -update noar ti set v0='6M6DPA' where id=9; -update noar tt set b0='ANMLOMQZL47J897PJM0QLF' where id=9; -update noar ti set b0='ANMLOMQZL47J897PJM0QLF' where id=9; -update noar tt set v0='93' where id=9; -update noar ti set v0='93' where id=9; -update noar tt set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9; -update noar ti set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9; -update noar tt set v0='VWACSI' where id=9; -update noar ti set v0='VWACSI' where id=9; -update noar tt set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9; -update noar ti set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1LMZOTE3XY9U0S' where id=1; -update noar ti set v0='1LMZOTE3XY9U0S' where id=1; -update noar tt set b0='CUPMYGJ' where id=1; -update noar ti set b0='CUPMYGJ' where id=1; -update noar tt set v0='FN9FX81B3UFX2SXR' where id=1; -update noar ti set v0='FN9FX81B3UFX2SXR' where id=1; -update noar tt set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1; -update noar ti set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1; -update noar tt set v0='KGXCKH7NCX6JM8SY52' where id=1; -update noar ti set v0='KGXCKH7NCX6JM8SY52' where id=1; -update noar tt set b2='I' where id=1; -update noar ti set b2='I' where id=1; -update noar tt set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2; -update noar ti set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2; -update noar tt set b0='B8M46N' where id=2; -update noar ti set b0='B8M46N' where id=2; -update noar tt set v0='IEECMOP0VF8OJRMYRJE' where id=2; -update noar ti set v0='IEECMOP0VF8OJRMYRJE' where id=2; -update noar tt set b1='2IVOQS9' where id=2; -update noar ti set b1='2IVOQS9' where id=2; -update noar tt set v0='T6U6G727MWLCYX7' where id=2; -update noar ti set v0='T6U6G727MWLCYX7' where id=2; -update noar tt set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2; -update noar ti set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2; -update noar tt set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3; -update noar ti set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3; -update noar tt set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3; -update noar ti set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3; -update noar tt set v0='7V3J45UAWACHDD2' where id=3; -update noar ti set v0='7V3J45UAWACHDD2' where id=3; -update noar tt set b1='V5Q9T7XY5M1BKDK' where id=3; -update noar ti set b1='V5Q9T7XY5M1BKDK' where id=3; -update noar tt set v0='D' where id=3; -update noar ti set v0='D' where id=3; -update noar tt set b2='AXDZ1QSJVUI' where id=3; -update noar ti set b2='AXDZ1QSJVUI' where id=3; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b0='W2DNZAH0O' where id=4; -update noar ti set b0='W2DNZAH0O' where id=4; -update noar tt set v0='ANWLI9YP8Z9L' where id=4; -update noar ti set v0='ANWLI9YP8Z9L' where id=4; -update noar tt set b1='ACYL' where id=4; -update noar ti set b1='ACYL' where id=4; -update noar tt set v0='7W' where id=4; -update noar ti set v0='7W' where id=4; -update noar tt set b2='UK30' where id=4; -update noar ti set b2='UK30' where id=4; -update noar tt set v0='S4K3NEZLQY5IVB0M' where id=5; -update noar ti set v0='S4K3NEZLQY5IVB0M' where id=5; -update noar tt set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5; -update noar ti set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5; -update noar tt set v0='KUVK8YAEOAGXM20XI' where id=5; -update noar ti set v0='KUVK8YAEOAGXM20XI' where id=5; -update noar tt set b1='NHOU6FTFZJ' where id=5; -update noar ti set b1='NHOU6FTFZJ' where id=5; -update noar tt set v0='CC3TD' where id=5; -update noar ti set v0='CC3TD' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='X2DG' where id=6; -update noar ti set v0='X2DG' where id=6; -update noar tt set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6; -update noar ti set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6; -update noar tt set v0='7Z4ZCTYWEK' where id=6; -update noar ti set v0='7Z4ZCTYWEK' where id=6; -update noar tt set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6; -update noar ti set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6; -update noar tt set v0='6AKN4445HHPP' where id=6; -update noar ti set v0='6AKN4445HHPP' where id=6; -update noar tt set b2='CLF95AWIND8GV2KD2FYQF' where id=6; -update noar ti set b2='CLF95AWIND8GV2KD2FYQF' where id=6; -update noar tt set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7; -update noar ti set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7; -update noar tt set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7; -update noar ti set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7; -update noar tt set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7; -update noar ti set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7; -update noar tt set b1='INB6O5' where id=7; -update noar ti set b1='INB6O5' where id=7; -update noar tt set v0='P7R0PJSA9SG9MHOBQ76J' where id=7; -update noar ti set v0='P7R0PJSA9SG9MHOBQ76J' where id=7; -update noar tt set b2='Z7LGX63MY' where id=7; -update noar ti set b2='Z7LGX63MY' where id=7; -update noar tt set v0='OMLHP4FWS24W0BWIIVI' where id=8; -update noar ti set v0='OMLHP4FWS24W0BWIIVI' where id=8; -update noar tt set b0='948CFC3U' where id=8; -update noar ti set b0='948CFC3U' where id=8; -update noar tt set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8; -update noar ti set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8; -update noar tt set b1='6G13H' where id=8; -update noar ti set b1='6G13H' where id=8; -update noar tt set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8; -update noar ti set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8; -update noar tt set b2='UNO4F99E' where id=8; -update noar ti set b2='UNO4F99E' where id=8; -update noar tt set v0='OF9XI5OG3QZST5PLJ1' where id=9; -update noar ti set v0='OF9XI5OG3QZST5PLJ1' where id=9; -update noar tt set b0='YVETNAS0YLVN4L' where id=9; -update noar ti set b0='YVETNAS0YLVN4L' where id=9; -update noar tt set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9; -update noar ti set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9; -update noar tt set b1='C2X17SJLT7HU' where id=9; -update noar ti set b1='C2X17SJLT7HU' where id=9; -update noar tt set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9; -update noar ti set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9; -update noar tt set b2='WQ82OA3HKPQ' where id=9; -update noar ti set b2='WQ82OA3HKPQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D' where id=1; -update noar ti set v0='D' where id=1; -update noar tt set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1; -update noar ti set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1; -update noar tt set v0='AW6Z46H0P198' where id=1; -update noar ti set v0='AW6Z46H0P198' where id=1; -update noar tt set b1='ETFCJ7AA5HOCYE52I' where id=1; -update noar ti set b1='ETFCJ7AA5HOCYE52I' where id=1; -update noar tt set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1; -update noar ti set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1; -update noar tt set b2='JBB9Z8GP3' where id=1; -update noar ti set b2='JBB9Z8GP3' where id=1; -update noar tt set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2; -update noar ti set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2; -update noar tt set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2; -update noar ti set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2; -update noar tt set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2; -update noar ti set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2; -update noar tt set b1='B6761NAON656YVHC6O' where id=2; -update noar ti set b1='B6761NAON656YVHC6O' where id=2; -update noar tt set v0='OAV7PK4WJHBZ6R26OI3' where id=2; -update noar ti set v0='OAV7PK4WJHBZ6R26OI3' where id=2; -update noar tt set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2; -update noar ti set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2; -update noar tt set v0='HCQ219NF' where id=3; -update noar ti set v0='HCQ219NF' where id=3; -update noar tt set b0='UBRUADST4RK2LJ13DOM' where id=3; -update noar ti set b0='UBRUADST4RK2LJ13DOM' where id=3; -update noar tt set v0='OXNAXWTO265GWA8BJUIJ' where id=3; -update noar ti set v0='OXNAXWTO265GWA8BJUIJ' where id=3; -update noar tt set b1='P4U' where id=3; -update noar ti set b1='P4U' where id=3; -update noar tt set v0='6QF79F5WZ8AHZ' where id=3; -update noar ti set v0='6QF79F5WZ8AHZ' where id=3; -update noar tt set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3; -update noar ti set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3; -update noar tt set v0='VYM' where id=4; -update noar ti set v0='VYM' where id=4; -update noar tt set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4; -update noar ti set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4; -update noar tt set v0='DCS57LEP3UIEMOVFC' where id=4; -update noar ti set v0='DCS57LEP3UIEMOVFC' where id=4; -update noar tt set b1='OGYTT997DPGUZQT1OY6XL' where id=4; -update noar ti set b1='OGYTT997DPGUZQT1OY6XL' where id=4; -update noar tt set v0='M' where id=4; -update noar ti set v0='M' where id=4; -update noar tt set b2='GF5RWQ0KSTH44RR' where id=4; -update noar ti set b2='GF5RWQ0KSTH44RR' where id=4; -update noar tt set v0='LE8URYJKP7NC56' where id=5; -update noar ti set v0='LE8URYJKP7NC56' where id=5; -update noar tt set b0='YI7NRJRK8V' where id=5; -update noar ti set b0='YI7NRJRK8V' where id=5; -update noar tt set v0='XW11Z6E77V1R7RIJWML' where id=5; -update noar ti set v0='XW11Z6E77V1R7RIJWML' where id=5; -update noar tt set b1='6ZTLENBCF' where id=5; -update noar ti set b1='6ZTLENBCF' where id=5; -update noar tt set v0='A3ZLJ4J' where id=5; -update noar ti set v0='A3ZLJ4J' where id=5; -update noar tt set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5; -update noar ti set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5; -update noar tt set v0='MZXPRNYAM' where id=6; -update noar ti set v0='MZXPRNYAM' where id=6; -update noar tt set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6; -update noar ti set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6; -update noar tt set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6; -update noar ti set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6; -update noar tt set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6; -update noar ti set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6; -update noar tt set v0='8K7A6Z' where id=6; -update noar ti set v0='8K7A6Z' where id=6; -update noar tt set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6; -update noar ti set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6; -update noar tt set v0='TR66X8K1JPP3' where id=7; -update noar ti set v0='TR66X8K1JPP3' where id=7; -update noar tt set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7; -update noar ti set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7; -update noar tt set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7; -update noar ti set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7; -update noar tt set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7; -update noar ti set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7; -update noar tt set v0='5HDGHD8MFR72KK6G028' where id=7; -update noar ti set v0='5HDGHD8MFR72KK6G028' where id=7; -update noar tt set b2='5ZM649Z9S8' where id=7; -update noar ti set b2='5ZM649Z9S8' where id=7; -update noar tt set v0='M4K0GMFGLBAZ5OOS6J' where id=8; -update noar ti set v0='M4K0GMFGLBAZ5OOS6J' where id=8; -update noar tt set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8; -update noar ti set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8; -update noar tt set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8; -update noar ti set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8; -update noar tt set b1='IQJX8QANJ1H9' where id=8; -update noar ti set b1='IQJX8QANJ1H9' where id=8; -update noar tt set v0='C9GJO4' where id=8; -update noar ti set v0='C9GJO4' where id=8; -update noar tt set b2='4AX5OPKC49' where id=8; -update noar ti set b2='4AX5OPKC49' where id=8; -update noar tt set v0='99BDP3OBII5T3OZVU' where id=9; -update noar ti set v0='99BDP3OBII5T3OZVU' where id=9; -update noar tt set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9; -update noar ti set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9; -update noar tt set v0='44' where id=9; -update noar ti set v0='44' where id=9; -update noar tt set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9; -update noar ti set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9; -update noar tt set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9; -update noar ti set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9; -update noar tt set b2='XNGO2U59AQ' where id=9; -update noar ti set b2='XNGO2U59AQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KL3YO1N1ZIG' where id=1; -update noar ti set v0='KL3YO1N1ZIG' where id=1; -update noar tt set b0='2JLUN' where id=1; -update noar ti set b0='2JLUN' where id=1; -update noar tt set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1; -update noar ti set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1; -update noar tt set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1; -update noar ti set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1; -update noar tt set v0='6PV' where id=1; -update noar ti set v0='6PV' where id=1; -update noar tt set b2='SHIH' where id=1; -update noar ti set b2='SHIH' where id=1; -update noar tt set v0='UX0AKB9HO385YILPHB' where id=2; -update noar ti set v0='UX0AKB9HO385YILPHB' where id=2; -update noar tt set b0='L35E5O4P' where id=2; -update noar ti set b0='L35E5O4P' where id=2; -update noar tt set v0='O3SCDNVFMKI4NKU' where id=2; -update noar ti set v0='O3SCDNVFMKI4NKU' where id=2; -update noar tt set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2; -update noar ti set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2; -update noar tt set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2; -update noar ti set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2; -update noar tt set b2='DUNPH7ZD6880UZHNY0U' where id=2; -update noar ti set b2='DUNPH7ZD6880UZHNY0U' where id=2; -update noar tt set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3; -update noar ti set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3; -update noar tt set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3; -update noar ti set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3; -update noar tt set v0='M286S' where id=3; -update noar ti set v0='M286S' where id=3; -update noar tt set b1='BHT55J' where id=3; -update noar ti set b1='BHT55J' where id=3; -update noar tt set v0='Y2NAB5C' where id=3; -update noar ti set v0='Y2NAB5C' where id=3; -update noar tt set b2='ZJR5557' where id=3; -update noar ti set b2='ZJR5557' where id=3; -update noar tt set v0='E2OYNB' where id=4; -update noar ti set v0='E2OYNB' where id=4; -update noar tt set b0='G4220ULH36UNWDY1MDEMK8L' where id=4; -update noar ti set b0='G4220ULH36UNWDY1MDEMK8L' where id=4; -update noar tt set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4; -update noar ti set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4; -update noar tt set b1='Y25FSLX3314E6SY3R' where id=4; -update noar ti set b1='Y25FSLX3314E6SY3R' where id=4; -update noar tt set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4; -update noar ti set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4; -update noar tt set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4; -update noar ti set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4; -update noar tt set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5; -update noar ti set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5; -update noar tt set b0='S7' where id=5; -update noar ti set b0='S7' where id=5; -update noar tt set v0='1SPC2LGO3IEPTN4X1YI' where id=5; -update noar ti set v0='1SPC2LGO3IEPTN4X1YI' where id=5; -update noar tt set b1='TV6NUIUR5' where id=5; -update noar ti set b1='TV6NUIUR5' where id=5; -update noar tt set v0='RR' where id=5; -update noar ti set v0='RR' where id=5; -update noar tt set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5; -update noar ti set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5; -update noar tt set v0='ULKBH' where id=6; -update noar ti set v0='ULKBH' where id=6; -update noar tt set b0='QYPSDLGTDN1792AW4KI' where id=6; -update noar ti set b0='QYPSDLGTDN1792AW4KI' where id=6; -update noar tt set v0='EPUTN0MBMOSE5L0W7' where id=6; -update noar ti set v0='EPUTN0MBMOSE5L0W7' where id=6; -update noar tt set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6; -update noar ti set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6; -update noar tt set v0='G' where id=6; -update noar ti set v0='G' where id=6; -update noar tt set b2='4V3FFDJV' where id=6; -update noar ti set b2='4V3FFDJV' where id=6; -update noar tt set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7; -update noar ti set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7; -update noar tt set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7; -update noar ti set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7; -update noar tt set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7; -update noar ti set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7; -update noar tt set b1='T80Y46G3VSTA7GPPYR8G3' where id=7; -update noar ti set b1='T80Y46G3VSTA7GPPYR8G3' where id=7; -update noar tt set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7; -update noar ti set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7; -update noar tt set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7; -update noar ti set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7; -update noar tt set v0='EQWPI8XDYUX79AD' where id=8; -update noar ti set v0='EQWPI8XDYUX79AD' where id=8; -update noar tt set b0='I06RMXEW9' where id=8; -update noar ti set b0='I06RMXEW9' where id=8; -update noar tt set v0='4RESBJ43DAG' where id=8; -update noar ti set v0='4RESBJ43DAG' where id=8; -update noar tt set b1='BYR3RVM' where id=8; -update noar ti set b1='BYR3RVM' where id=8; -update noar tt set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8; -update noar ti set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8; -update noar tt set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8; -update noar ti set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8; -update noar tt set v0='HS4UMZG' where id=9; -update noar ti set v0='HS4UMZG' where id=9; -update noar tt set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9; -update noar ti set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9; -update noar tt set v0='S3QWNGYYJWS8PBM5P7' where id=9; -update noar ti set v0='S3QWNGYYJWS8PBM5P7' where id=9; -update noar tt set b1='4CPY' where id=9; -update noar ti set b1='4CPY' where id=9; -update noar tt set v0='ES0I93G8AJOV' where id=9; -update noar ti set v0='ES0I93G8AJOV' where id=9; -update noar tt set b2='I9BSPXBO7WRR25B' where id=9; -update noar ti set b2='I9BSPXBO7WRR25B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WT' where id=1; -update noar ti set v0='WT' where id=1; -update noar tt set b0='JP' where id=1; -update noar ti set b0='JP' where id=1; -update noar tt set v0='TZ8073I46IRKQX847' where id=1; -update noar ti set v0='TZ8073I46IRKQX847' where id=1; -update noar tt set b1='IX7KGDN' where id=1; -update noar ti set b1='IX7KGDN' where id=1; -update noar tt set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1; -update noar ti set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1; -update noar tt set b2='I7U94RRN' where id=1; -update noar ti set b2='I7U94RRN' where id=1; -update noar tt set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2; -update noar ti set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2; -update noar tt set b0='LV' where id=2; -update noar ti set b0='LV' where id=2; -update noar tt set v0='9F57SC1ULXMC' where id=2; -update noar ti set v0='9F57SC1ULXMC' where id=2; -update noar tt set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2; -update noar ti set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2; -update noar tt set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2; -update noar ti set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2; -update noar tt set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2; -update noar ti set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2; -update noar tt set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3; -update noar ti set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3; -update noar tt set b0='B' where id=3; -update noar ti set b0='B' where id=3; -update noar tt set v0='JJE2S04VWOVOE' where id=3; -update noar ti set v0='JJE2S04VWOVOE' where id=3; -update noar tt set b1='5SY9B2P0T' where id=3; -update noar ti set b1='5SY9B2P0T' where id=3; -update noar tt set v0='O2JS9DT385D04WC' where id=3; -update noar ti set v0='O2JS9DT385D04WC' where id=3; -update noar tt set b2='7S390ARWXAAFCGZK' where id=3; -update noar ti set b2='7S390ARWXAAFCGZK' where id=3; -update noar tt set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4; -update noar ti set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4; -update noar tt set b0='OXSXD9AWR9FDB2UBAIZ' where id=4; -update noar ti set b0='OXSXD9AWR9FDB2UBAIZ' where id=4; -update noar tt set v0='6VYZ6' where id=4; -update noar ti set v0='6VYZ6' where id=4; -update noar tt set b1='IYECCXG7TC' where id=4; -update noar ti set b1='IYECCXG7TC' where id=4; -update noar tt set v0='AN6' where id=4; -update noar ti set v0='AN6' where id=4; -update noar tt set b2='4JQN5DRS' where id=4; -update noar ti set b2='4JQN5DRS' where id=4; -update noar tt set v0='UWSA' where id=5; -update noar ti set v0='UWSA' where id=5; -update noar tt set b0='9KILI0UVNRRPAREKHDYVD6' where id=5; -update noar ti set b0='9KILI0UVNRRPAREKHDYVD6' where id=5; -update noar tt set v0='PYNXUMVK3A5Z' where id=5; -update noar ti set v0='PYNXUMVK3A5Z' where id=5; -update noar tt set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5; -update noar ti set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5; -update noar tt set v0='5Y' where id=5; -update noar ti set v0='5Y' where id=5; -update noar tt set b2='F4JD5RT9NNO7OBKS0M' where id=5; -update noar ti set b2='F4JD5RT9NNO7OBKS0M' where id=5; -update noar tt set v0='GC5ZK3DMH8E' where id=6; -update noar ti set v0='GC5ZK3DMH8E' where id=6; -update noar tt set b0='AKY' where id=6; -update noar ti set b0='AKY' where id=6; -update noar tt set v0='0MNL29FU9DZ1' where id=6; -update noar ti set v0='0MNL29FU9DZ1' where id=6; -update noar tt set b1='VK961N' where id=6; -update noar ti set b1='VK961N' where id=6; -update noar tt set v0='TYOH7NUCM6' where id=6; -update noar ti set v0='TYOH7NUCM6' where id=6; -update noar tt set b2='6ZNCDT3NT22B' where id=6; -update noar ti set b2='6ZNCDT3NT22B' where id=6; -update noar tt set v0='C0K73UQ9UCL231S' where id=7; -update noar ti set v0='C0K73UQ9UCL231S' where id=7; -update noar tt set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7; -update noar ti set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7; -update noar tt set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7; -update noar ti set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7; -update noar tt set b1='D1BVSN2Q' where id=7; -update noar ti set b1='D1BVSN2Q' where id=7; -update noar tt set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7; -update noar ti set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7; -update noar tt set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7; -update noar ti set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7; -update noar tt set v0='FGLNOA2PJGKVKU' where id=8; -update noar ti set v0='FGLNOA2PJGKVKU' where id=8; -update noar tt set b0='MCP48L29E4S768QWKGQ0FN' where id=8; -update noar ti set b0='MCP48L29E4S768QWKGQ0FN' where id=8; -update noar tt set v0='HVS' where id=8; -update noar ti set v0='HVS' where id=8; -update noar tt set b1='Z' where id=8; -update noar ti set b1='Z' where id=8; -update noar tt set v0='P4QO024KWVI2' where id=8; -update noar ti set v0='P4QO024KWVI2' where id=8; -update noar tt set b2='3O06FEX8W0' where id=8; -update noar ti set b2='3O06FEX8W0' where id=8; -update noar tt set v0='94TS3PDXY4EZUIHSPDXEO' where id=9; -update noar ti set v0='94TS3PDXY4EZUIHSPDXEO' where id=9; -update noar tt set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9; -update noar ti set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9; -update noar tt set v0='DZYNBUMYRDB92' where id=9; -update noar ti set v0='DZYNBUMYRDB92' where id=9; -update noar tt set b1='56F3NYVB1KO3S1S8J' where id=9; -update noar ti set b1='56F3NYVB1KO3S1S8J' where id=9; -update noar tt set v0='N' where id=9; -update noar ti set v0='N' where id=9; -update noar tt set b2='NH0EC2J043WJ' where id=9; -update noar ti set b2='NH0EC2J043WJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1; -update noar ti set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1; -update noar tt set b0='SCMPC3RFIN' where id=1; -update noar ti set b0='SCMPC3RFIN' where id=1; -update noar tt set v0='BUZHWG' where id=1; -update noar ti set v0='BUZHWG' where id=1; -update noar tt set b1='NUHFXWKN6BVDA' where id=1; -update noar ti set b1='NUHFXWKN6BVDA' where id=1; -update noar tt set v0='RFFKPUHD' where id=1; -update noar ti set v0='RFFKPUHD' where id=1; -update noar tt set b2='49CHTO1' where id=1; -update noar ti set b2='49CHTO1' where id=1; -update noar tt set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2; -update noar ti set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2; -update noar tt set b0='AC9MZ8CSKAMGL2J99PWL' where id=2; -update noar ti set b0='AC9MZ8CSKAMGL2J99PWL' where id=2; -update noar tt set v0='ML0Q3UG029LU9L40ZTL' where id=2; -update noar ti set v0='ML0Q3UG029LU9L40ZTL' where id=2; -update noar tt set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2; -update noar ti set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2; -update noar tt set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2; -update noar ti set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2; -update noar tt set b2='UJH' where id=2; -update noar ti set b2='UJH' where id=2; -update noar tt set v0='SD4WXO0I1' where id=3; -update noar ti set v0='SD4WXO0I1' where id=3; -update noar tt set b0='MS9UM3ZEU70P' where id=3; -update noar ti set b0='MS9UM3ZEU70P' where id=3; -update noar tt set v0='NE8X6T1MN7AZH8A' where id=3; -update noar ti set v0='NE8X6T1MN7AZH8A' where id=3; -update noar tt set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3; -update noar ti set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3; -update noar tt set v0='MB9KVPLXIVAYLZGJU' where id=3; -update noar ti set v0='MB9KVPLXIVAYLZGJU' where id=3; -update noar tt set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3; -update noar ti set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3; -update noar tt set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4; -update noar ti set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4; -update noar tt set b0='SIV3XFSJUI' where id=4; -update noar ti set b0='SIV3XFSJUI' where id=4; -update noar tt set v0='F8R8M33TQG' where id=4; -update noar ti set v0='F8R8M33TQG' where id=4; -update noar tt set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4; -update noar ti set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4; -update noar tt set v0='8JLY' where id=4; -update noar ti set v0='8JLY' where id=4; -update noar tt set b2='H6B38DN6HR2RT' where id=4; -update noar ti set b2='H6B38DN6HR2RT' where id=4; -update noar tt set v0='GCDUN8D' where id=5; -update noar ti set v0='GCDUN8D' where id=5; -update noar tt set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5; -update noar ti set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5; -update noar tt set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5; -update noar ti set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5; -update noar tt set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5; -update noar ti set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5; -update noar tt set v0='LHUD7F27RPNVCE2F' where id=5; -update noar ti set v0='LHUD7F27RPNVCE2F' where id=5; -update noar tt set b2='G6RFP' where id=5; -update noar ti set b2='G6RFP' where id=5; -update noar tt set v0='BVHKJDC8K7LPWKMA1L6' where id=6; -update noar ti set v0='BVHKJDC8K7LPWKMA1L6' where id=6; -update noar tt set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6; -update noar ti set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6; -update noar tt set v0='Q9TG4R' where id=6; -update noar ti set v0='Q9TG4R' where id=6; -update noar tt set b1='YNFW56I7A6FFPU6V3UV60' where id=6; -update noar ti set b1='YNFW56I7A6FFPU6V3UV60' where id=6; -update noar tt set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6; -update noar ti set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6; -update noar tt set b2='VSBKTIKOQW6ED6L74TQ' where id=6; -update noar ti set b2='VSBKTIKOQW6ED6L74TQ' where id=6; -update noar tt set v0='GX836WVXXX' where id=7; -update noar ti set v0='GX836WVXXX' where id=7; -update noar tt set b0='XSCO2IYDICMK8' where id=7; -update noar ti set b0='XSCO2IYDICMK8' where id=7; -update noar tt set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7; -update noar ti set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7; -update noar tt set b1='6RRAGG1D5R2' where id=7; -update noar ti set b1='6RRAGG1D5R2' where id=7; -update noar tt set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7; -update noar ti set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7; -update noar tt set b2='A5M' where id=7; -update noar ti set b2='A5M' where id=7; -update noar tt set v0='N9HQLQHG7G' where id=8; -update noar ti set v0='N9HQLQHG7G' where id=8; -update noar tt set b0='SMVX6JV' where id=8; -update noar ti set b0='SMVX6JV' where id=8; -update noar tt set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8; -update noar ti set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8; -update noar tt set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8; -update noar ti set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8; -update noar tt set v0='E0LP4PINUA' where id=8; -update noar ti set v0='E0LP4PINUA' where id=8; -update noar tt set b2='5D3DQB' where id=8; -update noar ti set b2='5D3DQB' where id=8; -update noar tt set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9; -update noar ti set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9; -update noar tt set b0='C4JKAQ952V' where id=9; -update noar ti set b0='C4JKAQ952V' where id=9; -update noar tt set v0='FLNGUF6XVIA3RVUEAW' where id=9; -update noar ti set v0='FLNGUF6XVIA3RVUEAW' where id=9; -update noar tt set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9; -update noar ti set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9; -update noar tt set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9; -update noar ti set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9; -update noar tt set b2='HH9JTXQJ1KT' where id=9; -update noar ti set b2='HH9JTXQJ1KT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0SHED8Q2' where id=1; -update noar ti set v0='0SHED8Q2' where id=1; -update noar tt set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1; -update noar ti set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1; -update noar tt set v0='2S08FHJADCFP4FC2DXFX' where id=1; -update noar ti set v0='2S08FHJADCFP4FC2DXFX' where id=1; -update noar tt set b1='OWKAKK8HV' where id=1; -update noar ti set b1='OWKAKK8HV' where id=1; -update noar tt set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1; -update noar ti set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1; -update noar tt set b2='S9HU1MV362YOIP1WSL8' where id=1; -update noar ti set b2='S9HU1MV362YOIP1WSL8' where id=1; -update noar tt set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2; -update noar ti set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2; -update noar tt set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2; -update noar ti set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2; -update noar tt set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2; -update noar ti set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2; -update noar tt set b1='QQG2X9BS5U7B2UHP' where id=2; -update noar ti set b1='QQG2X9BS5U7B2UHP' where id=2; -update noar tt set v0='JTK8Y8HRE2VKL5XJT' where id=2; -update noar ti set v0='JTK8Y8HRE2VKL5XJT' where id=2; -update noar tt set b2='FTXOS5MA4N950PQCE3WDXS' where id=2; -update noar ti set b2='FTXOS5MA4N950PQCE3WDXS' where id=2; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3; -update noar ti set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3; -update noar tt set v0='HCT' where id=3; -update noar ti set v0='HCT' where id=3; -update noar tt set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3; -update noar ti set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3; -update noar tt set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3; -update noar ti set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3; -update noar tt set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3; -update noar ti set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3; -update noar tt set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4; -update noar ti set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4; -update noar tt set b0='MPVQLAC' where id=4; -update noar ti set b0='MPVQLAC' where id=4; -update noar tt set v0='KF7Q0TOHR6G' where id=4; -update noar ti set v0='KF7Q0TOHR6G' where id=4; -update noar tt set b1='KAU1TDA1' where id=4; -update noar ti set b1='KAU1TDA1' where id=4; -update noar tt set v0='EUA3' where id=4; -update noar ti set v0='EUA3' where id=4; -update noar tt set b2='XO8J8Q8EWE' where id=4; -update noar ti set b2='XO8J8Q8EWE' where id=4; -update noar tt set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5; -update noar ti set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5; -update noar tt set b0='L5TOIR4' where id=5; -update noar ti set b0='L5TOIR4' where id=5; -update noar tt set v0='0V58BZCZ15P40UM4DW' where id=5; -update noar ti set v0='0V58BZCZ15P40UM4DW' where id=5; -update noar tt set b1='OFEVXHM' where id=5; -update noar ti set b1='OFEVXHM' where id=5; -update noar tt set v0='8PFDBMH1R7WD' where id=5; -update noar ti set v0='8PFDBMH1R7WD' where id=5; -update noar tt set b2='3MAE1ESH817' where id=5; -update noar ti set b2='3MAE1ESH817' where id=5; -update noar tt set v0='TEIIUST2W8TZ' where id=6; -update noar ti set v0='TEIIUST2W8TZ' where id=6; -update noar tt set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6; -update noar ti set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6; -update noar tt set v0='5W8WR1S3CS4DQ4C7VC' where id=6; -update noar ti set v0='5W8WR1S3CS4DQ4C7VC' where id=6; -update noar tt set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6; -update noar ti set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6; -update noar tt set v0='RNLIR1PGJ' where id=6; -update noar ti set v0='RNLIR1PGJ' where id=6; -update noar tt set b2='988MEBR8CITAAJW' where id=6; -update noar ti set b2='988MEBR8CITAAJW' where id=6; -update noar tt set v0='U9' where id=7; -update noar ti set v0='U9' where id=7; -update noar tt set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7; -update noar ti set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7; -update noar tt set v0='8RV3QRZQHMFRXBKKXRK' where id=7; -update noar ti set v0='8RV3QRZQHMFRXBKKXRK' where id=7; -update noar tt set b1='BFQ0AAX' where id=7; -update noar ti set b1='BFQ0AAX' where id=7; -update noar tt set v0='S' where id=7; -update noar ti set v0='S' where id=7; -update noar tt set b2='0DIX9RF0PW0BQKNFD' where id=7; -update noar ti set b2='0DIX9RF0PW0BQKNFD' where id=7; -update noar tt set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8; -update noar ti set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8; -update noar tt set b0='0JQHEA56NXMG' where id=8; -update noar ti set b0='0JQHEA56NXMG' where id=8; -update noar tt set v0='L7PGKHNKASTLAH' where id=8; -update noar ti set v0='L7PGKHNKASTLAH' where id=8; -update noar tt set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8; -update noar ti set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8; -update noar tt set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8; -update noar ti set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8; -update noar tt set b2='R9X1' where id=8; -update noar ti set b2='R9X1' where id=8; -update noar tt set v0='KL3' where id=9; -update noar ti set v0='KL3' where id=9; -update noar tt set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9; -update noar ti set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9; -update noar tt set v0='F1B' where id=9; -update noar ti set v0='F1B' where id=9; -update noar tt set b1='Q8' where id=9; -update noar ti set b1='Q8' where id=9; -update noar tt set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9; -update noar ti set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9; -update noar tt set b2='83XQR3O437RY5' where id=9; -update noar ti set b2='83XQR3O437RY5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 tinyblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DJ1MXSKXM' where id=1; -update noar ti set v0='DJ1MXSKXM' where id=1; -update noar tt set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1; -update noar ti set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1; -update noar tt set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1; -update noar ti set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1; -update noar tt set b1='RQU8MD2WPZWZ0UC' where id=1; -update noar ti set b1='RQU8MD2WPZWZ0UC' where id=1; -update noar tt set v0='1EXESFMDG5BT' where id=1; -update noar ti set v0='1EXESFMDG5BT' where id=1; -update noar tt set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1; -update noar ti set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1; -update noar tt set v0='5Q0N3JQVUVOADI' where id=2; -update noar ti set v0='5Q0N3JQVUVOADI' where id=2; -update noar tt set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2; -update noar ti set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2; -update noar tt set v0='HZZB2G5XVBXDL65O' where id=2; -update noar ti set v0='HZZB2G5XVBXDL65O' where id=2; -update noar tt set b1='L9T7HXAT3EHODS8' where id=2; -update noar ti set b1='L9T7HXAT3EHODS8' where id=2; -update noar tt set v0='DU9DXS' where id=2; -update noar ti set v0='DU9DXS' where id=2; -update noar tt set b2='2CXIEKMTJ0XSC' where id=2; -update noar ti set b2='2CXIEKMTJ0XSC' where id=2; -update noar tt set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3; -update noar ti set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3; -update noar tt set b0='IWEJS2CBWDD1P6HC1P3' where id=3; -update noar ti set b0='IWEJS2CBWDD1P6HC1P3' where id=3; -update noar tt set v0='NJNDZYGN94MOM31' where id=3; -update noar ti set v0='NJNDZYGN94MOM31' where id=3; -update noar tt set b1='FOS' where id=3; -update noar ti set b1='FOS' where id=3; -update noar tt set v0='S81S' where id=3; -update noar ti set v0='S81S' where id=3; -update noar tt set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3; -update noar ti set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3; -update noar tt set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4; -update noar ti set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4; -update noar tt set b0='2SFJ7' where id=4; -update noar ti set b0='2SFJ7' where id=4; -update noar tt set v0='RBMCGI9VC1' where id=4; -update noar ti set v0='RBMCGI9VC1' where id=4; -update noar tt set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4; -update noar ti set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4; -update noar tt set v0='9L41QS' where id=4; -update noar ti set v0='9L41QS' where id=4; -update noar tt set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4; -update noar ti set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4; -update noar tt set v0='S2EKIR5I4MQV682' where id=5; -update noar ti set v0='S2EKIR5I4MQV682' where id=5; -update noar tt set b0='H2ZX7RT' where id=5; -update noar ti set b0='H2ZX7RT' where id=5; -update noar tt set v0='EZT' where id=5; -update noar ti set v0='EZT' where id=5; -update noar tt set b1='B17GX0FPOPJY3W5HFROX' where id=5; -update noar ti set b1='B17GX0FPOPJY3W5HFROX' where id=5; -update noar tt set v0='7P961' where id=5; -update noar ti set v0='7P961' where id=5; -update noar tt set b2='CTE' where id=5; -update noar ti set b2='CTE' where id=5; -update noar tt set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6; -update noar ti set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6; -update noar tt set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6; -update noar ti set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6; -update noar tt set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6; -update noar ti set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6; -update noar tt set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6; -update noar ti set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6; -update noar tt set v0='X' where id=6; -update noar ti set v0='X' where id=6; -update noar tt set b2='ENHUSCOXDL4T4GBD37' where id=6; -update noar ti set b2='ENHUSCOXDL4T4GBD37' where id=6; -update noar tt set v0='PBXRJ8C76OJ' where id=7; -update noar ti set v0='PBXRJ8C76OJ' where id=7; -update noar tt set b0='JBY8M983' where id=7; -update noar ti set b0='JBY8M983' where id=7; -update noar tt set v0='3H3LZPGFW3QALWN' where id=7; -update noar ti set v0='3H3LZPGFW3QALWN' where id=7; -update noar tt set b1='RLNZR7MXBHOH3QRIBT' where id=7; -update noar ti set b1='RLNZR7MXBHOH3QRIBT' where id=7; -update noar tt set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7; -update noar ti set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7; -update noar tt set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7; -update noar ti set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7; -update noar tt set v0='573' where id=8; -update noar ti set v0='573' where id=8; -update noar tt set b0='H2GPG4MINPW5OX6J619E' where id=8; -update noar ti set b0='H2GPG4MINPW5OX6J619E' where id=8; -update noar tt set v0='T77M' where id=8; -update noar ti set v0='T77M' where id=8; -update noar tt set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8; -update noar ti set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8; -update noar tt set v0='E6QN6A2QCK' where id=8; -update noar ti set v0='E6QN6A2QCK' where id=8; -update noar tt set b2='GSW0VPZZ3SDLLIY7YD' where id=8; -update noar ti set b2='GSW0VPZZ3SDLLIY7YD' where id=8; -update noar tt set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9; -update noar ti set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9; -update noar tt set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9; -update noar ti set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9; -update noar tt set v0='NDV' where id=9; -update noar ti set v0='NDV' where id=9; -update noar tt set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9; -update noar ti set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9; -update noar tt set v0='ES5ZL7LJH9' where id=9; -update noar ti set v0='ES5ZL7LJH9' where id=9; -update noar tt set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9; -update noar ti set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 tinyblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R9XJ' where id=1; -update noar ti set v0='R9XJ' where id=1; -update noar tt set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1; -update noar ti set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1; -update noar tt set v0='KTH6250' where id=1; -update noar ti set v0='KTH6250' where id=1; -update noar tt set b1='H4X6OT3NHPBEMN61N93' where id=1; -update noar ti set b1='H4X6OT3NHPBEMN61N93' where id=1; -update noar tt set v0='7RJAX' where id=1; -update noar ti set v0='7RJAX' where id=1; -update noar tt set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1; -update noar ti set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1; -update noar tt set v0='582VBSGHKIYLXAWCGQ' where id=2; -update noar ti set v0='582VBSGHKIYLXAWCGQ' where id=2; -update noar tt set b0='DCOUYG' where id=2; -update noar ti set b0='DCOUYG' where id=2; -update noar tt set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2; -update noar ti set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2; -update noar tt set b1='CO4DJ0GL' where id=2; -update noar ti set b1='CO4DJ0GL' where id=2; -update noar tt set v0='WQMQHIB' where id=2; -update noar ti set v0='WQMQHIB' where id=2; -update noar tt set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2; -update noar ti set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2; -update noar tt set v0='NTIWNJ2BESJMS0EWO52Z' where id=3; -update noar ti set v0='NTIWNJ2BESJMS0EWO52Z' where id=3; -update noar tt set b0='WTVHFKBQ55OQKT' where id=3; -update noar ti set b0='WTVHFKBQ55OQKT' where id=3; -update noar tt set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3; -update noar ti set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3; -update noar tt set b1='DQM7LK92XMAPWEITZ7P' where id=3; -update noar ti set b1='DQM7LK92XMAPWEITZ7P' where id=3; -update noar tt set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3; -update noar ti set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3; -update noar tt set b2='O0A093X6CD3B' where id=3; -update noar ti set b2='O0A093X6CD3B' where id=3; -update noar tt set v0='6Y412YH5' where id=4; -update noar ti set v0='6Y412YH5' where id=4; -update noar tt set b0='OI5R' where id=4; -update noar ti set b0='OI5R' where id=4; -update noar tt set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4; -update noar ti set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4; -update noar tt set b1='KV3M8Z' where id=4; -update noar ti set b1='KV3M8Z' where id=4; -update noar tt set v0='MLMDVQTO8' where id=4; -update noar ti set v0='MLMDVQTO8' where id=4; -update noar tt set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4; -update noar ti set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4; -update noar tt set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5; -update noar ti set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5; -update noar tt set b0='NA' where id=5; -update noar ti set b0='NA' where id=5; -update noar tt set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5; -update noar ti set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5; -update noar tt set b1='H90T2S7XJ582TWIVRT' where id=5; -update noar ti set b1='H90T2S7XJ582TWIVRT' where id=5; -update noar tt set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5; -update noar ti set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5; -update noar tt set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5; -update noar ti set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5; -update noar tt set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6; -update noar ti set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6; -update noar tt set b0='NIA8K4T3D3SE4VI' where id=6; -update noar ti set b0='NIA8K4T3D3SE4VI' where id=6; -update noar tt set v0='3QND0CO15NPYM99' where id=6; -update noar ti set v0='3QND0CO15NPYM99' where id=6; -update noar tt set b1='IP' where id=6; -update noar ti set b1='IP' where id=6; -update noar tt set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6; -update noar ti set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6; -update noar tt set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6; -update noar ti set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6; -update noar tt set v0='0Y' where id=7; -update noar ti set v0='0Y' where id=7; -update noar tt set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7; -update noar ti set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7; -update noar tt set v0='FGKLRHEABY' where id=7; -update noar ti set v0='FGKLRHEABY' where id=7; -update noar tt set b1='ZP2IHOJ1' where id=7; -update noar ti set b1='ZP2IHOJ1' where id=7; -update noar tt set v0='NHW' where id=7; -update noar ti set v0='NHW' where id=7; -update noar tt set b2='PV13G6' where id=7; -update noar ti set b2='PV13G6' where id=7; -update noar tt set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8; -update noar ti set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8; -update noar tt set b0='2S2YNRSHG' where id=8; -update noar ti set b0='2S2YNRSHG' where id=8; -update noar tt set v0='TDED4Y6FQ3G' where id=8; -update noar ti set v0='TDED4Y6FQ3G' where id=8; -update noar tt set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8; -update noar ti set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8; -update noar tt set v0='M2I11JZJVBYA1A' where id=8; -update noar ti set v0='M2I11JZJVBYA1A' where id=8; -update noar tt set b2='BVX' where id=8; -update noar ti set b2='BVX' where id=8; -update noar tt set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9; -update noar ti set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9; -update noar tt set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9; -update noar ti set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9; -update noar tt set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9; -update noar ti set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9; -update noar tt set b1='5UR' where id=9; -update noar ti set b1='5UR' where id=9; -update noar tt set v0='JG' where id=9; -update noar ti set v0='JG' where id=9; -update noar tt set b2='W0HBGNHRNQ2Y1KGZ9' where id=9; -update noar ti set b2='W0HBGNHRNQ2Y1KGZ9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AIF91B8I' where id=1; -update noar ti set v0='AIF91B8I' where id=1; -update noar tt set b0='P2UWJAJ0UED' where id=1; -update noar ti set b0='P2UWJAJ0UED' where id=1; -update noar tt set v0='J6QQ9R' where id=1; -update noar ti set v0='J6QQ9R' where id=1; -update noar tt set b1='YBED' where id=1; -update noar ti set b1='YBED' where id=1; -update noar tt set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1; -update noar ti set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1; -update noar tt set b2='O5OV2' where id=1; -update noar ti set b2='O5OV2' where id=1; -update noar tt set v0='O1' where id=2; -update noar ti set v0='O1' where id=2; -update noar tt set b0='9U2S7WHR' where id=2; -update noar ti set b0='9U2S7WHR' where id=2; -update noar tt set v0='1FTCQ8GJA4RPYMS4OD4' where id=2; -update noar ti set v0='1FTCQ8GJA4RPYMS4OD4' where id=2; -update noar tt set b1='KJPEE7FZFBOP' where id=2; -update noar ti set b1='KJPEE7FZFBOP' where id=2; -update noar tt set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2; -update noar ti set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2; -update noar tt set b2='HGVBH7BM7JLHA26OPT1T' where id=2; -update noar ti set b2='HGVBH7BM7JLHA26OPT1T' where id=2; -update noar tt set v0='C22A6R7' where id=3; -update noar ti set v0='C22A6R7' where id=3; -update noar tt set b0='NUR511QMVKB5S06P94O' where id=3; -update noar ti set b0='NUR511QMVKB5S06P94O' where id=3; -update noar tt set v0='JHF01LEAU68T5E8ROL' where id=3; -update noar ti set v0='JHF01LEAU68T5E8ROL' where id=3; -update noar tt set b1='885KWQCUQAVBTJU' where id=3; -update noar ti set b1='885KWQCUQAVBTJU' where id=3; -update noar tt set v0='25YFTYUNIX16VC16' where id=3; -update noar ti set v0='25YFTYUNIX16VC16' where id=3; -update noar tt set b2='FKP' where id=3; -update noar ti set b2='FKP' where id=3; -update noar tt set v0='W5WF3UWG0QH8XE' where id=4; -update noar ti set v0='W5WF3UWG0QH8XE' where id=4; -update noar tt set b0='9ZXNEUHITKC5GV' where id=4; -update noar ti set b0='9ZXNEUHITKC5GV' where id=4; -update noar tt set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4; -update noar ti set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4; -update noar tt set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4; -update noar ti set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4; -update noar tt set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4; -update noar ti set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4; -update noar tt set b2='WYA3P4NWIZ3OCBD' where id=4; -update noar ti set b2='WYA3P4NWIZ3OCBD' where id=4; -update noar tt set v0='4K76' where id=5; -update noar ti set v0='4K76' where id=5; -update noar tt set b0='SPTB4PQKL4725I' where id=5; -update noar ti set b0='SPTB4PQKL4725I' where id=5; -update noar tt set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5; -update noar ti set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5; -update noar tt set b1='BYL' where id=5; -update noar ti set b1='BYL' where id=5; -update noar tt set v0='1FH05SBTE4GCF8' where id=5; -update noar ti set v0='1FH05SBTE4GCF8' where id=5; -update noar tt set b2='17TQK2XOQJ' where id=5; -update noar ti set b2='17TQK2XOQJ' where id=5; -update noar tt set v0='B0SU9OUYUBL74M2KW3' where id=6; -update noar ti set v0='B0SU9OUYUBL74M2KW3' where id=6; -update noar tt set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6; -update noar ti set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6; -update noar tt set v0='IJKJCI' where id=6; -update noar ti set v0='IJKJCI' where id=6; -update noar tt set b1='C' where id=6; -update noar ti set b1='C' where id=6; -update noar tt set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6; -update noar ti set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6; -update noar tt set b2='5H78U5R' where id=6; -update noar ti set b2='5H78U5R' where id=6; -update noar tt set v0='3YHAD0184TOSB' where id=7; -update noar ti set v0='3YHAD0184TOSB' where id=7; -update noar tt set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7; -update noar ti set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7; -update noar tt set v0='HXV8' where id=7; -update noar ti set v0='HXV8' where id=7; -update noar tt set b1='35TE6T343DPM3QKONCDW' where id=7; -update noar ti set b1='35TE6T343DPM3QKONCDW' where id=7; -update noar tt set v0='AX9QMIZZXIK3TC5E208I' where id=7; -update noar ti set v0='AX9QMIZZXIK3TC5E208I' where id=7; -update noar tt set b2='9TBNOLSB59ACW48L8S' where id=7; -update noar ti set b2='9TBNOLSB59ACW48L8S' where id=7; -update noar tt set v0='CTMXL39WHZ' where id=8; -update noar ti set v0='CTMXL39WHZ' where id=8; -update noar tt set b0='IW9AR7R473ZH6QTD2' where id=8; -update noar ti set b0='IW9AR7R473ZH6QTD2' where id=8; -update noar tt set v0='KY3JNL3GNN0G3T0' where id=8; -update noar ti set v0='KY3JNL3GNN0G3T0' where id=8; -update noar tt set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8; -update noar ti set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8; -update noar tt set v0='JPBW87M0Q0OVH8C51' where id=8; -update noar ti set v0='JPBW87M0Q0OVH8C51' where id=8; -update noar tt set b2='N857' where id=8; -update noar ti set b2='N857' where id=8; -update noar tt set v0='MGIK8JFIS' where id=9; -update noar ti set v0='MGIK8JFIS' where id=9; -update noar tt set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9; -update noar ti set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9; -update noar tt set v0='AHBTVPEJ' where id=9; -update noar ti set v0='AHBTVPEJ' where id=9; -update noar tt set b1='DI9SMHZZ02SZ' where id=9; -update noar ti set b1='DI9SMHZZ02SZ' where id=9; -update noar tt set v0='JB67SJHVA6LH' where id=9; -update noar ti set v0='JB67SJHVA6LH' where id=9; -update noar tt set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9; -update noar ti set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 tinyblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8MO6YNMF4G45RQTC3I' where id=1; -update noar ti set v0='8MO6YNMF4G45RQTC3I' where id=1; -update noar tt set b0='FI' where id=1; -update noar ti set b0='FI' where id=1; -update noar tt set v0='T81M35RVQ1S6AMW1IW' where id=1; -update noar ti set v0='T81M35RVQ1S6AMW1IW' where id=1; -update noar tt set b1='Z2H2H' where id=1; -update noar ti set b1='Z2H2H' where id=1; -update noar tt set v0='JK7Y5OACOH4P88F3' where id=1; -update noar ti set v0='JK7Y5OACOH4P88F3' where id=1; -update noar tt set b2='QVNMR' where id=1; -update noar ti set b2='QVNMR' where id=1; -update noar tt set v0='MAG6J0MKJG' where id=2; -update noar ti set v0='MAG6J0MKJG' where id=2; -update noar tt set b0='QSMS5EFAQD2BBM' where id=2; -update noar ti set b0='QSMS5EFAQD2BBM' where id=2; -update noar tt set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2; -update noar ti set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2; -update noar tt set b1='ABMFG5858RP' where id=2; -update noar ti set b1='ABMFG5858RP' where id=2; -update noar tt set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2; -update noar ti set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2; -update noar tt set b2='OTH01L' where id=2; -update noar ti set b2='OTH01L' where id=2; -update noar tt set v0='RIQFIC6CJ7OIAU56' where id=3; -update noar ti set v0='RIQFIC6CJ7OIAU56' where id=3; -update noar tt set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3; -update noar ti set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3; -update noar tt set v0='37PTZ47CJHT' where id=3; -update noar ti set v0='37PTZ47CJHT' where id=3; -update noar tt set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3; -update noar ti set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3; -update noar tt set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3; -update noar ti set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3; -update noar tt set b2='64B6J0D112DX0RC7M7' where id=3; -update noar ti set b2='64B6J0D112DX0RC7M7' where id=3; -update noar tt set v0='EOJHMGQD' where id=4; -update noar ti set v0='EOJHMGQD' where id=4; -update noar tt set b0='HP4OXIIEYBHMQW6C3JP' where id=4; -update noar ti set b0='HP4OXIIEYBHMQW6C3JP' where id=4; -update noar tt set v0='G513IT5' where id=4; -update noar ti set v0='G513IT5' where id=4; -update noar tt set b1='GNYDJF5RHXED4A9' where id=4; -update noar ti set b1='GNYDJF5RHXED4A9' where id=4; -update noar tt set v0='M8TQCFMZO' where id=4; -update noar ti set v0='M8TQCFMZO' where id=4; -update noar tt set b2='41A8EPTG' where id=4; -update noar ti set b2='41A8EPTG' where id=4; -update noar tt set v0='J6YEZ2JWQRKARZ' where id=5; -update noar ti set v0='J6YEZ2JWQRKARZ' where id=5; -update noar tt set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5; -update noar ti set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5; -update noar tt set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5; -update noar ti set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5; -update noar tt set b1='7X312CKU58' where id=5; -update noar ti set b1='7X312CKU58' where id=5; -update noar tt set v0='ZCMAZBL3BWYQDHS407' where id=5; -update noar ti set v0='ZCMAZBL3BWYQDHS407' where id=5; -update noar tt set b2='F3U' where id=5; -update noar ti set b2='F3U' where id=5; -update noar tt set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6; -update noar ti set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6; -update noar tt set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6; -update noar ti set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6; -update noar tt set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6; -update noar ti set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6; -update noar tt set b1='8HNU2OK9ZK7N0' where id=6; -update noar ti set b1='8HNU2OK9ZK7N0' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6; -update noar ti set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6; -update noar tt set v0='T0LUWPAJ397GQS6UH2DP' where id=7; -update noar ti set v0='T0LUWPAJ397GQS6UH2DP' where id=7; -update noar tt set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7; -update noar ti set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7; -update noar tt set v0='VYO6FN9XA' where id=7; -update noar ti set v0='VYO6FN9XA' where id=7; -update noar tt set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7; -update noar ti set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7; -update noar tt set v0='2BT' where id=7; -update noar ti set v0='2BT' where id=7; -update noar tt set b2='P78ZDR3UWGSLUMC' where id=7; -update noar ti set b2='P78ZDR3UWGSLUMC' where id=7; -update noar tt set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8; -update noar ti set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8; -update noar tt set b0='UQE' where id=8; -update noar ti set b0='UQE' where id=8; -update noar tt set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8; -update noar ti set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8; -update noar tt set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8; -update noar ti set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8; -update noar tt set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8; -update noar ti set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8; -update noar tt set b2='34' where id=8; -update noar ti set b2='34' where id=8; -update noar tt set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9; -update noar ti set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9; -update noar tt set b0='Y7FW3MVANGFM741' where id=9; -update noar ti set b0='Y7FW3MVANGFM741' where id=9; -update noar tt set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9; -update noar ti set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9; -update noar tt set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9; -update noar ti set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9; -update noar tt set v0='2YN5' where id=9; -update noar ti set v0='2YN5' where id=9; -update noar tt set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9; -update noar ti set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VB9VCSDEOZGB' where id=1; -update noar ti set v0='VB9VCSDEOZGB' where id=1; -update noar tt set b0='HL4UG894D7NH55JN' where id=1; -update noar ti set b0='HL4UG894D7NH55JN' where id=1; -update noar tt set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1; -update noar ti set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1; -update noar tt set b1='4LVOBI4A4' where id=1; -update noar ti set b1='4LVOBI4A4' where id=1; -update noar tt set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1; -update noar ti set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1; -update noar tt set b2='G38ET' where id=1; -update noar ti set b2='G38ET' where id=1; -update noar tt set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2; -update noar ti set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2; -update noar tt set b0='3THMOQ8R6GIAKDJV' where id=2; -update noar ti set b0='3THMOQ8R6GIAKDJV' where id=2; -update noar tt set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2; -update noar ti set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2; -update noar tt set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2; -update noar ti set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2; -update noar tt set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2; -update noar ti set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2; -update noar tt set b2='E06O5FLZYKJ' where id=2; -update noar ti set b2='E06O5FLZYKJ' where id=2; -update noar tt set v0='M3YZZ7OFQ0D8V20KSGH' where id=3; -update noar ti set v0='M3YZZ7OFQ0D8V20KSGH' where id=3; -update noar tt set b0='MF48EAYMLRJZN' where id=3; -update noar ti set b0='MF48EAYMLRJZN' where id=3; -update noar tt set v0='H9ZMA950T1G3VET3F' where id=3; -update noar ti set v0='H9ZMA950T1G3VET3F' where id=3; -update noar tt set b1='3E7290K9K' where id=3; -update noar ti set b1='3E7290K9K' where id=3; -update noar tt set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3; -update noar ti set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3; -update noar tt set b2='MXDII1D1GBA' where id=3; -update noar ti set b2='MXDII1D1GBA' where id=3; -update noar tt set v0='8CJ576M0H8QMH' where id=4; -update noar ti set v0='8CJ576M0H8QMH' where id=4; -update noar tt set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4; -update noar ti set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4; -update noar tt set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4; -update noar ti set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4; -update noar tt set b1='MP5UM38MPXK2STK' where id=4; -update noar ti set b1='MP5UM38MPXK2STK' where id=4; -update noar tt set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4; -update noar ti set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4; -update noar tt set b2='7IALJFG3XHVNL425L9' where id=4; -update noar ti set b2='7IALJFG3XHVNL425L9' where id=4; -update noar tt set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5; -update noar ti set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5; -update noar tt set b0='NUZ4W' where id=5; -update noar ti set b0='NUZ4W' where id=5; -update noar tt set v0='OZL5HGH' where id=5; -update noar ti set v0='OZL5HGH' where id=5; -update noar tt set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5; -update noar ti set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5; -update noar tt set v0='9E8VH1BSSJFRPCX' where id=5; -update noar ti set v0='9E8VH1BSSJFRPCX' where id=5; -update noar tt set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5; -update noar ti set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5; -update noar tt set v0='CFCTGV0XCINNS3' where id=6; -update noar ti set v0='CFCTGV0XCINNS3' where id=6; -update noar tt set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6; -update noar ti set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6; -update noar tt set v0='31RUMYEKQP8DP6' where id=6; -update noar ti set v0='31RUMYEKQP8DP6' where id=6; -update noar tt set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6; -update noar ti set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6; -update noar ti set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6; -update noar tt set v0='89' where id=7; -update noar ti set v0='89' where id=7; -update noar tt set b0='6PNIO8U5Z5D8HX8MRPY' where id=7; -update noar ti set b0='6PNIO8U5Z5D8HX8MRPY' where id=7; -update noar tt set v0='BEEKBP75ZV' where id=7; -update noar ti set v0='BEEKBP75ZV' where id=7; -update noar tt set b1='KX4KW7ITSMEUI' where id=7; -update noar ti set b1='KX4KW7ITSMEUI' where id=7; -update noar tt set v0='WPKG8AH0E1BC3' where id=7; -update noar ti set v0='WPKG8AH0E1BC3' where id=7; -update noar tt set b2='0ASK8I' where id=7; -update noar ti set b2='0ASK8I' where id=7; -update noar tt set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8; -update noar ti set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8; -update noar tt set b0='JK4YSH' where id=8; -update noar ti set b0='JK4YSH' where id=8; -update noar tt set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8; -update noar ti set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8; -update noar tt set b1='0CNHFOIMCSAH6N5WC76O' where id=8; -update noar ti set b1='0CNHFOIMCSAH6N5WC76O' where id=8; -update noar tt set v0='COGP2V' where id=8; -update noar ti set v0='COGP2V' where id=8; -update noar tt set b2='1LHL8D0R2' where id=8; -update noar ti set b2='1LHL8D0R2' where id=8; -update noar tt set v0='MG0QN6O9GXKC9U4' where id=9; -update noar ti set v0='MG0QN6O9GXKC9U4' where id=9; -update noar tt set b0='5HMOVA4IOM8KYC93FVVAK' where id=9; -update noar ti set b0='5HMOVA4IOM8KYC93FVVAK' where id=9; -update noar tt set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9; -update noar ti set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9; -update noar tt set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9; -update noar ti set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9; -update noar tt set v0='9NPY0F2CE90FDCXQ2' where id=9; -update noar ti set v0='9NPY0F2CE90FDCXQ2' where id=9; -update noar tt set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9; -update noar ti set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1; -update noar ti set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1; -update noar tt set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1; -update noar ti set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1; -update noar tt set v0='RJ79HCDNZ33RI542OQLT' where id=1; -update noar ti set v0='RJ79HCDNZ33RI542OQLT' where id=1; -update noar tt set b1='F7CB6G8WD' where id=1; -update noar ti set b1='F7CB6G8WD' where id=1; -update noar tt set v0='X' where id=1; -update noar ti set v0='X' where id=1; -update noar tt set b2='QI54OISB1OFCREUZJD' where id=1; -update noar ti set b2='QI54OISB1OFCREUZJD' where id=1; -update noar tt set v0='K0FGJY8S074MY' where id=2; -update noar ti set v0='K0FGJY8S074MY' where id=2; -update noar tt set b0='OVFHK' where id=2; -update noar ti set b0='OVFHK' where id=2; -update noar tt set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2; -update noar ti set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2; -update noar tt set b1='BHTNWKY' where id=2; -update noar ti set b1='BHTNWKY' where id=2; -update noar tt set v0='P6WCXP836TZUHPHWV' where id=2; -update noar ti set v0='P6WCXP836TZUHPHWV' where id=2; -update noar tt set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2; -update noar ti set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2; -update noar tt set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3; -update noar ti set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3; -update noar tt set b0='YMXTW' where id=3; -update noar ti set b0='YMXTW' where id=3; -update noar tt set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3; -update noar ti set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3; -update noar tt set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3; -update noar ti set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3; -update noar tt set v0='FEM' where id=3; -update noar ti set v0='FEM' where id=3; -update noar tt set b2='GUJLWW6Y1K2M9U8KD1' where id=3; -update noar ti set b2='GUJLWW6Y1K2M9U8KD1' where id=3; -update noar tt set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4; -update noar ti set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4; -update noar tt set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4; -update noar ti set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4; -update noar tt set v0='2HQFO2AMOW90SBSA75T2H4' where id=4; -update noar ti set v0='2HQFO2AMOW90SBSA75T2H4' where id=4; -update noar tt set b1='HOPQ5J' where id=4; -update noar ti set b1='HOPQ5J' where id=4; -update noar tt set v0='AUQML2Y' where id=4; -update noar ti set v0='AUQML2Y' where id=4; -update noar tt set b2='I' where id=4; -update noar ti set b2='I' where id=4; -update noar tt set v0='MXNQX2W' where id=5; -update noar ti set v0='MXNQX2W' where id=5; -update noar tt set b0='7BFBOVSRJC2H2IESLQUQF' where id=5; -update noar ti set b0='7BFBOVSRJC2H2IESLQUQF' where id=5; -update noar tt set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5; -update noar ti set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5; -update noar tt set b1='NHJ1G4V12GX044STM3NR' where id=5; -update noar ti set b1='NHJ1G4V12GX044STM3NR' where id=5; -update noar tt set v0='QJ' where id=5; -update noar ti set v0='QJ' where id=5; -update noar tt set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5; -update noar ti set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5; -update noar tt set v0='LP5D1W' where id=6; -update noar ti set v0='LP5D1W' where id=6; -update noar tt set b0='F9A3UQNPJOPUB4X2SF03' where id=6; -update noar ti set b0='F9A3UQNPJOPUB4X2SF03' where id=6; -update noar tt set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6; -update noar ti set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6; -update noar tt set b1='MO' where id=6; -update noar ti set b1='MO' where id=6; -update noar tt set v0='LVOCQCCATPTB' where id=6; -update noar ti set v0='LVOCQCCATPTB' where id=6; -update noar tt set b2='FN284L6E4YQ' where id=6; -update noar ti set b2='FN284L6E4YQ' where id=6; -update noar tt set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7; -update noar ti set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7; -update noar tt set b0='8GZX15BGW' where id=7; -update noar ti set b0='8GZX15BGW' where id=7; -update noar tt set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7; -update noar ti set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7; -update noar tt set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7; -update noar ti set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7; -update noar tt set v0='JZB9KBPXHQOXRB2PS6' where id=7; -update noar ti set v0='JZB9KBPXHQOXRB2PS6' where id=7; -update noar tt set b2='DCTT48' where id=7; -update noar ti set b2='DCTT48' where id=7; -update noar tt set v0='RN8BID43CASG' where id=8; -update noar ti set v0='RN8BID43CASG' where id=8; -update noar tt set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8; -update noar ti set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8; -update noar tt set v0='GAAJ2AG05OH2I3VY2O' where id=8; -update noar ti set v0='GAAJ2AG05OH2I3VY2O' where id=8; -update noar tt set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8; -update noar ti set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8; -update noar tt set v0='F8' where id=8; -update noar ti set v0='F8' where id=8; -update noar tt set b2='GT8TR3N' where id=8; -update noar ti set b2='GT8TR3N' where id=8; -update noar tt set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9; -update noar ti set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9; -update noar tt set b0='D0L0PLE7' where id=9; -update noar ti set b0='D0L0PLE7' where id=9; -update noar tt set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9; -update noar ti set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9; -update noar tt set b1='AY6JFAPQHA' where id=9; -update noar ti set b1='AY6JFAPQHA' where id=9; -update noar tt set v0='C9JJ1DHB8L7RGOGRVPI' where id=9; -update noar ti set v0='C9JJ1DHB8L7RGOGRVPI' where id=9; -update noar tt set b2='TZ55BT0S1DEX' where id=9; -update noar ti set b2='TZ55BT0S1DEX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SL185N' where id=1; -update noar ti set v0='SL185N' where id=1; -update noar tt set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1; -update noar ti set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1; -update noar tt set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1; -update noar ti set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1; -update noar tt set b1='7GG0CPT' where id=1; -update noar ti set b1='7GG0CPT' where id=1; -update noar tt set v0='5IQFVMNTQAVJTBSRNBV' where id=1; -update noar ti set v0='5IQFVMNTQAVJTBSRNBV' where id=1; -update noar tt set b2='SAY0VWC3AL' where id=1; -update noar ti set b2='SAY0VWC3AL' where id=1; -update noar tt set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2; -update noar ti set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2; -update noar tt set b0='00XKM63N1RRRMC' where id=2; -update noar ti set b0='00XKM63N1RRRMC' where id=2; -update noar tt set v0='MPYS06VCS5' where id=2; -update noar ti set v0='MPYS06VCS5' where id=2; -update noar tt set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2; -update noar ti set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2; -update noar tt set v0='Y1XOVQ' where id=2; -update noar ti set v0='Y1XOVQ' where id=2; -update noar tt set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2; -update noar ti set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2; -update noar tt set v0='0US' where id=3; -update noar ti set v0='0US' where id=3; -update noar tt set b0='ZRTQMXSF' where id=3; -update noar ti set b0='ZRTQMXSF' where id=3; -update noar tt set v0='J5H51AX' where id=3; -update noar ti set v0='J5H51AX' where id=3; -update noar tt set b1='0N8K2W2IP97NQHIQF' where id=3; -update noar ti set b1='0N8K2W2IP97NQHIQF' where id=3; -update noar tt set v0='8IZID2V8VF26J' where id=3; -update noar ti set v0='8IZID2V8VF26J' where id=3; -update noar tt set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3; -update noar ti set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3; -update noar tt set v0='HSLBG' where id=4; -update noar ti set v0='HSLBG' where id=4; -update noar tt set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4; -update noar ti set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4; -update noar tt set v0='JXHR8XFSSPNQPD' where id=4; -update noar ti set v0='JXHR8XFSSPNQPD' where id=4; -update noar tt set b1='DBG7QPTMRNNA4' where id=4; -update noar ti set b1='DBG7QPTMRNNA4' where id=4; -update noar tt set v0='E5' where id=4; -update noar ti set v0='E5' where id=4; -update noar tt set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4; -update noar ti set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4; -update noar tt set v0='ML4Z1G1JWP0DHEMPEPT' where id=5; -update noar ti set v0='ML4Z1G1JWP0DHEMPEPT' where id=5; -update noar tt set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5; -update noar ti set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5; -update noar tt set v0='R6B0QGILF1MS' where id=5; -update noar ti set v0='R6B0QGILF1MS' where id=5; -update noar tt set b1='AP2N5J' where id=5; -update noar ti set b1='AP2N5J' where id=5; -update noar tt set v0='7PXK20QHITD' where id=5; -update noar ti set v0='7PXK20QHITD' where id=5; -update noar tt set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5; -update noar ti set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5; -update noar tt set v0='VFAZLK2ER2PCRAV7' where id=6; -update noar ti set v0='VFAZLK2ER2PCRAV7' where id=6; -update noar tt set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6; -update noar ti set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6; -update noar tt set v0='11M7JAMV' where id=6; -update noar ti set v0='11M7JAMV' where id=6; -update noar tt set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6; -update noar ti set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6; -update noar tt set v0='MJKJO5HBC15' where id=6; -update noar ti set v0='MJKJO5HBC15' where id=6; -update noar tt set b2='OA' where id=6; -update noar ti set b2='OA' where id=6; -update noar tt set v0='O' where id=7; -update noar ti set v0='O' where id=7; -update noar tt set b0='CIDTBH61S3EDO6IVTWK3' where id=7; -update noar ti set b0='CIDTBH61S3EDO6IVTWK3' where id=7; -update noar tt set v0='MM15F2JGPB2' where id=7; -update noar ti set v0='MM15F2JGPB2' where id=7; -update noar tt set b1='6BFA1U6HFOJ2Q9GTG' where id=7; -update noar ti set b1='6BFA1U6HFOJ2Q9GTG' where id=7; -update noar tt set v0='H6Q5P1980JKG' where id=7; -update noar ti set v0='H6Q5P1980JKG' where id=7; -update noar tt set b2='GXOA1SV9UHWIL' where id=7; -update noar ti set b2='GXOA1SV9UHWIL' where id=7; -update noar tt set v0='ACLU5D8JDSHMFW' where id=8; -update noar ti set v0='ACLU5D8JDSHMFW' where id=8; -update noar tt set b0='ET58YPLALZQSTI8Y0AM' where id=8; -update noar ti set b0='ET58YPLALZQSTI8Y0AM' where id=8; -update noar tt set v0='8XTZ0PHE4' where id=8; -update noar ti set v0='8XTZ0PHE4' where id=8; -update noar tt set b1='AL8NG0FEDRYEXIH' where id=8; -update noar ti set b1='AL8NG0FEDRYEXIH' where id=8; -update noar tt set v0='TBB1X5L' where id=8; -update noar ti set v0='TBB1X5L' where id=8; -update noar tt set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8; -update noar ti set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8; -update noar tt set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9; -update noar ti set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9; -update noar tt set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9; -update noar ti set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9; -update noar tt set v0='28M5EF' where id=9; -update noar ti set v0='28M5EF' where id=9; -update noar tt set b1='TO1' where id=9; -update noar ti set b1='TO1' where id=9; -update noar tt set v0='DF' where id=9; -update noar ti set v0='DF' where id=9; -update noar tt set b2='D9OL' where id=9; -update noar ti set b2='D9OL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1; -update noar ti set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1; -update noar tt set b0='NKY8V0K0W0' where id=1; -update noar ti set b0='NKY8V0K0W0' where id=1; -update noar tt set v0='R4S' where id=1; -update noar ti set v0='R4S' where id=1; -update noar tt set b1='LUFY4NXZ42V1Y2I52' where id=1; -update noar ti set b1='LUFY4NXZ42V1Y2I52' where id=1; -update noar tt set v0='Z809N9FCJRKJQBD' where id=1; -update noar ti set v0='Z809N9FCJRKJQBD' where id=1; -update noar tt set b2='SP2' where id=1; -update noar ti set b2='SP2' where id=1; -update noar tt set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2; -update noar ti set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2; -update noar tt set b0='E6M3UQV5MK1' where id=2; -update noar ti set b0='E6M3UQV5MK1' where id=2; -update noar tt set v0='0C858G02VNW22CR' where id=2; -update noar ti set v0='0C858G02VNW22CR' where id=2; -update noar tt set b1='RDO86' where id=2; -update noar ti set b1='RDO86' where id=2; -update noar tt set v0='NSIKLEHC' where id=2; -update noar ti set v0='NSIKLEHC' where id=2; -update noar tt set b2='MDK' where id=2; -update noar ti set b2='MDK' where id=2; -update noar tt set v0='CWZEJQ1Q' where id=3; -update noar ti set v0='CWZEJQ1Q' where id=3; -update noar tt set b0='198SH3U1JPRQCA70VEXDTXT' where id=3; -update noar ti set b0='198SH3U1JPRQCA70VEXDTXT' where id=3; -update noar tt set v0='M2A6LO06CE' where id=3; -update noar ti set v0='M2A6LO06CE' where id=3; -update noar tt set b1='ZSDAPLY4XF2JU93' where id=3; -update noar ti set b1='ZSDAPLY4XF2JU93' where id=3; -update noar tt set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3; -update noar ti set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3; -update noar tt set b2='LE' where id=3; -update noar ti set b2='LE' where id=3; -update noar tt set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4; -update noar ti set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4; -update noar tt set b0='A' where id=4; -update noar ti set b0='A' where id=4; -update noar tt set v0='SQAASN3ND4PW0VLYY55UWM' where id=4; -update noar ti set v0='SQAASN3ND4PW0VLYY55UWM' where id=4; -update noar tt set b1='2M3YLV873KLL8FGFZLPWU' where id=4; -update noar ti set b1='2M3YLV873KLL8FGFZLPWU' where id=4; -update noar tt set v0='VV9MGGFJEJBIRAHWMX' where id=4; -update noar ti set v0='VV9MGGFJEJBIRAHWMX' where id=4; -update noar tt set b2='UXEXO3WN7L7KQZH6HSDF' where id=4; -update noar ti set b2='UXEXO3WN7L7KQZH6HSDF' where id=4; -update noar tt set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5; -update noar ti set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5; -update noar tt set b0='H942QEAPA' where id=5; -update noar ti set b0='H942QEAPA' where id=5; -update noar tt set v0='4K9GQYZLEP5' where id=5; -update noar ti set v0='4K9GQYZLEP5' where id=5; -update noar tt set b1='AL01TKC1WDZVNG4M' where id=5; -update noar ti set b1='AL01TKC1WDZVNG4M' where id=5; -update noar tt set v0='J5JN8VGJT' where id=5; -update noar ti set v0='J5JN8VGJT' where id=5; -update noar tt set b2='MUI7C7B7E' where id=5; -update noar ti set b2='MUI7C7B7E' where id=5; -update noar tt set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6; -update noar ti set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6; -update noar tt set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6; -update noar ti set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6; -update noar tt set v0='3ZVVPY03L' where id=6; -update noar ti set v0='3ZVVPY03L' where id=6; -update noar tt set b1='3U21I9JX1' where id=6; -update noar ti set b1='3U21I9JX1' where id=6; -update noar tt set v0='EBGQ1TQH0IKSQ' where id=6; -update noar ti set v0='EBGQ1TQH0IKSQ' where id=6; -update noar tt set b2='H9VFRPMY6SVK1' where id=6; -update noar ti set b2='H9VFRPMY6SVK1' where id=6; -update noar tt set v0='VCILMOZWJFTK2HR0COSI22D' where id=7; -update noar ti set v0='VCILMOZWJFTK2HR0COSI22D' where id=7; -update noar tt set b0='9NICEITIMXDWW' where id=7; -update noar ti set b0='9NICEITIMXDWW' where id=7; -update noar tt set v0='SKSPWIW0YURQ' where id=7; -update noar ti set v0='SKSPWIW0YURQ' where id=7; -update noar tt set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7; -update noar ti set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7; -update noar tt set v0='0D94643Z' where id=7; -update noar ti set v0='0D94643Z' where id=7; -update noar tt set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7; -update noar ti set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7; -update noar tt set v0='K0FDLAHL7OL2IVVNOF1' where id=8; -update noar ti set v0='K0FDLAHL7OL2IVVNOF1' where id=8; -update noar tt set b0='YCHZSCV1VX' where id=8; -update noar ti set b0='YCHZSCV1VX' where id=8; -update noar tt set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8; -update noar ti set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8; -update noar tt set b1='F2QE54GTWGXO1Z' where id=8; -update noar ti set b1='F2QE54GTWGXO1Z' where id=8; -update noar tt set v0='GXIHVOAQV' where id=8; -update noar ti set v0='GXIHVOAQV' where id=8; -update noar tt set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8; -update noar ti set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8; -update noar tt set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9; -update noar ti set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9; -update noar tt set b0='0NUCN6IX2ZOZRN9O' where id=9; -update noar ti set b0='0NUCN6IX2ZOZRN9O' where id=9; -update noar tt set v0='WPXVA' where id=9; -update noar ti set v0='WPXVA' where id=9; -update noar tt set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9; -update noar ti set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9; -update noar tt set v0='TYRBMZ474ICZJX8' where id=9; -update noar ti set v0='TYRBMZ474ICZJX8' where id=9; -update noar tt set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9; -update noar ti set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1; -update noar ti set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1; -update noar tt set b0='S328ECLT3RRUYQCA0V2C' where id=1; -update noar ti set b0='S328ECLT3RRUYQCA0V2C' where id=1; -update noar tt set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1; -update noar ti set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1; -update noar tt set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1; -update noar ti set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1; -update noar tt set v0='T1' where id=1; -update noar ti set v0='T1' where id=1; -update noar tt set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1; -update noar ti set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1; -update noar tt set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2; -update noar ti set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2; -update noar tt set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2; -update noar ti set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2; -update noar tt set v0='80B8949XG' where id=2; -update noar ti set v0='80B8949XG' where id=2; -update noar tt set b1='XWE' where id=2; -update noar ti set b1='XWE' where id=2; -update noar tt set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2; -update noar ti set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2; -update noar tt set b2='QI1QDB1I' where id=2; -update noar ti set b2='QI1QDB1I' where id=2; -update noar tt set v0='QSK' where id=3; -update noar ti set v0='QSK' where id=3; -update noar tt set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3; -update noar ti set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3; -update noar tt set v0='KAR9FGEBD' where id=3; -update noar ti set v0='KAR9FGEBD' where id=3; -update noar tt set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3; -update noar ti set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3; -update noar tt set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3; -update noar ti set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3; -update noar tt set b2='0CYU2G1JL' where id=3; -update noar ti set b2='0CYU2G1JL' where id=3; -update noar tt set v0='HUZYVET6ZO9KNU' where id=4; -update noar ti set v0='HUZYVET6ZO9KNU' where id=4; -update noar tt set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4; -update noar ti set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4; -update noar tt set v0='5KC' where id=4; -update noar ti set v0='5KC' where id=4; -update noar tt set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4; -update noar ti set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4; -update noar tt set v0='1FRGAH492177BPCIXWVKR99' where id=4; -update noar ti set v0='1FRGAH492177BPCIXWVKR99' where id=4; -update noar tt set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4; -update noar ti set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4; -update noar tt set v0='WQU38IVP1984WA557O3LR' where id=5; -update noar ti set v0='WQU38IVP1984WA557O3LR' where id=5; -update noar tt set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5; -update noar ti set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5; -update noar tt set v0='FXK8' where id=5; -update noar ti set v0='FXK8' where id=5; -update noar tt set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5; -update noar ti set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5; -update noar tt set v0='FMBTPP' where id=5; -update noar ti set v0='FMBTPP' where id=5; -update noar tt set b2='HQU56AWCMMQ3L' where id=5; -update noar ti set b2='HQU56AWCMMQ3L' where id=5; -update noar tt set v0='50VD4T562NTPR1G' where id=6; -update noar ti set v0='50VD4T562NTPR1G' where id=6; -update noar tt set b0='FX4VA' where id=6; -update noar ti set b0='FX4VA' where id=6; -update noar tt set v0='4UPOCOH7B0MV9H3JH5' where id=6; -update noar ti set v0='4UPOCOH7B0MV9H3JH5' where id=6; -update noar tt set b1='4MO3VI5LCR0JQT' where id=6; -update noar ti set b1='4MO3VI5LCR0JQT' where id=6; -update noar tt set v0='FN5' where id=6; -update noar ti set v0='FN5' where id=6; -update noar tt set b2='E6754' where id=6; -update noar ti set b2='E6754' where id=6; -update noar tt set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7; -update noar ti set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7; -update noar tt set b0='CK6TVL' where id=7; -update noar ti set b0='CK6TVL' where id=7; -update noar tt set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7; -update noar ti set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7; -update noar tt set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7; -update noar ti set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7; -update noar tt set v0='SK08F4' where id=7; -update noar ti set v0='SK08F4' where id=7; -update noar tt set b2='YUMII2Y603QNJZEHZ2' where id=7; -update noar ti set b2='YUMII2Y603QNJZEHZ2' where id=7; -update noar tt set v0='GQS1' where id=8; -update noar ti set v0='GQS1' where id=8; -update noar tt set b0='HX' where id=8; -update noar ti set b0='HX' where id=8; -update noar tt set v0='7L3M4D8I4RI' where id=8; -update noar ti set v0='7L3M4D8I4RI' where id=8; -update noar tt set b1='YRSA' where id=8; -update noar ti set b1='YRSA' where id=8; -update noar tt set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8; -update noar ti set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8; -update noar tt set b2='U1E5' where id=8; -update noar ti set b2='U1E5' where id=8; -update noar tt set v0='3JT6YE' where id=9; -update noar ti set v0='3JT6YE' where id=9; -update noar tt set b0='48CS9AA1LPXG' where id=9; -update noar ti set b0='48CS9AA1LPXG' where id=9; -update noar tt set v0='M5' where id=9; -update noar ti set v0='M5' where id=9; -update noar tt set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9; -update noar ti set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9; -update noar tt set v0='4LC07BPK' where id=9; -update noar ti set v0='4LC07BPK' where id=9; -update noar tt set b2='8CR0' where id=9; -update noar ti set b2='8CR0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1; -update noar ti set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1; -update noar tt set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1; -update noar ti set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1; -update noar tt set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1; -update noar ti set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1; -update noar tt set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1; -update noar ti set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1; -update noar tt set v0='DPBJF4F987I' where id=1; -update noar ti set v0='DPBJF4F987I' where id=1; -update noar tt set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1; -update noar ti set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1; -update noar tt set v0='75850D7P52SMA799HZ' where id=2; -update noar ti set v0='75850D7P52SMA799HZ' where id=2; -update noar tt set b0='Q992DR0ONYEANG0H1W7T' where id=2; -update noar ti set b0='Q992DR0ONYEANG0H1W7T' where id=2; -update noar tt set v0='0NHDR5HW1KL9AT4' where id=2; -update noar ti set v0='0NHDR5HW1KL9AT4' where id=2; -update noar tt set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2; -update noar ti set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2; -update noar tt set v0='F9Y0' where id=2; -update noar ti set v0='F9Y0' where id=2; -update noar tt set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2; -update noar ti set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2; -update noar tt set v0='RKGS2C08E6KXF' where id=3; -update noar ti set v0='RKGS2C08E6KXF' where id=3; -update noar tt set b0='G6JJ6B0SI8HKRF' where id=3; -update noar ti set b0='G6JJ6B0SI8HKRF' where id=3; -update noar tt set v0='AHGMKZ1LLNN4PPT74G24' where id=3; -update noar ti set v0='AHGMKZ1LLNN4PPT74G24' where id=3; -update noar tt set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3; -update noar ti set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3; -update noar tt set v0='7KYOE' where id=3; -update noar ti set v0='7KYOE' where id=3; -update noar tt set b2='WGRVJ3BA3YITX2R4' where id=3; -update noar ti set b2='WGRVJ3BA3YITX2R4' where id=3; -update noar tt set v0='64T1F5D' where id=4; -update noar ti set v0='64T1F5D' where id=4; -update noar tt set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4; -update noar ti set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4; -update noar tt set v0='351ETRMEMKM' where id=4; -update noar ti set v0='351ETRMEMKM' where id=4; -update noar tt set b1='NOHATEZUVX2' where id=4; -update noar ti set b1='NOHATEZUVX2' where id=4; -update noar tt set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4; -update noar ti set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4; -update noar tt set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4; -update noar ti set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4; -update noar tt set v0='DQ8JHMJA1Q92UP2RGKK' where id=5; -update noar ti set v0='DQ8JHMJA1Q92UP2RGKK' where id=5; -update noar tt set b0='4M' where id=5; -update noar ti set b0='4M' where id=5; -update noar tt set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5; -update noar ti set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5; -update noar tt set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5; -update noar ti set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5; -update noar tt set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5; -update noar ti set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5; -update noar tt set b2='6N9E9VM' where id=5; -update noar ti set b2='6N9E9VM' where id=5; -update noar tt set v0='RGQDJQDQQNSPD54T' where id=6; -update noar ti set v0='RGQDJQDQQNSPD54T' where id=6; -update noar tt set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6; -update noar ti set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6; -update noar tt set v0='CVQCEWUR8Q' where id=6; -update noar ti set v0='CVQCEWUR8Q' where id=6; -update noar tt set b1='FBGCMN10QO8UTQ57B' where id=6; -update noar ti set b1='FBGCMN10QO8UTQ57B' where id=6; -update noar tt set v0='0NHRRNP8871XWIUFN6O8' where id=6; -update noar ti set v0='0NHRRNP8871XWIUFN6O8' where id=6; -update noar tt set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6; -update noar ti set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6; -update noar tt set v0='G' where id=7; -update noar ti set v0='G' where id=7; -update noar tt set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7; -update noar ti set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7; -update noar tt set v0='K26RTCEEW232CNC1LCF' where id=7; -update noar ti set v0='K26RTCEEW232CNC1LCF' where id=7; -update noar tt set b1='OJ958LZXQBJE' where id=7; -update noar ti set b1='OJ958LZXQBJE' where id=7; -update noar tt set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7; -update noar ti set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7; -update noar tt set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7; -update noar ti set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7; -update noar tt set v0='OHDXG9X1939XN8N58FTY' where id=8; -update noar ti set v0='OHDXG9X1939XN8N58FTY' where id=8; -update noar tt set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8; -update noar ti set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8; -update noar tt set v0='GPTY' where id=8; -update noar ti set v0='GPTY' where id=8; -update noar tt set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8; -update noar ti set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8; -update noar tt set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8; -update noar ti set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8; -update noar tt set b2='71CF20NDNO6' where id=8; -update noar ti set b2='71CF20NDNO6' where id=8; -update noar tt set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9; -update noar ti set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9; -update noar tt set b0='7F02' where id=9; -update noar ti set b0='7F02' where id=9; -update noar tt set v0='R793TUXUT3LYE6K4IT2' where id=9; -update noar ti set v0='R793TUXUT3LYE6K4IT2' where id=9; -update noar tt set b1='Q6SHP1' where id=9; -update noar ti set b1='Q6SHP1' where id=9; -update noar tt set v0='83GNXN' where id=9; -update noar ti set v0='83GNXN' where id=9; -update noar tt set b2='PTP1DRZJNC8WDHHV' where id=9; -update noar ti set b2='PTP1DRZJNC8WDHHV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XU3QDNUUUED' where id=1; -update noar ti set v0='XU3QDNUUUED' where id=1; -update noar tt set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1; -update noar ti set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1; -update noar tt set v0='6EGUYIRRDCY' where id=1; -update noar ti set v0='6EGUYIRRDCY' where id=1; -update noar tt set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1; -update noar ti set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1; -update noar tt set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1; -update noar ti set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1; -update noar tt set b2='QUJCA01C2SQPDX' where id=1; -update noar ti set b2='QUJCA01C2SQPDX' where id=1; -update noar tt set v0='A82OPJ5V' where id=2; -update noar ti set v0='A82OPJ5V' where id=2; -update noar tt set b0='XIC2HT6THN' where id=2; -update noar ti set b0='XIC2HT6THN' where id=2; -update noar tt set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2; -update noar ti set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2; -update noar tt set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2; -update noar ti set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2; -update noar tt set v0='YST3X32WY2' where id=2; -update noar ti set v0='YST3X32WY2' where id=2; -update noar tt set b2='21ZSBY2DSKWOBE769' where id=2; -update noar ti set b2='21ZSBY2DSKWOBE769' where id=2; -update noar tt set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3; -update noar ti set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3; -update noar tt set b0='AJ' where id=3; -update noar ti set b0='AJ' where id=3; -update noar tt set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3; -update noar ti set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3; -update noar tt set b1='WC' where id=3; -update noar ti set b1='WC' where id=3; -update noar tt set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3; -update noar ti set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3; -update noar tt set b2='MSCU2' where id=3; -update noar ti set b2='MSCU2' where id=3; -update noar tt set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4; -update noar ti set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4; -update noar tt set b0='ICK01X4ZUCAWWND0Q9' where id=4; -update noar ti set b0='ICK01X4ZUCAWWND0Q9' where id=4; -update noar tt set v0='BBB7CY7USQ2LPT' where id=4; -update noar ti set v0='BBB7CY7USQ2LPT' where id=4; -update noar tt set b1='ZF08YH17VUV2' where id=4; -update noar ti set b1='ZF08YH17VUV2' where id=4; -update noar tt set v0='XKR42V' where id=4; -update noar ti set v0='XKR42V' where id=4; -update noar tt set b2='L9IH6' where id=4; -update noar ti set b2='L9IH6' where id=4; -update noar tt set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5; -update noar ti set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5; -update noar tt set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5; -update noar ti set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5; -update noar tt set v0='EEAQ9T7XGQGVOY5BJA51' where id=5; -update noar ti set v0='EEAQ9T7XGQGVOY5BJA51' where id=5; -update noar tt set b1='NFIU62OLJ8' where id=5; -update noar ti set b1='NFIU62OLJ8' where id=5; -update noar tt set v0='PW7ICJ9WMEFTB' where id=5; -update noar ti set v0='PW7ICJ9WMEFTB' where id=5; -update noar tt set b2='SG' where id=5; -update noar ti set b2='SG' where id=5; -update noar tt set v0='0PIHZIB3NA2' where id=6; -update noar ti set v0='0PIHZIB3NA2' where id=6; -update noar tt set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6; -update noar ti set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6; -update noar tt set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6; -update noar ti set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6; -update noar tt set b1='P29U6MKFISL0V85A' where id=6; -update noar ti set b1='P29U6MKFISL0V85A' where id=6; -update noar tt set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6; -update noar ti set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6; -update noar tt set b2='ZPTXO' where id=6; -update noar ti set b2='ZPTXO' where id=6; -update noar tt set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7; -update noar ti set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7; -update noar tt set b0='QA366PO6IU82995G00G8D2FX2' where id=7; -update noar ti set b0='QA366PO6IU82995G00G8D2FX2' where id=7; -update noar tt set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7; -update noar ti set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7; -update noar tt set b1='T587BFDUBC6733FBGOG14V' where id=7; -update noar ti set b1='T587BFDUBC6733FBGOG14V' where id=7; -update noar tt set v0='QYK' where id=7; -update noar ti set v0='QYK' where id=7; -update noar tt set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7; -update noar ti set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7; -update noar tt set v0='OAUT3IRL' where id=8; -update noar ti set v0='OAUT3IRL' where id=8; -update noar tt set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8; -update noar ti set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8; -update noar tt set v0='GERZLX365' where id=8; -update noar ti set v0='GERZLX365' where id=8; -update noar tt set b1='91J5U2MFCRY5A20RSK9' where id=8; -update noar ti set b1='91J5U2MFCRY5A20RSK9' where id=8; -update noar tt set v0='FD6O2TEKP3FB' where id=8; -update noar ti set v0='FD6O2TEKP3FB' where id=8; -update noar tt set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8; -update noar ti set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8; -update noar tt set v0='U5EXFWMFLW6YQU8SJZ' where id=9; -update noar ti set v0='U5EXFWMFLW6YQU8SJZ' where id=9; -update noar tt set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9; -update noar ti set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9; -update noar tt set v0='OIH4JC' where id=9; -update noar ti set v0='OIH4JC' where id=9; -update noar tt set b1='X5TK2Z5Q3WPV7B' where id=9; -update noar ti set b1='X5TK2Z5Q3WPV7B' where id=9; -update noar tt set v0='O32I0SKW7G8HJ89FSM9W' where id=9; -update noar ti set v0='O32I0SKW7G8HJ89FSM9W' where id=9; -update noar tt set b2='Q' where id=9; -update noar ti set b2='Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A' where id=1; -update noar ti set v0='A' where id=1; -update noar tt set b0='V' where id=1; -update noar ti set b0='V' where id=1; -update noar tt set v0='NDHFNZVNZER0' where id=1; -update noar ti set v0='NDHFNZVNZER0' where id=1; -update noar tt set b1='XOF1T71SN19LPLUUMR8T0V' where id=1; -update noar ti set b1='XOF1T71SN19LPLUUMR8T0V' where id=1; -update noar tt set v0='XGDTM4ULG' where id=1; -update noar ti set v0='XGDTM4ULG' where id=1; -update noar tt set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1; -update noar ti set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1; -update noar tt set v0='TDQCD51C6LS50PCSS19' where id=2; -update noar ti set v0='TDQCD51C6LS50PCSS19' where id=2; -update noar tt set b0='2JLOMEVP50CSX5P' where id=2; -update noar ti set b0='2JLOMEVP50CSX5P' where id=2; -update noar tt set v0='W92IZ6W4ZX03GU7HB' where id=2; -update noar ti set v0='W92IZ6W4ZX03GU7HB' where id=2; -update noar tt set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2; -update noar ti set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2; -update noar tt set v0='QK71N118' where id=2; -update noar ti set v0='QK71N118' where id=2; -update noar tt set b2='9218G' where id=2; -update noar ti set b2='9218G' where id=2; -update noar tt set v0='2X' where id=3; -update noar ti set v0='2X' where id=3; -update noar tt set b0='EFN3UHPG090PAMQD5' where id=3; -update noar ti set b0='EFN3UHPG090PAMQD5' where id=3; -update noar tt set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3; -update noar ti set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3; -update noar tt set b1='U2XEAPDE54CJZCLJL' where id=3; -update noar ti set b1='U2XEAPDE54CJZCLJL' where id=3; -update noar tt set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3; -update noar ti set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3; -update noar tt set b2='JK' where id=3; -update noar ti set b2='JK' where id=3; -update noar tt set v0='RSWUAHUL6' where id=4; -update noar ti set v0='RSWUAHUL6' where id=4; -update noar tt set b0='GRQKU46EDTIGMF' where id=4; -update noar ti set b0='GRQKU46EDTIGMF' where id=4; -update noar tt set v0='BT' where id=4; -update noar ti set v0='BT' where id=4; -update noar tt set b1='X71JQGKDDFX3489U9T7B' where id=4; -update noar ti set b1='X71JQGKDDFX3489U9T7B' where id=4; -update noar tt set v0='57E93K20CL0OC9F1LQI986I' where id=4; -update noar ti set v0='57E93K20CL0OC9F1LQI986I' where id=4; -update noar tt set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4; -update noar ti set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4; -update noar tt set v0='932WM7HPL6Y2W0DEFD1B' where id=5; -update noar ti set v0='932WM7HPL6Y2W0DEFD1B' where id=5; -update noar tt set b0='3OO66UPVGB3GCD0' where id=5; -update noar ti set b0='3OO66UPVGB3GCD0' where id=5; -update noar tt set v0='82GEP0KY' where id=5; -update noar ti set v0='82GEP0KY' where id=5; -update noar tt set b1='XCZ91DUJ1SATYGR' where id=5; -update noar ti set b1='XCZ91DUJ1SATYGR' where id=5; -update noar tt set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5; -update noar ti set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5; -update noar tt set b2='F8' where id=5; -update noar ti set b2='F8' where id=5; -update noar tt set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6; -update noar ti set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6; -update noar tt set b0='HMLMF01XNW' where id=6; -update noar ti set b0='HMLMF01XNW' where id=6; -update noar tt set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6; -update noar ti set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6; -update noar tt set b1='V6Y1597M85UVADSRV' where id=6; -update noar ti set b1='V6Y1597M85UVADSRV' where id=6; -update noar tt set v0='01VB5IWSED' where id=6; -update noar ti set v0='01VB5IWSED' where id=6; -update noar tt set b2='N2WIMKTUKTN96Y' where id=6; -update noar ti set b2='N2WIMKTUKTN96Y' where id=6; -update noar tt set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7; -update noar ti set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7; -update noar tt set b0='TLT3' where id=7; -update noar ti set b0='TLT3' where id=7; -update noar tt set v0='96XRMMICUZOBMTW' where id=7; -update noar ti set v0='96XRMMICUZOBMTW' where id=7; -update noar tt set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7; -update noar ti set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7; -update noar tt set v0='HK' where id=7; -update noar ti set v0='HK' where id=7; -update noar tt set b2='F3VYTPKOVD' where id=7; -update noar ti set b2='F3VYTPKOVD' where id=7; -update noar tt set v0='KJBME3Y' where id=8; -update noar ti set v0='KJBME3Y' where id=8; -update noar tt set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8; -update noar ti set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8; -update noar tt set v0='2JS7M6NW4A' where id=8; -update noar ti set v0='2JS7M6NW4A' where id=8; -update noar tt set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8; -update noar ti set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8; -update noar tt set v0='B' where id=8; -update noar ti set v0='B' where id=8; -update noar tt set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8; -update noar ti set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8; -update noar tt set v0='TB71OWDBCDPM8021R' where id=9; -update noar ti set v0='TB71OWDBCDPM8021R' where id=9; -update noar tt set b0='9W71QX99B' where id=9; -update noar ti set b0='9W71QX99B' where id=9; -update noar tt set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9; -update noar ti set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9; -update noar tt set b1='V8ULB' where id=9; -update noar ti set b1='V8ULB' where id=9; -update noar tt set v0='YH' where id=9; -update noar ti set v0='YH' where id=9; -update noar tt set b2='33XO87DZ48YNP1FGU0B9N06' where id=9; -update noar ti set b2='33XO87DZ48YNP1FGU0B9N06' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LIO' where id=1; -update noar ti set v0='LIO' where id=1; -update noar tt set b0='Y3G6XG4' where id=1; -update noar ti set b0='Y3G6XG4' where id=1; -update noar tt set v0='F1TTLJHRNTKD11T0X' where id=1; -update noar ti set v0='F1TTLJHRNTKD11T0X' where id=1; -update noar tt set b1='BQUA0FE5BZH9ID18986P' where id=1; -update noar ti set b1='BQUA0FE5BZH9ID18986P' where id=1; -update noar tt set v0='UNNX6JFFSSHUMN' where id=1; -update noar ti set v0='UNNX6JFFSSHUMN' where id=1; -update noar tt set b2='P' where id=1; -update noar ti set b2='P' where id=1; -update noar tt set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2; -update noar ti set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2; -update noar tt set b0='RTSYOKZYRMV' where id=2; -update noar ti set b0='RTSYOKZYRMV' where id=2; -update noar tt set v0='05I0' where id=2; -update noar ti set v0='05I0' where id=2; -update noar tt set b1='N9J0WU24H943KVVVX' where id=2; -update noar ti set b1='N9J0WU24H943KVVVX' where id=2; -update noar tt set v0='DJU70IQUL6D3K' where id=2; -update noar ti set v0='DJU70IQUL6D3K' where id=2; -update noar tt set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2; -update noar ti set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2; -update noar tt set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3; -update noar ti set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3; -update noar tt set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3; -update noar ti set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3; -update noar tt set v0='OMFW2X6OPA63M2MDH0' where id=3; -update noar ti set v0='OMFW2X6OPA63M2MDH0' where id=3; -update noar tt set b1='DYCORSVKDBSIODO' where id=3; -update noar ti set b1='DYCORSVKDBSIODO' where id=3; -update noar tt set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3; -update noar ti set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3; -update noar tt set b2='YLKWWFI0LSXIRPY' where id=3; -update noar ti set b2='YLKWWFI0LSXIRPY' where id=3; -update noar tt set v0='S4AD6GZOPINU' where id=4; -update noar ti set v0='S4AD6GZOPINU' where id=4; -update noar tt set b0='HKWF6Q5' where id=4; -update noar ti set b0='HKWF6Q5' where id=4; -update noar tt set v0='MN4MZABRRR' where id=4; -update noar ti set v0='MN4MZABRRR' where id=4; -update noar tt set b1='JBG3CX7QIJPG8E4WKOP' where id=4; -update noar ti set b1='JBG3CX7QIJPG8E4WKOP' where id=4; -update noar tt set v0='XV0D7BVKE5PN60PI' where id=4; -update noar ti set v0='XV0D7BVKE5PN60PI' where id=4; -update noar tt set b2='LU' where id=4; -update noar ti set b2='LU' where id=4; -update noar tt set v0='QTRCD6W428RS51AGQDDGK' where id=5; -update noar ti set v0='QTRCD6W428RS51AGQDDGK' where id=5; -update noar tt set b0='9RGU7ICDRQ2BPIGU8' where id=5; -update noar ti set b0='9RGU7ICDRQ2BPIGU8' where id=5; -update noar tt set v0='5CDTGIYK' where id=5; -update noar ti set v0='5CDTGIYK' where id=5; -update noar tt set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5; -update noar ti set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5; -update noar tt set v0='D4' where id=5; -update noar ti set v0='D4' where id=5; -update noar tt set b2='15D3YAD6XZ' where id=5; -update noar ti set b2='15D3YAD6XZ' where id=5; -update noar tt set v0='1AM2CE6P2QXNZH4KYJM' where id=6; -update noar ti set v0='1AM2CE6P2QXNZH4KYJM' where id=6; -update noar tt set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6; -update noar ti set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6; -update noar tt set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6; -update noar ti set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6; -update noar tt set b1='MR74EBF' where id=6; -update noar ti set b1='MR74EBF' where id=6; -update noar tt set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6; -update noar ti set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6; -update noar tt set b2='4I5O1UF4P' where id=6; -update noar ti set b2='4I5O1UF4P' where id=6; -update noar tt set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7; -update noar ti set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7; -update noar tt set b0='WVRKN6KQI81P' where id=7; -update noar ti set b0='WVRKN6KQI81P' where id=7; -update noar tt set v0='9YCQ5SM8UGLDKJT109L' where id=7; -update noar ti set v0='9YCQ5SM8UGLDKJT109L' where id=7; -update noar tt set b1='6JU7I4A0CL' where id=7; -update noar ti set b1='6JU7I4A0CL' where id=7; -update noar tt set v0='JKGCOF73Z91ZW7TKRAE' where id=7; -update noar ti set v0='JKGCOF73Z91ZW7TKRAE' where id=7; -update noar tt set b2='U38TDJVLX2VBFCDH80DW' where id=7; -update noar ti set b2='U38TDJVLX2VBFCDH80DW' where id=7; -update noar tt set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8; -update noar ti set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8; -update noar tt set b0='C8V604PVVWW98W50X7R' where id=8; -update noar ti set b0='C8V604PVVWW98W50X7R' where id=8; -update noar tt set v0='Q8A1HTG' where id=8; -update noar ti set v0='Q8A1HTG' where id=8; -update noar tt set b1='8J0PJKK2' where id=8; -update noar ti set b1='8J0PJKK2' where id=8; -update noar tt set v0='83TXLAE0BLSTDEMYA7NI' where id=8; -update noar ti set v0='83TXLAE0BLSTDEMYA7NI' where id=8; -update noar tt set b2='3YOQ' where id=8; -update noar ti set b2='3YOQ' where id=8; -update noar tt set v0='3UBHD4NN1UOAXGBLEID' where id=9; -update noar ti set v0='3UBHD4NN1UOAXGBLEID' where id=9; -update noar tt set b0='34E5ENE2UY9TG0L4BL18O5' where id=9; -update noar ti set b0='34E5ENE2UY9TG0L4BL18O5' where id=9; -update noar tt set v0='PY80H4WWA' where id=9; -update noar ti set v0='PY80H4WWA' where id=9; -update noar tt set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9; -update noar ti set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9; -update noar tt set v0='7YBMM6TTD0PU087URN' where id=9; -update noar ti set v0='7YBMM6TTD0PU087URN' where id=9; -update noar tt set b2='W932B20IVW48' where id=9; -update noar ti set b2='W932B20IVW48' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='66P36' where id=1; -update noar ti set v0='66P36' where id=1; -update noar tt set b0='MCD37D1R1KER146C' where id=1; -update noar ti set b0='MCD37D1R1KER146C' where id=1; -update noar tt set v0='I1ISD5FF2SRZD6DU8TE72' where id=1; -update noar ti set v0='I1ISD5FF2SRZD6DU8TE72' where id=1; -update noar tt set b1='FOKH5RXCGIDV5' where id=1; -update noar ti set b1='FOKH5RXCGIDV5' where id=1; -update noar tt set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1; -update noar ti set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1; -update noar tt set b2='8L971501K5EMR3N9N2' where id=1; -update noar ti set b2='8L971501K5EMR3N9N2' where id=1; -update noar tt set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2; -update noar ti set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2; -update noar tt set b0='GH' where id=2; -update noar ti set b0='GH' where id=2; -update noar tt set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2; -update noar ti set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2; -update noar tt set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2; -update noar ti set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2; -update noar tt set v0='9BLVXWR70TQ77GBR3357PPS' where id=2; -update noar ti set v0='9BLVXWR70TQ77GBR3357PPS' where id=2; -update noar tt set b2='KAK2QFV8AC9JMZ' where id=2; -update noar ti set b2='KAK2QFV8AC9JMZ' where id=2; -update noar tt set v0='0JAJ10RDO3E' where id=3; -update noar ti set v0='0JAJ10RDO3E' where id=3; -update noar tt set b0='9E6SCXIE51YLGRTB6885W' where id=3; -update noar ti set b0='9E6SCXIE51YLGRTB6885W' where id=3; -update noar tt set v0='XD7' where id=3; -update noar ti set v0='XD7' where id=3; -update noar tt set b1='S1Y2CUR7KXKEC60B' where id=3; -update noar ti set b1='S1Y2CUR7KXKEC60B' where id=3; -update noar tt set v0='KVH56ZNR' where id=3; -update noar ti set v0='KVH56ZNR' where id=3; -update noar tt set b2='L71GF9OKU' where id=3; -update noar ti set b2='L71GF9OKU' where id=3; -update noar tt set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4; -update noar ti set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4; -update noar tt set b0='HXAM9OKSZ690M7NTC162' where id=4; -update noar ti set b0='HXAM9OKSZ690M7NTC162' where id=4; -update noar tt set v0='NEJHHDD' where id=4; -update noar ti set v0='NEJHHDD' where id=4; -update noar tt set b1='A568QPAT4XAYNCHP5W7' where id=4; -update noar ti set b1='A568QPAT4XAYNCHP5W7' where id=4; -update noar tt set v0='1FV1' where id=4; -update noar ti set v0='1FV1' where id=4; -update noar tt set b2='L8B6XD4ZBI8YW47WN' where id=4; -update noar ti set b2='L8B6XD4ZBI8YW47WN' where id=4; -update noar tt set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5; -update noar ti set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5; -update noar tt set b0='YODXM2TJPBSKRA42DJ0N03' where id=5; -update noar ti set b0='YODXM2TJPBSKRA42DJ0N03' where id=5; -update noar tt set v0='SMNSDK41XML66DA4ZVP2R' where id=5; -update noar ti set v0='SMNSDK41XML66DA4ZVP2R' where id=5; -update noar tt set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5; -update noar ti set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5; -update noar tt set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5; -update noar ti set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5; -update noar tt set b2='7TPAJV1I56NEUEEMUCY' where id=5; -update noar ti set b2='7TPAJV1I56NEUEEMUCY' where id=5; -update noar tt set v0='XIM' where id=6; -update noar ti set v0='XIM' where id=6; -update noar tt set b0='6PQ3OFLL3NQE3F1Y' where id=6; -update noar ti set b0='6PQ3OFLL3NQE3F1Y' where id=6; -update noar tt set v0='10ZGXC9H13O30CX' where id=6; -update noar ti set v0='10ZGXC9H13O30CX' where id=6; -update noar tt set b1='76GNA8DZML' where id=6; -update noar ti set b1='76GNA8DZML' where id=6; -update noar tt set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6; -update noar ti set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6; -update noar tt set b2='MNWHHPLF0V3W4' where id=6; -update noar ti set b2='MNWHHPLF0V3W4' where id=6; -update noar tt set v0='2NHJWSU' where id=7; -update noar ti set v0='2NHJWSU' where id=7; -update noar tt set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7; -update noar ti set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7; -update noar tt set v0='0MWVFT8GACPKZ2ULEACPM' where id=7; -update noar ti set v0='0MWVFT8GACPKZ2ULEACPM' where id=7; -update noar tt set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7; -update noar ti set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7; -update noar tt set v0='MMB7WITNIC' where id=7; -update noar ti set v0='MMB7WITNIC' where id=7; -update noar tt set b2='ELP5PQ38R336W' where id=7; -update noar ti set b2='ELP5PQ38R336W' where id=7; -update noar tt set v0='4IJA' where id=8; -update noar ti set v0='4IJA' where id=8; -update noar tt set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8; -update noar ti set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8; -update noar tt set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8; -update noar ti set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8; -update noar tt set b1='GLZFTYYCMUI' where id=8; -update noar ti set b1='GLZFTYYCMUI' where id=8; -update noar tt set v0='VHW' where id=8; -update noar ti set v0='VHW' where id=8; -update noar tt set b2='205J91153H2NOGTNW' where id=8; -update noar ti set b2='205J91153H2NOGTNW' where id=8; -update noar tt set v0='XCN' where id=9; -update noar ti set v0='XCN' where id=9; -update noar tt set b0='N36OMXEDRSW' where id=9; -update noar ti set b0='N36OMXEDRSW' where id=9; -update noar tt set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9; -update noar ti set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9; -update noar tt set b1='ODBZE0PZXQF' where id=9; -update noar ti set b1='ODBZE0PZXQF' where id=9; -update noar tt set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9; -update noar ti set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9; -update noar tt set b2='H559PD' where id=9; -update noar ti set b2='H559PD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WR7DJFSN5UGF203' where id=1; -update noar ti set v0='WR7DJFSN5UGF203' where id=1; -update noar tt set b0='EV' where id=1; -update noar ti set b0='EV' where id=1; -update noar tt set v0='1VUUO1B6L357Z' where id=1; -update noar ti set v0='1VUUO1B6L357Z' where id=1; -update noar tt set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1; -update noar ti set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1; -update noar tt set v0='QCDDPRM3' where id=1; -update noar ti set v0='QCDDPRM3' where id=1; -update noar tt set b2='RK57SA2IS9ROA7EYOO4' where id=1; -update noar ti set b2='RK57SA2IS9ROA7EYOO4' where id=1; -update noar tt set v0='H3AEEE8CSC' where id=2; -update noar ti set v0='H3AEEE8CSC' where id=2; -update noar tt set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2; -update noar ti set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2; -update noar tt set v0='34MKP6XSBWURK3NRNFDW' where id=2; -update noar ti set v0='34MKP6XSBWURK3NRNFDW' where id=2; -update noar tt set b1='S0UFBA' where id=2; -update noar ti set b1='S0UFBA' where id=2; -update noar tt set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2; -update noar ti set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2; -update noar tt set b2='T7UBGMD4ITIEQKH8GL0' where id=2; -update noar ti set b2='T7UBGMD4ITIEQKH8GL0' where id=2; -update noar tt set v0='ONRJ4D5ZGSD' where id=3; -update noar ti set v0='ONRJ4D5ZGSD' where id=3; -update noar tt set b0='0ZIOOUCWDYWM' where id=3; -update noar ti set b0='0ZIOOUCWDYWM' where id=3; -update noar tt set v0='EHHKBBXXA4' where id=3; -update noar ti set v0='EHHKBBXXA4' where id=3; -update noar tt set b1='8' where id=3; -update noar ti set b1='8' where id=3; -update noar tt set v0='CO0509YW75U84YV4RIBP4L' where id=3; -update noar ti set v0='CO0509YW75U84YV4RIBP4L' where id=3; -update noar tt set b2='97' where id=3; -update noar ti set b2='97' where id=3; -update noar tt set v0='WYYMGD0YQH21QCRBWBI' where id=4; -update noar ti set v0='WYYMGD0YQH21QCRBWBI' where id=4; -update noar tt set b0='PQ3EH514' where id=4; -update noar ti set b0='PQ3EH514' where id=4; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b1='BJMRH8FHAL7B88BY' where id=4; -update noar ti set b1='BJMRH8FHAL7B88BY' where id=4; -update noar tt set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4; -update noar ti set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4; -update noar tt set b2='30R4CZ07A' where id=4; -update noar ti set b2='30R4CZ07A' where id=4; -update noar tt set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5; -update noar ti set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5; -update noar tt set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5; -update noar ti set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5; -update noar tt set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5; -update noar ti set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5; -update noar tt set b1='L2FAACS2R' where id=5; -update noar ti set b1='L2FAACS2R' where id=5; -update noar tt set v0='5S81UC' where id=5; -update noar ti set v0='5S81UC' where id=5; -update noar tt set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5; -update noar ti set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5; -update noar tt set v0='9UR7X6DBXII6M' where id=6; -update noar ti set v0='9UR7X6DBXII6M' where id=6; -update noar tt set b0='T47UURFHFDDERX9' where id=6; -update noar ti set b0='T47UURFHFDDERX9' where id=6; -update noar tt set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6; -update noar ti set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6; -update noar tt set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6; -update noar ti set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6; -update noar tt set v0='20B0YH1KL3' where id=6; -update noar ti set v0='20B0YH1KL3' where id=6; -update noar tt set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6; -update noar ti set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='6T8DDEHYU' where id=7; -update noar ti set b0='6T8DDEHYU' where id=7; -update noar tt set v0='WZRBYQB' where id=7; -update noar ti set v0='WZRBYQB' where id=7; -update noar tt set b1='C121LRUJAW7' where id=7; -update noar ti set b1='C121LRUJAW7' where id=7; -update noar tt set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7; -update noar ti set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7; -update noar tt set b2='RNCBIAQCUBBVYHO1QZL' where id=7; -update noar ti set b2='RNCBIAQCUBBVYHO1QZL' where id=7; -update noar tt set v0='48DFTNYZ51EC5A0R8' where id=8; -update noar ti set v0='48DFTNYZ51EC5A0R8' where id=8; -update noar tt set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8; -update noar ti set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8; -update noar tt set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8; -update noar ti set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8; -update noar tt set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8; -update noar ti set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8; -update noar tt set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8; -update noar ti set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8; -update noar tt set b2='5JW4J6E89GQMJG1PVC714' where id=8; -update noar ti set b2='5JW4J6E89GQMJG1PVC714' where id=8; -update noar tt set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9; -update noar ti set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9; -update noar tt set b0='YW34M3XCXH1' where id=9; -update noar ti set b0='YW34M3XCXH1' where id=9; -update noar tt set v0='97K' where id=9; -update noar ti set v0='97K' where id=9; -update noar tt set b1='7TQBWK7AGI9GW19YJA8' where id=9; -update noar ti set b1='7TQBWK7AGI9GW19YJA8' where id=9; -update noar tt set v0='QVGTS6U49IC' where id=9; -update noar ti set v0='QVGTS6U49IC' where id=9; -update noar tt set b2='I2YICWKYUF6F4OYSC' where id=9; -update noar ti set b2='I2YICWKYUF6F4OYSC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4BMPA0839HMTXAG9ME9' where id=1; -update noar ti set v0='4BMPA0839HMTXAG9ME9' where id=1; -update noar tt set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1; -update noar ti set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1; -update noar tt set v0='OAQU' where id=1; -update noar ti set v0='OAQU' where id=1; -update noar tt set b1='LL3RXSPP' where id=1; -update noar ti set b1='LL3RXSPP' where id=1; -update noar tt set v0='RY88YGHYMHYF09VQ5UL' where id=1; -update noar ti set v0='RY88YGHYMHYF09VQ5UL' where id=1; -update noar tt set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1; -update noar ti set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1; -update noar tt set v0='E8NIALN0VFSJ2BWQQOM' where id=2; -update noar ti set v0='E8NIALN0VFSJ2BWQQOM' where id=2; -update noar tt set b0='SXBENCGGQDZ7UOD' where id=2; -update noar ti set b0='SXBENCGGQDZ7UOD' where id=2; -update noar tt set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2; -update noar ti set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2; -update noar tt set b1='6W7JQI' where id=2; -update noar ti set b1='6W7JQI' where id=2; -update noar tt set v0='SBMKBU62US8JD' where id=2; -update noar ti set v0='SBMKBU62US8JD' where id=2; -update noar tt set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2; -update noar ti set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2; -update noar tt set v0='S8OIEBK88Z4KXZPXG091' where id=3; -update noar ti set v0='S8OIEBK88Z4KXZPXG091' where id=3; -update noar tt set b0='P3WVCX809TM860ITFOO' where id=3; -update noar ti set b0='P3WVCX809TM860ITFOO' where id=3; -update noar tt set v0='R4FT1HKOKH4AOL' where id=3; -update noar ti set v0='R4FT1HKOKH4AOL' where id=3; -update noar tt set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3; -update noar ti set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3; -update noar tt set v0='P25ZB0' where id=3; -update noar ti set v0='P25ZB0' where id=3; -update noar tt set b2='VJJ9W' where id=3; -update noar ti set b2='VJJ9W' where id=3; -update noar tt set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4; -update noar ti set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4; -update noar tt set b0='530BIS28' where id=4; -update noar ti set b0='530BIS28' where id=4; -update noar tt set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4; -update noar ti set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4; -update noar tt set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4; -update noar ti set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4; -update noar tt set v0='XDXQ50' where id=4; -update noar ti set v0='XDXQ50' where id=4; -update noar tt set b2='Y2LYY15VF1NS42J' where id=4; -update noar ti set b2='Y2LYY15VF1NS42J' where id=4; -update noar tt set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5; -update noar ti set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5; -update noar tt set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5; -update noar ti set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5; -update noar tt set v0='GGDKHWXD8W3Z5C5VW' where id=5; -update noar ti set v0='GGDKHWXD8W3Z5C5VW' where id=5; -update noar tt set b1='2H13PFK' where id=5; -update noar ti set b1='2H13PFK' where id=5; -update noar tt set v0='YMPW39D' where id=5; -update noar ti set v0='YMPW39D' where id=5; -update noar tt set b2='UUDE38BOTQN' where id=5; -update noar ti set b2='UUDE38BOTQN' where id=5; -update noar tt set v0='W30U893BRMN52AZWGJPH1LW' where id=6; -update noar ti set v0='W30U893BRMN52AZWGJPH1LW' where id=6; -update noar tt set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6; -update noar ti set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6; -update noar tt set v0='VH1A6JAWGD' where id=6; -update noar ti set v0='VH1A6JAWGD' where id=6; -update noar tt set b1='WN8CNRAP6' where id=6; -update noar ti set b1='WN8CNRAP6' where id=6; -update noar tt set v0='JRTNA7C5ZLQ' where id=6; -update noar ti set v0='JRTNA7C5ZLQ' where id=6; -update noar tt set b2='VL' where id=6; -update noar ti set b2='VL' where id=6; -update noar tt set v0='9BL8' where id=7; -update noar ti set v0='9BL8' where id=7; -update noar tt set b0='5NRVOC45C5GO4F0' where id=7; -update noar ti set b0='5NRVOC45C5GO4F0' where id=7; -update noar tt set v0='XO5VLH981YJ55EK' where id=7; -update noar ti set v0='XO5VLH981YJ55EK' where id=7; -update noar tt set b1='YABWQ96' where id=7; -update noar ti set b1='YABWQ96' where id=7; -update noar tt set v0='NYYG9WXZ6UWXY6P4' where id=7; -update noar ti set v0='NYYG9WXZ6UWXY6P4' where id=7; -update noar tt set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7; -update noar ti set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7; -update noar tt set v0='8MONZCNZQ3RPNYU7' where id=8; -update noar ti set v0='8MONZCNZQ3RPNYU7' where id=8; -update noar tt set b0='D6ZXJEV1IM5PS3O' where id=8; -update noar ti set b0='D6ZXJEV1IM5PS3O' where id=8; -update noar tt set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8; -update noar ti set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8; -update noar tt set b1='EWIKJU8LTL7KVESF49REB' where id=8; -update noar ti set b1='EWIKJU8LTL7KVESF49REB' where id=8; -update noar tt set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8; -update noar ti set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8; -update noar tt set b2='GUC58YXKP9QJVXHB' where id=8; -update noar ti set b2='GUC58YXKP9QJVXHB' where id=8; -update noar tt set v0='UX' where id=9; -update noar ti set v0='UX' where id=9; -update noar tt set b0='4PG35UP1L7DJDH' where id=9; -update noar ti set b0='4PG35UP1L7DJDH' where id=9; -update noar tt set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9; -update noar ti set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9; -update noar tt set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9; -update noar ti set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9; -update noar tt set v0='Z75XPJ8B1CD7J' where id=9; -update noar ti set v0='Z75XPJ8B1CD7J' where id=9; -update noar tt set b2='0GI5E7EMXH5Y08N69H' where id=9; -update noar ti set b2='0GI5E7EMXH5Y08N69H' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1' where id=1; -update noar ti set v0='1' where id=1; -update noar tt set b0='PE9UBWBA1U146G1B95ZZ' where id=1; -update noar ti set b0='PE9UBWBA1U146G1B95ZZ' where id=1; -update noar tt set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1; -update noar ti set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1; -update noar tt set b1='BQI2G6ND4YKE8FNDXB8B' where id=1; -update noar ti set b1='BQI2G6ND4YKE8FNDXB8B' where id=1; -update noar tt set v0='9MT' where id=1; -update noar ti set v0='9MT' where id=1; -update noar tt set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1; -update noar ti set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1; -update noar tt set v0='YMGK9UVXIC615FT' where id=2; -update noar ti set v0='YMGK9UVXIC615FT' where id=2; -update noar tt set b0='6V0SZA3II' where id=2; -update noar ti set b0='6V0SZA3II' where id=2; -update noar tt set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2; -update noar ti set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2; -update noar tt set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2; -update noar ti set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2; -update noar tt set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2; -update noar ti set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2; -update noar tt set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2; -update noar ti set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2; -update noar tt set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3; -update noar ti set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3; -update noar tt set b0='LLELKM' where id=3; -update noar ti set b0='LLELKM' where id=3; -update noar tt set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3; -update noar ti set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3; -update noar tt set b1='3A03S' where id=3; -update noar ti set b1='3A03S' where id=3; -update noar tt set v0='F12YJ2T224ZMWQC3541' where id=3; -update noar ti set v0='F12YJ2T224ZMWQC3541' where id=3; -update noar tt set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3; -update noar ti set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3; -update noar tt set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4; -update noar ti set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4; -update noar tt set b0='7NDVRZV085MIGN7' where id=4; -update noar ti set b0='7NDVRZV085MIGN7' where id=4; -update noar tt set v0='KUQQBIE2Z' where id=4; -update noar ti set v0='KUQQBIE2Z' where id=4; -update noar tt set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4; -update noar ti set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4; -update noar tt set v0='KA6L8DY' where id=4; -update noar ti set v0='KA6L8DY' where id=4; -update noar tt set b2='NCRSQMVR7238GV2IA7' where id=4; -update noar ti set b2='NCRSQMVR7238GV2IA7' where id=4; -update noar tt set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5; -update noar ti set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5; -update noar tt set b0='QGA8973KAGGH4O3' where id=5; -update noar ti set b0='QGA8973KAGGH4O3' where id=5; -update noar tt set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5; -update noar ti set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5; -update noar tt set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5; -update noar ti set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5; -update noar tt set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5; -update noar ti set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5; -update noar tt set b2='O1IG3FJV3JJ8AYUGH' where id=5; -update noar ti set b2='O1IG3FJV3JJ8AYUGH' where id=5; -update noar tt set v0='GH7GG9FD9CM2CJJRQZ10' where id=6; -update noar ti set v0='GH7GG9FD9CM2CJJRQZ10' where id=6; -update noar tt set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6; -update noar ti set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6; -update noar tt set v0='O9FPLB8KZEC2WGHB6K' where id=6; -update noar ti set v0='O9FPLB8KZEC2WGHB6K' where id=6; -update noar tt set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6; -update noar ti set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6; -update noar tt set v0='IH2HTYW' where id=6; -update noar ti set v0='IH2HTYW' where id=6; -update noar tt set b2='V4B0A6A' where id=6; -update noar ti set b2='V4B0A6A' where id=6; -update noar tt set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7; -update noar ti set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7; -update noar tt set b0='IGAIC8A6' where id=7; -update noar ti set b0='IGAIC8A6' where id=7; -update noar tt set v0='6D' where id=7; -update noar ti set v0='6D' where id=7; -update noar tt set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7; -update noar ti set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7; -update noar tt set v0='A' where id=7; -update noar ti set v0='A' where id=7; -update noar tt set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7; -update noar ti set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7; -update noar tt set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8; -update noar ti set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8; -update noar tt set b0='QF253N6' where id=8; -update noar ti set b0='QF253N6' where id=8; -update noar tt set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8; -update noar ti set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8; -update noar tt set b1='11UDK4CPW55UVKC' where id=8; -update noar ti set b1='11UDK4CPW55UVKC' where id=8; -update noar tt set v0='72L5UIOSTSJ94LUK' where id=8; -update noar ti set v0='72L5UIOSTSJ94LUK' where id=8; -update noar tt set b2='Z8UFY0GARQL' where id=8; -update noar ti set b2='Z8UFY0GARQL' where id=8; -update noar tt set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9; -update noar ti set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9; -update noar tt set b0='F0L7KJGF' where id=9; -update noar ti set b0='F0L7KJGF' where id=9; -update noar tt set v0='ZL0BDNUWONKQ9XMF3' where id=9; -update noar ti set v0='ZL0BDNUWONKQ9XMF3' where id=9; -update noar tt set b1='50ETN5YT368Q1' where id=9; -update noar ti set b1='50ETN5YT368Q1' where id=9; -update noar tt set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9; -update noar ti set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9; -update noar tt set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9; -update noar ti set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RMF01TT' where id=1; -update noar ti set v0='RMF01TT' where id=1; -update noar tt set b0='Z8OQ6FGL7ZGJQBDO' where id=1; -update noar ti set b0='Z8OQ6FGL7ZGJQBDO' where id=1; -update noar tt set v0='JFDXUR06PRFAS' where id=1; -update noar ti set v0='JFDXUR06PRFAS' where id=1; -update noar tt set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1; -update noar ti set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1; -update noar tt set v0='40PL9VPTN' where id=1; -update noar ti set v0='40PL9VPTN' where id=1; -update noar tt set b2='C4ASYIWSIUY856' where id=1; -update noar ti set b2='C4ASYIWSIUY856' where id=1; -update noar tt set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2; -update noar ti set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2; -update noar tt set b0='W' where id=2; -update noar ti set b0='W' where id=2; -update noar tt set v0='P2XCINSP' where id=2; -update noar ti set v0='P2XCINSP' where id=2; -update noar tt set b1='ACBKGTGY809111HHC' where id=2; -update noar ti set b1='ACBKGTGY809111HHC' where id=2; -update noar tt set v0='ZA500HGL15KG9CQLXV6' where id=2; -update noar ti set v0='ZA500HGL15KG9CQLXV6' where id=2; -update noar tt set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2; -update noar ti set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2; -update noar tt set v0='RL' where id=3; -update noar ti set v0='RL' where id=3; -update noar tt set b0='Q3NI0GQN82' where id=3; -update noar ti set b0='Q3NI0GQN82' where id=3; -update noar tt set v0='BEB' where id=3; -update noar ti set v0='BEB' where id=3; -update noar tt set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3; -update noar ti set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3; -update noar tt set v0='D9HM6WXLPOZJCEPC5DT1' where id=3; -update noar ti set v0='D9HM6WXLPOZJCEPC5DT1' where id=3; -update noar tt set b2='WKGITDSV2X9WMZY' where id=3; -update noar ti set b2='WKGITDSV2X9WMZY' where id=3; -update noar tt set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4; -update noar ti set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4; -update noar tt set b0='8' where id=4; -update noar ti set b0='8' where id=4; -update noar tt set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4; -update noar ti set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4; -update noar tt set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4; -update noar ti set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4; -update noar tt set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4; -update noar ti set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4; -update noar tt set b2='GBL63964UDOJJDMVFUD' where id=4; -update noar ti set b2='GBL63964UDOJJDMVFUD' where id=4; -update noar tt set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5; -update noar ti set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5; -update noar tt set b0='QDUYVZK' where id=5; -update noar ti set b0='QDUYVZK' where id=5; -update noar tt set v0='TD7CE0H7H2' where id=5; -update noar ti set v0='TD7CE0H7H2' where id=5; -update noar tt set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5; -update noar ti set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5; -update noar tt set v0='886UI54V' where id=5; -update noar ti set v0='886UI54V' where id=5; -update noar tt set b2='S14OOJECI0MXNAQL0PYFE' where id=5; -update noar ti set b2='S14OOJECI0MXNAQL0PYFE' where id=5; -update noar tt set v0='P4UHO7PLH6OM5' where id=6; -update noar ti set v0='P4UHO7PLH6OM5' where id=6; -update noar tt set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6; -update noar ti set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6; -update noar tt set v0='SWUF5XPW9H3UVK' where id=6; -update noar ti set v0='SWUF5XPW9H3UVK' where id=6; -update noar tt set b1='5WGW3WQPV' where id=6; -update noar ti set b1='5WGW3WQPV' where id=6; -update noar tt set v0='4KPY0RUXA8XPWXWL' where id=6; -update noar ti set v0='4KPY0RUXA8XPWXWL' where id=6; -update noar tt set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6; -update noar ti set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6; -update noar tt set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7; -update noar ti set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7; -update noar tt set b0='5NZ0' where id=7; -update noar ti set b0='5NZ0' where id=7; -update noar tt set v0='C5KRRT3T5ST1ZLAQQ' where id=7; -update noar ti set v0='C5KRRT3T5ST1ZLAQQ' where id=7; -update noar tt set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7; -update noar ti set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7; -update noar tt set v0='391NN8Z2KJ2VQB92LMCQ' where id=7; -update noar ti set v0='391NN8Z2KJ2VQB92LMCQ' where id=7; -update noar tt set b2='ONSMZSMKJBTAKQCRV' where id=7; -update noar ti set b2='ONSMZSMKJBTAKQCRV' where id=7; -update noar tt set v0='S0YZ99B' where id=8; -update noar ti set v0='S0YZ99B' where id=8; -update noar tt set b0='ES5BN1BBO4RPW9T' where id=8; -update noar ti set b0='ES5BN1BBO4RPW9T' where id=8; -update noar tt set v0='NYVZV5F' where id=8; -update noar ti set v0='NYVZV5F' where id=8; -update noar tt set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8; -update noar ti set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8; -update noar tt set v0='DMHLY4HFO6HHWOW9CQQ' where id=8; -update noar ti set v0='DMHLY4HFO6HHWOW9CQQ' where id=8; -update noar tt set b2='2D' where id=8; -update noar ti set b2='2D' where id=8; -update noar tt set v0='P' where id=9; -update noar ti set v0='P' where id=9; -update noar tt set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9; -update noar ti set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9; -update noar tt set v0='0L587SDBCAUXX' where id=9; -update noar ti set v0='0L587SDBCAUXX' where id=9; -update noar tt set b1='1E' where id=9; -update noar ti set b1='1E' where id=9; -update noar tt set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9; -update noar ti set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9; -update noar tt set b2='JJYXPEYNNWD9WV5I5I8' where id=9; -update noar ti set b2='JJYXPEYNNWD9WV5I5I8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U3QXFT7' where id=1; -update noar ti set v0='U3QXFT7' where id=1; -update noar tt set b0='RT1M41Q144JC9YH65' where id=1; -update noar ti set b0='RT1M41Q144JC9YH65' where id=1; -update noar tt set v0='D9H' where id=1; -update noar ti set v0='D9H' where id=1; -update noar tt set b1='98XU74MA2TRJBKOTQO28' where id=1; -update noar ti set b1='98XU74MA2TRJBKOTQO28' where id=1; -update noar tt set v0='DC' where id=1; -update noar ti set v0='DC' where id=1; -update noar tt set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1; -update noar ti set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1; -update noar tt set v0='OW9JQ5UW6WLFFH8SJC' where id=2; -update noar ti set v0='OW9JQ5UW6WLFFH8SJC' where id=2; -update noar tt set b0='XGL56XP7Q8RV1HYC0Q' where id=2; -update noar ti set b0='XGL56XP7Q8RV1HYC0Q' where id=2; -update noar tt set v0='5R09PJ2A385FM4XL5HT6' where id=2; -update noar ti set v0='5R09PJ2A385FM4XL5HT6' where id=2; -update noar tt set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2; -update noar ti set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2; -update noar tt set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2; -update noar ti set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2; -update noar tt set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2; -update noar ti set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2; -update noar tt set v0='H5381XQR4GPX5S864HK0UM6' where id=3; -update noar ti set v0='H5381XQR4GPX5S864HK0UM6' where id=3; -update noar tt set b0='6YPZ' where id=3; -update noar ti set b0='6YPZ' where id=3; -update noar tt set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3; -update noar ti set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3; -update noar tt set b1='MV4G9KSH5' where id=3; -update noar ti set b1='MV4G9KSH5' where id=3; -update noar tt set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3; -update noar ti set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3; -update noar tt set b2='N1WW103NIE8MPPKVR' where id=3; -update noar ti set b2='N1WW103NIE8MPPKVR' where id=3; -update noar tt set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4; -update noar ti set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4; -update noar tt set b0='GA4LV' where id=4; -update noar ti set b0='GA4LV' where id=4; -update noar tt set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4; -update noar ti set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4; -update noar tt set b1='ZNJA2BSW8FAG22' where id=4; -update noar ti set b1='ZNJA2BSW8FAG22' where id=4; -update noar tt set v0='E9BX06TVP5X5Q13AIA0DH' where id=4; -update noar ti set v0='E9BX06TVP5X5Q13AIA0DH' where id=4; -update noar tt set b2='WT1TLCXBYIHWI1GD' where id=4; -update noar ti set b2='WT1TLCXBYIHWI1GD' where id=4; -update noar tt set v0='FR4N3PFY2YUL' where id=5; -update noar ti set v0='FR4N3PFY2YUL' where id=5; -update noar tt set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5; -update noar ti set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5; -update noar tt set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5; -update noar ti set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5; -update noar tt set b1='3LORD46P63UKU9I' where id=5; -update noar ti set b1='3LORD46P63UKU9I' where id=5; -update noar tt set v0='HYSX4' where id=5; -update noar ti set v0='HYSX4' where id=5; -update noar tt set b2='S0DNS3JOSD3SAP2J' where id=5; -update noar ti set b2='S0DNS3JOSD3SAP2J' where id=5; -update noar tt set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6; -update noar ti set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6; -update noar tt set b0='RU1NL87CQUUJ' where id=6; -update noar ti set b0='RU1NL87CQUUJ' where id=6; -update noar tt set v0='N2W' where id=6; -update noar ti set v0='N2W' where id=6; -update noar tt set b1='ENZYX098BBUN6' where id=6; -update noar ti set b1='ENZYX098BBUN6' where id=6; -update noar tt set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6; -update noar ti set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6; -update noar tt set b2='16MIXU5ERSCJI6L4J' where id=6; -update noar ti set b2='16MIXU5ERSCJI6L4J' where id=6; -update noar tt set v0='0VROV7N303VI' where id=7; -update noar ti set v0='0VROV7N303VI' where id=7; -update noar tt set b0='9EAXF7IU64QQZMHZN8KT' where id=7; -update noar ti set b0='9EAXF7IU64QQZMHZN8KT' where id=7; -update noar tt set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7; -update noar ti set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7; -update noar tt set b1='QZ9OGK5QMZN' where id=7; -update noar ti set b1='QZ9OGK5QMZN' where id=7; -update noar tt set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7; -update noar ti set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7; -update noar tt set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7; -update noar ti set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7; -update noar tt set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8; -update noar ti set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8; -update noar tt set b0='QMEYKB2ZFJ7CR9C' where id=8; -update noar ti set b0='QMEYKB2ZFJ7CR9C' where id=8; -update noar tt set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8; -update noar ti set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8; -update noar tt set b1='MZ88MTYLM91POPWKBL4YR42' where id=8; -update noar ti set b1='MZ88MTYLM91POPWKBL4YR42' where id=8; -update noar tt set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8; -update noar ti set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8; -update noar tt set b2='8RXXW09' where id=8; -update noar ti set b2='8RXXW09' where id=8; -update noar tt set v0='8G4JFPTVC2' where id=9; -update noar ti set v0='8G4JFPTVC2' where id=9; -update noar tt set b0='V2X8IYO53' where id=9; -update noar ti set b0='V2X8IYO53' where id=9; -update noar tt set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9; -update noar ti set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9; -update noar tt set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9; -update noar ti set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9; -update noar tt set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9; -update noar ti set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9; -update noar tt set b2='8962W028V' where id=9; -update noar ti set b2='8962W028V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TH15PY73DK' where id=1; -update noar ti set v0='TH15PY73DK' where id=1; -update noar tt set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1; -update noar ti set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1; -update noar tt set v0='41Q4BTSQXMESELQOKQGC' where id=1; -update noar ti set v0='41Q4BTSQXMESELQOKQGC' where id=1; -update noar tt set b1='Q76MJEQVKBLOMVCX' where id=1; -update noar ti set b1='Q76MJEQVKBLOMVCX' where id=1; -update noar tt set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1; -update noar ti set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1; -update noar tt set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1; -update noar ti set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1; -update noar tt set v0='RNBMZ9HUPE5K0J0' where id=2; -update noar ti set v0='RNBMZ9HUPE5K0J0' where id=2; -update noar tt set b0='2TIDWLLT1523PJ2D9' where id=2; -update noar ti set b0='2TIDWLLT1523PJ2D9' where id=2; -update noar tt set v0='5QCWUK' where id=2; -update noar ti set v0='5QCWUK' where id=2; -update noar tt set b1='RNN4JR6F47WMUZF5U0' where id=2; -update noar ti set b1='RNN4JR6F47WMUZF5U0' where id=2; -update noar tt set v0='5CIA5BBKHVSZ109' where id=2; -update noar ti set v0='5CIA5BBKHVSZ109' where id=2; -update noar tt set b2='N8LGZV9J6XWEVRWWI455' where id=2; -update noar ti set b2='N8LGZV9J6XWEVRWWI455' where id=2; -update noar tt set v0='CDP21XWGVXVGP3NZ' where id=3; -update noar ti set v0='CDP21XWGVXVGP3NZ' where id=3; -update noar tt set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3; -update noar ti set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3; -update noar tt set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3; -update noar ti set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3; -update noar tt set b1='56P7UPE82CRZB0LY1D' where id=3; -update noar ti set b1='56P7UPE82CRZB0LY1D' where id=3; -update noar tt set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3; -update noar ti set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3; -update noar tt set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3; -update noar ti set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3; -update noar tt set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4; -update noar ti set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4; -update noar tt set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4; -update noar ti set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4; -update noar tt set v0='EDY85L1BTLM4JHIXXW5' where id=4; -update noar ti set v0='EDY85L1BTLM4JHIXXW5' where id=4; -update noar tt set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4; -update noar ti set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4; -update noar tt set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4; -update noar ti set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4; -update noar tt set b2='WZJ768O72CD5BDJPW' where id=4; -update noar ti set b2='WZJ768O72CD5BDJPW' where id=4; -update noar tt set v0='UV3MTZUBJ' where id=5; -update noar ti set v0='UV3MTZUBJ' where id=5; -update noar tt set b0='NVZGPUM7K' where id=5; -update noar ti set b0='NVZGPUM7K' where id=5; -update noar tt set v0='EBGKJO901EQM4QDXKZV8' where id=5; -update noar ti set v0='EBGKJO901EQM4QDXKZV8' where id=5; -update noar tt set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5; -update noar ti set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5; -update noar tt set v0='DIK2ICHW' where id=5; -update noar ti set v0='DIK2ICHW' where id=5; -update noar tt set b2='0GN7ZIMMG2' where id=5; -update noar ti set b2='0GN7ZIMMG2' where id=5; -update noar tt set v0='NE0UBZOOVWP7' where id=6; -update noar ti set v0='NE0UBZOOVWP7' where id=6; -update noar tt set b0='SOBQZS6XZ' where id=6; -update noar ti set b0='SOBQZS6XZ' where id=6; -update noar tt set v0='X8' where id=6; -update noar ti set v0='X8' where id=6; -update noar tt set b1='7LJ6OFVK0TQ' where id=6; -update noar ti set b1='7LJ6OFVK0TQ' where id=6; -update noar tt set v0='4IYGUK5' where id=6; -update noar ti set v0='4IYGUK5' where id=6; -update noar tt set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6; -update noar ti set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6; -update noar tt set v0='NF4' where id=7; -update noar ti set v0='NF4' where id=7; -update noar tt set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7; -update noar ti set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7; -update noar tt set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7; -update noar ti set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7; -update noar tt set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7; -update noar ti set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b2='87L795D2' where id=7; -update noar ti set b2='87L795D2' where id=7; -update noar tt set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8; -update noar ti set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8; -update noar tt set b0='L1DCVB' where id=8; -update noar ti set b0='L1DCVB' where id=8; -update noar tt set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8; -update noar ti set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8; -update noar tt set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8; -update noar ti set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8; -update noar tt set v0='LK3MG079VW3U2' where id=8; -update noar ti set v0='LK3MG079VW3U2' where id=8; -update noar tt set b2='LNWBMBLQ' where id=8; -update noar ti set b2='LNWBMBLQ' where id=8; -update noar tt set v0='CAPH35G2ZBLK' where id=9; -update noar ti set v0='CAPH35G2ZBLK' where id=9; -update noar tt set b0='49DERRZ6GBRBXN' where id=9; -update noar ti set b0='49DERRZ6GBRBXN' where id=9; -update noar tt set v0='MDGQV7TRBNX3LRECJ34TY' where id=9; -update noar ti set v0='MDGQV7TRBNX3LRECJ34TY' where id=9; -update noar tt set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9; -update noar ti set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9; -update noar tt set v0='GQTOL8I' where id=9; -update noar ti set v0='GQTOL8I' where id=9; -update noar tt set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9; -update noar ti set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SA80PG' where id=1; -update noar ti set v0='SA80PG' where id=1; -update noar tt set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1; -update noar ti set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1; -update noar tt set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1; -update noar ti set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1; -update noar tt set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1; -update noar ti set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1; -update noar tt set v0='T9ZXXD6XZE' where id=1; -update noar ti set v0='T9ZXXD6XZE' where id=1; -update noar tt set b2='DGMPOJ' where id=1; -update noar ti set b2='DGMPOJ' where id=1; -update noar tt set v0='FDM7H7G' where id=2; -update noar ti set v0='FDM7H7G' where id=2; -update noar tt set b0='YUMMS05KO9BRE1CZ4R' where id=2; -update noar ti set b0='YUMMS05KO9BRE1CZ4R' where id=2; -update noar tt set v0='63KFBR6' where id=2; -update noar ti set v0='63KFBR6' where id=2; -update noar tt set b1='N4VW4O8U3D' where id=2; -update noar ti set b1='N4VW4O8U3D' where id=2; -update noar tt set v0='UYB56R8SRKCA8O5O' where id=2; -update noar ti set v0='UYB56R8SRKCA8O5O' where id=2; -update noar tt set b2='3HCEENYOE9HZ0SEP1' where id=2; -update noar ti set b2='3HCEENYOE9HZ0SEP1' where id=2; -update noar tt set v0='GK7YW07HGHV' where id=3; -update noar ti set v0='GK7YW07HGHV' where id=3; -update noar tt set b0='4HHV537SNEGOS3' where id=3; -update noar ti set b0='4HHV537SNEGOS3' where id=3; -update noar tt set v0='UR4U43GFPKQF28AV' where id=3; -update noar ti set v0='UR4U43GFPKQF28AV' where id=3; -update noar tt set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3; -update noar ti set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3; -update noar tt set v0='ZKZ8RO' where id=3; -update noar ti set v0='ZKZ8RO' where id=3; -update noar tt set b2='4SVQWVJ9' where id=3; -update noar ti set b2='4SVQWVJ9' where id=3; -update noar tt set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4; -update noar ti set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4; -update noar tt set b0='R3IFSPI0M' where id=4; -update noar ti set b0='R3IFSPI0M' where id=4; -update noar tt set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4; -update noar ti set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4; -update noar tt set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4; -update noar ti set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4; -update noar tt set v0='8768' where id=4; -update noar ti set v0='8768' where id=4; -update noar tt set b2='DVSHBK' where id=4; -update noar ti set b2='DVSHBK' where id=4; -update noar tt set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5; -update noar ti set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5; -update noar tt set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5; -update noar ti set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5; -update noar tt set v0='J8XLH1TN4GKWHPLD' where id=5; -update noar ti set v0='J8XLH1TN4GKWHPLD' where id=5; -update noar tt set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5; -update noar ti set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5; -update noar tt set v0='ST' where id=5; -update noar ti set v0='ST' where id=5; -update noar tt set b2='H8F10L06U' where id=5; -update noar ti set b2='H8F10L06U' where id=5; -update noar tt set v0='3VQ1LSWAMUVP' where id=6; -update noar ti set v0='3VQ1LSWAMUVP' where id=6; -update noar tt set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6; -update noar ti set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6; -update noar tt set v0='LW' where id=6; -update noar ti set v0='LW' where id=6; -update noar tt set b1='XC7T528FA5G' where id=6; -update noar ti set b1='XC7T528FA5G' where id=6; -update noar tt set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6; -update noar ti set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6; -update noar tt set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6; -update noar ti set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6; -update noar tt set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7; -update noar ti set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7; -update noar tt set b0='16F1BCE' where id=7; -update noar ti set b0='16F1BCE' where id=7; -update noar tt set v0='F7HYCT5X3V155PQ6KFEAG' where id=7; -update noar ti set v0='F7HYCT5X3V155PQ6KFEAG' where id=7; -update noar tt set b1='BCDI10FVTNMK' where id=7; -update noar ti set b1='BCDI10FVTNMK' where id=7; -update noar tt set v0='MD206ZJRKOC57CS7ISK7' where id=7; -update noar ti set v0='MD206ZJRKOC57CS7ISK7' where id=7; -update noar tt set b2='PNN11WCL2N8NQ36' where id=7; -update noar ti set b2='PNN11WCL2N8NQ36' where id=7; -update noar tt set v0='S' where id=8; -update noar ti set v0='S' where id=8; -update noar tt set b0='AT5I7DO9R1' where id=8; -update noar ti set b0='AT5I7DO9R1' where id=8; -update noar tt set v0='UBTG0KLEG678OMWELQX64M' where id=8; -update noar ti set v0='UBTG0KLEG678OMWELQX64M' where id=8; -update noar tt set b1='YCVZMH' where id=8; -update noar ti set b1='YCVZMH' where id=8; -update noar tt set v0='DIPPRLUPQRAI68V' where id=8; -update noar ti set v0='DIPPRLUPQRAI68V' where id=8; -update noar tt set b2='4TIPR78COMZCS5DOE7HJ5' where id=8; -update noar ti set b2='4TIPR78COMZCS5DOE7HJ5' where id=8; -update noar tt set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9; -update noar ti set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9; -update noar tt set b0='LUUIEVD0ZWLE8' where id=9; -update noar ti set b0='LUUIEVD0ZWLE8' where id=9; -update noar tt set v0='62Z' where id=9; -update noar ti set v0='62Z' where id=9; -update noar tt set b1='JEEBWUBR1248QKC12IE2' where id=9; -update noar ti set b1='JEEBWUBR1248QKC12IE2' where id=9; -update noar tt set v0='2SWZ' where id=9; -update noar ti set v0='2SWZ' where id=9; -update noar tt set b2='1MPY7LPQWAD6VC0' where id=9; -update noar ti set b2='1MPY7LPQWAD6VC0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1; -update noar ti set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1; -update noar tt set b0='ESST' where id=1; -update noar ti set b0='ESST' where id=1; -update noar tt set v0='49RXKRGWR' where id=1; -update noar ti set v0='49RXKRGWR' where id=1; -update noar tt set b1='UZNQ' where id=1; -update noar ti set b1='UZNQ' where id=1; -update noar tt set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1; -update noar ti set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1; -update noar tt set b2='DJ04THBCA5H6S65QTXIBUH' where id=1; -update noar ti set b2='DJ04THBCA5H6S65QTXIBUH' where id=1; -update noar tt set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2; -update noar ti set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2; -update noar tt set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2; -update noar ti set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2; -update noar tt set v0='H2C7KQ6PVFUFM1' where id=2; -update noar ti set v0='H2C7KQ6PVFUFM1' where id=2; -update noar tt set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2; -update noar ti set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2; -update noar tt set v0='TR5RC5W2EHZQ8K' where id=2; -update noar ti set v0='TR5RC5W2EHZQ8K' where id=2; -update noar tt set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2; -update noar ti set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2; -update noar tt set v0='OGCTEWDFCQD0NIAOL6U8' where id=3; -update noar ti set v0='OGCTEWDFCQD0NIAOL6U8' where id=3; -update noar tt set b0='D2EMA' where id=3; -update noar ti set b0='D2EMA' where id=3; -update noar tt set v0='IK2XQAHHCEVO20F5MP' where id=3; -update noar ti set v0='IK2XQAHHCEVO20F5MP' where id=3; -update noar tt set b1='X04490O' where id=3; -update noar ti set b1='X04490O' where id=3; -update noar tt set v0='OGQD9D' where id=3; -update noar ti set v0='OGQD9D' where id=3; -update noar tt set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3; -update noar ti set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3; -update noar tt set v0='5H1X21G16' where id=4; -update noar ti set v0='5H1X21G16' where id=4; -update noar tt set b0='JLS7' where id=4; -update noar ti set b0='JLS7' where id=4; -update noar tt set v0='J' where id=4; -update noar ti set v0='J' where id=4; -update noar tt set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4; -update noar ti set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4; -update noar tt set v0='EM1X6O0EFXVQX' where id=4; -update noar ti set v0='EM1X6O0EFXVQX' where id=4; -update noar tt set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4; -update noar ti set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4; -update noar tt set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5; -update noar ti set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5; -update noar tt set b0='SRO76FHS821' where id=5; -update noar ti set b0='SRO76FHS821' where id=5; -update noar tt set v0='LZBN4' where id=5; -update noar ti set v0='LZBN4' where id=5; -update noar tt set b1='CH4V1NSX5MFNL5EKE3' where id=5; -update noar ti set b1='CH4V1NSX5MFNL5EKE3' where id=5; -update noar tt set v0='AHRNJU17953C9QOMAT8M4G' where id=5; -update noar ti set v0='AHRNJU17953C9QOMAT8M4G' where id=5; -update noar tt set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5; -update noar ti set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5; -update noar tt set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6; -update noar ti set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6; -update noar tt set b0='MR' where id=6; -update noar ti set b0='MR' where id=6; -update noar tt set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6; -update noar ti set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6; -update noar tt set b1='XQ61ZO1AA1' where id=6; -update noar ti set b1='XQ61ZO1AA1' where id=6; -update noar tt set v0='CY1EDINWIJM6' where id=6; -update noar ti set v0='CY1EDINWIJM6' where id=6; -update noar tt set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6; -update noar ti set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6; -update noar tt set v0='HFI7E' where id=7; -update noar ti set v0='HFI7E' where id=7; -update noar tt set b0='E03D44VII94OE' where id=7; -update noar ti set b0='E03D44VII94OE' where id=7; -update noar tt set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7; -update noar ti set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7; -update noar tt set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7; -update noar ti set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7; -update noar tt set v0='S3Q0QEVQTNMZ' where id=7; -update noar ti set v0='S3Q0QEVQTNMZ' where id=7; -update noar tt set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7; -update noar ti set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7; -update noar tt set v0='QL1QUU44' where id=8; -update noar ti set v0='QL1QUU44' where id=8; -update noar tt set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8; -update noar ti set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8; -update noar tt set v0='5LFBKA' where id=8; -update noar ti set v0='5LFBKA' where id=8; -update noar tt set b1='O365AOJKCSIP1IEZB' where id=8; -update noar ti set b1='O365AOJKCSIP1IEZB' where id=8; -update noar tt set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8; -update noar ti set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8; -update noar tt set b2='2' where id=8; -update noar ti set b2='2' where id=8; -update noar tt set v0='CHC3WS3NQ8E3' where id=9; -update noar ti set v0='CHC3WS3NQ8E3' where id=9; -update noar tt set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9; -update noar ti set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9; -update noar tt set v0='QW1L77S5' where id=9; -update noar ti set v0='QW1L77S5' where id=9; -update noar tt set b1='2ACU3T' where id=9; -update noar ti set b1='2ACU3T' where id=9; -update noar tt set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9; -update noar ti set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9; -update noar tt set b2='DXD97YPLYBJ' where id=9; -update noar ti set b2='DXD97YPLYBJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1; -update noar ti set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1; -update noar tt set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1; -update noar ti set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1; -update noar tt set v0='F15NQZ' where id=1; -update noar ti set v0='F15NQZ' where id=1; -update noar tt set b1='ZH7957RP7K43J' where id=1; -update noar ti set b1='ZH7957RP7K43J' where id=1; -update noar tt set v0='3LR25MEL4' where id=1; -update noar ti set v0='3LR25MEL4' where id=1; -update noar tt set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1; -update noar ti set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1; -update noar tt set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2; -update noar ti set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2; -update noar tt set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2; -update noar ti set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2; -update noar tt set v0='FLHB82P5OG6T6LQ' where id=2; -update noar ti set v0='FLHB82P5OG6T6LQ' where id=2; -update noar tt set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2; -update noar ti set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2; -update noar tt set v0='CXQA3H1Z3G' where id=2; -update noar ti set v0='CXQA3H1Z3G' where id=2; -update noar tt set b2='A1KB1JFTR6O12F' where id=2; -update noar ti set b2='A1KB1JFTR6O12F' where id=2; -update noar tt set v0='E' where id=3; -update noar ti set v0='E' where id=3; -update noar tt set b0='CF' where id=3; -update noar ti set b0='CF' where id=3; -update noar tt set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3; -update noar ti set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3; -update noar tt set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3; -update noar ti set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3; -update noar tt set v0='5GL5' where id=3; -update noar ti set v0='5GL5' where id=3; -update noar tt set b2='E1JGP9CR98X4G' where id=3; -update noar ti set b2='E1JGP9CR98X4G' where id=3; -update noar tt set v0='LMEU0' where id=4; -update noar ti set v0='LMEU0' where id=4; -update noar tt set b0='QTYV3THLM0ERNESBDQC' where id=4; -update noar ti set b0='QTYV3THLM0ERNESBDQC' where id=4; -update noar tt set v0='4LDB03DGA090H40EF889SPK4EA' where id=4; -update noar ti set v0='4LDB03DGA090H40EF889SPK4EA' where id=4; -update noar tt set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4; -update noar ti set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4; -update noar tt set v0='XQAMQP15NHRP' where id=4; -update noar ti set v0='XQAMQP15NHRP' where id=4; -update noar tt set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4; -update noar ti set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4; -update noar tt set v0='VHLJMC20' where id=5; -update noar ti set v0='VHLJMC20' where id=5; -update noar tt set b0='VRLKYSSI' where id=5; -update noar ti set b0='VRLKYSSI' where id=5; -update noar tt set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5; -update noar ti set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5; -update noar tt set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5; -update noar ti set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5; -update noar tt set v0='KKOXIJXRR' where id=5; -update noar ti set v0='KKOXIJXRR' where id=5; -update noar tt set b2='T1EAV5PTEGWFZ' where id=5; -update noar ti set b2='T1EAV5PTEGWFZ' where id=5; -update noar tt set v0='F93EJF' where id=6; -update noar ti set v0='F93EJF' where id=6; -update noar tt set b0='7BENK' where id=6; -update noar ti set b0='7BENK' where id=6; -update noar tt set v0='NB6O0J' where id=6; -update noar ti set v0='NB6O0J' where id=6; -update noar tt set b1='S12' where id=6; -update noar ti set b1='S12' where id=6; -update noar tt set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6; -update noar ti set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6; -update noar tt set b2='4MUPNZTJRJNR' where id=6; -update noar ti set b2='4MUPNZTJRJNR' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='L5PB8ON8PV3HW6WU967LO' where id=7; -update noar ti set b0='L5PB8ON8PV3HW6WU967LO' where id=7; -update noar tt set v0='R8AABML7ODOJOYVNI' where id=7; -update noar ti set v0='R8AABML7ODOJOYVNI' where id=7; -update noar tt set b1='IQR4KF3CQK' where id=7; -update noar ti set b1='IQR4KF3CQK' where id=7; -update noar tt set v0='8JTV0AA7PEXBY48CG' where id=7; -update noar ti set v0='8JTV0AA7PEXBY48CG' where id=7; -update noar tt set b2='HB49T79' where id=7; -update noar ti set b2='HB49T79' where id=7; -update noar tt set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8; -update noar ti set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8; -update noar tt set b0='AIS2KY6M' where id=8; -update noar ti set b0='AIS2KY6M' where id=8; -update noar tt set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8; -update noar ti set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8; -update noar tt set b1='TGAX97F6VW9' where id=8; -update noar ti set b1='TGAX97F6VW9' where id=8; -update noar tt set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8; -update noar ti set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8; -update noar tt set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8; -update noar ti set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8; -update noar tt set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9; -update noar ti set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9; -update noar tt set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9; -update noar ti set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9; -update noar tt set v0='E03P' where id=9; -update noar ti set v0='E03P' where id=9; -update noar tt set b1='R7SUMSY3KCAMODTJT54' where id=9; -update noar ti set b1='R7SUMSY3KCAMODTJT54' where id=9; -update noar tt set v0='LITW0FBL69AGSICB' where id=9; -update noar ti set v0='LITW0FBL69AGSICB' where id=9; -update noar tt set b2='QZF1CCV15' where id=9; -update noar ti set b2='QZF1CCV15' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WEICMI03B3L98HEG2L' where id=1; -update noar ti set v0='WEICMI03B3L98HEG2L' where id=1; -update noar tt set b0='6DUO87IOTWL987PVGN' where id=1; -update noar ti set b0='6DUO87IOTWL987PVGN' where id=1; -update noar tt set v0='O' where id=1; -update noar ti set v0='O' where id=1; -update noar tt set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1; -update noar ti set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1; -update noar tt set v0='LJBP5E' where id=1; -update noar ti set v0='LJBP5E' where id=1; -update noar tt set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1; -update noar ti set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1; -update noar tt set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2; -update noar ti set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2; -update noar tt set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2; -update noar ti set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2; -update noar tt set v0='N2BU8AR00M9E9N20W4G' where id=2; -update noar ti set v0='N2BU8AR00M9E9N20W4G' where id=2; -update noar tt set b1='B2GZW25XHG4Q32CCDLXF1' where id=2; -update noar ti set b1='B2GZW25XHG4Q32CCDLXF1' where id=2; -update noar tt set v0='2MM6KGL6EPGPXAL1M6' where id=2; -update noar ti set v0='2MM6KGL6EPGPXAL1M6' where id=2; -update noar tt set b2='AIGM3DHPG' where id=2; -update noar ti set b2='AIGM3DHPG' where id=2; -update noar tt set v0='J5AYDH8CYWIZK4' where id=3; -update noar ti set v0='J5AYDH8CYWIZK4' where id=3; -update noar tt set b0='PESZFGHN2OD2243NJ' where id=3; -update noar ti set b0='PESZFGHN2OD2243NJ' where id=3; -update noar tt set v0='DWTK5RGZB5P01THT' where id=3; -update noar ti set v0='DWTK5RGZB5P01THT' where id=3; -update noar tt set b1='UYW2775ZWE' where id=3; -update noar ti set b1='UYW2775ZWE' where id=3; -update noar tt set v0='3LAORLB9SSFKE2M7SQT99P' where id=3; -update noar ti set v0='3LAORLB9SSFKE2M7SQT99P' where id=3; -update noar tt set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3; -update noar ti set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3; -update noar tt set v0='CGQLK3UOOB30HNV3DRWI' where id=4; -update noar ti set v0='CGQLK3UOOB30HNV3DRWI' where id=4; -update noar tt set b0='K1' where id=4; -update noar ti set b0='K1' where id=4; -update noar tt set v0='PJX9HD71S6JTT8F8B77' where id=4; -update noar ti set v0='PJX9HD71S6JTT8F8B77' where id=4; -update noar tt set b1='A3HEWLX' where id=4; -update noar ti set b1='A3HEWLX' where id=4; -update noar tt set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4; -update noar ti set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4; -update noar tt set b2='WXW0B8ABCTL2SOFHOKQ' where id=4; -update noar ti set b2='WXW0B8ABCTL2SOFHOKQ' where id=4; -update noar tt set v0='L2WWV5SC' where id=5; -update noar ti set v0='L2WWV5SC' where id=5; -update noar tt set b0='M4FV' where id=5; -update noar ti set b0='M4FV' where id=5; -update noar tt set v0='9XH7VB9' where id=5; -update noar ti set v0='9XH7VB9' where id=5; -update noar tt set b1='VEVE' where id=5; -update noar ti set b1='VEVE' where id=5; -update noar tt set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5; -update noar ti set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5; -update noar tt set b2='RK22WIFGCQG9FYJ' where id=5; -update noar ti set b2='RK22WIFGCQG9FYJ' where id=5; -update noar tt set v0='6K' where id=6; -update noar ti set v0='6K' where id=6; -update noar tt set b0='KB6CI88G3IV8B4EP' where id=6; -update noar ti set b0='KB6CI88G3IV8B4EP' where id=6; -update noar tt set v0='0RDYG9FPW05KCZPT7JU' where id=6; -update noar ti set v0='0RDYG9FPW05KCZPT7JU' where id=6; -update noar tt set b1='ZSPAC2N1H3QOIEOVG' where id=6; -update noar ti set b1='ZSPAC2N1H3QOIEOVG' where id=6; -update noar tt set v0='D4BENW98MZEFV' where id=6; -update noar ti set v0='D4BENW98MZEFV' where id=6; -update noar tt set b2='ABKJ21KKF1WK191I' where id=6; -update noar ti set b2='ABKJ21KKF1WK191I' where id=6; -update noar tt set v0='EN3' where id=7; -update noar ti set v0='EN3' where id=7; -update noar tt set b0='FXVSZJXYKB' where id=7; -update noar ti set b0='FXVSZJXYKB' where id=7; -update noar tt set v0='CF918YZ2W0' where id=7; -update noar ti set v0='CF918YZ2W0' where id=7; -update noar tt set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7; -update noar ti set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7; -update noar tt set v0='7LA68AXM8QMVTMHNKN9G' where id=7; -update noar ti set v0='7LA68AXM8QMVTMHNKN9G' where id=7; -update noar tt set b2='2GHN46O2G0' where id=7; -update noar ti set b2='2GHN46O2G0' where id=7; -update noar tt set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8; -update noar ti set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8; -update noar tt set b0='VPDN7E4SXBP5' where id=8; -update noar ti set b0='VPDN7E4SXBP5' where id=8; -update noar tt set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8; -update noar ti set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8; -update noar tt set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8; -update noar ti set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8; -update noar tt set v0='Q197C245' where id=8; -update noar ti set v0='Q197C245' where id=8; -update noar tt set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8; -update noar ti set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8; -update noar tt set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9; -update noar ti set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9; -update noar tt set b0='G2V3QF13J88JYTL76MZOC' where id=9; -update noar ti set b0='G2V3QF13J88JYTL76MZOC' where id=9; -update noar tt set v0='FFK755MQG83UXHPPQLZU3F' where id=9; -update noar ti set v0='FFK755MQG83UXHPPQLZU3F' where id=9; -update noar tt set b1='SEPB2RFI9XZZN' where id=9; -update noar ti set b1='SEPB2RFI9XZZN' where id=9; -update noar tt set v0='ISRWP16H8N7O6T9T' where id=9; -update noar ti set v0='ISRWP16H8N7O6T9T' where id=9; -update noar tt set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9; -update noar ti set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1; -update noar ti set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1; -update noar tt set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1; -update noar ti set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1; -update noar tt set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1; -update noar ti set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1; -update noar tt set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1; -update noar ti set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1; -update noar tt set v0='SNOK4' where id=1; -update noar ti set v0='SNOK4' where id=1; -update noar tt set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1; -update noar ti set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1; -update noar tt set v0='4797V' where id=2; -update noar ti set v0='4797V' where id=2; -update noar tt set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2; -update noar ti set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2; -update noar tt set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2; -update noar ti set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2; -update noar tt set b1='RZ8WM6EC0ESPB6EL' where id=2; -update noar ti set b1='RZ8WM6EC0ESPB6EL' where id=2; -update noar tt set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2; -update noar ti set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2; -update noar tt set b2='NBXF9I' where id=2; -update noar ti set b2='NBXF9I' where id=2; -update noar tt set v0='M' where id=3; -update noar ti set v0='M' where id=3; -update noar tt set b0='4FC3TGX' where id=3; -update noar ti set b0='4FC3TGX' where id=3; -update noar tt set v0='RNDPDUJ9KY97L2K5QFSI' where id=3; -update noar ti set v0='RNDPDUJ9KY97L2K5QFSI' where id=3; -update noar tt set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3; -update noar ti set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3; -update noar tt set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3; -update noar ti set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3; -update noar tt set b2='08S89K' where id=3; -update noar ti set b2='08S89K' where id=3; -update noar tt set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4; -update noar ti set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4; -update noar tt set b0='8H1P97YTNKX2BE3V51MN' where id=4; -update noar ti set b0='8H1P97YTNKX2BE3V51MN' where id=4; -update noar tt set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4; -update noar ti set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4; -update noar tt set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4; -update noar ti set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4; -update noar tt set v0='Z7MV61DL' where id=4; -update noar ti set v0='Z7MV61DL' where id=4; -update noar tt set b2='MPOP' where id=4; -update noar ti set b2='MPOP' where id=4; -update noar tt set v0='UX4' where id=5; -update noar ti set v0='UX4' where id=5; -update noar tt set b0='HFS772M4M0W4BQL09N115' where id=5; -update noar ti set b0='HFS772M4M0W4BQL09N115' where id=5; -update noar tt set v0='83A2RFH69OWK4YP0T5OA' where id=5; -update noar ti set v0='83A2RFH69OWK4YP0T5OA' where id=5; -update noar tt set b1='P80W' where id=5; -update noar ti set b1='P80W' where id=5; -update noar tt set v0='5H8DBQ8EOU2U' where id=5; -update noar ti set v0='5H8DBQ8EOU2U' where id=5; -update noar tt set b2='YGCZF3VH1WG8' where id=5; -update noar ti set b2='YGCZF3VH1WG8' where id=5; -update noar tt set v0='LC4BVHX8Q25KZ5NUS39E' where id=6; -update noar ti set v0='LC4BVHX8Q25KZ5NUS39E' where id=6; -update noar tt set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6; -update noar ti set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6; -update noar tt set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6; -update noar ti set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6; -update noar tt set b1='42PJF0EFA' where id=6; -update noar ti set b1='42PJF0EFA' where id=6; -update noar tt set v0='NY4TGA' where id=6; -update noar ti set v0='NY4TGA' where id=6; -update noar tt set b2='9XNJ5DTCYUHV' where id=6; -update noar ti set b2='9XNJ5DTCYUHV' where id=6; -update noar tt set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7; -update noar ti set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7; -update noar tt set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7; -update noar ti set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7; -update noar tt set v0='QU231SYC3FQ' where id=7; -update noar ti set v0='QU231SYC3FQ' where id=7; -update noar tt set b1='5H3FK65AFOKCBL6ZBRTD' where id=7; -update noar ti set b1='5H3FK65AFOKCBL6ZBRTD' where id=7; -update noar tt set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7; -update noar ti set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7; -update noar tt set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7; -update noar ti set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7; -update noar tt set v0='589UC2IMSBCK' where id=8; -update noar ti set v0='589UC2IMSBCK' where id=8; -update noar tt set b0='O' where id=8; -update noar ti set b0='O' where id=8; -update noar tt set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8; -update noar ti set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8; -update noar tt set b1='M1HKEE4SEI7N58YR' where id=8; -update noar ti set b1='M1HKEE4SEI7N58YR' where id=8; -update noar tt set v0='FMVRV63WRLKYAQS1C8' where id=8; -update noar ti set v0='FMVRV63WRLKYAQS1C8' where id=8; -update noar tt set b2='8EMABSBI51DRJPM3FIVPG8' where id=8; -update noar ti set b2='8EMABSBI51DRJPM3FIVPG8' where id=8; -update noar tt set v0='XJQ5WO' where id=9; -update noar ti set v0='XJQ5WO' where id=9; -update noar tt set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9; -update noar ti set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9; -update noar tt set v0='OHSO' where id=9; -update noar ti set v0='OHSO' where id=9; -update noar tt set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9; -update noar ti set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9; -update noar tt set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9; -update noar ti set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9; -update noar tt set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9; -update noar ti set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ND2PP77ECRKP' where id=1; -update noar ti set v0='ND2PP77ECRKP' where id=1; -update noar tt set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1; -update noar ti set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1; -update noar tt set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1; -update noar ti set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1; -update noar tt set b1='AITE7EW5422TEV' where id=1; -update noar ti set b1='AITE7EW5422TEV' where id=1; -update noar tt set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1; -update noar ti set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1; -update noar tt set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1; -update noar ti set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1; -update noar tt set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2; -update noar ti set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2; -update noar tt set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2; -update noar ti set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2; -update noar tt set v0='INXDX91X0OTNC7RNG' where id=2; -update noar ti set v0='INXDX91X0OTNC7RNG' where id=2; -update noar tt set b1='5NSNHDB4WERK81J4H' where id=2; -update noar ti set b1='5NSNHDB4WERK81J4H' where id=2; -update noar tt set v0='5R' where id=2; -update noar ti set v0='5R' where id=2; -update noar tt set b2='HW357HOGSMGCFD' where id=2; -update noar ti set b2='HW357HOGSMGCFD' where id=2; -update noar tt set v0='7HZTV' where id=3; -update noar ti set v0='7HZTV' where id=3; -update noar tt set b0='0D8Y5A10XZS5' where id=3; -update noar ti set b0='0D8Y5A10XZS5' where id=3; -update noar tt set v0='7FGKHAYR3VD' where id=3; -update noar ti set v0='7FGKHAYR3VD' where id=3; -update noar tt set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3; -update noar ti set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3; -update noar tt set v0='DDMN6XJ9SU1UWC2G7' where id=3; -update noar ti set v0='DDMN6XJ9SU1UWC2G7' where id=3; -update noar tt set b2='SRUU86A5' where id=3; -update noar ti set b2='SRUU86A5' where id=3; -update noar tt set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4; -update noar ti set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4; -update noar tt set b0='G' where id=4; -update noar ti set b0='G' where id=4; -update noar tt set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4; -update noar ti set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4; -update noar tt set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4; -update noar ti set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4; -update noar tt set v0='7MR0OY5K7' where id=4; -update noar ti set v0='7MR0OY5K7' where id=4; -update noar tt set b2='PJWOOMHF6BP0' where id=4; -update noar ti set b2='PJWOOMHF6BP0' where id=4; -update noar tt set v0='8ROI54VXJ' where id=5; -update noar ti set v0='8ROI54VXJ' where id=5; -update noar tt set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5; -update noar ti set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5; -update noar tt set v0='Y725NS0VBPBY' where id=5; -update noar ti set v0='Y725NS0VBPBY' where id=5; -update noar tt set b1='LD5IUFX5L737GGJAZ' where id=5; -update noar ti set b1='LD5IUFX5L737GGJAZ' where id=5; -update noar tt set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5; -update noar ti set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5; -update noar tt set b2='AJZA7' where id=5; -update noar ti set b2='AJZA7' where id=5; -update noar tt set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6; -update noar ti set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6; -update noar tt set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6; -update noar ti set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6; -update noar tt set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6; -update noar ti set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6; -update noar tt set b1='P5IPF01TNVJDQQB4ML7W' where id=6; -update noar ti set b1='P5IPF01TNVJDQQB4ML7W' where id=6; -update noar tt set v0='R19TN5' where id=6; -update noar ti set v0='R19TN5' where id=6; -update noar tt set b2='SD' where id=6; -update noar ti set b2='SD' where id=6; -update noar tt set v0='9YGI8PSBUCN0S05Y' where id=7; -update noar ti set v0='9YGI8PSBUCN0S05Y' where id=7; -update noar tt set b0='7' where id=7; -update noar ti set b0='7' where id=7; -update noar tt set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7; -update noar ti set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7; -update noar tt set b1='6FQ' where id=7; -update noar ti set b1='6FQ' where id=7; -update noar tt set v0='4YZ3R6D9P26L199FHJ' where id=7; -update noar ti set v0='4YZ3R6D9P26L199FHJ' where id=7; -update noar tt set b2='SKEEMR1W5HXDVT' where id=7; -update noar ti set b2='SKEEMR1W5HXDVT' where id=7; -update noar tt set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8; -update noar ti set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8; -update noar tt set b0='SF2EAXMCDJLGK27R' where id=8; -update noar ti set b0='SF2EAXMCDJLGK27R' where id=8; -update noar tt set v0='G48Y' where id=8; -update noar ti set v0='G48Y' where id=8; -update noar tt set b1='79615FMJ4CX2LUC6CLKO8I' where id=8; -update noar ti set b1='79615FMJ4CX2LUC6CLKO8I' where id=8; -update noar tt set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8; -update noar ti set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8; -update noar tt set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8; -update noar ti set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8; -update noar tt set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9; -update noar ti set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9; -update noar tt set b0='FEPD1UGN0Y' where id=9; -update noar ti set b0='FEPD1UGN0Y' where id=9; -update noar tt set v0='0BAHVCLWR3NR' where id=9; -update noar ti set v0='0BAHVCLWR3NR' where id=9; -update noar tt set b1='8EZNK8WJMAW' where id=9; -update noar ti set b1='8EZNK8WJMAW' where id=9; -update noar tt set v0='FUB3OLP3CV68U6FA4NX' where id=9; -update noar ti set v0='FUB3OLP3CV68U6FA4NX' where id=9; -update noar tt set b2='0AEBIN4G49NDO' where id=9; -update noar ti set b2='0AEBIN4G49NDO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y602IAFU4ZDN78RFKC910' where id=1; -update noar ti set v0='Y602IAFU4ZDN78RFKC910' where id=1; -update noar tt set b0='1WEZPKHBDRDBPGSPUPR' where id=1; -update noar ti set b0='1WEZPKHBDRDBPGSPUPR' where id=1; -update noar tt set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1; -update noar ti set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1; -update noar tt set b1='AGF46JL01951ANG' where id=1; -update noar ti set b1='AGF46JL01951ANG' where id=1; -update noar tt set v0='VV9ITRDQ43CPY81D47P' where id=1; -update noar ti set v0='VV9ITRDQ43CPY81D47P' where id=1; -update noar tt set b2='XXH54NGZK49' where id=1; -update noar ti set b2='XXH54NGZK49' where id=1; -update noar tt set v0='ZMD7XTC' where id=2; -update noar ti set v0='ZMD7XTC' where id=2; -update noar tt set b0='0F61L1IXU' where id=2; -update noar ti set b0='0F61L1IXU' where id=2; -update noar tt set v0='FUACLUGQSAQ0461TRQ9' where id=2; -update noar ti set v0='FUACLUGQSAQ0461TRQ9' where id=2; -update noar tt set b1='PQV2O' where id=2; -update noar ti set b1='PQV2O' where id=2; -update noar tt set v0='H9PBXDDZG' where id=2; -update noar ti set v0='H9PBXDDZG' where id=2; -update noar tt set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2; -update noar ti set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2; -update noar tt set v0='OM' where id=3; -update noar ti set v0='OM' where id=3; -update noar tt set b0='0' where id=3; -update noar ti set b0='0' where id=3; -update noar tt set v0='VTKANW1WR4P9' where id=3; -update noar ti set v0='VTKANW1WR4P9' where id=3; -update noar tt set b1='KW2J2MJWNBSBLNQ' where id=3; -update noar ti set b1='KW2J2MJWNBSBLNQ' where id=3; -update noar tt set v0='W8CJCJDJNBAUWHFS' where id=3; -update noar ti set v0='W8CJCJDJNBAUWHFS' where id=3; -update noar tt set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3; -update noar ti set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3; -update noar tt set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4; -update noar ti set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4; -update noar tt set b0='ZC5LORFU6EZZH' where id=4; -update noar ti set b0='ZC5LORFU6EZZH' where id=4; -update noar tt set v0='Q5RGPI7S6OBRR3TLPYF' where id=4; -update noar ti set v0='Q5RGPI7S6OBRR3TLPYF' where id=4; -update noar tt set b1='DR1CIWPF' where id=4; -update noar ti set b1='DR1CIWPF' where id=4; -update noar tt set v0='2SK1C87QMNM5' where id=4; -update noar ti set v0='2SK1C87QMNM5' where id=4; -update noar tt set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4; -update noar ti set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4; -update noar tt set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5; -update noar ti set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5; -update noar tt set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5; -update noar ti set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5; -update noar tt set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5; -update noar ti set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5; -update noar tt set b1='U3C3ZOM8OOM3VE0G855G' where id=5; -update noar ti set b1='U3C3ZOM8OOM3VE0G855G' where id=5; -update noar tt set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5; -update noar ti set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5; -update noar tt set b2='HNLDRQ6XQANK' where id=5; -update noar ti set b2='HNLDRQ6XQANK' where id=5; -update noar tt set v0='YERRW4C40' where id=6; -update noar ti set v0='YERRW4C40' where id=6; -update noar tt set b0='JD' where id=6; -update noar ti set b0='JD' where id=6; -update noar tt set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6; -update noar ti set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6; -update noar tt set b1='4DMB6ETH6JRGK' where id=6; -update noar ti set b1='4DMB6ETH6JRGK' where id=6; -update noar tt set v0='U19I' where id=6; -update noar ti set v0='U19I' where id=6; -update noar tt set b2='DMK2D8UL0E8HG166743YVX65' where id=6; -update noar ti set b2='DMK2D8UL0E8HG166743YVX65' where id=6; -update noar tt set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7; -update noar ti set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7; -update noar tt set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7; -update noar ti set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7; -update noar tt set v0='LONEE2W' where id=7; -update noar ti set v0='LONEE2W' where id=7; -update noar tt set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7; -update noar ti set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7; -update noar tt set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7; -update noar ti set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7; -update noar tt set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7; -update noar ti set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7; -update noar tt set v0='HLFPC18TE' where id=8; -update noar ti set v0='HLFPC18TE' where id=8; -update noar tt set b0='7B4MBS' where id=8; -update noar ti set b0='7B4MBS' where id=8; -update noar tt set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8; -update noar ti set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8; -update noar tt set b1='MM55K8J' where id=8; -update noar ti set b1='MM55K8J' where id=8; -update noar tt set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8; -update noar ti set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8; -update noar tt set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8; -update noar ti set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8; -update noar tt set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9; -update noar ti set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9; -update noar tt set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9; -update noar ti set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9; -update noar tt set v0='K' where id=9; -update noar ti set v0='K' where id=9; -update noar tt set b1='NUZV4K9AOKB' where id=9; -update noar ti set b1='NUZV4K9AOKB' where id=9; -update noar tt set v0='47TOGYQK' where id=9; -update noar ti set v0='47TOGYQK' where id=9; -update noar tt set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9; -update noar ti set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1; -update noar ti set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1; -update noar tt set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1; -update noar ti set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1; -update noar tt set v0='EJ43F8SBKH2OTTPFA' where id=1; -update noar ti set v0='EJ43F8SBKH2OTTPFA' where id=1; -update noar tt set b1='2U3EPQ0WU4PE' where id=1; -update noar ti set b1='2U3EPQ0WU4PE' where id=1; -update noar tt set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1; -update noar ti set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1; -update noar tt set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1; -update noar ti set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1; -update noar tt set v0='I61GXFOICHK' where id=2; -update noar ti set v0='I61GXFOICHK' where id=2; -update noar tt set b0='6EVWABNCX9XUBJM' where id=2; -update noar ti set b0='6EVWABNCX9XUBJM' where id=2; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2; -update noar ti set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2; -update noar tt set v0='F22' where id=2; -update noar ti set v0='F22' where id=2; -update noar tt set b2='EY4HQ7U1BAY9WQY20' where id=2; -update noar ti set b2='EY4HQ7U1BAY9WQY20' where id=2; -update noar tt set v0='I16BD' where id=3; -update noar ti set v0='I16BD' where id=3; -update noar tt set b0='0UQQKQZ' where id=3; -update noar ti set b0='0UQQKQZ' where id=3; -update noar tt set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3; -update noar ti set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3; -update noar tt set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3; -update noar ti set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3; -update noar tt set v0='JBV' where id=3; -update noar ti set v0='JBV' where id=3; -update noar tt set b2='RIWJ584MDZIL1' where id=3; -update noar ti set b2='RIWJ584MDZIL1' where id=3; -update noar tt set v0='OQTNO5HNDNCQNP39CT' where id=4; -update noar ti set v0='OQTNO5HNDNCQNP39CT' where id=4; -update noar tt set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4; -update noar ti set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4; -update noar tt set v0='7UWRKN5K' where id=4; -update noar ti set v0='7UWRKN5K' where id=4; -update noar tt set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4; -update noar ti set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4; -update noar tt set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4; -update noar ti set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4; -update noar tt set b2='2WZWSX' where id=4; -update noar ti set b2='2WZWSX' where id=4; -update noar tt set v0='IZDSDTXZCM8V' where id=5; -update noar ti set v0='IZDSDTXZCM8V' where id=5; -update noar tt set b0='1AKEL9386KAYTTNSYU' where id=5; -update noar ti set b0='1AKEL9386KAYTTNSYU' where id=5; -update noar tt set v0='IJWB20DJ039' where id=5; -update noar ti set v0='IJWB20DJ039' where id=5; -update noar tt set b1='Z' where id=5; -update noar ti set b1='Z' where id=5; -update noar tt set v0='4Y8FW1K4GVEO1' where id=5; -update noar ti set v0='4Y8FW1K4GVEO1' where id=5; -update noar tt set b2='93B0P70Q' where id=5; -update noar ti set b2='93B0P70Q' where id=5; -update noar tt set v0='E3V84H3201OJNO0JQCM5' where id=6; -update noar ti set v0='E3V84H3201OJNO0JQCM5' where id=6; -update noar tt set b0='E2XVNNCF7IA' where id=6; -update noar ti set b0='E2XVNNCF7IA' where id=6; -update noar tt set v0='59FGXR' where id=6; -update noar ti set v0='59FGXR' where id=6; -update noar tt set b1='ETE0DQJ' where id=6; -update noar ti set b1='ETE0DQJ' where id=6; -update noar tt set v0='L3JWB' where id=6; -update noar ti set v0='L3JWB' where id=6; -update noar tt set b2='EVMIFKHC1H' where id=6; -update noar ti set b2='EVMIFKHC1H' where id=6; -update noar tt set v0='X7' where id=7; -update noar ti set v0='X7' where id=7; -update noar tt set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7; -update noar ti set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7; -update noar tt set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7; -update noar ti set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7; -update noar tt set b1='5' where id=7; -update noar ti set b1='5' where id=7; -update noar tt set v0='KU6WSI30JE' where id=7; -update noar ti set v0='KU6WSI30JE' where id=7; -update noar tt set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7; -update noar ti set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7; -update noar tt set v0='Q08C6463' where id=8; -update noar ti set v0='Q08C6463' where id=8; -update noar tt set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8; -update noar ti set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8; -update noar tt set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8; -update noar ti set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8; -update noar tt set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8; -update noar ti set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8; -update noar tt set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8; -update noar ti set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8; -update noar tt set b2='W' where id=8; -update noar ti set b2='W' where id=8; -update noar tt set v0='RQ081M3YBM9IDU9H' where id=9; -update noar ti set v0='RQ081M3YBM9IDU9H' where id=9; -update noar tt set b0='JAMCD09Q' where id=9; -update noar ti set b0='JAMCD09Q' where id=9; -update noar tt set v0='4NS' where id=9; -update noar ti set v0='4NS' where id=9; -update noar tt set b1='11GEJG373BICU3RXQPUDUG' where id=9; -update noar ti set b1='11GEJG373BICU3RXQPUDUG' where id=9; -update noar tt set v0='VYBXTUFEGH7Y' where id=9; -update noar ti set v0='VYBXTUFEGH7Y' where id=9; -update noar tt set b2='V67B861W3N3BHOJYW' where id=9; -update noar ti set b2='V67B861W3N3BHOJYW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1; -update noar ti set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1; -update noar tt set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1; -update noar ti set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1; -update noar tt set v0='X9Q8DLCWAEFJRQ' where id=1; -update noar ti set v0='X9Q8DLCWAEFJRQ' where id=1; -update noar tt set b1='PZUEYU5H13PF6J' where id=1; -update noar ti set b1='PZUEYU5H13PF6J' where id=1; -update noar tt set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1; -update noar ti set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1; -update noar tt set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1; -update noar ti set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1; -update noar tt set v0='0T' where id=2; -update noar ti set v0='0T' where id=2; -update noar tt set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2; -update noar ti set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2; -update noar tt set v0='Z6E17BS9FTBZCH9MP3723' where id=2; -update noar ti set v0='Z6E17BS9FTBZCH9MP3723' where id=2; -update noar tt set b1='11B' where id=2; -update noar ti set b1='11B' where id=2; -update noar tt set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2; -update noar ti set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2; -update noar tt set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2; -update noar ti set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2; -update noar tt set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3; -update noar ti set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3; -update noar tt set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3; -update noar ti set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3; -update noar tt set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3; -update noar ti set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3; -update noar tt set b1='NI2XQQ35PKVZ3C' where id=3; -update noar ti set b1='NI2XQQ35PKVZ3C' where id=3; -update noar tt set v0='LZAEV3A481CXHC7U6CFR' where id=3; -update noar ti set v0='LZAEV3A481CXHC7U6CFR' where id=3; -update noar tt set b2='5IXOBZB0XAS4F' where id=3; -update noar ti set b2='5IXOBZB0XAS4F' where id=3; -update noar tt set v0='HV3HE5SYGJO22CP3RH3R' where id=4; -update noar ti set v0='HV3HE5SYGJO22CP3RH3R' where id=4; -update noar tt set b0='YLN474FQ3HI' where id=4; -update noar ti set b0='YLN474FQ3HI' where id=4; -update noar tt set v0='SLU' where id=4; -update noar ti set v0='SLU' where id=4; -update noar tt set b1='PZJCTIF' where id=4; -update noar ti set b1='PZJCTIF' where id=4; -update noar tt set v0='WECNUP' where id=4; -update noar ti set v0='WECNUP' where id=4; -update noar tt set b2='YCBVO41ZQ' where id=4; -update noar ti set b2='YCBVO41ZQ' where id=4; -update noar tt set v0='UA6WJOM8NFAVLHRONT8OL' where id=5; -update noar ti set v0='UA6WJOM8NFAVLHRONT8OL' where id=5; -update noar tt set b0='BPN2I' where id=5; -update noar ti set b0='BPN2I' where id=5; -update noar tt set v0='8BL3HSDLV7TQ5O7B' where id=5; -update noar ti set v0='8BL3HSDLV7TQ5O7B' where id=5; -update noar tt set b1='PSIVO3K4HOX2S3Z62GZ' where id=5; -update noar ti set b1='PSIVO3K4HOX2S3Z62GZ' where id=5; -update noar tt set v0='FOF1VZYMXR' where id=5; -update noar ti set v0='FOF1VZYMXR' where id=5; -update noar tt set b2='LH2U2G71QM1UNODRNAA8D7' where id=5; -update noar ti set b2='LH2U2G71QM1UNODRNAA8D7' where id=5; -update noar tt set v0='G7KAMMOX8P8RJB3E0MBW' where id=6; -update noar ti set v0='G7KAMMOX8P8RJB3E0MBW' where id=6; -update noar tt set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6; -update noar ti set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6; -update noar tt set v0='AJQW5QNPOMBRE2XKAB35J' where id=6; -update noar ti set v0='AJQW5QNPOMBRE2XKAB35J' where id=6; -update noar tt set b1='RXYLS6W045BIX6CQ7YSDL' where id=6; -update noar ti set b1='RXYLS6W045BIX6CQ7YSDL' where id=6; -update noar tt set v0='UH72ZR9L6G5MEYVZB17C' where id=6; -update noar ti set v0='UH72ZR9L6G5MEYVZB17C' where id=6; -update noar tt set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6; -update noar ti set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6; -update noar tt set v0='95XHVZLKIRUJVALD' where id=7; -update noar ti set v0='95XHVZLKIRUJVALD' where id=7; -update noar tt set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7; -update noar ti set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7; -update noar tt set v0='JDVWC5O9' where id=7; -update noar ti set v0='JDVWC5O9' where id=7; -update noar tt set b1='R6D0T3R95H' where id=7; -update noar ti set b1='R6D0T3R95H' where id=7; -update noar tt set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7; -update noar ti set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7; -update noar tt set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7; -update noar ti set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7; -update noar tt set v0='JZSDW6' where id=8; -update noar ti set v0='JZSDW6' where id=8; -update noar tt set b0='69P4HQ10A1L7KZ6' where id=8; -update noar ti set b0='69P4HQ10A1L7KZ6' where id=8; -update noar tt set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8; -update noar ti set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8; -update noar tt set b1='QGEPCHS4Q2C380X938MROX1' where id=8; -update noar ti set b1='QGEPCHS4Q2C380X938MROX1' where id=8; -update noar tt set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8; -update noar ti set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8; -update noar tt set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8; -update noar ti set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8; -update noar tt set v0='3JSEO668C9R4NL0YUYS' where id=9; -update noar ti set v0='3JSEO668C9R4NL0YUYS' where id=9; -update noar tt set b0='5T' where id=9; -update noar ti set b0='5T' where id=9; -update noar tt set v0='W7FF5G8XQ' where id=9; -update noar ti set v0='W7FF5G8XQ' where id=9; -update noar tt set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9; -update noar ti set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9; -update noar tt set v0='09J9S' where id=9; -update noar ti set v0='09J9S' where id=9; -update noar tt set b2='28OGOEV8PZIK' where id=9; -update noar ti set b2='28OGOEV8PZIK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LHX2ZB6NK' where id=1; -update noar ti set v0='LHX2ZB6NK' where id=1; -update noar tt set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1; -update noar ti set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1; -update noar tt set v0='9U07HY9' where id=1; -update noar ti set v0='9U07HY9' where id=1; -update noar tt set b1='0J1NSUW24TO1DYZ' where id=1; -update noar ti set b1='0J1NSUW24TO1DYZ' where id=1; -update noar tt set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1; -update noar ti set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1; -update noar tt set b2='UQGZZISD' where id=1; -update noar ti set b2='UQGZZISD' where id=1; -update noar tt set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2; -update noar ti set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2; -update noar tt set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2; -update noar ti set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2; -update noar tt set v0='50YN' where id=2; -update noar ti set v0='50YN' where id=2; -update noar tt set b1='G70FI' where id=2; -update noar ti set b1='G70FI' where id=2; -update noar tt set v0='0H8WK7R4F1XK79A' where id=2; -update noar ti set v0='0H8WK7R4F1XK79A' where id=2; -update noar tt set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2; -update noar ti set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2; -update noar tt set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3; -update noar ti set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3; -update noar tt set b0='3UA' where id=3; -update noar ti set b0='3UA' where id=3; -update noar tt set v0='FKTSPE0A26VMUS' where id=3; -update noar ti set v0='FKTSPE0A26VMUS' where id=3; -update noar tt set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3; -update noar ti set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3; -update noar tt set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3; -update noar ti set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3; -update noar tt set b2='QG9YJE1HE9M7OJT0U8C70' where id=3; -update noar ti set b2='QG9YJE1HE9M7OJT0U8C70' where id=3; -update noar tt set v0='TFPDYPL' where id=4; -update noar ti set v0='TFPDYPL' where id=4; -update noar tt set b0='KPEC50J3BINWVJW8F3EN56' where id=4; -update noar ti set b0='KPEC50J3BINWVJW8F3EN56' where id=4; -update noar tt set v0='DJEH5WA29E' where id=4; -update noar ti set v0='DJEH5WA29E' where id=4; -update noar tt set b1='ZQ4CCT3HY' where id=4; -update noar ti set b1='ZQ4CCT3HY' where id=4; -update noar tt set v0='O8UK846M5' where id=4; -update noar ti set v0='O8UK846M5' where id=4; -update noar tt set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4; -update noar ti set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4; -update noar tt set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5; -update noar ti set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5; -update noar tt set b0='3ME77J7V' where id=5; -update noar ti set b0='3ME77J7V' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5; -update noar ti set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5; -update noar tt set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5; -update noar ti set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5; -update noar tt set b2='WB5TNZ8890' where id=5; -update noar ti set b2='WB5TNZ8890' where id=5; -update noar tt set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6; -update noar ti set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6; -update noar tt set b0='I9I' where id=6; -update noar ti set b0='I9I' where id=6; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b1='8OXP694JRS911ISOM' where id=6; -update noar ti set b1='8OXP694JRS911ISOM' where id=6; -update noar tt set v0='HBZS6K32FVMLQ4LQV1S' where id=6; -update noar ti set v0='HBZS6K32FVMLQ4LQV1S' where id=6; -update noar tt set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6; -update noar ti set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6; -update noar tt set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7; -update noar ti set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7; -update noar tt set b0='S4M02VYK43ISK1' where id=7; -update noar ti set b0='S4M02VYK43ISK1' where id=7; -update noar tt set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7; -update noar ti set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7; -update noar tt set b1='7R0BSXH3OU4XYMSFN' where id=7; -update noar ti set b1='7R0BSXH3OU4XYMSFN' where id=7; -update noar tt set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7; -update noar ti set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7; -update noar tt set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7; -update noar ti set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7; -update noar tt set v0='66PSAB4Z9UUPE' where id=8; -update noar ti set v0='66PSAB4Z9UUPE' where id=8; -update noar tt set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8; -update noar ti set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8; -update noar tt set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8; -update noar ti set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8; -update noar tt set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8; -update noar ti set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8; -update noar tt set v0='YRAM0HHAK2' where id=8; -update noar ti set v0='YRAM0HHAK2' where id=8; -update noar tt set b2='812X' where id=8; -update noar ti set b2='812X' where id=8; -update noar tt set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9; -update noar ti set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9; -update noar tt set b0='WJZKMM6WGBN6C18LN3' where id=9; -update noar ti set b0='WJZKMM6WGBN6C18LN3' where id=9; -update noar tt set v0='5VAWD2CL8ICMYZ042' where id=9; -update noar ti set v0='5VAWD2CL8ICMYZ042' where id=9; -update noar tt set b1='3O1N8KH99ZPUCOUYU' where id=9; -update noar ti set b1='3O1N8KH99ZPUCOUYU' where id=9; -update noar tt set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9; -update noar ti set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9; -update noar tt set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9; -update noar ti set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1; -update noar ti set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1; -update noar tt set b0='PO1XLCTDRY7Y9TLBHPA' where id=1; -update noar ti set b0='PO1XLCTDRY7Y9TLBHPA' where id=1; -update noar tt set v0='9EX878EK42G0S2' where id=1; -update noar ti set v0='9EX878EK42G0S2' where id=1; -update noar tt set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1; -update noar ti set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1; -update noar tt set v0='2A1P42HOH' where id=1; -update noar ti set v0='2A1P42HOH' where id=1; -update noar tt set b2='1ICRJXNNIIF8WO' where id=1; -update noar ti set b2='1ICRJXNNIIF8WO' where id=1; -update noar tt set v0='DERUJ7LLL5N9Q' where id=2; -update noar ti set v0='DERUJ7LLL5N9Q' where id=2; -update noar tt set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2; -update noar ti set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2; -update noar tt set v0='5HHCOO' where id=2; -update noar ti set v0='5HHCOO' where id=2; -update noar tt set b1='YKSRP8W60O9SINZ5B' where id=2; -update noar ti set b1='YKSRP8W60O9SINZ5B' where id=2; -update noar tt set v0='7' where id=2; -update noar ti set v0='7' where id=2; -update noar tt set b2='BVD7PQO8LSLXG' where id=2; -update noar ti set b2='BVD7PQO8LSLXG' where id=2; -update noar tt set v0='9WTOV65' where id=3; -update noar ti set v0='9WTOV65' where id=3; -update noar tt set b0='C1JI' where id=3; -update noar ti set b0='C1JI' where id=3; -update noar tt set v0='7X2P' where id=3; -update noar ti set v0='7X2P' where id=3; -update noar tt set b1='O5ISJ0UOTRD0V' where id=3; -update noar ti set b1='O5ISJ0UOTRD0V' where id=3; -update noar tt set v0='531HV67H0YIMIRZYN5' where id=3; -update noar ti set v0='531HV67H0YIMIRZYN5' where id=3; -update noar tt set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3; -update noar ti set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3; -update noar tt set v0='51FF6T23TR1NZVA7' where id=4; -update noar ti set v0='51FF6T23TR1NZVA7' where id=4; -update noar tt set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4; -update noar ti set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4; -update noar tt set v0='5V' where id=4; -update noar ti set v0='5V' where id=4; -update noar tt set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4; -update noar ti set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4; -update noar tt set v0='WFUL9R1UJ23M' where id=4; -update noar ti set v0='WFUL9R1UJ23M' where id=4; -update noar tt set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4; -update noar ti set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4; -update noar tt set v0='CK0TST4Z36BWT8' where id=5; -update noar ti set v0='CK0TST4Z36BWT8' where id=5; -update noar tt set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5; -update noar ti set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5; -update noar tt set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5; -update noar ti set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5; -update noar tt set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5; -update noar ti set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5; -update noar tt set v0='69RVKDO' where id=5; -update noar ti set v0='69RVKDO' where id=5; -update noar tt set b2='8XYM39IIRZAKHUG' where id=5; -update noar ti set b2='8XYM39IIRZAKHUG' where id=5; -update noar tt set v0='BVRXK5QXQ0EU9TR' where id=6; -update noar ti set v0='BVRXK5QXQ0EU9TR' where id=6; -update noar tt set b0='J5' where id=6; -update noar ti set b0='J5' where id=6; -update noar tt set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6; -update noar ti set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6; -update noar tt set b1='BPJWEXDNXEKUBDY7UFXF' where id=6; -update noar ti set b1='BPJWEXDNXEKUBDY7UFXF' where id=6; -update noar tt set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6; -update noar ti set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6; -update noar tt set b2='3CWOZ9C82GDMMIPW' where id=6; -update noar ti set b2='3CWOZ9C82GDMMIPW' where id=6; -update noar tt set v0='I9CV4IWYN9DIG23LIE' where id=7; -update noar ti set v0='I9CV4IWYN9DIG23LIE' where id=7; -update noar tt set b0='O' where id=7; -update noar ti set b0='O' where id=7; -update noar tt set v0='RO' where id=7; -update noar ti set v0='RO' where id=7; -update noar tt set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7; -update noar ti set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7; -update noar tt set v0='R33ZHBXIFOURPCGC' where id=7; -update noar ti set v0='R33ZHBXIFOURPCGC' where id=7; -update noar tt set b2='NDN1' where id=7; -update noar ti set b2='NDN1' where id=7; -update noar tt set v0='VC' where id=8; -update noar ti set v0='VC' where id=8; -update noar tt set b0='PMV3OUNE2KK9AK8' where id=8; -update noar ti set b0='PMV3OUNE2KK9AK8' where id=8; -update noar tt set v0='LXP9TPQ3TA0' where id=8; -update noar ti set v0='LXP9TPQ3TA0' where id=8; -update noar tt set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8; -update noar ti set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8; -update noar tt set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8; -update noar ti set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8; -update noar tt set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8; -update noar ti set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8; -update noar tt set v0='6TQJUYVPYI' where id=9; -update noar ti set v0='6TQJUYVPYI' where id=9; -update noar tt set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9; -update noar ti set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9; -update noar ti set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9; -update noar tt set v0='5376WRVQ3HNS2B9HAH' where id=9; -update noar ti set v0='5376WRVQ3HNS2B9HAH' where id=9; -update noar tt set b2='XUAYWQ6R525' where id=9; -update noar ti set b2='XUAYWQ6R525' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0YVLXIS380VWLYZ3T' where id=1; -update noar ti set v0='0YVLXIS380VWLYZ3T' where id=1; -update noar tt set b0='Z' where id=1; -update noar ti set b0='Z' where id=1; -update noar tt set v0='5GX044EA36AP1EZU' where id=1; -update noar ti set v0='5GX044EA36AP1EZU' where id=1; -update noar tt set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1; -update noar ti set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1; -update noar tt set v0='YKWPHWKG5' where id=1; -update noar ti set v0='YKWPHWKG5' where id=1; -update noar tt set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1; -update noar ti set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1; -update noar tt set v0='R88NYQ5M63YZ0DK35M' where id=2; -update noar ti set v0='R88NYQ5M63YZ0DK35M' where id=2; -update noar tt set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2; -update noar ti set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2; -update noar tt set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2; -update noar ti set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2; -update noar tt set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2; -update noar ti set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2; -update noar tt set v0='AJR5DLB8AWOO209T' where id=2; -update noar ti set v0='AJR5DLB8AWOO209T' where id=2; -update noar tt set b2='A6HHP' where id=2; -update noar ti set b2='A6HHP' where id=2; -update noar tt set v0='K9DCFOA90R90K59' where id=3; -update noar ti set v0='K9DCFOA90R90K59' where id=3; -update noar tt set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3; -update noar ti set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3; -update noar tt set v0='P3IRFC0Z' where id=3; -update noar ti set v0='P3IRFC0Z' where id=3; -update noar tt set b1='Z9YAVRQIW9KT' where id=3; -update noar ti set b1='Z9YAVRQIW9KT' where id=3; -update noar tt set v0='P7MVISGR64LL' where id=3; -update noar ti set v0='P7MVISGR64LL' where id=3; -update noar tt set b2='DVJYV4C' where id=3; -update noar ti set b2='DVJYV4C' where id=3; -update noar tt set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4; -update noar ti set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4; -update noar tt set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4; -update noar ti set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4; -update noar tt set v0='LKAO30TFXYD2AU' where id=4; -update noar ti set v0='LKAO30TFXYD2AU' where id=4; -update noar tt set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4; -update noar ti set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4; -update noar tt set v0='HG0BVR' where id=4; -update noar ti set v0='HG0BVR' where id=4; -update noar tt set b2='1VR7KMWPMCBBJQMQZS' where id=4; -update noar ti set b2='1VR7KMWPMCBBJQMQZS' where id=4; -update noar tt set v0='8AFIOP9ZMAF94QE5' where id=5; -update noar ti set v0='8AFIOP9ZMAF94QE5' where id=5; -update noar tt set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5; -update noar ti set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5; -update noar tt set v0='MXOCJC8NUWEY' where id=5; -update noar ti set v0='MXOCJC8NUWEY' where id=5; -update noar tt set b1='EJGJ5BND76L8JU37' where id=5; -update noar ti set b1='EJGJ5BND76L8JU37' where id=5; -update noar tt set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5; -update noar ti set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5; -update noar tt set b2='52KCUMMX2YVZ2NE' where id=5; -update noar ti set b2='52KCUMMX2YVZ2NE' where id=5; -update noar tt set v0='5X0' where id=6; -update noar ti set v0='5X0' where id=6; -update noar tt set b0='K' where id=6; -update noar ti set b0='K' where id=6; -update noar tt set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6; -update noar ti set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6; -update noar tt set b1='HAY' where id=6; -update noar ti set b1='HAY' where id=6; -update noar tt set v0='CQKFFKVR31TMN7WMVZL' where id=6; -update noar ti set v0='CQKFFKVR31TMN7WMVZL' where id=6; -update noar tt set b2='JZTQMS2' where id=6; -update noar ti set b2='JZTQMS2' where id=6; -update noar tt set v0='P9AM8MJIHX2DC6PXDQ' where id=7; -update noar ti set v0='P9AM8MJIHX2DC6PXDQ' where id=7; -update noar tt set b0='VDZK2CT6F08RCBW8G' where id=7; -update noar ti set b0='VDZK2CT6F08RCBW8G' where id=7; -update noar tt set v0='P6V0CVPR' where id=7; -update noar ti set v0='P6V0CVPR' where id=7; -update noar tt set b1='YQD762IVWTTZMJYIIQ19963' where id=7; -update noar ti set b1='YQD762IVWTTZMJYIIQ19963' where id=7; -update noar tt set v0='AP' where id=7; -update noar ti set v0='AP' where id=7; -update noar tt set b2='OV91JL626479BQB40GYOOYX' where id=7; -update noar ti set b2='OV91JL626479BQB40GYOOYX' where id=7; -update noar tt set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8; -update noar ti set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8; -update noar tt set b0='X3BTIIWS1MRWA1NZHS' where id=8; -update noar ti set b0='X3BTIIWS1MRWA1NZHS' where id=8; -update noar tt set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8; -update noar ti set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8; -update noar tt set b1='89T8PW6QPWU8M' where id=8; -update noar ti set b1='89T8PW6QPWU8M' where id=8; -update noar tt set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8; -update noar ti set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8; -update noar tt set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8; -update noar ti set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8; -update noar tt set v0='5O2EIBBM' where id=9; -update noar ti set v0='5O2EIBBM' where id=9; -update noar tt set b0='B994FK071KTRW' where id=9; -update noar ti set b0='B994FK071KTRW' where id=9; -update noar tt set v0='YIWC9RVL6KEBIBL' where id=9; -update noar ti set v0='YIWC9RVL6KEBIBL' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set v0='R5PT' where id=9; -update noar ti set v0='R5PT' where id=9; -update noar tt set b2='R52' where id=9; -update noar ti set b2='R52' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1; -update noar ti set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1; -update noar tt set b0='Y8KALR7YQ7IS' where id=1; -update noar ti set b0='Y8KALR7YQ7IS' where id=1; -update noar tt set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1; -update noar ti set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1; -update noar tt set b1='VKXS5S' where id=1; -update noar ti set b1='VKXS5S' where id=1; -update noar tt set v0='SQ' where id=1; -update noar ti set v0='SQ' where id=1; -update noar tt set b2='SB3Y' where id=1; -update noar ti set b2='SB3Y' where id=1; -update noar tt set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2; -update noar ti set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2; -update noar tt set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2; -update noar ti set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2; -update noar tt set v0='N55EX6288ADTC' where id=2; -update noar ti set v0='N55EX6288ADTC' where id=2; -update noar tt set b1='XEH6BK5O9C00BWUQF4' where id=2; -update noar ti set b1='XEH6BK5O9C00BWUQF4' where id=2; -update noar tt set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2; -update noar ti set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2; -update noar tt set b2='47K9ZIQEYU5ZKIR' where id=2; -update noar ti set b2='47K9ZIQEYU5ZKIR' where id=2; -update noar tt set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3; -update noar ti set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3; -update noar tt set b0='X8SODI4' where id=3; -update noar ti set b0='X8SODI4' where id=3; -update noar tt set v0='IH' where id=3; -update noar ti set v0='IH' where id=3; -update noar tt set b1='A84SWZ' where id=3; -update noar ti set b1='A84SWZ' where id=3; -update noar tt set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3; -update noar ti set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3; -update noar tt set b2='W67X0PC' where id=3; -update noar ti set b2='W67X0PC' where id=3; -update noar tt set v0='7AKVP' where id=4; -update noar ti set v0='7AKVP' where id=4; -update noar tt set b0='HZ2QD1I0W2O' where id=4; -update noar ti set b0='HZ2QD1I0W2O' where id=4; -update noar tt set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4; -update noar ti set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4; -update noar tt set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4; -update noar ti set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4; -update noar tt set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4; -update noar ti set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4; -update noar tt set b2='X0DDD' where id=4; -update noar ti set b2='X0DDD' where id=4; -update noar tt set v0='EVZ4AC' where id=5; -update noar ti set v0='EVZ4AC' where id=5; -update noar tt set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5; -update noar ti set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5; -update noar tt set v0='N39R3U6I7QAHR0QEJO697P' where id=5; -update noar ti set v0='N39R3U6I7QAHR0QEJO697P' where id=5; -update noar tt set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5; -update noar ti set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5; -update noar tt set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5; -update noar ti set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5; -update noar tt set b2='C1BNPBM' where id=5; -update noar ti set b2='C1BNPBM' where id=5; -update noar tt set v0='GPA' where id=6; -update noar ti set v0='GPA' where id=6; -update noar tt set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6; -update noar ti set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6; -update noar tt set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6; -update noar ti set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6; -update noar tt set b1='HSW6NPWYVGKNLURML860Z' where id=6; -update noar ti set b1='HSW6NPWYVGKNLURML860Z' where id=6; -update noar tt set v0='91OW6FNV' where id=6; -update noar ti set v0='91OW6FNV' where id=6; -update noar tt set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6; -update noar ti set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6; -update noar tt set v0='LHSPLQILJ7RFZ' where id=7; -update noar ti set v0='LHSPLQILJ7RFZ' where id=7; -update noar tt set b0='9BY5J41KU37CB09' where id=7; -update noar ti set b0='9BY5J41KU37CB09' where id=7; -update noar tt set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7; -update noar ti set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7; -update noar tt set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7; -update noar ti set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7; -update noar tt set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7; -update noar ti set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7; -update noar tt set b2='4N38USQQVQWW6FJB038GPE9R' where id=7; -update noar ti set b2='4N38USQQVQWW6FJB038GPE9R' where id=7; -update noar tt set v0='NCZBTSFGIA4CILGO' where id=8; -update noar ti set v0='NCZBTSFGIA4CILGO' where id=8; -update noar tt set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8; -update noar ti set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8; -update noar tt set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8; -update noar ti set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8; -update noar tt set b1='2QPRM9AZ5ZEPQ7QQA' where id=8; -update noar ti set b1='2QPRM9AZ5ZEPQ7QQA' where id=8; -update noar tt set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8; -update noar ti set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8; -update noar tt set b2='Y' where id=8; -update noar ti set b2='Y' where id=8; -update noar tt set v0='IFCABDOXG8NQMJQ0A503K' where id=9; -update noar ti set v0='IFCABDOXG8NQMJQ0A503K' where id=9; -update noar tt set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9; -update noar ti set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9; -update noar tt set v0='NV0' where id=9; -update noar ti set v0='NV0' where id=9; -update noar tt set b1='EVQQG' where id=9; -update noar ti set b1='EVQQG' where id=9; -update noar tt set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9; -update noar ti set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9; -update noar tt set b2='TVER2ZAQRH45' where id=9; -update noar ti set b2='TVER2ZAQRH45' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1; -update noar ti set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1; -update noar tt set b0='9SJ6M' where id=1; -update noar ti set b0='9SJ6M' where id=1; -update noar tt set v0='GC' where id=1; -update noar ti set v0='GC' where id=1; -update noar tt set b1='090AVDSF1YXO' where id=1; -update noar ti set b1='090AVDSF1YXO' where id=1; -update noar tt set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1; -update noar ti set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1; -update noar tt set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1; -update noar ti set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1; -update noar tt set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2; -update noar ti set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2; -update noar tt set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2; -update noar ti set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2; -update noar tt set v0='CUGBMN4XM43L' where id=2; -update noar ti set v0='CUGBMN4XM43L' where id=2; -update noar tt set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2; -update noar ti set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2; -update noar tt set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2; -update noar ti set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2; -update noar tt set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2; -update noar ti set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2; -update noar tt set v0='DIX3L3TSFV925' where id=3; -update noar ti set v0='DIX3L3TSFV925' where id=3; -update noar tt set b0='0ZF6GGVPU' where id=3; -update noar ti set b0='0ZF6GGVPU' where id=3; -update noar tt set v0='3ZNO90IM46DTX' where id=3; -update noar ti set v0='3ZNO90IM46DTX' where id=3; -update noar tt set b1='QA' where id=3; -update noar ti set b1='QA' where id=3; -update noar tt set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3; -update noar ti set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3; -update noar tt set b2='KDHPE430N34S' where id=3; -update noar ti set b2='KDHPE430N34S' where id=3; -update noar tt set v0='R' where id=4; -update noar ti set v0='R' where id=4; -update noar tt set b0='3E6BB41RH22' where id=4; -update noar ti set b0='3E6BB41RH22' where id=4; -update noar tt set v0='6HSMF2ZYUYT7' where id=4; -update noar ti set v0='6HSMF2ZYUYT7' where id=4; -update noar tt set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4; -update noar ti set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4; -update noar tt set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4; -update noar ti set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4; -update noar tt set b2='9E31S6R' where id=4; -update noar ti set b2='9E31S6R' where id=4; -update noar tt set v0='K9NSDLS2COGGZ' where id=5; -update noar ti set v0='K9NSDLS2COGGZ' where id=5; -update noar tt set b0='RM3E04A92DBAO' where id=5; -update noar ti set b0='RM3E04A92DBAO' where id=5; -update noar tt set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5; -update noar ti set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5; -update noar tt set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5; -update noar ti set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5; -update noar tt set v0='C1S' where id=5; -update noar ti set v0='C1S' where id=5; -update noar tt set b2='CXY5V1CAD' where id=5; -update noar ti set b2='CXY5V1CAD' where id=5; -update noar tt set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6; -update noar ti set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6; -update noar tt set b0='X2V' where id=6; -update noar ti set b0='X2V' where id=6; -update noar tt set v0='02L92JX' where id=6; -update noar ti set v0='02L92JX' where id=6; -update noar tt set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6; -update noar ti set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6; -update noar tt set v0='2AKADNLLS3RV2' where id=6; -update noar ti set v0='2AKADNLLS3RV2' where id=6; -update noar tt set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6; -update noar ti set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6; -update noar tt set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7; -update noar ti set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7; -update noar tt set b0='FKIEVDENRSI9Q' where id=7; -update noar ti set b0='FKIEVDENRSI9Q' where id=7; -update noar tt set v0='2ZQ' where id=7; -update noar ti set v0='2ZQ' where id=7; -update noar tt set b1='2J078YEGG264HAC258XGVW5Q' where id=7; -update noar ti set b1='2J078YEGG264HAC258XGVW5Q' where id=7; -update noar tt set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7; -update noar ti set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7; -update noar tt set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7; -update noar ti set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7; -update noar tt set v0='BVZU7L' where id=8; -update noar ti set v0='BVZU7L' where id=8; -update noar tt set b0='MAADW2QEH0947XESB66WA86S' where id=8; -update noar ti set b0='MAADW2QEH0947XESB66WA86S' where id=8; -update noar tt set v0='4201B0DPODXITSFMM7JM' where id=8; -update noar ti set v0='4201B0DPODXITSFMM7JM' where id=8; -update noar tt set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8; -update noar ti set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8; -update noar tt set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8; -update noar ti set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8; -update noar tt set b2='C' where id=8; -update noar ti set b2='C' where id=8; -update noar tt set v0='XE97FCQRRW' where id=9; -update noar ti set v0='XE97FCQRRW' where id=9; -update noar tt set b0='5CFPJ50NIUK1FTW' where id=9; -update noar ti set b0='5CFPJ50NIUK1FTW' where id=9; -update noar tt set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9; -update noar ti set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9; -update noar tt set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9; -update noar ti set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9; -update noar tt set v0='946' where id=9; -update noar ti set v0='946' where id=9; -update noar tt set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9; -update noar ti set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F90EPQQQZ69622JU5K' where id=1; -update noar ti set v0='F90EPQQQZ69622JU5K' where id=1; -update noar tt set b0='ALYESR1' where id=1; -update noar ti set b0='ALYESR1' where id=1; -update noar tt set v0='4OOS0Q' where id=1; -update noar ti set v0='4OOS0Q' where id=1; -update noar tt set b1='188K91WKCXVDXIXZH' where id=1; -update noar ti set b1='188K91WKCXVDXIXZH' where id=1; -update noar tt set v0='R3V' where id=1; -update noar ti set v0='R3V' where id=1; -update noar tt set b2='7IU' where id=1; -update noar ti set b2='7IU' where id=1; -update noar tt set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2; -update noar ti set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2; -update noar tt set b0='1V5TVQGPZASY657S6' where id=2; -update noar ti set b0='1V5TVQGPZASY657S6' where id=2; -update noar tt set v0='ZSHAT9M' where id=2; -update noar ti set v0='ZSHAT9M' where id=2; -update noar tt set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2; -update noar ti set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2; -update noar tt set v0='YPR6RR0CA' where id=2; -update noar ti set v0='YPR6RR0CA' where id=2; -update noar tt set b2='WWKE17RDEHPNUDPGV8R6J' where id=2; -update noar ti set b2='WWKE17RDEHPNUDPGV8R6J' where id=2; -update noar tt set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3; -update noar ti set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3; -update noar tt set b0='UZN8NJ' where id=3; -update noar ti set b0='UZN8NJ' where id=3; -update noar tt set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3; -update noar ti set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3; -update noar tt set b1='I6MVIOGHRIJGK' where id=3; -update noar ti set b1='I6MVIOGHRIJGK' where id=3; -update noar tt set v0='T4QZHBCWUMLGGJ42VK3' where id=3; -update noar ti set v0='T4QZHBCWUMLGGJ42VK3' where id=3; -update noar tt set b2='RYCVEA2MWSD3V' where id=3; -update noar ti set b2='RYCVEA2MWSD3V' where id=3; -update noar tt set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4; -update noar ti set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4; -update noar tt set b0='ZP69NTPUU6XO' where id=4; -update noar ti set b0='ZP69NTPUU6XO' where id=4; -update noar tt set v0='R36VIVOPJI9DJVL15SN' where id=4; -update noar ti set v0='R36VIVOPJI9DJVL15SN' where id=4; -update noar tt set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4; -update noar ti set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4; -update noar tt set v0='J8' where id=4; -update noar ti set v0='J8' where id=4; -update noar tt set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4; -update noar ti set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4; -update noar tt set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5; -update noar ti set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5; -update noar tt set b0='2MQSNZSILV4NPB1Z' where id=5; -update noar ti set b0='2MQSNZSILV4NPB1Z' where id=5; -update noar tt set v0='S89RMBJJYKDLEO8OWA' where id=5; -update noar ti set v0='S89RMBJJYKDLEO8OWA' where id=5; -update noar tt set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5; -update noar ti set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5; -update noar tt set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5; -update noar ti set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5; -update noar tt set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5; -update noar ti set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5; -update noar tt set v0='54V' where id=6; -update noar ti set v0='54V' where id=6; -update noar tt set b0='82QBXJKUKKR' where id=6; -update noar ti set b0='82QBXJKUKKR' where id=6; -update noar tt set v0='T84S8S2REYUQK' where id=6; -update noar ti set v0='T84S8S2REYUQK' where id=6; -update noar tt set b1='YCJAMV8M8' where id=6; -update noar ti set b1='YCJAMV8M8' where id=6; -update noar tt set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6; -update noar ti set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6; -update noar tt set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6; -update noar ti set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6; -update noar tt set v0='3TUO8C' where id=7; -update noar ti set v0='3TUO8C' where id=7; -update noar tt set b0='NZSR' where id=7; -update noar ti set b0='NZSR' where id=7; -update noar tt set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7; -update noar ti set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7; -update noar tt set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7; -update noar ti set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7; -update noar tt set v0='TS7E29UW' where id=7; -update noar ti set v0='TS7E29UW' where id=7; -update noar tt set b2='ZJVN43FK4GY9BMH' where id=7; -update noar ti set b2='ZJVN43FK4GY9BMH' where id=7; -update noar tt set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8; -update noar ti set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8; -update noar tt set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8; -update noar ti set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8; -update noar tt set v0='ERXI0FS4DT' where id=8; -update noar ti set v0='ERXI0FS4DT' where id=8; -update noar tt set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8; -update noar ti set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8; -update noar tt set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8; -update noar ti set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8; -update noar tt set b2='76ZM51PQ0WQQO0' where id=8; -update noar ti set b2='76ZM51PQ0WQQO0' where id=8; -update noar tt set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9; -update noar ti set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9; -update noar tt set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9; -update noar ti set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9; -update noar tt set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9; -update noar ti set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9; -update noar tt set b1='0' where id=9; -update noar ti set b1='0' where id=9; -update noar tt set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9; -update noar ti set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9; -update noar tt set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9; -update noar ti set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1; -update noar ti set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1; -update noar tt set b0='DKZ6ZNLD4' where id=1; -update noar ti set b0='DKZ6ZNLD4' where id=1; -update noar tt set v0='NXSQT' where id=1; -update noar ti set v0='NXSQT' where id=1; -update noar tt set b1='2ORHQ83GDJNQ' where id=1; -update noar ti set b1='2ORHQ83GDJNQ' where id=1; -update noar tt set v0='CGLKOQ7GRQQLVI102R' where id=1; -update noar ti set v0='CGLKOQ7GRQQLVI102R' where id=1; -update noar tt set b2='L7VA' where id=1; -update noar ti set b2='L7VA' where id=1; -update noar tt set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2; -update noar ti set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2; -update noar tt set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2; -update noar ti set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2; -update noar tt set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2; -update noar ti set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2; -update noar tt set b1='5I175TSKW' where id=2; -update noar ti set b1='5I175TSKW' where id=2; -update noar tt set v0='65E2SPUIMZES192Z2YC' where id=2; -update noar ti set v0='65E2SPUIMZES192Z2YC' where id=2; -update noar tt set b2='TMQU7' where id=2; -update noar ti set b2='TMQU7' where id=2; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b0='IJOXWKF' where id=3; -update noar ti set b0='IJOXWKF' where id=3; -update noar tt set v0='1A9DQ' where id=3; -update noar ti set v0='1A9DQ' where id=3; -update noar tt set b1='8KNR1HXJUQQOAEU156TY' where id=3; -update noar ti set b1='8KNR1HXJUQQOAEU156TY' where id=3; -update noar tt set v0='P7WF4I04306KUMO2N' where id=3; -update noar ti set v0='P7WF4I04306KUMO2N' where id=3; -update noar tt set b2='PFMWGFO' where id=3; -update noar ti set b2='PFMWGFO' where id=3; -update noar tt set v0='IGS4JU' where id=4; -update noar ti set v0='IGS4JU' where id=4; -update noar tt set b0='8FY6ADN8TQNM' where id=4; -update noar ti set b0='8FY6ADN8TQNM' where id=4; -update noar tt set v0='1PICAVU8PDEL2MNY50N' where id=4; -update noar ti set v0='1PICAVU8PDEL2MNY50N' where id=4; -update noar tt set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4; -update noar ti set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4; -update noar tt set v0='VBLEEPOO2W56K94S4C600' where id=4; -update noar ti set v0='VBLEEPOO2W56K94S4C600' where id=4; -update noar tt set b2='F5NX90U' where id=4; -update noar ti set b2='F5NX90U' where id=4; -update noar tt set v0='XDP5IN8CETC6RW2' where id=5; -update noar ti set v0='XDP5IN8CETC6RW2' where id=5; -update noar tt set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5; -update noar ti set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5; -update noar tt set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5; -update noar ti set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5; -update noar tt set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5; -update noar ti set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5; -update noar tt set v0='5ICJ' where id=5; -update noar ti set v0='5ICJ' where id=5; -update noar tt set b2='MNUT8R1DVJ1KDL9K1' where id=5; -update noar ti set b2='MNUT8R1DVJ1KDL9K1' where id=5; -update noar tt set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6; -update noar ti set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6; -update noar tt set b0='KVPBH' where id=6; -update noar ti set b0='KVPBH' where id=6; -update noar tt set v0='TX' where id=6; -update noar ti set v0='TX' where id=6; -update noar tt set b1='NALHFFULK' where id=6; -update noar ti set b1='NALHFFULK' where id=6; -update noar tt set v0='RXWND4E243CHD2584ZCQ7' where id=6; -update noar ti set v0='RXWND4E243CHD2584ZCQ7' where id=6; -update noar tt set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6; -update noar ti set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6; -update noar tt set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7; -update noar ti set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7; -update noar tt set b0='JZTOSN4131P5ABLZ' where id=7; -update noar ti set b0='JZTOSN4131P5ABLZ' where id=7; -update noar tt set v0='GPOOAJKUI64C' where id=7; -update noar ti set v0='GPOOAJKUI64C' where id=7; -update noar tt set b1='42MFK7ZM7' where id=7; -update noar ti set b1='42MFK7ZM7' where id=7; -update noar tt set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7; -update noar ti set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7; -update noar tt set b2='BUU2CLFLHMTQL' where id=7; -update noar ti set b2='BUU2CLFLHMTQL' where id=7; -update noar tt set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8; -update noar ti set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8; -update noar tt set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8; -update noar ti set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8; -update noar tt set v0='HKJO6VSPOX3' where id=8; -update noar ti set v0='HKJO6VSPOX3' where id=8; -update noar tt set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8; -update noar ti set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8; -update noar tt set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8; -update noar ti set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8; -update noar tt set b2='5VKVCN1NU12T' where id=8; -update noar ti set b2='5VKVCN1NU12T' where id=8; -update noar tt set v0='IR4THFPYL8NL4WY8' where id=9; -update noar ti set v0='IR4THFPYL8NL4WY8' where id=9; -update noar tt set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9; -update noar ti set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9; -update noar tt set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9; -update noar ti set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9; -update noar tt set b1='KCWZ3OA6YZZ' where id=9; -update noar ti set b1='KCWZ3OA6YZZ' where id=9; -update noar tt set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9; -update noar ti set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9; -update noar tt set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9; -update noar ti set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VASH4CFHPXPECA2G20IB66E' where id=1; -update noar ti set v0='VASH4CFHPXPECA2G20IB66E' where id=1; -update noar tt set b0='8220R2SWHAQBF' where id=1; -update noar ti set b0='8220R2SWHAQBF' where id=1; -update noar tt set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1; -update noar ti set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1; -update noar tt set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1; -update noar ti set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1; -update noar tt set v0='VJQZKV5O63RQ2E5KGPVC' where id=1; -update noar ti set v0='VJQZKV5O63RQ2E5KGPVC' where id=1; -update noar tt set b2='LC6' where id=1; -update noar ti set b2='LC6' where id=1; -update noar tt set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2; -update noar ti set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2; -update noar tt set b0='CVBL40Z2IAQHZ9' where id=2; -update noar ti set b0='CVBL40Z2IAQHZ9' where id=2; -update noar tt set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2; -update noar ti set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2; -update noar tt set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2; -update noar ti set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2; -update noar tt set v0='QELXOIF044KO6DB' where id=2; -update noar ti set v0='QELXOIF044KO6DB' where id=2; -update noar tt set b2='LR' where id=2; -update noar ti set b2='LR' where id=2; -update noar tt set v0='DFLUV' where id=3; -update noar ti set v0='DFLUV' where id=3; -update noar tt set b0='11R' where id=3; -update noar ti set b0='11R' where id=3; -update noar tt set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3; -update noar ti set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3; -update noar tt set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3; -update noar ti set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3; -update noar tt set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3; -update noar ti set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3; -update noar tt set b2='XI6M' where id=3; -update noar ti set b2='XI6M' where id=3; -update noar tt set v0='XB82QW78JJJG' where id=4; -update noar ti set v0='XB82QW78JJJG' where id=4; -update noar tt set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4; -update noar ti set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4; -update noar tt set v0='9CQN0CQG26DK' where id=4; -update noar ti set v0='9CQN0CQG26DK' where id=4; -update noar tt set b1='FGRJ9V3WT0VG9A' where id=4; -update noar ti set b1='FGRJ9V3WT0VG9A' where id=4; -update noar tt set v0='OH2TDKG6' where id=4; -update noar ti set v0='OH2TDKG6' where id=4; -update noar tt set b2='70OHIX9R16' where id=4; -update noar ti set b2='70OHIX9R16' where id=4; -update noar tt set v0='G7JPAZY3B23KMDEY7U8R' where id=5; -update noar ti set v0='G7JPAZY3B23KMDEY7U8R' where id=5; -update noar tt set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5; -update noar ti set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5; -update noar tt set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5; -update noar ti set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5; -update noar tt set b1='O' where id=5; -update noar ti set b1='O' where id=5; -update noar tt set v0='BE' where id=5; -update noar ti set v0='BE' where id=5; -update noar tt set b2='P9IGX0UVUJMF42389S8' where id=5; -update noar ti set b2='P9IGX0UVUJMF42389S8' where id=5; -update noar tt set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6; -update noar ti set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6; -update noar tt set b0='Y0DZX2E3LV4U0QW6V' where id=6; -update noar ti set b0='Y0DZX2E3LV4U0QW6V' where id=6; -update noar tt set v0='H6PV3VFUD0514PY' where id=6; -update noar ti set v0='H6PV3VFUD0514PY' where id=6; -update noar tt set b1='NAHBN4CN58CM4NS9W9TX' where id=6; -update noar ti set b1='NAHBN4CN58CM4NS9W9TX' where id=6; -update noar tt set v0='S6066LV8EMUGGOE5SL2XQ' where id=6; -update noar ti set v0='S6066LV8EMUGGOE5SL2XQ' where id=6; -update noar tt set b2='PZ2W' where id=6; -update noar ti set b2='PZ2W' where id=6; -update noar tt set v0='2RFIXZT6B1S0DO4U' where id=7; -update noar ti set v0='2RFIXZT6B1S0DO4U' where id=7; -update noar tt set b0='32ET70UQ85YX5EA2' where id=7; -update noar ti set b0='32ET70UQ85YX5EA2' where id=7; -update noar tt set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7; -update noar ti set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7; -update noar tt set b1='I5' where id=7; -update noar ti set b1='I5' where id=7; -update noar tt set v0='YK00JL1KCSZ0BOS1XU' where id=7; -update noar ti set v0='YK00JL1KCSZ0BOS1XU' where id=7; -update noar tt set b2='N4JJS1II' where id=7; -update noar ti set b2='N4JJS1II' where id=7; -update noar tt set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8; -update noar ti set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8; -update noar tt set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8; -update noar ti set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8; -update noar tt set v0='IS' where id=8; -update noar ti set v0='IS' where id=8; -update noar tt set b1='BG32D18NHVGVLWA9' where id=8; -update noar ti set b1='BG32D18NHVGVLWA9' where id=8; -update noar tt set v0='UOZ' where id=8; -update noar ti set v0='UOZ' where id=8; -update noar tt set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8; -update noar ti set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8; -update noar tt set v0='N0GP3' where id=9; -update noar ti set v0='N0GP3' where id=9; -update noar tt set b0='14W38Z82UWJLU' where id=9; -update noar ti set b0='14W38Z82UWJLU' where id=9; -update noar tt set v0='QW1GS4PGNPZ063LF0' where id=9; -update noar ti set v0='QW1GS4PGNPZ063LF0' where id=9; -update noar tt set b1='A' where id=9; -update noar ti set b1='A' where id=9; -update noar tt set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9; -update noar ti set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9; -update noar tt set b2='03JTWKN4QIFBCZDY9D' where id=9; -update noar ti set b2='03JTWKN4QIFBCZDY9D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S5XYTFIBIRL682CLNPN4VV' where id=1; -update noar ti set v0='S5XYTFIBIRL682CLNPN4VV' where id=1; -update noar tt set b0='GHLR29Z9D' where id=1; -update noar ti set b0='GHLR29Z9D' where id=1; -update noar tt set v0='B6TSLV2HDAT228QL8' where id=1; -update noar ti set v0='B6TSLV2HDAT228QL8' where id=1; -update noar tt set b1='HSL' where id=1; -update noar ti set b1='HSL' where id=1; -update noar tt set v0='OR57BP5ICHGJU8FK' where id=1; -update noar ti set v0='OR57BP5ICHGJU8FK' where id=1; -update noar tt set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1; -update noar ti set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1; -update noar tt set v0='ZPX3GM3827' where id=2; -update noar ti set v0='ZPX3GM3827' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='5RU36NXKUX4' where id=2; -update noar ti set v0='5RU36NXKUX4' where id=2; -update noar tt set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2; -update noar ti set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2; -update noar tt set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2; -update noar ti set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2; -update noar tt set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2; -update noar ti set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2; -update noar tt set v0='YUT' where id=3; -update noar ti set v0='YUT' where id=3; -update noar tt set b0='CMSUE' where id=3; -update noar ti set b0='CMSUE' where id=3; -update noar tt set v0='RTM' where id=3; -update noar ti set v0='RTM' where id=3; -update noar tt set b1='MP' where id=3; -update noar ti set b1='MP' where id=3; -update noar tt set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3; -update noar ti set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3; -update noar tt set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3; -update noar ti set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3; -update noar tt set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4; -update noar ti set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4; -update noar tt set b0='TRXI4SQ4HO29AM' where id=4; -update noar ti set b0='TRXI4SQ4HO29AM' where id=4; -update noar tt set v0='93140JN' where id=4; -update noar ti set v0='93140JN' where id=4; -update noar tt set b1='V25RFLTKPDUD' where id=4; -update noar ti set b1='V25RFLTKPDUD' where id=4; -update noar tt set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4; -update noar ti set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4; -update noar tt set b2='J7FV' where id=4; -update noar ti set b2='J7FV' where id=4; -update noar tt set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5; -update noar ti set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5; -update noar tt set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5; -update noar ti set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5; -update noar tt set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5; -update noar ti set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5; -update noar tt set b1='3HLWRN7J84QJU6' where id=5; -update noar ti set b1='3HLWRN7J84QJU6' where id=5; -update noar tt set v0='X3Q9DOEP6T5UECW' where id=5; -update noar ti set v0='X3Q9DOEP6T5UECW' where id=5; -update noar tt set b2='AUXBGX63JR8J9' where id=5; -update noar ti set b2='AUXBGX63JR8J9' where id=5; -update noar tt set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6; -update noar ti set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6; -update noar tt set b0='UZGCCJZT' where id=6; -update noar ti set b0='UZGCCJZT' where id=6; -update noar tt set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6; -update noar ti set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6; -update noar tt set b1='XZFNXV8JI7' where id=6; -update noar ti set b1='XZFNXV8JI7' where id=6; -update noar tt set v0='J0' where id=6; -update noar ti set v0='J0' where id=6; -update noar tt set b2='TYJ' where id=6; -update noar ti set b2='TYJ' where id=6; -update noar tt set v0='PTS3' where id=7; -update noar ti set v0='PTS3' where id=7; -update noar tt set b0='4UYA7948LW684ND' where id=7; -update noar ti set b0='4UYA7948LW684ND' where id=7; -update noar tt set v0='C406K1WBS4CE2' where id=7; -update noar ti set v0='C406K1WBS4CE2' where id=7; -update noar tt set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7; -update noar ti set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7; -update noar tt set v0='AVT7' where id=7; -update noar ti set v0='AVT7' where id=7; -update noar tt set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7; -update noar ti set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7; -update noar tt set v0='WQCTS2K' where id=8; -update noar ti set v0='WQCTS2K' where id=8; -update noar tt set b0='Y82WBEIYBD' where id=8; -update noar ti set b0='Y82WBEIYBD' where id=8; -update noar tt set v0='JQM' where id=8; -update noar ti set v0='JQM' where id=8; -update noar tt set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8; -update noar ti set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8; -update noar tt set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8; -update noar ti set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8; -update noar tt set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8; -update noar ti set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8; -update noar tt set v0='RYE' where id=9; -update noar ti set v0='RYE' where id=9; -update noar tt set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9; -update noar ti set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9; -update noar tt set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9; -update noar ti set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9; -update noar tt set b1='XNNLVS4BBBUXYGLN53M0' where id=9; -update noar ti set b1='XNNLVS4BBBUXYGLN53M0' where id=9; -update noar tt set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9; -update noar ti set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9; -update noar tt set b2='QPWJ3HPR03BDMIV9B4' where id=9; -update noar ti set b2='QPWJ3HPR03BDMIV9B4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1; -update noar ti set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1; -update noar tt set b0='97' where id=1; -update noar ti set b0='97' where id=1; -update noar tt set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1; -update noar ti set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1; -update noar tt set b1='MNSEU4QMVLPW' where id=1; -update noar ti set b1='MNSEU4QMVLPW' where id=1; -update noar tt set v0='GF6L9YYC93K4WIB' where id=1; -update noar ti set v0='GF6L9YYC93K4WIB' where id=1; -update noar tt set b2='P487KQKNU8295BQZG7P10DKMT' where id=1; -update noar ti set b2='P487KQKNU8295BQZG7P10DKMT' where id=1; -update noar tt set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2; -update noar ti set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2; -update noar tt set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2; -update noar ti set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2; -update noar tt set v0='GTTYH7R6EXRK' where id=2; -update noar ti set v0='GTTYH7R6EXRK' where id=2; -update noar tt set b1='DADK3BK8C423W' where id=2; -update noar ti set b1='DADK3BK8C423W' where id=2; -update noar tt set v0='ECA' where id=2; -update noar ti set v0='ECA' where id=2; -update noar tt set b2='W0A36DNEBJ7JZIENX47' where id=2; -update noar ti set b2='W0A36DNEBJ7JZIENX47' where id=2; -update noar tt set v0='97N990O6FS7GMC2' where id=3; -update noar ti set v0='97N990O6FS7GMC2' where id=3; -update noar tt set b0='XYE3Q' where id=3; -update noar ti set b0='XYE3Q' where id=3; -update noar tt set v0='6692' where id=3; -update noar ti set v0='6692' where id=3; -update noar tt set b1='XZFR9W3NH' where id=3; -update noar ti set b1='XZFR9W3NH' where id=3; -update noar tt set v0='2A0E' where id=3; -update noar ti set v0='2A0E' where id=3; -update noar tt set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3; -update noar ti set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3; -update noar tt set v0='W7ETQO' where id=4; -update noar ti set v0='W7ETQO' where id=4; -update noar tt set b0='2U2NYCND795FXC1' where id=4; -update noar ti set b0='2U2NYCND795FXC1' where id=4; -update noar tt set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4; -update noar ti set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4; -update noar tt set b1='DZNXE5A9NFTJRAY1XWHC' where id=4; -update noar ti set b1='DZNXE5A9NFTJRAY1XWHC' where id=4; -update noar tt set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4; -update noar ti set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4; -update noar tt set b2='CF2ZQFNS' where id=4; -update noar ti set b2='CF2ZQFNS' where id=4; -update noar tt set v0='BSEYQPDI6K' where id=5; -update noar ti set v0='BSEYQPDI6K' where id=5; -update noar tt set b0='O42XW16A2OOR49I1' where id=5; -update noar ti set b0='O42XW16A2OOR49I1' where id=5; -update noar tt set v0='FCMVWLR89X4XRYN55P2P' where id=5; -update noar ti set v0='FCMVWLR89X4XRYN55P2P' where id=5; -update noar tt set b1='CYJWKRAR10WKKNH1' where id=5; -update noar ti set b1='CYJWKRAR10WKKNH1' where id=5; -update noar tt set v0='96848K86' where id=5; -update noar ti set v0='96848K86' where id=5; -update noar tt set b2='18XFMNE92YQTVVY62K' where id=5; -update noar ti set b2='18XFMNE92YQTVVY62K' where id=5; -update noar tt set v0='6X28FJ0AR91T6GI4' where id=6; -update noar ti set v0='6X28FJ0AR91T6GI4' where id=6; -update noar tt set b0='ZA55JV' where id=6; -update noar ti set b0='ZA55JV' where id=6; -update noar tt set v0='WR12Q8PX9O' where id=6; -update noar ti set v0='WR12Q8PX9O' where id=6; -update noar tt set b1='KH444CFXOK2' where id=6; -update noar ti set b1='KH444CFXOK2' where id=6; -update noar tt set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6; -update noar ti set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6; -update noar tt set b2='TE2' where id=6; -update noar ti set b2='TE2' where id=6; -update noar tt set v0='58' where id=7; -update noar ti set v0='58' where id=7; -update noar tt set b0='7Y0LL1VS4LRW1671QGU' where id=7; -update noar ti set b0='7Y0LL1VS4LRW1671QGU' where id=7; -update noar tt set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7; -update noar ti set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7; -update noar tt set b1='TZCM2KR104Z3L4NYOI' where id=7; -update noar ti set b1='TZCM2KR104Z3L4NYOI' where id=7; -update noar tt set v0='5BK2KBK4' where id=7; -update noar ti set v0='5BK2KBK4' where id=7; -update noar tt set b2='R6BO38TUGY1XJPXZ' where id=7; -update noar ti set b2='R6BO38TUGY1XJPXZ' where id=7; -update noar tt set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8; -update noar ti set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8; -update noar tt set b0='R4' where id=8; -update noar ti set b0='R4' where id=8; -update noar tt set v0='UD6TH59NTL66XNAKL' where id=8; -update noar ti set v0='UD6TH59NTL66XNAKL' where id=8; -update noar tt set b1='6HF247PXA2880ODXVCPP' where id=8; -update noar ti set b1='6HF247PXA2880ODXVCPP' where id=8; -update noar tt set v0='K0POXNHX' where id=8; -update noar ti set v0='K0POXNHX' where id=8; -update noar tt set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8; -update noar ti set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8; -update noar tt set v0='EE1FYWU' where id=9; -update noar ti set v0='EE1FYWU' where id=9; -update noar tt set b0='LU9' where id=9; -update noar ti set b0='LU9' where id=9; -update noar tt set v0='61SDLBOH2Z0URC5DUDGD' where id=9; -update noar ti set v0='61SDLBOH2Z0URC5DUDGD' where id=9; -update noar tt set b1='CHK319K0' where id=9; -update noar ti set b1='CHK319K0' where id=9; -update noar tt set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9; -update noar ti set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9; -update noar tt set b2='I2OEFB8LPV8' where id=9; -update noar ti set b2='I2OEFB8LPV8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UH1QOV' where id=1; -update noar ti set v0='UH1QOV' where id=1; -update noar tt set b0='OCO0' where id=1; -update noar ti set b0='OCO0' where id=1; -update noar tt set v0='CUA8VV6DON' where id=1; -update noar ti set v0='CUA8VV6DON' where id=1; -update noar tt set b1='GYG3GND4JATRQGYIO6GY1' where id=1; -update noar ti set b1='GYG3GND4JATRQGYIO6GY1' where id=1; -update noar tt set v0='5DFKBSOVPS3JS5LTTDT3' where id=1; -update noar ti set v0='5DFKBSOVPS3JS5LTTDT3' where id=1; -update noar tt set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1; -update noar ti set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1; -update noar tt set v0='V7ZKV9X' where id=2; -update noar ti set v0='V7ZKV9X' where id=2; -update noar tt set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2; -update noar ti set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2; -update noar tt set v0='PC' where id=2; -update noar ti set v0='PC' where id=2; -update noar tt set b1='DQRBT5OFC' where id=2; -update noar ti set b1='DQRBT5OFC' where id=2; -update noar tt set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2; -update noar ti set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2; -update noar tt set b2='EQHBBW2C7SEP8VAT' where id=2; -update noar ti set b2='EQHBBW2C7SEP8VAT' where id=2; -update noar tt set v0='V7BRD9R3Z' where id=3; -update noar ti set v0='V7BRD9R3Z' where id=3; -update noar tt set b0='1W0' where id=3; -update noar ti set b0='1W0' where id=3; -update noar tt set v0='N1G10DIA1BL' where id=3; -update noar ti set v0='N1G10DIA1BL' where id=3; -update noar tt set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3; -update noar ti set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3; -update noar tt set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3; -update noar ti set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3; -update noar tt set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3; -update noar ti set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3; -update noar tt set v0='S5LZC' where id=4; -update noar ti set v0='S5LZC' where id=4; -update noar tt set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4; -update noar ti set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4; -update noar tt set v0='F46PG' where id=4; -update noar ti set v0='F46PG' where id=4; -update noar tt set b1='XNZJBLT95NPJCSM' where id=4; -update noar ti set b1='XNZJBLT95NPJCSM' where id=4; -update noar tt set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4; -update noar ti set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4; -update noar tt set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4; -update noar ti set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4; -update noar tt set v0='G3C8P8X' where id=5; -update noar ti set v0='G3C8P8X' where id=5; -update noar tt set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5; -update noar ti set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5; -update noar tt set v0='X5FS9R8D' where id=5; -update noar ti set v0='X5FS9R8D' where id=5; -update noar tt set b1='Q4B71CBDI9ULSZW' where id=5; -update noar ti set b1='Q4B71CBDI9ULSZW' where id=5; -update noar tt set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5; -update noar ti set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5; -update noar tt set b2='OZL17X4V0Z' where id=5; -update noar ti set b2='OZL17X4V0Z' where id=5; -update noar tt set v0='B5OIZN7DY8827F5JW53E94QV' where id=6; -update noar ti set v0='B5OIZN7DY8827F5JW53E94QV' where id=6; -update noar tt set b0='M1' where id=6; -update noar ti set b0='M1' where id=6; -update noar tt set v0='AAOXJC979PR4MGNF' where id=6; -update noar ti set v0='AAOXJC979PR4MGNF' where id=6; -update noar tt set b1='4L8G220187' where id=6; -update noar ti set b1='4L8G220187' where id=6; -update noar tt set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6; -update noar ti set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6; -update noar tt set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6; -update noar ti set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6; -update noar tt set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7; -update noar ti set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7; -update noar tt set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7; -update noar ti set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7; -update noar tt set v0='QC6EOS4G68ZAKJ0H' where id=7; -update noar ti set v0='QC6EOS4G68ZAKJ0H' where id=7; -update noar tt set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7; -update noar ti set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7; -update noar tt set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7; -update noar ti set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7; -update noar tt set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7; -update noar ti set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7; -update noar tt set v0='PLWDFTFCFN31K' where id=8; -update noar ti set v0='PLWDFTFCFN31K' where id=8; -update noar tt set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8; -update noar ti set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8; -update noar tt set v0='VLG4IFJ9UW1JOB2' where id=8; -update noar ti set v0='VLG4IFJ9UW1JOB2' where id=8; -update noar tt set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8; -update noar ti set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8; -update noar tt set v0='5KV0' where id=8; -update noar ti set v0='5KV0' where id=8; -update noar tt set b2='7BJLOT' where id=8; -update noar ti set b2='7BJLOT' where id=8; -update noar tt set v0='8G2NAHJ3QZZSKBRA' where id=9; -update noar ti set v0='8G2NAHJ3QZZSKBRA' where id=9; -update noar tt set b0='EF35Y' where id=9; -update noar ti set b0='EF35Y' where id=9; -update noar tt set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9; -update noar ti set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9; -update noar tt set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9; -update noar ti set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9; -update noar tt set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9; -update noar ti set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9; -update noar tt set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9; -update noar ti set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1; -update noar ti set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1; -update noar tt set b0='29' where id=1; -update noar ti set b0='29' where id=1; -update noar tt set v0='QGXK1EM2MW' where id=1; -update noar ti set v0='QGXK1EM2MW' where id=1; -update noar tt set b1='5I1LIG' where id=1; -update noar ti set b1='5I1LIG' where id=1; -update noar tt set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1; -update noar ti set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1; -update noar tt set b2='X1' where id=1; -update noar ti set b2='X1' where id=1; -update noar tt set v0='ZOAFGR5' where id=2; -update noar ti set v0='ZOAFGR5' where id=2; -update noar tt set b0='KX1DDSM7P' where id=2; -update noar ti set b0='KX1DDSM7P' where id=2; -update noar tt set v0='N78MXSRPMGK8O7RS' where id=2; -update noar ti set v0='N78MXSRPMGK8O7RS' where id=2; -update noar tt set b1='DUQ5MHFTN82' where id=2; -update noar ti set b1='DUQ5MHFTN82' where id=2; -update noar tt set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2; -update noar ti set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2; -update noar tt set b2='HT4NHOFZN1C1EJ' where id=2; -update noar ti set b2='HT4NHOFZN1C1EJ' where id=2; -update noar tt set v0='RBLT0OH868AMI82AE6Q19Y' where id=3; -update noar ti set v0='RBLT0OH868AMI82AE6Q19Y' where id=3; -update noar tt set b0='IC' where id=3; -update noar ti set b0='IC' where id=3; -update noar tt set v0='ZI41G' where id=3; -update noar ti set v0='ZI41G' where id=3; -update noar tt set b1='AIA4SRGCGMH3PNZA' where id=3; -update noar ti set b1='AIA4SRGCGMH3PNZA' where id=3; -update noar tt set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3; -update noar ti set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3; -update noar tt set b2='B1FM8QT6U2E2QH6VG' where id=3; -update noar ti set b2='B1FM8QT6U2E2QH6VG' where id=3; -update noar tt set v0='ZKFFH' where id=4; -update noar ti set v0='ZKFFH' where id=4; -update noar tt set b0='JMYXBD' where id=4; -update noar ti set b0='JMYXBD' where id=4; -update noar tt set v0='3E06094U1' where id=4; -update noar ti set v0='3E06094U1' where id=4; -update noar tt set b1='CU9FVZ36JY1UPOV' where id=4; -update noar ti set b1='CU9FVZ36JY1UPOV' where id=4; -update noar tt set v0='1YHNG52GDYCJGL9' where id=4; -update noar ti set v0='1YHNG52GDYCJGL9' where id=4; -update noar tt set b2='GN0CFKGX0PBGP4' where id=4; -update noar ti set b2='GN0CFKGX0PBGP4' where id=4; -update noar tt set v0='6T0NHGG8O7NT3BHWB' where id=5; -update noar ti set v0='6T0NHGG8O7NT3BHWB' where id=5; -update noar tt set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5; -update noar ti set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5; -update noar tt set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5; -update noar ti set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5; -update noar tt set b1='4O' where id=5; -update noar ti set b1='4O' where id=5; -update noar tt set v0='F8AST' where id=5; -update noar ti set v0='F8AST' where id=5; -update noar tt set b2='JO3SRJAJ94P95BESG' where id=5; -update noar ti set b2='JO3SRJAJ94P95BESG' where id=5; -update noar tt set v0='BA1PB5JL8U3S8' where id=6; -update noar ti set v0='BA1PB5JL8U3S8' where id=6; -update noar tt set b0='ROAP3E6ULD' where id=6; -update noar ti set b0='ROAP3E6ULD' where id=6; -update noar tt set v0='HZU' where id=6; -update noar ti set v0='HZU' where id=6; -update noar tt set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6; -update noar ti set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6; -update noar tt set v0='BJ2R8' where id=6; -update noar ti set v0='BJ2R8' where id=6; -update noar tt set b2='LHNI69FR' where id=6; -update noar ti set b2='LHNI69FR' where id=6; -update noar tt set v0='H' where id=7; -update noar ti set v0='H' where id=7; -update noar tt set b0='EW5WT5AO7L5U3' where id=7; -update noar ti set b0='EW5WT5AO7L5U3' where id=7; -update noar tt set v0='JHBYWFDND0VVNVINS15I' where id=7; -update noar ti set v0='JHBYWFDND0VVNVINS15I' where id=7; -update noar tt set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7; -update noar ti set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7; -update noar tt set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7; -update noar ti set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7; -update noar tt set b2='Z' where id=7; -update noar ti set b2='Z' where id=7; -update noar tt set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8; -update noar ti set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8; -update noar tt set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8; -update noar ti set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8; -update noar tt set v0='B41ED0UJ2HKS5EX07IMF' where id=8; -update noar ti set v0='B41ED0UJ2HKS5EX07IMF' where id=8; -update noar tt set b1='GJEA2TGEZDIRI3D' where id=8; -update noar ti set b1='GJEA2TGEZDIRI3D' where id=8; -update noar tt set v0='1E17XO1ZM2825X5A' where id=8; -update noar ti set v0='1E17XO1ZM2825X5A' where id=8; -update noar tt set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8; -update noar ti set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8; -update noar tt set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9; -update noar ti set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9; -update noar tt set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9; -update noar ti set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9; -update noar tt set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9; -update noar ti set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9; -update noar tt set b1='JRAJ' where id=9; -update noar ti set b1='JRAJ' where id=9; -update noar tt set v0='FAWJ7W7QOAG95EMF' where id=9; -update noar ti set v0='FAWJ7W7QOAG95EMF' where id=9; -update noar tt set b2='OG6MYKZ9ITKZL4PFMN9' where id=9; -update noar ti set b2='OG6MYKZ9ITKZL4PFMN9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1; -update noar ti set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1; -update noar tt set b0='1PK59L2YBM1' where id=1; -update noar ti set b0='1PK59L2YBM1' where id=1; -update noar tt set v0='UVT81TMYQ7' where id=1; -update noar ti set v0='UVT81TMYQ7' where id=1; -update noar tt set b1='A5K75JUUIUPR58' where id=1; -update noar ti set b1='A5K75JUUIUPR58' where id=1; -update noar tt set v0='XB32XI7GSQR' where id=1; -update noar ti set v0='XB32XI7GSQR' where id=1; -update noar tt set b2='13ZT7AW0IZSQNSL' where id=1; -update noar ti set b2='13ZT7AW0IZSQNSL' where id=1; -update noar tt set v0='25YG' where id=2; -update noar ti set v0='25YG' where id=2; -update noar tt set b0='C2GSBBLKK' where id=2; -update noar ti set b0='C2GSBBLKK' where id=2; -update noar tt set v0='BI4RNAOHYLN66FX6N' where id=2; -update noar ti set v0='BI4RNAOHYLN66FX6N' where id=2; -update noar tt set b1='1J3B' where id=2; -update noar ti set b1='1J3B' where id=2; -update noar tt set v0='KJ1ED6C27BI68' where id=2; -update noar ti set v0='KJ1ED6C27BI68' where id=2; -update noar tt set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2; -update noar ti set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b0='FLGV5IFDBSOMAF3G' where id=3; -update noar ti set b0='FLGV5IFDBSOMAF3G' where id=3; -update noar tt set v0='RG18L68M2CLLBZ' where id=3; -update noar ti set v0='RG18L68M2CLLBZ' where id=3; -update noar tt set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3; -update noar ti set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3; -update noar tt set v0='BY90ICPPG8IX' where id=3; -update noar ti set v0='BY90ICPPG8IX' where id=3; -update noar tt set b2='2ZLXDOF' where id=3; -update noar ti set b2='2ZLXDOF' where id=3; -update noar tt set v0='NMQTFR2' where id=4; -update noar ti set v0='NMQTFR2' where id=4; -update noar tt set b0='5M1KUJILOHQVSQTXN' where id=4; -update noar ti set b0='5M1KUJILOHQVSQTXN' where id=4; -update noar tt set v0='ENHI3BUPFC1I241GOWHDI' where id=4; -update noar ti set v0='ENHI3BUPFC1I241GOWHDI' where id=4; -update noar tt set b1='3QNXCDLT' where id=4; -update noar ti set b1='3QNXCDLT' where id=4; -update noar tt set v0='DH5HTJH9ECJYMI' where id=4; -update noar ti set v0='DH5HTJH9ECJYMI' where id=4; -update noar tt set b2='77R64E3OSALE5T8XHL' where id=4; -update noar ti set b2='77R64E3OSALE5T8XHL' where id=4; -update noar tt set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5; -update noar ti set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5; -update noar tt set b0='427HGY' where id=5; -update noar ti set b0='427HGY' where id=5; -update noar tt set v0='IUX0P' where id=5; -update noar ti set v0='IUX0P' where id=5; -update noar tt set b1='ACM4SDATWHSPZM' where id=5; -update noar ti set b1='ACM4SDATWHSPZM' where id=5; -update noar tt set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5; -update noar ti set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5; -update noar tt set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5; -update noar ti set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5; -update noar tt set v0='LR' where id=6; -update noar ti set v0='LR' where id=6; -update noar tt set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6; -update noar ti set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6; -update noar tt set v0='OYD90VT6' where id=6; -update noar ti set v0='OYD90VT6' where id=6; -update noar tt set b1='V9893TNTKBPRFYMP5X' where id=6; -update noar ti set b1='V9893TNTKBPRFYMP5X' where id=6; -update noar tt set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6; -update noar ti set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6; -update noar tt set b2='4F8BPJZ34TMW4V19GE' where id=6; -update noar ti set b2='4F8BPJZ34TMW4V19GE' where id=6; -update noar tt set v0='VGFV3JF8JWTLH52QU6' where id=7; -update noar ti set v0='VGFV3JF8JWTLH52QU6' where id=7; -update noar tt set b0='ZV' where id=7; -update noar ti set b0='ZV' where id=7; -update noar tt set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7; -update noar ti set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7; -update noar tt set b1='3LYEEEBBNBTE754AYGWR' where id=7; -update noar ti set b1='3LYEEEBBNBTE754AYGWR' where id=7; -update noar tt set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7; -update noar ti set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7; -update noar tt set b2='9LSGRUNDDD1' where id=7; -update noar ti set b2='9LSGRUNDDD1' where id=7; -update noar tt set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8; -update noar ti set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8; -update noar tt set b0='40ZK7OLV972SCCJAUXY' where id=8; -update noar ti set b0='40ZK7OLV972SCCJAUXY' where id=8; -update noar tt set v0='2JOEMDBX0VZFFWZMQVC7' where id=8; -update noar ti set v0='2JOEMDBX0VZFFWZMQVC7' where id=8; -update noar tt set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8; -update noar ti set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8; -update noar tt set v0='VYQJCGG55U0E' where id=8; -update noar ti set v0='VYQJCGG55U0E' where id=8; -update noar tt set b2='MYC' where id=8; -update noar ti set b2='MYC' where id=8; -update noar tt set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9; -update noar ti set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9; -update noar tt set b0='Z7OFRREHFROZ9H3HS' where id=9; -update noar ti set b0='Z7OFRREHFROZ9H3HS' where id=9; -update noar tt set v0='TF3KO' where id=9; -update noar ti set v0='TF3KO' where id=9; -update noar tt set b1='YJ2SR8DHMYQ6AHW' where id=9; -update noar ti set b1='YJ2SR8DHMYQ6AHW' where id=9; -update noar tt set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9; -update noar ti set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9; -update noar tt set b2='3U' where id=9; -update noar ti set b2='3U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ATQH74JNA3KVF5PR6E' where id=1; -update noar ti set v0='ATQH74JNA3KVF5PR6E' where id=1; -update noar tt set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1; -update noar ti set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1; -update noar tt set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1; -update noar ti set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1; -update noar tt set b1='5HJ5DXTC529' where id=1; -update noar ti set b1='5HJ5DXTC529' where id=1; -update noar tt set v0='PYU3DS7H4' where id=1; -update noar ti set v0='PYU3DS7H4' where id=1; -update noar tt set b2='3H1L7YUI8AP1' where id=1; -update noar ti set b2='3H1L7YUI8AP1' where id=1; -update noar tt set v0='XBG57EQXIPFY3QOJKPRU' where id=2; -update noar ti set v0='XBG57EQXIPFY3QOJKPRU' where id=2; -update noar tt set b0='345UV875NMBVV7QS30C7VWP1' where id=2; -update noar ti set b0='345UV875NMBVV7QS30C7VWP1' where id=2; -update noar tt set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2; -update noar ti set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2; -update noar tt set b1='7Y5KY18WQQ45HXCTV8' where id=2; -update noar ti set b1='7Y5KY18WQQ45HXCTV8' where id=2; -update noar tt set v0='ZEQKLT2OJG14E1U4F9OI' where id=2; -update noar ti set v0='ZEQKLT2OJG14E1U4F9OI' where id=2; -update noar tt set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2; -update noar ti set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2; -update noar tt set v0='VVUJ' where id=3; -update noar ti set v0='VVUJ' where id=3; -update noar tt set b0='ONRM1' where id=3; -update noar ti set b0='ONRM1' where id=3; -update noar tt set v0='YYJD889CP6PEN' where id=3; -update noar ti set v0='YYJD889CP6PEN' where id=3; -update noar tt set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3; -update noar ti set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3; -update noar tt set v0='XXQENMA8N2QQPT' where id=3; -update noar ti set v0='XXQENMA8N2QQPT' where id=3; -update noar tt set b2='P9WDCHELW0W4U79LJ67' where id=3; -update noar ti set b2='P9WDCHELW0W4U79LJ67' where id=3; -update noar tt set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4; -update noar ti set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4; -update noar tt set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4; -update noar ti set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4; -update noar tt set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4; -update noar ti set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4; -update noar tt set b1='V2VJY0R' where id=4; -update noar ti set b1='V2VJY0R' where id=4; -update noar tt set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4; -update noar ti set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4; -update noar tt set b2='S0' where id=4; -update noar ti set b2='S0' where id=4; -update noar tt set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5; -update noar ti set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5; -update noar tt set b0='8YJF1VW6CMG9X5II5ZXE' where id=5; -update noar ti set b0='8YJF1VW6CMG9X5II5ZXE' where id=5; -update noar tt set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5; -update noar ti set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5; -update noar tt set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5; -update noar ti set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5; -update noar tt set v0='AE71G810G3MJX129B0OFPW' where id=5; -update noar ti set v0='AE71G810G3MJX129B0OFPW' where id=5; -update noar tt set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5; -update noar ti set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5; -update noar tt set v0='TE3R94O' where id=6; -update noar ti set v0='TE3R94O' where id=6; -update noar tt set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6; -update noar ti set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6; -update noar tt set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6; -update noar ti set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6; -update noar tt set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6; -update noar ti set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6; -update noar tt set v0='1K' where id=6; -update noar ti set v0='1K' where id=6; -update noar tt set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6; -update noar ti set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6; -update noar tt set v0='0NI0MU70SMQ' where id=7; -update noar ti set v0='0NI0MU70SMQ' where id=7; -update noar tt set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7; -update noar ti set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7; -update noar tt set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7; -update noar ti set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7; -update noar tt set b1='IIE4JLEFCBN2HPX0' where id=7; -update noar ti set b1='IIE4JLEFCBN2HPX0' where id=7; -update noar tt set v0='0OWWRVVQAXFOXOV1J' where id=7; -update noar ti set v0='0OWWRVVQAXFOXOV1J' where id=7; -update noar tt set b2='52LRBFM3O7M' where id=7; -update noar ti set b2='52LRBFM3O7M' where id=7; -update noar tt set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8; -update noar ti set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8; -update noar tt set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8; -update noar ti set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8; -update noar tt set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8; -update noar ti set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8; -update noar tt set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8; -update noar ti set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8; -update noar tt set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8; -update noar ti set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8; -update noar tt set b2='E9X' where id=8; -update noar ti set b2='E9X' where id=8; -update noar tt set v0='TH' where id=9; -update noar ti set v0='TH' where id=9; -update noar tt set b0='BXLIPQ0IZL44F9' where id=9; -update noar ti set b0='BXLIPQ0IZL44F9' where id=9; -update noar tt set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9; -update noar ti set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9; -update noar tt set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9; -update noar ti set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9; -update noar tt set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9; -update noar ti set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9; -update noar tt set b2='G0IGPL' where id=9; -update noar ti set b2='G0IGPL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K4K0VB2PMY483' where id=1; -update noar ti set v0='K4K0VB2PMY483' where id=1; -update noar tt set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1; -update noar ti set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1; -update noar tt set v0='ZGZ5MYOFOLX52S4E5' where id=1; -update noar ti set v0='ZGZ5MYOFOLX52S4E5' where id=1; -update noar tt set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1; -update noar ti set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1; -update noar tt set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1; -update noar ti set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1; -update noar tt set b2='C688ZHZSFN904Z0DHING4U3' where id=1; -update noar ti set b2='C688ZHZSFN904Z0DHING4U3' where id=1; -update noar tt set v0='YWY' where id=2; -update noar ti set v0='YWY' where id=2; -update noar tt set b0='C0NGA8SUSURIBGN80CKAU4' where id=2; -update noar ti set b0='C0NGA8SUSURIBGN80CKAU4' where id=2; -update noar tt set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2; -update noar ti set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2; -update noar tt set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2; -update noar ti set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2; -update noar tt set v0='GASWIJCZ2A2B8Y8I1A' where id=2; -update noar ti set v0='GASWIJCZ2A2B8Y8I1A' where id=2; -update noar tt set b2='D' where id=2; -update noar ti set b2='D' where id=2; -update noar tt set v0='OP6RSKX795B3O368UOZ0EUL' where id=3; -update noar ti set v0='OP6RSKX795B3O368UOZ0EUL' where id=3; -update noar tt set b0='ORE5EFAVV2Q5V3' where id=3; -update noar ti set b0='ORE5EFAVV2Q5V3' where id=3; -update noar tt set v0='8VXVFTCA8P' where id=3; -update noar ti set v0='8VXVFTCA8P' where id=3; -update noar tt set b1='6FKJ' where id=3; -update noar ti set b1='6FKJ' where id=3; -update noar tt set v0='T1AP91UZZWN' where id=3; -update noar ti set v0='T1AP91UZZWN' where id=3; -update noar tt set b2='ASF71I3R9VGYIKLODO' where id=3; -update noar ti set b2='ASF71I3R9VGYIKLODO' where id=3; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b0='HQ1' where id=4; -update noar ti set b0='HQ1' where id=4; -update noar tt set v0='KO4TCQDILA3UUMT3NV6R77' where id=4; -update noar ti set v0='KO4TCQDILA3UUMT3NV6R77' where id=4; -update noar tt set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4; -update noar ti set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4; -update noar tt set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4; -update noar ti set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4; -update noar tt set b2='74' where id=4; -update noar ti set b2='74' where id=4; -update noar tt set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5; -update noar ti set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5; -update noar tt set b0='O1BTP' where id=5; -update noar ti set b0='O1BTP' where id=5; -update noar tt set v0='WBMC34EENE9TP83' where id=5; -update noar ti set v0='WBMC34EENE9TP83' where id=5; -update noar tt set b1='EFYMTD' where id=5; -update noar ti set b1='EFYMTD' where id=5; -update noar tt set v0='0NZ9B' where id=5; -update noar ti set v0='0NZ9B' where id=5; -update noar tt set b2='XJL5GIVALX6KDRW' where id=5; -update noar ti set b2='XJL5GIVALX6KDRW' where id=5; -update noar tt set v0='4GX5VQ9' where id=6; -update noar ti set v0='4GX5VQ9' where id=6; -update noar tt set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6; -update noar ti set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6; -update noar tt set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6; -update noar ti set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6; -update noar tt set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6; -update noar ti set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6; -update noar tt set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6; -update noar ti set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6; -update noar tt set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6; -update noar ti set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6; -update noar tt set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7; -update noar ti set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7; -update noar tt set b0='94WMM1DO6N3CX6GIPN' where id=7; -update noar ti set b0='94WMM1DO6N3CX6GIPN' where id=7; -update noar tt set v0='005XU1TZDLCDQ5829A8Z0' where id=7; -update noar ti set v0='005XU1TZDLCDQ5829A8Z0' where id=7; -update noar tt set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7; -update noar ti set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7; -update noar tt set v0='X2CPFMGQUCXVLU' where id=7; -update noar ti set v0='X2CPFMGQUCXVLU' where id=7; -update noar tt set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7; -update noar ti set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7; -update noar tt set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8; -update noar ti set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8; -update noar tt set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8; -update noar ti set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8; -update noar tt set v0='VLQR' where id=8; -update noar ti set v0='VLQR' where id=8; -update noar tt set b1='DWCJBMJMV' where id=8; -update noar ti set b1='DWCJBMJMV' where id=8; -update noar tt set v0='3XCAM3ZY55OU0' where id=8; -update noar ti set v0='3XCAM3ZY55OU0' where id=8; -update noar tt set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8; -update noar ti set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8; -update noar tt set v0='8' where id=9; -update noar ti set v0='8' where id=9; -update noar tt set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9; -update noar ti set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9; -update noar tt set v0='2ANB7SH1PNC' where id=9; -update noar ti set v0='2ANB7SH1PNC' where id=9; -update noar tt set b1='G4T' where id=9; -update noar ti set b1='G4T' where id=9; -update noar tt set v0='XJAPFXTIVLPL5A39EBR9F' where id=9; -update noar ti set v0='XJAPFXTIVLPL5A39EBR9F' where id=9; -update noar tt set b2='4D' where id=9; -update noar ti set b2='4D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V4U42S' where id=1; -update noar ti set v0='V4U42S' where id=1; -update noar tt set b0='H4J' where id=1; -update noar ti set b0='H4J' where id=1; -update noar tt set v0='0Q6RJI9JQJ1AB1' where id=1; -update noar ti set v0='0Q6RJI9JQJ1AB1' where id=1; -update noar tt set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1; -update noar ti set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1; -update noar tt set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1; -update noar ti set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1; -update noar tt set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1; -update noar ti set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1; -update noar tt set v0='0H7MTVT7T7UO5AU64KIXF' where id=2; -update noar ti set v0='0H7MTVT7T7UO5AU64KIXF' where id=2; -update noar tt set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2; -update noar ti set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2; -update noar tt set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2; -update noar ti set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2; -update noar tt set b1='072E3QCHF2HBR2N2D29RKT' where id=2; -update noar ti set b1='072E3QCHF2HBR2N2D29RKT' where id=2; -update noar tt set v0='3MPNJ552DSHLPO296DLS0GI' where id=2; -update noar ti set v0='3MPNJ552DSHLPO296DLS0GI' where id=2; -update noar tt set b2='KMFTY3B0RVL06C9VBXO' where id=2; -update noar ti set b2='KMFTY3B0RVL06C9VBXO' where id=2; -update noar tt set v0='I60E4' where id=3; -update noar ti set v0='I60E4' where id=3; -update noar tt set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3; -update noar ti set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3; -update noar tt set v0='GS93J6YLBRSR9MCPN33BC' where id=3; -update noar ti set v0='GS93J6YLBRSR9MCPN33BC' where id=3; -update noar tt set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3; -update noar ti set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3; -update noar tt set v0='5K8XG' where id=3; -update noar ti set v0='5K8XG' where id=3; -update noar tt set b2='5N24QX5QD3' where id=3; -update noar ti set b2='5N24QX5QD3' where id=3; -update noar tt set v0='7YEVQH5M79Q06P' where id=4; -update noar ti set v0='7YEVQH5M79Q06P' where id=4; -update noar tt set b0='OKR252ZEIIK4W031X' where id=4; -update noar ti set b0='OKR252ZEIIK4W031X' where id=4; -update noar tt set v0='RCTUNEGEM9HHSW' where id=4; -update noar ti set v0='RCTUNEGEM9HHSW' where id=4; -update noar tt set b1='32PCUK2826GG' where id=4; -update noar ti set b1='32PCUK2826GG' where id=4; -update noar tt set v0='9ME65ODSRFPDE73Z3' where id=4; -update noar ti set v0='9ME65ODSRFPDE73Z3' where id=4; -update noar tt set b2='VW63MKBAY4I3K9X' where id=4; -update noar ti set b2='VW63MKBAY4I3K9X' where id=4; -update noar tt set v0='UDA' where id=5; -update noar ti set v0='UDA' where id=5; -update noar tt set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5; -update noar ti set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5; -update noar tt set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5; -update noar ti set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5; -update noar tt set b1='YJSXEU25P95G' where id=5; -update noar ti set b1='YJSXEU25P95G' where id=5; -update noar tt set v0='YZ9SJI5FFLW1' where id=5; -update noar ti set v0='YZ9SJI5FFLW1' where id=5; -update noar tt set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5; -update noar ti set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5; -update noar tt set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6; -update noar ti set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6; -update noar tt set b0='YZH1V4U6SK52EBIGL6' where id=6; -update noar ti set b0='YZH1V4U6SK52EBIGL6' where id=6; -update noar tt set v0='YULBVM1' where id=6; -update noar ti set v0='YULBVM1' where id=6; -update noar tt set b1='GIQX8GUBCMBX7DE6PL0' where id=6; -update noar ti set b1='GIQX8GUBCMBX7DE6PL0' where id=6; -update noar tt set v0='VBQZ07ZY4YFT7' where id=6; -update noar ti set v0='VBQZ07ZY4YFT7' where id=6; -update noar tt set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6; -update noar ti set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6; -update noar tt set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7; -update noar ti set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7; -update noar tt set b0='GLOILK015BVL72VZUGFOOA' where id=7; -update noar ti set b0='GLOILK015BVL72VZUGFOOA' where id=7; -update noar tt set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7; -update noar ti set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7; -update noar tt set b1='K' where id=7; -update noar ti set b1='K' where id=7; -update noar tt set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7; -update noar ti set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7; -update noar tt set b2='9P5LV7PQ22C' where id=7; -update noar ti set b2='9P5LV7PQ22C' where id=7; -update noar tt set v0='0XTU6QYKXN9JI4RADPS' where id=8; -update noar ti set v0='0XTU6QYKXN9JI4RADPS' where id=8; -update noar tt set b0='HR1N216X32E8DZU4T8BD' where id=8; -update noar ti set b0='HR1N216X32E8DZU4T8BD' where id=8; -update noar tt set v0='3U6L6KDBFI6EZL' where id=8; -update noar ti set v0='3U6L6KDBFI6EZL' where id=8; -update noar tt set b1='9AB3UOB3QPAG' where id=8; -update noar ti set b1='9AB3UOB3QPAG' where id=8; -update noar tt set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8; -update noar ti set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8; -update noar tt set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8; -update noar ti set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8; -update noar tt set v0='69T242S86LZCDCJG4P' where id=9; -update noar ti set v0='69T242S86LZCDCJG4P' where id=9; -update noar tt set b0='CZB568J5' where id=9; -update noar ti set b0='CZB568J5' where id=9; -update noar tt set v0='WTQKSNNL7SFBK9UK' where id=9; -update noar ti set v0='WTQKSNNL7SFBK9UK' where id=9; -update noar tt set b1='6IR75N' where id=9; -update noar ti set b1='6IR75N' where id=9; -update noar tt set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9; -update noar ti set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9; -update noar tt set b2='SUK1SPW7SXO198S0GM3XMF' where id=9; -update noar ti set b2='SUK1SPW7SXO198S0GM3XMF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L23JVO0UHDHBSR5JYDB7W' where id=1; -update noar ti set v0='L23JVO0UHDHBSR5JYDB7W' where id=1; -update noar tt set b0='MKPTI3J043PRY2BP' where id=1; -update noar ti set b0='MKPTI3J043PRY2BP' where id=1; -update noar tt set v0='DZUSDSK1063WV' where id=1; -update noar ti set v0='DZUSDSK1063WV' where id=1; -update noar tt set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1; -update noar ti set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1; -update noar tt set v0='G6W739LBYFWYVQ' where id=1; -update noar ti set v0='G6W739LBYFWYVQ' where id=1; -update noar tt set b2='CEB2AIP' where id=1; -update noar ti set b2='CEB2AIP' where id=1; -update noar tt set v0='UXQMN46WT92ISPAEMOW' where id=2; -update noar ti set v0='UXQMN46WT92ISPAEMOW' where id=2; -update noar tt set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2; -update noar ti set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2; -update noar tt set v0='X22' where id=2; -update noar ti set v0='X22' where id=2; -update noar tt set b1='R259RG2V8G968RMOGYN2' where id=2; -update noar ti set b1='R259RG2V8G968RMOGYN2' where id=2; -update noar tt set v0='G1QMTV' where id=2; -update noar ti set v0='G1QMTV' where id=2; -update noar tt set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2; -update noar ti set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2; -update noar tt set v0='76HXO72TSYEEI9' where id=3; -update noar ti set v0='76HXO72TSYEEI9' where id=3; -update noar tt set b0='TXABT5AVF1MBWA7U' where id=3; -update noar ti set b0='TXABT5AVF1MBWA7U' where id=3; -update noar tt set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3; -update noar ti set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3; -update noar tt set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3; -update noar ti set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3; -update noar tt set v0='CDXOBTBHJ' where id=3; -update noar ti set v0='CDXOBTBHJ' where id=3; -update noar tt set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3; -update noar ti set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3; -update noar tt set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4; -update noar ti set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4; -update noar tt set b0='KY9B62SBKFMZ9HF5AH' where id=4; -update noar ti set b0='KY9B62SBKFMZ9HF5AH' where id=4; -update noar tt set v0='6Z73Z89' where id=4; -update noar ti set v0='6Z73Z89' where id=4; -update noar tt set b1='U1TRVLQCBI1X7' where id=4; -update noar ti set b1='U1TRVLQCBI1X7' where id=4; -update noar tt set v0='P7F86F1TIWW' where id=4; -update noar ti set v0='P7F86F1TIWW' where id=4; -update noar tt set b2='00FLJI' where id=4; -update noar ti set b2='00FLJI' where id=4; -update noar tt set v0='MWRTHB3RLJ' where id=5; -update noar ti set v0='MWRTHB3RLJ' where id=5; -update noar tt set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5; -update noar ti set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5; -update noar tt set v0='NMUWM2FKI0RSXCOZS' where id=5; -update noar ti set v0='NMUWM2FKI0RSXCOZS' where id=5; -update noar tt set b1='2X89' where id=5; -update noar ti set b1='2X89' where id=5; -update noar tt set v0='XAWYR86T0G9DOMSF3VVXL' where id=5; -update noar ti set v0='XAWYR86T0G9DOMSF3VVXL' where id=5; -update noar tt set b2='H6ZY6HCSQ7NESTD247C' where id=5; -update noar ti set b2='H6ZY6HCSQ7NESTD247C' where id=5; -update noar tt set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6; -update noar ti set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6; -update noar tt set b0='XF' where id=6; -update noar ti set b0='XF' where id=6; -update noar tt set v0='88' where id=6; -update noar ti set v0='88' where id=6; -update noar tt set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6; -update noar ti set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6; -update noar tt set v0='WIHDAVU' where id=6; -update noar ti set v0='WIHDAVU' where id=6; -update noar tt set b2='NYJG0QPZCCIRBIDDL' where id=6; -update noar ti set b2='NYJG0QPZCCIRBIDDL' where id=6; -update noar tt set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7; -update noar ti set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7; -update noar tt set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7; -update noar ti set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7; -update noar tt set v0='R0IF0T0XHQHE7' where id=7; -update noar ti set v0='R0IF0T0XHQHE7' where id=7; -update noar tt set b1='64H32X' where id=7; -update noar ti set b1='64H32X' where id=7; -update noar tt set v0='Q72AO9876' where id=7; -update noar ti set v0='Q72AO9876' where id=7; -update noar tt set b2='2' where id=7; -update noar ti set b2='2' where id=7; -update noar tt set v0='06K8SZ46D' where id=8; -update noar ti set v0='06K8SZ46D' where id=8; -update noar tt set b0='EM1WWEREDTE4AJARNKC' where id=8; -update noar ti set b0='EM1WWEREDTE4AJARNKC' where id=8; -update noar tt set v0='DCUP2AWKDWUP630HCQHA' where id=8; -update noar ti set v0='DCUP2AWKDWUP630HCQHA' where id=8; -update noar tt set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8; -update noar ti set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8; -update noar tt set v0='HZN48T' where id=8; -update noar ti set v0='HZN48T' where id=8; -update noar tt set b2='KB19D9UTK' where id=8; -update noar ti set b2='KB19D9UTK' where id=8; -update noar tt set v0='W' where id=9; -update noar ti set v0='W' where id=9; -update noar tt set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9; -update noar ti set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9; -update noar tt set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9; -update noar ti set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9; -update noar tt set b1='N' where id=9; -update noar ti set b1='N' where id=9; -update noar tt set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9; -update noar ti set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9; -update noar tt set b2='YXWJ30BF6XUE84P3U' where id=9; -update noar ti set b2='YXWJ30BF6XUE84P3U' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZER3B2TB' where id=1; -update noar ti set v0='ZER3B2TB' where id=1; -update noar tt set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1; -update noar ti set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1; -update noar tt set v0='BJJT72' where id=1; -update noar ti set v0='BJJT72' where id=1; -update noar tt set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1; -update noar ti set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1; -update noar tt set v0='GZHONEIXEE' where id=1; -update noar ti set v0='GZHONEIXEE' where id=1; -update noar tt set b2='B' where id=1; -update noar ti set b2='B' where id=1; -update noar tt set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2; -update noar ti set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2; -update noar tt set b0='6CAMSKV' where id=2; -update noar ti set b0='6CAMSKV' where id=2; -update noar tt set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2; -update noar ti set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2; -update noar tt set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2; -update noar ti set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2; -update noar tt set v0='YFTQOOJUC7LJ5H' where id=2; -update noar ti set v0='YFTQOOJUC7LJ5H' where id=2; -update noar tt set b2='5L0BWCR4PL25' where id=2; -update noar ti set b2='5L0BWCR4PL25' where id=2; -update noar tt set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3; -update noar ti set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3; -update noar tt set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3; -update noar ti set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3; -update noar tt set v0='3PX5CPKSDHLKDX5DB' where id=3; -update noar ti set v0='3PX5CPKSDHLKDX5DB' where id=3; -update noar tt set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3; -update noar ti set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3; -update noar tt set v0='J1D98GFRQ' where id=3; -update noar ti set v0='J1D98GFRQ' where id=3; -update noar tt set b2='O79MR8LFTGWRHYCI7FP3' where id=3; -update noar ti set b2='O79MR8LFTGWRHYCI7FP3' where id=3; -update noar tt set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4; -update noar ti set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4; -update noar tt set b0='0QLH' where id=4; -update noar ti set b0='0QLH' where id=4; -update noar tt set v0='ZEMNBKSMEL825FSHG9U' where id=4; -update noar ti set v0='ZEMNBKSMEL825FSHG9U' where id=4; -update noar tt set b1='30R7LQ861ZU535IKTNQ' where id=4; -update noar ti set b1='30R7LQ861ZU535IKTNQ' where id=4; -update noar tt set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4; -update noar ti set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4; -update noar tt set b2='RJ3B1O2B9JLKLIX3VEO' where id=4; -update noar ti set b2='RJ3B1O2B9JLKLIX3VEO' where id=4; -update noar tt set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5; -update noar ti set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5; -update noar tt set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5; -update noar ti set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5; -update noar tt set v0='H86ESHCEPJ' where id=5; -update noar ti set v0='H86ESHCEPJ' where id=5; -update noar tt set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5; -update noar ti set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5; -update noar tt set v0='8IR3IHD5LAR36X7UE0R' where id=5; -update noar ti set v0='8IR3IHD5LAR36X7UE0R' where id=5; -update noar tt set b2='I2V7XPDJVWEA' where id=5; -update noar ti set b2='I2V7XPDJVWEA' where id=5; -update noar tt set v0='D' where id=6; -update noar ti set v0='D' where id=6; -update noar tt set b0='NIQ2XFMXO22' where id=6; -update noar ti set b0='NIQ2XFMXO22' where id=6; -update noar tt set v0='LA1VGDAVEDESQ7B5' where id=6; -update noar ti set v0='LA1VGDAVEDESQ7B5' where id=6; -update noar tt set b1='0ESWKMPYO2S8NAA' where id=6; -update noar ti set b1='0ESWKMPYO2S8NAA' where id=6; -update noar tt set v0='UJFWZCBDXW4G99' where id=6; -update noar ti set v0='UJFWZCBDXW4G99' where id=6; -update noar tt set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6; -update noar ti set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7; -update noar ti set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7; -update noar tt set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7; -update noar ti set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7; -update noar tt set b1='E2DJZ7YNJJMLE96' where id=7; -update noar ti set b1='E2DJZ7YNJJMLE96' where id=7; -update noar tt set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7; -update noar ti set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7; -update noar tt set b2='38E6IQJ6' where id=7; -update noar ti set b2='38E6IQJ6' where id=7; -update noar tt set v0='4P8Q713F5' where id=8; -update noar ti set v0='4P8Q713F5' where id=8; -update noar tt set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8; -update noar ti set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8; -update noar tt set v0='4Z28GWV0WI9DK' where id=8; -update noar ti set v0='4Z28GWV0WI9DK' where id=8; -update noar tt set b1='YNGBR14' where id=8; -update noar ti set b1='YNGBR14' where id=8; -update noar tt set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8; -update noar ti set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8; -update noar tt set b2='0U4B4NEA8KZTNWC8MI' where id=8; -update noar ti set b2='0U4B4NEA8KZTNWC8MI' where id=8; -update noar tt set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9; -update noar ti set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9; -update noar tt set b0='UZ' where id=9; -update noar ti set b0='UZ' where id=9; -update noar tt set v0='21T1PSG8YVT3RR383YNM0' where id=9; -update noar ti set v0='21T1PSG8YVT3RR383YNM0' where id=9; -update noar tt set b1='QYV96LKUZ' where id=9; -update noar ti set b1='QYV96LKUZ' where id=9; -update noar tt set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9; -update noar ti set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9; -update noar tt set b2='WGDVLBDEZ56O45GNFND' where id=9; -update noar ti set b2='WGDVLBDEZ56O45GNFND' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1; -update noar ti set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1; -update noar tt set b0='VL18TR2DNYDC25ZG' where id=1; -update noar ti set b0='VL18TR2DNYDC25ZG' where id=1; -update noar tt set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1; -update noar ti set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1; -update noar tt set b1='4FYM92FEMWKSBPP1LW' where id=1; -update noar ti set b1='4FYM92FEMWKSBPP1LW' where id=1; -update noar tt set v0='JC' where id=1; -update noar ti set v0='JC' where id=1; -update noar tt set b2='2H' where id=1; -update noar ti set b2='2H' where id=1; -update noar tt set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2; -update noar ti set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2; -update noar tt set b0='KGSP7ES2YO3UH2LQR' where id=2; -update noar ti set b0='KGSP7ES2YO3UH2LQR' where id=2; -update noar tt set v0='USG' where id=2; -update noar ti set v0='USG' where id=2; -update noar tt set b1='2964GQ' where id=2; -update noar ti set b1='2964GQ' where id=2; -update noar tt set v0='37B' where id=2; -update noar ti set v0='37B' where id=2; -update noar tt set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2; -update noar ti set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2; -update noar tt set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3; -update noar ti set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3; -update noar tt set b0='KMIXKI5GZAB8V5TCFRE5' where id=3; -update noar ti set b0='KMIXKI5GZAB8V5TCFRE5' where id=3; -update noar tt set v0='PO9RSR13T' where id=3; -update noar ti set v0='PO9RSR13T' where id=3; -update noar tt set b1='GUGA8H5PAXBQQ7MYER0D' where id=3; -update noar ti set b1='GUGA8H5PAXBQQ7MYER0D' where id=3; -update noar tt set v0='VF3QKSSOV78CX7MA0A2N' where id=3; -update noar ti set v0='VF3QKSSOV78CX7MA0A2N' where id=3; -update noar tt set b2='IK6Y' where id=3; -update noar ti set b2='IK6Y' where id=3; -update noar tt set v0='QPY891R3QSBMEG3A01AMUMG' where id=4; -update noar ti set v0='QPY891R3QSBMEG3A01AMUMG' where id=4; -update noar tt set b0='MGGM9' where id=4; -update noar ti set b0='MGGM9' where id=4; -update noar tt set v0='IERH' where id=4; -update noar ti set v0='IERH' where id=4; -update noar tt set b1='3OBWCFUP7GIRV9' where id=4; -update noar ti set b1='3OBWCFUP7GIRV9' where id=4; -update noar tt set v0='IXV' where id=4; -update noar ti set v0='IXV' where id=4; -update noar tt set b2='APXIHLJ580D7J5B71' where id=4; -update noar ti set b2='APXIHLJ580D7J5B71' where id=4; -update noar tt set v0='U2IL4JG33NT24NE8LY' where id=5; -update noar ti set v0='U2IL4JG33NT24NE8LY' where id=5; -update noar tt set b0='DLI4DXN' where id=5; -update noar ti set b0='DLI4DXN' where id=5; -update noar tt set v0='8ORFOQ73YOIH3' where id=5; -update noar ti set v0='8ORFOQ73YOIH3' where id=5; -update noar tt set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5; -update noar ti set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5; -update noar tt set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5; -update noar ti set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5; -update noar tt set b2='VCMIP73NF3HJM5QQDAECK' where id=5; -update noar ti set b2='VCMIP73NF3HJM5QQDAECK' where id=5; -update noar tt set v0='XF2B' where id=6; -update noar ti set v0='XF2B' where id=6; -update noar tt set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6; -update noar ti set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6; -update noar tt set v0='GSK501DWXYLPS13LU' where id=6; -update noar ti set v0='GSK501DWXYLPS13LU' where id=6; -update noar tt set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6; -update noar ti set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6; -update noar tt set v0='K60R5UCOK2E' where id=6; -update noar ti set v0='K60R5UCOK2E' where id=6; -update noar tt set b2='XU5GVMZCYA5GS18' where id=6; -update noar ti set b2='XU5GVMZCYA5GS18' where id=6; -update noar tt set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7; -update noar ti set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7; -update noar tt set b0='CN73PX7SFGUVX' where id=7; -update noar ti set b0='CN73PX7SFGUVX' where id=7; -update noar tt set v0='UK9QL' where id=7; -update noar ti set v0='UK9QL' where id=7; -update noar tt set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7; -update noar ti set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7; -update noar tt set v0='34HPE' where id=7; -update noar ti set v0='34HPE' where id=7; -update noar tt set b2='JUPPB4RDTY2OZ2XMXOR' where id=7; -update noar ti set b2='JUPPB4RDTY2OZ2XMXOR' where id=7; -update noar tt set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8; -update noar ti set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8; -update noar tt set b0='TNZK2E0KUKJBZ' where id=8; -update noar ti set b0='TNZK2E0KUKJBZ' where id=8; -update noar tt set v0='C' where id=8; -update noar ti set v0='C' where id=8; -update noar tt set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8; -update noar ti set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8; -update noar tt set v0='KB7QSJSUPRGALK' where id=8; -update noar ti set v0='KB7QSJSUPRGALK' where id=8; -update noar tt set b2='UP4DW' where id=8; -update noar ti set b2='UP4DW' where id=8; -update noar tt set v0='D2XC722DSEZHLEAG5V' where id=9; -update noar ti set v0='D2XC722DSEZHLEAG5V' where id=9; -update noar tt set b0='C8FCTDCLFUJOVIL' where id=9; -update noar ti set b0='C8FCTDCLFUJOVIL' where id=9; -update noar tt set v0='ASX1JM3TRVHLI5' where id=9; -update noar ti set v0='ASX1JM3TRVHLI5' where id=9; -update noar tt set b1='LJCX8EEK2RZALC3PTVJFM' where id=9; -update noar ti set b1='LJCX8EEK2RZALC3PTVJFM' where id=9; -update noar tt set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9; -update noar ti set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9; -update noar tt set b2='FC0OHEY' where id=9; -update noar ti set b2='FC0OHEY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1; -update noar ti set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1; -update noar tt set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1; -update noar ti set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1; -update noar tt set v0='HZLH' where id=1; -update noar ti set v0='HZLH' where id=1; -update noar tt set b1='TAMNEBRZIYWZMMAXXC' where id=1; -update noar ti set b1='TAMNEBRZIYWZMMAXXC' where id=1; -update noar tt set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1; -update noar ti set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1; -update noar tt set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1; -update noar ti set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1; -update noar tt set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2; -update noar ti set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2; -update noar tt set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2; -update noar ti set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2; -update noar tt set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2; -update noar ti set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2; -update noar tt set b1='FI0P8USQIS1HAR' where id=2; -update noar ti set b1='FI0P8USQIS1HAR' where id=2; -update noar tt set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2; -update noar ti set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2; -update noar tt set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2; -update noar ti set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2; -update noar tt set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3; -update noar ti set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3; -update noar tt set b0='4WE5X4268' where id=3; -update noar ti set b0='4WE5X4268' where id=3; -update noar tt set v0='RZ8AQRCT57EFYIVQK3' where id=3; -update noar ti set v0='RZ8AQRCT57EFYIVQK3' where id=3; -update noar tt set b1='6Z3G17UE1T6DWAKCPOT' where id=3; -update noar ti set b1='6Z3G17UE1T6DWAKCPOT' where id=3; -update noar tt set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3; -update noar ti set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3; -update noar tt set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3; -update noar ti set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b0='790AQ3FR1XAKQ7J96O' where id=4; -update noar ti set b0='790AQ3FR1XAKQ7J96O' where id=4; -update noar tt set v0='RNC0NJXG' where id=4; -update noar ti set v0='RNC0NJXG' where id=4; -update noar tt set b1='BS8MUZSWDI02YLPNBXKZ' where id=4; -update noar ti set b1='BS8MUZSWDI02YLPNBXKZ' where id=4; -update noar tt set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4; -update noar ti set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4; -update noar tt set b2='716E9B94DMOQRWBDXLLTE81' where id=4; -update noar ti set b2='716E9B94DMOQRWBDXLLTE81' where id=4; -update noar tt set v0='LTPTMWH7' where id=5; -update noar ti set v0='LTPTMWH7' where id=5; -update noar tt set b0='6DLTZPWJXHA57OL7O' where id=5; -update noar ti set b0='6DLTZPWJXHA57OL7O' where id=5; -update noar tt set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5; -update noar ti set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5; -update noar tt set b1='OWET5SAJY93XXWY6Q' where id=5; -update noar ti set b1='OWET5SAJY93XXWY6Q' where id=5; -update noar tt set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5; -update noar ti set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5; -update noar tt set b2='LIC9K2G7' where id=5; -update noar ti set b2='LIC9K2G7' where id=5; -update noar tt set v0='9X4I118ATM6XW2CP3' where id=6; -update noar ti set v0='9X4I118ATM6XW2CP3' where id=6; -update noar tt set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6; -update noar ti set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6; -update noar tt set v0='V' where id=6; -update noar ti set v0='V' where id=6; -update noar tt set b1='JKQE0YCBT0139G' where id=6; -update noar ti set b1='JKQE0YCBT0139G' where id=6; -update noar tt set v0='YK81UBKGIJ6LSIB7J4' where id=6; -update noar ti set v0='YK81UBKGIJ6LSIB7J4' where id=6; -update noar tt set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6; -update noar ti set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6; -update noar tt set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7; -update noar ti set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7; -update noar tt set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7; -update noar ti set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7; -update noar tt set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7; -update noar ti set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7; -update noar tt set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7; -update noar ti set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7; -update noar tt set v0='MJNSE4RU0' where id=7; -update noar ti set v0='MJNSE4RU0' where id=7; -update noar tt set b2='L7YVQU7FC099COPF2HVRH9' where id=7; -update noar ti set b2='L7YVQU7FC099COPF2HVRH9' where id=7; -update noar tt set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8; -update noar ti set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8; -update noar tt set b0='QK2HW51U16IAQXEMQDLEM' where id=8; -update noar ti set b0='QK2HW51U16IAQXEMQDLEM' where id=8; -update noar tt set v0='6YHWAIS3P7' where id=8; -update noar ti set v0='6YHWAIS3P7' where id=8; -update noar tt set b1='DVTRZJ41A6SL4CYI43J' where id=8; -update noar ti set b1='DVTRZJ41A6SL4CYI43J' where id=8; -update noar tt set v0='PYGO8HY' where id=8; -update noar ti set v0='PYGO8HY' where id=8; -update noar tt set b2='6' where id=8; -update noar ti set b2='6' where id=8; -update noar tt set v0='YVF7G0RPZK8GH0W4L5U' where id=9; -update noar ti set v0='YVF7G0RPZK8GH0W4L5U' where id=9; -update noar tt set b0='ZVW0D' where id=9; -update noar ti set b0='ZVW0D' where id=9; -update noar tt set v0='WRBRJR0PUWNQXLWK' where id=9; -update noar ti set v0='WRBRJR0PUWNQXLWK' where id=9; -update noar tt set b1='MF36U4O' where id=9; -update noar ti set b1='MF36U4O' where id=9; -update noar tt set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9; -update noar ti set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9; -update noar tt set b2='BKIWO5A0M1X96BQLKZS' where id=9; -update noar ti set b2='BKIWO5A0M1X96BQLKZS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MO3D30LM8B0Q8OBR' where id=1; -update noar ti set v0='MO3D30LM8B0Q8OBR' where id=1; -update noar tt set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1; -update noar ti set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1; -update noar tt set v0='DA85PD9SU6HV2R' where id=1; -update noar ti set v0='DA85PD9SU6HV2R' where id=1; -update noar tt set b1='4' where id=1; -update noar ti set b1='4' where id=1; -update noar tt set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1; -update noar ti set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1; -update noar tt set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1; -update noar ti set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1; -update noar tt set v0='2RVYVSG054HQH7DCBCGAV' where id=2; -update noar ti set v0='2RVYVSG054HQH7DCBCGAV' where id=2; -update noar tt set b0='Z' where id=2; -update noar ti set b0='Z' where id=2; -update noar tt set v0='0IV3OCI9CC059E68MGHJ' where id=2; -update noar ti set v0='0IV3OCI9CC059E68MGHJ' where id=2; -update noar tt set b1='BCNDHCCPJDXD27KA8L' where id=2; -update noar ti set b1='BCNDHCCPJDXD27KA8L' where id=2; -update noar tt set v0='XO' where id=2; -update noar ti set v0='XO' where id=2; -update noar tt set b2='MHQ43XP8IY2Q0TFZVUS' where id=2; -update noar ti set b2='MHQ43XP8IY2Q0TFZVUS' where id=2; -update noar tt set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3; -update noar ti set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3; -update noar tt set b0='6CXKYU6MGWCYNT' where id=3; -update noar ti set b0='6CXKYU6MGWCYNT' where id=3; -update noar tt set v0='OPRAL68V3W3F' where id=3; -update noar ti set v0='OPRAL68V3W3F' where id=3; -update noar tt set b1='6CR23K' where id=3; -update noar ti set b1='6CR23K' where id=3; -update noar tt set v0='PEU' where id=3; -update noar ti set v0='PEU' where id=3; -update noar tt set b2='O6Y0GD' where id=3; -update noar ti set b2='O6Y0GD' where id=3; -update noar tt set v0='NBCJ4ENSSJVK7284DDBH' where id=4; -update noar ti set v0='NBCJ4ENSSJVK7284DDBH' where id=4; -update noar tt set b0='MNXVJ8G8A040JG4' where id=4; -update noar ti set b0='MNXVJ8G8A040JG4' where id=4; -update noar tt set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4; -update noar ti set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4; -update noar tt set b1='F18NE22E2NWXRCSC' where id=4; -update noar ti set b1='F18NE22E2NWXRCSC' where id=4; -update noar tt set v0='XMMFLCB38E' where id=4; -update noar ti set v0='XMMFLCB38E' where id=4; -update noar tt set b2='4S6L18AMFFHZVQXN' where id=4; -update noar ti set b2='4S6L18AMFFHZVQXN' where id=4; -update noar tt set v0='1HT699BJXLWF7PHV81P' where id=5; -update noar ti set v0='1HT699BJXLWF7PHV81P' where id=5; -update noar tt set b0='C7' where id=5; -update noar ti set b0='C7' where id=5; -update noar tt set v0='LKT0J02L5' where id=5; -update noar ti set v0='LKT0J02L5' where id=5; -update noar tt set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5; -update noar ti set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5; -update noar tt set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5; -update noar ti set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5; -update noar tt set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5; -update noar ti set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5; -update noar tt set v0='G3B9IOQ7I6HI3K' where id=6; -update noar ti set v0='G3B9IOQ7I6HI3K' where id=6; -update noar tt set b0='F734M595W6TN6VZ559JMJF7T' where id=6; -update noar ti set b0='F734M595W6TN6VZ559JMJF7T' where id=6; -update noar tt set v0='T2GNQ' where id=6; -update noar ti set v0='T2GNQ' where id=6; -update noar tt set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6; -update noar ti set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6; -update noar tt set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6; -update noar ti set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6; -update noar tt set b2='CZ' where id=6; -update noar ti set b2='CZ' where id=6; -update noar tt set v0='5BR2' where id=7; -update noar ti set v0='5BR2' where id=7; -update noar tt set b0='MRDP8' where id=7; -update noar ti set b0='MRDP8' where id=7; -update noar tt set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7; -update noar ti set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7; -update noar tt set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7; -update noar ti set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7; -update noar tt set v0='0KDY' where id=7; -update noar ti set v0='0KDY' where id=7; -update noar tt set b2='40UTQWSB9S3Y93Q' where id=7; -update noar ti set b2='40UTQWSB9S3Y93Q' where id=7; -update noar tt set v0='YJMBZ4WFEX' where id=8; -update noar ti set v0='YJMBZ4WFEX' where id=8; -update noar tt set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8; -update noar ti set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8; -update noar tt set v0='D78D' where id=8; -update noar ti set v0='D78D' where id=8; -update noar tt set b1='KG5' where id=8; -update noar ti set b1='KG5' where id=8; -update noar tt set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8; -update noar ti set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8; -update noar tt set b2='94W3RGPR9J7UC4' where id=8; -update noar ti set b2='94W3RGPR9J7UC4' where id=8; -update noar tt set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9; -update noar ti set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9; -update noar tt set b0='93M7' where id=9; -update noar ti set b0='93M7' where id=9; -update noar tt set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9; -update noar ti set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9; -update noar tt set b1='BTH8H9PTV2REDR2H' where id=9; -update noar ti set b1='BTH8H9PTV2REDR2H' where id=9; -update noar tt set v0='0C2Q7HB4C5E5' where id=9; -update noar ti set v0='0C2Q7HB4C5E5' where id=9; -update noar tt set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9; -update noar ti set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITD57JUS8PZW804021UG414R' where id=1; -update noar ti set v0='ITD57JUS8PZW804021UG414R' where id=1; -update noar tt set b0='WUY2LGBUTQP7251GT' where id=1; -update noar ti set b0='WUY2LGBUTQP7251GT' where id=1; -update noar tt set v0='QMPF8MITENB3ZDK' where id=1; -update noar ti set v0='QMPF8MITENB3ZDK' where id=1; -update noar tt set b1='CZ2V4' where id=1; -update noar ti set b1='CZ2V4' where id=1; -update noar tt set v0='PJVFPR6P2' where id=1; -update noar ti set v0='PJVFPR6P2' where id=1; -update noar tt set b2='CKV1XVN7LQQM5' where id=1; -update noar ti set b2='CKV1XVN7LQQM5' where id=1; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2; -update noar ti set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2; -update noar tt set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2; -update noar ti set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2; -update noar tt set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2; -update noar ti set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2; -update noar tt set v0='5ZYFDLUVUV13' where id=2; -update noar ti set v0='5ZYFDLUVUV13' where id=2; -update noar tt set b2='WAJ30H8WVKORHVFK3' where id=2; -update noar ti set b2='WAJ30H8WVKORHVFK3' where id=2; -update noar tt set v0='O' where id=3; -update noar ti set v0='O' where id=3; -update noar tt set b0='Q2SI' where id=3; -update noar ti set b0='Q2SI' where id=3; -update noar tt set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3; -update noar ti set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3; -update noar tt set b1='HLKB8RCE5X9QT7E57I5' where id=3; -update noar ti set b1='HLKB8RCE5X9QT7E57I5' where id=3; -update noar tt set v0='4T89MBSQX4Y1XAXIR5K' where id=3; -update noar ti set v0='4T89MBSQX4Y1XAXIR5K' where id=3; -update noar tt set b2='G0UODU6X2' where id=3; -update noar ti set b2='G0UODU6X2' where id=3; -update noar tt set v0='V1E892GQM7C' where id=4; -update noar ti set v0='V1E892GQM7C' where id=4; -update noar tt set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4; -update noar ti set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4; -update noar tt set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4; -update noar ti set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4; -update noar tt set b1='WKCILNMWE' where id=4; -update noar ti set b1='WKCILNMWE' where id=4; -update noar tt set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4; -update noar ti set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4; -update noar tt set b2='ZZES' where id=4; -update noar ti set b2='ZZES' where id=4; -update noar tt set v0='5177KRLJE8A88Y' where id=5; -update noar ti set v0='5177KRLJE8A88Y' where id=5; -update noar tt set b0='IBQOC6IEUZOG9XSE0O' where id=5; -update noar ti set b0='IBQOC6IEUZOG9XSE0O' where id=5; -update noar tt set v0='HSQFU67S8' where id=5; -update noar ti set v0='HSQFU67S8' where id=5; -update noar tt set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5; -update noar ti set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5; -update noar tt set v0='Z6NG1V' where id=5; -update noar ti set v0='Z6NG1V' where id=5; -update noar tt set b2='IY' where id=5; -update noar ti set b2='IY' where id=5; -update noar tt set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6; -update noar ti set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6; -update noar tt set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6; -update noar ti set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6; -update noar tt set v0='NW0S3C80CMUUZM' where id=6; -update noar ti set v0='NW0S3C80CMUUZM' where id=6; -update noar tt set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6; -update noar ti set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6; -update noar tt set v0='1QBC8O' where id=6; -update noar ti set v0='1QBC8O' where id=6; -update noar tt set b2='0FZ' where id=6; -update noar ti set b2='0FZ' where id=6; -update noar tt set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7; -update noar ti set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7; -update noar tt set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7; -update noar ti set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7; -update noar tt set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7; -update noar ti set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7; -update noar tt set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7; -update noar ti set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7; -update noar tt set v0='EQOHMW92S' where id=7; -update noar ti set v0='EQOHMW92S' where id=7; -update noar tt set b2='9' where id=7; -update noar ti set b2='9' where id=7; -update noar tt set v0='62OH6UO4VUEW' where id=8; -update noar ti set v0='62OH6UO4VUEW' where id=8; -update noar tt set b0='L35XMXLPG7ZHIJYHT' where id=8; -update noar ti set b0='L35XMXLPG7ZHIJYHT' where id=8; -update noar tt set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8; -update noar ti set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8; -update noar tt set b1='LTA3GALWTJY' where id=8; -update noar ti set b1='LTA3GALWTJY' where id=8; -update noar tt set v0='9X1U8QM2IBGPXWDZT8' where id=8; -update noar ti set v0='9X1U8QM2IBGPXWDZT8' where id=8; -update noar tt set b2='93JXB6XEK28V84C6AYG' where id=8; -update noar ti set b2='93JXB6XEK28V84C6AYG' where id=8; -update noar tt set v0='PL4OJKK0LRZB6T' where id=9; -update noar ti set v0='PL4OJKK0LRZB6T' where id=9; -update noar tt set b0='T3' where id=9; -update noar ti set b0='T3' where id=9; -update noar tt set v0='SLAD3CQNTN' where id=9; -update noar ti set v0='SLAD3CQNTN' where id=9; -update noar tt set b1='U1A6UKP2DBFBEJ' where id=9; -update noar ti set b1='U1A6UKP2DBFBEJ' where id=9; -update noar tt set v0='M' where id=9; -update noar ti set v0='M' where id=9; -update noar tt set b2='VMPGNADCAKOAFDZV0JG3' where id=9; -update noar ti set b2='VMPGNADCAKOAFDZV0JG3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1; -update noar ti set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1; -update noar tt set b0='4SY57CZZ919S8' where id=1; -update noar ti set b0='4SY57CZZ919S8' where id=1; -update noar tt set v0='FYGV7TTNG89MA3' where id=1; -update noar ti set v0='FYGV7TTNG89MA3' where id=1; -update noar tt set b1='99Q6LWKXGAUEIVKIQD' where id=1; -update noar ti set b1='99Q6LWKXGAUEIVKIQD' where id=1; -update noar tt set v0='GFQBZVQAA8' where id=1; -update noar ti set v0='GFQBZVQAA8' where id=1; -update noar tt set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1; -update noar ti set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1; -update noar tt set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2; -update noar ti set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2; -update noar tt set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2; -update noar ti set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2; -update noar tt set v0='1R588Z32TGHHVCAP5FS7' where id=2; -update noar ti set v0='1R588Z32TGHHVCAP5FS7' where id=2; -update noar tt set b1='SYOP93XOTWW78135' where id=2; -update noar ti set b1='SYOP93XOTWW78135' where id=2; -update noar tt set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2; -update noar ti set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2; -update noar tt set b2='R8ER' where id=2; -update noar ti set b2='R8ER' where id=2; -update noar tt set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3; -update noar ti set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3; -update noar tt set b0='XAPAUQN26W4FPKARN4GGI8' where id=3; -update noar ti set b0='XAPAUQN26W4FPKARN4GGI8' where id=3; -update noar tt set v0='1DHU0TR' where id=3; -update noar ti set v0='1DHU0TR' where id=3; -update noar tt set b1='Y4K' where id=3; -update noar ti set b1='Y4K' where id=3; -update noar tt set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3; -update noar ti set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3; -update noar tt set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3; -update noar ti set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3; -update noar tt set v0='W590ZYAPRPVYBMM2LW' where id=4; -update noar ti set v0='W590ZYAPRPVYBMM2LW' where id=4; -update noar tt set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4; -update noar ti set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4; -update noar tt set v0='0W4D' where id=4; -update noar ti set v0='0W4D' where id=4; -update noar tt set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4; -update noar ti set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4; -update noar tt set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4; -update noar ti set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4; -update noar tt set b2='6' where id=4; -update noar ti set b2='6' where id=4; -update noar tt set v0='40X12J923KO56NXU0T0' where id=5; -update noar ti set v0='40X12J923KO56NXU0T0' where id=5; -update noar tt set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5; -update noar ti set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5; -update noar tt set v0='FPE7A' where id=5; -update noar ti set v0='FPE7A' where id=5; -update noar tt set b1='XBE4X' where id=5; -update noar ti set b1='XBE4X' where id=5; -update noar tt set v0='KY65MW6D5XG53FSSUP' where id=5; -update noar ti set v0='KY65MW6D5XG53FSSUP' where id=5; -update noar tt set b2='MXESE8WMUTTJFL' where id=5; -update noar ti set b2='MXESE8WMUTTJFL' where id=5; -update noar tt set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6; -update noar ti set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6; -update noar tt set b0='7ORGOKVV2NT04TEZOGK0' where id=6; -update noar ti set b0='7ORGOKVV2NT04TEZOGK0' where id=6; -update noar tt set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6; -update noar ti set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6; -update noar tt set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6; -update noar ti set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6; -update noar tt set v0='R' where id=6; -update noar ti set v0='R' where id=6; -update noar tt set b2='YS6VKGTB7' where id=6; -update noar ti set b2='YS6VKGTB7' where id=6; -update noar tt set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7; -update noar ti set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7; -update noar tt set b0='1UDPXO93HC9' where id=7; -update noar ti set b0='1UDPXO93HC9' where id=7; -update noar tt set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7; -update noar ti set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7; -update noar tt set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7; -update noar ti set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7; -update noar tt set v0='7QWYFDXB021BDE8BSLNE' where id=7; -update noar ti set v0='7QWYFDXB021BDE8BSLNE' where id=7; -update noar tt set b2='KU3T9K2I2YZ58' where id=7; -update noar ti set b2='KU3T9K2I2YZ58' where id=7; -update noar tt set v0='VG62AB9BGU50JRB6A5R3C464' where id=8; -update noar ti set v0='VG62AB9BGU50JRB6A5R3C464' where id=8; -update noar tt set b0='RCO0EA59FPU30VC2' where id=8; -update noar ti set b0='RCO0EA59FPU30VC2' where id=8; -update noar tt set v0='X8SUP8E2WZJO3' where id=8; -update noar ti set v0='X8SUP8E2WZJO3' where id=8; -update noar tt set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8; -update noar ti set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8; -update noar tt set v0='KCSS48BU9' where id=8; -update noar ti set v0='KCSS48BU9' where id=8; -update noar tt set b2='ZT' where id=8; -update noar ti set b2='ZT' where id=8; -update noar tt set v0='TCPKI958Q6QI6U6' where id=9; -update noar ti set v0='TCPKI958Q6QI6U6' where id=9; -update noar tt set b0='IZZQZTSHCYDH9Y5ESAG' where id=9; -update noar ti set b0='IZZQZTSHCYDH9Y5ESAG' where id=9; -update noar tt set v0='OF51YVXAL11ZZ9SEZKQ' where id=9; -update noar ti set v0='OF51YVXAL11ZZ9SEZKQ' where id=9; -update noar tt set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9; -update noar ti set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9; -update noar tt set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9; -update noar ti set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9; -update noar tt set b2='YOI0MS8I0XG8XXPSL' where id=9; -update noar ti set b2='YOI0MS8I0XG8XXPSL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='W3D1' where id=1; -update noar ti set v0='W3D1' where id=1; -update noar tt set b0='NW4UR2' where id=1; -update noar ti set b0='NW4UR2' where id=1; -update noar tt set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1; -update noar ti set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1; -update noar tt set b1='P80BRBLSVBXL8ZS1O' where id=1; -update noar ti set b1='P80BRBLSVBXL8ZS1O' where id=1; -update noar tt set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1; -update noar ti set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1; -update noar tt set b2='N18KZ895FSVRKJGVRNGOL5' where id=1; -update noar ti set b2='N18KZ895FSVRKJGVRNGOL5' where id=1; -update noar tt set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2; -update noar ti set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2; -update noar tt set b0='V' where id=2; -update noar ti set b0='V' where id=2; -update noar tt set v0='5UJRNA7DFS' where id=2; -update noar ti set v0='5UJRNA7DFS' where id=2; -update noar tt set b1='EM27SOMM28VMLWYU' where id=2; -update noar ti set b1='EM27SOMM28VMLWYU' where id=2; -update noar tt set v0='7KSN1PHCSD' where id=2; -update noar ti set v0='7KSN1PHCSD' where id=2; -update noar tt set b2='4TN6UMXDT1QX2' where id=2; -update noar ti set b2='4TN6UMXDT1QX2' where id=2; -update noar tt set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3; -update noar ti set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3; -update noar tt set b0='0KUFS61FOX3XMDQX649S2' where id=3; -update noar ti set b0='0KUFS61FOX3XMDQX649S2' where id=3; -update noar tt set v0='JMKIKZCCVS5' where id=3; -update noar ti set v0='JMKIKZCCVS5' where id=3; -update noar tt set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3; -update noar ti set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3; -update noar tt set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3; -update noar ti set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3; -update noar tt set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3; -update noar ti set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3; -update noar tt set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4; -update noar ti set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4; -update noar tt set b0='SJ503SX5X1JQ0L' where id=4; -update noar ti set b0='SJ503SX5X1JQ0L' where id=4; -update noar tt set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4; -update noar ti set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4; -update noar tt set b1='5L40LVPW1KB313G8PJLR' where id=4; -update noar ti set b1='5L40LVPW1KB313G8PJLR' where id=4; -update noar tt set v0='GEJ1' where id=4; -update noar ti set v0='GEJ1' where id=4; -update noar tt set b2='IBNNZ62T3RF' where id=4; -update noar ti set b2='IBNNZ62T3RF' where id=4; -update noar tt set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5; -update noar ti set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5; -update noar tt set b0='0W699XI0368CDW5NCRIR' where id=5; -update noar ti set b0='0W699XI0368CDW5NCRIR' where id=5; -update noar tt set v0='DX9QNU3B5CLFX' where id=5; -update noar ti set v0='DX9QNU3B5CLFX' where id=5; -update noar tt set b1='CLS6I' where id=5; -update noar ti set b1='CLS6I' where id=5; -update noar tt set v0='Z6YAS7L0RCB2' where id=5; -update noar ti set v0='Z6YAS7L0RCB2' where id=5; -update noar tt set b2='9IL' where id=5; -update noar ti set b2='9IL' where id=5; -update noar tt set v0='LLOY0XHJFYB35' where id=6; -update noar ti set v0='LLOY0XHJFYB35' where id=6; -update noar tt set b0='6FUHFYTH8ZG8UIBP5L' where id=6; -update noar ti set b0='6FUHFYTH8ZG8UIBP5L' where id=6; -update noar tt set v0='EY9VVC7KVAW' where id=6; -update noar ti set v0='EY9VVC7KVAW' where id=6; -update noar tt set b1='7YWRQ0CFYB' where id=6; -update noar ti set b1='7YWRQ0CFYB' where id=6; -update noar tt set v0='XG4FGAX6HCLSS87YSKIW' where id=6; -update noar ti set v0='XG4FGAX6HCLSS87YSKIW' where id=6; -update noar tt set b2='N5VRJHXH37Q6E941O8CNTA' where id=6; -update noar ti set b2='N5VRJHXH37Q6E941O8CNTA' where id=6; -update noar tt set v0='M0RXIQ4FRB' where id=7; -update noar ti set v0='M0RXIQ4FRB' where id=7; -update noar tt set b0='MOYBU9678MWW8MXKIAVSM27' where id=7; -update noar ti set b0='MOYBU9678MWW8MXKIAVSM27' where id=7; -update noar tt set v0='R1MCR' where id=7; -update noar ti set v0='R1MCR' where id=7; -update noar tt set b1='JERUHLL069YF1RDPYZ91K0' where id=7; -update noar ti set b1='JERUHLL069YF1RDPYZ91K0' where id=7; -update noar tt set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7; -update noar ti set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7; -update noar tt set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7; -update noar ti set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7; -update noar tt set v0='SMELCFPT2798867DMXG' where id=8; -update noar ti set v0='SMELCFPT2798867DMXG' where id=8; -update noar tt set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8; -update noar ti set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8; -update noar tt set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8; -update noar ti set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8; -update noar tt set b1='ROWAUYQHDW8T6XJQ3' where id=8; -update noar ti set b1='ROWAUYQHDW8T6XJQ3' where id=8; -update noar tt set v0='WIRKB86IJC8' where id=8; -update noar ti set v0='WIRKB86IJC8' where id=8; -update noar tt set b2='Z35FP' where id=8; -update noar ti set b2='Z35FP' where id=8; -update noar tt set v0='D15WVM2' where id=9; -update noar ti set v0='D15WVM2' where id=9; -update noar tt set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9; -update noar ti set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9; -update noar tt set v0='189ZNQIKHXX6BALO6' where id=9; -update noar ti set v0='189ZNQIKHXX6BALO6' where id=9; -update noar tt set b1='WCHR8091EGNW8BTBD3NK0V' where id=9; -update noar ti set b1='WCHR8091EGNW8BTBD3NK0V' where id=9; -update noar tt set v0='W' where id=9; -update noar ti set v0='W' where id=9; -update noar tt set b2='VAZ5YWRGXYHEFPUU0' where id=9; -update noar ti set b2='VAZ5YWRGXYHEFPUU0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YH64NY9U' where id=1; -update noar ti set v0='YH64NY9U' where id=1; -update noar tt set b0='RR38BT' where id=1; -update noar ti set b0='RR38BT' where id=1; -update noar tt set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1; -update noar ti set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1; -update noar tt set b1='EU' where id=1; -update noar ti set b1='EU' where id=1; -update noar tt set v0='HLC3HNO2IKJ1UV8W' where id=1; -update noar ti set v0='HLC3HNO2IKJ1UV8W' where id=1; -update noar tt set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1; -update noar ti set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1; -update noar tt set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2; -update noar ti set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2; -update noar tt set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2; -update noar ti set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2; -update noar tt set v0='88A4ODH' where id=2; -update noar ti set v0='88A4ODH' where id=2; -update noar tt set b1='94MTRTJJVTC' where id=2; -update noar ti set b1='94MTRTJJVTC' where id=2; -update noar tt set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2; -update noar ti set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2; -update noar tt set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2; -update noar ti set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3; -update noar ti set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3; -update noar tt set v0='W7W6LJPCCB' where id=3; -update noar ti set v0='W7W6LJPCCB' where id=3; -update noar tt set b1='K45M1DUF0JY5R6OD' where id=3; -update noar ti set b1='K45M1DUF0JY5R6OD' where id=3; -update noar tt set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3; -update noar ti set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3; -update noar tt set b2='C' where id=3; -update noar ti set b2='C' where id=3; -update noar tt set v0='SNON9BJKO0FVNWZPL48T' where id=4; -update noar ti set v0='SNON9BJKO0FVNWZPL48T' where id=4; -update noar tt set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4; -update noar ti set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4; -update noar tt set v0='HBBQW53XQ1RR' where id=4; -update noar ti set v0='HBBQW53XQ1RR' where id=4; -update noar tt set b1='DQB8E49P1W6H9QIK' where id=4; -update noar ti set b1='DQB8E49P1W6H9QIK' where id=4; -update noar tt set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4; -update noar ti set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4; -update noar tt set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4; -update noar ti set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4; -update noar tt set v0='BBTODGJ' where id=5; -update noar ti set v0='BBTODGJ' where id=5; -update noar tt set b0='VMDK086MGTLYAOMCE' where id=5; -update noar ti set b0='VMDK086MGTLYAOMCE' where id=5; -update noar tt set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5; -update noar ti set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5; -update noar tt set b1='2P88KOIGR7MY' where id=5; -update noar ti set b1='2P88KOIGR7MY' where id=5; -update noar tt set v0='5O20RQK1PINZB6J' where id=5; -update noar ti set v0='5O20RQK1PINZB6J' where id=5; -update noar tt set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5; -update noar ti set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5; -update noar tt set v0='L58AJTUVD60C96X' where id=6; -update noar ti set v0='L58AJTUVD60C96X' where id=6; -update noar tt set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6; -update noar ti set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6; -update noar tt set v0='AZ5M' where id=6; -update noar ti set v0='AZ5M' where id=6; -update noar tt set b1='ENY89A15IMOFBYYSJ' where id=6; -update noar ti set b1='ENY89A15IMOFBYYSJ' where id=6; -update noar tt set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6; -update noar ti set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6; -update noar tt set b2='GT1JSITR' where id=6; -update noar ti set b2='GT1JSITR' where id=6; -update noar tt set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7; -update noar ti set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7; -update noar tt set b0='U06GT692Z346ACL' where id=7; -update noar ti set b0='U06GT692Z346ACL' where id=7; -update noar tt set v0='P42SNGTI79NF2XS2VJ196RW' where id=7; -update noar ti set v0='P42SNGTI79NF2XS2VJ196RW' where id=7; -update noar tt set b1='2K80FM' where id=7; -update noar ti set b1='2K80FM' where id=7; -update noar tt set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7; -update noar ti set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7; -update noar tt set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7; -update noar ti set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7; -update noar tt set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8; -update noar ti set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8; -update noar tt set b0='QWCJ' where id=8; -update noar ti set b0='QWCJ' where id=8; -update noar tt set v0='LNP5V07PTG7VIB2HOW' where id=8; -update noar ti set v0='LNP5V07PTG7VIB2HOW' where id=8; -update noar tt set b1='ZRBVWSI60R' where id=8; -update noar ti set b1='ZRBVWSI60R' where id=8; -update noar tt set v0='QMX2A4KSPQI7' where id=8; -update noar ti set v0='QMX2A4KSPQI7' where id=8; -update noar tt set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8; -update noar ti set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8; -update noar tt set v0='F6UHBY' where id=9; -update noar ti set v0='F6UHBY' where id=9; -update noar tt set b0='SB7' where id=9; -update noar ti set b0='SB7' where id=9; -update noar tt set v0='9' where id=9; -update noar ti set v0='9' where id=9; -update noar tt set b1='UD6QKFLGWZNM' where id=9; -update noar ti set b1='UD6QKFLGWZNM' where id=9; -update noar tt set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9; -update noar ti set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9; -update noar tt set b2='1THJ07X0RGYY6AUA2OG' where id=9; -update noar ti set b2='1THJ07X0RGYY6AUA2OG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1; -update noar ti set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1; -update noar tt set b0='94YFTUE5N2' where id=1; -update noar ti set b0='94YFTUE5N2' where id=1; -update noar tt set v0='EY0W1H85X8ATC5GCXT' where id=1; -update noar ti set v0='EY0W1H85X8ATC5GCXT' where id=1; -update noar tt set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1; -update noar ti set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1; -update noar tt set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1; -update noar ti set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1; -update noar tt set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1; -update noar ti set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1; -update noar tt set v0='7FKHVA' where id=2; -update noar ti set v0='7FKHVA' where id=2; -update noar tt set b0='5GLF78' where id=2; -update noar ti set b0='5GLF78' where id=2; -update noar tt set v0='9TC676IJKGLAT' where id=2; -update noar ti set v0='9TC676IJKGLAT' where id=2; -update noar tt set b1='R1RZVZ8TFI0I83ELZ' where id=2; -update noar ti set b1='R1RZVZ8TFI0I83ELZ' where id=2; -update noar tt set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2; -update noar ti set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2; -update noar tt set b2='E41IAT6E6LF4' where id=2; -update noar ti set b2='E41IAT6E6LF4' where id=2; -update noar tt set v0='OPNXA' where id=3; -update noar ti set v0='OPNXA' where id=3; -update noar tt set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3; -update noar ti set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3; -update noar tt set v0='CJB9UP7T5GGN8' where id=3; -update noar ti set v0='CJB9UP7T5GGN8' where id=3; -update noar tt set b1='NM65Q5B' where id=3; -update noar ti set b1='NM65Q5B' where id=3; -update noar tt set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3; -update noar ti set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3; -update noar tt set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3; -update noar ti set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3; -update noar tt set v0='N7IO' where id=4; -update noar ti set v0='N7IO' where id=4; -update noar tt set b0='48VSL095DE50O9D17C9SZ' where id=4; -update noar ti set b0='48VSL095DE50O9D17C9SZ' where id=4; -update noar tt set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4; -update noar ti set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4; -update noar tt set b1='18V7R4BW21EQYS32A' where id=4; -update noar ti set b1='18V7R4BW21EQYS32A' where id=4; -update noar tt set v0='UZAT3GVSL39' where id=4; -update noar ti set v0='UZAT3GVSL39' where id=4; -update noar tt set b2='6L' where id=4; -update noar ti set b2='6L' where id=4; -update noar tt set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5; -update noar ti set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5; -update noar tt set b0='GLSNRVFRSRQXYVLKE1T8' where id=5; -update noar ti set b0='GLSNRVFRSRQXYVLKE1T8' where id=5; -update noar tt set v0='GRJNION06' where id=5; -update noar ti set v0='GRJNION06' where id=5; -update noar tt set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5; -update noar ti set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5; -update noar tt set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5; -update noar ti set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5; -update noar tt set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5; -update noar ti set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5; -update noar tt set v0='Y06YWYB3CXL' where id=6; -update noar ti set v0='Y06YWYB3CXL' where id=6; -update noar tt set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6; -update noar ti set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6; -update noar tt set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6; -update noar ti set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6; -update noar tt set b1='KPBI0Z' where id=6; -update noar ti set b1='KPBI0Z' where id=6; -update noar tt set v0='ST3' where id=6; -update noar ti set v0='ST3' where id=6; -update noar tt set b2='A43CB6HD82ECZFGW2BTY' where id=6; -update noar ti set b2='A43CB6HD82ECZFGW2BTY' where id=6; -update noar tt set v0='U747P33BX7' where id=7; -update noar ti set v0='U747P33BX7' where id=7; -update noar tt set b0='0DCO0MD03LPHGEZC' where id=7; -update noar ti set b0='0DCO0MD03LPHGEZC' where id=7; -update noar tt set v0='80IP1S6N5Q' where id=7; -update noar ti set v0='80IP1S6N5Q' where id=7; -update noar tt set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7; -update noar ti set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7; -update noar tt set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7; -update noar ti set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7; -update noar tt set b2='7W' where id=7; -update noar ti set b2='7W' where id=7; -update noar tt set v0='JW70XNS3WACV1DEN1YV' where id=8; -update noar ti set v0='JW70XNS3WACV1DEN1YV' where id=8; -update noar tt set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8; -update noar ti set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8; -update noar tt set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8; -update noar ti set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8; -update noar tt set b1='SJPT61WVH' where id=8; -update noar ti set b1='SJPT61WVH' where id=8; -update noar tt set v0='A6V8' where id=8; -update noar ti set v0='A6V8' where id=8; -update noar tt set b2='DM' where id=8; -update noar ti set b2='DM' where id=8; -update noar tt set v0='LLWPL' where id=9; -update noar ti set v0='LLWPL' where id=9; -update noar tt set b0='V' where id=9; -update noar ti set b0='V' where id=9; -update noar tt set v0='BRBICN7ST9C9UW3' where id=9; -update noar ti set v0='BRBICN7ST9C9UW3' where id=9; -update noar tt set b1='8XB198WG6THPO9' where id=9; -update noar ti set b1='8XB198WG6THPO9' where id=9; -update noar tt set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9; -update noar ti set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9; -update noar tt set b2='CIXKO76YX68RI2SZ73RF33' where id=9; -update noar ti set b2='CIXKO76YX68RI2SZ73RF33' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NF14KYZASFOQDEPBI3GP' where id=1; -update noar ti set v0='NF14KYZASFOQDEPBI3GP' where id=1; -update noar tt set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1; -update noar ti set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1; -update noar tt set v0='MPZIB5XF7RSN' where id=1; -update noar ti set v0='MPZIB5XF7RSN' where id=1; -update noar tt set b1='ORX2M3L1' where id=1; -update noar ti set b1='ORX2M3L1' where id=1; -update noar tt set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1; -update noar ti set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1; -update noar tt set b2='1SQOK28T7K4ALP440E8' where id=1; -update noar ti set b2='1SQOK28T7K4ALP440E8' where id=1; -update noar tt set v0='5E6WJRQT070BJ' where id=2; -update noar ti set v0='5E6WJRQT070BJ' where id=2; -update noar tt set b0='UMT6119EMTCMJ543017BNUC' where id=2; -update noar ti set b0='UMT6119EMTCMJ543017BNUC' where id=2; -update noar tt set v0='VSR1' where id=2; -update noar ti set v0='VSR1' where id=2; -update noar tt set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2; -update noar ti set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2; -update noar tt set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2; -update noar ti set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2; -update noar tt set b2='H6TM4KZ7KC2JF7ZRII66' where id=2; -update noar ti set b2='H6TM4KZ7KC2JF7ZRII66' where id=2; -update noar tt set v0='RGFKPI867BCFYV7GBXMULV60' where id=3; -update noar ti set v0='RGFKPI867BCFYV7GBXMULV60' where id=3; -update noar tt set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3; -update noar ti set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3; -update noar tt set v0='Q5' where id=3; -update noar ti set v0='Q5' where id=3; -update noar tt set b1='2KQR' where id=3; -update noar ti set b1='2KQR' where id=3; -update noar tt set v0='FB' where id=3; -update noar ti set v0='FB' where id=3; -update noar tt set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3; -update noar ti set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3; -update noar tt set v0='40' where id=4; -update noar ti set v0='40' where id=4; -update noar tt set b0='OTE' where id=4; -update noar ti set b0='OTE' where id=4; -update noar tt set v0='W6168IS' where id=4; -update noar ti set v0='W6168IS' where id=4; -update noar tt set b1='SRNZQ6' where id=4; -update noar ti set b1='SRNZQ6' where id=4; -update noar tt set v0='U29DYKN3G3ORH117R' where id=4; -update noar ti set v0='U29DYKN3G3ORH117R' where id=4; -update noar tt set b2='68AO3EQUGKQNI5NZF' where id=4; -update noar ti set b2='68AO3EQUGKQNI5NZF' where id=4; -update noar tt set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5; -update noar ti set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5; -update noar tt set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5; -update noar ti set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5; -update noar tt set v0='2B3F569G60IPIGZZ' where id=5; -update noar ti set v0='2B3F569G60IPIGZZ' where id=5; -update noar tt set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5; -update noar ti set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5; -update noar tt set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5; -update noar ti set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5; -update noar tt set b2='FISCIQ4V1TTHQ9V' where id=5; -update noar ti set b2='FISCIQ4V1TTHQ9V' where id=5; -update noar tt set v0='77U0QMWNPVQRNMKO954D' where id=6; -update noar ti set v0='77U0QMWNPVQRNMKO954D' where id=6; -update noar tt set b0='QVGAE64L' where id=6; -update noar ti set b0='QVGAE64L' where id=6; -update noar tt set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6; -update noar ti set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6; -update noar tt set b1='5DUZ2KLQ4G0D9AXJ226' where id=6; -update noar ti set b1='5DUZ2KLQ4G0D9AXJ226' where id=6; -update noar tt set v0='N5A' where id=6; -update noar ti set v0='N5A' where id=6; -update noar tt set b2='1CQ' where id=6; -update noar ti set b2='1CQ' where id=6; -update noar tt set v0='TG0YYIIUKEE1JF' where id=7; -update noar ti set v0='TG0YYIIUKEE1JF' where id=7; -update noar tt set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7; -update noar ti set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7; -update noar tt set v0='OS8' where id=7; -update noar ti set v0='OS8' where id=7; -update noar tt set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7; -update noar ti set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7; -update noar tt set v0='2QG46UC03CEZM26ONK' where id=7; -update noar ti set v0='2QG46UC03CEZM26ONK' where id=7; -update noar tt set b2='VH2NE0IC' where id=7; -update noar ti set b2='VH2NE0IC' where id=7; -update noar tt set v0='MRK95MXZRLGE9' where id=8; -update noar ti set v0='MRK95MXZRLGE9' where id=8; -update noar tt set b0='DDAP8765B9K' where id=8; -update noar ti set b0='DDAP8765B9K' where id=8; -update noar tt set v0='UORH' where id=8; -update noar ti set v0='UORH' where id=8; -update noar tt set b1='TZJZE' where id=8; -update noar ti set b1='TZJZE' where id=8; -update noar tt set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8; -update noar ti set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8; -update noar tt set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8; -update noar ti set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8; -update noar tt set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9; -update noar ti set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9; -update noar tt set b0='C49RXQZNGV41K1P8' where id=9; -update noar ti set b0='C49RXQZNGV41K1P8' where id=9; -update noar tt set v0='H9M83V1' where id=9; -update noar ti set v0='H9M83V1' where id=9; -update noar tt set b1='F8VYBZBZOYVRJDOV6' where id=9; -update noar ti set b1='F8VYBZBZOYVRJDOV6' where id=9; -update noar tt set v0='MNHP' where id=9; -update noar ti set v0='MNHP' where id=9; -update noar tt set b2='FZ950SFLY7LPVIF' where id=9; -update noar ti set b2='FZ950SFLY7LPVIF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1; -update noar ti set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1; -update noar tt set b0='UDWGQTED08Y9A7KDY3HIC' where id=1; -update noar ti set b0='UDWGQTED08Y9A7KDY3HIC' where id=1; -update noar tt set v0='DZR' where id=1; -update noar ti set v0='DZR' where id=1; -update noar tt set b1='80V3D' where id=1; -update noar ti set b1='80V3D' where id=1; -update noar tt set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1; -update noar ti set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1; -update noar tt set b2='4MXTW6U' where id=1; -update noar ti set b2='4MXTW6U' where id=1; -update noar tt set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2; -update noar ti set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2; -update noar tt set b0='HUIX9W8X75FOFTZ8W' where id=2; -update noar ti set b0='HUIX9W8X75FOFTZ8W' where id=2; -update noar tt set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2; -update noar ti set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2; -update noar tt set b1='OP0GPDHVEM3PIKBLG' where id=2; -update noar ti set b1='OP0GPDHVEM3PIKBLG' where id=2; -update noar tt set v0='ON' where id=2; -update noar ti set v0='ON' where id=2; -update noar tt set b2='FO4YRBQ4F9ZLT' where id=2; -update noar ti set b2='FO4YRBQ4F9ZLT' where id=2; -update noar tt set v0='88PC1PAAN40Z3500OEKYV' where id=3; -update noar ti set v0='88PC1PAAN40Z3500OEKYV' where id=3; -update noar tt set b0='RA50' where id=3; -update noar ti set b0='RA50' where id=3; -update noar tt set v0='FJ' where id=3; -update noar ti set v0='FJ' where id=3; -update noar tt set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3; -update noar ti set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3; -update noar tt set v0='TG' where id=3; -update noar ti set v0='TG' where id=3; -update noar tt set b2='3ID2846HXPE2PFYCGOY' where id=3; -update noar ti set b2='3ID2846HXPE2PFYCGOY' where id=3; -update noar tt set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4; -update noar ti set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4; -update noar tt set b0='H3JD5OH2NLRIJR' where id=4; -update noar ti set b0='H3JD5OH2NLRIJR' where id=4; -update noar tt set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4; -update noar ti set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4; -update noar tt set b1='FXSU3K6UJDGS' where id=4; -update noar ti set b1='FXSU3K6UJDGS' where id=4; -update noar tt set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4; -update noar ti set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4; -update noar tt set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4; -update noar ti set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4; -update noar tt set v0='OODOYH1J6JJJ' where id=5; -update noar ti set v0='OODOYH1J6JJJ' where id=5; -update noar tt set b0='34ECPVJHSZ1' where id=5; -update noar ti set b0='34ECPVJHSZ1' where id=5; -update noar tt set v0='PFPETC7II' where id=5; -update noar ti set v0='PFPETC7II' where id=5; -update noar tt set b1='A' where id=5; -update noar ti set b1='A' where id=5; -update noar tt set v0='IF9' where id=5; -update noar ti set v0='IF9' where id=5; -update noar tt set b2='W17NGDA8U54OW67WMQ7' where id=5; -update noar ti set b2='W17NGDA8U54OW67WMQ7' where id=5; -update noar tt set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6; -update noar ti set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6; -update noar tt set b0='3VRLHATW4C7YKWX' where id=6; -update noar ti set b0='3VRLHATW4C7YKWX' where id=6; -update noar tt set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6; -update noar ti set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6; -update noar tt set b1='PWZK77CBRLQ' where id=6; -update noar ti set b1='PWZK77CBRLQ' where id=6; -update noar tt set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6; -update noar ti set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6; -update noar tt set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6; -update noar ti set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6; -update noar tt set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7; -update noar ti set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7; -update noar tt set b0='NUD22EOW7' where id=7; -update noar ti set b0='NUD22EOW7' where id=7; -update noar tt set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7; -update noar ti set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7; -update noar tt set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7; -update noar ti set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7; -update noar tt set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7; -update noar ti set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7; -update noar tt set b2='4VJO' where id=7; -update noar ti set b2='4VJO' where id=7; -update noar tt set v0='B9ISV' where id=8; -update noar ti set v0='B9ISV' where id=8; -update noar tt set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8; -update noar ti set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8; -update noar tt set v0='4YO2AP' where id=8; -update noar ti set v0='4YO2AP' where id=8; -update noar tt set b1='9CHK2M1KX7ZITS' where id=8; -update noar ti set b1='9CHK2M1KX7ZITS' where id=8; -update noar tt set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8; -update noar ti set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8; -update noar tt set b2='PR0B7VTPNTFD' where id=8; -update noar ti set b2='PR0B7VTPNTFD' where id=8; -update noar tt set v0='16QSW0UOQX5FOOEW93ACEK' where id=9; -update noar ti set v0='16QSW0UOQX5FOOEW93ACEK' where id=9; -update noar tt set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9; -update noar ti set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9; -update noar tt set v0='QV15ZUHFXN' where id=9; -update noar ti set v0='QV15ZUHFXN' where id=9; -update noar tt set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9; -update noar ti set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9; -update noar tt set v0='T7IDSPSL4V6B3GP95KTV' where id=9; -update noar ti set v0='T7IDSPSL4V6B3GP95KTV' where id=9; -update noar tt set b2='73XOD2SOBDKRO' where id=9; -update noar ti set b2='73XOD2SOBDKRO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7B5M' where id=1; -update noar ti set v0='7B5M' where id=1; -update noar tt set b0='O3VMLM1IOLKRXHB6YR' where id=1; -update noar ti set b0='O3VMLM1IOLKRXHB6YR' where id=1; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b1='H5YOI42039L' where id=1; -update noar ti set b1='H5YOI42039L' where id=1; -update noar tt set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1; -update noar ti set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1; -update noar tt set b2='LII19QR4QVIXCRM6Y68QNW' where id=1; -update noar ti set b2='LII19QR4QVIXCRM6Y68QNW' where id=1; -update noar tt set v0='IB4VQQ5IHZ1PZG0TF5' where id=2; -update noar ti set v0='IB4VQQ5IHZ1PZG0TF5' where id=2; -update noar tt set b0='T48X5PGD66V9FFYFND40' where id=2; -update noar ti set b0='T48X5PGD66V9FFYFND40' where id=2; -update noar tt set v0='LY5JEFNJ' where id=2; -update noar ti set v0='LY5JEFNJ' where id=2; -update noar tt set b1='WRH7HD4W' where id=2; -update noar ti set b1='WRH7HD4W' where id=2; -update noar tt set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2; -update noar ti set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2; -update noar tt set b2='EPC1R3NW84GHX' where id=2; -update noar ti set b2='EPC1R3NW84GHX' where id=2; -update noar tt set v0='K6F' where id=3; -update noar ti set v0='K6F' where id=3; -update noar tt set b0='2RF1AIYPTHYOF' where id=3; -update noar ti set b0='2RF1AIYPTHYOF' where id=3; -update noar tt set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3; -update noar ti set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3; -update noar tt set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3; -update noar ti set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3; -update noar tt set v0='8UKOKCAOY14S3G' where id=3; -update noar ti set v0='8UKOKCAOY14S3G' where id=3; -update noar tt set b2='1T' where id=3; -update noar ti set b2='1T' where id=3; -update noar tt set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4; -update noar ti set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4; -update noar tt set b0='VRVK48N0ANA7UFKT3HCII' where id=4; -update noar ti set b0='VRVK48N0ANA7UFKT3HCII' where id=4; -update noar tt set v0='95M1KDITRLP7A' where id=4; -update noar ti set v0='95M1KDITRLP7A' where id=4; -update noar tt set b1='G48AFM62I1' where id=4; -update noar ti set b1='G48AFM62I1' where id=4; -update noar tt set v0='U6HX9XAIMD' where id=4; -update noar ti set v0='U6HX9XAIMD' where id=4; -update noar tt set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4; -update noar ti set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4; -update noar tt set v0='48ID6' where id=5; -update noar ti set v0='48ID6' where id=5; -update noar tt set b0='COR' where id=5; -update noar ti set b0='COR' where id=5; -update noar tt set v0='8HU6F72OMO05' where id=5; -update noar ti set v0='8HU6F72OMO05' where id=5; -update noar tt set b1='FLGUJQK9ASFC' where id=5; -update noar ti set b1='FLGUJQK9ASFC' where id=5; -update noar tt set v0='40P86CUT189CP7TE' where id=5; -update noar ti set v0='40P86CUT189CP7TE' where id=5; -update noar tt set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5; -update noar ti set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5; -update noar tt set v0='V7C7NTC4W0BC' where id=6; -update noar ti set v0='V7C7NTC4W0BC' where id=6; -update noar tt set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6; -update noar ti set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6; -update noar tt set v0='COPWZREUYZQ' where id=6; -update noar ti set v0='COPWZREUYZQ' where id=6; -update noar tt set b1='1HW44' where id=6; -update noar ti set b1='1HW44' where id=6; -update noar tt set v0='ZFC' where id=6; -update noar ti set v0='ZFC' where id=6; -update noar tt set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6; -update noar ti set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6; -update noar tt set v0='O6P' where id=7; -update noar ti set v0='O6P' where id=7; -update noar tt set b0='2P87YJFWGBFNO' where id=7; -update noar ti set b0='2P87YJFWGBFNO' where id=7; -update noar tt set v0='5TCOQ6' where id=7; -update noar ti set v0='5TCOQ6' where id=7; -update noar tt set b1='EQGN6KQ7LB32244S9IRH2B' where id=7; -update noar ti set b1='EQGN6KQ7LB32244S9IRH2B' where id=7; -update noar tt set v0='8F9D3HNKKNTF1A01KLF' where id=7; -update noar ti set v0='8F9D3HNKKNTF1A01KLF' where id=7; -update noar tt set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7; -update noar ti set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7; -update noar tt set v0='B9MGWQ07VMW' where id=8; -update noar ti set v0='B9MGWQ07VMW' where id=8; -update noar tt set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8; -update noar ti set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8; -update noar tt set v0='GSZM' where id=8; -update noar ti set v0='GSZM' where id=8; -update noar tt set b1='5AMUAGW913HUXKV' where id=8; -update noar ti set b1='5AMUAGW913HUXKV' where id=8; -update noar tt set v0='GDNWZHPWE1QAK' where id=8; -update noar ti set v0='GDNWZHPWE1QAK' where id=8; -update noar tt set b2='R494CL4' where id=8; -update noar ti set b2='R494CL4' where id=8; -update noar tt set v0='A6CELHPA' where id=9; -update noar ti set v0='A6CELHPA' where id=9; -update noar tt set b0='55Y2X' where id=9; -update noar ti set b0='55Y2X' where id=9; -update noar tt set v0='NMJCIE8BLY0FPQPZ' where id=9; -update noar ti set v0='NMJCIE8BLY0FPQPZ' where id=9; -update noar tt set b1='9SVDGNAE' where id=9; -update noar ti set b1='9SVDGNAE' where id=9; -update noar tt set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9; -update noar ti set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9; -update noar tt set b2='85Y' where id=9; -update noar ti set b2='85Y' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1; -update noar ti set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1; -update noar tt set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1; -update noar ti set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1; -update noar tt set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1; -update noar ti set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1; -update noar tt set b1='XQGICMLKNHPQ' where id=1; -update noar ti set b1='XQGICMLKNHPQ' where id=1; -update noar tt set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1; -update noar ti set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1; -update noar tt set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1; -update noar ti set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1; -update noar tt set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2; -update noar ti set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2; -update noar tt set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2; -update noar ti set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2; -update noar tt set v0='C21MCP7ARXRTLA8S' where id=2; -update noar ti set v0='C21MCP7ARXRTLA8S' where id=2; -update noar tt set b1='E3O0' where id=2; -update noar ti set b1='E3O0' where id=2; -update noar tt set v0='76XWRWI04VKDH2TOGZ9' where id=2; -update noar ti set v0='76XWRWI04VKDH2TOGZ9' where id=2; -update noar tt set b2='DFZ3GCUWRSHNLQD3' where id=2; -update noar ti set b2='DFZ3GCUWRSHNLQD3' where id=2; -update noar tt set v0='M9XZL1XRHKE1AZ913A' where id=3; -update noar ti set v0='M9XZL1XRHKE1AZ913A' where id=3; -update noar tt set b0='19GJPEUNNO' where id=3; -update noar ti set b0='19GJPEUNNO' where id=3; -update noar tt set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3; -update noar ti set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3; -update noar tt set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3; -update noar ti set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3; -update noar tt set v0='VRBMZ6APJJ4U2HY' where id=3; -update noar ti set v0='VRBMZ6APJJ4U2HY' where id=3; -update noar tt set b2='7' where id=3; -update noar ti set b2='7' where id=3; -update noar tt set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4; -update noar ti set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4; -update noar tt set b0='PDY8SKSEN1XEC2K96' where id=4; -update noar ti set b0='PDY8SKSEN1XEC2K96' where id=4; -update noar tt set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4; -update noar ti set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4; -update noar tt set b1='QGO9O' where id=4; -update noar ti set b1='QGO9O' where id=4; -update noar tt set v0='ETX98A2ZCD' where id=4; -update noar ti set v0='ETX98A2ZCD' where id=4; -update noar tt set b2='JE3VVV20VHTQ' where id=4; -update noar ti set b2='JE3VVV20VHTQ' where id=4; -update noar tt set v0='6L9' where id=5; -update noar ti set v0='6L9' where id=5; -update noar tt set b0='1B9HKLBZ7AW4' where id=5; -update noar ti set b0='1B9HKLBZ7AW4' where id=5; -update noar tt set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5; -update noar ti set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5; -update noar tt set b1='4L47QY' where id=5; -update noar ti set b1='4L47QY' where id=5; -update noar tt set v0='BOMR8S' where id=5; -update noar ti set v0='BOMR8S' where id=5; -update noar tt set b2='F0IZUPH5JMTB7M4H44WT' where id=5; -update noar ti set b2='F0IZUPH5JMTB7M4H44WT' where id=5; -update noar tt set v0='3XV4BLXT1ASGXFS0IR14' where id=6; -update noar ti set v0='3XV4BLXT1ASGXFS0IR14' where id=6; -update noar tt set b0='NQKNL94JUMLJ' where id=6; -update noar ti set b0='NQKNL94JUMLJ' where id=6; -update noar tt set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6; -update noar ti set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6; -update noar tt set b1='GMFXSRRA1TKLLP' where id=6; -update noar ti set b1='GMFXSRRA1TKLLP' where id=6; -update noar tt set v0='CP2BGCGWZKMYY88RIOOY' where id=6; -update noar ti set v0='CP2BGCGWZKMYY88RIOOY' where id=6; -update noar tt set b2='X31H0BB0' where id=6; -update noar ti set b2='X31H0BB0' where id=6; -update noar tt set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7; -update noar ti set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7; -update noar tt set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7; -update noar ti set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7; -update noar tt set v0='EJ550841' where id=7; -update noar ti set v0='EJ550841' where id=7; -update noar tt set b1='AV4TF5M3NQYKV0I31L7V0' where id=7; -update noar ti set b1='AV4TF5M3NQYKV0I31L7V0' where id=7; -update noar tt set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7; -update noar ti set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7; -update noar tt set b2='PMGD7UWY' where id=7; -update noar ti set b2='PMGD7UWY' where id=7; -update noar tt set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8; -update noar ti set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8; -update noar tt set b0='LZ1QP2OQJ3U4BLDI09' where id=8; -update noar ti set b0='LZ1QP2OQJ3U4BLDI09' where id=8; -update noar tt set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8; -update noar ti set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8; -update noar tt set b1='8NVXJ1TORGCO' where id=8; -update noar ti set b1='8NVXJ1TORGCO' where id=8; -update noar tt set v0='WXKFM7H' where id=8; -update noar ti set v0='WXKFM7H' where id=8; -update noar tt set b2='2GBZE5Q7V5O4LP66M5AN' where id=8; -update noar ti set b2='2GBZE5Q7V5O4LP66M5AN' where id=8; -update noar tt set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9; -update noar ti set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9; -update noar tt set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9; -update noar ti set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9; -update noar tt set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9; -update noar ti set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9; -update noar tt set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9; -update noar ti set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9; -update noar tt set v0='T7FKCFNSJ3GLTXM5' where id=9; -update noar ti set v0='T7FKCFNSJ3GLTXM5' where id=9; -update noar tt set b2='6IE9YDK6IH15L1' where id=9; -update noar ti set b2='6IE9YDK6IH15L1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KZSXHZ71NWO' where id=1; -update noar ti set v0='KZSXHZ71NWO' where id=1; -update noar tt set b0='O4Q3CNNWCHYKFK7' where id=1; -update noar ti set b0='O4Q3CNNWCHYKFK7' where id=1; -update noar tt set v0='XFJ14XGHYGXTDELKGS' where id=1; -update noar ti set v0='XFJ14XGHYGXTDELKGS' where id=1; -update noar tt set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1; -update noar ti set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1; -update noar tt set v0='G7IANSTI86HBBDTK29C' where id=1; -update noar ti set v0='G7IANSTI86HBBDTK29C' where id=1; -update noar tt set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1; -update noar ti set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1; -update noar tt set v0='WP4VXHSTQCVO6D2KQ' where id=2; -update noar ti set v0='WP4VXHSTQCVO6D2KQ' where id=2; -update noar tt set b0='KOK4P4NXT78PDP' where id=2; -update noar ti set b0='KOK4P4NXT78PDP' where id=2; -update noar tt set v0='9H77ENRPFIWWM' where id=2; -update noar ti set v0='9H77ENRPFIWWM' where id=2; -update noar tt set b1='I1109OT3OUN' where id=2; -update noar ti set b1='I1109OT3OUN' where id=2; -update noar tt set v0='HBE3X7PJCDMV' where id=2; -update noar ti set v0='HBE3X7PJCDMV' where id=2; -update noar tt set b2='WO4UMOUUBZAKMLE3EC' where id=2; -update noar ti set b2='WO4UMOUUBZAKMLE3EC' where id=2; -update noar tt set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3; -update noar ti set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3; -update noar tt set b0='5OBVORTZSQOS3D' where id=3; -update noar ti set b0='5OBVORTZSQOS3D' where id=3; -update noar tt set v0='2W' where id=3; -update noar ti set v0='2W' where id=3; -update noar tt set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3; -update noar ti set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3; -update noar tt set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3; -update noar ti set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3; -update noar tt set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3; -update noar ti set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3; -update noar tt set v0='U' where id=4; -update noar ti set v0='U' where id=4; -update noar tt set b0='2P46UM' where id=4; -update noar ti set b0='2P46UM' where id=4; -update noar tt set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4; -update noar ti set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4; -update noar tt set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4; -update noar ti set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4; -update noar tt set v0='9EKLBE01TYW9D7O36TYA' where id=4; -update noar ti set v0='9EKLBE01TYW9D7O36TYA' where id=4; -update noar tt set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4; -update noar ti set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4; -update noar tt set v0='9SAO240F7KVUS' where id=5; -update noar ti set v0='9SAO240F7KVUS' where id=5; -update noar tt set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5; -update noar ti set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5; -update noar tt set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5; -update noar ti set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5; -update noar tt set b1='YQ' where id=5; -update noar ti set b1='YQ' where id=5; -update noar tt set v0='H21IGF1VYH42GSB2Y' where id=5; -update noar ti set v0='H21IGF1VYH42GSB2Y' where id=5; -update noar tt set b2='FR0D2X8463N' where id=5; -update noar ti set b2='FR0D2X8463N' where id=5; -update noar tt set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6; -update noar ti set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6; -update noar tt set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6; -update noar ti set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6; -update noar tt set v0='KOZ4A0K5LHD5TSRE' where id=6; -update noar ti set v0='KOZ4A0K5LHD5TSRE' where id=6; -update noar tt set b1='6QRH1ULSTN3M3SI99' where id=6; -update noar ti set b1='6QRH1ULSTN3M3SI99' where id=6; -update noar tt set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6; -update noar ti set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6; -update noar tt set b2='XX5NITXUHRLQNF' where id=6; -update noar ti set b2='XX5NITXUHRLQNF' where id=6; -update noar tt set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7; -update noar ti set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7; -update noar tt set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7; -update noar ti set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7; -update noar tt set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7; -update noar ti set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7; -update noar tt set b1='30ZFKKDIAGF' where id=7; -update noar ti set b1='30ZFKKDIAGF' where id=7; -update noar tt set v0='C95F7H251FS' where id=7; -update noar ti set v0='C95F7H251FS' where id=7; -update noar tt set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7; -update noar ti set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7; -update noar tt set v0='0GCMNRT9' where id=8; -update noar ti set v0='0GCMNRT9' where id=8; -update noar tt set b0='UR9HJ72DEAZ' where id=8; -update noar ti set b0='UR9HJ72DEAZ' where id=8; -update noar tt set v0='9F81SUFATO80' where id=8; -update noar ti set v0='9F81SUFATO80' where id=8; -update noar tt set b1='0HY01VHG' where id=8; -update noar ti set b1='0HY01VHG' where id=8; -update noar tt set v0='EKM' where id=8; -update noar ti set v0='EKM' where id=8; -update noar tt set b2='ZY' where id=8; -update noar ti set b2='ZY' where id=8; -update noar tt set v0='E5V8XS74LUB3VU' where id=9; -update noar ti set v0='E5V8XS74LUB3VU' where id=9; -update noar tt set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9; -update noar ti set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9; -update noar tt set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9; -update noar ti set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9; -update noar tt set b1='7JQOUNL3TRVQS1' where id=9; -update noar ti set b1='7JQOUNL3TRVQS1' where id=9; -update noar tt set v0='QFSFALZLQO83RKM' where id=9; -update noar ti set v0='QFSFALZLQO83RKM' where id=9; -update noar tt set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9; -update noar ti set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KJ6MKP049PDG' where id=1; -update noar ti set v0='KJ6MKP049PDG' where id=1; -update noar tt set b0='69E1' where id=1; -update noar ti set b0='69E1' where id=1; -update noar tt set v0='DV6D9' where id=1; -update noar ti set v0='DV6D9' where id=1; -update noar tt set b1='A7R18OFT4719POYYKW' where id=1; -update noar ti set b1='A7R18OFT4719POYYKW' where id=1; -update noar tt set v0='YMEJKYXVKIRY1A' where id=1; -update noar ti set v0='YMEJKYXVKIRY1A' where id=1; -update noar tt set b2='K7FMF' where id=1; -update noar ti set b2='K7FMF' where id=1; -update noar tt set v0='JPXGG54S' where id=2; -update noar ti set v0='JPXGG54S' where id=2; -update noar tt set b0='WCAKXTLZ7624V' where id=2; -update noar ti set b0='WCAKXTLZ7624V' where id=2; -update noar tt set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2; -update noar ti set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2; -update noar tt set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2; -update noar ti set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2; -update noar tt set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2; -update noar ti set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2; -update noar tt set b2='UZRX94PCNHOR' where id=2; -update noar ti set b2='UZRX94PCNHOR' where id=2; -update noar tt set v0='O3K8E2KKBO22MJRM4' where id=3; -update noar ti set v0='O3K8E2KKBO22MJRM4' where id=3; -update noar tt set b0='TD3' where id=3; -update noar ti set b0='TD3' where id=3; -update noar tt set v0='N5GZATTF8VZBWVJ' where id=3; -update noar ti set v0='N5GZATTF8VZBWVJ' where id=3; -update noar tt set b1='LN2GBCLZEUN' where id=3; -update noar ti set b1='LN2GBCLZEUN' where id=3; -update noar tt set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3; -update noar ti set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3; -update noar tt set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3; -update noar ti set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3; -update noar tt set v0='V3WN4JUFIS4YMZT' where id=4; -update noar ti set v0='V3WN4JUFIS4YMZT' where id=4; -update noar tt set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4; -update noar ti set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4; -update noar tt set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4; -update noar ti set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4; -update noar tt set b1='P5GI' where id=4; -update noar ti set b1='P5GI' where id=4; -update noar tt set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4; -update noar ti set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4; -update noar tt set b2='CFBBHF' where id=4; -update noar ti set b2='CFBBHF' where id=4; -update noar tt set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5; -update noar ti set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5; -update noar tt set b0='K' where id=5; -update noar ti set b0='K' where id=5; -update noar tt set v0='47MBG75Q6GPW' where id=5; -update noar ti set v0='47MBG75Q6GPW' where id=5; -update noar tt set b1='PLNZFEXBT1' where id=5; -update noar ti set b1='PLNZFEXBT1' where id=5; -update noar tt set v0='6VW2EPWR8I' where id=5; -update noar ti set v0='6VW2EPWR8I' where id=5; -update noar tt set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5; -update noar ti set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5; -update noar tt set v0='YOJH0FLKQD9R' where id=6; -update noar ti set v0='YOJH0FLKQD9R' where id=6; -update noar tt set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6; -update noar ti set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6; -update noar tt set v0='4IFEK' where id=6; -update noar ti set v0='4IFEK' where id=6; -update noar tt set b1='OS2PDRO36I4ILQ' where id=6; -update noar ti set b1='OS2PDRO36I4ILQ' where id=6; -update noar tt set v0='HPB0H' where id=6; -update noar ti set v0='HPB0H' where id=6; -update noar tt set b2='PNITSXSGGIN' where id=6; -update noar ti set b2='PNITSXSGGIN' where id=6; -update noar tt set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7; -update noar ti set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7; -update noar tt set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7; -update noar ti set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7; -update noar tt set v0='0PZ0UK' where id=7; -update noar ti set v0='0PZ0UK' where id=7; -update noar tt set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7; -update noar ti set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7; -update noar tt set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7; -update noar ti set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7; -update noar tt set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7; -update noar ti set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7; -update noar tt set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8; -update noar ti set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8; -update noar tt set b0='ESL93' where id=8; -update noar ti set b0='ESL93' where id=8; -update noar tt set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8; -update noar ti set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8; -update noar tt set b1='G' where id=8; -update noar ti set b1='G' where id=8; -update noar tt set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8; -update noar ti set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8; -update noar tt set b2='8MUF' where id=8; -update noar ti set b2='8MUF' where id=8; -update noar tt set v0='W19KL15S2QHVW280KXP0' where id=9; -update noar ti set v0='W19KL15S2QHVW280KXP0' where id=9; -update noar tt set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9; -update noar ti set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9; -update noar tt set v0='KFLNKTMFCJAUPEHWDRZT' where id=9; -update noar ti set v0='KFLNKTMFCJAUPEHWDRZT' where id=9; -update noar tt set b1='8A9K' where id=9; -update noar ti set b1='8A9K' where id=9; -update noar tt set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9; -update noar ti set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9; -update noar tt set b2='I2W9N7WP7FEH' where id=9; -update noar ti set b2='I2W9N7WP7FEH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITO' where id=1; -update noar ti set v0='ITO' where id=1; -update noar tt set b0='9BP' where id=1; -update noar ti set b0='9BP' where id=1; -update noar tt set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1; -update noar ti set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1; -update noar tt set b1='8BI9TK0' where id=1; -update noar ti set b1='8BI9TK0' where id=1; -update noar tt set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1; -update noar ti set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1; -update noar tt set b2='TTKLVH6ABGT8' where id=1; -update noar ti set b2='TTKLVH6ABGT8' where id=1; -update noar tt set v0='RUW83BI5QOF9EQ2H7F0G' where id=2; -update noar ti set v0='RUW83BI5QOF9EQ2H7F0G' where id=2; -update noar tt set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2; -update noar ti set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2; -update noar tt set v0='EN9ZXMYC' where id=2; -update noar ti set v0='EN9ZXMYC' where id=2; -update noar tt set b1='8488T5G82EB59QH6' where id=2; -update noar ti set b1='8488T5G82EB59QH6' where id=2; -update noar tt set v0='BSZ0895XG' where id=2; -update noar ti set v0='BSZ0895XG' where id=2; -update noar tt set b2='HAEQ7TZ2GL0C' where id=2; -update noar ti set b2='HAEQ7TZ2GL0C' where id=2; -update noar tt set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3; -update noar ti set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3; -update noar tt set b0='SWF4F624MVDSM8H0OA' where id=3; -update noar ti set b0='SWF4F624MVDSM8H0OA' where id=3; -update noar tt set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3; -update noar ti set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3; -update noar tt set b1='8ZXJ34RTK995TK' where id=3; -update noar ti set b1='8ZXJ34RTK995TK' where id=3; -update noar tt set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3; -update noar ti set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3; -update noar tt set b2='R7CYSNEVJ3D' where id=3; -update noar ti set b2='R7CYSNEVJ3D' where id=3; -update noar tt set v0='JK7IGN97' where id=4; -update noar ti set v0='JK7IGN97' where id=4; -update noar tt set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4; -update noar ti set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4; -update noar tt set v0='F063BPTT4UF2JO' where id=4; -update noar ti set v0='F063BPTT4UF2JO' where id=4; -update noar tt set b1='U9A35HW6MO5VIG79M01LELB' where id=4; -update noar ti set b1='U9A35HW6MO5VIG79M01LELB' where id=4; -update noar tt set v0='D28GTGR7HCKIBJW1ILZM' where id=4; -update noar ti set v0='D28GTGR7HCKIBJW1ILZM' where id=4; -update noar tt set b2='CQWH0W' where id=4; -update noar ti set b2='CQWH0W' where id=4; -update noar tt set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5; -update noar ti set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5; -update noar tt set b0='8VN1QDSICJTI8ZV82Z' where id=5; -update noar ti set b0='8VN1QDSICJTI8ZV82Z' where id=5; -update noar tt set v0='6F4NC9M7OA0KH41KFTZ' where id=5; -update noar ti set v0='6F4NC9M7OA0KH41KFTZ' where id=5; -update noar tt set b1='B931DFW' where id=5; -update noar ti set b1='B931DFW' where id=5; -update noar tt set v0='U' where id=5; -update noar ti set v0='U' where id=5; -update noar tt set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5; -update noar ti set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5; -update noar tt set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6; -update noar ti set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6; -update noar tt set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6; -update noar ti set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6; -update noar tt set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6; -update noar ti set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6; -update noar tt set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6; -update noar ti set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6; -update noar tt set v0='845QXJ0IC6COX' where id=6; -update noar ti set v0='845QXJ0IC6COX' where id=6; -update noar tt set b2='4JWH5WI4J73LH3IAIBND1S' where id=6; -update noar ti set b2='4JWH5WI4J73LH3IAIBND1S' where id=6; -update noar tt set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7; -update noar ti set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7; -update noar tt set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7; -update noar ti set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7; -update noar tt set v0='V4SRVJAOCJ69' where id=7; -update noar ti set v0='V4SRVJAOCJ69' where id=7; -update noar tt set b1='I77SO2B8M7I51' where id=7; -update noar ti set b1='I77SO2B8M7I51' where id=7; -update noar tt set v0='WKQ4F33J16DZSV3HQFTS' where id=7; -update noar ti set v0='WKQ4F33J16DZSV3HQFTS' where id=7; -update noar tt set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7; -update noar ti set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7; -update noar tt set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8; -update noar ti set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8; -update noar tt set b0='VVQA' where id=8; -update noar ti set b0='VVQA' where id=8; -update noar tt set v0='W0QBLTI0H1MR' where id=8; -update noar ti set v0='W0QBLTI0H1MR' where id=8; -update noar tt set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8; -update noar ti set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8; -update noar tt set v0='F7DPBVSLGTU1YL009S' where id=8; -update noar ti set v0='F7DPBVSLGTU1YL009S' where id=8; -update noar tt set b2='9JVFALJV78AGGJNW07UMS' where id=8; -update noar ti set b2='9JVFALJV78AGGJNW07UMS' where id=8; -update noar tt set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9; -update noar ti set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9; -update noar tt set b0='NPZS3' where id=9; -update noar ti set b0='NPZS3' where id=9; -update noar tt set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9; -update noar ti set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9; -update noar tt set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9; -update noar ti set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9; -update noar tt set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9; -update noar ti set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9; -update noar tt set b2='QTB' where id=9; -update noar ti set b2='QTB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U' where id=1; -update noar ti set v0='U' where id=1; -update noar tt set b0='MF3BLQ' where id=1; -update noar ti set b0='MF3BLQ' where id=1; -update noar tt set v0='JWT2OX' where id=1; -update noar ti set v0='JWT2OX' where id=1; -update noar tt set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1; -update noar ti set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1; -update noar tt set v0='2' where id=1; -update noar ti set v0='2' where id=1; -update noar tt set b2='X7P5EQWGF2QRWJ' where id=1; -update noar ti set b2='X7P5EQWGF2QRWJ' where id=1; -update noar tt set v0='3J3R13MW2L8KRX93UYO3' where id=2; -update noar ti set v0='3J3R13MW2L8KRX93UYO3' where id=2; -update noar tt set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2; -update noar ti set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2; -update noar tt set v0='BIR8QY7YS9RG38846YKR7' where id=2; -update noar ti set v0='BIR8QY7YS9RG38846YKR7' where id=2; -update noar tt set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2; -update noar ti set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2; -update noar tt set v0='G3N7JHA25VY4DQEIY4G' where id=2; -update noar ti set v0='G3N7JHA25VY4DQEIY4G' where id=2; -update noar tt set b2='3ODMSDN0EFH5T080' where id=2; -update noar ti set b2='3ODMSDN0EFH5T080' where id=2; -update noar tt set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3; -update noar ti set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3; -update noar tt set b0='W' where id=3; -update noar ti set b0='W' where id=3; -update noar tt set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3; -update noar ti set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3; -update noar tt set b1='JLED5SW6YJZL97' where id=3; -update noar ti set b1='JLED5SW6YJZL97' where id=3; -update noar tt set v0='WL7E77ZWPWMKKM9L4G' where id=3; -update noar ti set v0='WL7E77ZWPWMKKM9L4G' where id=3; -update noar tt set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3; -update noar ti set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3; -update noar tt set v0='9EQY3QU1' where id=4; -update noar ti set v0='9EQY3QU1' where id=4; -update noar tt set b0='H9OSPWTQKIA1PDC96' where id=4; -update noar ti set b0='H9OSPWTQKIA1PDC96' where id=4; -update noar tt set v0='U8KU66FHTYBNFOF3' where id=4; -update noar ti set v0='U8KU66FHTYBNFOF3' where id=4; -update noar tt set b1='Y52LWJP' where id=4; -update noar ti set b1='Y52LWJP' where id=4; -update noar tt set v0='CN' where id=4; -update noar ti set v0='CN' where id=4; -update noar tt set b2='JFYBRI1UTWBEM344C6TY4172' where id=4; -update noar ti set b2='JFYBRI1UTWBEM344C6TY4172' where id=4; -update noar tt set v0='GPNOZCYQ5Q0' where id=5; -update noar ti set v0='GPNOZCYQ5Q0' where id=5; -update noar tt set b0='P2EKX' where id=5; -update noar ti set b0='P2EKX' where id=5; -update noar tt set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5; -update noar ti set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5; -update noar tt set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5; -update noar ti set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5; -update noar tt set v0='K62ZQCPLYBRSQ7QOG71H' where id=5; -update noar ti set v0='K62ZQCPLYBRSQ7QOG71H' where id=5; -update noar tt set b2='AWI' where id=5; -update noar ti set b2='AWI' where id=5; -update noar tt set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6; -update noar ti set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6; -update noar tt set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6; -update noar ti set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6; -update noar tt set v0='BXMLD0HEBZC3T' where id=6; -update noar ti set v0='BXMLD0HEBZC3T' where id=6; -update noar tt set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6; -update noar ti set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6; -update noar tt set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6; -update noar ti set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6; -update noar tt set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6; -update noar ti set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6; -update noar tt set v0='P3OKH912FY11UDU12' where id=7; -update noar ti set v0='P3OKH912FY11UDU12' where id=7; -update noar tt set b0='OCETZULD1T6U158J2W8JFN' where id=7; -update noar ti set b0='OCETZULD1T6U158J2W8JFN' where id=7; -update noar tt set v0='E5NI0FUGU' where id=7; -update noar ti set v0='E5NI0FUGU' where id=7; -update noar tt set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7; -update noar ti set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7; -update noar tt set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7; -update noar ti set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7; -update noar tt set b2='0MD' where id=7; -update noar ti set b2='0MD' where id=7; -update noar tt set v0='ZN' where id=8; -update noar ti set v0='ZN' where id=8; -update noar tt set b0='RD0D9ITUK1' where id=8; -update noar ti set b0='RD0D9ITUK1' where id=8; -update noar tt set v0='EX5C2HATSE86' where id=8; -update noar ti set v0='EX5C2HATSE86' where id=8; -update noar tt set b1='C80UATLXF' where id=8; -update noar ti set b1='C80UATLXF' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8; -update noar ti set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8; -update noar tt set v0='KZ8H5583AL' where id=9; -update noar ti set v0='KZ8H5583AL' where id=9; -update noar tt set b0='FU7WY7JUN' where id=9; -update noar ti set b0='FU7WY7JUN' where id=9; -update noar tt set v0='IZXZOPQK9MWBTF5' where id=9; -update noar ti set v0='IZXZOPQK9MWBTF5' where id=9; -update noar tt set b1='DR7HY0KTDLO' where id=9; -update noar ti set b1='DR7HY0KTDLO' where id=9; -update noar tt set v0='0I9VUGMMTV' where id=9; -update noar ti set v0='0I9VUGMMTV' where id=9; -update noar tt set b2='MIEU' where id=9; -update noar ti set b2='MIEU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OGF8S4CV8UIBRJK' where id=1; -update noar ti set v0='OGF8S4CV8UIBRJK' where id=1; -update noar tt set b0='T75D7OOZ' where id=1; -update noar ti set b0='T75D7OOZ' where id=1; -update noar tt set v0='0' where id=1; -update noar ti set v0='0' where id=1; -update noar tt set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1; -update noar ti set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1; -update noar tt set v0='LKGMQHR701SPB' where id=1; -update noar ti set v0='LKGMQHR701SPB' where id=1; -update noar tt set b2='UOMNKV4466VEG' where id=1; -update noar ti set b2='UOMNKV4466VEG' where id=1; -update noar tt set v0='4D7XOLA' where id=2; -update noar ti set v0='4D7XOLA' where id=2; -update noar tt set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2; -update noar ti set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2; -update noar tt set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2; -update noar ti set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2; -update noar tt set b1='SU6YJ9QL1R' where id=2; -update noar ti set b1='SU6YJ9QL1R' where id=2; -update noar tt set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2; -update noar ti set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2; -update noar tt set b2='KCDW11AHUJU99' where id=2; -update noar ti set b2='KCDW11AHUJU99' where id=2; -update noar tt set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3; -update noar ti set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3; -update noar tt set b0='7YV1RQ849H' where id=3; -update noar ti set b0='7YV1RQ849H' where id=3; -update noar tt set v0='UI49S' where id=3; -update noar ti set v0='UI49S' where id=3; -update noar tt set b1='YC5QVA2F6T5' where id=3; -update noar ti set b1='YC5QVA2F6T5' where id=3; -update noar tt set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3; -update noar ti set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3; -update noar tt set b2='J5YO511MXMXB4SRVPW' where id=3; -update noar ti set b2='J5YO511MXMXB4SRVPW' where id=3; -update noar tt set v0='4ZCHSIJ2' where id=4; -update noar ti set v0='4ZCHSIJ2' where id=4; -update noar tt set b0='MD8OP1AW8ZZ3HO1UHB' where id=4; -update noar ti set b0='MD8OP1AW8ZZ3HO1UHB' where id=4; -update noar tt set v0='BKY9CV22I4UCFXJRITOV' where id=4; -update noar ti set v0='BKY9CV22I4UCFXJRITOV' where id=4; -update noar tt set b1='L' where id=4; -update noar ti set b1='L' where id=4; -update noar tt set v0='HBSTXGNYOQY3EVXM63' where id=4; -update noar ti set v0='HBSTXGNYOQY3EVXM63' where id=4; -update noar tt set b2='YUBMWEXZAPSUGY6X12' where id=4; -update noar ti set b2='YUBMWEXZAPSUGY6X12' where id=4; -update noar tt set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5; -update noar ti set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5; -update noar tt set b0='HAPDHQP179B1G5D4H1CYQ' where id=5; -update noar ti set b0='HAPDHQP179B1G5D4H1CYQ' where id=5; -update noar tt set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5; -update noar ti set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5; -update noar tt set b1='T' where id=5; -update noar ti set b1='T' where id=5; -update noar tt set v0='6EKFPRM8M9BFVRAW2UG850' where id=5; -update noar ti set v0='6EKFPRM8M9BFVRAW2UG850' where id=5; -update noar tt set b2='XO0RKEEC2194N48B88UV0SHF' where id=5; -update noar ti set b2='XO0RKEEC2194N48B88UV0SHF' where id=5; -update noar tt set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6; -update noar ti set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6; -update noar tt set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6; -update noar ti set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6; -update noar tt set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6; -update noar ti set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6; -update noar tt set b1='ZD5OA2VP' where id=6; -update noar ti set b1='ZD5OA2VP' where id=6; -update noar tt set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6; -update noar ti set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6; -update noar tt set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6; -update noar ti set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6; -update noar tt set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7; -update noar ti set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7; -update noar tt set b0='ISJCA21RVKMIK7' where id=7; -update noar ti set b0='ISJCA21RVKMIK7' where id=7; -update noar tt set v0='LKX7T6EOL47TSXMLU' where id=7; -update noar ti set v0='LKX7T6EOL47TSXMLU' where id=7; -update noar tt set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7; -update noar ti set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7; -update noar tt set v0='O5AP3YS' where id=7; -update noar ti set v0='O5AP3YS' where id=7; -update noar tt set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7; -update noar ti set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7; -update noar tt set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8; -update noar ti set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8; -update noar tt set b0='6HCL' where id=8; -update noar ti set b0='6HCL' where id=8; -update noar tt set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8; -update noar ti set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8; -update noar tt set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8; -update noar ti set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8; -update noar tt set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8; -update noar ti set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8; -update noar tt set b2='RMHV8S61' where id=8; -update noar ti set b2='RMHV8S61' where id=8; -update noar tt set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9; -update noar ti set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9; -update noar tt set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9; -update noar ti set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9; -update noar tt set v0='0YY1UJT64QAY6CCR1XP5L' where id=9; -update noar ti set v0='0YY1UJT64QAY6CCR1XP5L' where id=9; -update noar tt set b1='K60G2FL9BID4XERZD9' where id=9; -update noar ti set b1='K60G2FL9BID4XERZD9' where id=9; -update noar tt set v0='P2YZQZ5PK4' where id=9; -update noar ti set v0='P2YZQZ5PK4' where id=9; -update noar tt set b2='2R5M9BAC' where id=9; -update noar ti set b2='2R5M9BAC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 blob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='E9X1ZQFL2' where id=1; -update noar ti set v0='E9X1ZQFL2' where id=1; -update noar tt set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1; -update noar ti set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1; -update noar tt set v0='BC2TSN3ZLQGRNQ89' where id=1; -update noar ti set v0='BC2TSN3ZLQGRNQ89' where id=1; -update noar tt set b1='MV1WVXUZ4' where id=1; -update noar ti set b1='MV1WVXUZ4' where id=1; -update noar tt set v0='8S7SPB0UZ6E7O8J97P1' where id=1; -update noar ti set v0='8S7SPB0UZ6E7O8J97P1' where id=1; -update noar tt set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1; -update noar ti set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1; -update noar tt set v0='8RFOEHPEAE3HKABL49Z' where id=2; -update noar ti set v0='8RFOEHPEAE3HKABL49Z' where id=2; -update noar tt set b0='OZC6BF4U6' where id=2; -update noar ti set b0='OZC6BF4U6' where id=2; -update noar tt set v0='X3' where id=2; -update noar ti set v0='X3' where id=2; -update noar tt set b1='RQ3' where id=2; -update noar ti set b1='RQ3' where id=2; -update noar tt set v0='KAEM91UTZXD' where id=2; -update noar ti set v0='KAEM91UTZXD' where id=2; -update noar tt set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2; -update noar ti set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2; -update noar tt set v0='XEB7BGPTDDG1QSXC' where id=3; -update noar ti set v0='XEB7BGPTDDG1QSXC' where id=3; -update noar tt set b0='M1D' where id=3; -update noar ti set b0='M1D' where id=3; -update noar tt set v0='SRY2GIS7X8Y' where id=3; -update noar ti set v0='SRY2GIS7X8Y' where id=3; -update noar tt set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3; -update noar ti set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3; -update noar tt set v0='7C2PA3SU6W' where id=3; -update noar ti set v0='7C2PA3SU6W' where id=3; -update noar tt set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3; -update noar ti set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3; -update noar tt set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4; -update noar ti set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4; -update noar tt set b0='JUDRBMNXN' where id=4; -update noar ti set b0='JUDRBMNXN' where id=4; -update noar tt set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4; -update noar ti set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4; -update noar tt set b1='T1FOP' where id=4; -update noar ti set b1='T1FOP' where id=4; -update noar tt set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4; -update noar ti set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4; -update noar tt set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4; -update noar ti set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4; -update noar tt set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5; -update noar ti set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5; -update noar tt set b0='2WLZ0RW1JUJ' where id=5; -update noar ti set b0='2WLZ0RW1JUJ' where id=5; -update noar tt set v0='AT4FECL92TKPAG6V' where id=5; -update noar ti set v0='AT4FECL92TKPAG6V' where id=5; -update noar tt set b1='Z' where id=5; -update noar ti set b1='Z' where id=5; -update noar tt set v0='T7W76QACTXQ' where id=5; -update noar ti set v0='T7W76QACTXQ' where id=5; -update noar tt set b2='RY46816SDX7FWQO5L4VG' where id=5; -update noar ti set b2='RY46816SDX7FWQO5L4VG' where id=5; -update noar tt set v0='9XSQZ1SDT8EU1G91' where id=6; -update noar ti set v0='9XSQZ1SDT8EU1G91' where id=6; -update noar tt set b0='0QY' where id=6; -update noar ti set b0='0QY' where id=6; -update noar tt set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6; -update noar ti set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6; -update noar tt set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6; -update noar ti set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6; -update noar tt set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6; -update noar ti set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6; -update noar tt set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6; -update noar ti set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6; -update noar tt set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7; -update noar ti set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7; -update noar tt set b0='OKDSCH277STM4' where id=7; -update noar ti set b0='OKDSCH277STM4' where id=7; -update noar tt set v0='ZE6AEHLU9EFAZSD' where id=7; -update noar ti set v0='ZE6AEHLU9EFAZSD' where id=7; -update noar tt set b1='D8AOOGBV' where id=7; -update noar ti set b1='D8AOOGBV' where id=7; -update noar tt set v0='ZMJP' where id=7; -update noar ti set v0='ZMJP' where id=7; -update noar tt set b2='C8QY8GALNS8Q7ZL1' where id=7; -update noar ti set b2='C8QY8GALNS8Q7ZL1' where id=7; -update noar tt set v0='ZXEQE9' where id=8; -update noar ti set v0='ZXEQE9' where id=8; -update noar tt set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8; -update noar ti set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8; -update noar tt set v0='BKOYQQBWMXEUV' where id=8; -update noar ti set v0='BKOYQQBWMXEUV' where id=8; -update noar tt set b1='H2' where id=8; -update noar ti set b1='H2' where id=8; -update noar tt set v0='AXHD6459QSE6GS25N' where id=8; -update noar ti set v0='AXHD6459QSE6GS25N' where id=8; -update noar tt set b2='IF21AE5KO8UK' where id=8; -update noar ti set b2='IF21AE5KO8UK' where id=8; -update noar tt set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9; -update noar ti set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9; -update noar tt set b0='W' where id=9; -update noar ti set b0='W' where id=9; -update noar tt set v0='JL' where id=9; -update noar ti set v0='JL' where id=9; -update noar tt set b1='1XEQ1KLE6O3QPFV' where id=9; -update noar ti set b1='1XEQ1KLE6O3QPFV' where id=9; -update noar tt set v0='ETWY5VUTTJKFXVVO4' where id=9; -update noar ti set v0='ETWY5VUTTJKFXVVO4' where id=9; -update noar tt set b2='KSSX637' where id=9; -update noar ti set b2='KSSX637' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 blob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EGDA2KDOIQ' where id=1; -update noar ti set v0='EGDA2KDOIQ' where id=1; -update noar tt set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1; -update noar ti set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1; -update noar tt set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1; -update noar ti set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1; -update noar tt set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1; -update noar ti set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1; -update noar tt set v0='0NRM5JSTS5' where id=1; -update noar ti set v0='0NRM5JSTS5' where id=1; -update noar tt set b2='VA66JSY9BYP43' where id=1; -update noar ti set b2='VA66JSY9BYP43' where id=1; -update noar tt set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2; -update noar ti set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2; -update noar tt set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2; -update noar ti set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2; -update noar tt set v0='KOPR6' where id=2; -update noar ti set v0='KOPR6' where id=2; -update noar tt set b1='L0TQQV0JLYK3TLBQF' where id=2; -update noar ti set b1='L0TQQV0JLYK3TLBQF' where id=2; -update noar tt set v0='SBP4498QNZMVROFWL5' where id=2; -update noar ti set v0='SBP4498QNZMVROFWL5' where id=2; -update noar tt set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2; -update noar ti set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2; -update noar tt set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3; -update noar ti set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3; -update noar tt set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3; -update noar ti set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3; -update noar tt set v0='YHTOOUL' where id=3; -update noar ti set v0='YHTOOUL' where id=3; -update noar tt set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3; -update noar ti set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3; -update noar tt set v0='4VNUT3D4XRA96' where id=3; -update noar ti set v0='4VNUT3D4XRA96' where id=3; -update noar tt set b2='QEA40Z7SHSHEIYRV' where id=3; -update noar ti set b2='QEA40Z7SHSHEIYRV' where id=3; -update noar tt set v0='CL2ZHJ818MBN' where id=4; -update noar ti set v0='CL2ZHJ818MBN' where id=4; -update noar tt set b0='O' where id=4; -update noar ti set b0='O' where id=4; -update noar tt set v0='3RMZTE70ZWHU' where id=4; -update noar ti set v0='3RMZTE70ZWHU' where id=4; -update noar tt set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4; -update noar ti set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4; -update noar tt set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4; -update noar ti set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4; -update noar tt set b2='KQ9S30UUFLUFQP4R' where id=4; -update noar ti set b2='KQ9S30UUFLUFQP4R' where id=4; -update noar tt set v0='8TI0D' where id=5; -update noar ti set v0='8TI0D' where id=5; -update noar tt set b0='IFK' where id=5; -update noar ti set b0='IFK' where id=5; -update noar tt set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5; -update noar ti set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5; -update noar tt set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5; -update noar ti set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5; -update noar tt set v0='R3BI37AB7RI52V' where id=5; -update noar ti set v0='R3BI37AB7RI52V' where id=5; -update noar tt set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5; -update noar ti set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5; -update noar tt set v0='0J' where id=6; -update noar ti set v0='0J' where id=6; -update noar tt set b0='YINVG' where id=6; -update noar ti set b0='YINVG' where id=6; -update noar tt set v0='QCBSRBO4X9' where id=6; -update noar ti set v0='QCBSRBO4X9' where id=6; -update noar tt set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6; -update noar ti set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6; -update noar tt set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6; -update noar ti set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6; -update noar tt set b2='TZWI30K3CXK5HLYBG' where id=6; -update noar ti set b2='TZWI30K3CXK5HLYBG' where id=6; -update noar tt set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7; -update noar ti set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7; -update noar tt set b0='5' where id=7; -update noar ti set b0='5' where id=7; -update noar tt set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7; -update noar ti set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7; -update noar tt set b1='RID5EBZCYZH7AJVF' where id=7; -update noar ti set b1='RID5EBZCYZH7AJVF' where id=7; -update noar tt set v0='F43' where id=7; -update noar ti set v0='F43' where id=7; -update noar tt set b2='F1TM0VMO' where id=7; -update noar ti set b2='F1TM0VMO' where id=7; -update noar tt set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8; -update noar ti set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8; -update noar tt set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8; -update noar ti set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8; -update noar tt set v0='OWLEKG41A2B' where id=8; -update noar ti set v0='OWLEKG41A2B' where id=8; -update noar tt set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8; -update noar ti set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8; -update noar tt set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8; -update noar ti set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8; -update noar tt set b2='8UB40GWKDGG9GA0SJ08M91' where id=8; -update noar ti set b2='8UB40GWKDGG9GA0SJ08M91' where id=8; -update noar tt set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9; -update noar ti set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9; -update noar tt set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9; -update noar ti set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9; -update noar tt set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9; -update noar ti set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9; -update noar tt set b1='PYT1EZGI5' where id=9; -update noar ti set b1='PYT1EZGI5' where id=9; -update noar tt set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9; -update noar ti set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9; -update noar tt set b2='XE5L6NUD9ILXL' where id=9; -update noar ti set b2='XE5L6NUD9ILXL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 blob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VWO3A712ZVZBUDH08CF' where id=1; -update noar ti set v0='VWO3A712ZVZBUDH08CF' where id=1; -update noar tt set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1; -update noar ti set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1; -update noar tt set v0='KP5UUHUKL69QWLSXBXQ' where id=1; -update noar ti set v0='KP5UUHUKL69QWLSXBXQ' where id=1; -update noar tt set b1='CZL44K6Y8F78X9' where id=1; -update noar ti set b1='CZL44K6Y8F78X9' where id=1; -update noar tt set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1; -update noar ti set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1; -update noar tt set b2='CLC7U' where id=1; -update noar ti set b2='CLC7U' where id=1; -update noar tt set v0='FC' where id=2; -update noar ti set v0='FC' where id=2; -update noar tt set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2; -update noar ti set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2; -update noar tt set v0='14' where id=2; -update noar ti set v0='14' where id=2; -update noar tt set b1='LILAHSEV' where id=2; -update noar ti set b1='LILAHSEV' where id=2; -update noar tt set v0='5H0D' where id=2; -update noar ti set v0='5H0D' where id=2; -update noar tt set b2='T4G4R6YC2037R' where id=2; -update noar ti set b2='T4G4R6YC2037R' where id=2; -update noar tt set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3; -update noar ti set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3; -update noar tt set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3; -update noar ti set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3; -update noar tt set v0='YPKR2MTJJJ18G56' where id=3; -update noar ti set v0='YPKR2MTJJJ18G56' where id=3; -update noar tt set b1='0CPGGZA57RCQESQKN0A5WF' where id=3; -update noar ti set b1='0CPGGZA57RCQESQKN0A5WF' where id=3; -update noar tt set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3; -update noar ti set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3; -update noar tt set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3; -update noar ti set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3; -update noar tt set v0='ZJ' where id=4; -update noar ti set v0='ZJ' where id=4; -update noar tt set b0='M941P3L1H' where id=4; -update noar ti set b0='M941P3L1H' where id=4; -update noar tt set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4; -update noar ti set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4; -update noar tt set b1='7EKKE2MKYBMGYZB' where id=4; -update noar ti set b1='7EKKE2MKYBMGYZB' where id=4; -update noar tt set v0='VCUMP6EC29MLWWAY7C5IC' where id=4; -update noar ti set v0='VCUMP6EC29MLWWAY7C5IC' where id=4; -update noar tt set b2='UNY49XCPVB7MHEUEP9N' where id=4; -update noar ti set b2='UNY49XCPVB7MHEUEP9N' where id=4; -update noar tt set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5; -update noar ti set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5; -update noar tt set b0='F6MQI' where id=5; -update noar ti set b0='F6MQI' where id=5; -update noar tt set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5; -update noar ti set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5; -update noar tt set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5; -update noar ti set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5; -update noar tt set v0='9' where id=5; -update noar ti set v0='9' where id=5; -update noar tt set b2='JOS43IZ' where id=5; -update noar ti set b2='JOS43IZ' where id=5; -update noar tt set v0='ZYK7HW' where id=6; -update noar ti set v0='ZYK7HW' where id=6; -update noar tt set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6; -update noar ti set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6; -update noar tt set v0='DJFP76V21' where id=6; -update noar ti set v0='DJFP76V21' where id=6; -update noar tt set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6; -update noar ti set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6; -update noar tt set v0='JXBTOQCXPF2FSKMVQAGW' where id=6; -update noar ti set v0='JXBTOQCXPF2FSKMVQAGW' where id=6; -update noar tt set b2='MJVY8F7Z9K' where id=6; -update noar ti set b2='MJVY8F7Z9K' where id=6; -update noar tt set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7; -update noar ti set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7; -update noar tt set b0='RKD' where id=7; -update noar ti set b0='RKD' where id=7; -update noar tt set v0='HFVCMUV8WK69OB' where id=7; -update noar ti set v0='HFVCMUV8WK69OB' where id=7; -update noar tt set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7; -update noar ti set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7; -update noar tt set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7; -update noar ti set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7; -update noar tt set b2='PB9ZWRPZQFJJ' where id=7; -update noar ti set b2='PB9ZWRPZQFJJ' where id=7; -update noar tt set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8; -update noar ti set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8; -update noar tt set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8; -update noar ti set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8; -update noar tt set v0='TAZQ958I1WQTXYVW' where id=8; -update noar ti set v0='TAZQ958I1WQTXYVW' where id=8; -update noar tt set b1='8TXO2S49383RAXPFC0MYG' where id=8; -update noar ti set b1='8TXO2S49383RAXPFC0MYG' where id=8; -update noar tt set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8; -update noar ti set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8; -update noar tt set b2='O42' where id=8; -update noar ti set b2='O42' where id=8; -update noar tt set v0='YP9SI2' where id=9; -update noar ti set v0='YP9SI2' where id=9; -update noar tt set b0='DJXRKXCTUW83AHPOBVUEF' where id=9; -update noar ti set b0='DJXRKXCTUW83AHPOBVUEF' where id=9; -update noar tt set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9; -update noar ti set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9; -update noar tt set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9; -update noar ti set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9; -update noar tt set v0='QS7E25L9FVQJCKN17M3QX' where id=9; -update noar ti set v0='QS7E25L9FVQJCKN17M3QX' where id=9; -update noar tt set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9; -update noar ti set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 blob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3E5YX5Z5773UPSE2' where id=1; -update noar ti set v0='3E5YX5Z5773UPSE2' where id=1; -update noar tt set b0='KDCK' where id=1; -update noar ti set b0='KDCK' where id=1; -update noar tt set v0='SD6FJW' where id=1; -update noar ti set v0='SD6FJW' where id=1; -update noar tt set b1='F1ATBZF2P7E' where id=1; -update noar ti set b1='F1ATBZF2P7E' where id=1; -update noar tt set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1; -update noar ti set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1; -update noar tt set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1; -update noar ti set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1; -update noar tt set v0='VDQX8XDJEH' where id=2; -update noar ti set v0='VDQX8XDJEH' where id=2; -update noar tt set b0='T1WQXDT80RCFVTA3TKOB3' where id=2; -update noar ti set b0='T1WQXDT80RCFVTA3TKOB3' where id=2; -update noar tt set v0='JUO2' where id=2; -update noar ti set v0='JUO2' where id=2; -update noar tt set b1='KEAA53ZM' where id=2; -update noar ti set b1='KEAA53ZM' where id=2; -update noar tt set v0='HT132K73J99A7Q8V1M8C' where id=2; -update noar ti set v0='HT132K73J99A7Q8V1M8C' where id=2; -update noar tt set b2='Z1U9DF3RUL' where id=2; -update noar ti set b2='Z1U9DF3RUL' where id=2; -update noar tt set v0='AZD58D4PA4OR4' where id=3; -update noar ti set v0='AZD58D4PA4OR4' where id=3; -update noar tt set b0='V0MOA67KZF5' where id=3; -update noar ti set b0='V0MOA67KZF5' where id=3; -update noar tt set v0='VKL2WW1TGML6U3N' where id=3; -update noar ti set v0='VKL2WW1TGML6U3N' where id=3; -update noar tt set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3; -update noar ti set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3; -update noar tt set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3; -update noar ti set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3; -update noar tt set b2='5Z3RKX9OFQFDSHSRO8' where id=3; -update noar ti set b2='5Z3RKX9OFQFDSHSRO8' where id=3; -update noar tt set v0='PCMJD' where id=4; -update noar ti set v0='PCMJD' where id=4; -update noar tt set b0='NYBZ' where id=4; -update noar ti set b0='NYBZ' where id=4; -update noar tt set v0='HEMA2IXZH7U' where id=4; -update noar ti set v0='HEMA2IXZH7U' where id=4; -update noar tt set b1='ZWNGNO65U70CLAIMSQZTH' where id=4; -update noar ti set b1='ZWNGNO65U70CLAIMSQZTH' where id=4; -update noar tt set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4; -update noar ti set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4; -update noar tt set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4; -update noar ti set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4; -update noar tt set v0='6NNN2UR5TOY2Y13X9LPR' where id=5; -update noar ti set v0='6NNN2UR5TOY2Y13X9LPR' where id=5; -update noar tt set b0='34UZRLX' where id=5; -update noar ti set b0='34UZRLX' where id=5; -update noar tt set v0='Y81CMO1FJ8YHP' where id=5; -update noar ti set v0='Y81CMO1FJ8YHP' where id=5; -update noar tt set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5; -update noar ti set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5; -update noar tt set v0='WE' where id=5; -update noar ti set v0='WE' where id=5; -update noar tt set b2='IKY1LND0' where id=5; -update noar ti set b2='IKY1LND0' where id=5; -update noar tt set v0='BTBM37AYQ5HJZ0P1' where id=6; -update noar ti set v0='BTBM37AYQ5HJZ0P1' where id=6; -update noar tt set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6; -update noar ti set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6; -update noar tt set v0='2DE80SDS4TST8' where id=6; -update noar ti set v0='2DE80SDS4TST8' where id=6; -update noar tt set b1='GF' where id=6; -update noar ti set b1='GF' where id=6; -update noar tt set v0='2M69PA5W7V' where id=6; -update noar ti set v0='2M69PA5W7V' where id=6; -update noar tt set b2='SWJOGR2AKBSA' where id=6; -update noar ti set b2='SWJOGR2AKBSA' where id=6; -update noar tt set v0='5ASHPRGS1G88TB2LTMYR' where id=7; -update noar ti set v0='5ASHPRGS1G88TB2LTMYR' where id=7; -update noar tt set b0='O' where id=7; -update noar ti set b0='O' where id=7; -update noar tt set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7; -update noar ti set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7; -update noar tt set b1='HR4H1KFC6R59JS8R0905EH' where id=7; -update noar ti set b1='HR4H1KFC6R59JS8R0905EH' where id=7; -update noar tt set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7; -update noar ti set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7; -update noar tt set b2='WG2A3' where id=7; -update noar ti set b2='WG2A3' where id=7; -update noar tt set v0='MC2Z6ZTPMYQNX5HV' where id=8; -update noar ti set v0='MC2Z6ZTPMYQNX5HV' where id=8; -update noar tt set b0='ZAXGR' where id=8; -update noar ti set b0='ZAXGR' where id=8; -update noar tt set v0='X4KXXXSDZZWD' where id=8; -update noar ti set v0='X4KXXXSDZZWD' where id=8; -update noar tt set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8; -update noar ti set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8; -update noar tt set v0='87G679F9P' where id=8; -update noar ti set v0='87G679F9P' where id=8; -update noar tt set b2='P2A' where id=8; -update noar ti set b2='P2A' where id=8; -update noar tt set v0='GTQI549SI' where id=9; -update noar ti set v0='GTQI549SI' where id=9; -update noar tt set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9; -update noar ti set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9; -update noar tt set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9; -update noar ti set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9; -update noar tt set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9; -update noar ti set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9; -update noar tt set v0='KMGBS8LL' where id=9; -update noar ti set v0='KMGBS8LL' where id=9; -update noar tt set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9; -update noar ti set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M3HMHEMY1I' where id=1; -update noar ti set v0='M3HMHEMY1I' where id=1; -update noar tt set b0='4OKEO80D4JQV18' where id=1; -update noar ti set b0='4OKEO80D4JQV18' where id=1; -update noar tt set v0='UY' where id=1; -update noar ti set v0='UY' where id=1; -update noar tt set b1='V1GEEKHM' where id=1; -update noar ti set b1='V1GEEKHM' where id=1; -update noar tt set v0='WYNIBVMHCZZ' where id=1; -update noar ti set v0='WYNIBVMHCZZ' where id=1; -update noar tt set b2='8FI09VBHFPZAIFSZO4A' where id=1; -update noar ti set b2='8FI09VBHFPZAIFSZO4A' where id=1; -update noar tt set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2; -update noar ti set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2; -update noar tt set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2; -update noar ti set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2; -update noar tt set v0='WNIT7ZDSPO4M48T43LX' where id=2; -update noar ti set v0='WNIT7ZDSPO4M48T43LX' where id=2; -update noar tt set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2; -update noar ti set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2; -update noar tt set v0='L2BDMY0P0FFPBQYPS8' where id=2; -update noar ti set v0='L2BDMY0P0FFPBQYPS8' where id=2; -update noar tt set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2; -update noar ti set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2; -update noar tt set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3; -update noar ti set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3; -update noar tt set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3; -update noar ti set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3; -update noar tt set v0='F354VCIO6IFKAZ' where id=3; -update noar ti set v0='F354VCIO6IFKAZ' where id=3; -update noar tt set b1='8ENNVRR' where id=3; -update noar ti set b1='8ENNVRR' where id=3; -update noar tt set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3; -update noar ti set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3; -update noar tt set b2='0V81MMPL92410' where id=3; -update noar ti set b2='0V81MMPL92410' where id=3; -update noar tt set v0='R0J' where id=4; -update noar ti set v0='R0J' where id=4; -update noar tt set b0='Z8Z41S9P4502PX7E' where id=4; -update noar ti set b0='Z8Z41S9P4502PX7E' where id=4; -update noar tt set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4; -update noar ti set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4; -update noar tt set b1='0FP2V71YFMH0' where id=4; -update noar ti set b1='0FP2V71YFMH0' where id=4; -update noar tt set v0='CYB6CIV' where id=4; -update noar ti set v0='CYB6CIV' where id=4; -update noar tt set b2='T2JSX33MB' where id=4; -update noar ti set b2='T2JSX33MB' where id=4; -update noar tt set v0='I' where id=5; -update noar ti set v0='I' where id=5; -update noar tt set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5; -update noar ti set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5; -update noar tt set v0='970RHROEK5KJF' where id=5; -update noar ti set v0='970RHROEK5KJF' where id=5; -update noar tt set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5; -update noar ti set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5; -update noar tt set v0='0N5' where id=5; -update noar ti set v0='0N5' where id=5; -update noar tt set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5; -update noar ti set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5; -update noar tt set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6; -update noar ti set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6; -update noar tt set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6; -update noar ti set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6; -update noar tt set v0='TM2WS0TBFNTU' where id=6; -update noar ti set v0='TM2WS0TBFNTU' where id=6; -update noar tt set b1='WI0EX1IVIFFMWI' where id=6; -update noar ti set b1='WI0EX1IVIFFMWI' where id=6; -update noar tt set v0='ER4ZL2PXZH8WUUQI' where id=6; -update noar ti set v0='ER4ZL2PXZH8WUUQI' where id=6; -update noar tt set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6; -update noar ti set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6; -update noar tt set v0='6V8O2WN16AQUU' where id=7; -update noar ti set v0='6V8O2WN16AQUU' where id=7; -update noar tt set b0='MACEL4FL9JT7O84X' where id=7; -update noar ti set b0='MACEL4FL9JT7O84X' where id=7; -update noar tt set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7; -update noar ti set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7; -update noar tt set b1='XTZHPZC2O88U' where id=7; -update noar ti set b1='XTZHPZC2O88U' where id=7; -update noar tt set v0='3PIPL8GQSZR2391A0049JF' where id=7; -update noar ti set v0='3PIPL8GQSZR2391A0049JF' where id=7; -update noar tt set b2='BMBYZL7TZAND2T' where id=7; -update noar ti set b2='BMBYZL7TZAND2T' where id=7; -update noar tt set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8; -update noar ti set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8; -update noar tt set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8; -update noar ti set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8; -update noar tt set v0='VEVDIQ4HZACMU4HAE9' where id=8; -update noar ti set v0='VEVDIQ4HZACMU4HAE9' where id=8; -update noar tt set b1='PW38656' where id=8; -update noar ti set b1='PW38656' where id=8; -update noar tt set v0='KYI9F' where id=8; -update noar ti set v0='KYI9F' where id=8; -update noar tt set b2='008UXBXNF' where id=8; -update noar ti set b2='008UXBXNF' where id=8; -update noar tt set v0='NL7K2R' where id=9; -update noar ti set v0='NL7K2R' where id=9; -update noar tt set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9; -update noar ti set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9; -update noar tt set v0='49AGM3MFSWZ' where id=9; -update noar ti set v0='49AGM3MFSWZ' where id=9; -update noar tt set b1='WXU6YVQ986L' where id=9; -update noar ti set b1='WXU6YVQ986L' where id=9; -update noar tt set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9; -update noar ti set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9; -update noar tt set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9; -update noar ti set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NBLHVNIGW6N4UTIJQ' where id=1; -update noar ti set v0='NBLHVNIGW6N4UTIJQ' where id=1; -update noar tt set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1; -update noar ti set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1; -update noar tt set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1; -update noar ti set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1; -update noar tt set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1; -update noar ti set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1; -update noar tt set v0='N7' where id=1; -update noar ti set v0='N7' where id=1; -update noar tt set b2='5LTMITIDLTLTI8P83K' where id=1; -update noar ti set b2='5LTMITIDLTLTI8P83K' where id=1; -update noar tt set v0='8XXQ50ATQPK985Y3XISXQ' where id=2; -update noar ti set v0='8XXQ50ATQPK985Y3XISXQ' where id=2; -update noar tt set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2; -update noar ti set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2; -update noar tt set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2; -update noar ti set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2; -update noar tt set b1='C6GKG8LYBVEXU4' where id=2; -update noar ti set b1='C6GKG8LYBVEXU4' where id=2; -update noar tt set v0='AQDNY' where id=2; -update noar ti set v0='AQDNY' where id=2; -update noar tt set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2; -update noar ti set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2; -update noar tt set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3; -update noar ti set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3; -update noar tt set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3; -update noar ti set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3; -update noar tt set v0='7NO' where id=3; -update noar ti set v0='7NO' where id=3; -update noar tt set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3; -update noar ti set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3; -update noar tt set v0='H7JWZSL3HZL6TX826Y' where id=3; -update noar ti set v0='H7JWZSL3HZL6TX826Y' where id=3; -update noar tt set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3; -update noar ti set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3; -update noar tt set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4; -update noar ti set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4; -update noar tt set b0='73' where id=4; -update noar ti set b0='73' where id=4; -update noar tt set v0='9X0H' where id=4; -update noar ti set v0='9X0H' where id=4; -update noar tt set b1='F7JVZK' where id=4; -update noar ti set b1='F7JVZK' where id=4; -update noar tt set v0='HKG' where id=4; -update noar ti set v0='HKG' where id=4; -update noar tt set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4; -update noar ti set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4; -update noar tt set v0='W951DR4G' where id=5; -update noar ti set v0='W951DR4G' where id=5; -update noar tt set b0='I44TCJ' where id=5; -update noar ti set b0='I44TCJ' where id=5; -update noar tt set v0='EOVZZLQD' where id=5; -update noar ti set v0='EOVZZLQD' where id=5; -update noar tt set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5; -update noar ti set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5; -update noar tt set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5; -update noar ti set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5; -update noar tt set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5; -update noar ti set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5; -update noar tt set v0='AOB1' where id=6; -update noar ti set v0='AOB1' where id=6; -update noar tt set b0='JDQIHQU5GUB9E1R24DX' where id=6; -update noar ti set b0='JDQIHQU5GUB9E1R24DX' where id=6; -update noar tt set v0='HZZLE76Q4ZI143K' where id=6; -update noar ti set v0='HZZLE76Q4ZI143K' where id=6; -update noar tt set b1='3PSUWS0M4CK8T' where id=6; -update noar ti set b1='3PSUWS0M4CK8T' where id=6; -update noar tt set v0='DN87K9PUPZVQPZH9TBE591' where id=6; -update noar ti set v0='DN87K9PUPZVQPZH9TBE591' where id=6; -update noar tt set b2='G' where id=6; -update noar ti set b2='G' where id=6; -update noar tt set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7; -update noar ti set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7; -update noar tt set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7; -update noar ti set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7; -update noar tt set v0='WX00E8V4M3O' where id=7; -update noar ti set v0='WX00E8V4M3O' where id=7; -update noar tt set b1='U2R4F' where id=7; -update noar ti set b1='U2R4F' where id=7; -update noar tt set v0='YRU4' where id=7; -update noar ti set v0='YRU4' where id=7; -update noar tt set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7; -update noar ti set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7; -update noar tt set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8; -update noar ti set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8; -update noar tt set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8; -update noar ti set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8; -update noar tt set v0='77GGW17L' where id=8; -update noar ti set v0='77GGW17L' where id=8; -update noar tt set b1='UA' where id=8; -update noar ti set b1='UA' where id=8; -update noar tt set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8; -update noar ti set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8; -update noar tt set b2='YUP21X5NKNA9SFQF29NTX9' where id=8; -update noar ti set b2='YUP21X5NKNA9SFQF29NTX9' where id=8; -update noar tt set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9; -update noar ti set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9; -update noar tt set b0='YL' where id=9; -update noar ti set b0='YL' where id=9; -update noar tt set v0='6S' where id=9; -update noar ti set v0='6S' where id=9; -update noar tt set b1='32Q1BUX5NBCSW7XS30V' where id=9; -update noar ti set b1='32Q1BUX5NBCSW7XS30V' where id=9; -update noar tt set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9; -update noar ti set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9; -update noar tt set b2='RARWFDHMRV947XD' where id=9; -update noar ti set b2='RARWFDHMRV947XD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1; -update noar ti set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1; -update noar tt set b0='W3SSTL2559S0Y7UIK' where id=1; -update noar ti set b0='W3SSTL2559S0Y7UIK' where id=1; -update noar tt set v0='6YZ' where id=1; -update noar ti set v0='6YZ' where id=1; -update noar tt set b1='GTB9CE4QM' where id=1; -update noar ti set b1='GTB9CE4QM' where id=1; -update noar tt set v0='PW59UHVDG69ZERC1' where id=1; -update noar ti set v0='PW59UHVDG69ZERC1' where id=1; -update noar tt set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1; -update noar ti set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1; -update noar tt set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2; -update noar ti set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2; -update noar tt set b0='BQYSACORFXSLTON' where id=2; -update noar ti set b0='BQYSACORFXSLTON' where id=2; -update noar tt set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2; -update noar ti set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2; -update noar tt set b1='4UPQB8Y862NLMM2299O' where id=2; -update noar ti set b1='4UPQB8Y862NLMM2299O' where id=2; -update noar tt set v0='WR' where id=2; -update noar ti set v0='WR' where id=2; -update noar tt set b2='AKWMDQO0A9QQ5H4' where id=2; -update noar ti set b2='AKWMDQO0A9QQ5H4' where id=2; -update noar tt set v0='GZS4PDI' where id=3; -update noar ti set v0='GZS4PDI' where id=3; -update noar tt set b0='DHCH6W9284Z3RNLP4' where id=3; -update noar ti set b0='DHCH6W9284Z3RNLP4' where id=3; -update noar tt set v0='F4APV0Y2PX7XO6JJS2HK' where id=3; -update noar ti set v0='F4APV0Y2PX7XO6JJS2HK' where id=3; -update noar tt set b1='EL3UA5IDIWH' where id=3; -update noar ti set b1='EL3UA5IDIWH' where id=3; -update noar tt set v0='MWSLQBF8FXB60B3CO' where id=3; -update noar ti set v0='MWSLQBF8FXB60B3CO' where id=3; -update noar tt set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3; -update noar ti set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3; -update noar tt set v0='CHT0GEUF5DO7' where id=4; -update noar ti set v0='CHT0GEUF5DO7' where id=4; -update noar tt set b0='RYVM6' where id=4; -update noar ti set b0='RYVM6' where id=4; -update noar tt set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4; -update noar ti set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4; -update noar tt set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4; -update noar ti set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4; -update noar tt set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4; -update noar ti set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4; -update noar tt set b2='2QJG1J06JJ6QZCHZDRE8' where id=4; -update noar ti set b2='2QJG1J06JJ6QZCHZDRE8' where id=4; -update noar tt set v0='8X2P713' where id=5; -update noar ti set v0='8X2P713' where id=5; -update noar tt set b0='DG3SFS3XY' where id=5; -update noar ti set b0='DG3SFS3XY' where id=5; -update noar tt set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5; -update noar ti set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5; -update noar tt set b1='G75FPLWTELLXK1N0JT7GW' where id=5; -update noar ti set b1='G75FPLWTELLXK1N0JT7GW' where id=5; -update noar tt set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5; -update noar ti set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5; -update noar tt set b2='LSRZCLJBFY05RHE2I3' where id=5; -update noar ti set b2='LSRZCLJBFY05RHE2I3' where id=5; -update noar tt set v0='PCNTTLPH3CWYK8IIDUI293' where id=6; -update noar ti set v0='PCNTTLPH3CWYK8IIDUI293' where id=6; -update noar tt set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6; -update noar ti set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6; -update noar tt set v0='S5T6I4YG' where id=6; -update noar ti set v0='S5T6I4YG' where id=6; -update noar tt set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6; -update noar ti set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6; -update noar tt set v0='FND2O' where id=6; -update noar ti set v0='FND2O' where id=6; -update noar tt set b2='92PWAT76' where id=6; -update noar ti set b2='92PWAT76' where id=6; -update noar tt set v0='46WSX4BLGMALAL91WTHPI' where id=7; -update noar ti set v0='46WSX4BLGMALAL91WTHPI' where id=7; -update noar tt set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7; -update noar ti set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7; -update noar tt set v0='LAN4K46VCXTOVSF4' where id=7; -update noar ti set v0='LAN4K46VCXTOVSF4' where id=7; -update noar tt set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7; -update noar ti set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7; -update noar tt set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7; -update noar ti set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7; -update noar tt set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7; -update noar ti set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7; -update noar tt set v0='FUW6WIX' where id=8; -update noar ti set v0='FUW6WIX' where id=8; -update noar tt set b0='H8VRSCX1WVZYF' where id=8; -update noar ti set b0='H8VRSCX1WVZYF' where id=8; -update noar tt set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8; -update noar ti set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8; -update noar tt set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8; -update noar ti set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8; -update noar tt set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8; -update noar ti set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8; -update noar tt set b2='Q39' where id=8; -update noar ti set b2='Q39' where id=8; -update noar tt set v0='46MAB4BS5LJX' where id=9; -update noar ti set v0='46MAB4BS5LJX' where id=9; -update noar tt set b0='1MA85EZZ6BKKLVA1E' where id=9; -update noar ti set b0='1MA85EZZ6BKKLVA1E' where id=9; -update noar tt set v0='R7L37HWO3RQSSLIE75B' where id=9; -update noar ti set v0='R7L37HWO3RQSSLIE75B' where id=9; -update noar tt set b1='E6EKMS4MBVHBHS' where id=9; -update noar ti set b1='E6EKMS4MBVHBHS' where id=9; -update noar tt set v0='ALX9L42TRUA' where id=9; -update noar ti set v0='ALX9L42TRUA' where id=9; -update noar tt set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9; -update noar ti set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KLGE0BG7GWKR4P' where id=1; -update noar ti set v0='KLGE0BG7GWKR4P' where id=1; -update noar tt set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1; -update noar ti set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1; -update noar tt set v0='Q1SJNXU7G153XSRY8' where id=1; -update noar ti set v0='Q1SJNXU7G153XSRY8' where id=1; -update noar tt set b1='8' where id=1; -update noar ti set b1='8' where id=1; -update noar tt set v0='FR' where id=1; -update noar ti set v0='FR' where id=1; -update noar tt set b2='RIYPQ5VFY' where id=1; -update noar ti set b2='RIYPQ5VFY' where id=1; -update noar tt set v0='237G' where id=2; -update noar ti set v0='237G' where id=2; -update noar tt set b0='XMDY7LW' where id=2; -update noar ti set b0='XMDY7LW' where id=2; -update noar tt set v0='KNPAXKN9XG5MVX8' where id=2; -update noar ti set v0='KNPAXKN9XG5MVX8' where id=2; -update noar tt set b1='Y7JNKK97HQVNVVUURW' where id=2; -update noar ti set b1='Y7JNKK97HQVNVVUURW' where id=2; -update noar tt set v0='M0SCYZSSUKLQTPN' where id=2; -update noar ti set v0='M0SCYZSSUKLQTPN' where id=2; -update noar tt set b2='5VGR7' where id=2; -update noar ti set b2='5VGR7' where id=2; -update noar tt set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3; -update noar ti set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3; -update noar tt set b0='BQQW7Y' where id=3; -update noar ti set b0='BQQW7Y' where id=3; -update noar tt set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3; -update noar ti set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3; -update noar tt set b1='YEPVCUALXL2' where id=3; -update noar ti set b1='YEPVCUALXL2' where id=3; -update noar tt set v0='IKCWWIE0QO' where id=3; -update noar ti set v0='IKCWWIE0QO' where id=3; -update noar tt set b2='F31IGIYI' where id=3; -update noar ti set b2='F31IGIYI' where id=3; -update noar tt set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4; -update noar ti set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4; -update noar tt set b0='EWOCGB26DM8YF7MXCT3' where id=4; -update noar ti set b0='EWOCGB26DM8YF7MXCT3' where id=4; -update noar tt set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4; -update noar ti set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4; -update noar tt set b1='Y0THT5KAZ8UHEOOV1E8' where id=4; -update noar ti set b1='Y0THT5KAZ8UHEOOV1E8' where id=4; -update noar tt set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4; -update noar ti set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4; -update noar tt set b2='KIQHHS0KOJQ3SQKALUG' where id=4; -update noar ti set b2='KIQHHS0KOJQ3SQKALUG' where id=4; -update noar tt set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5; -update noar ti set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5; -update noar tt set b0='5Q' where id=5; -update noar ti set b0='5Q' where id=5; -update noar tt set v0='K1CJT8GQD1UHA63F0N' where id=5; -update noar ti set v0='K1CJT8GQD1UHA63F0N' where id=5; -update noar tt set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5; -update noar ti set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5; -update noar tt set v0='W52UW6TBQAWHAPBSWZNRN' where id=5; -update noar ti set v0='W52UW6TBQAWHAPBSWZNRN' where id=5; -update noar tt set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5; -update noar ti set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5; -update noar tt set v0='HEQVS' where id=6; -update noar ti set v0='HEQVS' where id=6; -update noar tt set b0='H3ZETYUG5Y0N' where id=6; -update noar ti set b0='H3ZETYUG5Y0N' where id=6; -update noar tt set v0='3ZT5A07KT7NERJGHY' where id=6; -update noar ti set v0='3ZT5A07KT7NERJGHY' where id=6; -update noar tt set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6; -update noar ti set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6; -update noar tt set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6; -update noar ti set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6; -update noar tt set b2='JAVGZR72FC' where id=6; -update noar ti set b2='JAVGZR72FC' where id=6; -update noar tt set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7; -update noar ti set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7; -update noar tt set b0='PQXT8I1N64G' where id=7; -update noar ti set b0='PQXT8I1N64G' where id=7; -update noar tt set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7; -update noar ti set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7; -update noar tt set b1='EFS' where id=7; -update noar ti set b1='EFS' where id=7; -update noar tt set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7; -update noar ti set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7; -update noar tt set b2='L9SBW' where id=7; -update noar ti set b2='L9SBW' where id=7; -update noar tt set v0='7VNXQADY57ECUG2ED2C3U' where id=8; -update noar ti set v0='7VNXQADY57ECUG2ED2C3U' where id=8; -update noar tt set b0='DW7WRRQI' where id=8; -update noar ti set b0='DW7WRRQI' where id=8; -update noar tt set v0='0A9ELQNQS2R0GTV9V2HB' where id=8; -update noar ti set v0='0A9ELQNQS2R0GTV9V2HB' where id=8; -update noar tt set b1='MMJF62JE8PAN4Q2UZ' where id=8; -update noar ti set b1='MMJF62JE8PAN4Q2UZ' where id=8; -update noar tt set v0='JIY7E' where id=8; -update noar ti set v0='JIY7E' where id=8; -update noar tt set b2='YQJ7WDQU' where id=8; -update noar ti set b2='YQJ7WDQU' where id=8; -update noar tt set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9; -update noar ti set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9; -update noar tt set b0='KW08QEZJ4ZGHDA486J' where id=9; -update noar ti set b0='KW08QEZJ4ZGHDA486J' where id=9; -update noar tt set v0='ST0TH03' where id=9; -update noar ti set v0='ST0TH03' where id=9; -update noar tt set b1='K5EF' where id=9; -update noar ti set b1='K5EF' where id=9; -update noar tt set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9; -update noar ti set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9; -update noar tt set b2='H4G7' where id=9; -update noar ti set b2='H4G7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1; -update noar ti set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1; -update noar tt set b0='93UVSGIVGT42ADLDT3NK' where id=1; -update noar ti set b0='93UVSGIVGT42ADLDT3NK' where id=1; -update noar tt set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1; -update noar ti set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1; -update noar tt set b1='YEM4' where id=1; -update noar ti set b1='YEM4' where id=1; -update noar tt set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1; -update noar ti set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1; -update noar tt set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1; -update noar ti set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1; -update noar tt set v0='KCFH382CADV7BCUP5' where id=2; -update noar ti set v0='KCFH382CADV7BCUP5' where id=2; -update noar tt set b0='4V1K' where id=2; -update noar ti set b0='4V1K' where id=2; -update noar tt set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2; -update noar ti set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2; -update noar tt set b1='S6SCH0N9QR165WKECE86TY318R' where id=2; -update noar ti set b1='S6SCH0N9QR165WKECE86TY318R' where id=2; -update noar tt set v0='F6' where id=2; -update noar ti set v0='F6' where id=2; -update noar tt set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2; -update noar ti set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2; -update noar tt set v0='U05SSGF3Q' where id=3; -update noar ti set v0='U05SSGF3Q' where id=3; -update noar tt set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3; -update noar ti set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3; -update noar tt set v0='0I53F7N2KQ6RK5EWE0G' where id=3; -update noar ti set v0='0I53F7N2KQ6RK5EWE0G' where id=3; -update noar tt set b1='LG8M' where id=3; -update noar ti set b1='LG8M' where id=3; -update noar tt set v0='6Y' where id=3; -update noar ti set v0='6Y' where id=3; -update noar tt set b2='OB1ZN9DZ2' where id=3; -update noar ti set b2='OB1ZN9DZ2' where id=3; -update noar tt set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4; -update noar ti set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4; -update noar tt set b0='F653BK' where id=4; -update noar ti set b0='F653BK' where id=4; -update noar tt set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4; -update noar ti set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4; -update noar tt set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4; -update noar ti set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4; -update noar tt set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4; -update noar ti set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4; -update noar tt set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4; -update noar ti set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4; -update noar tt set v0='6RG8BSDUBAAXTUT' where id=5; -update noar ti set v0='6RG8BSDUBAAXTUT' where id=5; -update noar tt set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5; -update noar ti set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5; -update noar tt set v0='6RYV2XZ6HV' where id=5; -update noar ti set v0='6RYV2XZ6HV' where id=5; -update noar tt set b1='C3LE5CEWZBLW443BA5Q' where id=5; -update noar ti set b1='C3LE5CEWZBLW443BA5Q' where id=5; -update noar tt set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5; -update noar ti set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5; -update noar tt set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5; -update noar ti set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5; -update noar tt set v0='DR0O8WZW6AFNK' where id=6; -update noar ti set v0='DR0O8WZW6AFNK' where id=6; -update noar tt set b0='4XR4VNNFZU' where id=6; -update noar ti set b0='4XR4VNNFZU' where id=6; -update noar tt set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6; -update noar ti set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6; -update noar tt set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6; -update noar ti set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6; -update noar tt set v0='D' where id=6; -update noar ti set v0='D' where id=6; -update noar tt set b2='OOY63370OI4J' where id=6; -update noar ti set b2='OOY63370OI4J' where id=6; -update noar tt set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7; -update noar ti set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7; -update noar tt set b0='C9FUDV7C6CCJ13CI' where id=7; -update noar ti set b0='C9FUDV7C6CCJ13CI' where id=7; -update noar tt set v0='3U1JDTD3HA' where id=7; -update noar ti set v0='3U1JDTD3HA' where id=7; -update noar tt set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7; -update noar ti set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7; -update noar tt set v0='1ZGE4IRWW1MAN' where id=7; -update noar ti set v0='1ZGE4IRWW1MAN' where id=7; -update noar tt set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7; -update noar ti set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7; -update noar tt set v0='CYE53QBP5MEWX0UYB8D2M' where id=8; -update noar ti set v0='CYE53QBP5MEWX0UYB8D2M' where id=8; -update noar tt set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8; -update noar ti set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8; -update noar tt set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8; -update noar ti set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8; -update noar tt set b1='C57TXEZCYA6V' where id=8; -update noar ti set b1='C57TXEZCYA6V' where id=8; -update noar tt set v0='ZE' where id=8; -update noar ti set v0='ZE' where id=8; -update noar tt set b2='G2B67SGW4' where id=8; -update noar ti set b2='G2B67SGW4' where id=8; -update noar tt set v0='JYY09FG2DJWI0FXS5V' where id=9; -update noar ti set v0='JYY09FG2DJWI0FXS5V' where id=9; -update noar tt set b0='BW71ETJ0WTIEEW0' where id=9; -update noar ti set b0='BW71ETJ0WTIEEW0' where id=9; -update noar tt set v0='MDS1PX2A' where id=9; -update noar ti set v0='MDS1PX2A' where id=9; -update noar tt set b1='R96ODXV' where id=9; -update noar ti set b1='R96ODXV' where id=9; -update noar tt set v0='FIX2TS4ME60JF863SQBM' where id=9; -update noar ti set v0='FIX2TS4ME60JF863SQBM' where id=9; -update noar tt set b2='05N115LPDHX2MX7FM9K9CNG' where id=9; -update noar ti set b2='05N115LPDHX2MX7FM9K9CNG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1; -update noar ti set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1; -update noar tt set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1; -update noar ti set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b1='LD407W9AAO2CCSV' where id=1; -update noar ti set b1='LD407W9AAO2CCSV' where id=1; -update noar tt set v0='P' where id=1; -update noar ti set v0='P' where id=1; -update noar tt set b2='336YN54X0HJMTEG' where id=1; -update noar ti set b2='336YN54X0HJMTEG' where id=1; -update noar tt set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2; -update noar ti set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2; -update noar tt set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2; -update noar ti set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2; -update noar tt set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2; -update noar ti set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2; -update noar tt set b1='L1WQBU4' where id=2; -update noar ti set b1='L1WQBU4' where id=2; -update noar tt set v0='JHZMA' where id=2; -update noar ti set v0='JHZMA' where id=2; -update noar tt set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2; -update noar ti set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2; -update noar tt set v0='8VMXFJ614TAO2KR1' where id=3; -update noar ti set v0='8VMXFJ614TAO2KR1' where id=3; -update noar tt set b0='3G2E6W7D0DY4GEE' where id=3; -update noar ti set b0='3G2E6W7D0DY4GEE' where id=3; -update noar tt set v0='QO42CBU3WA098CACF' where id=3; -update noar ti set v0='QO42CBU3WA098CACF' where id=3; -update noar tt set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3; -update noar ti set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3; -update noar tt set v0='IXR3ORU5ZE' where id=3; -update noar ti set v0='IXR3ORU5ZE' where id=3; -update noar tt set b2='HE' where id=3; -update noar ti set b2='HE' where id=3; -update noar tt set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4; -update noar ti set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4; -update noar tt set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4; -update noar ti set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4; -update noar tt set v0='NKTFZ5CIDGOAQG' where id=4; -update noar ti set v0='NKTFZ5CIDGOAQG' where id=4; -update noar tt set b1='4I7QEP' where id=4; -update noar ti set b1='4I7QEP' where id=4; -update noar tt set v0='JXW0ZGKPU2880XKI' where id=4; -update noar ti set v0='JXW0ZGKPU2880XKI' where id=4; -update noar tt set b2='4JIYJI' where id=4; -update noar ti set b2='4JIYJI' where id=4; -update noar tt set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5; -update noar ti set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5; -update noar tt set b0='7MZBUNA' where id=5; -update noar ti set b0='7MZBUNA' where id=5; -update noar tt set v0='KWZFDFH4WMCAWJPD7' where id=5; -update noar ti set v0='KWZFDFH4WMCAWJPD7' where id=5; -update noar tt set b1='MTWJCGQM4P2BU' where id=5; -update noar ti set b1='MTWJCGQM4P2BU' where id=5; -update noar tt set v0='MV98QWGBLXPYUQ' where id=5; -update noar ti set v0='MV98QWGBLXPYUQ' where id=5; -update noar tt set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5; -update noar ti set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5; -update noar tt set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6; -update noar ti set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6; -update noar tt set b0='2XKH9L' where id=6; -update noar ti set b0='2XKH9L' where id=6; -update noar tt set v0='TF' where id=6; -update noar ti set v0='TF' where id=6; -update noar tt set b1='O9YD3BF' where id=6; -update noar ti set b1='O9YD3BF' where id=6; -update noar tt set v0='HKIZIRFOQC' where id=6; -update noar ti set v0='HKIZIRFOQC' where id=6; -update noar tt set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6; -update noar ti set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6; -update noar tt set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7; -update noar ti set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7; -update noar tt set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7; -update noar ti set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7; -update noar tt set v0='U68VEVJS35X4HPUIQ1XN' where id=7; -update noar ti set v0='U68VEVJS35X4HPUIQ1XN' where id=7; -update noar tt set b1='QB70Q4KTKST9IE2' where id=7; -update noar ti set b1='QB70Q4KTKST9IE2' where id=7; -update noar tt set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7; -update noar ti set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7; -update noar tt set b2='1BFYY05IWUR0FY4YWRH5G' where id=7; -update noar ti set b2='1BFYY05IWUR0FY4YWRH5G' where id=7; -update noar tt set v0='HE2RTXDKYLB' where id=8; -update noar ti set v0='HE2RTXDKYLB' where id=8; -update noar tt set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8; -update noar ti set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8; -update noar tt set v0='KC8QDE5N8DLDMPOQHO2' where id=8; -update noar ti set v0='KC8QDE5N8DLDMPOQHO2' where id=8; -update noar tt set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8; -update noar ti set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8; -update noar tt set v0='2LXG6CREDZKIQD' where id=8; -update noar ti set v0='2LXG6CREDZKIQD' where id=8; -update noar tt set b2='X' where id=8; -update noar ti set b2='X' where id=8; -update noar tt set v0='6' where id=9; -update noar ti set v0='6' where id=9; -update noar tt set b0='1M4EB0VTBQ1FYQQR8J5' where id=9; -update noar ti set b0='1M4EB0VTBQ1FYQQR8J5' where id=9; -update noar tt set v0='60PTRWJG5X7XCUOX' where id=9; -update noar ti set v0='60PTRWJG5X7XCUOX' where id=9; -update noar tt set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9; -update noar ti set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9; -update noar tt set v0='X77FOJINSWXEPW' where id=9; -update noar ti set v0='X77FOJINSWXEPW' where id=9; -update noar tt set b2='I4Z0LC' where id=9; -update noar ti set b2='I4Z0LC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='17XW' where id=1; -update noar ti set v0='17XW' where id=1; -update noar tt set b0='OGZ' where id=1; -update noar ti set b0='OGZ' where id=1; -update noar tt set v0='XSVDXTHMV4KKHHCUKUE' where id=1; -update noar ti set v0='XSVDXTHMV4KKHHCUKUE' where id=1; -update noar tt set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1; -update noar ti set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1; -update noar tt set v0='K09COWECDCM6G1KK5L' where id=1; -update noar ti set v0='K09COWECDCM6G1KK5L' where id=1; -update noar tt set b2='22U50ZPB' where id=1; -update noar ti set b2='22U50ZPB' where id=1; -update noar tt set v0='BF6VSD4W6R258AGZS6HTH' where id=2; -update noar ti set v0='BF6VSD4W6R258AGZS6HTH' where id=2; -update noar tt set b0='IDE5YAXZOU40I' where id=2; -update noar ti set b0='IDE5YAXZOU40I' where id=2; -update noar tt set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2; -update noar ti set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2; -update noar tt set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2; -update noar ti set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2; -update noar tt set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2; -update noar ti set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2; -update noar tt set b2='SOBU4VG6R791UNM' where id=2; -update noar ti set b2='SOBU4VG6R791UNM' where id=2; -update noar tt set v0='P2VL4MEOOQQKHSFQJ8' where id=3; -update noar ti set v0='P2VL4MEOOQQKHSFQJ8' where id=3; -update noar tt set b0='S' where id=3; -update noar ti set b0='S' where id=3; -update noar tt set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3; -update noar ti set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3; -update noar tt set b1='Y1X' where id=3; -update noar ti set b1='Y1X' where id=3; -update noar tt set v0='E5IORNATZ9A9ZZW' where id=3; -update noar ti set v0='E5IORNATZ9A9ZZW' where id=3; -update noar tt set b2='8G9TV6GNBG2MT' where id=3; -update noar ti set b2='8G9TV6GNBG2MT' where id=3; -update noar tt set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4; -update noar ti set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4; -update noar tt set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4; -update noar ti set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4; -update noar tt set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4; -update noar ti set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4; -update noar tt set b1='GCFDECVIP0FZX8QTKD5H71' where id=4; -update noar ti set b1='GCFDECVIP0FZX8QTKD5H71' where id=4; -update noar tt set v0='AT126111KT' where id=4; -update noar ti set v0='AT126111KT' where id=4; -update noar tt set b2='C2ZSEGBWSYDE' where id=4; -update noar ti set b2='C2ZSEGBWSYDE' where id=4; -update noar tt set v0='0EA7QDPMS9EZP5EBV' where id=5; -update noar ti set v0='0EA7QDPMS9EZP5EBV' where id=5; -update noar tt set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5; -update noar ti set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5; -update noar tt set v0='71SGU26Z78S4A4X' where id=5; -update noar ti set v0='71SGU26Z78S4A4X' where id=5; -update noar tt set b1='1O3M9RQES' where id=5; -update noar ti set b1='1O3M9RQES' where id=5; -update noar tt set v0='4S26QD4BGJXH' where id=5; -update noar ti set v0='4S26QD4BGJXH' where id=5; -update noar tt set b2='CZQ9DJLU85E' where id=5; -update noar ti set b2='CZQ9DJLU85E' where id=5; -update noar tt set v0='TTME' where id=6; -update noar ti set v0='TTME' where id=6; -update noar tt set b0='S1PH4AODP9W' where id=6; -update noar ti set b0='S1PH4AODP9W' where id=6; -update noar tt set v0='UQ88N1SYLB5FLESZQY84' where id=6; -update noar ti set v0='UQ88N1SYLB5FLESZQY84' where id=6; -update noar tt set b1='6G34Z94VFXGBTSP' where id=6; -update noar ti set b1='6G34Z94VFXGBTSP' where id=6; -update noar tt set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6; -update noar ti set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6; -update noar tt set b2='907SEJ91BSE6J98LHCK8X' where id=6; -update noar ti set b2='907SEJ91BSE6J98LHCK8X' where id=6; -update noar tt set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7; -update noar ti set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7; -update noar tt set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7; -update noar ti set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7; -update noar tt set v0='7CUOXQOYDQSP' where id=7; -update noar ti set v0='7CUOXQOYDQSP' where id=7; -update noar tt set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7; -update noar ti set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7; -update noar tt set v0='YJ9DUUN' where id=7; -update noar ti set v0='YJ9DUUN' where id=7; -update noar tt set b2='VC3RBPJJST7SO14P61OL7U' where id=7; -update noar ti set b2='VC3RBPJJST7SO14P61OL7U' where id=7; -update noar tt set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8; -update noar ti set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8; -update noar tt set b0='469' where id=8; -update noar ti set b0='469' where id=8; -update noar tt set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8; -update noar ti set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8; -update noar tt set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8; -update noar ti set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8; -update noar tt set v0='QT2TOT5BWUK3O' where id=8; -update noar ti set v0='QT2TOT5BWUK3O' where id=8; -update noar tt set b2='442' where id=8; -update noar ti set b2='442' where id=8; -update noar tt set v0='BY8YQHNJ' where id=9; -update noar ti set v0='BY8YQHNJ' where id=9; -update noar tt set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9; -update noar ti set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9; -update noar tt set v0='WT7V3VQKGD1LDL83QH0' where id=9; -update noar ti set v0='WT7V3VQKGD1LDL83QH0' where id=9; -update noar tt set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9; -update noar ti set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9; -update noar tt set v0='PCBB88Q5' where id=9; -update noar ti set v0='PCBB88Q5' where id=9; -update noar tt set b2='0LTSCEZUVG03T2TKLJ7' where id=9; -update noar ti set b2='0LTSCEZUVG03T2TKLJ7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9F2UUEOR5EC0YD' where id=1; -update noar ti set v0='9F2UUEOR5EC0YD' where id=1; -update noar tt set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1; -update noar ti set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1; -update noar tt set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1; -update noar ti set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1; -update noar tt set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1; -update noar ti set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1; -update noar tt set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1; -update noar ti set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1; -update noar tt set b2='ZEDD87VDST9JWQ' where id=1; -update noar ti set b2='ZEDD87VDST9JWQ' where id=1; -update noar tt set v0='5CHAU3S25AQY8SN6EY' where id=2; -update noar ti set v0='5CHAU3S25AQY8SN6EY' where id=2; -update noar tt set b0='4GD' where id=2; -update noar ti set b0='4GD' where id=2; -update noar tt set v0='ID' where id=2; -update noar ti set v0='ID' where id=2; -update noar tt set b1='ABX51353GW74' where id=2; -update noar ti set b1='ABX51353GW74' where id=2; -update noar tt set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2; -update noar ti set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2; -update noar tt set b2='K6TE7H' where id=2; -update noar ti set b2='K6TE7H' where id=2; -update noar tt set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3; -update noar ti set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3; -update noar tt set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3; -update noar ti set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3; -update noar tt set v0='C52MMWSJJVDF5LFFTX4X' where id=3; -update noar ti set v0='C52MMWSJJVDF5LFFTX4X' where id=3; -update noar tt set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3; -update noar ti set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3; -update noar tt set v0='MDPRSO17N2M6F73' where id=3; -update noar ti set v0='MDPRSO17N2M6F73' where id=3; -update noar tt set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3; -update noar ti set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3; -update noar tt set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4; -update noar ti set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4; -update noar tt set b0='REEOS' where id=4; -update noar ti set b0='REEOS' where id=4; -update noar tt set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4; -update noar ti set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='ASL84DR76KZU7M' where id=4; -update noar ti set v0='ASL84DR76KZU7M' where id=4; -update noar tt set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4; -update noar ti set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4; -update noar tt set v0='02HZ1E10ZE1' where id=5; -update noar ti set v0='02HZ1E10ZE1' where id=5; -update noar tt set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5; -update noar ti set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5; -update noar tt set v0='S8TYW9Q0J0FGJ' where id=5; -update noar ti set v0='S8TYW9Q0J0FGJ' where id=5; -update noar tt set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5; -update noar ti set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5; -update noar tt set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5; -update noar ti set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5; -update noar tt set b2='95O3DT' where id=5; -update noar ti set b2='95O3DT' where id=5; -update noar tt set v0='5BDWTVAASDLHR3LGSXS' where id=6; -update noar ti set v0='5BDWTVAASDLHR3LGSXS' where id=6; -update noar tt set b0='OUUPVAO5RXQMVR8E4US50P' where id=6; -update noar ti set b0='OUUPVAO5RXQMVR8E4US50P' where id=6; -update noar tt set v0='Y7BZZU4SK' where id=6; -update noar ti set v0='Y7BZZU4SK' where id=6; -update noar tt set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6; -update noar ti set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6; -update noar tt set v0='5KXY9TM50HIYD' where id=6; -update noar ti set v0='5KXY9TM50HIYD' where id=6; -update noar tt set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6; -update noar ti set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6; -update noar tt set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7; -update noar ti set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7; -update noar tt set b0='C' where id=7; -update noar ti set b0='C' where id=7; -update noar tt set v0='NO9M9ITFS42A' where id=7; -update noar ti set v0='NO9M9ITFS42A' where id=7; -update noar tt set b1='SUM8A946P6RJCE7DYQ' where id=7; -update noar ti set b1='SUM8A946P6RJCE7DYQ' where id=7; -update noar tt set v0='YC1ZA79C2IJKL' where id=7; -update noar ti set v0='YC1ZA79C2IJKL' where id=7; -update noar tt set b2='3BLZFQ6A' where id=7; -update noar ti set b2='3BLZFQ6A' where id=7; -update noar tt set v0='3IIXY1GTYISDJ276Y3' where id=8; -update noar ti set v0='3IIXY1GTYISDJ276Y3' where id=8; -update noar tt set b0='DUY5P4LN7DFX7M7U9HO' where id=8; -update noar ti set b0='DUY5P4LN7DFX7M7U9HO' where id=8; -update noar tt set v0='U36ECOKVIBROSDID9' where id=8; -update noar ti set v0='U36ECOKVIBROSDID9' where id=8; -update noar tt set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8; -update noar ti set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8; -update noar tt set v0='GV6CE' where id=8; -update noar ti set v0='GV6CE' where id=8; -update noar tt set b2='J7VFYOPJEE3SK' where id=8; -update noar ti set b2='J7VFYOPJEE3SK' where id=8; -update noar tt set v0='Q5UO' where id=9; -update noar ti set v0='Q5UO' where id=9; -update noar tt set b0='PFHFVJ0TM' where id=9; -update noar ti set b0='PFHFVJ0TM' where id=9; -update noar tt set v0='WVIDAGJ9IP' where id=9; -update noar ti set v0='WVIDAGJ9IP' where id=9; -update noar tt set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9; -update noar ti set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9; -update noar tt set v0='STL20D7YMU' where id=9; -update noar ti set v0='STL20D7YMU' where id=9; -update noar tt set b2='WIOXFUQVC85X30M' where id=9; -update noar ti set b2='WIOXFUQVC85X30M' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1; -update noar ti set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1; -update noar tt set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1; -update noar ti set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1; -update noar tt set v0='EGS51EG5SJIBCWN' where id=1; -update noar ti set v0='EGS51EG5SJIBCWN' where id=1; -update noar tt set b1='RT6CKA' where id=1; -update noar ti set b1='RT6CKA' where id=1; -update noar tt set v0='MKDBQ' where id=1; -update noar ti set v0='MKDBQ' where id=1; -update noar tt set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1; -update noar ti set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1; -update noar tt set v0='56XURDVW9' where id=2; -update noar ti set v0='56XURDVW9' where id=2; -update noar tt set b0='Z488EKIIKBV6QTW7KD' where id=2; -update noar ti set b0='Z488EKIIKBV6QTW7KD' where id=2; -update noar tt set v0='1098026SFEESCBGSLKJJKB093P' where id=2; -update noar ti set v0='1098026SFEESCBGSLKJJKB093P' where id=2; -update noar tt set b1='IDAHK2DRDGAJJKYO48' where id=2; -update noar ti set b1='IDAHK2DRDGAJJKYO48' where id=2; -update noar tt set v0='YABVGL24Z' where id=2; -update noar ti set v0='YABVGL24Z' where id=2; -update noar tt set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2; -update noar ti set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2; -update noar tt set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3; -update noar ti set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3; -update noar tt set b0='MBX1RN' where id=3; -update noar ti set b0='MBX1RN' where id=3; -update noar tt set v0='X2RPORBB1282PAKY4356TAC7' where id=3; -update noar ti set v0='X2RPORBB1282PAKY4356TAC7' where id=3; -update noar tt set b1='7XDBAAEIIW' where id=3; -update noar ti set b1='7XDBAAEIIW' where id=3; -update noar tt set v0='HVU0X2SDFW' where id=3; -update noar ti set v0='HVU0X2SDFW' where id=3; -update noar tt set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3; -update noar ti set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3; -update noar tt set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4; -update noar ti set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4; -update noar tt set b0='B' where id=4; -update noar ti set b0='B' where id=4; -update noar tt set v0='MP' where id=4; -update noar ti set v0='MP' where id=4; -update noar tt set b1='E7GEVUBQ1M' where id=4; -update noar ti set b1='E7GEVUBQ1M' where id=4; -update noar tt set v0='A1EGBNZ49BU9G3K2' where id=4; -update noar ti set v0='A1EGBNZ49BU9G3K2' where id=4; -update noar tt set b2='VNCTYBJV0G' where id=4; -update noar ti set b2='VNCTYBJV0G' where id=4; -update noar tt set v0='AH1WZFGX768YE8' where id=5; -update noar ti set v0='AH1WZFGX768YE8' where id=5; -update noar tt set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5; -update noar ti set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5; -update noar tt set v0='SLO7VCDGYETCWA20' where id=5; -update noar ti set v0='SLO7VCDGYETCWA20' where id=5; -update noar tt set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5; -update noar ti set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5; -update noar tt set v0='ZQYY51Y3OXUWI0752B9' where id=5; -update noar ti set v0='ZQYY51Y3OXUWI0752B9' where id=5; -update noar tt set b2='C' where id=5; -update noar ti set b2='C' where id=5; -update noar tt set v0='0NQW2B' where id=6; -update noar ti set v0='0NQW2B' where id=6; -update noar tt set b0='33MD91RAEZ' where id=6; -update noar ti set b0='33MD91RAEZ' where id=6; -update noar tt set v0='NP1OA916LHWGLLWSREF' where id=6; -update noar ti set v0='NP1OA916LHWGLLWSREF' where id=6; -update noar tt set b1='2LI6GZ14IMUJ7JFUN' where id=6; -update noar ti set b1='2LI6GZ14IMUJ7JFUN' where id=6; -update noar tt set v0='42896820IB7RI' where id=6; -update noar ti set v0='42896820IB7RI' where id=6; -update noar tt set b2='6E7CRPO8TGJERL57Y9AL4' where id=6; -update noar ti set b2='6E7CRPO8TGJERL57Y9AL4' where id=6; -update noar tt set v0='Y2DN9ITV' where id=7; -update noar ti set v0='Y2DN9ITV' where id=7; -update noar tt set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7; -update noar ti set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7; -update noar tt set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7; -update noar ti set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7; -update noar tt set b1='6L5XIGHXWANSEF2OWLL' where id=7; -update noar ti set b1='6L5XIGHXWANSEF2OWLL' where id=7; -update noar tt set v0='J5MI' where id=7; -update noar ti set v0='J5MI' where id=7; -update noar tt set b2='EG4PZZH25K' where id=7; -update noar ti set b2='EG4PZZH25K' where id=7; -update noar tt set v0='CX' where id=8; -update noar ti set v0='CX' where id=8; -update noar tt set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8; -update noar ti set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8; -update noar tt set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8; -update noar ti set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8; -update noar tt set b1='WH9E' where id=8; -update noar ti set b1='WH9E' where id=8; -update noar tt set v0='UBA36IC1BJZ360DDYVMAUS' where id=8; -update noar ti set v0='UBA36IC1BJZ360DDYVMAUS' where id=8; -update noar tt set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8; -update noar ti set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8; -update noar tt set v0='NHRP7TL8OSUL' where id=9; -update noar ti set v0='NHRP7TL8OSUL' where id=9; -update noar tt set b0='237OM' where id=9; -update noar ti set b0='237OM' where id=9; -update noar tt set v0='9FR1HH' where id=9; -update noar ti set v0='9FR1HH' where id=9; -update noar tt set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9; -update noar ti set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9; -update noar tt set v0='5U5' where id=9; -update noar ti set v0='5U5' where id=9; -update noar tt set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9; -update noar ti set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1BO1DNNP1E' where id=1; -update noar ti set v0='1BO1DNNP1E' where id=1; -update noar tt set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1; -update noar ti set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1; -update noar tt set v0='ZJ0PNKBMJBVIQD' where id=1; -update noar ti set v0='ZJ0PNKBMJBVIQD' where id=1; -update noar tt set b1='T' where id=1; -update noar ti set b1='T' where id=1; -update noar tt set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1; -update noar ti set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1; -update noar tt set b2='E613RECVZ471P4M3D0BU52' where id=1; -update noar ti set b2='E613RECVZ471P4M3D0BU52' where id=1; -update noar tt set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2; -update noar ti set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2; -update noar tt set b0='VWA9CZ2U07R9U' where id=2; -update noar ti set b0='VWA9CZ2U07R9U' where id=2; -update noar tt set v0='IZ485Z5O4W87TXUDKIQDM' where id=2; -update noar ti set v0='IZ485Z5O4W87TXUDKIQDM' where id=2; -update noar tt set b1='97H9MR' where id=2; -update noar ti set b1='97H9MR' where id=2; -update noar tt set v0='ZTQ4WAZA796DE7FW2RE8' where id=2; -update noar ti set v0='ZTQ4WAZA796DE7FW2RE8' where id=2; -update noar tt set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2; -update noar ti set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2; -update noar tt set v0='YLY4LQWGZ9R2U' where id=3; -update noar ti set v0='YLY4LQWGZ9R2U' where id=3; -update noar tt set b0='5A3F511Q' where id=3; -update noar ti set b0='5A3F511Q' where id=3; -update noar tt set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3; -update noar ti set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3; -update noar tt set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3; -update noar ti set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3; -update noar tt set v0='5RQXK' where id=3; -update noar ti set v0='5RQXK' where id=3; -update noar tt set b2='PMJ0Y2DUHE4' where id=3; -update noar ti set b2='PMJ0Y2DUHE4' where id=3; -update noar tt set v0='QHV78B9I8D3WOE' where id=4; -update noar ti set v0='QHV78B9I8D3WOE' where id=4; -update noar tt set b0='W4T3L8UKPE' where id=4; -update noar ti set b0='W4T3L8UKPE' where id=4; -update noar tt set v0='JYILDD' where id=4; -update noar ti set v0='JYILDD' where id=4; -update noar tt set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4; -update noar ti set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4; -update noar tt set v0='AY9V72MI82953VDAX1QZ8' where id=4; -update noar ti set v0='AY9V72MI82953VDAX1QZ8' where id=4; -update noar tt set b2='CSMCP8PJP556FRVFN6F3R3' where id=4; -update noar ti set b2='CSMCP8PJP556FRVFN6F3R3' where id=4; -update noar tt set v0='8ZCCTAUZI' where id=5; -update noar ti set v0='8ZCCTAUZI' where id=5; -update noar tt set b0='2O74R7TCE6HF5' where id=5; -update noar ti set b0='2O74R7TCE6HF5' where id=5; -update noar tt set v0='S' where id=5; -update noar ti set v0='S' where id=5; -update noar tt set b1='5WGXUS' where id=5; -update noar ti set b1='5WGXUS' where id=5; -update noar tt set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5; -update noar ti set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5; -update noar tt set b2='OGBX' where id=5; -update noar ti set b2='OGBX' where id=5; -update noar tt set v0='LNIACFCW0RJBBG01U' where id=6; -update noar ti set v0='LNIACFCW0RJBBG01U' where id=6; -update noar tt set b0='NYTCEPMJWJ' where id=6; -update noar ti set b0='NYTCEPMJWJ' where id=6; -update noar tt set v0='PA' where id=6; -update noar ti set v0='PA' where id=6; -update noar tt set b1='FZU9' where id=6; -update noar ti set b1='FZU9' where id=6; -update noar tt set v0='US7B749ROL8' where id=6; -update noar ti set v0='US7B749ROL8' where id=6; -update noar tt set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6; -update noar ti set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6; -update noar tt set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7; -update noar ti set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7; -update noar tt set b0='WCLYSOL83NAQ8FQ5' where id=7; -update noar ti set b0='WCLYSOL83NAQ8FQ5' where id=7; -update noar tt set v0='JGGHO' where id=7; -update noar ti set v0='JGGHO' where id=7; -update noar tt set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7; -update noar ti set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7; -update noar tt set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7; -update noar ti set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7; -update noar tt set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7; -update noar ti set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7; -update noar tt set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8; -update noar ti set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8; -update noar tt set b0='LCWFYGE0STUI' where id=8; -update noar ti set b0='LCWFYGE0STUI' where id=8; -update noar tt set v0='GO226N1Q295DKRVD' where id=8; -update noar ti set v0='GO226N1Q295DKRVD' where id=8; -update noar tt set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8; -update noar ti set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8; -update noar tt set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8; -update noar ti set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8; -update noar tt set b2='7BIQ7R2R0WNHRMTE9UO' where id=8; -update noar ti set b2='7BIQ7R2R0WNHRMTE9UO' where id=8; -update noar tt set v0='78UA7UZ8UTXCZARVYT4' where id=9; -update noar ti set v0='78UA7UZ8UTXCZARVYT4' where id=9; -update noar tt set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9; -update noar ti set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9; -update noar tt set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9; -update noar ti set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9; -update noar tt set b1='UW9FXM0' where id=9; -update noar ti set b1='UW9FXM0' where id=9; -update noar tt set v0='MJ5Z108TVNJR5X9S' where id=9; -update noar ti set v0='MJ5Z108TVNJR5X9S' where id=9; -update noar tt set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9; -update noar ti set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PTGKA67MQ' where id=1; -update noar ti set v0='PTGKA67MQ' where id=1; -update noar tt set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1; -update noar ti set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1; -update noar tt set v0='4T3QICKQ' where id=1; -update noar ti set v0='4T3QICKQ' where id=1; -update noar tt set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1; -update noar ti set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1; -update noar tt set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1; -update noar ti set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1; -update noar tt set b2='98BQCNT0GBA3OJXVF' where id=1; -update noar ti set b2='98BQCNT0GBA3OJXVF' where id=1; -update noar tt set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2; -update noar ti set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2; -update noar tt set b0='WQMJB' where id=2; -update noar ti set b0='WQMJB' where id=2; -update noar tt set v0='N1JU16FYP58ZBN7QXWVP' where id=2; -update noar ti set v0='N1JU16FYP58ZBN7QXWVP' where id=2; -update noar tt set b1='X9YXP9DSUPMN17D' where id=2; -update noar ti set b1='X9YXP9DSUPMN17D' where id=2; -update noar tt set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2; -update noar ti set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2; -update noar tt set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2; -update noar ti set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2; -update noar tt set v0='1R9SFJW8Z9NU83' where id=3; -update noar ti set v0='1R9SFJW8Z9NU83' where id=3; -update noar tt set b0='P28' where id=3; -update noar ti set b0='P28' where id=3; -update noar tt set v0='KQYOF1CEVWXBS2IENU85THA' where id=3; -update noar ti set v0='KQYOF1CEVWXBS2IENU85THA' where id=3; -update noar tt set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3; -update noar ti set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3; -update noar tt set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3; -update noar ti set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4; -update noar ti set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4; -update noar tt set b0='4T65Z9' where id=4; -update noar ti set b0='4T65Z9' where id=4; -update noar tt set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4; -update noar ti set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4; -update noar tt set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4; -update noar ti set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4; -update noar tt set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4; -update noar ti set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4; -update noar tt set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4; -update noar ti set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4; -update noar tt set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5; -update noar ti set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5; -update noar tt set b0='OA3FYFCJLC0D6T' where id=5; -update noar ti set b0='OA3FYFCJLC0D6T' where id=5; -update noar tt set v0='71247J8C' where id=5; -update noar ti set v0='71247J8C' where id=5; -update noar tt set b1='3TU6XTNG1' where id=5; -update noar ti set b1='3TU6XTNG1' where id=5; -update noar tt set v0='FG' where id=5; -update noar ti set v0='FG' where id=5; -update noar tt set b2='E84' where id=5; -update noar ti set b2='E84' where id=5; -update noar tt set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6; -update noar ti set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6; -update noar tt set b0='XXNGTMANVO' where id=6; -update noar ti set b0='XXNGTMANVO' where id=6; -update noar tt set v0='Y7DLDIS7VZR' where id=6; -update noar ti set v0='Y7DLDIS7VZR' where id=6; -update noar tt set b1='X4M7ZAXEF65KO5ZKX' where id=6; -update noar ti set b1='X4M7ZAXEF65KO5ZKX' where id=6; -update noar tt set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6; -update noar ti set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6; -update noar tt set b2='G043OIEM83ID' where id=6; -update noar ti set b2='G043OIEM83ID' where id=6; -update noar tt set v0='IHVB7ER2' where id=7; -update noar ti set v0='IHVB7ER2' where id=7; -update noar tt set b0='LOIUO4E01ZRXK1O' where id=7; -update noar ti set b0='LOIUO4E01ZRXK1O' where id=7; -update noar tt set v0='37M4S6GN98OG' where id=7; -update noar ti set v0='37M4S6GN98OG' where id=7; -update noar tt set b1='R3E6XJ2TC8DOYXE' where id=7; -update noar ti set b1='R3E6XJ2TC8DOYXE' where id=7; -update noar tt set v0='JLVUT524TZUE' where id=7; -update noar ti set v0='JLVUT524TZUE' where id=7; -update noar tt set b2='NK95KSOVU4Z' where id=7; -update noar ti set b2='NK95KSOVU4Z' where id=7; -update noar tt set v0='UOW1PHY00J7KXBHJF68' where id=8; -update noar ti set v0='UOW1PHY00J7KXBHJF68' where id=8; -update noar tt set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8; -update noar ti set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8; -update noar tt set v0='2XW1YFPN' where id=8; -update noar ti set v0='2XW1YFPN' where id=8; -update noar tt set b1='QZA' where id=8; -update noar ti set b1='QZA' where id=8; -update noar tt set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8; -update noar ti set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8; -update noar tt set b2='P2YSYWS9H8F5UA3GGPDN' where id=8; -update noar ti set b2='P2YSYWS9H8F5UA3GGPDN' where id=8; -update noar tt set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9; -update noar ti set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9; -update noar tt set b0='4Y23GZ7RMUQM7J362X' where id=9; -update noar ti set b0='4Y23GZ7RMUQM7J362X' where id=9; -update noar tt set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9; -update noar ti set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9; -update noar tt set b1='R7PATZX8GY2PRJSB45S5A' where id=9; -update noar ti set b1='R7PATZX8GY2PRJSB45S5A' where id=9; -update noar tt set v0='V3IURG' where id=9; -update noar ti set v0='V3IURG' where id=9; -update noar tt set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9; -update noar ti set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CVQT6QBFJPXKKS3C2' where id=1; -update noar ti set v0='CVQT6QBFJPXKKS3C2' where id=1; -update noar tt set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1; -update noar ti set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1; -update noar tt set v0='KRSRZ5GS4BHVQZ' where id=1; -update noar ti set v0='KRSRZ5GS4BHVQZ' where id=1; -update noar tt set b1='JXTCPQ3R' where id=1; -update noar ti set b1='JXTCPQ3R' where id=1; -update noar tt set v0='22LCQF7ELOJZJGU' where id=1; -update noar ti set v0='22LCQF7ELOJZJGU' where id=1; -update noar tt set b2='ECPSQY4G9NBC5DWVQV495S' where id=1; -update noar ti set b2='ECPSQY4G9NBC5DWVQV495S' where id=1; -update noar tt set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2; -update noar ti set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2; -update noar tt set b0='2NUYN7O7YA47YNL' where id=2; -update noar ti set b0='2NUYN7O7YA47YNL' where id=2; -update noar tt set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2; -update noar ti set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2; -update noar tt set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2; -update noar ti set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2; -update noar tt set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2; -update noar ti set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2; -update noar tt set b2='ZJMC88A5VZLE7' where id=2; -update noar ti set b2='ZJMC88A5VZLE7' where id=2; -update noar tt set v0='B88FQW7KGY9NVZ1' where id=3; -update noar ti set v0='B88FQW7KGY9NVZ1' where id=3; -update noar tt set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3; -update noar ti set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3; -update noar tt set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3; -update noar ti set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3; -update noar tt set b1='H6IYS6UVG' where id=3; -update noar ti set b1='H6IYS6UVG' where id=3; -update noar tt set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3; -update noar ti set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3; -update noar tt set b2='UWN' where id=3; -update noar ti set b2='UWN' where id=3; -update noar tt set v0='HANVSS2K3CZY0CENQ' where id=4; -update noar ti set v0='HANVSS2K3CZY0CENQ' where id=4; -update noar tt set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4; -update noar ti set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4; -update noar tt set v0='OZYDIQO055EY' where id=4; -update noar ti set v0='OZYDIQO055EY' where id=4; -update noar tt set b1='Z4Q9Z' where id=4; -update noar ti set b1='Z4Q9Z' where id=4; -update noar tt set v0='J9D19VZIBLMUV1V79V' where id=4; -update noar ti set v0='J9D19VZIBLMUV1V79V' where id=4; -update noar tt set b2='NXD2YRXQIYIE9TM6K' where id=4; -update noar ti set b2='NXD2YRXQIYIE9TM6K' where id=4; -update noar tt set v0='OKCBOO51D4JM3TX9I1X' where id=5; -update noar ti set v0='OKCBOO51D4JM3TX9I1X' where id=5; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set v0='FAKX0KXCLTS5LNVCX8I' where id=5; -update noar ti set v0='FAKX0KXCLTS5LNVCX8I' where id=5; -update noar tt set b1='GHNS1P5T84UN6R' where id=5; -update noar ti set b1='GHNS1P5T84UN6R' where id=5; -update noar tt set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5; -update noar ti set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5; -update noar tt set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5; -update noar ti set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5; -update noar tt set v0='Q6HHGU' where id=6; -update noar ti set v0='Q6HHGU' where id=6; -update noar tt set b0='9H1O0DW8GMGW8U617SFX' where id=6; -update noar ti set b0='9H1O0DW8GMGW8U617SFX' where id=6; -update noar tt set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6; -update noar ti set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6; -update noar tt set b1='OWPKMLGFUY9SYHPE8HE' where id=6; -update noar ti set b1='OWPKMLGFUY9SYHPE8HE' where id=6; -update noar tt set v0='ZCE35A1JS9MNT' where id=6; -update noar ti set v0='ZCE35A1JS9MNT' where id=6; -update noar tt set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6; -update noar ti set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6; -update noar tt set v0='M5EJ32ASHRY66CH4CST' where id=7; -update noar ti set v0='M5EJ32ASHRY66CH4CST' where id=7; -update noar tt set b0='D56MR' where id=7; -update noar ti set b0='D56MR' where id=7; -update noar tt set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7; -update noar ti set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7; -update noar tt set b1='86JX62U76TZ1' where id=7; -update noar ti set b1='86JX62U76TZ1' where id=7; -update noar tt set v0='7787RQK215BYT3BPJ44V' where id=7; -update noar ti set v0='7787RQK215BYT3BPJ44V' where id=7; -update noar tt set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7; -update noar ti set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7; -update noar tt set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8; -update noar ti set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8; -update noar tt set b0='DNUQ4B11G4UHWIIRF' where id=8; -update noar ti set b0='DNUQ4B11G4UHWIIRF' where id=8; -update noar tt set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8; -update noar ti set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8; -update noar tt set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8; -update noar ti set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8; -update noar tt set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8; -update noar ti set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8; -update noar tt set b2='VL36TG8RJOGEUH67R' where id=8; -update noar ti set b2='VL36TG8RJOGEUH67R' where id=8; -update noar tt set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9; -update noar ti set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9; -update noar tt set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9; -update noar ti set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9; -update noar tt set v0='2LWI00ARFL' where id=9; -update noar ti set v0='2LWI00ARFL' where id=9; -update noar tt set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9; -update noar ti set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9; -update noar tt set v0='RL0P' where id=9; -update noar ti set v0='RL0P' where id=9; -update noar tt set b2='CPP63Q2IOXWDD4' where id=9; -update noar ti set b2='CPP63Q2IOXWDD4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='21OJJYNQB6DXC3DU9' where id=1; -update noar ti set v0='21OJJYNQB6DXC3DU9' where id=1; -update noar tt set b0='61GHSABART' where id=1; -update noar ti set b0='61GHSABART' where id=1; -update noar tt set v0='964OS' where id=1; -update noar ti set v0='964OS' where id=1; -update noar tt set b1='ZRQ1104R0LCUXR1N' where id=1; -update noar ti set b1='ZRQ1104R0LCUXR1N' where id=1; -update noar tt set v0='GD0I3Z3EL' where id=1; -update noar ti set v0='GD0I3Z3EL' where id=1; -update noar tt set b2='NEX4Y4S' where id=1; -update noar ti set b2='NEX4Y4S' where id=1; -update noar tt set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2; -update noar ti set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2; -update noar tt set b0='KCT7H4I42XOUNF0' where id=2; -update noar ti set b0='KCT7H4I42XOUNF0' where id=2; -update noar tt set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2; -update noar ti set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2; -update noar tt set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2; -update noar ti set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2; -update noar tt set v0='N0GAUEJ60X' where id=2; -update noar ti set v0='N0GAUEJ60X' where id=2; -update noar tt set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2; -update noar ti set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2; -update noar tt set v0='TSMVX05CRK8793J' where id=3; -update noar ti set v0='TSMVX05CRK8793J' where id=3; -update noar tt set b0='5517O941L6K11RFH' where id=3; -update noar ti set b0='5517O941L6K11RFH' where id=3; -update noar tt set v0='7UGN' where id=3; -update noar ti set v0='7UGN' where id=3; -update noar tt set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3; -update noar ti set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3; -update noar tt set v0='FZ7WPJZ1' where id=3; -update noar ti set v0='FZ7WPJZ1' where id=3; -update noar tt set b2='S3265J2X2V' where id=3; -update noar ti set b2='S3265J2X2V' where id=3; -update noar tt set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4; -update noar ti set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4; -update noar tt set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4; -update noar ti set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4; -update noar tt set v0='RF2' where id=4; -update noar ti set v0='RF2' where id=4; -update noar tt set b1='YWSDXLGHWDBR5WS8V' where id=4; -update noar ti set b1='YWSDXLGHWDBR5WS8V' where id=4; -update noar tt set v0='6' where id=4; -update noar ti set v0='6' where id=4; -update noar tt set b2='ZKW39A368' where id=4; -update noar ti set b2='ZKW39A368' where id=4; -update noar tt set v0='5VIC7O1ULHW8CM' where id=5; -update noar ti set v0='5VIC7O1ULHW8CM' where id=5; -update noar tt set b0='3LVZF5EBOCDFTW8' where id=5; -update noar ti set b0='3LVZF5EBOCDFTW8' where id=5; -update noar tt set v0='E2DXLBA17' where id=5; -update noar ti set v0='E2DXLBA17' where id=5; -update noar tt set b1='ZH' where id=5; -update noar ti set b1='ZH' where id=5; -update noar tt set v0='NLXA3S' where id=5; -update noar ti set v0='NLXA3S' where id=5; -update noar tt set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5; -update noar ti set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5; -update noar tt set v0='U43I4FYRABBHNY9U' where id=6; -update noar ti set v0='U43I4FYRABBHNY9U' where id=6; -update noar tt set b0='FZ' where id=6; -update noar ti set b0='FZ' where id=6; -update noar tt set v0='2TUNSXX5YJHX8F6SABLT' where id=6; -update noar ti set v0='2TUNSXX5YJHX8F6SABLT' where id=6; -update noar tt set b1='48ZP479' where id=6; -update noar ti set b1='48ZP479' where id=6; -update noar tt set v0='EEL7VO4WJHNI' where id=6; -update noar ti set v0='EEL7VO4WJHNI' where id=6; -update noar tt set b2='AM7K5GT1L0NTY1ZNQ0' where id=6; -update noar ti set b2='AM7K5GT1L0NTY1ZNQ0' where id=6; -update noar tt set v0='FVW85RANM6T35BDIO' where id=7; -update noar ti set v0='FVW85RANM6T35BDIO' where id=7; -update noar tt set b0='RJBNVO6QKVKU7P' where id=7; -update noar ti set b0='RJBNVO6QKVKU7P' where id=7; -update noar tt set v0='2UP94M17BJ485Y' where id=7; -update noar ti set v0='2UP94M17BJ485Y' where id=7; -update noar tt set b1='QMUSTOPA2' where id=7; -update noar ti set b1='QMUSTOPA2' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b2='ZNKIGBSS' where id=7; -update noar ti set b2='ZNKIGBSS' where id=7; -update noar tt set v0='HGS9I3I62ELHRQXIW' where id=8; -update noar ti set v0='HGS9I3I62ELHRQXIW' where id=8; -update noar tt set b0='8E6GOZWVA50USLU' where id=8; -update noar ti set b0='8E6GOZWVA50USLU' where id=8; -update noar tt set v0='TQLEVN4' where id=8; -update noar ti set v0='TQLEVN4' where id=8; -update noar tt set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8; -update noar ti set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8; -update noar tt set v0='FXBLG2MD' where id=8; -update noar ti set v0='FXBLG2MD' where id=8; -update noar tt set b2='3S' where id=8; -update noar ti set b2='3S' where id=8; -update noar tt set v0='IJ8PGQ90RT0G64Q7' where id=9; -update noar ti set v0='IJ8PGQ90RT0G64Q7' where id=9; -update noar tt set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9; -update noar ti set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9; -update noar tt set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9; -update noar ti set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9; -update noar tt set b1='A' where id=9; -update noar ti set b1='A' where id=9; -update noar tt set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9; -update noar ti set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9; -update noar tt set b2='R0F' where id=9; -update noar ti set b2='R0F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL1RD2FWCWOD4TPKVWY3' where id=1; -update noar ti set v0='HL1RD2FWCWOD4TPKVWY3' where id=1; -update noar tt set b0='GUKWFY7CPO67USXO7PL' where id=1; -update noar ti set b0='GUKWFY7CPO67USXO7PL' where id=1; -update noar tt set v0='VB8LBUVC' where id=1; -update noar ti set v0='VB8LBUVC' where id=1; -update noar tt set b1='4DX4NT96ZZD' where id=1; -update noar ti set b1='4DX4NT96ZZD' where id=1; -update noar tt set v0='X2724PXIMMDDIFPRNG2' where id=1; -update noar ti set v0='X2724PXIMMDDIFPRNG2' where id=1; -update noar tt set b2='V8A2PMQ4YJKNDI' where id=1; -update noar ti set b2='V8A2PMQ4YJKNDI' where id=1; -update noar tt set v0='7HFLNHBQ' where id=2; -update noar ti set v0='7HFLNHBQ' where id=2; -update noar tt set b0='C1OH562IFS14PO9VJ' where id=2; -update noar ti set b0='C1OH562IFS14PO9VJ' where id=2; -update noar tt set v0='1K' where id=2; -update noar ti set v0='1K' where id=2; -update noar tt set b1='Q4HPM4N2IUAZTT' where id=2; -update noar ti set b1='Q4HPM4N2IUAZTT' where id=2; -update noar tt set v0='QBVCL' where id=2; -update noar ti set v0='QBVCL' where id=2; -update noar tt set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2; -update noar ti set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2; -update noar tt set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3; -update noar ti set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3; -update noar tt set b0='JP5W9QVIITSZGKMHP' where id=3; -update noar ti set b0='JP5W9QVIITSZGKMHP' where id=3; -update noar tt set v0='BB7D18JDANP' where id=3; -update noar ti set v0='BB7D18JDANP' where id=3; -update noar tt set b1='VOYP4GZ250RG6Y' where id=3; -update noar ti set b1='VOYP4GZ250RG6Y' where id=3; -update noar tt set v0='D' where id=3; -update noar ti set v0='D' where id=3; -update noar tt set b2='XZKWF6T3L34' where id=3; -update noar ti set b2='XZKWF6T3L34' where id=3; -update noar tt set v0='FL9YY5Y' where id=4; -update noar ti set v0='FL9YY5Y' where id=4; -update noar tt set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4; -update noar ti set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4; -update noar tt set v0='2XYMN595X4221C60V2JUREDT' where id=4; -update noar ti set v0='2XYMN595X4221C60V2JUREDT' where id=4; -update noar tt set b1='FWWUMNSB5Y6I61ETVSE' where id=4; -update noar ti set b1='FWWUMNSB5Y6I61ETVSE' where id=4; -update noar tt set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4; -update noar ti set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4; -update noar tt set b2='6BCKTKY34QPMOZ' where id=4; -update noar ti set b2='6BCKTKY34QPMOZ' where id=4; -update noar tt set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5; -update noar ti set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5; -update noar tt set b0='1LL' where id=5; -update noar ti set b0='1LL' where id=5; -update noar tt set v0='06T19ZH7UK1590GPD4Q' where id=5; -update noar ti set v0='06T19ZH7UK1590GPD4Q' where id=5; -update noar tt set b1='BI8' where id=5; -update noar ti set b1='BI8' where id=5; -update noar tt set v0='QVGXLF' where id=5; -update noar ti set v0='QVGXLF' where id=5; -update noar tt set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5; -update noar ti set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5; -update noar tt set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6; -update noar ti set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6; -update noar tt set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6; -update noar ti set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6; -update noar tt set v0='JNU' where id=6; -update noar ti set v0='JNU' where id=6; -update noar tt set b1='7TMRYOTWM5' where id=6; -update noar ti set b1='7TMRYOTWM5' where id=6; -update noar tt set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6; -update noar ti set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6; -update noar tt set b2='BV' where id=6; -update noar ti set b2='BV' where id=6; -update noar tt set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7; -update noar ti set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7; -update noar tt set b0='G0UK0XTO9V4QJWM25FM2' where id=7; -update noar ti set b0='G0UK0XTO9V4QJWM25FM2' where id=7; -update noar tt set v0='NNRAG27BONARLR9B' where id=7; -update noar ti set v0='NNRAG27BONARLR9B' where id=7; -update noar tt set b1='42NGZEDM' where id=7; -update noar ti set b1='42NGZEDM' where id=7; -update noar tt set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7; -update noar ti set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7; -update noar tt set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7; -update noar ti set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7; -update noar tt set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8; -update noar ti set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8; -update noar tt set b0='069PFK2GC' where id=8; -update noar ti set b0='069PFK2GC' where id=8; -update noar tt set v0='ZXI19RYQ2ERCRAEM02' where id=8; -update noar ti set v0='ZXI19RYQ2ERCRAEM02' where id=8; -update noar tt set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8; -update noar ti set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8; -update noar tt set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8; -update noar ti set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8; -update noar tt set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8; -update noar ti set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8; -update noar tt set v0='4DCD6O32EFXIHM548S' where id=9; -update noar ti set v0='4DCD6O32EFXIHM548S' where id=9; -update noar tt set b0='1XPL50ZSNGCBIIMOE' where id=9; -update noar ti set b0='1XPL50ZSNGCBIIMOE' where id=9; -update noar tt set v0='JTHEBALS7W51UD' where id=9; -update noar ti set v0='JTHEBALS7W51UD' where id=9; -update noar tt set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9; -update noar ti set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9; -update noar tt set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9; -update noar ti set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9; -update noar tt set b2='4O' where id=9; -update noar ti set b2='4O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1; -update noar ti set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1; -update noar tt set b0='XS4YW8N0' where id=1; -update noar ti set b0='XS4YW8N0' where id=1; -update noar tt set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1; -update noar ti set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1; -update noar tt set b1='UOY7XP9Q3I' where id=1; -update noar ti set b1='UOY7XP9Q3I' where id=1; -update noar tt set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1; -update noar ti set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1; -update noar tt set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1; -update noar ti set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1; -update noar tt set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2; -update noar ti set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2; -update noar tt set b0='YS' where id=2; -update noar ti set b0='YS' where id=2; -update noar tt set v0='2MQ' where id=2; -update noar ti set v0='2MQ' where id=2; -update noar tt set b1='6H' where id=2; -update noar ti set b1='6H' where id=2; -update noar tt set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2; -update noar ti set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2; -update noar tt set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2; -update noar ti set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2; -update noar tt set v0='ZSZJCRHSDTASOKP' where id=3; -update noar ti set v0='ZSZJCRHSDTASOKP' where id=3; -update noar tt set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3; -update noar ti set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3; -update noar tt set v0='DJAYWIET5A2' where id=3; -update noar ti set v0='DJAYWIET5A2' where id=3; -update noar tt set b1='XWSG1JZ82J4JVD0' where id=3; -update noar ti set b1='XWSG1JZ82J4JVD0' where id=3; -update noar tt set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3; -update noar ti set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3; -update noar tt set b2='E9O5CCAAZJXOVN4XJAVV' where id=3; -update noar ti set b2='E9O5CCAAZJXOVN4XJAVV' where id=3; -update noar tt set v0='T0FCMLHKT' where id=4; -update noar ti set v0='T0FCMLHKT' where id=4; -update noar tt set b0='5A' where id=4; -update noar ti set b0='5A' where id=4; -update noar tt set v0='G05M' where id=4; -update noar ti set v0='G05M' where id=4; -update noar tt set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4; -update noar ti set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4; -update noar tt set v0='1878E2FQ' where id=4; -update noar ti set v0='1878E2FQ' where id=4; -update noar tt set b2='KI' where id=4; -update noar ti set b2='KI' where id=4; -update noar tt set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5; -update noar ti set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5; -update noar tt set b0='IL0XN03E38173DN20XVVJFNYST' where id=5; -update noar ti set b0='IL0XN03E38173DN20XVVJFNYST' where id=5; -update noar tt set v0='WCOQXVSP6' where id=5; -update noar ti set v0='WCOQXVSP6' where id=5; -update noar tt set b1='FWTQY8I13RAC88OE' where id=5; -update noar ti set b1='FWTQY8I13RAC88OE' where id=5; -update noar tt set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5; -update noar ti set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5; -update noar tt set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5; -update noar ti set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5; -update noar tt set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6; -update noar ti set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6; -update noar tt set b0='3RP2KUVAJU' where id=6; -update noar ti set b0='3RP2KUVAJU' where id=6; -update noar tt set v0='TF5ULM69909MG1F4XWE' where id=6; -update noar ti set v0='TF5ULM69909MG1F4XWE' where id=6; -update noar tt set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6; -update noar ti set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6; -update noar tt set v0='P' where id=6; -update noar ti set v0='P' where id=6; -update noar tt set b2='Z9C25Z' where id=6; -update noar ti set b2='Z9C25Z' where id=6; -update noar tt set v0='CD275S' where id=7; -update noar ti set v0='CD275S' where id=7; -update noar tt set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7; -update noar ti set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7; -update noar tt set v0='J2S9I1CSEFIVF8K' where id=7; -update noar ti set v0='J2S9I1CSEFIVF8K' where id=7; -update noar tt set b1='6OGLSTEL3E7IQ10QIW' where id=7; -update noar ti set b1='6OGLSTEL3E7IQ10QIW' where id=7; -update noar tt set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7; -update noar ti set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7; -update noar tt set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7; -update noar ti set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7; -update noar tt set v0='9Z4IZW04452H1' where id=8; -update noar ti set v0='9Z4IZW04452H1' where id=8; -update noar tt set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8; -update noar ti set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8; -update noar tt set v0='T86CCN' where id=8; -update noar ti set v0='T86CCN' where id=8; -update noar tt set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8; -update noar ti set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8; -update noar ti set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8; -update noar tt set v0='B52CAJI96TQK5B975' where id=9; -update noar ti set v0='B52CAJI96TQK5B975' where id=9; -update noar tt set b0='KMPC5DOVZIS0Y' where id=9; -update noar ti set b0='KMPC5DOVZIS0Y' where id=9; -update noar tt set v0='4W4GKTWP3E' where id=9; -update noar ti set v0='4W4GKTWP3E' where id=9; -update noar tt set b1='UBVHJA' where id=9; -update noar ti set b1='UBVHJA' where id=9; -update noar tt set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9; -update noar ti set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9; -update noar tt set b2='YD47DNMEJREBVGOXPIYG' where id=9; -update noar ti set b2='YD47DNMEJREBVGOXPIYG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1; -update noar ti set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1; -update noar tt set b0='RLLVE0MLL4' where id=1; -update noar ti set b0='RLLVE0MLL4' where id=1; -update noar tt set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1; -update noar ti set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1; -update noar tt set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1; -update noar ti set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1; -update noar tt set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1; -update noar ti set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1; -update noar tt set b2='Y7DMSACCPS' where id=1; -update noar ti set b2='Y7DMSACCPS' where id=1; -update noar tt set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2; -update noar ti set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2; -update noar tt set b0='4BF' where id=2; -update noar ti set b0='4BF' where id=2; -update noar tt set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2; -update noar ti set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2; -update noar tt set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2; -update noar ti set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2; -update noar tt set v0='46X' where id=2; -update noar ti set v0='46X' where id=2; -update noar tt set b2='6P76O29FUK' where id=2; -update noar ti set b2='6P76O29FUK' where id=2; -update noar tt set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3; -update noar ti set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3; -update noar tt set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3; -update noar ti set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3; -update noar tt set v0='PKO68AA992J9LZW' where id=3; -update noar ti set v0='PKO68AA992J9LZW' where id=3; -update noar tt set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3; -update noar ti set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3; -update noar tt set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3; -update noar ti set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3; -update noar tt set b2='B4' where id=3; -update noar ti set b2='B4' where id=3; -update noar tt set v0='C5DL21QOX' where id=4; -update noar ti set v0='C5DL21QOX' where id=4; -update noar tt set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4; -update noar ti set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4; -update noar tt set v0='AHNHK5E' where id=4; -update noar ti set v0='AHNHK5E' where id=4; -update noar tt set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4; -update noar ti set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4; -update noar tt set v0='F45F9' where id=4; -update noar ti set v0='F45F9' where id=4; -update noar tt set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4; -update noar ti set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4; -update noar tt set v0='K1MGDJ09245C3' where id=5; -update noar ti set v0='K1MGDJ09245C3' where id=5; -update noar tt set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5; -update noar ti set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5; -update noar tt set v0='A0FTUZG2RS8V66' where id=5; -update noar ti set v0='A0FTUZG2RS8V66' where id=5; -update noar tt set b1='AOUKDUT2L87LJNC40XY' where id=5; -update noar ti set b1='AOUKDUT2L87LJNC40XY' where id=5; -update noar tt set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5; -update noar ti set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5; -update noar tt set b2='2ID80FL1J' where id=5; -update noar ti set b2='2ID80FL1J' where id=5; -update noar tt set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6; -update noar ti set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6; -update noar tt set b0='IKVATZQ3DT6DGO7P3Y' where id=6; -update noar ti set b0='IKVATZQ3DT6DGO7P3Y' where id=6; -update noar tt set v0='CKAU5ELPA7E0' where id=6; -update noar ti set v0='CKAU5ELPA7E0' where id=6; -update noar tt set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6; -update noar ti set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6; -update noar tt set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6; -update noar ti set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6; -update noar tt set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6; -update noar ti set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6; -update noar tt set v0='A54L0IZUO00M3S6IKOVR' where id=7; -update noar ti set v0='A54L0IZUO00M3S6IKOVR' where id=7; -update noar tt set b0='77LE8LAX8E80VBZ' where id=7; -update noar ti set b0='77LE8LAX8E80VBZ' where id=7; -update noar tt set v0='ESD10HZONAA' where id=7; -update noar ti set v0='ESD10HZONAA' where id=7; -update noar tt set b1='457RXVL6' where id=7; -update noar ti set b1='457RXVL6' where id=7; -update noar tt set v0='K3GB1CMRX' where id=7; -update noar ti set v0='K3GB1CMRX' where id=7; -update noar tt set b2='G0PO81R' where id=7; -update noar ti set b2='G0PO81R' where id=7; -update noar tt set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8; -update noar ti set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8; -update noar tt set b0='G8GR4K' where id=8; -update noar ti set b0='G8GR4K' where id=8; -update noar tt set v0='EBCN' where id=8; -update noar ti set v0='EBCN' where id=8; -update noar tt set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8; -update noar ti set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8; -update noar tt set v0='1FT' where id=8; -update noar ti set v0='1FT' where id=8; -update noar tt set b2='MR' where id=8; -update noar ti set b2='MR' where id=8; -update noar tt set v0='P' where id=9; -update noar ti set v0='P' where id=9; -update noar tt set b0='XAQHI1JW82OAH6PDMD749H8' where id=9; -update noar ti set b0='XAQHI1JW82OAH6PDMD749H8' where id=9; -update noar tt set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9; -update noar ti set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9; -update noar tt set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9; -update noar ti set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9; -update noar tt set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9; -update noar ti set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9; -update noar tt set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9; -update noar ti set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q' where id=1; -update noar ti set v0='Q' where id=1; -update noar tt set b0='QF6QYXNCNRA' where id=1; -update noar ti set b0='QF6QYXNCNRA' where id=1; -update noar tt set v0='GPHGIOU' where id=1; -update noar ti set v0='GPHGIOU' where id=1; -update noar tt set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1; -update noar ti set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1; -update noar tt set v0='BYFU44IZ7Y' where id=1; -update noar ti set v0='BYFU44IZ7Y' where id=1; -update noar tt set b2='AVTD6LLI' where id=1; -update noar ti set b2='AVTD6LLI' where id=1; -update noar tt set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2; -update noar ti set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2; -update noar tt set b0='8NRUDSOK3N' where id=2; -update noar ti set b0='8NRUDSOK3N' where id=2; -update noar tt set v0='7N5ROF' where id=2; -update noar ti set v0='7N5ROF' where id=2; -update noar tt set b1='IJSJZBU6SBCI' where id=2; -update noar ti set b1='IJSJZBU6SBCI' where id=2; -update noar tt set v0='XGSRV' where id=2; -update noar ti set v0='XGSRV' where id=2; -update noar tt set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2; -update noar ti set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2; -update noar tt set v0='SW' where id=3; -update noar ti set v0='SW' where id=3; -update noar tt set b0='D0ERQQE7UWE3EQ' where id=3; -update noar ti set b0='D0ERQQE7UWE3EQ' where id=3; -update noar tt set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3; -update noar ti set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3; -update noar tt set b1='U55Z4C2V' where id=3; -update noar ti set b1='U55Z4C2V' where id=3; -update noar tt set v0='7OLHVM8M8LQGCX34X287S' where id=3; -update noar ti set v0='7OLHVM8M8LQGCX34X287S' where id=3; -update noar tt set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3; -update noar ti set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3; -update noar tt set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4; -update noar ti set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4; -update noar tt set b0='8PXX4HM' where id=4; -update noar ti set b0='8PXX4HM' where id=4; -update noar tt set v0='7EDT6RR3J8' where id=4; -update noar ti set v0='7EDT6RR3J8' where id=4; -update noar tt set b1='ABYHAUSDNK' where id=4; -update noar ti set b1='ABYHAUSDNK' where id=4; -update noar tt set v0='YFV8I8' where id=4; -update noar ti set v0='YFV8I8' where id=4; -update noar tt set b2='N6NDGXA3URTL355' where id=4; -update noar ti set b2='N6NDGXA3URTL355' where id=4; -update noar tt set v0='ZF' where id=5; -update noar ti set v0='ZF' where id=5; -update noar tt set b0='3WS6WJCL24' where id=5; -update noar ti set b0='3WS6WJCL24' where id=5; -update noar tt set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5; -update noar ti set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5; -update noar tt set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5; -update noar ti set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5; -update noar tt set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5; -update noar ti set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5; -update noar tt set b2='JDDZMKV89XRKFJID0L4F41' where id=5; -update noar ti set b2='JDDZMKV89XRKFJID0L4F41' where id=5; -update noar tt set v0='OEE8T' where id=6; -update noar ti set v0='OEE8T' where id=6; -update noar tt set b0='EX7' where id=6; -update noar ti set b0='EX7' where id=6; -update noar tt set v0='7GMGBMBI' where id=6; -update noar ti set v0='7GMGBMBI' where id=6; -update noar tt set b1='8UAD34JETQCE' where id=6; -update noar ti set b1='8UAD34JETQCE' where id=6; -update noar tt set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6; -update noar ti set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6; -update noar tt set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6; -update noar ti set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6; -update noar tt set v0='RP' where id=7; -update noar ti set v0='RP' where id=7; -update noar tt set b0='GKGHPBWZE' where id=7; -update noar ti set b0='GKGHPBWZE' where id=7; -update noar tt set v0='9FMWXHDJ00YF5923W' where id=7; -update noar ti set v0='9FMWXHDJ00YF5923W' where id=7; -update noar tt set b1='QD4' where id=7; -update noar ti set b1='QD4' where id=7; -update noar tt set v0='DIPTXOWFRRNBELFY' where id=7; -update noar ti set v0='DIPTXOWFRRNBELFY' where id=7; -update noar tt set b2='BPRWG3CLLIU' where id=7; -update noar ti set b2='BPRWG3CLLIU' where id=7; -update noar tt set v0='UYQ' where id=8; -update noar ti set v0='UYQ' where id=8; -update noar tt set b0='M4GQ5CDULHQFMAQ0' where id=8; -update noar ti set b0='M4GQ5CDULHQFMAQ0' where id=8; -update noar tt set v0='NMOZTXTI4TKY' where id=8; -update noar ti set v0='NMOZTXTI4TKY' where id=8; -update noar tt set b1='7' where id=8; -update noar ti set b1='7' where id=8; -update noar tt set v0='MBB' where id=8; -update noar ti set v0='MBB' where id=8; -update noar tt set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8; -update noar ti set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8; -update noar tt set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9; -update noar ti set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9; -update noar tt set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9; -update noar ti set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9; -update noar tt set v0='EMUT16' where id=9; -update noar ti set v0='EMUT16' where id=9; -update noar tt set b1='GQNKZ8M' where id=9; -update noar ti set b1='GQNKZ8M' where id=9; -update noar tt set v0='O40BP' where id=9; -update noar ti set v0='O40BP' where id=9; -update noar tt set b2='SINGGHTR9MS5J' where id=9; -update noar ti set b2='SINGGHTR9MS5J' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1; -update noar ti set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1; -update noar tt set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1; -update noar ti set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1; -update noar tt set v0='IL36WANFZC' where id=1; -update noar ti set v0='IL36WANFZC' where id=1; -update noar tt set b1='718SKGB08T8F2JNH' where id=1; -update noar ti set b1='718SKGB08T8F2JNH' where id=1; -update noar tt set v0='6QQS20G7XG' where id=1; -update noar ti set v0='6QQS20G7XG' where id=1; -update noar tt set b2='936DSFV' where id=1; -update noar ti set b2='936DSFV' where id=1; -update noar tt set v0='HCP6V4IGG1S9N1153' where id=2; -update noar ti set v0='HCP6V4IGG1S9N1153' where id=2; -update noar tt set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2; -update noar ti set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2; -update noar tt set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2; -update noar ti set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2; -update noar tt set b1='GO6S03BI7B' where id=2; -update noar ti set b1='GO6S03BI7B' where id=2; -update noar tt set v0='3Y1L5KZFWL8' where id=2; -update noar ti set v0='3Y1L5KZFWL8' where id=2; -update noar tt set b2='0SAVNFXS' where id=2; -update noar ti set b2='0SAVNFXS' where id=2; -update noar tt set v0='ORJ7IA0SITJDG' where id=3; -update noar ti set v0='ORJ7IA0SITJDG' where id=3; -update noar tt set b0='I8VTVVG0SJ9NJ' where id=3; -update noar ti set b0='I8VTVVG0SJ9NJ' where id=3; -update noar tt set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3; -update noar ti set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3; -update noar tt set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3; -update noar ti set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3; -update noar tt set v0='8V2692RPN' where id=3; -update noar ti set v0='8V2692RPN' where id=3; -update noar tt set b2='MRUK27B216ND2VY7LU' where id=3; -update noar ti set b2='MRUK27B216ND2VY7LU' where id=3; -update noar tt set v0='9JDGBG1FQM2ZC' where id=4; -update noar ti set v0='9JDGBG1FQM2ZC' where id=4; -update noar tt set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4; -update noar ti set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4; -update noar tt set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4; -update noar ti set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4; -update noar tt set b1='VULZMFMGV790' where id=4; -update noar ti set b1='VULZMFMGV790' where id=4; -update noar tt set v0='B0JJ6UUV8FZZO9' where id=4; -update noar ti set v0='B0JJ6UUV8FZZO9' where id=4; -update noar tt set b2='ZSRXYK66R0TPVJV9A' where id=4; -update noar ti set b2='ZSRXYK66R0TPVJV9A' where id=4; -update noar tt set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5; -update noar ti set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5; -update noar tt set b0='C32JNFWQZ' where id=5; -update noar ti set b0='C32JNFWQZ' where id=5; -update noar tt set v0='5W8S' where id=5; -update noar ti set v0='5W8S' where id=5; -update noar tt set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5; -update noar ti set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5; -update noar tt set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5; -update noar ti set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5; -update noar tt set b2='7P2G' where id=5; -update noar ti set b2='7P2G' where id=5; -update noar tt set v0='0CBM31M1W' where id=6; -update noar ti set v0='0CBM31M1W' where id=6; -update noar tt set b0='RT629VIM3YR5H0FPCGLYBO' where id=6; -update noar ti set b0='RT629VIM3YR5H0FPCGLYBO' where id=6; -update noar tt set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6; -update noar ti set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6; -update noar tt set b1='9J73GRC1' where id=6; -update noar ti set b1='9J73GRC1' where id=6; -update noar tt set v0='HQ0M0PFDVJYZC' where id=6; -update noar ti set v0='HQ0M0PFDVJYZC' where id=6; -update noar tt set b2='QPOOQJII' where id=6; -update noar ti set b2='QPOOQJII' where id=6; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b0='OP' where id=7; -update noar ti set b0='OP' where id=7; -update noar tt set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7; -update noar ti set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7; -update noar tt set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7; -update noar ti set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7; -update noar tt set v0='9' where id=7; -update noar ti set v0='9' where id=7; -update noar tt set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7; -update noar ti set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7; -update noar tt set v0='A0XEKZJWIEXVFJB' where id=8; -update noar ti set v0='A0XEKZJWIEXVFJB' where id=8; -update noar tt set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8; -update noar ti set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8; -update noar tt set v0='OTT' where id=8; -update noar ti set v0='OTT' where id=8; -update noar tt set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8; -update noar ti set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8; -update noar tt set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8; -update noar ti set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8; -update noar tt set b2='XU8A8IT1PW458V3FTWJV' where id=8; -update noar ti set b2='XU8A8IT1PW458V3FTWJV' where id=8; -update noar tt set v0='VMZ7RG692N4' where id=9; -update noar ti set v0='VMZ7RG692N4' where id=9; -update noar tt set b0='Z2HZYGM4J2BBTP0G' where id=9; -update noar ti set b0='Z2HZYGM4J2BBTP0G' where id=9; -update noar tt set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9; -update noar ti set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9; -update noar tt set b1='2QZ6VCT01CICI4' where id=9; -update noar ti set b1='2QZ6VCT01CICI4' where id=9; -update noar tt set v0='CTRZIFP' where id=9; -update noar ti set v0='CTRZIFP' where id=9; -update noar tt set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9; -update noar ti set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1; -update noar ti set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1; -update noar tt set b0='P8FC1ARO2HP6Q26Y' where id=1; -update noar ti set b0='P8FC1ARO2HP6Q26Y' where id=1; -update noar tt set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1; -update noar ti set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1; -update noar tt set b1='LOU4OKP1BL' where id=1; -update noar ti set b1='LOU4OKP1BL' where id=1; -update noar tt set v0='8VFW77O' where id=1; -update noar ti set v0='8VFW77O' where id=1; -update noar tt set b2='SWHTVHNT0YWRXH8EW' where id=1; -update noar ti set b2='SWHTVHNT0YWRXH8EW' where id=1; -update noar tt set v0='IX4UMYR2' where id=2; -update noar ti set v0='IX4UMYR2' where id=2; -update noar tt set b0='TV' where id=2; -update noar ti set b0='TV' where id=2; -update noar tt set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2; -update noar ti set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2; -update noar tt set b1='MC' where id=2; -update noar ti set b1='MC' where id=2; -update noar tt set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2; -update noar ti set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2; -update noar tt set b2='D0VNKR9TZ39UZF8252QOH' where id=2; -update noar ti set b2='D0VNKR9TZ39UZF8252QOH' where id=2; -update noar tt set v0='QSECL3T36HGUFOCC4ZYOW' where id=3; -update noar ti set v0='QSECL3T36HGUFOCC4ZYOW' where id=3; -update noar tt set b0='H' where id=3; -update noar ti set b0='H' where id=3; -update noar tt set v0='PB403RABLD37I0W2QP' where id=3; -update noar ti set v0='PB403RABLD37I0W2QP' where id=3; -update noar tt set b1='UX' where id=3; -update noar ti set b1='UX' where id=3; -update noar tt set v0='A5' where id=3; -update noar ti set v0='A5' where id=3; -update noar tt set b2='HRM9QXKVPCGYVT303FK66' where id=3; -update noar ti set b2='HRM9QXKVPCGYVT303FK66' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='BSKVQXP54HLRTCR9' where id=4; -update noar ti set b0='BSKVQXP54HLRTCR9' where id=4; -update noar tt set v0='DX7JYDJCWG5SZ931U9RCM' where id=4; -update noar ti set v0='DX7JYDJCWG5SZ931U9RCM' where id=4; -update noar tt set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4; -update noar ti set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4; -update noar tt set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4; -update noar ti set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4; -update noar tt set b2='R7BNJ3EMZY9ZGMVH' where id=4; -update noar ti set b2='R7BNJ3EMZY9ZGMVH' where id=4; -update noar tt set v0='SFIHR' where id=5; -update noar ti set v0='SFIHR' where id=5; -update noar tt set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5; -update noar ti set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5; -update noar tt set v0='SSRIA' where id=5; -update noar ti set v0='SSRIA' where id=5; -update noar tt set b1='BSUB1WOW' where id=5; -update noar ti set b1='BSUB1WOW' where id=5; -update noar tt set v0='QLUNYKC' where id=5; -update noar ti set v0='QLUNYKC' where id=5; -update noar tt set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5; -update noar ti set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5; -update noar tt set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6; -update noar ti set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6; -update noar tt set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6; -update noar ti set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6; -update noar tt set v0='1' where id=6; -update noar ti set v0='1' where id=6; -update noar tt set b1='QLFY2XHV9HGHPJ' where id=6; -update noar ti set b1='QLFY2XHV9HGHPJ' where id=6; -update noar tt set v0='KX5NV' where id=6; -update noar ti set v0='KX5NV' where id=6; -update noar tt set b2='U1IAW9W' where id=6; -update noar ti set b2='U1IAW9W' where id=6; -update noar tt set v0='10JDK' where id=7; -update noar ti set v0='10JDK' where id=7; -update noar tt set b0='C10W76E7R' where id=7; -update noar ti set b0='C10W76E7R' where id=7; -update noar tt set v0='E' where id=7; -update noar ti set v0='E' where id=7; -update noar tt set b1='PYW304GJF0KFL4J8WS' where id=7; -update noar ti set b1='PYW304GJF0KFL4J8WS' where id=7; -update noar tt set v0='E29EOK6RLDPGNIWTUWC8P' where id=7; -update noar ti set v0='E29EOK6RLDPGNIWTUWC8P' where id=7; -update noar tt set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7; -update noar ti set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7; -update noar tt set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8; -update noar ti set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8; -update noar tt set b0='2FI' where id=8; -update noar ti set b0='2FI' where id=8; -update noar tt set v0='VG64DCDIN21X77EH4N7ELVD' where id=8; -update noar ti set v0='VG64DCDIN21X77EH4N7ELVD' where id=8; -update noar tt set b1='71HR9E8HHQUA0O1VVLR1' where id=8; -update noar ti set b1='71HR9E8HHQUA0O1VVLR1' where id=8; -update noar tt set v0='F2YS0AMVIO0P54' where id=8; -update noar ti set v0='F2YS0AMVIO0P54' where id=8; -update noar tt set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8; -update noar ti set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8; -update noar tt set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9; -update noar ti set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9; -update noar tt set b0='3S1WCM' where id=9; -update noar ti set b0='3S1WCM' where id=9; -update noar tt set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9; -update noar ti set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set v0='950Z8NSDX3ETQVF23G' where id=9; -update noar ti set v0='950Z8NSDX3ETQVF23G' where id=9; -update noar tt set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9; -update noar ti set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V4THDEBWR4QM3J' where id=1; -update noar ti set v0='V4THDEBWR4QM3J' where id=1; -update noar tt set b0='EKCTXW5S4ZCLAWTEF' where id=1; -update noar ti set b0='EKCTXW5S4ZCLAWTEF' where id=1; -update noar tt set v0='CZIH6J' where id=1; -update noar ti set v0='CZIH6J' where id=1; -update noar tt set b1='Y8EIS3O7H' where id=1; -update noar ti set b1='Y8EIS3O7H' where id=1; -update noar tt set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1; -update noar ti set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1; -update noar tt set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1; -update noar ti set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1; -update noar tt set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2; -update noar ti set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2; -update noar tt set b0='76SM4BQURN4SH' where id=2; -update noar ti set b0='76SM4BQURN4SH' where id=2; -update noar tt set v0='ND2NWNT' where id=2; -update noar ti set v0='ND2NWNT' where id=2; -update noar tt set b1='O7XW033WZ2TF0M' where id=2; -update noar ti set b1='O7XW033WZ2TF0M' where id=2; -update noar tt set v0='01KXQRFL75M24G4G' where id=2; -update noar ti set v0='01KXQRFL75M24G4G' where id=2; -update noar tt set b2='KK' where id=2; -update noar ti set b2='KK' where id=2; -update noar tt set v0='L4PWHJNVAMOPEN' where id=3; -update noar ti set v0='L4PWHJNVAMOPEN' where id=3; -update noar tt set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3; -update noar ti set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3; -update noar tt set v0='DFK0AJYRV6U29FOVPE034PO' where id=3; -update noar ti set v0='DFK0AJYRV6U29FOVPE034PO' where id=3; -update noar tt set b1='MYX' where id=3; -update noar ti set b1='MYX' where id=3; -update noar tt set v0='17M' where id=3; -update noar ti set v0='17M' where id=3; -update noar tt set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3; -update noar ti set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3; -update noar tt set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4; -update noar ti set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4; -update noar tt set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4; -update noar ti set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4; -update noar tt set v0='4JGD5VISZ3CEM36' where id=4; -update noar ti set v0='4JGD5VISZ3CEM36' where id=4; -update noar tt set b1='FYQ4XFFR761' where id=4; -update noar ti set b1='FYQ4XFFR761' where id=4; -update noar tt set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4; -update noar ti set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4; -update noar tt set b2='HY0D7' where id=4; -update noar ti set b2='HY0D7' where id=4; -update noar tt set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5; -update noar ti set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5; -update noar tt set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5; -update noar ti set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5; -update noar tt set v0='K5DA1UZM4VQ5' where id=5; -update noar ti set v0='K5DA1UZM4VQ5' where id=5; -update noar tt set b1='G43TF4GQYISB66734WDE' where id=5; -update noar ti set b1='G43TF4GQYISB66734WDE' where id=5; -update noar tt set v0='KRZ3LXH4' where id=5; -update noar ti set v0='KRZ3LXH4' where id=5; -update noar tt set b2='RW1P0U660I7YW5C38DP0T' where id=5; -update noar ti set b2='RW1P0U660I7YW5C38DP0T' where id=5; -update noar tt set v0='FB1S' where id=6; -update noar ti set v0='FB1S' where id=6; -update noar tt set b0='QM07H2G4Y4Y35' where id=6; -update noar ti set b0='QM07H2G4Y4Y35' where id=6; -update noar tt set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6; -update noar ti set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6; -update noar tt set b1='A' where id=6; -update noar ti set b1='A' where id=6; -update noar tt set v0='RG50T3F6GBMAX1X' where id=6; -update noar ti set v0='RG50T3F6GBMAX1X' where id=6; -update noar tt set b2='AQPUTMVZ96IA' where id=6; -update noar ti set b2='AQPUTMVZ96IA' where id=6; -update noar tt set v0='8HEMBQXQVV2KN6P7S' where id=7; -update noar ti set v0='8HEMBQXQVV2KN6P7S' where id=7; -update noar tt set b0='AFQ6' where id=7; -update noar ti set b0='AFQ6' where id=7; -update noar tt set v0='BUF3AVQU1DYUW0QN34GH0' where id=7; -update noar ti set v0='BUF3AVQU1DYUW0QN34GH0' where id=7; -update noar tt set b1='JCM9MT1NQRFLLKO343Y' where id=7; -update noar ti set b1='JCM9MT1NQRFLLKO343Y' where id=7; -update noar tt set v0='RERYI' where id=7; -update noar ti set v0='RERYI' where id=7; -update noar tt set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7; -update noar ti set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7; -update noar tt set v0='575YE4HY7U3I' where id=8; -update noar ti set v0='575YE4HY7U3I' where id=8; -update noar tt set b0='PVGQ6S' where id=8; -update noar ti set b0='PVGQ6S' where id=8; -update noar tt set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8; -update noar ti set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8; -update noar tt set b1='NDCC5H97399M' where id=8; -update noar ti set b1='NDCC5H97399M' where id=8; -update noar tt set v0='FSSGHDCVOU2HHDB3QYX88' where id=8; -update noar ti set v0='FSSGHDCVOU2HHDB3QYX88' where id=8; -update noar tt set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8; -update noar ti set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8; -update noar tt set v0='AMLAJN' where id=9; -update noar ti set v0='AMLAJN' where id=9; -update noar tt set b0='RWB' where id=9; -update noar ti set b0='RWB' where id=9; -update noar tt set v0='LJ0NOMFSQCSCS' where id=9; -update noar ti set v0='LJ0NOMFSQCSCS' where id=9; -update noar tt set b1='L1D' where id=9; -update noar ti set b1='L1D' where id=9; -update noar tt set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9; -update noar ti set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9; -update noar tt set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9; -update noar ti set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='84KMRKXTIC1YC2' where id=1; -update noar ti set v0='84KMRKXTIC1YC2' where id=1; -update noar tt set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1; -update noar ti set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1; -update noar tt set v0='L5C7Z4OWN4P395FUQ3HI' where id=1; -update noar ti set v0='L5C7Z4OWN4P395FUQ3HI' where id=1; -update noar tt set b1='WM1VXZ87JBB1' where id=1; -update noar ti set b1='WM1VXZ87JBB1' where id=1; -update noar tt set v0='JGUZ13EBM1DXYCHS' where id=1; -update noar ti set v0='JGUZ13EBM1DXYCHS' where id=1; -update noar tt set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1; -update noar ti set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1; -update noar tt set v0='JDOW' where id=2; -update noar ti set v0='JDOW' where id=2; -update noar tt set b0='1U192K4DAUI' where id=2; -update noar ti set b0='1U192K4DAUI' where id=2; -update noar tt set v0='4OERL68FY12XRI6WE' where id=2; -update noar ti set v0='4OERL68FY12XRI6WE' where id=2; -update noar tt set b1='Q580ZY9PQQW599DT26N4W' where id=2; -update noar ti set b1='Q580ZY9PQQW599DT26N4W' where id=2; -update noar tt set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2; -update noar ti set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2; -update noar tt set b2='WYQLFEBWR7' where id=2; -update noar ti set b2='WYQLFEBWR7' where id=2; -update noar tt set v0='850HEBXJGVF4A9LB0G6' where id=3; -update noar ti set v0='850HEBXJGVF4A9LB0G6' where id=3; -update noar tt set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3; -update noar ti set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3; -update noar tt set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3; -update noar ti set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3; -update noar tt set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3; -update noar ti set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3; -update noar tt set v0='BUH0PSQPL' where id=3; -update noar ti set v0='BUH0PSQPL' where id=3; -update noar tt set b2='WETZ7Q181K3ENUORLJOVC' where id=3; -update noar ti set b2='WETZ7Q181K3ENUORLJOVC' where id=3; -update noar tt set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4; -update noar ti set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4; -update noar tt set b0='5VYIHZ43X6HNR' where id=4; -update noar ti set b0='5VYIHZ43X6HNR' where id=4; -update noar tt set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4; -update noar ti set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4; -update noar tt set b1='2L4DZOX6FQPV' where id=4; -update noar ti set b1='2L4DZOX6FQPV' where id=4; -update noar tt set v0='CP6JBLEG2X9U6D' where id=4; -update noar ti set v0='CP6JBLEG2X9U6D' where id=4; -update noar tt set b2='MPPAQF17XWJELS28DWW' where id=4; -update noar ti set b2='MPPAQF17XWJELS28DWW' where id=4; -update noar tt set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5; -update noar ti set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5; -update noar tt set b0='NW4UJJ1WLQA6K26H' where id=5; -update noar ti set b0='NW4UJJ1WLQA6K26H' where id=5; -update noar tt set v0='MB' where id=5; -update noar ti set v0='MB' where id=5; -update noar tt set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5; -update noar ti set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5; -update noar tt set v0='Z64' where id=5; -update noar ti set v0='Z64' where id=5; -update noar tt set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5; -update noar ti set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5; -update noar tt set v0='AVRRXO5CQYXHPDCW0' where id=6; -update noar ti set v0='AVRRXO5CQYXHPDCW0' where id=6; -update noar tt set b0='O' where id=6; -update noar ti set b0='O' where id=6; -update noar tt set v0='N8S1XG4BS504J68ZQKFO' where id=6; -update noar ti set v0='N8S1XG4BS504J68ZQKFO' where id=6; -update noar tt set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6; -update noar ti set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6; -update noar tt set v0='9SA' where id=6; -update noar ti set v0='9SA' where id=6; -update noar tt set b2='CLB5J' where id=6; -update noar ti set b2='CLB5J' where id=6; -update noar tt set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7; -update noar ti set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7; -update noar tt set b0='TY223YMGNY' where id=7; -update noar ti set b0='TY223YMGNY' where id=7; -update noar tt set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7; -update noar ti set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7; -update noar tt set b1='CWZ' where id=7; -update noar ti set b1='CWZ' where id=7; -update noar tt set v0='7V44477KO' where id=7; -update noar ti set v0='7V44477KO' where id=7; -update noar tt set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7; -update noar ti set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7; -update noar tt set v0='K3NXH4' where id=8; -update noar ti set v0='K3NXH4' where id=8; -update noar tt set b0='CT5UF3ZFBG1K' where id=8; -update noar ti set b0='CT5UF3ZFBG1K' where id=8; -update noar tt set v0='IUGLVO7UHOZKVDH6A' where id=8; -update noar ti set v0='IUGLVO7UHOZKVDH6A' where id=8; -update noar tt set b1='V8YEO7AG8UHO' where id=8; -update noar ti set b1='V8YEO7AG8UHO' where id=8; -update noar tt set v0='AI756EXP89J9WFCW57' where id=8; -update noar ti set v0='AI756EXP89J9WFCW57' where id=8; -update noar tt set b2='2M7S680ETYZKU5CX' where id=8; -update noar ti set b2='2M7S680ETYZKU5CX' where id=8; -update noar tt set v0='KPTGNP2655HOUDCV' where id=9; -update noar ti set v0='KPTGNP2655HOUDCV' where id=9; -update noar tt set b0='4T9VTU0F82G671S7' where id=9; -update noar ti set b0='4T9VTU0F82G671S7' where id=9; -update noar tt set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9; -update noar ti set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9; -update noar tt set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9; -update noar ti set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9; -update noar tt set v0='7YN4ONAP7' where id=9; -update noar ti set v0='7YN4ONAP7' where id=9; -update noar tt set b2='4R0E4GIQT9O' where id=9; -update noar ti set b2='4R0E4GIQT9O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PGPR9X9YJUTCFF' where id=1; -update noar ti set v0='PGPR9X9YJUTCFF' where id=1; -update noar tt set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1; -update noar ti set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1; -update noar tt set v0='BKCH' where id=1; -update noar ti set v0='BKCH' where id=1; -update noar tt set b1='EYNSYJQ3P985PSD' where id=1; -update noar ti set b1='EYNSYJQ3P985PSD' where id=1; -update noar tt set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1; -update noar ti set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1; -update noar tt set b2='9M761U25' where id=1; -update noar ti set b2='9M761U25' where id=1; -update noar tt set v0='F7PMRFSYNJL2P84C4EJ' where id=2; -update noar ti set v0='F7PMRFSYNJL2P84C4EJ' where id=2; -update noar tt set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2; -update noar ti set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2; -update noar tt set v0='3CX9TFLV9BZ2RXL8N' where id=2; -update noar ti set v0='3CX9TFLV9BZ2RXL8N' where id=2; -update noar tt set b1='KEUMZBWUBN65AJ' where id=2; -update noar ti set b1='KEUMZBWUBN65AJ' where id=2; -update noar tt set v0='M7L4' where id=2; -update noar ti set v0='M7L4' where id=2; -update noar tt set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2; -update noar ti set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2; -update noar tt set v0='5' where id=3; -update noar ti set v0='5' where id=3; -update noar tt set b0='5PO5HAL5' where id=3; -update noar ti set b0='5PO5HAL5' where id=3; -update noar tt set v0='0' where id=3; -update noar ti set v0='0' where id=3; -update noar tt set b1='YX4NQFQD3V423DD1HE8X62' where id=3; -update noar ti set b1='YX4NQFQD3V423DD1HE8X62' where id=3; -update noar tt set v0='2YRGKJNVNI' where id=3; -update noar ti set v0='2YRGKJNVNI' where id=3; -update noar tt set b2='SB8I77XDMKLUE52PMR5X' where id=3; -update noar ti set b2='SB8I77XDMKLUE52PMR5X' where id=3; -update noar tt set v0='HQDIN9CRJZ' where id=4; -update noar ti set v0='HQDIN9CRJZ' where id=4; -update noar tt set b0='5TT0NEGCLMIW' where id=4; -update noar ti set b0='5TT0NEGCLMIW' where id=4; -update noar tt set v0='MRQS93GDRK' where id=4; -update noar ti set v0='MRQS93GDRK' where id=4; -update noar tt set b1='IB0SPJJN' where id=4; -update noar ti set b1='IB0SPJJN' where id=4; -update noar tt set v0='BTG' where id=4; -update noar ti set v0='BTG' where id=4; -update noar tt set b2='5UXQITX5DMCJMN9SV0LJY' where id=4; -update noar ti set b2='5UXQITX5DMCJMN9SV0LJY' where id=4; -update noar tt set v0='4' where id=5; -update noar ti set v0='4' where id=5; -update noar tt set b0='THXVJ63P' where id=5; -update noar ti set b0='THXVJ63P' where id=5; -update noar tt set v0='TVX59QX25AU1J355FN' where id=5; -update noar ti set v0='TVX59QX25AU1J355FN' where id=5; -update noar tt set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5; -update noar ti set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5; -update noar tt set v0='HL1MDNVIYQ45B8KN' where id=5; -update noar ti set v0='HL1MDNVIYQ45B8KN' where id=5; -update noar tt set b2='G9QZTTOOI2US6' where id=5; -update noar ti set b2='G9QZTTOOI2US6' where id=5; -update noar tt set v0='8BN191' where id=6; -update noar ti set v0='8BN191' where id=6; -update noar tt set b0='79E6XKBZH' where id=6; -update noar ti set b0='79E6XKBZH' where id=6; -update noar tt set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6; -update noar ti set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6; -update noar tt set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6; -update noar ti set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6; -update noar tt set v0='HRTKC' where id=6; -update noar ti set v0='HRTKC' where id=6; -update noar tt set b2='YP02J3' where id=6; -update noar ti set b2='YP02J3' where id=6; -update noar tt set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7; -update noar ti set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7; -update noar tt set b0='RF8O62' where id=7; -update noar ti set b0='RF8O62' where id=7; -update noar tt set v0='WZUPL6918F4' where id=7; -update noar ti set v0='WZUPL6918F4' where id=7; -update noar tt set b1='C2AELA42F' where id=7; -update noar ti set b1='C2AELA42F' where id=7; -update noar tt set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7; -update noar ti set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7; -update noar tt set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7; -update noar ti set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7; -update noar tt set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8; -update noar ti set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8; -update noar tt set b0='87Z0NO' where id=8; -update noar ti set b0='87Z0NO' where id=8; -update noar tt set v0='48UKQ18CU89HY1PJB' where id=8; -update noar ti set v0='48UKQ18CU89HY1PJB' where id=8; -update noar tt set b1='LCR9OTZHBTCTI5HGJPP0' where id=8; -update noar ti set b1='LCR9OTZHBTCTI5HGJPP0' where id=8; -update noar tt set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8; -update noar ti set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8; -update noar tt set b2='ODXXXF5YUTF2SA3JPXLY' where id=8; -update noar ti set b2='ODXXXF5YUTF2SA3JPXLY' where id=8; -update noar tt set v0='TE' where id=9; -update noar ti set v0='TE' where id=9; -update noar tt set b0='CS0RDZQD' where id=9; -update noar ti set b0='CS0RDZQD' where id=9; -update noar tt set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9; -update noar ti set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9; -update noar tt set b1='5HH2LTH3L2VYH8Q' where id=9; -update noar ti set b1='5HH2LTH3L2VYH8Q' where id=9; -update noar tt set v0='2LGZ6YXANFZMLO' where id=9; -update noar ti set v0='2LGZ6YXANFZMLO' where id=9; -update noar tt set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9; -update noar ti set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1; -update noar ti set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1; -update noar tt set b0='QP9TCZ5AYIW' where id=1; -update noar ti set b0='QP9TCZ5AYIW' where id=1; -update noar tt set v0='FODV' where id=1; -update noar ti set v0='FODV' where id=1; -update noar tt set b1='ZNU2SC8U8HYHGYUT' where id=1; -update noar ti set b1='ZNU2SC8U8HYHGYUT' where id=1; -update noar tt set v0='FJJDGHK35OJQQWM7PG' where id=1; -update noar ti set v0='FJJDGHK35OJQQWM7PG' where id=1; -update noar tt set b2='GAMAODV6ZL4' where id=1; -update noar ti set b2='GAMAODV6ZL4' where id=1; -update noar tt set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2; -update noar ti set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2; -update noar tt set b0='FW987LIWOQV3BW' where id=2; -update noar ti set b0='FW987LIWOQV3BW' where id=2; -update noar tt set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2; -update noar ti set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2; -update noar tt set b1='PKP' where id=2; -update noar ti set b1='PKP' where id=2; -update noar tt set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2; -update noar ti set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2; -update noar tt set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2; -update noar ti set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2; -update noar tt set v0='U6MBM' where id=3; -update noar ti set v0='U6MBM' where id=3; -update noar tt set b0='Z620N2WNPPZGYCTGV5K' where id=3; -update noar ti set b0='Z620N2WNPPZGYCTGV5K' where id=3; -update noar tt set v0='2JLTFVM1' where id=3; -update noar ti set v0='2JLTFVM1' where id=3; -update noar tt set b1='3JVU' where id=3; -update noar ti set b1='3JVU' where id=3; -update noar tt set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3; -update noar ti set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3; -update noar tt set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3; -update noar ti set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3; -update noar tt set v0='I6JYY' where id=4; -update noar ti set v0='I6JYY' where id=4; -update noar tt set b0='FTHB4MFRE0QKE' where id=4; -update noar ti set b0='FTHB4MFRE0QKE' where id=4; -update noar tt set v0='KM7C34NN23' where id=4; -update noar ti set v0='KM7C34NN23' where id=4; -update noar tt set b1='HC5ALQ183SOX' where id=4; -update noar ti set b1='HC5ALQ183SOX' where id=4; -update noar tt set v0='T' where id=4; -update noar ti set v0='T' where id=4; -update noar tt set b2='8LJV9IBHD6H7RR' where id=4; -update noar ti set b2='8LJV9IBHD6H7RR' where id=4; -update noar tt set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5; -update noar ti set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5; -update noar tt set b0='AV3YVQMM3MI2J' where id=5; -update noar ti set b0='AV3YVQMM3MI2J' where id=5; -update noar tt set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5; -update noar ti set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5; -update noar tt set b1='RRYPE7V3P' where id=5; -update noar ti set b1='RRYPE7V3P' where id=5; -update noar tt set v0='WU13VPVSMKE0J2O8X' where id=5; -update noar ti set v0='WU13VPVSMKE0J2O8X' where id=5; -update noar tt set b2='K' where id=5; -update noar ti set b2='K' where id=5; -update noar tt set v0='859YF' where id=6; -update noar ti set v0='859YF' where id=6; -update noar tt set b0='7A9FOFGVVMS1JWO4KE3' where id=6; -update noar ti set b0='7A9FOFGVVMS1JWO4KE3' where id=6; -update noar tt set v0='HU770U0MW46XKK1' where id=6; -update noar ti set v0='HU770U0MW46XKK1' where id=6; -update noar tt set b1='H7Z6YSIVS945I0' where id=6; -update noar ti set b1='H7Z6YSIVS945I0' where id=6; -update noar tt set v0='FTTHL0XVXENZB40ISH0' where id=6; -update noar ti set v0='FTTHL0XVXENZB40ISH0' where id=6; -update noar tt set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6; -update noar ti set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6; -update noar tt set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7; -update noar ti set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7; -update noar tt set b0='AWOYNE4HYW9B4ULK3ILS' where id=7; -update noar ti set b0='AWOYNE4HYW9B4ULK3ILS' where id=7; -update noar tt set v0='MMUI' where id=7; -update noar ti set v0='MMUI' where id=7; -update noar tt set b1='HS2XHNESK' where id=7; -update noar ti set b1='HS2XHNESK' where id=7; -update noar tt set v0='J66G1P8LK1' where id=7; -update noar ti set v0='J66G1P8LK1' where id=7; -update noar tt set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7; -update noar ti set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7; -update noar tt set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8; -update noar ti set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8; -update noar tt set b0='JNXK473GZQHOFVN5DB9OKP' where id=8; -update noar ti set b0='JNXK473GZQHOFVN5DB9OKP' where id=8; -update noar tt set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8; -update noar ti set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8; -update noar tt set b1='TY6UHCGWXAV' where id=8; -update noar ti set b1='TY6UHCGWXAV' where id=8; -update noar tt set v0='FUNJO59UL05U' where id=8; -update noar ti set v0='FUNJO59UL05U' where id=8; -update noar tt set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8; -update noar ti set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8; -update noar tt set v0='HUJS0R4' where id=9; -update noar ti set v0='HUJS0R4' where id=9; -update noar tt set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9; -update noar ti set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9; -update noar tt set v0='SI2R8ML45IR' where id=9; -update noar ti set v0='SI2R8ML45IR' where id=9; -update noar tt set b1='CXPTEU9S6C6700B' where id=9; -update noar ti set b1='CXPTEU9S6C6700B' where id=9; -update noar tt set v0='T4T' where id=9; -update noar ti set v0='T4T' where id=9; -update noar tt set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9; -update noar ti set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9PQEZ4VJSOX0' where id=1; -update noar ti set v0='9PQEZ4VJSOX0' where id=1; -update noar tt set b0='O8E' where id=1; -update noar ti set b0='O8E' where id=1; -update noar tt set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1; -update noar ti set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1; -update noar tt set b1='98FVN3OO1E1S' where id=1; -update noar ti set b1='98FVN3OO1E1S' where id=1; -update noar tt set v0='YZWIW6OM9QVWB42L76' where id=1; -update noar ti set v0='YZWIW6OM9QVWB42L76' where id=1; -update noar tt set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1; -update noar ti set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1; -update noar tt set v0='BSN60NF' where id=2; -update noar ti set v0='BSN60NF' where id=2; -update noar tt set b0='FMYGOJLUS3Q0NELVY' where id=2; -update noar ti set b0='FMYGOJLUS3Q0NELVY' where id=2; -update noar tt set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2; -update noar ti set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2; -update noar tt set b1='3Z0' where id=2; -update noar ti set b1='3Z0' where id=2; -update noar tt set v0='23TB3E5CZYI3WAJ3XHO' where id=2; -update noar ti set v0='23TB3E5CZYI3WAJ3XHO' where id=2; -update noar tt set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2; -update noar ti set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2; -update noar tt set v0='388MBT4SFV4O49' where id=3; -update noar ti set v0='388MBT4SFV4O49' where id=3; -update noar tt set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3; -update noar ti set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3; -update noar tt set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3; -update noar ti set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3; -update noar tt set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3; -update noar ti set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3; -update noar tt set v0='FECMTITEA9S82Z3' where id=3; -update noar ti set v0='FECMTITEA9S82Z3' where id=3; -update noar tt set b2='E5149OSO3AUSQE3C71E2' where id=3; -update noar ti set b2='E5149OSO3AUSQE3C71E2' where id=3; -update noar tt set v0='DVFAFK062JB3P' where id=4; -update noar ti set v0='DVFAFK062JB3P' where id=4; -update noar tt set b0='LFQM77I' where id=4; -update noar ti set b0='LFQM77I' where id=4; -update noar tt set v0='CNZR2ALYZ7LF3PBSULJO' where id=4; -update noar ti set v0='CNZR2ALYZ7LF3PBSULJO' where id=4; -update noar tt set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4; -update noar ti set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4; -update noar tt set v0='0W' where id=4; -update noar ti set v0='0W' where id=4; -update noar tt set b2='ZYB32YAV13' where id=4; -update noar ti set b2='ZYB32YAV13' where id=4; -update noar tt set v0='MO37JFHJAWAPURNOU' where id=5; -update noar ti set v0='MO37JFHJAWAPURNOU' where id=5; -update noar tt set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5; -update noar ti set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5; -update noar tt set v0='5V7VC96F0' where id=5; -update noar ti set v0='5V7VC96F0' where id=5; -update noar tt set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5; -update noar ti set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5; -update noar tt set v0='5XYYC50ADP7GJVVS' where id=5; -update noar ti set v0='5XYYC50ADP7GJVVS' where id=5; -update noar tt set b2='81W3O7' where id=5; -update noar ti set b2='81W3O7' where id=5; -update noar tt set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6; -update noar ti set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6; -update noar tt set b0='JULOTLY6RVNPM' where id=6; -update noar ti set b0='JULOTLY6RVNPM' where id=6; -update noar tt set v0='OOZI87MGYZ1DHU3601' where id=6; -update noar ti set v0='OOZI87MGYZ1DHU3601' where id=6; -update noar tt set b1='42' where id=6; -update noar ti set b1='42' where id=6; -update noar tt set v0='86O6' where id=6; -update noar ti set v0='86O6' where id=6; -update noar tt set b2='BF5' where id=6; -update noar ti set b2='BF5' where id=6; -update noar tt set v0='AC4BZELC6FQ' where id=7; -update noar ti set v0='AC4BZELC6FQ' where id=7; -update noar tt set b0='KAW6SDQ' where id=7; -update noar ti set b0='KAW6SDQ' where id=7; -update noar tt set v0='M4OZFK5XCUGJDZHSQLO' where id=7; -update noar ti set v0='M4OZFK5XCUGJDZHSQLO' where id=7; -update noar tt set b1='PTICZPMKF2UPMVY' where id=7; -update noar ti set b1='PTICZPMKF2UPMVY' where id=7; -update noar tt set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7; -update noar ti set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7; -update noar tt set b2='WU3LBW7' where id=7; -update noar ti set b2='WU3LBW7' where id=7; -update noar tt set v0='PV889WHHUOQXREI' where id=8; -update noar ti set v0='PV889WHHUOQXREI' where id=8; -update noar tt set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8; -update noar ti set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8; -update noar tt set v0='BQIINCEDNA460022I2X8NP' where id=8; -update noar ti set v0='BQIINCEDNA460022I2X8NP' where id=8; -update noar tt set b1='9365Y28JR6E7DFCZW9' where id=8; -update noar ti set b1='9365Y28JR6E7DFCZW9' where id=8; -update noar tt set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8; -update noar ti set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8; -update noar tt set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8; -update noar ti set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9; -update noar ti set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9; -update noar tt set v0='LVGX0UGSSRJX' where id=9; -update noar ti set v0='LVGX0UGSSRJX' where id=9; -update noar tt set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9; -update noar ti set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9; -update noar tt set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9; -update noar ti set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9; -update noar tt set b2='NSX4ZQQEJTGYPEP' where id=9; -update noar ti set b2='NSX4ZQQEJTGYPEP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NG8MXG' where id=1; -update noar ti set v0='NG8MXG' where id=1; -update noar tt set b0='C8TRHI1CEUJMCLWJ5' where id=1; -update noar ti set b0='C8TRHI1CEUJMCLWJ5' where id=1; -update noar tt set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1; -update noar ti set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1; -update noar tt set b1='X8KKMGTEKSK42EN970W2GL' where id=1; -update noar ti set b1='X8KKMGTEKSK42EN970W2GL' where id=1; -update noar tt set v0='BP1D1MRV0UJGB523DH5' where id=1; -update noar ti set v0='BP1D1MRV0UJGB523DH5' where id=1; -update noar tt set b2='OERA4H0VQGFOAA4TX9FI' where id=1; -update noar ti set b2='OERA4H0VQGFOAA4TX9FI' where id=1; -update noar tt set v0='Z9GVZANQ0LAXZYQTX' where id=2; -update noar ti set v0='Z9GVZANQ0LAXZYQTX' where id=2; -update noar tt set b0='BC7DNEVBXCOALJKSDH' where id=2; -update noar ti set b0='BC7DNEVBXCOALJKSDH' where id=2; -update noar tt set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2; -update noar ti set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2; -update noar tt set b1='XK3SDYK3PIJKJG' where id=2; -update noar ti set b1='XK3SDYK3PIJKJG' where id=2; -update noar tt set v0='V3NUO1MOV21MVTJ4VVDR' where id=2; -update noar ti set v0='V3NUO1MOV21MVTJ4VVDR' where id=2; -update noar tt set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2; -update noar ti set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2; -update noar tt set v0='QL2XJNG3MZMUEXZP7H' where id=3; -update noar ti set v0='QL2XJNG3MZMUEXZP7H' where id=3; -update noar tt set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3; -update noar ti set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3; -update noar tt set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3; -update noar ti set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3; -update noar tt set b1='TPLLSXAV87BAZFOO' where id=3; -update noar ti set b1='TPLLSXAV87BAZFOO' where id=3; -update noar tt set v0='60F9D49S7MPPSYKDWWQBL3' where id=3; -update noar ti set v0='60F9D49S7MPPSYKDWWQBL3' where id=3; -update noar tt set b2='TTCF3N1MBFGER6I2' where id=3; -update noar ti set b2='TTCF3N1MBFGER6I2' where id=3; -update noar tt set v0='H9O' where id=4; -update noar ti set v0='H9O' where id=4; -update noar tt set b0='SSJ0VOAU' where id=4; -update noar ti set b0='SSJ0VOAU' where id=4; -update noar tt set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4; -update noar ti set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4; -update noar tt set b1='QO5WX6NX9FYTZ' where id=4; -update noar ti set b1='QO5WX6NX9FYTZ' where id=4; -update noar tt set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4; -update noar ti set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4; -update noar tt set b2='EEJEILTHUOL2WI' where id=4; -update noar ti set b2='EEJEILTHUOL2WI' where id=4; -update noar tt set v0='VNPFB' where id=5; -update noar ti set v0='VNPFB' where id=5; -update noar tt set b0='URNVXJRKA8KAEPP2X0K9R' where id=5; -update noar ti set b0='URNVXJRKA8KAEPP2X0K9R' where id=5; -update noar tt set v0='OF' where id=5; -update noar ti set v0='OF' where id=5; -update noar tt set b1='P34MVO' where id=5; -update noar ti set b1='P34MVO' where id=5; -update noar tt set v0='IHR14N5QIU5UNXE2YNS' where id=5; -update noar ti set v0='IHR14N5QIU5UNXE2YNS' where id=5; -update noar tt set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5; -update noar ti set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5; -update noar tt set v0='V88HEHV8UP3LL31VTL0M' where id=6; -update noar ti set v0='V88HEHV8UP3LL31VTL0M' where id=6; -update noar tt set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6; -update noar ti set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6; -update noar tt set v0='4HSE7EFM8DINVD93YATM' where id=6; -update noar ti set v0='4HSE7EFM8DINVD93YATM' where id=6; -update noar tt set b1='NL3W8' where id=6; -update noar ti set b1='NL3W8' where id=6; -update noar tt set v0='4HZGP' where id=6; -update noar ti set v0='4HZGP' where id=6; -update noar tt set b2='JGY2EM0SMCMG59TNFXR' where id=6; -update noar ti set b2='JGY2EM0SMCMG59TNFXR' where id=6; -update noar tt set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7; -update noar ti set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7; -update noar tt set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7; -update noar ti set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7; -update noar tt set v0='6N7KLLM8SLHFA16K7PO' where id=7; -update noar ti set v0='6N7KLLM8SLHFA16K7PO' where id=7; -update noar tt set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7; -update noar ti set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7; -update noar tt set v0='B' where id=7; -update noar ti set v0='B' where id=7; -update noar tt set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7; -update noar ti set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7; -update noar tt set v0='0W0G8LAB0HP4TMK0FDX6' where id=8; -update noar ti set v0='0W0G8LAB0HP4TMK0FDX6' where id=8; -update noar tt set b0='6IECLLZNFQYUWZWFL8' where id=8; -update noar ti set b0='6IECLLZNFQYUWZWFL8' where id=8; -update noar tt set v0='Q3A69N4' where id=8; -update noar ti set v0='Q3A69N4' where id=8; -update noar tt set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8; -update noar ti set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8; -update noar tt set v0='VY4H38W9' where id=8; -update noar ti set v0='VY4H38W9' where id=8; -update noar tt set b2='CKM' where id=8; -update noar ti set b2='CKM' where id=8; -update noar tt set v0='34Z' where id=9; -update noar ti set v0='34Z' where id=9; -update noar tt set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9; -update noar ti set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b1='WYZ' where id=9; -update noar ti set b1='WYZ' where id=9; -update noar tt set v0='ZMG22NTVH' where id=9; -update noar ti set v0='ZMG22NTVH' where id=9; -update noar tt set b2='7TP0HP1' where id=9; -update noar ti set b2='7TP0HP1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1; -update noar ti set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1; -update noar tt set b0='Q2A8RUAZW' where id=1; -update noar ti set b0='Q2A8RUAZW' where id=1; -update noar tt set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1; -update noar ti set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1; -update noar tt set b1='Z149291IXGO' where id=1; -update noar ti set b1='Z149291IXGO' where id=1; -update noar tt set v0='5U46MWCXK045R3WATPSI' where id=1; -update noar ti set v0='5U46MWCXK045R3WATPSI' where id=1; -update noar tt set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1; -update noar ti set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1; -update noar tt set v0='1TE3Z3Y2ES' where id=2; -update noar ti set v0='1TE3Z3Y2ES' where id=2; -update noar tt set b0='GYVBCAERQLNK56GAJXGIQT' where id=2; -update noar ti set b0='GYVBCAERQLNK56GAJXGIQT' where id=2; -update noar tt set v0='O9TEV0FLVUJGE' where id=2; -update noar ti set v0='O9TEV0FLVUJGE' where id=2; -update noar tt set b1='5R' where id=2; -update noar ti set b1='5R' where id=2; -update noar tt set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2; -update noar ti set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2; -update noar tt set b2='M5SB21MY4A06HO4PJK' where id=2; -update noar ti set b2='M5SB21MY4A06HO4PJK' where id=2; -update noar tt set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3; -update noar ti set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3; -update noar tt set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3; -update noar ti set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3; -update noar tt set v0='9A' where id=3; -update noar ti set v0='9A' where id=3; -update noar tt set b1='F5BS' where id=3; -update noar ti set b1='F5BS' where id=3; -update noar tt set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3; -update noar ti set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3; -update noar tt set b2='5DW7' where id=3; -update noar ti set b2='5DW7' where id=3; -update noar tt set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4; -update noar ti set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4; -update noar tt set b0='ILM6P1V' where id=4; -update noar ti set b0='ILM6P1V' where id=4; -update noar tt set v0='R755QIYZLK1CN09G572' where id=4; -update noar ti set v0='R755QIYZLK1CN09G572' where id=4; -update noar tt set b1='6F' where id=4; -update noar ti set b1='6F' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='DCVUWKGBDQJFSSGBP' where id=4; -update noar ti set b2='DCVUWKGBDQJFSSGBP' where id=4; -update noar tt set v0='PC5H51' where id=5; -update noar ti set v0='PC5H51' where id=5; -update noar tt set b0='Q' where id=5; -update noar ti set b0='Q' where id=5; -update noar tt set v0='ETN' where id=5; -update noar ti set v0='ETN' where id=5; -update noar tt set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5; -update noar ti set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5; -update noar tt set v0='AH4L4' where id=5; -update noar ti set v0='AH4L4' where id=5; -update noar tt set b2='X1PTYLFKYL0' where id=5; -update noar ti set b2='X1PTYLFKYL0' where id=5; -update noar tt set v0='URRG7BE0USKJS0KS80V35TJM' where id=6; -update noar ti set v0='URRG7BE0USKJS0KS80V35TJM' where id=6; -update noar tt set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6; -update noar ti set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6; -update noar tt set v0='W3VN' where id=6; -update noar ti set v0='W3VN' where id=6; -update noar tt set b1='AI8A09Y' where id=6; -update noar ti set b1='AI8A09Y' where id=6; -update noar tt set v0='7FK2BF' where id=6; -update noar ti set v0='7FK2BF' where id=6; -update noar tt set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6; -update noar ti set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6; -update noar tt set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7; -update noar ti set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7; -update noar tt set b0='7CSMB993KJB8' where id=7; -update noar ti set b0='7CSMB993KJB8' where id=7; -update noar tt set v0='86W2ROZ7MOWO6YUWS82E' where id=7; -update noar ti set v0='86W2ROZ7MOWO6YUWS82E' where id=7; -update noar tt set b1='H5LZP06DZGB9J7O' where id=7; -update noar ti set b1='H5LZP06DZGB9J7O' where id=7; -update noar tt set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7; -update noar ti set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7; -update noar tt set b2='N21TAZPP1G' where id=7; -update noar ti set b2='N21TAZPP1G' where id=7; -update noar tt set v0='OC1Q2H7T0TRB97OVM6' where id=8; -update noar ti set v0='OC1Q2H7T0TRB97OVM6' where id=8; -update noar tt set b0='W8DOSD6X5CR' where id=8; -update noar ti set b0='W8DOSD6X5CR' where id=8; -update noar tt set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8; -update noar ti set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8; -update noar tt set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8; -update noar ti set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8; -update noar tt set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8; -update noar ti set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8; -update noar tt set b2='RPFVCK3MGEQ' where id=8; -update noar ti set b2='RPFVCK3MGEQ' where id=8; -update noar tt set v0='T05KTFLZIK8Q2RX67XFB3' where id=9; -update noar ti set v0='T05KTFLZIK8Q2RX67XFB3' where id=9; -update noar tt set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9; -update noar ti set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9; -update noar tt set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9; -update noar ti set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9; -update noar tt set b1='PA24CEW9VI5V60A6JS9EP' where id=9; -update noar ti set b1='PA24CEW9VI5V60A6JS9EP' where id=9; -update noar tt set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9; -update noar ti set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9; -update noar tt set b2='O7Q7KOEW26B918A34F' where id=9; -update noar ti set b2='O7Q7KOEW26B918A34F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ZP4G' where id=1; -update noar ti set v0='2ZP4G' where id=1; -update noar tt set b0='01LEI6LGA79NN3J' where id=1; -update noar ti set b0='01LEI6LGA79NN3J' where id=1; -update noar tt set v0='N4V' where id=1; -update noar ti set v0='N4V' where id=1; -update noar tt set b1='4X2I4E' where id=1; -update noar ti set b1='4X2I4E' where id=1; -update noar tt set v0='QDIXK' where id=1; -update noar ti set v0='QDIXK' where id=1; -update noar tt set b2='HDJUDDIWR' where id=1; -update noar ti set b2='HDJUDDIWR' where id=1; -update noar tt set v0='OEF' where id=2; -update noar ti set v0='OEF' where id=2; -update noar tt set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2; -update noar ti set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2; -update noar tt set v0='PCN' where id=2; -update noar ti set v0='PCN' where id=2; -update noar tt set b1='450700GHCWQ' where id=2; -update noar ti set b1='450700GHCWQ' where id=2; -update noar tt set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2; -update noar ti set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2; -update noar tt set b2='2HOR702CXVMDI0' where id=2; -update noar ti set b2='2HOR702CXVMDI0' where id=2; -update noar tt set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3; -update noar ti set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3; -update noar tt set b0='C08AJVG8ZC' where id=3; -update noar ti set b0='C08AJVG8ZC' where id=3; -update noar tt set v0='C28U2XGQAAYG44' where id=3; -update noar ti set v0='C28U2XGQAAYG44' where id=3; -update noar tt set b1='K4YPM7C' where id=3; -update noar ti set b1='K4YPM7C' where id=3; -update noar tt set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3; -update noar ti set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3; -update noar tt set b2='9B8FBRLA7A28R2' where id=3; -update noar ti set b2='9B8FBRLA7A28R2' where id=3; -update noar tt set v0='OAL' where id=4; -update noar ti set v0='OAL' where id=4; -update noar tt set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4; -update noar ti set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4; -update noar tt set v0='SZT0J' where id=4; -update noar ti set v0='SZT0J' where id=4; -update noar tt set b1='J' where id=4; -update noar ti set b1='J' where id=4; -update noar tt set v0='4D' where id=4; -update noar ti set v0='4D' where id=4; -update noar tt set b2='T2BBZBIFJAKOSUV8U' where id=4; -update noar ti set b2='T2BBZBIFJAKOSUV8U' where id=4; -update noar tt set v0='NF0ROOLY' where id=5; -update noar ti set v0='NF0ROOLY' where id=5; -update noar tt set b0='6K3O61HYF498PKS9F60PWM7' where id=5; -update noar ti set b0='6K3O61HYF498PKS9F60PWM7' where id=5; -update noar tt set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5; -update noar ti set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5; -update noar tt set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5; -update noar ti set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5; -update noar tt set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5; -update noar ti set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5; -update noar tt set b2='G13E5OPP2V4' where id=5; -update noar ti set b2='G13E5OPP2V4' where id=5; -update noar tt set v0='GWBNI7E8QVL' where id=6; -update noar ti set v0='GWBNI7E8QVL' where id=6; -update noar tt set b0='GCAE' where id=6; -update noar ti set b0='GCAE' where id=6; -update noar tt set v0='42Z5B17W' where id=6; -update noar ti set v0='42Z5B17W' where id=6; -update noar tt set b1='D0DN9' where id=6; -update noar ti set b1='D0DN9' where id=6; -update noar tt set v0='97IAVIVA01ZVGU' where id=6; -update noar ti set v0='97IAVIVA01ZVGU' where id=6; -update noar tt set b2='GRJO5HU7HSA9PB' where id=6; -update noar ti set b2='GRJO5HU7HSA9PB' where id=6; -update noar tt set v0='OH' where id=7; -update noar ti set v0='OH' where id=7; -update noar tt set b0='6BY82J9L2HZCWY0FY0W' where id=7; -update noar ti set b0='6BY82J9L2HZCWY0FY0W' where id=7; -update noar tt set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7; -update noar ti set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7; -update noar tt set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7; -update noar ti set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7; -update noar tt set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7; -update noar ti set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7; -update noar tt set b2='EQ960JVNXC2K' where id=7; -update noar ti set b2='EQ960JVNXC2K' where id=7; -update noar tt set v0='QP' where id=8; -update noar ti set v0='QP' where id=8; -update noar tt set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8; -update noar ti set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8; -update noar tt set v0='G8YSYAKL6JV' where id=8; -update noar ti set v0='G8YSYAKL6JV' where id=8; -update noar tt set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8; -update noar ti set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8; -update noar tt set v0='5DHUHZE3' where id=8; -update noar ti set v0='5DHUHZE3' where id=8; -update noar tt set b2='CXK5HHVF2LVUIFVHA5' where id=8; -update noar ti set b2='CXK5HHVF2LVUIFVHA5' where id=8; -update noar tt set v0='E3BMKSHIKWSGNHCWP' where id=9; -update noar ti set v0='E3BMKSHIKWSGNHCWP' where id=9; -update noar tt set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9; -update noar ti set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9; -update noar tt set v0='C60S' where id=9; -update noar ti set v0='C60S' where id=9; -update noar tt set b1='C' where id=9; -update noar ti set b1='C' where id=9; -update noar tt set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9; -update noar ti set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9; -update noar tt set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9; -update noar ti set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1; -update noar ti set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1; -update noar tt set b0='R8IEW' where id=1; -update noar ti set b0='R8IEW' where id=1; -update noar tt set v0='OR0M4TX' where id=1; -update noar ti set v0='OR0M4TX' where id=1; -update noar tt set b1='QJTLO20R' where id=1; -update noar ti set b1='QJTLO20R' where id=1; -update noar tt set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1; -update noar ti set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1; -update noar tt set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1; -update noar ti set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1; -update noar tt set v0='FF3XO7' where id=2; -update noar ti set v0='FF3XO7' where id=2; -update noar tt set b0='CGTC' where id=2; -update noar ti set b0='CGTC' where id=2; -update noar tt set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2; -update noar ti set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2; -update noar tt set b1='UQ55G3FP095A77' where id=2; -update noar ti set b1='UQ55G3FP095A77' where id=2; -update noar tt set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2; -update noar ti set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2; -update noar tt set b2='WIYEY4CVM4ND' where id=2; -update noar ti set b2='WIYEY4CVM4ND' where id=2; -update noar tt set v0='87F' where id=3; -update noar ti set v0='87F' where id=3; -update noar tt set b0='V73VPVY' where id=3; -update noar ti set b0='V73VPVY' where id=3; -update noar tt set v0='21XNY8' where id=3; -update noar ti set v0='21XNY8' where id=3; -update noar tt set b1='REH5S' where id=3; -update noar ti set b1='REH5S' where id=3; -update noar tt set v0='GOOB18DFUSH8U17V6G0' where id=3; -update noar ti set v0='GOOB18DFUSH8U17V6G0' where id=3; -update noar tt set b2='GA4NUOMAEMEARS3BJ923K' where id=3; -update noar ti set b2='GA4NUOMAEMEARS3BJ923K' where id=3; -update noar tt set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4; -update noar ti set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4; -update noar tt set b0='8IQA1OY3AV9RLCJHKW' where id=4; -update noar ti set b0='8IQA1OY3AV9RLCJHKW' where id=4; -update noar tt set v0='M2ND1' where id=4; -update noar ti set v0='M2ND1' where id=4; -update noar tt set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4; -update noar ti set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4; -update noar tt set v0='HCBTC1UI7VEE6OO' where id=4; -update noar ti set v0='HCBTC1UI7VEE6OO' where id=4; -update noar tt set b2='EUVNBYY9' where id=4; -update noar ti set b2='EUVNBYY9' where id=4; -update noar tt set v0='O78QJ7K7HAR0FZR6K' where id=5; -update noar ti set v0='O78QJ7K7HAR0FZR6K' where id=5; -update noar tt set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5; -update noar ti set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5; -update noar tt set v0='FAWT4QEK7II0Z6JF' where id=5; -update noar ti set v0='FAWT4QEK7II0Z6JF' where id=5; -update noar tt set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5; -update noar ti set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5; -update noar tt set v0='S4MQ8C3EW9A5R' where id=5; -update noar ti set v0='S4MQ8C3EW9A5R' where id=5; -update noar tt set b2='26Z' where id=5; -update noar ti set b2='26Z' where id=5; -update noar tt set v0='8GB2DBT8V' where id=6; -update noar ti set v0='8GB2DBT8V' where id=6; -update noar tt set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6; -update noar ti set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6; -update noar tt set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6; -update noar ti set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6; -update noar tt set b1='R99BWONGOT0' where id=6; -update noar ti set b1='R99BWONGOT0' where id=6; -update noar tt set v0='LL0VX2VA74DZIE' where id=6; -update noar ti set v0='LL0VX2VA74DZIE' where id=6; -update noar tt set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6; -update noar ti set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6; -update noar tt set v0='WWF9QN8Z6S05PUAE972300L26' where id=7; -update noar ti set v0='WWF9QN8Z6S05PUAE972300L26' where id=7; -update noar tt set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7; -update noar ti set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7; -update noar tt set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7; -update noar ti set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7; -update noar tt set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7; -update noar ti set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7; -update noar tt set v0='H3PMCSEU9MPSH' where id=7; -update noar ti set v0='H3PMCSEU9MPSH' where id=7; -update noar tt set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7; -update noar ti set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7; -update noar tt set v0='GPY' where id=8; -update noar ti set v0='GPY' where id=8; -update noar tt set b0='28ISLOSD81EN6YD3ACSXDF' where id=8; -update noar ti set b0='28ISLOSD81EN6YD3ACSXDF' where id=8; -update noar tt set v0='QQT6CN6OD1UWQ' where id=8; -update noar ti set v0='QQT6CN6OD1UWQ' where id=8; -update noar tt set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8; -update noar ti set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8; -update noar tt set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8; -update noar ti set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8; -update noar tt set b2='2MTZ4PJR' where id=8; -update noar ti set b2='2MTZ4PJR' where id=8; -update noar tt set v0='667GOGOD0WCETW1TWMT' where id=9; -update noar ti set v0='667GOGOD0WCETW1TWMT' where id=9; -update noar tt set b0='O8J29YPW92CJF2' where id=9; -update noar ti set b0='O8J29YPW92CJF2' where id=9; -update noar tt set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9; -update noar ti set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9; -update noar tt set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9; -update noar ti set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9; -update noar tt set v0='V4X1JPMZHKF2EMF' where id=9; -update noar ti set v0='V4X1JPMZHKF2EMF' where id=9; -update noar tt set b2='KDZWNS' where id=9; -update noar ti set b2='KDZWNS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8MQ2YCFR' where id=1; -update noar ti set v0='8MQ2YCFR' where id=1; -update noar tt set b0='PFA1F6QG4LY21FC8K2' where id=1; -update noar ti set b0='PFA1F6QG4LY21FC8K2' where id=1; -update noar tt set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1; -update noar ti set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1; -update noar tt set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1; -update noar ti set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1; -update noar tt set v0='2GRSWH' where id=1; -update noar ti set v0='2GRSWH' where id=1; -update noar tt set b2='4CZ4F15ZHEYG821PQ' where id=1; -update noar ti set b2='4CZ4F15ZHEYG821PQ' where id=1; -update noar tt set v0='9Y4LOWTMNOUCV3IX' where id=2; -update noar ti set v0='9Y4LOWTMNOUCV3IX' where id=2; -update noar tt set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2; -update noar ti set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2; -update noar tt set v0='P0KQ2W3EJZEGAC3' where id=2; -update noar ti set v0='P0KQ2W3EJZEGAC3' where id=2; -update noar tt set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2; -update noar ti set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2; -update noar tt set v0='R751A3HRK' where id=2; -update noar ti set v0='R751A3HRK' where id=2; -update noar tt set b2='F33JMZA4E2CSSLW' where id=2; -update noar ti set b2='F33JMZA4E2CSSLW' where id=2; -update noar tt set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3; -update noar ti set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3; -update noar tt set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3; -update noar ti set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3; -update noar tt set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3; -update noar ti set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3; -update noar tt set b1='PQOD' where id=3; -update noar ti set b1='PQOD' where id=3; -update noar tt set v0='EA7VW5SB3CNWQ' where id=3; -update noar ti set v0='EA7VW5SB3CNWQ' where id=3; -update noar tt set b2='VVY56UFFFIL' where id=3; -update noar ti set b2='VVY56UFFFIL' where id=3; -update noar tt set v0='ZPGZBU401P2AD' where id=4; -update noar ti set v0='ZPGZBU401P2AD' where id=4; -update noar tt set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4; -update noar ti set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4; -update noar tt set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4; -update noar ti set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4; -update noar tt set b1='4WEWY619KNDBWI16V59YJLU' where id=4; -update noar ti set b1='4WEWY619KNDBWI16V59YJLU' where id=4; -update noar tt set v0='RRYCBO' where id=4; -update noar ti set v0='RRYCBO' where id=4; -update noar tt set b2='VZQS1YIGKJWVWGOKKPXI' where id=4; -update noar ti set b2='VZQS1YIGKJWVWGOKKPXI' where id=4; -update noar tt set v0='UUEADOXZ5QVMST' where id=5; -update noar ti set v0='UUEADOXZ5QVMST' where id=5; -update noar tt set b0='CYTF' where id=5; -update noar ti set b0='CYTF' where id=5; -update noar tt set v0='7GR08064UUKL5P6' where id=5; -update noar ti set v0='7GR08064UUKL5P6' where id=5; -update noar tt set b1='AOCAZYOH4MDQGT4SQA' where id=5; -update noar ti set b1='AOCAZYOH4MDQGT4SQA' where id=5; -update noar tt set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5; -update noar ti set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5; -update noar tt set b2='DNTOSGXA' where id=5; -update noar ti set b2='DNTOSGXA' where id=5; -update noar tt set v0='D3WALG84SDKPU3WMS5V27' where id=6; -update noar ti set v0='D3WALG84SDKPU3WMS5V27' where id=6; -update noar tt set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6; -update noar ti set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6; -update noar tt set v0='8R7AZY6DYH7MT0E' where id=6; -update noar ti set v0='8R7AZY6DYH7MT0E' where id=6; -update noar tt set b1='0YXI' where id=6; -update noar ti set b1='0YXI' where id=6; -update noar tt set v0='A1BSGA' where id=6; -update noar ti set v0='A1BSGA' where id=6; -update noar tt set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6; -update noar ti set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6; -update noar tt set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7; -update noar ti set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7; -update noar tt set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7; -update noar ti set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7; -update noar tt set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7; -update noar ti set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7; -update noar tt set b1='JUQPOXD6' where id=7; -update noar ti set b1='JUQPOXD6' where id=7; -update noar tt set v0='QM4I0FKR76JR8N14PKECY' where id=7; -update noar ti set v0='QM4I0FKR76JR8N14PKECY' where id=7; -update noar tt set b2='HBNIMG00FV3J0SKV1HTOP' where id=7; -update noar ti set b2='HBNIMG00FV3J0SKV1HTOP' where id=7; -update noar tt set v0='K8Z8FUVYPBFT2' where id=8; -update noar ti set v0='K8Z8FUVYPBFT2' where id=8; -update noar tt set b0='T40VI2Z32AHGT' where id=8; -update noar ti set b0='T40VI2Z32AHGT' where id=8; -update noar tt set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8; -update noar ti set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8; -update noar tt set b1='E2MT8HYQJZEXEFH' where id=8; -update noar ti set b1='E2MT8HYQJZEXEFH' where id=8; -update noar tt set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8; -update noar ti set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8; -update noar tt set b2='FQWKFD83775Q9O3TYP42QA' where id=8; -update noar ti set b2='FQWKFD83775Q9O3TYP42QA' where id=8; -update noar tt set v0='3K207KSNHM4' where id=9; -update noar ti set v0='3K207KSNHM4' where id=9; -update noar tt set b0='LE6GI1B' where id=9; -update noar ti set b0='LE6GI1B' where id=9; -update noar tt set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9; -update noar ti set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9; -update noar tt set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9; -update noar ti set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9; -update noar tt set v0='Z0SVHJCDXRU71XM7R' where id=9; -update noar ti set v0='Z0SVHJCDXRU71XM7R' where id=9; -update noar tt set b2='F2XXINS0OIMAVLT9W' where id=9; -update noar ti set b2='F2XXINS0OIMAVLT9W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZXAHA9KCIDO7MYN6JF0' where id=1; -update noar ti set v0='ZXAHA9KCIDO7MYN6JF0' where id=1; -update noar tt set b0='HZXGWHMW4T7PBHPS' where id=1; -update noar ti set b0='HZXGWHMW4T7PBHPS' where id=1; -update noar tt set v0='GI' where id=1; -update noar ti set v0='GI' where id=1; -update noar tt set b1='DSVNHETNPM9LOBBO07' where id=1; -update noar ti set b1='DSVNHETNPM9LOBBO07' where id=1; -update noar tt set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1; -update noar ti set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1; -update noar tt set b2='638HJQ2K13SM5TFTS3' where id=1; -update noar ti set b2='638HJQ2K13SM5TFTS3' where id=1; -update noar tt set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2; -update noar ti set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2; -update noar tt set b0='G87LXRXL' where id=2; -update noar ti set b0='G87LXRXL' where id=2; -update noar tt set v0='ZIUGLK2VB390NZ' where id=2; -update noar ti set v0='ZIUGLK2VB390NZ' where id=2; -update noar tt set b1='2Z8YQM' where id=2; -update noar ti set b1='2Z8YQM' where id=2; -update noar tt set v0='WD418INXDHJA' where id=2; -update noar ti set v0='WD418INXDHJA' where id=2; -update noar tt set b2='6OXKD5KV38KEBF0NZ1K' where id=2; -update noar ti set b2='6OXKD5KV38KEBF0NZ1K' where id=2; -update noar tt set v0='CYMIUCERBXVP4CJ' where id=3; -update noar ti set v0='CYMIUCERBXVP4CJ' where id=3; -update noar tt set b0='6147G0H77U' where id=3; -update noar ti set b0='6147G0H77U' where id=3; -update noar tt set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3; -update noar ti set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3; -update noar tt set b1='DUGSUM4M8U' where id=3; -update noar ti set b1='DUGSUM4M8U' where id=3; -update noar tt set v0='ROVO1UK' where id=3; -update noar ti set v0='ROVO1UK' where id=3; -update noar tt set b2='24CYUW51G0' where id=3; -update noar ti set b2='24CYUW51G0' where id=3; -update noar tt set v0='HCJU' where id=4; -update noar ti set v0='HCJU' where id=4; -update noar tt set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4; -update noar ti set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4; -update noar tt set v0='ZMAYPO6ER' where id=4; -update noar ti set v0='ZMAYPO6ER' where id=4; -update noar tt set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4; -update noar ti set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4; -update noar tt set v0='4GYMUYNFHJLUCIPYK5' where id=4; -update noar ti set v0='4GYMUYNFHJLUCIPYK5' where id=4; -update noar tt set b2='W6A1XHZA9DEQZIP442' where id=4; -update noar ti set b2='W6A1XHZA9DEQZIP442' where id=4; -update noar tt set v0='JL5DIB1ZG68IL' where id=5; -update noar ti set v0='JL5DIB1ZG68IL' where id=5; -update noar tt set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5; -update noar ti set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5; -update noar tt set v0='XP07RSPJ299IIU1Y6E8' where id=5; -update noar ti set v0='XP07RSPJ299IIU1Y6E8' where id=5; -update noar tt set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5; -update noar ti set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5; -update noar tt set v0='MM6B' where id=5; -update noar ti set v0='MM6B' where id=5; -update noar tt set b2='HVM6HVBVI0HX' where id=5; -update noar ti set b2='HVM6HVBVI0HX' where id=5; -update noar tt set v0='OS2PNDORQ8I86YN1KM4OC' where id=6; -update noar ti set v0='OS2PNDORQ8I86YN1KM4OC' where id=6; -update noar tt set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6; -update noar ti set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6; -update noar tt set v0='4JJNP148OUHMJ3EGIOHOA' where id=6; -update noar ti set v0='4JJNP148OUHMJ3EGIOHOA' where id=6; -update noar tt set b1='C' where id=6; -update noar ti set b1='C' where id=6; -update noar tt set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6; -update noar ti set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6; -update noar tt set b2='15A4BMDBV1X64' where id=6; -update noar ti set b2='15A4BMDBV1X64' where id=6; -update noar tt set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7; -update noar ti set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7; -update noar tt set b0='YRY5WJD9HEAC2Q0XL' where id=7; -update noar ti set b0='YRY5WJD9HEAC2Q0XL' where id=7; -update noar tt set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7; -update noar ti set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7; -update noar tt set b1='Z7PR7B2AE6' where id=7; -update noar ti set b1='Z7PR7B2AE6' where id=7; -update noar tt set v0='28SMM2OFCE83W9PZN' where id=7; -update noar ti set v0='28SMM2OFCE83W9PZN' where id=7; -update noar tt set b2='RMVZ2FZ5JB' where id=7; -update noar ti set b2='RMVZ2FZ5JB' where id=7; -update noar tt set v0='FP' where id=8; -update noar ti set v0='FP' where id=8; -update noar tt set b0='Q4NWQ' where id=8; -update noar ti set b0='Q4NWQ' where id=8; -update noar tt set v0='PC59FLLRHOH1XY9GL3F' where id=8; -update noar ti set v0='PC59FLLRHOH1XY9GL3F' where id=8; -update noar tt set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8; -update noar ti set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8; -update noar tt set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8; -update noar ti set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8; -update noar tt set b2='XW7M' where id=8; -update noar ti set b2='XW7M' where id=8; -update noar tt set v0='5RG9BBYLBV' where id=9; -update noar ti set v0='5RG9BBYLBV' where id=9; -update noar tt set b0='YH0MD718RL' where id=9; -update noar ti set b0='YH0MD718RL' where id=9; -update noar tt set v0='355O3IB' where id=9; -update noar ti set v0='355O3IB' where id=9; -update noar tt set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9; -update noar ti set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9; -update noar tt set v0='8IYOIY86E' where id=9; -update noar ti set v0='8IYOIY86E' where id=9; -update noar tt set b2='JWBWUD2UOVL665XG9O2' where id=9; -update noar ti set b2='JWBWUD2UOVL665XG9O2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='53NJXRWODZ00H0P' where id=1; -update noar ti set v0='53NJXRWODZ00H0P' where id=1; -update noar tt set b0='Q' where id=1; -update noar ti set b0='Q' where id=1; -update noar tt set v0='LFXBBYJM' where id=1; -update noar ti set v0='LFXBBYJM' where id=1; -update noar tt set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1; -update noar ti set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1; -update noar tt set v0='SYL32JY5KP3J6G2Y' where id=1; -update noar ti set v0='SYL32JY5KP3J6G2Y' where id=1; -update noar tt set b2='U4YF' where id=1; -update noar ti set b2='U4YF' where id=1; -update noar tt set v0='VI0D2S5341KY2Q36JHTR' where id=2; -update noar ti set v0='VI0D2S5341KY2Q36JHTR' where id=2; -update noar tt set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2; -update noar ti set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2; -update noar tt set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2; -update noar ti set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2; -update noar tt set b1='A2L' where id=2; -update noar ti set b1='A2L' where id=2; -update noar tt set v0='SKYND9HJ6NK9YZ0T1' where id=2; -update noar ti set v0='SKYND9HJ6NK9YZ0T1' where id=2; -update noar tt set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2; -update noar ti set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2; -update noar tt set v0='DKN88' where id=3; -update noar ti set v0='DKN88' where id=3; -update noar tt set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3; -update noar ti set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3; -update noar tt set v0='CZWWUFQGS93NNS4' where id=3; -update noar ti set v0='CZWWUFQGS93NNS4' where id=3; -update noar tt set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3; -update noar ti set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3; -update noar tt set v0='EDDIP9IYAFXMUXWNY' where id=3; -update noar ti set v0='EDDIP9IYAFXMUXWNY' where id=3; -update noar tt set b2='513UJZQEGYUJN' where id=3; -update noar ti set b2='513UJZQEGYUJN' where id=3; -update noar tt set v0='2EM25ILRC41Q' where id=4; -update noar ti set v0='2EM25ILRC41Q' where id=4; -update noar tt set b0='YB8862QIDIQLX' where id=4; -update noar ti set b0='YB8862QIDIQLX' where id=4; -update noar tt set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4; -update noar ti set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4; -update noar tt set b1='E602RTBF4YLY' where id=4; -update noar ti set b1='E602RTBF4YLY' where id=4; -update noar tt set v0='GK55ETJQT954' where id=4; -update noar ti set v0='GK55ETJQT954' where id=4; -update noar tt set b2='K' where id=4; -update noar ti set b2='K' where id=4; -update noar tt set v0='IFR65JDTP9AUL7XP57X01' where id=5; -update noar ti set v0='IFR65JDTP9AUL7XP57X01' where id=5; -update noar tt set b0='XRPGQ5IPQIPJDR3FF5' where id=5; -update noar ti set b0='XRPGQ5IPQIPJDR3FF5' where id=5; -update noar tt set v0='90ABFY4EH0BMNQX079B' where id=5; -update noar ti set v0='90ABFY4EH0BMNQX079B' where id=5; -update noar tt set b1='IPBPSCH359J72HHM8R' where id=5; -update noar ti set b1='IPBPSCH359J72HHM8R' where id=5; -update noar tt set v0='WDOIIDSM8UDFSTXQMO' where id=5; -update noar ti set v0='WDOIIDSM8UDFSTXQMO' where id=5; -update noar tt set b2='C1SYUE0DSMSS72MPJMRE' where id=5; -update noar ti set b2='C1SYUE0DSMSS72MPJMRE' where id=5; -update noar tt set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6; -update noar ti set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6; -update noar tt set b0='QGDBNCWW054I5X0A' where id=6; -update noar ti set b0='QGDBNCWW054I5X0A' where id=6; -update noar tt set v0='2KNG' where id=6; -update noar ti set v0='2KNG' where id=6; -update noar tt set b1='M6PWKQAOIK4GQVFM' where id=6; -update noar ti set b1='M6PWKQAOIK4GQVFM' where id=6; -update noar tt set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6; -update noar ti set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6; -update noar tt set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6; -update noar ti set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6; -update noar tt set v0='S9UBSPA2LOX' where id=7; -update noar ti set v0='S9UBSPA2LOX' where id=7; -update noar tt set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7; -update noar ti set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7; -update noar tt set v0='F' where id=7; -update noar ti set v0='F' where id=7; -update noar tt set b1='JJ1EYCB81DGM1DTFE' where id=7; -update noar ti set b1='JJ1EYCB81DGM1DTFE' where id=7; -update noar tt set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7; -update noar ti set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7; -update noar tt set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7; -update noar ti set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7; -update noar tt set v0='QKQW9I6L7C' where id=8; -update noar ti set v0='QKQW9I6L7C' where id=8; -update noar tt set b0='EPFNTG7M3AR29CT' where id=8; -update noar ti set b0='EPFNTG7M3AR29CT' where id=8; -update noar tt set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8; -update noar ti set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8; -update noar tt set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8; -update noar ti set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8; -update noar tt set v0='XFJMZSZMQJF' where id=8; -update noar ti set v0='XFJMZSZMQJF' where id=8; -update noar tt set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8; -update noar ti set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8; -update noar tt set v0='W5UYO' where id=9; -update noar ti set v0='W5UYO' where id=9; -update noar tt set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9; -update noar ti set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9; -update noar tt set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9; -update noar ti set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9; -update noar tt set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9; -update noar ti set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9; -update noar tt set v0='OLPM6C' where id=9; -update noar ti set v0='OLPM6C' where id=9; -update noar tt set b2='61ERRVAM' where id=9; -update noar ti set b2='61ERRVAM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1; -update noar ti set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1; -update noar tt set b0='VABL6HL9UUB5' where id=1; -update noar ti set b0='VABL6HL9UUB5' where id=1; -update noar tt set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1; -update noar ti set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1; -update noar tt set b1='LALW8OY22L' where id=1; -update noar ti set b1='LALW8OY22L' where id=1; -update noar tt set v0='ZI0BXLLJL3' where id=1; -update noar ti set v0='ZI0BXLLJL3' where id=1; -update noar tt set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1; -update noar ti set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1; -update noar tt set v0='YOJJRWZHJYRMZ' where id=2; -update noar ti set v0='YOJJRWZHJYRMZ' where id=2; -update noar tt set b0='GX8QW9X' where id=2; -update noar ti set b0='GX8QW9X' where id=2; -update noar tt set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2; -update noar ti set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2; -update noar tt set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2; -update noar ti set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2; -update noar tt set v0='7BDEXA74YEBZVAQP70' where id=2; -update noar ti set v0='7BDEXA74YEBZVAQP70' where id=2; -update noar tt set b2='YOZ1ZFC7O' where id=2; -update noar ti set b2='YOZ1ZFC7O' where id=2; -update noar tt set v0='LK4B9LW' where id=3; -update noar ti set v0='LK4B9LW' where id=3; -update noar tt set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3; -update noar ti set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3; -update noar tt set v0='C09MSQYBKFTTT14' where id=3; -update noar ti set v0='C09MSQYBKFTTT14' where id=3; -update noar tt set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3; -update noar ti set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3; -update noar tt set v0='NQFX9CKKWL2BLIN7' where id=3; -update noar ti set v0='NQFX9CKKWL2BLIN7' where id=3; -update noar tt set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3; -update noar ti set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3; -update noar tt set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4; -update noar ti set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4; -update noar tt set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4; -update noar ti set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4; -update noar tt set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4; -update noar ti set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4; -update noar tt set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4; -update noar ti set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4; -update noar tt set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4; -update noar ti set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4; -update noar tt set b2='3FSV8Z4ZEAG8FWWSD' where id=4; -update noar ti set b2='3FSV8Z4ZEAG8FWWSD' where id=4; -update noar tt set v0='PS5G9KCN9Z7D6MZGY' where id=5; -update noar ti set v0='PS5G9KCN9Z7D6MZGY' where id=5; -update noar tt set b0='25VFXPCQKWZE6I1JK' where id=5; -update noar ti set b0='25VFXPCQKWZE6I1JK' where id=5; -update noar tt set v0='WWTKFAP11TY47JAD' where id=5; -update noar ti set v0='WWTKFAP11TY47JAD' where id=5; -update noar tt set b1='NSC9NG5E4U87' where id=5; -update noar ti set b1='NSC9NG5E4U87' where id=5; -update noar tt set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5; -update noar ti set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5; -update noar tt set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5; -update noar ti set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5; -update noar tt set v0='Y' where id=6; -update noar ti set v0='Y' where id=6; -update noar tt set b0='GTM9MDR94T39' where id=6; -update noar ti set b0='GTM9MDR94T39' where id=6; -update noar tt set v0='MSFRV01L9P' where id=6; -update noar ti set v0='MSFRV01L9P' where id=6; -update noar tt set b1='ED2IAIAQ3M8QNB7E3CP' where id=6; -update noar ti set b1='ED2IAIAQ3M8QNB7E3CP' where id=6; -update noar tt set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6; -update noar ti set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6; -update noar tt set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6; -update noar ti set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6; -update noar tt set v0='RJB' where id=7; -update noar ti set v0='RJB' where id=7; -update noar tt set b0='153SQWKJCOZKQANGE' where id=7; -update noar ti set b0='153SQWKJCOZKQANGE' where id=7; -update noar tt set v0='2FQFTXN9CR82P1' where id=7; -update noar ti set v0='2FQFTXN9CR82P1' where id=7; -update noar tt set b1='MFY' where id=7; -update noar ti set b1='MFY' where id=7; -update noar tt set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7; -update noar ti set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7; -update noar tt set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7; -update noar ti set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7; -update noar tt set v0='4QX' where id=8; -update noar ti set v0='4QX' where id=8; -update noar tt set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8; -update noar ti set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8; -update noar tt set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8; -update noar ti set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8; -update noar tt set b1='A2ORVUD' where id=8; -update noar ti set b1='A2ORVUD' where id=8; -update noar tt set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8; -update noar ti set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8; -update noar tt set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8; -update noar ti set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8; -update noar tt set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9; -update noar ti set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9; -update noar tt set b0='Q30O1UHU' where id=9; -update noar ti set b0='Q30O1UHU' where id=9; -update noar tt set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9; -update noar ti set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9; -update noar tt set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9; -update noar ti set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9; -update noar tt set v0='0' where id=9; -update noar ti set v0='0' where id=9; -update noar tt set b2='O6H29BGGYZ1M5KLR2DR35' where id=9; -update noar ti set b2='O6H29BGGYZ1M5KLR2DR35' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='02WIPE8AS' where id=1; -update noar ti set v0='02WIPE8AS' where id=1; -update noar tt set b0='Q' where id=1; -update noar ti set b0='Q' where id=1; -update noar tt set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1; -update noar ti set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1; -update noar tt set b1='WDB8' where id=1; -update noar ti set b1='WDB8' where id=1; -update noar tt set v0='5LBGKCZX9UJRDB' where id=1; -update noar ti set v0='5LBGKCZX9UJRDB' where id=1; -update noar tt set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1; -update noar ti set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1; -update noar tt set v0='K8G55IME4GZ4' where id=2; -update noar ti set v0='K8G55IME4GZ4' where id=2; -update noar tt set b0='GAIYM36GR0TWRALL61E' where id=2; -update noar ti set b0='GAIYM36GR0TWRALL61E' where id=2; -update noar tt set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2; -update noar ti set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2; -update noar tt set b1='2TG' where id=2; -update noar ti set b1='2TG' where id=2; -update noar tt set v0='2AFJFY8285A' where id=2; -update noar ti set v0='2AFJFY8285A' where id=2; -update noar tt set b2='W49R8E96BAX' where id=2; -update noar ti set b2='W49R8E96BAX' where id=2; -update noar tt set v0='VQU48DKJGWZSG27HH51' where id=3; -update noar ti set v0='VQU48DKJGWZSG27HH51' where id=3; -update noar tt set b0='WVJIRIOSB1MC1' where id=3; -update noar ti set b0='WVJIRIOSB1MC1' where id=3; -update noar tt set v0='46YG' where id=3; -update noar ti set v0='46YG' where id=3; -update noar tt set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3; -update noar ti set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3; -update noar tt set v0='58TSIDW74PPMGI5K9FTV8' where id=3; -update noar ti set v0='58TSIDW74PPMGI5K9FTV8' where id=3; -update noar tt set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3; -update noar ti set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3; -update noar tt set v0='XXCQ9' where id=4; -update noar ti set v0='XXCQ9' where id=4; -update noar tt set b0='FJG3W74BGRD962QMEY' where id=4; -update noar ti set b0='FJG3W74BGRD962QMEY' where id=4; -update noar tt set v0='6SO83PIRN05YQ9GP6Z7I' where id=4; -update noar ti set v0='6SO83PIRN05YQ9GP6Z7I' where id=4; -update noar tt set b1='UCXDQ4CURUTIA3I11' where id=4; -update noar ti set b1='UCXDQ4CURUTIA3I11' where id=4; -update noar tt set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4; -update noar ti set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4; -update noar tt set b2='GVVOERSLMYRKZXAULJPY' where id=4; -update noar ti set b2='GVVOERSLMYRKZXAULJPY' where id=4; -update noar tt set v0='LU40357O1R7K9R47J12MLTGW' where id=5; -update noar ti set v0='LU40357O1R7K9R47J12MLTGW' where id=5; -update noar tt set b0='3YNMDV' where id=5; -update noar ti set b0='3YNMDV' where id=5; -update noar tt set v0='WOJ9HOG8M6K0' where id=5; -update noar ti set v0='WOJ9HOG8M6K0' where id=5; -update noar tt set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5; -update noar ti set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5; -update noar tt set v0='XONPQPN7JE0CHPE9J' where id=5; -update noar ti set v0='XONPQPN7JE0CHPE9J' where id=5; -update noar tt set b2='CSDKN30HKF0C3QL6LBOR' where id=5; -update noar ti set b2='CSDKN30HKF0C3QL6LBOR' where id=5; -update noar tt set v0='69OA8LI92713GE4KP0E0' where id=6; -update noar ti set v0='69OA8LI92713GE4KP0E0' where id=6; -update noar tt set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6; -update noar ti set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6; -update noar tt set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6; -update noar ti set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6; -update noar tt set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6; -update noar ti set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6; -update noar tt set v0='VUVDAUEP6EO8251NTG' where id=6; -update noar ti set v0='VUVDAUEP6EO8251NTG' where id=6; -update noar tt set b2='NBQ2PI7R2AWFHGSZ' where id=6; -update noar ti set b2='NBQ2PI7R2AWFHGSZ' where id=6; -update noar tt set v0='WFYEB3Y8' where id=7; -update noar ti set v0='WFYEB3Y8' where id=7; -update noar tt set b0='VCB' where id=7; -update noar ti set b0='VCB' where id=7; -update noar tt set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7; -update noar ti set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7; -update noar tt set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7; -update noar ti set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7; -update noar tt set v0='09VUJW2G' where id=7; -update noar ti set v0='09VUJW2G' where id=7; -update noar tt set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7; -update noar ti set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7; -update noar tt set v0='YODS7Z6BS' where id=8; -update noar ti set v0='YODS7Z6BS' where id=8; -update noar tt set b0='L1PW5ZU' where id=8; -update noar ti set b0='L1PW5ZU' where id=8; -update noar tt set v0='MRWX4U' where id=8; -update noar ti set v0='MRWX4U' where id=8; -update noar tt set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8; -update noar ti set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8; -update noar tt set v0='LEUL3VHWJNBW5L5PG' where id=8; -update noar ti set v0='LEUL3VHWJNBW5L5PG' where id=8; -update noar tt set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8; -update noar ti set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8; -update noar tt set v0='6F6FAICK47' where id=9; -update noar ti set v0='6F6FAICK47' where id=9; -update noar tt set b0='BER1' where id=9; -update noar ti set b0='BER1' where id=9; -update noar tt set v0='GFJTRNY0ZP9XJ' where id=9; -update noar ti set v0='GFJTRNY0ZP9XJ' where id=9; -update noar tt set b1='68H6GUGSBV824J6IHHEV' where id=9; -update noar ti set b1='68H6GUGSBV824J6IHHEV' where id=9; -update noar tt set v0='8HWA5FP01CKG725UD6ZQ' where id=9; -update noar ti set v0='8HWA5FP01CKG725UD6ZQ' where id=9; -update noar tt set b2='71RT' where id=9; -update noar ti set b2='71RT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YUDNVRAONWSHFR' where id=1; -update noar ti set v0='YUDNVRAONWSHFR' where id=1; -update noar tt set b0='O' where id=1; -update noar ti set b0='O' where id=1; -update noar tt set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1; -update noar ti set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1; -update noar tt set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1; -update noar ti set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1; -update noar tt set v0='2A3GY' where id=1; -update noar ti set v0='2A3GY' where id=1; -update noar tt set b2='ZJPEUDXJC351YY6' where id=1; -update noar ti set b2='ZJPEUDXJC351YY6' where id=1; -update noar tt set v0='OBBRACP4Z7VDWO3TS' where id=2; -update noar ti set v0='OBBRACP4Z7VDWO3TS' where id=2; -update noar tt set b0='VC0M3PQLFYC3' where id=2; -update noar ti set b0='VC0M3PQLFYC3' where id=2; -update noar tt set v0='MB639G5' where id=2; -update noar ti set v0='MB639G5' where id=2; -update noar tt set b1='MS1OFAOGAUET3' where id=2; -update noar ti set b1='MS1OFAOGAUET3' where id=2; -update noar tt set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2; -update noar ti set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2; -update noar tt set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2; -update noar ti set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2; -update noar tt set v0='FCGQBJ4KXVSMWD' where id=3; -update noar ti set v0='FCGQBJ4KXVSMWD' where id=3; -update noar tt set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3; -update noar ti set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3; -update noar tt set v0='L7ODF5P2' where id=3; -update noar ti set v0='L7ODF5P2' where id=3; -update noar tt set b1='SOEJ9FO5M4NI9' where id=3; -update noar ti set b1='SOEJ9FO5M4NI9' where id=3; -update noar tt set v0='1601THUIO' where id=3; -update noar ti set v0='1601THUIO' where id=3; -update noar tt set b2='KHDX60P5' where id=3; -update noar ti set b2='KHDX60P5' where id=3; -update noar tt set v0='MJOKUBL1EJX3SO7' where id=4; -update noar ti set v0='MJOKUBL1EJX3SO7' where id=4; -update noar tt set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4; -update noar ti set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4; -update noar tt set v0='3JDS23' where id=4; -update noar ti set v0='3JDS23' where id=4; -update noar tt set b1='8ZNI6NJ0' where id=4; -update noar ti set b1='8ZNI6NJ0' where id=4; -update noar tt set v0='0KF2SRKTMT1DO4G17' where id=4; -update noar ti set v0='0KF2SRKTMT1DO4G17' where id=4; -update noar tt set b2='PYN1C1T2CXZ759' where id=4; -update noar ti set b2='PYN1C1T2CXZ759' where id=4; -update noar tt set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5; -update noar ti set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5; -update noar tt set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5; -update noar ti set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5; -update noar tt set v0='G6LBL6UFZE' where id=5; -update noar ti set v0='G6LBL6UFZE' where id=5; -update noar tt set b1='813B0G' where id=5; -update noar ti set b1='813B0G' where id=5; -update noar tt set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5; -update noar ti set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5; -update noar tt set b2='81' where id=5; -update noar ti set b2='81' where id=5; -update noar tt set v0='USVOJFIS3ABD' where id=6; -update noar ti set v0='USVOJFIS3ABD' where id=6; -update noar tt set b0='22DK7EG96R2EQF01ZM6IB98' where id=6; -update noar ti set b0='22DK7EG96R2EQF01ZM6IB98' where id=6; -update noar tt set v0='UROH5QS678HX3BRTEYWSE6' where id=6; -update noar ti set v0='UROH5QS678HX3BRTEYWSE6' where id=6; -update noar tt set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6; -update noar ti set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6; -update noar tt set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6; -update noar ti set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6; -update noar tt set b2='GGRBQRQUFV07G' where id=6; -update noar ti set b2='GGRBQRQUFV07G' where id=6; -update noar tt set v0='ZXGEJ2OE4ROBE' where id=7; -update noar ti set v0='ZXGEJ2OE4ROBE' where id=7; -update noar tt set b0='ZNWD2HTGCLW393WWSN' where id=7; -update noar ti set b0='ZNWD2HTGCLW393WWSN' where id=7; -update noar tt set v0='ADX3OW' where id=7; -update noar ti set v0='ADX3OW' where id=7; -update noar tt set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7; -update noar ti set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7; -update noar tt set v0='SD8' where id=7; -update noar ti set v0='SD8' where id=7; -update noar tt set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7; -update noar ti set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7; -update noar tt set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8; -update noar ti set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8; -update noar tt set b0='QYTHGM9XT7VN2XJFLTR' where id=8; -update noar ti set b0='QYTHGM9XT7VN2XJFLTR' where id=8; -update noar tt set v0='3TVE9EQSR3L1FD0N46I' where id=8; -update noar ti set v0='3TVE9EQSR3L1FD0N46I' where id=8; -update noar tt set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8; -update noar ti set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8; -update noar tt set v0='H9A1N6ONMP' where id=8; -update noar ti set v0='H9A1N6ONMP' where id=8; -update noar tt set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8; -update noar ti set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8; -update noar tt set v0='NC47DFISGAGN3F09' where id=9; -update noar ti set v0='NC47DFISGAGN3F09' where id=9; -update noar tt set b0='Y0TKV' where id=9; -update noar ti set b0='Y0TKV' where id=9; -update noar tt set v0='NUK4BLOS' where id=9; -update noar ti set v0='NUK4BLOS' where id=9; -update noar tt set b1='3O44Q' where id=9; -update noar ti set b1='3O44Q' where id=9; -update noar tt set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9; -update noar ti set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9; -update noar tt set b2='4Q8EYB5L3OY3D8KE14MN' where id=9; -update noar ti set b2='4Q8EYB5L3OY3D8KE14MN' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N' where id=1; -update noar ti set v0='N' where id=1; -update noar tt set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1; -update noar ti set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1; -update noar tt set v0='JKU8VXN7D' where id=1; -update noar ti set v0='JKU8VXN7D' where id=1; -update noar tt set b1='YDFNDR9TG6GC0HA' where id=1; -update noar ti set b1='YDFNDR9TG6GC0HA' where id=1; -update noar tt set v0='5DSPGEIHHVKWT9Z' where id=1; -update noar ti set v0='5DSPGEIHHVKWT9Z' where id=1; -update noar tt set b2='NCT5R56' where id=1; -update noar ti set b2='NCT5R56' where id=1; -update noar tt set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2; -update noar ti set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2; -update noar tt set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2; -update noar ti set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2; -update noar tt set v0='P' where id=2; -update noar ti set v0='P' where id=2; -update noar tt set b1='5URUZW0' where id=2; -update noar ti set b1='5URUZW0' where id=2; -update noar tt set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2; -update noar ti set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2; -update noar tt set b2='5WHQAX33V0XJU' where id=2; -update noar ti set b2='5WHQAX33V0XJU' where id=2; -update noar tt set v0='78FSJUXZLFOOZH3U7UXO' where id=3; -update noar ti set v0='78FSJUXZLFOOZH3U7UXO' where id=3; -update noar tt set b0='3YSXHIU' where id=3; -update noar ti set b0='3YSXHIU' where id=3; -update noar tt set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3; -update noar ti set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3; -update noar tt set b1='3WZFQUYWW' where id=3; -update noar ti set b1='3WZFQUYWW' where id=3; -update noar tt set v0='UPMUMHMUXJAVWFM5M72HM' where id=3; -update noar ti set v0='UPMUMHMUXJAVWFM5M72HM' where id=3; -update noar tt set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3; -update noar ti set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3; -update noar tt set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4; -update noar ti set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4; -update noar tt set b0='V3UX3HL8Y' where id=4; -update noar ti set b0='V3UX3HL8Y' where id=4; -update noar tt set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4; -update noar ti set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4; -update noar tt set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4; -update noar ti set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4; -update noar tt set v0='4PC5M167NADGXQZDDV' where id=4; -update noar ti set v0='4PC5M167NADGXQZDDV' where id=4; -update noar tt set b2='9SD5GKYRBW1' where id=4; -update noar ti set b2='9SD5GKYRBW1' where id=4; -update noar tt set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5; -update noar ti set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5; -update noar tt set b0='3W5' where id=5; -update noar ti set b0='3W5' where id=5; -update noar tt set v0='WSJ0X77XS63H4M7259ZD1T' where id=5; -update noar ti set v0='WSJ0X77XS63H4M7259ZD1T' where id=5; -update noar tt set b1='G8VAWEV0B' where id=5; -update noar ti set b1='G8VAWEV0B' where id=5; -update noar tt set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5; -update noar ti set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5; -update noar tt set b2='LEB90RZ' where id=5; -update noar ti set b2='LEB90RZ' where id=5; -update noar tt set v0='NHSVG' where id=6; -update noar ti set v0='NHSVG' where id=6; -update noar tt set b0='FG' where id=6; -update noar ti set b0='FG' where id=6; -update noar tt set v0='P8O67MEN8U' where id=6; -update noar ti set v0='P8O67MEN8U' where id=6; -update noar tt set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6; -update noar ti set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6; -update noar tt set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6; -update noar ti set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6; -update noar tt set b2='0KM1E06RPBBYZ6WEKE' where id=6; -update noar ti set b2='0KM1E06RPBBYZ6WEKE' where id=6; -update noar tt set v0='DK4R00FQKZVH' where id=7; -update noar ti set v0='DK4R00FQKZVH' where id=7; -update noar tt set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7; -update noar ti set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7; -update noar tt set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7; -update noar ti set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7; -update noar tt set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7; -update noar ti set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7; -update noar tt set v0='T6T5WBRY6' where id=7; -update noar ti set v0='T6T5WBRY6' where id=7; -update noar tt set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7; -update noar ti set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7; -update noar tt set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8; -update noar ti set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8; -update noar tt set b0='DSIMV4K676JCPA4YQE' where id=8; -update noar ti set b0='DSIMV4K676JCPA4YQE' where id=8; -update noar tt set v0='UM9H01M831' where id=8; -update noar ti set v0='UM9H01M831' where id=8; -update noar tt set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8; -update noar ti set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8; -update noar tt set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8; -update noar ti set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8; -update noar tt set b2='NBAT91HZYRDZRSXBDP' where id=8; -update noar ti set b2='NBAT91HZYRDZRSXBDP' where id=8; -update noar tt set v0='GK4OP0FSQJKJ0DT' where id=9; -update noar ti set v0='GK4OP0FSQJKJ0DT' where id=9; -update noar tt set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9; -update noar ti set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9; -update noar tt set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9; -update noar ti set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9; -update noar tt set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9; -update noar ti set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9; -update noar tt set v0='CWGLRYMYXSU' where id=9; -update noar ti set v0='CWGLRYMYXSU' where id=9; -update noar tt set b2='FP3VFIDZY' where id=9; -update noar ti set b2='FP3VFIDZY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LLFBG8VBB2I' where id=1; -update noar ti set v0='LLFBG8VBB2I' where id=1; -update noar tt set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1; -update noar ti set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1; -update noar tt set v0='439NQPBBYPJ38' where id=1; -update noar ti set v0='439NQPBBYPJ38' where id=1; -update noar tt set b1='T9NQK7250QMBJ6G3TZED5C' where id=1; -update noar ti set b1='T9NQK7250QMBJ6G3TZED5C' where id=1; -update noar tt set v0='S' where id=1; -update noar ti set v0='S' where id=1; -update noar tt set b2='7STB' where id=1; -update noar ti set b2='7STB' where id=1; -update noar tt set v0='COH8TVC777MHK1' where id=2; -update noar ti set v0='COH8TVC777MHK1' where id=2; -update noar tt set b0='B6JDVH3' where id=2; -update noar ti set b0='B6JDVH3' where id=2; -update noar tt set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2; -update noar ti set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2; -update noar tt set b1='Y0TO' where id=2; -update noar ti set b1='Y0TO' where id=2; -update noar tt set v0='OU9OWWS416ZIXI1660R' where id=2; -update noar ti set v0='OU9OWWS416ZIXI1660R' where id=2; -update noar tt set b2='AFUDORACFV46H3V4DBRJ' where id=2; -update noar ti set b2='AFUDORACFV46H3V4DBRJ' where id=2; -update noar tt set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3; -update noar ti set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3; -update noar tt set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3; -update noar ti set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3; -update noar tt set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3; -update noar ti set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3; -update noar tt set b1='YY4UFQGSWKKM8TVYJB9' where id=3; -update noar ti set b1='YY4UFQGSWKKM8TVYJB9' where id=3; -update noar tt set v0='3RHB1MQW2793637Z' where id=3; -update noar ti set v0='3RHB1MQW2793637Z' where id=3; -update noar tt set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3; -update noar ti set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3; -update noar tt set v0='VACJ89JOLRN3HI0P8ERA' where id=4; -update noar ti set v0='VACJ89JOLRN3HI0P8ERA' where id=4; -update noar tt set b0='2JKZJFW1EB6G2AR8QK' where id=4; -update noar ti set b0='2JKZJFW1EB6G2AR8QK' where id=4; -update noar tt set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4; -update noar ti set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4; -update noar tt set b1='02GKU71LWW7Q4908ONBA1' where id=4; -update noar ti set b1='02GKU71LWW7Q4908ONBA1' where id=4; -update noar tt set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4; -update noar ti set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4; -update noar tt set b2='D7YLH4JPV6OQD9O3NNLK' where id=4; -update noar ti set b2='D7YLH4JPV6OQD9O3NNLK' where id=4; -update noar tt set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5; -update noar ti set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5; -update noar tt set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5; -update noar ti set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5; -update noar tt set v0='6BXHZ4V' where id=5; -update noar ti set v0='6BXHZ4V' where id=5; -update noar tt set b1='D' where id=5; -update noar ti set b1='D' where id=5; -update noar tt set v0='SK9SG' where id=5; -update noar ti set v0='SK9SG' where id=5; -update noar tt set b2='5RF6IY0R' where id=5; -update noar ti set b2='5RF6IY0R' where id=5; -update noar tt set v0='DX' where id=6; -update noar ti set v0='DX' where id=6; -update noar tt set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6; -update noar ti set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6; -update noar tt set v0='WYD9EK' where id=6; -update noar ti set v0='WYD9EK' where id=6; -update noar tt set b1='USL82FEUNMEEE4TTCIZVW' where id=6; -update noar ti set b1='USL82FEUNMEEE4TTCIZVW' where id=6; -update noar tt set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6; -update noar ti set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6; -update noar tt set b2='3TK8' where id=6; -update noar ti set b2='3TK8' where id=6; -update noar tt set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7; -update noar ti set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7; -update noar tt set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7; -update noar ti set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7; -update noar tt set v0='DUO' where id=7; -update noar ti set v0='DUO' where id=7; -update noar tt set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7; -update noar ti set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7; -update noar tt set v0='SP61Y' where id=7; -update noar ti set v0='SP61Y' where id=7; -update noar tt set b2='GNB1WPKT5XJVR' where id=7; -update noar ti set b2='GNB1WPKT5XJVR' where id=7; -update noar tt set v0='BSCD' where id=8; -update noar ti set v0='BSCD' where id=8; -update noar tt set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8; -update noar ti set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8; -update noar tt set v0='GNSYJ62FETS' where id=8; -update noar ti set v0='GNSYJ62FETS' where id=8; -update noar tt set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8; -update noar ti set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8; -update noar tt set v0='NFR5JIP7ISSN2PICY476KQ' where id=8; -update noar ti set v0='NFR5JIP7ISSN2PICY476KQ' where id=8; -update noar tt set b2='F96I73FDASH9K9O9QVJ7' where id=8; -update noar ti set b2='F96I73FDASH9K9O9QVJ7' where id=8; -update noar tt set v0='KH6IM5DP4CRU' where id=9; -update noar ti set v0='KH6IM5DP4CRU' where id=9; -update noar tt set b0='MG' where id=9; -update noar ti set b0='MG' where id=9; -update noar tt set v0='HQVOE57D9QLW' where id=9; -update noar ti set v0='HQVOE57D9QLW' where id=9; -update noar tt set b1='UWZEKF5SRFWTKV' where id=9; -update noar ti set b1='UWZEKF5SRFWTKV' where id=9; -update noar tt set v0='NCTTH4LR' where id=9; -update noar ti set v0='NCTTH4LR' where id=9; -update noar tt set b2='YE8TWCW29FVX87LG' where id=9; -update noar ti set b2='YE8TWCW29FVX87LG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='04PIU0CKKINXJLH41' where id=1; -update noar ti set v0='04PIU0CKKINXJLH41' where id=1; -update noar tt set b0='M6QWWV' where id=1; -update noar ti set b0='M6QWWV' where id=1; -update noar tt set v0='2Y0O8PQ91CAI7PH6D6' where id=1; -update noar ti set v0='2Y0O8PQ91CAI7PH6D6' where id=1; -update noar tt set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1; -update noar ti set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1; -update noar tt set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1; -update noar ti set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1; -update noar tt set b2='BED5PXB80GBH1B8G2JQBBT' where id=1; -update noar ti set b2='BED5PXB80GBH1B8G2JQBBT' where id=1; -update noar tt set v0='HVYJ1ZX' where id=2; -update noar ti set v0='HVYJ1ZX' where id=2; -update noar tt set b0='ARUE' where id=2; -update noar ti set b0='ARUE' where id=2; -update noar tt set v0='NSQXA7PCT2SG56UN' where id=2; -update noar ti set v0='NSQXA7PCT2SG56UN' where id=2; -update noar tt set b1='53' where id=2; -update noar ti set b1='53' where id=2; -update noar tt set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2; -update noar ti set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2; -update noar tt set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2; -update noar ti set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2; -update noar tt set v0='YVCLXLU032ERAZUWXHQ' where id=3; -update noar ti set v0='YVCLXLU032ERAZUWXHQ' where id=3; -update noar tt set b0='9GHVX4JS9C67JU' where id=3; -update noar ti set b0='9GHVX4JS9C67JU' where id=3; -update noar tt set v0='CNE' where id=3; -update noar ti set v0='CNE' where id=3; -update noar tt set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3; -update noar ti set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3; -update noar tt set v0='1PHPPWFUDLE' where id=3; -update noar ti set v0='1PHPPWFUDLE' where id=3; -update noar tt set b2='RQ0A3' where id=3; -update noar ti set b2='RQ0A3' where id=3; -update noar tt set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4; -update noar ti set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4; -update noar tt set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4; -update noar ti set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4; -update noar tt set v0='8PIKO4UFEV9W3' where id=4; -update noar ti set v0='8PIKO4UFEV9W3' where id=4; -update noar tt set b1='G884SW0' where id=4; -update noar ti set b1='G884SW0' where id=4; -update noar tt set v0='PD7UEA1E9DN5FI4WSR' where id=4; -update noar ti set v0='PD7UEA1E9DN5FI4WSR' where id=4; -update noar tt set b2='A' where id=4; -update noar ti set b2='A' where id=4; -update noar tt set v0='3SUCBJK5PMUUI' where id=5; -update noar ti set v0='3SUCBJK5PMUUI' where id=5; -update noar tt set b0='IHKV7D4VTTBTLHEUI78I' where id=5; -update noar ti set b0='IHKV7D4VTTBTLHEUI78I' where id=5; -update noar tt set v0='C4BEACU9PGM3AR3KJFSS5' where id=5; -update noar ti set v0='C4BEACU9PGM3AR3KJFSS5' where id=5; -update noar tt set b1='042HA' where id=5; -update noar ti set b1='042HA' where id=5; -update noar tt set v0='HXOT' where id=5; -update noar ti set v0='HXOT' where id=5; -update noar tt set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5; -update noar ti set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5; -update noar tt set v0='UFLT8KV6A' where id=6; -update noar ti set v0='UFLT8KV6A' where id=6; -update noar tt set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6; -update noar ti set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6; -update noar tt set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6; -update noar ti set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6; -update noar tt set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6; -update noar ti set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6; -update noar tt set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6; -update noar ti set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6; -update noar tt set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6; -update noar ti set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6; -update noar tt set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7; -update noar ti set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7; -update noar tt set b0='NUBOG6EO0FQ2RSVH79V' where id=7; -update noar ti set b0='NUBOG6EO0FQ2RSVH79V' where id=7; -update noar tt set v0='E8KKF2DEKO11' where id=7; -update noar ti set v0='E8KKF2DEKO11' where id=7; -update noar tt set b1='1BCMTILG12L7DR9RY3Y6' where id=7; -update noar ti set b1='1BCMTILG12L7DR9RY3Y6' where id=7; -update noar tt set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7; -update noar ti set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7; -update noar tt set b2='XW7TWY9JDOAN' where id=7; -update noar ti set b2='XW7TWY9JDOAN' where id=7; -update noar tt set v0='1CAR5BV5' where id=8; -update noar ti set v0='1CAR5BV5' where id=8; -update noar tt set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8; -update noar ti set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8; -update noar tt set v0='MAKQ12A0KHZWUWM' where id=8; -update noar ti set v0='MAKQ12A0KHZWUWM' where id=8; -update noar tt set b1='AWEEFJGHNS0' where id=8; -update noar ti set b1='AWEEFJGHNS0' where id=8; -update noar tt set v0='RC4SCVOU908CI9O' where id=8; -update noar ti set v0='RC4SCVOU908CI9O' where id=8; -update noar tt set b2='DTJAHRJIY860W' where id=8; -update noar ti set b2='DTJAHRJIY860W' where id=8; -update noar tt set v0='GDVAL' where id=9; -update noar ti set v0='GDVAL' where id=9; -update noar tt set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9; -update noar ti set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9; -update noar tt set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9; -update noar ti set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9; -update noar tt set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9; -update noar ti set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9; -update noar tt set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9; -update noar ti set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9; -update noar tt set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9; -update noar ti set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1; -update noar ti set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1; -update noar tt set b0='RW8F3WW26' where id=1; -update noar ti set b0='RW8F3WW26' where id=1; -update noar tt set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1; -update noar ti set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1; -update noar tt set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1; -update noar ti set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1; -update noar tt set v0='AGUVP0RIS' where id=1; -update noar ti set v0='AGUVP0RIS' where id=1; -update noar tt set b2='K63DRD1AZ2VUCFGEC' where id=1; -update noar ti set b2='K63DRD1AZ2VUCFGEC' where id=1; -update noar tt set v0='QDOH273EW2DPFL' where id=2; -update noar ti set v0='QDOH273EW2DPFL' where id=2; -update noar tt set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2; -update noar ti set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2; -update noar tt set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2; -update noar ti set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2; -update noar tt set b1='DEIAYQWFCE3VYT0JGC' where id=2; -update noar ti set b1='DEIAYQWFCE3VYT0JGC' where id=2; -update noar tt set v0='5PLIAAL9GV' where id=2; -update noar ti set v0='5PLIAAL9GV' where id=2; -update noar tt set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2; -update noar ti set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2; -update noar tt set v0='C2' where id=3; -update noar ti set v0='C2' where id=3; -update noar tt set b0='OFL2RLO5X6XJTUZ9C' where id=3; -update noar ti set b0='OFL2RLO5X6XJTUZ9C' where id=3; -update noar tt set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3; -update noar ti set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3; -update noar tt set b1='C0P5UA2NZF' where id=3; -update noar ti set b1='C0P5UA2NZF' where id=3; -update noar tt set v0='O7' where id=3; -update noar ti set v0='O7' where id=3; -update noar tt set b2='ZDA80T5NXP5DL' where id=3; -update noar ti set b2='ZDA80T5NXP5DL' where id=3; -update noar tt set v0='ISOJ0ZDAD0N' where id=4; -update noar ti set v0='ISOJ0ZDAD0N' where id=4; -update noar tt set b0='TEBY' where id=4; -update noar ti set b0='TEBY' where id=4; -update noar tt set v0='YFD4Q6MMORW8OIO' where id=4; -update noar ti set v0='YFD4Q6MMORW8OIO' where id=4; -update noar tt set b1='6J4X1L16Z9URL8Q' where id=4; -update noar ti set b1='6J4X1L16Z9URL8Q' where id=4; -update noar tt set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4; -update noar ti set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4; -update noar tt set b2='F9O1Y' where id=4; -update noar ti set b2='F9O1Y' where id=4; -update noar tt set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5; -update noar ti set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5; -update noar tt set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5; -update noar ti set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5; -update noar tt set v0='FLCM73' where id=5; -update noar ti set v0='FLCM73' where id=5; -update noar tt set b1='NWP0ZJUR' where id=5; -update noar ti set b1='NWP0ZJUR' where id=5; -update noar tt set v0='SRZQ' where id=5; -update noar ti set v0='SRZQ' where id=5; -update noar tt set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5; -update noar ti set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6; -update noar ti set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6; -update noar tt set v0='YPG9SAAVQCZC1H9' where id=6; -update noar ti set v0='YPG9SAAVQCZC1H9' where id=6; -update noar tt set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6; -update noar ti set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6; -update noar tt set v0='VIHBZCIBK' where id=6; -update noar ti set v0='VIHBZCIBK' where id=6; -update noar tt set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6; -update noar ti set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6; -update noar tt set v0='NKVU0JBVPG970BQF4T2' where id=7; -update noar ti set v0='NKVU0JBVPG970BQF4T2' where id=7; -update noar tt set b0='9E6RXCGCTIEB17TPA0K8T' where id=7; -update noar ti set b0='9E6RXCGCTIEB17TPA0K8T' where id=7; -update noar tt set v0='RPF8' where id=7; -update noar ti set v0='RPF8' where id=7; -update noar tt set b1='W8' where id=7; -update noar ti set b1='W8' where id=7; -update noar tt set v0='9GKGU' where id=7; -update noar ti set v0='9GKGU' where id=7; -update noar tt set b2='0RH8DCPBKR' where id=7; -update noar ti set b2='0RH8DCPBKR' where id=7; -update noar tt set v0='G5ES2EE' where id=8; -update noar ti set v0='G5ES2EE' where id=8; -update noar tt set b0='38K' where id=8; -update noar ti set b0='38K' where id=8; -update noar tt set v0='X8CI62NX4LXCC' where id=8; -update noar ti set v0='X8CI62NX4LXCC' where id=8; -update noar tt set b1='YD7E005F8L1967YIAKDZQT3M' where id=8; -update noar ti set b1='YD7E005F8L1967YIAKDZQT3M' where id=8; -update noar tt set v0='WWP52' where id=8; -update noar ti set v0='WWP52' where id=8; -update noar tt set b2='PN' where id=8; -update noar ti set b2='PN' where id=8; -update noar tt set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9; -update noar ti set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9; -update noar tt set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9; -update noar ti set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9; -update noar tt set v0='50OK' where id=9; -update noar ti set v0='50OK' where id=9; -update noar tt set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9; -update noar ti set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9; -update noar tt set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9; -update noar ti set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9; -update noar tt set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9; -update noar ti set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I8C5Q9X07R' where id=1; -update noar ti set v0='I8C5Q9X07R' where id=1; -update noar tt set b0='3WLOOV9QMRVO1' where id=1; -update noar ti set b0='3WLOOV9QMRVO1' where id=1; -update noar tt set v0='PS7TBY1KIQLYL5D0MGQG' where id=1; -update noar ti set v0='PS7TBY1KIQLYL5D0MGQG' where id=1; -update noar tt set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1; -update noar ti set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1; -update noar tt set v0='ALOMZYO1J' where id=1; -update noar ti set v0='ALOMZYO1J' where id=1; -update noar tt set b2='3LYGVNI53FYT6FI93TOW0' where id=1; -update noar ti set b2='3LYGVNI53FYT6FI93TOW0' where id=1; -update noar tt set v0='RPT90BSEX2S' where id=2; -update noar ti set v0='RPT90BSEX2S' where id=2; -update noar tt set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2; -update noar ti set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2; -update noar tt set v0='4QHZG' where id=2; -update noar ti set v0='4QHZG' where id=2; -update noar tt set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2; -update noar ti set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2; -update noar tt set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2; -update noar ti set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2; -update noar tt set b2='QCP697HDPJF732' where id=2; -update noar ti set b2='QCP697HDPJF732' where id=2; -update noar tt set v0='XRIM2465' where id=3; -update noar ti set v0='XRIM2465' where id=3; -update noar tt set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3; -update noar ti set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3; -update noar tt set v0='GS40Z5Z0IDJRJEK90' where id=3; -update noar ti set v0='GS40Z5Z0IDJRJEK90' where id=3; -update noar tt set b1='PYAPTT7' where id=3; -update noar ti set b1='PYAPTT7' where id=3; -update noar tt set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3; -update noar ti set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3; -update noar tt set b2='2H8E9NLEL' where id=3; -update noar ti set b2='2H8E9NLEL' where id=3; -update noar tt set v0='QENNTFGI1WOVMXF' where id=4; -update noar ti set v0='QENNTFGI1WOVMXF' where id=4; -update noar tt set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4; -update noar ti set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4; -update noar tt set v0='JD1L53AOTZ30FISIYPSLE0' where id=4; -update noar ti set v0='JD1L53AOTZ30FISIYPSLE0' where id=4; -update noar tt set b1='1L' where id=4; -update noar ti set b1='1L' where id=4; -update noar tt set v0='B8FS583VHNZ5' where id=4; -update noar ti set v0='B8FS583VHNZ5' where id=4; -update noar tt set b2='RZMBJX3' where id=4; -update noar ti set b2='RZMBJX3' where id=4; -update noar tt set v0='Y7VCTRKWIJT3315LN3F' where id=5; -update noar ti set v0='Y7VCTRKWIJT3315LN3F' where id=5; -update noar tt set b0='H5QOHKC' where id=5; -update noar ti set b0='H5QOHKC' where id=5; -update noar tt set v0='73KA5B3O' where id=5; -update noar ti set v0='73KA5B3O' where id=5; -update noar tt set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5; -update noar ti set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5; -update noar tt set v0='SHAQWOLRFH4RM7' where id=5; -update noar ti set v0='SHAQWOLRFH4RM7' where id=5; -update noar tt set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5; -update noar ti set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5; -update noar tt set v0='ZOO4BDTW3AH9I' where id=6; -update noar ti set v0='ZOO4BDTW3AH9I' where id=6; -update noar tt set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6; -update noar ti set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6; -update noar tt set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6; -update noar ti set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6; -update noar tt set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6; -update noar ti set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6; -update noar tt set v0='C4AT' where id=6; -update noar ti set v0='C4AT' where id=6; -update noar tt set b2='P406SCU8XOATXCN8O' where id=6; -update noar ti set b2='P406SCU8XOATXCN8O' where id=6; -update noar tt set v0='5F5B1S0CP5GE' where id=7; -update noar ti set v0='5F5B1S0CP5GE' where id=7; -update noar tt set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7; -update noar ti set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7; -update noar tt set v0='NV' where id=7; -update noar ti set v0='NV' where id=7; -update noar tt set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7; -update noar ti set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7; -update noar tt set v0='8CC54CZQQRGPJFTYJ21QC' where id=7; -update noar ti set v0='8CC54CZQQRGPJFTYJ21QC' where id=7; -update noar tt set b2='BYQ2CWL86510' where id=7; -update noar ti set b2='BYQ2CWL86510' where id=7; -update noar tt set v0='OTL25OSNLWOZ26V2N' where id=8; -update noar ti set v0='OTL25OSNLWOZ26V2N' where id=8; -update noar tt set b0='P6' where id=8; -update noar ti set b0='P6' where id=8; -update noar tt set v0='JLQYI8EMZVNTRTRKW54' where id=8; -update noar ti set v0='JLQYI8EMZVNTRTRKW54' where id=8; -update noar tt set b1='C9X00BVX7MS6O3WAJS92' where id=8; -update noar ti set b1='C9X00BVX7MS6O3WAJS92' where id=8; -update noar tt set v0='BSPJHY26S' where id=8; -update noar ti set v0='BSPJHY26S' where id=8; -update noar tt set b2='PN5BZJYC' where id=8; -update noar ti set b2='PN5BZJYC' where id=8; -update noar tt set v0='4NOHVZ7UAZ4N' where id=9; -update noar ti set v0='4NOHVZ7UAZ4N' where id=9; -update noar tt set b0='IYDJFZXSF39' where id=9; -update noar ti set b0='IYDJFZXSF39' where id=9; -update noar tt set v0='U3' where id=9; -update noar ti set v0='U3' where id=9; -update noar tt set b1='BG' where id=9; -update noar ti set b1='BG' where id=9; -update noar tt set v0='3D16YEHZOQB7GJ8' where id=9; -update noar ti set v0='3D16YEHZOQB7GJ8' where id=9; -update noar tt set b2='ZH' where id=9; -update noar ti set b2='ZH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4RPAVR0FMHYMREJVAON4L' where id=1; -update noar ti set v0='4RPAVR0FMHYMREJVAON4L' where id=1; -update noar tt set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1; -update noar ti set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1; -update noar tt set v0='ZCJL1A' where id=1; -update noar ti set v0='ZCJL1A' where id=1; -update noar tt set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1; -update noar ti set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1; -update noar tt set v0='X0EYAAO99OEPK86VOQLQ' where id=1; -update noar ti set v0='X0EYAAO99OEPK86VOQLQ' where id=1; -update noar tt set b2='VTUFUV2H9GZZX8K2QC' where id=1; -update noar ti set b2='VTUFUV2H9GZZX8K2QC' where id=1; -update noar tt set v0='HLUVOQHA1U6T5U' where id=2; -update noar ti set v0='HLUVOQHA1U6T5U' where id=2; -update noar tt set b0='H16I610GH8PCWFR2SS' where id=2; -update noar ti set b0='H16I610GH8PCWFR2SS' where id=2; -update noar tt set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2; -update noar ti set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2; -update noar tt set b1='JZFZ8EHE2IB' where id=2; -update noar ti set b1='JZFZ8EHE2IB' where id=2; -update noar tt set v0='P45GOG51AQYX1NQ00L6Z' where id=2; -update noar ti set v0='P45GOG51AQYX1NQ00L6Z' where id=2; -update noar tt set b2='K15TS36JEE4U' where id=2; -update noar ti set b2='K15TS36JEE4U' where id=2; -update noar tt set v0='AGLV63JNR3L' where id=3; -update noar ti set v0='AGLV63JNR3L' where id=3; -update noar tt set b0='LIRFP5M34XV5TRKO8' where id=3; -update noar ti set b0='LIRFP5M34XV5TRKO8' where id=3; -update noar tt set v0='TKEZAKO805' where id=3; -update noar ti set v0='TKEZAKO805' where id=3; -update noar tt set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3; -update noar ti set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3; -update noar tt set v0='I' where id=3; -update noar ti set v0='I' where id=3; -update noar tt set b2='332F9WR7P12O8IFZGFCCSIG' where id=3; -update noar ti set b2='332F9WR7P12O8IFZGFCCSIG' where id=3; -update noar tt set v0='Z' where id=4; -update noar ti set v0='Z' where id=4; -update noar tt set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4; -update noar ti set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4; -update noar tt set v0='GM0UHIBYN6K01' where id=4; -update noar ti set v0='GM0UHIBYN6K01' where id=4; -update noar tt set b1='RIS' where id=4; -update noar ti set b1='RIS' where id=4; -update noar tt set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4; -update noar ti set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4; -update noar tt set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4; -update noar ti set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4; -update noar tt set v0='G' where id=5; -update noar ti set v0='G' where id=5; -update noar tt set b0='676HVKVA' where id=5; -update noar ti set b0='676HVKVA' where id=5; -update noar tt set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5; -update noar ti set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5; -update noar tt set b1='VSB4WD7QNZUYJAS' where id=5; -update noar ti set b1='VSB4WD7QNZUYJAS' where id=5; -update noar tt set v0='LZ8MOUWL' where id=5; -update noar ti set v0='LZ8MOUWL' where id=5; -update noar tt set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5; -update noar ti set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5; -update noar tt set v0='7IB26U9JDY' where id=6; -update noar ti set v0='7IB26U9JDY' where id=6; -update noar tt set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6; -update noar ti set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6; -update noar tt set v0='4AGNHTU' where id=6; -update noar ti set v0='4AGNHTU' where id=6; -update noar tt set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6; -update noar ti set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6; -update noar tt set v0='0QQGT2JM' where id=6; -update noar ti set v0='0QQGT2JM' where id=6; -update noar tt set b2='A5F3GWAS7K' where id=6; -update noar ti set b2='A5F3GWAS7K' where id=6; -update noar tt set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7; -update noar ti set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7; -update noar tt set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7; -update noar ti set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7; -update noar tt set v0='6BCMV8IBJSDV26562XEKW' where id=7; -update noar ti set v0='6BCMV8IBJSDV26562XEKW' where id=7; -update noar tt set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7; -update noar ti set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7; -update noar tt set v0='O9XY485TJ12VW5RZ54P0LA' where id=7; -update noar ti set v0='O9XY485TJ12VW5RZ54P0LA' where id=7; -update noar tt set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7; -update noar ti set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7; -update noar tt set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8; -update noar ti set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8; -update noar tt set b0='BEUI81HXKS' where id=8; -update noar ti set b0='BEUI81HXKS' where id=8; -update noar tt set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8; -update noar ti set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8; -update noar tt set b1='P' where id=8; -update noar ti set b1='P' where id=8; -update noar tt set v0='DPNH' where id=8; -update noar ti set v0='DPNH' where id=8; -update noar tt set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8; -update noar ti set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8; -update noar tt set v0='G3H9' where id=9; -update noar ti set v0='G3H9' where id=9; -update noar tt set b0='NDY1UHTP' where id=9; -update noar ti set b0='NDY1UHTP' where id=9; -update noar tt set v0='O50DUVWCA07' where id=9; -update noar ti set v0='O50DUVWCA07' where id=9; -update noar tt set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9; -update noar ti set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9; -update noar tt set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9; -update noar ti set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9; -update noar tt set b2='F1M0W35E5QTBQW' where id=9; -update noar ti set b2='F1M0W35E5QTBQW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1; -update noar ti set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1; -update noar tt set b0='4JB1XZR6GGHO53ZR281F' where id=1; -update noar ti set b0='4JB1XZR6GGHO53ZR281F' where id=1; -update noar tt set v0='JWRNW' where id=1; -update noar ti set v0='JWRNW' where id=1; -update noar tt set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1; -update noar ti set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1; -update noar tt set v0='N29EM7SG' where id=1; -update noar ti set v0='N29EM7SG' where id=1; -update noar tt set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1; -update noar ti set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1; -update noar tt set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2; -update noar ti set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2; -update noar tt set b0='0XDBSJQ37C1B1' where id=2; -update noar ti set b0='0XDBSJQ37C1B1' where id=2; -update noar tt set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2; -update noar ti set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2; -update noar tt set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2; -update noar ti set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2; -update noar tt set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2; -update noar ti set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2; -update noar tt set b2='8Q53SEJ02L' where id=2; -update noar ti set b2='8Q53SEJ02L' where id=2; -update noar tt set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3; -update noar ti set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3; -update noar tt set b0='GSIU' where id=3; -update noar ti set b0='GSIU' where id=3; -update noar tt set v0='Y1' where id=3; -update noar ti set v0='Y1' where id=3; -update noar tt set b1='T68PIO' where id=3; -update noar ti set b1='T68PIO' where id=3; -update noar tt set v0='K6NEEP5R4ATOBJJ9IH990' where id=3; -update noar ti set v0='K6NEEP5R4ATOBJJ9IH990' where id=3; -update noar tt set b2='K5W7IM6LWGZZ3M0' where id=3; -update noar ti set b2='K5W7IM6LWGZZ3M0' where id=3; -update noar tt set v0='P49ZS' where id=4; -update noar ti set v0='P49ZS' where id=4; -update noar tt set b0='KDP' where id=4; -update noar ti set b0='KDP' where id=4; -update noar tt set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4; -update noar ti set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4; -update noar tt set b1='5E8QJL8K5P7UT4' where id=4; -update noar ti set b1='5E8QJL8K5P7UT4' where id=4; -update noar tt set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4; -update noar ti set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4; -update noar tt set b2='1' where id=4; -update noar ti set b2='1' where id=4; -update noar tt set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5; -update noar ti set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5; -update noar tt set b0='YSOKXCCVIFPNE503BJ' where id=5; -update noar ti set b0='YSOKXCCVIFPNE503BJ' where id=5; -update noar tt set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5; -update noar ti set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5; -update noar tt set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5; -update noar ti set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5; -update noar tt set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5; -update noar ti set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5; -update noar tt set b2='0A78JP672GGOL1EPEZ2FL3' where id=5; -update noar ti set b2='0A78JP672GGOL1EPEZ2FL3' where id=5; -update noar tt set v0='KD' where id=6; -update noar ti set v0='KD' where id=6; -update noar tt set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6; -update noar ti set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6; -update noar tt set v0='IWRP' where id=6; -update noar ti set v0='IWRP' where id=6; -update noar tt set b1='OFF94CSWJROSA21895' where id=6; -update noar ti set b1='OFF94CSWJROSA21895' where id=6; -update noar tt set v0='VSS3UFBK9WK1FJHECF7BY' where id=6; -update noar ti set v0='VSS3UFBK9WK1FJHECF7BY' where id=6; -update noar tt set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6; -update noar ti set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6; -update noar tt set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7; -update noar ti set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7; -update noar tt set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7; -update noar ti set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7; -update noar tt set v0='MNE5FOBSGFRYEDHVDH' where id=7; -update noar ti set v0='MNE5FOBSGFRYEDHVDH' where id=7; -update noar tt set b1='NWRSX' where id=7; -update noar ti set b1='NWRSX' where id=7; -update noar tt set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7; -update noar ti set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7; -update noar tt set b2='QQPRH7ZR32V' where id=7; -update noar ti set b2='QQPRH7ZR32V' where id=7; -update noar tt set v0='4I9UBAA9QYT' where id=8; -update noar ti set v0='4I9UBAA9QYT' where id=8; -update noar tt set b0='5W7' where id=8; -update noar ti set b0='5W7' where id=8; -update noar tt set v0='B9OY5AQA4Q' where id=8; -update noar ti set v0='B9OY5AQA4Q' where id=8; -update noar tt set b1='LJAAXNXP115K7KM1VP' where id=8; -update noar ti set b1='LJAAXNXP115K7KM1VP' where id=8; -update noar tt set v0='DV4RPJBFVTIDKBC7OBF' where id=8; -update noar ti set v0='DV4RPJBFVTIDKBC7OBF' where id=8; -update noar tt set b2='31VBHA0WYNFMM0ND1U3HA' where id=8; -update noar ti set b2='31VBHA0WYNFMM0ND1U3HA' where id=8; -update noar tt set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9; -update noar ti set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9; -update noar tt set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9; -update noar ti set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9; -update noar tt set v0='UC9C4E0GIFIGUYP' where id=9; -update noar ti set v0='UC9C4E0GIFIGUYP' where id=9; -update noar tt set b1='A3' where id=9; -update noar ti set b1='A3' where id=9; -update noar tt set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9; -update noar ti set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9; -update noar tt set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9; -update noar ti set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='924DMLHUZX5E1Y19A7U7N00' where id=1; -update noar ti set v0='924DMLHUZX5E1Y19A7U7N00' where id=1; -update noar tt set b0='JP8DZFA' where id=1; -update noar ti set b0='JP8DZFA' where id=1; -update noar tt set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1; -update noar ti set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1; -update noar tt set b1='9VLRHCPDWO0C4K' where id=1; -update noar ti set b1='9VLRHCPDWO0C4K' where id=1; -update noar tt set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1; -update noar ti set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1; -update noar tt set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1; -update noar ti set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1; -update noar tt set v0='GBN11VA7O1ALPWFGF52YW' where id=2; -update noar ti set v0='GBN11VA7O1ALPWFGF52YW' where id=2; -update noar tt set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2; -update noar ti set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2; -update noar tt set v0='JLAQ0KAECQ44HIXDL' where id=2; -update noar ti set v0='JLAQ0KAECQ44HIXDL' where id=2; -update noar tt set b1='MOCI6K7R99AWNUUY41PR' where id=2; -update noar ti set b1='MOCI6K7R99AWNUUY41PR' where id=2; -update noar tt set v0='VAAT8W7W' where id=2; -update noar ti set v0='VAAT8W7W' where id=2; -update noar tt set b2='4JSEXQ6S' where id=2; -update noar ti set b2='4JSEXQ6S' where id=2; -update noar tt set v0='ZHBHDC' where id=3; -update noar ti set v0='ZHBHDC' where id=3; -update noar tt set b0='5TGZ8GVN8CL16U3X8' where id=3; -update noar ti set b0='5TGZ8GVN8CL16U3X8' where id=3; -update noar tt set v0='TU23OZIPA8UGBI' where id=3; -update noar ti set v0='TU23OZIPA8UGBI' where id=3; -update noar tt set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3; -update noar ti set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3; -update noar tt set v0='4C73OMK8H1DCENPECENX9A' where id=3; -update noar ti set v0='4C73OMK8H1DCENPECENX9A' where id=3; -update noar tt set b2='INLDUPR0LZDEP0RZTGQGN' where id=3; -update noar ti set b2='INLDUPR0LZDEP0RZTGQGN' where id=3; -update noar tt set v0='YT7A' where id=4; -update noar ti set v0='YT7A' where id=4; -update noar tt set b0='0FDN1G9PMPQZ3AR' where id=4; -update noar ti set b0='0FDN1G9PMPQZ3AR' where id=4; -update noar tt set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4; -update noar ti set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4; -update noar tt set b1='TS1KIWDC11NU' where id=4; -update noar ti set b1='TS1KIWDC11NU' where id=4; -update noar tt set v0='MSOK978ZD6RHCAA54PZK' where id=4; -update noar ti set v0='MSOK978ZD6RHCAA54PZK' where id=4; -update noar tt set b2='6ODSCOI97HKWV6XBS' where id=4; -update noar ti set b2='6ODSCOI97HKWV6XBS' where id=4; -update noar tt set v0='WOHVUAJC0J' where id=5; -update noar ti set v0='WOHVUAJC0J' where id=5; -update noar tt set b0='M8FU0I4A' where id=5; -update noar ti set b0='M8FU0I4A' where id=5; -update noar tt set v0='WTRCHAKQH0Q7' where id=5; -update noar ti set v0='WTRCHAKQH0Q7' where id=5; -update noar tt set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5; -update noar ti set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5; -update noar tt set v0='4B2HHDWGINKTA1DZ7SV' where id=5; -update noar ti set v0='4B2HHDWGINKTA1DZ7SV' where id=5; -update noar tt set b2='B6U2C5HAUQRG86JD' where id=5; -update noar ti set b2='B6U2C5HAUQRG86JD' where id=5; -update noar tt set v0='TSO5YX' where id=6; -update noar ti set v0='TSO5YX' where id=6; -update noar tt set b0='6Z' where id=6; -update noar ti set b0='6Z' where id=6; -update noar tt set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6; -update noar ti set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6; -update noar tt set b1='WOMS5DM' where id=6; -update noar ti set b1='WOMS5DM' where id=6; -update noar tt set v0='WC6TYFYM4' where id=6; -update noar ti set v0='WC6TYFYM4' where id=6; -update noar tt set b2='TVVGTIBZR' where id=6; -update noar ti set b2='TVVGTIBZR' where id=6; -update noar tt set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7; -update noar ti set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7; -update noar tt set b0='2' where id=7; -update noar ti set b0='2' where id=7; -update noar tt set v0='SA0N50XSZOX' where id=7; -update noar ti set v0='SA0N50XSZOX' where id=7; -update noar tt set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7; -update noar ti set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7; -update noar tt set v0='IN5N' where id=7; -update noar ti set v0='IN5N' where id=7; -update noar tt set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7; -update noar ti set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7; -update noar tt set v0='HBMGILPW70USWKO' where id=8; -update noar ti set v0='HBMGILPW70USWKO' where id=8; -update noar tt set b0='208RB6CBMXVB53KPANMN4EE' where id=8; -update noar ti set b0='208RB6CBMXVB53KPANMN4EE' where id=8; -update noar tt set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8; -update noar ti set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8; -update noar tt set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8; -update noar ti set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8; -update noar tt set v0='N6ZN051UYD077Y387' where id=8; -update noar ti set v0='N6ZN051UYD077Y387' where id=8; -update noar tt set b2='JPR6S6LDP719XB' where id=8; -update noar ti set b2='JPR6S6LDP719XB' where id=8; -update noar tt set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9; -update noar ti set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9; -update noar tt set b0='7G7ZVU4S9B3KWOZAONRU' where id=9; -update noar ti set b0='7G7ZVU4S9B3KWOZAONRU' where id=9; -update noar tt set v0='VO' where id=9; -update noar ti set v0='VO' where id=9; -update noar tt set b1='WIL0ZP5I27' where id=9; -update noar ti set b1='WIL0ZP5I27' where id=9; -update noar tt set v0='EZ4LVF8VSTKFNYNN8' where id=9; -update noar ti set v0='EZ4LVF8VSTKFNYNN8' where id=9; -update noar tt set b2='RKVSQY' where id=9; -update noar ti set b2='RKVSQY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RX' where id=1; -update noar ti set v0='RX' where id=1; -update noar tt set b0='2WCIMKBCKFK7PGH' where id=1; -update noar ti set b0='2WCIMKBCKFK7PGH' where id=1; -update noar tt set v0='706PK' where id=1; -update noar ti set v0='706PK' where id=1; -update noar tt set b1='6E' where id=1; -update noar ti set b1='6E' where id=1; -update noar tt set v0='1ORZ2X5I49' where id=1; -update noar ti set v0='1ORZ2X5I49' where id=1; -update noar tt set b2='T6VKX' where id=1; -update noar ti set b2='T6VKX' where id=1; -update noar tt set v0='03' where id=2; -update noar ti set v0='03' where id=2; -update noar tt set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2; -update noar ti set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2; -update noar tt set v0='UQ3SS' where id=2; -update noar ti set v0='UQ3SS' where id=2; -update noar tt set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2; -update noar ti set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2; -update noar tt set v0='78M7YTPAQAYTB64XCV00ZF' where id=2; -update noar ti set v0='78M7YTPAQAYTB64XCV00ZF' where id=2; -update noar tt set b2='16G' where id=2; -update noar ti set b2='16G' where id=2; -update noar tt set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3; -update noar ti set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3; -update noar tt set b0='WEL6DTZCHTYUL7KZHABDO' where id=3; -update noar ti set b0='WEL6DTZCHTYUL7KZHABDO' where id=3; -update noar tt set v0='MIKXSUXLEMVJ43RVGFB' where id=3; -update noar ti set v0='MIKXSUXLEMVJ43RVGFB' where id=3; -update noar tt set b1='0IHM2JLXMH2ZB' where id=3; -update noar ti set b1='0IHM2JLXMH2ZB' where id=3; -update noar tt set v0='UVOG2TS516' where id=3; -update noar ti set v0='UVOG2TS516' where id=3; -update noar tt set b2='IQSM8OM' where id=3; -update noar ti set b2='IQSM8OM' where id=3; -update noar tt set v0='YUSNVJJMY5BWXLZE86' where id=4; -update noar ti set v0='YUSNVJJMY5BWXLZE86' where id=4; -update noar tt set b0='X2' where id=4; -update noar ti set b0='X2' where id=4; -update noar tt set v0='7HB0QKR67NM' where id=4; -update noar ti set v0='7HB0QKR67NM' where id=4; -update noar tt set b1='XG' where id=4; -update noar ti set b1='XG' where id=4; -update noar tt set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4; -update noar ti set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4; -update noar tt set b2='HO749TUPMSMB7VLMDFER4' where id=4; -update noar ti set b2='HO749TUPMSMB7VLMDFER4' where id=4; -update noar tt set v0='7UUD0C' where id=5; -update noar ti set v0='7UUD0C' where id=5; -update noar tt set b0='JVY3ARWMV' where id=5; -update noar ti set b0='JVY3ARWMV' where id=5; -update noar tt set v0='7L' where id=5; -update noar ti set v0='7L' where id=5; -update noar tt set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5; -update noar ti set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5; -update noar tt set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5; -update noar ti set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5; -update noar tt set b2='JEUV1' where id=5; -update noar ti set b2='JEUV1' where id=5; -update noar tt set v0='R65BOTHCZ' where id=6; -update noar ti set v0='R65BOTHCZ' where id=6; -update noar tt set b0='CBJ' where id=6; -update noar ti set b0='CBJ' where id=6; -update noar tt set v0='77DZEK4T' where id=6; -update noar ti set v0='77DZEK4T' where id=6; -update noar tt set b1='LSRJKJGL36P9S57649G320Z' where id=6; -update noar ti set b1='LSRJKJGL36P9S57649G320Z' where id=6; -update noar tt set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6; -update noar ti set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6; -update noar tt set b2='JZBV6WWM2FVYN4E19J' where id=6; -update noar ti set b2='JZBV6WWM2FVYN4E19J' where id=6; -update noar tt set v0='F43ZUIDPHZ4AVK3' where id=7; -update noar ti set v0='F43ZUIDPHZ4AVK3' where id=7; -update noar tt set b0='N4FA8K89K3KJ4XISQ8V' where id=7; -update noar ti set b0='N4FA8K89K3KJ4XISQ8V' where id=7; -update noar tt set v0='Q1343X9C6MLSTV' where id=7; -update noar ti set v0='Q1343X9C6MLSTV' where id=7; -update noar tt set b1='UYRSGXXC' where id=7; -update noar ti set b1='UYRSGXXC' where id=7; -update noar tt set v0='5EI5LREEYV0QINGGU' where id=7; -update noar ti set v0='5EI5LREEYV0QINGGU' where id=7; -update noar tt set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7; -update noar ti set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7; -update noar tt set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8; -update noar ti set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8; -update noar tt set b0='2MCJUZ5V291MY' where id=8; -update noar ti set b0='2MCJUZ5V291MY' where id=8; -update noar tt set v0='9M3GJC0B' where id=8; -update noar ti set v0='9M3GJC0B' where id=8; -update noar tt set b1='BYHHYHHUNAEQUJM6W' where id=8; -update noar ti set b1='BYHHYHHUNAEQUJM6W' where id=8; -update noar tt set v0='B5N' where id=8; -update noar ti set v0='B5N' where id=8; -update noar tt set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8; -update noar ti set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8; -update noar tt set v0='OGBGY3ZREMY193Q9F' where id=9; -update noar ti set v0='OGBGY3ZREMY193Q9F' where id=9; -update noar tt set b0='CH0XSWBC2P' where id=9; -update noar ti set b0='CH0XSWBC2P' where id=9; -update noar tt set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9; -update noar ti set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9; -update noar tt set b1='AXCLAER11W651LFG' where id=9; -update noar ti set b1='AXCLAER11W651LFG' where id=9; -update noar tt set v0='JE3BLVVQNPLHWMM' where id=9; -update noar ti set v0='JE3BLVVQNPLHWMM' where id=9; -update noar tt set b2='ITIF' where id=9; -update noar ti set b2='ITIF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1; -update noar ti set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1; -update noar tt set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1; -update noar ti set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1; -update noar tt set b1='VLDXMXBKYLHWY' where id=1; -update noar ti set b1='VLDXMXBKYLHWY' where id=1; -update noar tt set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1; -update noar ti set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1; -update noar tt set b2='RXYF95Q' where id=1; -update noar ti set b2='RXYF95Q' where id=1; -update noar tt set v0='05' where id=2; -update noar ti set v0='05' where id=2; -update noar tt set b0='ZB1DFZM' where id=2; -update noar ti set b0='ZB1DFZM' where id=2; -update noar tt set v0='HKG3PDFVE5' where id=2; -update noar ti set v0='HKG3PDFVE5' where id=2; -update noar tt set b1='A7SMDWGJM7BXX99' where id=2; -update noar ti set b1='A7SMDWGJM7BXX99' where id=2; -update noar tt set v0='09KYTXMNP3B9JT' where id=2; -update noar ti set v0='09KYTXMNP3B9JT' where id=2; -update noar tt set b2='6I36X22EZW0A9B' where id=2; -update noar ti set b2='6I36X22EZW0A9B' where id=2; -update noar tt set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3; -update noar ti set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3; -update noar tt set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3; -update noar ti set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3; -update noar tt set v0='PSDFUNRWD3DE7T973DE' where id=3; -update noar ti set v0='PSDFUNRWD3DE7T973DE' where id=3; -update noar tt set b1='W7FL5IIMK1Z' where id=3; -update noar ti set b1='W7FL5IIMK1Z' where id=3; -update noar tt set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3; -update noar ti set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3; -update noar tt set b2='76WUV4E03OP8IC7XANZDRT1' where id=3; -update noar ti set b2='76WUV4E03OP8IC7XANZDRT1' where id=3; -update noar tt set v0='SSNGY' where id=4; -update noar ti set v0='SSNGY' where id=4; -update noar tt set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4; -update noar ti set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4; -update noar tt set v0='IVRBC79VODTM5ESR5' where id=4; -update noar ti set v0='IVRBC79VODTM5ESR5' where id=4; -update noar tt set b1='A5' where id=4; -update noar ti set b1='A5' where id=4; -update noar tt set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4; -update noar ti set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4; -update noar tt set b2='HGWVIJPSN0GFXZ' where id=4; -update noar ti set b2='HGWVIJPSN0GFXZ' where id=4; -update noar tt set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5; -update noar ti set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5; -update noar tt set b0='6EX94' where id=5; -update noar ti set b0='6EX94' where id=5; -update noar tt set v0='5QA780MPCBH12AG76Q6DCL' where id=5; -update noar ti set v0='5QA780MPCBH12AG76Q6DCL' where id=5; -update noar tt set b1='2XRCU69NFWZF7XDFNR' where id=5; -update noar ti set b1='2XRCU69NFWZF7XDFNR' where id=5; -update noar tt set v0='LRVEXWM4468MWAS8' where id=5; -update noar ti set v0='LRVEXWM4468MWAS8' where id=5; -update noar tt set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5; -update noar ti set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5; -update noar tt set v0='K9' where id=6; -update noar ti set v0='K9' where id=6; -update noar tt set b0='TS1VF5B9QKAP31QTG' where id=6; -update noar ti set b0='TS1VF5B9QKAP31QTG' where id=6; -update noar tt set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6; -update noar ti set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6; -update noar tt set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6; -update noar ti set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6; -update noar tt set v0='CYCBT' where id=6; -update noar ti set v0='CYCBT' where id=6; -update noar tt set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6; -update noar ti set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6; -update noar tt set v0='CBZF6X7INO4ZHUM2G1' where id=7; -update noar ti set v0='CBZF6X7INO4ZHUM2G1' where id=7; -update noar tt set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7; -update noar ti set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7; -update noar tt set v0='W18N5FE2S4OHWQ7X' where id=7; -update noar ti set v0='W18N5FE2S4OHWQ7X' where id=7; -update noar tt set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7; -update noar ti set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7; -update noar tt set v0='0CU' where id=7; -update noar ti set v0='0CU' where id=7; -update noar tt set b2='57OPJB9725UTU7H' where id=7; -update noar ti set b2='57OPJB9725UTU7H' where id=7; -update noar tt set v0='I9H685OG5WIGKTI3733' where id=8; -update noar ti set v0='I9H685OG5WIGKTI3733' where id=8; -update noar tt set b0='N0QLZ27FYU' where id=8; -update noar ti set b0='N0QLZ27FYU' where id=8; -update noar tt set v0='WIJRXFY' where id=8; -update noar ti set v0='WIJRXFY' where id=8; -update noar tt set b1='HLX2BV5FZ5IM047NC' where id=8; -update noar ti set b1='HLX2BV5FZ5IM047NC' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8; -update noar ti set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8; -update noar tt set v0='4XZ3ISOBVA9IEZI9ND' where id=9; -update noar ti set v0='4XZ3ISOBVA9IEZI9ND' where id=9; -update noar tt set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9; -update noar ti set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9; -update noar tt set v0='OF' where id=9; -update noar ti set v0='OF' where id=9; -update noar tt set b1='ZQEIMTX7MNTG' where id=9; -update noar ti set b1='ZQEIMTX7MNTG' where id=9; -update noar tt set v0='OL1ST5QPQ743W2EJMI4YR' where id=9; -update noar ti set v0='OL1ST5QPQ743W2EJMI4YR' where id=9; -update noar tt set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9; -update noar ti set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VG' where id=1; -update noar ti set v0='VG' where id=1; -update noar tt set b0='FJN3XA968HN9GHXM2APSKL' where id=1; -update noar ti set b0='FJN3XA968HN9GHXM2APSKL' where id=1; -update noar tt set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1; -update noar ti set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1; -update noar tt set b1='H1G3' where id=1; -update noar ti set b1='H1G3' where id=1; -update noar tt set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1; -update noar ti set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1; -update noar tt set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1; -update noar ti set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1; -update noar tt set v0='YCV4YB8X8MIYIYDSAPD' where id=2; -update noar ti set v0='YCV4YB8X8MIYIYDSAPD' where id=2; -update noar tt set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2; -update noar ti set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2; -update noar tt set v0='F5WDA5H09RI' where id=2; -update noar ti set v0='F5WDA5H09RI' where id=2; -update noar tt set b1='DVLYDGB9UAVRDQ160SF6' where id=2; -update noar ti set b1='DVLYDGB9UAVRDQ160SF6' where id=2; -update noar tt set v0='PZ1LPO8WDF04JS2' where id=2; -update noar ti set v0='PZ1LPO8WDF04JS2' where id=2; -update noar tt set b2='L9HGD8ZI4WKVC7T2' where id=2; -update noar ti set b2='L9HGD8ZI4WKVC7T2' where id=2; -update noar tt set v0='Y6E0C0SOYHI' where id=3; -update noar ti set v0='Y6E0C0SOYHI' where id=3; -update noar tt set b0='PNCSIUC' where id=3; -update noar ti set b0='PNCSIUC' where id=3; -update noar tt set v0='5QKUG4AENZJWRD' where id=3; -update noar ti set v0='5QKUG4AENZJWRD' where id=3; -update noar tt set b1='OSHU5P5' where id=3; -update noar ti set b1='OSHU5P5' where id=3; -update noar tt set v0='962Q7' where id=3; -update noar ti set v0='962Q7' where id=3; -update noar tt set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3; -update noar ti set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3; -update noar tt set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4; -update noar ti set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4; -update noar tt set b0='GURSCLP' where id=4; -update noar ti set b0='GURSCLP' where id=4; -update noar tt set v0='V2FN6E1TUKV9341PNOEEI' where id=4; -update noar ti set v0='V2FN6E1TUKV9341PNOEEI' where id=4; -update noar tt set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4; -update noar ti set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4; -update noar tt set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4; -update noar ti set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4; -update noar tt set b2='WVV2D762GU1TKFJD' where id=4; -update noar ti set b2='WVV2D762GU1TKFJD' where id=4; -update noar tt set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5; -update noar ti set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5; -update noar tt set b0='B327PUI3MYCEI8XP96' where id=5; -update noar ti set b0='B327PUI3MYCEI8XP96' where id=5; -update noar tt set v0='DA7DXNGKX7' where id=5; -update noar ti set v0='DA7DXNGKX7' where id=5; -update noar tt set b1='KB1G9K7XE09SF6LGY5I47' where id=5; -update noar ti set b1='KB1G9K7XE09SF6LGY5I47' where id=5; -update noar tt set v0='E570M6JXEA4JBZJFPHFT' where id=5; -update noar ti set v0='E570M6JXEA4JBZJFPHFT' where id=5; -update noar tt set b2='W3L' where id=5; -update noar ti set b2='W3L' where id=5; -update noar tt set v0='DSR1XNMKT0AZ' where id=6; -update noar ti set v0='DSR1XNMKT0AZ' where id=6; -update noar tt set b0='18X' where id=6; -update noar ti set b0='18X' where id=6; -update noar tt set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6; -update noar ti set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6; -update noar tt set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6; -update noar ti set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6; -update noar tt set v0='6W0Y' where id=6; -update noar ti set v0='6W0Y' where id=6; -update noar tt set b2='KIMUPFZ' where id=6; -update noar ti set b2='KIMUPFZ' where id=6; -update noar tt set v0='AH' where id=7; -update noar ti set v0='AH' where id=7; -update noar tt set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7; -update noar ti set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7; -update noar tt set v0='48NXU97IQYAGCJYQ3B' where id=7; -update noar ti set v0='48NXU97IQYAGCJYQ3B' where id=7; -update noar tt set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7; -update noar ti set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7; -update noar tt set v0='5ZR6VB9CEAWA4ZSD4J' where id=7; -update noar ti set v0='5ZR6VB9CEAWA4ZSD4J' where id=7; -update noar tt set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7; -update noar ti set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7; -update noar tt set v0='ARRFXWW4LY05R2U5P5' where id=8; -update noar ti set v0='ARRFXWW4LY05R2U5P5' where id=8; -update noar tt set b0='OEVDKE117AD88ZTXFAZ' where id=8; -update noar ti set b0='OEVDKE117AD88ZTXFAZ' where id=8; -update noar tt set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8; -update noar ti set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8; -update noar tt set b1='NOI76XV' where id=8; -update noar ti set b1='NOI76XV' where id=8; -update noar tt set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8; -update noar ti set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8; -update noar tt set b2='7PYL9NZFGE9OYKORR' where id=8; -update noar ti set b2='7PYL9NZFGE9OYKORR' where id=8; -update noar tt set v0='I7' where id=9; -update noar ti set v0='I7' where id=9; -update noar tt set b0='PF' where id=9; -update noar ti set b0='PF' where id=9; -update noar tt set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9; -update noar ti set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9; -update noar tt set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9; -update noar ti set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9; -update noar tt set v0='2T2RWCL0Y4' where id=9; -update noar ti set v0='2T2RWCL0Y4' where id=9; -update noar tt set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9; -update noar ti set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IW6Y0QH0HNFJKJM3' where id=1; -update noar ti set v0='IW6Y0QH0HNFJKJM3' where id=1; -update noar tt set b0='73OJM' where id=1; -update noar ti set b0='73OJM' where id=1; -update noar tt set v0='SJI5ZFVKS' where id=1; -update noar ti set v0='SJI5ZFVKS' where id=1; -update noar tt set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1; -update noar ti set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1; -update noar tt set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1; -update noar ti set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1; -update noar tt set b2='V7UN' where id=1; -update noar ti set b2='V7UN' where id=1; -update noar tt set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2; -update noar ti set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2; -update noar tt set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2; -update noar ti set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2; -update noar tt set v0='8WM21ZZLR1Y7Q' where id=2; -update noar ti set v0='8WM21ZZLR1Y7Q' where id=2; -update noar tt set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2; -update noar ti set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2; -update noar tt set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2; -update noar ti set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2; -update noar tt set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2; -update noar ti set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2; -update noar tt set v0='LK1XQODE31ALGYF3WBABAW6' where id=3; -update noar ti set v0='LK1XQODE31ALGYF3WBABAW6' where id=3; -update noar tt set b0='312HEGO0J4GC00YOCF' where id=3; -update noar ti set b0='312HEGO0J4GC00YOCF' where id=3; -update noar tt set v0='7PC' where id=3; -update noar ti set v0='7PC' where id=3; -update noar tt set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3; -update noar ti set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3; -update noar tt set v0='AKV6P2UY' where id=3; -update noar ti set v0='AKV6P2UY' where id=3; -update noar tt set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3; -update noar ti set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3; -update noar tt set v0='1OHUNAICUT8XP4O66UC' where id=4; -update noar ti set v0='1OHUNAICUT8XP4O66UC' where id=4; -update noar tt set b0='TZ9NLOPICFE' where id=4; -update noar ti set b0='TZ9NLOPICFE' where id=4; -update noar tt set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4; -update noar ti set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4; -update noar tt set b1='O9HU0YGH' where id=4; -update noar ti set b1='O9HU0YGH' where id=4; -update noar tt set v0='8J' where id=4; -update noar ti set v0='8J' where id=4; -update noar tt set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4; -update noar ti set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4; -update noar tt set v0='QYA938NA' where id=5; -update noar ti set v0='QYA938NA' where id=5; -update noar tt set b0='30XT95LYU4V06OTXDP4VNM' where id=5; -update noar ti set b0='30XT95LYU4V06OTXDP4VNM' where id=5; -update noar tt set v0='8S9K5D2LHGAVDR9LYVH' where id=5; -update noar ti set v0='8S9K5D2LHGAVDR9LYVH' where id=5; -update noar tt set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5; -update noar ti set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5; -update noar tt set v0='5C' where id=5; -update noar ti set v0='5C' where id=5; -update noar tt set b2='E5DNMQW0DNEV3XZG881N6' where id=5; -update noar ti set b2='E5DNMQW0DNEV3XZG881N6' where id=5; -update noar tt set v0='JKTGTP' where id=6; -update noar ti set v0='JKTGTP' where id=6; -update noar tt set b0='8YWA1' where id=6; -update noar ti set b0='8YWA1' where id=6; -update noar tt set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6; -update noar ti set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6; -update noar tt set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6; -update noar ti set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6; -update noar tt set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6; -update noar ti set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6; -update noar tt set b2='GE' where id=6; -update noar ti set b2='GE' where id=6; -update noar tt set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7; -update noar ti set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7; -update noar tt set b0='PJ6CMI7C' where id=7; -update noar ti set b0='PJ6CMI7C' where id=7; -update noar tt set v0='BW1FVWMHL4G5' where id=7; -update noar ti set v0='BW1FVWMHL4G5' where id=7; -update noar tt set b1='AM9PTG21' where id=7; -update noar ti set b1='AM9PTG21' where id=7; -update noar tt set v0='OJXW7YO' where id=7; -update noar ti set v0='OJXW7YO' where id=7; -update noar tt set b2='IYBAI4Z2A' where id=7; -update noar ti set b2='IYBAI4Z2A' where id=7; -update noar tt set v0='ADSI8OELHE0ZZEA3Z' where id=8; -update noar ti set v0='ADSI8OELHE0ZZEA3Z' where id=8; -update noar tt set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8; -update noar ti set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8; -update noar tt set v0='90DG6AA' where id=8; -update noar ti set v0='90DG6AA' where id=8; -update noar tt set b1='S4' where id=8; -update noar ti set b1='S4' where id=8; -update noar tt set v0='KRKT17T019AUOG6API6OI0G8' where id=8; -update noar ti set v0='KRKT17T019AUOG6API6OI0G8' where id=8; -update noar tt set b2='SKLLY80VXK' where id=8; -update noar ti set b2='SKLLY80VXK' where id=8; -update noar tt set v0='P9QLBX' where id=9; -update noar ti set v0='P9QLBX' where id=9; -update noar tt set b0='1R3CPMX0OWEWT' where id=9; -update noar ti set b0='1R3CPMX0OWEWT' where id=9; -update noar tt set v0='IF0RM8UN9F6W09SC6B' where id=9; -update noar ti set v0='IF0RM8UN9F6W09SC6B' where id=9; -update noar tt set b1='ZKF5F092H183FKWWS9TP' where id=9; -update noar ti set b1='ZKF5F092H183FKWWS9TP' where id=9; -update noar tt set v0='MZR4BSRH7WV8DQ0' where id=9; -update noar ti set v0='MZR4BSRH7WV8DQ0' where id=9; -update noar tt set b2='FEDLU4D2MJ' where id=9; -update noar ti set b2='FEDLU4D2MJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L3786MH907' where id=1; -update noar ti set v0='L3786MH907' where id=1; -update noar tt set b0='ELM3TRETS5A3WB51' where id=1; -update noar ti set b0='ELM3TRETS5A3WB51' where id=1; -update noar tt set v0='FLL1KAJZCYTD8OXO4V36H' where id=1; -update noar ti set v0='FLL1KAJZCYTD8OXO4V36H' where id=1; -update noar tt set b1='ITRUL57EP0F1YKXG2' where id=1; -update noar ti set b1='ITRUL57EP0F1YKXG2' where id=1; -update noar tt set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1; -update noar ti set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1; -update noar tt set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1; -update noar ti set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1; -update noar tt set v0='O' where id=2; -update noar ti set v0='O' where id=2; -update noar tt set b0='HCC6S' where id=2; -update noar ti set b0='HCC6S' where id=2; -update noar tt set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2; -update noar ti set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2; -update noar tt set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2; -update noar ti set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2; -update noar tt set v0='1JOA0R7LQJWD16TA' where id=2; -update noar ti set v0='1JOA0R7LQJWD16TA' where id=2; -update noar tt set b2='L' where id=2; -update noar ti set b2='L' where id=2; -update noar tt set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3; -update noar ti set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3; -update noar tt set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3; -update noar ti set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3; -update noar tt set v0='384WA1Z' where id=3; -update noar ti set v0='384WA1Z' where id=3; -update noar tt set b1='D9DOWXS4GXUX' where id=3; -update noar ti set b1='D9DOWXS4GXUX' where id=3; -update noar tt set v0='FGDTBLBH01EFII9OHGY' where id=3; -update noar ti set v0='FGDTBLBH01EFII9OHGY' where id=3; -update noar tt set b2='YZKYP33HYHXCOD' where id=3; -update noar ti set b2='YZKYP33HYHXCOD' where id=3; -update noar tt set v0='CU25C0' where id=4; -update noar ti set v0='CU25C0' where id=4; -update noar tt set b0='S7W3' where id=4; -update noar ti set b0='S7W3' where id=4; -update noar tt set v0='D' where id=4; -update noar ti set v0='D' where id=4; -update noar tt set b1='TYXENYDW6AVV7D7J' where id=4; -update noar ti set b1='TYXENYDW6AVV7D7J' where id=4; -update noar tt set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4; -update noar ti set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4; -update noar tt set b2='CLC0UPD' where id=4; -update noar ti set b2='CLC0UPD' where id=4; -update noar tt set v0='3X3I49A' where id=5; -update noar ti set v0='3X3I49A' where id=5; -update noar tt set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5; -update noar ti set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5; -update noar tt set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5; -update noar ti set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5; -update noar tt set b1='CJ' where id=5; -update noar ti set b1='CJ' where id=5; -update noar tt set v0='6GXY89738LQVIPB' where id=5; -update noar ti set v0='6GXY89738LQVIPB' where id=5; -update noar tt set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5; -update noar ti set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5; -update noar tt set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6; -update noar ti set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6; -update noar tt set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6; -update noar ti set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6; -update noar tt set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6; -update noar ti set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6; -update noar tt set b1='WBCZFSOJRG' where id=6; -update noar ti set b1='WBCZFSOJRG' where id=6; -update noar tt set v0='2ZZ' where id=6; -update noar ti set v0='2ZZ' where id=6; -update noar tt set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6; -update noar ti set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6; -update noar tt set v0='LRBQWRQHDY' where id=7; -update noar ti set v0='LRBQWRQHDY' where id=7; -update noar tt set b0='EBK6PH6RTVLGLTXFEMI' where id=7; -update noar ti set b0='EBK6PH6RTVLGLTXFEMI' where id=7; -update noar tt set v0='XPP5MOW6BHOK6' where id=7; -update noar ti set v0='XPP5MOW6BHOK6' where id=7; -update noar tt set b1='ZERGFQPI8QLUZ4QT3OI' where id=7; -update noar ti set b1='ZERGFQPI8QLUZ4QT3OI' where id=7; -update noar tt set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7; -update noar ti set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7; -update noar tt set b2='BX7I' where id=7; -update noar ti set b2='BX7I' where id=7; -update noar tt set v0='3KD' where id=8; -update noar ti set v0='3KD' where id=8; -update noar tt set b0='NE' where id=8; -update noar ti set b0='NE' where id=8; -update noar tt set v0='V2XUXEHY0RDT' where id=8; -update noar ti set v0='V2XUXEHY0RDT' where id=8; -update noar tt set b1='45AU94G24WIBAOZ094' where id=8; -update noar ti set b1='45AU94G24WIBAOZ094' where id=8; -update noar tt set v0='7S2NUS' where id=8; -update noar ti set v0='7S2NUS' where id=8; -update noar tt set b2='L0PUWZ6D7MQYI8C' where id=8; -update noar ti set b2='L0PUWZ6D7MQYI8C' where id=8; -update noar tt set v0='JKBZIFRJVD' where id=9; -update noar ti set v0='JKBZIFRJVD' where id=9; -update noar tt set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9; -update noar ti set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9; -update noar tt set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9; -update noar ti set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9; -update noar tt set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9; -update noar ti set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9; -update noar tt set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9; -update noar ti set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9; -update noar tt set b2='2UI7LHK6M7DMW' where id=9; -update noar ti set b2='2UI7LHK6M7DMW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7UI8H45MAL' where id=1; -update noar ti set v0='7UI8H45MAL' where id=1; -update noar tt set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1; -update noar ti set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1; -update noar tt set v0='QZMRKBIXXHBUSTIMAB4R' where id=1; -update noar ti set v0='QZMRKBIXXHBUSTIMAB4R' where id=1; -update noar tt set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1; -update noar ti set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1; -update noar tt set v0='O3WKCFM97Q2KUR3KW' where id=1; -update noar ti set v0='O3WKCFM97Q2KUR3KW' where id=1; -update noar tt set b2='NJEQ588SH2' where id=1; -update noar ti set b2='NJEQ588SH2' where id=1; -update noar tt set v0='U8' where id=2; -update noar ti set v0='U8' where id=2; -update noar tt set b0='P' where id=2; -update noar ti set b0='P' where id=2; -update noar tt set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2; -update noar ti set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2; -update noar tt set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2; -update noar ti set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2; -update noar tt set v0='PE1I1GLH' where id=2; -update noar ti set v0='PE1I1GLH' where id=2; -update noar tt set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2; -update noar ti set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2; -update noar tt set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3; -update noar ti set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3; -update noar tt set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3; -update noar ti set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3; -update noar tt set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3; -update noar ti set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3; -update noar tt set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3; -update noar ti set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3; -update noar tt set v0='JU' where id=3; -update noar ti set v0='JU' where id=3; -update noar tt set b2='KD2Q2RA8P61VD0' where id=3; -update noar ti set b2='KD2Q2RA8P61VD0' where id=3; -update noar tt set v0='5I6TPP3QDZ073' where id=4; -update noar ti set v0='5I6TPP3QDZ073' where id=4; -update noar tt set b0='YHQV33RT' where id=4; -update noar ti set b0='YHQV33RT' where id=4; -update noar tt set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4; -update noar ti set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4; -update noar tt set b1='GXNDFSV704RLWWNMX' where id=4; -update noar ti set b1='GXNDFSV704RLWWNMX' where id=4; -update noar tt set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4; -update noar ti set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4; -update noar tt set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4; -update noar ti set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4; -update noar tt set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5; -update noar ti set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5; -update noar tt set b0='65STS' where id=5; -update noar ti set b0='65STS' where id=5; -update noar tt set v0='OI12XC' where id=5; -update noar ti set v0='OI12XC' where id=5; -update noar tt set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5; -update noar ti set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5; -update noar tt set v0='J15HK0J' where id=5; -update noar ti set v0='J15HK0J' where id=5; -update noar tt set b2='X444IUUYL20KVSFNF59KSJ7' where id=5; -update noar ti set b2='X444IUUYL20KVSFNF59KSJ7' where id=5; -update noar tt set v0='0FU57N2HAZ9PBBH95Y' where id=6; -update noar ti set v0='0FU57N2HAZ9PBBH95Y' where id=6; -update noar tt set b0='BSURJ' where id=6; -update noar ti set b0='BSURJ' where id=6; -update noar tt set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6; -update noar ti set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6; -update noar tt set b1='YAO7U2CE509TYQ6' where id=6; -update noar ti set b1='YAO7U2CE509TYQ6' where id=6; -update noar tt set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6; -update noar ti set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6; -update noar tt set b2='FVTWUXIDKTR' where id=6; -update noar ti set b2='FVTWUXIDKTR' where id=6; -update noar tt set v0='E8IGQ5MJNTOAL3K9W' where id=7; -update noar ti set v0='E8IGQ5MJNTOAL3K9W' where id=7; -update noar tt set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7; -update noar ti set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7; -update noar tt set v0='L56LU4N9HT6Y8ZSADTELH' where id=7; -update noar ti set v0='L56LU4N9HT6Y8ZSADTELH' where id=7; -update noar tt set b1='5GR3SWUP7FAGZ19' where id=7; -update noar ti set b1='5GR3SWUP7FAGZ19' where id=7; -update noar tt set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7; -update noar ti set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7; -update noar tt set b2='TL4D0' where id=7; -update noar ti set b2='TL4D0' where id=7; -update noar tt set v0='LM1XXEO9G4K3X' where id=8; -update noar ti set v0='LM1XXEO9G4K3X' where id=8; -update noar tt set b0='SOQCLCWYKOR816LKAXUF' where id=8; -update noar ti set b0='SOQCLCWYKOR816LKAXUF' where id=8; -update noar tt set v0='UQF34P681HP8U' where id=8; -update noar ti set v0='UQF34P681HP8U' where id=8; -update noar tt set b1='R85VS7GPW43Q5UA' where id=8; -update noar ti set b1='R85VS7GPW43Q5UA' where id=8; -update noar tt set v0='Y3KUWQSIKOB03N2ZP' where id=8; -update noar ti set v0='Y3KUWQSIKOB03N2ZP' where id=8; -update noar tt set b2='5EUYI' where id=8; -update noar ti set b2='5EUYI' where id=8; -update noar tt set v0='JSMVXK14H76UFBI6EYB' where id=9; -update noar ti set v0='JSMVXK14H76UFBI6EYB' where id=9; -update noar tt set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9; -update noar ti set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9; -update noar tt set v0='M12IP' where id=9; -update noar ti set v0='M12IP' where id=9; -update noar tt set b1='69KI7EBRU07OBB4' where id=9; -update noar ti set b1='69KI7EBRU07OBB4' where id=9; -update noar tt set v0='MSLVNY1P' where id=9; -update noar ti set v0='MSLVNY1P' where id=9; -update noar tt set b2='DF0G6147Q' where id=9; -update noar ti set b2='DF0G6147Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JP5IX5RT' where id=1; -update noar ti set v0='JP5IX5RT' where id=1; -update noar tt set b0='GL2KM353S3JM' where id=1; -update noar ti set b0='GL2KM353S3JM' where id=1; -update noar tt set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1; -update noar ti set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1; -update noar tt set b1='2C9CTSB848Y28Q' where id=1; -update noar ti set b1='2C9CTSB848Y28Q' where id=1; -update noar tt set v0='MBWR' where id=1; -update noar ti set v0='MBWR' where id=1; -update noar tt set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1; -update noar ti set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1; -update noar tt set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2; -update noar ti set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2; -update noar tt set b0='FHQJ9GG3XU3' where id=2; -update noar ti set b0='FHQJ9GG3XU3' where id=2; -update noar tt set v0='VJH8RULNDDF8410M63CM' where id=2; -update noar ti set v0='VJH8RULNDDF8410M63CM' where id=2; -update noar tt set b1='J000R67' where id=2; -update noar ti set b1='J000R67' where id=2; -update noar tt set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2; -update noar ti set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2; -update noar tt set b2='QCQBC5V2' where id=2; -update noar ti set b2='QCQBC5V2' where id=2; -update noar tt set v0='Z4NKOQ93XNOO' where id=3; -update noar ti set v0='Z4NKOQ93XNOO' where id=3; -update noar tt set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3; -update noar ti set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3; -update noar tt set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3; -update noar ti set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3; -update noar tt set b1='EG0ANJ' where id=3; -update noar ti set b1='EG0ANJ' where id=3; -update noar tt set v0='1Q3DW' where id=3; -update noar ti set v0='1Q3DW' where id=3; -update noar tt set b2='BOEAQ55' where id=3; -update noar ti set b2='BOEAQ55' where id=3; -update noar tt set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4; -update noar ti set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4; -update noar tt set b0='T4KF02MKP9B9HG78WWSY' where id=4; -update noar ti set b0='T4KF02MKP9B9HG78WWSY' where id=4; -update noar tt set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4; -update noar ti set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4; -update noar tt set b1='FQVJ' where id=4; -update noar ti set b1='FQVJ' where id=4; -update noar tt set v0='V50EOPCIDXB173KR1Y4B04' where id=4; -update noar ti set v0='V50EOPCIDXB173KR1Y4B04' where id=4; -update noar tt set b2='UWK6GIHO' where id=4; -update noar ti set b2='UWK6GIHO' where id=4; -update noar tt set v0='8F2YGNC2VT09C205IQHZ' where id=5; -update noar ti set v0='8F2YGNC2VT09C205IQHZ' where id=5; -update noar tt set b0='14UU385CBB5J5WNHCKFW9T57' where id=5; -update noar ti set b0='14UU385CBB5J5WNHCKFW9T57' where id=5; -update noar tt set v0='5G2G4JFJ5' where id=5; -update noar ti set v0='5G2G4JFJ5' where id=5; -update noar tt set b1='WKKGXC1BSCKEFLFM798' where id=5; -update noar ti set b1='WKKGXC1BSCKEFLFM798' where id=5; -update noar tt set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5; -update noar ti set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5; -update noar tt set b2='0ME' where id=5; -update noar ti set b2='0ME' where id=5; -update noar tt set v0='G8VSPSLFMMP' where id=6; -update noar ti set v0='G8VSPSLFMMP' where id=6; -update noar tt set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6; -update noar ti set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6; -update noar tt set v0='I' where id=6; -update noar ti set v0='I' where id=6; -update noar tt set b1='4ET' where id=6; -update noar ti set b1='4ET' where id=6; -update noar tt set v0='D9X3P0F' where id=6; -update noar ti set v0='D9X3P0F' where id=6; -update noar tt set b2='2DONXTISK6Q9JMZQJEK' where id=6; -update noar ti set b2='2DONXTISK6Q9JMZQJEK' where id=6; -update noar tt set v0='WMOOA1T17C' where id=7; -update noar ti set v0='WMOOA1T17C' where id=7; -update noar tt set b0='RJ7VQM2XHRH5GGSZ14X' where id=7; -update noar ti set b0='RJ7VQM2XHRH5GGSZ14X' where id=7; -update noar tt set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7; -update noar ti set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7; -update noar tt set b1='BQ761IADLQ' where id=7; -update noar ti set b1='BQ761IADLQ' where id=7; -update noar tt set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7; -update noar ti set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7; -update noar tt set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7; -update noar ti set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7; -update noar tt set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8; -update noar ti set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8; -update noar tt set b0='98Q7U1ONG45AX64TDW' where id=8; -update noar ti set b0='98Q7U1ONG45AX64TDW' where id=8; -update noar tt set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8; -update noar ti set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8; -update noar tt set b1='VD7Q66H5J' where id=8; -update noar ti set b1='VD7Q66H5J' where id=8; -update noar tt set v0='IHA0PY656CXUZIKY89P2L' where id=8; -update noar ti set v0='IHA0PY656CXUZIKY89P2L' where id=8; -update noar tt set b2='J28Q2XKHVH8FV' where id=8; -update noar ti set b2='J28Q2XKHVH8FV' where id=8; -update noar tt set v0='LEYNEDV76' where id=9; -update noar ti set v0='LEYNEDV76' where id=9; -update noar tt set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9; -update noar ti set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9; -update noar tt set v0='A5B2X92O7HZZJDF6R1CM' where id=9; -update noar ti set v0='A5B2X92O7HZZJDF6R1CM' where id=9; -update noar tt set b1='0PLM3L77B0U' where id=9; -update noar ti set b1='0PLM3L77B0U' where id=9; -update noar tt set v0='0GH8Q1OWIAEXFMB' where id=9; -update noar ti set v0='0GH8Q1OWIAEXFMB' where id=9; -update noar tt set b2='HWGRL1' where id=9; -update noar ti set b2='HWGRL1' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1; -update noar ti set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1; -update noar tt set b0='KQ3FO2WGG' where id=1; -update noar ti set b0='KQ3FO2WGG' where id=1; -update noar tt set v0='XAD0' where id=1; -update noar ti set v0='XAD0' where id=1; -update noar tt set b1='RKMCRDYXH4I' where id=1; -update noar ti set b1='RKMCRDYXH4I' where id=1; -update noar tt set v0='6FVVD15FDZOGYR' where id=1; -update noar ti set v0='6FVVD15FDZOGYR' where id=1; -update noar tt set b2='D6O5GODMWS2YH5' where id=1; -update noar ti set b2='D6O5GODMWS2YH5' where id=1; -update noar tt set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2; -update noar ti set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2; -update noar tt set b0='HNKI' where id=2; -update noar ti set b0='HNKI' where id=2; -update noar tt set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2; -update noar ti set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2; -update noar tt set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2; -update noar ti set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2; -update noar tt set v0='0PZ2OD2TL' where id=2; -update noar ti set v0='0PZ2OD2TL' where id=2; -update noar tt set b2='ZID7IEW694L2MLNJW7FIK' where id=2; -update noar ti set b2='ZID7IEW694L2MLNJW7FIK' where id=2; -update noar tt set v0='HEKPIJAUY05TLI8' where id=3; -update noar ti set v0='HEKPIJAUY05TLI8' where id=3; -update noar tt set b0='U2O8HDHI6XX2X' where id=3; -update noar ti set b0='U2O8HDHI6XX2X' where id=3; -update noar tt set v0='3S81VCBDLYO2LRBIQIV' where id=3; -update noar ti set v0='3S81VCBDLYO2LRBIQIV' where id=3; -update noar tt set b1='QF8PB' where id=3; -update noar ti set b1='QF8PB' where id=3; -update noar tt set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3; -update noar ti set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3; -update noar tt set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3; -update noar ti set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3; -update noar tt set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4; -update noar ti set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4; -update noar tt set b0='71BIBM6' where id=4; -update noar ti set b0='71BIBM6' where id=4; -update noar tt set v0='7VUXS6DXVCQZVN' where id=4; -update noar ti set v0='7VUXS6DXVCQZVN' where id=4; -update noar tt set b1='3S' where id=4; -update noar ti set b1='3S' where id=4; -update noar tt set v0='LEX9UT9ADQ30' where id=4; -update noar ti set v0='LEX9UT9ADQ30' where id=4; -update noar tt set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4; -update noar ti set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4; -update noar tt set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5; -update noar ti set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5; -update noar tt set b0='NKCL6M1M1JA1MSU9W' where id=5; -update noar ti set b0='NKCL6M1M1JA1MSU9W' where id=5; -update noar tt set v0='2MZ4Q2D2F62T8963DY' where id=5; -update noar ti set v0='2MZ4Q2D2F62T8963DY' where id=5; -update noar tt set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5; -update noar ti set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5; -update noar tt set v0='CL' where id=5; -update noar ti set v0='CL' where id=5; -update noar tt set b2='B3XQZTMGA4OFNQKQDX' where id=5; -update noar ti set b2='B3XQZTMGA4OFNQKQDX' where id=5; -update noar tt set v0='K6A' where id=6; -update noar ti set v0='K6A' where id=6; -update noar tt set b0='F8UYPZBG6SQNU7H' where id=6; -update noar ti set b0='F8UYPZBG6SQNU7H' where id=6; -update noar tt set v0='OFE5UOY7FNGWCFU' where id=6; -update noar ti set v0='OFE5UOY7FNGWCFU' where id=6; -update noar tt set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6; -update noar ti set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6; -update noar tt set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6; -update noar ti set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6; -update noar tt set b2='2' where id=6; -update noar ti set b2='2' where id=6; -update noar tt set v0='4HCH4C' where id=7; -update noar ti set v0='4HCH4C' where id=7; -update noar tt set b0='E9O2UHBK9T26' where id=7; -update noar ti set b0='E9O2UHBK9T26' where id=7; -update noar tt set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7; -update noar ti set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7; -update noar tt set b1='TS9XWJ' where id=7; -update noar ti set b1='TS9XWJ' where id=7; -update noar tt set v0='BQAO' where id=7; -update noar ti set v0='BQAO' where id=7; -update noar tt set b2='905814Z5HRXZTMH7' where id=7; -update noar ti set b2='905814Z5HRXZTMH7' where id=7; -update noar tt set v0='AIU5F' where id=8; -update noar ti set v0='AIU5F' where id=8; -update noar tt set b0='VDIV03TLS6XT4YHCNH' where id=8; -update noar ti set b0='VDIV03TLS6XT4YHCNH' where id=8; -update noar tt set v0='M7NBRZDJOYC6' where id=8; -update noar ti set v0='M7NBRZDJOYC6' where id=8; -update noar tt set b1='05WN5YTXG0MZCT1F0H1S' where id=8; -update noar ti set b1='05WN5YTXG0MZCT1F0H1S' where id=8; -update noar tt set v0='0W5R' where id=8; -update noar ti set v0='0W5R' where id=8; -update noar tt set b2='ZBQOHJDSBPMU8C' where id=8; -update noar ti set b2='ZBQOHJDSBPMU8C' where id=8; -update noar tt set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9; -update noar ti set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9; -update noar tt set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9; -update noar ti set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9; -update noar tt set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9; -update noar ti set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9; -update noar tt set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9; -update noar ti set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9; -update noar tt set v0='BRPX6FDQOG2ZOP' where id=9; -update noar ti set v0='BRPX6FDQOG2ZOP' where id=9; -update noar tt set b2='22QVEES0BNXQM2OSMR5W' where id=9; -update noar ti set b2='22QVEES0BNXQM2OSMR5W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZYERXU6INJW20WFA62VN' where id=1; -update noar ti set v0='ZYERXU6INJW20WFA62VN' where id=1; -update noar tt set b0='RV7KGDD9S2M2IGK8F' where id=1; -update noar ti set b0='RV7KGDD9S2M2IGK8F' where id=1; -update noar tt set v0='CO4G2H8LMZQR7OKTU' where id=1; -update noar ti set v0='CO4G2H8LMZQR7OKTU' where id=1; -update noar tt set b1='MA5V8S' where id=1; -update noar ti set b1='MA5V8S' where id=1; -update noar tt set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1; -update noar ti set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1; -update noar tt set b2='V1IR2WXBATIESLZ4YXEB4' where id=1; -update noar ti set b2='V1IR2WXBATIESLZ4YXEB4' where id=1; -update noar tt set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2; -update noar ti set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2; -update noar tt set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2; -update noar ti set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2; -update noar tt set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2; -update noar ti set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2; -update noar tt set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2; -update noar ti set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2; -update noar tt set v0='SUV258PB59VYM1TI0X7LTLT' where id=2; -update noar ti set v0='SUV258PB59VYM1TI0X7LTLT' where id=2; -update noar tt set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2; -update noar ti set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2; -update noar tt set v0='RJJFJD' where id=3; -update noar ti set v0='RJJFJD' where id=3; -update noar tt set b0='9ZL18ZR9' where id=3; -update noar ti set b0='9ZL18ZR9' where id=3; -update noar tt set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3; -update noar ti set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3; -update noar tt set b1='G9T3T0LX8GF94O2BY944BL' where id=3; -update noar ti set b1='G9T3T0LX8GF94O2BY944BL' where id=3; -update noar tt set v0='HC5CUZ1GUF87O7QW79H' where id=3; -update noar ti set v0='HC5CUZ1GUF87O7QW79H' where id=3; -update noar tt set b2='SQT0PNNG8CMB4CAE' where id=3; -update noar ti set b2='SQT0PNNG8CMB4CAE' where id=3; -update noar tt set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4; -update noar ti set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4; -update noar tt set b0='5ML8O07L6A07MVAJJX7' where id=4; -update noar ti set b0='5ML8O07L6A07MVAJJX7' where id=4; -update noar tt set v0='8J5RI9X' where id=4; -update noar ti set v0='8J5RI9X' where id=4; -update noar tt set b1='X7P0JXIJUO2L5N' where id=4; -update noar ti set b1='X7P0JXIJUO2L5N' where id=4; -update noar tt set v0='TFMGYUI212MOEKKNY2S' where id=4; -update noar ti set v0='TFMGYUI212MOEKKNY2S' where id=4; -update noar tt set b2='BB5QN' where id=4; -update noar ti set b2='BB5QN' where id=4; -update noar tt set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5; -update noar ti set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5; -update noar tt set b0='34O3E87MHHEOOSTUOY1U49' where id=5; -update noar ti set b0='34O3E87MHHEOOSTUOY1U49' where id=5; -update noar tt set v0='9TVSNPTQ3ZA' where id=5; -update noar ti set v0='9TVSNPTQ3ZA' where id=5; -update noar tt set b1='502C8M555G9OSA5WEF3SG1YX' where id=5; -update noar ti set b1='502C8M555G9OSA5WEF3SG1YX' where id=5; -update noar tt set v0='V' where id=5; -update noar ti set v0='V' where id=5; -update noar tt set b2='G9IYEZ2SHXZ3' where id=5; -update noar ti set b2='G9IYEZ2SHXZ3' where id=5; -update noar tt set v0='S4YT2BOP' where id=6; -update noar ti set v0='S4YT2BOP' where id=6; -update noar tt set b0='MJHBD8OR3J' where id=6; -update noar ti set b0='MJHBD8OR3J' where id=6; -update noar tt set v0='TI79XH' where id=6; -update noar ti set v0='TI79XH' where id=6; -update noar tt set b1='72YWT90FD73TYJJ' where id=6; -update noar ti set b1='72YWT90FD73TYJJ' where id=6; -update noar tt set v0='EZ6FELBMYKF9UMI' where id=6; -update noar ti set v0='EZ6FELBMYKF9UMI' where id=6; -update noar tt set b2='7BB1KDGZF4U2NH9FKQI' where id=6; -update noar ti set b2='7BB1KDGZF4U2NH9FKQI' where id=6; -update noar tt set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7; -update noar ti set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7; -update noar tt set b0='NDLQ0AORDTB4COKB66QM5F' where id=7; -update noar ti set b0='NDLQ0AORDTB4COKB66QM5F' where id=7; -update noar tt set v0='DJT' where id=7; -update noar ti set v0='DJT' where id=7; -update noar tt set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7; -update noar ti set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7; -update noar tt set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7; -update noar ti set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7; -update noar tt set b2='C1AYYX4Y5O7VI' where id=7; -update noar ti set b2='C1AYYX4Y5O7VI' where id=7; -update noar tt set v0='PDB4OMSUJZ6HCUEYY89' where id=8; -update noar ti set v0='PDB4OMSUJZ6HCUEYY89' where id=8; -update noar tt set b0='RYL8V67U7YXTX41' where id=8; -update noar ti set b0='RYL8V67U7YXTX41' where id=8; -update noar tt set v0='RB13F' where id=8; -update noar ti set v0='RB13F' where id=8; -update noar tt set b1='P' where id=8; -update noar ti set b1='P' where id=8; -update noar tt set v0='TD3KOODUFA' where id=8; -update noar ti set v0='TD3KOODUFA' where id=8; -update noar tt set b2='95KAYL21DU1PPLHKA5GNAS' where id=8; -update noar ti set b2='95KAYL21DU1PPLHKA5GNAS' where id=8; -update noar tt set v0='BXQIYUMD2VI0IAPCFK7M' where id=9; -update noar ti set v0='BXQIYUMD2VI0IAPCFK7M' where id=9; -update noar tt set b0='U9LDRGGW50J2RJ' where id=9; -update noar ti set b0='U9LDRGGW50J2RJ' where id=9; -update noar tt set v0='DP8Q0' where id=9; -update noar ti set v0='DP8Q0' where id=9; -update noar tt set b1='WZYTKVY6HGEG' where id=9; -update noar ti set b1='WZYTKVY6HGEG' where id=9; -update noar tt set v0='YBOA86D' where id=9; -update noar ti set v0='YBOA86D' where id=9; -update noar tt set b2='8YJZ88W1KCCWZ' where id=9; -update noar ti set b2='8YJZ88W1KCCWZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XPBFVE2J5K5VIWRK8Y4' where id=1; -update noar ti set v0='XPBFVE2J5K5VIWRK8Y4' where id=1; -update noar tt set b0='N884NQ45BFOGGPU76014' where id=1; -update noar ti set b0='N884NQ45BFOGGPU76014' where id=1; -update noar tt set v0='YFX62UX6WJJK3XS83C' where id=1; -update noar ti set v0='YFX62UX6WJJK3XS83C' where id=1; -update noar tt set b1='RLF1X650Q' where id=1; -update noar ti set b1='RLF1X650Q' where id=1; -update noar tt set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1; -update noar ti set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1; -update noar tt set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1; -update noar ti set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1; -update noar tt set v0='IP5KO3PJDNIZ4MGK' where id=2; -update noar ti set v0='IP5KO3PJDNIZ4MGK' where id=2; -update noar tt set b0='N' where id=2; -update noar ti set b0='N' where id=2; -update noar tt set v0='SB19QLB0CERD' where id=2; -update noar ti set v0='SB19QLB0CERD' where id=2; -update noar tt set b1='PTEY2LECD33SMPZYE' where id=2; -update noar ti set b1='PTEY2LECD33SMPZYE' where id=2; -update noar tt set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2; -update noar ti set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2; -update noar tt set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2; -update noar ti set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2; -update noar tt set v0='TXARXVDIOH3' where id=3; -update noar ti set v0='TXARXVDIOH3' where id=3; -update noar tt set b0='ZYH4XMDFTB8W3XW45' where id=3; -update noar ti set b0='ZYH4XMDFTB8W3XW45' where id=3; -update noar tt set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3; -update noar ti set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3; -update noar tt set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3; -update noar ti set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3; -update noar tt set v0='QELDRSGUXXDM0VDM77J0' where id=3; -update noar ti set v0='QELDRSGUXXDM0VDM77J0' where id=3; -update noar tt set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3; -update noar ti set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3; -update noar tt set v0='RU10G' where id=4; -update noar ti set v0='RU10G' where id=4; -update noar tt set b0='CYB5OC8O389' where id=4; -update noar ti set b0='CYB5OC8O389' where id=4; -update noar tt set v0='8AUT' where id=4; -update noar ti set v0='8AUT' where id=4; -update noar tt set b1='7F4' where id=4; -update noar ti set b1='7F4' where id=4; -update noar tt set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4; -update noar ti set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4; -update noar tt set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4; -update noar ti set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4; -update noar tt set v0='MRNGXR8U7553' where id=5; -update noar ti set v0='MRNGXR8U7553' where id=5; -update noar tt set b0='S3GVN2QW7DOFFODAL' where id=5; -update noar ti set b0='S3GVN2QW7DOFFODAL' where id=5; -update noar tt set v0='H4CIYCSQ4BE4H93' where id=5; -update noar ti set v0='H4CIYCSQ4BE4H93' where id=5; -update noar tt set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5; -update noar ti set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5; -update noar tt set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5; -update noar ti set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5; -update noar tt set b2='SBCXRAK3HR' where id=5; -update noar ti set b2='SBCXRAK3HR' where id=5; -update noar tt set v0='7D4PPC4DBY3PWHOCH' where id=6; -update noar ti set v0='7D4PPC4DBY3PWHOCH' where id=6; -update noar tt set b0='J4EWJZ9UC8' where id=6; -update noar ti set b0='J4EWJZ9UC8' where id=6; -update noar tt set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6; -update noar ti set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6; -update noar tt set b1='Q3XK2VMOJFTM69FQT9' where id=6; -update noar ti set b1='Q3XK2VMOJFTM69FQT9' where id=6; -update noar tt set v0='5HIR90R2QZZL' where id=6; -update noar ti set v0='5HIR90R2QZZL' where id=6; -update noar tt set b2='2B2QP7KBDQ' where id=6; -update noar ti set b2='2B2QP7KBDQ' where id=6; -update noar tt set v0='LPEHSCY1KU1GZB' where id=7; -update noar ti set v0='LPEHSCY1KU1GZB' where id=7; -update noar tt set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7; -update noar ti set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7; -update noar tt set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7; -update noar ti set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7; -update noar tt set b1='ZEMHJD3Z' where id=7; -update noar ti set b1='ZEMHJD3Z' where id=7; -update noar tt set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7; -update noar ti set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7; -update noar tt set b2='JA7X11TDRZFYYENVP9GFY' where id=7; -update noar ti set b2='JA7X11TDRZFYYENVP9GFY' where id=7; -update noar tt set v0='FTE09F6BDURE' where id=8; -update noar ti set v0='FTE09F6BDURE' where id=8; -update noar tt set b0='W0T696OU' where id=8; -update noar ti set b0='W0T696OU' where id=8; -update noar tt set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8; -update noar ti set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8; -update noar tt set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8; -update noar ti set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8; -update noar tt set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8; -update noar ti set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8; -update noar tt set b2='YCVB7SRDQLYNXN002N' where id=8; -update noar ti set b2='YCVB7SRDQLYNXN002N' where id=8; -update noar tt set v0='KQN82IILP3JK' where id=9; -update noar ti set v0='KQN82IILP3JK' where id=9; -update noar tt set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9; -update noar ti set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9; -update noar tt set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9; -update noar ti set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9; -update noar tt set b1='0PUCMC' where id=9; -update noar ti set b1='0PUCMC' where id=9; -update noar tt set v0='QL7Q63SYC5JS2SB0QW' where id=9; -update noar ti set v0='QL7Q63SYC5JS2SB0QW' where id=9; -update noar tt set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9; -update noar ti set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z104694OJFA' where id=1; -update noar ti set v0='Z104694OJFA' where id=1; -update noar tt set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1; -update noar ti set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1; -update noar tt set v0='GCG9RIPJUOG5YY' where id=1; -update noar ti set v0='GCG9RIPJUOG5YY' where id=1; -update noar tt set b1='JDPM61NY3TKJ' where id=1; -update noar ti set b1='JDPM61NY3TKJ' where id=1; -update noar tt set v0='D8JESE7' where id=1; -update noar ti set v0='D8JESE7' where id=1; -update noar tt set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1; -update noar ti set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1; -update noar tt set v0='N9OJY26GINEFLG4S' where id=2; -update noar ti set v0='N9OJY26GINEFLG4S' where id=2; -update noar tt set b0='K0UQMIL7EV1RXYF' where id=2; -update noar ti set b0='K0UQMIL7EV1RXYF' where id=2; -update noar tt set v0='UJLKP3A04AAIKNYI66J60W' where id=2; -update noar ti set v0='UJLKP3A04AAIKNYI66J60W' where id=2; -update noar tt set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2; -update noar ti set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2; -update noar tt set v0='6UZRF4L79IEA' where id=2; -update noar ti set v0='6UZRF4L79IEA' where id=2; -update noar tt set b2='A988H0T01T28V1VQA' where id=2; -update noar ti set b2='A988H0T01T28V1VQA' where id=2; -update noar tt set v0='9JV' where id=3; -update noar ti set v0='9JV' where id=3; -update noar tt set b0='YG8DC08IY536' where id=3; -update noar ti set b0='YG8DC08IY536' where id=3; -update noar tt set v0='3FUEF' where id=3; -update noar ti set v0='3FUEF' where id=3; -update noar tt set b1='HRSAQND8C85PX' where id=3; -update noar ti set b1='HRSAQND8C85PX' where id=3; -update noar tt set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3; -update noar ti set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3; -update noar tt set b2='LH5F0' where id=3; -update noar ti set b2='LH5F0' where id=3; -update noar tt set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4; -update noar ti set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4; -update noar tt set b0='H' where id=4; -update noar ti set b0='H' where id=4; -update noar tt set v0='BT79' where id=4; -update noar ti set v0='BT79' where id=4; -update noar tt set b1='EF24AI' where id=4; -update noar ti set b1='EF24AI' where id=4; -update noar tt set v0='MY' where id=4; -update noar ti set v0='MY' where id=4; -update noar tt set b2='ZGLZB5P' where id=4; -update noar ti set b2='ZGLZB5P' where id=4; -update noar tt set v0='8' where id=5; -update noar ti set v0='8' where id=5; -update noar tt set b0='HZTBR6' where id=5; -update noar ti set b0='HZTBR6' where id=5; -update noar tt set v0='0JG3CURUM2I2M3Y9ZJ' where id=5; -update noar ti set v0='0JG3CURUM2I2M3Y9ZJ' where id=5; -update noar tt set b1='A98P8HM8F4P7PSGHE7' where id=5; -update noar ti set b1='A98P8HM8F4P7PSGHE7' where id=5; -update noar tt set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5; -update noar ti set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5; -update noar tt set b2='D2K9423' where id=5; -update noar ti set b2='D2K9423' where id=5; -update noar tt set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6; -update noar ti set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6; -update noar tt set b0='4Z1ES5VG' where id=6; -update noar ti set b0='4Z1ES5VG' where id=6; -update noar tt set v0='88' where id=6; -update noar ti set v0='88' where id=6; -update noar tt set b1='ADJ92F3K8MI401JOYTMGD' where id=6; -update noar ti set b1='ADJ92F3K8MI401JOYTMGD' where id=6; -update noar tt set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6; -update noar ti set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6; -update noar tt set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6; -update noar ti set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6; -update noar tt set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7; -update noar ti set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7; -update noar tt set b0='NLRJ8VMTXKLGKGBD' where id=7; -update noar ti set b0='NLRJ8VMTXKLGKGBD' where id=7; -update noar tt set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7; -update noar ti set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7; -update noar tt set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7; -update noar ti set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7; -update noar tt set v0='EVTLPJHBKIJUD7HO00TU' where id=7; -update noar ti set v0='EVTLPJHBKIJUD7HO00TU' where id=7; -update noar tt set b2='OR472GINOYWB' where id=7; -update noar ti set b2='OR472GINOYWB' where id=7; -update noar tt set v0='VW7Q2Q' where id=8; -update noar ti set v0='VW7Q2Q' where id=8; -update noar tt set b0='0HPMBR62' where id=8; -update noar ti set b0='0HPMBR62' where id=8; -update noar tt set v0='GIL8' where id=8; -update noar ti set v0='GIL8' where id=8; -update noar tt set b1='TMJXG7HP' where id=8; -update noar ti set b1='TMJXG7HP' where id=8; -update noar tt set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8; -update noar ti set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8; -update noar tt set b2='6HM02YPNV9' where id=8; -update noar ti set b2='6HM02YPNV9' where id=8; -update noar tt set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9; -update noar ti set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9; -update noar tt set b0='OI5E3M8J0LFZB0NJFC9W' where id=9; -update noar ti set b0='OI5E3M8J0LFZB0NJFC9W' where id=9; -update noar tt set v0='C7Q9' where id=9; -update noar ti set v0='C7Q9' where id=9; -update noar tt set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9; -update noar ti set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9; -update noar tt set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9; -update noar ti set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9; -update noar tt set b2='K' where id=9; -update noar ti set b2='K' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1; -update noar ti set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1; -update noar tt set b0='VT6C40X6R3KXKATEA' where id=1; -update noar ti set b0='VT6C40X6R3KXKATEA' where id=1; -update noar tt set v0='3ZHP3U319UVUQ34' where id=1; -update noar ti set v0='3ZHP3U319UVUQ34' where id=1; -update noar tt set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1; -update noar ti set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1; -update noar tt set v0='200Q' where id=1; -update noar ti set v0='200Q' where id=1; -update noar tt set b2='XE8Y528DXOEFK2YCIAPYH' where id=1; -update noar ti set b2='XE8Y528DXOEFK2YCIAPYH' where id=1; -update noar tt set v0='1DNYC' where id=2; -update noar ti set v0='1DNYC' where id=2; -update noar tt set b0='CS38OK2MOMA' where id=2; -update noar ti set b0='CS38OK2MOMA' where id=2; -update noar tt set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2; -update noar ti set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2; -update noar tt set b1='O6NU' where id=2; -update noar ti set b1='O6NU' where id=2; -update noar tt set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2; -update noar ti set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2; -update noar tt set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2; -update noar ti set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2; -update noar tt set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3; -update noar ti set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3; -update noar tt set b0='YLRJPC0Q' where id=3; -update noar ti set b0='YLRJPC0Q' where id=3; -update noar tt set v0='HV3' where id=3; -update noar ti set v0='HV3' where id=3; -update noar tt set b1='TY' where id=3; -update noar ti set b1='TY' where id=3; -update noar tt set v0='3BZ4R' where id=3; -update noar ti set v0='3BZ4R' where id=3; -update noar tt set b2='SWX42SMYGD3XT' where id=3; -update noar ti set b2='SWX42SMYGD3XT' where id=3; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b0='5OPOJFZ4DR7NU' where id=4; -update noar ti set b0='5OPOJFZ4DR7NU' where id=4; -update noar tt set v0='Q487J5R36GI' where id=4; -update noar ti set v0='Q487J5R36GI' where id=4; -update noar tt set b1='IY9DNBQ77DMW48OMD' where id=4; -update noar ti set b1='IY9DNBQ77DMW48OMD' where id=4; -update noar tt set v0='I2KQF9H6YYNIITVNTX' where id=4; -update noar ti set v0='I2KQF9H6YYNIITVNTX' where id=4; -update noar tt set b2='ZK' where id=4; -update noar ti set b2='ZK' where id=4; -update noar tt set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5; -update noar ti set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5; -update noar tt set b0='WQUI7A9IZZ' where id=5; -update noar ti set b0='WQUI7A9IZZ' where id=5; -update noar tt set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5; -update noar ti set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5; -update noar tt set b1='Q5' where id=5; -update noar ti set b1='Q5' where id=5; -update noar tt set v0='61DS1' where id=5; -update noar ti set v0='61DS1' where id=5; -update noar tt set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5; -update noar ti set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5; -update noar tt set v0='7XKGH17THVCPSI' where id=6; -update noar ti set v0='7XKGH17THVCPSI' where id=6; -update noar tt set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6; -update noar ti set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6; -update noar tt set v0='UPPMBQZJ' where id=6; -update noar ti set v0='UPPMBQZJ' where id=6; -update noar tt set b1='1RZNIXTHU2N58' where id=6; -update noar ti set b1='1RZNIXTHU2N58' where id=6; -update noar tt set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6; -update noar ti set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6; -update noar tt set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6; -update noar ti set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6; -update noar tt set v0='0RE' where id=7; -update noar ti set v0='0RE' where id=7; -update noar tt set b0='Z2WBNJYHIP4YY1HQTCK' where id=7; -update noar ti set b0='Z2WBNJYHIP4YY1HQTCK' where id=7; -update noar tt set v0='0GCZCELXI' where id=7; -update noar ti set v0='0GCZCELXI' where id=7; -update noar tt set b1='6' where id=7; -update noar ti set b1='6' where id=7; -update noar tt set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7; -update noar ti set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7; -update noar tt set b2='RGQVQ7S594' where id=7; -update noar ti set b2='RGQVQ7S594' where id=7; -update noar tt set v0='H30R' where id=8; -update noar ti set v0='H30R' where id=8; -update noar tt set b0='B9NU' where id=8; -update noar ti set b0='B9NU' where id=8; -update noar tt set v0='R' where id=8; -update noar ti set v0='R' where id=8; -update noar tt set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8; -update noar ti set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8; -update noar tt set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8; -update noar ti set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8; -update noar tt set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8; -update noar ti set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8; -update noar tt set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9; -update noar ti set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9; -update noar tt set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9; -update noar ti set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9; -update noar tt set v0='YNOEV0RPCOVSIWI08A' where id=9; -update noar ti set v0='YNOEV0RPCOVSIWI08A' where id=9; -update noar tt set b1='7' where id=9; -update noar ti set b1='7' where id=9; -update noar tt set v0='52896H3LM2BORSSL6' where id=9; -update noar ti set v0='52896H3LM2BORSSL6' where id=9; -update noar tt set b2='DXMZGE' where id=9; -update noar ti set b2='DXMZGE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='80K1T1DG' where id=1; -update noar ti set v0='80K1T1DG' where id=1; -update noar tt set b0='HBX9PLDXOB6KNKZHJX6C' where id=1; -update noar ti set b0='HBX9PLDXOB6KNKZHJX6C' where id=1; -update noar tt set v0='ZR024SSYS9O05Q4' where id=1; -update noar ti set v0='ZR024SSYS9O05Q4' where id=1; -update noar tt set b1='87199C69QG' where id=1; -update noar ti set b1='87199C69QG' where id=1; -update noar tt set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1; -update noar ti set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1; -update noar tt set b2='QPA5AB5LJJ' where id=1; -update noar ti set b2='QPA5AB5LJJ' where id=1; -update noar tt set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2; -update noar ti set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2; -update noar tt set b0='4M5OS7SHQSAEGN0UK589K' where id=2; -update noar ti set b0='4M5OS7SHQSAEGN0UK589K' where id=2; -update noar tt set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2; -update noar ti set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2; -update noar tt set b1='T8' where id=2; -update noar ti set b1='T8' where id=2; -update noar tt set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2; -update noar ti set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2; -update noar tt set b2='Y382S3VVV2HR3' where id=2; -update noar ti set b2='Y382S3VVV2HR3' where id=2; -update noar tt set v0='93QMMILBC7BP01GPU4' where id=3; -update noar ti set v0='93QMMILBC7BP01GPU4' where id=3; -update noar tt set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3; -update noar ti set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3; -update noar tt set v0='JEG71' where id=3; -update noar ti set v0='JEG71' where id=3; -update noar tt set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3; -update noar ti set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3; -update noar tt set v0='KC36VT2CIDR8FXV' where id=3; -update noar ti set v0='KC36VT2CIDR8FXV' where id=3; -update noar tt set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3; -update noar ti set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3; -update noar tt set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4; -update noar ti set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4; -update noar tt set b0='NK' where id=4; -update noar ti set b0='NK' where id=4; -update noar tt set v0='VLKYVN' where id=4; -update noar ti set v0='VLKYVN' where id=4; -update noar tt set b1='IJ' where id=4; -update noar ti set b1='IJ' where id=4; -update noar tt set v0='CT99GM7ILWOTCW97Z' where id=4; -update noar ti set v0='CT99GM7ILWOTCW97Z' where id=4; -update noar tt set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4; -update noar ti set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4; -update noar tt set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5; -update noar ti set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5; -update noar tt set b0='FW4I2' where id=5; -update noar ti set b0='FW4I2' where id=5; -update noar tt set v0='SR7YWKOJF45I1' where id=5; -update noar ti set v0='SR7YWKOJF45I1' where id=5; -update noar tt set b1='Y8I3I200H034LJTBAAK' where id=5; -update noar ti set b1='Y8I3I200H034LJTBAAK' where id=5; -update noar tt set v0='384TWQL739P440MA4' where id=5; -update noar ti set v0='384TWQL739P440MA4' where id=5; -update noar tt set b2='PGI85TB1DA8FO8' where id=5; -update noar ti set b2='PGI85TB1DA8FO8' where id=5; -update noar tt set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6; -update noar ti set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6; -update noar tt set b0='1IRJ' where id=6; -update noar ti set b0='1IRJ' where id=6; -update noar tt set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6; -update noar ti set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6; -update noar tt set b1='FLUAGBM' where id=6; -update noar ti set b1='FLUAGBM' where id=6; -update noar tt set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6; -update noar ti set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6; -update noar tt set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6; -update noar ti set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6; -update noar tt set v0='C' where id=7; -update noar ti set v0='C' where id=7; -update noar tt set b0='R' where id=7; -update noar ti set b0='R' where id=7; -update noar tt set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7; -update noar ti set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7; -update noar tt set b1='M4C7EV' where id=7; -update noar ti set b1='M4C7EV' where id=7; -update noar tt set v0='NNJK' where id=7; -update noar ti set v0='NNJK' where id=7; -update noar tt set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7; -update noar ti set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b0='7C81N' where id=8; -update noar ti set b0='7C81N' where id=8; -update noar tt set v0='COR37X28U51YQHLOG' where id=8; -update noar ti set v0='COR37X28U51YQHLOG' where id=8; -update noar tt set b1='CB0J5X9E7758A' where id=8; -update noar ti set b1='CB0J5X9E7758A' where id=8; -update noar tt set v0='95NKZ' where id=8; -update noar ti set v0='95NKZ' where id=8; -update noar tt set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8; -update noar ti set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8; -update noar tt set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9; -update noar ti set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9; -update noar tt set b0='5NF8BYY5NO03' where id=9; -update noar ti set b0='5NF8BYY5NO03' where id=9; -update noar tt set v0='8AI' where id=9; -update noar ti set v0='8AI' where id=9; -update noar tt set b1='T5CPVMUV1OZMTDPM' where id=9; -update noar ti set b1='T5CPVMUV1OZMTDPM' where id=9; -update noar tt set v0='88DP' where id=9; -update noar ti set v0='88DP' where id=9; -update noar tt set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9; -update noar ti set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V7ZWG4AZN' where id=1; -update noar ti set v0='V7ZWG4AZN' where id=1; -update noar tt set b0='TATBDD2ZM99M313' where id=1; -update noar ti set b0='TATBDD2ZM99M313' where id=1; -update noar tt set v0='03LC2CBJJ0BL74IK4ISJY' where id=1; -update noar ti set v0='03LC2CBJJ0BL74IK4ISJY' where id=1; -update noar tt set b1='AJAKRSLCG2GB53F5HN96' where id=1; -update noar ti set b1='AJAKRSLCG2GB53F5HN96' where id=1; -update noar tt set v0='5PM2W' where id=1; -update noar ti set v0='5PM2W' where id=1; -update noar tt set b2='UU5KAQ0CLOX84U016VEDS' where id=1; -update noar ti set b2='UU5KAQ0CLOX84U016VEDS' where id=1; -update noar tt set v0='210ZEO5YTH9U4' where id=2; -update noar ti set v0='210ZEO5YTH9U4' where id=2; -update noar tt set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2; -update noar ti set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2; -update noar tt set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2; -update noar ti set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2; -update noar tt set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2; -update noar ti set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2; -update noar tt set v0='9I0CLSUIA47H9ME' where id=2; -update noar ti set v0='9I0CLSUIA47H9ME' where id=2; -update noar tt set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2; -update noar ti set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2; -update noar tt set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3; -update noar ti set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3; -update noar tt set b0='HJZ9E7Q044US50K9VTSXDM' where id=3; -update noar ti set b0='HJZ9E7Q044US50K9VTSXDM' where id=3; -update noar tt set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3; -update noar ti set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3; -update noar tt set b1='OPYEFP5EXI0N' where id=3; -update noar ti set b1='OPYEFP5EXI0N' where id=3; -update noar tt set v0='HMSL2S' where id=3; -update noar ti set v0='HMSL2S' where id=3; -update noar tt set b2='JJFG1F0RC' where id=3; -update noar ti set b2='JJFG1F0RC' where id=3; -update noar tt set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4; -update noar ti set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4; -update noar tt set b0='4F91R01XDIYTY7PUS8DX' where id=4; -update noar ti set b0='4F91R01XDIYTY7PUS8DX' where id=4; -update noar tt set v0='XM2LWTBVF6WNNR1Y' where id=4; -update noar ti set v0='XM2LWTBVF6WNNR1Y' where id=4; -update noar tt set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4; -update noar ti set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4; -update noar tt set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4; -update noar ti set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4; -update noar tt set b2='7U0W7OCG8' where id=4; -update noar ti set b2='7U0W7OCG8' where id=4; -update noar tt set v0='3XVPGMXMQLK70U3' where id=5; -update noar ti set v0='3XVPGMXMQLK70U3' where id=5; -update noar tt set b0='Y4QWDP12JWF36SF1' where id=5; -update noar ti set b0='Y4QWDP12JWF36SF1' where id=5; -update noar tt set v0='D2H16PRZVJV320S5IJ' where id=5; -update noar ti set v0='D2H16PRZVJV320S5IJ' where id=5; -update noar tt set b1='H0HEHKKSFQZGIS' where id=5; -update noar ti set b1='H0HEHKKSFQZGIS' where id=5; -update noar tt set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5; -update noar ti set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5; -update noar tt set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5; -update noar ti set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5; -update noar tt set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6; -update noar ti set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6; -update noar tt set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6; -update noar ti set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6; -update noar tt set v0='W381UCX' where id=6; -update noar ti set v0='W381UCX' where id=6; -update noar tt set b1='J75YLBPR6MQ' where id=6; -update noar ti set b1='J75YLBPR6MQ' where id=6; -update noar tt set v0='W7AOOR8I9455' where id=6; -update noar ti set v0='W7AOOR8I9455' where id=6; -update noar tt set b2='P26M' where id=6; -update noar ti set b2='P26M' where id=6; -update noar tt set v0='CL3WQ1K115R' where id=7; -update noar ti set v0='CL3WQ1K115R' where id=7; -update noar tt set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7; -update noar ti set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7; -update noar tt set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7; -update noar ti set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7; -update noar tt set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7; -update noar ti set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7; -update noar tt set v0='IH390HHQZUMM67V2U8ETY' where id=7; -update noar ti set v0='IH390HHQZUMM67V2U8ETY' where id=7; -update noar tt set b2='HWMGCETHG' where id=7; -update noar ti set b2='HWMGCETHG' where id=7; -update noar tt set v0='ZPD0QKTZY8GGA' where id=8; -update noar ti set v0='ZPD0QKTZY8GGA' where id=8; -update noar tt set b0='SPPEFGAI' where id=8; -update noar ti set b0='SPPEFGAI' where id=8; -update noar tt set v0='RTFOKFTU2KIMD' where id=8; -update noar ti set v0='RTFOKFTU2KIMD' where id=8; -update noar tt set b1='58' where id=8; -update noar ti set b1='58' where id=8; -update noar tt set v0='DUIYVWOW' where id=8; -update noar ti set v0='DUIYVWOW' where id=8; -update noar tt set b2='ZL0M4SSJ488QF1RRW9' where id=8; -update noar ti set b2='ZL0M4SSJ488QF1RRW9' where id=8; -update noar tt set v0='IMBQX11WXDZD23' where id=9; -update noar ti set v0='IMBQX11WXDZD23' where id=9; -update noar tt set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9; -update noar ti set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9; -update noar tt set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9; -update noar ti set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9; -update noar tt set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9; -update noar ti set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9; -update noar tt set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9; -update noar ti set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9; -update noar tt set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9; -update noar ti set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HEMYCHEGMT4Y1B9' where id=1; -update noar ti set v0='HEMYCHEGMT4Y1B9' where id=1; -update noar tt set b0='FFNXWDY2QWMMI8GC' where id=1; -update noar ti set b0='FFNXWDY2QWMMI8GC' where id=1; -update noar tt set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1; -update noar ti set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1; -update noar tt set b1='N' where id=1; -update noar ti set b1='N' where id=1; -update noar tt set v0='ZUEDPH7OKOEK2A' where id=1; -update noar ti set v0='ZUEDPH7OKOEK2A' where id=1; -update noar tt set b2='PZKKNBCMF7HFB2Z622Y' where id=1; -update noar ti set b2='PZKKNBCMF7HFB2Z622Y' where id=1; -update noar tt set v0='O326QBS9C' where id=2; -update noar ti set v0='O326QBS9C' where id=2; -update noar tt set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2; -update noar ti set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2; -update noar tt set v0='IVBTK11YVL' where id=2; -update noar ti set v0='IVBTK11YVL' where id=2; -update noar tt set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2; -update noar ti set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2; -update noar tt set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2; -update noar ti set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2; -update noar tt set b2='OFCOACO' where id=2; -update noar ti set b2='OFCOACO' where id=2; -update noar tt set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3; -update noar ti set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3; -update noar tt set b0='H118W0CPF67WCLB0H' where id=3; -update noar ti set b0='H118W0CPF67WCLB0H' where id=3; -update noar tt set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3; -update noar ti set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3; -update noar tt set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3; -update noar ti set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3; -update noar tt set v0='VR6HMN8I7XJ7B' where id=3; -update noar ti set v0='VR6HMN8I7XJ7B' where id=3; -update noar tt set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3; -update noar ti set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3; -update noar tt set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4; -update noar ti set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4; -update noar tt set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4; -update noar ti set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4; -update noar tt set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4; -update noar ti set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4; -update noar tt set b1='5C6' where id=4; -update noar ti set b1='5C6' where id=4; -update noar tt set v0='0HP0DQ87N0UUZXUVBSD' where id=4; -update noar ti set v0='0HP0DQ87N0UUZXUVBSD' where id=4; -update noar tt set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4; -update noar ti set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4; -update noar tt set v0='WI' where id=5; -update noar ti set v0='WI' where id=5; -update noar tt set b0='B6G' where id=5; -update noar ti set b0='B6G' where id=5; -update noar tt set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5; -update noar ti set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5; -update noar tt set b1='VTA' where id=5; -update noar ti set b1='VTA' where id=5; -update noar tt set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5; -update noar ti set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5; -update noar tt set b2='JWC437U603LHDVC6' where id=5; -update noar ti set b2='JWC437U603LHDVC6' where id=5; -update noar tt set v0='W95HR' where id=6; -update noar ti set v0='W95HR' where id=6; -update noar tt set b0='KW1L' where id=6; -update noar ti set b0='KW1L' where id=6; -update noar tt set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6; -update noar ti set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6; -update noar tt set b1='3M' where id=6; -update noar ti set b1='3M' where id=6; -update noar tt set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6; -update noar ti set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6; -update noar tt set b2='G' where id=6; -update noar ti set b2='G' where id=6; -update noar tt set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7; -update noar ti set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7; -update noar tt set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7; -update noar ti set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7; -update noar tt set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7; -update noar ti set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7; -update noar tt set b1='Z6VEJCBCNSM7BM2G' where id=7; -update noar ti set b1='Z6VEJCBCNSM7BM2G' where id=7; -update noar tt set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7; -update noar ti set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7; -update noar tt set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7; -update noar ti set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7; -update noar tt set v0='JBCKL91QVNSC' where id=8; -update noar ti set v0='JBCKL91QVNSC' where id=8; -update noar tt set b0='VU' where id=8; -update noar ti set b0='VU' where id=8; -update noar tt set v0='TKRV0AGLFXH9' where id=8; -update noar ti set v0='TKRV0AGLFXH9' where id=8; -update noar tt set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8; -update noar ti set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8; -update noar tt set v0='ZASLCM7TE29EMVXOLZ4' where id=8; -update noar ti set v0='ZASLCM7TE29EMVXOLZ4' where id=8; -update noar tt set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8; -update noar ti set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8; -update noar tt set v0='R9QS4' where id=9; -update noar ti set v0='R9QS4' where id=9; -update noar tt set b0='01XPT9N4' where id=9; -update noar ti set b0='01XPT9N4' where id=9; -update noar tt set v0='O4Z' where id=9; -update noar ti set v0='O4Z' where id=9; -update noar tt set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9; -update noar ti set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9; -update noar tt set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9; -update noar ti set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9; -update noar tt set b2='8B' where id=9; -update noar ti set b2='8B' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VBNLXDWCY8P0D827ZS' where id=1; -update noar ti set v0='VBNLXDWCY8P0D827ZS' where id=1; -update noar tt set b0='HGOQ86QPAJELJY' where id=1; -update noar ti set b0='HGOQ86QPAJELJY' where id=1; -update noar tt set v0='D11ZZAFZDELOMBJ9F4' where id=1; -update noar ti set v0='D11ZZAFZDELOMBJ9F4' where id=1; -update noar tt set b1='W1HW4' where id=1; -update noar ti set b1='W1HW4' where id=1; -update noar tt set v0='JG8L8NA067' where id=1; -update noar ti set v0='JG8L8NA067' where id=1; -update noar tt set b2='I' where id=1; -update noar ti set b2='I' where id=1; -update noar tt set v0='WU6IU' where id=2; -update noar ti set v0='WU6IU' where id=2; -update noar tt set b0='2DL5F2ZV0' where id=2; -update noar ti set b0='2DL5F2ZV0' where id=2; -update noar tt set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2; -update noar ti set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2; -update noar tt set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2; -update noar ti set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2; -update noar tt set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2; -update noar ti set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2; -update noar tt set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2; -update noar ti set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2; -update noar tt set v0='3K43ZFVV8Y8' where id=3; -update noar ti set v0='3K43ZFVV8Y8' where id=3; -update noar tt set b0='X18B2' where id=3; -update noar ti set b0='X18B2' where id=3; -update noar tt set v0='1AS08QZHPYLM99KTAS58' where id=3; -update noar ti set v0='1AS08QZHPYLM99KTAS58' where id=3; -update noar tt set b1='Q9ANGZ' where id=3; -update noar ti set b1='Q9ANGZ' where id=3; -update noar tt set v0='70QIT25GLE' where id=3; -update noar ti set v0='70QIT25GLE' where id=3; -update noar tt set b2='PPJLC0N1IFY4K6KJ' where id=3; -update noar ti set b2='PPJLC0N1IFY4K6KJ' where id=3; -update noar tt set v0='TN4GIH4YSG411YD3' where id=4; -update noar ti set v0='TN4GIH4YSG411YD3' where id=4; -update noar tt set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4; -update noar ti set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4; -update noar tt set v0='BW00HBMU4U' where id=4; -update noar ti set v0='BW00HBMU4U' where id=4; -update noar tt set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4; -update noar ti set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4; -update noar tt set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4; -update noar ti set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4; -update noar tt set b2='1SC2' where id=4; -update noar ti set b2='1SC2' where id=4; -update noar tt set v0='O7' where id=5; -update noar ti set v0='O7' where id=5; -update noar tt set b0='2X54APC5PR3DS4KH04VGE' where id=5; -update noar ti set b0='2X54APC5PR3DS4KH04VGE' where id=5; -update noar tt set v0='HVY5EKT1ZXCRJ' where id=5; -update noar ti set v0='HVY5EKT1ZXCRJ' where id=5; -update noar tt set b1='WTPTUF' where id=5; -update noar ti set b1='WTPTUF' where id=5; -update noar tt set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5; -update noar ti set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5; -update noar tt set b2='J477EQG00AHOH3WA9' where id=5; -update noar ti set b2='J477EQG00AHOH3WA9' where id=5; -update noar tt set v0='LCFGNS92EOU6YKAF' where id=6; -update noar ti set v0='LCFGNS92EOU6YKAF' where id=6; -update noar tt set b0='O3U1RW1BOJYOP3J' where id=6; -update noar ti set b0='O3U1RW1BOJYOP3J' where id=6; -update noar tt set v0='LA17XKMM6XURUMQXMSW38' where id=6; -update noar ti set v0='LA17XKMM6XURUMQXMSW38' where id=6; -update noar tt set b1='N' where id=6; -update noar ti set b1='N' where id=6; -update noar tt set v0='MTFL4RSOQ98VKT1' where id=6; -update noar ti set v0='MTFL4RSOQ98VKT1' where id=6; -update noar tt set b2='CTSJ5TE2Z85Y4SHXSG' where id=6; -update noar ti set b2='CTSJ5TE2Z85Y4SHXSG' where id=6; -update noar tt set v0='LEM2DK4XYJGAMQL' where id=7; -update noar ti set v0='LEM2DK4XYJGAMQL' where id=7; -update noar tt set b0='CNHPI6OQPRBMR' where id=7; -update noar ti set b0='CNHPI6OQPRBMR' where id=7; -update noar tt set v0='0T31' where id=7; -update noar ti set v0='0T31' where id=7; -update noar tt set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7; -update noar ti set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7; -update noar tt set v0='DT2AYTM1RYB5ELQKU3B2' where id=7; -update noar ti set v0='DT2AYTM1RYB5ELQKU3B2' where id=7; -update noar tt set b2='2H5XXD4MLKVUKKLHM6' where id=7; -update noar ti set b2='2H5XXD4MLKVUKKLHM6' where id=7; -update noar tt set v0='XII6KEUC23X' where id=8; -update noar ti set v0='XII6KEUC23X' where id=8; -update noar tt set b0='KM9J386EX9MJLD79POMU4' where id=8; -update noar ti set b0='KM9J386EX9MJLD79POMU4' where id=8; -update noar tt set v0='0JLFR7G9QWSUO' where id=8; -update noar ti set v0='0JLFR7G9QWSUO' where id=8; -update noar tt set b1='DLAAOUBXYGC87UIV88LM9' where id=8; -update noar ti set b1='DLAAOUBXYGC87UIV88LM9' where id=8; -update noar tt set v0='JKVYZY6K0RCCLRMEX0E' where id=8; -update noar ti set v0='JKVYZY6K0RCCLRMEX0E' where id=8; -update noar tt set b2='EW5AG' where id=8; -update noar ti set b2='EW5AG' where id=8; -update noar tt set v0='BJ3I5IB' where id=9; -update noar ti set v0='BJ3I5IB' where id=9; -update noar tt set b0='5QNVTA0D23UQ' where id=9; -update noar ti set b0='5QNVTA0D23UQ' where id=9; -update noar tt set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9; -update noar ti set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9; -update noar tt set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9; -update noar ti set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9; -update noar tt set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9; -update noar ti set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9; -update noar tt set b2='1ES1IN7ZEVXSNP9G2T' where id=9; -update noar ti set b2='1ES1IN7ZEVXSNP9G2T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NNCHWZG' where id=1; -update noar ti set v0='NNCHWZG' where id=1; -update noar tt set b0='V62LJQQ1N8Z' where id=1; -update noar ti set b0='V62LJQQ1N8Z' where id=1; -update noar tt set v0='UP6JH766TL8DIPJW26GG' where id=1; -update noar ti set v0='UP6JH766TL8DIPJW26GG' where id=1; -update noar tt set b1='972' where id=1; -update noar ti set b1='972' where id=1; -update noar tt set v0='V76YTXYWIB5CQE3JP7WH31' where id=1; -update noar ti set v0='V76YTXYWIB5CQE3JP7WH31' where id=1; -update noar tt set b2='UOQ975H6L3E2L761L978SIFX' where id=1; -update noar ti set b2='UOQ975H6L3E2L761L978SIFX' where id=1; -update noar tt set v0='6V8F8IBA24O20SELD' where id=2; -update noar ti set v0='6V8F8IBA24O20SELD' where id=2; -update noar tt set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2; -update noar ti set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2; -update noar tt set v0='I8KDINPV3HQDCOFVSTOI' where id=2; -update noar ti set v0='I8KDINPV3HQDCOFVSTOI' where id=2; -update noar tt set b1='GNHXYR7U8X' where id=2; -update noar ti set b1='GNHXYR7U8X' where id=2; -update noar tt set v0='IL8' where id=2; -update noar ti set v0='IL8' where id=2; -update noar tt set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2; -update noar ti set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2; -update noar tt set v0='S63FMJ' where id=3; -update noar ti set v0='S63FMJ' where id=3; -update noar tt set b0='VRLARBNL5LFZZXO' where id=3; -update noar ti set b0='VRLARBNL5LFZZXO' where id=3; -update noar tt set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3; -update noar ti set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3; -update noar tt set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3; -update noar ti set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3; -update noar tt set v0='8KDWYIM24DDZD8GBGZ' where id=3; -update noar ti set v0='8KDWYIM24DDZD8GBGZ' where id=3; -update noar tt set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3; -update noar ti set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3; -update noar tt set v0='816JGL6G79SMB' where id=4; -update noar ti set v0='816JGL6G79SMB' where id=4; -update noar tt set b0='172JZ8EV6BG5E4BS' where id=4; -update noar ti set b0='172JZ8EV6BG5E4BS' where id=4; -update noar tt set v0='6CA538UKIEPYDC7MA2BLT0' where id=4; -update noar ti set v0='6CA538UKIEPYDC7MA2BLT0' where id=4; -update noar tt set b1='2S25DBO8AGY7QYZ9RX9' where id=4; -update noar ti set b1='2S25DBO8AGY7QYZ9RX9' where id=4; -update noar tt set v0='VBHPTZFVTJUHGGE71L2O' where id=4; -update noar ti set v0='VBHPTZFVTJUHGGE71L2O' where id=4; -update noar tt set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4; -update noar ti set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4; -update noar tt set v0='FW7643Z' where id=5; -update noar ti set v0='FW7643Z' where id=5; -update noar tt set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5; -update noar ti set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5; -update noar tt set v0='KS9LRDYKYKJEUA8VT887' where id=5; -update noar ti set v0='KS9LRDYKYKJEUA8VT887' where id=5; -update noar tt set b1='CXN90DC77STQC8FZBC31' where id=5; -update noar ti set b1='CXN90DC77STQC8FZBC31' where id=5; -update noar tt set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5; -update noar ti set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5; -update noar tt set b2='PAHYVJY6K5EAMHW2R674' where id=5; -update noar ti set b2='PAHYVJY6K5EAMHW2R674' where id=5; -update noar tt set v0='KYQ2YM4SP8T52EDP7' where id=6; -update noar ti set v0='KYQ2YM4SP8T52EDP7' where id=6; -update noar tt set b0='QGAJ4I' where id=6; -update noar ti set b0='QGAJ4I' where id=6; -update noar tt set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6; -update noar ti set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6; -update noar tt set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6; -update noar ti set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6; -update noar tt set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6; -update noar ti set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6; -update noar tt set b2='10LWIW6DZJAC' where id=6; -update noar ti set b2='10LWIW6DZJAC' where id=6; -update noar tt set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7; -update noar ti set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7; -update noar tt set b0='HTRBI14ZEVI' where id=7; -update noar ti set b0='HTRBI14ZEVI' where id=7; -update noar tt set v0='YPZDK29RF' where id=7; -update noar ti set v0='YPZDK29RF' where id=7; -update noar tt set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7; -update noar ti set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7; -update noar tt set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7; -update noar ti set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7; -update noar tt set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7; -update noar ti set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7; -update noar tt set v0='GVOYN7JMCCC' where id=8; -update noar ti set v0='GVOYN7JMCCC' where id=8; -update noar tt set b0='R22TS1O1GEY34' where id=8; -update noar ti set b0='R22TS1O1GEY34' where id=8; -update noar tt set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8; -update noar ti set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8; -update noar tt set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8; -update noar ti set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8; -update noar tt set v0='Y8' where id=8; -update noar ti set v0='Y8' where id=8; -update noar tt set b2='QLTZBSKPUFAMX1ZAC' where id=8; -update noar ti set b2='QLTZBSKPUFAMX1ZAC' where id=8; -update noar tt set v0='CECRHPZC3MFG155D' where id=9; -update noar ti set v0='CECRHPZC3MFG155D' where id=9; -update noar tt set b0='8GR46T3GF5TN' where id=9; -update noar ti set b0='8GR46T3GF5TN' where id=9; -update noar tt set v0='W2TCPWFKBPA' where id=9; -update noar ti set v0='W2TCPWFKBPA' where id=9; -update noar tt set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9; -update noar ti set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9; -update noar tt set v0='FWBPYW42JN3FSCW00' where id=9; -update noar ti set v0='FWBPYW42JN3FSCW00' where id=9; -update noar tt set b2='AM9E34IYOFC' where id=9; -update noar ti set b2='AM9E34IYOFC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1; -update noar ti set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1; -update noar tt set b0='FQ62XXOGQPK14KWKHKDT' where id=1; -update noar ti set b0='FQ62XXOGQPK14KWKHKDT' where id=1; -update noar tt set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1; -update noar ti set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1; -update noar tt set b1='RW0' where id=1; -update noar ti set b1='RW0' where id=1; -update noar tt set v0='ZW71DEKRQHWI2HX7K2' where id=1; -update noar ti set v0='ZW71DEKRQHWI2HX7K2' where id=1; -update noar tt set b2='TIRRRSO01XQ24MGKG' where id=1; -update noar ti set b2='TIRRRSO01XQ24MGKG' where id=1; -update noar tt set v0='AW6GICB7IOEUDJXTPPZQX' where id=2; -update noar ti set v0='AW6GICB7IOEUDJXTPPZQX' where id=2; -update noar tt set b0='EP5HNJD059W00PXYSDH' where id=2; -update noar ti set b0='EP5HNJD059W00PXYSDH' where id=2; -update noar tt set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2; -update noar ti set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2; -update noar tt set b1='7VBK' where id=2; -update noar ti set b1='7VBK' where id=2; -update noar tt set v0='38L418T35CUX91R4Y8HR9DW' where id=2; -update noar ti set v0='38L418T35CUX91R4Y8HR9DW' where id=2; -update noar tt set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2; -update noar ti set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2; -update noar tt set v0='JRI0NYXJET2O52DNLHA2' where id=3; -update noar ti set v0='JRI0NYXJET2O52DNLHA2' where id=3; -update noar tt set b0='ERIVS2PFP' where id=3; -update noar ti set b0='ERIVS2PFP' where id=3; -update noar tt set v0='E1VHJS7OPQK5PI' where id=3; -update noar ti set v0='E1VHJS7OPQK5PI' where id=3; -update noar tt set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3; -update noar ti set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3; -update noar tt set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3; -update noar ti set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3; -update noar tt set b2='I52ES10M7L4TXORS' where id=3; -update noar ti set b2='I52ES10M7L4TXORS' where id=3; -update noar tt set v0='223U0E7F2EXKOMFI2E' where id=4; -update noar ti set v0='223U0E7F2EXKOMFI2E' where id=4; -update noar tt set b0='ZF641A' where id=4; -update noar ti set b0='ZF641A' where id=4; -update noar tt set v0='P8DQ1M0W5ONK2' where id=4; -update noar ti set v0='P8DQ1M0W5ONK2' where id=4; -update noar tt set b1='RDMQ3Q7YJW13CD' where id=4; -update noar ti set b1='RDMQ3Q7YJW13CD' where id=4; -update noar tt set v0='XW9LZLLRA8XVUN' where id=4; -update noar ti set v0='XW9LZLLRA8XVUN' where id=4; -update noar tt set b2='OJFYL' where id=4; -update noar ti set b2='OJFYL' where id=4; -update noar tt set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5; -update noar ti set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5; -update noar tt set b0='V5L442FIMKA7U8' where id=5; -update noar ti set b0='V5L442FIMKA7U8' where id=5; -update noar tt set v0='2J4CSIV3GI415AHC' where id=5; -update noar ti set v0='2J4CSIV3GI415AHC' where id=5; -update noar tt set b1='ID0BB5P5XM5GWRKR' where id=5; -update noar ti set b1='ID0BB5P5XM5GWRKR' where id=5; -update noar tt set v0='PP18FE7JX3OITBTC7X7' where id=5; -update noar ti set v0='PP18FE7JX3OITBTC7X7' where id=5; -update noar tt set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5; -update noar ti set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5; -update noar tt set v0='LWRKR8J' where id=6; -update noar ti set v0='LWRKR8J' where id=6; -update noar tt set b0='AHZTRCOTKJO0E' where id=6; -update noar ti set b0='AHZTRCOTKJO0E' where id=6; -update noar tt set v0='H5WHHBYH350Q3' where id=6; -update noar ti set v0='H5WHHBYH350Q3' where id=6; -update noar tt set b1='1EEIEPCDY5OCB7CO622UN' where id=6; -update noar ti set b1='1EEIEPCDY5OCB7CO622UN' where id=6; -update noar tt set v0='A98DPKO' where id=6; -update noar ti set v0='A98DPKO' where id=6; -update noar tt set b2='BJAFLN7RY7E3QB2Q' where id=6; -update noar ti set b2='BJAFLN7RY7E3QB2Q' where id=6; -update noar tt set v0='3QBNUE4ONWQHXJ8NTHER' where id=7; -update noar ti set v0='3QBNUE4ONWQHXJ8NTHER' where id=7; -update noar tt set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7; -update noar ti set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7; -update noar tt set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7; -update noar ti set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7; -update noar tt set b1='UVN3' where id=7; -update noar ti set b1='UVN3' where id=7; -update noar tt set v0='MU' where id=7; -update noar ti set v0='MU' where id=7; -update noar tt set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7; -update noar ti set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7; -update noar tt set v0='ZXUMZ2T3Y' where id=8; -update noar ti set v0='ZXUMZ2T3Y' where id=8; -update noar tt set b0='JYHP9LSMJO0U7KX' where id=8; -update noar ti set b0='JYHP9LSMJO0U7KX' where id=8; -update noar tt set v0='SFQS3F7E873MQ' where id=8; -update noar ti set v0='SFQS3F7E873MQ' where id=8; -update noar tt set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8; -update noar ti set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8; -update noar tt set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8; -update noar ti set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8; -update noar tt set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8; -update noar ti set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8; -update noar tt set v0='AUA57HQBP5GGDQ' where id=9; -update noar ti set v0='AUA57HQBP5GGDQ' where id=9; -update noar tt set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9; -update noar ti set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9; -update noar tt set v0='GXRANG' where id=9; -update noar ti set v0='GXRANG' where id=9; -update noar tt set b1='6F66DRUTYRLQWS7F9N' where id=9; -update noar ti set b1='6F66DRUTYRLQWS7F9N' where id=9; -update noar tt set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9; -update noar ti set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9; -update noar tt set b2='T5R0EJCJ8159HT9JATA1SU' where id=9; -update noar ti set b2='T5R0EJCJ8159HT9JATA1SU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 mediumblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1; -update noar ti set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1; -update noar tt set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1; -update noar ti set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1; -update noar tt set v0='0JH205WDY4' where id=1; -update noar ti set v0='0JH205WDY4' where id=1; -update noar tt set b1='XPJLGAM5G5MBMOYL8' where id=1; -update noar ti set b1='XPJLGAM5G5MBMOYL8' where id=1; -update noar tt set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1; -update noar ti set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1; -update noar tt set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1; -update noar ti set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1; -update noar tt set v0='H4ZV7BVH18JJJCL' where id=2; -update noar ti set v0='H4ZV7BVH18JJJCL' where id=2; -update noar tt set b0='UUJ896ZTCDUXHP' where id=2; -update noar ti set b0='UUJ896ZTCDUXHP' where id=2; -update noar tt set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2; -update noar ti set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2; -update noar tt set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2; -update noar ti set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2; -update noar tt set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2; -update noar ti set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2; -update noar tt set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2; -update noar ti set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2; -update noar tt set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3; -update noar ti set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3; -update noar tt set b0='1' where id=3; -update noar ti set b0='1' where id=3; -update noar tt set v0='I7E' where id=3; -update noar ti set v0='I7E' where id=3; -update noar tt set b1='3FDG83' where id=3; -update noar ti set b1='3FDG83' where id=3; -update noar tt set v0='4ORPNPK' where id=3; -update noar ti set v0='4ORPNPK' where id=3; -update noar tt set b2='2ULS9K' where id=3; -update noar ti set b2='2ULS9K' where id=3; -update noar tt set v0='O1PMBHY075U16X935JJMK08S' where id=4; -update noar ti set v0='O1PMBHY075U16X935JJMK08S' where id=4; -update noar tt set b0='K' where id=4; -update noar ti set b0='K' where id=4; -update noar tt set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4; -update noar ti set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4; -update noar tt set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4; -update noar ti set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4; -update noar tt set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4; -update noar ti set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4; -update noar tt set b2='OR3MRXDHIE4CF8NTR10N' where id=4; -update noar ti set b2='OR3MRXDHIE4CF8NTR10N' where id=4; -update noar tt set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5; -update noar ti set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5; -update noar tt set b0='3H' where id=5; -update noar ti set b0='3H' where id=5; -update noar tt set v0='QMWPWW1CXB' where id=5; -update noar ti set v0='QMWPWW1CXB' where id=5; -update noar tt set b1='AX5RLDPA' where id=5; -update noar ti set b1='AX5RLDPA' where id=5; -update noar tt set v0='4ROM60I2Z33' where id=5; -update noar ti set v0='4ROM60I2Z33' where id=5; -update noar tt set b2='90ZSZJFO0' where id=5; -update noar ti set b2='90ZSZJFO0' where id=5; -update noar tt set v0='DQEVQS4J' where id=6; -update noar ti set v0='DQEVQS4J' where id=6; -update noar tt set b0='YM5MYGDHFWM9GNSG' where id=6; -update noar ti set b0='YM5MYGDHFWM9GNSG' where id=6; -update noar tt set v0='KUT48NZFM7IY' where id=6; -update noar ti set v0='KUT48NZFM7IY' where id=6; -update noar tt set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6; -update noar ti set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6; -update noar tt set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6; -update noar ti set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6; -update noar tt set b2='7AMJCK45ASCK4OUB' where id=6; -update noar ti set b2='7AMJCK45ASCK4OUB' where id=6; -update noar tt set v0='Z6UJT8M6Z4KC5E0THQ' where id=7; -update noar ti set v0='Z6UJT8M6Z4KC5E0THQ' where id=7; -update noar tt set b0='W334K2AZZA' where id=7; -update noar ti set b0='W334K2AZZA' where id=7; -update noar tt set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7; -update noar ti set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7; -update noar tt set b1='OK0W67ORO' where id=7; -update noar ti set b1='OK0W67ORO' where id=7; -update noar tt set v0='AD8234RVE9D88NZQ' where id=7; -update noar ti set v0='AD8234RVE9D88NZQ' where id=7; -update noar tt set b2='NCI9L5L' where id=7; -update noar ti set b2='NCI9L5L' where id=7; -update noar tt set v0='7OH8BLDL' where id=8; -update noar ti set v0='7OH8BLDL' where id=8; -update noar tt set b0='C4RH' where id=8; -update noar ti set b0='C4RH' where id=8; -update noar tt set v0='KHLQ5K9K28ULKKHU6KEV' where id=8; -update noar ti set v0='KHLQ5K9K28ULKKHU6KEV' where id=8; -update noar tt set b1='XJWIA4AF20PZDVQ6H' where id=8; -update noar ti set b1='XJWIA4AF20PZDVQ6H' where id=8; -update noar tt set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8; -update noar ti set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8; -update noar tt set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8; -update noar ti set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8; -update noar tt set v0='X6M2XK1HFG2' where id=9; -update noar ti set v0='X6M2XK1HFG2' where id=9; -update noar tt set b0='K63E' where id=9; -update noar ti set b0='K63E' where id=9; -update noar tt set v0='J82ASN9450NFQBR30S2' where id=9; -update noar ti set v0='J82ASN9450NFQBR30S2' where id=9; -update noar tt set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9; -update noar ti set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9; -update noar tt set v0='5625AQU4J5MNRI65A' where id=9; -update noar ti set v0='5625AQU4J5MNRI65A' where id=9; -update noar tt set b2='I4D5VW0LEQ3PABO' where id=9; -update noar ti set b2='I4D5VW0LEQ3PABO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 mediumblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BPTF92ADUFGK8NPZGP' where id=1; -update noar ti set v0='0BPTF92ADUFGK8NPZGP' where id=1; -update noar tt set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1; -update noar ti set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1; -update noar tt set v0='AVEXP37LCH6NUYO' where id=1; -update noar ti set v0='AVEXP37LCH6NUYO' where id=1; -update noar tt set b1='LZIIS4V6XZV1UO3K99' where id=1; -update noar ti set b1='LZIIS4V6XZV1UO3K99' where id=1; -update noar tt set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1; -update noar ti set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1; -update noar tt set b2='CRLUDYC9IY8RAZN92VNV' where id=1; -update noar ti set b2='CRLUDYC9IY8RAZN92VNV' where id=1; -update noar tt set v0='AZPAWHEZIVRCI' where id=2; -update noar ti set v0='AZPAWHEZIVRCI' where id=2; -update noar tt set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2; -update noar ti set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2; -update noar tt set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2; -update noar ti set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2; -update noar tt set b1='771QV07PW9H6DHVT8NTGJ' where id=2; -update noar ti set b1='771QV07PW9H6DHVT8NTGJ' where id=2; -update noar tt set v0='HMN' where id=2; -update noar ti set v0='HMN' where id=2; -update noar tt set b2='H' where id=2; -update noar ti set b2='H' where id=2; -update noar tt set v0='QT8AHVEEUY4YE3QP' where id=3; -update noar ti set v0='QT8AHVEEUY4YE3QP' where id=3; -update noar tt set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3; -update noar ti set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3; -update noar tt set v0='K28L41LNI3UNDERFG6F' where id=3; -update noar ti set v0='K28L41LNI3UNDERFG6F' where id=3; -update noar tt set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3; -update noar ti set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3; -update noar tt set v0='ZW9Y8TJU554E32P' where id=3; -update noar ti set v0='ZW9Y8TJU554E32P' where id=3; -update noar tt set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3; -update noar ti set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3; -update noar tt set v0='ECN55GSELF1JY' where id=4; -update noar ti set v0='ECN55GSELF1JY' where id=4; -update noar tt set b0='S1' where id=4; -update noar ti set b0='S1' where id=4; -update noar tt set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4; -update noar ti set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4; -update noar tt set b1='WZPKFLC302AROII0' where id=4; -update noar ti set b1='WZPKFLC302AROII0' where id=4; -update noar tt set v0='UOET36' where id=4; -update noar ti set v0='UOET36' where id=4; -update noar tt set b2='TZGTB267C9XCOUM32REXAZE' where id=4; -update noar ti set b2='TZGTB267C9XCOUM32REXAZE' where id=4; -update noar tt set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5; -update noar ti set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5; -update noar tt set b0='BYMXMSQO5T71VS317HR3T' where id=5; -update noar ti set b0='BYMXMSQO5T71VS317HR3T' where id=5; -update noar tt set v0='9YTTI1EMLUHC0VFC01' where id=5; -update noar ti set v0='9YTTI1EMLUHC0VFC01' where id=5; -update noar tt set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5; -update noar ti set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5; -update noar tt set v0='O7KGCHNOX9N' where id=5; -update noar ti set v0='O7KGCHNOX9N' where id=5; -update noar tt set b2='PU8' where id=5; -update noar ti set b2='PU8' where id=5; -update noar tt set v0='HYSOHU' where id=6; -update noar ti set v0='HYSOHU' where id=6; -update noar tt set b0='4OIVYTCHV' where id=6; -update noar ti set b0='4OIVYTCHV' where id=6; -update noar tt set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6; -update noar ti set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6; -update noar tt set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6; -update noar ti set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6; -update noar tt set v0='T6570PPLMITPCPD' where id=6; -update noar ti set v0='T6570PPLMITPCPD' where id=6; -update noar tt set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6; -update noar ti set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6; -update noar tt set v0='IANCRZHUB31M4R4VGA' where id=7; -update noar ti set v0='IANCRZHUB31M4R4VGA' where id=7; -update noar tt set b0='961A1S' where id=7; -update noar ti set b0='961A1S' where id=7; -update noar tt set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7; -update noar ti set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7; -update noar tt set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7; -update noar ti set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7; -update noar tt set v0='UY' where id=7; -update noar ti set v0='UY' where id=7; -update noar tt set b2='JRK9MJ752JTPUKMZZQPF6' where id=7; -update noar ti set b2='JRK9MJ752JTPUKMZZQPF6' where id=7; -update noar tt set v0='D0KT' where id=8; -update noar ti set v0='D0KT' where id=8; -update noar tt set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8; -update noar ti set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8; -update noar tt set v0='CV5OY830BXQQXL95JDX3' where id=8; -update noar ti set v0='CV5OY830BXQQXL95JDX3' where id=8; -update noar tt set b1='1ZNFCTS3C2M' where id=8; -update noar ti set b1='1ZNFCTS3C2M' where id=8; -update noar tt set v0='2M5XH8SUK' where id=8; -update noar ti set v0='2M5XH8SUK' where id=8; -update noar tt set b2='5B335GUE2CA65AO8' where id=8; -update noar ti set b2='5B335GUE2CA65AO8' where id=8; -update noar tt set v0='UKR7HGQ' where id=9; -update noar ti set v0='UKR7HGQ' where id=9; -update noar tt set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9; -update noar ti set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9; -update noar tt set v0='1ZGID7OWPXRUNPMTLAVB' where id=9; -update noar ti set v0='1ZGID7OWPXRUNPMTLAVB' where id=9; -update noar tt set b1='3736ZBEFFYM1VB4ONERO' where id=9; -update noar ti set b1='3736ZBEFFYM1VB4ONERO' where id=9; -update noar tt set v0='DM41BH75U' where id=9; -update noar ti set v0='DM41BH75U' where id=9; -update noar tt set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9; -update noar ti set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='P9754ISX9ROQI08URN1' where id=1; -update noar ti set v0='P9754ISX9ROQI08URN1' where id=1; -update noar tt set b0='4BBTZ86HNXI6XSDIN2L' where id=1; -update noar ti set b0='4BBTZ86HNXI6XSDIN2L' where id=1; -update noar tt set v0='0RAT02RZ4IKOB3' where id=1; -update noar ti set v0='0RAT02RZ4IKOB3' where id=1; -update noar tt set b1='16XK' where id=1; -update noar ti set b1='16XK' where id=1; -update noar tt set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1; -update noar ti set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1; -update noar tt set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1; -update noar ti set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1; -update noar tt set v0='PX91W0OI4F' where id=2; -update noar ti set v0='PX91W0OI4F' where id=2; -update noar tt set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2; -update noar ti set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2; -update noar tt set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2; -update noar ti set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2; -update noar tt set b1='VAGWTRWGIL2' where id=2; -update noar ti set b1='VAGWTRWGIL2' where id=2; -update noar tt set v0='M2XRI5T8YS4Q0TX0YG' where id=2; -update noar ti set v0='M2XRI5T8YS4Q0TX0YG' where id=2; -update noar tt set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2; -update noar ti set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2; -update noar tt set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3; -update noar ti set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3; -update noar tt set b0='CZG1U8EELR1Y6' where id=3; -update noar ti set b0='CZG1U8EELR1Y6' where id=3; -update noar tt set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3; -update noar ti set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3; -update noar tt set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3; -update noar ti set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3; -update noar tt set v0='QXPFZV' where id=3; -update noar ti set v0='QXPFZV' where id=3; -update noar tt set b2='AC59PD1PD15SH' where id=3; -update noar ti set b2='AC59PD1PD15SH' where id=3; -update noar tt set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4; -update noar ti set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4; -update noar tt set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4; -update noar ti set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4; -update noar tt set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4; -update noar ti set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4; -update noar tt set b1='4CWUPLJD9JIO8HN' where id=4; -update noar ti set b1='4CWUPLJD9JIO8HN' where id=4; -update noar tt set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4; -update noar ti set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4; -update noar tt set b2='HRE87PTZXG' where id=4; -update noar ti set b2='HRE87PTZXG' where id=4; -update noar tt set v0='0258P3I2M5' where id=5; -update noar ti set v0='0258P3I2M5' where id=5; -update noar tt set b0='1DKFW0MKOBZY30ACA6192' where id=5; -update noar ti set b0='1DKFW0MKOBZY30ACA6192' where id=5; -update noar tt set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5; -update noar ti set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5; -update noar tt set b1='QS2ZSLW5NJJ799HX8' where id=5; -update noar ti set b1='QS2ZSLW5NJJ799HX8' where id=5; -update noar tt set v0='PV52H6MO' where id=5; -update noar ti set v0='PV52H6MO' where id=5; -update noar tt set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5; -update noar ti set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5; -update noar tt set v0='M3BJN377JMRFQS5AY' where id=6; -update noar ti set v0='M3BJN377JMRFQS5AY' where id=6; -update noar tt set b0='GSZB' where id=6; -update noar ti set b0='GSZB' where id=6; -update noar tt set v0='IRUI2NWN1RDT171EA4' where id=6; -update noar ti set v0='IRUI2NWN1RDT171EA4' where id=6; -update noar tt set b1='OFVG79YD4PYDE3T' where id=6; -update noar ti set b1='OFVG79YD4PYDE3T' where id=6; -update noar tt set v0='EDZCEV5MSY1J' where id=6; -update noar ti set v0='EDZCEV5MSY1J' where id=6; -update noar tt set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6; -update noar ti set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6; -update noar tt set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7; -update noar ti set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7; -update noar tt set b0='Y7D49VAUV8' where id=7; -update noar ti set b0='Y7D49VAUV8' where id=7; -update noar tt set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7; -update noar ti set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7; -update noar tt set b1='8LQ2' where id=7; -update noar ti set b1='8LQ2' where id=7; -update noar tt set v0='CSHU3BW8EAH3B' where id=7; -update noar ti set v0='CSHU3BW8EAH3B' where id=7; -update noar tt set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7; -update noar ti set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7; -update noar tt set v0='7GX' where id=8; -update noar ti set v0='7GX' where id=8; -update noar tt set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8; -update noar ti set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8; -update noar tt set v0='6RFA36W' where id=8; -update noar ti set v0='6RFA36W' where id=8; -update noar tt set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8; -update noar ti set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8; -update noar tt set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8; -update noar ti set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8; -update noar tt set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8; -update noar ti set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8; -update noar tt set v0='YX77DNRPZ6ZSIZVFKM' where id=9; -update noar ti set v0='YX77DNRPZ6ZSIZVFKM' where id=9; -update noar tt set b0='IAOV80TPE' where id=9; -update noar ti set b0='IAOV80TPE' where id=9; -update noar tt set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9; -update noar ti set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9; -update noar tt set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9; -update noar ti set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9; -update noar tt set v0='P04MRK1G7' where id=9; -update noar ti set v0='P04MRK1G7' where id=9; -update noar tt set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9; -update noar ti set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 mediumblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1; -update noar ti set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1; -update noar tt set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1; -update noar ti set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1; -update noar tt set v0='WNYH9PHZ02C9D9UM' where id=1; -update noar ti set v0='WNYH9PHZ02C9D9UM' where id=1; -update noar tt set b1='YFF' where id=1; -update noar ti set b1='YFF' where id=1; -update noar tt set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1; -update noar ti set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1; -update noar tt set b2='5JTLME485' where id=1; -update noar ti set b2='5JTLME485' where id=1; -update noar tt set v0='F4RJXJX7WIE5Y3' where id=2; -update noar ti set v0='F4RJXJX7WIE5Y3' where id=2; -update noar tt set b0='7NFHZU1NN' where id=2; -update noar ti set b0='7NFHZU1NN' where id=2; -update noar tt set v0='NTIE5DW1F28WSMZ7D30W' where id=2; -update noar ti set v0='NTIE5DW1F28WSMZ7D30W' where id=2; -update noar tt set b1='QMPFBZASME' where id=2; -update noar ti set b1='QMPFBZASME' where id=2; -update noar tt set v0='NG' where id=2; -update noar ti set v0='NG' where id=2; -update noar tt set b2='AGVRQ4GV38JE1' where id=2; -update noar ti set b2='AGVRQ4GV38JE1' where id=2; -update noar tt set v0='39UE1TEX2BA442N' where id=3; -update noar ti set v0='39UE1TEX2BA442N' where id=3; -update noar tt set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3; -update noar ti set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3; -update noar tt set v0='IKC944DZARP9DH' where id=3; -update noar ti set v0='IKC944DZARP9DH' where id=3; -update noar tt set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3; -update noar ti set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3; -update noar tt set v0='I0T6NPLXDMGWZJVS' where id=3; -update noar ti set v0='I0T6NPLXDMGWZJVS' where id=3; -update noar tt set b2='EE7O0QXJ' where id=3; -update noar ti set b2='EE7O0QXJ' where id=3; -update noar tt set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4; -update noar ti set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4; -update noar tt set b0='HCJXTNPL0UTX' where id=4; -update noar ti set b0='HCJXTNPL0UTX' where id=4; -update noar tt set v0='LX4O8' where id=4; -update noar ti set v0='LX4O8' where id=4; -update noar tt set b1='55Z2H7JJ' where id=4; -update noar ti set b1='55Z2H7JJ' where id=4; -update noar tt set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4; -update noar ti set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4; -update noar tt set b2='7QF43' where id=4; -update noar ti set b2='7QF43' where id=4; -update noar tt set v0='1M0EUUZ8S3ET2' where id=5; -update noar ti set v0='1M0EUUZ8S3ET2' where id=5; -update noar tt set b0='SQWBIH0E90M43R' where id=5; -update noar ti set b0='SQWBIH0E90M43R' where id=5; -update noar tt set v0='J1597GUSZZWOPU6D3RCIO' where id=5; -update noar ti set v0='J1597GUSZZWOPU6D3RCIO' where id=5; -update noar tt set b1='C' where id=5; -update noar ti set b1='C' where id=5; -update noar tt set v0='8UPD193X9P12KGKN179' where id=5; -update noar ti set v0='8UPD193X9P12KGKN179' where id=5; -update noar tt set b2='BQLC431LDK4GTLN93' where id=5; -update noar ti set b2='BQLC431LDK4GTLN93' where id=5; -update noar tt set v0='FKIRPWPEAGN0XNHINS9' where id=6; -update noar ti set v0='FKIRPWPEAGN0XNHINS9' where id=6; -update noar tt set b0='W' where id=6; -update noar ti set b0='W' where id=6; -update noar tt set v0='C26NC9B0X68XYH' where id=6; -update noar ti set v0='C26NC9B0X68XYH' where id=6; -update noar tt set b1='PBV8MRYF3DX5P' where id=6; -update noar ti set b1='PBV8MRYF3DX5P' where id=6; -update noar tt set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6; -update noar ti set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6; -update noar tt set b2='95UQDOGLDG2O6I8SF2' where id=6; -update noar ti set b2='95UQDOGLDG2O6I8SF2' where id=6; -update noar tt set v0='MAOMFDRT' where id=7; -update noar ti set v0='MAOMFDRT' where id=7; -update noar tt set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7; -update noar ti set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7; -update noar tt set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7; -update noar ti set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7; -update noar tt set b1='9H9VRMA0NPBOZ' where id=7; -update noar ti set b1='9H9VRMA0NPBOZ' where id=7; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7; -update noar ti set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7; -update noar tt set v0='3FS8KW7FSUW' where id=8; -update noar ti set v0='3FS8KW7FSUW' where id=8; -update noar tt set b0='CHDAHU0DRI6' where id=8; -update noar ti set b0='CHDAHU0DRI6' where id=8; -update noar tt set v0='12R217A2EXCSOD9UA' where id=8; -update noar ti set v0='12R217A2EXCSOD9UA' where id=8; -update noar tt set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8; -update noar ti set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8; -update noar tt set v0='7' where id=8; -update noar ti set v0='7' where id=8; -update noar tt set b2='0T055ZOMZ5QJ5' where id=8; -update noar ti set b2='0T055ZOMZ5QJ5' where id=8; -update noar tt set v0='UAH0JHN6PG0RJ3' where id=9; -update noar ti set v0='UAH0JHN6PG0RJ3' where id=9; -update noar tt set b0='S3' where id=9; -update noar ti set b0='S3' where id=9; -update noar tt set v0='2C0F5F1ZHPV1' where id=9; -update noar ti set v0='2C0F5F1ZHPV1' where id=9; -update noar tt set b1='A1GVONA281EGWFOJP2UB' where id=9; -update noar ti set b1='A1GVONA281EGWFOJP2UB' where id=9; -update noar tt set v0='0VQOMMO9' where id=9; -update noar ti set v0='0VQOMMO9' where id=9; -update noar tt set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9; -update noar ti set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CR1XGA' where id=1; -update noar ti set v0='CR1XGA' where id=1; -update noar tt set b0='E8' where id=1; -update noar ti set b0='E8' where id=1; -update noar tt set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1; -update noar ti set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1; -update noar tt set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1; -update noar ti set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1; -update noar tt set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1; -update noar ti set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1; -update noar tt set b2='5IK7YPSDFZWNU' where id=1; -update noar ti set b2='5IK7YPSDFZWNU' where id=1; -update noar tt set v0='HJUNFY' where id=2; -update noar ti set v0='HJUNFY' where id=2; -update noar tt set b0='2III2HXL24GFAOFU8BU' where id=2; -update noar ti set b0='2III2HXL24GFAOFU8BU' where id=2; -update noar tt set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2; -update noar ti set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2; -update noar tt set b1='9YN' where id=2; -update noar ti set b1='9YN' where id=2; -update noar tt set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2; -update noar ti set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2; -update noar tt set b2='JB088Y0DUU' where id=2; -update noar ti set b2='JB088Y0DUU' where id=2; -update noar tt set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3; -update noar ti set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3; -update noar tt set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3; -update noar ti set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3; -update noar tt set v0='JTBORLWDTO36AQL' where id=3; -update noar ti set v0='JTBORLWDTO36AQL' where id=3; -update noar tt set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3; -update noar ti set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3; -update noar tt set v0='QB9VYA8BV6NOMEJAYN36B' where id=3; -update noar ti set v0='QB9VYA8BV6NOMEJAYN36B' where id=3; -update noar tt set b2='KTL0HUCN0M' where id=3; -update noar ti set b2='KTL0HUCN0M' where id=3; -update noar tt set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4; -update noar ti set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4; -update noar tt set b0='Z259P259Z9UV' where id=4; -update noar ti set b0='Z259P259Z9UV' where id=4; -update noar tt set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4; -update noar ti set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='4H3J8TO' where id=4; -update noar ti set v0='4H3J8TO' where id=4; -update noar tt set b2='XY8BF07UKW773O' where id=4; -update noar ti set b2='XY8BF07UKW773O' where id=4; -update noar tt set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5; -update noar ti set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5; -update noar tt set b0='R' where id=5; -update noar ti set b0='R' where id=5; -update noar tt set v0='GY1MJUTPI8B71YQK45QXA1' where id=5; -update noar ti set v0='GY1MJUTPI8B71YQK45QXA1' where id=5; -update noar tt set b1='7WP725AY1O147HHK372S61B' where id=5; -update noar ti set b1='7WP725AY1O147HHK372S61B' where id=5; -update noar tt set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5; -update noar ti set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5; -update noar tt set b2='O2HSARPHHL4' where id=5; -update noar ti set b2='O2HSARPHHL4' where id=5; -update noar tt set v0='RGU6JH5' where id=6; -update noar ti set v0='RGU6JH5' where id=6; -update noar tt set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6; -update noar ti set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6; -update noar tt set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6; -update noar ti set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6; -update noar tt set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6; -update noar ti set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6; -update noar tt set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6; -update noar ti set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6; -update noar tt set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6; -update noar ti set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6; -update noar tt set v0='CA3L4IG8' where id=7; -update noar ti set v0='CA3L4IG8' where id=7; -update noar tt set b0='7AZ' where id=7; -update noar ti set b0='7AZ' where id=7; -update noar tt set v0='C49AL32LNCVW' where id=7; -update noar ti set v0='C49AL32LNCVW' where id=7; -update noar tt set b1='XAC495IV7WSC2CBIYYYOG0' where id=7; -update noar ti set b1='XAC495IV7WSC2CBIYYYOG0' where id=7; -update noar tt set v0='UC6RTUBJMLOF2IZ' where id=7; -update noar ti set v0='UC6RTUBJMLOF2IZ' where id=7; -update noar tt set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7; -update noar ti set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7; -update noar tt set v0='92W81S36LCQ' where id=8; -update noar ti set v0='92W81S36LCQ' where id=8; -update noar tt set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8; -update noar ti set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8; -update noar tt set v0='CDCMSQ' where id=8; -update noar ti set v0='CDCMSQ' where id=8; -update noar tt set b1='FW1S1MMI' where id=8; -update noar ti set b1='FW1S1MMI' where id=8; -update noar tt set v0='9IY1JC' where id=8; -update noar ti set v0='9IY1JC' where id=8; -update noar tt set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8; -update noar ti set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8; -update noar tt set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9; -update noar ti set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9; -update noar tt set b0='GN9OJF' where id=9; -update noar ti set b0='GN9OJF' where id=9; -update noar tt set v0='I5UAABASIYUD53OHBD2CMT' where id=9; -update noar ti set v0='I5UAABASIYUD53OHBD2CMT' where id=9; -update noar tt set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9; -update noar ti set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9; -update noar tt set v0='PU37BK87C2F433FH697TA' where id=9; -update noar ti set v0='PU37BK87C2F433FH697TA' where id=9; -update noar tt set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9; -update noar ti set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RTMTUTG8' where id=1; -update noar ti set v0='RTMTUTG8' where id=1; -update noar tt set b0='X7VE' where id=1; -update noar ti set b0='X7VE' where id=1; -update noar tt set v0='5SX0TV5E725' where id=1; -update noar ti set v0='5SX0TV5E725' where id=1; -update noar tt set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1; -update noar ti set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1; -update noar tt set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1; -update noar ti set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1; -update noar tt set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1; -update noar ti set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1; -update noar tt set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2; -update noar ti set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2; -update noar tt set b0='SXAD1J5K2MAVN9TERSE' where id=2; -update noar ti set b0='SXAD1J5K2MAVN9TERSE' where id=2; -update noar tt set v0='WZ7Q48Y4P' where id=2; -update noar ti set v0='WZ7Q48Y4P' where id=2; -update noar tt set b1='LPV8WVT6F63F6X1XQ13YA' where id=2; -update noar ti set b1='LPV8WVT6F63F6X1XQ13YA' where id=2; -update noar tt set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2; -update noar ti set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2; -update noar tt set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2; -update noar ti set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2; -update noar tt set v0='8' where id=3; -update noar ti set v0='8' where id=3; -update noar tt set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3; -update noar ti set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3; -update noar tt set v0='BXF8' where id=3; -update noar ti set v0='BXF8' where id=3; -update noar tt set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3; -update noar ti set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3; -update noar tt set v0='WDPU' where id=3; -update noar ti set v0='WDPU' where id=3; -update noar tt set b2='FB2LQXNAPVP6U8LHJDER' where id=3; -update noar ti set b2='FB2LQXNAPVP6U8LHJDER' where id=3; -update noar tt set v0='SK3PO1RAD' where id=4; -update noar ti set v0='SK3PO1RAD' where id=4; -update noar tt set b0='WGBK47FR56TAE758UOC8' where id=4; -update noar ti set b0='WGBK47FR56TAE758UOC8' where id=4; -update noar tt set v0='NV' where id=4; -update noar ti set v0='NV' where id=4; -update noar tt set b1='TY589HFE91KG' where id=4; -update noar ti set b1='TY589HFE91KG' where id=4; -update noar tt set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4; -update noar ti set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4; -update noar tt set b2='W' where id=4; -update noar ti set b2='W' where id=4; -update noar tt set v0='2O42O63C4TVZGN1VGYZQDA' where id=5; -update noar ti set v0='2O42O63C4TVZGN1VGYZQDA' where id=5; -update noar tt set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5; -update noar ti set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5; -update noar tt set v0='3TCWGRJR7RA4M951K93XK80E' where id=5; -update noar ti set v0='3TCWGRJR7RA4M951K93XK80E' where id=5; -update noar tt set b1='DHBXPUGDSVD4' where id=5; -update noar ti set b1='DHBXPUGDSVD4' where id=5; -update noar tt set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5; -update noar ti set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5; -update noar tt set b2='3VPY3IZ68J' where id=5; -update noar ti set b2='3VPY3IZ68J' where id=5; -update noar tt set v0='MF8SUTEEUHCF3MOH79PFV' where id=6; -update noar ti set v0='MF8SUTEEUHCF3MOH79PFV' where id=6; -update noar tt set b0='M9G887ULQV0XU' where id=6; -update noar ti set b0='M9G887ULQV0XU' where id=6; -update noar tt set v0='E5YXO1FFW5LTWWMHC3L' where id=6; -update noar ti set v0='E5YXO1FFW5LTWWMHC3L' where id=6; -update noar tt set b1='3MEXXTITVPX5R7IPZDDI' where id=6; -update noar ti set b1='3MEXXTITVPX5R7IPZDDI' where id=6; -update noar tt set v0='K5N' where id=6; -update noar ti set v0='K5N' where id=6; -update noar tt set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6; -update noar ti set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6; -update noar tt set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7; -update noar ti set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7; -update noar tt set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7; -update noar ti set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7; -update noar tt set v0='I3XNMPSMIM2LCMC' where id=7; -update noar ti set v0='I3XNMPSMIM2LCMC' where id=7; -update noar tt set b1='SBL2' where id=7; -update noar ti set b1='SBL2' where id=7; -update noar tt set v0='WDE6C9UGCJD' where id=7; -update noar ti set v0='WDE6C9UGCJD' where id=7; -update noar tt set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7; -update noar ti set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7; -update noar tt set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8; -update noar ti set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8; -update noar tt set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8; -update noar ti set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8; -update noar tt set v0='5X2N' where id=8; -update noar ti set v0='5X2N' where id=8; -update noar tt set b1='NHFYK9V8TZNPSTOPLHU98' where id=8; -update noar ti set b1='NHFYK9V8TZNPSTOPLHU98' where id=8; -update noar tt set v0='BQWXTLN620N7BY4VCM' where id=8; -update noar ti set v0='BQWXTLN620N7BY4VCM' where id=8; -update noar tt set b2='VYGGUA0EOP' where id=8; -update noar ti set b2='VYGGUA0EOP' where id=8; -update noar tt set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9; -update noar ti set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9; -update noar tt set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9; -update noar ti set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9; -update noar tt set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9; -update noar ti set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9; -update noar tt set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9; -update noar ti set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9; -update noar tt set v0='ET' where id=9; -update noar ti set v0='ET' where id=9; -update noar tt set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9; -update noar ti set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JDZTWT75GK' where id=1; -update noar ti set v0='JDZTWT75GK' where id=1; -update noar tt set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1; -update noar ti set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1; -update noar tt set v0='EMG430PG6EH9PNRLV0RXW' where id=1; -update noar ti set v0='EMG430PG6EH9PNRLV0RXW' where id=1; -update noar tt set b1='DKZ9TYWDVXCT4J97T7L' where id=1; -update noar ti set b1='DKZ9TYWDVXCT4J97T7L' where id=1; -update noar tt set v0='8N94K60XISURNM49HE6' where id=1; -update noar ti set v0='8N94K60XISURNM49HE6' where id=1; -update noar tt set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1; -update noar ti set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1; -update noar tt set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2; -update noar ti set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2; -update noar tt set b0='UT' where id=2; -update noar ti set b0='UT' where id=2; -update noar tt set v0='BUX76QV0U6S0TKN0X75DJ' where id=2; -update noar ti set v0='BUX76QV0U6S0TKN0X75DJ' where id=2; -update noar tt set b1='SPC' where id=2; -update noar ti set b1='SPC' where id=2; -update noar tt set v0='VLK0JQYJ1WSZW3' where id=2; -update noar ti set v0='VLK0JQYJ1WSZW3' where id=2; -update noar tt set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2; -update noar ti set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2; -update noar tt set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3; -update noar ti set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3; -update noar tt set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3; -update noar ti set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3; -update noar tt set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3; -update noar ti set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3; -update noar tt set b1='M07QGB3AYF' where id=3; -update noar ti set b1='M07QGB3AYF' where id=3; -update noar tt set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3; -update noar ti set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3; -update noar tt set b2='2VQGZMRVFARPEJFKHI' where id=3; -update noar ti set b2='2VQGZMRVFARPEJFKHI' where id=3; -update noar tt set v0='ZLREW5MJM64' where id=4; -update noar ti set v0='ZLREW5MJM64' where id=4; -update noar tt set b0='XWAGF' where id=4; -update noar ti set b0='XWAGF' where id=4; -update noar tt set v0='8QSQO9369AC4' where id=4; -update noar ti set v0='8QSQO9369AC4' where id=4; -update noar tt set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4; -update noar ti set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4; -update noar tt set v0='WNS04K7Y4A93Y39J' where id=4; -update noar ti set v0='WNS04K7Y4A93Y39J' where id=4; -update noar tt set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4; -update noar ti set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4; -update noar tt set v0='JH8FPOKV5X8JMCAY' where id=5; -update noar ti set v0='JH8FPOKV5X8JMCAY' where id=5; -update noar tt set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5; -update noar ti set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5; -update noar tt set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5; -update noar ti set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5; -update noar tt set b1='EPPR17' where id=5; -update noar ti set b1='EPPR17' where id=5; -update noar tt set v0='BDZFW5LMD1FI4KVOS3' where id=5; -update noar ti set v0='BDZFW5LMD1FI4KVOS3' where id=5; -update noar tt set b2='WJD0PUENGA9H0' where id=5; -update noar ti set b2='WJD0PUENGA9H0' where id=5; -update noar tt set v0='TIJM7AJP' where id=6; -update noar ti set v0='TIJM7AJP' where id=6; -update noar tt set b0='JIBSVOPPL7XTFZBHNA' where id=6; -update noar ti set b0='JIBSVOPPL7XTFZBHNA' where id=6; -update noar tt set v0='53KEIE9064KHPLBFX939' where id=6; -update noar ti set v0='53KEIE9064KHPLBFX939' where id=6; -update noar tt set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6; -update noar ti set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6; -update noar tt set v0='XT6BU32Z' where id=6; -update noar ti set v0='XT6BU32Z' where id=6; -update noar tt set b2='08VCFYRT6VWA6LT' where id=6; -update noar ti set b2='08VCFYRT6VWA6LT' where id=6; -update noar tt set v0='E6W8FCMHOTFVA' where id=7; -update noar ti set v0='E6W8FCMHOTFVA' where id=7; -update noar tt set b0='NAX' where id=7; -update noar ti set b0='NAX' where id=7; -update noar tt set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7; -update noar ti set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7; -update noar tt set b1='1E' where id=7; -update noar ti set b1='1E' where id=7; -update noar tt set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7; -update noar ti set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7; -update noar tt set b2='547' where id=7; -update noar ti set b2='547' where id=7; -update noar tt set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8; -update noar ti set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8; -update noar tt set b0='9P22MJWBRALIQM34A5NPVG' where id=8; -update noar ti set b0='9P22MJWBRALIQM34A5NPVG' where id=8; -update noar tt set v0='IXNPII71VQ' where id=8; -update noar ti set v0='IXNPII71VQ' where id=8; -update noar tt set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8; -update noar ti set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8; -update noar tt set v0='R9H5XNWJMBZ' where id=8; -update noar ti set v0='R9H5XNWJMBZ' where id=8; -update noar tt set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8; -update noar ti set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8; -update noar tt set v0='F6QDB9GGTX5F11VGHUKZI' where id=9; -update noar ti set v0='F6QDB9GGTX5F11VGHUKZI' where id=9; -update noar tt set b0='C9JG9WQ9A15S4' where id=9; -update noar ti set b0='C9JG9WQ9A15S4' where id=9; -update noar tt set v0='JJ2JN7S5' where id=9; -update noar ti set v0='JJ2JN7S5' where id=9; -update noar tt set b1='UTBD5J5TZ0' where id=9; -update noar ti set b1='UTBD5J5TZ0' where id=9; -update noar tt set v0='Z696FKBSCT4N' where id=9; -update noar ti set v0='Z696FKBSCT4N' where id=9; -update noar tt set b2='X02OHHSTWDB' where id=9; -update noar ti set b2='X02OHHSTWDB' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V8ET1B6MD0V383' where id=1; -update noar ti set v0='V8ET1B6MD0V383' where id=1; -update noar tt set b0='C63Q2NL3TX' where id=1; -update noar ti set b0='C63Q2NL3TX' where id=1; -update noar tt set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1; -update noar ti set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1; -update noar tt set b1='3N' where id=1; -update noar ti set b1='3N' where id=1; -update noar tt set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1; -update noar ti set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1; -update noar tt set b2='R9I9GZIZQ3YH0O8X' where id=1; -update noar ti set b2='R9I9GZIZQ3YH0O8X' where id=1; -update noar tt set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2; -update noar ti set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2; -update noar tt set b0='XGB0O43GM55EO9IW4' where id=2; -update noar ti set b0='XGB0O43GM55EO9IW4' where id=2; -update noar tt set v0='XHA1PKD29B1I90O6EWS9C' where id=2; -update noar ti set v0='XHA1PKD29B1I90O6EWS9C' where id=2; -update noar tt set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2; -update noar ti set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2; -update noar tt set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2; -update noar ti set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2; -update noar tt set b2='FHR3BL30LGDQEXN' where id=2; -update noar ti set b2='FHR3BL30LGDQEXN' where id=2; -update noar tt set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3; -update noar ti set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3; -update noar tt set b0='3COZNPSBT9SWK3' where id=3; -update noar ti set b0='3COZNPSBT9SWK3' where id=3; -update noar tt set v0='8GA22CP2UJGR22RYO8' where id=3; -update noar ti set v0='8GA22CP2UJGR22RYO8' where id=3; -update noar tt set b1='Q3U2XVKP' where id=3; -update noar ti set b1='Q3U2XVKP' where id=3; -update noar tt set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3; -update noar ti set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3; -update noar tt set b2='702' where id=3; -update noar ti set b2='702' where id=3; -update noar tt set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4; -update noar ti set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4; -update noar tt set b0='9LBI9' where id=4; -update noar ti set b0='9LBI9' where id=4; -update noar tt set v0='YZEISY903PWBWS200L' where id=4; -update noar ti set v0='YZEISY903PWBWS200L' where id=4; -update noar tt set b1='D' where id=4; -update noar ti set b1='D' where id=4; -update noar tt set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4; -update noar ti set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4; -update noar tt set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4; -update noar ti set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4; -update noar tt set v0='U75DI3FMZIHS' where id=5; -update noar ti set v0='U75DI3FMZIHS' where id=5; -update noar tt set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5; -update noar ti set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5; -update noar tt set v0='NU77J5H6Y1' where id=5; -update noar ti set v0='NU77J5H6Y1' where id=5; -update noar tt set b1='WBW' where id=5; -update noar ti set b1='WBW' where id=5; -update noar tt set v0='3C6EWF8' where id=5; -update noar ti set v0='3C6EWF8' where id=5; -update noar tt set b2='GK3SWJG4KAIF4' where id=5; -update noar ti set b2='GK3SWJG4KAIF4' where id=5; -update noar tt set v0='C3X68CP7DV7A1WWCUD4F' where id=6; -update noar ti set v0='C3X68CP7DV7A1WWCUD4F' where id=6; -update noar tt set b0='HVF0WS' where id=6; -update noar ti set b0='HVF0WS' where id=6; -update noar tt set v0='T63GM2' where id=6; -update noar ti set v0='T63GM2' where id=6; -update noar tt set b1='XN23KY' where id=6; -update noar ti set b1='XN23KY' where id=6; -update noar tt set v0='ZB0G' where id=6; -update noar ti set v0='ZB0G' where id=6; -update noar tt set b2='KA74QT1I2N4FBHT95A' where id=6; -update noar ti set b2='KA74QT1I2N4FBHT95A' where id=6; -update noar tt set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7; -update noar ti set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7; -update noar tt set b0='XF7OOBW7A9W84' where id=7; -update noar ti set b0='XF7OOBW7A9W84' where id=7; -update noar tt set v0='C5QNBG40LB' where id=7; -update noar ti set v0='C5QNBG40LB' where id=7; -update noar tt set b1='B5ABZ78' where id=7; -update noar ti set b1='B5ABZ78' where id=7; -update noar tt set v0='UJP' where id=7; -update noar ti set v0='UJP' where id=7; -update noar tt set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7; -update noar ti set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7; -update noar tt set v0='GG9I8JP4499CHGYEESY0' where id=8; -update noar ti set v0='GG9I8JP4499CHGYEESY0' where id=8; -update noar tt set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8; -update noar ti set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8; -update noar tt set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8; -update noar ti set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8; -update noar tt set b1='N' where id=8; -update noar ti set b1='N' where id=8; -update noar tt set v0='RZQOGVX4Q' where id=8; -update noar ti set v0='RZQOGVX4Q' where id=8; -update noar tt set b2='V91DL9J' where id=8; -update noar ti set b2='V91DL9J' where id=8; -update noar tt set v0='W0F' where id=9; -update noar ti set v0='W0F' where id=9; -update noar tt set b0='3' where id=9; -update noar ti set b0='3' where id=9; -update noar tt set v0='7W3UCZM696JOB4D2' where id=9; -update noar ti set v0='7W3UCZM696JOB4D2' where id=9; -update noar tt set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9; -update noar ti set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9; -update noar tt set v0='F' where id=9; -update noar ti set v0='F' where id=9; -update noar tt set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9; -update noar ti set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y0TZFAFPO' where id=1; -update noar ti set v0='Y0TZFAFPO' where id=1; -update noar tt set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1; -update noar ti set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1; -update noar tt set v0='GUBD7S0WD86QA8HGF' where id=1; -update noar ti set v0='GUBD7S0WD86QA8HGF' where id=1; -update noar tt set b1='2V7D7S6PR4X1AKWC' where id=1; -update noar ti set b1='2V7D7S6PR4X1AKWC' where id=1; -update noar tt set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1; -update noar ti set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1; -update noar tt set b2='W6A3JEVTJX24R' where id=1; -update noar ti set b2='W6A3JEVTJX24R' where id=1; -update noar tt set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2; -update noar ti set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2; -update noar tt set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2; -update noar ti set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2; -update noar tt set v0='HU44Z6YHY5R311J' where id=2; -update noar ti set v0='HU44Z6YHY5R311J' where id=2; -update noar tt set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2; -update noar ti set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2; -update noar tt set v0='RUSPN4JRC74C3LSGS' where id=2; -update noar ti set v0='RUSPN4JRC74C3LSGS' where id=2; -update noar tt set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2; -update noar ti set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2; -update noar tt set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3; -update noar ti set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3; -update noar tt set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3; -update noar ti set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3; -update noar tt set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3; -update noar ti set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3; -update noar tt set b1='UDPP' where id=3; -update noar ti set b1='UDPP' where id=3; -update noar tt set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3; -update noar ti set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3; -update noar tt set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3; -update noar ti set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3; -update noar tt set v0='I4' where id=4; -update noar ti set v0='I4' where id=4; -update noar tt set b0='4SZQEWI7WP' where id=4; -update noar ti set b0='4SZQEWI7WP' where id=4; -update noar tt set v0='GRF1XVBVD' where id=4; -update noar ti set v0='GRF1XVBVD' where id=4; -update noar tt set b1='NQY3WWU' where id=4; -update noar ti set b1='NQY3WWU' where id=4; -update noar tt set v0='0UI5SRLRGOMI' where id=4; -update noar ti set v0='0UI5SRLRGOMI' where id=4; -update noar tt set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4; -update noar ti set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4; -update noar tt set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5; -update noar ti set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5; -update noar tt set b0='GN061QFF0DTCSSIHFNC3I' where id=5; -update noar ti set b0='GN061QFF0DTCSSIHFNC3I' where id=5; -update noar tt set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5; -update noar ti set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5; -update noar tt set b1='SF6LHC5Y8VIJVI6HYU8' where id=5; -update noar ti set b1='SF6LHC5Y8VIJVI6HYU8' where id=5; -update noar tt set v0='H61ML8BKE22A1U' where id=5; -update noar ti set v0='H61ML8BKE22A1U' where id=5; -update noar tt set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5; -update noar ti set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5; -update noar tt set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6; -update noar ti set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6; -update noar tt set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6; -update noar ti set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6; -update noar tt set v0='UL774WMW2' where id=6; -update noar ti set v0='UL774WMW2' where id=6; -update noar tt set b1='LDYP0LXVSR7V6CFST0' where id=6; -update noar ti set b1='LDYP0LXVSR7V6CFST0' where id=6; -update noar tt set v0='CY5O25XWQHOHVMJ02' where id=6; -update noar ti set v0='CY5O25XWQHOHVMJ02' where id=6; -update noar tt set b2='BIMCIIDQT1JD1' where id=6; -update noar ti set b2='BIMCIIDQT1JD1' where id=6; -update noar tt set v0='K6' where id=7; -update noar ti set v0='K6' where id=7; -update noar tt set b0='A7CSST68SL' where id=7; -update noar ti set b0='A7CSST68SL' where id=7; -update noar tt set v0='99RUPK8PHGC' where id=7; -update noar ti set v0='99RUPK8PHGC' where id=7; -update noar tt set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7; -update noar ti set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7; -update noar tt set v0='V153NO' where id=7; -update noar ti set v0='V153NO' where id=7; -update noar tt set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7; -update noar ti set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7; -update noar tt set v0='4FAWYLHXETBPGUI0M0963BL' where id=8; -update noar ti set v0='4FAWYLHXETBPGUI0M0963BL' where id=8; -update noar tt set b0='0NR021OY5XIQX' where id=8; -update noar ti set b0='0NR021OY5XIQX' where id=8; -update noar tt set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8; -update noar ti set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8; -update noar tt set b1='24GNKUXK' where id=8; -update noar ti set b1='24GNKUXK' where id=8; -update noar tt set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8; -update noar ti set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8; -update noar tt set b2='9OGVXHP498Q882IHV' where id=8; -update noar ti set b2='9OGVXHP498Q882IHV' where id=8; -update noar tt set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9; -update noar ti set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9; -update noar tt set b0='KE048PRIXCQETE' where id=9; -update noar ti set b0='KE048PRIXCQETE' where id=9; -update noar tt set v0='UKWHY5NIA' where id=9; -update noar ti set v0='UKWHY5NIA' where id=9; -update noar tt set b1='1IMO1WU3MONAXGZE' where id=9; -update noar ti set b1='1IMO1WU3MONAXGZE' where id=9; -update noar tt set v0='W23HUU7DNUB7M4VGQ38C668' where id=9; -update noar ti set v0='W23HUU7DNUB7M4VGQ38C668' where id=9; -update noar tt set b2='PECRR4P2K93AARS3D' where id=9; -update noar ti set b2='PECRR4P2K93AARS3D' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B1IGO7DV20L56324S8' where id=1; -update noar ti set v0='B1IGO7DV20L56324S8' where id=1; -update noar tt set b0='MJ8CQD0' where id=1; -update noar ti set b0='MJ8CQD0' where id=1; -update noar tt set v0='S1LA5VV5G9QGH8' where id=1; -update noar ti set v0='S1LA5VV5G9QGH8' where id=1; -update noar tt set b1='J9OY0V' where id=1; -update noar ti set b1='J9OY0V' where id=1; -update noar tt set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1; -update noar ti set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1; -update noar tt set b2='4RG9SMNZC0J' where id=1; -update noar ti set b2='4RG9SMNZC0J' where id=1; -update noar tt set v0='YXA6MMZP' where id=2; -update noar ti set v0='YXA6MMZP' where id=2; -update noar tt set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2; -update noar ti set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2; -update noar tt set v0='GGOUD' where id=2; -update noar ti set v0='GGOUD' where id=2; -update noar tt set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2; -update noar ti set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2; -update noar tt set v0='L7E6RO53E' where id=2; -update noar ti set v0='L7E6RO53E' where id=2; -update noar tt set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2; -update noar ti set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2; -update noar tt set v0='H0D91Q3RT7H5OJZR' where id=3; -update noar ti set v0='H0D91Q3RT7H5OJZR' where id=3; -update noar tt set b0='XZM16WP9FF4JDBB8AG2M' where id=3; -update noar ti set b0='XZM16WP9FF4JDBB8AG2M' where id=3; -update noar tt set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3; -update noar ti set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3; -update noar tt set b1='IR7QINVXUYRH7' where id=3; -update noar ti set b1='IR7QINVXUYRH7' where id=3; -update noar tt set v0='9Q4CFI4YXX7VSXV' where id=3; -update noar ti set v0='9Q4CFI4YXX7VSXV' where id=3; -update noar tt set b2='AR02Q3OY9K37ZFUPZG' where id=3; -update noar ti set b2='AR02Q3OY9K37ZFUPZG' where id=3; -update noar tt set v0='2YHV63R51IIK0B2' where id=4; -update noar ti set v0='2YHV63R51IIK0B2' where id=4; -update noar tt set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4; -update noar ti set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4; -update noar tt set v0='M8KJFKIU9' where id=4; -update noar ti set v0='M8KJFKIU9' where id=4; -update noar tt set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4; -update noar ti set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4; -update noar tt set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4; -update noar ti set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4; -update noar tt set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4; -update noar ti set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4; -update noar tt set v0='146B6' where id=5; -update noar ti set v0='146B6' where id=5; -update noar tt set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5; -update noar ti set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5; -update noar tt set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5; -update noar ti set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5; -update noar tt set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5; -update noar ti set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5; -update noar tt set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5; -update noar ti set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5; -update noar tt set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5; -update noar ti set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5; -update noar tt set v0='5M1D0YRXIUVAOBIOM1NN' where id=6; -update noar ti set v0='5M1D0YRXIUVAOBIOM1NN' where id=6; -update noar tt set b0='81OULN2Z5U3ZR2F' where id=6; -update noar ti set b0='81OULN2Z5U3ZR2F' where id=6; -update noar tt set v0='NDDE8SHV1T1F10M90N' where id=6; -update noar ti set v0='NDDE8SHV1T1F10M90N' where id=6; -update noar tt set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6; -update noar ti set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6; -update noar tt set v0='78I0ODYN5' where id=6; -update noar ti set v0='78I0ODYN5' where id=6; -update noar tt set b2='6KZVJUE97U4T' where id=6; -update noar ti set b2='6KZVJUE97U4T' where id=6; -update noar tt set v0='65TLN8GCF022' where id=7; -update noar ti set v0='65TLN8GCF022' where id=7; -update noar tt set b0='I' where id=7; -update noar ti set b0='I' where id=7; -update noar tt set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7; -update noar ti set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7; -update noar tt set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7; -update noar ti set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7; -update noar tt set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7; -update noar ti set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7; -update noar tt set b2='1CDYV630DYAJNVY' where id=7; -update noar ti set b2='1CDYV630DYAJNVY' where id=7; -update noar tt set v0='N9OOB6PD2AORDA' where id=8; -update noar ti set v0='N9OOB6PD2AORDA' where id=8; -update noar tt set b0='47U7FAS5G0796N5YQM' where id=8; -update noar ti set b0='47U7FAS5G0796N5YQM' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b1='Z030' where id=8; -update noar ti set b1='Z030' where id=8; -update noar tt set v0='3ZESS79005ZT9' where id=8; -update noar ti set v0='3ZESS79005ZT9' where id=8; -update noar tt set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8; -update noar ti set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8; -update noar tt set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9; -update noar ti set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9; -update noar tt set b0='KZXRYUP19AX0KFTQ5M' where id=9; -update noar ti set b0='KZXRYUP19AX0KFTQ5M' where id=9; -update noar tt set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9; -update noar ti set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9; -update noar tt set b1='0KPET4QKC' where id=9; -update noar ti set b1='0KPET4QKC' where id=9; -update noar tt set v0='C4LZ68' where id=9; -update noar ti set v0='C4LZ68' where id=9; -update noar tt set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9; -update noar ti set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='IF69NY3BXJ' where id=1; -update noar ti set b0='IF69NY3BXJ' where id=1; -update noar tt set v0='1ZL' where id=1; -update noar ti set v0='1ZL' where id=1; -update noar tt set b1='XNALR03RRD0ZJKE3R478YN' where id=1; -update noar ti set b1='XNALR03RRD0ZJKE3R478YN' where id=1; -update noar tt set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1; -update noar ti set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1; -update noar tt set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1; -update noar ti set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1; -update noar tt set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2; -update noar ti set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2; -update noar tt set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2; -update noar ti set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2; -update noar tt set v0='H07SAQWVECS74XHRYQ' where id=2; -update noar ti set v0='H07SAQWVECS74XHRYQ' where id=2; -update noar tt set b1='EQLHGZCJVAQXH' where id=2; -update noar ti set b1='EQLHGZCJVAQXH' where id=2; -update noar tt set v0='1H45UEOJWEIU' where id=2; -update noar ti set v0='1H45UEOJWEIU' where id=2; -update noar tt set b2='1UTY5NL' where id=2; -update noar ti set b2='1UTY5NL' where id=2; -update noar tt set v0='BWL3TTLP9JRLJ' where id=3; -update noar ti set v0='BWL3TTLP9JRLJ' where id=3; -update noar tt set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3; -update noar ti set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3; -update noar tt set v0='O32AJI62PH1QOV' where id=3; -update noar ti set v0='O32AJI62PH1QOV' where id=3; -update noar tt set b1='A1DCBV2E54EH001Q56HUS' where id=3; -update noar ti set b1='A1DCBV2E54EH001Q56HUS' where id=3; -update noar tt set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3; -update noar ti set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3; -update noar tt set b2='6' where id=3; -update noar ti set b2='6' where id=3; -update noar tt set v0='DCB88P1BS5L4WWTRJJD' where id=4; -update noar ti set v0='DCB88P1BS5L4WWTRJJD' where id=4; -update noar tt set b0='NZ6LCR5WOA2XRU5TD8' where id=4; -update noar ti set b0='NZ6LCR5WOA2XRU5TD8' where id=4; -update noar tt set v0='GP2WH0P74UL3W' where id=4; -update noar ti set v0='GP2WH0P74UL3W' where id=4; -update noar tt set b1='Z8FFCOGQE9D3IDX0' where id=4; -update noar ti set b1='Z8FFCOGQE9D3IDX0' where id=4; -update noar tt set v0='1WPRL8' where id=4; -update noar ti set v0='1WPRL8' where id=4; -update noar tt set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4; -update noar ti set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4; -update noar tt set v0='A224B86H08EE0QXF' where id=5; -update noar ti set v0='A224B86H08EE0QXF' where id=5; -update noar tt set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5; -update noar ti set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5; -update noar tt set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5; -update noar ti set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5; -update noar tt set b1='NR29' where id=5; -update noar ti set b1='NR29' where id=5; -update noar tt set v0='DLE2' where id=5; -update noar ti set v0='DLE2' where id=5; -update noar tt set b2='75GYXANI2URDQNHH2A0G' where id=5; -update noar ti set b2='75GYXANI2URDQNHH2A0G' where id=5; -update noar tt set v0='UNBC' where id=6; -update noar ti set v0='UNBC' where id=6; -update noar tt set b0='AU5RH' where id=6; -update noar ti set b0='AU5RH' where id=6; -update noar tt set v0='IWW2358XZECDI3JX3' where id=6; -update noar ti set v0='IWW2358XZECDI3JX3' where id=6; -update noar tt set b1='4WC' where id=6; -update noar ti set b1='4WC' where id=6; -update noar tt set v0='AX41AV2FD791OIQ8' where id=6; -update noar ti set v0='AX41AV2FD791OIQ8' where id=6; -update noar tt set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6; -update noar ti set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6; -update noar tt set v0='JCE827LMW' where id=7; -update noar ti set v0='JCE827LMW' where id=7; -update noar tt set b0='C0CRF0GRC4' where id=7; -update noar ti set b0='C0CRF0GRC4' where id=7; -update noar tt set v0='WM2' where id=7; -update noar ti set v0='WM2' where id=7; -update noar tt set b1='NPLL8QOKHBGII' where id=7; -update noar ti set b1='NPLL8QOKHBGII' where id=7; -update noar tt set v0='E' where id=7; -update noar ti set v0='E' where id=7; -update noar tt set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7; -update noar ti set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7; -update noar tt set v0='ICA' where id=8; -update noar ti set v0='ICA' where id=8; -update noar tt set b0='V9CXIG1Y' where id=8; -update noar ti set b0='V9CXIG1Y' where id=8; -update noar tt set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8; -update noar ti set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8; -update noar tt set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8; -update noar ti set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8; -update noar tt set v0='GYU0O' where id=8; -update noar ti set v0='GYU0O' where id=8; -update noar tt set b2='0LNX7N8HJKRR613LJOL' where id=8; -update noar ti set b2='0LNX7N8HJKRR613LJOL' where id=8; -update noar tt set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9; -update noar ti set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9; -update noar tt set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9; -update noar ti set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9; -update noar tt set v0='P1TIS1TKAT' where id=9; -update noar ti set v0='P1TIS1TKAT' where id=9; -update noar tt set b1='6AO7DZDS68' where id=9; -update noar ti set b1='6AO7DZDS68' where id=9; -update noar tt set v0='BFJGZH00LXF9FQ39MK' where id=9; -update noar ti set v0='BFJGZH00LXF9FQ39MK' where id=9; -update noar tt set b2='97F59UKP' where id=9; -update noar ti set b2='97F59UKP' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZOCDEKMHB2QN11NE51' where id=1; -update noar ti set v0='ZOCDEKMHB2QN11NE51' where id=1; -update noar tt set b0='CAR6T8HPC5PCL' where id=1; -update noar ti set b0='CAR6T8HPC5PCL' where id=1; -update noar tt set v0='M7W67XGCP293DKXJTQ3XE' where id=1; -update noar ti set v0='M7W67XGCP293DKXJTQ3XE' where id=1; -update noar tt set b1='A8ZNUZK4WN' where id=1; -update noar ti set b1='A8ZNUZK4WN' where id=1; -update noar tt set v0='0T7R81XZSE4D4L9' where id=1; -update noar ti set v0='0T7R81XZSE4D4L9' where id=1; -update noar tt set b2='EPSTA' where id=1; -update noar ti set b2='EPSTA' where id=1; -update noar tt set v0='QVNL9ORWZ4GHG' where id=2; -update noar ti set v0='QVNL9ORWZ4GHG' where id=2; -update noar tt set b0='V9DVQLQ5FTXF' where id=2; -update noar ti set b0='V9DVQLQ5FTXF' where id=2; -update noar tt set v0='TD' where id=2; -update noar ti set v0='TD' where id=2; -update noar tt set b1='UBT1RRT5DYN' where id=2; -update noar ti set b1='UBT1RRT5DYN' where id=2; -update noar tt set v0='7NGC4AD0YOE38CEXI0J5' where id=2; -update noar ti set v0='7NGC4AD0YOE38CEXI0J5' where id=2; -update noar tt set b2='S6H0OB82UFW0V3' where id=2; -update noar ti set b2='S6H0OB82UFW0V3' where id=2; -update noar tt set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3; -update noar ti set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3; -update noar tt set b0='2L' where id=3; -update noar ti set b0='2L' where id=3; -update noar tt set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3; -update noar ti set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3; -update noar tt set b1='DC' where id=3; -update noar ti set b1='DC' where id=3; -update noar tt set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3; -update noar ti set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3; -update noar tt set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3; -update noar ti set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3; -update noar tt set v0='4' where id=4; -update noar ti set v0='4' where id=4; -update noar tt set b0='OHOPZLCK9' where id=4; -update noar ti set b0='OHOPZLCK9' where id=4; -update noar tt set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4; -update noar ti set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4; -update noar tt set b1='BV1JHRA9V' where id=4; -update noar ti set b1='BV1JHRA9V' where id=4; -update noar tt set v0='K1RH2UNXR75EDOJDF4GNH' where id=4; -update noar ti set v0='K1RH2UNXR75EDOJDF4GNH' where id=4; -update noar tt set b2='R1QXWG18EM58E86GOO2GXXP' where id=4; -update noar ti set b2='R1QXWG18EM58E86GOO2GXXP' where id=4; -update noar tt set v0='J9GEQ25I0947YIK70H8Z' where id=5; -update noar ti set v0='J9GEQ25I0947YIK70H8Z' where id=5; -update noar tt set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5; -update noar ti set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5; -update noar tt set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5; -update noar ti set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5; -update noar tt set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5; -update noar ti set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5; -update noar tt set v0='ML7' where id=5; -update noar ti set v0='ML7' where id=5; -update noar tt set b2='4MZ99F' where id=5; -update noar ti set b2='4MZ99F' where id=5; -update noar tt set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6; -update noar ti set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6; -update noar tt set b0='9PUCB9SDDFZI1F39' where id=6; -update noar ti set b0='9PUCB9SDDFZI1F39' where id=6; -update noar tt set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6; -update noar ti set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6; -update noar tt set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6; -update noar ti set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6; -update noar tt set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6; -update noar ti set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6; -update noar tt set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6; -update noar ti set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6; -update noar tt set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7; -update noar ti set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7; -update noar tt set b0='SPUUTRMS' where id=7; -update noar ti set b0='SPUUTRMS' where id=7; -update noar tt set v0='DGNM362PAALAC' where id=7; -update noar ti set v0='DGNM362PAALAC' where id=7; -update noar tt set b1='MN7RXYQ1ID5R1K4C' where id=7; -update noar ti set b1='MN7RXYQ1ID5R1K4C' where id=7; -update noar tt set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7; -update noar ti set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7; -update noar tt set b2='7JRP2HY' where id=7; -update noar ti set b2='7JRP2HY' where id=7; -update noar tt set v0='JAE9LUZV6T7ZJYD0D42B' where id=8; -update noar ti set v0='JAE9LUZV6T7ZJYD0D42B' where id=8; -update noar tt set b0='B' where id=8; -update noar ti set b0='B' where id=8; -update noar tt set v0='OW1AECDWD820HL0WQRVZ94' where id=8; -update noar ti set v0='OW1AECDWD820HL0WQRVZ94' where id=8; -update noar tt set b1='LHIISZ7Y6CG70ZFD6' where id=8; -update noar ti set b1='LHIISZ7Y6CG70ZFD6' where id=8; -update noar tt set v0='PAMD08IADUBO' where id=8; -update noar ti set v0='PAMD08IADUBO' where id=8; -update noar tt set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8; -update noar ti set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8; -update noar tt set v0='6B5DOVQDSMP7T2HK1G' where id=9; -update noar ti set v0='6B5DOVQDSMP7T2HK1G' where id=9; -update noar tt set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9; -update noar ti set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9; -update noar tt set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9; -update noar ti set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9; -update noar tt set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9; -update noar ti set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9; -update noar tt set v0='BPPVJ1QZK42' where id=9; -update noar ti set v0='BPPVJ1QZK42' where id=9; -update noar tt set b2='01F0KRLBVONW' where id=9; -update noar ti set b2='01F0KRLBVONW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1; -update noar ti set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1; -update noar tt set b0='TICZNHX6SMBRVN' where id=1; -update noar ti set b0='TICZNHX6SMBRVN' where id=1; -update noar tt set v0='3' where id=1; -update noar ti set v0='3' where id=1; -update noar tt set b1='E' where id=1; -update noar ti set b1='E' where id=1; -update noar tt set v0='HAHL7PP' where id=1; -update noar ti set v0='HAHL7PP' where id=1; -update noar tt set b2='DE1DCSY2SS9PA3' where id=1; -update noar ti set b2='DE1DCSY2SS9PA3' where id=1; -update noar tt set v0='SA2EBYISV883BAF' where id=2; -update noar ti set v0='SA2EBYISV883BAF' where id=2; -update noar tt set b0='P0' where id=2; -update noar ti set b0='P0' where id=2; -update noar tt set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2; -update noar ti set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2; -update noar tt set b1='G' where id=2; -update noar ti set b1='G' where id=2; -update noar tt set v0='YW87EGUCTJB9XUY9Z5' where id=2; -update noar ti set v0='YW87EGUCTJB9XUY9Z5' where id=2; -update noar tt set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2; -update noar ti set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2; -update noar tt set v0='M3ZJUW12WKFM0KXPNVGE' where id=3; -update noar ti set v0='M3ZJUW12WKFM0KXPNVGE' where id=3; -update noar tt set b0='ECSUVUKU2YJ4WOM' where id=3; -update noar ti set b0='ECSUVUKU2YJ4WOM' where id=3; -update noar tt set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3; -update noar ti set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3; -update noar tt set b1='2M74HBMZOZCAD8P2' where id=3; -update noar ti set b1='2M74HBMZOZCAD8P2' where id=3; -update noar tt set v0='168' where id=3; -update noar ti set v0='168' where id=3; -update noar tt set b2='T3PIJT7PZ4S' where id=3; -update noar ti set b2='T3PIJT7PZ4S' where id=3; -update noar tt set v0='I1QPO05HPCKYFJLVRQ4' where id=4; -update noar ti set v0='I1QPO05HPCKYFJLVRQ4' where id=4; -update noar tt set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4; -update noar ti set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4; -update noar tt set v0='VEPYIS3XNWF' where id=4; -update noar ti set v0='VEPYIS3XNWF' where id=4; -update noar tt set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4; -update noar ti set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4; -update noar tt set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4; -update noar ti set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4; -update noar tt set b2='6ORP9' where id=4; -update noar ti set b2='6ORP9' where id=4; -update noar tt set v0='KQK00LMBM42A' where id=5; -update noar ti set v0='KQK00LMBM42A' where id=5; -update noar tt set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5; -update noar ti set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5; -update noar tt set v0='VSG14N0REDW' where id=5; -update noar ti set v0='VSG14N0REDW' where id=5; -update noar tt set b1='I29HIB0L8TMPU8YKQ146' where id=5; -update noar ti set b1='I29HIB0L8TMPU8YKQ146' where id=5; -update noar tt set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5; -update noar ti set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5; -update noar tt set b2='QDQBGT' where id=5; -update noar ti set b2='QDQBGT' where id=5; -update noar tt set v0='AXUJ' where id=6; -update noar ti set v0='AXUJ' where id=6; -update noar tt set b0='6KVRFRJ9ZD1647' where id=6; -update noar ti set b0='6KVRFRJ9ZD1647' where id=6; -update noar tt set v0='VYVOYKY' where id=6; -update noar ti set v0='VYVOYKY' where id=6; -update noar tt set b1='K0SK' where id=6; -update noar ti set b1='K0SK' where id=6; -update noar tt set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6; -update noar ti set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6; -update noar tt set b2='HZ' where id=6; -update noar ti set b2='HZ' where id=6; -update noar tt set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7; -update noar ti set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7; -update noar tt set b0='SE8G7OYYORSJXZ' where id=7; -update noar ti set b0='SE8G7OYYORSJXZ' where id=7; -update noar tt set v0='QMLE6CXXCLSVB' where id=7; -update noar ti set v0='QMLE6CXXCLSVB' where id=7; -update noar tt set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7; -update noar ti set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7; -update noar tt set v0='OU1OE5' where id=7; -update noar ti set v0='OU1OE5' where id=7; -update noar tt set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7; -update noar ti set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7; -update noar tt set v0='QB' where id=8; -update noar ti set v0='QB' where id=8; -update noar tt set b0='40PP83' where id=8; -update noar ti set b0='40PP83' where id=8; -update noar tt set v0='0DJVHDFWUDQUH6G' where id=8; -update noar ti set v0='0DJVHDFWUDQUH6G' where id=8; -update noar tt set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8; -update noar ti set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8; -update noar tt set v0='I4W1' where id=8; -update noar ti set v0='I4W1' where id=8; -update noar tt set b2='CP2R41KJPHKBACPNZ' where id=8; -update noar ti set b2='CP2R41KJPHKBACPNZ' where id=8; -update noar tt set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9; -update noar ti set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9; -update noar tt set b0='33J76D63WVJ' where id=9; -update noar ti set b0='33J76D63WVJ' where id=9; -update noar tt set v0='3N41WDAVWDN24SJD94X' where id=9; -update noar ti set v0='3N41WDAVWDN24SJD94X' where id=9; -update noar tt set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9; -update noar ti set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9; -update noar tt set v0='RCDMKUG' where id=9; -update noar ti set v0='RCDMKUG' where id=9; -update noar tt set b2='ZUQE6NCO53NUAMCI79J2V' where id=9; -update noar ti set b2='ZUQE6NCO53NUAMCI79J2V' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1; -update noar ti set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1; -update noar tt set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1; -update noar ti set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1; -update noar tt set v0='LODP6R' where id=1; -update noar ti set v0='LODP6R' where id=1; -update noar tt set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1; -update noar ti set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1; -update noar tt set v0='KGLZL2SDLF' where id=1; -update noar ti set v0='KGLZL2SDLF' where id=1; -update noar tt set b2='LQOR5V8WNGV907Q7CUW51' where id=1; -update noar ti set b2='LQOR5V8WNGV907Q7CUW51' where id=1; -update noar tt set v0='YSRDR' where id=2; -update noar ti set v0='YSRDR' where id=2; -update noar tt set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2; -update noar ti set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2; -update noar tt set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2; -update noar ti set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2; -update noar tt set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2; -update noar ti set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2; -update noar tt set v0='UG61G1IU02DC' where id=2; -update noar ti set v0='UG61G1IU02DC' where id=2; -update noar tt set b2='IRJ627EIQNXIE2OO152N41H' where id=2; -update noar ti set b2='IRJ627EIQNXIE2OO152N41H' where id=2; -update noar tt set v0='RUAXU0MH' where id=3; -update noar ti set v0='RUAXU0MH' where id=3; -update noar tt set b0='DYQAB9S08O' where id=3; -update noar ti set b0='DYQAB9S08O' where id=3; -update noar tt set v0='79T1MC1AM8LWSS4JPLTM' where id=3; -update noar ti set v0='79T1MC1AM8LWSS4JPLTM' where id=3; -update noar tt set b1='0K838MO2IQ89' where id=3; -update noar ti set b1='0K838MO2IQ89' where id=3; -update noar tt set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3; -update noar ti set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3; -update noar tt set b2='BDVP168J' where id=3; -update noar ti set b2='BDVP168J' where id=3; -update noar tt set v0='NO8T26I920P6WHW2' where id=4; -update noar ti set v0='NO8T26I920P6WHW2' where id=4; -update noar tt set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4; -update noar ti set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4; -update noar tt set v0='923X' where id=4; -update noar ti set v0='923X' where id=4; -update noar tt set b1='EVV' where id=4; -update noar ti set b1='EVV' where id=4; -update noar tt set v0='J26PMGW0GE9O5' where id=4; -update noar ti set v0='J26PMGW0GE9O5' where id=4; -update noar tt set b2='EM' where id=4; -update noar ti set b2='EM' where id=4; -update noar tt set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5; -update noar ti set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5; -update noar tt set b0='28FI0Y8MXCU2CC6' where id=5; -update noar ti set b0='28FI0Y8MXCU2CC6' where id=5; -update noar tt set v0='BZJ42JC' where id=5; -update noar ti set v0='BZJ42JC' where id=5; -update noar tt set b1='Q' where id=5; -update noar ti set b1='Q' where id=5; -update noar tt set v0='UGY2B9' where id=5; -update noar ti set v0='UGY2B9' where id=5; -update noar tt set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5; -update noar ti set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5; -update noar tt set v0='60PYFUZ2KZ0U9EL2' where id=6; -update noar ti set v0='60PYFUZ2KZ0U9EL2' where id=6; -update noar tt set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6; -update noar ti set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6; -update noar tt set v0='M1X5T' where id=6; -update noar ti set v0='M1X5T' where id=6; -update noar tt set b1='JJV5SDS' where id=6; -update noar ti set b1='JJV5SDS' where id=6; -update noar tt set v0='29' where id=6; -update noar ti set v0='29' where id=6; -update noar tt set b2='9HHBDWFG1IU' where id=6; -update noar ti set b2='9HHBDWFG1IU' where id=6; -update noar tt set v0='UEY1BXVS41D2T3QM' where id=7; -update noar ti set v0='UEY1BXVS41D2T3QM' where id=7; -update noar tt set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7; -update noar ti set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7; -update noar tt set v0='IFNRKG8PG6HAX42HM7' where id=7; -update noar ti set v0='IFNRKG8PG6HAX42HM7' where id=7; -update noar tt set b1='6L22HQB9YGS3YQVZO' where id=7; -update noar ti set b1='6L22HQB9YGS3YQVZO' where id=7; -update noar tt set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7; -update noar ti set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7; -update noar tt set b2='85SHVJ96H5FWDMXWP' where id=7; -update noar ti set b2='85SHVJ96H5FWDMXWP' where id=7; -update noar tt set v0='Z5B' where id=8; -update noar ti set v0='Z5B' where id=8; -update noar tt set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8; -update noar ti set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8; -update noar tt set v0='CWLWGPLK8CXPFGPI7EB' where id=8; -update noar ti set v0='CWLWGPLK8CXPFGPI7EB' where id=8; -update noar tt set b1='H' where id=8; -update noar ti set b1='H' where id=8; -update noar tt set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8; -update noar ti set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8; -update noar tt set b2='47DOY1MIKDJTA' where id=8; -update noar ti set b2='47DOY1MIKDJTA' where id=8; -update noar tt set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9; -update noar ti set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9; -update noar tt set b0='8' where id=9; -update noar ti set b0='8' where id=9; -update noar tt set v0='L1YFD04D2YP9OKQ00K' where id=9; -update noar ti set v0='L1YFD04D2YP9OKQ00K' where id=9; -update noar tt set b1='JA58' where id=9; -update noar ti set b1='JA58' where id=9; -update noar tt set v0='H40W5JV3HKCXQGMF' where id=9; -update noar ti set v0='H40W5JV3HKCXQGMF' where id=9; -update noar tt set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9; -update noar ti set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1; -update noar ti set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1; -update noar tt set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1; -update noar ti set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1; -update noar tt set v0='ZS' where id=1; -update noar ti set v0='ZS' where id=1; -update noar tt set b1='5DOON491BMLHG2ESO' where id=1; -update noar ti set b1='5DOON491BMLHG2ESO' where id=1; -update noar tt set v0='W9MI90OM' where id=1; -update noar ti set v0='W9MI90OM' where id=1; -update noar tt set b2='JA9KNJ1N12K57LK54N37FPI' where id=1; -update noar ti set b2='JA9KNJ1N12K57LK54N37FPI' where id=1; -update noar tt set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2; -update noar ti set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2; -update noar tt set b0='YOMA9VC5QZHSWW' where id=2; -update noar ti set b0='YOMA9VC5QZHSWW' where id=2; -update noar tt set v0='BNBIY5QEV9ZVAQXI' where id=2; -update noar ti set v0='BNBIY5QEV9ZVAQXI' where id=2; -update noar tt set b1='TO9B82GFVV1SB40A88C0VL' where id=2; -update noar ti set b1='TO9B82GFVV1SB40A88C0VL' where id=2; -update noar tt set v0='6H3893SDBQ41MW' where id=2; -update noar ti set v0='6H3893SDBQ41MW' where id=2; -update noar tt set b2='3WF2LSAZ29BLJP4P5IE' where id=2; -update noar ti set b2='3WF2LSAZ29BLJP4P5IE' where id=2; -update noar tt set v0='FGC5A0Q9XQTOQEXFD2J' where id=3; -update noar ti set v0='FGC5A0Q9XQTOQEXFD2J' where id=3; -update noar tt set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3; -update noar ti set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3; -update noar tt set v0='EHJ3SIELU89Q' where id=3; -update noar ti set v0='EHJ3SIELU89Q' where id=3; -update noar tt set b1='CWHXGMDBX3' where id=3; -update noar ti set b1='CWHXGMDBX3' where id=3; -update noar tt set v0='3TF3QDOHS' where id=3; -update noar ti set v0='3TF3QDOHS' where id=3; -update noar tt set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3; -update noar ti set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3; -update noar tt set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4; -update noar ti set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4; -update noar tt set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4; -update noar ti set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4; -update noar tt set v0='NZS92FP4JBZF' where id=4; -update noar ti set v0='NZS92FP4JBZF' where id=4; -update noar tt set b1='P88E' where id=4; -update noar ti set b1='P88E' where id=4; -update noar tt set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4; -update noar ti set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4; -update noar tt set b2='MFEKKPG' where id=4; -update noar ti set b2='MFEKKPG' where id=4; -update noar tt set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5; -update noar ti set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5; -update noar tt set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5; -update noar ti set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5; -update noar tt set v0='94T3FOLJCXXWGM' where id=5; -update noar ti set v0='94T3FOLJCXXWGM' where id=5; -update noar tt set b1='LKO3' where id=5; -update noar ti set b1='LKO3' where id=5; -update noar tt set v0='IML7U3CCMJWATB' where id=5; -update noar ti set v0='IML7U3CCMJWATB' where id=5; -update noar tt set b2='IRZGRE' where id=5; -update noar ti set b2='IRZGRE' where id=5; -update noar tt set v0='SCAS7O8V7XQER' where id=6; -update noar ti set v0='SCAS7O8V7XQER' where id=6; -update noar tt set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6; -update noar ti set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6; -update noar tt set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6; -update noar ti set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6; -update noar tt set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6; -update noar ti set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6; -update noar tt set v0='L2NBU13U2JUQNSFTR2L' where id=6; -update noar ti set v0='L2NBU13U2JUQNSFTR2L' where id=6; -update noar tt set b2='DE1246A53PW4EF0K3VMIL5G' where id=6; -update noar ti set b2='DE1246A53PW4EF0K3VMIL5G' where id=6; -update noar tt set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7; -update noar ti set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7; -update noar tt set b0='P3' where id=7; -update noar ti set b0='P3' where id=7; -update noar tt set v0='BPBPYRZ5557DD3SUD' where id=7; -update noar ti set v0='BPBPYRZ5557DD3SUD' where id=7; -update noar tt set b1='P60SQ1UJO40J00TP' where id=7; -update noar ti set b1='P60SQ1UJO40J00TP' where id=7; -update noar tt set v0='LC1RB9ENHEKJ4' where id=7; -update noar ti set v0='LC1RB9ENHEKJ4' where id=7; -update noar tt set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7; -update noar ti set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7; -update noar tt set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8; -update noar ti set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8; -update noar tt set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8; -update noar ti set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8; -update noar tt set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8; -update noar ti set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8; -update noar tt set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8; -update noar ti set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8; -update noar tt set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8; -update noar ti set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8; -update noar tt set b2='99N2UPRFUGZ0DH' where id=8; -update noar ti set b2='99N2UPRFUGZ0DH' where id=8; -update noar tt set v0='IYK6UQA' where id=9; -update noar ti set v0='IYK6UQA' where id=9; -update noar tt set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9; -update noar ti set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9; -update noar tt set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9; -update noar ti set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9; -update noar tt set b1='SAAXXBPEISOGETTZWTCL' where id=9; -update noar ti set b1='SAAXXBPEISOGETTZWTCL' where id=9; -update noar tt set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9; -update noar ti set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9; -update noar tt set b2='TJ42' where id=9; -update noar ti set b2='TJ42' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EDGZ' where id=1; -update noar ti set v0='EDGZ' where id=1; -update noar tt set b0='LY1ZQXGR5VZCG' where id=1; -update noar ti set b0='LY1ZQXGR5VZCG' where id=1; -update noar tt set v0='1WCOIK6IX1' where id=1; -update noar ti set v0='1WCOIK6IX1' where id=1; -update noar tt set b1='UXML1V' where id=1; -update noar ti set b1='UXML1V' where id=1; -update noar tt set v0='Q58HLME7JQQR7Q09S' where id=1; -update noar ti set v0='Q58HLME7JQQR7Q09S' where id=1; -update noar tt set b2='J19SCMYZXROWONP5' where id=1; -update noar ti set b2='J19SCMYZXROWONP5' where id=1; -update noar tt set v0='Q3WCQBSGBGPO7' where id=2; -update noar ti set v0='Q3WCQBSGBGPO7' where id=2; -update noar tt set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2; -update noar ti set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2; -update noar tt set v0='4PT' where id=2; -update noar ti set v0='4PT' where id=2; -update noar tt set b1='TI4ND0PN5C' where id=2; -update noar ti set b1='TI4ND0PN5C' where id=2; -update noar tt set v0='DZXS' where id=2; -update noar ti set v0='DZXS' where id=2; -update noar tt set b2='G7OUN4L43' where id=2; -update noar ti set b2='G7OUN4L43' where id=2; -update noar tt set v0='URLY1C4ACI5GCXO4CXX' where id=3; -update noar ti set v0='URLY1C4ACI5GCXO4CXX' where id=3; -update noar tt set b0='8VEB2' where id=3; -update noar ti set b0='8VEB2' where id=3; -update noar tt set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3; -update noar ti set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3; -update noar tt set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3; -update noar ti set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3; -update noar tt set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3; -update noar ti set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3; -update noar tt set b2='X3S7GUZJ1' where id=3; -update noar ti set b2='X3S7GUZJ1' where id=3; -update noar tt set v0='1W9S8' where id=4; -update noar ti set v0='1W9S8' where id=4; -update noar tt set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4; -update noar ti set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4; -update noar tt set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4; -update noar ti set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4; -update noar tt set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4; -update noar ti set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4; -update noar tt set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4; -update noar ti set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4; -update noar tt set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4; -update noar ti set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4; -update noar tt set v0='9EWYHRP0D8' where id=5; -update noar ti set v0='9EWYHRP0D8' where id=5; -update noar tt set b0='LPGD' where id=5; -update noar ti set b0='LPGD' where id=5; -update noar tt set v0='XG7BF8KE' where id=5; -update noar ti set v0='XG7BF8KE' where id=5; -update noar tt set b1='U5GPP2BCJO9N1WYP30' where id=5; -update noar ti set b1='U5GPP2BCJO9N1WYP30' where id=5; -update noar tt set v0='UV5XL42YUWWXG' where id=5; -update noar ti set v0='UV5XL42YUWWXG' where id=5; -update noar tt set b2='7MN5NZD36Q96W9E' where id=5; -update noar ti set b2='7MN5NZD36Q96W9E' where id=5; -update noar tt set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6; -update noar ti set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6; -update noar tt set b0='VO' where id=6; -update noar ti set b0='VO' where id=6; -update noar tt set v0='Y6' where id=6; -update noar ti set v0='Y6' where id=6; -update noar tt set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6; -update noar ti set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6; -update noar tt set v0='S5FKO2KP' where id=6; -update noar ti set v0='S5FKO2KP' where id=6; -update noar tt set b2='R' where id=6; -update noar ti set b2='R' where id=6; -update noar tt set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7; -update noar ti set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7; -update noar tt set b0='FSPDL686DJ' where id=7; -update noar ti set b0='FSPDL686DJ' where id=7; -update noar tt set v0='C3FP17RHYLQJ04BMRK8' where id=7; -update noar ti set v0='C3FP17RHYLQJ04BMRK8' where id=7; -update noar tt set b1='J4RDQJY7MXR8Q9D' where id=7; -update noar ti set b1='J4RDQJY7MXR8Q9D' where id=7; -update noar tt set v0='DEV' where id=7; -update noar ti set v0='DEV' where id=7; -update noar tt set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7; -update noar ti set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7; -update noar tt set v0='A4PHIJ1GOWESVUQURKMR' where id=8; -update noar ti set v0='A4PHIJ1GOWESVUQURKMR' where id=8; -update noar tt set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8; -update noar ti set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8; -update noar tt set v0='12VJKL4HGDCWWNHD' where id=8; -update noar ti set v0='12VJKL4HGDCWWNHD' where id=8; -update noar tt set b1='7YI' where id=8; -update noar ti set b1='7YI' where id=8; -update noar tt set v0='KIJG51BVAVB' where id=8; -update noar ti set v0='KIJG51BVAVB' where id=8; -update noar tt set b2='I0ED9S52N7BGL' where id=8; -update noar ti set b2='I0ED9S52N7BGL' where id=8; -update noar tt set v0='XXARA4LJ' where id=9; -update noar ti set v0='XXARA4LJ' where id=9; -update noar tt set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9; -update noar ti set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9; -update noar tt set v0='7' where id=9; -update noar ti set v0='7' where id=9; -update noar tt set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9; -update noar ti set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9; -update noar tt set v0='SM3KD9E1499042WLSJL' where id=9; -update noar ti set v0='SM3KD9E1499042WLSJL' where id=9; -update noar tt set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9; -update noar ti set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RPULX62LW9PWNL1BBV' where id=1; -update noar ti set v0='RPULX62LW9PWNL1BBV' where id=1; -update noar tt set b0='EBN6H433WR' where id=1; -update noar ti set b0='EBN6H433WR' where id=1; -update noar tt set v0='60NROLQQ' where id=1; -update noar ti set v0='60NROLQQ' where id=1; -update noar tt set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1; -update noar ti set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1; -update noar tt set v0='LCT' where id=1; -update noar ti set v0='LCT' where id=1; -update noar tt set b2='GI5KZZ99EBI40COB8MF' where id=1; -update noar ti set b2='GI5KZZ99EBI40COB8MF' where id=1; -update noar tt set v0='5KIKJIPI2O' where id=2; -update noar ti set v0='5KIKJIPI2O' where id=2; -update noar tt set b0='6FPOWKKA7T453RNKFDZEA' where id=2; -update noar ti set b0='6FPOWKKA7T453RNKFDZEA' where id=2; -update noar tt set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2; -update noar ti set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2; -update noar tt set b1='U1EG0N56F8B9LPK6NY' where id=2; -update noar ti set b1='U1EG0N56F8B9LPK6NY' where id=2; -update noar tt set v0='VAI' where id=2; -update noar ti set v0='VAI' where id=2; -update noar tt set b2='JERVQIXJAIW0MO7112GW' where id=2; -update noar ti set b2='JERVQIXJAIW0MO7112GW' where id=2; -update noar tt set v0='U6Z' where id=3; -update noar ti set v0='U6Z' where id=3; -update noar tt set b0='DKV6A4' where id=3; -update noar ti set b0='DKV6A4' where id=3; -update noar tt set v0='G1PU5MW3D1VNOIW4' where id=3; -update noar ti set v0='G1PU5MW3D1VNOIW4' where id=3; -update noar tt set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3; -update noar ti set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3; -update noar tt set v0='G19NBCB' where id=3; -update noar ti set v0='G19NBCB' where id=3; -update noar tt set b2='X4O' where id=3; -update noar ti set b2='X4O' where id=3; -update noar tt set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4; -update noar ti set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4; -update noar tt set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4; -update noar ti set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4; -update noar tt set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4; -update noar ti set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4; -update noar tt set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4; -update noar ti set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4; -update noar tt set v0='SWL9BUMAZOWZQPOTVJWH' where id=4; -update noar ti set v0='SWL9BUMAZOWZQPOTVJWH' where id=4; -update noar tt set b2='JC0JMDLMA' where id=4; -update noar ti set b2='JC0JMDLMA' where id=4; -update noar tt set v0='OWM2KBXJKS033BE4MS17IX' where id=5; -update noar ti set v0='OWM2KBXJKS033BE4MS17IX' where id=5; -update noar tt set b0='XSWV23J92G16F' where id=5; -update noar ti set b0='XSWV23J92G16F' where id=5; -update noar tt set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5; -update noar ti set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5; -update noar tt set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5; -update noar ti set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5; -update noar tt set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5; -update noar ti set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5; -update noar tt set b2='T8VO7Z72AVLOIHFH' where id=5; -update noar ti set b2='T8VO7Z72AVLOIHFH' where id=5; -update noar tt set v0='JIJ' where id=6; -update noar ti set v0='JIJ' where id=6; -update noar tt set b0='V382QTI0XDOHNMBHASS' where id=6; -update noar ti set b0='V382QTI0XDOHNMBHASS' where id=6; -update noar tt set v0='PHDU8W5R9WSBVV' where id=6; -update noar ti set v0='PHDU8W5R9WSBVV' where id=6; -update noar tt set b1='C0' where id=6; -update noar ti set b1='C0' where id=6; -update noar tt set v0='HMZSR5CLHHRPXC67' where id=6; -update noar ti set v0='HMZSR5CLHHRPXC67' where id=6; -update noar tt set b2='2LEXRJ' where id=6; -update noar ti set b2='2LEXRJ' where id=6; -update noar tt set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7; -update noar ti set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7; -update noar tt set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7; -update noar ti set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7; -update noar tt set v0='U9A6JGW3F1QERDQKC' where id=7; -update noar ti set v0='U9A6JGW3F1QERDQKC' where id=7; -update noar tt set b1='A4QS9VL' where id=7; -update noar ti set b1='A4QS9VL' where id=7; -update noar tt set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7; -update noar ti set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7; -update noar tt set b2='JEY07ZTACQSBJ5EMAP8N' where id=7; -update noar ti set b2='JEY07ZTACQSBJ5EMAP8N' where id=7; -update noar tt set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8; -update noar ti set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8; -update noar tt set b0='2TTWCMPE38E' where id=8; -update noar ti set b0='2TTWCMPE38E' where id=8; -update noar tt set v0='YTY0086ZWN3MLYD9' where id=8; -update noar ti set v0='YTY0086ZWN3MLYD9' where id=8; -update noar tt set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8; -update noar ti set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8; -update noar tt set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8; -update noar ti set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8; -update noar tt set b2='8J9DMSY8YQUT28SJUIVLD' where id=8; -update noar ti set b2='8J9DMSY8YQUT28SJUIVLD' where id=8; -update noar tt set v0='9AG61GUQBY8XNS' where id=9; -update noar ti set v0='9AG61GUQBY8XNS' where id=9; -update noar tt set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9; -update noar ti set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9; -update noar tt set v0='ATK4K28K' where id=9; -update noar ti set v0='ATK4K28K' where id=9; -update noar tt set b1='KENHIFIEMDMC' where id=9; -update noar ti set b1='KENHIFIEMDMC' where id=9; -update noar tt set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9; -update noar ti set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9; -update noar tt set b2='GWPCEJ7Z3477H9QRG' where id=9; -update noar ti set b2='GWPCEJ7Z3477H9QRG' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 tinyblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='58BLDTUHYA3L9SSP455H1' where id=1; -update noar ti set v0='58BLDTUHYA3L9SSP455H1' where id=1; -update noar tt set b0='5AAQ6W7ZXBB25WA2HH4' where id=1; -update noar ti set b0='5AAQ6W7ZXBB25WA2HH4' where id=1; -update noar tt set v0='Y4IMF' where id=1; -update noar ti set v0='Y4IMF' where id=1; -update noar tt set b1='NM72EQ9ONP' where id=1; -update noar ti set b1='NM72EQ9ONP' where id=1; -update noar tt set v0='M6' where id=1; -update noar ti set v0='M6' where id=1; -update noar tt set b2='Z48P1N9PHFQX3' where id=1; -update noar ti set b2='Z48P1N9PHFQX3' where id=1; -update noar tt set v0='4EUQXPC3FPCGGT3' where id=2; -update noar ti set v0='4EUQXPC3FPCGGT3' where id=2; -update noar tt set b0='91SLTZYN3' where id=2; -update noar ti set b0='91SLTZYN3' where id=2; -update noar tt set v0='WAEH1BDR9' where id=2; -update noar ti set v0='WAEH1BDR9' where id=2; -update noar tt set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2; -update noar ti set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2; -update noar tt set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2; -update noar ti set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2; -update noar tt set b2='SOZXB0T23OOJ' where id=2; -update noar ti set b2='SOZXB0T23OOJ' where id=2; -update noar tt set v0='VBTA34YD' where id=3; -update noar ti set v0='VBTA34YD' where id=3; -update noar tt set b0='MWN05PD8' where id=3; -update noar ti set b0='MWN05PD8' where id=3; -update noar tt set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3; -update noar ti set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3; -update noar tt set b1='ECEI' where id=3; -update noar ti set b1='ECEI' where id=3; -update noar tt set v0='C6' where id=3; -update noar ti set v0='C6' where id=3; -update noar tt set b2='8P5H68F' where id=3; -update noar ti set b2='8P5H68F' where id=3; -update noar tt set v0='3FICLOL8BJTD7SXE' where id=4; -update noar ti set v0='3FICLOL8BJTD7SXE' where id=4; -update noar tt set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4; -update noar ti set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4; -update noar tt set v0='U26ZCEPQJ5OFB' where id=4; -update noar ti set v0='U26ZCEPQJ5OFB' where id=4; -update noar tt set b1='YFM8S' where id=4; -update noar ti set b1='YFM8S' where id=4; -update noar tt set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4; -update noar ti set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4; -update noar tt set b2='PPK' where id=4; -update noar ti set b2='PPK' where id=4; -update noar tt set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5; -update noar ti set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5; -update noar tt set b0='RE213' where id=5; -update noar ti set b0='RE213' where id=5; -update noar tt set v0='TZ' where id=5; -update noar ti set v0='TZ' where id=5; -update noar tt set b1='J6' where id=5; -update noar ti set b1='J6' where id=5; -update noar tt set v0='OL1VSJ51WE9V1P7' where id=5; -update noar ti set v0='OL1VSJ51WE9V1P7' where id=5; -update noar tt set b2='S' where id=5; -update noar ti set b2='S' where id=5; -update noar tt set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6; -update noar ti set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6; -update noar tt set b0='BB7SVEU7Z5LDJ9DLM5' where id=6; -update noar ti set b0='BB7SVEU7Z5LDJ9DLM5' where id=6; -update noar tt set v0='CMPL5ODE8KGFYMX4X' where id=6; -update noar ti set v0='CMPL5ODE8KGFYMX4X' where id=6; -update noar tt set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6; -update noar ti set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6; -update noar tt set v0='W0E6GTBF' where id=6; -update noar ti set v0='W0E6GTBF' where id=6; -update noar tt set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6; -update noar ti set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6; -update noar tt set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7; -update noar ti set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7; -update noar tt set b0='O1A00MQB10MI8' where id=7; -update noar ti set b0='O1A00MQB10MI8' where id=7; -update noar tt set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7; -update noar ti set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7; -update noar tt set b1='QL59' where id=7; -update noar ti set b1='QL59' where id=7; -update noar tt set v0='FR1IISP7H0EZE1BKUM8OC' where id=7; -update noar ti set v0='FR1IISP7H0EZE1BKUM8OC' where id=7; -update noar tt set b2='5DLR63GH6D1HNTR1GH' where id=7; -update noar ti set b2='5DLR63GH6D1HNTR1GH' where id=7; -update noar tt set v0='B6HLS9E2I63HRS62BQ5' where id=8; -update noar ti set v0='B6HLS9E2I63HRS62BQ5' where id=8; -update noar tt set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8; -update noar ti set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8; -update noar tt set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8; -update noar ti set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8; -update noar tt set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8; -update noar ti set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8; -update noar tt set v0='TGBG4QLZO18CL9XF6LCD2' where id=8; -update noar ti set v0='TGBG4QLZO18CL9XF6LCD2' where id=8; -update noar tt set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8; -update noar ti set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8; -update noar tt set v0='31OMU1T13401V5NUK' where id=9; -update noar ti set v0='31OMU1T13401V5NUK' where id=9; -update noar tt set b0='PQ3HSSEWF4O164ZAT' where id=9; -update noar ti set b0='PQ3HSSEWF4O164ZAT' where id=9; -update noar tt set v0='AFAUHUC' where id=9; -update noar ti set v0='AFAUHUC' where id=9; -update noar tt set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9; -update noar ti set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9; -update noar tt set v0='YP' where id=9; -update noar ti set v0='YP' where id=9; -update noar tt set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9; -update noar ti set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PFZI1ZDQWRW79BR' where id=1; -update noar ti set v0='PFZI1ZDQWRW79BR' where id=1; -update noar tt set b0='ZY4' where id=1; -update noar ti set b0='ZY4' where id=1; -update noar tt set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1; -update noar ti set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1; -update noar tt set b1='DBW5MIYOW66JF' where id=1; -update noar ti set b1='DBW5MIYOW66JF' where id=1; -update noar tt set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1; -update noar ti set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1; -update noar tt set b2='LCUB' where id=1; -update noar ti set b2='LCUB' where id=1; -update noar tt set v0='1Q3G' where id=2; -update noar ti set v0='1Q3G' where id=2; -update noar tt set b0='6V7DPI' where id=2; -update noar ti set b0='6V7DPI' where id=2; -update noar tt set v0='Q2EEOCM7TZKRM9DM' where id=2; -update noar ti set v0='Q2EEOCM7TZKRM9DM' where id=2; -update noar tt set b1='19RO1G' where id=2; -update noar ti set b1='19RO1G' where id=2; -update noar tt set v0='GK4ERLUA2VYO' where id=2; -update noar ti set v0='GK4ERLUA2VYO' where id=2; -update noar tt set b2='LR8F35OLYZZZ5CULEQTJ' where id=2; -update noar ti set b2='LR8F35OLYZZZ5CULEQTJ' where id=2; -update noar tt set v0='FJTVQ' where id=3; -update noar ti set v0='FJTVQ' where id=3; -update noar tt set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3; -update noar ti set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3; -update noar tt set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3; -update noar ti set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3; -update noar tt set b1='KFA75OEBW4MJW9N2GW' where id=3; -update noar ti set b1='KFA75OEBW4MJW9N2GW' where id=3; -update noar tt set v0='F68IZ0374' where id=3; -update noar ti set v0='F68IZ0374' where id=3; -update noar tt set b2='ZXS8XWVM35DBD' where id=3; -update noar ti set b2='ZXS8XWVM35DBD' where id=3; -update noar tt set v0='O57L' where id=4; -update noar ti set v0='O57L' where id=4; -update noar tt set b0='7X4BT8LV' where id=4; -update noar ti set b0='7X4BT8LV' where id=4; -update noar tt set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4; -update noar ti set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4; -update noar tt set b1='IT742DH35MG0ZZL59FD3' where id=4; -update noar ti set b1='IT742DH35MG0ZZL59FD3' where id=4; -update noar tt set v0='TCNJYKTBL33MLG10' where id=4; -update noar ti set v0='TCNJYKTBL33MLG10' where id=4; -update noar tt set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4; -update noar ti set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4; -update noar tt set v0='AGW0EZFKVV' where id=5; -update noar ti set v0='AGW0EZFKVV' where id=5; -update noar tt set b0='3I5X9D' where id=5; -update noar ti set b0='3I5X9D' where id=5; -update noar tt set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5; -update noar ti set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5; -update noar tt set b1='HY5VK58ER70PZASX4' where id=5; -update noar ti set b1='HY5VK58ER70PZASX4' where id=5; -update noar tt set v0='EVCKXHJJNSCKB48XT' where id=5; -update noar ti set v0='EVCKXHJJNSCKB48XT' where id=5; -update noar tt set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5; -update noar ti set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5; -update noar tt set v0='A065D7RN1JT56EJQV' where id=6; -update noar ti set v0='A065D7RN1JT56EJQV' where id=6; -update noar tt set b0='R9KWS0UEOUZ394' where id=6; -update noar ti set b0='R9KWS0UEOUZ394' where id=6; -update noar tt set v0='S55FYWZQVX' where id=6; -update noar ti set v0='S55FYWZQVX' where id=6; -update noar tt set b1='OTMPKHQNZFJNI' where id=6; -update noar ti set b1='OTMPKHQNZFJNI' where id=6; -update noar tt set v0='E4P3B' where id=6; -update noar ti set v0='E4P3B' where id=6; -update noar tt set b2='OKQWF8P0C4S6TR05BTF1' where id=6; -update noar ti set b2='OKQWF8P0C4S6TR05BTF1' where id=6; -update noar tt set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7; -update noar ti set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7; -update noar tt set b0='GRVCDP53ZVKTH05V' where id=7; -update noar ti set b0='GRVCDP53ZVKTH05V' where id=7; -update noar tt set v0='BDLOGIPIRIS' where id=7; -update noar ti set v0='BDLOGIPIRIS' where id=7; -update noar tt set b1='7HSQVQC01PPQ' where id=7; -update noar ti set b1='7HSQVQC01PPQ' where id=7; -update noar tt set v0='84AX4UFWW' where id=7; -update noar ti set v0='84AX4UFWW' where id=7; -update noar tt set b2='IAIU' where id=7; -update noar ti set b2='IAIU' where id=7; -update noar tt set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8; -update noar ti set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8; -update noar tt set b0='7ZI1B' where id=8; -update noar ti set b0='7ZI1B' where id=8; -update noar tt set v0='CFGJD7O' where id=8; -update noar ti set v0='CFGJD7O' where id=8; -update noar tt set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8; -update noar ti set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8; -update noar tt set v0='N8498UCGW8O8ZDHXI11' where id=8; -update noar ti set v0='N8498UCGW8O8ZDHXI11' where id=8; -update noar tt set b2='CMOL' where id=8; -update noar ti set b2='CMOL' where id=8; -update noar tt set v0='003' where id=9; -update noar ti set v0='003' where id=9; -update noar tt set b0='8RS' where id=9; -update noar ti set b0='8RS' where id=9; -update noar tt set v0='OH85JETPP' where id=9; -update noar ti set v0='OH85JETPP' where id=9; -update noar tt set b1='GYUQAX51UEX2V' where id=9; -update noar ti set b1='GYUQAX51UEX2V' where id=9; -update noar tt set v0='UM2XY' where id=9; -update noar ti set v0='UM2XY' where id=9; -update noar tt set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9; -update noar ti set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 tinyblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K7XOCEWHIK6N4' where id=1; -update noar ti set v0='K7XOCEWHIK6N4' where id=1; -update noar tt set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1; -update noar ti set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1; -update noar tt set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1; -update noar ti set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1; -update noar tt set b1='KU2DL1ZB414TU0XZ5I' where id=1; -update noar ti set b1='KU2DL1ZB414TU0XZ5I' where id=1; -update noar tt set v0='ZQXND1RKI36X' where id=1; -update noar ti set v0='ZQXND1RKI36X' where id=1; -update noar tt set b2='U' where id=1; -update noar ti set b2='U' where id=1; -update noar tt set v0='GLVWB4O63MR' where id=2; -update noar ti set v0='GLVWB4O63MR' where id=2; -update noar tt set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2; -update noar ti set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2; -update noar tt set v0='ASSXRUYQBX7GB' where id=2; -update noar ti set v0='ASSXRUYQBX7GB' where id=2; -update noar tt set b1='Z98E' where id=2; -update noar ti set b1='Z98E' where id=2; -update noar tt set v0='FVGE24ML' where id=2; -update noar ti set v0='FVGE24ML' where id=2; -update noar tt set b2='G37NBLBNJU' where id=2; -update noar ti set b2='G37NBLBNJU' where id=2; -update noar tt set v0='2QNCL' where id=3; -update noar ti set v0='2QNCL' where id=3; -update noar tt set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3; -update noar ti set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3; -update noar tt set v0='UFH7J' where id=3; -update noar ti set v0='UFH7J' where id=3; -update noar tt set b1='WRAD9B1D1YG2GEPA8N05B' where id=3; -update noar ti set b1='WRAD9B1D1YG2GEPA8N05B' where id=3; -update noar tt set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3; -update noar ti set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3; -update noar tt set b2='TYKL2R4LAYRU0K4' where id=3; -update noar ti set b2='TYKL2R4LAYRU0K4' where id=3; -update noar tt set v0='OT8V2O5A2NKCQ71' where id=4; -update noar ti set v0='OT8V2O5A2NKCQ71' where id=4; -update noar tt set b0='5PDA9I' where id=4; -update noar ti set b0='5PDA9I' where id=4; -update noar tt set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4; -update noar ti set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4; -update noar tt set b1='STTW7WR7GHIUCYF08DXXC' where id=4; -update noar ti set b1='STTW7WR7GHIUCYF08DXXC' where id=4; -update noar tt set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4; -update noar ti set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4; -update noar tt set b2='SKFJD2IXD4LY' where id=4; -update noar ti set b2='SKFJD2IXD4LY' where id=4; -update noar tt set v0='VSA4F624UJE' where id=5; -update noar ti set v0='VSA4F624UJE' where id=5; -update noar tt set b0='W' where id=5; -update noar ti set b0='W' where id=5; -update noar tt set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5; -update noar ti set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5; -update noar tt set b1='1NBU' where id=5; -update noar ti set b1='1NBU' where id=5; -update noar tt set v0='KFPXT4QUGB28OOEAHU06B' where id=5; -update noar ti set v0='KFPXT4QUGB28OOEAHU06B' where id=5; -update noar tt set b2='YOOKE6BR' where id=5; -update noar ti set b2='YOOKE6BR' where id=5; -update noar tt set v0='ILUOUWS5LJ' where id=6; -update noar ti set v0='ILUOUWS5LJ' where id=6; -update noar tt set b0='RKXV8F56U7JZLE' where id=6; -update noar ti set b0='RKXV8F56U7JZLE' where id=6; -update noar tt set v0='2XN21YLQS5' where id=6; -update noar ti set v0='2XN21YLQS5' where id=6; -update noar tt set b1='QL' where id=6; -update noar ti set b1='QL' where id=6; -update noar tt set v0='9HTHQEQ9UFG7GBLIB' where id=6; -update noar ti set v0='9HTHQEQ9UFG7GBLIB' where id=6; -update noar tt set b2='U6RH' where id=6; -update noar ti set b2='U6RH' where id=6; -update noar tt set v0='7VWXERGUPBLLXGLTEX6' where id=7; -update noar ti set v0='7VWXERGUPBLLXGLTEX6' where id=7; -update noar tt set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7; -update noar ti set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7; -update noar tt set v0='6IZGPGBAQ3RXM' where id=7; -update noar ti set v0='6IZGPGBAQ3RXM' where id=7; -update noar tt set b1='ZTQUOXDQCR' where id=7; -update noar ti set b1='ZTQUOXDQCR' where id=7; -update noar tt set v0='WMT5NH' where id=7; -update noar ti set v0='WMT5NH' where id=7; -update noar tt set b2='9LG5DRG8QBT2' where id=7; -update noar ti set b2='9LG5DRG8QBT2' where id=7; -update noar tt set v0='0FSV9LF7HN' where id=8; -update noar ti set v0='0FSV9LF7HN' where id=8; -update noar tt set b0='2LTUA' where id=8; -update noar ti set b0='2LTUA' where id=8; -update noar tt set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8; -update noar ti set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8; -update noar tt set b1='QDQ8J6CVSR0DAZ11B' where id=8; -update noar ti set b1='QDQ8J6CVSR0DAZ11B' where id=8; -update noar tt set v0='QQIEK3SWCIF1A9372A3' where id=8; -update noar ti set v0='QQIEK3SWCIF1A9372A3' where id=8; -update noar tt set b2='JP2RIQR162VE5W8TX' where id=8; -update noar ti set b2='JP2RIQR162VE5W8TX' where id=8; -update noar tt set v0='MCCED6Z4M' where id=9; -update noar ti set v0='MCCED6Z4M' where id=9; -update noar tt set b0='NQ8UOIM0P7H' where id=9; -update noar ti set b0='NQ8UOIM0P7H' where id=9; -update noar tt set v0='YC34H379KF' where id=9; -update noar ti set v0='YC34H379KF' where id=9; -update noar tt set b1='KI' where id=9; -update noar ti set b1='KI' where id=9; -update noar tt set v0='2XOR8' where id=9; -update noar ti set v0='2XOR8' where id=9; -update noar tt set b2='J5K5YTVFQ9HVZTDJKY' where id=9; -update noar ti set b2='J5K5YTVFQ9HVZTDJKY' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XXZRVK2LX' where id=1; -update noar ti set v0='XXZRVK2LX' where id=1; -update noar tt set b0='OCH53MO2OKGD2' where id=1; -update noar ti set b0='OCH53MO2OKGD2' where id=1; -update noar tt set v0='H2Z' where id=1; -update noar ti set v0='H2Z' where id=1; -update noar tt set b1='FZSRXCRM8F' where id=1; -update noar ti set b1='FZSRXCRM8F' where id=1; -update noar tt set v0='QHJI4' where id=1; -update noar ti set v0='QHJI4' where id=1; -update noar tt set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1; -update noar ti set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1; -update noar tt set v0='BWVRJJKHOWFZ960CX' where id=2; -update noar ti set v0='BWVRJJKHOWFZ960CX' where id=2; -update noar tt set b0='NT1438HIJ257H5WYXZ9LB6' where id=2; -update noar ti set b0='NT1438HIJ257H5WYXZ9LB6' where id=2; -update noar tt set v0='NEWE' where id=2; -update noar ti set v0='NEWE' where id=2; -update noar tt set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2; -update noar ti set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2; -update noar tt set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2; -update noar ti set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2; -update noar tt set b2='34NG7W6B86XFMFOR6' where id=2; -update noar ti set b2='34NG7W6B86XFMFOR6' where id=2; -update noar tt set v0='TX3LAJWBE4' where id=3; -update noar ti set v0='TX3LAJWBE4' where id=3; -update noar tt set b0='SA' where id=3; -update noar ti set b0='SA' where id=3; -update noar tt set v0='U0GP9ZVUEGWERA18A6' where id=3; -update noar ti set v0='U0GP9ZVUEGWERA18A6' where id=3; -update noar tt set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3; -update noar ti set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3; -update noar tt set v0='JUE9OH' where id=3; -update noar ti set v0='JUE9OH' where id=3; -update noar tt set b2='BPOLUVX9TPIM08BM3' where id=3; -update noar ti set b2='BPOLUVX9TPIM08BM3' where id=3; -update noar tt set v0='NNNFCYWJK3M21LLFZJRV' where id=4; -update noar ti set v0='NNNFCYWJK3M21LLFZJRV' where id=4; -update noar tt set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4; -update noar ti set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4; -update noar tt set v0='0WQVBGWN39HUQ3V' where id=4; -update noar ti set v0='0WQVBGWN39HUQ3V' where id=4; -update noar tt set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4; -update noar ti set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4; -update noar tt set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4; -update noar ti set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4; -update noar tt set b2='6HCOT9U6BABUW2D' where id=4; -update noar ti set b2='6HCOT9U6BABUW2D' where id=4; -update noar tt set v0='Q' where id=5; -update noar ti set v0='Q' where id=5; -update noar tt set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5; -update noar ti set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5; -update noar tt set v0='NP36V0U2ZLP0NL' where id=5; -update noar ti set v0='NP36V0U2ZLP0NL' where id=5; -update noar tt set b1='NSG4' where id=5; -update noar ti set b1='NSG4' where id=5; -update noar tt set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5; -update noar ti set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5; -update noar tt set b2='MK1Y8IU7BC2IUY' where id=5; -update noar ti set b2='MK1Y8IU7BC2IUY' where id=5; -update noar tt set v0='PG' where id=6; -update noar ti set v0='PG' where id=6; -update noar tt set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6; -update noar ti set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6; -update noar tt set v0='QS5WG' where id=6; -update noar ti set v0='QS5WG' where id=6; -update noar tt set b1='QR2OAV95RJBTHCM2SD' where id=6; -update noar ti set b1='QR2OAV95RJBTHCM2SD' where id=6; -update noar tt set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6; -update noar ti set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6; -update noar tt set b2='V83ZMLV' where id=6; -update noar ti set b2='V83ZMLV' where id=6; -update noar tt set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7; -update noar ti set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7; -update noar tt set b0='ZKO6X' where id=7; -update noar ti set b0='ZKO6X' where id=7; -update noar tt set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7; -update noar ti set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7; -update noar tt set b1='AU1YSN3RW5NDMSSQ8H' where id=7; -update noar ti set b1='AU1YSN3RW5NDMSSQ8H' where id=7; -update noar tt set v0='ZP8YB' where id=7; -update noar ti set v0='ZP8YB' where id=7; -update noar tt set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7; -update noar ti set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7; -update noar tt set v0='1VOD4' where id=8; -update noar ti set v0='1VOD4' where id=8; -update noar tt set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8; -update noar ti set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8; -update noar tt set v0='TRYAUJ4NYSY0' where id=8; -update noar ti set v0='TRYAUJ4NYSY0' where id=8; -update noar tt set b1='PO5DLN' where id=8; -update noar ti set b1='PO5DLN' where id=8; -update noar tt set v0='TGU0GG4VVWAPOSPQT' where id=8; -update noar ti set v0='TGU0GG4VVWAPOSPQT' where id=8; -update noar tt set b2='60' where id=8; -update noar ti set b2='60' where id=8; -update noar tt set v0='CD9KLYG2YR0RI8F' where id=9; -update noar ti set v0='CD9KLYG2YR0RI8F' where id=9; -update noar tt set b0='6RUQIWVBR99VWPL4' where id=9; -update noar ti set b0='6RUQIWVBR99VWPL4' where id=9; -update noar tt set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9; -update noar ti set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9; -update noar tt set b1='Z2X2' where id=9; -update noar ti set b1='Z2X2' where id=9; -update noar tt set v0='DPITK' where id=9; -update noar ti set v0='DPITK' where id=9; -update noar tt set b2='37M' where id=9; -update noar ti set b2='37M' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1; -update noar ti set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1; -update noar tt set b0='G4GS2A7T015PH' where id=1; -update noar ti set b0='G4GS2A7T015PH' where id=1; -update noar tt set v0='8DSJ1KX1LUIW' where id=1; -update noar ti set v0='8DSJ1KX1LUIW' where id=1; -update noar tt set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1; -update noar ti set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1; -update noar tt set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1; -update noar ti set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1; -update noar tt set b2='BPOY7999PI769JY9SQ69XYA2' where id=1; -update noar ti set b2='BPOY7999PI769JY9SQ69XYA2' where id=1; -update noar tt set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2; -update noar ti set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2; -update noar tt set b0='8AVX3WZQC111M940V' where id=2; -update noar ti set b0='8AVX3WZQC111M940V' where id=2; -update noar tt set v0='LXD8' where id=2; -update noar ti set v0='LXD8' where id=2; -update noar tt set b1='HU0CIH4' where id=2; -update noar ti set b1='HU0CIH4' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='AHYYQU' where id=2; -update noar ti set b2='AHYYQU' where id=2; -update noar tt set v0='YI0YBXN676MSZG6GQHM84C' where id=3; -update noar ti set v0='YI0YBXN676MSZG6GQHM84C' where id=3; -update noar tt set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3; -update noar ti set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3; -update noar tt set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3; -update noar ti set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3; -update noar tt set b1='II1KSE5UD' where id=3; -update noar ti set b1='II1KSE5UD' where id=3; -update noar tt set v0='W5Z3' where id=3; -update noar ti set v0='W5Z3' where id=3; -update noar tt set b2='AQTAT8Y089147A12' where id=3; -update noar ti set b2='AQTAT8Y089147A12' where id=3; -update noar tt set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4; -update noar ti set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4; -update noar tt set b0='WQS9H9DP1DH7JNYRIP' where id=4; -update noar ti set b0='WQS9H9DP1DH7JNYRIP' where id=4; -update noar tt set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4; -update noar ti set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4; -update noar tt set b1='BYMUD0DD1QU6BZ1' where id=4; -update noar ti set b1='BYMUD0DD1QU6BZ1' where id=4; -update noar tt set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4; -update noar ti set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4; -update noar tt set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4; -update noar ti set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4; -update noar tt set v0='MVQBXP4O6KOI2' where id=5; -update noar ti set v0='MVQBXP4O6KOI2' where id=5; -update noar tt set b0='BLNJDAUNF' where id=5; -update noar ti set b0='BLNJDAUNF' where id=5; -update noar tt set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5; -update noar ti set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5; -update noar tt set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5; -update noar ti set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5; -update noar tt set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5; -update noar ti set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5; -update noar tt set b2='MDV64GUBR4F9TV' where id=5; -update noar ti set b2='MDV64GUBR4F9TV' where id=5; -update noar tt set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6; -update noar ti set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6; -update noar tt set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6; -update noar ti set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6; -update noar tt set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6; -update noar ti set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6; -update noar tt set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6; -update noar ti set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6; -update noar tt set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6; -update noar ti set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6; -update noar tt set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6; -update noar ti set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6; -update noar tt set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7; -update noar ti set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7; -update noar tt set b0='6AGUIR3MRAK7VFT9I3' where id=7; -update noar ti set b0='6AGUIR3MRAK7VFT9I3' where id=7; -update noar tt set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7; -update noar ti set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7; -update noar tt set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7; -update noar ti set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7; -update noar tt set v0='9HIC5MAC71UMW6UZ2DX' where id=7; -update noar ti set v0='9HIC5MAC71UMW6UZ2DX' where id=7; -update noar tt set b2='4CQ8' where id=7; -update noar ti set b2='4CQ8' where id=7; -update noar tt set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8; -update noar ti set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8; -update noar tt set b0='TZ' where id=8; -update noar ti set b0='TZ' where id=8; -update noar tt set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8; -update noar ti set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8; -update noar tt set b1='7HHOZ3YF5T5CFPH' where id=8; -update noar ti set b1='7HHOZ3YF5T5CFPH' where id=8; -update noar tt set v0='3' where id=8; -update noar ti set v0='3' where id=8; -update noar tt set b2='34Q5EMYYUZY8' where id=8; -update noar ti set b2='34Q5EMYYUZY8' where id=8; -update noar tt set v0='X6ZA' where id=9; -update noar ti set v0='X6ZA' where id=9; -update noar tt set b0='8' where id=9; -update noar ti set b0='8' where id=9; -update noar tt set v0='FMX05GOH826ACCM' where id=9; -update noar ti set v0='FMX05GOH826ACCM' where id=9; -update noar tt set b1='NVCOX3' where id=9; -update noar ti set b1='NVCOX3' where id=9; -update noar tt set v0='SPNUJBWY3V' where id=9; -update noar ti set v0='SPNUJBWY3V' where id=9; -update noar tt set b2='IMMRRH2FFBQ8OKIS' where id=9; -update noar ti set b2='IMMRRH2FFBQ8OKIS' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1; -update noar ti set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1; -update noar tt set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1; -update noar ti set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1; -update noar tt set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1; -update noar ti set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1; -update noar tt set b1='G490QRKXEQW4' where id=1; -update noar ti set b1='G490QRKXEQW4' where id=1; -update noar tt set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1; -update noar ti set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1; -update noar tt set b2='CE12HXKWT6IIFPGI2' where id=1; -update noar ti set b2='CE12HXKWT6IIFPGI2' where id=1; -update noar tt set v0='WC5BV5SZYAOS3FK' where id=2; -update noar ti set v0='WC5BV5SZYAOS3FK' where id=2; -update noar tt set b0='V6HPB1JTAXGBXHT' where id=2; -update noar ti set b0='V6HPB1JTAXGBXHT' where id=2; -update noar tt set v0='MJX2WP' where id=2; -update noar ti set v0='MJX2WP' where id=2; -update noar tt set b1='CZGE90Z4HFE5F' where id=2; -update noar ti set b1='CZGE90Z4HFE5F' where id=2; -update noar tt set v0='XKB47MXHIJKO2Y' where id=2; -update noar ti set v0='XKB47MXHIJKO2Y' where id=2; -update noar tt set b2='B1N1HM25MMRSEB' where id=2; -update noar ti set b2='B1N1HM25MMRSEB' where id=2; -update noar tt set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3; -update noar ti set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3; -update noar tt set b0='7C2NFFZ21CHNR' where id=3; -update noar ti set b0='7C2NFFZ21CHNR' where id=3; -update noar tt set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3; -update noar ti set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3; -update noar tt set b1='6R2QTRAIN' where id=3; -update noar ti set b1='6R2QTRAIN' where id=3; -update noar tt set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3; -update noar ti set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3; -update noar tt set b2='MFY' where id=3; -update noar ti set b2='MFY' where id=3; -update noar tt set v0='KPF5V32AK8IFN5H8A43A7H' where id=4; -update noar ti set v0='KPF5V32AK8IFN5H8A43A7H' where id=4; -update noar tt set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4; -update noar ti set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4; -update noar tt set v0='GV4IVQBPIB20M2IXNYNU' where id=4; -update noar ti set v0='GV4IVQBPIB20M2IXNYNU' where id=4; -update noar tt set b1='5OCFIE' where id=4; -update noar ti set b1='5OCFIE' where id=4; -update noar tt set v0='573GA9L3' where id=4; -update noar ti set v0='573GA9L3' where id=4; -update noar tt set b2='D2H3AGMYRCXMFIZ9LKX' where id=4; -update noar ti set b2='D2H3AGMYRCXMFIZ9LKX' where id=4; -update noar tt set v0='G3CQI6NNS' where id=5; -update noar ti set v0='G3CQI6NNS' where id=5; -update noar tt set b0='ICJ629Z6Z1G' where id=5; -update noar ti set b0='ICJ629Z6Z1G' where id=5; -update noar tt set v0='MEPUUC13THR15U7UAJR' where id=5; -update noar ti set v0='MEPUUC13THR15U7UAJR' where id=5; -update noar tt set b1='UFNZRE63HCEYVQF278ZB' where id=5; -update noar ti set b1='UFNZRE63HCEYVQF278ZB' where id=5; -update noar tt set v0='UJRZZ5YROICF9MMG3' where id=5; -update noar ti set v0='UJRZZ5YROICF9MMG3' where id=5; -update noar tt set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5; -update noar ti set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5; -update noar tt set v0='CWOJVA01' where id=6; -update noar ti set v0='CWOJVA01' where id=6; -update noar tt set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6; -update noar ti set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6; -update noar tt set v0='UYGHA4V0' where id=6; -update noar ti set v0='UYGHA4V0' where id=6; -update noar tt set b1='2VZZZZ2GJX5PBFNKFK' where id=6; -update noar ti set b1='2VZZZZ2GJX5PBFNKFK' where id=6; -update noar tt set v0='COWFEC3H498X' where id=6; -update noar ti set v0='COWFEC3H498X' where id=6; -update noar tt set b2='V81V0ZAGMO' where id=6; -update noar ti set b2='V81V0ZAGMO' where id=6; -update noar tt set v0='46' where id=7; -update noar ti set v0='46' where id=7; -update noar tt set b0='HPDP180T0' where id=7; -update noar ti set b0='HPDP180T0' where id=7; -update noar tt set v0='KOHD9G6AW579YUFJB' where id=7; -update noar ti set v0='KOHD9G6AW579YUFJB' where id=7; -update noar tt set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7; -update noar ti set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7; -update noar tt set v0='9TS4YJQM16XK44QGK' where id=7; -update noar ti set v0='9TS4YJQM16XK44QGK' where id=7; -update noar tt set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7; -update noar ti set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7; -update noar tt set v0='AZJ9YU8' where id=8; -update noar ti set v0='AZJ9YU8' where id=8; -update noar tt set b0='87H2I43CB' where id=8; -update noar ti set b0='87H2I43CB' where id=8; -update noar tt set v0='J4X' where id=8; -update noar ti set v0='J4X' where id=8; -update noar tt set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8; -update noar ti set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8; -update noar tt set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8; -update noar ti set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8; -update noar tt set b2='VC0BUEPZQCBJGH' where id=8; -update noar ti set b2='VC0BUEPZQCBJGH' where id=8; -update noar tt set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9; -update noar ti set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9; -update noar tt set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9; -update noar ti set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9; -update noar tt set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9; -update noar ti set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9; -update noar tt set b1='WT2WQGBZA5NDTIMHA' where id=9; -update noar ti set b1='WT2WQGBZA5NDTIMHA' where id=9; -update noar tt set v0='S43OB3JP' where id=9; -update noar ti set v0='S43OB3JP' where id=9; -update noar tt set b2='167K9PC4OQ' where id=9; -update noar ti set b2='167K9PC4OQ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='50RCO9JLZ2PCP5' where id=1; -update noar ti set v0='50RCO9JLZ2PCP5' where id=1; -update noar tt set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1; -update noar ti set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1; -update noar tt set v0='O8Y7J4HPNZQU8AIJ2' where id=1; -update noar ti set v0='O8Y7J4HPNZQU8AIJ2' where id=1; -update noar tt set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1; -update noar ti set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1; -update noar tt set v0='J5EI5W' where id=1; -update noar ti set v0='J5EI5W' where id=1; -update noar tt set b2='KL25N5PYDHHULJZ' where id=1; -update noar ti set b2='KL25N5PYDHHULJZ' where id=1; -update noar tt set v0='B4HSII' where id=2; -update noar ti set v0='B4HSII' where id=2; -update noar tt set b0='OYP' where id=2; -update noar ti set b0='OYP' where id=2; -update noar tt set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2; -update noar ti set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2; -update noar tt set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2; -update noar ti set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2; -update noar tt set v0='HQLO0LUVQMOJBJA' where id=2; -update noar ti set v0='HQLO0LUVQMOJBJA' where id=2; -update noar tt set b2='ITTO1E1O0TJ7ZZ75WC' where id=2; -update noar ti set b2='ITTO1E1O0TJ7ZZ75WC' where id=2; -update noar tt set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3; -update noar ti set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3; -update noar tt set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3; -update noar ti set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3; -update noar tt set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3; -update noar ti set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3; -update noar tt set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3; -update noar ti set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3; -update noar tt set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3; -update noar ti set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3; -update noar tt set b2='MK44' where id=3; -update noar ti set b2='MK44' where id=3; -update noar tt set v0='48Z45CTL4TGL9SSG38UZB4' where id=4; -update noar ti set v0='48Z45CTL4TGL9SSG38UZB4' where id=4; -update noar tt set b0='U6ASIAI04VUA4CJG75O3' where id=4; -update noar ti set b0='U6ASIAI04VUA4CJG75O3' where id=4; -update noar tt set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4; -update noar ti set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4; -update noar tt set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4; -update noar ti set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4; -update noar tt set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4; -update noar ti set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4; -update noar tt set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4; -update noar ti set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4; -update noar tt set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5; -update noar ti set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5; -update noar tt set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5; -update noar ti set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5; -update noar tt set v0='IO0SBG7G5TFJM4' where id=5; -update noar ti set v0='IO0SBG7G5TFJM4' where id=5; -update noar tt set b1='6YUNRCIFC5JKT' where id=5; -update noar ti set b1='6YUNRCIFC5JKT' where id=5; -update noar tt set v0='Y92DCBMQ' where id=5; -update noar ti set v0='Y92DCBMQ' where id=5; -update noar tt set b2='V4U1BLCKMFATATOEWBSF' where id=5; -update noar ti set b2='V4U1BLCKMFATATOEWBSF' where id=5; -update noar tt set v0='D1EI1' where id=6; -update noar ti set v0='D1EI1' where id=6; -update noar tt set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6; -update noar ti set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6; -update noar tt set v0='892KGP26627GMGXOV1S4Z0' where id=6; -update noar ti set v0='892KGP26627GMGXOV1S4Z0' where id=6; -update noar tt set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6; -update noar ti set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6; -update noar tt set v0='9ZYRWKX3' where id=6; -update noar ti set v0='9ZYRWKX3' where id=6; -update noar tt set b2='OD8D63R9QGAX32OYNI' where id=6; -update noar ti set b2='OD8D63R9QGAX32OYNI' where id=6; -update noar tt set v0='R8UXPSCDZ508S8U8' where id=7; -update noar ti set v0='R8UXPSCDZ508S8U8' where id=7; -update noar tt set b0='VMNXZE2F7TJQMMTUR6IF' where id=7; -update noar ti set b0='VMNXZE2F7TJQMMTUR6IF' where id=7; -update noar tt set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7; -update noar ti set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7; -update noar tt set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7; -update noar ti set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7; -update noar tt set v0='87E8HH7L' where id=7; -update noar ti set v0='87E8HH7L' where id=7; -update noar tt set b2='Z6' where id=7; -update noar ti set b2='Z6' where id=7; -update noar tt set v0='DSSQ' where id=8; -update noar ti set v0='DSSQ' where id=8; -update noar tt set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8; -update noar ti set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8; -update noar tt set v0='SHX6JGANSBC4TQEVNSY0' where id=8; -update noar ti set v0='SHX6JGANSBC4TQEVNSY0' where id=8; -update noar tt set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8; -update noar ti set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8; -update noar tt set v0='96JKDFJOO' where id=8; -update noar ti set v0='96JKDFJOO' where id=8; -update noar tt set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8; -update noar ti set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8; -update noar tt set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9; -update noar ti set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9; -update noar tt set b0='CQAHXE6SG772H3U2ALA' where id=9; -update noar ti set b0='CQAHXE6SG772H3U2ALA' where id=9; -update noar tt set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9; -update noar ti set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9; -update noar tt set b1='JUEO7UGL' where id=9; -update noar ti set b1='JUEO7UGL' where id=9; -update noar tt set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9; -update noar ti set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9; -update noar tt set b2='5QIIZ789T4' where id=9; -update noar ti set b2='5QIIZ789T4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1; -update noar ti set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1; -update noar tt set b0='57DCEZQ' where id=1; -update noar ti set b0='57DCEZQ' where id=1; -update noar tt set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1; -update noar ti set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1; -update noar tt set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1; -update noar ti set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1; -update noar tt set v0='NW01RNLPB1XGYJVAD3' where id=1; -update noar ti set v0='NW01RNLPB1XGYJVAD3' where id=1; -update noar tt set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1; -update noar ti set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1; -update noar tt set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2; -update noar ti set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2; -update noar tt set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2; -update noar ti set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2; -update noar tt set v0='OCP66CMFR0Z8S69W34O' where id=2; -update noar ti set v0='OCP66CMFR0Z8S69W34O' where id=2; -update noar tt set b1='OTFJF' where id=2; -update noar ti set b1='OTFJF' where id=2; -update noar tt set v0='C95HU32AO9Z' where id=2; -update noar ti set v0='C95HU32AO9Z' where id=2; -update noar tt set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2; -update noar ti set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2; -update noar tt set v0='8QFBMSNLI7JR74DCWYH5' where id=3; -update noar ti set v0='8QFBMSNLI7JR74DCWYH5' where id=3; -update noar tt set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3; -update noar ti set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3; -update noar tt set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3; -update noar ti set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3; -update noar tt set b1='270XASA7JJZROBB7O6M' where id=3; -update noar ti set b1='270XASA7JJZROBB7O6M' where id=3; -update noar tt set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3; -update noar ti set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3; -update noar tt set b2='KMZEXA3A9FGOM63RL1DU' where id=3; -update noar ti set b2='KMZEXA3A9FGOM63RL1DU' where id=3; -update noar tt set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4; -update noar ti set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4; -update noar tt set b0='FRLZIIP0F48GW8VU4VXZI' where id=4; -update noar ti set b0='FRLZIIP0F48GW8VU4VXZI' where id=4; -update noar tt set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4; -update noar ti set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4; -update noar tt set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4; -update noar ti set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4; -update noar tt set v0='QE4IHUVFGZRGNF' where id=4; -update noar ti set v0='QE4IHUVFGZRGNF' where id=4; -update noar tt set b2='P' where id=4; -update noar ti set b2='P' where id=4; -update noar tt set v0='DJNCX5SQTK' where id=5; -update noar ti set v0='DJNCX5SQTK' where id=5; -update noar tt set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5; -update noar ti set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5; -update noar tt set v0='8GVL4NPZ' where id=5; -update noar ti set v0='8GVL4NPZ' where id=5; -update noar tt set b1='LW0F7ZPM2' where id=5; -update noar ti set b1='LW0F7ZPM2' where id=5; -update noar tt set v0='BPLK0LD' where id=5; -update noar ti set v0='BPLK0LD' where id=5; -update noar tt set b2='D4S' where id=5; -update noar ti set b2='D4S' where id=5; -update noar tt set v0='JKYGMPPXAW6' where id=6; -update noar ti set v0='JKYGMPPXAW6' where id=6; -update noar tt set b0='NL7ABMQ' where id=6; -update noar ti set b0='NL7ABMQ' where id=6; -update noar tt set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6; -update noar ti set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6; -update noar tt set b1='BM2CHLWIC6DZNS' where id=6; -update noar ti set b1='BM2CHLWIC6DZNS' where id=6; -update noar tt set v0='J88PI3GFJNCCCEER4350' where id=6; -update noar ti set v0='J88PI3GFJNCCCEER4350' where id=6; -update noar tt set b2='PV3EH83BPH7K9KBH' where id=6; -update noar ti set b2='PV3EH83BPH7K9KBH' where id=6; -update noar tt set v0='EW' where id=7; -update noar ti set v0='EW' where id=7; -update noar tt set b0='RSKH1TA2C2S8KG9E8' where id=7; -update noar ti set b0='RSKH1TA2C2S8KG9E8' where id=7; -update noar tt set v0='4CN5OXWS' where id=7; -update noar ti set v0='4CN5OXWS' where id=7; -update noar tt set b1='UI1J1X' where id=7; -update noar ti set b1='UI1J1X' where id=7; -update noar tt set v0='TUV' where id=7; -update noar ti set v0='TUV' where id=7; -update noar tt set b2='EKKFDTL' where id=7; -update noar ti set b2='EKKFDTL' where id=7; -update noar tt set v0='ZU9' where id=8; -update noar ti set v0='ZU9' where id=8; -update noar tt set b0='IE' where id=8; -update noar ti set b0='IE' where id=8; -update noar tt set v0='HV' where id=8; -update noar ti set v0='HV' where id=8; -update noar tt set b1='F5AVF' where id=8; -update noar ti set b1='F5AVF' where id=8; -update noar tt set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8; -update noar ti set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8; -update noar tt set b2='9DQH' where id=8; -update noar ti set b2='9DQH' where id=8; -update noar tt set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9; -update noar ti set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9; -update noar tt set b0='CUNUCWH' where id=9; -update noar ti set b0='CUNUCWH' where id=9; -update noar tt set v0='9K85Z30MX05KX0' where id=9; -update noar ti set v0='9K85Z30MX05KX0' where id=9; -update noar tt set b1='ET3WJTI' where id=9; -update noar ti set b1='ET3WJTI' where id=9; -update noar tt set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9; -update noar ti set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9; -update noar tt set b2='CNF2VVL0GK' where id=9; -update noar ti set b2='CNF2VVL0GK' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1; -update noar ti set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1; -update noar tt set b0='SD0DCNISM6T' where id=1; -update noar ti set b0='SD0DCNISM6T' where id=1; -update noar tt set v0='EX' where id=1; -update noar ti set v0='EX' where id=1; -update noar tt set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1; -update noar ti set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1; -update noar tt set v0='LZF12I3940AUCYJL3' where id=1; -update noar ti set v0='LZF12I3940AUCYJL3' where id=1; -update noar tt set b2='9' where id=1; -update noar ti set b2='9' where id=1; -update noar tt set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2; -update noar ti set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2; -update noar tt set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2; -update noar ti set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2; -update noar tt set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2; -update noar ti set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2; -update noar tt set b1='W7KIGZHH29POEJF' where id=2; -update noar ti set b1='W7KIGZHH29POEJF' where id=2; -update noar tt set v0='4OVO3AYB0VQ2EEBND7R' where id=2; -update noar ti set v0='4OVO3AYB0VQ2EEBND7R' where id=2; -update noar tt set b2='UI9WQUJPYA' where id=2; -update noar ti set b2='UI9WQUJPYA' where id=2; -update noar tt set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3; -update noar ti set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3; -update noar tt set b0='M' where id=3; -update noar ti set b0='M' where id=3; -update noar tt set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3; -update noar ti set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3; -update noar tt set b1='3M9ZAY6KCMCEVT55PB' where id=3; -update noar ti set b1='3M9ZAY6KCMCEVT55PB' where id=3; -update noar tt set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3; -update noar ti set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3; -update noar tt set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3; -update noar ti set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3; -update noar tt set v0='7YZ1GVXYQAZ7M' where id=4; -update noar ti set v0='7YZ1GVXYQAZ7M' where id=4; -update noar tt set b0='I3RFY9' where id=4; -update noar ti set b0='I3RFY9' where id=4; -update noar tt set v0='2M4SR0PYAEH' where id=4; -update noar ti set v0='2M4SR0PYAEH' where id=4; -update noar tt set b1='2SEC6MBYRK7BDG2H3TQ' where id=4; -update noar ti set b1='2SEC6MBYRK7BDG2H3TQ' where id=4; -update noar tt set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4; -update noar ti set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4; -update noar tt set b2='D7WDO8F' where id=4; -update noar ti set b2='D7WDO8F' where id=4; -update noar tt set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5; -update noar ti set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5; -update noar tt set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5; -update noar ti set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5; -update noar tt set v0='SFH8LF1M1UR' where id=5; -update noar ti set v0='SFH8LF1M1UR' where id=5; -update noar tt set b1='2Z0Q4XTYCDAWJUR' where id=5; -update noar ti set b1='2Z0Q4XTYCDAWJUR' where id=5; -update noar tt set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5; -update noar ti set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5; -update noar tt set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5; -update noar ti set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5; -update noar tt set v0='TU79F08N50UI4L1O' where id=6; -update noar ti set v0='TU79F08N50UI4L1O' where id=6; -update noar tt set b0='XOBI8I4' where id=6; -update noar ti set b0='XOBI8I4' where id=6; -update noar tt set v0='7B63CCS09SZHOQ' where id=6; -update noar ti set v0='7B63CCS09SZHOQ' where id=6; -update noar tt set b1='AWP2FPSJQ0EB6A25M6' where id=6; -update noar ti set b1='AWP2FPSJQ0EB6A25M6' where id=6; -update noar tt set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6; -update noar ti set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6; -update noar tt set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6; -update noar ti set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6; -update noar tt set v0='7C9YTG3PXX' where id=7; -update noar ti set v0='7C9YTG3PXX' where id=7; -update noar tt set b0='EI93' where id=7; -update noar ti set b0='EI93' where id=7; -update noar tt set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7; -update noar ti set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7; -update noar tt set b1='C0EMNJO' where id=7; -update noar ti set b1='C0EMNJO' where id=7; -update noar tt set v0='MLQNW1XP19FF3BPQ5' where id=7; -update noar ti set v0='MLQNW1XP19FF3BPQ5' where id=7; -update noar tt set b2='BYJ6W' where id=7; -update noar ti set b2='BYJ6W' where id=7; -update noar tt set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8; -update noar ti set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8; -update noar tt set b0='P8OEM' where id=8; -update noar ti set b0='P8OEM' where id=8; -update noar tt set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8; -update noar ti set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8; -update noar tt set b1='C4ZYBOR31BS9' where id=8; -update noar ti set b1='C4ZYBOR31BS9' where id=8; -update noar tt set v0='I332AIMZO2VL485' where id=8; -update noar ti set v0='I332AIMZO2VL485' where id=8; -update noar tt set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8; -update noar ti set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8; -update noar tt set v0='CZHHJ' where id=9; -update noar ti set v0='CZHHJ' where id=9; -update noar tt set b0='5' where id=9; -update noar ti set b0='5' where id=9; -update noar tt set v0='X99Z9UB6DI86UD5P' where id=9; -update noar ti set v0='X99Z9UB6DI86UD5P' where id=9; -update noar tt set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9; -update noar ti set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9; -update noar tt set v0='Y06SNYH3' where id=9; -update noar ti set v0='Y06SNYH3' where id=9; -update noar tt set b2='MWNSAEZ2P' where id=9; -update noar ti set b2='MWNSAEZ2P' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='T' where id=1; -update noar ti set v0='T' where id=1; -update noar tt set b0='SIU9ULYKC' where id=1; -update noar ti set b0='SIU9ULYKC' where id=1; -update noar tt set v0='ZFZH3PB7ED' where id=1; -update noar ti set v0='ZFZH3PB7ED' where id=1; -update noar tt set b1='ZU' where id=1; -update noar ti set b1='ZU' where id=1; -update noar tt set v0='EOTFHZ5EWJ1AYOFD' where id=1; -update noar ti set v0='EOTFHZ5EWJ1AYOFD' where id=1; -update noar tt set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1; -update noar ti set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1; -update noar tt set v0='H5DW9A' where id=2; -update noar ti set v0='H5DW9A' where id=2; -update noar tt set b0='639001SULAZG18U7AU4YRVA' where id=2; -update noar ti set b0='639001SULAZG18U7AU4YRVA' where id=2; -update noar tt set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2; -update noar ti set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2; -update noar tt set b1='MS6STQRV4GAXOC9C' where id=2; -update noar ti set b1='MS6STQRV4GAXOC9C' where id=2; -update noar tt set v0='F01CPGHT4JLKXH3I6W7' where id=2; -update noar ti set v0='F01CPGHT4JLKXH3I6W7' where id=2; -update noar tt set b2='IO06VG' where id=2; -update noar ti set b2='IO06VG' where id=2; -update noar tt set v0='AGJ' where id=3; -update noar ti set v0='AGJ' where id=3; -update noar tt set b0='RB' where id=3; -update noar ti set b0='RB' where id=3; -update noar tt set v0='2UWLYEU2BGADY' where id=3; -update noar ti set v0='2UWLYEU2BGADY' where id=3; -update noar tt set b1='9752DUQ93LK42Z115J60XPNV' where id=3; -update noar ti set b1='9752DUQ93LK42Z115J60XPNV' where id=3; -update noar tt set v0='MPMSFRQI' where id=3; -update noar ti set v0='MPMSFRQI' where id=3; -update noar tt set b2='B' where id=3; -update noar ti set b2='B' where id=3; -update noar tt set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4; -update noar ti set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4; -update noar tt set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4; -update noar ti set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4; -update noar tt set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4; -update noar ti set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4; -update noar tt set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4; -update noar ti set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4; -update noar tt set v0='JZ2O19P3' where id=4; -update noar ti set v0='JZ2O19P3' where id=4; -update noar tt set b2='E8CRIRAT7S' where id=4; -update noar ti set b2='E8CRIRAT7S' where id=4; -update noar tt set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5; -update noar ti set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5; -update noar tt set b0='CAA2O' where id=5; -update noar ti set b0='CAA2O' where id=5; -update noar tt set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5; -update noar ti set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5; -update noar tt set b1='QVPYAC9LFB7G' where id=5; -update noar ti set b1='QVPYAC9LFB7G' where id=5; -update noar tt set v0='TYBZYCODHQ8QRU' where id=5; -update noar ti set v0='TYBZYCODHQ8QRU' where id=5; -update noar tt set b2='GW0BWV8FJ077RHJR' where id=5; -update noar ti set b2='GW0BWV8FJ077RHJR' where id=5; -update noar tt set v0='N94BACIP6HE6XA4NW0Y' where id=6; -update noar ti set v0='N94BACIP6HE6XA4NW0Y' where id=6; -update noar tt set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6; -update noar ti set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6; -update noar tt set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6; -update noar ti set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6; -update noar tt set b1='F58CMPMY' where id=6; -update noar ti set b1='F58CMPMY' where id=6; -update noar tt set v0='S66TOKO2LGXOXN5OM8' where id=6; -update noar ti set v0='S66TOKO2LGXOXN5OM8' where id=6; -update noar tt set b2='8B6OD13T38XMR' where id=6; -update noar ti set b2='8B6OD13T38XMR' where id=6; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7; -update noar ti set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7; -update noar tt set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7; -update noar ti set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7; -update noar tt set b1='BU148FKQ100F7D' where id=7; -update noar ti set b1='BU148FKQ100F7D' where id=7; -update noar tt set v0='QU2TL69T0ML49545YVQL98' where id=7; -update noar ti set v0='QU2TL69T0ML49545YVQL98' where id=7; -update noar tt set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7; -update noar ti set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7; -update noar tt set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8; -update noar ti set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8; -update noar tt set b0='FJK1' where id=8; -update noar ti set b0='FJK1' where id=8; -update noar tt set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8; -update noar ti set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8; -update noar tt set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8; -update noar ti set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8; -update noar tt set v0='39PVX0HHATHKDLJ7BV3D75' where id=8; -update noar ti set v0='39PVX0HHATHKDLJ7BV3D75' where id=8; -update noar tt set b2='YENGFU8QCGABF37P6YQ' where id=8; -update noar ti set b2='YENGFU8QCGABF37P6YQ' where id=8; -update noar tt set v0='4J49JA6L5KPL9R' where id=9; -update noar ti set v0='4J49JA6L5KPL9R' where id=9; -update noar tt set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9; -update noar ti set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9; -update noar tt set v0='4LQNA9H5Q3L9' where id=9; -update noar ti set v0='4LQNA9H5Q3L9' where id=9; -update noar tt set b1='66Q' where id=9; -update noar ti set b1='66Q' where id=9; -update noar tt set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9; -update noar ti set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9; -update noar tt set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9; -update noar ti set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U8SIJCI4YPN' where id=1; -update noar ti set v0='U8SIJCI4YPN' where id=1; -update noar tt set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1; -update noar ti set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1; -update noar tt set v0='0OO' where id=1; -update noar ti set v0='0OO' where id=1; -update noar tt set b1='8S7HWXRE3UJ' where id=1; -update noar ti set b1='8S7HWXRE3UJ' where id=1; -update noar tt set v0='F69OSZO1FRATRYPHY' where id=1; -update noar ti set v0='F69OSZO1FRATRYPHY' where id=1; -update noar tt set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1; -update noar ti set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1; -update noar tt set v0='LNT4C43E05EMHJF5SQL' where id=2; -update noar ti set v0='LNT4C43E05EMHJF5SQL' where id=2; -update noar tt set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2; -update noar ti set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2; -update noar tt set v0='G3H3MNG8J323QA2YHF' where id=2; -update noar ti set v0='G3H3MNG8J323QA2YHF' where id=2; -update noar tt set b1='54GZX2XF609LF0SABF8Q' where id=2; -update noar ti set b1='54GZX2XF609LF0SABF8Q' where id=2; -update noar tt set v0='ZUIWP20Y7GQ5T2SM4' where id=2; -update noar ti set v0='ZUIWP20Y7GQ5T2SM4' where id=2; -update noar tt set b2='7V3L5A6' where id=2; -update noar ti set b2='7V3L5A6' where id=2; -update noar tt set v0='XMA0JT04TAN3QHZT' where id=3; -update noar ti set v0='XMA0JT04TAN3QHZT' where id=3; -update noar tt set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3; -update noar ti set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3; -update noar tt set v0='1XUTKRMRDOZLIQC3A' where id=3; -update noar ti set v0='1XUTKRMRDOZLIQC3A' where id=3; -update noar tt set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3; -update noar ti set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3; -update noar tt set v0='FSHR80K' where id=3; -update noar ti set v0='FSHR80K' where id=3; -update noar tt set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3; -update noar ti set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3; -update noar tt set v0='9QY2JTEJBS5M0TSC3O' where id=4; -update noar ti set v0='9QY2JTEJBS5M0TSC3O' where id=4; -update noar tt set b0='6N4D0L4CY' where id=4; -update noar ti set b0='6N4D0L4CY' where id=4; -update noar tt set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4; -update noar ti set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4; -update noar tt set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4; -update noar ti set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4; -update noar tt set v0='5ISQS21S9' where id=4; -update noar ti set v0='5ISQS21S9' where id=4; -update noar tt set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4; -update noar ti set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4; -update noar tt set v0='JX4C84CT' where id=5; -update noar ti set v0='JX4C84CT' where id=5; -update noar tt set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5; -update noar ti set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5; -update noar tt set v0='ZAO9' where id=5; -update noar ti set v0='ZAO9' where id=5; -update noar tt set b1='6CK27' where id=5; -update noar ti set b1='6CK27' where id=5; -update noar tt set v0='HZTQ1M' where id=5; -update noar ti set v0='HZTQ1M' where id=5; -update noar tt set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5; -update noar ti set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5; -update noar tt set v0='4VA3JP' where id=6; -update noar ti set v0='4VA3JP' where id=6; -update noar tt set b0='HEW7B3VU83PUET' where id=6; -update noar ti set b0='HEW7B3VU83PUET' where id=6; -update noar tt set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6; -update noar ti set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6; -update noar tt set b1='GCGDIH86ZJK351PYI' where id=6; -update noar ti set b1='GCGDIH86ZJK351PYI' where id=6; -update noar tt set v0='JCLYLMSAE' where id=6; -update noar ti set v0='JCLYLMSAE' where id=6; -update noar tt set b2='ESGORQWV' where id=6; -update noar ti set b2='ESGORQWV' where id=6; -update noar tt set v0='LTDNZ4ZY1NR4' where id=7; -update noar ti set v0='LTDNZ4ZY1NR4' where id=7; -update noar tt set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7; -update noar ti set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7; -update noar tt set v0='YT3SR0TMOP' where id=7; -update noar ti set v0='YT3SR0TMOP' where id=7; -update noar tt set b1='7' where id=7; -update noar ti set b1='7' where id=7; -update noar tt set v0='57HM20P752U1U9CMZ' where id=7; -update noar ti set v0='57HM20P752U1U9CMZ' where id=7; -update noar tt set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7; -update noar ti set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7; -update noar tt set v0='ZJVSLN2SL6XTEN6' where id=8; -update noar ti set v0='ZJVSLN2SL6XTEN6' where id=8; -update noar tt set b0='QLX75HLH3SIM1TXF4F2OF' where id=8; -update noar ti set b0='QLX75HLH3SIM1TXF4F2OF' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8; -update noar ti set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8; -update noar tt set v0='F' where id=8; -update noar ti set v0='F' where id=8; -update noar tt set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8; -update noar ti set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8; -update noar tt set v0='41PZHYVX' where id=9; -update noar ti set v0='41PZHYVX' where id=9; -update noar tt set b0='K3TX52Z' where id=9; -update noar ti set b0='K3TX52Z' where id=9; -update noar tt set v0='C6' where id=9; -update noar ti set v0='C6' where id=9; -update noar tt set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9; -update noar ti set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9; -update noar tt set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9; -update noar ti set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9; -update noar tt set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9; -update noar ti set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TBBF7PNIEY0' where id=1; -update noar ti set v0='TBBF7PNIEY0' where id=1; -update noar tt set b0='LIZNCB0CTAXNQSD93GJ7' where id=1; -update noar ti set b0='LIZNCB0CTAXNQSD93GJ7' where id=1; -update noar tt set v0='K4I1C1C' where id=1; -update noar ti set v0='K4I1C1C' where id=1; -update noar tt set b1='VKP9NE2M88912BMV83E85RKX0' where id=1; -update noar ti set b1='VKP9NE2M88912BMV83E85RKX0' where id=1; -update noar tt set v0='XYPIXPOQCVNTJ' where id=1; -update noar ti set v0='XYPIXPOQCVNTJ' where id=1; -update noar tt set b2='T8ZJH' where id=1; -update noar ti set b2='T8ZJH' where id=1; -update noar tt set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2; -update noar ti set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2; -update noar tt set b0='2KFS6VVW6KVUQYOZ' where id=2; -update noar ti set b0='2KFS6VVW6KVUQYOZ' where id=2; -update noar tt set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2; -update noar ti set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2; -update noar tt set b1='QC' where id=2; -update noar ti set b1='QC' where id=2; -update noar tt set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2; -update noar ti set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2; -update noar tt set b2='AK55K44396UYZA58SF6' where id=2; -update noar ti set b2='AK55K44396UYZA58SF6' where id=2; -update noar tt set v0='BVXN6HK9' where id=3; -update noar ti set v0='BVXN6HK9' where id=3; -update noar tt set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3; -update noar ti set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3; -update noar tt set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3; -update noar ti set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3; -update noar tt set b1='E' where id=3; -update noar ti set b1='E' where id=3; -update noar tt set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3; -update noar ti set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3; -update noar tt set b2='M12B16' where id=3; -update noar ti set b2='M12B16' where id=3; -update noar tt set v0='JJ7NM' where id=4; -update noar ti set v0='JJ7NM' where id=4; -update noar tt set b0='5Z1QWAHPXTIZH' where id=4; -update noar ti set b0='5Z1QWAHPXTIZH' where id=4; -update noar tt set v0='5ASWU915ZHUJ6ZAX3' where id=4; -update noar ti set v0='5ASWU915ZHUJ6ZAX3' where id=4; -update noar tt set b1='M' where id=4; -update noar ti set b1='M' where id=4; -update noar tt set v0='35WL482ODFSP' where id=4; -update noar ti set v0='35WL482ODFSP' where id=4; -update noar tt set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4; -update noar ti set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4; -update noar tt set v0='49QN' where id=5; -update noar ti set v0='49QN' where id=5; -update noar tt set b0='FSBF' where id=5; -update noar ti set b0='FSBF' where id=5; -update noar tt set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5; -update noar ti set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5; -update noar tt set b1='XREMAVV3V' where id=5; -update noar ti set b1='XREMAVV3V' where id=5; -update noar tt set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5; -update noar ti set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5; -update noar tt set b2='ZLH0PSC738953AXM3' where id=5; -update noar ti set b2='ZLH0PSC738953AXM3' where id=5; -update noar tt set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6; -update noar ti set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6; -update noar tt set b0='TV6AFZN19FM' where id=6; -update noar ti set b0='TV6AFZN19FM' where id=6; -update noar tt set v0='3WYRVJB726G0' where id=6; -update noar ti set v0='3WYRVJB726G0' where id=6; -update noar tt set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6; -update noar ti set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6; -update noar tt set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6; -update noar ti set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6; -update noar tt set b2='1SCYP805068' where id=6; -update noar ti set b2='1SCYP805068' where id=6; -update noar tt set v0='DJUBO3DUJVAN' where id=7; -update noar ti set v0='DJUBO3DUJVAN' where id=7; -update noar tt set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7; -update noar ti set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7; -update noar tt set v0='CTRS5FX94HLNNDS2ICS' where id=7; -update noar ti set v0='CTRS5FX94HLNNDS2ICS' where id=7; -update noar tt set b1='FVHURWB1WUVU0Z9AD' where id=7; -update noar ti set b1='FVHURWB1WUVU0Z9AD' where id=7; -update noar tt set v0='AY' where id=7; -update noar ti set v0='AY' where id=7; -update noar tt set b2='3YMPHT51' where id=7; -update noar ti set b2='3YMPHT51' where id=7; -update noar tt set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8; -update noar ti set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8; -update noar tt set b0='561GQ1WTR5JUT4' where id=8; -update noar ti set b0='561GQ1WTR5JUT4' where id=8; -update noar tt set v0='CRDDPT6' where id=8; -update noar ti set v0='CRDDPT6' where id=8; -update noar tt set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8; -update noar ti set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8; -update noar tt set v0='E83T4C3AGAUEE8CA' where id=8; -update noar ti set v0='E83T4C3AGAUEE8CA' where id=8; -update noar tt set b2='PQEKJUKB6BG46N' where id=8; -update noar ti set b2='PQEKJUKB6BG46N' where id=8; -update noar tt set v0='QQLMPUZ48F2MKG57Y' where id=9; -update noar ti set v0='QQLMPUZ48F2MKG57Y' where id=9; -update noar tt set b0='57KJMENX6Q' where id=9; -update noar ti set b0='57KJMENX6Q' where id=9; -update noar tt set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9; -update noar ti set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9; -update noar tt set b1='7' where id=9; -update noar ti set b1='7' where id=9; -update noar tt set v0='E4' where id=9; -update noar ti set v0='E4' where id=9; -update noar tt set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9; -update noar ti set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2E' where id=1; -update noar ti set v0='2E' where id=1; -update noar tt set b0='53TK1A4LL' where id=1; -update noar ti set b0='53TK1A4LL' where id=1; -update noar tt set v0='9M5M4WWJUM' where id=1; -update noar ti set v0='9M5M4WWJUM' where id=1; -update noar tt set b1='SI6NYL' where id=1; -update noar ti set b1='SI6NYL' where id=1; -update noar tt set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1; -update noar ti set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1; -update noar tt set b2='87CERJODG11T5I7XLZ67' where id=1; -update noar ti set b2='87CERJODG11T5I7XLZ67' where id=1; -update noar tt set v0='325DYXA87X2WCVXI8RQBA8' where id=2; -update noar ti set v0='325DYXA87X2WCVXI8RQBA8' where id=2; -update noar tt set b0='9DB4O5F174YRU70V3' where id=2; -update noar ti set b0='9DB4O5F174YRU70V3' where id=2; -update noar tt set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2; -update noar ti set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2; -update noar tt set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2; -update noar ti set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2; -update noar tt set v0='W5I' where id=2; -update noar ti set v0='W5I' where id=2; -update noar tt set b2='C' where id=2; -update noar ti set b2='C' where id=2; -update noar tt set v0='0CRRFIUSG5FX' where id=3; -update noar ti set v0='0CRRFIUSG5FX' where id=3; -update noar tt set b0='IHB' where id=3; -update noar ti set b0='IHB' where id=3; -update noar tt set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3; -update noar ti set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3; -update noar tt set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3; -update noar ti set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3; -update noar tt set v0='18AJ7I5ERYTH' where id=3; -update noar ti set v0='18AJ7I5ERYTH' where id=3; -update noar tt set b2='8DQ9V' where id=3; -update noar ti set b2='8DQ9V' where id=3; -update noar tt set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4; -update noar ti set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4; -update noar tt set b0='BFBZOC5JPDFE' where id=4; -update noar ti set b0='BFBZOC5JPDFE' where id=4; -update noar tt set v0='LKCVPSETW2YZ8GG6BTZC' where id=4; -update noar ti set v0='LKCVPSETW2YZ8GG6BTZC' where id=4; -update noar tt set b1='M' where id=4; -update noar ti set b1='M' where id=4; -update noar tt set v0='PHQTBXBOD0M14DII' where id=4; -update noar ti set v0='PHQTBXBOD0M14DII' where id=4; -update noar tt set b2='OHQHP6YE' where id=4; -update noar ti set b2='OHQHP6YE' where id=4; -update noar tt set v0='J6S2OAVLBQXOF2' where id=5; -update noar ti set v0='J6S2OAVLBQXOF2' where id=5; -update noar tt set b0='LF8KZHUOLIMPORVU' where id=5; -update noar ti set b0='LF8KZHUOLIMPORVU' where id=5; -update noar tt set v0='FAP2FZOKQPPUB2J' where id=5; -update noar ti set v0='FAP2FZOKQPPUB2J' where id=5; -update noar tt set b1='R3GYXMU' where id=5; -update noar ti set b1='R3GYXMU' where id=5; -update noar tt set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5; -update noar ti set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5; -update noar tt set b2='1C7TCKJTE73L' where id=5; -update noar ti set b2='1C7TCKJTE73L' where id=5; -update noar tt set v0='QXY' where id=6; -update noar ti set v0='QXY' where id=6; -update noar tt set b0='N3P9Y60LA' where id=6; -update noar ti set b0='N3P9Y60LA' where id=6; -update noar tt set v0='KQ9AMGGCUE5PHY75I2' where id=6; -update noar ti set v0='KQ9AMGGCUE5PHY75I2' where id=6; -update noar tt set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6; -update noar ti set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6; -update noar tt set v0='HJX8KQMJKE47VFJ8Q6' where id=6; -update noar ti set v0='HJX8KQMJKE47VFJ8Q6' where id=6; -update noar tt set b2='ITLB5314ATXDPQL4LXS1C' where id=6; -update noar ti set b2='ITLB5314ATXDPQL4LXS1C' where id=6; -update noar tt set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7; -update noar ti set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7; -update noar tt set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7; -update noar ti set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7; -update noar tt set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7; -update noar ti set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7; -update noar tt set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7; -update noar ti set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7; -update noar tt set v0='I71R32RCD40GV' where id=7; -update noar ti set v0='I71R32RCD40GV' where id=7; -update noar tt set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7; -update noar ti set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7; -update noar tt set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8; -update noar ti set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8; -update noar tt set b0='ZBNA0TCRCEB' where id=8; -update noar ti set b0='ZBNA0TCRCEB' where id=8; -update noar tt set v0='JDJZEAESVWDVDTYRH2XB0' where id=8; -update noar ti set v0='JDJZEAESVWDVDTYRH2XB0' where id=8; -update noar tt set b1='LVF' where id=8; -update noar ti set b1='LVF' where id=8; -update noar tt set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8; -update noar ti set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8; -update noar tt set b2='5LJSMNV0P571P2N' where id=8; -update noar ti set b2='5LJSMNV0P571P2N' where id=8; -update noar tt set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9; -update noar ti set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9; -update noar tt set b0='A5O3IP3Y' where id=9; -update noar ti set b0='A5O3IP3Y' where id=9; -update noar tt set v0='BDS' where id=9; -update noar ti set v0='BDS' where id=9; -update noar tt set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9; -update noar ti set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9; -update noar tt set v0='GZ31I1069A' where id=9; -update noar ti set v0='GZ31I1069A' where id=9; -update noar tt set b2='1JP3' where id=9; -update noar ti set b2='1JP3' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UKIJ7HPB54D2N1KW50' where id=1; -update noar ti set v0='UKIJ7HPB54D2N1KW50' where id=1; -update noar tt set b0='KW' where id=1; -update noar ti set b0='KW' where id=1; -update noar tt set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1; -update noar ti set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1; -update noar tt set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1; -update noar ti set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1; -update noar tt set v0='G9UB9LVW5C' where id=1; -update noar ti set v0='G9UB9LVW5C' where id=1; -update noar tt set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1; -update noar ti set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1; -update noar tt set v0='V2C' where id=2; -update noar ti set v0='V2C' where id=2; -update noar tt set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2; -update noar ti set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2; -update noar tt set v0='UOOBPBV53' where id=2; -update noar ti set v0='UOOBPBV53' where id=2; -update noar tt set b1='BW41MYTU2E4BGDJN6Z' where id=2; -update noar ti set b1='BW41MYTU2E4BGDJN6Z' where id=2; -update noar tt set v0='WN43Z4AAZ80W' where id=2; -update noar ti set v0='WN43Z4AAZ80W' where id=2; -update noar tt set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2; -update noar ti set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2; -update noar tt set v0='MI1KT' where id=3; -update noar ti set v0='MI1KT' where id=3; -update noar tt set b0='T1TJOALQQWM' where id=3; -update noar ti set b0='T1TJOALQQWM' where id=3; -update noar tt set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3; -update noar ti set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3; -update noar tt set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3; -update noar ti set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3; -update noar tt set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3; -update noar ti set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3; -update noar tt set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3; -update noar ti set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3; -update noar tt set v0='U8WK8TM6IN9TVFWFZG' where id=4; -update noar ti set v0='U8WK8TM6IN9TVFWFZG' where id=4; -update noar tt set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4; -update noar ti set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4; -update noar tt set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4; -update noar ti set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4; -update noar tt set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4; -update noar ti set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4; -update noar tt set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4; -update noar ti set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4; -update noar tt set b2='ZFL89395OILU1ENGJAAM' where id=4; -update noar ti set b2='ZFL89395OILU1ENGJAAM' where id=4; -update noar tt set v0='9KP9F90F8VOV' where id=5; -update noar ti set v0='9KP9F90F8VOV' where id=5; -update noar tt set b0='QAD1TZ3G4VR7E' where id=5; -update noar ti set b0='QAD1TZ3G4VR7E' where id=5; -update noar tt set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5; -update noar ti set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5; -update noar tt set b1='7AG7O3IW9SNK3CDRARU' where id=5; -update noar ti set b1='7AG7O3IW9SNK3CDRARU' where id=5; -update noar tt set v0='93DY8PIEHIYBNW5N78HC' where id=5; -update noar ti set v0='93DY8PIEHIYBNW5N78HC' where id=5; -update noar tt set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5; -update noar ti set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5; -update noar tt set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6; -update noar ti set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6; -update noar tt set b0='FB37HKBDAKD23ZZZP4Z3' where id=6; -update noar ti set b0='FB37HKBDAKD23ZZZP4Z3' where id=6; -update noar tt set v0='TP2MLYK14IH5S1D' where id=6; -update noar ti set v0='TP2MLYK14IH5S1D' where id=6; -update noar tt set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6; -update noar ti set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6; -update noar tt set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6; -update noar ti set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6; -update noar tt set b2='SMKR3N' where id=6; -update noar ti set b2='SMKR3N' where id=6; -update noar tt set v0='X8W4YF0191NKRO2AFAU' where id=7; -update noar ti set v0='X8W4YF0191NKRO2AFAU' where id=7; -update noar tt set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7; -update noar ti set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7; -update noar tt set v0='KXUIANCEXBWSL3FP4SGU' where id=7; -update noar ti set v0='KXUIANCEXBWSL3FP4SGU' where id=7; -update noar tt set b1='8RQKOE8FYOHIWA8WB' where id=7; -update noar ti set b1='8RQKOE8FYOHIWA8WB' where id=7; -update noar tt set v0='7QMZAYZ36FVC5F87' where id=7; -update noar ti set v0='7QMZAYZ36FVC5F87' where id=7; -update noar tt set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7; -update noar ti set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7; -update noar tt set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8; -update noar ti set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8; -update noar tt set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8; -update noar ti set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8; -update noar tt set v0='K1ZTD89TLKK103E09C8Q7' where id=8; -update noar ti set v0='K1ZTD89TLKK103E09C8Q7' where id=8; -update noar tt set b1='12NDKZ9HL' where id=8; -update noar ti set b1='12NDKZ9HL' where id=8; -update noar tt set v0='A442U8OULC7M2T5UB7416KL' where id=8; -update noar ti set v0='A442U8OULC7M2T5UB7416KL' where id=8; -update noar tt set b2='7ZJE82EX9XK7DL6L' where id=8; -update noar ti set b2='7ZJE82EX9XK7DL6L' where id=8; -update noar tt set v0='VOSU04MMOBI3009UXCM5' where id=9; -update noar ti set v0='VOSU04MMOBI3009UXCM5' where id=9; -update noar tt set b0='PRKEEUBGOTXA3' where id=9; -update noar ti set b0='PRKEEUBGOTXA3' where id=9; -update noar tt set v0='E32NQOLSN3KUSOTNNQ' where id=9; -update noar ti set v0='E32NQOLSN3KUSOTNNQ' where id=9; -update noar tt set b1='345AT8LGSTZVN4HTUJ2LM' where id=9; -update noar ti set b1='345AT8LGSTZVN4HTUJ2LM' where id=9; -update noar tt set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9; -update noar ti set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9; -update noar tt set b2='161CVACR' where id=9; -update noar ti set b2='161CVACR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3WGRYWS1JL87K' where id=1; -update noar ti set v0='S3WGRYWS1JL87K' where id=1; -update noar tt set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1; -update noar ti set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1; -update noar tt set v0='E7KQ4DM76T29VJKJM' where id=1; -update noar ti set v0='E7KQ4DM76T29VJKJM' where id=1; -update noar tt set b1='RWPL' where id=1; -update noar ti set b1='RWPL' where id=1; -update noar tt set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1; -update noar ti set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set v0='605452XQRHQ' where id=2; -update noar ti set v0='605452XQRHQ' where id=2; -update noar tt set b0='S2Y1GNILERW5BX' where id=2; -update noar ti set b0='S2Y1GNILERW5BX' where id=2; -update noar tt set v0='322C' where id=2; -update noar ti set v0='322C' where id=2; -update noar tt set b1='F2TJ6BN8LP9D2KM8' where id=2; -update noar ti set b1='F2TJ6BN8LP9D2KM8' where id=2; -update noar tt set v0='JWR0IFLLBS' where id=2; -update noar ti set v0='JWR0IFLLBS' where id=2; -update noar tt set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2; -update noar ti set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2; -update noar tt set v0='6W' where id=3; -update noar ti set v0='6W' where id=3; -update noar tt set b0='Q3RL2U' where id=3; -update noar ti set b0='Q3RL2U' where id=3; -update noar tt set v0='LPGJ8XWM69B14YMLR' where id=3; -update noar ti set v0='LPGJ8XWM69B14YMLR' where id=3; -update noar tt set b1='GHQS7QEWEO9XE91UI4CB' where id=3; -update noar ti set b1='GHQS7QEWEO9XE91UI4CB' where id=3; -update noar tt set v0='H98TAFAKTIEGX' where id=3; -update noar ti set v0='H98TAFAKTIEGX' where id=3; -update noar tt set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3; -update noar ti set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3; -update noar tt set v0='U59L' where id=4; -update noar ti set v0='U59L' where id=4; -update noar tt set b0='0Y4JKSE8450D8SFL0' where id=4; -update noar ti set b0='0Y4JKSE8450D8SFL0' where id=4; -update noar tt set v0='29JZ7IN87653YDI9N0EVHEM' where id=4; -update noar ti set v0='29JZ7IN87653YDI9N0EVHEM' where id=4; -update noar tt set b1='QEBZE2HC3NP9U' where id=4; -update noar ti set b1='QEBZE2HC3NP9U' where id=4; -update noar tt set v0='4ED1URIBWQ9W1QQNGCDI' where id=4; -update noar ti set v0='4ED1URIBWQ9W1QQNGCDI' where id=4; -update noar tt set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4; -update noar ti set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4; -update noar tt set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5; -update noar ti set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5; -update noar tt set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5; -update noar ti set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5; -update noar tt set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5; -update noar ti set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5; -update noar tt set b1='2TCB3SDEGTPC4PLVO7J' where id=5; -update noar ti set b1='2TCB3SDEGTPC4PLVO7J' where id=5; -update noar tt set v0='XDVTJAWMK0YE3XZ6XT' where id=5; -update noar ti set v0='XDVTJAWMK0YE3XZ6XT' where id=5; -update noar tt set b2='5UB' where id=5; -update noar ti set b2='5UB' where id=5; -update noar tt set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6; -update noar ti set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6; -update noar tt set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6; -update noar ti set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6; -update noar tt set v0='JPQKP7HBTIRYC' where id=6; -update noar ti set v0='JPQKP7HBTIRYC' where id=6; -update noar tt set b1='HFTW8L0K' where id=6; -update noar ti set b1='HFTW8L0K' where id=6; -update noar tt set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6; -update noar ti set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6; -update noar tt set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6; -update noar ti set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6; -update noar tt set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7; -update noar ti set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7; -update noar tt set b0='2AFH2XG7BBE7Y6IMX' where id=7; -update noar ti set b0='2AFH2XG7BBE7Y6IMX' where id=7; -update noar tt set v0='GVL4L966AQCP39HH' where id=7; -update noar ti set v0='GVL4L966AQCP39HH' where id=7; -update noar tt set b1='3J2E90GHY1I' where id=7; -update noar ti set b1='3J2E90GHY1I' where id=7; -update noar tt set v0='3X4DERQ' where id=7; -update noar ti set v0='3X4DERQ' where id=7; -update noar tt set b2='MM7GCW7Z' where id=7; -update noar ti set b2='MM7GCW7Z' where id=7; -update noar tt set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8; -update noar ti set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8; -update noar tt set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8; -update noar ti set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8; -update noar tt set v0='W7THSP2D4K54RG8HJQNT12C' where id=8; -update noar ti set v0='W7THSP2D4K54RG8HJQNT12C' where id=8; -update noar tt set b1='GCH5CYW' where id=8; -update noar ti set b1='GCH5CYW' where id=8; -update noar tt set v0='F167WCWWYOFOPQH' where id=8; -update noar ti set v0='F167WCWWYOFOPQH' where id=8; -update noar tt set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8; -update noar ti set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8; -update noar tt set v0='O' where id=9; -update noar ti set v0='O' where id=9; -update noar tt set b0='OG8ZGD0CPFLSP' where id=9; -update noar ti set b0='OG8ZGD0CPFLSP' where id=9; -update noar tt set v0='FDP6R52NMT' where id=9; -update noar ti set v0='FDP6R52NMT' where id=9; -update noar tt set b1='2JRMGMPX3AYRI' where id=9; -update noar ti set b1='2JRMGMPX3AYRI' where id=9; -update noar tt set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9; -update noar ti set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9; -update noar tt set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9; -update noar ti set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1; -update noar ti set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1; -update noar tt set b0='JC' where id=1; -update noar ti set b0='JC' where id=1; -update noar tt set v0='ZM8X0DQAI5MOT7AYWG' where id=1; -update noar ti set v0='ZM8X0DQAI5MOT7AYWG' where id=1; -update noar tt set b1='BIAGAZJAG9T3IZME688IXY' where id=1; -update noar ti set b1='BIAGAZJAG9T3IZME688IXY' where id=1; -update noar tt set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1; -update noar ti set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1; -update noar tt set b2='YU4VQ3N1069EAP3IV' where id=1; -update noar ti set b2='YU4VQ3N1069EAP3IV' where id=1; -update noar tt set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2; -update noar ti set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2; -update noar tt set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2; -update noar ti set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2; -update noar tt set v0='T6DOCH0A0TRCYV' where id=2; -update noar ti set v0='T6DOCH0A0TRCYV' where id=2; -update noar tt set b1='ZHNETGL9ZN' where id=2; -update noar ti set b1='ZHNETGL9ZN' where id=2; -update noar tt set v0='L' where id=2; -update noar ti set v0='L' where id=2; -update noar tt set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2; -update noar ti set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2; -update noar tt set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3; -update noar ti set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3; -update noar tt set b0='CEVM974G1P0718EJ' where id=3; -update noar ti set b0='CEVM974G1P0718EJ' where id=3; -update noar tt set v0='H5S2ATW7C98DF9RPMMWL' where id=3; -update noar ti set v0='H5S2ATW7C98DF9RPMMWL' where id=3; -update noar tt set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3; -update noar ti set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3; -update noar tt set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3; -update noar ti set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3; -update noar tt set b2='R11FH6OGNN1AHWZQPMTIK' where id=3; -update noar ti set b2='R11FH6OGNN1AHWZQPMTIK' where id=3; -update noar tt set v0='GSQYPZWE4L5TG49FU0DM' where id=4; -update noar ti set v0='GSQYPZWE4L5TG49FU0DM' where id=4; -update noar tt set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4; -update noar ti set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4; -update noar tt set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4; -update noar ti set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4; -update noar tt set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4; -update noar ti set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4; -update noar tt set v0='N3Z42UT2SOFRQDGMC' where id=4; -update noar ti set v0='N3Z42UT2SOFRQDGMC' where id=4; -update noar tt set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4; -update noar ti set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4; -update noar tt set v0='ICLDS9J7TVOZ1' where id=5; -update noar ti set v0='ICLDS9J7TVOZ1' where id=5; -update noar tt set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5; -update noar ti set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5; -update noar tt set v0='YNA9KWNBVFV9I82Q' where id=5; -update noar ti set v0='YNA9KWNBVFV9I82Q' where id=5; -update noar tt set b1='GNOO' where id=5; -update noar ti set b1='GNOO' where id=5; -update noar tt set v0='3PTH' where id=5; -update noar ti set v0='3PTH' where id=5; -update noar tt set b2='NKLRJ6VASBQ' where id=5; -update noar ti set b2='NKLRJ6VASBQ' where id=5; -update noar tt set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6; -update noar ti set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6; -update noar tt set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6; -update noar ti set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6; -update noar tt set v0='CR04P4R36D5BQM' where id=6; -update noar ti set v0='CR04P4R36D5BQM' where id=6; -update noar tt set b1='GGIP0U' where id=6; -update noar ti set b1='GGIP0U' where id=6; -update noar tt set v0='CH4HDIAT4GTDC64MQ' where id=6; -update noar ti set v0='CH4HDIAT4GTDC64MQ' where id=6; -update noar tt set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6; -update noar ti set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6; -update noar tt set v0='02H' where id=7; -update noar ti set v0='02H' where id=7; -update noar tt set b0='C9E7H5C2EQOT1M' where id=7; -update noar ti set b0='C9E7H5C2EQOT1M' where id=7; -update noar tt set v0='DGFGS07K6DNCPC3MS3R' where id=7; -update noar ti set v0='DGFGS07K6DNCPC3MS3R' where id=7; -update noar tt set b1='Q0XONI3W9' where id=7; -update noar ti set b1='Q0XONI3W9' where id=7; -update noar tt set v0='JLA' where id=7; -update noar ti set v0='JLA' where id=7; -update noar tt set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7; -update noar ti set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7; -update noar tt set v0='8HF' where id=8; -update noar ti set v0='8HF' where id=8; -update noar tt set b0='WORURWAPBVPPGN0NLSM3EL' where id=8; -update noar ti set b0='WORURWAPBVPPGN0NLSM3EL' where id=8; -update noar tt set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8; -update noar ti set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8; -update noar tt set b1='WSLC6MIHAXWDH6XOOX1' where id=8; -update noar ti set b1='WSLC6MIHAXWDH6XOOX1' where id=8; -update noar tt set v0='UIVXW' where id=8; -update noar ti set v0='UIVXW' where id=8; -update noar tt set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8; -update noar ti set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8; -update noar tt set v0='MB75XVQOMALVJ' where id=9; -update noar ti set v0='MB75XVQOMALVJ' where id=9; -update noar tt set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9; -update noar ti set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9; -update noar tt set v0='ICGZHLQCZME9WGX2IEG1J' where id=9; -update noar ti set v0='ICGZHLQCZME9WGX2IEG1J' where id=9; -update noar tt set b1='NHKE4FV419DKF0LRP' where id=9; -update noar ti set b1='NHKE4FV419DKF0LRP' where id=9; -update noar tt set v0='Y276HO0ONEXAVTY' where id=9; -update noar ti set v0='Y276HO0ONEXAVTY' where id=9; -update noar tt set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9; -update noar ti set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 blob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1; -update noar ti set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1; -update noar tt set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1; -update noar ti set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1; -update noar tt set b1='B8J18ASUR15OQ4T' where id=1; -update noar ti set b1='B8J18ASUR15OQ4T' where id=1; -update noar tt set v0='5RUR2QM26SI' where id=1; -update noar ti set v0='5RUR2QM26SI' where id=1; -update noar tt set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1; -update noar ti set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1; -update noar tt set v0='QZYWCD' where id=2; -update noar ti set v0='QZYWCD' where id=2; -update noar tt set b0='BINEM1YJTSUNDCC876' where id=2; -update noar ti set b0='BINEM1YJTSUNDCC876' where id=2; -update noar tt set v0='P' where id=2; -update noar ti set v0='P' where id=2; -update noar tt set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2; -update noar ti set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2; -update noar tt set v0='A298' where id=2; -update noar ti set v0='A298' where id=2; -update noar tt set b2='GZYHSDQJQHYALX71VU93L' where id=2; -update noar ti set b2='GZYHSDQJQHYALX71VU93L' where id=2; -update noar tt set v0='D85O7I' where id=3; -update noar ti set v0='D85O7I' where id=3; -update noar tt set b0='CPA8QF9H9UX12KA81' where id=3; -update noar ti set b0='CPA8QF9H9UX12KA81' where id=3; -update noar tt set v0='FICQ84LZJFIP7PYL' where id=3; -update noar ti set v0='FICQ84LZJFIP7PYL' where id=3; -update noar tt set b1='IX3GC' where id=3; -update noar ti set b1='IX3GC' where id=3; -update noar tt set v0='F8BYMYYZK' where id=3; -update noar ti set v0='F8BYMYYZK' where id=3; -update noar tt set b2='DTY2J15TDF6QJ4ASDFHV' where id=3; -update noar ti set b2='DTY2J15TDF6QJ4ASDFHV' where id=3; -update noar tt set v0='JSFK' where id=4; -update noar ti set v0='JSFK' where id=4; -update noar tt set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4; -update noar ti set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4; -update noar tt set v0='CINJSK' where id=4; -update noar ti set v0='CINJSK' where id=4; -update noar tt set b1='71YNP5SHY3ACZ' where id=4; -update noar ti set b1='71YNP5SHY3ACZ' where id=4; -update noar tt set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4; -update noar ti set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4; -update noar tt set b2='RBNY60W2NIO401AZF0JABJS' where id=4; -update noar ti set b2='RBNY60W2NIO401AZF0JABJS' where id=4; -update noar tt set v0='41RSKPVDMZ9TJ2X0Y' where id=5; -update noar ti set v0='41RSKPVDMZ9TJ2X0Y' where id=5; -update noar tt set b0='RST9GQUA12JLRJWYT8SG03' where id=5; -update noar ti set b0='RST9GQUA12JLRJWYT8SG03' where id=5; -update noar tt set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5; -update noar ti set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5; -update noar tt set b1='JL7D3A5W6DTOSOJT387' where id=5; -update noar ti set b1='JL7D3A5W6DTOSOJT387' where id=5; -update noar tt set v0='G3GRW4A7T7NXYECN9S8' where id=5; -update noar ti set v0='G3GRW4A7T7NXYECN9S8' where id=5; -update noar tt set b2='JP3AP2RV3CHL6NLKH44W' where id=5; -update noar ti set b2='JP3AP2RV3CHL6NLKH44W' where id=5; -update noar tt set v0='HNEGO' where id=6; -update noar ti set v0='HNEGO' where id=6; -update noar tt set b0='U12549GNVN' where id=6; -update noar ti set b0='U12549GNVN' where id=6; -update noar tt set v0='DDL4V8N5D10UKHGOUAU' where id=6; -update noar ti set v0='DDL4V8N5D10UKHGOUAU' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6; -update noar ti set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6; -update noar tt set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6; -update noar ti set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b0='KB5F87UYEMELU1TV8M6URR' where id=7; -update noar ti set b0='KB5F87UYEMELU1TV8M6URR' where id=7; -update noar tt set v0='VHY5G' where id=7; -update noar ti set v0='VHY5G' where id=7; -update noar tt set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7; -update noar ti set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7; -update noar tt set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7; -update noar ti set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7; -update noar tt set b2='ZGA' where id=7; -update noar ti set b2='ZGA' where id=7; -update noar tt set v0='6FY31V0YF8S9XUBBHQY' where id=8; -update noar ti set v0='6FY31V0YF8S9XUBBHQY' where id=8; -update noar tt set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8; -update noar ti set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8; -update noar tt set v0='UMI4K' where id=8; -update noar ti set v0='UMI4K' where id=8; -update noar tt set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8; -update noar ti set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8; -update noar tt set v0='T0IC0011NB' where id=8; -update noar ti set v0='T0IC0011NB' where id=8; -update noar tt set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8; -update noar ti set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8; -update noar tt set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9; -update noar ti set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9; -update noar tt set b0='7Q6D64RGUK3PUY' where id=9; -update noar ti set b0='7Q6D64RGUK3PUY' where id=9; -update noar tt set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9; -update noar ti set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='QEH2B8FJFGMO4MKY6NL' where id=9; -update noar ti set v0='QEH2B8FJFGMO4MKY6NL' where id=9; -update noar tt set b2='ZU58H9' where id=9; -update noar ti set b2='ZU58H9' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DTMX31LT49' where id=1; -update noar ti set v0='DTMX31LT49' where id=1; -update noar tt set b0='PAIW5VX' where id=1; -update noar ti set b0='PAIW5VX' where id=1; -update noar tt set v0='PQ1P3WOVPOAQ09BNOV6' where id=1; -update noar ti set v0='PQ1P3WOVPOAQ09BNOV6' where id=1; -update noar tt set b1='ZNMM2QH8D3' where id=1; -update noar ti set b1='ZNMM2QH8D3' where id=1; -update noar tt set v0='9' where id=1; -update noar ti set v0='9' where id=1; -update noar tt set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1; -update noar ti set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1; -update noar tt set v0='242U6W' where id=2; -update noar ti set v0='242U6W' where id=2; -update noar tt set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2; -update noar ti set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2; -update noar tt set v0='UHJMZKTNQYM07TR' where id=2; -update noar ti set v0='UHJMZKTNQYM07TR' where id=2; -update noar tt set b1='M' where id=2; -update noar ti set b1='M' where id=2; -update noar tt set v0='XX7JU2EWQCU' where id=2; -update noar ti set v0='XX7JU2EWQCU' where id=2; -update noar tt set b2='W' where id=2; -update noar ti set b2='W' where id=2; -update noar tt set v0='KK2GTOD6G' where id=3; -update noar ti set v0='KK2GTOD6G' where id=3; -update noar tt set b0='JUDSP5NKRSK57OQBR' where id=3; -update noar ti set b0='JUDSP5NKRSK57OQBR' where id=3; -update noar tt set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3; -update noar ti set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3; -update noar tt set b1='LC6D3Z' where id=3; -update noar ti set b1='LC6D3Z' where id=3; -update noar tt set v0='S708Z4E' where id=3; -update noar ti set v0='S708Z4E' where id=3; -update noar tt set b2='2FFK5' where id=3; -update noar ti set b2='2FFK5' where id=3; -update noar tt set v0='PT22MSDN13S6GE' where id=4; -update noar ti set v0='PT22MSDN13S6GE' where id=4; -update noar tt set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4; -update noar ti set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4; -update noar tt set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4; -update noar ti set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4; -update noar tt set b1='OBYGYWZJONTEX8GTDKC' where id=4; -update noar ti set b1='OBYGYWZJONTEX8GTDKC' where id=4; -update noar tt set v0='G9ZLLSPV3YKDQZ1X' where id=4; -update noar ti set v0='G9ZLLSPV3YKDQZ1X' where id=4; -update noar tt set b2='F5P74FRS78K4T1L' where id=4; -update noar ti set b2='F5P74FRS78K4T1L' where id=4; -update noar tt set v0='4T5R' where id=5; -update noar ti set v0='4T5R' where id=5; -update noar tt set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5; -update noar ti set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5; -update noar tt set v0='IR24U' where id=5; -update noar ti set v0='IR24U' where id=5; -update noar tt set b1='IFQNUF4Q' where id=5; -update noar ti set b1='IFQNUF4Q' where id=5; -update noar tt set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5; -update noar ti set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5; -update noar tt set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5; -update noar ti set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5; -update noar tt set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6; -update noar ti set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6; -update noar tt set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6; -update noar ti set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6; -update noar tt set v0='NU1VRWH1BY3XHQ' where id=6; -update noar ti set v0='NU1VRWH1BY3XHQ' where id=6; -update noar tt set b1='P1PBGYABXMC' where id=6; -update noar ti set b1='P1PBGYABXMC' where id=6; -update noar tt set v0='CDENN3JWMIVNF' where id=6; -update noar ti set v0='CDENN3JWMIVNF' where id=6; -update noar tt set b2='K5CPN6ZZMCF52D13G90' where id=6; -update noar ti set b2='K5CPN6ZZMCF52D13G90' where id=6; -update noar tt set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7; -update noar ti set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7; -update noar tt set b0='YVLF' where id=7; -update noar ti set b0='YVLF' where id=7; -update noar tt set v0='OBP0EPIUE8WZLG328CTIL' where id=7; -update noar ti set v0='OBP0EPIUE8WZLG328CTIL' where id=7; -update noar tt set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7; -update noar ti set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7; -update noar tt set v0='B1UU9' where id=7; -update noar ti set v0='B1UU9' where id=7; -update noar tt set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7; -update noar ti set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7; -update noar tt set v0='OOBQJZFN72H9C564B3MH' where id=8; -update noar ti set v0='OOBQJZFN72H9C564B3MH' where id=8; -update noar tt set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8; -update noar ti set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8; -update noar tt set v0='PW5E5EGXSO7QD30APF69HG' where id=8; -update noar ti set v0='PW5E5EGXSO7QD30APF69HG' where id=8; -update noar tt set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8; -update noar ti set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8; -update noar tt set v0='NJ' where id=8; -update noar ti set v0='NJ' where id=8; -update noar tt set b2='N0D1X57S5D38EKVICEQ' where id=8; -update noar ti set b2='N0D1X57S5D38EKVICEQ' where id=8; -update noar tt set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9; -update noar ti set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9; -update noar tt set b0='66P8RS0J2' where id=9; -update noar ti set b0='66P8RS0J2' where id=9; -update noar tt set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9; -update noar ti set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9; -update noar tt set b1='APCV460NQRTF' where id=9; -update noar ti set b1='APCV460NQRTF' where id=9; -update noar tt set v0='VOA55UOV17DCYAT' where id=9; -update noar ti set v0='VOA55UOV17DCYAT' where id=9; -update noar tt set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9; -update noar ti set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 blob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IFHBN69C2W9IH8Q1I5' where id=1; -update noar ti set v0='IFHBN69C2W9IH8Q1I5' where id=1; -update noar tt set b0='K2EZPJMULWBD1Q9HMP' where id=1; -update noar ti set b0='K2EZPJMULWBD1Q9HMP' where id=1; -update noar tt set v0='V0Y' where id=1; -update noar ti set v0='V0Y' where id=1; -update noar tt set b1='FW' where id=1; -update noar ti set b1='FW' where id=1; -update noar tt set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1; -update noar ti set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1; -update noar tt set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1; -update noar ti set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1; -update noar tt set v0='7J0R6O6D4COSHLQOXTOL' where id=2; -update noar ti set v0='7J0R6O6D4COSHLQOXTOL' where id=2; -update noar tt set b0='756Y' where id=2; -update noar ti set b0='756Y' where id=2; -update noar tt set v0='MWJE44Z' where id=2; -update noar ti set v0='MWJE44Z' where id=2; -update noar tt set b1='RYSNYV4FA96AU' where id=2; -update noar ti set b1='RYSNYV4FA96AU' where id=2; -update noar tt set v0='3HVY' where id=2; -update noar ti set v0='3HVY' where id=2; -update noar tt set b2='54LHL' where id=2; -update noar ti set b2='54LHL' where id=2; -update noar tt set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3; -update noar ti set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3; -update noar tt set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3; -update noar ti set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3; -update noar tt set v0='T2K5EBKLKUMLNNGS' where id=3; -update noar ti set v0='T2K5EBKLKUMLNNGS' where id=3; -update noar tt set b1='6LFQMYZ3I2X' where id=3; -update noar ti set b1='6LFQMYZ3I2X' where id=3; -update noar tt set v0='V7RIZMDYL8UT6731QDD' where id=3; -update noar ti set v0='V7RIZMDYL8UT6731QDD' where id=3; -update noar tt set b2='I' where id=3; -update noar ti set b2='I' where id=3; -update noar tt set v0='7UYA84RHSB7XYZG' where id=4; -update noar ti set v0='7UYA84RHSB7XYZG' where id=4; -update noar tt set b0='IY' where id=4; -update noar ti set b0='IY' where id=4; -update noar tt set v0='FDFY6B' where id=4; -update noar ti set v0='FDFY6B' where id=4; -update noar tt set b1='K4A1DR46UCEKTQD83OILDY' where id=4; -update noar ti set b1='K4A1DR46UCEKTQD83OILDY' where id=4; -update noar tt set v0='0LYV0Y65VWVGJ9EW' where id=4; -update noar ti set v0='0LYV0Y65VWVGJ9EW' where id=4; -update noar tt set b2='BHC6AABZIM' where id=4; -update noar ti set b2='BHC6AABZIM' where id=4; -update noar tt set v0='YUZOM62M3ZD1DKS7YS' where id=5; -update noar ti set v0='YUZOM62M3ZD1DKS7YS' where id=5; -update noar tt set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5; -update noar ti set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5; -update noar tt set v0='AMG85TBX5SNXT' where id=5; -update noar ti set v0='AMG85TBX5SNXT' where id=5; -update noar tt set b1='LXTBW' where id=5; -update noar ti set b1='LXTBW' where id=5; -update noar tt set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5; -update noar ti set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5; -update noar tt set b2='WNXM0XP8NCVBV' where id=5; -update noar ti set b2='WNXM0XP8NCVBV' where id=5; -update noar tt set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6; -update noar ti set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6; -update noar tt set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6; -update noar ti set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6; -update noar tt set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6; -update noar ti set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6; -update noar tt set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6; -update noar ti set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6; -update noar tt set v0='JSOG8BT7Z7A' where id=6; -update noar ti set v0='JSOG8BT7Z7A' where id=6; -update noar tt set b2='7AXL8J9L411W4W' where id=6; -update noar ti set b2='7AXL8J9L411W4W' where id=6; -update noar tt set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7; -update noar ti set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7; -update noar tt set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7; -update noar ti set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7; -update noar tt set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7; -update noar ti set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7; -update noar tt set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7; -update noar ti set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7; -update noar tt set v0='5IYW' where id=7; -update noar ti set v0='5IYW' where id=7; -update noar tt set b2='I8OXFV24GB6G' where id=7; -update noar ti set b2='I8OXFV24GB6G' where id=7; -update noar tt set v0='3S60974J' where id=8; -update noar ti set v0='3S60974J' where id=8; -update noar tt set b0='0PII0CSKGOUX9SZ1N319' where id=8; -update noar ti set b0='0PII0CSKGOUX9SZ1N319' where id=8; -update noar tt set v0='Z7TYZQUWV9' where id=8; -update noar ti set v0='Z7TYZQUWV9' where id=8; -update noar tt set b1='P40KW6Y4EGGC0V' where id=8; -update noar ti set b1='P40KW6Y4EGGC0V' where id=8; -update noar tt set v0='2S' where id=8; -update noar ti set v0='2S' where id=8; -update noar tt set b2='HZ8R527GG7982M63' where id=8; -update noar ti set b2='HZ8R527GG7982M63' where id=8; -update noar tt set v0='B16XUAD5I' where id=9; -update noar ti set v0='B16XUAD5I' where id=9; -update noar tt set b0='R' where id=9; -update noar ti set b0='R' where id=9; -update noar tt set v0='CPWNEW3ST3D2' where id=9; -update noar ti set v0='CPWNEW3ST3D2' where id=9; -update noar tt set b1='U0YF3J7V4EM6DL85C3' where id=9; -update noar ti set b1='U0YF3J7V4EM6DL85C3' where id=9; -update noar tt set v0='HX01FHNZ1901HRG49X' where id=9; -update noar ti set v0='HX01FHNZ1901HRG49X' where id=9; -update noar tt set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9; -update noar ti set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KKG71HYAK6VH4' where id=1; -update noar ti set v0='KKG71HYAK6VH4' where id=1; -update noar tt set b0='7NL8U' where id=1; -update noar ti set b0='7NL8U' where id=1; -update noar tt set v0='K6NK3340PXQHMIGCI66' where id=1; -update noar ti set v0='K6NK3340PXQHMIGCI66' where id=1; -update noar tt set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1; -update noar ti set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1; -update noar tt set v0='EPNZ8F5KYZQXVTMA' where id=1; -update noar ti set v0='EPNZ8F5KYZQXVTMA' where id=1; -update noar tt set b2='JU91' where id=1; -update noar ti set b2='JU91' where id=1; -update noar tt set v0='1CZK' where id=2; -update noar ti set v0='1CZK' where id=2; -update noar tt set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2; -update noar ti set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2; -update noar tt set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2; -update noar ti set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2; -update noar tt set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2; -update noar ti set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2; -update noar tt set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2; -update noar ti set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2; -update noar tt set b2='QRYYAZO4ODLRHL0YKJ' where id=2; -update noar ti set b2='QRYYAZO4ODLRHL0YKJ' where id=2; -update noar tt set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3; -update noar ti set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3; -update noar tt set b0='BE5YU6UTBNMU' where id=3; -update noar ti set b0='BE5YU6UTBNMU' where id=3; -update noar tt set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3; -update noar ti set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3; -update noar tt set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3; -update noar ti set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3; -update noar tt set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3; -update noar ti set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3; -update noar tt set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3; -update noar ti set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3; -update noar tt set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4; -update noar ti set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4; -update noar tt set b0='GYHL1BJU34B4WE6JR8M7M' where id=4; -update noar ti set b0='GYHL1BJU34B4WE6JR8M7M' where id=4; -update noar tt set v0='AKXGGKICASNTJEZ' where id=4; -update noar ti set v0='AKXGGKICASNTJEZ' where id=4; -update noar tt set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4; -update noar ti set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4; -update noar tt set v0='J8Q6TD1C7RP2U107XA5' where id=4; -update noar ti set v0='J8Q6TD1C7RP2U107XA5' where id=4; -update noar tt set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4; -update noar ti set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4; -update noar tt set v0='8TRLGUPWI3' where id=5; -update noar ti set v0='8TRLGUPWI3' where id=5; -update noar tt set b0='MWS8G1Y2' where id=5; -update noar ti set b0='MWS8G1Y2' where id=5; -update noar tt set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5; -update noar ti set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5; -update noar tt set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5; -update noar ti set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5; -update noar tt set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5; -update noar ti set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5; -update noar tt set b2='557MUWJP0O83PMQU' where id=5; -update noar ti set b2='557MUWJP0O83PMQU' where id=5; -update noar tt set v0='6AZBII' where id=6; -update noar ti set v0='6AZBII' where id=6; -update noar tt set b0='CH' where id=6; -update noar ti set b0='CH' where id=6; -update noar tt set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6; -update noar ti set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6; -update noar tt set b1='O38TW8PN97HD' where id=6; -update noar ti set b1='O38TW8PN97HD' where id=6; -update noar tt set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6; -update noar ti set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6; -update noar tt set b2='VSYZYABAT89SLCDSELCYN8' where id=6; -update noar ti set b2='VSYZYABAT89SLCDSELCYN8' where id=6; -update noar tt set v0='8' where id=7; -update noar ti set v0='8' where id=7; -update noar tt set b0='WF35' where id=7; -update noar ti set b0='WF35' where id=7; -update noar tt set v0='3RN2C3KSOA4EPYYIFIX' where id=7; -update noar ti set v0='3RN2C3KSOA4EPYYIFIX' where id=7; -update noar tt set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7; -update noar ti set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7; -update noar tt set v0='HVPK4RS5JD3T49' where id=7; -update noar ti set v0='HVPK4RS5JD3T49' where id=7; -update noar tt set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7; -update noar ti set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7; -update noar tt set v0='E1RNRITTQ5YSTRBG7V78L' where id=8; -update noar ti set v0='E1RNRITTQ5YSTRBG7V78L' where id=8; -update noar tt set b0='LA7' where id=8; -update noar ti set b0='LA7' where id=8; -update noar tt set v0='1BEH' where id=8; -update noar ti set v0='1BEH' where id=8; -update noar tt set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8; -update noar ti set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8; -update noar tt set v0='QQPM3U' where id=8; -update noar ti set v0='QQPM3U' where id=8; -update noar tt set b2='4TCJ' where id=8; -update noar ti set b2='4TCJ' where id=8; -update noar tt set v0='PMGHI89V66IJ' where id=9; -update noar ti set v0='PMGHI89V66IJ' where id=9; -update noar tt set b0='PO35OJSKFGBZMOZH' where id=9; -update noar ti set b0='PO35OJSKFGBZMOZH' where id=9; -update noar tt set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9; -update noar ti set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9; -update noar tt set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9; -update noar ti set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9; -update noar tt set v0='M' where id=9; -update noar ti set v0='M' where id=9; -update noar tt set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9; -update noar ti set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1; -update noar ti set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1; -update noar tt set b0='15LBEF35' where id=1; -update noar ti set b0='15LBEF35' where id=1; -update noar tt set v0='ULVX' where id=1; -update noar ti set v0='ULVX' where id=1; -update noar tt set b1='C0PO' where id=1; -update noar ti set b1='C0PO' where id=1; -update noar tt set v0='3' where id=1; -update noar ti set v0='3' where id=1; -update noar tt set b2='681J7U6IQSZ2UPRY' where id=1; -update noar ti set b2='681J7U6IQSZ2UPRY' where id=1; -update noar tt set v0='AISOC' where id=2; -update noar ti set v0='AISOC' where id=2; -update noar tt set b0='GWUH8008KDKY668UAL7XADPA' where id=2; -update noar ti set b0='GWUH8008KDKY668UAL7XADPA' where id=2; -update noar tt set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2; -update noar ti set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2; -update noar tt set b1='QFFST3U6W4M7W8CHWE' where id=2; -update noar ti set b1='QFFST3U6W4M7W8CHWE' where id=2; -update noar tt set v0='O9HDG3BFOH' where id=2; -update noar ti set v0='O9HDG3BFOH' where id=2; -update noar tt set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2; -update noar ti set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2; -update noar tt set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3; -update noar ti set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3; -update noar tt set b0='62BZ4UKSX9' where id=3; -update noar ti set b0='62BZ4UKSX9' where id=3; -update noar tt set v0='1ZNSRP6FMQNYHFV8P' where id=3; -update noar ti set v0='1ZNSRP6FMQNYHFV8P' where id=3; -update noar tt set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3; -update noar ti set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3; -update noar tt set v0='6ZT2WWXD8MGDTHEE' where id=3; -update noar ti set v0='6ZT2WWXD8MGDTHEE' where id=3; -update noar tt set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3; -update noar ti set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3; -update noar tt set v0='9NQBVBGBHAN090' where id=4; -update noar ti set v0='9NQBVBGBHAN090' where id=4; -update noar tt set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4; -update noar ti set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4; -update noar tt set v0='OTA' where id=4; -update noar ti set v0='OTA' where id=4; -update noar tt set b1='TU70S6R3M6IDHRHCORFTS6' where id=4; -update noar ti set b1='TU70S6R3M6IDHRHCORFTS6' where id=4; -update noar tt set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4; -update noar ti set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4; -update noar tt set b2='4HV' where id=4; -update noar ti set b2='4HV' where id=4; -update noar tt set v0='HV33UANAE3KR8EZI460WD2' where id=5; -update noar ti set v0='HV33UANAE3KR8EZI460WD2' where id=5; -update noar tt set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5; -update noar ti set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5; -update noar tt set v0='40K5QSJ' where id=5; -update noar ti set v0='40K5QSJ' where id=5; -update noar tt set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5; -update noar ti set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5; -update noar tt set v0='0LSTCMFPGM51' where id=5; -update noar ti set v0='0LSTCMFPGM51' where id=5; -update noar tt set b2='MX0BFS7BA' where id=5; -update noar ti set b2='MX0BFS7BA' where id=5; -update noar tt set v0='YCG5Z904G9PEEEE' where id=6; -update noar ti set v0='YCG5Z904G9PEEEE' where id=6; -update noar tt set b0='FK8' where id=6; -update noar ti set b0='FK8' where id=6; -update noar tt set v0='1W2IAM53X' where id=6; -update noar ti set v0='1W2IAM53X' where id=6; -update noar tt set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6; -update noar ti set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6; -update noar tt set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6; -update noar ti set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6; -update noar tt set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6; -update noar ti set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6; -update noar tt set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7; -update noar ti set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7; -update noar tt set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7; -update noar ti set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7; -update noar tt set v0='KV1ADBOZJ13DJQKUMAO3' where id=7; -update noar ti set v0='KV1ADBOZJ13DJQKUMAO3' where id=7; -update noar tt set b1='6X2WO0' where id=7; -update noar ti set b1='6X2WO0' where id=7; -update noar tt set v0='6WNKIIPT89M29CG' where id=7; -update noar ti set v0='6WNKIIPT89M29CG' where id=7; -update noar tt set b2='VHU4MTJIUERQ9Y' where id=7; -update noar ti set b2='VHU4MTJIUERQ9Y' where id=7; -update noar tt set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8; -update noar ti set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8; -update noar tt set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8; -update noar ti set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8; -update noar tt set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8; -update noar ti set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8; -update noar tt set b1='V2B1WA' where id=8; -update noar ti set b1='V2B1WA' where id=8; -update noar tt set v0='8Y7AHSDA2F' where id=8; -update noar ti set v0='8Y7AHSDA2F' where id=8; -update noar tt set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8; -update noar ti set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8; -update noar tt set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9; -update noar ti set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9; -update noar tt set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9; -update noar ti set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9; -update noar tt set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9; -update noar ti set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9; -update noar tt set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9; -update noar ti set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9; -update noar tt set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9; -update noar ti set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9; -update noar tt set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9; -update noar ti set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8K7' where id=1; -update noar ti set v0='8K7' where id=1; -update noar tt set b0='YHTFQ5CNLDJ' where id=1; -update noar ti set b0='YHTFQ5CNLDJ' where id=1; -update noar tt set v0='4TQD' where id=1; -update noar ti set v0='4TQD' where id=1; -update noar tt set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1; -update noar ti set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1; -update noar tt set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1; -update noar ti set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1; -update noar tt set b2='6JXGU' where id=1; -update noar ti set b2='6JXGU' where id=1; -update noar tt set v0='FMY45C6R' where id=2; -update noar ti set v0='FMY45C6R' where id=2; -update noar tt set b0='DZPNU7UOJMRZ32' where id=2; -update noar ti set b0='DZPNU7UOJMRZ32' where id=2; -update noar tt set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2; -update noar ti set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2; -update noar tt set b1='2EE7HQ7M0HNS5544HRA' where id=2; -update noar ti set b1='2EE7HQ7M0HNS5544HRA' where id=2; -update noar tt set v0='REX08ZX' where id=2; -update noar ti set v0='REX08ZX' where id=2; -update noar tt set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2; -update noar ti set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2; -update noar tt set v0='8N5B0SJ' where id=3; -update noar ti set v0='8N5B0SJ' where id=3; -update noar tt set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3; -update noar ti set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3; -update noar tt set v0='9J77DG0' where id=3; -update noar ti set v0='9J77DG0' where id=3; -update noar tt set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3; -update noar ti set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3; -update noar tt set v0='E6EL9QY' where id=3; -update noar ti set v0='E6EL9QY' where id=3; -update noar tt set b2='5L6M2D' where id=3; -update noar ti set b2='5L6M2D' where id=3; -update noar tt set v0='ENJTUAV1MMFBL' where id=4; -update noar ti set v0='ENJTUAV1MMFBL' where id=4; -update noar tt set b0='C8AWSZ7ZXP8KLT9LW' where id=4; -update noar ti set b0='C8AWSZ7ZXP8KLT9LW' where id=4; -update noar tt set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4; -update noar ti set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4; -update noar tt set b1='UKCCS6TX8LHKVKOP' where id=4; -update noar ti set b1='UKCCS6TX8LHKVKOP' where id=4; -update noar tt set v0='4HP1TA9VI4EFFI6YIO' where id=4; -update noar ti set v0='4HP1TA9VI4EFFI6YIO' where id=4; -update noar tt set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4; -update noar ti set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4; -update noar tt set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5; -update noar ti set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5; -update noar tt set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5; -update noar ti set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5; -update noar tt set v0='VSFP3X7QQHR' where id=5; -update noar ti set v0='VSFP3X7QQHR' where id=5; -update noar tt set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5; -update noar ti set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5; -update noar tt set v0='SBW8YSE7ZRDVK9RB82' where id=5; -update noar ti set v0='SBW8YSE7ZRDVK9RB82' where id=5; -update noar tt set b2='7D22' where id=5; -update noar ti set b2='7D22' where id=5; -update noar tt set v0='WQ81QM' where id=6; -update noar ti set v0='WQ81QM' where id=6; -update noar tt set b0='K9UK6KJFZFH3PCB' where id=6; -update noar ti set b0='K9UK6KJFZFH3PCB' where id=6; -update noar tt set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6; -update noar ti set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6; -update noar tt set b1='9VCDUX8AWVC7H68KNTSB' where id=6; -update noar ti set b1='9VCDUX8AWVC7H68KNTSB' where id=6; -update noar tt set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6; -update noar ti set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6; -update noar tt set b2='LV0A37F8E7UL8F5W' where id=6; -update noar ti set b2='LV0A37F8E7UL8F5W' where id=6; -update noar tt set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7; -update noar ti set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7; -update noar tt set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7; -update noar ti set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7; -update noar tt set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7; -update noar ti set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7; -update noar tt set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7; -update noar ti set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7; -update noar tt set v0='RD5RXL7ODA562LG85' where id=7; -update noar ti set v0='RD5RXL7ODA562LG85' where id=7; -update noar tt set b2='TZPS2M4MCY4RB093QLR' where id=7; -update noar ti set b2='TZPS2M4MCY4RB093QLR' where id=7; -update noar tt set v0='AXASNN0FLXEJ5MLG5YNR' where id=8; -update noar ti set v0='AXASNN0FLXEJ5MLG5YNR' where id=8; -update noar tt set b0='59WF0PW7Z5DUB0YTTE' where id=8; -update noar ti set b0='59WF0PW7Z5DUB0YTTE' where id=8; -update noar tt set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8; -update noar ti set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8; -update noar tt set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8; -update noar ti set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8; -update noar tt set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8; -update noar ti set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8; -update noar tt set b2='4T6PACN' where id=8; -update noar ti set b2='4T6PACN' where id=8; -update noar tt set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9; -update noar ti set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9; -update noar tt set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9; -update noar ti set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9; -update noar tt set v0='XKTYZ3' where id=9; -update noar ti set v0='XKTYZ3' where id=9; -update noar tt set b1='UQWQQYQ8CIORII8BFNXC' where id=9; -update noar ti set b1='UQWQQYQ8CIORII8BFNXC' where id=9; -update noar tt set v0='H351JDZO1E64OJ1BHJ5268' where id=9; -update noar ti set v0='H351JDZO1E64OJ1BHJ5268' where id=9; -update noar tt set b2='832RSIP315L3HA8' where id=9; -update noar ti set b2='832RSIP315L3HA8' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QKEGN3A' where id=1; -update noar ti set v0='QKEGN3A' where id=1; -update noar tt set b0='P8S2QR330UZ1NLL' where id=1; -update noar ti set b0='P8S2QR330UZ1NLL' where id=1; -update noar tt set v0='GQZ55V84' where id=1; -update noar ti set v0='GQZ55V84' where id=1; -update noar tt set b1='WBXM6MDUSOXZDS' where id=1; -update noar ti set b1='WBXM6MDUSOXZDS' where id=1; -update noar tt set v0='1VM3B9ZB1D7GXHP9T8' where id=1; -update noar ti set v0='1VM3B9ZB1D7GXHP9T8' where id=1; -update noar tt set b2='FQYKK87HX' where id=1; -update noar ti set b2='FQYKK87HX' where id=1; -update noar tt set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2; -update noar ti set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2; -update noar tt set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2; -update noar ti set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2; -update noar tt set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2; -update noar ti set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2; -update noar tt set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2; -update noar ti set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2; -update noar tt set v0='6L83JY7CL1' where id=2; -update noar ti set v0='6L83JY7CL1' where id=2; -update noar tt set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2; -update noar ti set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2; -update noar tt set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3; -update noar ti set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3; -update noar tt set b0='E1DRBM7' where id=3; -update noar ti set b0='E1DRBM7' where id=3; -update noar tt set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3; -update noar ti set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3; -update noar tt set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3; -update noar ti set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3; -update noar tt set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3; -update noar ti set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3; -update noar tt set b2='JWTW5FO04EGC2SPB34JP937' where id=3; -update noar ti set b2='JWTW5FO04EGC2SPB34JP937' where id=3; -update noar tt set v0='R4QP0055' where id=4; -update noar ti set v0='R4QP0055' where id=4; -update noar tt set b0='CN5HDFZVI5GYSJPG' where id=4; -update noar ti set b0='CN5HDFZVI5GYSJPG' where id=4; -update noar tt set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4; -update noar ti set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4; -update noar tt set b1='PJE2D5WM4' where id=4; -update noar ti set b1='PJE2D5WM4' where id=4; -update noar tt set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4; -update noar ti set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4; -update noar tt set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4; -update noar ti set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4; -update noar tt set v0='EXV5K5055PGDE' where id=5; -update noar ti set v0='EXV5K5055PGDE' where id=5; -update noar tt set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5; -update noar ti set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5; -update noar tt set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5; -update noar ti set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5; -update noar tt set b1='FDIQKTX2G4ZY' where id=5; -update noar ti set b1='FDIQKTX2G4ZY' where id=5; -update noar tt set v0='VUYONOVGKHKRAPSYRLHH' where id=5; -update noar ti set v0='VUYONOVGKHKRAPSYRLHH' where id=5; -update noar tt set b2='RSIFG7AFR' where id=5; -update noar ti set b2='RSIFG7AFR' where id=5; -update noar tt set v0='61S8SGOJLUCS0EOMAWW' where id=6; -update noar ti set v0='61S8SGOJLUCS0EOMAWW' where id=6; -update noar tt set b0='ESG9BM1JTCGRT7091S8OH5' where id=6; -update noar ti set b0='ESG9BM1JTCGRT7091S8OH5' where id=6; -update noar tt set v0='VWJUD7426TAVMH' where id=6; -update noar ti set v0='VWJUD7426TAVMH' where id=6; -update noar tt set b1='HW6JLYDHRCPG2BDVU4Y' where id=6; -update noar ti set b1='HW6JLYDHRCPG2BDVU4Y' where id=6; -update noar tt set v0='264LW3NFCBJ8HCG' where id=6; -update noar ti set v0='264LW3NFCBJ8HCG' where id=6; -update noar tt set b2='57AV' where id=6; -update noar ti set b2='57AV' where id=6; -update noar tt set v0='KLLIBS' where id=7; -update noar ti set v0='KLLIBS' where id=7; -update noar tt set b0='LL7J2W' where id=7; -update noar ti set b0='LL7J2W' where id=7; -update noar tt set v0='B' where id=7; -update noar ti set v0='B' where id=7; -update noar tt set b1='SG0TI8SN9JYJZSSPO' where id=7; -update noar ti set b1='SG0TI8SN9JYJZSSPO' where id=7; -update noar tt set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7; -update noar ti set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7; -update noar tt set b2='1Z5Y' where id=7; -update noar ti set b2='1Z5Y' where id=7; -update noar tt set v0='W' where id=8; -update noar ti set v0='W' where id=8; -update noar tt set b0='T' where id=8; -update noar ti set b0='T' where id=8; -update noar tt set v0='W8BHHA88M80T9' where id=8; -update noar ti set v0='W8BHHA88M80T9' where id=8; -update noar tt set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8; -update noar ti set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8; -update noar tt set v0='P5R6S15AJJZ4G' where id=8; -update noar ti set v0='P5R6S15AJJZ4G' where id=8; -update noar tt set b2='4B47OTCK5BX0FQ' where id=8; -update noar ti set b2='4B47OTCK5BX0FQ' where id=8; -update noar tt set v0='R1JA4IW8770G3XN' where id=9; -update noar ti set v0='R1JA4IW8770G3XN' where id=9; -update noar tt set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9; -update noar ti set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9; -update noar tt set v0='KX59YQO5130RP' where id=9; -update noar ti set v0='KX59YQO5130RP' where id=9; -update noar tt set b1='CSBG6JYS' where id=9; -update noar ti set b1='CSBG6JYS' where id=9; -update noar tt set v0='3B7RTVA2VXRR' where id=9; -update noar ti set v0='3B7RTVA2VXRR' where id=9; -update noar tt set b2='6T' where id=9; -update noar ti set b2='6T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FT8' where id=1; -update noar ti set v0='FT8' where id=1; -update noar tt set b0='VAENZXPK6O' where id=1; -update noar ti set b0='VAENZXPK6O' where id=1; -update noar tt set v0='POZ88ANNZ2D' where id=1; -update noar ti set v0='POZ88ANNZ2D' where id=1; -update noar tt set b1='NVAZQZOL3FCLFTH7P' where id=1; -update noar ti set b1='NVAZQZOL3FCLFTH7P' where id=1; -update noar tt set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1; -update noar ti set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1; -update noar tt set b2='I6W45LDM0593NT' where id=1; -update noar ti set b2='I6W45LDM0593NT' where id=1; -update noar tt set v0='WULPLIRCJQQJYMT' where id=2; -update noar ti set v0='WULPLIRCJQQJYMT' where id=2; -update noar tt set b0='DG' where id=2; -update noar ti set b0='DG' where id=2; -update noar tt set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2; -update noar ti set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2; -update noar tt set b1='NWSA44U51BEFY0OAUOFNQH' where id=2; -update noar ti set b1='NWSA44U51BEFY0OAUOFNQH' where id=2; -update noar tt set v0='3OQ02' where id=2; -update noar ti set v0='3OQ02' where id=2; -update noar tt set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2; -update noar ti set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2; -update noar tt set v0='HVAPLR7RCME647MBTX09MRFI' where id=3; -update noar ti set v0='HVAPLR7RCME647MBTX09MRFI' where id=3; -update noar tt set b0='82F' where id=3; -update noar ti set b0='82F' where id=3; -update noar tt set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3; -update noar ti set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3; -update noar tt set b1='I0F2EVAPI8LHOL' where id=3; -update noar ti set b1='I0F2EVAPI8LHOL' where id=3; -update noar tt set v0='UDK' where id=3; -update noar ti set v0='UDK' where id=3; -update noar tt set b2='RE4YV8L5Q6QKF0S' where id=3; -update noar ti set b2='RE4YV8L5Q6QKF0S' where id=3; -update noar tt set v0='J' where id=4; -update noar ti set v0='J' where id=4; -update noar tt set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4; -update noar ti set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4; -update noar tt set v0='5F7K1UKGLI' where id=4; -update noar ti set v0='5F7K1UKGLI' where id=4; -update noar tt set b1='WQG6RZ946ZB0' where id=4; -update noar ti set b1='WQG6RZ946ZB0' where id=4; -update noar tt set v0='QMSUCJ7LZOTRCW75AYV2' where id=4; -update noar ti set v0='QMSUCJ7LZOTRCW75AYV2' where id=4; -update noar tt set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4; -update noar ti set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4; -update noar tt set v0='G' where id=5; -update noar ti set v0='G' where id=5; -update noar tt set b0='5KU994BHZ5H0G1BS42HR' where id=5; -update noar ti set b0='5KU994BHZ5H0G1BS42HR' where id=5; -update noar tt set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5; -update noar ti set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5; -update noar tt set b1='Z2OURVX9' where id=5; -update noar ti set b1='Z2OURVX9' where id=5; -update noar tt set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5; -update noar ti set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5; -update noar tt set b2='CKO74TCU' where id=5; -update noar ti set b2='CKO74TCU' where id=5; -update noar tt set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6; -update noar ti set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6; -update noar tt set b0='S7CCMHX5X' where id=6; -update noar ti set b0='S7CCMHX5X' where id=6; -update noar tt set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6; -update noar ti set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6; -update noar tt set b1='NBKKR6' where id=6; -update noar ti set b1='NBKKR6' where id=6; -update noar tt set v0='GJ0R78ES7G0ZEZ44D4' where id=6; -update noar ti set v0='GJ0R78ES7G0ZEZ44D4' where id=6; -update noar tt set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6; -update noar ti set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6; -update noar tt set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7; -update noar ti set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7; -update noar tt set b0='R11ZT3B2' where id=7; -update noar ti set b0='R11ZT3B2' where id=7; -update noar tt set v0='VCOBT9ECGMQNNUWS6S' where id=7; -update noar ti set v0='VCOBT9ECGMQNNUWS6S' where id=7; -update noar tt set b1='9NXOAVIAI0U7OT' where id=7; -update noar ti set b1='9NXOAVIAI0U7OT' where id=7; -update noar tt set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7; -update noar ti set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7; -update noar tt set b2='U' where id=7; -update noar ti set b2='U' where id=7; -update noar tt set v0='5XZ6FWRJ5P43EMLMD6' where id=8; -update noar ti set v0='5XZ6FWRJ5P43EMLMD6' where id=8; -update noar tt set b0='X' where id=8; -update noar ti set b0='X' where id=8; -update noar tt set v0='DMHVL7SHYJADINV' where id=8; -update noar ti set v0='DMHVL7SHYJADINV' where id=8; -update noar tt set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8; -update noar ti set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8; -update noar tt set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8; -update noar ti set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8; -update noar tt set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8; -update noar ti set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8; -update noar tt set v0='JCL6BMQ96LMYV5' where id=9; -update noar ti set v0='JCL6BMQ96LMYV5' where id=9; -update noar tt set b0='H0G31IKJRM7ZAWQEIXD' where id=9; -update noar ti set b0='H0G31IKJRM7ZAWQEIXD' where id=9; -update noar tt set v0='EF89U9AM4NSCDYN' where id=9; -update noar ti set v0='EF89U9AM4NSCDYN' where id=9; -update noar tt set b1='97K4W4SVM86MJ60X' where id=9; -update noar ti set b1='97K4W4SVM86MJ60X' where id=9; -update noar tt set v0='XVKM0Q9' where id=9; -update noar ti set v0='XVKM0Q9' where id=9; -update noar tt set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9; -update noar ti set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DPBVHLPKWMWULUJG' where id=1; -update noar ti set v0='DPBVHLPKWMWULUJG' where id=1; -update noar tt set b0='JLRR6KMZKYE14QLM3C' where id=1; -update noar ti set b0='JLRR6KMZKYE14QLM3C' where id=1; -update noar tt set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1; -update noar ti set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1; -update noar tt set b1='BE643WDQVTNJ05CZTK4' where id=1; -update noar ti set b1='BE643WDQVTNJ05CZTK4' where id=1; -update noar tt set v0='OGR24I' where id=1; -update noar ti set v0='OGR24I' where id=1; -update noar tt set b2='ASHKPG' where id=1; -update noar ti set b2='ASHKPG' where id=1; -update noar tt set v0='PY' where id=2; -update noar ti set v0='PY' where id=2; -update noar tt set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2; -update noar ti set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2; -update noar tt set v0='AF' where id=2; -update noar ti set v0='AF' where id=2; -update noar tt set b1='YP' where id=2; -update noar ti set b1='YP' where id=2; -update noar tt set v0='S1' where id=2; -update noar ti set v0='S1' where id=2; -update noar tt set b2='KRNT33UF877E8D66TU02NNRXY' where id=2; -update noar ti set b2='KRNT33UF877E8D66TU02NNRXY' where id=2; -update noar tt set v0='VSJGHLTY8' where id=3; -update noar ti set v0='VSJGHLTY8' where id=3; -update noar tt set b0='T07R29PLQL5MMX' where id=3; -update noar ti set b0='T07R29PLQL5MMX' where id=3; -update noar tt set v0='MEMFPA6F3U56FIAO' where id=3; -update noar ti set v0='MEMFPA6F3U56FIAO' where id=3; -update noar tt set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3; -update noar ti set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3; -update noar tt set v0='5R' where id=3; -update noar ti set v0='5R' where id=3; -update noar tt set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3; -update noar ti set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3; -update noar tt set v0='NH0XB' where id=4; -update noar ti set v0='NH0XB' where id=4; -update noar tt set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4; -update noar ti set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4; -update noar tt set v0='9P9RKH2Y85FEVODV10D727F' where id=4; -update noar ti set v0='9P9RKH2Y85FEVODV10D727F' where id=4; -update noar tt set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4; -update noar ti set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4; -update noar tt set v0='70U3RQ49YBC1Z' where id=4; -update noar ti set v0='70U3RQ49YBC1Z' where id=4; -update noar tt set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4; -update noar ti set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4; -update noar tt set v0='VJIZQR' where id=5; -update noar ti set v0='VJIZQR' where id=5; -update noar tt set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5; -update noar ti set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5; -update noar tt set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5; -update noar ti set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5; -update noar tt set b1='8WW3AAJD04B3BXCG' where id=5; -update noar ti set b1='8WW3AAJD04B3BXCG' where id=5; -update noar tt set v0='DZO5UHVKBCY2YX' where id=5; -update noar ti set v0='DZO5UHVKBCY2YX' where id=5; -update noar tt set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5; -update noar ti set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5; -update noar tt set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6; -update noar ti set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6; -update noar tt set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6; -update noar ti set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6; -update noar tt set v0='KZ2' where id=6; -update noar ti set v0='KZ2' where id=6; -update noar tt set b1='Q38Q533JRLU12BMG73V6NP' where id=6; -update noar ti set b1='Q38Q533JRLU12BMG73V6NP' where id=6; -update noar tt set v0='MIP3EAAH4' where id=6; -update noar ti set v0='MIP3EAAH4' where id=6; -update noar tt set b2='3RO9JWRVN140L' where id=6; -update noar ti set b2='3RO9JWRVN140L' where id=6; -update noar tt set v0='M06FWZ7NCZSFI' where id=7; -update noar ti set v0='M06FWZ7NCZSFI' where id=7; -update noar tt set b0='I1' where id=7; -update noar ti set b0='I1' where id=7; -update noar tt set v0='KKD8J8QG' where id=7; -update noar ti set v0='KKD8J8QG' where id=7; -update noar tt set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7; -update noar ti set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7; -update noar tt set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7; -update noar ti set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7; -update noar tt set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7; -update noar ti set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7; -update noar tt set v0='UFN199EXA4BGPML' where id=8; -update noar ti set v0='UFN199EXA4BGPML' where id=8; -update noar tt set b0='DGI7MQXFOAZJARDUC2EFT' where id=8; -update noar ti set b0='DGI7MQXFOAZJARDUC2EFT' where id=8; -update noar tt set v0='BGU' where id=8; -update noar ti set v0='BGU' where id=8; -update noar tt set b1='KKW8BEMYDAQBP1JCN' where id=8; -update noar ti set b1='KKW8BEMYDAQBP1JCN' where id=8; -update noar tt set v0='YNG3VJZUJCA' where id=8; -update noar ti set v0='YNG3VJZUJCA' where id=8; -update noar tt set b2='L' where id=8; -update noar ti set b2='L' where id=8; -update noar tt set v0='MINRP' where id=9; -update noar ti set v0='MINRP' where id=9; -update noar tt set b0='506LVCZ' where id=9; -update noar ti set b0='506LVCZ' where id=9; -update noar tt set v0='MMXHLKXDM' where id=9; -update noar ti set v0='MMXHLKXDM' where id=9; -update noar tt set b1='QDHBE755V3W9A73TVKE' where id=9; -update noar ti set b1='QDHBE755V3W9A73TVKE' where id=9; -update noar tt set v0='VWVR8L3ZF1JMADSDUF2' where id=9; -update noar ti set v0='VWVR8L3ZF1JMADSDUF2' where id=9; -update noar tt set b2='6AICB3TQLAHVJ' where id=9; -update noar ti set b2='6AICB3TQLAHVJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0AL83Q2S5J81R' where id=1; -update noar ti set v0='0AL83Q2S5J81R' where id=1; -update noar tt set b0='TIFCWHGSX' where id=1; -update noar ti set b0='TIFCWHGSX' where id=1; -update noar tt set v0='X3' where id=1; -update noar ti set v0='X3' where id=1; -update noar tt set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1; -update noar ti set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1; -update noar tt set v0='UWR' where id=1; -update noar ti set v0='UWR' where id=1; -update noar tt set b2='S2F78TIABEB8F4F92' where id=1; -update noar ti set b2='S2F78TIABEB8F4F92' where id=1; -update noar tt set v0='2KDUHNXJRUY2' where id=2; -update noar ti set v0='2KDUHNXJRUY2' where id=2; -update noar tt set b0='GI00LGX32WB' where id=2; -update noar ti set b0='GI00LGX32WB' where id=2; -update noar tt set v0='8IJPQB5QY62V30QNP' where id=2; -update noar ti set v0='8IJPQB5QY62V30QNP' where id=2; -update noar tt set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2; -update noar ti set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2; -update noar tt set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2; -update noar ti set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2; -update noar tt set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2; -update noar ti set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2; -update noar tt set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3; -update noar ti set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3; -update noar tt set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3; -update noar ti set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3; -update noar tt set v0='D2CTCQV' where id=3; -update noar ti set v0='D2CTCQV' where id=3; -update noar tt set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3; -update noar ti set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3; -update noar tt set v0='UFPM3BZ1L39KCUV4EMEU' where id=3; -update noar ti set v0='UFPM3BZ1L39KCUV4EMEU' where id=3; -update noar tt set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3; -update noar ti set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3; -update noar tt set v0='YW9Y2' where id=4; -update noar ti set v0='YW9Y2' where id=4; -update noar tt set b0='S66AEROOH4IV9' where id=4; -update noar ti set b0='S66AEROOH4IV9' where id=4; -update noar tt set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4; -update noar ti set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4; -update noar tt set b1='366U66S2T9JNP' where id=4; -update noar ti set b1='366U66S2T9JNP' where id=4; -update noar tt set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4; -update noar ti set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4; -update noar tt set b2='O5BJD1RXAE7YC03T5' where id=4; -update noar ti set b2='O5BJD1RXAE7YC03T5' where id=4; -update noar tt set v0='Q4XSM6EDTJC' where id=5; -update noar ti set v0='Q4XSM6EDTJC' where id=5; -update noar tt set b0='IT72' where id=5; -update noar ti set b0='IT72' where id=5; -update noar tt set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5; -update noar ti set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5; -update noar tt set b1='SR0RDFEJYDVJ36X047H5ML' where id=5; -update noar ti set b1='SR0RDFEJYDVJ36X047H5ML' where id=5; -update noar tt set v0='38G7' where id=5; -update noar ti set v0='38G7' where id=5; -update noar tt set b2='F8IC8EKXZVVGG3WBDXP' where id=5; -update noar ti set b2='F8IC8EKXZVVGG3WBDXP' where id=5; -update noar tt set v0='CTK5UK51O' where id=6; -update noar ti set v0='CTK5UK51O' where id=6; -update noar tt set b0='L1P6AYNNZ8FJ' where id=6; -update noar ti set b0='L1P6AYNNZ8FJ' where id=6; -update noar tt set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6; -update noar ti set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6; -update noar tt set b1='FPHV49XBPAUG' where id=6; -update noar ti set b1='FPHV49XBPAUG' where id=6; -update noar tt set v0='EV6MQJQCP' where id=6; -update noar ti set v0='EV6MQJQCP' where id=6; -update noar tt set b2='TCD7BHFAEX3V8ULH0I' where id=6; -update noar ti set b2='TCD7BHFAEX3V8ULH0I' where id=6; -update noar tt set v0='8SBDXZHEIZXXZWRODV' where id=7; -update noar ti set v0='8SBDXZHEIZXXZWRODV' where id=7; -update noar tt set b0='DNEDD7U3J8E2' where id=7; -update noar ti set b0='DNEDD7U3J8E2' where id=7; -update noar tt set v0='QLM0PKRSHEWD97V4W0980N0' where id=7; -update noar ti set v0='QLM0PKRSHEWD97V4W0980N0' where id=7; -update noar tt set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7; -update noar ti set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7; -update noar tt set v0='TJG7FYG2' where id=7; -update noar ti set v0='TJG7FYG2' where id=7; -update noar tt set b2='XJ77US2RX27X13UP2XNVQ9' where id=7; -update noar ti set b2='XJ77US2RX27X13UP2XNVQ9' where id=7; -update noar tt set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8; -update noar ti set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8; -update noar tt set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8; -update noar ti set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8; -update noar tt set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8; -update noar ti set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8; -update noar tt set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8; -update noar ti set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8; -update noar tt set v0='2A7JLBC66U7M2XKQH' where id=8; -update noar ti set v0='2A7JLBC66U7M2XKQH' where id=8; -update noar tt set b2='68ZZQ' where id=8; -update noar ti set b2='68ZZQ' where id=8; -update noar tt set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9; -update noar ti set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9; -update noar tt set b0='PUJFIX793HCU' where id=9; -update noar ti set b0='PUJFIX793HCU' where id=9; -update noar tt set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9; -update noar ti set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9; -update noar tt set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9; -update noar ti set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9; -update noar tt set v0='IQD' where id=9; -update noar ti set v0='IQD' where id=9; -update noar tt set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9; -update noar ti set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FME77XFX8HT' where id=1; -update noar ti set v0='FME77XFX8HT' where id=1; -update noar tt set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1; -update noar ti set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1; -update noar tt set v0='M3LZN8GQH98FM' where id=1; -update noar ti set v0='M3LZN8GQH98FM' where id=1; -update noar tt set b1='4P9VBC31GLFT' where id=1; -update noar ti set b1='4P9VBC31GLFT' where id=1; -update noar tt set v0='DEUK' where id=1; -update noar ti set v0='DEUK' where id=1; -update noar tt set b2='FNLX15HDQK' where id=1; -update noar ti set b2='FNLX15HDQK' where id=1; -update noar tt set v0='30A8KSEINAA9K' where id=2; -update noar ti set v0='30A8KSEINAA9K' where id=2; -update noar tt set b0='19Y4BUYPQORPRY36' where id=2; -update noar ti set b0='19Y4BUYPQORPRY36' where id=2; -update noar tt set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2; -update noar ti set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2; -update noar tt set b1='N87HND4V6Q4' where id=2; -update noar ti set b1='N87HND4V6Q4' where id=2; -update noar tt set v0='R7PYFPMJJ5G66E4Z2' where id=2; -update noar ti set v0='R7PYFPMJJ5G66E4Z2' where id=2; -update noar tt set b2='EGNRYF5AEZ0YDD' where id=2; -update noar ti set b2='EGNRYF5AEZ0YDD' where id=2; -update noar tt set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3; -update noar ti set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3; -update noar tt set b0='H4CBMCNTU' where id=3; -update noar ti set b0='H4CBMCNTU' where id=3; -update noar tt set v0='NN' where id=3; -update noar ti set v0='NN' where id=3; -update noar tt set b1='0GX2XQL4SHH' where id=3; -update noar ti set b1='0GX2XQL4SHH' where id=3; -update noar tt set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3; -update noar ti set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3; -update noar tt set b2='0GSN12RLPSONISN1U' where id=3; -update noar ti set b2='0GSN12RLPSONISN1U' where id=3; -update noar tt set v0='SNNDVAJT2CMC009OSE' where id=4; -update noar ti set v0='SNNDVAJT2CMC009OSE' where id=4; -update noar tt set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4; -update noar ti set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4; -update noar tt set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4; -update noar ti set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4; -update noar tt set b1='GTK3HFPND' where id=4; -update noar ti set b1='GTK3HFPND' where id=4; -update noar tt set v0='C8L65XAHG' where id=4; -update noar ti set v0='C8L65XAHG' where id=4; -update noar tt set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4; -update noar ti set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4; -update noar tt set v0='J' where id=5; -update noar ti set v0='J' where id=5; -update noar tt set b0='PEEAU5N47WR' where id=5; -update noar ti set b0='PEEAU5N47WR' where id=5; -update noar tt set v0='1Z738TO6E7' where id=5; -update noar ti set v0='1Z738TO6E7' where id=5; -update noar tt set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5; -update noar ti set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5; -update noar tt set v0='SEBBBYRQKOJ49O5WH' where id=5; -update noar ti set v0='SEBBBYRQKOJ49O5WH' where id=5; -update noar tt set b2='2OTVKSVF322JN' where id=5; -update noar ti set b2='2OTVKSVF322JN' where id=5; -update noar tt set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6; -update noar ti set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6; -update noar tt set b0='K58DLLPGH2X9I7USC15VVC' where id=6; -update noar ti set b0='K58DLLPGH2X9I7USC15VVC' where id=6; -update noar tt set v0='HU6ZB1HYH73YHL' where id=6; -update noar ti set v0='HU6ZB1HYH73YHL' where id=6; -update noar tt set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6; -update noar ti set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6; -update noar tt set v0='MV3OLMODIPFIVUSJVBQG' where id=6; -update noar ti set v0='MV3OLMODIPFIVUSJVBQG' where id=6; -update noar tt set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6; -update noar ti set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6; -update noar tt set v0='K3KMHHZEQS9HN1' where id=7; -update noar ti set v0='K3KMHHZEQS9HN1' where id=7; -update noar tt set b0='K251SWEDZDSL79' where id=7; -update noar ti set b0='K251SWEDZDSL79' where id=7; -update noar tt set v0='XO7M' where id=7; -update noar ti set v0='XO7M' where id=7; -update noar tt set b1='UMBDSPYMBHVHB3EI3' where id=7; -update noar ti set b1='UMBDSPYMBHVHB3EI3' where id=7; -update noar tt set v0='ZPWUCVI7VIT' where id=7; -update noar ti set v0='ZPWUCVI7VIT' where id=7; -update noar tt set b2='RKEU' where id=7; -update noar ti set b2='RKEU' where id=7; -update noar tt set v0='GJ1GV1DF' where id=8; -update noar ti set v0='GJ1GV1DF' where id=8; -update noar tt set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8; -update noar ti set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8; -update noar tt set v0='41MJM605CH4EWX373399TOA272CP' where id=8; -update noar ti set v0='41MJM605CH4EWX373399TOA272CP' where id=8; -update noar tt set b1='1RHPS5FOUBYVPAEC79D' where id=8; -update noar ti set b1='1RHPS5FOUBYVPAEC79D' where id=8; -update noar tt set v0='TGJZQ8CTPAER55BHD2S' where id=8; -update noar ti set v0='TGJZQ8CTPAER55BHD2S' where id=8; -update noar tt set b2='MFZA7IQPA4KGWU972E' where id=8; -update noar ti set b2='MFZA7IQPA4KGWU972E' where id=8; -update noar tt set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9; -update noar ti set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9; -update noar tt set b0='UCBC95REM4' where id=9; -update noar ti set b0='UCBC95REM4' where id=9; -update noar tt set v0='H8VW26' where id=9; -update noar ti set v0='H8VW26' where id=9; -update noar tt set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9; -update noar ti set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9; -update noar tt set v0='9V1MX0SZ00QXS' where id=9; -update noar ti set v0='9V1MX0SZ00QXS' where id=9; -update noar tt set b2='D9E15RPWMKOPTMQC' where id=9; -update noar ti set b2='D9E15RPWMKOPTMQC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SJBTJFBY' where id=1; -update noar ti set v0='SJBTJFBY' where id=1; -update noar tt set b0='2P0BD7V89' where id=1; -update noar ti set b0='2P0BD7V89' where id=1; -update noar tt set v0='6DK7PVS' where id=1; -update noar ti set v0='6DK7PVS' where id=1; -update noar tt set b1='3EDI' where id=1; -update noar ti set b1='3EDI' where id=1; -update noar tt set v0='8RF' where id=1; -update noar ti set v0='8RF' where id=1; -update noar tt set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1; -update noar ti set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1; -update noar tt set v0='HJ798U3XK' where id=2; -update noar ti set v0='HJ798U3XK' where id=2; -update noar tt set b0='YHHQZ' where id=2; -update noar ti set b0='YHHQZ' where id=2; -update noar tt set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2; -update noar ti set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2; -update noar tt set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2; -update noar ti set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2; -update noar tt set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2; -update noar ti set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2; -update noar tt set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2; -update noar ti set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2; -update noar tt set v0='X3JSOWS7KOB9NV3V' where id=3; -update noar ti set v0='X3JSOWS7KOB9NV3V' where id=3; -update noar tt set b0='NO' where id=3; -update noar ti set b0='NO' where id=3; -update noar tt set v0='KXJZU0Z0K2RMGU9' where id=3; -update noar ti set v0='KXJZU0Z0K2RMGU9' where id=3; -update noar tt set b1='XS8ORTD7FLQG1E0' where id=3; -update noar ti set b1='XS8ORTD7FLQG1E0' where id=3; -update noar tt set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3; -update noar ti set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3; -update noar tt set b2='LPUO39GEGZ' where id=3; -update noar ti set b2='LPUO39GEGZ' where id=3; -update noar tt set v0='GEXJ5RTDCE' where id=4; -update noar ti set v0='GEXJ5RTDCE' where id=4; -update noar tt set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4; -update noar ti set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4; -update noar tt set v0='LP' where id=4; -update noar ti set v0='LP' where id=4; -update noar tt set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4; -update noar ti set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4; -update noar tt set v0='SF574' where id=4; -update noar ti set v0='SF574' where id=4; -update noar tt set b2='8PWGL3C' where id=4; -update noar ti set b2='8PWGL3C' where id=4; -update noar tt set v0='FW0TYH58E8UC1JD26J5LI' where id=5; -update noar ti set v0='FW0TYH58E8UC1JD26J5LI' where id=5; -update noar tt set b0='056' where id=5; -update noar ti set b0='056' where id=5; -update noar tt set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5; -update noar ti set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5; -update noar tt set b1='TRJ' where id=5; -update noar ti set b1='TRJ' where id=5; -update noar tt set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5; -update noar ti set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5; -update noar tt set b2='ADG2SMIWRR' where id=5; -update noar ti set b2='ADG2SMIWRR' where id=5; -update noar tt set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6; -update noar ti set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6; -update noar tt set b0='8ETYMSQO' where id=6; -update noar ti set b0='8ETYMSQO' where id=6; -update noar tt set v0='XDX17PMRJT4GT' where id=6; -update noar ti set v0='XDX17PMRJT4GT' where id=6; -update noar tt set b1='O3K9ZTZ9PO867' where id=6; -update noar ti set b1='O3K9ZTZ9PO867' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b2='OAQJQ0' where id=6; -update noar ti set b2='OAQJQ0' where id=6; -update noar tt set v0='D1RD' where id=7; -update noar ti set v0='D1RD' where id=7; -update noar tt set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7; -update noar ti set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7; -update noar tt set v0='Y6PJ' where id=7; -update noar ti set v0='Y6PJ' where id=7; -update noar tt set b1='99SOGZBAHF' where id=7; -update noar ti set b1='99SOGZBAHF' where id=7; -update noar tt set v0='OG38T' where id=7; -update noar ti set v0='OG38T' where id=7; -update noar tt set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7; -update noar ti set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7; -update noar tt set v0='MQXX0R6UY1O' where id=8; -update noar ti set v0='MQXX0R6UY1O' where id=8; -update noar tt set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8; -update noar ti set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8; -update noar tt set v0='F96K5MZ6OYLK' where id=8; -update noar ti set v0='F96K5MZ6OYLK' where id=8; -update noar tt set b1='XXP79A9TH5E1NL1X3WZ' where id=8; -update noar ti set b1='XXP79A9TH5E1NL1X3WZ' where id=8; -update noar tt set v0='A' where id=8; -update noar ti set v0='A' where id=8; -update noar tt set b2='OCT0W2941UU0XWFMG29' where id=8; -update noar ti set b2='OCT0W2941UU0XWFMG29' where id=8; -update noar tt set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9; -update noar ti set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9; -update noar tt set b0='6' where id=9; -update noar ti set b0='6' where id=9; -update noar tt set v0='OF3UCX5SKADQ4KIF' where id=9; -update noar ti set v0='OF3UCX5SKADQ4KIF' where id=9; -update noar tt set b1='BYTQG9EQJVQTJIIC8' where id=9; -update noar ti set b1='BYTQG9EQJVQTJIIC8' where id=9; -update noar tt set v0='JSN3NW5EJJU4C540BZJZHK' where id=9; -update noar ti set v0='JSN3NW5EJJU4C540BZJZHK' where id=9; -update noar tt set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9; -update noar ti set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1; -update noar ti set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1; -update noar tt set b0='5ZUR86QBTVDP93LIQ' where id=1; -update noar ti set b0='5ZUR86QBTVDP93LIQ' where id=1; -update noar tt set v0='5GNLQ' where id=1; -update noar ti set v0='5GNLQ' where id=1; -update noar tt set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1; -update noar ti set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1; -update noar tt set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1; -update noar ti set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1; -update noar tt set b2='QOA2PY6H1OP16DVOD1PC4' where id=1; -update noar ti set b2='QOA2PY6H1OP16DVOD1PC4' where id=1; -update noar tt set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2; -update noar ti set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2; -update noar tt set b0='FOPAO85BB78ZCT5U18M9JD' where id=2; -update noar ti set b0='FOPAO85BB78ZCT5U18M9JD' where id=2; -update noar tt set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2; -update noar ti set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2; -update noar tt set b1='TEY962JR9OE' where id=2; -update noar ti set b1='TEY962JR9OE' where id=2; -update noar tt set v0='CPFZ4IO' where id=2; -update noar ti set v0='CPFZ4IO' where id=2; -update noar tt set b2='HKSDHDHLX9P' where id=2; -update noar ti set b2='HKSDHDHLX9P' where id=2; -update noar tt set v0='QHXL2WU17IT' where id=3; -update noar ti set v0='QHXL2WU17IT' where id=3; -update noar tt set b0='I06H1EKO1NIMYJXF2O5C' where id=3; -update noar ti set b0='I06H1EKO1NIMYJXF2O5C' where id=3; -update noar tt set v0='UPT67K6K7FC8Z2' where id=3; -update noar ti set v0='UPT67K6K7FC8Z2' where id=3; -update noar tt set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3; -update noar ti set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3; -update noar tt set v0='A2SJT6C0IWQKM9I3' where id=3; -update noar ti set v0='A2SJT6C0IWQKM9I3' where id=3; -update noar tt set b2='I5YEITB973H84PFGQZ3XG3J' where id=3; -update noar ti set b2='I5YEITB973H84PFGQZ3XG3J' where id=3; -update noar tt set v0='RW7' where id=4; -update noar ti set v0='RW7' where id=4; -update noar tt set b0='UJQ3Z4N5C3NS3832A' where id=4; -update noar ti set b0='UJQ3Z4N5C3NS3832A' where id=4; -update noar tt set v0='N00IXPQCHO3TB0P671' where id=4; -update noar ti set v0='N00IXPQCHO3TB0P671' where id=4; -update noar tt set b1='P7TP9H4FA' where id=4; -update noar ti set b1='P7TP9H4FA' where id=4; -update noar tt set v0='VG24O291JX0EYG5UY' where id=4; -update noar ti set v0='VG24O291JX0EYG5UY' where id=4; -update noar tt set b2='CIZ3EYAITJANDCXSMKWID' where id=4; -update noar ti set b2='CIZ3EYAITJANDCXSMKWID' where id=4; -update noar tt set v0='PSN1WAALUNSAT' where id=5; -update noar ti set v0='PSN1WAALUNSAT' where id=5; -update noar tt set b0='WE2T801L006YN9J' where id=5; -update noar ti set b0='WE2T801L006YN9J' where id=5; -update noar tt set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5; -update noar ti set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5; -update noar tt set b1='DJA7' where id=5; -update noar ti set b1='DJA7' where id=5; -update noar tt set v0='04OUGOZ0MK1' where id=5; -update noar ti set v0='04OUGOZ0MK1' where id=5; -update noar tt set b2='UFS' where id=5; -update noar ti set b2='UFS' where id=5; -update noar tt set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6; -update noar ti set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6; -update noar tt set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6; -update noar ti set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6; -update noar tt set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6; -update noar ti set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6; -update noar tt set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6; -update noar ti set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6; -update noar tt set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6; -update noar ti set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6; -update noar tt set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6; -update noar ti set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6; -update noar tt set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7; -update noar ti set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7; -update noar tt set b0='96LBU3UD38V1517X4X0' where id=7; -update noar ti set b0='96LBU3UD38V1517X4X0' where id=7; -update noar tt set v0='2IT7WZJWAIT0I' where id=7; -update noar ti set v0='2IT7WZJWAIT0I' where id=7; -update noar tt set b1='V3C4JW70IOP97RJWDMCSSX' where id=7; -update noar ti set b1='V3C4JW70IOP97RJWDMCSSX' where id=7; -update noar tt set v0='L9G3' where id=7; -update noar ti set v0='L9G3' where id=7; -update noar tt set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7; -update noar ti set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7; -update noar tt set v0='42NLOT4UQFS' where id=8; -update noar ti set v0='42NLOT4UQFS' where id=8; -update noar tt set b0='S62B8XDFSSQ0' where id=8; -update noar ti set b0='S62B8XDFSSQ0' where id=8; -update noar tt set v0='X76ZFPSI6' where id=8; -update noar ti set v0='X76ZFPSI6' where id=8; -update noar tt set b1='FXK' where id=8; -update noar ti set b1='FXK' where id=8; -update noar tt set v0='MSNUUCHC4D' where id=8; -update noar ti set v0='MSNUUCHC4D' where id=8; -update noar tt set b2='T0XXZ3DB' where id=8; -update noar ti set b2='T0XXZ3DB' where id=8; -update noar tt set v0='I8IWTMSE' where id=9; -update noar ti set v0='I8IWTMSE' where id=9; -update noar tt set b0='1UO' where id=9; -update noar ti set b0='1UO' where id=9; -update noar tt set v0='JT' where id=9; -update noar ti set v0='JT' where id=9; -update noar tt set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9; -update noar ti set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9; -update noar tt set v0='TH5E9Z' where id=9; -update noar ti set v0='TH5E9Z' where id=9; -update noar tt set b2='222NO4NTFXSOM57' where id=9; -update noar ti set b2='222NO4NTFXSOM57' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5YIBB5UNICW9845FJBUCTO' where id=1; -update noar ti set v0='5YIBB5UNICW9845FJBUCTO' where id=1; -update noar tt set b0='MXN7' where id=1; -update noar ti set b0='MXN7' where id=1; -update noar tt set v0='KUJVXXVC7JOR5DQP' where id=1; -update noar ti set v0='KUJVXXVC7JOR5DQP' where id=1; -update noar tt set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1; -update noar ti set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1; -update noar tt set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1; -update noar ti set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1; -update noar tt set b2='NPZQWM6' where id=1; -update noar ti set b2='NPZQWM6' where id=1; -update noar tt set v0='7IIYB8' where id=2; -update noar ti set v0='7IIYB8' where id=2; -update noar tt set b0='3XA8WDH4ILAZXZ3MYN' where id=2; -update noar ti set b0='3XA8WDH4ILAZXZ3MYN' where id=2; -update noar tt set v0='T3QGJ9J7NRHJI6K1D' where id=2; -update noar ti set v0='T3QGJ9J7NRHJI6K1D' where id=2; -update noar tt set b1='HY' where id=2; -update noar ti set b1='HY' where id=2; -update noar tt set v0='YDV2S0YCTQ8RASJJ2HS' where id=2; -update noar ti set v0='YDV2S0YCTQ8RASJJ2HS' where id=2; -update noar tt set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2; -update noar ti set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2; -update noar tt set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3; -update noar ti set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3; -update noar tt set b0='E8DE7XU' where id=3; -update noar ti set b0='E8DE7XU' where id=3; -update noar tt set v0='GRAD2LTLER' where id=3; -update noar ti set v0='GRAD2LTLER' where id=3; -update noar tt set b1='CPKQOCLGYDOP18' where id=3; -update noar ti set b1='CPKQOCLGYDOP18' where id=3; -update noar tt set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3; -update noar ti set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3; -update noar tt set b2='YI' where id=3; -update noar ti set b2='YI' where id=3; -update noar tt set v0='H' where id=4; -update noar ti set v0='H' where id=4; -update noar tt set b0='VNFPJJKXK91C' where id=4; -update noar ti set b0='VNFPJJKXK91C' where id=4; -update noar tt set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4; -update noar ti set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4; -update noar tt set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4; -update noar ti set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b2='00Z6QQ' where id=4; -update noar ti set b2='00Z6QQ' where id=4; -update noar tt set v0='53C8BD8' where id=5; -update noar ti set v0='53C8BD8' where id=5; -update noar tt set b0='6LM17NK1' where id=5; -update noar ti set b0='6LM17NK1' where id=5; -update noar tt set v0='Y0TUAR0QU0QO8U' where id=5; -update noar ti set v0='Y0TUAR0QU0QO8U' where id=5; -update noar tt set b1='0CPIUW' where id=5; -update noar ti set b1='0CPIUW' where id=5; -update noar tt set v0='TXX80PRDST6ZKF' where id=5; -update noar ti set v0='TXX80PRDST6ZKF' where id=5; -update noar tt set b2='ANHBGV8GFJM' where id=5; -update noar ti set b2='ANHBGV8GFJM' where id=5; -update noar tt set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6; -update noar ti set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6; -update noar tt set b0='K0OHWH6TGS3XN' where id=6; -update noar ti set b0='K0OHWH6TGS3XN' where id=6; -update noar tt set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6; -update noar ti set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6; -update noar tt set b1='5' where id=6; -update noar ti set b1='5' where id=6; -update noar tt set v0='5KA8V1OMWDB2Z9UDYQK' where id=6; -update noar ti set v0='5KA8V1OMWDB2Z9UDYQK' where id=6; -update noar tt set b2='817L591' where id=6; -update noar ti set b2='817L591' where id=6; -update noar tt set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7; -update noar ti set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7; -update noar tt set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7; -update noar ti set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7; -update noar tt set v0='H54KHZJB5' where id=7; -update noar ti set v0='H54KHZJB5' where id=7; -update noar tt set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7; -update noar ti set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7; -update noar tt set v0='4UF9' where id=7; -update noar ti set v0='4UF9' where id=7; -update noar tt set b2='CBD6U6MUZHWS4RY1W5' where id=7; -update noar ti set b2='CBD6U6MUZHWS4RY1W5' where id=7; -update noar tt set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8; -update noar ti set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8; -update noar tt set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8; -update noar ti set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b1='SSR74TAPELE03RMYQAFT' where id=8; -update noar ti set b1='SSR74TAPELE03RMYQAFT' where id=8; -update noar tt set v0='07GYC0C26KXP37NWZE1MO' where id=8; -update noar ti set v0='07GYC0C26KXP37NWZE1MO' where id=8; -update noar tt set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8; -update noar ti set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8; -update noar tt set v0='PVQ50MWWW' where id=9; -update noar ti set v0='PVQ50MWWW' where id=9; -update noar tt set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9; -update noar ti set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9; -update noar tt set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9; -update noar ti set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9; -update noar tt set b1='7RUY5OQDD8' where id=9; -update noar ti set b1='7RUY5OQDD8' where id=9; -update noar tt set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9; -update noar ti set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9; -update noar tt set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9; -update noar ti set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3WOBYMKV629I7E1XUJCG163' where id=1; -update noar ti set v0='S3WOBYMKV629I7E1XUJCG163' where id=1; -update noar tt set b0='7GSYV' where id=1; -update noar ti set b0='7GSYV' where id=1; -update noar tt set v0='JMP59E0SBEI5UKS2CF1' where id=1; -update noar ti set v0='JMP59E0SBEI5UKS2CF1' where id=1; -update noar tt set b1='BR44HNYO9JJV9NNPMVST' where id=1; -update noar ti set b1='BR44HNYO9JJV9NNPMVST' where id=1; -update noar tt set v0='R4NKM8LXH2' where id=1; -update noar ti set v0='R4NKM8LXH2' where id=1; -update noar tt set b2='VE2LB0DFDES1CB97V' where id=1; -update noar ti set b2='VE2LB0DFDES1CB97V' where id=1; -update noar tt set v0='NWWCS9HVGWBNEBIMCZA23' where id=2; -update noar ti set v0='NWWCS9HVGWBNEBIMCZA23' where id=2; -update noar tt set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2; -update noar ti set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2; -update noar tt set v0='YUAQ3E' where id=2; -update noar ti set v0='YUAQ3E' where id=2; -update noar tt set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2; -update noar ti set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2; -update noar tt set v0='MJMLFBB' where id=2; -update noar ti set v0='MJMLFBB' where id=2; -update noar tt set b2='UT0ZYO6DKRZIG54C772MDG' where id=2; -update noar ti set b2='UT0ZYO6DKRZIG54C772MDG' where id=2; -update noar tt set v0='BWTS5XCE563B61T3CP4DMO' where id=3; -update noar ti set v0='BWTS5XCE563B61T3CP4DMO' where id=3; -update noar tt set b0='EIW7WSKT0MEGBJJMEO' where id=3; -update noar ti set b0='EIW7WSKT0MEGBJJMEO' where id=3; -update noar tt set v0='EPICL7Z14LG9' where id=3; -update noar ti set v0='EPICL7Z14LG9' where id=3; -update noar tt set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3; -update noar ti set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3; -update noar tt set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3; -update noar ti set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3; -update noar tt set b2='IALFJJ7K40IXNQU8' where id=3; -update noar ti set b2='IALFJJ7K40IXNQU8' where id=3; -update noar tt set v0='ORHEIO52QFHWJ4A3' where id=4; -update noar ti set v0='ORHEIO52QFHWJ4A3' where id=4; -update noar tt set b0='GRYJN4R2AHE' where id=4; -update noar ti set b0='GRYJN4R2AHE' where id=4; -update noar tt set v0='V37WORKOR9O' where id=4; -update noar ti set v0='V37WORKOR9O' where id=4; -update noar tt set b1='FDBVAG' where id=4; -update noar ti set b1='FDBVAG' where id=4; -update noar tt set v0='UZBFL9UHEPE7OTV04GETP' where id=4; -update noar ti set v0='UZBFL9UHEPE7OTV04GETP' where id=4; -update noar tt set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4; -update noar ti set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4; -update noar tt set v0='KADFFXAAU5QLA9T5BLPL583' where id=5; -update noar ti set v0='KADFFXAAU5QLA9T5BLPL583' where id=5; -update noar tt set b0='36S59X86VT' where id=5; -update noar ti set b0='36S59X86VT' where id=5; -update noar tt set v0='FX5EHG28EHYWCRLL6' where id=5; -update noar ti set v0='FX5EHG28EHYWCRLL6' where id=5; -update noar tt set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5; -update noar ti set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5; -update noar tt set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5; -update noar ti set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5; -update noar tt set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5; -update noar ti set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5; -update noar tt set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6; -update noar ti set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6; -update noar tt set b0='QD97N3TTIL3' where id=6; -update noar ti set b0='QD97N3TTIL3' where id=6; -update noar tt set v0='4NF378ECWJ' where id=6; -update noar ti set v0='4NF378ECWJ' where id=6; -update noar tt set b1='LAAW46MQHWT6A' where id=6; -update noar ti set b1='LAAW46MQHWT6A' where id=6; -update noar tt set v0='2FTO3NIS' where id=6; -update noar ti set v0='2FTO3NIS' where id=6; -update noar tt set b2='WEB38FB8YMHHLCPV' where id=6; -update noar ti set b2='WEB38FB8YMHHLCPV' where id=6; -update noar tt set v0='ZNXXVVB' where id=7; -update noar ti set v0='ZNXXVVB' where id=7; -update noar tt set b0='UF5P19DYI3' where id=7; -update noar ti set b0='UF5P19DYI3' where id=7; -update noar tt set v0='1UBGXLDMB' where id=7; -update noar ti set v0='1UBGXLDMB' where id=7; -update noar tt set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7; -update noar ti set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7; -update noar tt set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7; -update noar ti set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7; -update noar tt set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7; -update noar ti set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7; -update noar tt set v0='LUWLJORIA7POZCB' where id=8; -update noar ti set v0='LUWLJORIA7POZCB' where id=8; -update noar tt set b0='2TVGNOR' where id=8; -update noar ti set b0='2TVGNOR' where id=8; -update noar tt set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8; -update noar ti set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8; -update noar tt set b1='O170TG' where id=8; -update noar ti set b1='O170TG' where id=8; -update noar tt set v0='GIYB3SKHI1YHZFV' where id=8; -update noar ti set v0='GIYB3SKHI1YHZFV' where id=8; -update noar tt set b2='XBJEJ7IZNL22RHKA' where id=8; -update noar ti set b2='XBJEJ7IZNL22RHKA' where id=8; -update noar tt set v0='3KFAL' where id=9; -update noar ti set v0='3KFAL' where id=9; -update noar tt set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9; -update noar ti set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9; -update noar tt set v0='J4WP' where id=9; -update noar ti set v0='J4WP' where id=9; -update noar tt set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9; -update noar ti set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9; -update noar tt set v0='KU' where id=9; -update noar ti set v0='KU' where id=9; -update noar tt set b2='E8T' where id=9; -update noar ti set b2='E8T' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1; -update noar ti set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1; -update noar tt set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1; -update noar ti set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1; -update noar tt set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1; -update noar ti set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1; -update noar tt set b1='MUYE4FEQZ5' where id=1; -update noar ti set b1='MUYE4FEQZ5' where id=1; -update noar tt set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1; -update noar ti set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1; -update noar tt set b2='TWCPR' where id=1; -update noar ti set b2='TWCPR' where id=1; -update noar tt set v0='MTEZE8LTCJPIDKSJWXE' where id=2; -update noar ti set v0='MTEZE8LTCJPIDKSJWXE' where id=2; -update noar tt set b0='QIAIZUVDN8YM' where id=2; -update noar ti set b0='QIAIZUVDN8YM' where id=2; -update noar tt set v0='TFGRNU2QU' where id=2; -update noar ti set v0='TFGRNU2QU' where id=2; -update noar tt set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2; -update noar ti set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2; -update noar tt set v0='JE' where id=2; -update noar ti set v0='JE' where id=2; -update noar tt set b2='3QYP8R05V8ST' where id=2; -update noar ti set b2='3QYP8R05V8ST' where id=2; -update noar tt set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3; -update noar ti set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3; -update noar tt set b0='PA7IDPT95SW2OW5' where id=3; -update noar ti set b0='PA7IDPT95SW2OW5' where id=3; -update noar tt set v0='2X6H0H' where id=3; -update noar ti set v0='2X6H0H' where id=3; -update noar tt set b1='8BQHCICPE' where id=3; -update noar ti set b1='8BQHCICPE' where id=3; -update noar tt set v0='WFVTH1Q9O4BP5A14957VS' where id=3; -update noar ti set v0='WFVTH1Q9O4BP5A14957VS' where id=3; -update noar tt set b2='DRZ3JOLF9BE' where id=3; -update noar ti set b2='DRZ3JOLF9BE' where id=3; -update noar tt set v0='39W8FXHK14GYLKHCUS' where id=4; -update noar ti set v0='39W8FXHK14GYLKHCUS' where id=4; -update noar tt set b0='PY20H353UIANN3I8G8O9AKY' where id=4; -update noar ti set b0='PY20H353UIANN3I8G8O9AKY' where id=4; -update noar tt set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4; -update noar ti set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4; -update noar tt set b1='J1GRMTVT746A63V3BKHD3U' where id=4; -update noar ti set b1='J1GRMTVT746A63V3BKHD3U' where id=4; -update noar tt set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4; -update noar ti set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4; -update noar tt set b2='X6VKEIHA' where id=4; -update noar ti set b2='X6VKEIHA' where id=4; -update noar tt set v0='2HM74' where id=5; -update noar ti set v0='2HM74' where id=5; -update noar tt set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5; -update noar ti set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5; -update noar tt set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5; -update noar ti set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5; -update noar tt set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5; -update noar ti set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5; -update noar tt set v0='6PT4RS2L' where id=5; -update noar ti set v0='6PT4RS2L' where id=5; -update noar tt set b2='NRH' where id=5; -update noar ti set b2='NRH' where id=5; -update noar tt set v0='AO9REU3AKJ2HN' where id=6; -update noar ti set v0='AO9REU3AKJ2HN' where id=6; -update noar tt set b0='344IMAFNYWN1VPNIO8G3QP' where id=6; -update noar ti set b0='344IMAFNYWN1VPNIO8G3QP' where id=6; -update noar tt set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6; -update noar ti set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6; -update noar tt set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6; -update noar ti set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6; -update noar tt set v0='ZAWIH0Z032M68' where id=6; -update noar ti set v0='ZAWIH0Z032M68' where id=6; -update noar tt set b2='DQ41UB' where id=6; -update noar ti set b2='DQ41UB' where id=6; -update noar tt set v0='YMFQS5' where id=7; -update noar ti set v0='YMFQS5' where id=7; -update noar tt set b0='5EWX' where id=7; -update noar ti set b0='5EWX' where id=7; -update noar tt set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7; -update noar ti set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7; -update noar tt set b1='0PGUONFQBMKD' where id=7; -update noar ti set b1='0PGUONFQBMKD' where id=7; -update noar tt set v0='UNOLJ35TQJVFXZCV' where id=7; -update noar ti set v0='UNOLJ35TQJVFXZCV' where id=7; -update noar tt set b2='1J3L' where id=7; -update noar ti set b2='1J3L' where id=7; -update noar tt set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8; -update noar ti set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8; -update noar tt set b0='0IY0' where id=8; -update noar ti set b0='0IY0' where id=8; -update noar tt set v0='6L1B8FLDQE7M1HCLY0GG' where id=8; -update noar ti set v0='6L1B8FLDQE7M1HCLY0GG' where id=8; -update noar tt set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8; -update noar ti set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8; -update noar tt set v0='IP' where id=8; -update noar ti set v0='IP' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9; -update noar ti set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9; -update noar tt set b0='YPPN52C7IPNUK' where id=9; -update noar ti set b0='YPPN52C7IPNUK' where id=9; -update noar tt set v0='XEDMBXRTD253UJ' where id=9; -update noar ti set v0='XEDMBXRTD253UJ' where id=9; -update noar tt set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9; -update noar ti set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9; -update noar tt set v0='J' where id=9; -update noar ti set v0='J' where id=9; -update noar tt set b2='DP7RSS29NH6W' where id=9; -update noar ti set b2='DP7RSS29NH6W' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 mediumblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D9' where id=1; -update noar ti set v0='D9' where id=1; -update noar tt set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1; -update noar ti set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1; -update noar tt set v0='QR0EKGQ5YUDOT57D3T5' where id=1; -update noar ti set v0='QR0EKGQ5YUDOT57D3T5' where id=1; -update noar tt set b1='EE2R5' where id=1; -update noar ti set b1='EE2R5' where id=1; -update noar tt set v0='HL2F1D8CBB' where id=1; -update noar ti set v0='HL2F1D8CBB' where id=1; -update noar tt set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1; -update noar ti set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1; -update noar tt set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2; -update noar ti set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2; -update noar tt set b0='JFHS' where id=2; -update noar ti set b0='JFHS' where id=2; -update noar tt set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2; -update noar ti set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2; -update noar tt set b1='PM4IS8CHAS4' where id=2; -update noar ti set b1='PM4IS8CHAS4' where id=2; -update noar tt set v0='92BQAV8NM5BZQY94Q' where id=2; -update noar ti set v0='92BQAV8NM5BZQY94Q' where id=2; -update noar tt set b2='HOPYGDCR8Q' where id=2; -update noar ti set b2='HOPYGDCR8Q' where id=2; -update noar tt set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3; -update noar ti set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3; -update noar tt set b0='MXNUGECQVV10FM' where id=3; -update noar ti set b0='MXNUGECQVV10FM' where id=3; -update noar tt set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3; -update noar ti set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3; -update noar tt set b1='6IF' where id=3; -update noar ti set b1='6IF' where id=3; -update noar tt set v0='JCIKPZFLSWSR' where id=3; -update noar ti set v0='JCIKPZFLSWSR' where id=3; -update noar tt set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3; -update noar ti set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3; -update noar tt set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4; -update noar ti set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4; -update noar tt set b0='3027K0E8VM7ZFUGKSFKH6' where id=4; -update noar ti set b0='3027K0E8VM7ZFUGKSFKH6' where id=4; -update noar tt set v0='UBQBM1AVW1Z48KF3' where id=4; -update noar ti set v0='UBQBM1AVW1Z48KF3' where id=4; -update noar tt set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4; -update noar ti set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4; -update noar tt set v0='SCLTUZ76N03DLZYQ' where id=4; -update noar ti set v0='SCLTUZ76N03DLZYQ' where id=4; -update noar tt set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4; -update noar ti set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4; -update noar tt set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5; -update noar ti set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5; -update noar tt set b0='I7X0FRJA666B65WR' where id=5; -update noar ti set b0='I7X0FRJA666B65WR' where id=5; -update noar tt set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5; -update noar ti set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5; -update noar tt set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5; -update noar ti set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5; -update noar tt set v0='BNHP3ORJD224TI9' where id=5; -update noar ti set v0='BNHP3ORJD224TI9' where id=5; -update noar tt set b2='DA2' where id=5; -update noar ti set b2='DA2' where id=5; -update noar tt set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6; -update noar ti set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6; -update noar tt set b0='ICTA580809' where id=6; -update noar ti set b0='ICTA580809' where id=6; -update noar tt set v0='6FPBLTQZME' where id=6; -update noar ti set v0='6FPBLTQZME' where id=6; -update noar tt set b1='KVS0SR22V84J' where id=6; -update noar ti set b1='KVS0SR22V84J' where id=6; -update noar tt set v0='NZUHCUHEVFY015AWH0II' where id=6; -update noar ti set v0='NZUHCUHEVFY015AWH0II' where id=6; -update noar tt set b2='5LKMNFT7BYX13RNN3D2' where id=6; -update noar ti set b2='5LKMNFT7BYX13RNN3D2' where id=6; -update noar tt set v0='8OJF7ATX' where id=7; -update noar ti set v0='8OJF7ATX' where id=7; -update noar tt set b0='HY' where id=7; -update noar ti set b0='HY' where id=7; -update noar tt set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7; -update noar ti set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7; -update noar tt set b1='S390CJJD' where id=7; -update noar ti set b1='S390CJJD' where id=7; -update noar tt set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7; -update noar ti set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7; -update noar tt set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7; -update noar ti set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7; -update noar tt set v0='QQMPZ0OHR28D79' where id=8; -update noar ti set v0='QQMPZ0OHR28D79' where id=8; -update noar tt set b0='ZKA08H4VSV78' where id=8; -update noar ti set b0='ZKA08H4VSV78' where id=8; -update noar tt set v0='JX3TMT' where id=8; -update noar ti set v0='JX3TMT' where id=8; -update noar tt set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8; -update noar ti set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8; -update noar tt set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8; -update noar ti set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8; -update noar tt set b2='5F4HV' where id=8; -update noar ti set b2='5F4HV' where id=8; -update noar tt set v0='PIXO' where id=9; -update noar ti set v0='PIXO' where id=9; -update noar tt set b0='YYRAVC33GKFL8FWX3L7W356' where id=9; -update noar ti set b0='YYRAVC33GKFL8FWX3L7W356' where id=9; -update noar tt set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9; -update noar ti set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9; -update noar tt set b1='991XDMGDFUY' where id=9; -update noar ti set b1='991XDMGDFUY' where id=9; -update noar tt set v0='EVB07' where id=9; -update noar ti set v0='EVB07' where id=9; -update noar tt set b2='2TEUEW2UPEGM8TTC' where id=9; -update noar ti set b2='2TEUEW2UPEGM8TTC' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1; -update noar ti set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1; -update noar tt set b0='65AYFMENZSIIE1AU9GQH0' where id=1; -update noar ti set b0='65AYFMENZSIIE1AU9GQH0' where id=1; -update noar tt set v0='EMZ0FRE4' where id=1; -update noar ti set v0='EMZ0FRE4' where id=1; -update noar tt set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1; -update noar ti set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1; -update noar tt set v0='J8CZQVDQVHIL0JK' where id=1; -update noar ti set v0='J8CZQVDQVHIL0JK' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2; -update noar ti set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2; -update noar tt set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2; -update noar ti set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2; -update noar tt set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2; -update noar ti set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2; -update noar tt set b1='XNUO087QXE2DW2S2RN' where id=2; -update noar ti set b1='XNUO087QXE2DW2S2RN' where id=2; -update noar tt set v0='WXBLHR5O9S26KJ' where id=2; -update noar ti set v0='WXBLHR5O9S26KJ' where id=2; -update noar tt set b2='FBZ2G4EC1TL0Z' where id=2; -update noar ti set b2='FBZ2G4EC1TL0Z' where id=2; -update noar tt set v0='G5MTX6MM' where id=3; -update noar ti set v0='G5MTX6MM' where id=3; -update noar tt set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3; -update noar ti set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3; -update noar tt set v0='EPVJTJWUX2J5WJ8POC0' where id=3; -update noar ti set v0='EPVJTJWUX2J5WJ8POC0' where id=3; -update noar tt set b1='XZK8ONZZB38V6XFB4RQY' where id=3; -update noar ti set b1='XZK8ONZZB38V6XFB4RQY' where id=3; -update noar tt set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3; -update noar ti set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3; -update noar tt set b2='6BCT9YG7Q' where id=3; -update noar ti set b2='6BCT9YG7Q' where id=3; -update noar tt set v0='KZCKIHDO68' where id=4; -update noar ti set v0='KZCKIHDO68' where id=4; -update noar tt set b0='3ZBSXY8HC6V0V' where id=4; -update noar ti set b0='3ZBSXY8HC6V0V' where id=4; -update noar tt set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4; -update noar ti set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4; -update noar tt set b1='IUR6XIDPH3S53428KL62E' where id=4; -update noar ti set b1='IUR6XIDPH3S53428KL62E' where id=4; -update noar tt set v0='UGG5Q22T71' where id=4; -update noar ti set v0='UGG5Q22T71' where id=4; -update noar tt set b2='I84P493V' where id=4; -update noar ti set b2='I84P493V' where id=4; -update noar tt set v0='3SKVU9U' where id=5; -update noar ti set v0='3SKVU9U' where id=5; -update noar tt set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5; -update noar ti set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5; -update noar tt set v0='ZKN87Y91E92' where id=5; -update noar ti set v0='ZKN87Y91E92' where id=5; -update noar tt set b1='ORNCL32BWWCE0Y7K8H' where id=5; -update noar ti set b1='ORNCL32BWWCE0Y7K8H' where id=5; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5; -update noar ti set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5; -update noar tt set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6; -update noar ti set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6; -update noar tt set b0='P3IST8MDNY' where id=6; -update noar ti set b0='P3IST8MDNY' where id=6; -update noar tt set v0='XQ5' where id=6; -update noar ti set v0='XQ5' where id=6; -update noar tt set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6; -update noar ti set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6; -update noar tt set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6; -update noar ti set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6; -update noar tt set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6; -update noar ti set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6; -update noar tt set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7; -update noar ti set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7; -update noar tt set b0='LOP4D' where id=7; -update noar ti set b0='LOP4D' where id=7; -update noar tt set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7; -update noar ti set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7; -update noar tt set b1='SYPK32' where id=7; -update noar ti set b1='SYPK32' where id=7; -update noar tt set v0='LD' where id=7; -update noar ti set v0='LD' where id=7; -update noar tt set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7; -update noar ti set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7; -update noar tt set v0='SQ0IIA75ERHFB1' where id=8; -update noar ti set v0='SQ0IIA75ERHFB1' where id=8; -update noar tt set b0='M10NQVJL21TE1VR6DV' where id=8; -update noar ti set b0='M10NQVJL21TE1VR6DV' where id=8; -update noar tt set v0='GZKT2DLPN6WW9T499E' where id=8; -update noar ti set v0='GZKT2DLPN6WW9T499E' where id=8; -update noar tt set b1='VE599MSD5X' where id=8; -update noar ti set b1='VE599MSD5X' where id=8; -update noar tt set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8; -update noar ti set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8; -update noar tt set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8; -update noar ti set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8; -update noar tt set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9; -update noar ti set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9; -update noar tt set b0='KXTSIXGF' where id=9; -update noar ti set b0='KXTSIXGF' where id=9; -update noar tt set v0='9IVFLPZ2' where id=9; -update noar ti set v0='9IVFLPZ2' where id=9; -update noar tt set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9; -update noar ti set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9; -update noar tt set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9; -update noar ti set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9; -update noar tt set b2='CRIKIZKM3J025XCCCX1MXO' where id=9; -update noar ti set b2='CRIKIZKM3J025XCCCX1MXO' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 mediumblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1; -update noar ti set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1; -update noar tt set b0='72LS2M4YJDXD' where id=1; -update noar ti set b0='72LS2M4YJDXD' where id=1; -update noar tt set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1; -update noar ti set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1; -update noar tt set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1; -update noar ti set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1; -update noar tt set v0='ZHG308' where id=1; -update noar ti set v0='ZHG308' where id=1; -update noar tt set b2='M0CEW9C' where id=1; -update noar ti set b2='M0CEW9C' where id=1; -update noar tt set v0='VKTY2ZMT4AYDUNHMYK' where id=2; -update noar ti set v0='VKTY2ZMT4AYDUNHMYK' where id=2; -update noar tt set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2; -update noar ti set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2; -update noar tt set v0='6XP0J5V' where id=2; -update noar ti set v0='6XP0J5V' where id=2; -update noar tt set b1='2UO54AUG1RFKZ' where id=2; -update noar ti set b1='2UO54AUG1RFKZ' where id=2; -update noar tt set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2; -update noar ti set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2; -update noar tt set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2; -update noar ti set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2; -update noar tt set v0='MHNPHHW7' where id=3; -update noar ti set v0='MHNPHHW7' where id=3; -update noar tt set b0='FS9LSQRKPF77QRDMO4' where id=3; -update noar ti set b0='FS9LSQRKPF77QRDMO4' where id=3; -update noar tt set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3; -update noar ti set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3; -update noar tt set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3; -update noar ti set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3; -update noar tt set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3; -update noar ti set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3; -update noar tt set b2='3' where id=3; -update noar ti set b2='3' where id=3; -update noar tt set v0='V17V33W179' where id=4; -update noar ti set v0='V17V33W179' where id=4; -update noar tt set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4; -update noar ti set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4; -update noar tt set v0='QZ7X' where id=4; -update noar ti set v0='QZ7X' where id=4; -update noar tt set b1='7IG' where id=4; -update noar ti set b1='7IG' where id=4; -update noar tt set v0='8XRY8VV4' where id=4; -update noar ti set v0='8XRY8VV4' where id=4; -update noar tt set b2='F9KCRAMOX' where id=4; -update noar ti set b2='F9KCRAMOX' where id=4; -update noar tt set v0='BTA69' where id=5; -update noar ti set v0='BTA69' where id=5; -update noar tt set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5; -update noar ti set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5; -update noar tt set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5; -update noar ti set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5; -update noar tt set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5; -update noar ti set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5; -update noar tt set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5; -update noar ti set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5; -update noar tt set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5; -update noar ti set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5; -update noar tt set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6; -update noar ti set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6; -update noar tt set b0='D2EL72ESP446YH' where id=6; -update noar ti set b0='D2EL72ESP446YH' where id=6; -update noar tt set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6; -update noar ti set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6; -update noar tt set b1='8099L' where id=6; -update noar ti set b1='8099L' where id=6; -update noar tt set v0='20SHNTYE2VMGG9GIXK' where id=6; -update noar ti set v0='20SHNTYE2VMGG9GIXK' where id=6; -update noar tt set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6; -update noar ti set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6; -update noar tt set v0='HK82FN' where id=7; -update noar ti set v0='HK82FN' where id=7; -update noar tt set b0='I10FAXAQK1EBKFHRZUBZ' where id=7; -update noar ti set b0='I10FAXAQK1EBKFHRZUBZ' where id=7; -update noar tt set v0='BU03' where id=7; -update noar ti set v0='BU03' where id=7; -update noar tt set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7; -update noar ti set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7; -update noar tt set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7; -update noar ti set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7; -update noar tt set b2='TODWD481ZJC2JZ' where id=7; -update noar ti set b2='TODWD481ZJC2JZ' where id=7; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8; -update noar ti set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8; -update noar tt set v0='MEOTLCQHRL60BPTXT' where id=8; -update noar ti set v0='MEOTLCQHRL60BPTXT' where id=8; -update noar tt set b1='HAXDD6AKW0D1IPY' where id=8; -update noar ti set b1='HAXDD6AKW0D1IPY' where id=8; -update noar tt set v0='NG0MA83UE' where id=8; -update noar ti set v0='NG0MA83UE' where id=8; -update noar tt set b2='WOLTOVV62CCIYYMW1N1D' where id=8; -update noar ti set b2='WOLTOVV62CCIYYMW1N1D' where id=8; -update noar tt set v0='NHL8D5' where id=9; -update noar ti set v0='NHL8D5' where id=9; -update noar tt set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9; -update noar ti set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9; -update noar tt set v0='GVZULKGGT' where id=9; -update noar ti set v0='GVZULKGGT' where id=9; -update noar tt set b1='ZVKGLZN' where id=9; -update noar ti set b1='ZVKGLZN' where id=9; -update noar tt set v0='7838230IEEWPJYQ19Q2XG' where id=9; -update noar ti set v0='7838230IEEWPJYQ19Q2XG' where id=9; -update noar tt set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9; -update noar ti set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LE77E' where id=1; -update noar ti set v0='LE77E' where id=1; -update noar tt set b0='DBLRKONL' where id=1; -update noar ti set b0='DBLRKONL' where id=1; -update noar tt set v0='QWI9VG1K2W5' where id=1; -update noar ti set v0='QWI9VG1K2W5' where id=1; -update noar tt set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1; -update noar ti set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1; -update noar tt set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1; -update noar ti set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1; -update noar tt set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1; -update noar ti set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1; -update noar tt set v0='ZYEZJ8K' where id=2; -update noar ti set v0='ZYEZJ8K' where id=2; -update noar tt set b0='WBVUH62MOPZECYHI5559' where id=2; -update noar ti set b0='WBVUH62MOPZECYHI5559' where id=2; -update noar tt set v0='RW56J' where id=2; -update noar ti set v0='RW56J' where id=2; -update noar tt set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2; -update noar ti set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2; -update noar tt set v0='VHGN3IGBLZN' where id=2; -update noar ti set v0='VHGN3IGBLZN' where id=2; -update noar tt set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2; -update noar ti set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2; -update noar tt set v0='GJJ3' where id=3; -update noar ti set v0='GJJ3' where id=3; -update noar tt set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3; -update noar ti set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3; -update noar tt set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3; -update noar ti set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3; -update noar tt set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3; -update noar ti set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3; -update noar tt set v0='WW7W' where id=3; -update noar ti set v0='WW7W' where id=3; -update noar tt set b2='W3MP' where id=3; -update noar ti set b2='W3MP' where id=3; -update noar tt set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4; -update noar ti set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4; -update noar tt set b0='3425PRNQ8SXL1F7YO' where id=4; -update noar ti set b0='3425PRNQ8SXL1F7YO' where id=4; -update noar tt set v0='WTRXLPM7XWJI2OR' where id=4; -update noar ti set v0='WTRXLPM7XWJI2OR' where id=4; -update noar tt set b1='RNP8GVFPPPWG609847B' where id=4; -update noar ti set b1='RNP8GVFPPPWG609847B' where id=4; -update noar tt set v0='8G' where id=4; -update noar ti set v0='8G' where id=4; -update noar tt set b2='X' where id=4; -update noar ti set b2='X' where id=4; -update noar tt set v0='5DK7EGZI9Y' where id=5; -update noar ti set v0='5DK7EGZI9Y' where id=5; -update noar tt set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5; -update noar ti set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5; -update noar tt set v0='OR4PX1WF2G' where id=5; -update noar ti set v0='OR4PX1WF2G' where id=5; -update noar tt set b1='POO8IY' where id=5; -update noar ti set b1='POO8IY' where id=5; -update noar tt set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5; -update noar ti set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5; -update noar tt set b2='FOKG' where id=5; -update noar ti set b2='FOKG' where id=5; -update noar tt set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6; -update noar ti set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6; -update noar tt set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6; -update noar ti set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6; -update noar tt set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6; -update noar ti set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6; -update noar tt set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6; -update noar ti set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6; -update noar tt set v0='ILCEOH1F85WFFQPN' where id=6; -update noar ti set v0='ILCEOH1F85WFFQPN' where id=6; -update noar tt set b2='BDH5PGE1K6R' where id=6; -update noar ti set b2='BDH5PGE1K6R' where id=6; -update noar tt set v0='T5' where id=7; -update noar ti set v0='T5' where id=7; -update noar tt set b0='JRPH' where id=7; -update noar ti set b0='JRPH' where id=7; -update noar tt set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7; -update noar ti set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7; -update noar tt set b1='TOU8LL26' where id=7; -update noar ti set b1='TOU8LL26' where id=7; -update noar tt set v0='O' where id=7; -update noar ti set v0='O' where id=7; -update noar tt set b2='0' where id=7; -update noar ti set b2='0' where id=7; -update noar tt set v0='1S6QQV39EM80' where id=8; -update noar ti set v0='1S6QQV39EM80' where id=8; -update noar tt set b0='0F12G0Z9M7J1RA9UTE2A' where id=8; -update noar ti set b0='0F12G0Z9M7J1RA9UTE2A' where id=8; -update noar tt set v0='STFID1XJJTZUT6RC8X6OMF' where id=8; -update noar ti set v0='STFID1XJJTZUT6RC8X6OMF' where id=8; -update noar tt set b1='51F' where id=8; -update noar ti set b1='51F' where id=8; -update noar tt set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8; -update noar ti set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8; -update noar tt set b2='7Z6' where id=8; -update noar ti set b2='7Z6' where id=8; -update noar tt set v0='ZYSI' where id=9; -update noar ti set v0='ZYSI' where id=9; -update noar tt set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9; -update noar ti set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9; -update noar tt set v0='LSUOEYIHZP2PTA' where id=9; -update noar ti set v0='LSUOEYIHZP2PTA' where id=9; -update noar tt set b1='QDV3MRPS' where id=9; -update noar ti set b1='QDV3MRPS' where id=9; -update noar tt set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9; -update noar ti set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9; -update noar tt set b2='JPGM3T05Z6VFU29585DR' where id=9; -update noar ti set b2='JPGM3T05Z6VFU29585DR' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6' where id=1; -update noar ti set v0='6' where id=1; -update noar tt set b0='US4ATMUKEBZM' where id=1; -update noar ti set b0='US4ATMUKEBZM' where id=1; -update noar tt set v0='PO671AYD4PNRQM' where id=1; -update noar ti set v0='PO671AYD4PNRQM' where id=1; -update noar tt set b1='6' where id=1; -update noar ti set b1='6' where id=1; -update noar tt set v0='Y0YKCBOJQ0SPEX0IV6' where id=1; -update noar ti set v0='Y0YKCBOJQ0SPEX0IV6' where id=1; -update noar tt set b2='90E9F' where id=1; -update noar ti set b2='90E9F' where id=1; -update noar tt set v0='WGN4E92CYV4LE3P59S' where id=2; -update noar ti set v0='WGN4E92CYV4LE3P59S' where id=2; -update noar tt set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2; -update noar ti set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2; -update noar tt set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2; -update noar ti set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2; -update noar tt set b1='9238' where id=2; -update noar ti set b1='9238' where id=2; -update noar tt set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2; -update noar ti set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2; -update noar tt set b2='G' where id=2; -update noar ti set b2='G' where id=2; -update noar tt set v0='1NJ7LM61CXS9NQFE7' where id=3; -update noar ti set v0='1NJ7LM61CXS9NQFE7' where id=3; -update noar tt set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3; -update noar ti set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3; -update noar tt set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3; -update noar ti set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3; -update noar tt set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3; -update noar ti set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3; -update noar tt set v0='8' where id=3; -update noar ti set v0='8' where id=3; -update noar tt set b2='RL6JWGO77OXZKLZTHJCE1' where id=3; -update noar ti set b2='RL6JWGO77OXZKLZTHJCE1' where id=3; -update noar tt set v0='KFCF4Y6KMBUIF' where id=4; -update noar ti set v0='KFCF4Y6KMBUIF' where id=4; -update noar tt set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4; -update noar ti set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4; -update noar tt set v0='DDOG' where id=4; -update noar ti set v0='DDOG' where id=4; -update noar tt set b1='2UVOD1LZXJGNYDMB' where id=4; -update noar ti set b1='2UVOD1LZXJGNYDMB' where id=4; -update noar tt set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4; -update noar ti set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4; -update noar tt set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4; -update noar ti set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4; -update noar tt set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5; -update noar ti set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5; -update noar tt set b0='Z9E520' where id=5; -update noar ti set b0='Z9E520' where id=5; -update noar tt set v0='0OYSU4Q' where id=5; -update noar ti set v0='0OYSU4Q' where id=5; -update noar tt set b1='7MKYBQJHOO8WC' where id=5; -update noar ti set b1='7MKYBQJHOO8WC' where id=5; -update noar tt set v0='8T6JWTZ6B' where id=5; -update noar ti set v0='8T6JWTZ6B' where id=5; -update noar tt set b2='83H80G45GR3' where id=5; -update noar ti set b2='83H80G45GR3' where id=5; -update noar tt set v0='5DJEHJ4JTX58WUTE' where id=6; -update noar ti set v0='5DJEHJ4JTX58WUTE' where id=6; -update noar tt set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6; -update noar ti set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6; -update noar tt set v0='S2UH3F6TXP' where id=6; -update noar ti set v0='S2UH3F6TXP' where id=6; -update noar tt set b1='WQUCJVWWZ14KF' where id=6; -update noar ti set b1='WQUCJVWWZ14KF' where id=6; -update noar tt set v0='UMQ2PJ' where id=6; -update noar ti set v0='UMQ2PJ' where id=6; -update noar tt set b2='CS9M' where id=6; -update noar ti set b2='CS9M' where id=6; -update noar tt set v0='M0Y6KKWGSPE' where id=7; -update noar ti set v0='M0Y6KKWGSPE' where id=7; -update noar tt set b0='4DA5MTAB4N' where id=7; -update noar ti set b0='4DA5MTAB4N' where id=7; -update noar tt set v0='2ARPR017U' where id=7; -update noar ti set v0='2ARPR017U' where id=7; -update noar tt set b1='WB' where id=7; -update noar ti set b1='WB' where id=7; -update noar tt set v0='P0NJ8KPKEFXRR3GCWWY' where id=7; -update noar ti set v0='P0NJ8KPKEFXRR3GCWWY' where id=7; -update noar tt set b2='7GA3' where id=7; -update noar ti set b2='7GA3' where id=7; -update noar tt set v0='18XC4VQW6' where id=8; -update noar ti set v0='18XC4VQW6' where id=8; -update noar tt set b0='V7A4EM87' where id=8; -update noar ti set b0='V7A4EM87' where id=8; -update noar tt set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8; -update noar ti set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8; -update noar tt set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8; -update noar ti set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8; -update noar tt set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8; -update noar ti set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8; -update noar tt set b2='3XR7V98QU8SKOPGKXY' where id=8; -update noar ti set b2='3XR7V98QU8SKOPGKXY' where id=8; -update noar tt set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9; -update noar ti set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9; -update noar tt set b0='3KF' where id=9; -update noar ti set b0='3KF' where id=9; -update noar tt set v0='QJ4' where id=9; -update noar ti set v0='QJ4' where id=9; -update noar tt set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9; -update noar ti set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9; -update noar tt set v0='01H2432K4ELT78BCC5T43VN' where id=9; -update noar ti set v0='01H2432K4ELT78BCC5T43VN' where id=9; -update noar tt set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9; -update noar ti set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F3R16IWBI1' where id=1; -update noar ti set v0='F3R16IWBI1' where id=1; -update noar tt set b0='0BNGO0FHP' where id=1; -update noar ti set b0='0BNGO0FHP' where id=1; -update noar tt set v0='GRTFJROM63ED8P8C8QXV98' where id=1; -update noar ti set v0='GRTFJROM63ED8P8C8QXV98' where id=1; -update noar tt set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1; -update noar ti set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1; -update noar tt set v0='BD4AHS' where id=1; -update noar ti set v0='BD4AHS' where id=1; -update noar tt set b2='R23B3AF19AC9YE' where id=1; -update noar ti set b2='R23B3AF19AC9YE' where id=1; -update noar tt set v0='3XLCF7QRZCAW1K8F90' where id=2; -update noar ti set v0='3XLCF7QRZCAW1K8F90' where id=2; -update noar tt set b0='IBA8CC5BQCVCSGVZG' where id=2; -update noar ti set b0='IBA8CC5BQCVCSGVZG' where id=2; -update noar tt set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2; -update noar ti set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2; -update noar tt set b1='U41DLMCW8' where id=2; -update noar ti set b1='U41DLMCW8' where id=2; -update noar tt set v0='0E703N2IH3ZBEKNR7R3J' where id=2; -update noar ti set v0='0E703N2IH3ZBEKNR7R3J' where id=2; -update noar tt set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2; -update noar ti set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2; -update noar tt set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3; -update noar ti set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3; -update noar tt set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3; -update noar ti set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3; -update noar tt set v0='TV3E8S9' where id=3; -update noar ti set v0='TV3E8S9' where id=3; -update noar tt set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3; -update noar ti set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3; -update noar tt set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3; -update noar ti set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3; -update noar tt set b2='PD46IS543T' where id=3; -update noar ti set b2='PD46IS543T' where id=3; -update noar tt set v0='S6JUY3V9' where id=4; -update noar ti set v0='S6JUY3V9' where id=4; -update noar tt set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4; -update noar ti set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4; -update noar tt set v0='EE7X2LFKGKW' where id=4; -update noar ti set v0='EE7X2LFKGKW' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='5A9' where id=4; -update noar ti set v0='5A9' where id=4; -update noar tt set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4; -update noar ti set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4; -update noar tt set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5; -update noar ti set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5; -update noar tt set b0='2SASR7' where id=5; -update noar ti set b0='2SASR7' where id=5; -update noar tt set v0='XKISCEET6LG' where id=5; -update noar ti set v0='XKISCEET6LG' where id=5; -update noar tt set b1='DR9GPRNQH9KEV0LYG3F3' where id=5; -update noar ti set b1='DR9GPRNQH9KEV0LYG3F3' where id=5; -update noar tt set v0='II7LOD36CAR2HNTGBENX' where id=5; -update noar ti set v0='II7LOD36CAR2HNTGBENX' where id=5; -update noar tt set b2='MBY5RCYSH' where id=5; -update noar ti set b2='MBY5RCYSH' where id=5; -update noar tt set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6; -update noar ti set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6; -update noar tt set b0='L0570NIN17TQ0VKC' where id=6; -update noar ti set b0='L0570NIN17TQ0VKC' where id=6; -update noar tt set v0='7O7JSUFYHN0S4WRCDIRD' where id=6; -update noar ti set v0='7O7JSUFYHN0S4WRCDIRD' where id=6; -update noar tt set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6; -update noar ti set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6; -update noar tt set v0='NSP' where id=6; -update noar ti set v0='NSP' where id=6; -update noar tt set b2='IYI1B13P3D0B7JJCN' where id=6; -update noar ti set b2='IYI1B13P3D0B7JJCN' where id=6; -update noar tt set v0='JXC4' where id=7; -update noar ti set v0='JXC4' where id=7; -update noar tt set b0='XPQTVJGJ8TNR3YT0D' where id=7; -update noar ti set b0='XPQTVJGJ8TNR3YT0D' where id=7; -update noar tt set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7; -update noar ti set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7; -update noar tt set b1='G8DHXTSGNXUW' where id=7; -update noar ti set b1='G8DHXTSGNXUW' where id=7; -update noar tt set v0='SUPO4N75K8' where id=7; -update noar ti set v0='SUPO4N75K8' where id=7; -update noar tt set b2='MRHFYKI' where id=7; -update noar ti set b2='MRHFYKI' where id=7; -update noar tt set v0='MTC5F1VCOEHNDPRY' where id=8; -update noar ti set v0='MTC5F1VCOEHNDPRY' where id=8; -update noar tt set b0='Z2551V8D2' where id=8; -update noar ti set b0='Z2551V8D2' where id=8; -update noar tt set v0='C034Y5CZBZ28RLGCK3XUO' where id=8; -update noar ti set v0='C034Y5CZBZ28RLGCK3XUO' where id=8; -update noar tt set b1='FXDRZE82LX' where id=8; -update noar ti set b1='FXDRZE82LX' where id=8; -update noar tt set v0='MHSJFLU' where id=8; -update noar ti set v0='MHSJFLU' where id=8; -update noar tt set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8; -update noar ti set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8; -update noar tt set v0='4RSFIHB7O0' where id=9; -update noar ti set v0='4RSFIHB7O0' where id=9; -update noar tt set b0='9TA' where id=9; -update noar ti set b0='9TA' where id=9; -update noar tt set v0='4XPAK' where id=9; -update noar ti set v0='4XPAK' where id=9; -update noar tt set b1='VFP2O' where id=9; -update noar ti set b1='VFP2O' where id=9; -update noar tt set v0='YSZFP4XUUNYF7HLHH9RR' where id=9; -update noar ti set v0='YSZFP4XUUNYF7HLHH9RR' where id=9; -update noar tt set b2='OZ92E63NCPEC9J2' where id=9; -update noar ti set b2='OZ92E63NCPEC9J2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NP4IKXAT99YOZVHRFT' where id=1; -update noar ti set v0='NP4IKXAT99YOZVHRFT' where id=1; -update noar tt set b0='Y7SYCX8W3' where id=1; -update noar ti set b0='Y7SYCX8W3' where id=1; -update noar tt set v0='C3H85HL2VOQ7KOPFHVW' where id=1; -update noar ti set v0='C3H85HL2VOQ7KOPFHVW' where id=1; -update noar tt set b1='ZBRD2' where id=1; -update noar ti set b1='ZBRD2' where id=1; -update noar tt set v0='D94' where id=1; -update noar ti set v0='D94' where id=1; -update noar tt set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1; -update noar ti set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1; -update noar tt set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2; -update noar ti set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2; -update noar tt set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2; -update noar ti set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2; -update noar tt set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2; -update noar ti set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2; -update noar tt set b1='QJZ' where id=2; -update noar ti set b1='QJZ' where id=2; -update noar tt set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2; -update noar ti set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2; -update noar tt set b2='B96X7N' where id=2; -update noar ti set b2='B96X7N' where id=2; -update noar tt set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3; -update noar ti set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3; -update noar tt set b0='T' where id=3; -update noar ti set b0='T' where id=3; -update noar tt set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3; -update noar ti set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3; -update noar tt set b1='SEQL908JJ3' where id=3; -update noar ti set b1='SEQL908JJ3' where id=3; -update noar tt set v0='94DWF5EFS2GAA6XADVR2Y' where id=3; -update noar ti set v0='94DWF5EFS2GAA6XADVR2Y' where id=3; -update noar tt set b2='6KW' where id=3; -update noar ti set b2='6KW' where id=3; -update noar tt set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4; -update noar ti set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4; -update noar tt set b0='97CC0OR4GU5YW34O9G3WE' where id=4; -update noar ti set b0='97CC0OR4GU5YW34O9G3WE' where id=4; -update noar tt set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4; -update noar ti set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4; -update noar tt set b1='2I04' where id=4; -update noar ti set b1='2I04' where id=4; -update noar tt set v0='XB7YSPC1' where id=4; -update noar ti set v0='XB7YSPC1' where id=4; -update noar tt set b2='ZI' where id=4; -update noar ti set b2='ZI' where id=4; -update noar tt set v0='4ORML134L4E7OV1' where id=5; -update noar ti set v0='4ORML134L4E7OV1' where id=5; -update noar tt set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5; -update noar ti set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5; -update noar tt set v0='6WNA1' where id=5; -update noar ti set v0='6WNA1' where id=5; -update noar tt set b1='KH2N21FZBVVNXT' where id=5; -update noar ti set b1='KH2N21FZBVVNXT' where id=5; -update noar tt set v0='71NU42PJCX40QBX' where id=5; -update noar ti set v0='71NU42PJCX40QBX' where id=5; -update noar tt set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5; -update noar ti set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5; -update noar tt set v0='DAFL6DFK' where id=6; -update noar ti set v0='DAFL6DFK' where id=6; -update noar tt set b0='TC0Y' where id=6; -update noar ti set b0='TC0Y' where id=6; -update noar tt set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6; -update noar ti set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6; -update noar tt set b1='5LPAKVBZ6H9QA24' where id=6; -update noar ti set b1='5LPAKVBZ6H9QA24' where id=6; -update noar tt set v0='ZITMKAM5BP9YCF0K' where id=6; -update noar ti set v0='ZITMKAM5BP9YCF0K' where id=6; -update noar tt set b2='KV6I8KFCOK' where id=6; -update noar ti set b2='KV6I8KFCOK' where id=6; -update noar tt set v0='3E559JVFAS' where id=7; -update noar ti set v0='3E559JVFAS' where id=7; -update noar tt set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7; -update noar ti set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7; -update noar tt set v0='WWJL5UQ' where id=7; -update noar ti set v0='WWJL5UQ' where id=7; -update noar tt set b1='KWL1BKB1L07N797' where id=7; -update noar ti set b1='KWL1BKB1L07N797' where id=7; -update noar tt set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7; -update noar ti set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7; -update noar tt set b2='GUI7C' where id=7; -update noar ti set b2='GUI7C' where id=7; -update noar tt set v0='249V3Y78FFR2WB6UYWTY' where id=8; -update noar ti set v0='249V3Y78FFR2WB6UYWTY' where id=8; -update noar tt set b0='HY5ECNKUT2FI' where id=8; -update noar ti set b0='HY5ECNKUT2FI' where id=8; -update noar tt set v0='4HU4W7R10OMZSZO21X2' where id=8; -update noar ti set v0='4HU4W7R10OMZSZO21X2' where id=8; -update noar tt set b1='D67TG1' where id=8; -update noar ti set b1='D67TG1' where id=8; -update noar tt set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8; -update noar ti set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8; -update noar tt set b2='3151T5O' where id=8; -update noar ti set b2='3151T5O' where id=8; -update noar tt set v0='6HFX' where id=9; -update noar ti set v0='6HFX' where id=9; -update noar tt set b0='FUNLX89' where id=9; -update noar ti set b0='FUNLX89' where id=9; -update noar tt set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9; -update noar ti set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9; -update noar tt set b1='O87L8MBFS6SRJ2J4U9K' where id=9; -update noar ti set b1='O87L8MBFS6SRJ2J4U9K' where id=9; -update noar tt set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9; -update noar ti set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9; -update noar tt set b2='R7PGHEL' where id=9; -update noar ti set b2='R7PGHEL' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F72NWFY051JONVM1E4N4' where id=1; -update noar ti set v0='F72NWFY051JONVM1E4N4' where id=1; -update noar tt set b0='YKE1' where id=1; -update noar ti set b0='YKE1' where id=1; -update noar tt set v0='CXGL1OZJ5' where id=1; -update noar ti set v0='CXGL1OZJ5' where id=1; -update noar tt set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1; -update noar ti set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1; -update noar tt set v0='62DTN052LY5T7DKUG22YHGM' where id=1; -update noar ti set v0='62DTN052LY5T7DKUG22YHGM' where id=1; -update noar tt set b2='YFDP5VKSGP3QA3B' where id=1; -update noar ti set b2='YFDP5VKSGP3QA3B' where id=1; -update noar tt set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2; -update noar ti set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2; -update noar tt set b0='MQZBZP' where id=2; -update noar ti set b0='MQZBZP' where id=2; -update noar tt set v0='JFYGTWN40CT45B7GGYUTR' where id=2; -update noar ti set v0='JFYGTWN40CT45B7GGYUTR' where id=2; -update noar tt set b1='A8IAETVWRULGUMQX2E' where id=2; -update noar ti set b1='A8IAETVWRULGUMQX2E' where id=2; -update noar tt set v0='LJM4LCIEQ4WA61CL' where id=2; -update noar ti set v0='LJM4LCIEQ4WA61CL' where id=2; -update noar tt set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2; -update noar ti set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2; -update noar tt set v0='GUFJ' where id=3; -update noar ti set v0='GUFJ' where id=3; -update noar tt set b0='FMZ7LUVCL' where id=3; -update noar ti set b0='FMZ7LUVCL' where id=3; -update noar tt set v0='IGZA3P9YU6BLG44' where id=3; -update noar ti set v0='IGZA3P9YU6BLG44' where id=3; -update noar tt set b1='0AHRCNFSY928W' where id=3; -update noar ti set b1='0AHRCNFSY928W' where id=3; -update noar tt set v0='1LBZ3F4M' where id=3; -update noar ti set v0='1LBZ3F4M' where id=3; -update noar tt set b2='NM6YBTZN8WTGGAL4ZE' where id=3; -update noar ti set b2='NM6YBTZN8WTGGAL4ZE' where id=3; -update noar tt set v0='WSK' where id=4; -update noar ti set v0='WSK' where id=4; -update noar tt set b0='4IMKPEC354BD' where id=4; -update noar ti set b0='4IMKPEC354BD' where id=4; -update noar tt set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4; -update noar ti set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4; -update noar tt set b1='O8QEPCSCVG4TN8RE0P00M' where id=4; -update noar ti set b1='O8QEPCSCVG4TN8RE0P00M' where id=4; -update noar tt set v0='CDHA8OVJSBNV2' where id=4; -update noar ti set v0='CDHA8OVJSBNV2' where id=4; -update noar tt set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4; -update noar ti set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4; -update noar tt set v0='PDNQREAX4YAFDZST4' where id=5; -update noar ti set v0='PDNQREAX4YAFDZST4' where id=5; -update noar tt set b0='D3' where id=5; -update noar ti set b0='D3' where id=5; -update noar tt set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5; -update noar ti set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5; -update noar tt set b1='ONWN6' where id=5; -update noar ti set b1='ONWN6' where id=5; -update noar tt set v0='Z63OYWP1' where id=5; -update noar ti set v0='Z63OYWP1' where id=5; -update noar tt set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5; -update noar ti set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5; -update noar tt set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6; -update noar ti set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6; -update noar tt set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6; -update noar ti set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6; -update noar tt set v0='KNEK' where id=6; -update noar ti set v0='KNEK' where id=6; -update noar tt set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6; -update noar ti set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6; -update noar tt set v0='21DPG0O26YEMF722QXIOHI' where id=6; -update noar ti set v0='21DPG0O26YEMF722QXIOHI' where id=6; -update noar tt set b2='U9LV8NADTRY35NL17HWW137' where id=6; -update noar ti set b2='U9LV8NADTRY35NL17HWW137' where id=6; -update noar tt set v0='UAC629SBMJLSN1QR1M' where id=7; -update noar ti set v0='UAC629SBMJLSN1QR1M' where id=7; -update noar tt set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7; -update noar ti set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7; -update noar tt set v0='KHDNXO0YUBC' where id=7; -update noar ti set v0='KHDNXO0YUBC' where id=7; -update noar tt set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7; -update noar ti set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7; -update noar tt set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7; -update noar ti set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7; -update noar tt set b2='1N' where id=7; -update noar ti set b2='1N' where id=7; -update noar tt set v0='EPHKTPAMZSO9VD' where id=8; -update noar ti set v0='EPHKTPAMZSO9VD' where id=8; -update noar tt set b0='UCTP1PB4S37LMC11O4SG' where id=8; -update noar ti set b0='UCTP1PB4S37LMC11O4SG' where id=8; -update noar tt set v0='Z72ZKRJ80GXAKD9XC' where id=8; -update noar ti set v0='Z72ZKRJ80GXAKD9XC' where id=8; -update noar tt set b1='424GFORQPN7IFY9WXF75' where id=8; -update noar ti set b1='424GFORQPN7IFY9WXF75' where id=8; -update noar tt set v0='DXL2TJAZ76S' where id=8; -update noar ti set v0='DXL2TJAZ76S' where id=8; -update noar tt set b2='7VMAGJF9654ODDIF6Y' where id=8; -update noar ti set b2='7VMAGJF9654ODDIF6Y' where id=8; -update noar tt set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9; -update noar ti set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9; -update noar tt set b0='Q620B3726' where id=9; -update noar ti set b0='Q620B3726' where id=9; -update noar tt set v0='LSZK5M0CR46TQM7J7202' where id=9; -update noar ti set v0='LSZK5M0CR46TQM7J7202' where id=9; -update noar tt set b1='PN1AEX4113G2MWG6T2TE749' where id=9; -update noar ti set b1='PN1AEX4113G2MWG6T2TE749' where id=9; -update noar tt set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9; -update noar ti set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9; -update noar tt set b2='9AMN88PAHTXOJT780AOVYR4' where id=9; -update noar ti set b2='9AMN88PAHTXOJT780AOVYR4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='APLZI' where id=1; -update noar ti set v0='APLZI' where id=1; -update noar tt set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1; -update noar ti set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1; -update noar tt set v0='I4V63LCSQ' where id=1; -update noar ti set v0='I4V63LCSQ' where id=1; -update noar tt set b1='MHQJC9NV7C8Y0XM' where id=1; -update noar ti set b1='MHQJC9NV7C8Y0XM' where id=1; -update noar tt set v0='R0Q5TLCM4E' where id=1; -update noar ti set v0='R0Q5TLCM4E' where id=1; -update noar tt set b2='01W3U47FLDXU' where id=1; -update noar ti set b2='01W3U47FLDXU' where id=1; -update noar tt set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2; -update noar ti set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2; -update noar tt set b0='H19OVWEIZV0L4ZPU' where id=2; -update noar ti set b0='H19OVWEIZV0L4ZPU' where id=2; -update noar tt set v0='8QXDGL1YI17WMRX2X8' where id=2; -update noar ti set v0='8QXDGL1YI17WMRX2X8' where id=2; -update noar tt set b1='SNSJ1OA' where id=2; -update noar ti set b1='SNSJ1OA' where id=2; -update noar tt set v0='ACAKCLR0Z' where id=2; -update noar ti set v0='ACAKCLR0Z' where id=2; -update noar tt set b2='GKW8' where id=2; -update noar ti set b2='GKW8' where id=2; -update noar tt set v0='GORMU1E6O4SZF5N' where id=3; -update noar ti set v0='GORMU1E6O4SZF5N' where id=3; -update noar tt set b0='0B1QFQWK4QIYQUD9YLN6' where id=3; -update noar ti set b0='0B1QFQWK4QIYQUD9YLN6' where id=3; -update noar tt set v0='M4F2ZS8S5ED6' where id=3; -update noar ti set v0='M4F2ZS8S5ED6' where id=3; -update noar tt set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3; -update noar ti set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3; -update noar tt set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3; -update noar ti set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3; -update noar tt set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3; -update noar ti set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3; -update noar tt set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4; -update noar ti set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4; -update noar tt set b0='1' where id=4; -update noar ti set b0='1' where id=4; -update noar tt set v0='225NUVBNSANXY8FXQ' where id=4; -update noar ti set v0='225NUVBNSANXY8FXQ' where id=4; -update noar tt set b1='40CCS0V14AQYGU3HUV0' where id=4; -update noar ti set b1='40CCS0V14AQYGU3HUV0' where id=4; -update noar tt set v0='XE9IQE9RG5F0F' where id=4; -update noar ti set v0='XE9IQE9RG5F0F' where id=4; -update noar tt set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4; -update noar ti set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4; -update noar tt set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5; -update noar ti set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5; -update noar tt set b0='157GH41KBMXQ1NB86SI8' where id=5; -update noar ti set b0='157GH41KBMXQ1NB86SI8' where id=5; -update noar tt set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5; -update noar ti set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5; -update noar tt set b1='CJI5CKES00ZEUFRDICA67' where id=5; -update noar ti set b1='CJI5CKES00ZEUFRDICA67' where id=5; -update noar tt set v0='I0P6UW01XIQ3WUNIR' where id=5; -update noar ti set v0='I0P6UW01XIQ3WUNIR' where id=5; -update noar tt set b2='E7' where id=5; -update noar ti set b2='E7' where id=5; -update noar tt set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6; -update noar ti set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6; -update noar tt set b0='O1HKAN2KDVFHRWKVV' where id=6; -update noar ti set b0='O1HKAN2KDVFHRWKVV' where id=6; -update noar tt set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6; -update noar ti set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6; -update noar tt set b1='45XI' where id=6; -update noar ti set b1='45XI' where id=6; -update noar tt set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6; -update noar ti set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6; -update noar tt set b2='TFH0198RJO7L' where id=6; -update noar ti set b2='TFH0198RJO7L' where id=6; -update noar tt set v0='3Z' where id=7; -update noar ti set v0='3Z' where id=7; -update noar tt set b0='XJA96B06L9AP97TX' where id=7; -update noar ti set b0='XJA96B06L9AP97TX' where id=7; -update noar tt set v0='64TJ2GMIHOYE' where id=7; -update noar ti set v0='64TJ2GMIHOYE' where id=7; -update noar tt set b1='5CDAHJ' where id=7; -update noar ti set b1='5CDAHJ' where id=7; -update noar tt set v0='5EPYCKMEP5OQYXZ67' where id=7; -update noar ti set v0='5EPYCKMEP5OQYXZ67' where id=7; -update noar tt set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7; -update noar ti set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7; -update noar tt set v0='1YDMMK99RLONRIEHZC8JUS' where id=8; -update noar ti set v0='1YDMMK99RLONRIEHZC8JUS' where id=8; -update noar tt set b0='0HE327ETWP8ZYGQ8DXS' where id=8; -update noar ti set b0='0HE327ETWP8ZYGQ8DXS' where id=8; -update noar tt set v0='AQ852028Z1Y9FYITIHTM' where id=8; -update noar ti set v0='AQ852028Z1Y9FYITIHTM' where id=8; -update noar tt set b1='3DXVPJW8Y8' where id=8; -update noar ti set b1='3DXVPJW8Y8' where id=8; -update noar tt set v0='IN' where id=8; -update noar ti set v0='IN' where id=8; -update noar tt set b2='SOI73ZNUPWHTSW' where id=8; -update noar ti set b2='SOI73ZNUPWHTSW' where id=8; -update noar tt set v0='83868FRCEWWI' where id=9; -update noar ti set v0='83868FRCEWWI' where id=9; -update noar tt set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9; -update noar ti set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9; -update noar tt set v0='E8YAGGTRWYS' where id=9; -update noar ti set v0='E8YAGGTRWYS' where id=9; -update noar tt set b1='SGEATI51WWWYV6BDT' where id=9; -update noar ti set b1='SGEATI51WWWYV6BDT' where id=9; -update noar tt set v0='2' where id=9; -update noar ti set v0='2' where id=9; -update noar tt set b2='6' where id=9; -update noar ti set b2='6' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ZBNVKOG3W6NX4RB' where id=1; -update noar ti set v0='6ZBNVKOG3W6NX4RB' where id=1; -update noar tt set b0='QX8O7MA5URA98KP94' where id=1; -update noar ti set b0='QX8O7MA5URA98KP94' where id=1; -update noar tt set v0='G1RI' where id=1; -update noar ti set v0='G1RI' where id=1; -update noar tt set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1; -update noar ti set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1; -update noar tt set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1; -update noar ti set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1; -update noar tt set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1; -update noar ti set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1; -update noar tt set v0='1270IA7FZOOF3' where id=2; -update noar ti set v0='1270IA7FZOOF3' where id=2; -update noar tt set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2; -update noar ti set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2; -update noar tt set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2; -update noar ti set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2; -update noar tt set b1='TI1UBV' where id=2; -update noar ti set b1='TI1UBV' where id=2; -update noar tt set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2; -update noar ti set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2; -update noar tt set b2='4J1' where id=2; -update noar ti set b2='4J1' where id=2; -update noar tt set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3; -update noar ti set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3; -update noar tt set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3; -update noar ti set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3; -update noar tt set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3; -update noar ti set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3; -update noar tt set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3; -update noar ti set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3; -update noar tt set v0='0N' where id=3; -update noar ti set v0='0N' where id=3; -update noar tt set b2='Y8CMUCOD' where id=3; -update noar ti set b2='Y8CMUCOD' where id=3; -update noar tt set v0='X' where id=4; -update noar ti set v0='X' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4; -update noar ti set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4; -update noar tt set b1='YK40PK165PPS' where id=4; -update noar ti set b1='YK40PK165PPS' where id=4; -update noar tt set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4; -update noar ti set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4; -update noar tt set b2='DA3NEDNCW9NUF87' where id=4; -update noar ti set b2='DA3NEDNCW9NUF87' where id=4; -update noar tt set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5; -update noar ti set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5; -update noar tt set b0='Y3CP1FCN93' where id=5; -update noar ti set b0='Y3CP1FCN93' where id=5; -update noar tt set v0='AR9JVNGCRIJ' where id=5; -update noar ti set v0='AR9JVNGCRIJ' where id=5; -update noar tt set b1='5MU6N' where id=5; -update noar ti set b1='5MU6N' where id=5; -update noar tt set v0='SW9A7073QK8IFU5P' where id=5; -update noar ti set v0='SW9A7073QK8IFU5P' where id=5; -update noar tt set b2='NY3EY' where id=5; -update noar ti set b2='NY3EY' where id=5; -update noar tt set v0='GKUH3JWD1Q7MV' where id=6; -update noar ti set v0='GKUH3JWD1Q7MV' where id=6; -update noar tt set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6; -update noar ti set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6; -update noar tt set v0='O9JR149YTD5AC74D' where id=6; -update noar ti set v0='O9JR149YTD5AC74D' where id=6; -update noar tt set b1='HP2' where id=6; -update noar ti set b1='HP2' where id=6; -update noar tt set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6; -update noar ti set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6; -update noar tt set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6; -update noar ti set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6; -update noar tt set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7; -update noar ti set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7; -update noar tt set b0='638SVMZ1HDZ' where id=7; -update noar ti set b0='638SVMZ1HDZ' where id=7; -update noar tt set v0='5K' where id=7; -update noar ti set v0='5K' where id=7; -update noar tt set b1='3XC' where id=7; -update noar ti set b1='3XC' where id=7; -update noar tt set v0='V5NIFIE57BNHT9GC8' where id=7; -update noar ti set v0='V5NIFIE57BNHT9GC8' where id=7; -update noar tt set b2='K5YFJQLVCESN9A' where id=7; -update noar ti set b2='K5YFJQLVCESN9A' where id=7; -update noar tt set v0='ZHZWH4OFS91HN22GJWK3G' where id=8; -update noar ti set v0='ZHZWH4OFS91HN22GJWK3G' where id=8; -update noar tt set b0='22ZU078V' where id=8; -update noar ti set b0='22ZU078V' where id=8; -update noar tt set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8; -update noar ti set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8; -update noar tt set b1='CHQWB5G7TB7R6F' where id=8; -update noar ti set b1='CHQWB5G7TB7R6F' where id=8; -update noar tt set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8; -update noar ti set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8; -update noar tt set b2='N3Y0' where id=8; -update noar ti set b2='N3Y0' where id=8; -update noar tt set v0='GY7Y73QRKBYO9H0856DT34' where id=9; -update noar ti set v0='GY7Y73QRKBYO9H0856DT34' where id=9; -update noar tt set b0='D5OGS' where id=9; -update noar ti set b0='D5OGS' where id=9; -update noar tt set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9; -update noar ti set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9; -update noar tt set b1='ESTISXLS27HP2TSFS8IQ' where id=9; -update noar ti set b1='ESTISXLS27HP2TSFS8IQ' where id=9; -update noar tt set v0='OWHJZDT3YWSAG2U' where id=9; -update noar ti set v0='OWHJZDT3YWSAG2U' where id=9; -update noar tt set b2='B0Z' where id=9; -update noar ti set b2='B0Z' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ONFF44G2302R' where id=1; -update noar ti set v0='ONFF44G2302R' where id=1; -update noar tt set b0='UC5R9GZTZ3GL4WG' where id=1; -update noar ti set b0='UC5R9GZTZ3GL4WG' where id=1; -update noar tt set v0='V' where id=1; -update noar ti set v0='V' where id=1; -update noar tt set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1; -update noar ti set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1; -update noar tt set v0='XSCJ6ER4CAI' where id=1; -update noar ti set v0='XSCJ6ER4CAI' where id=1; -update noar tt set b2='EP15TLUDWYZGFC' where id=1; -update noar ti set b2='EP15TLUDWYZGFC' where id=1; -update noar tt set v0='ZOBJM6BIB58SYN' where id=2; -update noar ti set v0='ZOBJM6BIB58SYN' where id=2; -update noar tt set b0='JEV0KHG' where id=2; -update noar ti set b0='JEV0KHG' where id=2; -update noar tt set v0='QQVJ0' where id=2; -update noar ti set v0='QQVJ0' where id=2; -update noar tt set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2; -update noar ti set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2; -update noar tt set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2; -update noar ti set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2; -update noar tt set b2='RPSC5L8' where id=2; -update noar ti set b2='RPSC5L8' where id=2; -update noar tt set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3; -update noar ti set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3; -update noar tt set b0='JLBNDOU9UND27' where id=3; -update noar ti set b0='JLBNDOU9UND27' where id=3; -update noar tt set v0='BGI68Q06' where id=3; -update noar ti set v0='BGI68Q06' where id=3; -update noar tt set b1='NZZC3V2E5O3SSH8T5' where id=3; -update noar ti set b1='NZZC3V2E5O3SSH8T5' where id=3; -update noar tt set v0='JGKQUMGQ7G07XZ8GI' where id=3; -update noar ti set v0='JGKQUMGQ7G07XZ8GI' where id=3; -update noar tt set b2='1QXL' where id=3; -update noar ti set b2='1QXL' where id=3; -update noar tt set v0='3OT0Z8' where id=4; -update noar ti set v0='3OT0Z8' where id=4; -update noar tt set b0='5R0ZEF' where id=4; -update noar ti set b0='5R0ZEF' where id=4; -update noar tt set v0='9PZFZJ6ENDTNTOSRL' where id=4; -update noar ti set v0='9PZFZJ6ENDTNTOSRL' where id=4; -update noar tt set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4; -update noar ti set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4; -update noar tt set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4; -update noar ti set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4; -update noar tt set b2='9YF1NI30R1ZP8FESQCR' where id=4; -update noar ti set b2='9YF1NI30R1ZP8FESQCR' where id=4; -update noar tt set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5; -update noar ti set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5; -update noar tt set b0='4BWWN467RNC1M5CRZQ' where id=5; -update noar ti set b0='4BWWN467RNC1M5CRZQ' where id=5; -update noar tt set v0='V5I916LT9G4YWHRFUZVS92' where id=5; -update noar ti set v0='V5I916LT9G4YWHRFUZVS92' where id=5; -update noar tt set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5; -update noar ti set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5; -update noar tt set v0='RDQ1PCR' where id=5; -update noar ti set v0='RDQ1PCR' where id=5; -update noar tt set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5; -update noar ti set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5; -update noar tt set v0='TSQ7SMNE2UK57' where id=6; -update noar ti set v0='TSQ7SMNE2UK57' where id=6; -update noar tt set b0='96G9QADI0NURQB8SR8AW3Z' where id=6; -update noar ti set b0='96G9QADI0NURQB8SR8AW3Z' where id=6; -update noar tt set v0='LSGP724UKNHA86OZO' where id=6; -update noar ti set v0='LSGP724UKNHA86OZO' where id=6; -update noar tt set b1='W5PPE5Q6' where id=6; -update noar ti set b1='W5PPE5Q6' where id=6; -update noar tt set v0='KJ5R' where id=6; -update noar ti set v0='KJ5R' where id=6; -update noar tt set b2='44V3F' where id=6; -update noar ti set b2='44V3F' where id=6; -update noar tt set v0='8F41FKG835LCEE9HBQ' where id=7; -update noar ti set v0='8F41FKG835LCEE9HBQ' where id=7; -update noar tt set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7; -update noar ti set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7; -update noar tt set v0='3I4KFFXPOMX' where id=7; -update noar ti set v0='3I4KFFXPOMX' where id=7; -update noar tt set b1='BGDG' where id=7; -update noar ti set b1='BGDG' where id=7; -update noar tt set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7; -update noar ti set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7; -update noar tt set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7; -update noar ti set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7; -update noar tt set v0='QPFVBY5OMJN' where id=8; -update noar ti set v0='QPFVBY5OMJN' where id=8; -update noar tt set b0='FHOWUG2M30B0SCM4FBIA' where id=8; -update noar ti set b0='FHOWUG2M30B0SCM4FBIA' where id=8; -update noar tt set v0='LTNSHQ3' where id=8; -update noar ti set v0='LTNSHQ3' where id=8; -update noar tt set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8; -update noar ti set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b2='B50OD0' where id=8; -update noar ti set b2='B50OD0' where id=8; -update noar tt set v0='G' where id=9; -update noar ti set v0='G' where id=9; -update noar tt set b0='9ZKNYBO5C' where id=9; -update noar ti set b0='9ZKNYBO5C' where id=9; -update noar tt set v0='3V1ZXCECFE458612Z20AL' where id=9; -update noar ti set v0='3V1ZXCECFE458612Z20AL' where id=9; -update noar tt set b1='S8L' where id=9; -update noar ti set b1='S8L' where id=9; -update noar tt set v0='4NFAK0P40' where id=9; -update noar ti set v0='4NFAK0P40' where id=9; -update noar tt set b2='TVC5WGNVIKZQAZOU2Q' where id=9; -update noar ti set b2='TVC5WGNVIKZQAZOU2Q' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GBAK2BFJAOAQZSAE1' where id=1; -update noar ti set v0='GBAK2BFJAOAQZSAE1' where id=1; -update noar tt set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1; -update noar ti set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1; -update noar tt set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1; -update noar ti set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1; -update noar tt set b1='75' where id=1; -update noar ti set b1='75' where id=1; -update noar tt set v0='6L3C5H' where id=1; -update noar ti set v0='6L3C5H' where id=1; -update noar tt set b2='R4HZOO7UMCKCLR7NEV5C' where id=1; -update noar ti set b2='R4HZOO7UMCKCLR7NEV5C' where id=1; -update noar tt set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2; -update noar ti set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2; -update noar tt set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2; -update noar ti set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2; -update noar tt set v0='CEBLSXHJFZM8PZH' where id=2; -update noar ti set v0='CEBLSXHJFZM8PZH' where id=2; -update noar tt set b1='LZMVYM8' where id=2; -update noar ti set b1='LZMVYM8' where id=2; -update noar tt set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2; -update noar ti set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2; -update noar tt set b2='3G7C5EFVZNVHH' where id=2; -update noar ti set b2='3G7C5EFVZNVHH' where id=2; -update noar tt set v0='RG3HEJVRQ1NZ' where id=3; -update noar ti set v0='RG3HEJVRQ1NZ' where id=3; -update noar tt set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3; -update noar ti set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3; -update noar tt set v0='Z09I' where id=3; -update noar ti set v0='Z09I' where id=3; -update noar tt set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3; -update noar ti set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3; -update noar tt set v0='I' where id=3; -update noar ti set v0='I' where id=3; -update noar tt set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3; -update noar ti set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3; -update noar tt set v0='P17KDT11RZTM7NJFHAY7S' where id=4; -update noar ti set v0='P17KDT11RZTM7NJFHAY7S' where id=4; -update noar tt set b0='3' where id=4; -update noar ti set b0='3' where id=4; -update noar tt set v0='RM' where id=4; -update noar ti set v0='RM' where id=4; -update noar tt set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4; -update noar ti set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4; -update noar tt set v0='U76' where id=4; -update noar ti set v0='U76' where id=4; -update noar tt set b2='ZYKG98BP' where id=4; -update noar ti set b2='ZYKG98BP' where id=4; -update noar tt set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5; -update noar ti set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5; -update noar tt set b0='WZ6UW2AXNVHZZR3S213H' where id=5; -update noar ti set b0='WZ6UW2AXNVHZZR3S213H' where id=5; -update noar tt set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5; -update noar ti set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5; -update noar tt set b1='V3HOG6WVDD81L0IRYXX' where id=5; -update noar ti set b1='V3HOG6WVDD81L0IRYXX' where id=5; -update noar tt set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5; -update noar ti set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5; -update noar tt set b2='3TEB7F6M8GDF' where id=5; -update noar ti set b2='3TEB7F6M8GDF' where id=5; -update noar tt set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6; -update noar ti set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6; -update noar tt set b0='V07KWAZ0CZ4NGOL' where id=6; -update noar ti set b0='V07KWAZ0CZ4NGOL' where id=6; -update noar tt set v0='Z2M0IN0E2CJUW56N1XC' where id=6; -update noar ti set v0='Z2M0IN0E2CJUW56N1XC' where id=6; -update noar tt set b1='N5A' where id=6; -update noar ti set b1='N5A' where id=6; -update noar tt set v0='WFAGYXW8RY' where id=6; -update noar ti set v0='WFAGYXW8RY' where id=6; -update noar tt set b2='DQVMF' where id=6; -update noar ti set b2='DQVMF' where id=6; -update noar tt set v0='ODYUYEZLTQWHFXP7HO' where id=7; -update noar ti set v0='ODYUYEZLTQWHFXP7HO' where id=7; -update noar tt set b0='42' where id=7; -update noar ti set b0='42' where id=7; -update noar tt set v0='JW06A2SCBZJ0UBF' where id=7; -update noar ti set v0='JW06A2SCBZJ0UBF' where id=7; -update noar tt set b1='T' where id=7; -update noar ti set b1='T' where id=7; -update noar tt set v0='Q1' where id=7; -update noar ti set v0='Q1' where id=7; -update noar tt set b2='LU5V96HNDFV3II9DG' where id=7; -update noar ti set b2='LU5V96HNDFV3II9DG' where id=7; -update noar tt set v0='9CDZSGIQYZ1' where id=8; -update noar ti set v0='9CDZSGIQYZ1' where id=8; -update noar tt set b0='QZAF36' where id=8; -update noar ti set b0='QZAF36' where id=8; -update noar tt set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8; -update noar ti set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8; -update noar tt set b1='5' where id=8; -update noar ti set b1='5' where id=8; -update noar tt set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8; -update noar ti set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8; -update noar tt set b2='0F2LTWHBA7CMPDMT' where id=8; -update noar ti set b2='0F2LTWHBA7CMPDMT' where id=8; -update noar tt set v0='BVFQFLWV37YE9' where id=9; -update noar ti set v0='BVFQFLWV37YE9' where id=9; -update noar tt set b0='FO7AVDCBHBQD85C2XIB' where id=9; -update noar ti set b0='FO7AVDCBHBQD85C2XIB' where id=9; -update noar tt set v0='5MI' where id=9; -update noar ti set v0='5MI' where id=9; -update noar tt set b1='MBFUVC7' where id=9; -update noar ti set b1='MBFUVC7' where id=9; -update noar tt set v0='7HGQN' where id=9; -update noar ti set v0='7HGQN' where id=9; -update noar tt set b2='6UN2QPBM7F' where id=9; -update noar ti set b2='6UN2QPBM7F' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1; -update noar ti set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1; -update noar tt set b0='UUKC7TM3' where id=1; -update noar ti set b0='UUKC7TM3' where id=1; -update noar tt set v0='GPY8QITUR6O6W97FY' where id=1; -update noar ti set v0='GPY8QITUR6O6W97FY' where id=1; -update noar tt set b1='874KU4JDVZ3Z59' where id=1; -update noar ti set b1='874KU4JDVZ3Z59' where id=1; -update noar tt set v0='T1031PZ5PLO' where id=1; -update noar ti set v0='T1031PZ5PLO' where id=1; -update noar tt set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1; -update noar ti set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1; -update noar tt set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2; -update noar ti set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2; -update noar tt set b0='20V7TMPFEZA' where id=2; -update noar ti set b0='20V7TMPFEZA' where id=2; -update noar tt set v0='4THRSY' where id=2; -update noar ti set v0='4THRSY' where id=2; -update noar tt set b1='G0KBHF9' where id=2; -update noar ti set b1='G0KBHF9' where id=2; -update noar tt set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2; -update noar ti set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2; -update noar tt set b2='ND61J5O61IBF4' where id=2; -update noar ti set b2='ND61J5O61IBF4' where id=2; -update noar tt set v0='QPGFY0NDS' where id=3; -update noar ti set v0='QPGFY0NDS' where id=3; -update noar tt set b0='GH4DBL7P38V' where id=3; -update noar ti set b0='GH4DBL7P38V' where id=3; -update noar tt set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3; -update noar ti set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3; -update noar tt set b1='6XJ5O' where id=3; -update noar ti set b1='6XJ5O' where id=3; -update noar tt set v0='FM4KL1VOV' where id=3; -update noar ti set v0='FM4KL1VOV' where id=3; -update noar tt set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3; -update noar ti set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3; -update noar tt set v0='33FHSUNH06SQJFKHLMR8H' where id=4; -update noar ti set v0='33FHSUNH06SQJFKHLMR8H' where id=4; -update noar tt set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4; -update noar ti set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4; -update noar tt set v0='PNLN4U5M99YQ07' where id=4; -update noar ti set v0='PNLN4U5M99YQ07' where id=4; -update noar tt set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4; -update noar ti set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4; -update noar tt set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4; -update noar ti set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4; -update noar tt set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4; -update noar ti set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4; -update noar tt set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5; -update noar ti set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5; -update noar tt set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5; -update noar ti set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5; -update noar tt set v0='8M2ME99C9QF73PJ9E6' where id=5; -update noar ti set v0='8M2ME99C9QF73PJ9E6' where id=5; -update noar tt set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5; -update noar ti set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5; -update noar tt set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5; -update noar ti set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5; -update noar tt set b2='GTNYW0OMB' where id=5; -update noar ti set b2='GTNYW0OMB' where id=5; -update noar tt set v0='Z3NOBOH76EHC8PK2YX7' where id=6; -update noar ti set v0='Z3NOBOH76EHC8PK2YX7' where id=6; -update noar tt set b0='YQTQG1M' where id=6; -update noar ti set b0='YQTQG1M' where id=6; -update noar tt set v0='M9R4' where id=6; -update noar ti set v0='M9R4' where id=6; -update noar tt set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6; -update noar ti set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6; -update noar tt set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6; -update noar ti set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6; -update noar tt set b2='68TK0AQPJYGVF0X8K5CP' where id=6; -update noar ti set b2='68TK0AQPJYGVF0X8K5CP' where id=6; -update noar tt set v0='057MIGJB7DW83GD3TD5LY' where id=7; -update noar ti set v0='057MIGJB7DW83GD3TD5LY' where id=7; -update noar tt set b0='3I9DUBDTHRK1AWPP' where id=7; -update noar ti set b0='3I9DUBDTHRK1AWPP' where id=7; -update noar tt set v0='H5UTRAI3DT13VIW' where id=7; -update noar ti set v0='H5UTRAI3DT13VIW' where id=7; -update noar tt set b1='23WQ0U' where id=7; -update noar ti set b1='23WQ0U' where id=7; -update noar tt set v0='B2' where id=7; -update noar ti set v0='B2' where id=7; -update noar tt set b2='5O2JVOBF' where id=7; -update noar ti set b2='5O2JVOBF' where id=7; -update noar tt set v0='KV6QLNCBC72PUY9' where id=8; -update noar ti set v0='KV6QLNCBC72PUY9' where id=8; -update noar tt set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8; -update noar ti set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8; -update noar tt set v0='I8DXY2G2FA1D' where id=8; -update noar ti set v0='I8DXY2G2FA1D' where id=8; -update noar tt set b1='IS2N19XIFUVAQV' where id=8; -update noar ti set b1='IS2N19XIFUVAQV' where id=8; -update noar tt set v0='7B8UE7EMWCRMXULNJ6' where id=8; -update noar ti set v0='7B8UE7EMWCRMXULNJ6' where id=8; -update noar tt set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8; -update noar ti set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8; -update noar tt set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9; -update noar ti set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9; -update noar tt set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9; -update noar ti set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9; -update noar tt set v0='HW7FT' where id=9; -update noar ti set v0='HW7FT' where id=9; -update noar tt set b1='B4JZCYMR5SINH9' where id=9; -update noar ti set b1='B4JZCYMR5SINH9' where id=9; -update noar tt set v0='72P5QAGDQS6YI3UKHCQ' where id=9; -update noar ti set v0='72P5QAGDQS6YI3UKHCQ' where id=9; -update noar tt set b2='T7' where id=9; -update noar ti set b2='T7' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1; -update noar ti set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1; -update noar tt set b0='JDRTTEDJEKYZ' where id=1; -update noar ti set b0='JDRTTEDJEKYZ' where id=1; -update noar tt set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1; -update noar ti set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1; -update noar tt set b1='KI7TCZ' where id=1; -update noar ti set b1='KI7TCZ' where id=1; -update noar tt set v0='RN6WUSGIWZ' where id=1; -update noar ti set v0='RN6WUSGIWZ' where id=1; -update noar tt set b2='5GCA9ZHZA' where id=1; -update noar ti set b2='5GCA9ZHZA' where id=1; -update noar tt set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2; -update noar ti set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2; -update noar tt set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2; -update noar ti set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2; -update noar tt set v0='3ZM3FY' where id=2; -update noar ti set v0='3ZM3FY' where id=2; -update noar tt set b1='NE8YKPIMT8X' where id=2; -update noar ti set b1='NE8YKPIMT8X' where id=2; -update noar tt set v0='5PGF96I4NUD' where id=2; -update noar ti set v0='5PGF96I4NUD' where id=2; -update noar tt set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2; -update noar ti set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2; -update noar tt set v0='G0YYPCREI3VN1Y90O' where id=3; -update noar ti set v0='G0YYPCREI3VN1Y90O' where id=3; -update noar tt set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3; -update noar ti set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3; -update noar tt set v0='B' where id=3; -update noar ti set v0='B' where id=3; -update noar tt set b1='37' where id=3; -update noar ti set b1='37' where id=3; -update noar tt set v0='HIY4NHE4J4P' where id=3; -update noar ti set v0='HIY4NHE4J4P' where id=3; -update noar tt set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3; -update noar ti set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3; -update noar tt set v0='ZIW2NTL' where id=4; -update noar ti set v0='ZIW2NTL' where id=4; -update noar tt set b0='63SIVCFFPDHY' where id=4; -update noar ti set b0='63SIVCFFPDHY' where id=4; -update noar tt set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4; -update noar ti set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4; -update noar tt set b1='1LPCZ7O' where id=4; -update noar ti set b1='1LPCZ7O' where id=4; -update noar tt set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4; -update noar ti set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4; -update noar tt set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4; -update noar ti set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4; -update noar tt set v0='RODZ3450' where id=5; -update noar ti set v0='RODZ3450' where id=5; -update noar tt set b0='DZ87GBUNF00SF813AFMXUF40' where id=5; -update noar ti set b0='DZ87GBUNF00SF813AFMXUF40' where id=5; -update noar tt set v0='XY' where id=5; -update noar ti set v0='XY' where id=5; -update noar tt set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5; -update noar ti set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5; -update noar tt set v0='8E5USDZ4TM0T2YG6KCUV' where id=5; -update noar ti set v0='8E5USDZ4TM0T2YG6KCUV' where id=5; -update noar tt set b2='DES9M7F2DHTK55TUWQNT' where id=5; -update noar ti set b2='DES9M7F2DHTK55TUWQNT' where id=5; -update noar tt set v0='FGV' where id=6; -update noar ti set v0='FGV' where id=6; -update noar tt set b0='OW4PGJ11' where id=6; -update noar ti set b0='OW4PGJ11' where id=6; -update noar tt set v0='CMDTIGRQ1' where id=6; -update noar ti set v0='CMDTIGRQ1' where id=6; -update noar tt set b1='JN0WE9' where id=6; -update noar ti set b1='JN0WE9' where id=6; -update noar tt set v0='EN' where id=6; -update noar ti set v0='EN' where id=6; -update noar tt set b2='1X4BGE' where id=6; -update noar ti set b2='1X4BGE' where id=6; -update noar tt set v0='C7RWJQS' where id=7; -update noar ti set v0='C7RWJQS' where id=7; -update noar tt set b0='2IUMU5TN7SI7JA9' where id=7; -update noar ti set b0='2IUMU5TN7SI7JA9' where id=7; -update noar tt set v0='UDDH2N38ZAWJ' where id=7; -update noar ti set v0='UDDH2N38ZAWJ' where id=7; -update noar tt set b1='ESPYVR27U' where id=7; -update noar ti set b1='ESPYVR27U' where id=7; -update noar tt set v0='V8TN202EO8DNY4' where id=7; -update noar ti set v0='V8TN202EO8DNY4' where id=7; -update noar tt set b2='BJ' where id=7; -update noar ti set b2='BJ' where id=7; -update noar tt set v0='AEO4L7' where id=8; -update noar ti set v0='AEO4L7' where id=8; -update noar tt set b0='E32MVCZSP4Z9ECXICSC8U' where id=8; -update noar ti set b0='E32MVCZSP4Z9ECXICSC8U' where id=8; -update noar tt set v0='K13K7VHGK4' where id=8; -update noar ti set v0='K13K7VHGK4' where id=8; -update noar tt set b1='3KYHZ47ZL744FUUD9K6O105' where id=8; -update noar ti set b1='3KYHZ47ZL744FUUD9K6O105' where id=8; -update noar tt set v0='A06' where id=8; -update noar ti set v0='A06' where id=8; -update noar tt set b2='4095SLA5PF' where id=8; -update noar ti set b2='4095SLA5PF' where id=8; -update noar tt set v0='EV5V9U' where id=9; -update noar ti set v0='EV5V9U' where id=9; -update noar tt set b0='9N5MAD6AB0VF' where id=9; -update noar ti set b0='9N5MAD6AB0VF' where id=9; -update noar tt set v0='Q790BQ5UMM0CJ3O9KT' where id=9; -update noar ti set v0='Q790BQ5UMM0CJ3O9KT' where id=9; -update noar tt set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9; -update noar ti set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9; -update noar tt set v0='XXS2RE7B7E1QAO' where id=9; -update noar ti set v0='XXS2RE7B7E1QAO' where id=9; -update noar tt set b2='OMF9SH' where id=9; -update noar ti set b2='OMF9SH' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EASP4KR9E69XOA3' where id=1; -update noar ti set v0='EASP4KR9E69XOA3' where id=1; -update noar tt set b0='HQ0WT' where id=1; -update noar ti set b0='HQ0WT' where id=1; -update noar tt set v0='X76F6NXHRJL60R8Q' where id=1; -update noar ti set v0='X76F6NXHRJL60R8Q' where id=1; -update noar tt set b1='OFRR37QE397AG2SCCB' where id=1; -update noar ti set b1='OFRR37QE397AG2SCCB' where id=1; -update noar tt set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1; -update noar ti set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1; -update noar tt set b2='A2N3V7JC' where id=1; -update noar ti set b2='A2N3V7JC' where id=1; -update noar tt set v0='53' where id=2; -update noar ti set v0='53' where id=2; -update noar tt set b0='RFJV9ZOBHM0K1ST9RHD' where id=2; -update noar ti set b0='RFJV9ZOBHM0K1ST9RHD' where id=2; -update noar tt set v0='ITFVEBR3' where id=2; -update noar ti set v0='ITFVEBR3' where id=2; -update noar tt set b1='EYUFH5QVJDKQ1RGVWZ' where id=2; -update noar ti set b1='EYUFH5QVJDKQ1RGVWZ' where id=2; -update noar tt set v0='C2DO1VFDH0KIQARYW7OB' where id=2; -update noar ti set v0='C2DO1VFDH0KIQARYW7OB' where id=2; -update noar tt set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2; -update noar ti set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2; -update noar tt set v0='V3YGITPMKWIJTRGSDHM8' where id=3; -update noar ti set v0='V3YGITPMKWIJTRGSDHM8' where id=3; -update noar tt set b0='XZAGC' where id=3; -update noar ti set b0='XZAGC' where id=3; -update noar tt set v0='KJBBA' where id=3; -update noar ti set v0='KJBBA' where id=3; -update noar tt set b1='U8PGDXINHRV2BQYHSY0' where id=3; -update noar ti set b1='U8PGDXINHRV2BQYHSY0' where id=3; -update noar tt set v0='RWBEEYXP7YE6DGBIOUP9' where id=3; -update noar ti set v0='RWBEEYXP7YE6DGBIOUP9' where id=3; -update noar tt set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3; -update noar ti set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3; -update noar tt set v0='L7YDOAC8UA9XH9F4INR' where id=4; -update noar ti set v0='L7YDOAC8UA9XH9F4INR' where id=4; -update noar tt set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4; -update noar ti set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4; -update noar tt set v0='D2CST1UNS4SEPXW' where id=4; -update noar ti set v0='D2CST1UNS4SEPXW' where id=4; -update noar tt set b1='6R9PGBHQUQTL2F4J' where id=4; -update noar ti set b1='6R9PGBHQUQTL2F4J' where id=4; -update noar tt set v0='DC6BL2WA' where id=4; -update noar ti set v0='DC6BL2WA' where id=4; -update noar tt set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4; -update noar ti set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b0='CG26XP421DTNU' where id=5; -update noar ti set b0='CG26XP421DTNU' where id=5; -update noar tt set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5; -update noar ti set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5; -update noar tt set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5; -update noar ti set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5; -update noar tt set v0='783USG44U1VU324J05' where id=5; -update noar ti set v0='783USG44U1VU324J05' where id=5; -update noar tt set b2='U' where id=5; -update noar ti set b2='U' where id=5; -update noar tt set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6; -update noar ti set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6; -update noar tt set b0='059YG6LM' where id=6; -update noar ti set b0='059YG6LM' where id=6; -update noar tt set v0='0FXRR0AD6YL7CL2' where id=6; -update noar ti set v0='0FXRR0AD6YL7CL2' where id=6; -update noar tt set b1='1N3SK0AXTS8M' where id=6; -update noar ti set b1='1N3SK0AXTS8M' where id=6; -update noar tt set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6; -update noar ti set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6; -update noar tt set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6; -update noar ti set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6; -update noar tt set v0='Y6VD622ZXQROOBF2' where id=7; -update noar ti set v0='Y6VD622ZXQROOBF2' where id=7; -update noar tt set b0='Y7SZVU36I0JD7R1' where id=7; -update noar ti set b0='Y7SZVU36I0JD7R1' where id=7; -update noar tt set v0='OQ3QMBPNLG8UWAE2M4' where id=7; -update noar ti set v0='OQ3QMBPNLG8UWAE2M4' where id=7; -update noar tt set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7; -update noar ti set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7; -update noar tt set v0='XP9NI93XL1QD' where id=7; -update noar ti set v0='XP9NI93XL1QD' where id=7; -update noar tt set b2='SCXPXKOT5' where id=7; -update noar ti set b2='SCXPXKOT5' where id=7; -update noar tt set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8; -update noar ti set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8; -update noar tt set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8; -update noar ti set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8; -update noar tt set v0='M6ILSDL7MOGD' where id=8; -update noar ti set v0='M6ILSDL7MOGD' where id=8; -update noar tt set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8; -update noar ti set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8; -update noar tt set v0='EKKNG44WKU9XM6KJ6C0J' where id=8; -update noar ti set v0='EKKNG44WKU9XM6KJ6C0J' where id=8; -update noar tt set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8; -update noar ti set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8; -update noar tt set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9; -update noar ti set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9; -update noar tt set b0='1VEA173H2SQPTMWD' where id=9; -update noar ti set b0='1VEA173H2SQPTMWD' where id=9; -update noar tt set v0='0CRKH4OOE774HGW' where id=9; -update noar ti set v0='0CRKH4OOE774HGW' where id=9; -update noar tt set b1='AZP9R0MEPRIG' where id=9; -update noar ti set b1='AZP9R0MEPRIG' where id=9; -update noar tt set v0='1E' where id=9; -update noar ti set v0='1E' where id=9; -update noar tt set b2='PZFZR3DXM7LKPINHAZ' where id=9; -update noar ti set b2='PZFZR3DXM7LKPINHAZ' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) null, -b0 longblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C' where id=1; -update noar ti set v0='C' where id=1; -update noar tt set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1; -update noar ti set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1; -update noar tt set v0='YZO' where id=1; -update noar ti set v0='YZO' where id=1; -update noar tt set b1='Y22P5303H4U' where id=1; -update noar ti set b1='Y22P5303H4U' where id=1; -update noar tt set v0='E5RIB4Q5412VGPE3K' where id=1; -update noar ti set v0='E5RIB4Q5412VGPE3K' where id=1; -update noar tt set b2='J5N5RPMG' where id=1; -update noar ti set b2='J5N5RPMG' where id=1; -update noar tt set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2; -update noar ti set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2; -update noar tt set b0='11SUB6PE2AIXKX9268WKKU76' where id=2; -update noar ti set b0='11SUB6PE2AIXKX9268WKKU76' where id=2; -update noar tt set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2; -update noar ti set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2; -update noar tt set b1='AE46G94ISVEWG00K6SSE' where id=2; -update noar ti set b1='AE46G94ISVEWG00K6SSE' where id=2; -update noar tt set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2; -update noar ti set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2; -update noar tt set b2='GWBOWNVV3LTAKY' where id=2; -update noar ti set b2='GWBOWNVV3LTAKY' where id=2; -update noar tt set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3; -update noar ti set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3; -update noar tt set b0='FC2MME72H3HTL48ZI52CBP' where id=3; -update noar ti set b0='FC2MME72H3HTL48ZI52CBP' where id=3; -update noar tt set v0='5IBK' where id=3; -update noar ti set v0='5IBK' where id=3; -update noar tt set b1='OKITB1P28Y79AWZF1UPD' where id=3; -update noar ti set b1='OKITB1P28Y79AWZF1UPD' where id=3; -update noar tt set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3; -update noar ti set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3; -update noar tt set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3; -update noar ti set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3; -update noar tt set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4; -update noar ti set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4; -update noar tt set b0='QGUW' where id=4; -update noar ti set b0='QGUW' where id=4; -update noar tt set v0='QA6OJ33FCLZK94B' where id=4; -update noar ti set v0='QA6OJ33FCLZK94B' where id=4; -update noar tt set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4; -update noar ti set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4; -update noar tt set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4; -update noar ti set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4; -update noar tt set b2='BQ5SYMGB5' where id=4; -update noar ti set b2='BQ5SYMGB5' where id=4; -update noar tt set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5; -update noar ti set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5; -update noar tt set b0='3BD2XJAPE6173BIR' where id=5; -update noar ti set b0='3BD2XJAPE6173BIR' where id=5; -update noar tt set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5; -update noar ti set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5; -update noar tt set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5; -update noar ti set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5; -update noar tt set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5; -update noar ti set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5; -update noar tt set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5; -update noar ti set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b0='6HU9TVMCAKVUDV8Q' where id=6; -update noar ti set b0='6HU9TVMCAKVUDV8Q' where id=6; -update noar tt set v0='A0UUG8V1W4814K08MGN' where id=6; -update noar ti set v0='A0UUG8V1W4814K08MGN' where id=6; -update noar tt set b1='I2' where id=6; -update noar ti set b1='I2' where id=6; -update noar tt set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6; -update noar ti set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6; -update noar tt set b2='G7LEFLNKHX4EAIEM' where id=6; -update noar ti set b2='G7LEFLNKHX4EAIEM' where id=6; -update noar tt set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7; -update noar ti set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7; -update noar tt set b0='GBGKAWP992' where id=7; -update noar ti set b0='GBGKAWP992' where id=7; -update noar tt set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7; -update noar ti set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7; -update noar tt set b1='AUTYZAFELJX' where id=7; -update noar ti set b1='AUTYZAFELJX' where id=7; -update noar tt set v0='NQM9SIC6CIYFQUIE' where id=7; -update noar ti set v0='NQM9SIC6CIYFQUIE' where id=7; -update noar tt set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7; -update noar ti set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7; -update noar tt set v0='UWQ454ISEYGIEB2K3GHS' where id=8; -update noar ti set v0='UWQ454ISEYGIEB2K3GHS' where id=8; -update noar tt set b0='8L12CJHUYCBASKOQ' where id=8; -update noar ti set b0='8L12CJHUYCBASKOQ' where id=8; -update noar tt set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8; -update noar ti set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8; -update noar tt set b1='29Q4PXC1K' where id=8; -update noar ti set b1='29Q4PXC1K' where id=8; -update noar tt set v0='R7B5B3S32W' where id=8; -update noar ti set v0='R7B5B3S32W' where id=8; -update noar tt set b2='0RXY3JWX7S7XXQNM' where id=8; -update noar ti set b2='0RXY3JWX7S7XXQNM' where id=8; -update noar tt set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9; -update noar ti set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9; -update noar tt set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9; -update noar ti set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9; -update noar tt set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9; -update noar ti set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9; -update noar tt set b1='V3AL' where id=9; -update noar ti set b1='V3AL' where id=9; -update noar tt set v0='30' where id=9; -update noar ti set v0='30' where id=9; -update noar tt set b2='BWSTM87GEI8A07V88ZEY4' where id=9; -update noar ti set b2='BWSTM87GEI8A07V88ZEY4' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) null, -b0 longblob null, -b1 longblob null, -b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='59VIS6' where id=1; -update noar ti set v0='59VIS6' where id=1; -update noar tt set b0='Y16FUVRDYANKU0F4DQ' where id=1; -update noar ti set b0='Y16FUVRDYANKU0F4DQ' where id=1; -update noar tt set v0='MN3NQ9WZC6LT6LJ74' where id=1; -update noar ti set v0='MN3NQ9WZC6LT6LJ74' where id=1; -update noar tt set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1; -update noar ti set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1; -update noar tt set v0='640H' where id=1; -update noar ti set v0='640H' where id=1; -update noar tt set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1; -update noar ti set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1; -update noar tt set v0='MRG388CO9ZJX' where id=2; -update noar ti set v0='MRG388CO9ZJX' where id=2; -update noar tt set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2; -update noar ti set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2; -update noar tt set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2; -update noar ti set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2; -update noar tt set b1='NZL5GJRNCNTCF2EB' where id=2; -update noar ti set b1='NZL5GJRNCNTCF2EB' where id=2; -update noar tt set v0='MHQLGNY' where id=2; -update noar ti set v0='MHQLGNY' where id=2; -update noar tt set b2='SSGH3O8YFLQU' where id=2; -update noar ti set b2='SSGH3O8YFLQU' where id=2; -update noar tt set v0='TIEKUG3' where id=3; -update noar ti set v0='TIEKUG3' where id=3; -update noar tt set b0='8' where id=3; -update noar ti set b0='8' where id=3; -update noar tt set v0='PMSXC24' where id=3; -update noar ti set v0='PMSXC24' where id=3; -update noar tt set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3; -update noar ti set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3; -update noar ti set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3; -update noar tt set v0='GJ0QKFH8G2FJJKVPEQK' where id=4; -update noar ti set v0='GJ0QKFH8G2FJJKVPEQK' where id=4; -update noar tt set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4; -update noar ti set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4; -update noar tt set v0='4OO3' where id=4; -update noar ti set v0='4OO3' where id=4; -update noar tt set b1='EKV7VUEF8Q7YRQGA560' where id=4; -update noar ti set b1='EKV7VUEF8Q7YRQGA560' where id=4; -update noar tt set v0='I1J7T9AAHPRK1K27M' where id=4; -update noar ti set v0='I1J7T9AAHPRK1K27M' where id=4; -update noar tt set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4; -update noar ti set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4; -update noar tt set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5; -update noar ti set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5; -update noar tt set b0='99MYQIQFLPOO2' where id=5; -update noar ti set b0='99MYQIQFLPOO2' where id=5; -update noar tt set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5; -update noar ti set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5; -update noar tt set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5; -update noar ti set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5; -update noar tt set v0='117MQSB1W' where id=5; -update noar ti set v0='117MQSB1W' where id=5; -update noar tt set b2='7' where id=5; -update noar ti set b2='7' where id=5; -update noar tt set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6; -update noar ti set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6; -update noar tt set b0='KDAXYY2ZKGQ' where id=6; -update noar ti set b0='KDAXYY2ZKGQ' where id=6; -update noar tt set v0='4IRV4' where id=6; -update noar ti set v0='4IRV4' where id=6; -update noar tt set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6; -update noar ti set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6; -update noar tt set v0='IL1B4LWKHPG9' where id=6; -update noar ti set v0='IL1B4LWKHPG9' where id=6; -update noar tt set b2='RZKG3Z0MGB20YRIK' where id=6; -update noar ti set b2='RZKG3Z0MGB20YRIK' where id=6; -update noar tt set v0='1QXMQT9' where id=7; -update noar ti set v0='1QXMQT9' where id=7; -update noar tt set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7; -update noar ti set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7; -update noar tt set v0='21YP6W' where id=7; -update noar ti set v0='21YP6W' where id=7; -update noar tt set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7; -update noar ti set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7; -update noar tt set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7; -update noar ti set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7; -update noar tt set b2='XC' where id=7; -update noar ti set b2='XC' where id=7; -update noar tt set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8; -update noar ti set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8; -update noar tt set b0='YKL29KZ2AWI9' where id=8; -update noar ti set b0='YKL29KZ2AWI9' where id=8; -update noar tt set v0='OR' where id=8; -update noar ti set v0='OR' where id=8; -update noar tt set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8; -update noar ti set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8; -update noar tt set v0='UEI6QQPEKLOVS4Q7' where id=8; -update noar ti set v0='UEI6QQPEKLOVS4Q7' where id=8; -update noar tt set b2='TFWGLAOD' where id=8; -update noar ti set b2='TFWGLAOD' where id=8; -update noar tt set v0='61E4GG41WNY575' where id=9; -update noar ti set v0='61E4GG41WNY575' where id=9; -update noar tt set b0='SCQEWNAKJR51B285WBC' where id=9; -update noar ti set b0='SCQEWNAKJR51B285WBC' where id=9; -update noar tt set v0='PB6QMSD3U9I2M' where id=9; -update noar ti set v0='PB6QMSD3U9I2M' where id=9; -update noar tt set b1='IYBZ' where id=9; -update noar ti set b1='IYBZ' where id=9; -update noar tt set v0='91XMZFO9C' where id=9; -update noar ti set v0='91XMZFO9C' where id=9; -update noar tt set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9; -update noar ti set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(32) not null, -b0 longblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1; -update noar ti set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1; -update noar tt set b0='N0O88B2D6' where id=1; -update noar ti set b0='N0O88B2D6' where id=1; -update noar tt set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1; -update noar ti set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1; -update noar tt set b1='37XGQ95OSFFT5X42Q9W' where id=1; -update noar ti set b1='37XGQ95OSFFT5X42Q9W' where id=1; -update noar tt set v0='PR3N6SAZ' where id=1; -update noar ti set v0='PR3N6SAZ' where id=1; -update noar tt set b2='8I4A' where id=1; -update noar ti set b2='8I4A' where id=1; -update noar tt set v0='UBOZN' where id=2; -update noar ti set v0='UBOZN' where id=2; -update noar tt set b0='R1MVCFGWM1O9A0' where id=2; -update noar ti set b0='R1MVCFGWM1O9A0' where id=2; -update noar tt set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2; -update noar ti set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2; -update noar tt set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2; -update noar ti set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2; -update noar tt set v0='K9IOAEJHNQA9' where id=2; -update noar ti set v0='K9IOAEJHNQA9' where id=2; -update noar tt set b2='FVIM7GEJ27X' where id=2; -update noar ti set b2='FVIM7GEJ27X' where id=2; -update noar tt set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3; -update noar ti set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3; -update noar tt set b0='1OP916G1RF7QHC497' where id=3; -update noar ti set b0='1OP916G1RF7QHC497' where id=3; -update noar tt set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3; -update noar ti set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3; -update noar tt set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3; -update noar ti set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3; -update noar tt set v0='P4NY' where id=3; -update noar ti set v0='P4NY' where id=3; -update noar tt set b2='PEQ2A' where id=3; -update noar ti set b2='PEQ2A' where id=3; -update noar tt set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4; -update noar ti set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4; -update noar tt set b0='TFG25A1' where id=4; -update noar ti set b0='TFG25A1' where id=4; -update noar tt set v0='8H' where id=4; -update noar ti set v0='8H' where id=4; -update noar tt set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4; -update noar ti set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4; -update noar tt set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4; -update noar ti set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4; -update noar tt set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4; -update noar ti set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4; -update noar tt set v0='SRNVJNY0Z' where id=5; -update noar ti set v0='SRNVJNY0Z' where id=5; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set v0='UBQZIO6U0' where id=5; -update noar ti set v0='UBQZIO6U0' where id=5; -update noar tt set b1='U54L8PRPOMM7VC31E' where id=5; -update noar ti set b1='U54L8PRPOMM7VC31E' where id=5; -update noar tt set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5; -update noar ti set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5; -update noar tt set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5; -update noar ti set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5; -update noar tt set v0='55AKSTWK3CKK7BV' where id=6; -update noar ti set v0='55AKSTWK3CKK7BV' where id=6; -update noar tt set b0='KY7Z' where id=6; -update noar ti set b0='KY7Z' where id=6; -update noar tt set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6; -update noar ti set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6; -update noar tt set b1='X3' where id=6; -update noar ti set b1='X3' where id=6; -update noar tt set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6; -update noar ti set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6; -update noar tt set b2='0OXI2SG154UCHMGQM' where id=6; -update noar ti set b2='0OXI2SG154UCHMGQM' where id=6; -update noar tt set v0='LM12BDBTUXZ' where id=7; -update noar ti set v0='LM12BDBTUXZ' where id=7; -update noar tt set b0='32AYRCYIRJRLE697I' where id=7; -update noar ti set b0='32AYRCYIRJRLE697I' where id=7; -update noar tt set v0='0' where id=7; -update noar ti set v0='0' where id=7; -update noar tt set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7; -update noar ti set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7; -update noar tt set v0='6RTRMOE31H17VNZG5DSNY0' where id=7; -update noar ti set v0='6RTRMOE31H17VNZG5DSNY0' where id=7; -update noar tt set b2='PQ2W0Q38ENFQ8QRRV' where id=7; -update noar ti set b2='PQ2W0Q38ENFQ8QRRV' where id=7; -update noar tt set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8; -update noar ti set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8; -update noar tt set b0='NS9PULEDOQZVAPOW6U' where id=8; -update noar ti set b0='NS9PULEDOQZVAPOW6U' where id=8; -update noar tt set v0='9FIW5ZD3RJR530ARUHJF' where id=8; -update noar ti set v0='9FIW5ZD3RJR530ARUHJF' where id=8; -update noar tt set b1='PKNK5' where id=8; -update noar ti set b1='PKNK5' where id=8; -update noar tt set v0='739F8P4' where id=8; -update noar ti set v0='739F8P4' where id=8; -update noar tt set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8; -update noar ti set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8; -update noar tt set v0='RN6PH' where id=9; -update noar ti set v0='RN6PH' where id=9; -update noar tt set b0='GP1S6HTYE0GX083U' where id=9; -update noar ti set b0='GP1S6HTYE0GX083U' where id=9; -update noar tt set v0='JEZPISDJ1KY5GJ' where id=9; -update noar ti set v0='JEZPISDJ1KY5GJ' where id=9; -update noar tt set b1='5IPR43G9OCJH9' where id=9; -update noar ti set b1='5IPR43G9OCJH9' where id=9; -update noar tt set v0='O47MVT09F9' where id=9; -update noar ti set v0='O47MVT09F9' where id=9; -update noar tt set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9; -update noar ti set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -v0 varchar(256) not null, -b0 longblob not null, -b1 longblob not null, -b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1; -update noar ti set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1; -update noar tt set b0='LMA' where id=1; -update noar ti set b0='LMA' where id=1; -update noar tt set v0='QES8729V3ZKS4FZRL' where id=1; -update noar ti set v0='QES8729V3ZKS4FZRL' where id=1; -update noar tt set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1; -update noar ti set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1; -update noar tt set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1; -update noar ti set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1; -update noar tt set b2='3HSO5XNEJ59' where id=1; -update noar ti set b2='3HSO5XNEJ59' where id=1; -update noar tt set v0='785EI1QQNEG1ZW7L' where id=2; -update noar ti set v0='785EI1QQNEG1ZW7L' where id=2; -update noar tt set b0='8X133OT' where id=2; -update noar ti set b0='8X133OT' where id=2; -update noar tt set v0='ZE' where id=2; -update noar ti set v0='ZE' where id=2; -update noar tt set b1='5MWOR8' where id=2; -update noar ti set b1='5MWOR8' where id=2; -update noar tt set v0='JZLR2M' where id=2; -update noar ti set v0='JZLR2M' where id=2; -update noar tt set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2; -update noar ti set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2; -update noar tt set v0='5JRK06C9QZL0X' where id=3; -update noar ti set v0='5JRK06C9QZL0X' where id=3; -update noar tt set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3; -update noar ti set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3; -update noar tt set v0='R88GRBCKRR4GOJCJCV0V' where id=3; -update noar ti set v0='R88GRBCKRR4GOJCJCV0V' where id=3; -update noar tt set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3; -update noar ti set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3; -update noar tt set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3; -update noar ti set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3; -update noar tt set b2='W1VTVX64P881E1C0LEF9' where id=3; -update noar ti set b2='W1VTVX64P881E1C0LEF9' where id=3; -update noar tt set v0='JUQC4PQSW1FH0JBJPF' where id=4; -update noar ti set v0='JUQC4PQSW1FH0JBJPF' where id=4; -update noar tt set b0='MC6Q3JQR88' where id=4; -update noar ti set b0='MC6Q3JQR88' where id=4; -update noar tt set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4; -update noar ti set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4; -update noar tt set b1='7BF7EI1' where id=4; -update noar ti set b1='7BF7EI1' where id=4; -update noar tt set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4; -update noar ti set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4; -update noar tt set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4; -update noar ti set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4; -update noar tt set v0='HJQC0OCESWPGF14VOVKT' where id=5; -update noar ti set v0='HJQC0OCESWPGF14VOVKT' where id=5; -update noar tt set b0='8O9UCSXDF7GU' where id=5; -update noar ti set b0='8O9UCSXDF7GU' where id=5; -update noar tt set v0='OYVZDAC0QB1OBB' where id=5; -update noar ti set v0='OYVZDAC0QB1OBB' where id=5; -update noar tt set b1='HHH50' where id=5; -update noar ti set b1='HHH50' where id=5; -update noar tt set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5; -update noar ti set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5; -update noar tt set b2='K779NJDMFEOA' where id=5; -update noar ti set b2='K779NJDMFEOA' where id=5; -update noar tt set v0='OVXT1X' where id=6; -update noar ti set v0='OVXT1X' where id=6; -update noar tt set b0='63V2OXBQNKL2LD710' where id=6; -update noar ti set b0='63V2OXBQNKL2LD710' where id=6; -update noar tt set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6; -update noar ti set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6; -update noar tt set b1='7HW3YATS3WGVZWQ8B24C74' where id=6; -update noar ti set b1='7HW3YATS3WGVZWQ8B24C74' where id=6; -update noar tt set v0='GBERGIH8' where id=6; -update noar ti set v0='GBERGIH8' where id=6; -update noar tt set b2='YR3LN' where id=6; -update noar ti set b2='YR3LN' where id=6; -update noar tt set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7; -update noar ti set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7; -update noar tt set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7; -update noar ti set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7; -update noar tt set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7; -update noar ti set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7; -update noar tt set b1='1U09FXSSIYL16M6JEA8H606P' where id=7; -update noar ti set b1='1U09FXSSIYL16M6JEA8H606P' where id=7; -update noar tt set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7; -update noar ti set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7; -update noar tt set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7; -update noar ti set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7; -update noar tt set v0='PQ8FXWADPE5OGKA9W' where id=8; -update noar ti set v0='PQ8FXWADPE5OGKA9W' where id=8; -update noar tt set b0='21YP85HIA8WEFUC8TNX3M50' where id=8; -update noar ti set b0='21YP85HIA8WEFUC8TNX3M50' where id=8; -update noar tt set v0='4VZFL6K01OGTFH2IID1E1' where id=8; -update noar ti set v0='4VZFL6K01OGTFH2IID1E1' where id=8; -update noar tt set b1='JUJISIJ60YBM2GHE9W6M' where id=8; -update noar ti set b1='JUJISIJ60YBM2GHE9W6M' where id=8; -update noar tt set v0='JYQ9EFJDF94MD' where id=8; -update noar ti set v0='JYQ9EFJDF94MD' where id=8; -update noar tt set b2='PHIC3GT1SEJL04' where id=8; -update noar ti set b2='PHIC3GT1SEJL04' where id=8; -update noar tt set v0='9UOB0KDAE96FO' where id=9; -update noar ti set v0='9UOB0KDAE96FO' where id=9; -update noar tt set b0='JX' where id=9; -update noar ti set b0='JX' where id=9; -update noar tt set v0='0Y08GKSNFS62O' where id=9; -update noar ti set v0='0Y08GKSNFS62O' where id=9; -update noar tt set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9; -update noar ti set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9; -update noar tt set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9; -update noar ti set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9; -update noar tt set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9; -update noar ti set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; +This test does not produce any output on success diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_char.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_char.result index 4121d5d72ebad139b186f0871f9408e4431a5ced..598458262d9dc09f1c60accb87f7418245a3c3b9 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_char.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_char.result @@ -1,54 +1,64 @@ -set default_storage_engine='tokudb'; -drop table if exists tt, ti; -set tokudb_disable_slow_update=1; -create table tt (id int primary key, c char(32), b binary(32)); +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table tt (id int primary key, c char(32), b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values (1,null,null); insert into ti values (1,null,null); -update noar tt set c='hi' where id=1; -update noar ti set c='hi' where id=1; +update tt set c='hi' where id=1; +update ti set c='hi' where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set c='there' where id=1; -update noar ti set c='there' where id=1; +update tt set c='there' where id=1; +update ti set c='there' where id=1; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; -create table tt (id char(8) primary key, c char(32), b binary(32)); +create table tt (id char(8) primary key, +c char(32), +b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null); insert into ti values ('1',null,null); -update noar tt set c='hi' where id='1'; -update noar ti set c='hi' where id='1'; +update tt set c='hi' where id='1'; +update ti set c='hi' where id='1'; include/diff_tables.inc [test.tt, test.ti] -update noar tt set c='there' where id='1'; -update noar ti set c='there' where id='1'; +update tt set c='there' where id='1'; +update ti set c='there' where id='1'; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; -create table tt (id varchar(8) primary key, a int, b char(32), c char(32), d binary(32)); +create table tt (id varchar(8) primary key, +a int, +b char(32), +c char(32), +d binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null,null,null); insert into ti values ('1',null,null,null,null); -update noar tt set b='hi' where id='1'; -update noar ti set b='hi' where id='1'; +update tt set b='hi' where id='1'; +update ti set b='hi' where id='1'; include/diff_tables.inc [test.tt, test.ti] -update noar tt set c='there' where id='1'; -update noar ti set c='there' where id='1'; +update tt set c='there' where id='1'; +update ti set c='there' where id='1'; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; -create table tt (id varchar(8) primary key, a int, b char(32), c char(32), d binary(32)); +create table tt (id varchar(8) primary key, +a int, +b char(32), +c char(32), +d binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null,null,null); insert into ti values ('1',null,null,null,null); -update noar tt set b='123' where id='1'; -update noar ti set b='123' where id='1'; +update tt set b='123' where id='1'; +update ti set b='123' where id='1'; include/diff_tables.inc [test.tt, test.ti] -update noar tt set c=456 where id='1'; -update noar ti set c=456 where id='1'; +update tt set c=456 where id='1'; +update ti set c=456 where id='1'; include/diff_tables.inc [test.tt, test.ti] -update noar tt set c=789 where id=1; -update noar ti set c=789 where id=1; +update tt set c=789 where id=1; +update ti set c=789 where id=1; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_deadlock.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_deadlock.result index 7a34d9122ea6edb7655d0215a2466532acb65029..ac1e99c932a8bcc5fbdaad6605d16e3749dc1457 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_deadlock.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_deadlock.result @@ -1,13 +1,18 @@ -drop table if exists t; -set default_storage_engine='tokudb'; -create table t (id bigint primary key, b bigint not null default 0); +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (id bigint primary key, +b bigint not null default 0) engine = tokudb; insert into t (id) values (1),(2); +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); begin; -update noar t set b=b+1 where id=1; +update t set b=b+1 where id=1; begin; -update noar t set b=b-1 where id=2; -update noar t set b=b+1 where id=2; -update noar t set b=b-1 where id=1; +update t set b=b-1 where id=2; +update t set b=b+1 where id=2; +update t set b=b-1 where id=1; Got one of the listed errors rollback; commit; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_decr_floor.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_decr_floor.result index c93f02a8583d0979023f2f1cb261e185f5d56221..4a963777fc086fd8ed1fd89728420099dc3773d3 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_decr_floor.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_decr_floor.result @@ -1,313 +1 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_update=1; -create table tt ( -id tinyint null primary key, -x tinyint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id tinyint not null primary key, -x tinyint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id tinyint unsigned null primary key, -x tinyint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id tinyint unsigned not null primary key, -x tinyint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint null primary key, -x smallint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id smallint not null primary key, -x smallint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id smallint unsigned null primary key, -x smallint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint unsigned not null primary key, -x smallint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint null primary key, -x mediumint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id mediumint not null primary key, -x mediumint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id mediumint unsigned null primary key, -x mediumint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint unsigned not null primary key, -x mediumint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int null primary key, -x int null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id int not null primary key, -x int not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id int unsigned null primary key, -x int unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int unsigned not null primary key, -x int unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint null primary key, -x bigint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id bigint not null primary key, -x bigint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -drop table tt, ti; -create table tt ( -id bigint unsigned null primary key, -x bigint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint unsigned not null primary key, -x bigint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; +This test does not produce any output on success diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_disable_slow_update.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_disable_slow_update.result deleted file mode 100644 index 13bbb8375285cb41fb262eb71055c27b05531cd6..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_disable_slow_update.result +++ /dev/null @@ -1,7 +0,0 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table t (id int primary key, b int, key(b)); -set tokudb_disable_slow_update=1; -update noar t set b=b+1 where id=42; -ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_error.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_error.result index 7a4795615a94c80ad08a4c792058e235f6683632..69b16e4ac042a9b15ceec4adf0f2084ac6c6e296 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_error.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_error.result @@ -1,9 +1,9 @@ -set default_storage_engine='tokudb'; -drop table if exists tt; -set tokudb_disable_slow_update=1; -create table tt (id int primary key, x int); -update noar tt set x=1 where id='abc'; +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table tt (id int primary key, x int) engine = tokudb; +update tt set x=1 where id='abc'; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version -update noar tt set x='abc' where id=1; +update tt set x='abc' where id=1; ERROR 42000: Table 'tt' uses an extension that doesn't exist in this XYZ version drop table tt; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_int.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_int.result index 3e37ceb035a9d5cfdfb62e9f0309aba64b376923..0189c350fb187300dba2a69305c7a5557f04a286 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_int.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_int.result @@ -1,1122 +1,1120 @@ -set default_storage_engine='tokudb'; -drop table if exists t; +### Test int for: tinyint, , null create table t ( -id tinyint null primary key, +id tinyint primary key, x tinyint null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: tinyint, , not null create table t ( -id tinyint not null primary key, +id tinyint primary key, x tinyint not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: tinyint, unsigned, null create table t ( -id tinyint unsigned null primary key, +id tinyint unsigned primary key, x tinyint unsigned null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: tinyint, unsigned, not null create table t ( -id tinyint unsigned not null primary key, +id tinyint unsigned primary key, x tinyint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: smallint, , null create table t ( -id smallint null primary key, +id smallint primary key, x smallint null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: smallint, , not null create table t ( -id smallint not null primary key, +id smallint primary key, x smallint not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: smallint, unsigned, null create table t ( -id smallint unsigned null primary key, +id smallint unsigned primary key, x smallint unsigned null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: smallint, unsigned, not null create table t ( -id smallint unsigned not null primary key, +id smallint unsigned primary key, x smallint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: mediumint, , null create table t ( -id mediumint null primary key, +id mediumint primary key, x mediumint null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: mediumint, , not null create table t ( -id mediumint not null primary key, +id mediumint primary key, x mediumint not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: mediumint, unsigned, null create table t ( -id mediumint unsigned null primary key, +id mediumint unsigned primary key, x mediumint unsigned null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: mediumint, unsigned, not null create table t ( -id mediumint unsigned not null primary key, +id mediumint unsigned primary key, x mediumint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: int, , null create table t ( -id int null primary key, +id int primary key, x int null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: int, , not null create table t ( -id int not null primary key, +id int primary key, x int not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: int, unsigned, null create table t ( -id int unsigned null primary key, +id int unsigned primary key, x int unsigned null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: int, unsigned, not null create table t ( -id int unsigned not null primary key, +id int unsigned primary key, x int unsigned not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: bigint, , null create table t ( -id bigint null primary key, +id bigint primary key, x bigint null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: bigint, , not null create table t ( -id bigint not null primary key, +id bigint primary key, x bigint not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: bigint, unsigned, null create table t ( -id bigint unsigned null primary key, +id bigint unsigned primary key, x bigint unsigned null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; +### Test int for: bigint, unsigned, not null create table t ( -id bigint unsigned not null primary key, +id bigint unsigned primary key, x bigint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); +) engine = tokudb; +insert into t values (1,0), (2,0), (3,0); select * from t; id x 1 0 2 0 3 0 -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; +update t set x = 100 where id = 2; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where id=3; +update t set x = x + 1 where id = 3; select * from t; id x 1 0 2 100 3 1 -update noar t set x=x-1 where id=3; +update t set x = x - 1 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+100 where id=3; +update t set x = x + 100 where id = 3; select * from t; id x 1 0 2 100 3 100 -update noar t set x=x-100 where id=3; +update t set x = x - 100 where id = 3; select * from t; id x 1 0 2 100 3 0 -update noar t set x=1+x where id=1; +update t set x = 1 + x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=-x where id=1; +update t set x = -x where id = 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=100; +update t set x = x + 1 where id = 100; select * from t; id x 1 0 2 100 3 0 -update noar t set x=x+1 where 1 <= id and id < 100; +update t set x = x + 1 where 1 <= id and id < 100; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1; +update t set x = x + 1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_int_bounds.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_int_bounds.result index 042cbcf0f70b05f517eb4323702ab7e027616196..12263b436f96750c2db604e98758d14a89737c7f 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_int_bounds.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_int_bounds.result @@ -1,61 +1,61 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id int primary key, x int); +create table tt (id int primary key, x int) engine = tokudb; insert into tt values (1,0),(2,-pow(2,31)),(3,pow(2,31)-1); create table ti like tt; alter table ti engine=innodb; insert into ti select * from tt; -set tokudb_disable_slow_update=1; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x-2 where id=1; -update noar ti set x=x-2 where id=1; +update tt set x=x-2 where id=1; +update ti set x=x-2 where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x-1 where id=2; -update noar ti set x=x-1 where id=2; +update tt set x=x-1 where id=2; +update ti set x=x-1 where id=2; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x+1 where id=2; -update noar ti set x=x+1 where id=2; +update tt set x=x+1 where id=2; +update ti set x=x+1 where id=2; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x+1 where id=3; -update noar ti set x=x+1 where id=3; +update tt set x=x+1 where id=3; +update ti set x=x+1 where id=3; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x-1 where id=3; -update noar ti set x=x-1 where id=3; +update tt set x=x-1 where id=3; +update ti set x=x-1 where id=3; include/diff_tables.inc [test.tt, test.ti] insert into tt values (4,pow(2,31)-10); insert into ti values (4,pow(2,31)-10); -update noar tt set x=x+20 where id=4; -update noar ti set x=x+20 where id=4; +update tt set x=x+20 where id=4; +update ti set x=x+20 where id=4; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] insert into tt values (5,pow(2,31)-10); insert into ti values (5,pow(2,31)-10); -update noar tt set x=x - -20 where id=5; -update noar ti set x=x - -20 where id=5; +update tt set x=x - -20 where id=5; +update ti set x=x - -20 where id=5; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] insert into tt values (6,-pow(2,31)+10); insert into ti values (6,-pow(2,31)+10); -update noar tt set x=x-20 where id=6; -update noar ti set x=x-20 where id=6; +update tt set x=x-20 where id=6; +update ti set x=x-20 where id=6; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] insert into tt values (7,-pow(2,31)+10); insert into ti values (7,-pow(2,31)+10); -update noar tt set x=x + -20 where id=7; -update noar ti set x=x + -20 where id=7; +update tt set x=x + -20 where id=7; +update ti set x=x + -20 where id=7; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_key.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_key.result index fd819add35421567ad8a102e9cd59cbf7513000e..c6f14e18ee4dcb6292f328d642036c3e16236709 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_key.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_key.result @@ -1,39 +1,55 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_update=1; -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint); -update noar t set x=x+1 where ida=1; +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (ida int not null, +idb bigint not null, +idc tinyint unsigned not null, +x bigint) engine = tokudb; +update t set x=x+1 where ida=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, clustering key(ida,idb,idc)); -update noar t set x=x+1 where ida=1; +create table t (ida int not null, +idb bigint not null, +idc tinyint unsigned not null, +x bigint, +clustering key(ida,idb,idc)) engine = tokudb; +update t set x=x+1 where ida=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, primary key(ida,idb,idc), key(x)); -update noar t set x=x+1 where ida=1; +create table t (ida int not null, +idb bigint not null, +idc tinyint unsigned not null, +x bigint, +primary key(ida,idb,idc), +key(x)) engine = tokudb; +update t set x=x+1 where ida=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id char(32), x bigint, primary key(id(1))); -update noar t set x=x+1 where id='hi'; +create table t (id char(32), x bigint, primary key(id(1))) engine = tokudb; +update t set x=x+1 where id='hi'; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id varchar(32), x bigint, primary key(id(1))); -update noar t set x=x+1 where id='hi'; +create table t (id varchar(32), x bigint, primary key(id(1))) engine = tokudb; +update t set x=x+1 where id='hi'; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, primary key(ida,idb,idc)); +create table t (ida int not null, +idb bigint not null, +idc tinyint unsigned not null, +x bigint, +primary key(ida,idb,idc)) engine = tokudb; insert into t values (1,2,3,0); -update noar t set x=x+1 where ida=1; +update t set x=x+1 where ida=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where ida=1 and idb=2; +update t set x=x+1 where ida=1 and idb=2; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where ida=1 and idb=2 or idc=3; +update t set x=x+1 where ida=1 and idb=2 or idc=3; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where ida=1 and idb=2 and idc=3; +update t set x=x+1 where ida=1 and idb=2 and idc=3; select * from t; ida idb idc x 1 2 3 1 -update noar t set x=x+1 where idc=3 and ida=1 and idb=2; +update t set x=x+1 where idc=3 and ida=1 and idb=2; select * from t; ida idb idc x 1 2 3 2 diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_sqlmode.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_sqlmode.result index 262b242fbec648ac8532bc3fc109f3a3722595da..b92b339692865cea3ed926165df0bee82ceb8072 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_sqlmode.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_sqlmode.result @@ -1,17 +1,16 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_update=1; -create table t (id int primary key, x int not null); +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (id int primary key, x int not null) engine = tokudb; insert into t values (1,0); -update noar t set x=42 where id=1; -update noar t set x=x+1 where id=1; -update noar t set x=x-1 where id=1; +update t set x=42 where id=1; +update t set x=x+1 where id=1; +update t set x=x-1 where id=1; set session sql_mode="NO_ENGINE_SUBSTITUTION,traditional"; -update noar t set x=42 where id=1; +update t set x=42 where id=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x+1 where id=1; +update t set x=x+1 where id=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -update noar t set x=x-1 where id=1; +update t set x=x-1 where id=1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -set session sql_mode="NO_ENGINE_SUBSTITUTION"; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_uint_bounds.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_uint_bounds.result index 0cf9089df5e5d8c8deb82c1c67e3784662c90014..aa9ff2cbe33671a86dab5b7be3c9b84a68160b78 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_uint_bounds.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_uint_bounds.result @@ -1,36 +1,36 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id int primary key, x int unsigned); +create table tt (id int primary key, x int unsigned) engine = tokudb; insert into tt values (1,0),(2,pow(2,32)-1); create table ti like tt; alter table ti engine=innodb; insert into ti select * from tt; -set tokudb_disable_slow_update=1; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +set tokudb_enable_fast_update=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x-2 where id=1; -update noar ti set x=if(x<2,0,x-2) where id=1; +update tt set x=x-2 where id=1; +update ti set x=if(x<2,0,x-2) where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x-1 where id=2; -update noar ti set x=x-1 where id=2; +update tt set x=x-1 where id=2; +update ti set x=x-1 where id=2; include/diff_tables.inc [test.tt, test.ti] -update noar tt set x=x+1 where id=2; -update noar ti set x=x+1 where id=2; +update tt set x=x+1 where id=2; +update ti set x=x+1 where id=2; include/diff_tables.inc [test.tt, test.ti] insert into tt values (4,pow(2,32)-10); insert into ti values (4,pow(2,32)-10); -update noar tt set x=x+20 where id=4; -update noar ti set x=x+20 where id=4; +update tt set x=x+20 where id=4; +update ti set x=x+20 where id=4; Warnings: Warning 1264 Out of range value for column 'x' at row 1 include/diff_tables.inc [test.tt, test.ti] insert into tt values (5,10); insert into ti values (5,10); -update noar tt set x=x-20 where id=5; -update noar ti set x=if(x<20,0,x-20) where id=5; +update tt set x=x-20 where id=5; +update ti set x=if(x<20,0,x-20) where id=5; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_varchar.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_varchar.result index f12e4121264618bfaeaa180a9c01a2fe5333200a..4a963777fc086fd8ed1fd89728420099dc3773d3 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_update_varchar.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_varchar.result @@ -1,13574 +1 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(32) null, -v1 varchar(32) null, -v2 varchar(32) null, -v3 varchar(32) null, -b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='C6P5MJKRJ430AM9T012TSRGW76CFGSHQL' where id=2; -update noar ti set v0='C6P5MJKRJ430AM9T012TSRGW76CFGSHQL' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FQ3TW0TRJWER0OSIO33UTIFSBT7PTGO9A' where id=2; -update noar ti set v1='FQ3TW0TRJWER0OSIO33UTIFSBT7PTGO9A' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XAXU3S3K4PYXB4IB4HH5ANUUOGC1KD3JX' where id=2; -update noar ti set v2='XAXU3S3K4PYXB4IB4HH5ANUUOGC1KD3JX' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='879I2MV65FUY0WFCFS09C74IN1VAISIEG' where id=2; -update noar ti set v3='879I2MV65FUY0WFCFS09C74IN1VAISIEG' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QAPUD5QIQINRVEPEYVDYJ6N9UI0GFZHRV' where id=3; -update noar ti set v0='QAPUD5QIQINRVEPEYVDYJ6N9UI0GFZHRV' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M6ME86RQIYBCUDNTD125MIV92IT6CKU15' where id=3; -update noar ti set v1='M6ME86RQIYBCUDNTD125MIV92IT6CKU15' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KSZGNMKS7PTH611GW21K59DD2R7KY4JAO' where id=3; -update noar ti set v2='KSZGNMKS7PTH611GW21K59DD2R7KY4JAO' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OSZTEY9AS1ZSXGBMVQ13ST2RB5UX4G7O2' where id=3; -update noar ti set v3='OSZTEY9AS1ZSXGBMVQ13ST2RB5UX4G7O2' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C67XB2ZDJCMF7MATMIZ7UKCOCXM6LX4IB' where id=4; -update noar ti set v0='C67XB2ZDJCMF7MATMIZ7UKCOCXM6LX4IB' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S0LRECBVNG2PF4USXXGK5HQBXNMGR0PV6' where id=4; -update noar ti set v1='S0LRECBVNG2PF4USXXGK5HQBXNMGR0PV6' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MYYF7M19VXCDAZYIZ0WLCDHPAA5D33BS1' where id=4; -update noar ti set v2='MYYF7M19VXCDAZYIZ0WLCDHPAA5D33BS1' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4KJDY3HCYE207SAY3ULNRAWO9E0ST1DBJ' where id=4; -update noar ti set v3='4KJDY3HCYE207SAY3ULNRAWO9E0ST1DBJ' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZEHYFMX8YWZ0OQRFIWDF06KZSZRTWITWJ' where id=5; -update noar ti set v0='ZEHYFMX8YWZ0OQRFIWDF06KZSZRTWITWJ' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VB77NEBRKD15EYCTJMD5VFKUV82J77U0V' where id=5; -update noar ti set v1='VB77NEBRKD15EYCTJMD5VFKUV82J77U0V' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SPES6400D3NGGXUOR58GB4L6HVDUSXC8P' where id=5; -update noar ti set v2='SPES6400D3NGGXUOR58GB4L6HVDUSXC8P' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='O8DK85ADX9I2AXO33NRKUXM4H70IQDVKR' where id=5; -update noar ti set v3='O8DK85ADX9I2AXO33NRKUXM4H70IQDVKR' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XG699LK06ZH0GP0MY8P2XM1W8IC31RY6M' where id=6; -update noar ti set v0='XG699LK06ZH0GP0MY8P2XM1W8IC31RY6M' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RR0ZPFCBNNDDO66XALOIV0M2WC2RFPWBS' where id=6; -update noar ti set v1='RR0ZPFCBNNDDO66XALOIV0M2WC2RFPWBS' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Z2MCQCRYBBGIAS7KKIR27SL3UBTF3KQ03' where id=6; -update noar ti set v2='Z2MCQCRYBBGIAS7KKIR27SL3UBTF3KQ03' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WYLCHBCNJA7T0IWFKTBZ5UBBOEUE3U9SU' where id=6; -update noar ti set v3='WYLCHBCNJA7T0IWFKTBZ5UBBOEUE3U9SU' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FNTPDPCBPGIND8BEXG3IFATRTOR880BQP' where id=7; -update noar ti set v0='FNTPDPCBPGIND8BEXG3IFATRTOR880BQP' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y3FUDUS2RG0YODAEUX24KMI7STMMTVZWI' where id=7; -update noar ti set v1='Y3FUDUS2RG0YODAEUX24KMI7STMMTVZWI' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EUFYQFY3UIUWXAI2MZUSAYWINYCMPTRGZ' where id=7; -update noar ti set v2='EUFYQFY3UIUWXAI2MZUSAYWINYCMPTRGZ' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0VKBUX3MRYOE43HZ8G5U0MDOLG7SSXNNN' where id=7; -update noar ti set v3='0VKBUX3MRYOE43HZ8G5U0MDOLG7SSXNNN' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IE1Z9DPV3DFMCSETQ264T61V783D676YN' where id=8; -update noar ti set v0='IE1Z9DPV3DFMCSETQ264T61V783D676YN' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4ZEW2NAEC433N7TBWAI4GQWJ7LK5Q4RZ4' where id=8; -update noar ti set v1='4ZEW2NAEC433N7TBWAI4GQWJ7LK5Q4RZ4' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1AKQ41LJFMF1OOQMZO7QPL2ZVZYPU21DO' where id=8; -update noar ti set v2='1AKQ41LJFMF1OOQMZO7QPL2ZVZYPU21DO' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H8IXFC4QIDAWFHF8WUFUBPAMPKP59A4GE' where id=8; -update noar ti set v3='H8IXFC4QIDAWFHF8WUFUBPAMPKP59A4GE' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='X52UNAQHTIRRLCHDP5UXFU6T1W92U00QM' where id=9; -update noar ti set v0='X52UNAQHTIRRLCHDP5UXFU6T1W92U00QM' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BMMKIH7Q87O155JXO8U6DNZX14JK7PV4Q' where id=9; -update noar ti set v1='BMMKIH7Q87O155JXO8U6DNZX14JK7PV4Q' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KU8TVA6SW62YC74DGYSYSDUKWQDF0AS93' where id=9; -update noar ti set v2='KU8TVA6SW62YC74DGYSYSDUKWQDF0AS93' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='X2SX9JJP3STQ275JROOJ7PH47L1QCANI1' where id=9; -update noar ti set v3='X2SX9JJP3STQ275JROOJ7PH47L1QCANI1' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ETF1T11GAD3PQ1P6MNIYKOCOASRR935DN' where id=10; -update noar ti set v0='ETF1T11GAD3PQ1P6MNIYKOCOASRR935DN' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JAY008V1UNCFN77B872P7VBW06IM8ZULL' where id=10; -update noar ti set v1='JAY008V1UNCFN77B872P7VBW06IM8ZULL' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QK8M39DNPHE6PMIAUW8XP45NXJQICY8FX' where id=10; -update noar ti set v2='QK8M39DNPHE6PMIAUW8XP45NXJQICY8FX' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NJH9VF4CGS75EELNRM6DM8BOASPQOJ1YF' where id=10; -update noar ti set v3='NJH9VF4CGS75EELNRM6DM8BOASPQOJ1YF' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YPHFJEX1D9EP9OJKD711P1HDWC218HYDQ' where id=11; -update noar ti set v0='YPHFJEX1D9EP9OJKD711P1HDWC218HYDQ' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1C59XHWYXDJ0CH93KBID1H0FLLZW6OV4Q' where id=11; -update noar ti set v1='1C59XHWYXDJ0CH93KBID1H0FLLZW6OV4Q' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KCC2KKBFWCZ0TEQYF37CHNIU28PDH4G4B' where id=11; -update noar ti set v2='KCC2KKBFWCZ0TEQYF37CHNIU28PDH4G4B' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E9DRCXC8PRS1577KJJ0MUKCSCIQ5ULM8L' where id=11; -update noar ti set v3='E9DRCXC8PRS1577KJJ0MUKCSCIQ5ULM8L' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CAY0BJBX055RDS035VBFOAJYR1HV48F6L' where id=12; -update noar ti set v0='CAY0BJBX055RDS035VBFOAJYR1HV48F6L' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2E8R0YCLEB4KSSXAZ52SJT5Z7RHZPFUZ2' where id=12; -update noar ti set v1='2E8R0YCLEB4KSSXAZ52SJT5Z7RHZPFUZ2' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J7M9UEU8HY09D3P14DAZRYK48QDEEF2XU' where id=12; -update noar ti set v2='J7M9UEU8HY09D3P14DAZRYK48QDEEF2XU' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1FLHE73K0AJSAXRHNV18N1PIV8SSXZ4LT' where id=12; -update noar ti set v3='1FLHE73K0AJSAXRHNV18N1PIV8SSXZ4LT' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z5S4BCN44TJCY6TXJN1I9NF8P2SUCD43A' where id=13; -update noar ti set v0='Z5S4BCN44TJCY6TXJN1I9NF8P2SUCD43A' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PGIKAGQ4A8JJDWW5W5NGXKEHG85ZXFQIZ' where id=13; -update noar ti set v1='PGIKAGQ4A8JJDWW5W5NGXKEHG85ZXFQIZ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5GYNMV2KG45CU5PZ5DR7IAGOU2FXGGYRY' where id=13; -update noar ti set v2='5GYNMV2KG45CU5PZ5DR7IAGOU2FXGGYRY' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8YWN60PRVBV5P3XT39UK4WCZXIKNV3OMU' where id=13; -update noar ti set v3='8YWN60PRVBV5P3XT39UK4WCZXIKNV3OMU' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5PN29VPJJZC4X1RSDFY8CBF2LDDDU2CK3' where id=14; -update noar ti set v0='5PN29VPJJZC4X1RSDFY8CBF2LDDDU2CK3' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5SXHKMF44USM4OM0KUQSOAUDH74460FAO' where id=14; -update noar ti set v1='5SXHKMF44USM4OM0KUQSOAUDH74460FAO' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T37K7U6RHE7I8E16NBU06WAXWPQIIKRIT' where id=14; -update noar ti set v2='T37K7U6RHE7I8E16NBU06WAXWPQIIKRIT' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='284CTENU9U8YL9B1OTG0Q8SXZZZ7M5I6U' where id=14; -update noar ti set v3='284CTENU9U8YL9B1OTG0Q8SXZZZ7M5I6U' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ETZNDEYEUZXLKM8HTLEBSEYP692A2WVEC' where id=15; -update noar ti set v0='ETZNDEYEUZXLKM8HTLEBSEYP692A2WVEC' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TOP0E92F9FWDEWEC4YPE80MH7DRSBUKIB' where id=15; -update noar ti set v1='TOP0E92F9FWDEWEC4YPE80MH7DRSBUKIB' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OYEI596E9HVPLAGZGBQYSFAWKZG41BCVM' where id=15; -update noar ti set v2='OYEI596E9HVPLAGZGBQYSFAWKZG41BCVM' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='51HLJN8D2X7DIFFNY4IQBP48WODL1YG3E' where id=15; -update noar ti set v3='51HLJN8D2X7DIFFNY4IQBP48WODL1YG3E' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XONA19S58DXOWIKZUOIJNT8CWF3N4RVVM' where id=16; -update noar ti set v0='XONA19S58DXOWIKZUOIJNT8CWF3N4RVVM' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='943ENEWA3RYCJRDUVOM2F8UKTR391IDL3' where id=16; -update noar ti set v1='943ENEWA3RYCJRDUVOM2F8UKTR391IDL3' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CB4MQIO2UXYFSCOSQACFE96L9W4LTH9UC' where id=16; -update noar ti set v2='CB4MQIO2UXYFSCOSQACFE96L9W4LTH9UC' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C3M7ZLL5KVPPD8YKEP7UTFN5O9BJAWRQY' where id=16; -update noar ti set v3='C3M7ZLL5KVPPD8YKEP7UTFN5O9BJAWRQY' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q5SH1O4QPLTMXTL5Z6JHLNT0SVFBYOOXU' where id=17; -update noar ti set v0='Q5SH1O4QPLTMXTL5Z6JHLNT0SVFBYOOXU' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='52FCXSRGM2N12OI10IYNRUGLVV1AUMTE7' where id=17; -update noar ti set v1='52FCXSRGM2N12OI10IYNRUGLVV1AUMTE7' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GYHFZZROG27CYF5ERW711U8EQ9FDS6H2T' where id=17; -update noar ti set v2='GYHFZZROG27CYF5ERW711U8EQ9FDS6H2T' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B2M72KUXJLTTCJ1RC47E2QNOAMH5BMX7K' where id=17; -update noar ti set v3='B2M72KUXJLTTCJ1RC47E2QNOAMH5BMX7K' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NAJYNURN3M8WTQI61PDF4JWAPVT6PLRGH' where id=18; -update noar ti set v0='NAJYNURN3M8WTQI61PDF4JWAPVT6PLRGH' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4IJQ7MVQPR795Z9IQXVHR0HMTTRN7KTES' where id=18; -update noar ti set v1='4IJQ7MVQPR795Z9IQXVHR0HMTTRN7KTES' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E2ZS9OQGKIRZ4V4TH1Y89HTIN4OMC2XRW' where id=18; -update noar ti set v2='E2ZS9OQGKIRZ4V4TH1Y89HTIN4OMC2XRW' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FL672KMTP7X2LQ2Z3X0V3JQY61XZT1LV4' where id=18; -update noar ti set v3='FL672KMTP7X2LQ2Z3X0V3JQY61XZT1LV4' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='91MVJ862UD5B8CALA6XIPUERX6M0EZI9U' where id=19; -update noar ti set v0='91MVJ862UD5B8CALA6XIPUERX6M0EZI9U' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3PMLFZZSY1ILDOPUEA9V9JL6CREQXZFLI' where id=19; -update noar ti set v1='3PMLFZZSY1ILDOPUEA9V9JL6CREQXZFLI' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GQ9TSV4W2FAPQVICDG8H5L1LWBKX7H2G8' where id=19; -update noar ti set v2='GQ9TSV4W2FAPQVICDG8H5L1LWBKX7H2G8' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KQQVF17YK17KYX2N6HHWBJ5CYX0BLC3TP' where id=19; -update noar ti set v3='KQQVF17YK17KYX2N6HHWBJ5CYX0BLC3TP' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BQ2C26F41R16F9IT6CHBS5SPWHX44U665' where id=20; -update noar ti set v0='BQ2C26F41R16F9IT6CHBS5SPWHX44U665' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BQLHGIX1QDX1FTDBELFBLKHMG4EGK3JUX' where id=20; -update noar ti set v1='BQLHGIX1QDX1FTDBELFBLKHMG4EGK3JUX' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8D8MWG0B0O5P3L4QHU7MAZ2FG7P1WXTDH' where id=20; -update noar ti set v2='8D8MWG0B0O5P3L4QHU7MAZ2FG7P1WXTDH' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A8BGZNDJPECVJXRC33OIZOMDMPPUXFMUR' where id=20; -update noar ti set v3='A8BGZNDJPECVJXRC33OIZOMDMPPUXFMUR' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P2ZCHS22PAQE5HP6TJ6GA9G6CYJDS8Y62' where id=21; -update noar ti set v0='P2ZCHS22PAQE5HP6TJ6GA9G6CYJDS8Y62' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HJ76W65BKZASJ0D5MVZOTT65E9JWCSQCG' where id=21; -update noar ti set v1='HJ76W65BKZASJ0D5MVZOTT65E9JWCSQCG' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HXN3H4N2716EPCF7SK5TJTCBMFHC1APFB' where id=21; -update noar ti set v2='HXN3H4N2716EPCF7SK5TJTCBMFHC1APFB' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MH0EOVWCAIQBG9Q6ASDCR5ADU3VVACATF' where id=21; -update noar ti set v3='MH0EOVWCAIQBG9Q6ASDCR5ADU3VVACATF' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='107DEIHQ3GDC2NDS2Q07EDVFGWSO0J7SH' where id=22; -update noar ti set v0='107DEIHQ3GDC2NDS2Q07EDVFGWSO0J7SH' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FP7GFDM5MIX0U2QPXRRLNS5LF4I47TCNI' where id=22; -update noar ti set v1='FP7GFDM5MIX0U2QPXRRLNS5LF4I47TCNI' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IW8AA65FH5KWY484BCUEC2ZG2HWCLJ524' where id=22; -update noar ti set v2='IW8AA65FH5KWY484BCUEC2ZG2HWCLJ524' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='J753JLU9JBWL0PTD9UM79MTK8MN7O57P5' where id=22; -update noar ti set v3='J753JLU9JBWL0PTD9UM79MTK8MN7O57P5' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9QF74QJJ49U6GQUVDCUFZ9C37H29KK1UY' where id=23; -update noar ti set v0='9QF74QJJ49U6GQUVDCUFZ9C37H29KK1UY' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='IHA7PGIUNHGGWSXMW36C5WKYBF4K751AL' where id=23; -update noar ti set v1='IHA7PGIUNHGGWSXMW36C5WKYBF4K751AL' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YH1VL0ACEOES4HMPVH0WG2S9M0HX3FTWV' where id=23; -update noar ti set v2='YH1VL0ACEOES4HMPVH0WG2S9M0HX3FTWV' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XUCZC7D538MJST1GT6PVVHGZFYO64SW9O' where id=23; -update noar ti set v3='XUCZC7D538MJST1GT6PVVHGZFYO64SW9O' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8PH7LGKOHB54MDLK7RAPQTA9WFJ16TSJO' where id=24; -update noar ti set v0='8PH7LGKOHB54MDLK7RAPQTA9WFJ16TSJO' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BI1N1R8MP2R1Q9J8DICC5MXUCJREWV4SN' where id=24; -update noar ti set v1='BI1N1R8MP2R1Q9J8DICC5MXUCJREWV4SN' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JNDECEQE4UUXAOHS5QFG0922VTF09F674' where id=24; -update noar ti set v2='JNDECEQE4UUXAOHS5QFG0922VTF09F674' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N8H46WLI7LDXI6RKCXN559WMGERULO3KE' where id=24; -update noar ti set v3='N8H46WLI7LDXI6RKCXN559WMGERULO3KE' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0WI2SGQAPLGKEMTT89MJK3NQ1TRF57OR4' where id=25; -update noar ti set v0='0WI2SGQAPLGKEMTT89MJK3NQ1TRF57OR4' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VDNWTAZJI1RFJT3124UQYF8DYW5OGG0K3' where id=25; -update noar ti set v1='VDNWTAZJI1RFJT3124UQYF8DYW5OGG0K3' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VVWCC2BHB28RTN4QFLMPKGB6VIPQS9W3E' where id=25; -update noar ti set v2='VVWCC2BHB28RTN4QFLMPKGB6VIPQS9W3E' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6VN2LQ5BU505V7XXF1MSOJUDMPL8JOKYS' where id=25; -update noar ti set v3='6VN2LQ5BU505V7XXF1MSOJUDMPL8JOKYS' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WJQFASTDWGPKZU42IU4V5YFWY1VSDE3WJ' where id=26; -update noar ti set v0='WJQFASTDWGPKZU42IU4V5YFWY1VSDE3WJ' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OSDG1E7D6JY0THUCU9KCZQOCV0CWUDW68' where id=26; -update noar ti set v1='OSDG1E7D6JY0THUCU9KCZQOCV0CWUDW68' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='10MB7PZUJQ05HXB7JM5PIH17N3UR9VGKQ' where id=26; -update noar ti set v2='10MB7PZUJQ05HXB7JM5PIH17N3UR9VGKQ' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FFZ23U1FOVCKI2WU8MCYHK5I6YDPRGQ7M' where id=26; -update noar ti set v3='FFZ23U1FOVCKI2WU8MCYHK5I6YDPRGQ7M' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XZF7INM5CEMFE64IPWUMNF4CF616KP96Y' where id=27; -update noar ti set v0='XZF7INM5CEMFE64IPWUMNF4CF616KP96Y' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5K5SQQUIXQ0J6G4NG2H073TLMUR4JBRHR' where id=27; -update noar ti set v1='5K5SQQUIXQ0J6G4NG2H073TLMUR4JBRHR' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4XIOGA6AU0ZE4RNRLGXMM174169A7FJ8O' where id=27; -update noar ti set v2='4XIOGA6AU0ZE4RNRLGXMM174169A7FJ8O' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OQJ9J76C3G1V8YC3I3LVRP15MCY8CFNC2' where id=27; -update noar ti set v3='OQJ9J76C3G1V8YC3I3LVRP15MCY8CFNC2' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GEJ9PDRMCVLOG03AR7GE2KUU06MDZTYER' where id=28; -update noar ti set v0='GEJ9PDRMCVLOG03AR7GE2KUU06MDZTYER' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1M7LYV783XMZEH73YCQ0GDPAZR3H33QNM' where id=28; -update noar ti set v1='1M7LYV783XMZEH73YCQ0GDPAZR3H33QNM' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5YTZ0UGTGHUR2E4L8NSR9YVY11S370HBA' where id=28; -update noar ti set v2='5YTZ0UGTGHUR2E4L8NSR9YVY11S370HBA' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0EB9NBJKQNDEJ2TSBPDBF6XE0WAETK7Y6' where id=28; -update noar ti set v3='0EB9NBJKQNDEJ2TSBPDBF6XE0WAETK7Y6' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SPRV1BGKMGD2G168A6NTPXRVUZAEB9TNL' where id=29; -update noar ti set v0='SPRV1BGKMGD2G168A6NTPXRVUZAEB9TNL' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='07PHHJMEP9LIY6G7ISABOP3Y9DC2CEAGR' where id=29; -update noar ti set v1='07PHHJMEP9LIY6G7ISABOP3Y9DC2CEAGR' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GHSF6KNPA6KU20RRTU1KX5VF2V7ES6LBF' where id=29; -update noar ti set v2='GHSF6KNPA6KU20RRTU1KX5VF2V7ES6LBF' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DRMTKXYG6OHUUP0HMQ63YIQ1QVM0RHEU8' where id=29; -update noar ti set v3='DRMTKXYG6OHUUP0HMQ63YIQ1QVM0RHEU8' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8B98SDALI4I18REJFK4IWTM2PXCCUC55Z' where id=30; -update noar ti set v0='8B98SDALI4I18REJFK4IWTM2PXCCUC55Z' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='82ZUIOLY0RXD9YOSCJ6TM50OBAXDIDR0B' where id=30; -update noar ti set v1='82ZUIOLY0RXD9YOSCJ6TM50OBAXDIDR0B' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EUS9RJRQ3H4F0C2G53U83SFS7I8UGMDFZ' where id=30; -update noar ti set v2='EUS9RJRQ3H4F0C2G53U83SFS7I8UGMDFZ' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A3G2TYACCQ7FLM83FHBQOWCVGOQIBEA34' where id=30; -update noar ti set v3='A3G2TYACCQ7FLM83FHBQOWCVGOQIBEA34' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='URCNNZR6413MRLALGAAVA8TBYBSIJ8DFE' where id=31; -update noar ti set v0='URCNNZR6413MRLALGAAVA8TBYBSIJ8DFE' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QW6IRTPK76HZFID8EB4CFZSVW04E4MNJD' where id=31; -update noar ti set v1='QW6IRTPK76HZFID8EB4CFZSVW04E4MNJD' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Q09KRN14VAE8LU961P5DUEXFFF0UN5H0B' where id=31; -update noar ti set v2='Q09KRN14VAE8LU961P5DUEXFFF0UN5H0B' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Z3WJ30H2J28NATJVWOVJZSZQ15CRMR8IQ' where id=31; -update noar ti set v3='Z3WJ30H2J28NATJVWOVJZSZQ15CRMR8IQ' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='18CAZA6MKOP3NY31ZJGX7JY1RD9H7MSB6' where id=32; -update noar ti set v0='18CAZA6MKOP3NY31ZJGX7JY1RD9H7MSB6' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FLY9WZ1FJ2074AA92R56673E5VNVKBZ0U' where id=32; -update noar ti set v1='FLY9WZ1FJ2074AA92R56673E5VNVKBZ0U' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YKJS5WNZ21VBZMTC1IK75DKJDH88NOIJC' where id=32; -update noar ti set v2='YKJS5WNZ21VBZMTC1IK75DKJDH88NOIJC' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Z0TBKW3I880W08Z5R82GGQV7LFF3N31G7' where id=32; -update noar ti set v3='Z0TBKW3I880W08Z5R82GGQV7LFF3N31G7' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K7B49HGXRR2UYZ7U1AHA7Q6RV76VE5EI5' where id=33; -update noar ti set v0='K7B49HGXRR2UYZ7U1AHA7Q6RV76VE5EI5' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G0COXPS7X6FJLIJQERQ3DFD13YWEBQWDG' where id=33; -update noar ti set v1='G0COXPS7X6FJLIJQERQ3DFD13YWEBQWDG' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5MD1ZS25BSXQQTILR08ZAM2AX47SJ67LJ' where id=33; -update noar ti set v2='5MD1ZS25BSXQQTILR08ZAM2AX47SJ67LJ' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P236IWTBHCTU9Z1SVB4SPZ7EU1Q6PQ7UG' where id=33; -update noar ti set v3='P236IWTBHCTU9Z1SVB4SPZ7EU1Q6PQ7UG' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KRVYBE4GVL382458JLRALHF1Z5LOXSG36' where id=34; -update noar ti set v0='KRVYBE4GVL382458JLRALHF1Z5LOXSG36' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5GKY08ZLHY2CK1TW4W9MH8JO5X3MMZ6UA' where id=34; -update noar ti set v1='5GKY08ZLHY2CK1TW4W9MH8JO5X3MMZ6UA' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZFTESHXZWSGUE1PO05DJJ4NTHC4BXNTJM' where id=34; -update noar ti set v2='ZFTESHXZWSGUE1PO05DJJ4NTHC4BXNTJM' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5139ZWEPLT9R59F4Q9OWO9N2N7BOUNISC' where id=34; -update noar ti set v3='5139ZWEPLT9R59F4Q9OWO9N2N7BOUNISC' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2Y03O5MO2DWECZAH5ZPSU6JV7ZN5CFT8G' where id=35; -update noar ti set v0='2Y03O5MO2DWECZAH5ZPSU6JV7ZN5CFT8G' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FWUZZYUM3HPEIAMSOYPR9LVPTHPI9UAKB' where id=35; -update noar ti set v1='FWUZZYUM3HPEIAMSOYPR9LVPTHPI9UAKB' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8XKKEWLGB9YBVZS6MMFXOC0R0HYT72IRI' where id=35; -update noar ti set v2='8XKKEWLGB9YBVZS6MMFXOC0R0HYT72IRI' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Z53R1BXHRG9O8JY4CTYVX7V04G2YL12QR' where id=35; -update noar ti set v3='Z53R1BXHRG9O8JY4CTYVX7V04G2YL12QR' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OUV8RMH3A8GSSV58YWWQRK0Z9PRY83AAB' where id=36; -update noar ti set v0='OUV8RMH3A8GSSV58YWWQRK0Z9PRY83AAB' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NZUL5BS463AGH7WMFVTGD93X5QSXLDZUR' where id=36; -update noar ti set v1='NZUL5BS463AGH7WMFVTGD93X5QSXLDZUR' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RLMYSEWOA5T24CERMFHDPDQHB5BVG5X1O' where id=36; -update noar ti set v2='RLMYSEWOA5T24CERMFHDPDQHB5BVG5X1O' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1D5MBR0R2QSYZBXOVBK0V6CJ9WMWL32TT' where id=36; -update noar ti set v3='1D5MBR0R2QSYZBXOVBK0V6CJ9WMWL32TT' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KOSY5HJLZEZ0N03M22KDQAFAODJ09JWUG' where id=37; -update noar ti set v0='KOSY5HJLZEZ0N03M22KDQAFAODJ09JWUG' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7UIFAU5VQEKE49JYQ063Y77UGCVI77O8R' where id=37; -update noar ti set v1='7UIFAU5VQEKE49JYQ063Y77UGCVI77O8R' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GJDCD5PGW82BYOOETKYMBWGH9208OCWYY' where id=37; -update noar ti set v2='GJDCD5PGW82BYOOETKYMBWGH9208OCWYY' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MU0GRMGW78R93POY2YCXXRUN5BT15VSVC' where id=37; -update noar ti set v3='MU0GRMGW78R93POY2YCXXRUN5BT15VSVC' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SWVVSTD1XV3KFGV6EOJLF6GVGV19R6JVG' where id=38; -update noar ti set v0='SWVVSTD1XV3KFGV6EOJLF6GVGV19R6JVG' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z5377X1FRJG6ZSHVFPJFABBY2NEKAA7LZ' where id=38; -update noar ti set v1='Z5377X1FRJG6ZSHVFPJFABBY2NEKAA7LZ' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QTG2C52LEYE4U9BUK52MMMMRJTWT3LWSM' where id=38; -update noar ti set v2='QTG2C52LEYE4U9BUK52MMMMRJTWT3LWSM' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9Q8C3QT414MF8ELA72ECGELEXLB17265A' where id=38; -update noar ti set v3='9Q8C3QT414MF8ELA72ECGELEXLB17265A' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='229ERUNFC7UUA02YUVCXYFXN2BNFMVPXB' where id=39; -update noar ti set v0='229ERUNFC7UUA02YUVCXYFXN2BNFMVPXB' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q4EPIZ79FXI1BWVRW29OITU2EB2UM6NH1' where id=39; -update noar ti set v1='Q4EPIZ79FXI1BWVRW29OITU2EB2UM6NH1' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N5E531AI6LAYDX9OYUHXVFIKQBUYCG3BN' where id=39; -update noar ti set v2='N5E531AI6LAYDX9OYUHXVFIKQBUYCG3BN' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V7LEWEU5DH4NHBJ9F2KS7OATJOM48A1QV' where id=39; -update noar ti set v3='V7LEWEU5DH4NHBJ9F2KS7OATJOM48A1QV' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2BO42FSK5BN8K0C84LYRJSOCSOQYGUKE6' where id=40; -update noar ti set v0='2BO42FSK5BN8K0C84LYRJSOCSOQYGUKE6' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DBQ3SK9METFRULPA9JR3J2HENT7VBLCV8' where id=40; -update noar ti set v1='DBQ3SK9METFRULPA9JR3J2HENT7VBLCV8' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OHKT0HS2AJKRETD80BJBF891IKNHGTULE' where id=40; -update noar ti set v2='OHKT0HS2AJKRETD80BJBF891IKNHGTULE' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2CO8NXQIFWKAL4Y1G2F4H0SBG43H5D987' where id=40; -update noar ti set v3='2CO8NXQIFWKAL4Y1G2F4H0SBG43H5D987' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T06FV780MYOO8M5MBIN0AQ4E04LTVEE34' where id=41; -update noar ti set v0='T06FV780MYOO8M5MBIN0AQ4E04LTVEE34' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ST4VM9I20H6M5G8MN1VBM3SD3GE8LTL5Q' where id=41; -update noar ti set v1='ST4VM9I20H6M5G8MN1VBM3SD3GE8LTL5Q' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y1QH92Q281DGR9OCMQEE0TG8IQMR7E55Q' where id=41; -update noar ti set v2='Y1QH92Q281DGR9OCMQEE0TG8IQMR7E55Q' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7MLHS7VHC7XZ2UE5C5J1ITNQ3HTKMT0M4' where id=41; -update noar ti set v3='7MLHS7VHC7XZ2UE5C5J1ITNQ3HTKMT0M4' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EUES4TNVQUHST6XYUKUNZRYDE00H9E3ET' where id=42; -update noar ti set v0='EUES4TNVQUHST6XYUKUNZRYDE00H9E3ET' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YRHWRPMBBHD144YCNXFT1PQIV5IJGCC86' where id=42; -update noar ti set v1='YRHWRPMBBHD144YCNXFT1PQIV5IJGCC86' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9M765V1YX537R8I03AO706NCMA99KCLE7' where id=42; -update noar ti set v2='9M765V1YX537R8I03AO706NCMA99KCLE7' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6W0ESIUQKA1KJWXE1SAEUSOO1UDPA32IP' where id=42; -update noar ti set v3='6W0ESIUQKA1KJWXE1SAEUSOO1UDPA32IP' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GHO01XGSMT12P8K8YUWW4822F2TB2A1WY' where id=43; -update noar ti set v0='GHO01XGSMT12P8K8YUWW4822F2TB2A1WY' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DMGU1UMBGB9NN4EOIC0J55TW9X5MXD54M' where id=43; -update noar ti set v1='DMGU1UMBGB9NN4EOIC0J55TW9X5MXD54M' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PPUGMRL5JQPIZ4OU5T3BNWO2UU01M5ZTD' where id=43; -update noar ti set v2='PPUGMRL5JQPIZ4OU5T3BNWO2UU01M5ZTD' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DR3UTBMFJKPHCGUDHRQAAWVC1YL24BMMN' where id=43; -update noar ti set v3='DR3UTBMFJKPHCGUDHRQAAWVC1YL24BMMN' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MQBQQJTIUOMW2EF464QUDTPPNX533YJZR' where id=44; -update noar ti set v0='MQBQQJTIUOMW2EF464QUDTPPNX533YJZR' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J53YVRKD7KWR60599IXY4M9K67GV9NLPH' where id=44; -update noar ti set v1='J53YVRKD7KWR60599IXY4M9K67GV9NLPH' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='30SOHZPPZIKPY52Y3IK0AGZWLWWPGA7DR' where id=44; -update noar ti set v2='30SOHZPPZIKPY52Y3IK0AGZWLWWPGA7DR' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WJUQXAOQQ87OKE6KQ5P33Z33K00POIMV1' where id=44; -update noar ti set v3='WJUQXAOQQ87OKE6KQ5P33Z33K00POIMV1' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H9L307FD360CBDLITL0176G6ETWRG9RN3' where id=45; -update noar ti set v0='H9L307FD360CBDLITL0176G6ETWRG9RN3' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PAH82M79MPSSQCUUNOXFRXATRZ7SC0BAB' where id=45; -update noar ti set v1='PAH82M79MPSSQCUUNOXFRXATRZ7SC0BAB' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='97I78JVD1MVPLZPZALUZNPANWFMWBHTF1' where id=45; -update noar ti set v2='97I78JVD1MVPLZPZALUZNPANWFMWBHTF1' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TXUJEWCI2MD8JMXWXRA7YFYVOXP2QTKOA' where id=45; -update noar ti set v3='TXUJEWCI2MD8JMXWXRA7YFYVOXP2QTKOA' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BG1RKJ1VBUB22VGT7L45ZYJDQ6TGZ7500' where id=46; -update noar ti set v0='BG1RKJ1VBUB22VGT7L45ZYJDQ6TGZ7500' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TVR985R8I8H14C1XKJL3DFJ7WFCKJG7IY' where id=46; -update noar ti set v1='TVR985R8I8H14C1XKJL3DFJ7WFCKJG7IY' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PQFIXIEDB7XVWRDYHCQCYEALXAGTMJT8C' where id=46; -update noar ti set v2='PQFIXIEDB7XVWRDYHCQCYEALXAGTMJT8C' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KWLNFQECG32YF9JLQ5WCVXRPNMH7QT5CP' where id=46; -update noar ti set v3='KWLNFQECG32YF9JLQ5WCVXRPNMH7QT5CP' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P05HAGUVHF2BY8A117PQB4LXKP2WWMY42' where id=47; -update noar ti set v0='P05HAGUVHF2BY8A117PQB4LXKP2WWMY42' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VS6KV97CEAXBBQOGETK6X0YJG6OT77V31' where id=47; -update noar ti set v1='VS6KV97CEAXBBQOGETK6X0YJG6OT77V31' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7Q7W0GV5G356XPDMHBH2RJZ4G9U43AUEX' where id=47; -update noar ti set v2='7Q7W0GV5G356XPDMHBH2RJZ4G9U43AUEX' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='641AVJHYGZBGY3SS4V7CZX1D9D1PL82AA' where id=47; -update noar ti set v3='641AVJHYGZBGY3SS4V7CZX1D9D1PL82AA' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H76MQY3XZEMY41JDREB1U3PQGROCZJ32O' where id=48; -update noar ti set v0='H76MQY3XZEMY41JDREB1U3PQGROCZJ32O' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UDELV3TMJKN971SC67V04IJV0ZZ9NT957' where id=48; -update noar ti set v1='UDELV3TMJKN971SC67V04IJV0ZZ9NT957' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5DEU5BI2HWI7BD1E28KGU5FRFLRXTJ393' where id=48; -update noar ti set v2='5DEU5BI2HWI7BD1E28KGU5FRFLRXTJ393' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='651U16ZE6EX7BNYFOCQQU26Y0X5S76OZI' where id=48; -update noar ti set v3='651U16ZE6EX7BNYFOCQQU26Y0X5S76OZI' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='S3KKMZJ9TAHIG1SJMU2Q1PONODEDSM7T0' where id=49; -update noar ti set v0='S3KKMZJ9TAHIG1SJMU2Q1PONODEDSM7T0' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0G192ZBDTGJUMGQ0CMME00F8X1F7UKK3Q' where id=49; -update noar ti set v1='0G192ZBDTGJUMGQ0CMME00F8X1F7UKK3Q' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='24RTDTONPHWS1H3FCA2LO8I2YP588RGJB' where id=49; -update noar ti set v2='24RTDTONPHWS1H3FCA2LO8I2YP588RGJB' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M8QZ39EZNBNMHS4NXEN9QOMMMAOUHW002' where id=49; -update noar ti set v3='M8QZ39EZNBNMHS4NXEN9QOMMMAOUHW002' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A6IZG7ZEZQTCZICP7OB1K17VF7ZGPF0RP' where id=50; -update noar ti set v0='A6IZG7ZEZQTCZICP7OB1K17VF7ZGPF0RP' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NEMY8UFM78ML661P6147SXCDP6J02RQEA' where id=50; -update noar ti set v1='NEMY8UFM78ML661P6147SXCDP6J02RQEA' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RGW6669TULDTCI6AEGFLI30M0BNJU4X91' where id=50; -update noar ti set v2='RGW6669TULDTCI6AEGFLI30M0BNJU4X91' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T5BB49AUMIPRA78A5NN71VHQHWCA12T4W' where id=50; -update noar ti set v3='T5BB49AUMIPRA78A5NN71VHQHWCA12T4W' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LXSNRNC3J6O8KPFCMD8SYV621VISQPEWE' where id=51; -update noar ti set v0='LXSNRNC3J6O8KPFCMD8SYV621VISQPEWE' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UWDWY1GR92F74CT5TSD6T6XGBPZ5H8SF7' where id=51; -update noar ti set v1='UWDWY1GR92F74CT5TSD6T6XGBPZ5H8SF7' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QJ9IP4S6WWGF0KX80D8XTAOF5HL4UQVPT' where id=51; -update noar ti set v2='QJ9IP4S6WWGF0KX80D8XTAOF5HL4UQVPT' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZM7P24RT3BCVDM2ICWF07OC5OSJSFIDVL' where id=51; -update noar ti set v3='ZM7P24RT3BCVDM2ICWF07OC5OSJSFIDVL' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BJK46ALUVTQE8RUU97LP5E043KVMJD70D' where id=52; -update noar ti set v0='BJK46ALUVTQE8RUU97LP5E043KVMJD70D' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BFDIN2FDON0CU2CLKEB4MC9Z5X3JN0SK4' where id=52; -update noar ti set v1='BFDIN2FDON0CU2CLKEB4MC9Z5X3JN0SK4' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VNAUIIRJCOVS0KJU253HJ368GVKR11KDI' where id=52; -update noar ti set v2='VNAUIIRJCOVS0KJU253HJ368GVKR11KDI' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VC2YTAA7CH1X8C69MG1PC7V9ZEOTNQ4UF' where id=52; -update noar ti set v3='VC2YTAA7CH1X8C69MG1PC7V9ZEOTNQ4UF' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TQ8Y5T19I5IBFL0XG66X20Y7W7OQTQX5O' where id=53; -update noar ti set v0='TQ8Y5T19I5IBFL0XG66X20Y7W7OQTQX5O' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4SOFHDU9AZBUCTWWKUJJG30IDACHX458Y' where id=53; -update noar ti set v1='4SOFHDU9AZBUCTWWKUJJG30IDACHX458Y' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LC298ZARGDWN2SQC8KQ99TC0XDK0J3HNY' where id=53; -update noar ti set v2='LC298ZARGDWN2SQC8KQ99TC0XDK0J3HNY' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JKTZGV4VOVAOCI3M1E4PX7FZP3YYAIV9X' where id=53; -update noar ti set v3='JKTZGV4VOVAOCI3M1E4PX7FZP3YYAIV9X' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BU4HHSK0CDGWDZKOYOIXQHTF74DP95NFK' where id=54; -update noar ti set v0='BU4HHSK0CDGWDZKOYOIXQHTF74DP95NFK' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6JZYFTSSCTGO9WF9BFNLUA0NBMMF2N8XE' where id=54; -update noar ti set v1='6JZYFTSSCTGO9WF9BFNLUA0NBMMF2N8XE' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OU0NT3U4AIEQ0WXBG8WH5NCK96W8ZEPPE' where id=54; -update noar ti set v2='OU0NT3U4AIEQ0WXBG8WH5NCK96W8ZEPPE' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N7PV3KCTRBT0I1Z7R44WEBSB6OLCYFO8J' where id=54; -update noar ti set v3='N7PV3KCTRBT0I1Z7R44WEBSB6OLCYFO8J' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6MWP2FE7BPLOBTS1DMQ71HD2UNOMR0CKX' where id=55; -update noar ti set v0='6MWP2FE7BPLOBTS1DMQ71HD2UNOMR0CKX' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3IBBZHYPZUG5N4C0MZQ858DGRB3QVU8UL' where id=55; -update noar ti set v1='3IBBZHYPZUG5N4C0MZQ858DGRB3QVU8UL' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='050LJRF8Z661PFZFFJI4PUY5HC6FZ4XAZ' where id=55; -update noar ti set v2='050LJRF8Z661PFZFFJI4PUY5HC6FZ4XAZ' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3N4YM08A7GF6NY4WKIZJYB812CB69M1TM' where id=55; -update noar ti set v3='3N4YM08A7GF6NY4WKIZJYB812CB69M1TM' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='11366LNF4LLZJS8Y0PTI84JBHS00YSTU8' where id=56; -update noar ti set v0='11366LNF4LLZJS8Y0PTI84JBHS00YSTU8' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OR5YXKS53YP6XHGIPZ296G6AQIOET6R03' where id=56; -update noar ti set v1='OR5YXKS53YP6XHGIPZ296G6AQIOET6R03' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YWJ31G85YR5HHNVEODM3JKOH15OP90Q2F' where id=56; -update noar ti set v2='YWJ31G85YR5HHNVEODM3JKOH15OP90Q2F' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZX8KYZ3EQSDX25XGXMZBANP2AT8UEUGQD' where id=56; -update noar ti set v3='ZX8KYZ3EQSDX25XGXMZBANP2AT8UEUGQD' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WIL66TSKLO1QDQ9SHC8TPYTENWK094IQL' where id=57; -update noar ti set v0='WIL66TSKLO1QDQ9SHC8TPYTENWK094IQL' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='IZST9BLY30O1OI6GOLNSHYKW2PJ4L7PQ5' where id=57; -update noar ti set v1='IZST9BLY30O1OI6GOLNSHYKW2PJ4L7PQ5' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LR1LDYMEN07AFFSLXMSLMI2CRQHWW0NLJ' where id=57; -update noar ti set v2='LR1LDYMEN07AFFSLXMSLMI2CRQHWW0NLJ' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='49FQ5TLVYGKN8ERX3UV4KBK9RDDS2FJ94' where id=57; -update noar ti set v3='49FQ5TLVYGKN8ERX3UV4KBK9RDDS2FJ94' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TCRDTTNMB5C482EBDU1DLJ03Q3SUJS1DN' where id=58; -update noar ti set v0='TCRDTTNMB5C482EBDU1DLJ03Q3SUJS1DN' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YIKSGR2NEZ614TL0PTJ51X8B1L64ZBDI7' where id=58; -update noar ti set v1='YIKSGR2NEZ614TL0PTJ51X8B1L64ZBDI7' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SB70C6U9232ELJNALDDGK2FMGH3TNG7DG' where id=58; -update noar ti set v2='SB70C6U9232ELJNALDDGK2FMGH3TNG7DG' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RTYBZM0KZMBKBQA3NP5DG61BHPHILZCPD' where id=58; -update noar ti set v3='RTYBZM0KZMBKBQA3NP5DG61BHPHILZCPD' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NMF2XQ4OS8UHPBS2L41G3Y3NMSQIK9L9T' where id=59; -update noar ti set v0='NMF2XQ4OS8UHPBS2L41G3Y3NMSQIK9L9T' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WCVNB26Z87VXGXFMQ0CDWAU3F1KRRZWFY' where id=59; -update noar ti set v1='WCVNB26Z87VXGXFMQ0CDWAU3F1KRRZWFY' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XU6QL3KQ6HDG5FPE1COTEVANDNK0N79AT' where id=59; -update noar ti set v2='XU6QL3KQ6HDG5FPE1COTEVANDNK0N79AT' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1ZUQRU4LD7QCGT0WJYWNJKJW1XFL9OQ4C' where id=59; -update noar ti set v3='1ZUQRU4LD7QCGT0WJYWNJKJW1XFL9OQ4C' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VM06I5MPUPJN55OXYHJ14T9OURYRW001B' where id=60; -update noar ti set v0='VM06I5MPUPJN55OXYHJ14T9OURYRW001B' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='76ATR77K16EY7AD3L8ZGQN3UXO8C8LHJW' where id=60; -update noar ti set v1='76ATR77K16EY7AD3L8ZGQN3UXO8C8LHJW' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SYFSBI4ABGH7CKOIMJWL7RV551NBNB4WM' where id=60; -update noar ti set v2='SYFSBI4ABGH7CKOIMJWL7RV551NBNB4WM' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1VGRTZQKX8T4Q58WYGP6GQGQ3PLNBBV89' where id=60; -update noar ti set v3='1VGRTZQKX8T4Q58WYGP6GQGQ3PLNBBV89' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VLJU7DG5MGME7XQMV9UC6OCCABFEP2DML' where id=61; -update noar ti set v0='VLJU7DG5MGME7XQMV9UC6OCCABFEP2DML' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U66MIZ9X814XSSWFALZAYCTIA87M243J5' where id=61; -update noar ti set v1='U66MIZ9X814XSSWFALZAYCTIA87M243J5' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PZ2JMGVY0UA0NMJI5TXPN9DTUEPXD64ZJ' where id=61; -update noar ti set v2='PZ2JMGVY0UA0NMJI5TXPN9DTUEPXD64ZJ' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CD0C0X8WS18IBF8BOJ2B4NQX8ZE0WC6E9' where id=61; -update noar ti set v3='CD0C0X8WS18IBF8BOJ2B4NQX8ZE0WC6E9' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A5S44N1TMX88VG6SDHDVYQTTD70GUXWEK' where id=62; -update noar ti set v0='A5S44N1TMX88VG6SDHDVYQTTD70GUXWEK' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SHQW6Y2ZGOCTNYRLE1MVL53I8UV4P2HP7' where id=62; -update noar ti set v1='SHQW6Y2ZGOCTNYRLE1MVL53I8UV4P2HP7' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TZJYK2PK5C8DZ6POOETAXPV2H0RQ6X8QH' where id=62; -update noar ti set v2='TZJYK2PK5C8DZ6POOETAXPV2H0RQ6X8QH' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P5YTFZJWGPMZWGJZPO6BULJLOCF07Z9LF' where id=62; -update noar ti set v3='P5YTFZJWGPMZWGJZPO6BULJLOCF07Z9LF' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DXIUJPJIGCKXE8KYU4X15XQOFQ4KXU6LL' where id=63; -update noar ti set v0='DXIUJPJIGCKXE8KYU4X15XQOFQ4KXU6LL' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='W6Q9E97RFAFETEM2IORNUUNC5GZG6TZUO' where id=63; -update noar ti set v1='W6Q9E97RFAFETEM2IORNUUNC5GZG6TZUO' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OQRGLG7YZZNRD1YQALS0JO6O6ZLEK1QVP' where id=63; -update noar ti set v2='OQRGLG7YZZNRD1YQALS0JO6O6ZLEK1QVP' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OVI0WCUGVDSVH7ZOO4TD9XV0IYQQ12VNY' where id=63; -update noar ti set v3='OVI0WCUGVDSVH7ZOO4TD9XV0IYQQ12VNY' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J5Q3VFO0ZA4DF8QHCTXZ4YUN7SDW3CBY2' where id=64; -update noar ti set v0='J5Q3VFO0ZA4DF8QHCTXZ4YUN7SDW3CBY2' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3WQ6YQKV13E7UMVSZR92EYP91I1WIBA55' where id=64; -update noar ti set v1='3WQ6YQKV13E7UMVSZR92EYP91I1WIBA55' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TG3O9OM8TTPPB60233M822MVF6DTMJ1GY' where id=64; -update noar ti set v2='TG3O9OM8TTPPB60233M822MVF6DTMJ1GY' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PECH6S66TNU0T7E2AV4G7I0ICY9J5HYMT' where id=64; -update noar ti set v3='PECH6S66TNU0T7E2AV4G7I0ICY9J5HYMT' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P9V026YRE4E6N27H8W0FE9RD9ID4H0KHP' where id=65; -update noar ti set v0='P9V026YRE4E6N27H8W0FE9RD9ID4H0KHP' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GR5V92X8VME7QHTLZRDYDNYU4XDY27WK8' where id=65; -update noar ti set v1='GR5V92X8VME7QHTLZRDYDNYU4XDY27WK8' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZHTIM8XBIIKT1ZUANZI28GNAJ6WIA6VSA' where id=65; -update noar ti set v2='ZHTIM8XBIIKT1ZUANZI28GNAJ6WIA6VSA' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='52Y1LAL6S07WFRHRMYGM703S4BNXQXFWI' where id=65; -update noar ti set v3='52Y1LAL6S07WFRHRMYGM703S4BNXQXFWI' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HQBYRGQY7H3EZN9NTQKO0ZV64VF211XBQ' where id=66; -update noar ti set v0='HQBYRGQY7H3EZN9NTQKO0ZV64VF211XBQ' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V6YGXLISICT0K8K792R7Z9FKORGIYYM3W' where id=66; -update noar ti set v1='V6YGXLISICT0K8K792R7Z9FKORGIYYM3W' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A9SF2TOIUJ06VKQZGFIGG4AFAMYA03I8L' where id=66; -update noar ti set v2='A9SF2TOIUJ06VKQZGFIGG4AFAMYA03I8L' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8DRMIRHJKHA0JUCRYG6GYK3ACZI889F5G' where id=66; -update noar ti set v3='8DRMIRHJKHA0JUCRYG6GYK3ACZI889F5G' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='U7IRM1W59O9W71HVONRKHK63WA7APZR80' where id=67; -update noar ti set v0='U7IRM1W59O9W71HVONRKHK63WA7APZR80' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EW9RSVANN4GXFDHNJEUYVKTTQ1M1H6EC4' where id=67; -update noar ti set v1='EW9RSVANN4GXFDHNJEUYVKTTQ1M1H6EC4' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RBZLXMMNGSIH2Z0ZKTMODQR9AHUOBZGG6' where id=67; -update noar ti set v2='RBZLXMMNGSIH2Z0ZKTMODQR9AHUOBZGG6' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='91KMBJ1JJ3EO9MFXTM2GWL9KBG2B0VUQ3' where id=67; -update noar ti set v3='91KMBJ1JJ3EO9MFXTM2GWL9KBG2B0VUQ3' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4VDHEZIWXIWFA9UN3UY9C0P5R5Z8J5WXJ' where id=68; -update noar ti set v0='4VDHEZIWXIWFA9UN3UY9C0P5R5Z8J5WXJ' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SPYS7HLQ9OAX7KOGWVTWXHD0MAP474K59' where id=68; -update noar ti set v1='SPYS7HLQ9OAX7KOGWVTWXHD0MAP474K59' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TN58DN9GB8OE3TKX3QXJP1D56Q0WT1WMK' where id=68; -update noar ti set v2='TN58DN9GB8OE3TKX3QXJP1D56Q0WT1WMK' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T7P8DXVVUCAJPU7SZIF1UH5THFSRAJBOA' where id=68; -update noar ti set v3='T7P8DXVVUCAJPU7SZIF1UH5THFSRAJBOA' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RBAFLFIAP39ZJPEB45CMYIJNL4O69NHJA' where id=69; -update noar ti set v0='RBAFLFIAP39ZJPEB45CMYIJNL4O69NHJA' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='A8UO00Q0QGUITMRJYGIEJ6J3VOORX3V2X' where id=69; -update noar ti set v1='A8UO00Q0QGUITMRJYGIEJ6J3VOORX3V2X' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4C8OI3LBJ9BEU1UL6PSL4EUX3VI5AXZVC' where id=69; -update noar ti set v2='4C8OI3LBJ9BEU1UL6PSL4EUX3VI5AXZVC' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YBI1CCKRD7HH53NL2Z38J58BJUPSWD3B8' where id=69; -update noar ti set v3='YBI1CCKRD7HH53NL2Z38J58BJUPSWD3B8' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0R6EPZDWXP8REHTE4QAHQRR1TCR2PES1M' where id=70; -update noar ti set v0='0R6EPZDWXP8REHTE4QAHQRR1TCR2PES1M' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AUUJPYXXC4KFMJK48FJ8722FR9BAKX0KY' where id=70; -update noar ti set v1='AUUJPYXXC4KFMJK48FJ8722FR9BAKX0KY' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0Z9S1U27VH738JD5Z175A1J3YPB2N025M' where id=70; -update noar ti set v2='0Z9S1U27VH738JD5Z175A1J3YPB2N025M' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N1CKHUX8C5MMJLBYGQEBL6BPNBV9J11IW' where id=70; -update noar ti set v3='N1CKHUX8C5MMJLBYGQEBL6BPNBV9J11IW' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='E53K6FCNE8296B77TTNO8FTKYDV15DHFE' where id=71; -update noar ti set v0='E53K6FCNE8296B77TTNO8FTKYDV15DHFE' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J70EEQVMHMLKOFVPPKGPP33WCDRD4LHHN' where id=71; -update noar ti set v1='J70EEQVMHMLKOFVPPKGPP33WCDRD4LHHN' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UG7ILDDTK2AFZU9YU6DQ0DYLZN430MUM9' where id=71; -update noar ti set v2='UG7ILDDTK2AFZU9YU6DQ0DYLZN430MUM9' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GHCMT694ZNB7UW5VTMDGLTD68F3AR46GW' where id=71; -update noar ti set v3='GHCMT694ZNB7UW5VTMDGLTD68F3AR46GW' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CLJZXA12D8IYJEZDB1R4E7GRMV8N72RT9' where id=72; -update noar ti set v0='CLJZXA12D8IYJEZDB1R4E7GRMV8N72RT9' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OSHBB5ZRF7RLE6CHZMKR56QZH0ISXB4CK' where id=72; -update noar ti set v1='OSHBB5ZRF7RLE6CHZMKR56QZH0ISXB4CK' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1VFD6E9NXSITTRRMLYXW93N450TU3RJ4T' where id=72; -update noar ti set v2='1VFD6E9NXSITTRRMLYXW93N450TU3RJ4T' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0V0KHIZHYM3FRMXLFODZSA97R7H7RDGEH' where id=72; -update noar ti set v3='0V0KHIZHYM3FRMXLFODZSA97R7H7RDGEH' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OZVGOUL95XCUZW1FCTFPDMXGU29RCGAFW' where id=73; -update noar ti set v0='OZVGOUL95XCUZW1FCTFPDMXGU29RCGAFW' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='96OUR5V5JBHNI7ZFSSYCJ0H7WE4YT283N' where id=73; -update noar ti set v1='96OUR5V5JBHNI7ZFSSYCJ0H7WE4YT283N' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IYCI1S7HOLM7P4IC0OIEOCL953EI8G19T' where id=73; -update noar ti set v2='IYCI1S7HOLM7P4IC0OIEOCL953EI8G19T' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GWJW0RFJJB80X5T880J9CYGPXX0J6ZDWE' where id=73; -update noar ti set v3='GWJW0RFJJB80X5T880J9CYGPXX0J6ZDWE' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DZKR232DCPAICDL3DH921CM82LM0J2KCP' where id=74; -update noar ti set v0='DZKR232DCPAICDL3DH921CM82LM0J2KCP' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R2ZZFSGBVIX329YJGWA2NA1KNYXFICHML' where id=74; -update noar ti set v1='R2ZZFSGBVIX329YJGWA2NA1KNYXFICHML' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='H3O2GLFUQXEAV6MONOE4NYCUUHH89IWSP' where id=74; -update noar ti set v2='H3O2GLFUQXEAV6MONOE4NYCUUHH89IWSP' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DN2WPI8C0V14DOIDC8HOCXL1MH36X8P1Q' where id=74; -update noar ti set v3='DN2WPI8C0V14DOIDC8HOCXL1MH36X8P1Q' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KKAU7NVQJIDYC5J4PSKO2B9NFQZCNZNAM' where id=75; -update noar ti set v0='KKAU7NVQJIDYC5J4PSKO2B9NFQZCNZNAM' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5KTQ2LYODHTNDBTPWP7O39G18YKS1F3JF' where id=75; -update noar ti set v1='5KTQ2LYODHTNDBTPWP7O39G18YKS1F3JF' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LSR05H81093YIS2VI9K42MF90NKAV6YBB' where id=75; -update noar ti set v2='LSR05H81093YIS2VI9K42MF90NKAV6YBB' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8Q6YN8ACEGSRW6J792TQRJZXL2CRM6F8R' where id=75; -update noar ti set v3='8Q6YN8ACEGSRW6J792TQRJZXL2CRM6F8R' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MELD8O9P7RWKK94A3N9XQEG11OX85JEBG' where id=76; -update noar ti set v0='MELD8O9P7RWKK94A3N9XQEG11OX85JEBG' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7MJK9CPHQ90RZKKWHG3R4NZ5BDTXP5AGV' where id=76; -update noar ti set v1='7MJK9CPHQ90RZKKWHG3R4NZ5BDTXP5AGV' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BVFAEOYPQQWIVH9QVEMD1B6J3U9UKB6I9' where id=76; -update noar ti set v2='BVFAEOYPQQWIVH9QVEMD1B6J3U9UKB6I9' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='65WMWMYPC9566T2IG53KGTVILG4FAWFFR' where id=76; -update noar ti set v3='65WMWMYPC9566T2IG53KGTVILG4FAWFFR' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='I2P6PFQJXFXRX21THQ8W3X0N90J9Z54RK' where id=77; -update noar ti set v0='I2P6PFQJXFXRX21THQ8W3X0N90J9Z54RK' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='46L8DSTTPJTKB3PMHWKGBG5U632P4S9VH' where id=77; -update noar ti set v1='46L8DSTTPJTKB3PMHWKGBG5U632P4S9VH' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QHCHD1TSI870RBHOPS3X1A2TXDR3TYIOR' where id=77; -update noar ti set v2='QHCHD1TSI870RBHOPS3X1A2TXDR3TYIOR' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QCOE17ASDZR7CP4NF06B3RD41F09TTFBP' where id=77; -update noar ti set v3='QCOE17ASDZR7CP4NF06B3RD41F09TTFBP' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZDMHLYKTPA6UJ2HOUPF2NZ29YCBS0LPB1' where id=78; -update noar ti set v0='ZDMHLYKTPA6UJ2HOUPF2NZ29YCBS0LPB1' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6K9DP0RUZUCQSJVYDVO3IGAP6SBDV9WK2' where id=78; -update noar ti set v1='6K9DP0RUZUCQSJVYDVO3IGAP6SBDV9WK2' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='W968MKNIHCPENL5EU0OQYHEE736JRBDO5' where id=78; -update noar ti set v2='W968MKNIHCPENL5EU0OQYHEE736JRBDO5' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C1P5NN3CLAOACWO6GC8CHW2XBXTOTBQ9R' where id=78; -update noar ti set v3='C1P5NN3CLAOACWO6GC8CHW2XBXTOTBQ9R' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VVKCPGTI9ZP4RGQ2RE426UCHSVG5WERM2' where id=79; -update noar ti set v0='VVKCPGTI9ZP4RGQ2RE426UCHSVG5WERM2' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9ALQ6SFBH1BH1BSWX9ZW2QUHFIOHJNN2P' where id=79; -update noar ti set v1='9ALQ6SFBH1BH1BSWX9ZW2QUHFIOHJNN2P' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F1OMWTAX0TKMXLGDNRPXK2H1XMTV4U35U' where id=79; -update noar ti set v2='F1OMWTAX0TKMXLGDNRPXK2H1XMTV4U35U' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BBHGSD8QTJYUMMKBNO9ZXFEFN1DC4H96O' where id=79; -update noar ti set v3='BBHGSD8QTJYUMMKBNO9ZXFEFN1DC4H96O' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='M2QRLC1L0PT4QMP0SQZOMSJ3NPO51GVVP' where id=80; -update noar ti set v0='M2QRLC1L0PT4QMP0SQZOMSJ3NPO51GVVP' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8CUN3B6L2QK65VPPX6KEUGK0GCCRKDWXY' where id=80; -update noar ti set v1='8CUN3B6L2QK65VPPX6KEUGK0GCCRKDWXY' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FPBXGU1CSXX8MJ9QI07LL3OQJNFZ26BJ6' where id=80; -update noar ti set v2='FPBXGU1CSXX8MJ9QI07LL3OQJNFZ26BJ6' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='46F7JMV2CUHK73NN43IDQDJ3IGD3HONK1' where id=80; -update noar ti set v3='46F7JMV2CUHK73NN43IDQDJ3IGD3HONK1' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A0ZN1UOWXZNNHMPZQYJ7DBBTNNFNXZEMZ' where id=81; -update noar ti set v0='A0ZN1UOWXZNNHMPZQYJ7DBBTNNFNXZEMZ' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ORHZ2BWY8BTXPZI1L8UGPNPQDWZ82MI9F' where id=81; -update noar ti set v1='ORHZ2BWY8BTXPZI1L8UGPNPQDWZ82MI9F' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4SCC68CXZKXW1MSH38YPWFHHNCR1LLLPX' where id=81; -update noar ti set v2='4SCC68CXZKXW1MSH38YPWFHHNCR1LLLPX' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q3UV3XI9P0K1Z0500D09ELUNF9T6HUG74' where id=81; -update noar ti set v3='Q3UV3XI9P0K1Z0500D09ELUNF9T6HUG74' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HMKFAE5NRNU6RH1YPE05J01N99MA2VE49' where id=82; -update noar ti set v0='HMKFAE5NRNU6RH1YPE05J01N99MA2VE49' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3IRSQZM5VULR93W6646I8GA84KST7OS5N' where id=82; -update noar ti set v1='3IRSQZM5VULR93W6646I8GA84KST7OS5N' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y9JNPJ2LBEX0RPZJ9YVM9228DAGXNH4JW' where id=82; -update noar ti set v2='Y9JNPJ2LBEX0RPZJ9YVM9228DAGXNH4JW' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RS6C2HAFDTOO9543IDMN6UXTDFW1QETP1' where id=82; -update noar ti set v3='RS6C2HAFDTOO9543IDMN6UXTDFW1QETP1' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='N4KAN5KDW8AJA5W15B4LGKU0O3I01WNRJ' where id=83; -update noar ti set v0='N4KAN5KDW8AJA5W15B4LGKU0O3I01WNRJ' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LVRX9LKT4XG5JRRXIQB7NBKEIWE5G1Z0F' where id=83; -update noar ti set v1='LVRX9LKT4XG5JRRXIQB7NBKEIWE5G1Z0F' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7V5MZJ3S5CLDNEGNN742S3AB4EF2U24AW' where id=83; -update noar ti set v2='7V5MZJ3S5CLDNEGNN742S3AB4EF2U24AW' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8I2GEFBSHQW0QLRJULT7HRHVK0Y2R6ES2' where id=83; -update noar ti set v3='8I2GEFBSHQW0QLRJULT7HRHVK0Y2R6ES2' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G562B5W18EY13A325QPBQ8NCB86402DU3' where id=84; -update noar ti set v0='G562B5W18EY13A325QPBQ8NCB86402DU3' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GF9MO8PYMC5QQ4L43YSECUUUT86PT5YXG' where id=84; -update noar ti set v1='GF9MO8PYMC5QQ4L43YSECUUUT86PT5YXG' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3YBHFTJZX6XA4VDHC3ZSAUIUJY8XZCOCG' where id=84; -update noar ti set v2='3YBHFTJZX6XA4VDHC3ZSAUIUJY8XZCOCG' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DQPOWJCK6AXIIMMTOL3IKCWFLNLI1NCUY' where id=84; -update noar ti set v3='DQPOWJCK6AXIIMMTOL3IKCWFLNLI1NCUY' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0CCAKASQ5XAATMWANI4X4ZA0O2ANTH8GW' where id=85; -update noar ti set v0='0CCAKASQ5XAATMWANI4X4ZA0O2ANTH8GW' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='03VKPN0A8P1FCWYRG60XGG4FCOFV7RV0K' where id=85; -update noar ti set v1='03VKPN0A8P1FCWYRG60XGG4FCOFV7RV0K' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VZNWPKE0C0NU97GVW871PDTKLEI0JK2C5' where id=85; -update noar ti set v2='VZNWPKE0C0NU97GVW871PDTKLEI0JK2C5' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3ROAED83IVX2TI5V9XQ8JJTC6PM2C0BKO' where id=85; -update noar ti set v3='3ROAED83IVX2TI5V9XQ8JJTC6PM2C0BKO' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HFP49S7VKG4MZOW206CCV65GYXA8RTBEU' where id=86; -update noar ti set v0='HFP49S7VKG4MZOW206CCV65GYXA8RTBEU' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZGO9G3JQ62QX259SX49B4KCE5J0Z13KTQ' where id=86; -update noar ti set v1='ZGO9G3JQ62QX259SX49B4KCE5J0Z13KTQ' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MF6BS4LYEE77RVU0XZCXG8DLPP2SI2JN7' where id=86; -update noar ti set v2='MF6BS4LYEE77RVU0XZCXG8DLPP2SI2JN7' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DSMSM4C5TJ1SLWSUORHARNIPFJ1BTLSRB' where id=86; -update noar ti set v3='DSMSM4C5TJ1SLWSUORHARNIPFJ1BTLSRB' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='12J0WFG2QMZI5B9AE73EFPST3YNHKJXXI' where id=87; -update noar ti set v0='12J0WFG2QMZI5B9AE73EFPST3YNHKJXXI' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SE17BN62U6TY2WZUL3GE5RMT3WDX077UT' where id=87; -update noar ti set v1='SE17BN62U6TY2WZUL3GE5RMT3WDX077UT' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TQ2BF114DVI2JRRQUX66BSNDHQ1KF6HVH' where id=87; -update noar ti set v2='TQ2BF114DVI2JRRQUX66BSNDHQ1KF6HVH' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FWOVRM7J7I4NIHXNM8MGO40TY0IYA35GJ' where id=87; -update noar ti set v3='FWOVRM7J7I4NIHXNM8MGO40TY0IYA35GJ' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OWCTJVROTLMNGUAEBNQWVJR5MJUNIX1H4' where id=88; -update noar ti set v0='OWCTJVROTLMNGUAEBNQWVJR5MJUNIX1H4' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CBE9DQ9177C8HEEMKX4UP1ADNNBCGJNWQ' where id=88; -update noar ti set v1='CBE9DQ9177C8HEEMKX4UP1ADNNBCGJNWQ' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y0TFC8VCPYK33W7WMQ4MYYFTAEN4I3L2W' where id=88; -update noar ti set v2='Y0TFC8VCPYK33W7WMQ4MYYFTAEN4I3L2W' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='471X5RZT3OQ7RI5DFWIW3CKAEMSZ8SZAC' where id=88; -update noar ti set v3='471X5RZT3OQ7RI5DFWIW3CKAEMSZ8SZAC' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YBVOTSDFGJEIW5HKIU3TC6QNDT6DVIXY9' where id=89; -update noar ti set v0='YBVOTSDFGJEIW5HKIU3TC6QNDT6DVIXY9' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M93848BGHLYG3MKIMBZOPCMXS0BVM54U4' where id=89; -update noar ti set v1='M93848BGHLYG3MKIMBZOPCMXS0BVM54U4' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SG5JALK95ZK2BM6BFAKXWK4ZTPN2TF13G' where id=89; -update noar ti set v2='SG5JALK95ZK2BM6BFAKXWK4ZTPN2TF13G' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WGFAAAPCAQUODIKZR4EYP37GH23UYZRM5' where id=89; -update noar ti set v3='WGFAAAPCAQUODIKZR4EYP37GH23UYZRM5' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4OQ0UW7A1DMJ6TF0PN5DCRYOQPZNEC6HW' where id=90; -update noar ti set v0='4OQ0UW7A1DMJ6TF0PN5DCRYOQPZNEC6HW' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KDWRZM4Q2XB467W1NE7MKTCYLDDSR7FPJ' where id=90; -update noar ti set v1='KDWRZM4Q2XB467W1NE7MKTCYLDDSR7FPJ' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='90KUWNZ9LZ8IF2U5N75FS8F5CTHR88MOX' where id=90; -update noar ti set v2='90KUWNZ9LZ8IF2U5N75FS8F5CTHR88MOX' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A5VA60QNXIX9VTJAPI7F7KTMCIUWXNPM2' where id=90; -update noar ti set v3='A5VA60QNXIX9VTJAPI7F7KTMCIUWXNPM2' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4IUUBR2FWGA4M737O3ZHRVATI1L2JJIZ3' where id=91; -update noar ti set v0='4IUUBR2FWGA4M737O3ZHRVATI1L2JJIZ3' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3959L09WO5RWOG8U384R6I52P4RL7UXZ7' where id=91; -update noar ti set v1='3959L09WO5RWOG8U384R6I52P4RL7UXZ7' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SS541JIFI2E1SVQNZXDOC4EM1S5QWWH20' where id=91; -update noar ti set v2='SS541JIFI2E1SVQNZXDOC4EM1S5QWWH20' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M5UVDOOASTWWNVU3TZ6O2PZ43KBU02B90' where id=91; -update noar ti set v3='M5UVDOOASTWWNVU3TZ6O2PZ43KBU02B90' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VKATQCCEAT6BQWHEBG25UFI7KSMCZI6H2' where id=92; -update noar ti set v0='VKATQCCEAT6BQWHEBG25UFI7KSMCZI6H2' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7E6MDARNTLKDCM8RU5QQADD9TDIMKMEJ6' where id=92; -update noar ti set v1='7E6MDARNTLKDCM8RU5QQADD9TDIMKMEJ6' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='53D30F1FZN1IZD1GU6KK62FLT99XASARB' where id=92; -update noar ti set v2='53D30F1FZN1IZD1GU6KK62FLT99XASARB' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OXT8TH15Y1DYBRZSRJNUC3I475NNEY18R' where id=92; -update noar ti set v3='OXT8TH15Y1DYBRZSRJNUC3I475NNEY18R' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='60OLGDJNS27L2MT3E2095PN8I2211H2MH' where id=93; -update noar ti set v0='60OLGDJNS27L2MT3E2095PN8I2211H2MH' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5UR3YYZWWR3ND41MCLZ6F0DBBHEOOMTLF' where id=93; -update noar ti set v1='5UR3YYZWWR3ND41MCLZ6F0DBBHEOOMTLF' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3SQYLKIZQYJ0IY5M8ETNA2B7XOMDNCKKX' where id=93; -update noar ti set v2='3SQYLKIZQYJ0IY5M8ETNA2B7XOMDNCKKX' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6OTAKG45GOXEZ3MPS13A6SZX55YVATFTM' where id=93; -update noar ti set v3='6OTAKG45GOXEZ3MPS13A6SZX55YVATFTM' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5FVK04MKT5OB6H8TXDUANZEP2L7F4DNXZ' where id=94; -update noar ti set v0='5FVK04MKT5OB6H8TXDUANZEP2L7F4DNXZ' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='05SWHSWJ2OBNGU0WEDA8H0K44GUR5M11Q' where id=94; -update noar ti set v1='05SWHSWJ2OBNGU0WEDA8H0K44GUR5M11Q' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SXGX92BX5DS2X2NRVYK35UUJMR87LUCGU' where id=94; -update noar ti set v2='SXGX92BX5DS2X2NRVYK35UUJMR87LUCGU' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HNAHFBZ9NRJSYM04MGJZK81BPZ5VU50SV' where id=94; -update noar ti set v3='HNAHFBZ9NRJSYM04MGJZK81BPZ5VU50SV' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TDSORSBT9LYYA30HGJKNBKBDBXMZGVFDJ' where id=95; -update noar ti set v0='TDSORSBT9LYYA30HGJKNBKBDBXMZGVFDJ' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RVWREG0I181IDF6K3BTFY09Y2J8XSSHX9' where id=95; -update noar ti set v1='RVWREG0I181IDF6K3BTFY09Y2J8XSSHX9' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LBF10KKVT07EB492RYU4ULNY50G4TGDX9' where id=95; -update noar ti set v2='LBF10KKVT07EB492RYU4ULNY50G4TGDX9' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WQAD9AFW7LH5MV11HRKO792E2MU6PJ8V5' where id=95; -update noar ti set v3='WQAD9AFW7LH5MV11HRKO792E2MU6PJ8V5' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3PYBHQSOSTJZGH9DTHZLK1I7VUS96C0BR' where id=96; -update noar ti set v0='3PYBHQSOSTJZGH9DTHZLK1I7VUS96C0BR' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3EARLA2YM5BKMVRH2VPMNHIBPIOEQY9DM' where id=96; -update noar ti set v1='3EARLA2YM5BKMVRH2VPMNHIBPIOEQY9DM' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L3R0TD206KTHNIM90Q7ASMEWZFGXG0GVN' where id=96; -update noar ti set v2='L3R0TD206KTHNIM90Q7ASMEWZFGXG0GVN' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7RE2E3LGRTOP4MTOUEMNXEWKZJIQQ1VL4' where id=96; -update noar ti set v3='7RE2E3LGRTOP4MTOUEMNXEWKZJIQQ1VL4' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K568I90I55F9K8BCA069APVII0RTL908C' where id=97; -update noar ti set v0='K568I90I55F9K8BCA069APVII0RTL908C' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RDTRDI2GG3FMAQGXLH3FTXQEP59TC0TT3' where id=97; -update noar ti set v1='RDTRDI2GG3FMAQGXLH3FTXQEP59TC0TT3' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BY7R7WR4LMU70ASFV6BXPY4M3ABDIRZ26' where id=97; -update noar ti set v2='BY7R7WR4LMU70ASFV6BXPY4M3ABDIRZ26' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZCBP8EQUE8UCM9BW9RMJ4GJVRZFUFG47S' where id=97; -update noar ti set v3='ZCBP8EQUE8UCM9BW9RMJ4GJVRZFUFG47S' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SED9J1MSSDCVAXD59O79U5RWLUL97SNH5' where id=98; -update noar ti set v0='SED9J1MSSDCVAXD59O79U5RWLUL97SNH5' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J3IKNGK7VOKMBEJZVWG6U3VDH895L97MN' where id=98; -update noar ti set v1='J3IKNGK7VOKMBEJZVWG6U3VDH895L97MN' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J3YC5CQSSIQ39DJSPA8NWV7K26X3NAJFS' where id=98; -update noar ti set v2='J3YC5CQSSIQ39DJSPA8NWV7K26X3NAJFS' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='78AU510THUYPI35U4R32XLPJRTTN27O0Z' where id=98; -update noar ti set v3='78AU510THUYPI35U4R32XLPJRTTN27O0Z' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6XHBZNO1XU18061ZF5U6UQ4MC0FS0I90U' where id=99; -update noar ti set v0='6XHBZNO1XU18061ZF5U6UQ4MC0FS0I90U' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MSZI7IF6MAJE3QS5NMZ41OXBJ07D9UJRN' where id=99; -update noar ti set v1='MSZI7IF6MAJE3QS5NMZ41OXBJ07D9UJRN' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ACZUSBYPBA6NM2PPVAF1ZWAH0897G5F6G' where id=99; -update noar ti set v2='ACZUSBYPBA6NM2PPVAF1ZWAH0897G5F6G' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RFWF0WUA0CBD62C3IVV9SI3SW5PU8NWC3' where id=99; -update noar ti set v3='RFWF0WUA0CBD62C3IVV9SI3SW5PU8NWC3' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(32) not null, -v1 varchar(32) not null, -v2 varchar(32) not null, -v3 varchar(32) not null, -b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='IC5XO2HY0SNAHR1O9UT9DAISFBFW9GTL9' where id=2; -update noar ti set v0='IC5XO2HY0SNAHR1O9UT9DAISFBFW9GTL9' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q0PDDCYZMRX73GMZNM7JWE1A0UGF7B31B' where id=2; -update noar ti set v1='Q0PDDCYZMRX73GMZNM7JWE1A0UGF7B31B' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZOTP4VITR9E1QSA3OXLGF83HPLVW5KJM0' where id=2; -update noar ti set v2='ZOTP4VITR9E1QSA3OXLGF83HPLVW5KJM0' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AWXKUXS098Z5LMTQXXIN55OMZZ63CYGMP' where id=2; -update noar ti set v3='AWXKUXS098Z5LMTQXXIN55OMZZ63CYGMP' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4FSEIEP6GOUA7GQ8FGJ4FBRGH4BT4BTJC' where id=3; -update noar ti set v0='4FSEIEP6GOUA7GQ8FGJ4FBRGH4BT4BTJC' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2RSDZ9QLEIWX7P7QA25ZNSINU5V1EK85T' where id=3; -update noar ti set v1='2RSDZ9QLEIWX7P7QA25ZNSINU5V1EK85T' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8V8QR8UT1C81UA151W3Q92C0XKHX402RF' where id=3; -update noar ti set v2='8V8QR8UT1C81UA151W3Q92C0XKHX402RF' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A4Q3XWFULLJ1AVQJUCSXWO66SYH9G5DU0' where id=3; -update noar ti set v3='A4Q3XWFULLJ1AVQJUCSXWO66SYH9G5DU0' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NHCZBZQKG5I0X2WJVRJ4SSYQN2RYCYMCH' where id=4; -update noar ti set v0='NHCZBZQKG5I0X2WJVRJ4SSYQN2RYCYMCH' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='N6DQGNNR1IJM8T9E3OXR8J981D02Z7NBA' where id=4; -update noar ti set v1='N6DQGNNR1IJM8T9E3OXR8J981D02Z7NBA' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DMAB0DQA1KA5PMA4EGOX8TEFKHV3D9IZK' where id=4; -update noar ti set v2='DMAB0DQA1KA5PMA4EGOX8TEFKHV3D9IZK' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DWEEZJCE69GD1YUVLMWFFB459SEGR5XPG' where id=4; -update noar ti set v3='DWEEZJCE69GD1YUVLMWFFB459SEGR5XPG' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='POLT15DV510BZFUP1NR6RFWEPD0PXET9J' where id=5; -update noar ti set v0='POLT15DV510BZFUP1NR6RFWEPD0PXET9J' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5TALX42LEWH68AKJV33EJCEZF4W3LBFG5' where id=5; -update noar ti set v1='5TALX42LEWH68AKJV33EJCEZF4W3LBFG5' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZZM5S7W6OHF5SZ5WFU9RKWUM9YBYZFIB8' where id=5; -update noar ti set v2='ZZM5S7W6OHF5SZ5WFU9RKWUM9YBYZFIB8' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4JZFKJR24A5SGQDMAXH3RSXOJ3SVWLZ0M' where id=5; -update noar ti set v3='4JZFKJR24A5SGQDMAXH3RSXOJ3SVWLZ0M' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='USNXDKICO9BMNWKR24S48RVS8K7S8SKK9' where id=6; -update noar ti set v0='USNXDKICO9BMNWKR24S48RVS8K7S8SKK9' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='67EEX1BOWG7H82527UDYZ0VJDQHOW029V' where id=6; -update noar ti set v1='67EEX1BOWG7H82527UDYZ0VJDQHOW029V' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UWFTI4U2BQ4OIWGZDMCVW7XE1XN20EO8P' where id=6; -update noar ti set v2='UWFTI4U2BQ4OIWGZDMCVW7XE1XN20EO8P' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9UXD7FNN7U6N0BM4QAUQCMW1CHTNEBYB0' where id=6; -update noar ti set v3='9UXD7FNN7U6N0BM4QAUQCMW1CHTNEBYB0' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0OBEZ3NAQYDQS7QD1KTR9VZSHP6M8CXI7' where id=7; -update noar ti set v0='0OBEZ3NAQYDQS7QD1KTR9VZSHP6M8CXI7' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0MRH2NPTSNSRAU8VKXW39HF2HS6T4RC0I' where id=7; -update noar ti set v1='0MRH2NPTSNSRAU8VKXW39HF2HS6T4RC0I' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NK9M6P6IOVZGA5HI4MHWY4AYK5I2RUASJ' where id=7; -update noar ti set v2='NK9M6P6IOVZGA5HI4MHWY4AYK5I2RUASJ' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ON8SN347RNPG97ODV5EI0J603UFI76718' where id=7; -update noar ti set v3='ON8SN347RNPG97ODV5EI0J603UFI76718' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='N46Q5EM8SE02AHFIX0Z3VYT50MDUJVF26' where id=8; -update noar ti set v0='N46Q5EM8SE02AHFIX0Z3VYT50MDUJVF26' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OVYOQYYDBL5VW9P1O178P84WV6BT61ZFB' where id=8; -update noar ti set v1='OVYOQYYDBL5VW9P1O178P84WV6BT61ZFB' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WO40KLPQ3NUW7W41UO8AU649BLKPRRO8N' where id=8; -update noar ti set v2='WO40KLPQ3NUW7W41UO8AU649BLKPRRO8N' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E484JGWQJ29GHH2JVWXTQWGMA4CN2EV24' where id=8; -update noar ti set v3='E484JGWQJ29GHH2JVWXTQWGMA4CN2EV24' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MXXSJ5F5LL5N69CMDGWZRD5AK7IL9KCB1' where id=9; -update noar ti set v0='MXXSJ5F5LL5N69CMDGWZRD5AK7IL9KCB1' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='73R73QXHPLHVQPCOU45H5BQRDQ0Z1NMOM' where id=9; -update noar ti set v1='73R73QXHPLHVQPCOU45H5BQRDQ0Z1NMOM' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='97YU1WRG43ZR6ZIZ96WB4PLAMLPGKKAJX' where id=9; -update noar ti set v2='97YU1WRG43ZR6ZIZ96WB4PLAMLPGKKAJX' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PEE7XA7EHIDF51GC1ZYFNZBHKJ89ZKMLH' where id=9; -update noar ti set v3='PEE7XA7EHIDF51GC1ZYFNZBHKJ89ZKMLH' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='S2B68U5VZ8OVWV8Q3J37HV58OE6GOXW0A' where id=10; -update noar ti set v0='S2B68U5VZ8OVWV8Q3J37HV58OE6GOXW0A' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GP3Y0W0P4BS0EZ7H6FE16FOKX3DJWRMLY' where id=10; -update noar ti set v1='GP3Y0W0P4BS0EZ7H6FE16FOKX3DJWRMLY' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3JV9560T6SJ4LJ0SFJKLLGGRFID1MNTKK' where id=10; -update noar ti set v2='3JV9560T6SJ4LJ0SFJKLLGGRFID1MNTKK' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9EV800RY0AITX5QFRU6ZNY17UUK73N2SC' where id=10; -update noar ti set v3='9EV800RY0AITX5QFRU6ZNY17UUK73N2SC' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EYBDRKCTPFMGCDZVO2YS3IY5EIY9BG42B' where id=11; -update noar ti set v0='EYBDRKCTPFMGCDZVO2YS3IY5EIY9BG42B' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DV27FZMQFUD649W2J8E1DW4NFEK6SROD6' where id=11; -update noar ti set v1='DV27FZMQFUD649W2J8E1DW4NFEK6SROD6' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PPZP92XQXICUBXKELDGCQ876W2RFSQVT5' where id=11; -update noar ti set v2='PPZP92XQXICUBXKELDGCQ876W2RFSQVT5' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UWCL4J2FBX582CUS2I55SVQJ58IBCJ86R' where id=11; -update noar ti set v3='UWCL4J2FBX582CUS2I55SVQJ58IBCJ86R' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1WXM0LVSZME86D22IW98WJUUECSDROVOM' where id=12; -update noar ti set v0='1WXM0LVSZME86D22IW98WJUUECSDROVOM' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VLI1TPGF2NESX1HQMOADI8VGRZ48J4K4C' where id=12; -update noar ti set v1='VLI1TPGF2NESX1HQMOADI8VGRZ48J4K4C' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6Q7LNCN40HHPCVVHZGSD5NXJBMW02M24A' where id=12; -update noar ti set v2='6Q7LNCN40HHPCVVHZGSD5NXJBMW02M24A' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PFE8GLBMI79N2W13J05171NKI7Q00Y9LT' where id=12; -update noar ti set v3='PFE8GLBMI79N2W13J05171NKI7Q00Y9LT' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='N2XJE761M372KF2RR9Z2P1UTC366LCJ3J' where id=13; -update noar ti set v0='N2XJE761M372KF2RR9Z2P1UTC366LCJ3J' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GN6E0I6YTSI26BO48J0CK23DTD2B17SUQ' where id=13; -update noar ti set v1='GN6E0I6YTSI26BO48J0CK23DTD2B17SUQ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ARPFNK3XAK3RVXRYX89G9Y4HJ2RXRB5H4' where id=13; -update noar ti set v2='ARPFNK3XAK3RVXRYX89G9Y4HJ2RXRB5H4' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NBBHLV3YQB5D5ZJYOGOC0H8K5XESK5XF2' where id=13; -update noar ti set v3='NBBHLV3YQB5D5ZJYOGOC0H8K5XESK5XF2' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RH3FVYGUKGXSSCHZPZRBR71SF4MQSPBLP' where id=14; -update noar ti set v0='RH3FVYGUKGXSSCHZPZRBR71SF4MQSPBLP' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8BZQD8O0S0X3CTIXK4B1R3QAWNUJZWL8E' where id=14; -update noar ti set v1='8BZQD8O0S0X3CTIXK4B1R3QAWNUJZWL8E' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TO8OJNYUK4UDMBJ217893S818K3VXRP76' where id=14; -update noar ti set v2='TO8OJNYUK4UDMBJ217893S818K3VXRP76' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AIP2RSZ7BM6J8W6HOBTWGKN4UXAUFVHDO' where id=14; -update noar ti set v3='AIP2RSZ7BM6J8W6HOBTWGKN4UXAUFVHDO' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DDR470GJVTIJXBMKR1UYTPWE98RA8X99X' where id=15; -update noar ti set v0='DDR470GJVTIJXBMKR1UYTPWE98RA8X99X' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GPSAJ70ZQDYTMUBZ85HHREVYSYFUYBUBB' where id=15; -update noar ti set v1='GPSAJ70ZQDYTMUBZ85HHREVYSYFUYBUBB' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='V617AYHE1PSVO3SB6SINQJ8JWEZV14MBE' where id=15; -update noar ti set v2='V617AYHE1PSVO3SB6SINQJ8JWEZV14MBE' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I1WMQKDSS40M8Y59YDCYF80FZ3AUUZIXP' where id=15; -update noar ti set v3='I1WMQKDSS40M8Y59YDCYF80FZ3AUUZIXP' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MG4LKIVDTV26501IOAWX2LPOWWYXUM3BA' where id=16; -update noar ti set v0='MG4LKIVDTV26501IOAWX2LPOWWYXUM3BA' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GC4XSGQ7R9YRGWW05LDJZDFJ00D2Z5ANZ' where id=16; -update noar ti set v1='GC4XSGQ7R9YRGWW05LDJZDFJ00D2Z5ANZ' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OPFIIFO3L4492C6BPB8BKGQXZBILAO3ER' where id=16; -update noar ti set v2='OPFIIFO3L4492C6BPB8BKGQXZBILAO3ER' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='97AOS93FGU3NRP8GQDBDX8TGK4F8YB6NG' where id=16; -update noar ti set v3='97AOS93FGU3NRP8GQDBDX8TGK4F8YB6NG' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WXNFNF2VBEFQMR1UZG9QPI06BJVIPLOZN' where id=17; -update noar ti set v0='WXNFNF2VBEFQMR1UZG9QPI06BJVIPLOZN' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2L1O8ETO2PJB0YZMIQUGA1PFXFRKS95O7' where id=17; -update noar ti set v1='2L1O8ETO2PJB0YZMIQUGA1PFXFRKS95O7' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S9ECH1HUYNSFSL30V8W5D4OE26HLNUFAQ' where id=17; -update noar ti set v2='S9ECH1HUYNSFSL30V8W5D4OE26HLNUFAQ' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DZANTZKACCGAASTTXK0FJIVHXOWH4AGNB' where id=17; -update noar ti set v3='DZANTZKACCGAASTTXK0FJIVHXOWH4AGNB' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IEG3RW11RLW5TGA4YFW9ZK8T4RTA9CVME' where id=18; -update noar ti set v0='IEG3RW11RLW5TGA4YFW9ZK8T4RTA9CVME' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R9EU9GRHHQG3P47YCRXN55RMM5V90T2ZY' where id=18; -update noar ti set v1='R9EU9GRHHQG3P47YCRXN55RMM5V90T2ZY' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EKILZ01W3LBC1NUWRRMSBKP1BD17IVDC9' where id=18; -update noar ti set v2='EKILZ01W3LBC1NUWRRMSBKP1BD17IVDC9' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GFDKSWC5YC4SOGIS640IPXBP9MYDIMWHE' where id=18; -update noar ti set v3='GFDKSWC5YC4SOGIS640IPXBP9MYDIMWHE' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='W77FM5AWKG4DF3T8FPTP38NLUZWREVXYE' where id=19; -update noar ti set v0='W77FM5AWKG4DF3T8FPTP38NLUZWREVXYE' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='I9JYBB78EUW30IUQXIXKNPV9PPNO57ZXD' where id=19; -update noar ti set v1='I9JYBB78EUW30IUQXIXKNPV9PPNO57ZXD' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7VL9TOKT6HAR9687A61PGBLIMWTA6DFIW' where id=19; -update noar ti set v2='7VL9TOKT6HAR9687A61PGBLIMWTA6DFIW' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0JF5PXKJLKAMGA7E9X8EWSXNWK2MUPVUT' where id=19; -update noar ti set v3='0JF5PXKJLKAMGA7E9X8EWSXNWK2MUPVUT' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HEFACTG7YYF1Z1JGMXV669FGJF0I2P0BF' where id=20; -update noar ti set v0='HEFACTG7YYF1Z1JGMXV669FGJF0I2P0BF' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OO7UJU0KTNQNNUQM4BPHXJUJNAKKSBS2T' where id=20; -update noar ti set v1='OO7UJU0KTNQNNUQM4BPHXJUJNAKKSBS2T' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4NQF6FLJH4YMYLRA1HY3HMC52USSIVTY7' where id=20; -update noar ti set v2='4NQF6FLJH4YMYLRA1HY3HMC52USSIVTY7' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DWQVRTFYPOB8ZTPBEKQ8J3YR130VZ2ZLW' where id=20; -update noar ti set v3='DWQVRTFYPOB8ZTPBEKQ8J3YR130VZ2ZLW' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5W456K1N1MDUTNUXVYGTMOSM7F4OM4OMS' where id=21; -update noar ti set v0='5W456K1N1MDUTNUXVYGTMOSM7F4OM4OMS' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='47T3ULSER9YHQR18PVVBGQ9UEJV5CK47V' where id=21; -update noar ti set v1='47T3ULSER9YHQR18PVVBGQ9UEJV5CK47V' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MHF1OT9LL8DYO4MIH4TET9JZVUSSYOV34' where id=21; -update noar ti set v2='MHF1OT9LL8DYO4MIH4TET9JZVUSSYOV34' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MI47BUFMW8RE0UUK84CNU0ST2NBSMYNU8' where id=21; -update noar ti set v3='MI47BUFMW8RE0UUK84CNU0ST2NBSMYNU8' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CK794DCXV3DJ807LN5MRA69RDSEGISSWH' where id=22; -update noar ti set v0='CK794DCXV3DJ807LN5MRA69RDSEGISSWH' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S14ZD8B01EAB5PHS6LV3DIPXD6RFLPAHO' where id=22; -update noar ti set v1='S14ZD8B01EAB5PHS6LV3DIPXD6RFLPAHO' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LHDMH1H8G4S1WW2HSOD1JFGDV8KFBPYE0' where id=22; -update noar ti set v2='LHDMH1H8G4S1WW2HSOD1JFGDV8KFBPYE0' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PGXO0ZDSYAIJMKHNX7O1O30HID1JSTIZ7' where id=22; -update noar ti set v3='PGXO0ZDSYAIJMKHNX7O1O30HID1JSTIZ7' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WVLICYCYR4S9ZULQ83EENNL4YGWC73HYF' where id=23; -update noar ti set v0='WVLICYCYR4S9ZULQ83EENNL4YGWC73HYF' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CB70NXN6B2QHKYOWDXJ2U5LL0UD1WWVNZ' where id=23; -update noar ti set v1='CB70NXN6B2QHKYOWDXJ2U5LL0UD1WWVNZ' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HPKTN3F4P62UENMPQDUMS9C2TMW2Y0AV2' where id=23; -update noar ti set v2='HPKTN3F4P62UENMPQDUMS9C2TMW2Y0AV2' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='036NGPDY8WTTM5M35C2PSWAK1XL2J4O7V' where id=23; -update noar ti set v3='036NGPDY8WTTM5M35C2PSWAK1XL2J4O7V' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CFSKBV9QMMYMH5D1MI3BKXUYVDDGLG98E' where id=24; -update noar ti set v0='CFSKBV9QMMYMH5D1MI3BKXUYVDDGLG98E' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4CCX1OCX0CE3T8XZ96HA6VX6FGKPGPY96' where id=24; -update noar ti set v1='4CCX1OCX0CE3T8XZ96HA6VX6FGKPGPY96' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SIYRIZQX5AXVNRMVX5F0W3L6832E0K6H4' where id=24; -update noar ti set v2='SIYRIZQX5AXVNRMVX5F0W3L6832E0K6H4' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FX62E6T8XI4GDS00N6L79TXAY0F2BCF4S' where id=24; -update noar ti set v3='FX62E6T8XI4GDS00N6L79TXAY0F2BCF4S' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ST5L6MEOLSDA060YFHTP47S0I87QQB6L3' where id=25; -update noar ti set v0='ST5L6MEOLSDA060YFHTP47S0I87QQB6L3' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='A091Z1Q9QJL4E5D2FLS27MYW8UUABCLF9' where id=25; -update noar ti set v1='A091Z1Q9QJL4E5D2FLS27MYW8UUABCLF9' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HYBQ7XV6HV0HYI3QCZYT4CUX38ZCN8S70' where id=25; -update noar ti set v2='HYBQ7XV6HV0HYI3QCZYT4CUX38ZCN8S70' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JNOLKOLVV4R72PCMLORCWWU7M1BG7BIZR' where id=25; -update noar ti set v3='JNOLKOLVV4R72PCMLORCWWU7M1BG7BIZR' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MD4DSLDI07LPA90H1XQNSV3TGM9LBXPWJ' where id=26; -update noar ti set v0='MD4DSLDI07LPA90H1XQNSV3TGM9LBXPWJ' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J3LCONXH4O9HQLI7DWYAAZ9GOGMZIO3P5' where id=26; -update noar ti set v1='J3LCONXH4O9HQLI7DWYAAZ9GOGMZIO3P5' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='155FN4UEQD5QXM0ZWDHCVYWO1L4T7LYBE' where id=26; -update noar ti set v2='155FN4UEQD5QXM0ZWDHCVYWO1L4T7LYBE' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DJJ2DRL31ZAEFNQ1Q4MYUORS9X3OVLO2X' where id=26; -update noar ti set v3='DJJ2DRL31ZAEFNQ1Q4MYUORS9X3OVLO2X' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ESDC76FIG5DPRG0IJ97PGKB6K87U9WIWK' where id=27; -update noar ti set v0='ESDC76FIG5DPRG0IJ97PGKB6K87U9WIWK' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ELWR3BV7Y78Y61B2HVHPFO1K56H0RW866' where id=27; -update noar ti set v1='ELWR3BV7Y78Y61B2HVHPFO1K56H0RW866' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2ZJQRVPGMU71SAKDCOCU405S8QHI21O8T' where id=27; -update noar ti set v2='2ZJQRVPGMU71SAKDCOCU405S8QHI21O8T' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GKX9LBORKVFG9BL7IIKGPH4GOWZFXXCLE' where id=27; -update noar ti set v3='GKX9LBORKVFG9BL7IIKGPH4GOWZFXXCLE' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NX882U918NUAYDJRLLQF4WDCWPSEI23XK' where id=28; -update noar ti set v0='NX882U918NUAYDJRLLQF4WDCWPSEI23XK' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='55IH4Q3ZA6SGR0UMVZITJHXN4N3BW92W0' where id=28; -update noar ti set v1='55IH4Q3ZA6SGR0UMVZITJHXN4N3BW92W0' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PBKRHDGVRKON2Z8JO7DD4C81BNG569KQ4' where id=28; -update noar ti set v2='PBKRHDGVRKON2Z8JO7DD4C81BNG569KQ4' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A1Y2OLPE36VRI9U678V7OCCSV75IEPQFL' where id=28; -update noar ti set v3='A1Y2OLPE36VRI9U678V7OCCSV75IEPQFL' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RGU4YM87704N645N1I0ME54LNJ9XOVS3X' where id=29; -update noar ti set v0='RGU4YM87704N645N1I0ME54LNJ9XOVS3X' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HNA2T6A8VWXR6WRJ9MY6YLSCVAQQXY3M7' where id=29; -update noar ti set v1='HNA2T6A8VWXR6WRJ9MY6YLSCVAQQXY3M7' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9ZES4AMD4RX4ZR6QR7OFG0BSGHMBH8883' where id=29; -update noar ti set v2='9ZES4AMD4RX4ZR6QR7OFG0BSGHMBH8883' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AEG2C7QKLAN9V1FGFXBDK3VHHQG20NOWJ' where id=29; -update noar ti set v3='AEG2C7QKLAN9V1FGFXBDK3VHHQG20NOWJ' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='N1WGIZC6RP2DPM8HU5VCZD56JVGSCT4X1' where id=30; -update noar ti set v0='N1WGIZC6RP2DPM8HU5VCZD56JVGSCT4X1' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9RHMWTVFDF6NN44UTAQETOOOUAQ7LN65Q' where id=30; -update noar ti set v1='9RHMWTVFDF6NN44UTAQETOOOUAQ7LN65Q' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1C5XLYIPYJVT2K0GJH8I3GHWAKHURD193' where id=30; -update noar ti set v2='1C5XLYIPYJVT2K0GJH8I3GHWAKHURD193' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='73YSFPFLAMB492LE0G12WGKWYILPZA9BS' where id=30; -update noar ti set v3='73YSFPFLAMB492LE0G12WGKWYILPZA9BS' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SXB26E99E82FGNP6Y7EIDN3PIDXEMQSLO' where id=31; -update noar ti set v0='SXB26E99E82FGNP6Y7EIDN3PIDXEMQSLO' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UR9A8MO1JR4HRQC3ILU47FI2RBGHSHJSA' where id=31; -update noar ti set v1='UR9A8MO1JR4HRQC3ILU47FI2RBGHSHJSA' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='H6QL8DDX982E9ITL50L00XYTBGM0A77JC' where id=31; -update noar ti set v2='H6QL8DDX982E9ITL50L00XYTBGM0A77JC' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4GNP22WVLSQ4XWGZ5C9WEJ6XQ17O7FVFB' where id=31; -update noar ti set v3='4GNP22WVLSQ4XWGZ5C9WEJ6XQ17O7FVFB' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DRK4DE6NEW3L64L9IPJFWPMYS1UK4OTZW' where id=32; -update noar ti set v0='DRK4DE6NEW3L64L9IPJFWPMYS1UK4OTZW' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4390UJUYHQ3L8ZF61IQCJQCMD9749L5JI' where id=32; -update noar ti set v1='4390UJUYHQ3L8ZF61IQCJQCMD9749L5JI' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KZHVCPKBY0VKE4VL64LHEDUU6HZ7ZMQVT' where id=32; -update noar ti set v2='KZHVCPKBY0VKE4VL64LHEDUU6HZ7ZMQVT' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2RBUEST1JBBCSGRRA747QGH0SEWEYMT0U' where id=32; -update noar ti set v3='2RBUEST1JBBCSGRRA747QGH0SEWEYMT0U' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7RCZP79131SPLJCZWTELLCSM2D06HH4HS' where id=33; -update noar ti set v0='7RCZP79131SPLJCZWTELLCSM2D06HH4HS' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='B6CK2P0D4Q356BAC43DWHSK5OJ8Y3HQZN' where id=33; -update noar ti set v1='B6CK2P0D4Q356BAC43DWHSK5OJ8Y3HQZN' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2F6RG5KMIUP336XER6IDE2AWEZ1FNH1T6' where id=33; -update noar ti set v2='2F6RG5KMIUP336XER6IDE2AWEZ1FNH1T6' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KRPW7E7Z1C7SZP1UN9IFVXFBKHF85YK53' where id=33; -update noar ti set v3='KRPW7E7Z1C7SZP1UN9IFVXFBKHF85YK53' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QNUNJBUZ1FK4MCZ23HHGAXOSEAXT0KR9W' where id=34; -update noar ti set v0='QNUNJBUZ1FK4MCZ23HHGAXOSEAXT0KR9W' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UY513WZ30POA6498F5LN1SF72OP5QFUUL' where id=34; -update noar ti set v1='UY513WZ30POA6498F5LN1SF72OP5QFUUL' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DKEFMEFDK98VY4S4RO0N5LNFWRN9FSZUV' where id=34; -update noar ti set v2='DKEFMEFDK98VY4S4RO0N5LNFWRN9FSZUV' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1JIMNYCI3DIYDUNAE3PGYRYDUNCKVPTBT' where id=34; -update noar ti set v3='1JIMNYCI3DIYDUNAE3PGYRYDUNCKVPTBT' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9ZR89KBUA2FOKG6TS070CCPVFTZIJN1I0' where id=35; -update noar ti set v0='9ZR89KBUA2FOKG6TS070CCPVFTZIJN1I0' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7D59AS2WW3XDXFGT47GIP697J8TVA743S' where id=35; -update noar ti set v1='7D59AS2WW3XDXFGT47GIP697J8TVA743S' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OQXN5LBC4DV58KNIVU921B8WSAOW451GI' where id=35; -update noar ti set v2='OQXN5LBC4DV58KNIVU921B8WSAOW451GI' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WGNH9I1TF7KKJ9O82PVHVAC5M98BQI8OG' where id=35; -update noar ti set v3='WGNH9I1TF7KKJ9O82PVHVAC5M98BQI8OG' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='V2K6M004XBVTSTHX9C0GXFNY90FP3AF4W' where id=36; -update noar ti set v0='V2K6M004XBVTSTHX9C0GXFNY90FP3AF4W' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AHS1XOZXG81WIDW5D6ZZRML5Y1DLMYH2A' where id=36; -update noar ti set v1='AHS1XOZXG81WIDW5D6ZZRML5Y1DLMYH2A' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RYNTCSYP7WAYT02H9OMJ5JBOBETQEKVOK' where id=36; -update noar ti set v2='RYNTCSYP7WAYT02H9OMJ5JBOBETQEKVOK' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZPZCJZQN6PMG5ZS5QN69OBVMTLFXRR8ZL' where id=36; -update noar ti set v3='ZPZCJZQN6PMG5ZS5QN69OBVMTLFXRR8ZL' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8IVANXGSTLQ3YTV1GIRDUR5HOVS1SEX9O' where id=37; -update noar ti set v0='8IVANXGSTLQ3YTV1GIRDUR5HOVS1SEX9O' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ONT0M1R9TLBHE6PAZ6FQQG5C32PS3T51G' where id=37; -update noar ti set v1='ONT0M1R9TLBHE6PAZ6FQQG5C32PS3T51G' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HT3WH7N2MAX6Q7TE3FGB42LFRYFQBGSAC' where id=37; -update noar ti set v2='HT3WH7N2MAX6Q7TE3FGB42LFRYFQBGSAC' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C8UIWZCW2LUS4S2TXLLDAE1N46OQZLETC' where id=37; -update noar ti set v3='C8UIWZCW2LUS4S2TXLLDAE1N46OQZLETC' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HSJ4DRGWMSRJ9ELKF8MTEO0JUOCTJFXJY' where id=38; -update noar ti set v0='HSJ4DRGWMSRJ9ELKF8MTEO0JUOCTJFXJY' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2T5AKG48718GP6082Y6DJLOPJ50QES0PN' where id=38; -update noar ti set v1='2T5AKG48718GP6082Y6DJLOPJ50QES0PN' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VAVBE7XGCPILUWCU6S5B2K0MEUHJTKEWO' where id=38; -update noar ti set v2='VAVBE7XGCPILUWCU6S5B2K0MEUHJTKEWO' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZTJ0R4TK4L95TVAQXAPMR78PXDFMEB07E' where id=38; -update noar ti set v3='ZTJ0R4TK4L95TVAQXAPMR78PXDFMEB07E' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WGTN6HRVCAFU7WME0EQJE4RDX9TG8MI2N' where id=39; -update noar ti set v0='WGTN6HRVCAFU7WME0EQJE4RDX9TG8MI2N' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4GMDL9HSBRIJC9N73NSN4NHKMIKOPGFI1' where id=39; -update noar ti set v1='4GMDL9HSBRIJC9N73NSN4NHKMIKOPGFI1' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NAY0H6O3OZWM38GYA56N55SCWFC4VW4HG' where id=39; -update noar ti set v2='NAY0H6O3OZWM38GYA56N55SCWFC4VW4HG' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EAS4VE6TVICZN935H74PV87TSH89BZXCE' where id=39; -update noar ti set v3='EAS4VE6TVICZN935H74PV87TSH89BZXCE' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QX726B4678INQ678FWVTGX9WQUIC48QKK' where id=40; -update noar ti set v0='QX726B4678INQ678FWVTGX9WQUIC48QKK' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9459TT7K7N1MPKDFBYSIN0PAT1S9VWTFQ' where id=40; -update noar ti set v1='9459TT7K7N1MPKDFBYSIN0PAT1S9VWTFQ' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Q7W3AYPPLMMAX0DWWD8PR9DCM624DJSRV' where id=40; -update noar ti set v2='Q7W3AYPPLMMAX0DWWD8PR9DCM624DJSRV' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YQ5RFJ2ROQYRY7ARLGZ1RN5WHMBJOIG7S' where id=40; -update noar ti set v3='YQ5RFJ2ROQYRY7ARLGZ1RN5WHMBJOIG7S' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4LWS3REU2R5V12F63N5WE4MCP5SB0NPQA' where id=41; -update noar ti set v0='4LWS3REU2R5V12F63N5WE4MCP5SB0NPQA' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='37DM7X8YVGETVCCLFVS6TL6SL33ZUYK6N' where id=41; -update noar ti set v1='37DM7X8YVGETVCCLFVS6TL6SL33ZUYK6N' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DFF00QDEEF22SQK0XA5A9G21F6GE0DKAT' where id=41; -update noar ti set v2='DFF00QDEEF22SQK0XA5A9G21F6GE0DKAT' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TI1H7LFTTWUBBTF9L62SS5SDTNHKRIMGV' where id=41; -update noar ti set v3='TI1H7LFTTWUBBTF9L62SS5SDTNHKRIMGV' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KPG0UO65554LAFUSSIFQ30ICFOQ06PXPA' where id=42; -update noar ti set v0='KPG0UO65554LAFUSSIFQ30ICFOQ06PXPA' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TEZFDX8D6EVATEZXY5RUP8TKZRADQK0GW' where id=42; -update noar ti set v1='TEZFDX8D6EVATEZXY5RUP8TKZRADQK0GW' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GQFCTJS98GHV3F26G7GK2PT5NSMMAA6CH' where id=42; -update noar ti set v2='GQFCTJS98GHV3F26G7GK2PT5NSMMAA6CH' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OC2W4Q38SZ65NJ6STUODVNZ2C02B3CSLD' where id=42; -update noar ti set v3='OC2W4Q38SZ65NJ6STUODVNZ2C02B3CSLD' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T27I57X77K6YCLUDI73JW7USXKFBJKA0F' where id=43; -update noar ti set v0='T27I57X77K6YCLUDI73JW7USXKFBJKA0F' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VA9YRPYO4GF4RXLWSLZ5JOXDJ5HGHMBKK' where id=43; -update noar ti set v1='VA9YRPYO4GF4RXLWSLZ5JOXDJ5HGHMBKK' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5LHZ7A46PJ8IABOPK3UVKTOHVMZA7J2EY' where id=43; -update noar ti set v2='5LHZ7A46PJ8IABOPK3UVKTOHVMZA7J2EY' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='COLCOM6R1SETG64BKZ3B95SHB32DU8TRN' where id=43; -update noar ti set v3='COLCOM6R1SETG64BKZ3B95SHB32DU8TRN' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NSKD5FY2WQZG8YD8ZT5LKVRLCXYMFDBT8' where id=44; -update noar ti set v0='NSKD5FY2WQZG8YD8ZT5LKVRLCXYMFDBT8' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E8RN2RYRTDGG5FOWPR5CBJHXLQUUR157Y' where id=44; -update noar ti set v1='E8RN2RYRTDGG5FOWPR5CBJHXLQUUR157Y' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EPRU7R48RJWR6Y7DVA9WZMCTI0HVT9ORH' where id=44; -update noar ti set v2='EPRU7R48RJWR6Y7DVA9WZMCTI0HVT9ORH' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1812OQ1ATY0MJLNQQU3QMPKI7G4MJNSUS' where id=44; -update noar ti set v3='1812OQ1ATY0MJLNQQU3QMPKI7G4MJNSUS' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZTDTZADNHTWY7BH2AGHAILRVYYE1R3H39' where id=45; -update noar ti set v0='ZTDTZADNHTWY7BH2AGHAILRVYYE1R3H39' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='X1BCYWXUWODHYBPOAERYOQT1ARJ6RSD02' where id=45; -update noar ti set v1='X1BCYWXUWODHYBPOAERYOQT1ARJ6RSD02' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y7UV22XZ7ZP5961REQUIT3JTOVHVLI0OD' where id=45; -update noar ti set v2='Y7UV22XZ7ZP5961REQUIT3JTOVHVLI0OD' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G7DY4RERWJDSAYOL521JZOCXSQDLEEOI0' where id=45; -update noar ti set v3='G7DY4RERWJDSAYOL521JZOCXSQDLEEOI0' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NA21FUNZ92D94NXIB5Z5Q3BK55YH59R04' where id=46; -update noar ti set v0='NA21FUNZ92D94NXIB5Z5Q3BK55YH59R04' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9TO9ABF3KTVGDLB1I0H7OPNY8JQDX5T7F' where id=46; -update noar ti set v1='9TO9ABF3KTVGDLB1I0H7OPNY8JQDX5T7F' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6V811OH844BBI7VG00FRSRNZNRBMGYWC7' where id=46; -update noar ti set v2='6V811OH844BBI7VG00FRSRNZNRBMGYWC7' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='225PMJV2D2MIYEPR26A46N5NCN8RFBN5L' where id=46; -update noar ti set v3='225PMJV2D2MIYEPR26A46N5NCN8RFBN5L' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1SO0B8ZRX54P19QDN20SGPVNMACDFYV3K' where id=47; -update noar ti set v0='1SO0B8ZRX54P19QDN20SGPVNMACDFYV3K' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='741RH13OZT17CH11BD2QLD8RCQDOCOCK6' where id=47; -update noar ti set v1='741RH13OZT17CH11BD2QLD8RCQDOCOCK6' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='I2V0N77TSE742033A7AQK5Y8PYL82W6YE' where id=47; -update noar ti set v2='I2V0N77TSE742033A7AQK5Y8PYL82W6YE' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8YFXJH16U493FMJCSEPGNWN0FKQD0T7PQ' where id=47; -update noar ti set v3='8YFXJH16U493FMJCSEPGNWN0FKQD0T7PQ' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YBKAK07ZWAXOK8I8ZXORSASJH2V3HNIVY' where id=48; -update noar ti set v0='YBKAK07ZWAXOK8I8ZXORSASJH2V3HNIVY' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RBMVMXEXCT1P67PMTTH5VF1JT4W7DALMS' where id=48; -update noar ti set v1='RBMVMXEXCT1P67PMTTH5VF1JT4W7DALMS' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PWU2S2SW67CKD97SD5OQ3FFW4RBO9RSLN' where id=48; -update noar ti set v2='PWU2S2SW67CKD97SD5OQ3FFW4RBO9RSLN' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A0O0ZK57IQ6RKFGR2DB38QONLZ9H97FCH' where id=48; -update noar ti set v3='A0O0ZK57IQ6RKFGR2DB38QONLZ9H97FCH' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UD5E38ESCEKY62OO2S0T9BBYNYKSP6S1T' where id=49; -update noar ti set v0='UD5E38ESCEKY62OO2S0T9BBYNYKSP6S1T' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U6N91XTYZRKYEDEGCKRT2N54JNGTBWO3M' where id=49; -update noar ti set v1='U6N91XTYZRKYEDEGCKRT2N54JNGTBWO3M' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VKJMTDP90CZSYSRKX4P76Q5PZV4H9UMNV' where id=49; -update noar ti set v2='VKJMTDP90CZSYSRKX4P76Q5PZV4H9UMNV' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CNOFFG1MH0OU8AVJM10SIT87NXKW5H59N' where id=49; -update noar ti set v3='CNOFFG1MH0OU8AVJM10SIT87NXKW5H59N' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P812RC62SIBWQXGBCS605N9S6E18NRGV4' where id=50; -update noar ti set v0='P812RC62SIBWQXGBCS605N9S6E18NRGV4' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QHC8S5VT9AVA5YGTUAW3VLRKUGZVXGNVA' where id=50; -update noar ti set v1='QHC8S5VT9AVA5YGTUAW3VLRKUGZVXGNVA' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CJGT889VWMRR3VWAHHX3I9BQ883302YUV' where id=50; -update noar ti set v2='CJGT889VWMRR3VWAHHX3I9BQ883302YUV' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='00O79WCJKM9P95GRHM83WO18PKZZ7ZL5D' where id=50; -update noar ti set v3='00O79WCJKM9P95GRHM83WO18PKZZ7ZL5D' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='28OB8OSV18E0UPVBFBZKI42E2LY7EAVLF' where id=51; -update noar ti set v0='28OB8OSV18E0UPVBFBZKI42E2LY7EAVLF' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S8FSD4Y7IPA7IBII7DM6TYWY23HX03XGH' where id=51; -update noar ti set v1='S8FSD4Y7IPA7IBII7DM6TYWY23HX03XGH' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='79H4LSLH9C31HPCSNMKZGMF0L9ZPTKUXS' where id=51; -update noar ti set v2='79H4LSLH9C31HPCSNMKZGMF0L9ZPTKUXS' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NYF45SOB5E9NUXCN1UHR2JFSX4FH5SBX8' where id=51; -update noar ti set v3='NYF45SOB5E9NUXCN1UHR2JFSX4FH5SBX8' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L5AGQXZZQSVF6V997ZY71MDEKXBHV6M20' where id=52; -update noar ti set v0='L5AGQXZZQSVF6V997ZY71MDEKXBHV6M20' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZX0IME7TZE8YTKDMTTW25YOH8XJ5B33RM' where id=52; -update noar ti set v1='ZX0IME7TZE8YTKDMTTW25YOH8XJ5B33RM' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S2U46H5RPOPPSHGFRYSLANRA32XWEX1LN' where id=52; -update noar ti set v2='S2U46H5RPOPPSHGFRYSLANRA32XWEX1LN' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B4R4JBRO0KJ402ALGLT7AAO35QDDVI1JI' where id=52; -update noar ti set v3='B4R4JBRO0KJ402ALGLT7AAO35QDDVI1JI' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FX574IZ99KXXQG64AR38DMMIC7USB05SD' where id=53; -update noar ti set v0='FX574IZ99KXXQG64AR38DMMIC7USB05SD' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S4JNMCD91RH8WD5XIK8QGRZELGTF08M1B' where id=53; -update noar ti set v1='S4JNMCD91RH8WD5XIK8QGRZELGTF08M1B' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E3ZNO9XQ2NK7C4KO8NL9LGAJJDD7X8RE5' where id=53; -update noar ti set v2='E3ZNO9XQ2NK7C4KO8NL9LGAJJDD7X8RE5' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RBA9KV3R1UIG6V83R6LZ00OZ16BB0LZ7O' where id=53; -update noar ti set v3='RBA9KV3R1UIG6V83R6LZ00OZ16BB0LZ7O' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QPO42ZYUTZMH8M9C6G7MONKLA92Q95SBF' where id=54; -update noar ti set v0='QPO42ZYUTZMH8M9C6G7MONKLA92Q95SBF' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2MACK1ERN0WK90FFUNTT6006ICJ7D881N' where id=54; -update noar ti set v1='2MACK1ERN0WK90FFUNTT6006ICJ7D881N' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LND86O8W9AP505H336MHTBONZQB1OHZZQ' where id=54; -update noar ti set v2='LND86O8W9AP505H336MHTBONZQB1OHZZQ' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UXBQT496TN75ZEYTB8FVRQCI6AYQLQMSN' where id=54; -update noar ti set v3='UXBQT496TN75ZEYTB8FVRQCI6AYQLQMSN' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PLTWOC7H04M5FOTV6UFI1SIRJ6PC4NUYR' where id=55; -update noar ti set v0='PLTWOC7H04M5FOTV6UFI1SIRJ6PC4NUYR' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RGL8W2DNKNHWGPW4N2M1NDBOARH91T9AR' where id=55; -update noar ti set v1='RGL8W2DNKNHWGPW4N2M1NDBOARH91T9AR' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HCEZBXWCLOR3QP22Y30THHNPPB58AAL7G' where id=55; -update noar ti set v2='HCEZBXWCLOR3QP22Y30THHNPPB58AAL7G' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JD6LJXFQ1C0BEH34RBRQ6CMO83M5PFY9C' where id=55; -update noar ti set v3='JD6LJXFQ1C0BEH34RBRQ6CMO83M5PFY9C' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6F0PQ6PJ956Z52O0UCAZIVQHKYMKNWP7C' where id=56; -update noar ti set v0='6F0PQ6PJ956Z52O0UCAZIVQHKYMKNWP7C' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0TIMH0J9RYFPH70LLB9CEFAX7RP44Y97B' where id=56; -update noar ti set v1='0TIMH0J9RYFPH70LLB9CEFAX7RP44Y97B' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='60ZNZMTADX9WTK0AMKCKVWGUBX66FGC30' where id=56; -update noar ti set v2='60ZNZMTADX9WTK0AMKCKVWGUBX66FGC30' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R5DNMFQ3ZZ4CCUENGPVB3KC3UK4TKI3OH' where id=56; -update noar ti set v3='R5DNMFQ3ZZ4CCUENGPVB3KC3UK4TKI3OH' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='39V33N09U4CF4UHTPXH6YMJ3HZJXC2HMH' where id=57; -update noar ti set v0='39V33N09U4CF4UHTPXH6YMJ3HZJXC2HMH' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='873FWSLK5N7NLC4EZ3RFI9VL6QKLVKEMK' where id=57; -update noar ti set v1='873FWSLK5N7NLC4EZ3RFI9VL6QKLVKEMK' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UXW5GE2L9YHO6BRWP30BK09Q0IM590DDR' where id=57; -update noar ti set v2='UXW5GE2L9YHO6BRWP30BK09Q0IM590DDR' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BYDXX4IV634E48M2XP2XT5S4X5Q6I6U9Y' where id=57; -update noar ti set v3='BYDXX4IV634E48M2XP2XT5S4X5Q6I6U9Y' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PNBTJLSJRIOR6C3S77NLL4DU12WQ9N93L' where id=58; -update noar ti set v0='PNBTJLSJRIOR6C3S77NLL4DU12WQ9N93L' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XZSLGUO1A5405C6U0NG2RB08ALAWV6X5R' where id=58; -update noar ti set v1='XZSLGUO1A5405C6U0NG2RB08ALAWV6X5R' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SMX3RD2OPJ00HSV3LOB7SXVB4S5ZSUZ5R' where id=58; -update noar ti set v2='SMX3RD2OPJ00HSV3LOB7SXVB4S5ZSUZ5R' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MVTRS71Q1QOZEXR7RMZ719XGS4PF0OIYD' where id=58; -update noar ti set v3='MVTRS71Q1QOZEXR7RMZ719XGS4PF0OIYD' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1IQXUCLU60IVP95D8CTTJ84LJBKUP5281' where id=59; -update noar ti set v0='1IQXUCLU60IVP95D8CTTJ84LJBKUP5281' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EVU1YYQ5I93N40T3GSHEMAXINU1OLI6DF' where id=59; -update noar ti set v1='EVU1YYQ5I93N40T3GSHEMAXINU1OLI6DF' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6FXAWIA7W9YOAUFL8PQ7ACUGK2UEVY5YD' where id=59; -update noar ti set v2='6FXAWIA7W9YOAUFL8PQ7ACUGK2UEVY5YD' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DJI5LP9SH2QOIZXQX82OZO0VPE5B8MM63' where id=59; -update noar ti set v3='DJI5LP9SH2QOIZXQX82OZO0VPE5B8MM63' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZQBAJG3TNI7PHWE3APHMSVCWYIQKIB7D5' where id=60; -update noar ti set v0='ZQBAJG3TNI7PHWE3APHMSVCWYIQKIB7D5' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LENGXXXH8LB0V1C11YLSNJV4P4GDRX886' where id=60; -update noar ti set v1='LENGXXXH8LB0V1C11YLSNJV4P4GDRX886' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AI5HP3552ZV9WOAUCYQFSCRHO2MONZDJ0' where id=60; -update noar ti set v2='AI5HP3552ZV9WOAUCYQFSCRHO2MONZDJ0' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XH4Y1FGRQVYJ4KUL68JXK4AQPPO8WQOVF' where id=60; -update noar ti set v3='XH4Y1FGRQVYJ4KUL68JXK4AQPPO8WQOVF' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6P0EDLNPK2ZUHIP4X6DOQ9ZI23RD88K7O' where id=61; -update noar ti set v0='6P0EDLNPK2ZUHIP4X6DOQ9ZI23RD88K7O' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4HQ62BOQT579T1CVOYP0SKA2UPLLU2QTD' where id=61; -update noar ti set v1='4HQ62BOQT579T1CVOYP0SKA2UPLLU2QTD' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J1U9LJA18760AZQ5SHUUJE1QNBUCM0XWL' where id=61; -update noar ti set v2='J1U9LJA18760AZQ5SHUUJE1QNBUCM0XWL' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IK9RSG1SF9VQTHVAGQPHJK5NHSNDEI004' where id=61; -update noar ti set v3='IK9RSG1SF9VQTHVAGQPHJK5NHSNDEI004' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EULSTNX20UWMKI41Y50A3IJS342IIN7AS' where id=62; -update noar ti set v0='EULSTNX20UWMKI41Y50A3IJS342IIN7AS' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MF5I064OXYNUBH4P6W5BQ1UJYMVGTP1GI' where id=62; -update noar ti set v1='MF5I064OXYNUBH4P6W5BQ1UJYMVGTP1GI' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IB28RE569YI4KX6Q2P19IY8KXTG5RLAZ3' where id=62; -update noar ti set v2='IB28RE569YI4KX6Q2P19IY8KXTG5RLAZ3' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='31WVQ919FJA3HTPLNENVLZNDK18QFE6P6' where id=62; -update noar ti set v3='31WVQ919FJA3HTPLNENVLZNDK18QFE6P6' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VSAD6EYW20EBWUFG0MG5D9VFHPYU1KTBQ' where id=63; -update noar ti set v0='VSAD6EYW20EBWUFG0MG5D9VFHPYU1KTBQ' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KPTMK64O8P5BOGYKV703F5606HD7I4GU5' where id=63; -update noar ti set v1='KPTMK64O8P5BOGYKV703F5606HD7I4GU5' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ONYEURNEZT7FZ5A4NT4TLI6MC3VRXFROH' where id=63; -update noar ti set v2='ONYEURNEZT7FZ5A4NT4TLI6MC3VRXFROH' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='U2F2GD4J0QGRMGMHNFVY7XAK3TOPY02X9' where id=63; -update noar ti set v3='U2F2GD4J0QGRMGMHNFVY7XAK3TOPY02X9' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0BQBY1BZ9K9L9STEGRS3S2NVCMCDFGV4K' where id=64; -update noar ti set v0='0BQBY1BZ9K9L9STEGRS3S2NVCMCDFGV4K' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2EO5P7GTH7YPASLBO25RG82G89XRPVJIK' where id=64; -update noar ti set v1='2EO5P7GTH7YPASLBO25RG82G89XRPVJIK' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='94BNSO0BB09REGYUUOHIAD0FFXJY61TX4' where id=64; -update noar ti set v2='94BNSO0BB09REGYUUOHIAD0FFXJY61TX4' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HAHN3E7E855AYLHEVJFCSEWFW9L7KTKCH' where id=64; -update noar ti set v3='HAHN3E7E855AYLHEVJFCSEWFW9L7KTKCH' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EJRWHRZX9FR187T5M16SKH78LP7AAC7PD' where id=65; -update noar ti set v0='EJRWHRZX9FR187T5M16SKH78LP7AAC7PD' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6TT6QVN9FF5HJ1DXUXXLZ711QYC7SZCOZ' where id=65; -update noar ti set v1='6TT6QVN9FF5HJ1DXUXXLZ711QYC7SZCOZ' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7ZLQM70K04JXDLG7QR7H0KM47V3UN3MUX' where id=65; -update noar ti set v2='7ZLQM70K04JXDLG7QR7H0KM47V3UN3MUX' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2B2AM2WJ34QZJP7HWYDQO2LYPYNQVLOU9' where id=65; -update noar ti set v3='2B2AM2WJ34QZJP7HWYDQO2LYPYNQVLOU9' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q154SZTETB5MW5GB6FRVBHVJ5N5V0S3AH' where id=66; -update noar ti set v0='Q154SZTETB5MW5GB6FRVBHVJ5N5V0S3AH' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GE2RXV6R22V95VXPJCQFSG82AYQDVZ1MF' where id=66; -update noar ti set v1='GE2RXV6R22V95VXPJCQFSG82AYQDVZ1MF' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PRUZSRQ16GCVEFGFQIYL6JFZ2Z2Y7CM80' where id=66; -update noar ti set v2='PRUZSRQ16GCVEFGFQIYL6JFZ2Z2Y7CM80' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0VXA0ZYG1MJ5PBP9ERCCRC6CFAO6RDY4T' where id=66; -update noar ti set v3='0VXA0ZYG1MJ5PBP9ERCCRC6CFAO6RDY4T' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YHYL5F5BYVLI3DNWAOJCPJ0P18QHIXRHA' where id=67; -update noar ti set v0='YHYL5F5BYVLI3DNWAOJCPJ0P18QHIXRHA' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JP7DDGYM7BK24EDL8AMRTXOQ3NKFGMY2V' where id=67; -update noar ti set v1='JP7DDGYM7BK24EDL8AMRTXOQ3NKFGMY2V' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='37IJ7WD0KGCRYHS2KWCYRVKOYHJ9UQV6I' where id=67; -update noar ti set v2='37IJ7WD0KGCRYHS2KWCYRVKOYHJ9UQV6I' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3X8VDRPC97AAXOH7Q4T6KNG4NJRZ57W10' where id=67; -update noar ti set v3='3X8VDRPC97AAXOH7Q4T6KNG4NJRZ57W10' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='509QVRTDDCUAPI4OQPPUXDSDQWLG558N2' where id=68; -update noar ti set v0='509QVRTDDCUAPI4OQPPUXDSDQWLG558N2' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7FZE6K86C7VC1VB31RZ31GS3XIALY4MUU' where id=68; -update noar ti set v1='7FZE6K86C7VC1VB31RZ31GS3XIALY4MUU' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M7WKQ44BRJTNJE1P3QG17FWVB7QY67NR0' where id=68; -update noar ti set v2='M7WKQ44BRJTNJE1P3QG17FWVB7QY67NR0' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UHBMO711Z9NXMP0PQT03IRGRE4H6F4Y0K' where id=68; -update noar ti set v3='UHBMO711Z9NXMP0PQT03IRGRE4H6F4Y0K' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YB2JABZV2A4UH2IRH4K5RAIKM669F6O4F' where id=69; -update noar ti set v0='YB2JABZV2A4UH2IRH4K5RAIKM669F6O4F' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ELON3CUX7WSO9AOLU0AE1LSDDQQDW5QNI' where id=69; -update noar ti set v1='ELON3CUX7WSO9AOLU0AE1LSDDQQDW5QNI' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GUA3PW824YE0STAYONF6YCZG7NZ6Y35RF' where id=69; -update noar ti set v2='GUA3PW824YE0STAYONF6YCZG7NZ6Y35RF' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R06CG6JLVBCVPTMGSCE6X3NHQEMME5RDA' where id=69; -update noar ti set v3='R06CG6JLVBCVPTMGSCE6X3NHQEMME5RDA' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8QFVPBOJZ82ADRDFS2QQS469ESDK74DEC' where id=70; -update noar ti set v0='8QFVPBOJZ82ADRDFS2QQS469ESDK74DEC' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C0FIKKI4OOACGSTF39JIVGNTD1YBXTPYB' where id=70; -update noar ti set v1='C0FIKKI4OOACGSTF39JIVGNTD1YBXTPYB' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MB1QU94AKC723WWK4WM1QGA8M1W2XYJF1' where id=70; -update noar ti set v2='MB1QU94AKC723WWK4WM1QGA8M1W2XYJF1' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DV1O1M3HI97UNCKF3C57VPMMJTUW9UTAV' where id=70; -update noar ti set v3='DV1O1M3HI97UNCKF3C57VPMMJTUW9UTAV' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4UO38QRD4VS15AATHXRZE89LE7KAA4K4A' where id=71; -update noar ti set v0='4UO38QRD4VS15AATHXRZE89LE7KAA4K4A' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H9EVDRRI7VUK6R61RWFNZKTQW485PTL3G' where id=71; -update noar ti set v1='H9EVDRRI7VUK6R61RWFNZKTQW485PTL3G' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A01XKRUP4G4HCIM0HMKC8YRFE0OJ2ML32' where id=71; -update noar ti set v2='A01XKRUP4G4HCIM0HMKC8YRFE0OJ2ML32' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4E3VF6JL4U6I2PY8A8PN0Z6LIJYFVT08P' where id=71; -update noar ti set v3='4E3VF6JL4U6I2PY8A8PN0Z6LIJYFVT08P' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WFIKIYMFOEQL0OSKVVMSJ5J6MVD3UT5O0' where id=72; -update noar ti set v0='WFIKIYMFOEQL0OSKVVMSJ5J6MVD3UT5O0' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UUYHQAOMT8LCLHU8BHXA29FJJJ0MZT8B9' where id=72; -update noar ti set v1='UUYHQAOMT8LCLHU8BHXA29FJJJ0MZT8B9' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E4QPJW1146OKN135FBM5XRIIKX6OW433W' where id=72; -update noar ti set v2='E4QPJW1146OKN135FBM5XRIIKX6OW433W' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BLDOKLY31IDY69EV5TC2JJ7GQYU5FZ26L' where id=72; -update noar ti set v3='BLDOKLY31IDY69EV5TC2JJ7GQYU5FZ26L' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z5ZWQ7I5E4U4EQ21FO1C7TOGL6YXMAEZP' where id=73; -update noar ti set v0='Z5ZWQ7I5E4U4EQ21FO1C7TOGL6YXMAEZP' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U8RDOIQ951TXCLVWX1ERKXE5C5SJS44QI' where id=73; -update noar ti set v1='U8RDOIQ951TXCLVWX1ERKXE5C5SJS44QI' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='325BHUSVCW6G9CDVKGIYJ6CP347LT7C2S' where id=73; -update noar ti set v2='325BHUSVCW6G9CDVKGIYJ6CP347LT7C2S' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3K59CJGTA9DM38KZL12IIRL645WDCUOF6' where id=73; -update noar ti set v3='3K59CJGTA9DM38KZL12IIRL645WDCUOF6' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='U1EG1W31O5VM6XSK544KKZJRV5OZUSL1A' where id=74; -update noar ti set v0='U1EG1W31O5VM6XSK544KKZJRV5OZUSL1A' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NKN3WOH2HDBRKO2TDXJP5VE6MFTE6NQIK' where id=74; -update noar ti set v1='NKN3WOH2HDBRKO2TDXJP5VE6MFTE6NQIK' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MXC1QZSIHR6TD5YKCBTC6GCOQ2WDV4TA6' where id=74; -update noar ti set v2='MXC1QZSIHR6TD5YKCBTC6GCOQ2WDV4TA6' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LLGYBP5VLQSDZMXBB61RR0JQ1IANZUY9E' where id=74; -update noar ti set v3='LLGYBP5VLQSDZMXBB61RR0JQ1IANZUY9E' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6Z77X7P2SJNJ8A2Z4UQVDTGH2TXU2ESOD' where id=75; -update noar ti set v0='6Z77X7P2SJNJ8A2Z4UQVDTGH2TXU2ESOD' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0NGGSYR67BU1EHKG53KR7610C4YNA22SJ' where id=75; -update noar ti set v1='0NGGSYR67BU1EHKG53KR7610C4YNA22SJ' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JO40KAT463ZSC8MUTKREQORNAHIIK1HW8' where id=75; -update noar ti set v2='JO40KAT463ZSC8MUTKREQORNAHIIK1HW8' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LFI92CC2PSZPKMTKY3D10LTZWHJSHD4HM' where id=75; -update noar ti set v3='LFI92CC2PSZPKMTKY3D10LTZWHJSHD4HM' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H52H2Q8NQJO6UKXPX9TXM9EAJ12AVNEJ0' where id=76; -update noar ti set v0='H52H2Q8NQJO6UKXPX9TXM9EAJ12AVNEJ0' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y1CZZVYK7MMZDDFNSDUP3OU01ZREMBD04' where id=76; -update noar ti set v1='Y1CZZVYK7MMZDDFNSDUP3OU01ZREMBD04' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J2LUUHTJQVC8EDGS7I3U159ZYL6LQ7SQ5' where id=76; -update noar ti set v2='J2LUUHTJQVC8EDGS7I3U159ZYL6LQ7SQ5' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E153B33MMB10WI8191FIYYWR1MD132US4' where id=76; -update noar ti set v3='E153B33MMB10WI8191FIYYWR1MD132US4' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DT2FB9CHFYUKX1WZEGJSTOA8DSRGLINXS' where id=77; -update noar ti set v0='DT2FB9CHFYUKX1WZEGJSTOA8DSRGLINXS' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K47ZCMG32O8TDMXIT4ZZVU3WUR5CK6281' where id=77; -update noar ti set v1='K47ZCMG32O8TDMXIT4ZZVU3WUR5CK6281' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E3MY4ZJDE9FRI845QX7L1JKE16RAOPB99' where id=77; -update noar ti set v2='E3MY4ZJDE9FRI845QX7L1JKE16RAOPB99' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8KIQVK1LIWNCEJOJFUJNRL3XAQCF6KQ5K' where id=77; -update noar ti set v3='8KIQVK1LIWNCEJOJFUJNRL3XAQCF6KQ5K' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GAUR2AKOVDS68JCYAUA27J3MEOLTT4NXD' where id=78; -update noar ti set v0='GAUR2AKOVDS68JCYAUA27J3MEOLTT4NXD' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WCU7F9Q0RH1IMVRYF9U1LCEQ0L50FE1CH' where id=78; -update noar ti set v1='WCU7F9Q0RH1IMVRYF9U1LCEQ0L50FE1CH' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L22IR67BLXQABI6DMMS5L1QMQDLFM05NH' where id=78; -update noar ti set v2='L22IR67BLXQABI6DMMS5L1QMQDLFM05NH' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OF514U1W2T1PULX5F19TST16ISLX261VM' where id=78; -update noar ti set v3='OF514U1W2T1PULX5F19TST16ISLX261VM' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FZU198AH61GTW7180NA2LFNSQW2SCVEA6' where id=79; -update noar ti set v0='FZU198AH61GTW7180NA2LFNSQW2SCVEA6' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7TUL6I09XZU7RP79CZDO2VLW5A8ETL695' where id=79; -update noar ti set v1='7TUL6I09XZU7RP79CZDO2VLW5A8ETL695' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L9D174CXNLVJW1FLYZER42YFERA5G33WO' where id=79; -update noar ti set v2='L9D174CXNLVJW1FLYZER42YFERA5G33WO' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V9D1TIRFVT56BXONELNKX0DZ476TY0BG9' where id=79; -update noar ti set v3='V9D1TIRFVT56BXONELNKX0DZ476TY0BG9' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='76MITPR19HDDFNXEVC3R1QA6FCN50STKQ' where id=80; -update noar ti set v0='76MITPR19HDDFNXEVC3R1QA6FCN50STKQ' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5I24FSLVFP2WQDG3AQG1QHFWW08YPLD2U' where id=80; -update noar ti set v1='5I24FSLVFP2WQDG3AQG1QHFWW08YPLD2U' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0J0SKPWU530OVKZGJEZ8SCQ2I472EZ188' where id=80; -update noar ti set v2='0J0SKPWU530OVKZGJEZ8SCQ2I472EZ188' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0CV0ZOCN649DHA2VUVYJNBVQ43H62A1Z1' where id=80; -update noar ti set v3='0CV0ZOCN649DHA2VUVYJNBVQ43H62A1Z1' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8W9QWDO0V4HISTFSJ1Z3O0BEKHN5G6R1Z' where id=81; -update noar ti set v0='8W9QWDO0V4HISTFSJ1Z3O0BEKHN5G6R1Z' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='93T7Z53MIR1EP02R7SOMTSEB12LS666NZ' where id=81; -update noar ti set v1='93T7Z53MIR1EP02R7SOMTSEB12LS666NZ' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E4YHBTUJAU83094D1Z0BCP2M4154EEPBF' where id=81; -update noar ti set v2='E4YHBTUJAU83094D1Z0BCP2M4154EEPBF' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2BGYRT4HGEADERD3AL8B4OBXKJUT31N88' where id=81; -update noar ti set v3='2BGYRT4HGEADERD3AL8B4OBXKJUT31N88' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VAMNISNLQ3PG37VIRL7AGZ45ADSWG20RP' where id=82; -update noar ti set v0='VAMNISNLQ3PG37VIRL7AGZ45ADSWG20RP' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R9KZX21ALTSPL2CQVQO1LJB9CRO88GOC1' where id=82; -update noar ti set v1='R9KZX21ALTSPL2CQVQO1LJB9CRO88GOC1' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GS8XUCBZ64ECI341QXC7638DQNYS9G977' where id=82; -update noar ti set v2='GS8XUCBZ64ECI341QXC7638DQNYS9G977' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZDAT2P3X8IF5R1L52CEENJKWDLQA0G0AV' where id=82; -update noar ti set v3='ZDAT2P3X8IF5R1L52CEENJKWDLQA0G0AV' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='71AX43MZ4ZAGC2HX30BITFS7SXOU7IXNT' where id=83; -update noar ti set v0='71AX43MZ4ZAGC2HX30BITFS7SXOU7IXNT' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0ELCJ3MSUGGZFQA4IIGWRQ3W7LTAML82G' where id=83; -update noar ti set v1='0ELCJ3MSUGGZFQA4IIGWRQ3W7LTAML82G' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VPMVK8QYNB300TILT3KX3UA034TDBR5S7' where id=83; -update noar ti set v2='VPMVK8QYNB300TILT3KX3UA034TDBR5S7' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8AG9QUIWP3348C4AX4FTSAOH2AOZ8N5GK' where id=83; -update noar ti set v3='8AG9QUIWP3348C4AX4FTSAOH2AOZ8N5GK' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2523J3T4J6YVYNGV9AYJ0Z9K9II0LJA8O' where id=84; -update noar ti set v0='2523J3T4J6YVYNGV9AYJ0Z9K9II0LJA8O' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DN3ZS6W6EDU1N8P19WCNU3SCYYOVWA7FG' where id=84; -update noar ti set v1='DN3ZS6W6EDU1N8P19WCNU3SCYYOVWA7FG' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2WI19INSY619HGY5A6P7NYDJ35OJKDR2D' where id=84; -update noar ti set v2='2WI19INSY619HGY5A6P7NYDJ35OJKDR2D' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DFBH97AVHBXZR6G7YYCE7NOJEOHY03OOR' where id=84; -update noar ti set v3='DFBH97AVHBXZR6G7YYCE7NOJEOHY03OOR' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HRJTQI6QM6W93IWKFXVEMHZILM7C51BVI' where id=85; -update noar ti set v0='HRJTQI6QM6W93IWKFXVEMHZILM7C51BVI' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9ETTI4T735T047AQLFXZ9V0QEBUM4Q3O8' where id=85; -update noar ti set v1='9ETTI4T735T047AQLFXZ9V0QEBUM4Q3O8' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MRN1XW2RQRDV56TB83GR6YY1G0OKPDH51' where id=85; -update noar ti set v2='MRN1XW2RQRDV56TB83GR6YY1G0OKPDH51' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7X1360SOJ83FW8CQJ0PX3REUANSSHEK6C' where id=85; -update noar ti set v3='7X1360SOJ83FW8CQJ0PX3REUANSSHEK6C' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JKCII8RC5G6ZFO5QBTZNQVYJQL9VDLWUM' where id=86; -update noar ti set v0='JKCII8RC5G6ZFO5QBTZNQVYJQL9VDLWUM' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LAB459CIQW4TF2NF2GROH28MIA1BSPODT' where id=86; -update noar ti set v1='LAB459CIQW4TF2NF2GROH28MIA1BSPODT' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L550EWTDOV3BJ0ZQGB8Z8L3WLCKGRQVZQ' where id=86; -update noar ti set v2='L550EWTDOV3BJ0ZQGB8Z8L3WLCKGRQVZQ' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='030Y45DZ5LEQ03R1GXH6MJ4HBMTI1Q2SP' where id=86; -update noar ti set v3='030Y45DZ5LEQ03R1GXH6MJ4HBMTI1Q2SP' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q8NF6I7AUI9Q686O4G15FBOOSEO8S9GKA' where id=87; -update noar ti set v0='Q8NF6I7AUI9Q686O4G15FBOOSEO8S9GKA' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1YGD1P5UV16JPPX3EQPEBMYCF5O2TMCKE' where id=87; -update noar ti set v1='1YGD1P5UV16JPPX3EQPEBMYCF5O2TMCKE' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F8OPSNADZEV43HMHGGPTP52QCS23096XX' where id=87; -update noar ti set v2='F8OPSNADZEV43HMHGGPTP52QCS23096XX' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CFJ4E3ILWHLEPZ26HHPKK4KY6RMMSDYUL' where id=87; -update noar ti set v3='CFJ4E3ILWHLEPZ26HHPKK4KY6RMMSDYUL' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4D52XWH2ZEB6Y2Z241UKZTR3YNI66PJLN' where id=88; -update noar ti set v0='4D52XWH2ZEB6Y2Z241UKZTR3YNI66PJLN' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='THIISDQDZM5BOTL8RLTP4ZK9IYS3QS5TI' where id=88; -update noar ti set v1='THIISDQDZM5BOTL8RLTP4ZK9IYS3QS5TI' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='820G35HO8VW0PKOGKWYKKO83HV29XIGNH' where id=88; -update noar ti set v2='820G35HO8VW0PKOGKWYKKO83HV29XIGNH' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='L29KEVNWE4JHO8EZJXTZ79PTYE4TIZMIS' where id=88; -update noar ti set v3='L29KEVNWE4JHO8EZJXTZ79PTYE4TIZMIS' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1J5JXKMCH0FNWSRJ5JK575CZ0FR5HSV6M' where id=89; -update noar ti set v0='1J5JXKMCH0FNWSRJ5JK575CZ0FR5HSV6M' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='38GYOGLUYPSTV8N4JO4D3MWJZ87BX4NDT' where id=89; -update noar ti set v1='38GYOGLUYPSTV8N4JO4D3MWJZ87BX4NDT' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6LYHDG61J75S96LURZ1QFPQPCG06Z2EOA' where id=89; -update noar ti set v2='6LYHDG61J75S96LURZ1QFPQPCG06Z2EOA' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LPW74VWXSOJH8YTSIPUMYGJA049P8P5UC' where id=89; -update noar ti set v3='LPW74VWXSOJH8YTSIPUMYGJA049P8P5UC' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='COTJVYSUNNOU5XPFVBNHH0DMFNND8KQEY' where id=90; -update noar ti set v0='COTJVYSUNNOU5XPFVBNHH0DMFNND8KQEY' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RILPDL5BCFP1BH6G5O16VSO99N5ROH823' where id=90; -update noar ti set v1='RILPDL5BCFP1BH6G5O16VSO99N5ROH823' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FOYA2IWCZSND8J8LQKVXTJGZBKWRSNMRM' where id=90; -update noar ti set v2='FOYA2IWCZSND8J8LQKVXTJGZBKWRSNMRM' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9NX048130G536AR4Z5TGXLF048RL2B0BQ' where id=90; -update noar ti set v3='9NX048130G536AR4Z5TGXLF048RL2B0BQ' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5A0OKTUYFYY0REBNPA1DFQPD3WE066NH8' where id=91; -update noar ti set v0='5A0OKTUYFYY0REBNPA1DFQPD3WE066NH8' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M7YKAFBYA12WJ00L0T1KC060B263IRLU9' where id=91; -update noar ti set v1='M7YKAFBYA12WJ00L0T1KC060B263IRLU9' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RVNGMEKJ0GZJYR03MBOABN1KVCFHITH2S' where id=91; -update noar ti set v2='RVNGMEKJ0GZJYR03MBOABN1KVCFHITH2S' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7HU7DGM71M83XMAGJZD5BKOFUXW1ZLDX5' where id=91; -update noar ti set v3='7HU7DGM71M83XMAGJZD5BKOFUXW1ZLDX5' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='62RVRTD2TILSQ1FIAK5445N095UB9R6L2' where id=92; -update noar ti set v0='62RVRTD2TILSQ1FIAK5445N095UB9R6L2' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3Z7YXT9ICT3PG2LVDTN5QSFYABGEETX0I' where id=92; -update noar ti set v1='3Z7YXT9ICT3PG2LVDTN5QSFYABGEETX0I' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='967X07WO4V9J8G7YKA3KIIPNFBF784Y12' where id=92; -update noar ti set v2='967X07WO4V9J8G7YKA3KIIPNFBF784Y12' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0IGLNWBAVAHS4RAVIE6LJ6D2CVKY48DCZ' where id=92; -update noar ti set v3='0IGLNWBAVAHS4RAVIE6LJ6D2CVKY48DCZ' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C0U0C8KU3U6HCWSL8DFU4IBYQAK2QUP0J' where id=93; -update noar ti set v0='C0U0C8KU3U6HCWSL8DFU4IBYQAK2QUP0J' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QJ1PETVEJGCXZJ06ZGVI4TCVI64DMJXZE' where id=93; -update noar ti set v1='QJ1PETVEJGCXZJ06ZGVI4TCVI64DMJXZE' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7XA1KVO1SENCAM9C8H2PVFSKSLEFK3MDX' where id=93; -update noar ti set v2='7XA1KVO1SENCAM9C8H2PVFSKSLEFK3MDX' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LX94SJ3GZ2ROSOG87CHXE8Y4HMMJQFO5R' where id=93; -update noar ti set v3='LX94SJ3GZ2ROSOG87CHXE8Y4HMMJQFO5R' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CR5FS516EEC4FJW0TT2QF58HN21FZ0ASB' where id=94; -update noar ti set v0='CR5FS516EEC4FJW0TT2QF58HN21FZ0ASB' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NL6SYNS3B1MQI3UI81Y2V5RJOELZVXB0L' where id=94; -update noar ti set v1='NL6SYNS3B1MQI3UI81Y2V5RJOELZVXB0L' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ES2BMV466W9IR49HHWSD84QD9C5K1CZFA' where id=94; -update noar ti set v2='ES2BMV466W9IR49HHWSD84QD9C5K1CZFA' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MZAZ1049ZCXKM251UD33KATM0K24X45HV' where id=94; -update noar ti set v3='MZAZ1049ZCXKM251UD33KATM0K24X45HV' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FFTEM9NP7KAGILDCFDXNNJ3GNGL332G9G' where id=95; -update noar ti set v0='FFTEM9NP7KAGILDCFDXNNJ3GNGL332G9G' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RWWMHJ4SGI66H1TR7M2X3T2FP3X592S1B' where id=95; -update noar ti set v1='RWWMHJ4SGI66H1TR7M2X3T2FP3X592S1B' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N58JJI6J9OA5SGQWI7ZBWMZ83IPJH2UVT' where id=95; -update noar ti set v2='N58JJI6J9OA5SGQWI7ZBWMZ83IPJH2UVT' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T9PD6HENPF61KZ6DD0WJWQ2B3SHHHRFND' where id=95; -update noar ti set v3='T9PD6HENPF61KZ6DD0WJWQ2B3SHHHRFND' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UMCI75NEY2L860S6VKTKV0OH3TAE8PYRS' where id=96; -update noar ti set v0='UMCI75NEY2L860S6VKTKV0OH3TAE8PYRS' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9SUKTBTF1K8G2ATHFTRJV73RFU7POTY8D' where id=96; -update noar ti set v1='9SUKTBTF1K8G2ATHFTRJV73RFU7POTY8D' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WSU1EF52PZHNTILLBN5K2URGBVWYQ1C2L' where id=96; -update noar ti set v2='WSU1EF52PZHNTILLBN5K2URGBVWYQ1C2L' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7P8L8D7A48BHQFB2UTPK1OCHMHI052LCD' where id=96; -update noar ti set v3='7P8L8D7A48BHQFB2UTPK1OCHMHI052LCD' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UWKMNL0870KPSF7GCMSRY77I5QUIQQQ1P' where id=97; -update noar ti set v0='UWKMNL0870KPSF7GCMSRY77I5QUIQQQ1P' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E7FL9RTMIT5DYC9LNVCRYH414DRIE1D0D' where id=97; -update noar ti set v1='E7FL9RTMIT5DYC9LNVCRYH414DRIE1D0D' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1BAKJEWCJRKVY7PTO9DXC980MSDE2TE6H' where id=97; -update noar ti set v2='1BAKJEWCJRKVY7PTO9DXC980MSDE2TE6H' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TYXARM2HKG0P62LASWVW4N0EAXGAQW7GO' where id=97; -update noar ti set v3='TYXARM2HKG0P62LASWVW4N0EAXGAQW7GO' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4VE776DG508IW3LZUE6AUTAW2JDPCAZWL' where id=98; -update noar ti set v0='4VE776DG508IW3LZUE6AUTAW2JDPCAZWL' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NSJ0K2LFG0TGTLS16P6MWA0CQVA9WLQKO' where id=98; -update noar ti set v1='NSJ0K2LFG0TGTLS16P6MWA0CQVA9WLQKO' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E3I7L3WBNQ3BYO4JKT32M2NIR8P9B7J3A' where id=98; -update noar ti set v2='E3I7L3WBNQ3BYO4JKT32M2NIR8P9B7J3A' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Z4I17U2NUSBCDD8PCJBIPT4PYQWLVSABE' where id=98; -update noar ti set v3='Z4I17U2NUSBCDD8PCJBIPT4PYQWLVSABE' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0O0D2HFHYY99YW2J7W2XQHXKLXRGJ359S' where id=99; -update noar ti set v0='0O0D2HFHYY99YW2J7W2XQHXKLXRGJ359S' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DFF5OUK3F76SRB6QD81YPY6ORPRO1CNUC' where id=99; -update noar ti set v1='DFF5OUK3F76SRB6QD81YPY6ORPRO1CNUC' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NDUJ9GJXVB05Q13HOEV9OHP1RH9MJR99U' where id=99; -update noar ti set v2='NDUJ9GJXVB05Q13HOEV9OHP1RH9MJR99U' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M4U6GZOI06LY5NIHERUPWJA31CK4W066E' where id=99; -update noar ti set v3='M4U6GZOI06LY5NIHERUPWJA31CK4W066E' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varchar(256) null, -v1 varchar(256) null, -v2 varchar(256) null, -v3 varchar(256) null, -b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='K0W6GSMZDOZSZR4MMED85PF5WJ9IWV8785BFW1FNVMT5X8E2TOYD6ARV8FHJIBJFOJG78VMWR5OQNT8MRSJY8U1YRU759VGVPCDN1M1YF5BNR1R9P60U0VIW3UQJLWBUBEM7HC4XZ1YC4KQI3WTSCCQJ86I2AYN84ZD620ZOESK6J3L5BG7SWPBZZ1X69CVEOQW6B2IY19K39RMI96NAET67E4GCU6NDPH94HO5RX776UAINOL2SCPDTN8EPNF2DC' where id=2; -update noar ti set v0='K0W6GSMZDOZSZR4MMED85PF5WJ9IWV8785BFW1FNVMT5X8E2TOYD6ARV8FHJIBJFOJG78VMWR5OQNT8MRSJY8U1YRU759VGVPCDN1M1YF5BNR1R9P60U0VIW3UQJLWBUBEM7HC4XZ1YC4KQI3WTSCCQJ86I2AYN84ZD620ZOESK6J3L5BG7SWPBZZ1X69CVEOQW6B2IY19K39RMI96NAET67E4GCU6NDPH94HO5RX776UAINOL2SCPDTN8EPNF2DC' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y1AQIBH8DKUGNVBYW8RJBE9NCSLAUNAUBC4VSEBE5M8R3Z2CQRKA7B51WO0U4BH2P7DDWL5UEZBA1Z2F32STCUOEBB5LD157F64EHDJ9E5UDTTXU7O8YRJC6E44R0R0TNFQ3XJ5AAP4TM46XQDJE9Y9PWQEXT9XOGSINUP5WYKTPRO436B5OYOKHDPELSLR2ABH9896GJ9PPZ7PIR9JB64UWPOW9KMVOJG1RWQHU2G4Q3FJLYJV2AONY6FBXJ25W0' where id=2; -update noar ti set v1='Y1AQIBH8DKUGNVBYW8RJBE9NCSLAUNAUBC4VSEBE5M8R3Z2CQRKA7B51WO0U4BH2P7DDWL5UEZBA1Z2F32STCUOEBB5LD157F64EHDJ9E5UDTTXU7O8YRJC6E44R0R0TNFQ3XJ5AAP4TM46XQDJE9Y9PWQEXT9XOGSINUP5WYKTPRO436B5OYOKHDPELSLR2ABH9896GJ9PPZ7PIR9JB64UWPOW9KMVOJG1RWQHU2G4Q3FJLYJV2AONY6FBXJ25W0' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='09PCLQORLSJ5YF7N8MCH3BBWTHOGUI04V0AT7BUT09E35UG3RVA6EV96SK3VVS73TAG6K1ZL3MNVYU2Y7WSBR4HS7DX7RV046KUBG6GGORQ3OJIT9XMOA7GFAX0GPSV2KBVIVMU34DYNL96SBBOTL6ULYKA7HYEI10H0Q61Z338YPWTAITE8SP4V0NIT3Q01VOFNSDVWZCW4D4MJB8WWW1G6JNKFCNSAA13WZ9HEPQU1BAVKQGGYTR4OOWJZTZMQ9' where id=2; -update noar ti set v2='09PCLQORLSJ5YF7N8MCH3BBWTHOGUI04V0AT7BUT09E35UG3RVA6EV96SK3VVS73TAG6K1ZL3MNVYU2Y7WSBR4HS7DX7RV046KUBG6GGORQ3OJIT9XMOA7GFAX0GPSV2KBVIVMU34DYNL96SBBOTL6ULYKA7HYEI10H0Q61Z338YPWTAITE8SP4V0NIT3Q01VOFNSDVWZCW4D4MJB8WWW1G6JNKFCNSAA13WZ9HEPQU1BAVKQGGYTR4OOWJZTZMQ9' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PE352OYVX26PJUMOM1A7BHE9ZUHYT0LCL0XNICJPNIT527WN93EK1N50XY7NMHGEIKNCV5PN06LFZG5IOJLHYEHD9LAJFY5U4ZFMFPWDCNS4U3ORYAQSTU1VOW5YKYAX6TRNDC1JJCMYDMHGZ3XNYXY2LCIGDIC3FBLOONH2QDW6DM9C4Q2WYSOTI88H3E0DXEOI29WV5P63DFK20CI1I6VIVT2E29FO72U7W7BS1FD36W4XYQQ6WANI63G1TZ9Y9' where id=2; -update noar ti set v3='PE352OYVX26PJUMOM1A7BHE9ZUHYT0LCL0XNICJPNIT527WN93EK1N50XY7NMHGEIKNCV5PN06LFZG5IOJLHYEHD9LAJFY5U4ZFMFPWDCNS4U3ORYAQSTU1VOW5YKYAX6TRNDC1JJCMYDMHGZ3XNYXY2LCIGDIC3FBLOONH2QDW6DM9C4Q2WYSOTI88H3E0DXEOI29WV5P63DFK20CI1I6VIVT2E29FO72U7W7BS1FD36W4XYQQ6WANI63G1TZ9Y9' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='75RKPVVH4RWVRNCN2V6UOWSVEBPEROBIOL9IYCMUVFYKCEC39SJHZPMNRXKZUWDHAOFAI8NGMURUPJ0RUBC6JQW2HAKWQLQB1UXAP0CPCGL4XTWU1TSDM9ES7IOIK5S6Z133NCYW0LLGNWCE5O6ZK5AWAJVIG5J2WVTRN4M5D649CYOH5E0WEF31BO5FZ5ZH3EWJ7V3SL3AF4VOYHGYWPOMQ8PS1RT4MARY3O9ZVN1SMG2878CFWU7LXWP3Q47Q82' where id=3; -update noar ti set v0='75RKPVVH4RWVRNCN2V6UOWSVEBPEROBIOL9IYCMUVFYKCEC39SJHZPMNRXKZUWDHAOFAI8NGMURUPJ0RUBC6JQW2HAKWQLQB1UXAP0CPCGL4XTWU1TSDM9ES7IOIK5S6Z133NCYW0LLGNWCE5O6ZK5AWAJVIG5J2WVTRN4M5D649CYOH5E0WEF31BO5FZ5ZH3EWJ7V3SL3AF4VOYHGYWPOMQ8PS1RT4MARY3O9ZVN1SMG2878CFWU7LXWP3Q47Q82' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PIGNY61M1LRE6P523M94TKDPSQUR48UYG570WYL123AC6M7TCTZVWRFNYMAQIYJ0GI8CT3FV3ATVR8UT2I10G8XKGXOKNTMJ7B6PLNNVQWRW18CP528DSQKNWB5KQKMW753VETUL55FEPJ516XF5AUCTPBDHUT1SVFG8HUFP7U54JC656F2CFLY7AL0MAX0J35E0VYLPK3378NW2G99E8MJJULBFAAZP4WZ9ALXW45R4X75ZETM1FQR7AYW1H3LSM' where id=3; -update noar ti set v1='PIGNY61M1LRE6P523M94TKDPSQUR48UYG570WYL123AC6M7TCTZVWRFNYMAQIYJ0GI8CT3FV3ATVR8UT2I10G8XKGXOKNTMJ7B6PLNNVQWRW18CP528DSQKNWB5KQKMW753VETUL55FEPJ516XF5AUCTPBDHUT1SVFG8HUFP7U54JC656F2CFLY7AL0MAX0J35E0VYLPK3378NW2G99E8MJJULBFAAZP4WZ9ALXW45R4X75ZETM1FQR7AYW1H3LSM' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4SW5NYQDT95S713YORAUW5AZUJACT2EAKMD4SRT8SKCHLOAMD4L1XHCGVZOFGCROW1QT0SEKR25RP1MVWPWMGUFRVBT3ZV0E2B2QMTRH8MZIOGLR25NGNSHI9CKGJA4LT1K6SJ5O6JYSRTH3BGZHP3LNLV37HVA9NZBBA72LVG0MDIRAPDZKEGZBSQLWJDA0Z9S4WEW5IM32UDVVXC1W3FKL95N5Q76A3DS4EFQ28Y1SL8BKF67VMJMPKMT95WXES' where id=3; -update noar ti set v2='4SW5NYQDT95S713YORAUW5AZUJACT2EAKMD4SRT8SKCHLOAMD4L1XHCGVZOFGCROW1QT0SEKR25RP1MVWPWMGUFRVBT3ZV0E2B2QMTRH8MZIOGLR25NGNSHI9CKGJA4LT1K6SJ5O6JYSRTH3BGZHP3LNLV37HVA9NZBBA72LVG0MDIRAPDZKEGZBSQLWJDA0Z9S4WEW5IM32UDVVXC1W3FKL95N5Q76A3DS4EFQ28Y1SL8BKF67VMJMPKMT95WXES' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JL9GZP7FPVMRNII2C3GB09OESYN1QNU5GFL5O57MJU9NJJWONWO4NDDL2KD4B5OJ5SEBY3KCL7629WX37UTW0B9H38QOHGE5VMJKSTDS3VSPRM3SRF4CUD780X8NBEWJAS81FF3UT01JVSLTC8SOIHA7C4J5W68Z3KC2T8DZXS9JI3BF9EYU9HY372EUOENHRBYJWTDF9ODVOXN40AT1WE4HBR6A7CXDY2U0W0BW0OAZ9QDX9EYHZZFDK4LHZ2ZYE' where id=3; -update noar ti set v3='JL9GZP7FPVMRNII2C3GB09OESYN1QNU5GFL5O57MJU9NJJWONWO4NDDL2KD4B5OJ5SEBY3KCL7629WX37UTW0B9H38QOHGE5VMJKSTDS3VSPRM3SRF4CUD780X8NBEWJAS81FF3UT01JVSLTC8SOIHA7C4J5W68Z3KC2T8DZXS9JI3BF9EYU9HY372EUOENHRBYJWTDF9ODVOXN40AT1WE4HBR6A7CXDY2U0W0BW0OAZ9QDX9EYHZZFDK4LHZ2ZYE' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O732IS5IKPAMYRXPBQ22C8BTJ3F6F1INXZNSF327JE6CRBUEZNTZRB7S4S6MYUGTJMMKL8QHDROGVO9UEKDF2OOCSZQVKFLT9GE55DFYRTSROPLKV7R60DZZ3OQ03XFOANYU62JDWMBPEL9KN2SK5O55A865ZLKU5GEVZ88OLAVM4JBUDPQW7U1N9AQFRKLG8Z8XJDR7LV7R9GKUVR5FM1DC2BDNNXCAI9R8UQ9C5D7CCSO9DZBGBO84812S7BDTT' where id=4; -update noar ti set v0='O732IS5IKPAMYRXPBQ22C8BTJ3F6F1INXZNSF327JE6CRBUEZNTZRB7S4S6MYUGTJMMKL8QHDROGVO9UEKDF2OOCSZQVKFLT9GE55DFYRTSROPLKV7R60DZZ3OQ03XFOANYU62JDWMBPEL9KN2SK5O55A865ZLKU5GEVZ88OLAVM4JBUDPQW7U1N9AQFRKLG8Z8XJDR7LV7R9GKUVR5FM1DC2BDNNXCAI9R8UQ9C5D7CCSO9DZBGBO84812S7BDTT' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R92NFJNZ1ZBJJ44PGPPJHP3QL89MA6GL8J4PVUIZ0QD59JSQMKF2T36UK1CKVMC41D92UJHZO9X8VDVJSV9IV790JVZRDOSDTRVN18VA2GHMMBRIJHVHH2TCQ2XX43YPY00RBNEF9XQFPFH0WPOKL01RRIIMTAN9CCOWFLHADU54HCKLIK3A8FB0M76NQFY85GOXWLENR7E4LEDI60II5ZUYYTND83IG4XCTJSRLJU6FGHB5EX10K67U6SB4LO5V5' where id=4; -update noar ti set v1='R92NFJNZ1ZBJJ44PGPPJHP3QL89MA6GL8J4PVUIZ0QD59JSQMKF2T36UK1CKVMC41D92UJHZO9X8VDVJSV9IV790JVZRDOSDTRVN18VA2GHMMBRIJHVHH2TCQ2XX43YPY00RBNEF9XQFPFH0WPOKL01RRIIMTAN9CCOWFLHADU54HCKLIK3A8FB0M76NQFY85GOXWLENR7E4LEDI60II5ZUYYTND83IG4XCTJSRLJU6FGHB5EX10K67U6SB4LO5V5' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='W69H8Z6VZ8LA67X1IGDGBKWET2AUH4ZO7TG0T56TA2KX0MGY7QUJCW7VO26KYI2UPHITIR62NVN68V4W3X1CQTQB9X5EVY5B8YZWZ3GGEA0EDZ8LLIFH30GA4LQRW1AVZG17M2MP49KF7CYRSZ38K97NTJWEBMQQ3H044BPR2408RASQRDKISLCLP9HI9HF3XZV8DWWUUXYKK5UVFOBPI5Q9EXOG3PG83J8T68VSEO26VMLREELCQDKUKSAQNJ76R' where id=4; -update noar ti set v2='W69H8Z6VZ8LA67X1IGDGBKWET2AUH4ZO7TG0T56TA2KX0MGY7QUJCW7VO26KYI2UPHITIR62NVN68V4W3X1CQTQB9X5EVY5B8YZWZ3GGEA0EDZ8LLIFH30GA4LQRW1AVZG17M2MP49KF7CYRSZ38K97NTJWEBMQQ3H044BPR2408RASQRDKISLCLP9HI9HF3XZV8DWWUUXYKK5UVFOBPI5Q9EXOG3PG83J8T68VSEO26VMLREELCQDKUKSAQNJ76R' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y7OHOAFHJXBXCX6E68T44HCLCR708OZTWB0KVUNVHOAJBO639Q5Z9V96RCOA170Z7HYCI1HJ8A53SPTOTPZGSGS9U4HIY9R6K5Z45UGZ4RXQ61818OUPLO6BSRA0H3JW41I95GFAH1WRGT9DS96J5X9C66V4KHNO6ZRK4HLBIYCEILURCLYNRGRBJBK7CL1YYIHN2TQ9J61XEN2MMP6HCSU8VGWFYGIV5VNSCQPDRGLAD97NI08W5C3KTEZ2R1W3A' where id=4; -update noar ti set v3='Y7OHOAFHJXBXCX6E68T44HCLCR708OZTWB0KVUNVHOAJBO639Q5Z9V96RCOA170Z7HYCI1HJ8A53SPTOTPZGSGS9U4HIY9R6K5Z45UGZ4RXQ61818OUPLO6BSRA0H3JW41I95GFAH1WRGT9DS96J5X9C66V4KHNO6ZRK4HLBIYCEILURCLYNRGRBJBK7CL1YYIHN2TQ9J61XEN2MMP6HCSU8VGWFYGIV5VNSCQPDRGLAD97NI08W5C3KTEZ2R1W3A' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QDFMNFO3RAM2I6KVQWF13POURUFMES6N4ES0BE84AZA52D0FL2I9QFKVSESY52EB6X5MJET7IFRCVGQ1SMZROWUJL37VM8JP384MQ18BXFTN57LGARZMLIHULU3TNYCJNJDNEEQW4EYHAXR6WO3FD3I0L7O941H54P18517FB67EB21NXPTIVLZDZPM97Q6PHJ01AWUYMY6D342YLPN73LY3Y6VW6EUZKFBULZ83VFQWTDQLKFP5HNPVBHE0ZAL65' where id=5; -update noar ti set v0='QDFMNFO3RAM2I6KVQWF13POURUFMES6N4ES0BE84AZA52D0FL2I9QFKVSESY52EB6X5MJET7IFRCVGQ1SMZROWUJL37VM8JP384MQ18BXFTN57LGARZMLIHULU3TNYCJNJDNEEQW4EYHAXR6WO3FD3I0L7O941H54P18517FB67EB21NXPTIVLZDZPM97Q6PHJ01AWUYMY6D342YLPN73LY3Y6VW6EUZKFBULZ83VFQWTDQLKFP5HNPVBHE0ZAL65' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LS0BRZHH02R0T1AR4Z5NDJS1B8UX1ZITUJDSJBWMD0LO8SB9VG3UDIMBVEXQNIQ6OF7RWDH52SITB3RX7JPVTH00AXP9ORGVAJQKO9XVSN6NQ5AWTE0QDSU8WZHO723LF1SZEZBKO3RO2XFWPPLWO0P6JH6NMD0EGM4YJ4AVMP9L0P48OZW90QCQHM8J4V10SAXAWSVNVBBLVKO5K3BFE49MCJOZ2QJIFN7DJRXFZ7PYV1O0X0FK46216OQVPW0B6' where id=5; -update noar ti set v1='LS0BRZHH02R0T1AR4Z5NDJS1B8UX1ZITUJDSJBWMD0LO8SB9VG3UDIMBVEXQNIQ6OF7RWDH52SITB3RX7JPVTH00AXP9ORGVAJQKO9XVSN6NQ5AWTE0QDSU8WZHO723LF1SZEZBKO3RO2XFWPPLWO0P6JH6NMD0EGM4YJ4AVMP9L0P48OZW90QCQHM8J4V10SAXAWSVNVBBLVKO5K3BFE49MCJOZ2QJIFN7DJRXFZ7PYV1O0X0FK46216OQVPW0B6' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A4C7QHK8HMB9NSK75LAALP92FWEIU68ZB8FBWCPUXMIJQQN52MW3BQP55B878AC95ZZYJBPKKPWP1DJMTCTAD5TU4S6U1YI46VUKHZ8FNRIHJ05U3A4B4P1Z9XV6QV1KH66ITXIDK3P9DKDQEI2MB50G580JYVQL46K467K3KLIFVE4OFM2BX8JJLPPKD66J7DBUZOCWSIP5N9CV3059KG6X4L3IV3GIDDGFFRTQDDX92IS5ZTJM0HUSI3EO3XPDS' where id=5; -update noar ti set v2='A4C7QHK8HMB9NSK75LAALP92FWEIU68ZB8FBWCPUXMIJQQN52MW3BQP55B878AC95ZZYJBPKKPWP1DJMTCTAD5TU4S6U1YI46VUKHZ8FNRIHJ05U3A4B4P1Z9XV6QV1KH66ITXIDK3P9DKDQEI2MB50G580JYVQL46K467K3KLIFVE4OFM2BX8JJLPPKD66J7DBUZOCWSIP5N9CV3059KG6X4L3IV3GIDDGFFRTQDDX92IS5ZTJM0HUSI3EO3XPDS' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D000YBD5B7GH5C90XTPYZSPH5GTQYSXOE96NSGCARPR0TYQIVAOA84QNZF2XKNVDC8BC2EMHH8SHH0377XVAESNBDH2B2H741Y0ZWP6VVGR91F5CWTYVD1EAK6QXEHUNUKWLRVMNCMIC8E2WAVOY59ERMKZPYUN3IEFIIPTOMT1SFYM27EZLZFESH4RXDV1W3CZTP79VQVKVSZTQRSJTE03N9WV3K8X6NF409ON9IEDNHABZDJZILRC1XKLL3CRUI' where id=5; -update noar ti set v3='D000YBD5B7GH5C90XTPYZSPH5GTQYSXOE96NSGCARPR0TYQIVAOA84QNZF2XKNVDC8BC2EMHH8SHH0377XVAESNBDH2B2H741Y0ZWP6VVGR91F5CWTYVD1EAK6QXEHUNUKWLRVMNCMIC8E2WAVOY59ERMKZPYUN3IEFIIPTOMT1SFYM27EZLZFESH4RXDV1W3CZTP79VQVKVSZTQRSJTE03N9WV3K8X6NF409ON9IEDNHABZDJZILRC1XKLL3CRUI' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XK4GTRA9D3OXXOTDRAOW18R4H6KFN8YQ6XI8K8B14UR3H5XOQTB3KP88NTVR33BE3EQFO4G9YXDD1BGV038EISPM8QZUU523UK2JFBU368LL68YZIAONYPTV0X6FF634FOOY9OJY5HR5PVUXUMFRGBGAJE162SF4M5275AF7AZUL57LMS3KPNBU78J13M071SQ3LJGYQ40SK8PD7WEVPCB6B07TZG1D9J7HS1VNVRZYZN2JQVLLVUV5IISHOFRI94' where id=6; -update noar ti set v0='XK4GTRA9D3OXXOTDRAOW18R4H6KFN8YQ6XI8K8B14UR3H5XOQTB3KP88NTVR33BE3EQFO4G9YXDD1BGV038EISPM8QZUU523UK2JFBU368LL68YZIAONYPTV0X6FF634FOOY9OJY5HR5PVUXUMFRGBGAJE162SF4M5275AF7AZUL57LMS3KPNBU78J13M071SQ3LJGYQ40SK8PD7WEVPCB6B07TZG1D9J7HS1VNVRZYZN2JQVLLVUV5IISHOFRI94' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YAY4QHWIZ1RZFFYDNRYNUGXUAT9JT3COKZLWY9PR0G6WY8RS7G1BVX9F7FRNTYQKSOZDJ7J2N58WQEOVVH9T2P4ILBSJRZ9S02DV15C1F6TLWGT9VP8CIB8S1C6GNMR2GT7WNFICIPELB53NZVU7DXDTMDFAXTQL0JC7TG9GTUW5LE49MFZA2XEVSVLPEU6WYNGQCJ6U2MG3PRYYF3MZO59P1D6GSSWAGI2IYBMU9RXPT976F7KVW7FTQ9OHWKEKU' where id=6; -update noar ti set v1='YAY4QHWIZ1RZFFYDNRYNUGXUAT9JT3COKZLWY9PR0G6WY8RS7G1BVX9F7FRNTYQKSOZDJ7J2N58WQEOVVH9T2P4ILBSJRZ9S02DV15C1F6TLWGT9VP8CIB8S1C6GNMR2GT7WNFICIPELB53NZVU7DXDTMDFAXTQL0JC7TG9GTUW5LE49MFZA2XEVSVLPEU6WYNGQCJ6U2MG3PRYYF3MZO59P1D6GSSWAGI2IYBMU9RXPT976F7KVW7FTQ9OHWKEKU' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='47G26074KUHEAMXLO8QFGN2ZW43TX04A7DRFPG07QO76XMS10OX8WGN7V6PVYHCGZ4CKU2LTUU3HD1KG4V8GAKV3FHV086X5IUPJNODC6SA34XZJ379Z7V89WNRJ4G3IR67DFD2237S6D3DDM6RINUBRXSXAFBYMD26K3VY2C0AGEGJWUM81D5RBFFKGX32YFK3945PDSH6NQH4K7JA213HMEXLE2N696WX92L2BB4REVUW1PDI7IYJ35BQ75VX2Z' where id=6; -update noar ti set v2='47G26074KUHEAMXLO8QFGN2ZW43TX04A7DRFPG07QO76XMS10OX8WGN7V6PVYHCGZ4CKU2LTUU3HD1KG4V8GAKV3FHV086X5IUPJNODC6SA34XZJ379Z7V89WNRJ4G3IR67DFD2237S6D3DDM6RINUBRXSXAFBYMD26K3VY2C0AGEGJWUM81D5RBFFKGX32YFK3945PDSH6NQH4K7JA213HMEXLE2N696WX92L2BB4REVUW1PDI7IYJ35BQ75VX2Z' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2LTHQTEYOWTTQFD3WBBCKUI6BPT889OLB28X79EMH2T44T0RK6KN9MAO5THOQ5J77GB1NFTILR1PFBRXG9LQYJ79CNTOFCNQF8CR0OA9C8QGAVY318BIWXEKFWOBCZMFNBDJQX1D4LBQUIBWYWLKK3XIZR6AAS413W2WVXVEL7B1MVWOC3JJPF1PL9TLLZCPNWZQU75FB45P1G8LJB4B32DUA6R45T6TXYQS4LDC189VXEPNW836QNHFGMY3S5XVE' where id=6; -update noar ti set v3='2LTHQTEYOWTTQFD3WBBCKUI6BPT889OLB28X79EMH2T44T0RK6KN9MAO5THOQ5J77GB1NFTILR1PFBRXG9LQYJ79CNTOFCNQF8CR0OA9C8QGAVY318BIWXEKFWOBCZMFNBDJQX1D4LBQUIBWYWLKK3XIZR6AAS413W2WVXVEL7B1MVWOC3JJPF1PL9TLLZCPNWZQU75FB45P1G8LJB4B32DUA6R45T6TXYQS4LDC189VXEPNW836QNHFGMY3S5XVE' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TE4IFEDR8PCBJIQ4XEDO9WTM46X3HNHZ8HYTB8M8QXO4XARRPPA8HT6OZENYXX59PT0L9KFSYZ2VYWH8BA3WWTBGERGEHTHVSBKD0A9LCV6JLYKFWUIACXFV43R4NKQCJ8GIFXM1LMIKMDRV7JI7HZLBMGIEZE3JUDUF2E4HO5GHDQ8FQ9LTBL3IP34CYZNPD67LEOMSIO5277H8O5HWOZ2KKBS8FJY54XXTF7L4TM810QIV35F71UJC465PAVJOW' where id=7; -update noar ti set v0='TE4IFEDR8PCBJIQ4XEDO9WTM46X3HNHZ8HYTB8M8QXO4XARRPPA8HT6OZENYXX59PT0L9KFSYZ2VYWH8BA3WWTBGERGEHTHVSBKD0A9LCV6JLYKFWUIACXFV43R4NKQCJ8GIFXM1LMIKMDRV7JI7HZLBMGIEZE3JUDUF2E4HO5GHDQ8FQ9LTBL3IP34CYZNPD67LEOMSIO5277H8O5HWOZ2KKBS8FJY54XXTF7L4TM810QIV35F71UJC465PAVJOW' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9GD7WFEYYHFJ1QFQ2P0ZDBFBNJDNESVVSPBXD4825WP82FQOC7TU1296G278O80IHTPGDLVAGQ1A2SP3ES25QMXE7TH73A8645QFCNBY8UQY20UJEQVM8BOSNDFB79039YQUUCLL0HMLON0GEDS5JW3FUM7FURHXLU5SCZMRLZFAGEUVLBHKJTH2UXXZ8M9YKS5LNOW93ZO2B4NSUG8U9311G2WEZUISAFITADFZP2Z85OU1XLN96DT1JFHHZ3QBK' where id=7; -update noar ti set v1='9GD7WFEYYHFJ1QFQ2P0ZDBFBNJDNESVVSPBXD4825WP82FQOC7TU1296G278O80IHTPGDLVAGQ1A2SP3ES25QMXE7TH73A8645QFCNBY8UQY20UJEQVM8BOSNDFB79039YQUUCLL0HMLON0GEDS5JW3FUM7FURHXLU5SCZMRLZFAGEUVLBHKJTH2UXXZ8M9YKS5LNOW93ZO2B4NSUG8U9311G2WEZUISAFITADFZP2Z85OU1XLN96DT1JFHHZ3QBK' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FCTKB4A7L70RS7CWYUONWWH1A4HCZM2QAG5E933Z4B7NTN5PAROOMZWNONTDRHK8KGIAWLY3F75IOOW1BG0BZN0E16GBO4LBRP70V8IE3TDMXS2Q7E04DSY22CKQ68WAO2YASXJPJBT09GU9KNAGUZIDHC7O2BRE7R0R9H4DLRDMCUA40FKWFFAD1DLOJ2FVSV40FB8T589C10JDG0Y5KQYPQ0QVGXS1ND7UV1GQM215LT2EWG0IWWWZZWFKXRS9T' where id=7; -update noar ti set v2='FCTKB4A7L70RS7CWYUONWWH1A4HCZM2QAG5E933Z4B7NTN5PAROOMZWNONTDRHK8KGIAWLY3F75IOOW1BG0BZN0E16GBO4LBRP70V8IE3TDMXS2Q7E04DSY22CKQ68WAO2YASXJPJBT09GU9KNAGUZIDHC7O2BRE7R0R9H4DLRDMCUA40FKWFFAD1DLOJ2FVSV40FB8T589C10JDG0Y5KQYPQ0QVGXS1ND7UV1GQM215LT2EWG0IWWWZZWFKXRS9T' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6UZHIQ33GCT9GQBHN7CUP24EUR3DARFIFBTVVNYQBNSBWG7Q9EKJJIEZURTAWMNUCNFACD4GUK8XXSYGQY89BYYKW0YU2W5ITCS7Y0U5F8R5D9HIAOCO07XUNERE8QHU51H313JW16N5P2ZBN2V4HUZU3TMWN8B1GATROR80BPVDBUO7NYTUO6RROEZLANH2KOBSJ6YFXYUY9N2OJY7XV97IKWSE30R4JP1DB64N8IFBTLPMVRKL8SSP2BR76P7YI' where id=7; -update noar ti set v3='6UZHIQ33GCT9GQBHN7CUP24EUR3DARFIFBTVVNYQBNSBWG7Q9EKJJIEZURTAWMNUCNFACD4GUK8XXSYGQY89BYYKW0YU2W5ITCS7Y0U5F8R5D9HIAOCO07XUNERE8QHU51H313JW16N5P2ZBN2V4HUZU3TMWN8B1GATROR80BPVDBUO7NYTUO6RROEZLANH2KOBSJ6YFXYUY9N2OJY7XV97IKWSE30R4JP1DB64N8IFBTLPMVRKL8SSP2BR76P7YI' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K6LV9H9QJ71XWIHWV7RBHS9QPU8GWHE64VPDXZVDJKRM13A9J1RGVHOYQU7N5T11LLSSRLZH42I0MX5R82X84N03YZ954G5T52ALJC4DOBK6TPMCJTVGWN4AFVNUO0SJ0AIROS7AWRW8JUQZNAHXVOT11RU4KHOUI43QOUOKUD5TGMH8G0I0WG778DD4CR6P4AF334TZA2C34YFD3RUC547WIWZG97TYYKYZ8R3GTG64W09VMSUT3IPKL8E0G6H2O' where id=8; -update noar ti set v0='K6LV9H9QJ71XWIHWV7RBHS9QPU8GWHE64VPDXZVDJKRM13A9J1RGVHOYQU7N5T11LLSSRLZH42I0MX5R82X84N03YZ954G5T52ALJC4DOBK6TPMCJTVGWN4AFVNUO0SJ0AIROS7AWRW8JUQZNAHXVOT11RU4KHOUI43QOUOKUD5TGMH8G0I0WG778DD4CR6P4AF334TZA2C34YFD3RUC547WIWZG97TYYKYZ8R3GTG64W09VMSUT3IPKL8E0G6H2O' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='64ZO05KGENRZWHG1OQO4R5MHCZNZXFW89PFLX5NK19I36I2NITA2AVQN7U9YALKZRWTHCOBMHVXX8PDRXOTNXGPY0P3OYBTJEOZ48V31R22S9J9I6TE8NBHGC24GYYEWWZZMZ6RWULP1CDVPVPECAB167CYMUEH6YJ0RMLVMZXN7ZANCMIQGVC7PWZHC6VMT4GHKGSHHMBG8EMCD35UWBV7S4KT77O6DGFOAPYPZ9YNEWZQ12C63ZK1ZTWL9ATE8U' where id=8; -update noar ti set v1='64ZO05KGENRZWHG1OQO4R5MHCZNZXFW89PFLX5NK19I36I2NITA2AVQN7U9YALKZRWTHCOBMHVXX8PDRXOTNXGPY0P3OYBTJEOZ48V31R22S9J9I6TE8NBHGC24GYYEWWZZMZ6RWULP1CDVPVPECAB167CYMUEH6YJ0RMLVMZXN7ZANCMIQGVC7PWZHC6VMT4GHKGSHHMBG8EMCD35UWBV7S4KT77O6DGFOAPYPZ9YNEWZQ12C63ZK1ZTWL9ATE8U' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='55IVFEBV3CMCPLRBP7DGB8NT5J3CF27DHP0BCDEQHLSTGL46KM4ZP5DYIIHRFL4X70Q149GU1G4VOZWCCTC3VKP0C01QQ6VOQXT4X1LDNW2CSQRBG6PT3W9P5543AXO2LKSD1S53EEK7VI6THX8T9IGHB78ORLXHTWFOF1DTQ9D5IRIE9WSZHGQ5L8Z0BF7LT9FH4963IR3MES0GSYKUO8587G1LZEFCEAM720F1JJYGQJ5EAAMRNFAZ02MBBBRSM' where id=8; -update noar ti set v2='55IVFEBV3CMCPLRBP7DGB8NT5J3CF27DHP0BCDEQHLSTGL46KM4ZP5DYIIHRFL4X70Q149GU1G4VOZWCCTC3VKP0C01QQ6VOQXT4X1LDNW2CSQRBG6PT3W9P5543AXO2LKSD1S53EEK7VI6THX8T9IGHB78ORLXHTWFOF1DTQ9D5IRIE9WSZHGQ5L8Z0BF7LT9FH4963IR3MES0GSYKUO8587G1LZEFCEAM720F1JJYGQJ5EAAMRNFAZ02MBBBRSM' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5F05P8URBS9NAYRP75YYAEB2DF6O90RYGWS7XA0ZEHWIL4GD682WOVVWELDX90JSJ2YV3RK27QBGS6LJ1V1YOBROG4K8VRCMH80C54FZR9Z78KACY5W8B8Q6M3RWKWCBIVFI19SMDQM6YEYJZM1FT6VIRET5G4V9ZD0APKCWSI3JVKP3JIRKGUZXMG60TSNSZ7N4ZXIIXKBYB4AVL1QMWRTCIIMZKFJG8VOK8ITKOGP5H7IM2A31OHR60KMI26DA5' where id=8; -update noar ti set v3='5F05P8URBS9NAYRP75YYAEB2DF6O90RYGWS7XA0ZEHWIL4GD682WOVVWELDX90JSJ2YV3RK27QBGS6LJ1V1YOBROG4K8VRCMH80C54FZR9Z78KACY5W8B8Q6M3RWKWCBIVFI19SMDQM6YEYJZM1FT6VIRET5G4V9ZD0APKCWSI3JVKP3JIRKGUZXMG60TSNSZ7N4ZXIIXKBYB4AVL1QMWRTCIIMZKFJG8VOK8ITKOGP5H7IM2A31OHR60KMI26DA5' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8V6OS9RK6FCACS7MT1RL28SHETV1SDW2DC3SSHDZEU38FQTM0LOUX2EU1JPKIC6S7KZ3WQHR9G8REUSHRI2KY09J3JKC2SHMCZMR7FRSWDP7KZ7PNQ93VQUUX75VYFQ8NZYJOOEQ6PFCU0J7IW0BFPG777U0S0DJPD1V4X7C0M9EOLP9CCP5K4N9QNXLGVELV9LV2TGMI37JJCQC44G2CV64H7WSH6PAEQ4LIYJKL8UYLN9I3HU85JPMQH8KXDGJG' where id=9; -update noar ti set v0='8V6OS9RK6FCACS7MT1RL28SHETV1SDW2DC3SSHDZEU38FQTM0LOUX2EU1JPKIC6S7KZ3WQHR9G8REUSHRI2KY09J3JKC2SHMCZMR7FRSWDP7KZ7PNQ93VQUUX75VYFQ8NZYJOOEQ6PFCU0J7IW0BFPG777U0S0DJPD1V4X7C0M9EOLP9CCP5K4N9QNXLGVELV9LV2TGMI37JJCQC44G2CV64H7WSH6PAEQ4LIYJKL8UYLN9I3HU85JPMQH8KXDGJG' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KWRON81VJ4JE8B1OQZL08PJU844NBG4WJ2O1YIOOL7HTKFIG82U5GIY18HOIQXXNL6NAEUCME29M0KUT9RLXMHJDQ7J8FRPNV862J56815VRJLLP4ZG9AV3WNRDSMNVNQ4YK0VIXP76KSY43OI08U5K1T0RV2HPFGE2NXC2O3YPRBBQJR55LHU9TD34UWBMYKKYVV81ROHMHKYCZLZLMFK54B6XGZ5AYD0SC185QCCSGN9IDMJYL6KQELJBF1EY5H' where id=9; -update noar ti set v1='KWRON81VJ4JE8B1OQZL08PJU844NBG4WJ2O1YIOOL7HTKFIG82U5GIY18HOIQXXNL6NAEUCME29M0KUT9RLXMHJDQ7J8FRPNV862J56815VRJLLP4ZG9AV3WNRDSMNVNQ4YK0VIXP76KSY43OI08U5K1T0RV2HPFGE2NXC2O3YPRBBQJR55LHU9TD34UWBMYKKYVV81ROHMHKYCZLZLMFK54B6XGZ5AYD0SC185QCCSGN9IDMJYL6KQELJBF1EY5H' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8RUNX4TUNHBV7J7WBPXMC1CFQHZXJ9XSIG6DVRX6V2VO5UN7IGPIGTIJ8U879ZRX4ES3QT0F4272DUY8AK7HNDMJC8630X00T5JX4NJYTPVJTI43N8GJWAZSSMYZZY5DSPQX0RPA2RBA453WZ234T4RDLJRCEE0S4A2PWAW5468P56G0GQKVD7SSLAIAG8AFIO44V2IN1EADKA2Q5NX5JDTKNVUFWSZBNPM3NZKC6IMJJYJU4MFBPGFGIK58AVUPK' where id=9; -update noar ti set v2='8RUNX4TUNHBV7J7WBPXMC1CFQHZXJ9XSIG6DVRX6V2VO5UN7IGPIGTIJ8U879ZRX4ES3QT0F4272DUY8AK7HNDMJC8630X00T5JX4NJYTPVJTI43N8GJWAZSSMYZZY5DSPQX0RPA2RBA453WZ234T4RDLJRCEE0S4A2PWAW5468P56G0GQKVD7SSLAIAG8AFIO44V2IN1EADKA2Q5NX5JDTKNVUFWSZBNPM3NZKC6IMJJYJU4MFBPGFGIK58AVUPK' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PZC7VKRIK8R2RQD4WGYC0ZBI53AOWTM1KG0QQ1KQWH3MM046P38W2F7YKZCDJCC3JZE7LUCFMJ1ZXSYLI0KUN7V4OTHB2PWHB6S2RJHY3S7LEZ1TA4O3R93HF351OPLNKCDNX3XL7JJI341TUNOVH0YTZ7WN9Z7HUTQ9N030AMLSL081NMYD8HRMJCAQJB6XXYR7R9XBN6SJ8VC9NRRWQQ49H62E1X71QSDRO47JUT9FS7CCWB1RMUPFMW52VPAQ1' where id=9; -update noar ti set v3='PZC7VKRIK8R2RQD4WGYC0ZBI53AOWTM1KG0QQ1KQWH3MM046P38W2F7YKZCDJCC3JZE7LUCFMJ1ZXSYLI0KUN7V4OTHB2PWHB6S2RJHY3S7LEZ1TA4O3R93HF351OPLNKCDNX3XL7JJI341TUNOVH0YTZ7WN9Z7HUTQ9N030AMLSL081NMYD8HRMJCAQJB6XXYR7R9XBN6SJ8VC9NRRWQQ49H62E1X71QSDRO47JUT9FS7CCWB1RMUPFMW52VPAQ1' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TILB2FVJ9E89CM9EMNGMKAG05LA9B6JBOWM4CT7UAE5DY53HXMVGJFC75Z2NZFW1YZZZIB8YTTBUBY0O5JKL5XH3WN8KAB6844VRMKYA5OC1X9YD4X3UTYZ01YPK3YF5LK977KZ6X5TBF5X2QVVZPY3KDQ44DFM5POB3EJHM5B5CV42LML5S04XB6YIB3H9NQDJIXAXS58SK5NHQUZR4S8EFHOEV96D5UKII9P8PQL1JGP15KTT70XSQEDJJ4JNH6' where id=10; -update noar ti set v0='TILB2FVJ9E89CM9EMNGMKAG05LA9B6JBOWM4CT7UAE5DY53HXMVGJFC75Z2NZFW1YZZZIB8YTTBUBY0O5JKL5XH3WN8KAB6844VRMKYA5OC1X9YD4X3UTYZ01YPK3YF5LK977KZ6X5TBF5X2QVVZPY3KDQ44DFM5POB3EJHM5B5CV42LML5S04XB6YIB3H9NQDJIXAXS58SK5NHQUZR4S8EFHOEV96D5UKII9P8PQL1JGP15KTT70XSQEDJJ4JNH6' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H7RDRMIRV69WXYS228RT55O7FHO1JN5VRR8S58RO6IBJE7HG7JQ7I7CBLWWZD08J6BK5EEKGNZVTXIZ3U326GBL3TWGWL6PMEQLM38KDMG702CV3CBH130GH11RG7WJE7PDD0RUICAQS801CLCJWAJFFDTMFTQCP4WN56Z5ZTXBIDDGT8YW09CHMTYPR1NOXWG9BW3052F1EM3QKBZ9A92ZUB991L1LOH7FM7QSFPMW7UO6DRYJG5K5V1XTPC9T88' where id=10; -update noar ti set v1='H7RDRMIRV69WXYS228RT55O7FHO1JN5VRR8S58RO6IBJE7HG7JQ7I7CBLWWZD08J6BK5EEKGNZVTXIZ3U326GBL3TWGWL6PMEQLM38KDMG702CV3CBH130GH11RG7WJE7PDD0RUICAQS801CLCJWAJFFDTMFTQCP4WN56Z5ZTXBIDDGT8YW09CHMTYPR1NOXWG9BW3052F1EM3QKBZ9A92ZUB991L1LOH7FM7QSFPMW7UO6DRYJG5K5V1XTPC9T88' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VPURGZP03AYF64VCYB79C2MJGMOW3LOF4D9U645M5CFFOPF2T5BZIXNLCAHLVOAC27N60G672FR4GPH8I3GRSDXYEIYJIKA2FDVGLZ434NT7F7C91PM9RV0X8PETPF0JTWYOJHD3VO1FJFCBT8AE60CS2GNUKZ04EAH524TMI3L6IGUYKJUTFBVI8F4KDEVKJPOFP175VF1MCQRBHYK9WP17LDWO1D3GDYIOIIJZFTISH65020Q1LMHXUT6K53C9P' where id=10; -update noar ti set v2='VPURGZP03AYF64VCYB79C2MJGMOW3LOF4D9U645M5CFFOPF2T5BZIXNLCAHLVOAC27N60G672FR4GPH8I3GRSDXYEIYJIKA2FDVGLZ434NT7F7C91PM9RV0X8PETPF0JTWYOJHD3VO1FJFCBT8AE60CS2GNUKZ04EAH524TMI3L6IGUYKJUTFBVI8F4KDEVKJPOFP175VF1MCQRBHYK9WP17LDWO1D3GDYIOIIJZFTISH65020Q1LMHXUT6K53C9P' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ERAEHB3K6FHNAM4V65KY2TOFFLTG8T6R7A9C3QEFSO63HU8RZ14GG2VPDA37HXNNKM6SUK7A3E6N5ZV58PJCSJO5XLRXDEUSMGFAU9ZWYZHQO74M9EX7GDBVUAI455ATIVE1C2OVDOXQBUFBMAOCFZOMIF4HLJI06FADRN9ESXB8HIAL285Y3W1SLSEH9I0J53MNRHM46O2S4HV9YI0UN9T8KI2CYQLKBMFIZWDF0AQLWDCZ6BWKVN0F9N5X2T07I' where id=10; -update noar ti set v3='ERAEHB3K6FHNAM4V65KY2TOFFLTG8T6R7A9C3QEFSO63HU8RZ14GG2VPDA37HXNNKM6SUK7A3E6N5ZV58PJCSJO5XLRXDEUSMGFAU9ZWYZHQO74M9EX7GDBVUAI455ATIVE1C2OVDOXQBUFBMAOCFZOMIF4HLJI06FADRN9ESXB8HIAL285Y3W1SLSEH9I0J53MNRHM46O2S4HV9YI0UN9T8KI2CYQLKBMFIZWDF0AQLWDCZ6BWKVN0F9N5X2T07I' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='STFEB339U1N7HFMLLPQN3OP5Z3MJE4ACO02GT0YVVIPN2GH1TZHBUPJBQHHWXZ4WCXDVGUEH8MJWTS2FKBKYHN10K2ZHBYX1MFEOXGNHNCW951QCV7RSLN2CSHQU8PVNI4R68LMRY8RS0FIAHTTGU3EDM034IM7DIS310E6C0CB64RT3E1EQRPFJBI1M5W4D3WE39RLPLESPDA4XNCRIHAYPNH9SM2PB08L1VF4QVJFFR4J1JB91KR7P4Q8RGF5JP' where id=11; -update noar ti set v0='STFEB339U1N7HFMLLPQN3OP5Z3MJE4ACO02GT0YVVIPN2GH1TZHBUPJBQHHWXZ4WCXDVGUEH8MJWTS2FKBKYHN10K2ZHBYX1MFEOXGNHNCW951QCV7RSLN2CSHQU8PVNI4R68LMRY8RS0FIAHTTGU3EDM034IM7DIS310E6C0CB64RT3E1EQRPFJBI1M5W4D3WE39RLPLESPDA4XNCRIHAYPNH9SM2PB08L1VF4QVJFFR4J1JB91KR7P4Q8RGF5JP' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JZU6AZDFHLO4IVEZU2VKR8SQGEKTOVBWAVCFIC6O14RAB74WD4SY503KM4GH9R035XFUHB8T6I0SS2YNPG8ZZ1H5QFWOIREHA9NCLOJCESBNIWOJ3NFVF4OGL2Y02ELEA4WNH6G01GATZLEKCJH00RJKZRAGXEIW70CC2I80L3D0RSB5EB5FJEDZD6W71P7ALCWM8S32SGAMH2UQTUJBHWS0CQXEXKW4CWJ9A1XNMN6MNUINBW5OABATA016JTWWI' where id=11; -update noar ti set v1='JZU6AZDFHLO4IVEZU2VKR8SQGEKTOVBWAVCFIC6O14RAB74WD4SY503KM4GH9R035XFUHB8T6I0SS2YNPG8ZZ1H5QFWOIREHA9NCLOJCESBNIWOJ3NFVF4OGL2Y02ELEA4WNH6G01GATZLEKCJH00RJKZRAGXEIW70CC2I80L3D0RSB5EB5FJEDZD6W71P7ALCWM8S32SGAMH2UQTUJBHWS0CQXEXKW4CWJ9A1XNMN6MNUINBW5OABATA016JTWWI' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UM3E5UG6NTBWZI5111D0TVLF4RPDLJQQPQFX2KOCNYIH7KDSH2ZRU3KZOWLMX8GT7795548PFBPXAL4T072X7667ZVMKRQVIXN8IPBNM749OKXL3PPTWQIN9EZ2O1NOZOPG1GC7NI57X8RP0A6RU0ZJ5PCI99E0SYA5HH3RGFRJBCVU875WQQOKLGXJ3A63QX9GVC3BOLXQFNZSRNXYNZO3W0P991R0XPUHO6FV22935OM1N1F6PBHYSDN522COV6' where id=11; -update noar ti set v2='UM3E5UG6NTBWZI5111D0TVLF4RPDLJQQPQFX2KOCNYIH7KDSH2ZRU3KZOWLMX8GT7795548PFBPXAL4T072X7667ZVMKRQVIXN8IPBNM749OKXL3PPTWQIN9EZ2O1NOZOPG1GC7NI57X8RP0A6RU0ZJ5PCI99E0SYA5HH3RGFRJBCVU875WQQOKLGXJ3A63QX9GVC3BOLXQFNZSRNXYNZO3W0P991R0XPUHO6FV22935OM1N1F6PBHYSDN522COV6' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RNO6912YC082O2MX8E0F1B3S6A4ZSOWV44SUWB9KR6SO5WVUK42OAAS7CFYWAJ8E5CTHXFGS8XGDBFRRQ21B8IZHJ1RQNDO7537BWAL1ZZ9J4A90UNYGZYCX8RQLHQ6OERYZ2P2AMQME2ICDZWP7OZ0SU49A0DJ39T7FS16B7H60VX5S7G54BUZY52FZM107NPTT87F4D6NRNPZHZAH14AK3EZVTKVHGBCMFZKOKB66BGMZFAQEWM433QYHRUMFSG' where id=11; -update noar ti set v3='RNO6912YC082O2MX8E0F1B3S6A4ZSOWV44SUWB9KR6SO5WVUK42OAAS7CFYWAJ8E5CTHXFGS8XGDBFRRQ21B8IZHJ1RQNDO7537BWAL1ZZ9J4A90UNYGZYCX8RQLHQ6OERYZ2P2AMQME2ICDZWP7OZ0SU49A0DJ39T7FS16B7H60VX5S7G54BUZY52FZM107NPTT87F4D6NRNPZHZAH14AK3EZVTKVHGBCMFZKOKB66BGMZFAQEWM433QYHRUMFSG' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZBTYZZQ6N1D6SYSGMVI9OXXHTGB47K1AE70DXFCZ08NSOR5SQXS31Y16Q1BCHBMPUMOOCUXBPUDXRWVLLHB6X4ATXWP7HCUFF6I68KC34ZI7RIR0QRT5RJ79709QX4GGY5D8QCDJ5MSS6JDP1WO0VFP14P9WDS59ONVEBPJ58VD6A168LZCV9FES66NQ9YUDTGP9L88VHP807A15JOXY1XAG2FBEJX6QVHKCFNOK5FCV24ZWRN8TJIPU6SS5OAAHP' where id=12; -update noar ti set v0='ZBTYZZQ6N1D6SYSGMVI9OXXHTGB47K1AE70DXFCZ08NSOR5SQXS31Y16Q1BCHBMPUMOOCUXBPUDXRWVLLHB6X4ATXWP7HCUFF6I68KC34ZI7RIR0QRT5RJ79709QX4GGY5D8QCDJ5MSS6JDP1WO0VFP14P9WDS59ONVEBPJ58VD6A168LZCV9FES66NQ9YUDTGP9L88VHP807A15JOXY1XAG2FBEJX6QVHKCFNOK5FCV24ZWRN8TJIPU6SS5OAAHP' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='P2QESD5NKTQKDUSGDDL2G74XRQW8UB1VUWTFKF3W3Z5W5U5FEZ51IHO1D39YBZK479DDSYE1E6PV9A70WDI9HHWWZ4E41Z7CY896TOSCFCW3LW3BHLY4OSBEYDCIV9XHLNQMUWKNJZHAXM3K72LPLGBTOC4IKGZSMRC8S53DH1ZHVR45QOP8OPMM3T8KXDQEPWX6VJXRMSXE81J00AQ8P31Q7BHE60MX2GRFL7F137D22IEHH5W0559W0FYKL9HHQ' where id=12; -update noar ti set v1='P2QESD5NKTQKDUSGDDL2G74XRQW8UB1VUWTFKF3W3Z5W5U5FEZ51IHO1D39YBZK479DDSYE1E6PV9A70WDI9HHWWZ4E41Z7CY896TOSCFCW3LW3BHLY4OSBEYDCIV9XHLNQMUWKNJZHAXM3K72LPLGBTOC4IKGZSMRC8S53DH1ZHVR45QOP8OPMM3T8KXDQEPWX6VJXRMSXE81J00AQ8P31Q7BHE60MX2GRFL7F137D22IEHH5W0559W0FYKL9HHQ' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D8ISEBZFRCZHU6FRW6QUKHYPOHL5RNMIXP4CGNSIF1LKQP03YC7EY9Y75K5OLVRTJPZXOF6WWG8A66E6JR6PSTW5K9SDA5TQH7I5A9B8EQNVWD77C1L5Y4ZL26QY6W7G31T7FKMEJCPN6ZFM2D336D6NGL7SK7ODP891GYPZGKGITMGTPT1HZN9DDX7OJEOONH6SB2R1SW01MATJ80QDHO9X7MMWI2YA3LHA29DZTOS5BZU20CHSEKRFSWBXI78OL' where id=12; -update noar ti set v2='D8ISEBZFRCZHU6FRW6QUKHYPOHL5RNMIXP4CGNSIF1LKQP03YC7EY9Y75K5OLVRTJPZXOF6WWG8A66E6JR6PSTW5K9SDA5TQH7I5A9B8EQNVWD77C1L5Y4ZL26QY6W7G31T7FKMEJCPN6ZFM2D336D6NGL7SK7ODP891GYPZGKGITMGTPT1HZN9DDX7OJEOONH6SB2R1SW01MATJ80QDHO9X7MMWI2YA3LHA29DZTOS5BZU20CHSEKRFSWBXI78OL' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QZZGM5VHOHC036K76P4O6CVQBE680S04LQ5M4QA1G6941S2B5IP3SQFCUJ43ZHEF6W34P0TFB9X4BMI2I5FENA6B7VZ0MKPDT62E4L35WWG0F4VO5TFGYSXBP2Y0ZCWUYR914RUAN1882LR6D2U1N2LQDPOM0UBTVV1RGBSS9AH4Z79IBYZUBTGVSUU84CISE06ANE0WP9HAAJN62GLP61H7FW17EYQP41E52PU0MTET8EPKFP6NGW26LKICF0YT3' where id=12; -update noar ti set v3='QZZGM5VHOHC036K76P4O6CVQBE680S04LQ5M4QA1G6941S2B5IP3SQFCUJ43ZHEF6W34P0TFB9X4BMI2I5FENA6B7VZ0MKPDT62E4L35WWG0F4VO5TFGYSXBP2Y0ZCWUYR914RUAN1882LR6D2U1N2LQDPOM0UBTVV1RGBSS9AH4Z79IBYZUBTGVSUU84CISE06ANE0WP9HAAJN62GLP61H7FW17EYQP41E52PU0MTET8EPKFP6NGW26LKICF0YT3' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CBZ1HGVRQXVSPJXLTAEIOTXNVAR709NC14JTZADASW9BUUEA3U79Z39IM2OP487JCUO5IM332BWRREU5HLK5ZSWA87GOTJUYWX6ATF50J2NKC5C16XRT4TYDHWJZPPGK9BW6EQ9OY2S7TC7UF5R1SJ56AWA60MTDY5X5L4JSC5NV5X9ZV4UJID4MNABB7UNCSRGVNUO0UACKSV4MQ4NWRZ6XB0OKM9FWFA247E1PYPDVI77OUDQVZIKOIH45IHJWQ' where id=13; -update noar ti set v0='CBZ1HGVRQXVSPJXLTAEIOTXNVAR709NC14JTZADASW9BUUEA3U79Z39IM2OP487JCUO5IM332BWRREU5HLK5ZSWA87GOTJUYWX6ATF50J2NKC5C16XRT4TYDHWJZPPGK9BW6EQ9OY2S7TC7UF5R1SJ56AWA60MTDY5X5L4JSC5NV5X9ZV4UJID4MNABB7UNCSRGVNUO0UACKSV4MQ4NWRZ6XB0OKM9FWFA247E1PYPDVI77OUDQVZIKOIH45IHJWQ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='610HGZ8VZ9FP7L3LMRIJOO1RZHRF0HTLRPYXWIU1C3TBCA8EWD0O80JTGXSUDLD2FNXI38W7D7VJ4NOFYJEJYLH1SZJ0NR4TXJ7RJFHKB9G9HLKN5C0GEDMYGYKLHNXI78ORWX5NI3QHCL5TIV3YRSJZVG06FQGF51VT8CENST8X4K4H2Q41I3LQ7JYKT0MKP3DY8U1289AQF6PY4XD6PJHDQEWV1DEUL0PA5BU0MKXVQVQQG8PC1MW19Z7L5388E' where id=13; -update noar ti set v1='610HGZ8VZ9FP7L3LMRIJOO1RZHRF0HTLRPYXWIU1C3TBCA8EWD0O80JTGXSUDLD2FNXI38W7D7VJ4NOFYJEJYLH1SZJ0NR4TXJ7RJFHKB9G9HLKN5C0GEDMYGYKLHNXI78ORWX5NI3QHCL5TIV3YRSJZVG06FQGF51VT8CENST8X4K4H2Q41I3LQ7JYKT0MKP3DY8U1289AQF6PY4XD6PJHDQEWV1DEUL0PA5BU0MKXVQVQQG8PC1MW19Z7L5388E' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BKMBYMGDF76K3BIJM0OD0QUGMIVKGDUPHXQ9YJ29Z924MAI7QFI534ZLNOFJ2RFUXM5S6YZ4FEDRH48NHSH3DTHWHX31TFDAI6UT4VT569AGI3VNXQE2J0XKZ6T2QR42TQVQ963PYD9J12D0PQ5WDODAIGDKSC1UKMHUBUA7BFK11U0MV65DQYBLPBP32VZN47WRWKZ3JKWDLB0QAZP8RNOMUP8FXS90DDCF49S154G7HMR312I2HWMY3KQDO7MZE' where id=13; -update noar ti set v2='BKMBYMGDF76K3BIJM0OD0QUGMIVKGDUPHXQ9YJ29Z924MAI7QFI534ZLNOFJ2RFUXM5S6YZ4FEDRH48NHSH3DTHWHX31TFDAI6UT4VT569AGI3VNXQE2J0XKZ6T2QR42TQVQ963PYD9J12D0PQ5WDODAIGDKSC1UKMHUBUA7BFK11U0MV65DQYBLPBP32VZN47WRWKZ3JKWDLB0QAZP8RNOMUP8FXS90DDCF49S154G7HMR312I2HWMY3KQDO7MZE' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EMN0BPRMR96LBBCRB2HEVSN9Q9856EJD6J6633XDMUX754HXGX4X818JUJS1MLN7XPERDZG7L7G5MG6H7VPVOY34C7JSELCYLDSWUC69LX56JADK6TPXGGVHY7RSBV7E1BFGNC4WMS0FX5PXRI8O4FSEVTONLIPL6A2ZWY3SA96PPCPP09QN8SJF42DJZQ3TRLGEI1VXCJ8GYIP8WFQRQ7KJUEOMVDKJQTM6S1LB6UC07X3K1Q46BL5FZ6ZQC8ULB' where id=13; -update noar ti set v3='EMN0BPRMR96LBBCRB2HEVSN9Q9856EJD6J6633XDMUX754HXGX4X818JUJS1MLN7XPERDZG7L7G5MG6H7VPVOY34C7JSELCYLDSWUC69LX56JADK6TPXGGVHY7RSBV7E1BFGNC4WMS0FX5PXRI8O4FSEVTONLIPL6A2ZWY3SA96PPCPP09QN8SJF42DJZQ3TRLGEI1VXCJ8GYIP8WFQRQ7KJUEOMVDKJQTM6S1LB6UC07X3K1Q46BL5FZ6ZQC8ULB' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2PNWKYJ0IL35C8Y0M5151XVQ63SJVXGWI2D7M2ZIICHF5P40JP9OHT4IZJSLTIFPKD8UJJEZNHATHFYOG171NHM8DEDFHPUA0XXHQM2JG1RCGWYL7IXRFNLKTGGKJDBCAJMIP6A04GU0MVOSZ9D0T34K4P11ATH0J2CHKNYFQ5ZXN4C839MYDMY98GTNI52DWA1FU4MSHKC0EL5EJBK7MEKH1FNGKRWTLDVY82BINBGNO65FH7J6Q3TJ4X5CHTW0F' where id=14; -update noar ti set v0='2PNWKYJ0IL35C8Y0M5151XVQ63SJVXGWI2D7M2ZIICHF5P40JP9OHT4IZJSLTIFPKD8UJJEZNHATHFYOG171NHM8DEDFHPUA0XXHQM2JG1RCGWYL7IXRFNLKTGGKJDBCAJMIP6A04GU0MVOSZ9D0T34K4P11ATH0J2CHKNYFQ5ZXN4C839MYDMY98GTNI52DWA1FU4MSHKC0EL5EJBK7MEKH1FNGKRWTLDVY82BINBGNO65FH7J6Q3TJ4X5CHTW0F' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ETS35EEO8ERWB9ATR3OL6LZ7LZKSEM4SGCFC6IQ5DRYZXLRZNHI8HYUUTC3EIO239AOS9RTBXGUJK54E6UDON5WFCYOHYX5S4263ZOAGBBGDKNAAJWWH1QWNODYBBRW232HJU5UX6442E0K9X027FUFD23U9I3GXTPBWPDF60CA23ZTQ9A1WIK5W47DHESV73DHJTUOBWPVN3JTZ5VA1X4KOET333Q5XOSPE9NZTIVXUL7HR0HBR7P6BG20G4K7NL' where id=14; -update noar ti set v1='ETS35EEO8ERWB9ATR3OL6LZ7LZKSEM4SGCFC6IQ5DRYZXLRZNHI8HYUUTC3EIO239AOS9RTBXGUJK54E6UDON5WFCYOHYX5S4263ZOAGBBGDKNAAJWWH1QWNODYBBRW232HJU5UX6442E0K9X027FUFD23U9I3GXTPBWPDF60CA23ZTQ9A1WIK5W47DHESV73DHJTUOBWPVN3JTZ5VA1X4KOET333Q5XOSPE9NZTIVXUL7HR0HBR7P6BG20G4K7NL' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='13QZSK0KQFU1YD4VIJQJNQYS29TI6FPIP6VWPND2YN4NJ6VDTUJWAQXAI7GYM8ZWZ81976RRWXBZJH5KGA0AGGI8DRAGC7HB7Q2FVUE4TK9OWRZ2M5IWH3ZIQBVXU17PTVHWB4ORY424H104NAKYJ4XAAI93VHHF07F4SBBRIRQTYOAL0YKVOX9JUKMNG61A6CO3C66G8HJG2A83VCQ36GYUAMKFOCSGCF6PF5DCJR08PC4AFC781E0MYBKZT3PD3' where id=14; -update noar ti set v2='13QZSK0KQFU1YD4VIJQJNQYS29TI6FPIP6VWPND2YN4NJ6VDTUJWAQXAI7GYM8ZWZ81976RRWXBZJH5KGA0AGGI8DRAGC7HB7Q2FVUE4TK9OWRZ2M5IWH3ZIQBVXU17PTVHWB4ORY424H104NAKYJ4XAAI93VHHF07F4SBBRIRQTYOAL0YKVOX9JUKMNG61A6CO3C66G8HJG2A83VCQ36GYUAMKFOCSGCF6PF5DCJR08PC4AFC781E0MYBKZT3PD3' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='INTZ7B0FKLX6FP8USN5MSOQ3DRQQGPBAYY3C3VVSW67D9X5WZPQ2H4KTQQSPWH9DJYJ1AACYL53112HJPK9KFWEVAZBCZPZU24G018YCILZOAZSBN7X9VYOXP572924AB2FGITSWCGRN5LWRZ173HVE1GSY2TKK8CANS1752PGHZLA0XQXJ4N3NE0W5W8XYARFSPI6LAPLNF143N8ZOFOLRBVKA0BQMFKEBF4AHT7AGNB1O556D5Y906Y8WA50NA3' where id=14; -update noar ti set v3='INTZ7B0FKLX6FP8USN5MSOQ3DRQQGPBAYY3C3VVSW67D9X5WZPQ2H4KTQQSPWH9DJYJ1AACYL53112HJPK9KFWEVAZBCZPZU24G018YCILZOAZSBN7X9VYOXP572924AB2FGITSWCGRN5LWRZ173HVE1GSY2TKK8CANS1752PGHZLA0XQXJ4N3NE0W5W8XYARFSPI6LAPLNF143N8ZOFOLRBVKA0BQMFKEBF4AHT7AGNB1O556D5Y906Y8WA50NA3' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OMUCFK4FET86VL9K4Z3D7P92NDDEMMTWUY80OHR2DU2S77LUDZ15Y0J4AUDLT0XYSJBSG4LHOSBHXCQPQLRZ0XLOUC7C3KTOC6PPDFO5RHH41TZ2BV6ZPS1FXJAEGNSDQ9E08SCM0A09QJC445OVSQDR7AM5GV7RYRWH37HL3W8V3WDJ62N4IQHKH08TXE5LQWR5Y2GFQTT5320KSEER3IBVFS4FUCD6WX3GG40T4JCCDZ659FGJA0LM7PCMP3KJV' where id=15; -update noar ti set v0='OMUCFK4FET86VL9K4Z3D7P92NDDEMMTWUY80OHR2DU2S77LUDZ15Y0J4AUDLT0XYSJBSG4LHOSBHXCQPQLRZ0XLOUC7C3KTOC6PPDFO5RHH41TZ2BV6ZPS1FXJAEGNSDQ9E08SCM0A09QJC445OVSQDR7AM5GV7RYRWH37HL3W8V3WDJ62N4IQHKH08TXE5LQWR5Y2GFQTT5320KSEER3IBVFS4FUCD6WX3GG40T4JCCDZ659FGJA0LM7PCMP3KJV' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YLNX5N8CQ4AY5YU90RUT1UELWH2NVKI955NUJ4PD1ZPB25NY4VB5B1BV7KE490YA5CITNJR6RIW58EEF59HVJRN2H8UEHELYTID6QUA7YYQZS0S3L5RSRDV0WIYQCKVNFMBQXXFVJB109GRIPYHRWDDJ9FJ1X8EEH7JXZXLPT0JE4PMFA5RGF9PKYR6XAP5UZ75ZKHRZZW6X1T1PLHNOSH4XISR2F2WSCJ1B1H1O373OMNNK2V8P3APCT9Q6A15LC' where id=15; -update noar ti set v1='YLNX5N8CQ4AY5YU90RUT1UELWH2NVKI955NUJ4PD1ZPB25NY4VB5B1BV7KE490YA5CITNJR6RIW58EEF59HVJRN2H8UEHELYTID6QUA7YYQZS0S3L5RSRDV0WIYQCKVNFMBQXXFVJB109GRIPYHRWDDJ9FJ1X8EEH7JXZXLPT0JE4PMFA5RGF9PKYR6XAP5UZ75ZKHRZZW6X1T1PLHNOSH4XISR2F2WSCJ1B1H1O373OMNNK2V8P3APCT9Q6A15LC' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UUN41LU3WL80F1PGPS1SIQ6PHIXBUCZCHAFOQVWVCOXWJVYEO1JU9LU80HQWAN8V358AJN9JL2LR0NSKKD741ANQKUYG3S82SM7POWXHHPU7BA60CK6PCPQ4C6HF44I9UTAVLWU56XZPJK05ENY9K6ICTF3YXPV1984WTPRP3AD436MPE1KXIXT9U92FVMJ6U3QMSKGNSZVXELP849ZF5SA5EVS0729282903L0APHAOSORFTR6TUW0L7DI63TTC5' where id=15; -update noar ti set v2='UUN41LU3WL80F1PGPS1SIQ6PHIXBUCZCHAFOQVWVCOXWJVYEO1JU9LU80HQWAN8V358AJN9JL2LR0NSKKD741ANQKUYG3S82SM7POWXHHPU7BA60CK6PCPQ4C6HF44I9UTAVLWU56XZPJK05ENY9K6ICTF3YXPV1984WTPRP3AD436MPE1KXIXT9U92FVMJ6U3QMSKGNSZVXELP849ZF5SA5EVS0729282903L0APHAOSORFTR6TUW0L7DI63TTC5' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CRJ95A8151BNBTWQPQEQ0UX3WMYZHTS5I1PMZ0RD5YQDYVXF8K0NN9YF2CEK20EE2N9DG1MZSQDVHLN9R51SHCI7DQCBXRQJ61CNXD3KYDDKOE0RSGWUHCOB4DAC0VF8OBOZXTYDCQNAWBIY4ZQXEWBJPYEUH8ZMS2J4BAES75UPGWD576U0BJZWIS6MQOFNFQATV61O9FKTJ2CRDASMPFLTJSV3YCN6KWTBW8VMRENA3CEZIQGEWQ95R2XS8BYJL' where id=15; -update noar ti set v3='CRJ95A8151BNBTWQPQEQ0UX3WMYZHTS5I1PMZ0RD5YQDYVXF8K0NN9YF2CEK20EE2N9DG1MZSQDVHLN9R51SHCI7DQCBXRQJ61CNXD3KYDDKOE0RSGWUHCOB4DAC0VF8OBOZXTYDCQNAWBIY4ZQXEWBJPYEUH8ZMS2J4BAES75UPGWD576U0BJZWIS6MQOFNFQATV61O9FKTJ2CRDASMPFLTJSV3YCN6KWTBW8VMRENA3CEZIQGEWQ95R2XS8BYJL' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DY5HNMY99RL9AFP3JM9WWU1VLM3K8G9L6HNAA1F61Q6ON1XEKTCS6JVLEL5LOA0C0AZFLPP1B00JHM2HVKOFF2C8KZ63CJIP8INIXF9MYNCAKHZJ4QW46MC9HCKEEP4AKX0KF98T64A4Z5H448V5RF0QHOLA85XVC2VLTEUL4W1UJGNGQ8M9KL9HJZE3C4MW9N6IOEYBQTTKUVRLWJUFSEBKYJIUHSWTUDLOG93QEHAYOJL33LTMZ6CB56BAA4KOE' where id=16; -update noar ti set v0='DY5HNMY99RL9AFP3JM9WWU1VLM3K8G9L6HNAA1F61Q6ON1XEKTCS6JVLEL5LOA0C0AZFLPP1B00JHM2HVKOFF2C8KZ63CJIP8INIXF9MYNCAKHZJ4QW46MC9HCKEEP4AKX0KF98T64A4Z5H448V5RF0QHOLA85XVC2VLTEUL4W1UJGNGQ8M9KL9HJZE3C4MW9N6IOEYBQTTKUVRLWJUFSEBKYJIUHSWTUDLOG93QEHAYOJL33LTMZ6CB56BAA4KOE' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YVIMS6MH43DTBXUPI2AM8DEDCP8OIPTWUU4EFKHW65ALSKSO4O7KOLLE6VIXG5CF17B7C7G2MF4ZMOFFEXTKKBEOHXJBIHZGTVBLCCL9NLDJB8R6KAVYUZ9LDV3XXBB8TTCXW0KSPYMT9JNFC9FS7RULWM03UQK55ABSOCA0D9ZOW967M3KFWNFOQUB8X8UTS0F6DFNJ2PWOX6S80JIG9RO8XFPRB20J07O6EW8UXX7L276SL5P1EB20BGTI44WHL' where id=16; -update noar ti set v1='YVIMS6MH43DTBXUPI2AM8DEDCP8OIPTWUU4EFKHW65ALSKSO4O7KOLLE6VIXG5CF17B7C7G2MF4ZMOFFEXTKKBEOHXJBIHZGTVBLCCL9NLDJB8R6KAVYUZ9LDV3XXBB8TTCXW0KSPYMT9JNFC9FS7RULWM03UQK55ABSOCA0D9ZOW967M3KFWNFOQUB8X8UTS0F6DFNJ2PWOX6S80JIG9RO8XFPRB20J07O6EW8UXX7L276SL5P1EB20BGTI44WHL' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4Z6W9NYSLKE1W93KP5IW301MDBX6XD5CJT8CZ9CEFKHH8A7KPWRME3KP58GGDHGJTI12FSVBS0YNQNU1PSDXWW8CVUJQIBTI8UQVDQF7BKAIU9QAD5PXY7IFUXRFVM4DFAIW6C83QFEEJRBTEZDZTHCJZ49AVPXS8UJ5S62AXAOOPW9FHYK2UNDNY06M0VUTFPIT8IG41B819E8TM9X8Z2UMRW2667OOXKEBGN9JVGL0MGENM4JTWLFG2OH1VUEBZ' where id=16; -update noar ti set v2='4Z6W9NYSLKE1W93KP5IW301MDBX6XD5CJT8CZ9CEFKHH8A7KPWRME3KP58GGDHGJTI12FSVBS0YNQNU1PSDXWW8CVUJQIBTI8UQVDQF7BKAIU9QAD5PXY7IFUXRFVM4DFAIW6C83QFEEJRBTEZDZTHCJZ49AVPXS8UJ5S62AXAOOPW9FHYK2UNDNY06M0VUTFPIT8IG41B819E8TM9X8Z2UMRW2667OOXKEBGN9JVGL0MGENM4JTWLFG2OH1VUEBZ' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6DCS6589XD15G2KDZKYUOECGWA9V71948FBVBSSH7CAY0VK5YW06NKXVCVET0ME4Z1MFSOD03N390VRBQK56EQ3JC7R5KHK1I69KNXLOVHEWFFQ98UK9AYCITUIU4SUHC9M4UN33JUSRL4GWHSIPP2U2A8GVBXBGPXARL9N8VE959SWWUOJKSESON2FHI0PXL0T1AZOW9GC60XS65KBRWDPHSJE13ZAQ71YWYUIDIT5AIGEYZD7EPA8MU0XCRE6VF' where id=16; -update noar ti set v3='6DCS6589XD15G2KDZKYUOECGWA9V71948FBVBSSH7CAY0VK5YW06NKXVCVET0ME4Z1MFSOD03N390VRBQK56EQ3JC7R5KHK1I69KNXLOVHEWFFQ98UK9AYCITUIU4SUHC9M4UN33JUSRL4GWHSIPP2U2A8GVBXBGPXARL9N8VE959SWWUOJKSESON2FHI0PXL0T1AZOW9GC60XS65KBRWDPHSJE13ZAQ71YWYUIDIT5AIGEYZD7EPA8MU0XCRE6VF' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1EX7JUJR8MQ6QW6ITYIBK4RS2BQI4I9FS6ZVBEACZQ853WXRDWWSG6GE3DWWU10YF7710U40XUVNW897MZV8G1EMQYX6XU7P0EPKF7ZTLO31A6XTQBVVPWCX8CZHWQCN0WOW3R5VIRM27D1GQGPSAKJYJ3YF6OQUIH3VFWUOBJHSAN019AL4RZWVIXIZUPFERNH9FUDJR42PLF2UE2FX4OFRF81YF3TJYM9I84J881KHMI3JBDPJDQ8TNBXHULHVF' where id=17; -update noar ti set v0='1EX7JUJR8MQ6QW6ITYIBK4RS2BQI4I9FS6ZVBEACZQ853WXRDWWSG6GE3DWWU10YF7710U40XUVNW897MZV8G1EMQYX6XU7P0EPKF7ZTLO31A6XTQBVVPWCX8CZHWQCN0WOW3R5VIRM27D1GQGPSAKJYJ3YF6OQUIH3VFWUOBJHSAN019AL4RZWVIXIZUPFERNH9FUDJR42PLF2UE2FX4OFRF81YF3TJYM9I84J881KHMI3JBDPJDQ8TNBXHULHVF' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M9XA630UPYUNXTSPY40QES8JDG4274PGCE7B1JN4YLL88GL6UCECK0V84OI8IU63Y2I4EZ16P44HHC0FJLNIOXVIOF1BEMH4DH81QS1966WQR8QESPC3FG0JYJBWLATLK5U20456YTI5N21TC27YBGBVH3LU8DADLPGLM07KLJ1DKSGUXOJXPZBNNG9LIS8AKK7D0JR3MOOWOKRN90EO7PTW8827W52T14RGMQ72XXJNFXPVIYHBQYOYDZUUC8WUM' where id=17; -update noar ti set v1='M9XA630UPYUNXTSPY40QES8JDG4274PGCE7B1JN4YLL88GL6UCECK0V84OI8IU63Y2I4EZ16P44HHC0FJLNIOXVIOF1BEMH4DH81QS1966WQR8QESPC3FG0JYJBWLATLK5U20456YTI5N21TC27YBGBVH3LU8DADLPGLM07KLJ1DKSGUXOJXPZBNNG9LIS8AKK7D0JR3MOOWOKRN90EO7PTW8827W52T14RGMQ72XXJNFXPVIYHBQYOYDZUUC8WUM' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IZULBI6J1M7JAAK559NKOU6YC45H51C6EOOWY0AQXGXZTX0007WVQL8LLY87PWSYVCUQXV0VCHHLCC82IATF9R9B9NKNDL633AQPSW075J2BXG65Q1JV7Q7P5YPQ6LCFWFEBFEZUC2OTARO4JBUUS1KKP6HWM89YIMU8AL236GU45P1JGQQCA6M7RXETNW5DHV4L82E4GZ4VCVY82E31BPPNZJAD1KJ1SOEQ8G1DJ45D04QKBQIJ80VPU82TS93BX' where id=17; -update noar ti set v2='IZULBI6J1M7JAAK559NKOU6YC45H51C6EOOWY0AQXGXZTX0007WVQL8LLY87PWSYVCUQXV0VCHHLCC82IATF9R9B9NKNDL633AQPSW075J2BXG65Q1JV7Q7P5YPQ6LCFWFEBFEZUC2OTARO4JBUUS1KKP6HWM89YIMU8AL236GU45P1JGQQCA6M7RXETNW5DHV4L82E4GZ4VCVY82E31BPPNZJAD1KJ1SOEQ8G1DJ45D04QKBQIJ80VPU82TS93BX' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QG5GTFR49E4F0LKAJ8WKFQUT7R8I2DIY7YCON9SPKW19YNPIHGYFGEYLQTVA8PIIRY3ZEQ80YY44ZZ1GD1CYQLJBV6SVFQBHANBPKX2RQZ8JLTK3UT6O3K527SVI036ENJ1UWFMNZW9DM6QC3MB4ZWMS8PA1K5B2Y55T30VPTWNWZAJICX9Z1TAG5400YH2TGW2Q9P1T8XON02UES0E7FEBWZ5XF5A6ME7B2SMLQWY4KO55LGEW4D25QF0RUYFUMB' where id=17; -update noar ti set v3='QG5GTFR49E4F0LKAJ8WKFQUT7R8I2DIY7YCON9SPKW19YNPIHGYFGEYLQTVA8PIIRY3ZEQ80YY44ZZ1GD1CYQLJBV6SVFQBHANBPKX2RQZ8JLTK3UT6O3K527SVI036ENJ1UWFMNZW9DM6QC3MB4ZWMS8PA1K5B2Y55T30VPTWNWZAJICX9Z1TAG5400YH2TGW2Q9P1T8XON02UES0E7FEBWZ5XF5A6ME7B2SMLQWY4KO55LGEW4D25QF0RUYFUMB' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8K2JZ9ZN54VC5W5YTMU4R2OL2UDKXGYAAK1X2N25MLU1G66DP4SHQQ6H6F0PBW5JTVQNQXVYTQ2OD2T6DP7MFJSJT95NC5EHRC3SVYBVTFLG3ZKAMPC3271AD3LBCUYPXGM4YPDT03QOEZ051EDD1L054XM9SOPWBZ71LFXQN7MZNU0C4Z94ZTZQ661XLDQCGJG16U8XWWXZXLS61EUOOMT2O9OZIHY5SF3GA4L8EBVVCTXCVECHANQVIYJF9TYJA' where id=18; -update noar ti set v0='8K2JZ9ZN54VC5W5YTMU4R2OL2UDKXGYAAK1X2N25MLU1G66DP4SHQQ6H6F0PBW5JTVQNQXVYTQ2OD2T6DP7MFJSJT95NC5EHRC3SVYBVTFLG3ZKAMPC3271AD3LBCUYPXGM4YPDT03QOEZ051EDD1L054XM9SOPWBZ71LFXQN7MZNU0C4Z94ZTZQ661XLDQCGJG16U8XWWXZXLS61EUOOMT2O9OZIHY5SF3GA4L8EBVVCTXCVECHANQVIYJF9TYJA' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='P1TI3VGHO4U7XLPQU4J4BOB9061IRDSR2P8F6K7CVSK9OL3JW76HO7HA3YYS89MNTBU6YV0NTMM39Y2XQPEZX04NYJRJ3H7GAJ3VIJP28I8ZPXQ73PPQXB5T3RLBEFEJ80H89V3HS78NJ3JVNMQTQRDKVAWY32LSC7QY88EA436MWEVPJYHKSDSDAVOU9V5TH9LB0P9MDY45B8OQXHCT48GKPHKF9Y3WGRLZ3GCTL8NGANXTS2HU0466DO2E2AXNL' where id=18; -update noar ti set v1='P1TI3VGHO4U7XLPQU4J4BOB9061IRDSR2P8F6K7CVSK9OL3JW76HO7HA3YYS89MNTBU6YV0NTMM39Y2XQPEZX04NYJRJ3H7GAJ3VIJP28I8ZPXQ73PPQXB5T3RLBEFEJ80H89V3HS78NJ3JVNMQTQRDKVAWY32LSC7QY88EA436MWEVPJYHKSDSDAVOU9V5TH9LB0P9MDY45B8OQXHCT48GKPHKF9Y3WGRLZ3GCTL8NGANXTS2HU0466DO2E2AXNL' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0GF9EHOS7Y0HYH0RJK4TZLC4OSF5FPYO5ZGMTUGTP1J0247XMQXDCK3IIGCNJV1DLGZ9LSM3CC6H1WYWB6PET2WUZI5YWL9WTP7E2EWDXZF9IGUJTVV49736J22063ARMMO7VF0DA4HY85G2Z5CM5L536CYO9QGIF8Z2PZCAXYM6VCI7TOHLU257GLQVI04J29D6UYZ1V2TBXI4BNJZGFNW6E1258SLLOAAYMSCUKF6HC0P6B49ZBKBM8GPFEXJAN' where id=18; -update noar ti set v2='0GF9EHOS7Y0HYH0RJK4TZLC4OSF5FPYO5ZGMTUGTP1J0247XMQXDCK3IIGCNJV1DLGZ9LSM3CC6H1WYWB6PET2WUZI5YWL9WTP7E2EWDXZF9IGUJTVV49736J22063ARMMO7VF0DA4HY85G2Z5CM5L536CYO9QGIF8Z2PZCAXYM6VCI7TOHLU257GLQVI04J29D6UYZ1V2TBXI4BNJZGFNW6E1258SLLOAAYMSCUKF6HC0P6B49ZBKBM8GPFEXJAN' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VSJJPAWBOTXJE0RUC1FBYQZSFWY1KQ9O15HB8TABPYVIVEC591859EEHGPUMTLUBQ342QTP33RQQ793NIKBRT10LLOG0GGY4QILVRD48F1RXC10O46NYU0BDY4R7D6CVJLENGPVNUDRR6VCVJ4RGKRK5GS1Y1Q7NWCZ002AWD2A6V610FH2W2FX1X28RMH649YW6LVW1HRZ5VAYGDLYF5QM593F3891FRVN007L2TFPZCWW1WSUAOAK6U1Q69BXUS' where id=18; -update noar ti set v3='VSJJPAWBOTXJE0RUC1FBYQZSFWY1KQ9O15HB8TABPYVIVEC591859EEHGPUMTLUBQ342QTP33RQQ793NIKBRT10LLOG0GGY4QILVRD48F1RXC10O46NYU0BDY4R7D6CVJLENGPVNUDRR6VCVJ4RGKRK5GS1Y1Q7NWCZ002AWD2A6V610FH2W2FX1X28RMH649YW6LVW1HRZ5VAYGDLYF5QM593F3891FRVN007L2TFPZCWW1WSUAOAK6U1Q69BXUS' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J61BZEOQFZ08XSSBJ2LYGFGU741OSER0XJGABRRBAQOOC6X7VNLNANY0AEEXDSVIFZQ9N3V7KYDB1KO3S2JKKLY2PLA6C51NQ82LLG6BBTLID6EWSQP0C1U6X7L5GQ9O9CTDO0IGH66E2XMPYLL3TUZFW507CA9UYILSWZX4SLCHREKOU0JJPT0LDFG89A0TKRK9QMVG1JS1JD2BVXTNPOUHYZB3LO4MQCK3XD7S6V62QV8VLIPOTT2I5ZBUY5FIQ' where id=19; -update noar ti set v0='J61BZEOQFZ08XSSBJ2LYGFGU741OSER0XJGABRRBAQOOC6X7VNLNANY0AEEXDSVIFZQ9N3V7KYDB1KO3S2JKKLY2PLA6C51NQ82LLG6BBTLID6EWSQP0C1U6X7L5GQ9O9CTDO0IGH66E2XMPYLL3TUZFW507CA9UYILSWZX4SLCHREKOU0JJPT0LDFG89A0TKRK9QMVG1JS1JD2BVXTNPOUHYZB3LO4MQCK3XD7S6V62QV8VLIPOTT2I5ZBUY5FIQ' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='X9SHZS550ADRHP2NFR6Z5LPL8Q3SIA03ST8FSMZ549EOVY8Q80ZVYG3BPLX4ESMJUFLGC5ILWHVFW5OM2VI8TT1GUPS3HXFDPQ7RNLNKZVJCDL96HQAG4VO26JYHV5CS836W6MUTFDH81Q6S68QLORT48SXYIKN3JJ2NK87MOJKEI9KNL5FBJEC2FTQQSYF8EWP9VTSKU3O41WN55L07H2FYVG986ERQWEUW93PTGHEL6G1PZFAOLNMDFGC37WSQN' where id=19; -update noar ti set v1='X9SHZS550ADRHP2NFR6Z5LPL8Q3SIA03ST8FSMZ549EOVY8Q80ZVYG3BPLX4ESMJUFLGC5ILWHVFW5OM2VI8TT1GUPS3HXFDPQ7RNLNKZVJCDL96HQAG4VO26JYHV5CS836W6MUTFDH81Q6S68QLORT48SXYIKN3JJ2NK87MOJKEI9KNL5FBJEC2FTQQSYF8EWP9VTSKU3O41WN55L07H2FYVG986ERQWEUW93PTGHEL6G1PZFAOLNMDFGC37WSQN' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MCK1ROFUKOOYQKHCHOD2VMXQZ8YHOSX2Q6XD8DPI8XV35BG1Z85DO89GVN6F7OKCTZXD87375GWB8H5QHP8TWUBKO0NVSFVBV5QWP3UB0M9O7PUTHNFRI2VL8EIWFNALBH7G8O2OSNP3X85N672891GCZD3QHU1LX740ST25UM4YJ7GTNCCM7QVLB85AKCU8QGXAQQGUJDFTPY7G6NM4ILR6NSY7E6CKU3QMZ5W3ZJ9O5Z412A464PK6LHA8DKPS4' where id=19; -update noar ti set v2='MCK1ROFUKOOYQKHCHOD2VMXQZ8YHOSX2Q6XD8DPI8XV35BG1Z85DO89GVN6F7OKCTZXD87375GWB8H5QHP8TWUBKO0NVSFVBV5QWP3UB0M9O7PUTHNFRI2VL8EIWFNALBH7G8O2OSNP3X85N672891GCZD3QHU1LX740ST25UM4YJ7GTNCCM7QVLB85AKCU8QGXAQQGUJDFTPY7G6NM4ILR6NSY7E6CKU3QMZ5W3ZJ9O5Z412A464PK6LHA8DKPS4' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YXT6TYZFVOPURSW0RQ3F4YJ9SFHH4E7NJOJPLDC9R48ZPUN8CDSISFKETUPGZLBB18JJ849UPAZEHMDFZ4CANRQAX2WKI740GSXOKVUOWT9KKIBP230B9ZGGSXDEW205SKNCCPCXI3181HKQCYB0TUL1JVSIH8A3A209M9VEEDGDE6B1FYFQCQO1QRJV9S57U6XBQMZ0K8BGJJQE4T7U43M058VAPXGAPKANFGQCB8P8SQ7K4DJFNUXPFKBXJTOV0' where id=19; -update noar ti set v3='YXT6TYZFVOPURSW0RQ3F4YJ9SFHH4E7NJOJPLDC9R48ZPUN8CDSISFKETUPGZLBB18JJ849UPAZEHMDFZ4CANRQAX2WKI740GSXOKVUOWT9KKIBP230B9ZGGSXDEW205SKNCCPCXI3181HKQCYB0TUL1JVSIH8A3A209M9VEEDGDE6B1FYFQCQO1QRJV9S57U6XBQMZ0K8BGJJQE4T7U43M058VAPXGAPKANFGQCB8P8SQ7K4DJFNUXPFKBXJTOV0' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LV01CP920RSCAZHN5VF1W9JEVFDYH596R8J8LC0MF86T3Z1UAYM45873ERUF3EEDP1GOTNSF2IGBLYIXTOI3TVFK1WI9JE0DX1R5WXCKJ9EBH115MTQM4T52S31O05GKVUZ62P9TXQ1J9QV4ZCT4VEOQN4BJKBKH4B7579YR7XP4AW9AVUVAS1P8S6K649WLYMPVMKHZOKRADCRWUARYLFIGW0IS030GMTLGQN9CKN9QR73MR15N5JTOMV9HORU1M' where id=20; -update noar ti set v0='LV01CP920RSCAZHN5VF1W9JEVFDYH596R8J8LC0MF86T3Z1UAYM45873ERUF3EEDP1GOTNSF2IGBLYIXTOI3TVFK1WI9JE0DX1R5WXCKJ9EBH115MTQM4T52S31O05GKVUZ62P9TXQ1J9QV4ZCT4VEOQN4BJKBKH4B7579YR7XP4AW9AVUVAS1P8S6K649WLYMPVMKHZOKRADCRWUARYLFIGW0IS030GMTLGQN9CKN9QR73MR15N5JTOMV9HORU1M' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1UFRXZG0XHBSFLK2C2P2ZO6R90R625ABCFS2N1EHDWLQC9CZ1K5CH797VU1GYB0WR220IXN50J8TOU7NFZIIA6P5BMHXBMTOJ7EHOHAU8MN09C9TV8315GV3HDKSWOLADRYLJMGVQ6EDK4G1C8UW2I59YEMMNIUW0GMIZRMX48FWGBGHZRFUK0LTQ0U12JJXNHIFNTMQ0J83A2MOJMXZMJ3VT89NPGDHZP742QU5MB8QZRJW5MNR7U5BW2FN68UHI' where id=20; -update noar ti set v1='1UFRXZG0XHBSFLK2C2P2ZO6R90R625ABCFS2N1EHDWLQC9CZ1K5CH797VU1GYB0WR220IXN50J8TOU7NFZIIA6P5BMHXBMTOJ7EHOHAU8MN09C9TV8315GV3HDKSWOLADRYLJMGVQ6EDK4G1C8UW2I59YEMMNIUW0GMIZRMX48FWGBGHZRFUK0LTQ0U12JJXNHIFNTMQ0J83A2MOJMXZMJ3VT89NPGDHZP742QU5MB8QZRJW5MNR7U5BW2FN68UHI' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8SK5PQ12JIT36Z8U8U2KML2USL1BVSRB3Y4OV7THU88WF1HQYP6VR9GXEU6JXXGYOPOXKGIB1UQL477WFK0Z4ROJD4X86PZC4RD5PHDRQ1LWL2TVML4KGS59CUU9Z123SWRE902TMW1988N5CI2OPZ5ENMF9SOW3T0346DL6TE0VKTFRERW0JYFGJ99OQAEUI9B5E1C1K9OFR6JRFZMFPJLSEKBUPRB1370URWGMEWD757G72OFBZR6KAUJL9CLWR' where id=20; -update noar ti set v2='8SK5PQ12JIT36Z8U8U2KML2USL1BVSRB3Y4OV7THU88WF1HQYP6VR9GXEU6JXXGYOPOXKGIB1UQL477WFK0Z4ROJD4X86PZC4RD5PHDRQ1LWL2TVML4KGS59CUU9Z123SWRE902TMW1988N5CI2OPZ5ENMF9SOW3T0346DL6TE0VKTFRERW0JYFGJ99OQAEUI9B5E1C1K9OFR6JRFZMFPJLSEKBUPRB1370URWGMEWD757G72OFBZR6KAUJL9CLWR' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T7ZKLIFD9NTGMHUL3XHEHR5WVSYDTDZPD43CNEAWTRAMRI63VD7X5RYPQ9PEXBG249AW68DNN7FME87SWD6IGBUQOAX54KXEOW2EGYIKRQONVFSZFJN0OO2JP9OBQ1NJ6CK8RDD4AC4QKARWMY2H0HFX156B5J43B3OTDSKUS1FIAD1H7ON77RMD5WD6IEUV37UVDTRXED5EFZV7HP9R7ZQ29D4C3V5KZADLRP1RPULWD25RSMQVXGMDG3AFT4FLB' where id=20; -update noar ti set v3='T7ZKLIFD9NTGMHUL3XHEHR5WVSYDTDZPD43CNEAWTRAMRI63VD7X5RYPQ9PEXBG249AW68DNN7FME87SWD6IGBUQOAX54KXEOW2EGYIKRQONVFSZFJN0OO2JP9OBQ1NJ6CK8RDD4AC4QKARWMY2H0HFX156B5J43B3OTDSKUS1FIAD1H7ON77RMD5WD6IEUV37UVDTRXED5EFZV7HP9R7ZQ29D4C3V5KZADLRP1RPULWD25RSMQVXGMDG3AFT4FLB' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='W1VTJ1H2REY8435MAB757VIZ0X0Q36L8IHQB818ROI46K7QDUYYXC4YE7DIL247O2X6V0590O71IUDN3JVJP47Z24DJW0SQ0IYYWP6IOLRHF4XHEU7WK8AJ87ZPJV9E6VNY861F2PWANFB6XRXYP0CT0H3ZLDDH663Y8PWYF13MIL5QDVQF2Y2UKVMHI86SFED8HAA2XU035PSBQDSO136J2MLI8Y84GM0T08P5OGJRHJE1LVJ8HZ2UIHYFNO8OU6' where id=21; -update noar ti set v0='W1VTJ1H2REY8435MAB757VIZ0X0Q36L8IHQB818ROI46K7QDUYYXC4YE7DIL247O2X6V0590O71IUDN3JVJP47Z24DJW0SQ0IYYWP6IOLRHF4XHEU7WK8AJ87ZPJV9E6VNY861F2PWANFB6XRXYP0CT0H3ZLDDH663Y8PWYF13MIL5QDVQF2Y2UKVMHI86SFED8HAA2XU035PSBQDSO136J2MLI8Y84GM0T08P5OGJRHJE1LVJ8HZ2UIHYFNO8OU6' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4NS89B2R8N583FYQLH4K8JF4PA22Z2HHWCRKARP1SIKKVH4YW3QKA89V9A5KKI4GFMXREH351Z6Z8F36XV8D8YQBC76EGIV0V17Z4BZZBVVH6WJWQTM33UWSPI0VX5HLCN3YEYNUH6SZO5N7OY0CW00G3ZM3U4QXUFZEEDXI3Y1TMGKFLR1HVH17J14RYDBZ5JG78SPDTAU5GS9RI8THFAWFBJ4ON4IV3MN3G5PQPKXHFLSFWJAHK9OQLDHJL9HMZ' where id=21; -update noar ti set v1='4NS89B2R8N583FYQLH4K8JF4PA22Z2HHWCRKARP1SIKKVH4YW3QKA89V9A5KKI4GFMXREH351Z6Z8F36XV8D8YQBC76EGIV0V17Z4BZZBVVH6WJWQTM33UWSPI0VX5HLCN3YEYNUH6SZO5N7OY0CW00G3ZM3U4QXUFZEEDXI3Y1TMGKFLR1HVH17J14RYDBZ5JG78SPDTAU5GS9RI8THFAWFBJ4ON4IV3MN3G5PQPKXHFLSFWJAHK9OQLDHJL9HMZ' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A0LMSBWZ9N9HNOEL7F8JYWRD40FBX2BQJ5PZMJCDQFPWP9B3YFYNHXDLYLXIIRR00I163U773YB1J3HKXRT77S0FW734KHZ6M14PU8BZJGWV9U22H3O6EC1SZRNTXQXGQ584YBDN3CKTGSFH6RFO8N3M30HQN7O06M5HG62DMVF3UIHE56FM1NS2CVGVCQ86TFBI8N1K4NSIG0GG4SOHAQ3JN69EN84RKP5O7MV2LZQVORM2GQZ3U612OTF40N7EM' where id=21; -update noar ti set v2='A0LMSBWZ9N9HNOEL7F8JYWRD40FBX2BQJ5PZMJCDQFPWP9B3YFYNHXDLYLXIIRR00I163U773YB1J3HKXRT77S0FW734KHZ6M14PU8BZJGWV9U22H3O6EC1SZRNTXQXGQ584YBDN3CKTGSFH6RFO8N3M30HQN7O06M5HG62DMVF3UIHE56FM1NS2CVGVCQ86TFBI8N1K4NSIG0GG4SOHAQ3JN69EN84RKP5O7MV2LZQVORM2GQZ3U612OTF40N7EM' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NZS96BSKLCQF9IT0W1P1C3HB61PCORQDT0MBFBYMPHPOC07VHTEVXUIA8KDFR5TNSIJ4JTECMAZC1730AWPHMTN9RTVKKANK4Z4H4DHO3M2ZWICK84NJ4CS2QK6G8URGBVWGJ4N7HRN2UW82JF99Y9KRXM45O0W7CIPOMQ4U4VL7OAWMATGRWCHLEF5OOME1UFYHRNKMJEAABEP472J7MNTL20L94OS835OQR5F43RMT2I1CIZM4GERKNVQM90QIZ' where id=21; -update noar ti set v3='NZS96BSKLCQF9IT0W1P1C3HB61PCORQDT0MBFBYMPHPOC07VHTEVXUIA8KDFR5TNSIJ4JTECMAZC1730AWPHMTN9RTVKKANK4Z4H4DHO3M2ZWICK84NJ4CS2QK6G8URGBVWGJ4N7HRN2UW82JF99Y9KRXM45O0W7CIPOMQ4U4VL7OAWMATGRWCHLEF5OOME1UFYHRNKMJEAABEP472J7MNTL20L94OS835OQR5F43RMT2I1CIZM4GERKNVQM90QIZ' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UGBZLIBD8CC75F2WQUKFPQJIO0XXHNYJW03ZKO4N0PLCDYNGJNJC7EC5VZLLGBL9SXACXN0VD5RJWG2ERIYRSY0J3P5TULBECQM03BXM0RB5JCBZL6GPPQQXUQGXDDHJ9MKO14OF3DEIW308QTWQ00E0M96QB4CAQGFE79Q28F649ERLALRVGG9BJM2W2NJAW5QHOC71I709WYWQZKLYJ87MTC9IB8CJI8X50D64AEZQPY3BDY00XY61AW0IFDBIL' where id=22; -update noar ti set v0='UGBZLIBD8CC75F2WQUKFPQJIO0XXHNYJW03ZKO4N0PLCDYNGJNJC7EC5VZLLGBL9SXACXN0VD5RJWG2ERIYRSY0J3P5TULBECQM03BXM0RB5JCBZL6GPPQQXUQGXDDHJ9MKO14OF3DEIW308QTWQ00E0M96QB4CAQGFE79Q28F649ERLALRVGG9BJM2W2NJAW5QHOC71I709WYWQZKLYJ87MTC9IB8CJI8X50D64AEZQPY3BDY00XY61AW0IFDBIL' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U2D0N9XSKPXZXC19LLNV01AFVZWMK1T46MEWT7CN1HU839QKJQH1KV4QIQRU8KJ2BEVAV4T6AG0MQ6QKDQBUU35EKLH8EIXLMVMEPI8IEZCAS9256XIIP0B7YZT9FAB7DMXD7MUBNKFP5XQW70EQE4WS5MOKSWYQRJ4DWE0NMPU9NE8DRK9NNEDTMVP2PDW2PJXX5MIVSH9T8TD2OF9WBTK9RP357D9DGUSRXR4AT7F9AGP7ALLRP5JUHJ02F2Y7B' where id=22; -update noar ti set v1='U2D0N9XSKPXZXC19LLNV01AFVZWMK1T46MEWT7CN1HU839QKJQH1KV4QIQRU8KJ2BEVAV4T6AG0MQ6QKDQBUU35EKLH8EIXLMVMEPI8IEZCAS9256XIIP0B7YZT9FAB7DMXD7MUBNKFP5XQW70EQE4WS5MOKSWYQRJ4DWE0NMPU9NE8DRK9NNEDTMVP2PDW2PJXX5MIVSH9T8TD2OF9WBTK9RP357D9DGUSRXR4AT7F9AGP7ALLRP5JUHJ02F2Y7B' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WGPUFZ2V2NUJ8AKGWBFY35R817A5NUEK3RPA0K3441W4NMED0MP0777CCBCNM32CNNAQFCZ61L8HRBTQZ8P5J5RQ69E47PFBVJPKM3E9G88SD8BWSW133QGSLWQUNT7O5VDDUST1ZEEYO93JAN9F0SSJIQKTVUAR5EO0EW4NSURB021ITS4WM9AORN85A6JK29M7LTY28PT150WMHUXO28H7QH1O4EL90EF7NNLL8Z17HPLURNT3L88EDG4IAQ3GG' where id=22; -update noar ti set v2='WGPUFZ2V2NUJ8AKGWBFY35R817A5NUEK3RPA0K3441W4NMED0MP0777CCBCNM32CNNAQFCZ61L8HRBTQZ8P5J5RQ69E47PFBVJPKM3E9G88SD8BWSW133QGSLWQUNT7O5VDDUST1ZEEYO93JAN9F0SSJIQKTVUAR5EO0EW4NSURB021ITS4WM9AORN85A6JK29M7LTY28PT150WMHUXO28H7QH1O4EL90EF7NNLL8Z17HPLURNT3L88EDG4IAQ3GG' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PKP6NQBE0B5BDU8R7HYUAZKYU1C9AFI2OUWA3DTN0U3I6HZBF4NDE2AHLZFN355GDYTVB0ACHAUQRJ0DK3ZRJHUQU1WHQDZDV8AXUP77364HFEUT10KZ96C43IHITGB0HXMUT5G76269RH1VEQ9J29JW3GZZNOQ85TAZUKZXTPE2R4GY9RXIATB1S50EA8F4Q272CVZAQ3FP886ZHJRPZ3YSD3O9S7IRHWFUMRVGMEFB4702JZUJD874Z5EQGOJ4X' where id=22; -update noar ti set v3='PKP6NQBE0B5BDU8R7HYUAZKYU1C9AFI2OUWA3DTN0U3I6HZBF4NDE2AHLZFN355GDYTVB0ACHAUQRJ0DK3ZRJHUQU1WHQDZDV8AXUP77364HFEUT10KZ96C43IHITGB0HXMUT5G76269RH1VEQ9J29JW3GZZNOQ85TAZUKZXTPE2R4GY9RXIATB1S50EA8F4Q272CVZAQ3FP886ZHJRPZ3YSD3O9S7IRHWFUMRVGMEFB4702JZUJD874Z5EQGOJ4X' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8XUE96NUSYCBKQM1BRH2WAN8Z9E46UJOTOPZ9EZF1STTM8RB0T0ODHXS78LP7JL8XJTQ2KMEQ5TSQ3FJ88TA675FNPON62G07XCO9O9ODTCVN298RPMT22V96VDKGDR0FN74MVEBC9AHJ3MKS1U2Q8WO3EMCFZ10VKRGWGTH3C2FSLQPSJOOMR02OICALM8IUIY1DGPUY2SRWW3SP6W1NDRALQTEIBW3DDDTMOR2ZPHE2CKU9H6XGX0D070GNE94L' where id=23; -update noar ti set v0='8XUE96NUSYCBKQM1BRH2WAN8Z9E46UJOTOPZ9EZF1STTM8RB0T0ODHXS78LP7JL8XJTQ2KMEQ5TSQ3FJ88TA675FNPON62G07XCO9O9ODTCVN298RPMT22V96VDKGDR0FN74MVEBC9AHJ3MKS1U2Q8WO3EMCFZ10VKRGWGTH3C2FSLQPSJOOMR02OICALM8IUIY1DGPUY2SRWW3SP6W1NDRALQTEIBW3DDDTMOR2ZPHE2CKU9H6XGX0D070GNE94L' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HFRFDS0MIO9IXBXBAYGZ5UNFH9WDBR0IL9OXTNII28OXZN6BA8XNLTXGKNQIL7220BTDHN6UFD60MI7FYOH691T0ECE7GBJ26G03R9OFX35IVATM9HVKV5BXDO7JVOY9LDNMCUXZ9Z3F37RM0FON3PNSO98LUOZZSTUFIUK90S2ANW5EHD5THE14OPTPX9OKY233Y5NKQUKNE5PMH25E8BS9EJIZJZ9D9S4C9GNW37MUPFJORRRCFG2QMDZY2SP7G' where id=23; -update noar ti set v1='HFRFDS0MIO9IXBXBAYGZ5UNFH9WDBR0IL9OXTNII28OXZN6BA8XNLTXGKNQIL7220BTDHN6UFD60MI7FYOH691T0ECE7GBJ26G03R9OFX35IVATM9HVKV5BXDO7JVOY9LDNMCUXZ9Z3F37RM0FON3PNSO98LUOZZSTUFIUK90S2ANW5EHD5THE14OPTPX9OKY233Y5NKQUKNE5PMH25E8BS9EJIZJZ9D9S4C9GNW37MUPFJORRRCFG2QMDZY2SP7G' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='G3PLP00WZ7GHLSPSB5JGEFIBVKUDM35OMABXTO7UJXZHWEB35N7H4E0M1TYPFNLIMXCT4REBMNCRWUN3XDVJEWLUUU0A3KA1ASNTJK0RKSW8B7LJYJOAQIT1HP1ZJ4PVDHA9FLVQAWTKZTZU66V6VW7O0F9TK9KKDC7QRADR6DA70YQM7MCQRRENIYHFSJRPJTM54JV8K9FOLZ8G4ZSQUZ9794EAEIQ3NOCC2IQ6NPX7NDYACVKZ3UYL9O4WE88Q8' where id=23; -update noar ti set v2='G3PLP00WZ7GHLSPSB5JGEFIBVKUDM35OMABXTO7UJXZHWEB35N7H4E0M1TYPFNLIMXCT4REBMNCRWUN3XDVJEWLUUU0A3KA1ASNTJK0RKSW8B7LJYJOAQIT1HP1ZJ4PVDHA9FLVQAWTKZTZU66V6VW7O0F9TK9KKDC7QRADR6DA70YQM7MCQRRENIYHFSJRPJTM54JV8K9FOLZ8G4ZSQUZ9794EAEIQ3NOCC2IQ6NPX7NDYACVKZ3UYL9O4WE88Q8' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='42ZSXXWCVHS66K7MKGFW3YM204GW4RVV8TQBPMFFD5GIHDZ24YPLHGHXNHUJRRRMMCQCJN2C9DQACGUJIL582T0LCFU74B3312AFDAR1O2XWT3QTGHWEZD3EK3C8E7FP38ZP82UH7S1OC8LW18AZZRIR5I9UKAKWYYWAYK1JV2UE6EDZA66IJZEGOFQD5G51QVIT9A35ZKWTHE587Q894KJCKL0J07G5XVJEL71Z40MY1MBUQI0N3XL50YRNZFISZ' where id=23; -update noar ti set v3='42ZSXXWCVHS66K7MKGFW3YM204GW4RVV8TQBPMFFD5GIHDZ24YPLHGHXNHUJRRRMMCQCJN2C9DQACGUJIL582T0LCFU74B3312AFDAR1O2XWT3QTGHWEZD3EK3C8E7FP38ZP82UH7S1OC8LW18AZZRIR5I9UKAKWYYWAYK1JV2UE6EDZA66IJZEGOFQD5G51QVIT9A35ZKWTHE587Q894KJCKL0J07G5XVJEL71Z40MY1MBUQI0N3XL50YRNZFISZ' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7J8CHYLGKRVOP13WX9VZ5U4NTMQ0AGPA7RPFQG28LGZD6RYMNIIB99BP1A7I5M0Z3THBS99G3ITMSFAISAR9QFMDHECURHU2MMEGM0BL97UXT9F4622I7VISAYE8ERTOU5HVC1CYX7IOBQDTS9T9ADDLNOOC9NEJPBKL09TMX61SOI83M3BLMLS2SFJ9GRSLUYNCEHHK0MUU6C0XSSB8JJTHDEDQVEY54XG6VFFOZ5IT2C38KNZPOFK2UP0XEPECQ' where id=24; -update noar ti set v0='7J8CHYLGKRVOP13WX9VZ5U4NTMQ0AGPA7RPFQG28LGZD6RYMNIIB99BP1A7I5M0Z3THBS99G3ITMSFAISAR9QFMDHECURHU2MMEGM0BL97UXT9F4622I7VISAYE8ERTOU5HVC1CYX7IOBQDTS9T9ADDLNOOC9NEJPBKL09TMX61SOI83M3BLMLS2SFJ9GRSLUYNCEHHK0MUU6C0XSSB8JJTHDEDQVEY54XG6VFFOZ5IT2C38KNZPOFK2UP0XEPECQ' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='D8PJ4MPF1UB0G1QBAKWA2XZ5DPHM7CCT4WAN0DJ0T4VGLW9S33PQA2FG59VSPUXMK0KDHK7WH42A82I6LBYPZDULQUZ1H9GCPH1I7SWMZHYPHX94FKY051OXN83ITWUID6AY3RJ0SR5I15IQR1MH2SWIADQKPYQ9IZZYI40XRLAEX31VKAZVYZJ0I2NQ2P9AL3J0E5YE4WT9FZBQ139GL3TXP476LQ60EOD75F8WVQ38N1G7H8YO5592L5QYT8I0E' where id=24; -update noar ti set v1='D8PJ4MPF1UB0G1QBAKWA2XZ5DPHM7CCT4WAN0DJ0T4VGLW9S33PQA2FG59VSPUXMK0KDHK7WH42A82I6LBYPZDULQUZ1H9GCPH1I7SWMZHYPHX94FKY051OXN83ITWUID6AY3RJ0SR5I15IQR1MH2SWIADQKPYQ9IZZYI40XRLAEX31VKAZVYZJ0I2NQ2P9AL3J0E5YE4WT9FZBQ139GL3TXP476LQ60EOD75F8WVQ38N1G7H8YO5592L5QYT8I0E' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4ZJVIU9H0VJZDIJB32Z1HHDB0WQVP1PIKF07DJRYW5P6GNID1DKJWNNCO32S164MREKD2DWC2KZKNDGD5SZ1G0NZTEMI87CA9MHVJJ9FVB5I9AS8A5WH8R377XHKORXNCU2NH2I3S85IOGFNHJS6SF2MXQ8IDV8X3A0RQ6V9M0T4Q44KZKB9508INMR7DMTKDC3Y0WBQUZUFYDQPB53X1X2CNIAQL5Q8MEHNIH3V0SQBDJR5B934RP236UVTJUXOM' where id=24; -update noar ti set v2='4ZJVIU9H0VJZDIJB32Z1HHDB0WQVP1PIKF07DJRYW5P6GNID1DKJWNNCO32S164MREKD2DWC2KZKNDGD5SZ1G0NZTEMI87CA9MHVJJ9FVB5I9AS8A5WH8R377XHKORXNCU2NH2I3S85IOGFNHJS6SF2MXQ8IDV8X3A0RQ6V9M0T4Q44KZKB9508INMR7DMTKDC3Y0WBQUZUFYDQPB53X1X2CNIAQL5Q8MEHNIH3V0SQBDJR5B934RP236UVTJUXOM' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='53ESDP7LESASZGW8TQ767HZP425HAAKXUYFQILKVAALNWOXZM6HK0N4MEF4PAHZ7EYAI1S17P6MC0IRBXOBULT45WVJECYT27YLYDU53YUHR462N0DSGTK6P47S9VJD6RMWIQKKQ4UGN7NJRTWB8CXPU727HVTP0IMR69FB50Y6O6S74UO4OCOM3TOD8P6XSL1BQXH2NH4DQPFOIWWN9SXU1227LJ6UN6K7R9476MZYZTFKK4XFS1WSXHG3P14OKP' where id=24; -update noar ti set v3='53ESDP7LESASZGW8TQ767HZP425HAAKXUYFQILKVAALNWOXZM6HK0N4MEF4PAHZ7EYAI1S17P6MC0IRBXOBULT45WVJECYT27YLYDU53YUHR462N0DSGTK6P47S9VJD6RMWIQKKQ4UGN7NJRTWB8CXPU727HVTP0IMR69FB50Y6O6S74UO4OCOM3TOD8P6XSL1BQXH2NH4DQPFOIWWN9SXU1227LJ6UN6K7R9476MZYZTFKK4XFS1WSXHG3P14OKP' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MD7VLTYM9E79UYYML4O0W1XSTYJ7BHYDCAINIRSFNRI7WTPWGYNXGE7LIZVYO0VIAB4U408XG192QMCKZ6JV7NXPPRATQ86JZQIN2XAZSG6UB41SUTGDX7S5HRTJMEXJFTBR0A32ICY6P6PBYZAL5ZBSD0F13VG5AHWGPRKQIK5AVDFSFVZQHJXOXFV28GIMCU9W94EP6TTILLSN0TLT7QNZ2PD8TCXDFF7FVRJUXY22S9ZP93VQQHQBCLY80Y8WQ' where id=25; -update noar ti set v0='MD7VLTYM9E79UYYML4O0W1XSTYJ7BHYDCAINIRSFNRI7WTPWGYNXGE7LIZVYO0VIAB4U408XG192QMCKZ6JV7NXPPRATQ86JZQIN2XAZSG6UB41SUTGDX7S5HRTJMEXJFTBR0A32ICY6P6PBYZAL5ZBSD0F13VG5AHWGPRKQIK5AVDFSFVZQHJXOXFV28GIMCU9W94EP6TTILLSN0TLT7QNZ2PD8TCXDFF7FVRJUXY22S9ZP93VQQHQBCLY80Y8WQ' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='527RZK4NO6ZJMXS85715TCM5ZRSCEJQKJCFICVAOL3ODY6EH1R4U2VD26V1T1KUHU01LX9X28O03I0DKYWLEPC8NLUR1Z74YY7N9XLY1R171QJPKGIPHU5QQIP8LU9M2WMVWVTNSOMHA5KS28R8HFZLDYSDYDA0DG2Y9W3AZ54IZ33CZNJ3N4FO9MA47WHF42PGTIO7NWDUK7KYGWTMM08AWP53Q6MMVDIY31P1NDAKFAW8R7QVC4A78C7ARRWLOP' where id=25; -update noar ti set v1='527RZK4NO6ZJMXS85715TCM5ZRSCEJQKJCFICVAOL3ODY6EH1R4U2VD26V1T1KUHU01LX9X28O03I0DKYWLEPC8NLUR1Z74YY7N9XLY1R171QJPKGIPHU5QQIP8LU9M2WMVWVTNSOMHA5KS28R8HFZLDYSDYDA0DG2Y9W3AZ54IZ33CZNJ3N4FO9MA47WHF42PGTIO7NWDUK7KYGWTMM08AWP53Q6MMVDIY31P1NDAKFAW8R7QVC4A78C7ARRWLOP' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JFG1272IZ1DYJNXK3YRXFOS9N0PUTD2Q5PU5R0XQQ34YCU1JJG9UFKUCMEL0RH59GYETR29E12ZAPJ7XO82BSXA2OLZ33Y5HP1ZSJ1D4EDFWZC9JQE3GFZ9Q3YHPY9GWRCLXTARG7EVOSPFR11M5WQPEWK7QFOSR1GRY1AQPSV3XT9JD35KIMRS72KWRMFZBGHIMD9FC4G6TI01C1IJBS1JOL2Y0RPE2Q0IPEJINOTI5KV4MB3ZUCRWO0COXOPDYP' where id=25; -update noar ti set v2='JFG1272IZ1DYJNXK3YRXFOS9N0PUTD2Q5PU5R0XQQ34YCU1JJG9UFKUCMEL0RH59GYETR29E12ZAPJ7XO82BSXA2OLZ33Y5HP1ZSJ1D4EDFWZC9JQE3GFZ9Q3YHPY9GWRCLXTARG7EVOSPFR11M5WQPEWK7QFOSR1GRY1AQPSV3XT9JD35KIMRS72KWRMFZBGHIMD9FC4G6TI01C1IJBS1JOL2Y0RPE2Q0IPEJINOTI5KV4MB3ZUCRWO0COXOPDYP' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AZ2G226Q2R8HNJTTSVAN59A0KJ7ZK6LE58GEJV3IANTVLBM6F8XW27URGZLC0R4SVGJC78U0UXWJANUYHC0UC6XRQA78F9F8WB0OS6U7XO33S2NGZDBW34KPAQLEDQDZP9GC0U5SJCUTT6EC2VU7F2ZRGL3SWUHCY33B34RC6MIB2K76R3S2NTUFSWF0SPU8TI244CMJM330JBZKAXALUTRAQJEIRN6WID56PX8CWXYXF6UOI9N79TDG9SR982YB0' where id=25; -update noar ti set v3='AZ2G226Q2R8HNJTTSVAN59A0KJ7ZK6LE58GEJV3IANTVLBM6F8XW27URGZLC0R4SVGJC78U0UXWJANUYHC0UC6XRQA78F9F8WB0OS6U7XO33S2NGZDBW34KPAQLEDQDZP9GC0U5SJCUTT6EC2VU7F2ZRGL3SWUHCY33B34RC6MIB2K76R3S2NTUFSWF0SPU8TI244CMJM330JBZKAXALUTRAQJEIRN6WID56PX8CWXYXF6UOI9N79TDG9SR982YB0' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XGWW4COVKK098H85IWP096PUZ8KR80M4WL0ZLE5PRQ7D7M8A1BWNRPVWWXFFNFQS1KL6WE0GEN29QATEKY7350QA2KOSPDV3CDGA5K2CLNQ9QK3UH6ZC31Q5KDQG06EF945V68EM6KCN7B7HQ77IW8P5F7T4XEH1IEVD212F10G8YM61YWAZBGPPQV4H98ZTLZZSQMQXEH5JGFM9ZZ19YY3MHGK8W07JW27F9NYA2J1RF9F00ZSWZWMRZZBXDXQPI' where id=26; -update noar ti set v0='XGWW4COVKK098H85IWP096PUZ8KR80M4WL0ZLE5PRQ7D7M8A1BWNRPVWWXFFNFQS1KL6WE0GEN29QATEKY7350QA2KOSPDV3CDGA5K2CLNQ9QK3UH6ZC31Q5KDQG06EF945V68EM6KCN7B7HQ77IW8P5F7T4XEH1IEVD212F10G8YM61YWAZBGPPQV4H98ZTLZZSQMQXEH5JGFM9ZZ19YY3MHGK8W07JW27F9NYA2J1RF9F00ZSWZWMRZZBXDXQPI' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LSNNWGAB5OQACFE1YHR2JEF13EHQYA6CMOKARHRQF6F1BGXXHPHED9L2VYYS5SOBNBC78HGVA95C7JQTL7DBARI7JJW6KN7ZY0C8S7RYVKTBHG93WPXM8SE2WG930Y3S0PS2PQR049107ZYWLGCROSZABXOQO7PDJE7JACBFQLILIVCFYIOEW9BGX5DPNIHEAC22CQWVMAQZCF3AIQYV4MIM7672BJIYN2QTQFVKA9H1QEWCSQV2HPFS6YFMSKWHF' where id=26; -update noar ti set v1='LSNNWGAB5OQACFE1YHR2JEF13EHQYA6CMOKARHRQF6F1BGXXHPHED9L2VYYS5SOBNBC78HGVA95C7JQTL7DBARI7JJW6KN7ZY0C8S7RYVKTBHG93WPXM8SE2WG930Y3S0PS2PQR049107ZYWLGCROSZABXOQO7PDJE7JACBFQLILIVCFYIOEW9BGX5DPNIHEAC22CQWVMAQZCF3AIQYV4MIM7672BJIYN2QTQFVKA9H1QEWCSQV2HPFS6YFMSKWHF' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GP24FL97JZGRHJZE652AXEA2HGD6G9ZTFTD3A6XCR9DB3FSTFX5TZ1J2RD8OIVLJ06UTKP5FWN1LF0N9W04N0HTYK2YFKLVHXYDVDJ82MKPIDXTDSFQVKL0UJ6FL3VAEV4IZYKTWW9Z8UKVANXSGWKDBJ2VKWUNR8EG3Z3Y3SOR2JPOD78GXBAWO6CNSU4KG038RVWA50IT8V0QRQXBQZLBCL7NSBIKX9V6O9CB0B8RV8WF1J65CT4HZPB7A37444' where id=26; -update noar ti set v2='GP24FL97JZGRHJZE652AXEA2HGD6G9ZTFTD3A6XCR9DB3FSTFX5TZ1J2RD8OIVLJ06UTKP5FWN1LF0N9W04N0HTYK2YFKLVHXYDVDJ82MKPIDXTDSFQVKL0UJ6FL3VAEV4IZYKTWW9Z8UKVANXSGWKDBJ2VKWUNR8EG3Z3Y3SOR2JPOD78GXBAWO6CNSU4KG038RVWA50IT8V0QRQXBQZLBCL7NSBIKX9V6O9CB0B8RV8WF1J65CT4HZPB7A37444' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IWJJ8IXOFW2KT60CO6UMA15QEWE0RJ5YKJFZ7MJ4UF62Y2LXEU3SIKUBL4GBBCSDQ88ILE7LSEEDX3JQ3IK5GC6XO07KFFHA8OM4BZ983ZVCJA9V7VFZ62Q38Z06K8CXFGPS4KMG5L6TUG6SOWBE3A4UZ6TJU9NU6XPEDFAKSR9K2KDO64K9NUCITIXK2PAHU12C62S9N6FNOG27DO5A44W89FD4RS709L1KW89ZWCC7Z2K8ZY8QI6IUZAPDVRKOD' where id=26; -update noar ti set v3='IWJJ8IXOFW2KT60CO6UMA15QEWE0RJ5YKJFZ7MJ4UF62Y2LXEU3SIKUBL4GBBCSDQ88ILE7LSEEDX3JQ3IK5GC6XO07KFFHA8OM4BZ983ZVCJA9V7VFZ62Q38Z06K8CXFGPS4KMG5L6TUG6SOWBE3A4UZ6TJU9NU6XPEDFAKSR9K2KDO64K9NUCITIXK2PAHU12C62S9N6FNOG27DO5A44W89FD4RS709L1KW89ZWCC7Z2K8ZY8QI6IUZAPDVRKOD' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='40ET51DFIRBAZZ7PD57GHKU1UL5TXXPR6VGLXZ13VUOARD8V9TWWYOFF891WI0Z004ZSSJ6PKZ808YO4D2YF0QGIAXHDXI2WJXHCKST2V8SVTHHU1TVJ9IB8AVA6MHXWWM0418B64H7DEAMUFY7JPIBIDWVYXTHP42JHL7GIRP4HGVR4MRGQUBXUSJJGKYF5FWT2PIQA102TBFA9Y17HPGRVGZ7LMHKC9FE7DWV2C1NNTJCZLS1B9VU38QFX0WR1L' where id=27; -update noar ti set v0='40ET51DFIRBAZZ7PD57GHKU1UL5TXXPR6VGLXZ13VUOARD8V9TWWYOFF891WI0Z004ZSSJ6PKZ808YO4D2YF0QGIAXHDXI2WJXHCKST2V8SVTHHU1TVJ9IB8AVA6MHXWWM0418B64H7DEAMUFY7JPIBIDWVYXTHP42JHL7GIRP4HGVR4MRGQUBXUSJJGKYF5FWT2PIQA102TBFA9Y17HPGRVGZ7LMHKC9FE7DWV2C1NNTJCZLS1B9VU38QFX0WR1L' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EXXL17US3FVZAEYCR2UOO90O3YAOXXXTL2HL6981VLH19HUACVG6VH24JXJAG0V323Q05ZPM15KNNLLT0JV9B4VSFDKZYBF7D92SNGK3YS31FLWPPAWVPPDPTDK22BZKRAENP6JIPDOYF0EI4TTF9T6F5DBYVRJ2DYROT592TNMS4A9H4XHLJSKXF3IJKSFJ2UDRHBVRBF4IX2HX2ZAM8VJ00HV3JR8AYEA0ZI8QQI57CC66JUOHTRZ051HCE7CUC' where id=27; -update noar ti set v1='EXXL17US3FVZAEYCR2UOO90O3YAOXXXTL2HL6981VLH19HUACVG6VH24JXJAG0V323Q05ZPM15KNNLLT0JV9B4VSFDKZYBF7D92SNGK3YS31FLWPPAWVPPDPTDK22BZKRAENP6JIPDOYF0EI4TTF9T6F5DBYVRJ2DYROT592TNMS4A9H4XHLJSKXF3IJKSFJ2UDRHBVRBF4IX2HX2ZAM8VJ00HV3JR8AYEA0ZI8QQI57CC66JUOHTRZ051HCE7CUC' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='I2TVEX131HUB85YRMIOQ0EZ877JJV9NN3829JZII2UUL8W6JDZ2YTTPUJEOOSZO70DEWQ219HQB4AUZQ1PK5AR7LSXZBRMJ79LT7HDO3F628313340XLC8XW9MYKLNCKHXIDLWN3719OQ6DKVD9M2ICE7H2EXGOM2QPFMXQXOP94IOJ3E7HB2CBFP5MOKNOO5VQHE6X08F59UZ987V7CIJDVS8L5FY4710XRA3ATR0R13ZS4U06TZJGFHY7A85G98' where id=27; -update noar ti set v2='I2TVEX131HUB85YRMIOQ0EZ877JJV9NN3829JZII2UUL8W6JDZ2YTTPUJEOOSZO70DEWQ219HQB4AUZQ1PK5AR7LSXZBRMJ79LT7HDO3F628313340XLC8XW9MYKLNCKHXIDLWN3719OQ6DKVD9M2ICE7H2EXGOM2QPFMXQXOP94IOJ3E7HB2CBFP5MOKNOO5VQHE6X08F59UZ987V7CIJDVS8L5FY4710XRA3ATR0R13ZS4U06TZJGFHY7A85G98' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BEO2IUTH4NNLYU7P4J3X59GRPRPYXRKTTY1QRD5JA7EQJC7YMOH47YSBPV0NIQVDV9PG32ZGPYYDOUX3IO7WLKL9AWBQJ40ZYIRW03G050XR8AL9UHWLCJY0R8SICLOEDOLD3T3CID0BMCGPD2NCF6FUO4LFGX3264J0VG37H86LHHAVCDYMNS1F4SA60XD15ZV72U64I8N2A6Z7V2FSZHXRTEHDDA85Q9W7PVRSZ7B3QFTP09MLZBBIN9CD6U0I8' where id=27; -update noar ti set v3='BEO2IUTH4NNLYU7P4J3X59GRPRPYXRKTTY1QRD5JA7EQJC7YMOH47YSBPV0NIQVDV9PG32ZGPYYDOUX3IO7WLKL9AWBQJ40ZYIRW03G050XR8AL9UHWLCJY0R8SICLOEDOLD3T3CID0BMCGPD2NCF6FUO4LFGX3264J0VG37H86LHHAVCDYMNS1F4SA60XD15ZV72U64I8N2A6Z7V2FSZHXRTEHDDA85Q9W7PVRSZ7B3QFTP09MLZBBIN9CD6U0I8' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1PDPPXTL3Q3N3ODSP63B7TX83IM7SOEG4NFY6OI1RGLVT7SISVSKZQYGJ3C6B5KCOYMQ38TO12I068XH31DJY8K6CZ361KKZSUEC548O569N46BRI2GP43LUD817L8KLLFVWMVDLBPRQN294SBPR7M2VETHS72W1IFG4BY29GZ9S5E3IB8TH63Z4O07GYHNC38YXPFUZKPPJV6CP608VJI4RPANS302SB83S5MAOJU5IW991CCWC5RPROEQ7GK1PI' where id=28; -update noar ti set v0='1PDPPXTL3Q3N3ODSP63B7TX83IM7SOEG4NFY6OI1RGLVT7SISVSKZQYGJ3C6B5KCOYMQ38TO12I068XH31DJY8K6CZ361KKZSUEC548O569N46BRI2GP43LUD817L8KLLFVWMVDLBPRQN294SBPR7M2VETHS72W1IFG4BY29GZ9S5E3IB8TH63Z4O07GYHNC38YXPFUZKPPJV6CP608VJI4RPANS302SB83S5MAOJU5IW991CCWC5RPROEQ7GK1PI' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1BVEFAHYLBA8SLVSSB5HIZ7BC5VCKN27FILHHNR25V9MO7XOTY1I8GEOZ8B9CB23L88542JN484MKMMZE94M9U3N8AP8HC30EYADQYQZSOH2TEAZ2DVHLEZ4V2FSYMQBTQMQ6EX1TNX638AM61D5KCC0EPJNPR7FS9VRD9O0TCR79D71YR1SDQ3BTAI1SQS62F7YABR7CEWKEAASQLYIF7F7MOBH933QPNTYDUOB9ONLF3LDLECDJGF4E1BSEWN3N' where id=28; -update noar ti set v1='1BVEFAHYLBA8SLVSSB5HIZ7BC5VCKN27FILHHNR25V9MO7XOTY1I8GEOZ8B9CB23L88542JN484MKMMZE94M9U3N8AP8HC30EYADQYQZSOH2TEAZ2DVHLEZ4V2FSYMQBTQMQ6EX1TNX638AM61D5KCC0EPJNPR7FS9VRD9O0TCR79D71YR1SDQ3BTAI1SQS62F7YABR7CEWKEAASQLYIF7F7MOBH933QPNTYDUOB9ONLF3LDLECDJGF4E1BSEWN3N' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L1AF2NRL0R3YVG5S7MF9YC4EYTZJ1KXX3D06XHKJSD3LF1UQ1D1B0DM1CANTSIF963KGJRXMHCCMU4G3LBQ6QOCDPRGBYM924YOGACFRXX846AW96A8W3U51XYYJM7DSW1BQO22D5S5E2SE2DPO0KLB6N7FK46WM14HUG644GEX8S9AWL50G3PRUB2S2FSQ3HMCR0ZSEPVXT90LPKZYIKJ1S8L2XBU6B4GLQ0PPI0VH49LVZR5ZKEKHYMGWHDDUZW' where id=28; -update noar ti set v2='L1AF2NRL0R3YVG5S7MF9YC4EYTZJ1KXX3D06XHKJSD3LF1UQ1D1B0DM1CANTSIF963KGJRXMHCCMU4G3LBQ6QOCDPRGBYM924YOGACFRXX846AW96A8W3U51XYYJM7DSW1BQO22D5S5E2SE2DPO0KLB6N7FK46WM14HUG644GEX8S9AWL50G3PRUB2S2FSQ3HMCR0ZSEPVXT90LPKZYIKJ1S8L2XBU6B4GLQ0PPI0VH49LVZR5ZKEKHYMGWHDDUZW' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CV3OK1PIW1WGJM1KQJTNXNRG9T9PYHH6DH9HPTYMTYPMLY98K8ZAM349JK4SR6B9L4U2TN0Y45H7OWHRZDQVICEZHRQ68XUKDBA1OYLL8L92XT6RFPLMYQPT3GHUIPA60B9IBXZFN80OT289ZDGXL2BHBI5JWB0KKN2BCWBTN2RTVBLMLH2LAF4NDBUJD7WGPUOX4RZG89RY18S03NZC5TR2OJJ5932O69ZG7VOK5Z11MR82PQKCGL2FFI9HWNXP1' where id=28; -update noar ti set v3='CV3OK1PIW1WGJM1KQJTNXNRG9T9PYHH6DH9HPTYMTYPMLY98K8ZAM349JK4SR6B9L4U2TN0Y45H7OWHRZDQVICEZHRQ68XUKDBA1OYLL8L92XT6RFPLMYQPT3GHUIPA60B9IBXZFN80OT289ZDGXL2BHBI5JWB0KKN2BCWBTN2RTVBLMLH2LAF4NDBUJD7WGPUOX4RZG89RY18S03NZC5TR2OJJ5932O69ZG7VOK5Z11MR82PQKCGL2FFI9HWNXP1' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HKVY2KBUSEEXYG7JWLSVT5HEG1NRG26L37LH2TZ8BV3CXVD17S8DXK9VVC6GOLYCBJUBU354FBTH2PPAKCK7EB2WB5Q8XEHF0YIV1CDMOWJV9ZMCNTP4CJFC9NG5Q2IOX0B9UEX9QJACR5QP9B2PBX3BA45TDKU0L9GRJV87S3LN7QRAAJM11JQJJ0VBN87YNV3UYMQ6V1846TX50EE4LVT7NFOELCWFHPX2FRUHEEWZ8URSBYOJVFI0WZJJ76Y0T' where id=29; -update noar ti set v0='HKVY2KBUSEEXYG7JWLSVT5HEG1NRG26L37LH2TZ8BV3CXVD17S8DXK9VVC6GOLYCBJUBU354FBTH2PPAKCK7EB2WB5Q8XEHF0YIV1CDMOWJV9ZMCNTP4CJFC9NG5Q2IOX0B9UEX9QJACR5QP9B2PBX3BA45TDKU0L9GRJV87S3LN7QRAAJM11JQJJ0VBN87YNV3UYMQ6V1846TX50EE4LVT7NFOELCWFHPX2FRUHEEWZ8URSBYOJVFI0WZJJ76Y0T' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GQXAY9FAJVF1NTFM7UT72OPOAUXIERUMW76E02IKK5MKROUTMTS9D9EQSAGGJSUJYJ037PSCV0P99CK4IERYQPR1Y6XS2DWVP9APLSG99K0SFB9CCNVO8SQ5CHV8C5WW6XB77RLITPR4RCNHFGP64CKRVAA513T2UOP3IN8UJ0C60PW42LB9NLG45CQPAZ2N20E71EN8H8ZJNWB6B7AVV2ZMZ4J3TMS655HDS7M9P5MA6F3G61I3ANWU5EB03QCR8' where id=29; -update noar ti set v1='GQXAY9FAJVF1NTFM7UT72OPOAUXIERUMW76E02IKK5MKROUTMTS9D9EQSAGGJSUJYJ037PSCV0P99CK4IERYQPR1Y6XS2DWVP9APLSG99K0SFB9CCNVO8SQ5CHV8C5WW6XB77RLITPR4RCNHFGP64CKRVAA513T2UOP3IN8UJ0C60PW42LB9NLG45CQPAZ2N20E71EN8H8ZJNWB6B7AVV2ZMZ4J3TMS655HDS7M9P5MA6F3G61I3ANWU5EB03QCR8' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KSTHQ3ASWTOIE2I31S7EK2GOVJ9CQAQDEENGHG8Q895WSZ6BV75VB325G98HIBCRVX0TA2H02A0DIJQH632SYSRGIR970TJHD6D3XZ6JTXIY761IWPHQXAZ2AHUCNC0O10Q9M09EYD5LMLY1EDJHZMOPQHXYORC7SC8WIYGF257AQ4KGGC1WX2FDYWP169C3VA0XBLOAW6NU0QP5NJT064P2KAQXKX5D9O1IUH6UEKIKQ2FJ538YPYMHCLT71KI1M' where id=29; -update noar ti set v2='KSTHQ3ASWTOIE2I31S7EK2GOVJ9CQAQDEENGHG8Q895WSZ6BV75VB325G98HIBCRVX0TA2H02A0DIJQH632SYSRGIR970TJHD6D3XZ6JTXIY761IWPHQXAZ2AHUCNC0O10Q9M09EYD5LMLY1EDJHZMOPQHXYORC7SC8WIYGF257AQ4KGGC1WX2FDYWP169C3VA0XBLOAW6NU0QP5NJT064P2KAQXKX5D9O1IUH6UEKIKQ2FJ538YPYMHCLT71KI1M' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HPKC8C0ZYFBF4AED2VI4EWCXWB98LDYW1ZUFTI8J1Z2ANUOEM79M8R9SHRX5JWK4TWEZUWWM1SECSKPIXYN0KFKXI1D9414L11TE2X5COSQAXOQK3LE7ZTVE16VYVPECLBKKZZRL593X936PHEY4O292BDY7EPMD4DITXQR8XCWIKYDZQEX06LHN3TOVQ8D8E72RL7I3GOQOV4MU143S3NSAOIGH9XU9CFPU9BOAVTO7O6MXWAEC04ULG68WD2REC' where id=29; -update noar ti set v3='HPKC8C0ZYFBF4AED2VI4EWCXWB98LDYW1ZUFTI8J1Z2ANUOEM79M8R9SHRX5JWK4TWEZUWWM1SECSKPIXYN0KFKXI1D9414L11TE2X5COSQAXOQK3LE7ZTVE16VYVPECLBKKZZRL593X936PHEY4O292BDY7EPMD4DITXQR8XCWIKYDZQEX06LHN3TOVQ8D8E72RL7I3GOQOV4MU143S3NSAOIGH9XU9CFPU9BOAVTO7O6MXWAEC04ULG68WD2REC' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SEB5VYG0UCCXMJBFOG9R0AYJZSYPBXHT7T3ESNEV1PK3Z9K6KW04UOOHGGFNJLK0EZYMGBNY3C5REE90DUDGQS8T26XPKH5OCJDHXTMTGHZAK8Y23TOI8TF01PMF1JZHHT1KNP4MVBNKA1MVLRINTFDNI2WIPYWXEHT2MTIX7M2H5JJ6JLBMWHTFGIPG08TUO67DI5FC50XOR7HYXH6KIAOYA9MTF37LPFRCG03QUSUVR9HEPZM7BF7W8VCUJH8BC' where id=30; -update noar ti set v0='SEB5VYG0UCCXMJBFOG9R0AYJZSYPBXHT7T3ESNEV1PK3Z9K6KW04UOOHGGFNJLK0EZYMGBNY3C5REE90DUDGQS8T26XPKH5OCJDHXTMTGHZAK8Y23TOI8TF01PMF1JZHHT1KNP4MVBNKA1MVLRINTFDNI2WIPYWXEHT2MTIX7M2H5JJ6JLBMWHTFGIPG08TUO67DI5FC50XOR7HYXH6KIAOYA9MTF37LPFRCG03QUSUVR9HEPZM7BF7W8VCUJH8BC' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BMPWURUEY3IZXOYMTMD7OQAHPFUE47A8T9Q8SXE95VEVVLBV6QRZEGEP9LBUFHUC17PAAS65D3Y1D9C4H3C3QTDOUAM5TW9XRYNSBQI0L67XBY1OREZ00QXQUV45FFST7JMFGWUY85649TNMF82ZOM3Y7NK68E0H08PMMTB3GGJTMUOH0TFO92HNVXA7HUENJERPX76LLIE6JHNT8HQW0T3BIMCEAX6I5B0ZBWJYRJC51O15TF1YGSH4ADZGR86M9' where id=30; -update noar ti set v1='BMPWURUEY3IZXOYMTMD7OQAHPFUE47A8T9Q8SXE95VEVVLBV6QRZEGEP9LBUFHUC17PAAS65D3Y1D9C4H3C3QTDOUAM5TW9XRYNSBQI0L67XBY1OREZ00QXQUV45FFST7JMFGWUY85649TNMF82ZOM3Y7NK68E0H08PMMTB3GGJTMUOH0TFO92HNVXA7HUENJERPX76LLIE6JHNT8HQW0T3BIMCEAX6I5B0ZBWJYRJC51O15TF1YGSH4ADZGR86M9' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EEM8ECWGIR59COM0OIM0NN9D6R8ZXT28QCAWLBI3WRB6W9IKHARIYLIQX645KTHOXLV8UFI65HD68U533H3XU3RVCWQPWONC377RQPEHEKJ09ME8N0A95K1BYKI9SS20AZ17ZDNFXUK93MX4SO8E2YOYSP1RVI98I0IMFWTQIICLN089NSSSDBL0W3P0KRI1AA98SDW1YJV5AE16175Z8YCR7DEKCVWRWYHQZ1HFLZJ0RZ5RB0HJLCCU89GT268UI' where id=30; -update noar ti set v2='EEM8ECWGIR59COM0OIM0NN9D6R8ZXT28QCAWLBI3WRB6W9IKHARIYLIQX645KTHOXLV8UFI65HD68U533H3XU3RVCWQPWONC377RQPEHEKJ09ME8N0A95K1BYKI9SS20AZ17ZDNFXUK93MX4SO8E2YOYSP1RVI98I0IMFWTQIICLN089NSSSDBL0W3P0KRI1AA98SDW1YJV5AE16175Z8YCR7DEKCVWRWYHQZ1HFLZJ0RZ5RB0HJLCCU89GT268UI' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XV4WH7M3MDSXGXB5AZY22QY4YFRU8CJ6603AF6D8ED5STNRWBG91O02FQ6ZE7URZZ2KH0XQNQLUP9ZB2S0YT8Y0SXL8342BN317FFP375MMQT9TM7LIN9I0B9IVV8QK5LFE7TS7CX2XGKD79M3AK9TZQIDK1GN8IM8HSAVY4L59VVA3X0FJTSQZ115E3Z26SQZL1QDK8YQSGEIXZO1KB8IZGP3UV3Z3XO5J4HXYEBZEONCVOPR6HCA9E7DCZ1EXT0' where id=30; -update noar ti set v3='XV4WH7M3MDSXGXB5AZY22QY4YFRU8CJ6603AF6D8ED5STNRWBG91O02FQ6ZE7URZZ2KH0XQNQLUP9ZB2S0YT8Y0SXL8342BN317FFP375MMQT9TM7LIN9I0B9IVV8QK5LFE7TS7CX2XGKD79M3AK9TZQIDK1GN8IM8HSAVY4L59VVA3X0FJTSQZ115E3Z26SQZL1QDK8YQSGEIXZO1KB8IZGP3UV3Z3XO5J4HXYEBZEONCVOPR6HCA9E7DCZ1EXT0' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='USGQUUVN3R8AY8OU7J5CPG3D32QQ6KCVBBDJE5GKTDFUIS9ED1SWNSVIU08U6DNAKYJ1ADMODB8AYI5PFBZFI2FDQGT48134F87ET26CMB0IGTJTVYI7F7W8E18PUSM9VAHZN746YJ49ELHXHAIT30RP29VH2FD3122381W277SVWAOTQFBPJOL4ZR8164F18C522U1R3QSTDX0B5OL3RIPSIHT5HERUW4VLBE1X35KX9VOH7OFJ9WXR8YCAZNUE3' where id=31; -update noar ti set v0='USGQUUVN3R8AY8OU7J5CPG3D32QQ6KCVBBDJE5GKTDFUIS9ED1SWNSVIU08U6DNAKYJ1ADMODB8AYI5PFBZFI2FDQGT48134F87ET26CMB0IGTJTVYI7F7W8E18PUSM9VAHZN746YJ49ELHXHAIT30RP29VH2FD3122381W277SVWAOTQFBPJOL4ZR8164F18C522U1R3QSTDX0B5OL3RIPSIHT5HERUW4VLBE1X35KX9VOH7OFJ9WXR8YCAZNUE3' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6HG9A9NA3CXI9ZTB7UGBKZ26FFVJDDPKVAUB3RBVK5BDJ2WCCLZJ945CRC36FX0MWMEKFPPXZE0QLP37DPR3QBHHN05Q5GZPO0ULDC9PN96AGWNYJCNUKSUT1ODSPAGTTHYFOQGYHGX6GP35YU420OZV2TYOW1T58WF2CPDAXUGLV3URYGR7BM4OA6ISP2UKUAGYS43OX4S0EXH0E8DLHJ6L8H595DQHVK8KTRKMENLYKKCBWWZ30WX8HZ52W386V' where id=31; -update noar ti set v1='6HG9A9NA3CXI9ZTB7UGBKZ26FFVJDDPKVAUB3RBVK5BDJ2WCCLZJ945CRC36FX0MWMEKFPPXZE0QLP37DPR3QBHHN05Q5GZPO0ULDC9PN96AGWNYJCNUKSUT1ODSPAGTTHYFOQGYHGX6GP35YU420OZV2TYOW1T58WF2CPDAXUGLV3URYGR7BM4OA6ISP2UKUAGYS43OX4S0EXH0E8DLHJ6L8H595DQHVK8KTRKMENLYKKCBWWZ30WX8HZ52W386V' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='506VCFQW8979C0B58OKSU2SQ3MFVVBJ4YMRG37AOSJOEP1CTE5ITTCH8ZHYW7WZK9B415H8ZYYOXEEN48JB28C5HCCJXVGM0UYCQT30CIB91J2J4HFYCG56715FSO2AWXWU0YV9P06WPA9LX6LSWWC7X08FS9Y6WJSA2PJZD2MO4PNDTL2841Z7AMU2X86C45BQ0LJM371XM91TEIVIY9H66021012660B01EXHUR72HXPHASQL536IZ9T8V82EM8' where id=31; -update noar ti set v2='506VCFQW8979C0B58OKSU2SQ3MFVVBJ4YMRG37AOSJOEP1CTE5ITTCH8ZHYW7WZK9B415H8ZYYOXEEN48JB28C5HCCJXVGM0UYCQT30CIB91J2J4HFYCG56715FSO2AWXWU0YV9P06WPA9LX6LSWWC7X08FS9Y6WJSA2PJZD2MO4PNDTL2841Z7AMU2X86C45BQ0LJM371XM91TEIVIY9H66021012660B01EXHUR72HXPHASQL536IZ9T8V82EM8' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HFPTZVT8CHM2WHXYE56GP3G0G2MG1C6BY6819KBWCF6IQ9ADZ8D8TNR363VG2VO23O4UO0SBD6N7DA91E5J690ITBTV6DLZ83D4EWTOHEFOLAUBX8WV2O35GP583NKRHIHN4PPOTAY07UU5QERNDJU5EH3GC7J5KF5TKDZV3IMXDNHM73IAQ0S1MEDNGLNF5VA1IO80YCFP51E9O4MUDL3D604H12DU69LHDU6BEZ72KC9TFZ1466NGIAYBS4QDF0' where id=31; -update noar ti set v3='HFPTZVT8CHM2WHXYE56GP3G0G2MG1C6BY6819KBWCF6IQ9ADZ8D8TNR363VG2VO23O4UO0SBD6N7DA91E5J690ITBTV6DLZ83D4EWTOHEFOLAUBX8WV2O35GP583NKRHIHN4PPOTAY07UU5QERNDJU5EH3GC7J5KF5TKDZV3IMXDNHM73IAQ0S1MEDNGLNF5VA1IO80YCFP51E9O4MUDL3D604H12DU69LHDU6BEZ72KC9TFZ1466NGIAYBS4QDF0' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7W6GSG53LDKXZSQ3MJD9MSCTTHGS75JLPS2HM3BRXDGDWGQBEAHDFNE4MZRRDT6OYZS9FLX8YTZF4YCAZAZL658BMFZ6NX58UJS0UYUUWASQDC3V4FTVG2X821RB3HB0PWJIONYGU0OZEH5OT7WPKMJMMZ05IF7CCE71ZFO18UOD16Q9B9RFW2BGO1G5TYM8X02KDBC08A4FJGU93HLTFZNPXDRZ53FTXBES98ODKJ1TWGGMYKPL1KBB4HBOAKJ9M' where id=32; -update noar ti set v0='7W6GSG53LDKXZSQ3MJD9MSCTTHGS75JLPS2HM3BRXDGDWGQBEAHDFNE4MZRRDT6OYZS9FLX8YTZF4YCAZAZL658BMFZ6NX58UJS0UYUUWASQDC3V4FTVG2X821RB3HB0PWJIONYGU0OZEH5OT7WPKMJMMZ05IF7CCE71ZFO18UOD16Q9B9RFW2BGO1G5TYM8X02KDBC08A4FJGU93HLTFZNPXDRZ53FTXBES98ODKJ1TWGGMYKPL1KBB4HBOAKJ9M' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GQLCDHO5FAU8T1I11V0LQ4ARS5AINR4XN75MMHND73CJ7GJ1O2GAF4DHT1IVDQVNGTPHTK67ZEBXCPQ5O6ZMURJDKGYEFV3ZIWTDITYY6R3DTJOV5BMCTW1MLQ2CB9ISMF68O2RP8YEOOHS3NHV3W7IXVOCNMCM91DZNT2HFS58JFBPB5KNW0M0EHJC9QOAY13IXH14V89MO1UQXV0TA0DKTG2JUH8ANGTBMYGKXVSXDAHQCOEUZP2LGXK2D1YRMD' where id=32; -update noar ti set v1='GQLCDHO5FAU8T1I11V0LQ4ARS5AINR4XN75MMHND73CJ7GJ1O2GAF4DHT1IVDQVNGTPHTK67ZEBXCPQ5O6ZMURJDKGYEFV3ZIWTDITYY6R3DTJOV5BMCTW1MLQ2CB9ISMF68O2RP8YEOOHS3NHV3W7IXVOCNMCM91DZNT2HFS58JFBPB5KNW0M0EHJC9QOAY13IXH14V89MO1UQXV0TA0DKTG2JUH8ANGTBMYGKXVSXDAHQCOEUZP2LGXK2D1YRMD' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OEK4R7RVKPVE3BM7AK1PU2QO4PF39QTXBT7G11U9GFFNSNEUE3Y01NWTJETKGAZ6O5UWAA0OD35F0YIFQ7ADCEDWCGU00RWYNW83GFF75XOMQOB8JA560HQLT2HIZSAOYD8QJRRKWJ2QHCPNKGTJGB7EIUMNRIT7Q2HPQGORLN41ADVYA6ARQ9EF2AI4FLAAO3ISEJNF2GYEYAY0NVX3JUCHRS82II58UEJGMKZS1W72WRXJ5X0EK6KIPW1JR3KFT' where id=32; -update noar ti set v2='OEK4R7RVKPVE3BM7AK1PU2QO4PF39QTXBT7G11U9GFFNSNEUE3Y01NWTJETKGAZ6O5UWAA0OD35F0YIFQ7ADCEDWCGU00RWYNW83GFF75XOMQOB8JA560HQLT2HIZSAOYD8QJRRKWJ2QHCPNKGTJGB7EIUMNRIT7Q2HPQGORLN41ADVYA6ARQ9EF2AI4FLAAO3ISEJNF2GYEYAY0NVX3JUCHRS82II58UEJGMKZS1W72WRXJ5X0EK6KIPW1JR3KFT' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JP3JGE7PM28QA2IX19WADVBAZYB1TL4V19TBYA79KFN8602XS04M0263X2TNW6BQGBV9J6HZ4Z1CH5TKNCH06ZS5NRIHWSZKS670BYM22RXF3UMZ6NXQO2L7HWNFMLUGQ7RDLYY7M4WFSKKBLG388WS8T5H5A7NJN7WIMJJWR8HC4QVO1T9S43286BIHLX1CFALNJ0J8NUM3QDZT2YO4R81A9H7M9WEIC0QK0VON062IG3MED6MB7F6NRMMQ7G0LW' where id=32; -update noar ti set v3='JP3JGE7PM28QA2IX19WADVBAZYB1TL4V19TBYA79KFN8602XS04M0263X2TNW6BQGBV9J6HZ4Z1CH5TKNCH06ZS5NRIHWSZKS670BYM22RXF3UMZ6NXQO2L7HWNFMLUGQ7RDLYY7M4WFSKKBLG388WS8T5H5A7NJN7WIMJJWR8HC4QVO1T9S43286BIHLX1CFALNJ0J8NUM3QDZT2YO4R81A9H7M9WEIC0QK0VON062IG3MED6MB7F6NRMMQ7G0LW' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XJUNKKGNZYOPYWI0YNXXTUYO0VD841OAH95L5489WKH42SBTEUYXJG4CAR6EH6R1PX4P61LYPWZJR5SSWBL4UGTDKWYSRURLEVI0O8Q8H8P1OOUFJ5OE67B7UGEH9S5VQR8WPIHT3ZVHX3I4NZA9BXF6S00FP4CNZRUB9VMZKXUGW9YDZLH6Q7B7W274I4TAXJTL65IP5GI7EPQLUYKO4C62OII3EGLV1IDI7MF4KX9Y77KOIE7ZPX0IQ8AWF0PF4' where id=33; -update noar ti set v0='XJUNKKGNZYOPYWI0YNXXTUYO0VD841OAH95L5489WKH42SBTEUYXJG4CAR6EH6R1PX4P61LYPWZJR5SSWBL4UGTDKWYSRURLEVI0O8Q8H8P1OOUFJ5OE67B7UGEH9S5VQR8WPIHT3ZVHX3I4NZA9BXF6S00FP4CNZRUB9VMZKXUGW9YDZLH6Q7B7W274I4TAXJTL65IP5GI7EPQLUYKO4C62OII3EGLV1IDI7MF4KX9Y77KOIE7ZPX0IQ8AWF0PF4' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2GQWU5SSRWW772TCQKN4Z75CTVI4FBNPOZ4GLCBJ53D266L1P00K4NU3QNVQOTD5S153G0JQQFB1UJUIK2GAXGBM5UONRK85R2MUU91IQL6G887Z7QXZ0B777NS6JO8CIEY5GKIUUXBP0Q0KC6QGVK9VT5RCLJ0LPJHGN02VPRE48EHNCELO5YVYQOJVXY1CZ085JG6U987ZBMSJAEA6YB5SU4KO3MH4WZ8BEGGOI7JE8C8R35T2SOAJQ0TNATC87' where id=33; -update noar ti set v1='2GQWU5SSRWW772TCQKN4Z75CTVI4FBNPOZ4GLCBJ53D266L1P00K4NU3QNVQOTD5S153G0JQQFB1UJUIK2GAXGBM5UONRK85R2MUU91IQL6G887Z7QXZ0B777NS6JO8CIEY5GKIUUXBP0Q0KC6QGVK9VT5RCLJ0LPJHGN02VPRE48EHNCELO5YVYQOJVXY1CZ085JG6U987ZBMSJAEA6YB5SU4KO3MH4WZ8BEGGOI7JE8C8R35T2SOAJQ0TNATC87' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8L6DFI5EFNTY2L9SFPMJFQGA2Y2BAHIZ8PXP7Q6K9WFCKGIOP3S61V74A5B3GJ8VF4FJYZEE5FEL6GWSQ6D5C1GA8P095H0ST5YD573I4INKDMON9GMN2LGW0E7ORZE72G37540A1H5K83QBUTLK24Y2NMK2R1QHW19XAXWC32RH0P0UAGRY6YS2PLBT7E2KP9A19KH5C7NZXEGP0GQPWHBP1AIQFGLMAOQZH2XFQOQ7CX6CAF6WNCC7WGXFGY2UJ' where id=33; -update noar ti set v2='8L6DFI5EFNTY2L9SFPMJFQGA2Y2BAHIZ8PXP7Q6K9WFCKGIOP3S61V74A5B3GJ8VF4FJYZEE5FEL6GWSQ6D5C1GA8P095H0ST5YD573I4INKDMON9GMN2LGW0E7ORZE72G37540A1H5K83QBUTLK24Y2NMK2R1QHW19XAXWC32RH0P0UAGRY6YS2PLBT7E2KP9A19KH5C7NZXEGP0GQPWHBP1AIQFGLMAOQZH2XFQOQ7CX6CAF6WNCC7WGXFGY2UJ' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9K0I0PMN2FVXAJ7ITQQK9AC1IP346NAT7RBGXBK5KQ42JA73HZIC05K9BW1L9KU2VR0RB9H50DPYN0VOQ58RC4WRSW49L0T4TOV4S96BZWWJBZUIX5Z76QFA8EQQ5PUE6RYTIEGVYSVIMQ14JY75BV44ZXVCTFI71JS4S2J6FXKRICRY3XM1PREQ4ZV6O8BHZTL5NRTLSI4INTSRBYV1QBDJ0RCU6RIQNBYLYN93BMV9KBEDVQSQXJESY52EMZ1EI' where id=33; -update noar ti set v3='9K0I0PMN2FVXAJ7ITQQK9AC1IP346NAT7RBGXBK5KQ42JA73HZIC05K9BW1L9KU2VR0RB9H50DPYN0VOQ58RC4WRSW49L0T4TOV4S96BZWWJBZUIX5Z76QFA8EQQ5PUE6RYTIEGVYSVIMQ14JY75BV44ZXVCTFI71JS4S2J6FXKRICRY3XM1PREQ4ZV6O8BHZTL5NRTLSI4INTSRBYV1QBDJ0RCU6RIQNBYLYN93BMV9KBEDVQSQXJESY52EMZ1EI' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SI26W3G68GS54M7AMEB9AG2I5OEK9BA89KR7TG7KLBFOUGXH1MYIFCYYYX32I96QTKRCRP5QJJDQDR5OJLGC2F4QO90F93LJZZAE6BTN98DFS92IA1XQNN3XKSHW2I9Y02FHVFQ84YOZIM7XLA10KPJ1ZEWNZ7EA99JXHIF4EX3PQRO99LEQ0YXTEWZJQ47OEJZB3DAQDQAKLX7KKZZ2PIGN5EOWANGLUXCKFDX1OOVXB4E1XHUF6O0S32A72YKPG' where id=34; -update noar ti set v0='SI26W3G68GS54M7AMEB9AG2I5OEK9BA89KR7TG7KLBFOUGXH1MYIFCYYYX32I96QTKRCRP5QJJDQDR5OJLGC2F4QO90F93LJZZAE6BTN98DFS92IA1XQNN3XKSHW2I9Y02FHVFQ84YOZIM7XLA10KPJ1ZEWNZ7EA99JXHIF4EX3PQRO99LEQ0YXTEWZJQ47OEJZB3DAQDQAKLX7KKZZ2PIGN5EOWANGLUXCKFDX1OOVXB4E1XHUF6O0S32A72YKPG' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PO8QZ3A2OC1BP6M07DVLPL1GP8ODXZIVUPRPZ6ZCKOIQDU3GFR8D10N2TVB9J7COE8IAEJ1RVSDW84K9T2AGCJQ3DCQKIYESQK0VZSUB5GNLOQYZ9MZ17VYU7CFTZGGHCF8R82HJB7NVCLMVQ1AJZK9P8F89W5IOQ7J59OX0QKV0L712WJX2ARNW75SQPS7FK67QSHKNRDUIEXJVR3F54FY3Z4BL0O9CCN1U2UIUHTGC1ZUZS0TFPN9AZDGHLF9H2' where id=34; -update noar ti set v1='PO8QZ3A2OC1BP6M07DVLPL1GP8ODXZIVUPRPZ6ZCKOIQDU3GFR8D10N2TVB9J7COE8IAEJ1RVSDW84K9T2AGCJQ3DCQKIYESQK0VZSUB5GNLOQYZ9MZ17VYU7CFTZGGHCF8R82HJB7NVCLMVQ1AJZK9P8F89W5IOQ7J59OX0QKV0L712WJX2ARNW75SQPS7FK67QSHKNRDUIEXJVR3F54FY3Z4BL0O9CCN1U2UIUHTGC1ZUZS0TFPN9AZDGHLF9H2' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5N6HRFQ4949NXIMOPNIA6IKQHEXN2B0R7G3T2WS2RCWO7LVJSURZRCQ52O45R598M3BDHGO1ZW22C0WAOOWJ3CDP3SAXKTRHC2W5N9R8MMR50977PSLKYLOTXZ6SKNER8BT4LC7SCPHIRDAFFPP9398I678Q3EV3WIOZDJGE84L3KV0FLNJU0M0OACPH7HD6ENJX4MYB2L29SR28SVCEQUIR644Y0ODRMU8JYK18VZW80UUUR6KPU1LK2JMPU0WPR' where id=34; -update noar ti set v2='5N6HRFQ4949NXIMOPNIA6IKQHEXN2B0R7G3T2WS2RCWO7LVJSURZRCQ52O45R598M3BDHGO1ZW22C0WAOOWJ3CDP3SAXKTRHC2W5N9R8MMR50977PSLKYLOTXZ6SKNER8BT4LC7SCPHIRDAFFPP9398I678Q3EV3WIOZDJGE84L3KV0FLNJU0M0OACPH7HD6ENJX4MYB2L29SR28SVCEQUIR644Y0ODRMU8JYK18VZW80UUUR6KPU1LK2JMPU0WPR' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='II772IKVGX1MX8RKL36PYI9JO2BZXQKCQARD630DZQFWCMPYLDRL0XU563SUV37FNISKK1C06JGTMUHKPODBSQ7R8TH9FPXSJVQUBDU6V23GBDOGBQIFAZAH0TWAE6WKG3P2S4AD5EY7K6IM5MM3NJJQRCJM6REH78QG081T5NMLCNGLZCBXI71MTSZ2AMBHU159LJR9XQ59A6SJT7C3UZRRGT0FFVWKKZXDBZV1FXQJ6KM5WXQPCVNO5C22Q5UPY' where id=34; -update noar ti set v3='II772IKVGX1MX8RKL36PYI9JO2BZXQKCQARD630DZQFWCMPYLDRL0XU563SUV37FNISKK1C06JGTMUHKPODBSQ7R8TH9FPXSJVQUBDU6V23GBDOGBQIFAZAH0TWAE6WKG3P2S4AD5EY7K6IM5MM3NJJQRCJM6REH78QG081T5NMLCNGLZCBXI71MTSZ2AMBHU159LJR9XQ59A6SJT7C3UZRRGT0FFVWKKZXDBZV1FXQJ6KM5WXQPCVNO5C22Q5UPY' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6RRGZWPIE81BJ57BSNVWQGQXCK05KYLUFA471G7L3UUN7EX9J1C534B3X41QN8YY6WEO5RMWFSEE30MY01LQN1VEDZA0F7M0K32LZC6ED4VTDPD6IZ2K2443N9R2LO8VOCLZLRJZDBPWIUBNVNDENVFK31M7OVZV0J2JGI4Y2JJQMKJG7SAN3F21OTGURRJ67ARF3NJ80SA2956N74NMUESIWR5C8NUHBGMAP8NJBTS5EZC902Y70TRSQCJP7321P' where id=35; -update noar ti set v0='6RRGZWPIE81BJ57BSNVWQGQXCK05KYLUFA471G7L3UUN7EX9J1C534B3X41QN8YY6WEO5RMWFSEE30MY01LQN1VEDZA0F7M0K32LZC6ED4VTDPD6IZ2K2443N9R2LO8VOCLZLRJZDBPWIUBNVNDENVFK31M7OVZV0J2JGI4Y2JJQMKJG7SAN3F21OTGURRJ67ARF3NJ80SA2956N74NMUESIWR5C8NUHBGMAP8NJBTS5EZC902Y70TRSQCJP7321P' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V8VTPC7BEKW93PHXRRAE123CQ9JIN0L0PQJA9PCBR06O3FF1HD8CHI8OKAABN2J42PXJ2C8JDLCCMGE0MS0D1GF3POQQ5856K3KN49HYD074NAG1ACYL7VOPOVCZMEZMI2Y7KINSBM7JMJNICJ0YTIW1D97QGC9NO1HFME9Q1M9SU98JPU44IGUPFNFP26JNQ6GH9A880NB3BER6SNDPA17S8OV1WM5Z28RYDP057BYFHB041DPAEVYW5KK50YXF8' where id=35; -update noar ti set v1='V8VTPC7BEKW93PHXRRAE123CQ9JIN0L0PQJA9PCBR06O3FF1HD8CHI8OKAABN2J42PXJ2C8JDLCCMGE0MS0D1GF3POQQ5856K3KN49HYD074NAG1ACYL7VOPOVCZMEZMI2Y7KINSBM7JMJNICJ0YTIW1D97QGC9NO1HFME9Q1M9SU98JPU44IGUPFNFP26JNQ6GH9A880NB3BER6SNDPA17S8OV1WM5Z28RYDP057BYFHB041DPAEVYW5KK50YXF8' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M40EG1BA6XTQLKBSJN8A9739NS4QI29XDURDLEMMNIW1CXAOZVGX5J1VG9JPWJKKLNYWKTXEYSEIEUR50OIU84YUDKOBNCA4P4IVD86PMBWPJ6Q0WJU3P7KF3DLQ9H8EP2JJMSSHSR5BCEIS4TSLDTF2H47IH637X80DJNMCTJN2ENEK51ST3UCQQ78AEQ5QHM1XBNW9BR1PPFUMU63NOK8BSM4Y24RCJ9QZWLBAPI6Q13CIB3V4MYZGPFPAYM5E9' where id=35; -update noar ti set v2='M40EG1BA6XTQLKBSJN8A9739NS4QI29XDURDLEMMNIW1CXAOZVGX5J1VG9JPWJKKLNYWKTXEYSEIEUR50OIU84YUDKOBNCA4P4IVD86PMBWPJ6Q0WJU3P7KF3DLQ9H8EP2JJMSSHSR5BCEIS4TSLDTF2H47IH637X80DJNMCTJN2ENEK51ST3UCQQ78AEQ5QHM1XBNW9BR1PPFUMU63NOK8BSM4Y24RCJ9QZWLBAPI6Q13CIB3V4MYZGPFPAYM5E9' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ELPMQLP458OO7NAL97BIEJ1J7ZM4U1BGMDBUTPH1A4WKHDMB5QVX3TJUIELK1MQXH81F008HC2QV2ZM707GB67WFIG2YR7KH3L1HR5JH1527P6BOJG35ORSSIHD1SOFIN39STN53GG74MIARZBYGJHNG1TQGI0A6SW3VV9OVM2MDSJN6IE3E9Z45WAJ2J03HZQ4HEJF96PEGNOPP3RC47419S9HKF1HSU22T6ZT8QBIY1X0U1VTXE73UWUYCSQ4XZ' where id=35; -update noar ti set v3='ELPMQLP458OO7NAL97BIEJ1J7ZM4U1BGMDBUTPH1A4WKHDMB5QVX3TJUIELK1MQXH81F008HC2QV2ZM707GB67WFIG2YR7KH3L1HR5JH1527P6BOJG35ORSSIHD1SOFIN39STN53GG74MIARZBYGJHNG1TQGI0A6SW3VV9OVM2MDSJN6IE3E9Z45WAJ2J03HZQ4HEJF96PEGNOPP3RC47419S9HKF1HSU22T6ZT8QBIY1X0U1VTXE73UWUYCSQ4XZ' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P7JUPRGYYN2914ZB40YYAE78T3CZYKZ3LWMT9X3X94Q4XYS7G4LT1VF4SPHLS0LZQHLAQP1ES8BPI0XNEYGXQC662H4EILD1Z2P4E4CBRYDIJU9OG7SXUSZ6RPHCGYBVQNOFDQIIBC66FGK9V1S0C8RXMQ6R6GL77ZR35HI7HVHSQ0USEBG0J7TQC67CY8V6BD8TRQO0O8SX0HRAVULJMTJR60HAEYYNT4DE25IDPIGX7T88NQUS8ZYOQD9U5LS49' where id=36; -update noar ti set v0='P7JUPRGYYN2914ZB40YYAE78T3CZYKZ3LWMT9X3X94Q4XYS7G4LT1VF4SPHLS0LZQHLAQP1ES8BPI0XNEYGXQC662H4EILD1Z2P4E4CBRYDIJU9OG7SXUSZ6RPHCGYBVQNOFDQIIBC66FGK9V1S0C8RXMQ6R6GL77ZR35HI7HVHSQ0USEBG0J7TQC67CY8V6BD8TRQO0O8SX0HRAVULJMTJR60HAEYYNT4DE25IDPIGX7T88NQUS8ZYOQD9U5LS49' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2V2NF6ULETBD58Z0LEMRB25477HWMDYOYYNLWI3KR86K3CMV5ZF6QGOGFI8FEAYJZVDP9EMU3C291ZXCWL8GDSPIOHPCHL7BU4T9VIS3Y5ZRDRZY9LFR2TOG25ZDI5I8K6EL17ZNRAZ5CANMEGLAY2VHWV8CLBSY3TDEIX9WS25VRYZM76R3A1GSGCIE0JDGFOA1MUJSP14SQD757ME54GACJHG4I0WNR1QKKF7MW3ISJULIWP1MGS8NOG0KZ4YHF' where id=36; -update noar ti set v1='2V2NF6ULETBD58Z0LEMRB25477HWMDYOYYNLWI3KR86K3CMV5ZF6QGOGFI8FEAYJZVDP9EMU3C291ZXCWL8GDSPIOHPCHL7BU4T9VIS3Y5ZRDRZY9LFR2TOG25ZDI5I8K6EL17ZNRAZ5CANMEGLAY2VHWV8CLBSY3TDEIX9WS25VRYZM76R3A1GSGCIE0JDGFOA1MUJSP14SQD757ME54GACJHG4I0WNR1QKKF7MW3ISJULIWP1MGS8NOG0KZ4YHF' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UUVWDIMYHHRSSM4UKUZGDR4TUGPPQKT9ZKTUEY5D88C3WV8O7RWIWFCLYN76BH9PZDPDPEIQLONIWVGIJY60BRQEN6D2CNQFDJHXP6QZLSXTNPG27YJVHZMOVE3D216A4DKHJLSJGXW3VRKH0SLT5PBEHAZDFIYW93HO22I5JM60N6Q6PZXFABE07WBIILAY8LOQRD7B7F4CTETS4XVO5DDJCQGNOTDLF1WUNL2DDXSCNUONOA12G6E8O8ZC3RDPI' where id=36; -update noar ti set v2='UUVWDIMYHHRSSM4UKUZGDR4TUGPPQKT9ZKTUEY5D88C3WV8O7RWIWFCLYN76BH9PZDPDPEIQLONIWVGIJY60BRQEN6D2CNQFDJHXP6QZLSXTNPG27YJVHZMOVE3D216A4DKHJLSJGXW3VRKH0SLT5PBEHAZDFIYW93HO22I5JM60N6Q6PZXFABE07WBIILAY8LOQRD7B7F4CTETS4XVO5DDJCQGNOTDLF1WUNL2DDXSCNUONOA12G6E8O8ZC3RDPI' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PCJJE28CZRNLBBLYX00AVE0PSWUQVEY5AWYSAX3JI85D78HGQ9M7XW7TQT17IDY331HMCWFO4NB4BXXCQD36G5ZJAZ67E6WIOFWW1BKYMIOJYQLEQYP8LCWWSA618L4IRIL6LHJIZ4Q2IYK3QISO5XS91YR7SPPFJNMZ2QIT8FXXWH26HBIZYVXEAUSW6W6K6FMPUJ9NKSHMPG24TNU1UKVV6TEUTSO0T1RXVXWKO89LZDXS21LWUHB2X8TE1RKBS' where id=36; -update noar ti set v3='PCJJE28CZRNLBBLYX00AVE0PSWUQVEY5AWYSAX3JI85D78HGQ9M7XW7TQT17IDY331HMCWFO4NB4BXXCQD36G5ZJAZ67E6WIOFWW1BKYMIOJYQLEQYP8LCWWSA618L4IRIL6LHJIZ4Q2IYK3QISO5XS91YR7SPPFJNMZ2QIT8FXXWH26HBIZYVXEAUSW6W6K6FMPUJ9NKSHMPG24TNU1UKVV6TEUTSO0T1RXVXWKO89LZDXS21LWUHB2X8TE1RKBS' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VZYC2EVSQNE7K10HWF8BZ6FKZX45ANCG9V41LPF4QK5NS5OLC1XMBWMRWXP3X7APPGKBVOX8YAEORQWLKDALS2TJ5EELTSGC2IESQSU49YNB0T98ITOV2D9NPZPB7P340GD5ZGGGMCW6BJ5WUJQRTX397TIX0146ZD8BQMDH42EJ7ZAZGJ9SWGHIDIGPEE2TBR0QHGPVPH184AN5N0628DLV5PVIBPEUDFMJJMKRHU6YMZAG8BFPESJYSP10IJE9A' where id=37; -update noar ti set v0='VZYC2EVSQNE7K10HWF8BZ6FKZX45ANCG9V41LPF4QK5NS5OLC1XMBWMRWXP3X7APPGKBVOX8YAEORQWLKDALS2TJ5EELTSGC2IESQSU49YNB0T98ITOV2D9NPZPB7P340GD5ZGGGMCW6BJ5WUJQRTX397TIX0146ZD8BQMDH42EJ7ZAZGJ9SWGHIDIGPEE2TBR0QHGPVPH184AN5N0628DLV5PVIBPEUDFMJJMKRHU6YMZAG8BFPESJYSP10IJE9A' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QLGG0UEIAR6V8B7G6BVB9NTUOARB4FRCADPLCGJQY8DO5JA4B76917TI57RDEY6Z1IE1PLMDY7OXZOHABENG6EBQGTKEP2WEYWLA8VX4JUR7BFW189IUSX41ZCEANXXBI0B7W8GYHRFRPLRM43U4U10HZI8ZD6DQLKJY2V5G36PUBQMCYVKGTHBQ30MJFAMLWPB76ECVDG5YN8GVTXE229B8S3P1CJ7DSN0UWRN7JBZF03S9LRZXFI4Z04CY81TRT' where id=37; -update noar ti set v1='QLGG0UEIAR6V8B7G6BVB9NTUOARB4FRCADPLCGJQY8DO5JA4B76917TI57RDEY6Z1IE1PLMDY7OXZOHABENG6EBQGTKEP2WEYWLA8VX4JUR7BFW189IUSX41ZCEANXXBI0B7W8GYHRFRPLRM43U4U10HZI8ZD6DQLKJY2V5G36PUBQMCYVKGTHBQ30MJFAMLWPB76ECVDG5YN8GVTXE229B8S3P1CJ7DSN0UWRN7JBZF03S9LRZXFI4Z04CY81TRT' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WCFWJ2VCYRPGWTYQ5PZUJTMM9VA53T1RBSBUPLD36IXOEY13EV5TT38RARM7V82X2I7ZJ1ZLRXAF99PTYD8K1G8JIGH7N25T43E9NIRPMGR7RV2OL9WLBEJ0OT0CQNBKJIO7F2OMVUA20GKMES8BOU74NBJPNCVODQAJFRLK4SP2WDM6KUYXLOY7C2BYJASID5SQNS7ZFZKWHN5M40BGP9LZKDNK05J4N5HA4MHVJLIFHDEUGJ7XPYNGA79SZBBLT' where id=37; -update noar ti set v2='WCFWJ2VCYRPGWTYQ5PZUJTMM9VA53T1RBSBUPLD36IXOEY13EV5TT38RARM7V82X2I7ZJ1ZLRXAF99PTYD8K1G8JIGH7N25T43E9NIRPMGR7RV2OL9WLBEJ0OT0CQNBKJIO7F2OMVUA20GKMES8BOU74NBJPNCVODQAJFRLK4SP2WDM6KUYXLOY7C2BYJASID5SQNS7ZFZKWHN5M40BGP9LZKDNK05J4N5HA4MHVJLIFHDEUGJ7XPYNGA79SZBBLT' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MO2GY6Y24Z3PV67LWO081TA9FMHWX10JVJ8OUIWPACPFZ9PBHPDLHC0B23IQ2YP49BC6WOBVP1L25GG9T0SMQHEAVVN9T2SK6EBOHYCPMB9BIZYSWBES9E3I8AQS4F2ILSAHEKM8UD9TK8QC6CCAN25ZAWR8J0KYTCO63FYA3BJLP0UIL2RJIAST9GDWNQPL463P3B1WWOTGGPE31C9DHKDI20SHQS4Q872VL6HX3MRYM1JB45SOR8SCGWAXVXWQU' where id=37; -update noar ti set v3='MO2GY6Y24Z3PV67LWO081TA9FMHWX10JVJ8OUIWPACPFZ9PBHPDLHC0B23IQ2YP49BC6WOBVP1L25GG9T0SMQHEAVVN9T2SK6EBOHYCPMB9BIZYSWBES9E3I8AQS4F2ILSAHEKM8UD9TK8QC6CCAN25ZAWR8J0KYTCO63FYA3BJLP0UIL2RJIAST9GDWNQPL463P3B1WWOTGGPE31C9DHKDI20SHQS4Q872VL6HX3MRYM1JB45SOR8SCGWAXVXWQU' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BLEMK4WHMRMRC2168NSCHC0J1XDRQJAJWN898EK8XDNFPUQ8WK9G70B1E4C2J6J97KA2BH97WSPQKL7I7TWP26FVJQH15MQ7AHG0Q0B3W2ZTTBALUYM4S171OJV1YC0D1IVK6VSQMLL27OQR9Q8DPF6NAZJVU7BWCEBW79SVGCWFIBE997DUYGV24MP955I2QWGA0D8TSJLJPU2C6P8ZAX1ZZHBZ7PWBKNLFQ0UWZF3FWFY8E1O6K17P3Z6CY5CD7' where id=38; -update noar ti set v0='BLEMK4WHMRMRC2168NSCHC0J1XDRQJAJWN898EK8XDNFPUQ8WK9G70B1E4C2J6J97KA2BH97WSPQKL7I7TWP26FVJQH15MQ7AHG0Q0B3W2ZTTBALUYM4S171OJV1YC0D1IVK6VSQMLL27OQR9Q8DPF6NAZJVU7BWCEBW79SVGCWFIBE997DUYGV24MP955I2QWGA0D8TSJLJPU2C6P8ZAX1ZZHBZ7PWBKNLFQ0UWZF3FWFY8E1O6K17P3Z6CY5CD7' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3U1EKVNAUPBJSZOF7VTPEYGHFUIJ11JETHL8HU65OWMD8TELHE2THLI58JEBCKXCII7QQQAWUGZKA1FWS0EHZUXQFK8DQJ4OB0PWFLKSHCHZDF2HBCY6WRSI7J447TTFNSDGPH07S9J17RGIXI8ROWSPNRXWLOFLHKZBXPMWDL01JWNWFAZ8SFVMBO2V02E2IZ3AO7KUB0LGJTZBG1FAWT0C6PCP54YI5KRYB7ZJSTPUYZXNB3U5P1YFUZHCJ2U8M' where id=38; -update noar ti set v1='3U1EKVNAUPBJSZOF7VTPEYGHFUIJ11JETHL8HU65OWMD8TELHE2THLI58JEBCKXCII7QQQAWUGZKA1FWS0EHZUXQFK8DQJ4OB0PWFLKSHCHZDF2HBCY6WRSI7J447TTFNSDGPH07S9J17RGIXI8ROWSPNRXWLOFLHKZBXPMWDL01JWNWFAZ8SFVMBO2V02E2IZ3AO7KUB0LGJTZBG1FAWT0C6PCP54YI5KRYB7ZJSTPUYZXNB3U5P1YFUZHCJ2U8M' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XYXXOVJA3MVYICGJI92SLTQ8MA44NNQ456OMEAT8TZDDBCNWJH5ZEUVBGGWR9AXMHXKCAMZT6RQZVR6N1R5XOV257EFKV4JKIBOHRSOU0H057G5OZGGECT6YVFC04GVS3BFHXQYIB0AXOWPDAEM9B82ISPB1WWG9I1QEMGHUXRYFNWK7DWORZMFYP25BTUYYFJB7BYPZ37SCAEWMWNNRXLL8PWQYIW12K68AJ1VGLNAE7X2OY41F0FM9JPDSBUPUQ' where id=38; -update noar ti set v2='XYXXOVJA3MVYICGJI92SLTQ8MA44NNQ456OMEAT8TZDDBCNWJH5ZEUVBGGWR9AXMHXKCAMZT6RQZVR6N1R5XOV257EFKV4JKIBOHRSOU0H057G5OZGGECT6YVFC04GVS3BFHXQYIB0AXOWPDAEM9B82ISPB1WWG9I1QEMGHUXRYFNWK7DWORZMFYP25BTUYYFJB7BYPZ37SCAEWMWNNRXLL8PWQYIW12K68AJ1VGLNAE7X2OY41F0FM9JPDSBUPUQ' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5L73SKY8XCDCE44Z5XSXL2IK878E2ZQV6PCRB3Q1CWQ7QU6OBEAXJO7RN2HPX7IXDR17QR54S3C2YCE8FV9X4ILFP7ZZ69FWM2W50ALPA72SUMDBYWVGC9B8ICDOP9PHYZ89ESF0SD9X71M2JGGNAQYAEL6TK15KCSG7EAIUWSW6M3SOZLD4GSUWJZ971TG9UP1AWK6T00KFZJVOAD76ZV10XZ8PZER0DIKK7FBZ18TQDQ4Z0KX8WQM6LX0APV7H4' where id=38; -update noar ti set v3='5L73SKY8XCDCE44Z5XSXL2IK878E2ZQV6PCRB3Q1CWQ7QU6OBEAXJO7RN2HPX7IXDR17QR54S3C2YCE8FV9X4ILFP7ZZ69FWM2W50ALPA72SUMDBYWVGC9B8ICDOP9PHYZ89ESF0SD9X71M2JGGNAQYAEL6TK15KCSG7EAIUWSW6M3SOZLD4GSUWJZ971TG9UP1AWK6T00KFZJVOAD76ZV10XZ8PZER0DIKK7FBZ18TQDQ4Z0KX8WQM6LX0APV7H4' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B4IMNLSGG9KWHN21N6KI1DE8AM0SFA8P6YV5WF3PWKLW9LLO20AW2BL8MH60HAQEP15LE59KU0U9KFE1ZXW154CJXMWNXNWTV1GNR24T6ES5EAXT0Q9P5SN2FAP4BQI8PTPPE0S7FZ5W5NUAB0YG1UXR4KGWNFFZELBBJDBGR4TWIR6SZ0UWLKL398XP8B7712OUSLUBYJZD03GPBBQMWBVSPZWU1O2B4ALC0MFXF7XEINIDHMUWI64EVIB3YTFWW' where id=39; -update noar ti set v0='B4IMNLSGG9KWHN21N6KI1DE8AM0SFA8P6YV5WF3PWKLW9LLO20AW2BL8MH60HAQEP15LE59KU0U9KFE1ZXW154CJXMWNXNWTV1GNR24T6ES5EAXT0Q9P5SN2FAP4BQI8PTPPE0S7FZ5W5NUAB0YG1UXR4KGWNFFZELBBJDBGR4TWIR6SZ0UWLKL398XP8B7712OUSLUBYJZD03GPBBQMWBVSPZWU1O2B4ALC0MFXF7XEINIDHMUWI64EVIB3YTFWW' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WWW6M0YXSMIZJAFX1NPFPL7B9S75TM45GCU759PAHIDWACM5LB5IOY7GZSYK0QOZC9DQ2NNAI4ZW0RAXSZFV6YZ85RTW5JMJTVPYTCJAHSL2QPOZWURJTUI7U3ASW5P99X5QNXPXOCIWVWWFG86L7YLHCE83HPA1V1P3VFPZB6ASQEZIKM5ZKIMFND91UQMCNNYQKSKEMFDAJ7CE9Y134AV2HI4V2O5XA8EL0CDP3UIOBQ4K0WMIPE3I8HHDB18P3' where id=39; -update noar ti set v1='WWW6M0YXSMIZJAFX1NPFPL7B9S75TM45GCU759PAHIDWACM5LB5IOY7GZSYK0QOZC9DQ2NNAI4ZW0RAXSZFV6YZ85RTW5JMJTVPYTCJAHSL2QPOZWURJTUI7U3ASW5P99X5QNXPXOCIWVWWFG86L7YLHCE83HPA1V1P3VFPZB6ASQEZIKM5ZKIMFND91UQMCNNYQKSKEMFDAJ7CE9Y134AV2HI4V2O5XA8EL0CDP3UIOBQ4K0WMIPE3I8HHDB18P3' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='R72ZGMWBTTUYGM2EJ0DQFE7LY1B8C6F83VRQQ1EI1TM4GYOMQORPCNZ2FKS1802XU7UGHGMJ5GLB7TVDT54HNVXK9Q6V7H8M7TOUP9L0FC06Y0X3HASMUJPBEB3VTO47OGQ345QKRUGGMMBFK16LTNBNK1QFH5NF3Y2LVD2UV2NALPUPERN0YB06DZ736UPOJS78W22XAHKQ97LU19AP5JXBSLSMKTU96IP087DB89XNP8463RHND2D81SZXX0HQ9' where id=39; -update noar ti set v2='R72ZGMWBTTUYGM2EJ0DQFE7LY1B8C6F83VRQQ1EI1TM4GYOMQORPCNZ2FKS1802XU7UGHGMJ5GLB7TVDT54HNVXK9Q6V7H8M7TOUP9L0FC06Y0X3HASMUJPBEB3VTO47OGQ345QKRUGGMMBFK16LTNBNK1QFH5NF3Y2LVD2UV2NALPUPERN0YB06DZ736UPOJS78W22XAHKQ97LU19AP5JXBSLSMKTU96IP087DB89XNP8463RHND2D81SZXX0HQ9' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I6RAY59JTJM0VVCWEA3KVOGUZ8LUVEWO9TC7IVR40TRTRX0EOMNNV46AHEFHCFA5MJYFLKPDGJXP97WZKG2K3HGUKG6JX81M3SOEX2WNDOFU3J0WD253TGUBE18343XG2HZLI1N0M7GLQ5K179NZ5J7C4QJKV031V3L1PMULL8EAWT1XL05SHW9ZF8TIQ3RRWIZK8T4QDDV6MHZP9B6WXWS6UPGJ448BSK59XLXHNA2ZKADCUV3DOIGZM1TDD2WVN' where id=39; -update noar ti set v3='I6RAY59JTJM0VVCWEA3KVOGUZ8LUVEWO9TC7IVR40TRTRX0EOMNNV46AHEFHCFA5MJYFLKPDGJXP97WZKG2K3HGUKG6JX81M3SOEX2WNDOFU3J0WD253TGUBE18343XG2HZLI1N0M7GLQ5K179NZ5J7C4QJKV031V3L1PMULL8EAWT1XL05SHW9ZF8TIQ3RRWIZK8T4QDDV6MHZP9B6WXWS6UPGJ448BSK59XLXHNA2ZKADCUV3DOIGZM1TDD2WVN' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='993LPX5KQ7LIL089G7YFC4ZLW6MBK1SMIMSHVEVLVLG46WJP2H6K9KC3V7MK4UB0I0LHSQW9I1Y3S4HGC781WR9F5QIDL6TL5P3Q9MAL1IFJW5G9MAII7CI0UOJQYLAJDW837MVT7NVVBG0KN58WBZGWP4TEHE5SKSD6B63MLSWUW3HTENUPHWL81A4SV3JL4GR6FJWQOU3RCBLM3H3ZKKIHLS6UB49N3URGCBVPW8KYNSETT57EODXUSB4FFEB96' where id=40; -update noar ti set v0='993LPX5KQ7LIL089G7YFC4ZLW6MBK1SMIMSHVEVLVLG46WJP2H6K9KC3V7MK4UB0I0LHSQW9I1Y3S4HGC781WR9F5QIDL6TL5P3Q9MAL1IFJW5G9MAII7CI0UOJQYLAJDW837MVT7NVVBG0KN58WBZGWP4TEHE5SKSD6B63MLSWUW3HTENUPHWL81A4SV3JL4GR6FJWQOU3RCBLM3H3ZKKIHLS6UB49N3URGCBVPW8KYNSETT57EODXUSB4FFEB96' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G20KIJ273MJUZIS1CETODHSCF2R7IDEC9B911INZS4J5SIAX7O50LPT593YQS8PZFUFYLVIRHDILBW5J5YPRDG2GKX64NEWVEOPBNBNQIGJXLCXDVH9ETJXR936IM6ZX24OPOQPZ6F39GFLEV27809QH9HZQJDBTWNG62TV1686957XBNX0NLHKY2YB19RVM3D43OELFAQ8DAJR7SJ41Z1ZCJCCBGTH2RIL5L7WR8LB141MHU736KZ0B965T6HATI' where id=40; -update noar ti set v1='G20KIJ273MJUZIS1CETODHSCF2R7IDEC9B911INZS4J5SIAX7O50LPT593YQS8PZFUFYLVIRHDILBW5J5YPRDG2GKX64NEWVEOPBNBNQIGJXLCXDVH9ETJXR936IM6ZX24OPOQPZ6F39GFLEV27809QH9HZQJDBTWNG62TV1686957XBNX0NLHKY2YB19RVM3D43OELFAQ8DAJR7SJ41Z1ZCJCCBGTH2RIL5L7WR8LB141MHU736KZ0B965T6HATI' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KQQWXZC7RRYMYUHA95EXL4KSC2YXUNPVOTXTQGVSRTSAFC4DXMQ7C1DEIJDQ682UIUCHJ0985NI7T6OLLCJ4ZKJH1PM93QT2OJFQP576FSLCVB57GEHSFZEXMVJO0KA0FSND0P4QCIFCSETC6TS5HLOGD6CBGW3QIW241P855G4KMGJPSBDXZ4LGC87GZT6Z8101K4MB4WI680G9ZPDR5IOXM6ZO0L7VBTKY4CRQBL990JLBGAXXEWZPM92BZ7SH4' where id=40; -update noar ti set v2='KQQWXZC7RRYMYUHA95EXL4KSC2YXUNPVOTXTQGVSRTSAFC4DXMQ7C1DEIJDQ682UIUCHJ0985NI7T6OLLCJ4ZKJH1PM93QT2OJFQP576FSLCVB57GEHSFZEXMVJO0KA0FSND0P4QCIFCSETC6TS5HLOGD6CBGW3QIW241P855G4KMGJPSBDXZ4LGC87GZT6Z8101K4MB4WI680G9ZPDR5IOXM6ZO0L7VBTKY4CRQBL990JLBGAXXEWZPM92BZ7SH4' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R7732WUFVPUQ2FSPG2M64R2NWRSJXF65DEXK4ZLARSVJBFNRJYTW0OO5FJHWHLZDDURYFCSCF35WDLHR092CRIFC1DWSDC69XZ13ZDL30Y33IQW9ZS682HUG7JTXMKML50J9YJQQ7757LM5PVXS6YMNECT3N9D1H0MKSZCNV4R3SLEGHRCQXI1335UXBZSPP3GD9ZJ64A0KUB2QQZ4O6CDS9P5LSYWKHW8FZSS8I8HHKTFB1MIBMZZI5M7G70DMIM' where id=40; -update noar ti set v3='R7732WUFVPUQ2FSPG2M64R2NWRSJXF65DEXK4ZLARSVJBFNRJYTW0OO5FJHWHLZDDURYFCSCF35WDLHR092CRIFC1DWSDC69XZ13ZDL30Y33IQW9ZS682HUG7JTXMKML50J9YJQQ7757LM5PVXS6YMNECT3N9D1H0MKSZCNV4R3SLEGHRCQXI1335UXBZSPP3GD9ZJ64A0KUB2QQZ4O6CDS9P5LSYWKHW8FZSS8I8HHKTFB1MIBMZZI5M7G70DMIM' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z3MCG8M3D3Y1FY3T9LXZGFNSPSABYWJPN1LRNSWZZDWLVUMUROCS747SFXQ16L0EFLZ8ZUTXFR0664NYK2MNRBO1CZ0VDHZN9WNIJZSTXD1101APO8RBR4P6NM4CS3KP7B3EBPEJI9VVVO8VSVLZ79B3YX559EC0TF4ANCB9V5DGR0SEX7UX78D9BUIFAZKFWP0UCBOMROPT9AEBMPC0NTM9O6ZGC540D5RF5DR3XVXDC063N6I3EV5MT2O6KYPHO' where id=41; -update noar ti set v0='Z3MCG8M3D3Y1FY3T9LXZGFNSPSABYWJPN1LRNSWZZDWLVUMUROCS747SFXQ16L0EFLZ8ZUTXFR0664NYK2MNRBO1CZ0VDHZN9WNIJZSTXD1101APO8RBR4P6NM4CS3KP7B3EBPEJI9VVVO8VSVLZ79B3YX559EC0TF4ANCB9V5DGR0SEX7UX78D9BUIFAZKFWP0UCBOMROPT9AEBMPC0NTM9O6ZGC540D5RF5DR3XVXDC063N6I3EV5MT2O6KYPHO' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='46MKAPEF3NX2QVY44GJC9D7V2Z24DL6B32XK5XG6WI46CB59G13U8CVKBLGF2Z3JI3DTIL4ZCV1QUM8KZJ7HFINJAR69U9XAZLBQK3T0N3D07F0VUBHGXTDSLEM531CDBACDYN51GQ0C0NNALOLSUY5TVEC9YUFB7N17GIHLL1OQIT69VY2BPTP4ZL4RLGJFM6BCNIDZGM2AQ47OKRAA3HUH1H57QBQYDLX3DXXUI4GXIE05822GCIKGGLVH0I5CD' where id=41; -update noar ti set v1='46MKAPEF3NX2QVY44GJC9D7V2Z24DL6B32XK5XG6WI46CB59G13U8CVKBLGF2Z3JI3DTIL4ZCV1QUM8KZJ7HFINJAR69U9XAZLBQK3T0N3D07F0VUBHGXTDSLEM531CDBACDYN51GQ0C0NNALOLSUY5TVEC9YUFB7N17GIHLL1OQIT69VY2BPTP4ZL4RLGJFM6BCNIDZGM2AQ47OKRAA3HUH1H57QBQYDLX3DXXUI4GXIE05822GCIKGGLVH0I5CD' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KJQPN7FELWSAGIMTUZSS5G1Y4S6RZRDM117CQMC2VTXX7WP1WNPHRFTJORJ0ZAV0VKVKRMKXSPL60LTU9BMKXF50XELPVUYYGWHPH5KXIKTJBT1ZUQ5MK4QMKR1I22S8FJHYK29E2UQXK8J50D3JSIWFHGMBENW4KWWZH0RT8F3CGKGNL6F7NHJUV2JX2FXG8AFKRXAO0B5OK9ZEW95LGDJK52OQLW1DZIIIFXXO54JAGOFO350CLZWR9HDEIFKIH' where id=41; -update noar ti set v2='KJQPN7FELWSAGIMTUZSS5G1Y4S6RZRDM117CQMC2VTXX7WP1WNPHRFTJORJ0ZAV0VKVKRMKXSPL60LTU9BMKXF50XELPVUYYGWHPH5KXIKTJBT1ZUQ5MK4QMKR1I22S8FJHYK29E2UQXK8J50D3JSIWFHGMBENW4KWWZH0RT8F3CGKGNL6F7NHJUV2JX2FXG8AFKRXAO0B5OK9ZEW95LGDJK52OQLW1DZIIIFXXO54JAGOFO350CLZWR9HDEIFKIH' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YY06IPGGO2185RI97507ZEU5GJDLL1B1RRXQBPR84A9FZJAS0HIXW5UV3WSD5H274H16JYTIKDKHZ972RWEW1EL0CISWMTJBJ5O4DM649JN3GX1TJGHFOUTBKDGBR2J2RIUG2O8YEVT0Z82QSY0CPC4FRA1S4SVZKXOBS45MUV90MTHVOSU0DSW2EAI4NNFOC2CDKDBNIQGUK887SF6H19XXRV6CQCBGZ4YUWJ49W4HD4IXAHD8Q6PNU0CKO168NV' where id=41; -update noar ti set v3='YY06IPGGO2185RI97507ZEU5GJDLL1B1RRXQBPR84A9FZJAS0HIXW5UV3WSD5H274H16JYTIKDKHZ972RWEW1EL0CISWMTJBJ5O4DM649JN3GX1TJGHFOUTBKDGBR2J2RIUG2O8YEVT0Z82QSY0CPC4FRA1S4SVZKXOBS45MUV90MTHVOSU0DSW2EAI4NNFOC2CDKDBNIQGUK887SF6H19XXRV6CQCBGZ4YUWJ49W4HD4IXAHD8Q6PNU0CKO168NV' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OE23U00BRJNAN1Q6CLG6UX86B4B7F04DNNZ7488OALTICLR3RQL5EKLTQKRH1648N96KZ4JA5GDA19ZL7W0RHH2VN6ND6ZG9Y7OW2JFN3G03JSYEPX9F8ACQ8OPSW64X2GMXA45MXK5L5C84LJH5NGCDD0Z60GN0J48KE72U2QZ78NERFSU6E1KDRNKOFFU6ZXEO5D3708Z28A3A4S7Y6Z6OIQTQ947OZ5E9CDK7ZG73FME1IDK56HWWHE57UMH48' where id=42; -update noar ti set v0='OE23U00BRJNAN1Q6CLG6UX86B4B7F04DNNZ7488OALTICLR3RQL5EKLTQKRH1648N96KZ4JA5GDA19ZL7W0RHH2VN6ND6ZG9Y7OW2JFN3G03JSYEPX9F8ACQ8OPSW64X2GMXA45MXK5L5C84LJH5NGCDD0Z60GN0J48KE72U2QZ78NERFSU6E1KDRNKOFFU6ZXEO5D3708Z28A3A4S7Y6Z6OIQTQ947OZ5E9CDK7ZG73FME1IDK56HWWHE57UMH48' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3F403KPRKN4YWEWE7WSN3MMD5TIRZXP9H7T1P9ZGIYSR8O8QAS65NJKB07TMD875F3NN7RJNDX7FCWNFFEYZ1IIL7B1IAKC21SF1K4K89YMQB0OD0FWQRSPMLGZ8PNXZ0TV2FUKOWHZ48CLP17MCPLLQU1BBOWL43DOHDGXEV7PRA3MA7N80C2MRH9SXXD5YL4WW1C0VPJ6G2UI8K6U82WV1WCZFC50JENMFSXADNVENE71JFDPDIS6VPIQ361NWQ' where id=42; -update noar ti set v1='3F403KPRKN4YWEWE7WSN3MMD5TIRZXP9H7T1P9ZGIYSR8O8QAS65NJKB07TMD875F3NN7RJNDX7FCWNFFEYZ1IIL7B1IAKC21SF1K4K89YMQB0OD0FWQRSPMLGZ8PNXZ0TV2FUKOWHZ48CLP17MCPLLQU1BBOWL43DOHDGXEV7PRA3MA7N80C2MRH9SXXD5YL4WW1C0VPJ6G2UI8K6U82WV1WCZFC50JENMFSXADNVENE71JFDPDIS6VPIQ361NWQ' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A689HC5A2R0QKAS16GKGAHET6NM05JUJ6AXYM71HNYC3IXDW9E476XWMCHBQCQPOM4S44JQTWSZ23D65RIMQ4CZA6TJS5AUSVB3MXQNKVML5J5P4UG2TTPPS128LJACSHZX75SG3ZT8WWJ0RSCKOAL5IOB2B5EFDBAL67PM7YGCGXDHNSMS2WQDDWZTVXENSM6EFOZ0O8756JFBW03XHK5BJ721K4YIXI780QI6C9UHPQL9WKPDM0G6CCYVZE89MK' where id=42; -update noar ti set v2='A689HC5A2R0QKAS16GKGAHET6NM05JUJ6AXYM71HNYC3IXDW9E476XWMCHBQCQPOM4S44JQTWSZ23D65RIMQ4CZA6TJS5AUSVB3MXQNKVML5J5P4UG2TTPPS128LJACSHZX75SG3ZT8WWJ0RSCKOAL5IOB2B5EFDBAL67PM7YGCGXDHNSMS2WQDDWZTVXENSM6EFOZ0O8756JFBW03XHK5BJ721K4YIXI780QI6C9UHPQL9WKPDM0G6CCYVZE89MK' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='05RIS5NFQ3ZVDKNECQPV7E7XQ13JPG3WGB40B4WOJ9QERREJ6O8KBBO9BLGZ2GLJJIJCCZOC3QSLH8S6UCU63KZGRTAVV9163IM8XJIB3W5ZNYG299G4OT3OBZOCB7IESUT9HMMLNJYKTIYKZAC106YRV8NSJKIGZ43CEA1YCGJKJ08UHL1JY0XE4CKWQ0BCBXAL2YI8D8WFFYU1IDN2KS9TTGX6CNIBXO653PPC6PXEOF7D5SHS8HTQKLZ1R1K62' where id=42; -update noar ti set v3='05RIS5NFQ3ZVDKNECQPV7E7XQ13JPG3WGB40B4WOJ9QERREJ6O8KBBO9BLGZ2GLJJIJCCZOC3QSLH8S6UCU63KZGRTAVV9163IM8XJIB3W5ZNYG299G4OT3OBZOCB7IESUT9HMMLNJYKTIYKZAC106YRV8NSJKIGZ43CEA1YCGJKJ08UHL1JY0XE4CKWQ0BCBXAL2YI8D8WFFYU1IDN2KS9TTGX6CNIBXO653PPC6PXEOF7D5SHS8HTQKLZ1R1K62' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='D1G815F5O4FQG47FUSLT4QB2AFWFCAOF011LO7O0AQ0OF18N8Q8RK5IPTDDNJR3ALHVG1W40ZUA84QTHV71720GRBT6SZG6UAL5A80NIS3IM168Y5GEWDJZ2JZ7CZQHNRUUULBTYKZLKE5ZZRQ6GZYJX0VTM47MKHRPJXM4WZRZXMO4CRURT8BL0J7XYFO3CYN0LE61FVKPAAB8D8I9WLNFT5R0J9R3KKH8LKYWLREW59TY9GE3HPKYBOCGLQI6Q6' where id=43; -update noar ti set v0='D1G815F5O4FQG47FUSLT4QB2AFWFCAOF011LO7O0AQ0OF18N8Q8RK5IPTDDNJR3ALHVG1W40ZUA84QTHV71720GRBT6SZG6UAL5A80NIS3IM168Y5GEWDJZ2JZ7CZQHNRUUULBTYKZLKE5ZZRQ6GZYJX0VTM47MKHRPJXM4WZRZXMO4CRURT8BL0J7XYFO3CYN0LE61FVKPAAB8D8I9WLNFT5R0J9R3KKH8LKYWLREW59TY9GE3HPKYBOCGLQI6Q6' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='45JZXZBA53MFMOXQG7UQH6X71TNWY03M2X742VSXT7TFM40B7KYBSNZMWDU6QFHJ5LUEQTOLK3M8KJYSWMIJ8CSYY2R9V1MMJK8L6C997D9PYNWIAUQ7C33BLNKY36BFZ66LC0DJLZXCLQ44N8ANZ2XPPJQUD8N782IIW94Q5U5TIA38T31Q1HUBS6D8QNT2XWQPFD1KQZH8EDSAGECSRJI9ZSCSU4M9X62OT1ECPJGXU5V03SWXH98SF8MGTPWKM' where id=43; -update noar ti set v1='45JZXZBA53MFMOXQG7UQH6X71TNWY03M2X742VSXT7TFM40B7KYBSNZMWDU6QFHJ5LUEQTOLK3M8KJYSWMIJ8CSYY2R9V1MMJK8L6C997D9PYNWIAUQ7C33BLNKY36BFZ66LC0DJLZXCLQ44N8ANZ2XPPJQUD8N782IIW94Q5U5TIA38T31Q1HUBS6D8QNT2XWQPFD1KQZH8EDSAGECSRJI9ZSCSU4M9X62OT1ECPJGXU5V03SWXH98SF8MGTPWKM' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3F00ROGF7G6ZJR61D63E6SSO7DK9NR44CFLCC4CAZVX13XAEUAMMSDK8L5MBJPRG2JR7HCUWT4JATW4MWVRSH0XLDQVRCWVRBDOWVT8VSVDA3BEQU1SZEZXGZW6T5J7TLCUIQ4S4J92PJRG6HV2UULVIU40XV29L1CB9TPW7G1Y8EZEFVOAWQ13TGCVWIXL8N2WBPE32KIOUV5MX7SAFBC1Q0K43US8WK1NAUABBCT41JD525UWGC6M4QQ7JHM9SB' where id=43; -update noar ti set v2='3F00ROGF7G6ZJR61D63E6SSO7DK9NR44CFLCC4CAZVX13XAEUAMMSDK8L5MBJPRG2JR7HCUWT4JATW4MWVRSH0XLDQVRCWVRBDOWVT8VSVDA3BEQU1SZEZXGZW6T5J7TLCUIQ4S4J92PJRG6HV2UULVIU40XV29L1CB9TPW7G1Y8EZEFVOAWQ13TGCVWIXL8N2WBPE32KIOUV5MX7SAFBC1Q0K43US8WK1NAUABBCT41JD525UWGC6M4QQ7JHM9SB' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NBXHDWG2L8H1845MJSD52ZPK7W89T2GPYHWIT2PR9X3BC69632RG0KHE3W6FHD51KNG58Q944SI99SGSZXKM3SBHPAWRI57NTWM0V5F5RMM97B6WJ07MK0D1J67O2HY1ZBWBSQ4YEUFIEPFE0YNYKHH8GRJELYW9G1WJFEX4TAIEK7NXMHJSAP2I48ND2XXZI2EO88623WFBPV87GVNCH9CFUIWCGJ1242PPSOZXGTMNOMPQVXULNKVBFPWDUC4U6' where id=43; -update noar ti set v3='NBXHDWG2L8H1845MJSD52ZPK7W89T2GPYHWIT2PR9X3BC69632RG0KHE3W6FHD51KNG58Q944SI99SGSZXKM3SBHPAWRI57NTWM0V5F5RMM97B6WJ07MK0D1J67O2HY1ZBWBSQ4YEUFIEPFE0YNYKHH8GRJELYW9G1WJFEX4TAIEK7NXMHJSAP2I48ND2XXZI2EO88623WFBPV87GVNCH9CFUIWCGJ1242PPSOZXGTMNOMPQVXULNKVBFPWDUC4U6' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZASF426FE5FMJKZ7MC4WJJL0BQU9OYY1TRLJK39WCVAVY9B0Q5N4XUVO9XSEQDN9L9HIWSZU51R1WBMHPXRJXNS98660R84NC4J6PRWFBPTQSA28A35SY4A4G8S0JGSOOTBR1781MNE0VMLI1FDGY5MRTW1MFB7ECPQJ4GU36W2WCTE9EXCQDR5WUKSPZYVGCB425GK8Y66UPNNCG32F2FTNZ57OQDIUOXOR9PS8SK5AXU83SCELLRDDRHRCMHLQS' where id=44; -update noar ti set v0='ZASF426FE5FMJKZ7MC4WJJL0BQU9OYY1TRLJK39WCVAVY9B0Q5N4XUVO9XSEQDN9L9HIWSZU51R1WBMHPXRJXNS98660R84NC4J6PRWFBPTQSA28A35SY4A4G8S0JGSOOTBR1781MNE0VMLI1FDGY5MRTW1MFB7ECPQJ4GU36W2WCTE9EXCQDR5WUKSPZYVGCB425GK8Y66UPNNCG32F2FTNZ57OQDIUOXOR9PS8SK5AXU83SCELLRDDRHRCMHLQS' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6FQVOHCK6SESFKS10D3XLCGCMU73G2P4LALWX9FVXORPD43B67ST9AK1KD3PSHF3D9UQCROLCCDHGT0VX2T1CK3MUNI7DI0Y9K42UBKWI8OHQERT0JHFZ3BHGHL7D7OTOQDWD3WMKR26WNG4O5R7GP38LH7GDBMETCZQ9L5Q2O00UHCBL3Y9PIKXL32Y268F8K28NHCPWS189UDLZ1S58A1GNUOM5IWZTHXEQ3HK5W6S2YYUXRC9KEVQESVK4ASDL' where id=44; -update noar ti set v1='6FQVOHCK6SESFKS10D3XLCGCMU73G2P4LALWX9FVXORPD43B67ST9AK1KD3PSHF3D9UQCROLCCDHGT0VX2T1CK3MUNI7DI0Y9K42UBKWI8OHQERT0JHFZ3BHGHL7D7OTOQDWD3WMKR26WNG4O5R7GP38LH7GDBMETCZQ9L5Q2O00UHCBL3Y9PIKXL32Y268F8K28NHCPWS189UDLZ1S58A1GNUOM5IWZTHXEQ3HK5W6S2YYUXRC9KEVQESVK4ASDL' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7UG64XDR4FS4DZG9QTWHWURK1GD2LPCHG8E0VBWE1SWTHVRVD934Y5IKDF5USIMNYG822IT0KMAZ223823C7JURMEZPY5JJY0P5LY7QM7I3MCPWF1OLGPW2PJT1PZYXG71EEWMTM1U8G4FFQZUH8KXHHAMVGSPXR55QLFJ94WUNDGBI0IVBXZX7VODOLERLF0L9KW4RTTQGQF2MSIVUM0JT8LF57NFELCYA1PFNR3QSP471X3OKBGNZ5YH94ZGHWC' where id=44; -update noar ti set v2='7UG64XDR4FS4DZG9QTWHWURK1GD2LPCHG8E0VBWE1SWTHVRVD934Y5IKDF5USIMNYG822IT0KMAZ223823C7JURMEZPY5JJY0P5LY7QM7I3MCPWF1OLGPW2PJT1PZYXG71EEWMTM1U8G4FFQZUH8KXHHAMVGSPXR55QLFJ94WUNDGBI0IVBXZX7VODOLERLF0L9KW4RTTQGQF2MSIVUM0JT8LF57NFELCYA1PFNR3QSP471X3OKBGNZ5YH94ZGHWC' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AWIJB0TG8E28Q6Z994V6W4JL467CY5IMIT0RPUU2WO84S0FL7PM1BCFLAWBXGYQOS28Y6QF2Z0AX6HY4LDZG2GCRD3EBO9SZJ701UR65EBMPGOKSAU0VLRQX6FC248O7F4WVEYQBEL1V1U689SFLNA6JTV5H0KIHT65I2U1LDMPRQEL7HLED0HV68QIXFPJ1VVDOTZGG7PHGA269MMB4MEWQPQH5ERFYZQXS4RNE8PB5LJI950ODXK8S96VS3T8YS' where id=44; -update noar ti set v3='AWIJB0TG8E28Q6Z994V6W4JL467CY5IMIT0RPUU2WO84S0FL7PM1BCFLAWBXGYQOS28Y6QF2Z0AX6HY4LDZG2GCRD3EBO9SZJ701UR65EBMPGOKSAU0VLRQX6FC248O7F4WVEYQBEL1V1U689SFLNA6JTV5H0KIHT65I2U1LDMPRQEL7HLED0HV68QIXFPJ1VVDOTZGG7PHGA269MMB4MEWQPQH5ERFYZQXS4RNE8PB5LJI950ODXK8S96VS3T8YS' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JG9YIO87UTZM2RAH3O5SUU7VDOYWYC2O4WTN9WIEGY9OZ16ZIK3X0QKRBS0M7AFOHZUA7F3JHFKWMUDI9UM6LB8TXCROHPUYJ7Z9GC9Y27X5XA85SJOJK1MRWM15PE6WAU68XYHPRO3VD3F6LDNN20BIFC4D2XNDKA4CMS1VOZG4GQVLWG61K3E5RXPYHL2TWQ9UKX3H5DHEESURLUHOCJLC2PWVGI1UE7LVP6U2BTS0PCCPQBPV214ILUA7MLWFD' where id=45; -update noar ti set v0='JG9YIO87UTZM2RAH3O5SUU7VDOYWYC2O4WTN9WIEGY9OZ16ZIK3X0QKRBS0M7AFOHZUA7F3JHFKWMUDI9UM6LB8TXCROHPUYJ7Z9GC9Y27X5XA85SJOJK1MRWM15PE6WAU68XYHPRO3VD3F6LDNN20BIFC4D2XNDKA4CMS1VOZG4GQVLWG61K3E5RXPYHL2TWQ9UKX3H5DHEESURLUHOCJLC2PWVGI1UE7LVP6U2BTS0PCCPQBPV214ILUA7MLWFD' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HERPPL6A3AUITLQHMY061HWO2IK8GF3L5NORWYH2CC8PQA4C2IPLKSDGSIKY22P3FVV27VA3O2BYZYCIRX4EOM3CVV2BKZDWWOPKREEBBI12K9IC5DR7ZJADKCRG5CC7KQZPWSBZYTW9MJNLOEQ3EFX5YDRXBV5U2WQCKH2KM580HD5LX3G61DRXHTELYTD1J412BZSZZRTL8L63E0Y2AO4P9D0H7Q2X08LQFYIJ9MO5X1SKINILUD7N2TAS3Q14C' where id=45; -update noar ti set v1='HERPPL6A3AUITLQHMY061HWO2IK8GF3L5NORWYH2CC8PQA4C2IPLKSDGSIKY22P3FVV27VA3O2BYZYCIRX4EOM3CVV2BKZDWWOPKREEBBI12K9IC5DR7ZJADKCRG5CC7KQZPWSBZYTW9MJNLOEQ3EFX5YDRXBV5U2WQCKH2KM580HD5LX3G61DRXHTELYTD1J412BZSZZRTL8L63E0Y2AO4P9D0H7Q2X08LQFYIJ9MO5X1SKINILUD7N2TAS3Q14C' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YR5ZMT5CCHI8OIPLX8T01WGBIXXYBVJ8M92NYYQ2NNLM9GW27Z22FRN8Y3DDHE53QSSUGIH6NPSZXCAXVSLHA99VIA61Z15AEXE5CD0RJBJZ64WQE9BTZW8XIG89WYT5U7MONIE46KFH1WV8KZP4HQXYRTSOM39ZI25FMIC409J698GSHVYA22U663VZC77V4KJFB95K7GITFKF82RL5QHZNC2OO5ELLF6OUO3EZNHECA8IV3X71IZBRMUICPQWI9' where id=45; -update noar ti set v2='YR5ZMT5CCHI8OIPLX8T01WGBIXXYBVJ8M92NYYQ2NNLM9GW27Z22FRN8Y3DDHE53QSSUGIH6NPSZXCAXVSLHA99VIA61Z15AEXE5CD0RJBJZ64WQE9BTZW8XIG89WYT5U7MONIE46KFH1WV8KZP4HQXYRTSOM39ZI25FMIC409J698GSHVYA22U663VZC77V4KJFB95K7GITFKF82RL5QHZNC2OO5ELLF6OUO3EZNHECA8IV3X71IZBRMUICPQWI9' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3LXRDHCHL5PEQYT7TDNK1HX2OBGN4N23MQI20QQ4RDDGS4Z6QZVGKJYU7YOD1Z5A0WOMHFMTO1WI6XETQCC4BMSGAJEYNC257PWL7285KOSTX4FQWDTGP9OUI7EEFSTTC9SJAC46FUNOCG3T7QVVDXLEZYGVYPUBSVQSB26DR5TC19TM36XBZ74GVUDX65HWDKMHO1JP7EIGE1FE3TU941FKRACIG66D4BH77A4DPJN5VBEW80K5623WNVZVJD5KJ' where id=45; -update noar ti set v3='3LXRDHCHL5PEQYT7TDNK1HX2OBGN4N23MQI20QQ4RDDGS4Z6QZVGKJYU7YOD1Z5A0WOMHFMTO1WI6XETQCC4BMSGAJEYNC257PWL7285KOSTX4FQWDTGP9OUI7EEFSTTC9SJAC46FUNOCG3T7QVVDXLEZYGVYPUBSVQSB26DR5TC19TM36XBZ74GVUDX65HWDKMHO1JP7EIGE1FE3TU941FKRACIG66D4BH77A4DPJN5VBEW80K5623WNVZVJD5KJ' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9ENTSCYFZO62M5ULORB17RJQLU5V81JGLS82QTRPSZ7H0K1MV0LYI1W96DQ8P3CA2PAIXOVZLZWBH6GDNBOTT82UC4W5SQR0V76LN0H0H84TIRSPN49V1JESHVFCAQPVIAWN1UQ70JZJ8W645XXHF6QQA57VKOIJSVWSKJHRASHE3CIOXD8FW15SKMQ5JU925WT1ID84BTJGU0FIK46G0XFJD6YQIQFYMT5P1EWMUNY6ABY3EHLQEMUW23VB5BUHV' where id=46; -update noar ti set v0='9ENTSCYFZO62M5ULORB17RJQLU5V81JGLS82QTRPSZ7H0K1MV0LYI1W96DQ8P3CA2PAIXOVZLZWBH6GDNBOTT82UC4W5SQR0V76LN0H0H84TIRSPN49V1JESHVFCAQPVIAWN1UQ70JZJ8W645XXHF6QQA57VKOIJSVWSKJHRASHE3CIOXD8FW15SKMQ5JU925WT1ID84BTJGU0FIK46G0XFJD6YQIQFYMT5P1EWMUNY6ABY3EHLQEMUW23VB5BUHV' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DPPW2OFFL7947HVD0B21ZDIFTK7OMK5TJRZWAOXYLNFLT7E99Z5AEYH66MMJEEPVN71EOW7QFPRR0U8L6GQVELC80LY78EJRIL2LCHSX6JDKN3IWJXNPSV88JWBZNNAHHSK75KFL1BZ0DTO26C0IB2ME3K656QJYIBXNEUDPLFEM1N36K310CIQXEJJS15ACJCQJ7S9FR1A8U5VH5IPMUTJENU2CGXEQ7HTY1AD6VPTY4DH4UA1OM93TLZS2R5Y9R' where id=46; -update noar ti set v1='DPPW2OFFL7947HVD0B21ZDIFTK7OMK5TJRZWAOXYLNFLT7E99Z5AEYH66MMJEEPVN71EOW7QFPRR0U8L6GQVELC80LY78EJRIL2LCHSX6JDKN3IWJXNPSV88JWBZNNAHHSK75KFL1BZ0DTO26C0IB2ME3K656QJYIBXNEUDPLFEM1N36K310CIQXEJJS15ACJCQJ7S9FR1A8U5VH5IPMUTJENU2CGXEQ7HTY1AD6VPTY4DH4UA1OM93TLZS2R5Y9R' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UJZNBG6GAPE11AUNX0HMYZC5XYDQ2F8QIPNYUSK1K0BPMT9PT3KXJN71M588CZD6N9829W5OY6ZUBO2NNHN548NE9A99M6TUUO0B157DYAP67XK600355KKALHMKBQLZ3XI39T7YC8JW2OMMBMC3SLH49VLJGDAOOVDCBTY3KKV0OW8EUF1JK27Z19EA8P97P15TEV4KRP1J974FJD4M2QWGUTKL52UT6XX7WRAG1NNSSAFUQNP7JPVUWENDHTN57' where id=46; -update noar ti set v2='UJZNBG6GAPE11AUNX0HMYZC5XYDQ2F8QIPNYUSK1K0BPMT9PT3KXJN71M588CZD6N9829W5OY6ZUBO2NNHN548NE9A99M6TUUO0B157DYAP67XK600355KKALHMKBQLZ3XI39T7YC8JW2OMMBMC3SLH49VLJGDAOOVDCBTY3KKV0OW8EUF1JK27Z19EA8P97P15TEV4KRP1J974FJD4M2QWGUTKL52UT6XX7WRAG1NNSSAFUQNP7JPVUWENDHTN57' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UZQLK670RHRNSORMDVM9Y3CBR0YHPEVIZY84XL9OWXBWL2XSPWR163ICFEU0T9F56O873P2ZS8NACN28CU00T93I3F9SIAYZ66IPWIAUB0R8DG1L0PTQCMW3CZP7P7LE3VKQPWWTWETSMM3HCG21466YF76TKL8DZS5HKRXLWSNU7M8QGX2PHLXDSFY938WK8LSE141P2RAVNWIYY75VVBMIVSELXZMVO8JSVKOKO5O8TEMMS6OY4ZQ7742RXU9MG' where id=46; -update noar ti set v3='UZQLK670RHRNSORMDVM9Y3CBR0YHPEVIZY84XL9OWXBWL2XSPWR163ICFEU0T9F56O873P2ZS8NACN28CU00T93I3F9SIAYZ66IPWIAUB0R8DG1L0PTQCMW3CZP7P7LE3VKQPWWTWETSMM3HCG21466YF76TKL8DZS5HKRXLWSNU7M8QGX2PHLXDSFY938WK8LSE141P2RAVNWIYY75VVBMIVSELXZMVO8JSVKOKO5O8TEMMS6OY4ZQ7742RXU9MG' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QYCOIHOOB8T4ZSR7SSU8GV1M4WJPO16XHINOJ31CQJTOJFTHO3QWZZK1UXZJMECUPOJOM151CQB9EZSA054E7WT5M48EJH9LQ7CV5G6VU9ZOUHQ9Q97HOIR0WMG8CHMMQYHZY3Z3ENKB3VJPB6O54A8RYY8UHLD439HK2FFUJ11QIXXATAKLQ3VZ692PVK5BM39VTBYQ9T6WLG8VNC4WPUBCMZZ2HUWLMEABGDRO74MWM7B1IZQZUTKI2H2R3SG2V' where id=47; -update noar ti set v0='QYCOIHOOB8T4ZSR7SSU8GV1M4WJPO16XHINOJ31CQJTOJFTHO3QWZZK1UXZJMECUPOJOM151CQB9EZSA054E7WT5M48EJH9LQ7CV5G6VU9ZOUHQ9Q97HOIR0WMG8CHMMQYHZY3Z3ENKB3VJPB6O54A8RYY8UHLD439HK2FFUJ11QIXXATAKLQ3VZ692PVK5BM39VTBYQ9T6WLG8VNC4WPUBCMZZ2HUWLMEABGDRO74MWM7B1IZQZUTKI2H2R3SG2V' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M9Z0XNVK6R9G0N4AS7IDBVII5JFYPM48ZGBQCMB7V4T2JVZBVE67HJNI04GK9L426B0VO8DKI33DH2DV80HY7BW5RZS06JI3CNA5RRCVKFVKO85JOMQ43L3F2T3ZPC81HXWZBYNNJAZXTBKDI7U3LIKPVMR8F0DJN5XLGW0B37AU79KROR1THW1MRFIMX1Q51N6N05WJMHRYO2P5UW48511HOIKBNO1W25OT02CWYTR32T82ETHEZL2BNE8L3JISO' where id=47; -update noar ti set v1='M9Z0XNVK6R9G0N4AS7IDBVII5JFYPM48ZGBQCMB7V4T2JVZBVE67HJNI04GK9L426B0VO8DKI33DH2DV80HY7BW5RZS06JI3CNA5RRCVKFVKO85JOMQ43L3F2T3ZPC81HXWZBYNNJAZXTBKDI7U3LIKPVMR8F0DJN5XLGW0B37AU79KROR1THW1MRFIMX1Q51N6N05WJMHRYO2P5UW48511HOIKBNO1W25OT02CWYTR32T82ETHEZL2BNE8L3JISO' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='G9EILFGX9P8FSREERZ6D61KGH4GWIZL8LNN9PTXITNY9R800SYWBJ01KZMUXRSZVJ71XNLLTP8FSK78X4VE9S7L5OM1YAQVMBNYHRLZVLF9R8OK1PV946K7E1SG6G47IZL9A3Q59DHEQFFNJ5LKLXE0Y0L4FO4CH5Y2MWPJGVMS51X6AL21S3SBMDPI9PTE4QCNY7NSKT3RJE91NULTRAED38I9J372RQ0WBN2UPCC7P0ILLBX5A33VJUS21YW8DS' where id=47; -update noar ti set v2='G9EILFGX9P8FSREERZ6D61KGH4GWIZL8LNN9PTXITNY9R800SYWBJ01KZMUXRSZVJ71XNLLTP8FSK78X4VE9S7L5OM1YAQVMBNYHRLZVLF9R8OK1PV946K7E1SG6G47IZL9A3Q59DHEQFFNJ5LKLXE0Y0L4FO4CH5Y2MWPJGVMS51X6AL21S3SBMDPI9PTE4QCNY7NSKT3RJE91NULTRAED38I9J372RQ0WBN2UPCC7P0ILLBX5A33VJUS21YW8DS' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9QLF7LOZG6PXILNQ8MNQJBLX1Z6KC0M7OO8QFLSWW4J7TPNKS5QPHU2S54ASGC1XOQGA8L1V9043ASI75YY4N92QG4OTG29OVOQ17T0GGT7ZE2ELR913TSC0P9B9AUE200UY979ZURXF5908BCYB9TSTEKCVNZEOHA590K6ZPRQZS7XHC2ANGHDA65NWVZ4A6EU6B2CD71EKNPLC9OL6CC4XNWUPXNNNAFRN9LDFBGK7R7Q7RQCH9RYKJPF424RDQ' where id=47; -update noar ti set v3='9QLF7LOZG6PXILNQ8MNQJBLX1Z6KC0M7OO8QFLSWW4J7TPNKS5QPHU2S54ASGC1XOQGA8L1V9043ASI75YY4N92QG4OTG29OVOQ17T0GGT7ZE2ELR913TSC0P9B9AUE200UY979ZURXF5908BCYB9TSTEKCVNZEOHA590K6ZPRQZS7XHC2ANGHDA65NWVZ4A6EU6B2CD71EKNPLC9OL6CC4XNWUPXNNNAFRN9LDFBGK7R7Q7RQCH9RYKJPF424RDQ' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='84RTZR1O70NRAEV1G7078FW2C01W0N7M7DLJVQS2AN3IN45CBOQHXTE15LVS1O23R2HUBXAF73KW2FCQWAOJ18D33097V2VUI45FE3UM5DNKUPSGAB8X45DXZNKTL00TXM7R9IWEE5ID3DTVYTD6PX3IO7YEMUF5CKXUJS3KZ9FAH9ZPYTZV816ZTQHZKITOKK6SCWP62YOE10ZAAY78KVBE8Y9MVW0I3HU94KII7FPCBDM8K6Y1S4SASYW9SK9N0' where id=48; -update noar ti set v0='84RTZR1O70NRAEV1G7078FW2C01W0N7M7DLJVQS2AN3IN45CBOQHXTE15LVS1O23R2HUBXAF73KW2FCQWAOJ18D33097V2VUI45FE3UM5DNKUPSGAB8X45DXZNKTL00TXM7R9IWEE5ID3DTVYTD6PX3IO7YEMUF5CKXUJS3KZ9FAH9ZPYTZV816ZTQHZKITOKK6SCWP62YOE10ZAAY78KVBE8Y9MVW0I3HU94KII7FPCBDM8K6Y1S4SASYW9SK9N0' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='93PI3V8FY5GI1RUR6FVC8LPAR3QVI2GG3QVZECL2ES7TXUVFBMV4PGJC4CX6JTZ8L4TBAW7DCNKE6UZR2JFD4KKNMIOEARK33YQ4FEFN3A21I38VEUUBLN3921NA1K0SFR9MZ7EUPFJNL3AGW4YS8LOCVNQ6ZTK2JZF2EZJLH5F2IP3HUBUT1KSI92E4AXG264F2B92HWNTXZRXOXKIFNMP8W4OL1UM90RE2NZJIHBV5FFKNPW2XTBAPLQN0WWWER' where id=48; -update noar ti set v1='93PI3V8FY5GI1RUR6FVC8LPAR3QVI2GG3QVZECL2ES7TXUVFBMV4PGJC4CX6JTZ8L4TBAW7DCNKE6UZR2JFD4KKNMIOEARK33YQ4FEFN3A21I38VEUUBLN3921NA1K0SFR9MZ7EUPFJNL3AGW4YS8LOCVNQ6ZTK2JZF2EZJLH5F2IP3HUBUT1KSI92E4AXG264F2B92HWNTXZRXOXKIFNMP8W4OL1UM90RE2NZJIHBV5FFKNPW2XTBAPLQN0WWWER' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5E48DYWE6BYJ26ZL0Z8MK84LKOGEY4PEM09FE5PCZ42969EO8D0HR2QP09OM23K4L1VGM8HIISRTDMALQNJDOMHYT9XN8KVVS327TSRTVS1AR708UJ7ICBWNCJURVP37SGZ0HX3WB1MDHL4EYQC8VWL53DF41LZ8XWJ0WIY8GCH12IEFAT4ZCQZPC8SSVLZXXCXDCPQAGRRSJ63PIPY6304W0EL00TXK2YQL8RE4CSP311D9D49H4HLTUUHZ1QK6J' where id=48; -update noar ti set v2='5E48DYWE6BYJ26ZL0Z8MK84LKOGEY4PEM09FE5PCZ42969EO8D0HR2QP09OM23K4L1VGM8HIISRTDMALQNJDOMHYT9XN8KVVS327TSRTVS1AR708UJ7ICBWNCJURVP37SGZ0HX3WB1MDHL4EYQC8VWL53DF41LZ8XWJ0WIY8GCH12IEFAT4ZCQZPC8SSVLZXXCXDCPQAGRRSJ63PIPY6304W0EL00TXK2YQL8RE4CSP311D9D49H4HLTUUHZ1QK6J' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6NVOZATTNOLBLORLPL1YGYFZLS8JGKT8A1WWGBH1GQR75ZNC3W4NPWI6QUIKAZMZCTNITRYH6WTUWCUWBENLUZSH0VXKBXTWALS2Q3YHBTZ1S339UH1C037O88RTY8KQ2F9WZG81EYVPFVWNUQO9W94N1RQ6XUATU21WDW7KGYOVRG8AFGXBPOO08VEUX0AM6SCMRJR6VQRXYV45X9WID0DH2ML48YGUQL948ZLJHTK03CKDDD6NR8UCQTTL04BYD' where id=48; -update noar ti set v3='6NVOZATTNOLBLORLPL1YGYFZLS8JGKT8A1WWGBH1GQR75ZNC3W4NPWI6QUIKAZMZCTNITRYH6WTUWCUWBENLUZSH0VXKBXTWALS2Q3YHBTZ1S339UH1C037O88RTY8KQ2F9WZG81EYVPFVWNUQO9W94N1RQ6XUATU21WDW7KGYOVRG8AFGXBPOO08VEUX0AM6SCMRJR6VQRXYV45X9WID0DH2ML48YGUQL948ZLJHTK03CKDDD6NR8UCQTTL04BYD' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JB20IGZK9ISIU6AY2JYJSMICCOW1IUA0AMW01YJWOV0RXURO5FUKF3C9O9TFYGBQAFUG15LS9ZZ9S505XFFJ2QTA015YJGLVSC4Q1266TD5TZGX3LE1TED8PNMT95HJ4A6R2AFBHH0Y9TG9W7H94YY10JWR2EF2H32BLQC5KO0K97HW3GUTYCK25U8G1KHYNJ74Q27GYA8YX3FCUVHYTZOPG4A2GVS9FFKPSSN59LXLV5ATS3MDORDUY8WMH9RTRX' where id=49; -update noar ti set v0='JB20IGZK9ISIU6AY2JYJSMICCOW1IUA0AMW01YJWOV0RXURO5FUKF3C9O9TFYGBQAFUG15LS9ZZ9S505XFFJ2QTA015YJGLVSC4Q1266TD5TZGX3LE1TED8PNMT95HJ4A6R2AFBHH0Y9TG9W7H94YY10JWR2EF2H32BLQC5KO0K97HW3GUTYCK25U8G1KHYNJ74Q27GYA8YX3FCUVHYTZOPG4A2GVS9FFKPSSN59LXLV5ATS3MDORDUY8WMH9RTRX' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0KC5CQPTHMTR70TV3473ZRLRJ7ND7LZV8CCGXTFVXLTELX6EESZ2042R8PHA3X5W38SYVU5AMCXSTKU51JO5IXHIGPBJURYM7H7VCMH6IR0HKTSR8QGHSRT3FMDEGYXJY6GEM4O8CFFA8G9879O14FJMAOKKIMUYDZQBFEVGHY42YZ06NN77QU5UVMQY3DZJ75NIFKNE7Y26KCCR3RG78DL55YE1Y25UZT7YMO167E4K163OJE8TW3APHI5USXRAO' where id=49; -update noar ti set v1='0KC5CQPTHMTR70TV3473ZRLRJ7ND7LZV8CCGXTFVXLTELX6EESZ2042R8PHA3X5W38SYVU5AMCXSTKU51JO5IXHIGPBJURYM7H7VCMH6IR0HKTSR8QGHSRT3FMDEGYXJY6GEM4O8CFFA8G9879O14FJMAOKKIMUYDZQBFEVGHY42YZ06NN77QU5UVMQY3DZJ75NIFKNE7Y26KCCR3RG78DL55YE1Y25UZT7YMO167E4K163OJE8TW3APHI5USXRAO' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VCXDXU3HTBDOM7OW62IXT71OP82FS4V9P51VB2OJMWBDXSWNEU1PPSJREM2L1YB8Y61E7N2QNOHZP6N5D09RC1XCFX3OBM76J9263TTF2664EYC5BXO5UTXRG4VUTE5NJOLBYSOYC0R244SOJFI6NW6ZO1VU063QZGHMGS5ZUYL83UXUSO6MVL9P5ZI9PSTIBUACWJPYI2I813A1I3XSXCN7RFN3EMM19R6JN024DTZBOQ9AHEDF1BVAR5FVF7815' where id=49; -update noar ti set v2='VCXDXU3HTBDOM7OW62IXT71OP82FS4V9P51VB2OJMWBDXSWNEU1PPSJREM2L1YB8Y61E7N2QNOHZP6N5D09RC1XCFX3OBM76J9263TTF2664EYC5BXO5UTXRG4VUTE5NJOLBYSOYC0R244SOJFI6NW6ZO1VU063QZGHMGS5ZUYL83UXUSO6MVL9P5ZI9PSTIBUACWJPYI2I813A1I3XSXCN7RFN3EMM19R6JN024DTZBOQ9AHEDF1BVAR5FVF7815' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QGK2AXBO1Y27KQ7QXXEHM4O15OKAD3SM6MSSSNYK6ALEBGL9ZGHNCIQIH27A9MN4ENKLUSX7B7WF1WPNB2B3XG0C79UQC6KVKX6Y3GR676NWC86RCFNKZJ3JXO8353DWEN10AGBEVPKZWHGZSL6CITM6C9QMW5J97MLM3DVCVO9YJL6Q1D4XKK5UE0TDX6AQP4MRDH1SB6A9NQH7K1TC8N2X6J8YYDS09W1HJDSAO88QF96YRXKCNVLLCIRYYDSZI' where id=49; -update noar ti set v3='QGK2AXBO1Y27KQ7QXXEHM4O15OKAD3SM6MSSSNYK6ALEBGL9ZGHNCIQIH27A9MN4ENKLUSX7B7WF1WPNB2B3XG0C79UQC6KVKX6Y3GR676NWC86RCFNKZJ3JXO8353DWEN10AGBEVPKZWHGZSL6CITM6C9QMW5J97MLM3DVCVO9YJL6Q1D4XKK5UE0TDX6AQP4MRDH1SB6A9NQH7K1TC8N2X6J8YYDS09W1HJDSAO88QF96YRXKCNVLLCIRYYDSZI' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JMPHE29OP53BE06JT195SZIHHQXQADDF3W06AJ9IFXLLBKPO3T61KL97WC1QOKAZE4QED165Z8BNZNBJBQ4SOEBLDKKCLTH95822CCNTZTKPRAKK980GQ1YFDQKTULQENRPCBYQXI2XODOQ355RWIISOHPQNE10R2SR48E76PWXK3MNVOMIP8H939CI2A0X5KK702YVAPU4793DN9WNQCHKY4RD0Q3P8IO6NIKNE09R3WRUU6HG6PW6YGPHGEM9UP' where id=50; -update noar ti set v0='JMPHE29OP53BE06JT195SZIHHQXQADDF3W06AJ9IFXLLBKPO3T61KL97WC1QOKAZE4QED165Z8BNZNBJBQ4SOEBLDKKCLTH95822CCNTZTKPRAKK980GQ1YFDQKTULQENRPCBYQXI2XODOQ355RWIISOHPQNE10R2SR48E76PWXK3MNVOMIP8H939CI2A0X5KK702YVAPU4793DN9WNQCHKY4RD0Q3P8IO6NIKNE09R3WRUU6HG6PW6YGPHGEM9UP' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HBF5RQQ74SCEF9U9LEYK1T601NEBP4BP82UJGBPU38658Z1LRC14NXQFHH6AQPMMEZFTLXFUVTXT1F661JT0PWDRFQI4NFEAV3ADYTI63HPJT0BWEAZHYF3NG82XWTC6L5YRC513BSDMQ1BFOIA098HW4S0FV19YSADBIEF6Y0U8IW9SYSRMIBVLWWH229RH58MC0SBQRNWVHC66I12O1F9Q9EX8F54AJGA6CI33WEIGHCRDTYYNQ0P3POWQG718S' where id=50; -update noar ti set v1='HBF5RQQ74SCEF9U9LEYK1T601NEBP4BP82UJGBPU38658Z1LRC14NXQFHH6AQPMMEZFTLXFUVTXT1F661JT0PWDRFQI4NFEAV3ADYTI63HPJT0BWEAZHYF3NG82XWTC6L5YRC513BSDMQ1BFOIA098HW4S0FV19YSADBIEF6Y0U8IW9SYSRMIBVLWWH229RH58MC0SBQRNWVHC66I12O1F9Q9EX8F54AJGA6CI33WEIGHCRDTYYNQ0P3POWQG718S' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='C3XRV3VY0FFM9V8VAD0MCB68L7TBMYWLJAFNFOQLVWM6AG9FQ3551MWWARWYXTURKXDRX04YO1XO4345ZP0KMX300K4BYMO8WF4HS734SRG8P5A436C09CO4TWVE6414L9JSC463XXO2X0OY9UA2QT8P4SG1024PZAK8B2V6F23EXRVFRG4KGV091KC5P7SXRWR7BV35BXJ86KAS0JIH8GJQXDLPKEMGBJTMV6N4YOHH5X1RM36IZ1NDC2EEDEKR4' where id=50; -update noar ti set v2='C3XRV3VY0FFM9V8VAD0MCB68L7TBMYWLJAFNFOQLVWM6AG9FQ3551MWWARWYXTURKXDRX04YO1XO4345ZP0KMX300K4BYMO8WF4HS734SRG8P5A436C09CO4TWVE6414L9JSC463XXO2X0OY9UA2QT8P4SG1024PZAK8B2V6F23EXRVFRG4KGV091KC5P7SXRWR7BV35BXJ86KAS0JIH8GJQXDLPKEMGBJTMV6N4YOHH5X1RM36IZ1NDC2EEDEKR4' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IURGHSM1X5GYTBU0BZ3QCRC2ZADQB19O4AIR1S9RHP8QEIJQHDQ62D2SSPFOPNKAEIA8E3A35F5AFY1LODRK1XGLIHHS4SV1RZKAKIBQ7G2WWR1N7WKF8H3PMZFW20OCAE4K7UXUSAKN8W2UF3WI5PYG5X3OUH1BUB1KGLP23NMKSAVZPDH7FLW9CCLT14QMY7Y57V1NZFMUHJ60K8IVIFKXWG3HG1T54BDZ9JTX5DCULPIWCARNXPZEKD856NHQH' where id=50; -update noar ti set v3='IURGHSM1X5GYTBU0BZ3QCRC2ZADQB19O4AIR1S9RHP8QEIJQHDQ62D2SSPFOPNKAEIA8E3A35F5AFY1LODRK1XGLIHHS4SV1RZKAKIBQ7G2WWR1N7WKF8H3PMZFW20OCAE4K7UXUSAKN8W2UF3WI5PYG5X3OUH1BUB1KGLP23NMKSAVZPDH7FLW9CCLT14QMY7Y57V1NZFMUHJ60K8IVIFKXWG3HG1T54BDZ9JTX5DCULPIWCARNXPZEKD856NHQH' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='W3ZUVR38BY1IPTB60N0OHV4ECOAK6EH4IINTE7OO93ELLLIKP4RPMFHNPPYQYQ0DEAEXV5XUCBDXER6JT6OM0CM29PYQ1X4VKRPDD7JCFEAS9YCB32FX61XRNVYX5RNRS5M0IF2U1KI7OOFU2J9IMM14X1I7N8WDXL7O9PDJTY67OKUON78GLL6K0YB1MCZ6ES73XPCNS0NV2RM9VT1KT8R9KVI0LPNM231NCFNMBV3Y8DL2Q7HNO3JTLS4HZMI2S' where id=51; -update noar ti set v0='W3ZUVR38BY1IPTB60N0OHV4ECOAK6EH4IINTE7OO93ELLLIKP4RPMFHNPPYQYQ0DEAEXV5XUCBDXER6JT6OM0CM29PYQ1X4VKRPDD7JCFEAS9YCB32FX61XRNVYX5RNRS5M0IF2U1KI7OOFU2J9IMM14X1I7N8WDXL7O9PDJTY67OKUON78GLL6K0YB1MCZ6ES73XPCNS0NV2RM9VT1KT8R9KVI0LPNM231NCFNMBV3Y8DL2Q7HNO3JTLS4HZMI2S' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7Y6ERWR5ADIBXXICMYSPIIKYIE8F6Z7JJX2PN3XWBIE2A8HCCOMTAD154YO9H6GITWA316OVQFJAI7G5TDY45DORVGTOBXU781HL9U0SYJRUX2CXI64P57Q3783KJLQIGXZ0I0QJ11PYNMDBBYAPDT0LJO3FL63883S5OAB2022UDQKTFCHIPRH3T6FKNUCRTU7YUZZ47CO21GIH4RV2ADW303ZN65BZQXW4KBMRAX70OZWDVP6QIFKLKGNZ4U1DV' where id=51; -update noar ti set v1='7Y6ERWR5ADIBXXICMYSPIIKYIE8F6Z7JJX2PN3XWBIE2A8HCCOMTAD154YO9H6GITWA316OVQFJAI7G5TDY45DORVGTOBXU781HL9U0SYJRUX2CXI64P57Q3783KJLQIGXZ0I0QJ11PYNMDBBYAPDT0LJO3FL63883S5OAB2022UDQKTFCHIPRH3T6FKNUCRTU7YUZZ47CO21GIH4RV2ADW303ZN65BZQXW4KBMRAX70OZWDVP6QIFKLKGNZ4U1DV' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GM8A7CBKD49TBH5B4YE5BLDZPGRS1XYCKHKQ6P4MGQTQBA8TI3P1O9O42C7VKFWR5LXLPRW76AYKI1JOW3T7MJKN0D8KY3MUF1F77MTALR8JO28FBXNB83LILDIBGRJ2H4BCIT1KL25SSI52YPFA89VBO3R4QX6GQVHJIHB9VO9VK213FH9WU1KI2N99E17PTHWOHZCUXJUP6B7JG1ZK2EOHN0IORWCKB0GTVQF216U7U9QOG7P3RQX31QMUT0N9A' where id=51; -update noar ti set v2='GM8A7CBKD49TBH5B4YE5BLDZPGRS1XYCKHKQ6P4MGQTQBA8TI3P1O9O42C7VKFWR5LXLPRW76AYKI1JOW3T7MJKN0D8KY3MUF1F77MTALR8JO28FBXNB83LILDIBGRJ2H4BCIT1KL25SSI52YPFA89VBO3R4QX6GQVHJIHB9VO9VK213FH9WU1KI2N99E17PTHWOHZCUXJUP6B7JG1ZK2EOHN0IORWCKB0GTVQF216U7U9QOG7P3RQX31QMUT0N9A' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KW6J55I7VBK4F7W9ZKGIU0N8LRC3WIKDA5IN67DV6HK1GTP015C9L1Q07IPJURB68D9WZ81O2VPXYRQPZUMI61LIQYHMHEL9XXDJ0D1K5QQTMDRUXY29AAX7W3NOR3K8J7YPXC9B25EXDAD7O0VCJOIIAIU3KL05NLJPAULZGY31LZ2DRGEC9IPRNUOE7WCNSZO3C5Z97CXLI48ZO2XZGF49TNPK9UQTRDREZVNGKS4UDWQT4FDEI9YP1Y8JRKLQS' where id=51; -update noar ti set v3='KW6J55I7VBK4F7W9ZKGIU0N8LRC3WIKDA5IN67DV6HK1GTP015C9L1Q07IPJURB68D9WZ81O2VPXYRQPZUMI61LIQYHMHEL9XXDJ0D1K5QQTMDRUXY29AAX7W3NOR3K8J7YPXC9B25EXDAD7O0VCJOIIAIU3KL05NLJPAULZGY31LZ2DRGEC9IPRNUOE7WCNSZO3C5Z97CXLI48ZO2XZGF49TNPK9UQTRDREZVNGKS4UDWQT4FDEI9YP1Y8JRKLQS' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='23UQE0FZ6UB8TNMLSX1P0BW4SENCQSYZT2J5GDFE2W8A2U3V8WDTO9ANN2UE9TVPY2A3YGSUT7X8VQNXL1LQ22DOYVAQHVKB9PBY2HM1SDEDTBEW9DKF14J1N7XXNU5MD665S55B7CJ1YGF7IUWSZV1G35U1GHJP13PMI1LELWQAJZ2DFTWAE2AOGZVBXW9M3STNRNNA9Y8THMRZGTKMVIVNWYOCHXQG8FDKX3O09ZNBMKL298TEFJ1EFUSOTV6S3' where id=52; -update noar ti set v0='23UQE0FZ6UB8TNMLSX1P0BW4SENCQSYZT2J5GDFE2W8A2U3V8WDTO9ANN2UE9TVPY2A3YGSUT7X8VQNXL1LQ22DOYVAQHVKB9PBY2HM1SDEDTBEW9DKF14J1N7XXNU5MD665S55B7CJ1YGF7IUWSZV1G35U1GHJP13PMI1LELWQAJZ2DFTWAE2AOGZVBXW9M3STNRNNA9Y8THMRZGTKMVIVNWYOCHXQG8FDKX3O09ZNBMKL298TEFJ1EFUSOTV6S3' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PCVR85NU5EPCBR51AD4BE8DW007VMOXH0OISYAODXTY5IO4HD9MY3MOOYCT1F4QF4D22OJDE5V69C40Q6ZRJ029DWRXR1YCQMWG1W43S3IMO0A7L4CAJJ1QSXLRXLVGYW4OE5SDYAVJNA2MWDRQWT6JWTX9C5ELX2L6ZSZOAPZKWW8V9XM0OCZ1PAIVVGRMUR7ZM3BII98U1M426495A6TOOOHVF6VXEYCS3TLDLQVJ7MIXLEBINUFY9IJRHBTW1F' where id=52; -update noar ti set v1='PCVR85NU5EPCBR51AD4BE8DW007VMOXH0OISYAODXTY5IO4HD9MY3MOOYCT1F4QF4D22OJDE5V69C40Q6ZRJ029DWRXR1YCQMWG1W43S3IMO0A7L4CAJJ1QSXLRXLVGYW4OE5SDYAVJNA2MWDRQWT6JWTX9C5ELX2L6ZSZOAPZKWW8V9XM0OCZ1PAIVVGRMUR7ZM3BII98U1M426495A6TOOOHVF6VXEYCS3TLDLQVJ7MIXLEBINUFY9IJRHBTW1F' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1FNSSB0HKGY5CMGPP07EOI2D4DW6499BVKO643QW9G0UVF9QNIAFBS1PT5TI6OQO28QU58XAH8G25UH73NASVJY3ZMFT8RE0VFA3BZ8TLWG9ALCEI53UBDN5W06RZU83K2NZNFR48YMZODGQX81M2A712GP8HV4ICO2JCYF1JX231685YC1J6492KTHXGQPX3W3FEGZUQN3V4FTMZAQDT8YV0O42N82OO866PGPE0ZM7YD4BXU32XINLCMG1RO222' where id=52; -update noar ti set v2='1FNSSB0HKGY5CMGPP07EOI2D4DW6499BVKO643QW9G0UVF9QNIAFBS1PT5TI6OQO28QU58XAH8G25UH73NASVJY3ZMFT8RE0VFA3BZ8TLWG9ALCEI53UBDN5W06RZU83K2NZNFR48YMZODGQX81M2A712GP8HV4ICO2JCYF1JX231685YC1J6492KTHXGQPX3W3FEGZUQN3V4FTMZAQDT8YV0O42N82OO866PGPE0ZM7YD4BXU32XINLCMG1RO222' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AD7R73CGA41XVO20T5YR1FPZ26E4I6WM8Y213HVRIZDQGHUVOI71IPICR9KFLR2FNH7YDFDNRDJOKOD81P6DV6SUXQM8TVNM7HG9ZXIHXQ1Z0F5AVFF5X81AXMKKAI5MN1SCWCXI0D54SCYUKYZI27SHW17OBPAXTUUG1LF520RJKE2GZGH2172Y0B198NI5466UV7IT1EEU5RIG5EFD3DNHBIAMRHP6KZZCJU31ZRNPS1JZKPBYF1U7OOK9UFETO' where id=52; -update noar ti set v3='AD7R73CGA41XVO20T5YR1FPZ26E4I6WM8Y213HVRIZDQGHUVOI71IPICR9KFLR2FNH7YDFDNRDJOKOD81P6DV6SUXQM8TVNM7HG9ZXIHXQ1Z0F5AVFF5X81AXMKKAI5MN1SCWCXI0D54SCYUKYZI27SHW17OBPAXTUUG1LF520RJKE2GZGH2172Y0B198NI5466UV7IT1EEU5RIG5EFD3DNHBIAMRHP6KZZCJU31ZRNPS1JZKPBYF1U7OOK9UFETO' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZL9FYITBAMBCN7ADBVNOU3A1VS8EUMQL6D0UGH532ALAVH5VL0NS4AG42HXGH5354VRG24TUZBYIVRYRVXNSGFFJHVCEJYJWGPETWFAKP3A8NSDHYHUP7QXPLHY09UFC4IIBU7N4I2X23LS0XEUG2YHVTG15GMIBUC4UWHZDL629FOB4FD7C7OMZIXVK7M7A3FD2ZRKL9RN8XX3F0099ERM0WYV6J306YBZTBGS2U6VRD9AY23Q30IBYJ5JFK0QOP' where id=53; -update noar ti set v0='ZL9FYITBAMBCN7ADBVNOU3A1VS8EUMQL6D0UGH532ALAVH5VL0NS4AG42HXGH5354VRG24TUZBYIVRYRVXNSGFFJHVCEJYJWGPETWFAKP3A8NSDHYHUP7QXPLHY09UFC4IIBU7N4I2X23LS0XEUG2YHVTG15GMIBUC4UWHZDL629FOB4FD7C7OMZIXVK7M7A3FD2ZRKL9RN8XX3F0099ERM0WYV6J306YBZTBGS2U6VRD9AY23Q30IBYJ5JFK0QOP' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PBBKGZEODIR5Q55FA40R3RMUXHYNVDFRF47L4PLQDY0X47X66YJX67RRZB99N8TCRCU6MTL4VRR102MTDXOW18XQE0J39G8QBF1TQ9IOMIIU8M7RSX2BHXMOTPX5ZO741UEXDPGTG6F821AB8ASN9QUE8VLXWT7GEYX6PBE15MP0GYD4UDA1CHAAT53DO86S3MMAUXNCO5SAQPGS33GMXULUTLQGQ1JPP7BKUXI2W0A2YGTLZUAJB86DEZX94BF1G' where id=53; -update noar ti set v1='PBBKGZEODIR5Q55FA40R3RMUXHYNVDFRF47L4PLQDY0X47X66YJX67RRZB99N8TCRCU6MTL4VRR102MTDXOW18XQE0J39G8QBF1TQ9IOMIIU8M7RSX2BHXMOTPX5ZO741UEXDPGTG6F821AB8ASN9QUE8VLXWT7GEYX6PBE15MP0GYD4UDA1CHAAT53DO86S3MMAUXNCO5SAQPGS33GMXULUTLQGQ1JPP7BKUXI2W0A2YGTLZUAJB86DEZX94BF1G' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KDL7HSEBTTF64BH0BKSZP4SOQW3LX1Z7RCJGBJJAP8ZN54E24REUIAIM5Q6YHLOOWFU0PLA6013JT7MG4R6IABW6MG1226AX4XBB71DVOPM3Z2WGGNHD7MAS93F724BMWK06BXGO147P1YCXZ3LZ938WOLBL6NDXM1279N9G0A4KNEGRSRZT1TXSN3UU4UD1XZMQCD3ATEFXM177A5F890IGWPWCBHJ4M9N1L77ZROCO1VSJIMO36YOMQ1F8FDZQX' where id=53; -update noar ti set v2='KDL7HSEBTTF64BH0BKSZP4SOQW3LX1Z7RCJGBJJAP8ZN54E24REUIAIM5Q6YHLOOWFU0PLA6013JT7MG4R6IABW6MG1226AX4XBB71DVOPM3Z2WGGNHD7MAS93F724BMWK06BXGO147P1YCXZ3LZ938WOLBL6NDXM1279N9G0A4KNEGRSRZT1TXSN3UU4UD1XZMQCD3ATEFXM177A5F890IGWPWCBHJ4M9N1L77ZROCO1VSJIMO36YOMQ1F8FDZQX' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A0FQBNDLIDKZ5HDXWBJAZEEEFL5LUZEB90BSCAE8AGYHK76ZCQ3JVA9HP2P7L2Z1GUDSEOY4GGZFAHGN7D0JW3IBRTOBDNK92OK084ANG0K1FYBXCT5HFMBYBORIX3B7FJN15W32KKGXJPWMD0IQITPY6FI3533TTWFLZCA0203QONACATIUXREJX64DU04RYCEGPUVHVXN2C0UO5XJ2F6YFUKUT1CCNPL4X2JHPCUXJBB85FGYH1BD4BJHK8GX3H' where id=53; -update noar ti set v3='A0FQBNDLIDKZ5HDXWBJAZEEEFL5LUZEB90BSCAE8AGYHK76ZCQ3JVA9HP2P7L2Z1GUDSEOY4GGZFAHGN7D0JW3IBRTOBDNK92OK084ANG0K1FYBXCT5HFMBYBORIX3B7FJN15W32KKGXJPWMD0IQITPY6FI3533TTWFLZCA0203QONACATIUXREJX64DU04RYCEGPUVHVXN2C0UO5XJ2F6YFUKUT1CCNPL4X2JHPCUXJBB85FGYH1BD4BJHK8GX3H' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BAPOIHD64B450YH4R56M3XJB67LQPZTN25RWC28ZKGMGA6SMUIWWLIS3Z4KW0OHM24MKQCSNYJ17RX45K0CMQLQPG62NWTJ4QQFOUJE8CDXPC0IVIHCFQMADXNSCT1JPYF6CCMYMG3PY6JYYX7WD5L5PRUADHM5UQDWW4OMSH9G904FV9TMQLBISGJZX6XD1E63FWNHGC5EVBTVRDX49OL35FBY0XFLHHYJN6RNS622UHAQ4LJCF88TZYQDG1QC7V' where id=54; -update noar ti set v0='BAPOIHD64B450YH4R56M3XJB67LQPZTN25RWC28ZKGMGA6SMUIWWLIS3Z4KW0OHM24MKQCSNYJ17RX45K0CMQLQPG62NWTJ4QQFOUJE8CDXPC0IVIHCFQMADXNSCT1JPYF6CCMYMG3PY6JYYX7WD5L5PRUADHM5UQDWW4OMSH9G904FV9TMQLBISGJZX6XD1E63FWNHGC5EVBTVRDX49OL35FBY0XFLHHYJN6RNS622UHAQ4LJCF88TZYQDG1QC7V' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EFY3XLE5OXTUSARCO934E13M3KLI2M1SMZCYZRFCU8LVREMDRCZNI2W619ENYOMDHXMMB3YC7VXYT4I6NGZBQBQXKZAFGRZMX3WI9VKZOWT1ROSYEI2UYJZ9IZXSPKAB90YLVLLCOL7V3DPBF4RJJWP4HR7OR9B7VSHR1OUD0RXXNEWYNIIGHKST58NMEKJP6DGJ312LQU1TLG31SEO4YXWIY2WDBP6PJZCJBKD8LAM7LBO26HFASVT1HPFHZL2BH' where id=54; -update noar ti set v1='EFY3XLE5OXTUSARCO934E13M3KLI2M1SMZCYZRFCU8LVREMDRCZNI2W619ENYOMDHXMMB3YC7VXYT4I6NGZBQBQXKZAFGRZMX3WI9VKZOWT1ROSYEI2UYJZ9IZXSPKAB90YLVLLCOL7V3DPBF4RJJWP4HR7OR9B7VSHR1OUD0RXXNEWYNIIGHKST58NMEKJP6DGJ312LQU1TLG31SEO4YXWIY2WDBP6PJZCJBKD8LAM7LBO26HFASVT1HPFHZL2BH' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N8U6ZPBXUVGIFQKJ5RQL3OATNJ0FTB44I3X93QT9ZDL2L1Q8OXNN2IHICRI8M3NKKGVOIJ4JKHM6YWVU4KKWAZZ55S6CKQ4CIZP5O06HRXT4Q4221BOPIRYEJURNCZF6EUHQ38469X9X46LTNI8MSI8507BXZQBGPCNG1YHBDQ38E63114I7F1VEH8L7SYVX3CA9921OUS4NPUV39VPTELCVVP15ZG2TPWWT8MXD147B0H3N80OBONH727VBFGO0S' where id=54; -update noar ti set v2='N8U6ZPBXUVGIFQKJ5RQL3OATNJ0FTB44I3X93QT9ZDL2L1Q8OXNN2IHICRI8M3NKKGVOIJ4JKHM6YWVU4KKWAZZ55S6CKQ4CIZP5O06HRXT4Q4221BOPIRYEJURNCZF6EUHQ38469X9X46LTNI8MSI8507BXZQBGPCNG1YHBDQ38E63114I7F1VEH8L7SYVX3CA9921OUS4NPUV39VPTELCVVP15ZG2TPWWT8MXD147B0H3N80OBONH727VBFGO0S' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D5WU8HHE9314PJKNKJY44TPZB4RKMQA50XOC3WRFN3HSE4JOL92VUCZQRW1DF6OCVY2AGZNO83O480JJIF3QGMM2LF0XDFXCOKK21EG7TLMW487YPQBA1DAJZANJPGD6JLCQPL939238LBP8GT93I7NSFZ8F3EX3DJ633SSX8MR0WQ010YWIEVHHTDKOH7F7RDGG2HPCQXKADD0NXTVG7XS1H44LRYSNA4GG0WK43LQLDQ1TETU6NCDGJVEO3T0WI' where id=54; -update noar ti set v3='D5WU8HHE9314PJKNKJY44TPZB4RKMQA50XOC3WRFN3HSE4JOL92VUCZQRW1DF6OCVY2AGZNO83O480JJIF3QGMM2LF0XDFXCOKK21EG7TLMW487YPQBA1DAJZANJPGD6JLCQPL939238LBP8GT93I7NSFZ8F3EX3DJ633SSX8MR0WQ010YWIEVHHTDKOH7F7RDGG2HPCQXKADD0NXTVG7XS1H44LRYSNA4GG0WK43LQLDQ1TETU6NCDGJVEO3T0WI' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5KEBZ7PEV4XE1WV6QIO28EEIDZTUSQHU3XXOOM7ADH9W09UQSN2G28IJOY0T1RI70TIER87ZJXWNZWKMONKET7BHBKMKDF9RF5LE5C4LRZBC7EXOEYPCH7W9SDKYJ1LHBEQVCIMEB0VZ50LPHTK8DUIB138KO4A8NW1J3U8AIVHIR8GQBSYZ2W0LH675HZUVT1FLBBV8ZEU2DC9K8HCJGB514HHS0S7DTFWUUQOS342X8LSPHCTHNRL2TRZEOPBIZ' where id=55; -update noar ti set v0='5KEBZ7PEV4XE1WV6QIO28EEIDZTUSQHU3XXOOM7ADH9W09UQSN2G28IJOY0T1RI70TIER87ZJXWNZWKMONKET7BHBKMKDF9RF5LE5C4LRZBC7EXOEYPCH7W9SDKYJ1LHBEQVCIMEB0VZ50LPHTK8DUIB138KO4A8NW1J3U8AIVHIR8GQBSYZ2W0LH675HZUVT1FLBBV8ZEU2DC9K8HCJGB514HHS0S7DTFWUUQOS342X8LSPHCTHNRL2TRZEOPBIZ' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SP782CC3A5B2UIW6REYP3SS0BIX7BER4VPD7483TAUYOMMSSVD69RW8DT18E8LANUGWZ2QFR3CT5VFH6F83H94RA5ED0L572ZDZRYUMO8MJSDXNK9OHJALDMO1UAH0N03ZY969KSOVNZOCO8YNJN37B0QVTI62DON7FGRCRM3B0QDXPOMSAFDGP5LMIEOFP1YUFFXHULAB8THDIMS9DYT0P7RLYXUFUY0785CBG9DZWDWTLOXC9SJLV0CITFX9D7N' where id=55; -update noar ti set v1='SP782CC3A5B2UIW6REYP3SS0BIX7BER4VPD7483TAUYOMMSSVD69RW8DT18E8LANUGWZ2QFR3CT5VFH6F83H94RA5ED0L572ZDZRYUMO8MJSDXNK9OHJALDMO1UAH0N03ZY969KSOVNZOCO8YNJN37B0QVTI62DON7FGRCRM3B0QDXPOMSAFDGP5LMIEOFP1YUFFXHULAB8THDIMS9DYT0P7RLYXUFUY0785CBG9DZWDWTLOXC9SJLV0CITFX9D7N' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UGTQD0STZNDIRFSK9L97HGSOORV00LVXD5U76QDQTZOBI2DFMJWVOF334RQD596ER9Y19LIANSR0K8YNB58V17Z2TM1FXYBP36QQKZ0TSTVRU3PNFUITJYM7BJQTESLEZIR49YX812XTC1CQCZZES1IGQV6I1ITFGJ3J3BDQB74OM6D4XTN2DEFVZZVIWDJBYTXNRUXFRHT47Z3JSHGKX8EP6031YAKQLS4ME5UVDD079BTWQCTRJMWLJ11KSN30R' where id=55; -update noar ti set v2='UGTQD0STZNDIRFSK9L97HGSOORV00LVXD5U76QDQTZOBI2DFMJWVOF334RQD596ER9Y19LIANSR0K8YNB58V17Z2TM1FXYBP36QQKZ0TSTVRU3PNFUITJYM7BJQTESLEZIR49YX812XTC1CQCZZES1IGQV6I1ITFGJ3J3BDQB74OM6D4XTN2DEFVZZVIWDJBYTXNRUXFRHT47Z3JSHGKX8EP6031YAKQLS4ME5UVDD079BTWQCTRJMWLJ11KSN30R' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IR0AVQZZUS3XEJ6O8RR6I238SPQAXJLXZHRZBK98CN4Z59TCVAUQS1ZVD7SB1B5SF2U3XVNUL3D0NQ7XTSEOJ3T6HOY405F2HB8T7TO91R90XJR6IL9SNC2O9T5LRSN3E1GAQT0ASDDRZ1KE7962FX774SECR81O4Z6WKQME9KMVHIN5C9N5145B49T6U71GBID5G1L2A47KPT4HPFH9ETHFY4HW1GX6TFRMF2N8KK0GH6K1ZVU9PMWAUXEZ7KNUH' where id=55; -update noar ti set v3='IR0AVQZZUS3XEJ6O8RR6I238SPQAXJLXZHRZBK98CN4Z59TCVAUQS1ZVD7SB1B5SF2U3XVNUL3D0NQ7XTSEOJ3T6HOY405F2HB8T7TO91R90XJR6IL9SNC2O9T5LRSN3E1GAQT0ASDDRZ1KE7962FX774SECR81O4Z6WKQME9KMVHIN5C9N5145B49T6U71GBID5G1L2A47KPT4HPFH9ETHFY4HW1GX6TFRMF2N8KK0GH6K1ZVU9PMWAUXEZ7KNUH' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2XVRXAUXBGGSHA02PHRF5WM23SVCINVTS31613SIKPF42FW01653P6QQ7AZDGLWWPP3E1V25LPLJ950BP6RH4OUZUP6U5JZ3ESP3CKX7W1CM10ZRKAUL0IHUCP1XJUC3NV33PT3BZQJJ4EWNW2YAAZ9SEFON7DS297QOJJA4WUUWSV43QOO5AJDOSX694MUC2M229TL19XZ80PS1R7BQ1G0RNH2HNK3EN4ENWOHMX8MAVX5JDPGP9IC6RU2DG1RDN' where id=56; -update noar ti set v0='2XVRXAUXBGGSHA02PHRF5WM23SVCINVTS31613SIKPF42FW01653P6QQ7AZDGLWWPP3E1V25LPLJ950BP6RH4OUZUP6U5JZ3ESP3CKX7W1CM10ZRKAUL0IHUCP1XJUC3NV33PT3BZQJJ4EWNW2YAAZ9SEFON7DS297QOJJA4WUUWSV43QOO5AJDOSX694MUC2M229TL19XZ80PS1R7BQ1G0RNH2HNK3EN4ENWOHMX8MAVX5JDPGP9IC6RU2DG1RDN' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WKTYSGIL5KW3XX3ODB3ZXQEIDPYVDFETW2PFC7JQMIEZCIIEKS6V1PR1LI4PLJQXCQALPGJJ7C7MFDNY9ZM3T9W2WGDC82PSSW8ITUD53UTVY426MRX5VJVP9N99HFE3YFSWJOZKRE2NJ6G5IBVG5Y0IDD6AX2Q6HQFD18CVA7S2Z8OXPDDADLFHM0C3BO0CCWHCG67C8G1UJ4UDYWGD7ESPLH3PIGJHT81N3PNI9EBRBV9WC6D7YIU4AY0VXQ8I2' where id=56; -update noar ti set v1='WKTYSGIL5KW3XX3ODB3ZXQEIDPYVDFETW2PFC7JQMIEZCIIEKS6V1PR1LI4PLJQXCQALPGJJ7C7MFDNY9ZM3T9W2WGDC82PSSW8ITUD53UTVY426MRX5VJVP9N99HFE3YFSWJOZKRE2NJ6G5IBVG5Y0IDD6AX2Q6HQFD18CVA7S2Z8OXPDDADLFHM0C3BO0CCWHCG67C8G1UJ4UDYWGD7ESPLH3PIGJHT81N3PNI9EBRBV9WC6D7YIU4AY0VXQ8I2' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VS47NFSA08ZZ47ZVU1HLA7Q29YEZIZ9PTL3SNLGSCLIOR8IKEURY24XRPBZ4AB8YA5S13MBDMJFA4W090FJHJ2GX8GWX0RT0CEHVP129KOL1X2048Z4U605ZIV2ZX9R6UU39GDX60TFRTDMV86USA03IJ9BPC6HPBTXG38MV3DWHWJ9AK272BUM8J7M09EALJSDI76TXU7NVFBGCXJVGGR1U0N1RHP2H2UTUJ7Y2I2INIYIZUGRKTP7Z45OM8S37U' where id=56; -update noar ti set v2='VS47NFSA08ZZ47ZVU1HLA7Q29YEZIZ9PTL3SNLGSCLIOR8IKEURY24XRPBZ4AB8YA5S13MBDMJFA4W090FJHJ2GX8GWX0RT0CEHVP129KOL1X2048Z4U605ZIV2ZX9R6UU39GDX60TFRTDMV86USA03IJ9BPC6HPBTXG38MV3DWHWJ9AK272BUM8J7M09EALJSDI76TXU7NVFBGCXJVGGR1U0N1RHP2H2UTUJ7Y2I2INIYIZUGRKTP7Z45OM8S37U' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TKHXH2TUVZ35KW8ECSY84F6B9G0RN8JZU8LZSGSTUOIAQY5P4KFM8XMI2T4FG2UVDGWNFJAZ9H5BB5MFW90XVGNGS528IEKC1G52UAHPGXF5VH10VO3OC4KO7BO4UKLR380OFXN5KDIUSS86R1TQD6YDDBNXKPDV3ZB059XOSGE0ISD9J0NEG5HDEOGY7MRTYV08937GY5N1THJJIK8FSJDGF0W8OFPWT3OHYM8L1GDLTJVYJ6VOJG1Y96JTTLSAV' where id=56; -update noar ti set v3='TKHXH2TUVZ35KW8ECSY84F6B9G0RN8JZU8LZSGSTUOIAQY5P4KFM8XMI2T4FG2UVDGWNFJAZ9H5BB5MFW90XVGNGS528IEKC1G52UAHPGXF5VH10VO3OC4KO7BO4UKLR380OFXN5KDIUSS86R1TQD6YDDBNXKPDV3ZB059XOSGE0ISD9J0NEG5HDEOGY7MRTYV08937GY5N1THJJIK8FSJDGF0W8OFPWT3OHYM8L1GDLTJVYJ6VOJG1Y96JTTLSAV' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OQRVV7TKUBTCNWOMOHXDKY34RBM65J78BH049YBAMGPN3LEI9X1H7OTDIFN706ISCIAT2B02IRTTSSXF7KVOC8VGVZPWTCVM0FO6ZVP92SXC75DP04MW6YXIJ90P32IZPF1F1SK2SDIQW2QJVZAYFW4ARYY9SU959VSF3L8ZW6Q6E70GRGK71ICY8FZ8SRLH7V1NS96V4JV3TRPBHMBM3HFKBGMY7HA9E0YWZYJ1MRVPATQ5LVOX8B6IUOHJ11LO0' where id=57; -update noar ti set v0='OQRVV7TKUBTCNWOMOHXDKY34RBM65J78BH049YBAMGPN3LEI9X1H7OTDIFN706ISCIAT2B02IRTTSSXF7KVOC8VGVZPWTCVM0FO6ZVP92SXC75DP04MW6YXIJ90P32IZPF1F1SK2SDIQW2QJVZAYFW4ARYY9SU959VSF3L8ZW6Q6E70GRGK71ICY8FZ8SRLH7V1NS96V4JV3TRPBHMBM3HFKBGMY7HA9E0YWZYJ1MRVPATQ5LVOX8B6IUOHJ11LO0' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4TN0SP1FBHJJXDMU0BUGSH16R3HZLP6PBP3898F2VNZXZ0B6267WIFAO0DXSNM4PKAAQQGDB0K4CXR19RPDGNJVC2JBDJJV50LIJH54V6XMHW1ILDV4OOIZ1028L3JP6IZV53F1TA01T640TBXEL2JX5PW85AB753K3NZWO4NHALZ2FWRJS71N130HDL14244HH4LNZOSS6ZUWKU85Q9VE0INU68JGDGIFOTHZJMXFSOR6NYUQD1ELA132DM53Z19' where id=57; -update noar ti set v1='4TN0SP1FBHJJXDMU0BUGSH16R3HZLP6PBP3898F2VNZXZ0B6267WIFAO0DXSNM4PKAAQQGDB0K4CXR19RPDGNJVC2JBDJJV50LIJH54V6XMHW1ILDV4OOIZ1028L3JP6IZV53F1TA01T640TBXEL2JX5PW85AB753K3NZWO4NHALZ2FWRJS71N130HDL14244HH4LNZOSS6ZUWKU85Q9VE0INU68JGDGIFOTHZJMXFSOR6NYUQD1ELA132DM53Z19' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZT4VWDLJU9A6RX17I03RU04VKQ2IELHQ45XLD70YKQFMMKIOTCB9KINY3BHGVU5QYD2DTE2FIRRXWAERKR8H3VAW1TWMS5PSJHH38SK203CK5QF58CPHZP4YP57U13EVRCV0FANAAKNBU2MNF685D9QY43GOX1LAZWFKIZ961ZZ5HBWN9Q3R9W5OB5G1QTOVUYI9Y0CPMLANDW0BQ21TK3SUPPVNWX05E2XKI4SZ7FJKV4A5GNKW58CSDIBKJ7BKV' where id=57; -update noar ti set v2='ZT4VWDLJU9A6RX17I03RU04VKQ2IELHQ45XLD70YKQFMMKIOTCB9KINY3BHGVU5QYD2DTE2FIRRXWAERKR8H3VAW1TWMS5PSJHH38SK203CK5QF58CPHZP4YP57U13EVRCV0FANAAKNBU2MNF685D9QY43GOX1LAZWFKIZ961ZZ5HBWN9Q3R9W5OB5G1QTOVUYI9Y0CPMLANDW0BQ21TK3SUPPVNWX05E2XKI4SZ7FJKV4A5GNKW58CSDIBKJ7BKV' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1PDH4D1PM0XNQZT5SPS63J000RNAOUBW88BLZ8D1LZR4L1DKN6CMFU2UEKSFKXGA195XKAQUQW6OCXV1HCMAT9W18W6HE46HI6XRHLQH9UPI5DFC0RU5KQNVJ56YU4YPOFO0NZN21IPTQPAF6WHAWEJD6E8N67ZUJMIAET33V0ZR7YUKTDK52SOLJJ1XZ9JZHBRV8S3IEBSR6J90SIO2SCOZO5X98VPR7ZYJ5K4LC446M1BXDX312KAVN6KRPD2IS' where id=57; -update noar ti set v3='1PDH4D1PM0XNQZT5SPS63J000RNAOUBW88BLZ8D1LZR4L1DKN6CMFU2UEKSFKXGA195XKAQUQW6OCXV1HCMAT9W18W6HE46HI6XRHLQH9UPI5DFC0RU5KQNVJ56YU4YPOFO0NZN21IPTQPAF6WHAWEJD6E8N67ZUJMIAET33V0ZR7YUKTDK52SOLJJ1XZ9JZHBRV8S3IEBSR6J90SIO2SCOZO5X98VPR7ZYJ5K4LC446M1BXDX312KAVN6KRPD2IS' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T4IYVQX8QWH7DCJ98VJY092YGKJHA7UB8SNGPBPAHTM1E10925N9RUPCT6MJ1QRBUKRBFJVQGX4XQOJAO29F2SG0RBVOR595QULYSMW5BM5D9F08H9C0P62SCXRKDO87CP14BW15ODYHW3UW6L29P5ORG7U16NVODTM9ZZU8SCTFPWL2AUC6FHTQ8YP2NXMVOHGXJSUWD4VB1XR4IWHAN03GLA62YB66EXIHYYFP0NGYMU5JG8P2245FNTFH2ALSY' where id=58; -update noar ti set v0='T4IYVQX8QWH7DCJ98VJY092YGKJHA7UB8SNGPBPAHTM1E10925N9RUPCT6MJ1QRBUKRBFJVQGX4XQOJAO29F2SG0RBVOR595QULYSMW5BM5D9F08H9C0P62SCXRKDO87CP14BW15ODYHW3UW6L29P5ORG7U16NVODTM9ZZU8SCTFPWL2AUC6FHTQ8YP2NXMVOHGXJSUWD4VB1XR4IWHAN03GLA62YB66EXIHYYFP0NGYMU5JG8P2245FNTFH2ALSY' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H7WEYMXXQ08LK3FKZMLSW30KI0UANO3S634GJ1VSNC8XYR161D3XNQ7ZDAOR19MRUYA33R9NGGHXGOPE88QBB5JKRC9TX6MVSH3JIT0SXZI1OYBD58IG45A4WK9Y3VZSPIF96GDZ8G19Z5IATL4YNUES8AAQKPN0XWDMNCOFRD0JX5VUKORKEDJ8BBWKHCT0HT235HOFB60S35VOWNK0URG8OAOYJ0V5P1NOJ0AWGBX9GMPZVJCOAKXXU2WYOX5GV' where id=58; -update noar ti set v1='H7WEYMXXQ08LK3FKZMLSW30KI0UANO3S634GJ1VSNC8XYR161D3XNQ7ZDAOR19MRUYA33R9NGGHXGOPE88QBB5JKRC9TX6MVSH3JIT0SXZI1OYBD58IG45A4WK9Y3VZSPIF96GDZ8G19Z5IATL4YNUES8AAQKPN0XWDMNCOFRD0JX5VUKORKEDJ8BBWKHCT0HT235HOFB60S35VOWNK0URG8OAOYJ0V5P1NOJ0AWGBX9GMPZVJCOAKXXU2WYOX5GV' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1CKWL0AI2QJC9TJ7FXE8OHM5F3HOGMQBAME9JH19VKQ8OXX3Q4QGJOZ4MDLEJLMWT80RIMO8332NH74LP2FSRGBK541MEJ1IO190U7TVPLB7WQ7AEBIVTYVHQNZ5W5Z8XBMLHYW1T2PASDT8VJKYUYCJESPMGIIEDCOPW4PV3MUZW35GPLMMYPGUYBB75NOO7RERYD4ATM3XF10Y2N9V1QA0NYP6KXH4KS46VLUPV8DB19MA55BHESKJEW9O62777' where id=58; -update noar ti set v2='1CKWL0AI2QJC9TJ7FXE8OHM5F3HOGMQBAME9JH19VKQ8OXX3Q4QGJOZ4MDLEJLMWT80RIMO8332NH74LP2FSRGBK541MEJ1IO190U7TVPLB7WQ7AEBIVTYVHQNZ5W5Z8XBMLHYW1T2PASDT8VJKYUYCJESPMGIIEDCOPW4PV3MUZW35GPLMMYPGUYBB75NOO7RERYD4ATM3XF10Y2N9V1QA0NYP6KXH4KS46VLUPV8DB19MA55BHESKJEW9O62777' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GT2XAWQ1WX4S935LJDP4LU49YKV1PBSTOF0N0ZE8Z9A356SPP9TC92GE9UE5ZX4R14EXLTO4KNZE2MVIDUN3TBFIMXDU8IDGUMHLW79BJSFLB04I8K7RVETY8QIV24MJQHENQUTSXTTENVU6Z56N6SWZNTA0PN5C9XOUM3KRNFTWUU5BIV4JCKD73XVC166VGPV40PHZTJXSF1SXUSLDPIHZ3AQ8O7AHYHKZSGS1SD6TDY6K9AIWFPUTIUCEP4M3K' where id=58; -update noar ti set v3='GT2XAWQ1WX4S935LJDP4LU49YKV1PBSTOF0N0ZE8Z9A356SPP9TC92GE9UE5ZX4R14EXLTO4KNZE2MVIDUN3TBFIMXDU8IDGUMHLW79BJSFLB04I8K7RVETY8QIV24MJQHENQUTSXTTENVU6Z56N6SWZNTA0PN5C9XOUM3KRNFTWUU5BIV4JCKD73XVC166VGPV40PHZTJXSF1SXUSLDPIHZ3AQ8O7AHYHKZSGS1SD6TDY6K9AIWFPUTIUCEP4M3K' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OCJKLR5DWR3C8QSGNPUDDVM8FA7T7UWVKEF80AXPSP50JUKOZKXW9MLTRCSSGQ1WJ3UIM7CED973ORIG8G2X30YR6IABYP5FYXS3BUB8YASSJZ15VDR21UR4D1MKIKOOTBISIG9IUWHC607NUVBA3IRRJRZF13INTJ5UOSDFJEJFQC61NA9IF486JNSEMIZ4WEW0NPWV7SJ5FWHZPOYMYRKTTJI7SU73Y55R53A58S2R7B4TQVUC6WRLKA2XPT6W5' where id=59; -update noar ti set v0='OCJKLR5DWR3C8QSGNPUDDVM8FA7T7UWVKEF80AXPSP50JUKOZKXW9MLTRCSSGQ1WJ3UIM7CED973ORIG8G2X30YR6IABYP5FYXS3BUB8YASSJZ15VDR21UR4D1MKIKOOTBISIG9IUWHC607NUVBA3IRRJRZF13INTJ5UOSDFJEJFQC61NA9IF486JNSEMIZ4WEW0NPWV7SJ5FWHZPOYMYRKTTJI7SU73Y55R53A58S2R7B4TQVUC6WRLKA2XPT6W5' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SZX3XFTLON4AGEFQKX8O2A6BQQBMK0O1J02XXY1DFW8MPKSCVGYVLZ3YOM21V8YHDK7VJHZGI7NX5SOKXF4XVIN2OY7IPWPCSR9J22LHMIUJ1UXRMFCWTU04ZO3OHNB5873V882WYTFWOVLIHD2RQMPRMRBC3FKFUGT7E3SBGVVZ2KKWE82S35T0Y3S13YSIB68Z81FGFCQGDPLL6QWXHELNJB4IJRWH1ER7WM56ITTFHK0IJ9SPVTN7AV9XRR1D3' where id=59; -update noar ti set v1='SZX3XFTLON4AGEFQKX8O2A6BQQBMK0O1J02XXY1DFW8MPKSCVGYVLZ3YOM21V8YHDK7VJHZGI7NX5SOKXF4XVIN2OY7IPWPCSR9J22LHMIUJ1UXRMFCWTU04ZO3OHNB5873V882WYTFWOVLIHD2RQMPRMRBC3FKFUGT7E3SBGVVZ2KKWE82S35T0Y3S13YSIB68Z81FGFCQGDPLL6QWXHELNJB4IJRWH1ER7WM56ITTFHK0IJ9SPVTN7AV9XRR1D3' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SGKGE4Z01FT1ZLC2PAW8G5T8PGG0EUCYSAF8L5MV2C071IHPV5J8O9KA2749U7QUK0AC4A7MWW81HVM3NBRDWDKT1LTEOYH8UGT3QXDIV37U89K8VXAZ9G87BMEAMZI2MSBG5704H4W45B17JIRGJ8QI25O0MLRVN72NS7JJG4754YC8L6C6P26OTWXL6Z4H7ZGB094GML0PHEXA0ISPIS5YX52ZVLSEWPB6XNOHJ8I8TVARPJ9YEDT8VSS0349Q2' where id=59; -update noar ti set v2='SGKGE4Z01FT1ZLC2PAW8G5T8PGG0EUCYSAF8L5MV2C071IHPV5J8O9KA2749U7QUK0AC4A7MWW81HVM3NBRDWDKT1LTEOYH8UGT3QXDIV37U89K8VXAZ9G87BMEAMZI2MSBG5704H4W45B17JIRGJ8QI25O0MLRVN72NS7JJG4754YC8L6C6P26OTWXL6Z4H7ZGB094GML0PHEXA0ISPIS5YX52ZVLSEWPB6XNOHJ8I8TVARPJ9YEDT8VSS0349Q2' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WW7PJ5U5FIPYO51MRLEAD29VOJ4RONVS3U7BAR4Y0BA7ZKOLO3GE7FJCWMSFD58GEHH9I45SPCPMB5EGOZHFVI3ICQ045KPR3CLRI5UA7LN10X0T1I824EY3YMFM0Y4L2N6I9O905JKPA39931IAOT3LQ8ZFN1UWFNQU8HMD86068TAHR1M1XL6EL22P49AJXJMVECPWTERW3D7YV2RQFS1UO4N6KBVIQWN37ZRUUB1ITN7I4D1VD5KMZ6JH9F8G4' where id=59; -update noar ti set v3='WW7PJ5U5FIPYO51MRLEAD29VOJ4RONVS3U7BAR4Y0BA7ZKOLO3GE7FJCWMSFD58GEHH9I45SPCPMB5EGOZHFVI3ICQ045KPR3CLRI5UA7LN10X0T1I824EY3YMFM0Y4L2N6I9O905JKPA39931IAOT3LQ8ZFN1UWFNQU8HMD86068TAHR1M1XL6EL22P49AJXJMVECPWTERW3D7YV2RQFS1UO4N6KBVIQWN37ZRUUB1ITN7I4D1VD5KMZ6JH9F8G4' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AOZVC9T1CKT9IETJ31WKMG7KHLMD0H6H0SAMB3ITD6EUYXKT4SM2U7DNVWT7Y8X0YRPSTVWR0AP74XA9ZHWMBHQ3NC4EGX7B5T9GX9WI04M3EY8EVJDXLC17TYY0TDUPV3Y30MICMKCV0OYCS3TMAR29TL33OKG3VX7BK8WV04HMBSB9YCZOALIAM2R1XK4EIQG4V7R6L4Q0YADNGASZJY8Z3KM467RF308IDJ6SN9TXRWHS30NI42WIX2S5QXVP7' where id=60; -update noar ti set v0='AOZVC9T1CKT9IETJ31WKMG7KHLMD0H6H0SAMB3ITD6EUYXKT4SM2U7DNVWT7Y8X0YRPSTVWR0AP74XA9ZHWMBHQ3NC4EGX7B5T9GX9WI04M3EY8EVJDXLC17TYY0TDUPV3Y30MICMKCV0OYCS3TMAR29TL33OKG3VX7BK8WV04HMBSB9YCZOALIAM2R1XK4EIQG4V7R6L4Q0YADNGASZJY8Z3KM467RF308IDJ6SN9TXRWHS30NI42WIX2S5QXVP7' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MMLN0JIFW6NRG014UZVRAUY0GH8VJ731Z77FPBUZVVRXGVD8L5SOIWTU9CFKRFFY1JUZM74LEWBLUNZGJOZZDTPY93UHS4S27P72QXSB95MP3X8EXYDSCEOO7DMTMYX98GCQ4242HDVLPITE4DB16DJKGCL8HRD2KJXFT6EFMLFX1OWA6ME5JP3KRG0LC2R9IB35EHHQ4MKO7N4QBNEH6EZ8EJXPLWPECQN2M08JAPBP08RJX678HHPJFG46SDO2S' where id=60; -update noar ti set v1='MMLN0JIFW6NRG014UZVRAUY0GH8VJ731Z77FPBUZVVRXGVD8L5SOIWTU9CFKRFFY1JUZM74LEWBLUNZGJOZZDTPY93UHS4S27P72QXSB95MP3X8EXYDSCEOO7DMTMYX98GCQ4242HDVLPITE4DB16DJKGCL8HRD2KJXFT6EFMLFX1OWA6ME5JP3KRG0LC2R9IB35EHHQ4MKO7N4QBNEH6EZ8EJXPLWPECQN2M08JAPBP08RJX678HHPJFG46SDO2S' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QY5UN1Q1FY85OIARC056Q9VM5I46LPE7SY61Z6PNGZVNC31JJHRZ4V9S33CDNJPSD7MXFT8CSYWWLPOB9MQ3KK4IJ7NDE2WCSEUEZ2N1TFI7BOBUK5TG2RGHLTOPIJAMLYOOKIH9Y8BUEZYRW6HEFBS0WBZ38IXH4Y93SN18O6DYV5ISB83HNLFM3YAV03MYPJD09GI30RJZ2WVCA43RSH6ITEGQA3HX1KFRM3ECBVYWXYQDR1SMYHO0EZ9XW2PHT' where id=60; -update noar ti set v2='QY5UN1Q1FY85OIARC056Q9VM5I46LPE7SY61Z6PNGZVNC31JJHRZ4V9S33CDNJPSD7MXFT8CSYWWLPOB9MQ3KK4IJ7NDE2WCSEUEZ2N1TFI7BOBUK5TG2RGHLTOPIJAMLYOOKIH9Y8BUEZYRW6HEFBS0WBZ38IXH4Y93SN18O6DYV5ISB83HNLFM3YAV03MYPJD09GI30RJZ2WVCA43RSH6ITEGQA3HX1KFRM3ECBVYWXYQDR1SMYHO0EZ9XW2PHT' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6LEOVTR64VSNYLW6RIHCEY2CRAFZHKXEQNHT9V60WZNZ7HWXW1P347NY7A8GO4KT7GTFY5832650LMBPT5J2YHANYC0MMDSKC59C8Q85G30TJI9PKMKK2TH7AEDTB18RL82OMQI7IRAQNZUZWP62WDL4MI0XKUBN0VSWG38SZYHMX4D1ZA3G2XXCEFEVUIBQBZV9H5NUM78ENIEVY51PWE7OU9V82LBUXAIV3WPRXKVX9Q7WJCYTP29DG4IIAVEWA' where id=60; -update noar ti set v3='6LEOVTR64VSNYLW6RIHCEY2CRAFZHKXEQNHT9V60WZNZ7HWXW1P347NY7A8GO4KT7GTFY5832650LMBPT5J2YHANYC0MMDSKC59C8Q85G30TJI9PKMKK2TH7AEDTB18RL82OMQI7IRAQNZUZWP62WDL4MI0XKUBN0VSWG38SZYHMX4D1ZA3G2XXCEFEVUIBQBZV9H5NUM78ENIEVY51PWE7OU9V82LBUXAIV3WPRXKVX9Q7WJCYTP29DG4IIAVEWA' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z06DWH9481KQY5ZFX768QBMQLADK5COYS3Y4O6H5EIUEL3V9OVPWQ1UL1WKLNSZF6A9IDS6W1Q6RZMI3ROTFLE363BVOXDK8SEYZHGE55ZK56JYUWJ6B67P5SIP6S4V0W1ZEI6MNZKXN2NHMU0HKJDU9HDIICVH2C29O8Y4GPFD9NH5L74ZYHXQZ5JC9WLP4H3LD0K5A9B6OT89ZXMAV52N18P06R1PQKXK5C3M1P6XENDYXX9E9VWORZWENUXG9M' where id=61; -update noar ti set v0='Z06DWH9481KQY5ZFX768QBMQLADK5COYS3Y4O6H5EIUEL3V9OVPWQ1UL1WKLNSZF6A9IDS6W1Q6RZMI3ROTFLE363BVOXDK8SEYZHGE55ZK56JYUWJ6B67P5SIP6S4V0W1ZEI6MNZKXN2NHMU0HKJDU9HDIICVH2C29O8Y4GPFD9NH5L74ZYHXQZ5JC9WLP4H3LD0K5A9B6OT89ZXMAV52N18P06R1PQKXK5C3M1P6XENDYXX9E9VWORZWENUXG9M' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FCAIZUEISH1PP8D1UJEMUG2LMIY4FFH9OOCLC9MNLWJ8ISEUK7H1NG74WOC5NGXJO88RW8708K3C1V0J22REYZBKA3P4OW4Z3NGSS8O0R8EQACR0W5T308R178MYU6DK7EYKZI8I34AS9X00NTTYOKPILSVXL1X2V650O1X7TOA23WJEGTCZWKF63GMDS099SC7U7G4FH9STT61069CVVJ3V1L7PVZRYRY9JQUS8DNRXGCL2O221OWZ3FYH18KB6R' where id=61; -update noar ti set v1='FCAIZUEISH1PP8D1UJEMUG2LMIY4FFH9OOCLC9MNLWJ8ISEUK7H1NG74WOC5NGXJO88RW8708K3C1V0J22REYZBKA3P4OW4Z3NGSS8O0R8EQACR0W5T308R178MYU6DK7EYKZI8I34AS9X00NTTYOKPILSVXL1X2V650O1X7TOA23WJEGTCZWKF63GMDS099SC7U7G4FH9STT61069CVVJ3V1L7PVZRYRY9JQUS8DNRXGCL2O221OWZ3FYH18KB6R' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VJSKU2WK2WHEIRX475ME9G71GYLRFCQ3PLISDP8AG0ML2YF1CZ3FZ7BUO4GO8367049CQZNP78901O3MYGCS8B8GEQT8JS6C8UZ6CTQSASARSYMW7AVUA36IQJQZZGIO3AHBCUEFT7ZJJ5JHEGI2N4ZAHBZP7LR4NFZEBKQH6A27G0RQTCI3E9R2DJNWZBH06GFMXS62333RIOVPDA7L35VFRGHJPN4D6ONHFH3PHQFSKIC2HBN1XOB387FP88I1M' where id=61; -update noar ti set v2='VJSKU2WK2WHEIRX475ME9G71GYLRFCQ3PLISDP8AG0ML2YF1CZ3FZ7BUO4GO8367049CQZNP78901O3MYGCS8B8GEQT8JS6C8UZ6CTQSASARSYMW7AVUA36IQJQZZGIO3AHBCUEFT7ZJJ5JHEGI2N4ZAHBZP7LR4NFZEBKQH6A27G0RQTCI3E9R2DJNWZBH06GFMXS62333RIOVPDA7L35VFRGHJPN4D6ONHFH3PHQFSKIC2HBN1XOB387FP88I1M' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I9SDEYSD90H16OQ8OJCZH3TSBAZU4CD4HZ8EPQ8AAADHM1JWLIZ6CZWX6H29IR5YJARZO32GSWODWNC3TZDSUMBNKI918PF1R9UOJHYJVK7DSPLRP78QHVQ7QH9G6QJO68X2RLOLDMH1O5GS3OONBFVWEEA8LAJSR1KX3T5ICPA46IDRHPXK6DKC0U7J7NIBDHKJXYCUDPUK6AA0E6ST3H4SH635J89OFQS5DCR0FH5CU757J65PJTMERPCLHIJ6K' where id=61; -update noar ti set v3='I9SDEYSD90H16OQ8OJCZH3TSBAZU4CD4HZ8EPQ8AAADHM1JWLIZ6CZWX6H29IR5YJARZO32GSWODWNC3TZDSUMBNKI918PF1R9UOJHYJVK7DSPLRP78QHVQ7QH9G6QJO68X2RLOLDMH1O5GS3OONBFVWEEA8LAJSR1KX3T5ICPA46IDRHPXK6DKC0U7J7NIBDHKJXYCUDPUK6AA0E6ST3H4SH635J89OFQS5DCR0FH5CU757J65PJTMERPCLHIJ6K' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NXEXZUGUPS1TTYH4MEMQCOTU47J1L06S1Y5GN3N77G8262UEXHEZ6LKSACZ0MGUE5IMHE5EMSKSG5KBANY09Q64HL579L4OJ7L51HQPT1QMNIEWV4XMH91BB9C0BTOLZRDA0RHL7KQY9IT2ICMYUHVANHFXOJCQO7YKCG8XNAXQ84EVD25315P096U36XTW85N6X6O8D2TMOGCQIMXVPN0SIRFA7WS8D9RSK79B42GDI6RB2E8FA5TEEBT5F4YCHR' where id=62; -update noar ti set v0='NXEXZUGUPS1TTYH4MEMQCOTU47J1L06S1Y5GN3N77G8262UEXHEZ6LKSACZ0MGUE5IMHE5EMSKSG5KBANY09Q64HL579L4OJ7L51HQPT1QMNIEWV4XMH91BB9C0BTOLZRDA0RHL7KQY9IT2ICMYUHVANHFXOJCQO7YKCG8XNAXQ84EVD25315P096U36XTW85N6X6O8D2TMOGCQIMXVPN0SIRFA7WS8D9RSK79B42GDI6RB2E8FA5TEEBT5F4YCHR' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5AU9RJ74MDW27W4LVAXBPYS3NI7AEPDVVY7OEFFS0RDKVYXX6TU08HU72MRJ4860MGPDRFYYKX3GAVGZ85K4NE7CC25JM4RF1LYRTIYH67JLAWN63DODIF0H627PC08LKYGB9FMMZVHGWRKOQU7LZPI5BTC895DB81RATMR7EV02SOREHELLO72EMTWWOIXX8XG8DHJK5FU7EU64XSTRZPTY9BE80M9XK5RO3I9L9ZGE4G0FW7Q4HBXPPUTBL13I8' where id=62; -update noar ti set v1='5AU9RJ74MDW27W4LVAXBPYS3NI7AEPDVVY7OEFFS0RDKVYXX6TU08HU72MRJ4860MGPDRFYYKX3GAVGZ85K4NE7CC25JM4RF1LYRTIYH67JLAWN63DODIF0H627PC08LKYGB9FMMZVHGWRKOQU7LZPI5BTC895DB81RATMR7EV02SOREHELLO72EMTWWOIXX8XG8DHJK5FU7EU64XSTRZPTY9BE80M9XK5RO3I9L9ZGE4G0FW7Q4HBXPPUTBL13I8' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='70OX8IB5D52ZKY0YRQDR3P1NMCPNMWO1CQ8KFIVMTRNYKEEFGP1YP2ELLWBEHW24USBQRU6P3DGJ3FJH2TPQJ0Q4X436IGF8QC41XU74K4YOQ5YZNZGZIYY8QS8ZP9IVBHPIKTFYOO5FGAUYALC1XHDZCZUGFCAT8BBYYQXCWQJQ2Y7K72XGA7LUUFRALQG6P57OOYSADVUKYNZ75GX7AMJQBPWOAC5DNDK75XIPE6Q172FRAMRK3OLHDIRUSC14A' where id=62; -update noar ti set v2='70OX8IB5D52ZKY0YRQDR3P1NMCPNMWO1CQ8KFIVMTRNYKEEFGP1YP2ELLWBEHW24USBQRU6P3DGJ3FJH2TPQJ0Q4X436IGF8QC41XU74K4YOQ5YZNZGZIYY8QS8ZP9IVBHPIKTFYOO5FGAUYALC1XHDZCZUGFCAT8BBYYQXCWQJQ2Y7K72XGA7LUUFRALQG6P57OOYSADVUKYNZ75GX7AMJQBPWOAC5DNDK75XIPE6Q172FRAMRK3OLHDIRUSC14A' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='122OFJ6KA5NDLUYVNC0PAVE1U3IF10MIATZ9IOTXG6GC8339IJRIFRQ2QHFKU44R0FNRV8HO75VCIQ3YRON1DMOP7TU53DC6SQG6OJ5ICNUZDT3JUI070RZPZ84U4YV5I8ATT1S8SZZ7YUCF5THZK446OFU7NV54KSBRF3LFQ4ZT5C09XDZRHP436GQEE0J8SWM57DT6RV5033VNPV6MN3NR3CLTAIMWNN2W2ON4S914094K295W0DA7T6ULBQ64R' where id=62; -update noar ti set v3='122OFJ6KA5NDLUYVNC0PAVE1U3IF10MIATZ9IOTXG6GC8339IJRIFRQ2QHFKU44R0FNRV8HO75VCIQ3YRON1DMOP7TU53DC6SQG6OJ5ICNUZDT3JUI070RZPZ84U4YV5I8ATT1S8SZZ7YUCF5THZK446OFU7NV54KSBRF3LFQ4ZT5C09XDZRHP436GQEE0J8SWM57DT6RV5033VNPV6MN3NR3CLTAIMWNN2W2ON4S914094K295W0DA7T6ULBQ64R' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7XPULF6CBZ1A8KZW7WRCIRVO2HJSTNY8FH7HFF6OV7KQ5XQL3CSTHZS26YHE84YD9WNW48KH1TNVT9KSAGV8M95NF31N4RRB31QAGLY5QDF1K9LKB369I8UQZZFU5KAN2CSU8ERAZHZOPV611U4L80Y9DGMN1E35JYCQJD2N0WN7SJFGG5STWU2P42KP66DZSFB317VZTL9ZT78LHMZ3VVL74QNZY1B5K0AZYL2LK5L2IU4BV0OC8PYY9X6IM6G2I' where id=63; -update noar ti set v0='7XPULF6CBZ1A8KZW7WRCIRVO2HJSTNY8FH7HFF6OV7KQ5XQL3CSTHZS26YHE84YD9WNW48KH1TNVT9KSAGV8M95NF31N4RRB31QAGLY5QDF1K9LKB369I8UQZZFU5KAN2CSU8ERAZHZOPV611U4L80Y9DGMN1E35JYCQJD2N0WN7SJFGG5STWU2P42KP66DZSFB317VZTL9ZT78LHMZ3VVL74QNZY1B5K0AZYL2LK5L2IU4BV0OC8PYY9X6IM6G2I' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='425VW1UHS2MFSSZQYC4MJMDFT6VQUJNYA7D6JZR5TZQY0CU6O2NHSZBE3AY9YMX05Y0ER4LZXUPV6DAOS4ZJDENI9QWXWBQLM6N45VKI4EUQFV96QFLGAPA5WBL2RR5W9L96XZI76OA8LK1KMER86D3VZ7T6VQWZ15KH662NG1YEFPXNXPLZCPKSDVS2TKYAEFD0D5VAWFQ6HS2NB7V8B013ETWJ5XN9S6BXLT38U063CZDVQUPSYM6U9K8C1RFAL' where id=63; -update noar ti set v1='425VW1UHS2MFSSZQYC4MJMDFT6VQUJNYA7D6JZR5TZQY0CU6O2NHSZBE3AY9YMX05Y0ER4LZXUPV6DAOS4ZJDENI9QWXWBQLM6N45VKI4EUQFV96QFLGAPA5WBL2RR5W9L96XZI76OA8LK1KMER86D3VZ7T6VQWZ15KH662NG1YEFPXNXPLZCPKSDVS2TKYAEFD0D5VAWFQ6HS2NB7V8B013ETWJ5XN9S6BXLT38U063CZDVQUPSYM6U9K8C1RFAL' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FIGA0YYCOX1PAY3OZMU14NO5NRN6DH84XGAHB52YXWYFXSPIAUC5YLNAYKDPMRXJK9Q6QBS0E9T88K5NY5C9O08HJ8I3WVVTC9YOWRRHG547IW6UC0Z3ENMUD1LQ2KSELRN4SRQ0ADR0XHNTPJ9PL147WK2KLSQYMTY2P7LDGKE4M76OY6XPRUHWVMCTQM9BRAFWMU9H1PPA0OX2TU7FJWGEPD7ATSU0KV4524ZI0X9FEE95D6DQ5OLWF6HM29X2W' where id=63; -update noar ti set v2='FIGA0YYCOX1PAY3OZMU14NO5NRN6DH84XGAHB52YXWYFXSPIAUC5YLNAYKDPMRXJK9Q6QBS0E9T88K5NY5C9O08HJ8I3WVVTC9YOWRRHG547IW6UC0Z3ENMUD1LQ2KSELRN4SRQ0ADR0XHNTPJ9PL147WK2KLSQYMTY2P7LDGKE4M76OY6XPRUHWVMCTQM9BRAFWMU9H1PPA0OX2TU7FJWGEPD7ATSU0KV4524ZI0X9FEE95D6DQ5OLWF6HM29X2W' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NRMJA9ZDTW4RCGR5VG9S19ZYBAO8R1FRT7JMA26N2PRKIUAUBDQFB1PBD89HVWNT119VIPTYM3PE8JYT1NNMCVYEQWAPN67P0XI9BN4FA2A3Z5O7FYDO0P3FITXFDCDA19D7T82Y9FDCJ49QK3JL9L2MR1YVM1ZD7I792QOJJDAHO0HF10KKY6P99IGVVHBWFM6IQA6JD6KH83U95BQOEBX5BNJSC2CGZA1NFGCZDSPTZH5ZPMYIDPWM372O2HQPR' where id=63; -update noar ti set v3='NRMJA9ZDTW4RCGR5VG9S19ZYBAO8R1FRT7JMA26N2PRKIUAUBDQFB1PBD89HVWNT119VIPTYM3PE8JYT1NNMCVYEQWAPN67P0XI9BN4FA2A3Z5O7FYDO0P3FITXFDCDA19D7T82Y9FDCJ49QK3JL9L2MR1YVM1ZD7I792QOJJDAHO0HF10KKY6P99IGVVHBWFM6IQA6JD6KH83U95BQOEBX5BNJSC2CGZA1NFGCZDSPTZH5ZPMYIDPWM372O2HQPR' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XE7SDGQ7FNX96D0EETW8TBJHY74508G28F219SHG2ZUBHWQ3O631HZ6OD4GASNLZ8T92Z2C6CD1YIS59P7X79W4HYLHW2ZBF8DSX1GDZAA5YYL5IPVQWGSJZIPPY431RMDWRWTGW0NUFNTLELPVPF8GR3TG0SA7DP5YTLJE619C6HYU0WFV3QYZ7R0NOJGKCTDCJXQKSUHS4GWPPBD2JPUXSE0IZ952C98DHI6JVBDX57JNOKCQ2HM851Q7I74WL4' where id=64; -update noar ti set v0='XE7SDGQ7FNX96D0EETW8TBJHY74508G28F219SHG2ZUBHWQ3O631HZ6OD4GASNLZ8T92Z2C6CD1YIS59P7X79W4HYLHW2ZBF8DSX1GDZAA5YYL5IPVQWGSJZIPPY431RMDWRWTGW0NUFNTLELPVPF8GR3TG0SA7DP5YTLJE619C6HYU0WFV3QYZ7R0NOJGKCTDCJXQKSUHS4GWPPBD2JPUXSE0IZ952C98DHI6JVBDX57JNOKCQ2HM851Q7I74WL4' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='O1ZV9GEHG7FW6S72BZZK030LZEX0Y1SSNG7ONY2OV7UGRHQAMCHSYRG4TG432DQN1MRT02DLPRM0YNGF47DNX4CIEYNTBW2CX55F1DJXODVM8GTK3QN997Y5HBWV5S42OZUEZTQ21L6OSO7LDOHQQTLN5FH9FBIE2PGV27CYVCJH8RFA1AVXECV1HW0ESNXI9KZ1F286EJ8RJDQIFCXB5BGNR5THFF563H30X5714SL9BWDKMY4864UICDMX5WGX1' where id=64; -update noar ti set v1='O1ZV9GEHG7FW6S72BZZK030LZEX0Y1SSNG7ONY2OV7UGRHQAMCHSYRG4TG432DQN1MRT02DLPRM0YNGF47DNX4CIEYNTBW2CX55F1DJXODVM8GTK3QN997Y5HBWV5S42OZUEZTQ21L6OSO7LDOHQQTLN5FH9FBIE2PGV27CYVCJH8RFA1AVXECV1HW0ESNXI9KZ1F286EJ8RJDQIFCXB5BGNR5THFF563H30X5714SL9BWDKMY4864UICDMX5WGX1' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GJC3EVDTJ11CHNZE8TJO66IGOBHT1I9004BQLJWAKI79CLZBAW7HZ73QR9HIVTEA9L3CWR9YGRA9W55EZMBSH6YNS40B1525KXYBOXGM9Z10BJ7FWS6M9SN4GD6H77O36NKX46R2YPUYZI6EB3JJ314KB0OPS5GHW1FB238IKCL3RFTGI1AC8DBO5FZZKNELMDB2JEVEC5AMGLDWQDLUGH480RN54G1FLUT5ZRB8QS2M3KR9EOGGWJ7DGZSVPSUAC' where id=64; -update noar ti set v2='GJC3EVDTJ11CHNZE8TJO66IGOBHT1I9004BQLJWAKI79CLZBAW7HZ73QR9HIVTEA9L3CWR9YGRA9W55EZMBSH6YNS40B1525KXYBOXGM9Z10BJ7FWS6M9SN4GD6H77O36NKX46R2YPUYZI6EB3JJ314KB0OPS5GHW1FB238IKCL3RFTGI1AC8DBO5FZZKNELMDB2JEVEC5AMGLDWQDLUGH480RN54G1FLUT5ZRB8QS2M3KR9EOGGWJ7DGZSVPSUAC' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7TGO8SWUNJIUOEW78RP3WVK20PKKBND71LFY12JWTK97D5NAHVE8T72HSHMCFQM3SGEDVYKVSBUAY2256GNICQHPZODV6WKMJGOB8CJXCDFYA9FPQ71CF3543W42E7W4RV3MHIC91VSFQZBTWLEKOC6CLF23OGY36VVLM5XMGF3134V466OL7DHTT7IU2ODZMYV07C7CH8RYXOG12EQBCNYK21UL3XM9LUSE7RK0CNWGHL0PJD9K8GBYBUNB7UGS8' where id=64; -update noar ti set v3='7TGO8SWUNJIUOEW78RP3WVK20PKKBND71LFY12JWTK97D5NAHVE8T72HSHMCFQM3SGEDVYKVSBUAY2256GNICQHPZODV6WKMJGOB8CJXCDFYA9FPQ71CF3543W42E7W4RV3MHIC91VSFQZBTWLEKOC6CLF23OGY36VVLM5XMGF3134V466OL7DHTT7IU2ODZMYV07C7CH8RYXOG12EQBCNYK21UL3XM9LUSE7RK0CNWGHL0PJD9K8GBYBUNB7UGS8' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TBZ6JJNFFUZLUACSYXRNADLKFK2SJ7A2JH884CTUMLZY59XUO5FJKLVU5CYPO327DVSCBOOHVXYQKVNCYHNLATG7SBZV5WSRYPYV0M1BKL11XZQJ3MYB7FGGR7L4REIBRV37COJDK1RP4Q7N78A1Q19JLPMVNDSGENPPSR46AUTFCJ4V0XADYI8CQHQ9SMNK4XU3U5K6LR2SVSH12C5L33Q6LV9ANS653E16GG6CM4SE0BJI6X9RCBYFOORL5T1VM' where id=65; -update noar ti set v0='TBZ6JJNFFUZLUACSYXRNADLKFK2SJ7A2JH884CTUMLZY59XUO5FJKLVU5CYPO327DVSCBOOHVXYQKVNCYHNLATG7SBZV5WSRYPYV0M1BKL11XZQJ3MYB7FGGR7L4REIBRV37COJDK1RP4Q7N78A1Q19JLPMVNDSGENPPSR46AUTFCJ4V0XADYI8CQHQ9SMNK4XU3U5K6LR2SVSH12C5L33Q6LV9ANS653E16GG6CM4SE0BJI6X9RCBYFOORL5T1VM' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C9HM3XVOLWVUD2PE7328DNI8QNARV4FXQ2MYGY6MB16ZIOAZCEZIKJE6NBKQ7QTZIFM0CY7Q9D4YH7Z39L85L93PF89SYI430WI6UTGYDAPT9ZZ8XCMOZUZPUR9VX7VN4BWY4X1ATJ21K62GZ8T59K0BNS0QEMV2106WIGYCIPWR4E5YDID3SBXL20RS2CGP9S2KUMCYPQM7BJCTW2LL9WQORNATOGPNGVU5ISK8CPJOMM668P3KI6KMVEN291ZDX' where id=65; -update noar ti set v1='C9HM3XVOLWVUD2PE7328DNI8QNARV4FXQ2MYGY6MB16ZIOAZCEZIKJE6NBKQ7QTZIFM0CY7Q9D4YH7Z39L85L93PF89SYI430WI6UTGYDAPT9ZZ8XCMOZUZPUR9VX7VN4BWY4X1ATJ21K62GZ8T59K0BNS0QEMV2106WIGYCIPWR4E5YDID3SBXL20RS2CGP9S2KUMCYPQM7BJCTW2LL9WQORNATOGPNGVU5ISK8CPJOMM668P3KI6KMVEN291ZDX' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AB9CA313QSU2P6OZCZ7JP715YRCJT1AWY2L65I5SL3OXWP3IBT39UGK7PITXVVOAEP47R24FU1WXC9DW9J89WSEDE2V9YC0G8KNSVYMALVFMNTKHNMMYNAXKANUAA3DS1SJAWMANGF6UUPD9KFHI8XVB1EFQ8FJL87OWM6TR9ERXVQ8EBT9A4XXQ8OAEPVPQ6POWXUKFTT7D3ZM9ABLQ611MMT1ABVZVXOK8L4RMOYD883OOT10IW27R37CU78BHV' where id=65; -update noar ti set v2='AB9CA313QSU2P6OZCZ7JP715YRCJT1AWY2L65I5SL3OXWP3IBT39UGK7PITXVVOAEP47R24FU1WXC9DW9J89WSEDE2V9YC0G8KNSVYMALVFMNTKHNMMYNAXKANUAA3DS1SJAWMANGF6UUPD9KFHI8XVB1EFQ8FJL87OWM6TR9ERXVQ8EBT9A4XXQ8OAEPVPQ6POWXUKFTT7D3ZM9ABLQ611MMT1ABVZVXOK8L4RMOYD883OOT10IW27R37CU78BHV' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='16S87X1BMKC4BRHCCI130S0NGSXN9DC2ZKD86C8450J5LCWLHMTBYA55BAXLYIQKY8AE5NGNR69WAQHURP6Q8690UPTSVV7NJS8DPUYSFMIBQI4FVPOKV5I109KZ1GK90BQVBF3IRSHFC92E8IRPYMR3D9GZ6M8TR8HTLZROF8A554AQOEZQO8Z1OA6Y3YLMG8G2D1MHIRSRDOA06ZP5S8OB1YZYB3IIKXQS3T3T94NKFIWWW2TK31GZVG027PGQZ' where id=65; -update noar ti set v3='16S87X1BMKC4BRHCCI130S0NGSXN9DC2ZKD86C8450J5LCWLHMTBYA55BAXLYIQKY8AE5NGNR69WAQHURP6Q8690UPTSVV7NJS8DPUYSFMIBQI4FVPOKV5I109KZ1GK90BQVBF3IRSHFC92E8IRPYMR3D9GZ6M8TR8HTLZROF8A554AQOEZQO8Z1OA6Y3YLMG8G2D1MHIRSRDOA06ZP5S8OB1YZYB3IIKXQS3T3T94NKFIWWW2TK31GZVG027PGQZ' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RZHB0X0RWNC1F7JAFKJJOVMY4KIW4OB1D7X9LRP3WN400ER5MUHK6BVPIMH9ZW3K74MT8JCEXIOI3MQ59Z5DPECLTM7JENDYCLSWWH0UX2DMOBSFFET0LBQO0EFP38AQ09FJQL62ZL8NZLCQ4IYO9SRDZMN8I0ISS43J2P2T4D2TJUAETUKI16UIWJTVJ0OCTN1MNJV1SQILIY5VL4ER48GM4AUXS5SHFP9CBDE0KNWFG0LF19RY1TWX0MQLT1F99' where id=66; -update noar ti set v0='RZHB0X0RWNC1F7JAFKJJOVMY4KIW4OB1D7X9LRP3WN400ER5MUHK6BVPIMH9ZW3K74MT8JCEXIOI3MQ59Z5DPECLTM7JENDYCLSWWH0UX2DMOBSFFET0LBQO0EFP38AQ09FJQL62ZL8NZLCQ4IYO9SRDZMN8I0ISS43J2P2T4D2TJUAETUKI16UIWJTVJ0OCTN1MNJV1SQILIY5VL4ER48GM4AUXS5SHFP9CBDE0KNWFG0LF19RY1TWX0MQLT1F99' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y84RXR00CGIVCN7CLVXLKAG90IE913CE53WSJDPM2NSNZ6U7I2JM3YLTZKZKHHUNG8F3PELUEBLHTGLQAYWKJ7MJO4KRE11FCL6GUMCP52JUCHR2V23N3ZI01E6T69RB92TM92TXCHVIM4L2JMH3HTULVNNXG6FZT2Z7GE97TXELGE2RFGZ251G6UKVVN6YFI3RGOTNNSWQ08V7TA9SGXE8L9FMYG28JW5T11SC5FP1VQNCA91DK0N6PHS5YCI877' where id=66; -update noar ti set v1='Y84RXR00CGIVCN7CLVXLKAG90IE913CE53WSJDPM2NSNZ6U7I2JM3YLTZKZKHHUNG8F3PELUEBLHTGLQAYWKJ7MJO4KRE11FCL6GUMCP52JUCHR2V23N3ZI01E6T69RB92TM92TXCHVIM4L2JMH3HTULVNNXG6FZT2Z7GE97TXELGE2RFGZ251G6UKVVN6YFI3RGOTNNSWQ08V7TA9SGXE8L9FMYG28JW5T11SC5FP1VQNCA91DK0N6PHS5YCI877' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T2DJLNUNRQ8L67PKZJAMR7OZKZBA64875NT0OL1ATZ4AJPY296XJGNMNMXQV5OKPJCJ5FZL637GVDVK06ALA12G6VOOOXGVVV9ASVN2CG4HWKWVRIV02SV89XN6QSCVTZ01HKRS89HJRBPJZLEDLBTS4JF2DE7VZF872C83ZCD9KD3K2XTE9Y4ZTGD8TB2KX9HTEI0PRS62ZO445QWHLXCI72NFPQA63K77QN9DPQ8AC4O8JXIUX9WLSC4BREEJWZ' where id=66; -update noar ti set v2='T2DJLNUNRQ8L67PKZJAMR7OZKZBA64875NT0OL1ATZ4AJPY296XJGNMNMXQV5OKPJCJ5FZL637GVDVK06ALA12G6VOOOXGVVV9ASVN2CG4HWKWVRIV02SV89XN6QSCVTZ01HKRS89HJRBPJZLEDLBTS4JF2DE7VZF872C83ZCD9KD3K2XTE9Y4ZTGD8TB2KX9HTEI0PRS62ZO445QWHLXCI72NFPQA63K77QN9DPQ8AC4O8JXIUX9WLSC4BREEJWZ' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OJ21PWZ1P9AFTGF3E8RCJSQ0JEZJZIO2A6O9MZ0TH3FJ2GQS5ZB5KNDWI9EEEGAQPIQTUFP8V0SMUJJ1TDOS3DCGRRE3ZHXB8D37U1BYMPGATU1FM9Y5AJTS5SHBL1BMNA1FARSF317SMVF590AF5PBL27RLPSEQF6S1BY6228EBC60VWOAE6426KC8NB0NXPCPCSN5TM6FIMTIK5YCZSQBA1V1KZURMROCGUU6KVQ8ZJFBXL5LLOSJLN0L2M7XTX' where id=66; -update noar ti set v3='OJ21PWZ1P9AFTGF3E8RCJSQ0JEZJZIO2A6O9MZ0TH3FJ2GQS5ZB5KNDWI9EEEGAQPIQTUFP8V0SMUJJ1TDOS3DCGRRE3ZHXB8D37U1BYMPGATU1FM9Y5AJTS5SHBL1BMNA1FARSF317SMVF590AF5PBL27RLPSEQF6S1BY6228EBC60VWOAE6426KC8NB0NXPCPCSN5TM6FIMTIK5YCZSQBA1V1KZURMROCGUU6KVQ8ZJFBXL5LLOSJLN0L2M7XTX' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NQLQUQ92HOZ7R8CA72CBMD7427M960IBKN1VK4OXT2VS1OKRBVUKQYV2SK8FFJUZNG7SNWMC47QOMZXY6KVR8TR3B4JW8XS6B7BSUODTD758N1AEKZNHYWX5TLN44DJKPP0CY8XS7OBI25P7NVOZIA1303QQEZF43ENG7STQPL5ZH26ANXKD9SQAGCSQWBGSRNQSJDY53DEF1HT6798XVW4XVLW0AYJZ0KUGXJO94YJVYY4UJKIJ4FTEVC03JM0M7' where id=67; -update noar ti set v0='NQLQUQ92HOZ7R8CA72CBMD7427M960IBKN1VK4OXT2VS1OKRBVUKQYV2SK8FFJUZNG7SNWMC47QOMZXY6KVR8TR3B4JW8XS6B7BSUODTD758N1AEKZNHYWX5TLN44DJKPP0CY8XS7OBI25P7NVOZIA1303QQEZF43ENG7STQPL5ZH26ANXKD9SQAGCSQWBGSRNQSJDY53DEF1HT6798XVW4XVLW0AYJZ0KUGXJO94YJVYY4UJKIJ4FTEVC03JM0M7' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L4O1ZCQD2DXXFBP1M6CDV7B29H2SNGME8BL5EMSLFCJORX63VDHZ10K8RBA80RUPS8DGOVWGP5G296HMDS8NUZC3PQ5ZA8FH0ECEXWWCQCAVVU58PG0CB7R8G2L2UN7F0GKX4KMWOJZ02G367WAIV81GM1VNO2ECP1DBIIWRSCVALOSD3E7XQL49X7HD3MJ8PPZPTP3D4SG62V63UZZP0PGTJOGWHWI84Z0Q46SVUZTSVT515GDDZ3P6BVAJBY2OA' where id=67; -update noar ti set v1='L4O1ZCQD2DXXFBP1M6CDV7B29H2SNGME8BL5EMSLFCJORX63VDHZ10K8RBA80RUPS8DGOVWGP5G296HMDS8NUZC3PQ5ZA8FH0ECEXWWCQCAVVU58PG0CB7R8G2L2UN7F0GKX4KMWOJZ02G367WAIV81GM1VNO2ECP1DBIIWRSCVALOSD3E7XQL49X7HD3MJ8PPZPTP3D4SG62V63UZZP0PGTJOGWHWI84Z0Q46SVUZTSVT515GDDZ3P6BVAJBY2OA' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y3ORAVZHZ2CKBO493F9OKE64G80RCXG5KNZFEFP1O3R516BU8EH6SP8GZ4S3WPZ6WIGGHDLNJQXINF3EIZSF9VJEOYDLN7ZFHJL32W9SBTBGBECXR5QCUZBB67G7O1PIT4RSHCJJRJMD8WXLEFV827SY4KBY6JN9EFRD2HPYPGK3VJE7AUMB8Q6HZ8GOIQGTJHP0LUJW8CYIVP7NRFBQZATBALQTNRM0ISS6BPG8QGS9K88N4XEMYSDE7QK7JO4V4' where id=67; -update noar ti set v2='Y3ORAVZHZ2CKBO493F9OKE64G80RCXG5KNZFEFP1O3R516BU8EH6SP8GZ4S3WPZ6WIGGHDLNJQXINF3EIZSF9VJEOYDLN7ZFHJL32W9SBTBGBECXR5QCUZBB67G7O1PIT4RSHCJJRJMD8WXLEFV827SY4KBY6JN9EFRD2HPYPGK3VJE7AUMB8Q6HZ8GOIQGTJHP0LUJW8CYIVP7NRFBQZATBALQTNRM0ISS6BPG8QGS9K88N4XEMYSDE7QK7JO4V4' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UIHTUUTLYHOSI338HKYJT9SZ1QQXGDRXFK1F3LM8GLUFMLMQF0360UD8ZLAGYKHMR9XZ6T4HJV1SWJE40DYN9JEVQPPMX6816TP9LGA0QCWALOLQ6KZUVSS79B20E2CN5GGWNWF9DQCZGWTXDNLVDNDPDPEZ4SEWZ2W8IF9HHBY5NL888EB0GQFPTW5HEU4GGZDAD9TG46YYGKO6R78N9O2JRKHK31AHT73V6E988961WMGZPAQJ1N35B0IHEFMBQ' where id=67; -update noar ti set v3='UIHTUUTLYHOSI338HKYJT9SZ1QQXGDRXFK1F3LM8GLUFMLMQF0360UD8ZLAGYKHMR9XZ6T4HJV1SWJE40DYN9JEVQPPMX6816TP9LGA0QCWALOLQ6KZUVSS79B20E2CN5GGWNWF9DQCZGWTXDNLVDNDPDPEZ4SEWZ2W8IF9HHBY5NL888EB0GQFPTW5HEU4GGZDAD9TG46YYGKO6R78N9O2JRKHK31AHT73V6E988961WMGZPAQJ1N35B0IHEFMBQ' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O0UQFUA1A9SBEGIMESDN1MD5QAPA5ZO7S6A3SD5EFD6MNDWHDMM78TA4X0I5YMKQ6CZMZP49LCDV2XDNJD7P3OXK199JRHAT6D7134CIPMWB1N3WITKR27X6LS7CUUK8FLYOABTRAZNL75FORY735UWG6HFHTWCJ4IBHX55G0J94F3NVA0L7Z6ZNS0EFF2EK767IN7PBAE2J3G9GLB886NL70HYWIW9XO02VPS8DB0HPHAZDL0AD1SSGBC0VLB3E9' where id=68; -update noar ti set v0='O0UQFUA1A9SBEGIMESDN1MD5QAPA5ZO7S6A3SD5EFD6MNDWHDMM78TA4X0I5YMKQ6CZMZP49LCDV2XDNJD7P3OXK199JRHAT6D7134CIPMWB1N3WITKR27X6LS7CUUK8FLYOABTRAZNL75FORY735UWG6HFHTWCJ4IBHX55G0J94F3NVA0L7Z6ZNS0EFF2EK767IN7PBAE2J3G9GLB886NL70HYWIW9XO02VPS8DB0HPHAZDL0AD1SSGBC0VLB3E9' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5LTCSHBTNBGPUU41BXA57FDZGA5PRRI9JBPX8130GUNTPSPJ9VM7Q20AOICZ4IZXW6MRCGF47W6T0J3BKD4UI2U21BINN9E1VB3MU7GBTBAODQZTMI8EZKEYVPE5ANUMS7MAPOW7H30D2PHE4XDNSPQ6C371EV3GJ7PK13YD3N1D4LIJ4R37RQ5R5HFT1C16OCAEZIVDKYPGXZ2ME7CDLY465I1OH93LQ0VHHF2WIFBG98N2LPYSOFTVZU8GH84CV' where id=68; -update noar ti set v1='5LTCSHBTNBGPUU41BXA57FDZGA5PRRI9JBPX8130GUNTPSPJ9VM7Q20AOICZ4IZXW6MRCGF47W6T0J3BKD4UI2U21BINN9E1VB3MU7GBTBAODQZTMI8EZKEYVPE5ANUMS7MAPOW7H30D2PHE4XDNSPQ6C371EV3GJ7PK13YD3N1D4LIJ4R37RQ5R5HFT1C16OCAEZIVDKYPGXZ2ME7CDLY465I1OH93LQ0VHHF2WIFBG98N2LPYSOFTVZU8GH84CV' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7U7H6UOAQF6DYKDBH6VS9N2IJXDFGH3CADHBUN0C2UH1KBSSRTFAFGIA9YV81OP2D2G7BGCX2VCGV72AZL8H6VZDSOIUQHO9OR23F086DZDA32982W3Z67A8KOTRGSW8WY1ATQO9M4W6T7X7LCJ2A2QO3TW4NTE5BPOOJL2VZV02MMVCGMZR30XSNMKTLUYR9WY14CXKNCDXQ5F6JYW0OTN9DBYFC9QXL5KK8QS2V84LDFX7I0NJ0V4NPEYFSYIQR' where id=68; -update noar ti set v2='7U7H6UOAQF6DYKDBH6VS9N2IJXDFGH3CADHBUN0C2UH1KBSSRTFAFGIA9YV81OP2D2G7BGCX2VCGV72AZL8H6VZDSOIUQHO9OR23F086DZDA32982W3Z67A8KOTRGSW8WY1ATQO9M4W6T7X7LCJ2A2QO3TW4NTE5BPOOJL2VZV02MMVCGMZR30XSNMKTLUYR9WY14CXKNCDXQ5F6JYW0OTN9DBYFC9QXL5KK8QS2V84LDFX7I0NJ0V4NPEYFSYIQR' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JDNPQQDCJE6LWW34038G31CBSUGT4QRTN0R2AMD0SEBD5YOK3MA1YKOR2QAEGKREZVWBDTHC0CFEUQAPGJBGH7FFAT7CAO6NAL4AG4XC7UI0SVHYN5TV2WCV0XNMHVYHN8IIFKMWGE7TWDHMNK5GZ8YHF8GA45WP64FIYL1Y8VDRB7FOLZZRKNWZIEWNN4KF4O41KLATOID4WCRPDKLDR1BS5SDMXREX3EL4JMNIJW79BJKEKQNDQA1J65IOUEWW1' where id=68; -update noar ti set v3='JDNPQQDCJE6LWW34038G31CBSUGT4QRTN0R2AMD0SEBD5YOK3MA1YKOR2QAEGKREZVWBDTHC0CFEUQAPGJBGH7FFAT7CAO6NAL4AG4XC7UI0SVHYN5TV2WCV0XNMHVYHN8IIFKMWGE7TWDHMNK5GZ8YHF8GA45WP64FIYL1Y8VDRB7FOLZZRKNWZIEWNN4KF4O41KLATOID4WCRPDKLDR1BS5SDMXREX3EL4JMNIJW79BJKEKQNDQA1J65IOUEWW1' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CWBTRY3CREKBD0E8A6PVNRT1SJHA1EPS47GWEZ911SF6PZCP0R6D11O0VQFLXN1Z3QJ30T0L5SWLIB58DBYZ2LMI9K4PNWWL15WZ7RXMB34MCXXSBV3A9ML79QU4A5QA13MO8OX17KR39UZWXRYQPER9AQULFUDBSJF8H6AUDCSP0LKLX2IQZ13YWNWHLS47ETQHUWU6BGRQIQUQN50LDVZWLMUJRZB4VILPO5HGJKQ9R9OD7SYZ8DF2J82GN3DHX' where id=69; -update noar ti set v0='CWBTRY3CREKBD0E8A6PVNRT1SJHA1EPS47GWEZ911SF6PZCP0R6D11O0VQFLXN1Z3QJ30T0L5SWLIB58DBYZ2LMI9K4PNWWL15WZ7RXMB34MCXXSBV3A9ML79QU4A5QA13MO8OX17KR39UZWXRYQPER9AQULFUDBSJF8H6AUDCSP0LKLX2IQZ13YWNWHLS47ETQHUWU6BGRQIQUQN50LDVZWLMUJRZB4VILPO5HGJKQ9R9OD7SYZ8DF2J82GN3DHX' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9KPQEQ1AJ93X9M12FUDH6140V1L3TYIFT27QU4QRII81VE6TKF4LVYJV8F05G38ADH6Q42G6UL0PZXO2Y2CJM2P6N8FJ2XZBAWK0MGFXYT88466EVQ3SD7LJXC879V813NQ01HQ324TDPZABXQJH3HRW9MZE4DOIX37JCBP2Z0RHKHWTC7FGWVFSN1P1IR96W9T7OE6IKIT89JLBX4PUUUUQUR258XQMZ9ZV3JOO5IB8X9F3QPBPFGIZXZH7M1D5E' where id=69; -update noar ti set v1='9KPQEQ1AJ93X9M12FUDH6140V1L3TYIFT27QU4QRII81VE6TKF4LVYJV8F05G38ADH6Q42G6UL0PZXO2Y2CJM2P6N8FJ2XZBAWK0MGFXYT88466EVQ3SD7LJXC879V813NQ01HQ324TDPZABXQJH3HRW9MZE4DOIX37JCBP2Z0RHKHWTC7FGWVFSN1P1IR96W9T7OE6IKIT89JLBX4PUUUUQUR258XQMZ9ZV3JOO5IB8X9F3QPBPFGIZXZH7M1D5E' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WZ283O0C7H4BW4981I23P8ZLAMAKQ2DGGARBGV5HVC3M4SV0KZW87K8XXIJKQJN2ELB6OFF7YKG5PTB0DWWZNIE72BPQLFKZWN0Z2U0YUUPKBS2R6QRGNRUXU0H7RXHVNNSD53NJ46PJ1CZ8A8JB23R3ZOLVOU6PUVC0SNL2NSVJJ2N0EK3CKPT4FADU1PN61U2VQIFM9VTVEXX3Q7GFLINQXNHNB53VJO3LZEV8TY5LJJ1DGTDNKWHULWUE3UGBS' where id=69; -update noar ti set v2='WZ283O0C7H4BW4981I23P8ZLAMAKQ2DGGARBGV5HVC3M4SV0KZW87K8XXIJKQJN2ELB6OFF7YKG5PTB0DWWZNIE72BPQLFKZWN0Z2U0YUUPKBS2R6QRGNRUXU0H7RXHVNNSD53NJ46PJ1CZ8A8JB23R3ZOLVOU6PUVC0SNL2NSVJJ2N0EK3CKPT4FADU1PN61U2VQIFM9VTVEXX3Q7GFLINQXNHNB53VJO3LZEV8TY5LJJ1DGTDNKWHULWUE3UGBS' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1TTQY4D3DHY1P21FNR3CNXLQQIVOY6WUEZEJ0QIUJOU3BLMVGUNGFJJP7XIN7L1YZ4MBZAIDQHURMY4LTKG6MKS819UIZ3PJH20084A0VTQLS79V4CQXQ7UH4R9R1L56ZE38HYG5TJJ5KHTRMOJK7Q5JXSWXH44XUUASL7DHZX0QQ0MJ6E602DSGL36FLGT6WH406T4CLPMW5XM02V1K4O7YV7GCVXI5K8ZD2UECR1HLUCOC87ZKT0MC2AF6K382Z' where id=69; -update noar ti set v3='1TTQY4D3DHY1P21FNR3CNXLQQIVOY6WUEZEJ0QIUJOU3BLMVGUNGFJJP7XIN7L1YZ4MBZAIDQHURMY4LTKG6MKS819UIZ3PJH20084A0VTQLS79V4CQXQ7UH4R9R1L56ZE38HYG5TJJ5KHTRMOJK7Q5JXSWXH44XUUASL7DHZX0QQ0MJ6E602DSGL36FLGT6WH406T4CLPMW5XM02V1K4O7YV7GCVXI5K8ZD2UECR1HLUCOC87ZKT0MC2AF6K382Z' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L8CTJ4X3CQ3TNN312LONYIHMPRJ9QSTCAVW26HK4LWXFOH4EWPDZ1QGP2H89ESAW1W4WVH7J0KT7FGJ5X5LGZOM3A8BKAXL7H1HBZ907LNRGR2UITF15GIYN8KEFD9UW41E3WYQBZXNMMGE2NRCFLOA3KGVPZ87ERE01C268CGBPY5VOPKY6JME8ENCV8UT8PYGEM39C0RRUIVXCK1JK3AC39KXFHYRMUA420WI24D3F68U2U3IJQBEL2YHC9TN4W' where id=70; -update noar ti set v0='L8CTJ4X3CQ3TNN312LONYIHMPRJ9QSTCAVW26HK4LWXFOH4EWPDZ1QGP2H89ESAW1W4WVH7J0KT7FGJ5X5LGZOM3A8BKAXL7H1HBZ907LNRGR2UITF15GIYN8KEFD9UW41E3WYQBZXNMMGE2NRCFLOA3KGVPZ87ERE01C268CGBPY5VOPKY6JME8ENCV8UT8PYGEM39C0RRUIVXCK1JK3AC39KXFHYRMUA420WI24D3F68U2U3IJQBEL2YHC9TN4W' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WS6AEDXCXTALDXH2ETPHA58G21M6WVU4D47B5DRDQB98BKKMK9IX2D6CBHHMQXQZH0MDNI1GLRRJYL1IQ526MENRF3IFDIV3WVIR4ZE6KLVENRCULHPSMHD6LDSYJAELSOPWPQFLLJNI7C7DUDGD1G5YZEKSHSFT5QWN4IL8RNJLON2NXY40BKYWG40UCN6P7FS8GJJ0IR717YAOA980AGDEXFC2ANFKYSMT2S013HBE8CDTVWGXCACAHBIYJQYYA' where id=70; -update noar ti set v1='WS6AEDXCXTALDXH2ETPHA58G21M6WVU4D47B5DRDQB98BKKMK9IX2D6CBHHMQXQZH0MDNI1GLRRJYL1IQ526MENRF3IFDIV3WVIR4ZE6KLVENRCULHPSMHD6LDSYJAELSOPWPQFLLJNI7C7DUDGD1G5YZEKSHSFT5QWN4IL8RNJLON2NXY40BKYWG40UCN6P7FS8GJJ0IR717YAOA980AGDEXFC2ANFKYSMT2S013HBE8CDTVWGXCACAHBIYJQYYA' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Z83PMP1JR5548HLUP4A4OU6EKVP30L1Q7K26QS9J6RW7J909G2I56M3UAXPMX3UELF9OUNDM0OCPN3M2ONTBNON6UJ0OLS0LKW01XENZLR2J24Z5WG7GOFSLQ6L5T3HQKGZKKPG44TR1J5YND1EZE5KNR39PBPDG4ZY38O8NWHIE73EW67YP15C2LJJIVFXZQQ0W6DDCV5W9FKP7RZF55DER2B6X1B9QN3QZ66A1HIWSALPEF1ZYIL9H140FK0X1K' where id=70; -update noar ti set v2='Z83PMP1JR5548HLUP4A4OU6EKVP30L1Q7K26QS9J6RW7J909G2I56M3UAXPMX3UELF9OUNDM0OCPN3M2ONTBNON6UJ0OLS0LKW01XENZLR2J24Z5WG7GOFSLQ6L5T3HQKGZKKPG44TR1J5YND1EZE5KNR39PBPDG4ZY38O8NWHIE73EW67YP15C2LJJIVFXZQQ0W6DDCV5W9FKP7RZF55DER2B6X1B9QN3QZ66A1HIWSALPEF1ZYIL9H140FK0X1K' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3XLTDHJ440OZLMUBYG84ICLXZ9YSWHWWX8E6680O5KNU80DA9FE7WX6IKP0D7W3LTNU1Q4AWH1MXRDM54LE878NJJUWL1ZA89ZGK15Z4W7XWS5ML4CXJTMZKMAWMJ5VBUN3MI3USBHHMMMCGW5C2IX3WGAN87RRSXCK6ZI9AUGRC8A66PDL9MJ2S0UVYHQRXHJNDE1K4R2WIVMJS7YJMYUAMJDL7401QSKWVXZH2U56B2XBEM2BQ7HH95PGY4ISJP' where id=70; -update noar ti set v3='3XLTDHJ440OZLMUBYG84ICLXZ9YSWHWWX8E6680O5KNU80DA9FE7WX6IKP0D7W3LTNU1Q4AWH1MXRDM54LE878NJJUWL1ZA89ZGK15Z4W7XWS5ML4CXJTMZKMAWMJ5VBUN3MI3USBHHMMMCGW5C2IX3WGAN87RRSXCK6ZI9AUGRC8A66PDL9MJ2S0UVYHQRXHJNDE1K4R2WIVMJS7YJMYUAMJDL7401QSKWVXZH2U56B2XBEM2BQ7HH95PGY4ISJP' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PAQOHGNNE5EV7QDDR0EKMB9NKIEPRJFWPRBN2A4BU0WSPGZBHM4UOQNX0HB7RF3C1CNACXVEFABO1F0JJ5W8B34MV5FBTCSH7DC6FRXWIWMTS46R349YJ8TCVBMU2IM644UL0OYGPTV607GK5D3HZE8J066OJ4W0T65GZHQ58OWUAQG2JD4MP4R87O280JS1ZRXR6L6BX6HETQO63M43JWJ1MXMEDX0KXGFFQ4BQTTVVYGZ9PEW3STAXG69H3YCDE' where id=71; -update noar ti set v0='PAQOHGNNE5EV7QDDR0EKMB9NKIEPRJFWPRBN2A4BU0WSPGZBHM4UOQNX0HB7RF3C1CNACXVEFABO1F0JJ5W8B34MV5FBTCSH7DC6FRXWIWMTS46R349YJ8TCVBMU2IM644UL0OYGPTV607GK5D3HZE8J066OJ4W0T65GZHQ58OWUAQG2JD4MP4R87O280JS1ZRXR6L6BX6HETQO63M43JWJ1MXMEDX0KXGFFQ4BQTTVVYGZ9PEW3STAXG69H3YCDE' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='O6BYLZL1SQUJLH6GC404WDYA8ULDGUMAV3UD22TEH4CRWEH31J5YUXZBNTQHEHRGF8R6LCJ6CKYBMSMTF0F6CBK5Z96WMZ6BZAF4H3SYTI2321X7QVRR0UWXPID501I9ROJ2YUGZU81PLYLXRB0FEVKCAA4QQTOXOMGUWY51WLRBR44V1R86BUYC4GEIQQVHNIDYKMUE75QWO8YEX37S7G2K3RHY35GXZHGHW602E3913SZCFDALS1597S6FIMSI5' where id=71; -update noar ti set v1='O6BYLZL1SQUJLH6GC404WDYA8ULDGUMAV3UD22TEH4CRWEH31J5YUXZBNTQHEHRGF8R6LCJ6CKYBMSMTF0F6CBK5Z96WMZ6BZAF4H3SYTI2321X7QVRR0UWXPID501I9ROJ2YUGZU81PLYLXRB0FEVKCAA4QQTOXOMGUWY51WLRBR44V1R86BUYC4GEIQQVHNIDYKMUE75QWO8YEX37S7G2K3RHY35GXZHGHW602E3913SZCFDALS1597S6FIMSI5' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A3GIY8NITTWHH2L3N0MSGF0KWAWHI3M03XW96F06XDL7WKMYLC13QOGXHF2JZL6GX26103D9NZ52L5MC1HE5WPW354646YLDQN4D1WRU5XGG6D5AULWK17LLQPQLDG3647HW5V7QVPXPHLJHKENXERT3U86XKZAKCG7W596369TEVOZ1NC9BL9SYAX7UZQPOLAPQ2KTDQZH21883OEK5ED7TW4AT5XEE6R1H4B3RL1CFID5F855G5MQPIG83XQOWV' where id=71; -update noar ti set v2='A3GIY8NITTWHH2L3N0MSGF0KWAWHI3M03XW96F06XDL7WKMYLC13QOGXHF2JZL6GX26103D9NZ52L5MC1HE5WPW354646YLDQN4D1WRU5XGG6D5AULWK17LLQPQLDG3647HW5V7QVPXPHLJHKENXERT3U86XKZAKCG7W596369TEVOZ1NC9BL9SYAX7UZQPOLAPQ2KTDQZH21883OEK5ED7TW4AT5XEE6R1H4B3RL1CFID5F855G5MQPIG83XQOWV' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PPX1NYCY4YLL1DWXKL67Y7S3AMQMWWYV5LWRZXIH5X2LYLVJP0RYSOBY2FUGB6EJ0WQDY52EHEGS5HTWS2P1EVIM4FIU227YUO1SF4NY3LYV9GMU4E74870A1HD86ZHJJN068LVVIWHZJXM1BBQEFLYTN6T7O265LDLCB846F84J1WOVGR918ZHD41QP60TTEFU9ZAYGTDNG6DD3J6P7RV2A78CWQCHX41FL5J9RZ5ZAZ55K5EYQN8CZ6DNPEUA2U' where id=71; -update noar ti set v3='PPX1NYCY4YLL1DWXKL67Y7S3AMQMWWYV5LWRZXIH5X2LYLVJP0RYSOBY2FUGB6EJ0WQDY52EHEGS5HTWS2P1EVIM4FIU227YUO1SF4NY3LYV9GMU4E74870A1HD86ZHJJN068LVVIWHZJXM1BBQEFLYTN6T7O265LDLCB846F84J1WOVGR918ZHD41QP60TTEFU9ZAYGTDNG6DD3J6P7RV2A78CWQCHX41FL5J9RZ5ZAZ55K5EYQN8CZ6DNPEUA2U' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZS6ZZKQYHKIX6DIOVRMVY0VFUG3BGQQIGUMYOVTFNRZY0WN8YF7O6RUYAH5O3ZG33H2Z65FQQGZQE1RWKFQD79CH41SNVCREUSET3IZ1F958FHTPNWBCK0M8YM0309ACJXP8XLSCMDA62D98GZQQJ68COODW35A9EUESL0S8HGZ7TJX0D12SNCDNTPMVQHLLFOV404IRU8KEFCK71JWV77C8XP3RERERLV2U95N6P19Z2HZHWKZ1BWXK548HM89KS' where id=72; -update noar ti set v0='ZS6ZZKQYHKIX6DIOVRMVY0VFUG3BGQQIGUMYOVTFNRZY0WN8YF7O6RUYAH5O3ZG33H2Z65FQQGZQE1RWKFQD79CH41SNVCREUSET3IZ1F958FHTPNWBCK0M8YM0309ACJXP8XLSCMDA62D98GZQQJ68COODW35A9EUESL0S8HGZ7TJX0D12SNCDNTPMVQHLLFOV404IRU8KEFCK71JWV77C8XP3RERERLV2U95N6P19Z2HZHWKZ1BWXK548HM89KS' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8506R6MY8CHZK93TCT1WQHYWPSQOEF6U0KDMF34TRTE3E4LGKF1OO48PAW2WEWMIYM2PVX4PSVAL46KI0YFC85AXQL6YV6WDBU4193C83H6NY3W27KTB3E3504ZTRCGIVHOMY41X91JCCRG99PZBW6ZQ55IL2X062NZVFEGV9GWY73T790FAGXBGKX9D1F49OW2SLICLGZ2O9VNX61YONO73JQUQWGPPOY1HDFWOLVNXRGWHLWRWGQ5AAMZQIT17U' where id=72; -update noar ti set v1='8506R6MY8CHZK93TCT1WQHYWPSQOEF6U0KDMF34TRTE3E4LGKF1OO48PAW2WEWMIYM2PVX4PSVAL46KI0YFC85AXQL6YV6WDBU4193C83H6NY3W27KTB3E3504ZTRCGIVHOMY41X91JCCRG99PZBW6ZQ55IL2X062NZVFEGV9GWY73T790FAGXBGKX9D1F49OW2SLICLGZ2O9VNX61YONO73JQUQWGPPOY1HDFWOLVNXRGWHLWRWGQ5AAMZQIT17U' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XUNKIDUBM6FBMBL0XZCLA52WRD2IGF993WZY678TD8ROLU3T32M3B4R867IKX1DZ614N4YF92YOVPK0UPTMHJPR56HMKUOOXEGV9FGNA2SATAHQH2ME0VFZ7J92G14E9QP39VUJA755XVJJPY556N4I9595JMV8AT7ZBS4R02MWXDLZ0B9WGT25FKQH1I851FBCE5IA7OD8LCUVBR5NB58ZCUBF7BAFZ1NIKUCVYU62M08HEF2TH3DSFPD6UDYURE' where id=72; -update noar ti set v2='XUNKIDUBM6FBMBL0XZCLA52WRD2IGF993WZY678TD8ROLU3T32M3B4R867IKX1DZ614N4YF92YOVPK0UPTMHJPR56HMKUOOXEGV9FGNA2SATAHQH2ME0VFZ7J92G14E9QP39VUJA755XVJJPY556N4I9595JMV8AT7ZBS4R02MWXDLZ0B9WGT25FKQH1I851FBCE5IA7OD8LCUVBR5NB58ZCUBF7BAFZ1NIKUCVYU62M08HEF2TH3DSFPD6UDYURE' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P32HEL3LFISXRKR2F7E9CUB5F0F3JPLVR6XPBWMYCEXXTDJHI96037TFU1EKAWV9BRAMJUCMUG4W6PHZF8JOXZ5S3OD7R41ALZ77UB09DB1UYF4L5L4AT5O79UHJX5L0PSP651N11UREL7ZH9QFT3P4ODYBW1DL191AOIBWN42UM82BNSQ56RM73M4AM0UYYKOIACOKHXG4IO93M64CIWVZHF8AC6LKEVV4T9M4WNOMEJE5JK7WNJ0A45E5WFAY72' where id=72; -update noar ti set v3='P32HEL3LFISXRKR2F7E9CUB5F0F3JPLVR6XPBWMYCEXXTDJHI96037TFU1EKAWV9BRAMJUCMUG4W6PHZF8JOXZ5S3OD7R41ALZ77UB09DB1UYF4L5L4AT5O79UHJX5L0PSP651N11UREL7ZH9QFT3P4ODYBW1DL191AOIBWN42UM82BNSQ56RM73M4AM0UYYKOIACOKHXG4IO93M64CIWVZHF8AC6LKEVV4T9M4WNOMEJE5JK7WNJ0A45E5WFAY72' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G0T0FR4FO5EKFHMU4YY6VYVR58QQX0TK7885LRVIFIR8A6L2BQYBZME9DBORU1SX21VL80EWLBP3262H7YS7WQTTMH6T5DRMJTQJ591JF6375DQ6KL6ACATL954D4WQC60UIENOKDMHEVYI2LUJNMQYHGYY6L0EF1DHSP1UHAJJDUM16DB0CNMRJ5TKZJA4WDKLKHRV661S1FXW8VQZ9Z4ZLBBNRNG64EWJFTWQ8YLC2LCYPD0WLWBE9SADQGJOI3' where id=73; -update noar ti set v0='G0T0FR4FO5EKFHMU4YY6VYVR58QQX0TK7885LRVIFIR8A6L2BQYBZME9DBORU1SX21VL80EWLBP3262H7YS7WQTTMH6T5DRMJTQJ591JF6375DQ6KL6ACATL954D4WQC60UIENOKDMHEVYI2LUJNMQYHGYY6L0EF1DHSP1UHAJJDUM16DB0CNMRJ5TKZJA4WDKLKHRV661S1FXW8VQZ9Z4ZLBBNRNG64EWJFTWQ8YLC2LCYPD0WLWBE9SADQGJOI3' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BDL0CWN58ENUO49ARMZWBHJQTNLAYDOLDEKL2KO0M2TCMJS6A09238YQXNBW9YK4GJZ1CCXQTHBSL4RYARLBKVJDDH5YC4RANFAO7XOXQWLLVFEH6R92OXHUAJHT4Q3S3LH6K2AY4NPGBIPBVM0JIHBIWLT008GBB2Q7WFXBT8FVEXR1GT9LLUNHRGF6VOSPJVMUFJM19BFHLX1A9K5MC98Q6BD7LV7DILJOAAR3BP75HS6AEGM5UUQXPLVSKDAEZ' where id=73; -update noar ti set v1='BDL0CWN58ENUO49ARMZWBHJQTNLAYDOLDEKL2KO0M2TCMJS6A09238YQXNBW9YK4GJZ1CCXQTHBSL4RYARLBKVJDDH5YC4RANFAO7XOXQWLLVFEH6R92OXHUAJHT4Q3S3LH6K2AY4NPGBIPBVM0JIHBIWLT008GBB2Q7WFXBT8FVEXR1GT9LLUNHRGF6VOSPJVMUFJM19BFHLX1A9K5MC98Q6BD7LV7DILJOAAR3BP75HS6AEGM5UUQXPLVSKDAEZ' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XQOUXXHLEQQG9CHP01JN95K7MXJXE6Y4V199FVDFYXXCGQ70EZMADR6RVRG7H02OJNZXBS1JCEFA9TBH9ASUGIWQP06JN3WXPV2ZK98ZARIF8D91XBC3BWSOEFN9K12JD1GXXTJT0QHS9CUK480DSS3OAIIFS4E1XZO2FCHHKE5CC3MRF1O0UBK9BF178OMS462ZK4ZY9JEVUBY0IGSUTL9MFVCQI2DRUB9Q3JDE6VU331476SSHQ86AA0OJ0OT2M' where id=73; -update noar ti set v2='XQOUXXHLEQQG9CHP01JN95K7MXJXE6Y4V199FVDFYXXCGQ70EZMADR6RVRG7H02OJNZXBS1JCEFA9TBH9ASUGIWQP06JN3WXPV2ZK98ZARIF8D91XBC3BWSOEFN9K12JD1GXXTJT0QHS9CUK480DSS3OAIIFS4E1XZO2FCHHKE5CC3MRF1O0UBK9BF178OMS462ZK4ZY9JEVUBY0IGSUTL9MFVCQI2DRUB9Q3JDE6VU331476SSHQ86AA0OJ0OT2M' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N2EBMXJ8H4GS6VQS7OGOPJ6MTZO86T0DBC3R8EHMC86876QGVTI9IPBEQ4V0W713F1LL8KIDUR5T8C2CTCT9NKEK1D67WJKFCZDY6Z999S5R0OZNBADWP5FBT202C6HI3OCID9M722Z58Z7O3OBM1ERYZSP1BXXQZ3DPAOK9T5UM3E48XR0VOJQXED54K92AJBLJR93OIF25LNA2JS533X11DGRREZP0V049MOI1ICMWE6UVRI64UQ3ME1QFKRLP4' where id=73; -update noar ti set v3='N2EBMXJ8H4GS6VQS7OGOPJ6MTZO86T0DBC3R8EHMC86876QGVTI9IPBEQ4V0W713F1LL8KIDUR5T8C2CTCT9NKEK1D67WJKFCZDY6Z999S5R0OZNBADWP5FBT202C6HI3OCID9M722Z58Z7O3OBM1ERYZSP1BXXQZ3DPAOK9T5UM3E48XR0VOJQXED54K92AJBLJR93OIF25LNA2JS533X11DGRREZP0V049MOI1ICMWE6UVRI64UQ3ME1QFKRLP4' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UC7DCO0XQ183ARVILDD2MEGELDY305QRRDFIL606PRF5AGCTFSQRN73UI0GQ12WUBHI3QOTV6XGRULSLJD7J0TXKLWTRZFW65SWNVR8RTWMT79PM0SW50D1UNZWB5TVM97ZFRBL04RDFJG5QRQM1SCPEUMCMFW9FW3UNHVXN09QUMYSWEZZN6YX12HSCO4KH13O85ZSNKZAT76PQ4NND0R69WC20907D568ZCR7GJP9U7P9737S57VIS2Y56FH4IP' where id=74; -update noar ti set v0='UC7DCO0XQ183ARVILDD2MEGELDY305QRRDFIL606PRF5AGCTFSQRN73UI0GQ12WUBHI3QOTV6XGRULSLJD7J0TXKLWTRZFW65SWNVR8RTWMT79PM0SW50D1UNZWB5TVM97ZFRBL04RDFJG5QRQM1SCPEUMCMFW9FW3UNHVXN09QUMYSWEZZN6YX12HSCO4KH13O85ZSNKZAT76PQ4NND0R69WC20907D568ZCR7GJP9U7P9737S57VIS2Y56FH4IP' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MK0S7UJQBCXTFKE0P5G0PDCZGMQ4HO7270522MIH4QXLQ2BIEWJAHIT1EKQ9R51MJQKFGSU882POH2RKF09S8JXP5HVQ7W1RT0PZ27F5TFWGVCSAL3TAUGNBFSX9HZXUR7R5J9FSR1EZPY7C0MYA96AXKHQXMZLUBH6FL34C8SF1S7IOZDOQAUJ9I8BVC2W0R8YJ3QLQWW7X434KFAK4916BSJ66ALVN25E57DDYNLVQPC28V1ZE4JU5BMOEJ31TJ' where id=74; -update noar ti set v1='MK0S7UJQBCXTFKE0P5G0PDCZGMQ4HO7270522MIH4QXLQ2BIEWJAHIT1EKQ9R51MJQKFGSU882POH2RKF09S8JXP5HVQ7W1RT0PZ27F5TFWGVCSAL3TAUGNBFSX9HZXUR7R5J9FSR1EZPY7C0MYA96AXKHQXMZLUBH6FL34C8SF1S7IOZDOQAUJ9I8BVC2W0R8YJ3QLQWW7X434KFAK4916BSJ66ALVN25E57DDYNLVQPC28V1ZE4JU5BMOEJ31TJ' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A2HDH0KVYC2HLBA46L6X7FBGBKZ7EEY86GFPBRWQDWES4YQNU9TV4MC30CDT8JA49ONLDUYAW3N0P9ZZDOLWDFCQV6HY9VZEJ4T3A7NSF02TJA8OW03NO2VLE4K7ZE2PTVFFZK77NUZAG7LOHU5OZAT8605F75TWW6RZNYL21GIWABGEW7XRF2BUEZPDY220BFAZH83GW3DMSSNAJIMG7O84MJSECGH3AFU59OLLMS7D4KYRW2HZI62QP2AQX2RPU' where id=74; -update noar ti set v2='A2HDH0KVYC2HLBA46L6X7FBGBKZ7EEY86GFPBRWQDWES4YQNU9TV4MC30CDT8JA49ONLDUYAW3N0P9ZZDOLWDFCQV6HY9VZEJ4T3A7NSF02TJA8OW03NO2VLE4K7ZE2PTVFFZK77NUZAG7LOHU5OZAT8605F75TWW6RZNYL21GIWABGEW7XRF2BUEZPDY220BFAZH83GW3DMSSNAJIMG7O84MJSECGH3AFU59OLLMS7D4KYRW2HZI62QP2AQX2RPU' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ILB9EXDP5M5R2C9X1BVDO92DZO4I79RR2PJ7UYC0M1FV5W5Q84JT0BKXZGQYXQ6M37INZZVBOTW5XBRE139RKHUG35ZOT51ITZANBYZLL0FD4W5SNII32UJ1KJXMI56UFC0JWKCAHH3KS73MO2NI6EPR5ELBF6TEHJ66Y6LR72T1GHRMQE4TCEBWXVI8AXPSZ0D0Q4K3OR4ZI8QGY25H2S3YG5NXOR16SBBAG5AM8LE7XULRIBDIBRSSUO4F4JPKK' where id=74; -update noar ti set v3='ILB9EXDP5M5R2C9X1BVDO92DZO4I79RR2PJ7UYC0M1FV5W5Q84JT0BKXZGQYXQ6M37INZZVBOTW5XBRE139RKHUG35ZOT51ITZANBYZLL0FD4W5SNII32UJ1KJXMI56UFC0JWKCAHH3KS73MO2NI6EPR5ELBF6TEHJ66Y6LR72T1GHRMQE4TCEBWXVI8AXPSZ0D0Q4K3OR4ZI8QGY25H2S3YG5NXOR16SBBAG5AM8LE7XULRIBDIBRSSUO4F4JPKK' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AQE73HB3XBAN7KJEKJQLGMIKUMDX0M97EUOJ8LCWDJB0HWDQFU8VK2TZVSPIY5JH8OVD44V2YJSVDVS814VH19ZBPUJ46TXV4WYOGLG4B8RD490MVTDA50UO1X41ZXOH9TUOSZIXK8CEQV3G6JGKPI1BKZYKY8NNL4AT91EZE9ADUTZ8VLZHIJ618URP79GDDEMUGFR5OUAX1YOLIHX6JX0BIY2KFNU996UEQLRLGP171WL6X0EV7RUZGOGMZ5P0L' where id=75; -update noar ti set v0='AQE73HB3XBAN7KJEKJQLGMIKUMDX0M97EUOJ8LCWDJB0HWDQFU8VK2TZVSPIY5JH8OVD44V2YJSVDVS814VH19ZBPUJ46TXV4WYOGLG4B8RD490MVTDA50UO1X41ZXOH9TUOSZIXK8CEQV3G6JGKPI1BKZYKY8NNL4AT91EZE9ADUTZ8VLZHIJ618URP79GDDEMUGFR5OUAX1YOLIHX6JX0BIY2KFNU996UEQLRLGP171WL6X0EV7RUZGOGMZ5P0L' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TBFOD59SMZJTYZ4J4REYTWVE6V2OSBR3WZK9UU9JFMWCIJY97FFUC2KYB9GKJXYB5Z6LVNFWOQ7AJGEUUJXFJ8MXLW5G6EPNA52YU9ZUX5FWHYKFC9MJFVH63H726C6KFMBME327TY42IK09TKQID6XG2BMVMEBH0I0ESGS1IDT6HOPE8T02LUE5KDTP6QGI68YIHLW7T4K9XYHDOLS5ZDDPFDNOKRV3SQYF7YHFIK7PYY19JUSHNDJSXQ2BZJFYZ' where id=75; -update noar ti set v1='TBFOD59SMZJTYZ4J4REYTWVE6V2OSBR3WZK9UU9JFMWCIJY97FFUC2KYB9GKJXYB5Z6LVNFWOQ7AJGEUUJXFJ8MXLW5G6EPNA52YU9ZUX5FWHYKFC9MJFVH63H726C6KFMBME327TY42IK09TKQID6XG2BMVMEBH0I0ESGS1IDT6HOPE8T02LUE5KDTP6QGI68YIHLW7T4K9XYHDOLS5ZDDPFDNOKRV3SQYF7YHFIK7PYY19JUSHNDJSXQ2BZJFYZ' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NFQ8PR01T9ZZIXON8YYZHTTUN9VPMCIJ1DPSQHK25QKIJ94QIQWPN4A20NTZAUQTNYRKV596BNMW8DDCAT1Q512VJVIFPY0NMP298549EC31KMZ8DZ7PVNT19ZHUE30ECDJLGERS55RFMJWRI2LYKMTVFY0OOKJBCZX9C7QWJGUENL97SXO0L3R4XF4VFSUWNS2N99DM47EAAKOTTIO062VN32EK4JZG4ANQNQBTULABCRXOX0IFL8QV34J1WU73N' where id=75; -update noar ti set v2='NFQ8PR01T9ZZIXON8YYZHTTUN9VPMCIJ1DPSQHK25QKIJ94QIQWPN4A20NTZAUQTNYRKV596BNMW8DDCAT1Q512VJVIFPY0NMP298549EC31KMZ8DZ7PVNT19ZHUE30ECDJLGERS55RFMJWRI2LYKMTVFY0OOKJBCZX9C7QWJGUENL97SXO0L3R4XF4VFSUWNS2N99DM47EAAKOTTIO062VN32EK4JZG4ANQNQBTULABCRXOX0IFL8QV34J1WU73N' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TJIA711030MVUDPFEHPVTAA8GYZ1CRBFIB1AGX572645FUSSVZ2QJVOPLZL5QFHXYXLO3YMR7LBW8VWSR4A38U4VB0LQP795GK5VESGNPQ8KZBN1D4FL0JJNOLH7FKV648R80RLT3EIJKY668T26CE2TKCHP6HC4R3XP33L0JDD91VT47WF16YPESOJFRSSADRFO17OXTR8TOOW8SWGC7MRQHWPF6TEOJTHB4XEWPA1S6L5NO1D24W267R2BR1L6Q' where id=75; -update noar ti set v3='TJIA711030MVUDPFEHPVTAA8GYZ1CRBFIB1AGX572645FUSSVZ2QJVOPLZL5QFHXYXLO3YMR7LBW8VWSR4A38U4VB0LQP795GK5VESGNPQ8KZBN1D4FL0JJNOLH7FKV648R80RLT3EIJKY668T26CE2TKCHP6HC4R3XP33L0JDD91VT47WF16YPESOJFRSSADRFO17OXTR8TOOW8SWGC7MRQHWPF6TEOJTHB4XEWPA1S6L5NO1D24W267R2BR1L6Q' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5R4RDM613H9U030D8HCJK7Q0S7DYSORM6L5LGE8FPKRKP52ZUYKG22LBMRSQK4D39VSP52YO69RL8QIQOW99TQZ56ZAKI9JG6JKOZD6JLLWC83B5TQKPKBAKR8148KNQE021D0JVXU3LOOIWWY4GK51SVD7H3RMQ1SLAS68HM6ZJ5XUCCAXO093MJYWANKRJCCFOYTFZH1G3SNXATUP269LH8OG81M4WRQ04NWI4MXFSA5NBVZK2LK4HJ6SLIO18J' where id=76; -update noar ti set v0='5R4RDM613H9U030D8HCJK7Q0S7DYSORM6L5LGE8FPKRKP52ZUYKG22LBMRSQK4D39VSP52YO69RL8QIQOW99TQZ56ZAKI9JG6JKOZD6JLLWC83B5TQKPKBAKR8148KNQE021D0JVXU3LOOIWWY4GK51SVD7H3RMQ1SLAS68HM6ZJ5XUCCAXO093MJYWANKRJCCFOYTFZH1G3SNXATUP269LH8OG81M4WRQ04NWI4MXFSA5NBVZK2LK4HJ6SLIO18J' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GTXTSCFUCSFMY5Z1O2YK77NA41P0PCCFZVH05E40BUHGNILNPKS5C0DOOIM1GE2JJSRVOM7KYOEL5UNMOLUSCULNJS3AL6IMVPN5TI8H282GVP6EKVR3931SZV7JY2WV6074H5QSFXTL73JFZIXB0A3FNTO3HCYB7HXVIKVBPCIMFTUMOM702ICY70SCD74B65VBNQ0NT3SXHC4RAGNSPEKNOVJV89NAZOCSXYQ70OVIA4034SYGAFXZT9AYK51FZ' where id=76; -update noar ti set v1='GTXTSCFUCSFMY5Z1O2YK77NA41P0PCCFZVH05E40BUHGNILNPKS5C0DOOIM1GE2JJSRVOM7KYOEL5UNMOLUSCULNJS3AL6IMVPN5TI8H282GVP6EKVR3931SZV7JY2WV6074H5QSFXTL73JFZIXB0A3FNTO3HCYB7HXVIKVBPCIMFTUMOM702ICY70SCD74B65VBNQ0NT3SXHC4RAGNSPEKNOVJV89NAZOCSXYQ70OVIA4034SYGAFXZT9AYK51FZ' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BTL3FNIGEDABSP75C9ONT77ILIFWWCY5ZBSFASEQ106T1X2AFPGP88LYSTFBDNQQSP9ODPEMMOJ4SY7SCD9YFFQETVZOAMHJKKRVKEX9G2URA0TPCMKC5R26MN3OFC8SYGC27ETBYV05KQZ8RYKG1NSN3SORAOF40O8PQXX5HB6DH7VN7E832A7469TTQGB1IVA94EQPTLH00N1EO913DMAAAOMWXRCLHXW7IE8589QDROYBRM9R2JMDB5789DDWW' where id=76; -update noar ti set v2='BTL3FNIGEDABSP75C9ONT77ILIFWWCY5ZBSFASEQ106T1X2AFPGP88LYSTFBDNQQSP9ODPEMMOJ4SY7SCD9YFFQETVZOAMHJKKRVKEX9G2URA0TPCMKC5R26MN3OFC8SYGC27ETBYV05KQZ8RYKG1NSN3SORAOF40O8PQXX5HB6DH7VN7E832A7469TTQGB1IVA94EQPTLH00N1EO913DMAAAOMWXRCLHXW7IE8589QDROYBRM9R2JMDB5789DDWW' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OJ41K9N09N6ME08KZTK6726UX1IBMMAIMXC5ZLJ2EQ3A1IOY35RQYP6NIA6VU3SKTS4L4SYW9KL5T5WRET5B4I9BUJZQ35TO7WPIG0B5MCCZ6K3F58BNBIGWOPG9VGSO6AJNVV3ANI1OWAAKKJABAR8G2S01IEASSSVI79DF2F1PVN7PR5KL9YFR4KXLS1XMVRJ5WCXHXAOCGIN3VAY9YHB2X42EN3DIIJRZPFISCQD6U98G0CTCEGXJ6UAHHD8AU' where id=76; -update noar ti set v3='OJ41K9N09N6ME08KZTK6726UX1IBMMAIMXC5ZLJ2EQ3A1IOY35RQYP6NIA6VU3SKTS4L4SYW9KL5T5WRET5B4I9BUJZQ35TO7WPIG0B5MCCZ6K3F58BNBIGWOPG9VGSO6AJNVV3ANI1OWAAKKJABAR8G2S01IEASSSVI79DF2F1PVN7PR5KL9YFR4KXLS1XMVRJ5WCXHXAOCGIN3VAY9YHB2X42EN3DIIJRZPFISCQD6U98G0CTCEGXJ6UAHHD8AU' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7F8CDZI57S0KZRZX482RDMKHE1ZJH5D6VBLKWG5F995MNGU1GO6S1MAICIOFDCS9BTUYZ6VST3MLZWEWLTIJF74XKYVXOHGWNM0H1V5I2DJD2IQKR7N185KUDFRJGCST93ESUD0UPFYVOC8Z23TZVUFZOV1PQ0DS4AYDQ6Q82WWDJ1V8CVJZVG17RGVF1C4SR7ZE8TOPW8FZAMM75Q1LSQYOEZJF1SR99Z702F516EJVEHWUIFQSCSHRPXVRGAW0F' where id=77; -update noar ti set v0='7F8CDZI57S0KZRZX482RDMKHE1ZJH5D6VBLKWG5F995MNGU1GO6S1MAICIOFDCS9BTUYZ6VST3MLZWEWLTIJF74XKYVXOHGWNM0H1V5I2DJD2IQKR7N185KUDFRJGCST93ESUD0UPFYVOC8Z23TZVUFZOV1PQ0DS4AYDQ6Q82WWDJ1V8CVJZVG17RGVF1C4SR7ZE8TOPW8FZAMM75Q1LSQYOEZJF1SR99Z702F516EJVEHWUIFQSCSHRPXVRGAW0F' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZLP681JM5DP3B1EURBN2LJH91HPPA9XMAO377O6BJ6HTCYDFZMI3LSARSFDJ3H11R4GMN6NNRD7KR4IKF6LZEG1KS3FN7ON4PA21VLUAAGWNCS98AWWIKPJVDL8KY4FY9WIBYBI7M4HUZBG39MK4UPJJKLGVIV196WXFYTOCVLA4A2TLWQ0HAVD7UNZE1G4BUOQSX24F9V5OSDL3QJA9V9L95HXYVOXA1KYHSMLMUGCAXHM91216FJGDHOJ9JZBS7' where id=77; -update noar ti set v1='ZLP681JM5DP3B1EURBN2LJH91HPPA9XMAO377O6BJ6HTCYDFZMI3LSARSFDJ3H11R4GMN6NNRD7KR4IKF6LZEG1KS3FN7ON4PA21VLUAAGWNCS98AWWIKPJVDL8KY4FY9WIBYBI7M4HUZBG39MK4UPJJKLGVIV196WXFYTOCVLA4A2TLWQ0HAVD7UNZE1G4BUOQSX24F9V5OSDL3QJA9V9L95HXYVOXA1KYHSMLMUGCAXHM91216FJGDHOJ9JZBS7' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1A6KJ812QRTHSOQCSR1J1HXEI8R5WI5IL4H3RWUSZE8CT4XJBIL8NDY52FQ04KF4YBE34W978A4UUIRN0H0BG5WTEMAX897W6RILLZQ6PIL38DUNE7W8218FOA2TD1BSB378CCHG6RDE8W7YCZ0BOADXHED8EGL2ZZ5O5ZRLBPRCRSU1BZEK9YQDU025D73W2LZRLSEU8JE05Z1JF61U804XWJNB5P0LJU2QOM0BS39S7N1CSA7VKDLDSBPH7190B' where id=77; -update noar ti set v2='1A6KJ812QRTHSOQCSR1J1HXEI8R5WI5IL4H3RWUSZE8CT4XJBIL8NDY52FQ04KF4YBE34W978A4UUIRN0H0BG5WTEMAX897W6RILLZQ6PIL38DUNE7W8218FOA2TD1BSB378CCHG6RDE8W7YCZ0BOADXHED8EGL2ZZ5O5ZRLBPRCRSU1BZEK9YQDU025D73W2LZRLSEU8JE05Z1JF61U804XWJNB5P0LJU2QOM0BS39S7N1CSA7VKDLDSBPH7190B' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MMXFX5PNICBUFU7X4AEC1653TJ55CZAT9BGL6FGO5ERMRZQUC98AXPTHRAX7VKY57GPHNXGARYO3GNWZZXTO3A2BI1C6M8Q27570SRKI818LMSUML75AJHSM67WMJ4KLOAU5M5R49KGFXE8H5VMM6BR0GYSE6NG9G3EK1QGOA66TMSI8PDD84R8R0EA41RKYHL0SAE80K2KEPATE1TZYORRGRNQAEO6VMGPHBVA1W4JP0F5YPLLM1PQAHFVCHNPQA' where id=77; -update noar ti set v3='MMXFX5PNICBUFU7X4AEC1653TJ55CZAT9BGL6FGO5ERMRZQUC98AXPTHRAX7VKY57GPHNXGARYO3GNWZZXTO3A2BI1C6M8Q27570SRKI818LMSUML75AJHSM67WMJ4KLOAU5M5R49KGFXE8H5VMM6BR0GYSE6NG9G3EK1QGOA66TMSI8PDD84R8R0EA41RKYHL0SAE80K2KEPATE1TZYORRGRNQAEO6VMGPHBVA1W4JP0F5YPLLM1PQAHFVCHNPQA' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NB38CTV7YJHX6YJOPNSA39K6SCQLOQJ3UTK3VBJ6TREVYN5RI2VKYYPFVVZ6XU3HBRCQQ4TNJRMJBXMRVYV8Z04S9ZN5F094AT7L9BOYG3WQQ3YFYW5C9UVEQNQYF4KV3TW454IYW8XBUEKWW016Y3OIFP88ACAIYB9NGAI4VNOGUTXWWO878MHQ7EKOCOU6WN1LYTPUGTXO15Q2LP9UYM9KMUF8XKDF7W85KVSC4NQIVS6518M7KZF3E6FLHAVM4' where id=78; -update noar ti set v0='NB38CTV7YJHX6YJOPNSA39K6SCQLOQJ3UTK3VBJ6TREVYN5RI2VKYYPFVVZ6XU3HBRCQQ4TNJRMJBXMRVYV8Z04S9ZN5F094AT7L9BOYG3WQQ3YFYW5C9UVEQNQYF4KV3TW454IYW8XBUEKWW016Y3OIFP88ACAIYB9NGAI4VNOGUTXWWO878MHQ7EKOCOU6WN1LYTPUGTXO15Q2LP9UYM9KMUF8XKDF7W85KVSC4NQIVS6518M7KZF3E6FLHAVM4' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WOVERXH3OXEMZ8ZIYXF4MJ7SOG71AYOHIRNWFSOLCDP8XVGZCFPGVRN5KRN86QES5LNJ19RA9WX8B6EPBD4FEH05IWIO9QSYKNGEY8UDMEGTSJBORH205CLME5ZUCONC32E0JMS7JQ6AUUMNG6M5CFW6GZK9YFZ8UTAM565FZJ6ZR0QQA98Z7PPPS2HGBQ6TU131XHLGEZ7AUFDGMIJTDHR33BP2DU2AZ600Q1EN1743H7BQNBS7DISP5VT42FZAT' where id=78; -update noar ti set v1='WOVERXH3OXEMZ8ZIYXF4MJ7SOG71AYOHIRNWFSOLCDP8XVGZCFPGVRN5KRN86QES5LNJ19RA9WX8B6EPBD4FEH05IWIO9QSYKNGEY8UDMEGTSJBORH205CLME5ZUCONC32E0JMS7JQ6AUUMNG6M5CFW6GZK9YFZ8UTAM565FZJ6ZR0QQA98Z7PPPS2HGBQ6TU131XHLGEZ7AUFDGMIJTDHR33BP2DU2AZ600Q1EN1743H7BQNBS7DISP5VT42FZAT' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='302UGD121Z5ICNJKA3W0FIG5NJVSELC118P9SD0SRT21YAN0TC8TGOT5W3ZV0C5ZN009O8BGQWDB2PM9Y6V95FN7TQZUPK1GQJ6FTJ1N9Q1TQ7P1AQ1OO4MCQDN1FPQD0HFMCCAN720JSI03TVUFUTFR7K5CJXMSXLU8UGCSEDBBU0X05MOWLOY2KHKBBF5YSCVDY181JN0XLH9G9XXBGYSDWTVVVT7BQJ7U8KT6T2DUAW5QJ6WIGLCD4QXQHHHMI' where id=78; -update noar ti set v2='302UGD121Z5ICNJKA3W0FIG5NJVSELC118P9SD0SRT21YAN0TC8TGOT5W3ZV0C5ZN009O8BGQWDB2PM9Y6V95FN7TQZUPK1GQJ6FTJ1N9Q1TQ7P1AQ1OO4MCQDN1FPQD0HFMCCAN720JSI03TVUFUTFR7K5CJXMSXLU8UGCSEDBBU0X05MOWLOY2KHKBBF5YSCVDY181JN0XLH9G9XXBGYSDWTVVVT7BQJ7U8KT6T2DUAW5QJ6WIGLCD4QXQHHHMI' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UZA52RDZ11V1K163GOPSTN2WNMEG3P72W6Q3GORAZVR300CM55DIHXM11Z0CZK9XDK1TESWIGR5PIQDIGVJALJT730UTW4H1C9718EIWJYA673S1O6NA1XLRM8W0QP8YQSC10XT4VIG7Z8AVYL1G1VQ7UZOO4C412AS7GJUFZ4HOWR1F9I91UFXSJ2TUYA6N4L1SLASP59FRLIN5J3GRK2GNC360S586TKXJXU61I6ANNR7B8IJ42SW1W0S1LKWL5' where id=78; -update noar ti set v3='UZA52RDZ11V1K163GOPSTN2WNMEG3P72W6Q3GORAZVR300CM55DIHXM11Z0CZK9XDK1TESWIGR5PIQDIGVJALJT730UTW4H1C9718EIWJYA673S1O6NA1XLRM8W0QP8YQSC10XT4VIG7Z8AVYL1G1VQ7UZOO4C412AS7GJUFZ4HOWR1F9I91UFXSJ2TUYA6N4L1SLASP59FRLIN5J3GRK2GNC360S586TKXJXU61I6ANNR7B8IJ42SW1W0S1LKWL5' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KKUGYZNS00WEJ9K8ZZBC5WSO4B31UWH6UMXZBE4ZTFI8V60DC7D0BLYQXRJ7IH5NL01CVGZRIV6EHF3JUA0J8U8O8YFX912Q2U3C8LVJ3KNAFOQM7K20GD6UQD887NW7JB4ZFAHHL2RYUE3VJYLG3D801N2GWQ1Z47W396XGC35W2H6GWYSOEVSK2QD2BBQHYYOY3ESJFYZRGDM2NFIU7K3RC7JJ6MOUE7LE77R3EJ9KVVEPHDOOBWR52DA1NIT0U' where id=79; -update noar ti set v0='KKUGYZNS00WEJ9K8ZZBC5WSO4B31UWH6UMXZBE4ZTFI8V60DC7D0BLYQXRJ7IH5NL01CVGZRIV6EHF3JUA0J8U8O8YFX912Q2U3C8LVJ3KNAFOQM7K20GD6UQD887NW7JB4ZFAHHL2RYUE3VJYLG3D801N2GWQ1Z47W396XGC35W2H6GWYSOEVSK2QD2BBQHYYOY3ESJFYZRGDM2NFIU7K3RC7JJ6MOUE7LE77R3EJ9KVVEPHDOOBWR52DA1NIT0U' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VUHTVV9ONE2QHRWZR59FIG4RWWO5DNA8A8TBSEPSZGRDQBS4K270QIDWS0Y72S5K2CTUF9P2FDFKBJYCGEF89XVV7L5TDYMXPBD19I5O8MYF1QERNI7VSOPWQNKY5LJFNYRVACLRS0NTIIJEJ1BBGA23I2SGMC9FJIF8CPFOJ74T3MDOL01WXJ640UDZACGRZZ4JTAW0NGLH59VJ55H9OZSUEYAFRK5HCCELRY4251XEQCU2302Y663ZPGN3AELO1' where id=79; -update noar ti set v1='VUHTVV9ONE2QHRWZR59FIG4RWWO5DNA8A8TBSEPSZGRDQBS4K270QIDWS0Y72S5K2CTUF9P2FDFKBJYCGEF89XVV7L5TDYMXPBD19I5O8MYF1QERNI7VSOPWQNKY5LJFNYRVACLRS0NTIIJEJ1BBGA23I2SGMC9FJIF8CPFOJ74T3MDOL01WXJ640UDZACGRZZ4JTAW0NGLH59VJ55H9OZSUEYAFRK5HCCELRY4251XEQCU2302Y663ZPGN3AELO1' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='G6HLQ7DEPCLYB9V0QTQJE36F6T2RCYR60SEQAW55LINY7QN83ZZRVFT1XR5C4GLM4IFX9TVLNQ1X0F19DOHHLQ6ABG2572P0BKKPEUV5LIC04VJZMA5EKTHVP1N6I3J4MMNQJHX0T3TLPC8EVLQPN5TQ5XWR0BFHNVTGN1A14JFYJKQTRRBYSOFKMUJHUCF1L1IGB8SBPZH8LMMN9RG6UFENIIFH3WZ81FSDECZOTTX2IVJETIF1NN7Z9EUG9RLK1' where id=79; -update noar ti set v2='G6HLQ7DEPCLYB9V0QTQJE36F6T2RCYR60SEQAW55LINY7QN83ZZRVFT1XR5C4GLM4IFX9TVLNQ1X0F19DOHHLQ6ABG2572P0BKKPEUV5LIC04VJZMA5EKTHVP1N6I3J4MMNQJHX0T3TLPC8EVLQPN5TQ5XWR0BFHNVTGN1A14JFYJKQTRRBYSOFKMUJHUCF1L1IGB8SBPZH8LMMN9RG6UFENIIFH3WZ81FSDECZOTTX2IVJETIF1NN7Z9EUG9RLK1' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UNKLHN1WMIS2Z1N427LRLA61946NXMAQW0K1OZZT2CAY6EC1WL1OACMC0RGAOVU22P681I3TEYUVNZEJ1M1O1Y184D70DY8F5R4VGDQCNM08UMSMQWJGYUJ2HEEB3AZCM4W5NYTGGFEWGH662XYEQV461T4GLJDPCDBN12AKOQ1P606GZS54RIPDDA1J9B21715MOHHKICO9108YPKCMJ54PC92HDXUMH313OLJYJBS93HDMT25N7EMOAHXZZFVT9' where id=79; -update noar ti set v3='UNKLHN1WMIS2Z1N427LRLA61946NXMAQW0K1OZZT2CAY6EC1WL1OACMC0RGAOVU22P681I3TEYUVNZEJ1M1O1Y184D70DY8F5R4VGDQCNM08UMSMQWJGYUJ2HEEB3AZCM4W5NYTGGFEWGH662XYEQV461T4GLJDPCDBN12AKOQ1P606GZS54RIPDDA1J9B21715MOHHKICO9108YPKCMJ54PC92HDXUMH313OLJYJBS93HDMT25N7EMOAHXZZFVT9' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='317SXVKJPSEANQUEWXJ7AIFCIPJIYUQ7WBS69PZF4UFUDQ4BMFIXCZKB21L0KDA4GJT3G96T5YAEKX9T7VOQMAUOF5RSL2AE9E428SV3DMCMRRZ9I5HMER03ACIU83R26Z71A9P1YI4MA37VOOEFH8XAO0U6W6M8J7065FNCEGIT7M1UTR03QSDXJT67CV72YDLVT50MVLKQEDSFE60YD2O11XF9TU85NT709VVDRD6NTFUFKKVYBHBDSFPZESW75' where id=80; -update noar ti set v0='317SXVKJPSEANQUEWXJ7AIFCIPJIYUQ7WBS69PZF4UFUDQ4BMFIXCZKB21L0KDA4GJT3G96T5YAEKX9T7VOQMAUOF5RSL2AE9E428SV3DMCMRRZ9I5HMER03ACIU83R26Z71A9P1YI4MA37VOOEFH8XAO0U6W6M8J7065FNCEGIT7M1UTR03QSDXJT67CV72YDLVT50MVLKQEDSFE60YD2O11XF9TU85NT709VVDRD6NTFUFKKVYBHBDSFPZESW75' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z0N22RXKYVB3MC41CB1V9DG3EMMILB4725CL7YZ54110CJJL235Y22UF0HTYGPLCUCBQPMHGU87MW0R0WNK1BDFA6G5DO0TCHVK5YOI0JBB3TBPF8ZUHXBUK2S01883OIGHMS7AH0WMKYQ1LNHS5E5B7RT9ZE5Z0OX7E9SN4BTSH5C1SSKMWH30C30AH9T9SCO1RURYJXKKX9HAVJOE8PJ08LJRO6BGRKOEINGVHLBNJ9KWEHE3IL4PI8TU0005ZZ' where id=80; -update noar ti set v1='Z0N22RXKYVB3MC41CB1V9DG3EMMILB4725CL7YZ54110CJJL235Y22UF0HTYGPLCUCBQPMHGU87MW0R0WNK1BDFA6G5DO0TCHVK5YOI0JBB3TBPF8ZUHXBUK2S01883OIGHMS7AH0WMKYQ1LNHS5E5B7RT9ZE5Z0OX7E9SN4BTSH5C1SSKMWH30C30AH9T9SCO1RURYJXKKX9HAVJOE8PJ08LJRO6BGRKOEINGVHLBNJ9KWEHE3IL4PI8TU0005ZZ' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='I1SFWBGGEZ2SGQRUVRNWJXU734RSJB4JI7GF7X15JP9RA5AFR7WNWNKBX1AE8CVXNZ85DUIS83NSHM1T0JCAJ0OS20MC6VC82O3GRXA3NKXYULVY1UGGTJRH1IKI3T339WOVY3U6JPRHPKQIEQG44CVB3UK9NEAXQQAEKUWNLUJKOD0YG95Z1FT2VLQVWTXYV0WXI3T33XT90APM12AJ5SIWCZV6AKS09W2FXG42YDXR8OMGYVMKMC2RVE4AWM460' where id=80; -update noar ti set v2='I1SFWBGGEZ2SGQRUVRNWJXU734RSJB4JI7GF7X15JP9RA5AFR7WNWNKBX1AE8CVXNZ85DUIS83NSHM1T0JCAJ0OS20MC6VC82O3GRXA3NKXYULVY1UGGTJRH1IKI3T339WOVY3U6JPRHPKQIEQG44CVB3UK9NEAXQQAEKUWNLUJKOD0YG95Z1FT2VLQVWTXYV0WXI3T33XT90APM12AJ5SIWCZV6AKS09W2FXG42YDXR8OMGYVMKMC2RVE4AWM460' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MJ3LUUFRYS54ED2NDFCS0K7N4NCDP9IBITQEOXLU96OJO8IIMUR492N8AESGY2C2SL2U6NDNX5EFVL6PP7Y6QGIZXZ8TUDWN4P47GXVH7D3LY035UDZS5HL56NQXOJJQDO1TEEEUQRTC5E8GQHDWZLP1LU0XBM69YEZYH3M515RZ7C45QX8JI58TDF8J4O69W4TOW7NTB6D9MES4GCTC5T17WWKV3ICKAEGMIUPH3VHI5AJWZWGEQX6QYF4AQS2BT' where id=80; -update noar ti set v3='MJ3LUUFRYS54ED2NDFCS0K7N4NCDP9IBITQEOXLU96OJO8IIMUR492N8AESGY2C2SL2U6NDNX5EFVL6PP7Y6QGIZXZ8TUDWN4P47GXVH7D3LY035UDZS5HL56NQXOJJQDO1TEEEUQRTC5E8GQHDWZLP1LU0XBM69YEZYH3M515RZ7C45QX8JI58TDF8J4O69W4TOW7NTB6D9MES4GCTC5T17WWKV3ICKAEGMIUPH3VHI5AJWZWGEQX6QYF4AQS2BT' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2HJBNNMLY3ZDXX4URFRTXFFLNOAVFL5OJR4LE8ME0HSELHSZ2QC3RAIQYTVBFKVM2QYDC9XADLX3K2ZHSOPOCJ29ZS9T8R9HP6C8T3LK1WUP4ROD5LIR11J2HDTNCQ8MNF9QQ6V46SCOCGNHCMES6Y0JR9AUXOZ18SP67GCABRPVXOOE4RM11UED00QBC8N31HHZZY3CUDRKWGAANMVCQAYGIYAVZ44HID8RE3EY0K64E8KTE0H5OKX5J5U4YK2XC' where id=81; -update noar ti set v0='2HJBNNMLY3ZDXX4URFRTXFFLNOAVFL5OJR4LE8ME0HSELHSZ2QC3RAIQYTVBFKVM2QYDC9XADLX3K2ZHSOPOCJ29ZS9T8R9HP6C8T3LK1WUP4ROD5LIR11J2HDTNCQ8MNF9QQ6V46SCOCGNHCMES6Y0JR9AUXOZ18SP67GCABRPVXOOE4RM11UED00QBC8N31HHZZY3CUDRKWGAANMVCQAYGIYAVZ44HID8RE3EY0K64E8KTE0H5OKX5J5U4YK2XC' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JHZE4NE23OZ9BL1TM5GMR9VHDDU3HP8M6SS2RHDZ7BYBJQC0F35FLKAZAF1DWXRHXP0D2PUM5JUR3J4TDKWDPW8LFBPE3GZLKZS5YQ3ISM1WMMFC07DNDGZIXM13WAN754THD2SPWV8ZXAZKO2VQMYHHI9KX2ZH1FC7ZQAVTACGLZ1NL7HB16L986DBHWKYAYHP7J8BT8W1D3V3K5XEB5K18DT44J0Q22YXFMQTVLAWRIPUFG3FUWS670VLWMZUIU' where id=81; -update noar ti set v1='JHZE4NE23OZ9BL1TM5GMR9VHDDU3HP8M6SS2RHDZ7BYBJQC0F35FLKAZAF1DWXRHXP0D2PUM5JUR3J4TDKWDPW8LFBPE3GZLKZS5YQ3ISM1WMMFC07DNDGZIXM13WAN754THD2SPWV8ZXAZKO2VQMYHHI9KX2ZH1FC7ZQAVTACGLZ1NL7HB16L986DBHWKYAYHP7J8BT8W1D3V3K5XEB5K18DT44J0Q22YXFMQTVLAWRIPUFG3FUWS670VLWMZUIU' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KGA521JM3FBK82CK9TDSKPFEYD72VXXQRZ15QBWEDHOFZMS7YQJ35OPHZCWQ5R7MH1B3YHJN9U09OV3RLEE8F3CIZAD318EM0812RYVEATBF7KEL1BALAWHCDTXMF7PINC3P68MGISR56XBK93VJ8QDOG038EAUT5ZPGC7777Q5OFZLG5PPHX7JW7F5LS6JWC7S1O0L3VYENFDFH3W5QVQY59KHW66FRGZ7TURZ6ZNFHVNX1W936XOGE2FKT28RNY' where id=81; -update noar ti set v2='KGA521JM3FBK82CK9TDSKPFEYD72VXXQRZ15QBWEDHOFZMS7YQJ35OPHZCWQ5R7MH1B3YHJN9U09OV3RLEE8F3CIZAD318EM0812RYVEATBF7KEL1BALAWHCDTXMF7PINC3P68MGISR56XBK93VJ8QDOG038EAUT5ZPGC7777Q5OFZLG5PPHX7JW7F5LS6JWC7S1O0L3VYENFDFH3W5QVQY59KHW66FRGZ7TURZ6ZNFHVNX1W936XOGE2FKT28RNY' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LFR2K57WNKMK5VYQGUMTUVM2KJS0FULGUOEP7QQAYP7VI8PGZFX5UDIXK5XVX0XSHHJF44A4OHXEPPT3OOTNUP9CBATFYZO3N8ZLSMOPXQYE4UFDSPONQGTLTF820J4DQYOBP0F0BPR6ZYCKSI041MNJNHWAV3TGBGNSTOSN8JVGBW7EYEKSZJEXAFK3Q0ZZFG4U2MVG0184NMZ6HESFSXGUYM1HJSCKPJ1LYQ3LZIQQJDWYJXR5AHTYXPI1ZMIP3' where id=81; -update noar ti set v3='LFR2K57WNKMK5VYQGUMTUVM2KJS0FULGUOEP7QQAYP7VI8PGZFX5UDIXK5XVX0XSHHJF44A4OHXEPPT3OOTNUP9CBATFYZO3N8ZLSMOPXQYE4UFDSPONQGTLTF820J4DQYOBP0F0BPR6ZYCKSI041MNJNHWAV3TGBGNSTOSN8JVGBW7EYEKSZJEXAFK3Q0ZZFG4U2MVG0184NMZ6HESFSXGUYM1HJSCKPJ1LYQ3LZIQQJDWYJXR5AHTYXPI1ZMIP3' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UP9EJTXA2RUMNTLGWJJBIZAPE8EFB1M24RNH7VSJZEP7KVSIN57ZOCF7M1ABVE3PNH2TBKFXS692O2GHD8487B9YSDOYM7SA0E4G3ZJYMYT9WPBFTVLJSVRQ719LK1SEAVAN45LLDAYDVY7C2N5ZS6BV1BHMK6B4V2BHWLTN6L23DGWX5911NMO6QJ137UCEX07SIRV5AE4ELP3N1845AS7317A9BWRBW7Q6S62HDY0E6AQWOPGJ2THQ25TSKRZTH' where id=82; -update noar ti set v0='UP9EJTXA2RUMNTLGWJJBIZAPE8EFB1M24RNH7VSJZEP7KVSIN57ZOCF7M1ABVE3PNH2TBKFXS692O2GHD8487B9YSDOYM7SA0E4G3ZJYMYT9WPBFTVLJSVRQ719LK1SEAVAN45LLDAYDVY7C2N5ZS6BV1BHMK6B4V2BHWLTN6L23DGWX5911NMO6QJ137UCEX07SIRV5AE4ELP3N1845AS7317A9BWRBW7Q6S62HDY0E6AQWOPGJ2THQ25TSKRZTH' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8I1JP2U5WSOY3JKTQUNZ8KZZSFBMCLZDA04E89JQIZTERN1WC7URYB1RQXS6U6XP0T91G00MUWTUPS79T9ERCTSXBWAEF8E3NX0B00JQOX8C3VJOZRPKUP4MJZQSG5HI74BYRTVH7HDGZLA2YIVTX98BPI41RSPZJHCQT71RUCGRK0V49L0NYQ06N46LWMKED8T0VXJJE1UKTPJK2XSP6ASIQLDFZCBUTVBGC2APDFZJXA2C76WIRXLH6LZIWL04W' where id=82; -update noar ti set v1='8I1JP2U5WSOY3JKTQUNZ8KZZSFBMCLZDA04E89JQIZTERN1WC7URYB1RQXS6U6XP0T91G00MUWTUPS79T9ERCTSXBWAEF8E3NX0B00JQOX8C3VJOZRPKUP4MJZQSG5HI74BYRTVH7HDGZLA2YIVTX98BPI41RSPZJHCQT71RUCGRK0V49L0NYQ06N46LWMKED8T0VXJJE1UKTPJK2XSP6ASIQLDFZCBUTVBGC2APDFZJXA2C76WIRXLH6LZIWL04W' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VEG9CQ875N3X034OX28G53ALQQ77BQTPMA0E9KPD7QB7FW6AJF8PL3ER7KY3LLDKD1H9QG9ZASY5CTUKBNNRDL56HJA5M9SUJXB0492AUXQIKI3Z7R0M3TOITXCGDF88FR0IPVLD1UGQAOWLRCM7PNLFC1FG50QP0JWH0D3SW00YBJTTR9NIVH6WB1CXIL966LMNZDLNEMT8Q3USAM8DEOJ9CNYV4NS8NUTHSLRSE7F6NV5RS90IBKNUNFQ8RFWVJ' where id=82; -update noar ti set v2='VEG9CQ875N3X034OX28G53ALQQ77BQTPMA0E9KPD7QB7FW6AJF8PL3ER7KY3LLDKD1H9QG9ZASY5CTUKBNNRDL56HJA5M9SUJXB0492AUXQIKI3Z7R0M3TOITXCGDF88FR0IPVLD1UGQAOWLRCM7PNLFC1FG50QP0JWH0D3SW00YBJTTR9NIVH6WB1CXIL966LMNZDLNEMT8Q3USAM8DEOJ9CNYV4NS8NUTHSLRSE7F6NV5RS90IBKNUNFQ8RFWVJ' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q6BBPII67U59R29LHW3X07M6J5Z9HEB1NE9W1CAHAVMLEAVU8F1DKKS7GDQ6RR9X9236IZDPS72ZCCUITUZG8562X9LEPSM6FAX550JOBVLW7M3U4MFDB34D17AHVCRY4WN7HUU683ENTM62KOSUQIWJ7T9UJKBRVOC00TQ30O1LWYH1J7M4VIEDOP69G39OAFWZ229ZR3GYBT71513R0KXH6SPK0LDNHPXPFXT1QH793FDL91GL7LBL2QWVPVADF' where id=82; -update noar ti set v3='Q6BBPII67U59R29LHW3X07M6J5Z9HEB1NE9W1CAHAVMLEAVU8F1DKKS7GDQ6RR9X9236IZDPS72ZCCUITUZG8562X9LEPSM6FAX550JOBVLW7M3U4MFDB34D17AHVCRY4WN7HUU683ENTM62KOSUQIWJ7T9UJKBRVOC00TQ30O1LWYH1J7M4VIEDOP69G39OAFWZ229ZR3GYBT71513R0KXH6SPK0LDNHPXPFXT1QH793FDL91GL7LBL2QWVPVADF' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4BF5NQRJBZRUFQGU0KQKLSB9JN7PKIJXZBKPJFQBYCTIGFFHEXPTGQOEE9ZL6ZEGXJ742W9YBJQV9ONKYTK0HSSC9KIQ97WLIEMR8FHDSCDFAVAN3WPS5JWSYWQ98LZWVTEAHDGPPVM8KKHG29IM5IVB69BFE60GEVL9X4MJ9NN95FLZPXFWS1NM9P3WI8PO6C7V0PAN5I91APZK3WD5WVWKGNILOUEDO49114CMUJUAA1MZ23AQ9HPUONB5YKJ55' where id=83; -update noar ti set v0='4BF5NQRJBZRUFQGU0KQKLSB9JN7PKIJXZBKPJFQBYCTIGFFHEXPTGQOEE9ZL6ZEGXJ742W9YBJQV9ONKYTK0HSSC9KIQ97WLIEMR8FHDSCDFAVAN3WPS5JWSYWQ98LZWVTEAHDGPPVM8KKHG29IM5IVB69BFE60GEVL9X4MJ9NN95FLZPXFWS1NM9P3WI8PO6C7V0PAN5I91APZK3WD5WVWKGNILOUEDO49114CMUJUAA1MZ23AQ9HPUONB5YKJ55' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='THFMIDCUDV5NGX99QS0U603Q55ARNEFBSZOHS04KRWZ7TSFBN8Z8VXR3JRJE63V41JM6TTBX21UTHZ9OGOVPTWAPBS3N6T8LWV3ECEDL99WPD3JKN4TF0V7LTFWD1EI7U6EYP06WJ3RVQ9W682GE74Q8IHA0X1XWCZWL9PRYTBBW4KSII27KEYIJR8WO2XCWBNAH1CSEN4GGHVKDY1EYRX4MEXU3ZHPJV75RZ1Q3IM7GY8E2IKDDA6UXKCEKX4QYW' where id=83; -update noar ti set v1='THFMIDCUDV5NGX99QS0U603Q55ARNEFBSZOHS04KRWZ7TSFBN8Z8VXR3JRJE63V41JM6TTBX21UTHZ9OGOVPTWAPBS3N6T8LWV3ECEDL99WPD3JKN4TF0V7LTFWD1EI7U6EYP06WJ3RVQ9W682GE74Q8IHA0X1XWCZWL9PRYTBBW4KSII27KEYIJR8WO2XCWBNAH1CSEN4GGHVKDY1EYRX4MEXU3ZHPJV75RZ1Q3IM7GY8E2IKDDA6UXKCEKX4QYW' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3QR3DTO8RKAGDVM93NGA0VU4DOSF56HFZNU58QX9HNXV7IR8QCF450DEJ87YY90AJ9QWX90MW3TT1574VWC5I3SUW8STI5ML3U7YDM7XINLY2BA7RKOU855L8FKS9UNOP3DMK2NEW6TDHWF964KD1SDM4T3GPTMLUSQPIZ1LALA1BHHROJ54O4Z6G66HX262D7NAX557R8JJEZG4PWC7LRBJ570JHIAUWDXIJZUQXWHI9NT8YS67L0XRQ1HLWUWXQ' where id=83; -update noar ti set v2='3QR3DTO8RKAGDVM93NGA0VU4DOSF56HFZNU58QX9HNXV7IR8QCF450DEJ87YY90AJ9QWX90MW3TT1574VWC5I3SUW8STI5ML3U7YDM7XINLY2BA7RKOU855L8FKS9UNOP3DMK2NEW6TDHWF964KD1SDM4T3GPTMLUSQPIZ1LALA1BHHROJ54O4Z6G66HX262D7NAX557R8JJEZG4PWC7LRBJ570JHIAUWDXIJZUQXWHI9NT8YS67L0XRQ1HLWUWXQ' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KSKR8VYTUWUPYNBKQX9PGUMIHHIYVDM78LW3FVY7OU1L67RY4NX4XTFAXFSSEOD18N8UJKLQFUJOWIZBMLP6BKW5G31YXLG29XB2CCLBZM9Q8YX9608FKANW5H3O5JDBA3QRLST642CH2ET6IUKT34OHMEIOBUYNVFC5PX5GOZBE3Y132RU8DCE2J5OQDBCC0T2JKYI5GX9ULCV44W6XXBESZEL1Q6CIBGP7OSOO918F5LNI8KHB9PRIDTUY7TNFS' where id=83; -update noar ti set v3='KSKR8VYTUWUPYNBKQX9PGUMIHHIYVDM78LW3FVY7OU1L67RY4NX4XTFAXFSSEOD18N8UJKLQFUJOWIZBMLP6BKW5G31YXLG29XB2CCLBZM9Q8YX9608FKANW5H3O5JDBA3QRLST642CH2ET6IUKT34OHMEIOBUYNVFC5PX5GOZBE3Y132RU8DCE2J5OQDBCC0T2JKYI5GX9ULCV44W6XXBESZEL1Q6CIBGP7OSOO918F5LNI8KHB9PRIDTUY7TNFS' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WNHM4MPPUK2RXYH3ZNBO834CKO2WTCQ26NVK7C0UKM6NTIGLLTSZMC4Q3HE8HCYWZHX6413200LI0CQA7ZQHPNAICSE7ZV3Q9A9YN2HP9JWQX65JR49VONST7NRL19FET065KVE1GNCHTC05KBQVH1EC5V54XNJO4CIWEVB1GYK4AB3HDOE4ST2WTKJ2D66LTMLXD0NYKUFP2GLECZUGNP8HAE1HGQCRX5PDLM6273OV2OI23X7RGEUF2O1ELYDBB' where id=84; -update noar ti set v0='WNHM4MPPUK2RXYH3ZNBO834CKO2WTCQ26NVK7C0UKM6NTIGLLTSZMC4Q3HE8HCYWZHX6413200LI0CQA7ZQHPNAICSE7ZV3Q9A9YN2HP9JWQX65JR49VONST7NRL19FET065KVE1GNCHTC05KBQVH1EC5V54XNJO4CIWEVB1GYK4AB3HDOE4ST2WTKJ2D66LTMLXD0NYKUFP2GLECZUGNP8HAE1HGQCRX5PDLM6273OV2OI23X7RGEUF2O1ELYDBB' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SB6DQ3V0XT7SGQA5QHTTI4D59W2UXD9CDRE6W7658ZIBHW5FR4640L5XU7F1IG0IMF4X7FOT462GGJGKAHTHYPKA32V02585L3ATT4BC7FNV4IJERWS9LLNJKS6EEDJNMPRJNAGR6K10LRI7THSA1LAXTMN0UJ5KP1Q46HN4RU3I2W2DQC1GJK8G1HCVL1YB5BXFXP0MFFB66IR7TEMZ0WL6U2HNC6G6HNFROEHJPX86NEPZLUYD1H6DTIY8ZOCRS' where id=84; -update noar ti set v1='SB6DQ3V0XT7SGQA5QHTTI4D59W2UXD9CDRE6W7658ZIBHW5FR4640L5XU7F1IG0IMF4X7FOT462GGJGKAHTHYPKA32V02585L3ATT4BC7FNV4IJERWS9LLNJKS6EEDJNMPRJNAGR6K10LRI7THSA1LAXTMN0UJ5KP1Q46HN4RU3I2W2DQC1GJK8G1HCVL1YB5BXFXP0MFFB66IR7TEMZ0WL6U2HNC6G6HNFROEHJPX86NEPZLUYD1H6DTIY8ZOCRS' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0CNL8VKPUBNR52B4CXNPMCJRHBV67TMUL0VFNWB03FAX4C66AFGDX0ZV0E5KS0HEXZZ2NFJ5LRSVKSZ5VBQXRHH4GN28CPA33EM3NOWBHWC7G0QGS5YVO1N30Z73HZUY5MKTZZIHAW1QWNQ6U82CC2KMQT4VP1TUB2S1DXBJUZM9437P4RXXH7Z2IXLUOMNY1XFC8N9DNH5WL3VBEJKKU5I5RX93PQAC5UOJ2IOHGSQK135PCA0K97DSV4TP3WAD9' where id=84; -update noar ti set v2='0CNL8VKPUBNR52B4CXNPMCJRHBV67TMUL0VFNWB03FAX4C66AFGDX0ZV0E5KS0HEXZZ2NFJ5LRSVKSZ5VBQXRHH4GN28CPA33EM3NOWBHWC7G0QGS5YVO1N30Z73HZUY5MKTZZIHAW1QWNQ6U82CC2KMQT4VP1TUB2S1DXBJUZM9437P4RXXH7Z2IXLUOMNY1XFC8N9DNH5WL3VBEJKKU5I5RX93PQAC5UOJ2IOHGSQK135PCA0K97DSV4TP3WAD9' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LS6GP1ZTS75NT5ALHWGO0PLQZX28FEYFWXOKK6Q96NFMHQ7R5G32VOEQHK1UUMZJA8QOYQN16T01KJDN89FOCO78GFH8PTX23TJ8C2DK7LX4AQP5TKHZYDB04TGLPUHMVPY7G0F2U4B9N8PHRRRIMDDMRLQNDRDIE64J7S5GCSA0KIKLDBRVE2LFLJD0ASORZNWLBNG6FNDDWA4I7AFD26TWZ2K5E5SA8WX0RJSQXWWKSJXBC6WFUPX2TZXY5OKJU' where id=84; -update noar ti set v3='LS6GP1ZTS75NT5ALHWGO0PLQZX28FEYFWXOKK6Q96NFMHQ7R5G32VOEQHK1UUMZJA8QOYQN16T01KJDN89FOCO78GFH8PTX23TJ8C2DK7LX4AQP5TKHZYDB04TGLPUHMVPY7G0F2U4B9N8PHRRRIMDDMRLQNDRDIE64J7S5GCSA0KIKLDBRVE2LFLJD0ASORZNWLBNG6FNDDWA4I7AFD26TWZ2K5E5SA8WX0RJSQXWWKSJXBC6WFUPX2TZXY5OKJU' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Y3Q3BOUVLDLBVPY2DU3VL1Z1A1711HI0EX3AV1UQE54ODZS8DLPH9DSO1I4PBGO21VK6CG8CP1Y69CGMSL4P6LWFCEVWJJCHKMIH24FKO53KIQQMGKZUXN51ZLKVHS3OV8QE5468UMPOGFB1G0YLV2VVIYZP5J3TFYQV6WO198FLSBL9FR1A23LFP6DQIKN2DMCJ9DHRJ231F7K9CKKOUAVGN3EVKBHYIWPQU0RGNGLV0L63AX4Z7DEQ3NBXY4PVM' where id=85; -update noar ti set v0='Y3Q3BOUVLDLBVPY2DU3VL1Z1A1711HI0EX3AV1UQE54ODZS8DLPH9DSO1I4PBGO21VK6CG8CP1Y69CGMSL4P6LWFCEVWJJCHKMIH24FKO53KIQQMGKZUXN51ZLKVHS3OV8QE5468UMPOGFB1G0YLV2VVIYZP5J3TFYQV6WO198FLSBL9FR1A23LFP6DQIKN2DMCJ9DHRJ231F7K9CKKOUAVGN3EVKBHYIWPQU0RGNGLV0L63AX4Z7DEQ3NBXY4PVM' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HIBDYHGMHEOMDY98GA4K2P4GY5R9J98N9CQVLAQ0IKMZH0BCDHIO7LDVT6L2ZUSUL5MGRHD3DDQKWMNIK3WBUZSX144D557MVUM8QF0GUZ04J7O5CJQC9YSKRBEEYXI0R3WRRQRHQJEGR5HSGCGVH2FF3ASEVC5V68HE2E7K3UF4CJBG200XHJ36J00J4IW2GOQ7BUGM737NXXJWNR3PLJDAIH74DO1MDJWPA3JF30ZN6S27UJCTY178B2YN8PARM' where id=85; -update noar ti set v1='HIBDYHGMHEOMDY98GA4K2P4GY5R9J98N9CQVLAQ0IKMZH0BCDHIO7LDVT6L2ZUSUL5MGRHD3DDQKWMNIK3WBUZSX144D557MVUM8QF0GUZ04J7O5CJQC9YSKRBEEYXI0R3WRRQRHQJEGR5HSGCGVH2FF3ASEVC5V68HE2E7K3UF4CJBG200XHJ36J00J4IW2GOQ7BUGM737NXXJWNR3PLJDAIH74DO1MDJWPA3JF30ZN6S27UJCTY178B2YN8PARM' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HG6035JL1SVXPCC0Y5WIBIQO9Z0ZAG3O97ON5T1VS9U44CDNVPTYV5E48540C5Y55V26SNE1RT8L16QOOCSIGI32K1Z5JM6HV5N793PEMPQ9HP7XCXA140LZGV6THQ9BOIVFE351A5ZKW42R53V77WU0T2KQB80ZEH6FP5G6ZHB6269CCQSGX39TTKMANY19CBHVP3IBUIQRB5O1O1YM2W0NO18KJZRY1X8ZW98F48XLMVU1OTHLB9TY33JO2IBDS' where id=85; -update noar ti set v2='HG6035JL1SVXPCC0Y5WIBIQO9Z0ZAG3O97ON5T1VS9U44CDNVPTYV5E48540C5Y55V26SNE1RT8L16QOOCSIGI32K1Z5JM6HV5N793PEMPQ9HP7XCXA140LZGV6THQ9BOIVFE351A5ZKW42R53V77WU0T2KQB80ZEH6FP5G6ZHB6269CCQSGX39TTKMANY19CBHVP3IBUIQRB5O1O1YM2W0NO18KJZRY1X8ZW98F48XLMVU1OTHLB9TY33JO2IBDS' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TX7X75C978XFPVZK44W0ZE23IJQ9FHIRNA847XD1HE0NO7KS9BDUHB1ZL1LOM1ZF0ZDNV6YX4GWARKNOM34NYD1K950MXFE833UMMEQK9CH200OVCOZYNGIKWQ0S42K3VVJVM8H0OUKIJXXQXGYKYO69UFI5KXM5VP63MZR5122KKHPDAQRP72L1BIV2PBRR0G75DMH6M6NSHYA6SO4XTY8723YYH97S6D4PB4H1PKBHZCEODVZAG7KGIQASH2MCX' where id=85; -update noar ti set v3='TX7X75C978XFPVZK44W0ZE23IJQ9FHIRNA847XD1HE0NO7KS9BDUHB1ZL1LOM1ZF0ZDNV6YX4GWARKNOM34NYD1K950MXFE833UMMEQK9CH200OVCOZYNGIKWQ0S42K3VVJVM8H0OUKIJXXQXGYKYO69UFI5KXM5VP63MZR5122KKHPDAQRP72L1BIV2PBRR0G75DMH6M6NSHYA6SO4XTY8723YYH97S6D4PB4H1PKBHZCEODVZAG7KGIQASH2MCX' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TOI2L67GT79V7MD6EUQARQ6E6TSQLQSD2DV5VCPGKI7E51PRPR6J9EHQXWBZ6J01C6B5ITXP8UQCWMEPVW4QJ2LCZF2MQ0XHRZCQ8K24QPC8NGZKUWAW6M1KIA3NWO9BWXQYOMCAF6GSZIJ2BSKQI9GHULRM5SFP1TRIKMPRNMIZ0KKC95KI5MF33U4DNFPUX2VPK6ZO4XS711ILPRS5DBD4A81IAITZAFHXG71RAT5VQVSIT1M39OK645IUM34YN' where id=86; -update noar ti set v0='TOI2L67GT79V7MD6EUQARQ6E6TSQLQSD2DV5VCPGKI7E51PRPR6J9EHQXWBZ6J01C6B5ITXP8UQCWMEPVW4QJ2LCZF2MQ0XHRZCQ8K24QPC8NGZKUWAW6M1KIA3NWO9BWXQYOMCAF6GSZIJ2BSKQI9GHULRM5SFP1TRIKMPRNMIZ0KKC95KI5MF33U4DNFPUX2VPK6ZO4XS711ILPRS5DBD4A81IAITZAFHXG71RAT5VQVSIT1M39OK645IUM34YN' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V8MY7ZS5FSPCKIBBTUEYH34M801ZFUYETP6EN7AVXNMHZLFH15XJS1MMKDXQV44MKZVY5H0I968O7KXVQ8VHTFUK17L763099QTVE86QTP5OF5PZXIQJGH20DC6JPME7P2ELCLR7TO6HM5U9UMO9Z58B8FDYYAABBF1FLQOAXZ2JEAPLHN94G8WDIILHTFYKRA2OG9JFH6IOTSH82STSC3WGBZSG9RZMWSEP4XD8C7CT9PMDADVWAH2NZSOIA1KYU' where id=86; -update noar ti set v1='V8MY7ZS5FSPCKIBBTUEYH34M801ZFUYETP6EN7AVXNMHZLFH15XJS1MMKDXQV44MKZVY5H0I968O7KXVQ8VHTFUK17L763099QTVE86QTP5OF5PZXIQJGH20DC6JPME7P2ELCLR7TO6HM5U9UMO9Z58B8FDYYAABBF1FLQOAXZ2JEAPLHN94G8WDIILHTFYKRA2OG9JFH6IOTSH82STSC3WGBZSG9RZMWSEP4XD8C7CT9PMDADVWAH2NZSOIA1KYU' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OI6XGHID2H3682J24XGDFK6T75FV6RTXWRNED2OGGY28MFG0G7F083IQ429QFHIJKTUI83M8KCS40L60WD34BLHA47PWQ1N8OV13FS6QF46Y7SHR79WZ1X7GWY6LE1I5XN1CI5NHS9U5S2STN2XNCW77FIWYP476JCQBXA2GA24B1S6KSPXRBU7T0MDS9A0VI6T3X2NNV5F1UWHCEOLG39C2RYT2SAH22ZPYB9DWBVA9VZ9B46QHQAJM49Y9DEU5O' where id=86; -update noar ti set v2='OI6XGHID2H3682J24XGDFK6T75FV6RTXWRNED2OGGY28MFG0G7F083IQ429QFHIJKTUI83M8KCS40L60WD34BLHA47PWQ1N8OV13FS6QF46Y7SHR79WZ1X7GWY6LE1I5XN1CI5NHS9U5S2STN2XNCW77FIWYP476JCQBXA2GA24B1S6KSPXRBU7T0MDS9A0VI6T3X2NNV5F1UWHCEOLG39C2RYT2SAH22ZPYB9DWBVA9VZ9B46QHQAJM49Y9DEU5O' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5O3T1GMMV5WZKHLLE4D7WBIRA8IXU5G0GN59ZXVVHO1MZ1ZX0OV2WKF8T2WO0T0SLLSIICP45RWG5HQOEIYN1TPYUBDKMK27ZTCZ8RX2WSSSXVJ80DH81WDBO2561HLQFMDZVG0R8D0X9FRYMKOOP79HUWBTRNN1PIZ8JP34JLR4AHA7LD88L10I7Z4EXXQ1U809EARQMDPC5R6SGROBMETUDUROLF6D1FXL7DNS3RN3YUTRDAQ33IG4SBDSSW1BR' where id=86; -update noar ti set v3='5O3T1GMMV5WZKHLLE4D7WBIRA8IXU5G0GN59ZXVVHO1MZ1ZX0OV2WKF8T2WO0T0SLLSIICP45RWG5HQOEIYN1TPYUBDKMK27ZTCZ8RX2WSSSXVJ80DH81WDBO2561HLQFMDZVG0R8D0X9FRYMKOOP79HUWBTRNN1PIZ8JP34JLR4AHA7LD88L10I7Z4EXXQ1U809EARQMDPC5R6SGROBMETUDUROLF6D1FXL7DNS3RN3YUTRDAQ33IG4SBDSSW1BR' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RK9SI16NM1A7MCANVK3R9G8FYUMGM6KMXTSLPZU5B0H49HV21G3UU53B1528OL2J8HTMVUK8C9XUU0ZVGLH34KRITAN8WYR6TSHFNSK80PO23SHFIJN1MG71IIX081OWSL5K18E7V1D8MTUSWSI45AKQ5L7SWRZYAXF335JIZOD9FKRAX4CMUDDRFMLVYQYCGJ6J9AINQ3PK5BBBDBF7QH7HQ3MYDVM27K0G4MGAWSZT7E0NX9BDPHH7GJ8TISHFR' where id=87; -update noar ti set v0='RK9SI16NM1A7MCANVK3R9G8FYUMGM6KMXTSLPZU5B0H49HV21G3UU53B1528OL2J8HTMVUK8C9XUU0ZVGLH34KRITAN8WYR6TSHFNSK80PO23SHFIJN1MG71IIX081OWSL5K18E7V1D8MTUSWSI45AKQ5L7SWRZYAXF335JIZOD9FKRAX4CMUDDRFMLVYQYCGJ6J9AINQ3PK5BBBDBF7QH7HQ3MYDVM27K0G4MGAWSZT7E0NX9BDPHH7GJ8TISHFR' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TN96X4NAF2C5LBAMTZX2JD9FO5CP93EUH9USZH2EYSJG3A99UNMZCY3GOSDMEBYLFCGS6UIHQW71B315JRA6CY1H41ERF40Y2OEKH2WHJCUPACHYNE42KUGV00DPXD49COYTO5RN23SHAWSD1C66NCXAMIZARETT1SRRPHRRZX9KJ2EYB1AQCK11G7JGB49ENBBFL3Z0Q685MN1XWZZZRDI7WWYBU19PRNDDLECA6YTOCX3UHJW0EG58FPQ6LBVKD' where id=87; -update noar ti set v1='TN96X4NAF2C5LBAMTZX2JD9FO5CP93EUH9USZH2EYSJG3A99UNMZCY3GOSDMEBYLFCGS6UIHQW71B315JRA6CY1H41ERF40Y2OEKH2WHJCUPACHYNE42KUGV00DPXD49COYTO5RN23SHAWSD1C66NCXAMIZARETT1SRRPHRRZX9KJ2EYB1AQCK11G7JGB49ENBBFL3Z0Q685MN1XWZZZRDI7WWYBU19PRNDDLECA6YTOCX3UHJW0EG58FPQ6LBVKD' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T384QCH1DSJS1RRGH05VTWE6V6AL8UHQ2WNF6H9DFPM89DVGMAJKSG46W3DC27PH17YO7DXEF8D7L1AR6FS9F1EF2Y06M2BWGZS33XB5H2NG0GWGXZH2HUOEKLCTGNBG4QYKKX0OF0WDJWSIOQ5OFIGD2XWEGGNDIU056WCMUU7J5NT7TPATBZG96PG8XB39C7QE6XEDKXKMN6JGAWWDU9G96ZL5WZEX3EXJ8RCDLI9OYFCIFE2YAJB16J9HIVYIB' where id=87; -update noar ti set v2='T384QCH1DSJS1RRGH05VTWE6V6AL8UHQ2WNF6H9DFPM89DVGMAJKSG46W3DC27PH17YO7DXEF8D7L1AR6FS9F1EF2Y06M2BWGZS33XB5H2NG0GWGXZH2HUOEKLCTGNBG4QYKKX0OF0WDJWSIOQ5OFIGD2XWEGGNDIU056WCMUU7J5NT7TPATBZG96PG8XB39C7QE6XEDKXKMN6JGAWWDU9G96ZL5WZEX3EXJ8RCDLI9OYFCIFE2YAJB16J9HIVYIB' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='34R1ZKMFJ8SX79GP3IALW65FZOXKUI1KQ2OL23AJJN0W2ND1OO55MKGL4T2FSQHI52QNX5YE79DU2F7LJX8RBS2OF6QYKG9JI59HVQOZEIDQKWMS7EVYJDWONOI7DJ20TNQK3BA1BLFUY45WHTJQ2BTIYSDZ168G0BSZJ4MFMNR5M8DQZJTW23HYCRKS76FWBRYZ0CAYQ9L8S6ZAWG1K0MYE1YHDFYF3YBCMIRCEVNMGBGZRM3ZU4G880PXYYW30V' where id=87; -update noar ti set v3='34R1ZKMFJ8SX79GP3IALW65FZOXKUI1KQ2OL23AJJN0W2ND1OO55MKGL4T2FSQHI52QNX5YE79DU2F7LJX8RBS2OF6QYKG9JI59HVQOZEIDQKWMS7EVYJDWONOI7DJ20TNQK3BA1BLFUY45WHTJQ2BTIYSDZ168G0BSZJ4MFMNR5M8DQZJTW23HYCRKS76FWBRYZ0CAYQ9L8S6ZAWG1K0MYE1YHDFYF3YBCMIRCEVNMGBGZRM3ZU4G880PXYYW30V' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DNVW1TBYCZQ3SL3XBDAH2PBKT2GT9HVF11P4N18WNEXIHO2OUCPQTI9D1Z2TKACRVOD8OMFK2PSIYA0D15YG29PNDPX1BJ9H7C447JQB0IYFUE9GJGGAYVUDDMTV75J5R1N3SXK69GTG07N4ESJ2YOSP5F69XKSJ3FBMF5D9NTU3HHDWIMEYIL17X0WSHYJFV3YXWOCWSF3E44MJ310M5EG4YHB86C3O92HS8LP6Z8IC9KOLSOA8QC5JPUSSGOPNH' where id=88; -update noar ti set v0='DNVW1TBYCZQ3SL3XBDAH2PBKT2GT9HVF11P4N18WNEXIHO2OUCPQTI9D1Z2TKACRVOD8OMFK2PSIYA0D15YG29PNDPX1BJ9H7C447JQB0IYFUE9GJGGAYVUDDMTV75J5R1N3SXK69GTG07N4ESJ2YOSP5F69XKSJ3FBMF5D9NTU3HHDWIMEYIL17X0WSHYJFV3YXWOCWSF3E44MJ310M5EG4YHB86C3O92HS8LP6Z8IC9KOLSOA8QC5JPUSSGOPNH' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GW13J18GQ36UC12VUK84ZG4YWTO84BNLSZYIODIQLK3F8JFJCPCQW5ZRZWZOA5Q1T0DBVGRZWHXSN5RZR02WGMGAVX6LCGNKMD1CKJVSKWBVVTZU1G984S44DWNN75D9EVQ5ZR3SCQK65270ZR7G83I3KOWQH0SJV18IKOA2CYDH7CTFO743W6O9W5A2H40DEUPVGB53VQ2D6YZQBS8S82P4G06VSANHDUXF0L5T9PJPB4TBM2TNJR1W6FWSSXZAT' where id=88; -update noar ti set v1='GW13J18GQ36UC12VUK84ZG4YWTO84BNLSZYIODIQLK3F8JFJCPCQW5ZRZWZOA5Q1T0DBVGRZWHXSN5RZR02WGMGAVX6LCGNKMD1CKJVSKWBVVTZU1G984S44DWNN75D9EVQ5ZR3SCQK65270ZR7G83I3KOWQH0SJV18IKOA2CYDH7CTFO743W6O9W5A2H40DEUPVGB53VQ2D6YZQBS8S82P4G06VSANHDUXF0L5T9PJPB4TBM2TNJR1W6FWSSXZAT' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SLLOG6Y0TRHMWJPJGW0L2FDLS2Q3G34KHNE8J449EDWWZ47C8S11YRHBX596S9ICBURRQWMRL7ATMNMYYXB0BH285X9X1668IW1O57SU4F0SH3S54SHDXWNPXEUGKQD3B77KJ0Y959U0J5R3OP0KSARQLN992RNYPEB0KFLF1ES11TO8CWB8N2GDMDYU2PXR950GFSBVDDC7JDBXEUK6E8OK18TZE45NPERBGE01LJZ9DBUF8X7DSTCF8800SJSK8' where id=88; -update noar ti set v2='SLLOG6Y0TRHMWJPJGW0L2FDLS2Q3G34KHNE8J449EDWWZ47C8S11YRHBX596S9ICBURRQWMRL7ATMNMYYXB0BH285X9X1668IW1O57SU4F0SH3S54SHDXWNPXEUGKQD3B77KJ0Y959U0J5R3OP0KSARQLN992RNYPEB0KFLF1ES11TO8CWB8N2GDMDYU2PXR950GFSBVDDC7JDBXEUK6E8OK18TZE45NPERBGE01LJZ9DBUF8X7DSTCF8800SJSK8' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8GBW401CC5Z6KC7IE4JOA48GDBLMJ9PY5HU3YD5DODCXQRSR2D58UQDFT7YLOS68YYPS3SCL3PORB5J194DJ9APTD8QWHU4KUOY9WRG200VZSXILE5TVKGCFOVYAOSTV7EP33L0XGR5BHMI0K80Y6UP7Q008MBWJHB7V0N10YIKAKABAO2S9O15VNOQYIZ599FUOG7EF0PCYLBMRPAZAR2CKQJXNU79QJA5XVN14KR5RP6GWN0G65BUEMR0BLKZHA' where id=88; -update noar ti set v3='8GBW401CC5Z6KC7IE4JOA48GDBLMJ9PY5HU3YD5DODCXQRSR2D58UQDFT7YLOS68YYPS3SCL3PORB5J194DJ9APTD8QWHU4KUOY9WRG200VZSXILE5TVKGCFOVYAOSTV7EP33L0XGR5BHMI0K80Y6UP7Q008MBWJHB7V0N10YIKAKABAO2S9O15VNOQYIZ599FUOG7EF0PCYLBMRPAZAR2CKQJXNU79QJA5XVN14KR5RP6GWN0G65BUEMR0BLKZHA' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FCRMBUNPXV0ZIOJJMOMTNE1QMTOUTP1AOPLK6LI5LU30190RB7KTZI19K51G3YRETK884VCNCO9QVLZZY5PUPE477R97K0RKIQL1QPDYIQPZCT6QRPOFGY4SQQLC1V8CQBKHVXJLMWUGGKMP8G7X92SISFO1CU8FZHFL015OV934K0KY7EZIE2NLES3JJX6CRLRAR9MGQPQLZYRZFG9H112GLGEANKI3U91MSJ2GKYSQ1NHODGODALC7E32AMKTZ1' where id=89; -update noar ti set v0='FCRMBUNPXV0ZIOJJMOMTNE1QMTOUTP1AOPLK6LI5LU30190RB7KTZI19K51G3YRETK884VCNCO9QVLZZY5PUPE477R97K0RKIQL1QPDYIQPZCT6QRPOFGY4SQQLC1V8CQBKHVXJLMWUGGKMP8G7X92SISFO1CU8FZHFL015OV934K0KY7EZIE2NLES3JJX6CRLRAR9MGQPQLZYRZFG9H112GLGEANKI3U91MSJ2GKYSQ1NHODGODALC7E32AMKTZ1' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6EQU2GAN65WL56K1TYSN7AFNU8K57HVH69I0Y3QT3GQH45WKSIP2BO09XH3WC5LTY1C4TAZME92F6VEM89INT48S3QGD6T2UT38XMYNPBI024UNZO36CS3ICGQY6TK9QZ285KD1908YPDDI1PIFN9OINOCU6UR021EGCXFOE0KD7FF4BWG6K9UMTRV47AL2B7SWZNQ8UYQ3NKOOEFPMDX08IFCXADPTY72O3CERKLI4KK6N9QL8VYLHUSJ6W27X0C' where id=89; -update noar ti set v1='6EQU2GAN65WL56K1TYSN7AFNU8K57HVH69I0Y3QT3GQH45WKSIP2BO09XH3WC5LTY1C4TAZME92F6VEM89INT48S3QGD6T2UT38XMYNPBI024UNZO36CS3ICGQY6TK9QZ285KD1908YPDDI1PIFN9OINOCU6UR021EGCXFOE0KD7FF4BWG6K9UMTRV47AL2B7SWZNQ8UYQ3NKOOEFPMDX08IFCXADPTY72O3CERKLI4KK6N9QL8VYLHUSJ6W27X0C' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8HX17TDB7IF28USMJSYVWPAA9AZPVRPKXJDV85TFUCDIEOYZJE40S4X4UMZGJEHGJEOO4A332NTFXGGCM09JD8Y32UIBGQ21O3097C2COQ3394DK9XLEY5R1RL453GFYTDSJH8BW5FKAQ8HJ3O7M6DHCK10IWF20OES5WNCTR08740BX4HQFIVYG3U6UAP6BMMTXAA7LPC6ODPJM22RZNEJ8BUX06QWISLQIXBDUEZIXNDXD3N5MLY1EYXPP3WJSO' where id=89; -update noar ti set v2='8HX17TDB7IF28USMJSYVWPAA9AZPVRPKXJDV85TFUCDIEOYZJE40S4X4UMZGJEHGJEOO4A332NTFXGGCM09JD8Y32UIBGQ21O3097C2COQ3394DK9XLEY5R1RL453GFYTDSJH8BW5FKAQ8HJ3O7M6DHCK10IWF20OES5WNCTR08740BX4HQFIVYG3U6UAP6BMMTXAA7LPC6ODPJM22RZNEJ8BUX06QWISLQIXBDUEZIXNDXD3N5MLY1EYXPP3WJSO' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CBRMEQSGVPKJX84L68LRNFB0JZJPHNF5LK23C8AEWQVCQZK5HZEVLRMIDN30PYWM2WACK8ACXR35ESB7CGJ5TLS6V4U237T9EYG9IAXDR457QY9NAK7MTE9ZJDCGMV4YPDSH6R76KAEV9O49FH07VW70BDYVRMQS98H7RKMXYOGK4RG3QEN4Z3JB84WEF7JQ9JZG4VAH2KQ895HHU1851NOS6B7KAAPGLWJCI6R5YG1PIHXT8AVW8RGNO9V7BVIYK' where id=89; -update noar ti set v3='CBRMEQSGVPKJX84L68LRNFB0JZJPHNF5LK23C8AEWQVCQZK5HZEVLRMIDN30PYWM2WACK8ACXR35ESB7CGJ5TLS6V4U237T9EYG9IAXDR457QY9NAK7MTE9ZJDCGMV4YPDSH6R76KAEV9O49FH07VW70BDYVRMQS98H7RKMXYOGK4RG3QEN4Z3JB84WEF7JQ9JZG4VAH2KQ895HHU1851NOS6B7KAAPGLWJCI6R5YG1PIHXT8AVW8RGNO9V7BVIYK' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QNA1QO5V7X15MRHFIWTPM54OOJTILBI5FY0WNWBWVOYJLUHVG8BZJZ6DBDVXEW909DLE8BGIB2VZ47M8NR5B73H6NSQQMUAAZF39SL8UXAQ3BES3JK4F9MJZ09KNF12QFTH4XJLDR1L1XJUTYLBQEMXSA11NYZB0K9BJG32NKIO8OFJQ4E5B9G8B17E25AMDTNL6ZLO0BBTL6HOBGRXFLM3UOP10QT99G5LC5NF8Y6G7CB6TFCT3YOYYANM45YAKT' where id=90; -update noar ti set v0='QNA1QO5V7X15MRHFIWTPM54OOJTILBI5FY0WNWBWVOYJLUHVG8BZJZ6DBDVXEW909DLE8BGIB2VZ47M8NR5B73H6NSQQMUAAZF39SL8UXAQ3BES3JK4F9MJZ09KNF12QFTH4XJLDR1L1XJUTYLBQEMXSA11NYZB0K9BJG32NKIO8OFJQ4E5B9G8B17E25AMDTNL6ZLO0BBTL6HOBGRXFLM3UOP10QT99G5LC5NF8Y6G7CB6TFCT3YOYYANM45YAKT' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1O65WKW4MGFDEV2DBWXLKK49LPHD7VOP0S8XDJYTQKBO7WM00AKDVTT8XT5631B6W1XI2KSAEFY0SX7O3DL3EN17OD574EB2RWYCERM0A9Z1AOW0WZBC2AODEXUKZG11IQHJG4IYDUP89GEFWKEDWRADKOA9XHMV37JTFS0V6461KNPFFIJOIXP8QM341KJ0QOVA80OGYFT1CEBQ08DUR2EN0BSJCGHWA3CKZ3IUGRD1E6VV17QUOMY80FPO67BZP' where id=90; -update noar ti set v1='1O65WKW4MGFDEV2DBWXLKK49LPHD7VOP0S8XDJYTQKBO7WM00AKDVTT8XT5631B6W1XI2KSAEFY0SX7O3DL3EN17OD574EB2RWYCERM0A9Z1AOW0WZBC2AODEXUKZG11IQHJG4IYDUP89GEFWKEDWRADKOA9XHMV37JTFS0V6461KNPFFIJOIXP8QM341KJ0QOVA80OGYFT1CEBQ08DUR2EN0BSJCGHWA3CKZ3IUGRD1E6VV17QUOMY80FPO67BZP' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='65BYX268QR2EMW17UX9AHB021U6H3MPCB9QJXOSO774S92U28DTREPO0VKC6ROIFYJ10TYA6K75TPX2PMZ1YS90ZJM076CZE721GD63RZAKK3W8MKD1Q7AEEQDIEIABRDWTD1SZ7WLE4XT9C9Z93RIIZY95V3IEUB3T2R6JAC3F2D9ND4MM7NNNWK48XYOEI6PH99T3R3ZO31UA2S3A2LJ4CBA4KGB4JNANILIQIV8ID55VUVDEZ4V8YUD7XSJ2U5' where id=90; -update noar ti set v2='65BYX268QR2EMW17UX9AHB021U6H3MPCB9QJXOSO774S92U28DTREPO0VKC6ROIFYJ10TYA6K75TPX2PMZ1YS90ZJM076CZE721GD63RZAKK3W8MKD1Q7AEEQDIEIABRDWTD1SZ7WLE4XT9C9Z93RIIZY95V3IEUB3T2R6JAC3F2D9ND4MM7NNNWK48XYOEI6PH99T3R3ZO31UA2S3A2LJ4CBA4KGB4JNANILIQIV8ID55VUVDEZ4V8YUD7XSJ2U5' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F7WXSO2SLKFA4VR40QPR2YZ37UXZPGOMKSWGDLZCNOUIOQBOLDW5W0ZJPET3F5WLHT7LLZUJ0P4EOHESDFZ06ESFSYS0NHPO0XGS1N0LM5F9BVIKILIPGRNNWF9GFQQ0O6E7QW1CSWWYL0EKR4NI04VWUHM9OJ40YLWCU7WRW8Q35E1KWXT1MYAVCHBOHH01VZQORV1YIQ4IWMJFZC53KETY0OPLGRH3W398VMW02YLY0IQN6CDFSDASH1Q1B1ODI' where id=90; -update noar ti set v3='F7WXSO2SLKFA4VR40QPR2YZ37UXZPGOMKSWGDLZCNOUIOQBOLDW5W0ZJPET3F5WLHT7LLZUJ0P4EOHESDFZ06ESFSYS0NHPO0XGS1N0LM5F9BVIKILIPGRNNWF9GFQQ0O6E7QW1CSWWYL0EKR4NI04VWUHM9OJ40YLWCU7WRW8Q35E1KWXT1MYAVCHBOHH01VZQORV1YIQ4IWMJFZC53KETY0OPLGRH3W398VMW02YLY0IQN6CDFSDASH1Q1B1ODI' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BXN41P3XDML9LI2WGX6SEKTREEUJNC35ESVWNYC7KDI5VYTDS26N06JCUKZVEFEOZZMB6YHN590EZT2OUT11DU61HL2R4BGQSSE16GWP0VOBUGPGL1BEDOTUTM0IMSI40F5A0LAK5LZ7IQLLC79LG4XCRBO5G23SLT6P1KXD1KX61086ME55Z1ODH6T4VIM3IJEKXBB7JEI7UQ0FRHP9YCCBNZ40UUVW982ZVILNCFK1XBXCK5SXJDZB921KRQQMK' where id=91; -update noar ti set v0='BXN41P3XDML9LI2WGX6SEKTREEUJNC35ESVWNYC7KDI5VYTDS26N06JCUKZVEFEOZZMB6YHN590EZT2OUT11DU61HL2R4BGQSSE16GWP0VOBUGPGL1BEDOTUTM0IMSI40F5A0LAK5LZ7IQLLC79LG4XCRBO5G23SLT6P1KXD1KX61086ME55Z1ODH6T4VIM3IJEKXBB7JEI7UQ0FRHP9YCCBNZ40UUVW982ZVILNCFK1XBXCK5SXJDZB921KRQQMK' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0DJTGK5SQ2C28D1BRS9HVJM0M4SZ50LG6X8YOOC5GYAH2PQE6CWM74QNRVW2LBKF0C97R9WAMPNZCB9CM9MRVDOBVBZZE09OPIWOFARJ0SCX6F9EPJBJT7R8MWD17FB9LIPLBXADYPIVX7DKNJFVT4OE54BVLU3WIA35ODGXW2A9ZK6B6G83WS7LLRTCTGY0E3EYGMXL8LPKU5FPAUJO3MQ3LIPUPWPF66XZWFOF25GCRAN0DHTL2QEHG2C53UCY5' where id=91; -update noar ti set v1='0DJTGK5SQ2C28D1BRS9HVJM0M4SZ50LG6X8YOOC5GYAH2PQE6CWM74QNRVW2LBKF0C97R9WAMPNZCB9CM9MRVDOBVBZZE09OPIWOFARJ0SCX6F9EPJBJT7R8MWD17FB9LIPLBXADYPIVX7DKNJFVT4OE54BVLU3WIA35ODGXW2A9ZK6B6G83WS7LLRTCTGY0E3EYGMXL8LPKU5FPAUJO3MQ3LIPUPWPF66XZWFOF25GCRAN0DHTL2QEHG2C53UCY5' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F8I1Y2DS2GMRUL65S8BAZFCRBOWFU5U9X4C5NAD6TE0Z5OP536AWFCQ3HFLSXVIMGKRFWK4JYZWDMA60LP1FBHRXH1ZIW8HNY39U4XQGDNW95XXM6JL6F0TFFPEEIV0RPC8HOCSVPHCLOW5A144F48952XEEFEZ46AFAKHJGU71GVXVWLZ7KFX84HM6ANUSKF2AAQ6OK4Y8IZHFURJX5ZXC8PHOUU6XEKFHBIWDNK70X6HINH8TN4HFHIL6QN5KPI' where id=91; -update noar ti set v2='F8I1Y2DS2GMRUL65S8BAZFCRBOWFU5U9X4C5NAD6TE0Z5OP536AWFCQ3HFLSXVIMGKRFWK4JYZWDMA60LP1FBHRXH1ZIW8HNY39U4XQGDNW95XXM6JL6F0TFFPEEIV0RPC8HOCSVPHCLOW5A144F48952XEEFEZ46AFAKHJGU71GVXVWLZ7KFX84HM6ANUSKF2AAQ6OK4Y8IZHFURJX5ZXC8PHOUU6XEKFHBIWDNK70X6HINH8TN4HFHIL6QN5KPI' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='07LV3REF60SP7BB98CU8BRJBQ25JIZLU3N8I2AZ9FFSGQ30KLL7SAKRXPAFPD8WCOWAA0TYIZZY5AW0FNIPK20O38ZT140QWG1DXMDBT34FIF6U9W0RN2OXGU9MV56PHM2PAG2X3OS5C7I2QEQBK4ORKIRWCEV40KJ14CENPXWKJ1E75LU7OYWHD584HTN537T7H0JDD83PD1Y3OYOO12LZ560PMDZ895PH1SUWELWAEZPO6QU9T6YDEGMKPHKATD' where id=91; -update noar ti set v3='07LV3REF60SP7BB98CU8BRJBQ25JIZLU3N8I2AZ9FFSGQ30KLL7SAKRXPAFPD8WCOWAA0TYIZZY5AW0FNIPK20O38ZT140QWG1DXMDBT34FIF6U9W0RN2OXGU9MV56PHM2PAG2X3OS5C7I2QEQBK4ORKIRWCEV40KJ14CENPXWKJ1E75LU7OYWHD584HTN537T7H0JDD83PD1Y3OYOO12LZ560PMDZ895PH1SUWELWAEZPO6QU9T6YDEGMKPHKATD' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H7VXGSD9HW21CEJZEQ0ZKAQCDS7DHN0W2G4R6SH8QCCB9S6NYXSDD5LV0G3GGT771ODS8M3A4QBBB6I2IOVIUDU66UJME4MH3YBNVXCE40ABPQLHTGYCKHGSTBCT9P48UFW9YDZYK5DBNLELLCASRUQXBQP3GWWWRNHTIHTCKVCXEDEFXNEY9KNMVEC08DH028T8HBFH1T7TF3AN21LC205WX344A9ZKPNRIUI18IG03VBWUUO2NMB2SHH99066IE' where id=92; -update noar ti set v0='H7VXGSD9HW21CEJZEQ0ZKAQCDS7DHN0W2G4R6SH8QCCB9S6NYXSDD5LV0G3GGT771ODS8M3A4QBBB6I2IOVIUDU66UJME4MH3YBNVXCE40ABPQLHTGYCKHGSTBCT9P48UFW9YDZYK5DBNLELLCASRUQXBQP3GWWWRNHTIHTCKVCXEDEFXNEY9KNMVEC08DH028T8HBFH1T7TF3AN21LC205WX344A9ZKPNRIUI18IG03VBWUUO2NMB2SHH99066IE' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2N6GCHM78TBIOTYBHCCFIK5XYNKK9VF149X3QNY6WNKUJR4BYLACQ3W6PRPDPXIAITO1SG245S6U0NII5UDL09PAI00QI0RS2LWLSA7BVNZW8K3OK87SCA4P41F7OJW85FBU4M1EM4JMWUXZULX2UDXKZ3TJDWE6XWAHH0V6SVYHAIA9N1NNDA8HIZ2Y6O6NEFD9CM9LGO7FYQEV12UMR1KD2XZFMLECCQHISM5ILMEGM9FIOMNPUAVD7GSOFPIDC' where id=92; -update noar ti set v1='2N6GCHM78TBIOTYBHCCFIK5XYNKK9VF149X3QNY6WNKUJR4BYLACQ3W6PRPDPXIAITO1SG245S6U0NII5UDL09PAI00QI0RS2LWLSA7BVNZW8K3OK87SCA4P41F7OJW85FBU4M1EM4JMWUXZULX2UDXKZ3TJDWE6XWAHH0V6SVYHAIA9N1NNDA8HIZ2Y6O6NEFD9CM9LGO7FYQEV12UMR1KD2XZFMLECCQHISM5ILMEGM9FIOMNPUAVD7GSOFPIDC' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='G16HEGDGKKWUES48KP5L801HZCUEAXCXJL2BMISXVWNPEHU0JQHJEOSVACMAUBMSQ79WEU2PZ8JX92V0TU9078Y0MQTAD3J1MNOIOPR79PB08RM87H624K39SRQZWA2BITVAJ6NWOOG2RGVMJS4NHOU49YHNRCWCOYGA5YQ2ODWH3C6GJ10Y1G7Q8KDGSEEOLWMHQB3ULOBIANT2L205WTVJ3X1LCQL4DR99KTTFM4GT339FPROE2ED00B781TS3B' where id=92; -update noar ti set v2='G16HEGDGKKWUES48KP5L801HZCUEAXCXJL2BMISXVWNPEHU0JQHJEOSVACMAUBMSQ79WEU2PZ8JX92V0TU9078Y0MQTAD3J1MNOIOPR79PB08RM87H624K39SRQZWA2BITVAJ6NWOOG2RGVMJS4NHOU49YHNRCWCOYGA5YQ2ODWH3C6GJ10Y1G7Q8KDGSEEOLWMHQB3ULOBIANT2L205WTVJ3X1LCQL4DR99KTTFM4GT339FPROE2ED00B781TS3B' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LUISH4SMBA0GU26E7EF5Y20881057BZ283VUJWLUVQP3MCCUT3MPCUAT8A9JRYBBRG089V2NHO6QO69K4XO79JWJ72XKSXZWF79JLPEWIQ0HBJ5TEZ1YWGF8Y94Y1POPFGODNIAXHIEU46OXVBUMJDNRSRRT7BXU9NAAY3RWR904XELIR79XFF8NFTODWO3TSU4ZMS84AKULST7D9TGW6XFVA8HXM2PVAQHGWSHRLTVCS2GX8201YGG9HJJBYIVU2' where id=92; -update noar ti set v3='LUISH4SMBA0GU26E7EF5Y20881057BZ283VUJWLUVQP3MCCUT3MPCUAT8A9JRYBBRG089V2NHO6QO69K4XO79JWJ72XKSXZWF79JLPEWIQ0HBJ5TEZ1YWGF8Y94Y1POPFGODNIAXHIEU46OXVBUMJDNRSRRT7BXU9NAAY3RWR904XELIR79XFF8NFTODWO3TSU4ZMS84AKULST7D9TGW6XFVA8HXM2PVAQHGWSHRLTVCS2GX8201YGG9HJJBYIVU2' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6UM3F9UHKZ2ISW2FI8IPN1UCATLKVC6A1P6VJ39XLK8NZCF2RWCCOBH4VA4BTUR3LLNYTX6MJG5Z1TXIFP2KJQTPC4TJ2DPT67Q2FF6D7UVVMUUYESVEOJNA0TWCJOT8V2K0K575TXS3E1C4G199SXD0HD1MGJ253WZKPWNQLHQPCXRJDRF4AI1BW96Y9GVDKPNDNGNM2YYV8ASQPH78B8E6K5XGAXMMUDHA6CCSZUNDYMEPK8UGJXDUVG945DJUU' where id=93; -update noar ti set v0='6UM3F9UHKZ2ISW2FI8IPN1UCATLKVC6A1P6VJ39XLK8NZCF2RWCCOBH4VA4BTUR3LLNYTX6MJG5Z1TXIFP2KJQTPC4TJ2DPT67Q2FF6D7UVVMUUYESVEOJNA0TWCJOT8V2K0K575TXS3E1C4G199SXD0HD1MGJ253WZKPWNQLHQPCXRJDRF4AI1BW96Y9GVDKPNDNGNM2YYV8ASQPH78B8E6K5XGAXMMUDHA6CCSZUNDYMEPK8UGJXDUVG945DJUU' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YKWISDDQSSG39UNNF5QG83YL6DMBAHKQU8T0PL26YQZOXG9W88HDT3Y8KLT7DTE2L38PYB9WTVFDYTJIBPDHX6XGSXPIWJGTHE9V559KPQ3OE06IRVHHLZRFDO92THBD28WACKKVNZ3X4Y00QSPO346NFI0HOBW624AYXFLVFL884RBAEV0T59MSC0TRBB2EJQAKMDMIUNJB93UY6OXVE0TL98SKMUT7AVYSZ49ONUR9CLJ1MY05AH3QMTBTSCG0A' where id=93; -update noar ti set v1='YKWISDDQSSG39UNNF5QG83YL6DMBAHKQU8T0PL26YQZOXG9W88HDT3Y8KLT7DTE2L38PYB9WTVFDYTJIBPDHX6XGSXPIWJGTHE9V559KPQ3OE06IRVHHLZRFDO92THBD28WACKKVNZ3X4Y00QSPO346NFI0HOBW624AYXFLVFL884RBAEV0T59MSC0TRBB2EJQAKMDMIUNJB93UY6OXVE0TL98SKMUT7AVYSZ49ONUR9CLJ1MY05AH3QMTBTSCG0A' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N6G5M55YHRV5QNDIY7ZFPZIKZ7TFVFI6Z3XKQLIJO2HKLZHCHX9G2CIH36W914OKMBD836RBCIVUJVZWVACMQODIIIWQQ906J52X05BH83DI75YTYPST28HHEP748FPM8OATD5T9F1BR0A62MA4F1OCON588906QQD9NSJFUFUI90BYEWZLYJZ49LVUMSXKQDIGEK303GQS6L4QILZKIC46MW0GNXSH4T8ZCRKMPWUDGFK55RC49BT6UPDVJK0NM8' where id=93; -update noar ti set v2='N6G5M55YHRV5QNDIY7ZFPZIKZ7TFVFI6Z3XKQLIJO2HKLZHCHX9G2CIH36W914OKMBD836RBCIVUJVZWVACMQODIIIWQQ906J52X05BH83DI75YTYPST28HHEP748FPM8OATD5T9F1BR0A62MA4F1OCON588906QQD9NSJFUFUI90BYEWZLYJZ49LVUMSXKQDIGEK303GQS6L4QILZKIC46MW0GNXSH4T8ZCRKMPWUDGFK55RC49BT6UPDVJK0NM8' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='J9S8RYACHQS0ADM472FULUJXP503SSWYBZXY5K5DRPUOLAY1FPK0FT04IL4TFTBTLGX4VAB1EO8ZUC9U0HUABJZOEQO85GPSQ8S4O5P7YK8Q4K7QPV3HZU0IA8J9F88CBG1Y6XXC4VQAZA3CGSFO491GH47YQ8R6Z0F67MPGUAL7Z76IF2E4YBR1E0L018VBICHAF24JQEX03C9A6UHNFW45A0XP9W6GOOTF0CEF5Z6BJBK0VSZG4FIJ2BRCAKAIQ' where id=93; -update noar ti set v3='J9S8RYACHQS0ADM472FULUJXP503SSWYBZXY5K5DRPUOLAY1FPK0FT04IL4TFTBTLGX4VAB1EO8ZUC9U0HUABJZOEQO85GPSQ8S4O5P7YK8Q4K7QPV3HZU0IA8J9F88CBG1Y6XXC4VQAZA3CGSFO491GH47YQ8R6Z0F67MPGUAL7Z76IF2E4YBR1E0L018VBICHAF24JQEX03C9A6UHNFW45A0XP9W6GOOTF0CEF5Z6BJBK0VSZG4FIJ2BRCAKAIQ' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EM1A2R5V41XC5VG64YL53YNWNO51KR6QDFUJ3UKIYHLJUNTBLDO4VOG57KJOTC86GLLWXWN0N72CQ4CZYYKNAYKG8CAGHPW1QIIFJ2F4IBYQO7O7C6LWEM1BJM0W89K55HPPUNB2V119E0LN0QP5ICRCF9YQ239HLOEE3XE8H6W0S63RPOQ6RBTX8H5IWPT4PWX1L9EEDPRB8819EX12GH05AQZLDUZ0Z0IRGOE4XCCRE5KM311EN5Z6W3JCGDKDQ' where id=94; -update noar ti set v0='EM1A2R5V41XC5VG64YL53YNWNO51KR6QDFUJ3UKIYHLJUNTBLDO4VOG57KJOTC86GLLWXWN0N72CQ4CZYYKNAYKG8CAGHPW1QIIFJ2F4IBYQO7O7C6LWEM1BJM0W89K55HPPUNB2V119E0LN0QP5ICRCF9YQ239HLOEE3XE8H6W0S63RPOQ6RBTX8H5IWPT4PWX1L9EEDPRB8819EX12GH05AQZLDUZ0Z0IRGOE4XCCRE5KM311EN5Z6W3JCGDKDQ' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L9285JDY5DEB8H70RKSOD83JCPQUWT53CZRDGNN1R9ZRC35X0TBD4891YTTT2D559HOXMMVK4A6U2NRUXS3HJMQCZLWT7WS8XB45UW60W42PWUPULIFE3G1H5B2DD3FUW9YCS56KF4OBHTXWOD9F93GTOE5185M4IVS9FNTX75UZ1WYDSRR8GE41R1VKLGTV0M8SNLCOJEEZT191YRIA71F1CG4EBDG3ZN1QCZ7O2HSQ35GEKBHTSNWW8FG0QW0MP' where id=94; -update noar ti set v1='L9285JDY5DEB8H70RKSOD83JCPQUWT53CZRDGNN1R9ZRC35X0TBD4891YTTT2D559HOXMMVK4A6U2NRUXS3HJMQCZLWT7WS8XB45UW60W42PWUPULIFE3G1H5B2DD3FUW9YCS56KF4OBHTXWOD9F93GTOE5185M4IVS9FNTX75UZ1WYDSRR8GE41R1VKLGTV0M8SNLCOJEEZT191YRIA71F1CG4EBDG3ZN1QCZ7O2HSQ35GEKBHTSNWW8FG0QW0MP' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F842MVCK5O8AOUPAR46T9N3CEHMQ13UQ8O0IN85DDVFPXA2I8Q5AQPANL8W707TTT43IG61TWRG691QPFNZXPYKH197MVWJYQ57RD4DZ95P6XEQB5KA1P7NON14H5D44WVRSVKYIGVRI28EXMEZKYNEBYH6LX8OIBOJ4YXLO06JZ9K65B7CKO64L7XXAGL6HLES0DOGOLXV5QKA8MUFJHM091ETPZUZ18MN0JLSQ0LFAZNM80CB5ZCBWSJVM4Q4DE' where id=94; -update noar ti set v2='F842MVCK5O8AOUPAR46T9N3CEHMQ13UQ8O0IN85DDVFPXA2I8Q5AQPANL8W707TTT43IG61TWRG691QPFNZXPYKH197MVWJYQ57RD4DZ95P6XEQB5KA1P7NON14H5D44WVRSVKYIGVRI28EXMEZKYNEBYH6LX8OIBOJ4YXLO06JZ9K65B7CKO64L7XXAGL6HLES0DOGOLXV5QKA8MUFJHM091ETPZUZ18MN0JLSQ0LFAZNM80CB5ZCBWSJVM4Q4DE' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QICNQOQ99XPHAVUQG48270CPQ4D75H315M4HZI66FFPUF4PL08FHH58CA6MK8H8Z74ASTHEIUXBS580BYVBEC8MFDH6WH8HOODJUMRQA1JA7GTJ61KAM2CEGHF9VNCNZ90PGJ2A3C3MPUVYDMGKMFAVJ87WXK21WU49KM7PTBMSF7EG60TBO2VRWA2KB9A7E3ZUH9Y53AW0N4JBN19ZCHUM1NRAEIPH0SZKCPO22EH56QDQ3OG1QUPZ63U1M2MJPU' where id=94; -update noar ti set v3='QICNQOQ99XPHAVUQG48270CPQ4D75H315M4HZI66FFPUF4PL08FHH58CA6MK8H8Z74ASTHEIUXBS580BYVBEC8MFDH6WH8HOODJUMRQA1JA7GTJ61KAM2CEGHF9VNCNZ90PGJ2A3C3MPUVYDMGKMFAVJ87WXK21WU49KM7PTBMSF7EG60TBO2VRWA2KB9A7E3ZUH9Y53AW0N4JBN19ZCHUM1NRAEIPH0SZKCPO22EH56QDQ3OG1QUPZ63U1M2MJPU' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9NBLHVQLDNQ58F9OZYQZZTUACHVCAMHNEXEAP7NOQ2T4U0HFQDPZ4BISMVIASTZZ05B23MB87WEBPHD44RKLV7RY6WGRE35U77HEM1I8FF22AE4915ACNLA27ICTZA7OI6H530Z5EU0AMFKGQJXIGYV1JA0IC7O7KINMXDTXYA7G83SPNAQPFB8WN0HN1704DRRFZ1KEW5RB68G9X100OY8SZ9CFN3B10JTCSMD2JJB27U2FO5AEB4TU9XWVK84DM' where id=95; -update noar ti set v0='9NBLHVQLDNQ58F9OZYQZZTUACHVCAMHNEXEAP7NOQ2T4U0HFQDPZ4BISMVIASTZZ05B23MB87WEBPHD44RKLV7RY6WGRE35U77HEM1I8FF22AE4915ACNLA27ICTZA7OI6H530Z5EU0AMFKGQJXIGYV1JA0IC7O7KINMXDTXYA7G83SPNAQPFB8WN0HN1704DRRFZ1KEW5RB68G9X100OY8SZ9CFN3B10JTCSMD2JJB27U2FO5AEB4TU9XWVK84DM' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7L00YVBJPY9IW9O7HBYHE7WBV2FO3JQDPZWU1M4V8XQIPH9DACJL3T4I9I19NSIE0RIPBVD11AH7BI366XHDF3930OHLV3ID9ST0GW1PWMR9EPF9RGCLQ6I9YLID6EGNP3ZT25FK9U4195J0F8TWZH88F3K39AKNV1BY0N6BYC2I55EUW3970MR06I0YL40KAGKZY50S3WFOGAK9ST7FC8WQDRUSO6V7DIPO7612R16NKS46Z30FBWC7G331Z6O70' where id=95; -update noar ti set v1='7L00YVBJPY9IW9O7HBYHE7WBV2FO3JQDPZWU1M4V8XQIPH9DACJL3T4I9I19NSIE0RIPBVD11AH7BI366XHDF3930OHLV3ID9ST0GW1PWMR9EPF9RGCLQ6I9YLID6EGNP3ZT25FK9U4195J0F8TWZH88F3K39AKNV1BY0N6BYC2I55EUW3970MR06I0YL40KAGKZY50S3WFOGAK9ST7FC8WQDRUSO6V7DIPO7612R16NKS46Z30FBWC7G331Z6O70' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OFUU24WX9EHGQZ1N5TXO5UTFNSKI6E4IMUTUVAAWTLEHBDLDRT0AUOGTYHWUD3RSS7XB960DTMJVOJ7TBOP9LMDJL4I70JF64QYLTPDBI9YSQ7V24PF5WYUOB3ZB8Z32NFNO12JHD8CT16LA09E12NMCK1YPETDW2JIHHAI5984I9YY5DX5TKGWRN67G0RZT13HPMEX910PYZ97DRX7GK7Z58Y908MCH9I6C2W7B5TGH6ZLX72K3ZIV7UTZRXRE8V' where id=95; -update noar ti set v2='OFUU24WX9EHGQZ1N5TXO5UTFNSKI6E4IMUTUVAAWTLEHBDLDRT0AUOGTYHWUD3RSS7XB960DTMJVOJ7TBOP9LMDJL4I70JF64QYLTPDBI9YSQ7V24PF5WYUOB3ZB8Z32NFNO12JHD8CT16LA09E12NMCK1YPETDW2JIHHAI5984I9YY5DX5TKGWRN67G0RZT13HPMEX910PYZ97DRX7GK7Z58Y908MCH9I6C2W7B5TGH6ZLX72K3ZIV7UTZRXRE8V' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K2YW1ZKUH39WHDUCHRRODIMWZ2BT8FDBKQJ5F7SJXMJX144OQTDLEWHGXDDWY3RLV5PQGV9LTDFTAKOHP8O9NGUN89HW9R1MANZJGVNX6DBAMZOP4LF66C1OLVDY9EF08Q6JO1O78P4RFM5Z4M0BUUO5EZHM8NSEXGHF76QQSO8UN2IBYFZL6EGEUTFJCR0G360YR4N94YZ5KN03XAJVK9ODQ7JD7ZCTOV9AV9S0DHLHT2O5NH49C74MS9Q7WE06G' where id=95; -update noar ti set v3='K2YW1ZKUH39WHDUCHRRODIMWZ2BT8FDBKQJ5F7SJXMJX144OQTDLEWHGXDDWY3RLV5PQGV9LTDFTAKOHP8O9NGUN89HW9R1MANZJGVNX6DBAMZOP4LF66C1OLVDY9EF08Q6JO1O78P4RFM5Z4M0BUUO5EZHM8NSEXGHF76QQSO8UN2IBYFZL6EGEUTFJCR0G360YR4N94YZ5KN03XAJVK9ODQ7JD7ZCTOV9AV9S0DHLHT2O5NH49C74MS9Q7WE06G' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='23PRE68SZL8CB8MDQ9RCHIWLP7QLE6A89FWVUBVTNDLFM8D1IXJ3NIXPOGLH65FJERVAW9720ALGSBNYL04IB6HPBEOK7B2IAKBKYOZ9QWYM8GCJAAGGVZ9UCJQM978BTHC4LVW40LCCG4KZP6DSMCAUE8SMAGML6JO66FXAUTN5W4S4E1037W59EIL2W3VV56N3VG7DO6TYUTB9UPV4KNLCVU7FUHMMXPES69RWVD2JEJPFU8WWRT4R27PAWGD87' where id=96; -update noar ti set v0='23PRE68SZL8CB8MDQ9RCHIWLP7QLE6A89FWVUBVTNDLFM8D1IXJ3NIXPOGLH65FJERVAW9720ALGSBNYL04IB6HPBEOK7B2IAKBKYOZ9QWYM8GCJAAGGVZ9UCJQM978BTHC4LVW40LCCG4KZP6DSMCAUE8SMAGML6JO66FXAUTN5W4S4E1037W59EIL2W3VV56N3VG7DO6TYUTB9UPV4KNLCVU7FUHMMXPES69RWVD2JEJPFU8WWRT4R27PAWGD87' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2EGQV6UVS25FQ05O6WOOW66G9DX1WHDP90DBIY0YFHJ0M8D3RTZ628VEYMLY69XVMWZVRCJLJX0TKEV2DK20QNNHU694GCRJ7VJM4W527G1K1HYGSXXEDIYB6UA02BR77KITUXYBOEKDKS9OB9DPFEYGAO17PZZKJF2KYBCMO5I82Q8W6PWXQ7CBEKN0QTTTM9W6AF35XXZYORM1EUHQZSRG9RG1VV7YVR3JF4TI4RQL3878114JV8YJIOUF08FHO' where id=96; -update noar ti set v1='2EGQV6UVS25FQ05O6WOOW66G9DX1WHDP90DBIY0YFHJ0M8D3RTZ628VEYMLY69XVMWZVRCJLJX0TKEV2DK20QNNHU694GCRJ7VJM4W527G1K1HYGSXXEDIYB6UA02BR77KITUXYBOEKDKS9OB9DPFEYGAO17PZZKJF2KYBCMO5I82Q8W6PWXQ7CBEKN0QTTTM9W6AF35XXZYORM1EUHQZSRG9RG1VV7YVR3JF4TI4RQL3878114JV8YJIOUF08FHO' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8KCXVTPSXDWRKGYPOGVBWZW8XAZWQEHTAIYIBH6DBRYR61F7MCGMAM91GFM3JXUXNJZ3TA5BUCD4B6ZYYAGYEUZKA0XF8ANXZG2Z0NFDIVJSPLGDI2Z5PI5WW64DQZX0X8EG7B0LEVWVAUNZ0VRE8E5VJMTWTWNLDEA8MX13I2ZP4STC2V362YKHHUO85SSL3GUQELA4KA89FEUODU4Q5WS7GGGAM1YGKIOH0GLWOL11Q6S5Z9G3CGPEJO5Z6RSGY' where id=96; -update noar ti set v2='8KCXVTPSXDWRKGYPOGVBWZW8XAZWQEHTAIYIBH6DBRYR61F7MCGMAM91GFM3JXUXNJZ3TA5BUCD4B6ZYYAGYEUZKA0XF8ANXZG2Z0NFDIVJSPLGDI2Z5PI5WW64DQZX0X8EG7B0LEVWVAUNZ0VRE8E5VJMTWTWNLDEA8MX13I2ZP4STC2V362YKHHUO85SSL3GUQELA4KA89FEUODU4Q5WS7GGGAM1YGKIOH0GLWOL11Q6S5Z9G3CGPEJO5Z6RSGY' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OJ3S0HG0LPIMW4216CVP7Q33BT8Q0P88XPL1447M5YS59R64122ONV1N0EV3RPVKNIWC4NHTO1QL3O42Z6O0T86Q5HY2QG7ZKG5CFIRR289ULWVNBGUJYUZRE2YIHKQ9JPG5LTXRFQIVO3X96KOIW0K56VH3VKVO4MFQVIT5J68U58DHKKO4E6CRSIFU2EKZUQMTID93QCL26G3RYOC4SMDIWNSPV0I3FSV0NH8ZTT5HLHOV08YW63OWG29CI82GB' where id=96; -update noar ti set v3='OJ3S0HG0LPIMW4216CVP7Q33BT8Q0P88XPL1447M5YS59R64122ONV1N0EV3RPVKNIWC4NHTO1QL3O42Z6O0T86Q5HY2QG7ZKG5CFIRR289ULWVNBGUJYUZRE2YIHKQ9JPG5LTXRFQIVO3X96KOIW0K56VH3VKVO4MFQVIT5J68U58DHKKO4E6CRSIFU2EKZUQMTID93QCL26G3RYOC4SMDIWNSPV0I3FSV0NH8ZTT5HLHOV08YW63OWG29CI82GB' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OQ7GNF5TEE5DETEWY4YXA40M4HYDVPFH25YBKSXT21CN2CIHCP6KZU4A0TX4DPGTK6CP8ZE9JONP92LCD0IM3FVZ1HR0YG2XHRZMCBBBDSSVIP144XTQ164BCOYMPGKW4NNO4H0PH90IESD6DZMO71355J1B4E9LKO5K2TY9CMA8X8DH9YANVBZWTW0EC52SZGHN9X8O5NL85T5ITK33Y1GDBMYAZ2ZWQXB88XV0HIKR6QWB6PHAHF26ZEJF2DIXI' where id=97; -update noar ti set v0='OQ7GNF5TEE5DETEWY4YXA40M4HYDVPFH25YBKSXT21CN2CIHCP6KZU4A0TX4DPGTK6CP8ZE9JONP92LCD0IM3FVZ1HR0YG2XHRZMCBBBDSSVIP144XTQ164BCOYMPGKW4NNO4H0PH90IESD6DZMO71355J1B4E9LKO5K2TY9CMA8X8DH9YANVBZWTW0EC52SZGHN9X8O5NL85T5ITK33Y1GDBMYAZ2ZWQXB88XV0HIKR6QWB6PHAHF26ZEJF2DIXI' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SM1L8UU5DQY1A9M8V0Q49K7JKHILKLGOQPCNLMG221GEVGZ07TUPFDAZLZ3EUOGFDGW3RKW2X608IY9AWEGFMKMUGMN9KYW4PVHOS2I136RU53LWWISOJLABZWTAB19P66VODRM4USHX4FFBRFTXNK19SD4A9CIAIFRLTGLMJ958P14ZF1TAOFD6JFO70SB9CN8XTV2H43NW0JJ07T0AG7IGO8QX948W5AHBNNDM4HB8UQ982G9MIWNROM56CKD7F' where id=97; -update noar ti set v1='SM1L8UU5DQY1A9M8V0Q49K7JKHILKLGOQPCNLMG221GEVGZ07TUPFDAZLZ3EUOGFDGW3RKW2X608IY9AWEGFMKMUGMN9KYW4PVHOS2I136RU53LWWISOJLABZWTAB19P66VODRM4USHX4FFBRFTXNK19SD4A9CIAIFRLTGLMJ958P14ZF1TAOFD6JFO70SB9CN8XTV2H43NW0JJ07T0AG7IGO8QX948W5AHBNNDM4HB8UQ982G9MIWNROM56CKD7F' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7TXWVN1C04LBHE1JO7GZ2BNISUMCBQCL1CUIW5AQIIZZSLWSRNF4GZGZAGCQICI1Y9A58ZV59XGTRFEQTXSD66AWD8S0Y80ME0QV1WH4F1ZBZ3SBKKCVPW32CJCYDII3HCFVA2GDUJG670UVLT2BO9V0PD77GP5XIF28DP7NDRMJ53DY1F0ZF09CIJ2VLK71EFJHX0OWEOZ4LZJGG2KLSAD9TMCKBNT08Z4E7XBHG6784M5GF5KIBCYGC29REUUR8' where id=97; -update noar ti set v2='7TXWVN1C04LBHE1JO7GZ2BNISUMCBQCL1CUIW5AQIIZZSLWSRNF4GZGZAGCQICI1Y9A58ZV59XGTRFEQTXSD66AWD8S0Y80ME0QV1WH4F1ZBZ3SBKKCVPW32CJCYDII3HCFVA2GDUJG670UVLT2BO9V0PD77GP5XIF28DP7NDRMJ53DY1F0ZF09CIJ2VLK71EFJHX0OWEOZ4LZJGG2KLSAD9TMCKBNT08Z4E7XBHG6784M5GF5KIBCYGC29REUUR8' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3C5FU7HS2ALTSJ7X424SMIJQ4LMQKMHLJAU37JTMAARV587HDPTEA7J9ONL5G3MFWIC966KWYRXT53XLNKZ7CBLLKNU75VB74INOY7UNUNVWGQHVDGP72PF4ZBIDACTTB1MZX6UIFGI5DCCE6PYKYUHC3DSILGY2DWWMOOELH6JMEA9TZ8O99BXGOZ68IOM6P6TCO0YM5N9E6UWYJO8QEI467AHGHNOY7LKEO3NTLMXKK32OE6809XYLHW37END3L' where id=97; -update noar ti set v3='3C5FU7HS2ALTSJ7X424SMIJQ4LMQKMHLJAU37JTMAARV587HDPTEA7J9ONL5G3MFWIC966KWYRXT53XLNKZ7CBLLKNU75VB74INOY7UNUNVWGQHVDGP72PF4ZBIDACTTB1MZX6UIFGI5DCCE6PYKYUHC3DSILGY2DWWMOOELH6JMEA9TZ8O99BXGOZ68IOM6P6TCO0YM5N9E6UWYJO8QEI467AHGHNOY7LKEO3NTLMXKK32OE6809XYLHW37END3L' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O6TA79MCZWQ2NZNDDC2MSMS9G9OG8AC9WX4RL4DG9KBF0Y16571L2K0E25FA2UJHLK2F3I9TI7OB3H9UTZ4LL9A5SXA24RRUPLTBP4X9QETNJJ6BY52RZIKQHGHQC8BBCK6ZF08CKMPDBIBYND4T7MG569Y52MACO4VJJFFDZD2KE2Y8G6MJKAKMIFB9LMSGPTYAW0BDXRL50EQJUCQBT0U0TDQIONFII9BIBP4NIBPM5TAXIXJYWYQL7IB1S5FU3' where id=98; -update noar ti set v0='O6TA79MCZWQ2NZNDDC2MSMS9G9OG8AC9WX4RL4DG9KBF0Y16571L2K0E25FA2UJHLK2F3I9TI7OB3H9UTZ4LL9A5SXA24RRUPLTBP4X9QETNJJ6BY52RZIKQHGHQC8BBCK6ZF08CKMPDBIBYND4T7MG569Y52MACO4VJJFFDZD2KE2Y8G6MJKAKMIFB9LMSGPTYAW0BDXRL50EQJUCQBT0U0TDQIONFII9BIBP4NIBPM5TAXIXJYWYQL7IB1S5FU3' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UX8STJROHRKWVBKFCNB49AICJCPKRTRU3V29ILHOAOPVKNLFF58GJLIWQZMZH2RXZLOEUKVXFYXSIBY8KEAFNLEIL60VW9Z1ZJ78PU83OVAV8NQ2UE6GCUEGMULEW5X59DBVI1CT1TNPQLOKGY7MUQBEZ758MI54A4QPMC1QQLP7RG9D62G6PAWKJXHYQ3YJEIFLMW0P1AS25I5E9KDD7CGYCOVWNT9A6T60F9I0KOAZ91C1ZZIK5U6VZSURG2M0V' where id=98; -update noar ti set v1='UX8STJROHRKWVBKFCNB49AICJCPKRTRU3V29ILHOAOPVKNLFF58GJLIWQZMZH2RXZLOEUKVXFYXSIBY8KEAFNLEIL60VW9Z1ZJ78PU83OVAV8NQ2UE6GCUEGMULEW5X59DBVI1CT1TNPQLOKGY7MUQBEZ758MI54A4QPMC1QQLP7RG9D62G6PAWKJXHYQ3YJEIFLMW0P1AS25I5E9KDD7CGYCOVWNT9A6T60F9I0KOAZ91C1ZZIK5U6VZSURG2M0V' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MU30X8COOAX3ZGOKXZ4GUWJU5U23LDGFEU2DIGPQX64OADO8NB6G2S0ZA1YUZHK2KUNWZKPB7HKAA6439XWPIUU6POXET1IHSP0O5F5K59AFF00CCA8FIDYLIWFW6XNZHMPCZIHSI5NMZ9ODACTSXM8R6VLF1ZEMLVP45S3874W2IUBY6AUL2CEAEODBAB32JZUE2GZYRATN651OMUQZ8438D0AACQ7VTV3VTZYXHNKQVFDXC24XGSWRPM80HNFYC' where id=98; -update noar ti set v2='MU30X8COOAX3ZGOKXZ4GUWJU5U23LDGFEU2DIGPQX64OADO8NB6G2S0ZA1YUZHK2KUNWZKPB7HKAA6439XWPIUU6POXET1IHSP0O5F5K59AFF00CCA8FIDYLIWFW6XNZHMPCZIHSI5NMZ9ODACTSXM8R6VLF1ZEMLVP45S3874W2IUBY6AUL2CEAEODBAB32JZUE2GZYRATN651OMUQZ8438D0AACQ7VTV3VTZYXHNKQVFDXC24XGSWRPM80HNFYC' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4K0JDOCTLCYRE3DOBQMVV1BD2UQ5O6A9B6NSBGHN2W3B4ALQIAUFXGKHS7JLPSFQ127KQ4I8DEWVIDQTI39H8CU5LYX3S57LGAW2I95BS38MYV1WXNHZRM48SI85GLKS59P6DRFPN6MMYV497E4QPL4ORRWH9X15IUZMH3QLL7NZQERWN4FYUDKAWJ97KFB0L1PO1CA2J65Y481QZ5OWVD6D7HF8Q7DMAY2H1G858459YHUUXSOVP3A1RUOUFGRE2' where id=98; -update noar ti set v3='4K0JDOCTLCYRE3DOBQMVV1BD2UQ5O6A9B6NSBGHN2W3B4ALQIAUFXGKHS7JLPSFQ127KQ4I8DEWVIDQTI39H8CU5LYX3S57LGAW2I95BS38MYV1WXNHZRM48SI85GLKS59P6DRFPN6MMYV497E4QPL4ORRWH9X15IUZMH3QLL7NZQERWN4FYUDKAWJ97KFB0L1PO1CA2J65Y481QZ5OWVD6D7HF8Q7DMAY2H1G858459YHUUXSOVP3A1RUOUFGRE2' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1HD4FEZ6O89K9SIA7520LA3A2LHVNAC0013Y6QULNI84IN83Z6UTD5Z3MA9WVPRBAYOLO05B5ER1VH7B7KRHINK38SENRAZ67D4LCUVUID33WLDD5NEIISBD2ZO21IHWAVYOFAG9Q3LVCKM82NBKO9GTT4SUKPQ3QZBVVLRJRWIW8TLSCHBU8MREUH664MVIT6AFS8TQJN820UDKZYKAT8234995NJG9ZFT7TYJW8NAMP2G7JYN0A2G1ONIQQYDQD' where id=99; -update noar ti set v0='1HD4FEZ6O89K9SIA7520LA3A2LHVNAC0013Y6QULNI84IN83Z6UTD5Z3MA9WVPRBAYOLO05B5ER1VH7B7KRHINK38SENRAZ67D4LCUVUID33WLDD5NEIISBD2ZO21IHWAVYOFAG9Q3LVCKM82NBKO9GTT4SUKPQ3QZBVVLRJRWIW8TLSCHBU8MREUH664MVIT6AFS8TQJN820UDKZYKAT8234995NJG9ZFT7TYJW8NAMP2G7JYN0A2G1ONIQQYDQD' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GAE02TPZQYSWK1XC8AMMVY3AYJI2B40BLR9TZB1NAUBYHS2OD5ITZTRCBAS90YT6Y9H88PC3KZ0JG9RAV7HVFXMTEEQQOMARKNDPJB0GWK3ZWOY7UH2WVDJEQYU0BGLBCAYAUECYL1SUNSUECC5IRZL91O992Z5H308CMI56PTN76ZV1E99JM0M6YL5OKKZ4Q1SEXKNCAWAO5JP1CBKBU9CXMWT2HWHPHCXK3F4251JO1CSNYC3NO2N4L0G4E1JO0' where id=99; -update noar ti set v1='GAE02TPZQYSWK1XC8AMMVY3AYJI2B40BLR9TZB1NAUBYHS2OD5ITZTRCBAS90YT6Y9H88PC3KZ0JG9RAV7HVFXMTEEQQOMARKNDPJB0GWK3ZWOY7UH2WVDJEQYU0BGLBCAYAUECYL1SUNSUECC5IRZL91O992Z5H308CMI56PTN76ZV1E99JM0M6YL5OKKZ4Q1SEXKNCAWAO5JP1CBKBU9CXMWT2HWHPHCXK3F4251JO1CSNYC3NO2N4L0G4E1JO0' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CY0A4E4NBQ2ZS4CMBES53QSW0MQ1BWH8AZO9YV2OXIEZ5HOVMUAPMLMDRFR2CT0SKJMJ6SJN91NCFHUNGLE5MMMDMEGDJUX80PMIJH3XD5YADPPEE5QYLH9DOD2WX5KZ8344G1Q3YHNQHXJG3HRPJ0B5FAOYVVAD1FLSK7AYGJ1FYG7ZZB2OY94EKCKO916RHX4CRH52EH5YBR9V723Y8CN0K4TK7Z19SP2KHOH8YGK4SZ79CYSMRWONKS9ZQ8XD7' where id=99; -update noar ti set v2='CY0A4E4NBQ2ZS4CMBES53QSW0MQ1BWH8AZO9YV2OXIEZ5HOVMUAPMLMDRFR2CT0SKJMJ6SJN91NCFHUNGLE5MMMDMEGDJUX80PMIJH3XD5YADPPEE5QYLH9DOD2WX5KZ8344G1Q3YHNQHXJG3HRPJ0B5FAOYVVAD1FLSK7AYGJ1FYG7ZZB2OY94EKCKO916RHX4CRH52EH5YBR9V723Y8CN0K4TK7Z19SP2KHOH8YGK4SZ79CYSMRWONKS9ZQ8XD7' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DHMZ20B176AOGQAT1TJTAN6DSKYW7Y2C529037IC0ISEW2D6MV6JUKXSMA2IS577MR8IJ0G5ZZS7TYELKW3CFLH969W8IVFR2B9VZ3IYNSK8R4BOSJZGN2SK5MEKCYDVCQRXOTAJCYKO8TMI88VDCNJBH5EDC3AKYUMQEYM1I2YTYBCF1HO6R5JHYR4T8IM5ICZ8AN7DM19LY6F0E9I0Y9WCLJ57R216J7DY1VBNOV8S9SCRDNEGN85W7K8JMI83F' where id=99; -update noar ti set v3='DHMZ20B176AOGQAT1TJTAN6DSKYW7Y2C529037IC0ISEW2D6MV6JUKXSMA2IS577MR8IJ0G5ZZS7TYELKW3CFLH969W8IVFR2B9VZ3IYNSK8R4BOSJZGN2SK5MEKCYDVCQRXOTAJCYKO8TMI88VDCNJBH5EDC3AKYUMQEYM1I2YTYBCF1HO6R5JHYR4T8IM5ICZ8AN7DM19LY6F0E9I0Y9WCLJ57R216J7DY1VBNOV8S9SCRDNEGN85W7K8JMI83F' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varchar(256) not null, -v1 varchar(256) not null, -v2 varchar(256) not null, -v3 varchar(256) not null, -b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='F1A4JJ8LKGDMODWDFFQJT0QRKHWDIGKFJ9QPFOTEY6X8EG2IXY805D96ARABV5HW92N6F2J6RXIVPV6TOFTYP9BSVQRNMPMBKAEFJT5RZDNGLZDVP0DDZ6U6SONSC27TKAQRTEN9A0TQ6RP0HEWN3NFXUKVEM37CXEEHU0H3BLJARM7CSB31RTWDE3WHYEKYR905WCQQ9AXC1ZKAR59IYGQVFX164TW10BEL3JJVJBECFZ91SJXZSRPE7H4ZAXUB7' where id=2; -update noar ti set v0='F1A4JJ8LKGDMODWDFFQJT0QRKHWDIGKFJ9QPFOTEY6X8EG2IXY805D96ARABV5HW92N6F2J6RXIVPV6TOFTYP9BSVQRNMPMBKAEFJT5RZDNGLZDVP0DDZ6U6SONSC27TKAQRTEN9A0TQ6RP0HEWN3NFXUKVEM37CXEEHU0H3BLJARM7CSB31RTWDE3WHYEKYR905WCQQ9AXC1ZKAR59IYGQVFX164TW10BEL3JJVJBECFZ91SJXZSRPE7H4ZAXUB7' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='90OGLWTNU84GEJCCGT0MXPY6WK7YULXN59QPRN31RC0KS3PC81SGK7NPNFAW528FTJXQDIONDTWJM5RYXC125KPMLQU6FK689HD6E0UJOAF0YYNMJMKU3N6LCK4NTRSZI2QFMHXS86ZR1PIDCXTCJNKH29UW1NCAOE4Y44RQC0X37IV2ZM0XL8CCK4BNTYYXI5OGAMNI25OHMHHY4J5O6MMFDXCEUK3749JH4EY0MU0MWDEC487H6RZUPJ0SN1L7O' where id=2; -update noar ti set v1='90OGLWTNU84GEJCCGT0MXPY6WK7YULXN59QPRN31RC0KS3PC81SGK7NPNFAW528FTJXQDIONDTWJM5RYXC125KPMLQU6FK689HD6E0UJOAF0YYNMJMKU3N6LCK4NTRSZI2QFMHXS86ZR1PIDCXTCJNKH29UW1NCAOE4Y44RQC0X37IV2ZM0XL8CCK4BNTYYXI5OGAMNI25OHMHHY4J5O6MMFDXCEUK3749JH4EY0MU0MWDEC487H6RZUPJ0SN1L7O' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5QCB9PASK9MVP5B5UZHYJJF2CUGL803ZRY9BMKOC2Z6074AMFMFYZ758J4NBTNMS07L16M2UDJ2KUKE03I8ISC9KW2PN4EW2HH6YNEGYIZJI73BAZQNKAJ0ERLCO119WHIN8GIYMAGKSLC52DNN9WXHU4CVYCRGLITNNC1T5A4WCUMLIG49R2TRGW5L647J8SF405L3E38VLA9YRWXOKUGBKFORY75ZOESKWWFID7ULC9PG4YD3EDH5VILUW5DBY5' where id=2; -update noar ti set v2='5QCB9PASK9MVP5B5UZHYJJF2CUGL803ZRY9BMKOC2Z6074AMFMFYZ758J4NBTNMS07L16M2UDJ2KUKE03I8ISC9KW2PN4EW2HH6YNEGYIZJI73BAZQNKAJ0ERLCO119WHIN8GIYMAGKSLC52DNN9WXHU4CVYCRGLITNNC1T5A4WCUMLIG49R2TRGW5L647J8SF405L3E38VLA9YRWXOKUGBKFORY75ZOESKWWFID7ULC9PG4YD3EDH5VILUW5DBY5' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G69FMB3WF75OUZG57JPZY6H56YU6BBB6A0YE534H89CVJEIHJVP45LE50A08D4JFJ05ZK6XTH1BTZ5T55F1LPQC1G3B50YUYA6364QMI7PWQ61MPUW33DPAMTAWR0GUULCC14SMC5DXNGVI3PBEFUBQ3HSO5CX8X76IGWPWGZ032S5QQATI7YZ34TV1URJHLZKKT4EI45Q49KGT7DCWT75WRNO8TZRNVWQKU06A2R49IX3AGU9DBSUMXPNPMKE3NZ' where id=2; -update noar ti set v3='G69FMB3WF75OUZG57JPZY6H56YU6BBB6A0YE534H89CVJEIHJVP45LE50A08D4JFJ05ZK6XTH1BTZ5T55F1LPQC1G3B50YUYA6364QMI7PWQ61MPUW33DPAMTAWR0GUULCC14SMC5DXNGVI3PBEFUBQ3HSO5CX8X76IGWPWGZ032S5QQATI7YZ34TV1URJHLZKKT4EI45Q49KGT7DCWT75WRNO8TZRNVWQKU06A2R49IX3AGU9DBSUMXPNPMKE3NZ' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ALSZON21LN9TENN7FXZSZQPS5LI1YZTQYEIXWKXW77MJLIBZZ86SE51YD8JAG9OCZ9G8EH9IL73XNVNRWGCFOLAWA6C8TNIMBZWC8NXU7KXSXHGQH1LY865H4FOFCIKLSCSJK02SK4FPXEYN7UNRZWPQEEFXO2MS2IIQ7YX6KP2DU31F9YJSVKJS3MD56VVI3N4GN5Z2RKTBBMUHEKJYMVKPHW4BTWYAS1SNWYBUMGVXCZZIUYCUQ6W316H73QV4D' where id=3; -update noar ti set v0='ALSZON21LN9TENN7FXZSZQPS5LI1YZTQYEIXWKXW77MJLIBZZ86SE51YD8JAG9OCZ9G8EH9IL73XNVNRWGCFOLAWA6C8TNIMBZWC8NXU7KXSXHGQH1LY865H4FOFCIKLSCSJK02SK4FPXEYN7UNRZWPQEEFXO2MS2IIQ7YX6KP2DU31F9YJSVKJS3MD56VVI3N4GN5Z2RKTBBMUHEKJYMVKPHW4BTWYAS1SNWYBUMGVXCZZIUYCUQ6W316H73QV4D' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6DAK7KZC3URTIR620Z1YNDZBDKOTZICKZNAQV44QE9WXPR1Q3ZC5PRBE1KIA2HFMHPAXR0LSEMZVJRZ5YJOFCGEC9BX5NS15YDQ5GZ78VIIFLQLF00WP7H6ZV9A256FVVNFI79ZJ9ZOGP3XXFIVUTJXO7AIYH9JMTA9AFLB6PWNGPY0HD45BJCRNATAW799B48PFEC7JT4YHZ4DSBV392QMYC2YC7L5Z1LYK59G5E2IDQQIQ8L6IKNCV60P3OMNZL' where id=3; -update noar ti set v1='6DAK7KZC3URTIR620Z1YNDZBDKOTZICKZNAQV44QE9WXPR1Q3ZC5PRBE1KIA2HFMHPAXR0LSEMZVJRZ5YJOFCGEC9BX5NS15YDQ5GZ78VIIFLQLF00WP7H6ZV9A256FVVNFI79ZJ9ZOGP3XXFIVUTJXO7AIYH9JMTA9AFLB6PWNGPY0HD45BJCRNATAW799B48PFEC7JT4YHZ4DSBV392QMYC2YC7L5Z1LYK59G5E2IDQQIQ8L6IKNCV60P3OMNZL' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3FJ9WJEKSA70H1TUF49LYQO14FOTKJADPQD7CNQUV2HFL8MASEID8PQQTB3H8ZZQSS6ORMJ9O4H6BV161LW3DS3PYCEMWYMDEPPCLDZEJHP0SDSLZATKY3AB299AFWM6ZU8Q8Y2KVII35SGLJSA0CRY6MXMD1YWOK0WH5ZMVA7QSRCKQLJ8QE77Z7EFMI2VW1JQE5M8RD525PEQ4MXZXJNRZGUPGYV3JYC00K24RJ28Z0QL6GUYOSW55IH3MRBO9H' where id=3; -update noar ti set v2='3FJ9WJEKSA70H1TUF49LYQO14FOTKJADPQD7CNQUV2HFL8MASEID8PQQTB3H8ZZQSS6ORMJ9O4H6BV161LW3DS3PYCEMWYMDEPPCLDZEJHP0SDSLZATKY3AB299AFWM6ZU8Q8Y2KVII35SGLJSA0CRY6MXMD1YWOK0WH5ZMVA7QSRCKQLJ8QE77Z7EFMI2VW1JQE5M8RD525PEQ4MXZXJNRZGUPGYV3JYC00K24RJ28Z0QL6GUYOSW55IH3MRBO9H' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LMLAZ2Y3778S6GP3PKFGMJ965OE7DACKJZB8WUUXUD0KO2SX49KZOBYNRKMC3FSONUR4YDEQ44M3SHKVZV69MWL1FHCROQE8KC76XOMPMNDRKG1VEMUQLN16I7Z09GF20FVSYM1LRL235W0F7ABYPWN3HX9T8RO56JV6W5M2WY97MLTYKBNF2M3DNVQTXM0I2095CK4YYSQ3UWJZ5DWA2W7IZ5ZUVIXBC5TZF41XD3BK5EQ50KCQKVPPZWHPDWTDX' where id=3; -update noar ti set v3='LMLAZ2Y3778S6GP3PKFGMJ965OE7DACKJZB8WUUXUD0KO2SX49KZOBYNRKMC3FSONUR4YDEQ44M3SHKVZV69MWL1FHCROQE8KC76XOMPMNDRKG1VEMUQLN16I7Z09GF20FVSYM1LRL235W0F7ABYPWN3HX9T8RO56JV6W5M2WY97MLTYKBNF2M3DNVQTXM0I2095CK4YYSQ3UWJZ5DWA2W7IZ5ZUVIXBC5TZF41XD3BK5EQ50KCQKVPPZWHPDWTDX' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3TXRH3RKN5QX9QH6UTXAX90FO1KT5E6RQ5YQ0Z0M029DD17ED4UITV9WBSJVJARID1XOP0BGGP4N1TN8RNXX9611YP5ZO9RBEAEHLONS7G3C5XHDYBIBW5H8K0EHP8IV4HJFRE9C4IPVY76K7XTKXK80ZOUNEC58KXPCZ0F4B8FI3O9MSYFDDY2ZRSB9XUWEC3ZMJ75OW8IJLYY6KL8KAT96PE0BMAD7F1FG6PDN9QRYNVO6EAG0QXTTT6XLEE8KA' where id=4; -update noar ti set v0='3TXRH3RKN5QX9QH6UTXAX90FO1KT5E6RQ5YQ0Z0M029DD17ED4UITV9WBSJVJARID1XOP0BGGP4N1TN8RNXX9611YP5ZO9RBEAEHLONS7G3C5XHDYBIBW5H8K0EHP8IV4HJFRE9C4IPVY76K7XTKXK80ZOUNEC58KXPCZ0F4B8FI3O9MSYFDDY2ZRSB9XUWEC3ZMJ75OW8IJLYY6KL8KAT96PE0BMAD7F1FG6PDN9QRYNVO6EAG0QXTTT6XLEE8KA' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V5NGOE1M02EFOTRJ4TDHKEXACA9T6RCFIHMTESJ3AGB3A8OSOBBI38NIIRS1RWGB88JROKZ5AJ2DOQGRQXTW9YRHY1KMVLJVG9LAYXC5LYF8QYAM4QLX90X7EQB13MNKBF5D6GKXJQNK7QR6XO9O42EE4V5V1J4DC9Q2PFAGP64G70085257H1ZOWIKEJ5QZ7M1IK0CQOS9BLBX8ZYWWG541YM5CFTZVIIXJ6CBR89ZHHE0G98C9MGYS9O9A34NP0' where id=4; -update noar ti set v1='V5NGOE1M02EFOTRJ4TDHKEXACA9T6RCFIHMTESJ3AGB3A8OSOBBI38NIIRS1RWGB88JROKZ5AJ2DOQGRQXTW9YRHY1KMVLJVG9LAYXC5LYF8QYAM4QLX90X7EQB13MNKBF5D6GKXJQNK7QR6XO9O42EE4V5V1J4DC9Q2PFAGP64G70085257H1ZOWIKEJ5QZ7M1IK0CQOS9BLBX8ZYWWG541YM5CFTZVIIXJ6CBR89ZHHE0G98C9MGYS9O9A34NP0' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8D07CWZF6LFP35FZRMBY4XSCS2T8VRU35DJHOOZB623NA0BDWJH0GV5ZXBB6C5MO4WOYMYDIP7MORXEHT0RKK9FJ98TA5X47CSZ89WTS5H3SYBNKX2O18L2QXS7NPKDC4G63XL5UL13OQIB5UBC17GH8UTNFPXU9T90OE5EM9GOQTRA5Q24NKFZLYL37R5WT54BJZ0U0RBR3SPDO3JRSJRC35LPHFU7YU8K1Q7MHXE38I59EDNUCS7CA6YMR6M2EF' where id=4; -update noar ti set v2='8D07CWZF6LFP35FZRMBY4XSCS2T8VRU35DJHOOZB623NA0BDWJH0GV5ZXBB6C5MO4WOYMYDIP7MORXEHT0RKK9FJ98TA5X47CSZ89WTS5H3SYBNKX2O18L2QXS7NPKDC4G63XL5UL13OQIB5UBC17GH8UTNFPXU9T90OE5EM9GOQTRA5Q24NKFZLYL37R5WT54BJZ0U0RBR3SPDO3JRSJRC35LPHFU7YU8K1Q7MHXE38I59EDNUCS7CA6YMR6M2EF' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZKGAA6FDKPFY3SJ5QD9IR1QZNQSRN6OOT0X2PT938OREUVK36H0SMWU43RA5FRPFUXFMKMJV11ZON7PMOVOL2TIIL0O6P0CANLMZMYXNVQ3WZ7GL1CJE7872AGOZR43GI46JDAT9UHTZOULOWB7QS63H3ZABOUTLI38Z1TO091DA0KY0HOT37XJIMA63S6LLQ0JSMJU7D5SW5RWRZLGWRDMIBHS5I3V8KW6MJ44AURJKHSGC5L4SUHLUZTUJ0HYRP' where id=4; -update noar ti set v3='ZKGAA6FDKPFY3SJ5QD9IR1QZNQSRN6OOT0X2PT938OREUVK36H0SMWU43RA5FRPFUXFMKMJV11ZON7PMOVOL2TIIL0O6P0CANLMZMYXNVQ3WZ7GL1CJE7872AGOZR43GI46JDAT9UHTZOULOWB7QS63H3ZABOUTLI38Z1TO091DA0KY0HOT37XJIMA63S6LLQ0JSMJU7D5SW5RWRZLGWRDMIBHS5I3V8KW6MJ44AURJKHSGC5L4SUHLUZTUJ0HYRP' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UZTRANH93975WQMILZ2MUN6R4MZQ73UGRQYWDHD088I2ORRH7UC6ZEIRN6G0PUASQNROBYN2WION2W9IXA25D2RY0RCK7WF9XPZ41QNN2U56T5WFSZI7NFH81QZT80JZ3HXHN16L64SPGU373IS1XTMT9O1OLWQ7KYMUO2ZRT8X8UUFS9NPEVXE7X0NDF4UZ7D5SJNI2D5VAEWMSL4S2I18GWAJQE4YJHRBQ04FWYNMR73QX74Z96BH44T4T51YEC' where id=5; -update noar ti set v0='UZTRANH93975WQMILZ2MUN6R4MZQ73UGRQYWDHD088I2ORRH7UC6ZEIRN6G0PUASQNROBYN2WION2W9IXA25D2RY0RCK7WF9XPZ41QNN2U56T5WFSZI7NFH81QZT80JZ3HXHN16L64SPGU373IS1XTMT9O1OLWQ7KYMUO2ZRT8X8UUFS9NPEVXE7X0NDF4UZ7D5SJNI2D5VAEWMSL4S2I18GWAJQE4YJHRBQ04FWYNMR73QX74Z96BH44T4T51YEC' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='D50S6RHBKH1MMTFNNHTC77UIYI18ELNVWR795GI0NM9O8WS06XNALDTXAQFKQRYZSREW2X75N1PKMY4GYZQMQKJ83ZS7TNJ908ICBHWDRF7AN9IJWGX7F7FFSQRJJ1XIJJ861FVMLN7D9N06UBVILS4HLGVDVC5H6BZE5HM2ZAP3OUTCP89CB5TGXUK96YL7OPWDH2AP6PP2A85G7O4ZTQNLH1TI1WX7ZQXL4XBXDQOR6KY8UI49DLHM8SNHW3563' where id=5; -update noar ti set v1='D50S6RHBKH1MMTFNNHTC77UIYI18ELNVWR795GI0NM9O8WS06XNALDTXAQFKQRYZSREW2X75N1PKMY4GYZQMQKJ83ZS7TNJ908ICBHWDRF7AN9IJWGX7F7FFSQRJJ1XIJJ861FVMLN7D9N06UBVILS4HLGVDVC5H6BZE5HM2ZAP3OUTCP89CB5TGXUK96YL7OPWDH2AP6PP2A85G7O4ZTQNLH1TI1WX7ZQXL4XBXDQOR6KY8UI49DLHM8SNHW3563' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O3AB3AX19SHAPTYGPEP7CGJC7P22KJ4GF65U63IE9VGB41GPDQBSCH3I87KFPGEZB2OSC80WNV0186M9YU4NZVC36WUA4DDS6H4QHRNWM1IPUJTU84E4G6HMN4NQZMLJ2XVCQVN00JPAIHHAIK0OUXKT47HM62116K6MMPDBJE65LT7Z94ZHQ2A9V34G43MYWXK88O8ZTVF2M7TS69KAPBM45ELX8DWDCL5CH5NKFH2U8S8XLI5D0XPLICKODKV6D' where id=5; -update noar ti set v2='O3AB3AX19SHAPTYGPEP7CGJC7P22KJ4GF65U63IE9VGB41GPDQBSCH3I87KFPGEZB2OSC80WNV0186M9YU4NZVC36WUA4DDS6H4QHRNWM1IPUJTU84E4G6HMN4NQZMLJ2XVCQVN00JPAIHHAIK0OUXKT47HM62116K6MMPDBJE65LT7Z94ZHQ2A9V34G43MYWXK88O8ZTVF2M7TS69KAPBM45ELX8DWDCL5CH5NKFH2U8S8XLI5D0XPLICKODKV6D' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KCTSSV8ISNBEAFKDGD86F4QCW1MJ09VSJPS1WM10S9I5H3U0URKWJPK8GKH18EVHJ2UFL1POO6O9DAM6DAPI95A5BHU0D85EGMDKQVHPTJZ7CQ2421LM5FI0B16GTVHLM2PU004XTSTIIZ11WVXWHJYWPCXYGY0T4PQHOVICTYL9C8MDW0EYDZV3A0DFI7NNYCCEF3IFFCUV8UVVH1GQTX83GGI0AQVDKLD172GEURRJX6UFCW8J5SQHK8DTB7D0I' where id=5; -update noar ti set v3='KCTSSV8ISNBEAFKDGD86F4QCW1MJ09VSJPS1WM10S9I5H3U0URKWJPK8GKH18EVHJ2UFL1POO6O9DAM6DAPI95A5BHU0D85EGMDKQVHPTJZ7CQ2421LM5FI0B16GTVHLM2PU004XTSTIIZ11WVXWHJYWPCXYGY0T4PQHOVICTYL9C8MDW0EYDZV3A0DFI7NNYCCEF3IFFCUV8UVVH1GQTX83GGI0AQVDKLD172GEURRJX6UFCW8J5SQHK8DTB7D0I' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RSIY4CQGK91NEH3B7MOBI83MS13EUKLJVM1K778UZT8FOC59JE6D7EVCYO3ASNIJQVGYHV3W5IOD14NZ76CSNSX63ZHLDROE258H0IBGCYNZKLMG7SML7WTBBEEMUDVQ1JS7ZDJ7KZAFKQP6IAR2B0FSH14OFA5OD0RMYR1P2OQBK863I6ISGSY2QLLDOR9HH289JLYBXNGGIJS9E5SET8LHG28BGCI2NP0VIMGPAN5T2PTS5U629A5MN44USRSWJ' where id=6; -update noar ti set v0='RSIY4CQGK91NEH3B7MOBI83MS13EUKLJVM1K778UZT8FOC59JE6D7EVCYO3ASNIJQVGYHV3W5IOD14NZ76CSNSX63ZHLDROE258H0IBGCYNZKLMG7SML7WTBBEEMUDVQ1JS7ZDJ7KZAFKQP6IAR2B0FSH14OFA5OD0RMYR1P2OQBK863I6ISGSY2QLLDOR9HH289JLYBXNGGIJS9E5SET8LHG28BGCI2NP0VIMGPAN5T2PTS5U629A5MN44USRSWJ' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9KVIHILYRAKCJ38ZXUXD886V4YVFBNTBCTZG7PDBDQM1RVO578WHZ5LP1RZ9ZYCPM1SMJ6KUVS1TUCCMMBDAM1MTOG6EBSL89576EYTCOWNK0HAPENKFHQO6ONYJO6LZ0H3WYL2WJYUN0YDWI4LGXDW7G9OBWA2LGWZDRICC9135CBHV0HDH8ATGZ6Z62KMIDYZXUSG04WJ2UDY2QQZTJMYSTLCXI05KNSILHXETOZM3GDYBOLVBUWX2FT4T8W3N7' where id=6; -update noar ti set v1='9KVIHILYRAKCJ38ZXUXD886V4YVFBNTBCTZG7PDBDQM1RVO578WHZ5LP1RZ9ZYCPM1SMJ6KUVS1TUCCMMBDAM1MTOG6EBSL89576EYTCOWNK0HAPENKFHQO6ONYJO6LZ0H3WYL2WJYUN0YDWI4LGXDW7G9OBWA2LGWZDRICC9135CBHV0HDH8ATGZ6Z62KMIDYZXUSG04WJ2UDY2QQZTJMYSTLCXI05KNSILHXETOZM3GDYBOLVBUWX2FT4T8W3N7' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HOZ5NVZDAKYR1AUE70K5JN2N0WIF9RKLU0CIZOOQMJ0VD4UWAY3CDGEXYC3P9N5WIN6AAXZIS8OHZER2UAG24EA8X0J0HDTVI9LYG94SX3HW2V4LFLKE2XVRB9ZCZAOALVO4XHBXAALJ0R2JLSPUJ5D1WRCRJ2X82BGSEUAMQR5U9Z1WZU1L5V9HCSLGI5BDTMNJ0QLPPWRBGDUNCGLBEWQAIZC07O4S4GO1HAIXGUV0OC9YHOCNJSP0EAMBQBMYG' where id=6; -update noar ti set v2='HOZ5NVZDAKYR1AUE70K5JN2N0WIF9RKLU0CIZOOQMJ0VD4UWAY3CDGEXYC3P9N5WIN6AAXZIS8OHZER2UAG24EA8X0J0HDTVI9LYG94SX3HW2V4LFLKE2XVRB9ZCZAOALVO4XHBXAALJ0R2JLSPUJ5D1WRCRJ2X82BGSEUAMQR5U9Z1WZU1L5V9HCSLGI5BDTMNJ0QLPPWRBGDUNCGLBEWQAIZC07O4S4GO1HAIXGUV0OC9YHOCNJSP0EAMBQBMYG' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KHDTOKKYJDGD0O41TB01KS8GGC7EL5TCGJPSU5HK5YPYIUCTE4RU2N4ACPJCRGCM94GW29IYRFPJIOKD4AG88WXZLMW37DY3PMPE2S2SCBKQJ0ZCF0BR6VGG45XTSHXPTZX0P24FQIW3RLPPETZ7IBAXL2JQI3NAQ9TESMEEUD1N81Z7PAY8IKQSJU6GNLHNNS09D5DL6MDRGO4ZACVKBM2JV9O2W5YULQMMWQ48ZXNSLTXVR14CNHMU1RO7P10KU' where id=6; -update noar ti set v3='KHDTOKKYJDGD0O41TB01KS8GGC7EL5TCGJPSU5HK5YPYIUCTE4RU2N4ACPJCRGCM94GW29IYRFPJIOKD4AG88WXZLMW37DY3PMPE2S2SCBKQJ0ZCF0BR6VGG45XTSHXPTZX0P24FQIW3RLPPETZ7IBAXL2JQI3NAQ9TESMEEUD1N81Z7PAY8IKQSJU6GNLHNNS09D5DL6MDRGO4ZACVKBM2JV9O2W5YULQMMWQ48ZXNSLTXVR14CNHMU1RO7P10KU' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LHM6SC7V983AQONHQU2KCHOWL4QRC0DFXB3YA3OOOZKJJ0BRQDAUWYA4VKLIU0CVC9RADQMJVEAWWUIE87QX6AM73FLTG8CLUX7COHTK4H6L0GJ1PQE0XA9KRKLQHESS0AIFSQLYB273Z20MP6WIHVJUKZ9NAZ982WCQ7W324DQIOGNSCK92ZQP493QDK5B4FEP97OYRNV2KAVV6IOFXR3UMPYN3DNV3E9U804E2R8NBJL5F0N0W4ER37YDL826X2' where id=7; -update noar ti set v0='LHM6SC7V983AQONHQU2KCHOWL4QRC0DFXB3YA3OOOZKJJ0BRQDAUWYA4VKLIU0CVC9RADQMJVEAWWUIE87QX6AM73FLTG8CLUX7COHTK4H6L0GJ1PQE0XA9KRKLQHESS0AIFSQLYB273Z20MP6WIHVJUKZ9NAZ982WCQ7W324DQIOGNSCK92ZQP493QDK5B4FEP97OYRNV2KAVV6IOFXR3UMPYN3DNV3E9U804E2R8NBJL5F0N0W4ER37YDL826X2' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='90XPBAT7BYYDYFB49JHZX76W9VCYKPNAZMOW39OS2EWRO9NXFKO7TPGJ5RQUP94FXZPPRLRXUHOPL7X767PKO3I3CJEL7C96GQK3RCB3XEGT5M93O5TMVIU5B78YEJSO8PLF5I3AO9HJL99Y8MW75ZXDVHAKMKAF4G6KAGIV0LGMMPIS8D5JMR6H87OZ2S6CTWZM4C1GJEB5JQD5G1EHZY99MUSNT9W6KQ3I121T0MBDH18G0SD3168H6Z9H2GA2T' where id=7; -update noar ti set v1='90XPBAT7BYYDYFB49JHZX76W9VCYKPNAZMOW39OS2EWRO9NXFKO7TPGJ5RQUP94FXZPPRLRXUHOPL7X767PKO3I3CJEL7C96GQK3RCB3XEGT5M93O5TMVIU5B78YEJSO8PLF5I3AO9HJL99Y8MW75ZXDVHAKMKAF4G6KAGIV0LGMMPIS8D5JMR6H87OZ2S6CTWZM4C1GJEB5JQD5G1EHZY99MUSNT9W6KQ3I121T0MBDH18G0SD3168H6Z9H2GA2T' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NP8HYW41BNEOI62AMBSV3QL86Q4TR7W8N96HDTXKCOEFFV9OCCB0WP4LME8TUGZ0CO7JNV8HVTH1IVGNJZ7SSRSP18BN8XQ391G6WVI04RTNLYMDTQ823KH72CQWG407HSOEEQ7TI0BK1RJ7OUVX5U0YLLTEMCDMF08T3O4VR9DT4CH9I8NRSCJD7DU3XR5SRKK12519USN2IHHC0F8NNZWQU6B8E4CAIO3XCDFDDJWQYL1Z82Z0DVEI4TIFB6IYQ' where id=7; -update noar ti set v2='NP8HYW41BNEOI62AMBSV3QL86Q4TR7W8N96HDTXKCOEFFV9OCCB0WP4LME8TUGZ0CO7JNV8HVTH1IVGNJZ7SSRSP18BN8XQ391G6WVI04RTNLYMDTQ823KH72CQWG407HSOEEQ7TI0BK1RJ7OUVX5U0YLLTEMCDMF08T3O4VR9DT4CH9I8NRSCJD7DU3XR5SRKK12519USN2IHHC0F8NNZWQU6B8E4CAIO3XCDFDDJWQYL1Z82Z0DVEI4TIFB6IYQ' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F3K57HUK7J1FV955BLWNE6MKETSNKA9NDANUF5WZI36PHXYAV72SHSLZX8CZQMLAESFV4ZWSJBKS34OM75U3LG9MT8620N0TY8AUYEDG6J9F6XVW8B25LKT2QZBEPQN7Q9XPNGPP1MJ898C5NRF1D4SJFZGTL6B1IRJKL3PUZFYF6TUZY2NQL0EBM0GJTGX6D991EPNMQM2373FQC4U1BT8R3WR7H0TJPSOAX0AQPV4T7RIUT4XE3R0FKBWUX237M' where id=7; -update noar ti set v3='F3K57HUK7J1FV955BLWNE6MKETSNKA9NDANUF5WZI36PHXYAV72SHSLZX8CZQMLAESFV4ZWSJBKS34OM75U3LG9MT8620N0TY8AUYEDG6J9F6XVW8B25LKT2QZBEPQN7Q9XPNGPP1MJ898C5NRF1D4SJFZGTL6B1IRJKL3PUZFYF6TUZY2NQL0EBM0GJTGX6D991EPNMQM2373FQC4U1BT8R3WR7H0TJPSOAX0AQPV4T7RIUT4XE3R0FKBWUX237M' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Y5CNULAL1PXJ7XZWI8QX6YYYY36NZKJ7KV1ER3Q6OAURAYQZYHZ38YVOF0MZYR9OK980V7EQA5ZRKE082GVABO1CLOYXFYNZA62XP2RNK21Q9UHRM6XWG2HK9EYCFVA2GLOMQ4E139Q2RC8YVAAI27UQZP8E7BAGAYQ7QJ2FNXFN32I2LULCZZDH3QPL99OU78V4K7LP20MHKR49WI3WFJQPT3IYAOG6CHXA2GHYL7U2OLQ5GW5CZ9AP1HV4O1QCN' where id=8; -update noar ti set v0='Y5CNULAL1PXJ7XZWI8QX6YYYY36NZKJ7KV1ER3Q6OAURAYQZYHZ38YVOF0MZYR9OK980V7EQA5ZRKE082GVABO1CLOYXFYNZA62XP2RNK21Q9UHRM6XWG2HK9EYCFVA2GLOMQ4E139Q2RC8YVAAI27UQZP8E7BAGAYQ7QJ2FNXFN32I2LULCZZDH3QPL99OU78V4K7LP20MHKR49WI3WFJQPT3IYAOG6CHXA2GHYL7U2OLQ5GW5CZ9AP1HV4O1QCN' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z7TBDC73IVSOY74C6RF5GBRWC96W3MBUF10FISKC1Z3YMC0SGXNCUMBHMXBGQ4XCB9D07SYR8F9HNFCKSPQ8X7EQBA126AQWEIS6D6WA42UMNB18XJZI2B7ZOQUDRANBAOIMQNHUCP04NI0VSVOVYEPOCIRL6DKD21IPZFSY7X7964ZHQNU0SMM4RBB2ZIWF5S0D540KFTIRKVXZZKK2VHWDR819BBXSBVG7ZBHL9JJAWU1VSV8QGQETBC8PFUWI6' where id=8; -update noar ti set v1='Z7TBDC73IVSOY74C6RF5GBRWC96W3MBUF10FISKC1Z3YMC0SGXNCUMBHMXBGQ4XCB9D07SYR8F9HNFCKSPQ8X7EQBA126AQWEIS6D6WA42UMNB18XJZI2B7ZOQUDRANBAOIMQNHUCP04NI0VSVOVYEPOCIRL6DKD21IPZFSY7X7964ZHQNU0SMM4RBB2ZIWF5S0D540KFTIRKVXZZKK2VHWDR819BBXSBVG7ZBHL9JJAWU1VSV8QGQETBC8PFUWI6' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CMJH7J3P1KZVK1IEJXESCPBHBS5L6Z8WB4YT4HZ4SP0XZGKGWMR3H28PXNG8WKWE8QW5DM6UMTLFQOFF9GGU10KK73HTGNFQ9XTX7JAEIEO83NVM3JY3O22L2MDGBSKYIM4NVYDV7CRNN5XIUPJ2NHOHU13KE05AHH08MCX7LHL8Y1SSO3VLLRDA6HLP1R54A1NL7ZA2GPU0LTFP3SJDVZIGA30978AG3T33QP05BSPLAFCBOG59HL1K99SY30GGA' where id=8; -update noar ti set v2='CMJH7J3P1KZVK1IEJXESCPBHBS5L6Z8WB4YT4HZ4SP0XZGKGWMR3H28PXNG8WKWE8QW5DM6UMTLFQOFF9GGU10KK73HTGNFQ9XTX7JAEIEO83NVM3JY3O22L2MDGBSKYIM4NVYDV7CRNN5XIUPJ2NHOHU13KE05AHH08MCX7LHL8Y1SSO3VLLRDA6HLP1R54A1NL7ZA2GPU0LTFP3SJDVZIGA30978AG3T33QP05BSPLAFCBOG59HL1K99SY30GGA' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='85QYOPQYOOBEE3G2GRIRV57YB9DERNG48SHLPPUCZSZ6C6JJSZXLJQTTLK09O6DF7ETHB1Z8BTJFBT73G72TS2S3ZMRRZ4EZ38JJRBKI9M8D8CX6ASQZHRF88HE02OZ0PG35154RJBKC74AER4YJ24YAIBCVLCZ2LD1T55BY8Q4PEUHJG3FAQ97I0POCOOTSM92KA5G9IE9IWEM501CGVFGUTJBLSGDDPJAFE63ESJ8F04PICZ2OJ8UF08DX4PIZJ' where id=8; -update noar ti set v3='85QYOPQYOOBEE3G2GRIRV57YB9DERNG48SHLPPUCZSZ6C6JJSZXLJQTTLK09O6DF7ETHB1Z8BTJFBT73G72TS2S3ZMRRZ4EZ38JJRBKI9M8D8CX6ASQZHRF88HE02OZ0PG35154RJBKC74AER4YJ24YAIBCVLCZ2LD1T55BY8Q4PEUHJG3FAQ97I0POCOOTSM92KA5G9IE9IWEM501CGVFGUTJBLSGDDPJAFE63ESJ8F04PICZ2OJ8UF08DX4PIZJ' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CCXWJBA0QUXCGG1T43E8CMG0FLF0568J0MNG4MR85C2AF3HOEEOJ97GD7GQL43OJGHULZK7IWH028XSP9F604UFKBVXRRT90EJJSJA4BUHDEA3REBLQPF6PM1PNH6IX2V0Z0ZNLRWJSMQ4AHI2DJAEANQXF7RNRIV0BMZKZ4LVMROHY1HBIWEDPM8YFGPHM4BTV4AWKL209AM82ACIO94B15LCVE1N9CJICTS9X2NQ8FBDZH8XYDVVVD736PKV90P' where id=9; -update noar ti set v0='CCXWJBA0QUXCGG1T43E8CMG0FLF0568J0MNG4MR85C2AF3HOEEOJ97GD7GQL43OJGHULZK7IWH028XSP9F604UFKBVXRRT90EJJSJA4BUHDEA3REBLQPF6PM1PNH6IX2V0Z0ZNLRWJSMQ4AHI2DJAEANQXF7RNRIV0BMZKZ4LVMROHY1HBIWEDPM8YFGPHM4BTV4AWKL209AM82ACIO94B15LCVE1N9CJICTS9X2NQ8FBDZH8XYDVVVD736PKV90P' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UROABRDCBAA8643XGHW3GJ5GSJQ1XQO6UBP2XD2EN9RCL8AN2PVQZ1TAROUZYNHPKH3VWT4VCBR08V30P1KDW93JM1REDJ58MT1QP81LPA5NM5KXBNJQPP9YGM2S3VIJVXROVHBAWRA2SLEK7YGM2L2T29A3K09NZXR7CVFOG3H8M5C6YBSWQMGAJTFYAU38AXW72NC6TGPCIV1SYL56FIN5ZUF6EQFB28GBA8SF2DV8W6W756H9XXYCGBXX9XFW3' where id=9; -update noar ti set v1='UROABRDCBAA8643XGHW3GJ5GSJQ1XQO6UBP2XD2EN9RCL8AN2PVQZ1TAROUZYNHPKH3VWT4VCBR08V30P1KDW93JM1REDJ58MT1QP81LPA5NM5KXBNJQPP9YGM2S3VIJVXROVHBAWRA2SLEK7YGM2L2T29A3K09NZXR7CVFOG3H8M5C6YBSWQMGAJTFYAU38AXW72NC6TGPCIV1SYL56FIN5ZUF6EQFB28GBA8SF2DV8W6W756H9XXYCGBXX9XFW3' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JHBJNIADQ2IR585CYZOXWQPY572FK0YHY50YINS4MUPZADI64WITP85B4B1ETHHH3II4QZL4GS6E249AVCR2FUGJOR0STTEXYRRG5LC8EFXXU6837XF1WWFH7N5R38KHCB0YPAVASK2V5RHQI0QQX50OT8AUW4Y2GOAL2HTCJENGRVYIEXB46W7MMHQA0J9LDEVDIUUQKUPZIY2AFY1JNF53PDS5WYFJZJXXA05ZII8O9KPDS5VRCSAMWPYGBWR5P' where id=9; -update noar ti set v2='JHBJNIADQ2IR585CYZOXWQPY572FK0YHY50YINS4MUPZADI64WITP85B4B1ETHHH3II4QZL4GS6E249AVCR2FUGJOR0STTEXYRRG5LC8EFXXU6837XF1WWFH7N5R38KHCB0YPAVASK2V5RHQI0QQX50OT8AUW4Y2GOAL2HTCJENGRVYIEXB46W7MMHQA0J9LDEVDIUUQKUPZIY2AFY1JNF53PDS5WYFJZJXXA05ZII8O9KPDS5VRCSAMWPYGBWR5P' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H3W8RD7J0IY3SEMOYRZLNXUWP6SZIQXQMC9DH51RU8RP3IFJR61WY2VYYH78MYYJBWZYB4T1G14Y5783N5WLMAI08OXGWX0IBW53WY2O5QVTT1F6P9P7J4E8M7WMMAVO9UUTSBNUOHKFXQR6FX0QMZ2S5SE4HF2DNJE7QXB0OOMG8K1UQY9J7JE166BDUT3YLHVPH72EXGUKBHN7CA83F5YBM6H1RVFZW25NZLE6AK1GYYLH74SMFFTG3OG5NS5OK' where id=9; -update noar ti set v3='H3W8RD7J0IY3SEMOYRZLNXUWP6SZIQXQMC9DH51RU8RP3IFJR61WY2VYYH78MYYJBWZYB4T1G14Y5783N5WLMAI08OXGWX0IBW53WY2O5QVTT1F6P9P7J4E8M7WMMAVO9UUTSBNUOHKFXQR6FX0QMZ2S5SE4HF2DNJE7QXB0OOMG8K1UQY9J7JE166BDUT3YLHVPH72EXGUKBHN7CA83F5YBM6H1RVFZW25NZLE6AK1GYYLH74SMFFTG3OG5NS5OK' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NPQC5K1Y8D2FH4D9F4AY0KN8YUCM2XLJVH2W9FTWKG1UO69EEGFY8CCAT12G2R4TC472BSSJUJSEFPW5NW9AWLNOUGXXHIM8QSRRUCHE188K2JCGZY09ROGW8FPHOM32A8LQ6XRP32YNAGJOLS37XBOMGWQ05V9XRZ6SA79SNFBMEPG699IFAZGAG10HXIXPHYSNGPDSAJZ81QTWEV7H9VGF6UDT5873VZQV2DLZKFDGI0S8H4QIQEYHOVM9OCW61' where id=10; -update noar ti set v0='NPQC5K1Y8D2FH4D9F4AY0KN8YUCM2XLJVH2W9FTWKG1UO69EEGFY8CCAT12G2R4TC472BSSJUJSEFPW5NW9AWLNOUGXXHIM8QSRRUCHE188K2JCGZY09ROGW8FPHOM32A8LQ6XRP32YNAGJOLS37XBOMGWQ05V9XRZ6SA79SNFBMEPG699IFAZGAG10HXIXPHYSNGPDSAJZ81QTWEV7H9VGF6UDT5873VZQV2DLZKFDGI0S8H4QIQEYHOVM9OCW61' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TF6IWM7FXZE2YW7LAD000UFDXT46G74JRY1SWYK10KG98KP3I1SFT56Q7T9VPOJ0TLZ77BZIHE5VX5R6U2N8H1X9ZQG9ZI3TBQBO5IEPZE7M09QE8ADKSZWC0Q2GYNDDOG0JGMIIPNSGYU2F5MM5KKQ87RSYUMKSQPU8OVUDNTZ525OXVR9DHCBA5UV45X66QLT9XF6N2LYITP4GAA4ICD9UBDCNCQFRWMTO55OTOGJV6ESD5BWJ0E4JTNCLKISTA' where id=10; -update noar ti set v1='TF6IWM7FXZE2YW7LAD000UFDXT46G74JRY1SWYK10KG98KP3I1SFT56Q7T9VPOJ0TLZ77BZIHE5VX5R6U2N8H1X9ZQG9ZI3TBQBO5IEPZE7M09QE8ADKSZWC0Q2GYNDDOG0JGMIIPNSGYU2F5MM5KKQ87RSYUMKSQPU8OVUDNTZ525OXVR9DHCBA5UV45X66QLT9XF6N2LYITP4GAA4ICD9UBDCNCQFRWMTO55OTOGJV6ESD5BWJ0E4JTNCLKISTA' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y74X1E1ZSSV0V3VH1YY9304X4Y0BYGXCOYFHFVIRI0MWOMRPSEZWJLN26DSJY7SF3304QQEBOE4ICDH4S5ZL7FY08BV4HV6MOHU57Q3QKI52U2K0LKDUP3SXV9ETYTYTW688OV9TMINUA2ZNJHZC6YYHQIRM59YCL8NI61GMMC3DOX436BU1AAABHLOV29AEN30DV9L0WL96FFIZOZHXZQJ2N2ZM1NBTFCMKO5WFKF5BB9PFJAFBWZXNPI0FG1SAE' where id=10; -update noar ti set v2='Y74X1E1ZSSV0V3VH1YY9304X4Y0BYGXCOYFHFVIRI0MWOMRPSEZWJLN26DSJY7SF3304QQEBOE4ICDH4S5ZL7FY08BV4HV6MOHU57Q3QKI52U2K0LKDUP3SXV9ETYTYTW688OV9TMINUA2ZNJHZC6YYHQIRM59YCL8NI61GMMC3DOX436BU1AAABHLOV29AEN30DV9L0WL96FFIZOZHXZQJ2N2ZM1NBTFCMKO5WFKF5BB9PFJAFBWZXNPI0FG1SAE' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8HMT8C2LH8AKHPP7Z33NRP8NZEAAY01FZCH9VO0LT6GXSBL8J4HAE7JT3O4R3PGW40HJK3CHV6T0B560SZH6IVHE6LILO0AR4TNVGUJKC4IU6RZRR9QS1ZN4E6LW9YMKWNK5I7OME75WTDL5QHZXP16SN6ZOD9Z8U488DEFJMZZ193MP7UHJVRQFSR67MY4JN047NGK284E2Y4HP31MWKSIYEFBBHS47CLR08ZJH7I91DKY32KC771VKW3LBVXPLG' where id=10; -update noar ti set v3='8HMT8C2LH8AKHPP7Z33NRP8NZEAAY01FZCH9VO0LT6GXSBL8J4HAE7JT3O4R3PGW40HJK3CHV6T0B560SZH6IVHE6LILO0AR4TNVGUJKC4IU6RZRR9QS1ZN4E6LW9YMKWNK5I7OME75WTDL5QHZXP16SN6ZOD9Z8U488DEFJMZZ193MP7UHJVRQFSR67MY4JN047NGK284E2Y4HP31MWKSIYEFBBHS47CLR08ZJH7I91DKY32KC771VKW3LBVXPLG' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G1PIUPV2DK6CK4M6UDBV8S4D9CHQ934NXHNP4Y8AWZNDY4VWF3EWL9I9FVM97C1LUL2UEUAP33MS0C8UFSVSXXPH8NI03NELI9I1L7OSA53KHNGSFMX5NDGQHEF2BJOJBW069143AYA78HJ6L9C9VX2X8BC53IAUFY5F0QA76LNOKDX10RBHEDLYKJOX9AAGK2KM81GRESU9C9ZUTGP1FNSVWV97M0RY7OKXWZINGMBSG5FPBS3UKE3OMQTAMZH24' where id=11; -update noar ti set v0='G1PIUPV2DK6CK4M6UDBV8S4D9CHQ934NXHNP4Y8AWZNDY4VWF3EWL9I9FVM97C1LUL2UEUAP33MS0C8UFSVSXXPH8NI03NELI9I1L7OSA53KHNGSFMX5NDGQHEF2BJOJBW069143AYA78HJ6L9C9VX2X8BC53IAUFY5F0QA76LNOKDX10RBHEDLYKJOX9AAGK2KM81GRESU9C9ZUTGP1FNSVWV97M0RY7OKXWZINGMBSG5FPBS3UKE3OMQTAMZH24' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1089YGSGCQC7EBSHXDXEKTG1B40ZGVS5ZOW6IHYHGVIB9VDZUYVG1PO8QOIL6JZN5XESZ4BEQ9M122BVSGPQVDKHA0VHLE5DENL07KTDIV4BPWPF0T9YKXZQN6V99MBKF3676VLA5A5S03F4ZD9K9PYX6RGPFOYFKFF1C5RFCJRY53IXGEL4K5AKNG7IULPXATM4384AQBMLPZBTJ9ABISHTHU5G3LLMV177H48TSJYR7BRFCE2PCP4GIJF9MZOBF' where id=11; -update noar ti set v1='1089YGSGCQC7EBSHXDXEKTG1B40ZGVS5ZOW6IHYHGVIB9VDZUYVG1PO8QOIL6JZN5XESZ4BEQ9M122BVSGPQVDKHA0VHLE5DENL07KTDIV4BPWPF0T9YKXZQN6V99MBKF3676VLA5A5S03F4ZD9K9PYX6RGPFOYFKFF1C5RFCJRY53IXGEL4K5AKNG7IULPXATM4384AQBMLPZBTJ9ABISHTHU5G3LLMV177H48TSJYR7BRFCE2PCP4GIJF9MZOBF' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='B2DZ6JQ65DH37M765HN6PE6POJURGBVL34DC1IK9AUOGBPUIBLKXQ2BR0NT38GMY1EA3CBG964RGPPUQP631Q50ABJI9GRX95RXJ5WCQA864I3XYK0N8DSN93LP5MS9IQWRWKRO4IMM2SIR4KRN879DUXY5Y8H9RX3MYLSKC2C0CR9LGJYMNXAICQYON8JR6HUY6IR9K91ZQNIMSBBSHE0FA4YLI0G9ZH7UGC55BDNNXSWFR77241PM3M78E7A31C' where id=11; -update noar ti set v2='B2DZ6JQ65DH37M765HN6PE6POJURGBVL34DC1IK9AUOGBPUIBLKXQ2BR0NT38GMY1EA3CBG964RGPPUQP631Q50ABJI9GRX95RXJ5WCQA864I3XYK0N8DSN93LP5MS9IQWRWKRO4IMM2SIR4KRN879DUXY5Y8H9RX3MYLSKC2C0CR9LGJYMNXAICQYON8JR6HUY6IR9K91ZQNIMSBBSHE0FA4YLI0G9ZH7UGC55BDNNXSWFR77241PM3M78E7A31C' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EOOJW86E39PL7F6YDV949XGV9PBF5DYHTVW5W1JJGE661JT74AF3LMN1CYGQPQKDHS1IRY4JSL15S8DJC579THBSJZ2X6U6GOZXUKSGUNZTV6JOZOBNWGXCQKDL439PLRVTP7DLOUKWGX97HJBCHRPQYQRZ9JSJATZ0QHR6UBHVXGLBHWX2YPZRTW3BXLBJWHNCT5GUUA744IPBOG6RQKC5QZZZRVHA7ESYRZWY3S6B8FF8PM0EEW8G7JIO7EN8GC' where id=11; -update noar ti set v3='EOOJW86E39PL7F6YDV949XGV9PBF5DYHTVW5W1JJGE661JT74AF3LMN1CYGQPQKDHS1IRY4JSL15S8DJC579THBSJZ2X6U6GOZXUKSGUNZTV6JOZOBNWGXCQKDL439PLRVTP7DLOUKWGX97HJBCHRPQYQRZ9JSJATZ0QHR6UBHVXGLBHWX2YPZRTW3BXLBJWHNCT5GUUA744IPBOG6RQKC5QZZZRVHA7ESYRZWY3S6B8FF8PM0EEW8G7JIO7EN8GC' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KMPR9IT6KR3MVNV37YWY5E5P88QDA3N05PVNKHGGZM59J6HWWRE8MWRWWJOG440Q69N18BVHM214OR4ONP4R3M4BAFTSWCM5V4PH1H3CJ2SVYE20LW4OI0872NVYCRHDB58BC6QLSEP0O2WXBF0EPVO235Y6BX51QSAMK9S4WY0VVO6Y4ZACT3R03KPZKZGA6UIPVMFAVSTGF6KLFNNFBCNT58BZ4JVHZT96JELZ91TS57ZGUREHU9DSXUTG5LQ6S' where id=12; -update noar ti set v0='KMPR9IT6KR3MVNV37YWY5E5P88QDA3N05PVNKHGGZM59J6HWWRE8MWRWWJOG440Q69N18BVHM214OR4ONP4R3M4BAFTSWCM5V4PH1H3CJ2SVYE20LW4OI0872NVYCRHDB58BC6QLSEP0O2WXBF0EPVO235Y6BX51QSAMK9S4WY0VVO6Y4ZACT3R03KPZKZGA6UIPVMFAVSTGF6KLFNNFBCNT58BZ4JVHZT96JELZ91TS57ZGUREHU9DSXUTG5LQ6S' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7EE0CQ3NMTK6R1YYWA31YHM0PQGU2FMKNR381H3O2FA7ZBW1LIYWYQ21ENPTOA1WWW4IQXF0NMZBKUHNJVGGBK49JK9FWY06299Z66JUF65YJSWOQQMQ2R2KLGON57PCYDQ4AQEKFICIS5M0X36HHZCU8U9QIVESZ3JVDDGT7G19H5OCAIRUHOW20IOA15NXE37YFJFGGSN2SHOP9S0MMAZP8CYZBNZ0Z0M4W720ZXGL4EA2LYV6V24KBN7I0A9PB' where id=12; -update noar ti set v1='7EE0CQ3NMTK6R1YYWA31YHM0PQGU2FMKNR381H3O2FA7ZBW1LIYWYQ21ENPTOA1WWW4IQXF0NMZBKUHNJVGGBK49JK9FWY06299Z66JUF65YJSWOQQMQ2R2KLGON57PCYDQ4AQEKFICIS5M0X36HHZCU8U9QIVESZ3JVDDGT7G19H5OCAIRUHOW20IOA15NXE37YFJFGGSN2SHOP9S0MMAZP8CYZBNZ0Z0M4W720ZXGL4EA2LYV6V24KBN7I0A9PB' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6CAF8P27N9E6X9E5JCC40GMOLY7BQVTDEGVYP11VQN5RJ16O19E88Y3GI9XV9F2U03D2LFV9VCOF1U42B3Z8FTXNKK85DX4W1NZUNYUWFO9C4NC2C5DDGZQRNSB2KKXWED65FFB9QEZHA1PYBDYDYI7DKFSTV7W67ARIXL25S1T4DQU5VADD67PKUGLFANCP4A31CTOBTQKBL3NT3USH33QAJLE7WRBC9ZZ1JL00YWHRFIFVBR0X9JIZ8EZ60LZOK' where id=12; -update noar ti set v2='6CAF8P27N9E6X9E5JCC40GMOLY7BQVTDEGVYP11VQN5RJ16O19E88Y3GI9XV9F2U03D2LFV9VCOF1U42B3Z8FTXNKK85DX4W1NZUNYUWFO9C4NC2C5DDGZQRNSB2KKXWED65FFB9QEZHA1PYBDYDYI7DKFSTV7W67ARIXL25S1T4DQU5VADD67PKUGLFANCP4A31CTOBTQKBL3NT3USH33QAJLE7WRBC9ZZ1JL00YWHRFIFVBR0X9JIZ8EZ60LZOK' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZQIV6F7BZFC8C74DSG0HDTQGMMZGLLJMI9HDQSJ1MA1H61L160RIJLTCD62TN7NNAVMGRAFGC6A7JHFAQDC8CP1BLB8X8SKUUZS36MP9NIKYSXJAX0GJWNYQG4GZALKC7QK0MIOG9QAAS3LYFFF4FCBMOKZYSDIUIIMOWTRK1J98EY6XQVAIJYCTY8MW95Q44Z6EFJHZL6EF28UE5YL8RL5I94Q2KFO01P9F3MTO4E7SSOK5B3TV7ANYKP4TE3L53' where id=12; -update noar ti set v3='ZQIV6F7BZFC8C74DSG0HDTQGMMZGLLJMI9HDQSJ1MA1H61L160RIJLTCD62TN7NNAVMGRAFGC6A7JHFAQDC8CP1BLB8X8SKUUZS36MP9NIKYSXJAX0GJWNYQG4GZALKC7QK0MIOG9QAAS3LYFFF4FCBMOKZYSDIUIIMOWTRK1J98EY6XQVAIJYCTY8MW95Q44Z6EFJHZL6EF28UE5YL8RL5I94Q2KFO01P9F3MTO4E7SSOK5B3TV7ANYKP4TE3L53' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KKYRHYP0AL4AF6TLSKTYX679JUVVSOHME36YHBYJGDO9W6Q7R1UU6G2KMGSFI4MBS57ZOS75N805F7QPBQK38R36NNUKTINPNJ4FYQQ8UBCI8CJVJD8Y2EKHM9GSJV1HMB7BQTM5V2NB2E2ROZZCFHNAQ0UX7QIKWPWV5LD128CEHRZ4YRRT666SIXEWN93KE7A73LNS0SHREGN2HNFRYAPYU50391B3RNVVGV74XCH2I7FW9B2AGEZTRQ16VYW52' where id=13; -update noar ti set v0='KKYRHYP0AL4AF6TLSKTYX679JUVVSOHME36YHBYJGDO9W6Q7R1UU6G2KMGSFI4MBS57ZOS75N805F7QPBQK38R36NNUKTINPNJ4FYQQ8UBCI8CJVJD8Y2EKHM9GSJV1HMB7BQTM5V2NB2E2ROZZCFHNAQ0UX7QIKWPWV5LD128CEHRZ4YRRT666SIXEWN93KE7A73LNS0SHREGN2HNFRYAPYU50391B3RNVVGV74XCH2I7FW9B2AGEZTRQ16VYW52' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LAK6WXGZNEMT4DWCQLT8WTP5OTJXQAX09QG44BF33SI98W7CELG2ZCEGGGCD3ETGLQG0MGFYZOC153SCQE67JJK64HE44NR2YRSTVYSM2ERGWU80CXZZU3V9FJJA85J32B3FPURONU28FO9CRQVDQK3D5EDSQZG775RGYKQJ37QBZWCHQFJ24WK3T0PFKCCP1JY3QWYVO0D5IWP63QR6H69X5PNHCYNL7ST932F6WYHKWZAUH3IS747WC2CQ94WTZ' where id=13; -update noar ti set v1='LAK6WXGZNEMT4DWCQLT8WTP5OTJXQAX09QG44BF33SI98W7CELG2ZCEGGGCD3ETGLQG0MGFYZOC153SCQE67JJK64HE44NR2YRSTVYSM2ERGWU80CXZZU3V9FJJA85J32B3FPURONU28FO9CRQVDQK3D5EDSQZG775RGYKQJ37QBZWCHQFJ24WK3T0PFKCCP1JY3QWYVO0D5IWP63QR6H69X5PNHCYNL7ST932F6WYHKWZAUH3IS747WC2CQ94WTZ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XR7TCJ6SWY37YMKIA30A6P0UN4VFV8LE5NP9W074DP0D0CTKAVNJ3GSITM7XH0IDN4TS1XGRX890Z1B54YHOV05L3XBWI7NLB07IM1EOGWZGK2PT8JYS0PN4NOJYPJ9NM1VARNSL2F2T9R4F7OOS2UPI62PXGO0RHSM1XLTMKX49TJSIB7NA7QH5W0O6SE7TPEDEEU59MF7WWMKGJC2T7IVUGUA6CTZ0ULQBXPUB709EONRI5REKAGOHZ5KRUPM80' where id=13; -update noar ti set v2='XR7TCJ6SWY37YMKIA30A6P0UN4VFV8LE5NP9W074DP0D0CTKAVNJ3GSITM7XH0IDN4TS1XGRX890Z1B54YHOV05L3XBWI7NLB07IM1EOGWZGK2PT8JYS0PN4NOJYPJ9NM1VARNSL2F2T9R4F7OOS2UPI62PXGO0RHSM1XLTMKX49TJSIB7NA7QH5W0O6SE7TPEDEEU59MF7WWMKGJC2T7IVUGUA6CTZ0ULQBXPUB709EONRI5REKAGOHZ5KRUPM80' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HSN6YMIJAXLMEEIW4TNEY99KCC3Y75PT91I2036Z0RPD9RNH1534GPRRDP475O3EPYH92QUB5031TPFKRTSRDKOCFQ4HLSOAMUP7PSFEE02SLXPZ38DR6TO97G9FAKHT9VK1RRMFI428LBRZL72YFQ0DTVSKJXWERUE1655ZH4LGAAI7ERIV8KEP7WVZN1K4DBPKD4RM7XI5MY7ZR6IPFQLXVACBVA62ITUUDYL7XYADFQXVV2NJ5ZIGWLBCMJY8A' where id=13; -update noar ti set v3='HSN6YMIJAXLMEEIW4TNEY99KCC3Y75PT91I2036Z0RPD9RNH1534GPRRDP475O3EPYH92QUB5031TPFKRTSRDKOCFQ4HLSOAMUP7PSFEE02SLXPZ38DR6TO97G9FAKHT9VK1RRMFI428LBRZL72YFQ0DTVSKJXWERUE1655ZH4LGAAI7ERIV8KEP7WVZN1K4DBPKD4RM7XI5MY7ZR6IPFQLXVACBVA62ITUUDYL7XYADFQXVV2NJ5ZIGWLBCMJY8A' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DPGL9XGJWM0OHS8TV1CAI4G6WJWBKQOHE9BMN4FTO918WVPAR9PG1MJMUI5Q4PJ640S1R71QLMDJLU0J070TVUVC321UNM8MXKVG622ZZWWW3LIVGAWUM81KTHNYT3H72J317ECJLQWXVQ6J3I5594LE3Z0SDA0SCPH7IHN8SV6D3TXTMLF6SWFD5P3T5V7KP5Q177662SGUX4NS1ZDH0RR3ENKUCZ4C2MYLX8NZCGZWYNGF48L1JX7GUYPMW9XXO' where id=14; -update noar ti set v0='DPGL9XGJWM0OHS8TV1CAI4G6WJWBKQOHE9BMN4FTO918WVPAR9PG1MJMUI5Q4PJ640S1R71QLMDJLU0J070TVUVC321UNM8MXKVG622ZZWWW3LIVGAWUM81KTHNYT3H72J317ECJLQWXVQ6J3I5594LE3Z0SDA0SCPH7IHN8SV6D3TXTMLF6SWFD5P3T5V7KP5Q177662SGUX4NS1ZDH0RR3ENKUCZ4C2MYLX8NZCGZWYNGF48L1JX7GUYPMW9XXO' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='82DXNVL7DOKCTQ7FAK8SCL8BTL9J7905QF9TY3NZE08VWBT641HD7F8JWDIB93D1R8T701TNBP819NBN6HTFU88QPOWLQQ9B56YYCR3UPN5YCGEA7X7CK318OM1DIVPN9AM93OQVUGMIXGWK8569CHDAFYJTXNPWIJSHQE0Q3SERS1DB9PQ1WB399LI11YNZ9SY399TUSY4QIKHP0EUNXWKMVQDPNT7Z545T1L534HXP5NG7NES13QJZHPATNN16L' where id=14; -update noar ti set v1='82DXNVL7DOKCTQ7FAK8SCL8BTL9J7905QF9TY3NZE08VWBT641HD7F8JWDIB93D1R8T701TNBP819NBN6HTFU88QPOWLQQ9B56YYCR3UPN5YCGEA7X7CK318OM1DIVPN9AM93OQVUGMIXGWK8569CHDAFYJTXNPWIJSHQE0Q3SERS1DB9PQ1WB399LI11YNZ9SY399TUSY4QIKHP0EUNXWKMVQDPNT7Z545T1L534HXP5NG7NES13QJZHPATNN16L' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E6B4AB06MLZYTMXVDN3BPX4JF1IPDXANJEZ1NE8RXK0QQN6AHFFGQSDQ3YM0A7VUQ8SZTLS7ASLAABRUSBLQMMRB5E85AG1SFH2NLKXZNSC4QSYQ2KO785ZGZATCCZAQ83XSF31B27IBIIYSXTG6ZPID6R74YW6EMUPATOCUOKRN1KPMNFZ926OC6K4T0EFA3E69FM0TN2MJI8G2JPKLK4NERIRGQ9OLNCSEM15FS0M3NCZV9O86V65A028S2IL9Z' where id=14; -update noar ti set v2='E6B4AB06MLZYTMXVDN3BPX4JF1IPDXANJEZ1NE8RXK0QQN6AHFFGQSDQ3YM0A7VUQ8SZTLS7ASLAABRUSBLQMMRB5E85AG1SFH2NLKXZNSC4QSYQ2KO785ZGZATCCZAQ83XSF31B27IBIIYSXTG6ZPID6R74YW6EMUPATOCUOKRN1KPMNFZ926OC6K4T0EFA3E69FM0TN2MJI8G2JPKLK4NERIRGQ9OLNCSEM15FS0M3NCZV9O86V65A028S2IL9Z' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6LDFMFYW502S2CSL96GBL7QA8XCCUYLK169ZSLQX56BPN3PPTUPYMVQ6A4M87CNJ4IKOE3KRAD82AZS4EOIJLHQPDKH9PTTF3WDOVHAJON303YISYMOQMFNJ22RD1M4I08WP8II1FNG9VYE9WGKB4J7DJ3EI5512GBJDRT7SY956EDR77UN3XA0E7JPVDIJ3OQ2IIHI1O6GGQ9J5HVXVT2I4UIBWDTRBJVK1D9GRKVXWWIGOTGSBVA5C7STCV3QTT' where id=14; -update noar ti set v3='6LDFMFYW502S2CSL96GBL7QA8XCCUYLK169ZSLQX56BPN3PPTUPYMVQ6A4M87CNJ4IKOE3KRAD82AZS4EOIJLHQPDKH9PTTF3WDOVHAJON303YISYMOQMFNJ22RD1M4I08WP8II1FNG9VYE9WGKB4J7DJ3EI5512GBJDRT7SY956EDR77UN3XA0E7JPVDIJ3OQ2IIHI1O6GGQ9J5HVXVT2I4UIBWDTRBJVK1D9GRKVXWWIGOTGSBVA5C7STCV3QTT' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='146QAZLKFPU3ZM0GRPSDLF2TK6Z58210ZYJPVT7CWQHXSVW7K5Y7PNA5YDV4MPC0S5AY4UQMEGJVLQDV4KAMP6RWHUBOZI7B8MEV1D1V3TXFG52O6YJUAVD4BZMTCC5DWNBETALYMI41TDHEXLFFRVUY1D9I3FU0528U39GYMZFO4TR43W78HJG90S19V92O84H800PP6IT7PWOM3T94F5XC01QEHT0FN5AIEGGXCQ3VXZK542W0RDHITV8KBJ4BD' where id=15; -update noar ti set v0='146QAZLKFPU3ZM0GRPSDLF2TK6Z58210ZYJPVT7CWQHXSVW7K5Y7PNA5YDV4MPC0S5AY4UQMEGJVLQDV4KAMP6RWHUBOZI7B8MEV1D1V3TXFG52O6YJUAVD4BZMTCC5DWNBETALYMI41TDHEXLFFRVUY1D9I3FU0528U39GYMZFO4TR43W78HJG90S19V92O84H800PP6IT7PWOM3T94F5XC01QEHT0FN5AIEGGXCQ3VXZK542W0RDHITV8KBJ4BD' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0N2RODYAYB3DCVX0VXJPRMGIN0K5VFAFK8JPOV2GX173DM8JNLS2XEABOC1CUBU80KE6PGNC8MESOV2TUQK0V71XQMHKBWVWHUNXQ8VAW4LD71B7QTV8WXBLG4LN95IJCU35O6WST1VPWIW4YD0RKYF2P2AFRB7S56U5YLJ1AP9UEGDR92XQKIHIZ1HHP58SDCIP5BG44ZRLYJ7II1664K70MFIHRJDDEP4DRUVXTOU4BMI96QA6X7FWXOJ964Z2Q' where id=15; -update noar ti set v1='0N2RODYAYB3DCVX0VXJPRMGIN0K5VFAFK8JPOV2GX173DM8JNLS2XEABOC1CUBU80KE6PGNC8MESOV2TUQK0V71XQMHKBWVWHUNXQ8VAW4LD71B7QTV8WXBLG4LN95IJCU35O6WST1VPWIW4YD0RKYF2P2AFRB7S56U5YLJ1AP9UEGDR92XQKIHIZ1HHP58SDCIP5BG44ZRLYJ7II1664K70MFIHRJDDEP4DRUVXTOU4BMI96QA6X7FWXOJ964Z2Q' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TIXCEEPHSANG8VF2C9PPVYNVO5EFI1HVXI1XYL6DAJSD29GV2RT0G0HAFUBK42PZ42ONOKEBGXYHXKUAFQCY8ZFJYVKVUQQ3196UD436GYD373SMSHW7UEGE4L9BRJOKNFPPBEXBG4TD1WWJVJCX42BF8PYPDAY1F375KNVWW3L31EUXL311GSKD6LEL3T0BDDS5KXGBFDHDHNJAWELYLG1Z5Q0GP2BKY0VMASFIFND7B0ZPTH8QPPZIX9DJH8WE3' where id=15; -update noar ti set v2='TIXCEEPHSANG8VF2C9PPVYNVO5EFI1HVXI1XYL6DAJSD29GV2RT0G0HAFUBK42PZ42ONOKEBGXYHXKUAFQCY8ZFJYVKVUQQ3196UD436GYD373SMSHW7UEGE4L9BRJOKNFPPBEXBG4TD1WWJVJCX42BF8PYPDAY1F375KNVWW3L31EUXL311GSKD6LEL3T0BDDS5KXGBFDHDHNJAWELYLG1Z5Q0GP2BKY0VMASFIFND7B0ZPTH8QPPZIX9DJH8WE3' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BU80H39TADLUV4GHJFTHN2SRHDQI318ZBYGM08761OJ3SIURCB9U1BEQGQR8TQN0IFPBHMYFNG5S4TIYX465KSSGSIYWNV578MFHH6YWL4YZ2V6FMRNANCKGWN28KM3885S8GSV6V43F9BW4NJ00RR11C01MO1Y12RNV1GC87JFCHVKWHWYKP0GXP8W0ZXKVAL7P4CS3RJQ0QJL4UI2EN3K8NJVCM5EO4CR5QJGEGNAXSJQL27AQ7WLHVH0YI7Q6P' where id=15; -update noar ti set v3='BU80H39TADLUV4GHJFTHN2SRHDQI318ZBYGM08761OJ3SIURCB9U1BEQGQR8TQN0IFPBHMYFNG5S4TIYX465KSSGSIYWNV578MFHH6YWL4YZ2V6FMRNANCKGWN28KM3885S8GSV6V43F9BW4NJ00RR11C01MO1Y12RNV1GC87JFCHVKWHWYKP0GXP8W0ZXKVAL7P4CS3RJQ0QJL4UI2EN3K8NJVCM5EO4CR5QJGEGNAXSJQL27AQ7WLHVH0YI7Q6P' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1MC1WBDNA6FE50LO20BN3F7JE269P183R332QGGYOL6XI4NRO05YTFGQCVCOHRG231G2CLFYFRG20T7HU7J06DJUWRIHBQ0Q8TT2TWGNDBPQPYWMOFY2UUAY06PD79DNAJMBZJ9YL4WEYVQZAM2YLXN1TKB1PQ9ZIHZ5BHWKVQ7A1WPFN60MBQS6I2D5H38X607QW0EORB2CGF0FKMM22F1OMD6UWU12XHZLKJ1IQJMOD0AE1PUI8XWXDLDM1OVV0' where id=16; -update noar ti set v0='1MC1WBDNA6FE50LO20BN3F7JE269P183R332QGGYOL6XI4NRO05YTFGQCVCOHRG231G2CLFYFRG20T7HU7J06DJUWRIHBQ0Q8TT2TWGNDBPQPYWMOFY2UUAY06PD79DNAJMBZJ9YL4WEYVQZAM2YLXN1TKB1PQ9ZIHZ5BHWKVQ7A1WPFN60MBQS6I2D5H38X607QW0EORB2CGF0FKMM22F1OMD6UWU12XHZLKJ1IQJMOD0AE1PUI8XWXDLDM1OVV0' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S2KUJFIG0MEZ8EVL9BA9FGB2BJNNPLSGDJ9M87YQTRLGIJJN1WUG42JLI3M0HUC436F3PPEYJ10YIDVFJ2F30F38NIKD5Y2FH5LY01VJRIVQWZQ8CKJ4LTFMHQOBY79DVT8XLQTUN8LQOP0J3PVQA0VIUZZ9HFGA69C288MSTEA073X2CL75EO6FBEJMPGP7AXUHYIOA7FY6A7EP3ZWB37RUGICAVG4OW0P5YSLXXLN50TZBDQ6XGAFTWLE6RCNB1' where id=16; -update noar ti set v1='S2KUJFIG0MEZ8EVL9BA9FGB2BJNNPLSGDJ9M87YQTRLGIJJN1WUG42JLI3M0HUC436F3PPEYJ10YIDVFJ2F30F38NIKD5Y2FH5LY01VJRIVQWZQ8CKJ4LTFMHQOBY79DVT8XLQTUN8LQOP0J3PVQA0VIUZZ9HFGA69C288MSTEA073X2CL75EO6FBEJMPGP7AXUHYIOA7FY6A7EP3ZWB37RUGICAVG4OW0P5YSLXXLN50TZBDQ6XGAFTWLE6RCNB1' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ECWAIFYYPPCUPR9NY17BMBFKVG4N2XYM9ZFG7I4RLCKDNS2QT4JS2VQLHOHSP8V40MBWRK89IX1L2OEXWWWSCZCC2AZS9ZBPPOGMD5TT0NLDMBDCD7E3PI6X58QQEI1297O7B3SHQ8O5BOX2871SIRG8NWE2LA0OY22HVDO3QLDVHHK13DUP214FHUNORTX5QIFV4R28KCU5T7KSNL0X4N1FKVPVAQEF14K8OBRRUZZA22QKAT239BXR66DPLQTTF' where id=16; -update noar ti set v2='ECWAIFYYPPCUPR9NY17BMBFKVG4N2XYM9ZFG7I4RLCKDNS2QT4JS2VQLHOHSP8V40MBWRK89IX1L2OEXWWWSCZCC2AZS9ZBPPOGMD5TT0NLDMBDCD7E3PI6X58QQEI1297O7B3SHQ8O5BOX2871SIRG8NWE2LA0OY22HVDO3QLDVHHK13DUP214FHUNORTX5QIFV4R28KCU5T7KSNL0X4N1FKVPVAQEF14K8OBRRUZZA22QKAT239BXR66DPLQTTF' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M7TE8AOGANMM3OR3PGXSTGY8E9CD4T4LBWW9JKQR1DGWM4V3C1PQRZ01FBBUEWUDNDLYIG37B6ZSJ8IVNULWMHHG3YWLTKO37V46C5CQ6TAVR9HLXM5US8VB0UJE5GIBOGEP1BRMXDYZYBRFFW9VCWC7WFFMZGOS93HKGGX7IZ3FQAZNJXU58I6HQ13H8MS3A3M1ZEGLAFCDRDLE67FDP1L41Z3WLTFJDB7FQGMRTLLLH8MY6ARTDEPPM3YS45JPD' where id=16; -update noar ti set v3='M7TE8AOGANMM3OR3PGXSTGY8E9CD4T4LBWW9JKQR1DGWM4V3C1PQRZ01FBBUEWUDNDLYIG37B6ZSJ8IVNULWMHHG3YWLTKO37V46C5CQ6TAVR9HLXM5US8VB0UJE5GIBOGEP1BRMXDYZYBRFFW9VCWC7WFFMZGOS93HKGGX7IZ3FQAZNJXU58I6HQ13H8MS3A3M1ZEGLAFCDRDLE67FDP1L41Z3WLTFJDB7FQGMRTLLLH8MY6ARTDEPPM3YS45JPD' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='22NCVZ1Q0AFW4FMGZ1I3DXBPISMBTAXDAU945RRMACDJYF44T8AOMJP0VQ8PCPBG5RP3JNUIUCM07SPGVG8A3FL63OWQYKFAESXP2G1FXGK0IKQI94MCOETOD9JKON7A77LXCGMZ2S0Y8Y3YTOR4MUHWC4EFLL7EI99SSPYG69SI0MMESE3FZP0QJHQMF42K58UF0HIKJ6V0AY7ITFIYXNWPMGJ6QLMF9DMYCLODEXVZZM4PARFZ3M28XP9CE8HWF' where id=17; -update noar ti set v0='22NCVZ1Q0AFW4FMGZ1I3DXBPISMBTAXDAU945RRMACDJYF44T8AOMJP0VQ8PCPBG5RP3JNUIUCM07SPGVG8A3FL63OWQYKFAESXP2G1FXGK0IKQI94MCOETOD9JKON7A77LXCGMZ2S0Y8Y3YTOR4MUHWC4EFLL7EI99SSPYG69SI0MMESE3FZP0QJHQMF42K58UF0HIKJ6V0AY7ITFIYXNWPMGJ6QLMF9DMYCLODEXVZZM4PARFZ3M28XP9CE8HWF' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='X4UN0BAM3WBARYX8IFUL9UIEE16IFFIW1J0P2PGSDW8MWXN4B700VQTYIV7RARVAV4D5DGZYVXJYE9EUZV3QGLXKQG6PGCE4LTJO7LOUJTIPP1ENDGUYSQFFWO5HEU7ZS5WZH403C5WBI3O27HVMPA22TEST6M02UC4SEBKQB5RCTKWO5Y42A5VMVJJI69VEP5NPX9QFOMHPIS94LD4HDU0GTGB0K2EZXG448PGMYKMF152ERO7AEZ0NKG6RJ0Q5F' where id=17; -update noar ti set v1='X4UN0BAM3WBARYX8IFUL9UIEE16IFFIW1J0P2PGSDW8MWXN4B700VQTYIV7RARVAV4D5DGZYVXJYE9EUZV3QGLXKQG6PGCE4LTJO7LOUJTIPP1ENDGUYSQFFWO5HEU7ZS5WZH403C5WBI3O27HVMPA22TEST6M02UC4SEBKQB5RCTKWO5Y42A5VMVJJI69VEP5NPX9QFOMHPIS94LD4HDU0GTGB0K2EZXG448PGMYKMF152ERO7AEZ0NKG6RJ0Q5F' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YKCOYH0X4PMF0N25DGDSMYP7B4446O9NLP99L9P9BV6C80UD5J0RFDI7KV1XEB0MYWT3JGHD25ZXJQKMSQU257V4STCBVLLCNUPGBY1KUMLS07SCFOSS5MKWZ67LMRXVB494VEGK3B102L268GGTNSPPD0JDYWVHJ9C0KZ25WDT4HM0PTOGMNH5QP6RLSYXA12QZHQE7Z8NWWNXJALMT8RXAA4PBYDVX8QQMQ3DFWX735U04MPAIYO408FGK7YCNS' where id=17; -update noar ti set v2='YKCOYH0X4PMF0N25DGDSMYP7B4446O9NLP99L9P9BV6C80UD5J0RFDI7KV1XEB0MYWT3JGHD25ZXJQKMSQU257V4STCBVLLCNUPGBY1KUMLS07SCFOSS5MKWZ67LMRXVB494VEGK3B102L268GGTNSPPD0JDYWVHJ9C0KZ25WDT4HM0PTOGMNH5QP6RLSYXA12QZHQE7Z8NWWNXJALMT8RXAA4PBYDVX8QQMQ3DFWX735U04MPAIYO408FGK7YCNS' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KP5DX5S0B9VS9WHXSAUMNKM63GIM0SPCC413Y4SHO4ODNKLVFFZ0AM0CD7C929UPOP2MFJGVS8Z1NKJBC5TIRRKZ58C6HZ61K2DLFN0QMS6H4XNWYNULB708SW2RTHCRLY8TJ6D3400IL3SYAIJ2GCT1I3FD95WY3IY8WB7RF1YAS2A18J5FY161W2G14B444KM2LAEJ8N6B20HMYJ6S280TQH77EMS2ZOGE0ANW1KQZIZYW64W0SZNUZ0VLNBXB0' where id=17; -update noar ti set v3='KP5DX5S0B9VS9WHXSAUMNKM63GIM0SPCC413Y4SHO4ODNKLVFFZ0AM0CD7C929UPOP2MFJGVS8Z1NKJBC5TIRRKZ58C6HZ61K2DLFN0QMS6H4XNWYNULB708SW2RTHCRLY8TJ6D3400IL3SYAIJ2GCT1I3FD95WY3IY8WB7RF1YAS2A18J5FY161W2G14B444KM2LAEJ8N6B20HMYJ6S280TQH77EMS2ZOGE0ANW1KQZIZYW64W0SZNUZ0VLNBXB0' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WG6VAJUZN27NNW1XPD5RV9L46GQ0L7CGMJNTASQ4VOU4I1GWFUHDTVQ6031OQ5Y3NIAK2EGTQMVKK1HB4LIVH0BQYWR0J3M3GSIKKJHE0Y0K0186HD1JC0GQR579TVQODPNQ89EEJ8Q8FDIXLJ6UWZA6R8LZRENI6OD6MXZS1YCS0C0CGBLCC48GAYGZWZ0PI3EJ22U21J21T4ZHFYBP97ZTM9I7JNMLA9IEE06X2S9EHGLDVW11BSR4EGQIXNW4W' where id=18; -update noar ti set v0='WG6VAJUZN27NNW1XPD5RV9L46GQ0L7CGMJNTASQ4VOU4I1GWFUHDTVQ6031OQ5Y3NIAK2EGTQMVKK1HB4LIVH0BQYWR0J3M3GSIKKJHE0Y0K0186HD1JC0GQR579TVQODPNQ89EEJ8Q8FDIXLJ6UWZA6R8LZRENI6OD6MXZS1YCS0C0CGBLCC48GAYGZWZ0PI3EJ22U21J21T4ZHFYBP97ZTM9I7JNMLA9IEE06X2S9EHGLDVW11BSR4EGQIXNW4W' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4HQWT2BPJW5BDQ0ZBVVOVNQS9RU4BA34KG25AHJVZ1XBKKKN8RBUC8UHW70N359XMPGPJE6N7Q59J83L1KB8JOO71NB0T7AYWPLZUH56EJZWBCWVHHYVMF7M5IMSISEXIFAKF65JH7LCL0YCCLLMF794G2SZQ811PMPVWF1X8QQQJFETEYTOD6NPB8BXXPRW5AYNA5I9MOAGR09QD7B9D70SUL4OBGSRZHNSW4EM5VMBSY97R84G91DGW24EB1KV4' where id=18; -update noar ti set v1='4HQWT2BPJW5BDQ0ZBVVOVNQS9RU4BA34KG25AHJVZ1XBKKKN8RBUC8UHW70N359XMPGPJE6N7Q59J83L1KB8JOO71NB0T7AYWPLZUH56EJZWBCWVHHYVMF7M5IMSISEXIFAKF65JH7LCL0YCCLLMF794G2SZQ811PMPVWF1X8QQQJFETEYTOD6NPB8BXXPRW5AYNA5I9MOAGR09QD7B9D70SUL4OBGSRZHNSW4EM5VMBSY97R84G91DGW24EB1KV4' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FODMS2CIVRIXOZJ4YZNX12A32R5V5PT6GL0ODOQ90N7T8YRI2KQYOHGKWIJ0XH10W7WJSA3R4U7HGYY4M2V1S2ATTTYLLYPZ3EZM2X6THUF16FQOC6CBQR2B01E4E3QVAKP2YPWKXE0QJQO8JPK2EZRE7Y8WGSFGLY3HVXUHPG8MBY6G6IQFML3KZC1ZKZUMQH9B4CSQ83N64KWY1Y043V75HV3RNW25TZ49V5V53GM6RMLP84KBAPSX0404BG928' where id=18; -update noar ti set v2='FODMS2CIVRIXOZJ4YZNX12A32R5V5PT6GL0ODOQ90N7T8YRI2KQYOHGKWIJ0XH10W7WJSA3R4U7HGYY4M2V1S2ATTTYLLYPZ3EZM2X6THUF16FQOC6CBQR2B01E4E3QVAKP2YPWKXE0QJQO8JPK2EZRE7Y8WGSFGLY3HVXUHPG8MBY6G6IQFML3KZC1ZKZUMQH9B4CSQ83N64KWY1Y043V75HV3RNW25TZ49V5V53GM6RMLP84KBAPSX0404BG928' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1BTDX55UWNACA9AKC3OQOKE16GD6SN1JD9DOHRBSC59XAGJLBS12CRXEZ1TI3V109IFQFP3GH9U61SW7MDVNK27V0X0Z3MN8L8LY728C4W80CI3C6N3J1PGQDKOKW0LWE2S5A2D7XQYK9PXEYXRKQBQZU4SOGXMONV7Y5WJC0DV1HUF4ET6HLR4GNTNI955LAEA5XXWNOM8C7NJ8ZXFXU8Y6YRECWIK1280SSZDZQ2YLC2GP6ID3FN18JQPB8DQ9Y' where id=18; -update noar ti set v3='1BTDX55UWNACA9AKC3OQOKE16GD6SN1JD9DOHRBSC59XAGJLBS12CRXEZ1TI3V109IFQFP3GH9U61SW7MDVNK27V0X0Z3MN8L8LY728C4W80CI3C6N3J1PGQDKOKW0LWE2S5A2D7XQYK9PXEYXRKQBQZU4SOGXMONV7Y5WJC0DV1HUF4ET6HLR4GNTNI955LAEA5XXWNOM8C7NJ8ZXFXU8Y6YRECWIK1280SSZDZQ2YLC2GP6ID3FN18JQPB8DQ9Y' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3S3UA4ROC3XQNGKW81PUL9LQDN01654SV1WKXSV0BY6Q0JFQN6AJI32AC18FEG18W1OVCFS7XV32ID493YWVFDRB4Z8TDDKI7LI477FFPFMGTN2G7EZFA8CL59KKOKKFMY2U57FKVUD9XJJJ5X81LP8WQ9LO3WKVLW3DFMRY9G096KJFLLI0W57FNTIZQB7OLH5I99N45FREQVT2LB0B5QGEIHLVKC1WUEVZK85MOIEIQ21N71SEDSBJP52I9PL4W' where id=19; -update noar ti set v0='3S3UA4ROC3XQNGKW81PUL9LQDN01654SV1WKXSV0BY6Q0JFQN6AJI32AC18FEG18W1OVCFS7XV32ID493YWVFDRB4Z8TDDKI7LI477FFPFMGTN2G7EZFA8CL59KKOKKFMY2U57FKVUD9XJJJ5X81LP8WQ9LO3WKVLW3DFMRY9G096KJFLLI0W57FNTIZQB7OLH5I99N45FREQVT2LB0B5QGEIHLVKC1WUEVZK85MOIEIQ21N71SEDSBJP52I9PL4W' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='X1IR527G5348PF69D1VVJQGI14U8TRI6GO0QPOHD5F1X0IUQZ4HC0O3XO9C4R01ZLWZH9LQR5ULGU3N45XZ0NHBYEQS2FIWBX2LYNLYM4U7WVM9Y3EMP4D9JIRHKVG5QSKRUUEALNZBAE78WUQHCD39PR4JJO5N4ALHK3OHEJU5M32A6S7UWFO15P0LA48D6VVKMUM7KY8JMOVUP1I2QGP8NUJ1TAYJXNES8W24CIYJXRTVF1AVU71TIC9QA07LOF' where id=19; -update noar ti set v1='X1IR527G5348PF69D1VVJQGI14U8TRI6GO0QPOHD5F1X0IUQZ4HC0O3XO9C4R01ZLWZH9LQR5ULGU3N45XZ0NHBYEQS2FIWBX2LYNLYM4U7WVM9Y3EMP4D9JIRHKVG5QSKRUUEALNZBAE78WUQHCD39PR4JJO5N4ALHK3OHEJU5M32A6S7UWFO15P0LA48D6VVKMUM7KY8JMOVUP1I2QGP8NUJ1TAYJXNES8W24CIYJXRTVF1AVU71TIC9QA07LOF' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KJ7ZA27HMCST439WCTJV138RKVKCGWQ0D36I65SR0MBFA75FTG1MTL5JR4921Z3JYOSAERNSVJY0LXD29XZ7XHYA3EXIEIGF3WMZKRPMV08SLEGHQTJ88I48HP96JWJBWGB8V198HLQV8LP2IUPSLWFIJD0M35JAN4J54PB9I8N7VCV3MOCSUZOUSD43CYFCRL3CJ1GSZ4Q6E6SJ8J5UUC1ZU51QYFH2EZ1KF9ZD2416THENRTG8IE2MJFHMJX7J5' where id=19; -update noar ti set v2='KJ7ZA27HMCST439WCTJV138RKVKCGWQ0D36I65SR0MBFA75FTG1MTL5JR4921Z3JYOSAERNSVJY0LXD29XZ7XHYA3EXIEIGF3WMZKRPMV08SLEGHQTJ88I48HP96JWJBWGB8V198HLQV8LP2IUPSLWFIJD0M35JAN4J54PB9I8N7VCV3MOCSUZOUSD43CYFCRL3CJ1GSZ4Q6E6SJ8J5UUC1ZU51QYFH2EZ1KF9ZD2416THENRTG8IE2MJFHMJX7J5' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='55UKNY3IE2N16U0HZ2O9Q0L515BSAK0J5W80LPSZ4QUN105EKN5IOU9PW6WB1AME17JZT9WV6QH1GWIC56732TMYD7E1MW4ZAMQL49O9Z1HKSIV6C0URGKBFC2MDGLE7J19TQK5RP9MD7331FPII0ZMZFWC1ZAI61GJI3ARQ1SEZVTAI7N6C4XFUAYPKNIVMYE4U343HL1F0KLGGSG7HXMG5L1F1ZW8Q9LLQCXORQPBX1MWUJBXIMD1JD4DI83HHW' where id=19; -update noar ti set v3='55UKNY3IE2N16U0HZ2O9Q0L515BSAK0J5W80LPSZ4QUN105EKN5IOU9PW6WB1AME17JZT9WV6QH1GWIC56732TMYD7E1MW4ZAMQL49O9Z1HKSIV6C0URGKBFC2MDGLE7J19TQK5RP9MD7331FPII0ZMZFWC1ZAI61GJI3ARQ1SEZVTAI7N6C4XFUAYPKNIVMYE4U343HL1F0KLGGSG7HXMG5L1F1ZW8Q9LLQCXORQPBX1MWUJBXIMD1JD4DI83HHW' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9A4B5GRQGF4NXLB6WTBXEO2T5G18CTDFXNN2Y0S9MJTN6V3VOWVTG8R3KG4UQDPXZV9SOZ9EHJT3CTJJKF5MRRAYTF87592OWN6QMOOGS8N37NK45Y93DA8ZVQ2NT1XPOKJFOGDOFWD2TY92XYMWGSS2L8DYCZ6TWBM4H94Y62WNHJP5T7P7EBBBG40H4TT51FMBE2Z4X0SN5FTFFB0A7IL3HEF6APLWAG9P2RKCHFA0M9YXWIGX5MFUWLBO5E3N5' where id=20; -update noar ti set v0='9A4B5GRQGF4NXLB6WTBXEO2T5G18CTDFXNN2Y0S9MJTN6V3VOWVTG8R3KG4UQDPXZV9SOZ9EHJT3CTJJKF5MRRAYTF87592OWN6QMOOGS8N37NK45Y93DA8ZVQ2NT1XPOKJFOGDOFWD2TY92XYMWGSS2L8DYCZ6TWBM4H94Y62WNHJP5T7P7EBBBG40H4TT51FMBE2Z4X0SN5FTFFB0A7IL3HEF6APLWAG9P2RKCHFA0M9YXWIGX5MFUWLBO5E3N5' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZLG2AY5DRT5OVNO77Z2IU9NQMV8FPO431XBAROHR1FXIY2YVEIOXPNZ22ZMED2ECTPEOLNEWN3EDMYATY32J2QEI5XRJS242T28BXH79PCVYMHDVEV2LVINDRDCB8DYACSA8M6FJMNKGPB9G8YQX5QLXKFX1MXJWOHLW1MVXKSGR5AA0LYJPVFK0LG0UK26TIC4S85P3ZLLTS29C2D92Y6U8TY9N781QN2Z8A8KJ0S3I3L9JTQVMA2DCBEJG4WA92' where id=20; -update noar ti set v1='ZLG2AY5DRT5OVNO77Z2IU9NQMV8FPO431XBAROHR1FXIY2YVEIOXPNZ22ZMED2ECTPEOLNEWN3EDMYATY32J2QEI5XRJS242T28BXH79PCVYMHDVEV2LVINDRDCB8DYACSA8M6FJMNKGPB9G8YQX5QLXKFX1MXJWOHLW1MVXKSGR5AA0LYJPVFK0LG0UK26TIC4S85P3ZLLTS29C2D92Y6U8TY9N781QN2Z8A8KJ0S3I3L9JTQVMA2DCBEJG4WA92' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='53T4WDL12NJU2J7V66V4AEB78XI3CSH0AHP0DGGK96ZCJQI73V3Z1PU1325GKXW558482ZP0B2JUDPSXBC9R9RCXE1SUDP41C78DQ3V624SCOYK6ZU1F03NB63N3GF1EZJE1OUSMH0I3PK3HRXXESYSAQF46BNB4DMWAA47KBTZIA7IJY1V6S57SA6DXW4ATKENCH8GEYP01IYF6LPEFXRVL912XTK5LD1H4PR1GRAN14SLG5ES63MM4S3KPZCX1Y' where id=20; -update noar ti set v2='53T4WDL12NJU2J7V66V4AEB78XI3CSH0AHP0DGGK96ZCJQI73V3Z1PU1325GKXW558482ZP0B2JUDPSXBC9R9RCXE1SUDP41C78DQ3V624SCOYK6ZU1F03NB63N3GF1EZJE1OUSMH0I3PK3HRXXESYSAQF46BNB4DMWAA47KBTZIA7IJY1V6S57SA6DXW4ATKENCH8GEYP01IYF6LPEFXRVL912XTK5LD1H4PR1GRAN14SLG5ES63MM4S3KPZCX1Y' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MIUQ1V9AMOCMV1NFBCN6UXKYUE89QWR09P88V5V7JNET38YL65JERW9T54FWCD8QFLDR72S0HV41OVGE54A2UQB0XU7KLMGNK80S1C49O806IIT1MEBS26QP3L0AGJOYOXECQE8EUTWC87JAWRDDD9LEFGMSZ9PBHPZ91BMOUKIJB3KJ9ONCGG7D4DT1TY37YZJBIV6FB69A886ZCY9TZD6WX0EFU46H1GL9F6VFGFGJ3AJ1EA3JUAIPY4W5T43TO' where id=20; -update noar ti set v3='MIUQ1V9AMOCMV1NFBCN6UXKYUE89QWR09P88V5V7JNET38YL65JERW9T54FWCD8QFLDR72S0HV41OVGE54A2UQB0XU7KLMGNK80S1C49O806IIT1MEBS26QP3L0AGJOYOXECQE8EUTWC87JAWRDDD9LEFGMSZ9PBHPZ91BMOUKIJB3KJ9ONCGG7D4DT1TY37YZJBIV6FB69A886ZCY9TZD6WX0EFU46H1GL9F6VFGFGJ3AJ1EA3JUAIPY4W5T43TO' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SVLUC9216J60KEPVL9OC5SJ1H6KQASP581PAU8Y99I28XXPGZ217JOASTSJR1C6CA6ZPWER9DYOQNQM96W8I9N9U2LCSV8C3JTERE1V5CF6YSN8X2U6NQECHMPLQNV8PNXCPLKOI4OYXC83IOMG8QA9C2VG6WIPEQUBLZDNA7C6CWAG0IFYMU1VU5UPQJ0U7XF9ND0JTEKJONI5QKBZ4T2M07FFB566N9DIHRAFJC7UR2MS4SV1SQQMKKGAQEUN6U' where id=21; -update noar ti set v0='SVLUC9216J60KEPVL9OC5SJ1H6KQASP581PAU8Y99I28XXPGZ217JOASTSJR1C6CA6ZPWER9DYOQNQM96W8I9N9U2LCSV8C3JTERE1V5CF6YSN8X2U6NQECHMPLQNV8PNXCPLKOI4OYXC83IOMG8QA9C2VG6WIPEQUBLZDNA7C6CWAG0IFYMU1VU5UPQJ0U7XF9ND0JTEKJONI5QKBZ4T2M07FFB566N9DIHRAFJC7UR2MS4SV1SQQMKKGAQEUN6U' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G387H4MFM9PFE6MBY8BRAHEOY6A1MS9NIAJQMWD3IYVQK36UQRUUZG6R78XDKIC2NX7RNQVLILYKE1VPQ6OD040HKUOYCB00F8OB6ZZPABNZFH2T5DDDDQE1DAU0NIVC5X7WQMIB47AA18D7EWLP1R03D7WKASR8WKGNE3DIDQR3S4UA6UCM174RV9XW8YLAMSJ7SFATJ9LYTNQQW6868SIW0ICY1JB8GXJY0Q4V9EVI0XKFJCUZ9GWFF5BYDXFXW' where id=21; -update noar ti set v1='G387H4MFM9PFE6MBY8BRAHEOY6A1MS9NIAJQMWD3IYVQK36UQRUUZG6R78XDKIC2NX7RNQVLILYKE1VPQ6OD040HKUOYCB00F8OB6ZZPABNZFH2T5DDDDQE1DAU0NIVC5X7WQMIB47AA18D7EWLP1R03D7WKASR8WKGNE3DIDQR3S4UA6UCM174RV9XW8YLAMSJ7SFATJ9LYTNQQW6868SIW0ICY1JB8GXJY0Q4V9EVI0XKFJCUZ9GWFF5BYDXFXW' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RTFNBX0IMOHQGV2J2BO2DCI9GNHL2LUOVXWIV6PRLNRVQTIOS6OTQWA5K66WAWYZBO3IF54ZSMFYADTRNJ8370D8XO5ENUBQ2XNLWQUGOLPMKQ8FDHIR1O3399XV1WXP9BMRKKSQ9MWC6OWUB40LJX0YJIP0DE0BELD1B7YNP7FBG92VZ8NQKS5GAI9Z4XP7VXGTT4SH0EMX44ZOOTV5VXK4ZE2V98M8FEEHW7U5QDP4SJYRI33XOLFKYHFMZX6ZB' where id=21; -update noar ti set v2='RTFNBX0IMOHQGV2J2BO2DCI9GNHL2LUOVXWIV6PRLNRVQTIOS6OTQWA5K66WAWYZBO3IF54ZSMFYADTRNJ8370D8XO5ENUBQ2XNLWQUGOLPMKQ8FDHIR1O3399XV1WXP9BMRKKSQ9MWC6OWUB40LJX0YJIP0DE0BELD1B7YNP7FBG92VZ8NQKS5GAI9Z4XP7VXGTT4SH0EMX44ZOOTV5VXK4ZE2V98M8FEEHW7U5QDP4SJYRI33XOLFKYHFMZX6ZB' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WXBULGD94O04KDUPE250V2XT6DDAL2NSUORYTI50TCRTMNJ8XNRV775P7QEYGS7E9IOWFBUFA2XSFXW0WISEJMYTE0BJKQIXZSQX58E9ANQUH56DBEIWBOY0PIJJNZ3ADLMM49T4RX69IX1W4M86W56DM2ATXLTOGJC0SPPYQMMMWA2MGENIUWKI022W3FWNKLSHSGV8SAEW6XTF6GPYBGLYHS6XUS454PPQE6GGK0UB4TNLDQXFS7UDUGB2CWYQO' where id=21; -update noar ti set v3='WXBULGD94O04KDUPE250V2XT6DDAL2NSUORYTI50TCRTMNJ8XNRV775P7QEYGS7E9IOWFBUFA2XSFXW0WISEJMYTE0BJKQIXZSQX58E9ANQUH56DBEIWBOY0PIJJNZ3ADLMM49T4RX69IX1W4M86W56DM2ATXLTOGJC0SPPYQMMMWA2MGENIUWKI022W3FWNKLSHSGV8SAEW6XTF6GPYBGLYHS6XUS454PPQE6GGK0UB4TNLDQXFS7UDUGB2CWYQO' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JEEZEZGZ7ONLNEXWNOZ6IEOLE70TS3FG9M1B48MGOMZ67QQEZ4KX7PJUIPAECUE8TRF5NOODH9C405C5DD1YESEOMTCGP54NET4WJ0XG3Q88JK6NHAF1T85KM3JDSIUDHXUDGIJA1ISS7YRUBI4NY3SCBP6NEO6YJWP605301X5SQW6GD6E1PR07YPPULZO85CR2EGGM483ZBFJWA1MMBCO8CX6885JAOM078PIA8FTQ1ERDBQRUW2Y30PCGEJ1RC' where id=22; -update noar ti set v0='JEEZEZGZ7ONLNEXWNOZ6IEOLE70TS3FG9M1B48MGOMZ67QQEZ4KX7PJUIPAECUE8TRF5NOODH9C405C5DD1YESEOMTCGP54NET4WJ0XG3Q88JK6NHAF1T85KM3JDSIUDHXUDGIJA1ISS7YRUBI4NY3SCBP6NEO6YJWP605301X5SQW6GD6E1PR07YPPULZO85CR2EGGM483ZBFJWA1MMBCO8CX6885JAOM078PIA8FTQ1ERDBQRUW2Y30PCGEJ1RC' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L14W6JEIRD4STH3155ALH505X12KZM78GJ20UJT7HS7OH05LT36MUTEDO64UEOQCBAQ8SZF2PFHXF7AH4OJ63EA7V4KRD5SJK7B2ZKZ8V0RQJ4WQYVKK1H9SM2WCLJU8WASNP6K5I3WGFT7O56GFX0BBMGJQ9QMPPLFCDIW9X7S1AFV2A91WT9443OQ92J086H7GOJKPC2OHXLLGVSWFG6LRQ165WQ6ZJFV9WHWMY71E6OLP4SBDKFI5XWGT29UW9' where id=22; -update noar ti set v1='L14W6JEIRD4STH3155ALH505X12KZM78GJ20UJT7HS7OH05LT36MUTEDO64UEOQCBAQ8SZF2PFHXF7AH4OJ63EA7V4KRD5SJK7B2ZKZ8V0RQJ4WQYVKK1H9SM2WCLJU8WASNP6K5I3WGFT7O56GFX0BBMGJQ9QMPPLFCDIW9X7S1AFV2A91WT9443OQ92J086H7GOJKPC2OHXLLGVSWFG6LRQ165WQ6ZJFV9WHWMY71E6OLP4SBDKFI5XWGT29UW9' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UO15756S4IHK8GC5580ND2Z523LKMT8J48J4GXFJTBSJ9QTCJ9T1VWDD92UQ7FI82R3BCOLJM4JV09GAW4D02QR3OFJH665RYQYVPW60DXHBFCO1VZTOR4XMOE749DWZUYUJ5L09MKCQLHVF1SKWI3SKXDOE6NNAX6FZD1KC22ILYI6CV379FCZZ525I64Z1WXGHD6O2XNJJSIRQEE5SYDKR75PKLA5B3ZM1WY7SQ0F3EGB8T85IN6NIZH9W8CQCZ' where id=22; -update noar ti set v2='UO15756S4IHK8GC5580ND2Z523LKMT8J48J4GXFJTBSJ9QTCJ9T1VWDD92UQ7FI82R3BCOLJM4JV09GAW4D02QR3OFJH665RYQYVPW60DXHBFCO1VZTOR4XMOE749DWZUYUJ5L09MKCQLHVF1SKWI3SKXDOE6NNAX6FZD1KC22ILYI6CV379FCZZ525I64Z1WXGHD6O2XNJJSIRQEE5SYDKR75PKLA5B3ZM1WY7SQ0F3EGB8T85IN6NIZH9W8CQCZ' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='48G9L26BM5A5IL4MF2VFZ7SAC5XQEFKBNU898PMEW7TANRVXIW6Y1JEYQMTURT6HRF355ROJ1E09OR5Z5GI2H3724R86NIBCQ4G2BQFCACINEDJNKN04A46BJGV4G4PPB67ALJJEZJQ0X9EYHISYQH6TCWQ4AX7CL0ZCKNNY6CP2VHYSQ8OCI3JMRBPLJRLB9PXULNTG6IKQ6J4K66C3RM6122FLFTZYZCNKEA692YNF71QS7VU8W260EAHSGO42H' where id=22; -update noar ti set v3='48G9L26BM5A5IL4MF2VFZ7SAC5XQEFKBNU898PMEW7TANRVXIW6Y1JEYQMTURT6HRF355ROJ1E09OR5Z5GI2H3724R86NIBCQ4G2BQFCACINEDJNKN04A46BJGV4G4PPB67ALJJEZJQ0X9EYHISYQH6TCWQ4AX7CL0ZCKNNY6CP2VHYSQ8OCI3JMRBPLJRLB9PXULNTG6IKQ6J4K66C3RM6122FLFTZYZCNKEA692YNF71QS7VU8W260EAHSGO42H' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='742W4TS0469RFUNWNWDLI1TQJF2VMR3WZWVURHMRRV7FD4LIRO8HIVBW6SMMJHINQ7IR670MKDA46P3P2IQNJ8GE9JZOC4W2UOIW2HLOTVKVA2NH52P3PSYI8O6XM8ZOESMS5VTSTSYRU29U7Q5P6AH9KNSGMIXOTV24FGT3E7SU1P05XKZVGFRU8OF4YITK37DEUAWY0C57EI95OEH07M99GCXQ68RPZF3DZ84IFGTV4Q35FR8Z01FAEC8F81ZM6' where id=23; -update noar ti set v0='742W4TS0469RFUNWNWDLI1TQJF2VMR3WZWVURHMRRV7FD4LIRO8HIVBW6SMMJHINQ7IR670MKDA46P3P2IQNJ8GE9JZOC4W2UOIW2HLOTVKVA2NH52P3PSYI8O6XM8ZOESMS5VTSTSYRU29U7Q5P6AH9KNSGMIXOTV24FGT3E7SU1P05XKZVGFRU8OF4YITK37DEUAWY0C57EI95OEH07M99GCXQ68RPZF3DZ84IFGTV4Q35FR8Z01FAEC8F81ZM6' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FPBNQIHCIJ810F5HG2JL6G8WW4DNU0POZ3TKRAU0RD32YGB27APJJB3GBO1826IB1C1OVJBSE6X2N0VI8RDWLHE2K36ZNTX1ILGEULWH8W0AH8N2W3B6886XENFFRUGD2C8EXKMD5FMSFWP0VJD7GS244EDSTJXGQA31ZM86EW9HCCH131RVXDVQ54DGD6X8QKRIILOI5355EKFHTKQM9HCP00IWYSNA56JMPZDO7AGJCC31PH4XOB3R23Y89S8AC' where id=23; -update noar ti set v1='FPBNQIHCIJ810F5HG2JL6G8WW4DNU0POZ3TKRAU0RD32YGB27APJJB3GBO1826IB1C1OVJBSE6X2N0VI8RDWLHE2K36ZNTX1ILGEULWH8W0AH8N2W3B6886XENFFRUGD2C8EXKMD5FMSFWP0VJD7GS244EDSTJXGQA31ZM86EW9HCCH131RVXDVQ54DGD6X8QKRIILOI5355EKFHTKQM9HCP00IWYSNA56JMPZDO7AGJCC31PH4XOB3R23Y89S8AC' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SSXNTOVFT1V1W09WGG0UFW0KI84DZUUVAWPH989N2H76M1ZXQLH8FBFG9JC124ESP2Q7U4LSIVFQ681AAO99NJLOHVWI83ALBHUF6QNZKZG0MPPQ4FI02TQUUWRYOUD7IBMQACR36IB7XGZ01U7DI60GCA3AOB9IFHB48KVJTTHVIWBYURC640DHSTKH2YXUSNJHIUBFNLO8BIVJ67WZ60USJ542HEB6KK1TIBDH348LBJ3DIS8V9CMR3A3OCJ6A7' where id=23; -update noar ti set v2='SSXNTOVFT1V1W09WGG0UFW0KI84DZUUVAWPH989N2H76M1ZXQLH8FBFG9JC124ESP2Q7U4LSIVFQ681AAO99NJLOHVWI83ALBHUF6QNZKZG0MPPQ4FI02TQUUWRYOUD7IBMQACR36IB7XGZ01U7DI60GCA3AOB9IFHB48KVJTTHVIWBYURC640DHSTKH2YXUSNJHIUBFNLO8BIVJ67WZ60USJ542HEB6KK1TIBDH348LBJ3DIS8V9CMR3A3OCJ6A7' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7OYKHHGBLUCKU96U9QEYG8RLEAQQRQZRDCTUX6C0AMSPEB867J72NBKRGSKQIBA3TB50J5HYSVPCFTUKDYW54F10W388C046KDSZWYJ8W97FR0WRN7U2T84X5VF54ICHFZF9LNNN4NXP6EUDSX0T39UEI82W5GF1VVCQ8CX7ZLVMEST9KH6267DYB1E067NW2T3IGW8ZJVS9UAWK2ALGHEVOBNAKOENJWE6IGNEND4WK1DMUVVVN0R4S4KEYXYXGY' where id=23; -update noar ti set v3='7OYKHHGBLUCKU96U9QEYG8RLEAQQRQZRDCTUX6C0AMSPEB867J72NBKRGSKQIBA3TB50J5HYSVPCFTUKDYW54F10W388C046KDSZWYJ8W97FR0WRN7U2T84X5VF54ICHFZF9LNNN4NXP6EUDSX0T39UEI82W5GF1VVCQ8CX7ZLVMEST9KH6267DYB1E067NW2T3IGW8ZJVS9UAWK2ALGHEVOBNAKOENJWE6IGNEND4WK1DMUVVVN0R4S4KEYXYXGY' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UKHGEYJNEHB43UYR29RVIX2E69BM38JXOIWFE0YKEGM21M2QBYN9LLTTUZFIGG1MQJL3NJJF4VT704R5L38LZ6JRAQL8XPDRQ4P7JBYKXR43AXWZEO4GF8RD90R1750ZGGFVOCMQPEH1SZLBU9GA5RH3U9XR43D02N1YLV2OK81J1JPEF3SO600S0F9EHDSRZROBYPTO964G2B1IEUT4B8LXV0JQ011KBLNKQ2HY29DY2GIBS2QP0DPYGGGL04VRX' where id=24; -update noar ti set v0='UKHGEYJNEHB43UYR29RVIX2E69BM38JXOIWFE0YKEGM21M2QBYN9LLTTUZFIGG1MQJL3NJJF4VT704R5L38LZ6JRAQL8XPDRQ4P7JBYKXR43AXWZEO4GF8RD90R1750ZGGFVOCMQPEH1SZLBU9GA5RH3U9XR43D02N1YLV2OK81J1JPEF3SO600S0F9EHDSRZROBYPTO964G2B1IEUT4B8LXV0JQ011KBLNKQ2HY29DY2GIBS2QP0DPYGGGL04VRX' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WR3NEMXH8RB6CVIENPJRQE5UU412PHLH1K9LSHKMKQQW1KW57G0YWOS081DB9HL7DBR2B2FW9SUZOS37YTVCHWT8CTTIB78WWTSEVFNTRH4WPZ5BRN1W3Q8Q0IE8ZHAW6VD2JRFI6O384RABB61MF09H9YWX3FLTDU75UG1CTV8NW00BEXI58PHJSWHC4OIOUOKZBN8GQBJFX0WB4HS14LWEJ7MB2KJQDAIEN5J1H78KYLZ9HTKIFQEASH188HTMD' where id=24; -update noar ti set v1='WR3NEMXH8RB6CVIENPJRQE5UU412PHLH1K9LSHKMKQQW1KW57G0YWOS081DB9HL7DBR2B2FW9SUZOS37YTVCHWT8CTTIB78WWTSEVFNTRH4WPZ5BRN1W3Q8Q0IE8ZHAW6VD2JRFI6O384RABB61MF09H9YWX3FLTDU75UG1CTV8NW00BEXI58PHJSWHC4OIOUOKZBN8GQBJFX0WB4HS14LWEJ7MB2KJQDAIEN5J1H78KYLZ9HTKIFQEASH188HTMD' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UCAQ0O4WP1ILS1UAVXLI6P4506AIR4L2C85SDBQGRQ8UCUCRALFACCV62U1CBAI1QNGFDXI59ISN3M48235LYA279VU96P38BFPFJPRNAQXR3H3CAUXTQSQLMJZS00HBWLW2T6ZDP0S8QGHGO84HI0MQ6DAZT4UKYQKAWRE4AIAY3PHEQWX23UN55W2YLKGTFWILEDICTITMZZ5DFIGXMQC9DERTEBU7ZCG2LEWPIR6K3GAWAA9SIK8RPWTS6S0TK' where id=24; -update noar ti set v2='UCAQ0O4WP1ILS1UAVXLI6P4506AIR4L2C85SDBQGRQ8UCUCRALFACCV62U1CBAI1QNGFDXI59ISN3M48235LYA279VU96P38BFPFJPRNAQXR3H3CAUXTQSQLMJZS00HBWLW2T6ZDP0S8QGHGO84HI0MQ6DAZT4UKYQKAWRE4AIAY3PHEQWX23UN55W2YLKGTFWILEDICTITMZZ5DFIGXMQC9DERTEBU7ZCG2LEWPIR6K3GAWAA9SIK8RPWTS6S0TK' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XGLATUXOQZCS5PVNTA7P4BKEHF23QYWXMO6FL334424I087RPN9095VM4SBBK7RSQNW9R1EDNMCLHEFDBWUZ8APJ26POHN3SWHL6BR3W5I3KONYG9TEHM38ELG4EP7GTZ0H3TLGUZS1WT2PF1U468M9PX57DGYTXYH1KET4P8EP24ZBK783ZTRHC60MKYM6CV53TZM5EID31GJAED5DNOG6FBJ31DPCKKB70EG6B1O5V0NUNLY28ZAZMNOTCXY2OM' where id=24; -update noar ti set v3='XGLATUXOQZCS5PVNTA7P4BKEHF23QYWXMO6FL334424I087RPN9095VM4SBBK7RSQNW9R1EDNMCLHEFDBWUZ8APJ26POHN3SWHL6BR3W5I3KONYG9TEHM38ELG4EP7GTZ0H3TLGUZS1WT2PF1U468M9PX57DGYTXYH1KET4P8EP24ZBK783ZTRHC60MKYM6CV53TZM5EID31GJAED5DNOG6FBJ31DPCKKB70EG6B1O5V0NUNLY28ZAZMNOTCXY2OM' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LET2ITC7OAO0EV495YIAH04HVBSXWFG4FS202U7P369X29RB8EBI86EMMKITTGOQROVSVD5ZT2IOE6FXM5SLQLN8QZD3K0MGUEE8UGPBLBAE7PLX71IJ3LLERHTFZTGYWR1E0YA4A3VPZYV9HGCG0149HK7FN36U9DCOE4AM4264LMJ1GK4QOMDKCDMV7JLD5MVUJZX8Y6N8NHHLCQ1FVT7P15LC7CJOPNIO482RXFD8BY53FY0LS895WMW5PKCA0' where id=25; -update noar ti set v0='LET2ITC7OAO0EV495YIAH04HVBSXWFG4FS202U7P369X29RB8EBI86EMMKITTGOQROVSVD5ZT2IOE6FXM5SLQLN8QZD3K0MGUEE8UGPBLBAE7PLX71IJ3LLERHTFZTGYWR1E0YA4A3VPZYV9HGCG0149HK7FN36U9DCOE4AM4264LMJ1GK4QOMDKCDMV7JLD5MVUJZX8Y6N8NHHLCQ1FVT7P15LC7CJOPNIO482RXFD8BY53FY0LS895WMW5PKCA0' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BLLIFZZB3919MUJNPCVE7BSOY7J1YJS7ALBBMYTZVZ3EVHMP47DKE59BUOA4A3H731EYB4AVUCY7KSOGZJDKIL51UMQIW1RI1Q6TRTC1K2430ZU08FTNWROFC250J6X24AIYPL5BG8MIYYPIE36KPG9B1CHLA568L06A22CDU9P90DEP7Z6X0OO4DCNT2ZRL54CPFM0TD71S05RJUALNU4LMCOCSFIB0WYGEDQ1W3UWWD9S2O2IUUSCSUX6E1KGP6' where id=25; -update noar ti set v1='BLLIFZZB3919MUJNPCVE7BSOY7J1YJS7ALBBMYTZVZ3EVHMP47DKE59BUOA4A3H731EYB4AVUCY7KSOGZJDKIL51UMQIW1RI1Q6TRTC1K2430ZU08FTNWROFC250J6X24AIYPL5BG8MIYYPIE36KPG9B1CHLA568L06A22CDU9P90DEP7Z6X0OO4DCNT2ZRL54CPFM0TD71S05RJUALNU4LMCOCSFIB0WYGEDQ1W3UWWD9S2O2IUUSCSUX6E1KGP6' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E3DEFLQW33FV7W6GXU4KUXFAMQ1T2GS0JM7YSZOI8VS8LLGVEFLWPVU19E1Z2GVP7AQ2CT0HSMFJUPALLHHNKH4L327F3FWATH3KFZ2FQL7SE7TNMB35B19KB4ZFWURWC7MENP8OX34BVXOXLHNC06H1T9CHT968UZK6QTGY4D82KMNTQ9FPWTL42B9VEBM8EGK9SMKKZ39KTMTJE1NA2OBBGGLYC4ZRDOHT173EZF1SSQEFTL83OTFFZF6JH741U' where id=25; -update noar ti set v2='E3DEFLQW33FV7W6GXU4KUXFAMQ1T2GS0JM7YSZOI8VS8LLGVEFLWPVU19E1Z2GVP7AQ2CT0HSMFJUPALLHHNKH4L327F3FWATH3KFZ2FQL7SE7TNMB35B19KB4ZFWURWC7MENP8OX34BVXOXLHNC06H1T9CHT968UZK6QTGY4D82KMNTQ9FPWTL42B9VEBM8EGK9SMKKZ39KTMTJE1NA2OBBGGLYC4ZRDOHT173EZF1SSQEFTL83OTFFZF6JH741U' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G7DCK92JDBMTPDWV5E3AU6N81LP41Z2LE157M222BUUC7JNBFAB1CLTM5NRN3E3OT5V0X0PND9RXZJXBCQO6XIG60ZT9UMLKY5JMFVZRFCJ1FVS4WD1RAEGBPNWYWOU857QVJ87C602NB7TDQCAURU7ZE2JCYQCV5N83XW9Z4JCVUS7MOJFLLBOCQEN1BHVCG4ZW11YFN8F8JDAH4F0W4HUZE7D7S3YZC3HEVYMJVWEBQUEI96D5UHCZ9NZ2AFAAS' where id=25; -update noar ti set v3='G7DCK92JDBMTPDWV5E3AU6N81LP41Z2LE157M222BUUC7JNBFAB1CLTM5NRN3E3OT5V0X0PND9RXZJXBCQO6XIG60ZT9UMLKY5JMFVZRFCJ1FVS4WD1RAEGBPNWYWOU857QVJ87C602NB7TDQCAURU7ZE2JCYQCV5N83XW9Z4JCVUS7MOJFLLBOCQEN1BHVCG4ZW11YFN8F8JDAH4F0W4HUZE7D7S3YZC3HEVYMJVWEBQUEI96D5UHCZ9NZ2AFAAS' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='92KSYM6D0QCDKV6DR6LGYQAJEPP6K3JK2MTYAJNH0OXI4VQHM83F3BNE98KWRN42GS47PMIAEJ026T8JH1OT3YXNMVVN7SX0EENAWG1UO7M83KHK9WA93W3UYPTSJ1AHT9CLSXFONP9SP2RERG0VNRZQQKIUTPPXO2QE5HJJVIWW051SWF6UUR188AKPEIXZ908JSOEGFJ2QTYY1LZ7GN2AG3JMLT8KOT8VXJRKVVY8BVVI13O5GDKL748CC5T762' where id=26; -update noar ti set v0='92KSYM6D0QCDKV6DR6LGYQAJEPP6K3JK2MTYAJNH0OXI4VQHM83F3BNE98KWRN42GS47PMIAEJ026T8JH1OT3YXNMVVN7SX0EENAWG1UO7M83KHK9WA93W3UYPTSJ1AHT9CLSXFONP9SP2RERG0VNRZQQKIUTPPXO2QE5HJJVIWW051SWF6UUR188AKPEIXZ908JSOEGFJ2QTYY1LZ7GN2AG3JMLT8KOT8VXJRKVVY8BVVI13O5GDKL748CC5T762' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JXZVHXEQD2EXJZ31HK5GXDP0Z5LMZAT3ODLLX9RHRVO581QGVDIY982M6K8KGVDGHQDI1ZMTP3XVO1XTCSB9UUFHNAREOI92W32044SGWWXY5310TIK780YKWDNC1UQ86014PDT4KVHYWCGKYMIEGRLG989E708XTK78R41RQPM370QLS9VNWS6IGY2L6VISSPYVRFF0I4BB966ZGJX5W4K3NH1GEJT5DMN1DFQ7YIL2U9KMHRUUABJC6SEVXDHXA' where id=26; -update noar ti set v1='JXZVHXEQD2EXJZ31HK5GXDP0Z5LMZAT3ODLLX9RHRVO581QGVDIY982M6K8KGVDGHQDI1ZMTP3XVO1XTCSB9UUFHNAREOI92W32044SGWWXY5310TIK780YKWDNC1UQ86014PDT4KVHYWCGKYMIEGRLG989E708XTK78R41RQPM370QLS9VNWS6IGY2L6VISSPYVRFF0I4BB966ZGJX5W4K3NH1GEJT5DMN1DFQ7YIL2U9KMHRUUABJC6SEVXDHXA' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6A6VBLBJYWFNJZP5AO8GHNS5KSAXM4U48R990LAP038RA0YJX9TFPCJMN8QB4MS47U6J8IZHV7FCHE9PTD3ZCS66DTPTME52GQEFDQT33XDYMA8E0CV71SZ4H8FCJ7XXNEU98DW7CNDMOAQ94L3QVM86QJCCC0Z9IS6M1YQYMZ1CDWEQQN95Z6RUM97QMFCZ7UAEFI9D3MNUKP8S8XAA0GT2KBQZW5XXX8K537MZM8IHWQ0PPBDJ1MAA3ARIS7VUD' where id=26; -update noar ti set v2='6A6VBLBJYWFNJZP5AO8GHNS5KSAXM4U48R990LAP038RA0YJX9TFPCJMN8QB4MS47U6J8IZHV7FCHE9PTD3ZCS66DTPTME52GQEFDQT33XDYMA8E0CV71SZ4H8FCJ7XXNEU98DW7CNDMOAQ94L3QVM86QJCCC0Z9IS6M1YQYMZ1CDWEQQN95Z6RUM97QMFCZ7UAEFI9D3MNUKP8S8XAA0GT2KBQZW5XXX8K537MZM8IHWQ0PPBDJ1MAA3ARIS7VUD' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TYG0RN23Z6U36OA28913RTYOSX0EQ6J7Y1ME10VLMRDEBQ4HPF1VWP35TI4GVQ9G28TDTB7ZKRSKIFYFWCX9H8UUX26W0SBX9TBI0VUCPM1PZKYO3P7QQZSH88X7ZK0702KC9GAFFSMKQJA2ARWV2S4741OU4WTJAQ8ZTAM2PH25LK2ERCAX038KMWXN1K1YWV273L6STNQBJZQ7GD26GBO0VT6V9EX7RBIU1JG6UTNRAYMRCVKDVG0MRUWM0OD8O' where id=26; -update noar ti set v3='TYG0RN23Z6U36OA28913RTYOSX0EQ6J7Y1ME10VLMRDEBQ4HPF1VWP35TI4GVQ9G28TDTB7ZKRSKIFYFWCX9H8UUX26W0SBX9TBI0VUCPM1PZKYO3P7QQZSH88X7ZK0702KC9GAFFSMKQJA2ARWV2S4741OU4WTJAQ8ZTAM2PH25LK2ERCAX038KMWXN1K1YWV273L6STNQBJZQ7GD26GBO0VT6V9EX7RBIU1JG6UTNRAYMRCVKDVG0MRUWM0OD8O' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1QKXZMD6C0L0Z79BL758AD91MJFXVS5QMEX33FAPO1HG7L440CS7UO12FGEPW33X6RJ5W5NYORVTOHTLB6K7R3A5THQIN6AIMH05J1EKF9ZZZSL07GG0MSG4UVS1CQ6KYOSC3LR11XERDPT02YJS97HFDFWHMGIFPLHRZPALX5F8KPSQCQU0FVCCLM8NUKG4C9ZTSQHW1Y9BXP876U17NF7O9GR5VN4XG6ATQKKMO5KUVPQV8GK2KUVNR32EIN35G' where id=27; -update noar ti set v0='1QKXZMD6C0L0Z79BL758AD91MJFXVS5QMEX33FAPO1HG7L440CS7UO12FGEPW33X6RJ5W5NYORVTOHTLB6K7R3A5THQIN6AIMH05J1EKF9ZZZSL07GG0MSG4UVS1CQ6KYOSC3LR11XERDPT02YJS97HFDFWHMGIFPLHRZPALX5F8KPSQCQU0FVCCLM8NUKG4C9ZTSQHW1Y9BXP876U17NF7O9GR5VN4XG6ATQKKMO5KUVPQV8GK2KUVNR32EIN35G' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='43D4WF8721S3JA8E40KNKVPSRQ0A6CSIGKB60E1WG7723NVXE7ZN2HDSV62XPAXBMOB0OIS42219X1SN23XUQ43LH23L3GNKTZ601EX9G23BP1GUKXXJ4HNEHDW8VVXOVAXFL3R1X0WD2J1FU0R4N8O0DM062SNGZKDZVUV77OOAO2HQ81A29DUJ1TI23VBGNB4BPZN5D9TYHIK72WENPQURVCKRAV21GHUII9Y53UO6I05KKQKZGMLG3HC6JCYR5' where id=27; -update noar ti set v1='43D4WF8721S3JA8E40KNKVPSRQ0A6CSIGKB60E1WG7723NVXE7ZN2HDSV62XPAXBMOB0OIS42219X1SN23XUQ43LH23L3GNKTZ601EX9G23BP1GUKXXJ4HNEHDW8VVXOVAXFL3R1X0WD2J1FU0R4N8O0DM062SNGZKDZVUV77OOAO2HQ81A29DUJ1TI23VBGNB4BPZN5D9TYHIK72WENPQURVCKRAV21GHUII9Y53UO6I05KKQKZGMLG3HC6JCYR5' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TVFMQGD8SHUMGWLDECLPQOZ3DZZJSW6SESKODE5SV4WNWHTUHBQ6KKLQYDHQ8O03HM11S5NX7P20QH30C9102LI7HF754799AIDNN3OQC18CD4OP938YDZCBGFSUW24IY0G8QJQRM7BIE6FVI2WNSV04S67M4JAY20C7LZXYPBAJU17TEJN1X2ONMHM2QTOYSTDDGBPWKQD3D8716WUK1FAG9KFPY44WZXI64BU1SLA8EIFV4C0DEQJJUYGE3HIKF' where id=27; -update noar ti set v2='TVFMQGD8SHUMGWLDECLPQOZ3DZZJSW6SESKODE5SV4WNWHTUHBQ6KKLQYDHQ8O03HM11S5NX7P20QH30C9102LI7HF754799AIDNN3OQC18CD4OP938YDZCBGFSUW24IY0G8QJQRM7BIE6FVI2WNSV04S67M4JAY20C7LZXYPBAJU17TEJN1X2ONMHM2QTOYSTDDGBPWKQD3D8716WUK1FAG9KFPY44WZXI64BU1SLA8EIFV4C0DEQJJUYGE3HIKF' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C0I4MZG3VJFEYG3NN1WMQ4YFNKCB9X3VLF14YMK561P02VCEJT5DY69BT3X2L8TWFY3UEGO8W7MT2AL3ZW0ML9VG7XHT47HJ2FPES3JQO36QYRINFDAO7Z6AOEYWO7N3231SKTE9Q07WB7ME4R9C4LAH2GXWWFUAP3CXERVK88ZAQC0EXYUBNJPVCKK9Y79SY0P676HRIAWYYSN2S9EC1HB264G3WV2P4U2UOZXJWS8HO41NI1JVWEHH54SZRV7F3' where id=27; -update noar ti set v3='C0I4MZG3VJFEYG3NN1WMQ4YFNKCB9X3VLF14YMK561P02VCEJT5DY69BT3X2L8TWFY3UEGO8W7MT2AL3ZW0ML9VG7XHT47HJ2FPES3JQO36QYRINFDAO7Z6AOEYWO7N3231SKTE9Q07WB7ME4R9C4LAH2GXWWFUAP3CXERVK88ZAQC0EXYUBNJPVCKK9Y79SY0P676HRIAWYYSN2S9EC1HB264G3WV2P4U2UOZXJWS8HO41NI1JVWEHH54SZRV7F3' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1OFQBNZLWM12SWD0XSFBDNVNLEMT30TQW6B60KHOW829W8MIO6WVQLU6BRW2SEMSGQHP5T373ZXFDOKKJKEIDNKIH5YL9H6G2RBPVLU2L4ORCRU1JHKEZXO38PIK1Q2MHI2RCEZIIICPFN6RNXUXOWXAH8YFKT06HGKVNOLXEVPZCVR31XMAIK4USJ2CVMJMPW1YBCHRVTHISWU5IDB3E13TKKVMP1SYD1MIKQDT1VOMJ9YF1ITKJRM4URONRKHQS' where id=28; -update noar ti set v0='1OFQBNZLWM12SWD0XSFBDNVNLEMT30TQW6B60KHOW829W8MIO6WVQLU6BRW2SEMSGQHP5T373ZXFDOKKJKEIDNKIH5YL9H6G2RBPVLU2L4ORCRU1JHKEZXO38PIK1Q2MHI2RCEZIIICPFN6RNXUXOWXAH8YFKT06HGKVNOLXEVPZCVR31XMAIK4USJ2CVMJMPW1YBCHRVTHISWU5IDB3E13TKKVMP1SYD1MIKQDT1VOMJ9YF1ITKJRM4URONRKHQS' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GAWPIKDNCSV6UCW3UN6HR4JN75W5HWJZJHBTEE1WCIHNHULR7L9GOB627DMZW895ZDY1PTCLOSN8P32QMITOMKXUIRY67DJU0QZJHQTW147DAASJHWNMQB6ODOXU8EHREC7ECNZB1G9CMJS6BM9FTBCC3UI2VN4SSUAZMF0S052COEBF7DBJHC4T7NCTENF5RH8I44WU839IV1MAFWS10M2V73E4YDCT12VVDU2CPGHMY3CO93LBH053BKUB0ZG8Y' where id=28; -update noar ti set v1='GAWPIKDNCSV6UCW3UN6HR4JN75W5HWJZJHBTEE1WCIHNHULR7L9GOB627DMZW895ZDY1PTCLOSN8P32QMITOMKXUIRY67DJU0QZJHQTW147DAASJHWNMQB6ODOXU8EHREC7ECNZB1G9CMJS6BM9FTBCC3UI2VN4SSUAZMF0S052COEBF7DBJHC4T7NCTENF5RH8I44WU839IV1MAFWS10M2V73E4YDCT12VVDU2CPGHMY3CO93LBH053BKUB0ZG8Y' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5HGPJMITE8NL7NQWI69Q12P9QSCHAQ3WM6Z61YF69VDWSBBG2SS7LR7E6RRTI0IRDEHKP8LWVDAYNYM3FA9OK5EQEPRK53CAFWUSFVOJEGVK28363NJTY7JQPGSKT3LZB7CKLVBNF5C1EP5PPBGLAUTNX5GW9YR27TV0RYEX1SV0HJA7Q7C4IA8QQ4AWLX5GSRABN7LEWSN4NN0XQEOBNY24NFC2UQSNVOK1DJ3CX2RMYB9L2N54IVXMKQHQPRLGV' where id=28; -update noar ti set v2='5HGPJMITE8NL7NQWI69Q12P9QSCHAQ3WM6Z61YF69VDWSBBG2SS7LR7E6RRTI0IRDEHKP8LWVDAYNYM3FA9OK5EQEPRK53CAFWUSFVOJEGVK28363NJTY7JQPGSKT3LZB7CKLVBNF5C1EP5PPBGLAUTNX5GW9YR27TV0RYEX1SV0HJA7Q7C4IA8QQ4AWLX5GSRABN7LEWSN4NN0XQEOBNY24NFC2UQSNVOK1DJ3CX2RMYB9L2N54IVXMKQHQPRLGV' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GXFUU3JKG2XI92GHLAU8WQY8CEIN0TY2PZ66O7NA4LZ2TVSZJC2JLBKCAI7SH2HSZP7GJQ43SQRTU18WCUZG6RA1USKCEHHKIAMAF20WPIA1YBZ979KGUIG2HD0QB4N21BWC89XN7B57ZT2HSYMWS14IOJTAM4UO9EK7GP9E6UAECZATLT30AU58XQ291KCT6GRUDXWXFZY2J2X366NGQHYOWQ8C0GOCHC252KG37IEQTUHIX6SS27CLS4GOCMX8H' where id=28; -update noar ti set v3='GXFUU3JKG2XI92GHLAU8WQY8CEIN0TY2PZ66O7NA4LZ2TVSZJC2JLBKCAI7SH2HSZP7GJQ43SQRTU18WCUZG6RA1USKCEHHKIAMAF20WPIA1YBZ979KGUIG2HD0QB4N21BWC89XN7B57ZT2HSYMWS14IOJTAM4UO9EK7GP9E6UAECZATLT30AU58XQ291KCT6GRUDXWXFZY2J2X366NGQHYOWQ8C0GOCHC252KG37IEQTUHIX6SS27CLS4GOCMX8H' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5K63XUEFQTPX5H2T0IKFAJMAEKAZHSSSVXKPO2KEV9HKCBUV3XKT3VJ3LX9TU6GT9Y4Q9G472AFQ5HIIPUB0VR5CZ9D1FU3673OWW114HIZDXWDTR4H29D1EFSBRG1X7XF67GDLBN4MY64R98JBZBA5K86LGWE8G0O5BYVCSSEXXLP9KYESI4YK8TAOSLP5UEXX8IIWW5J6YXIQFP2AH7G0WGGZWC181NHQK0G2D9BVNWTMBHIS8ZZNLQSIUNMCYJ' where id=29; -update noar ti set v0='5K63XUEFQTPX5H2T0IKFAJMAEKAZHSSSVXKPO2KEV9HKCBUV3XKT3VJ3LX9TU6GT9Y4Q9G472AFQ5HIIPUB0VR5CZ9D1FU3673OWW114HIZDXWDTR4H29D1EFSBRG1X7XF67GDLBN4MY64R98JBZBA5K86LGWE8G0O5BYVCSSEXXLP9KYESI4YK8TAOSLP5UEXX8IIWW5J6YXIQFP2AH7G0WGGZWC181NHQK0G2D9BVNWTMBHIS8ZZNLQSIUNMCYJ' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='82MZVZTCME90GI3WF4SLY9V6J7KLUKCBDYSEZAXZZKL9PTT149R2WOA201L74YUTPNQTJABKNOIX17TG5L8FR0NOCQQT3R4XFTBAM4EDO8LCRRWQR7B8QY8E74PPMC7YYEJGFNUG6ADARWDMLKWKZOU8VFIK6AEN6OQQ4A01VH3S4VLEOBCEJRT5D1UTUXVFAZPVR8TD7FX05XX1VBR9NN6QAHR7XTI8R6ED1A3LOCKN5MBUW46IONAAM27Q4V5G3' where id=29; -update noar ti set v1='82MZVZTCME90GI3WF4SLY9V6J7KLUKCBDYSEZAXZZKL9PTT149R2WOA201L74YUTPNQTJABKNOIX17TG5L8FR0NOCQQT3R4XFTBAM4EDO8LCRRWQR7B8QY8E74PPMC7YYEJGFNUG6ADARWDMLKWKZOU8VFIK6AEN6OQQ4A01VH3S4VLEOBCEJRT5D1UTUXVFAZPVR8TD7FX05XX1VBR9NN6QAHR7XTI8R6ED1A3LOCKN5MBUW46IONAAM27Q4V5G3' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TX7ZSXD0M8HEHB1Y8HQ2SXU6AI28RXM8NDRWZ50RSUMA388ACS7VCNEBLDVPC0CYKVW5SFZ065VRQP6MN5DMOKPTCNDWDKPYFEED1OOX59A5FNUIN7WU3RF24HPB6U2P8KL7GUC9GQGFV94VETGRROIHOYI1FDZUDGFHT1FLBULOCMYQEHDHYJQ9CJNLM8IWMUGD0FGMEMT12R5MSPHZGO590ML82TUM20H08GVETBWHO0I4XR9CXPOMGZIVQN8V4' where id=29; -update noar ti set v2='TX7ZSXD0M8HEHB1Y8HQ2SXU6AI28RXM8NDRWZ50RSUMA388ACS7VCNEBLDVPC0CYKVW5SFZ065VRQP6MN5DMOKPTCNDWDKPYFEED1OOX59A5FNUIN7WU3RF24HPB6U2P8KL7GUC9GQGFV94VETGRROIHOYI1FDZUDGFHT1FLBULOCMYQEHDHYJQ9CJNLM8IWMUGD0FGMEMT12R5MSPHZGO590ML82TUM20H08GVETBWHO0I4XR9CXPOMGZIVQN8V4' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AFFXMSGVOOAZY8MZ9DSZUJE6OBIL0OF10EUA3P2WT4LU22BMPBGIGLQHU3D51QREHVS7R8NNAWG4IDEWM11AT17712HR95B633HKGZ7MRJ9WC3UJDETPRBA5KYSKCWSFS32PSQ8CXT9A5VYFQHS9FBZGGUYIL9SPX1ZD7QK6Y1AL3B3OL2KEIZTGT1VSQ5FZ492FL0G10GP8NT6WUKJU325I47XSCZD24WDRQOLZ8OBM1V7YSFCKN4P8ZWCHH2CLU' where id=29; -update noar ti set v3='AFFXMSGVOOAZY8MZ9DSZUJE6OBIL0OF10EUA3P2WT4LU22BMPBGIGLQHU3D51QREHVS7R8NNAWG4IDEWM11AT17712HR95B633HKGZ7MRJ9WC3UJDETPRBA5KYSKCWSFS32PSQ8CXT9A5VYFQHS9FBZGGUYIL9SPX1ZD7QK6Y1AL3B3OL2KEIZTGT1VSQ5FZ492FL0G10GP8NT6WUKJU325I47XSCZD24WDRQOLZ8OBM1V7YSFCKN4P8ZWCHH2CLU' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AVZOVTI3F9H67KQ1NLFI0OMIEH0R1KI9M3HHH4GRT1M4W5539BLOVTUX8NA86O2IYOF56L1JDPC6C6YPTMAXBDAMAWL4IU7CCJPYUU65CO1EJOSD9C23FB7383RPRE2XYRUUS1TXCARLGEL5PMQLHE8HQKFQYGIGU0N80AEN6X4FCI9X3QGAY256O325F5Y9OH6RBG6GY97T84LXJHRKEW0OTWJN1BH2USMV0F0YFR06GWA2AALYUHX82DEIA0CKM' where id=30; -update noar ti set v0='AVZOVTI3F9H67KQ1NLFI0OMIEH0R1KI9M3HHH4GRT1M4W5539BLOVTUX8NA86O2IYOF56L1JDPC6C6YPTMAXBDAMAWL4IU7CCJPYUU65CO1EJOSD9C23FB7383RPRE2XYRUUS1TXCARLGEL5PMQLHE8HQKFQYGIGU0N80AEN6X4FCI9X3QGAY256O325F5Y9OH6RBG6GY97T84LXJHRKEW0OTWJN1BH2USMV0F0YFR06GWA2AALYUHX82DEIA0CKM' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5T4TFDF7T34PGBMBAYVW42LB2Q8Y3FHKFJEVA4QFEAYDF4XH23D91S26B5B0WQLOO2P28PUFQ8PKML3SYVPLXEXNWJZ5UJUA1M6UU6AJGWSHULZKU0RR7JI1ULP8X6RTJRI5QJLASMGHTQW664QGDNQ8QGM5B0RV887QJ8GLLN5GJNQTO9H3EE4QM22ROOOXE8BAU5C1V45Q64P0OSZI4XEJPSIU3Z4INI1GK109SBWFQSY6UU1U06CP2534DJ4NN' where id=30; -update noar ti set v1='5T4TFDF7T34PGBMBAYVW42LB2Q8Y3FHKFJEVA4QFEAYDF4XH23D91S26B5B0WQLOO2P28PUFQ8PKML3SYVPLXEXNWJZ5UJUA1M6UU6AJGWSHULZKU0RR7JI1ULP8X6RTJRI5QJLASMGHTQW664QGDNQ8QGM5B0RV887QJ8GLLN5GJNQTO9H3EE4QM22ROOOXE8BAU5C1V45Q64P0OSZI4XEJPSIU3Z4INI1GK109SBWFQSY6UU1U06CP2534DJ4NN' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D1LGNVY0XEFYZTJPO54TLVNQWOQOOCFS6KH8L7GDNCGVOOIH9H51QAF0OM3ZS2IMNCVTZALSKRA2BZX10DHT5KOCRMF1DN9GHUWF6FUNQCLEL1YJBNNM95JXM3V80MD37FCOJDMDJYZR0685YEUT9T1I4MV2B7AKISGIF367F40LLR1ASMDX2DK46G05SC725369I2ZLJ15CDM0LISR58FUIIMSETQAGAC3NEXS4CVLWZYOQJHUHCQAQ1MCFLRQTC' where id=30; -update noar ti set v2='D1LGNVY0XEFYZTJPO54TLVNQWOQOOCFS6KH8L7GDNCGVOOIH9H51QAF0OM3ZS2IMNCVTZALSKRA2BZX10DHT5KOCRMF1DN9GHUWF6FUNQCLEL1YJBNNM95JXM3V80MD37FCOJDMDJYZR0685YEUT9T1I4MV2B7AKISGIF367F40LLR1ASMDX2DK46G05SC725369I2ZLJ15CDM0LISR58FUIIMSETQAGAC3NEXS4CVLWZYOQJHUHCQAQ1MCFLRQTC' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='87QKFKTUOM8OEINHO3ZLKFT3TROZF7LOBGX0F40EULIUCQUUUZB307SSLF266R49M8MJ8QM5J6DLYB0RV7KNVG1CONR4OP89LZS3A12COGA2CZIE57FFPT5U12T68BQY4HEKLBCAJOPF8H0X89OFYIRCCJDM0HBWBP6ZSIEYGN4LFF9U2DICMCKYLVZJHUBNHNA4WQGSQ2C2FCP6QX0K2IC2XCCZHBUQ3ZF9RMG9JZVGVID2LDPKRAP3EO0CB69EG' where id=30; -update noar ti set v3='87QKFKTUOM8OEINHO3ZLKFT3TROZF7LOBGX0F40EULIUCQUUUZB307SSLF266R49M8MJ8QM5J6DLYB0RV7KNVG1CONR4OP89LZS3A12COGA2CZIE57FFPT5U12T68BQY4HEKLBCAJOPF8H0X89OFYIRCCJDM0HBWBP6ZSIEYGN4LFF9U2DICMCKYLVZJHUBNHNA4WQGSQ2C2FCP6QX0K2IC2XCCZHBUQ3ZF9RMG9JZVGVID2LDPKRAP3EO0CB69EG' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QRQ8AHXI58TE4YCNUXJP977CTS6XUNAI1HPFCVBWDU9SJX0BV5I6JGJUO07S8Q0KA0P2FAWX5SWECS1S51PCPYHPMW6VX9ERG3XVTOGYE7LIX1XFB8X8EHC8LGZS049I9HEK77NEBSC012PDBUY2X8HBCHTJ6D2NPZFZKCXOIOEZOF5307J34V2TAII5N97J394D67A2Q89ZLI1Z2QI08S7ESPU5BJPJZIPLV2I1IMQVJKWR787EAATXSTA7AEN4E' where id=31; -update noar ti set v0='QRQ8AHXI58TE4YCNUXJP977CTS6XUNAI1HPFCVBWDU9SJX0BV5I6JGJUO07S8Q0KA0P2FAWX5SWECS1S51PCPYHPMW6VX9ERG3XVTOGYE7LIX1XFB8X8EHC8LGZS049I9HEK77NEBSC012PDBUY2X8HBCHTJ6D2NPZFZKCXOIOEZOF5307J34V2TAII5N97J394D67A2Q89ZLI1Z2QI08S7ESPU5BJPJZIPLV2I1IMQVJKWR787EAATXSTA7AEN4E' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z21OH7P1L8ZJDXU6YVO2124I51YBBUKUJT8Z3PQRHP03X2N2OYTS1SSNRHFFJGCNC4GIBBM2J036FIWHYYZ77ZNYFE2OND3CGX99SPNB3AT7PJHLJ9L5E6N9YXM9OMTNLMRSTYQJWFA4YVHU116UKNDH0QMBEHSZVBFNBHFI7XZEUE580LMOPTTF4BHD77IKMIUY17VCGX5WPS4SYNP1ODIZZAXYOKCRJ9IOFGN05I4NFGIO1CHD9ZYL045BRDCRC' where id=31; -update noar ti set v1='Z21OH7P1L8ZJDXU6YVO2124I51YBBUKUJT8Z3PQRHP03X2N2OYTS1SSNRHFFJGCNC4GIBBM2J036FIWHYYZ77ZNYFE2OND3CGX99SPNB3AT7PJHLJ9L5E6N9YXM9OMTNLMRSTYQJWFA4YVHU116UKNDH0QMBEHSZVBFNBHFI7XZEUE580LMOPTTF4BHD77IKMIUY17VCGX5WPS4SYNP1ODIZZAXYOKCRJ9IOFGN05I4NFGIO1CHD9ZYL045BRDCRC' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y57CQVM37ND2CY1PFONY4AOFEQ0ADDUY02CR5NP90PW9YCF2JQGIEU580793NP4XNXWCBRPGYVT1IPNWC6FGWFBVM3GZKZQTPZXRJ4H0FAIK29HW72OQBR60IJGY89GM31BEBLHJ9RBJY88078BL5RCEIY92LLQ8NN2F6MV1T6AAQUHXSLOJLW7EDX6RXC18KJE960BADGP85A82PE1GCT95UREIKHU8RZG2HI725WXZKLN2BBWTF3VVHWSW9AJI5' where id=31; -update noar ti set v2='Y57CQVM37ND2CY1PFONY4AOFEQ0ADDUY02CR5NP90PW9YCF2JQGIEU580793NP4XNXWCBRPGYVT1IPNWC6FGWFBVM3GZKZQTPZXRJ4H0FAIK29HW72OQBR60IJGY89GM31BEBLHJ9RBJY88078BL5RCEIY92LLQ8NN2F6MV1T6AAQUHXSLOJLW7EDX6RXC18KJE960BADGP85A82PE1GCT95UREIKHU8RZG2HI725WXZKLN2BBWTF3VVHWSW9AJI5' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PIDO3T1LWRLTSCJJ6L5JFGN4LLZ5MNWES59153PNS7133YXCQCFZRAOV6XHAEFVEOXGNSIVFZEA7299SE4PQ3ZDJERC6AHLQHQK0HAUOA3E73KCLJS8HSMDRG6VO60JR1GXWOEANVGSOCF6OJS7XXQUAEZX8NEOMYKTNGOA10C45MNYKDRTFY0IAPSLDFCJNL3Y36SALB6FQJOTYQS7653RRUW2ZVCB2N8RCC6SBP7NI92TXUVNW41MY07O8VTN42' where id=31; -update noar ti set v3='PIDO3T1LWRLTSCJJ6L5JFGN4LLZ5MNWES59153PNS7133YXCQCFZRAOV6XHAEFVEOXGNSIVFZEA7299SE4PQ3ZDJERC6AHLQHQK0HAUOA3E73KCLJS8HSMDRG6VO60JR1GXWOEANVGSOCF6OJS7XXQUAEZX8NEOMYKTNGOA10C45MNYKDRTFY0IAPSLDFCJNL3Y36SALB6FQJOTYQS7653RRUW2ZVCB2N8RCC6SBP7NI92TXUVNW41MY07O8VTN42' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3THSCOYLJ4BYEYIMJP04PRX4X56JG055WG81CPI9RV614ANAS33XZOMSFL3ROCRO9CX7WDKNO3WSGXUEUDUA26HH0XH1F83UZFW9HGI3694MPA0QNYHQL3D804U1AV0ZS9Y6N2A6Q66ZO2QQDM2XTWN87RW2GU6U051L9UY8IYUR7ASNQZOPYNKIMXCVDD9F1DP107VOUGOLSL3Q157LOZ4CZJM1KPE1HNYDZ1YN31D35E69ZBZ0ZNU930GZ0YDYM' where id=32; -update noar ti set v0='3THSCOYLJ4BYEYIMJP04PRX4X56JG055WG81CPI9RV614ANAS33XZOMSFL3ROCRO9CX7WDKNO3WSGXUEUDUA26HH0XH1F83UZFW9HGI3694MPA0QNYHQL3D804U1AV0ZS9Y6N2A6Q66ZO2QQDM2XTWN87RW2GU6U051L9UY8IYUR7ASNQZOPYNKIMXCVDD9F1DP107VOUGOLSL3Q157LOZ4CZJM1KPE1HNYDZ1YN31D35E69ZBZ0ZNU930GZ0YDYM' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J184FP5EE2BUC0EKCI70N3KL2HTW25CIJ91GXH40BAHY2LHEQIWUVGWQOFX7Z8A4P7ZEP0LR5LDC62OBLSZD05OYIS2KRJ91A6Q6Q8L3PSA7W62QT6HJ18LQ8IH2AXS4NDFZCAH6YS2Q87U7XBBQISQ43DFO3WG8II9OMDWBZ7NM2F2QEZ2FZIVKS2U5CDJF4OELNO9348WRNT8BD9NH0DR7FKPNMJPWKFH1BNM0X12S54M2YHYXIOWASJ12OEGKY' where id=32; -update noar ti set v1='J184FP5EE2BUC0EKCI70N3KL2HTW25CIJ91GXH40BAHY2LHEQIWUVGWQOFX7Z8A4P7ZEP0LR5LDC62OBLSZD05OYIS2KRJ91A6Q6Q8L3PSA7W62QT6HJ18LQ8IH2AXS4NDFZCAH6YS2Q87U7XBBQISQ43DFO3WG8II9OMDWBZ7NM2F2QEZ2FZIVKS2U5CDJF4OELNO9348WRNT8BD9NH0DR7FKPNMJPWKFH1BNM0X12S54M2YHYXIOWASJ12OEGKY' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TFZOGN64WWC93TFQ5W7L421WBUZ99W55VRJ9AYXJEHE7SCE1EEHHAYP9GXATCMC78JMLN90PSM7NPCLTH09DWSHZ90Y6NPYDQ1NXWR7UB8DKS0VCVY4207OXI3C0HV2UB1GK5HVC61JNAWYZ3GJ59XYMR1NT3191NSGIZLKR5EZG9RRTCDIIFIR1AOX97QR7ONGRXCFAA7SO0VXAIMP3R9P9LDGT07POOSXRSUM4AH5WKTCLYEVSAT4INWIIDFLPH' where id=32; -update noar ti set v2='TFZOGN64WWC93TFQ5W7L421WBUZ99W55VRJ9AYXJEHE7SCE1EEHHAYP9GXATCMC78JMLN90PSM7NPCLTH09DWSHZ90Y6NPYDQ1NXWR7UB8DKS0VCVY4207OXI3C0HV2UB1GK5HVC61JNAWYZ3GJ59XYMR1NT3191NSGIZLKR5EZG9RRTCDIIFIR1AOX97QR7ONGRXCFAA7SO0VXAIMP3R9P9LDGT07POOSXRSUM4AH5WKTCLYEVSAT4INWIIDFLPH' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='U3Z9HUXGOBW8B82L7952O4W0JW67ZCJVMSQ10QJZONBNI4HMMTYRBDFAFEOTBX4WAJ1AU89I3XGJ6TJNJDDEQCUZ1YCV27F1QDV78TWK00TYESKNR5CKA25XUNX02U4NDUZBQG3B6RKPTBYQ9CA73J1B5KSUHJE7HDLXHORAV589S3DMPOMNZATHWBS5QFBT1VK8P3RN1TGNQ2TSH7N1QP3F1CZOMLZZJOY61ZOD4FLXKKRRR1KZJH6YFDT0R9IMZ' where id=32; -update noar ti set v3='U3Z9HUXGOBW8B82L7952O4W0JW67ZCJVMSQ10QJZONBNI4HMMTYRBDFAFEOTBX4WAJ1AU89I3XGJ6TJNJDDEQCUZ1YCV27F1QDV78TWK00TYESKNR5CKA25XUNX02U4NDUZBQG3B6RKPTBYQ9CA73J1B5KSUHJE7HDLXHORAV589S3DMPOMNZATHWBS5QFBT1VK8P3RN1TGNQ2TSH7N1QP3F1CZOMLZZJOY61ZOD4FLXKKRRR1KZJH6YFDT0R9IMZ' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XSKXM40W4WOTXYCA6UR8GS2ERD5N8W7QQT6BB404HXXPBDMMTKJGSOHILWLD4D7QC7VUPLASC5NWBY3X8W36IK5DU7RJ6OHMYVYF1C2H9WVQUR1AYNM0XFZIR11167Q57RGMX2J0SPFR56QPPKI2PRJJ5ZVK3DIX5UVWVU1V9NNN20Z31GMYD0XFNUF1J4HBFISU1HC8LX27E9YQDUZFZSJLR42KTQVGI6Q7RO0EOHDZFO39F81RYODOVFQHMJ47T' where id=33; -update noar ti set v0='XSKXM40W4WOTXYCA6UR8GS2ERD5N8W7QQT6BB404HXXPBDMMTKJGSOHILWLD4D7QC7VUPLASC5NWBY3X8W36IK5DU7RJ6OHMYVYF1C2H9WVQUR1AYNM0XFZIR11167Q57RGMX2J0SPFR56QPPKI2PRJJ5ZVK3DIX5UVWVU1V9NNN20Z31GMYD0XFNUF1J4HBFISU1HC8LX27E9YQDUZFZSJLR42KTQVGI6Q7RO0EOHDZFO39F81RYODOVFQHMJ47T' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MVO00J3SZNMRUIL2S0LQEDY9BXD82WI8G9CECGZJTF7K9ZF2H0EMNHRYCN3BP6IY5SVAK95VD47OUPKK9KY9N86RCANP10KSAKNZ8NGE93IHO2C2KVMF3BKFSWQOYKGG5M2SFU30UYR81E0SMTV1FN1SDPPX3B0X4NAY7C2V4Y3WJ6PB74KD4Y79V6COMG5RBHU4AUHXDDESA0WBS8ZRO5YHCTW5D5T6NUFD4RXEBKAV35KNB43PWRFC3QL5DCTV6' where id=33; -update noar ti set v1='MVO00J3SZNMRUIL2S0LQEDY9BXD82WI8G9CECGZJTF7K9ZF2H0EMNHRYCN3BP6IY5SVAK95VD47OUPKK9KY9N86RCANP10KSAKNZ8NGE93IHO2C2KVMF3BKFSWQOYKGG5M2SFU30UYR81E0SMTV1FN1SDPPX3B0X4NAY7C2V4Y3WJ6PB74KD4Y79V6COMG5RBHU4AUHXDDESA0WBS8ZRO5YHCTW5D5T6NUFD4RXEBKAV35KNB43PWRFC3QL5DCTV6' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7TR96M5M7G1QKYIEU7VF5L9O3KQ49X5KBO6EW748DH0ISCJJQWR62CXIDFSMO4I6H1PBTXOOPUEASNZC7GF2681H1ZDWBR22KGPDSX35DIJWOWTEDN826QC98MZTNX3LZNDLU5SYLPUYUTNRJHEVFYNMDAZX1WBH0XP1TKD5VPTRGVOD9M6Y4MDB5C3NR1JYUZ625KDRLJ0AU39A562W5DLF31JXUG7GWWPVJYWDA8GI174HKWN0800YFIPQKG0WV' where id=33; -update noar ti set v2='7TR96M5M7G1QKYIEU7VF5L9O3KQ49X5KBO6EW748DH0ISCJJQWR62CXIDFSMO4I6H1PBTXOOPUEASNZC7GF2681H1ZDWBR22KGPDSX35DIJWOWTEDN826QC98MZTNX3LZNDLU5SYLPUYUTNRJHEVFYNMDAZX1WBH0XP1TKD5VPTRGVOD9M6Y4MDB5C3NR1JYUZ625KDRLJ0AU39A562W5DLF31JXUG7GWWPVJYWDA8GI174HKWN0800YFIPQKG0WV' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EX850XK9PKFSCD03YP9U2ZR2KEVT4GLUMP1TQSVJI5P85E2JLHYLDSRX85CJFE1K2RB9VPGVDJ4RWU7F46UIRR25BZW9LWKCQHJWCEKU0SKOUP9DH9765XPBRUF8QNORZ54YXSG8RNERD3ZUHRR1QZ0UPOIXBAUD74ILFVOJSKJA54V85OU87ZPY8ESZPET2SYAP96L2N3DI7SJQV8AZ379F3FCFF42W7ZXBLFNJKXQARXGQXUVTUA9Y26WIQG5DJ' where id=33; -update noar ti set v3='EX850XK9PKFSCD03YP9U2ZR2KEVT4GLUMP1TQSVJI5P85E2JLHYLDSRX85CJFE1K2RB9VPGVDJ4RWU7F46UIRR25BZW9LWKCQHJWCEKU0SKOUP9DH9765XPBRUF8QNORZ54YXSG8RNERD3ZUHRR1QZ0UPOIXBAUD74ILFVOJSKJA54V85OU87ZPY8ESZPET2SYAP96L2N3DI7SJQV8AZ379F3FCFF42W7ZXBLFNJKXQARXGQXUVTUA9Y26WIQG5DJ' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SFHI9NDE9KJTS2PR3WAOGITVL3O5XC2D6EZGGQS0GAPE879RKWEKMN5JO7GIHY6GAZE77P2HOXF7DCG39XU3HG7HYOQK4XULG9YY1EW5GVHL3IVJJ7HV5NLRJ13KE284G7C7SO69XH7V0KPE3X0S5ADF93QPRAZRQ9T75SOCM2UKTPWY5JDHBI3HJ5W8DHK9MC15VVEZTO7W1417T5JTI307B5EP80OX1LRIT5U6L0EHG35I40YSRTTDF4OIL3MW5' where id=34; -update noar ti set v0='SFHI9NDE9KJTS2PR3WAOGITVL3O5XC2D6EZGGQS0GAPE879RKWEKMN5JO7GIHY6GAZE77P2HOXF7DCG39XU3HG7HYOQK4XULG9YY1EW5GVHL3IVJJ7HV5NLRJ13KE284G7C7SO69XH7V0KPE3X0S5ADF93QPRAZRQ9T75SOCM2UKTPWY5JDHBI3HJ5W8DHK9MC15VVEZTO7W1417T5JTI307B5EP80OX1LRIT5U6L0EHG35I40YSRTTDF4OIL3MW5' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DEDJUM3SPXGT7PQTR99G8UAZNVI4QMJPTUS3G8IBVA91RKY0UKFHPIMBO8XJG79Z4UROWSO68S5V4AL5ZBWYIK31E1N94XC2WRFU8G6SAWF1B78A98E28VYOCC88G3S4NZ52Z3Y49L74NCHKF89KYJDKGKC6OP34IA1ZIVJJ796UMPNYZCBELIPR4XNOYXGBDS5AZYSBFB3FI9J6D3TAHZEXRN6RUNQZSUMLLJQZ3Q7ACW44GC1UB4WWMP7U2NGH8' where id=34; -update noar ti set v1='DEDJUM3SPXGT7PQTR99G8UAZNVI4QMJPTUS3G8IBVA91RKY0UKFHPIMBO8XJG79Z4UROWSO68S5V4AL5ZBWYIK31E1N94XC2WRFU8G6SAWF1B78A98E28VYOCC88G3S4NZ52Z3Y49L74NCHKF89KYJDKGKC6OP34IA1ZIVJJ796UMPNYZCBELIPR4XNOYXGBDS5AZYSBFB3FI9J6D3TAHZEXRN6RUNQZSUMLLJQZ3Q7ACW44GC1UB4WWMP7U2NGH8' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='U91REXQP9SQ1RKRPN2RUD73T4C6V95Q9UWP7AQEE6OW44YQUBZ297B599C2TTF61SCTMEYOVWQB4FP4P9I0PDTSLKNXJ3RURNZB6LQF85ZCEP4ET6OEGSRT7QCFVPTXXL3W2XAVCBHLUTTTD6KUM9U490DB1LU9OX2CZST8PRHDSRZ6OE4INQ4DFFYYYQXQDKBTBAN5G2BK4XOXIMEX2DWYMI3JS3G55JT38AY5K5S7TTZEY2V8LA9WVJ2KJEYU84' where id=34; -update noar ti set v2='U91REXQP9SQ1RKRPN2RUD73T4C6V95Q9UWP7AQEE6OW44YQUBZ297B599C2TTF61SCTMEYOVWQB4FP4P9I0PDTSLKNXJ3RURNZB6LQF85ZCEP4ET6OEGSRT7QCFVPTXXL3W2XAVCBHLUTTTD6KUM9U490DB1LU9OX2CZST8PRHDSRZ6OE4INQ4DFFYYYQXQDKBTBAN5G2BK4XOXIMEX2DWYMI3JS3G55JT38AY5K5S7TTZEY2V8LA9WVJ2KJEYU84' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F7RBP3Q9ETJEVGBKI7B699NRJ08Q6X6D0V7A42NR5FD6G64GEZ3YKMQTVH5TOE46Q1HG6JIACDDDGED2WGJU18KAI4UHIOMC5WGMLLI1NJQF6IKG0CQH67A5ZC3BHAWM1ON55CDQHKCXYSD5YMTDRQP2QM46L8DRHAZGMVVM2E573OMM3Q376JY7ACLPD98DTPNEGWF5P79CKV2HBEI58LLGGC3DLO9IXK96PQ9NCU5T4TMXJ4TQBWFDXGG23Q58T' where id=34; -update noar ti set v3='F7RBP3Q9ETJEVGBKI7B699NRJ08Q6X6D0V7A42NR5FD6G64GEZ3YKMQTVH5TOE46Q1HG6JIACDDDGED2WGJU18KAI4UHIOMC5WGMLLI1NJQF6IKG0CQH67A5ZC3BHAWM1ON55CDQHKCXYSD5YMTDRQP2QM46L8DRHAZGMVVM2E573OMM3Q376JY7ACLPD98DTPNEGWF5P79CKV2HBEI58LLGGC3DLO9IXK96PQ9NCU5T4TMXJ4TQBWFDXGG23Q58T' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KIPBKOWZ4H7RA8175AZW3BRYL8H8HIR79KGQRTJDR4CCMDPK1LTP4I20U0KKXUGPX3S0PORGQMZCZFUP5267YFPMTWXIA5ZBL97YZH6VYLZKNMQGXBW6RLUSDHDN93TJHA9XA34PLZ5L1U204DC3S4I9ZEM3MAGWUTBG7CZAE0P2026VV6B095CCWZF1PB5EFPP0LN6VOAIPPGG807YOPALTXNT19K9M9126RMXJIVC4IB0PB5W6PNBPZ5J5B1U2X' where id=35; -update noar ti set v0='KIPBKOWZ4H7RA8175AZW3BRYL8H8HIR79KGQRTJDR4CCMDPK1LTP4I20U0KKXUGPX3S0PORGQMZCZFUP5267YFPMTWXIA5ZBL97YZH6VYLZKNMQGXBW6RLUSDHDN93TJHA9XA34PLZ5L1U204DC3S4I9ZEM3MAGWUTBG7CZAE0P2026VV6B095CCWZF1PB5EFPP0LN6VOAIPPGG807YOPALTXNT19K9M9126RMXJIVC4IB0PB5W6PNBPZ5J5B1U2X' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R3JNMLP698KMVOFVH938MTOIHXUF70QGJYNU8O3L7SCLT7U5DLY6ZYC02WE1N9KG95JND2YTA47EJYRX23NNKQ58WI7Y7U8XKPTRB7MDN51Q8P3Q85V853TQWW5DEO7FAY1PQI1N89CXTJK0FU6FI247BCD2TENU2HXOGY3RGK3A9L9CMYKR64UTT702123V7OEYJE1GGWVV1RM9Y5QAYWLUPXCA42R8F0SPGL9E8JH3Y8FX6GPM1LWHRE048OS5Y' where id=35; -update noar ti set v1='R3JNMLP698KMVOFVH938MTOIHXUF70QGJYNU8O3L7SCLT7U5DLY6ZYC02WE1N9KG95JND2YTA47EJYRX23NNKQ58WI7Y7U8XKPTRB7MDN51Q8P3Q85V853TQWW5DEO7FAY1PQI1N89CXTJK0FU6FI247BCD2TENU2HXOGY3RGK3A9L9CMYKR64UTT702123V7OEYJE1GGWVV1RM9Y5QAYWLUPXCA42R8F0SPGL9E8JH3Y8FX6GPM1LWHRE048OS5Y' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YB1OGOHUMM19PPZ0O81KO52J44MW3F74T09SDV2AGQ0G1WSH2IWTVLN9MFZ55Q0LCGYA4A73ZGLG49IB7MAGLUQ0XN591K0XHYA4ENBF7XH24GVRKC5V70URJV7VQ8AN7Y92JPF8AZHO8H2URLXTVE6T02REGMJNTNX5PM5G04R8DA33EOJV1J79F4MF8EZCN16BIJXO5WPLHI0Z4111RIU4MQI3IWSGF6L3CX0H2AKOZUA9VF5R3KSRRXGVOBZ7H' where id=35; -update noar ti set v2='YB1OGOHUMM19PPZ0O81KO52J44MW3F74T09SDV2AGQ0G1WSH2IWTVLN9MFZ55Q0LCGYA4A73ZGLG49IB7MAGLUQ0XN591K0XHYA4ENBF7XH24GVRKC5V70URJV7VQ8AN7Y92JPF8AZHO8H2URLXTVE6T02REGMJNTNX5PM5G04R8DA33EOJV1J79F4MF8EZCN16BIJXO5WPLHI0Z4111RIU4MQI3IWSGF6L3CX0H2AKOZUA9VF5R3KSRRXGVOBZ7H' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0O9FEN1NI7VV3MCX55WT0W4HV2MTA78ZJDSEXYZWHS4ARLW5YJYMCHBSSKD4DBTMIVGEHR1HNPBUGDSJE8QWS6I86764YV7JHK97F1K3IDG5A700IWPM720C5KSEXR2HHRHYAOA8ERV23XHAJN8M5SS9GLOWIM37TJAULKI8VPR5RFS04PFFJT9AUDCC0BW78YGISCB7LBQW0BZWJBSORJA64R4781YND58JEBKG8TN7KAZFQC3OQRNWS89QX78W5' where id=35; -update noar ti set v3='0O9FEN1NI7VV3MCX55WT0W4HV2MTA78ZJDSEXYZWHS4ARLW5YJYMCHBSSKD4DBTMIVGEHR1HNPBUGDSJE8QWS6I86764YV7JHK97F1K3IDG5A700IWPM720C5KSEXR2HHRHYAOA8ERV23XHAJN8M5SS9GLOWIM37TJAULKI8VPR5RFS04PFFJT9AUDCC0BW78YGISCB7LBQW0BZWJBSORJA64R4781YND58JEBKG8TN7KAZFQC3OQRNWS89QX78W5' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IM8QDXKPVPXKT89A31YI38PGPHQ35TCMVCEB0GV2VRP7T25GC6EG7K8PG9KBLYSE07SVVFHI8GS2AQOHDPRKF6IYWG4737SUQ19CPTXX5W2AHH9LQLS4R5PPODSDDXQXL5QYWKGAJS6DGQR8F5G2WLB8NUI1TESITLG1IGI4HEF013K842XL7EFCD9FS7Q4E23REDCY36OYM0W9Z7CJH3EFSWA5B99H3XULZCFPFRP0ISAW1MQJFB61VL0YHDZYQD' where id=36; -update noar ti set v0='IM8QDXKPVPXKT89A31YI38PGPHQ35TCMVCEB0GV2VRP7T25GC6EG7K8PG9KBLYSE07SVVFHI8GS2AQOHDPRKF6IYWG4737SUQ19CPTXX5W2AHH9LQLS4R5PPODSDDXQXL5QYWKGAJS6DGQR8F5G2WLB8NUI1TESITLG1IGI4HEF013K842XL7EFCD9FS7Q4E23REDCY36OYM0W9Z7CJH3EFSWA5B99H3XULZCFPFRP0ISAW1MQJFB61VL0YHDZYQD' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='17QBE7POFBXNMYBLU63YH9QNL6KGBWYQGUNN6W9JXAVS89OBJY9EQEJ5T1CS0M45A1JH4HCBFE97F0G0L5UA29OI3EX3GHDJ8EOB2DUXRKMNIGU7SWEGTRVMYYDBMP500JMNYI8261H19D0B992K1CE1L9PKUVSYBDNJHUTX34SUJ1TJX0ZBJKB0OSYOJ79WKXVOB4YIPIXAMB1Z9TRTDTZ2FT71THDF1R4B98HBCG23P57ZW6NMQ5MOMFSLPYBGE' where id=36; -update noar ti set v1='17QBE7POFBXNMYBLU63YH9QNL6KGBWYQGUNN6W9JXAVS89OBJY9EQEJ5T1CS0M45A1JH4HCBFE97F0G0L5UA29OI3EX3GHDJ8EOB2DUXRKMNIGU7SWEGTRVMYYDBMP500JMNYI8261H19D0B992K1CE1L9PKUVSYBDNJHUTX34SUJ1TJX0ZBJKB0OSYOJ79WKXVOB4YIPIXAMB1Z9TRTDTZ2FT71THDF1R4B98HBCG23P57ZW6NMQ5MOMFSLPYBGE' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O1SUXGDYRNSYX9Q0A1XCKGVYGFFQD2H1VU6OE3GUUCPYEMYQPV0IOS4H9ONK3R0WC6LHXAUBWEQ43ICX4H3B15MQNO999FLJ2VMVAOPS16MJC6XBVVK7F4TK8ZSIYKC529IXQ96T8EL2QZNPW5NAY79OCXEJ2BPELUSYGO6Q3XVXFA8ZMAZD5UAGFDYH3BEHKWNJ3B3NJXSPYXFEFAGWS9TQLMZWDKA5FHBNIYQYEVV1NDAWRYMJ6X1HXB4A583MF' where id=36; -update noar ti set v2='O1SUXGDYRNSYX9Q0A1XCKGVYGFFQD2H1VU6OE3GUUCPYEMYQPV0IOS4H9ONK3R0WC6LHXAUBWEQ43ICX4H3B15MQNO999FLJ2VMVAOPS16MJC6XBVVK7F4TK8ZSIYKC529IXQ96T8EL2QZNPW5NAY79OCXEJ2BPELUSYGO6Q3XVXFA8ZMAZD5UAGFDYH3BEHKWNJ3B3NJXSPYXFEFAGWS9TQLMZWDKA5FHBNIYQYEVV1NDAWRYMJ6X1HXB4A583MF' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UM2YR981US8UTN79O8LQXOQJ3EKID406ASSAOT5LR7V02GO943LC06DUBK87X9VB5XP10VYTLW2V8RAYAEJ9RK5LSFZR7LFV552BKJCLN2GZ93Z8I4ENCMN4GDIFHK4LI9NQM3XEAQXH1MRIIQZDRC2D94NEANNYOXVLHFAHX6RZGRU0BKWCBIF1NVKP0920CJZ6E5KE58C9ER26M2VPC5CP941Z2QG55U06UWUSQ7VDU0ONG0LJXRYZ3WQEZ071H' where id=36; -update noar ti set v3='UM2YR981US8UTN79O8LQXOQJ3EKID406ASSAOT5LR7V02GO943LC06DUBK87X9VB5XP10VYTLW2V8RAYAEJ9RK5LSFZR7LFV552BKJCLN2GZ93Z8I4ENCMN4GDIFHK4LI9NQM3XEAQXH1MRIIQZDRC2D94NEANNYOXVLHFAHX6RZGRU0BKWCBIF1NVKP0920CJZ6E5KE58C9ER26M2VPC5CP941Z2QG55U06UWUSQ7VDU0ONG0LJXRYZ3WQEZ071H' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='E7HM12G1PKE9Q53X2NT75Q27YTPCQ6Q5228Q1WTACZEHQA28VEWTLRB0SBBS0NX98Q1543BU53PNDDJY0KA2DU3IIV0OJFXNP93Z9GK6UTIFN1PYC9FR18GY1R09TIL7RZK3ELL4D0D3IBC23VUVYK3BHUDE7J1H62323OJUQQO68SMWS9FOAUKLQLZHOQ1H2I51IRW0NQ1H9SLTHYUH1Q30E39UGNEOV8MLM8VHVDJYQZIWO5XLD7N04TWD9T2M5' where id=37; -update noar ti set v0='E7HM12G1PKE9Q53X2NT75Q27YTPCQ6Q5228Q1WTACZEHQA28VEWTLRB0SBBS0NX98Q1543BU53PNDDJY0KA2DU3IIV0OJFXNP93Z9GK6UTIFN1PYC9FR18GY1R09TIL7RZK3ELL4D0D3IBC23VUVYK3BHUDE7J1H62323OJUQQO68SMWS9FOAUKLQLZHOQ1H2I51IRW0NQ1H9SLTHYUH1Q30E39UGNEOV8MLM8VHVDJYQZIWO5XLD7N04TWD9T2M5' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ABB0S6RL26NXW97E91XYZZGCDAQYTI1JY04EGVXE71QP5T12OTF5WU2332B55LDB6W3P24LO283EV2P00JZXFFFYBB6DQSY9FKS9DC8V3B0NKIRBYRCPU89F8I7CL7YS4T9PXLME4B6YXQXPQQNG90SROEX677XKNTKYXUVUQ1G02KX1067RHWMWGTMT238KLH8IAEY8W7A3ERCUL7V80IQ21ZXVKIDGZV3Y8WJ4DMLKN541Z2M1IXYUOV8KXOP23' where id=37; -update noar ti set v1='ABB0S6RL26NXW97E91XYZZGCDAQYTI1JY04EGVXE71QP5T12OTF5WU2332B55LDB6W3P24LO283EV2P00JZXFFFYBB6DQSY9FKS9DC8V3B0NKIRBYRCPU89F8I7CL7YS4T9PXLME4B6YXQXPQQNG90SROEX677XKNTKYXUVUQ1G02KX1067RHWMWGTMT238KLH8IAEY8W7A3ERCUL7V80IQ21ZXVKIDGZV3Y8WJ4DMLKN541Z2M1IXYUOV8KXOP23' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UVAO28FY9545RHV4QHEQF717OJZ2SVINNIC155EWFW98U1D5E9OAQP61QD8XSAXRZWDCSZIM3C6OTI1JBKPG0W7YA06VGYU3VIJQ4KH8S5RZ7L0A83796RYUI1NGAU7LH5UHP9JCQE53AGXC74416T4DCUOMMHZIZJV6A563LMX96GBMJ7EI78QLBL23781FZENZYLRO8CY89420BP39R79TASYAAVB1N842THPNMNMFRAMH99ZXLWU9GOK16XOF8' where id=37; -update noar ti set v2='UVAO28FY9545RHV4QHEQF717OJZ2SVINNIC155EWFW98U1D5E9OAQP61QD8XSAXRZWDCSZIM3C6OTI1JBKPG0W7YA06VGYU3VIJQ4KH8S5RZ7L0A83796RYUI1NGAU7LH5UHP9JCQE53AGXC74416T4DCUOMMHZIZJV6A563LMX96GBMJ7EI78QLBL23781FZENZYLRO8CY89420BP39R79TASYAAVB1N842THPNMNMFRAMH99ZXLWU9GOK16XOF8' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E804XUFNM5CS6KBB610LA707IS191EKFVSTDEDZEV0RNT7E83E79UVW1UX1D770S9ODRMCIPNLR68VJRRU4T96REOSZ7Y3KUR79HJF6YOJWRT3HLWC03QGCWQEFSPWRZKKFPTWEC68M70UWDP522RFHXMKT8C976F1W17E1EJGM59W8F03GA4K6GPH5UKDSWZSUCGJGQLDTBL6AOULDPLJO1B54XLAIJA6M90D1F7JUXMLB0FUBJ37JIMSYV3D85A' where id=37; -update noar ti set v3='E804XUFNM5CS6KBB610LA707IS191EKFVSTDEDZEV0RNT7E83E79UVW1UX1D770S9ODRMCIPNLR68VJRRU4T96REOSZ7Y3KUR79HJF6YOJWRT3HLWC03QGCWQEFSPWRZKKFPTWEC68M70UWDP522RFHXMKT8C976F1W17E1EJGM59W8F03GA4K6GPH5UKDSWZSUCGJGQLDTBL6AOULDPLJO1B54XLAIJA6M90D1F7JUXMLB0FUBJ37JIMSYV3D85A' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KSRPHW9R54VWIIQYR5AMU7I0FVD5V0FOZ2WGXNL9ZGIE4JAHNW6DRK5P6XLX143GDVI41FM97TY00GQ9U7DMUNPKUUZ8H7CLIBASN948ZELVLW3Z30YP9JCWH9IE2KW6BAT1KRNATOL95PY1SW82ERYT7PDJUT5RAEGTYREB4CFSRWH4SVA6K654LJ03FIRGMKKSGOVJEABFHTRVBK9DS2OTXZ3ZSYW1CW3YL9QXYBQ4CMJQSIDADCYMIC8A1OIQW' where id=38; -update noar ti set v0='KSRPHW9R54VWIIQYR5AMU7I0FVD5V0FOZ2WGXNL9ZGIE4JAHNW6DRK5P6XLX143GDVI41FM97TY00GQ9U7DMUNPKUUZ8H7CLIBASN948ZELVLW3Z30YP9JCWH9IE2KW6BAT1KRNATOL95PY1SW82ERYT7PDJUT5RAEGTYREB4CFSRWH4SVA6K654LJ03FIRGMKKSGOVJEABFHTRVBK9DS2OTXZ3ZSYW1CW3YL9QXYBQ4CMJQSIDADCYMIC8A1OIQW' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CDY0BKT8MTJ47DYFUX93PLD18YZM2OE079MSJDYS1W6CMQOOJB2OVN3N9NL316LMGT9DSN89Q2P6TS2AOYJMB0Y19JE87KOZOO1JQXI7CMI8YWC9DUY86TXL8P88UUGCPKB7TWZWF2JACM8ARX7QZAOV5WQWG0A9V35LVQK6CEHW9U78AWJONKF49JYNA7AO2ZMFM926Z8RD72YWG0Y3Y6RZH6INL42GFTOYQ0LJ1VSCBVSHSXMT9VD97OV9N66NC' where id=38; -update noar ti set v1='CDY0BKT8MTJ47DYFUX93PLD18YZM2OE079MSJDYS1W6CMQOOJB2OVN3N9NL316LMGT9DSN89Q2P6TS2AOYJMB0Y19JE87KOZOO1JQXI7CMI8YWC9DUY86TXL8P88UUGCPKB7TWZWF2JACM8ARX7QZAOV5WQWG0A9V35LVQK6CEHW9U78AWJONKF49JYNA7AO2ZMFM926Z8RD72YWG0Y3Y6RZH6INL42GFTOYQ0LJ1VSCBVSHSXMT9VD97OV9N66NC' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0WRUD5M74TMCCFUW6RT45T7OUB4WLC9VB4X9KCATJI0WZ5J1BXJQ2M7A7A7PBWEJKK0KYVHRFCPBYXMGHDQLOG1P4AP5WRLN54XA9UQA3I8JOF8N2T36UUHQKD35JOAMZLKQPXJ9RNH1SSA9ZRG89BAGIL3NRCLACV8592HKN40M1MQMI2VBX5LP7RK17UUMD07IESVO838N9HR16Z80LHACAR1GE0R0HVBCSSUCKM0MKL8DPV249QEK9BCKHE7LR' where id=38; -update noar ti set v2='0WRUD5M74TMCCFUW6RT45T7OUB4WLC9VB4X9KCATJI0WZ5J1BXJQ2M7A7A7PBWEJKK0KYVHRFCPBYXMGHDQLOG1P4AP5WRLN54XA9UQA3I8JOF8N2T36UUHQKD35JOAMZLKQPXJ9RNH1SSA9ZRG89BAGIL3NRCLACV8592HKN40M1MQMI2VBX5LP7RK17UUMD07IESVO838N9HR16Z80LHACAR1GE0R0HVBCSSUCKM0MKL8DPV249QEK9BCKHE7LR' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DTSJLM92OSKYU8SVNKCZ10CIYYCSJT2OIOYFOGWWKTSQ4QQIMGG91O0QORDGDVWWUY8GPZFOS1WNDCZ4SGNGTIAPUDYR03SET7VW5KPFG24VZIPRIHAC69U4JWVDHE925A8XTXZFFABE7RLGBYNS8JDBSEHMR23CT93LL6UG4SVRTX51AMEODIK5S0U16O5JR9OE5KTLE3NYLMMDVLO00HCJKZCP48HJZB003O1CV2DOW3YK30AB2EM56A71QZZ38' where id=38; -update noar ti set v3='DTSJLM92OSKYU8SVNKCZ10CIYYCSJT2OIOYFOGWWKTSQ4QQIMGG91O0QORDGDVWWUY8GPZFOS1WNDCZ4SGNGTIAPUDYR03SET7VW5KPFG24VZIPRIHAC69U4JWVDHE925A8XTXZFFABE7RLGBYNS8JDBSEHMR23CT93LL6UG4SVRTX51AMEODIK5S0U16O5JR9OE5KTLE3NYLMMDVLO00HCJKZCP48HJZB003O1CV2DOW3YK30AB2EM56A71QZZ38' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KAQ5LAOU70U5RYC8OAG4KYV1HJ23CZMSK1E2I4Z32YBQZKB5A7RECIHXFCYQS3D5HBW2V9E7BGJ2NTIPY35IJKL83TDVBLOKJYMKC1572NUKDF8D1H6544YM06XDNSGGZKKN6KKIDWIWSRGYLHU3X91HGWW14MPCO5NT5OVHVBZO305L1JW4ROE1KHZV3FHDMRC1JC05HRKRNLNRQD9MNKAIV99JE0463KSC8SPCC5USVSB8WC48ME0K9P6IV33SY' where id=39; -update noar ti set v0='KAQ5LAOU70U5RYC8OAG4KYV1HJ23CZMSK1E2I4Z32YBQZKB5A7RECIHXFCYQS3D5HBW2V9E7BGJ2NTIPY35IJKL83TDVBLOKJYMKC1572NUKDF8D1H6544YM06XDNSGGZKKN6KKIDWIWSRGYLHU3X91HGWW14MPCO5NT5OVHVBZO305L1JW4ROE1KHZV3FHDMRC1JC05HRKRNLNRQD9MNKAIV99JE0463KSC8SPCC5USVSB8WC48ME0K9P6IV33SY' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MPNC600OM7GT50W8ZF2VXBPNSVMU15BANJF7AAZLWH3ZNGIQ9ZFMMM7CPYPSO0VW8PD4CCQWXFSE9PSP6I47RZXGK0AWV0B8J8V4OTM23ND4TXFCJQQDA2BQA161SB7TP3054ZI9Q9UN563HLTP35IZ0UH944ST3RLTAX2YA78UTHZJATV2QPFYEELYH3E8GJ1B5BEDM8P25O4WCN0M1WDLSKLU4B5128W1HS8RJ04VMYY2K10ST2GYEOYJMHLDHQ' where id=39; -update noar ti set v1='MPNC600OM7GT50W8ZF2VXBPNSVMU15BANJF7AAZLWH3ZNGIQ9ZFMMM7CPYPSO0VW8PD4CCQWXFSE9PSP6I47RZXGK0AWV0B8J8V4OTM23ND4TXFCJQQDA2BQA161SB7TP3054ZI9Q9UN563HLTP35IZ0UH944ST3RLTAX2YA78UTHZJATV2QPFYEELYH3E8GJ1B5BEDM8P25O4WCN0M1WDLSKLU4B5128W1HS8RJ04VMYY2K10ST2GYEOYJMHLDHQ' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='605UIPV63A8Q5KTEC1XDGUKUHZQU8YGCU33EO02NEKDDZ1YT73TGL63AA64WIK2FXKG8U9TNBGLCUZ3CLWPZHF2PRNAVRPA7XTMDI5AMB111BNWXIDZFFIRHLEWTC5YOC6DBJV5VGTD39IE9XIPYBX0ZPMUGH259YGJPHXNVVR1V3FF6AQT0IGCVPWF6ALO4HSB031JQ0W38JG4RYC5ERAV74SLIFFPXCBIMDWZ0BOSHMPQNMS3DQENXI9X6PVNG3' where id=39; -update noar ti set v2='605UIPV63A8Q5KTEC1XDGUKUHZQU8YGCU33EO02NEKDDZ1YT73TGL63AA64WIK2FXKG8U9TNBGLCUZ3CLWPZHF2PRNAVRPA7XTMDI5AMB111BNWXIDZFFIRHLEWTC5YOC6DBJV5VGTD39IE9XIPYBX0ZPMUGH259YGJPHXNVVR1V3FF6AQT0IGCVPWF6ALO4HSB031JQ0W38JG4RYC5ERAV74SLIFFPXCBIMDWZ0BOSHMPQNMS3DQENXI9X6PVNG3' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y1FYBXZ6G4JFU28VOU58PG15RSOZEF1GDQTE4ONT7BUKOPCB5AN6FV360CM4PJGLNCM38JHHTZMRI5LUC0PGAVI9G4KOEN4I4D6377118MZL152AE0UJDAT1YI6Y9541024C9JRNDH7CP1HEJPUDCLM9P40W6SU8G92E3IV8PNMEMGX4I1RZAEAUA5YVY5S2VQ247J0WE4ZI3Y1PFJIDUHNMZX7W5ZXU6HKRMWXHAUKM8ASLKS4R71DZ9J19ZA361' where id=39; -update noar ti set v3='Y1FYBXZ6G4JFU28VOU58PG15RSOZEF1GDQTE4ONT7BUKOPCB5AN6FV360CM4PJGLNCM38JHHTZMRI5LUC0PGAVI9G4KOEN4I4D6377118MZL152AE0UJDAT1YI6Y9541024C9JRNDH7CP1HEJPUDCLM9P40W6SU8G92E3IV8PNMEMGX4I1RZAEAUA5YVY5S2VQ247J0WE4ZI3Y1PFJIDUHNMZX7W5ZXU6HKRMWXHAUKM8ASLKS4R71DZ9J19ZA361' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0VKQ5X2PQQDTJV12EFUYSXYQU3ISX60OPPIQ0XQKM4MHW2HPQB3PQAS9HSOKT9S6Z2N3DAVFMBC2LQVY5BYO8J6NWFH86FJCPT82YJV5RRU7ATWJ3WGR7WK11Q4CZ8HP7KLY5BGAADOFWMIZR8IN4DVTXGZA9QQTJEHTR0KEYNUZ0CE9RSC7HRJNCORDS1Q7NL01VZEGW6POGQD5E5SJFING7V21VNSQW8CMFLU9ARI3X3RWWMB8DUAGE6FVQWMBI' where id=40; -update noar ti set v0='0VKQ5X2PQQDTJV12EFUYSXYQU3ISX60OPPIQ0XQKM4MHW2HPQB3PQAS9HSOKT9S6Z2N3DAVFMBC2LQVY5BYO8J6NWFH86FJCPT82YJV5RRU7ATWJ3WGR7WK11Q4CZ8HP7KLY5BGAADOFWMIZR8IN4DVTXGZA9QQTJEHTR0KEYNUZ0CE9RSC7HRJNCORDS1Q7NL01VZEGW6POGQD5E5SJFING7V21VNSQW8CMFLU9ARI3X3RWWMB8DUAGE6FVQWMBI' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NYE9S343RDJK6E1Z6PAPI7WJLN5U4BFHJYWOBPMW89VF2OTHRYNSRVZP3OJ0DMCWMZDBOH0KJLWF7IDK6AI7SQ6M8DOT00BQQBUY7Y9E8AGKW8BTXMJEBVYYMXCAUKAIC95U0PRUUK7GG4UI1IXZ4EDO5IK6MGNSG68S30Y6I93TMTNLCX3KQYE03V5SWVXJ7K21VK3SN9FIT7VIK1IZNG1YZRF12K7RJNQXXAIPQBO4XE10VYWPYJS0ANTDEGBNJ' where id=40; -update noar ti set v1='NYE9S343RDJK6E1Z6PAPI7WJLN5U4BFHJYWOBPMW89VF2OTHRYNSRVZP3OJ0DMCWMZDBOH0KJLWF7IDK6AI7SQ6M8DOT00BQQBUY7Y9E8AGKW8BTXMJEBVYYMXCAUKAIC95U0PRUUK7GG4UI1IXZ4EDO5IK6MGNSG68S30Y6I93TMTNLCX3KQYE03V5SWVXJ7K21VK3SN9FIT7VIK1IZNG1YZRF12K7RJNQXXAIPQBO4XE10VYWPYJS0ANTDEGBNJ' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Z6P0FIWZ6JVONA8AW2FPUHTZQQDG3Q6I9LNNPDRKYS7RF4F4S2Z8ASYA7SR5RSWKG9XV3H4IVHJQM0HC8M8QRHU5RGKDLJW02ZPJ63B6XS886B59Y7P29II593EQNKG8OBW3OLXHTJQHV8ZPC118O5U50IAPOHYS1OHIJYNV6YXCKETNF00LCGRAVIWSEUV5RI58SFJ7HJE7U6ZOYY2XX1ST45CELQV1N4IE47JRCUI895W59L6FIY4MTX3BF9JJY' where id=40; -update noar ti set v2='Z6P0FIWZ6JVONA8AW2FPUHTZQQDG3Q6I9LNNPDRKYS7RF4F4S2Z8ASYA7SR5RSWKG9XV3H4IVHJQM0HC8M8QRHU5RGKDLJW02ZPJ63B6XS886B59Y7P29II593EQNKG8OBW3OLXHTJQHV8ZPC118O5U50IAPOHYS1OHIJYNV6YXCKETNF00LCGRAVIWSEUV5RI58SFJ7HJE7U6ZOYY2XX1ST45CELQV1N4IE47JRCUI895W59L6FIY4MTX3BF9JJY' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4QJFZJF1OIDGJO8L3JF1FU8KVRBVCAW0I0OXX34SSV6WKU2TDADOYNHYLKF8S1CN9FF0HSAKFMH0Q47CBSLUBEHS64XSOY0H6WU4KZCFJ130BEYBV4O1Q8KQAHCVRH634IQSXHGH50SMT3Y86819GNDYMNNL6RJFG0LYVYG8JIM22W5D5I961Y2692JKPG4DEVUKIKRHB51F8OEUWTCEH50ECVVLU2SBV6W1NHWESX47TLCHSE796YK6CLNJV765T' where id=40; -update noar ti set v3='4QJFZJF1OIDGJO8L3JF1FU8KVRBVCAW0I0OXX34SSV6WKU2TDADOYNHYLKF8S1CN9FF0HSAKFMH0Q47CBSLUBEHS64XSOY0H6WU4KZCFJ130BEYBV4O1Q8KQAHCVRH634IQSXHGH50SMT3Y86819GNDYMNNL6RJFG0LYVYG8JIM22W5D5I961Y2692JKPG4DEVUKIKRHB51F8OEUWTCEH50ECVVLU2SBV6W1NHWESX47TLCHSE796YK6CLNJV765T' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HWRU6D5LE6HWXEN5S6W52X2HN11LQR9FCIHJPWAF6HSJDR7EEVE288F8DA8M2UZUE7F12BVG61VIDZ7BNXXOZWI3Y2N4705AN3866NQK6YPWH4LI48ZFUCTRLWRLT7563USJJXEKLQOPN1GAUGVR00E44D5WG6T2AHNXS2CFVKMHCJSX5ES2XVOINAQCL1JW07URUIRPAAW4CT81EHCKYNYK3KDRS6ZYL11EF6EQEOE7K2C168T5Y64JVZOK5ELCQ' where id=41; -update noar ti set v0='HWRU6D5LE6HWXEN5S6W52X2HN11LQR9FCIHJPWAF6HSJDR7EEVE288F8DA8M2UZUE7F12BVG61VIDZ7BNXXOZWI3Y2N4705AN3866NQK6YPWH4LI48ZFUCTRLWRLT7563USJJXEKLQOPN1GAUGVR00E44D5WG6T2AHNXS2CFVKMHCJSX5ES2XVOINAQCL1JW07URUIRPAAW4CT81EHCKYNYK3KDRS6ZYL11EF6EQEOE7K2C168T5Y64JVZOK5ELCQ' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2REATM9LDEW0A5B9N2185CGR5PBLVPYDE2DKU0O7M7EJA5PI8DU5J9BGJZI9IQ8U3IRM5AV9I8EFVKZ1AYC26QQU9SNONZAMO6JBL1DRAK7PR8760EA8EYEHV0JF35CKVNB537OQ4Z074XMH2XWU33J8D3S737QHS6FXI9GIUS404ZOIJWXZGVG77S2HO0ZX6TZ7V0URU55IXKXN9JRJBFDZUEM7GO9KOR7BKJH6DEG3WLS88EPLBQ2L1E6ZVJ8A2' where id=41; -update noar ti set v1='2REATM9LDEW0A5B9N2185CGR5PBLVPYDE2DKU0O7M7EJA5PI8DU5J9BGJZI9IQ8U3IRM5AV9I8EFVKZ1AYC26QQU9SNONZAMO6JBL1DRAK7PR8760EA8EYEHV0JF35CKVNB537OQ4Z074XMH2XWU33J8D3S737QHS6FXI9GIUS404ZOIJWXZGVG77S2HO0ZX6TZ7V0URU55IXKXN9JRJBFDZUEM7GO9KOR7BKJH6DEG3WLS88EPLBQ2L1E6ZVJ8A2' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O4UXNKM3O0OFP9BVJB264K46BYHG08QWXJUBQ5JGX0WH9IQ77U3GUSMJZUGFM5QGSSHE0MHM51JQZ7ME2EGR7VTLUNMUEJUZ45TI0E4AN4DTPIAT7O4VRV0W7UZVCS5STJDEUHO305FEPTXLTYELHKA85A0TO2FS1U3GO3513PE7CYRLE2VTPRN6FYIZT82G91WG0K24VF9DIRRO34VSL3C3CRF6WUP4VQM8L9J9VXPIO23V8AEFRRZ4ZDYOGD4UQ' where id=41; -update noar ti set v2='O4UXNKM3O0OFP9BVJB264K46BYHG08QWXJUBQ5JGX0WH9IQ77U3GUSMJZUGFM5QGSSHE0MHM51JQZ7ME2EGR7VTLUNMUEJUZ45TI0E4AN4DTPIAT7O4VRV0W7UZVCS5STJDEUHO305FEPTXLTYELHKA85A0TO2FS1U3GO3513PE7CYRLE2VTPRN6FYIZT82G91WG0K24VF9DIRRO34VSL3C3CRF6WUP4VQM8L9J9VXPIO23V8AEFRRZ4ZDYOGD4UQ' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WWQI6SKZJNZ7NTWKG1DDA6SJOLR7VJHSWRXU4P8QHB1LIH45F96SR4DKB4ZC6JDHRF3LW4CK5DROMHJW2HN7NJQKBH22S9PPRNIODSWC2T2HBDCU30BN5I77HJG8FL7N23TJYHNWTOJ4113Q62315EN4ZG1I8A1YGXL64BP3QWCNWLG13MC0DOE35BFQI6QDOA0G3N8LQEY669BVO29IK2JHHNA7RK3MGX75FHOHPJL77M8L9I9RQZBYKNR8BHDHH' where id=41; -update noar ti set v3='WWQI6SKZJNZ7NTWKG1DDA6SJOLR7VJHSWRXU4P8QHB1LIH45F96SR4DKB4ZC6JDHRF3LW4CK5DROMHJW2HN7NJQKBH22S9PPRNIODSWC2T2HBDCU30BN5I77HJG8FL7N23TJYHNWTOJ4113Q62315EN4ZG1I8A1YGXL64BP3QWCNWLG13MC0DOE35BFQI6QDOA0G3N8LQEY669BVO29IK2JHHNA7RK3MGX75FHOHPJL77M8L9I9RQZBYKNR8BHDHH' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B26APH1QO1T9F9IKE73JKNO8R57JW39FU554JGHS8P4ATSZBNZH1KB278NBBLC4WBBJPGAPPYCX9X12OKI1GJ1MZ7WJX0SZP7SVBO0B1RKU65D3T43ZE7RQYYJYVPLYND4743157YYNRCT8OS28RIS6OE67I8UZAN9I4DLY682DH9DU59VGTXW0K0RS51MSECC5T4M383U2JEE7638HL22UX7U8ZSZUVPHFIEFUU5CUTCOTE4BGTCW4SINRGYD70I' where id=42; -update noar ti set v0='B26APH1QO1T9F9IKE73JKNO8R57JW39FU554JGHS8P4ATSZBNZH1KB278NBBLC4WBBJPGAPPYCX9X12OKI1GJ1MZ7WJX0SZP7SVBO0B1RKU65D3T43ZE7RQYYJYVPLYND4743157YYNRCT8OS28RIS6OE67I8UZAN9I4DLY682DH9DU59VGTXW0K0RS51MSECC5T4M383U2JEE7638HL22UX7U8ZSZUVPHFIEFUU5CUTCOTE4BGTCW4SINRGYD70I' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='33Y37JH1L18FFA4NRM2LTCHOXV17IJ75CSEC5ALLORHA3XU6HQKZ40R9N9098QH6BQ1JFL13VOZTK3UB610AZ2HORH933INO6J2ELQMVZIVRU0PSUFHIFWO959KVO994OOHN7Q5JPKL48C3PUU2097M89W92POTGYJ0ZZRKTMU8AOLT0AYU2PS4JGMOOLJC2JXFH80VA8VTMRPPRKVAEB5J2D27Z6L0JZXW1O1NRBSZ1Q7I8BC2TQIDMOXSZ5FUDB' where id=42; -update noar ti set v1='33Y37JH1L18FFA4NRM2LTCHOXV17IJ75CSEC5ALLORHA3XU6HQKZ40R9N9098QH6BQ1JFL13VOZTK3UB610AZ2HORH933INO6J2ELQMVZIVRU0PSUFHIFWO959KVO994OOHN7Q5JPKL48C3PUU2097M89W92POTGYJ0ZZRKTMU8AOLT0AYU2PS4JGMOOLJC2JXFH80VA8VTMRPPRKVAEB5J2D27Z6L0JZXW1O1NRBSZ1Q7I8BC2TQIDMOXSZ5FUDB' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4GA1A28P4CUYP2EPQ4AQHCM823H4GYFEIPJKG98DWKAO3J1IFLEAZHGKZUR60DMBOXIYWVS1D0YSWLCZ2IH7V83X51YWYX9IDI15H8AODQO987TCPOQN5DEY3E2KWS4A50KCQPPYNSNNH80PX92O8VD9QB2FHS7W67SG6EQ0L58O2GKFBSSORERP1WR9AJJRLT70JOTT7LP5ARD8FKHDF2E769XZS9M9WGYI4S0PCJ106D3W8U045QO3WYCZN0LUJ' where id=42; -update noar ti set v2='4GA1A28P4CUYP2EPQ4AQHCM823H4GYFEIPJKG98DWKAO3J1IFLEAZHGKZUR60DMBOXIYWVS1D0YSWLCZ2IH7V83X51YWYX9IDI15H8AODQO987TCPOQN5DEY3E2KWS4A50KCQPPYNSNNH80PX92O8VD9QB2FHS7W67SG6EQ0L58O2GKFBSSORERP1WR9AJJRLT70JOTT7LP5ARD8FKHDF2E769XZS9M9WGYI4S0PCJ106D3W8U045QO3WYCZN0LUJ' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TS3JKU2XDJ5H5CGJAUKUC9WLAHHJJVPNHY3V7VJSP9B7Z4TK8J9HASW8A4M699TGENR50R6LMGMWLVAS421IXCMDP2Q45ZUAK7YPNENVDU1QJD4CUORRGUK2PGZ0SWJNGTC6GOW8EE47EULXXWXCFJC3MOKL5C486TUVB34O0L08CZYSILNJQOPETYEAVK88RFJOTBFRPPAF2PJPWBMOS36J12ASE46IH2W2ZP1UXSSHKXBERCZOS3K6LPF40XD2Y' where id=42; -update noar ti set v3='TS3JKU2XDJ5H5CGJAUKUC9WLAHHJJVPNHY3V7VJSP9B7Z4TK8J9HASW8A4M699TGENR50R6LMGMWLVAS421IXCMDP2Q45ZUAK7YPNENVDU1QJD4CUORRGUK2PGZ0SWJNGTC6GOW8EE47EULXXWXCFJC3MOKL5C486TUVB34O0L08CZYSILNJQOPETYEAVK88RFJOTBFRPPAF2PJPWBMOS36J12ASE46IH2W2ZP1UXSSHKXBERCZOS3K6LPF40XD2Y' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CL6V9SSJP77WE8K1NQ02VZYU8RB2Q38UYZCQCFPX24666ZJD3XM60XWX394V7WV2SN374XR0AHPC9CWVOC434DKI4AJIFR83GKZSIFPOTEBNBP2IA9WY4ZYYVY79Q2QNPCCP7EJQIJW4O90LR1VUCL14MZJIU8KZXYWJR1UYWK21J5QPW7H8ZVA0HGJ3A6CYLOBUCWG52ERI5D2QOJ12T655SQFR74V8OUSQC3V44RAH88VHXBOF4D2ET4BFAHFCR' where id=43; -update noar ti set v0='CL6V9SSJP77WE8K1NQ02VZYU8RB2Q38UYZCQCFPX24666ZJD3XM60XWX394V7WV2SN374XR0AHPC9CWVOC434DKI4AJIFR83GKZSIFPOTEBNBP2IA9WY4ZYYVY79Q2QNPCCP7EJQIJW4O90LR1VUCL14MZJIU8KZXYWJR1UYWK21J5QPW7H8ZVA0HGJ3A6CYLOBUCWG52ERI5D2QOJ12T655SQFR74V8OUSQC3V44RAH88VHXBOF4D2ET4BFAHFCR' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PAVN2IYK705NWIJVC5PRM2K05T2SH5FFN8NK7CCQ5PQF81FAA44WGVEF4L1KDMGKXIM4QNKEQ80DTU2CWVMX92KNE330JPF6RONCWGX8Z0MAIYM9LH7YHZYAFUR0KDKZG0CFHQH6KHKBFDUH0VDX6YL08OB548A6DN65SA3FHIJMBQGM49DCJXQ0BCRW0ZYGUGRZ7T0CLVVAWPDWYFM4EDZ4V97E71LQJ50VMVHOIAYOEUGTTYRB5H89SFHE2BLO8' where id=43; -update noar ti set v1='PAVN2IYK705NWIJVC5PRM2K05T2SH5FFN8NK7CCQ5PQF81FAA44WGVEF4L1KDMGKXIM4QNKEQ80DTU2CWVMX92KNE330JPF6RONCWGX8Z0MAIYM9LH7YHZYAFUR0KDKZG0CFHQH6KHKBFDUH0VDX6YL08OB548A6DN65SA3FHIJMBQGM49DCJXQ0BCRW0ZYGUGRZ7T0CLVVAWPDWYFM4EDZ4V97E71LQJ50VMVHOIAYOEUGTTYRB5H89SFHE2BLO8' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A0WF6AH053APLJUK87DY1YX174LILLJFKIN7SBC969KCFXV7K0BT021NYUYFR4G7Y1XFP9PNUT7P43QDZ0MUKC8DL3IEV13UBQNGYIG6SRU93YWARIJPZLC749X2Y5476MJPZL0V5FNERXRA5J1YYARVP7Q5K3PKANY9F3YNWT075UFU1QS74FZB84Q6SKB75AXCKL7CUPXDNT6GD1G2IJ6BFS8T29UJSHU0QUSC8CRQW78SG5DX44CML2LB0IVIK' where id=43; -update noar ti set v2='A0WF6AH053APLJUK87DY1YX174LILLJFKIN7SBC969KCFXV7K0BT021NYUYFR4G7Y1XFP9PNUT7P43QDZ0MUKC8DL3IEV13UBQNGYIG6SRU93YWARIJPZLC749X2Y5476MJPZL0V5FNERXRA5J1YYARVP7Q5K3PKANY9F3YNWT075UFU1QS74FZB84Q6SKB75AXCKL7CUPXDNT6GD1G2IJ6BFS8T29UJSHU0QUSC8CRQW78SG5DX44CML2LB0IVIK' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BFC1W0PDFLDCE05C8PTZTJ0G748NG4V5Y649F9G4YNCWI1EPWSVVNZFR4LMCN72I28U0G6UPFRXA0W5FA2GFK5NTJ45T3BWBCV98IL9AL08JXTP6HEQLQMB5STFKQPSS4CUJFOBSV95FCC0AMY0UPKR9FIXFSS7CIOEJC9TSCGUS51416EG448IO3E2YKN6ONDMMHZLSL0TIPE0U2A8VGA0D31PX2D8BYCE616RWQTN2B4H0GT67CKL63DUEPYOUR' where id=43; -update noar ti set v3='BFC1W0PDFLDCE05C8PTZTJ0G748NG4V5Y649F9G4YNCWI1EPWSVVNZFR4LMCN72I28U0G6UPFRXA0W5FA2GFK5NTJ45T3BWBCV98IL9AL08JXTP6HEQLQMB5STFKQPSS4CUJFOBSV95FCC0AMY0UPKR9FIXFSS7CIOEJC9TSCGUS51416EG448IO3E2YKN6ONDMMHZLSL0TIPE0U2A8VGA0D31PX2D8BYCE616RWQTN2B4H0GT67CKL63DUEPYOUR' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='65HF12YYOHEB5PJYWAMTERZR841XDGENHEJJR27LNLID4VLT4H2VDWFATJG5X9SN3BATFDUG3RXE90IB23YKLDJTHGROBTN91WGE14WW4BPRFJJR9FHVWVCGFRHH7SOPSS08QR5SGIUG1C4PMKJA8X1OX87RPBBLZBP1VU8WB65CEXWSY9DWHJ7A5DK90O00CIUPRJ880DXTVQ0FCZJIV13DMMBMGLJM62O3Y1Y6QU1MSFWPFC4EUH3L0DO4HXDFF' where id=44; -update noar ti set v0='65HF12YYOHEB5PJYWAMTERZR841XDGENHEJJR27LNLID4VLT4H2VDWFATJG5X9SN3BATFDUG3RXE90IB23YKLDJTHGROBTN91WGE14WW4BPRFJJR9FHVWVCGFRHH7SOPSS08QR5SGIUG1C4PMKJA8X1OX87RPBBLZBP1VU8WB65CEXWSY9DWHJ7A5DK90O00CIUPRJ880DXTVQ0FCZJIV13DMMBMGLJM62O3Y1Y6QU1MSFWPFC4EUH3L0DO4HXDFF' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KIZI306Y7UFS5PORP394I02OA9WC6MINBNAR2MHMJE567NCDF3VA1804F4T61BYUFG1L3M6F3IS4H2DB7YAHINPRWM68VR4L8W56440ZR0UY04SXIIWCC8Z5AE85VLGK6ISFE0SI2D0ARP6LVPD33XVETPX7BSHAH0SDREB2YFRSZFP3GPT2JXE4Z9VHMTTL86VT69PPVKFWCVLFGZJQZ6WNWRMC601SPZ3HZZQZ14I95FFF1Z1RWLSRBS6S1MWJ0' where id=44; -update noar ti set v1='KIZI306Y7UFS5PORP394I02OA9WC6MINBNAR2MHMJE567NCDF3VA1804F4T61BYUFG1L3M6F3IS4H2DB7YAHINPRWM68VR4L8W56440ZR0UY04SXIIWCC8Z5AE85VLGK6ISFE0SI2D0ARP6LVPD33XVETPX7BSHAH0SDREB2YFRSZFP3GPT2JXE4Z9VHMTTL86VT69PPVKFWCVLFGZJQZ6WNWRMC601SPZ3HZZQZ14I95FFF1Z1RWLSRBS6S1MWJ0' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6MHXEL4ZSOMZGO5G4G5DIT2YDEPKK79WMFLBDP8G7BN1NOSLGQ5D7KPGPWUGUZ7MTJ9EPE0859QOIALMQ6L0KXGVVX6XRULJV8E64XXO1BZUX7WZ26VXUAVF7NF7ORIR2GHN5W8H2BFJL1XSXDPQOFVWF8VFZZC8YXZNOGF2CELXGBKFJOTRSKNRTLWECJMU3SYOE68TNTKIHGM7IK3T857NVL9LVB7CX12PDWQ2NSUGEYO8IPFHYAZGXZGI88OOR' where id=44; -update noar ti set v2='6MHXEL4ZSOMZGO5G4G5DIT2YDEPKK79WMFLBDP8G7BN1NOSLGQ5D7KPGPWUGUZ7MTJ9EPE0859QOIALMQ6L0KXGVVX6XRULJV8E64XXO1BZUX7WZ26VXUAVF7NF7ORIR2GHN5W8H2BFJL1XSXDPQOFVWF8VFZZC8YXZNOGF2CELXGBKFJOTRSKNRTLWECJMU3SYOE68TNTKIHGM7IK3T857NVL9LVB7CX12PDWQ2NSUGEYO8IPFHYAZGXZGI88OOR' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YSYILL831UYPXYNDIOI5WVI203WTEIC1ZIXUB4QOMLXHB31V9NKV0YP2OXI6Y1RW5BVV19ECCCNS0VFZX98IWC6RCYVYA7TYNGQQRMNFLN3F54R030AEPP2Z4ATQYYT08E8V93896YFVD0PJAXLTYURQUA49F6Y7TMS6T6N5AEINR2K3AESWSQHQ88WYTHOYYZ4WCH2Y431XK4YRDEE5KXPRA17U0NZA0C5CRADFSIXM0Y5F2K87MIFXNKUIR79W8' where id=44; -update noar ti set v3='YSYILL831UYPXYNDIOI5WVI203WTEIC1ZIXUB4QOMLXHB31V9NKV0YP2OXI6Y1RW5BVV19ECCCNS0VFZX98IWC6RCYVYA7TYNGQQRMNFLN3F54R030AEPP2Z4ATQYYT08E8V93896YFVD0PJAXLTYURQUA49F6Y7TMS6T6N5AEINR2K3AESWSQHQ88WYTHOYYZ4WCH2Y431XK4YRDEE5KXPRA17U0NZA0C5CRADFSIXM0Y5F2K87MIFXNKUIR79W8' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FGX6QUO3PGR5QQ0N62GC924DZY3ZAGZAIEVZFFXNC2GC3QBUNVGZK8DL2L0J22WSXO81XCP1QF1WTSU6JH27KCDHB0BZ0JVUREJV57I20SUJ9YMJGCCWP097TK8TM81AJOJLXH7CD4WVZUEOUG695D4H5XDHOSTRITIX1B2DFHN1637YH4RITSHFEUW3K6I3VJB42HV48VYB4EXOVPDK27CW48EC2R3XL0VOUIWS0SGWJUM8XG28PFMSM6XMV6E2I' where id=45; -update noar ti set v0='FGX6QUO3PGR5QQ0N62GC924DZY3ZAGZAIEVZFFXNC2GC3QBUNVGZK8DL2L0J22WSXO81XCP1QF1WTSU6JH27KCDHB0BZ0JVUREJV57I20SUJ9YMJGCCWP097TK8TM81AJOJLXH7CD4WVZUEOUG695D4H5XDHOSTRITIX1B2DFHN1637YH4RITSHFEUW3K6I3VJB42HV48VYB4EXOVPDK27CW48EC2R3XL0VOUIWS0SGWJUM8XG28PFMSM6XMV6E2I' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NXRMLALWVI4DK12MNKT9LW1TW5J2MSQ24ZV0MECFGTUI1HKC08KOQUQYQL3NKA0NVB2HD1SVNB1N7LVGAY8S094SUESHJPFE1Q6FTMZQX2A6FW4DP0WPGLZ3J38VN7LA94GWCMP9VTXHB6NN0J3D72A3QLA48CKQMAIMZ6G57REX7H9DKXETPPGSVIOGQMHTJ11L183Z1UK3JMFOIGOUVXNAXFQQBJF7VCCE4CNFDVLJE915Z25EE7R5CVDVZ5GYV' where id=45; -update noar ti set v1='NXRMLALWVI4DK12MNKT9LW1TW5J2MSQ24ZV0MECFGTUI1HKC08KOQUQYQL3NKA0NVB2HD1SVNB1N7LVGAY8S094SUESHJPFE1Q6FTMZQX2A6FW4DP0WPGLZ3J38VN7LA94GWCMP9VTXHB6NN0J3D72A3QLA48CKQMAIMZ6G57REX7H9DKXETPPGSVIOGQMHTJ11L183Z1UK3JMFOIGOUVXNAXFQQBJF7VCCE4CNFDVLJE915Z25EE7R5CVDVZ5GYV' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P1X0GTIFY7R0IME581PI006OKRAN95XD95KET7M75P192TVDOWL45J1G76T7O8P3FA826F49I6AIUSCSCT6ZGRLDZ1O13DKP2KWX3SHAET63JKGMQ71OU3SQN26C9ED6V47LPIL8WFTQA3NT3H9EF8LLLQ3M8T1BOCDZ5T8XPULJE3HGYXRVL2P4WDMADWV09YAYLCKVJHJBKOZ3R1Y38ZX3ZY3JWZBBHFMTP08WC1MTYDZVSH4A4ZHT1DM344JKU' where id=45; -update noar ti set v2='P1X0GTIFY7R0IME581PI006OKRAN95XD95KET7M75P192TVDOWL45J1G76T7O8P3FA826F49I6AIUSCSCT6ZGRLDZ1O13DKP2KWX3SHAET63JKGMQ71OU3SQN26C9ED6V47LPIL8WFTQA3NT3H9EF8LLLQ3M8T1BOCDZ5T8XPULJE3HGYXRVL2P4WDMADWV09YAYLCKVJHJBKOZ3R1Y38ZX3ZY3JWZBBHFMTP08WC1MTYDZVSH4A4ZHT1DM344JKU' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3OBKSF9DZ7PWMQBBJ584R9E1ULIWQU30MIXM5P2984UO7NQKQHOK2NCG7220JHCPVVK0QMY576ENSJ1043LZYACR3UYK3PNDKT37BWWHLWAKJ2SNDLOH71ZCPEOZCEECIW7ZYE7YRTJPZ1BMCQ7WY3M9872IMMK81ORRLGDHLOLLKFZ5N4GIWEYD636E67NQ20BIGC84VLM5U6QUEA6NWDJVLPWQQFKEFKJZ9MMMCMBZCZEDVWCZ3RYNB12VB2KMI' where id=45; -update noar ti set v3='3OBKSF9DZ7PWMQBBJ584R9E1ULIWQU30MIXM5P2984UO7NQKQHOK2NCG7220JHCPVVK0QMY576ENSJ1043LZYACR3UYK3PNDKT37BWWHLWAKJ2SNDLOH71ZCPEOZCEECIW7ZYE7YRTJPZ1BMCQ7WY3M9872IMMK81ORRLGDHLOLLKFZ5N4GIWEYD636E67NQ20BIGC84VLM5U6QUEA6NWDJVLPWQQFKEFKJZ9MMMCMBZCZEDVWCZ3RYNB12VB2KMI' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XPSVIA76FZZ110SS9WUEQTW50A8ZI4XPPRGEOPX4YBBUKMXI600N6JBVGUNOPNV2A5I0H3KTMC959KW5BOE58LPVMSRAPBEY2APC7W8F34MJL7OL2UCQ7O44WEA6OF6GSABY8V3FFGVM2QO8GOM69CY8IKL8HEQ4GNWOAVINNJ8KWJLFSYZ0940T12SKPT0943UWJB4RY9F4P59IJFW8QTIU86ZYYLRJTP7Y5BYQGAT412WTWGPM86EU4J0YI93LO' where id=46; -update noar ti set v0='XPSVIA76FZZ110SS9WUEQTW50A8ZI4XPPRGEOPX4YBBUKMXI600N6JBVGUNOPNV2A5I0H3KTMC959KW5BOE58LPVMSRAPBEY2APC7W8F34MJL7OL2UCQ7O44WEA6OF6GSABY8V3FFGVM2QO8GOM69CY8IKL8HEQ4GNWOAVINNJ8KWJLFSYZ0940T12SKPT0943UWJB4RY9F4P59IJFW8QTIU86ZYYLRJTP7Y5BYQGAT412WTWGPM86EU4J0YI93LO' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MG6SLBHU0405FQXXGERN6CB8NPI374KDI1NBCA7KDX3HAB4LGAED97XNEE5QXJCE32K0ZDXGQEJPGNDB47RDQAITM3LLCC7UTT5ZAJRF48V5S5XRMVCBP3ICD83TGNPFELIC53UCVAGQTSB8UEC32VAOT1H96TJ3HE3GBR4LR5NYIT97MPUD4X932CE3L358Z4HBA68RW6Z7KEJJPSE6YSO28RTKYXAGSATNMG24Z541QC71TVVKRAJI6FWRTMNEZ' where id=46; -update noar ti set v1='MG6SLBHU0405FQXXGERN6CB8NPI374KDI1NBCA7KDX3HAB4LGAED97XNEE5QXJCE32K0ZDXGQEJPGNDB47RDQAITM3LLCC7UTT5ZAJRF48V5S5XRMVCBP3ICD83TGNPFELIC53UCVAGQTSB8UEC32VAOT1H96TJ3HE3GBR4LR5NYIT97MPUD4X932CE3L358Z4HBA68RW6Z7KEJJPSE6YSO28RTKYXAGSATNMG24Z541QC71TVVKRAJI6FWRTMNEZ' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UZEFVHAPP0YVNF9BYAM9J4OV66NWKXTDHXGU00896DD1SUKHNDTDZVXOD2DM7F7PHFL7LD85OII9NF5N6R49ELLQHVKI4V215YXNIZ1JTM6G4R89O20E9X4SDSV6IH4DGULXSZFUSCLD8LZ6QDQMQC5MT1OKW9J2QHGTSOCJ1L10WZWB1NWPVBXTUIK9MSG97BCTV9I6K8D3XFYNBOXPPNHWXLQATV14T2OOFVWF8W2FTGKJX6UA5DAG94P93TAAO' where id=46; -update noar ti set v2='UZEFVHAPP0YVNF9BYAM9J4OV66NWKXTDHXGU00896DD1SUKHNDTDZVXOD2DM7F7PHFL7LD85OII9NF5N6R49ELLQHVKI4V215YXNIZ1JTM6G4R89O20E9X4SDSV6IH4DGULXSZFUSCLD8LZ6QDQMQC5MT1OKW9J2QHGTSOCJ1L10WZWB1NWPVBXTUIK9MSG97BCTV9I6K8D3XFYNBOXPPNHWXLQATV14T2OOFVWF8W2FTGKJX6UA5DAG94P93TAAO' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N0TSZY0OU3IZOBN1698J3542T295SGXMJNSLP49PUH4GDPHZWZVM0SAGOEYSVDH0XIV7HUG6DDY2327HOQ330OVQEQXO2TH19E580BNRCN79UT8BXL4GBDWXB0QA7B1128IQM9UKF8I1C4K86P4THO1F32NZXY4VPG2L2AX4HARUE3P9YVNV6CIXDV590W5B8QBRK7TYO9B872WNNP9KIY0UHKUN9SZW86FG120GBPMP2QNZQ9P6ELEH183PK1ZDI' where id=46; -update noar ti set v3='N0TSZY0OU3IZOBN1698J3542T295SGXMJNSLP49PUH4GDPHZWZVM0SAGOEYSVDH0XIV7HUG6DDY2327HOQ330OVQEQXO2TH19E580BNRCN79UT8BXL4GBDWXB0QA7B1128IQM9UKF8I1C4K86P4THO1F32NZXY4VPG2L2AX4HARUE3P9YVNV6CIXDV590W5B8QBRK7TYO9B872WNNP9KIY0UHKUN9SZW86FG120GBPMP2QNZQ9P6ELEH183PK1ZDI' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ENTKQFPHX7G2AJ39YUZS9VCYQSLZDAT6P7IS8QDVU8QUPJMJOBOIYIEJG5DIQW9QPR7NTFD6AFI6DI5YMN1BFF9O5OQD0DBEFPUIFSFRI6ORPPIXVYFQ20BU1TMWAJKY5ZOBIF3EC3KXRNFP0X893TVIAWT3KNS85AGW64DU8WYFQK2CK16S5G37XYQ6PY5D34IEAWOCMSBK22V3S6HLK57LV19FI3GRUDH9P7YHO3N31PS8CS2BOP6S2LN6C0O7N' where id=47; -update noar ti set v0='ENTKQFPHX7G2AJ39YUZS9VCYQSLZDAT6P7IS8QDVU8QUPJMJOBOIYIEJG5DIQW9QPR7NTFD6AFI6DI5YMN1BFF9O5OQD0DBEFPUIFSFRI6ORPPIXVYFQ20BU1TMWAJKY5ZOBIF3EC3KXRNFP0X893TVIAWT3KNS85AGW64DU8WYFQK2CK16S5G37XYQ6PY5D34IEAWOCMSBK22V3S6HLK57LV19FI3GRUDH9P7YHO3N31PS8CS2BOP6S2LN6C0O7N' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HY3JITCZX272T7NC3UN2TVK3D4O2795M2YZSBD6TJFJU9KAU6QG0IAKVXD4HQY47BN3O49ILMWBXROE12SVUK880T5QU2EW8NDDWO9SWYM44PLRTFX671C2R93A1VJ216C6GY68Z1W1DAU7VR3GCNSTFGARHZ0UQX2810E46WLK3QC4KV8KJ094CW6MP51N57QPN2USYT5MH2QQOICQ5ZHBGYH4AJECVGMAAJ7D1SB1UGX3DQT55WXXCXZ45SGPME' where id=47; -update noar ti set v1='HY3JITCZX272T7NC3UN2TVK3D4O2795M2YZSBD6TJFJU9KAU6QG0IAKVXD4HQY47BN3O49ILMWBXROE12SVUK880T5QU2EW8NDDWO9SWYM44PLRTFX671C2R93A1VJ216C6GY68Z1W1DAU7VR3GCNSTFGARHZ0UQX2810E46WLK3QC4KV8KJ094CW6MP51N57QPN2USYT5MH2QQOICQ5ZHBGYH4AJECVGMAAJ7D1SB1UGX3DQT55WXXCXZ45SGPME' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QTAVN8W7CMXL08TSM82VSOXZFA2GJGKQH589BLHQXJ2X91H7VVEDQU0CAXJQV0KZI6UCB4TJVDSMAH7KGX3I0VK9H4PCDXMSR3J2APWS08WMQCLUVE7Q9I3XDDALTATU15WRXR5UJG9K0LDJB8HTNJ31KKPFMWHBG4G1IW1DT2R8XJKSWL1YJGO36FY5YR012AR1K7YXTLMVVNMBQOWGRA9YI8T1ZZCITMXDMEO4KBKSMNA1AJ6OH964YVP87HDD3' where id=47; -update noar ti set v2='QTAVN8W7CMXL08TSM82VSOXZFA2GJGKQH589BLHQXJ2X91H7VVEDQU0CAXJQV0KZI6UCB4TJVDSMAH7KGX3I0VK9H4PCDXMSR3J2APWS08WMQCLUVE7Q9I3XDDALTATU15WRXR5UJG9K0LDJB8HTNJ31KKPFMWHBG4G1IW1DT2R8XJKSWL1YJGO36FY5YR012AR1K7YXTLMVVNMBQOWGRA9YI8T1ZZCITMXDMEO4KBKSMNA1AJ6OH964YVP87HDD3' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0MU0DN3CILNTH4P4VW7L346GQH0IBHB2KRHHWUK3IZFKNZP2DDAY318J0I4YTLTOTPH7A9EW3J52MU0R3GRQL6W89PVAM9M0NJPQHCKQC9X5TFR4C40GFMMOGIYFDJN3GOSSEWJ8SYZDIILOKBPKMFAKO41KES23DU1L23H127T48KP97PCW12PI3N4KVBYWWLGB5D68UANS3AFQ8ZUKOI5Z00DKMEK6QK7TGA6MLF714UKVU8XACTFM733INRCTV' where id=47; -update noar ti set v3='0MU0DN3CILNTH4P4VW7L346GQH0IBHB2KRHHWUK3IZFKNZP2DDAY318J0I4YTLTOTPH7A9EW3J52MU0R3GRQL6W89PVAM9M0NJPQHCKQC9X5TFR4C40GFMMOGIYFDJN3GOSSEWJ8SYZDIILOKBPKMFAKO41KES23DU1L23H127T48KP97PCW12PI3N4KVBYWWLGB5D68UANS3AFQ8ZUKOI5Z00DKMEK6QK7TGA6MLF714UKVU8XACTFM733INRCTV' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AJ0ZB1IIX2E3PRBZC7RZDRMBNDSIBNPM107SBFHTRYDGIY66OCRW9XZBQ47N5YMY9KIQ324KRDK4PCI6GR6TGBBFF7BLXO913QN2T7NV4ZX12VWBWOBDU6FQASRAKQ5E91WEA3OIDP3SM7CG1KKF4DP4MC726LCLZV3S1PXPQD8S9ZNCE1OXI2ZJPBI5POXKSRDTCQUS9X6Y66YAPP1022Q1JQKGRRLK4N5PGPVYRUORTT2V1DPD9OGBIJXEFO5RA' where id=48; -update noar ti set v0='AJ0ZB1IIX2E3PRBZC7RZDRMBNDSIBNPM107SBFHTRYDGIY66OCRW9XZBQ47N5YMY9KIQ324KRDK4PCI6GR6TGBBFF7BLXO913QN2T7NV4ZX12VWBWOBDU6FQASRAKQ5E91WEA3OIDP3SM7CG1KKF4DP4MC726LCLZV3S1PXPQD8S9ZNCE1OXI2ZJPBI5POXKSRDTCQUS9X6Y66YAPP1022Q1JQKGRRLK4N5PGPVYRUORTT2V1DPD9OGBIJXEFO5RA' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PK8J4UH5XIC04B8YEQUNHLV7G9XC1S6JOCZFOHENH1VOEO3XQ5FX1SW8V3K18ODKHQEK0RLMK6GN56Z7MB2DLCXT5KTIBZ395UADYZH9RMJMQGWRRYZJPIQPEH4EIOHXFBS0L0M3JBB0O81NY0GSCZSRABK90SLXEMXCJ0RWVA91FAJY82OYE9IGWCJQBEF8IB2HXFZEQL82SWB59ZXIK6P6V1XCMOKF5ETMJ6QI2N81ZPRBMSIDSYBW6IVY94PIO' where id=48; -update noar ti set v1='PK8J4UH5XIC04B8YEQUNHLV7G9XC1S6JOCZFOHENH1VOEO3XQ5FX1SW8V3K18ODKHQEK0RLMK6GN56Z7MB2DLCXT5KTIBZ395UADYZH9RMJMQGWRRYZJPIQPEH4EIOHXFBS0L0M3JBB0O81NY0GSCZSRABK90SLXEMXCJ0RWVA91FAJY82OYE9IGWCJQBEF8IB2HXFZEQL82SWB59ZXIK6P6V1XCMOKF5ETMJ6QI2N81ZPRBMSIDSYBW6IVY94PIO' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DJTOKHUTKMN0KYK6NM03NPXX2745NXWIV0VUMJVAY7Q723QS03WQ4Q4O0GOPIIHZAG94UYHUT8JILAU5PFSP9S084YSRW5Q7FB1FIQIKSGZXMQUL6Q34G3K2140TL3JDEQGDGL6DX61DJVI9X5GNIOVG0U60GXTX9705EV5A21KY1NM0C3AV5OCIP9YXF3OZZ65EI3NS50FY6N9K6A7ZN2VYTGG9HRFNMKJYRC6HN5WUUSPLLZXSPS0R0AJL8YI1Q' where id=48; -update noar ti set v2='DJTOKHUTKMN0KYK6NM03NPXX2745NXWIV0VUMJVAY7Q723QS03WQ4Q4O0GOPIIHZAG94UYHUT8JILAU5PFSP9S084YSRW5Q7FB1FIQIKSGZXMQUL6Q34G3K2140TL3JDEQGDGL6DX61DJVI9X5GNIOVG0U60GXTX9705EV5A21KY1NM0C3AV5OCIP9YXF3OZZ65EI3NS50FY6N9K6A7ZN2VYTGG9HRFNMKJYRC6HN5WUUSPLLZXSPS0R0AJL8YI1Q' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NX5FMM59DI7ZD9BB112JIN1D8M8YUUCW9A8NOC25LL3NBY3VVRMBD4PGL7U47S3BLGK6BONHZ130KZ4QFK2BA0H4NDS2UL2OIG6DO2KX3LNNNJUNX27M01HJENL4PA0NAGYNMHG0L3VER4WPVE4F4YLX03BM7MWU9452R1B6EO5KH4NA0RR533IKHWHD88FJZCG21W7QLWDV2T2MEDZXABPEJC8O8BLY5P5PU7UVJZLVJEO1J4IJWUZ828EGQ41IM' where id=48; -update noar ti set v3='NX5FMM59DI7ZD9BB112JIN1D8M8YUUCW9A8NOC25LL3NBY3VVRMBD4PGL7U47S3BLGK6BONHZ130KZ4QFK2BA0H4NDS2UL2OIG6DO2KX3LNNNJUNX27M01HJENL4PA0NAGYNMHG0L3VER4WPVE4F4YLX03BM7MWU9452R1B6EO5KH4NA0RR533IKHWHD88FJZCG21W7QLWDV2T2MEDZXABPEJC8O8BLY5P5PU7UVJZLVJEO1J4IJWUZ828EGQ41IM' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DP4HVYRKY1OHXM6J5NSADI8AFXEQV4O5U1O9PQH24DDOGOK65KMBF7RDHUVUZOHJQI7855L8SMD45H90F65DW2VPGNZI00PKIE6MDYM2C2N9RB4QCWUCIB902Z54ORAOI79HS3SRZN0C6PKCO265LENOYPWOCYS78Z3J16VW0TFJWDLLP01HUG2FA38SUY8NMKY5XX3ZD6ZW64KH43TAJ9PG2TXLZM27BOL702FVKKOCT01VZ1TIBNIO282U9PIDM' where id=49; -update noar ti set v0='DP4HVYRKY1OHXM6J5NSADI8AFXEQV4O5U1O9PQH24DDOGOK65KMBF7RDHUVUZOHJQI7855L8SMD45H90F65DW2VPGNZI00PKIE6MDYM2C2N9RB4QCWUCIB902Z54ORAOI79HS3SRZN0C6PKCO265LENOYPWOCYS78Z3J16VW0TFJWDLLP01HUG2FA38SUY8NMKY5XX3ZD6ZW64KH43TAJ9PG2TXLZM27BOL702FVKKOCT01VZ1TIBNIO282U9PIDM' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UJCVL59R2GQVTMOEZ81QMICA726D16HQK232QLEK7IER7GV4FX9M6K1DW7D4G1V33G7WY7O1C388CUE33FGRNPSWWF9QRC2UB5PJ8QZ7YOS59FC8EBOA7FLYPKGHOYC5ETHQ3LE5B6BV2V72XAT3UL6M8R9B5UOUMP2TOCRY0JXG9MUMCD3ZLJXN14HEVNNG3VBRMOR9C495LWJAB80AY8YBO0RC0WET9YZI1TDOYSX4B8GB5WFJQ96J7L83ETHGK' where id=49; -update noar ti set v1='UJCVL59R2GQVTMOEZ81QMICA726D16HQK232QLEK7IER7GV4FX9M6K1DW7D4G1V33G7WY7O1C388CUE33FGRNPSWWF9QRC2UB5PJ8QZ7YOS59FC8EBOA7FLYPKGHOYC5ETHQ3LE5B6BV2V72XAT3UL6M8R9B5UOUMP2TOCRY0JXG9MUMCD3ZLJXN14HEVNNG3VBRMOR9C495LWJAB80AY8YBO0RC0WET9YZI1TDOYSX4B8GB5WFJQ96J7L83ETHGK' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OWEU4TKTFUK2F8WXPU5REQBS08WCEAGGZPZMCC0RTLRT7FYWF7V5R8MDHZNXRTHL7VOT28IOYF0NFIU89YTG2OWMUV9ULZ3WLM6NVTD3TLIF7UQ4GSTGG5HKSTG4DCCDIVWV5EEKQ5IX2496UP3ADJIQE9KKEZMHSAA0S4VFM6XCQTKHGATADSJ2IJPGE7U9U6S7IXG5U2MVLYJ1ZGJ9KN4X4X1NPULZKU37D46NKGE0E3ZLYXZIT8JZZ1XQ7CTUV' where id=49; -update noar ti set v2='OWEU4TKTFUK2F8WXPU5REQBS08WCEAGGZPZMCC0RTLRT7FYWF7V5R8MDHZNXRTHL7VOT28IOYF0NFIU89YTG2OWMUV9ULZ3WLM6NVTD3TLIF7UQ4GSTGG5HKSTG4DCCDIVWV5EEKQ5IX2496UP3ADJIQE9KKEZMHSAA0S4VFM6XCQTKHGATADSJ2IJPGE7U9U6S7IXG5U2MVLYJ1ZGJ9KN4X4X1NPULZKU37D46NKGE0E3ZLYXZIT8JZZ1XQ7CTUV' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='64HP24BJUE39C4MPRLKFIUM1GB3B7RJJ8MEQ9PSYTWLN9LRHUE0AUI2TZLIDE8YB8SVUF0ZIZ9X0G8RUIWNSYNB70NPJLHADH53X6SH278G72BCVH0KI0UCGBJIU7GO3VW5U3JXB5LHT6TFXZ7WKGX80H8JQ04TT87X8SILUKAV3EI4978Y8E12YG3W75B1AI30YIF63IRTT0QJ7Z49A04MH3IFCBSPZP4VWZ5CT76HQ390P76X8XVJFUNVVUMMY2' where id=49; -update noar ti set v3='64HP24BJUE39C4MPRLKFIUM1GB3B7RJJ8MEQ9PSYTWLN9LRHUE0AUI2TZLIDE8YB8SVUF0ZIZ9X0G8RUIWNSYNB70NPJLHADH53X6SH278G72BCVH0KI0UCGBJIU7GO3VW5U3JXB5LHT6TFXZ7WKGX80H8JQ04TT87X8SILUKAV3EI4978Y8E12YG3W75B1AI30YIF63IRTT0QJ7Z49A04MH3IFCBSPZP4VWZ5CT76HQ390P76X8XVJFUNVVUMMY2' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AH6RJUA0TN3FWVAF6DAJEEXIHY5OE785ML1IUGUUINA37Q1DXMUVTQ4KTJCL4N7V4F166XKCS6UPT4O1J0CXWUI18FDCUUROXJ1GZXO3A11OJKQ6CF40PYPH4Z45L8TGBPJKITHKRAG7C9QQQEAXRKXUATYYE4ETB9DFNMZ0OCLDOI4JK8Z6ONFIBU9IL6Y4FNEQF30VW1EZB1THQ76LMNIWYEE4PNA69VRWIBZ7XSCT35JFHE4ZJOA62TDR5G004' where id=50; -update noar ti set v0='AH6RJUA0TN3FWVAF6DAJEEXIHY5OE785ML1IUGUUINA37Q1DXMUVTQ4KTJCL4N7V4F166XKCS6UPT4O1J0CXWUI18FDCUUROXJ1GZXO3A11OJKQ6CF40PYPH4Z45L8TGBPJKITHKRAG7C9QQQEAXRKXUATYYE4ETB9DFNMZ0OCLDOI4JK8Z6ONFIBU9IL6Y4FNEQF30VW1EZB1THQ76LMNIWYEE4PNA69VRWIBZ7XSCT35JFHE4ZJOA62TDR5G004' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3WJGO08D8N6P32S6TP8LA8EPVKK6F9H51M8E47CBQE2D2UG92ILRKC6NM31CTGNWFSH3PGSHJTHDY9UZEN41YL37PK2J9BYS63D6NT6DQ0V90L13FYFZKE5N0P3K7CGE9KZ3KRYL1T7VMK49NILEDNQN5WZGGQVHQ2G6V2W6163UL5C3AULDGYUSMHMLYDAQNCU4WS1N67HHMUKSNUKFNGYKWF5Y8GXKTL0R55FSKFONJ7KIIDMKLHCALHUAM0IK7' where id=50; -update noar ti set v1='3WJGO08D8N6P32S6TP8LA8EPVKK6F9H51M8E47CBQE2D2UG92ILRKC6NM31CTGNWFSH3PGSHJTHDY9UZEN41YL37PK2J9BYS63D6NT6DQ0V90L13FYFZKE5N0P3K7CGE9KZ3KRYL1T7VMK49NILEDNQN5WZGGQVHQ2G6V2W6163UL5C3AULDGYUSMHMLYDAQNCU4WS1N67HHMUKSNUKFNGYKWF5Y8GXKTL0R55FSKFONJ7KIIDMKLHCALHUAM0IK7' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BCEPH1I4N56QWD8V7ZQ8J63IBTH9VCZ00152KFWIZJO0DIIM46QA9UNRE9YJKQWCLY69YDPR3KFLNI90F9HRSCN0E6RJK038PPYM4VSMR5N387E9CD6GOUY8YPZBC3E41TEOZGEJ9WJ5HWG6VO6DNWGOW0IRN4Z4KILY4VS0ON8V1A0AL60DPGOEDE05IJUTFQW4OCVQENEWD1NP47H1FGOMAWV6G4HSY7548BELL0198FWE820OKTHG6NAEED4N9' where id=50; -update noar ti set v2='BCEPH1I4N56QWD8V7ZQ8J63IBTH9VCZ00152KFWIZJO0DIIM46QA9UNRE9YJKQWCLY69YDPR3KFLNI90F9HRSCN0E6RJK038PPYM4VSMR5N387E9CD6GOUY8YPZBC3E41TEOZGEJ9WJ5HWG6VO6DNWGOW0IRN4Z4KILY4VS0ON8V1A0AL60DPGOEDE05IJUTFQW4OCVQENEWD1NP47H1FGOMAWV6G4HSY7548BELL0198FWE820OKTHG6NAEED4N9' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DDYKE6YKZAILO7XJB95GWV2LPE82HPT151R32YMC6FOZKMEQFW46XH5G3ZIM6N7358EM8MDIZMJSQ35O77J0L7Z8ZRQLHU74DVY4QQRI5QR483EITJ8BYOMAN6G3XJPGLUD5ZABI333KYVU0L5G31NF6WJJMAS62KABSQ0QNE9OBCPKDLM9HJ8LUZ2KV278YPZ2N4XOWQC1VUXLSEMLA0SRQVEYXVZUONGNZUSYILI9N08NYR5EGWDN648CSF598W' where id=50; -update noar ti set v3='DDYKE6YKZAILO7XJB95GWV2LPE82HPT151R32YMC6FOZKMEQFW46XH5G3ZIM6N7358EM8MDIZMJSQ35O77J0L7Z8ZRQLHU74DVY4QQRI5QR483EITJ8BYOMAN6G3XJPGLUD5ZABI333KYVU0L5G31NF6WJJMAS62KABSQ0QNE9OBCPKDLM9HJ8LUZ2KV278YPZ2N4XOWQC1VUXLSEMLA0SRQVEYXVZUONGNZUSYILI9N08NYR5EGWDN648CSF598W' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IX8XV44MYZO5Q4T894ICBBS97IJEUNI9ZWUK0N13R3RT8KEWPGFG1PJ5TLKV9ZD9J75Z4DFXBHL37EYDRLUOMBY8FARXL78QPM0A6MZETUCIK3IM8IWCCK3UZAU233FREHNQ5HPF4M4T9LR5NCERZQF15TOLIV8LZ4OFZ4YE0XUPXWNBCUAFGCHOYHVRL5YWVSTI2BQ3NBVVLASBZBDVK8S2BEZ3ET9RI5W542DJWQF7FTG1MI4TM7Y8AS3ISLUZT' where id=51; -update noar ti set v0='IX8XV44MYZO5Q4T894ICBBS97IJEUNI9ZWUK0N13R3RT8KEWPGFG1PJ5TLKV9ZD9J75Z4DFXBHL37EYDRLUOMBY8FARXL78QPM0A6MZETUCIK3IM8IWCCK3UZAU233FREHNQ5HPF4M4T9LR5NCERZQF15TOLIV8LZ4OFZ4YE0XUPXWNBCUAFGCHOYHVRL5YWVSTI2BQ3NBVVLASBZBDVK8S2BEZ3ET9RI5W542DJWQF7FTG1MI4TM7Y8AS3ISLUZT' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BP6I9HQ6YIS0LYRJOAHTMNFDJOO3FV08BESRLO73HWVLTOR4QGNICXYMNCPIRL0BTHNFUPZUH7BC53F9EHRWIXJUWOT9MP1MA21NB5AKXN3U4PQEQZ1C895XHBB2P9U8UTO5GSCHD8DZYM2J838HACQ5RM3VV28OSP79HVOJ0IX6H6AQPYM8YKPXQIHH5SUCUWUQWL12PRBIR0G1ULZ12VUC2F706VZIN1J89VMBOTD8UDVVES8PEDZAFIC11A34X' where id=51; -update noar ti set v1='BP6I9HQ6YIS0LYRJOAHTMNFDJOO3FV08BESRLO73HWVLTOR4QGNICXYMNCPIRL0BTHNFUPZUH7BC53F9EHRWIXJUWOT9MP1MA21NB5AKXN3U4PQEQZ1C895XHBB2P9U8UTO5GSCHD8DZYM2J838HACQ5RM3VV28OSP79HVOJ0IX6H6AQPYM8YKPXQIHH5SUCUWUQWL12PRBIR0G1ULZ12VUC2F706VZIN1J89VMBOTD8UDVVES8PEDZAFIC11A34X' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Q06RQ2UKQZ06C0GJWGIDCRRNELZJMVF9CZ3YZKBLCILE4DI8DTG73VFR0WICBLNMOUA9L0MU4QF1MGZBQXHJWXKLKEAH4DSN66JNZSX7R0SVIWPEEPUXGZ5XEMTTUQ0NXTIL683LBJG86XK37302SX50SKMXOH9PZ4F6P9SQ3QVOZP5YM5WKMIIBIJN9U44CMOQHH631W9KMPII8ASYGP1CWYTT9398ISFSAPR5NPJ5RHEGDY9VVOHMIR8NSMGEWZ' where id=51; -update noar ti set v2='Q06RQ2UKQZ06C0GJWGIDCRRNELZJMVF9CZ3YZKBLCILE4DI8DTG73VFR0WICBLNMOUA9L0MU4QF1MGZBQXHJWXKLKEAH4DSN66JNZSX7R0SVIWPEEPUXGZ5XEMTTUQ0NXTIL683LBJG86XK37302SX50SKMXOH9PZ4F6P9SQ3QVOZP5YM5WKMIIBIJN9U44CMOQHH631W9KMPII8ASYGP1CWYTT9398ISFSAPR5NPJ5RHEGDY9VVOHMIR8NSMGEWZ' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CK1XXTMAKVNGHF6IHHBVZZMQTEYZ7HG8Z04HFRKN5RCM8GTUIAFPEYRK4IU4IZCSOH5RVZRV97VPGH8UD10TRJ282QHJNM2J485QPA0YCOHUPUPNFZMX6IKWA8KFHJYIAUQOJDPY8I6PQ74MA750X0ETU0F6ZWF6UONZG4O9WK1SXKPONAOKDGANNEOEZ2OYLPKN6P3R6IOVCC94WYETKHU5VEJJE01YC034GYAKABPIACQY15HVMGDNQSZ17GS3U' where id=51; -update noar ti set v3='CK1XXTMAKVNGHF6IHHBVZZMQTEYZ7HG8Z04HFRKN5RCM8GTUIAFPEYRK4IU4IZCSOH5RVZRV97VPGH8UD10TRJ282QHJNM2J485QPA0YCOHUPUPNFZMX6IKWA8KFHJYIAUQOJDPY8I6PQ74MA750X0ETU0F6ZWF6UONZG4O9WK1SXKPONAOKDGANNEOEZ2OYLPKN6P3R6IOVCC94WYETKHU5VEJJE01YC034GYAKABPIACQY15HVMGDNQSZ17GS3U' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='M09HWRSUOLJ2POTRP5JCDYVBPMRDMBI1IW0Y7Q22YZSMDS6R7NADS0846PBSZ417UIC7VCED5OKI6GW9BLY8J7AZ1Z7YY6DDMI2M0YQXQT4KLW76UOU5W52FVNAA5PEZ8JD8HYTSF2OK2HDX5K0EHSP3ZV7X75JUKWID9PD3DDJI8YV2X3YL8L183M579APW9C600H4IXB3IZE76MBKW1KFCXDOBIJDYYX2JZ9OM29APVEGNM2FPC3GSQ57EQJ4WX' where id=52; -update noar ti set v0='M09HWRSUOLJ2POTRP5JCDYVBPMRDMBI1IW0Y7Q22YZSMDS6R7NADS0846PBSZ417UIC7VCED5OKI6GW9BLY8J7AZ1Z7YY6DDMI2M0YQXQT4KLW76UOU5W52FVNAA5PEZ8JD8HYTSF2OK2HDX5K0EHSP3ZV7X75JUKWID9PD3DDJI8YV2X3YL8L183M579APW9C600H4IXB3IZE76MBKW1KFCXDOBIJDYYX2JZ9OM29APVEGNM2FPC3GSQ57EQJ4WX' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S7FF8MBVYWBV1EITIENPHUW2BV6N3VOH4J4A7DOK37E9CUOF0TUJHA2FPGUZ9LS56S4OKMMRQ37Y7K2LIO0RIDOHG6JCVV0XA0CZSENOM4GOQC7QYL969ASPW5Q4Y5P2HLXON3CTTHOHB97HT34ML6CU3ELHF6DX4WQHIS9Q8PL2INFMSTZA7NO00PVS6B2BEPZ481PD9VBZENA4WA10NPHEKM6A1LWTZIO0F4R06RBKJ2G6UHJUJGJGTJDNHV2PI' where id=52; -update noar ti set v1='S7FF8MBVYWBV1EITIENPHUW2BV6N3VOH4J4A7DOK37E9CUOF0TUJHA2FPGUZ9LS56S4OKMMRQ37Y7K2LIO0RIDOHG6JCVV0XA0CZSENOM4GOQC7QYL969ASPW5Q4Y5P2HLXON3CTTHOHB97HT34ML6CU3ELHF6DX4WQHIS9Q8PL2INFMSTZA7NO00PVS6B2BEPZ481PD9VBZENA4WA10NPHEKM6A1LWTZIO0F4R06RBKJ2G6UHJUJGJGTJDNHV2PI' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GZD4ATOSQ5JDYQXP9TEDX71YHJFWQTV6VCWJ6TA93QF6WFC1JVJC179TWMYU4OF3GN8NANQ6UW41L60ZNW6IZVU9RROJR2EX4S433ICDLBXWUSUDTL7B94O1EOMR4OXI1DCGVBGQ4MR0991HQPLBHBU91ZOOYUCOKWU0NHFPD4XX5F8S9L2UGPCX5O0Q5MZZGZ41Y05E1GUFK5BS0AMKC55CKSDOG42W3BXO6A31W4HC485MUGKUPYDRUEJC3Y0OI' where id=52; -update noar ti set v2='GZD4ATOSQ5JDYQXP9TEDX71YHJFWQTV6VCWJ6TA93QF6WFC1JVJC179TWMYU4OF3GN8NANQ6UW41L60ZNW6IZVU9RROJR2EX4S433ICDLBXWUSUDTL7B94O1EOMR4OXI1DCGVBGQ4MR0991HQPLBHBU91ZOOYUCOKWU0NHFPD4XX5F8S9L2UGPCX5O0Q5MZZGZ41Y05E1GUFK5BS0AMKC55CKSDOG42W3BXO6A31W4HC485MUGKUPYDRUEJC3Y0OI' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='U2YUS4MO6YA2MNGY3ATCE6LZ5ZIRW4ZVBYXVOBWTP4WC8ISQWSNXTXFP47PKHZD3JCNUQRLSF9W09TMX9NLQZG7WYY1UQCGZROSTOI0C31GJ6S81RJE3LT7L5XQO6Q6Q69A0GF3426NJ243Y2CHAXQT403IZ0V9N4TJSOJTF34EJL2MO17IND1SKA61YPCUK9BYPJ503LIPYIBBUQ5LEYTUYJRLYEFHNPPX8PTL7D4KRQDNAC2AWCFH34SA9KXN5P' where id=52; -update noar ti set v3='U2YUS4MO6YA2MNGY3ATCE6LZ5ZIRW4ZVBYXVOBWTP4WC8ISQWSNXTXFP47PKHZD3JCNUQRLSF9W09TMX9NLQZG7WYY1UQCGZROSTOI0C31GJ6S81RJE3LT7L5XQO6Q6Q69A0GF3426NJ243Y2CHAXQT403IZ0V9N4TJSOJTF34EJL2MO17IND1SKA61YPCUK9BYPJ503LIPYIBBUQ5LEYTUYJRLYEFHNPPX8PTL7D4KRQDNAC2AWCFH34SA9KXN5P' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YZ2XJTJJVS8SCDMGKY0T4XZFHMUE76Y6TGXZ16QTSZGBDXP9P0STCB3FWYGBMWE9IH2Y2XT0JTBP5VR4126TEI5V1VA6SP1BCD1VDCSL1V8RZMMUJIJVZAJLMWQ68FE0BOTX16OOB66VA76A8NBZFW26M8M4NPBJOKF3032E5G9H0YVUWKWH9TQAAOGF9ZJ6J86PAVOJGDEJDCYIF179WJRGW665025GLDVF2WAVUPC52YUFRE3H8WY6PAH0GRCAF' where id=53; -update noar ti set v0='YZ2XJTJJVS8SCDMGKY0T4XZFHMUE76Y6TGXZ16QTSZGBDXP9P0STCB3FWYGBMWE9IH2Y2XT0JTBP5VR4126TEI5V1VA6SP1BCD1VDCSL1V8RZMMUJIJVZAJLMWQ68FE0BOTX16OOB66VA76A8NBZFW26M8M4NPBJOKF3032E5G9H0YVUWKWH9TQAAOGF9ZJ6J86PAVOJGDEJDCYIF179WJRGW665025GLDVF2WAVUPC52YUFRE3H8WY6PAH0GRCAF' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GUW4DMWZGEVNXA856NJ6SRQIZ3K99KBUCH1Y9J0V63I8GSNK74NCVQ0JV0MNUYFUTMGOTZXZ59N51LXRMX8GJ1WZEXC6CB2IAYWRK0VQGSXW8RH3AA4BNYXESVQ888PW5GJOCTR7UWQI86681313LATF63IGSJNIWGNLSENWXNFXN42U7WQMM06D0YJYVJT0YFQ97SRY04FZF4BDDOIC7A1LJYV4D2RPXVNO4TWQEZYJ8PVEMHJIU4JURVHTI315Y' where id=53; -update noar ti set v1='GUW4DMWZGEVNXA856NJ6SRQIZ3K99KBUCH1Y9J0V63I8GSNK74NCVQ0JV0MNUYFUTMGOTZXZ59N51LXRMX8GJ1WZEXC6CB2IAYWRK0VQGSXW8RH3AA4BNYXESVQ888PW5GJOCTR7UWQI86681313LATF63IGSJNIWGNLSENWXNFXN42U7WQMM06D0YJYVJT0YFQ97SRY04FZF4BDDOIC7A1LJYV4D2RPXVNO4TWQEZYJ8PVEMHJIU4JURVHTI315Y' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VBGP5D5V2KM99SXNZISEUFL8ECH8FNEIXP78VOKMQVB8NH4FPYO9EOHKHPC06H7U2IBM7A4P748CQL11RRISDNATLSMX3H7G6Z4Z4K6ZLGQCAMPQF27120IPRWTJT2M6UBX1YOSUMHRBL3EZEB282HLSZ0UTNPMQTQASWZSFWGZNP3INXYM0GJBLAM2OSCCI7ARPNCJBJ5VQ9ZNTKPU09J7I1FB2OJ97IBP9FMRKXL0R2ZRNILK3JQ53M6YAKXW9K' where id=53; -update noar ti set v2='VBGP5D5V2KM99SXNZISEUFL8ECH8FNEIXP78VOKMQVB8NH4FPYO9EOHKHPC06H7U2IBM7A4P748CQL11RRISDNATLSMX3H7G6Z4Z4K6ZLGQCAMPQF27120IPRWTJT2M6UBX1YOSUMHRBL3EZEB282HLSZ0UTNPMQTQASWZSFWGZNP3INXYM0GJBLAM2OSCCI7ARPNCJBJ5VQ9ZNTKPU09J7I1FB2OJ97IBP9FMRKXL0R2ZRNILK3JQ53M6YAKXW9K' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0DGY1WNH1HRC430XLVY6KCJEB8R4OBEHJ5QD9VYY28OVE9VMWZO3BAFANRYNDZH8IDJQDNUX56F694IHQDFA9ONO5I7KTZQDGHMB57E64OX129NBGCKR5DZL1XW6O0QOFZ35G975QUCZQGXSI2JB19R5LY51IH3ZEN26FTEKAA0VFDMM4L625M7VHYL17YBPAIJOXIKUW9TAZ8MVQQ6V4CBRXCSO9FXN9TRL8F4QVGY7R7TMDZQKKW64SIX9NMP4S' where id=53; -update noar ti set v3='0DGY1WNH1HRC430XLVY6KCJEB8R4OBEHJ5QD9VYY28OVE9VMWZO3BAFANRYNDZH8IDJQDNUX56F694IHQDFA9ONO5I7KTZQDGHMB57E64OX129NBGCKR5DZL1XW6O0QOFZ35G975QUCZQGXSI2JB19R5LY51IH3ZEN26FTEKAA0VFDMM4L625M7VHYL17YBPAIJOXIKUW9TAZ8MVQQ6V4CBRXCSO9FXN9TRL8F4QVGY7R7TMDZQKKW64SIX9NMP4S' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='148KU98F1DWGNJF21QI6TYP4RVND6DX0EB0SPRIZW9CJDCGQA3P4VWTQQUCK9A9V9J0J7QCUZ0SGJ8L1OW6ZHGNZ21P6MHP1N5JI3PKQY6ZMI9E5NOQVPCFRHV06FR0YH1ZDYYVOKAZIYM7DIFZYX3QS6P9XNB3EQIU6EDTIGF6W3VL2I2ZWE0IKA7TD5OFBVAV6ACMYJPFCYABXZMPM6O56D4LC5Z8RIHWZ9TDEBGH6JE2NYJ7RI04SQN4X1A3H3' where id=54; -update noar ti set v0='148KU98F1DWGNJF21QI6TYP4RVND6DX0EB0SPRIZW9CJDCGQA3P4VWTQQUCK9A9V9J0J7QCUZ0SGJ8L1OW6ZHGNZ21P6MHP1N5JI3PKQY6ZMI9E5NOQVPCFRHV06FR0YH1ZDYYVOKAZIYM7DIFZYX3QS6P9XNB3EQIU6EDTIGF6W3VL2I2ZWE0IKA7TD5OFBVAV6ACMYJPFCYABXZMPM6O56D4LC5Z8RIHWZ9TDEBGH6JE2NYJ7RI04SQN4X1A3H3' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XYGVV4QM9AB348JA8DYS2NC2QZMRTU8I2T8BTZBX3CDJOXQ5NBXS041QC29M44YKT7FCPXIO9S3KTDV713VS4LDA01DD1SEDXCL2056NTPEMEOKZZD6BSJZ0FX7PMI739KFLBSTC5I78H9OU49LWI0VWW9IE4P6YXNG3DTX6J12E4GHFKG9OHTGO3WSS7J687RCQXHO1SZL7O21LYYC89FBBB1W651TF5CYWBVANH7L27I63BKJMGX7UA2OXNO49M' where id=54; -update noar ti set v1='XYGVV4QM9AB348JA8DYS2NC2QZMRTU8I2T8BTZBX3CDJOXQ5NBXS041QC29M44YKT7FCPXIO9S3KTDV713VS4LDA01DD1SEDXCL2056NTPEMEOKZZD6BSJZ0FX7PMI739KFLBSTC5I78H9OU49LWI0VWW9IE4P6YXNG3DTX6J12E4GHFKG9OHTGO3WSS7J687RCQXHO1SZL7O21LYYC89FBBB1W651TF5CYWBVANH7L27I63BKJMGX7UA2OXNO49M' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IS2I84XDTHEEC1OPZF2MXH3VU03HZ43FCKBSHHEKR11YXP49QILMKNQUZIA807I5XZR80CIVA17LU546XJWJ6TCHDO3OIGJ7LVWXLBNDM802AR2E7E19XSUDI4M4XRX17VF5TSUFI396CU6PH2FOPBD908RP5F9MBAQRNSAN2STK8YY7HLCJY0VQIP4JIYJ1XRMNA29JKIT9JUKFCPN33S6GA3OCHEWLSGT1AG3MQEL21G3TT7DXACC8ASMGAF4M2' where id=54; -update noar ti set v2='IS2I84XDTHEEC1OPZF2MXH3VU03HZ43FCKBSHHEKR11YXP49QILMKNQUZIA807I5XZR80CIVA17LU546XJWJ6TCHDO3OIGJ7LVWXLBNDM802AR2E7E19XSUDI4M4XRX17VF5TSUFI396CU6PH2FOPBD908RP5F9MBAQRNSAN2STK8YY7HLCJY0VQIP4JIYJ1XRMNA29JKIT9JUKFCPN33S6GA3OCHEWLSGT1AG3MQEL21G3TT7DXACC8ASMGAF4M2' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R9NGX3RGHDCNUMSPBGBNZ2Q0EOJVYLDJ210HAOCU81FL18LJQOTVQ46H537P7SF3CTITMO7BGVTC5MGDY8VXCXPX1514VP31BIHOWLTM7R4ALHWBTYMW4EXMF87YDU6T1Z3Z3VRNIDLH0N3ZNOT215W761ZEXZRQEWY0629YPOI7CUS9LD0I7AZ1QV41J0F0WGZ34G9CHL6W2IOTZOUK76GV4QUEI97VH6SAG8PRTLE73D8J8ISLL0DHDUQH42YSN' where id=54; -update noar ti set v3='R9NGX3RGHDCNUMSPBGBNZ2Q0EOJVYLDJ210HAOCU81FL18LJQOTVQ46H537P7SF3CTITMO7BGVTC5MGDY8VXCXPX1514VP31BIHOWLTM7R4ALHWBTYMW4EXMF87YDU6T1Z3Z3VRNIDLH0N3ZNOT215W761ZEXZRQEWY0629YPOI7CUS9LD0I7AZ1QV41J0F0WGZ34G9CHL6W2IOTZOUK76GV4QUEI97VH6SAG8PRTLE73D8J8ISLL0DHDUQH42YSN' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RXITDSJRNHA6P2EMDU7N0ELY7XBRKYUNBBOLGP1TJU7QPKWEOYIW33WN7F5CYBOME1GP8R5B8MQ3X54FKUJB3ISVW3KHQ0LHV3KWA0T4DXFGFEMKY13D1Y2JQMNA06XOK6DJUVPHV66J8JYKWVFI14ELD4BQSHIJ8YWCID9RJJXMKEQPK2QN6CUS75Y6JEW7ZM15DGKJ58UEC6VP0XFX76MYHL3JMSCUE74T1VCP7MH1LAOD17PE0UZ5XWQC3O9LT' where id=55; -update noar ti set v0='RXITDSJRNHA6P2EMDU7N0ELY7XBRKYUNBBOLGP1TJU7QPKWEOYIW33WN7F5CYBOME1GP8R5B8MQ3X54FKUJB3ISVW3KHQ0LHV3KWA0T4DXFGFEMKY13D1Y2JQMNA06XOK6DJUVPHV66J8JYKWVFI14ELD4BQSHIJ8YWCID9RJJXMKEQPK2QN6CUS75Y6JEW7ZM15DGKJ58UEC6VP0XFX76MYHL3JMSCUE74T1VCP7MH1LAOD17PE0UZ5XWQC3O9LT' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='74IZ0QHEDY8EQQ2A6LQLXXZS81RQS32X36LLNHJS56QOGZAQUL1G05JU1UE41JICQCC43LC4YV9COGWQMYH9MB18MI7RYJLTJQ0BVZ3U8SHPORLQSB4DRJ2OYD9S0K0XD2O9F6K0IALIXM1PUIJC55G3JKI7FXJHVG88AL28WCXUT1COLUTSQBO4N7KVA0JFTSPGKT2MD7ETMYLVTOCOKT1M57L85OBX620OOZ8HAV60OW9SCWMGG3027NF77TX7G' where id=55; -update noar ti set v1='74IZ0QHEDY8EQQ2A6LQLXXZS81RQS32X36LLNHJS56QOGZAQUL1G05JU1UE41JICQCC43LC4YV9COGWQMYH9MB18MI7RYJLTJQ0BVZ3U8SHPORLQSB4DRJ2OYD9S0K0XD2O9F6K0IALIXM1PUIJC55G3JKI7FXJHVG88AL28WCXUT1COLUTSQBO4N7KVA0JFTSPGKT2MD7ETMYLVTOCOKT1M57L85OBX620OOZ8HAV60OW9SCWMGG3027NF77TX7G' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QWSM80WQLJQSVD81V9ZZ80UIDKNPZCYZGTPSNIP9P4KABUDS0P9Y2EM5RMPP8X5NNW8LQ81NE3A9B2O3KIAOYBUFTSFFCBBY8HOO3XGY57WDD5L9439BUXBZZ0EWLUU2U9B4LEF35WUA4AMIPWG8LRHQOD4S50NUSKI5CXOBFQGDH4V0W1JFHY58C5W2KO584GTDN1QENOAR59DWXB8A1DJ28MO4D4SYSOV5X2GU57NX6WO3U2SFGEY7B98FW6PVZ' where id=55; -update noar ti set v2='QWSM80WQLJQSVD81V9ZZ80UIDKNPZCYZGTPSNIP9P4KABUDS0P9Y2EM5RMPP8X5NNW8LQ81NE3A9B2O3KIAOYBUFTSFFCBBY8HOO3XGY57WDD5L9439BUXBZZ0EWLUU2U9B4LEF35WUA4AMIPWG8LRHQOD4S50NUSKI5CXOBFQGDH4V0W1JFHY58C5W2KO584GTDN1QENOAR59DWXB8A1DJ28MO4D4SYSOV5X2GU57NX6WO3U2SFGEY7B98FW6PVZ' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4QCW3GZV2PRFCJFL1BNHE4BIEYWLTO32S0XJ803GNHMRQSUEVSWW419I7NR8O2H0MCO0S21BUAB4P6ZQ224QSJSJ7KTP8OB00AQSDAYRDCM5BKVVQTYBJN7LC0VY65YOEWMTZJSLERWV5UIZC5MBI5B77GLDZS1OLHRY2829LV6NH4P2VD955NWLO5U15DZSZP4Z23AHUOULYIJODPR6I558JLJ1O9VHJVYDX8S2BNHKEOYZION1XQ9ZCV2IKBJ0R' where id=55; -update noar ti set v3='4QCW3GZV2PRFCJFL1BNHE4BIEYWLTO32S0XJ803GNHMRQSUEVSWW419I7NR8O2H0MCO0S21BUAB4P6ZQ224QSJSJ7KTP8OB00AQSDAYRDCM5BKVVQTYBJN7LC0VY65YOEWMTZJSLERWV5UIZC5MBI5B77GLDZS1OLHRY2829LV6NH4P2VD955NWLO5U15DZSZP4Z23AHUOULYIJODPR6I558JLJ1O9VHJVYDX8S2BNHKEOYZION1XQ9ZCV2IKBJ0R' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RBC709DFZFIRQVPQJUA4NC5DUQ7JLTSUL7LP4OT32OGWIVEI12O9CTVFKY0T77DACEHDNJ2IRIJ224Q6HXZ6GDT0ZBQ9FI1C82SSZ3J4YECVL17SOUBT5EMUPU4YV5EKRFY27MJ7E97DCWP5BBVPWVFLZQ2HAT1SVJKGWBD6LN1BX7XBJJBDXKKNNFG1X81EUYX5LKB62RW666325USBGASVFAYQ89QV64PBH9KXZB396MVQPFM7KL428798YLRM8' where id=56; -update noar ti set v0='RBC709DFZFIRQVPQJUA4NC5DUQ7JLTSUL7LP4OT32OGWIVEI12O9CTVFKY0T77DACEHDNJ2IRIJ224Q6HXZ6GDT0ZBQ9FI1C82SSZ3J4YECVL17SOUBT5EMUPU4YV5EKRFY27MJ7E97DCWP5BBVPWVFLZQ2HAT1SVJKGWBD6LN1BX7XBJJBDXKKNNFG1X81EUYX5LKB62RW666325USBGASVFAYQ89QV64PBH9KXZB396MVQPFM7KL428798YLRM8' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HO20SZKYX0NH9STYSSEAXDFIS2KLNAHQGEGW16T89UVZHCA1EF8V6G6MYFASOURYNS59PMGVETIY8P5QAQYZS3K6P7KVJP4EMOZ9Y2OGAABTZWH3GJ6HSDDAND5L74BW3BYPZ2J0QZ6B2HP3G807B8NJ95U2YUAVELZ9PDG7G6X2YMZUHFPLGYNGNM4JA9LKTZ2PTNY3W31I7ZBZBIVFDMQPYLE9BE6NEGDG3OJD1I8ORZ0UYVK6XLQLKBMKGD5ZL' where id=56; -update noar ti set v1='HO20SZKYX0NH9STYSSEAXDFIS2KLNAHQGEGW16T89UVZHCA1EF8V6G6MYFASOURYNS59PMGVETIY8P5QAQYZS3K6P7KVJP4EMOZ9Y2OGAABTZWH3GJ6HSDDAND5L74BW3BYPZ2J0QZ6B2HP3G807B8NJ95U2YUAVELZ9PDG7G6X2YMZUHFPLGYNGNM4JA9LKTZ2PTNY3W31I7ZBZBIVFDMQPYLE9BE6NEGDG3OJD1I8ORZ0UYVK6XLQLKBMKGD5ZL' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OKTKCF4MVKK4NY2RXL3V7W3R7IR9J9LR9W6C6UKFQL7RNGPZNCI2RCC7XR46FXPDXRYQRSHQORE96WQC369XKDWSD47TM3IJDMYEDEDZAH3T6H8VO62NV885GRCOSL9SDNLRSUQD4ZNPMOGQUGR2KWPFX947B2LETD9ARJEWDIZW4IQU730J5EQ3NFCQ1OJ621VV8O4R58WZ2UNNEUE4S32YBELKJEJQLI6E63PRIAPHFBAT6P5A4MBNMK6U3HVJ4' where id=56; -update noar ti set v2='OKTKCF4MVKK4NY2RXL3V7W3R7IR9J9LR9W6C6UKFQL7RNGPZNCI2RCC7XR46FXPDXRYQRSHQORE96WQC369XKDWSD47TM3IJDMYEDEDZAH3T6H8VO62NV885GRCOSL9SDNLRSUQD4ZNPMOGQUGR2KWPFX947B2LETD9ARJEWDIZW4IQU730J5EQ3NFCQ1OJ621VV8O4R58WZ2UNNEUE4S32YBELKJEJQLI6E63PRIAPHFBAT6P5A4MBNMK6U3HVJ4' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A3TR0403QJMOPNQ7N9ETM6GMAAXH0X05S3GZ7OY0K2JUHRYUFVQ4AGOIYNZGVEE7KO90CWTUBWKPHZLP6RMSGV46HCZMY5AD2B5QNP5R3K0MT5PX5ZMQZ0ONOFP00JY2E7BUY3U4J6TF4W1P7OJ46EHAN3IWQQ336RUJ7OCJWAWW1WXKYNS9QMFN0I1FSQU2LFD15S4JL2UWH7D34M2R6DJGKPOWC6T1QNKH1CP3PA43SSS5KNMECHAEQ0Y2STGRS' where id=56; -update noar ti set v3='A3TR0403QJMOPNQ7N9ETM6GMAAXH0X05S3GZ7OY0K2JUHRYUFVQ4AGOIYNZGVEE7KO90CWTUBWKPHZLP6RMSGV46HCZMY5AD2B5QNP5R3K0MT5PX5ZMQZ0ONOFP00JY2E7BUY3U4J6TF4W1P7OJ46EHAN3IWQQ336RUJ7OCJWAWW1WXKYNS9QMFN0I1FSQU2LFD15S4JL2UWH7D34M2R6DJGKPOWC6T1QNKH1CP3PA43SSS5KNMECHAEQ0Y2STGRS' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K15RP1F2RBWKQYVW3YPN70EJZJOQ5UJ4ETF3RUR8DWERQB9YWKZWCET3XPRCQEXB4NQ14NB8L7GPFSSZX2P6VBLMJRK0KM81ZCJXZXK51QAH930SLZ9GGMKU6JCQVFLOD9VK7YLZIDNJWY4UXXNXCU8SVWF1TTZMD2INR689AXJ71UYU5AFS07NVK4590P7CBOXMPYKJ1FQGVNTQYUTDVIX73ATXF3F0QKBGB725O4X0YGNT53F3TI2J256R3UTPS' where id=57; -update noar ti set v0='K15RP1F2RBWKQYVW3YPN70EJZJOQ5UJ4ETF3RUR8DWERQB9YWKZWCET3XPRCQEXB4NQ14NB8L7GPFSSZX2P6VBLMJRK0KM81ZCJXZXK51QAH930SLZ9GGMKU6JCQVFLOD9VK7YLZIDNJWY4UXXNXCU8SVWF1TTZMD2INR689AXJ71UYU5AFS07NVK4590P7CBOXMPYKJ1FQGVNTQYUTDVIX73ATXF3F0QKBGB725O4X0YGNT53F3TI2J256R3UTPS' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EB8LKTZO0149MRXMX2V2SPEC9G1N2R5LHKL1XNSEJ3W4R626KV56I4HE33S08KZQLWCF89GGW28WD3QJIIOE52D9WUKJVLQDGU8JWC9H5JVJFQLYKA5GIP11HHGF9JP5JXTIWWCWM169PIIQY89HADZG0FB4PEC86ULCD4Z8N75YCACUXQWYR8QP6QJ5T5RN7RDQIIDIH78T90H7SFJVY4C8N9FL19IJ1QYBS75QFFN58MBKSPJWNYNCYRUZXKZJT' where id=57; -update noar ti set v1='EB8LKTZO0149MRXMX2V2SPEC9G1N2R5LHKL1XNSEJ3W4R626KV56I4HE33S08KZQLWCF89GGW28WD3QJIIOE52D9WUKJVLQDGU8JWC9H5JVJFQLYKA5GIP11HHGF9JP5JXTIWWCWM169PIIQY89HADZG0FB4PEC86ULCD4Z8N75YCACUXQWYR8QP6QJ5T5RN7RDQIIDIH78T90H7SFJVY4C8N9FL19IJ1QYBS75QFFN58MBKSPJWNYNCYRUZXKZJT' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='R88IS6E8I6IU48YQ9NV9QPD6T0CSS7WNRV6YCM5GYWCROXB5A3V9RPK4PJYR9R9K9WGG234AF7ICPVMNRBVSS1LN83JO7FQK85GBZSKYJO688XJQDDRXOVXA2YD7XUEE8TSJ6366QIA4C4YY00OB9Q13G4A5YGUBFDF286ENE4HHKWGII2AEBFPOTQHNHSKJ80UBB2PC6P2MBPGCN8D56LF4TL40D9V47BZMR06324ZRNM2NR0OLSHWV2U57YQD9G' where id=57; -update noar ti set v2='R88IS6E8I6IU48YQ9NV9QPD6T0CSS7WNRV6YCM5GYWCROXB5A3V9RPK4PJYR9R9K9WGG234AF7ICPVMNRBVSS1LN83JO7FQK85GBZSKYJO688XJQDDRXOVXA2YD7XUEE8TSJ6366QIA4C4YY00OB9Q13G4A5YGUBFDF286ENE4HHKWGII2AEBFPOTQHNHSKJ80UBB2PC6P2MBPGCN8D56LF4TL40D9V47BZMR06324ZRNM2NR0OLSHWV2U57YQD9G' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QF45GZSFEVMJP97CNQ88Y3QB37GBAUCY3GU5FCT0SPVXY5BRV2ZYLBEX78TU92T0UUA4W0G9RPQZU1K5BX16430S742JKFN4RSVMAZXZBZM5VN6XL4OAWFP5V8J4KEZNNU3I34C1JSS0S3B3K9YE2J44LH2WFQKFRKDARIG2BLGJCD1K5HJ2RWG4TUAFGR84EOUMKT2G6NAQCBR7ZFW3EW15TTWAEVXH9BE2PWBOTN17CKVI3LFP3VZ22V33ZXX90' where id=57; -update noar ti set v3='QF45GZSFEVMJP97CNQ88Y3QB37GBAUCY3GU5FCT0SPVXY5BRV2ZYLBEX78TU92T0UUA4W0G9RPQZU1K5BX16430S742JKFN4RSVMAZXZBZM5VN6XL4OAWFP5V8J4KEZNNU3I34C1JSS0S3B3K9YE2J44LH2WFQKFRKDARIG2BLGJCD1K5HJ2RWG4TUAFGR84EOUMKT2G6NAQCBR7ZFW3EW15TTWAEVXH9BE2PWBOTN17CKVI3LFP3VZ22V33ZXX90' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QZ1JZYIAK1ZMSVJ6BA4RZQBAOH4ULI4GFI8DLQLVT0HSYI823QC0AZIYW3XRB6V3MLKHKD20VQ532FZGGZNO7X3NM43NFYDF7IKHULTZFIVSIVR9XXXSNA79C8JLJN8UZAKQ4M7FGCSS3DWPJIXWJMO0BVSM4CPV18LRLEBP5W8TWWJ9JJ1TBG7V20JXE373LL3M97U25RV256RLO7CW0DQI3LYRWAHX42ZXW196N42WPLTD0DZFJJPR5E3477F6M' where id=58; -update noar ti set v0='QZ1JZYIAK1ZMSVJ6BA4RZQBAOH4ULI4GFI8DLQLVT0HSYI823QC0AZIYW3XRB6V3MLKHKD20VQ532FZGGZNO7X3NM43NFYDF7IKHULTZFIVSIVR9XXXSNA79C8JLJN8UZAKQ4M7FGCSS3DWPJIXWJMO0BVSM4CPV18LRLEBP5W8TWWJ9JJ1TBG7V20JXE373LL3M97U25RV256RLO7CW0DQI3LYRWAHX42ZXW196N42WPLTD0DZFJJPR5E3477F6M' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ED5VEUPZ5V07RKUURO4MU47D6S19HO4KBP6Z4E4QH1QEMQ88B43093HGPGLNRJRHPNKZTY7LH0DRQJT5Y0VTZXHERE2K4HFCPXNRBGVZ7W7HVZUJKDPBIA1T5RFIEKCDHARZB849AODU2IXNL2J8SAZKJBG48SX8RQ43RT2ZVGZJGWS5BMICTSP5YORP07PFZZX4UBLT36AJJVOP3J1DHCJ2OLZWJ24P56XSA5ZFS2QP93VUUIW9UJK5HGOPYA09C' where id=58; -update noar ti set v1='ED5VEUPZ5V07RKUURO4MU47D6S19HO4KBP6Z4E4QH1QEMQ88B43093HGPGLNRJRHPNKZTY7LH0DRQJT5Y0VTZXHERE2K4HFCPXNRBGVZ7W7HVZUJKDPBIA1T5RFIEKCDHARZB849AODU2IXNL2J8SAZKJBG48SX8RQ43RT2ZVGZJGWS5BMICTSP5YORP07PFZZX4UBLT36AJJVOP3J1DHCJ2OLZWJ24P56XSA5ZFS2QP93VUUIW9UJK5HGOPYA09C' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y6A1TF3MO7TAMRXSUIAXR2SC9T088BX8RZ5OD8SC2OPX0P9ZFD1DR9WCB9R3QMI3F9OSZF7PJU8VC8D6BSAA5NX9HIIOY6ZKWGG0LLHNHYHUIUBT3FHJ4M7HO51243WZNPRRU6GSFL0EHNX2FUMXJ1KWCO22U1YA46F42PDE1Z4RU05XNF0GR2I5XN8DNWPF1L7XCUVTF1DDXON2MS16V43HFK3KDD0I1ZPD53ZXHYHLAMSWOADUX1K6RH7KNOBJ0' where id=58; -update noar ti set v2='Y6A1TF3MO7TAMRXSUIAXR2SC9T088BX8RZ5OD8SC2OPX0P9ZFD1DR9WCB9R3QMI3F9OSZF7PJU8VC8D6BSAA5NX9HIIOY6ZKWGG0LLHNHYHUIUBT3FHJ4M7HO51243WZNPRRU6GSFL0EHNX2FUMXJ1KWCO22U1YA46F42PDE1Z4RU05XNF0GR2I5XN8DNWPF1L7XCUVTF1DDXON2MS16V43HFK3KDD0I1ZPD53ZXHYHLAMSWOADUX1K6RH7KNOBJ0' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VBIEKOIR2GDLKHZQVYIRRO3XUTNIPEPDGKYY5P4UNRZO9LS0AF8M5O2YMIL2247EWPJ88FY4PFP572IWGCWOWI6WHFYGXNIDOH4O4N05W3889J9HAW6ZQMG6BNKCM2NJ0VVG0KCKWWNPQT6FDZF1WXTCI1WYV5MUJ8ZW661HCFG7SQCO4SKLFI9TKBUXIA8F257ISRY07B78A9A321WG63JHJCTUJH7DXAW0L8A8HFLU7AOCU1GJ38TCD7GACX7PP' where id=58; -update noar ti set v3='VBIEKOIR2GDLKHZQVYIRRO3XUTNIPEPDGKYY5P4UNRZO9LS0AF8M5O2YMIL2247EWPJ88FY4PFP572IWGCWOWI6WHFYGXNIDOH4O4N05W3889J9HAW6ZQMG6BNKCM2NJ0VVG0KCKWWNPQT6FDZF1WXTCI1WYV5MUJ8ZW661HCFG7SQCO4SKLFI9TKBUXIA8F257ISRY07B78A9A321WG63JHJCTUJH7DXAW0L8A8HFLU7AOCU1GJ38TCD7GACX7PP' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2BUNCDFLTKP29WTPYHUAP60FHR16VMVZYB5L02EKAE1BCO6EE4ED6NO8BCPC8CZWMH21BTV5IX774YUE4Q3BF94HOP6NPLK42UQG56HQ7GQ9HUQRK43TXIN40G8XNEPS7YMTNFISCFE0MY65HAQ2R3C6VRJ5NOF90A6OM7JMHBJZ9Y3RVMUYEM5KH1AYPW8FSAUGNMJTYAX0IISIZ4CROXG2INWTCYWIZLI2XKK3BQQPX57NS3F12NHC05STLOB6W' where id=59; -update noar ti set v0='2BUNCDFLTKP29WTPYHUAP60FHR16VMVZYB5L02EKAE1BCO6EE4ED6NO8BCPC8CZWMH21BTV5IX774YUE4Q3BF94HOP6NPLK42UQG56HQ7GQ9HUQRK43TXIN40G8XNEPS7YMTNFISCFE0MY65HAQ2R3C6VRJ5NOF90A6OM7JMHBJZ9Y3RVMUYEM5KH1AYPW8FSAUGNMJTYAX0IISIZ4CROXG2INWTCYWIZLI2XKK3BQQPX57NS3F12NHC05STLOB6W' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UHHMAEEGFD4SWCMUUNKK4ZQ212JPB5IAQ8V7CKUOX7S6PWS4BEWK22IO392JZ6CBDHR1CBZ8XE81W3LFJCYH8Q5GGN23F4Q7PMISWICRL7VVH7E6385G57ADOGI2I52M5AF5NKAEWM0G9GROPQOPBHHYL9VJWCY7RZIK1K16WB6BNP3J0LKJ6XCE5I4N5VOKWN68AMFEFOOPE19RIS1WSDS5LXW2JUE0C9O2KNKXI75DU95MH8YKVHAVRV2SBIT94' where id=59; -update noar ti set v1='UHHMAEEGFD4SWCMUUNKK4ZQ212JPB5IAQ8V7CKUOX7S6PWS4BEWK22IO392JZ6CBDHR1CBZ8XE81W3LFJCYH8Q5GGN23F4Q7PMISWICRL7VVH7E6385G57ADOGI2I52M5AF5NKAEWM0G9GROPQOPBHHYL9VJWCY7RZIK1K16WB6BNP3J0LKJ6XCE5I4N5VOKWN68AMFEFOOPE19RIS1WSDS5LXW2JUE0C9O2KNKXI75DU95MH8YKVHAVRV2SBIT94' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OKLA2E4KX2PJANI9HK5YYMORWXX4ITMQR1AGPQB85O9ODQM959YOO995WEUBUXNWSRJIV3QJLAFLWETD4B59442RDVFEEWTSALJYHXJCBMPCY6JOYAM9KMZ1SSMVIFWU7ANPEEJBL6Q9WKPGA1ZVEOWQ2VOD0HO0QXYNAUDM56Y3FUM40FEK3762DL2UD0DPW1W6J0ME4YZS9RG9YGW0QEOQY8ABHB356TRCD04E34B8Q6E3DS73M06XRES8VI8S8' where id=59; -update noar ti set v2='OKLA2E4KX2PJANI9HK5YYMORWXX4ITMQR1AGPQB85O9ODQM959YOO995WEUBUXNWSRJIV3QJLAFLWETD4B59442RDVFEEWTSALJYHXJCBMPCY6JOYAM9KMZ1SSMVIFWU7ANPEEJBL6Q9WKPGA1ZVEOWQ2VOD0HO0QXYNAUDM56Y3FUM40FEK3762DL2UD0DPW1W6J0ME4YZS9RG9YGW0QEOQY8ABHB356TRCD04E34B8Q6E3DS73M06XRES8VI8S8' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K7U5XC1CN76Z4GE40A2GA4099RZATO348S8FG0VRGJ6YX4B2SOR7FOUXW0ZSY0K1QZX4TGXSN9IUAU3FR4F50FXI45KZGZZKBTTZ7S25NI6XPDLUUVWK1H1BRPE3B6TIEV50VLEYDJLO8897QVZWUAGA6SBP19Y3BT7T2VJJ4SE5XAO8PS5R77723YKPM9DBV6V6CFKTBY9Z9OMZQH220TMBMK5EREEHJEGCEANVHBCETCODDICXC8OZZEEE6ZXHV' where id=59; -update noar ti set v3='K7U5XC1CN76Z4GE40A2GA4099RZATO348S8FG0VRGJ6YX4B2SOR7FOUXW0ZSY0K1QZX4TGXSN9IUAU3FR4F50FXI45KZGZZKBTTZ7S25NI6XPDLUUVWK1H1BRPE3B6TIEV50VLEYDJLO8897QVZWUAGA6SBP19Y3BT7T2VJJ4SE5XAO8PS5R77723YKPM9DBV6V6CFKTBY9Z9OMZQH220TMBMK5EREEHJEGCEANVHBCETCODDICXC8OZZEEE6ZXHV' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3L36VFEBBYLBP80FP3EOCYZB85DMKVDPLHD1K7IEZAEVXJNP0HFSV7FNHROIAD69TUJZTYIRLJ68XSPXOKKKL83Q92CQN6FK7KY0YWQYQNVT98XMIN41EJIN2SDB8CMOLVLAA28WM3071GNXAEGFUGG1QST3OCCPV5Y7CTTPZWD6RE49QLPH5DP68U4FINLLJBH1LYJEGLUPVI2K319CJD1AQ213BC1ZK5ESYMD32TQLDIEZOB55DJGUCCMEGQ9NR' where id=60; -update noar ti set v0='3L36VFEBBYLBP80FP3EOCYZB85DMKVDPLHD1K7IEZAEVXJNP0HFSV7FNHROIAD69TUJZTYIRLJ68XSPXOKKKL83Q92CQN6FK7KY0YWQYQNVT98XMIN41EJIN2SDB8CMOLVLAA28WM3071GNXAEGFUGG1QST3OCCPV5Y7CTTPZWD6RE49QLPH5DP68U4FINLLJBH1LYJEGLUPVI2K319CJD1AQ213BC1ZK5ESYMD32TQLDIEZOB55DJGUCCMEGQ9NR' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9QEMVRKCXXE0XM5OVA3MFXIMZ7XLAGAGGQ5UBZLBJG157XO7QSAUW0STGIY0VBZNGJQG9BWOWINUH9KZTR9PFZZ9M3YPK44HCMF19H2EE5P4TILECACI0VTWNXCQBUZHO9MKOUCQEK1GGX01HZB6DGBSH2JI1ZHNLYFJFE7OYDNJVSYAPCYALSDVO9FR2PQ935G1GQ0UIWJ6MZA88JM69NRR6MDJVV6Q0SJVXYSATJSR3SF449KGO6EAKAXPKM1NA' where id=60; -update noar ti set v1='9QEMVRKCXXE0XM5OVA3MFXIMZ7XLAGAGGQ5UBZLBJG157XO7QSAUW0STGIY0VBZNGJQG9BWOWINUH9KZTR9PFZZ9M3YPK44HCMF19H2EE5P4TILECACI0VTWNXCQBUZHO9MKOUCQEK1GGX01HZB6DGBSH2JI1ZHNLYFJFE7OYDNJVSYAPCYALSDVO9FR2PQ935G1GQ0UIWJ6MZA88JM69NRR6MDJVV6Q0SJVXYSATJSR3SF449KGO6EAKAXPKM1NA' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AQHKV58DFWVFKHOVCOLNNAVNAIF00V7BF853WFJ4LL3KLMV77H5A0PIOLCRZJ64P1KEKCI7NSEE9990XIRUU6RN700DIT2E3BB0LMWDVVW0FT7QYVY62JYOIKT8BV5O0Z785BEBNQI3GYL5JS8INF5LYI75QWAE8PL8JQN51IA6XNARG7AFEHKKBU59KT8V7WU4VFEAZ03MUIY8JBLJDZB8DD0GBBYZJ8OJSYQTUL3SDT5HECE2I3M5ZHLSP9YAQB' where id=60; -update noar ti set v2='AQHKV58DFWVFKHOVCOLNNAVNAIF00V7BF853WFJ4LL3KLMV77H5A0PIOLCRZJ64P1KEKCI7NSEE9990XIRUU6RN700DIT2E3BB0LMWDVVW0FT7QYVY62JYOIKT8BV5O0Z785BEBNQI3GYL5JS8INF5LYI75QWAE8PL8JQN51IA6XNARG7AFEHKKBU59KT8V7WU4VFEAZ03MUIY8JBLJDZB8DD0GBBYZJ8OJSYQTUL3SDT5HECE2I3M5ZHLSP9YAQB' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IOGT7GFDG6PXPV2BRZV3UF9HPEZEM7O0Z08PO5P6GEGGI7DAS3RL4DE4XEMLKT9LK10TBMHCENBJ1QIKH0ZR9HENZIPQHNOJKOFNL0FG1XAB96U1E9B1QVUVX0IH5XFUCT5I2VX1FBBUY70KFKTLNYCLFDOF3WQUO4C41RBME6D270F5LRFRF7UJ82NQNJXPP2QJUN6VY1TPCPW2X0G7EKPCAF0BFYCGXNLS56NSWRF8Z0VHXPQ0P2UWTZPSW6BN6' where id=60; -update noar ti set v3='IOGT7GFDG6PXPV2BRZV3UF9HPEZEM7O0Z08PO5P6GEGGI7DAS3RL4DE4XEMLKT9LK10TBMHCENBJ1QIKH0ZR9HENZIPQHNOJKOFNL0FG1XAB96U1E9B1QVUVX0IH5XFUCT5I2VX1FBBUY70KFKTLNYCLFDOF3WQUO4C41RBME6D270F5LRFRF7UJ82NQNJXPP2QJUN6VY1TPCPW2X0G7EKPCAF0BFYCGXNLS56NSWRF8Z0VHXPQ0P2UWTZPSW6BN6' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CUPJV9P6FPRTVUW5W7Z3PQ3H86POO3DAAFLXWT8G3OA2D9V36I2V33OG6Q4ADFO4B9FPKV1946Y5GHT947M6OB6OL7CU5EMHZW05XLCBVOLKMDGYA4DDVB83XIJB3KRBOUEVXM64FSU2WM6IZQR6LH8ZOCYHHO82GG1ZKSSF5L2VK58Y7LJR90LFBZE05TOZ712E6RNM0XTVSYAHMDELWT8E0ANMTVYVRRVU1K4QG7XT3B6CBUA37WP3SV8Y3SUSQ' where id=61; -update noar ti set v0='CUPJV9P6FPRTVUW5W7Z3PQ3H86POO3DAAFLXWT8G3OA2D9V36I2V33OG6Q4ADFO4B9FPKV1946Y5GHT947M6OB6OL7CU5EMHZW05XLCBVOLKMDGYA4DDVB83XIJB3KRBOUEVXM64FSU2WM6IZQR6LH8ZOCYHHO82GG1ZKSSF5L2VK58Y7LJR90LFBZE05TOZ712E6RNM0XTVSYAHMDELWT8E0ANMTVYVRRVU1K4QG7XT3B6CBUA37WP3SV8Y3SUSQ' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ML3GJJJWXM2XPVNS2URI5VF0USCVM6DGOS6Y5ALIHKZUO48WYX9DXUR2L7FFJ4BQANG87GSJ9BE9MCP7TW0CZXCDYJL7O41EIJ70XJQ7TUJ2PSV1XR7K3DQ1QWP0XZ5PH8D4966BO1OBUFHW663KC9EVPHR9UO3XOVYHL0KC0KPJKSCVXW1D3LMTHD3FSKQZJUSSRYX3X8TGH0N6A9HEBRJ0JBZHRTF23SQL3UMSUBFXJBNUDNIL3BXRSO3OUG2JF' where id=61; -update noar ti set v1='ML3GJJJWXM2XPVNS2URI5VF0USCVM6DGOS6Y5ALIHKZUO48WYX9DXUR2L7FFJ4BQANG87GSJ9BE9MCP7TW0CZXCDYJL7O41EIJ70XJQ7TUJ2PSV1XR7K3DQ1QWP0XZ5PH8D4966BO1OBUFHW663KC9EVPHR9UO3XOVYHL0KC0KPJKSCVXW1D3LMTHD3FSKQZJUSSRYX3X8TGH0N6A9HEBRJ0JBZHRTF23SQL3UMSUBFXJBNUDNIL3BXRSO3OUG2JF' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CTSG7S8PW8XRJM9T0F136U65K3TF84P63SOQBR5YVK4UK6HP2SC1BF2M0GWUVDHZ6XZRJI8IH6U66XIKS82S9QHB843EL8O2IY30JJX6T3PPEU1OY4V35D2TMTO3R7Z7R7J284B4FISLCN28TPCLZ2EES09859FQFHDBKIOD2MW3XX8YGVF2J2LLM2GJ3U4IWZ6XXWZ0G4CPNHGLLWJQYD2J3K88OZ2EGFZYZDLSKV146M6889Q9VID3214SLP3I2' where id=61; -update noar ti set v2='CTSG7S8PW8XRJM9T0F136U65K3TF84P63SOQBR5YVK4UK6HP2SC1BF2M0GWUVDHZ6XZRJI8IH6U66XIKS82S9QHB843EL8O2IY30JJX6T3PPEU1OY4V35D2TMTO3R7Z7R7J284B4FISLCN28TPCLZ2EES09859FQFHDBKIOD2MW3XX8YGVF2J2LLM2GJ3U4IWZ6XXWZ0G4CPNHGLLWJQYD2J3K88OZ2EGFZYZDLSKV146M6889Q9VID3214SLP3I2' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OTCD82Z8KQNNWAW8XFO494KN6F6Z3HGY4KGHTBHESAIM217L4C36C3WKZB16QUN2LXNK30TU1RTC63LZMO5PQZ7BFCF7ZWI0PDQKMF6NA5I60FI25WKH6PNUSB9DOZJBUCZT5RWELOR50T09S6SGTETALGAO8IJ13H4V51Z11KIXJ796S9M8BO20PO8DV2BUX0XW8UFG3GBYR84DKO6QQCLTLH7JA335NZWZ101LF681IGRDCB1QIMJPN990WBYEM' where id=61; -update noar ti set v3='OTCD82Z8KQNNWAW8XFO494KN6F6Z3HGY4KGHTBHESAIM217L4C36C3WKZB16QUN2LXNK30TU1RTC63LZMO5PQZ7BFCF7ZWI0PDQKMF6NA5I60FI25WKH6PNUSB9DOZJBUCZT5RWELOR50T09S6SGTETALGAO8IJ13H4V51Z11KIXJ796S9M8BO20PO8DV2BUX0XW8UFG3GBYR84DKO6QQCLTLH7JA335NZWZ101LF681IGRDCB1QIMJPN990WBYEM' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ODWRS3H6FUUFGX3LEYCXMJ1TOIM6ELTEO1Y0YLRP0VQ0A2G04J3OUBFG3OUX174CONP5LON81GQPXQ7M8BA0ZI66KJYRCRB8URD0YDT2RPDIJBEL2I54Y0DE98VCSRVQQ35KPR2S7BUSFWN64V8I0WMA8H3ZNKDTRBYBLRM6QX3DHTKDFAYAVS4N8DT40WD0V0Y88GNM1L6L89G51EIYKTYRAXBJN477YC0SD45LKU989QEQ3MP7Q5YBZ9PSHBJJ5' where id=62; -update noar ti set v0='ODWRS3H6FUUFGX3LEYCXMJ1TOIM6ELTEO1Y0YLRP0VQ0A2G04J3OUBFG3OUX174CONP5LON81GQPXQ7M8BA0ZI66KJYRCRB8URD0YDT2RPDIJBEL2I54Y0DE98VCSRVQQ35KPR2S7BUSFWN64V8I0WMA8H3ZNKDTRBYBLRM6QX3DHTKDFAYAVS4N8DT40WD0V0Y88GNM1L6L89G51EIYKTYRAXBJN477YC0SD45LKU989QEQ3MP7Q5YBZ9PSHBJJ5' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2DYYELS8FMNEX4DC9I8FN6EG4HC86Q1RFSTTZH3UQRJR2AHCHPSZ645MRHDR89LOJYDQKIO45J7RYV7VOLR2IX9TLMAD965LA1Y1NR8BTGD32IW4B0SOFVNXMDUNEBXACXGEAXBILIFKWTW8CWKA6XDGR3TZEJKVBXSV8P1ARHR985QDMZBEVQ3371ZTK0KUYRNKS1SD1FYVTXDHMJWBE6G2HESM2MPRD22MT1D6QMOSTQA073BRUKNY5K0HVYI22' where id=62; -update noar ti set v1='2DYYELS8FMNEX4DC9I8FN6EG4HC86Q1RFSTTZH3UQRJR2AHCHPSZ645MRHDR89LOJYDQKIO45J7RYV7VOLR2IX9TLMAD965LA1Y1NR8BTGD32IW4B0SOFVNXMDUNEBXACXGEAXBILIFKWTW8CWKA6XDGR3TZEJKVBXSV8P1ARHR985QDMZBEVQ3371ZTK0KUYRNKS1SD1FYVTXDHMJWBE6G2HESM2MPRD22MT1D6QMOSTQA073BRUKNY5K0HVYI22' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GLJJB52XUKLG3Y8WMVXKIXNFQ33RX1F6PVQCTZLJJMK853CRWU8NTY3HGDKH8J5ZNY99R5Y6XPL5CA4Z56H30DDVE3V5GIPXTNQ78AUKLLEUD80UTEF69GNF7QDW0SR9O8PVTXODZXTWSZ3LSMJ7ODHLQ7JFOHKOIZ5UYGAZJ6CYBEMA70JQHWOOVFLU0E053Y07X1ZP7B412G62CWO1K010G9HQVU4SYXMIQZHNHK05HNW4ONCU0WLYCJ4RJMYDD' where id=62; -update noar ti set v2='GLJJB52XUKLG3Y8WMVXKIXNFQ33RX1F6PVQCTZLJJMK853CRWU8NTY3HGDKH8J5ZNY99R5Y6XPL5CA4Z56H30DDVE3V5GIPXTNQ78AUKLLEUD80UTEF69GNF7QDW0SR9O8PVTXODZXTWSZ3LSMJ7ODHLQ7JFOHKOIZ5UYGAZJ6CYBEMA70JQHWOOVFLU0E053Y07X1ZP7B412G62CWO1K010G9HQVU4SYXMIQZHNHK05HNW4ONCU0WLYCJ4RJMYDD' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TC910VQJFAGVOMTWOQVY7JP4Y9TZD06CN1VK7WB1V7LMNZQB4W1FCDLX4OG0BHG8MBQZ3YTQ29SRUDAOTRTG0NX701T90O92RDV8JSRR96RFG3B9YB7PBV3XH6JAO5UF0YNJIPVL9B2NEE9VCSVO5UN2YEK2OCATQKZD1NBZOEA2JPZPX0A8PJL2IRX8CJX3TDW2H2ZH1NNJL1ZSZRP9N2XLM3PRG1ABGMNQDOJ0HXDZ5XT0H2H2BK32BH7Q4ODQ2' where id=62; -update noar ti set v3='TC910VQJFAGVOMTWOQVY7JP4Y9TZD06CN1VK7WB1V7LMNZQB4W1FCDLX4OG0BHG8MBQZ3YTQ29SRUDAOTRTG0NX701T90O92RDV8JSRR96RFG3B9YB7PBV3XH6JAO5UF0YNJIPVL9B2NEE9VCSVO5UN2YEK2OCATQKZD1NBZOEA2JPZPX0A8PJL2IRX8CJX3TDW2H2ZH1NNJL1ZSZRP9N2XLM3PRG1ABGMNQDOJ0HXDZ5XT0H2H2BK32BH7Q4ODQ2' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DL1FITJMPASMD3XBWNW2PACFUUUPPEA5EICC3ZEF71UJ87CQS2LSADNBBCKFBHIEL9P5AJXPKM4L5P27SH7MHBUDV8ANCNFVO95LOEOZOPWJNP54TZ2YYU7TEWTC0CNKNQAJBC9J3P8PRN2BW9Q5ETTSP5TTCJGOM021U8EFITHTUJOJSH64G870C0ZQFYBJIL45J0O8RTGO3HFUUHC6RUHOQL1DM6JX88QSLRO2M9S1SRR6I5P0QXWBMCLOY88VA' where id=63; -update noar ti set v0='DL1FITJMPASMD3XBWNW2PACFUUUPPEA5EICC3ZEF71UJ87CQS2LSADNBBCKFBHIEL9P5AJXPKM4L5P27SH7MHBUDV8ANCNFVO95LOEOZOPWJNP54TZ2YYU7TEWTC0CNKNQAJBC9J3P8PRN2BW9Q5ETTSP5TTCJGOM021U8EFITHTUJOJSH64G870C0ZQFYBJIL45J0O8RTGO3HFUUHC6RUHOQL1DM6JX88QSLRO2M9S1SRR6I5P0QXWBMCLOY88VA' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5NFIJNOT6J4SAL4V9QIX4NQJNMOAB4OZFRMLCQB1NQ38IZU3KUW2SQ0KIN5C2AIOTP5C1Z3CNFOESLDR56VT1I1PYETWL3O7WLG770IKWWW6DH5785H6K47HGCZRU0HQYGEDV94NHNEFNIH2G1I8R7JQLSK1XAPH8N04P2GOJM7LETLFT53WTDDP7QC0PV5MPAMZTLL7NP7J1ARKKJWS8FV5EJG9BR59ODPUX6MN2EIPXTAEU38VC5QF4KJOR6D2B' where id=63; -update noar ti set v1='5NFIJNOT6J4SAL4V9QIX4NQJNMOAB4OZFRMLCQB1NQ38IZU3KUW2SQ0KIN5C2AIOTP5C1Z3CNFOESLDR56VT1I1PYETWL3O7WLG770IKWWW6DH5785H6K47HGCZRU0HQYGEDV94NHNEFNIH2G1I8R7JQLSK1XAPH8N04P2GOJM7LETLFT53WTDDP7QC0PV5MPAMZTLL7NP7J1ARKKJWS8FV5EJG9BR59ODPUX6MN2EIPXTAEU38VC5QF4KJOR6D2B' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9FKCHID9HK4TT8O6V1OGJQISQAUL6B9MV2RIL83YDH6D7VYFEA3CGQX0WYN5LCNTJ8AT5PFE20NPC6LDHHOGR9O3HTMS1EKKDMANP3Z0FVX0V1HPO1QAC3P66TS26XKGE3EPUP9QIM6HLJSRJL2L64Q5BYKWLAPDTFOZCYPDOOYGPYUFRXV9RELH3LJ40HPI81VOQ1CHRT39RBRBJ0A693QVHK5JZEG9ARA9JCSJLN76Q6DNOSMZR492QUQK8IX46' where id=63; -update noar ti set v2='9FKCHID9HK4TT8O6V1OGJQISQAUL6B9MV2RIL83YDH6D7VYFEA3CGQX0WYN5LCNTJ8AT5PFE20NPC6LDHHOGR9O3HTMS1EKKDMANP3Z0FVX0V1HPO1QAC3P66TS26XKGE3EPUP9QIM6HLJSRJL2L64Q5BYKWLAPDTFOZCYPDOOYGPYUFRXV9RELH3LJ40HPI81VOQ1CHRT39RBRBJ0A693QVHK5JZEG9ARA9JCSJLN76Q6DNOSMZR492QUQK8IX46' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DA6781X684GEW2RB5V7XXBKI4LD4UOUKPNU42LJCU8KK0LGIL7IS65GGOBDRNT3V0W80EZH11OKWPAMT8VY4C0HPSEYQNZMM74INJ3PMGLAI1L579NXQKBZX5G902PO8XINDCDYXP9XPG3M2XFP33LAEU2B6IY26LFAU2UK8KW9MQVKK5PBS9GP673ZFE9T8JAKVDBW3FEAQC6D07ATX3KHOT7BEUTXVT0WNGBXQJU99UR7GUAX13B83ZAMJWU0LJ' where id=63; -update noar ti set v3='DA6781X684GEW2RB5V7XXBKI4LD4UOUKPNU42LJCU8KK0LGIL7IS65GGOBDRNT3V0W80EZH11OKWPAMT8VY4C0HPSEYQNZMM74INJ3PMGLAI1L579NXQKBZX5G902PO8XINDCDYXP9XPG3M2XFP33LAEU2B6IY26LFAU2UK8KW9MQVKK5PBS9GP673ZFE9T8JAKVDBW3FEAQC6D07ATX3KHOT7BEUTXVT0WNGBXQJU99UR7GUAX13B83ZAMJWU0LJ' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RF0MMWZG6S8ED38OM41VKK0BTO58W17VEBQ4C8LYSTH4GDMPCUBB2ECZ5QJ61O83UV9SMHSXVVMJFFH5Z9QDF0B6B6EEPVXFMMA5OJRZNQHNCGHGN9C9PEYQU113T4AAF9SO1ODLN6BC9XIO8NGPCZREZ0QLVCDZ07B14P4TMM7V71DBOJDAYOAVW0OZLADINSGNBCE4WL1AQHXBCYH9SPODME4PWMSCQ8ONS6LDXVB852AQBCIP2UT4SMABU44LG' where id=64; -update noar ti set v0='RF0MMWZG6S8ED38OM41VKK0BTO58W17VEBQ4C8LYSTH4GDMPCUBB2ECZ5QJ61O83UV9SMHSXVVMJFFH5Z9QDF0B6B6EEPVXFMMA5OJRZNQHNCGHGN9C9PEYQU113T4AAF9SO1ODLN6BC9XIO8NGPCZREZ0QLVCDZ07B14P4TMM7V71DBOJDAYOAVW0OZLADINSGNBCE4WL1AQHXBCYH9SPODME4PWMSCQ8ONS6LDXVB852AQBCIP2UT4SMABU44LG' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='22AA821U7P1LJRR8765ODS3WVHDI4L8Y28OGKI02EU9DEVICBHWNMAGVYE5GPK7BJR0WH4Z9QMJZJOHO4N1SWGPJ6LY7SUGPJTNN03B1UA6537PNHGXMB9E9FZPDLNIHNLPA2BWHF6XM4YCTLOSAK9ZILPSI0GX5VA6V4TE6TTNF6WT0ZS5LDCHW60AJS8VXWN075EX009PUY342A3FIC2JO8SCTUQ69DZGMR2XYYGMKL5DJMM7IT77TI5SASMMP6' where id=64; -update noar ti set v1='22AA821U7P1LJRR8765ODS3WVHDI4L8Y28OGKI02EU9DEVICBHWNMAGVYE5GPK7BJR0WH4Z9QMJZJOHO4N1SWGPJ6LY7SUGPJTNN03B1UA6537PNHGXMB9E9FZPDLNIHNLPA2BWHF6XM4YCTLOSAK9ZILPSI0GX5VA6V4TE6TTNF6WT0ZS5LDCHW60AJS8VXWN075EX009PUY342A3FIC2JO8SCTUQ69DZGMR2XYYGMKL5DJMM7IT77TI5SASMMP6' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FDF98Q46E6QV146E2WKM0ZCD18J59ULRRMNW6G1UMILDNQUS38P43DEX8TGO3IJEOY4D919IBL0G32C966M26J7ZCXIQJEE9RYZNSY4G7QSK8WCJUL8J2UCFANG0X2QH0XB0E8DTGJM0CPZZXIX4H1A6Y90LKYCUB8YJYXZZE2BNNVHC70DUP3P2OW4JTB04OPTI19YDCUV7DF9OP9OORV1US2G8SFMB2QT90276A9U8ZA5IBA2URCLH3VCRKS7ZA' where id=64; -update noar ti set v2='FDF98Q46E6QV146E2WKM0ZCD18J59ULRRMNW6G1UMILDNQUS38P43DEX8TGO3IJEOY4D919IBL0G32C966M26J7ZCXIQJEE9RYZNSY4G7QSK8WCJUL8J2UCFANG0X2QH0XB0E8DTGJM0CPZZXIX4H1A6Y90LKYCUB8YJYXZZE2BNNVHC70DUP3P2OW4JTB04OPTI19YDCUV7DF9OP9OORV1US2G8SFMB2QT90276A9U8ZA5IBA2URCLH3VCRKS7ZA' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='APV8Z2WH2E5QSXT5ZQUQAWW34W5SE62TF7QFH0RF8FH6FNP8DFMD4A0I0R1P22Y7WWN7A2A841PSPSY6UAD59OUASGDMXPFHTN05SJ8VWRZPD0CHE7QPDZ1X3M0AUADKX6PWQ1R8L6QPA7XXWTU8A9LUJS4WKFOX1H728ZHT1RJOVSUPKZHGCO2TO3N0I58R0PHHLVYXQZXE8CD87DJ9QBJJGUY8M8FP67QE2YAY16ZJMAODNU21SW84P81W87V6H' where id=64; -update noar ti set v3='APV8Z2WH2E5QSXT5ZQUQAWW34W5SE62TF7QFH0RF8FH6FNP8DFMD4A0I0R1P22Y7WWN7A2A841PSPSY6UAD59OUASGDMXPFHTN05SJ8VWRZPD0CHE7QPDZ1X3M0AUADKX6PWQ1R8L6QPA7XXWTU8A9LUJS4WKFOX1H728ZHT1RJOVSUPKZHGCO2TO3N0I58R0PHHLVYXQZXE8CD87DJ9QBJJGUY8M8FP67QE2YAY16ZJMAODNU21SW84P81W87V6H' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='80YNN85SEGS9WFQS032YLM55K9KF85751ROK8YLWW24WUE3LE4RF2EZSH2BT4ZK9Q6SRDSFZGDIXBIEGLKHJVVTQMDPV7OQXQTDWSR0IT1HDY5CQ51YW3DPGX8GWWVBZ736021FFMEA88O10Y72LNLQVCAJ1ILRL6UYK5GNRFSYDHMV9HI16NPF6HEKQ7FVFI2Q2JRJTE0NERVDNS5ZVKUCRA5553LF2M0V4D4DBUHEY8OIR1QRWDK68Y5MFQAAWL' where id=65; -update noar ti set v0='80YNN85SEGS9WFQS032YLM55K9KF85751ROK8YLWW24WUE3LE4RF2EZSH2BT4ZK9Q6SRDSFZGDIXBIEGLKHJVVTQMDPV7OQXQTDWSR0IT1HDY5CQ51YW3DPGX8GWWVBZ736021FFMEA88O10Y72LNLQVCAJ1ILRL6UYK5GNRFSYDHMV9HI16NPF6HEKQ7FVFI2Q2JRJTE0NERVDNS5ZVKUCRA5553LF2M0V4D4DBUHEY8OIR1QRWDK68Y5MFQAAWL' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VY7LV44SPEIX0TWZJZX6PMGKEJBXR4B9ETA5XFD2R9RJ9W2MXCM92BPYG0N43BOJ76S4X1UDNAV5I7VM2IXDLBCYBV3FPCTN3FN50T2XEH25HJLCR6DSN3O0PUQIZ1C8PBIQIOW88TMLN7SDXJ5CEALJSMTA7H2XK1B01FV5MMQRQ1MNTMPUFYUER66BVNIWGPPQZ13FDL4RD8RT41O4HC2UKHHQ2LJTS1UJPU4JRQ58YZP5VAIPP9PGDT0H4Q02I' where id=65; -update noar ti set v1='VY7LV44SPEIX0TWZJZX6PMGKEJBXR4B9ETA5XFD2R9RJ9W2MXCM92BPYG0N43BOJ76S4X1UDNAV5I7VM2IXDLBCYBV3FPCTN3FN50T2XEH25HJLCR6DSN3O0PUQIZ1C8PBIQIOW88TMLN7SDXJ5CEALJSMTA7H2XK1B01FV5MMQRQ1MNTMPUFYUER66BVNIWGPPQZ13FDL4RD8RT41O4HC2UKHHQ2LJTS1UJPU4JRQ58YZP5VAIPP9PGDT0H4Q02I' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KRCER8L1A7MZ2Z37C210ANS832VRIX3WK75X1248CMANBEV83REC324H8JR5X5460CECVUYH4MHS8EONJEBS7BEJMBFMZWORFM744O642I9UJ4BFENBU51YF9CSKYF34ZSEO2ZISWNJSWR8PK2FGQLZX8AE1HWM8DMJCCQ6G0N95G0BNDLTDAPDVPP5OPXLXGVGPX7VTSCI5JOXNRHNAD6AVB2QR1U87B3IO2VFB4HJ5NW51GRCX9LVNRW8GW8LBG' where id=65; -update noar ti set v2='KRCER8L1A7MZ2Z37C210ANS832VRIX3WK75X1248CMANBEV83REC324H8JR5X5460CECVUYH4MHS8EONJEBS7BEJMBFMZWORFM744O642I9UJ4BFENBU51YF9CSKYF34ZSEO2ZISWNJSWR8PK2FGQLZX8AE1HWM8DMJCCQ6G0N95G0BNDLTDAPDVPP5OPXLXGVGPX7VTSCI5JOXNRHNAD6AVB2QR1U87B3IO2VFB4HJ5NW51GRCX9LVNRW8GW8LBG' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PVA8LPX2SVW1UL53U4QVXAY5NW2R0BARFM800D8S2JQFBZ7YIDHY0VRIIS3BYB1PJTBJKNC8X7V3Y6IY53NEXYWUYN8KWCRLKXSDM7HJQ2Z9JOA195GXYBTTRIAINHS9UEWJU0ZRJDVLYK7NM10LVL961XGB5DQY8PXLTOI9HTEQ313F19GN4BB3AGXYZ7U4PIUNPYZXUYW1LNRN6LXHIHGFQ789XBZ4IV6IB70DQ399GHJYP3NA9MDF5IZYBGUV2' where id=65; -update noar ti set v3='PVA8LPX2SVW1UL53U4QVXAY5NW2R0BARFM800D8S2JQFBZ7YIDHY0VRIIS3BYB1PJTBJKNC8X7V3Y6IY53NEXYWUYN8KWCRLKXSDM7HJQ2Z9JOA195GXYBTTRIAINHS9UEWJU0ZRJDVLYK7NM10LVL961XGB5DQY8PXLTOI9HTEQ313F19GN4BB3AGXYZ7U4PIUNPYZXUYW1LNRN6LXHIHGFQ789XBZ4IV6IB70DQ399GHJYP3NA9MDF5IZYBGUV2' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='F7UKETBHU8Z1JZODQLFDOBXEEM9DIS7U48L7ZIXD2AWF4VSAOWIH91G36DTDCHAM7UMIHWK2UN7C4JSXJZS42Q9UJEMWHP8EWO4E8HLAQ0IVRIWRWEZYMCHNUOAV0YBTA4M2FVAC546BXR7FUF9O5WSTZ17WCPMBFK9HJOPHQC0KIUCJKDLY3V0N5PHZ77MPB3LFOONL6E5J0A2Z9D9DS9O4UZVM3PNHHLK829KG6MG93D18LUYNFOKXDLYOHYLST' where id=66; -update noar ti set v0='F7UKETBHU8Z1JZODQLFDOBXEEM9DIS7U48L7ZIXD2AWF4VSAOWIH91G36DTDCHAM7UMIHWK2UN7C4JSXJZS42Q9UJEMWHP8EWO4E8HLAQ0IVRIWRWEZYMCHNUOAV0YBTA4M2FVAC546BXR7FUF9O5WSTZ17WCPMBFK9HJOPHQC0KIUCJKDLY3V0N5PHZ77MPB3LFOONL6E5J0A2Z9D9DS9O4UZVM3PNHHLK829KG6MG93D18LUYNFOKXDLYOHYLST' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K2C5WM1N0CE5SMI2LJOZIR4W7U663QYO2EB4K0A8LKXI9ZHPAW2MRYJOBO6CHBL8F6TDCW9ZC7EEUURGC8FRSULM4DVNNB61M6PNK1E0RUYHK43ZGFNZW01XNPFLEO4W17GU6WI8U6Z0S6WXRRIM4R8PG9L81RG113ZGO5T6776BO82YLHT07DPLCUVWKS7ZZY4FTM8FQDK9VIG57HLQGZBOZ5OTL76NEEQZERAUZW71NC48705AIXPF4X4IV15ZE' where id=66; -update noar ti set v1='K2C5WM1N0CE5SMI2LJOZIR4W7U663QYO2EB4K0A8LKXI9ZHPAW2MRYJOBO6CHBL8F6TDCW9ZC7EEUURGC8FRSULM4DVNNB61M6PNK1E0RUYHK43ZGFNZW01XNPFLEO4W17GU6WI8U6Z0S6WXRRIM4R8PG9L81RG113ZGO5T6776BO82YLHT07DPLCUVWKS7ZZY4FTM8FQDK9VIG57HLQGZBOZ5OTL76NEEQZERAUZW71NC48705AIXPF4X4IV15ZE' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EBCXAT1T5QQWYXC5ARHO58VVY93ODF2RSKHQAQNNDD9GZIFC6OJ4UGKFR1GRP9AMLG382JAR97XA5HC50LFVP6M2ZZ0FXKECFGDY2ILGZXI5G1CSIUI95XGKKDC7V5Z4YOYWXEV202DFHCR9OV420RGUDY00QB93W7JGCGV1OXJI8AA9O9PPZUOIRUAH62YXF98GCUXB7IPXCYCVIPUL48RGY2286O1OS8JSP31OHJ41F98Z38YF4SIVPH4YG5VHP' where id=66; -update noar ti set v2='EBCXAT1T5QQWYXC5ARHO58VVY93ODF2RSKHQAQNNDD9GZIFC6OJ4UGKFR1GRP9AMLG382JAR97XA5HC50LFVP6M2ZZ0FXKECFGDY2ILGZXI5G1CSIUI95XGKKDC7V5Z4YOYWXEV202DFHCR9OV420RGUDY00QB93W7JGCGV1OXJI8AA9O9PPZUOIRUAH62YXF98GCUXB7IPXCYCVIPUL48RGY2286O1OS8JSP31OHJ41F98Z38YF4SIVPH4YG5VHP' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='00DI72N244EJE6PBNYK1AM4UEO3DDR7RQFTSCZV9MBYTDF0PX9KSNPCF589GBKOK1AA1G7H0BIE2LG6B87PI2MELYEYSGGL88YOG4VFBU6A82A3QPJF12KLV2IPE15M7U3X3UDGPB7EK9B491RJN3HLV76PUFDGBNWYAT7CBFJ6DH71XA48FITTYO87VXPEHWXK15IOJSACQRIGFK93GSYVT6W64XBOQZSSZYQ7H888NVODSMO810VVG79U2EYIVR' where id=66; -update noar ti set v3='00DI72N244EJE6PBNYK1AM4UEO3DDR7RQFTSCZV9MBYTDF0PX9KSNPCF589GBKOK1AA1G7H0BIE2LG6B87PI2MELYEYSGGL88YOG4VFBU6A82A3QPJF12KLV2IPE15M7U3X3UDGPB7EK9B491RJN3HLV76PUFDGBNWYAT7CBFJ6DH71XA48FITTYO87VXPEHWXK15IOJSACQRIGFK93GSYVT6W64XBOQZSSZYQ7H888NVODSMO810VVG79U2EYIVR' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GF0SYU852FTRKP8KJMS6IS77BE4QQ3D15KDM7JB854UCGLE6QQXYV5K82VOWTRLVW4RPQOBM023B43X4R1IOEG0TMA1RLRO71YIWEIBFQ7124I9SDMKZEG4HUPSOH1I7ECCNQ2K5LNHMGUMNYSM7CJKA6C7MMA4K6G3F4MXFILFJ2ZQ6TV7ACGJRBRJGRHIIBJUEMT204WJD1YH309444X5AW84MQ8443JKFSDCA6SMSQE1N71IPD4GN2Q8JMZIR0' where id=67; -update noar ti set v0='GF0SYU852FTRKP8KJMS6IS77BE4QQ3D15KDM7JB854UCGLE6QQXYV5K82VOWTRLVW4RPQOBM023B43X4R1IOEG0TMA1RLRO71YIWEIBFQ7124I9SDMKZEG4HUPSOH1I7ECCNQ2K5LNHMGUMNYSM7CJKA6C7MMA4K6G3F4MXFILFJ2ZQ6TV7ACGJRBRJGRHIIBJUEMT204WJD1YH309444X5AW84MQ8443JKFSDCA6SMSQE1N71IPD4GN2Q8JMZIR0' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U5QBCDD5T8XDQ00XEL71GOQ8UVKT456C47ZA7NOP20OSZ0X8C172BZN1AX5H1L4D5BWG89RHT8D6765HPPE6XKBMF2Z4DDLEDYIS6BZS6POMZ6I6NCIZQ0D0PZ4HZPLDZ4DLOLZ15PFLQGONX19YKY8YD2TORBPLUFTERTGFBV5EUF4X7VITRISS1O5PRX390USXCOBB7GCUZHA1A9I1H53RA5Y2ZJ22A92CRO9HKJL9PYZFSZCZ3DA7YZNCAX4Y9' where id=67; -update noar ti set v1='U5QBCDD5T8XDQ00XEL71GOQ8UVKT456C47ZA7NOP20OSZ0X8C172BZN1AX5H1L4D5BWG89RHT8D6765HPPE6XKBMF2Z4DDLEDYIS6BZS6POMZ6I6NCIZQ0D0PZ4HZPLDZ4DLOLZ15PFLQGONX19YKY8YD2TORBPLUFTERTGFBV5EUF4X7VITRISS1O5PRX390USXCOBB7GCUZHA1A9I1H53RA5Y2ZJ22A92CRO9HKJL9PYZFSZCZ3DA7YZNCAX4Y9' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y35WRROLBG1W06EWAXE1VKYBOF3UR000Y0VHAEEIC48EMBW1QV4XBIKUNZAMVC68EJM4NI4O32L3GDMWE51SOSXH1Z41086OM8254X4E2QIBSDUQROEH1X3FG0NLR7BA1IKO3J5KJ1B65UQQCWV5SR039OR4Q305Z923KQW8BY6IJQ6PQOVSYZ1ANJMRXVT42CUMHW60DDJORX9KMLHPY9F8QO51YZQG56MSIWOMJBI0MQY5ZTVZGDUXH59YN8GEC' where id=67; -update noar ti set v2='Y35WRROLBG1W06EWAXE1VKYBOF3UR000Y0VHAEEIC48EMBW1QV4XBIKUNZAMVC68EJM4NI4O32L3GDMWE51SOSXH1Z41086OM8254X4E2QIBSDUQROEH1X3FG0NLR7BA1IKO3J5KJ1B65UQQCWV5SR039OR4Q305Z923KQW8BY6IJQ6PQOVSYZ1ANJMRXVT42CUMHW60DDJORX9KMLHPY9F8QO51YZQG56MSIWOMJBI0MQY5ZTVZGDUXH59YN8GEC' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KA40T1PMKTH1PL0LCE4BLLHV044DENTK595KZVBCVMO0XCH3DIX9P68HZQB7H66QCZR3GNVHZ5Y26ZQ1WSA0ZAQ2XZXGI6VBHF1ME5BUTKS5LH58UT1XOD1GEXEFZUGLG05XK26YMDTKLSI3K0465SP9945KGM1YIA6ZTGT4UL9GCP8TV3Y9XZBDTV3YDKTFCL7HO1Y83SW4RHGI7SMIFHZNLUFE073JDC099SWIWSND0FQ2U4U1LXR59W4PAN3OP' where id=67; -update noar ti set v3='KA40T1PMKTH1PL0LCE4BLLHV044DENTK595KZVBCVMO0XCH3DIX9P68HZQB7H66QCZR3GNVHZ5Y26ZQ1WSA0ZAQ2XZXGI6VBHF1ME5BUTKS5LH58UT1XOD1GEXEFZUGLG05XK26YMDTKLSI3K0465SP9945KGM1YIA6ZTGT4UL9GCP8TV3Y9XZBDTV3YDKTFCL7HO1Y83SW4RHGI7SMIFHZNLUFE073JDC099SWIWSND0FQ2U4U1LXR59W4PAN3OP' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='V1KUJBJNJTEWA5EBAFQMF1THTFJN4EDGL1VIDZZG8CZ53LS1BY1IMFTZJNY2SLEFL1ZPSGVYJ4IORF37XXNNEIKM77UQCWFM1NYMAQI7QZK4X43PQ9TQK56OBL79J1TD6WPQUKTS8VP2H06UVUSKOV3GZXRDWKG7P2TUTTGKBRQYSOI0UA1PJ56PHSIZ21BTU5LTQOFRG48R2LR6JH0AOIF46PH6HE6YMCB8Y98HIJXJH1VONIH7MAI0NDPF5CG5O' where id=68; -update noar ti set v0='V1KUJBJNJTEWA5EBAFQMF1THTFJN4EDGL1VIDZZG8CZ53LS1BY1IMFTZJNY2SLEFL1ZPSGVYJ4IORF37XXNNEIKM77UQCWFM1NYMAQI7QZK4X43PQ9TQK56OBL79J1TD6WPQUKTS8VP2H06UVUSKOV3GZXRDWKG7P2TUTTGKBRQYSOI0UA1PJ56PHSIZ21BTU5LTQOFRG48R2LR6JH0AOIF46PH6HE6YMCB8Y98HIJXJH1VONIH7MAI0NDPF5CG5O' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='I7XKNEP29OE3L9JYAXAURUX0GXZXRRFHJA8TP8SSBIZGZMYMWBKNTK2535D6LEODZ5PJT294218XMW0SN7NHY9F78N60OM5IY0IAX91HYCNML4F15YQGKEW9SMUZOKPYBM0DQFG5QEOWZBHYEI0UTSYQH2ZAHTBU61OW34LW81U3HIBNOJ8025LXVOSWYDA6IXZL3LJF5L20VIX8LHYVX113SLJCLMF0CKCPQ5RJ91QNEVFCF5GSSBW6EG05B7WKO' where id=68; -update noar ti set v1='I7XKNEP29OE3L9JYAXAURUX0GXZXRRFHJA8TP8SSBIZGZMYMWBKNTK2535D6LEODZ5PJT294218XMW0SN7NHY9F78N60OM5IY0IAX91HYCNML4F15YQGKEW9SMUZOKPYBM0DQFG5QEOWZBHYEI0UTSYQH2ZAHTBU61OW34LW81U3HIBNOJ8025LXVOSWYDA6IXZL3LJF5L20VIX8LHYVX113SLJCLMF0CKCPQ5RJ91QNEVFCF5GSSBW6EG05B7WKO' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='831XK31Q47RZLWGSNMH9QA2BA44GX3HO1K5MWJ7S9N7RHEUCTRHQX3IHSB0XILQXOAJ6LQK3IJP79GT73NJHQR3R4EU3BEBS6GVX2FAJ9R0N05AMS7RU3DTM4PRFHEL12X3D1S5BC1YIVJX2IU83T18Y3YORU5UYUXDU1ANLSFEE45XBDQF7J51ANR1KNCKD940B7W28NW5ZQW88S2BQLPMKENSTXBYCB2WM5812224EDUPJVERCN71A68WKLEYEX' where id=68; -update noar ti set v2='831XK31Q47RZLWGSNMH9QA2BA44GX3HO1K5MWJ7S9N7RHEUCTRHQX3IHSB0XILQXOAJ6LQK3IJP79GT73NJHQR3R4EU3BEBS6GVX2FAJ9R0N05AMS7RU3DTM4PRFHEL12X3D1S5BC1YIVJX2IU83T18Y3YORU5UYUXDU1ANLSFEE45XBDQF7J51ANR1KNCKD940B7W28NW5ZQW88S2BQLPMKENSTXBYCB2WM5812224EDUPJVERCN71A68WKLEYEX' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UK79ZXGNALSWOVV77EASEQ1B1R7MLSZD3CIYOL3OG5NV8FZ46DASZP1HJDXUAW0W34AEQNND6FC0168FGOVHMQZJRR5XFLT4MSLGZX91SG36Q3SULOU3BT316YYC7QCA5DEYHFKNBBOQXVUV2QTW80EYJRGDUCT0DON5XO77HOIO7WR21RTNVBSD2SOT47Z58B0ZQBXB0O0KLQX7DZ5OH0PYTP7A2VDZRWNA2TQE6UFXQU9TNAOQ2IJJZNCCPEBLY' where id=68; -update noar ti set v3='UK79ZXGNALSWOVV77EASEQ1B1R7MLSZD3CIYOL3OG5NV8FZ46DASZP1HJDXUAW0W34AEQNND6FC0168FGOVHMQZJRR5XFLT4MSLGZX91SG36Q3SULOU3BT316YYC7QCA5DEYHFKNBBOQXVUV2QTW80EYJRGDUCT0DON5XO77HOIO7WR21RTNVBSD2SOT47Z58B0ZQBXB0O0KLQX7DZ5OH0PYTP7A2VDZRWNA2TQE6UFXQU9TNAOQ2IJJZNCCPEBLY' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XLIRVX3XH2QRKYSKM64J3RPXL13DD0OJIOPZUFPN78PZ7MZWTLEBZGOE0P9VJ9OOCAGJ8ZEEME7ZBOVFLWY37TU9A8FESOFDTC8J15LUYWJVNMGS5NGW6TOBKB1G2QE1DJB2ZXOYVQTJATP1JLNHR22TXQ88BVPJNEPQ5P71ZC0IS9OAJUFE6BFPM2YTSPPSEOJZR8CFAR9L0TA49CXBS1PLH2COEYYJVMSSEY9EKK5DBFFK4FR8OWK8V427SEV3S' where id=69; -update noar ti set v0='XLIRVX3XH2QRKYSKM64J3RPXL13DD0OJIOPZUFPN78PZ7MZWTLEBZGOE0P9VJ9OOCAGJ8ZEEME7ZBOVFLWY37TU9A8FESOFDTC8J15LUYWJVNMGS5NGW6TOBKB1G2QE1DJB2ZXOYVQTJATP1JLNHR22TXQ88BVPJNEPQ5P71ZC0IS9OAJUFE6BFPM2YTSPPSEOJZR8CFAR9L0TA49CXBS1PLH2COEYYJVMSSEY9EKK5DBFFK4FR8OWK8V427SEV3S' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8JX13HPES0FE1MDLVICQ85Q7RW7HHOJMC07IA4RIQWAIMRHZ6QQWHMTZWBHTGP4YMEJD84B0SU0BI98X567CLJR2BJ9Y0YJHU4LP0EQSG2J1NBVLE6HVY6FIIMT6XMVXE6W5HK1ZZ9Y13VXNQ9T2M2LRZ2N4U87WBGLT7EFT6KIF680IJ62PNXZTPSYZHDNJKWAIN5WNDYUDO03Z5646R0YJJBQTL5MEGYPK6C15GJM69EDYOZYA6MLRUWDGYZ91U' where id=69; -update noar ti set v1='8JX13HPES0FE1MDLVICQ85Q7RW7HHOJMC07IA4RIQWAIMRHZ6QQWHMTZWBHTGP4YMEJD84B0SU0BI98X567CLJR2BJ9Y0YJHU4LP0EQSG2J1NBVLE6HVY6FIIMT6XMVXE6W5HK1ZZ9Y13VXNQ9T2M2LRZ2N4U87WBGLT7EFT6KIF680IJ62PNXZTPSYZHDNJKWAIN5WNDYUDO03Z5646R0YJJBQTL5MEGYPK6C15GJM69EDYOZYA6MLRUWDGYZ91U' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FX82JZPD6S5JNEVXWK49ULK559CZTM8OTOPSTTH5SKK5NV8FQ7D8PLVZC5R2UUEXTEUBI9SH7QQSH5SCG0EUZ2J6TDCZCGIE73N31FMUL95SJXTG3EHR69I0XRJ645G0OBXK7YVW19Q8R1U5BBY6847WXUNO6FZIOBCO16RKLBDMHASMS4C1XTB3M7KH5Q84AESHI2ACUDYF2VMNF3PFURUGM2NPPMMY8B8B7H03YHX3SXKRQ5MCC44Y1GEJ9SOAD' where id=69; -update noar ti set v2='FX82JZPD6S5JNEVXWK49ULK559CZTM8OTOPSTTH5SKK5NV8FQ7D8PLVZC5R2UUEXTEUBI9SH7QQSH5SCG0EUZ2J6TDCZCGIE73N31FMUL95SJXTG3EHR69I0XRJ645G0OBXK7YVW19Q8R1U5BBY6847WXUNO6FZIOBCO16RKLBDMHASMS4C1XTB3M7KH5Q84AESHI2ACUDYF2VMNF3PFURUGM2NPPMMY8B8B7H03YHX3SXKRQ5MCC44Y1GEJ9SOAD' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TJQWYQ4Z60T2T1ZMW0MQ49DPNBZ8MRYQAUVHEMZILKH1MATK7LEYJA1R25ETTA1EGZ9H45ZIWOHPR9IHKEYBTY1SA5NCE0NV6GMR8LFXL0ZD9U3PBZ3EN5QW1SOLHKOECKILDKWA809QJOWM2G9JO2KWFBUFA5D0DHZSZPCDBOWS6AR0JZTY24YXDY26T1RTOGQ00D8SYMIZPGP1RFSL8EHU86AWRDFL6ATX4FAA215G5QJUZLK4S5BI1ENL8PV7V' where id=69; -update noar ti set v3='TJQWYQ4Z60T2T1ZMW0MQ49DPNBZ8MRYQAUVHEMZILKH1MATK7LEYJA1R25ETTA1EGZ9H45ZIWOHPR9IHKEYBTY1SA5NCE0NV6GMR8LFXL0ZD9U3PBZ3EN5QW1SOLHKOECKILDKWA809QJOWM2G9JO2KWFBUFA5D0DHZSZPCDBOWS6AR0JZTY24YXDY26T1RTOGQ00D8SYMIZPGP1RFSL8EHU86AWRDFL6ATX4FAA215G5QJUZLK4S5BI1ENL8PV7V' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='496U9MN0L766DHL4SZ71NPS4XF84D2BEK4S6T8S73ABHEP8MMNFU16K4PF4KX0NZ3EZ051NBH8I0QZ2OULX85NVWABENJEG2UN8AZC6Q8V2EBQ0ANBV4YUO3VN8YHN09IYHJ79YXS0RIC8PCYHCBZ8WXLGDGSMN4FBBAZXGW2TE6EM4L8SYAFD7C57RZDTFCT9O2R3712R5C2XCRQ326ML0I3OOSCB0MR3PC6P6D4BMSCYXSGAXTYZYUU4M3W0ZE4' where id=70; -update noar ti set v0='496U9MN0L766DHL4SZ71NPS4XF84D2BEK4S6T8S73ABHEP8MMNFU16K4PF4KX0NZ3EZ051NBH8I0QZ2OULX85NVWABENJEG2UN8AZC6Q8V2EBQ0ANBV4YUO3VN8YHN09IYHJ79YXS0RIC8PCYHCBZ8WXLGDGSMN4FBBAZXGW2TE6EM4L8SYAFD7C57RZDTFCT9O2R3712R5C2XCRQ326ML0I3OOSCB0MR3PC6P6D4BMSCYXSGAXTYZYUU4M3W0ZE4' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RLLMLTGMYGT9V8VJQA5E4DPIHLIWEE28ARTJX25B0EONDI1JD7YQ8OAPLT38WBAY31I9XEVC11U6GGNXM1F8R4B3R9HBY8B64XJQ20OQRH9FDF5OQUI23OMECWMGXGMZKLW0HSTXL7WZY4KVF6BNNLUBECLJ0ZLO5A2T8PLF3H2N5IDBUDI93Q62X934O7LE4UKCKB5WUHIYWXE0LAYIK1OMD5TJYM44CRDZBR49D2CH6G9WPH56KVHDFGQNDHB7Z' where id=70; -update noar ti set v1='RLLMLTGMYGT9V8VJQA5E4DPIHLIWEE28ARTJX25B0EONDI1JD7YQ8OAPLT38WBAY31I9XEVC11U6GGNXM1F8R4B3R9HBY8B64XJQ20OQRH9FDF5OQUI23OMECWMGXGMZKLW0HSTXL7WZY4KVF6BNNLUBECLJ0ZLO5A2T8PLF3H2N5IDBUDI93Q62X934O7LE4UKCKB5WUHIYWXE0LAYIK1OMD5TJYM44CRDZBR49D2CH6G9WPH56KVHDFGQNDHB7Z' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='71HCX56X32H1ENTBBYO3RJLHXK9V27BSV76U8Q89ULS8NVP29QNEFT10OPZDG6CJPNF5A50J15XBBGS6G7JL1J5Z0IKO104OJ8FF3QP1Z1MPV8YQJBSEYRROA01FX4XEZGNW0SSASBRIIMJ9529SQ9O8KPKZUB2IVX30X6T59ZJN97KSZZ72VP1IB8MBQWJN1E6X5POX7DDOD29BQ3D605EBLW4A7DPPQ3R9W7NOE37B0AIAD8RW9XGEE01O5BSFF' where id=70; -update noar ti set v2='71HCX56X32H1ENTBBYO3RJLHXK9V27BSV76U8Q89ULS8NVP29QNEFT10OPZDG6CJPNF5A50J15XBBGS6G7JL1J5Z0IKO104OJ8FF3QP1Z1MPV8YQJBSEYRROA01FX4XEZGNW0SSASBRIIMJ9529SQ9O8KPKZUB2IVX30X6T59ZJN97KSZZ72VP1IB8MBQWJN1E6X5POX7DDOD29BQ3D605EBLW4A7DPPQ3R9W7NOE37B0AIAD8RW9XGEE01O5BSFF' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FJLY9YYJ55F8J5PY3TRDWUNXG61YX3AIX8TOYYJTEZIRC9FSU4RBNWELRFXGPJCAVMCP1Y4NRWW78IIVF9Z4VPC6ZJW0B7QTMSTH28R4M8XZ049MJE28MTTT4OLMA2P5RP2OJSQBFRTOZZ5L1N5IQM7AC1BHE3IS990MO3IYEFX27LMYWGVBT0JXZFK4JAE5DVLDA07R7SSP7KNB08KJT8EKA7W4WI24MGFEF46MX906J6JXEGO2NHR865X7NF6KX' where id=70; -update noar ti set v3='FJLY9YYJ55F8J5PY3TRDWUNXG61YX3AIX8TOYYJTEZIRC9FSU4RBNWELRFXGPJCAVMCP1Y4NRWW78IIVF9Z4VPC6ZJW0B7QTMSTH28R4M8XZ049MJE28MTTT4OLMA2P5RP2OJSQBFRTOZZ5L1N5IQM7AC1BHE3IS990MO3IYEFX27LMYWGVBT0JXZFK4JAE5DVLDA07R7SSP7KNB08KJT8EKA7W4WI24MGFEF46MX906J6JXEGO2NHR865X7NF6KX' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9DZYQUSF9OTXF1YUWN6YFPG2ML3927OMDJWVQ6IV9SHJ6HDPKYA7HLWCYHCFUNTEFPFVW9T90ZS9IG8SINX8A49FLY5OFYDUMZ1PK6AXJPTY7ZQ0BZLUSOTIX32AD32KJRY8G5N3YAMWKNCQQ93N7UH0GVVR3JYT4X5DX4ZSK50ZLR3CA38W4JF3GVF7N06QM5AJWWUQ9K0PVI65MUZW5LE09O55039ZSTOUFDZ71ZEOH2R8LVO4L9J7MOYM2BMK1' where id=71; -update noar ti set v0='9DZYQUSF9OTXF1YUWN6YFPG2ML3927OMDJWVQ6IV9SHJ6HDPKYA7HLWCYHCFUNTEFPFVW9T90ZS9IG8SINX8A49FLY5OFYDUMZ1PK6AXJPTY7ZQ0BZLUSOTIX32AD32KJRY8G5N3YAMWKNCQQ93N7UH0GVVR3JYT4X5DX4ZSK50ZLR3CA38W4JF3GVF7N06QM5AJWWUQ9K0PVI65MUZW5LE09O55039ZSTOUFDZ71ZEOH2R8LVO4L9J7MOYM2BMK1' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='N240W1BCFPSUI0MJEUYL970QF0D90E18ZTX0W5OPTNSBW964IUD65418K86X0P0AYMAR0LDV8317K7EX6BWDKK0KXFJ0WRRGKXDXIYE58TMKI9BLDRMDYB2EECS6SDXL08CHAE3GB0KUN904QQ30Y908DPYMPUSDRAV87B9KGMMXLI2DFCZENNCM27GB5C165UMNFGV31K78YTW2NWC2CJ2NA3LBPI2ADM73447QTTQ1FS70V6WD510INK7C5DNLN' where id=71; -update noar ti set v1='N240W1BCFPSUI0MJEUYL970QF0D90E18ZTX0W5OPTNSBW964IUD65418K86X0P0AYMAR0LDV8317K7EX6BWDKK0KXFJ0WRRGKXDXIYE58TMKI9BLDRMDYB2EECS6SDXL08CHAE3GB0KUN904QQ30Y908DPYMPUSDRAV87B9KGMMXLI2DFCZENNCM27GB5C165UMNFGV31K78YTW2NWC2CJ2NA3LBPI2ADM73447QTTQ1FS70V6WD510INK7C5DNLN' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='622H5KHPBYEHO700WGUETVRWFOFJT2P0BZ2F7VBK205FBIKIU326XWYTELKQOUHJM8VYF5BW5C4PT0QUZ2IONGB9WX0U0EPSP9EREKZFMCHHKX40RKU55KWU5M3IWX2MBJIUM0V409UHR59HVU1NCJ0VOT703CGY5PC97YNOA8K9MDBTDRSBYTZC5067NOC9HI1MWHEWROUTW5JO1JO3V5E8KWJGFA9ZSUJK8J5FM3KXY9O9S6PQUWSP2RH1E8QWL' where id=71; -update noar ti set v2='622H5KHPBYEHO700WGUETVRWFOFJT2P0BZ2F7VBK205FBIKIU326XWYTELKQOUHJM8VYF5BW5C4PT0QUZ2IONGB9WX0U0EPSP9EREKZFMCHHKX40RKU55KWU5M3IWX2MBJIUM0V409UHR59HVU1NCJ0VOT703CGY5PC97YNOA8K9MDBTDRSBYTZC5067NOC9HI1MWHEWROUTW5JO1JO3V5E8KWJGFA9ZSUJK8J5FM3KXY9O9S6PQUWSP2RH1E8QWL' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='693SVWB0NU7A8QNGNZUT2YSF0WOCLP26FH657DB76LJN47KRGPPOEG1JVE3K50XIOZHSN5J417ZNQDYWK4HZ9SFN96LL96YSXB3GDLOBBH4VWXOHE21HZ3ST2QX2LAMAZTKQR7AUSKNPOHJVORIY2YG91AD7NO31B53M05B2UZPFZ6M418I04JECNJY2PM3HNCENRH565YNJFWIGN6S4QNYG0KRYFIQ60MGS4YYO77R0OQJK99XTLUNVWPVHM7IDA' where id=71; -update noar ti set v3='693SVWB0NU7A8QNGNZUT2YSF0WOCLP26FH657DB76LJN47KRGPPOEG1JVE3K50XIOZHSN5J417ZNQDYWK4HZ9SFN96LL96YSXB3GDLOBBH4VWXOHE21HZ3ST2QX2LAMAZTKQR7AUSKNPOHJVORIY2YG91AD7NO31B53M05B2UZPFZ6M418I04JECNJY2PM3HNCENRH565YNJFWIGN6S4QNYG0KRYFIQ60MGS4YYO77R0OQJK99XTLUNVWPVHM7IDA' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4KVBI2G1BE6ZJC0ACZ25H195H8N0EGB00HGKZXXV2802TCJYXTR8SZQTW14ROQAZ8LDS61N8AUFGQUNXJQ19R547NY6WJ9WUA47ZZ4FQDAGSHAGRNZWNJC7Y3GSPUPIBKP9FCF15EP8PIDCOV3ZTLX5VAY933EWUKSBNDQYIWN2JIWCUOK0KAY2UCTRHVWSUWJR28H8BVNLDJTDDV29FUSGC71V33YH16GDC4VI3380U0G8LUAFRD823MKEM43F1V' where id=72; -update noar ti set v0='4KVBI2G1BE6ZJC0ACZ25H195H8N0EGB00HGKZXXV2802TCJYXTR8SZQTW14ROQAZ8LDS61N8AUFGQUNXJQ19R547NY6WJ9WUA47ZZ4FQDAGSHAGRNZWNJC7Y3GSPUPIBKP9FCF15EP8PIDCOV3ZTLX5VAY933EWUKSBNDQYIWN2JIWCUOK0KAY2UCTRHVWSUWJR28H8BVNLDJTDDV29FUSGC71V33YH16GDC4VI3380U0G8LUAFRD823MKEM43F1V' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5C9L72EGNPN3XEIC0S8YJX2S4BNQ5FNZ1SLA2KTRF523Q8GJG7B8J4LC8G9I1H6NCI49EUHBS57PV72WWC5XIXBIU5J69QZLNGXHYSIOF4L8VDPCNMB21S9TWQAX3WIVMSVCPD7KRWPIGNDGBFJG385DOBXVF0L86D7GMP1F1NJGM5NOUQWEWIB9E0XWH94YQWYOVS8AOT3QSHTYBZOWFQ3KMF8D2SWTV5GAC0AE2SLCWNT7WUWPGFQZQA89KM7GO' where id=72; -update noar ti set v1='5C9L72EGNPN3XEIC0S8YJX2S4BNQ5FNZ1SLA2KTRF523Q8GJG7B8J4LC8G9I1H6NCI49EUHBS57PV72WWC5XIXBIU5J69QZLNGXHYSIOF4L8VDPCNMB21S9TWQAX3WIVMSVCPD7KRWPIGNDGBFJG385DOBXVF0L86D7GMP1F1NJGM5NOUQWEWIB9E0XWH94YQWYOVS8AOT3QSHTYBZOWFQ3KMF8D2SWTV5GAC0AE2SLCWNT7WUWPGFQZQA89KM7GO' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UZB1VBNEW0BS1PH85F5DTEWFBB0HICPLT3G8NB92FZ01EK6DR0851HNNHRW5ISJ37WMJJR23GDU3U5UAI1V27F2IBZJF0B6154EQ7MX3EP62Q4ES37CG3QZRJHERXTD9U8JLAJ6UH2XPERL0AS87WUCR9J31WWIGG8E8H5E9NT1K427AYWXBSGI0PI5L13F6UABYP5BNENNNUFEHQPLQCRBOQBUFYJ7LIXT4AUEXHCZXBKCLS6OEZJ24AADFQS4P3' where id=72; -update noar ti set v2='UZB1VBNEW0BS1PH85F5DTEWFBB0HICPLT3G8NB92FZ01EK6DR0851HNNHRW5ISJ37WMJJR23GDU3U5UAI1V27F2IBZJF0B6154EQ7MX3EP62Q4ES37CG3QZRJHERXTD9U8JLAJ6UH2XPERL0AS87WUCR9J31WWIGG8E8H5E9NT1K427AYWXBSGI0PI5L13F6UABYP5BNENNNUFEHQPLQCRBOQBUFYJ7LIXT4AUEXHCZXBKCLS6OEZJ24AADFQS4P3' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M9KJ479UTCMETO0MI3SMJLXD47GS0FZ4B3PCN6G50SW38DM3Y8K8KTYK2CI8Q8XC1L1G5IYOSS6ITKLI7PK4WXMNF5N9LVR7XJY51ZQHMFL3M8GZHTQO5DROTOT3SKZ9K528B8XBW9FZX97Y29I6WN5WCKSU4QSU3KAKV1L5WHNOMFNS8Y0TBEMC2EPPZKXVIASWB98TYC4RCURHHZI1KG7HYF32XU1N5OEKI61A4KK0IXRZUYUWJCF5ASV8OTM4F' where id=72; -update noar ti set v3='M9KJ479UTCMETO0MI3SMJLXD47GS0FZ4B3PCN6G50SW38DM3Y8K8KTYK2CI8Q8XC1L1G5IYOSS6ITKLI7PK4WXMNF5N9LVR7XJY51ZQHMFL3M8GZHTQO5DROTOT3SKZ9K528B8XBW9FZX97Y29I6WN5WCKSU4QSU3KAKV1L5WHNOMFNS8Y0TBEMC2EPPZKXVIASWB98TYC4RCURHHZI1KG7HYF32XU1N5OEKI61A4KK0IXRZUYUWJCF5ASV8OTM4F' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7NEC4XECTR7ZW4IJASRU3H7WQGZ9T48SKRZB5J96H6124LC35990VQ1TXGGA1PYMWIH0HKOBIKBACX5Q8XE8A46HZQG9U1GIZJ01E2Y0C97IIKRLJBPWALKO71DRKXP7UA6B1JQ3L5YE3Q98R1ZIHLR4VLOZB46T7YMJHN75MIQ2S31TA4A9A9WX8JN83ZZYTWITPL748FS7AF7986FX2H6UQYESKHGB6NI26PS0PSWGES36AMXHBOZ2KNW5YD3LH' where id=73; -update noar ti set v0='7NEC4XECTR7ZW4IJASRU3H7WQGZ9T48SKRZB5J96H6124LC35990VQ1TXGGA1PYMWIH0HKOBIKBACX5Q8XE8A46HZQG9U1GIZJ01E2Y0C97IIKRLJBPWALKO71DRKXP7UA6B1JQ3L5YE3Q98R1ZIHLR4VLOZB46T7YMJHN75MIQ2S31TA4A9A9WX8JN83ZZYTWITPL748FS7AF7986FX2H6UQYESKHGB6NI26PS0PSWGES36AMXHBOZ2KNW5YD3LH' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C812P5RL4RLS0I5886A1PMR43QI83FMX77FNE69GENXR9ZMSAKJGZQ3DBPR1C64ZP9LQTA27G7NBZPUGLDRBP7VYNXQ8ATX2RE13OVY9X0WU1KE3O436F04H69S4XZD7U2F98Q248D2QQHS53N8A6I6IDDF9UOF1O3QG41381YTTK1V18EZGNW51588P9DZJCNXE8CJU7GN3M0DSEG31OW47JY7P2WO9R6RFIG9Y0WJUICW8PHMF2R5Y0IE49UZL0' where id=73; -update noar ti set v1='C812P5RL4RLS0I5886A1PMR43QI83FMX77FNE69GENXR9ZMSAKJGZQ3DBPR1C64ZP9LQTA27G7NBZPUGLDRBP7VYNXQ8ATX2RE13OVY9X0WU1KE3O436F04H69S4XZD7U2F98Q248D2QQHS53N8A6I6IDDF9UOF1O3QG41381YTTK1V18EZGNW51588P9DZJCNXE8CJU7GN3M0DSEG31OW47JY7P2WO9R6RFIG9Y0WJUICW8PHMF2R5Y0IE49UZL0' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WO8RCONG3AO65JYG2X4N02QYFQGU66QPSD6XANXR578LZ4C54R6MAXMPRWV371MZXNX94XKNZKN717QJ90ZBHF24J36UFI0430JPZZZ7HRWJB8GHAP8MKQ61XICSE0OI97DACR42F69CTXNLH3E7SSGYVDD7CHEPYMV286HS5CFAMJ8Z6SCDPK9SGS4QO82VTYJBBFYSCW09GMMR8OL36DHAWQBQT2FV2NK45KGL38WAEW9U0FZ73TRETTHMBYDNJ' where id=73; -update noar ti set v2='WO8RCONG3AO65JYG2X4N02QYFQGU66QPSD6XANXR578LZ4C54R6MAXMPRWV371MZXNX94XKNZKN717QJ90ZBHF24J36UFI0430JPZZZ7HRWJB8GHAP8MKQ61XICSE0OI97DACR42F69CTXNLH3E7SSGYVDD7CHEPYMV286HS5CFAMJ8Z6SCDPK9SGS4QO82VTYJBBFYSCW09GMMR8OL36DHAWQBQT2FV2NK45KGL38WAEW9U0FZ73TRETTHMBYDNJ' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8FS8A49KS3S2J7ZNUKIVYD8CR1N0SUV8UK1NWBKF8R2GOE1MSDVJLZPY6QZVAHESK0LSENBZIQ5IC86GI1DM0HWYRZEEY5JD19SNNED8E861RG3WT365K0V0N36B0SCRDGS3F5J7NG3RGDIY3U8ZJJCF2RMJ3NLYHAF5CLVCEZT3FN1X2C4B0S5H7V193QB9Z03JEHDBMH3PKPWZBF2XU913FHBN52EGEY9T88KT8WJHCN98JET6RMRFRCC36GPXW' where id=73; -update noar ti set v3='8FS8A49KS3S2J7ZNUKIVYD8CR1N0SUV8UK1NWBKF8R2GOE1MSDVJLZPY6QZVAHESK0LSENBZIQ5IC86GI1DM0HWYRZEEY5JD19SNNED8E861RG3WT365K0V0N36B0SCRDGS3F5J7NG3RGDIY3U8ZJJCF2RMJ3NLYHAF5CLVCEZT3FN1X2C4B0S5H7V193QB9Z03JEHDBMH3PKPWZBF2XU913FHBN52EGEY9T88KT8WJHCN98JET6RMRFRCC36GPXW' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9YNN9O1R1E5LJZ5KIIMVNEVFBFSV5ZHUFOJCJS4AOO6SUX1PN3UIS1PNBTLXD3I1DPMX7JX1JTFACPGBDDZ0XA5M3DQ91WNJK41VCB8OKB1LOWH1L6IE78HHTJ67J7O1XB44432Y1JLJLUE26PRBUYMXSTMTPWWZ4XCMQTDMG1SFG2W9UH3O6OT4XJKMMPS8BMGKHGXW85PLSKRNHA63MUBR63LU11B6ZUDQ0LMGIH2V725V7BNVTYIHB7728T8FZ' where id=74; -update noar ti set v0='9YNN9O1R1E5LJZ5KIIMVNEVFBFSV5ZHUFOJCJS4AOO6SUX1PN3UIS1PNBTLXD3I1DPMX7JX1JTFACPGBDDZ0XA5M3DQ91WNJK41VCB8OKB1LOWH1L6IE78HHTJ67J7O1XB44432Y1JLJLUE26PRBUYMXSTMTPWWZ4XCMQTDMG1SFG2W9UH3O6OT4XJKMMPS8BMGKHGXW85PLSKRNHA63MUBR63LU11B6ZUDQ0LMGIH2V725V7BNVTYIHB7728T8FZ' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OH77FS0E3VHZUNSGAC9ZG4SULNF66MVU6JENVIOISFZ4MIO24O6R2V9QWBET1PVSBO4W2NSWBM479O3G5RB0BF62CJ6FD817P7CW7ZZY04QGCJXA88GKU4RJ1RE6QJT8NK093EKPRJWQ6Y5MQHHMKW5914BPRD65FQ5WHY8Q0GMGQD2OU6BDKOVDS6OWWLI59C7RNHV8XX6X5BUWGR5V3WPRN68LPLEFIVQ2B5BCV9FJXH4ESJPTBF4I1YIX22LXE' where id=74; -update noar ti set v1='OH77FS0E3VHZUNSGAC9ZG4SULNF66MVU6JENVIOISFZ4MIO24O6R2V9QWBET1PVSBO4W2NSWBM479O3G5RB0BF62CJ6FD817P7CW7ZZY04QGCJXA88GKU4RJ1RE6QJT8NK093EKPRJWQ6Y5MQHHMKW5914BPRD65FQ5WHY8Q0GMGQD2OU6BDKOVDS6OWWLI59C7RNHV8XX6X5BUWGR5V3WPRN68LPLEFIVQ2B5BCV9FJXH4ESJPTBF4I1YIX22LXE' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A7U95GIVHS3RJI0XLFMEOCUD7F4SS5BGHSY53I6RO7WBYKW2P2UFS7TT6LF8QCDKL8LRMXQX80MGJGN29T0FDOMQRHVT0PJMY4SODMCOLHPVOS4GQVEEJXN9VXJ39DOMW823K2WXFFY9CUB5XFD3VN8F414YTAECKL1OZ6F0F3BHTYATE5WL8VPUHZODGSI95FFI55OY2GWJ0F5R3QLWQTWRM9S86FJ14CWVG1GTYPU6TMV3BQXCF15GHMSGKR6G6' where id=74; -update noar ti set v2='A7U95GIVHS3RJI0XLFMEOCUD7F4SS5BGHSY53I6RO7WBYKW2P2UFS7TT6LF8QCDKL8LRMXQX80MGJGN29T0FDOMQRHVT0PJMY4SODMCOLHPVOS4GQVEEJXN9VXJ39DOMW823K2WXFFY9CUB5XFD3VN8F414YTAECKL1OZ6F0F3BHTYATE5WL8VPUHZODGSI95FFI55OY2GWJ0F5R3QLWQTWRM9S86FJ14CWVG1GTYPU6TMV3BQXCF15GHMSGKR6G6' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4K0AMB69AHAMZSR7S5O0PLJ76BKVAYIE2O320HMUQJFAX22TFO3S35MIQ4GIJI9KMOQOBA9RPNHMS1T6CFWH5EVI78JQQR9IDBY46WRJVCYCZ8M6YQGQBP9AVC0AD2DS2IBW2HNXD9HOXF1AT7KRHCT4YHP2Z1BPTV7DHMW2EAABY3K698S9836N2AINOUNPLCHQDITXA6U8GYC8KAJOZZJ58JEQXBIRUT3SL2XZWULU5KAS4UW2MOEUUVUSE4SA5' where id=74; -update noar ti set v3='4K0AMB69AHAMZSR7S5O0PLJ76BKVAYIE2O320HMUQJFAX22TFO3S35MIQ4GIJI9KMOQOBA9RPNHMS1T6CFWH5EVI78JQQR9IDBY46WRJVCYCZ8M6YQGQBP9AVC0AD2DS2IBW2HNXD9HOXF1AT7KRHCT4YHP2Z1BPTV7DHMW2EAABY3K698S9836N2AINOUNPLCHQDITXA6U8GYC8KAJOZZJ58JEQXBIRUT3SL2XZWULU5KAS4UW2MOEUUVUSE4SA5' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MAXJK8SCOJ2E8T4VMQ261YKS5WC8TEA9US5KBXUC1T6226LYKNQMSWTIN3A7HZM01SS3WHI1OCNRRJQEJDO1DB2GLHANX99YH1TNCRYWBJ4FDV795TOA1PTTY0G7QS7DGEKL7B4TY5N4V8TLAZWDFWEC52ONF1GICCQO0V8UGVSV797VUREEEFI7ZWB1OYO3IT9BQHEED4L9JWKWDBW2WIFPUWHBZH6QJBNGOQET8HM4WMIXNUSVFJNSSTPDP5THO' where id=75; -update noar ti set v0='MAXJK8SCOJ2E8T4VMQ261YKS5WC8TEA9US5KBXUC1T6226LYKNQMSWTIN3A7HZM01SS3WHI1OCNRRJQEJDO1DB2GLHANX99YH1TNCRYWBJ4FDV795TOA1PTTY0G7QS7DGEKL7B4TY5N4V8TLAZWDFWEC52ONF1GICCQO0V8UGVSV797VUREEEFI7ZWB1OYO3IT9BQHEED4L9JWKWDBW2WIFPUWHBZH6QJBNGOQET8HM4WMIXNUSVFJNSSTPDP5THO' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AVWI8Y3F2LZ4J0IROPDULWOK9XE9GVUIEBO3VUBMSZW1I7RAGGMKEC1A0YN7M6AQT5QEYJFMB6RT5V2SNPSFVFHENSO0X5OGAFPMG95OQZ1LE3XVDD9IJTEG9U7QV249F805C0R4KN71LEF9I2CNPUH8IGZ9IMNBXXLM5S2GL6USLIJVUKSXWJVFNYIAZAIZNT0DOH9FFBP4DK9X6LYIC6E8ZZBZP7TD1ZA0TBW8HUKO1U41JGF5JF0FIDPRKRLB4' where id=75; -update noar ti set v1='AVWI8Y3F2LZ4J0IROPDULWOK9XE9GVUIEBO3VUBMSZW1I7RAGGMKEC1A0YN7M6AQT5QEYJFMB6RT5V2SNPSFVFHENSO0X5OGAFPMG95OQZ1LE3XVDD9IJTEG9U7QV249F805C0R4KN71LEF9I2CNPUH8IGZ9IMNBXXLM5S2GL6USLIJVUKSXWJVFNYIAZAIZNT0DOH9FFBP4DK9X6LYIC6E8ZZBZP7TD1ZA0TBW8HUKO1U41JGF5JF0FIDPRKRLB4' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J2WRIE1SYM8DB6EARECT01QBP6L7359A2ZLH49103EOZ0723AMYCJJNTGNF7F4NZPLUK0NZTJ3X3EGNWIQ7S0P5FNSST5BJ1EZ6NL2U85HQKGM4DYQVUR8O9EASGOI7TJWUMG6RTADPYNPIN227SK3AHTZHYJ7J7U0K1PWXNZO7UL6NK13GS6S5IXM498CM1YUTC24CG5B8JT3T654I33WM7Q0QGYO62ATVEJSHK6IN5TH8SGGE0NDFF8T6C4APFJ' where id=75; -update noar ti set v2='J2WRIE1SYM8DB6EARECT01QBP6L7359A2ZLH49103EOZ0723AMYCJJNTGNF7F4NZPLUK0NZTJ3X3EGNWIQ7S0P5FNSST5BJ1EZ6NL2U85HQKGM4DYQVUR8O9EASGOI7TJWUMG6RTADPYNPIN227SK3AHTZHYJ7J7U0K1PWXNZO7UL6NK13GS6S5IXM498CM1YUTC24CG5B8JT3T654I33WM7Q0QGYO62ATVEJSHK6IN5TH8SGGE0NDFF8T6C4APFJ' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QCF18C0GDB9XJ99UOJ5V5NSHX52SMX4NJCX6YM31XUWCRYOY8BT7HW330ML84ZOJAORF23HL13X9H3FI780K5BML23CE5RKD8MSP5Q4U5PIC3CPVJCO81S7INPU5X1SC1WJK66PSIP3QFLYMZ60MTBDMPZR1YQ0X6BDJQGPHJYXSAV8GH7Q5SBUCT4BGXAFWEWCNTH35QN2S6BRKRI094JGRY2K5EBUMS6H1BBI1YY8T2MCVE9W33CMG2X41MBLXC' where id=75; -update noar ti set v3='QCF18C0GDB9XJ99UOJ5V5NSHX52SMX4NJCX6YM31XUWCRYOY8BT7HW330ML84ZOJAORF23HL13X9H3FI780K5BML23CE5RKD8MSP5Q4U5PIC3CPVJCO81S7INPU5X1SC1WJK66PSIP3QFLYMZ60MTBDMPZR1YQ0X6BDJQGPHJYXSAV8GH7Q5SBUCT4BGXAFWEWCNTH35QN2S6BRKRI094JGRY2K5EBUMS6H1BBI1YY8T2MCVE9W33CMG2X41MBLXC' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='71NT19EP84082NY6CJRT4GT5F4VRZHBW4BFBCZWDGYJA5PMNIDJHVP1LHXSMZ22GPH9RWCWE809VIVSA05G6SHT3GHU9TC0V8G8KJTSRK43X5X6EN4DT02EBN3YOVMZMAQL9O9WXLZLJVIHUZS9P1O5NNGVUEOMNT1P9HTI2BNTGLZSNCU59ZQO2B2HI1CD2K330OG33KETLRHM0KZHWY6EGLN5U36F3AN4E4RASWVIF0BQML8CQIK5DFOTWSV1I0' where id=76; -update noar ti set v0='71NT19EP84082NY6CJRT4GT5F4VRZHBW4BFBCZWDGYJA5PMNIDJHVP1LHXSMZ22GPH9RWCWE809VIVSA05G6SHT3GHU9TC0V8G8KJTSRK43X5X6EN4DT02EBN3YOVMZMAQL9O9WXLZLJVIHUZS9P1O5NNGVUEOMNT1P9HTI2BNTGLZSNCU59ZQO2B2HI1CD2K330OG33KETLRHM0KZHWY6EGLN5U36F3AN4E4RASWVIF0BQML8CQIK5DFOTWSV1I0' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BH3KTNOGM94BEH1J2QNK4XOSZIPMXR2G3NXCTRMZFPJOHXTDJU0ZTHK26W6M7J6O1SJLBOD46LI99XVF9KUGCWK81D6AWNUF1VEG8BEL8SYYTB7MX3DISRLI1B4OEZFXZL0UGWQ0R8KBZL774R4GZPI5T2N4NE8YAT5MDCHX7DBVDLKG4YHGV07LBAM7UHOVHQ961WA3TTR0F1743P7P65VIRGN1NMPZP2K3JILT2WFKKTWEX16GZ5RQJS5N99WM0' where id=76; -update noar ti set v1='BH3KTNOGM94BEH1J2QNK4XOSZIPMXR2G3NXCTRMZFPJOHXTDJU0ZTHK26W6M7J6O1SJLBOD46LI99XVF9KUGCWK81D6AWNUF1VEG8BEL8SYYTB7MX3DISRLI1B4OEZFXZL0UGWQ0R8KBZL774R4GZPI5T2N4NE8YAT5MDCHX7DBVDLKG4YHGV07LBAM7UHOVHQ961WA3TTR0F1743P7P65VIRGN1NMPZP2K3JILT2WFKKTWEX16GZ5RQJS5N99WM0' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MYG9WC3PCRJPG9WTEVI0QBKKXNL6MVRDED81DBONL7F1AK717OXTOPMJ44W4441A7UGOBO1OFFEB25TH6QNBUFHVJDO2BZHQTLX4G6LVWF9KS6KQ4DKP8X9YKQQBVJ8V29QRE8N8874BQRUVWTLPW74P13S5IVTCBMLVYODQDV6502G6FUDPY569AVTP7SFWZCVF6CCJQHSFO9JHXNSOF2EA03CYOE0B2DWS7T3GYJ9Y393SR9UBMRPMDJKNQKB0C' where id=76; -update noar ti set v2='MYG9WC3PCRJPG9WTEVI0QBKKXNL6MVRDED81DBONL7F1AK717OXTOPMJ44W4441A7UGOBO1OFFEB25TH6QNBUFHVJDO2BZHQTLX4G6LVWF9KS6KQ4DKP8X9YKQQBVJ8V29QRE8N8874BQRUVWTLPW74P13S5IVTCBMLVYODQDV6502G6FUDPY569AVTP7SFWZCVF6CCJQHSFO9JHXNSOF2EA03CYOE0B2DWS7T3GYJ9Y393SR9UBMRPMDJKNQKB0C' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZKJR74B19LYTUC4TO15X0I15TZYO0P75YBNV2J3J6T844G08HKUS1Z1LBTKIXWXFGZU77ZTJYVY8TQSO1RFLHZL2XYNRBDL1UCAZMKDZMCK10RM3EM2Y1MW43MGNB2YBS39CMFD6Q9WE6ZIX7CG2P57P006HRKBMUAPOY73LGKRHX09AF8YFSS8TNBWV3E0VE23BV7V3HPBV29JY0C4EUMGL9O75G3OJJOOCRS2NBBSY2LVON6R8G4XKI7VI3882A' where id=76; -update noar ti set v3='ZKJR74B19LYTUC4TO15X0I15TZYO0P75YBNV2J3J6T844G08HKUS1Z1LBTKIXWXFGZU77ZTJYVY8TQSO1RFLHZL2XYNRBDL1UCAZMKDZMCK10RM3EM2Y1MW43MGNB2YBS39CMFD6Q9WE6ZIX7CG2P57P006HRKBMUAPOY73LGKRHX09AF8YFSS8TNBWV3E0VE23BV7V3HPBV29JY0C4EUMGL9O75G3OJJOOCRS2NBBSY2LVON6R8G4XKI7VI3882A' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QEH9QBXR6Q0RUU6VID14PBM1C134IF7ENG6IJUG13TCEEC7P3OO36I6RJMVMBAE47I5KE4856CKGR4YCMKHE4VZWK6R51FXBANSRRSD82NG5X1UFMOIGVTICZSZ7TKYGMOK8YHRD6W5DT8MBYWT5N6Q9KOJKJFFQTGMK13TC40BLF42JR2B5NJTKX1UM0YA05GR108UFGJGN2Q1DD4UCJKC6X2LEBR2RY5FIX9KZ796RMIYFUAQSK73WDJR3K85B0' where id=77; -update noar ti set v0='QEH9QBXR6Q0RUU6VID14PBM1C134IF7ENG6IJUG13TCEEC7P3OO36I6RJMVMBAE47I5KE4856CKGR4YCMKHE4VZWK6R51FXBANSRRSD82NG5X1UFMOIGVTICZSZ7TKYGMOK8YHRD6W5DT8MBYWT5N6Q9KOJKJFFQTGMK13TC40BLF42JR2B5NJTKX1UM0YA05GR108UFGJGN2Q1DD4UCJKC6X2LEBR2RY5FIX9KZ796RMIYFUAQSK73WDJR3K85B0' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZP4W6KPAR1T6WTWH2MCFRENMQRJJRB66HEG089L5LM728YT3XIF5RVQJ3HSQRRE7G698ABL2LHUEF8UL53CKSZHMSIBNAJPQZS0NJ9UY88HC9OZFIYPEC522AMQZ55A01ZOE6HW3GK3EIF9P6GKJXDQ1DAKMV7RE2B6DRGDUO0J5PINNG1AYSFCQ8QF0CCPWQ06WX3YFW66KF3Z51LNJUROM3TNTK3S22NB3RDLFKUU57OG2FGI40U2U0SKZY8A82' where id=77; -update noar ti set v1='ZP4W6KPAR1T6WTWH2MCFRENMQRJJRB66HEG089L5LM728YT3XIF5RVQJ3HSQRRE7G698ABL2LHUEF8UL53CKSZHMSIBNAJPQZS0NJ9UY88HC9OZFIYPEC522AMQZ55A01ZOE6HW3GK3EIF9P6GKJXDQ1DAKMV7RE2B6DRGDUO0J5PINNG1AYSFCQ8QF0CCPWQ06WX3YFW66KF3Z51LNJUROM3TNTK3S22NB3RDLFKUU57OG2FGI40U2U0SKZY8A82' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='34NNL1Y93SHGO2RMH8CGKUXEPYHS4GGK7I3EH6ZPS34D2EO6G4G4AXQQHICGC37UI1XGMPH54E0QC6E6EDN4F543YZ5WPQTZWND9V72NW9BC0ZQUAOBQAR60CDGHDY97O95UZHI7HFQBQY5NVXBMGP7UTVIRAANZ9IA015ELU2G7GUB37XZ1Z8VMVK96VRB8056XIQPS2SP1Z57SZ0EZ3YM8IN9G3IDMB54HQ9OFK0QU3BQERN4T5OOR7PXPXE2QN' where id=77; -update noar ti set v2='34NNL1Y93SHGO2RMH8CGKUXEPYHS4GGK7I3EH6ZPS34D2EO6G4G4AXQQHICGC37UI1XGMPH54E0QC6E6EDN4F543YZ5WPQTZWND9V72NW9BC0ZQUAOBQAR60CDGHDY97O95UZHI7HFQBQY5NVXBMGP7UTVIRAANZ9IA015ELU2G7GUB37XZ1Z8VMVK96VRB8056XIQPS2SP1Z57SZ0EZ3YM8IN9G3IDMB54HQ9OFK0QU3BQERN4T5OOR7PXPXE2QN' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QQRW0CJ6DVZKHMMCDAN0UYIJVJHDIYAXQ239COEG1Q6CH3DA41E6175QW3FSVI87T9INMJ0EZ15NXPE029KLECDS02L6LW3FVFOUVNIVCOI249MS0OZRN2YNLH3OG8W56LXCOU98NOTOAQECGXVA1304KMFLTZ17MQD5CGFSBFDWCC2F5DRNBAIJHMMW4BACUOEGR8EL8T8XD8L4ETKY4RBA9898QCGI5B7JBQXJ1HV6FBATOQW5IS7N0A4LORH42' where id=77; -update noar ti set v3='QQRW0CJ6DVZKHMMCDAN0UYIJVJHDIYAXQ239COEG1Q6CH3DA41E6175QW3FSVI87T9INMJ0EZ15NXPE029KLECDS02L6LW3FVFOUVNIVCOI249MS0OZRN2YNLH3OG8W56LXCOU98NOTOAQECGXVA1304KMFLTZ17MQD5CGFSBFDWCC2F5DRNBAIJHMMW4BACUOEGR8EL8T8XD8L4ETKY4RBA9898QCGI5B7JBQXJ1HV6FBATOQW5IS7N0A4LORH42' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='M1TGPFZ27BNJ9HWFB6BWQU9T9J8OXRDSODTL3SMEIYA9J2YG3UIBCNR7YDIH5D3QY81FHBG2WVTO8J9ZA8JGK6GPJG9QD8JXFVI00R9L5KLQQILFULHREK1IN9ABI64EDC081J730AFPLLSUPF6ULW6IVB9DJ1E0J54UMITLZ94VV2JR2CIG1KGU2MYOCT7XB0P6SA7FLBL6KGFVFLJQTITRU0J14JRIQR239Z54YEB5BRSXHVMG5L1UOJQAGOUET' where id=78; -update noar ti set v0='M1TGPFZ27BNJ9HWFB6BWQU9T9J8OXRDSODTL3SMEIYA9J2YG3UIBCNR7YDIH5D3QY81FHBG2WVTO8J9ZA8JGK6GPJG9QD8JXFVI00R9L5KLQQILFULHREK1IN9ABI64EDC081J730AFPLLSUPF6ULW6IVB9DJ1E0J54UMITLZ94VV2JR2CIG1KGU2MYOCT7XB0P6SA7FLBL6KGFVFLJQTITRU0J14JRIQR239Z54YEB5BRSXHVMG5L1UOJQAGOUET' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E45HRG2PE82P2VMGLRV8ITBZOIGC0ROVAD2JNN60W9OLJ1MFE083QW3CVV3TB27XNU8YTKO4KFJFHG3W1UASL4AQR1ERT3RSW2OR5U3MDL0A9RJN2SEFG8ICL9UPZSL93UNR4LCR00A6W21O7K3CFP1XL238PS7OR71JTUPSR4GM947O0IXQJB735GGA1R1UNX1PNTBPP12KP3H1LKFCQW4H9HWUSIUZBT8PQI0V36LJ18ZR9D3QYAT9LB6IW7Z61' where id=78; -update noar ti set v1='E45HRG2PE82P2VMGLRV8ITBZOIGC0ROVAD2JNN60W9OLJ1MFE083QW3CVV3TB27XNU8YTKO4KFJFHG3W1UASL4AQR1ERT3RSW2OR5U3MDL0A9RJN2SEFG8ICL9UPZSL93UNR4LCR00A6W21O7K3CFP1XL238PS7OR71JTUPSR4GM947O0IXQJB735GGA1R1UNX1PNTBPP12KP3H1LKFCQW4H9HWUSIUZBT8PQI0V36LJ18ZR9D3QYAT9LB6IW7Z61' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LT422FNS340WVO7BROC6N63A63S388BF4TD1NJOVN6M2ULE9USLIZS2CD5GGLO9VIM4ZV07VU6QLA5VFZ10P2AJT5CL1CGW4FK1AESTHRUFNBHFDENW8OY6IWTDG7988B9WARPGM41CGSS6VDH7X84SQ6Z1JQDRWD5Z1HI2EUM9143P7OIGQMPBIZ64QQEMQ5USVWFZ1W8RP8Y23QJMFSYXABVVTXAF56JGCCOTICUTLZ7E6H5L6LJI9CJBLLLG4R' where id=78; -update noar ti set v2='LT422FNS340WVO7BROC6N63A63S388BF4TD1NJOVN6M2ULE9USLIZS2CD5GGLO9VIM4ZV07VU6QLA5VFZ10P2AJT5CL1CGW4FK1AESTHRUFNBHFDENW8OY6IWTDG7988B9WARPGM41CGSS6VDH7X84SQ6Z1JQDRWD5Z1HI2EUM9143P7OIGQMPBIZ64QQEMQ5USVWFZ1W8RP8Y23QJMFSYXABVVTXAF56JGCCOTICUTLZ7E6H5L6LJI9CJBLLLG4R' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2RRQQ3G33WUF5HHKU4ZEP20VX1I8YPRAIPYL8AKIP8ZGF3MIHY0K2MA4KFOD6IEGSSWQKBWLERQNS3OQ97CF8CROIC7IJ9FBXIRL39EIB2277KCX5PI977TJX07WP7TZ4XRQTCS26VS3IZFRHE2ECUP2N1G8SGN2DRAXK5APLP39WAN5KEVTN8VBWAGSE3EED3ZLYVR6QXXMZGLDN4QVEAMR9N0IEICCSRAHJLZIH7QS1PM6YWQPBSTXIQIFO9S07' where id=78; -update noar ti set v3='2RRQQ3G33WUF5HHKU4ZEP20VX1I8YPRAIPYL8AKIP8ZGF3MIHY0K2MA4KFOD6IEGSSWQKBWLERQNS3OQ97CF8CROIC7IJ9FBXIRL39EIB2277KCX5PI977TJX07WP7TZ4XRQTCS26VS3IZFRHE2ECUP2N1G8SGN2DRAXK5APLP39WAN5KEVTN8VBWAGSE3EED3ZLYVR6QXXMZGLDN4QVEAMR9N0IEICCSRAHJLZIH7QS1PM6YWQPBSTXIQIFO9S07' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GEY2MGKDC0A7ZOV2SCLHGJLN0UFEP867IBZZJ0KHNUKNAGNMTKLOSDO1A3I06AVWSUE5YTNMG4MB72EHJDYZFE82PGOTOFEAMMHSTQS6JTPXHL2JV9EGXXZY79VR271YWQVHPBPG491H57QDTNXJ1NF28RG7MXKRRGIE08SMIJA7OB8HYOKR7S8KAICAAIYQH6UHVG64IKIYA906ELD7KIA0GRSCJ8F9HJ5DD2ACBXWWPGPXY3K5SS1KLRCVYHBV8' where id=79; -update noar ti set v0='GEY2MGKDC0A7ZOV2SCLHGJLN0UFEP867IBZZJ0KHNUKNAGNMTKLOSDO1A3I06AVWSUE5YTNMG4MB72EHJDYZFE82PGOTOFEAMMHSTQS6JTPXHL2JV9EGXXZY79VR271YWQVHPBPG491H57QDTNXJ1NF28RG7MXKRRGIE08SMIJA7OB8HYOKR7S8KAICAAIYQH6UHVG64IKIYA906ELD7KIA0GRSCJ8F9HJ5DD2ACBXWWPGPXY3K5SS1KLRCVYHBV8' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AUR8O25HT1TRD66PAM3XUVR1X2UFPNO54QXGDTP03OWAIDQLPEPOQ2Y5YX3O1X9HWFPKM76DWEXSHRDIPR791Q9J30NQA24W5MF6MFBMSVR5DQ1X5V8ZOF93X1H4GK0DLP1Z8FQFDXGGMJ2M8G0RH9838AB8T3GSTLU9Q95XY5RJSV9NQ8XMUMFOX3VNDP4CBL58A57EWDGQO2C63I6TGQULG6W5H3DJT2I7VVN90N6ZNK7CLJ5LR0UHU4MTMWUJ0' where id=79; -update noar ti set v1='AUR8O25HT1TRD66PAM3XUVR1X2UFPNO54QXGDTP03OWAIDQLPEPOQ2Y5YX3O1X9HWFPKM76DWEXSHRDIPR791Q9J30NQA24W5MF6MFBMSVR5DQ1X5V8ZOF93X1H4GK0DLP1Z8FQFDXGGMJ2M8G0RH9838AB8T3GSTLU9Q95XY5RJSV9NQ8XMUMFOX3VNDP4CBL58A57EWDGQO2C63I6TGQULG6W5H3DJT2I7VVN90N6ZNK7CLJ5LR0UHU4MTMWUJ0' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HBOTJ0QPHI55D8MEL74B22UE5YGMR4HXPZ85D1X0FIFEY47WAAW44JIAQIH0MHTI4TXEGRR56CZ3IH7OA6DTWFYHCIQLWHMH9THFS46AKSYSSAGKJU3YP81RLTD4LFFLQMYKBWLEXGYEB4XG8ACGU2TR0QX7HT0QYR3LVEUB1LHFS3Q1YPPIJMNTJFMXZNOOWBSOCQYMIYY5F37RHC45X600YYHBCGPM5U7BHI4FVSD16S1XXVGVBFJAPVF0DBH1L' where id=79; -update noar ti set v2='HBOTJ0QPHI55D8MEL74B22UE5YGMR4HXPZ85D1X0FIFEY47WAAW44JIAQIH0MHTI4TXEGRR56CZ3IH7OA6DTWFYHCIQLWHMH9THFS46AKSYSSAGKJU3YP81RLTD4LFFLQMYKBWLEXGYEB4XG8ACGU2TR0QX7HT0QYR3LVEUB1LHFS3Q1YPPIJMNTJFMXZNOOWBSOCQYMIYY5F37RHC45X600YYHBCGPM5U7BHI4FVSD16S1XXVGVBFJAPVF0DBH1L' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KLVA79QM3ENX2ZEDQJ0G0YFX7MG38YA7XVGNI74NRSIGCO2140FROZV5S5GUV62XB4X859ZXJHNZY03R02CLTSZY3A66Z9N52S2P8Z8R2PJR3AKZDRKZHLKC59WX7ZLTKOCEKN2TCL3P3ZJ1MKBWBMZE4LPWAVFLQPIUR4A3L599QK6J456QKNVGXTC8EMNBLRMEXW2OFFLHG0MPU9RDOFTZSWRPA84F602YTXRK39WHXWIM6TNWPXT4IBR0IG1BT' where id=79; -update noar ti set v3='KLVA79QM3ENX2ZEDQJ0G0YFX7MG38YA7XVGNI74NRSIGCO2140FROZV5S5GUV62XB4X859ZXJHNZY03R02CLTSZY3A66Z9N52S2P8Z8R2PJR3AKZDRKZHLKC59WX7ZLTKOCEKN2TCL3P3ZJ1MKBWBMZE4LPWAVFLQPIUR4A3L599QK6J456QKNVGXTC8EMNBLRMEXW2OFFLHG0MPU9RDOFTZSWRPA84F602YTXRK39WHXWIM6TNWPXT4IBR0IG1BT' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='13F7SG1T7D1P1IUD396Y3NKF692WWAOKBT5I0CYSZ3CCLJ3VWAPQCJLD31CFSLN6IRV1GPWEQG0NA1XMW7NHH1CG3DF0Z1NYQJE5UUXHMR79XSRFHHXF3814FOD276ILSAZ5G2KOTKQV61PLIGW5XVFKHJV5O6DW5F4AAWRMXGKT54K1HBAUHC5K60Y60EYZDBVXPFOCRYS61XFI2QCM9ZYJJBDLG9TXL0BZ85DUGLOR3YH5SX54TK92QYPUYULQL' where id=80; -update noar ti set v0='13F7SG1T7D1P1IUD396Y3NKF692WWAOKBT5I0CYSZ3CCLJ3VWAPQCJLD31CFSLN6IRV1GPWEQG0NA1XMW7NHH1CG3DF0Z1NYQJE5UUXHMR79XSRFHHXF3814FOD276ILSAZ5G2KOTKQV61PLIGW5XVFKHJV5O6DW5F4AAWRMXGKT54K1HBAUHC5K60Y60EYZDBVXPFOCRYS61XFI2QCM9ZYJJBDLG9TXL0BZ85DUGLOR3YH5SX54TK92QYPUYULQL' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='57LW6PGG89D3EYVEKMN3JHTTFVPGO0JJP20MY2ZNJ1OOKV2KKWP2MB7KBN86LAO3W1WAOIUNRU4ZHFBU8LSI95I0A0ZEMRO75BLQV4Z7Y6HALJAUXRFL8K4QXO2BJH1A0XLA5WTISN8FIJS5SUJXMYMFT6GPQS3W3JIO55027QC7Q9B22MCIV0BYVXIWA4RB6R9BA0Y0Q50ZSZ9LXE1RBXYHMQJLWYMZRQNQ90J06P1DK3Y5UAWC3MQ1B1MGD36BE' where id=80; -update noar ti set v1='57LW6PGG89D3EYVEKMN3JHTTFVPGO0JJP20MY2ZNJ1OOKV2KKWP2MB7KBN86LAO3W1WAOIUNRU4ZHFBU8LSI95I0A0ZEMRO75BLQV4Z7Y6HALJAUXRFL8K4QXO2BJH1A0XLA5WTISN8FIJS5SUJXMYMFT6GPQS3W3JIO55027QC7Q9B22MCIV0BYVXIWA4RB6R9BA0Y0Q50ZSZ9LXE1RBXYHMQJLWYMZRQNQ90J06P1DK3Y5UAWC3MQ1B1MGD36BE' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ODJUG17MEZYWLG2TVEEKZ9GD8Z35RE87C4HM07SF05KGBJUNCJR31PTR29VWETVYJSZCHPEVGP3JU2IKZRSZMA2M1LPLLTK0HDULTQIJA2UATWJG0CO03Q9AL3HUJMJNIK1VB2LTERNXOIG016LTMLA2O2ZWCR5F3EN1WG9YZQ4NUYDYAA0MUWO2N6HUO9O86M04JDSTLAJW0PNDQ6XQ7TIDJT8C4JEUTZPU6W78H7V5XM4D0W5OT9DLFIZHGJBI4' where id=80; -update noar ti set v2='ODJUG17MEZYWLG2TVEEKZ9GD8Z35RE87C4HM07SF05KGBJUNCJR31PTR29VWETVYJSZCHPEVGP3JU2IKZRSZMA2M1LPLLTK0HDULTQIJA2UATWJG0CO03Q9AL3HUJMJNIK1VB2LTERNXOIG016LTMLA2O2ZWCR5F3EN1WG9YZQ4NUYDYAA0MUWO2N6HUO9O86M04JDSTLAJW0PNDQ6XQ7TIDJT8C4JEUTZPU6W78H7V5XM4D0W5OT9DLFIZHGJBI4' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SXUVWLXMZXSDJP6JGBYTFAB8B39TO6H7DUQFRZTGQJBPXMWA66FOOP4HFMEWQ4T2WDP2FRRF2HUHEOYZDQ2XHFSFSSRSXAW0NRL9478791RSMAREXVNVUXCAVIR5UPTJF2V4TT05FYD4K4PBGBZWUMSL0SU21S6C54SY8AO4U74DP7L16NQL1NFNZXEB8B3YAGBN7E97R4BXDAAWIFSLFWDSK1RGI48B3I9RXBR2LQXJL469L29WZRC4XD7GYPW2B' where id=80; -update noar ti set v3='SXUVWLXMZXSDJP6JGBYTFAB8B39TO6H7DUQFRZTGQJBPXMWA66FOOP4HFMEWQ4T2WDP2FRRF2HUHEOYZDQ2XHFSFSSRSXAW0NRL9478791RSMAREXVNVUXCAVIR5UPTJF2V4TT05FYD4K4PBGBZWUMSL0SU21S6C54SY8AO4U74DP7L16NQL1NFNZXEB8B3YAGBN7E97R4BXDAAWIFSLFWDSK1RGI48B3I9RXBR2LQXJL469L29WZRC4XD7GYPW2B' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AMLT048K0KR7Q5L8C2BYU1BNGZ3081ZJOGPUCL9DD8XS7V3DVMJE6C47MLFE8SWHZLEEV7E2S6Z9FOP1FH61NLUU6463OUAWB0WF6JZWM3DNNSUHNQ6WNGB7RO96VRSS2GDYIH7HVKEM090TNV7VSBBQ0K7I6OHNSBDJKCV4E30NI4UUV978CCWKCXL49EL197ZZJSTFZHP05GGDPKXCMSHY91LR2VJYGPBD4K0W8U12Y1QHXAPB73UTZG662KSKO' where id=81; -update noar ti set v0='AMLT048K0KR7Q5L8C2BYU1BNGZ3081ZJOGPUCL9DD8XS7V3DVMJE6C47MLFE8SWHZLEEV7E2S6Z9FOP1FH61NLUU6463OUAWB0WF6JZWM3DNNSUHNQ6WNGB7RO96VRSS2GDYIH7HVKEM090TNV7VSBBQ0K7I6OHNSBDJKCV4E30NI4UUV978CCWKCXL49EL197ZZJSTFZHP05GGDPKXCMSHY91LR2VJYGPBD4K0W8U12Y1QHXAPB73UTZG662KSKO' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V6IOC4DMKHUVG4T0VWRVYAYWG7STCVEZEPZWMTE0HIFTR7YBGR8BUY4E8ZSPYVVACFN9MSZZ8LN5Q5FRG8KSNVH8Z32P9SCJSUUHKCZPYC1DPC0ERIZDXOL2NWR1VOLBY688G9I6NI71BQHEGYENHP2F3C0W3C24GUYF6UE26TF64I9KY6HQ0UYBCD9JUTV934RJ13CEEIMUANYVDKKWKO353XW8U3F6ZJCBHOCZXBMH98KNKBZC8R41FOACHC2OG' where id=81; -update noar ti set v1='V6IOC4DMKHUVG4T0VWRVYAYWG7STCVEZEPZWMTE0HIFTR7YBGR8BUY4E8ZSPYVVACFN9MSZZ8LN5Q5FRG8KSNVH8Z32P9SCJSUUHKCZPYC1DPC0ERIZDXOL2NWR1VOLBY688G9I6NI71BQHEGYENHP2F3C0W3C24GUYF6UE26TF64I9KY6HQ0UYBCD9JUTV934RJ13CEEIMUANYVDKKWKO353XW8U3F6ZJCBHOCZXBMH98KNKBZC8R41FOACHC2OG' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YNK9KKE2ATAVT3RSUJ5QXUGS0GEAF1SITNX07D5LO24E5O2XY3FIJ0FVHVRA9U7WLF2Z8JZ6FWRX94G8SLMD3XB87YGCD1YXBWJN8R6Y8M4HODECUZG33JHLKANPH0ZY4AZSHL8VNG7R4XDJGIX6ZECZDWJ7XB1UPLTV1NJUCIWY78SLBQLKF9TDJZVJ2KQACAGYLKN3PX0FYV8VRKBRL2SU7TXOHRAY6BDZUQ492KETRCET7VCEUM1YU5B630TLQ' where id=81; -update noar ti set v2='YNK9KKE2ATAVT3RSUJ5QXUGS0GEAF1SITNX07D5LO24E5O2XY3FIJ0FVHVRA9U7WLF2Z8JZ6FWRX94G8SLMD3XB87YGCD1YXBWJN8R6Y8M4HODECUZG33JHLKANPH0ZY4AZSHL8VNG7R4XDJGIX6ZECZDWJ7XB1UPLTV1NJUCIWY78SLBQLKF9TDJZVJ2KQACAGYLKN3PX0FYV8VRKBRL2SU7TXOHRAY6BDZUQ492KETRCET7VCEUM1YU5B630TLQ' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9NHLMYS4OLQ6BJF5YP5O2CANJ8NBUVY3ZA3JJ95EK08YB4DWWS0ATU7E9XWQFF6P9RL6K10ZNYYIU8UEE5ULOX7D5Y6XXYHZU6UFE5BJEZMMBTBIB7VJ8A3YRM4IE8BX7C90M4ZX5S8148M8277P68FDZKW8YLUOE9SN5AJORM655P99TYHD8E7N7VMZKNGCCNX3K6S0G7ZH1RMK2ZMY8JCDUWV5N0UGXWAHWCL1X78H9OC41LU0GT5EI4IMEUMG1' where id=81; -update noar ti set v3='9NHLMYS4OLQ6BJF5YP5O2CANJ8NBUVY3ZA3JJ95EK08YB4DWWS0ATU7E9XWQFF6P9RL6K10ZNYYIU8UEE5ULOX7D5Y6XXYHZU6UFE5BJEZMMBTBIB7VJ8A3YRM4IE8BX7C90M4ZX5S8148M8277P68FDZKW8YLUOE9SN5AJORM655P99TYHD8E7N7VMZKNGCCNX3K6S0G7ZH1RMK2ZMY8JCDUWV5N0UGXWAHWCL1X78H9OC41LU0GT5EI4IMEUMG1' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DOFCX4P9HYBM8C1ZX6D1AS61K97GR9JFIU2OVM8NH2LKE9ZTZ19RP8KN9I6LYBV8H6KWXETTROSGU32JY0LUC7MOF1N7FWDZF6IIUNABG33LSB8G40OMNMUI9O9QW6A957TFVICO1ZU07HKCSX1N3052GRMTDOB6KZHUVNKKTOQL4V6TC9RFK87HJP64L7SRRBMDHABRI75KAI7CC874N5X8R343ZKQURXTJ30ISRHG9GP9KEHLV7XOT1YHPSUBUP' where id=82; -update noar ti set v0='DOFCX4P9HYBM8C1ZX6D1AS61K97GR9JFIU2OVM8NH2LKE9ZTZ19RP8KN9I6LYBV8H6KWXETTROSGU32JY0LUC7MOF1N7FWDZF6IIUNABG33LSB8G40OMNMUI9O9QW6A957TFVICO1ZU07HKCSX1N3052GRMTDOB6KZHUVNKKTOQL4V6TC9RFK87HJP64L7SRRBMDHABRI75KAI7CC874N5X8R343ZKQURXTJ30ISRHG9GP9KEHLV7XOT1YHPSUBUP' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='P951KZJ7IBMVZ5FB6QOSCN1PJO04B2515L6CHATG9DBDXL97UIY6S8K9JVAN3JFZG8FC1XNDNSR8KDGWY8XOFIY0RI5Y7MI8XVHUXWGT33I0X2PWPAFG9XXZXC1YMHMH75Y9SN8C7NOED28NDG95JGZDRUSWER42KOVCXBXMIR1586CXTRUUR5AMTB6YYXY8876VZ4TSZPILMZHKBYAMC8AJPVG12FYKTBM7VTTNLH5ITX4B5F55YQHHR3D797DU0' where id=82; -update noar ti set v1='P951KZJ7IBMVZ5FB6QOSCN1PJO04B2515L6CHATG9DBDXL97UIY6S8K9JVAN3JFZG8FC1XNDNSR8KDGWY8XOFIY0RI5Y7MI8XVHUXWGT33I0X2PWPAFG9XXZXC1YMHMH75Y9SN8C7NOED28NDG95JGZDRUSWER42KOVCXBXMIR1586CXTRUUR5AMTB6YYXY8876VZ4TSZPILMZHKBYAMC8AJPVG12FYKTBM7VTTNLH5ITX4B5F55YQHHR3D797DU0' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JUZG3XE2ETQ2HU2T1T20X3TB7O2H2SL4375I810IQ4DBZHNNP8AK7H5970SWXTNK2PRBZF3PRV1KT8771G7QST9F29PDK3RK6C6NGV0WKW3FBT6D9DGKNPZWJ5GCZFHJSRV0X4VOIKVS8A40D8BWZN4SPDE32VFBCJ052NJ4TZMF9SDNL0SGNX8MUPIBCLTM4UUMI7XZ2QTPYN10TLI8OJHKE0XUU3J2X6WD0ZMW5TPWJQG41OZMWNDCOFQ7EYPXG' where id=82; -update noar ti set v2='JUZG3XE2ETQ2HU2T1T20X3TB7O2H2SL4375I810IQ4DBZHNNP8AK7H5970SWXTNK2PRBZF3PRV1KT8771G7QST9F29PDK3RK6C6NGV0WKW3FBT6D9DGKNPZWJ5GCZFHJSRV0X4VOIKVS8A40D8BWZN4SPDE32VFBCJ052NJ4TZMF9SDNL0SGNX8MUPIBCLTM4UUMI7XZ2QTPYN10TLI8OJHKE0XUU3J2X6WD0ZMW5TPWJQG41OZMWNDCOFQ7EYPXG' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YP41PXNDKYD7BZMXXC6ATY92DIBXGKOES918KQMD2P44FFMWJVYIZAD00SWHN2SRF160YOA6HBB1HNIOC8ZD4VFRDJA4E4WQS0P49N8MGJI73BGZVR2Q8EG8SVXGVY49SCL40E9LE7BN7BT0NDIMFINT63SKSU84QAQOLX3UKZIYTLO8KC1YE1O3TO8277J92DLGVP8P7AMQ6O64PYGIIDVLW39YZX0YPIQNR88561W2FKW8PL7HRDQOLGOKUSM6S' where id=82; -update noar ti set v3='YP41PXNDKYD7BZMXXC6ATY92DIBXGKOES918KQMD2P44FFMWJVYIZAD00SWHN2SRF160YOA6HBB1HNIOC8ZD4VFRDJA4E4WQS0P49N8MGJI73BGZVR2Q8EG8SVXGVY49SCL40E9LE7BN7BT0NDIMFINT63SKSU84QAQOLX3UKZIYTLO8KC1YE1O3TO8277J92DLGVP8P7AMQ6O64PYGIIDVLW39YZX0YPIQNR88561W2FKW8PL7HRDQOLGOKUSM6S' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0FCLZOQDMCW8E1R4GHV75SWZRAFRXSD2RG8BDUOOLK6AXBIJP6SBYL6D9L6AK9R646ZVD6Q4NWQR2VO1L7BT6WU9WIRBYMOIJ53SN4BZV0Y3YDT7XESFLFBJQ4K262P0XMJMYBSEWQEMGJEOJS9Q0YO31STLYJGYABDGDTLP5TCO87XKHGLOVEPB1YW4CEVYC7TJ4XR23TK0ABQB3R2QXPDN9THBV1ZM2X7SG4KM5H1L1SS25KM5D8OTIL3BH0GKT' where id=83; -update noar ti set v0='0FCLZOQDMCW8E1R4GHV75SWZRAFRXSD2RG8BDUOOLK6AXBIJP6SBYL6D9L6AK9R646ZVD6Q4NWQR2VO1L7BT6WU9WIRBYMOIJ53SN4BZV0Y3YDT7XESFLFBJQ4K262P0XMJMYBSEWQEMGJEOJS9Q0YO31STLYJGYABDGDTLP5TCO87XKHGLOVEPB1YW4CEVYC7TJ4XR23TK0ABQB3R2QXPDN9THBV1ZM2X7SG4KM5H1L1SS25KM5D8OTIL3BH0GKT' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6IFMEMMDPF4GHEWAN2USB2WH4XHP17EXAQFQ63ETCBA7TSZZ0H1WHD4J53W7WMZXXHGGJVKCWACCLOXM380GI8IE9T60MF7T5FQVWYYU22WU9UFZOB4OBIRC74LMIOSOM8FRTKTWTOA2OKPPEV3534SGVZT58A5W1KIXVFP0SLQRGZXLB8XA8F33EXQ04R6W4ZZH14PKQ7PDEOXBGE8CIVSU1U3BZ56Q07UDF0YYKE9Z4KJHH7451XC1WYS06B82I' where id=83; -update noar ti set v1='6IFMEMMDPF4GHEWAN2USB2WH4XHP17EXAQFQ63ETCBA7TSZZ0H1WHD4J53W7WMZXXHGGJVKCWACCLOXM380GI8IE9T60MF7T5FQVWYYU22WU9UFZOB4OBIRC74LMIOSOM8FRTKTWTOA2OKPPEV3534SGVZT58A5W1KIXVFP0SLQRGZXLB8XA8F33EXQ04R6W4ZZH14PKQ7PDEOXBGE8CIVSU1U3BZ56Q07UDF0YYKE9Z4KJHH7451XC1WYS06B82I' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MKRVT6JAIFQOWYG4D7L4M36HDUP5438X4HPFGCRTPCIMMXIP4VMFDVWL8NV4LCMZCD2NG09RM0U63UXBSHGY73MO142C4X0O499TQ9TSXEMDYVI1UN4F9QX787NROBJIH9KR0A2IJVOODSZD5Q3137O48N4TUUFWCH5W5YUJPNSZJ282GQF094F979CSQ72TCQOJ05JED1Q6WIGFTBPOML7MEJKII9VYJLMU3NXC5C9GODU4WYNGEQ1S0JN5R0G9H' where id=83; -update noar ti set v2='MKRVT6JAIFQOWYG4D7L4M36HDUP5438X4HPFGCRTPCIMMXIP4VMFDVWL8NV4LCMZCD2NG09RM0U63UXBSHGY73MO142C4X0O499TQ9TSXEMDYVI1UN4F9QX787NROBJIH9KR0A2IJVOODSZD5Q3137O48N4TUUFWCH5W5YUJPNSZJ282GQF094F979CSQ72TCQOJ05JED1Q6WIGFTBPOML7MEJKII9VYJLMU3NXC5C9GODU4WYNGEQ1S0JN5R0G9H' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6M2KK5N3FS7VS20V3O2P68RZJOU1DQ3KERUSM2ZXHWAHA03JAZGND8X1ETQMVSIHPW8CVEJBXEW69NCTS74P9872EBRDBMJ2WC1EZ6N0V90XCGZU7UAEXYHRN447P03IYAOC14KLHMKLW7HHUQOWWQ3FX34DR9PWIJD0KH135CXS9ZPYDYACJHD0NHM07JDU3AOJWQ6C1S4GQEM86M6BNIAP2LJEM8OSHVDJB2PEWB7BHTSJFBEFOP3OIDG8L4J4C' where id=83; -update noar ti set v3='6M2KK5N3FS7VS20V3O2P68RZJOU1DQ3KERUSM2ZXHWAHA03JAZGND8X1ETQMVSIHPW8CVEJBXEW69NCTS74P9872EBRDBMJ2WC1EZ6N0V90XCGZU7UAEXYHRN447P03IYAOC14KLHMKLW7HHUQOWWQ3FX34DR9PWIJD0KH135CXS9ZPYDYACJHD0NHM07JDU3AOJWQ6C1S4GQEM86M6BNIAP2LJEM8OSHVDJB2PEWB7BHTSJFBEFOP3OIDG8L4J4C' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B25EHGXYV5JOK9HJOHC1W0N00KGR7WXAL3LOS8XP26N6GPDH0J66NF1MFIPTVXB8AMQR92NO7JCU6HM5PIQUMLEKQKOUNTIDI7ILAHUBNDZNA20JX99R5FGQNVMAOBZ7DFMD7UA8OBQ81VXZA1F49M50KURP6WZPWW6C9Q15E2SJFPSM2TSSKTNJKHJJLKI84NDGSITSR4YCKPPPPNGPLZRUPSAIBRD2USLOLGS7L8X9TS35TQP5368KVXF5T4VTL' where id=84; -update noar ti set v0='B25EHGXYV5JOK9HJOHC1W0N00KGR7WXAL3LOS8XP26N6GPDH0J66NF1MFIPTVXB8AMQR92NO7JCU6HM5PIQUMLEKQKOUNTIDI7ILAHUBNDZNA20JX99R5FGQNVMAOBZ7DFMD7UA8OBQ81VXZA1F49M50KURP6WZPWW6C9Q15E2SJFPSM2TSSKTNJKHJJLKI84NDGSITSR4YCKPPPPNGPLZRUPSAIBRD2USLOLGS7L8X9TS35TQP5368KVXF5T4VTL' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TWJGKDFNMYNGMY7H75PIGUTMCPGM4CZMVPTKBFYTZ3B11NUCJ3TSZ1ZONHZ4V561J4SIOWAHIQZY8HRBVIMXXYVQMMF32Q1NIPC0V7DDUJYY7JZSLQFVQLPDBSDH4VT08XOXWZE6OV55ZFK2BMP63G8N2DMHZ6OHTLETFQYVED2UNIZ6E2MP1N4NR439AP6QTWF4PFZDFBIST93JIZRXC3RYF44VPGPKPZTY3DT115M8N9NVCW1FPUJE1WI59IY4O' where id=84; -update noar ti set v1='TWJGKDFNMYNGMY7H75PIGUTMCPGM4CZMVPTKBFYTZ3B11NUCJ3TSZ1ZONHZ4V561J4SIOWAHIQZY8HRBVIMXXYVQMMF32Q1NIPC0V7DDUJYY7JZSLQFVQLPDBSDH4VT08XOXWZE6OV55ZFK2BMP63G8N2DMHZ6OHTLETFQYVED2UNIZ6E2MP1N4NR439AP6QTWF4PFZDFBIST93JIZRXC3RYF44VPGPKPZTY3DT115M8N9NVCW1FPUJE1WI59IY4O' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SJOWZC3K6H34AAX7NEJPNQAINLA16GL0XPUGWWXEU6W35MV4VMLG5I5XY98ZO8KORGXMSP2XAZLAY8DF12D93TZQCZROGC2FGH6CXA7KTJ69HHW4P4MT43IY8H5U73Z0JOTK612SPYERDYXZ74BDLESGGRNIY1XTE220RMIDJ6TGBTYSFC263J4BE0GFUKNTOYBE1A78NPECPFX9LYSKCO2KPJ276992T6HVM3P7UQ8VIA8A3DI10RR4NB4LOUKYJ' where id=84; -update noar ti set v2='SJOWZC3K6H34AAX7NEJPNQAINLA16GL0XPUGWWXEU6W35MV4VMLG5I5XY98ZO8KORGXMSP2XAZLAY8DF12D93TZQCZROGC2FGH6CXA7KTJ69HHW4P4MT43IY8H5U73Z0JOTK612SPYERDYXZ74BDLESGGRNIY1XTE220RMIDJ6TGBTYSFC263J4BE0GFUKNTOYBE1A78NPECPFX9LYSKCO2KPJ276992T6HVM3P7UQ8VIA8A3DI10RR4NB4LOUKYJ' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SOCL23PHZJK56QAB7Z6395PU6EP6M6AKKPJQUCO9LP0IV0XH6CEDV8BXLZ38FBHVYIMBDLR0WLIGSJHAH3OTYWEMHRV64X5NHAH9EZ0J5MIUVK8T1BDBYU94LX0AAF3UFBNV0IP9WIT8991OD3ZBUTBQPI27GMOFUGS1QL59N5MKI0ONF7ZEAYO5T0ILEYLVPX1U7I2GYF1JEED33HQCRQ9YPJUWHWP9NGLTBF3FFKR8RZD64DYL4R0M52GWZQOVY' where id=84; -update noar ti set v3='SOCL23PHZJK56QAB7Z6395PU6EP6M6AKKPJQUCO9LP0IV0XH6CEDV8BXLZ38FBHVYIMBDLR0WLIGSJHAH3OTYWEMHRV64X5NHAH9EZ0J5MIUVK8T1BDBYU94LX0AAF3UFBNV0IP9WIT8991OD3ZBUTBQPI27GMOFUGS1QL59N5MKI0ONF7ZEAYO5T0ILEYLVPX1U7I2GYF1JEED33HQCRQ9YPJUWHWP9NGLTBF3FFKR8RZD64DYL4R0M52GWZQOVY' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P28JOIN7NYDCQP380JPX31M167CFI19Y9QQNA7LEDB4OCVDS93H6QINC4MPPE6MMJ7Y4P1KV3VSYU496XDD6D6TZZM2S216R7A2VUES2QH9GM3861AN1Q2J9FBQF9LVV81GVHT7QCRC3G8FP6L0OQJQSLB6H434MHEYW56NJ6H8YRUGKIQ0D9EBHM0K29PC6RG8JMMRW3C95DYUURIXNYYM0LAARQ2GTXUWNFH3S2LNX1ST0ZUU77RR3OSMZBIPJC' where id=85; -update noar ti set v0='P28JOIN7NYDCQP380JPX31M167CFI19Y9QQNA7LEDB4OCVDS93H6QINC4MPPE6MMJ7Y4P1KV3VSYU496XDD6D6TZZM2S216R7A2VUES2QH9GM3861AN1Q2J9FBQF9LVV81GVHT7QCRC3G8FP6L0OQJQSLB6H434MHEYW56NJ6H8YRUGKIQ0D9EBHM0K29PC6RG8JMMRW3C95DYUURIXNYYM0LAARQ2GTXUWNFH3S2LNX1ST0ZUU77RR3OSMZBIPJC' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BOWLIV9HON29C29AWYSNPSN5YW8RZCDTV2NWTX9BQNHOL71SL6W2FI12LUYAGLIIYAIQ53UFMMB8ZL8AM88OGWHAFCWKM1CAXMB6CMJ33U3YOVKQKR45D356GN3TLOTJJQIR5T50BEQQVCEQ0WQKA18ZWCWQWW6M04MSTY85KJOO46LS891KU89TYB4SDVDNJJNR83LS7EPBYAI3WLFFBVOIXN7SUPEJMB4C96XTH9VZ20MOFE50EGPCPJTID024D' where id=85; -update noar ti set v1='BOWLIV9HON29C29AWYSNPSN5YW8RZCDTV2NWTX9BQNHOL71SL6W2FI12LUYAGLIIYAIQ53UFMMB8ZL8AM88OGWHAFCWKM1CAXMB6CMJ33U3YOVKQKR45D356GN3TLOTJJQIR5T50BEQQVCEQ0WQKA18ZWCWQWW6M04MSTY85KJOO46LS891KU89TYB4SDVDNJJNR83LS7EPBYAI3WLFFBVOIXN7SUPEJMB4C96XTH9VZ20MOFE50EGPCPJTID024D' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SOUR5AWU95987LA1BKJSKXN6LQCGBTRMTTDTWEFAGSE9SPIUJHTYMX83MVKE4GR61YQ2VZ9FCF7U5Q8Y4Q7363WBRAHGMSUWNVIJMXD5LGNWHKQSWUC37VK9B4FGTCDLQ000NOZLVE6D5K1OR31K271BLNDSPV2MINO0KGJUYG7X7OYJI3MCO7OPMUYUW4BQ609BTX86LNPBWWPX9L4P2PB2HINDX4EVNH4Y6DW5ADFZJ265SUNFL6LHPNS2J7852' where id=85; -update noar ti set v2='SOUR5AWU95987LA1BKJSKXN6LQCGBTRMTTDTWEFAGSE9SPIUJHTYMX83MVKE4GR61YQ2VZ9FCF7U5Q8Y4Q7363WBRAHGMSUWNVIJMXD5LGNWHKQSWUC37VK9B4FGTCDLQ000NOZLVE6D5K1OR31K271BLNDSPV2MINO0KGJUYG7X7OYJI3MCO7OPMUYUW4BQ609BTX86LNPBWWPX9L4P2PB2HINDX4EVNH4Y6DW5ADFZJ265SUNFL6LHPNS2J7852' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OFT95IE0A713JR984C12GPELKFJXHFK4C9FH293BU8BTCVTP2USR6Q1XIVV2U5CIBVYPK6CYMLCFZKWGSO6QTL7P6XERZK5YLHQSLERKR488COK39IF97LC5V1TAEJB30EUM2S7UIP4UNZUC0C9FT5SE6JJZ881CSB7I654KEBIVM6JDI833Z6MQ62WDQIWJU6WSG9SNSAYN0SRCPDAE4TFWBXTV1P0T1CDH94FRUUYYG6PTMSMNXP2LIQPNHI6AX' where id=85; -update noar ti set v3='OFT95IE0A713JR984C12GPELKFJXHFK4C9FH293BU8BTCVTP2USR6Q1XIVV2U5CIBVYPK6CYMLCFZKWGSO6QTL7P6XERZK5YLHQSLERKR488COK39IF97LC5V1TAEJB30EUM2S7UIP4UNZUC0C9FT5SE6JJZ881CSB7I654KEBIVM6JDI833Z6MQ62WDQIWJU6WSG9SNSAYN0SRCPDAE4TFWBXTV1P0T1CDH94FRUUYYG6PTMSMNXP2LIQPNHI6AX' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7UELP5C694PXYWVGALCEANW32QF7VTKTW6JVU45W8Q84U56ZDT5ZXVA0SXC451E1YDVRHZ6G1MYAX80KDFB9KM6PYEC4IZ6AH0W4HQZE9AMUP84OFRY7BISUIUJX4NUFULGOQMBRRT3M2JEK5J166BGAVF0CH9EF29QLQGO0TD1Z57JG9R4SAA9X5O5A75RQPO0TLWP3RSFP6WMWW7T0PNF5FW54N1DUFMHOPZ8C7VBA1W7XEN9SRHZX01IPO0SIY' where id=86; -update noar ti set v0='7UELP5C694PXYWVGALCEANW32QF7VTKTW6JVU45W8Q84U56ZDT5ZXVA0SXC451E1YDVRHZ6G1MYAX80KDFB9KM6PYEC4IZ6AH0W4HQZE9AMUP84OFRY7BISUIUJX4NUFULGOQMBRRT3M2JEK5J166BGAVF0CH9EF29QLQGO0TD1Z57JG9R4SAA9X5O5A75RQPO0TLWP3RSFP6WMWW7T0PNF5FW54N1DUFMHOPZ8C7VBA1W7XEN9SRHZX01IPO0SIY' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='28TC3K6P40MD5AU2WQ6SVT0RRJB3OI687V90NGA2C24IGDWMV8FQRXFSROJT88HTX2DD4147FZMXT4UQIDLX6SNZOWGTWYEXY1X4DLI98UER1L5VYEPPPTBD5V5W31VER1G11JR2OZEKIWB9KC36ZE2HB64NF7ADH4W5FXQ0USR0N2O20P7M09V6EMQF9UTBEE30I8Y5E1DA56BZGWFI7M6B0V95K8C4KZJXAQ850B364JTUQ43ZGLYHEDWTO6D5A' where id=86; -update noar ti set v1='28TC3K6P40MD5AU2WQ6SVT0RRJB3OI687V90NGA2C24IGDWMV8FQRXFSROJT88HTX2DD4147FZMXT4UQIDLX6SNZOWGTWYEXY1X4DLI98UER1L5VYEPPPTBD5V5W31VER1G11JR2OZEKIWB9KC36ZE2HB64NF7ADH4W5FXQ0USR0N2O20P7M09V6EMQF9UTBEE30I8Y5E1DA56BZGWFI7M6B0V95K8C4KZJXAQ850B364JTUQ43ZGLYHEDWTO6D5A' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='APW7X4NNHGR8E8JKFQEXT6MV6TFPTKBY5BQ4ZAN5TWLV5JV2Q66U00ICNQHCBQY2SQ0LMS7NV4GWKGH5QNESTH2V9JNVCM9D2Z2J5QC2O39S8ME660EJ6E1A1GX04MSTX4N3CWK5L3XXOFOW236D1MODSB9UEESLROZO2XXC1W9WEZ0DVUQW3HV8OO7EHCKPHSUY9OS61US3AXATC5K163F4WRNJ7QOI7FTGXGI8MLUH0ZHRN1KR1OTEWWBB6B43M' where id=86; -update noar ti set v2='APW7X4NNHGR8E8JKFQEXT6MV6TFPTKBY5BQ4ZAN5TWLV5JV2Q66U00ICNQHCBQY2SQ0LMS7NV4GWKGH5QNESTH2V9JNVCM9D2Z2J5QC2O39S8ME660EJ6E1A1GX04MSTX4N3CWK5L3XXOFOW236D1MODSB9UEESLROZO2XXC1W9WEZ0DVUQW3HV8OO7EHCKPHSUY9OS61US3AXATC5K163F4WRNJ7QOI7FTGXGI8MLUH0ZHRN1KR1OTEWWBB6B43M' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TUUK19F8KL53VN9J1OPP65CU9ISFI6910WXSOY1Q1R9TD8WKS2NYADG92QHDP3H30DMWN316A0E3YV3FVUJ7FHWGCQX5KBMFHX2M9XBF2PM68E90AXQCYJX8ISMVQIPGV1WNKJX9VQ8SD0QLUIMUQ8DKHC4W4H33FTBLCAUBHIHAJSUM4HJF31VT7KVHD46II6FE641H9IMDATO61QIZZ3193Y8NI74NBI8PU84B6WBU0M474BLVN37S3SVDXAK2K' where id=86; -update noar ti set v3='TUUK19F8KL53VN9J1OPP65CU9ISFI6910WXSOY1Q1R9TD8WKS2NYADG92QHDP3H30DMWN316A0E3YV3FVUJ7FHWGCQX5KBMFHX2M9XBF2PM68E90AXQCYJX8ISMVQIPGV1WNKJX9VQ8SD0QLUIMUQ8DKHC4W4H33FTBLCAUBHIHAJSUM4HJF31VT7KVHD46II6FE641H9IMDATO61QIZZ3193Y8NI74NBI8PU84B6WBU0M474BLVN37S3SVDXAK2K' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='W924NAW8RD4RSFVX8J7UOLLJTBENRK0M2W3QCMSGD27WIYXHFUAR98KP309MQVTM89F5SDALA915L5QN1QPV8N18G21D64JL1A0ESHTFC2A3AY2UZ86JXTJFDRILIK55KZMZHUCFQUHUSSO8FKMKN2HBXT6YPKYNZ2Y3VBGN8ON490MHVR8PF2OPSNXWLN6MNAWDNE8TWXIY3S38FRJO53V5WESJX2APQBQS2PVYSZ1AA2RYF49TU6V3IMV7CMP7K' where id=87; -update noar ti set v0='W924NAW8RD4RSFVX8J7UOLLJTBENRK0M2W3QCMSGD27WIYXHFUAR98KP309MQVTM89F5SDALA915L5QN1QPV8N18G21D64JL1A0ESHTFC2A3AY2UZ86JXTJFDRILIK55KZMZHUCFQUHUSSO8FKMKN2HBXT6YPKYNZ2Y3VBGN8ON490MHVR8PF2OPSNXWLN6MNAWDNE8TWXIY3S38FRJO53V5WESJX2APQBQS2PVYSZ1AA2RYF49TU6V3IMV7CMP7K' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1WVKVB3U3UUIH5H5PQC1QY6AMRILRTZMDDH1I2DA6TTPEFLY0TRLWJ4TPO7LWIMJZPPO3NF0TV8FAK8C0EQFUYS33H9VQJ5AWOO8RQ3J9VG0ZKOTDC2Y0QBKFVB673WGK3KNLDAIJ0C3X4B39ZV6N8ZJVL4QNJ9QKPAE1DLHK51ADHMVP9Z5BV3GZ7TDBQIRJ4IXF5RAUL5G0XSMO2GNRFRH8GB9G6EBA3SJALT4H888Q271V7F80BH8TC3B8QTTU' where id=87; -update noar ti set v1='1WVKVB3U3UUIH5H5PQC1QY6AMRILRTZMDDH1I2DA6TTPEFLY0TRLWJ4TPO7LWIMJZPPO3NF0TV8FAK8C0EQFUYS33H9VQJ5AWOO8RQ3J9VG0ZKOTDC2Y0QBKFVB673WGK3KNLDAIJ0C3X4B39ZV6N8ZJVL4QNJ9QKPAE1DLHK51ADHMVP9Z5BV3GZ7TDBQIRJ4IXF5RAUL5G0XSMO2GNRFRH8GB9G6EBA3SJALT4H888Q271V7F80BH8TC3B8QTTU' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='X8CTNJVJXUM3AEPJEPAVUIZ69FDL6YGCIUEYOY3E2L8NAWP6OOXJWHWNM5E0DVD0L8KEOS2F5FOHT4C42ZQ8JJBAC1V4C8H0GNVD81XU0A9LYBWLK948QQLVLJ89XYQ5RNLSWVHJ3460TKYUTWEHF9AA9OAZ8WTBCSYNQEX8PO1AGWXLLPKPVI4DIO2VTQNDT5DU158Q2JXM5CBEP7RGHLPA3JSU77AN5VMIJ655RZWVTQ10GWH5UDGB2FX7KCS06' where id=87; -update noar ti set v2='X8CTNJVJXUM3AEPJEPAVUIZ69FDL6YGCIUEYOY3E2L8NAWP6OOXJWHWNM5E0DVD0L8KEOS2F5FOHT4C42ZQ8JJBAC1V4C8H0GNVD81XU0A9LYBWLK948QQLVLJ89XYQ5RNLSWVHJ3460TKYUTWEHF9AA9OAZ8WTBCSYNQEX8PO1AGWXLLPKPVI4DIO2VTQNDT5DU158Q2JXM5CBEP7RGHLPA3JSU77AN5VMIJ655RZWVTQ10GWH5UDGB2FX7KCS06' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='20WIS5WIPC05JWKY4TIGBXUBJRX6GT8HTOQSAHCKY6PHOQEF4230DZWMTJ342ACJRBXLKCHNTT0ZSXVPEGS33RB8ISHYQKZKAQ1TM4U9448OZ2VML6HH9Q105H1722V2OU80KWAUHNUYZXS5XUSJXKX4P56ALCJ35A9R58TYXFKIMNGF76MKIA5PRKRNN8PG7E3RLST2ROQWPS2KDU21CPDNC0BW4566Z5TXE26W7W2K6HHW8K8B63GZG3FCQTDT8' where id=87; -update noar ti set v3='20WIS5WIPC05JWKY4TIGBXUBJRX6GT8HTOQSAHCKY6PHOQEF4230DZWMTJ342ACJRBXLKCHNTT0ZSXVPEGS33RB8ISHYQKZKAQ1TM4U9448OZ2VML6HH9Q105H1722V2OU80KWAUHNUYZXS5XUSJXKX4P56ALCJ35A9R58TYXFKIMNGF76MKIA5PRKRNN8PG7E3RLST2ROQWPS2KDU21CPDNC0BW4566Z5TXE26W7W2K6HHW8K8B63GZG3FCQTDT8' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='U97O0SL9JV96D6A2D39Z50YV8SYRT1B4SZB6UTU6QDH3BFUUQJJAWG30Q58GIGK7COKJEDE0K7ILLCYFI7I0T1KHNGFVDR2IXN8HGVAPZ4WGQCZZPVLFNYHSG5MRCUWTVX2M5C12ZWJ7VBDX4X0V4J7Z3M0WFKPA205P0H2VKGDZJT7ZJYH5YNUVGITKUCZFFWCTC4HNT7XWOHM40BHLJ2G35JBX53VBI39IY2G9AAR2BNGS5A1U9HPCE2ATSULB4' where id=88; -update noar ti set v0='U97O0SL9JV96D6A2D39Z50YV8SYRT1B4SZB6UTU6QDH3BFUUQJJAWG30Q58GIGK7COKJEDE0K7ILLCYFI7I0T1KHNGFVDR2IXN8HGVAPZ4WGQCZZPVLFNYHSG5MRCUWTVX2M5C12ZWJ7VBDX4X0V4J7Z3M0WFKPA205P0H2VKGDZJT7ZJYH5YNUVGITKUCZFFWCTC4HNT7XWOHM40BHLJ2G35JBX53VBI39IY2G9AAR2BNGS5A1U9HPCE2ATSULB4' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WTSXJQ67WTTZ1DNKE9X15IDIVFJSYIQIQ4R9BHDCBJ2XBZBSGRNY9O73WU39ATPTMWHKMDCFQXNQ63FZR2SV1J4ASWXFYTVAV12K3U7RQZ6N1UGG2XFPWJ3VSLKZLRUXS9SS2P8247CQBGZGMCIY9LZIP2RGPNP4XRNXAEH8BST21MBC1CDEZ0MMTEX4PTKUGQOZCJ7JVLI3Y2BI7YVHW4NUDZC5UMMDHJV5EIY3A6SJEBL73J2YZDZA266C2S0JV' where id=88; -update noar ti set v1='WTSXJQ67WTTZ1DNKE9X15IDIVFJSYIQIQ4R9BHDCBJ2XBZBSGRNY9O73WU39ATPTMWHKMDCFQXNQ63FZR2SV1J4ASWXFYTVAV12K3U7RQZ6N1UGG2XFPWJ3VSLKZLRUXS9SS2P8247CQBGZGMCIY9LZIP2RGPNP4XRNXAEH8BST21MBC1CDEZ0MMTEX4PTKUGQOZCJ7JVLI3Y2BI7YVHW4NUDZC5UMMDHJV5EIY3A6SJEBL73J2YZDZA266C2S0JV' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Z953VOAWBDWIZH408RQYSSZ28SSTHEY58I2FRVJVGMO42KTAJJSL3UDHDGN42CLN3BTJ8GV0KUJCBWZE6XIPDPT2D33C0DHO4U7K8QL4Z1A6AEKTU7P0UU18AZXD9PTLCKRHY1WRIRZUI6W0QXV5G7X6RHMQERD25LVP0ZAD39CCBQI9HNFF7FDSBAGI3IS4UO9AS252GKSQU963IQ27JSA8WNU4VH9INY9722MS4HSNBX3VWGZ99VF84RMZ8SCXJ' where id=88; -update noar ti set v2='Z953VOAWBDWIZH408RQYSSZ28SSTHEY58I2FRVJVGMO42KTAJJSL3UDHDGN42CLN3BTJ8GV0KUJCBWZE6XIPDPT2D33C0DHO4U7K8QL4Z1A6AEKTU7P0UU18AZXD9PTLCKRHY1WRIRZUI6W0QXV5G7X6RHMQERD25LVP0ZAD39CCBQI9HNFF7FDSBAGI3IS4UO9AS252GKSQU963IQ27JSA8WNU4VH9INY9722MS4HSNBX3VWGZ99VF84RMZ8SCXJ' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='76U1FZRVSCSO9TDC3VM4WUQD2KUGL275IE8GIOX5YROJLZT4YQC5LHSIA224H41HCIG5SSSX6BWWLZIWQJEFMVUTL7K41FLDYWB5QJI3EGOWX9GK1ZI9C0NS30WVLU3EO0EFMQN6VEB8BOJ29Q67QR02V9NLQBUTK8HPA0CVCQE84QQCVTM5OEB1A6KBZLXKYM8J6RNBDAE6K54Z1I6WN0PWMIQFSFM69AF7S4RAQ7P4F8L35N43CKKON42PBA19O' where id=88; -update noar ti set v3='76U1FZRVSCSO9TDC3VM4WUQD2KUGL275IE8GIOX5YROJLZT4YQC5LHSIA224H41HCIG5SSSX6BWWLZIWQJEFMVUTL7K41FLDYWB5QJI3EGOWX9GK1ZI9C0NS30WVLU3EO0EFMQN6VEB8BOJ29Q67QR02V9NLQBUTK8HPA0CVCQE84QQCVTM5OEB1A6KBZLXKYM8J6RNBDAE6K54Z1I6WN0PWMIQFSFM69AF7S4RAQ7P4F8L35N43CKKON42PBA19O' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VCG4HHIMNE2CPDDYNIFZXOPGDUKXTZXRDYLKSCYKGJUGLAOXSY0E4A5IK2FFU9SGNM9LCRXFYN2E78POZVRCFZW86GPF13GTSB143PFYAC6MYSV0T5TZ17PEIJPAL4L8XDAYQSI0UL3NNDAD33ZBVNI4CQ1BIQR5YPMDV1JKBAJKMDH50A7LP74UJ04FYS6SU3G7O1VP7BANSEQPP9NUL2TI98FAE82NTKLDB1IVLKPRMSW2UKW6ZKKZFIVSJD1JB' where id=89; -update noar ti set v0='VCG4HHIMNE2CPDDYNIFZXOPGDUKXTZXRDYLKSCYKGJUGLAOXSY0E4A5IK2FFU9SGNM9LCRXFYN2E78POZVRCFZW86GPF13GTSB143PFYAC6MYSV0T5TZ17PEIJPAL4L8XDAYQSI0UL3NNDAD33ZBVNI4CQ1BIQR5YPMDV1JKBAJKMDH50A7LP74UJ04FYS6SU3G7O1VP7BANSEQPP9NUL2TI98FAE82NTKLDB1IVLKPRMSW2UKW6ZKKZFIVSJD1JB' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WMRA7SFBWL5UHPKDOLUZKFAJZHL4OE4B9LR2FW274ELGV4V8DNWH5HR1EYULNJ02456Z2DIN14LLJ98HKEVCI515VTUJFC5FJCY0L3REYZD4J3D65R4CIW3652M4N2CB1EDC3FKLI4P51I1D82QFGB9L69VBJSBSXQKL2ZZAKQPWHR7LL4BD2TJ9LPN931MNRAJY0ZGGVM6URDMG1DFVMWPNOKD0TXMJ78Y4KWBRNVUVRIGXA2F9ZZK9SIJMBJI6N' where id=89; -update noar ti set v1='WMRA7SFBWL5UHPKDOLUZKFAJZHL4OE4B9LR2FW274ELGV4V8DNWH5HR1EYULNJ02456Z2DIN14LLJ98HKEVCI515VTUJFC5FJCY0L3REYZD4J3D65R4CIW3652M4N2CB1EDC3FKLI4P51I1D82QFGB9L69VBJSBSXQKL2ZZAKQPWHR7LL4BD2TJ9LPN931MNRAJY0ZGGVM6URDMG1DFVMWPNOKD0TXMJ78Y4KWBRNVUVRIGXA2F9ZZK9SIJMBJI6N' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FM64YFV19LCIGG7TPJKDDP32S4HYDTBNLWV8D3J52GB3TGW2GS7710F35S7UC6IA601R9JSHRXEYPPE7WHARTK4KCEWN3IZX7V0ET0X32VCQWTYW1B6U55A53IAERRAMBMQ53F2DKL1615OQMJ0MZRZP32XAUBPP021F29VYPMT070DTCSAZQVK3Z3FVAWNT38MDMJ5G77YSA0XXY1UGCZW80DEPSE7FB2CQ6RXB02QCB7JXVAP4MKVJEFATT5NKE' where id=89; -update noar ti set v2='FM64YFV19LCIGG7TPJKDDP32S4HYDTBNLWV8D3J52GB3TGW2GS7710F35S7UC6IA601R9JSHRXEYPPE7WHARTK4KCEWN3IZX7V0ET0X32VCQWTYW1B6U55A53IAERRAMBMQ53F2DKL1615OQMJ0MZRZP32XAUBPP021F29VYPMT070DTCSAZQVK3Z3FVAWNT38MDMJ5G77YSA0XXY1UGCZW80DEPSE7FB2CQ6RXB02QCB7JXVAP4MKVJEFATT5NKE' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NR44FZDD8CTQKCLZYS3KNY37Q8M0RTL0UOCA74W4NV5ELFTNW3PM2HYCVPNGWAINKBJJ45XTEWDGHM8UJEICLM2URD76FPSPIFE854OPKQ0X2HGVF500X44ZQ09X5X6RRDQVIE0CMCPHSQ0G6E44I71EPKB86D0OXGMMMVC0DY61NKI8Y3GBXAC9OTMWP08RB1G2L00FMDVIEIZ53CW1OI6E6UPSLGIX0K00LBE0B91JPO3B73DR94NBPJQXKIUZY' where id=89; -update noar ti set v3='NR44FZDD8CTQKCLZYS3KNY37Q8M0RTL0UOCA74W4NV5ELFTNW3PM2HYCVPNGWAINKBJJ45XTEWDGHM8UJEICLM2URD76FPSPIFE854OPKQ0X2HGVF500X44ZQ09X5X6RRDQVIE0CMCPHSQ0G6E44I71EPKB86D0OXGMMMVC0DY61NKI8Y3GBXAC9OTMWP08RB1G2L00FMDVIEIZ53CW1OI6E6UPSLGIX0K00LBE0B91JPO3B73DR94NBPJQXKIUZY' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9RA2VTN2QX9RUZT9O8MBOB7YJB6V2EWXH9BPCH2RNVPNQB6B27NLXRMRQ0U4Q71M5EJKYDLX2WGNFLUPEMX3YT3Q5ZCJROMDXARPDALZG741Q63MYR8BBUPJYHU1B97OE93AZE3HUCB5IU8C3TFROVN3LWA20DRYIJY7WY54YNDPF45B59U0OE9O59NDD325P7LJ3WRIS3L49F7QX7JCHUXNDGZ9PACGIBEDOPE0MQ9OETUQN4DDBZRPI5WRDE2HR' where id=90; -update noar ti set v0='9RA2VTN2QX9RUZT9O8MBOB7YJB6V2EWXH9BPCH2RNVPNQB6B27NLXRMRQ0U4Q71M5EJKYDLX2WGNFLUPEMX3YT3Q5ZCJROMDXARPDALZG741Q63MYR8BBUPJYHU1B97OE93AZE3HUCB5IU8C3TFROVN3LWA20DRYIJY7WY54YNDPF45B59U0OE9O59NDD325P7LJ3WRIS3L49F7QX7JCHUXNDGZ9PACGIBEDOPE0MQ9OETUQN4DDBZRPI5WRDE2HR' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H7MXPHCXU68PMAWFC6SU169CQBAWUWUJ1PQOW7W1LXBRHRQGFBWIQ8VC3M7CVLWLSYCSDXTU5VJF03POHY6IT984LBXN5IY33KT1LAVKSD16GZ40AX4IIPBY29LWJSW7OLKID9M6WHWHI2LYMQ4O2DAZJ41L8TNNY9VT3NRP6PBXCOZPF07L9B2VWM8ISOLYN9BA235DWQSZCKON67VC62GM2TD9T9B8U9DCB89CSCS4SR7F0QS3C4EDZ8IRPK3IG' where id=90; -update noar ti set v1='H7MXPHCXU68PMAWFC6SU169CQBAWUWUJ1PQOW7W1LXBRHRQGFBWIQ8VC3M7CVLWLSYCSDXTU5VJF03POHY6IT984LBXN5IY33KT1LAVKSD16GZ40AX4IIPBY29LWJSW7OLKID9M6WHWHI2LYMQ4O2DAZJ41L8TNNY9VT3NRP6PBXCOZPF07L9B2VWM8ISOLYN9BA235DWQSZCKON67VC62GM2TD9T9B8U9DCB89CSCS4SR7F0QS3C4EDZ8IRPK3IG' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BERHOT2VM8OBVA2MPC9HOZDS3I5KAXP2CZFF4AC4N8KF0UZEEH3GE756Y7W8C58U21MXFKUMZNYYS4I88JK8UVZ1KAPR495OUUMKLTYBXTG0WPIKALS09QC2AG5GI7L2GJK1YOPJRWMAQ6I3DUJZ78XRLRL0V8M46NLPAF6Q1SHIOJSALM5WKZ6O70ON8RNTNQAC0OD1GL901U1ZMJKWE7XMETT1J0JBGF0BH9JWVMZBYYAKRWNT5GU8MTRX672OB' where id=90; -update noar ti set v2='BERHOT2VM8OBVA2MPC9HOZDS3I5KAXP2CZFF4AC4N8KF0UZEEH3GE756Y7W8C58U21MXFKUMZNYYS4I88JK8UVZ1KAPR495OUUMKLTYBXTG0WPIKALS09QC2AG5GI7L2GJK1YOPJRWMAQ6I3DUJZ78XRLRL0V8M46NLPAF6Q1SHIOJSALM5WKZ6O70ON8RNTNQAC0OD1GL901U1ZMJKWE7XMETT1J0JBGF0BH9JWVMZBYYAKRWNT5GU8MTRX672OB' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DG0AZ96PWXZ5SVPKJS4BPMAH2EG1HZDDWDQ1ZEDE23289HXTJC8X1ZNYL6YFA7HVULYRQAIYI83B0KJL81ABAKFT4HIJVODY5I93IRMQ4UB5OJD5IUKK3KUZ0AE0WE6DR0DLQOR658LOE4JIJV5MQSME1TN4L0LGXBQP3BIDC51O5E8QO0A7O15Q6M6CH5422SZONJZ22IZULZ1FFMUN7WOGQO5YNSG45ELUXDDPS3PSV9JSXLIKMETZ49EX0ZX0V' where id=90; -update noar ti set v3='DG0AZ96PWXZ5SVPKJS4BPMAH2EG1HZDDWDQ1ZEDE23289HXTJC8X1ZNYL6YFA7HVULYRQAIYI83B0KJL81ABAKFT4HIJVODY5I93IRMQ4UB5OJD5IUKK3KUZ0AE0WE6DR0DLQOR658LOE4JIJV5MQSME1TN4L0LGXBQP3BIDC51O5E8QO0A7O15Q6M6CH5422SZONJZ22IZULZ1FFMUN7WOGQO5YNSG45ELUXDDPS3PSV9JSXLIKMETZ49EX0ZX0V' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BY5VWBEC5OEZECT5LR3XEWZOF0173U98NH3B12LMVHUE46I7IJI7XCT9N19Z15BUYNXL66F9SM3N9B8FBTEBMNGVOB407ZJ4G6L4MDCV9B9MQKH8VSRQKSAZ4WCKJSYHAS4YKWQEYK34SHN50OL3RNZVP8EV597JIZSFJ2SHMJHTL65S4AU7SJGZ9T72JGHK8S2R9M29NDJIC49NIDRWHMYYXFD124QCVB8W8HV8AU2Q3XRFNJWH7XJGJA1483Z5K' where id=91; -update noar ti set v0='BY5VWBEC5OEZECT5LR3XEWZOF0173U98NH3B12LMVHUE46I7IJI7XCT9N19Z15BUYNXL66F9SM3N9B8FBTEBMNGVOB407ZJ4G6L4MDCV9B9MQKH8VSRQKSAZ4WCKJSYHAS4YKWQEYK34SHN50OL3RNZVP8EV597JIZSFJ2SHMJHTL65S4AU7SJGZ9T72JGHK8S2R9M29NDJIC49NIDRWHMYYXFD124QCVB8W8HV8AU2Q3XRFNJWH7XJGJA1483Z5K' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XU9BJBHS59RVNU7W4MZDQKQLKV55OE39Z6AELRZDWS9E3T5TH7S68Y2PCDV9KS9LFJHMD9N1GQ2VRJCMQ6OHEYN16S9CSBHLYMWAINSZEWGE7KFBS8V2LNKJJSFGX0AI4XB4UKVJ4K863NPGUFLAG5EYUTI70VA6XZDNFWFLJ6FU24JT5Y7IUYKDFZIF03JWAD5B6T2EG5NP1W1L5QXF8AHL1MOWLVQVFPR1TRP97E1EIQUPNH5FZRRYH6A8IRX2A' where id=91; -update noar ti set v1='XU9BJBHS59RVNU7W4MZDQKQLKV55OE39Z6AELRZDWS9E3T5TH7S68Y2PCDV9KS9LFJHMD9N1GQ2VRJCMQ6OHEYN16S9CSBHLYMWAINSZEWGE7KFBS8V2LNKJJSFGX0AI4XB4UKVJ4K863NPGUFLAG5EYUTI70VA6XZDNFWFLJ6FU24JT5Y7IUYKDFZIF03JWAD5B6T2EG5NP1W1L5QXF8AHL1MOWLVQVFPR1TRP97E1EIQUPNH5FZRRYH6A8IRX2A' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y5XLFYPAC8RVPEJ1B66GRC8KRTF5B8QLD2913Z4BUEFT37B5EMZC7YEQEXD6ZS521BEOOOIDPY769L9BNV4UDAW7TNK5XT9ZNA7N1JR80MQ4IYBXT09SLZFZAAMQAX6JQEF11TIP59VP9DJWAIQ11AF7WNU2PSK2YDAPPC597D2T495U0ZKDWMUHHWKP1CHV5FP9CBKCRDYOZ0MCA8KQQRJLWDFQGOJPIGCZK69R0QBNTMZZHRUTBOGXURB18ZD6Z' where id=91; -update noar ti set v2='Y5XLFYPAC8RVPEJ1B66GRC8KRTF5B8QLD2913Z4BUEFT37B5EMZC7YEQEXD6ZS521BEOOOIDPY769L9BNV4UDAW7TNK5XT9ZNA7N1JR80MQ4IYBXT09SLZFZAAMQAX6JQEF11TIP59VP9DJWAIQ11AF7WNU2PSK2YDAPPC597D2T495U0ZKDWMUHHWKP1CHV5FP9CBKCRDYOZ0MCA8KQQRJLWDFQGOJPIGCZK69R0QBNTMZZHRUTBOGXURB18ZD6Z' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OOSZLCXP95N5GMEUKD01RK0TISEK6HY51S9VQFW17ZGTGSM9RKCHTRLY0GLHNUYSYPZSF43BSFUPBLBAF6P5FI714BOQVU15WPB6ELULI8Z7HOWYW2RZ5LK6XTC7RKL8VUZNC13A63C7JKLOZ009VCLQY9QFU1SKLOSMX67SI97VO8YGQ9G36JZGAOK03N0MC8Z2RIR3NV3MNXP5HCDGHY7KFQDE87A7ZSYLH6S5FZH7QEEK725FTYYKBI7JP0T2S' where id=91; -update noar ti set v3='OOSZLCXP95N5GMEUKD01RK0TISEK6HY51S9VQFW17ZGTGSM9RKCHTRLY0GLHNUYSYPZSF43BSFUPBLBAF6P5FI714BOQVU15WPB6ELULI8Z7HOWYW2RZ5LK6XTC7RKL8VUZNC13A63C7JKLOZ009VCLQY9QFU1SKLOSMX67SI97VO8YGQ9G36JZGAOK03N0MC8Z2RIR3NV3MNXP5HCDGHY7KFQDE87A7ZSYLH6S5FZH7QEEK725FTYYKBI7JP0T2S' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SWPRMOJ2CCDN6IZKX7XKJ4R33MA06UVL4F2OEDUUS8W3WBWGZG5PHZZZY25FIUY99CG8T7GWGMJIGN4HOIT502VIAA5JNVXAU4VU1O0IL13A5IDGMO2KRVNNU0DI37QWBXB8SP35Q4921639LJMSJGK0TGGT8GF6MCUP87GCX1ZF2ASSQ5SJVQS9Q25EODTI7N38MOION3AC3XQFNJ9KSGJAA3XGM2REU3DR6YIRXUA3UY4ELKZS115XX1PW8K27Z' where id=92; -update noar ti set v0='SWPRMOJ2CCDN6IZKX7XKJ4R33MA06UVL4F2OEDUUS8W3WBWGZG5PHZZZY25FIUY99CG8T7GWGMJIGN4HOIT502VIAA5JNVXAU4VU1O0IL13A5IDGMO2KRVNNU0DI37QWBXB8SP35Q4921639LJMSJGK0TGGT8GF6MCUP87GCX1ZF2ASSQ5SJVQS9Q25EODTI7N38MOION3AC3XQFNJ9KSGJAA3XGM2REU3DR6YIRXUA3UY4ELKZS115XX1PW8K27Z' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='92Q1PA0BZ0WGRWYO3I24IK5J1BUI8C4B98UGK8Y18SOR56EM9FMXCQUQPM8TUHYOE0H4QHRAUR0NIB7LR3YI9ZNDLDKITD9S17T2UCC1KXAOGVLTRCQQQ09N7HZ85M5P6ORP3EAYOIFAUSHNK4DBTA0KDRR5R1Z26H0653EO5DQSKO9VSAMPBEYSY49APBMQ2DXYHOBSWPPBDZ25UF3I4EM9TJCZS0CV49P0PLZ74JR68NV1EGBEOWX5IKS2T8MR8' where id=92; -update noar ti set v1='92Q1PA0BZ0WGRWYO3I24IK5J1BUI8C4B98UGK8Y18SOR56EM9FMXCQUQPM8TUHYOE0H4QHRAUR0NIB7LR3YI9ZNDLDKITD9S17T2UCC1KXAOGVLTRCQQQ09N7HZ85M5P6ORP3EAYOIFAUSHNK4DBTA0KDRR5R1Z26H0653EO5DQSKO9VSAMPBEYSY49APBMQ2DXYHOBSWPPBDZ25UF3I4EM9TJCZS0CV49P0PLZ74JR68NV1EGBEOWX5IKS2T8MR8' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2PLM212TWV9VABPG4RGJEHV3KA8QGKVSN1DXBRUZ3YPH4QJD6L09SO9TCDCU5G7553JEGAA2Z34LO4PZQU522YFSSL09Y22PZG3CISOFTVDDR84Z6ISJ4L59AKNSJ356BEENN4T7RB1Q1MVWA718JV1TAJ1UX61PYL8S8S5IGIT60NR06IAJRQQYNF0IV5LZ8VWQPRMJFZMY6T680466PPFLKUQ8TAP9E0VZUE6GRC3JU2X0ILDZPTZXZ2AG3GLKN' where id=92; -update noar ti set v2='2PLM212TWV9VABPG4RGJEHV3KA8QGKVSN1DXBRUZ3YPH4QJD6L09SO9TCDCU5G7553JEGAA2Z34LO4PZQU522YFSSL09Y22PZG3CISOFTVDDR84Z6ISJ4L59AKNSJ356BEENN4T7RB1Q1MVWA718JV1TAJ1UX61PYL8S8S5IGIT60NR06IAJRQQYNF0IV5LZ8VWQPRMJFZMY6T680466PPFLKUQ8TAP9E0VZUE6GRC3JU2X0ILDZPTZXZ2AG3GLKN' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D79Z78HLHH6AIWWOLDW19K4L4GQ3KUA3DMBZXLZ4HQJVK6YHE0WL9MA9VR2HODFIHBPEQZO7GOWIRNC9FF0PFGUW3ZAZY3ZUHPBTT80WJ9RB31XGUYLALD1TETSPMO12TA29FAWFTW2RGHX1SSWRVA484U7MSY960UCKXQ1YNSVG7YBDU6Z7W5AJU9VIJOV111VRFU3H5MLLGQG6ATAW200IN3JFB9Z60ZNW8ED88K251MILAC5Z6K8RZL4TE99CF' where id=92; -update noar ti set v3='D79Z78HLHH6AIWWOLDW19K4L4GQ3KUA3DMBZXLZ4HQJVK6YHE0WL9MA9VR2HODFIHBPEQZO7GOWIRNC9FF0PFGUW3ZAZY3ZUHPBTT80WJ9RB31XGUYLALD1TETSPMO12TA29FAWFTW2RGHX1SSWRVA484U7MSY960UCKXQ1YNSVG7YBDU6Z7W5AJU9VIJOV111VRFU3H5MLLGQG6ATAW200IN3JFB9Z60ZNW8ED88K251MILAC5Z6K8RZL4TE99CF' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QDZ079CUL8UK2JIJ60XUAT9PIDM2LLGPPQ8H8SP33IZEG41F7EOIW8BE69IIGCJO4XCORFVIERXCEW5SDR16ONXMF8SMM7ES6ECJ5CN350Y4LQWI9OSN48E88RY6UN00UHJK9RYIFKGK23O24CIUXHJ3SY287YO9WDAYG8N97D3EZZ8HXPF0DH5RFY5KLOF7WW6W7GYFCDEIQN9BMBH6S2ZDSQT008GSJ3QZMWPVC0BAVB1CE2DOHA08JQ9GIZRA1' where id=93; -update noar ti set v0='QDZ079CUL8UK2JIJ60XUAT9PIDM2LLGPPQ8H8SP33IZEG41F7EOIW8BE69IIGCJO4XCORFVIERXCEW5SDR16ONXMF8SMM7ES6ECJ5CN350Y4LQWI9OSN48E88RY6UN00UHJK9RYIFKGK23O24CIUXHJ3SY287YO9WDAYG8N97D3EZZ8HXPF0DH5RFY5KLOF7WW6W7GYFCDEIQN9BMBH6S2ZDSQT008GSJ3QZMWPVC0BAVB1CE2DOHA08JQ9GIZRA1' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ITZRRLA40OLHBR9H34H7T0ANTBQC61L659C5AD0BIJMC19DBI7Q4PHIPEMDT6J2EOW8DYFD1SVM7KMBP9B9PQ042DMO04SQS1VLOCKMGZ21163W4DJO0V4FCS8GOYG9V0PUVGZU6E05IOHMWCZYFLVK1JZU6VE6OJOUE9ZDIQ827TZG3MDXJ7I3LGTNOADZ9YYL170WGXNQTWUQYVACWANS1YJRJI1RQ390Q2MF1UNQY6H2130S86MIWXUH3KKKDP' where id=93; -update noar ti set v1='ITZRRLA40OLHBR9H34H7T0ANTBQC61L659C5AD0BIJMC19DBI7Q4PHIPEMDT6J2EOW8DYFD1SVM7KMBP9B9PQ042DMO04SQS1VLOCKMGZ21163W4DJO0V4FCS8GOYG9V0PUVGZU6E05IOHMWCZYFLVK1JZU6VE6OJOUE9ZDIQ827TZG3MDXJ7I3LGTNOADZ9YYL170WGXNQTWUQYVACWANS1YJRJI1RQ390Q2MF1UNQY6H2130S86MIWXUH3KKKDP' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D1Y72DH1QHIOQX9DPN8T57KEOAZXWMNB38VWXAPNAUDTUE1HV91LDM3BFWOOHNKP2GPSVMVYSI1HMOJSH4R4SIYSETFCL69U7VDR4E5W56RDSNG1M7HE2F7P8QSEHMCANMD4Q28F8Z520QU7E6JYWYRFEV08MOFR4STUNQZYA4RDGAAU1J90BAA5LOWHDSQE25K49JGFX2V28CWTQQM9LLVEEN6QE47NNFZ6MIN8P6DVWGOOKPUY6S6NUTC2S9TIZ' where id=93; -update noar ti set v2='D1Y72DH1QHIOQX9DPN8T57KEOAZXWMNB38VWXAPNAUDTUE1HV91LDM3BFWOOHNKP2GPSVMVYSI1HMOJSH4R4SIYSETFCL69U7VDR4E5W56RDSNG1M7HE2F7P8QSEHMCANMD4Q28F8Z520QU7E6JYWYRFEV08MOFR4STUNQZYA4RDGAAU1J90BAA5LOWHDSQE25K49JGFX2V28CWTQQM9LLVEEN6QE47NNFZ6MIN8P6DVWGOOKPUY6S6NUTC2S9TIZ' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='REYJHFU5RDQJF0DFD7KH22V3XJR77N3YJ54E0E8QL7R0OAJU5Z96OEM6JUMEQ9NR3QRF5YTIF96BHJ81M5NETO3ZNPAU98TPADGVYJTHJC2XA3HYOGBX4B14I4B51UPQXQLWII7RBECCFBHWKVI2FEOHISPVN5L04N5D1W4XPUNKC859XTRPE3X9V8Q1TAW972F4N8YZNUJ3925ODDTSA6ETVCN5XRH4XEP2TVO4B3MCQHUS0U1AP8WETSARCMP5V' where id=93; -update noar ti set v3='REYJHFU5RDQJF0DFD7KH22V3XJR77N3YJ54E0E8QL7R0OAJU5Z96OEM6JUMEQ9NR3QRF5YTIF96BHJ81M5NETO3ZNPAU98TPADGVYJTHJC2XA3HYOGBX4B14I4B51UPQXQLWII7RBECCFBHWKVI2FEOHISPVN5L04N5D1W4XPUNKC859XTRPE3X9V8Q1TAW972F4N8YZNUJ3925ODDTSA6ETVCN5XRH4XEP2TVO4B3MCQHUS0U1AP8WETSARCMP5V' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='09CPJ9QWKQC21LU2VE0WTRVPWJAVEOBOWA4L5XIEZH89Y5M8BLNVUSTVREYST0DL3R4E1FH9UVYR0XDCZ37B7XKJ25BJO39H3BW93FXW2SV2C4M5U50JF9RVMCWSIKMYWD840CZP4USDY0UKY5DOQY5NNFJHCXI22VX6DMCZ6JFJMX3L5HLYKSEXQ2SU1L55ZSZXPUIXD4C9MPWH6NU2QZVIJZO57DACX4BHQ87EA6BHTQPDXIXBLBG4VKOI2PZCF' where id=94; -update noar ti set v0='09CPJ9QWKQC21LU2VE0WTRVPWJAVEOBOWA4L5XIEZH89Y5M8BLNVUSTVREYST0DL3R4E1FH9UVYR0XDCZ37B7XKJ25BJO39H3BW93FXW2SV2C4M5U50JF9RVMCWSIKMYWD840CZP4USDY0UKY5DOQY5NNFJHCXI22VX6DMCZ6JFJMX3L5HLYKSEXQ2SU1L55ZSZXPUIXD4C9MPWH6NU2QZVIJZO57DACX4BHQ87EA6BHTQPDXIXBLBG4VKOI2PZCF' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SEVAP6S9DZJOJGXB984FWD0GB3XG8O3EG8OWBF7XIYDG2VTTH6ICMZ0VAMDVW3TYLPVR89EE9MX3W33EHLUL2B2ZDZPKY63NJVW1KXUESP1KXBYW2SJ1SZH2TPDZHH31FETK9S8O4N7G7MNE4DMKLVYY5UMQE1AXZ0K8UVS8KOR2P8V7OYNSDRWSXQ48DZJ0IB4LS145TWD38QEQY4OI7HKMJY82GJNH94DEZ19GOXA4UEFXI1XXPGH7IG8WS5DPY' where id=94; -update noar ti set v1='SEVAP6S9DZJOJGXB984FWD0GB3XG8O3EG8OWBF7XIYDG2VTTH6ICMZ0VAMDVW3TYLPVR89EE9MX3W33EHLUL2B2ZDZPKY63NJVW1KXUESP1KXBYW2SJ1SZH2TPDZHH31FETK9S8O4N7G7MNE4DMKLVYY5UMQE1AXZ0K8UVS8KOR2P8V7OYNSDRWSXQ48DZJ0IB4LS145TWD38QEQY4OI7HKMJY82GJNH94DEZ19GOXA4UEFXI1XXPGH7IG8WS5DPY' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FR8S6ZJAFR9MDHPM2KDE5K3OXV7D9DP3VIFH7C9R4Q8C79DUPSVNHUD6I7F9PI0GOD94YT0O5X3IX5WE9VUHJ47WQIDW9BOCVF8FDZ8S9YW2UE1U5H386U8X53RVACHB64VIYUSTBZ2S5KBVTCHT4RVC2HEI5NC49FBZMP785UOVAPFC7T9WSGQO2CHB9B9ZIJABS7US0OJVSRJR6GGEPKRQNO837G0KWOMVBCH77R4E3FQUI5VP29CTGOZJTA2X9' where id=94; -update noar ti set v2='FR8S6ZJAFR9MDHPM2KDE5K3OXV7D9DP3VIFH7C9R4Q8C79DUPSVNHUD6I7F9PI0GOD94YT0O5X3IX5WE9VUHJ47WQIDW9BOCVF8FDZ8S9YW2UE1U5H386U8X53RVACHB64VIYUSTBZ2S5KBVTCHT4RVC2HEI5NC49FBZMP785UOVAPFC7T9WSGQO2CHB9B9ZIJABS7US0OJVSRJR6GGEPKRQNO837G0KWOMVBCH77R4E3FQUI5VP29CTGOZJTA2X9' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M0QSCW7STQCRXOO3Y9GXVK417EVJG2GDTDN4NVRSVZAWOP5PMMCJB33CJR5ITNI1NHIG7Q4TEHVWGYRA6AUERJEGB3KYB1O5PEOZQ48Q3TSJ867ZC86Y02OWOP5ZZI0F0MTREN71E3FYFXOTIY9NQLOODMGO0LMKKVRQD9T54I99IE6U343LAUXW20CFGFLU2EZ9T3YRB5CGB2KCV2RLI0X7HPU9R61FMRI2E3S8PHDITQD4KRCEU5M87NL2TKSPG' where id=94; -update noar ti set v3='M0QSCW7STQCRXOO3Y9GXVK417EVJG2GDTDN4NVRSVZAWOP5PMMCJB33CJR5ITNI1NHIG7Q4TEHVWGYRA6AUERJEGB3KYB1O5PEOZQ48Q3TSJ867ZC86Y02OWOP5ZZI0F0MTREN71E3FYFXOTIY9NQLOODMGO0LMKKVRQD9T54I99IE6U343LAUXW20CFGFLU2EZ9T3YRB5CGB2KCV2RLI0X7HPU9R61FMRI2E3S8PHDITQD4KRCEU5M87NL2TKSPG' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DBOKEVKO10MXVDPTMT866DJ3NY58HR28BAASPR3UIB282Y59P0SXQ0949OLF4CXZN6YSSXAJOPO1Y2757CYBDL83SVW1EEVKSG61KTHPBPJ5PI8OZZI7WOZ1QF32S6O0HUCUY9XYXYYGA2WBUGQL7TQSNJYVJA9IYNDFPJHXH6IYVLXSLTSZ30AQVF4CZ6O0YDROMEKKDQGBQZRLZ2IVUXZP0WI4MREQ12MNXK540KYB4QFZ03T0MSYHN7QO9PU2Z' where id=95; -update noar ti set v0='DBOKEVKO10MXVDPTMT866DJ3NY58HR28BAASPR3UIB282Y59P0SXQ0949OLF4CXZN6YSSXAJOPO1Y2757CYBDL83SVW1EEVKSG61KTHPBPJ5PI8OZZI7WOZ1QF32S6O0HUCUY9XYXYYGA2WBUGQL7TQSNJYVJA9IYNDFPJHXH6IYVLXSLTSZ30AQVF4CZ6O0YDROMEKKDQGBQZRLZ2IVUXZP0WI4MREQ12MNXK540KYB4QFZ03T0MSYHN7QO9PU2Z' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='D40IC6Y9E3ZL1D344OYH1WO0231NF2KOBIEFTF4O4R5BNBFLJ6GGBULZJE3686X98JZLA70Y7ZQUUXJANKH62E0CZTKOHWQ45NGMHO8MZPGRG7IROQJFSPVMC7EZGBX8W5ZRDJKY0FCCNV2VXWTJD96LWHLGR57FWQGWQF0K0BD1VCIYIE7TDOA5COTL9RZJR7J6S36HGAYT41C7A6XITBRZYBMDPVXETQARII8O2Q7TP5D86QZAML1G2KTXDXWZS' where id=95; -update noar ti set v1='D40IC6Y9E3ZL1D344OYH1WO0231NF2KOBIEFTF4O4R5BNBFLJ6GGBULZJE3686X98JZLA70Y7ZQUUXJANKH62E0CZTKOHWQ45NGMHO8MZPGRG7IROQJFSPVMC7EZGBX8W5ZRDJKY0FCCNV2VXWTJD96LWHLGR57FWQGWQF0K0BD1VCIYIE7TDOA5COTL9RZJR7J6S36HGAYT41C7A6XITBRZYBMDPVXETQARII8O2Q7TP5D86QZAML1G2KTXDXWZS' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='W4W77CW3APJ6Q8HC96J5SWR2GG0OQLBD9KRJ3M9VOTK8CI8MMJMPDV4MD0HZYMQBE3UN2C0IOU35GQ3U8E3KN4A7CEAG8O4AP1V5ALNFZJ8D6MA4GAZV3WQFCA5WGWOH6FL7WWIC5TQYQ7L3NEH5MY836NT7MI224JGHYVW1Z9KIUP06KCNDZ945V8BJWUDYWMYYTXHO5QGPCUB0PLVECLLZPN5JWS6CJW53BK9OYEZV9YTQ2R0C0CI67VHYOY417' where id=95; -update noar ti set v2='W4W77CW3APJ6Q8HC96J5SWR2GG0OQLBD9KRJ3M9VOTK8CI8MMJMPDV4MD0HZYMQBE3UN2C0IOU35GQ3U8E3KN4A7CEAG8O4AP1V5ALNFZJ8D6MA4GAZV3WQFCA5WGWOH6FL7WWIC5TQYQ7L3NEH5MY836NT7MI224JGHYVW1Z9KIUP06KCNDZ945V8BJWUDYWMYYTXHO5QGPCUB0PLVECLLZPN5JWS6CJW53BK9OYEZV9YTQ2R0C0CI67VHYOY417' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4BBO20SI6KZ43QA7ASYSWV8OA5UQ1IW3H4Y5HCJH2VIN0ZJL3I69ZU4KQC5L2N2WV3ZPCYEPPYRDR63LYBCU3GOZK36XFLRHU8Q87Y8R9YC8GWP3Y5XNMPVA7IS8XQPRP775HJ7PFADLJE485EQMVZ447ITIM2WRIRYB6X2MG8JXLX3H4KJR23VLF7BZL4O3HOSQOYRKXAJI25V939RBDIUVNR4JT0NWTIDUB0J44I15V5U3358MMTM92UWJJ7PJI' where id=95; -update noar ti set v3='4BBO20SI6KZ43QA7ASYSWV8OA5UQ1IW3H4Y5HCJH2VIN0ZJL3I69ZU4KQC5L2N2WV3ZPCYEPPYRDR63LYBCU3GOZK36XFLRHU8Q87Y8R9YC8GWP3Y5XNMPVA7IS8XQPRP775HJ7PFADLJE485EQMVZ447ITIM2WRIRYB6X2MG8JXLX3H4KJR23VLF7BZL4O3HOSQOYRKXAJI25V939RBDIUVNR4JT0NWTIDUB0J44I15V5U3358MMTM92UWJJ7PJI' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XD58SW0WOZPSUK8BV3KRJTMDVB6ZHCGXA1VMQ5ITCGULPKN9Y379RE0TZIMJ4PTT824INEX0RXE8MKMSWZR8E78GU52W9U2ZQ3Z3NRBONYZIFJDTW0F0UE2T56FQ9IIV36GYVJFH336TP584WO0ZB1H73OJ3Z1DRWXW4YN0PNWLIWG888TBOLPFB5QDP0I80NPZMMNIDSKUBH80S019OZ1NF7QLDDEY2H4K1QJ0XG3J3GOF5DYUYGFS1X2W23JEXJ' where id=96; -update noar ti set v0='XD58SW0WOZPSUK8BV3KRJTMDVB6ZHCGXA1VMQ5ITCGULPKN9Y379RE0TZIMJ4PTT824INEX0RXE8MKMSWZR8E78GU52W9U2ZQ3Z3NRBONYZIFJDTW0F0UE2T56FQ9IIV36GYVJFH336TP584WO0ZB1H73OJ3Z1DRWXW4YN0PNWLIWG888TBOLPFB5QDP0I80NPZMMNIDSKUBH80S019OZ1NF7QLDDEY2H4K1QJ0XG3J3GOF5DYUYGFS1X2W23JEXJ' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TQCRSB14K5BFO78MT2YKNQT2AAEWCVYO63YPC71A7WQPTNYL7X5SHSCDOUHM2YD78KB52ENGBAIR9WE6V25MI20K22JCRMN115LQGX5JC7NEXHPN33N1BAL9Z24XEPTD3QSEX5C4GBWIHO1AUOEMTHXA9ONZFPB7ZD7PKA1CBC7H7736XS0MQP5XL11HH0SXBVQI8GUL5JYTCEU0Z7ATQJFL3IMLF7S97IPX2H9DW1VPKAVSWD01S7E3K47ESZKYZ' where id=96; -update noar ti set v1='TQCRSB14K5BFO78MT2YKNQT2AAEWCVYO63YPC71A7WQPTNYL7X5SHSCDOUHM2YD78KB52ENGBAIR9WE6V25MI20K22JCRMN115LQGX5JC7NEXHPN33N1BAL9Z24XEPTD3QSEX5C4GBWIHO1AUOEMTHXA9ONZFPB7ZD7PKA1CBC7H7736XS0MQP5XL11HH0SXBVQI8GUL5JYTCEU0Z7ATQJFL3IMLF7S97IPX2H9DW1VPKAVSWD01S7E3K47ESZKYZ' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O0LMFHUWRBTJ2RY5OS6ZOMO25H095ZEW1E172HBKDOJ0DOFFH03BJKO8UPQFJB6GAS3WPJENPDZNPDXJ1E0IQYK578Q529ZB9CKOMGILZ2DF9AQSYUPUXMLMA7D4QMLHU3R6LRA79U6WKSC1PT43TMTQOV4QLFI7CIA7G0MWR35AXMBWABYW5CWK9YVXKRH8SGNZIZ47GDR1X8KIV8SZKSVFOH1HARSXZ4UEEFIHX9HNG23AL73P5XDUWCNTVB75Q' where id=96; -update noar ti set v2='O0LMFHUWRBTJ2RY5OS6ZOMO25H095ZEW1E172HBKDOJ0DOFFH03BJKO8UPQFJB6GAS3WPJENPDZNPDXJ1E0IQYK578Q529ZB9CKOMGILZ2DF9AQSYUPUXMLMA7D4QMLHU3R6LRA79U6WKSC1PT43TMTQOV4QLFI7CIA7G0MWR35AXMBWABYW5CWK9YVXKRH8SGNZIZ47GDR1X8KIV8SZKSVFOH1HARSXZ4UEEFIHX9HNG23AL73P5XDUWCNTVB75Q' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IU3EZINLEE3FOULALFNKVCBWO1YPK01DOBWRO37TQMQ1YEL4ZSTDZVM5TUP875Y93YP7UQF279KJFF7Z36S7QAAC55F43EPDYBXUAC905WMVOZX81ZTLWOJDGTPRGQLUHA29WSATMX1U09E0AIILEPXL3T2DDBJWXZ6EZOOENBDWCIC6MC04RT6OA7O50JJKNY15PSJ1PJZQY79BG32GFSSP22I90VCH2XSMUEVY7B1N64Z44QKUABQG3YXGTM03F' where id=96; -update noar ti set v3='IU3EZINLEE3FOULALFNKVCBWO1YPK01DOBWRO37TQMQ1YEL4ZSTDZVM5TUP875Y93YP7UQF279KJFF7Z36S7QAAC55F43EPDYBXUAC905WMVOZX81ZTLWOJDGTPRGQLUHA29WSATMX1U09E0AIILEPXL3T2DDBJWXZ6EZOOENBDWCIC6MC04RT6OA7O50JJKNY15PSJ1PJZQY79BG32GFSSP22I90VCH2XSMUEVY7B1N64Z44QKUABQG3YXGTM03F' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B3HNSREC0R3SW37L1P9XDJ7ZDEPF7KIYPEC1MFMRRU9LHUPNAVJ4VBVRP0FMJJPZ4KXPDYXH9KWSXDHP1YNBS3HKK1IPACF31YIBHIRVCAS59T1DIF6CVRBFF5JW5LZQIONQ0L8DLIKF4PXDAMCN0097GOXY4ABPC23N1G03SCQTX2QTNOP1PDI9M6F7ZVBUHTNV5XBOK90PI6C9R1QF2Q5EULI9SBMOPZ5OAS8698WGVE685TLQWSJGNPD0G1AKA' where id=97; -update noar ti set v0='B3HNSREC0R3SW37L1P9XDJ7ZDEPF7KIYPEC1MFMRRU9LHUPNAVJ4VBVRP0FMJJPZ4KXPDYXH9KWSXDHP1YNBS3HKK1IPACF31YIBHIRVCAS59T1DIF6CVRBFF5JW5LZQIONQ0L8DLIKF4PXDAMCN0097GOXY4ABPC23N1G03SCQTX2QTNOP1PDI9M6F7ZVBUHTNV5XBOK90PI6C9R1QF2Q5EULI9SBMOPZ5OAS8698WGVE685TLQWSJGNPD0G1AKA' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YSMMAZZ1OPW08S47OJPLUV72RO2T2RIUZQREAQ75VE82SYAL6TSSA1MJ3O2A83O1TOAU7VBHAJ5IG4ODR05TY8BN6RFWUEZBJXRW6QOXKJCJ0VEY11Y8YD6JWWK5MHOLAD2FIF4G005RH7GE7TTWX2GONVHAQA4VR8JLVUUPSUV6CY19U0RXWNLP02BCQAEHMJL2F93UC97B08FH2JWT1ZTGYAAV86QYL0BUZ0UCF2895XV86XTSQ7F3TUVWZQEU6' where id=97; -update noar ti set v1='YSMMAZZ1OPW08S47OJPLUV72RO2T2RIUZQREAQ75VE82SYAL6TSSA1MJ3O2A83O1TOAU7VBHAJ5IG4ODR05TY8BN6RFWUEZBJXRW6QOXKJCJ0VEY11Y8YD6JWWK5MHOLAD2FIF4G005RH7GE7TTWX2GONVHAQA4VR8JLVUUPSUV6CY19U0RXWNLP02BCQAEHMJL2F93UC97B08FH2JWT1ZTGYAAV86QYL0BUZ0UCF2895XV86XTSQ7F3TUVWZQEU6' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6FNIPC8ALP3KX15590AW3P68ZPUY6WARFDS5EJ8BBJFVV4RAH6YZX7SDWFMWCTUTFMS0MHL0MXM3LNGRF32CIHKFREOEUBACJV9637UWB04RBOND7KHS73TYP7TBIEANJU49YU3TI881G6V568A4RW4J4EBYYOGMLIEEZS7V5YR8Z3V8AVHP1HBLA70SFWQFVAMILB87J8RY6TSLLRBRLQL9QYJ6Z25YGXCOHN4W2XA1DIDHM6I5I2YYCLAHIKUZR' where id=97; -update noar ti set v2='6FNIPC8ALP3KX15590AW3P68ZPUY6WARFDS5EJ8BBJFVV4RAH6YZX7SDWFMWCTUTFMS0MHL0MXM3LNGRF32CIHKFREOEUBACJV9637UWB04RBOND7KHS73TYP7TBIEANJU49YU3TI881G6V568A4RW4J4EBYYOGMLIEEZS7V5YR8Z3V8AVHP1HBLA70SFWQFVAMILB87J8RY6TSLLRBRLQL9QYJ6Z25YGXCOHN4W2XA1DIDHM6I5I2YYCLAHIKUZR' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G7BEQIQNCPL9V3SQY1ZY26BZQGH7L3K94FMCYZGCCVD45Z8TGJAKPUX8WBH6JGNSZVPP1BCJ8OSVCTD3EE8SVYMXFSY63ECQ4J5V98DGN2E7VYOL7DVJGBAAFNIH6Z04RPD3WDZLCD2OYJ8JFQ0XQJMJYTLT6JF29JXK7FWF8AREXQ2YZPL5X517D8DMRQVIOAM3M11AQSFNSC5GQOS981WACKFS6Z0USGKCSH8R1SHM7LB819CMNEZRON3BDNLTQ' where id=97; -update noar ti set v3='G7BEQIQNCPL9V3SQY1ZY26BZQGH7L3K94FMCYZGCCVD45Z8TGJAKPUX8WBH6JGNSZVPP1BCJ8OSVCTD3EE8SVYMXFSY63ECQ4J5V98DGN2E7VYOL7DVJGBAAFNIH6Z04RPD3WDZLCD2OYJ8JFQ0XQJMJYTLT6JF29JXK7FWF8AREXQ2YZPL5X517D8DMRQVIOAM3M11AQSFNSC5GQOS981WACKFS6Z0USGKCSH8R1SHM7LB819CMNEZRON3BDNLTQ' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='17YM75UB7JOWA4MKPQ5PJIYMIM6WVHKOKG4ZA6K4H4RM366MM19ORCT3N3P1LE10843AIPTUPN8HU3OJS3LUQLVFY4LEZ0C8UBHWI048T2GFG40AH5IMPJ4MJHTLWKURD5NIBVH27Y823RSKSJME5LYGEB85T292UGZAIBSV7QB8VPH5P85SHOSGQ6I4MX6SIR31SZOYG9DS7Z8ZEUXU46P974277X7947J7JJXEMCA9L147OBE6YK25WHM90YWMG' where id=98; -update noar ti set v0='17YM75UB7JOWA4MKPQ5PJIYMIM6WVHKOKG4ZA6K4H4RM366MM19ORCT3N3P1LE10843AIPTUPN8HU3OJS3LUQLVFY4LEZ0C8UBHWI048T2GFG40AH5IMPJ4MJHTLWKURD5NIBVH27Y823RSKSJME5LYGEB85T292UGZAIBSV7QB8VPH5P85SHOSGQ6I4MX6SIR31SZOYG9DS7Z8ZEUXU46P974277X7947J7JJXEMCA9L147OBE6YK25WHM90YWMG' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AW4O3Z601EYNZAGBNDECMQUMWIH1PRCKAQD78HL1169PK5KDCQS05DZJ32IH1WMU9WG57IN2VPFDEILS3PY4SO5ZIVOW4LC3IOPA28W6VMQW2EHMSIMLHV6D3THV6UDLANAXQG73WR5DMXZVLM7UXSF3SGI6J5KG1ZUUQFZZV7LGG7S45VL5I9UHI8XXK59VKSMSKKSPRALMZVLEIA8RTB23WA5MKDBN2KC8DE45FD47VCWS4OAHP7C9OWDAGV2S5' where id=98; -update noar ti set v1='AW4O3Z601EYNZAGBNDECMQUMWIH1PRCKAQD78HL1169PK5KDCQS05DZJ32IH1WMU9WG57IN2VPFDEILS3PY4SO5ZIVOW4LC3IOPA28W6VMQW2EHMSIMLHV6D3THV6UDLANAXQG73WR5DMXZVLM7UXSF3SGI6J5KG1ZUUQFZZV7LGG7S45VL5I9UHI8XXK59VKSMSKKSPRALMZVLEIA8RTB23WA5MKDBN2KC8DE45FD47VCWS4OAHP7C9OWDAGV2S5' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='74E41LJXI9JTWOC62IRCK1KHTNQKIUW4SWSW7BQXPLHP4NEL99X1VZB21G18PQNRP4J7DWDJE5ZO8DSGIP755HJW3JLM9VLWCLRB9ZXEHDDU8MO639CKOTLLGF5RLRGQTIXG35VDR3KE7D2OMTXJW2JFKWPBVPHS7F0WKMXO9H27PJ68BA2NS0GQ7RT4II0STLSIYMY6VVIZGD4XBVLUU7F0N2NCKQUGPAFOCOB3VAQO9CIXCOXBYJAE6PH36OJB0' where id=98; -update noar ti set v2='74E41LJXI9JTWOC62IRCK1KHTNQKIUW4SWSW7BQXPLHP4NEL99X1VZB21G18PQNRP4J7DWDJE5ZO8DSGIP755HJW3JLM9VLWCLRB9ZXEHDDU8MO639CKOTLLGF5RLRGQTIXG35VDR3KE7D2OMTXJW2JFKWPBVPHS7F0WKMXO9H27PJ68BA2NS0GQ7RT4II0STLSIYMY6VVIZGD4XBVLUU7F0N2NCKQUGPAFOCOB3VAQO9CIXCOXBYJAE6PH36OJB0' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NKAZHADTHWD0N0VHL47U7FMUM6O3MFZN2VAF9YPU98379ZJWS9IPPGPGCWD98V2SRAGBS1Y4WG6AKKVMIWXUZV0CUTZ51CKTPQJQ9BNBSLTGNZ3HC5QP9NITMGMXW7CNTUH1YFGAMN5X7VKE3NE7CNXDZQ6UYBQY03W6MNBRBU0VIWRWL2KUHPEWOI5XHVLDCTUWD5HDU7DJYZ0DRS2J6FXVT6H8JM2OF92XLO31R7Z8CYGECE70TWE0GOP9HU8CS' where id=98; -update noar ti set v3='NKAZHADTHWD0N0VHL47U7FMUM6O3MFZN2VAF9YPU98379ZJWS9IPPGPGCWD98V2SRAGBS1Y4WG6AKKVMIWXUZV0CUTZ51CKTPQJQ9BNBSLTGNZ3HC5QP9NITMGMXW7CNTUH1YFGAMN5X7VKE3NE7CNXDZQ6UYBQY03W6MNBRBU0VIWRWL2KUHPEWOI5XHVLDCTUWD5HDU7DJYZ0DRS2J6FXVT6H8JM2OF92XLO31R7Z8CYGECE70TWE0GOP9HU8CS' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2NTLB3QEKWW5DCDPV43TI8YHPOB8JMD56IRAH1Z8D2H722689BKRAMW638L59NXQRDQG0BOZ3WZK78M2RJRH1ILUOLK0K00MFQ9ATC8CO78PACPD2HMRN3MCJBKKLB0DCNB4J9S6EHTA4VY64NVG9MEUJ1TKE2PGHE8BKOR564PE6K2YD436EUMCVFAEJXQMSB9HYEWNOE3PTT4DNJYAIUK7JRQ7HEGNWX44IMSEOYDSMYEWEKOJSACQV3JYCNYTH' where id=99; -update noar ti set v0='2NTLB3QEKWW5DCDPV43TI8YHPOB8JMD56IRAH1Z8D2H722689BKRAMW638L59NXQRDQG0BOZ3WZK78M2RJRH1ILUOLK0K00MFQ9ATC8CO78PACPD2HMRN3MCJBKKLB0DCNB4J9S6EHTA4VY64NVG9MEUJ1TKE2PGHE8BKOR564PE6K2YD436EUMCVFAEJXQMSB9HYEWNOE3PTT4DNJYAIUK7JRQ7HEGNWX44IMSEOYDSMYEWEKOJSACQV3JYCNYTH' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U1U5AR0AJETU7MHC72BV30C6OAZLXY7KA0ML6AK18UZVIZVI7LAP6N4H5O9CZHOWZEDNGMH7MY81X1IXBFSIFPC3SQAH6Q11FU3K3GHQV0XUMDCIZW3QJFBTSA8GMT25D5KYY7NUTBG9K1966DT8HGB5TR455R7C4GQK1CGQU84A4MRMIL01A6GOUXQGIGPXKVCAPAM27PH9I950DC5R37BXV19JFHMQFC5KPESX9TI9DMPNX1AJG452MVNY60EP7' where id=99; -update noar ti set v1='U1U5AR0AJETU7MHC72BV30C6OAZLXY7KA0ML6AK18UZVIZVI7LAP6N4H5O9CZHOWZEDNGMH7MY81X1IXBFSIFPC3SQAH6Q11FU3K3GHQV0XUMDCIZW3QJFBTSA8GMT25D5KYY7NUTBG9K1966DT8HGB5TR455R7C4GQK1CGQU84A4MRMIL01A6GOUXQGIGPXKVCAPAM27PH9I950DC5R37BXV19JFHMQFC5KPESX9TI9DMPNX1AJG452MVNY60EP7' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4UT93HR61UO15A7VUFJK22JA2T0KLN6BSI96FMSVNM7335TJ9BQV2A6ZDNXBH3LHI6MJWIAR91ALJLDZKB328K49RJIBQYJLT5KKE93X9YDVPMH83XC2AV0SNSPCHWYRPXB9LD6OVM8PWFLOG3OTSPVIDELQHX36OHS7XI4Y5EOUYKHZUCVGB6AA6CAOPT83ISQ0C1WAMFOK2UTJN4B0U8AHPLYVL2X988X4ZGG3OJIOCSMXTV5N8RGC4LDU0VNJY' where id=99; -update noar ti set v2='4UT93HR61UO15A7VUFJK22JA2T0KLN6BSI96FMSVNM7335TJ9BQV2A6ZDNXBH3LHI6MJWIAR91ALJLDZKB328K49RJIBQYJLT5KKE93X9YDVPMH83XC2AV0SNSPCHWYRPXB9LD6OVM8PWFLOG3OTSPVIDELQHX36OHS7XI4Y5EOUYKHZUCVGB6AA6CAOPT83ISQ0C1WAMFOK2UTJN4B0U8AHPLYVL2X988X4ZGG3OJIOCSMXTV5N8RGC4LDU0VNJY' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FH4206H0AKGZAR04LTBY5CRSFC2WL9HU3GIIH93K1B2S87WGEIWKPH9CLJS572M5JIL1OR9R97M52X7ZUL90X6ORSY9MC44H6ITNB1XL6IRKZMYV1Q3E44W33L70HP0XXLYIPPPILG17SRQ3D4J6MKO0716J4Z79WLHU2EMETVR0H81OK6I77ER7YVGV9P9XXCUXZDBKUAN9FAZFWMCW2JE906FCKMHU71P99YI83VQS7GVYQRE1AMDHDP3Y5QLHT' where id=99; -update noar ti set v3='FH4206H0AKGZAR04LTBY5CRSFC2WL9HU3GIIH93K1B2S87WGEIWKPH9CLJS572M5JIL1OR9R97M52X7ZUL90X6ORSY9MC44H6ITNB1XL6IRKZMYV1Q3E44W33L70HP0XXLYIPPPILG17SRQ3D4J6MKO0716J4Z79WLHU2EMETVR0H81OK6I77ER7YVGV9P9XXCUXZDBKUAN9FAZFWMCW2JE906FCKMHU71P99YI83VQS7GVYQRE1AMDHDP3Y5QLHT' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varbinary(32) null, -v1 varbinary(32) null, -v2 varbinary(32) null, -v3 varbinary(32) null, -b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='4CP5X4JI3BIPVDNO7Z7P2CTN520K4QDCN' where id=2; -update noar ti set v0='4CP5X4JI3BIPVDNO7Z7P2CTN520K4QDCN' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HC7PYXH7C9WR60ULA4OMWD4BMR48R8UX5' where id=2; -update noar ti set v1='HC7PYXH7C9WR60ULA4OMWD4BMR48R8UX5' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='K5FHOKK2G9C86C3A303DU0FSQQKMFB3YB' where id=2; -update noar ti set v2='K5FHOKK2G9C86C3A303DU0FSQQKMFB3YB' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2CXQ1CMYFAWE2LR87ZBMZOC9CQK8OTVSL' where id=2; -update noar ti set v3='2CXQ1CMYFAWE2LR87ZBMZOC9CQK8OTVSL' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='793DR4UA07GWZNEPR58V97HAGQ3I6D6Y2' where id=3; -update noar ti set v0='793DR4UA07GWZNEPR58V97HAGQ3I6D6Y2' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PFBZXCNZYYHWVK5LSXPDQ35QIWY6UBPY7' where id=3; -update noar ti set v1='PFBZXCNZYYHWVK5LSXPDQ35QIWY6UBPY7' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CH11HV0RFRP15DHTDY3SN1F5OG7SPPQ3F' where id=3; -update noar ti set v2='CH11HV0RFRP15DHTDY3SN1F5OG7SPPQ3F' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='U011IYJDGLMK4GV05MS9HGF7LF9Q95H2C' where id=3; -update noar ti set v3='U011IYJDGLMK4GV05MS9HGF7LF9Q95H2C' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BB737V4GRTKP57V34ST6L32J3S758HZSD' where id=4; -update noar ti set v0='BB737V4GRTKP57V34ST6L32J3S758HZSD' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0RWSKTVOOQQSKPSFJXP8EIUQ3UU3KXYB6' where id=4; -update noar ti set v1='0RWSKTVOOQQSKPSFJXP8EIUQ3UU3KXYB6' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2GO899F93HU6LIEJNZUOB7J9C9GV46MMK' where id=4; -update noar ti set v2='2GO899F93HU6LIEJNZUOB7J9C9GV46MMK' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8V2N9BGK197IGQD41I3WDI05UYS5J3SNI' where id=4; -update noar ti set v3='8V2N9BGK197IGQD41I3WDI05UYS5J3SNI' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9X7RAASZNH2LCGYKFZJBPTVPZKCACM79O' where id=5; -update noar ti set v0='9X7RAASZNH2LCGYKFZJBPTVPZKCACM79O' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WYARYZCZR9QTCE688SBNNLZ9FDSOX14NY' where id=5; -update noar ti set v1='WYARYZCZR9QTCE688SBNNLZ9FDSOX14NY' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VGD9E8B19FGQYPDNYZM5QVA63HTBHTUGY' where id=5; -update noar ti set v2='VGD9E8B19FGQYPDNYZM5QVA63HTBHTUGY' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JDI5QW4YD7KWG94L73DTK6W3VV4XV3XUU' where id=5; -update noar ti set v3='JDI5QW4YD7KWG94L73DTK6W3VV4XV3XUU' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6OBVEQVQFNVF857T56VJXICJJF5KQL7GJ' where id=6; -update noar ti set v0='6OBVEQVQFNVF857T56VJXICJJF5KQL7GJ' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MJOESFBM818ISRN9P4H0WUPJN48SDCTAT' where id=6; -update noar ti set v1='MJOESFBM818ISRN9P4H0WUPJN48SDCTAT' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QH92HZ1IG9A4HWAX2OFG2CWCW9E5V9RZR' where id=6; -update noar ti set v2='QH92HZ1IG9A4HWAX2OFG2CWCW9E5V9RZR' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HNXV83AOO765VV601XAV74WK28MNSC8TE' where id=6; -update noar ti set v3='HNXV83AOO765VV601XAV74WK28MNSC8TE' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='U49CZSR017AKFJ3BX6YDCY9F1OARJ4UTT' where id=7; -update noar ti set v0='U49CZSR017AKFJ3BX6YDCY9F1OARJ4UTT' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RZTYCA4IBDJGC7M74CT2RS899HECRQH7O' where id=7; -update noar ti set v1='RZTYCA4IBDJGC7M74CT2RS899HECRQH7O' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KT312E7DD2LNM91XIAMBUFOTJRHBYNZJ2' where id=7; -update noar ti set v2='KT312E7DD2LNM91XIAMBUFOTJRHBYNZJ2' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FDSOY3E49UUGWPW8ZRGLGMH7OGX1GPIQW' where id=7; -update noar ti set v3='FDSOY3E49UUGWPW8ZRGLGMH7OGX1GPIQW' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CUO9CN8O71QR50KA5ONA2UVKJR1M8UQZM' where id=8; -update noar ti set v0='CUO9CN8O71QR50KA5ONA2UVKJR1M8UQZM' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EDGJ0L7LI1LJD0ZQ3W3EE9KPY9B858K2P' where id=8; -update noar ti set v1='EDGJ0L7LI1LJD0ZQ3W3EE9KPY9B858K2P' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5M22FGC8VPGXEIPZ42ILEDWKN4QGR7XRL' where id=8; -update noar ti set v2='5M22FGC8VPGXEIPZ42ILEDWKN4QGR7XRL' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PQTMEVXQ1Y6MP4FFTK40UUY77OJY9VPPI' where id=8; -update noar ti set v3='PQTMEVXQ1Y6MP4FFTK40UUY77OJY9VPPI' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6TK6YVBHDIR47H1VUITL8CNCADHPJSA6Y' where id=9; -update noar ti set v0='6TK6YVBHDIR47H1VUITL8CNCADHPJSA6Y' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OAU91413DXXAK7M0T9QGRBW2B0PL97FTG' where id=9; -update noar ti set v1='OAU91413DXXAK7M0T9QGRBW2B0PL97FTG' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EX4Y7MO577Z0NOCSSA52PA584HZ896YOJ' where id=9; -update noar ti set v2='EX4Y7MO577Z0NOCSSA52PA584HZ896YOJ' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TNJVERII0US72LZJOAP87UT6ZS320JI4C' where id=9; -update noar ti set v3='TNJVERII0US72LZJOAP87UT6ZS320JI4C' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KX4VD5NDNQYREB9HCNE40PFWIFWJNQCM8' where id=10; -update noar ti set v0='KX4VD5NDNQYREB9HCNE40PFWIFWJNQCM8' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MSBBYB879R6P45IGSCA3PV7TVYU6SMDJW' where id=10; -update noar ti set v1='MSBBYB879R6P45IGSCA3PV7TVYU6SMDJW' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='61UJL0OACRSO64FGWGFYQRC1DR8OI1W7Z' where id=10; -update noar ti set v2='61UJL0OACRSO64FGWGFYQRC1DR8OI1W7Z' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DJA5KVC44MAUOXVW58IXTY8KVDJ60W0RU' where id=10; -update noar ti set v3='DJA5KVC44MAUOXVW58IXTY8KVDJ60W0RU' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='F3KKDXYITEX2ZJGGXTFX12AK18R722YKV' where id=11; -update noar ti set v0='F3KKDXYITEX2ZJGGXTFX12AK18R722YKV' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BO0GMVUCD7J1SOKOM69WERXWQKET0AQOQ' where id=11; -update noar ti set v1='BO0GMVUCD7J1SOKOM69WERXWQKET0AQOQ' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='C5H8G7L00U1EF6Z6J6V6ZGGCU6G4GITBM' where id=11; -update noar ti set v2='C5H8G7L00U1EF6Z6J6V6ZGGCU6G4GITBM' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='X0FD3CKW82J2LAPC199SJV81Y6AKH3261' where id=11; -update noar ti set v3='X0FD3CKW82J2LAPC199SJV81Y6AKH3261' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J9M0SX7VQAJWD5RSY6OQRH54ZWPKTTRIG' where id=12; -update noar ti set v0='J9M0SX7VQAJWD5RSY6OQRH54ZWPKTTRIG' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MSWTOLNBO3TVXVUTQ418BHXJWVTIYFYP3' where id=12; -update noar ti set v1='MSWTOLNBO3TVXVUTQ418BHXJWVTIYFYP3' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BURRPFBYSCQCQA1P1B5GDN2FDI7KKBQD2' where id=12; -update noar ti set v2='BURRPFBYSCQCQA1P1B5GDN2FDI7KKBQD2' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AENI8YAP7HCL1VYZS7P7IPV7M4B9P16WR' where id=12; -update noar ti set v3='AENI8YAP7HCL1VYZS7P7IPV7M4B9P16WR' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T33IEGIGPA4YJTIGFY01S9ROY0WN2AHPJ' where id=13; -update noar ti set v0='T33IEGIGPA4YJTIGFY01S9ROY0WN2AHPJ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='A0KOR8TK5S1YUCGTJ141UAGPJC0IQUHA1' where id=13; -update noar ti set v1='A0KOR8TK5S1YUCGTJ141UAGPJC0IQUHA1' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IBO47UGFLR5YMS3OHOES3TFR2RJTNAUI4' where id=13; -update noar ti set v2='IBO47UGFLR5YMS3OHOES3TFR2RJTNAUI4' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9IJN8SQ9DKBSDZMVP5RTJ1N183N22LX9W' where id=13; -update noar ti set v3='9IJN8SQ9DKBSDZMVP5RTJ1N183N22LX9W' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VK7YYZ4DRDRLOXHDHO2376CMZ8O61OQG4' where id=14; -update noar ti set v0='VK7YYZ4DRDRLOXHDHO2376CMZ8O61OQG4' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='303BLIRJSIBC6RCSG6MUFJ0YDRJDA35UI' where id=14; -update noar ti set v1='303BLIRJSIBC6RCSG6MUFJ0YDRJDA35UI' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NTYW8UZE23Q6HGHCXWO25G1DRHS0L725A' where id=14; -update noar ti set v2='NTYW8UZE23Q6HGHCXWO25G1DRHS0L725A' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0DKIBFHRCR8T2T5VHOZM6V4TOC787AT4T' where id=14; -update noar ti set v3='0DKIBFHRCR8T2T5VHOZM6V4TOC787AT4T' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5YU92WTZXROC00E31GCF5R3WS1FRJJ1T0' where id=15; -update noar ti set v0='5YU92WTZXROC00E31GCF5R3WS1FRJJ1T0' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='03M43BN1ND9B2JUU03B49IPTQE2LM7FA5' where id=15; -update noar ti set v1='03M43BN1ND9B2JUU03B49IPTQE2LM7FA5' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4XIQFZDX4MXHH6BHKVZVJN0ROTRPZFXEJ' where id=15; -update noar ti set v2='4XIQFZDX4MXHH6BHKVZVJN0ROTRPZFXEJ' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M2SGE4XHADZWBQ1Q5QBN5LIYP82JJDDHE' where id=15; -update noar ti set v3='M2SGE4XHADZWBQ1Q5QBN5LIYP82JJDDHE' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DRVDZI5ZFD3UFRDA7Y4EZSXU6KTEXM5QU' where id=16; -update noar ti set v0='DRVDZI5ZFD3UFRDA7Y4EZSXU6KTEXM5QU' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GH8OBG3N7IT91MR877SKTLM6DVZS9N9HL' where id=16; -update noar ti set v1='GH8OBG3N7IT91MR877SKTLM6DVZS9N9HL' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P6ZM3JF3NJHTYHCRRLT1BAINKHSJR42XO' where id=16; -update noar ti set v2='P6ZM3JF3NJHTYHCRRLT1BAINKHSJR42XO' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GC2LVNHRNJ0WY14FJLVKFHVU4WKD1P2WJ' where id=16; -update noar ti set v3='GC2LVNHRNJ0WY14FJLVKFHVU4WKD1P2WJ' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7DPKSYB9BNPQR6ZFXUXGAUW5AAM49F6G5' where id=17; -update noar ti set v0='7DPKSYB9BNPQR6ZFXUXGAUW5AAM49F6G5' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='P5BHDAG1RH0P5HCM9584JBPXNM1MW4Z67' where id=17; -update noar ti set v1='P5BHDAG1RH0P5HCM9584JBPXNM1MW4Z67' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZGR15VERBSHFBXOE0X3IDQ1MGOS1CILMK' where id=17; -update noar ti set v2='ZGR15VERBSHFBXOE0X3IDQ1MGOS1CILMK' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6SGXIXYGD6EBYVQMMNDTE5GN229LZ2XJM' where id=17; -update noar ti set v3='6SGXIXYGD6EBYVQMMNDTE5GN229LZ2XJM' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2WQZCHQZ6YWLS4MHVN7MAXSA3R603FGX3' where id=18; -update noar ti set v0='2WQZCHQZ6YWLS4MHVN7MAXSA3R603FGX3' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TNQEFHY5LKKX5JRH78N952QAUJ88ZFX3R' where id=18; -update noar ti set v1='TNQEFHY5LKKX5JRH78N952QAUJ88ZFX3R' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='THRKPBKBBIB1IZO5CMSULQA73FOLUG540' where id=18; -update noar ti set v2='THRKPBKBBIB1IZO5CMSULQA73FOLUG540' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QZW6GAXQ41EIWZ841PIMWTHA7P05FFCWS' where id=18; -update noar ti set v3='QZW6GAXQ41EIWZ841PIMWTHA7P05FFCWS' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5EDU1258VE5LPJQRYTHZ8HIOZFQ81R2WN' where id=19; -update noar ti set v0='5EDU1258VE5LPJQRYTHZ8HIOZFQ81R2WN' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='775SD126XX2YC689R3K1MHUWD7IDGXC8D' where id=19; -update noar ti set v1='775SD126XX2YC689R3K1MHUWD7IDGXC8D' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WGFIGIJ4TXCLVTDMHMMBOL9TYSJT2U5J7' where id=19; -update noar ti set v2='WGFIGIJ4TXCLVTDMHMMBOL9TYSJT2U5J7' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B9R4R8WVPSW8UJSLM5XFHDLR4TR2VFAOQ' where id=19; -update noar ti set v3='B9R4R8WVPSW8UJSLM5XFHDLR4TR2VFAOQ' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JLL0RRC526GSC0OZ81S18P5RF6Z693OAB' where id=20; -update noar ti set v0='JLL0RRC526GSC0OZ81S18P5RF6Z693OAB' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4CFN1V3SZHMB880GPEMN4OZVS7JUFKD7H' where id=20; -update noar ti set v1='4CFN1V3SZHMB880GPEMN4OZVS7JUFKD7H' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='35QG2JL3N7FAXBV8VXBVNPWBYR9DFQK2J' where id=20; -update noar ti set v2='35QG2JL3N7FAXBV8VXBVNPWBYR9DFQK2J' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9OBSW8L1SSF2BH2HGKJVT1AJ3IUV2SV2T' where id=20; -update noar ti set v3='9OBSW8L1SSF2BH2HGKJVT1AJ3IUV2SV2T' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='46WNV380G1UCHVV2Y088QPDKW2XH7IQ34' where id=21; -update noar ti set v0='46WNV380G1UCHVV2Y088QPDKW2XH7IQ34' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UT74SRDGJ162PST8KYOHLNR9NBX4FDNZB' where id=21; -update noar ti set v1='UT74SRDGJ162PST8KYOHLNR9NBX4FDNZB' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PFNMIR36SAP05GKA8V84QPAEXFFXTJF1L' where id=21; -update noar ti set v2='PFNMIR36SAP05GKA8V84QPAEXFFXTJF1L' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8JPG5Z2F7Q82TXDAKY5XV5833VAIOXGS5' where id=21; -update noar ti set v3='8JPG5Z2F7Q82TXDAKY5XV5833VAIOXGS5' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0UKXDDT0GGG902TJUTEXP3WZX9YGUGI2H' where id=22; -update noar ti set v0='0UKXDDT0GGG902TJUTEXP3WZX9YGUGI2H' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KOJB5S4VNENEDL295MJCKSG0U6EWK2PCU' where id=22; -update noar ti set v1='KOJB5S4VNENEDL295MJCKSG0U6EWK2PCU' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='U0V3DCABX2ZDQ6RSB5PFLFNY2J01GCK6F' where id=22; -update noar ti set v2='U0V3DCABX2ZDQ6RSB5PFLFNY2J01GCK6F' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0Z3TPX143JBX447B6NJ3LWYMLZ00BBWKK' where id=22; -update noar ti set v3='0Z3TPX143JBX447B6NJ3LWYMLZ00BBWKK' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZY8EE75LVSXW4AU3EIL3B985J4TOH5IO1' where id=23; -update noar ti set v0='ZY8EE75LVSXW4AU3EIL3B985J4TOH5IO1' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='D5FD17Z0K5GAPV0CMS50B2IV75V4IUXZQ' where id=23; -update noar ti set v1='D5FD17Z0K5GAPV0CMS50B2IV75V4IUXZQ' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7MUR2EHV1TRV16HNTPJ00LOO01798AFNB' where id=23; -update noar ti set v2='7MUR2EHV1TRV16HNTPJ00LOO01798AFNB' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AREQ7QKLJF6ZN0Z0UK55U2MSYDAYELT23' where id=23; -update noar ti set v3='AREQ7QKLJF6ZN0Z0UK55U2MSYDAYELT23' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4Q504T13MWXR6ULK0YUWCRI4G3V50P6PF' where id=24; -update noar ti set v0='4Q504T13MWXR6ULK0YUWCRI4G3V50P6PF' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UK541KYG7R7XHGMES2U39VYTK3QMIP2I1' where id=24; -update noar ti set v1='UK541KYG7R7XHGMES2U39VYTK3QMIP2I1' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6BXFG7ZUBWMWKFYU4HX4XCXFBQEGU6ARA' where id=24; -update noar ti set v2='6BXFG7ZUBWMWKFYU4HX4XCXFBQEGU6ARA' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UXGAOQUET56F4Q22WM3HO3RR8STL3BTGX' where id=24; -update noar ti set v3='UXGAOQUET56F4Q22WM3HO3RR8STL3BTGX' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6MYJ4932OBD45L7YC3L5MRMS2PK3X4ODU' where id=25; -update noar ti set v0='6MYJ4932OBD45L7YC3L5MRMS2PK3X4ODU' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JVTGCDRKTA4GXTGEKXDFDV7PKMOGI9IG9' where id=25; -update noar ti set v1='JVTGCDRKTA4GXTGEKXDFDV7PKMOGI9IG9' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SRXI5GYYDI859KJSLAONF19LMWABF8WYK' where id=25; -update noar ti set v2='SRXI5GYYDI859KJSLAONF19LMWABF8WYK' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EFXY8QR9T5F65EG2W2R9JHT8WXCF0EK87' where id=25; -update noar ti set v3='EFXY8QR9T5F65EG2W2R9JHT8WXCF0EK87' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NSO4PI7CNZW5A428BJRH10CJBEH5PZ47Z' where id=26; -update noar ti set v0='NSO4PI7CNZW5A428BJRH10CJBEH5PZ47Z' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8KRE4HS895B1E53HZFOUC1PHZSKU1E8TD' where id=26; -update noar ti set v1='8KRE4HS895B1E53HZFOUC1PHZSKU1E8TD' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M2RROHXDEYBF08RUB7VVED0WMY4FPVDEA' where id=26; -update noar ti set v2='M2RROHXDEYBF08RUB7VVED0WMY4FPVDEA' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AMIARU95LSVVGGSA9GMRHMWR81NTHDJ2S' where id=26; -update noar ti set v3='AMIARU95LSVVGGSA9GMRHMWR81NTHDJ2S' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1NGJS2DZYT851F7V7Q9EN69E5OG6NI2GS' where id=27; -update noar ti set v0='1NGJS2DZYT851F7V7Q9EN69E5OG6NI2GS' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KDHJFRBIFTSSL50L43SRL8NIEH4AC29TV' where id=27; -update noar ti set v1='KDHJFRBIFTSSL50L43SRL8NIEH4AC29TV' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UWNFRLAWJFIE8HTGNVZSLJV8UWFOWYVGM' where id=27; -update noar ti set v2='UWNFRLAWJFIE8HTGNVZSLJV8UWFOWYVGM' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CM9KK9IA3R0JS36E4OPKN4X5P3J3QGXGW' where id=27; -update noar ti set v3='CM9KK9IA3R0JS36E4OPKN4X5P3J3QGXGW' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WXVL0VAU46AEAECLL4IWODIURRN1NRJ61' where id=28; -update noar ti set v0='WXVL0VAU46AEAECLL4IWODIURRN1NRJ61' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FLNXU7KAEBYIA1QVIPGAC0HQGA7CGYB97' where id=28; -update noar ti set v1='FLNXU7KAEBYIA1QVIPGAC0HQGA7CGYB97' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HZ5SSKV25ICEW6MOX1L5FTDCP5LKCTXXT' where id=28; -update noar ti set v2='HZ5SSKV25ICEW6MOX1L5FTDCP5LKCTXXT' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XNGMLS5BJ2IOZM3O0ZN5RQ5OU0O53KFQI' where id=28; -update noar ti set v3='XNGMLS5BJ2IOZM3O0ZN5RQ5OU0O53KFQI' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8X5BD0AQOLFSQRBAUMWH4ZH7KMOJMPM0X' where id=29; -update noar ti set v0='8X5BD0AQOLFSQRBAUMWH4ZH7KMOJMPM0X' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VY2VPMVG4EY938I04X0J8QQJVY5Z82ZCF' where id=29; -update noar ti set v1='VY2VPMVG4EY938I04X0J8QQJVY5Z82ZCF' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2DWL9ZHLGQKW5FX2WWLHHMXIECOP8KX5H' where id=29; -update noar ti set v2='2DWL9ZHLGQKW5FX2WWLHHMXIECOP8KX5H' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B8YMT03HGSMR4G1YQL64ZF89BFMOA3KVI' where id=29; -update noar ti set v3='B8YMT03HGSMR4G1YQL64ZF89BFMOA3KVI' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9TAHULKNSN78RRNNZCLZUVYNR15WBXPQ4' where id=30; -update noar ti set v0='9TAHULKNSN78RRNNZCLZUVYNR15WBXPQ4' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S90UAF4G65THLKJ32ZYHA1Q5ZMLOIK6ZL' where id=30; -update noar ti set v1='S90UAF4G65THLKJ32ZYHA1Q5ZMLOIK6ZL' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XQ3OENJ87EJGBGVR39SSBBPRPNDO7XOS5' where id=30; -update noar ti set v2='XQ3OENJ87EJGBGVR39SSBBPRPNDO7XOS5' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5M4X6EDWDA3VFBBCS5UMYGVL9BMNN0JD4' where id=30; -update noar ti set v3='5M4X6EDWDA3VFBBCS5UMYGVL9BMNN0JD4' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G9162K93ZFX25S2DA7WXGQPDTFWLWLUBZ' where id=31; -update noar ti set v0='G9162K93ZFX25S2DA7WXGQPDTFWLWLUBZ' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BPODCXXZ7O8GFZB9F6HNFU8E8JO5I825K' where id=31; -update noar ti set v1='BPODCXXZ7O8GFZB9F6HNFU8E8JO5I825K' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RPWSOAON5CGL6WZINYDISF7TCGITG2N4H' where id=31; -update noar ti set v2='RPWSOAON5CGL6WZINYDISF7TCGITG2N4H' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='X9VFTE9H7U6VZ2XGY1Z190UIAQ34VWS7K' where id=31; -update noar ti set v3='X9VFTE9H7U6VZ2XGY1Z190UIAQ34VWS7K' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MSPBDFB032UUMC2FJLZFOUECQ6X9SY6FN' where id=32; -update noar ti set v0='MSPBDFB032UUMC2FJLZFOUECQ6X9SY6FN' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7E975JP7W479XYPVAAFVAM77KWJR2WDV4' where id=32; -update noar ti set v1='7E975JP7W479XYPVAAFVAM77KWJR2WDV4' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D0FKVNIBA7C0MRDG1YSW5LE1GRCGXIPG8' where id=32; -update noar ti set v2='D0FKVNIBA7C0MRDG1YSW5LE1GRCGXIPG8' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='334N2FM0WB4O6SDH99VQTZNOGG21TOH9B' where id=32; -update noar ti set v3='334N2FM0WB4O6SDH99VQTZNOGG21TOH9B' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DCCZEXYNV3379AN2L2VM7FSRC15ZZM5D7' where id=33; -update noar ti set v0='DCCZEXYNV3379AN2L2VM7FSRC15ZZM5D7' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0M67C8QUZIA52ZKYHCMNP94WBU463XIIF' where id=33; -update noar ti set v1='0M67C8QUZIA52ZKYHCMNP94WBU463XIIF' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AIU7JVPC24UL6ZDCKG8XCQZSF66MD4CWI' where id=33; -update noar ti set v2='AIU7JVPC24UL6ZDCKG8XCQZSF66MD4CWI' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JI1W62A1K1IOZ9MY4PMC41RR15RW9K8SI' where id=33; -update noar ti set v3='JI1W62A1K1IOZ9MY4PMC41RR15RW9K8SI' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K3KOWVVOQD2SF82ZQ0FJ8M84JWR63GW7N' where id=34; -update noar ti set v0='K3KOWVVOQD2SF82ZQ0FJ8M84JWR63GW7N' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3RYTC4FST2JNIPZZLY3BVM6DNSV1BYGJO' where id=34; -update noar ti set v1='3RYTC4FST2JNIPZZLY3BVM6DNSV1BYGJO' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PGO9LB9WQQV6I18NB79CIVAOMW1UA5JG5' where id=34; -update noar ti set v2='PGO9LB9WQQV6I18NB79CIVAOMW1UA5JG5' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WXTST0S0NO9Q2XVKUFNLKNOHLPVR5WMW3' where id=34; -update noar ti set v3='WXTST0S0NO9Q2XVKUFNLKNOHLPVR5WMW3' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QCYAPRWZL02L8P0JHB9OYXZZUK7DKEMKZ' where id=35; -update noar ti set v0='QCYAPRWZL02L8P0JHB9OYXZZUK7DKEMKZ' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QX6HNVX1TSMS3KDCTS2UDMD01OSBHGSQA' where id=35; -update noar ti set v1='QX6HNVX1TSMS3KDCTS2UDMD01OSBHGSQA' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9A6BAW9ZMGUU1X16TWO30NZCKWD4C06TQ' where id=35; -update noar ti set v2='9A6BAW9ZMGUU1X16TWO30NZCKWD4C06TQ' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K6S6JOOP7RYSTYT4VEXL71VOGFBY4IPJD' where id=35; -update noar ti set v3='K6S6JOOP7RYSTYT4VEXL71VOGFBY4IPJD' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RI4ANVX8PMG3JB152YV1GBHGC4TL5E5SN' where id=36; -update noar ti set v0='RI4ANVX8PMG3JB152YV1GBHGC4TL5E5SN' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YHU9HEQYPBN5FGJZ74CBMBHAS24PMSCIE' where id=36; -update noar ti set v1='YHU9HEQYPBN5FGJZ74CBMBHAS24PMSCIE' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NWPLUBLTD2UXNG1IDR1UZAFE4VHDYDJPV' where id=36; -update noar ti set v2='NWPLUBLTD2UXNG1IDR1UZAFE4VHDYDJPV' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3J7QSZA1789TZYPWLD5BBHY8VPBI8DZLX' where id=36; -update noar ti set v3='3J7QSZA1789TZYPWLD5BBHY8VPBI8DZLX' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2T7IMNEKKTKT5UPRSSPK1868D0IAPWCVP' where id=37; -update noar ti set v0='2T7IMNEKKTKT5UPRSSPK1868D0IAPWCVP' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G2VKZN58QXC9K7DDT0JGXQDLWIAD0SJF1' where id=37; -update noar ti set v1='G2VKZN58QXC9K7DDT0JGXQDLWIAD0SJF1' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DJPEITEJ6M70B1MWMRIAXUIGQGTFOYYX7' where id=37; -update noar ti set v2='DJPEITEJ6M70B1MWMRIAXUIGQGTFOYYX7' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='62XLPFM3EUXBUEP4FBM4X7I6I08NMWXSM' where id=37; -update noar ti set v3='62XLPFM3EUXBUEP4FBM4X7I6I08NMWXSM' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='R912P2HF5EHVFY6OYWY328BV0MJWIYB02' where id=38; -update noar ti set v0='R912P2HF5EHVFY6OYWY328BV0MJWIYB02' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ITQL0YP43X806V16F60HUPA0FCKKDEC5D' where id=38; -update noar ti set v1='ITQL0YP43X806V16F60HUPA0FCKKDEC5D' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3MVKMCM37ET5Y3UJDMMS6885EM079QB3Z' where id=38; -update noar ti set v2='3MVKMCM37ET5Y3UJDMMS6885EM079QB3Z' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VMRBAP9TCGCN6X6FRBF5TM1JUMANKD9M6' where id=38; -update noar ti set v3='VMRBAP9TCGCN6X6FRBF5TM1JUMANKD9M6' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DT5E4D9CD7UG4RRZDU3NTGRGWLU8DREYP' where id=39; -update noar ti set v0='DT5E4D9CD7UG4RRZDU3NTGRGWLU8DREYP' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L9GU0DO74KS50X401JR3Q0A8WNUJ5IPEX' where id=39; -update noar ti set v1='L9GU0DO74KS50X401JR3Q0A8WNUJ5IPEX' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FA0WDNHT4UL3IMNHXK7OH3UKKHE1RX8N8' where id=39; -update noar ti set v2='FA0WDNHT4UL3IMNHXK7OH3UKKHE1RX8N8' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IFW24W1X1BB8UTD2VSQGK017K8OHXUW56' where id=39; -update noar ti set v3='IFW24W1X1BB8UTD2VSQGK017K8OHXUW56' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MKJKE3COIAQ3A67Y0RYOHOLFKDLL9GWAJ' where id=40; -update noar ti set v0='MKJKE3COIAQ3A67Y0RYOHOLFKDLL9GWAJ' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GLID9S2KYZB9ACCUWPYKMEDXWP7TG9MFE' where id=40; -update noar ti set v1='GLID9S2KYZB9ACCUWPYKMEDXWP7TG9MFE' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ST2VEUTOE96PSUJDSE8PEQRMH8YB35CTM' where id=40; -update noar ti set v2='ST2VEUTOE96PSUJDSE8PEQRMH8YB35CTM' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A3XJVUHBILK9OHEPUD57RUIRZNVYLG63S' where id=40; -update noar ti set v3='A3XJVUHBILK9OHEPUD57RUIRZNVYLG63S' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3UWR1YYR5HS6ZDU6MRQI7Y15UE24DK2S3' where id=41; -update noar ti set v0='3UWR1YYR5HS6ZDU6MRQI7Y15UE24DK2S3' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VAA4210P14672GH4DM6L0ECZYZ09OSDW8' where id=41; -update noar ti set v1='VAA4210P14672GH4DM6L0ECZYZ09OSDW8' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='B8F0TP4VR56U0LQ03DFHHK4JUJ9UB7ENT' where id=41; -update noar ti set v2='B8F0TP4VR56U0LQ03DFHHK4JUJ9UB7ENT' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FFQWF8RJT1PNQIEI57WSVIXHQ2LKTXCUP' where id=41; -update noar ti set v3='FFQWF8RJT1PNQIEI57WSVIXHQ2LKTXCUP' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O6VWMNB08WSKPY52C23PJ0EMB12D7M9ZA' where id=42; -update noar ti set v0='O6VWMNB08WSKPY52C23PJ0EMB12D7M9ZA' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XBXLZOAH7VXWIKBR2LWXG1NI53CZIXKQS' where id=42; -update noar ti set v1='XBXLZOAH7VXWIKBR2LWXG1NI53CZIXKQS' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ABJXY62V528OILRK03WD3Q9QBLFI1B28P' where id=42; -update noar ti set v2='ABJXY62V528OILRK03WD3Q9QBLFI1B28P' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AOXKZHVQHCA41PBLJJNSVEO2UEEFG2JK3' where id=42; -update noar ti set v3='AOXKZHVQHCA41PBLJJNSVEO2UEEFG2JK3' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9LHIQC9TVMFHHFI32KY0OS04GDZ1BTH0L' where id=43; -update noar ti set v0='9LHIQC9TVMFHHFI32KY0OS04GDZ1BTH0L' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RTS18K1IEHJNSA5NRQOZB4HAYBRZ0KJEV' where id=43; -update noar ti set v1='RTS18K1IEHJNSA5NRQOZB4HAYBRZ0KJEV' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='V5XQW02KVYP37BSQA5E8MOMOT9VTMJ40I' where id=43; -update noar ti set v2='V5XQW02KVYP37BSQA5E8MOMOT9VTMJ40I' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5Y4B39JWO22GQ2N9P4EO1TLXTWDFT0DEN' where id=43; -update noar ti set v3='5Y4B39JWO22GQ2N9P4EO1TLXTWDFT0DEN' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PGKK16QDOOCE96HKCVBLEMDCKVG9V1JMO' where id=44; -update noar ti set v0='PGKK16QDOOCE96HKCVBLEMDCKVG9V1JMO' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='78LW6GXX6Q16BPOVMOYSTYJWYHZ30TR8T' where id=44; -update noar ti set v1='78LW6GXX6Q16BPOVMOYSTYJWYHZ30TR8T' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QEAO4FTMGX0X009R64GRNAC0NRY8T0GOO' where id=44; -update noar ti set v2='QEAO4FTMGX0X009R64GRNAC0NRY8T0GOO' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2X16FM6TI5P79G3II2UQSLY1OVSAT12Q1' where id=44; -update noar ti set v3='2X16FM6TI5P79G3II2UQSLY1OVSAT12Q1' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ESXKX6USB9XY4FYXSD88PQI718391HAGN' where id=45; -update noar ti set v0='ESXKX6USB9XY4FYXSD88PQI718391HAGN' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0P2YNW03FRTHLLQ9FT78C37AUZ1TBV87F' where id=45; -update noar ti set v1='0P2YNW03FRTHLLQ9FT78C37AUZ1TBV87F' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='413UKX649L2MF40T6HAZDMA9BESDN115E' where id=45; -update noar ti set v2='413UKX649L2MF40T6HAZDMA9BESDN115E' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2Z7REP7QMAKJAVBAWMVGLLFVOGVC4ADUP' where id=45; -update noar ti set v3='2Z7REP7QMAKJAVBAWMVGLLFVOGVC4ADUP' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8KI3Q799YHUYLMA944I8S0JVXGMXLVZSS' where id=46; -update noar ti set v0='8KI3Q799YHUYLMA944I8S0JVXGMXLVZSS' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TVI3CYJHZUT2AZSP876R33HS83Z5TPAW5' where id=46; -update noar ti set v1='TVI3CYJHZUT2AZSP876R33HS83Z5TPAW5' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RUQ9TZZR1NSFJVTK4220PVZXY8HNFOHQO' where id=46; -update noar ti set v2='RUQ9TZZR1NSFJVTK4220PVZXY8HNFOHQO' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MFMAMIJELQQ8IC9LCYM7UQ4MFXKESN5KN' where id=46; -update noar ti set v3='MFMAMIJELQQ8IC9LCYM7UQ4MFXKESN5KN' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8BYHXNU3NL88TA0WKJFIR4CV28YSEQMW3' where id=47; -update noar ti set v0='8BYHXNU3NL88TA0WKJFIR4CV28YSEQMW3' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QM4BZK70S004B16MVPFPE4MIPYNXEFSX0' where id=47; -update noar ti set v1='QM4BZK70S004B16MVPFPE4MIPYNXEFSX0' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S65PJ06W6S1K6TM82Y2T9FJV161KFAGT5' where id=47; -update noar ti set v2='S65PJ06W6S1K6TM82Y2T9FJV161KFAGT5' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YY6S5Y9EJ9NGN33SCYG3CQOE7H21UU1F0' where id=47; -update noar ti set v3='YY6S5Y9EJ9NGN33SCYG3CQOE7H21UU1F0' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TUSZUPWUJULY4NXRJJ654XQZ71REPCN62' where id=48; -update noar ti set v0='TUSZUPWUJULY4NXRJJ654XQZ71REPCN62' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OZU1HYIF3Y0T71NCTDFSSDMLEE6LLQ5GV' where id=48; -update noar ti set v1='OZU1HYIF3Y0T71NCTDFSSDMLEE6LLQ5GV' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DDOI7O9NTATXXM2FOBFP7D28YQQ2FDWSN' where id=48; -update noar ti set v2='DDOI7O9NTATXXM2FOBFP7D28YQQ2FDWSN' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C44MUD0KVWB2QXDWPR0TFU2AV56XF67LF' where id=48; -update noar ti set v3='C44MUD0KVWB2QXDWPR0TFU2AV56XF67LF' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MN5ZI8YZBWJJS8M9QBX25IU9XCNJHOMKM' where id=49; -update noar ti set v0='MN5ZI8YZBWJJS8M9QBX25IU9XCNJHOMKM' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5V1ER3RIF1HHF1UQ6KKOSH9MK7JV1XDP6' where id=49; -update noar ti set v1='5V1ER3RIF1HHF1UQ6KKOSH9MK7JV1XDP6' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JPVX4KE0GDYVTMOXZ8YWXHHFTZJ5A4LQR' where id=49; -update noar ti set v2='JPVX4KE0GDYVTMOXZ8YWXHHFTZJ5A4LQR' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1XWYOG4TBTULZZ8FH73O0WPQEEFCJEZOV' where id=49; -update noar ti set v3='1XWYOG4TBTULZZ8FH73O0WPQEEFCJEZOV' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='COMYTADDRCBA0W7ORYHNUS7GYSQ44CPHD' where id=50; -update noar ti set v0='COMYTADDRCBA0W7ORYHNUS7GYSQ44CPHD' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UQGLOZP913RT96TX8PO1T7TEY9SNZA04B' where id=50; -update noar ti set v1='UQGLOZP913RT96TX8PO1T7TEY9SNZA04B' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XWFLBAJN7VEEB18QCDXLLFIXBTHUHQYYU' where id=50; -update noar ti set v2='XWFLBAJN7VEEB18QCDXLLFIXBTHUHQYYU' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JCR68CBYY518S9CUV1H67WZNZEW4VTXIH' where id=50; -update noar ti set v3='JCR68CBYY518S9CUV1H67WZNZEW4VTXIH' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AHARHQO29A125TK4DYNP1XM5NOHY98FCG' where id=51; -update noar ti set v0='AHARHQO29A125TK4DYNP1XM5NOHY98FCG' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T7BRSPTBZS5O6B6A3CNZSV4G2AZG9V41N' where id=51; -update noar ti set v1='T7BRSPTBZS5O6B6A3CNZSV4G2AZG9V41N' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VFGQCLMOGIZ5UMPCNE2YE0SILQ57P06W8' where id=51; -update noar ti set v2='VFGQCLMOGIZ5UMPCNE2YE0SILQ57P06W8' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YCGUIHJKGKH5I0A2ORBVSR8ROU9WA5TD8' where id=51; -update noar ti set v3='YCGUIHJKGKH5I0A2ORBVSR8ROU9WA5TD8' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BW5Y1UJMS97MDH7AXMSMJLCMOQR873JYP' where id=52; -update noar ti set v0='BW5Y1UJMS97MDH7AXMSMJLCMOQR873JYP' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MSNP8YLE46R6VDXWDI6ULZ6IUSQGYCREI' where id=52; -update noar ti set v1='MSNP8YLE46R6VDXWDI6ULZ6IUSQGYCREI' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LY5M8T1B2DAXX75JBXSX0OMJC4R7OWRSH' where id=52; -update noar ti set v2='LY5M8T1B2DAXX75JBXSX0OMJC4R7OWRSH' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WROEU2PQTO9J7FL6Z05FSA0TUJK4WUYTW' where id=52; -update noar ti set v3='WROEU2PQTO9J7FL6Z05FSA0TUJK4WUYTW' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RVGWA2P5SZ0V3WGJA20Z2AGZ14WNNX3MF' where id=53; -update noar ti set v0='RVGWA2P5SZ0V3WGJA20Z2AGZ14WNNX3MF' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MTEA9XO92VAPSAQT0IEZB21MM0JCDUBLB' where id=53; -update noar ti set v1='MTEA9XO92VAPSAQT0IEZB21MM0JCDUBLB' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7GH7XOZXQ41PYCL1CS6JZSNZGWVI72LWC' where id=53; -update noar ti set v2='7GH7XOZXQ41PYCL1CS6JZSNZGWVI72LWC' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QUBRHSONW9IX0MKCQ4UZM700OLBG3830N' where id=53; -update noar ti set v3='QUBRHSONW9IX0MKCQ4UZM700OLBG3830N' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZVTO6EZ70ZROU9PUPUBVCTYG2DCN3LXPS' where id=54; -update noar ti set v0='ZVTO6EZ70ZROU9PUPUBVCTYG2DCN3LXPS' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='URWVN56QBJE74QSR8MT644SPT4GWQKB50' where id=54; -update noar ti set v1='URWVN56QBJE74QSR8MT644SPT4GWQKB50' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TX79HNUJLAEOW6YH681LZ3TZPVF3QVSY7' where id=54; -update noar ti set v2='TX79HNUJLAEOW6YH681LZ3TZPVF3QVSY7' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F32NHURS5QZ7UCMW1ZLLMEJN4L4XJNBO9' where id=54; -update noar ti set v3='F32NHURS5QZ7UCMW1ZLLMEJN4L4XJNBO9' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FRMSA94HIAGIMN95QNHYDUZIGCVEPDV39' where id=55; -update noar ti set v0='FRMSA94HIAGIMN95QNHYDUZIGCVEPDV39' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SKKXZPI5WKBJRWLZGRAI5H7GCPVS8WL2X' where id=55; -update noar ti set v1='SKKXZPI5WKBJRWLZGRAI5H7GCPVS8WL2X' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GYGJ40LYFGSDS3ZE9TKXDRLR4OOTXP4NE' where id=55; -update noar ti set v2='GYGJ40LYFGSDS3ZE9TKXDRLR4OOTXP4NE' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='11RRKQMO6DX54L4V09SBSHVKNSWOUFO5Y' where id=55; -update noar ti set v3='11RRKQMO6DX54L4V09SBSHVKNSWOUFO5Y' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4ZV817AXJ3UNA0SO6S6P188CWN9GIW5CA' where id=56; -update noar ti set v0='4ZV817AXJ3UNA0SO6S6P188CWN9GIW5CA' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TNYVAYCVX998HMIA8NH2TQ47CSQK5IX5W' where id=56; -update noar ti set v1='TNYVAYCVX998HMIA8NH2TQ47CSQK5IX5W' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ESZDWV23P3PQ10WXB5EDPTBEHFDA1E5DX' where id=56; -update noar ti set v2='ESZDWV23P3PQ10WXB5EDPTBEHFDA1E5DX' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='381KXP22XWMN41GJVGJNGHKZRELKOQNHZ' where id=56; -update noar ti set v3='381KXP22XWMN41GJVGJNGHKZRELKOQNHZ' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NPNJBVTCADPVI4M0R1VTONQS7WXS3EH81' where id=57; -update noar ti set v0='NPNJBVTCADPVI4M0R1VTONQS7WXS3EH81' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AQBDV4A6BD3A3YAPKSBL7CN9Z6IBNUW82' where id=57; -update noar ti set v1='AQBDV4A6BD3A3YAPKSBL7CN9Z6IBNUW82' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='380IWX6KBPG4HLZCRGADNXBTIZG53ABFD' where id=57; -update noar ti set v2='380IWX6KBPG4HLZCRGADNXBTIZG53ABFD' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G18OJAL461G4Q5HSKFKPXTU09QE2RLMY3' where id=57; -update noar ti set v3='G18OJAL461G4Q5HSKFKPXTU09QE2RLMY3' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DDN00LUKD3OEHQV4WQJ2HWDFYSENJCD5X' where id=58; -update noar ti set v0='DDN00LUKD3OEHQV4WQJ2HWDFYSENJCD5X' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3SYGNRCXS4XLTKLEZ04HUN9Y5M4UVZ4HM' where id=58; -update noar ti set v1='3SYGNRCXS4XLTKLEZ04HUN9Y5M4UVZ4HM' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3ISJ1V03VYDPPSLUWGFO9N0FTT89EZ0PT' where id=58; -update noar ti set v2='3ISJ1V03VYDPPSLUWGFO9N0FTT89EZ0PT' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BJEU63TZFNMVR7RDEQ0JPLVPAUN0LJVBY' where id=58; -update noar ti set v3='BJEU63TZFNMVR7RDEQ0JPLVPAUN0LJVBY' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LXEOXDHBGQSWPG70WI0JZZSLV1QU4VHDW' where id=59; -update noar ti set v0='LXEOXDHBGQSWPG70WI0JZZSLV1QU4VHDW' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QDIHTVPP9GXKS21JSH5ZW3JJ2NWE01WO2' where id=59; -update noar ti set v1='QDIHTVPP9GXKS21JSH5ZW3JJ2NWE01WO2' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FN8IF6ASEXAHAGEYX4EQJ8R3S72IMXY2M' where id=59; -update noar ti set v2='FN8IF6ASEXAHAGEYX4EQJ8R3S72IMXY2M' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='886L60NO5VI7TTR7V4WDLOOIWBJ68BR6S' where id=59; -update noar ti set v3='886L60NO5VI7TTR7V4WDLOOIWBJ68BR6S' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='E70TRHIS59ZZ4NQ59SHATDXZLOTEWLQ3R' where id=60; -update noar ti set v0='E70TRHIS59ZZ4NQ59SHATDXZLOTEWLQ3R' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BTTY4QM632NISEGAC7TA99Q41SHCB1WUC' where id=60; -update noar ti set v1='BTTY4QM632NISEGAC7TA99Q41SHCB1WUC' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IR32QC45X79KNWGGM095VO1J65S5A0TIV' where id=60; -update noar ti set v2='IR32QC45X79KNWGGM095VO1J65S5A0TIV' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T9YGLSNG8J7NHECBA5ESYDLOX74UQFA1G' where id=60; -update noar ti set v3='T9YGLSNG8J7NHECBA5ESYDLOX74UQFA1G' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZFS6WYHV514XOXZISNCZL1EZA1U739PL6' where id=61; -update noar ti set v0='ZFS6WYHV514XOXZISNCZL1EZA1U739PL6' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5OOH8FMYR0650HTE6M59IWDEBOY9URERS' where id=61; -update noar ti set v1='5OOH8FMYR0650HTE6M59IWDEBOY9URERS' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Q2189FFZX3MR7DGWYRFMGK577WJLXLXO2' where id=61; -update noar ti set v2='Q2189FFZX3MR7DGWYRFMGK577WJLXLXO2' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='30MPB9H0JZ2H5FPOZKS8F4OE7FWL3HCO4' where id=61; -update noar ti set v3='30MPB9H0JZ2H5FPOZKS8F4OE7FWL3HCO4' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BMH1ZK3GYMCOFENW8J4BO0Q70EFTGI92F' where id=62; -update noar ti set v0='BMH1ZK3GYMCOFENW8J4BO0Q70EFTGI92F' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QJBBTGAPNAX4M8J4WRJ3CED3IDCJ1C7UV' where id=62; -update noar ti set v1='QJBBTGAPNAX4M8J4WRJ3CED3IDCJ1C7UV' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8I7NGFA0NIB64E1CH2GRBBN0SP8ZU8KBV' where id=62; -update noar ti set v2='8I7NGFA0NIB64E1CH2GRBBN0SP8ZU8KBV' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RV0JH7XZNJM5OGU57SOQCP6KDZU0TSWNA' where id=62; -update noar ti set v3='RV0JH7XZNJM5OGU57SOQCP6KDZU0TSWNA' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8Q9EP1AH3V6CIVJDAPC5RONU6A49Z4UBM' where id=63; -update noar ti set v0='8Q9EP1AH3V6CIVJDAPC5RONU6A49Z4UBM' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DH8XT3SKF1VEML9GBIFVN5KDP0FDYUADL' where id=63; -update noar ti set v1='DH8XT3SKF1VEML9GBIFVN5KDP0FDYUADL' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T2LG8QNMINA7C1JCTQ8LSBLJ42QUGJ9VD' where id=63; -update noar ti set v2='T2LG8QNMINA7C1JCTQ8LSBLJ42QUGJ9VD' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SWR9BMKD2EQPIMFW6PEXNZBUHURY0KTKU' where id=63; -update noar ti set v3='SWR9BMKD2EQPIMFW6PEXNZBUHURY0KTKU' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3HOGCDN135GHCOLTLM8D2GUPTCJSH0UUP' where id=64; -update noar ti set v0='3HOGCDN135GHCOLTLM8D2GUPTCJSH0UUP' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8KL96S41VAINAHN8M5JU5Q4A6XCF7M4BD' where id=64; -update noar ti set v1='8KL96S41VAINAHN8M5JU5Q4A6XCF7M4BD' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KSJQ1OUGKWBN4J9JVGDRAGYHI02F65VN5' where id=64; -update noar ti set v2='KSJQ1OUGKWBN4J9JVGDRAGYHI02F65VN5' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0FF9J862P6PKCZE6A3APEK2QU5LIXY356' where id=64; -update noar ti set v3='0FF9J862P6PKCZE6A3APEK2QU5LIXY356' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J7CRG2XMNEB02IKV1ARDDK70N6Y0UIJBX' where id=65; -update noar ti set v0='J7CRG2XMNEB02IKV1ARDDK70N6Y0UIJBX' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QKDDHXYBZI0R27QFH6CWEN4GSWZWFNGAP' where id=65; -update noar ti set v1='QKDDHXYBZI0R27QFH6CWEN4GSWZWFNGAP' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P4DCWQ4ETGV59I4TUCN7OJTFZ79Y2WNZF' where id=65; -update noar ti set v2='P4DCWQ4ETGV59I4TUCN7OJTFZ79Y2WNZF' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HHSNM8AL42VZ1QD26ITZB24JUPIK90H2H' where id=65; -update noar ti set v3='HHSNM8AL42VZ1QD26ITZB24JUPIK90H2H' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='U7QDG74C0O9E7RJ2B0NI7ZNKSMMP319FR' where id=66; -update noar ti set v0='U7QDG74C0O9E7RJ2B0NI7ZNKSMMP319FR' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='21LZ0O6I11PGZ5Q9PU54AEWWH2DQCB42M' where id=66; -update noar ti set v1='21LZ0O6I11PGZ5Q9PU54AEWWH2DQCB42M' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XWEQ9A7RK3D3U4A6OGSUYJEY9F8857ODF' where id=66; -update noar ti set v2='XWEQ9A7RK3D3U4A6OGSUYJEY9F8857ODF' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='722HYSC3XSUVC4FCDDU62XV3NNLHWINQG' where id=66; -update noar ti set v3='722HYSC3XSUVC4FCDDU62XV3NNLHWINQG' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EF9KFZ0Q574GMQJ9EXK6AVFHVN71W3J84' where id=67; -update noar ti set v0='EF9KFZ0Q574GMQJ9EXK6AVFHVN71W3J84' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L2J0SBTJQ26RCEOBZHLXGZA821K9D5BZC' where id=67; -update noar ti set v1='L2J0SBTJQ26RCEOBZHLXGZA821K9D5BZC' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J2EN7X25VKFNFSP9WS4IOD16T9RTFN5SG' where id=67; -update noar ti set v2='J2EN7X25VKFNFSP9WS4IOD16T9RTFN5SG' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D4II7SOYIQICLXPQMOPXI6N8V3YW5T11N' where id=67; -update noar ti set v3='D4II7SOYIQICLXPQMOPXI6N8V3YW5T11N' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7B5Y00JPNG3CUZ0URYRKYSB2QMOO7D2RE' where id=68; -update noar ti set v0='7B5Y00JPNG3CUZ0URYRKYSB2QMOO7D2RE' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y55H3LWRWQ40KCA009OLN3XIYTBK6DOYJ' where id=68; -update noar ti set v1='Y55H3LWRWQ40KCA009OLN3XIYTBK6DOYJ' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='05IQB948N1ZWWVOE4H9S7CPVN1HIXBAJI' where id=68; -update noar ti set v2='05IQB948N1ZWWVOE4H9S7CPVN1HIXBAJI' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P4QTPZ52FUM1HZVEQXPXHTTPB0AE77N4O' where id=68; -update noar ti set v3='P4QTPZ52FUM1HZVEQXPXHTTPB0AE77N4O' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YGN8KP34GE2OJKQA313IO0VD488FD4BSW' where id=69; -update noar ti set v0='YGN8KP34GE2OJKQA313IO0VD488FD4BSW' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HPQR5L105B7PMCXEXXX1O7YIFFNYVU6N3' where id=69; -update noar ti set v1='HPQR5L105B7PMCXEXXX1O7YIFFNYVU6N3' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LPIUASBAJI6MDE193R8YEHAZ910G2JZAQ' where id=69; -update noar ti set v2='LPIUASBAJI6MDE193R8YEHAZ910G2JZAQ' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DMR9KFWKZYCLZT0SXIFN898SAEI4JVVZN' where id=69; -update noar ti set v3='DMR9KFWKZYCLZT0SXIFN898SAEI4JVVZN' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='E2QKXKRXDXU5CISL7RRQKZH65H1ND5T8L' where id=70; -update noar ti set v0='E2QKXKRXDXU5CISL7RRQKZH65H1ND5T8L' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KY8U273TV3S175XX41MBYIYYZEZ07HRHU' where id=70; -update noar ti set v1='KY8U273TV3S175XX41MBYIYYZEZ07HRHU' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E1SY1I1YHONFEXH8DQPRBXYKKM5EFEPXB' where id=70; -update noar ti set v2='E1SY1I1YHONFEXH8DQPRBXYKKM5EFEPXB' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V9Q3MY5BGNEGZDSBOH9V1CEFP8L5UQRYC' where id=70; -update noar ti set v3='V9Q3MY5BGNEGZDSBOH9V1CEFP8L5UQRYC' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HD6ZDFZ1Y05NXJ8GAC5Z7X52IXCSO57CE' where id=71; -update noar ti set v0='HD6ZDFZ1Y05NXJ8GAC5Z7X52IXCSO57CE' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OIYYCVQ8BW32K5HNJS8O3LJPGHZIEIWIW' where id=71; -update noar ti set v1='OIYYCVQ8BW32K5HNJS8O3LJPGHZIEIWIW' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6AA9R8FH4HPJCAYMG5FEGGIH8SLNYONS7' where id=71; -update noar ti set v2='6AA9R8FH4HPJCAYMG5FEGGIH8SLNYONS7' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8F5HTANJ45EYMRR5BUVQZO6XC3UQ0LQU7' where id=71; -update noar ti set v3='8F5HTANJ45EYMRR5BUVQZO6XC3UQ0LQU7' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HXDP5XI1YGXXD30DTPCG8GXH8FA3146U7' where id=72; -update noar ti set v0='HXDP5XI1YGXXD30DTPCG8GXH8FA3146U7' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='00AGJNLXQVE9BHL1KP6KVKNLLMZXVD3L2' where id=72; -update noar ti set v1='00AGJNLXQVE9BHL1KP6KVKNLLMZXVD3L2' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HJWX6SF2IS19Z8R0IR7LN9X0INU5WCKPM' where id=72; -update noar ti set v2='HJWX6SF2IS19Z8R0IR7LN9X0INU5WCKPM' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YOJKU4F0DMW3VXUSCB0FYIZL9A741MOAL' where id=72; -update noar ti set v3='YOJKU4F0DMW3VXUSCB0FYIZL9A741MOAL' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='54YDDTUJ7F338ADD6MG99GJDG3WP1BIHM' where id=73; -update noar ti set v0='54YDDTUJ7F338ADD6MG99GJDG3WP1BIHM' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OOVBMH2U3H0XZIGOUOFE3TW0LM6C2024Q' where id=73; -update noar ti set v1='OOVBMH2U3H0XZIGOUOFE3TW0LM6C2024Q' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZGNXVYTHYFFUTJLLVYM6QSWBWGAF0B12B' where id=73; -update noar ti set v2='ZGNXVYTHYFFUTJLLVYM6QSWBWGAF0B12B' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q7RLJLCOB7R3QWNESTCWQT88TNCSLRWZ6' where id=73; -update noar ti set v3='Q7RLJLCOB7R3QWNESTCWQT88TNCSLRWZ6' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SMCRS1V67Y08U5BX991NO082GWT2BPK80' where id=74; -update noar ti set v0='SMCRS1V67Y08U5BX991NO082GWT2BPK80' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0A28CB6Z3HVUFD1K8XW8HBIOMGZUVMO6S' where id=74; -update noar ti set v1='0A28CB6Z3HVUFD1K8XW8HBIOMGZUVMO6S' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='75V771SGC1D9GC1AHHH6X7TA43YZDTMR6' where id=74; -update noar ti set v2='75V771SGC1D9GC1AHHH6X7TA43YZDTMR6' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4O3YYBGFM3ZB4ULJZRC6KR5CGJX5EXJHK' where id=74; -update noar ti set v3='4O3YYBGFM3ZB4ULJZRC6KR5CGJX5EXJHK' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q2S43IWT3GDUCQI81IJTK7BJJ5L3ECEPV' where id=75; -update noar ti set v0='Q2S43IWT3GDUCQI81IJTK7BJJ5L3ECEPV' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3ZQ9I06NEAUY4AN2AB2XWM2GJXF7VGJWK' where id=75; -update noar ti set v1='3ZQ9I06NEAUY4AN2AB2XWM2GJXF7VGJWK' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A22SZG7S4QCRAB8R7LXT6TRNVN616SV44' where id=75; -update noar ti set v2='A22SZG7S4QCRAB8R7LXT6TRNVN616SV44' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QFFJ24MRB24MSJIW28YHIFFUQD1BKKXXC' where id=75; -update noar ti set v3='QFFJ24MRB24MSJIW28YHIFFUQD1BKKXXC' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q5J8N0THHXCA8V1WK7CMJI8YYO244FFRP' where id=76; -update noar ti set v0='Q5J8N0THHXCA8V1WK7CMJI8YYO244FFRP' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='W5P11AR03PUMZIV514BF68Q14HJZP5HG5' where id=76; -update noar ti set v1='W5P11AR03PUMZIV514BF68Q14HJZP5HG5' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='54555ZFZQ9WW3ZB5EDJXA4M4XX3UFWF08' where id=76; -update noar ti set v2='54555ZFZQ9WW3ZB5EDJXA4M4XX3UFWF08' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QOPJBR9SLQUJY7QE9RWTSVTN9VPZUNSNS' where id=76; -update noar ti set v3='QOPJBR9SLQUJY7QE9RWTSVTN9VPZUNSNS' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SW36L31FQDUDKDZCRDG8AR29X3NAHY8T8' where id=77; -update noar ti set v0='SW36L31FQDUDKDZCRDG8AR29X3NAHY8T8' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J97LQNGAEBRMU74F5LBU71BNE7J0QM8P9' where id=77; -update noar ti set v1='J97LQNGAEBRMU74F5LBU71BNE7J0QM8P9' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2GZRW07GGP1P5MZMED64YME3OZ42CUPT2' where id=77; -update noar ti set v2='2GZRW07GGP1P5MZMED64YME3OZ42CUPT2' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SRICPEFRGMSKHEYK6PXT8Q6FO1BU24YAV' where id=77; -update noar ti set v3='SRICPEFRGMSKHEYK6PXT8Q6FO1BU24YAV' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XE2PTQ1BTPRVK0RV7VHRLBGDBSL4YY56Q' where id=78; -update noar ti set v0='XE2PTQ1BTPRVK0RV7VHRLBGDBSL4YY56Q' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='A16OWCC43LW3H253ZJBFB9YUORY0ROGTT' where id=78; -update noar ti set v1='A16OWCC43LW3H253ZJBFB9YUORY0ROGTT' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N9ZFY5V8WW9MENCDRRADY61NTWLZR82RP' where id=78; -update noar ti set v2='N9ZFY5V8WW9MENCDRRADY61NTWLZR82RP' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7FR30M3ADDZ49Q2RR13L21B62HVTK4TN5' where id=78; -update noar ti set v3='7FR30M3ADDZ49Q2RR13L21B62HVTK4TN5' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='X9PUMY0ZG1T3DSYS9L7459C7XFDWKNBRZ' where id=79; -update noar ti set v0='X9PUMY0ZG1T3DSYS9L7459C7XFDWKNBRZ' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MLN6VEL96SN2143ZBF35PB0K8X6278TOD' where id=79; -update noar ti set v1='MLN6VEL96SN2143ZBF35PB0K8X6278TOD' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1362321A6UEZ7YSPBNKR9V08ZH7548OOZ' where id=79; -update noar ti set v2='1362321A6UEZ7YSPBNKR9V08ZH7548OOZ' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N2V73YL4U821VGWBKDAZUI4WHGDDQO2FH' where id=79; -update noar ti set v3='N2V73YL4U821VGWBKDAZUI4WHGDDQO2FH' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4B8E20FNR5OWZTNI7SYN8JYLR50FW1HB6' where id=80; -update noar ti set v0='4B8E20FNR5OWZTNI7SYN8JYLR50FW1HB6' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZYAP4KHYNI332X2W9MDT8M2H3PXBEFPMS' where id=80; -update noar ti set v1='ZYAP4KHYNI332X2W9MDT8M2H3PXBEFPMS' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IA45OKMD5P0SUFGK7OG6RDVFNFDLTAXQ9' where id=80; -update noar ti set v2='IA45OKMD5P0SUFGK7OG6RDVFNFDLTAXQ9' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WGRWSFGXRU3UJYDOSNT0HH6WYC9E2UQML' where id=80; -update noar ti set v3='WGRWSFGXRU3UJYDOSNT0HH6WYC9E2UQML' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K1NZYP5A3TVE59JLSULT9GKGES0WJMA7E' where id=81; -update noar ti set v0='K1NZYP5A3TVE59JLSULT9GKGES0WJMA7E' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1OXP30CIIQJOCTK72LT1OK36ZWBIN6FJK' where id=81; -update noar ti set v1='1OXP30CIIQJOCTK72LT1OK36ZWBIN6FJK' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M85XNBL432NZFLISC33CO3Z0KNES5H4JM' where id=81; -update noar ti set v2='M85XNBL432NZFLISC33CO3Z0KNES5H4JM' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2PG2GI9JWLTP5QBXLB2ZYDYDTBHQ3IRSJ' where id=81; -update noar ti set v3='2PG2GI9JWLTP5QBXLB2ZYDYDTBHQ3IRSJ' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A9I2GCJPJK4CNADPUVSXS2JEVK84H67XR' where id=82; -update noar ti set v0='A9I2GCJPJK4CNADPUVSXS2JEVK84H67XR' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2GCE1SV1IGRN98ZASFZTNCYQJHOM1L1UG' where id=82; -update noar ti set v1='2GCE1SV1IGRN98ZASFZTNCYQJHOM1L1UG' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HLU4Y21UHEWD97ODU0027LRKVMCJ1GGTS' where id=82; -update noar ti set v2='HLU4Y21UHEWD97ODU0027LRKVMCJ1GGTS' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EJPXNIE06RG2PS7KOVY5P4NJVC3PUU3VV' where id=82; -update noar ti set v3='EJPXNIE06RG2PS7KOVY5P4NJVC3PUU3VV' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='D9S04KER4AI4OFX5Z1456GWVFZV6UD18M' where id=83; -update noar ti set v0='D9S04KER4AI4OFX5Z1456GWVFZV6UD18M' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='N2NJAIYIZYZD8J6TGLXP24POVW91VEP5R' where id=83; -update noar ti set v1='N2NJAIYIZYZD8J6TGLXP24POVW91VEP5R' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ED6H5964IFYRRP8HMQ3N7ICN4OK5CAA71' where id=83; -update noar ti set v2='ED6H5964IFYRRP8HMQ3N7ICN4OK5CAA71' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='W5NQR98L5J8YNFQCBLT2J6JOQM3TD5L2Y' where id=83; -update noar ti set v3='W5NQR98L5J8YNFQCBLT2J6JOQM3TD5L2Y' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IPL7DK90RMM6EEORED5VONN866QQXDERX' where id=84; -update noar ti set v0='IPL7DK90RMM6EEORED5VONN866QQXDERX' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='A3UV5DFCCSMF9A0EWFW4XAEJSDYGKYZ8P' where id=84; -update noar ti set v1='A3UV5DFCCSMF9A0EWFW4XAEJSDYGKYZ8P' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9OLYM17E56DAHL80IWA46RLBA85JHRQ3O' where id=84; -update noar ti set v2='9OLYM17E56DAHL80IWA46RLBA85JHRQ3O' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KBML69OJP9LX4KE0JUNKIQIS8MNZP1DVQ' where id=84; -update noar ti set v3='KBML69OJP9LX4KE0JUNKIQIS8MNZP1DVQ' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7VZMOCE0YEUK32LJXQW51QOU0GMMDI1O8' where id=85; -update noar ti set v0='7VZMOCE0YEUK32LJXQW51QOU0GMMDI1O8' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7ZXQZM41BMMMSZYYP0L41SDSTIXOWWO3L' where id=85; -update noar ti set v1='7ZXQZM41BMMMSZYYP0L41SDSTIXOWWO3L' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0FVQZC3OM9JH0GULU3J9FP7XJ6LSEI6OZ' where id=85; -update noar ti set v2='0FVQZC3OM9JH0GULU3J9FP7XJ6LSEI6OZ' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4CN8G61XMGE56S1ETXPUQG2T6SAYMFQRH' where id=85; -update noar ti set v3='4CN8G61XMGE56S1ETXPUQG2T6SAYMFQRH' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EQNL9BPQEZFIBPK29BZA1VZB7H26UVDNQ' where id=86; -update noar ti set v0='EQNL9BPQEZFIBPK29BZA1VZB7H26UVDNQ' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9N9Y2Q84X94PXY4IHNIGMNCKLHL3J7S5N' where id=86; -update noar ti set v1='9N9Y2Q84X94PXY4IHNIGMNCKLHL3J7S5N' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KX0OQ10I1YL4TK9ZRDO245O0VX4NEJBV6' where id=86; -update noar ti set v2='KX0OQ10I1YL4TK9ZRDO245O0VX4NEJBV6' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QFHV89JZU5OS22X6TVYVISCROSZMOO1RH' where id=86; -update noar ti set v3='QFHV89JZU5OS22X6TVYVISCROSZMOO1RH' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O39YEURV7XZ5W35SD4ZEAQQLU0GIJU985' where id=87; -update noar ti set v0='O39YEURV7XZ5W35SD4ZEAQQLU0GIJU985' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HKWNBZ57F0ZUX8AR8N5X1ZFB59A0VK6IN' where id=87; -update noar ti set v1='HKWNBZ57F0ZUX8AR8N5X1ZFB59A0VK6IN' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D0UQJJ224G2X3AMUEQA5Q720PTWGABVCH' where id=87; -update noar ti set v2='D0UQJJ224G2X3AMUEQA5Q720PTWGABVCH' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WZ7BHPGL52LBR8FBVG3KG3MCZRZAVY47Z' where id=87; -update noar ti set v3='WZ7BHPGL52LBR8FBVG3KG3MCZRZAVY47Z' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G1KJPPG2CD18V57G1E19370KMH016QTK7' where id=88; -update noar ti set v0='G1KJPPG2CD18V57G1E19370KMH016QTK7' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3CCZKEVD0FQP33KP4CIN7778CSJ5TIX8J' where id=88; -update noar ti set v1='3CCZKEVD0FQP33KP4CIN7778CSJ5TIX8J' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VMN4DAEBQHWWA68APK3MSOS0NRP7PG0RJ' where id=88; -update noar ti set v2='VMN4DAEBQHWWA68APK3MSOS0NRP7PG0RJ' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MMQGLE2UJ8PL2KS4RDJ2PZWNGCCIINH7K' where id=88; -update noar ti set v3='MMQGLE2UJ8PL2KS4RDJ2PZWNGCCIINH7K' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9BTG0XOKV8GYMMR7LOR3V88R8412JKM48' where id=89; -update noar ti set v0='9BTG0XOKV8GYMMR7LOR3V88R8412JKM48' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7E0XYZPQD70XZ4HFGSIWJQHSF2FJS0H7Z' where id=89; -update noar ti set v1='7E0XYZPQD70XZ4HFGSIWJQHSF2FJS0H7Z' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MLKPLDJW6Q859KAFRAGOHG4V85B4ONRDX' where id=89; -update noar ti set v2='MLKPLDJW6Q859KAFRAGOHG4V85B4ONRDX' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C9795CRAF6AR32TOYYD6G1W0WOX6WB8U2' where id=89; -update noar ti set v3='C9795CRAF6AR32TOYYD6G1W0WOX6WB8U2' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6QAOPPHCOSHYHKQ0I2K1S4VJHZWH3F64R' where id=90; -update noar ti set v0='6QAOPPHCOSHYHKQ0I2K1S4VJHZWH3F64R' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R7BOE7RFKE8C9AVQQCE2CANSSIKFB4ETY' where id=90; -update noar ti set v1='R7BOE7RFKE8C9AVQQCE2CANSSIKFB4ETY' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DCEQVQKPVXQZZ6GWG4O65WKPQF8R1ZFSP' where id=90; -update noar ti set v2='DCEQVQKPVXQZZ6GWG4O65WKPQF8R1ZFSP' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZOA3918RTFYQ6Q5MXWG9TM7L8G5U8WGDR' where id=90; -update noar ti set v3='ZOA3918RTFYQ6Q5MXWG9TM7L8G5U8WGDR' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5ZLU7HZ3QYRIGHOC8ETSRLX79QWY73YBY' where id=91; -update noar ti set v0='5ZLU7HZ3QYRIGHOC8ETSRLX79QWY73YBY' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GDDODFCDGO9A42KCC2ZOMCL70LM8U3V3H' where id=91; -update noar ti set v1='GDDODFCDGO9A42KCC2ZOMCL70LM8U3V3H' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0M2CSN6Z1X2S5AL0HF06MUJU3D02BTXN6' where id=91; -update noar ti set v2='0M2CSN6Z1X2S5AL0HF06MUJU3D02BTXN6' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K8WOXGDLKELE9FJ34Z6PVEKG468AYA3ZY' where id=91; -update noar ti set v3='K8WOXGDLKELE9FJ34Z6PVEKG468AYA3ZY' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NZSNG6PV75XWF0KRZ88RWCDIP224JGEVG' where id=92; -update noar ti set v0='NZSNG6PV75XWF0KRZ88RWCDIP224JGEVG' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VMIQDHJL7FK8FPT37IXKK839RWDFX1F0D' where id=92; -update noar ti set v1='VMIQDHJL7FK8FPT37IXKK839RWDFX1F0D' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='320BLQ39CLOTR58HKZ52VJK18361767YP' where id=92; -update noar ti set v2='320BLQ39CLOTR58HKZ52VJK18361767YP' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6ZVOR2PKPL4AZCRH08UQP2MXMNVF2HKLA' where id=92; -update noar ti set v3='6ZVOR2PKPL4AZCRH08UQP2MXMNVF2HKLA' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PFWINPQSV8MS3JV3MSJXX2GGEGR2QSSUA' where id=93; -update noar ti set v0='PFWINPQSV8MS3JV3MSJXX2GGEGR2QSSUA' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K2DOTS8WQ5XTW0V4AQ7QQY44XMQUOBUGM' where id=93; -update noar ti set v1='K2DOTS8WQ5XTW0V4AQ7QQY44XMQUOBUGM' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WA5N6D873UWEWYAQ06SD6CEC109CGCWDV' where id=93; -update noar ti set v2='WA5N6D873UWEWYAQ06SD6CEC109CGCWDV' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FWM44LF6GNVPLOK87MMPJWVBSDZ22O630' where id=93; -update noar ti set v3='FWM44LF6GNVPLOK87MMPJWVBSDZ22O630' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IEUK6ZHBBMHDNFGZF4601PP4JWFMABAMK' where id=94; -update noar ti set v0='IEUK6ZHBBMHDNFGZF4601PP4JWFMABAMK' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='10GZ9NF0ATDPHJM3UQOFTZPM37UC0DG5I' where id=94; -update noar ti set v1='10GZ9NF0ATDPHJM3UQOFTZPM37UC0DG5I' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='R3ISPSPG3WJMOEJN18GEY2494RGVHBKR9' where id=94; -update noar ti set v2='R3ISPSPG3WJMOEJN18GEY2494RGVHBKR9' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='X76DHCA5UDZ8QDL688ZEP4RCXCPT1Q6SN' where id=94; -update noar ti set v3='X76DHCA5UDZ8QDL688ZEP4RCXCPT1Q6SN' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IA3P8C6LCCCP3A28GKSAEME9C9EGG38U6' where id=95; -update noar ti set v0='IA3P8C6LCCCP3A28GKSAEME9C9EGG38U6' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C2SJHW0O5EIEWA7Q323ARS83A9TSUDM57' where id=95; -update noar ti set v1='C2SJHW0O5EIEWA7Q323ARS83A9TSUDM57' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D00MQ262E7PX2Z25Y9DMB5KDQSFQGE9NJ' where id=95; -update noar ti set v2='D00MQ262E7PX2Z25Y9DMB5KDQSFQGE9NJ' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='09X077XI0W08QLEJ5QOL7DTSJJJ6WIEUH' where id=95; -update noar ti set v3='09X077XI0W08QLEJ5QOL7DTSJJJ6WIEUH' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NBKOZI0RNJVA3RQHAKBTS46CDV6MBY6MV' where id=96; -update noar ti set v0='NBKOZI0RNJVA3RQHAKBTS46CDV6MBY6MV' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L5B45BRUJ5BA5EKJL4RHTNO97J9O5J8CL' where id=96; -update noar ti set v1='L5B45BRUJ5BA5EKJL4RHTNO97J9O5J8CL' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HGPWFNBW76FTY2RJXUAJUE9A1XVO9SKKH' where id=96; -update noar ti set v2='HGPWFNBW76FTY2RJXUAJUE9A1XVO9SKKH' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='U5BFEDZFJDN118WAA0VQ45CRUDTIMUCAD' where id=96; -update noar ti set v3='U5BFEDZFJDN118WAA0VQ45CRUDTIMUCAD' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HNBJW9XAI6I36QJOT92JNJT8MAO11CY6O' where id=97; -update noar ti set v0='HNBJW9XAI6I36QJOT92JNJT8MAO11CY6O' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YN3K2VMFRV1H6TQYH1SDRN2Q7K3CPQ6U2' where id=97; -update noar ti set v1='YN3K2VMFRV1H6TQYH1SDRN2Q7K3CPQ6U2' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='402DS8LJ1QUGA4EEBFP32NBLKCY2HKOYB' where id=97; -update noar ti set v2='402DS8LJ1QUGA4EEBFP32NBLKCY2HKOYB' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='L6JSFBN09KQTCE0TMQ6E5TG5M9R49HG33' where id=97; -update noar ti set v3='L6JSFBN09KQTCE0TMQ6E5TG5M9R49HG33' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SO9KHDO5UDDAD1RJ9YYPXZ3I5ZKU9CIE1' where id=98; -update noar ti set v0='SO9KHDO5UDDAD1RJ9YYPXZ3I5ZKU9CIE1' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KGBR4EUI238ATEPUSJPWHF4ZW9QYBT5B1' where id=98; -update noar ti set v1='KGBR4EUI238ATEPUSJPWHF4ZW9QYBT5B1' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='44EJGJL6ST4QELA4OTB8QV06QWJ9MKKD7' where id=98; -update noar ti set v2='44EJGJL6ST4QELA4OTB8QV06QWJ9MKKD7' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='70U3VG9612W1R9SX50F94HM5FYA8MG8Q9' where id=98; -update noar ti set v3='70U3VG9612W1R9SX50F94HM5FYA8MG8Q9' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TVTYJ99VH24RJ5PH8DSMX0JNQEW7IU9L0' where id=99; -update noar ti set v0='TVTYJ99VH24RJ5PH8DSMX0JNQEW7IU9L0' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4EWX41LPBMP7P0LW5XW8AOXC3YC5IB4H5' where id=99; -update noar ti set v1='4EWX41LPBMP7P0LW5XW8AOXC3YC5IB4H5' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EFTTO0NNEDA78AJLFIZVJUKY3BAE9NNLR' where id=99; -update noar ti set v2='EFTTO0NNEDA78AJLFIZVJUKY3BAE9NNLR' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0FXW7H2EYTQMK68YNRS116CNUGKL2NYPW' where id=99; -update noar ti set v3='0FXW7H2EYTQMK68YNRS116CNUGKL2NYPW' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varbinary(32) not null, -v1 varbinary(32) not null, -v2 varbinary(32) not null, -v3 varbinary(32) not null, -b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='O9NHDDJMDKIUNPRVJYN6VQX87KBEDQKVI' where id=2; -update noar ti set v0='O9NHDDJMDKIUNPRVJYN6VQX87KBEDQKVI' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q1QBW21GRLRYIVO9LD2K65Z15SIQBN14Z' where id=2; -update noar ti set v1='Q1QBW21GRLRYIVO9LD2K65Z15SIQBN14Z' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='R7TZZ11QHWBAVG1O70GWHZ3YKZIRYDECE' where id=2; -update noar ti set v2='R7TZZ11QHWBAVG1O70GWHZ3YKZIRYDECE' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JKDR781NW03TKLDOHXGXU3FYZ1O7IDT5W' where id=2; -update noar ti set v3='JKDR781NW03TKLDOHXGXU3FYZ1O7IDT5W' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MLKEORAFHMQL32I8PMO90AUI66RJUC9DB' where id=3; -update noar ti set v0='MLKEORAFHMQL32I8PMO90AUI66RJUC9DB' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8E3WWOH8Y3PTZIIRULB7NYXS4JM21CZ2P' where id=3; -update noar ti set v1='8E3WWOH8Y3PTZIIRULB7NYXS4JM21CZ2P' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CX82OQAA14218YUU48UM3M852HHFPTI46' where id=3; -update noar ti set v2='CX82OQAA14218YUU48UM3M852HHFPTI46' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RQCJ1PK1U12TPRZGJ0F4RJ2JN06WVEO2G' where id=3; -update noar ti set v3='RQCJ1PK1U12TPRZGJ0F4RJ2JN06WVEO2G' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5WCN7V58LEQUG4BT7OXSGEC7L9U313SOG' where id=4; -update noar ti set v0='5WCN7V58LEQUG4BT7OXSGEC7L9U313SOG' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NQW2XNBHBTU6PTG7TX6I5ECTUUKANN0HE' where id=4; -update noar ti set v1='NQW2XNBHBTU6PTG7TX6I5ECTUUKANN0HE' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N1JY8MY9LMW97QOWN1H21O2U8ND0BEDAA' where id=4; -update noar ti set v2='N1JY8MY9LMW97QOWN1H21O2U8ND0BEDAA' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3OLVQ8ZMX26KVFGGHW92FADNTZNTLH1XD' where id=4; -update noar ti set v3='3OLVQ8ZMX26KVFGGHW92FADNTZNTLH1XD' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6SV21C45VCMQIWY5ZYY1B6247NKHRZILQ' where id=5; -update noar ti set v0='6SV21C45VCMQIWY5ZYY1B6247NKHRZILQ' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JWJ2PXPNJFIYYG19NU97EYO0FF7WH2NTA' where id=5; -update noar ti set v1='JWJ2PXPNJFIYYG19NU97EYO0FF7WH2NTA' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M9FLAKPCYBDFA1Q5LUEM6YA0JCZKBRUX7' where id=5; -update noar ti set v2='M9FLAKPCYBDFA1Q5LUEM6YA0JCZKBRUX7' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UID3D22OU1GJ4HFTP3CVQBIS0P4I1S2B5' where id=5; -update noar ti set v3='UID3D22OU1GJ4HFTP3CVQBIS0P4I1S2B5' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C0DD07GZZ1HMK7T0MNKEBAQA1WRND0IAW' where id=6; -update noar ti set v0='C0DD07GZZ1HMK7T0MNKEBAQA1WRND0IAW' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TMZWLUOEFJHLBGVS0SKU0IPUZ73VI6UMW' where id=6; -update noar ti set v1='TMZWLUOEFJHLBGVS0SKU0IPUZ73VI6UMW' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7S2NEJJBHWOQFHK3RWHAR426900CF5NYN' where id=6; -update noar ti set v2='7S2NEJJBHWOQFHK3RWHAR426900CF5NYN' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='09ZCHETG7WO0USAFFHZ5INP9U7AUIBCKZ' where id=6; -update noar ti set v3='09ZCHETG7WO0USAFFHZ5INP9U7AUIBCKZ' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Y8OXMWL39MMR0YEB2TQU1DDC033BZ5BW1' where id=7; -update noar ti set v0='Y8OXMWL39MMR0YEB2TQU1DDC033BZ5BW1' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HC86NHK9NAUV5OFBYELB1D06HAYQLX4GU' where id=7; -update noar ti set v1='HC86NHK9NAUV5OFBYELB1D06HAYQLX4GU' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QWL2F7Y16CLMYRDB04XUSY1GSA0ISSO76' where id=7; -update noar ti set v2='QWL2F7Y16CLMYRDB04XUSY1GSA0ISSO76' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P2F0GV4EEYN4VE4HDXZ0E7PDKBSQJF6GL' where id=7; -update noar ti set v3='P2F0GV4EEYN4VE4HDXZ0E7PDKBSQJF6GL' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OYB0CLBGINZ3YBWW9NVIHHQYJGAI0X5BT' where id=8; -update noar ti set v0='OYB0CLBGINZ3YBWW9NVIHHQYJGAI0X5BT' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='F1QHLVE9P88J6KY7N4TKFBOOILYEOHL4A' where id=8; -update noar ti set v1='F1QHLVE9P88J6KY7N4TKFBOOILYEOHL4A' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QF9ZE2I0VYNZE7QGWB33ZZLD4FIBGVNLT' where id=8; -update noar ti set v2='QF9ZE2I0VYNZE7QGWB33ZZLD4FIBGVNLT' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HWWI750LOVQP7AS10LDFVJNNS8MF9R8GY' where id=8; -update noar ti set v3='HWWI750LOVQP7AS10LDFVJNNS8MF9R8GY' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3WOM3TU4HU1PL7GKZX8OCAEVHYM11GM89' where id=9; -update noar ti set v0='3WOM3TU4HU1PL7GKZX8OCAEVHYM11GM89' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JIHBCC09NDSWMEJTIK0QIP9KAXNBZ9H1Q' where id=9; -update noar ti set v1='JIHBCC09NDSWMEJTIK0QIP9KAXNBZ9H1Q' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='78YO3W3NXLUTU16UTYR7555XVFV52KDQC' where id=9; -update noar ti set v2='78YO3W3NXLUTU16UTYR7555XVFV52KDQC' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GXR3FE0JE56D5FQF11AEU4C99T8EXF1ZJ' where id=9; -update noar ti set v3='GXR3FE0JE56D5FQF11AEU4C99T8EXF1ZJ' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HGMVC69FY2Z6BL87OMXLNKBOJMTLCRLFW' where id=10; -update noar ti set v0='HGMVC69FY2Z6BL87OMXLNKBOJMTLCRLFW' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z3TNXODWL0PNYWPFVR4R3H58D0CWU19BD' where id=10; -update noar ti set v1='Z3TNXODWL0PNYWPFVR4R3H58D0CWU19BD' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0QFA5XYBCEHP0DE6U7RFVB87807HQO64H' where id=10; -update noar ti set v2='0QFA5XYBCEHP0DE6U7RFVB87807HQO64H' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JPYIAZFXKUO9NJPR02VIYU249KANCV92D' where id=10; -update noar ti set v3='JPYIAZFXKUO9NJPR02VIYU249KANCV92D' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AMEZSIYEUDNEGHOS049TJACNNDR6MIC8E' where id=11; -update noar ti set v0='AMEZSIYEUDNEGHOS049TJACNNDR6MIC8E' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H1SWYVWHWADQ7BTQ750J1JO58L6RPY5W7' where id=11; -update noar ti set v1='H1SWYVWHWADQ7BTQ750J1JO58L6RPY5W7' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PLNCWN1ROGM9T0O1MWKDO9L6ESFU0FKR6' where id=11; -update noar ti set v2='PLNCWN1ROGM9T0O1MWKDO9L6ESFU0FKR6' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H9P6KPN6KTCV5PLP9THH67FGM2KYMSF4J' where id=11; -update noar ti set v3='H9P6KPN6KTCV5PLP9THH67FGM2KYMSF4J' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PVNUO91H0R7AKWCF1W2EXEHYATPTAH1E7' where id=12; -update noar ti set v0='PVNUO91H0R7AKWCF1W2EXEHYATPTAH1E7' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U0FOE6HQPNDNJXEP5FBY0A1V6J8HO570E' where id=12; -update noar ti set v1='U0FOE6HQPNDNJXEP5FBY0A1V6J8HO570E' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8V5CG0HWS4EOG7BGBGO534MUJXCDHZVAW' where id=12; -update noar ti set v2='8V5CG0HWS4EOG7BGBGO534MUJXCDHZVAW' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='J6TONP8M31IGAAYVBNH546V98JYANY917' where id=12; -update noar ti set v3='J6TONP8M31IGAAYVBNH546V98JYANY917' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9SF0ETUMBG1C2Y5ZR5MRLMYXXL55D4TFA' where id=13; -update noar ti set v0='9SF0ETUMBG1C2Y5ZR5MRLMYXXL55D4TFA' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S8O71MSHHSLZXI2213PHD7HFENE4Y8P6F' where id=13; -update noar ti set v1='S8O71MSHHSLZXI2213PHD7HFENE4Y8P6F' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P8V7H83HGN1SGHXFFUN69JT1VIOVOCTBH' where id=13; -update noar ti set v2='P8V7H83HGN1SGHXFFUN69JT1VIOVOCTBH' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SZQ0XEJ08LD21ZSA55OHC4XL9VVR7CUW1' where id=13; -update noar ti set v3='SZQ0XEJ08LD21ZSA55OHC4XL9VVR7CUW1' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B12IPIJMUDE06SR5RNR0APUJJ97I85R31' where id=14; -update noar ti set v0='B12IPIJMUDE06SR5RNR0APUJJ97I85R31' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SQ1IR20KOWM2DK4RQ0KFJ2UYPAHOZL55J' where id=14; -update noar ti set v1='SQ1IR20KOWM2DK4RQ0KFJ2UYPAHOZL55J' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6O2OW9Y7PNH03AV2P6ISEHMB99NT52RRA' where id=14; -update noar ti set v2='6O2OW9Y7PNH03AV2P6ISEHMB99NT52RRA' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XZNG602TFER48KS2YEW3GOZT4QLDSUSM9' where id=14; -update noar ti set v3='XZNG602TFER48KS2YEW3GOZT4QLDSUSM9' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8P4R9R566P05H5MN3ZQXSGPTKUTOLQ0RT' where id=15; -update noar ti set v0='8P4R9R566P05H5MN3ZQXSGPTKUTOLQ0RT' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BSWDQFWV114F6LNP1FZQ5D384ZLPRHXL0' where id=15; -update noar ti set v1='BSWDQFWV114F6LNP1FZQ5D384ZLPRHXL0' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='C18UYE05QL0RYD4WG1O7Y6W74RLOP7948' where id=15; -update noar ti set v2='C18UYE05QL0RYD4WG1O7Y6W74RLOP7948' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SJSLH132HKQBQAOZF91XKJPWTS2NOCTLR' where id=15; -update noar ti set v3='SJSLH132HKQBQAOZF91XKJPWTS2NOCTLR' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UZSVSIGW2JHZGPFPUCF6EHZUQHMM8Q6G6' where id=16; -update noar ti set v0='UZSVSIGW2JHZGPFPUCF6EHZUQHMM8Q6G6' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MZDBG86F95PE2QSYRU855GFUMVC9JWM8Y' where id=16; -update noar ti set v1='MZDBG86F95PE2QSYRU855GFUMVC9JWM8Y' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NF8PIMOIPPYH3AQJR6R8FQMPX10ZBDSFQ' where id=16; -update noar ti set v2='NF8PIMOIPPYH3AQJR6R8FQMPX10ZBDSFQ' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SPXG4OR4XFGUVWDRV7J3G8L2V5RSJYOYM' where id=16; -update noar ti set v3='SPXG4OR4XFGUVWDRV7J3G8L2V5RSJYOYM' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='F3A1CHQU0MEJPT62HME1VKM5EQZ57SVXR' where id=17; -update noar ti set v0='F3A1CHQU0MEJPT62HME1VKM5EQZ57SVXR' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TQ2XK26I1XAFIR78Z8THVBD39K4IUZFZE' where id=17; -update noar ti set v1='TQ2XK26I1XAFIR78Z8THVBD39K4IUZFZE' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YVO846KBJ1NV8U6SDTL51M2K3HA4C4H6B' where id=17; -update noar ti set v2='YVO846KBJ1NV8U6SDTL51M2K3HA4C4H6B' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LVDOI1METCQVT2VW2ME3SXROD7EA2GC6F' where id=17; -update noar ti set v3='LVDOI1METCQVT2VW2ME3SXROD7EA2GC6F' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MKDJ79X4CTDYB1YMWDJOCTP82EIDX6XD7' where id=18; -update noar ti set v0='MKDJ79X4CTDYB1YMWDJOCTP82EIDX6XD7' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DXKLQC2B8SLZ49QFJEVKB7W5MSLP10PXB' where id=18; -update noar ti set v1='DXKLQC2B8SLZ49QFJEVKB7W5MSLP10PXB' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OVDNU2U0VYYB4SL9ATQRX14DTPSF2EYC0' where id=18; -update noar ti set v2='OVDNU2U0VYYB4SL9ATQRX14DTPSF2EYC0' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GHA7T9AZU3GP1YB75FOO09LGPIC54YT29' where id=18; -update noar ti set v3='GHA7T9AZU3GP1YB75FOO09LGPIC54YT29' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='56YU26EX616AVMGIBO9T55F77CTPBHHTY' where id=19; -update noar ti set v0='56YU26EX616AVMGIBO9T55F77CTPBHHTY' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6IEIJABVSHTL7B7IC8ATYUOOMNG5P4J21' where id=19; -update noar ti set v1='6IEIJABVSHTL7B7IC8ATYUOOMNG5P4J21' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZQDUTBTFE4OAHNRKF4PT5O7ALF6K0B871' where id=19; -update noar ti set v2='ZQDUTBTFE4OAHNRKF4PT5O7ALF6K0B871' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K7GNNXZ4GV1ONF0XJ5WCOF6TBS88TM1RX' where id=19; -update noar ti set v3='K7GNNXZ4GV1ONF0XJ5WCOF6TBS88TM1RX' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UC8URNJBUZONLBXRPGX52ZHH4DMBJ4QES' where id=20; -update noar ti set v0='UC8URNJBUZONLBXRPGX52ZHH4DMBJ4QES' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QEIWBYOKP8QIBME421MTQK5XT7L5VEIE1' where id=20; -update noar ti set v1='QEIWBYOKP8QIBME421MTQK5XT7L5VEIE1' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LOTIEB7G2YCUSRFF8GY44EZKWPUWR9072' where id=20; -update noar ti set v2='LOTIEB7G2YCUSRFF8GY44EZKWPUWR9072' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='98WVRWY6KRR18BR694HT4D9X9HY1UISFD' where id=20; -update noar ti set v3='98WVRWY6KRR18BR694HT4D9X9HY1UISFD' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WGYQ7OOYJWOO3R3593YADT3CA0X24CHGE' where id=21; -update noar ti set v0='WGYQ7OOYJWOO3R3593YADT3CA0X24CHGE' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HEYADKX46NP9STU5WBTMCI51NS2YJN7W0' where id=21; -update noar ti set v1='HEYADKX46NP9STU5WBTMCI51NS2YJN7W0' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6MRK67XGPTU37D5JLR0HMO8KO1RVTCTCK' where id=21; -update noar ti set v2='6MRK67XGPTU37D5JLR0HMO8KO1RVTCTCK' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VJ21I5FYUNUCI6HEVY39MHK5VJKSUWLT4' where id=21; -update noar ti set v3='VJ21I5FYUNUCI6HEVY39MHK5VJKSUWLT4' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RK7QU7GYTGGM50TTY4S4XKLPQ96XU89YM' where id=22; -update noar ti set v0='RK7QU7GYTGGM50TTY4S4XKLPQ96XU89YM' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9XYLSONJ3MWXI8I1PKO03ONPE18JPEY08' where id=22; -update noar ti set v1='9XYLSONJ3MWXI8I1PKO03ONPE18JPEY08' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QUPQ3LGB6745Q9DJUMXA171IQ4Y2HU6G2' where id=22; -update noar ti set v2='QUPQ3LGB6745Q9DJUMXA171IQ4Y2HU6G2' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PKM2DEQIRE82867HKDOEBNV7LBGF3QH43' where id=22; -update noar ti set v3='PKM2DEQIRE82867HKDOEBNV7LBGF3QH43' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='28B1SUBXBYD7IBS0GFBPZIIFPTBWEKK41' where id=23; -update noar ti set v0='28B1SUBXBYD7IBS0GFBPZIIFPTBWEKK41' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VOKF6B4GX5RVKM4E1ROO7Q1N904DE93MD' where id=23; -update noar ti set v1='VOKF6B4GX5RVKM4E1ROO7Q1N904DE93MD' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IQQRS8LONX8URZ30TB6EIKNI7MH937U0I' where id=23; -update noar ti set v2='IQQRS8LONX8URZ30TB6EIKNI7MH937U0I' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0MFUCQLDYNBJZX7PH4BX2BPCT6JJU2OCY' where id=23; -update noar ti set v3='0MFUCQLDYNBJZX7PH4BX2BPCT6JJU2OCY' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H35VJ0JJ9M4VKRSKPZSEFOGYHQEXPWD2V' where id=24; -update noar ti set v0='H35VJ0JJ9M4VKRSKPZSEFOGYHQEXPWD2V' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0WVQRQNN4L9T49A8NBOY4TDVRCKZPT4LM' where id=24; -update noar ti set v1='0WVQRQNN4L9T49A8NBOY4TDVRCKZPT4LM' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JEFMF7ET9L805T1WJ8K4ZQ5IVRQ6ZXPJD' where id=24; -update noar ti set v2='JEFMF7ET9L805T1WJ8K4ZQ5IVRQ6ZXPJD' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XE099KPJIXBNUL85T6F1N7JLRW984J9TF' where id=24; -update noar ti set v3='XE099KPJIXBNUL85T6F1N7JLRW984J9TF' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='X14F3R7GU1RJOCCW4WX7CTIGT36TE3JRG' where id=25; -update noar ti set v0='X14F3R7GU1RJOCCW4WX7CTIGT36TE3JRG' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U4X1TLXGG39F6MJFB4AJ5AVNVDRQBEH06' where id=25; -update noar ti set v1='U4X1TLXGG39F6MJFB4AJ5AVNVDRQBEH06' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6VLMEP1APE3QP9NGZHV5WAUAJJCFMUP3Y' where id=25; -update noar ti set v2='6VLMEP1APE3QP9NGZHV5WAUAJJCFMUP3Y' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6E0GFNFJIYRBFZ7T6D47QZXFN85X5UGLZ' where id=25; -update noar ti set v3='6E0GFNFJIYRBFZ7T6D47QZXFN85X5UGLZ' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J7FZVM7Z9K8JFMX7X63U5T30O10QA5OMS' where id=26; -update noar ti set v0='J7FZVM7Z9K8JFMX7X63U5T30O10QA5OMS' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='47DZY405L0EZ5VIBA5KAAX2N2TQDXPEPN' where id=26; -update noar ti set v1='47DZY405L0EZ5VIBA5KAAX2N2TQDXPEPN' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CT2XH9X3W36YXMAKQPKPIXTDHSII9695N' where id=26; -update noar ti set v2='CT2XH9X3W36YXMAKQPKPIXTDHSII9695N' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GRJJ7OT65HHPSRIRECL3YWXZHUAV950AE' where id=26; -update noar ti set v3='GRJJ7OT65HHPSRIRECL3YWXZHUAV950AE' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T2PQ2G2YUHMZFOIH8KD9WOLVZACI6QXSL' where id=27; -update noar ti set v0='T2PQ2G2YUHMZFOIH8KD9WOLVZACI6QXSL' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WBKMMLEJIH1CELPCOJR4GFCW910192RUC' where id=27; -update noar ti set v1='WBKMMLEJIH1CELPCOJR4GFCW910192RUC' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GW7O784R98OO80ZQRU56JV04O5ZKVCGLM' where id=27; -update noar ti set v2='GW7O784R98OO80ZQRU56JV04O5ZKVCGLM' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4ASKL6U7NE4H92UNQETXZQMELKRUM9RJW' where id=27; -update noar ti set v3='4ASKL6U7NE4H92UNQETXZQMELKRUM9RJW' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VL5UD7E3UXP1Y30T19OUQMDNQQDCVIMF5' where id=28; -update noar ti set v0='VL5UD7E3UXP1Y30T19OUQMDNQQDCVIMF5' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EPLL1XI0NDVRFJTEMPY5Y6U8ERLTL8T6A' where id=28; -update noar ti set v1='EPLL1XI0NDVRFJTEMPY5Y6U8ERLTL8T6A' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2BTSP19L73FQ35FQ5D08MP0C0JKQNYIE9' where id=28; -update noar ti set v2='2BTSP19L73FQ35FQ5D08MP0C0JKQNYIE9' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BH7X40UUGJPX4S4AALT5U9IKEEBUD1OUM' where id=28; -update noar ti set v3='BH7X40UUGJPX4S4AALT5U9IKEEBUD1OUM' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0XYMUNMMYKYKJOFX6KU1VZUXYW2R2SGOG' where id=29; -update noar ti set v0='0XYMUNMMYKYKJOFX6KU1VZUXYW2R2SGOG' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2O9VFIZQU5X3N3SH7X6KBHKZE99NGKJZH' where id=29; -update noar ti set v1='2O9VFIZQU5X3N3SH7X6KBHKZE99NGKJZH' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='NLHXCA55YM0YH9ORW54T2DYRWI7PWSMY1' where id=29; -update noar ti set v2='NLHXCA55YM0YH9ORW54T2DYRWI7PWSMY1' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GFEF2SYYVRSHCVM1JX5GYY51H00H87XC2' where id=29; -update noar ti set v3='GFEF2SYYVRSHCVM1JX5GYY51H00H87XC2' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LJMNSZA5O130HP39Q0HGEY7PW6V1TWO3A' where id=30; -update noar ti set v0='LJMNSZA5O130HP39Q0HGEY7PW6V1TWO3A' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J8Q5CVBM83ZF76UY4KAZ0MBCSD3ZZK59O' where id=30; -update noar ti set v1='J8Q5CVBM83ZF76UY4KAZ0MBCSD3ZZK59O' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='410FAC6AON5D5DNNS49P87VTKZ5XHY24W' where id=30; -update noar ti set v2='410FAC6AON5D5DNNS49P87VTKZ5XHY24W' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6OVAG8QJYGVZ7H3QSYLOJ4KB5HM9WU201' where id=30; -update noar ti set v3='6OVAG8QJYGVZ7H3QSYLOJ4KB5HM9WU201' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7NHI3QNFIXZQFRN67VXYFNXODUQNYRSGF' where id=31; -update noar ti set v0='7NHI3QNFIXZQFRN67VXYFNXODUQNYRSGF' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2EUIFAF1PD1GQ1X00EUU4G26IUHYE00WI' where id=31; -update noar ti set v1='2EUIFAF1PD1GQ1X00EUU4G26IUHYE00WI' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M1H8FI0O21CY7BVEK624X5QJPHGB919UN' where id=31; -update noar ti set v2='M1H8FI0O21CY7BVEK624X5QJPHGB919UN' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I661L0SLV4WI6NYPB3D97AUILOV6XC0FE' where id=31; -update noar ti set v3='I661L0SLV4WI6NYPB3D97AUILOV6XC0FE' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OGDZHQ95S17YB4LIFHGVFLOJSY1KDSB30' where id=32; -update noar ti set v0='OGDZHQ95S17YB4LIFHGVFLOJSY1KDSB30' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8GQUEDNSHUCLOJNKPIH56TB6L0PBMD65U' where id=32; -update noar ti set v1='8GQUEDNSHUCLOJNKPIH56TB6L0PBMD65U' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HAQQ51MGMVNOXA12ALYIYXHH7A66M4NFF' where id=32; -update noar ti set v2='HAQQ51MGMVNOXA12ALYIYXHH7A66M4NFF' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VW5OEZ7QECGOU9VVRTM4WOX79G2RBWETN' where id=32; -update noar ti set v3='VW5OEZ7QECGOU9VVRTM4WOX79G2RBWETN' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1LSN1T9R98CYSP8SDL6MUHZYC7734XO2X' where id=33; -update noar ti set v0='1LSN1T9R98CYSP8SDL6MUHZYC7734XO2X' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6H4XU6WU6JTODYEWNZ50V0SD2BBJ2CP1M' where id=33; -update noar ti set v1='6H4XU6WU6JTODYEWNZ50V0SD2BBJ2CP1M' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='W1HXKNQTDCNJOJQ9H5ZJ0JSG1VQ5ZJSPV' where id=33; -update noar ti set v2='W1HXKNQTDCNJOJQ9H5ZJ0JSG1VQ5ZJSPV' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QQFHL4QXG8NJEKQ9JK8GTRGYKTMOHWLUW' where id=33; -update noar ti set v3='QQFHL4QXG8NJEKQ9JK8GTRGYKTMOHWLUW' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='M3WQCU84TA265RO9865JQ6XBSE7NS6Z59' where id=34; -update noar ti set v0='M3WQCU84TA265RO9865JQ6XBSE7NS6Z59' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z4DNA42Z37ORF1Z9JVTTPOV58RD6VMULU' where id=34; -update noar ti set v1='Z4DNA42Z37ORF1Z9JVTTPOV58RD6VMULU' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZEOSTBEIKTX7MRRBMG2UYMWLFBH7ZLZQ0' where id=34; -update noar ti set v2='ZEOSTBEIKTX7MRRBMG2UYMWLFBH7ZLZQ0' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='S0NBDM8NNEXLKYM6QDRQXHCH56XUVPUEQ' where id=34; -update noar ti set v3='S0NBDM8NNEXLKYM6QDRQXHCH56XUVPUEQ' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HAK9VG8HQJRVEUSNZJMLQ5HJWQL7QZV3C' where id=35; -update noar ti set v0='HAK9VG8HQJRVEUSNZJMLQ5HJWQL7QZV3C' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='W27V5QYK0ZTD0G8YZDFAXXUU8528NDBPJ' where id=35; -update noar ti set v1='W27V5QYK0ZTD0G8YZDFAXXUU8528NDBPJ' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CJ9W59MF4VSOBZFJDP40E9YKZIO1Q6KLX' where id=35; -update noar ti set v2='CJ9W59MF4VSOBZFJDP40E9YKZIO1Q6KLX' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TTOFMYRMF7WLKCCI1Y1QCR2D3W6CC0VXO' where id=35; -update noar ti set v3='TTOFMYRMF7WLKCCI1Y1QCR2D3W6CC0VXO' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MF0TRKBPLG9IBFPTG57P7F5ZX2L057ZHT' where id=36; -update noar ti set v0='MF0TRKBPLG9IBFPTG57P7F5ZX2L057ZHT' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TWY9GL4N6YU1MWP8XB1PI8YS3UBWDDNMB' where id=36; -update noar ti set v1='TWY9GL4N6YU1MWP8XB1PI8YS3UBWDDNMB' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5XD0MEQKDMR2HGXBJ6NKSF0HKA6NNS742' where id=36; -update noar ti set v2='5XD0MEQKDMR2HGXBJ6NKSF0HKA6NNS742' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3H0EA6B45WR6FRWTCKCHOJXTHA5BKIT2F' where id=36; -update noar ti set v3='3H0EA6B45WR6FRWTCKCHOJXTHA5BKIT2F' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='95E6L7GSV9I7KBBHV3F9KBE23IL6WE8YL' where id=37; -update noar ti set v0='95E6L7GSV9I7KBBHV3F9KBE23IL6WE8YL' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9F3JB8AIRJE6QHTXIEEVZJNLQYJEGXY4H' where id=37; -update noar ti set v1='9F3JB8AIRJE6QHTXIEEVZJNLQYJEGXY4H' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OYH9Y7IVQRZ8G842TPF6N7QNLGLP7AM3C' where id=37; -update noar ti set v2='OYH9Y7IVQRZ8G842TPF6N7QNLGLP7AM3C' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3B1JQXY8WUEFUUGSHRS45CEDCQN0WRNTQ' where id=37; -update noar ti set v3='3B1JQXY8WUEFUUGSHRS45CEDCQN0WRNTQ' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JZQLQ9ZHXFIU7WBCDA6OTRLW3PDSJNUJ7' where id=38; -update noar ti set v0='JZQLQ9ZHXFIU7WBCDA6OTRLW3PDSJNUJ7' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G24SDD849GUFPH2UIUXK6TDPMVZT9KX1C' where id=38; -update noar ti set v1='G24SDD849GUFPH2UIUXK6TDPMVZT9KX1C' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IZD3TF8EYOVOBCBOTZS4RBRQDJEJKBEJ9' where id=38; -update noar ti set v2='IZD3TF8EYOVOBCBOTZS4RBRQDJEJKBEJ9' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='95XWXAHWDQKCSS7P7CI97AY8ZPF8HUJDW' where id=38; -update noar ti set v3='95XWXAHWDQKCSS7P7CI97AY8ZPF8HUJDW' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1T3Y4KJWLSI014FJXUJVP4S23RY039MOG' where id=39; -update noar ti set v0='1T3Y4KJWLSI014FJXUJVP4S23RY039MOG' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8MKPK1U4WQUQF4RPY272YOL2SIXE2G6J3' where id=39; -update noar ti set v1='8MKPK1U4WQUQF4RPY272YOL2SIXE2G6J3' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VHDUJNM08T9L9JFP4P742MTE3H6K954ZC' where id=39; -update noar ti set v2='VHDUJNM08T9L9JFP4P742MTE3H6K954ZC' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='51C8TP623RGCLWDMRC8XJ0349CGIUYW1S' where id=39; -update noar ti set v3='51C8TP623RGCLWDMRC8XJ0349CGIUYW1S' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TCBKJV7WEFI3NKLR7IV4GROF41X4YGZV8' where id=40; -update noar ti set v0='TCBKJV7WEFI3NKLR7IV4GROF41X4YGZV8' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2N5M3QLKEWTVH0WHD8PEHAMWMD2YKXT4W' where id=40; -update noar ti set v1='2N5M3QLKEWTVH0WHD8PEHAMWMD2YKXT4W' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TO6EK2U8AK5D8WRZLYIP0QU5N1SADEC8B' where id=40; -update noar ti set v2='TO6EK2U8AK5D8WRZLYIP0QU5N1SADEC8B' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='J0HIPHB60ZPUTXBHRD2R8A584R08B7QAN' where id=40; -update noar ti set v3='J0HIPHB60ZPUTXBHRD2R8A584R08B7QAN' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QMOCYIW5F2KGTXJWOURV0AUPGOVU0LRD1' where id=41; -update noar ti set v0='QMOCYIW5F2KGTXJWOURV0AUPGOVU0LRD1' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3J81DLRM220BY3D72I3SSMHA2BQ5XR61V' where id=41; -update noar ti set v1='3J81DLRM220BY3D72I3SSMHA2BQ5XR61V' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OBWI4SVE17HETZB0DO93V8F3255DASLP9' where id=41; -update noar ti set v2='OBWI4SVE17HETZB0DO93V8F3255DASLP9' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OVXNZF1UGXBVV6RYR0SS85O7XH6XRHYVU' where id=41; -update noar ti set v3='OVXNZF1UGXBVV6RYR0SS85O7XH6XRHYVU' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ND5SELQZO5NMDPGID2MGDS8QWSPQWRSDC' where id=42; -update noar ti set v0='ND5SELQZO5NMDPGID2MGDS8QWSPQWRSDC' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='APFLH78J8RIUQABJO9C0XUJ728S19FMB1' where id=42; -update noar ti set v1='APFLH78J8RIUQABJO9C0XUJ728S19FMB1' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='97W8TYYF33GACEUL9NIZ7Y8DL3SEU6M0X' where id=42; -update noar ti set v2='97W8TYYF33GACEUL9NIZ7Y8DL3SEU6M0X' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='T7J5UC89PA3I2J3MP6H8FY38G8KCZ8DGE' where id=42; -update noar ti set v3='T7J5UC89PA3I2J3MP6H8FY38G8KCZ8DGE' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L9DAO06YPFO4FNO0YML7601UL297EJLJK' where id=43; -update noar ti set v0='L9DAO06YPFO4FNO0YML7601UL297EJLJK' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T8LPZDBGLKVGF7J8WDPNCGC4UDT5YXT0G' where id=43; -update noar ti set v1='T8LPZDBGLKVGF7J8WDPNCGC4UDT5YXT0G' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F8OE6XPDSL9T5L6RWXGZ37TOR08XQNKLD' where id=43; -update noar ti set v2='F8OE6XPDSL9T5L6RWXGZ37TOR08XQNKLD' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JP7QNSDHCOWOHEZ19AK8WBU3P0HZZZFUC' where id=43; -update noar ti set v3='JP7QNSDHCOWOHEZ19AK8WBU3P0HZZZFUC' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QR5CU9J1BM54KXSALVOU2YYIIT9II5IV7' where id=44; -update noar ti set v0='QR5CU9J1BM54KXSALVOU2YYIIT9II5IV7' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='THR2AGEW965PRL7DQ6FPFRVF555HV9BGH' where id=44; -update noar ti set v1='THR2AGEW965PRL7DQ6FPFRVF555HV9BGH' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GK24JP9QKQEJ41FF92VFAFG2J4H367VXY' where id=44; -update noar ti set v2='GK24JP9QKQEJ41FF92VFAFG2J4H367VXY' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='RXQ5576BL2NWDIAAZWD6T9ARM4A0CNHPK' where id=44; -update noar ti set v3='RXQ5576BL2NWDIAAZWD6T9ARM4A0CNHPK' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GWR3GW8YSUEHLA2IMYNODZTMABWQL3UVN' where id=45; -update noar ti set v0='GWR3GW8YSUEHLA2IMYNODZTMABWQL3UVN' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BKZNASNZUDYVUMESOFLQQMW3KXZRD8TNI' where id=45; -update noar ti set v1='BKZNASNZUDYVUMESOFLQQMW3KXZRD8TNI' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S9SNZCF4KJ3LOD8LU51I7YIK2NHHL2S9L' where id=45; -update noar ti set v2='S9SNZCF4KJ3LOD8LU51I7YIK2NHHL2S9L' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZBWLFM6A2VE95ZKNZ8HFZNQ2JVSSWH1VJ' where id=45; -update noar ti set v3='ZBWLFM6A2VE95ZKNZ8HFZNQ2JVSSWH1VJ' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='27CIX9UJKS2U48PLDIW59ZDET9LYB9ZP8' where id=46; -update noar ti set v0='27CIX9UJKS2U48PLDIW59ZDET9LYB9ZP8' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1A0ELI6O5NJFOPT5NKL53RVHJE7XE39LY' where id=46; -update noar ti set v1='1A0ELI6O5NJFOPT5NKL53RVHJE7XE39LY' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='27J8V1GVO68JHO0CK71DFDXC4HF98GDBK' where id=46; -update noar ti set v2='27J8V1GVO68JHO0CK71DFDXC4HF98GDBK' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AH200JYBSX88DD1XIK7GVDLMJNEYVNRD6' where id=46; -update noar ti set v3='AH200JYBSX88DD1XIK7GVDLMJNEYVNRD6' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H5J4WZ3QWCZA02UB84BPM78RQDK2OTIK5' where id=47; -update noar ti set v0='H5J4WZ3QWCZA02UB84BPM78RQDK2OTIK5' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TL89W61XVOK7G5VUFTKUDY411H6J01DIF' where id=47; -update noar ti set v1='TL89W61XVOK7G5VUFTKUDY411H6J01DIF' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FA4N8L56DOQSQ909DQ4IXVV6QPMB3GXY7' where id=47; -update noar ti set v2='FA4N8L56DOQSQ909DQ4IXVV6QPMB3GXY7' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8S6S0DCK02JY4BEU0UMJAVEK73IXPORDL' where id=47; -update noar ti set v3='8S6S0DCK02JY4BEU0UMJAVEK73IXPORDL' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='G9VHLMZMPR34PGYRYYE7EBCVZD62OV7G7' where id=48; -update noar ti set v0='G9VHLMZMPR34PGYRYYE7EBCVZD62OV7G7' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PXSSL3CI37E8NIARJ97E7560CU47S7ZJH' where id=48; -update noar ti set v1='PXSSL3CI37E8NIARJ97E7560CU47S7ZJH' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HL0KH8QSLJTM47SZNB5XYJ334W0T7LQ17' where id=48; -update noar ti set v2='HL0KH8QSLJTM47SZNB5XYJ334W0T7LQ17' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SZL2PQD8RE1IKQ1O9OYB3AD6NJBLI9BWD' where id=48; -update noar ti set v3='SZL2PQD8RE1IKQ1O9OYB3AD6NJBLI9BWD' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z3AFY4MML6MYH5NG9JSQ72RLK0HO0BG9V' where id=49; -update noar ti set v0='Z3AFY4MML6MYH5NG9JSQ72RLK0HO0BG9V' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8WMTWYRK0DI205EJFQKQBWU67OCNKL2OO' where id=49; -update noar ti set v1='8WMTWYRK0DI205EJFQKQBWU67OCNKL2OO' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='I9UEO5RMIUO4RF9LJPZQQ9EFNQQF8Y53O' where id=49; -update noar ti set v2='I9UEO5RMIUO4RF9LJPZQQ9EFNQQF8Y53O' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ILHMCPLH1R46JMUI86NJ3KQXLFDR7T3PV' where id=49; -update noar ti set v3='ILHMCPLH1R46JMUI86NJ3KQXLFDR7T3PV' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RURSQ9L2FSKAFNVYJK1C7FLEJFZHUILXD' where id=50; -update noar ti set v0='RURSQ9L2FSKAFNVYJK1C7FLEJFZHUILXD' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DSL5GCW995JRY82HOPK0IV52JUI4I1RBA' where id=50; -update noar ti set v1='DSL5GCW995JRY82HOPK0IV52JUI4I1RBA' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TRFMGIARIBM6O4HH9YT49EI7ICZDSCCZK' where id=50; -update noar ti set v2='TRFMGIARIBM6O4HH9YT49EI7ICZDSCCZK' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='458762STQLMQS5IK2AUZFMMDAQ8GFVW39' where id=50; -update noar ti set v3='458762STQLMQS5IK2AUZFMMDAQ8GFVW39' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7L6UP1XJBFY9RLRQJZMOC52GHJZUXS27J' where id=51; -update noar ti set v0='7L6UP1XJBFY9RLRQJZMOC52GHJZUXS27J' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YTMDICEWMQJTBWBZCB6ALJSSY2HBLGA1B' where id=51; -update noar ti set v1='YTMDICEWMQJTBWBZCB6ALJSSY2HBLGA1B' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L6X04J0C3HWTE8R9JN3YADC02AS5O781E' where id=51; -update noar ti set v2='L6X04J0C3HWTE8R9JN3YADC02AS5O781E' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AD2RYQ8TG4Q0E3T5Y7O8NJERYDHV8Q2UY' where id=51; -update noar ti set v3='AD2RYQ8TG4Q0E3T5Y7O8NJERYDHV8Q2UY' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KIYNLLN5RH3R6LYNPHLAPYV5GB46E2G7W' where id=52; -update noar ti set v0='KIYNLLN5RH3R6LYNPHLAPYV5GB46E2G7W' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MJBQA2HIXRPOH9K42ZIQ9NXLUY9QN93Z3' where id=52; -update noar ti set v1='MJBQA2HIXRPOH9K42ZIQ9NXLUY9QN93Z3' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FERPK7XSW9WSSHW0MMSU32PKC169QA2H6' where id=52; -update noar ti set v2='FERPK7XSW9WSSHW0MMSU32PKC169QA2H6' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DSH8CFWXTX2DLN9XMHLZCASZL6K5XJUUA' where id=52; -update noar ti set v3='DSH8CFWXTX2DLN9XMHLZCASZL6K5XJUUA' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6AN7R1VYJVONXHX17M1DO6RG5RGZZD2T7' where id=53; -update noar ti set v0='6AN7R1VYJVONXHX17M1DO6RG5RGZZD2T7' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JWMPLL8L4A3AJ1YQQOBV89JSSZ1OPKF0I' where id=53; -update noar ti set v1='JWMPLL8L4A3AJ1YQQOBV89JSSZ1OPKF0I' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0LIY2CSI9D3HPPBADYLRUYKHH6Y5J6O0I' where id=53; -update noar ti set v2='0LIY2CSI9D3HPPBADYLRUYKHH6Y5J6O0I' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3TPM46KEH2W2KTRAVUCLDD24ZGIIYE73G' where id=53; -update noar ti set v3='3TPM46KEH2W2KTRAVUCLDD24ZGIIYE73G' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9FMS4I2NTMHR3AJLL5JPKH1MS2BETT508' where id=54; -update noar ti set v0='9FMS4I2NTMHR3AJLL5JPKH1MS2BETT508' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SB1RJLVZA09KX532JNTE5APJUTZU94BR7' where id=54; -update noar ti set v1='SB1RJLVZA09KX532JNTE5APJUTZU94BR7' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SH4NIS1WYNR6W7650I4CMS4WA3EE6EJ06' where id=54; -update noar ti set v2='SH4NIS1WYNR6W7650I4CMS4WA3EE6EJ06' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6M8ZNTNUYGYE8K0GPZCAGMIBB9GODDJ3T' where id=54; -update noar ti set v3='6M8ZNTNUYGYE8K0GPZCAGMIBB9GODDJ3T' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='W7DSNS4NZ9283GJVVA48PWEYB8028KQ2B' where id=55; -update noar ti set v0='W7DSNS4NZ9283GJVVA48PWEYB8028KQ2B' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7W0NBJABATJMK0GRD5UMY5GUBFJYKHSOS' where id=55; -update noar ti set v1='7W0NBJABATJMK0GRD5UMY5GUBFJYKHSOS' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='57EMBWTTQSRQI2JK20H8MNHYE0KS7K5MA' where id=55; -update noar ti set v2='57EMBWTTQSRQI2JK20H8MNHYE0KS7K5MA' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y9PMVRMXLN1H6H2ZSL6S8VQYO3XMXOIZC' where id=55; -update noar ti set v3='Y9PMVRMXLN1H6H2ZSL6S8VQYO3XMXOIZC' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QUZ7ABM7U20FX9JU87HPJ45TE9R48DMDI' where id=56; -update noar ti set v0='QUZ7ABM7U20FX9JU87HPJ45TE9R48DMDI' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q53CBPGSPVA4AUL0BOF9RU6XOH3OBYBXX' where id=56; -update noar ti set v1='Q53CBPGSPVA4AUL0BOF9RU6XOH3OBYBXX' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XI61XGI3OR56KT9GIRRC3CM0IIMNPPTGK' where id=56; -update noar ti set v2='XI61XGI3OR56KT9GIRRC3CM0IIMNPPTGK' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I6YYC6B0ZE88SRV7CQ138T0YASK9VS9C9' where id=56; -update noar ti set v3='I6YYC6B0ZE88SRV7CQ138T0YASK9VS9C9' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7K4KWB5KJQ0FNMMDFA3PAU7XSQ8LDQA7Z' where id=57; -update noar ti set v0='7K4KWB5KJQ0FNMMDFA3PAU7XSQ8LDQA7Z' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T7TM731845GEWLY5D0YTCFZL8E8TY5IS0' where id=57; -update noar ti set v1='T7TM731845GEWLY5D0YTCFZL8E8TY5IS0' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PAD1A0MOKVUAWOVCRU12QPQZL54L58MHM' where id=57; -update noar ti set v2='PAD1A0MOKVUAWOVCRU12QPQZL54L58MHM' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LF7RYQN7OR38JKDHM5MHLS3AKYPO5IKTC' where id=57; -update noar ti set v3='LF7RYQN7OR38JKDHM5MHLS3AKYPO5IKTC' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HPR7W84PVJXJ6GQFULKCJ9CJOZEFQ0BGF' where id=58; -update noar ti set v0='HPR7W84PVJXJ6GQFULKCJ9CJOZEFQ0BGF' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CITNSMY4DF1631N6T90S3SNEHFNTD4R27' where id=58; -update noar ti set v1='CITNSMY4DF1631N6T90S3SNEHFNTD4R27' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZHZ3JRPT1ZDOFCH6W3B5WRD0Q31KHNK9X' where id=58; -update noar ti set v2='ZHZ3JRPT1ZDOFCH6W3B5WRD0Q31KHNK9X' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='70B5U9N677URBUQM0USYHRFBPLPD67IQX' where id=58; -update noar ti set v3='70B5U9N677URBUQM0USYHRFBPLPD67IQX' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LA58EWWSB68PRT1LJJB98AH1PXGNTRC06' where id=59; -update noar ti set v0='LA58EWWSB68PRT1LJJB98AH1PXGNTRC06' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AP637AEY7NGUISPC3KD29OZ1O0G75CR4K' where id=59; -update noar ti set v1='AP637AEY7NGUISPC3KD29OZ1O0G75CR4K' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3EE7QBNM4DYRH3Q74JHVYQIKTI9AWAIK4' where id=59; -update noar ti set v2='3EE7QBNM4DYRH3Q74JHVYQIKTI9AWAIK4' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OAZ7WEOSWUYAYE479F9LD22KB2RE9MLTR' where id=59; -update noar ti set v3='OAZ7WEOSWUYAYE479F9LD22KB2RE9MLTR' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1IQOOZMRYNK70DX2TP46IJ5UUGK495Y1I' where id=60; -update noar ti set v0='1IQOOZMRYNK70DX2TP46IJ5UUGK495Y1I' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DQUK6ERL0VW5VMRVFWS248Y276ZPBMGQE' where id=60; -update noar ti set v1='DQUK6ERL0VW5VMRVFWS248Y276ZPBMGQE' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4ZJBYP0QD2WUBRB4NG9C57IF9GQMCZ38A' where id=60; -update noar ti set v2='4ZJBYP0QD2WUBRB4NG9C57IF9GQMCZ38A' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D5IYVYR9W7A6ZE3C5JW18GTMV7CB0BEWK' where id=60; -update noar ti set v3='D5IYVYR9W7A6ZE3C5JW18GTMV7CB0BEWK' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='R6703LWXKEUK76X1YQEZOYWMTMO8QDVI9' where id=61; -update noar ti set v0='R6703LWXKEUK76X1YQEZOYWMTMO8QDVI9' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BQKLJYJMXRCQZINREU6BFYUT0QNZU3Z41' where id=61; -update noar ti set v1='BQKLJYJMXRCQZINREU6BFYUT0QNZU3Z41' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3B4WTYG204536B6U6LSAEQWJSMTILWQGH' where id=61; -update noar ti set v2='3B4WTYG204536B6U6LSAEQWJSMTILWQGH' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HEE35D4CB62BMEIB7WAKFZUONQKSLDWU6' where id=61; -update noar ti set v3='HEE35D4CB62BMEIB7WAKFZUONQKSLDWU6' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TJGMRDOJZKJX3BQY0ROVK9MW6KKHXMAFF' where id=62; -update noar ti set v0='TJGMRDOJZKJX3BQY0ROVK9MW6KKHXMAFF' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T4KXHC3H3HWBCG1S8QP9ET8VT9ZHLTBKO' where id=62; -update noar ti set v1='T4KXHC3H3HWBCG1S8QP9ET8VT9ZHLTBKO' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WGR6RZ9YVEEFV7GCKDBK5J6I47U1E1QAE' where id=62; -update noar ti set v2='WGR6RZ9YVEEFV7GCKDBK5J6I47U1E1QAE' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9QFS45BXHQ5GFEIYLN0B4ZR9ZDSUQ95H8' where id=62; -update noar ti set v3='9QFS45BXHQ5GFEIYLN0B4ZR9ZDSUQ95H8' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C0LB0552ZAI7DB3QKO10LWBGEXEOEACAB' where id=63; -update noar ti set v0='C0LB0552ZAI7DB3QKO10LWBGEXEOEACAB' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VKXX45AKTKLFOCWJZT683TDRWSLH2BJRA' where id=63; -update noar ti set v1='VKXX45AKTKLFOCWJZT683TDRWSLH2BJRA' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9T26MXOSVWZ744I7OC2PH13TERW1GHN0K' where id=63; -update noar ti set v2='9T26MXOSVWZ744I7OC2PH13TERW1GHN0K' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YHWLHXQRM5CXAKOFMIO7HPT0HDUIHQQ91' where id=63; -update noar ti set v3='YHWLHXQRM5CXAKOFMIO7HPT0HDUIHQQ91' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L7QNRDGTFGY21MVR5N9IH1NNUS1C2T9U2' where id=64; -update noar ti set v0='L7QNRDGTFGY21MVR5N9IH1NNUS1C2T9U2' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6PBQ0LHXJAYIYEKFJ04WZU6RXBRD86F90' where id=64; -update noar ti set v1='6PBQ0LHXJAYIYEKFJ04WZU6RXBRD86F90' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EE4MO8VSMDYTXV6LW58KYTNQTRDCHM8BQ' where id=64; -update noar ti set v2='EE4MO8VSMDYTXV6LW58KYTNQTRDCHM8BQ' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EAFFHWK6ZSAS83ZTT5I9VWGK0S568Y5NI' where id=64; -update noar ti set v3='EAFFHWK6ZSAS83ZTT5I9VWGK0S568Y5NI' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FY6BMD1JXRRLTDHVD0LJ5856CYRG1U80Q' where id=65; -update noar ti set v0='FY6BMD1JXRRLTDHVD0LJ5856CYRG1U80Q' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2VKZFS4O1NTHB9XFQL97OLY42WXHKG2B8' where id=65; -update noar ti set v1='2VKZFS4O1NTHB9XFQL97OLY42WXHKG2B8' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5ZN2JQDSGF0P8K6NOD7L1CNU4FAZDIAUL' where id=65; -update noar ti set v2='5ZN2JQDSGF0P8K6NOD7L1CNU4FAZDIAUL' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5G0LZLLYOZ7UZ5M93TWZEYMUVQF6G1SZH' where id=65; -update noar ti set v3='5G0LZLLYOZ7UZ5M93TWZEYMUVQF6G1SZH' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='57NOVDL3B0S7PWQMPL07DONGGI9JRW3BP' where id=66; -update noar ti set v0='57NOVDL3B0S7PWQMPL07DONGGI9JRW3BP' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LO6VROUBXYCVZ4ISQM3L470ZUOMLHWT14' where id=66; -update noar ti set v1='LO6VROUBXYCVZ4ISQM3L470ZUOMLHWT14' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YUJ6RUU9EN9LQTZFOA1WW49B4QSD4BINX' where id=66; -update noar ti set v2='YUJ6RUU9EN9LQTZFOA1WW49B4QSD4BINX' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CB93SCQNUAHESR1BECFL62QHUPBRV0O7S' where id=66; -update noar ti set v3='CB93SCQNUAHESR1BECFL62QHUPBRV0O7S' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NJ1T120GMHCEO75BWMHFRJLMM3TOU025C' where id=67; -update noar ti set v0='NJ1T120GMHCEO75BWMHFRJLMM3TOU025C' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='6RJI6M9VCLG1AXRIRCS9YA3XLIQWQPVV1' where id=67; -update noar ti set v1='6RJI6M9VCLG1AXRIRCS9YA3XLIQWQPVV1' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='IRDGWKGAVDAAA3YKGU6E9ET4D1GZF608S' where id=67; -update noar ti set v2='IRDGWKGAVDAAA3YKGU6E9ET4D1GZF608S' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MJJKZ5RBV3FH79U4AB0SRROCXUEVD0LHR' where id=67; -update noar ti set v3='MJJKZ5RBV3FH79U4AB0SRROCXUEVD0LHR' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2C7JFI6EB3RL5Q4TY04BH8KPWS3TMZS2Z' where id=68; -update noar ti set v0='2C7JFI6EB3RL5Q4TY04BH8KPWS3TMZS2Z' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0HJU1QT9FFPRZUYMKKC0RMV2GPDTTRMUQ' where id=68; -update noar ti set v1='0HJU1QT9FFPRZUYMKKC0RMV2GPDTTRMUQ' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E1BKSMZR2DO79KIRCFIRE716ENZRRNI13' where id=68; -update noar ti set v2='E1BKSMZR2DO79KIRCFIRE716ENZRRNI13' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KFNMOZNA542NFSTZKRNV7Z4HQVO7NE860' where id=68; -update noar ti set v3='KFNMOZNA542NFSTZKRNV7Z4HQVO7NE860' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EWBUXHHDFYK8FGJL0MDB5IZB3SMXJ3VGY' where id=69; -update noar ti set v0='EWBUXHHDFYK8FGJL0MDB5IZB3SMXJ3VGY' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='POKHSEI10ZP9LN7L94W206670DWWZK70W' where id=69; -update noar ti set v1='POKHSEI10ZP9LN7L94W206670DWWZK70W' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SWLF1ZB3XVDZM7G93X1LTTDXWPS6OCLFX' where id=69; -update noar ti set v2='SWLF1ZB3XVDZM7G93X1LTTDXWPS6OCLFX' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I232ZNA93R4SOW2EAPO734L1QRPCAQCYI' where id=69; -update noar ti set v3='I232ZNA93R4SOW2EAPO734L1QRPCAQCYI' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OZ6JA65Y43HPC54YDS9E7FNJBAH8EO3AV' where id=70; -update noar ti set v0='OZ6JA65Y43HPC54YDS9E7FNJBAH8EO3AV' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MGGNV6P04LUF60VJX3PVO1I9JOFSMOVGH' where id=70; -update noar ti set v1='MGGNV6P04LUF60VJX3PVO1I9JOFSMOVGH' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JNH9IVRXE84XL76VIDWEVLRCP5427NSUT' where id=70; -update noar ti set v2='JNH9IVRXE84XL76VIDWEVLRCP5427NSUT' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JS565B251FRNHUJDRIEKY0Y6V74R3XMNZ' where id=70; -update noar ti set v3='JS565B251FRNHUJDRIEKY0Y6V74R3XMNZ' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AGRS4ON84TBQBQ252OIMBHO6GLO15CIFV' where id=71; -update noar ti set v0='AGRS4ON84TBQBQ252OIMBHO6GLO15CIFV' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GHY1CEEZP7X211JNGEK2D643TQM16C380' where id=71; -update noar ti set v1='GHY1CEEZP7X211JNGEK2D643TQM16C380' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y16YKA3RQ37SRX6UDPTKS1WW8IQ4YYQE5' where id=71; -update noar ti set v2='Y16YKA3RQ37SRX6UDPTKS1WW8IQ4YYQE5' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2VELPY70X6ZXB63NDTJ2YXBZMPRWVZSQO' where id=71; -update noar ti set v3='2VELPY70X6ZXB63NDTJ2YXBZMPRWVZSQO' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CMXQ08AY4COWXOQ4OOW5NFI6A4Y9SPLY1' where id=72; -update noar ti set v0='CMXQ08AY4COWXOQ4OOW5NFI6A4Y9SPLY1' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LE98GR5C69TYWOE6VU6X2DZ93YKTTYVGB' where id=72; -update noar ti set v1='LE98GR5C69TYWOE6VU6X2DZ93YKTTYVGB' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QLC63V609RJQ81M2HG2EFOPBZOLNWOXEE' where id=72; -update noar ti set v2='QLC63V609RJQ81M2HG2EFOPBZOLNWOXEE' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UQ0RBLIPP76MIWAECE7DTOLLB9LLSZRTW' where id=72; -update noar ti set v3='UQ0RBLIPP76MIWAECE7DTOLLB9LLSZRTW' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='X1IJ1WYMEDBI4MQMEIFF1RE3OWIMC29MQ' where id=73; -update noar ti set v0='X1IJ1WYMEDBI4MQMEIFF1RE3OWIMC29MQ' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y3V894ZKYOPPIPP6S9XSE95O384NL5F81' where id=73; -update noar ti set v1='Y3V894ZKYOPPIPP6S9XSE95O384NL5F81' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FAHE9Z45MIV12DAZT6DGL24T6CSZJMUZH' where id=73; -update noar ti set v2='FAHE9Z45MIV12DAZT6DGL24T6CSZJMUZH' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='99T42KM7M72CS46SDEFJ5P0GZBU6KIAZ6' where id=73; -update noar ti set v3='99T42KM7M72CS46SDEFJ5P0GZBU6KIAZ6' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WBOWI0CEW7B9LI5PDLJC8FIYLKJJ6SH18' where id=74; -update noar ti set v0='WBOWI0CEW7B9LI5PDLJC8FIYLKJJ6SH18' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LSYOJO1Q2V8GPXYCXJA77ZPUF1JL6515N' where id=74; -update noar ti set v1='LSYOJO1Q2V8GPXYCXJA77ZPUF1JL6515N' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O5CUZUT5IYTS1JB86QX8CRZR6ZKF8KCPO' where id=74; -update noar ti set v2='O5CUZUT5IYTS1JB86QX8CRZR6ZKF8KCPO' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HSBWA8KJVH7NMXG8TXWHMPTM153K1803M' where id=74; -update noar ti set v3='HSBWA8KJVH7NMXG8TXWHMPTM153K1803M' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P1AKA9RXMQUPJ8UH4YSF2ZZMM4KI3KLOI' where id=75; -update noar ti set v0='P1AKA9RXMQUPJ8UH4YSF2ZZMM4KI3KLOI' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9BLOFZIHZMD70OKANU3ZT3QUDDP2Z3HK2' where id=75; -update noar ti set v1='9BLOFZIHZMD70OKANU3ZT3QUDDP2Z3HK2' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YLAZUKU8YIKPQU31M87L2MF6HSBNRFGSX' where id=75; -update noar ti set v2='YLAZUKU8YIKPQU31M87L2MF6HSBNRFGSX' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F98NSPC5CA6PWNYZBC606V28D1GC2NLII' where id=75; -update noar ti set v3='F98NSPC5CA6PWNYZBC606V28D1GC2NLII' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T98JPNLVHF2P083KV6N7YKE5FCA670P1H' where id=76; -update noar ti set v0='T98JPNLVHF2P083KV6N7YKE5FCA670P1H' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AZ975CNB0C9FLI9A0L6R7R4H0J0A1K458' where id=76; -update noar ti set v1='AZ975CNB0C9FLI9A0L6R7R4H0J0A1K458' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3N2LLW7WS9ZZ6HZBOKWVHMPQWUF1CC4X0' where id=76; -update noar ti set v2='3N2LLW7WS9ZZ6HZBOKWVHMPQWUF1CC4X0' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='73VCJOOT0IQARR6DZET8UHYMHVY2Z6JJ4' where id=76; -update noar ti set v3='73VCJOOT0IQARR6DZET8UHYMHVY2Z6JJ4' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XXB3IJHCAMI97ZQ2ZACHFBGFEXB0CAUSE' where id=77; -update noar ti set v0='XXB3IJHCAMI97ZQ2ZACHFBGFEXB0CAUSE' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='21KPBI7SBPI14NKO0C7QUBBCGXK7ZKOTZ' where id=77; -update noar ti set v1='21KPBI7SBPI14NKO0C7QUBBCGXK7ZKOTZ' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='URLPIFRVYNAMYCRX7LLKQ5MT7FJFPB7WH' where id=77; -update noar ti set v2='URLPIFRVYNAMYCRX7LLKQ5MT7FJFPB7WH' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YOP561AH87AQJF4L8SVF96A1B1ND7V314' where id=77; -update noar ti set v3='YOP561AH87AQJF4L8SVF96A1B1ND7V314' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZBFERG4QNM083VQODBXEXH762ZJSWKL92' where id=78; -update noar ti set v0='ZBFERG4QNM083VQODBXEXH762ZJSWKL92' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VQR847OOUIBLXNCD0DDC6R8AUNRB76O91' where id=78; -update noar ti set v1='VQR847OOUIBLXNCD0DDC6R8AUNRB76O91' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZE40D1M8DAENTUXGQ2MQDFMQZA6O1CVO2' where id=78; -update noar ti set v2='ZE40D1M8DAENTUXGQ2MQDFMQZA6O1CVO2' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7ZGDF7C47NSDM34BH21FVRF21KPWPLPYK' where id=78; -update noar ti set v3='7ZGDF7C47NSDM34BH21FVRF21KPWPLPYK' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4SGF3DQGFXV1CGDG5ANXXO47UY17Y11W8' where id=79; -update noar ti set v0='4SGF3DQGFXV1CGDG5ANXXO47UY17Y11W8' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K5O85JPF9UH5A8G7MHIZW96EUU9A4CFA1' where id=79; -update noar ti set v1='K5O85JPF9UH5A8G7MHIZW96EUU9A4CFA1' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9TBJKUOURFRTJRNJUD5V9MHDXRNUMR1LT' where id=79; -update noar ti set v2='9TBJKUOURFRTJRNJUD5V9MHDXRNUMR1LT' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QJWTFODVSDM8EO6UHJ5KPGLX369ODALZN' where id=79; -update noar ti set v3='QJWTFODVSDM8EO6UHJ5KPGLX369ODALZN' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VLAJ4S98D5U7C43CB5FUM00SD288XO8RV' where id=80; -update noar ti set v0='VLAJ4S98D5U7C43CB5FUM00SD288XO8RV' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='13QFF0874RF6M24B64V4OETJGOLOV17E4' where id=80; -update noar ti set v1='13QFF0874RF6M24B64V4OETJGOLOV17E4' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='X7SUAGLHK4B0KQFHL7XIR783SIXBV4QN5' where id=80; -update noar ti set v2='X7SUAGLHK4B0KQFHL7XIR783SIXBV4QN5' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R72XWALF9KDJO3WXK8I6WCH34N9G4ZA8O' where id=80; -update noar ti set v3='R72XWALF9KDJO3WXK8I6WCH34N9G4ZA8O' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KTEFFO96XY7KY2IBL894XBPXAZWXAYFL1' where id=81; -update noar ti set v0='KTEFFO96XY7KY2IBL894XBPXAZWXAYFL1' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='IWSED1A5WIPWZ3NFHEX8410M80SS29MPC' where id=81; -update noar ti set v1='IWSED1A5WIPWZ3NFHEX8410M80SS29MPC' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JITMLM0KGDD1MPIOYZD4SEYYDY8O0IPZL' where id=81; -update noar ti set v2='JITMLM0KGDD1MPIOYZD4SEYYDY8O0IPZL' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FWGVBCKX4QOL485DJBQVL466IATPH0J0S' where id=81; -update noar ti set v3='FWGVBCKX4QOL485DJBQVL466IATPH0J0S' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DTNA7INNCJNI3P0AYIVAPISMBYR9RMLV5' where id=82; -update noar ti set v0='DTNA7INNCJNI3P0AYIVAPISMBYR9RMLV5' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NNMSJ97H4ZSXEKZKXSXAPPHD4GUNE7OG4' where id=82; -update noar ti set v1='NNMSJ97H4ZSXEKZKXSXAPPHD4GUNE7OG4' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XQMMZ8E3GDICMQ1E5J5RXE8SX78M1XG7L' where id=82; -update noar ti set v2='XQMMZ8E3GDICMQ1E5J5RXE8SX78M1XG7L' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='68H0B83BFFWEMG7YZHW2EFCQERQVWGNVK' where id=82; -update noar ti set v3='68H0B83BFFWEMG7YZHW2EFCQERQVWGNVK' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QMO9TTFMPJ4TO73LPFBJ3AC0DEKYAB0ET' where id=83; -update noar ti set v0='QMO9TTFMPJ4TO73LPFBJ3AC0DEKYAB0ET' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5VQTX3YJCEFUF1FG4XWJWLJ14TFZJJXIR' where id=83; -update noar ti set v1='5VQTX3YJCEFUF1FG4XWJWLJ14TFZJJXIR' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RSYL7JADB2ZJCXLWISPT73N8WHTO6IW83' where id=83; -update noar ti set v2='RSYL7JADB2ZJCXLWISPT73N8WHTO6IW83' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZVCSF05JJG04TIMWUVFE11IKK3L1JU7C5' where id=83; -update noar ti set v3='ZVCSF05JJG04TIMWUVFE11IKK3L1JU7C5' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZW2OKFTERFEDTGDOSF7E2F92JEE0J5POQ' where id=84; -update noar ti set v0='ZW2OKFTERFEDTGDOSF7E2F92JEE0J5POQ' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XBDJM2ACN0I1MI2J313FEQB1424LR8EDE' where id=84; -update noar ti set v1='XBDJM2ACN0I1MI2J313FEQB1424LR8EDE' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2CB71ZX2DK3QV3GOQEM6Z51F9N2ZCZ8CQ' where id=84; -update noar ti set v2='2CB71ZX2DK3QV3GOQEM6Z51F9N2ZCZ8CQ' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H0H1PLEZZVC0O2NGJ1UKB4UX6WKG9WNO0' where id=84; -update noar ti set v3='H0H1PLEZZVC0O2NGJ1UKB4UX6WKG9WNO0' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CNCY1KPXQ2R9XGXW3358XVK0CPJ3KFBHZ' where id=85; -update noar ti set v0='CNCY1KPXQ2R9XGXW3358XVK0CPJ3KFBHZ' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='P7EFQFDLO0O09Q9K4YTEUSN7UDXV9KSZJ' where id=85; -update noar ti set v1='P7EFQFDLO0O09Q9K4YTEUSN7UDXV9KSZJ' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5FDYDRQMZ5T60YZCE7DL8VADZ4Z5F23Z7' where id=85; -update noar ti set v2='5FDYDRQMZ5T60YZCE7DL8VADZ4Z5F23Z7' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='45NI5UNX32OO7QWYN33WXNNQPTC14SJT3' where id=85; -update noar ti set v3='45NI5UNX32OO7QWYN33WXNNQPTC14SJT3' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AQEBZQBLDYRATIYRW2Q4VB9Z3QIXFHTMA' where id=86; -update noar ti set v0='AQEBZQBLDYRATIYRW2Q4VB9Z3QIXFHTMA' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G4DPWHM507DIR6LFHS6Z25OIL893V7RE0' where id=86; -update noar ti set v1='G4DPWHM507DIR6LFHS6Z25OIL893V7RE0' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BDHH5S388F9ALHJTSPK3728EY9PCYGIXL' where id=86; -update noar ti set v2='BDHH5S388F9ALHJTSPK3728EY9PCYGIXL' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='269GE1YSO0A3ETDNC3839UHISZC5BEXUJ' where id=86; -update noar ti set v3='269GE1YSO0A3ETDNC3839UHISZC5BEXUJ' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9TVS7OAD7LITZBQUL99GKCYOZBCIQBPKQ' where id=87; -update noar ti set v0='9TVS7OAD7LITZBQUL99GKCYOZBCIQBPKQ' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7NDTE4RT66B9DUEKQE590QRVQSEEUBBLP' where id=87; -update noar ti set v1='7NDTE4RT66B9DUEKQE590QRVQSEEUBBLP' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='75UU9H5MJ5LDBWHU5GQTJBSOGU4K0EW0I' where id=87; -update noar ti set v2='75UU9H5MJ5LDBWHU5GQTJBSOGU4K0EW0I' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2GTQTOQO0O7XIOV6CTGGV495DG1HZ9JRE' where id=87; -update noar ti set v3='2GTQTOQO0O7XIOV6CTGGV495DG1HZ9JRE' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BKBZD41ZXLAQ2Y7CJ8A9527P8I7PM4KFH' where id=88; -update noar ti set v0='BKBZD41ZXLAQ2Y7CJ8A9527P8I7PM4KFH' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PR6O564MYVY1V2T703CSCFPIDTT9Z7NXH' where id=88; -update noar ti set v1='PR6O564MYVY1V2T703CSCFPIDTT9Z7NXH' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XG59QG8DHXVGPONH4AMM85D5ZJG3MG1GT' where id=88; -update noar ti set v2='XG59QG8DHXVGPONH4AMM85D5ZJG3MG1GT' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E2PMCQJNBY0RIK7672MATBTLUB2CWW2FE' where id=88; -update noar ti set v3='E2PMCQJNBY0RIK7672MATBTLUB2CWW2FE' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZI17RPYY2F1N7I9CH1K6VVXJJA0PQK0SF' where id=89; -update noar ti set v0='ZI17RPYY2F1N7I9CH1K6VVXJJA0PQK0SF' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='62VI8M2LZKFMRHA2P3CNH8XMRDSUKLLPL' where id=89; -update noar ti set v1='62VI8M2LZKFMRHA2P3CNH8XMRDSUKLLPL' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5L98FNGZF9RSO2MY8V3AOXPTWH0W2856B' where id=89; -update noar ti set v2='5L98FNGZF9RSO2MY8V3AOXPTWH0W2856B' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='60XB753EJQ1YGGQV083YB9K3T6RK5QDQZ' where id=89; -update noar ti set v3='60XB753EJQ1YGGQV083YB9K3T6RK5QDQZ' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3T7OPS6T17EEELNYMF5KQXCP6T85AAK2W' where id=90; -update noar ti set v0='3T7OPS6T17EEELNYMF5KQXCP6T85AAK2W' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='51EGCPTYNNJ9H6H3JIJBRHA7M7Q5DLV6L' where id=90; -update noar ti set v1='51EGCPTYNNJ9H6H3JIJBRHA7M7Q5DLV6L' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1KO904YXC0NBCRART470WFCYNX9I8GRGG' where id=90; -update noar ti set v2='1KO904YXC0NBCRART470WFCYNX9I8GRGG' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HWJUBIFBUL5T8W0TXP0WGC0YSDU4F87QE' where id=90; -update noar ti set v3='HWJUBIFBUL5T8W0TXP0WGC0YSDU4F87QE' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MCX8VBA8SIEVZIKOSFUNEZWALPCVAHZA9' where id=91; -update noar ti set v0='MCX8VBA8SIEVZIKOSFUNEZWALPCVAHZA9' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HMHPSE5ZJX0EPY4AD0SONINHVO9U2KX9U' where id=91; -update noar ti set v1='HMHPSE5ZJX0EPY4AD0SONINHVO9U2KX9U' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='U2NLR5IKGB4WV484HQX2U1274N42LR4HM' where id=91; -update noar ti set v2='U2NLR5IKGB4WV484HQX2U1274N42LR4HM' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E8Y7KYC1H57JSOZR5CW9V4I8M1OHTMS3Y' where id=91; -update noar ti set v3='E8Y7KYC1H57JSOZR5CW9V4I8M1OHTMS3Y' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MP24496CCZZZB1WF84X6UTK2ZYJ4Q4JRH' where id=92; -update noar ti set v0='MP24496CCZZZB1WF84X6UTK2ZYJ4Q4JRH' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='632NX3QHU2LR265L3N8I0L5JRQ6ATNBDK' where id=92; -update noar ti set v1='632NX3QHU2LR265L3N8I0L5JRQ6ATNBDK' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZUEOHXZ6I7PJG8CDKCYGC1P9KXOGXPAAL' where id=92; -update noar ti set v2='ZUEOHXZ6I7PJG8CDKCYGC1P9KXOGXPAAL' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V0CC2HHD0CKQH2LHNLT1YCD38CA3VBJON' where id=92; -update noar ti set v3='V0CC2HHD0CKQH2LHNLT1YCD38CA3VBJON' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CIJ08XBVT4N3QBASLZSRNMJX11L27VRTY' where id=93; -update noar ti set v0='CIJ08XBVT4N3QBASLZSRNMJX11L27VRTY' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ODHZY95OPJYEM1YM39CNXSO8TCJ3Q176X' where id=93; -update noar ti set v1='ODHZY95OPJYEM1YM39CNXSO8TCJ3Q176X' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QB6FDMHZA3DZYFFK7Y4Y536F6GMNWXCPG' where id=93; -update noar ti set v2='QB6FDMHZA3DZYFFK7Y4Y536F6GMNWXCPG' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IY18E8SKPI40SGJDA5O2PKMFKUH0S0250' where id=93; -update noar ti set v3='IY18E8SKPI40SGJDA5O2PKMFKUH0S0250' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7HRJGOIOH6M8R3MBABI3347U0NQJDTTZS' where id=94; -update noar ti set v0='7HRJGOIOH6M8R3MBABI3347U0NQJDTTZS' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='587585VOKF9DAXK0I27DD895BDT8UJPLI' where id=94; -update noar ti set v1='587585VOKF9DAXK0I27DD895BDT8UJPLI' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P3NA23XVT8YE2CC1M1ANRQ66EMZUVIQBL' where id=94; -update noar ti set v2='P3NA23XVT8YE2CC1M1ANRQ66EMZUVIQBL' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='N53W139ISAB8KUGVRX7X6Q9CI6KF637S3' where id=94; -update noar ti set v3='N53W139ISAB8KUGVRX7X6Q9CI6KF637S3' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='72C7ANCIBV6PSIJLG1KXGGOV7AUHHK3T9' where id=95; -update noar ti set v0='72C7ANCIBV6PSIJLG1KXGGOV7AUHHK3T9' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LL2TPQYROSPE7WIDE1QRUL697CDK9KKKQ' where id=95; -update noar ti set v1='LL2TPQYROSPE7WIDE1QRUL697CDK9KKKQ' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A2HX1PJKNPXGS8Y7B1XQ2748EC70HVI5Z' where id=95; -update noar ti set v2='A2HX1PJKNPXGS8Y7B1XQ2748EC70HVI5Z' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='20Y3TKYBJO9U3175JI59W7Y4XGGW2Z2D9' where id=95; -update noar ti set v3='20Y3TKYBJO9U3175JI59W7Y4XGGW2Z2D9' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='154T5LUDKY2WSUB5YX5RQ6J735NDN7YP3' where id=96; -update noar ti set v0='154T5LUDKY2WSUB5YX5RQ6J735NDN7YP3' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ULYRIHE1QD9E4W4V1A9K0F5SE5HEX3ER5' where id=96; -update noar ti set v1='ULYRIHE1QD9E4W4V1A9K0F5SE5HEX3ER5' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1HKPI8WULN8PU2QBVA7IVQUIPXFXTVUCK' where id=96; -update noar ti set v2='1HKPI8WULN8PU2QBVA7IVQUIPXFXTVUCK' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IYGAZNVNCYEAI2OMZEJMVIODDF6FW9845' where id=96; -update noar ti set v3='IYGAZNVNCYEAI2OMZEJMVIODDF6FW9845' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4A38UMXJ8QCZARQMNLESLUKJ72ZU7ESQC' where id=97; -update noar ti set v0='4A38UMXJ8QCZARQMNLESLUKJ72ZU7ESQC' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PAR1XBCZFT852Q8NCIT9300018D1UTLFO' where id=97; -update noar ti set v1='PAR1XBCZFT852Q8NCIT9300018D1UTLFO' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TQWRBG455K6N8PA9KRQCAEW2D5UPF01JS' where id=97; -update noar ti set v2='TQWRBG455K6N8PA9KRQCAEW2D5UPF01JS' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QTKE9966ERUKBBTBFTT49UPWJJBMG9XIE' where id=97; -update noar ti set v3='QTKE9966ERUKBBTBFTT49UPWJJBMG9XIE' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6UUWGKGGVZFMJ2SZPZGT3M6FMCTAY0NEB' where id=98; -update noar ti set v0='6UUWGKGGVZFMJ2SZPZGT3M6FMCTAY0NEB' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1H449U44PIMOS2GKKWF48UJM4F5RE5QNO' where id=98; -update noar ti set v1='1H449U44PIMOS2GKKWF48UJM4F5RE5QNO' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1L0YUIQCJF1G7GICFNVCX5M8B6TCWRSC8' where id=98; -update noar ti set v2='1L0YUIQCJF1G7GICFNVCX5M8B6TCWRSC8' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5S4MH3ZHVWI7R51FW3G265C5YUOHSKRLY' where id=98; -update noar ti set v3='5S4MH3ZHVWI7R51FW3G265C5YUOHSKRLY' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0Z9GTT0CRTSIRMPF3FIP2GJI6LME72GCT' where id=99; -update noar ti set v0='0Z9GTT0CRTSIRMPF3FIP2GJI6LME72GCT' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0PVF9ONHD3QR6ROWWVIW86O4A85UX5INJ' where id=99; -update noar ti set v1='0PVF9ONHD3QR6ROWWVIW86O4A85UX5INJ' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O6DP7BSQ5HRF2GX4QOHHRYXMASKRRB5J3' where id=99; -update noar ti set v2='O6DP7BSQ5HRF2GX4QOHHRYXMASKRRB5J3' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I4NUTHC417X1WZOJT6P9NOBSQAWFOSXPK' where id=99; -update noar ti set v3='I4NUTHC417X1WZOJT6P9NOBSQAWFOSXPK' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int null, -v0 varbinary(256) null, -v1 varbinary(256) null, -v2 varbinary(256) null, -v3 varbinary(256) null, -b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='N5FUIPBLY8BCDFMOM9J59U0Z6ZV7IZ4E3EAR82XWC3AG45V57OCIGRMB3RV2U64D26F8M4220UOTUVAKCFNMNCNNAHJJ1203UCDOLEG6NDI1DKTKDP7L9TMA0F858TW5NITP19TN4QSBMILPWVDQA59KKMG4TW5IDJ2YXVC0L0XOE4LJ7UT764J6Y2RLZDBLD90HWBK9M3RFICD4U9KA6GVDVGWTXMNGUF1QQWBPEMFOWK5TFPP5RV1UDMLGCC3JC' where id=2; -update noar ti set v0='N5FUIPBLY8BCDFMOM9J59U0Z6ZV7IZ4E3EAR82XWC3AG45V57OCIGRMB3RV2U64D26F8M4220UOTUVAKCFNMNCNNAHJJ1203UCDOLEG6NDI1DKTKDP7L9TMA0F858TW5NITP19TN4QSBMILPWVDQA59KKMG4TW5IDJ2YXVC0L0XOE4LJ7UT764J6Y2RLZDBLD90HWBK9M3RFICD4U9KA6GVDVGWTXMNGUF1QQWBPEMFOWK5TFPP5RV1UDMLGCC3JC' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='901NIKL85HV562NWKBJ0R1VA63AE1V5IIYMU33TGV3E43TZ2Z3B84JBQ94H1S4IL5KCZ0VVXMHB7Z5W8QMZYSJY9QFRK4AUR8LYOTCXV7SCLKR7713BT4QY7XND05IZQR6RMIFLN0NYOH2L27LVVZXBERLGX7PMM1RYNEUZIW5NKU5P2Q7WOOTEMZ2X0DB2CX2GN49W1Q10MUM2K8Y463OUPGDUY855FXT62EHAZXBAEAFTR7391OXTAPH0V9VG7M' where id=2; -update noar ti set v1='901NIKL85HV562NWKBJ0R1VA63AE1V5IIYMU33TGV3E43TZ2Z3B84JBQ94H1S4IL5KCZ0VVXMHB7Z5W8QMZYSJY9QFRK4AUR8LYOTCXV7SCLKR7713BT4QY7XND05IZQR6RMIFLN0NYOH2L27LVVZXBERLGX7PMM1RYNEUZIW5NKU5P2Q7WOOTEMZ2X0DB2CX2GN49W1Q10MUM2K8Y463OUPGDUY855FXT62EHAZXBAEAFTR7391OXTAPH0V9VG7M' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DYNBQU5XXFPMUXY54REGU5GW8914R17K9IJIRJ4UP153CJJMRXRVRHLO4FW4JZFTG9XOXF14RM7A7AX09NUSRPCVYXAAG5O111GJRTY2RHZBLKLVCUYNFW6SVOL64MHREY9BX26OUTR4W5UV984Z2F07MKR7A8CSEO0Q7JQUONZE1MSD61JV890OPAUPRGER1YQEGISCX2T1G2Q7YMFXY7GPVGFOJO2TGA0QR4OEXFBSAKVVJL2A3XWW1VJKB32BZ' where id=2; -update noar ti set v2='DYNBQU5XXFPMUXY54REGU5GW8914R17K9IJIRJ4UP153CJJMRXRVRHLO4FW4JZFTG9XOXF14RM7A7AX09NUSRPCVYXAAG5O111GJRTY2RHZBLKLVCUYNFW6SVOL64MHREY9BX26OUTR4W5UV984Z2F07MKR7A8CSEO0Q7JQUONZE1MSD61JV890OPAUPRGER1YQEGISCX2T1G2Q7YMFXY7GPVGFOJO2TGA0QR4OEXFBSAKVVJL2A3XWW1VJKB32BZ' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8TBDTM95ASERHO1JDMRTNWWG2FTGM6T7QA5F25XH4YOCLSUK4OS28CUIIYMB49ZG0UKEACZVPVXG81UOHDCTWTGTIVSSTFN5842WSAVD9EE1VHVKJ060YULWCIVSITOJGITMNF6PH6RA2SD2ZHIK1BSX1U2N7H12K8AMO53UMZI1UKNWFMG641Y0CU0154TC1AFBCUECOMF6USXRWQOIS5SZQ8MW065D0V49AIGS7IIR7JER26DDAVOZQ2LXPVT5L' where id=2; -update noar ti set v3='8TBDTM95ASERHO1JDMRTNWWG2FTGM6T7QA5F25XH4YOCLSUK4OS28CUIIYMB49ZG0UKEACZVPVXG81UOHDCTWTGTIVSSTFN5842WSAVD9EE1VHVKJ060YULWCIVSITOJGITMNF6PH6RA2SD2ZHIK1BSX1U2N7H12K8AMO53UMZI1UKNWFMG641Y0CU0154TC1AFBCUECOMF6USXRWQOIS5SZQ8MW065D0V49AIGS7IIR7JER26DDAVOZQ2LXPVT5L' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8OEJETZB0O1XZV5WUHM31U4H9M88EH6295AS05MXZZ6AD6OKBLSZP0V15I5ZWS503YPMZ479IU0J9BKYVI78SU01J20M4NXG863M0ITMD3SEGE9XUECDWL08LA8BVBZMQ87ZEG8A07OT0ZNVQ2JTJSFMXXLU3BTKRT8H5I2FM6QSQTUR99VXEEOZ8ZXQKHI7KAZPW88U644RB7CW64E8CGCN6GCZUTKV6V8XFWSYAUJVX0S2HLZJL3SUHCKJ0E3F4' where id=3; -update noar ti set v0='8OEJETZB0O1XZV5WUHM31U4H9M88EH6295AS05MXZZ6AD6OKBLSZP0V15I5ZWS503YPMZ479IU0J9BKYVI78SU01J20M4NXG863M0ITMD3SEGE9XUECDWL08LA8BVBZMQ87ZEG8A07OT0ZNVQ2JTJSFMXXLU3BTKRT8H5I2FM6QSQTUR99VXEEOZ8ZXQKHI7KAZPW88U644RB7CW64E8CGCN6GCZUTKV6V8XFWSYAUJVX0S2HLZJL3SUHCKJ0E3F4' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WZBXEEGO5NPB68OJ5NGUZY5OS3WAO0I8IKCT96KCD47A5ZLQYMAGTOHINCTRTCMMTF5Z9O7IB2B66R39HTC5ZWIC9RL05TNQE22N91XZAA0CQVCVO8J5I8JEYI0VSOGANNTGHCTZYURX8EPYE7TDTIQNHMQ28DHOFAY81GD82BLPGWV17PH0A1736URXSUO1KUQYZ8PSK6CRGV248VL49PR6IBU3ZYV1QQCMLU5EYXV6YPYZVJLNVND895YJOVEM5' where id=3; -update noar ti set v1='WZBXEEGO5NPB68OJ5NGUZY5OS3WAO0I8IKCT96KCD47A5ZLQYMAGTOHINCTRTCMMTF5Z9O7IB2B66R39HTC5ZWIC9RL05TNQE22N91XZAA0CQVCVO8J5I8JEYI0VSOGANNTGHCTZYURX8EPYE7TDTIQNHMQ28DHOFAY81GD82BLPGWV17PH0A1736URXSUO1KUQYZ8PSK6CRGV248VL49PR6IBU3ZYV1QQCMLU5EYXV6YPYZVJLNVND895YJOVEM5' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y1QARB3SQBDWJF18Y1QWIDSXUQ45Z6MF6CTM2J25D3LP8CWXK72X5KUGCTIVJD4A923UFSCJQBXM6OOACWEGB5RX03C9ZDK7ZNRVFO2I7CVSUQ1U36TZL6JLKJXCL060F4XUIE1PNVFO43TC5JBBT9PZPSVZRNNEOQ2UW3N8YFJ4VCFGU34L8SM33812TRKGOVFAOLPDZOSW25OP7X55H2WIHFRYLQU5ITCAY3R3H071E1QDY8B6JTTHVOHLI2IY5' where id=3; -update noar ti set v2='Y1QARB3SQBDWJF18Y1QWIDSXUQ45Z6MF6CTM2J25D3LP8CWXK72X5KUGCTIVJD4A923UFSCJQBXM6OOACWEGB5RX03C9ZDK7ZNRVFO2I7CVSUQ1U36TZL6JLKJXCL060F4XUIE1PNVFO43TC5JBBT9PZPSVZRNNEOQ2UW3N8YFJ4VCFGU34L8SM33812TRKGOVFAOLPDZOSW25OP7X55H2WIHFRYLQU5ITCAY3R3H071E1QDY8B6JTTHVOHLI2IY5' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LEERCIAX974R0MFZ27OLIYWQ1JMERYH9M8262B125Y9P2IY5WW2JU0L7Y3QIRJL1NGU7OIT8GUYAR6XFU98TSRMYPIA9JS95UC4CTZ8630DP8VG0GOJTHAUYVWXMPUZ3DOMVIWPLHVO12JCN6L9PBX3ZDKQVV589DW59GZOCKE7U30KB6VUEEP8WR2GIX1957JXN4WRMS8FZAXPBVNJIO9S540YOFNI54T02NB5SHDPDYOFZ3JHYUMEAQRR50MCOU' where id=3; -update noar ti set v3='LEERCIAX974R0MFZ27OLIYWQ1JMERYH9M8262B125Y9P2IY5WW2JU0L7Y3QIRJL1NGU7OIT8GUYAR6XFU98TSRMYPIA9JS95UC4CTZ8630DP8VG0GOJTHAUYVWXMPUZ3DOMVIWPLHVO12JCN6L9PBX3ZDKQVV589DW59GZOCKE7U30KB6VUEEP8WR2GIX1957JXN4WRMS8FZAXPBVNJIO9S540YOFNI54T02NB5SHDPDYOFZ3JHYUMEAQRR50MCOU' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='S9VT28U398ANZH2CI6MXDBOBYVU9QSXW5QA3UQSF13GNJSTWKQXMBK56XG0779DRTVOKAFB2OQDPPQYND3BZ1YRIL5RFHD74WC0X9N16J6YEDKAECYWCAIMRS8Q8F2TLUT4NNR1A9HTN0745XVWZ9R37YBAJN3NBG1A60J13UKHI90B1TN3QUROSN6EEGPBUSG6FHNSKU5FLV2PJ767K7YSOL7N87ERAAVPM37DLWQE8I1Z0VUMXXQ2AV2KJB2262' where id=4; -update noar ti set v0='S9VT28U398ANZH2CI6MXDBOBYVU9QSXW5QA3UQSF13GNJSTWKQXMBK56XG0779DRTVOKAFB2OQDPPQYND3BZ1YRIL5RFHD74WC0X9N16J6YEDKAECYWCAIMRS8Q8F2TLUT4NNR1A9HTN0745XVWZ9R37YBAJN3NBG1A60J13UKHI90B1TN3QUROSN6EEGPBUSG6FHNSKU5FLV2PJ767K7YSOL7N87ERAAVPM37DLWQE8I1Z0VUMXXQ2AV2KJB2262' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C7VYDGWY3ZGGCLP58C786Z60L6LSRQ6AELPXVE4OI8PQ87SJL54KHLG6C0F25CP9B9BD8SLSBDKTILXBT4WHMW17NGKOTY2RMEIV0VMRDPUHFF912JFXEF8SIQ37B43A09M0N5YVI7LHRL3Z86ANIHKR4TNAADUAZJXMX5HMYYU43RDQ57FZP8U53UM6R37ODJ45WQD4O0PIZYIOSCT6ABOSN1J3ZOHAZ7QWD5K1PZEAV1WAX0HSGYW4Q5MVOAL51' where id=4; -update noar ti set v1='C7VYDGWY3ZGGCLP58C786Z60L6LSRQ6AELPXVE4OI8PQ87SJL54KHLG6C0F25CP9B9BD8SLSBDKTILXBT4WHMW17NGKOTY2RMEIV0VMRDPUHFF912JFXEF8SIQ37B43A09M0N5YVI7LHRL3Z86ANIHKR4TNAADUAZJXMX5HMYYU43RDQ57FZP8U53UM6R37ODJ45WQD4O0PIZYIOSCT6ABOSN1J3ZOHAZ7QWD5K1PZEAV1WAX0HSGYW4Q5MVOAL51' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WKSVQUTJKW2IQLDIY6WNKRHNO3UB3EVI0GFL0M1B1PCH83MDBN6K8F90NJX1YKESUPCLZM63WPCWK6KI5Y6Y2YA9B4PQ0ITG7OYG6JTQ8R4MCFFV56GNOZ2I0JJRF0VBKHK8J0AP4TN5VIKYWBRKSQ7WK9A2A9SWKIY0UH6RGU11YAE1JHXC19FLK23458VB7COHU51S5KTANQOL48VJUCC2H01CP9OVX24AR42FWFKAPT5K6RK6GJ4OHBKT1ZK5O' where id=4; -update noar ti set v2='WKSVQUTJKW2IQLDIY6WNKRHNO3UB3EVI0GFL0M1B1PCH83MDBN6K8F90NJX1YKESUPCLZM63WPCWK6KI5Y6Y2YA9B4PQ0ITG7OYG6JTQ8R4MCFFV56GNOZ2I0JJRF0VBKHK8J0AP4TN5VIKYWBRKSQ7WK9A2A9SWKIY0UH6RGU11YAE1JHXC19FLK23458VB7COHU51S5KTANQOL48VJUCC2H01CP9OVX24AR42FWFKAPT5K6RK6GJ4OHBKT1ZK5O' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='C9TM839RNF1RPA5YGG7VXSPAKPRGTQ5HW6F7JBYD21IMVIWDT25DAK3OHLDBWYB5UKQKWHWGPXZBKCUBUR34GLL64UGL7407GBW40H2N9XCS232N8A2J86BVJ3OPOWGRKO3OVOVC78TOQA01UEGN8Q9OXTC6PWBHVWJJMS3KB11VO50GV37AP1WV61PXAQYV2VSKTCN7LZ8N9VJ581VFDZX1W2PKA7ZYPPZ85N5JEDTILKWOL8MY0KRFS2PM6JHTX' where id=4; -update noar ti set v3='C9TM839RNF1RPA5YGG7VXSPAKPRGTQ5HW6F7JBYD21IMVIWDT25DAK3OHLDBWYB5UKQKWHWGPXZBKCUBUR34GLL64UGL7407GBW40H2N9XCS232N8A2J86BVJ3OPOWGRKO3OVOVC78TOQA01UEGN8Q9OXTC6PWBHVWJJMS3KB11VO50GV37AP1WV61PXAQYV2VSKTCN7LZ8N9VJ581VFDZX1W2PKA7ZYPPZ85N5JEDTILKWOL8MY0KRFS2PM6JHTX' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='31PUS63RQ5S5ZW9QG8THBZEAAVGZYCIAKR7VLLR380KVD83EFH93PTO2UHNSCSFPP3KW4Y9FERHM6V1AESB5571ZHFFEKYVT6UVLFLXG1XC5MOPYFBR8XO6MERKSUHIU1ISLOH6TFWJMRV4LVCA1NEVNH4TRS5PUL2UK7E8QO2ZLXYDBTYACGEWTM4OF1ZNTSJZ579D31IK6KWNVG5A772X95156KVGLH3O7UT3LLES80I94Z6XV6B7RCCPN2VRVF' where id=5; -update noar ti set v0='31PUS63RQ5S5ZW9QG8THBZEAAVGZYCIAKR7VLLR380KVD83EFH93PTO2UHNSCSFPP3KW4Y9FERHM6V1AESB5571ZHFFEKYVT6UVLFLXG1XC5MOPYFBR8XO6MERKSUHIU1ISLOH6TFWJMRV4LVCA1NEVNH4TRS5PUL2UK7E8QO2ZLXYDBTYACGEWTM4OF1ZNTSJZ579D31IK6KWNVG5A772X95156KVGLH3O7UT3LLES80I94Z6XV6B7RCCPN2VRVF' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VM0YC3FYONLYG5NSQ8B16T9A3ISBAV2E3JMW6YRUSJXQMRQ2RPQSSC5SZY3C41T0PNOXCJCXHT81UYH9062ICJOT6BZ01YU61E9E9A1S9Y5HDNR63WA4EN556EL7VIV72TKUXI8KWRRJFVESZ28ZJN8D07DFAENNM4BCE829X0EJZKDRWVYUWM9UHWMGWN4HT6TGOI3NADQTIVJSAFXMKQDIOZV9435J8PPMI9HT4PHL77Q3UT5JH9MP2068JG6QB' where id=5; -update noar ti set v1='VM0YC3FYONLYG5NSQ8B16T9A3ISBAV2E3JMW6YRUSJXQMRQ2RPQSSC5SZY3C41T0PNOXCJCXHT81UYH9062ICJOT6BZ01YU61E9E9A1S9Y5HDNR63WA4EN556EL7VIV72TKUXI8KWRRJFVESZ28ZJN8D07DFAENNM4BCE829X0EJZKDRWVYUWM9UHWMGWN4HT6TGOI3NADQTIVJSAFXMKQDIOZV9435J8PPMI9HT4PHL77Q3UT5JH9MP2068JG6QB' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='I78PU8Z6D7ZW7VWZ02FYCD0QBPWX494OV8EMQYI8NCBYRV36R2XJ0INZBY9YSOB2FK4IS1JTIFB9IE4YIPK7GJYOI2E9OWL2WAF1D8LCVY8N66I4NEZMEI4IV1SCZ746XEBONETIUHRGSBQWBLP2JU346WDAQBM8XPBEOIMPG4F1Y1V70XDTYG6AYCJ0DYEW7DAVVI5WSDF3PYSIOLDWW32ASEI6W60XB4K0QNIG4EOXRU1W0POOK7HCNCX9YVX8J' where id=5; -update noar ti set v2='I78PU8Z6D7ZW7VWZ02FYCD0QBPWX494OV8EMQYI8NCBYRV36R2XJ0INZBY9YSOB2FK4IS1JTIFB9IE4YIPK7GJYOI2E9OWL2WAF1D8LCVY8N66I4NEZMEI4IV1SCZ746XEBONETIUHRGSBQWBLP2JU346WDAQBM8XPBEOIMPG4F1Y1V70XDTYG6AYCJ0DYEW7DAVVI5WSDF3PYSIOLDWW32ASEI6W60XB4K0QNIG4EOXRU1W0POOK7HCNCX9YVX8J' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SME5KIAA01MC7JD6W3FB8DNE0KEOQLYEX507LX97FMDWJXVQVHRXH212ZPYLGUK0Q173BXICG4SAVIHMJTC626LZ0ZDBTU67OZ07BDYQ06AQZYDTEYCPKJ5OSBYS8T24HEV588QNAHG9POS5P4YLM6TWJS5QZARX9HT0ZN1BHFHD217GNHKZAMZT1YGSPWTK2SN5H5SH4MYXB9K50MWFAVOXVEPRSN2I1DNX431E310L7HANNPUUQPZ12EB8FJQKT' where id=5; -update noar ti set v3='SME5KIAA01MC7JD6W3FB8DNE0KEOQLYEX507LX97FMDWJXVQVHRXH212ZPYLGUK0Q173BXICG4SAVIHMJTC626LZ0ZDBTU67OZ07BDYQ06AQZYDTEYCPKJ5OSBYS8T24HEV588QNAHG9POS5P4YLM6TWJS5QZARX9HT0ZN1BHFHD217GNHKZAMZT1YGSPWTK2SN5H5SH4MYXB9K50MWFAVOXVEPRSN2I1DNX431E310L7HANNPUUQPZ12EB8FJQKT' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IKNEE2VP508DUONR75XYV05NYCDLR6INHORDYCVT1HEMQB5CI9LYBFET2WW0WC2ZYFT8WXGTJEKAA3DG12UO1T9ODY6TSDJY776J0PDJM3D09W41TBDF2QPI2ULZBMLEDAV1D1QCI40SURTBIZLV5QNTV7YYU4B8B0BL6JC2MO43P8ZQBTPJYXITUFH31JKNK9KCP3JMVOQEBZQLG8DJP63DCC171HSW0NRDFBLUU92X43HPS3XC1HEB0KKH9ARPA' where id=6; -update noar ti set v0='IKNEE2VP508DUONR75XYV05NYCDLR6INHORDYCVT1HEMQB5CI9LYBFET2WW0WC2ZYFT8WXGTJEKAA3DG12UO1T9ODY6TSDJY776J0PDJM3D09W41TBDF2QPI2ULZBMLEDAV1D1QCI40SURTBIZLV5QNTV7YYU4B8B0BL6JC2MO43P8ZQBTPJYXITUFH31JKNK9KCP3JMVOQEBZQLG8DJP63DCC171HSW0NRDFBLUU92X43HPS3XC1HEB0KKH9ARPA' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R0JIE2RMDVAEH5DUX6YP6P1KAPA4YPMD5I66QWEJGTEWJSJ2TL53JGJIZMULYRMVSX3Q466GIUL66RMP1397MIM4VFEBHEPGA256N7ONQZZJRIWWPCN0RE0JCHBQ3B5TN2WVYJ19OINYFZEH8TYGLKI3SUBCU0VS2XE57AJYDVB2OXK8ABYWE5UYT6J8PXDUE66NAWNWYFAD2V57RKPMU7FFMC0KRXK60P46V563SZTOXV8YEQT2DHV426GII0976' where id=6; -update noar ti set v1='R0JIE2RMDVAEH5DUX6YP6P1KAPA4YPMD5I66QWEJGTEWJSJ2TL53JGJIZMULYRMVSX3Q466GIUL66RMP1397MIM4VFEBHEPGA256N7ONQZZJRIWWPCN0RE0JCHBQ3B5TN2WVYJ19OINYFZEH8TYGLKI3SUBCU0VS2XE57AJYDVB2OXK8ABYWE5UYT6J8PXDUE66NAWNWYFAD2V57RKPMU7FFMC0KRXK60P46V563SZTOXV8YEQT2DHV426GII0976' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='G4QISPS494QVELSOJPRI0727J080Z3FNVUC5JOAE980O099E2XDDKBJWFF4Y6XL12TXJGVJ2YIZ8OMZN1IFDKRB2KI96GGBIGRQYI8DVLDZSAVGGT272NYCKWGHAVYU7QAM1H09Z1N5JJ0TZIQKNJ0QVTWABYMIADFLOLSE8YO5CPE1X3V01Y2MEE4COEO12NDROAY55V12YG236ZCLMWEZNIHGQ89NUZKJPPWHUR1GD6R0MDVNHMBBFMRVCQ6H3N' where id=6; -update noar ti set v2='G4QISPS494QVELSOJPRI0727J080Z3FNVUC5JOAE980O099E2XDDKBJWFF4Y6XL12TXJGVJ2YIZ8OMZN1IFDKRB2KI96GGBIGRQYI8DVLDZSAVGGT272NYCKWGHAVYU7QAM1H09Z1N5JJ0TZIQKNJ0QVTWABYMIADFLOLSE8YO5CPE1X3V01Y2MEE4COEO12NDROAY55V12YG236ZCLMWEZNIHGQ89NUZKJPPWHUR1GD6R0MDVNHMBBFMRVCQ6H3N' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FH4EXOLMHU0WTHT3M4SCFXRKS0QTXTQHDLYZ0Z1JGKVKXDF57XXVCZ6NXAH9XPVZS3THWTIW2EGI3TKGHKHD9J6BZGWKTEN4PZP8Q2E5LAQJNH63BOB4Q8ZS2KL2QEOACW1UMAHS48KNQ9S5DLH168HFRTSJEUBW4689HQQ6MKFI95DCKXRXW0PBOXF7KU7U004L86W57ZTS05NWPCHRBQI7887RVL1AETAMB144V7Y1VFLVBJO7UR9L2M6WT96S9' where id=6; -update noar ti set v3='FH4EXOLMHU0WTHT3M4SCFXRKS0QTXTQHDLYZ0Z1JGKVKXDF57XXVCZ6NXAH9XPVZS3THWTIW2EGI3TKGHKHD9J6BZGWKTEN4PZP8Q2E5LAQJNH63BOB4Q8ZS2KL2QEOACW1UMAHS48KNQ9S5DLH168HFRTSJEUBW4689HQQ6MKFI95DCKXRXW0PBOXF7KU7U004L86W57ZTS05NWPCHRBQI7887RVL1AETAMB144V7Y1VFLVBJO7UR9L2M6WT96S9' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3MER9ZTRIOQ7BORJ2Y35XK8VTXK2FD47VK63HMMPFMFXKQDGFLM5PM5WG1X7VIDM5D8AMC82BUYZ2VS8029ESTYA51US3NP80GRTRFUWKGHZVKGXRRLP2PM5YIZIWZLD3SZ9IQKLKNGMQI6V31UGFKTPSI6Q05GBNIAX2TZIZYL1JN0T4V35JMFOL3KJAIJZ6TH5UUKXQLMSST1KEVN4C78JV1FDQDMDR6PZYERTRPHIDNQXUXPNGQU12OPRZRC01' where id=7; -update noar ti set v0='3MER9ZTRIOQ7BORJ2Y35XK8VTXK2FD47VK63HMMPFMFXKQDGFLM5PM5WG1X7VIDM5D8AMC82BUYZ2VS8029ESTYA51US3NP80GRTRFUWKGHZVKGXRRLP2PM5YIZIWZLD3SZ9IQKLKNGMQI6V31UGFKTPSI6Q05GBNIAX2TZIZYL1JN0T4V35JMFOL3KJAIJZ6TH5UUKXQLMSST1KEVN4C78JV1FDQDMDR6PZYERTRPHIDNQXUXPNGQU12OPRZRC01' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='F2A36RO6O7DOIQL6LN1V9ZRYITN5JPI9OW01UTI5C7XOGAK15RU517PW54QFPVZJX4ZF9PVJJQOR2W7DTTQWXA8CE7RGCI0MLXNE85RCZYCS1RYYW3943H5G0V0OKDZ6XG6HET5U52VWGNM5CVCKO33AVIXFUTWWJP1HXHFQ0XCKQ8P5WRRKLIXKJU0Y2M6ZWLKI3B9H5MKDB4CFJQ0L35CGVKVYKXQT2L9GC0JSXTKBYAZ7PPBXEZESSNO32JDNE' where id=7; -update noar ti set v1='F2A36RO6O7DOIQL6LN1V9ZRYITN5JPI9OW01UTI5C7XOGAK15RU517PW54QFPVZJX4ZF9PVJJQOR2W7DTTQWXA8CE7RGCI0MLXNE85RCZYCS1RYYW3943H5G0V0OKDZ6XG6HET5U52VWGNM5CVCKO33AVIXFUTWWJP1HXHFQ0XCKQ8P5WRRKLIXKJU0Y2M6ZWLKI3B9H5MKDB4CFJQ0L35CGVKVYKXQT2L9GC0JSXTKBYAZ7PPBXEZESSNO32JDNE' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RBD8ZJIQY0QS0U6QLM447CD80KZDJZ1OEKYFOQPLR33Z0N263PO1E149WT2S7LPUOYMQHQBVMW6WMUOOOB3HKH61NHOBU6XNWI231297A57YQN4OPU7RSUXJS2W6J4VB99LA4BOITX5157TWILQ5N3VGGNRZ5O0UL6P536V32D4ZX7OWEAJRMRKI89BJ3U08SOKOX6AKQTW373YU6OIGA7JN202S0EAIU1W14V6GJZS5VG6BG91R9YV57UCTQJQLO' where id=7; -update noar ti set v2='RBD8ZJIQY0QS0U6QLM447CD80KZDJZ1OEKYFOQPLR33Z0N263PO1E149WT2S7LPUOYMQHQBVMW6WMUOOOB3HKH61NHOBU6XNWI231297A57YQN4OPU7RSUXJS2W6J4VB99LA4BOITX5157TWILQ5N3VGGNRZ5O0UL6P536V32D4ZX7OWEAJRMRKI89BJ3U08SOKOX6AKQTW373YU6OIGA7JN202S0EAIU1W14V6GJZS5VG6BG91R9YV57UCTQJQLO' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CHIGYE61A8LF6EH5TN6P4AAGT764LLXNSV3DC6WCT3WNJNAW15TL9PGP9PD9F0OB34SC6FIN8FW8EQCI1M8KV534AO4K9HUUGBFHJ25W99SRKMI5SFK1KHAQU1YX99KCNL4ALKZAUSQSLBF1O0CU2XNMH6L7M5JIWIDIN9JE9WKPCM6DQXSP20J8K2OXUVJ0VELEEX0HOXU3B7854LS1JFUAOP1S8KSOALA43ETVTE3LEFQ2YKPE91JMWW8K8IE2C' where id=7; -update noar ti set v3='CHIGYE61A8LF6EH5TN6P4AAGT764LLXNSV3DC6WCT3WNJNAW15TL9PGP9PD9F0OB34SC6FIN8FW8EQCI1M8KV534AO4K9HUUGBFHJ25W99SRKMI5SFK1KHAQU1YX99KCNL4ALKZAUSQSLBF1O0CU2XNMH6L7M5JIWIDIN9JE9WKPCM6DQXSP20J8K2OXUVJ0VELEEX0HOXU3B7854LS1JFUAOP1S8KSOALA43ETVTE3LEFQ2YKPE91JMWW8K8IE2C' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3KOBBPEI8RL9XB02NEHMPQWOHJG9BM7U5K4F86MBHG39KWROZ0LBF28EZIU5N2NBP5Y1SD2EU9QVRIYQW8A1043OAYH3BZPV84L3CBMRGFWBY9JSDMHV6R18H1FW8HOALOIX40EV9PIZ9BM33B1YX9U4TN34MI8H027VXKKIEUL7Q0D2KBJN08P4KDY3T6N8DWQU8H6WU96L41B8DIX5NDICK5RAM45L3MKJKW7WGLRV7OJPUDH0UL9TYON85W0GV' where id=8; -update noar ti set v0='3KOBBPEI8RL9XB02NEHMPQWOHJG9BM7U5K4F86MBHG39KWROZ0LBF28EZIU5N2NBP5Y1SD2EU9QVRIYQW8A1043OAYH3BZPV84L3CBMRGFWBY9JSDMHV6R18H1FW8HOALOIX40EV9PIZ9BM33B1YX9U4TN34MI8H027VXKKIEUL7Q0D2KBJN08P4KDY3T6N8DWQU8H6WU96L41B8DIX5NDICK5RAM45L3MKJKW7WGLRV7OJPUDH0UL9TYON85W0GV' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ECIOEFDMYAGLBT3O1R268ZS1H57E1UAPRVW6YAXLJKG5X7JW77785D9S9CD3E4RJPEKUAWBCCKX8E9T7MD11N3F8GN0NH7BR01V0VR9KQSDM3NEIYFGJOGIHJ9TDLMTE3SQK823FW9PIX9HCVUNJ452BEYF8GM63N4FW5EXOCHO4AIYJKTK5CF3OQQLLJTU4DJZXZMFVY7VB64EV3R8A495T7ZEMXDNVJTOZVEXSY59L0RGUZXHVZRPV27S4U5XWJ' where id=8; -update noar ti set v1='ECIOEFDMYAGLBT3O1R268ZS1H57E1UAPRVW6YAXLJKG5X7JW77785D9S9CD3E4RJPEKUAWBCCKX8E9T7MD11N3F8GN0NH7BR01V0VR9KQSDM3NEIYFGJOGIHJ9TDLMTE3SQK823FW9PIX9HCVUNJ452BEYF8GM63N4FW5EXOCHO4AIYJKTK5CF3OQQLLJTU4DJZXZMFVY7VB64EV3R8A495T7ZEMXDNVJTOZVEXSY59L0RGUZXHVZRPV27S4U5XWJ' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3NOLAGREL8P7LKC2EU895T2IZOQDRLVNP29M79Q15MC2A53FYBZSKXT5OG5ZY2L7WRDCCC0RBUUXGOZZOFTLS3AU0UAZ3MXJ5DPLUD2PGOF7QFFWHMLHDJ28O8B2HJYL3GFN7W2J0W1OR03QEUSK1SK0NK0SS644NSS49X4HSLKM9KD39FBLUROM2LKT6PEG23QGPR8NQOWDTQHNFLE44LQ43LY9KHYL36EPABSGDXQ1BJHHH2TS7RSNI3F2FXQQV' where id=8; -update noar ti set v2='3NOLAGREL8P7LKC2EU895T2IZOQDRLVNP29M79Q15MC2A53FYBZSKXT5OG5ZY2L7WRDCCC0RBUUXGOZZOFTLS3AU0UAZ3MXJ5DPLUD2PGOF7QFFWHMLHDJ28O8B2HJYL3GFN7W2J0W1OR03QEUSK1SK0NK0SS644NSS49X4HSLKM9KD39FBLUROM2LKT6PEG23QGPR8NQOWDTQHNFLE44LQ43LY9KHYL36EPABSGDXQ1BJHHH2TS7RSNI3F2FXQQV' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PQIAGB35N5LJS5XUZX63D942KGK62XNX3XDX53KTN532WEQC7I1UHDLLALU3X50HXH6OHU7DLSPIAOO3TYY9P21L6D109UB75KDE9XPFLX0UOZNQPLBH5ATL1PSEW42LKTBV3K46IR2PZGHGSD4XRLX5TJOCJ6Q96W3ST83BYO3K0AM8DL2JCQH5DXWJQXM5NEDS99SAHEVOV2WOEC4DF3L5FC6SD4YZY2HU2TV2X3UO70Q1E5BWH7IPAN2XDNWKC' where id=8; -update noar ti set v3='PQIAGB35N5LJS5XUZX63D942KGK62XNX3XDX53KTN532WEQC7I1UHDLLALU3X50HXH6OHU7DLSPIAOO3TYY9P21L6D109UB75KDE9XPFLX0UOZNQPLBH5ATL1PSEW42LKTBV3K46IR2PZGHGSD4XRLX5TJOCJ6Q96W3ST83BYO3K0AM8DL2JCQH5DXWJQXM5NEDS99SAHEVOV2WOEC4DF3L5FC6SD4YZY2HU2TV2X3UO70Q1E5BWH7IPAN2XDNWKC' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3CJCDFHZLWKHCM17I3GQCR2KQ8ZREG02KZBI10IYZO2ACEW6H7QSN93OQJ7JQBGJJB71UF8F1SA1UEMQHTABS70R283IJ4FXR6D19TTWS0X5J1DULQ2C9YV01NA6BYKL3NGEWE0E1ZH8JLTDUUP6P6LZI6LE6268EHQIY32XC2A4N3039R0QSR9L4GOCCW7BIXC2JIBLMJ9SDV3IPC1YYA3PLPLR5COWCMKSUIBXQK4X4ETU0CUSYA6DMBUPFSELG' where id=9; -update noar ti set v0='3CJCDFHZLWKHCM17I3GQCR2KQ8ZREG02KZBI10IYZO2ACEW6H7QSN93OQJ7JQBGJJB71UF8F1SA1UEMQHTABS70R283IJ4FXR6D19TTWS0X5J1DULQ2C9YV01NA6BYKL3NGEWE0E1ZH8JLTDUUP6P6LZI6LE6268EHQIY32XC2A4N3039R0QSR9L4GOCCW7BIXC2JIBLMJ9SDV3IPC1YYA3PLPLR5COWCMKSUIBXQK4X4ETU0CUSYA6DMBUPFSELG' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G3GOHGWATRXVR37C1YCCRCOVTMGPWDS1NK1ZL8PALAELQHDNIXGF95CYAW10TQ3VR965CE6ARQJSLL6YJMCQCPWD00YVESE70EKHNU6YRJE3T9J66X1U6HVQIPSC845124XBMJEOPRFS3H37BS7H4F3RJDXY2LRRGQV9B5N7TA5NVNB800BQU47K2XZWM5A7JJGXKA62QB1UAB4ZEG9S81UFBNQEXY22IVZQYTQKU214KFFG9Q07ZVO7WMJ2RJGYJ' where id=9; -update noar ti set v1='G3GOHGWATRXVR37C1YCCRCOVTMGPWDS1NK1ZL8PALAELQHDNIXGF95CYAW10TQ3VR965CE6ARQJSLL6YJMCQCPWD00YVESE70EKHNU6YRJE3T9J66X1U6HVQIPSC845124XBMJEOPRFS3H37BS7H4F3RJDXY2LRRGQV9B5N7TA5NVNB800BQU47K2XZWM5A7JJGXKA62QB1UAB4ZEG9S81UFBNQEXY22IVZQYTQKU214KFFG9Q07ZVO7WMJ2RJGYJ' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S6JQWNHUI0YD0GDXHLMA5JAFN0L3DJIIXV6TPRG7DNI9CRLHAVI2WXD1R5O0R6OBY6A9H1K2H4YVKR5WAZ25PX3OXO814I5WYMIGMKPR73TSTFAC3LTGKR0CD8J0UYIQ7UU7NWGPLZYIZZKJJ00Y2IG4JDH1HDKFDXUPD6YJB1E4X3UG02C4PJPFOSTZ8JORAI9WVDNHYF3QAASGFY3L76FPF95V59XFS7ZLCGGZMZC1FP8WF0AIJ7KVKYBM9Y411' where id=9; -update noar ti set v2='S6JQWNHUI0YD0GDXHLMA5JAFN0L3DJIIXV6TPRG7DNI9CRLHAVI2WXD1R5O0R6OBY6A9H1K2H4YVKR5WAZ25PX3OXO814I5WYMIGMKPR73TSTFAC3LTGKR0CD8J0UYIQ7UU7NWGPLZYIZZKJJ00Y2IG4JDH1HDKFDXUPD6YJB1E4X3UG02C4PJPFOSTZ8JORAI9WVDNHYF3QAASGFY3L76FPF95V59XFS7ZLCGGZMZC1FP8WF0AIJ7KVKYBM9Y411' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UDYQGO0R3RSDM89EZH7GQV11RGIQ6GO9BDRSE0ORS8JRM1UJR9KEOE4KGY7FXU9UVN7OW8SWX4WP13ZH13Y7G3T7XQDXQ4FWKV8PXPG7J38CCS2D3ME5UUNQFR67DYJ02EAPS0UO9P63BXCXRDBODXUAL8BYFD2DP1NREA0DW7KXB8FOUJFPAKML0394FQZF3DTOH4ES10G5XO7RQKVIM5V7QFP5Q2OH88O54V47B6V1P8BGOF04SMCZL0P3BGPDS' where id=9; -update noar ti set v3='UDYQGO0R3RSDM89EZH7GQV11RGIQ6GO9BDRSE0ORS8JRM1UJR9KEOE4KGY7FXU9UVN7OW8SWX4WP13ZH13Y7G3T7XQDXQ4FWKV8PXPG7J38CCS2D3ME5UUNQFR67DYJ02EAPS0UO9P63BXCXRDBODXUAL8BYFD2DP1NREA0DW7KXB8FOUJFPAKML0394FQZF3DTOH4ES10G5XO7RQKVIM5V7QFP5Q2OH88O54V47B6V1P8BGOF04SMCZL0P3BGPDS' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VM74ZVZ91H42LB6M6HVD3C84ESPUNA69FPHP61AH97TV8ECL50O2PK25ZMM3OEP9L9Z0J7IYIY8SP7NAVLRQQQ22C4BBM0W5XIG316D6907OX4U4RR2I3G1C6MTWRQUBCE1YR26GUJ6T8X1BTI5E7UG6F5Q38ETJ8UNAWY072LLPOJDZ5B875NF1MSZE5NXMVM2IVZ6BWJKOOKNV1FVQGP4TELIAQEIB4H4BP0CXF43NMQ7M7AYGDSICVG0SNR06W' where id=10; -update noar ti set v0='VM74ZVZ91H42LB6M6HVD3C84ESPUNA69FPHP61AH97TV8ECL50O2PK25ZMM3OEP9L9Z0J7IYIY8SP7NAVLRQQQ22C4BBM0W5XIG316D6907OX4U4RR2I3G1C6MTWRQUBCE1YR26GUJ6T8X1BTI5E7UG6F5Q38ETJ8UNAWY072LLPOJDZ5B875NF1MSZE5NXMVM2IVZ6BWJKOOKNV1FVQGP4TELIAQEIB4H4BP0CXF43NMQ7M7AYGDSICVG0SNR06W' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='I7XA6F281EWOER5VZQC7QQFEMF4BWMLDPMWK3RWBG1WMBENIKRA1YUCG5H0XNDL9NXNIO0MMKXUJGHB3AZF4ZTS2HKEWJNA4VY6T5A0GXVV6ETEHY3V66D1D6TEUOLPHFPIRVMSYEV73UHZ6K1JTJM5C27G83MNHTLOJ1KP55ATEQ4395G9Q36QQM3H47UQZ4N0VS1E4Z1UND5UCPA6YWWRY61IVHRJ884KZ0NFO9S002D2P9B2TI6PJD0Z4VLI0M' where id=10; -update noar ti set v1='I7XA6F281EWOER5VZQC7QQFEMF4BWMLDPMWK3RWBG1WMBENIKRA1YUCG5H0XNDL9NXNIO0MMKXUJGHB3AZF4ZTS2HKEWJNA4VY6T5A0GXVV6ETEHY3V66D1D6TEUOLPHFPIRVMSYEV73UHZ6K1JTJM5C27G83MNHTLOJ1KP55ATEQ4395G9Q36QQM3H47UQZ4N0VS1E4Z1UND5UCPA6YWWRY61IVHRJ884KZ0NFO9S002D2P9B2TI6PJD0Z4VLI0M' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='O76BKZPSZK3J8AIJ0CRDMO09URPA1QNC8CNPDLI2MPZU4XCTFNXURS0LTUVJEUU9PJE4TMXXZQ7D9EY8Y9NMBMCPLUCVY1KTM9Y7CX9RH87SRBNM6ECMLQTXIN9VQOA2K8ME0S33PGVWSJIETH0ERZODNTXD7WTJY1YWYS3ABAZCF5OQS95IE7I8LT9LXP69MKARA5GFHWYMQ60EIV9HAZIUI7QZYDYHVNKBEUAGT3CWWHU7B533PV5WLECMH536I' where id=10; -update noar ti set v2='O76BKZPSZK3J8AIJ0CRDMO09URPA1QNC8CNPDLI2MPZU4XCTFNXURS0LTUVJEUU9PJE4TMXXZQ7D9EY8Y9NMBMCPLUCVY1KTM9Y7CX9RH87SRBNM6ECMLQTXIN9VQOA2K8ME0S33PGVWSJIETH0ERZODNTXD7WTJY1YWYS3ABAZCF5OQS95IE7I8LT9LXP69MKARA5GFHWYMQ60EIV9HAZIUI7QZYDYHVNKBEUAGT3CWWHU7B533PV5WLECMH536I' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0POM4VKQ11MTFZ1A3OCIIEXW0GP8AVRZJSWEI7H2Q3LH4LZHW45OLB05CBI50ZEX6NPS03RXH6KDZYHSZ8XVSOV4IQDUBJQE4TGPD87ZM4A37HHXFDD8C23370178WP2FY5LX2E35EOTCHU39CRE4F1TBR9VKA6V79X9ODHS409ESNQANEXGIPMHGT78H5UAGWUOCJ7BK53E3VJR1FM1AGYHBI6RYTGGPYEVYNHPNM1TC7GFEPFZLSNSI6YFT9OZI' where id=10; -update noar ti set v3='0POM4VKQ11MTFZ1A3OCIIEXW0GP8AVRZJSWEI7H2Q3LH4LZHW45OLB05CBI50ZEX6NPS03RXH6KDZYHSZ8XVSOV4IQDUBJQE4TGPD87ZM4A37HHXFDD8C23370178WP2FY5LX2E35EOTCHU39CRE4F1TBR9VKA6V79X9ODHS409ESNQANEXGIPMHGT78H5UAGWUOCJ7BK53E3VJR1FM1AGYHBI6RYTGGPYEVYNHPNM1TC7GFEPFZLSNSI6YFT9OZI' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5Y94ZOFI4OOC7RDNJ0BK9RY5U6G60P5U4QASMKYKGJO51FWQGRNB72KE521N6RVS6OOPV28SNKGV04HLXYGDX98OMLBPZQN6OQNP0R03V4Q0B97EOJEBGJX5MOF2O7L0ZWGSFYF5VYE1Q25ONP55CU4CG4D0YCYZVVS7COOF4I9S85VZ4JT8HYL9NNP3J8LT087GEJGC8X1HYCKDIGO9FLNE1GAP1FTTW43EXPO99Q06SVF3DNJYW2AQH66GKULXP' where id=11; -update noar ti set v0='5Y94ZOFI4OOC7RDNJ0BK9RY5U6G60P5U4QASMKYKGJO51FWQGRNB72KE521N6RVS6OOPV28SNKGV04HLXYGDX98OMLBPZQN6OQNP0R03V4Q0B97EOJEBGJX5MOF2O7L0ZWGSFYF5VYE1Q25ONP55CU4CG4D0YCYZVVS7COOF4I9S85VZ4JT8HYL9NNP3J8LT087GEJGC8X1HYCKDIGO9FLNE1GAP1FTTW43EXPO99Q06SVF3DNJYW2AQH66GKULXP' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1RHR83UJFV03F2GA0I3E35D76NHRAHCB4OR0V494MWSYG6V3ORE17230CQQ35LRQJ6M0VSRR1GO6OBKTFXDDU56QQC4ZGOWQR96TTF5L3CO46ZU43LEXYKJNX1IGIGGPQPQDWZYM30BJS96RJCEFBVJHYE9LDF65JORHHK5VPKSVGDZIX0SIGWKVAJB2BFV7H5BOR9DIPUEZ7Q87OQ95MW8T89EQWGTKXGBAJPUO343Y7ZRTG9XF0EA2D52K5BDY2' where id=11; -update noar ti set v1='1RHR83UJFV03F2GA0I3E35D76NHRAHCB4OR0V494MWSYG6V3ORE17230CQQ35LRQJ6M0VSRR1GO6OBKTFXDDU56QQC4ZGOWQR96TTF5L3CO46ZU43LEXYKJNX1IGIGGPQPQDWZYM30BJS96RJCEFBVJHYE9LDF65JORHHK5VPKSVGDZIX0SIGWKVAJB2BFV7H5BOR9DIPUEZ7Q87OQ95MW8T89EQWGTKXGBAJPUO343Y7ZRTG9XF0EA2D52K5BDY2' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='THOVGUU3OM2776HJ7YMHT4LZ05MRHZRKHBDNP1IOYBG2M59GNB31DGO3LSLXBKMKXRH9Z9MLM6WVJQ8JEQCAWG3Y12ZFUO9M5S2U24PV75VEJ1IJG08V5KGFKDZOSTJA9SPUOMPJR9XT1PBB1720J28O9OPS11MFSFPA67HT43LDHF0CM1PIWP4O7DZZH94MN6ULP1HZBMZWZJYHHQ1MUNS4R4GWMMD99P2XCSTBRC13KY84XN1ZKKQKQRWT4MSZG' where id=11; -update noar ti set v2='THOVGUU3OM2776HJ7YMHT4LZ05MRHZRKHBDNP1IOYBG2M59GNB31DGO3LSLXBKMKXRH9Z9MLM6WVJQ8JEQCAWG3Y12ZFUO9M5S2U24PV75VEJ1IJG08V5KGFKDZOSTJA9SPUOMPJR9XT1PBB1720J28O9OPS11MFSFPA67HT43LDHF0CM1PIWP4O7DZZH94MN6ULP1HZBMZWZJYHHQ1MUNS4R4GWMMD99P2XCSTBRC13KY84XN1ZKKQKQRWT4MSZG' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KLS726XGRK14V001SB4RIWT5JL749GKGSG3BZ4Q383DZ4F6BZPL4UVIMYS5RL0BKQULG9W9T1HDUN19SBJPNEYI0COAXWVMHGEU570RM29M3MGQADC1OP97BRFCMI03IUKXOBSEW7LPNLF8S0H1SHQO1KRDP2OA852XL5BTDR50HZZ08J7307B5MIGKTTM4J6CD6Z1DHPQJQEMS6SSWNZH1N5SN2D1FAD9ZX9S2LVVOMJJG42STN3ZEN9SM17LENL' where id=11; -update noar ti set v3='KLS726XGRK14V001SB4RIWT5JL749GKGSG3BZ4Q383DZ4F6BZPL4UVIMYS5RL0BKQULG9W9T1HDUN19SBJPNEYI0COAXWVMHGEU570RM29M3MGQADC1OP97BRFCMI03IUKXOBSEW7LPNLF8S0H1SHQO1KRDP2OA852XL5BTDR50HZZ08J7307B5MIGKTTM4J6CD6Z1DHPQJQEMS6SSWNZH1N5SN2D1FAD9ZX9S2LVVOMJJG42STN3ZEN9SM17LENL' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EEK0C0RGF12J7GDM1O1WGBPB01W0B8KF5AN78XJSBPXJ1BZ79NNJPGB68KC8HZWFJVVV3TFX787TA6QRHCYRBACIVL8DIFGFUREDFPUQSWGIB605KUX906ZBN8HE5F6SR5OA66LS3NICCVD8L4SZRPKK9Z2EPH859I8KTE6LF2DEIHQ8OEQ2TXNLGIU1CHL77XZMZGLT8LXLODJTN760V4SB8WCFAP1CVLS5VVRKE6NKRKMEFC84K5W2CML4XLXHM' where id=12; -update noar ti set v0='EEK0C0RGF12J7GDM1O1WGBPB01W0B8KF5AN78XJSBPXJ1BZ79NNJPGB68KC8HZWFJVVV3TFX787TA6QRHCYRBACIVL8DIFGFUREDFPUQSWGIB605KUX906ZBN8HE5F6SR5OA66LS3NICCVD8L4SZRPKK9Z2EPH859I8KTE6LF2DEIHQ8OEQ2TXNLGIU1CHL77XZMZGLT8LXLODJTN760V4SB8WCFAP1CVLS5VVRKE6NKRKMEFC84K5W2CML4XLXHM' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='69KU63BJ41MALFIGAPUW5U4YB12K0VS5C84EQ60ZLBJJHZQY9VBG7JMHFKBLUU7YZXRRXFJC4NZ4IHFRB22FQYRRDMJOAER17YOK7TZ6A27NYMDN6YL48H0WHZ3CRIOF38JKCPOW4XMEC11IGRSNYHWVWNA265KJGAWXWBRD9UPSQ9GV1ZOUN4Z8FBCKACNNARTTDOSQXJTY1PW8HR4HMN9FMIJOB9SMHCC9ZLGWN726AOQF3LE3TAP1VTB46BSNZ' where id=12; -update noar ti set v1='69KU63BJ41MALFIGAPUW5U4YB12K0VS5C84EQ60ZLBJJHZQY9VBG7JMHFKBLUU7YZXRRXFJC4NZ4IHFRB22FQYRRDMJOAER17YOK7TZ6A27NYMDN6YL48H0WHZ3CRIOF38JKCPOW4XMEC11IGRSNYHWVWNA265KJGAWXWBRD9UPSQ9GV1ZOUN4Z8FBCKACNNARTTDOSQXJTY1PW8HR4HMN9FMIJOB9SMHCC9ZLGWN726AOQF3LE3TAP1VTB46BSNZ' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2ZIKLL8IEE2IRP883806DHIWXKH3AJN2SZBF19I8KTZ92CC1APWDOPX9VFOQM57A7BPP1CBCRZVKMNHDMCOJGLB7XL13ICGCSZ9OL6J8XDKHMOFT2ZQBVMOI4N2INW3SNQM2MNR7Y6X5ZTCT1NJ9ONYR5JROPPOTBDJ3PCERN3WN6T8FW1MC4S713UAMEWHHKXMQWROMOZLITDSM8Q30BO39OA1I79SDMHU3NY1TDAFN41N8IR666AFSMPYWDC4TS' where id=12; -update noar ti set v2='2ZIKLL8IEE2IRP883806DHIWXKH3AJN2SZBF19I8KTZ92CC1APWDOPX9VFOQM57A7BPP1CBCRZVKMNHDMCOJGLB7XL13ICGCSZ9OL6J8XDKHMOFT2ZQBVMOI4N2INW3SNQM2MNR7Y6X5ZTCT1NJ9ONYR5JROPPOTBDJ3PCERN3WN6T8FW1MC4S713UAMEWHHKXMQWROMOZLITDSM8Q30BO39OA1I79SDMHU3NY1TDAFN41N8IR666AFSMPYWDC4TS' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='15BSSRPGNMG2W8RQUK67UU1JLFDH21KOSU9EWHLMTIVOBIYVV0KW8O8E273PPFZ0LGGCI439J5Y1V3OKNYDO5HLTEXUMPI68KUAUL4WF2NINTUTSHLYXTI8YWS6HCNS3QT0VL7BUBGF2RB1TTBW1D16LDCFNO8VFMRMUWBA9WFGBQWY6PSJI3SLOW1TUXBLZE7N0D6GQ1PR4E45JKLZ173DEEZHUIQ7EN35DPFVMP4C3MOSE70GAS9I71F6WR4WA4' where id=12; -update noar ti set v3='15BSSRPGNMG2W8RQUK67UU1JLFDH21KOSU9EWHLMTIVOBIYVV0KW8O8E273PPFZ0LGGCI439J5Y1V3OKNYDO5HLTEXUMPI68KUAUL4WF2NINTUTSHLYXTI8YWS6HCNS3QT0VL7BUBGF2RB1TTBW1D16LDCFNO8VFMRMUWBA9WFGBQWY6PSJI3SLOW1TUXBLZE7N0D6GQ1PR4E45JKLZ173DEEZHUIQ7EN35DPFVMP4C3MOSE70GAS9I71F6WR4WA4' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7PK3UW845LKDAMJMQXEB4JFM4U9QZL238SNW5K2TSYBWTLHQ4GC7I1YW5Z3R0LPBD7EO7YV6NGVEEL8FXDQ79RXEGQRLMRYNTN473DT96B3S5FZAM5NXV9GX5M3VSSJAAEH81MI3J6BOFV3J4S0HNT1UTR48L0UR97M1X4ROSMIKDOPZ0D8HCM1LVKXXRMFBIRYSQ6T7ZJETLILMCXKOU8M7D0UPDRYKRG60X45N12112DVZE3SAAW375V4XRYFUB' where id=13; -update noar ti set v0='7PK3UW845LKDAMJMQXEB4JFM4U9QZL238SNW5K2TSYBWTLHQ4GC7I1YW5Z3R0LPBD7EO7YV6NGVEEL8FXDQ79RXEGQRLMRYNTN473DT96B3S5FZAM5NXV9GX5M3VSSJAAEH81MI3J6BOFV3J4S0HNT1UTR48L0UR97M1X4ROSMIKDOPZ0D8HCM1LVKXXRMFBIRYSQ6T7ZJETLILMCXKOU8M7D0UPDRYKRG60X45N12112DVZE3SAAW375V4XRYFUB' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RMBX39P1LGB8Q0U4NRC6XCXPXAUG8SHNBDEWO8IFPJ8X6CMA6BTDHVT9PT29FCYFIDZTK1571SIHWIFC6GKUASF49NI3MYK618T0M2275K0CLBB0SQ492NMO83LO2SWKCR3JKR6DKRQQ723G4TQGR1A6LILYADCYA4P327MU6OQ66WLIOWV0IC4EXRXINSU0QZB6VQSRQKIAV5U8C4MGBT7O0XPC23FYDGRY999KY1KO12B85SD6VR14L7K9F50FJ' where id=13; -update noar ti set v1='RMBX39P1LGB8Q0U4NRC6XCXPXAUG8SHNBDEWO8IFPJ8X6CMA6BTDHVT9PT29FCYFIDZTK1571SIHWIFC6GKUASF49NI3MYK618T0M2275K0CLBB0SQ492NMO83LO2SWKCR3JKR6DKRQQ723G4TQGR1A6LILYADCYA4P327MU6OQ66WLIOWV0IC4EXRXINSU0QZB6VQSRQKIAV5U8C4MGBT7O0XPC23FYDGRY999KY1KO12B85SD6VR14L7K9F50FJ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZU93JFAVPL8EPW0SWSBSW5LXCN0Y4LSWQEQ1ZXTLKCH7PQBUDRMA7ZGDJYNIIEEWSA0YT0DEPFMXGQIORPDCMK8KSFITR0SKXGHHEL7I0CL0B9RLOXXLE5K09JMLK85CF4JEYW429VR2UGKAUFVTB3AE65XU9X8KEICVK3Y3LRWPQLIPKAS0P1RFPGLFCD9JI3TBE6B0HX7ZZPCNRAYWX6L59Y69TGJWUWJ6Q7GEO8MLBCR1MB1BLXURTI7PD2RJZ' where id=13; -update noar ti set v2='ZU93JFAVPL8EPW0SWSBSW5LXCN0Y4LSWQEQ1ZXTLKCH7PQBUDRMA7ZGDJYNIIEEWSA0YT0DEPFMXGQIORPDCMK8KSFITR0SKXGHHEL7I0CL0B9RLOXXLE5K09JMLK85CF4JEYW429VR2UGKAUFVTB3AE65XU9X8KEICVK3Y3LRWPQLIPKAS0P1RFPGLFCD9JI3TBE6B0HX7ZZPCNRAYWX6L59Y69TGJWUWJ6Q7GEO8MLBCR1MB1BLXURTI7PD2RJZ' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1B5466PNOB9QEYZBBIXMI8W70Q7LPU11JDFROHV84AMT6ZT93USOMV3XJHKVNJ03XGV7ID4FXZ28BBUK5J8U94PQG4V57GXL10CQN2T8L04GKIQ1C4CV7UG0K58L5N9VCREK17S3T0KWL27JA1VSOYOW7Q7P54S0NNYX3ZUDY270O801AFX3IM594B9VUGXWIQUV238QUVRCGYWW9F1C1KZA2ILYJL1V3WZ4IUD1IXI375X7T67TAKWN06DPZBPOY' where id=13; -update noar ti set v3='1B5466PNOB9QEYZBBIXMI8W70Q7LPU11JDFROHV84AMT6ZT93USOMV3XJHKVNJ03XGV7ID4FXZ28BBUK5J8U94PQG4V57GXL10CQN2T8L04GKIQ1C4CV7UG0K58L5N9VCREK17S3T0KWL27JA1VSOYOW7Q7P54S0NNYX3ZUDY270O801AFX3IM594B9VUGXWIQUV238QUVRCGYWW9F1C1KZA2ILYJL1V3WZ4IUD1IXI375X7T67TAKWN06DPZBPOY' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PWXJBK9ACLJIZTGZBVMWKKEB5CU5PSBSEH5K89RNFTUDG5W91KVJHVC9S2CMPIFWKI2ZDQD7LFC17PYX8TXRYEDKR7VFVZY69AZXTVPQMUTJEUS8H2LMGM679Y8JBAUKZ1B9YAXWFBJBYAMXY8DNENU8E4MCBIVJZ8AW7S3RUJP06LBFMIRS8B3SIPOQWM1GMPZAEC5S7TIH8PL7IDVABN2P3A5MEPEPJQ2BA1S3LXF0ZWTFESB2G1P7BL08JDLZ1' where id=14; -update noar ti set v0='PWXJBK9ACLJIZTGZBVMWKKEB5CU5PSBSEH5K89RNFTUDG5W91KVJHVC9S2CMPIFWKI2ZDQD7LFC17PYX8TXRYEDKR7VFVZY69AZXTVPQMUTJEUS8H2LMGM679Y8JBAUKZ1B9YAXWFBJBYAMXY8DNENU8E4MCBIVJZ8AW7S3RUJP06LBFMIRS8B3SIPOQWM1GMPZAEC5S7TIH8PL7IDVABN2P3A5MEPEPJQ2BA1S3LXF0ZWTFESB2G1P7BL08JDLZ1' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CWYTYZTB4ERWMGI2W8PPOJJ85MKG4T1Y19PIY5OKOXGQPZNXY8GW7HQLP3QVSDX50LKDSXTX520TCS82W4422VORS7RT0SA4T5PL26BTM06QJYBXOA0YHJMQ3O0O2IR11WU5LTVKZO5ILAB49ORO9CA5N3EOY5KHMZ26H1F67G9G2JF4LCG4SLKQXNUY1KV64HBB6LLSX1BTMRMNX414C6A22K3HG0SQ8U5H2PNA7MMQP7NTNGGAT26WBJJ0DA89S' where id=14; -update noar ti set v1='CWYTYZTB4ERWMGI2W8PPOJJ85MKG4T1Y19PIY5OKOXGQPZNXY8GW7HQLP3QVSDX50LKDSXTX520TCS82W4422VORS7RT0SA4T5PL26BTM06QJYBXOA0YHJMQ3O0O2IR11WU5LTVKZO5ILAB49ORO9CA5N3EOY5KHMZ26H1F67G9G2JF4LCG4SLKQXNUY1KV64HBB6LLSX1BTMRMNX414C6A22K3HG0SQ8U5H2PNA7MMQP7NTNGGAT26WBJJ0DA89S' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KVZCNPUCEGMV04O6D41DQMSPNV5BOEMQXWNKWEJNKLGAZM2DTI1I7J7IBT8TLHCZ0WS7GCKOW62MN0E9VHOIKEC21PQV3QG2ILLIZE2XM23UJPNBWTR1QX2KGORO4JEV3IJYSDDKD9YTWUQVPJ39H75PJRCZWSE1EZD13J5CC9TA504I151ED3MQA48W8YLQOCMWZ51CS3I9T7AV0S7MUNEIJD7ZCIVAC556T33N6UAYYG0MK99C29GTADOB05LWZ' where id=14; -update noar ti set v2='KVZCNPUCEGMV04O6D41DQMSPNV5BOEMQXWNKWEJNKLGAZM2DTI1I7J7IBT8TLHCZ0WS7GCKOW62MN0E9VHOIKEC21PQV3QG2ILLIZE2XM23UJPNBWTR1QX2KGORO4JEV3IJYSDDKD9YTWUQVPJ39H75PJRCZWSE1EZD13J5CC9TA504I151ED3MQA48W8YLQOCMWZ51CS3I9T7AV0S7MUNEIJD7ZCIVAC556T33N6UAYYG0MK99C29GTADOB05LWZ' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OQREEWT0RSE67A239V7QW6ZSPBOBV989G5DO4TFOAB6RTFWMC6QBJ8HBVF2F4HTXOBD9E53X67YRPPSQHZFVV43AY2VLREOTKCPO0NBRU63MP0YOICW29EFAFP9Z025540J1GY2I8FOWJ1E3GMWNF6X7KGPR82M2Y5L9GO92CZLFYSG3K46WK60TVI36D5ZM6N9EA7E5A8TO2Z0RYHE3GWZ0THRG2JTHT5T79PKYC8HGFPKFXY8NXEEQ55GMVI3G0' where id=14; -update noar ti set v3='OQREEWT0RSE67A239V7QW6ZSPBOBV989G5DO4TFOAB6RTFWMC6QBJ8HBVF2F4HTXOBD9E53X67YRPPSQHZFVV43AY2VLREOTKCPO0NBRU63MP0YOICW29EFAFP9Z025540J1GY2I8FOWJ1E3GMWNF6X7KGPR82M2Y5L9GO92CZLFYSG3K46WK60TVI36D5ZM6N9EA7E5A8TO2Z0RYHE3GWZ0THRG2JTHT5T79PKYC8HGFPKFXY8NXEEQ55GMVI3G0' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MR83IANLYWE7Q1R6NI1JTACZCMC39P7DOX2YC8RRICPVFAFPJM1S3K05740BK65RRA0ZKCISW8T4NTNWUU8YFFF1GIZHS8GUJPVTE9IZBVVIEVF2NTVKFT4638I5140B5XT1RL0YV2CDWLQEOH719W43B5NF4FUBJ0JOUKB7RDG7AW2JFFP9UZEG1HYJHLUAOV18RHTMTAXB6WDW3014YLWAPQJLP3QCS78Q43RWY30ZUXO34RWC9MBA88GTZG38V' where id=15; -update noar ti set v0='MR83IANLYWE7Q1R6NI1JTACZCMC39P7DOX2YC8RRICPVFAFPJM1S3K05740BK65RRA0ZKCISW8T4NTNWUU8YFFF1GIZHS8GUJPVTE9IZBVVIEVF2NTVKFT4638I5140B5XT1RL0YV2CDWLQEOH719W43B5NF4FUBJ0JOUKB7RDG7AW2JFFP9UZEG1HYJHLUAOV18RHTMTAXB6WDW3014YLWAPQJLP3QCS78Q43RWY30ZUXO34RWC9MBA88GTZG38V' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KMP2BQ44FDUD59T37WK2CBTGDBIT1VNLG1KT7HBF2QGCR98AU8BQDM6VWST1Q25ZOB29HRYDWZ8VFTMHX5BWM583BHYSZ7FYO0FHSSVLEZHEOOL95EMOHQH289BGETIP5UPHJM9P7HBUK091KFWLHNPLKM0JKE3PCLKWZVR7M97JW8VZOWKZAWLCE52MD5IRZD30UAMXG4CVPP5QQFLKLD4AV1LJFBRJRJ54K2GQ16ZVVK7MWIS8KBU41T3AHXUPP' where id=15; -update noar ti set v1='KMP2BQ44FDUD59T37WK2CBTGDBIT1VNLG1KT7HBF2QGCR98AU8BQDM6VWST1Q25ZOB29HRYDWZ8VFTMHX5BWM583BHYSZ7FYO0FHSSVLEZHEOOL95EMOHQH289BGETIP5UPHJM9P7HBUK091KFWLHNPLKM0JKE3PCLKWZVR7M97JW8VZOWKZAWLCE52MD5IRZD30UAMXG4CVPP5QQFLKLD4AV1LJFBRJRJ54K2GQ16ZVVK7MWIS8KBU41T3AHXUPP' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UT9IKX7AT2RGHPUFA4WZ3ZFDM30BQZYNNMS2USY7IB1IMNNA1O3I5CJJDSR3LHQLICWNUSKNOM7UPSTJZ1JZN6OQ8288E00OQ102XJRJKBJX0KRXTFXZFUQIWSZZBBMGDFPXO153R1N1FX6ZC1A52V6ZY465FLXB2GY6HG546TZTIDY78BPH07Y4U61D1I79A96P6DS4AMOTG1HAHMI7BU4WLVSAOLT4FAZL4A41GTHQ0X222RZL6T5WPDUG1TE19' where id=15; -update noar ti set v2='UT9IKX7AT2RGHPUFA4WZ3ZFDM30BQZYNNMS2USY7IB1IMNNA1O3I5CJJDSR3LHQLICWNUSKNOM7UPSTJZ1JZN6OQ8288E00OQ102XJRJKBJX0KRXTFXZFUQIWSZZBBMGDFPXO153R1N1FX6ZC1A52V6ZY465FLXB2GY6HG546TZTIDY78BPH07Y4U61D1I79A96P6DS4AMOTG1HAHMI7BU4WLVSAOLT4FAZL4A41GTHQ0X222RZL6T5WPDUG1TE19' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ICKII3HFMKINOU8UMYDKCEH4P7PU5RGF02VCJ6PSWW06LP4HAMCXXSZ5FVIEHGSP1XHG95D4X542FNGZXDAIVRPC0RP54PR6ZJ4YUK4KMQ85YYMJSZAPMCGSR18RXSL40CT4CPG4A9PFT56J5WCVV6DCW4L8IA978PGRU2L3GVBRJMQB0BQE27UBVVZRVX4B359XL4S2EIPT3AU3MTU36O8BXAG2TBMT63DOJQO204P9LJWHJ64CQO567VISFJW0X' where id=15; -update noar ti set v3='ICKII3HFMKINOU8UMYDKCEH4P7PU5RGF02VCJ6PSWW06LP4HAMCXXSZ5FVIEHGSP1XHG95D4X542FNGZXDAIVRPC0RP54PR6ZJ4YUK4KMQ85YYMJSZAPMCGSR18RXSL40CT4CPG4A9PFT56J5WCVV6DCW4L8IA978PGRU2L3GVBRJMQB0BQE27UBVVZRVX4B359XL4S2EIPT3AU3MTU36O8BXAG2TBMT63DOJQO204P9LJWHJ64CQO567VISFJW0X' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DQGN42J0F5OE57YURUHI5VTTG69RIVFYOC3CYWOISK4UU50KBUSD3FD0BN3VLHW92CE0B3YJ35DZB7LPE9WMSPWZ98YQF6YCBK9HUBXP49D4EBLLTRN7MOJ52WVBTCEWXP714WHGH0CMKO1A8QTJQDOKISR9IISDWHZYJ2Q41L5HT4C2WNVWM3YNJO2TPKT18C11BMMCA2XFR9Z45IUF67RE2UESVJFK27V4A99TIPJVPHQM2J43SAQK0WRTBBASE' where id=16; -update noar ti set v0='DQGN42J0F5OE57YURUHI5VTTG69RIVFYOC3CYWOISK4UU50KBUSD3FD0BN3VLHW92CE0B3YJ35DZB7LPE9WMSPWZ98YQF6YCBK9HUBXP49D4EBLLTRN7MOJ52WVBTCEWXP714WHGH0CMKO1A8QTJQDOKISR9IISDWHZYJ2Q41L5HT4C2WNVWM3YNJO2TPKT18C11BMMCA2XFR9Z45IUF67RE2UESVJFK27V4A99TIPJVPHQM2J43SAQK0WRTBBASE' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K7HFG4ISR8HL8RQNIL6IDS9R32RBYZHNB9X13J9EIOILG0PKKW4A6X8LCMXGH7KD6T8JWBW588Y5M13PBHVV4WLRD74KZZJBTY0E9VBF5D8QAOI2T75GA4OJVJ9HUVWB91EQXF0Z1QDHJ5DEBS3EML5K8YZLCVDTWIC16N4WHX0EXNDVWJFRPSAZ1GP8Q7K481K4I1TYX2X1MB8MTOOG5RGGBSSUKFRDEW9O24W7KUJCVXK9SZTDUFHK2SAG59P2G' where id=16; -update noar ti set v1='K7HFG4ISR8HL8RQNIL6IDS9R32RBYZHNB9X13J9EIOILG0PKKW4A6X8LCMXGH7KD6T8JWBW588Y5M13PBHVV4WLRD74KZZJBTY0E9VBF5D8QAOI2T75GA4OJVJ9HUVWB91EQXF0Z1QDHJ5DEBS3EML5K8YZLCVDTWIC16N4WHX0EXNDVWJFRPSAZ1GP8Q7K481K4I1TYX2X1MB8MTOOG5RGGBSSUKFRDEW9O24W7KUJCVXK9SZTDUFHK2SAG59P2G' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XSZHNUE8KT052R1ZK2TBAFM66DQN9R362YLHBP4EPOMBTAKIOE87X26KJSSDVRMBI2NVJTMDQF5XVT1ELMZGFSHA0YVVH1XHKPS27WPLPLER6PNWGJ91BT5SED31S1CBSS112PSHT7REHDGZIB1FAE3S9C02UCSNG36VUCJ8WYRW1G3P1DRYSETB2195T0EBQ0YOSNWO35PUPFY0UICLEPFG03L6GN4CA87QQL2A2SDC36N9KLQSFYN1CSW9PAWB4' where id=16; -update noar ti set v2='XSZHNUE8KT052R1ZK2TBAFM66DQN9R362YLHBP4EPOMBTAKIOE87X26KJSSDVRMBI2NVJTMDQF5XVT1ELMZGFSHA0YVVH1XHKPS27WPLPLER6PNWGJ91BT5SED31S1CBSS112PSHT7REHDGZIB1FAE3S9C02UCSNG36VUCJ8WYRW1G3P1DRYSETB2195T0EBQ0YOSNWO35PUPFY0UICLEPFG03L6GN4CA87QQL2A2SDC36N9KLQSFYN1CSW9PAWB4' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9CFIKEF4C2YAZSK0OV65F4H4GMZZM7MUQIJ1NOPAPBQ9AB5FWTJMUCJSLUZ9H1C4N6MWYB6HNIG8FM76VKJR343KFZ8KCAZ5VUQI82ST3KGGJ8T2A04RUWG86SI799AYDL6AIE0KH9X2Q8PJIHQJ2ZHO71PBD5JEKBD4SWIZA88QFGKZHZMU5WYGHADS3GKIA3YAM17LL122MH2UFTGHFTQ20P3KQOWGCBH6LFIQ8REA1WRJEZCBWA75RKU1FU0JJ' where id=16; -update noar ti set v3='9CFIKEF4C2YAZSK0OV65F4H4GMZZM7MUQIJ1NOPAPBQ9AB5FWTJMUCJSLUZ9H1C4N6MWYB6HNIG8FM76VKJR343KFZ8KCAZ5VUQI82ST3KGGJ8T2A04RUWG86SI799AYDL6AIE0KH9X2Q8PJIHQJ2ZHO71PBD5JEKBD4SWIZA88QFGKZHZMU5WYGHADS3GKIA3YAM17LL122MH2UFTGHFTQ20P3KQOWGCBH6LFIQ8REA1WRJEZCBWA75RKU1FU0JJ' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TY6I6SKGL5UOL42BRO29O1UXOD2JYEMXN8AZ96O7YPAUAL088O07TGEC6DVZOM3839PPZ7KBLFDRRQDKBFYPS72ORXESNCEWKM9UDM6ZR6LAZXA2SW18O705C6AII8IW2BKJ1M0Z424V6WA2ORBSJ7OZLDLGW21S9NYIZOE9OOS2TZNU323E0DX9G4C16VSHMJUCC2IOJR2VCYARZ52M4RU83KDHVFXWX6JBY4BLGYV2ZR4X481UWTP81Y099276K' where id=17; -update noar ti set v0='TY6I6SKGL5UOL42BRO29O1UXOD2JYEMXN8AZ96O7YPAUAL088O07TGEC6DVZOM3839PPZ7KBLFDRRQDKBFYPS72ORXESNCEWKM9UDM6ZR6LAZXA2SW18O705C6AII8IW2BKJ1M0Z424V6WA2ORBSJ7OZLDLGW21S9NYIZOE9OOS2TZNU323E0DX9G4C16VSHMJUCC2IOJR2VCYARZ52M4RU83KDHVFXWX6JBY4BLGYV2ZR4X481UWTP81Y099276K' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S1S76G57X1KT93CONQSL9JR7PWAMNRZQHBFQCJFORM6PQUOIGG9AQRKCJSK5G062464L067LMRZV36N42KNUVNW06BRS6633A5670IY1ZRTEK1W7YVP56T77H7UKL8VHJKWI4TF7D5OOFXGTY887U7F5AAI1VF70RHUCF3OQ7XLRZ2N1S488W1OMNAJUVM03KBLH2EVFYUDHE50MID8PVLS75REXQP0B10ZP6DN5BVYR5A416GR2ZVBKAK0JNJ1RA' where id=17; -update noar ti set v1='S1S76G57X1KT93CONQSL9JR7PWAMNRZQHBFQCJFORM6PQUOIGG9AQRKCJSK5G062464L067LMRZV36N42KNUVNW06BRS6633A5670IY1ZRTEK1W7YVP56T77H7UKL8VHJKWI4TF7D5OOFXGTY887U7F5AAI1VF70RHUCF3OQ7XLRZ2N1S488W1OMNAJUVM03KBLH2EVFYUDHE50MID8PVLS75REXQP0B10ZP6DN5BVYR5A416GR2ZVBKAK0JNJ1RA' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='84XUWTY0IAMVDO7BOCMH9N40N46KOI0YM8A6ELLHXG59GUS1KM1Z7FNUP8DQ80RH2GF18X5BTTVMJ6M5RPE4N32QDS9CT0FKRA2Z69QHGGZRHGMKMNRSIMIB7Z5UTMGUE54SPE7MTMZ4Y5Y50BUHE9YOTGZUMSAPYCNP25Y0J0QUM90RV5PGD21244TNMYW2KPGZ3WKR98W5A3720OW7X1UQ3MIEMHDJY6LNA6BIC1ILECNM2KUADB4F9RN6SSS15' where id=17; -update noar ti set v2='84XUWTY0IAMVDO7BOCMH9N40N46KOI0YM8A6ELLHXG59GUS1KM1Z7FNUP8DQ80RH2GF18X5BTTVMJ6M5RPE4N32QDS9CT0FKRA2Z69QHGGZRHGMKMNRSIMIB7Z5UTMGUE54SPE7MTMZ4Y5Y50BUHE9YOTGZUMSAPYCNP25Y0J0QUM90RV5PGD21244TNMYW2KPGZ3WKR98W5A3720OW7X1UQ3MIEMHDJY6LNA6BIC1ILECNM2KUADB4F9RN6SSS15' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ZOG31JVCR5RRBQWGR84B3X7767PQX2XEQZTMDZ3VEPTNHKRZLPBFXSIM38KFG6D1ZH1YYWMDZQ31URMY5C90KMK9C1EWKJH8520U0JGQXWRSDIF88RJ1A4WM1K95TU68H452VIJXJIQBBGESJ2QIB5N8XCWLQPWAS38DN5K9OVYER9ODZFKI2JC92QLBUOJGUADN8O4WDPKOOGA4VGFIBLQFY1M6ICJOK5D2S210NAI4SAVSTVIL594RWP9KGS555' where id=17; -update noar ti set v3='ZOG31JVCR5RRBQWGR84B3X7767PQX2XEQZTMDZ3VEPTNHKRZLPBFXSIM38KFG6D1ZH1YYWMDZQ31URMY5C90KMK9C1EWKJH8520U0JGQXWRSDIF88RJ1A4WM1K95TU68H452VIJXJIQBBGESJ2QIB5N8XCWLQPWAS38DN5K9OVYER9ODZFKI2JC92QLBUOJGUADN8O4WDPKOOGA4VGFIBLQFY1M6ICJOK5D2S210NAI4SAVSTVIL594RWP9KGS555' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4Z0LYXCKI25LHUKIURUNG6Y2S2E74BKW49A90PLP634NOBX6VN68BXDEURWIYDF8PRCDS1KBWZMU8LNVI201UTXZDPE5LMQUZ2GQ6L7GYLFIKAKY00K86GH32O150MOHX2CAYFSQNG077FF60CK67E5B1BY1HAOQK74T7645W6I3MSC3HFW002H2D9Y4OUPUKVQKN4SCY36G1PQCWCAEO3V9YSAM3PCSZU6XM7A8HZGVYFDKZ7BV68AJJ1CRUXFCA' where id=18; -update noar ti set v0='4Z0LYXCKI25LHUKIURUNG6Y2S2E74BKW49A90PLP634NOBX6VN68BXDEURWIYDF8PRCDS1KBWZMU8LNVI201UTXZDPE5LMQUZ2GQ6L7GYLFIKAKY00K86GH32O150MOHX2CAYFSQNG077FF60CK67E5B1BY1HAOQK74T7645W6I3MSC3HFW002H2D9Y4OUPUKVQKN4SCY36G1PQCWCAEO3V9YSAM3PCSZU6XM7A8HZGVYFDKZ7BV68AJJ1CRUXFCA' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CKOKYWHVQ4ZT3FRRUYASZLCTT3MKW08LE4Q5PWRA6O016BGQMM2SZ9FSBIXSU5VQLUF7ZOMSEMU0VBQGQ1017PIE2XXFJSTY9UC7V0IA68VSYQ5XPQ7PWYD6JQ09EHR6B5LA7XWK548SCVV9Q15PXONSX82C3VIC54OXTTKRNS6YUEHN08B14AARBOPQ4EWIAFHL3NLQJC15XNG4Y1FZEI1YRFGQYKJEVXPHYD6B5V695CN0MVUSTRULKIHZEYVKZ' where id=18; -update noar ti set v1='CKOKYWHVQ4ZT3FRRUYASZLCTT3MKW08LE4Q5PWRA6O016BGQMM2SZ9FSBIXSU5VQLUF7ZOMSEMU0VBQGQ1017PIE2XXFJSTY9UC7V0IA68VSYQ5XPQ7PWYD6JQ09EHR6B5LA7XWK548SCVV9Q15PXONSX82C3VIC54OXTTKRNS6YUEHN08B14AARBOPQ4EWIAFHL3NLQJC15XNG4Y1FZEI1YRFGQYKJEVXPHYD6B5V695CN0MVUSTRULKIHZEYVKZ' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SDRECPG8ZCNSLDA4JOPFL554CQ798XKGFEBC25HVR4TVZI6TZWVHQBZHG0KYW6AX80I9G11PRMN2Z1BWKWUFH33AWELPJJHLSP5UJ9K7C0PYBUUM7F8D1VQWKJK70C0XVDIZC1OS52GX1MUA930WG8LNIERCLAZMA0YQ55JHSZAIWTFAROX8HEEHTBV0IZMK98YK4PI6H2CL2AIBTBLWTQOSM54BFI71X4ASSO1QHCLI8OGNQLHC3HCJZO0T4PYGS' where id=18; -update noar ti set v2='SDRECPG8ZCNSLDA4JOPFL554CQ798XKGFEBC25HVR4TVZI6TZWVHQBZHG0KYW6AX80I9G11PRMN2Z1BWKWUFH33AWELPJJHLSP5UJ9K7C0PYBUUM7F8D1VQWKJK70C0XVDIZC1OS52GX1MUA930WG8LNIERCLAZMA0YQ55JHSZAIWTFAROX8HEEHTBV0IZMK98YK4PI6H2CL2AIBTBLWTQOSM54BFI71X4ASSO1QHCLI8OGNQLHC3HCJZO0T4PYGS' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HTOAW4FV211DWN7412E5AAWPCYQRG6JX4KSIT94WV7AEZSACPHY0NB1D05YIEARYWTTUNXXPY6D5O3DJBDA8BZ031HRKYGRGMN9K3O7E1N6HJF8WLR2TOPC9050RQ4P3YXJF5KLERWRC7H8SPGQ472UYLC5IVGHSRYMSJ14DZSDDTGG2PF4FH93JA0PTZPL7I9FAQIWAIPJD89G6A5T4PALJTKWMBIMEZRVYK1UKZJHA4S7IFJWYVNZK0DMKF6MLG' where id=18; -update noar ti set v3='HTOAW4FV211DWN7412E5AAWPCYQRG6JX4KSIT94WV7AEZSACPHY0NB1D05YIEARYWTTUNXXPY6D5O3DJBDA8BZ031HRKYGRGMN9K3O7E1N6HJF8WLR2TOPC9050RQ4P3YXJF5KLERWRC7H8SPGQ472UYLC5IVGHSRYMSJ14DZSDDTGG2PF4FH93JA0PTZPL7I9FAQIWAIPJD89G6A5T4PALJTKWMBIMEZRVYK1UKZJHA4S7IFJWYVNZK0DMKF6MLG' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J2J0ES29Y61EHWTCR8LAQ4R0HVHOW0JFH1VZP7M88CG0XUXMHXLU572Y63HYJ2GK3PNMKN7QVRX7AA216NU3OBFLM1815DHOAICONUP1HL25O8PMLWL7WZ4GSIXCC80DMHRL0KY8Z0Y0DMT7XQKJNZFC23LMCY47C6P09CV4TWOTQWA137HOM457HYDV1Z7W4L99RZKTF37A2S7FFI4KFSAHHSO8FINF3CN8ABSXID8M1BBCXKXD4RTLYWNLMMPW4' where id=19; -update noar ti set v0='J2J0ES29Y61EHWTCR8LAQ4R0HVHOW0JFH1VZP7M88CG0XUXMHXLU572Y63HYJ2GK3PNMKN7QVRX7AA216NU3OBFLM1815DHOAICONUP1HL25O8PMLWL7WZ4GSIXCC80DMHRL0KY8Z0Y0DMT7XQKJNZFC23LMCY47C6P09CV4TWOTQWA137HOM457HYDV1Z7W4L99RZKTF37A2S7FFI4KFSAHHSO8FINF3CN8ABSXID8M1BBCXKXD4RTLYWNLMMPW4' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J7DLWVOJB6YPXAF5LQ2G7NZG6FV7J5TFRVE1QH1QOFL7B6JQN407RLZBMJHJNLC837K3T7RY9M0TX8F7FNY8K4OVA86TAF1EZVHBZZEISI10NKWSXEY5K3JTI2JFPEOI6L150MZ9WFECR8F8FV8ATGYJ69QO5CISXETT0HU25FU19AZRQ0LKJC1LHZ28G83IVSSI440WFPYA1NRTYLDFUCVUV5M21AF6ZYHBV1K2MGNOXCBXR0NCBOWTJBD5QEZ61' where id=19; -update noar ti set v1='J7DLWVOJB6YPXAF5LQ2G7NZG6FV7J5TFRVE1QH1QOFL7B6JQN407RLZBMJHJNLC837K3T7RY9M0TX8F7FNY8K4OVA86TAF1EZVHBZZEISI10NKWSXEY5K3JTI2JFPEOI6L150MZ9WFECR8F8FV8ATGYJ69QO5CISXETT0HU25FU19AZRQ0LKJC1LHZ28G83IVSSI440WFPYA1NRTYLDFUCVUV5M21AF6ZYHBV1K2MGNOXCBXR0NCBOWTJBD5QEZ61' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='K9MU7LPUUZVCEQLKTV10NJTSE4TM8B6BH2N7O9QFYVJZG869JH50TSVYMO25NDPW0OTFLJOTHZXE2ZD23FJ7KWPYOZJRLUBK0IWGW85F7VAR3GVT5CXH02BQKYUQR04YBLE4YZZK4YWZAH2LAM3D88F3TIGMZCWKK2R7O0YE5YRREWGAZWL7K3F3KMB0E4NUC8CJXBOBPZ5ARMML1NCPKN2LTCJASNBZ90LKGKM307S2WLTDJBKSYA7IGAC5FPJSW' where id=19; -update noar ti set v2='K9MU7LPUUZVCEQLKTV10NJTSE4TM8B6BH2N7O9QFYVJZG869JH50TSVYMO25NDPW0OTFLJOTHZXE2ZD23FJ7KWPYOZJRLUBK0IWGW85F7VAR3GVT5CXH02BQKYUQR04YBLE4YZZK4YWZAH2LAM3D88F3TIGMZCWKK2R7O0YE5YRREWGAZWL7K3F3KMB0E4NUC8CJXBOBPZ5ARMML1NCPKN2LTCJASNBZ90LKGKM307S2WLTDJBKSYA7IGAC5FPJSW' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FA0WI39W4FQI9MO5G7WD10WO7SPFYHFJUL75GLKYD1ZXHNTQPY72RXST1V17T1MNVYZUEV5O5D7QODU0USVRH4HFZ2NV694E8NBNWRCNUOLDS3SNT6FZ0GUHPS6R4E0VN5XEQZ0XFN84S9GP445NSGXRDWIMY89IYT9KSHGJMLEQZADEMWF1OY09FLT673R4FP6T2ILYINS0K8B1OVINP0V0LUPWGPC5E3M2LA0JLLB7S1B74NFZ4N8ZDIO6YPVMS' where id=19; -update noar ti set v3='FA0WI39W4FQI9MO5G7WD10WO7SPFYHFJUL75GLKYD1ZXHNTQPY72RXST1V17T1MNVYZUEV5O5D7QODU0USVRH4HFZ2NV694E8NBNWRCNUOLDS3SNT6FZ0GUHPS6R4E0VN5XEQZ0XFN84S9GP445NSGXRDWIMY89IYT9KSHGJMLEQZADEMWF1OY09FLT673R4FP6T2ILYINS0K8B1OVINP0V0LUPWGPC5E3M2LA0JLLB7S1B74NFZ4N8ZDIO6YPVMS' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='UQQMWAL04Q831U5I6RHE4LKN2HBD5N2D1UIWDV0CFQ0EZFWJ5J2C4Q1CS29C6RAYERUBIIQ9PW1OVTMD24PUIE5GM14TSQKM4IQA8JPRNDJBAB4OGRXMETJRWHTYDUHVI6UTMZ8AZXUXN1UHG7JUD5IZE2WN7HDMVZCLQQK1LFQT9326FS4FAH9OUVHCVC1PGK27MH8X4ZD4NZIIDSFM9RJVNR8MKRO9AXFDKLM2BKMDSDNZ8ZRDWAO9GIBLJDO8B' where id=20; -update noar ti set v0='UQQMWAL04Q831U5I6RHE4LKN2HBD5N2D1UIWDV0CFQ0EZFWJ5J2C4Q1CS29C6RAYERUBIIQ9PW1OVTMD24PUIE5GM14TSQKM4IQA8JPRNDJBAB4OGRXMETJRWHTYDUHVI6UTMZ8AZXUXN1UHG7JUD5IZE2WN7HDMVZCLQQK1LFQT9326FS4FAH9OUVHCVC1PGK27MH8X4ZD4NZIIDSFM9RJVNR8MKRO9AXFDKLM2BKMDSDNZ8ZRDWAO9GIBLJDO8B' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5JGEBJ322PBJ2T1E9LY6ITWX648MUXPX4YYN6YM4QXSCTEJDDJCY7O2Y15WDYPJR0RIK06SO8KRN7B9783I7KJZ80C9QCC788NYLNS8BIJ8U1H3A7AIQP39M6TG81ESRQWTP7K3QM0BIIU9G0FWHYIT3DI7LQ5EEGWDHWISZFWR7BTP2NBMWQQYRAEY48S8JFBJY79M0ZHN1UP7QZJ2GBC5ZDBG0DLP1ORLMG1B0AOJ9E4IESDV9AFQTN33V4Y3Y6' where id=20; -update noar ti set v1='5JGEBJ322PBJ2T1E9LY6ITWX648MUXPX4YYN6YM4QXSCTEJDDJCY7O2Y15WDYPJR0RIK06SO8KRN7B9783I7KJZ80C9QCC788NYLNS8BIJ8U1H3A7AIQP39M6TG81ESRQWTP7K3QM0BIIU9G0FWHYIT3DI7LQ5EEGWDHWISZFWR7BTP2NBMWQQYRAEY48S8JFBJY79M0ZHN1UP7QZJ2GBC5ZDBG0DLP1ORLMG1B0AOJ9E4IESDV9AFQTN33V4Y3Y6' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OG9104ZOQ6WCGCLB8KY60WN6O3QOE6SXO8WL6NPVO9CQP941CZF8J1NJ7A7ZMP48KWWV4MRRLL38RU5R0P8HM4OSQEN6Z06S0IMBNSHD0T5AKOJG1YZWKI7X4MP4LZQDXJHG5ECD5IW04PCIP7NWDYOO0MVS5UFDGW6D6P96Y5JOBO3G00IIJBB7ZAR0ZJ3MFKWP1V1MXKBQGCO3L5KKHRAYC5ID4MW5Q4TUT0B4O12YMMZ2G1NZV3YUSYREHNWKS' where id=20; -update noar ti set v2='OG9104ZOQ6WCGCLB8KY60WN6O3QOE6SXO8WL6NPVO9CQP941CZF8J1NJ7A7ZMP48KWWV4MRRLL38RU5R0P8HM4OSQEN6Z06S0IMBNSHD0T5AKOJG1YZWKI7X4MP4LZQDXJHG5ECD5IW04PCIP7NWDYOO0MVS5UFDGW6D6P96Y5JOBO3G00IIJBB7ZAR0ZJ3MFKWP1V1MXKBQGCO3L5KKHRAYC5ID4MW5Q4TUT0B4O12YMMZ2G1NZV3YUSYREHNWKS' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='G0CK9B5NB56WDNYQD7AH6WDHNMU4R8TOTR3TK2FKS6N9YOCZS5NKI0228Z5R7GWXLJZVKFT3IPF1PQSSJLVSPO6XQG07XL0XBCNP2YZFBQIMXJOCAUYLTX4C93CT01IC8OXLI9X7O4WGNS4ZZC1NVZSL1PEP4V2IA70BBYWB8LRNY820UGSSVPTC17RJ1O10DXRDIAH714UBMIV921JRIKRKP7FH64JCCAZSD64JTQ735T7EMAWQLLKWO92P2UCNP' where id=20; -update noar ti set v3='G0CK9B5NB56WDNYQD7AH6WDHNMU4R8TOTR3TK2FKS6N9YOCZS5NKI0228Z5R7GWXLJZVKFT3IPF1PQSSJLVSPO6XQG07XL0XBCNP2YZFBQIMXJOCAUYLTX4C93CT01IC8OXLI9X7O4WGNS4ZZC1NVZSL1PEP4V2IA70BBYWB8LRNY820UGSSVPTC17RJ1O10DXRDIAH714UBMIV921JRIKRKP7FH64JCCAZSD64JTQ735T7EMAWQLLKWO92P2UCNP' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XEKSFWW852KAAHSKEGJ48HGLX99SZGG8QW8PZ0CDRHL5X2W1TOMNSM4RNEZAE1IX4JWTYFDM9SZ9G9KTDOTMT1KFBEUYW0X6BZMBIBNTIRX0UFCM2F6E9FAME4YA4RBMDJSHTT6GUP0QVRPCFLK5XVD0V8M8RDJD5JWWH5YHFI2DTZWG6RRTO1WFPP0HZF15DS7HM4NO5DH96JZQOY01FN9LUWV0BK6E6LXBWBCLKG8BTZULMZFFLZIAEDKX975NG' where id=21; -update noar ti set v0='XEKSFWW852KAAHSKEGJ48HGLX99SZGG8QW8PZ0CDRHL5X2W1TOMNSM4RNEZAE1IX4JWTYFDM9SZ9G9KTDOTMT1KFBEUYW0X6BZMBIBNTIRX0UFCM2F6E9FAME4YA4RBMDJSHTT6GUP0QVRPCFLK5XVD0V8M8RDJD5JWWH5YHFI2DTZWG6RRTO1WFPP0HZF15DS7HM4NO5DH96JZQOY01FN9LUWV0BK6E6LXBWBCLKG8BTZULMZFFLZIAEDKX975NG' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QHR1UAQQ7ITT3HPA7BIQ7QN8PAPE3Y2QTYMJ3DGEAIC0B174127WG6U5FVIQ8YPNHFVHOCI0V70B5WLEC1QPS4NDGEO90KHRH3P617ZB439KSQ10L2TIALZCDA6QVONE27720L5W4JBZBJNCQIX5DJGRRZMSL4IS68VTDE7Y6RZ7FS2RP7F6DMZ2RSVEREI4W9XSL875K5IEOMKSHJYMXCYIRJ22N5O9DXZLEB8UZIQWOIN3O10D2J7YEBF5VWEFF' where id=21; -update noar ti set v1='QHR1UAQQ7ITT3HPA7BIQ7QN8PAPE3Y2QTYMJ3DGEAIC0B174127WG6U5FVIQ8YPNHFVHOCI0V70B5WLEC1QPS4NDGEO90KHRH3P617ZB439KSQ10L2TIALZCDA6QVONE27720L5W4JBZBJNCQIX5DJGRRZMSL4IS68VTDE7Y6RZ7FS2RP7F6DMZ2RSVEREI4W9XSL875K5IEOMKSHJYMXCYIRJ22N5O9DXZLEB8UZIQWOIN3O10D2J7YEBF5VWEFF' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8JJARDA8JIMXNOMZO3QJT0PV7YKFK3ZP9YX8SU3XP1CAWS8XE1AE2KXT5O7V6LJIMJZOGVW7APZG40BR5C46LO54G4KR13VCXUJ60FZEIIOU9I7WZD08QVY6KDUBKL90FHUP5H3ZC6F2OITKSHW5RLF3BGYD3F7W64KHWTCB1FBWP0U42YFTI81PRGN0WSJOL9CPF3WZ0XP0LKI8BL9DHGJD4X2HAYIVCBBEA1RCCCGPADBM0SXX7JAFJHM6VTS6X' where id=21; -update noar ti set v2='8JJARDA8JIMXNOMZO3QJT0PV7YKFK3ZP9YX8SU3XP1CAWS8XE1AE2KXT5O7V6LJIMJZOGVW7APZG40BR5C46LO54G4KR13VCXUJ60FZEIIOU9I7WZD08QVY6KDUBKL90FHUP5H3ZC6F2OITKSHW5RLF3BGYD3F7W64KHWTCB1FBWP0U42YFTI81PRGN0WSJOL9CPF3WZ0XP0LKI8BL9DHGJD4X2HAYIVCBBEA1RCCCGPADBM0SXX7JAFJHM6VTS6X' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EDZ4EMGEZXM3X45IY3C778BVXZJ8X8RW3QEE1WKSB1R1YC69M4B4NZPNMXHO88EQEB18GLFXJLV2VMQUUNNLOAUG3PGUQPOUMP6O3BFNU3A0G7LWSORTEZZJCGRZOL5XIKUKOR2NJMBQF9WEXOLG3WC0PMC2RRRKDLSH8GBVG09SZJIHH5B4CENXV9QQY612ME0C8F5QJ034HV7JDES0NPVH1444FWTGT98YG3TUHDZBICNRM7RNQBG3GUGBUHQ6P' where id=21; -update noar ti set v3='EDZ4EMGEZXM3X45IY3C778BVXZJ8X8RW3QEE1WKSB1R1YC69M4B4NZPNMXHO88EQEB18GLFXJLV2VMQUUNNLOAUG3PGUQPOUMP6O3BFNU3A0G7LWSORTEZZJCGRZOL5XIKUKOR2NJMBQF9WEXOLG3WC0PMC2RRRKDLSH8GBVG09SZJIHH5B4CENXV9QQY612ME0C8F5QJ034HV7JDES0NPVH1444FWTGT98YG3TUHDZBICNRM7RNQBG3GUGBUHQ6P' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WO3CQCJRAK0VLQSJVOHQJYAF2JO2IG6BP8GYAUKA84PENPWV2ZHN46UYD7FY6DOZ0Y7HPI4B7343QHNQ4M3POFQ2CJNCLEQQ4GSPNNEBP7S0AWPP43U3PEWLN08GGR6GPCO012YE53AX8EY5NQ5GBUFDJX01XN6C3ALHOD3I2X3SKXHW6EQP8JGDNUEEYTHRVBTZZKCXKVYA3FDKSQCVO9B7QBJZATATZMXRPK9QNG9KB1HATZZ6Z6YYEROBSBY69' where id=22; -update noar ti set v0='WO3CQCJRAK0VLQSJVOHQJYAF2JO2IG6BP8GYAUKA84PENPWV2ZHN46UYD7FY6DOZ0Y7HPI4B7343QHNQ4M3POFQ2CJNCLEQQ4GSPNNEBP7S0AWPP43U3PEWLN08GGR6GPCO012YE53AX8EY5NQ5GBUFDJX01XN6C3ALHOD3I2X3SKXHW6EQP8JGDNUEEYTHRVBTZZKCXKVYA3FDKSQCVO9B7QBJZATATZMXRPK9QNG9KB1HATZZ6Z6YYEROBSBY69' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BT3TZ0D8XUOV3YHHAUQ3ILBZ0049B8A8JWAQK07GTIMODJITLWBQ39OWKGTBTCOAIFN0UPV8YBJCRP6MSJG81SCDN03HBRM8HT4NUN0CFL57N6IITWA5ZYLK7F9JCKHZGL4EP1QELKLA0XUIEZ4J4L4CC2PUGG836LEKA3L482KCKCIZCZ4WWI9DYLTMRERWGRCZRJU14ECX07Z835ZOILKISVDXR57AHYPE4SN7LBRHIOED69TQ6RT0R9SSG16HB' where id=22; -update noar ti set v1='BT3TZ0D8XUOV3YHHAUQ3ILBZ0049B8A8JWAQK07GTIMODJITLWBQ39OWKGTBTCOAIFN0UPV8YBJCRP6MSJG81SCDN03HBRM8HT4NUN0CFL57N6IITWA5ZYLK7F9JCKHZGL4EP1QELKLA0XUIEZ4J4L4CC2PUGG836LEKA3L482KCKCIZCZ4WWI9DYLTMRERWGRCZRJU14ECX07Z835ZOILKISVDXR57AHYPE4SN7LBRHIOED69TQ6RT0R9SSG16HB' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2YPKLIR4DE1LHKJEJ3XU2WCD96A5G977FZ9Z1WB93ED2GWPT7RRPX2E6SYR0A9ZMG2PGAXYGDIQJ7I67CTVF5ZCL810X1N3HTY3CRC7N4PMKU5DQ3BVB286EK5D0FLZRFB2Z3LIOJQL4R2GU5YZH8Y9R57SRJ4KFLX97D0UVSWLRD7WI00VB2GHDDJT7FJPGIZVV0LLLI3MZRUDEI012Z696XLNSBAHEH7B0ND0LVPBD53WMUSE9V0XYZ4GCGHG7U' where id=22; -update noar ti set v2='2YPKLIR4DE1LHKJEJ3XU2WCD96A5G977FZ9Z1WB93ED2GWPT7RRPX2E6SYR0A9ZMG2PGAXYGDIQJ7I67CTVF5ZCL810X1N3HTY3CRC7N4PMKU5DQ3BVB286EK5D0FLZRFB2Z3LIOJQL4R2GU5YZH8Y9R57SRJ4KFLX97D0UVSWLRD7WI00VB2GHDDJT7FJPGIZVV0LLLI3MZRUDEI012Z696XLNSBAHEH7B0ND0LVPBD53WMUSE9V0XYZ4GCGHG7U' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WOOXVNLOMONDMCGL3E3K673KPZBDZ8IV2ALYTDZAS2BCZYETLJO9XSFWLA1IS12RPPAZU17PFULYIBPLA12BQPX5UA47JCRISP4BMDSHGTSB6N2D339YNZRLM6PI6EST9YBQWW8IDGX5WXCLGVPH3BGADDILS78BIN1UO63XXGTE4SAIZ2OCNKLZ7MW9MY6PG80KGHM3769U9QVP7SGCXQSQG6INEFRFL5W5G6TEHAM00KXF80C7GKC1Z85R7CKJU' where id=22; -update noar ti set v3='WOOXVNLOMONDMCGL3E3K673KPZBDZ8IV2ALYTDZAS2BCZYETLJO9XSFWLA1IS12RPPAZU17PFULYIBPLA12BQPX5UA47JCRISP4BMDSHGTSB6N2D339YNZRLM6PI6EST9YBQWW8IDGX5WXCLGVPH3BGADDILS78BIN1UO63XXGTE4SAIZ2OCNKLZ7MW9MY6PG80KGHM3769U9QVP7SGCXQSQG6INEFRFL5W5G6TEHAM00KXF80C7GKC1Z85R7CKJU' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P7RD9WWB4R1TALVG2A6FVUCDFGTSPD4ZEPB896GSLWSCNS9BQSLXKLPDB7I8NDWYHTLR17JF9HXDFKLU0EIVR1ZS7UWXZYIAUYGJD00WC2V6GD1PLRHLTBUMR30G9FTVJSE0C1D4ZLG0IP8ZV7QX3BH18F3DX01OR0TOKWQMEA7LKJ56Q6LS76JU8CN30T4K5JGF9OUXAOTOLLQZCBK3LHZW1X6OPY7Y003HXGEI3JK9IHXFGWDARVBHIXQG8KQAE' where id=23; -update noar ti set v0='P7RD9WWB4R1TALVG2A6FVUCDFGTSPD4ZEPB896GSLWSCNS9BQSLXKLPDB7I8NDWYHTLR17JF9HXDFKLU0EIVR1ZS7UWXZYIAUYGJD00WC2V6GD1PLRHLTBUMR30G9FTVJSE0C1D4ZLG0IP8ZV7QX3BH18F3DX01OR0TOKWQMEA7LKJ56Q6LS76JU8CN30T4K5JGF9OUXAOTOLLQZCBK3LHZW1X6OPY7Y003HXGEI3JK9IHXFGWDARVBHIXQG8KQAE' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='B2SHAL8VGJ1IQRWMPW9IGOVRRVYG2S9O7BALTD7UW60V3FV9OMLX1DR4QC6RQURGDBQU5UVVIN1L615P7P9CBKNDOIG5Y0Q2DP1I8R92SVG5JQGFBX65UR1Y280GPXVBK5W0GI42QFO7HPV65LDOBR9GDNQA8AIXQT3F6RXFVJME435BQ8EKACD9F0H2LWPY2671W93L1R4PW6FQVMDDB2DYE554T4YL9V5GJRYLDBJ7MUF53US5AYBPKHJAYCO81' where id=23; -update noar ti set v1='B2SHAL8VGJ1IQRWMPW9IGOVRRVYG2S9O7BALTD7UW60V3FV9OMLX1DR4QC6RQURGDBQU5UVVIN1L615P7P9CBKNDOIG5Y0Q2DP1I8R92SVG5JQGFBX65UR1Y280GPXVBK5W0GI42QFO7HPV65LDOBR9GDNQA8AIXQT3F6RXFVJME435BQ8EKACD9F0H2LWPY2671W93L1R4PW6FQVMDDB2DYE554T4YL9V5GJRYLDBJ7MUF53US5AYBPKHJAYCO81' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8IEOLDVO1OVED1QFIOBQBVI8V4T0QATA2PXS5Y83KGI58K0D6CDV21XS3MI7YRG1PW9AUVEQ7PXN0J75HIM7QQTH15YI7CPIPYON9DL4IS8IH6CJ6ZLFA1GGT3I6VG3F7A6VPNCTOOS0QM1WKL5HFFKY3GUF4852RWJJIR4L04VKZNIBXZCTJ4VZHKXK1ZKLL149S1024S4IPIRKCCNGKOTVF5WYDQ6PXIPS0AEPGP41EDE9M0E2DTUZII0JRWLKG' where id=23; -update noar ti set v2='8IEOLDVO1OVED1QFIOBQBVI8V4T0QATA2PXS5Y83KGI58K0D6CDV21XS3MI7YRG1PW9AUVEQ7PXN0J75HIM7QQTH15YI7CPIPYON9DL4IS8IH6CJ6ZLFA1GGT3I6VG3F7A6VPNCTOOS0QM1WKL5HFFKY3GUF4852RWJJIR4L04VKZNIBXZCTJ4VZHKXK1ZKLL149S1024S4IPIRKCCNGKOTVF5WYDQ6PXIPS0AEPGP41EDE9M0E2DTUZII0JRWLKG' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GCNB085XUZ0GZ5G66ISVJHQBO3WG50I82MDXJGSVC3WZWL7ZICYR4I4662CWM3NPGLXQ2DWLSCVXHQZEM76LJG2EJEGMSZ8E4M9LNF1FOT9J1LXEVC0V1RD53437SU5TIRUI9ULAG6ZNY8BP9VR2T4RJCGT9VFOB2F53XAT7IA69WCNKNA4LOCCNSS9GE5C3ZL6N9SJ31Y107578R3KGWZVHUDG7C941UTEF22LKVKQEJBN9SVDS93G7UYTQC320X' where id=23; -update noar ti set v3='GCNB085XUZ0GZ5G66ISVJHQBO3WG50I82MDXJGSVC3WZWL7ZICYR4I4662CWM3NPGLXQ2DWLSCVXHQZEM76LJG2EJEGMSZ8E4M9LNF1FOT9J1LXEVC0V1RD53437SU5TIRUI9ULAG6ZNY8BP9VR2T4RJCGT9VFOB2F53XAT7IA69WCNKNA4LOCCNSS9GE5C3ZL6N9SJ31Y107578R3KGWZVHUDG7C941UTEF22LKVKQEJBN9SVDS93G7UYTQC320X' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='E0XGOP4HRH8U2O2XGZUOTBFXIRMEJY9MSJZ0JOIVE81AIFIHJSL9YAIFYYJCS4M3L4J3L0QVPNH4WPWCECGX98QSMY90VTPFMXBL2LRZZRBNIY4WAMI17A7Z1Q5BJRIN9F0QFX7W5KX9RQB1CZ3JKY6J4ODA5PMP3CE353G50YOU3W2Z1O39Y7UDXA9OVK1CTDW53REDY0K5ZIFDF750L19I45ZDRX5B3R1UZJ8UA65NL5RL71B56GYI0B2WFYLTB' where id=24; -update noar ti set v0='E0XGOP4HRH8U2O2XGZUOTBFXIRMEJY9MSJZ0JOIVE81AIFIHJSL9YAIFYYJCS4M3L4J3L0QVPNH4WPWCECGX98QSMY90VTPFMXBL2LRZZRBNIY4WAMI17A7Z1Q5BJRIN9F0QFX7W5KX9RQB1CZ3JKY6J4ODA5PMP3CE353G50YOU3W2Z1O39Y7UDXA9OVK1CTDW53REDY0K5ZIFDF750L19I45ZDRX5B3R1UZJ8UA65NL5RL71B56GYI0B2WFYLTB' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GTN8H25Q84ZVX3PM23GR96V21BLZ7L3RBT28LYMX40YRD042JIROH9LFEPXH1ATZSU98G7HHVVQKS5BZ87ZRT9MOU8UBNJI80F4RCZXEN521C3MGEHLYL0DNEPORII3BWPO35U63IWB58KZLE6LDIJJE321ESWQAMGTL46H4J306GF7IEAZPXQ8HNGAM7DUO9HF6H78OMP4N4816HJY8QWVE0JEN0ULTKEOUCH5MFVIDDO3NZQKUUMKDKYIMAYAD8' where id=24; -update noar ti set v1='GTN8H25Q84ZVX3PM23GR96V21BLZ7L3RBT28LYMX40YRD042JIROH9LFEPXH1ATZSU98G7HHVVQKS5BZ87ZRT9MOU8UBNJI80F4RCZXEN521C3MGEHLYL0DNEPORII3BWPO35U63IWB58KZLE6LDIJJE321ESWQAMGTL46H4J306GF7IEAZPXQ8HNGAM7DUO9HF6H78OMP4N4816HJY8QWVE0JEN0ULTKEOUCH5MFVIDDO3NZQKUUMKDKYIMAYAD8' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4H0K4RFAOMPR6OUAYXUOH1WJJVP9T745TF45OM5KM8YYBDP1YM56V0C0IJWICETWUXMP6ZX1AANF2314I749MKWBC3ZJO9RJB7AZJIWERIX3BYFL76QB95H1U64IVFPWXEHZV56SPF732NN30GECWXHW8W2ZXATS1EH8N53WDKSDSFZ0AL2CGZ1S7EC81IXUUU7SQ8Q47E3CG8DVB5J6WC0IY4PDX7CB36CENMHN33X6YKR2EQ8IMR8F2AVDSQZTP' where id=24; -update noar ti set v2='4H0K4RFAOMPR6OUAYXUOH1WJJVP9T745TF45OM5KM8YYBDP1YM56V0C0IJWICETWUXMP6ZX1AANF2314I749MKWBC3ZJO9RJB7AZJIWERIX3BYFL76QB95H1U64IVFPWXEHZV56SPF732NN30GECWXHW8W2ZXATS1EH8N53WDKSDSFZ0AL2CGZ1S7EC81IXUUU7SQ8Q47E3CG8DVB5J6WC0IY4PDX7CB36CENMHN33X6YKR2EQ8IMR8F2AVDSQZTP' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3I2P6SMLR1LY6PGGU867WSDIUE2YB9ACVPKCDLRIHIXM6VSOPS2JMU8XZ98VUBAOSVWUJ3YW2N5KZP2JFDTAV5E51VDZIHKABJLDR717WRUVBM4WKBN7SBDR5BIZUAI3V7GKTWLZYFVDO6T93XV70RUCTQ9J629W4WAE4G6717CC0BFYAOLVI0L95MABQW6E099WB4JK8R5841QV7DEG76AMXANKB41OKL3N7CKTCUF9J8E2WK9BTCLX4JLWBMB0Z' where id=24; -update noar ti set v3='3I2P6SMLR1LY6PGGU867WSDIUE2YB9ACVPKCDLRIHIXM6VSOPS2JMU8XZ98VUBAOSVWUJ3YW2N5KZP2JFDTAV5E51VDZIHKABJLDR717WRUVBM4WKBN7SBDR5BIZUAI3V7GKTWLZYFVDO6T93XV70RUCTQ9J629W4WAE4G6717CC0BFYAOLVI0L95MABQW6E099WB4JK8R5841QV7DEG76AMXANKB41OKL3N7CKTCUF9J8E2WK9BTCLX4JLWBMB0Z' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='39XUFD29HM0I9FUXGQ358TF81A48FX1PRDJGBG319N73OJMWFSRRMOWOUXVX0HVIUPHFFELN3NZW0QX24JU0DAGVXGOIBR5BEIJIWR5EBOEARWPTK3SLBE47GG9QQ04USTVKN290H8MSPS9P6AON0H6Q9M4K8LXFIEZB90JXZZZ8UFOA1Z5MKYG2X186VRW5454S9YOTMMAQEG3WWUK4UY0ZTWHNR4ZFIEN2QA5CNW4SK10S1TH8XGOUEBNM8I4LX' where id=25; -update noar ti set v0='39XUFD29HM0I9FUXGQ358TF81A48FX1PRDJGBG319N73OJMWFSRRMOWOUXVX0HVIUPHFFELN3NZW0QX24JU0DAGVXGOIBR5BEIJIWR5EBOEARWPTK3SLBE47GG9QQ04USTVKN290H8MSPS9P6AON0H6Q9M4K8LXFIEZB90JXZZZ8UFOA1Z5MKYG2X186VRW5454S9YOTMMAQEG3WWUK4UY0ZTWHNR4ZFIEN2QA5CNW4SK10S1TH8XGOUEBNM8I4LX' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MERR3SYL0LYN8XNCONSVN6JYOFC7XLA1HCITK123KOTSMJJHT8ATYENA9DH85I2ODFOCX9L891SJ8Z42D94MVGFN9BRSCNWV78A8O9MDKRP9CB0AJKSHBMA3R8K635ZXAJT0OGOG1OF8IRFIIIG4H5NVYJGG44U3UKPKAZ4EXB2ZTAAUUUUPBET76UF74R4NNDBPIWT8SM9YS37UMGWGFVG7SXMA7080Y12EEUJYYCZZZ7KBCJRS1RJ6BBX0UP05R' where id=25; -update noar ti set v1='MERR3SYL0LYN8XNCONSVN6JYOFC7XLA1HCITK123KOTSMJJHT8ATYENA9DH85I2ODFOCX9L891SJ8Z42D94MVGFN9BRSCNWV78A8O9MDKRP9CB0AJKSHBMA3R8K635ZXAJT0OGOG1OF8IRFIIIG4H5NVYJGG44U3UKPKAZ4EXB2ZTAAUUUUPBET76UF74R4NNDBPIWT8SM9YS37UMGWGFVG7SXMA7080Y12EEUJYYCZZZ7KBCJRS1RJ6BBX0UP05R' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2FO4NAM2C26B5U1BF8UQT1MCIDRIC2QSBTD8XF3A3OC8B1NQFJDQWKO3UMJ288N3JFJIQ5WPUOF9C059X9G1ZF7GL91L83EH2P9TI7MJTWUW0AMFU6B694ZRCBRU40HJ0EX6G06GNMCDN6WJ65BVOJHASA2KYDLE0T2JIP0R01GG03SHPK4RE2R2CS3TPUWMOO0KLG08BFG3NTSOZV5FVAB2OXZQHYSQMUJ1EKET0RE5JBTS9EQMLUIEJSMT7LUGO' where id=25; -update noar ti set v2='2FO4NAM2C26B5U1BF8UQT1MCIDRIC2QSBTD8XF3A3OC8B1NQFJDQWKO3UMJ288N3JFJIQ5WPUOF9C059X9G1ZF7GL91L83EH2P9TI7MJTWUW0AMFU6B694ZRCBRU40HJ0EX6G06GNMCDN6WJ65BVOJHASA2KYDLE0T2JIP0R01GG03SHPK4RE2R2CS3TPUWMOO0KLG08BFG3NTSOZV5FVAB2OXZQHYSQMUJ1EKET0RE5JBTS9EQMLUIEJSMT7LUGO' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HMMKT3RWDO07HHXH2AKK4EA8O3I5O3NS1A1TXSZ6V48T9ML8CP30OQNDXQKQBG58YLH8ASDQ8L27GZGDHEAKS2ZUGEMX6P3GADT7L0N53LZSV8SDBA67PT1HO1VQCFYKEBIX8H8E7X58QUDLV8NHLDVZDJDEVM44XI4R5NTBNPAM5J2ATBHSZBKIIM9IQONCEHXOIBGRJTWT54TDK1PKUXZ0HETMU73EJQFOQFUCFOWWDX6NH1GX5B34VWK0GICEG' where id=25; -update noar ti set v3='HMMKT3RWDO07HHXH2AKK4EA8O3I5O3NS1A1TXSZ6V48T9ML8CP30OQNDXQKQBG58YLH8ASDQ8L27GZGDHEAKS2ZUGEMX6P3GADT7L0N53LZSV8SDBA67PT1HO1VQCFYKEBIX8H8E7X58QUDLV8NHLDVZDJDEVM44XI4R5NTBNPAM5J2ATBHSZBKIIM9IQONCEHXOIBGRJTWT54TDK1PKUXZ0HETMU73EJQFOQFUCFOWWDX6NH1GX5B34VWK0GICEG' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C2RS2NLODKUCV4IKB38BZSIHZYYE1Q0SCKCFB49GGMP3TRRN6ZP2CX2C76IGBHQ11T6TTQ66N9QPF1V7K2CLSAJM6PKARLJWAEY646O4VFW0SCY353RXAAYYOY3JPJ1Q0B203GDOQT7FYLFIYIP6C1E0XZW3CUU3BSQNF5YDPWWACE4I2Y6D9J1C08DQAORO4IWRSGU9YC6KF1JL7HFVAFJ5IIF0IUDZ61OQRX9UMAE150YJF98U5EJOYF0GJ4DAU' where id=26; -update noar ti set v0='C2RS2NLODKUCV4IKB38BZSIHZYYE1Q0SCKCFB49GGMP3TRRN6ZP2CX2C76IGBHQ11T6TTQ66N9QPF1V7K2CLSAJM6PKARLJWAEY646O4VFW0SCY353RXAAYYOY3JPJ1Q0B203GDOQT7FYLFIYIP6C1E0XZW3CUU3BSQNF5YDPWWACE4I2Y6D9J1C08DQAORO4IWRSGU9YC6KF1JL7HFVAFJ5IIF0IUDZ61OQRX9UMAE150YJF98U5EJOYF0GJ4DAU' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0YJVHYUJ973HRJIABAMPAX8K6TWXBNUK4LMBY5IIHLQL70JPVCXH2F18RJ1TNUMEHAMATQ4EU2R81PULB9YSW8MW67RX7MD3K8J2YHSHNTO1BZOMRTNJ1ZXUSOHCHDV518JWPFHIZXCLALXAJ7T2TONWTVJ0RTXQJAIXFKYYPTYF3LPZTNPR8TLBYNFAI1QVRNXVRPDM0B2JDJ5ANSHKLITMTQTDOG7MPYCVMVVSKU0UV8O74F4W9XWZRH6GMCZWT' where id=26; -update noar ti set v1='0YJVHYUJ973HRJIABAMPAX8K6TWXBNUK4LMBY5IIHLQL70JPVCXH2F18RJ1TNUMEHAMATQ4EU2R81PULB9YSW8MW67RX7MD3K8J2YHSHNTO1BZOMRTNJ1ZXUSOHCHDV518JWPFHIZXCLALXAJ7T2TONWTVJ0RTXQJAIXFKYYPTYF3LPZTNPR8TLBYNFAI1QVRNXVRPDM0B2JDJ5ANSHKLITMTQTDOG7MPYCVMVVSKU0UV8O74F4W9XWZRH6GMCZWT' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2747KCLKVF755VLZH2CJHIYL9J2Q5SXIDLPS0I23X84FQOUDAIJVIPRN6777R6U9LPHOMSFNS3PX8F6TCXTQNUQ0DKQ2WI4ADAMBSWU7384JYJDCF781LPELGIGNG607DHZXEHDUL6WGV59SGFY9EF4F98AL15OJPGWATGR4CVQM5P8YP86XMVT5S94REEDUA60VSYCKL7DIBK6ASM3YB7O7TK15DWDYBOPB8PC2RID4D6QUTJJPPAL7X55V968UN' where id=26; -update noar ti set v2='2747KCLKVF755VLZH2CJHIYL9J2Q5SXIDLPS0I23X84FQOUDAIJVIPRN6777R6U9LPHOMSFNS3PX8F6TCXTQNUQ0DKQ2WI4ADAMBSWU7384JYJDCF781LPELGIGNG607DHZXEHDUL6WGV59SGFY9EF4F98AL15OJPGWATGR4CVQM5P8YP86XMVT5S94REEDUA60VSYCKL7DIBK6ASM3YB7O7TK15DWDYBOPB8PC2RID4D6QUTJJPPAL7X55V968UN' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6TERZ9M8DGQ3HYD4VLLKH9LKGNSS75S6ZFKDZBA8W1XI5XVB4VMR8UQLFNNDNYWBU71WU2ZDKCOBTEP1O9Y516421LCE8CEU7V1U71KMZQ38ASIVUV6D19YHS1DNX675BYM07C20FEI6AQAKREPQJDDRZ37AAG01C2A1K2TQJ8Z6MY2VGW51MDA765QUT6PJ1U96JVZAMZ0OGZUDNQL68105YYSKI8OGYNKRQ9LNXWRX8PY5ZC5L79KG251CKG7XP' where id=26; -update noar ti set v3='6TERZ9M8DGQ3HYD4VLLKH9LKGNSS75S6ZFKDZBA8W1XI5XVB4VMR8UQLFNNDNYWBU71WU2ZDKCOBTEP1O9Y516421LCE8CEU7V1U71KMZQ38ASIVUV6D19YHS1DNX675BYM07C20FEI6AQAKREPQJDDRZ37AAG01C2A1K2TQJ8Z6MY2VGW51MDA765QUT6PJ1U96JVZAMZ0OGZUDNQL68105YYSKI8OGYNKRQ9LNXWRX8PY5ZC5L79KG251CKG7XP' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QKZ3UMFFSK138ITH538YKUOI35AXGMN8XGPO964RMVJSBVQU5ESKNZPVJCI112S76BDX2HNB93FMDP2PA6KEKYM7T7CAXU284MWPC58XTUDGFO20EZDT8Q6U33W5QSQ3KGRF7XNE62N8TLMPZQJSXMRY90P5NVLG3655TGY63T7QFF09OXF4UVJB65PDMYI3429FR0V1PBWCO6R6E3DB1NGM427UPPKL6ENXKEI2AAHLVL2P1EKZHZWTTZ8JR21UF' where id=27; -update noar ti set v0='QKZ3UMFFSK138ITH538YKUOI35AXGMN8XGPO964RMVJSBVQU5ESKNZPVJCI112S76BDX2HNB93FMDP2PA6KEKYM7T7CAXU284MWPC58XTUDGFO20EZDT8Q6U33W5QSQ3KGRF7XNE62N8TLMPZQJSXMRY90P5NVLG3655TGY63T7QFF09OXF4UVJB65PDMYI3429FR0V1PBWCO6R6E3DB1NGM427UPPKL6ENXKEI2AAHLVL2P1EKZHZWTTZ8JR21UF' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7MN2QHZPXVOVQJT9SHV3QMOMXWMZLS3M6AX041N90X75KZYN8UNK4VBIA2EZ1FADC0E2AWPRS61FAB080IJFRQ5M6J8LEUYTITAA3QRPS5CEXEZ3BQIQMPD4JNJY8XIM46NV2GMOUO4W1NQ7OYDM2D0HI8NAMSYHJQJH0FFBC1172S5VYQ6Z1VOU0WFAM6WAGLJ25KPK1Q5YUNZJK09B8NLK6HNKY5GPCNFYAGS5GFN2WIWH8ZZ5JLXH2KSSIO9KD' where id=27; -update noar ti set v1='7MN2QHZPXVOVQJT9SHV3QMOMXWMZLS3M6AX041N90X75KZYN8UNK4VBIA2EZ1FADC0E2AWPRS61FAB080IJFRQ5M6J8LEUYTITAA3QRPS5CEXEZ3BQIQMPD4JNJY8XIM46NV2GMOUO4W1NQ7OYDM2D0HI8NAMSYHJQJH0FFBC1172S5VYQ6Z1VOU0WFAM6WAGLJ25KPK1Q5YUNZJK09B8NLK6HNKY5GPCNFYAGS5GFN2WIWH8ZZ5JLXH2KSSIO9KD' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SML8WRDMKMUL2UQXZWCZFKSEFR9CIZ47Q5D6X7GOPHZKFY0167QNASXF6MSXWXYFNT2FS575PNR6I6OL4YCFLN1SV5IYJMZWBBJHVEUL1V8BPWRNIKY80J0KQ9N4PAFTO8ZQJ3MFL89U6400MVCEP410A7KPQU4RTTX3OZ7XHN8WJYMTKSP9QLM5PNDVQBVXGAA8B5FMO4PXXIXXSFVNEDZDNAQB4XYTEBLJT933EWAHO4IXDM1FSWCA8DQO0O0SP' where id=27; -update noar ti set v2='SML8WRDMKMUL2UQXZWCZFKSEFR9CIZ47Q5D6X7GOPHZKFY0167QNASXF6MSXWXYFNT2FS575PNR6I6OL4YCFLN1SV5IYJMZWBBJHVEUL1V8BPWRNIKY80J0KQ9N4PAFTO8ZQJ3MFL89U6400MVCEP410A7KPQU4RTTX3OZ7XHN8WJYMTKSP9QLM5PNDVQBVXGAA8B5FMO4PXXIXXSFVNEDZDNAQB4XYTEBLJT933EWAHO4IXDM1FSWCA8DQO0O0SP' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IVBDS3VZRB6GHU1K43OYTRCVMV4AA2H9X0J4KIXXA332YPLWT5PKP6U00OAC806XSYP621EF787D9XX0VMN5PF5EK239JH71GNGD6OB7XV7XI0W7AKET1GHA7MLSJROJB8IDMFWBIQFGLNGKO3UULYQJHR6DJ4GGYO4EDQI086NRHRYPE4OI4LNQINA6JFT10H3BMUFWUY3W9QSC316VBF6LMUS8352Z7COHUWRZO6LX13DE1W94KUR08U1PPFFZ6' where id=27; -update noar ti set v3='IVBDS3VZRB6GHU1K43OYTRCVMV4AA2H9X0J4KIXXA332YPLWT5PKP6U00OAC806XSYP621EF787D9XX0VMN5PF5EK239JH71GNGD6OB7XV7XI0W7AKET1GHA7MLSJROJB8IDMFWBIQFGLNGKO3UULYQJHR6DJ4GGYO4EDQI086NRHRYPE4OI4LNQINA6JFT10H3BMUFWUY3W9QSC316VBF6LMUS8352Z7COHUWRZO6LX13DE1W94KUR08U1PPFFZ6' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZKST3LOJ5JHA3RGIMD9WXF2V734DMMHHO34ZAQCFA5LGC8QJJTKVWIVD11ZOK51QB5ZURZ6LYEL171UBWW4MTDZZ4JN4XCU5NIHERVBUR0YFXPWKV0GW7TYX26PEI69RHUO4QU0FE06T4YKF2NJQXX3U8KZ6J19P2EYGZ8IMRN2T18EY219CN9A3R92EZ4HWVZC73GFAG9FX6EY0DD1ZBM8N0YQVJFLM4KZTH9Z39AQ1J1AD4IZOWPF00TZM32RPO' where id=28; -update noar ti set v0='ZKST3LOJ5JHA3RGIMD9WXF2V734DMMHHO34ZAQCFA5LGC8QJJTKVWIVD11ZOK51QB5ZURZ6LYEL171UBWW4MTDZZ4JN4XCU5NIHERVBUR0YFXPWKV0GW7TYX26PEI69RHUO4QU0FE06T4YKF2NJQXX3U8KZ6J19P2EYGZ8IMRN2T18EY219CN9A3R92EZ4HWVZC73GFAG9FX6EY0DD1ZBM8N0YQVJFLM4KZTH9Z39AQ1J1AD4IZOWPF00TZM32RPO' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8LH8BNWU4CFBN15JMKI8I0TVJN5EZ4FK9AE8PIPRJ2JOM03E81MEBBY2VG4VGGAIPFO6B1JEAVRQ96PQ8EE4NTT1YUKHXMPE0AHIE16CY0WS2Q9UFZ2ZTNW01MY34EK5QB04GHSJKW9OX5YAKM2PFUWAPEZDT7W16X5SRIOV7ZCDYUU4KGLL5L5HLCZZU60GGW68ZQRM2QBDJGWRTIEYLYHC3T8695R1HE6KAQGA2VDUJKIQTJ0RVXVI3PSDCBQ59' where id=28; -update noar ti set v1='8LH8BNWU4CFBN15JMKI8I0TVJN5EZ4FK9AE8PIPRJ2JOM03E81MEBBY2VG4VGGAIPFO6B1JEAVRQ96PQ8EE4NTT1YUKHXMPE0AHIE16CY0WS2Q9UFZ2ZTNW01MY34EK5QB04GHSJKW9OX5YAKM2PFUWAPEZDT7W16X5SRIOV7ZCDYUU4KGLL5L5HLCZZU60GGW68ZQRM2QBDJGWRTIEYLYHC3T8695R1HE6KAQGA2VDUJKIQTJ0RVXVI3PSDCBQ59' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='20S46Y0P3AF4JSHJ4Y1J1WAFG71GHGTWUMKCKI6CQAF4V3CFR9XMTJ2YUTTB0ZTU6CLYPUVLYIVE7MRCKJN76BBB1AUK2OX6UASIQ5H47DDK4DJ36B39GQEXECHQZRUKYJUD5UTQ66IXA5STJFGOP2D3AJU8YGAJ1X5L7XGACIVVCYVW6NBFBY9P85UBC6MI9PXQ06VJ0ZS6OFCDY7M1YBURMZBIWFGPRO5J5FH0P8S7G1SD08BA0VIW9JEBRLUUZ' where id=28; -update noar ti set v2='20S46Y0P3AF4JSHJ4Y1J1WAFG71GHGTWUMKCKI6CQAF4V3CFR9XMTJ2YUTTB0ZTU6CLYPUVLYIVE7MRCKJN76BBB1AUK2OX6UASIQ5H47DDK4DJ36B39GQEXECHQZRUKYJUD5UTQ66IXA5STJFGOP2D3AJU8YGAJ1X5L7XGACIVVCYVW6NBFBY9P85UBC6MI9PXQ06VJ0ZS6OFCDY7M1YBURMZBIWFGPRO5J5FH0P8S7G1SD08BA0VIW9JEBRLUUZ' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3TY92XYW97URV8JEGZ7VZYTPSX5NJFVNWKO7N18H4A1PMEZ9H69HSS9OB0LPXCOK8VDSRJNTUTXTNUQ2X0OKMLROXOAQ5JN2PNEOAWO2DL3UIX6OT6D2NG29IS393C80640884KNC7MGDHUGD9NOKNMZ4GTRPGO54ZFIN7602MMR00D2ZJ5X04GB0M11GMU9WPRNGZCS8O3GZH6BIBY6CIA6MIA85I5OXLM36LQZZ6MOJ9WMEXPKOQI0BUMYFYE7K' where id=28; -update noar ti set v3='3TY92XYW97URV8JEGZ7VZYTPSX5NJFVNWKO7N18H4A1PMEZ9H69HSS9OB0LPXCOK8VDSRJNTUTXTNUQ2X0OKMLROXOAQ5JN2PNEOAWO2DL3UIX6OT6D2NG29IS393C80640884KNC7MGDHUGD9NOKNMZ4GTRPGO54ZFIN7602MMR00D2ZJ5X04GB0M11GMU9WPRNGZCS8O3GZH6BIBY6CIA6MIA85I5OXLM36LQZZ6MOJ9WMEXPKOQI0BUMYFYE7K' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LXV10XHNT0YJOI6VRPXD409C8Y1L7RNWT7IORA4YKF17DLF2XOHXMOHN0LTVGR9AD6ITUBD5VP2T5WQ086OXPMLM9TBAT6BCEWMA722TRLYXOIIJZ372X3MEU62RHS1XENY6IVORRVHMHO8EIHYFZRUKTYAMLRL6CBNUI9C54P1WTSD9RKRLCJZEZX0EP78Z89G5VE63CRMQL55FS2YIF7505LEE93XL7YXK0YIGUH9VK91N76FX3IPG2BO6J8AZ7' where id=29; -update noar ti set v0='LXV10XHNT0YJOI6VRPXD409C8Y1L7RNWT7IORA4YKF17DLF2XOHXMOHN0LTVGR9AD6ITUBD5VP2T5WQ086OXPMLM9TBAT6BCEWMA722TRLYXOIIJZ372X3MEU62RHS1XENY6IVORRVHMHO8EIHYFZRUKTYAMLRL6CBNUI9C54P1WTSD9RKRLCJZEZX0EP78Z89G5VE63CRMQL55FS2YIF7505LEE93XL7YXK0YIGUH9VK91N76FX3IPG2BO6J8AZ7' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NV943HMRK7GDPEV2TOCSQC73YEJBGP9PP4ZGFE2POARAMRHKIEGH601L4NFSN86VO4I69JXLDCW36TSPS57M3A52BYRL0ZMH6Z4DJOGKT657SMV3ETMFOYGFZ9IMDRPR06TLUSX4XNQNPH8UB498F40RHSK1U6N2OM0MXHUBC6YR3WZF8WIQXR6AGTOB2GITIQYPY3MZMSSQO854TGCCAQZUCXC5FVGW18P0ZGANH46MK8E6EU7N7K5DWIXYXJMOS' where id=29; -update noar ti set v1='NV943HMRK7GDPEV2TOCSQC73YEJBGP9PP4ZGFE2POARAMRHKIEGH601L4NFSN86VO4I69JXLDCW36TSPS57M3A52BYRL0ZMH6Z4DJOGKT657SMV3ETMFOYGFZ9IMDRPR06TLUSX4XNQNPH8UB498F40RHSK1U6N2OM0MXHUBC6YR3WZF8WIQXR6AGTOB2GITIQYPY3MZMSSQO854TGCCAQZUCXC5FVGW18P0ZGANH46MK8E6EU7N7K5DWIXYXJMOS' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PMHHSQ67C3G8HKF90KIFQO6CUH78Y1LLJTARWTASXPIKMKWQ4B20GXDLO7D5YS1FTY6HHAMNLMHPR9Z31HWFY0ON5OR9UBJ1KSLU8SJTE8IFJTKL9TPCLS51NFLEE9TH1OTHC0UTACRMMRIMT1MRSU6FWO2D5H0AI7A84XNEGWS9FPB59FM0AYN5DREW8ONKQRQELP9AYKR2NL560GCNN1BU5LPXKYBS05PYF0DSQ4HNRFTXN40KLQNFPZYP7DDDD' where id=29; -update noar ti set v2='PMHHSQ67C3G8HKF90KIFQO6CUH78Y1LLJTARWTASXPIKMKWQ4B20GXDLO7D5YS1FTY6HHAMNLMHPR9Z31HWFY0ON5OR9UBJ1KSLU8SJTE8IFJTKL9TPCLS51NFLEE9TH1OTHC0UTACRMMRIMT1MRSU6FWO2D5H0AI7A84XNEGWS9FPB59FM0AYN5DREW8ONKQRQELP9AYKR2NL560GCNN1BU5LPXKYBS05PYF0DSQ4HNRFTXN40KLQNFPZYP7DDDD' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H1PWAJRJNZU6I983OO5MBSKK5RP12E56OBNEITZY57X8J11UJBURER9ZI670C9T2N21G3IBPBA7IC1106LSEWWQ90FHS6816ENTDCWP1D3JAY9E4Q33TVE0IX681NRIHW0TA4EB8Q8BSR5QZZG96I0UON6D9QN1EM4WHSNQ0LUVXA194KPGGNKHKZOYEM0C407MNOZ65CTSEU88HUYK5PWGIKDW9XHRNW4LGY9I1TQ1DJUGNMA1DV4CI40PYYZPWS' where id=29; -update noar ti set v3='H1PWAJRJNZU6I983OO5MBSKK5RP12E56OBNEITZY57X8J11UJBURER9ZI670C9T2N21G3IBPBA7IC1106LSEWWQ90FHS6816ENTDCWP1D3JAY9E4Q33TVE0IX681NRIHW0TA4EB8Q8BSR5QZZG96I0UON6D9QN1EM4WHSNQ0LUVXA194KPGGNKHKZOYEM0C407MNOZ65CTSEU88HUYK5PWGIKDW9XHRNW4LGY9I1TQ1DJUGNMA1DV4CI40PYYZPWS' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AU0OXSWA6CDQ8V1RJ6ZGW8B1QNXOTKM0WRWHR5DBNO4BK9E2SISOJLVM5EPPKPPJVEQ4DJ4UATRNQ810C300GIRJ64VTJCHA08NOROZMDUKWUV38Q1ZF9KDM3YN6ZLVT7T7G07GDHS60SAWRCY2ZKE60CISNFPNF8ACT9MF648752NWBNHATVAJGF62A1CFKF6VMVYB1XSWYFFSQV8XUYYRO0LW915U8Y3R25L70Q9YGC0NE86CJAJ70NFOO7ZS80' where id=30; -update noar ti set v0='AU0OXSWA6CDQ8V1RJ6ZGW8B1QNXOTKM0WRWHR5DBNO4BK9E2SISOJLVM5EPPKPPJVEQ4DJ4UATRNQ810C300GIRJ64VTJCHA08NOROZMDUKWUV38Q1ZF9KDM3YN6ZLVT7T7G07GDHS60SAWRCY2ZKE60CISNFPNF8ACT9MF648752NWBNHATVAJGF62A1CFKF6VMVYB1XSWYFFSQV8XUYYRO0LW915U8Y3R25L70Q9YGC0NE86CJAJ70NFOO7ZS80' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1DAJTFC8QKQ4THZVMCOY89H4T478NBAQY4ZFQZO4FRXZXL7OHAF1SQ6CI8V6H3ORQUVV4S0KBWHTIK7YCW9OO8P78JJA9CE87AH91PGBUW28XZVPHANUW6O3ERBS7VAM1LJASWPL6C09BEKZAYPAE1I6Y8IDVQKDFCOI09K1AABG6RWCJ67JAKH9A9UN5WW2QGVWUC6TEPQJ7RM4696GUTPDY9XVCLA54LTIOYPII2H3VQOT8ACV1ZPTAKZ8KFIA0' where id=30; -update noar ti set v1='1DAJTFC8QKQ4THZVMCOY89H4T478NBAQY4ZFQZO4FRXZXL7OHAF1SQ6CI8V6H3ORQUVV4S0KBWHTIK7YCW9OO8P78JJA9CE87AH91PGBUW28XZVPHANUW6O3ERBS7VAM1LJASWPL6C09BEKZAYPAE1I6Y8IDVQKDFCOI09K1AABG6RWCJ67JAKH9A9UN5WW2QGVWUC6TEPQJ7RM4696GUTPDY9XVCLA54LTIOYPII2H3VQOT8ACV1ZPTAKZ8KFIA0' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8E200MO7QMM0QU7RINIKZSR8JLZRUSZ82C0H2LOSQLQZ4Z40B863GQTNVEG1KR1PV6B9RTQ9WR9A0B5A5FMXK8ZMJBHJQFHLPMH1Z99PMGXAGQXU5W1PYTMRAM9MKMPTRQTVQGN8QNI4RHT5PIHNB05G3EUZ3TNJYHP407TZIVUK818J4ILMREQV28Q2ED9ZL28BFBXG1A6C6RASFV1PZESAONRUHDFNUT2OIQQ2OAU0FI1HNKI4BR91Z5Z5S7KH3' where id=30; -update noar ti set v2='8E200MO7QMM0QU7RINIKZSR8JLZRUSZ82C0H2LOSQLQZ4Z40B863GQTNVEG1KR1PV6B9RTQ9WR9A0B5A5FMXK8ZMJBHJQFHLPMH1Z99PMGXAGQXU5W1PYTMRAM9MKMPTRQTVQGN8QNI4RHT5PIHNB05G3EUZ3TNJYHP407TZIVUK818J4ILMREQV28Q2ED9ZL28BFBXG1A6C6RASFV1PZESAONRUHDFNUT2OIQQ2OAU0FI1HNKI4BR91Z5Z5S7KH3' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JED4CKSYO2GZUIJUGG5XU4HDCRXP6ZA0WFHNVK7COPDDB3B80GKCFT0TNXX2W0R8EJJO9WSG6WDCV76QAQ6OELSN88SBETG3SIHK740NIOE0L1ZIGBF1C5WZXDTQSKYYI8DFT0OPTOLGQWPEFVHMLT9JS1CE4S4FSJAC6FCUB3EJ67WX5DA8RYWNOQML1EGK5BZMAR4KN0V3ENGZBMPV5LX6SKXILRR6IBRKEA5UUD661GTQD0PUL8V5SA2NEG73B' where id=30; -update noar ti set v3='JED4CKSYO2GZUIJUGG5XU4HDCRXP6ZA0WFHNVK7COPDDB3B80GKCFT0TNXX2W0R8EJJO9WSG6WDCV76QAQ6OELSN88SBETG3SIHK740NIOE0L1ZIGBF1C5WZXDTQSKYYI8DFT0OPTOLGQWPEFVHMLT9JS1CE4S4FSJAC6FCUB3EJ67WX5DA8RYWNOQML1EGK5BZMAR4KN0V3ENGZBMPV5LX6SKXILRR6IBRKEA5UUD661GTQD0PUL8V5SA2NEG73B' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ICP5WMQ659GOI17Y5APP1MNR6K0GWALYF598VA5YBTI8LQBVVOAI9W5EHBVXGQV3X370YHXXFMK8VKU3B9LDVV4EBDIQMMT6FB6QXAQLUM5H8XRMKW0BPDT4R2USR2QGAIF13684E0LJJ0BFCQQPG9R169MIJHOJQP7SFB1SL1PXB8X12UPPPPZQFEV64Q2WKXH7YW5ZW42SCMQUZWSHKCX4ABZXA2J1NYHL3ESAFT01TSLSH6ZO2NWFMZK10XCP9' where id=31; -update noar ti set v0='ICP5WMQ659GOI17Y5APP1MNR6K0GWALYF598VA5YBTI8LQBVVOAI9W5EHBVXGQV3X370YHXXFMK8VKU3B9LDVV4EBDIQMMT6FB6QXAQLUM5H8XRMKW0BPDT4R2USR2QGAIF13684E0LJJ0BFCQQPG9R169MIJHOJQP7SFB1SL1PXB8X12UPPPPZQFEV64Q2WKXH7YW5ZW42SCMQUZWSHKCX4ABZXA2J1NYHL3ESAFT01TSLSH6ZO2NWFMZK10XCP9' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KTZGNSEXC1MQTS1B164LERUQ45C9WURO7YKNZTDL58G0ENKJ1SEK4WC2JVHWTWSSCK6X35G793AB88TJLSFD27DHNXESEBMBIZNGIX7IU2SUSGHY1FT30AMQ2QFLMTHED46759UMKL7RKCLH095S0VQUIGRRV92QH09BGVRKTCXN1VLXT905ICW8R8UJIXT46FEA14VZC56BCTYRQ9CP9LQP1XR8L19ZRC38ZLM4H8DXFZ4UJYU4DZ2UE65F5IIAF' where id=31; -update noar ti set v1='KTZGNSEXC1MQTS1B164LERUQ45C9WURO7YKNZTDL58G0ENKJ1SEK4WC2JVHWTWSSCK6X35G793AB88TJLSFD27DHNXESEBMBIZNGIX7IU2SUSGHY1FT30AMQ2QFLMTHED46759UMKL7RKCLH095S0VQUIGRRV92QH09BGVRKTCXN1VLXT905ICW8R8UJIXT46FEA14VZC56BCTYRQ9CP9LQP1XR8L19ZRC38ZLM4H8DXFZ4UJYU4DZ2UE65F5IIAF' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F43ZYNJVWZZVA4N0WAG6L1A0X9DIWK6T76HKQR76AYWQK8Q8PCWTCW1RUGCW2AHNU4FXBS2KMUUVHH4LOUI6Y24OE1GKWE5LQI3DPODPJOJIHN2U3EUOK6YX7EZJNC9PIBU4PD4JMD22BJA8YVJ1I10BX814RH8JFXA8VMOUYO512N3UFTCZTXAB0U15E8WKEZIJ4DA7CI66H6ZMPGW6BMZA8HHQBMF20EJZ48TPECAC7TR8IJ9B4FNXYCL331BNT' where id=31; -update noar ti set v2='F43ZYNJVWZZVA4N0WAG6L1A0X9DIWK6T76HKQR76AYWQK8Q8PCWTCW1RUGCW2AHNU4FXBS2KMUUVHH4LOUI6Y24OE1GKWE5LQI3DPODPJOJIHN2U3EUOK6YX7EZJNC9PIBU4PD4JMD22BJA8YVJ1I10BX814RH8JFXA8VMOUYO512N3UFTCZTXAB0U15E8WKEZIJ4DA7CI66H6ZMPGW6BMZA8HHQBMF20EJZ48TPECAC7TR8IJ9B4FNXYCL331BNT' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EAJN8CNKSUEXYCFDES83SR207HQ02S41N3KQLC6WII2ZT28I2MYKKRYBM8WVKD5KXU3TADL4W6IRPJTT2SI35BDQ58GS6UO7NGMXUX4FAH80VCW55TFQ54F4WJ6RU5VSHE6ZEBNRALOEDBKTLTXGPWO03YIDA7L46K7ED41PSD0AMFSSDIKCZWKJQLNC5L7T49V4OOH7C4FN6XVH9K260YY24ZMUQSW44DM3C4R1V0J131CWB44EINNY6WKRCL5AR' where id=31; -update noar ti set v3='EAJN8CNKSUEXYCFDES83SR207HQ02S41N3KQLC6WII2ZT28I2MYKKRYBM8WVKD5KXU3TADL4W6IRPJTT2SI35BDQ58GS6UO7NGMXUX4FAH80VCW55TFQ54F4WJ6RU5VSHE6ZEBNRALOEDBKTLTXGPWO03YIDA7L46K7ED41PSD0AMFSSDIKCZWKJQLNC5L7T49V4OOH7C4FN6XVH9K260YY24ZMUQSW44DM3C4R1V0J131CWB44EINNY6WKRCL5AR' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WSP3ZJWDVQ5XACQ0P7XB9I46MV3A487A2E624QPDDZYAQXPILCV54NOV6YCD6T6141T1JOC8NIPP080LO2IRC9PI6UGAIEUE1LJCJP9FSJ4Z5391MSNOYIXYLCH0114JG45DAAOEVDW10GIWYITGCU4VO1PZM9ELSZJ453XRZ261CPMLZF8GB4JRD4IBL7ZY3R4PSYKQH4BUG1S7STRVO50LMNSOA5H72X9QIOWZZ1GAYWJC6MN8P4HNSXR3XAFNW' where id=32; -update noar ti set v0='WSP3ZJWDVQ5XACQ0P7XB9I46MV3A487A2E624QPDDZYAQXPILCV54NOV6YCD6T6141T1JOC8NIPP080LO2IRC9PI6UGAIEUE1LJCJP9FSJ4Z5391MSNOYIXYLCH0114JG45DAAOEVDW10GIWYITGCU4VO1PZM9ELSZJ453XRZ261CPMLZF8GB4JRD4IBL7ZY3R4PSYKQH4BUG1S7STRVO50LMNSOA5H72X9QIOWZZ1GAYWJC6MN8P4HNSXR3XAFNW' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OZM5W0R94MQT5WE47OFXW8G2P0UXLBMRPGZ1159FXXEMK9VKODLWTCLHLJIPBRHR1CYPLXINTEM9SWXP34BT1JWM1X1T6IGGDWF11M59S01ELAWHT31E4CXFNLTCWWKYGESFBTA7PZSUMIPTU5PNE9C7THWMC1ZSXBCEFGJKJBA73Z055M2Z79OUV2P8REMV0G40BKLSWBJ1YJLO9KJVJFSI7BORCGMQEUGFA277QXT978W8JZ3F6F73L65IA1QW5' where id=32; -update noar ti set v1='OZM5W0R94MQT5WE47OFXW8G2P0UXLBMRPGZ1159FXXEMK9VKODLWTCLHLJIPBRHR1CYPLXINTEM9SWXP34BT1JWM1X1T6IGGDWF11M59S01ELAWHT31E4CXFNLTCWWKYGESFBTA7PZSUMIPTU5PNE9C7THWMC1ZSXBCEFGJKJBA73Z055M2Z79OUV2P8REMV0G40BKLSWBJ1YJLO9KJVJFSI7BORCGMQEUGFA277QXT978W8JZ3F6F73L65IA1QW5' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='F4FCMAVRQ64ESYF7UXYLP6TPJN8KW57KQVMR97SBV796S8501INZ8GRKRYIONAEAWO85V94I3RQ5WJHFWGY6TDPRJ31HGIGN2RIZSIMEASFT8BQCVXUROGRAVDYVGRMDI8GUM5THQ3VEAZT4OMB5VHRGLGOU70FRGJ3WOA6LOROWGQE44D2TP8F000SXT482NNMKS5N25L40EBVUO7VLX6PX92KXZXFBQMS00JGP0ZSJL9S5NAE97YAHR3IQK2B49' where id=32; -update noar ti set v2='F4FCMAVRQ64ESYF7UXYLP6TPJN8KW57KQVMR97SBV796S8501INZ8GRKRYIONAEAWO85V94I3RQ5WJHFWGY6TDPRJ31HGIGN2RIZSIMEASFT8BQCVXUROGRAVDYVGRMDI8GUM5THQ3VEAZT4OMB5VHRGLGOU70FRGJ3WOA6LOROWGQE44D2TP8F000SXT482NNMKS5N25L40EBVUO7VLX6PX92KXZXFBQMS00JGP0ZSJL9S5NAE97YAHR3IQK2B49' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V0BL5PB096CUSXLGO3NAH6GL79WZM9CLQX0GJRP0PSTMX6T8BSNMYCJWWGJ5IMIMR9HF75YRGC63I3ZIUQYMT44C3JH09V2A5B2RMV107F85F1GPTB8EAOL4P8WD3TDEI4LELY6FY3EN66ZJCDJVPUARGAQV4O8UCEPT9MXD8WP5XCOFA7X18E51OBKVN4RLACY4Y7RK1RCTI95L7K1GI5DL00P2R4DYNKT2QGFAUSII64FY5ZZC1T1VHMCZAQ8FW' where id=32; -update noar ti set v3='V0BL5PB096CUSXLGO3NAH6GL79WZM9CLQX0GJRP0PSTMX6T8BSNMYCJWWGJ5IMIMR9HF75YRGC63I3ZIUQYMT44C3JH09V2A5B2RMV107F85F1GPTB8EAOL4P8WD3TDEI4LELY6FY3EN66ZJCDJVPUARGAQV4O8UCEPT9MXD8WP5XCOFA7X18E51OBKVN4RLACY4Y7RK1RCTI95L7K1GI5DL00P2R4DYNKT2QGFAUSII64FY5ZZC1T1VHMCZAQ8FW' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SMJCJ2I7BYD5ME648PESRGRNDAYLOF0AS1KEDGEGVK53QU0H1YZEVKYOFSMDD47NW277BIEIAGU9KVMIMUPBBV6MFHQTXT39FDSY3EEN0BT1TQ5JQGGT25XOQXENATG424XQ2ADICJZVA6OGQ6UE42ZJEE7MG7T6TVNXNX4ASSER6DTN4F77703UECIGDU1U8556WDHZEOUKB8RDD1WEDMUGVDK2LO9IP8Q41S0RXLFWL9TGVEA8WV7KQFGHFJFO8' where id=33; -update noar ti set v0='SMJCJ2I7BYD5ME648PESRGRNDAYLOF0AS1KEDGEGVK53QU0H1YZEVKYOFSMDD47NW277BIEIAGU9KVMIMUPBBV6MFHQTXT39FDSY3EEN0BT1TQ5JQGGT25XOQXENATG424XQ2ADICJZVA6OGQ6UE42ZJEE7MG7T6TVNXNX4ASSER6DTN4F77703UECIGDU1U8556WDHZEOUKB8RDD1WEDMUGVDK2LO9IP8Q41S0RXLFWL9TGVEA8WV7KQFGHFJFO8' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z5E0TKVJXTVWLMXLOSWPMNI2S4OEQDTYSE8KZ6KLV2HY6BAEYUQTES81KH1QWKO7NP7GE5CWDZRFIO16Z1AIXSREFCOI5BCA791J2XI6USUZRAJA7IAEYEPXV9UZ4VRRQ2IWRAHJ03S0HUGPNXWKWY5OLPQ2C1JO12VMB8B983V9BXM84IHI8P3GTZ49455TYPBCJ2RLEBEAWONG6C9OHHEU6XA0J65LFD3FWP6Y3AQ2V1BUVKQG85IH1T54KOIOL' where id=33; -update noar ti set v1='Z5E0TKVJXTVWLMXLOSWPMNI2S4OEQDTYSE8KZ6KLV2HY6BAEYUQTES81KH1QWKO7NP7GE5CWDZRFIO16Z1AIXSREFCOI5BCA791J2XI6USUZRAJA7IAEYEPXV9UZ4VRRQ2IWRAHJ03S0HUGPNXWKWY5OLPQ2C1JO12VMB8B983V9BXM84IHI8P3GTZ49455TYPBCJ2RLEBEAWONG6C9OHHEU6XA0J65LFD3FWP6Y3AQ2V1BUVKQG85IH1T54KOIOL' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RI82AQZSNG5COFOSA2TEAJPELHLYTP83M01TZQ0H9LXFQF8NTNFYYC5XJZG5WPRG2BZ305FSKGW1SR8GWH7QW9TXYVGGSW5APS14QQIC5BCVKDM49Y6HW32Q0P76LNONUZEU4514ZMLPUUP98LZ5UE72WC4XXOD5VXFT9ZS2TGLIZKZQTDMFMIM0DL9PA54X4VZXT3HKGB3X21JQ1AG62HH764UPXVOORA8VW7B7BMY1GGET59JCXTB3YY96ADV10' where id=33; -update noar ti set v2='RI82AQZSNG5COFOSA2TEAJPELHLYTP83M01TZQ0H9LXFQF8NTNFYYC5XJZG5WPRG2BZ305FSKGW1SR8GWH7QW9TXYVGGSW5APS14QQIC5BCVKDM49Y6HW32Q0P76LNONUZEU4514ZMLPUUP98LZ5UE72WC4XXOD5VXFT9ZS2TGLIZKZQTDMFMIM0DL9PA54X4VZXT3HKGB3X21JQ1AG62HH764UPXVOORA8VW7B7BMY1GGET59JCXTB3YY96ADV10' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='D2TIOP7HZ8XI9MKCCUCB6I0WY905H1GUXYR3PW5OQK0JZL1Y6EPO87PWGFWITHT57W3X9KUU9IJME6BPQTWBXEPWZ9RX7OESNJKSTIS50AYGPKK3KB2YE6N5Q6MDMXNVGUNHPRDHZ3V3MWWKLZJ8V4HE42MGXD1GPS6PXLNZ6VS39L4P28SCI6840Z7C3XZ323D34ZB1FSQA2L8DXBQQE7PEK15SWAQIKKY1DYJCTCWM773JZLFWB4F99SZQW7V6X' where id=33; -update noar ti set v3='D2TIOP7HZ8XI9MKCCUCB6I0WY905H1GUXYR3PW5OQK0JZL1Y6EPO87PWGFWITHT57W3X9KUU9IJME6BPQTWBXEPWZ9RX7OESNJKSTIS50AYGPKK3KB2YE6N5Q6MDMXNVGUNHPRDHZ3V3MWWKLZJ8V4HE42MGXD1GPS6PXLNZ6VS39L4P28SCI6840Z7C3XZ323D34ZB1FSQA2L8DXBQQE7PEK15SWAQIKKY1DYJCTCWM773JZLFWB4F99SZQW7V6X' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CEVPGTNI2AM3CB7BQZ1E68PN3EXOD1LAJRY9PYB9K52MWDPR3O0AIFZ00K76UM0ADJOIH4GT4ONL1ES09U2JSDJMRB4K6F29I1W8G41LZ03JU86HRDYALSPBB3Q7BKFYPW0XUB9KX40QXQ2LQH5RV4D2VBZG7YNLLJRZGWAEMZOML3CC2FPKUN2K76U1TMZD0SE1N17KS78CCAKS8EVDUW0L72VYPM8VGPXNHMK9OQYP6RD22B5SXW1EFX7OKOO6W' where id=34; -update noar ti set v0='CEVPGTNI2AM3CB7BQZ1E68PN3EXOD1LAJRY9PYB9K52MWDPR3O0AIFZ00K76UM0ADJOIH4GT4ONL1ES09U2JSDJMRB4K6F29I1W8G41LZ03JU86HRDYALSPBB3Q7BKFYPW0XUB9KX40QXQ2LQH5RV4D2VBZG7YNLLJRZGWAEMZOML3CC2FPKUN2K76U1TMZD0SE1N17KS78CCAKS8EVDUW0L72VYPM8VGPXNHMK9OQYP6RD22B5SXW1EFX7OKOO6W' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KLY7XAXSCG1PRGYEV2F4CNS74QOZ1HOZ1RZKR5PAQCBKFOG9QGZ4K7CGEYXCDVRFLR08ISL6O0LCE1DHFR6D0RZQ33M8KIIYYAJIQBIFX0SHSXCT998FZ3Y8QBKKSERX39YNTXPL2MKYRNTILEGKJEZXITPGNNNSYGGDUKX67VQLELXMX5V9GGKC6UJPJRV6N2X1U9QHM4ZBG5WHRTDS64NOKNG0HA2B3EYDXM3LT3M0TRGUGVLR3Y8XZWSNMYD2K' where id=34; -update noar ti set v1='KLY7XAXSCG1PRGYEV2F4CNS74QOZ1HOZ1RZKR5PAQCBKFOG9QGZ4K7CGEYXCDVRFLR08ISL6O0LCE1DHFR6D0RZQ33M8KIIYYAJIQBIFX0SHSXCT998FZ3Y8QBKKSERX39YNTXPL2MKYRNTILEGKJEZXITPGNNNSYGGDUKX67VQLELXMX5V9GGKC6UJPJRV6N2X1U9QHM4ZBG5WHRTDS64NOKNG0HA2B3EYDXM3LT3M0TRGUGVLR3Y8XZWSNMYD2K' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TASF19WZC6DOXCQELE13CAMAHCSVM2B62WERVP3OURCLITH5HP4B4Q2XMFBTV40ZIJT2NQK6G7D8YGNI7KRAVKVUDUSWYQTZUTCLCPAGXGS9WVOBJ5ZOACE3I372LMPGQ4UJTBIVZ2A6L553NQBEYN3F2PZZYXRBA9QVQOIU30ANQTH7Y8KTNYSD3DGO61CY8E2QAZYTQ2Z8GCSSIUU4DWJ5WREQRG63UAX58M5UAYGD7D6OEYVL1NGTQ4HZAWLC1' where id=34; -update noar ti set v2='TASF19WZC6DOXCQELE13CAMAHCSVM2B62WERVP3OURCLITH5HP4B4Q2XMFBTV40ZIJT2NQK6G7D8YGNI7KRAVKVUDUSWYQTZUTCLCPAGXGS9WVOBJ5ZOACE3I372LMPGQ4UJTBIVZ2A6L553NQBEYN3F2PZZYXRBA9QVQOIU30ANQTH7Y8KTNYSD3DGO61CY8E2QAZYTQ2Z8GCSSIUU4DWJ5WREQRG63UAX58M5UAYGD7D6OEYVL1NGTQ4HZAWLC1' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YSLWBTDMP4WO0IA84PRKYCUHTS78YHBPADLG8VQ02INCMYTES60W2K2813RP0DZ4NZYHL9BFPGM1Q1XSAEAA1GOI1P5OV1A749XNRQV0UFXKDWJU3UCK4IKVUX15CRMJRYFMH4I38KA16MAU092L3QJQNADKF2QRTGNWZ8VDHTMCW5WWV0TXT3UK1VMH2LVI8MUFTL51U6975IBKC4FA8LELUFJUXXWTO6LH5GAONH1PBMB3475M1RK3DDQCSNKZZ' where id=34; -update noar ti set v3='YSLWBTDMP4WO0IA84PRKYCUHTS78YHBPADLG8VQ02INCMYTES60W2K2813RP0DZ4NZYHL9BFPGM1Q1XSAEAA1GOI1P5OV1A749XNRQV0UFXKDWJU3UCK4IKVUX15CRMJRYFMH4I38KA16MAU092L3QJQNADKF2QRTGNWZ8VDHTMCW5WWV0TXT3UK1VMH2LVI8MUFTL51U6975IBKC4FA8LELUFJUXXWTO6LH5GAONH1PBMB3475M1RK3DDQCSNKZZ' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9Z2WWYVQAO54OROWEGFS1JAQBES4KLXDLOF8LXVPZ17QZMMTUXSRNTGL8GVJO2MWPBZD9CJAY7UK9IL4U4VFGE5FMDMT2YDVA1N8MCCBJL9U0WSUABMK927LBRHTD5RKT1O08AIIL6SMN6J7A1AFW92B7AKKIHWFLVKKP4AHG8RB9S9T0LMBL99CB62L0EQ4FAPUKDCCNBSM0V46DT8YO9YMZLAXB63QAGR3FKMF45DPJRZM62YQ0EBY59RVNJOLD' where id=35; -update noar ti set v0='9Z2WWYVQAO54OROWEGFS1JAQBES4KLXDLOF8LXVPZ17QZMMTUXSRNTGL8GVJO2MWPBZD9CJAY7UK9IL4U4VFGE5FMDMT2YDVA1N8MCCBJL9U0WSUABMK927LBRHTD5RKT1O08AIIL6SMN6J7A1AFW92B7AKKIHWFLVKKP4AHG8RB9S9T0LMBL99CB62L0EQ4FAPUKDCCNBSM0V46DT8YO9YMZLAXB63QAGR3FKMF45DPJRZM62YQ0EBY59RVNJOLD' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='04ZO67E1SQKCWA18NIMQELK7GMD212AM2KPOUWINLA66A17D66SKOFLS1EPZ2EDBPGEC3WDHRCK59L7F9OFG71736IJ4CY4JOBP3ERDXB7XZGMCT0OV70TYGTWKLPYXRFBI8YBZ5YWA7KWSHQVE2ZQCT9FFYMYN68PT8QXIEA4IW9DXA2C0AEOENEG5UZLM9H13P4H71ATAHATJ5J4JSDAFAQWRJWIEH6Q2IF1UC552NQRFDRITIIBJW1C9JSGKH8' where id=35; -update noar ti set v1='04ZO67E1SQKCWA18NIMQELK7GMD212AM2KPOUWINLA66A17D66SKOFLS1EPZ2EDBPGEC3WDHRCK59L7F9OFG71736IJ4CY4JOBP3ERDXB7XZGMCT0OV70TYGTWKLPYXRFBI8YBZ5YWA7KWSHQVE2ZQCT9FFYMYN68PT8QXIEA4IW9DXA2C0AEOENEG5UZLM9H13P4H71ATAHATJ5J4JSDAFAQWRJWIEH6Q2IF1UC552NQRFDRITIIBJW1C9JSGKH8' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QAJHN7HVJM4MMZQD2A8MJ9FYRAD6U2S29U5DKF1B1P8J8XJOA0KSD0VYH4EF6GBN5DDLX3WLCCVJLEE3RAFE771CDVUF8EEARH1403WADOO5Q27Y7MB0Z5O94RTVN7F4DH75WWOVZ9ZJ7ZB4QIMADYAHBHOCQO3T968ZDOZH2NW2GPRS38LMGMWO824VZV19TV1J78IH1V27AJ5S78UTE03X58K5AH9VCX2WATUESM25IU0NX9AC9S5B32GQEV4DH' where id=35; -update noar ti set v2='QAJHN7HVJM4MMZQD2A8MJ9FYRAD6U2S29U5DKF1B1P8J8XJOA0KSD0VYH4EF6GBN5DDLX3WLCCVJLEE3RAFE771CDVUF8EEARH1403WADOO5Q27Y7MB0Z5O94RTVN7F4DH75WWOVZ9ZJ7ZB4QIMADYAHBHOCQO3T968ZDOZH2NW2GPRS38LMGMWO824VZV19TV1J78IH1V27AJ5S78UTE03X58K5AH9VCX2WATUESM25IU0NX9AC9S5B32GQEV4DH' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7YF1UUXIU98TX1QII3SE0054PWLELT3IQDFXZZD02IVY4HY5T6JKHR2CDF372IUUYV90F0IZI6K2IDC7BBBON4XGH4GS8T44F2HJWNZBFT7U2VONSOG8A4A9C690BG8WL54F8JY4GBCJQFM8SQBNJ0IWJO8CB17391QLSY7E3HC7U2P2Y7JNW47XCJ4XNP9XUKAHE4UAEGXIP1EBPG2CA0V432KJ5JAAYGUJEFS9B3UHTT907OWDJCJBJ2STVV419' where id=35; -update noar ti set v3='7YF1UUXIU98TX1QII3SE0054PWLELT3IQDFXZZD02IVY4HY5T6JKHR2CDF372IUUYV90F0IZI6K2IDC7BBBON4XGH4GS8T44F2HJWNZBFT7U2VONSOG8A4A9C690BG8WL54F8JY4GBCJQFM8SQBNJ0IWJO8CB17391QLSY7E3HC7U2P2Y7JNW47XCJ4XNP9XUKAHE4UAEGXIP1EBPG2CA0V432KJ5JAAYGUJEFS9B3UHTT907OWDJCJBJ2STVV419' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZWTE34UL3W26PGM53MOG1JMLSBSP9WALLI7NFY97O95LPDQ7FWT0T5KYL81Y9WREZD8S3SNQV53ROL3365CVCKRIHE2EUQIEU2T4JTFPBAWPUP8HHQBBYHVGN8YG7MQ0WKLSDMQOMS4S0ZNH2UHTKSDMN03N4WGYUZH85EI81W7E9N7ZHDAQA4MT3XGPGN5KQR1PDKXUXMESSNOC89GFL9TFPN263VDU7WEW1AK9VC9YZXZ61O6H1QSGGEZTYOZ3O' where id=36; -update noar ti set v0='ZWTE34UL3W26PGM53MOG1JMLSBSP9WALLI7NFY97O95LPDQ7FWT0T5KYL81Y9WREZD8S3SNQV53ROL3365CVCKRIHE2EUQIEU2T4JTFPBAWPUP8HHQBBYHVGN8YG7MQ0WKLSDMQOMS4S0ZNH2UHTKSDMN03N4WGYUZH85EI81W7E9N7ZHDAQA4MT3XGPGN5KQR1PDKXUXMESSNOC89GFL9TFPN263VDU7WEW1AK9VC9YZXZ61O6H1QSGGEZTYOZ3O' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DB8LWOYT1Q02Z5OY1M5WHNPB1858O29EIHLA3BBAN5AUPEPG4YJCLCY9S6O10URWRV7XQQVLWMHVZWCKDCMJOVH5AORUOP37GO9VHYPA2VI7YS72W28X9P5XGIQBZZK4L5CHF2NMCBNRZIWIHTI9FSBH96W0V37SVXBZ9FJU75OCSOFJ8FBP7PSUNK0DNOKJSEJ1U3J18A1WNP8KHVQUTBQYEREHLLJ2I5G9V0Z8AWQUYD836HCE4HGPPEJS24N67' where id=36; -update noar ti set v1='DB8LWOYT1Q02Z5OY1M5WHNPB1858O29EIHLA3BBAN5AUPEPG4YJCLCY9S6O10URWRV7XQQVLWMHVZWCKDCMJOVH5AORUOP37GO9VHYPA2VI7YS72W28X9P5XGIQBZZK4L5CHF2NMCBNRZIWIHTI9FSBH96W0V37SVXBZ9FJU75OCSOFJ8FBP7PSUNK0DNOKJSEJ1U3J18A1WNP8KHVQUTBQYEREHLLJ2I5G9V0Z8AWQUYD836HCE4HGPPEJS24N67' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3RN6SO2MKI9QEO7D720Y4XYG98XAV7EJ74VHK4GKGIT5BTFQXTC5FCKM9K3WSSR5LZ0PKUDNPB1H1PXLGPO7CPJNHCJZJQT4R59M3L3716DSKPTEF2F8C6B56YO1L51VKTQ3D11REDDDNJO7VAQAJ8AFTAU3ELS0J4W00D98IAKK6P72W5HES28002EDN08RWY8H2GZAK1KPAMNEKDAVPHSIB23QBHQSHRVXNHTVSGQFOEK68X9P3UCDAWW5GPD2P' where id=36; -update noar ti set v2='3RN6SO2MKI9QEO7D720Y4XYG98XAV7EJ74VHK4GKGIT5BTFQXTC5FCKM9K3WSSR5LZ0PKUDNPB1H1PXLGPO7CPJNHCJZJQT4R59M3L3716DSKPTEF2F8C6B56YO1L51VKTQ3D11REDDDNJO7VAQAJ8AFTAU3ELS0J4W00D98IAKK6P72W5HES28002EDN08RWY8H2GZAK1KPAMNEKDAVPHSIB23QBHQSHRVXNHTVSGQFOEK68X9P3UCDAWW5GPD2P' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y7WMCEAE241842NRD0G9QB4G0AECXE2XJBVYQANEMUBXE4GT1THUEK6RZW0LBD3XDKQU2I3Z4DCKN8HJBT9N91YGKFQVEXW689RSFH8FS29NOGTZC8T03QN8M0R9EHESKISGYRCD6AZ0FF5FC6B1KYXN156Z4IOMY65FDSLNV0XLROTCAFP7CH8MOF0TI6JITWVR3XLWCX4LPHJGR7CTPY8NI9Q9PCE0X1P5EDHO8PJYHDYELJUCTYMNEJJP1ANDR' where id=36; -update noar ti set v3='Y7WMCEAE241842NRD0G9QB4G0AECXE2XJBVYQANEMUBXE4GT1THUEK6RZW0LBD3XDKQU2I3Z4DCKN8HJBT9N91YGKFQVEXW689RSFH8FS29NOGTZC8T03QN8M0R9EHESKISGYRCD6AZ0FF5FC6B1KYXN156Z4IOMY65FDSLNV0XLROTCAFP7CH8MOF0TI6JITWVR3XLWCX4LPHJGR7CTPY8NI9Q9PCE0X1P5EDHO8PJYHDYELJUCTYMNEJJP1ANDR' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5KHDP07RQZBXC8CT2MMV24HBP5XFBECJPHYEN19BRDU8TZLZE3Q1R292UYKDH0B5IEII05OV04BND8ID54UW1X1YZXG6Q0CQZ2AD04E84BEH8QL5K8UBWLNTZCHWNQ3CGBIGFTD0JLLSUA6IPF48LTBJ8OLP6L094G6UXKHHYIU7FFN40LHOUDIEUZD2WQEKH7FAIDMRVCW3LF3HNCNM4YOZCMVWEX1B3WPDXW0H0E8R936E41MU0LODUGTK9GOV2' where id=37; -update noar ti set v0='5KHDP07RQZBXC8CT2MMV24HBP5XFBECJPHYEN19BRDU8TZLZE3Q1R292UYKDH0B5IEII05OV04BND8ID54UW1X1YZXG6Q0CQZ2AD04E84BEH8QL5K8UBWLNTZCHWNQ3CGBIGFTD0JLLSUA6IPF48LTBJ8OLP6L094G6UXKHHYIU7FFN40LHOUDIEUZD2WQEKH7FAIDMRVCW3LF3HNCNM4YOZCMVWEX1B3WPDXW0H0E8R936E41MU0LODUGTK9GOV2' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HM9HKNLFTTDS4F275OOYYVUGOWVZBN96RQ5VW8D1R8THQCW3LOWJ51FVT8BGW0UCI4IU26Q2TYZMIEUPKFLYTOODABG2QB5HQ0GML8XLNVNA8FTIHQ9BCPRK4HORQRN495CQOFQLLF193477Y0VSTOADAFEU3LPQYLJO9ON3AGPCET3SKARETYXLSGYC609QOUFO711O4KFVZUNMAPRKJMYX44CUNJQAKFOEYX46LQH4ED5MRBK8AC99AY5O2N3DW' where id=37; -update noar ti set v1='HM9HKNLFTTDS4F275OOYYVUGOWVZBN96RQ5VW8D1R8THQCW3LOWJ51FVT8BGW0UCI4IU26Q2TYZMIEUPKFLYTOODABG2QB5HQ0GML8XLNVNA8FTIHQ9BCPRK4HORQRN495CQOFQLLF193477Y0VSTOADAFEU3LPQYLJO9ON3AGPCET3SKARETYXLSGYC609QOUFO711O4KFVZUNMAPRKJMYX44CUNJQAKFOEYX46LQH4ED5MRBK8AC99AY5O2N3DW' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7PIF0EM0YX7VOZJL6AOEBIRN0M97MVYZQTL94HVSUI1Y8ZKK1JNPFTX9U8B5IP2VM3S6VWS06OXELAIDKC18LPIGOR4BFFF810H7EC47Z631N5W550WANJX3LXNAKM2X107C73VOUI2IR6P43H6GT9TXQDU53LDZXI8FWT4GT3JACCKFBO4LRAMATOKC2TTH44HU2PIXHTVD930JWGXBHYHKNYR7RYID3QPYRB4DH4RQBTPYBQ9FYOM9JA41V47NW' where id=37; -update noar ti set v2='7PIF0EM0YX7VOZJL6AOEBIRN0M97MVYZQTL94HVSUI1Y8ZKK1JNPFTX9U8B5IP2VM3S6VWS06OXELAIDKC18LPIGOR4BFFF810H7EC47Z631N5W550WANJX3LXNAKM2X107C73VOUI2IR6P43H6GT9TXQDU53LDZXI8FWT4GT3JACCKFBO4LRAMATOKC2TTH44HU2PIXHTVD930JWGXBHYHKNYR7RYID3QPYRB4DH4RQBTPYBQ9FYOM9JA41V47NW' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BHDRUYCC8FJWDWA1KMYVOW6FBNOCJTRLMJP2V5097XFIT1441QKRNEZ75WUWEGE24M3Z7SLITDJ1JLWCOZS7TVW3ZTGSQMTOOBIE5W2PLJO9YBQ41SJMIMQ8D05I3A4D6CLF9LTITTPC3VJ05GDP0Z6BCYB3R3N9036V9U4JF8TODQOHU24XSJXSP05BTFEFI9BFQDR6LU4F6P91UVKL5TF7MMP4360WOSNJM7NXZSVVH8C9WF0G8AUMEC2079OWS' where id=37; -update noar ti set v3='BHDRUYCC8FJWDWA1KMYVOW6FBNOCJTRLMJP2V5097XFIT1441QKRNEZ75WUWEGE24M3Z7SLITDJ1JLWCOZS7TVW3ZTGSQMTOOBIE5W2PLJO9YBQ41SJMIMQ8D05I3A4D6CLF9LTITTPC3VJ05GDP0Z6BCYB3R3N9036V9U4JF8TODQOHU24XSJXSP05BTFEFI9BFQDR6LU4F6P91UVKL5TF7MMP4360WOSNJM7NXZSVVH8C9WF0G8AUMEC2079OWS' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='99R3SGHTL5SYXUJG0XYIHP9XI3K7ZYKNK41UBIZ0Q7BTSHFJ0MZ3W9EU5J36G2ZZ7KFORM8QIYTWE0042NWY45BHI4O6B32TSGFCHDI9TMI7NNCG6RTSMVSJRNDIEZVYN6IJOE43Q3CRMPXZ5SGUEB59VOS3XMEGILMI7VYS23SBV1GKCGFZMZSNNB84604ICVATGETO7V9GV56MCXVV3507SKPC4TJCSRLDJ9L4N0YRXA40UH7LQQUWL16T3XR2D' where id=38; -update noar ti set v0='99R3SGHTL5SYXUJG0XYIHP9XI3K7ZYKNK41UBIZ0Q7BTSHFJ0MZ3W9EU5J36G2ZZ7KFORM8QIYTWE0042NWY45BHI4O6B32TSGFCHDI9TMI7NNCG6RTSMVSJRNDIEZVYN6IJOE43Q3CRMPXZ5SGUEB59VOS3XMEGILMI7VYS23SBV1GKCGFZMZSNNB84604ICVATGETO7V9GV56MCXVV3507SKPC4TJCSRLDJ9L4N0YRXA40UH7LQQUWL16T3XR2D' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8XJ9D3TNL6AIZRNLQN73XTV10QHYAMS6CUT1Y5XKWC8V40E2URYC6SAMW0YDWF1QTG95B03KCY1FNMDQTVWPF39E6KAZ5Q920P5WCUQ5YBBY5TK1BVSOJIKG9OC5DG3MG77HXF4JHNNVZUPVE3I0F7JO953XEKHVKDFQ0FVG5E6E1ENM6X9EGLN7K4UG0FH6W9LGOHLKVJJACK2FL0C94VCXE621CKKNH2HG9VGJ40F2JG7GSTVQW1PGX9JL0YW3V' where id=38; -update noar ti set v1='8XJ9D3TNL6AIZRNLQN73XTV10QHYAMS6CUT1Y5XKWC8V40E2URYC6SAMW0YDWF1QTG95B03KCY1FNMDQTVWPF39E6KAZ5Q920P5WCUQ5YBBY5TK1BVSOJIKG9OC5DG3MG77HXF4JHNNVZUPVE3I0F7JO953XEKHVKDFQ0FVG5E6E1ENM6X9EGLN7K4UG0FH6W9LGOHLKVJJACK2FL0C94VCXE621CKKNH2HG9VGJ40F2JG7GSTVQW1PGX9JL0YW3V' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7OJL1AMJOI62PX9UPNGER0DPYE0IMOH0CDBD9OU8VWZGDJ1DAOFXC6UD36Y0QCSC63C5JGSERS8XTBRGW8IUGF3WYC60WN936RZMG6KRST4KZ3YTAASJ2VP0CKGJ4HYEWIC6VPYZK2EVB4BHA57DAVL96R77W9469RVGU06ZUNWDNICDQ0177FNU6K5O3ORHW4OUWU5LSHHSK1JD4GWRRSME1ECTU8B7FFVT52QMGTBL0SME3QSH6I4C0IR4QVW6Q' where id=38; -update noar ti set v2='7OJL1AMJOI62PX9UPNGER0DPYE0IMOH0CDBD9OU8VWZGDJ1DAOFXC6UD36Y0QCSC63C5JGSERS8XTBRGW8IUGF3WYC60WN936RZMG6KRST4KZ3YTAASJ2VP0CKGJ4HYEWIC6VPYZK2EVB4BHA57DAVL96R77W9469RVGU06ZUNWDNICDQ0177FNU6K5O3ORHW4OUWU5LSHHSK1JD4GWRRSME1ECTU8B7FFVT52QMGTBL0SME3QSH6I4C0IR4QVW6Q' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='X7I8XRJKUY0PHLB4GEB99VKZU7OT097DEJ0CD7NM7ZT5SAWMUKMTKDTMVLOTAJ0O6PJKI8306ZW9ZL4CVQKCDIRDVN58M3TX5JCODJUQETLWZ078S82LZFAPOBUR7X7MEG76O9RGEMMBGGAQECIFYHN0KRK5RV2F7SGAZ11I2962C5PACSKG11SYTC5Y3KETNOW8W2E5G534R3PJLF5O63JACZ9WJ7M5RF1TCGUHTNQ9W8BS41S9SF6QQUE9WM98N' where id=38; -update noar ti set v3='X7I8XRJKUY0PHLB4GEB99VKZU7OT097DEJ0CD7NM7ZT5SAWMUKMTKDTMVLOTAJ0O6PJKI8306ZW9ZL4CVQKCDIRDVN58M3TX5JCODJUQETLWZ078S82LZFAPOBUR7X7MEG76O9RGEMMBGGAQECIFYHN0KRK5RV2F7SGAZ11I2962C5PACSKG11SYTC5Y3KETNOW8W2E5G534R3PJLF5O63JACZ9WJ7M5RF1TCGUHTNQ9W8BS41S9SF6QQUE9WM98N' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WJO97EIH9Z6P7F3O5KCIM6PR8SLAWJEOFBLQL2J6LVORX5T7CCT2L116VR4RMR8HVLPUWB21G17NS6HM3IIMTLU0J7SWFT1ZQLGFH8H5N8Q72A8AMRVQFW59UBXUZ1YCXW1DVEEFKIOKA4EH57D8A3TP3M6XBPCY4FKMF8P760JEURLXSW06ZGLTQNSQS1GPUZEGW256FRUCO8VE4BD5GXCAPS4BZ898F4R9KHS0LUCFVWGNLVKXN1R7I8EWT8P2L' where id=39; -update noar ti set v0='WJO97EIH9Z6P7F3O5KCIM6PR8SLAWJEOFBLQL2J6LVORX5T7CCT2L116VR4RMR8HVLPUWB21G17NS6HM3IIMTLU0J7SWFT1ZQLGFH8H5N8Q72A8AMRVQFW59UBXUZ1YCXW1DVEEFKIOKA4EH57D8A3TP3M6XBPCY4FKMF8P760JEURLXSW06ZGLTQNSQS1GPUZEGW256FRUCO8VE4BD5GXCAPS4BZ898F4R9KHS0LUCFVWGNLVKXN1R7I8EWT8P2L' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AY288AM1OSME167YWT2XRZPIAHF0DM16EQW6X72JPXTX1MRYG66ZYG5YNV0PNX3WMMQXBC3QYE07WBRWKHY2WK3GFRG1ZXJQ8BW4C6FS0LKLIQI14AIK1RFGFWT15HH3PFVCPXFF4F4PJDRCGC8AD8073TJYFT2LX129I3SEO4JODIBXWF611MFJ40B9VU0T21TEEMM8E2VFF1YXM2U9TQWE7VXH2WQQYS34AGPTSTDFW34FCQPENBH9TU34OCZRD' where id=39; -update noar ti set v1='AY288AM1OSME167YWT2XRZPIAHF0DM16EQW6X72JPXTX1MRYG66ZYG5YNV0PNX3WMMQXBC3QYE07WBRWKHY2WK3GFRG1ZXJQ8BW4C6FS0LKLIQI14AIK1RFGFWT15HH3PFVCPXFF4F4PJDRCGC8AD8073TJYFT2LX129I3SEO4JODIBXWF611MFJ40B9VU0T21TEEMM8E2VFF1YXM2U9TQWE7VXH2WQQYS34AGPTSTDFW34FCQPENBH9TU34OCZRD' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MHOMERN1SPK3N0RLL3N86XZFYIKNCFDWI6V87WTIHS75DGJJ0YAIP69MC06KGGVBRK35KMQNN42KUR6NSA0LGABJ4DZI0DTWNWTZ317UJR8VPLROTXWT6IZR0BO3QVKVVIJL1OPCF19X8JA6SKJEMUOOGYKBQ8T7XPP67X2YCRGS9SGR03LU2IIV4FNI6O1XDFAEQIE4G3SF72UFT91JE4DX3YEWJ3NUMNK5ESVERL4N7GAT8IPE93ZPF2RS5LI7V' where id=39; -update noar ti set v2='MHOMERN1SPK3N0RLL3N86XZFYIKNCFDWI6V87WTIHS75DGJJ0YAIP69MC06KGGVBRK35KMQNN42KUR6NSA0LGABJ4DZI0DTWNWTZ317UJR8VPLROTXWT6IZR0BO3QVKVVIJL1OPCF19X8JA6SKJEMUOOGYKBQ8T7XPP67X2YCRGS9SGR03LU2IIV4FNI6O1XDFAEQIE4G3SF72UFT91JE4DX3YEWJ3NUMNK5ESVERL4N7GAT8IPE93ZPF2RS5LI7V' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H0ECDT4ZNAECTNQ2I2M3JH1U4MJWFEB5ULS7B5NE2BLKCI4UG01KJNKIMAZ4N4107QTZLLV500KWB22WTEGLVWT1OY4QGV04LXY6BJHD0YWLB4NOWRJ3DCMB1E34GFE8R094XIM7KWFX2QLEUQMT72JT4E4BH91Q2SIS6CY9ZSBQAQ8EV0M82P7A9T6YY55SMJYQ070H3914DDMGNIHLIPWRBN20L1HOK6J6S7UOGQFFAWLMLY4CM6F92X9P2UIAK' where id=39; -update noar ti set v3='H0ECDT4ZNAECTNQ2I2M3JH1U4MJWFEB5ULS7B5NE2BLKCI4UG01KJNKIMAZ4N4107QTZLLV500KWB22WTEGLVWT1OY4QGV04LXY6BJHD0YWLB4NOWRJ3DCMB1E34GFE8R094XIM7KWFX2QLEUQMT72JT4E4BH91Q2SIS6CY9ZSBQAQ8EV0M82P7A9T6YY55SMJYQ070H3914DDMGNIHLIPWRBN20L1HOK6J6S7UOGQFFAWLMLY4CM6F92X9P2UIAK' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H6TYWFB0YPE87C06HV6VB15ASSH3T7KHEXJ9BDMGRQ1HEWAYVUI0OQVNJP41SKY8CV9LU428UG3LQ5AOZNVC6XHMCP7MXWLO9UVD6H2UGJXBE1FLZSNLSTWFKBEJD00X097BOTBWVR8JINXFIW6D1T3SSWROT0OP3KY63JD1EKZJ5OBWH6YMBRRUAT9LD5ZZEJGPWCH6JIP9EQ5XSUY1MDLXGI5SW513V2TGM7QOHEWHT2FANAUS7C8VU09U8F4F0' where id=40; -update noar ti set v0='H6TYWFB0YPE87C06HV6VB15ASSH3T7KHEXJ9BDMGRQ1HEWAYVUI0OQVNJP41SKY8CV9LU428UG3LQ5AOZNVC6XHMCP7MXWLO9UVD6H2UGJXBE1FLZSNLSTWFKBEJD00X097BOTBWVR8JINXFIW6D1T3SSWROT0OP3KY63JD1EKZJ5OBWH6YMBRRUAT9LD5ZZEJGPWCH6JIP9EQ5XSUY1MDLXGI5SW513V2TGM7QOHEWHT2FANAUS7C8VU09U8F4F0' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9YCGDP40QAO3GOF4SL44JQ034GH47O2R9AMIT7ERL4X9YAGG8YYHJ9D5OWBRIKNQKDTWVQAH89LLRBC4E3ZAD0QDSCL2FPQ6MC61Y1F087V27N8L2DOV4AYMS4BKWYQEWJC0YT3I595K4B2DQR6FY5Q66AV3TUQ3FK4JO5Z2392QO84NCG8ZX3TFXAFEE41IHSFBY7U2VSMUV6YME8HYNPL6RIFLU1VT22P9CQ1UHGX292LRIAYT91MDD68BVC9AZ' where id=40; -update noar ti set v1='9YCGDP40QAO3GOF4SL44JQ034GH47O2R9AMIT7ERL4X9YAGG8YYHJ9D5OWBRIKNQKDTWVQAH89LLRBC4E3ZAD0QDSCL2FPQ6MC61Y1F087V27N8L2DOV4AYMS4BKWYQEWJC0YT3I595K4B2DQR6FY5Q66AV3TUQ3FK4JO5Z2392QO84NCG8ZX3TFXAFEE41IHSFBY7U2VSMUV6YME8HYNPL6RIFLU1VT22P9CQ1UHGX292LRIAYT91MDD68BVC9AZ' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SG5W35L51AKPAWGI1FKFBFDIWS3XSHV8HA0LC15FOWRBZHPCBORMA8SK6JMJVFUT1JKQI1YAKNR5MXF1P4EW3UWSEFJ0C0ELWDSP96KPLBXRLK40R68D9RK5GM6X032EUGE1BT9ZJZAUE8JM3T51C209NIIVRFC9KEFDYYA85NL6ISF130VS1BRYA0SVTBWTG29JZEXWPXRZXJDLZ30QN3IIDWBOY5ATLHC74LJOLTRAHG9YEXCF65P4DH4K7GQT7' where id=40; -update noar ti set v2='SG5W35L51AKPAWGI1FKFBFDIWS3XSHV8HA0LC15FOWRBZHPCBORMA8SK6JMJVFUT1JKQI1YAKNR5MXF1P4EW3UWSEFJ0C0ELWDSP96KPLBXRLK40R68D9RK5GM6X032EUGE1BT9ZJZAUE8JM3T51C209NIIVRFC9KEFDYYA85NL6ISF130VS1BRYA0SVTBWTG29JZEXWPXRZXJDLZ30QN3IIDWBOY5ATLHC74LJOLTRAHG9YEXCF65P4DH4K7GQT7' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='O6AVJDSYRVAH02R5JHW0G6TFMTE5FKNUJ01AG7IKWLT9ZR6VFLH9GD7L10ILXIB2107GFC4CL27NY3W9NJ83LR2ZFIH5BT3771C4K93XH9VIUWKC6FOR897XWACL6R9W6DJCQZFRO4K3POJLGJFA152TLHI5JJG4K5JPH81GP8JSI9VPQXAD5XIT4GWS6PE2SHT79TLYDKT2YF32TYVMGM1PA82TVCQV7KWVPQ36SJ1A5U061MD3P6DKLNJLPJTDH' where id=40; -update noar ti set v3='O6AVJDSYRVAH02R5JHW0G6TFMTE5FKNUJ01AG7IKWLT9ZR6VFLH9GD7L10ILXIB2107GFC4CL27NY3W9NJ83LR2ZFIH5BT3771C4K93XH9VIUWKC6FOR897XWACL6R9W6DJCQZFRO4K3POJLGJFA152TLHI5JJG4K5JPH81GP8JSI9VPQXAD5XIT4GWS6PE2SHT79TLYDKT2YF32TYVMGM1PA82TVCQV7KWVPQ36SJ1A5U061MD3P6DKLNJLPJTDH' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7IEH6KF3NPYH3V42OTV4Y3L11T8XJXUKZQXXD3DOBVWSBLLLJBCKDFKV2W889O84NJN8P3T0NNXZRT85GA5Q05SJF4HR42D51Z52CU53UG8KNUFZDSPNTHAF52608D2U2MWO5ST6YY6VYYSJBEIPVXUJWM899LQDVZM3QTFMONQP0E8H77JU6MZRJMSUQ5EL3GAM1FFDD93E5U13Z65URPBYRZ9YUG1RUPW1AK4WBV1FJ3AFWKRQ5HUQHQ54OFE9N' where id=41; -update noar ti set v0='7IEH6KF3NPYH3V42OTV4Y3L11T8XJXUKZQXXD3DOBVWSBLLLJBCKDFKV2W889O84NJN8P3T0NNXZRT85GA5Q05SJF4HR42D51Z52CU53UG8KNUFZDSPNTHAF52608D2U2MWO5ST6YY6VYYSJBEIPVXUJWM899LQDVZM3QTFMONQP0E8H77JU6MZRJMSUQ5EL3GAM1FFDD93E5U13Z65URPBYRZ9YUG1RUPW1AK4WBV1FJ3AFWKRQ5HUQHQ54OFE9N' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L6C3N4J9BHWSHAC6QX19XOWSM6H755SKBGV5PJ5P8PVT8NM7QJ46EA40XZEVG3ITPC6ZOBRSDSX91SVYLZ52JCUO20EP6GDYPTSQUJNBCFMG45WXSW9O31OB7G1WDOT2XMG0C6GSZL37IJKE8957PQ838YSPIQ7R2X9MZAHYYQNYHX8JDKGZCU2D4IRHSJPNCM5YKFCE08QR0K43QM695XFPE0WI9W6AJYM77FTQ782Q64IGF9UWA22GET3D627GU' where id=41; -update noar ti set v1='L6C3N4J9BHWSHAC6QX19XOWSM6H755SKBGV5PJ5P8PVT8NM7QJ46EA40XZEVG3ITPC6ZOBRSDSX91SVYLZ52JCUO20EP6GDYPTSQUJNBCFMG45WXSW9O31OB7G1WDOT2XMG0C6GSZL37IJKE8957PQ838YSPIQ7R2X9MZAHYYQNYHX8JDKGZCU2D4IRHSJPNCM5YKFCE08QR0K43QM695XFPE0WI9W6AJYM77FTQ782Q64IGF9UWA22GET3D627GU' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2D1P4PF60XUIPEWXSMMUZ69ZRXPTSBQZKFR38JO1C33M0X6GUE8GKYL1TVIB0AK61S3UPB7F57RG478I2BWE9Y48ETCFEIP582TLF0BPMRIL0HT0LTVEBV8A6FO2AU34MZ1X90UKZVUZW5O7MI8JGAFW0FYC61N9E24T961KAZ3YS692Y8MY82LLAR2AOYXP3E3OH73ET4G759KSRG804HP602JD29SAZOGX3OYFAJ6P85WDF8X1H3FQZI572N8VF' where id=41; -update noar ti set v2='2D1P4PF60XUIPEWXSMMUZ69ZRXPTSBQZKFR38JO1C33M0X6GUE8GKYL1TVIB0AK61S3UPB7F57RG478I2BWE9Y48ETCFEIP582TLF0BPMRIL0HT0LTVEBV8A6FO2AU34MZ1X90UKZVUZW5O7MI8JGAFW0FYC61N9E24T961KAZ3YS692Y8MY82LLAR2AOYXP3E3OH73ET4G759KSRG804HP602JD29SAZOGX3OYFAJ6P85WDF8X1H3FQZI572N8VF' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UNSOGZ7KH6PFU7SB5XFJKJF6PONZI4XXZM30SG7H68YR7ASKWVO9LT7RS3RS17VB1S72XWIS7CVN7STMI5RHZFUWFEXNDOXJI7ZXU2CRLLZXT0KPCTK8OBIS2NDO94VY7QK3YNGH4BA34BF1NOKT0ZV1OCB7SVG98QLROCENCR3HSFBL63UM4Y6DE1QELWMLPEVEW4DUNQUFJQBRAHXTF9YPOP70879LJ53WHE61MK5OXPB3JDFOGKF7PESMZOGQI' where id=41; -update noar ti set v3='UNSOGZ7KH6PFU7SB5XFJKJF6PONZI4XXZM30SG7H68YR7ASKWVO9LT7RS3RS17VB1S72XWIS7CVN7STMI5RHZFUWFEXNDOXJI7ZXU2CRLLZXT0KPCTK8OBIS2NDO94VY7QK3YNGH4BA34BF1NOKT0ZV1OCB7SVG98QLROCENCR3HSFBL63UM4Y6DE1QELWMLPEVEW4DUNQUFJQBRAHXTF9YPOP70879LJ53WHE61MK5OXPB3JDFOGKF7PESMZOGQI' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='X2VS18LMHN0RSKNKD3V779LTXWS0FD7XE8J6ZSO1WXPFKREBT088TSS26Q7JFT5HZC0WKMBSQ720KMSZR1TYX7CG7Y8RB9JVT3U2D3DZPLC1RDMIFWVJCW5QSQ2LQJW0CRA5A8646G2B0YGAFT4HUCIOC0OLNDOZMB3A2E7PNYSAZK8GYD7AN2VAZE6IYT9W4L5Q4T1F4TDKEJSDVDMHVAYZ1M8WM4P3Y27AFMEVRPEUUNY4ODRQXH7U2HPE60ZHS' where id=42; -update noar ti set v0='X2VS18LMHN0RSKNKD3V779LTXWS0FD7XE8J6ZSO1WXPFKREBT088TSS26Q7JFT5HZC0WKMBSQ720KMSZR1TYX7CG7Y8RB9JVT3U2D3DZPLC1RDMIFWVJCW5QSQ2LQJW0CRA5A8646G2B0YGAFT4HUCIOC0OLNDOZMB3A2E7PNYSAZK8GYD7AN2VAZE6IYT9W4L5Q4T1F4TDKEJSDVDMHVAYZ1M8WM4P3Y27AFMEVRPEUUNY4ODRQXH7U2HPE60ZHS' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QUP7XPWL1USMNE30RH322RXH398Q4JCDHH65L1D5T7D6O50036YVFWOTQCP7EP2LL7BK80HFV4U2N8MQS63EMOHZHEHI2BHQLAH6NA7KX3SU8U3JOFFEUPP4IU4ZSHTLH2OBARE9AZ6IP7ZCXZB08A8KTTKJX7UBDR3I2WK09BGT9W09CD3ZMWI2O52AQDAK1I9AP28K2Y0EH4PPA9PEKV620RDMAR2UG4WWLWJMXZ9L7OOILU2NFMUFBL9WF1FYK' where id=42; -update noar ti set v1='QUP7XPWL1USMNE30RH322RXH398Q4JCDHH65L1D5T7D6O50036YVFWOTQCP7EP2LL7BK80HFV4U2N8MQS63EMOHZHEHI2BHQLAH6NA7KX3SU8U3JOFFEUPP4IU4ZSHTLH2OBARE9AZ6IP7ZCXZB08A8KTTKJX7UBDR3I2WK09BGT9W09CD3ZMWI2O52AQDAK1I9AP28K2Y0EH4PPA9PEKV620RDMAR2UG4WWLWJMXZ9L7OOILU2NFMUFBL9WF1FYK' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LTIIJYKPL9I9KJ0J3GFLHS0DS4SEZRV43NX25MCYG4VWO0SF9YDIEU3XYDGVQGUIHXR3LEEPAD4YY5E0A20L0VC2ZGXXDG9QR80073A0XEEZRUMDHTEB6PJMNJOM2LW0MIUK07I6OYX0UVCEPW9FP9F80OQTQWJ591RC7O8ZY8FH0KZ65DLZQIPSJ6L5KVTWZEDIPWAGGQRFL660ZYD9WE6E4ENOJLTZQXOP6HN1Z123835E3V5Y3ELHYZ3AO08V8' where id=42; -update noar ti set v2='LTIIJYKPL9I9KJ0J3GFLHS0DS4SEZRV43NX25MCYG4VWO0SF9YDIEU3XYDGVQGUIHXR3LEEPAD4YY5E0A20L0VC2ZGXXDG9QR80073A0XEEZRUMDHTEB6PJMNJOM2LW0MIUK07I6OYX0UVCEPW9FP9F80OQTQWJ591RC7O8ZY8FH0KZ65DLZQIPSJ6L5KVTWZEDIPWAGGQRFL660ZYD9WE6E4ENOJLTZQXOP6HN1Z123835E3V5Y3ELHYZ3AO08V8' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JVUTYXYK9ZB5483JK5XKDB1JU0XEQUZ7XQYGNSGSFSFUMO713WKHNHD5TH9JP2292SJ7E7X13EJ486IG6DT6U32ROA9T17USRFQPZR0M9CY4IAOMGYU4D0R6CTT8ZZ6FXGRAUSZASUNTRL5MA5X6WPPAL5ZRTTYD1MULKQFDDC5798KGZ6YJY4434GDRES7E4LVPOB9MMXCWB9HMVQ6E21J7KGI3LTZFNA6PVV1RI6XK5Q7MA345SVYMY12LQGUIU' where id=42; -update noar ti set v3='JVUTYXYK9ZB5483JK5XKDB1JU0XEQUZ7XQYGNSGSFSFUMO713WKHNHD5TH9JP2292SJ7E7X13EJ486IG6DT6U32ROA9T17USRFQPZR0M9CY4IAOMGYU4D0R6CTT8ZZ6FXGRAUSZASUNTRL5MA5X6WPPAL5ZRTTYD1MULKQFDDC5798KGZ6YJY4434GDRES7E4LVPOB9MMXCWB9HMVQ6E21J7KGI3LTZFNA6PVV1RI6XK5Q7MA345SVYMY12LQGUIU' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7OUUNWZK5PQTN3W1OSZAXC6Y2KVIQD6VYIN0TNT9GM7RH746OQN2VZAD64TN7H6F0PUG4COJUFX3IIZAT2CB9G2IDY0IWPK9OW46LS7F1R7833E5UH47L48I6CJ8H6XJ9F04HW2Z3IPU8457PS311F89IT9979SXH19BOSR40ZEK0ULODTS6RURBZZAKR9RMDT26QADIY65046JHRE2GC2ZQ0J2R3H07V1RBOT170KC8Z5O2LANXZ1OY170GC19FN' where id=43; -update noar ti set v0='7OUUNWZK5PQTN3W1OSZAXC6Y2KVIQD6VYIN0TNT9GM7RH746OQN2VZAD64TN7H6F0PUG4COJUFX3IIZAT2CB9G2IDY0IWPK9OW46LS7F1R7833E5UH47L48I6CJ8H6XJ9F04HW2Z3IPU8457PS311F89IT9979SXH19BOSR40ZEK0ULODTS6RURBZZAKR9RMDT26QADIY65046JHRE2GC2ZQ0J2R3H07V1RBOT170KC8Z5O2LANXZ1OY170GC19FN' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='K2JI1VC0EQLF3X5JCPHHRJ8VIW9V8C634IZY6414TM1HJK5X3DOSNHS2CBBUQDOR2ZB4JUUB84L6O0JPEQ3Q58FKJZZE1X67SNXTTHD0QXPJR13YJIWLGYJP85QFHB0K3Z5AZ7X0JEVDD70W9SA7SCRQ19TGZZLBZ7E4IK8QO2K7BMZ9U7104ZUPO3IM04ZB7V1TZO8Q76OJR6558NKLJDM4DVIRX0D6XGWOWP62WY4SA1YCIJEBNWLDZ8HCR2XGH' where id=43; -update noar ti set v1='K2JI1VC0EQLF3X5JCPHHRJ8VIW9V8C634IZY6414TM1HJK5X3DOSNHS2CBBUQDOR2ZB4JUUB84L6O0JPEQ3Q58FKJZZE1X67SNXTTHD0QXPJR13YJIWLGYJP85QFHB0K3Z5AZ7X0JEVDD70W9SA7SCRQ19TGZZLBZ7E4IK8QO2K7BMZ9U7104ZUPO3IM04ZB7V1TZO8Q76OJR6558NKLJDM4DVIRX0D6XGWOWP62WY4SA1YCIJEBNWLDZ8HCR2XGH' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FUYIRVAUM5HEEIOW5V4KO6ADS3X0LBLELXSFR2T9IS8KB859RQ4EMT7F20YUT4X49X3JZ9J6UWTAC7P90BHEZ6TZHJY89ILOO47GPMZW68ZVMGI6NX23IJN6NEI8ZY6O3QROKZB9W7TA7KTKUN2UDV6IMZC95H1DVB0FRON57CWDR7GZWS3X5OQD0D6QRAXINE3EK5OYMHQM70R9TK0ESKQVIR0VIPEJ2LLC69AR3AYYAYKDPZS65VGXPYPGTDFE0' where id=43; -update noar ti set v2='FUYIRVAUM5HEEIOW5V4KO6ADS3X0LBLELXSFR2T9IS8KB859RQ4EMT7F20YUT4X49X3JZ9J6UWTAC7P90BHEZ6TZHJY89ILOO47GPMZW68ZVMGI6NX23IJN6NEI8ZY6O3QROKZB9W7TA7KTKUN2UDV6IMZC95H1DVB0FRON57CWDR7GZWS3X5OQD0D6QRAXINE3EK5OYMHQM70R9TK0ESKQVIR0VIPEJ2LLC69AR3AYYAYKDPZS65VGXPYPGTDFE0' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VU2IGL24FS2BPJ36CLN7NJ5EU7M9AJI0T6SX4MGCCJ7FHG3QY60JU3P1DNSS13P9WG8EWJWMNTISDA9IXVZJ99HNAOFRWHVX1EX7Y8NE0RUAAF7SJSWSMPOZK674J2WWY2Q6YRVOKFSFEU80QF0G7CYRKBLCWGNAF38DXLNZTBS44348NETSYBDJKO3M6DU4UG2W098L2KLEKV9QNI2TN04HP9BL1FRCZ3RIQ4JAL1LPFGWOH5J6LN6MNA26P50WD' where id=43; -update noar ti set v3='VU2IGL24FS2BPJ36CLN7NJ5EU7M9AJI0T6SX4MGCCJ7FHG3QY60JU3P1DNSS13P9WG8EWJWMNTISDA9IXVZJ99HNAOFRWHVX1EX7Y8NE0RUAAF7SJSWSMPOZK674J2WWY2Q6YRVOKFSFEU80QF0G7CYRKBLCWGNAF38DXLNZTBS44348NETSYBDJKO3M6DU4UG2W098L2KLEKV9QNI2TN04HP9BL1FRCZ3RIQ4JAL1LPFGWOH5J6LN6MNA26P50WD' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AETR40DV7UPJPYICX0J1EV5HNXQ70XL58VMK1EN6IQA9QNDFPJU97V3HMUFVQQXZT4SKNWHV0QRWWZWO5GPOS6G0EAQW2UJ5PVJWQ4QTVQLPPW40FAL6HHB15KO7MEHKOKL1ZDMTIGZBLZ6RWE0CASLKQV2LB51OV3REA05QL2QZNAG74I9CLN5CE6RLT956GEGY1K2ELAUU2CXXCZNPISEC7RQFIJFJ3FIQ5ZA7WFFVMM2FBODM4AT2LQK1L8H3T' where id=44; -update noar ti set v0='AETR40DV7UPJPYICX0J1EV5HNXQ70XL58VMK1EN6IQA9QNDFPJU97V3HMUFVQQXZT4SKNWHV0QRWWZWO5GPOS6G0EAQW2UJ5PVJWQ4QTVQLPPW40FAL6HHB15KO7MEHKOKL1ZDMTIGZBLZ6RWE0CASLKQV2LB51OV3REA05QL2QZNAG74I9CLN5CE6RLT956GEGY1K2ELAUU2CXXCZNPISEC7RQFIJFJ3FIQ5ZA7WFFVMM2FBODM4AT2LQK1L8H3T' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='N8D4IMZN0Y6JIFLUVVW846REB8YSBULSTTOHO8I094O8Q61BDO8KHMJHZA21QKY2UX5L3SMZDWF78RNBAE1LMP1C8JG6TO65D0PNLVPN6VFIE1UZLGY86SR4CAH5O0XP2W8XPGAJN5VODWNLS724A5MSGR914LT30XQC905W5DOLVK259B2Z3LH2X9QEHM5ULYGZPQ3ULXFZKT4X2FBLAOXO1F5H6IR12AQJKFL5QQAM9K532N8VLVBAHSFF5F237' where id=44; -update noar ti set v1='N8D4IMZN0Y6JIFLUVVW846REB8YSBULSTTOHO8I094O8Q61BDO8KHMJHZA21QKY2UX5L3SMZDWF78RNBAE1LMP1C8JG6TO65D0PNLVPN6VFIE1UZLGY86SR4CAH5O0XP2W8XPGAJN5VODWNLS724A5MSGR914LT30XQC905W5DOLVK259B2Z3LH2X9QEHM5ULYGZPQ3ULXFZKT4X2FBLAOXO1F5H6IR12AQJKFL5QQAM9K532N8VLVBAHSFF5F237' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4LRXA2QRHH975VT3K72RLLC16FQ6B9MB15G217WIWL2LWJ3SZ673CTGBX1L6N3DB434DKX2RNS4Y8WSV2M2GG8UUZJYG478ANZV6LKTOBCVYM17N7640GHKRLY1WFMPZPSLH3PO57SQQ12UHT0MQRV6SIUKCMU67SGDXCD08V7VJYHE5TFO71RR0O3JKZ7YL4CVOI87VBVPGZZ4E4B31N6C2FCPFU09RZ2DJX0HTB8G9RKGGM3GM9B8FU728AH94C' where id=44; -update noar ti set v2='4LRXA2QRHH975VT3K72RLLC16FQ6B9MB15G217WIWL2LWJ3SZ673CTGBX1L6N3DB434DKX2RNS4Y8WSV2M2GG8UUZJYG478ANZV6LKTOBCVYM17N7640GHKRLY1WFMPZPSLH3PO57SQQ12UHT0MQRV6SIUKCMU67SGDXCD08V7VJYHE5TFO71RR0O3JKZ7YL4CVOI87VBVPGZZ4E4B31N6C2FCPFU09RZ2DJX0HTB8G9RKGGM3GM9B8FU728AH94C' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0LGG3WR798F5PQT50QWBUFZASSTY5Y75BD2OB9B3XD88J4NGZ93OZ9OILUAE4LTHNGNS65MCD692KWCUD94VX0Q5AXLQS97EZTVJN3XEPEO0J00XYJFBA5KEN6HQNN2QFQIU9T0BD5YDQCKQQIM9PKNLL05FNF2S34FANSQ38WBMEMR22VN0V0O68B50T65601H6JOOGKU0P0XLMBRMK3P0F0ZDI7CN9JBP5C5ABGYQQ4PNP25AGS4T0S72VQSCGX' where id=44; -update noar ti set v3='0LGG3WR798F5PQT50QWBUFZASSTY5Y75BD2OB9B3XD88J4NGZ93OZ9OILUAE4LTHNGNS65MCD692KWCUD94VX0Q5AXLQS97EZTVJN3XEPEO0J00XYJFBA5KEN6HQNN2QFQIU9T0BD5YDQCKQQIM9PKNLL05FNF2S34FANSQ38WBMEMR22VN0V0O68B50T65601H6JOOGKU0P0XLMBRMK3P0F0ZDI7CN9JBP5C5ABGYQQ4PNP25AGS4T0S72VQSCGX' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0V4RR08IBP9NZ6CB8ZRV0XPFMSAPESY3D1WH00H8HCNSHO3DQF62KCMVV1NYT7ZDSO65G0ZLUPME1GKJCVFXGZQWEHEH2GE8IHFT2892EN4IPJUHAIC7MF7KI9FRT4THFC3FSJ1J1YTAC4IA7F0RQRNJ99BL3K90PWZ8OCS6MDWH99ZQP7SJA2XD9XND8F8ZWXG49ERU7JIM43ORTAH1R60S4U5CMIVYQAQE3QI254RB3EBGY1XFZVAGSGWUOZGC7' where id=45; -update noar ti set v0='0V4RR08IBP9NZ6CB8ZRV0XPFMSAPESY3D1WH00H8HCNSHO3DQF62KCMVV1NYT7ZDSO65G0ZLUPME1GKJCVFXGZQWEHEH2GE8IHFT2892EN4IPJUHAIC7MF7KI9FRT4THFC3FSJ1J1YTAC4IA7F0RQRNJ99BL3K90PWZ8OCS6MDWH99ZQP7SJA2XD9XND8F8ZWXG49ERU7JIM43ORTAH1R60S4U5CMIVYQAQE3QI254RB3EBGY1XFZVAGSGWUOZGC7' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3GH5ST5IIZ8ZEG2TW9871HZ0RXZFFDVRQQ6WDFZ50BXH2TEJDACQFXSFQ9ZGXR5OOBOATZ6K0XPULOK373JB5DABA3JSB5TOAPTDKP0FACI0LPGZKMRU1MGJQ0C7QKK2Z9OS879HUKZQD51B43CU7PFETVOJBVQ0RKHZT58FYT4UA4JRHVCIMJTWQ509NSC76A6L0ZXUR69Z756X3AC0JE69NX5M0NVY90ZPFKU6X9UHD1LKAPTHNTKD40KG932YI' where id=45; -update noar ti set v1='3GH5ST5IIZ8ZEG2TW9871HZ0RXZFFDVRQQ6WDFZ50BXH2TEJDACQFXSFQ9ZGXR5OOBOATZ6K0XPULOK373JB5DABA3JSB5TOAPTDKP0FACI0LPGZKMRU1MGJQ0C7QKK2Z9OS879HUKZQD51B43CU7PFETVOJBVQ0RKHZT58FYT4UA4JRHVCIMJTWQ509NSC76A6L0ZXUR69Z756X3AC0JE69NX5M0NVY90ZPFKU6X9UHD1LKAPTHNTKD40KG932YI' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ARR9XXHYF1CM0A7OFKOJOW1PHEY4N2TEOW7IJ3RP3Q88QUQWOKYPMYLD0LY458LIVUIVJD4EOBOGYL8WCJ43GVJW3FKV0B8M4MO1XH644Q6A39VL4HU5LF7W737AI5ITCE5PJN93MDAPB7NW49IXAI1Q3NK5XGWZ2S3TN5UUERX6IDUNA76U7XBJJ328YWKYL7H9ZZYWOOCSHPP505SO33Y0CLJTV0693THI53Y230FLQDKMKV6K7UA7W19FFB4KZ' where id=45; -update noar ti set v2='ARR9XXHYF1CM0A7OFKOJOW1PHEY4N2TEOW7IJ3RP3Q88QUQWOKYPMYLD0LY458LIVUIVJD4EOBOGYL8WCJ43GVJW3FKV0B8M4MO1XH644Q6A39VL4HU5LF7W737AI5ITCE5PJN93MDAPB7NW49IXAI1Q3NK5XGWZ2S3TN5UUERX6IDUNA76U7XBJJ328YWKYL7H9ZZYWOOCSHPP505SO33Y0CLJTV0693THI53Y230FLQDKMKV6K7UA7W19FFB4KZ' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0ACKNANERV1WDP5J4UA0PQLE7QE10ZYUUTMGVAQ3MHTDWKKTSTPNFVIJ5RT1I6FE6XMM7GHG6MDK710ZI5SA67K2TYDRW0KI1UEOY5CT7608OQP3KG8120PHH6CNVA792XOFROJ7HN5ZRLPV2TKFOELEVBOM5DYE64FWJK8JTKKGL42LMCP3HSKO9Z151OCM9OKO6FADFV6O3UEOXZB5UJ9DNYSZY3HT3R0CI2YTJEK9OIROFKYO1DD4OB9ECAN6O' where id=45; -update noar ti set v3='0ACKNANERV1WDP5J4UA0PQLE7QE10ZYUUTMGVAQ3MHTDWKKTSTPNFVIJ5RT1I6FE6XMM7GHG6MDK710ZI5SA67K2TYDRW0KI1UEOY5CT7608OQP3KG8120PHH6CNVA792XOFROJ7HN5ZRLPV2TKFOELEVBOM5DYE64FWJK8JTKKGL42LMCP3HSKO9Z151OCM9OKO6FADFV6O3UEOXZB5UJ9DNYSZY3HT3R0CI2YTJEK9OIROFKYO1DD4OB9ECAN6O' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='V9RCSI89T4LGCAOXCVVVCV1R3Q52BQB96VS7C7CVH8VPB8HO3W4OOY6CJNG72KXBBNRCA5WIHAAAHGKAP0RP61LSKT67D9WIMNSQRKPHADKE4VHDUW43MTNO2DARWTZ7P15TJI2YLPKS9QDJ6UU8WCQVJQXS45B5T7NXY0AS56WBOSBFKBFKMPJM694ZA2HW2XGALIX9G0I0ROWYJ9UGMPZV9VNE3QYGG32EGI6LM8JFK5LYIOASKI5LA7C76IURP' where id=46; -update noar ti set v0='V9RCSI89T4LGCAOXCVVVCV1R3Q52BQB96VS7C7CVH8VPB8HO3W4OOY6CJNG72KXBBNRCA5WIHAAAHGKAP0RP61LSKT67D9WIMNSQRKPHADKE4VHDUW43MTNO2DARWTZ7P15TJI2YLPKS9QDJ6UU8WCQVJQXS45B5T7NXY0AS56WBOSBFKBFKMPJM694ZA2HW2XGALIX9G0I0ROWYJ9UGMPZV9VNE3QYGG32EGI6LM8JFK5LYIOASKI5LA7C76IURP' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RIRWWU6AFOYC1OP9V5SGC5XCBQ5Z96X9JXBHCBCJONKMJ4UK9Y4NJRUOE7Z0VUVAGH8YWSYBBJWEJZYW0486D93PBO2ZI52LA3KTWWXEMBKBWYLOJ6YG7YV2M10JQLLR5PLPWC65R61ZRY2FPONB2PKDQQZZNVCKICBXA6AUNIWSL27EKF09ZOBKH25M7B2J6QH3WZ2DDOF0UVT8X172E7PCOXYO7CMPOWPOKD0MJSUTGFR4O7HQR6D7TL6WF96UT' where id=46; -update noar ti set v1='RIRWWU6AFOYC1OP9V5SGC5XCBQ5Z96X9JXBHCBCJONKMJ4UK9Y4NJRUOE7Z0VUVAGH8YWSYBBJWEJZYW0486D93PBO2ZI52LA3KTWWXEMBKBWYLOJ6YG7YV2M10JQLLR5PLPWC65R61ZRY2FPONB2PKDQQZZNVCKICBXA6AUNIWSL27EKF09ZOBKH25M7B2J6QH3WZ2DDOF0UVT8X172E7PCOXYO7CMPOWPOKD0MJSUTGFR4O7HQR6D7TL6WF96UT' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DWWQTXUC74RHFT7HSUKCPVUF33J5R8AP1N21XTYV05C7XQRUFMYZEMBT1CDQSVGSEDHMCVC7BRUZT8VZ8PYO6MI2S9PFKV2JI6HEUBNGEABUAIZJ43PS6QHFSLNU6DC338CZLUB4CR9PO2SVHU2O9Q18UW08W2V13V6T4NPFAY1CW0N1Y09ZJHWQ35BWLTHO9IAKAVMCPOBX9V3P00U5A02RQCFB4LGNYLD757I3Y342ZW5PKHFYQNI3ZO6YN0TQP' where id=46; -update noar ti set v2='DWWQTXUC74RHFT7HSUKCPVUF33J5R8AP1N21XTYV05C7XQRUFMYZEMBT1CDQSVGSEDHMCVC7BRUZT8VZ8PYO6MI2S9PFKV2JI6HEUBNGEABUAIZJ43PS6QHFSLNU6DC338CZLUB4CR9PO2SVHU2O9Q18UW08W2V13V6T4NPFAY1CW0N1Y09ZJHWQ35BWLTHO9IAKAVMCPOBX9V3P00U5A02RQCFB4LGNYLD757I3Y342ZW5PKHFYQNI3ZO6YN0TQP' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HH0Z1A2QNYU5N7MB90DDF33H3OFH3E1ORUTP8L87HRU7NYHGAIONAD5K6W8X8HVYAU11MRXUHPPCJDH9N5EXG1WA1KEMU55Y9AXE895OCXY5GSM4I72JXYGNB26CNZ7VAVA8DELE5A5E63PM6DYIEL04JUFRZ22YUUZ5Y0W2ZZYI3YJ4PHRY9S59FGGRO1PKZ8C596RD0AUOG7UROW9AZLEZZ6EXBOP1Q1IQHU59I9B6IUSTXQH4U461GD5UUA245' where id=46; -update noar ti set v3='HH0Z1A2QNYU5N7MB90DDF33H3OFH3E1ORUTP8L87HRU7NYHGAIONAD5K6W8X8HVYAU11MRXUHPPCJDH9N5EXG1WA1KEMU55Y9AXE895OCXY5GSM4I72JXYGNB26CNZ7VAVA8DELE5A5E63PM6DYIEL04JUFRZ22YUUZ5Y0W2ZZYI3YJ4PHRY9S59FGGRO1PKZ8C596RD0AUOG7UROW9AZLEZZ6EXBOP1Q1IQHU59I9B6IUSTXQH4U461GD5UUA245' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MEWSQH4NSS9ROL1BIGRPDRTL18W6HKGDZBNEUFSWHHYE5ZTRIBQND43A7DMHSTCU24450378JK3D7GM8R0JUAKU2NX7KY1XADQKXACH3LGY8SJIEL69FBLY488BYWLGYYIXBGWYSYGD2KTDEQ86121C3GL0OL734J978NSGKQUM5KTEKE6RQTPPPUWFPMWS8IPU5QVIIRLD21XRIRA4RIECJ65PWRWP2JO7O57TQI8ZRHZGPRAMJKRTU19CB3WSVZ' where id=47; -update noar ti set v0='MEWSQH4NSS9ROL1BIGRPDRTL18W6HKGDZBNEUFSWHHYE5ZTRIBQND43A7DMHSTCU24450378JK3D7GM8R0JUAKU2NX7KY1XADQKXACH3LGY8SJIEL69FBLY488BYWLGYYIXBGWYSYGD2KTDEQ86121C3GL0OL734J978NSGKQUM5KTEKE6RQTPPPUWFPMWS8IPU5QVIIRLD21XRIRA4RIECJ65PWRWP2JO7O57TQI8ZRHZGPRAMJKRTU19CB3WSVZ' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='07U6EXGWSBP85X4EGFAGDCFXMJ2BN7TJC6F7MTRYVAB0R7SFOGCPHBYZ81649BUJGS4LV54RAJQQVVKJ13W25Y2SXN4AEEOYPHYZ5MSJ173RDG45CMXLTNBVWTO0GSNJEB2TVYXTNCIXVAQ1N4LCZZOLN6SO7R7B5WVNUOVOS3WJOIJOGIFEXRBV77MWO9NISOG51D4OVPFTBS7WYU4BFX3SFG3VXVC5F2PMRUFLALH0QX8E0A8PPB422PKCV6JV2' where id=47; -update noar ti set v1='07U6EXGWSBP85X4EGFAGDCFXMJ2BN7TJC6F7MTRYVAB0R7SFOGCPHBYZ81649BUJGS4LV54RAJQQVVKJ13W25Y2SXN4AEEOYPHYZ5MSJ173RDG45CMXLTNBVWTO0GSNJEB2TVYXTNCIXVAQ1N4LCZZOLN6SO7R7B5WVNUOVOS3WJOIJOGIFEXRBV77MWO9NISOG51D4OVPFTBS7WYU4BFX3SFG3VXVC5F2PMRUFLALH0QX8E0A8PPB422PKCV6JV2' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4ZE33VS11INXIY5RQ68BSV4CU3WSJOYBL4S9219JN31YOIB9XLCCN5YI4LXWKEES3AXPM28AN5454DRD1NUVXUNEHSO06J74L5GQE15ZS72KV6R2YN5TR66NN87QZOX5RW2CD9EAJQB55JYWX7L3H50WYUONVJ50815YHJB1F6GQJ0QLBRN4VVY8IOQ0LMTT2GA1EACP6QJGJ5959ZL7DE5BH903Q1O2ZT74NWLF8AFS9UKV3416XK4TVTEA1XWVD' where id=47; -update noar ti set v2='4ZE33VS11INXIY5RQ68BSV4CU3WSJOYBL4S9219JN31YOIB9XLCCN5YI4LXWKEES3AXPM28AN5454DRD1NUVXUNEHSO06J74L5GQE15ZS72KV6R2YN5TR66NN87QZOX5RW2CD9EAJQB55JYWX7L3H50WYUONVJ50815YHJB1F6GQJ0QLBRN4VVY8IOQ0LMTT2GA1EACP6QJGJ5959ZL7DE5BH903Q1O2ZT74NWLF8AFS9UKV3416XK4TVTEA1XWVD' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R1SY7FBXRNS2JDRH2WEJ5JR7XTLZHZ0OZLYK3WZFHDA0RR189W6U8S7RMJFW9441IVJ7900TNEPS95KO9RNYQZH00BTYPW0PDEO4RCKF8PURHU0QQIUFRF7NIU69H5RCSLRRWGW7FJFSSNEK64J1Y5YTSO6L2P3EOG7OLRTRA8HS9QERT3448KV286YOKDSWZWIG0QAO1BYDX4FT4SAT9WAHN25CLFTCTTGDV6CCS31UC1X3EDQTEJB5C5PN0BYCD' where id=47; -update noar ti set v3='R1SY7FBXRNS2JDRH2WEJ5JR7XTLZHZ0OZLYK3WZFHDA0RR189W6U8S7RMJFW9441IVJ7900TNEPS95KO9RNYQZH00BTYPW0PDEO4RCKF8PURHU0QQIUFRF7NIU69H5RCSLRRWGW7FJFSSNEK64J1Y5YTSO6L2P3EOG7OLRTRA8HS9QERT3448KV286YOKDSWZWIG0QAO1BYDX4FT4SAT9WAHN25CLFTCTTGDV6CCS31UC1X3EDQTEJB5C5PN0BYCD' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z3NNEIH7FOIR6GRI7DE1JI3CWVLNABVWMYNV80C09E7LNKU8MIOSXWZVX8XMV3B6VVA38GFNP3RPT9BLIJ4D7LEY2QCAQU8LOSDR9MAXBUGI8YQ2WC4KMLYDN4J5SD4JLFZLZ627HYD0XNB9ZLS4UT3TM1BRVC5U31Z53JY9SPU0YC3EL67C4EUOBWIB6BLA1L9BLGEHB8WH0T5F99S40DMEOMH1DYDTIIVHLS0CX427XJ0I5JAZFNBA52PRX0CDQ' where id=48; -update noar ti set v0='Z3NNEIH7FOIR6GRI7DE1JI3CWVLNABVWMYNV80C09E7LNKU8MIOSXWZVX8XMV3B6VVA38GFNP3RPT9BLIJ4D7LEY2QCAQU8LOSDR9MAXBUGI8YQ2WC4KMLYDN4J5SD4JLFZLZ627HYD0XNB9ZLS4UT3TM1BRVC5U31Z53JY9SPU0YC3EL67C4EUOBWIB6BLA1L9BLGEHB8WH0T5F99S40DMEOMH1DYDTIIVHLS0CX427XJ0I5JAZFNBA52PRX0CDQ' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UQETTULM3ZC910CFODB2IJHTPDKJ677QZXJ6S5QY3J6A6QSHU43P5ASNC6BVAY7QPSW0QYFMAR5N6Q5JK0ZLQQF3C4ZJG3ZYAIX8DWVE6ET8LID4MRW5SBNGHH80EH73QRI2EOZ7R9F0MQRAKCXI20VF5II3CRDN17UQ6UA503ZSY817OTDY1JYHUTHOJJR0F4F3TVVWK5VTN1DTCOB9T7AE1WUN81SNP5STVNR5Y9F8H1TQQFEYGAH1ZALDL5AFU' where id=48; -update noar ti set v1='UQETTULM3ZC910CFODB2IJHTPDKJ677QZXJ6S5QY3J6A6QSHU43P5ASNC6BVAY7QPSW0QYFMAR5N6Q5JK0ZLQQF3C4ZJG3ZYAIX8DWVE6ET8LID4MRW5SBNGHH80EH73QRI2EOZ7R9F0MQRAKCXI20VF5II3CRDN17UQ6UA503ZSY817OTDY1JYHUTHOJJR0F4F3TVVWK5VTN1DTCOB9T7AE1WUN81SNP5STVNR5Y9F8H1TQQFEYGAH1ZALDL5AFU' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XO6WHYZJDUY15PL8GCCSK692T3BKD94YOUTCB5FWGQG0ICUHR4ZQFQ8NB2ZCPKTSYAPBOW9RHG1WHUAVY8IFMC9SNWMN8MGTWJ4Z1O6VX4CELGFE1A5QU5KM4HIDEP3C8CUM524UM54JZ6DLFRWR6O8GOR9TU5WXYFKQWWJ6AWDHRKW1AMRDA4E0VT2R1IAZ26UNM93GY760XKUE9FIPARYRK84FOYQ5GZ6P849GGQL4EZ5ZRQQU40B7UW0CSA88T' where id=48; -update noar ti set v2='XO6WHYZJDUY15PL8GCCSK692T3BKD94YOUTCB5FWGQG0ICUHR4ZQFQ8NB2ZCPKTSYAPBOW9RHG1WHUAVY8IFMC9SNWMN8MGTWJ4Z1O6VX4CELGFE1A5QU5KM4HIDEP3C8CUM524UM54JZ6DLFRWR6O8GOR9TU5WXYFKQWWJ6AWDHRKW1AMRDA4E0VT2R1IAZ26UNM93GY760XKUE9FIPARYRK84FOYQ5GZ6P849GGQL4EZ5ZRQQU40B7UW0CSA88T' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KGKROJSQXWLCGA578DR5ZF7Z6XNFD5JZFIN25KZUXMXCQRY2F47KE4ME724EU1ACF0W2LW6PU07AP5VAVKHSI5WJK1PNY91EM37FWDJSV6B7605PCTG67Y1ZWV2ESISM96W94VP6SD321K6XBCVO1ZFHW5SQBYW09Q5AU7N9RMA68Q0MF5YNLHYT9QLN93SCTQ3Y34T8778C1IH27UEE39Z06E7J0LJVRIXJ8S578W1VV6HXWCFGDDREWOTDOJMYU' where id=48; -update noar ti set v3='KGKROJSQXWLCGA578DR5ZF7Z6XNFD5JZFIN25KZUXMXCQRY2F47KE4ME724EU1ACF0W2LW6PU07AP5VAVKHSI5WJK1PNY91EM37FWDJSV6B7605PCTG67Y1ZWV2ESISM96W94VP6SD321K6XBCVO1ZFHW5SQBYW09Q5AU7N9RMA68Q0MF5YNLHYT9QLN93SCTQ3Y34T8778C1IH27UEE39Z06E7J0LJVRIXJ8S578W1VV6HXWCFGDDREWOTDOJMYU' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2C0TDDNSU7F74W7DMOWTC5XOZQXLJ92FXHA2Z0RG6S9TLQ951G3DOXGXFYXBNZF6BS4KMKUPTEOB7OQDXJVAA3SQN4P6Z60GPUV30RM293QF5KGQC2QZG1M4CX5UVI5KTM665SIV3JCCBGO0AUC6MTKFET3NCKU5VZEZ3NQS0J55IG3PAA8HJIQNIHIS02JZW2J6RFBLBCIXORLAR8K3NGEROL7XP6SM63TV92W62X0976PZKBM6P52WYWQOTD79V' where id=49; -update noar ti set v0='2C0TDDNSU7F74W7DMOWTC5XOZQXLJ92FXHA2Z0RG6S9TLQ951G3DOXGXFYXBNZF6BS4KMKUPTEOB7OQDXJVAA3SQN4P6Z60GPUV30RM293QF5KGQC2QZG1M4CX5UVI5KTM665SIV3JCCBGO0AUC6MTKFET3NCKU5VZEZ3NQS0J55IG3PAA8HJIQNIHIS02JZW2J6RFBLBCIXORLAR8K3NGEROL7XP6SM63TV92W62X0976PZKBM6P52WYWQOTD79V' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HDZ5SU7YMR83FBT3WKOA5LUPSTW7V1XDWU4J6Y3RS8PJOY3V13AR9RXMPE4N507KEPWINZFRF9SMDKMZREGOL4F00LK058YWKGGCHVXN3046CBI4VD47MOD394R1A1LIDRW6G4S2X2XDEXB05IMCCQONA4KX6D0X47FV9OK9B1BSW841NF90A2ENVJ1V4AUE0SCLYGDMM1FSEW6VFAN2UE0ZFBTPBMMOAT26I027KHDFG9WSPIY004V16B1L5GZXN' where id=49; -update noar ti set v1='HDZ5SU7YMR83FBT3WKOA5LUPSTW7V1XDWU4J6Y3RS8PJOY3V13AR9RXMPE4N507KEPWINZFRF9SMDKMZREGOL4F00LK058YWKGGCHVXN3046CBI4VD47MOD394R1A1LIDRW6G4S2X2XDEXB05IMCCQONA4KX6D0X47FV9OK9B1BSW841NF90A2ENVJ1V4AUE0SCLYGDMM1FSEW6VFAN2UE0ZFBTPBMMOAT26I027KHDFG9WSPIY004V16B1L5GZXN' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0Y5VN6FHUGBM5YPMP7CT01J0W65C56RVJRSO43SVPIF2NVATZRMXKLS4AR56TOFK475SY5GK1Y44ABNA84UXAGS6LGEWYUTNBCHQ3J3S4S5YG84GWFJXW522BDINVHZBFPTQBLUYZKDPEQRXXTM3J83E2A2CVL056GK2GF3CHF85VTPW67VRG2A7M6ZPAKMA7WITDRU6Q4W5J6179J1ZOMT10EQHYHMHKCS8MHR70WJKFRGL8D68TYV1GXN6KPIJ1' where id=49; -update noar ti set v2='0Y5VN6FHUGBM5YPMP7CT01J0W65C56RVJRSO43SVPIF2NVATZRMXKLS4AR56TOFK475SY5GK1Y44ABNA84UXAGS6LGEWYUTNBCHQ3J3S4S5YG84GWFJXW522BDINVHZBFPTQBLUYZKDPEQRXXTM3J83E2A2CVL056GK2GF3CHF85VTPW67VRG2A7M6ZPAKMA7WITDRU6Q4W5J6179J1ZOMT10EQHYHMHKCS8MHR70WJKFRGL8D68TYV1GXN6KPIJ1' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JCKTSLW5IWQXWY843YYA3XVS7YAYOLUGO3TAA6TU80Z2R4X8X62IDZE8OV5UWN2X0223GQ6KJI2KVL6V7QCFHCJI2BWIA2RAPBROMVEV7DP6QHVRHVRWY40HU5KEYRDDMQNGMJTOHXS92NLRAXUEIWT5VB1PD6C2UVOMZOA6IDYP5PJE5V4HLPFGNHKSTBOQ9MA7A3FXC6TM3GEYAOO8LWDW43NXQX0FHCFTH9313Z7IXHNL5IZZVPSILVJ4FG2XI' where id=49; -update noar ti set v3='JCKTSLW5IWQXWY843YYA3XVS7YAYOLUGO3TAA6TU80Z2R4X8X62IDZE8OV5UWN2X0223GQ6KJI2KVL6V7QCFHCJI2BWIA2RAPBROMVEV7DP6QHVRHVRWY40HU5KEYRDDMQNGMJTOHXS92NLRAXUEIWT5VB1PD6C2UVOMZOA6IDYP5PJE5V4HLPFGNHKSTBOQ9MA7A3FXC6TM3GEYAOO8LWDW43NXQX0FHCFTH9313Z7IXHNL5IZZVPSILVJ4FG2XI' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='B3HHCFWDMM36S7X9QJJKZ8NDSEGGEXOYOCOGD3BHTZY2TQE097IZUTOK1GI94G5O0C8Y7PRRYDHH0M1P8BLUVKJ6CANZ5W8MB9O8UCEYM0GHJ7E87ILTE7DJMH75O0YZ4MCL4ENVL9H50EIRLM9TRGUKDI1PJ9VP7212FE4R4HRBALY49DK80WRISGR45J3RHDP4ALOANMF1W8613CVLEHOJP17ZFNR4F3D7PZYPGHYPBTOWFGNY5F0APADJJC03U' where id=50; -update noar ti set v0='B3HHCFWDMM36S7X9QJJKZ8NDSEGGEXOYOCOGD3BHTZY2TQE097IZUTOK1GI94G5O0C8Y7PRRYDHH0M1P8BLUVKJ6CANZ5W8MB9O8UCEYM0GHJ7E87ILTE7DJMH75O0YZ4MCL4ENVL9H50EIRLM9TRGUKDI1PJ9VP7212FE4R4HRBALY49DK80WRISGR45J3RHDP4ALOANMF1W8613CVLEHOJP17ZFNR4F3D7PZYPGHYPBTOWFGNY5F0APADJJC03U' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZSXVHFTF1ZYI8DN9M2RF2FLYQH0IPG3PZMXRYJCZ3P5MPT5I7SH5SJYE03PCP9U1NGYGD645O432EF8Q2K0O3U3LCRPWO7VWUMFLIQFF4Y6ZOLMZCGNZJHE0UP7G2T49ZHCADTGM726B1RS9LAQOPT2PVWMPA1Q2D8SNS2LQCAE6Q0PZ3HMKGZPTBUPH4TA5Y14W76LX2663FV8D4YN93IESPCOND3YZAD43QA1YD4TQEWXV9A3SOZE4V240AI0TE' where id=50; -update noar ti set v1='ZSXVHFTF1ZYI8DN9M2RF2FLYQH0IPG3PZMXRYJCZ3P5MPT5I7SH5SJYE03PCP9U1NGYGD645O432EF8Q2K0O3U3LCRPWO7VWUMFLIQFF4Y6ZOLMZCGNZJHE0UP7G2T49ZHCADTGM726B1RS9LAQOPT2PVWMPA1Q2D8SNS2LQCAE6Q0PZ3HMKGZPTBUPH4TA5Y14W76LX2663FV8D4YN93IESPCOND3YZAD43QA1YD4TQEWXV9A3SOZE4V240AI0TE' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='COPC5PZKQW75H1JB2V99Q0EHRDMNABBZQJQXMV67XJAPZAAQY4UT3DDXS74SFLOOBPU88MCA3P6HEEKMZ4Y21SA37HK454OLCSWA2SSY0POBLL7CBLRP020YPTIBLZSYV8FK7G1DENNVIQ1KNIUMK7PQ5V4FPUAQMWTB5A0JQMB64K9U3ASGYQR3WXKVTF3PMCAAMDU5UBLO62YGTD3VI5CZQGCAF9W8O0RXXNEKQP30HJDYJHLE20L92L8L2Y5KQ' where id=50; -update noar ti set v2='COPC5PZKQW75H1JB2V99Q0EHRDMNABBZQJQXMV67XJAPZAAQY4UT3DDXS74SFLOOBPU88MCA3P6HEEKMZ4Y21SA37HK454OLCSWA2SSY0POBLL7CBLRP020YPTIBLZSYV8FK7G1DENNVIQ1KNIUMK7PQ5V4FPUAQMWTB5A0JQMB64K9U3ASGYQR3WXKVTF3PMCAAMDU5UBLO62YGTD3VI5CZQGCAF9W8O0RXXNEKQP30HJDYJHLE20L92L8L2Y5KQ' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2Y4IEE44CZIVJGG3BGLHB716UH5O4VXM68VM0FH98H3QSGAI8O2KBX0ETV3H2GGI2PD4Z07MHPCONPUBPSW3YBGJWPNGFDXB37LFR42K50JC7U77P0RAC1TE178LD01S0FRFQ5JSKW92H56CO0I90SLALKABB0ABWCK28UF4Q2N7UIFIQXUMNQ88B5CJBRC4SKWX8B394TR19HTNHRCEUWMLIJCPBMD03T18API3U3H4Y38DY4HH40EVVXDRC6AEF' where id=50; -update noar ti set v3='2Y4IEE44CZIVJGG3BGLHB716UH5O4VXM68VM0FH98H3QSGAI8O2KBX0ETV3H2GGI2PD4Z07MHPCONPUBPSW3YBGJWPNGFDXB37LFR42K50JC7U77P0RAC1TE178LD01S0FRFQ5JSKW92H56CO0I90SLALKABB0ABWCK28UF4Q2N7UIFIQXUMNQ88B5CJBRC4SKWX8B394TR19HTNHRCEUWMLIJCPBMD03T18API3U3H4Y38DY4HH40EVVXDRC6AEF' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9KAHWAZ10DNAUVX8VNCBF3YLYN9PX46Z5G90PYYNZLGZCPQWJIARY2NCSHOTWR3I6NLGMQHVPCOKSC3AFORY2GCJSOIAVUOP2N6RQSX42S6871K6M3O4QTKLMLQNMLJ4DOQWYRIRAI1RV021FVCT0YP79ILOEWQCIDQVBDP7MMCZIIGOFBQU87QC8YUZIZMN1STRRC8ZQULPVG3PA4M0IPCM198HH95X2UEIGL671YCYIJPUIBYFBK6LODY8RO9EE' where id=51; -update noar ti set v0='9KAHWAZ10DNAUVX8VNCBF3YLYN9PX46Z5G90PYYNZLGZCPQWJIARY2NCSHOTWR3I6NLGMQHVPCOKSC3AFORY2GCJSOIAVUOP2N6RQSX42S6871K6M3O4QTKLMLQNMLJ4DOQWYRIRAI1RV021FVCT0YP79ILOEWQCIDQVBDP7MMCZIIGOFBQU87QC8YUZIZMN1STRRC8ZQULPVG3PA4M0IPCM198HH95X2UEIGL671YCYIJPUIBYFBK6LODY8RO9EE' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JRRFBWT3MDK1VJR7GS0Y6EPQ755EVK4V5OOCXKKO4OKTAD2GFM0GFCYR66Z753H15CK2K4Q708CXAADGRV5QFBI5X96COO90GI0IIXKO01ADVJYJFC2AHXZSPE0IJAPYATBPL4XUBYLYTU13MACVU3XBUP6KTQ51BLU5DZJCTK9PR46AU4AU7LRNAP5AZF0YCGHV7ACK90XEO6H8KOYOFYPCNF065RUGM3JWCVC5LUDPJDSGA4I8SZ2I48IRX9NQK' where id=51; -update noar ti set v1='JRRFBWT3MDK1VJR7GS0Y6EPQ755EVK4V5OOCXKKO4OKTAD2GFM0GFCYR66Z753H15CK2K4Q708CXAADGRV5QFBI5X96COO90GI0IIXKO01ADVJYJFC2AHXZSPE0IJAPYATBPL4XUBYLYTU13MACVU3XBUP6KTQ51BLU5DZJCTK9PR46AU4AU7LRNAP5AZF0YCGHV7ACK90XEO6H8KOYOFYPCNF065RUGM3JWCVC5LUDPJDSGA4I8SZ2I48IRX9NQK' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DT8A7KD7QYXD1I317W44YGUSBL22DITUVKYKNT571EHPOW96XW6LTS3JRVOHW3Q0VLF8XEY6KLV05G6K2YLZEW0TMVBH5W02384Y17V1MILYCAXZMF5HGRBPUQPNE90S85AM6M0HNHLQKP9I0OJJC3CJ18S29BD1CMJXHF1SX119EN8T3RDXCI7T77EP655KYQJ5C8OA3V20FDY01UIBYB4KR7NZ2W60ZNY00AADOHIAN0CNHT8RXUI586Z65LOPZ' where id=51; -update noar ti set v2='DT8A7KD7QYXD1I317W44YGUSBL22DITUVKYKNT571EHPOW96XW6LTS3JRVOHW3Q0VLF8XEY6KLV05G6K2YLZEW0TMVBH5W02384Y17V1MILYCAXZMF5HGRBPUQPNE90S85AM6M0HNHLQKP9I0OJJC3CJ18S29BD1CMJXHF1SX119EN8T3RDXCI7T77EP655KYQJ5C8OA3V20FDY01UIBYB4KR7NZ2W60ZNY00AADOHIAN0CNHT8RXUI586Z65LOPZ' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SNHO586PPIZR0DG5HB9LTH3OAJDR144L4XU36B2AXRPRMT962ICONI83IM9DA09HAI00SXIN2D05X8Y3PZEDD6QWKJAT3NEYGCPYBMSW6A71BNL0VU0PP18FYPS8SDP2RYQHNO21XG79X7X8O9JO739K701LARL9GCV08H02WDC712I4I6N579H8J3BLB99N1P7WXNSGMNGYIAL5GJSY73A27CGDA7335YCZWGNV7NVF6SNTD3Q2ESRQ3Z46FQ3PY' where id=51; -update noar ti set v3='SNHO586PPIZR0DG5HB9LTH3OAJDR144L4XU36B2AXRPRMT962ICONI83IM9DA09HAI00SXIN2D05X8Y3PZEDD6QWKJAT3NEYGCPYBMSW6A71BNL0VU0PP18FYPS8SDP2RYQHNO21XG79X7X8O9JO739K701LARL9GCV08H02WDC712I4I6N579H8J3BLB99N1P7WXNSGMNGYIAL5GJSY73A27CGDA7335YCZWGNV7NVF6SNTD3Q2ESRQ3Z46FQ3PY' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YJVAP3M8GHRF00KTP134RRE07NBYCXP67FYM7F2RQBAUV5LZAESBVU6ANEG7XZ9OD7SGDHLR6U94TIQWHLCXPFTNERL3RSXH49L2H3RXCRBYXI4TIM98QHEFHXW1Y3HNEANNV5D9TPTTENGEBMNRO84Z4SR3K7CMJI0MKDVLP7MH9EC3YKYZDG0S1RPMCDS1Y25B5B1UN84K7RAU01X6T1S3S30KP86C3WPU1QZF7K46G1NYXOVI6RF1ZPFFVNA85' where id=52; -update noar ti set v0='YJVAP3M8GHRF00KTP134RRE07NBYCXP67FYM7F2RQBAUV5LZAESBVU6ANEG7XZ9OD7SGDHLR6U94TIQWHLCXPFTNERL3RSXH49L2H3RXCRBYXI4TIM98QHEFHXW1Y3HNEANNV5D9TPTTENGEBMNRO84Z4SR3K7CMJI0MKDVLP7MH9EC3YKYZDG0S1RPMCDS1Y25B5B1UN84K7RAU01X6T1S3S30KP86C3WPU1QZF7K46G1NYXOVI6RF1ZPFFVNA85' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7PWERZDMXS5W3D0RULJNJUIL3O480IR9MIYLGWXHNIYIU9HP38MUP1DA9D6NSEHZ2XL0RTIUI0EEAQV56KOHSAMJY8KYBV52CBO2HLRIQZQYHZZ4TBFHQH23RNMXEIFGXR2KVYU4QFQX5WRIOE1X40TOK58YVP8RU48HR8088RE5J27Y2GRCAKP7OE6DJFCJMHGSRNAY47LYE8FY4EWNI2UK0OEDMAV71EPOU043URXT6TLOC0G6LKMHLHZ285MLJ' where id=52; -update noar ti set v1='7PWERZDMXS5W3D0RULJNJUIL3O480IR9MIYLGWXHNIYIU9HP38MUP1DA9D6NSEHZ2XL0RTIUI0EEAQV56KOHSAMJY8KYBV52CBO2HLRIQZQYHZZ4TBFHQH23RNMXEIFGXR2KVYU4QFQX5WRIOE1X40TOK58YVP8RU48HR8088RE5J27Y2GRCAKP7OE6DJFCJMHGSRNAY47LYE8FY4EWNI2UK0OEDMAV71EPOU043URXT6TLOC0G6LKMHLHZ285MLJ' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ABTN68797XZX1XLT9UYN6TW14OVIYIMEUOTGE0CL2FD0D65APM7UZN4CDF6Q4JKLWGUU2DWKMKTUKZSXIH3J3XXV1YNDMC8C9HAYQ8118P9FRH30I430WD8AUQXM6MSI6SGDFT0CSAHWVPEZL1PEIE453GF38116NVPVB9YMYOOYGE3ZPUP5H4MZ9G3JZKEGPBGJ2HD26M18SPOBNJTEUSFZHRCCACIE3BD18BLOMVB4MJ2MKVSIWBO1A26T69X1P' where id=52; -update noar ti set v2='ABTN68797XZX1XLT9UYN6TW14OVIYIMEUOTGE0CL2FD0D65APM7UZN4CDF6Q4JKLWGUU2DWKMKTUKZSXIH3J3XXV1YNDMC8C9HAYQ8118P9FRH30I430WD8AUQXM6MSI6SGDFT0CSAHWVPEZL1PEIE453GF38116NVPVB9YMYOOYGE3ZPUP5H4MZ9G3JZKEGPBGJ2HD26M18SPOBNJTEUSFZHRCCACIE3BD18BLOMVB4MJ2MKVSIWBO1A26T69X1P' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BME8T6JHZK2ADGLZNTMFMJVCKJM18KRG5LY1VDP1AX324XAWOKZZ1L0HPYLHVEK3U6VZWPEBZRHOLBXQHKIL2275L8I65EIZDNTWFSVHXEM8AUDDFVLZGYL8D7TQ4ANRHBXYMQ02JO87CEC8R4HIXUGSPK3HLWHEM3VDGF5BBKCUJXE5MGNOCM5Z6111C8TGS937QI7FLWOE13MX0U718H2VEIAMPCYD9UIB83RPRBOQ4MSE81G88OD5PB4USJQTT' where id=52; -update noar ti set v3='BME8T6JHZK2ADGLZNTMFMJVCKJM18KRG5LY1VDP1AX324XAWOKZZ1L0HPYLHVEK3U6VZWPEBZRHOLBXQHKIL2275L8I65EIZDNTWFSVHXEM8AUDDFVLZGYL8D7TQ4ANRHBXYMQ02JO87CEC8R4HIXUGSPK3HLWHEM3VDGF5BBKCUJXE5MGNOCM5Z6111C8TGS937QI7FLWOE13MX0U718H2VEIAMPCYD9UIB83RPRBOQ4MSE81G88OD5PB4USJQTT' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VVDXG9N95ESO8IZRXAB7BA7WWBVNQW2ZJ65ISS288DK86W5ZL00OLY8T643JXCH9W3AL4H0RP44RH3LVLKROYRI0NYM27I0Q50IJVBNHJBDZN44DU53NZ0200DTHY481FVC4X5S1PTY6KVTJ7J222HBBNHI5MKROU0MPHVS0RBEP934UBIGS9MZVXMCKQRTDR6MI93B699XQGIHY40TIPI3L21QTI0873ZVZGWNEEY7P8T36M1F2VVPX6HS5SWM5O' where id=53; -update noar ti set v0='VVDXG9N95ESO8IZRXAB7BA7WWBVNQW2ZJ65ISS288DK86W5ZL00OLY8T643JXCH9W3AL4H0RP44RH3LVLKROYRI0NYM27I0Q50IJVBNHJBDZN44DU53NZ0200DTHY481FVC4X5S1PTY6KVTJ7J222HBBNHI5MKROU0MPHVS0RBEP934UBIGS9MZVXMCKQRTDR6MI93B699XQGIHY40TIPI3L21QTI0873ZVZGWNEEY7P8T36M1F2VVPX6HS5SWM5O' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='QHS4I64K5EI379CFKU6BR5HOCUT4XAY72IRWTQM18YK6CPKGF3ZEUQQZ9TDB4R2BFXSG6SM8BHSQ6AKMN87UZ7L6AF8TCDG5EOWIZYHFVHYR7B4FAW9MVB4QWC354YLE1RV0YUZ6RZI5HHJW9JQXP9R0IOPD9GL9O4F7ANDCN2EHIQATI2UJ89IBNMZRJG2T56KNTL0J87BHL8OA5KXCXK9G69JDZVT8GIE2CS4LT352VKMTLKI5BR8X8C33MCHL3' where id=53; -update noar ti set v1='QHS4I64K5EI379CFKU6BR5HOCUT4XAY72IRWTQM18YK6CPKGF3ZEUQQZ9TDB4R2BFXSG6SM8BHSQ6AKMN87UZ7L6AF8TCDG5EOWIZYHFVHYR7B4FAW9MVB4QWC354YLE1RV0YUZ6RZI5HHJW9JQXP9R0IOPD9GL9O4F7ANDCN2EHIQATI2UJ89IBNMZRJG2T56KNTL0J87BHL8OA5KXCXK9G69JDZVT8GIE2CS4LT352VKMTLKI5BR8X8C33MCHL3' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='69PMN7LPEUKCD1F98FHR3VNX0TEGV0Q1TNNR16NWKW3ODHO4OSIH7CBWO0N8N45F5SVVC3COIJ43P9W9CO67V9RK2256JGUXMGL4HHLZ9C6QLME8IJYV2OB14RHOUC3773EI87QKVK58JZNAS65GELEWQFU93EP1LCVBPXI7CQL94FCHEKQ060BD0H8CO4BRDWY3KZVIRNAB8Q28KLWDH8R34NSUPN4WCOJ46DWZBXUT93L3A58J79314YWZM9RR9' where id=53; -update noar ti set v2='69PMN7LPEUKCD1F98FHR3VNX0TEGV0Q1TNNR16NWKW3ODHO4OSIH7CBWO0N8N45F5SVVC3COIJ43P9W9CO67V9RK2256JGUXMGL4HHLZ9C6QLME8IJYV2OB14RHOUC3773EI87QKVK58JZNAS65GELEWQFU93EP1LCVBPXI7CQL94FCHEKQ060BD0H8CO4BRDWY3KZVIRNAB8Q28KLWDH8R34NSUPN4WCOJ46DWZBXUT93L3A58J79314YWZM9RR9' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WQXSFYOTDQVPELU3QL0ROQ6Z0ES0DL34NV77V594W4MQJYUR1HWC102D4A3UZW6HFY6JFY2TU9KZ3PUHPVO2QHM50OD4OVRHSGF323TMPPBDHQMSIFHPULH6LW99FDD7V1XEHSRKUL7YNGEH6RUPE97P3L9883Y6Z98APJ6KJPVQNLESADXC79LT5W82M3ALIMMIF3ELDIE8UNMJA6GWLXH17FIH8R26N842SD2W6CLN2LIG550Y5PMO2JFC0DF3B' where id=53; -update noar ti set v3='WQXSFYOTDQVPELU3QL0ROQ6Z0ES0DL34NV77V594W4MQJYUR1HWC102D4A3UZW6HFY6JFY2TU9KZ3PUHPVO2QHM50OD4OVRHSGF323TMPPBDHQMSIFHPULH6LW99FDD7V1XEHSRKUL7YNGEH6RUPE97P3L9883Y6Z98APJ6KJPVQNLESADXC79LT5W82M3ALIMMIF3ELDIE8UNMJA6GWLXH17FIH8R26N842SD2W6CLN2LIG550Y5PMO2JFC0DF3B' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='K451G7CBWQ1GDYNQ2IJVP4WCF11S8GN9SWKENYCC1D7693YTX6GUAZC47G4AGAT6BFOKT478NF86E5O4O68XEB11Y43CDZPK8AKQJKDUO7CW81D3CHBI7KFLVUY3PU3RLGXUR3HIM1SEVZQEWQI2I4RNGV3CCFYSR0NT2I2WPE5Z4EHT756BNSOI1ZCHGE92XX7MURLZURPF3OAKHDVKGZTBBN0BEKHIGPATVYBX2L7DR5Z6YYOTP1640E8BWT7CK' where id=54; -update noar ti set v0='K451G7CBWQ1GDYNQ2IJVP4WCF11S8GN9SWKENYCC1D7693YTX6GUAZC47G4AGAT6BFOKT478NF86E5O4O68XEB11Y43CDZPK8AKQJKDUO7CW81D3CHBI7KFLVUY3PU3RLGXUR3HIM1SEVZQEWQI2I4RNGV3CCFYSR0NT2I2WPE5Z4EHT756BNSOI1ZCHGE92XX7MURLZURPF3OAKHDVKGZTBBN0BEKHIGPATVYBX2L7DR5Z6YYOTP1640E8BWT7CK' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='IMPDJLFC0K0EHX90WZNJMZ1HSANIUK2M2EV1ODSS7CDICR8MXIHIP49A2TCJA95TN7YSKXZZPCS1GCG69QUU80F650W6SZ2T7L4XZ6ZZJE3MZYEENSU6B3APHR44S5XCYRV5GWOEHXH3DOHOETADYNF838LO9OHQTDP32XP3LV99STJ8V3UL3X9RXXNMYK63VKIHQRRLZB6SITJCWP95A1XYUXBQOCI1BO1JHMY38PXZOHXLPPG2CZYIBAV6NQ3ZF' where id=54; -update noar ti set v1='IMPDJLFC0K0EHX90WZNJMZ1HSANIUK2M2EV1ODSS7CDICR8MXIHIP49A2TCJA95TN7YSKXZZPCS1GCG69QUU80F650W6SZ2T7L4XZ6ZZJE3MZYEENSU6B3APHR44S5XCYRV5GWOEHXH3DOHOETADYNF838LO9OHQTDP32XP3LV99STJ8V3UL3X9RXXNMYK63VKIHQRRLZB6SITJCWP95A1XYUXBQOCI1BO1JHMY38PXZOHXLPPG2CZYIBAV6NQ3ZF' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='70WYQKTFS682JBEWD82T2YY384U1LZIQMJFGRPYL2JEUQR28AWQ19ATEWXONOKGXEON0TMW107Z1ZXZY2OC3O4FMBPUDH3Q6ILCW3VJHEES8KDZCYP8ZJAYB28Q9189FJ6744G8IHMZPTCY9LSJPLGIP38GAHEOETBGTPSETFSMNI2YW17FZQZ299CYHXQHN70RM4A04M6CQG0E7HPU4GRHKKE0Z82PM47DNB8ZY3LUUT6242SUDD4P3FU5HXV3Y1' where id=54; -update noar ti set v2='70WYQKTFS682JBEWD82T2YY384U1LZIQMJFGRPYL2JEUQR28AWQ19ATEWXONOKGXEON0TMW107Z1ZXZY2OC3O4FMBPUDH3Q6ILCW3VJHEES8KDZCYP8ZJAYB28Q9189FJ6744G8IHMZPTCY9LSJPLGIP38GAHEOETBGTPSETFSMNI2YW17FZQZ299CYHXQHN70RM4A04M6CQG0E7HPU4GRHKKE0Z82PM47DNB8ZY3LUUT6242SUDD4P3FU5HXV3Y1' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B1QS7BYUJ1G9II6JLAWLFNF3ZDNLLW7Y2VPQI34R83CQZC8L4RFHFQME0VMOO4GC3VG8XBP2FULKWGW9PQOZT7059BO0MCS6M44XEIOQE2JUDG67GLIMSXNWXL7NGN90FUOOSS3T60SM3WPF7JSM2WUMUOI4VY98MLG6J98OD712VGJ1Y65GXZT0PPJQ2WJ8FGGFDDXFQ5PAZ15TPZO5OKUZFXBRU2SXKRX72THILRNIPGETT0EZXEMSGU1Y8DJXJ' where id=54; -update noar ti set v3='B1QS7BYUJ1G9II6JLAWLFNF3ZDNLLW7Y2VPQI34R83CQZC8L4RFHFQME0VMOO4GC3VG8XBP2FULKWGW9PQOZT7059BO0MCS6M44XEIOQE2JUDG67GLIMSXNWXL7NGN90FUOOSS3T60SM3WPF7JSM2WUMUOI4VY98MLG6J98OD712VGJ1Y65GXZT0PPJQ2WJ8FGGFDDXFQ5PAZ15TPZO5OKUZFXBRU2SXKRX72THILRNIPGETT0EZXEMSGU1Y8DJXJ' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FT2E93NV3QCL4IENSLMVPXJLRU9UZU8YDHW4VIDTKVE07PD6P7H57NHA6RLP2ZXKDVQKLX2PU79IC5889CP7L5PBKWHE233WKFD0YI5LT3N9IQVA712JAGK7SE72IW2YXON7UELGIC751UTSA7BFLEQ4OXKAWTXOR89HFWI2WPF2TSY13SZA063F9EO2W0714N1TCC23HVLF2FIZFGHI0NUEL127HE7I1YW9A254IEM4T4CEEP8T613FC5WG05CEN' where id=55; -update noar ti set v0='FT2E93NV3QCL4IENSLMVPXJLRU9UZU8YDHW4VIDTKVE07PD6P7H57NHA6RLP2ZXKDVQKLX2PU79IC5889CP7L5PBKWHE233WKFD0YI5LT3N9IQVA712JAGK7SE72IW2YXON7UELGIC751UTSA7BFLEQ4OXKAWTXOR89HFWI2WPF2TSY13SZA063F9EO2W0714N1TCC23HVLF2FIZFGHI0NUEL127HE7I1YW9A254IEM4T4CEEP8T613FC5WG05CEN' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UUSG8E3OZ5GU6JFEAZDZTUVPU9D77QDLVFI72LED3KD8M12EEA0MA7PTSZHWQCSFRZR7Y915OWFLXULX76VYURNKPP0CM6RYKF2Y26QBRWT4UF76EOCCYBSJYB2RB0DSRU44C2AOWT9QA29IOUVSYA2TNPVR0ZL6J3NB0I9BY6BD4G3AOYKJ0RRGOUD0Q47A0BS7TSRFCL9O5B82VDZ55AUE1RMCWF2K0X88OIWTZKWG652YYGJRCKUBF5LW5HLVK' where id=55; -update noar ti set v1='UUSG8E3OZ5GU6JFEAZDZTUVPU9D77QDLVFI72LED3KD8M12EEA0MA7PTSZHWQCSFRZR7Y915OWFLXULX76VYURNKPP0CM6RYKF2Y26QBRWT4UF76EOCCYBSJYB2RB0DSRU44C2AOWT9QA29IOUVSYA2TNPVR0ZL6J3NB0I9BY6BD4G3AOYKJ0RRGOUD0Q47A0BS7TSRFCL9O5B82VDZ55AUE1RMCWF2K0X88OIWTZKWG652YYGJRCKUBF5LW5HLVK' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8IHXAKH9PJDI4NBT0U1XF6XCEXWYQGM1YQZWTNIBVGLGMZFOMG90W3OP69W83KI4A660G79B19U3LNBX5TL8TN9D6LSDDAOZHD4S9H95BOS0Y46JT4ESTEIXPGZY1847UTEODJ822CO4OG2OOJZWCZR3O16GVWZ7OVDW5K8M3YISQ0WLH0VRY0PBUMK095ZK4YA2XA68NTRFM70M798Q2IM8QJD6SAXCCHNCTWBEAHNPB9AD9AUFADZF4SRA28NTZ' where id=55; -update noar ti set v2='8IHXAKH9PJDI4NBT0U1XF6XCEXWYQGM1YQZWTNIBVGLGMZFOMG90W3OP69W83KI4A660G79B19U3LNBX5TL8TN9D6LSDDAOZHD4S9H95BOS0Y46JT4ESTEIXPGZY1847UTEODJ822CO4OG2OOJZWCZR3O16GVWZ7OVDW5K8M3YISQ0WLH0VRY0PBUMK095ZK4YA2XA68NTRFM70M798Q2IM8QJD6SAXCCHNCTWBEAHNPB9AD9AUFADZF4SRA28NTZ' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='THPPDHEFNY8IAZKHNH57S5Q5JGI612U28HGOSUYPCO2WHS77MG6Q1EWMX5FE63JQIWIT2OJS3PZYDBOD2KV3MWMYBI36LSW9WLIDFC9PP318YY7N81JEE8KBXG2JWNSXBBBKSEL7ZV7FBU8VAGNPCP8KG1PM5CKDYSVBDIDA7T2C8XH3VT30PH1BHIBS7F884Q0X22531UDULHUNV50L4CKIDJYR6QDYJOWRFW1ONDMPLKYNR1O7R3EUF3PNSEB1Z' where id=55; -update noar ti set v3='THPPDHEFNY8IAZKHNH57S5Q5JGI612U28HGOSUYPCO2WHS77MG6Q1EWMX5FE63JQIWIT2OJS3PZYDBOD2KV3MWMYBI36LSW9WLIDFC9PP318YY7N81JEE8KBXG2JWNSXBBBKSEL7ZV7FBU8VAGNPCP8KG1PM5CKDYSVBDIDA7T2C8XH3VT30PH1BHIBS7F884Q0X22531UDULHUNV50L4CKIDJYR6QDYJOWRFW1ONDMPLKYNR1O7R3EUF3PNSEB1Z' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DGJZ5OJ8R4AZGL4857EH3S8E0NPHE3SW4XXNWRAD7ITLBIK6YMETRJQI5QFEFA6R471R7G4360YFKJJUKFXTDFXXRTZHJ8721BMSDADG5FJE5MMWO9HCOGJVQGRLENPH3H66OHNMGT5URDWZNSOKFHJT5KE7PLKN6CLWSPL6QZLZH7703V9RPJMW5RRZ3UY9JCSJQW8M79S3KKFHPV39IY2L33XUTGZA9D6T39O35EC50EPK3HIWSTJ2ZMI4OZN7D' where id=56; -update noar ti set v0='DGJZ5OJ8R4AZGL4857EH3S8E0NPHE3SW4XXNWRAD7ITLBIK6YMETRJQI5QFEFA6R471R7G4360YFKJJUKFXTDFXXRTZHJ8721BMSDADG5FJE5MMWO9HCOGJVQGRLENPH3H66OHNMGT5URDWZNSOKFHJT5KE7PLKN6CLWSPL6QZLZH7703V9RPJMW5RRZ3UY9JCSJQW8M79S3KKFHPV39IY2L33XUTGZA9D6T39O35EC50EPK3HIWSTJ2ZMI4OZN7D' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YTIQEU3A4OSHIHSIGPYTDDHH92K330QTDKP77E4M7NL4SIU6KTUINUFLDMP060CIG9O7BR8JBT4EK4NZV15J9AYJK4H1WTBH93MSFMWXZ7XZEZCY0PF6TOSOIW3FTA966GCCSO45D0FCXV1S12LSYS50F5QE8QZB2UW9MNBVU567BTFXAPRKXRKN4VNFFRV7BYY2TRTON7GJW6GULABHXCQEZMD6HVD74HP9JXR3QIHHQZ6CT5F8S6A28UXWYNMCW' where id=56; -update noar ti set v1='YTIQEU3A4OSHIHSIGPYTDDHH92K330QTDKP77E4M7NL4SIU6KTUINUFLDMP060CIG9O7BR8JBT4EK4NZV15J9AYJK4H1WTBH93MSFMWXZ7XZEZCY0PF6TOSOIW3FTA966GCCSO45D0FCXV1S12LSYS50F5QE8QZB2UW9MNBVU567BTFXAPRKXRKN4VNFFRV7BYY2TRTON7GJW6GULABHXCQEZMD6HVD74HP9JXR3QIHHQZ6CT5F8S6A28UXWYNMCW' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='M6BC8QTDAGG5OA7OJ2SYLFRKD21LTTSVT80V7U0ELLZM2K4X3ZE57LRFCQIQXWP5HIN8LYKG2665JWNHRTGLCHPW8ROL3NIR1KGQ0DUZ4EDDHRENJHIOHIS5OKWIZ2WIOAEOOB73EFVCLQBHECG7UYMIAN1MWE25AX5AI05M00YNXI6WW3Z19AO59SVIKJ6SLSARG1OXAP4HKK11JJOBI8WLZSGD9YHQN9L8LVEVI30HV9KHV1HSUUJ8VY49M3LXI' where id=56; -update noar ti set v2='M6BC8QTDAGG5OA7OJ2SYLFRKD21LTTSVT80V7U0ELLZM2K4X3ZE57LRFCQIQXWP5HIN8LYKG2665JWNHRTGLCHPW8ROL3NIR1KGQ0DUZ4EDDHRENJHIOHIS5OKWIZ2WIOAEOOB73EFVCLQBHECG7UYMIAN1MWE25AX5AI05M00YNXI6WW3Z19AO59SVIKJ6SLSARG1OXAP4HKK11JJOBI8WLZSGD9YHQN9L8LVEVI30HV9KHV1HSUUJ8VY49M3LXI' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6MD7CL2Y95KE3EWVVTI1LF3VUTYERI7GYMABRNVLRJ5N37SWEVTXPTLQU4A3B7MR7KXC5DRHHO1LAWQYPD7RZA04GCZ7C9YOPODJMQ029IV4QZ31QV90UADVTTNC4OCAHET05IMFZ6TH3RE7C1ZBL2O54EHFAN0LCGUZPMWWGQUU2Z4LG2A0ERHT32OIHPMJ1TR5UNSTSU7QZW9L9MERFPWHH4CHQV8K9XWPGZOH6AZ8E7JL6AVECMHLRBMEJ5LLV' where id=56; -update noar ti set v3='6MD7CL2Y95KE3EWVVTI1LF3VUTYERI7GYMABRNVLRJ5N37SWEVTXPTLQU4A3B7MR7KXC5DRHHO1LAWQYPD7RZA04GCZ7C9YOPODJMQ029IV4QZ31QV90UADVTTNC4OCAHET05IMFZ6TH3RE7C1ZBL2O54EHFAN0LCGUZPMWWGQUU2Z4LG2A0ERHT32OIHPMJ1TR5UNSTSU7QZW9L9MERFPWHH4CHQV8K9XWPGZOH6AZ8E7JL6AVECMHLRBMEJ5LLV' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XY71VYW9EMPQ59SQ7MKUIPNBVBKJ6EM6DQF7GRJTM4SNZHUFK6VRXP24JXYZZ9FP6PCQIAQBHYN6YGD4LQ2OLYN23BJVK8LL8FBS64S6G3YPAZYBNJ7SL495FMZMPO2YNPLY5CXT8P4ZYT9TORHU8N0UWL2LAOW938C81JQLDSZR3FC5NBIOZ5T6AYJHQU1ZEIGYNW7NB1SF245QRL5PR2F9QB9B1YR47LATACOK41JZ2YEJAYJRO3HUN0G3X6VO8' where id=57; -update noar ti set v0='XY71VYW9EMPQ59SQ7MKUIPNBVBKJ6EM6DQF7GRJTM4SNZHUFK6VRXP24JXYZZ9FP6PCQIAQBHYN6YGD4LQ2OLYN23BJVK8LL8FBS64S6G3YPAZYBNJ7SL495FMZMPO2YNPLY5CXT8P4ZYT9TORHU8N0UWL2LAOW938C81JQLDSZR3FC5NBIOZ5T6AYJHQU1ZEIGYNW7NB1SF245QRL5PR2F9QB9B1YR47LATACOK41JZ2YEJAYJRO3HUN0G3X6VO8' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8N0TLAXW3AMYN44ZNRZCK9RFWSBQ4BHA2KFJ9AFUCPGRVUYQ79CGJRUIFS6E94EFXN0WABPM7OUI3D2033SM299S6XTMREPQF92XYTL7THW3IT735Z52PQRT5U0MTPITBY4Q1YZM0GWRUIODEFCTKSDNA554FZJZSKY37MSGJ9AOM0YZEY5N5BYFMS2TG7XJSJZ01E5Q46BTVQSPRJRCD9FUCNXK8GRY12H98ZTSP3EZ3R8ADLL2MS7ZHTSCS99YH' where id=57; -update noar ti set v1='8N0TLAXW3AMYN44ZNRZCK9RFWSBQ4BHA2KFJ9AFUCPGRVUYQ79CGJRUIFS6E94EFXN0WABPM7OUI3D2033SM299S6XTMREPQF92XYTL7THW3IT735Z52PQRT5U0MTPITBY4Q1YZM0GWRUIODEFCTKSDNA554FZJZSKY37MSGJ9AOM0YZEY5N5BYFMS2TG7XJSJZ01E5Q46BTVQSPRJRCD9FUCNXK8GRY12H98ZTSP3EZ3R8ADLL2MS7ZHTSCS99YH' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='181IME83VOFM1CJ5NU5YRDV993DOHGVCBFDSW9JCQ7G7ORXW58239A10UYZV2S4VUKYNFSX159SXDOYX20HRL8CYEFC0M6V0OI07S1P3HIZ6OWDI3TFL5BXGPVBWKWAQQPZRPNKNHLMKEPFEYTP9NOP0KBGT3C5R0Y8YT6JH909BSFAM5HTR0PL7XZV5WLD0O58HELPH3Q1C95ILUGXYN3C4L8GJCP74U7EAPC99K6R7GPI4B6JW5RDI1WWUUF2J2' where id=57; -update noar ti set v2='181IME83VOFM1CJ5NU5YRDV993DOHGVCBFDSW9JCQ7G7ORXW58239A10UYZV2S4VUKYNFSX159SXDOYX20HRL8CYEFC0M6V0OI07S1P3HIZ6OWDI3TFL5BXGPVBWKWAQQPZRPNKNHLMKEPFEYTP9NOP0KBGT3C5R0Y8YT6JH909BSFAM5HTR0PL7XZV5WLD0O58HELPH3Q1C95ILUGXYN3C4L8GJCP74U7EAPC99K6R7GPI4B6JW5RDI1WWUUF2J2' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MAKEOJBJQT3M3QEOZFP2DHZMLBCOELYQCHWNV2TIRRBXWV7JNFMXG1D18OMJVLLNVD72YWNX20OOKWO7MDR1V5ZBW94IMUHZAQCJGY1YX4J8STOMZBBNCKGHA8DBEIGEH9OLGD5QNYRGVLEKTRZEML3P2Q99OT7BURN4G8EIRH68X1WW242ETZDDDU8XDMXQU87Z1AVKZSMF97FLDGLNY8HGCHT1X8PZ1L7UUK3OJG1NH6EWCG50SILBQA3775NUK' where id=57; -update noar ti set v3='MAKEOJBJQT3M3QEOZFP2DHZMLBCOELYQCHWNV2TIRRBXWV7JNFMXG1D18OMJVLLNVD72YWNX20OOKWO7MDR1V5ZBW94IMUHZAQCJGY1YX4J8STOMZBBNCKGHA8DBEIGEH9OLGD5QNYRGVLEKTRZEML3P2Q99OT7BURN4G8EIRH68X1WW242ETZDDDU8XDMXQU87Z1AVKZSMF97FLDGLNY8HGCHT1X8PZ1L7UUK3OJG1NH6EWCG50SILBQA3775NUK' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XNTCK6K8AXJTL5EURR61UE5KL4QI59LWZWL8W0XHOMUS7WY9D712T5QVUN24U5YG4XSSP1M1EPD9T36SGVOJDXE2XE8AKDZE2OM8DEGVT322JE6TBXA3CXAEGTBKI8WH2T29F08IOIW9U0JXKMOZOJD4LQH2R1RBHI9GYU2D2O5JZYETRJSFZILCXY2GSOO87LSGMO4COJJDJ3IMO5HPUC4TY4DPLFU6JNI2JDL7ZMKE78U1ZRFHGZP8C05X825HG' where id=58; -update noar ti set v0='XNTCK6K8AXJTL5EURR61UE5KL4QI59LWZWL8W0XHOMUS7WY9D712T5QVUN24U5YG4XSSP1M1EPD9T36SGVOJDXE2XE8AKDZE2OM8DEGVT322JE6TBXA3CXAEGTBKI8WH2T29F08IOIW9U0JXKMOZOJD4LQH2R1RBHI9GYU2D2O5JZYETRJSFZILCXY2GSOO87LSGMO4COJJDJ3IMO5HPUC4TY4DPLFU6JNI2JDL7ZMKE78U1ZRFHGZP8C05X825HG' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NITS3G6YX1LZILX51R77TPV16QLNHE0JE25FU308BD37CZ1R0UAVX8JVHH2IJA60HOEI2IUE7SCDEXHRXGYWD524FAHFTT7MEESDC35AKU47Z0JP804UFHR0V36WC23TT4NAI0S66ZOT1C5JCYMEF8CV8FSFWYPFJORAHMVA9BDIQT5S5P2MHURY44OHPQTTCCPGJ0YF5V2THSMP7ULLP2LXM3HC8S26ZKHOVFYJ3I9DUPIX7NTG4Q956GL7X7JSU' where id=58; -update noar ti set v1='NITS3G6YX1LZILX51R77TPV16QLNHE0JE25FU308BD37CZ1R0UAVX8JVHH2IJA60HOEI2IUE7SCDEXHRXGYWD524FAHFTT7MEESDC35AKU47Z0JP804UFHR0V36WC23TT4NAI0S66ZOT1C5JCYMEF8CV8FSFWYPFJORAHMVA9BDIQT5S5P2MHURY44OHPQTTCCPGJ0YF5V2THSMP7ULLP2LXM3HC8S26ZKHOVFYJ3I9DUPIX7NTG4Q956GL7X7JSU' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S0H4JFN1MX70SMLWUO4L939QUPPY9RV1GP0A446JOFH838XGFLOXU8T5EVXZQNS6ANFGKYOAM0TWK224MIJC0IHEKMSA4JE202TJ3Q76VG9E3UPRP7ZIO2FXXH5XBUAXYOJ82Y013CBX2K7S9FEV72ZHL1TZTM55O4ZCJU6P1ZR8E1WH59ATFPWAX7TT4NNSZ5F2BDFJH8Z1R7EUBPDO1DBYBOTWE8ZXTKAXUOHPRX8U7P598JXY5A2L86AHJG24S' where id=58; -update noar ti set v2='S0H4JFN1MX70SMLWUO4L939QUPPY9RV1GP0A446JOFH838XGFLOXU8T5EVXZQNS6ANFGKYOAM0TWK224MIJC0IHEKMSA4JE202TJ3Q76VG9E3UPRP7ZIO2FXXH5XBUAXYOJ82Y013CBX2K7S9FEV72ZHL1TZTM55O4ZCJU6P1ZR8E1WH59ATFPWAX7TT4NNSZ5F2BDFJH8Z1R7EUBPDO1DBYBOTWE8ZXTKAXUOHPRX8U7P598JXY5A2L86AHJG24S' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8WV6OJQZC90L4VLFY10MKFJ0JLW94M2U6FB2X95XNEKDFEDOWOR3WIXJ91PBY3JMAG84X3EDN9LEGK8G3TPOO5UTWRFJFXDN84804OMBSI36OKFEXAK5TCA8IVUNAEMNGOJM84XRU6AU88VMYVLXKC91P5N4L900PX9D6BCYZ4HIJS2GSTYFQN8F9ECT1JXYTE7FDPV2Y3D876ALNON62ZI3BB0P7I4QXIYM2PV8AUVWPG558AQRN3BEW7KDGY4KA' where id=58; -update noar ti set v3='8WV6OJQZC90L4VLFY10MKFJ0JLW94M2U6FB2X95XNEKDFEDOWOR3WIXJ91PBY3JMAG84X3EDN9LEGK8G3TPOO5UTWRFJFXDN84804OMBSI36OKFEXAK5TCA8IVUNAEMNGOJM84XRU6AU88VMYVLXKC91P5N4L900PX9D6BCYZ4HIJS2GSTYFQN8F9ECT1JXYTE7FDPV2Y3D876ALNON62ZI3BB0P7I4QXIYM2PV8AUVWPG558AQRN3BEW7KDGY4KA' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9G6I943PKYH7YHR8TW4RND8B97HJ856LCO5NU7KNH7Z2U6U7BTHO5DPFVNXNT9YB4DJQ2T5MOEBM7KUH039MNCN9IV8KDJ8VEJGK6LGN7VPZSB8YQFM5DHD6KGH48URDT7QDRQD3UBJ5ANNBN39NWT99OO0GDMB4PRA1KA4BYIPGHLZK27OCWFSIML3E0ZAE7NV0TID45GZYFZ6X4MFAVTB8TZ9720K9FD0IFD1FTM4L98N8154LTKW9OBHFZZ9DE' where id=59; -update noar ti set v0='9G6I943PKYH7YHR8TW4RND8B97HJ856LCO5NU7KNH7Z2U6U7BTHO5DPFVNXNT9YB4DJQ2T5MOEBM7KUH039MNCN9IV8KDJ8VEJGK6LGN7VPZSB8YQFM5DHD6KGH48URDT7QDRQD3UBJ5ANNBN39NWT99OO0GDMB4PRA1KA4BYIPGHLZK27OCWFSIML3E0ZAE7NV0TID45GZYFZ6X4MFAVTB8TZ9720K9FD0IFD1FTM4L98N8154LTKW9OBHFZZ9DE' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='JFB48J7JXQWZHD2Q6X72OUDC83KI1OT0JUKOF3S0MMZIOV8BU9YMIA22R8WVD69ENZWOB562I69B9LN23EC9RAVBU8ITOMK82XFTX29NACAIXEIH7ANJQX9169M63N6Z5LDBCSQL5Y0W70D2HFALBKGI5XGW9X67YDK5COC0SMK3CJY8YCMP45PDF0GBDV1UR05QSG10DTNTQKLWWPD60SOIUFKAC1VKEBS0ZTFJ7FUPD6Z3COZWENX7ETPYP7P2Z' where id=59; -update noar ti set v1='JFB48J7JXQWZHD2Q6X72OUDC83KI1OT0JUKOF3S0MMZIOV8BU9YMIA22R8WVD69ENZWOB562I69B9LN23EC9RAVBU8ITOMK82XFTX29NACAIXEIH7ANJQX9169M63N6Z5LDBCSQL5Y0W70D2HFALBKGI5XGW9X67YDK5COC0SMK3CJY8YCMP45PDF0GBDV1UR05QSG10DTNTQKLWWPD60SOIUFKAC1VKEBS0ZTFJ7FUPD6Z3COZWENX7ETPYP7P2Z' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6C6KGZNIFUVCEFDBPIPJN6RYHIOYZF79HOT2UBVP65BIQVZFDNPZTI8D8YW5BFJAWTPNFGWUY7LK7EPQHRBVGJBLWJXRK85333TDB3NT1X32IQHBIORHU3SCHXRNUKZ6Y474F7ZKD2YTJR5ZTUR5AHJ82LYEXKGV0B6P5QFD7SBNJVQFNZGL48F7UHLSY4HVQ0NTSQJDGW588624MIIDXKO485ID9ZM0JJCMPB1UZVIS2LLHZC06RHQ9ZKXEFACHZ' where id=59; -update noar ti set v2='6C6KGZNIFUVCEFDBPIPJN6RYHIOYZF79HOT2UBVP65BIQVZFDNPZTI8D8YW5BFJAWTPNFGWUY7LK7EPQHRBVGJBLWJXRK85333TDB3NT1X32IQHBIORHU3SCHXRNUKZ6Y474F7ZKD2YTJR5ZTUR5AHJ82LYEXKGV0B6P5QFD7SBNJVQFNZGL48F7UHLSY4HVQ0NTSQJDGW588624MIIDXKO485ID9ZM0JJCMPB1UZVIS2LLHZC06RHQ9ZKXEFACHZ' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='58W1GV25XYESW7KJ89OO4NEWR5L7ZFVKR8D4GTDW3M07UOA1FO9ZQBD6EN0WBO96KR1745XDYI4YP73DOMCA00QVV085QLBAYM08XBAULF0FJRX65ZTH5VQ7USAFX28WGDSL71W57LQGFFIFSQPZ4CS4JM1A64Z87IRYCRABUKSVRE42J98EDN8QADYINB2H2ZFZ1TVPMA5716GFT4HRQMUME5YSZPDX7CU80D1ZDAWI0WHBJMCPMMJ2SR52TP9SG' where id=59; -update noar ti set v3='58W1GV25XYESW7KJ89OO4NEWR5L7ZFVKR8D4GTDW3M07UOA1FO9ZQBD6EN0WBO96KR1745XDYI4YP73DOMCA00QVV085QLBAYM08XBAULF0FJRX65ZTH5VQ7USAFX28WGDSL71W57LQGFFIFSQPZ4CS4JM1A64Z87IRYCRABUKSVRE42J98EDN8QADYINB2H2ZFZ1TVPMA5716GFT4HRQMUME5YSZPDX7CU80D1ZDAWI0WHBJMCPMMJ2SR52TP9SG' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='I73EEGL2XCVDFM7A1MMQA51II6O4Z5CURTJLOQUT8WU5MUQIHB9S3XBE2KYV6FIZSJBAWKORN9R8C18FJNGKRUEOZP2CAK5Z7ARBHDZP32OQ1QXKO3I4CVKY0P7L806TSOAO5K8J5TKQUKXKTGXA1SXEVVKD3RIX27U5BGXKD3G8OAXIJP0MYPLZODODEZA0S9P135GCMXK1OXIEAVQY89SKZJRP7497GNUMYBLA822NZV866G5RKQ2TW22RG8B9E' where id=60; -update noar ti set v0='I73EEGL2XCVDFM7A1MMQA51II6O4Z5CURTJLOQUT8WU5MUQIHB9S3XBE2KYV6FIZSJBAWKORN9R8C18FJNGKRUEOZP2CAK5Z7ARBHDZP32OQ1QXKO3I4CVKY0P7L806TSOAO5K8J5TKQUKXKTGXA1SXEVVKD3RIX27U5BGXKD3G8OAXIJP0MYPLZODODEZA0S9P135GCMXK1OXIEAVQY89SKZJRP7497GNUMYBLA822NZV866G5RKQ2TW22RG8B9E' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='H7DSCRP710JNTL15CAT1LXSWBOP9D09FMYNBZXIO50DPXHVO8BY7AOZV0GYLM4Y4YI0BGL2NZ9NWRIXR23PSZJ2RXTLN51F8VN26CTSVN80Y2955254SZB85WZWHFYL8AAG6OSH45J4LQZL85GX026L44EYPFCK1RM2MI3PR7BTAJHUQRRFT4CR7YVAQDZTUV6RDSN45PVK4CTHCF6EJYFTQPZ4VEOXM1ORU0LYWEUTL9N2K9EAXO6AJG81DVVYQA' where id=60; -update noar ti set v1='H7DSCRP710JNTL15CAT1LXSWBOP9D09FMYNBZXIO50DPXHVO8BY7AOZV0GYLM4Y4YI0BGL2NZ9NWRIXR23PSZJ2RXTLN51F8VN26CTSVN80Y2955254SZB85WZWHFYL8AAG6OSH45J4LQZL85GX026L44EYPFCK1RM2MI3PR7BTAJHUQRRFT4CR7YVAQDZTUV6RDSN45PVK4CTHCF6EJYFTQPZ4VEOXM1ORU0LYWEUTL9N2K9EAXO6AJG81DVVYQA' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='N3HL95RWNSMG5ULYW73MZAM9IJWAZTBW9V2Q77KUR45USYWZCFC135QQ808B9LH4RS7CN7JTPAE7997W8B5MFLGGZA94SOOE5STFWB423VIQU2JPCGKANAY9548RLVXFK614WN1U00TQMMOO3HJWDDPU6MQZ6YF9QHSPYR1KFM6E67DY39E3FF6D4Z4J3NXTZD7P3M4YRHYVW51UXZJJ0NXKK49L7AEK8SE3R0W6KH3IHNCLRU410JFRI6Z514U56' where id=60; -update noar ti set v2='N3HL95RWNSMG5ULYW73MZAM9IJWAZTBW9V2Q77KUR45USYWZCFC135QQ808B9LH4RS7CN7JTPAE7997W8B5MFLGGZA94SOOE5STFWB423VIQU2JPCGKANAY9548RLVXFK614WN1U00TQMMOO3HJWDDPU6MQZ6YF9QHSPYR1KFM6E67DY39E3FF6D4Z4J3NXTZD7P3M4YRHYVW51UXZJJ0NXKK49L7AEK8SE3R0W6KH3IHNCLRU410JFRI6Z514U56' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='E5K3CYRB81ZAUEHY3IKPV60QVDE8H66DXJ6X2CCFQLJWDIYJ88W3IHJ0N59OYZNLCGZBDWXWVINI5P3GNZWV9TDCRA5H6SNTNNO1FSST8XB1C3FTOXJ8DNUS8VGWZ6VIV3XG48LWP7TAFE0WNRG6GBV8Z5UNGSA0RUVG4W1YV79AT1J6SZB0UFFRECY88HJD8Z0P68GSA82BBTKXFQMFKV095A42KKBE3BTUGQBFU654Z8H4X1W328JIHYKSNJ5Z7' where id=60; -update noar ti set v3='E5K3CYRB81ZAUEHY3IKPV60QVDE8H66DXJ6X2CCFQLJWDIYJ88W3IHJ0N59OYZNLCGZBDWXWVINI5P3GNZWV9TDCRA5H6SNTNNO1FSST8XB1C3FTOXJ8DNUS8VGWZ6VIV3XG48LWP7TAFE0WNRG6GBV8Z5UNGSA0RUVG4W1YV79AT1J6SZB0UFFRECY88HJD8Z0P68GSA82BBTKXFQMFKV095A42KKBE3BTUGQBFU654Z8H4X1W328JIHYKSNJ5Z7' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BC23ZSPXJFKOKVCR20RS9DYV100NC2SQ5PWICSU1N9CLH1X8FGLI43SP74I97O1I7P6D8Y09PWU3FFAJ6WAWKV9DDDSIT6JUL85R7JAX44WF307AMNP0WAKCRKE5Z8XTMNFJ5PQW2OR9CWMOYLS2ZYLSO7CLMI5XZC9KCAB21PHHY2IF3QJDGDFWYXV9MHYHHIP5QJOP41AZT4L1L3JIKBOTBSPGCIWBP8651VXJPSZOJNAT1PIM8EPRXWGE6LD3Z' where id=61; -update noar ti set v0='BC23ZSPXJFKOKVCR20RS9DYV100NC2SQ5PWICSU1N9CLH1X8FGLI43SP74I97O1I7P6D8Y09PWU3FFAJ6WAWKV9DDDSIT6JUL85R7JAX44WF307AMNP0WAKCRKE5Z8XTMNFJ5PQW2OR9CWMOYLS2ZYLSO7CLMI5XZC9KCAB21PHHY2IF3QJDGDFWYXV9MHYHHIP5QJOP41AZT4L1L3JIKBOTBSPGCIWBP8651VXJPSZOJNAT1PIM8EPRXWGE6LD3Z' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='70K25FRSSEQYO12G0KVXDEK7D1JYFVO6C4STN7GGMZTTQD1P067ZYLYZHZEZ8JTJQE2AUNIN27OVAX1S4BU7USZ21FXN2YJAQO8AL417DELPSJF48JS6MIH4WO936IWBF5AJDATB25GO7LWCMRO26TTV1VRRY5LVBVL0JUE8H07GV9KRLDZWGC1ZNJH7C65A262WZPUV6JZVEQH1G1U9W0Y164DCX9WD4UGB7DSQWARN8EBJCKMMCF7A0G1QV8ITL' where id=61; -update noar ti set v1='70K25FRSSEQYO12G0KVXDEK7D1JYFVO6C4STN7GGMZTTQD1P067ZYLYZHZEZ8JTJQE2AUNIN27OVAX1S4BU7USZ21FXN2YJAQO8AL417DELPSJF48JS6MIH4WO936IWBF5AJDATB25GO7LWCMRO26TTV1VRRY5LVBVL0JUE8H07GV9KRLDZWGC1ZNJH7C65A262WZPUV6JZVEQH1G1U9W0Y164DCX9WD4UGB7DSQWARN8EBJCKMMCF7A0G1QV8ITL' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7NF99XEP5HPBEHHYT23I5WZ6U3K87JOY7JNK3K5RE2J1N4RJ52WGPHELFTZ5333SY6BBODGVFH8K66CUDDJHQX25H2ZW36BUE9IF1ALPS5UY762D3KMEZVFHHG720IUOLSDT92UYXE7LUOC054GGFZ2Y7Q320DFM98WGIO162M0O1M7Y998ERE4BZ3S0IOPOG5ZKV1OCFJ3V2TJX3JNSWT54CQBKVQ3XN0OUYXU2V34OXBV2RKVYIVI3D59AR3MX2' where id=61; -update noar ti set v2='7NF99XEP5HPBEHHYT23I5WZ6U3K87JOY7JNK3K5RE2J1N4RJ52WGPHELFTZ5333SY6BBODGVFH8K66CUDDJHQX25H2ZW36BUE9IF1ALPS5UY762D3KMEZVFHHG720IUOLSDT92UYXE7LUOC054GGFZ2Y7Q320DFM98WGIO162M0O1M7Y998ERE4BZ3S0IOPOG5ZKV1OCFJ3V2TJX3JNSWT54CQBKVQ3XN0OUYXU2V34OXBV2RKVYIVI3D59AR3MX2' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='A7T0NQ8ASJMHXYNYEY42ICFARK4Q410H42IKEI4DYXW0OQHL6BDAZM03HBYDZI40TE350CENWYK1L61OAOE9FE9IZYLB7MB5TFXODXN67HXUGJ941G4PE2J7MAL3UNGG1DSBF5UAX5WZIBIHXP7JP710PGG2VBVMVRHY28N10SKQOSUDGL9MXX5G7BNOHXJXAA4L106CRENDM3U4V97UBVBJMK3VCXG02OTA9MJ51KKB2N5RZWYO3IPBMN4MIDVF5' where id=61; -update noar ti set v3='A7T0NQ8ASJMHXYNYEY42ICFARK4Q410H42IKEI4DYXW0OQHL6BDAZM03HBYDZI40TE350CENWYK1L61OAOE9FE9IZYLB7MB5TFXODXN67HXUGJ941G4PE2J7MAL3UNGG1DSBF5UAX5WZIBIHXP7JP710PGG2VBVMVRHY28N10SKQOSUDGL9MXX5G7BNOHXJXAA4L106CRENDM3U4V97UBVBJMK3VCXG02OTA9MJ51KKB2N5RZWYO3IPBMN4MIDVF5' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5E4N4TIDSTDNDHHKRACEGMD6B7F64VPYY6J0Y4SJSF4BX26CWN4BLA4QAJH0ED2MMAXWOXX74E5TY7D3STMQ0A7SWZEUMPLGNTE92CZWORV3HSNYBFNBMX5B4AQMJZWAYNN4Z2X0YX36ZN1Q3S8PMMX4I63MXQNW7OQ5NVR7KKO0XIZI5N4KOATMWN8ZZFQ1XEQULEFWVP0IGROQ1UTN1PB6A2QDD3J8F3FK4NS7AP061XFSOOPH6Q69BYH28NR1C' where id=62; -update noar ti set v0='5E4N4TIDSTDNDHHKRACEGMD6B7F64VPYY6J0Y4SJSF4BX26CWN4BLA4QAJH0ED2MMAXWOXX74E5TY7D3STMQ0A7SWZEUMPLGNTE92CZWORV3HSNYBFNBMX5B4AQMJZWAYNN4Z2X0YX36ZN1Q3S8PMMX4I63MXQNW7OQ5NVR7KKO0XIZI5N4KOATMWN8ZZFQ1XEQULEFWVP0IGROQ1UTN1PB6A2QDD3J8F3FK4NS7AP061XFSOOPH6Q69BYH28NR1C' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LLCAJ6M5UL1JWPB3Z8QN63YSPHN25ZLAEHB7UT6V9Y49O6439JCOFK38IR99104NH4MVL3L16U7PE5X0NNRJQE334PKHCG6FC8YI29HRFCAX04YBJJPCMNKHGZJ00G4LJ6I1MRNXM2FK561GH31RKFYL88XJ3133ET839CTKPCHW5OSLZA50MZBWI8GN70F5NH27XN2Q2BU7GC05ZRZ1LSQ60OT1GTZNAJE48WP61ZBMFY1YJC5D5YGI3RE66K54F' where id=62; -update noar ti set v1='LLCAJ6M5UL1JWPB3Z8QN63YSPHN25ZLAEHB7UT6V9Y49O6439JCOFK38IR99104NH4MVL3L16U7PE5X0NNRJQE334PKHCG6FC8YI29HRFCAX04YBJJPCMNKHGZJ00G4LJ6I1MRNXM2FK561GH31RKFYL88XJ3133ET839CTKPCHW5OSLZA50MZBWI8GN70F5NH27XN2Q2BU7GC05ZRZ1LSQ60OT1GTZNAJE48WP61ZBMFY1YJC5D5YGI3RE66K54F' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DXZ8JCRWV7Q0DSTX0TLW5XX0CZSZN5FFY6IWU7FCDADX86Q9JFVG4LNV0FUQQ6NFJJ4WI0TT1QK3VMA5O1VMX4Y3AWK6DJJTMU841BEP79RSHJIXR3A40KO7B45OX9Z1EHD75DWB7MYTI8QYRUJWATPBVD5D37KABKFFOIZ4AA7FP7CRM4FEWVIIQOM5KFZIQ4IYMLCZ41KASQVM2N0D51AQVJC2QKHRJ1462B2WYO7X4MPIBTKMNL5E2QJ6TEXRY' where id=62; -update noar ti set v2='DXZ8JCRWV7Q0DSTX0TLW5XX0CZSZN5FFY6IWU7FCDADX86Q9JFVG4LNV0FUQQ6NFJJ4WI0TT1QK3VMA5O1VMX4Y3AWK6DJJTMU841BEP79RSHJIXR3A40KO7B45OX9Z1EHD75DWB7MYTI8QYRUJWATPBVD5D37KABKFFOIZ4AA7FP7CRM4FEWVIIQOM5KFZIQ4IYMLCZ41KASQVM2N0D51AQVJC2QKHRJ1462B2WYO7X4MPIBTKMNL5E2QJ6TEXRY' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EUCJBIRS74PFT45AO86R084LRGIZ89P5S8TGU79I5A2X05QP83SGBNECXOQR22UEJ0BDJ9OSO5GICJDX9GSE8C1F2AGV0J13NIPQE8R5X3BF241W1GB7YHXFADQ3F1OLOOYPHZ16BMQKRVM94YOXS4127AWB2OZKOS8V8KU40PO8VUOMJVN0KG5ITQPP7W39HE80AWW8FE8LJTCNYBEL9OW6RFL8D8XGUVMN8GS6YQPDUWWQPCOY0DH9DZZX1QALS' where id=62; -update noar ti set v3='EUCJBIRS74PFT45AO86R084LRGIZ89P5S8TGU79I5A2X05QP83SGBNECXOQR22UEJ0BDJ9OSO5GICJDX9GSE8C1F2AGV0J13NIPQE8R5X3BF241W1GB7YHXFADQ3F1OLOOYPHZ16BMQKRVM94YOXS4127AWB2OZKOS8V8KU40PO8VUOMJVN0KG5ITQPP7W39HE80AWW8FE8LJTCNYBEL9OW6RFL8D8XGUVMN8GS6YQPDUWWQPCOY0DH9DZZX1QALS' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='39CFH1HQ8UOXCI9E2R28NE4YAHBBVFY9E36BP0LS587UL44S2XTUFIVBWFPODZ5A6PO5LWXVFF1MSPK1U5XT813NZUAZJMJLK7ZD2YL39NTPG2NXZB134HGFCMTO50BCUQXWCZK5WXH03U7SO5T9Q8O2CV5H6EK7FVNBGIKTGUOWXM0TP3F566THK22OA7IQJUD19TV5OKLVY8XUONQGAE10YIDQCNTD5GOZ9IRZ3HING2MQMYPN5R8UB1GPTA6JA' where id=63; -update noar ti set v0='39CFH1HQ8UOXCI9E2R28NE4YAHBBVFY9E36BP0LS587UL44S2XTUFIVBWFPODZ5A6PO5LWXVFF1MSPK1U5XT813NZUAZJMJLK7ZD2YL39NTPG2NXZB134HGFCMTO50BCUQXWCZK5WXH03U7SO5T9Q8O2CV5H6EK7FVNBGIKTGUOWXM0TP3F566THK22OA7IQJUD19TV5OKLVY8XUONQGAE10YIDQCNTD5GOZ9IRZ3HING2MQMYPN5R8UB1GPTA6JA' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RS03SWW2C7K6A80ZS1JNZKYAXCQ6IG6NDR4VX30KJ16P9COD63BHO02C4A7LONEKR7SPJRWQY8BZD4IOUBNDG8UFUI4K5B0P4OOZTO4O6U6ETGCKMZME6P1ILTQKL4LCHWJ4B8FLMIOZR42DXPST9IZKM6CI1WAWK6VW7XYVNDC61Q42YS1A5KX9K7JDEP6GADCOU8ET65KXWZI5GMX7POYJU2YG6VN8LYIMUPNH5N5LN60KO38X14RLKA8YJW5OI' where id=63; -update noar ti set v1='RS03SWW2C7K6A80ZS1JNZKYAXCQ6IG6NDR4VX30KJ16P9COD63BHO02C4A7LONEKR7SPJRWQY8BZD4IOUBNDG8UFUI4K5B0P4OOZTO4O6U6ETGCKMZME6P1ILTQKL4LCHWJ4B8FLMIOZR42DXPST9IZKM6CI1WAWK6VW7XYVNDC61Q42YS1A5KX9K7JDEP6GADCOU8ET65KXWZI5GMX7POYJU2YG6VN8LYIMUPNH5N5LN60KO38X14RLKA8YJW5OI' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='H5RAPPDQU8A0YUH4TRLD3DUAP3N4IGFFROZAO1G9V16KWA40SO3NMMAGCQHQ75XADXZPHNJA4X80AW1KR3PD479VLNIIQ0LME3VZJXBF6835AX8TIGVMCL56UGIAKQBSQ0BIRX0NY3LMCW8S4YOIX16LBLC7G4KFPZB5XJFW4KXFT5GEPEDW5ITFRX5XIGBOW43AFKPSXABQA04ZCY8IGV3UBI268YC9O73KE932AQ7LGW9OWI1PY8P9Q6ILIDJXV' where id=63; -update noar ti set v2='H5RAPPDQU8A0YUH4TRLD3DUAP3N4IGFFROZAO1G9V16KWA40SO3NMMAGCQHQ75XADXZPHNJA4X80AW1KR3PD479VLNIIQ0LME3VZJXBF6835AX8TIGVMCL56UGIAKQBSQ0BIRX0NY3LMCW8S4YOIX16LBLC7G4KFPZB5XJFW4KXFT5GEPEDW5ITFRX5XIGBOW43AFKPSXABQA04ZCY8IGV3UBI268YC9O73KE932AQ7LGW9OWI1PY8P9Q6ILIDJXV' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CJH5OL21PLDDG7AISNRCFBESYECZBA533K1MYP7YUMIYVYPXB3C5RFY6WC5MLB8AFTZO1DYVZSKUZOVAULLNWGORAI52OYKGW1K1UMYPDA3245OWWS6VZTX1L90VSWVOGWQQDH0BJ4G2JMTTH646QUMYOXNWMZF3W3QPP6OFZKKHXJQELSQYATQX7M92C6X2YUEM88MMQCZT6XT3215D7ATDS101PLK9DTZ6SK7OVWL4DGD907960Q3NSDL7QB6TF' where id=63; -update noar ti set v3='CJH5OL21PLDDG7AISNRCFBESYECZBA533K1MYP7YUMIYVYPXB3C5RFY6WC5MLB8AFTZO1DYVZSKUZOVAULLNWGORAI52OYKGW1K1UMYPDA3245OWWS6VZTX1L90VSWVOGWQQDH0BJ4G2JMTTH646QUMYOXNWMZF3W3QPP6OFZKKHXJQELSQYATQX7M92C6X2YUEM88MMQCZT6XT3215D7ATDS101PLK9DTZ6SK7OVWL4DGD907960Q3NSDL7QB6TF' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PCN8MXZ3YHRECE96RKQVEF393NXHCW7SQU82CPCFBB87Q5G1U71SJEOXCDOSQODQY536LZGFU64G9I2EMEBBNPQL7Z28XPCKK0JMMUD7DOJYKK9HKZNX8GMHVZ9EH39DPJEQ3ORMY7886M6WS1O79K6X2YB8EJEY0DVY2JVGUBY1GQEO19OK16SM1YYF1PWE295KCHVI41FND8DJSNXNTWBIXDRLIOYJ1DUQC626T9PCI31IQJ1JUJG6VSOM27JAZ' where id=64; -update noar ti set v0='PCN8MXZ3YHRECE96RKQVEF393NXHCW7SQU82CPCFBB87Q5G1U71SJEOXCDOSQODQY536LZGFU64G9I2EMEBBNPQL7Z28XPCKK0JMMUD7DOJYKK9HKZNX8GMHVZ9EH39DPJEQ3ORMY7886M6WS1O79K6X2YB8EJEY0DVY2JVGUBY1GQEO19OK16SM1YYF1PWE295KCHVI41FND8DJSNXNTWBIXDRLIOYJ1DUQC626T9PCI31IQJ1JUJG6VSOM27JAZ' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='YIGIF0ZX8QLO64RFT1JXET0653QPXW7GQ131Z3AU254AJU194UU2TZYU2IIMEWU1IJ7XCG3F0QQ0BALFI5YHY2WNFUOG3RFMR4JTU73N6MX7DTR84VMZ1O6Z0F0N2HCC4AXD5N5PY5VBN3VLO1QEBMG73HFSTBUE5Q9VWPWPT17ZZHM17SR9AQBMR8FS70JYTMD6YVN0HU2O8FHY6EWTKOF1C4YVYOA2VNBFNNBZ1LO3SORHIN04K5FCEO0FSOGT1' where id=64; -update noar ti set v1='YIGIF0ZX8QLO64RFT1JXET0653QPXW7GQ131Z3AU254AJU194UU2TZYU2IIMEWU1IJ7XCG3F0QQ0BALFI5YHY2WNFUOG3RFMR4JTU73N6MX7DTR84VMZ1O6Z0F0N2HCC4AXD5N5PY5VBN3VLO1QEBMG73HFSTBUE5Q9VWPWPT17ZZHM17SR9AQBMR8FS70JYTMD6YVN0HU2O8FHY6EWTKOF1C4YVYOA2VNBFNNBZ1LO3SORHIN04K5FCEO0FSOGT1' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='C4P5I84A0U101Q924KIC2P6ZAJCXS0D6C51NQ1U4ONHHDNNRC0JU6QMET0009627MF3WRXH2HSXKK0XEQDOPKJAN1AKJ38IW3S9JXVH51SNUE8WOHO25ZRTEU6HCFOVQL630PO8IQDXLBLQOF0NFDPHUHAMTBDLMH366Z3M78EPRAQ09K2X5RKLN16B96VFL8G59ELR9G6E9WV62L7M6EKH32J8ER5BZYW5B0H8QKY4Z1DNZ3GA2FW5D2QQPDKS7M' where id=64; -update noar ti set v2='C4P5I84A0U101Q924KIC2P6ZAJCXS0D6C51NQ1U4ONHHDNNRC0JU6QMET0009627MF3WRXH2HSXKK0XEQDOPKJAN1AKJ38IW3S9JXVH51SNUE8WOHO25ZRTEU6HCFOVQL630PO8IQDXLBLQOF0NFDPHUHAMTBDLMH366Z3M78EPRAQ09K2X5RKLN16B96VFL8G59ELR9G6E9WV62L7M6EKH32J8ER5BZYW5B0H8QKY4Z1DNZ3GA2FW5D2QQPDKS7M' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UPQLVCOOA8X666WEWY85BHB0VIYFT074071R8J27KWVLSQUWRIBEZKOL7HYRS9VS2F3D2451NLAAK1U7YK6HRKTSUTKLLD2D7J47S4R68EFCPPVB7RNCM4VKXEA6IB3OKGUNP0IG7W77S179Z5VSHN0IBMRUY0MXUX573IGJBCPAQA09PMSXRPLED5DZADQVBZJVRKOTM2AHPJXAPT4KC85TEGWLD4HCEXBLNUEXLCY987P1UM48P5EAPGC4BZMKS' where id=64; -update noar ti set v3='UPQLVCOOA8X666WEWY85BHB0VIYFT074071R8J27KWVLSQUWRIBEZKOL7HYRS9VS2F3D2451NLAAK1U7YK6HRKTSUTKLLD2D7J47S4R68EFCPPVB7RNCM4VKXEA6IB3OKGUNP0IG7W77S179Z5VSHN0IBMRUY0MXUX573IGJBCPAQA09PMSXRPLED5DZADQVBZJVRKOTM2AHPJXAPT4KC85TEGWLD4HCEXBLNUEXLCY987P1UM48P5EAPGC4BZMKS' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KW6ZLQWPP4QUOJC76OCDRZ6G74BEQQUWXMA5P5F80PJ49OXZWCR2JMD81NAE9YS0GKEPDOPEMUQ9M24NLJC57MXO8K3N1K6WQS1UZ47PY1T19LRSV5C66J1AA19RLWW47KPLLJKB73V5E9I0G464LO32YJLALAMA58DTP0C9CW7KXBED84704RVC5L6Z8Y6EISXV0QU2UN8WKEG49UMTZFPU0F6N4GJ68Q1CYX8IPJ1FNTLN6FNG8X54AE0NIALVU' where id=65; -update noar ti set v0='KW6ZLQWPP4QUOJC76OCDRZ6G74BEQQUWXMA5P5F80PJ49OXZWCR2JMD81NAE9YS0GKEPDOPEMUQ9M24NLJC57MXO8K3N1K6WQS1UZ47PY1T19LRSV5C66J1AA19RLWW47KPLLJKB73V5E9I0G464LO32YJLALAMA58DTP0C9CW7KXBED84704RVC5L6Z8Y6EISXV0QU2UN8WKEG49UMTZFPU0F6N4GJ68Q1CYX8IPJ1FNTLN6FNG8X54AE0NIALVU' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KIFMD4EKTW5JGB9J5QV6DCWWRPBFYEPI1995IWQ4H9ZVLYTOC3AF3IG301Z4D92YK1L95JNTVZVD93COUCNJNCRG7FW6N31NKXDJQJ8KCQ09TNO66FR9S7Z1EW9DHGH1ZJVHOH0CBGZ29NHGLOSBUP47TUHSQ9N265S565GTIPO2LT00E2KVBVT1T3DA0OJ6R0MSYDXFH0Z34C8IE9RFZS3T2YTQ2KFNJ296AXLSB4T1WAAM1OQY485YHC1Y9F8GQ' where id=65; -update noar ti set v1='KIFMD4EKTW5JGB9J5QV6DCWWRPBFYEPI1995IWQ4H9ZVLYTOC3AF3IG301Z4D92YK1L95JNTVZVD93COUCNJNCRG7FW6N31NKXDJQJ8KCQ09TNO66FR9S7Z1EW9DHGH1ZJVHOH0CBGZ29NHGLOSBUP47TUHSQ9N265S565GTIPO2LT00E2KVBVT1T3DA0OJ6R0MSYDXFH0Z34C8IE9RFZS3T2YTQ2KFNJ296AXLSB4T1WAAM1OQY485YHC1Y9F8GQ' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='LT3SB6XVJCYKWLJ5XFOG20GGTFH417GYX503T08133NNW0EGC38J832FD4TQXAB47ROFYZ1JJW8HQ3WM848CWSQ3S6FSIH0TT4NA8MS1TY20I6LHNYL79ZKUDCTNBPZD9BGKB393BATUQ5NJ6G2JUFJYP9SUJHQ8W3NT659MSCPRB0GI4M1M0BAFATEEOGRZZI31G25B0YG7DMV9AH8TJ5ONBMZFCDU9ZHNSMPK4Q371ZHNEXCFKWYUL7DT5Z8PPZ' where id=65; -update noar ti set v2='LT3SB6XVJCYKWLJ5XFOG20GGTFH417GYX503T08133NNW0EGC38J832FD4TQXAB47ROFYZ1JJW8HQ3WM848CWSQ3S6FSIH0TT4NA8MS1TY20I6LHNYL79ZKUDCTNBPZD9BGKB393BATUQ5NJ6G2JUFJYP9SUJHQ8W3NT659MSCPRB0GI4M1M0BAFATEEOGRZZI31G25B0YG7DMV9AH8TJ5ONBMZFCDU9ZHNSMPK4Q371ZHNEXCFKWYUL7DT5Z8PPZ' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PRRX7TRDNUSBYOUFQA3ND47X6RELCDYQMNU9LA22PV0UC4YXJUTTSY111SMWM4CO923B7CXA79M5ERRTH4GWW8XUZX2CIHYML9U8TEJC3ENOL6HMCZ8JPYNNHPVTCN6G6K21DS6IQGSVVB5BSWB3CFDPX7MKK3DOLPEHSMZQ4DGMP74HXTOR1MTDM1H3J6ZH41SC03SVWOEGPGPAQFRUP04GKMXXRJLGSWHVQ5TEIAPVRYZ7EDEXDEC9C41M4TGT8' where id=65; -update noar ti set v3='PRRX7TRDNUSBYOUFQA3ND47X6RELCDYQMNU9LA22PV0UC4YXJUTTSY111SMWM4CO923B7CXA79M5ERRTH4GWW8XUZX2CIHYML9U8TEJC3ENOL6HMCZ8JPYNNHPVTCN6G6K21DS6IQGSVVB5BSWB3CFDPX7MKK3DOLPEHSMZQ4DGMP74HXTOR1MTDM1H3J6ZH41SC03SVWOEGPGPAQFRUP04GKMXXRJLGSWHVQ5TEIAPVRYZ7EDEXDEC9C41M4TGT8' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SBBNU41MNITGINJGLWXUVNS93PEO7C2ZN2LK37CH327WKYRMC9ZMWA8ET2RQ6HYZFUTIWNMJQ0CQ4ZRKRXHNHIGX0T5J4B8IJ2YXZ5FH87ETK72F1WLZVR16DDXY7MG8L05RMFJVHE3XH9EROG3SSBT8UTU7THOIQF5C571UMEAIMYJ5BFRKAUQI2NGF6ITEVA806YPNYAMTW1DJGUFGF4Y1KLHFBT5HQW4AM6I4WBARCR81JREUURYUNV162OSEW' where id=66; -update noar ti set v0='SBBNU41MNITGINJGLWXUVNS93PEO7C2ZN2LK37CH327WKYRMC9ZMWA8ET2RQ6HYZFUTIWNMJQ0CQ4ZRKRXHNHIGX0T5J4B8IJ2YXZ5FH87ETK72F1WLZVR16DDXY7MG8L05RMFJVHE3XH9EROG3SSBT8UTU7THOIQF5C571UMEAIMYJ5BFRKAUQI2NGF6ITEVA806YPNYAMTW1DJGUFGF4Y1KLHFBT5HQW4AM6I4WBARCR81JREUURYUNV162OSEW' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2HDHQ5PJVYQR7CSPMGK5NB1LXPE382STS6110MRU7VDF1RFKQMAOGQIGTG56M5M3P0MPTY55ZACTS03P142PAH1P500CIZJSQ58MDMVCUR5AIMZC5DS8QNKA0E0QG4K2KVVC9V520O0MQ79EE3UFU9B888D0JUPQ7WEPDY85HEND130AIKGUPZGMSP8T6OYPGLY4PWT44JPSB9RXWRQ0L9TCAM126JRE7WOZ33VDP47XXWK8IHXHCNLEXOVKLWXTQ' where id=66; -update noar ti set v1='2HDHQ5PJVYQR7CSPMGK5NB1LXPE382STS6110MRU7VDF1RFKQMAOGQIGTG56M5M3P0MPTY55ZACTS03P142PAH1P500CIZJSQ58MDMVCUR5AIMZC5DS8QNKA0E0QG4K2KVVC9V520O0MQ79EE3UFU9B888D0JUPQ7WEPDY85HEND130AIKGUPZGMSP8T6OYPGLY4PWT44JPSB9RXWRQ0L9TCAM126JRE7WOZ33VDP47XXWK8IHXHCNLEXOVKLWXTQ' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZLK6HOEVVS608QLNIT3W987DIV5PF15NKPGJA98DXBR17EE3E0D50WC502PLHH7O16LR8W79PXLXVEME1C1FB22LC0023EQJVY1XT7HQ0QUN056YRJZS2D5LLICO70L554V98YFUJ6XHKV3TYJBIS66Q9UNF1TK5DLN6D3AZ369U78M4UGSD52DT77TMROJUTRESOD4ZE4CPHJ5IO9DC7THQZN8SFXMFXJAJDUXF934ETT76218XZ4FHLPTCNNDJM' where id=66; -update noar ti set v2='ZLK6HOEVVS608QLNIT3W987DIV5PF15NKPGJA98DXBR17EE3E0D50WC502PLHH7O16LR8W79PXLXVEME1C1FB22LC0023EQJVY1XT7HQ0QUN056YRJZS2D5LLICO70L554V98YFUJ6XHKV3TYJBIS66Q9UNF1TK5DLN6D3AZ369U78M4UGSD52DT77TMROJUTRESOD4ZE4CPHJ5IO9DC7THQZN8SFXMFXJAJDUXF934ETT76218XZ4FHLPTCNNDJM' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TMWQ5VG5JM2KD4UH7XUFMO7RLZRJJL2UKH8LOFLX675RLRO0BE87574T7DGM3P0U0Z6UO8M1LWFNEW416P8BS8RSPZ7QQTXWCIU6HMM8LRESOT16KYVW0FKHUS12GYJ41X1P90Z1K43F0WS0TA57DEO10ZO5BANXG8TWDZX33DWNTOXMCVSWYFY93C04PLWIDF8W27S6540ILYE8709CWRPYZUYC15WBMZU9FOBFCAWC08UICWY1LBC7I5FJ2O25N' where id=66; -update noar ti set v3='TMWQ5VG5JM2KD4UH7XUFMO7RLZRJJL2UKH8LOFLX675RLRO0BE87574T7DGM3P0U0Z6UO8M1LWFNEW416P8BS8RSPZ7QQTXWCIU6HMM8LRESOT16KYVW0FKHUS12GYJ41X1P90Z1K43F0WS0TA57DEO10ZO5BANXG8TWDZX33DWNTOXMCVSWYFY93C04PLWIDF8W27S6540ILYE8709CWRPYZUYC15WBMZU9FOBFCAWC08UICWY1LBC7I5FJ2O25N' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YFNAB4FB5Z6MBFPDRFWJYVTDXQUAIANDTZ63TSX7N9VRX3ZJCPAHOJAGDXKISNGT6IEQNYFW6UCRWKI77W5K06G4O8RZ6JV9LW8RSRGH4EQ81ECVQWRJVNQIRRT0GNMED29SVHZRO3J9JBUU9Q265E2DX2J1J3P991D5PKQPYFSKFY5LTBC4JSJKPZG7QHND7IIRXF8S8O5USKFDX6PD9ETYN4E951HPWKOMJL3QO4Y3M8K3UHYAA1X1E5WYND4D4' where id=67; -update noar ti set v0='YFNAB4FB5Z6MBFPDRFWJYVTDXQUAIANDTZ63TSX7N9VRX3ZJCPAHOJAGDXKISNGT6IEQNYFW6UCRWKI77W5K06G4O8RZ6JV9LW8RSRGH4EQ81ECVQWRJVNQIRRT0GNMED29SVHZRO3J9JBUU9Q265E2DX2J1J3P991D5PKQPYFSKFY5LTBC4JSJKPZG7QHND7IIRXF8S8O5USKFDX6PD9ETYN4E951HPWKOMJL3QO4Y3M8K3UHYAA1X1E5WYND4D4' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Y30NOVYA0YZLK4QP13UEGQAF90M2E9MOY76OFTZA8RT67GJDS8HQZBB9G7TGFA8DNIEUW8FQSSZ8A6QFUQSWNPAZ3F1VSXGLFG30UODO64GG1917465NHSWG41EBQNMZGZB25YUOL1RPD2QHXQID4S35MRS7DG5OX2XX0JDF2U4UR37N5B3C0WKA8CC83BBSVYWGIZAV8QWIVW85Z2ZIDU5LIKVSBT4E8HMVPNTJWI289NX628ZA0A81DCMVP2E2G' where id=67; -update noar ti set v1='Y30NOVYA0YZLK4QP13UEGQAF90M2E9MOY76OFTZA8RT67GJDS8HQZBB9G7TGFA8DNIEUW8FQSSZ8A6QFUQSWNPAZ3F1VSXGLFG30UODO64GG1917465NHSWG41EBQNMZGZB25YUOL1RPD2QHXQID4S35MRS7DG5OX2XX0JDF2U4UR37N5B3C0WKA8CC83BBSVYWGIZAV8QWIVW85Z2ZIDU5LIKVSBT4E8HMVPNTJWI289NX628ZA0A81DCMVP2E2G' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KHR0E8RGBJ5V4ID9XJRKPZ0102V9GPECTYAK3U47W005S897NVE7MP0085WZVSE9629KMSZDGQ5KH1BUW2KYVBQFC01JRNI0I478GBLNGRZPX22BFKKZTMPHIC4B5XBTBIU1VU2ZOV1XA7YM9KHNI5QXWIE01Z2CKHK1FN2M6CVWFWA1QIDBRQSZWC7Z37J1EHBOIBC88ITHBLDR8LW0PSSMA1MXTJ6VJNKKMW85EYQ6V3H2TXMA7SS4X8JFRVMMT' where id=67; -update noar ti set v2='KHR0E8RGBJ5V4ID9XJRKPZ0102V9GPECTYAK3U47W005S897NVE7MP0085WZVSE9629KMSZDGQ5KH1BUW2KYVBQFC01JRNI0I478GBLNGRZPX22BFKKZTMPHIC4B5XBTBIU1VU2ZOV1XA7YM9KHNI5QXWIE01Z2CKHK1FN2M6CVWFWA1QIDBRQSZWC7Z37J1EHBOIBC88ITHBLDR8LW0PSSMA1MXTJ6VJNKKMW85EYQ6V3H2TXMA7SS4X8JFRVMMT' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UJBA2DGEZYS72P7K7LXGLNDO4MC2RJ1WY1YYM04E42GBIKKXAUEHR47DBBQ9XJFQ1D86CMDEE3UB8M7P5NJSFCN45NJBBSIVAGRS63YMKLOG60G97GCPKJ4MMEUB11B69MLW7809XE2HQPFJF9KS8B5TLLT9FTZ49MODX1NR3CQ52EDJ4F7BZK5MEOTAEFCVTN99RUGW6SAW1LTDD0Q7I8NGCRHUCO1JMS8N9ZXIH4MWH7DCVIXZ3F2QDSO4G1R00' where id=67; -update noar ti set v3='UJBA2DGEZYS72P7K7LXGLNDO4MC2RJ1WY1YYM04E42GBIKKXAUEHR47DBBQ9XJFQ1D86CMDEE3UB8M7P5NJSFCN45NJBBSIVAGRS63YMKLOG60G97GCPKJ4MMEUB11B69MLW7809XE2HQPFJF9KS8B5TLLT9FTZ49MODX1NR3CQ52EDJ4F7BZK5MEOTAEFCVTN99RUGW6SAW1LTDD0Q7I8NGCRHUCO1JMS8N9ZXIH4MWH7DCVIXZ3F2QDSO4G1R00' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BH3ESXIZF6HIPMSRF21LF0YTBVAMG6557ZPNSSLKQ2O4RJ7ZPHI0DGTUZ7GA07ZHHHCTF263SHOR3X6KUWI5V53E42AX67TJHUFP8E48UBRK9BIC7M7OT7WF2REYZ9NBYZG99FI5OGKE5A7FRZMTNFLBZ07RUGEJ1YECL2ZZGRB04C1GUWVH941D35433PTA6MS9MDSIVR4SIYKJGES01KZ2HKDB3KG4Q7Q3GWYV5SDG30T5M7FRK73XYTH5E64XP' where id=68; -update noar ti set v0='BH3ESXIZF6HIPMSRF21LF0YTBVAMG6557ZPNSSLKQ2O4RJ7ZPHI0DGTUZ7GA07ZHHHCTF263SHOR3X6KUWI5V53E42AX67TJHUFP8E48UBRK9BIC7M7OT7WF2REYZ9NBYZG99FI5OGKE5A7FRZMTNFLBZ07RUGEJ1YECL2ZZGRB04C1GUWVH941D35433PTA6MS9MDSIVR4SIYKJGES01KZ2HKDB3KG4Q7Q3GWYV5SDG30T5M7FRK73XYTH5E64XP' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='02YIDV7SRYPPTC3VPUOWWGBQHHOOMCFSRHSNHDWGZJQ09ZNPJERQKMHP4XPMECFFJAPUT2UG4O0WMCA9XY2WB614X2PXBNO0YYD7URBMSQG27HJ81B9BGHU55L54H19AV0GBP3QDAF1BB8S3OFBWCKQQ8YK1HXMDNNA7SJCRL61XCHHD1H2JV3AU8FAWR26TJTFVMNRRKAAEUD9RPLCENTYEVG27QBA09HD18UHUMPB874G2OVI6JHQ4BFGMJKUXN' where id=68; -update noar ti set v1='02YIDV7SRYPPTC3VPUOWWGBQHHOOMCFSRHSNHDWGZJQ09ZNPJERQKMHP4XPMECFFJAPUT2UG4O0WMCA9XY2WB614X2PXBNO0YYD7URBMSQG27HJ81B9BGHU55L54H19AV0GBP3QDAF1BB8S3OFBWCKQQ8YK1HXMDNNA7SJCRL61XCHHD1H2JV3AU8FAWR26TJTFVMNRRKAAEUD9RPLCENTYEVG27QBA09HD18UHUMPB874G2OVI6JHQ4BFGMJKUXN' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='THLUX81EZAMATVGEYRELNEV8JF4UXX6ATOJRQILZJ4K2FXZ7S11BDSL1HWWCJV2PQZ5OQZ7ZUXSYQVGSMQ9TXL04J2AFA9A4HRAQUXLM57BU3AJIRA7M1DSGM5YFTXLHGDPBB47SWZUYVHJ6IA7SABRRG895RL8NC4LA3ZG4OBBRPILL1XWMF9Z4TM5W46DXLUNS5T53OU256XHPRYBJDVP9DUKIWEYA8163IFO58HB3OCDTA965HFI61JYHBAXES' where id=68; -update noar ti set v2='THLUX81EZAMATVGEYRELNEV8JF4UXX6ATOJRQILZJ4K2FXZ7S11BDSL1HWWCJV2PQZ5OQZ7ZUXSYQVGSMQ9TXL04J2AFA9A4HRAQUXLM57BU3AJIRA7M1DSGM5YFTXLHGDPBB47SWZUYVHJ6IA7SABRRG895RL8NC4LA3ZG4OBBRPILL1XWMF9Z4TM5W46DXLUNS5T53OU256XHPRYBJDVP9DUKIWEYA8163IFO58HB3OCDTA965HFI61JYHBAXES' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P4L46NDPS13Y8GI9Q1MJLQ5Y5154K57CXJVAV3G55V4UKL5UUVMR5B5ACAD40TFSV3AVMU424SZXUAGMEIQ3N0GHSFTPZWIVECS3VZFFQBY595YNR0ALF2TRR2QCSZYCGT6SFTTAH588U3VWBFNCY61TLXUK96QPZHDF4PSTC0T4BADJI53BX34QRG08YDRBCB13VAQUAR52BB3ISMEOUCF2XN8W0TVEUG99Z52PZ2M4DBVOU3EPU025OP4IKZ05T' where id=68; -update noar ti set v3='P4L46NDPS13Y8GI9Q1MJLQ5Y5154K57CXJVAV3G55V4UKL5UUVMR5B5ACAD40TFSV3AVMU424SZXUAGMEIQ3N0GHSFTPZWIVECS3VZFFQBY595YNR0ALF2TRR2QCSZYCGT6SFTTAH588U3VWBFNCY61TLXUK96QPZHDF4PSTC0T4BADJI53BX34QRG08YDRBCB13VAQUAR52BB3ISMEOUCF2XN8W0TVEUG99Z52PZ2M4DBVOU3EPU025OP4IKZ05T' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4WD9AP7AJNXDWXZILNE9Q54GSUUY2XR590TSPN2ABD9LVORNQAS9LZI08P405EM4NPBBC1L7SLW5VQR6IK03PHWX0HQIV0X3GXOWW0V8DJT87R44BX2V0UTOJU6ZWHT0RCKHWK96RU0I1O4JOV7J9V1XIZ9L8N7ABQCP1R43I17QP470VU92WL88I00JD9ISWDTCXP448U9T3WJCVBH5C16GIEIPMDA7ISHZGXNA4LEUKO9QETDPCXRUF0Q698E7M' where id=69; -update noar ti set v0='4WD9AP7AJNXDWXZILNE9Q54GSUUY2XR590TSPN2ABD9LVORNQAS9LZI08P405EM4NPBBC1L7SLW5VQR6IK03PHWX0HQIV0X3GXOWW0V8DJT87R44BX2V0UTOJU6ZWHT0RCKHWK96RU0I1O4JOV7J9V1XIZ9L8N7ABQCP1R43I17QP470VU92WL88I00JD9ISWDTCXP448U9T3WJCVBH5C16GIEIPMDA7ISHZGXNA4LEUKO9QETDPCXRUF0Q698E7M' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VEOT7T36B1XMEAH5FXQBPRQ8D23CW0FQTZSGSGNPIJA27CQCB3OK06HT06HJ0BO3R7D4PYSZSCHMQV763BM95WAJ5CNV7N6C9SQJT9MJ45N6XIHNV66VXL7Y7W9PX51DPKVMC7HAS78S368NM1V716ISVJCRI0RMT7Y733PRUSQ1A6NC9ACWCI7QROEJ1F679JIRWRU3U7K9J388AWF90B716GE1PGGDLEEAROWY9HIPLV2QY5TRAOUNYNOM8WVLL' where id=69; -update noar ti set v1='VEOT7T36B1XMEAH5FXQBPRQ8D23CW0FQTZSGSGNPIJA27CQCB3OK06HT06HJ0BO3R7D4PYSZSCHMQV763BM95WAJ5CNV7N6C9SQJT9MJ45N6XIHNV66VXL7Y7W9PX51DPKVMC7HAS78S368NM1V716ISVJCRI0RMT7Y733PRUSQ1A6NC9ACWCI7QROEJ1F679JIRWRU3U7K9J388AWF90B716GE1PGGDLEEAROWY9HIPLV2QY5TRAOUNYNOM8WVLL' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UNLXFL1CIO2BZEXF0HF38R1I7R8ATZXFCAUBEPWUA6FASR8F65H54LLGHPPS0LJILYE4OBHVKTRS0CY35VS8QLZC2LBPXDTW3ZAQ4E3AOTSZ49KKSLZWGRO3RD36GG9KQYYY7FI5JEF56INDMR8WDSHEA3P886ZGWIGMT9YSM6497IFD6UGRTY2VEI8UZSAPIME3JA70QY0VKQA35IDDGMOJRC6TL28NWCLL1HIPFKD81GR44O1UA9JG2ABLQW9ST' where id=69; -update noar ti set v2='UNLXFL1CIO2BZEXF0HF38R1I7R8ATZXFCAUBEPWUA6FASR8F65H54LLGHPPS0LJILYE4OBHVKTRS0CY35VS8QLZC2LBPXDTW3ZAQ4E3AOTSZ49KKSLZWGRO3RD36GG9KQYYY7FI5JEF56INDMR8WDSHEA3P886ZGWIGMT9YSM6497IFD6UGRTY2VEI8UZSAPIME3JA70QY0VKQA35IDDGMOJRC6TL28NWCLL1HIPFKD81GR44O1UA9JG2ABLQW9ST' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XNK3NWH69GBPW2ZKVHD4IAKUZM55I921YDBDULTCUEGVOFJIEIX02ODA03SZRNCMA88HUF4P0HPGFTRPBVYWVX7VESP5F2NGL0JWJTLB0V0SNZMWK11A0HLFYL5P2IAA84QKWDY70HWCNOLTDJPQF439HLFD73U999II9IPF6FW976S0YTT4JSB61FEMAGGM7F9HKPFGRNYF2ZJZM9Z034BUKM0YG90UM982ZBJQL4HB0EGJKPZWOZK164BGVCHHL' where id=69; -update noar ti set v3='XNK3NWH69GBPW2ZKVHD4IAKUZM55I921YDBDULTCUEGVOFJIEIX02ODA03SZRNCMA88HUF4P0HPGFTRPBVYWVX7VESP5F2NGL0JWJTLB0V0SNZMWK11A0HLFYL5P2IAA84QKWDY70HWCNOLTDJPQF439HLFD73U999II9IPF6FW976S0YTT4JSB61FEMAGGM7F9HKPFGRNYF2ZJZM9Z034BUKM0YG90UM982ZBJQL4HB0EGJKPZWOZK164BGVCHHL' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JOGIVDUE1SLU7XGGAAVGY4CNL724W4RL43JJWDQTW8Z9CJBMBWZ2IZMA2XOPS9CFFWGZ4UFY40TY9UYRGGCKLQINYVAMW9CHVUQG168LE0SVUO5PAT275IH3JX6UXDQH9Y9GRVIZRF1YWJUAJ671ZA9K1KMD95S6FI4DE2QW6LOY3I885GHJXQ5Y70GKS853T481Q7T89X7JD48ZG0WKPEFJOC00IFJX45AUMOMH5J93GVZKYOYQ91NM71J4IESXB' where id=70; -update noar ti set v0='JOGIVDUE1SLU7XGGAAVGY4CNL724W4RL43JJWDQTW8Z9CJBMBWZ2IZMA2XOPS9CFFWGZ4UFY40TY9UYRGGCKLQINYVAMW9CHVUQG168LE0SVUO5PAT275IH3JX6UXDQH9Y9GRVIZRF1YWJUAJ671ZA9K1KMD95S6FI4DE2QW6LOY3I885GHJXQ5Y70GKS853T481Q7T89X7JD48ZG0WKPEFJOC00IFJX45AUMOMH5J93GVZKYOYQ91NM71J4IESXB' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EYOMAU4VLHUE720BDNQ2GG0ZM2ITV7NMJ02P66WE7K9OUXKSBVB18S9514K9Y86EXOZZRNUW6ZGKOL09PFQF3A32SKDDNTFAJOJT06Q6FYEY5EH0BYN638PGPXQRKULK1CSCWHV4Z1MKCPZL9F0P6D9F4YEYPA7GJSU2ST8H02O3LTUA36SF7ZKNWHTGA1AEDAZPE9N811NGDTKJ1GV1G1R9TV96TS7VTWWS18FLARXMK5LM3IZU57P2U0CHA6KU9' where id=70; -update noar ti set v1='EYOMAU4VLHUE720BDNQ2GG0ZM2ITV7NMJ02P66WE7K9OUXKSBVB18S9514K9Y86EXOZZRNUW6ZGKOL09PFQF3A32SKDDNTFAJOJT06Q6FYEY5EH0BYN638PGPXQRKULK1CSCWHV4Z1MKCPZL9F0P6D9F4YEYPA7GJSU2ST8H02O3LTUA36SF7ZKNWHTGA1AEDAZPE9N811NGDTKJ1GV1G1R9TV96TS7VTWWS18FLARXMK5LM3IZU57P2U0CHA6KU9' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='58NRQPHAGRVFTOAOEU3BR1RNRT2TADW9ZM46SY93SKRLXBLKLIEY5I5PVHDGA43A14QOQ4IGH7DG70OV3XQP6I6MP97DHJ54MDW8SKABF2T2D9YQ2IFSY5Y87R2QC1EWORBE94EJWZN01NJ5FNW744B32O4X3QFHG96PTM7RHC0GHIKAYCV80C9VWVVMWWGDADCKIAECLMEQAZ204T8AK88ZJ6X66IQB61KAGYTIZ6RX7XONXBNOR4RN1R0VW2HCC' where id=70; -update noar ti set v2='58NRQPHAGRVFTOAOEU3BR1RNRT2TADW9ZM46SY93SKRLXBLKLIEY5I5PVHDGA43A14QOQ4IGH7DG70OV3XQP6I6MP97DHJ54MDW8SKABF2T2D9YQ2IFSY5Y87R2QC1EWORBE94EJWZN01NJ5FNW744B32O4X3QFHG96PTM7RHC0GHIKAYCV80C9VWVVMWWGDADCKIAECLMEQAZ204T8AK88ZJ6X66IQB61KAGYTIZ6RX7XONXBNOR4RN1R0VW2HCC' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='P2JYWEB3TGVNBLWEEOS0S5VCQH508JWPYBF5K3EJ3CZ62G4PW10BWPMMGY159RHEPZKW4WKYOSSD734PVWMC8PE8BT8NAH5Z7KA3GGM4HIKZ2ZOSF9LKKJQXD1E9XJ96V58O7MODJMN6XODOX262MD2BU957WH886ZOXNM0L3ESEX51G97L2T0TWJX64ARIIE2JL7LNVLL4V5HIEEXUBQDDG3ACGMQAA3C6CESEP0BO10MUSR789S0Y7XGGIYS579' where id=70; -update noar ti set v3='P2JYWEB3TGVNBLWEEOS0S5VCQH508JWPYBF5K3EJ3CZ62G4PW10BWPMMGY159RHEPZKW4WKYOSSD734PVWMC8PE8BT8NAH5Z7KA3GGM4HIKZ2ZOSF9LKKJQXD1E9XJ96V58O7MODJMN6XODOX262MD2BU957WH886ZOXNM0L3ESEX51G97L2T0TWJX64ARIIE2JL7LNVLL4V5HIEEXUBQDDG3ACGMQAA3C6CESEP0BO10MUSR789S0Y7XGGIYS579' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='WEZEQZ33MIVHBUAIQ9H37T8RNOF3TZ8PMT18E6KK5IP43NCMUWG185FN3ING5IR80SGBRI75WVB538IGNPSB5XHH72Y02FVWH9ROMKMWNYH1NTBBILU46QVSLUUKM9IH05IDHOYZZA6CWDONV9WKQ0H853YCCJ450EKA8D4TVC7A6KVO68T6KN5JAFLPD6RPC7IEXQ33MP087HLHCU0542F9R9SDN1IXY6NGV52FQUSILDB7ZI7MW4E1R85XF8U6J' where id=71; -update noar ti set v0='WEZEQZ33MIVHBUAIQ9H37T8RNOF3TZ8PMT18E6KK5IP43NCMUWG185FN3ING5IR80SGBRI75WVB538IGNPSB5XHH72Y02FVWH9ROMKMWNYH1NTBBILU46QVSLUUKM9IH05IDHOYZZA6CWDONV9WKQ0H853YCCJ450EKA8D4TVC7A6KVO68T6KN5JAFLPD6RPC7IEXQ33MP087HLHCU0542F9R9SDN1IXY6NGV52FQUSILDB7ZI7MW4E1R85XF8U6J' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CQ5RZB0WIX9NV012C70BFL41IW3KBXI35F5063R3N3RUMGNOQ8I3XC4EN3ND2IQGZHLEMN1QDF79C76GVJLP0AR8IZC6YQMJ514XGOC4BS7ZKCH4NOE16YA55JIXL66DBVC05QQEQ9ZQ3C9KUY2SAQCV2SCPCCNI0I8NYALWM8VVWH5K7PWVKA52OX0D4CG0D9TGOULGGPA0DV30I0OCV0EBKAJHOG43DHF8HDQD8Z4PDG10ZEAT5UY5V5RV9YQBR' where id=71; -update noar ti set v1='CQ5RZB0WIX9NV012C70BFL41IW3KBXI35F5063R3N3RUMGNOQ8I3XC4EN3ND2IQGZHLEMN1QDF79C76GVJLP0AR8IZC6YQMJ514XGOC4BS7ZKCH4NOE16YA55JIXL66DBVC05QQEQ9ZQ3C9KUY2SAQCV2SCPCCNI0I8NYALWM8VVWH5K7PWVKA52OX0D4CG0D9TGOULGGPA0DV30I0OCV0EBKAJHOG43DHF8HDQD8Z4PDG10ZEAT5UY5V5RV9YQBR' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BNRB43X5QK2RLH59TRW9GMJOY270YNIZGMLYBMNVCW3ALG6IWWCHAL2OKVV7YWF5VKTOLGBLZVTDTPUVDTI7D8T6FWR64XA4Y6VDBIOF5E8NJFMGX2R0SBK0UJC8IS4TIO4VJHTWHN90QMUZIMBW25CXGC9PBEFH0SP2ITLQ15SDLGYXHN71M1G5LY1Q99ONAEHKI5B5OVHK1RFAHC5A11T2L5427O1DBCRIKD1FUC7SDR7IM0ESH20LSBC39YUY3' where id=71; -update noar ti set v2='BNRB43X5QK2RLH59TRW9GMJOY270YNIZGMLYBMNVCW3ALG6IWWCHAL2OKVV7YWF5VKTOLGBLZVTDTPUVDTI7D8T6FWR64XA4Y6VDBIOF5E8NJFMGX2R0SBK0UJC8IS4TIO4VJHTWHN90QMUZIMBW25CXGC9PBEFH0SP2ITLQ15SDLGYXHN71M1G5LY1Q99ONAEHKI5B5OVHK1RFAHC5A11T2L5427O1DBCRIKD1FUC7SDR7IM0ESH20LSBC39YUY3' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6I0VFCYZZI9XTQK557TD6K7OWWWJMKYU1X002UGCEM0RGYJ9QLRVRASD9DFQO7Z9L2JU2DSJNCV299B4AH6UELTUA0ZP1L6QEA49SY1ZDQL1SHB0DHGBCXSSP1WYC57MNNT52HQY769PSULEOZZ79P0HHBCU1QCFO2IH7YWGI5R1009OYANG9ZTTLLW915GZQUZR932CW513M05UATVCXXWG43BR0DN14G17W65YJ23B4V5HJS57T78D7NQF05RGQ' where id=71; -update noar ti set v3='6I0VFCYZZI9XTQK557TD6K7OWWWJMKYU1X002UGCEM0RGYJ9QLRVRASD9DFQO7Z9L2JU2DSJNCV299B4AH6UELTUA0ZP1L6QEA49SY1ZDQL1SHB0DHGBCXSSP1WYC57MNNT52HQY769PSULEOZZ79P0HHBCU1QCFO2IH7YWGI5R1009OYANG9ZTTLLW915GZQUZR932CW513M05UATVCXXWG43BR0DN14G17W65YJ23B4V5HJS57T78D7NQF05RGQ' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='GEA32VYUZEO4Y8E3313TLVOETJG4D885IA0H72XLIVD42QTWDJPZPGVVDMDA4QTN24N6X2OOSMCTYNEAL3JBZ9PXGK0T7HGVOCSKJX0PY2ULLD3PQ4ANTN168B86S698JNX01MTYO3Y8S9EF43JE7HEQU4ZRLR4L17NN9I7IKWMP77B02YMS668ZRI4Y29YZ4BROMNTWIYD76X13KIP2P4QIJ27LCQ46R3YE2U1EVG2TJBOKU6ATCUOC828ZHVPOK' where id=72; -update noar ti set v0='GEA32VYUZEO4Y8E3313TLVOETJG4D885IA0H72XLIVD42QTWDJPZPGVVDMDA4QTN24N6X2OOSMCTYNEAL3JBZ9PXGK0T7HGVOCSKJX0PY2ULLD3PQ4ANTN168B86S698JNX01MTYO3Y8S9EF43JE7HEQU4ZRLR4L17NN9I7IKWMP77B02YMS668ZRI4Y29YZ4BROMNTWIYD76X13KIP2P4QIJ27LCQ46R3YE2U1EVG2TJBOKU6ATCUOC828ZHVPOK' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KKI43JO85AAO0CU50JEGZC50F0DZ11QRKC2HA9U88YJXSHL1I9K2G9JYX25NWZNNI3UK5ZML0FAMLQ7QI75DJFAZSSP8DFP81MYA1JQDNWHKUWDJX4DGECAYNOCGS89WYYA47B7HD8IG36EBOWOP6CMH4XZOQDTGWWTONV60CYXPHMWLZX6IJYFRK0YV4D4EH205SQS2J2TO3NL9AIQ9WJV2D4QYBC9C278WS08DUQDQB2MJ1HUI1ECSGP8XN0BP6' where id=72; -update noar ti set v1='KKI43JO85AAO0CU50JEGZC50F0DZ11QRKC2HA9U88YJXSHL1I9K2G9JYX25NWZNNI3UK5ZML0FAMLQ7QI75DJFAZSSP8DFP81MYA1JQDNWHKUWDJX4DGECAYNOCGS89WYYA47B7HD8IG36EBOWOP6CMH4XZOQDTGWWTONV60CYXPHMWLZX6IJYFRK0YV4D4EH205SQS2J2TO3NL9AIQ9WJV2D4QYBC9C278WS08DUQDQB2MJ1HUI1ECSGP8XN0BP6' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='B3AR14NAJIBFS6WXNQDU9E2GSL0LSU855ILBS36KUBLF6VK81I134H4UC7F428MV7Z1KHX67NBZM1XH84UATRZWJF0MO6V1LEE24MCLDCN52YRL4A21CF9DSAEMMNK6XGH39XWIKNHXFQIB3FAFZ9VZLVQBILS24UMYZ77LJ2YWOX7TIHGLRTGHIDQOYZ48ETFRVQFDEMJ0Z2XVINPTIZJEKZ3JRUZ77860N1O4NCIQSFMYJX4XKXM65WKK9G0Q2L' where id=72; -update noar ti set v2='B3AR14NAJIBFS6WXNQDU9E2GSL0LSU855ILBS36KUBLF6VK81I134H4UC7F428MV7Z1KHX67NBZM1XH84UATRZWJF0MO6V1LEE24MCLDCN52YRL4A21CF9DSAEMMNK6XGH39XWIKNHXFQIB3FAFZ9VZLVQBILS24UMYZ77LJ2YWOX7TIHGLRTGHIDQOYZ48ETFRVQFDEMJ0Z2XVINPTIZJEKZ3JRUZ77860N1O4NCIQSFMYJX4XKXM65WKK9G0Q2L' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q3PKU8ERQ21LXTL8B4NJLT2TNH3FEO4OEXROZU4CMLO2BQPPBOP2J4Z3QUP38YPWL01ON0HPDZSLQDFCF3CSVQMBW39PVMN7JJWGHWYNCQKAT9MQX017WXG9M1LAWJMZCIDA0OQ5BQ9CZ8V2WOAQGJYBW3NOGH6RWX3F0828B5H4K0HA417NUIDQPIVF0Y1P3RO8CN0HMDSDHO8NJ0YQ4D78WVSMHHIE8MJOTVVT9ZYMFTH8L2YY9IBUAIQ59VNNL' where id=72; -update noar ti set v3='Q3PKU8ERQ21LXTL8B4NJLT2TNH3FEO4OEXROZU4CMLO2BQPPBOP2J4Z3QUP38YPWL01ON0HPDZSLQDFCF3CSVQMBW39PVMN7JJWGHWYNCQKAT9MQX017WXG9M1LAWJMZCIDA0OQ5BQ9CZ8V2WOAQGJYBW3NOGH6RWX3F0828B5H4K0HA417NUIDQPIVF0Y1P3RO8CN0HMDSDHO8NJ0YQ4D78WVSMHHIE8MJOTVVT9ZYMFTH8L2YY9IBUAIQ59VNNL' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OJQVYIHHZDJEMWVRUUWIYNQ2B82XL2LPN5ENX334LFZ4KYAW2SSFH9JPUB1G9DOLSC4CW6HY1FQDQG4UNGBAZUKC1JFZ6VNHCPVQX9Y6DXAHR0MXSJN19VBI5A6SNFCL6VW5X37HPM2A6BMHCAA752LLDYRH71W9QUW4QSJ2FW8VOLQV1A138BOA9QL4OB55FL3R5JPJW10TOKMMPL465PCL9KXUP3WVNH24MV1XN816GDOMEDNEVC9TS215BJOMU' where id=73; -update noar ti set v0='OJQVYIHHZDJEMWVRUUWIYNQ2B82XL2LPN5ENX334LFZ4KYAW2SSFH9JPUB1G9DOLSC4CW6HY1FQDQG4UNGBAZUKC1JFZ6VNHCPVQX9Y6DXAHR0MXSJN19VBI5A6SNFCL6VW5X37HPM2A6BMHCAA752LLDYRH71W9QUW4QSJ2FW8VOLQV1A138BOA9QL4OB55FL3R5JPJW10TOKMMPL465PCL9KXUP3WVNH24MV1XN816GDOMEDNEVC9TS215BJOMU' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V95LHBUBZOYB47OBCZSYW2FXOX5012KZWQBJ2IPAKWQ479Y3XHW70BZLWGYQU7ETR984Z40CJ84KIGIT1O9DAF224PE3R0QU3CSQJBVH76FROWEB2RDNDNZRTE2HBVYBX7C8K3MF4QNZ6TBQ3IS64B2VOPHFHJUJGCEDI5CTQFHRPR6KK27O21AMFLE02HCJNI6ZTD4UO89Q0C8Y07HNZLWSRCQ1KVPL9IH98HP21IURTOZBG000ULWSABDHGDU9P' where id=73; -update noar ti set v1='V95LHBUBZOYB47OBCZSYW2FXOX5012KZWQBJ2IPAKWQ479Y3XHW70BZLWGYQU7ETR984Z40CJ84KIGIT1O9DAF224PE3R0QU3CSQJBVH76FROWEB2RDNDNZRTE2HBVYBX7C8K3MF4QNZ6TBQ3IS64B2VOPHFHJUJGCEDI5CTQFHRPR6KK27O21AMFLE02HCJNI6ZTD4UO89Q0C8Y07HNZLWSRCQ1KVPL9IH98HP21IURTOZBG000ULWSABDHGDU9P' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='19DWGL7ODH4W4JXDA7YB4NNKPYE2TRGTN2028IMCKRIP3349W4C0CPTH6E9OWKGH23NUTVO9ADTRCRMFBW4UH1GXNIO2RPW8B5CB4DTMRW8407YDJ0Q1BI5MU34J17794VLDEYFBX9RAN6MFDRM72JBPXNBJP1DLFHRO8OWF0Q3UC5H6UTI5J1P2NI3L9AGK5T1I1UHP53905MY9DQXSRWYMGS21DML4J8RU23KID9IDC5810UGRZWWAIVIM2DXSS' where id=73; -update noar ti set v2='19DWGL7ODH4W4JXDA7YB4NNKPYE2TRGTN2028IMCKRIP3349W4C0CPTH6E9OWKGH23NUTVO9ADTRCRMFBW4UH1GXNIO2RPW8B5CB4DTMRW8407YDJ0Q1BI5MU34J17794VLDEYFBX9RAN6MFDRM72JBPXNBJP1DLFHRO8OWF0Q3UC5H6UTI5J1P2NI3L9AGK5T1I1UHP53905MY9DQXSRWYMGS21DML4J8RU23KID9IDC5810UGRZWWAIVIM2DXSS' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TUGBWR5FO4WC1S4ZN6J2KHGAR5OLAD767GKFCA0MSEKJK9H19ZB6V07MGGFLCRNUJJS4ACVUOOCN3MEFN46W3UHVJ36U1MC8EKYR8FGWOJYDFVJDKUFURINB17N18K4Q5B3LPSBKPOGX2ZL9MVGO6RB2EWVGPSF31BG87RF4NQJFJ216SZVLQSSPGLAZQ6HBLBGSRUNHATGQ8X7ICNHP3991BA2J0H4TPQX8YZ14MH4EX6E7JON5W5W1DWU80KLWA' where id=73; -update noar ti set v3='TUGBWR5FO4WC1S4ZN6J2KHGAR5OLAD767GKFCA0MSEKJK9H19ZB6V07MGGFLCRNUJJS4ACVUOOCN3MEFN46W3UHVJ36U1MC8EKYR8FGWOJYDFVJDKUFURINB17N18K4Q5B3LPSBKPOGX2ZL9MVGO6RB2EWVGPSF31BG87RF4NQJFJ216SZVLQSSPGLAZQ6HBLBGSRUNHATGQ8X7ICNHP3991BA2J0H4TPQX8YZ14MH4EX6E7JON5W5W1DWU80KLWA' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IXVHN2KO2BEDPMJG7XK5DJGY7AUZRHNSNNVRWJ4WU76BXVY6ENNE08NWXX3BJAFAG6CL59U5A5DF9R25IJCVPSVB8F4PX0TL0LW6HY0F7DBNFC8D4XU3ZSSGWATI7TXO0XSSC4KIV2HGSPIBSL88AXB2A6TSUP8JFI62DEEM2U6O76V722PDKCV6KKR0ITKRF6W1TAHRRR0S75OGKIOMAA9JRUSE3J7KYW7FDSH9GFJF9Y32B0SVVDVFV3GGPSHLI' where id=74; -update noar ti set v0='IXVHN2KO2BEDPMJG7XK5DJGY7AUZRHNSNNVRWJ4WU76BXVY6ENNE08NWXX3BJAFAG6CL59U5A5DF9R25IJCVPSVB8F4PX0TL0LW6HY0F7DBNFC8D4XU3ZSSGWATI7TXO0XSSC4KIV2HGSPIBSL88AXB2A6TSUP8JFI62DEEM2U6O76V722PDKCV6KKR0ITKRF6W1TAHRRR0S75OGKIOMAA9JRUSE3J7KYW7FDSH9GFJF9Y32B0SVVDVFV3GGPSHLI' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BGMV0FYBUTJG0ODDE8SEXM924JMID23BCV69G4FBTWNRO93G0YOTSAX9AN35V9ZYMKQF3VW9F24I1VJ2ISKQOE3R646WKIVG29WNRFRE3K64NKSCTF76JY8DDAH5B76IN5GV8175U8P5ZU8J111R3VWH1JJGD1ENC12H0PWCWV6N30JWHU7X6RZQE53S7BP5PXJ7QW7PL2SO8WQKWRA7G574TO3VWLN16SCJWQVTQ15KCRT5XN8YHJN3NXJIA4GGY' where id=74; -update noar ti set v1='BGMV0FYBUTJG0ODDE8SEXM924JMID23BCV69G4FBTWNRO93G0YOTSAX9AN35V9ZYMKQF3VW9F24I1VJ2ISKQOE3R646WKIVG29WNRFRE3K64NKSCTF76JY8DDAH5B76IN5GV8175U8P5ZU8J111R3VWH1JJGD1ENC12H0PWCWV6N30JWHU7X6RZQE53S7BP5PXJ7QW7PL2SO8WQKWRA7G574TO3VWLN16SCJWQVTQ15KCRT5XN8YHJN3NXJIA4GGY' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DO40UQ8OYI08NOL5F3RJEHIBDLM0QV0ONHRE7138HFIYM3KP9KZ58SP3TOVZ8C8XJC5GYQ5EPQGWGIIUTFWIBU07PB4IRZ6039BPK9HLP8F1COIA4HE35LKN2YDNP4A0IINHL10L3UL3YBPPLT11FJJKSRUO6OPPRBLKASSTPCW2193ZC3PNNSO3LBE9CHOOOQ70BNCQ1M3E73UHM6XMKW5MNM72SNNY226662P27ZGYUOA04WP3JBNFNKS6J13TI' where id=74; -update noar ti set v2='DO40UQ8OYI08NOL5F3RJEHIBDLM0QV0ONHRE7138HFIYM3KP9KZ58SP3TOVZ8C8XJC5GYQ5EPQGWGIIUTFWIBU07PB4IRZ6039BPK9HLP8F1COIA4HE35LKN2YDNP4A0IINHL10L3UL3YBPPLT11FJJKSRUO6OPPRBLKASSTPCW2193ZC3PNNSO3LBE9CHOOOQ70BNCQ1M3E73UHM6XMKW5MNM72SNNY226662P27ZGYUOA04WP3JBNFNKS6J13TI' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FD3BIZ39DJ7XU0NKEWHT2Q17J19E9PDN2S4FS2TIUQN12511KJJV3ROIPF6TOD5K6PI7QWRXJOCZFZ3OPUVV3IQX061MPTMXUJDTNI6MO5N9OMDE7RKOLBFCPZSLMIW3L20UCOYIQKUQV63FCWYJKLOE6EZTQXFFNKZ9HS79W2YR76OZPM12D1AEUFSPT464980H58YBBGVVH6F7LAKWLFKDU0T36ONS3TJ3FI7Q5CUF7Q643D24L493Q9VKKIUXS' where id=74; -update noar ti set v3='FD3BIZ39DJ7XU0NKEWHT2Q17J19E9PDN2S4FS2TIUQN12511KJJV3ROIPF6TOD5K6PI7QWRXJOCZFZ3OPUVV3IQX061MPTMXUJDTNI6MO5N9OMDE7RKOLBFCPZSLMIW3L20UCOYIQKUQV63FCWYJKLOE6EZTQXFFNKZ9HS79W2YR76OZPM12D1AEUFSPT464980H58YBBGVVH6F7LAKWLFKDU0T36ONS3TJ3FI7Q5CUF7Q643D24L493Q9VKKIUXS' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XEDOXIB62G0GD64FA796N7DNQ5F8H33Z60NO2APOG5TIULCZ7RWX0CQOIK3JXZYARHASN19GPNTV9PQEN2GIWPMSNKDCES5XCK2T0D67DVSXR8LG3A6C938C5JRAU6EDRJASCHD6CSWAT628AU6ALAC3P6X7CBJ0P9XK475K8WEN1BH0TD0V3PQD63ZSA1S9WHX11JVU2GYLT2YLVBMUJH4CHCWB6P4WY6IBRDT21Q8TU4EL7J29GIF4KEGZ686CO' where id=75; -update noar ti set v0='XEDOXIB62G0GD64FA796N7DNQ5F8H33Z60NO2APOG5TIULCZ7RWX0CQOIK3JXZYARHASN19GPNTV9PQEN2GIWPMSNKDCES5XCK2T0D67DVSXR8LG3A6C938C5JRAU6EDRJASCHD6CSWAT628AU6ALAC3P6X7CBJ0P9XK475K8WEN1BH0TD0V3PQD63ZSA1S9WHX11JVU2GYLT2YLVBMUJH4CHCWB6P4WY6IBRDT21Q8TU4EL7J29GIF4KEGZ686CO' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LZJY9L28JLUGLU3UO23WH0B5CCF3UOIK7Z3N60939DY83YTZI3E2UUIC489V7427CTVL8RTN723QWFTI1FVFTFRQB0C7HSMFJDMHD1UYI5OKR9HKZWMFRUBT91STZ7BQ6AZ4WWHENZLZDS0119B9ABVYO7J7447NRF2A8AYMIRKEX13X99ZP6QANWU5WPCGV2E536EP7NP6LOCV5EPLLN7ESKUSDCUY0CCAK6LC1EMO7QZI1BZWYRO7S5U42TS832' where id=75; -update noar ti set v1='LZJY9L28JLUGLU3UO23WH0B5CCF3UOIK7Z3N60939DY83YTZI3E2UUIC489V7427CTVL8RTN723QWFTI1FVFTFRQB0C7HSMFJDMHD1UYI5OKR9HKZWMFRUBT91STZ7BQ6AZ4WWHENZLZDS0119B9ABVYO7J7447NRF2A8AYMIRKEX13X99ZP6QANWU5WPCGV2E536EP7NP6LOCV5EPLLN7ESKUSDCUY0CCAK6LC1EMO7QZI1BZWYRO7S5U42TS832' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JKKWF9Q2L72OVYXSFM8SDPSGU3U4XW95ZW7K2Y4TUP1GSY3OI6U03J5FICPXQBPPTGT3T0XYKZ14EAIUEA0XIPCVOAPJ5SB9K9GVEM0QRRR2R1HO9UXB4NE8VRGZ3ZFVD5BPMHFS0KVTXLS13PV03D9AK088FD11H1VZ0DVYNCSVW2C28WDIUPP0IYX6XDXUYDIW8N7GT1A3RREDHS586AU0X9OQIQGD6O5IHMH5X9EWFGPCFBXC3DDKSA2TGSXAZ' where id=75; -update noar ti set v2='JKKWF9Q2L72OVYXSFM8SDPSGU3U4XW95ZW7K2Y4TUP1GSY3OI6U03J5FICPXQBPPTGT3T0XYKZ14EAIUEA0XIPCVOAPJ5SB9K9GVEM0QRRR2R1HO9UXB4NE8VRGZ3ZFVD5BPMHFS0KVTXLS13PV03D9AK088FD11H1VZ0DVYNCSVW2C28WDIUPP0IYX6XDXUYDIW8N7GT1A3RREDHS586AU0X9OQIQGD6O5IHMH5X9EWFGPCFBXC3DDKSA2TGSXAZ' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q1VU1V7TLIS46IA99L44VRGFO81TPTU3C0F3MPZC46Z7HKP28HVNSPXP7ANN8MZFX0M9BC9U66WND1KVFV397JFP0W5K6LQ03IUGKVBJPZF3D7YWXD9EGL4QT3D3WZ02HZ476I8ENDDERWBRJ417VBNOO9ZS88AC2LVC45EGXCMA0L8ANHDT9C9R02V440MU5OPNGOMS3U9KIS5EGTASTA1BPJR6U1KY30YLO341CTXDZ4DIFQAUXG6DEAV6H9N47' where id=75; -update noar ti set v3='Q1VU1V7TLIS46IA99L44VRGFO81TPTU3C0F3MPZC46Z7HKP28HVNSPXP7ANN8MZFX0M9BC9U66WND1KVFV397JFP0W5K6LQ03IUGKVBJPZF3D7YWXD9EGL4QT3D3WZ02HZ476I8ENDDERWBRJ417VBNOO9ZS88AC2LVC45EGXCMA0L8ANHDT9C9R02V440MU5OPNGOMS3U9KIS5EGTASTA1BPJR6U1KY30YLO341CTXDZ4DIFQAUXG6DEAV6H9N47' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DGVDRPM4M78IAZLHGB6QPIP2Q2M57EAFHZ3QBNSQK0CP5MM33YFQNWW88MJSFKCTWKXTT0VHSDNX0AUAMYLNOF74EJ8DC9RA1X4BCG3FVE0BH5ISUG6MBHEO32ZKQVOTEHOBWNL2GM73QKCRNWUO1XHB3BBP3FR03L7897EJ3HXTPH94HX85T7D2CFGIMEC34680KZH26E1KJBRG3JPCAIHAY0HBX73K0KCWZVNJOSCYWFLWKEZ7Q9CW234ZQ92Y1' where id=76; -update noar ti set v0='DGVDRPM4M78IAZLHGB6QPIP2Q2M57EAFHZ3QBNSQK0CP5MM33YFQNWW88MJSFKCTWKXTT0VHSDNX0AUAMYLNOF74EJ8DC9RA1X4BCG3FVE0BH5ISUG6MBHEO32ZKQVOTEHOBWNL2GM73QKCRNWUO1XHB3BBP3FR03L7897EJ3HXTPH94HX85T7D2CFGIMEC34680KZH26E1KJBRG3JPCAIHAY0HBX73K0KCWZVNJOSCYWFLWKEZ7Q9CW234ZQ92Y1' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TOR40LL50S3CB1GW901HQP3D3EFF8CWVHV8NR4LGVA8P7ESZOF1W9UMHDU716E5SPL259Z1X4F639EYYOONQ3IJG7OMPIN7QZ5V3ZWP1EY0RM7IZCJY1DRQGCRKG8OTXUBW9AHR7AZIXY13B7P7RCAPX8I0MK6HJGHJZD8YOKM7ZJ9S6XFX452KLLW7MAJV3KG2PDC8C7TYEH017ZIZGBN66U3ABY04ABNH7FH0KP443TRZ5A4N5NCVBKRQ334IVU' where id=76; -update noar ti set v1='TOR40LL50S3CB1GW901HQP3D3EFF8CWVHV8NR4LGVA8P7ESZOF1W9UMHDU716E5SPL259Z1X4F639EYYOONQ3IJG7OMPIN7QZ5V3ZWP1EY0RM7IZCJY1DRQGCRKG8OTXUBW9AHR7AZIXY13B7P7RCAPX8I0MK6HJGHJZD8YOKM7ZJ9S6XFX452KLLW7MAJV3KG2PDC8C7TYEH017ZIZGBN66U3ABY04ABNH7FH0KP443TRZ5A4N5NCVBKRQ334IVU' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SN1EP8Y85PRPO1RPFGLHV7AHF4Y88JVNZAJE7ZPNW8CWTURPFU8EOYMCZ66TFAO2J679FQAPE4UQ21S35V7O1MFTRGWQ6TIU7X0H25FEFR9BRFDPSVBDWL3LLR6097LYWN9L2M3WHYYVCKHOW12HW6NSMH19QXMAJY159MGW6PNHURIFKBR2P0XXCRTUZP7WDPBM7B9IRFV6J90UW8AIFQROTB34NOT7ZA1I1BEV0PQ5IE34T9VX4QB3GYMZ4P4C1' where id=76; -update noar ti set v2='SN1EP8Y85PRPO1RPFGLHV7AHF4Y88JVNZAJE7ZPNW8CWTURPFU8EOYMCZ66TFAO2J679FQAPE4UQ21S35V7O1MFTRGWQ6TIU7X0H25FEFR9BRFDPSVBDWL3LLR6097LYWN9L2M3WHYYVCKHOW12HW6NSMH19QXMAJY159MGW6PNHURIFKBR2P0XXCRTUZP7WDPBM7B9IRFV6J90UW8AIFQROTB34NOT7ZA1I1BEV0PQ5IE34T9VX4QB3GYMZ4P4C1' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VNPXIFNWBJL398TGBQZLUNS11WZY5H3Q50TL41DE20P2IYM3DW81GPFPE3KM0385RIMN8IJ0KBF324OHDO2H4FMNZ3TBI5MSOKQI6SPMPZ8DRUBDLATQ6JI0130UGVB9LXKO36ZUPTEJ1IOPVC5SU2P6W0WU26FBGJIIQJFMYCT6QK16OHYEQG356VUD31K58AR3Z8ZKLFWG4SXNAU5ZP5LOE59TE6LP0C89DPOUE8VNFEN7MASS2FU2TIB96FY61' where id=76; -update noar ti set v3='VNPXIFNWBJL398TGBQZLUNS11WZY5H3Q50TL41DE20P2IYM3DW81GPFPE3KM0385RIMN8IJ0KBF324OHDO2H4FMNZ3TBI5MSOKQI6SPMPZ8DRUBDLATQ6JI0130UGVB9LXKO36ZUPTEJ1IOPVC5SU2P6W0WU26FBGJIIQJFMYCT6QK16OHYEQG356VUD31K58AR3Z8ZKLFWG4SXNAU5ZP5LOE59TE6LP0C89DPOUE8VNFEN7MASS2FU2TIB96FY61' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4WEJ6QCF8K5CYS20J88ICFQPCX470NAKBBLA5RMYB0XCK2S8C6RNIQ5LLWZR58W8ET0R2DL5I75E0YVQRC9VSPYK842NDRQLBP4SR4XMR374CS257OVQJ8TJAVTF3RS7CNZCIVN874UHR70YQO4GGQ113QEJ47EN5D1OZQNCCQU6VBMY7CPUFMB01JGH1M3R56ONEOIDNIGCHLBKI3BM2BVJ9WBPXPC2UZSEYWB222Z4LGWYM0UOZUHNA5VJCJANP' where id=77; -update noar ti set v0='4WEJ6QCF8K5CYS20J88ICFQPCX470NAKBBLA5RMYB0XCK2S8C6RNIQ5LLWZR58W8ET0R2DL5I75E0YVQRC9VSPYK842NDRQLBP4SR4XMR374CS257OVQJ8TJAVTF3RS7CNZCIVN874UHR70YQO4GGQ113QEJ47EN5D1OZQNCCQU6VBMY7CPUFMB01JGH1M3R56ONEOIDNIGCHLBKI3BM2BVJ9WBPXPC2UZSEYWB222Z4LGWYM0UOZUHNA5VJCJANP' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NM8HV723TWUXSOBD7UIRKVOV7H5YJ83QYYUFI0H10XPEYE1F0D51VNWRG0YLO39ONIHJ6HBM6WIZAFYFUT8DBT5K637RW8BT05UU3XSPHLHEOG62W6GGYSWSM1VVC6O3RU08WSPCZ8Z9W56DJXQRCQX79OKWIGE0GTVJ5IFF3F5LQXWOUBVOZ55EK2J1UHZK4A22KFN656WWMBGYNVBZYFT9RSW8N8BYI5UKG9Q8IW8XVDQ9WZVDI6TVPQGHDH16T' where id=77; -update noar ti set v1='NM8HV723TWUXSOBD7UIRKVOV7H5YJ83QYYUFI0H10XPEYE1F0D51VNWRG0YLO39ONIHJ6HBM6WIZAFYFUT8DBT5K637RW8BT05UU3XSPHLHEOG62W6GGYSWSM1VVC6O3RU08WSPCZ8Z9W56DJXQRCQX79OKWIGE0GTVJ5IFF3F5LQXWOUBVOZ55EK2J1UHZK4A22KFN656WWMBGYNVBZYFT9RSW8N8BYI5UKG9Q8IW8XVDQ9WZVDI6TVPQGHDH16T' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T8BEEU1BI4QFYVTHCAUKHUAU4VRI86XUGCL66119CXJMXQU0Q6J3TR4SCJIHIMJMUGMJ84B22XGGSOTVOVZO1TJT8YIS3G6Y1ETTYK9061SY3N9GG6GYUXU3O4VENJ1138BU7KQAKXE457SDR9D6U1B3F8H07ZWEF7UCU0WRNIP2PD3F9D8NP7DXJR06ND3SYST5AIPKW3DS5I6CENXA6E6GJQ8XB40VGSZ9MWMIQMUVQ5P6CNUL9FMB4FEGTJCA4' where id=77; -update noar ti set v2='T8BEEU1BI4QFYVTHCAUKHUAU4VRI86XUGCL66119CXJMXQU0Q6J3TR4SCJIHIMJMUGMJ84B22XGGSOTVOVZO1TJT8YIS3G6Y1ETTYK9061SY3N9GG6GYUXU3O4VENJ1138BU7KQAKXE457SDR9D6U1B3F8H07ZWEF7UCU0WRNIP2PD3F9D8NP7DXJR06ND3SYST5AIPKW3DS5I6CENXA6E6GJQ8XB40VGSZ9MWMIQMUVQ5P6CNUL9FMB4FEGTJCA4' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Z2LB146QXCQ1K30327L0P5C61U2NHPVF43EUZB8LMPNM0VZULCK1L77BK760Y16RS0I6TZ8VLC7OEUAC90NMRMN6PWBUKS0R9C7K5J5CXX5XMP50Y4EPK7M7DR6SFIKGOSMEC0X5NE7D8OQ8BW2M8R2UK5G6EMSON0PDVYW9LTZQ1SRSOOGD08EPKS53RHYRLJ7G3NYIFUVGTESDQPOQG3JTGHPSLLE0CSFHWMTN5DPLIX25ZZXWPD8UU3DMIO8G3' where id=77; -update noar ti set v3='Z2LB146QXCQ1K30327L0P5C61U2NHPVF43EUZB8LMPNM0VZULCK1L77BK760Y16RS0I6TZ8VLC7OEUAC90NMRMN6PWBUKS0R9C7K5J5CXX5XMP50Y4EPK7M7DR6SFIKGOSMEC0X5NE7D8OQ8BW2M8R2UK5G6EMSON0PDVYW9LTZQ1SRSOOGD08EPKS53RHYRLJ7G3NYIFUVGTESDQPOQG3JTGHPSLLE0CSFHWMTN5DPLIX25ZZXWPD8UU3DMIO8G3' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='29IEVV2VC30F5OO9DQXIXTA11VXKRXB158ZNV40SNKBAMVHCY48LZ7EXQ879A08N766L46AKJJCE2W32TR8OQOIHFC3RV8232SABMQK0X3D32STQZXQMD2AP7FIDNYTKLDC5V19EMSB0179BJPZ33J7206FQZXZHDT2UMBRUTHMABIFNCX4WLEUWAGN2A0TZDBULK4GHDNPJFWDJJDOQAQO0XSLBUNA61QTSK720OOV3GATYBIPXA1EBIED2DNXOE' where id=78; -update noar ti set v0='29IEVV2VC30F5OO9DQXIXTA11VXKRXB158ZNV40SNKBAMVHCY48LZ7EXQ879A08N766L46AKJJCE2W32TR8OQOIHFC3RV8232SABMQK0X3D32STQZXQMD2AP7FIDNYTKLDC5V19EMSB0179BJPZ33J7206FQZXZHDT2UMBRUTHMABIFNCX4WLEUWAGN2A0TZDBULK4GHDNPJFWDJJDOQAQO0XSLBUNA61QTSK720OOV3GATYBIPXA1EBIED2DNXOE' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='O2CZ4IKJ3US5Q376OFNLFOC5U789CY4WYVKMZBY6G4DGZPN2REBJRVCBD1VHJNUL9PDPLFHY6Y9PND3KJZEOPUU0S1CU1JXC63CD2VA1095X311EGB306DMB20PNMQZZPWG8DDI653DLS2L4WQF8MAPC8ZHBKSN9UEA35JDE6LJ5MTGVY7FN9FVY8MRL5PB8EFURSE3N524HUD7109VQZ1BB73SKTV0XVX1512PXH7P93AGKUNNN3IG8TN4T9L0MW' where id=78; -update noar ti set v1='O2CZ4IKJ3US5Q376OFNLFOC5U789CY4WYVKMZBY6G4DGZPN2REBJRVCBD1VHJNUL9PDPLFHY6Y9PND3KJZEOPUU0S1CU1JXC63CD2VA1095X311EGB306DMB20PNMQZZPWG8DDI653DLS2L4WQF8MAPC8ZHBKSN9UEA35JDE6LJ5MTGVY7FN9FVY8MRL5PB8EFURSE3N524HUD7109VQZ1BB73SKTV0XVX1512PXH7P93AGKUNNN3IG8TN4T9L0MW' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='7MVBE30ICEGL02SN6Z82VSS93YD88NHCIR09WMZHD5L5JA4K366JQAD1TRRED086OVNV4ZW80E8PP1ZKP1ACZ53PGJVXVSI0NNC0CN1XW6RFC0FUBMF535X9A4FWA28C1BSB9FOIJJXGAX3JE9F0AWOW0HQYTQRMYLWAUMD1MXN9324Q8QW40U4TGFD3W8J2NP29VIML4F2GNYDQWTV5M3QRCVSMEN2DZ8X0ADL0TH28LLHYQ2DVNY9G979C5NJXF' where id=78; -update noar ti set v2='7MVBE30ICEGL02SN6Z82VSS93YD88NHCIR09WMZHD5L5JA4K366JQAD1TRRED086OVNV4ZW80E8PP1ZKP1ACZ53PGJVXVSI0NNC0CN1XW6RFC0FUBMF535X9A4FWA28C1BSB9FOIJJXGAX3JE9F0AWOW0HQYTQRMYLWAUMD1MXN9324Q8QW40U4TGFD3W8J2NP29VIML4F2GNYDQWTV5M3QRCVSMEN2DZ8X0ADL0TH28LLHYQ2DVNY9G979C5NJXF' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NXI9Z1155C569CT5SCNSUP1A94YUH0PQ8K6BJ40PCFL3TSL37GE4F55JWK87BQUERLU9TMN8RHHAWUL6VKF7JR6U6XJLQH8E3NTL8XJJW38ZOG0U9SS8A6LUJJWWLV3RTUP8M24RJUOU16ZUP8IW0BSFBPUDA6O5GI89QHBCQ9G3IV1NXDXC7WIH0AM5R1QHC2ATKCXGRH2C1BBOFJ8IDN5V55O6ALOZ7OFVAMMBL624GHZVRBBL4FCLOX5IG7CT9' where id=78; -update noar ti set v3='NXI9Z1155C569CT5SCNSUP1A94YUH0PQ8K6BJ40PCFL3TSL37GE4F55JWK87BQUERLU9TMN8RHHAWUL6VKF7JR6U6XJLQH8E3NTL8XJJW38ZOG0U9SS8A6LUJJWWLV3RTUP8M24RJUOU16ZUP8IW0BSFBPUDA6O5GI89QHBCQ9G3IV1NXDXC7WIH0AM5R1QHC2ATKCXGRH2C1BBOFJ8IDN5V55O6ALOZ7OFVAMMBL624GHZVRBBL4FCLOX5IG7CT9' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Q3FFZD7DDX86QMDGSJY2BRU58T98MFBN7BSDX49FII54HWDENRUHG6GP3X2SS4TD10U9OHHIW74AA99VHLM05GQECAJCA106FQX0B9CSQ5ULJ2LHTA3JSW9DU6GYQFGDNPXCRE2TQ0F4D3T0ICXJIK4UH8CN94CKVZYWETQ6M14L4P4VLLJFT2ODOIM5OG1C37CTMI84H462WMR0U75238YRCZ32335JO2T37ATFFU2R986OFMB21LRSXU7OZ8LSB' where id=79; -update noar ti set v0='Q3FFZD7DDX86QMDGSJY2BRU58T98MFBN7BSDX49FII54HWDENRUHG6GP3X2SS4TD10U9OHHIW74AA99VHLM05GQECAJCA106FQX0B9CSQ5ULJ2LHTA3JSW9DU6GYQFGDNPXCRE2TQ0F4D3T0ICXJIK4UH8CN94CKVZYWETQ6M14L4P4VLLJFT2ODOIM5OG1C37CTMI84H462WMR0U75238YRCZ32335JO2T37ATFFU2R986OFMB21LRSXU7OZ8LSB' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='1CHHHKNY6CMSUK3X4JJYU1ID0T2WYA4QSL7C5KSJ8L1WULYTTPSWPJLNPEV7R9D37H0F819S5PDBQ483AO8ZYT64O69U2XPV0EP9X549G4PPBKMY1P8Z1JOMAANYSO6JF19GJ1IHUBVOSZDNGROFG26KW31CF8HSSVJRTVRUXSQTDJKI1KF3J281QAL41WP4Q2CKXRNCWLQ4QUOV1C8UN4DYCSPN5PYD1KHZ5I7MIQ6ZDLR4S7R5BXVQ3CK04D63M' where id=79; -update noar ti set v1='1CHHHKNY6CMSUK3X4JJYU1ID0T2WYA4QSL7C5KSJ8L1WULYTTPSWPJLNPEV7R9D37H0F819S5PDBQ483AO8ZYT64O69U2XPV0EP9X549G4PPBKMY1P8Z1JOMAANYSO6JF19GJ1IHUBVOSZDNGROFG26KW31CF8HSSVJRTVRUXSQTDJKI1KF3J281QAL41WP4Q2CKXRNCWLQ4QUOV1C8UN4DYCSPN5PYD1KHZ5I7MIQ6ZDLR4S7R5BXVQ3CK04D63M' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9LW7DQ1MLCRTJ9L1BRBBYOAR4M89KDJT9U00AO2VV7C48FOJRR1YQ17G0ACP25CL88T9KN2IHKNIQNZE27W2YZTD3D6JUPME6URTAPYTY7UTE80CS1GHBBJIRLLATPIBMXO1H47ZZBN1ZW07TX1P49PX4GZXNWT837N4QMS1KZ5MHGQ86Z7A2GDPDE12BH2S41RG0A1GVD52BXKXI7YFG57KUGS1C9TKYUMTZVMAQ34A60FI43R4R4HDTMVJC2QYA' where id=79; -update noar ti set v2='9LW7DQ1MLCRTJ9L1BRBBYOAR4M89KDJT9U00AO2VV7C48FOJRR1YQ17G0ACP25CL88T9KN2IHKNIQNZE27W2YZTD3D6JUPME6URTAPYTY7UTE80CS1GHBBJIRLLATPIBMXO1H47ZZBN1ZW07TX1P49PX4GZXNWT837N4QMS1KZ5MHGQ86Z7A2GDPDE12BH2S41RG0A1GVD52BXKXI7YFG57KUGS1C9TKYUMTZVMAQ34A60FI43R4R4HDTMVJC2QYA' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='O8LRF4704XQ0JSM6M02LTI146T773PP9T4ZYYQO36S4CCBPLR8T6CUAP02YVKZ66ZHD35OUDMHGATSR5RUB6KZEDUO4FQWH8Q9ONW70C1LFTE7D4WP3EIC3RJH7XQWS7Q8PCMX7O5MUODVB6B3H8CE6PUMNJAKND4PODW6D3DGG5C8VBV7CKIB2OKGSGDPMN6SFT8R03MV07L4EASBRM7EXIRXZ80DJ7QHKRUITBY45X7L4ASLBBTOABIHRU7VEUA' where id=79; -update noar ti set v3='O8LRF4704XQ0JSM6M02LTI146T773PP9T4ZYYQO36S4CCBPLR8T6CUAP02YVKZ66ZHD35OUDMHGATSR5RUB6KZEDUO4FQWH8Q9ONW70C1LFTE7D4WP3EIC3RJH7XQWS7Q8PCMX7O5MUODVB6B3H8CE6PUMNJAKND4PODW6D3DGG5C8VBV7CKIB2OKGSGDPMN6SFT8R03MV07L4EASBRM7EXIRXZ80DJ7QHKRUITBY45X7L4ASLBBTOABIHRU7VEUA' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5ERX9GS9UO6KRUFIFQ3EYM7WIWVX4BN5MQZLKH3ZK9UYY5QSHKP0G04ALNCD2TNHQ7TXURQNH07B3OR16KOEUUJPJMC12MEX88SOPSM6OR9OZA549SN9768C3KMXDTX94XPFBJDO8K0RWHU6CEMYIGYMOI39HJN6SYLB79WLIO4FWMV8CHOR23N3UHVOVCUMGQI7HF52OEFEDUFLLAKDD04JEW6F5QS7EGL8JUHPN4IX1ORREBK8P1CVGU0H90P5G' where id=80; -update noar ti set v0='5ERX9GS9UO6KRUFIFQ3EYM7WIWVX4BN5MQZLKH3ZK9UYY5QSHKP0G04ALNCD2TNHQ7TXURQNH07B3OR16KOEUUJPJMC12MEX88SOPSM6OR9OZA549SN9768C3KMXDTX94XPFBJDO8K0RWHU6CEMYIGYMOI39HJN6SYLB79WLIO4FWMV8CHOR23N3UHVOVCUMGQI7HF52OEFEDUFLLAKDD04JEW6F5QS7EGL8JUHPN4IX1ORREBK8P1CVGU0H90P5G' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Z760IJEEUXH9MNILGXL3X1AICMXZ8K9G66B2WA39SDVDG9CNWCKZU1XXDA5LNYV4UT5DORMX17T6PNR0V4B3TD7VTAY0F4ZWW4U34P3COLBBIXR7567URPVZKKP857QH0230GNQ629SUTBQPQ5WPH4RQHYQUWMWLF1NHCMB7JFPTXPML67FSAMXE975VL4DCK3A8Q46BLOIXG3QETW7EWDHQPXLUYSKP61B71LTM1LNF0ZTOW02A95QAEQOL02VQ4' where id=80; -update noar ti set v1='Z760IJEEUXH9MNILGXL3X1AICMXZ8K9G66B2WA39SDVDG9CNWCKZU1XXDA5LNYV4UT5DORMX17T6PNR0V4B3TD7VTAY0F4ZWW4U34P3COLBBIXR7567URPVZKKP857QH0230GNQ629SUTBQPQ5WPH4RQHYQUWMWLF1NHCMB7JFPTXPML67FSAMXE975VL4DCK3A8Q46BLOIXG3QETW7EWDHQPXLUYSKP61B71LTM1LNF0ZTOW02A95QAEQOL02VQ4' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='L78CIOWIEKYZTNHFVWC6TW66NLQJ0GP4CASGEJ5B79LD5MLVVPIG6R8W98T1OZ16ZY7QXHZ8QIZADOFMRV2AOXPW3GRD9K087QBCGQ9TWA7LAF26KDJ51P9SM0N7L8E2K6MRYUVY04GG4TZZMNP0GLH8U8TRNB7PYO7NE96HGX26MJSXXDBZ7QRBRWSWKOUA0IVO1H95XLFACM8J37TH97K1JSG6AUFLEA7Q8X6IHM7385I7PIE5J69KGYKPLP0YL' where id=80; -update noar ti set v2='L78CIOWIEKYZTNHFVWC6TW66NLQJ0GP4CASGEJ5B79LD5MLVVPIG6R8W98T1OZ16ZY7QXHZ8QIZADOFMRV2AOXPW3GRD9K087QBCGQ9TWA7LAF26KDJ51P9SM0N7L8E2K6MRYUVY04GG4TZZMNP0GLH8U8TRNB7PYO7NE96HGX26MJSXXDBZ7QRBRWSWKOUA0IVO1H95XLFACM8J37TH97K1JSG6AUFLEA7Q8X6IHM7385I7PIE5J69KGYKPLP0YL' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ROHU3JWF647KJDT4HJUJ2S5WQ1HJFDCE6BMNDUETEV9AENM3MMVBDENN42MHS4093TUCWNF3UBLEN8AVQ9R8RNUQ0KODU3CJXDKU79JMOK6B17ZQX5H066299S03HG2CS7HAE0XWA31Z5O27BDTBMH00AMZGURMXAY6N3DKPHWGXJMTPV8F2K261BHUBAXB3K9QY38MC7AZJIAVHF350FFPFBVPRV9CCJVNFNXFO00VFH5BO71J2M97BHCZH5GGII' where id=80; -update noar ti set v3='ROHU3JWF647KJDT4HJUJ2S5WQ1HJFDCE6BMNDUETEV9AENM3MMVBDENN42MHS4093TUCWNF3UBLEN8AVQ9R8RNUQ0KODU3CJXDKU79JMOK6B17ZQX5H066299S03HG2CS7HAE0XWA31Z5O27BDTBMH00AMZGURMXAY6N3DKPHWGXJMTPV8F2K261BHUBAXB3K9QY38MC7AZJIAVHF350FFPFBVPRV9CCJVNFNXFO00VFH5BO71J2M97BHCZH5GGII' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='7IAQL7HCL9MS2N4H6MQRE7R98CHC5JRXI61AJOZQBLQVQ7PKGYAML3TMKZP6TCYNYEI030V838YCWSLKHT557WWIJ0MJIQA8WMMJHWHNIG4PXPAN626XG7PQT8BWJEVZ8VMNQGHCCYAXVZA4OMKO6H9AQK719WCQUZFG3CD928C7RN270PZIAZB3SHFLZSAK20WJK8VHVFN9CQ8XFGB0Q41TGNBQH8E1N2N290PNMUUCZ7YS0MWN6S1GD6D9CDF38' where id=81; -update noar ti set v0='7IAQL7HCL9MS2N4H6MQRE7R98CHC5JRXI61AJOZQBLQVQ7PKGYAML3TMKZP6TCYNYEI030V838YCWSLKHT557WWIJ0MJIQA8WMMJHWHNIG4PXPAN626XG7PQT8BWJEVZ8VMNQGHCCYAXVZA4OMKO6H9AQK719WCQUZFG3CD928C7RN270PZIAZB3SHFLZSAK20WJK8VHVFN9CQ8XFGB0Q41TGNBQH8E1N2N290PNMUUCZ7YS0MWN6S1GD6D9CDF38' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WHCYLKOEHI8OEAXP0KP8WICKENH4S8LI6246ZG0NVGL8G4WZFB1CM8GEA10O4G79LO79T0YKNKNHE8Y1VMPGB1YBHRA5SR6R3F9GC0K45CG9AYWG0OZ52AKNMF50YA9Q22OKXQZ111CHQESQAXEASOTAVF0ZFJ156DXRYPTW9M7OE2QDJGBEGCY9H63YHN6MI95K2ZMJPWE02VMFGTSKHAY92X65TCRXI4LXSDPGBHDXNM84ZWDOC2WX3S51A93BM' where id=81; -update noar ti set v1='WHCYLKOEHI8OEAXP0KP8WICKENH4S8LI6246ZG0NVGL8G4WZFB1CM8GEA10O4G79LO79T0YKNKNHE8Y1VMPGB1YBHRA5SR6R3F9GC0K45CG9AYWG0OZ52AKNMF50YA9Q22OKXQZ111CHQESQAXEASOTAVF0ZFJ156DXRYPTW9M7OE2QDJGBEGCY9H63YHN6MI95K2ZMJPWE02VMFGTSKHAY92X65TCRXI4LXSDPGBHDXNM84ZWDOC2WX3S51A93BM' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GGVI66QTBSD6H37N1UFPW2UASZB6U08I538EFE6AYGEOSG1Y4OL50FRIUW1TYDSX5NAGMUBQTVP1EI4NK85IR7BATNDZ2GTXWOROVV0GQ1IO5W1FSANU1FD6L81X6QP8EFSJ49BZO286PLZAFYNNSA6ANW8NUB8ZDO6BXOUU2NE3IC3NCUYE27L5BB0UPNNAFMOTTOXOHG3BZTV004FS0ID6H740HMCXNNTPED13B6NAUDYMBZSXHRDK42CL6WR5E' where id=81; -update noar ti set v2='GGVI66QTBSD6H37N1UFPW2UASZB6U08I538EFE6AYGEOSG1Y4OL50FRIUW1TYDSX5NAGMUBQTVP1EI4NK85IR7BATNDZ2GTXWOROVV0GQ1IO5W1FSANU1FD6L81X6QP8EFSJ49BZO286PLZAFYNNSA6ANW8NUB8ZDO6BXOUU2NE3IC3NCUYE27L5BB0UPNNAFMOTTOXOHG3BZTV004FS0ID6H740HMCXNNTPED13B6NAUDYMBZSXHRDK42CL6WR5E' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0CUC6PG8338586R61KV252EUYFR6KCS93634XBUJYBEBJDT0DPE4U2HCQVHLBDMQZAISIVR7DOE0YHF200PAUKMKTC7DKMGYD66XVTPKVBAO0XQJ3PRZEWR5YFXKCL3O1OXNI52P3R2JZ7VS492LH2ROOQJS7M7D8TX8T38BTNJQ702C9Q49UFV6H2WGRE85XKBPAYW0JLECJCPK78O95YP8M0W5URK8707NUBMPHALYU67CCO8HOVH2DARLRYJ9E' where id=81; -update noar ti set v3='0CUC6PG8338586R61KV252EUYFR6KCS93634XBUJYBEBJDT0DPE4U2HCQVHLBDMQZAISIVR7DOE0YHF200PAUKMKTC7DKMGYD66XVTPKVBAO0XQJ3PRZEWR5YFXKCL3O1OXNI52P3R2JZ7VS492LH2ROOQJS7M7D8TX8T38BTNJQ702C9Q49UFV6H2WGRE85XKBPAYW0JLECJCPK78O95YP8M0W5URK8707NUBMPHALYU67CCO8HOVH2DARLRYJ9E' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SROIC3LDYM70OIGPPB8C8TCQFKGYIH7MO31KZM3B36A2F74R99PFX9YELIANGQZP5OY3XRBVU3264KB971HUBIBVLD2PY3NPEOOU8SJQLHCPF6BCJTMEF5YMU0UKPGSBO3I9EPN6DQCINB3PDKGPV7XCXLAPCTV5L07SYFAQ1PXW1IKXWV2V76EOAJHERBMWMNSTU9KVT9S8DEHB4MQW55HGZHSY9EZG97H4RUUT36EWBYJGXHZT1NV59EYHJRQHR' where id=82; -update noar ti set v0='SROIC3LDYM70OIGPPB8C8TCQFKGYIH7MO31KZM3B36A2F74R99PFX9YELIANGQZP5OY3XRBVU3264KB971HUBIBVLD2PY3NPEOOU8SJQLHCPF6BCJTMEF5YMU0UKPGSBO3I9EPN6DQCINB3PDKGPV7XCXLAPCTV5L07SYFAQ1PXW1IKXWV2V76EOAJHERBMWMNSTU9KVT9S8DEHB4MQW55HGZHSY9EZG97H4RUUT36EWBYJGXHZT1NV59EYHJRQHR' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UDYCTXDNP6G6W3I140VDNAPYR48F2ETEPFV0RKPET0388DS7793BKGHR8TWBMGZMIIL52T9Z1FQ2IVQD7K895IUE3GZO92AOGF8U1GGYGU7NMXMXVUBY6OMIQRGNZ56BMAOO9L8GYKSH5HS1YTAD8CIXE1N7W93OEBVCJGSW4ZXUKBHGFFZIPXL93BEYLK9FKY6AUYAVCZIRWPG6SVSTW79KP0FWZYO0Y85UMXBGNJJ7PZDMRNR3HA09U4O4XBR8Y' where id=82; -update noar ti set v1='UDYCTXDNP6G6W3I140VDNAPYR48F2ETEPFV0RKPET0388DS7793BKGHR8TWBMGZMIIL52T9Z1FQ2IVQD7K895IUE3GZO92AOGF8U1GGYGU7NMXMXVUBY6OMIQRGNZ56BMAOO9L8GYKSH5HS1YTAD8CIXE1N7W93OEBVCJGSW4ZXUKBHGFFZIPXL93BEYLK9FKY6AUYAVCZIRWPG6SVSTW79KP0FWZYO0Y85UMXBGNJJ7PZDMRNR3HA09U4O4XBR8Y' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='74EERGPYEQ8TB15ROHJZUQS70ZR8XBV0ESRE60YP6NLNKAPHYVS1PN3WIN65YVPTLQOARM9PX521WLO718I3DHRGDFGMULT6I5BPGMMK8SPE87G7BMA6BRIXCLFY6DF6PVEN0G1U9F0GZXN2AARQNV0HJL9KEQP08VPUNXM2P1RJG7B79Y4O0YCIOQ2WDJQKWERATSTR6JN1BACF3QMH5T8LQRTTIVGVI27Y6YYS0TCRLH62LYRIC7CKVJYYFW9YR' where id=82; -update noar ti set v2='74EERGPYEQ8TB15ROHJZUQS70ZR8XBV0ESRE60YP6NLNKAPHYVS1PN3WIN65YVPTLQOARM9PX521WLO718I3DHRGDFGMULT6I5BPGMMK8SPE87G7BMA6BRIXCLFY6DF6PVEN0G1U9F0GZXN2AARQNV0HJL9KEQP08VPUNXM2P1RJG7B79Y4O0YCIOQ2WDJQKWERATSTR6JN1BACF3QMH5T8LQRTTIVGVI27Y6YYS0TCRLH62LYRIC7CKVJYYFW9YR' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5C29FPCW6KQ1CGGHRXVNX6NYT4A7R9MKEJZTXWQXV5MJ3028G00BR6438SUVYQ6G518WBVN5UQSUF2DG16H54XA42G3FJGU2J2RVC58LR7LE456XODPR0Y74J4TN66DY6RUEOEINZW4NHZVZGCFDG6S5Z1H2L0NX3KKZ4CUI4S9YMNOIBRFBTYN039WL6S0FTVFZTLU4LJSV71VSHZEEQTRH1F8OLT1NPQ0GJ8IARUHCJDOTIFHLX7CX25EPZRSFF' where id=82; -update noar ti set v3='5C29FPCW6KQ1CGGHRXVNX6NYT4A7R9MKEJZTXWQXV5MJ3028G00BR6438SUVYQ6G518WBVN5UQSUF2DG16H54XA42G3FJGU2J2RVC58LR7LE456XODPR0Y74J4TN66DY6RUEOEINZW4NHZVZGCFDG6S5Z1H2L0NX3KKZ4CUI4S9YMNOIBRFBTYN039WL6S0FTVFZTLU4LJSV71VSHZEEQTRH1F8OLT1NPQ0GJ8IARUHCJDOTIFHLX7CX25EPZRSFF' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A93HJINGRDUQSPDDEO9JTQ3I5LZ7G29YXND123YYRRT0A1RLN870GBD1HSEI4JGOYSPRBU6QPX2H7Z1MRZ8Z2W1MNRZHPLKR0USOSDWLJD9B982AQGAQQBFEHM96H099B7WT8OEDAJTO181FW9N9WCMUOQE3NR0FCJHOLJDGM5COIV0Q2M467D04UU7M0BDF4SY8VZQT3Y3A7RLXAXD4351YNEOSQSQDM73U4EFC4SBDYJKIFK36FKS76C93WLNC6' where id=83; -update noar ti set v0='A93HJINGRDUQSPDDEO9JTQ3I5LZ7G29YXND123YYRRT0A1RLN870GBD1HSEI4JGOYSPRBU6QPX2H7Z1MRZ8Z2W1MNRZHPLKR0USOSDWLJD9B982AQGAQQBFEHM96H099B7WT8OEDAJTO181FW9N9WCMUOQE3NR0FCJHOLJDGM5COIV0Q2M467D04UU7M0BDF4SY8VZQT3Y3A7RLXAXD4351YNEOSQSQDM73U4EFC4SBDYJKIFK36FKS76C93WLNC6' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ENHVA29U3RP4WUZ395S1LOVG22X26CBAI0ZE342Q8CEWNLTO0GNF2GIN54OSEXK35AJ7I3FFQQCHYQQ7G27FJCYFD24920TSIWTJ9KQE0C6POSK8CKUC8T5061ILO4OJAVGQJE2P6CDUEZU93JA2HZ50NF3IXF5P24Q8V7ZYHS801487UNF6AOD2SI3YVVEW8M39BZEJ5ZLA66SCI18YQ48V02J91FDJO9H3LF8FYTF35SKYKW7DQZOU3OYRP5RLW' where id=83; -update noar ti set v1='ENHVA29U3RP4WUZ395S1LOVG22X26CBAI0ZE342Q8CEWNLTO0GNF2GIN54OSEXK35AJ7I3FFQQCHYQQ7G27FJCYFD24920TSIWTJ9KQE0C6POSK8CKUC8T5061ILO4OJAVGQJE2P6CDUEZU93JA2HZ50NF3IXF5P24Q8V7ZYHS801487UNF6AOD2SI3YVVEW8M39BZEJ5ZLA66SCI18YQ48V02J91FDJO9H3LF8FYTF35SKYKW7DQZOU3OYRP5RLW' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OCC0KHJO0C6BAIRDZOVJ6XWKDNEK3PH1OQTIUOF8WQRD31UAQOA51N9NXZYRCFUOGSQRADNMUMI4KAFI8IUIGG5XBGKF35QR2VQCSQS8OFLXIBZY2HC6E3CG55L5X8KBRFX1F5M9ISWLDJQOPP8QANTN7VSUYRA8R3JDXQ2KK0WMTSTAIY3ZBQUWT7O4IHP3WHGBQRL7M2FCP1TDK51MAO180U9RUUP97IKPDZZO0GTAL7MIRKIW03DGSXTG0AJTM' where id=83; -update noar ti set v2='OCC0KHJO0C6BAIRDZOVJ6XWKDNEK3PH1OQTIUOF8WQRD31UAQOA51N9NXZYRCFUOGSQRADNMUMI4KAFI8IUIGG5XBGKF35QR2VQCSQS8OFLXIBZY2HC6E3CG55L5X8KBRFX1F5M9ISWLDJQOPP8QANTN7VSUYRA8R3JDXQ2KK0WMTSTAIY3ZBQUWT7O4IHP3WHGBQRL7M2FCP1TDK51MAO180U9RUUP97IKPDZZO0GTAL7MIRKIW03DGSXTG0AJTM' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AQA45B652PEG93X2GUTBCA2CL7LG6DWQ3MW7YBI4T2M8JEEULAPKKS87K84MYCYLZTTGF7O9ZIQDDAM2FDKYCFGX4NOLQO4ZHO1Q1HBD64BWHOK7EC4H40585WRSYO6B8MXCW837TP0R9OX9JMZ6S23S4LUFB9KCN75CVAS34DWOUNHR0GAVXBGTVO0MHCL639JZNDJ8QOK9ASA7TEEIJNSXXZM7MVB96ED59E3JJZ4F62X6KISZOTRQPZPHCWTDZ' where id=83; -update noar ti set v3='AQA45B652PEG93X2GUTBCA2CL7LG6DWQ3MW7YBI4T2M8JEEULAPKKS87K84MYCYLZTTGF7O9ZIQDDAM2FDKYCFGX4NOLQO4ZHO1Q1HBD64BWHOK7EC4H40585WRSYO6B8MXCW837TP0R9OX9JMZ6S23S4LUFB9KCN75CVAS34DWOUNHR0GAVXBGTVO0MHCL639JZNDJ8QOK9ASA7TEEIJNSXXZM7MVB96ED59E3JJZ4F62X6KISZOTRQPZPHCWTDZ' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VHPHX3FNR8BD432JAU9JYZBEGTBEM8NYUVI1S3E5MBKLKN29314QG5XJ04QTEL61TSVO9QQHM3VIH3YHLAJ6QPZEXVSM34OLT5V9S91J10NZTG40XGUNKSTTC83TQ37DQZYKRNKPQWY5L4ZGK5D1V0C8BJGM9KEK43L2LL5UMQR7HWS78Z040DARY0C8X7PLG8J805DIB16LZMPVOKPGC7KWZAKFOF0AJK1M6LWJWO6IFT9PNRL73FSE0MFLYXGAJ' where id=84; -update noar ti set v0='VHPHX3FNR8BD432JAU9JYZBEGTBEM8NYUVI1S3E5MBKLKN29314QG5XJ04QTEL61TSVO9QQHM3VIH3YHLAJ6QPZEXVSM34OLT5V9S91J10NZTG40XGUNKSTTC83TQ37DQZYKRNKPQWY5L4ZGK5D1V0C8BJGM9KEK43L2LL5UMQR7HWS78Z040DARY0C8X7PLG8J805DIB16LZMPVOKPGC7KWZAKFOF0AJK1M6LWJWO6IFT9PNRL73FSE0MFLYXGAJ' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='DA8A6LDDZ1LVOOLD12D58LQ0L4R1C54ONGOEJH62BMVJ6S9LGCF2X3CNFP7X3N31VQSQQKZN2ZFO9EBFS84URHR01YPS2PLT7DPF5U44O06V41B6ZJUPPZTQHO9XM9Z9001RVFHJL7BETRRFDEJM7829O9VELWKVXFQBT1MPCC857DJGVPWVO5H5RPNBA10F8KKORGXJUA6UU22MOFEIHD1TAK5XGO0K1S94UWBYZYUESCBH5DA6U77WEOU4G6NNX' where id=84; -update noar ti set v1='DA8A6LDDZ1LVOOLD12D58LQ0L4R1C54ONGOEJH62BMVJ6S9LGCF2X3CNFP7X3N31VQSQQKZN2ZFO9EBFS84URHR01YPS2PLT7DPF5U44O06V41B6ZJUPPZTQHO9XM9Z9001RVFHJL7BETRRFDEJM7829O9VELWKVXFQBT1MPCC857DJGVPWVO5H5RPNBA10F8KKORGXJUA6UU22MOFEIHD1TAK5XGO0K1S94UWBYZYUESCBH5DA6U77WEOU4G6NNX' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PJ5LUALL2G88Y3ZL176YQU77760USNMM7DQFCAURHMULAAJYXAZ3L9FSS2U59WXBWH0U9ZHUE7NK9EJK3FPIA3FTDS3SIY4152K1GXXBRZE00OKT04Y6W5ENMX6K0XRW0X6RGECKIYI22GX1XC4R14RN4SO9N7M1MFB12LH3J3UN4FIFYK69XKRPE4BWDUWCV7X5W878NHED2ENWETP79LKP2JK75E72B236NS6CWW3N24TIBGBOH3AO3LAPEU10D' where id=84; -update noar ti set v2='PJ5LUALL2G88Y3ZL176YQU77760USNMM7DQFCAURHMULAAJYXAZ3L9FSS2U59WXBWH0U9ZHUE7NK9EJK3FPIA3FTDS3SIY4152K1GXXBRZE00OKT04Y6W5ENMX6K0XRW0X6RGECKIYI22GX1XC4R14RN4SO9N7M1MFB12LH3J3UN4FIFYK69XKRPE4BWDUWCV7X5W878NHED2ENWETP79LKP2JK75E72B236NS6CWW3N24TIBGBOH3AO3LAPEU10D' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0FHAHXLKZRNNHJTOKUA302UYRBXTI3UY45XHDTF7719QRQWXHN3EF360U8YRPVPZ4RZ8VLSPQIKNHGPFKFX8593TT8OMWQRQH1TGH4DSNSHARZP419E7XG7NXP4ZS4L8Q2MTWGXK4K9GCMQV8UOIKDIMZ8MWSWJXKPQ7WFH9RTAPTA5OXR4F5ACOV84T2HGJPI43W3UNMJJ847H0IB1C3LWQXI61Y0YZGAW5KB7MW68KKQIHI1MIKYRU24JH9Z4LN' where id=84; -update noar ti set v3='0FHAHXLKZRNNHJTOKUA302UYRBXTI3UY45XHDTF7719QRQWXHN3EF360U8YRPVPZ4RZ8VLSPQIKNHGPFKFX8593TT8OMWQRQH1TGH4DSNSHARZP419E7XG7NXP4ZS4L8Q2MTWGXK4K9GCMQV8UOIKDIMZ8MWSWJXKPQ7WFH9RTAPTA5OXR4F5ACOV84T2HGJPI43W3UNMJJ847H0IB1C3LWQXI61Y0YZGAW5KB7MW68KKQIHI1MIKYRU24JH9Z4LN' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YMN4JN4O60G3GKYKGC45LL1YUC7VEJL6GMDCZJ2B0V9C8XYRQ7MEMZCP0VYS3QG8MZQIADP8OG9O1LQJJNTWJQ7E088KCUBFK0G8AL383HER588LS9OMVRYGRQZCCJTQI9V9H8EXT8B56TFLJ1B3AOA3ZW98AYNOYGZ30TJK7QITF7VTHYMLERXYTUDO036X4QN7SWP3QJVTWZGV6KICM1RK8SBH93RGR56I0FJ3IGEEDUO9QEJIWJTMOO88JEJF7' where id=85; -update noar ti set v0='YMN4JN4O60G3GKYKGC45LL1YUC7VEJL6GMDCZJ2B0V9C8XYRQ7MEMZCP0VYS3QG8MZQIADP8OG9O1LQJJNTWJQ7E088KCUBFK0G8AL383HER588LS9OMVRYGRQZCCJTQI9V9H8EXT8B56TFLJ1B3AOA3ZW98AYNOYGZ30TJK7QITF7VTHYMLERXYTUDO036X4QN7SWP3QJVTWZGV6KICM1RK8SBH93RGR56I0FJ3IGEEDUO9QEJIWJTMOO88JEJF7' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='93YXNF3DWKVF61JYNWHWBJ2L68D8SWGM8EX7RIC05S64NR9VRSLKEQOKOMYZARSPCG6LS7BFPLUUT7USADWFI7HW71FR4KANRS2CB6BBWHI81P4V84FTL2UKTGXZBIJI4PUL38N5ABWCYPMC49UUTE0PPACP0B4BRAUV9OLCTC0WULUU0UKDBRAZUW784BO6ESB34W7JLVCKJDBP7YE32JXZ5GXRBUQJYJM779JRRI8WXFE15OF78LCRNVWUTTEAQ' where id=85; -update noar ti set v1='93YXNF3DWKVF61JYNWHWBJ2L68D8SWGM8EX7RIC05S64NR9VRSLKEQOKOMYZARSPCG6LS7BFPLUUT7USADWFI7HW71FR4KANRS2CB6BBWHI81P4V84FTL2UKTGXZBIJI4PUL38N5ABWCYPMC49UUTE0PPACP0B4BRAUV9OLCTC0WULUU0UKDBRAZUW784BO6ESB34W7JLVCKJDBP7YE32JXZ5GXRBUQJYJM779JRRI8WXFE15OF78LCRNVWUTTEAQ' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3QTKKLRXFDNGY27FTGIOTM2ODR7UI88BC8E6LOUXZUFWC0BFZRHBSMB1TTFEF7UBO8X3YI7DMDXYVSVWYAUGAYHVC7CEORJP5PSN6YN3JEJHDEBECLIKLMPYC8BDU3HNYZ0S9Q2CX915E7MQXNVIT8BYL1CA8D26S0QZV4YKT02DN80EX9DUTA7WGJK04ZU23MHX8DBCVESLKXDFG63ZCF8EDD54M6CLAXZ8J3DFFYNYS2XIWLH9MLYQLSYSTUO6C' where id=85; -update noar ti set v2='3QTKKLRXFDNGY27FTGIOTM2ODR7UI88BC8E6LOUXZUFWC0BFZRHBSMB1TTFEF7UBO8X3YI7DMDXYVSVWYAUGAYHVC7CEORJP5PSN6YN3JEJHDEBECLIKLMPYC8BDU3HNYZ0S9Q2CX915E7MQXNVIT8BYL1CA8D26S0QZV4YKT02DN80EX9DUTA7WGJK04ZU23MHX8DBCVESLKXDFG63ZCF8EDD54M6CLAXZ8J3DFFYNYS2XIWLH9MLYQLSYSTUO6C' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='B8049LHH5FY9AO6WH71L37MBXUHYT4624TX7ZUP5XNL6GF938UC6FB6BTLY8TWHRPW1ZTCIRXS58BWSDN0UO0WX2MZ3U65APTH9IGF650HNRTXHXZFOB1IPQPX239CJXIBD4ECS8MWKN62OO3LEBIE2A454W74X14XE7X7X0068E8L7Q3623NEMWZ1FZKW63M90X787THKZ4FCVVNL76HKXTNXFSDX1V5JTYF41F7XANF4QNZ4XJAFZTIAT3J34SI' where id=85; -update noar ti set v3='B8049LHH5FY9AO6WH71L37MBXUHYT4624TX7ZUP5XNL6GF938UC6FB6BTLY8TWHRPW1ZTCIRXS58BWSDN0UO0WX2MZ3U65APTH9IGF650HNRTXHXZFOB1IPQPX239CJXIBD4ECS8MWKN62OO3LEBIE2A454W74X14XE7X7X0068E8L7Q3623NEMWZ1FZKW63M90X787THKZ4FCVVNL76HKXTNXFSDX1V5JTYF41F7XANF4QNZ4XJAFZTIAT3J34SI' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='07PA99K9Y08R1MHMN8ZPHNZYDDFYKO0PQLHFPQQH4P727IA16R5VO6CJDBQFXI0EC2VMNRITR3WV9HPGJDRIOHUJ00G4S8F5OF8WQNTGC2HPTD9EFI4CK0OVKROTPEEMYP97LEUFWW0GGX4AKXAH7S0JWHJT2N9YU7VPQ9TX7NU2I6O05V7RNS0MYXRSDC3CXXPHXKURL0P42O8GB9XKEXPWZWYEJB6SPGDQU0B9RT8X6VVAQACJYMNY2EU5KKRFH' where id=86; -update noar ti set v0='07PA99K9Y08R1MHMN8ZPHNZYDDFYKO0PQLHFPQQH4P727IA16R5VO6CJDBQFXI0EC2VMNRITR3WV9HPGJDRIOHUJ00G4S8F5OF8WQNTGC2HPTD9EFI4CK0OVKROTPEEMYP97LEUFWW0GGX4AKXAH7S0JWHJT2N9YU7VPQ9TX7NU2I6O05V7RNS0MYXRSDC3CXXPHXKURL0P42O8GB9XKEXPWZWYEJB6SPGDQU0B9RT8X6VVAQACJYMNY2EU5KKRFH' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MGJOO4EAVA6XK9GVC0I5FGJQ8R88FHA4PXPS0F57S06VJGWVW30VVS426Q2XSZELYBJKOT008PA4R64HJE19QQD8OQ4WHLMY9UH47WT14M10CTQWHLFWP01JXIXBHEMAKCBF1QB6I6D4OK62FMWXIP20BQWL2T13FJ8Y3Q9230T8SK2V4GO2HC9706YSRN75X3IBO6JRTSJ0YO4NBEIOFVKQZ6YD7OUOPU6OV4OK8L82JHUU4W6A8UFHJPV7GTYPV' where id=86; -update noar ti set v1='MGJOO4EAVA6XK9GVC0I5FGJQ8R88FHA4PXPS0F57S06VJGWVW30VVS426Q2XSZELYBJKOT008PA4R64HJE19QQD8OQ4WHLMY9UH47WT14M10CTQWHLFWP01JXIXBHEMAKCBF1QB6I6D4OK62FMWXIP20BQWL2T13FJ8Y3Q9230T8SK2V4GO2HC9706YSRN75X3IBO6JRTSJ0YO4NBEIOFVKQZ6YD7OUOPU6OV4OK8L82JHUU4W6A8UFHJPV7GTYPV' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0LZB9SU9TDHNNTS3IJ7RA3ABA91ZGHYNMC9JV8GU75YIA0TVVCK7UIQIHR738T5G0RXHYTNTK3NSJ0MW95JWY7ANVL7X16ON0FJ4RIALH7U06RSI9GHWGU2A00G5SMKL0SM0ANNB39SFN2ZPO03IALQ6MNJW6IN0VG9EGGKBLI9DCJ7F9ZC7V7ZPI5696F4T3VGI54CSDANPRB39UXCRW1GJDQIXVTK4WAI8XCBU0UJA8RFSYW6ON6SI9OJQIX4OY' where id=86; -update noar ti set v2='0LZB9SU9TDHNNTS3IJ7RA3ABA91ZGHYNMC9JV8GU75YIA0TVVCK7UIQIHR738T5G0RXHYTNTK3NSJ0MW95JWY7ANVL7X16ON0FJ4RIALH7U06RSI9GHWGU2A00G5SMKL0SM0ANNB39SFN2ZPO03IALQ6MNJW6IN0VG9EGGKBLI9DCJ7F9ZC7V7ZPI5696F4T3VGI54CSDANPRB39UXCRW1GJDQIXVTK4WAI8XCBU0UJA8RFSYW6ON6SI9OJQIX4OY' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PMV0PY6F1MMZVICFX1NIBKQ7TGHWN5TG7Q6084EAN1S0OPFQGINF5EOOFEJPDDXWTTCN9OZC7HSHBBOXW18GG0XAGBBIJAK7HHRAZOMTYVHX7CJYHBW0NPQZ4N0ICUD6TLAHXP8RRYCLVH5UQ0L1CSXTBWQWZNW8GCKURBA0FAN5XJIK57YCF69OALKB1BRL7N5NLPIJ7OHC0E2V65TJURH9Y8CXDRMOOGUJSGHYLS7TGZ34DEIQY0P1H4NT3MF3Y' where id=86; -update noar ti set v3='PMV0PY6F1MMZVICFX1NIBKQ7TGHWN5TG7Q6084EAN1S0OPFQGINF5EOOFEJPDDXWTTCN9OZC7HSHBBOXW18GG0XAGBBIJAK7HHRAZOMTYVHX7CJYHBW0NPQZ4N0ICUD6TLAHXP8RRYCLVH5UQ0L1CSXTBWQWZNW8GCKURBA0FAN5XJIK57YCF69OALKB1BRL7N5NLPIJ7OHC0E2V65TJURH9Y8CXDRMOOGUJSGHYLS7TGZ34DEIQY0P1H4NT3MF3Y' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='88TCH8BT2A3WQ60BCG7RR6B923JDQ8L26NS8X7J2UPM0AQVH5A0SC1L6V5312Y3KP2RDWHXW1DOW0NSXJEOD1I7YEU8YCCJ54KWGMSMNP3DA6RM4WHGYPVK6OE9IZ3LN3K7L7KZBLSQQFQW2O4XEFL0GYWTJ1ITLTZ1HKKGRNWUNBIV5R1W2CH0B3D616L8B2CWXA49DNCEDGNS2E17PI0FGA49XVZW6JT2PR7T9J8LAMT5NQIUFCMIJ8ZYGZYGFT' where id=87; -update noar ti set v0='88TCH8BT2A3WQ60BCG7RR6B923JDQ8L26NS8X7J2UPM0AQVH5A0SC1L6V5312Y3KP2RDWHXW1DOW0NSXJEOD1I7YEU8YCCJ54KWGMSMNP3DA6RM4WHGYPVK6OE9IZ3LN3K7L7KZBLSQQFQW2O4XEFL0GYWTJ1ITLTZ1HKKGRNWUNBIV5R1W2CH0B3D616L8B2CWXA49DNCEDGNS2E17PI0FGA49XVZW6JT2PR7T9J8LAMT5NQIUFCMIJ8ZYGZYGFT' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8MH9FXKUB9191VRDMZ2DVPLA2LO0EB8PBRZMMAVCTQPJ4EGL1F01P66W7CNR39ZYJDP73LZTW2I76VP8JBH7VCP6NMI1QBN20JE080DTPCO7DQMZ7SPXBOKUSEU2S35GRR3FYS16U20R2UR87OKVFWSQO8DT3PL3FG49BHS56PY66TY6XXNL4EXE68XX2CB2IYKNYEP5TXCDUYGAY44OVHC288U97G0Q4WXAGMTI5H79FDLIFIMBU2K1L1PY0OR2G' where id=87; -update noar ti set v1='8MH9FXKUB9191VRDMZ2DVPLA2LO0EB8PBRZMMAVCTQPJ4EGL1F01P66W7CNR39ZYJDP73LZTW2I76VP8JBH7VCP6NMI1QBN20JE080DTPCO7DQMZ7SPXBOKUSEU2S35GRR3FYS16U20R2UR87OKVFWSQO8DT3PL3FG49BHS56PY66TY6XXNL4EXE68XX2CB2IYKNYEP5TXCDUYGAY44OVHC288U97G0Q4WXAGMTI5H79FDLIFIMBU2K1L1PY0OR2G' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QNNPUX98IZ1946B7Y0FSA753076LCPYH1LF69OFIAK95LHFSHPDVFV8X00WLI6G8OQQMN1BNP2GUCLL0P1EE90A73RHO1FN7X27X0Z7B64BHNIIK63BQ1EZM85QTXT9CKHW63DB8ZV093SKGMM9QE318O93H1QUYVD8NYS2CGGHXP832A5YX1IO5HY8917LF5TSC7U2WSG1UPPYHJTHQ01ZFAW1XKZBEAIEON8D8GLJSC5FWI7P93FO0BTV3F2AL0' where id=87; -update noar ti set v2='QNNPUX98IZ1946B7Y0FSA753076LCPYH1LF69OFIAK95LHFSHPDVFV8X00WLI6G8OQQMN1BNP2GUCLL0P1EE90A73RHO1FN7X27X0Z7B64BHNIIK63BQ1EZM85QTXT9CKHW63DB8ZV093SKGMM9QE318O93H1QUYVD8NYS2CGGHXP832A5YX1IO5HY8917LF5TSC7U2WSG1UPPYHJTHQ01ZFAW1XKZBEAIEON8D8GLJSC5FWI7P93FO0BTV3F2AL0' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K3ZM9BYF6TPV9G5OLX9MC1VE72RJH3EUK00RSCMTXRPOFPJFVAMPPL449BSYZISR9Z33PQGEZ8TOHW5BNPBKBBUWE94EHCS2DW8CBDIREK6082LJ6GZUTCQL6BEU90Q5MOXE2A044XT5IYZDM1KP9MEHPY37DRR1B769VWT5H8LXV0I3TBRYM116DQF2C6MAM15EJW14JRQT9CVAESURHIJD2X41OL70HMA37GJF34YEBMEBPP9T2RFWW4JUFVA8N' where id=87; -update noar ti set v3='K3ZM9BYF6TPV9G5OLX9MC1VE72RJH3EUK00RSCMTXRPOFPJFVAMPPL449BSYZISR9Z33PQGEZ8TOHW5BNPBKBBUWE94EHCS2DW8CBDIREK6082LJ6GZUTCQL6BEU90Q5MOXE2A044XT5IYZDM1KP9MEHPY37DRR1B769VWT5H8LXV0I3TBRYM116DQF2C6MAM15EJW14JRQT9CVAESURHIJD2X41OL70HMA37GJF34YEBMEBPP9T2RFWW4JUFVA8N' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='131I42L7FIJGNQ7KYY88QWDKYY6SHJX405VSN6JHPM6WS96NAF806N784S476OF5GPLELZNMZ5HUK5R5NTB5ANVSSDMG2NUY98EWW6YQBZ1BMDBBXHD87MCH2UCUJLEKY2TWKIPIJRK4Z85JVWCT7CF5NG65N7O63DV1HC1H55C00F2NUTBL4BUILRAOZ20KFSTX8VUDUSXC03K6X8CMGRTWS7Y891TX7ATCIJPTN3O4YETH2M5NF0V5Q7C5VF01F' where id=88; -update noar ti set v0='131I42L7FIJGNQ7KYY88QWDKYY6SHJX405VSN6JHPM6WS96NAF806N784S476OF5GPLELZNMZ5HUK5R5NTB5ANVSSDMG2NUY98EWW6YQBZ1BMDBBXHD87MCH2UCUJLEKY2TWKIPIJRK4Z85JVWCT7CF5NG65N7O63DV1HC1H55C00F2NUTBL4BUILRAOZ20KFSTX8VUDUSXC03K6X8CMGRTWS7Y891TX7ATCIJPTN3O4YETH2M5NF0V5Q7C5VF01F' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EWUPKULP6UG5MF1MRX86EMIP7TGZ680BG1R9VJQZBNB94TDK02VWSIT57KVCWSM1YOQ61YEKEG4PAY3PRA9QBXPEC6GIPZ0FASZLADBU9YSKN3FUH48CH0578JQAQAA5ECX6UB0OZ91TR9WWSIKQLEGGFKNH2MFSH6MRL0QTMAZYMLIY2ZAT6LK98JZVGJSDAO90SW4Z16RLIGZI3AD5VGRNMWG7BQG1PMI8C2UNUVJC4C1L60Z2SP1NL8UW6PA94' where id=88; -update noar ti set v1='EWUPKULP6UG5MF1MRX86EMIP7TGZ680BG1R9VJQZBNB94TDK02VWSIT57KVCWSM1YOQ61YEKEG4PAY3PRA9QBXPEC6GIPZ0FASZLADBU9YSKN3FUH48CH0578JQAQAA5ECX6UB0OZ91TR9WWSIKQLEGGFKNH2MFSH6MRL0QTMAZYMLIY2ZAT6LK98JZVGJSDAO90SW4Z16RLIGZI3AD5VGRNMWG7BQG1PMI8C2UNUVJC4C1L60Z2SP1NL8UW6PA94' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5YH8LTLGSJ0D6LUU5JQEAOJ34R5Y3XDZOR8ZYWE1DKW0HPR6RLSVCNAV377YCHPR0BBJKVEOAG07XAORX1119SWM72S0CEPCYMV3N9TLWTPJSPOGX0BJJ3UZKQZJJUTMLL6K5N1UIKWXBZNCOWMMJUVRT4CLFWMO7253IL3MO8GCNG3PJ4XN5XSGM5QQ9VM3P3RGDW03OSBZE8NRKH7PWZX4M5PPTB29D44PL6DRO7TRHK2XZ388NUJTGW5WNF9UN' where id=88; -update noar ti set v2='5YH8LTLGSJ0D6LUU5JQEAOJ34R5Y3XDZOR8ZYWE1DKW0HPR6RLSVCNAV377YCHPR0BBJKVEOAG07XAORX1119SWM72S0CEPCYMV3N9TLWTPJSPOGX0BJJ3UZKQZJJUTMLL6K5N1UIKWXBZNCOWMMJUVRT4CLFWMO7253IL3MO8GCNG3PJ4XN5XSGM5QQ9VM3P3RGDW03OSBZE8NRKH7PWZX4M5PPTB29D44PL6DRO7TRHK2XZ388NUJTGW5WNF9UN' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6962IUYMMANZF4VQCQR9W0OA9PXEL6VA2ZOQULH3J8EASPTD45V45O2JPHVXTX7M3OMHR4AXPTRLU9CRZR091K7L59ZAVV4KCXAQ0I0OY7Z5Y32IABDWIZY5T034EKWQ68BHS1020CRWLW8BXBJV6JI2204IQ4KY3CIP619PUTN42QBGM9JO0ANCGBAOLH9V4DQYCQM3FY4YQ0IJM7PCZEFAJGOAR1H7P5L0YL9L12R6EYLKRN2U6M679PVVKN4J2' where id=88; -update noar ti set v3='6962IUYMMANZF4VQCQR9W0OA9PXEL6VA2ZOQULH3J8EASPTD45V45O2JPHVXTX7M3OMHR4AXPTRLU9CRZR091K7L59ZAVV4KCXAQ0I0OY7Z5Y32IABDWIZY5T034EKWQ68BHS1020CRWLW8BXBJV6JI2204IQ4KY3CIP619PUTN42QBGM9JO0ANCGBAOLH9V4DQYCQM3FY4YQ0IJM7PCZEFAJGOAR1H7P5L0YL9L12R6EYLKRN2U6M679PVVKN4J2' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BRYU5QKKR83PAV2SQG7T3S0D3YWEDNQMR59GTKOJH6KRFAGYYRL0C9OUR3OTXLTWM06UCWG89KIQN7G91ZKGUIQMY6HX2RLJ66U2TI4WUJG929BTQF57ZS6HSRDTPE5KGXRY937O21GI6E8DY44SFREGU9NQH514SNU8U4KV10RCYHTUKW29CZAH9V9RU6ME6QAO06Z4IQGRSFRRLOP8ZLJWK1IWUXUK72M8A71A3LGETXOGYOAYH5R4E1D1XCT39' where id=89; -update noar ti set v0='BRYU5QKKR83PAV2SQG7T3S0D3YWEDNQMR59GTKOJH6KRFAGYYRL0C9OUR3OTXLTWM06UCWG89KIQN7G91ZKGUIQMY6HX2RLJ66U2TI4WUJG929BTQF57ZS6HSRDTPE5KGXRY937O21GI6E8DY44SFREGU9NQH514SNU8U4KV10RCYHTUKW29CZAH9V9RU6ME6QAO06Z4IQGRSFRRLOP8ZLJWK1IWUXUK72M8A71A3LGETXOGYOAYH5R4E1D1XCT39' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SH1GPNR8TGM4YSB1DQDHLEANT329WTK199FQEXJW3TMAEM09UWKKYHME3LBDY0M8YI1ASZDK87QN7M7Z97BBBBII6BI7YX1XAMQP5G3RL311OW0C3BCK3DA28KW69EVUPD59NOPQ0SIDNJCQ0PEX523XJCG4WSYAMQFMJA1PL5DLIC3C0RNQM819C906J6593Z34XJH0AQSY0YNAV14UGD8MAEPD84HON0CUZU7M3T6CG7023Z4SUQUSARCNW095Z' where id=89; -update noar ti set v1='SH1GPNR8TGM4YSB1DQDHLEANT329WTK199FQEXJW3TMAEM09UWKKYHME3LBDY0M8YI1ASZDK87QN7M7Z97BBBBII6BI7YX1XAMQP5G3RL311OW0C3BCK3DA28KW69EVUPD59NOPQ0SIDNJCQ0PEX523XJCG4WSYAMQFMJA1PL5DLIC3C0RNQM819C906J6593Z34XJH0AQSY0YNAV14UGD8MAEPD84HON0CUZU7M3T6CG7023Z4SUQUSARCNW095Z' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CZPY45G01J75DBNI6SSSTQ9GJUEHR22QVYTCTRDH0ZXHWKET6I4KRVB3ND5LC9BQJONLVUYD4J6V83K3K37LVUF5Y9DALIGE5N4OM50TEZ0VQGVXN48W7BMAV089ZT1A9XPRRW6Q6J676GMDKRNX7YTM4Y1AK62SVRO534DF5EII753729NSPPLRW9RO2F1MJN7FFTFL2F8XKE42K3L0QQOFKY1JVIVCFV160ENRLUEU4XQB097S344R5XT1TOX3Z' where id=89; -update noar ti set v2='CZPY45G01J75DBNI6SSSTQ9GJUEHR22QVYTCTRDH0ZXHWKET6I4KRVB3ND5LC9BQJONLVUYD4J6V83K3K37LVUF5Y9DALIGE5N4OM50TEZ0VQGVXN48W7BMAV089ZT1A9XPRRW6Q6J676GMDKRNX7YTM4Y1AK62SVRO534DF5EII753729NSPPLRW9RO2F1MJN7FFTFL2F8XKE42K3L0QQOFKY1JVIVCFV160ENRLUEU4XQB097S344R5XT1TOX3Z' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Q1SCK8LHFCEOUSR3VFDPFA3NOG3OSR9NHL8QW50OMU73FD3M4YXQ3YAQQIK03M23FNFQSV3HXRDZP1N1ZHECG2D41ORP3QITSO3TKW23N0CI9I7571T66KAO5YTMK6TJW84CPB7J9R4U4QUZBEN2AZIPE7WBIQBB3FNLN1YC79OLTUZH0ZO3K84EKXR3VFBINZY8N6ICOCSSN4X10QDBNMIT8LPT6N8KEHA4FGMB47E9KSI26G4WC0K8EYLHG6R5Q' where id=89; -update noar ti set v3='Q1SCK8LHFCEOUSR3VFDPFA3NOG3OSR9NHL8QW50OMU73FD3M4YXQ3YAQQIK03M23FNFQSV3HXRDZP1N1ZHECG2D41ORP3QITSO3TKW23N0CI9I7571T66KAO5YTMK6TJW84CPB7J9R4U4QUZBEN2AZIPE7WBIQBB3FNLN1YC79OLTUZH0ZO3K84EKXR3VFBINZY8N6ICOCSSN4X10QDBNMIT8LPT6N8KEHA4FGMB47E9KSI26G4WC0K8EYLHG6R5Q' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1L1W7ANM6CLDIZ148DXZ5IIHL7UX92HNYZ3F5OXCI5QJ6SBPPO7GCC8PIJ9O5HPV0939V0RHWU591TET75M313Z6951U1ZI26BBEM05X66O67TTDLBXJGLEDLRO07KJRDL2445QQGFOU57ZR3JXCG6TUFW8FGVGO9X702FRLCNGCL031UJ5PV9JTKKET6FWSU7Z28ARAQD0IULOUHHPZOXCVCR2X158CGDULERO8DM8BQA1VZN9IZJXMBKUAQ3ZC7' where id=90; -update noar ti set v0='1L1W7ANM6CLDIZ148DXZ5IIHL7UX92HNYZ3F5OXCI5QJ6SBPPO7GCC8PIJ9O5HPV0939V0RHWU591TET75M313Z6951U1ZI26BBEM05X66O67TTDLBXJGLEDLRO07KJRDL2445QQGFOU57ZR3JXCG6TUFW8FGVGO9X702FRLCNGCL031UJ5PV9JTKKET6FWSU7Z28ARAQD0IULOUHHPZOXCVCR2X158CGDULERO8DM8BQA1VZN9IZJXMBKUAQ3ZC7' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='R4GXHHW8HUA2NE93YTIBLWISI09ZXUWT4R1BQZS6LYY7TGRM13RAB2526IO5P9CUJB0PHTK6DHYPI4QA187AAQDPYJMI5XUH7ZU86S4ZYYVM8CB25YEBOJ3DEVZ2HTCD4R9LBBPX6SMXERV3EI4YTFFFD3KUVQS6G6KJNYWYNKCISSF438F9M1CF287MXYP8NIUJOU9AJ86X82GU2TSLBLBNJWJGGQKLOG3PNPC7UEQ172Z2G15I2DQJUC10BFFOR' where id=90; -update noar ti set v1='R4GXHHW8HUA2NE93YTIBLWISI09ZXUWT4R1BQZS6LYY7TGRM13RAB2526IO5P9CUJB0PHTK6DHYPI4QA187AAQDPYJMI5XUH7ZU86S4ZYYVM8CB25YEBOJ3DEVZ2HTCD4R9LBBPX6SMXERV3EI4YTFFFD3KUVQS6G6KJNYWYNKCISSF438F9M1CF287MXYP8NIUJOU9AJ86X82GU2TSLBLBNJWJGGQKLOG3PNPC7UEQ172Z2G15I2DQJUC10BFFOR' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='63VGP2SCNVZAYTH1KDUK5LLLTE20FWEL4Z1XYJIT8QWQEDM68FPDKXF6MNDI2A5TOOE9UHPOVR9BDTWLSCQ5TTFU2KR7EFL4A22F2684BHUL5IA2RXN3PEHZUMIWJV0INMXM8UOVY1K5UNRHSWKIK7RQ61MK8891GAXMB2ISK4U2YYB46DYNQXX87QBGHX8376UTVZQZJYDBREBHE5TBLARCMYUW28N3QZXJ2PC8BWJ7VRKJS0Q2MYLTWTE9FY1ZK' where id=90; -update noar ti set v2='63VGP2SCNVZAYTH1KDUK5LLLTE20FWEL4Z1XYJIT8QWQEDM68FPDKXF6MNDI2A5TOOE9UHPOVR9BDTWLSCQ5TTFU2KR7EFL4A22F2684BHUL5IA2RXN3PEHZUMIWJV0INMXM8UOVY1K5UNRHSWKIK7RQ61MK8891GAXMB2ISK4U2YYB46DYNQXX87QBGHX8376UTVZQZJYDBREBHE5TBLARCMYUW28N3QZXJ2PC8BWJ7VRKJS0Q2MYLTWTE9FY1ZK' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4XXV8VTI8TV1DJALD6ZQTAXR0SE05D7N5KWRZZ8VZFL71XB33CZWVO9V0C8UFCBGCGF4I2VWPXSFNSFMM4WWS0NWWRW2HGLWJMBNWNCL47IC6YMT2074VSO1NJFW8QHZ1S7LEH1DH4CD8ROCP4K5C9PN99ID4A545NDKII8O3WZLKH3YXC6KGAGC1A4OFBPKKO1H6QANDJJEPI4HU6DED0NB4FHWB86YIOKR9QK830ZS3XTHLX9UQ6HUHIUSTSXO5' where id=90; -update noar ti set v3='4XXV8VTI8TV1DJALD6ZQTAXR0SE05D7N5KWRZZ8VZFL71XB33CZWVO9V0C8UFCBGCGF4I2VWPXSFNSFMM4WWS0NWWRW2HGLWJMBNWNCL47IC6YMT2074VSO1NJFW8QHZ1S7LEH1DH4CD8ROCP4K5C9PN99ID4A545NDKII8O3WZLKH3YXC6KGAGC1A4OFBPKKO1H6QANDJJEPI4HU6DED0NB4FHWB86YIOKR9QK830ZS3XTHLX9UQ6HUHIUSTSXO5' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FWVLA52VDA5RM3ASLMI5F264IB2WSYYEOUGXEZNJ1N9INIYY8ZSKHMWI7HF9CZ7O746WPOQ4KH04318VOQORYW0KLMGKQJ2A87BBT19BG9YDOB4DNV1GINKSZ5GPKDM0G3H7ON0G8HKIR71M3MCYJK8S6R5O40CM3R3FCU0QL9D34O1CQSS1HCXVCXUM9EYLN6N0RCBPF6DO5QXRY2OJRG7FXFFTNZ01UMPMSGLNRLJ9DX0ZGF8942YQNI6ZPVLRJ' where id=91; -update noar ti set v0='FWVLA52VDA5RM3ASLMI5F264IB2WSYYEOUGXEZNJ1N9INIYY8ZSKHMWI7HF9CZ7O746WPOQ4KH04318VOQORYW0KLMGKQJ2A87BBT19BG9YDOB4DNV1GINKSZ5GPKDM0G3H7ON0G8HKIR71M3MCYJK8S6R5O40CM3R3FCU0QL9D34O1CQSS1HCXVCXUM9EYLN6N0RCBPF6DO5QXRY2OJRG7FXFFTNZ01UMPMSGLNRLJ9DX0ZGF8942YQNI6ZPVLRJ' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8VVJ3ZIVBBM8OH9SL8O1CIC5HON4HFPLWHYM55KM1FBCVAW327EBT80RDUCJLV1615NOCA0TFBL6CYRPKHL6ZMJ1A2FIT50KV7KFN6CGUJUYLT8J2XGY7AUMHOT2QR6OXO052TEMSKQ3UU04YH20BQ37MG0CYHY9QZ77VYRTZ9N0T8RR4779PRS0OMBUNU7Y6W9CU0AS6PSJPADV1MQ0K0H9BF5DZFFHVFMTXHMEQR0WPL76UG3XUWALI3SV9L7NE' where id=91; -update noar ti set v1='8VVJ3ZIVBBM8OH9SL8O1CIC5HON4HFPLWHYM55KM1FBCVAW327EBT80RDUCJLV1615NOCA0TFBL6CYRPKHL6ZMJ1A2FIT50KV7KFN6CGUJUYLT8J2XGY7AUMHOT2QR6OXO052TEMSKQ3UU04YH20BQ37MG0CYHY9QZ77VYRTZ9N0T8RR4779PRS0OMBUNU7Y6W9CU0AS6PSJPADV1MQ0K0H9BF5DZFFHVFMTXHMEQR0WPL76UG3XUWALI3SV9L7NE' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='C3Z1IFT3RZWXJGZA9DDKQQ881R0PLTHTEFDQ2VDY2209TOVOSCT1MA28WBYKQ37HOI9P6KD00KLNAK00G98OZ8ARF5ZM072HRU5ATNBBNRE1V5K6FRBUHGED5788H0D0KV26YKXR3CAYVRKN5W5YIOBE8V44UUC0GZDLVDRGYHXL2TUCWD3A9DIS8NPVL2V1A9063B1BZST0U736FS0BVNJSP9I8V8XFWCFS3QTM7QSNHMPUIL70BL5J2QK7ACONM' where id=91; -update noar ti set v2='C3Z1IFT3RZWXJGZA9DDKQQ881R0PLTHTEFDQ2VDY2209TOVOSCT1MA28WBYKQ37HOI9P6KD00KLNAK00G98OZ8ARF5ZM072HRU5ATNBBNRE1V5K6FRBUHGED5788H0D0KV26YKXR3CAYVRKN5W5YIOBE8V44UUC0GZDLVDRGYHXL2TUCWD3A9DIS8NPVL2V1A9063B1BZST0U736FS0BVNJSP9I8V8XFWCFS3QTM7QSNHMPUIL70BL5J2QK7ACONM' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GM8NUPGQZQXY8MJ4IFSCNJEDHXF3OY1HP3U7ER0J9AOVN5PFULM0440NGDOK5ZVBOFWP611KWHTC1CCLFCA76HRXUPN6ZYU0QV0EBI9XNT9NA6FW4NFIKZO6RN4GCFT4ZGFM0R2KB2S2FMUTH7JRZI30OOM682NQUAZY5BU3HXDBQOGQZ47YQWJZOHKNE09A69RNYI6FA4BL4ZIDHUQTPQ2IHBRQTZAIKAMBXYEV3KLCFXSO9N1K4VVYH6BSE26Z6' where id=91; -update noar ti set v3='GM8NUPGQZQXY8MJ4IFSCNJEDHXF3OY1HP3U7ER0J9AOVN5PFULM0440NGDOK5ZVBOFWP611KWHTC1CCLFCA76HRXUPN6ZYU0QV0EBI9XNT9NA6FW4NFIKZO6RN4GCFT4ZGFM0R2KB2S2FMUTH7JRZI30OOM682NQUAZY5BU3HXDBQOGQZ47YQWJZOHKNE09A69RNYI6FA4BL4ZIDHUQTPQ2IHBRQTZAIKAMBXYEV3KLCFXSO9N1K4VVYH6BSE26Z6' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RVV1H440G7IF2JHF0GI37EP291FYD9RXRP5ST5Z1GG41J1Y6R1ELJZSUHMKQ52H92MFE72OI40AJKSPHPKTGW5KKC83OSWYFU2YMY2KNNYXP2A2F5LBBB9NYVALIY3J12YLHQR9C3N8BUF7A9OMOA9SY8FAVNUVTYOYWCJGKLXCUYNUWD47WLQAILOQT6LROTT9Z6RY6FBXGYIEA6VYJD69SY7752NEBEZIAG4YB99TIIAE1ZKNBONZ134F1X39JD' where id=92; -update noar ti set v0='RVV1H440G7IF2JHF0GI37EP291FYD9RXRP5ST5Z1GG41J1Y6R1ELJZSUHMKQ52H92MFE72OI40AJKSPHPKTGW5KKC83OSWYFU2YMY2KNNYXP2A2F5LBBB9NYVALIY3J12YLHQR9C3N8BUF7A9OMOA9SY8FAVNUVTYOYWCJGKLXCUYNUWD47WLQAILOQT6LROTT9Z6RY6FBXGYIEA6VYJD69SY7752NEBEZIAG4YB99TIIAE1ZKNBONZ134F1X39JD' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E5PPN4GMT8RKWB2ZCX0TRLNJLJRVPKB9WKG46DYD3ITX1EI1ABX0KPQ01LWYSSCFRCNRXK3NPGHYZ47QDABF07LK1HNC2NM3OSQW13TB9JPKQVS2I9NC7VH47P3BAYMQYLKQP16LSZJSC92U098ULCRDJO2DJXTDBQ0A5YRV45L525UPZ1RAEXQE4UIS6H8W1Y3660IY5MOKBJWIFUFKU94IB4IFIDJ44FE0H99ZNXA4LD3075A4ZJYBZN5JQCT34' where id=92; -update noar ti set v1='E5PPN4GMT8RKWB2ZCX0TRLNJLJRVPKB9WKG46DYD3ITX1EI1ABX0KPQ01LWYSSCFRCNRXK3NPGHYZ47QDABF07LK1HNC2NM3OSQW13TB9JPKQVS2I9NC7VH47P3BAYMQYLKQP16LSZJSC92U098ULCRDJO2DJXTDBQ0A5YRV45L525UPZ1RAEXQE4UIS6H8W1Y3660IY5MOKBJWIFUFKU94IB4IFIDJ44FE0H99ZNXA4LD3075A4ZJYBZN5JQCT34' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0N9AJV21Y70A87DVQMZGAVG663IMW936TIKECOWLCE5JPVRWFNQFZS8JDXIPIY5UOQETRJNDL9EUS96IRD15P2NIHA0B91MIKZMHOTM2ZQK3XBDFLD3411U38USXOYX35YXY2LLY31170T7H5MZAOTAIV4L791D0D9B5U2684CKRFY58Q1T41SP8ZCCU35N5EZ71EPTVXTMFO194MKR1Z8MJIED2KQ373NNG4ALI028MZBAJ1J3J7N3RTECPSS8S1' where id=92; -update noar ti set v2='0N9AJV21Y70A87DVQMZGAVG663IMW936TIKECOWLCE5JPVRWFNQFZS8JDXIPIY5UOQETRJNDL9EUS96IRD15P2NIHA0B91MIKZMHOTM2ZQK3XBDFLD3411U38USXOYX35YXY2LLY31170T7H5MZAOTAIV4L791D0D9B5U2684CKRFY58Q1T41SP8ZCCU35N5EZ71EPTVXTMFO194MKR1Z8MJIED2KQ373NNG4ALI028MZBAJ1J3J7N3RTECPSS8S1' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='5NRG9TPQJFGZPU55R7HQ7DAE2WMTN6S3HGTZAN8HBIMFKDCG3DTAP4AWGSKEBBFYJGG8RGTYXWIBBVPHW66F4HLSFZBXLINYJZ8F8DNUTF0ZERIIOGRSQFXPMD0F3D2LHRJU14JSQ4COTDYT87Y79ZX8ZV5NI2H5SP1YM9Y9C8UN0YCBNMVRKRVPQ3AYQVEW1O4QB3BHXZKGGGRLYX2ULCR2ONSGYVES6JXWO4O6KA68ACHXRT5F28FAMQNNEV5GC' where id=92; -update noar ti set v3='5NRG9TPQJFGZPU55R7HQ7DAE2WMTN6S3HGTZAN8HBIMFKDCG3DTAP4AWGSKEBBFYJGG8RGTYXWIBBVPHW66F4HLSFZBXLINYJZ8F8DNUTF0ZERIIOGRSQFXPMD0F3D2LHRJU14JSQ4COTDYT87Y79ZX8ZV5NI2H5SP1YM9Y9C8UN0YCBNMVRKRVPQ3AYQVEW1O4QB3BHXZKGGGRLYX2ULCR2ONSGYVES6JXWO4O6KA68ACHXRT5F28FAMQNNEV5GC' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8OGUBG5PSFM9YFCRNYE1P416D66N991D3KNN79ITKN9Q4B37N7CPZVYP1BSTV60QHPWFGIUDRZKQWEG797PZ4KVX9XM0JI1MCPADAKTQYHJXIGB81Y3DLT8T7LMBWFSJ122KF8MQ3MX2WN68WWSSELG62H40WNTXORE23MM3RDK77OKCEH9ZP64Q0UKUJAINMDW8ENN3Y16AKHHOGD1XIXG131GCC43O3BSNDOWB9DW8S5JQKOH8PU272XJWLC0X5' where id=93; -update noar ti set v0='8OGUBG5PSFM9YFCRNYE1P416D66N991D3KNN79ITKN9Q4B37N7CPZVYP1BSTV60QHPWFGIUDRZKQWEG797PZ4KVX9XM0JI1MCPADAKTQYHJXIGB81Y3DLT8T7LMBWFSJ122KF8MQ3MX2WN68WWSSELG62H40WNTXORE23MM3RDK77OKCEH9ZP64Q0UKUJAINMDW8ENN3Y16AKHHOGD1XIXG131GCC43O3BSNDOWB9DW8S5JQKOH8PU272XJWLC0X5' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NI8A2ZUGRMA1UG3K6IC036SQ8LCRHMQB83WKHTTELLFPES4LPHT6JLXRKN30OFSUQMM574L5UB4Q02MVD786BC3RIJ1MQVCTW0GOJSFOAZSYDJWASIHSM414RQJQ6VVVVUIRAWJSGMKPN0P848MR3BLIWVCUE1DNDO2PXUKNWQYQG2KQ0EKZCYSDYRYSS2SXYSTDO471SQF93XYOXTV453HYONU7YVFHWWC3CD2M3WD7NR0P3HQH6STCC1RFV24PX' where id=93; -update noar ti set v1='NI8A2ZUGRMA1UG3K6IC036SQ8LCRHMQB83WKHTTELLFPES4LPHT6JLXRKN30OFSUQMM574L5UB4Q02MVD786BC3RIJ1MQVCTW0GOJSFOAZSYDJWASIHSM414RQJQ6VVVVUIRAWJSGMKPN0P848MR3BLIWVCUE1DNDO2PXUKNWQYQG2KQ0EKZCYSDYRYSS2SXYSTDO471SQF93XYOXTV453HYONU7YVFHWWC3CD2M3WD7NR0P3HQH6STCC1RFV24PX' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='DPB3F7N6LDXWNRN56ZS9VR5STMD2ZHULKMRNRWGQAW3S3AS1LZX6TUHHH54342YFUFU4IQ34O7FYFWDMF8KY5QD08XD4WO8TP5DRAVOHEXQ5I47L6CIG2W9PZNS7H2T1Y8J6IWGJQGBHVOTF6GHN3X7OWGVEXQZT74T05231P6YDNTSACUFERNGP2JCZ4TT2G0BTM7000UPIXW96B9I5ZTGQZRKHU8LPC49UWFH0GVM2I4NBHXWNFM3SIIZED8B5J' where id=93; -update noar ti set v2='DPB3F7N6LDXWNRN56ZS9VR5STMD2ZHULKMRNRWGQAW3S3AS1LZX6TUHHH54342YFUFU4IQ34O7FYFWDMF8KY5QD08XD4WO8TP5DRAVOHEXQ5I47L6CIG2W9PZNS7H2T1Y8J6IWGJQGBHVOTF6GHN3X7OWGVEXQZT74T05231P6YDNTSACUFERNGP2JCZ4TT2G0BTM7000UPIXW96B9I5ZTGQZRKHU8LPC49UWFH0GVM2I4NBHXWNFM3SIIZED8B5J' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MIQBKX7ELS237YC2M98LXMMLQDEVSWJR0DDHJFBQ4HFCWXBZAJSUKMLFHRH853EBQCZOVBKQT96SR5SNY94IMSRSJIGJH0IAJUHNLJ15PZILRX2PQ0HK8YKSPI32H8Q4Q0R5STBQ2NJB1OO6YXQHNZN26PMZQKIEOM38T623KNNW4S18YZ93C4YBNOOBR9VG2C2B5Z8FEUBGXCU2R9TM0TEDDH7MQ1EDFAA5KHO2KV96I8FQJZI2QC1ZH8ZG44USR' where id=93; -update noar ti set v3='MIQBKX7ELS237YC2M98LXMMLQDEVSWJR0DDHJFBQ4HFCWXBZAJSUKMLFHRH853EBQCZOVBKQT96SR5SNY94IMSRSJIGJH0IAJUHNLJ15PZILRX2PQ0HK8YKSPI32H8Q4Q0R5STBQ2NJB1OO6YXQHNZN26PMZQKIEOM38T623KNNW4S18YZ93C4YBNOOBR9VG2C2B5Z8FEUBGXCU2R9TM0TEDDH7MQ1EDFAA5KHO2KV96I8FQJZI2QC1ZH8ZG44USR' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BXSTQD4OXKGNOO4RO94ELJKW31RICSUJZW2AHBIYOC3NSL0LJHGYAGW358OWXVQMCMWX9Y14UGIKJL7SC42WMX9FCARJL39JG59FFUFXKMQKP4DNPSDN8Y0NPMDX93NSFGUEE99OUAJWV3NC1WL9G0TGJLD7WS3AA1APY9DT5UV0LTOC5M5TCTGORYNOM7Q0YFBVQ5BKWYC1TFQT8VN0F9QVF2EJQPS1DQW1GEVMCP7VEZ5K3AUPB0IK9GYX64ASG' where id=94; -update noar ti set v0='BXSTQD4OXKGNOO4RO94ELJKW31RICSUJZW2AHBIYOC3NSL0LJHGYAGW358OWXVQMCMWX9Y14UGIKJL7SC42WMX9FCARJL39JG59FFUFXKMQKP4DNPSDN8Y0NPMDX93NSFGUEE99OUAJWV3NC1WL9G0TGJLD7WS3AA1APY9DT5UV0LTOC5M5TCTGORYNOM7Q0YFBVQ5BKWYC1TFQT8VN0F9QVF2EJQPS1DQW1GEVMCP7VEZ5K3AUPB0IK9GYX64ASG' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FII52OV4TALWIPZ5GT7ONEQUI9RUXZASEPCIR5136AHM1T1GDB3L8OGDESTWRYOHJOLXLHKRTZ0MKQZ6Q90DD097161T0OGFXM2QAVS8KQG9JNDRBTW2QPV713KWRW0JFDDN2A5021O1ZUIH15WYC9X79KJD8RX5X72BNPOI8EDJUMB61IHOCIW6H1PW569F3B751YTHFM0ZITZTG079D0FALBNHRA5JNC7J1C62O3DK6PX633LM3RS4MO0PUZSRK' where id=94; -update noar ti set v1='FII52OV4TALWIPZ5GT7ONEQUI9RUXZASEPCIR5136AHM1T1GDB3L8OGDESTWRYOHJOLXLHKRTZ0MKQZ6Q90DD097161T0OGFXM2QAVS8KQG9JNDRBTW2QPV713KWRW0JFDDN2A5021O1ZUIH15WYC9X79KJD8RX5X72BNPOI8EDJUMB61IHOCIW6H1PW569F3B751YTHFM0ZITZTG079D0FALBNHRA5JNC7J1C62O3DK6PX633LM3RS4MO0PUZSRK' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GN624I010EQ4SAY5RJ6DFYMQ5KQ1P7G3Q7C05N4PL7WRGEKA1FEUCWWQA2TARB00S75C6UFAPGZ2H5DOHYV69UUYL0P13047M0JJ8E6TKALBWGM0USLCDK2LMLBB8OAEEV2QTBBHZHA6L4S7JV8VNMD5H7T5DTZJG5597F3TQHQEIQQC5XBEYDB3OCPJEKZFFAY6Q8UBWCUXXOR6G2WKXP7XN7KJFVY6WPG9IWUDT9PDDJB1B7KH367UT0BY8ZGP6' where id=94; -update noar ti set v2='GN624I010EQ4SAY5RJ6DFYMQ5KQ1P7G3Q7C05N4PL7WRGEKA1FEUCWWQA2TARB00S75C6UFAPGZ2H5DOHYV69UUYL0P13047M0JJ8E6TKALBWGM0USLCDK2LMLBB8OAEEV2QTBBHZHA6L4S7JV8VNMD5H7T5DTZJG5597F3TQHQEIQQC5XBEYDB3OCPJEKZFFAY6Q8UBWCUXXOR6G2WKXP7XN7KJFVY6WPG9IWUDT9PDDJB1B7KH367UT0BY8ZGP6' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FD4M8P78IKEG20ZDD8FOFUVUHPU9A450K8TUKKBML04GX4G2HQOMXHHJ55XAIGN3SC18JC0SG8V8GPZCPN84FRKPO4AGTWVYA8155W1EMD2IDJMRYS1UTHSJ7RVOEXHAEX8X7N7Y1PI0PC28D3F4KV8AX8AEFQT6Z2SRBRIMO3I540PYM2LTI6YWI5J9OZ02VZX6UW1MX3Z18S1RJXZMN4D1QFA2G8QIU6VRZFM7R95ZH7UPJLHYGZ157N5513OMB' where id=94; -update noar ti set v3='FD4M8P78IKEG20ZDD8FOFUVUHPU9A450K8TUKKBML04GX4G2HQOMXHHJ55XAIGN3SC18JC0SG8V8GPZCPN84FRKPO4AGTWVYA8155W1EMD2IDJMRYS1UTHSJ7RVOEXHAEX8X7N7Y1PI0PC28D3F4KV8AX8AEFQT6Z2SRBRIMO3I540PYM2LTI6YWI5J9OZ02VZX6UW1MX3Z18S1RJXZMN4D1QFA2G8QIU6VRZFM7R95ZH7UPJLHYGZ157N5513OMB' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0XROE5VBHWTIYZBM57KHFWK6RD4BWI5ED4GRPKD3VIR1BPYWZSSX2G6RZHI3D7664T03FT1F5TI42OSEMSD302YIX6O8S77NLYBJUB4KR1FXLDEV8I5VI9G10P7MPQ81K2ZYJG9YQ49FPU7VCEVWAKY2B96YDL50NHQCK61C98J8N9DWEVNOC34NNS2W2COINLWI03BEJHMWNL4Z839ON2MK1YMPMQKOTYC50YRCLF0G6PYTJHC90GH9P1Z3WT10T' where id=95; -update noar ti set v0='0XROE5VBHWTIYZBM57KHFWK6RD4BWI5ED4GRPKD3VIR1BPYWZSSX2G6RZHI3D7664T03FT1F5TI42OSEMSD302YIX6O8S77NLYBJUB4KR1FXLDEV8I5VI9G10P7MPQ81K2ZYJG9YQ49FPU7VCEVWAKY2B96YDL50NHQCK61C98J8N9DWEVNOC34NNS2W2COINLWI03BEJHMWNL4Z839ON2MK1YMPMQKOTYC50YRCLF0G6PYTJHC90GH9P1Z3WT10T' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='L3RBAQC8WPF07BZ5GZRIGRQBZWOWY3PW8PDMBJKWLEEL5AVWMA4JL5X9TKM3RF0R3UFZSJD7VEJW12PXR1CNXXNYAHFIHYR4VLM0PE4CL2GC1O30IL363BYQVZMU6CW4FG38W4F6U2ZERSDD6Z8FIP4F5QWA139K4797GOY1NXKKDTYOZD0Q6CVHBUW7P13J56K69QEBQO3SP9N9AJ06IERWAH3RER9HYNAQDP8E3FLI4A6XDQ53CX3DDI9Z0Z56T' where id=95; -update noar ti set v1='L3RBAQC8WPF07BZ5GZRIGRQBZWOWY3PW8PDMBJKWLEEL5AVWMA4JL5X9TKM3RF0R3UFZSJD7VEJW12PXR1CNXXNYAHFIHYR4VLM0PE4CL2GC1O30IL363BYQVZMU6CW4FG38W4F6U2ZERSDD6Z8FIP4F5QWA139K4797GOY1NXKKDTYOZD0Q6CVHBUW7P13J56K69QEBQO3SP9N9AJ06IERWAH3RER9HYNAQDP8E3FLI4A6XDQ53CX3DDI9Z0Z56T' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AQ81O2S4REJQC4L0WV4D9YSN6MOZA60X0RCQGYJ6JR1KU5FSUXJYDKGVQ4H4E2MUUBPY4P5KNJSFGACEZT2ON3A4ZDHE2P687SOAAK3J3QAUZLNV6F3N3SDZXGWD93C7S9HTCWV7QZ5VR53K0SC6UVQR9R857U6XKDPZMCPNAJCCH9M6FVM4C6P73U7IJFX4P8GZQV3B64KY1GK8CUFPMS45LVMLCGOQ2BSEL2ATVXO18FKD9T3Y3ABNQ848DWAMX' where id=95; -update noar ti set v2='AQ81O2S4REJQC4L0WV4D9YSN6MOZA60X0RCQGYJ6JR1KU5FSUXJYDKGVQ4H4E2MUUBPY4P5KNJSFGACEZT2ON3A4ZDHE2P687SOAAK3J3QAUZLNV6F3N3SDZXGWD93C7S9HTCWV7QZ5VR53K0SC6UVQR9R857U6XKDPZMCPNAJCCH9M6FVM4C6P73U7IJFX4P8GZQV3B64KY1GK8CUFPMS45LVMLCGOQ2BSEL2ATVXO18FKD9T3Y3ABNQ848DWAMX' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QZY4PIYS1TFSH4IU2SM8CMYF7BPT2GDWF3ELD5MNBAOSAN5PBKGA4OOZRHBI7RX7ZA1BVVI1KVYW4KNH6H0M5YPIULN06UZIO3W9KY2SJOOOBJ4SO8NV9V1OLFCRBJ0OSDHRIX3T3HEN17QSWVHKSS2AQYO91BOZI8IY8R8QTSYMZDKEDYY2WGHE35GXIY3FWE67RIDCDBNGQE2HCJCPP0DF8ZK157C5TMK9C7EMFK6DW4YYYRXDA4CZNVWM8HS7R' where id=95; -update noar ti set v3='QZY4PIYS1TFSH4IU2SM8CMYF7BPT2GDWF3ELD5MNBAOSAN5PBKGA4OOZRHBI7RX7ZA1BVVI1KVYW4KNH6H0M5YPIULN06UZIO3W9KY2SJOOOBJ4SO8NV9V1OLFCRBJ0OSDHRIX3T3HEN17QSWVHKSS2AQYO91BOZI8IY8R8QTSYMZDKEDYY2WGHE35GXIY3FWE67RIDCDBNGQE2HCJCPP0DF8ZK157C5TMK9C7EMFK6DW4YYYRXDA4CZNVWM8HS7R' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IQNTGGRADUTD2YZMX6UO5Y5MG75AYWMJYT14V8JACENITUTWQ08P7PRZAK9HKFS9TH5MEB792FNKOGGB14URFX7PZVLOK0VIZS6KW0WT6QHNOJI7MBATHUQG7SO4LZ4FB174IP35E4UI59FTL7BZPCCBYQIGS5NJ7Y2UDD2NZ20DIW0NKFCBRH6QAPI0WHZ9B1AFV398T64CM3JJO4RBAUK2JSUVK1GUEE6BGMVWMWJF8A4DLNFRDJ2ZKO6FFAR1N' where id=96; -update noar ti set v0='IQNTGGRADUTD2YZMX6UO5Y5MG75AYWMJYT14V8JACENITUTWQ08P7PRZAK9HKFS9TH5MEB792FNKOGGB14URFX7PZVLOK0VIZS6KW0WT6QHNOJI7MBATHUQG7SO4LZ4FB174IP35E4UI59FTL7BZPCCBYQIGS5NJ7Y2UDD2NZ20DIW0NKFCBRH6QAPI0WHZ9B1AFV398T64CM3JJO4RBAUK2JSUVK1GUEE6BGMVWMWJF8A4DLNFRDJ2ZKO6FFAR1N' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='IOVZOSB1FQBQKSP0I5CPH8KQL2Q8JFCX2BUKXJJ9ZEQQ9LWG7NFDY7USIT0RJGMQ85HJ5QA0WBZ1ESFXK83LFN8ZKZMSZXK099EILWLC83CIOEC986M1LHC00T9Q1B8SJAIZO8C96JEKUBXQA26FO5EEUIM7AEU68L0GPDXRMWDL85S1AYVY8UQTO216W1MTY95QHAVKPSSNU2YUEY9586QN8CHLJKMVHDXEQHF5IH2RGQCKXBL222SBT6GZO3XE7' where id=96; -update noar ti set v1='IOVZOSB1FQBQKSP0I5CPH8KQL2Q8JFCX2BUKXJJ9ZEQQ9LWG7NFDY7USIT0RJGMQ85HJ5QA0WBZ1ESFXK83LFN8ZKZMSZXK099EILWLC83CIOEC986M1LHC00T9Q1B8SJAIZO8C96JEKUBXQA26FO5EEUIM7AEU68L0GPDXRMWDL85S1AYVY8UQTO216W1MTY95QHAVKPSSNU2YUEY9586QN8CHLJKMVHDXEQHF5IH2RGQCKXBL222SBT6GZO3XE7' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WZW2UZT4T1OHXCLAPWVPOIIL6LQ9MCEFBDUD6F057EW1TTS74F4W31UV3M9GTZDHA975FPZUF4LQJVI9W1PO1VFXL4MSCD6SQH003CGN8HGTWXS4DLMIMJGNTDXLLPASKIXZN3AVN39KPF48V6PQOZOW7USRO2Z3RGBN89JQMHH7AI382XK7COKOI9ZWPEJR3DJ9W4KPSIA6DTWQYRJH991Z3FNCS5JK880IL5P8DA6IC8ULWFTZGQ7UZT3483XX0' where id=96; -update noar ti set v2='WZW2UZT4T1OHXCLAPWVPOIIL6LQ9MCEFBDUD6F057EW1TTS74F4W31UV3M9GTZDHA975FPZUF4LQJVI9W1PO1VFXL4MSCD6SQH003CGN8HGTWXS4DLMIMJGNTDXLLPASKIXZN3AVN39KPF48V6PQOZOW7USRO2Z3RGBN89JQMHH7AI382XK7COKOI9ZWPEJR3DJ9W4KPSIA6DTWQYRJH991Z3FNCS5JK880IL5P8DA6IC8ULWFTZGQ7UZT3483XX0' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='W71DTVQ7AAPG8A48LYFDQ9CZ2F0QUQPDQHY6YCT6UZZ9KI3V72W4XRXVA6TP4TMNJUBLW8UA2BLHFOSEQ53PXHMXDOIDDO8G1ZIE5PBU61ZG3W28A9M6JETXY6PCBZ97N0UGCWKZKAIA38ZOD03CV9OL0WVQHNRE3H18M05N9S9SE53Y0T5MQIB702EVBKM4PR4VHHZ0XMEO3C68MN8EETBC33AT3NR26E332D0YVNXMUW8S6UD84RYT4TJSCIRVJ' where id=96; -update noar ti set v3='W71DTVQ7AAPG8A48LYFDQ9CZ2F0QUQPDQHY6YCT6UZZ9KI3V72W4XRXVA6TP4TMNJUBLW8UA2BLHFOSEQ53PXHMXDOIDDO8G1ZIE5PBU61ZG3W28A9M6JETXY6PCBZ97N0UGCWKZKAIA38ZOD03CV9OL0WVQHNRE3H18M05N9S9SE53Y0T5MQIB702EVBKM4PR4VHHZ0XMEO3C68MN8EETBC33AT3NR26E332D0YVNXMUW8S6UD84RYT4TJSCIRVJ' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EQQ7QU2WKRN0S69XW8ROIL27L0NYD1RCITRN1CU7YHRAZGJA3X6BC7VUNQN81DPK62R0R94FFWNYQS4EJQPOMSJ1Z6P7ZH1XB8N6QD8IYNEOWNA66T3DU424SEY7LK48XD9X03C8DYNCRRH9UJM5KNOA1JFDEPZVVVATYXBUQBOPDC65BTMUDMIMR4OJ64J4ERU4H4EE9RHBQG5Y4AUXRI6736QQ63DG1Q3ZKON5ISN5S94I48H48SALW5UAB3Q5J' where id=97; -update noar ti set v0='EQQ7QU2WKRN0S69XW8ROIL27L0NYD1RCITRN1CU7YHRAZGJA3X6BC7VUNQN81DPK62R0R94FFWNYQS4EJQPOMSJ1Z6P7ZH1XB8N6QD8IYNEOWNA66T3DU424SEY7LK48XD9X03C8DYNCRRH9UJM5KNOA1JFDEPZVVVATYXBUQBOPDC65BTMUDMIMR4OJ64J4ERU4H4EE9RHBQG5Y4AUXRI6736QQ63DG1Q3ZKON5ISN5S94I48H48SALW5UAB3Q5J' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='EPINWAM58B1T15VZAOUMSX7T76A8OQJUDEVCZSRJAQQMF62RJI2ALMEY9ZT3YXLXG7MKNCDY57OX50SXN7AU3Q5C4E5CTSB3W84IRGEG3EERP7QOEM4RKYPFEAMZH1AOIMCCDRBTIX9QJ96J36OAQXE1RF6F49G70ADVWHZGGTPJWQ35UINBYWZ5PVMVPL7WGYHJP1FQ7MH4K82JWBKAAXVUAW56BH7MVWQYFXK2JTOM1X72F1X8FIVHGA84P7XFX' where id=97; -update noar ti set v1='EPINWAM58B1T15VZAOUMSX7T76A8OQJUDEVCZSRJAQQMF62RJI2ALMEY9ZT3YXLXG7MKNCDY57OX50SXN7AU3Q5C4E5CTSB3W84IRGEG3EERP7QOEM4RKYPFEAMZH1AOIMCCDRBTIX9QJ96J36OAQXE1RF6F49G70ADVWHZGGTPJWQ35UINBYWZ5PVMVPL7WGYHJP1FQ7MH4K82JWBKAAXVUAW56BH7MVWQYFXK2JTOM1X72F1X8FIVHGA84P7XFX' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PPBNZAYK39P1F1LVEBZARC5B4N4V75V8S38J9B32WLT1KR8NYIR80VIA15DZTH28PJ6J7MQX211112OA0PH7EL3LRQ3UOAJZOUILVLP81C0GT6XYKQAHZ00FU1LNHUXQJIY262VEDV4BBWKBOWCTGLT31AWKWO6OOVZ4FCHZIT75TIECH70D5MUWMIXJQ7BSUUI6FJN2823YEGKCZT24UEMSG458W5PR0Q47RHW9BZ2HVSQMW67B9SA8ALWOUA2RG' where id=97; -update noar ti set v2='PPBNZAYK39P1F1LVEBZARC5B4N4V75V8S38J9B32WLT1KR8NYIR80VIA15DZTH28PJ6J7MQX211112OA0PH7EL3LRQ3UOAJZOUILVLP81C0GT6XYKQAHZ00FU1LNHUXQJIY262VEDV4BBWKBOWCTGLT31AWKWO6OOVZ4FCHZIT75TIECH70D5MUWMIXJQ7BSUUI6FJN2823YEGKCZT24UEMSG458W5PR0Q47RHW9BZ2HVSQMW67B9SA8ALWOUA2RG' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DWYM1QY2KK4ZNVADX0CZE4CEUW13L45PV6UMAKCCD63Z19ZCNQ2ANTX33K9I8GNIMGBPZYT3HO9YWJVHZ5TOW8WRCE23HIDPNCLTKXZXQR2SHQ2SBEXVOLD5GIE97EVM4JC6KK1B01MXOFY41B947YJ3CJXDK0UWCLGYWTLHWSK9DUVTZLIXBWRTV48E5LAOSLIXCNNYB2W2XX3HPY45CXFDTBHFXUC6TGNAB4217EVPLXOM3DS2YMRVRP4HHZ498' where id=97; -update noar ti set v3='DWYM1QY2KK4ZNVADX0CZE4CEUW13L45PV6UMAKCCD63Z19ZCNQ2ANTX33K9I8GNIMGBPZYT3HO9YWJVHZ5TOW8WRCE23HIDPNCLTKXZXQR2SHQ2SBEXVOLD5GIE97EVM4JC6KK1B01MXOFY41B947YJ3CJXDK0UWCLGYWTLHWSK9DUVTZLIXBWRTV48E5LAOSLIXCNNYB2W2XX3HPY45CXFDTBHFXUC6TGNAB4217EVPLXOM3DS2YMRVRP4HHZ498' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6OX69SYHPIQGJ5WNI1GIH6Q6MIWQ3QL1F2XPR6KDK1TBT6RR4QAW5LEI4IUXBSZJ02PRXCS01YP0SHCYV3I9AUMZ41HE3QQ7VWBP5PLK8DOP2DSKND32VSC0YNH8PJ3DRUDO0BMUKNA22O8VPJIQTIYU03SOFEVPB3HUN7JICGNMD1F0S4M473DZIB2WZHGYGJ95AGRF82DMDOHRRCCI6R12XR19X801GXR1P49LN00LKP6YLWOVFQDV8SLLEB6WZ' where id=98; -update noar ti set v0='6OX69SYHPIQGJ5WNI1GIH6Q6MIWQ3QL1F2XPR6KDK1TBT6RR4QAW5LEI4IUXBSZJ02PRXCS01YP0SHCYV3I9AUMZ41HE3QQ7VWBP5PLK8DOP2DSKND32VSC0YNH8PJ3DRUDO0BMUKNA22O8VPJIQTIYU03SOFEVPB3HUN7JICGNMD1F0S4M473DZIB2WZHGYGJ95AGRF82DMDOHRRCCI6R12XR19X801GXR1P49LN00LKP6YLWOVFQDV8SLLEB6WZ' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='OMETU5ZLOT7SAEVMZD3OFQC7GEJTGIMFP8BGWC8F6T4F7KNVC0DQG4UZ09PFLDX6ET0QYRWJ89R6GWA322TRMKH2LOA1IIV15NBTHYUM1QNNC11VE9ZEUGXOQYEBMKAWD5XBH18X8K3WWX73FNP7L6YE9RO0THJCHL5R1TG3O21TB3WDJQR4HWOP7QMTOTVHQYTSK97WN53REXZRQBPY7F6VMOQY31T3H34IUBCYVQN5Y8RNBRJSMAHLL5NW868MK' where id=98; -update noar ti set v1='OMETU5ZLOT7SAEVMZD3OFQC7GEJTGIMFP8BGWC8F6T4F7KNVC0DQG4UZ09PFLDX6ET0QYRWJ89R6GWA322TRMKH2LOA1IIV15NBTHYUM1QNNC11VE9ZEUGXOQYEBMKAWD5XBH18X8K3WWX73FNP7L6YE9RO0THJCHL5R1TG3O21TB3WDJQR4HWOP7QMTOTVHQYTSK97WN53REXZRQBPY7F6VMOQY31T3H34IUBCYVQN5Y8RNBRJSMAHLL5NW868MK' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='EZ8ZDWSXIIVZ3R41UPLC80LGH6BVDI56P8276QMGKSJ6HZQ5JJXIEJHKB1K5OG5J1L7OXWCZVBTCX4RMQDTK3ZGWL6WFCMD0YX1M3GS8N53TN32126QJQJH2R5PCOITFTRVVNMDQUMZRE2T5J3X1R7AHLA47M5LHQ4PEOB9ZFJRXQVDIFZZS3FVW12EPN9U664JJJ1FKGSROJJLY1FOSJ3I7JGWFCFNDPBEVF5D9HUV11PGN8SLWPFD5KOXHHB7OW' where id=98; -update noar ti set v2='EZ8ZDWSXIIVZ3R41UPLC80LGH6BVDI56P8276QMGKSJ6HZQ5JJXIEJHKB1K5OG5J1L7OXWCZVBTCX4RMQDTK3ZGWL6WFCMD0YX1M3GS8N53TN32126QJQJH2R5PCOITFTRVVNMDQUMZRE2T5J3X1R7AHLA47M5LHQ4PEOB9ZFJRXQVDIFZZS3FVW12EPN9U664JJJ1FKGSROJJLY1FOSJ3I7JGWFCFNDPBEVF5D9HUV11PGN8SLWPFD5KOXHHB7OW' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y5GGZJ2QXMB5R0NP4D7TG248GQ1YOB2R7MJ637HVV6M6QSEMG3E0S5TK2VRTYS3H8ZNU0C59IY4CALDNX57C6VW8AEPSZ33BPCRYKBMPC1PFXE0SX4NHD8E3FQVHXJJ5OCK9A4WMNCW8IBRV7VWAYEW5NH4N1XCZ47U5C85WZ6JRA9FG8KAUO3F1K5GEPLEFQWI41HZVIDQKR93QBSR2RF9HGKLS3TW7AOUUBW8QO81YBOYLE48YVEX97NOPBOIL0' where id=98; -update noar ti set v3='Y5GGZJ2QXMB5R0NP4D7TG248GQ1YOB2R7MJ637HVV6M6QSEMG3E0S5TK2VRTYS3H8ZNU0C59IY4CALDNX57C6VW8AEPSZ33BPCRYKBMPC1PFXE0SX4NHD8E3FQVHXJJ5OCK9A4WMNCW8IBRV7VWAYEW5NH4N1XCZ47U5C85WZ6JRA9FG8KAUO3F1K5GEPLEFQWI41HZVIDQKR93QBSR2RF9HGKLS3TW7AOUUBW8QO81YBOYLE48YVEX97NOPBOIL0' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5HY6NJLDSBZZOYZWZ8Y4KTFQ7PVXI6759G5WN3KERA17M6DJMSQISJCRRK34CIXOWIWA2622J2DDAJJHO2ZNUZDUMXVPD6XNMEEZBHVI3OUO09OZY2V3I61RSBZXGBL2YO6IMHKWHIKGD6QXOWSA6G6NAFTGR651YPX8HMQY7FIHERVNAGO9UDS3V06UIYJNY8QPZX0878TEIGJ4ASMZ1GV0MW5L0FHNXEYLWCYS3RT6X5QE2SB16TOFFRX1GEF2B' where id=99; -update noar ti set v0='5HY6NJLDSBZZOYZWZ8Y4KTFQ7PVXI6759G5WN3KERA17M6DJMSQISJCRRK34CIXOWIWA2622J2DDAJJHO2ZNUZDUMXVPD6XNMEEZBHVI3OUO09OZY2V3I61RSBZXGBL2YO6IMHKWHIKGD6QXOWSA6G6NAFTGR651YPX8HMQY7FIHERVNAGO9UDS3V06UIYJNY8QPZX0878TEIGJ4ASMZ1GV0MW5L0FHNXEYLWCYS3RT6X5QE2SB16TOFFRX1GEF2B' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T4HGGT928YXUXK5JFRSZVC010NU1WUSBU8BSJSP2CL9JHQK3WX03T0VH6R7V2EPPW5FY44BPELIBZHCD4O4E5TKA9NL10D8ZDNVFDQL97INZHH4LJ6A0OHQ8WXLC5VGRFJP1Z49SRAQC5G3SI5SKWQU03FL12ZAFUINI1WF4LGYW06OWSTK6Z79MNIEQSF770Z6L42OKPTKG49VTFSQADBBEPF1O2HM1SKM5NU5FGGJ8SZJ7N3ASLWX7WXWELLLTQ' where id=99; -update noar ti set v1='T4HGGT928YXUXK5JFRSZVC010NU1WUSBU8BSJSP2CL9JHQK3WX03T0VH6R7V2EPPW5FY44BPELIBZHCD4O4E5TKA9NL10D8ZDNVFDQL97INZHH4LJ6A0OHQ8WXLC5VGRFJP1Z49SRAQC5G3SI5SKWQU03FL12ZAFUINI1WF4LGYW06OWSTK6Z79MNIEQSF770Z6L42OKPTKG49VTFSQADBBEPF1O2HM1SKM5NU5FGGJ8SZJ7N3ASLWX7WXWELLLTQ' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AAD2T24WXCYCSUJK3U748EJFRUU6SYRJIL25YIKIFFMPK98R1KY4UZ09DI1T3I7M0HH0THN46E4RAX1CWAZJ31AAHCQAYWRYIEJ763CTWOU3PI5FC5EKIEEEK2RQNY75JVB68U46K7HAQP6QUBHP5O3A4SW8VNIF7M9UNGRRCP4D1WIAG39BY2P4OWCMDCATFCU3G976SCJXX0ZY8DTYWEWYFTQMA53XZGFO5W477IDQAMJED80RZWEG5IRBJKO07' where id=99; -update noar ti set v2='AAD2T24WXCYCSUJK3U748EJFRUU6SYRJIL25YIKIFFMPK98R1KY4UZ09DI1T3I7M0HH0THN46E4RAX1CWAZJ31AAHCQAYWRYIEJ763CTWOU3PI5FC5EKIEEEK2RQNY75JVB68U46K7HAQP6QUBHP5O3A4SW8VNIF7M9UNGRRCP4D1WIAG39BY2P4OWCMDCATFCU3G976SCJXX0ZY8DTYWEWYFTQMA53XZGFO5W477IDQAMJED80RZWEG5IRBJKO07' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='088C17CAB877RRXLZQAN3GCERG21GT9XDZNLW18J01ARBZOL74W52UBX83O6G6G98XS03MBPQIO7S774BQMBCAW9HLP8T9X81EWDPKM6CM9N0YQLXZP0D3UTV8PCD9CBH0VLEWQWPNUHO0L9B8Y7Z4EHWOBVGLKWPO539WYWXRX3OL0W47CV40L5QYFKCWKAOU78Y274ZJ9GVUD6WDHF7R8ZC11BUS9DH21HD9TGTVDSAJW3YKVTQ7LRT8552YF7H' where id=99; -update noar ti set v3='088C17CAB877RRXLZQAN3GCERG21GT9XDZNLW18J01ARBZOL74W52UBX83O6G6G98XS03MBPQIO7S774BQMBCAW9HLP8T9X81EWDPKM6CM9N0YQLXZP0D3UTV8PCD9CBH0VLEWQWPNUHO0L9B8Y7Z4EHWOBVGLKWPO539WYWXRX3OL0W47CV40L5QYFKCWKAOU78Y274ZJ9GVUD6WDHF7R8ZC11BUS9DH21HD9TGTVDSAJW3YKVTQ7LRT8552YF7H' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt (id bigint unsigned primary key, -f0 int not null, -v0 varbinary(256) not null, -v1 varbinary(256) not null, -v2 varbinary(256) not null, -v3 varbinary(256) not null, -b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='HXQARM7X1ZS6SRO83LVDNWF5OCL7F92VRP8L9J740BWJDF3BXC6MT2X6OQQGVEQ37LEX0RNL77GO7CZ5VZNDKUAALOY03UOEXCT897YJXN8IRV264SXJK9RXT5QL3FOZMRTQ8K5BGWAHFI8YX4I8MGBASVYC7ZRPXFAV4TGKY3ZYP6NCNTM515ZSEKVU7UMW4NMK1BYERGJOD8W0ZS45NTEYG0C9E1MTQYMQHV11RI8N4PBGOBDUQHOZEKBKUTETC' where id=2; -update noar ti set v0='HXQARM7X1ZS6SRO83LVDNWF5OCL7F92VRP8L9J740BWJDF3BXC6MT2X6OQQGVEQ37LEX0RNL77GO7CZ5VZNDKUAALOY03UOEXCT897YJXN8IRV264SXJK9RXT5QL3FOZMRTQ8K5BGWAHFI8YX4I8MGBASVYC7ZRPXFAV4TGKY3ZYP6NCNTM515ZSEKVU7UMW4NMK1BYERGJOD8W0ZS45NTEYG0C9E1MTQYMQHV11RI8N4PBGOBDUQHOZEKBKUTETC' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CP94ISC8FR6RF5QXJOUJSFNRUSLE1X4B9IPKTO5QSB8LTILPZC4MWZ134IAYHFQSD1VQ3DO4B129LD9QIF7OQQIC2YYW5ZJTOTB4S7OX2JMUQ97RLZFO7VNFTL6PB22QBNCCHV806V6QUOQGBIA4QPVJB0EYZ60TPT2Z5GXLAUUJ5J2D51WOJN8BRE8PG8KJ992CBN3ZL32OATOHF14YRYCPMED1YTOUO3RDPSQ7KCAA21FLL64BPRCADHQ8SUBJF' where id=2; -update noar ti set v1='CP94ISC8FR6RF5QXJOUJSFNRUSLE1X4B9IPKTO5QSB8LTILPZC4MWZ134IAYHFQSD1VQ3DO4B129LD9QIF7OQQIC2YYW5ZJTOTB4S7OX2JMUQ97RLZFO7VNFTL6PB22QBNCCHV806V6QUOQGBIA4QPVJB0EYZ60TPT2Z5GXLAUUJ5J2D51WOJN8BRE8PG8KJ992CBN3ZL32OATOHF14YRYCPMED1YTOUO3RDPSQ7KCAA21FLL64BPRCADHQ8SUBJF' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9H141GVH408C2JXFI7SYSLBZ9JS65H12XH7A986LETBIQLOYYVE1F6HMBGS60CW0RQF6SDML1IH139NDHITI9403OLOHWTR18QFBXIGIWA5UVVLBRE0ZYQEPI0PI4MBY3S9D6CS4E804RM406ZDY66ZL7UWIE4NGBVX8ITNQ83AJ93PRF45675HO5Z5QBPD1AH02Z9KUS56DKUASNZAVG2DCRN7MBIIP0SOF4VUOG7HGTP9P1KRQ8HD5C4NGBGI6A' where id=2; -update noar ti set v2='9H141GVH408C2JXFI7SYSLBZ9JS65H12XH7A986LETBIQLOYYVE1F6HMBGS60CW0RQF6SDML1IH139NDHITI9403OLOHWTR18QFBXIGIWA5UVVLBRE0ZYQEPI0PI4MBY3S9D6CS4E804RM406ZDY66ZL7UWIE4NGBVX8ITNQ83AJ93PRF45675HO5Z5QBPD1AH02Z9KUS56DKUASNZAVG2DCRN7MBIIP0SOF4VUOG7HGTP9P1KRQ8HD5C4NGBGI6A' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2XH2XO870O3Z97MBUK92L2QQMPCNUAJHTYFVO2Y33A7VJUMACBMPXZ6OMHMKVGBXYAHC5B2K13EYC834FCNTR9INOV0HX3A4YO131XLADU70KVVIQQ7LJV4J82TSQ91XTJ8LDH6APZDHI813OAAUMNJLNUW8626TKFSU3ZLNLMV7PAZM6397EQG89OON7VJN4LM4ACB2C695IG1NSVBYVKOTMTSR22YB29YYHKWIHQMC7CH7F81JF9E35DF1G7KPL' where id=2; -update noar ti set v3='2XH2XO870O3Z97MBUK92L2QQMPCNUAJHTYFVO2Y33A7VJUMACBMPXZ6OMHMKVGBXYAHC5B2K13EYC834FCNTR9INOV0HX3A4YO131XLADU70KVVIQQ7LJV4J82TSQ91XTJ8LDH6APZDHI813OAAUMNJLNUW8626TKFSU3ZLNLMV7PAZM6397EQG89OON7VJN4LM4ACB2C695IG1NSVBYVKOTMTSR22YB29YYHKWIHQMC7CH7F81JF9E35DF1G7KPL' where id=2; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='440DIBISFADWRW2V3COGT5VTLA5G71PWSJMN8ZTRVA11E3WNW5JHTKIXEOH56NAWZS1ZTOQ1ZV3ONKSQ639IR92AS2U1YIRHMOW5AM6GB0BNUU5JPWX3O1X7WEY3ZWE16KH4G20JLW0L4QEYXORPKD3U6T8B4DEY1WUIKKKKFZ8XYM87WKTL63E4UVIF7123Q6IEY9ASFBISM2AHTL4KGHRLO3J2NZ3YBEJNDSKGCD6ME52JMNAKHGE2ZUVTTZMGV' where id=3; -update noar ti set v0='440DIBISFADWRW2V3COGT5VTLA5G71PWSJMN8ZTRVA11E3WNW5JHTKIXEOH56NAWZS1ZTOQ1ZV3ONKSQ639IR92AS2U1YIRHMOW5AM6GB0BNUU5JPWX3O1X7WEY3ZWE16KH4G20JLW0L4QEYXORPKD3U6T8B4DEY1WUIKKKKFZ8XYM87WKTL63E4UVIF7123Q6IEY9ASFBISM2AHTL4KGHRLO3J2NZ3YBEJNDSKGCD6ME52JMNAKHGE2ZUVTTZMGV' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7MUG6Q7UT4GXZZVO2WG0IJ18CJI5ZXI93V88HP70410KNM6B3AJOCAEYMSRZTIU4JZJU6HIOYO13FHDWS57BR7N88M2K1ROADIR0ZKHNHFW5473RVQ3DLLHEG0B9JOEVUB8J4G0NQKZVS5XWV5JN4LOXMMMPEKYEB3FEKKLO04CPE4CW5C2A7CBDYIMYLTCM9PF8U3RLLCNAQ8M6B265LD91XNH0BRRYVKQTUCFZ4NHJGFDHBB9034L78DZFGSCY9' where id=3; -update noar ti set v1='7MUG6Q7UT4GXZZVO2WG0IJ18CJI5ZXI93V88HP70410KNM6B3AJOCAEYMSRZTIU4JZJU6HIOYO13FHDWS57BR7N88M2K1ROADIR0ZKHNHFW5473RVQ3DLLHEG0B9JOEVUB8J4G0NQKZVS5XWV5JN4LOXMMMPEKYEB3FEKKLO04CPE4CW5C2A7CBDYIMYLTCM9PF8U3RLLCNAQ8M6B265LD91XNH0BRRYVKQTUCFZ4NHJGFDHBB9034L78DZFGSCY9' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6I01XADNR08W7F9B89LQWI6VQR7KNH7ZGX44Z1NF2Y5A78VFLY24VMCTYSLAC9YS7TLJ56CC3MIIS01ARE9DT8JGJKD58VREHXMNRMF9YC5JNQTOR2PIHL7WTMEYJ3VH09R9DETE1UCXSK2K3ZCCXZ8D44D9XV9VIVNOHHSW10XU8QVLVY21GUJFYHYBJBTOF7PKDGTYXR6VQ0AA18BIB4NEPBW34JHWCR3C6JE0W2G5QIV7LNBN26BDCYRD7S4T9' where id=3; -update noar ti set v2='6I01XADNR08W7F9B89LQWI6VQR7KNH7ZGX44Z1NF2Y5A78VFLY24VMCTYSLAC9YS7TLJ56CC3MIIS01ARE9DT8JGJKD58VREHXMNRMF9YC5JNQTOR2PIHL7WTMEYJ3VH09R9DETE1UCXSK2K3ZCCXZ8D44D9XV9VIVNOHHSW10XU8QVLVY21GUJFYHYBJBTOF7PKDGTYXR6VQ0AA18BIB4NEPBW34JHWCR3C6JE0W2G5QIV7LNBN26BDCYRD7S4T9' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BMJJUN9V7HS8SWT4F2MCPZB7FE6KDUKUU43IRNU2DOJXPX58YNNHER1B4DQ41SEET9LVD4WVX9IJNWBZBDT1VKS7049QASQ15IAZ0DXFKO93XW1XWXG1GCYN1HONDSQ4PP3LIU8WAFLA9RM8TYBB8LQ0D819R5BPX11M1Y816SGSLCVZGGXZY75Z7KKOF3KFQBNJZB06CUBM4CQ8M0X9G5YEGGS682UE5G52DWW1HM19VGVQEO9DX5APMHUPUK0OK' where id=3; -update noar ti set v3='BMJJUN9V7HS8SWT4F2MCPZB7FE6KDUKUU43IRNU2DOJXPX58YNNHER1B4DQ41SEET9LVD4WVX9IJNWBZBDT1VKS7049QASQ15IAZ0DXFKO93XW1XWXG1GCYN1HONDSQ4PP3LIU8WAFLA9RM8TYBB8LQ0D819R5BPX11M1Y816SGSLCVZGGXZY75Z7KKOF3KFQBNJZB06CUBM4CQ8M0X9G5YEGGS682UE5G52DWW1HM19VGVQEO9DX5APMHUPUK0OK' where id=3; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZJXWEASEZMXD3BNOHGPMVXP8EH5JMP79HUEIJWCARE5F3G8ISCRHMGZWCKA971FRH2Q5NTBML46F61J8YBBEDME6X3BY3GLL6E8BLESNS700WFO2VO7R0BK5E99DMRG4BQHD4MDD4T4Z1E69TUYOZ5QXP0JHHDTUEPDD719JWX4HBHCFUIBXAYMPXA5E91GKNH5639U1QGM7LP29L0W2WAUHVH9I7O6RUL3WGVV22OV7HZK1IQKIDBOGGM8ZI8TKV' where id=4; -update noar ti set v0='ZJXWEASEZMXD3BNOHGPMVXP8EH5JMP79HUEIJWCARE5F3G8ISCRHMGZWCKA971FRH2Q5NTBML46F61J8YBBEDME6X3BY3GLL6E8BLESNS700WFO2VO7R0BK5E99DMRG4BQHD4MDD4T4Z1E69TUYOZ5QXP0JHHDTUEPDD719JWX4HBHCFUIBXAYMPXA5E91GKNH5639U1QGM7LP29L0W2WAUHVH9I7O6RUL3WGVV22OV7HZK1IQKIDBOGGM8ZI8TKV' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8D3PKJ4BICVJKSPJJ1ZS3MG8F17FLFGDV8BL4TJ1ZQ8DENW8A2TOJT3AGGOM2FPMP8KWLA7R8SH35DYX7BFKLV9TL7H62FV7VA49JGT8ICPH9LAO65JCSVXRJWBE09222MJRFZDIB9934SGXXT005DW1HCKK3IGPNBF83DLK0EET77YAF7WFUK98NY0THDUQ5CDJ5WE14PKKH54FXDYOR6MXL87VD8LRRLX9AEPG5Z2E06B9E88X3SMF6WIQ4FJMK' where id=4; -update noar ti set v1='8D3PKJ4BICVJKSPJJ1ZS3MG8F17FLFGDV8BL4TJ1ZQ8DENW8A2TOJT3AGGOM2FPMP8KWLA7R8SH35DYX7BFKLV9TL7H62FV7VA49JGT8ICPH9LAO65JCSVXRJWBE09222MJRFZDIB9934SGXXT005DW1HCKK3IGPNBF83DLK0EET77YAF7WFUK98NY0THDUQ5CDJ5WE14PKKH54FXDYOR6MXL87VD8LRRLX9AEPG5Z2E06B9E88X3SMF6WIQ4FJMK' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GJGBSMJO675H8X1HCMZZ0P1D49AMK7PZRP4U6FAWAQ1BT0US9431CB351VUNTQEJ06ZQ375341MWEDPTQJ9M6S53ZBZEG1VZ3OO8U09FYUE4KBPW5DTN1HNX3FHEX12RPA5C6QEY83FK1ZJ9FH2YZDZF23SXI2YC4128Z4PR242IJZ9G8NJB25O1YJUCSOQ0DTUL76GSF0SUQLU6KF8YU2LJDIBNS5YO4FBPJXL7GXNNZYWGWCG4QICSB4XY1J6CN' where id=4; -update noar ti set v2='GJGBSMJO675H8X1HCMZZ0P1D49AMK7PZRP4U6FAWAQ1BT0US9431CB351VUNTQEJ06ZQ375341MWEDPTQJ9M6S53ZBZEG1VZ3OO8U09FYUE4KBPW5DTN1HNX3FHEX12RPA5C6QEY83FK1ZJ9FH2YZDZF23SXI2YC4128Z4PR242IJZ9G8NJB25O1YJUCSOQ0DTUL76GSF0SUQLU6KF8YU2LJDIBNS5YO4FBPJXL7GXNNZYWGWCG4QICSB4XY1J6CN' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IIWFVUF80WOR7ZIJHQFWVWKSP210DGF7P9JLEXHNPPSY7K8J6GMYJXYSFBK27207QA5RTBEWE6J0F9SL1S8A5R7VM0GW6VWIRL0JPRMG56MAM3H910Y3KAUN72F7KKRONLYH2LU7PHR41MQIVE573T1TCGKEV0NNSTY67KV63T0U3EKYTLZ0CXZCOAYTB409Y5FY632FRFDDKJFSDQHF0W8X32ESCPS9MPLV65TKYP0MCVWGCRCF9WTJY6NXUK4W6' where id=4; -update noar ti set v3='IIWFVUF80WOR7ZIJHQFWVWKSP210DGF7P9JLEXHNPPSY7K8J6GMYJXYSFBK27207QA5RTBEWE6J0F9SL1S8A5R7VM0GW6VWIRL0JPRMG56MAM3H910Y3KAUN72F7KKRONLYH2LU7PHR41MQIVE573T1TCGKEV0NNSTY67KV63T0U3EKYTLZ0CXZCOAYTB409Y5FY632FRFDDKJFSDQHF0W8X32ESCPS9MPLV65TKYP0MCVWGCRCF9WTJY6NXUK4W6' where id=4; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='T3SGM9F0HHF9TGA5VIUUNYEDLWWGZ2UJDS02T2IU4MNLP81JFV0TAQPU27LF5N9YH9UYI7ISEO4RAVTJG31RTI3UU1PQP4920TJ53U8NDXURZZU6UU6M9JGGGPEAB4NDXLBBMI9LF74E8FHYVRYAKFAYIKEOPRSLNUI06TFY46CLZPLAXLJ07OT9TV9HV5SO9F5LNK9QPA6ZAK3TNBI6OBE0VSHPP14SGUJTCBKKLQUT76MQV0U95OX0MEDJ8SIOG' where id=5; -update noar ti set v0='T3SGM9F0HHF9TGA5VIUUNYEDLWWGZ2UJDS02T2IU4MNLP81JFV0TAQPU27LF5N9YH9UYI7ISEO4RAVTJG31RTI3UU1PQP4920TJ53U8NDXURZZU6UU6M9JGGGPEAB4NDXLBBMI9LF74E8FHYVRYAKFAYIKEOPRSLNUI06TFY46CLZPLAXLJ07OT9TV9HV5SO9F5LNK9QPA6ZAK3TNBI6OBE0VSHPP14SGUJTCBKKLQUT76MQV0U95OX0MEDJ8SIOG' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='77BFM7WKREFSTQ19XJ8RYLNTVFNAXE4DBHMNJ1W9LKXU9GYDDJOFTAXI8JBFOGCV5XIDY544C85K87Q04JR8X84J7N6NW8X4V4HA7MKDVBAGHFYPPY529I92ZLZAIRUYB7R37SUAZQSKPFZEGNWH5KCTJIY003MGLZST7FVF0O8M20YBA15AHI3VQV34KH17DI2T1ILUH41ZNUFMBTBIFAN7ZKQRBTTCW99XTLFWO8DFTVIIIDH49HTTMQ3QRX9Z1' where id=5; -update noar ti set v1='77BFM7WKREFSTQ19XJ8RYLNTVFNAXE4DBHMNJ1W9LKXU9GYDDJOFTAXI8JBFOGCV5XIDY544C85K87Q04JR8X84J7N6NW8X4V4HA7MKDVBAGHFYPPY529I92ZLZAIRUYB7R37SUAZQSKPFZEGNWH5KCTJIY003MGLZST7FVF0O8M20YBA15AHI3VQV34KH17DI2T1ILUH41ZNUFMBTBIFAN7ZKQRBTTCW99XTLFWO8DFTVIIIDH49HTTMQ3QRX9Z1' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9E4SU4R7VEHMPWNC6JEG4LHP4RC918X3O0IAX76AKV2RDLQ28TS71CUD2AYWUP2MGXQN44DFVDQ9DKQX87BM01LPZALOO6U3ZO5DU0L14CJO3CD5OGYUDIP2JR88VOEWDEKZ9PQYP8ADQ0KVCKT9XIO3N7O7VAXTOR9QQW5D5JTKI6P0VYIWKU8KP41ZUM7OD0JCAQSU7LIA8DPWKOYOT3VC3X90ZV1Q1Y6XQ5TDRG4DP86P1XHM5QA3R73ZRFSMU' where id=5; -update noar ti set v2='9E4SU4R7VEHMPWNC6JEG4LHP4RC918X3O0IAX76AKV2RDLQ28TS71CUD2AYWUP2MGXQN44DFVDQ9DKQX87BM01LPZALOO6U3ZO5DU0L14CJO3CD5OGYUDIP2JR88VOEWDEKZ9PQYP8ADQ0KVCKT9XIO3N7O7VAXTOR9QQW5D5JTKI6P0VYIWKU8KP41ZUM7OD0JCAQSU7LIA8DPWKOYOT3VC3X90ZV1Q1Y6XQ5TDRG4DP86P1XHM5QA3R73ZRFSMU' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='459LKZ51NEUVZ5TRZ8KD6RG9Y9EEAXUD8ZEJWXLYZQOWYQTY6KMOGQTN9FWIRM5TE3TOD63JJLZ7KIHQHO1ECT1HEY80KJZJLBR4XGL0OPHGEBZ5FFLQZ60E7PRFEFGLKJIN9HSLFYMQPD1MWBTXU8CS9BGUWT31DUZ5X7KCFZBT9VUGAYCTK6JWNP2E0WXWCY8UTO7LB9GT4D23ZT93XPWS3W9TQ8Y4JK8AIEECC349B56EAG2N8T2KWC4FOK5GB' where id=5; -update noar ti set v3='459LKZ51NEUVZ5TRZ8KD6RG9Y9EEAXUD8ZEJWXLYZQOWYQTY6KMOGQTN9FWIRM5TE3TOD63JJLZ7KIHQHO1ECT1HEY80KJZJLBR4XGL0OPHGEBZ5FFLQZ60E7PRFEFGLKJIN9HSLFYMQPD1MWBTXU8CS9BGUWT31DUZ5X7KCFZBT9VUGAYCTK6JWNP2E0WXWCY8UTO7LB9GT4D23ZT93XPWS3W9TQ8Y4JK8AIEECC349B56EAG2N8T2KWC4FOK5GB' where id=5; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VM9LCXGPDS2BXF0QDUEYK8BDI0WCXBNJLN8HS15SY426N1DEMFTVI69I1IH4M7432ZWFR86PPXSFJOBONWCSG203EMC2OJHVJBY3XFHDY85MOIMZR7V3TMW1ZJMTKGWZ1NSK02A8BOZ7QGMTUABV1HTLM2THK3NMWHFMQLRZ6AGBAU511E5FAO5QXU960CPV6G2N5SNS6ATFTJCH1ZWQJ7S4JBJH8L8NBI80J1EUO4GKW4SAT5D3G5B470ED63GN7' where id=6; -update noar ti set v0='VM9LCXGPDS2BXF0QDUEYK8BDI0WCXBNJLN8HS15SY426N1DEMFTVI69I1IH4M7432ZWFR86PPXSFJOBONWCSG203EMC2OJHVJBY3XFHDY85MOIMZR7V3TMW1ZJMTKGWZ1NSK02A8BOZ7QGMTUABV1HTLM2THK3NMWHFMQLRZ6AGBAU511E5FAO5QXU960CPV6G2N5SNS6ATFTJCH1ZWQJ7S4JBJH8L8NBI80J1EUO4GKW4SAT5D3G5B470ED63GN7' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q9K414ODT08291LVJP5NMUHGZKLTV6DY1WV5S9G89LNR9LB773ENYADVZQNFNFDI3S0PBPLZ3LQFDVWWL3DNB1XUEAYJYKW06VAAL12XF64MCGIFUITME3JCKMY1QUQ1GYXCUCK7NLQWD94CPB74F302O1YK5YZWNUT5ROU8ON6WIEN1AW5MQNYB91BODVM1AKP1TWWV75NXDLT0QNX38HEVYBYQOJL4PYO6SRCQXTWEEMB17A2OP6NXCU36F1CX5' where id=6; -update noar ti set v1='Q9K414ODT08291LVJP5NMUHGZKLTV6DY1WV5S9G89LNR9LB773ENYADVZQNFNFDI3S0PBPLZ3LQFDVWWL3DNB1XUEAYJYKW06VAAL12XF64MCGIFUITME3JCKMY1QUQ1GYXCUCK7NLQWD94CPB74F302O1YK5YZWNUT5ROU8ON6WIEN1AW5MQNYB91BODVM1AKP1TWWV75NXDLT0QNX38HEVYBYQOJL4PYO6SRCQXTWEEMB17A2OP6NXCU36F1CX5' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='GB9HHFJVTQO39O8O42N7OV3AHZYTV3D9PDJDYFN0EY09B2VKIH9IWIS60X6AWAXM1B4QX9XF9HJ1MA9HB50GR9LSPOAHSMQ1PZV8KHX9N89A4RVCAO0YL42RN9AR7COJ7NY6FZG1XHEMBD0R7UEGJ0O3CZBO3NUBGMB2U8OY0017U6QIJCG8VNTLWN1ZZ4YQLPLU7VRUAIU7W0K55B8JQFODM7M3IGQBE8EUS9MEG8KHY4Z5SFY4GNQO5QGAYGX19' where id=6; -update noar ti set v2='GB9HHFJVTQO39O8O42N7OV3AHZYTV3D9PDJDYFN0EY09B2VKIH9IWIS60X6AWAXM1B4QX9XF9HJ1MA9HB50GR9LSPOAHSMQ1PZV8KHX9N89A4RVCAO0YL42RN9AR7COJ7NY6FZG1XHEMBD0R7UEGJ0O3CZBO3NUBGMB2U8OY0017U6QIJCG8VNTLWN1ZZ4YQLPLU7VRUAIU7W0K55B8JQFODM7M3IGQBE8EUS9MEG8KHY4Z5SFY4GNQO5QGAYGX19' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='517YPKKKPZGE939Z5V3BUTHZUJQ5UXWTGT1MFCL54F9IGLHJP5DHZEC1V02QCRZWAWUPDWMTTT2CLV9SD944YFJT8GRLQI7FRY9MW76YV4DRO5CBVZ3ZM9GSRJAWO7759XLO21WUHVB7O3FAJ70E713HDVA092GL09TCS40T4VISH2BXQ10UTI1YEFRZOKEYXRC23GXHMC4J9LTT5YIW5I2M5ELZIMZFHKERIUVJ2BZT821XR4MX8HQ5VULVVHFQ5' where id=6; -update noar ti set v3='517YPKKKPZGE939Z5V3BUTHZUJQ5UXWTGT1MFCL54F9IGLHJP5DHZEC1V02QCRZWAWUPDWMTTT2CLV9SD944YFJT8GRLQI7FRY9MW76YV4DRO5CBVZ3ZM9GSRJAWO7759XLO21WUHVB7O3FAJ70E713HDVA092GL09TCS40T4VISH2BXQ10UTI1YEFRZOKEYXRC23GXHMC4J9LTT5YIW5I2M5ELZIMZFHKERIUVJ2BZT821XR4MX8HQ5VULVVHFQ5' where id=6; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='RTJEPXOK0PKPC8SZN4H4LSBRITZ8M1820RZYUUJCAKFFZND9P7JWY5H7WGHB4P25IBXAB2ATQFLFOE7FJD4ZESEZ3IGWHUPZ35GQ28HEQGH7TZ2FV8FYEGG11ST45TBSTCNUNK38Q0LB5VA1KNSOG9JOURGD5GF7HMYDL0YJVU0TOXR9WLK1PFDI1NQGJY0A30IK0AQ4XL8QWPFQ0KVEQYO8IZF9XDKQVJSLV8Q834GHERRE3MPFUSQ6MBIBPEL1L' where id=7; -update noar ti set v0='RTJEPXOK0PKPC8SZN4H4LSBRITZ8M1820RZYUUJCAKFFZND9P7JWY5H7WGHB4P25IBXAB2ATQFLFOE7FJD4ZESEZ3IGWHUPZ35GQ28HEQGH7TZ2FV8FYEGG11ST45TBSTCNUNK38Q0LB5VA1KNSOG9JOURGD5GF7HMYDL0YJVU0TOXR9WLK1PFDI1NQGJY0A30IK0AQ4XL8QWPFQ0KVEQYO8IZF9XDKQVJSLV8Q834GHERRE3MPFUSQ6MBIBPEL1L' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BR3N3TYGCY425OB42XAIYPDWDZBOOYQ4HVOKX26OXG947F69MUTW6NXT9XRLSRDMNQQV682RZI6XR8OEO2POL1GM2K35DMR9L6K6YOX7L42AL7Z5DJMXGQ5B2XQGTZ6A7DNP06CCCSMMJ8R20QGW6JGNNI4VN1F7PQY6JR8E3BW82VZVTEN2QYJJRS73AZ9QA8Q5E7G31C3BGDU43FTBLDJ9GRXBF2LLNIYUR2JTPDBLE4R64N2HKYALOBZ1OEPCU' where id=7; -update noar ti set v1='BR3N3TYGCY425OB42XAIYPDWDZBOOYQ4HVOKX26OXG947F69MUTW6NXT9XRLSRDMNQQV682RZI6XR8OEO2POL1GM2K35DMR9L6K6YOX7L42AL7Z5DJMXGQ5B2XQGTZ6A7DNP06CCCSMMJ8R20QGW6JGNNI4VN1F7PQY6JR8E3BW82VZVTEN2QYJJRS73AZ9QA8Q5E7G31C3BGDU43FTBLDJ9GRXBF2LLNIYUR2JTPDBLE4R64N2HKYALOBZ1OEPCU' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SL3JXYSP33BACQD2I94HOF5DW1Y577QLKIY8X83KX09SRGFLYAY35766V1C5ZADM99XQQ5B351ZIJFZI3NVIJ1EUG4N55ZIP15RMD4NYX7L5VHDTO5Y8RMRLTXMOCYSDJJ30SRHSCPEGATIRZ4XSAU4II83MZG75025IWG77UPEAK6FTUPWBNCCXMU1U80V9XQI302IIUI7RBFC4YIQSKHQWMAM97HWV69EZJ5TS6GUC3T4A9HOYUHFNV6BBF8CGR' where id=7; -update noar ti set v2='SL3JXYSP33BACQD2I94HOF5DW1Y577QLKIY8X83KX09SRGFLYAY35766V1C5ZADM99XQQ5B351ZIJFZI3NVIJ1EUG4N55ZIP15RMD4NYX7L5VHDTO5Y8RMRLTXMOCYSDJJ30SRHSCPEGATIRZ4XSAU4II83MZG75025IWG77UPEAK6FTUPWBNCCXMU1U80V9XQI302IIUI7RBFC4YIQSKHQWMAM97HWV69EZJ5TS6GUC3T4A9HOYUHFNV6BBF8CGR' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SG2TTFA79JQTR676JWQ5D053X40K5MQBYAU0DODYXPA507R3WVBBVCEP9KN6HNB8VH972VICRBVVX3MA679LJT9QVB3ZBF0ZT6OFB8JCPLXX9LNOUY1A4OCNPUONMLLU5X3LVQEEWQ1VWQBKETR6J7P3C0C5QCCGUST8JADO3JBSY3ES1K4AWSCTK0GRJ28B9JQZ38WNBZ0QEOHUNPR27KN88XIJWEWVK4E3YXF0OYYC653ZWQCR6LC04868OY6XF' where id=7; -update noar ti set v3='SG2TTFA79JQTR676JWQ5D053X40K5MQBYAU0DODYXPA507R3WVBBVCEP9KN6HNB8VH972VICRBVVX3MA679LJT9QVB3ZBF0ZT6OFB8JCPLXX9LNOUY1A4OCNPUONMLLU5X3LVQEEWQ1VWQBKETR6J7P3C0C5QCCGUST8JADO3JBSY3ES1K4AWSCTK0GRJ28B9JQZ38WNBZ0QEOHUNPR27KN88XIJWEWVK4E3YXF0OYYC653ZWQCR6LC04868OY6XF' where id=7; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6Z8109SOVJDDUWRTZ7W3TNXVNSFYZLEPYEGCRYCZPABBYGR3QAFVCXLXG9PJX9VPTFXCUHBYO0XEFYKQW07ZZMPOGLV740QAWB7Z9BURCAJVDSW6AWQBV8XL3AE1KW8YVUWY1FTOAGLIAUO7UWK41IYVTF1YP2EK9H7P19I0HNDBAA6WHXI9PB23JKKJTCJQ2FP8AO8DS427PQQ5COEIO113NQ7JQEY3GOZWG1TE2G9LDLJ3W7072PEH0ALVFPQBW' where id=8; -update noar ti set v0='6Z8109SOVJDDUWRTZ7W3TNXVNSFYZLEPYEGCRYCZPABBYGR3QAFVCXLXG9PJX9VPTFXCUHBYO0XEFYKQW07ZZMPOGLV740QAWB7Z9BURCAJVDSW6AWQBV8XL3AE1KW8YVUWY1FTOAGLIAUO7UWK41IYVTF1YP2EK9H7P19I0HNDBAA6WHXI9PB23JKKJTCJQ2FP8AO8DS427PQQ5COEIO113NQ7JQEY3GOZWG1TE2G9LDLJ3W7072PEH0ALVFPQBW' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3M8DXQC5UXZHYCMLFSPSUP4U1VW4DTD8MM16PZKCWQIA4MDD1DU0LS4YRXZ04BE4AOLPN6JKZF52AWFHQYG688JLYBR1XT3HFDBIS4I9XLONXAM9489FEWEIA4O23Q0UY82WVXX56AUZ9S0N3ERAF92OFH6BAM7YAOJTD348XKTBD52AIRKD56QYD8RH39JT1CNB0A1Y3CIAFLJ0HB6QLNXBZHO1GFQR98O0HOYOKGC1NY3SEHVAWGPCYN5ZZHJWL' where id=8; -update noar ti set v1='3M8DXQC5UXZHYCMLFSPSUP4U1VW4DTD8MM16PZKCWQIA4MDD1DU0LS4YRXZ04BE4AOLPN6JKZF52AWFHQYG688JLYBR1XT3HFDBIS4I9XLONXAM9489FEWEIA4O23Q0UY82WVXX56AUZ9S0N3ERAF92OFH6BAM7YAOJTD348XKTBD52AIRKD56QYD8RH39JT1CNB0A1Y3CIAFLJ0HB6QLNXBZHO1GFQR98O0HOYOKGC1NY3SEHVAWGPCYN5ZZHJWL' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0RC1AZUH5QVDDQWSM0RE9XJIGVJN1ZFUP1O9NTRMHRPUZDMULV3C4ZXSKBZ73TC5F7487QXZ8ZV81QDZPQ3DEZBHRII0T6YFJXG54HV6OITHFEYATG8D27CYVJY58JRHK2CM7EHF45CWAG5GL7IXQD76VSLO9YEPRJWQGFK3YUSIY1J4Z4TD8HEN1C5CFT5ETJ4MP6N8UAQ3MQGXZO71WSR0Y26W1CARA0C095OKKG0ECXK6DMFKOO8EVZPECY92E' where id=8; -update noar ti set v2='0RC1AZUH5QVDDQWSM0RE9XJIGVJN1ZFUP1O9NTRMHRPUZDMULV3C4ZXSKBZ73TC5F7487QXZ8ZV81QDZPQ3DEZBHRII0T6YFJXG54HV6OITHFEYATG8D27CYVJY58JRHK2CM7EHF45CWAG5GL7IXQD76VSLO9YEPRJWQGFK3YUSIY1J4Z4TD8HEN1C5CFT5ETJ4MP6N8UAQ3MQGXZO71WSR0Y26W1CARA0C095OKKG0ECXK6DMFKOO8EVZPECY92E' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='8E0W95X2JLN1TQHNSVEGV7XG2N0Y4Q13JWWK83BZ7SX41O9VJQ5BFNFCGTRMB4AOQSSKA2GZQOQVNP4X6TPIC3CIGCF8X1O3RUTZ0OF8BQ64CSPT8ORMNGF2XYXCE2PODKJUB2URX76HZS2LVFGWNSBFVVCZEN2OFJ06A11UJ1BMR19FIFA6UOZ29KU3Z0GA5U2VSMPUP47KSB08908R4WH1N2Y4ZHOM04DZ106VUVXV1GQ0IZ62BFGRY29KXQ3RI' where id=8; -update noar ti set v3='8E0W95X2JLN1TQHNSVEGV7XG2N0Y4Q13JWWK83BZ7SX41O9VJQ5BFNFCGTRMB4AOQSSKA2GZQOQVNP4X6TPIC3CIGCF8X1O3RUTZ0OF8BQ64CSPT8ORMNGF2XYXCE2PODKJUB2URX76HZS2LVFGWNSBFVVCZEN2OFJ06A11UJ1BMR19FIFA6UOZ29KU3Z0GA5U2VSMPUP47KSB08908R4WH1N2Y4ZHOM04DZ106VUVXV1GQ0IZ62BFGRY29KXQ3RI' where id=8; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='LKX57SWVK5IE30N7BHD3C80L769S62BXRK1A5NAOC7TU3J1E8XDZT6T4UE4AJOGJMNMS9DNC8EAT65NZ135608MBF3ZJZZJWWQSXDFV8HKN71PHPT8U6I2YX352X40JUH5XQVRNB5AYXP9K93RKC3EM2U4HP2P11QDR1AJLNWN3KHR84ASL3QOZZQP58EGZQIUQYHAXI8S9H7BDCWGN9ACC6BS7RSQZ2CCA021GAD280WJOFL4J9VPDWM59OHK2I7' where id=9; -update noar ti set v0='LKX57SWVK5IE30N7BHD3C80L769S62BXRK1A5NAOC7TU3J1E8XDZT6T4UE4AJOGJMNMS9DNC8EAT65NZ135608MBF3ZJZZJWWQSXDFV8HKN71PHPT8U6I2YX352X40JUH5XQVRNB5AYXP9K93RKC3EM2U4HP2P11QDR1AJLNWN3KHR84ASL3QOZZQP58EGZQIUQYHAXI8S9H7BDCWGN9ACC6BS7RSQZ2CCA021GAD280WJOFL4J9VPDWM59OHK2I7' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LAB2DLVFDCPF3S5FTZ536C082X007E9VK0IQF2FZGKYDB8Y7UD15XNBC0XHP68GN9K8DIQ63G6RWN6YQZFXPVMAHM2J9MIGJU3N7QIR17G6IKXKU7WSMFDIF0LBUM8SH3DKSXEMZ5R7UKYF762H3JZ8STOU934Z4WLBL9XIH3W7CDQC0R6SFW7HPBBA9237BDCDTXVFPBTY4SM9EIAPXAJYIYSIJ2NC0N7JCHG5I1OC6OP7KHTE3A39SHSWYBFHCE' where id=9; -update noar ti set v1='LAB2DLVFDCPF3S5FTZ536C082X007E9VK0IQF2FZGKYDB8Y7UD15XNBC0XHP68GN9K8DIQ63G6RWN6YQZFXPVMAHM2J9MIGJU3N7QIR17G6IKXKU7WSMFDIF0LBUM8SH3DKSXEMZ5R7UKYF762H3JZ8STOU934Z4WLBL9XIH3W7CDQC0R6SFW7HPBBA9237BDCDTXVFPBTY4SM9EIAPXAJYIYSIJ2NC0N7JCHG5I1OC6OP7KHTE3A39SHSWYBFHCE' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UPA3863V3G3BFATC0PGP4KNKMO034WQYLSMXSCABQBJISNSBXS0GY5U97PY6EZVI0RI5RTXH4FTTPLD3M3TQJP6INVTOCIGQS9R82PY8DR7KJLZOL15DFW4WWPSV6FF53OF9J06MNQO8HJUKC9R1BTG3CDXX8MFLDIUH9J7CK8E8VA3IPAQQPJZX5IJMOUVUU2397YP0T69HHWU6FS50UCP2B7XIYP1B63VX91B3M3430WSTO2186KX8TY2VQMPUQ' where id=9; -update noar ti set v2='UPA3863V3G3BFATC0PGP4KNKMO034WQYLSMXSCABQBJISNSBXS0GY5U97PY6EZVI0RI5RTXH4FTTPLD3M3TQJP6INVTOCIGQS9R82PY8DR7KJLZOL15DFW4WWPSV6FF53OF9J06MNQO8HJUKC9R1BTG3CDXX8MFLDIUH9J7CK8E8VA3IPAQQPJZX5IJMOUVUU2397YP0T69HHWU6FS50UCP2B7XIYP1B63VX91B3M3430WSTO2186KX8TY2VQMPUQ' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CGWF4UHGUSJ0V0R4BM4OXCUN3WIYF1XBQV0R81BXU94JHJWAY1H9LN8YR47MI56X9UNSW6OXIAYT827OYPKMFBWAQN3DYOWEZY8WOEXRDQQD7ZV5D9LV98QXD5RW6LH0B8QAXZBPLHC3SV779Z2TCXQZNZHVQ3MVIBHJ2KWGN76SO16DPNAXIV6DMRWF167GSU3A8DCW6HGAJG4EIGE408HLFZB0Z4X9WGJC1OZDNPVC9QSY9QBF7Z2H2KGLT8DHA' where id=9; -update noar ti set v3='CGWF4UHGUSJ0V0R4BM4OXCUN3WIYF1XBQV0R81BXU94JHJWAY1H9LN8YR47MI56X9UNSW6OXIAYT827OYPKMFBWAQN3DYOWEZY8WOEXRDQQD7ZV5D9LV98QXD5RW6LH0B8QAXZBPLHC3SV779Z2TCXQZNZHVQ3MVIBHJ2KWGN76SO16DPNAXIV6DMRWF167GSU3A8DCW6HGAJG4EIGE408HLFZB0Z4X9WGJC1OZDNPVC9QSY9QBF7Z2H2KGLT8DHA' where id=9; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='5MWI8L5Q1UCHJND2A5E13OJHQAOWZRQLPKJTH9NBBF5KB5SFUST56UJ0MURFTN79NBLW2E9ESMSO9HAQAQJSQ8KJRMD4O1U9BGE3Q7WQEH3Q8V6QM5TFW6CYOLJ8F6LW9Z141PU74K2SWCBLJF9FR61BM3K7IIVAX0KAIW7HIFCV1Y2R8NJ7JTGOF4K17CCXW90RW4REW7XSOMLTI07FAR7JJVVY08GWLKYCQVETAV9CBWFTB2VQJYXPF11S6HETK' where id=10; -update noar ti set v0='5MWI8L5Q1UCHJND2A5E13OJHQAOWZRQLPKJTH9NBBF5KB5SFUST56UJ0MURFTN79NBLW2E9ESMSO9HAQAQJSQ8KJRMD4O1U9BGE3Q7WQEH3Q8V6QM5TFW6CYOLJ8F6LW9Z141PU74K2SWCBLJF9FR61BM3K7IIVAX0KAIW7HIFCV1Y2R8NJ7JTGOF4K17CCXW90RW4REW7XSOMLTI07FAR7JJVVY08GWLKYCQVETAV9CBWFTB2VQJYXPF11S6HETK' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C49KN2OLITD139WCYM0ECVCJ6D01Z16HETLLLJGT4AZEN97OQ3R4C65VP4WSE8FYVIUZG5DBXLG9EHTDC97Y67BTB34YORGZSSV1GK315TXREO5X9PJHV7MOEFX6LQP17A41QKZNMQ280SODLE2R2EN59F06L4D9UV3G10SB62QGUIF19UWT0XY2XPAPPMIQ66I7WCM4LWO2Z0NGZ29QPFHRPJZBCLUIYB47EBBAUPPRPBXNTFBBXFSC1FPAAXSY5' where id=10; -update noar ti set v1='C49KN2OLITD139WCYM0ECVCJ6D01Z16HETLLLJGT4AZEN97OQ3R4C65VP4WSE8FYVIUZG5DBXLG9EHTDC97Y67BTB34YORGZSSV1GK315TXREO5X9PJHV7MOEFX6LQP17A41QKZNMQ280SODLE2R2EN59F06L4D9UV3G10SB62QGUIF19UWT0XY2XPAPPMIQ66I7WCM4LWO2Z0NGZ29QPFHRPJZBCLUIYB47EBBAUPPRPBXNTFBBXFSC1FPAAXSY5' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='H7L0LK8JRYQIVVJQA8FNK1K8LJ6BE17323OUEU5SD1RZ3JW2N7EKGJ5MNM1HA2E4PCSLX3J5KNK8056UCC5I38HIY8L57ST22BYNW53YMST40VNKOIDW4QG3A54J25FBZHS55EQTXYLA31M31TCS84SP314ZOR67NA0P5DBJ6ULTTHZP41XRYX20C78IVNLLJ1HJA2WU3YMXSL0OTZNLN6X4XDQNUW1D5JT5AW7SRLKV446RCR3YU92PXX58Y75CW' where id=10; -update noar ti set v2='H7L0LK8JRYQIVVJQA8FNK1K8LJ6BE17323OUEU5SD1RZ3JW2N7EKGJ5MNM1HA2E4PCSLX3J5KNK8056UCC5I38HIY8L57ST22BYNW53YMST40VNKOIDW4QG3A54J25FBZHS55EQTXYLA31M31TCS84SP314ZOR67NA0P5DBJ6ULTTHZP41XRYX20C78IVNLLJ1HJA2WU3YMXSL0OTZNLN6X4XDQNUW1D5JT5AW7SRLKV446RCR3YU92PXX58Y75CW' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R96YM73YM4R0B1UNOEJNCB8YGAITGGYL0TLWYLS31LHF19XUDQBNLVZEJM0PEHP4BEOGF0FX2AI83UDPVY59WIJGMFC9G74FFJA3HV92TBCEB00V768UMIEB4C0ZR4U7M0JONP5NTVC2VSZSBMEFF6KTNUE05RCE20AR4IQX4WY1UOREP6F6IT07PQVYHNF3W6AGUANQOZI90QNC2ZSHAIR6UHZGOML3BB9SYQ0UTNMPOJ7T0NXED620VNC0RQ3MR' where id=10; -update noar ti set v3='R96YM73YM4R0B1UNOEJNCB8YGAITGGYL0TLWYLS31LHF19XUDQBNLVZEJM0PEHP4BEOGF0FX2AI83UDPVY59WIJGMFC9G74FFJA3HV92TBCEB00V768UMIEB4C0ZR4U7M0JONP5NTVC2VSZSBMEFF6KTNUE05RCE20AR4IQX4WY1UOREP6F6IT07PQVYHNF3W6AGUANQOZI90QNC2ZSHAIR6UHZGOML3BB9SYQ0UTNMPOJ7T0NXED620VNC0RQ3MR' where id=10; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='04OSZWABN8XYY4HEHYQJRM7M2XPBD8UTK1LGYIMPLC18WQU8QR3A1HJB2L9P8RA6ZLG3U56XC5VV71CT29KDCW0FUOZC3XGA7RGJZTGPZFD8E1JFVLND694GI6NNH3D36UXLE5F296PXRCC7NH7PUJS5ZQI1ZYC3TAH71S5LGJZPJTIZPPU6OOEZSVOZ26P6F6KG380CLRWV81TYQKPQL4TE3EST8X8Q5AFNAQ6HBJJ9XFAK8642TYUZQLGEK7P0G' where id=11; -update noar ti set v0='04OSZWABN8XYY4HEHYQJRM7M2XPBD8UTK1LGYIMPLC18WQU8QR3A1HJB2L9P8RA6ZLG3U56XC5VV71CT29KDCW0FUOZC3XGA7RGJZTGPZFD8E1JFVLND694GI6NNH3D36UXLE5F296PXRCC7NH7PUJS5ZQI1ZYC3TAH71S5LGJZPJTIZPPU6OOEZSVOZ26P6F6KG380CLRWV81TYQKPQL4TE3EST8X8Q5AFNAQ6HBJJ9XFAK8642TYUZQLGEK7P0G' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8E2N7HIEARWE7A2FUX14OL351UO3J88GLZYU3RDC5FBBY37FRBXFPIZQ9EQHNT753I4IJ3W648RGXG3STBZPUJ7TETT8QHKC7M3Z4FTNX5PEOT8OJH41IK7YZA4IK2UOK1B34RVC21JPSFFGRA5MZZ053O2T7IXW99Z49TMGJP22C6W42CT3UWY7X1HC9CWGR3NFB6K54SIPIAA6RGBQ0NR488KL85XUW0B7E1UMT12RC4WAVDMZAAJB3HIESDVX9' where id=11; -update noar ti set v1='8E2N7HIEARWE7A2FUX14OL351UO3J88GLZYU3RDC5FBBY37FRBXFPIZQ9EQHNT753I4IJ3W648RGXG3STBZPUJ7TETT8QHKC7M3Z4FTNX5PEOT8OJH41IK7YZA4IK2UOK1B34RVC21JPSFFGRA5MZZ053O2T7IXW99Z49TMGJP22C6W42CT3UWY7X1HC9CWGR3NFB6K54SIPIAA6RGBQ0NR488KL85XUW0B7E1UMT12RC4WAVDMZAAJB3HIESDVX9' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZTDXW5EMDB874E1R5QJZ1VRX7C5YV4568RUA65LQDVT8PPHOVQFI25HA2LY6TXZS84SACW20K1RYKZQ59MM05ICVXNV4TVN7LP9P6CI5O1T6G7U9F8F1VRSBU65WZFF0YOLSJ3Q3KVZ7WVMAF5SZT6BKC8WNTITLWKPJP3SJL1UBAAPZ27S8BHHEJX202E1NPYRCP8VPJEK8AE238OPHRT2P8RDH0FZLOHW17WAB2GQQVL4FR4RM33IUXVUEE3HL0' where id=11; -update noar ti set v2='ZTDXW5EMDB874E1R5QJZ1VRX7C5YV4568RUA65LQDVT8PPHOVQFI25HA2LY6TXZS84SACW20K1RYKZQ59MM05ICVXNV4TVN7LP9P6CI5O1T6G7U9F8F1VRSBU65WZFF0YOLSJ3Q3KVZ7WVMAF5SZT6BKC8WNTITLWKPJP3SJL1UBAAPZ27S8BHHEJX202E1NPYRCP8VPJEK8AE238OPHRT2P8RDH0FZLOHW17WAB2GQQVL4FR4RM33IUXVUEE3HL0' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AB9PDSQ9YG0LBM3R95BLRP238RC8GSOJ4KMOIUZP6JD30SVS5ZYE2G4NX2KBW3IZ3DBL6E8NHY2RSSODMLWQFUTP9AYRTKSH44MQJ1BJSJ68ROS3X95WCJHZMVQW8LLGSA76XMD44TKKYPVUL7UVNHZPFTNQ3ILPYEAX8FI8X1FMKKQTOYBYUXG4JPL0G41VYW9VHUOVSK4YQ7E7L0J6R09JRHEPQQFP114Z4BAHRCU31LTTODWKN0R6SJOJK4BCJ' where id=11; -update noar ti set v3='AB9PDSQ9YG0LBM3R95BLRP238RC8GSOJ4KMOIUZP6JD30SVS5ZYE2G4NX2KBW3IZ3DBL6E8NHY2RSSODMLWQFUTP9AYRTKSH44MQJ1BJSJ68ROS3X95WCJHZMVQW8LLGSA76XMD44TKKYPVUL7UVNHZPFTNQ3ILPYEAX8FI8X1FMKKQTOYBYUXG4JPL0G41VYW9VHUOVSK4YQ7E7L0J6R09JRHEPQQFP114Z4BAHRCU31LTTODWKN0R6SJOJK4BCJ' where id=11; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='V5LXYKY6V5LZ1ZEYN00JYGI9Z5VSX0NX2QG85LKPGTK4H8IX7WJ3616O693JUUP82F9XJAVOJ9IH3YK5YT3WFQ5X3D4RM0IAX3M30KZY3G23Q9A4XC74ZOYH5TD18293O5HY2EJH7S9XCVB1GKC1P1MD9Y11V0WSEA15LI6XXNSCC9KQFQ1RS7S0HNCMJL64OQ2T1KVEFVR3E2AQOUB5SWX023MY6TY2DDDPUL28NEA3N0G1ZEV7135NAG7D5OK5G' where id=12; -update noar ti set v0='V5LXYKY6V5LZ1ZEYN00JYGI9Z5VSX0NX2QG85LKPGTK4H8IX7WJ3616O693JUUP82F9XJAVOJ9IH3YK5YT3WFQ5X3D4RM0IAX3M30KZY3G23Q9A4XC74ZOYH5TD18293O5HY2EJH7S9XCVB1GKC1P1MD9Y11V0WSEA15LI6XXNSCC9KQFQ1RS7S0HNCMJL64OQ2T1KVEFVR3E2AQOUB5SWX023MY6TY2DDDPUL28NEA3N0G1ZEV7135NAG7D5OK5G' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ZFN6OAEU26G707F962O4QHOZPX6W0D0QWRPRAJOFX8XPMRN9Y0TP1G34WAZYA45M3EZ78WCA84SCYS1261QZ4ZS3ULL36AS0VXJDWNJWFX3S05B3AEMANUWFEVJNVIAGB6PE6893N55ZX6QDPWPL364CAR21DXICCEXUTTPALNVO2ZRY6TRQUH6PTRBNO72MLWJ9YCAQPQNUAVCOYNQ66YQYD0I5FK01H50G1WDN8VH2JG0FRESSN5PLOF9PQD5QR' where id=12; -update noar ti set v1='ZFN6OAEU26G707F962O4QHOZPX6W0D0QWRPRAJOFX8XPMRN9Y0TP1G34WAZYA45M3EZ78WCA84SCYS1261QZ4ZS3ULL36AS0VXJDWNJWFX3S05B3AEMANUWFEVJNVIAGB6PE6893N55ZX6QDPWPL364CAR21DXICCEXUTTPALNVO2ZRY6TRQUH6PTRBNO72MLWJ9YCAQPQNUAVCOYNQ66YQYD0I5FK01H50G1WDN8VH2JG0FRESSN5PLOF9PQD5QR' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VQX0Z8GIYB6PDTQQ3QWOJ3UEYKJR19SD53FCIJPVJ5PG2PZCA15JF90K3CCXX2WJ5YAH2SBJ6V7RWZMWR34NGNM57OUBQ31M9XYWD7AMVTE2YMLH45V64A7EIL22LRMFNBH23OFGMMG72U8RUZUUY7VL48MWH9KQ8XBJJCL4GLA9P7BI6Z3FD5VEYN6NLZBAD38E2UKNFYZWF0C7ZHTQYMSZZI5ZKBCU1UZCD8G0BUZCUVMVTTSSZD8APYS1S2JQS' where id=12; -update noar ti set v2='VQX0Z8GIYB6PDTQQ3QWOJ3UEYKJR19SD53FCIJPVJ5PG2PZCA15JF90K3CCXX2WJ5YAH2SBJ6V7RWZMWR34NGNM57OUBQ31M9XYWD7AMVTE2YMLH45V64A7EIL22LRMFNBH23OFGMMG72U8RUZUUY7VL48MWH9KQ8XBJJCL4GLA9P7BI6Z3FD5VEYN6NLZBAD38E2UKNFYZWF0C7ZHTQYMSZZI5ZKBCU1UZCD8G0BUZCUVMVTTSSZD8APYS1S2JQS' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='H3M5YB8VKJX9HCV2B0ZA4NZXHC8H8YTAY9A9SXI8MS1YRBISRAH5TG2N2GQK31GP12JX5J4XRSLB9A1CY4GMKVHZFMK738PPKUNJMCCHKL8CUYCRCLSQVT56CO9J87AZ9TIQG1UCR9M49CJR0JV0N3184GMXTCDTC3QGJP78NGFBMVEF8WHD3XK4X1EU49YEVMDC4AP6MA2QISRR5VSS9TAZ1YK9CJKLG0LE1SF53XQG1PZQHQ2IAAKPMGQ2IP0KN' where id=12; -update noar ti set v3='H3M5YB8VKJX9HCV2B0ZA4NZXHC8H8YTAY9A9SXI8MS1YRBISRAH5TG2N2GQK31GP12JX5J4XRSLB9A1CY4GMKVHZFMK738PPKUNJMCCHKL8CUYCRCLSQVT56CO9J87AZ9TIQG1UCR9M49CJR0JV0N3184GMXTCDTC3QGJP78NGFBMVEF8WHD3XK4X1EU49YEVMDC4AP6MA2QISRR5VSS9TAZ1YK9CJKLG0LE1SF53XQG1PZQHQ2IAAKPMGQ2IP0KN' where id=12; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0BQ6JUDERPBLQAZNK08MLPXJNCWNYQ1LUPIIG87140824SGIOWRJREI8HEG918VT3Y2QL272H26K80BT5L112AE0M3RDVC5IU653G5SBWITYM11G419FMLNE54HPQE05A28A0TH7U8OEE1B0TRPWT2V8D5UF1XEEEJ0KRYTPRQX8UQQLFFAQRJOSHE78KOM8BMKO8D2U05HU2XMXLZAFYHT2JJ14JAJE9Q3X76O8S3LJ2D5Q995OWH8I8VNV4S34E' where id=13; -update noar ti set v0='0BQ6JUDERPBLQAZNK08MLPXJNCWNYQ1LUPIIG87140824SGIOWRJREI8HEG918VT3Y2QL272H26K80BT5L112AE0M3RDVC5IU653G5SBWITYM11G419FMLNE54HPQE05A28A0TH7U8OEE1B0TRPWT2V8D5UF1XEEEJ0KRYTPRQX8UQQLFFAQRJOSHE78KOM8BMKO8D2U05HU2XMXLZAFYHT2JJ14JAJE9Q3X76O8S3LJ2D5Q995OWH8I8VNV4S34E' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9AMZKRYJEMP4690BPS403LC8UT5MODEBM22BAG4D39U0Q4TBE4EWK96ZD8NUZI5TV8R9T0N6Q2ASJV0JTZUEMKXT1MOV3Z5JET3OIFZUWHKV7GE2U1HJBLFQCKUMK8P0HTMMEFSFCIH0IAL677H2DKTRA2KTCZTFJMIUZVF4E9CAREB74X2P2ZLPQHESFSY2N1ILJHCXBHSFD8J0YHAZS5IWLRCPG241RX1AFY43N4T4RTAIQY6REPXRL1U6IEPZ7' where id=13; -update noar ti set v1='9AMZKRYJEMP4690BPS403LC8UT5MODEBM22BAG4D39U0Q4TBE4EWK96ZD8NUZI5TV8R9T0N6Q2ASJV0JTZUEMKXT1MOV3Z5JET3OIFZUWHKV7GE2U1HJBLFQCKUMK8P0HTMMEFSFCIH0IAL677H2DKTRA2KTCZTFJMIUZVF4E9CAREB74X2P2ZLPQHESFSY2N1ILJHCXBHSFD8J0YHAZS5IWLRCPG241RX1AFY43N4T4RTAIQY6REPXRL1U6IEPZ7' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FCCDBULZN5AC5HUZMOU1J5QRCS4S1C7Z371Y8Z7N88H67IF2M8TMELBN8W1BH9ZQVGDMFQP0VLDXKYLTZUYBPBW0UO7MBPSH4AZ60AIOTIUB9LW8P0TI2U15RF62E5YPC8S5LZ05QXMSMHDCVU0RUAJ943L2GH41VRLYRUHCKUVQDAHCH20KLMY8F76EGCO1DD7GG1IJ2BN2N0IJBAAMB54QQ2Q4Z3RZYSX9383G53983PGKFS0UXMZO7J1U4HKZU' where id=13; -update noar ti set v2='FCCDBULZN5AC5HUZMOU1J5QRCS4S1C7Z371Y8Z7N88H67IF2M8TMELBN8W1BH9ZQVGDMFQP0VLDXKYLTZUYBPBW0UO7MBPSH4AZ60AIOTIUB9LW8P0TI2U15RF62E5YPC8S5LZ05QXMSMHDCVU0RUAJ943L2GH41VRLYRUHCKUVQDAHCH20KLMY8F76EGCO1DD7GG1IJ2BN2N0IJBAAMB54QQ2Q4Z3RZYSX9383G53983PGKFS0UXMZO7J1U4HKZU' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='SAQMCV95TG3T09WH0B904FML7IG727PSMJ9TN7102TPY13JMAFKBIZSTUJJS5DJ21KMMHYJTXEGGIU83KIGIYNPEKRW8VI1CHWHTL6N7EX8DZMEMR356G4BRL4FASSVCSN1RU0FEIWGDKCCW38AYQERJRT2UVWDH2LC7ZHFODGJ16TJKU3ARDPIBDEJ5H0CWK3JV96XWYSU6Z9HWJD5G2F78HEPQU615XWYJKG7TIQA7NJ3U2B09GASBEU2YZO59H' where id=13; -update noar ti set v3='SAQMCV95TG3T09WH0B904FML7IG727PSMJ9TN7102TPY13JMAFKBIZSTUJJS5DJ21KMMHYJTXEGGIU83KIGIYNPEKRW8VI1CHWHTL6N7EX8DZMEMR356G4BRL4FASSVCSN1RU0FEIWGDKCCW38AYQERJRT2UVWDH2LC7ZHFODGJ16TJKU3ARDPIBDEJ5H0CWK3JV96XWYSU6Z9HWJD5G2F78HEPQU615XWYJKG7TIQA7NJ3U2B09GASBEU2YZO59H' where id=13; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8P7YV1QBXTRVC6H3J5GN8BKD2CIN7H0YNSXE7VQD94SODKPKGOO7TOAHDUORC2JTLR63I81JXNFT0Y9P9ITRAX9R93W7MAGKB6LCYFSTXF53TKUASMF0ZHND54QB1Y4BV5PL4DLQ5SVMH560FVD0CA38HCLDVY278DSWSMGYAQACJL792TZ6M6LEXTMDI90ZI2TIQBQ23KEI0T8A79SUIH2XTS5MOYE7KFE3O93ERNIXVPYNQWZBTNVAFGUSX93QK' where id=14; -update noar ti set v0='8P7YV1QBXTRVC6H3J5GN8BKD2CIN7H0YNSXE7VQD94SODKPKGOO7TOAHDUORC2JTLR63I81JXNFT0Y9P9ITRAX9R93W7MAGKB6LCYFSTXF53TKUASMF0ZHND54QB1Y4BV5PL4DLQ5SVMH560FVD0CA38HCLDVY278DSWSMGYAQACJL792TZ6M6LEXTMDI90ZI2TIQBQ23KEI0T8A79SUIH2XTS5MOYE7KFE3O93ERNIXVPYNQWZBTNVAFGUSX93QK' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AB353RMDDKRCC3CI27XQNS4GL6N20K2GN99IG7KEABKLL3DKHL2VXWUYP2PKZIXHMQBGCWVIQUN7N7NSOWU7X79WLT4D4DZG5KBNKH86T5JK0YPHJZGNTP9OCBMJQXOEN0SV6DQOYAYWMY0VLLNU95DQWT13Y11MP2MO8HPAGXU945VW033XZSWKR1VEZYSFY7UVMWC3WJUAB266C6CCCDIIGQ0181MWZBCQXD7ZDDGPSGVNMX33DP0F2KZK4R46O' where id=14; -update noar ti set v1='AB353RMDDKRCC3CI27XQNS4GL6N20K2GN99IG7KEABKLL3DKHL2VXWUYP2PKZIXHMQBGCWVIQUN7N7NSOWU7X79WLT4D4DZG5KBNKH86T5JK0YPHJZGNTP9OCBMJQXOEN0SV6DQOYAYWMY0VLLNU95DQWT13Y11MP2MO8HPAGXU945VW033XZSWKR1VEZYSFY7UVMWC3WJUAB266C6CCCDIIGQ0181MWZBCQXD7ZDDGPSGVNMX33DP0F2KZK4R46O' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8YFKAMF2GMDUTSJVHV96FLY3H175FH18XC854DX64XPJQ91WJ1OVP5D4UKIM4924J3KTRUW4BP5HI5N9PFZ7GKBYMGJLBO47ZTX0UR6J6THBB0QQNMDDUXTTMJ9V9KPIPF1W6RFMZ6YVKZGPHH33LY4TDKMMQHGGG6XTIRE1MN55LAGLO4UL4X4DDBJO7D4ZKQZYFO73JDHZIUI0SI5J7B5NMG4J84EHK9J4SCYQLRYJMS0KV5AJ9E4BF5VH11KZE' where id=14; -update noar ti set v2='8YFKAMF2GMDUTSJVHV96FLY3H175FH18XC854DX64XPJQ91WJ1OVP5D4UKIM4924J3KTRUW4BP5HI5N9PFZ7GKBYMGJLBO47ZTX0UR6J6THBB0QQNMDDUXTTMJ9V9KPIPF1W6RFMZ6YVKZGPHH33LY4TDKMMQHGGG6XTIRE1MN55LAGLO4UL4X4DDBJO7D4ZKQZYFO73JDHZIUI0SI5J7B5NMG4J84EHK9J4SCYQLRYJMS0KV5AJ9E4BF5VH11KZE' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BWL7S5A8NUCR0ON6T559WQF9WN3ZB726H7583ETHGB6C0G3262K4IZU89HVEK1Y6SDIEPV1X5MPXUP5022VZZLTC2XULSS3258EW1KABNPHUGYIICT20OIPX2VKACTXFP5IVFP35U2JNUN3XQGHYOLLNGHED1KHJINJ0DGP6Q2BBUJ1ILBJTM2VB3VP22H9LJ8BBW6YHKNFRSFV6ST9ZVIMS8H5IHFV2V6YGQVYEHL08FW1EXTNJ14BOJRI2QFESI' where id=14; -update noar ti set v3='BWL7S5A8NUCR0ON6T559WQF9WN3ZB726H7583ETHGB6C0G3262K4IZU89HVEK1Y6SDIEPV1X5MPXUP5022VZZLTC2XULSS3258EW1KABNPHUGYIICT20OIPX2VKACTXFP5IVFP35U2JNUN3XQGHYOLLNGHED1KHJINJ0DGP6Q2BBUJ1ILBJTM2VB3VP22H9LJ8BBW6YHKNFRSFV6ST9ZVIMS8H5IHFV2V6YGQVYEHL08FW1EXTNJ14BOJRI2QFESI' where id=14; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='NIPNXTQ3XUDFIJL0BLCV2HN2L73P7VN4FU97OYLNYXSMOLO1FY70O4XSEQYHQSSF80PE42N7G3X9WV1CNP5QY0V3F2ERA2FFN3EQ4WZTHIBYBAHTX5TG9TSV000AN6LMTKDKLAN87NCLHOVLFQEJKYF4UXPAQIO7Y1TOLI43SBA6Y6KM8HFDGQKWO79FUAG9VL58PUDM0VGK2AY2T6L49ROU3PKJAE1T497O72CX2DVR3LPG247LCDKLAT5WQVBQH' where id=15; -update noar ti set v0='NIPNXTQ3XUDFIJL0BLCV2HN2L73P7VN4FU97OYLNYXSMOLO1FY70O4XSEQYHQSSF80PE42N7G3X9WV1CNP5QY0V3F2ERA2FFN3EQ4WZTHIBYBAHTX5TG9TSV000AN6LMTKDKLAN87NCLHOVLFQEJKYF4UXPAQIO7Y1TOLI43SBA6Y6KM8HFDGQKWO79FUAG9VL58PUDM0VGK2AY2T6L49ROU3PKJAE1T497O72CX2DVR3LPG247LCDKLAT5WQVBQH' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='76BG85Z4HU5UG4K7LZTWWSGATWCKBZYC1N7O9F5KSDCV22Y72GI9PPFMH1UD99SADG003CCVBN3WLR0KB8FW0X9TV73IHSNOUT33D6J269EGZCQVIIO9I4AW3O1ULOZRTFB687M2GTEGAJG7OMAKL526W4Y5F93QKCKBWA3EOHKPO9JBABZHFG3P7WGYC712OXJBCSYXSMQR112OWHY4VNXN581FHSNP9G3QKXL27Q4V8GL2GXO8WVZB0XI5JENE6' where id=15; -update noar ti set v1='76BG85Z4HU5UG4K7LZTWWSGATWCKBZYC1N7O9F5KSDCV22Y72GI9PPFMH1UD99SADG003CCVBN3WLR0KB8FW0X9TV73IHSNOUT33D6J269EGZCQVIIO9I4AW3O1ULOZRTFB687M2GTEGAJG7OMAKL526W4Y5F93QKCKBWA3EOHKPO9JBABZHFG3P7WGYC712OXJBCSYXSMQR112OWHY4VNXN581FHSNP9G3QKXL27Q4V8GL2GXO8WVZB0XI5JENE6' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZSLQN4KDSAOJ5ZHX3C46SNFQQY1CDQ02B32NIGSA7WEE9BVHL8CLWTN5HOQO6BMNETRRQMKURCRYT8CSC7E57OL0MAKU8AUKLLRNPYHHSF4RD1VUSJL6WJ8ZM3K2DVUBZDS0FERUXDJDWK340QHX24PWHHN3K7P0YOGFMEH99ZU9N7ESCUT82QUICZQWXZTOCM3Z9LTUL4P2FZFAD5K0X13Q4LWQ66TW7FMBT0FEOF73T1T84LUM1JDZ062T017KJ' where id=15; -update noar ti set v2='ZSLQN4KDSAOJ5ZHX3C46SNFQQY1CDQ02B32NIGSA7WEE9BVHL8CLWTN5HOQO6BMNETRRQMKURCRYT8CSC7E57OL0MAKU8AUKLLRNPYHHSF4RD1VUSJL6WJ8ZM3K2DVUBZDS0FERUXDJDWK340QHX24PWHHN3K7P0YOGFMEH99ZU9N7ESCUT82QUICZQWXZTOCM3Z9LTUL4P2FZFAD5K0X13Q4LWQ66TW7FMBT0FEOF73T1T84LUM1JDZ062T017KJ' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9ZQF665VYVHA7BI6PSJAVBQIKURT04GKN9VYB29189TCLHPSVVIKCL4MPPDZCZQAR5GAQD0MSQSJT21G27BL4YZA68P7SXEX4VTJF3VNRTXMJ7H0N40NNLL0N569X3KRH2C1X5CGMCA765DR4JJCVZ7M5F47UYPTHUBC5LP8DUCG52WEI51JX03L8X5Z0YTOFQNRVZ5FZGO5WE05P8WEYW8BJSK5XBN287BLRYPGRS10DGTCXWAQUIA1H6V5I4HU9' where id=15; -update noar ti set v3='9ZQF665VYVHA7BI6PSJAVBQIKURT04GKN9VYB29189TCLHPSVVIKCL4MPPDZCZQAR5GAQD0MSQSJT21G27BL4YZA68P7SXEX4VTJF3VNRTXMJ7H0N40NNLL0N569X3KRH2C1X5CGMCA765DR4JJCVZ7M5F47UYPTHUBC5LP8DUCG52WEI51JX03L8X5Z0YTOFQNRVZ5FZGO5WE05P8WEYW8BJSK5XBN287BLRYPGRS10DGTCXWAQUIA1H6V5I4HU9' where id=15; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Y3QO4M5KHDN1SV95J8DA6THASVE799AGXWIFFTBYDY8N7WQL15KRNQX9E1P9MU7GYMB2CTNQE6WJG0TEU3Y7F28JLMU713WMVUCGGTPAHT7DK7S1G4A4A7KW7QXHC7JJ4R3WVZIKWLCXY0TC2EKULSR4DVOTFLW24QNKBY111298J27EXFU2Z6P40M0OTZO5X3BSVQJDOA23XYU8N6QC20RIY6N6M4VSJN3H4NR355LZEXOT7K64BFI6PX0G0V8G5' where id=16; -update noar ti set v0='Y3QO4M5KHDN1SV95J8DA6THASVE799AGXWIFFTBYDY8N7WQL15KRNQX9E1P9MU7GYMB2CTNQE6WJG0TEU3Y7F28JLMU713WMVUCGGTPAHT7DK7S1G4A4A7KW7QXHC7JJ4R3WVZIKWLCXY0TC2EKULSR4DVOTFLW24QNKBY111298J27EXFU2Z6P40M0OTZO5X3BSVQJDOA23XYU8N6QC20RIY6N6M4VSJN3H4NR355LZEXOT7K64BFI6PX0G0V8G5' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BUOKN95C2YZKYIR5NHASDKBN4NACXND9CLBIHGCUB040Z7Y1USZ7ZHW82DU3J4HO921LLXINRF3ZHL3CKBPLX34TIKW6CZKS6IW3VOGBHLMKQ0D1ABF2MPIQ8CQY7X4K74BGJG7MOGXZ5RKJ03ZKPM9AYUECGJQ6H7AJNX2VAPKIFF3UCA20LPEY1D9HFLX0XDBIPKFMC1XWJGGPF0LFHBLIPNMQV90ROSWX7IVFRI6L0X6ZV922WFNGMEM0P7PZT' where id=16; -update noar ti set v1='BUOKN95C2YZKYIR5NHASDKBN4NACXND9CLBIHGCUB040Z7Y1USZ7ZHW82DU3J4HO921LLXINRF3ZHL3CKBPLX34TIKW6CZKS6IW3VOGBHLMKQ0D1ABF2MPIQ8CQY7X4K74BGJG7MOGXZ5RKJ03ZKPM9AYUECGJQ6H7AJNX2VAPKIFF3UCA20LPEY1D9HFLX0XDBIPKFMC1XWJGGPF0LFHBLIPNMQV90ROSWX7IVFRI6L0X6ZV922WFNGMEM0P7PZT' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A4GWW90Z56JY82G9YDXZ3QA31DDD06E0BKSADEOFWLW554Z20JSITTW0TAMMTM68ZO7H74DY6K1NMD2KRAIMA585YQBB3R6D3XFWXGR9436W5HZC5CHSWNZ370YZG7UIQIKPQRO5EXGUXTNR8HQSZNSRPS9OKSZIV5OM2M6W4CRYZCSYZRFW78L5AX4SKV0W3TE27OG1ORY7RMW1P582QPDUPYOHGE2TJOOC6A5QHIK8O9N0QLB8YG3U39QF4Q7Z8' where id=16; -update noar ti set v2='A4GWW90Z56JY82G9YDXZ3QA31DDD06E0BKSADEOFWLW554Z20JSITTW0TAMMTM68ZO7H74DY6K1NMD2KRAIMA585YQBB3R6D3XFWXGR9436W5HZC5CHSWNZ370YZG7UIQIKPQRO5EXGUXTNR8HQSZNSRPS9OKSZIV5OM2M6W4CRYZCSYZRFW78L5AX4SKV0W3TE27OG1ORY7RMW1P582QPDUPYOHGE2TJOOC6A5QHIK8O9N0QLB8YG3U39QF4Q7Z8' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BG9HW8OWS91PFB05GXEG0LWJ94M35PKRMO5ZLMKY9Q2BTUBKDFU7W6V1DK0J9XSII1A75Q4XBRXR5K7IBH7EEJ39JZ0SUUI91P9OUKQFNOGYUGXVZI7NDBDOW42XOFYZJ76E9M3SF2ORBA6KKVHT9B4KR580DTKH9DD2AVDXZAFQVF16CFH0MW8FPY26JBVFSEMI5WIX902EEEJY2XPFC5C9S44OT04HPXX9WWBFEJM2712WZWYFFFVJPLKS5MD3B' where id=16; -update noar ti set v3='BG9HW8OWS91PFB05GXEG0LWJ94M35PKRMO5ZLMKY9Q2BTUBKDFU7W6V1DK0J9XSII1A75Q4XBRXR5K7IBH7EEJ39JZ0SUUI91P9OUKQFNOGYUGXVZI7NDBDOW42XOFYZJ76E9M3SF2ORBA6KKVHT9B4KR580DTKH9DD2AVDXZAFQVF16CFH0MW8FPY26JBVFSEMI5WIX902EEEJY2XPFC5C9S44OT04HPXX9WWBFEJM2712WZWYFFFVJPLKS5MD3B' where id=16; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='VFQA6QPOFSNDFRN56LI3PTXZRP0CGVA1OSQWW2RJR8F3868FWND46KU8FVX5MU6UC4IEF4A8BVFCML4HNXYTXZJ2KNGZLNXFHPU6RPMKOAGMD47H8FQQLEWZMQNPPRAVMNDAMCVMFVGWB0XRJGTMCB3MKY00NPV3KQF5WFJ984LNF96I7LS3ON6O4ES9JDVZ3ZPGD7Z8HUX221Y2EEYDHXJUNT1YL6HKFR0ONSGG0ZTQ5KQ2IMW8OOTOBOC7ZZSR3' where id=17; -update noar ti set v0='VFQA6QPOFSNDFRN56LI3PTXZRP0CGVA1OSQWW2RJR8F3868FWND46KU8FVX5MU6UC4IEF4A8BVFCML4HNXYTXZJ2KNGZLNXFHPU6RPMKOAGMD47H8FQQLEWZMQNPPRAVMNDAMCVMFVGWB0XRJGTMCB3MKY00NPV3KQF5WFJ984LNF96I7LS3ON6O4ES9JDVZ3ZPGD7Z8HUX221Y2EEYDHXJUNT1YL6HKFR0ONSGG0ZTQ5KQ2IMW8OOTOBOC7ZZSR3' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0KSFJCJ74RB0HDOS6RC38GZ7QMQMB6U86X2H24Y6UYBKJQKJ6ZXME4IJCDJYLKQYHOMLV3N2RR7AHOEHIKXUW7SSWDF2EUD5MG8B9PCRFM5ECP0CUD71T6M18CJ1IIDAAJHAZTTH3MDDBYGSE1QXOPBBA51IYAKKWKGBSO7ZP2FHIEXZVCSK9IDC1W54UARPQISV35MHFG9WD3OMGFALDO97OXKPRP3ZXS2R1TFQ6INRHRFHP1TUFAFZT27QPZ2EE' where id=17; -update noar ti set v1='0KSFJCJ74RB0HDOS6RC38GZ7QMQMB6U86X2H24Y6UYBKJQKJ6ZXME4IJCDJYLKQYHOMLV3N2RR7AHOEHIKXUW7SSWDF2EUD5MG8B9PCRFM5ECP0CUD71T6M18CJ1IIDAAJHAZTTH3MDDBYGSE1QXOPBBA51IYAKKWKGBSO7ZP2FHIEXZVCSK9IDC1W54UARPQISV35MHFG9WD3OMGFALDO97OXKPRP3ZXS2R1TFQ6INRHRFHP1TUFAFZT27QPZ2EE' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UDT60KSPD9246V4VB66HWC7SODE7UKZFS4VLE775641EQ0HBNEKMWMMVU0H7NGS65RIETAR9T5TIWODQKJATR8G0G7KNYD7Y0KWEKTV9J5S7C6JHXHXI8I8IZ4Q14Z4580GEP1J7PWI8HQ34V1131HOTW5CEHDEVDXKMAYNO2HKT8P3B5RGM5P05UQQ5QQJ868THVSDCVLFKC9MMAYD8SBIYX1FLE9LFE9FKVSCAH8L29CF6BMN5IQOSJ64RMTAN2' where id=17; -update noar ti set v2='UDT60KSPD9246V4VB66HWC7SODE7UKZFS4VLE775641EQ0HBNEKMWMMVU0H7NGS65RIETAR9T5TIWODQKJATR8G0G7KNYD7Y0KWEKTV9J5S7C6JHXHXI8I8IZ4Q14Z4580GEP1J7PWI8HQ34V1131HOTW5CEHDEVDXKMAYNO2HKT8P3B5RGM5P05UQQ5QQJ868THVSDCVLFKC9MMAYD8SBIYX1FLE9LFE9FKVSCAH8L29CF6BMN5IQOSJ64RMTAN2' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='W9P796ZQ6AZYXDJDMKFI4PO42JA995NAKF3NQZXT481A81R209I0XORUSBY2CS8E6SOKDAUAEXI4HFZX8F3J6CRF0B42BC0T4VEVXBODUIAIJD9AAHIFVK9O5OMHHUXI8F3EXX76ZF6ADK3MJY541V7PWJ03Q3JQWH15OVPGTQFRCPF887XSFE0XXW8HWIS6KFLPB3L0PEJYTGQ9OP71TGVGS8OY4DXX1M8Q56DK4NIMFQ46YAD3WLW6DACMGGNCZ' where id=17; -update noar ti set v3='W9P796ZQ6AZYXDJDMKFI4PO42JA995NAKF3NQZXT481A81R209I0XORUSBY2CS8E6SOKDAUAEXI4HFZX8F3J6CRF0B42BC0T4VEVXBODUIAIJD9AAHIFVK9O5OMHHUXI8F3EXX76ZF6ADK3MJY541V7PWJ03Q3JQWH15OVPGTQFRCPF887XSFE0XXW8HWIS6KFLPB3L0PEJYTGQ9OP71TGVGS8OY4DXX1M8Q56DK4NIMFQ46YAD3WLW6DACMGGNCZ' where id=17; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='J7NA8DDFOMJ87RW8GVVQ35RDBYYY9VT4PV3XELFE9T54QQFYL6JQ3SA4G3MH2S8F1EVX8JB3BS7BPCT3GAB24ZJ5JKSMVMVZ3OCP0KDBV1C6AQYES3JGKPOOQ5TQIIXYRY212G0L2QZL1PJQ4UTVYN6M6UNOUFIRY415ENKN7841SZBM2DWSUUU2N4LHAS3Q6FUOV1TO93U0P6N0P9X4PM1JWGX23BHKRO8DE6DF48I73F2JW9IMR05HOQCC27X3J' where id=18; -update noar ti set v0='J7NA8DDFOMJ87RW8GVVQ35RDBYYY9VT4PV3XELFE9T54QQFYL6JQ3SA4G3MH2S8F1EVX8JB3BS7BPCT3GAB24ZJ5JKSMVMVZ3OCP0KDBV1C6AQYES3JGKPOOQ5TQIIXYRY212G0L2QZL1PJQ4UTVYN6M6UNOUFIRY415ENKN7841SZBM2DWSUUU2N4LHAS3Q6FUOV1TO93U0P6N0P9X4PM1JWGX23BHKRO8DE6DF48I73F2JW9IMR05HOQCC27X3J' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MO3OA8KS7ED5CA3JOSSF68991H67ERM2W0GVLSRTX30ANIGYCZCRKV2HF8WNLJQ9T7JGL3NFP22LUVY0PKBKNSZM0R223E0QCREU2AS51EU5K9RB3QXY8AFQVDUJNFDNX3KKFK0HDWQC90I7M9NV41RKO9VIJ2XVYDLC9CIT5N63Y6D5JZ38VA4ADXZR4OA7LNI7O7HZ3CF4C0MQ3OTQTJIRNUWNXLQJOZ89S8JTC3O6WINFJXU41MVW0NKLF7S7L' where id=18; -update noar ti set v1='MO3OA8KS7ED5CA3JOSSF68991H67ERM2W0GVLSRTX30ANIGYCZCRKV2HF8WNLJQ9T7JGL3NFP22LUVY0PKBKNSZM0R223E0QCREU2AS51EU5K9RB3QXY8AFQVDUJNFDNX3KKFK0HDWQC90I7M9NV41RKO9VIJ2XVYDLC9CIT5N63Y6D5JZ38VA4ADXZR4OA7LNI7O7HZ3CF4C0MQ3OTQTJIRNUWNXLQJOZ89S8JTC3O6WINFJXU41MVW0NKLF7S7L' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KC7OAY1ZX24X7I78TFM797E9P0NGC4VUCDCRWG5ZU9DD6E0O901FB8EH2GRMUO15EZLFMDQPX6T43ODLSVNWE95TN4V5Q0DYAIRMZEUJK515F5NKAPN9WJB34BWKGUQ4QRX0U6EQMXTVK5DGFL0YGDT2JO1WIEIJZBBZQKRUBF8K1HPI2ODGQ95CLB4DNF4BLYLIBXUE9UWD6F0CDLLQ3U8CLKWO5IQPE9XBGU853LOUXPNLE57F0G84QIHGIA7RO' where id=18; -update noar ti set v2='KC7OAY1ZX24X7I78TFM797E9P0NGC4VUCDCRWG5ZU9DD6E0O901FB8EH2GRMUO15EZLFMDQPX6T43ODLSVNWE95TN4V5Q0DYAIRMZEUJK515F5NKAPN9WJB34BWKGUQ4QRX0U6EQMXTVK5DGFL0YGDT2JO1WIEIJZBBZQKRUBF8K1HPI2ODGQ95CLB4DNF4BLYLIBXUE9UWD6F0CDLLQ3U8CLKWO5IQPE9XBGU853LOUXPNLE57F0G84QIHGIA7RO' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EUJNGCYJ6PVHSKBAF8F990V4LS87E0USG55RIS0T3HXHAU5JVEJQ0HQ8BGJT1CT2MNW2WL96K8K26KOHOMCHAP8T9NH4MZXSHWW8ZMA7VNAJ46ZTFZ5PHUGZX1T4B7RAM66HSCHNQ1631RP2SDQC3WN72LDQYW9O7TJ4UJXDWWGEPX5XPQ5KQZP6KH7FIAL2C4WIGG16F4TND40PFX6TFK0JXPBNBQ6YY69C4PAXYMIPBZV3S7D7KYBC0047BDS4U' where id=18; -update noar ti set v3='EUJNGCYJ6PVHSKBAF8F990V4LS87E0USG55RIS0T3HXHAU5JVEJQ0HQ8BGJT1CT2MNW2WL96K8K26KOHOMCHAP8T9NH4MZXSHWW8ZMA7VNAJ46ZTFZ5PHUGZX1T4B7RAM66HSCHNQ1631RP2SDQC3WN72LDQYW9O7TJ4UJXDWWGEPX5XPQ5KQZP6KH7FIAL2C4WIGG16F4TND40PFX6TFK0JXPBNBQ6YY69C4PAXYMIPBZV3S7D7KYBC0047BDS4U' where id=18; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='P05IYRHSPYQZRFCOM1WVHVDCWFYHVN0DVJBLZ6JD3MEBA7416LIQX91OVGEG4BZK9DNE0EM3FEPQ7O3BDULAH86E2CYYAPKNP4CMZ24H0VV6QJQVHM2ED7W0CGWUCXH1R1UFN3ZZ9TAH9K5YLMNPVCU8IUPZ3E5GUWVH1XP5AFA00O4R0IW0W23AYAHTOQBLG96VGI815JWXKSICM6VYOVJZZC3HTCN5RG0XMX1YRQJR8EWIOEDK2N4W3J4G9PMJ3' where id=19; -update noar ti set v0='P05IYRHSPYQZRFCOM1WVHVDCWFYHVN0DVJBLZ6JD3MEBA7416LIQX91OVGEG4BZK9DNE0EM3FEPQ7O3BDULAH86E2CYYAPKNP4CMZ24H0VV6QJQVHM2ED7W0CGWUCXH1R1UFN3ZZ9TAH9K5YLMNPVCU8IUPZ3E5GUWVH1XP5AFA00O4R0IW0W23AYAHTOQBLG96VGI815JWXKSICM6VYOVJZZC3HTCN5RG0XMX1YRQJR8EWIOEDK2N4W3J4G9PMJ3' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='05F4SCFZ9ROHGZRW53MRW2VH23UNYZXB4UO4O45OK9LVPWNWNFSUC9Q0L8Y7NAUJA8XN2WK5JL6DWSHP9563QB911OO190DHVGWWGI3DQZCP0E2Z1SHIE4YVYQG66D1GA74UQ579E9O3O64I6BC8G6DSNAMGBDZF0X5KS6XEK3V6M2XE3HL3D5PG9N1PRDFNKWDG7YG6EH9XEIW6OLGR6XFDDDPWFQ40Y04XQZ94P5VVECWZW99UYXM8O9C1G1WRD' where id=19; -update noar ti set v1='05F4SCFZ9ROHGZRW53MRW2VH23UNYZXB4UO4O45OK9LVPWNWNFSUC9Q0L8Y7NAUJA8XN2WK5JL6DWSHP9563QB911OO190DHVGWWGI3DQZCP0E2Z1SHIE4YVYQG66D1GA74UQ579E9O3O64I6BC8G6DSNAMGBDZF0X5KS6XEK3V6M2XE3HL3D5PG9N1PRDFNKWDG7YG6EH9XEIW6OLGR6XFDDDPWFQ40Y04XQZ94P5VVECWZW99UYXM8O9C1G1WRD' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6OIMVHGV4MQI6G7BFJS0WK553G7N1TU176FN6ERI6CEPNM59QAFE4XEODP1N0SS5CSQ71C97ACW3DJ0QJ9BBPETGS6K97IC0ZGQHB7G8O3EEW49NZLOB2KDYC8MU8ALC7W0E7H1WVLZDTK5M1TBFVEBRRV793921INLUP40D3GY70TFJ2FAT8NNRQZGEDJO1JE62JCBPO29P3S50SS4FHLNQMOBTF0QTTLY8D2FM2JL2AQYZSZM9UK9C8XWJLWYPL' where id=19; -update noar ti set v2='6OIMVHGV4MQI6G7BFJS0WK553G7N1TU176FN6ERI6CEPNM59QAFE4XEODP1N0SS5CSQ71C97ACW3DJ0QJ9BBPETGS6K97IC0ZGQHB7G8O3EEW49NZLOB2KDYC8MU8ALC7W0E7H1WVLZDTK5M1TBFVEBRRV793921INLUP40D3GY70TFJ2FAT8NNRQZGEDJO1JE62JCBPO29P3S50SS4FHLNQMOBTF0QTTLY8D2FM2JL2AQYZSZM9UK9C8XWJLWYPL' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='34RDPZPFXV6K7SR2X6CIUMEJY8ZKI5RJ6AAF11FPO9KKDO2RRJGQN8SRUHA47WOS1CMP065FPKFB5A8O4N9ISAXWCZ9I2TMC641XP10SJYHMYTNMDSOUXKJOYJHHW3BR86TQ9A5BMD9ADK03EHMAXDU5FMK2XA8P5HGX7FYXMVL7NY3YDMA26HHQYHQLDH15AJHZWHNHT10Y83E763DOEVF8CVWPPTE9G9S9LZJCGU3T55M7MKI1PNULMTE1LZUSC' where id=19; -update noar ti set v3='34RDPZPFXV6K7SR2X6CIUMEJY8ZKI5RJ6AAF11FPO9KKDO2RRJGQN8SRUHA47WOS1CMP065FPKFB5A8O4N9ISAXWCZ9I2TMC641XP10SJYHMYTNMDSOUXKJOYJHHW3BR86TQ9A5BMD9ADK03EHMAXDU5FMK2XA8P5HGX7FYXMVL7NY3YDMA26HHQYHQLDH15AJHZWHNHT10Y83E763DOEVF8CVWPPTE9G9S9LZJCGU3T55M7MKI1PNULMTE1LZUSC' where id=19; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='R0JF5O8W9C6EFOULZRNJ66WBXRN7FPIS5JMPYK44SMTCOEDN18P2MNBEUSMIFOMDUR48RB5DUSODRO5U2JSWK16N8EEC96B8XGGI4I6KEAM3EQX6320BHVSQMN5EDUR1IVKEYV9Z8717H7X0HU6PE7VJ6WTK8S61VS84ZKJJVVIY2107SV84Y9KK64AVVQ0G56QZ5DEVLCBLQQCWIZD9Z59G6PH33285XCP9DLDNA5N7DR8CMQVEL7B9C8L3MFB0L' where id=20; -update noar ti set v0='R0JF5O8W9C6EFOULZRNJ66WBXRN7FPIS5JMPYK44SMTCOEDN18P2MNBEUSMIFOMDUR48RB5DUSODRO5U2JSWK16N8EEC96B8XGGI4I6KEAM3EQX6320BHVSQMN5EDUR1IVKEYV9Z8717H7X0HU6PE7VJ6WTK8S61VS84ZKJJVVIY2107SV84Y9KK64AVVQ0G56QZ5DEVLCBLQQCWIZD9Z59G6PH33285XCP9DLDNA5N7DR8CMQVEL7B9C8L3MFB0L' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VGMCHGSZZR6TX86S67VLOZAOANYQ6CBIISLDT2ZHYYQSHNCA14VET1TKCJC2AY71A6ZXQAM1B1Z269IWAORAOX0I0M3L9Q6RYK8M80UHY4SWQK11KBP63GIG3PP8OF9MCBQBZO6C32Z6LBTMLIIT0AUW8FTYWADEMEZDSIVTG3HWRR1X7HGYC3VVHGNKRH6YH9SJ9AZOSJB4LV59CMDN81T3R3770ONHRD5IZEY2A3PK04NJVSBMZI7NFN55C49ZJ' where id=20; -update noar ti set v1='VGMCHGSZZR6TX86S67VLOZAOANYQ6CBIISLDT2ZHYYQSHNCA14VET1TKCJC2AY71A6ZXQAM1B1Z269IWAORAOX0I0M3L9Q6RYK8M80UHY4SWQK11KBP63GIG3PP8OF9MCBQBZO6C32Z6LBTMLIIT0AUW8FTYWADEMEZDSIVTG3HWRR1X7HGYC3VVHGNKRH6YH9SJ9AZOSJB4LV59CMDN81T3R3770ONHRD5IZEY2A3PK04NJVSBMZI7NFN55C49ZJ' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='84QXI3JETHU11TT5V9RYRZQQY74DOMWYF3HUY23HZZSHIS8AWTE82I53MR4E8K97HQXRAELLXOS2ODA1DDLP357IBFH01XX0SHZIYR6IOL2UUI39Z5FPOL8LBICXG9F8QXYLJY7QWB5YKK8PWQSNDG1ATEXYCKWP18J9R1I4CFE0R6US90USQUXI31O82SJYNAN809F8IQ6YREECUGPJG55SWVPKB4O9UW7RA2DYPJ73EKJG1D9Z7VL1ZCWN5GLYG' where id=20; -update noar ti set v2='84QXI3JETHU11TT5V9RYRZQQY74DOMWYF3HUY23HZZSHIS8AWTE82I53MR4E8K97HQXRAELLXOS2ODA1DDLP357IBFH01XX0SHZIYR6IOL2UUI39Z5FPOL8LBICXG9F8QXYLJY7QWB5YKK8PWQSNDG1ATEXYCKWP18J9R1I4CFE0R6US90USQUXI31O82SJYNAN809F8IQ6YREECUGPJG55SWVPKB4O9UW7RA2DYPJ73EKJG1D9Z7VL1ZCWN5GLYG' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CU9PRJ19A2XGY4PYIBILRCB8XY2WK7G5UEB2SBTS4AYUI33E6XGHSJ07HJMH77F1N30WQMXVPLV92BAWVJH12PMYXCOQCS44LBQ8EGVRO1NFRUNXILTCTEUU0WX0OMDK6LGYOASBU7OK9J99FVYFSPERHZDPB19V0NXWKZJ6XC6QBTAJP6XSXGAWJVNCGGQCL14XM4N5UICFCXITEL4GVJ8LVJ7Y9Y8ZZ4187Y3HNXGP81MAQZULP0LVKNOJR1JFF' where id=20; -update noar ti set v3='CU9PRJ19A2XGY4PYIBILRCB8XY2WK7G5UEB2SBTS4AYUI33E6XGHSJ07HJMH77F1N30WQMXVPLV92BAWVJH12PMYXCOQCS44LBQ8EGVRO1NFRUNXILTCTEUU0WX0OMDK6LGYOASBU7OK9J99FVYFSPERHZDPB19V0NXWKZJ6XC6QBTAJP6XSXGAWJVNCGGQCL14XM4N5UICFCXITEL4GVJ8LVJ7Y9Y8ZZ4187Y3HNXGP81MAQZULP0LVKNOJR1JFF' where id=20; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8TRV4USLXJZ2Y042NRYC5M2IRQ5UUFC2YZFJBLPRDADRAFJSG0YQ1FD0ROSCMG4W79C3WUJC90MJGAI17PS6CWXO9Z433RGRYNKKH86VY47HLAWDIX8O6CNTDD4NSI8OKZJZZBNVREAR7JBNM9RP78AFKE88I2TFH7NROLSGLQA8Y0P2DH3NS1L8H4Q6FI8J8VMRGOJRUAC1ZA50CV11OZY7WFO34LN5AYTEMFOKXB2603P9KCXGMXOFU4ZBOHH83' where id=21; -update noar ti set v0='8TRV4USLXJZ2Y042NRYC5M2IRQ5UUFC2YZFJBLPRDADRAFJSG0YQ1FD0ROSCMG4W79C3WUJC90MJGAI17PS6CWXO9Z433RGRYNKKH86VY47HLAWDIX8O6CNTDD4NSI8OKZJZZBNVREAR7JBNM9RP78AFKE88I2TFH7NROLSGLQA8Y0P2DH3NS1L8H4Q6FI8J8VMRGOJRUAC1ZA50CV11OZY7WFO34LN5AYTEMFOKXB2603P9KCXGMXOFU4ZBOHH83' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RHGJ1VLS0T9N6BPSFGZXUQRM9RFGNFXTP8U3R3S7WCVTRWSB38MGUP09ZMNQGK8CQ2TUOM8L0ZMHB5IVRFWJZ1P7KC06LGGWUR4YE7HDUGNUNDZDG6ITPKBY171IJ0EP8AA68Y46AUOAM7CXCJA6QLJ8I7KLPCGT3QSCA2ORYPXTBHD4DJFR2AHE4DFUY6IOQE0BNR4KR6SL59CY0V64HERSJ0NFM80ZR4N1R9B6AP4XVHNMP02PQME78KP399ROC' where id=21; -update noar ti set v1='RHGJ1VLS0T9N6BPSFGZXUQRM9RFGNFXTP8U3R3S7WCVTRWSB38MGUP09ZMNQGK8CQ2TUOM8L0ZMHB5IVRFWJZ1P7KC06LGGWUR4YE7HDUGNUNDZDG6ITPKBY171IJ0EP8AA68Y46AUOAM7CXCJA6QLJ8I7KLPCGT3QSCA2ORYPXTBHD4DJFR2AHE4DFUY6IOQE0BNR4KR6SL59CY0V64HERSJ0NFM80ZR4N1R9B6AP4XVHNMP02PQME78KP399ROC' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BLGASJTXH1V5RT3L5OZXKPPHERZS0F36T88R8FSEUXVOMJY64LL2LWN10DBGW3C5PJ0C81EURUA3VSXLXN87PZXXC0LUME8AQUQ5E0G0T7U7LDO8X528607NSEXR85GWG32HFDB3M6UGPENTEIMNDR8TQGF9F9OKOVLLNZGCE8ITFFEYL5Q8SL74UM516P67424K4LQIL8NV9UE68DVA9WH8GBEODRN3NU9K367O6IS8EG6CE52G2J3AEID1WYK5Q' where id=21; -update noar ti set v2='BLGASJTXH1V5RT3L5OZXKPPHERZS0F36T88R8FSEUXVOMJY64LL2LWN10DBGW3C5PJ0C81EURUA3VSXLXN87PZXXC0LUME8AQUQ5E0G0T7U7LDO8X528607NSEXR85GWG32HFDB3M6UGPENTEIMNDR8TQGF9F9OKOVLLNZGCE8ITFFEYL5Q8SL74UM516P67424K4LQIL8NV9UE68DVA9WH8GBEODRN3NU9K367O6IS8EG6CE52G2J3AEID1WYK5Q' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LKMFI2U4UT5K195NK8VDDETYAXAAJPF2WRQTWAA4D5RSKKBW25UYC95ZDHZ5T34JHCDMS3P151G3S287F5XNL18ZH4WLZD4MCBRD2D0Q0V1M2ZYZHA7AX0PDGIS6DEO9QY7HF5UPAC3T7FULJY3YYWPMB7XUFWEU84K3599LEZKNC7USYYW5IMFJJLP39N24NQAA9ZEMTPFMYGKVU5HFM1VTMCIZ3ZOHUYVSKV1JY79DF8CDWS78NXY843NFEOJNM' where id=21; -update noar ti set v3='LKMFI2U4UT5K195NK8VDDETYAXAAJPF2WRQTWAA4D5RSKKBW25UYC95ZDHZ5T34JHCDMS3P151G3S287F5XNL18ZH4WLZD4MCBRD2D0Q0V1M2ZYZHA7AX0PDGIS6DEO9QY7HF5UPAC3T7FULJY3YYWPMB7XUFWEU84K3599LEZKNC7USYYW5IMFJJLP39N24NQAA9ZEMTPFMYGKVU5HFM1VTMCIZ3ZOHUYVSKV1JY79DF8CDWS78NXY843NFEOJNM' where id=21; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='49S6PQXZJXO1TSSOAXPB0W2Q33CXG4SC3U0F8DHD3SPOP06OKTMIAS9LM8LU8KZ69H47AAF9VHTM8G7YY1P2469WRFOXR0S56JM6W7QN41VQ5DFJDF3U3LAXIBPYG6QMO66WQ6KNS7HO9QX9QR9SMNLFP4KQHND021FT4A5DPW3EOZO8S9IPFLOP89WN0EOEFPFO9A3ZOYL4QZRUFUH5A6NUBF4KJZPE5FMGVX8WX1DREETUTZM6UEI8M0UY3BG8T' where id=22; -update noar ti set v0='49S6PQXZJXO1TSSOAXPB0W2Q33CXG4SC3U0F8DHD3SPOP06OKTMIAS9LM8LU8KZ69H47AAF9VHTM8G7YY1P2469WRFOXR0S56JM6W7QN41VQ5DFJDF3U3LAXIBPYG6QMO66WQ6KNS7HO9QX9QR9SMNLFP4KQHND021FT4A5DPW3EOZO8S9IPFLOP89WN0EOEFPFO9A3ZOYL4QZRUFUH5A6NUBF4KJZPE5FMGVX8WX1DREETUTZM6UEI8M0UY3BG8T' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VGGJ4R69QOCMZ2MVU1J5U19W0B4BF7KQYD3WY0GWWW1DXFB2B0NF4FOXQXPCU7G88XY8HP77X8WWINLH7TNWURMZ15YJI0KH2N47W6UYQPQX0A14NZQ2ROY44VGHQICCJ2VGVTE58UJPSMA4M3QJNH62MB02KC5C92Y3C1RQYAWQ3WSLMXB9SFU1MSX3RSDBA02ITJ86BWQZL6CB671QALA05PO7CIJFDOO1FEOSVSUW934XOT5TZYOCBK0WII9YT' where id=22; -update noar ti set v1='VGGJ4R69QOCMZ2MVU1J5U19W0B4BF7KQYD3WY0GWWW1DXFB2B0NF4FOXQXPCU7G88XY8HP77X8WWINLH7TNWURMZ15YJI0KH2N47W6UYQPQX0A14NZQ2ROY44VGHQICCJ2VGVTE58UJPSMA4M3QJNH62MB02KC5C92Y3C1RQYAWQ3WSLMXB9SFU1MSX3RSDBA02ITJ86BWQZL6CB671QALA05PO7CIJFDOO1FEOSVSUW934XOT5TZYOCBK0WII9YT' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='AADJ962WUP6UOSLGT0E15CBFLGQSJGIYSE5OBENUKLH57P5P5VKV5KUYAHV6OH5QHDQFAP9VH47HFTH4QLBMG3D7GH550F0VQFOLDC61BS568152S1SIXZR8YFZNHROMQP76GODLNBDIS8PAW26HW0F1LVKW4T4IVG4P5N006LM8X15E02RX6KWDF3LCFTZLMTDD2V02QF44ZZ8G8EV2GDYMPYHPP56QB872RRRUQ2LHIKEBML5MTXJB070R8396Z' where id=22; -update noar ti set v2='AADJ962WUP6UOSLGT0E15CBFLGQSJGIYSE5OBENUKLH57P5P5VKV5KUYAHV6OH5QHDQFAP9VH47HFTH4QLBMG3D7GH550F0VQFOLDC61BS568152S1SIXZR8YFZNHROMQP76GODLNBDIS8PAW26HW0F1LVKW4T4IVG4P5N006LM8X15E02RX6KWDF3LCFTZLMTDD2V02QF44ZZ8G8EV2GDYMPYHPP56QB872RRRUQ2LHIKEBML5MTXJB070R8396Z' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='17MVMQ8RCO0PFAYPKMXA1ZKCDLEW9HMR5TK0QGXCYW4C3I5U1HNUABCLUN0VSQ9FN7O5NRMEQAQW73FM46F9UO3QBX7IMWNQRWGWW5QEAB9AE07GIUE962FDO80TH571EZZBP7J81E5V8UNITPTRVFEMZRZT3G7M0918AW59N9HDQYANVI0TVX0G9YDDU4Q0FJYI3L2PXL9NJ84XH43L6NQY73WYLOXP9N0YC1Y9IVLPV9GWIR2MU0KKXDAIMEVQ5' where id=22; -update noar ti set v3='17MVMQ8RCO0PFAYPKMXA1ZKCDLEW9HMR5TK0QGXCYW4C3I5U1HNUABCLUN0VSQ9FN7O5NRMEQAQW73FM46F9UO3QBX7IMWNQRWGWW5QEAB9AE07GIUE962FDO80TH571EZZBP7J81E5V8UNITPTRVFEMZRZT3G7M0918AW59N9HDQYANVI0TVX0G9YDDU4Q0FJYI3L2PXL9NJ84XH43L6NQY73WYLOXP9N0YC1Y9IVLPV9GWIR2MU0KKXDAIMEVQ5' where id=22; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6GYJ3TQ7GG360E76XG8CCE7M9UPY89FTLSWNJY8WDZOZ24IYJ2LUBT7BOW315Z04Y4XD04R0X5TLYWQZN246EUFXU44MVPHY3QLXFLMRCHLPUYOE3KQ3XO34X0YXP2Z2IPECO745VX710O72KES736RC8BQ91EWXEDV413H5C709WS068YEIWJTC6N15ZYLRVNJ4XB721ZBFS5AL985VYRQ6QYH0KKFIQTQQQXSH6YIWDYGIMZYMYMRWXAR5V9IZV' where id=23; -update noar ti set v0='6GYJ3TQ7GG360E76XG8CCE7M9UPY89FTLSWNJY8WDZOZ24IYJ2LUBT7BOW315Z04Y4XD04R0X5TLYWQZN246EUFXU44MVPHY3QLXFLMRCHLPUYOE3KQ3XO34X0YXP2Z2IPECO745VX710O72KES736RC8BQ91EWXEDV413H5C709WS068YEIWJTC6N15ZYLRVNJ4XB721ZBFS5AL985VYRQ6QYH0KKFIQTQQQXSH6YIWDYGIMZYMYMRWXAR5V9IZV' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CVJWYFWYSZL79KSZPCVR1JT9XO7WJ2HQ07Y4LMWO4UKY1IFDPY17O75AM7EZ0J2NDMU3RUY38I45EBLXCH5L7PKDJNASQC4DDVHN3RU1ZYHH7BMQAA2PH26X7EVS63K5BCQPR6JSR6MUYA2HDNNEU15FCQCE1JPHBW4596G06XRSKQR4AVANM0WYN15SYTXKNMHKO2ZSV78HBL2PYDI9GMNWZA19MNTXVX49HSA0AWXC7RL7R4GQS1V5B54255LK6' where id=23; -update noar ti set v1='CVJWYFWYSZL79KSZPCVR1JT9XO7WJ2HQ07Y4LMWO4UKY1IFDPY17O75AM7EZ0J2NDMU3RUY38I45EBLXCH5L7PKDJNASQC4DDVHN3RU1ZYHH7BMQAA2PH26X7EVS63K5BCQPR6JSR6MUYA2HDNNEU15FCQCE1JPHBW4596G06XRSKQR4AVANM0WYN15SYTXKNMHKO2ZSV78HBL2PYDI9GMNWZA19MNTXVX49HSA0AWXC7RL7R4GQS1V5B54255LK6' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6ZLJ1ORHQTCYPNWA5JJKNUUI1D2B1VSHAEBRA4B8ZBU4NRKJX24ZWECOHIOCIUOS9NCBQHT4BTSOEBDYSECXKLDR7THFZS35L1WQ7DQDDZZBIMB7PEZQQ27XXNDR0WYA3TT17KZV4IQ9JOIOVXHCYTQ2S6ZQ1GIWQ9JN5HQ8ULCTG9PZP490JAAVBVDSNKTDL4T1ROUSV4JIN90R1LW629Y73E60550M4P7ES2E8IU3ES058SGS34Z5AKG4MDUZ8O' where id=23; -update noar ti set v2='6ZLJ1ORHQTCYPNWA5JJKNUUI1D2B1VSHAEBRA4B8ZBU4NRKJX24ZWECOHIOCIUOS9NCBQHT4BTSOEBDYSECXKLDR7THFZS35L1WQ7DQDDZZBIMB7PEZQQ27XXNDR0WYA3TT17KZV4IQ9JOIOVXHCYTQ2S6ZQ1GIWQ9JN5HQ8ULCTG9PZP490JAAVBVDSNKTDL4T1ROUSV4JIN90R1LW629Y73E60550M4P7ES2E8IU3ES058SGS34Z5AKG4MDUZ8O' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='POZ605KQ10GA7A7056U6F1UTKYGEEKS56VSLI9SVIAQW8AMGC7O0DNMUMTJDX3WE6B47I9EQB79XS5MGHXSZHMODMJG89XVVM210YK1WQMWNY1EYW95Z9LOV1Z1TPEF862IIYIB31KV5HF2A4BNOK02T4197ZL90DVB9XU8AYBHJCVOR7Y0HZOEZY0GUH5NSSJ7GG41PPW4M8ZMV0OKBPN51I2JBJWJK277IBCPLKVCJBN0CEHPZBQG06LOV831HJ' where id=23; -update noar ti set v3='POZ605KQ10GA7A7056U6F1UTKYGEEKS56VSLI9SVIAQW8AMGC7O0DNMUMTJDX3WE6B47I9EQB79XS5MGHXSZHMODMJG89XVVM210YK1WQMWNY1EYW95Z9LOV1Z1TPEF862IIYIB31KV5HF2A4BNOK02T4197ZL90DVB9XU8AYBHJCVOR7Y0HZOEZY0GUH5NSSJ7GG41PPW4M8ZMV0OKBPN51I2JBJWJK277IBCPLKVCJBN0CEHPZBQG06LOV831HJ' where id=23; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='3QUJA2NN8LQ8IUUQ6I94GGKVJC90EHLOFD6BADS49P1RBXIK1C4OEG86PVC82QNPIGM17GJD6TEMH57N5PMWIJTU1PZBE9PMESNRQMCG6K6TYJ0OPTQRP3Y6488GL168DMBII2FYURECXG5MQ2KM06D00JND1YMNFLG4I2QDHJKC8DFSS3WI3R01HXPK5ZA36V4T5CK3PBYPPKZPJBN8YFVQ2VWACYVKRTG1TZJV2J7006JL24LIBPEIDI0DDG3ZQ' where id=24; -update noar ti set v0='3QUJA2NN8LQ8IUUQ6I94GGKVJC90EHLOFD6BADS49P1RBXIK1C4OEG86PVC82QNPIGM17GJD6TEMH57N5PMWIJTU1PZBE9PMESNRQMCG6K6TYJ0OPTQRP3Y6488GL168DMBII2FYURECXG5MQ2KM06D00JND1YMNFLG4I2QDHJKC8DFSS3WI3R01HXPK5ZA36V4T5CK3PBYPPKZPJBN8YFVQ2VWACYVKRTG1TZJV2J7006JL24LIBPEIDI0DDG3ZQ' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MV6VYZX7XFAH09ONK2APDARSW4VU02XPQSZKOFK3SLQKLD7I6O32FTL8T2UC1AH059ZTDGY7SBCLMU4E88A25FH5I5UAEK62BDXLIDUW6SVFBI9RYTU330BT6YKJ4AZSKBE2AALD676ZANCQCD3628LXJUM9HDF96E9FC05WTYXGYPFTAMIJY9CZMSNPRIGI6Y1R8MTV0M6J9370U25YG3VF3LT27AVYEUPKBBCVUINFXTM9TL1YUO06KE0AG50U0' where id=24; -update noar ti set v1='MV6VYZX7XFAH09ONK2APDARSW4VU02XPQSZKOFK3SLQKLD7I6O32FTL8T2UC1AH059ZTDGY7SBCLMU4E88A25FH5I5UAEK62BDXLIDUW6SVFBI9RYTU330BT6YKJ4AZSKBE2AALD676ZANCQCD3628LXJUM9HDF96E9FC05WTYXGYPFTAMIJY9CZMSNPRIGI6Y1R8MTV0M6J9370U25YG3VF3LT27AVYEUPKBBCVUINFXTM9TL1YUO06KE0AG50U0' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QH1U8J2ANLNCTQYX7ZXTN2JZ2BM65HGXMXW1H5URGRSR1Y8V6ERUFKTG08HSM5GX8AW01BMJEPNO5GIJRXEGN2KY8PZVK4SF07VS0QOEA24W5RB9XUXUFBTHDGS21DU7WH70CKI8IG2MFR0VTXXVVVEX9GITV5D7U2Y99PF1ECE7RPKGFO0JMZFCTVEENFVG4UQEUYNE8BMVKPXP55U81KVGFQPN87LOJNZCA8KFWCEJ7LNP96UPE43NI3I6O5SM5' where id=24; -update noar ti set v2='QH1U8J2ANLNCTQYX7ZXTN2JZ2BM65HGXMXW1H5URGRSR1Y8V6ERUFKTG08HSM5GX8AW01BMJEPNO5GIJRXEGN2KY8PZVK4SF07VS0QOEA24W5RB9XUXUFBTHDGS21DU7WH70CKI8IG2MFR0VTXXVVVEX9GITV5D7U2Y99PF1ECE7RPKGFO0JMZFCTVEENFVG4UQEUYNE8BMVKPXP55U81KVGFQPN87LOJNZCA8KFWCEJ7LNP96UPE43NI3I6O5SM5' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ESWBWQFN08XQZPMYWEV4UFL0F3321YHBM3OOC1141L3RCP9O213EAY41PS2384FSLI7U0JKCJVNHXN1CCBHJXDDAACET0XILTGP2X4PF4WA5AK4P5XJH8HF74PP6N83WKCI67BO6Z08Q0VB2ZB0F3WYFJPCAMSTG9HDGYSSM0B42LDWQEY91ZMCREVLSLUKAB8PUHLCVNBN8YJFE8877XG8MNUXA7T193Q7OMYZD0OKMRT11SLTXKBRB8ML8B0Y8Z' where id=24; -update noar ti set v3='ESWBWQFN08XQZPMYWEV4UFL0F3321YHBM3OOC1141L3RCP9O213EAY41PS2384FSLI7U0JKCJVNHXN1CCBHJXDDAACET0XILTGP2X4PF4WA5AK4P5XJH8HF74PP6N83WKCI67BO6Z08Q0VB2ZB0F3WYFJPCAMSTG9HDGYSSM0B42LDWQEY91ZMCREVLSLUKAB8PUHLCVNBN8YJFE8877XG8MNUXA7T193Q7OMYZD0OKMRT11SLTXKBRB8ML8B0Y8Z' where id=24; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='81J30FMX1T09PIXYANJ2LXXOOXW8O9SP6ZZD9N18TAOMFTY0KLRVEDAHJQFKJGEMLQ1VF1UFBOKQW1PFIZ7D532UT9SQR0D8G125Z0YKVAMOBV679VPOCHA5D5MHXNZ1VKNH4Q2ERAVH4X13TVGBXAKZMU6GT50VYXBN6D649KBJ7MV11MOUWL7Y4H1N1M2KKVDQ0FFIXEWFEMSMNR0LGAVAYUSUAPRHA5VOMNX0I9JO3BT7ZTJFG0PH67S7P9QG5' where id=25; -update noar ti set v0='81J30FMX1T09PIXYANJ2LXXOOXW8O9SP6ZZD9N18TAOMFTY0KLRVEDAHJQFKJGEMLQ1VF1UFBOKQW1PFIZ7D532UT9SQR0D8G125Z0YKVAMOBV679VPOCHA5D5MHXNZ1VKNH4Q2ERAVH4X13TVGBXAKZMU6GT50VYXBN6D649KBJ7MV11MOUWL7Y4H1N1M2KKVDQ0FFIXEWFEMSMNR0LGAVAYUSUAPRHA5VOMNX0I9JO3BT7ZTJFG0PH67S7P9QG5' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3GT2T6AUI87IJ6XYTOPKBK5X574LWH9MQP9M6Q6IQNS5AVBH3SKEKQMD1K0KQ2B8YFVY5OH7RMN2S7XAN3QAL9SFOTSGO7B6A4SSKCLPHP96MQEQX3NKM876AJ52BO3LSUVB5VWDJ3PPPNVHRE9N7FFOSWTDNTEZQQLKQ0MH74MQTB1TBT77LBM3MAF1CDH6UC16OX4A2F891R4KYJ9CG6VADM38XHY5TGSAYW3LDGFTD9REG2J2P612U169RCE2Y' where id=25; -update noar ti set v1='3GT2T6AUI87IJ6XYTOPKBK5X574LWH9MQP9M6Q6IQNS5AVBH3SKEKQMD1K0KQ2B8YFVY5OH7RMN2S7XAN3QAL9SFOTSGO7B6A4SSKCLPHP96MQEQX3NKM876AJ52BO3LSUVB5VWDJ3PPPNVHRE9N7FFOSWTDNTEZQQLKQ0MH74MQTB1TBT77LBM3MAF1CDH6UC16OX4A2F891R4KYJ9CG6VADM38XHY5TGSAYW3LDGFTD9REG2J2P612U169RCE2Y' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='XHJZRRUSIDVND93JGKWH3J1OS4F1N32WRKP74BTN9RZF2VWEAO2TBB4KNNE6AH3MHYMYFJO1E6Y3EUQBYL7BVYUWBQ0JZGNWMFVT4V3N1EQ8XPICM2970BMOAI0VDXODSAZOS4RLTPEEQ85GWYH7F9Y8DBOIYLPSVAMDW5QC22Q8U5TY91W2K3B8ITESTAGQ6INC6IPZ3PGYZH90LLM8RKU68EETU2Z3RFTA0YGSFFLZ8HQ5OTP5W4H2W9DTGEUN4' where id=25; -update noar ti set v2='XHJZRRUSIDVND93JGKWH3J1OS4F1N32WRKP74BTN9RZF2VWEAO2TBB4KNNE6AH3MHYMYFJO1E6Y3EUQBYL7BVYUWBQ0JZGNWMFVT4V3N1EQ8XPICM2970BMOAI0VDXODSAZOS4RLTPEEQ85GWYH7F9Y8DBOIYLPSVAMDW5QC22Q8U5TY91W2K3B8ITESTAGQ6INC6IPZ3PGYZH90LLM8RKU68EETU2Z3RFTA0YGSFFLZ8HQ5OTP5W4H2W9DTGEUN4' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0BBEXG0WRACW3QWPFZE5WBQE6YQZZRNKJVG8RIWSANUVX4I0ETMERYTF899OKN9CYKHTSBKPR9L6NGB57Z0VSSZGETFPULIT3C6BMZ045FYOI4TFTCF6WWSJ1LDZ2BAPR74SQSCC2PDM0ZXM4E8YVAV33H52L6ZD4JV0JY7SNAXVOC5R0BA4491SPA3H1AJREZV863VANHM2LYO0AW78SF0IG68SKW2NMFJAJXRS48PDORNSQ85N9TIAOS83NLSTQ' where id=25; -update noar ti set v3='0BBEXG0WRACW3QWPFZE5WBQE6YQZZRNKJVG8RIWSANUVX4I0ETMERYTF899OKN9CYKHTSBKPR9L6NGB57Z0VSSZGETFPULIT3C6BMZ045FYOI4TFTCF6WWSJ1LDZ2BAPR74SQSCC2PDM0ZXM4E8YVAV33H52L6ZD4JV0JY7SNAXVOC5R0BA4491SPA3H1AJREZV863VANHM2LYO0AW78SF0IG68SKW2NMFJAJXRS48PDORNSQ85N9TIAOS83NLSTQ' where id=25; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AELV5TY2XKP26JTBTS5Z90TPMUT6233ONJXMFAPEDVEIF9RNC6TB9TRP0WLRUZJ0UZK9JU9EXML437K2WNF1P2EA8P4LD5VEG5TFF46RGTRPI5OI6V1POQF8UFEATKYL9W87IVH9YG1CCSWPG8JGIRBRQF0A04BG6RSCTNYDKRC4ZH5596V7EP8SKLC2F49JW04LVOS9J643EJ77X8NR8PWH3PMVGJ9D9JSSO5YIBFUY7C426CO0S12C04MS7LK96' where id=26; -update noar ti set v0='AELV5TY2XKP26JTBTS5Z90TPMUT6233ONJXMFAPEDVEIF9RNC6TB9TRP0WLRUZJ0UZK9JU9EXML437K2WNF1P2EA8P4LD5VEG5TFF46RGTRPI5OI6V1POQF8UFEATKYL9W87IVH9YG1CCSWPG8JGIRBRQF0A04BG6RSCTNYDKRC4ZH5596V7EP8SKLC2F49JW04LVOS9J643EJ77X8NR8PWH3PMVGJ9D9JSSO5YIBFUY7C426CO0S12C04MS7LK96' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='52VDF6V2BHAIANC339MVMDK20XLMHFNTERDXCIZRTFGQS2TNL9F1F2MA7HN97RNKUH3EOAZ58ZUVCM1XW0TBBQO69ZEFM4T51RPYJ1F3S4QT1IZVWN4VPF0IHP7IBF0VSR6V11EBYZHDGRZQ589DJ4RMWQAO1A36PK4Q0A1W2MQ2RIAUP9H4J5T0TSPSQWTS8DOVV3EK920F8OOHUAPB9NOJVA0SF4JXJB8MX8605AAYB5E341041VMSZ9RC08YFN' where id=26; -update noar ti set v1='52VDF6V2BHAIANC339MVMDK20XLMHFNTERDXCIZRTFGQS2TNL9F1F2MA7HN97RNKUH3EOAZ58ZUVCM1XW0TBBQO69ZEFM4T51RPYJ1F3S4QT1IZVWN4VPF0IHP7IBF0VSR6V11EBYZHDGRZQ589DJ4RMWQAO1A36PK4Q0A1W2MQ2RIAUP9H4J5T0TSPSQWTS8DOVV3EK920F8OOHUAPB9NOJVA0SF4JXJB8MX8605AAYB5E341041VMSZ9RC08YFN' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JHKKDWD0I2ISHDQBJGISUS6ZYYVQF9HF0FWX24NSCU8E1K5VRH8WZRP5SY5XVCUZVXS9AUH8CWIIXVQ728T0W47HJ7KR3YVY69WSTHIHI9YML9NJZ88HB1J4ZE91CXNHEPMRMD9YYG69C1H6T87T3E8BCP13882XX8VEY2SSZR2C580VN4PL0F0DE726DALIC7I0G6N3520HMCSGMHUVJLAFNWQB5RP4NM593OD6GNM2C1PB1G6JMUBX3G87J19GS' where id=26; -update noar ti set v2='JHKKDWD0I2ISHDQBJGISUS6ZYYVQF9HF0FWX24NSCU8E1K5VRH8WZRP5SY5XVCUZVXS9AUH8CWIIXVQ728T0W47HJ7KR3YVY69WSTHIHI9YML9NJZ88HB1J4ZE91CXNHEPMRMD9YYG69C1H6T87T3E8BCP13882XX8VEY2SSZR2C580VN4PL0F0DE726DALIC7I0G6N3520HMCSGMHUVJLAFNWQB5RP4NM593OD6GNM2C1PB1G6JMUBX3G87J19GS' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='R3R8U0P7ULLNNJRKJXZEB4QA5D5DGNCQSQ98JEY8PAZS15C2SPO7RWNXIPCWXG3OWFVAMJ8AXMX5HLH4DXX6M2884DSC99RCV501FC96VBYCA6JWNH9CMYQGNTI5GM3HNEU1OTT18SI03XOX6AELE98UKUFD8J0967FPN3NLIENEEKLQKH1KUXQOY20EZNXE8T2LPQ6XIYQPYRD6L29YDMRSLVWLB39WXLBT4ZV8G1IQQD4PAHYBZHIQH07C1XJ1Z' where id=26; -update noar ti set v3='R3R8U0P7ULLNNJRKJXZEB4QA5D5DGNCQSQ98JEY8PAZS15C2SPO7RWNXIPCWXG3OWFVAMJ8AXMX5HLH4DXX6M2884DSC99RCV501FC96VBYCA6JWNH9CMYQGNTI5GM3HNEU1OTT18SI03XOX6AELE98UKUFD8J0967FPN3NLIENEEKLQKH1KUXQOY20EZNXE8T2LPQ6XIYQPYRD6L29YDMRSLVWLB39WXLBT4ZV8G1IQQD4PAHYBZHIQH07C1XJ1Z' where id=26; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='14SQ6M9B8T18XUN95SQCSS0L8VTKEJD4EBEN4WXSQRMGIUHR0TTHQ9CB0DT5NVH2F1J2OJHL98DAL3UUCUSW80GYGEOB0JMO8F285KBSW4GTM6ZV45NAS4QXSQZFMGM44W964474CBUMYUXMZ4X2279XZ0VKUS6JQUHUDG2OWOLS4SE94W3ES4B180HRU7TG5FQEHEP7RYXGETB4LY37PEM7B4BPTQA9V8H1E4PPLYSROWVBTROMBFQWYKBL6LWU4' where id=27; -update noar ti set v0='14SQ6M9B8T18XUN95SQCSS0L8VTKEJD4EBEN4WXSQRMGIUHR0TTHQ9CB0DT5NVH2F1J2OJHL98DAL3UUCUSW80GYGEOB0JMO8F285KBSW4GTM6ZV45NAS4QXSQZFMGM44W964474CBUMYUXMZ4X2279XZ0VKUS6JQUHUDG2OWOLS4SE94W3ES4B180HRU7TG5FQEHEP7RYXGETB4LY37PEM7B4BPTQA9V8H1E4PPLYSROWVBTROMBFQWYKBL6LWU4' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='LTIKKUJMOU0JBSS9UD2N9D9ZVPFQD7A4F970DAV5D6T0VODSM7KSC4NS1X0YGSC7C504M66U8K4LMI5DDMCEI13YKFF2D23CQ7HAB9SFOKX2AW365WD3OW6Y9C3N2SMXTXVCMZWONGWICWYZ3YCK53MT5WYXKIOJCQLM1OVMP9VFUM7BOUUMEV4XX00FZ5N9GKGYA0TDM9M11ELCP22NCS37JGPBPXBWCDBGJL6IWHO8OLOZZ0MKS57RGEZNHOSGH' where id=27; -update noar ti set v1='LTIKKUJMOU0JBSS9UD2N9D9ZVPFQD7A4F970DAV5D6T0VODSM7KSC4NS1X0YGSC7C504M66U8K4LMI5DDMCEI13YKFF2D23CQ7HAB9SFOKX2AW365WD3OW6Y9C3N2SMXTXVCMZWONGWICWYZ3YCK53MT5WYXKIOJCQLM1OVMP9VFUM7BOUUMEV4XX00FZ5N9GKGYA0TDM9M11ELCP22NCS37JGPBPXBWCDBGJL6IWHO8OLOZZ0MKS57RGEZNHOSGH' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TLTNGXA7OUAJ0SGKV9PH4XTC118MCP2KESLQX77H47ICR16D70O0O2PS2P5FUP0U8Q0MTU9NKZZ8WAJA1A1JURF3JDKJZ5GOCLAJTLJG1RHYOJ86II4NQKJCZYCWWSPOFR1NEMLHJE3D664AI6VUYQ1OVKZ2EJ3GCSEUC8DUZI5GXRJY3E3SH4278V4ME0M2R9PD6VT8J7V5R5VH003LE7H8L5WORVHSG1788B928PMOUZR6SY0UYG3S3ZVYMHG2N' where id=27; -update noar ti set v2='TLTNGXA7OUAJ0SGKV9PH4XTC118MCP2KESLQX77H47ICR16D70O0O2PS2P5FUP0U8Q0MTU9NKZZ8WAJA1A1JURF3JDKJZ5GOCLAJTLJG1RHYOJ86II4NQKJCZYCWWSPOFR1NEMLHJE3D664AI6VUYQ1OVKZ2EJ3GCSEUC8DUZI5GXRJY3E3SH4278V4ME0M2R9PD6VT8J7V5R5VH003LE7H8L5WORVHSG1788B928PMOUZR6SY0UYG3S3ZVYMHG2N' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QC1MK2XJPJ4H86T1OSJ9P8PEI41QXDOVW6F46W2V6QR5FMG500S4GM73J3TVOHSDCZHQ9DJLI975BX8YQAKLIQNKKSWWLXVWN54WLADWY7W7BYR2MUBGMFK3RZH68EANDBEYE7YFJ6VVUR7NBCNQNDGCGNR9MEU8467U9BRR2UAKQJK1TTVWHBDEMJSGWR7G5G2H87GWNKKZB51IFV9E5TN3QS96QY1QM0RQODGZHTEEL7SKE1APD510AUCQ85KCB' where id=27; -update noar ti set v3='QC1MK2XJPJ4H86T1OSJ9P8PEI41QXDOVW6F46W2V6QR5FMG500S4GM73J3TVOHSDCZHQ9DJLI975BX8YQAKLIQNKKSWWLXVWN54WLADWY7W7BYR2MUBGMFK3RZH68EANDBEYE7YFJ6VVUR7NBCNQNDGCGNR9MEU8467U9BRR2UAKQJK1TTVWHBDEMJSGWR7G5G2H87GWNKKZB51IFV9E5TN3QS96QY1QM0RQODGZHTEEL7SKE1APD510AUCQ85KCB' where id=27; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='BM9UY69WUYPP2FSIR7DAD8M18G0V1WCLXZQ9YF3Z4AT9G02AO4P5ZJU3LOIDZ2IJY9X6ZND8SIJK258GSTKUUCD0MP29BIR3ZH2Z15YHQDAP914MU0CHY96XM3QHA61C6AJEFJOS19BP57ZYIZZNGHZ6231N4Q30F9NZDRLWMQNNH2XQNX2EU4VMIJ70QPUB5322OMBYHYT8H11095IICUI6XD1D9GDAEZO2H15DCI8TXL7HVCITTDCTVU1UMENZX' where id=28; -update noar ti set v0='BM9UY69WUYPP2FSIR7DAD8M18G0V1WCLXZQ9YF3Z4AT9G02AO4P5ZJU3LOIDZ2IJY9X6ZND8SIJK258GSTKUUCD0MP29BIR3ZH2Z15YHQDAP914MU0CHY96XM3QHA61C6AJEFJOS19BP57ZYIZZNGHZ6231N4Q30F9NZDRLWMQNNH2XQNX2EU4VMIJ70QPUB5322OMBYHYT8H11095IICUI6XD1D9GDAEZO2H15DCI8TXL7HVCITTDCTVU1UMENZX' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5OKWR34LOOG9BEAJU34OQHKU0M3IDR1OUKRTJPFJHFUH5KFQZMO1SNEY2UTH8HYMYP8UCC6H9I41H267VA098KKFA24G1IFGW7QCFKL7O33L4H2FO7EXA4L9V3DU79FNMG5TZMQ19DYNBJNIZ1MEUZQG2DLITIMRFTG1PIQPOWXGRUMESUTEZRN7WTLYM7BTD8MEJ2DOJZKPAWL80GS0RPWY0CVRAQR7WLAB7D256N414WXF3RK7HT3PEBQGY3DB8' where id=28; -update noar ti set v1='5OKWR34LOOG9BEAJU34OQHKU0M3IDR1OUKRTJPFJHFUH5KFQZMO1SNEY2UTH8HYMYP8UCC6H9I41H267VA098KKFA24G1IFGW7QCFKL7O33L4H2FO7EXA4L9V3DU79FNMG5TZMQ19DYNBJNIZ1MEUZQG2DLITIMRFTG1PIQPOWXGRUMESUTEZRN7WTLYM7BTD8MEJ2DOJZKPAWL80GS0RPWY0CVRAQR7WLAB7D256N414WXF3RK7HT3PEBQGY3DB8' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YUN0QFB9UB4C76P409QXBBVIX77MYH425FL4S3VZNPRJREJZ8V9B3SKLAWONL84HZKF4T4S9SRJKMGYNPHHEJ27C5SXCDTJ2S23DRB7O0NNJUO5ZIRKTZZASME1KYCNGKUP4LNKKWZ2XWE3U990RCDJ91D61WCX5E9TAH6OGSMK9AYALFSE3BFSHY7LFHGYOUZQJFNNX3DGX8N7CXSLU3XC7RIZCTLVMQDDTJYJGF08RNASW1KQI1EBOENNRMPNBR' where id=28; -update noar ti set v2='YUN0QFB9UB4C76P409QXBBVIX77MYH425FL4S3VZNPRJREJZ8V9B3SKLAWONL84HZKF4T4S9SRJKMGYNPHHEJ27C5SXCDTJ2S23DRB7O0NNJUO5ZIRKTZZASME1KYCNGKUP4LNKKWZ2XWE3U990RCDJ91D61WCX5E9TAH6OGSMK9AYALFSE3BFSHY7LFHGYOUZQJFNNX3DGX8N7CXSLU3XC7RIZCTLVMQDDTJYJGF08RNASW1KQI1EBOENNRMPNBR' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='FQGWZ0W7ZCBJO3PP2GAT5IU7TEDZ77EJVP0AAPNR3WYQNAQUCANIC4FO0ALR91KWYVQY9FFKPU4WVLRCFW6DAS4UUF49ESB3WLJ2OCFI36BMXDUPJJQ4P7XPLR6DUZ8KL95990QJHPXTQU19TYV7XAKR48GMD58995CP1G4PTNDUHSIJFG3EGO1EXC24BAYOMDYCNN9AMH7EXYTESS5DMTP3JHXMUEISK7VNDRBPKZYFN67WJ2KE3TDSKF6BA7BQU' where id=28; -update noar ti set v3='FQGWZ0W7ZCBJO3PP2GAT5IU7TEDZ77EJVP0AAPNR3WYQNAQUCANIC4FO0ALR91KWYVQY9FFKPU4WVLRCFW6DAS4UUF49ESB3WLJ2OCFI36BMXDUPJJQ4P7XPLR6DUZ8KL95990QJHPXTQU19TYV7XAKR48GMD58995CP1G4PTNDUHSIJFG3EGO1EXC24BAYOMDYCNN9AMH7EXYTESS5DMTP3JHXMUEISK7VNDRBPKZYFN67WJ2KE3TDSKF6BA7BQU' where id=28; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PR12EJBD6QG7FV4GNQ69DLY5XJX8EP8RDOR2PU9KCOKD7KHC9ENURHO3D96GI799B5ISM093XN0ROHOAKHNDRN6CFEAYXBFP00RFYJTRT6CCT2A7D15HBKMTWLVK5WAXH3KMRN3IT6LTK0ZORN9X4B2MU2N5MAPZJL2WL7L5KAECFL8I2LHNH836P6TW119IDQINDC7W4S603TSNGNRER47ATJ5Z7REEQII7B4EWMB3KX2TQ0QY8QZV591DT447PH' where id=29; -update noar ti set v0='PR12EJBD6QG7FV4GNQ69DLY5XJX8EP8RDOR2PU9KCOKD7KHC9ENURHO3D96GI799B5ISM093XN0ROHOAKHNDRN6CFEAYXBFP00RFYJTRT6CCT2A7D15HBKMTWLVK5WAXH3KMRN3IT6LTK0ZORN9X4B2MU2N5MAPZJL2WL7L5KAECFL8I2LHNH836P6TW119IDQINDC7W4S603TSNGNRER47ATJ5Z7REEQII7B4EWMB3KX2TQ0QY8QZV591DT447PH' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E3Z9UQF3FBTD08OF9XZJT4U4JCY6G6U5BH9GHBXVMSZYQWBFJS20Y2VI18QTHQXQWKJN78QZ6ID6B21RO5A6EE9ZCIW3430TOHALN2MTGBJNNB6909R1UXM2CZ7VSN7P3WVSA2J78TILHTC8DFGSLJ7GNCX266C2VVDE7NSPSW335FXRO95J8P697GYK6976YKWBIEZYTH7WE8FOVCHNDDM8CN7IZ6TVTTA0B55V9B56KT3DH9FOHAYYPOZX99CCE' where id=29; -update noar ti set v1='E3Z9UQF3FBTD08OF9XZJT4U4JCY6G6U5BH9GHBXVMSZYQWBFJS20Y2VI18QTHQXQWKJN78QZ6ID6B21RO5A6EE9ZCIW3430TOHALN2MTGBJNNB6909R1UXM2CZ7VSN7P3WVSA2J78TILHTC8DFGSLJ7GNCX266C2VVDE7NSPSW335FXRO95J8P697GYK6976YKWBIEZYTH7WE8FOVCHNDDM8CN7IZ6TVTTA0B55V9B56KT3DH9FOHAYYPOZX99CCE' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E1IZ53SPMWVTHH356XGEFAOKNMJ6RNSLPJVEEF738LOQW3T2GJOREJPDFDM9WCZ5JM1ZD1VEU5MYDOCN09H5PXDAX140GL4C1CYM9WI51BP7PPXXTMBWSR2BWL3MKJ9GUMUEU44LECULA7AYBPOIO0F1GQQLS4CMKBXE6LI1EYRQ23357K1GV7DG2QR9UYJI44DSWDXHUS8322WO9R1OBBU4U3DF11GGGAFOE2YOLUC1SB7UZUAS8FLEXXY633DX6' where id=29; -update noar ti set v2='E1IZ53SPMWVTHH356XGEFAOKNMJ6RNSLPJVEEF738LOQW3T2GJOREJPDFDM9WCZ5JM1ZD1VEU5MYDOCN09H5PXDAX140GL4C1CYM9WI51BP7PPXXTMBWSR2BWL3MKJ9GUMUEU44LECULA7AYBPOIO0F1GQQLS4CMKBXE6LI1EYRQ23357K1GV7DG2QR9UYJI44DSWDXHUS8322WO9R1OBBU4U3DF11GGGAFOE2YOLUC1SB7UZUAS8FLEXXY633DX6' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='EHYOUSMDAJA6HFP3RN7FWVK2JHW1J3CGDG32QD93SA6BWZ3RB8YGX825H8H7KJRG7TBI2HEZV8ZV3XO9P2YFJ6R3CG1RZPWA01U2EFERK62KM6I43GFDYVTRHD59NPC1YGP1KW5EMI0J8MRQNHHUI1FBKK15YJPJR2TO16NZZGDHCI1IYE0XXDDSM52OYV9T69XBB4W8RTRDZS7KWH3YNB2R5JSKHF17EZNTY8P5OBB96T55NYHZKEE77484IB4FS' where id=29; -update noar ti set v3='EHYOUSMDAJA6HFP3RN7FWVK2JHW1J3CGDG32QD93SA6BWZ3RB8YGX825H8H7KJRG7TBI2HEZV8ZV3XO9P2YFJ6R3CG1RZPWA01U2EFERK62KM6I43GFDYVTRHD59NPC1YGP1KW5EMI0J8MRQNHHUI1FBKK15YJPJR2TO16NZZGDHCI1IYE0XXDDSM52OYV9T69XBB4W8RTRDZS7KWH3YNB2R5JSKHF17EZNTY8P5OBB96T55NYHZKEE77484IB4FS' where id=29; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A8SOCOKOXSANBDWQVMJ4ERXE4CSFKV8D4B0KSAER0API3SJ6G6FQ8VXGFPNVOQ4OU0K2FT1Z78WK3SBTELGT7PLCJ8JE0KAVUWFXGHNMOTQQXB5GEYT0UJLFRR201TLROF3VZPSJ63N4KXSC5UWSXLLMNRBFQ78XVIXKQKFQ9QBUQV3RNUOVR9DPETTM88OZBWWW3NDSWVATQRYTFGNMEEQOO4NS8ZQ484PMLD0YUG2ENQP6M12TX11V5O8S6BEAW' where id=30; -update noar ti set v0='A8SOCOKOXSANBDWQVMJ4ERXE4CSFKV8D4B0KSAER0API3SJ6G6FQ8VXGFPNVOQ4OU0K2FT1Z78WK3SBTELGT7PLCJ8JE0KAVUWFXGHNMOTQQXB5GEYT0UJLFRR201TLROF3VZPSJ63N4KXSC5UWSXLLMNRBFQ78XVIXKQKFQ9QBUQV3RNUOVR9DPETTM88OZBWWW3NDSWVATQRYTFGNMEEQOO4NS8ZQ484PMLD0YUG2ENQP6M12TX11V5O8S6BEAW' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UZCU1TSDNZB5Z6R0JR916UOWDGK9OBCPA8R5XYYGXZIYRC36JF07CBNRIWYZJ4J0P695TY731DFUAIW10AHHBIOWKVET3MA1XDQUMH2AESGI7XKSYQN0802I4A9YIL7BBBGBO0RAGC5GXVOAGATVP93AFPHHWZZGKKCD1KUJ0SI158PQGZ4YA8814TS951ONGJ1FCVM7U7UII13SNCWD3QE7FAOU6G7XDFTCHAR9E5HFZNLY2V09YSLX9Y2ZB1BNS' where id=30; -update noar ti set v1='UZCU1TSDNZB5Z6R0JR916UOWDGK9OBCPA8R5XYYGXZIYRC36JF07CBNRIWYZJ4J0P695TY731DFUAIW10AHHBIOWKVET3MA1XDQUMH2AESGI7XKSYQN0802I4A9YIL7BBBGBO0RAGC5GXVOAGATVP93AFPHHWZZGKKCD1KUJ0SI158PQGZ4YA8814TS951ONGJ1FCVM7U7UII13SNCWD3QE7FAOU6G7XDFTCHAR9E5HFZNLY2V09YSLX9Y2ZB1BNS' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='UQO8AFUSLDZKCMQAPRTEFZ3T20WLELNA0A8ALYCM52A0KWNDOAJYGNK35C6F3ZJMBLGU4ZYT0GTUHPXWT1GPCW26DQWIX4S4DS7HXKYKCLF86EAGWQCW37D3R7LZ8CLNNHW8TUU4Y028EVN93RIQGNNW9L21XX9WAHSZEWLFAMPMZXM1VI4VR7WTB8R0XOIBLZH0GFFNYF86R8CTD2H3NUGNUMKYT7ZR9QC22ZYIY9EBU9E7XDTFQI6SM6N6AY6Q0' where id=30; -update noar ti set v2='UQO8AFUSLDZKCMQAPRTEFZ3T20WLELNA0A8ALYCM52A0KWNDOAJYGNK35C6F3ZJMBLGU4ZYT0GTUHPXWT1GPCW26DQWIX4S4DS7HXKYKCLF86EAGWQCW37D3R7LZ8CLNNHW8TUU4Y028EVN93RIQGNNW9L21XX9WAHSZEWLFAMPMZXM1VI4VR7WTB8R0XOIBLZH0GFFNYF86R8CTD2H3NUGNUMKYT7ZR9QC22ZYIY9EBU9E7XDTFQI6SM6N6AY6Q0' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='O8VP1VV8KFCC1VDBP96SC07ONPBV43RU9A939XNP18AYPKN1O7V8088VK70P3Y4TLGKNKQERUYQE2CI0RJSSNDCPIEC08GKNDOB7VEWSK5RJHNR6YPV800DXIZV9BBY0VOCQE30AHN6ZKQVW52AORWHEOHTSSHZN3MJAZZZ7MQKROJJ7SC0GP5WEBJ4CH882EWE8XWCT4UWNUCDENGOB56QXLOX9XMNBH35INO016TNCO0V2W9K39CWDDZ860MXQ2' where id=30; -update noar ti set v3='O8VP1VV8KFCC1VDBP96SC07ONPBV43RU9A939XNP18AYPKN1O7V8088VK70P3Y4TLGKNKQERUYQE2CI0RJSSNDCPIEC08GKNDOB7VEWSK5RJHNR6YPV800DXIZV9BBY0VOCQE30AHN6ZKQVW52AORWHEOHTSSHZN3MJAZZZ7MQKROJJ7SC0GP5WEBJ4CH882EWE8XWCT4UWNUCDENGOB56QXLOX9XMNBH35INO016TNCO0V2W9K39CWDDZ860MXQ2' where id=30; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IB0Z7TPVX8Q2TA32KC6S89FE2VEB82FGEJ8L67EI5ZRRE0G0H0G3PBYJI8E2H8NSDNCU2UNY8MRM8WOY5KOU6VTN5G5O2ZPK6Z9OSD5DZ44HWJJN2AQ0VOEA21LMJ71FMI0DQ17JSTU15MUFW5N5TY5LLI6FWX8HF4W5BNO8Z5ULNGJPO18XMCIQD7Z0ROA926YQ9BLTSCICLNGIXFA7FKSTDQIVFPEY9MGFZGRRJOG26IEFFS6SGD0P4DWV1NFY9' where id=31; -update noar ti set v0='IB0Z7TPVX8Q2TA32KC6S89FE2VEB82FGEJ8L67EI5ZRRE0G0H0G3PBYJI8E2H8NSDNCU2UNY8MRM8WOY5KOU6VTN5G5O2ZPK6Z9OSD5DZ44HWJJN2AQ0VOEA21LMJ71FMI0DQ17JSTU15MUFW5N5TY5LLI6FWX8HF4W5BNO8Z5ULNGJPO18XMCIQD7Z0ROA926YQ9BLTSCICLNGIXFA7FKSTDQIVFPEY9MGFZGRRJOG26IEFFS6SGD0P4DWV1NFY9' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KA5048BUOODD90DRYV4B9EY1UVLK1FLT37YGK2ZCYB2CNIAFQYWPAZZE6PDZEWZX0UXYANT38QJS04Q6JWV7YOUFZIONH9EIEWTL6KPH20LQSG466782PVVEZ4LWY7U31DDNJ6AADVF38ZHC6026WNNUAMQB6HWH7K3LW6K830J6R7ZXEWWVMQRGP09Q3QSXTA62C5CFY604U8R24F0KZKS0B27LSLF5CZPSZMIXTNZE7QLEYJJ234TA6O331CEFK' where id=31; -update noar ti set v1='KA5048BUOODD90DRYV4B9EY1UVLK1FLT37YGK2ZCYB2CNIAFQYWPAZZE6PDZEWZX0UXYANT38QJS04Q6JWV7YOUFZIONH9EIEWTL6KPH20LQSG466782PVVEZ4LWY7U31DDNJ6AADVF38ZHC6026WNNUAMQB6HWH7K3LW6K830J6R7ZXEWWVMQRGP09Q3QSXTA62C5CFY604U8R24F0KZKS0B27LSLF5CZPSZMIXTNZE7QLEYJJ234TA6O331CEFK' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='V3IWJA42H3WKWUY7RKSP5FP8NGIZD00CIAI5ZB1RMXAHROTKZPFNYAQM8JJIDFYBD5IOJM9A9JEZPWGHYRKWKBQWBT32EVV2IBHD6MYIYDC3VN36Y2JZ819U85MQDJWQL7UUKFR3MINVQKJA1P7NNJ3MX2D0DKGAOYYM4XGIEDJQG4MB8RMDVVEJMC6R5CQCR81TTL0NJG21ZSG0AKR097J5DAJYFJG8PGM00DISDZ1PXOIL0I1C7EDEFBCRVGBFU' where id=31; -update noar ti set v2='V3IWJA42H3WKWUY7RKSP5FP8NGIZD00CIAI5ZB1RMXAHROTKZPFNYAQM8JJIDFYBD5IOJM9A9JEZPWGHYRKWKBQWBT32EVV2IBHD6MYIYDC3VN36Y2JZ819U85MQDJWQL7UUKFR3MINVQKJA1P7NNJ3MX2D0DKGAOYYM4XGIEDJQG4MB8RMDVVEJMC6R5CQCR81TTL0NJG21ZSG0AKR097J5DAJYFJG8PGM00DISDZ1PXOIL0I1C7EDEFBCRVGBFU' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VWJAN93Y8M3HX5N6KGMQIBWU121BYJVUTM2T1X8YUYMHVWBV4LHCVLJEVZYIH0QR9O1LFY60QXM1YE7SWXW9C2J1MB9RYLG03BCLEI3ZVMJVFJDZ3A4Q7L85D5QQPBQXYI12P8NNRVQLLK4FH40RVF7WCGBP1NXU4O4NHLAWB1XJS4KBOQJZXVRL4RV62RY8R9YOQ0798CRGT06MNA6DICQTIMJLG20S78VMRR9MS0KSEU4XF0TPMM2204I91IDDR' where id=31; -update noar ti set v3='VWJAN93Y8M3HX5N6KGMQIBWU121BYJVUTM2T1X8YUYMHVWBV4LHCVLJEVZYIH0QR9O1LFY60QXM1YE7SWXW9C2J1MB9RYLG03BCLEI3ZVMJVFJDZ3A4Q7L85D5QQPBQXYI12P8NNRVQLLK4FH40RVF7WCGBP1NXU4O4NHLAWB1XJS4KBOQJZXVRL4RV62RY8R9YOQ0798CRGT06MNA6DICQTIMJLG20S78VMRR9MS0KSEU4XF0TPMM2204I91IDDR' where id=31; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='O3E5NHT1DJTJ6B1C8DTGNZUJYFHS1BVUQAN02YCRH10H6NP9PWAYUUC43MC3KE42Y5HUS1J1HIVUR5MS439C8KE3WHD26JRRU58M0L6OBMJXJNGTRM1TYWY0K6FO7BWLUUIXZ12140NIU8Z0MEZX6G8X7VXW5NMMA9R27DN1XFMD4858KY3A48LPTTLN36ZIT25K45T7XVT2VM8YIX53OIWXQVY0069ZKRU94YDM6UR2IH99IC7EX2QJ80W1S2SHK' where id=32; -update noar ti set v0='O3E5NHT1DJTJ6B1C8DTGNZUJYFHS1BVUQAN02YCRH10H6NP9PWAYUUC43MC3KE42Y5HUS1J1HIVUR5MS439C8KE3WHD26JRRU58M0L6OBMJXJNGTRM1TYWY0K6FO7BWLUUIXZ12140NIU8Z0MEZX6G8X7VXW5NMMA9R27DN1XFMD4858KY3A48LPTTLN36ZIT25K45T7XVT2VM8YIX53OIWXQVY0069ZKRU94YDM6UR2IH99IC7EX2QJ80W1S2SHK' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UCY7ZLOQWXX3W9GPJCOHKDO8R5I6E33JDIFY77KXR4HCZ05FUKHMU5GZ6OQI3EB48AUHV63TSP5XL80JB4BE7W62I85T28MK866TVT1583CPMS9Y6IEM2QJW8RD2837NFO8RR35DLP8OS4S88LP5U77ZM2XREJZG4AUAW7W99ZVTMBDVSKZYLNLZYIDBM6NHQ2N1TX8IJITKI8WAMVV3CTB0YB78U3ZRN8PKWMLCHVP2Z28NUVHBXHJJYD89IWF9H' where id=32; -update noar ti set v1='UCY7ZLOQWXX3W9GPJCOHKDO8R5I6E33JDIFY77KXR4HCZ05FUKHMU5GZ6OQI3EB48AUHV63TSP5XL80JB4BE7W62I85T28MK866TVT1583CPMS9Y6IEM2QJW8RD2837NFO8RR35DLP8OS4S88LP5U77ZM2XREJZG4AUAW7W99ZVTMBDVSKZYLNLZYIDBM6NHQ2N1TX8IJITKI8WAMVV3CTB0YB78U3ZRN8PKWMLCHVP2Z28NUVHBXHJJYD89IWF9H' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VQL8O3HNFP7N14ISQ326AEJ9I7KJD7LW9DPRZR5VO2SLON787MPB5DT2NFAMS3QQ3YMFDPUKZQKC6TWCNCVGE5SFI52XL20B06IFPE06ZJTXODN6WESAW92QR4KS9LG0D56832YRXS8F3CR78KXX699PXNY4V07M117NBBLCNCWH0R1MUILN88QK1K57DGF8XEOFYXKJNTZOQ4P7V4YZB4C62CNF7OD162RKR4RTADBISYLT2O5LNUS3R0M8DDJKF' where id=32; -update noar ti set v2='VQL8O3HNFP7N14ISQ326AEJ9I7KJD7LW9DPRZR5VO2SLON787MPB5DT2NFAMS3QQ3YMFDPUKZQKC6TWCNCVGE5SFI52XL20B06IFPE06ZJTXODN6WESAW92QR4KS9LG0D56832YRXS8F3CR78KXX699PXNY4V07M117NBBLCNCWH0R1MUILN88QK1K57DGF8XEOFYXKJNTZOQ4P7V4YZB4C62CNF7OD162RKR4RTADBISYLT2O5LNUS3R0M8DDJKF' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QOTFGZC3MKU8AAFZWBN07SE9DZOSFSO42NYUZIDKHEF596JTWJAHBQY1ZF6RXF5YOAT3HJM1C1NTG91A7J6SCKWK1G5OR2XKGUSK9OYFL5UXT1EJKYZP5BH7XEFBZ6M6RFS12FAE7OAVJF3OTY567ASC8DJB0SSWH4ULATMUUOO6MVZHPQFSKS4W201QY2S68DG18GJBT6ZJAC90I7IF2EDXYPXM1E0VMMYZJK9TM14VSU3ZJAFLAI2GGJPQQQJ11' where id=32; -update noar ti set v3='QOTFGZC3MKU8AAFZWBN07SE9DZOSFSO42NYUZIDKHEF596JTWJAHBQY1ZF6RXF5YOAT3HJM1C1NTG91A7J6SCKWK1G5OR2XKGUSK9OYFL5UXT1EJKYZP5BH7XEFBZ6M6RFS12FAE7OAVJF3OTY567ASC8DJB0SSWH4ULATMUUOO6MVZHPQFSKS4W201QY2S68DG18GJBT6ZJAC90I7IF2EDXYPXM1E0VMMYZJK9TM14VSU3ZJAFLAI2GGJPQQQJ11' where id=32; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XD6GMOBPO8POPL6K4RJOJYZR7PNROL2RRAVVUMMSMCB0H3I7VNOJWFV5TG7KDMEJT5K636GTLAGSGDHA9006Z31I63I59ZQZABVFQR4HR4L3LSXF8S3IJ2OM5ZDFOM6SMEIPIFKITY9AIWRA7NMRD6GUD3V2HLDEZGU10PLPAIUGHTTE10WP6E895L3XE3JC0FAF2R42H7CJSMGWF3T0JYLT03PAR482MMFUF0HT0M90QU4ZVNTTW3K94BLDPN4W1' where id=33; -update noar ti set v0='XD6GMOBPO8POPL6K4RJOJYZR7PNROL2RRAVVUMMSMCB0H3I7VNOJWFV5TG7KDMEJT5K636GTLAGSGDHA9006Z31I63I59ZQZABVFQR4HR4L3LSXF8S3IJ2OM5ZDFOM6SMEIPIFKITY9AIWRA7NMRD6GUD3V2HLDEZGU10PLPAIUGHTTE10WP6E895L3XE3JC0FAF2R42H7CJSMGWF3T0JYLT03PAR482MMFUF0HT0M90QU4ZVNTTW3K94BLDPN4W1' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UHZ23YKNC4EAKAL7U3C84W0J5FHDMIMJB9CHK6NCMJ84LYO0OW201K68BSU7VTUVUW68HQ0MKRS2RCD36WNOT5I9HE4R2VUS4XJA546EJH0T8JNQ46SWCVY1AO0SAUNVP2ZIFLCUCR4Z4R8M4C7XS44H2WHDZQI7IYKLP430PN5DZT974CB4M6EU3YYUU26IZHQ4YQ7DZBADO2ETPG8V4843UK19H2SAMXGOFIWA4YL6QQ0D0TZ353M8M8APSDLF3' where id=33; -update noar ti set v1='UHZ23YKNC4EAKAL7U3C84W0J5FHDMIMJB9CHK6NCMJ84LYO0OW201K68BSU7VTUVUW68HQ0MKRS2RCD36WNOT5I9HE4R2VUS4XJA546EJH0T8JNQ46SWCVY1AO0SAUNVP2ZIFLCUCR4Z4R8M4C7XS44H2WHDZQI7IYKLP430PN5DZT974CB4M6EU3YYUU26IZHQ4YQ7DZBADO2ETPG8V4843UK19H2SAMXGOFIWA4YL6QQ0D0TZ353M8M8APSDLF3' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5NBNKIO5LYRW5QECL4ZT4W0R9I6GDM2F3819LR0GTWV0GPW652R6UHFOW2FTYVO3IPH1T5OVQ6K6AYM5KEW0O1PJVCNY0YQUY9A4NTHD4SDPKLFXSRO16MWCIZZ05WQO5TEV1TE826ZAW50WI4N2OWCBAMCD4MOAE879NNVSGB6I0HEPUHHG8U6HFSDODEU5GDHX1PFCS49H9H7N0KJOIJ23C3I61X1IVE5MJY5FNE9CHG3COKZF41Z7H61WFGT6F' where id=33; -update noar ti set v2='5NBNKIO5LYRW5QECL4ZT4W0R9I6GDM2F3819LR0GTWV0GPW652R6UHFOW2FTYVO3IPH1T5OVQ6K6AYM5KEW0O1PJVCNY0YQUY9A4NTHD4SDPKLFXSRO16MWCIZZ05WQO5TEV1TE826ZAW50WI4N2OWCBAMCD4MOAE879NNVSGB6I0HEPUHHG8U6HFSDODEU5GDHX1PFCS49H9H7N0KJOIJ23C3I61X1IVE5MJY5FNE9CHG3COKZF41Z7H61WFGT6F' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2Z7CL7TZ3WYE0KSGC84QVQTQ9HJRYIE4AFR6ZBIWC502095GO3NRTN8UUFOQEQNVMMYUYMWOANQ9SZC3086YQJEBAGRYCNLPTX5BYW8X35FP3QAJ9KLILM856Q7AESEZ1AYBMV75CQRO5OG4BRWB6MV76BSYTXQ7U9NFTK6G8O5HI1CPTCB80O26WHQ79N0BJZFBEET4EX5ID744V7RL08AFMT0FO7U1CCLX53RLD302BZ5TNJKBLFXGC1G60QX8B' where id=33; -update noar ti set v3='2Z7CL7TZ3WYE0KSGC84QVQTQ9HJRYIE4AFR6ZBIWC502095GO3NRTN8UUFOQEQNVMMYUYMWOANQ9SZC3086YQJEBAGRYCNLPTX5BYW8X35FP3QAJ9KLILM856Q7AESEZ1AYBMV75CQRO5OG4BRWB6MV76BSYTXQ7U9NFTK6G8O5HI1CPTCB80O26WHQ79N0BJZFBEET4EX5ID744V7RL08AFMT0FO7U1CCLX53RLD302BZ5TNJKBLFXGC1G60QX8B' where id=33; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='96BHOUVW5ZGEHU12H02DMDKYX2UD5J4V4QLW3IQY7G2S7ZG8O49N6C3KI0AGUJCMNA06KOC52SZIK4Z4EGGZHMX53HB5F1WMI832BOOI6R5JU8QC3TECJVZS6XX6H3BAVEIZQ5I410GTVDEZPVIL7MNLZ9QWWVMR28WNJDZGK29R9QWZ6FRH4S5MLJL8DS6MJ4UUALBCMF24EORNATDG3QT4EEIU9A3XTGWIMACMRL5KRUB1JD4QK6030AFB06ONC' where id=34; -update noar ti set v0='96BHOUVW5ZGEHU12H02DMDKYX2UD5J4V4QLW3IQY7G2S7ZG8O49N6C3KI0AGUJCMNA06KOC52SZIK4Z4EGGZHMX53HB5F1WMI832BOOI6R5JU8QC3TECJVZS6XX6H3BAVEIZQ5I410GTVDEZPVIL7MNLZ9QWWVMR28WNJDZGK29R9QWZ6FRH4S5MLJL8DS6MJ4UUALBCMF24EORNATDG3QT4EEIU9A3XTGWIMACMRL5KRUB1JD4QK6030AFB06ONC' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='W6LX7F2N5U0D5T4F6L750TTUKYLFCYZGZCCQ7NPV6A4BOBD7TQDP0XIQSREZ1EED9PYWSY64QH183DXTBQRRTW0ARFXZS81QSFIN6O7UGFWVY1G5C748KW9GEPOEHK3CF9IMJHBSDRXBSL0A7KVOP822UKCYTQU51ADRQEPZRCVFP2S8RSUDWQ727VJ7P6IZF0R1G3PLA5EL0WOM4RZPVQ0RQM4H1IE8HC7KPBV4KL574X8X567G5GTOE5NT4KTWE' where id=34; -update noar ti set v1='W6LX7F2N5U0D5T4F6L750TTUKYLFCYZGZCCQ7NPV6A4BOBD7TQDP0XIQSREZ1EED9PYWSY64QH183DXTBQRRTW0ARFXZS81QSFIN6O7UGFWVY1G5C748KW9GEPOEHK3CF9IMJHBSDRXBSL0A7KVOP822UKCYTQU51ADRQEPZRCVFP2S8RSUDWQ727VJ7P6IZF0R1G3PLA5EL0WOM4RZPVQ0RQM4H1IE8HC7KPBV4KL574X8X567G5GTOE5NT4KTWE' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='V21AICMQ729RR0PNVVIH4AWH525N5TOR7GTAEBZ6W7UDQ30B5IACD91YI5Y12DM4YF01PQNIMNB42W983NVRZWSLFEYAP2ESXJELLETUNXPB33KR9R78ZPAI8S9FABROTD8QKUHQ8PVTHDGYWA4KPVRCINQS42FALYX324VHUE7UASJVK99M5XMS70FKU8683I2JSFHDGTP8178TFZCRRD6XZO364EFSMEDF96U4EXEO5CV3OKKE2OUWI6QGPKB4Q' where id=34; -update noar ti set v2='V21AICMQ729RR0PNVVIH4AWH525N5TOR7GTAEBZ6W7UDQ30B5IACD91YI5Y12DM4YF01PQNIMNB42W983NVRZWSLFEYAP2ESXJELLETUNXPB33KR9R78ZPAI8S9FABROTD8QKUHQ8PVTHDGYWA4KPVRCINQS42FALYX324VHUE7UASJVK99M5XMS70FKU8683I2JSFHDGTP8178TFZCRRD6XZO364EFSMEDF96U4EXEO5CV3OKKE2OUWI6QGPKB4Q' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BNJRCA1JX2QYXRADCXY75J5AGEEIY4HNKQUU2T662TRZKS59SLE6M4RFI5IQCK2KBK9SG1MMB6VB61YVK1XGWB17OFI6FSFADXGRGHQDMJ74MDGSYS8ZAMES8E3F9V29PXF0BKOA7A6QDXBXEO43KWQELU6FMWC6XIXRICV3VM734PWT7AX8O8T533H8UYQUTBD8GTQPNZV9T1CHSQKA96ZUY8TFWY5NN6KF8N5ET50ATE0XRUVY6V0ETCE31YIP4' where id=34; -update noar ti set v3='BNJRCA1JX2QYXRADCXY75J5AGEEIY4HNKQUU2T662TRZKS59SLE6M4RFI5IQCK2KBK9SG1MMB6VB61YVK1XGWB17OFI6FSFADXGRGHQDMJ74MDGSYS8ZAMES8E3F9V29PXF0BKOA7A6QDXBXEO43KWQELU6FMWC6XIXRICV3VM734PWT7AX8O8T533H8UYQUTBD8GTQPNZV9T1CHSQKA96ZUY8TFWY5NN6KF8N5ET50ATE0XRUVY6V0ETCE31YIP4' where id=34; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8KBV6X4UKRJDPYWYI63STCRG47D369Q2YK2TNX3DJNUBLP41BZOVMKGRY0LB4PN4SNZWBZWZBB7SB61S2SWY9WAZWF1OD2W8GBUDVC1AZQPDGWH2434AQBUSXW8TZ7R3YAH1IHGKLKH9O0P60KGGHLKJIBMSP3SXKCE95UEDB8DE7N1EKCFJRBO0D6SIZ87L5JYXTB0MV43LZCFM6VI9CHHS02KH9HK0EC32VIT6J1NFV5VR7TMPM0Z6P3RAP4EJ9' where id=35; -update noar ti set v0='8KBV6X4UKRJDPYWYI63STCRG47D369Q2YK2TNX3DJNUBLP41BZOVMKGRY0LB4PN4SNZWBZWZBB7SB61S2SWY9WAZWF1OD2W8GBUDVC1AZQPDGWH2434AQBUSXW8TZ7R3YAH1IHGKLKH9O0P60KGGHLKJIBMSP3SXKCE95UEDB8DE7N1EKCFJRBO0D6SIZ87L5JYXTB0MV43LZCFM6VI9CHHS02KH9HK0EC32VIT6J1NFV5VR7TMPM0Z6P3RAP4EJ9' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='CHV4OBDGYWDKHDDPQLBGQD5PZXNBIGZNRVBPELV3051ROSAS9H2OTAB6FFW75WZN97BDTLWP34H79GMA6C4VWC4W6CLZIG3A44O28HZCK3ZGQR9INLXXUVJ4CZ82T4FFKCHW0TZ0QHDGMDHW6E93E08IIVAAJ5NR6ZZWHFGR93TTIGCSQYWRNLODTBM9MGA8X41POBIWSN38746BFKAK294VQZBCJ1JAUPUBVX1QJ7ZSEKKM9X2TAT6BOCB19WE1B' where id=35; -update noar ti set v1='CHV4OBDGYWDKHDDPQLBGQD5PZXNBIGZNRVBPELV3051ROSAS9H2OTAB6FFW75WZN97BDTLWP34H79GMA6C4VWC4W6CLZIG3A44O28HZCK3ZGQR9INLXXUVJ4CZ82T4FFKCHW0TZ0QHDGMDHW6E93E08IIVAAJ5NR6ZZWHFGR93TTIGCSQYWRNLODTBM9MGA8X41POBIWSN38746BFKAK294VQZBCJ1JAUPUBVX1QJ7ZSEKKM9X2TAT6BOCB19WE1B' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='01AMHL7K1YHLRCBUJWGMEZW9NJXXRAWOQTX273P4302T2HLTT5MHT6WG40ABVIP57D8VWDT1N5CXGV5T4BIA2FKXS8LQ5OA9YZO5YQSGXEIT5T7NSBQKWV9TR8QUPBAXGL72LHBJLDWWAF3DXG7GRYOYLL2CS8J27YUGJUVOCCYWXE938Z5OU2CUMP7X2I7FD6AOCN8RRQCDN2MKPB3NWL1IJ23L7MIWQV9L29RB4M9EVQPC3NVZVX3W0TPRZSEYJ' where id=35; -update noar ti set v2='01AMHL7K1YHLRCBUJWGMEZW9NJXXRAWOQTX273P4302T2HLTT5MHT6WG40ABVIP57D8VWDT1N5CXGV5T4BIA2FKXS8LQ5OA9YZO5YQSGXEIT5T7NSBQKWV9TR8QUPBAXGL72LHBJLDWWAF3DXG7GRYOYLL2CS8J27YUGJUVOCCYWXE938Z5OU2CUMP7X2I7FD6AOCN8RRQCDN2MKPB3NWL1IJ23L7MIWQV9L29RB4M9EVQPC3NVZVX3W0TPRZSEYJ' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='9IAYO057TG9GABJS7WL1S3UVCNSVA2IVRH5UARYW5CASEXPUY8ATGUQZ5X386RJA042NW6F49DBKKAWYV0MRZU1FMHIMFQOE8XWRJ8PKLLT0RFOYG9CYUJF0DSQOUJJ1R8FYT0OFGM4M0VXGPPA0X5896WTN30RNBDZQA9KMVH5KHXOVA117YMZVBMYFS7QADGJMX3L82WC5LHOSLGO3UQPYO50IANIJXHHZP86OMRVU0KZYVRGO31IZD71L1AR0U' where id=35; -update noar ti set v3='9IAYO057TG9GABJS7WL1S3UVCNSVA2IVRH5UARYW5CASEXPUY8ATGUQZ5X386RJA042NW6F49DBKKAWYV0MRZU1FMHIMFQOE8XWRJ8PKLLT0RFOYG9CYUJF0DSQOUJJ1R8FYT0OFGM4M0VXGPPA0X5896WTN30RNBDZQA9KMVH5KHXOVA117YMZVBMYFS7QADGJMX3L82WC5LHOSLGO3UQPYO50IANIJXHHZP86OMRVU0KZYVRGO31IZD71L1AR0U' where id=35; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='M0U4EX7P7N41957A3YUCSJ1DSPR3S2KOBYKWVB0Q8OZA60ASJ9VIFS2XWTT104DISKA44DDTDJAOBNILFRWZESNJ2NZN2L4MOMXMOE1MYN3PZ7I1IXZ0TDTMP6SCIVELPF2LPE4OOB0JEQH22FLITQMS3IJ3MRFZTQWSVY9I5Y2E4X13QZW97TCQWST2YL57T4VKHWB5ACN22G0VWT2VB1MZWNLRPCB9G6RFFY9WOEMWN109V7D73WT731ANVVXCR' where id=36; -update noar ti set v0='M0U4EX7P7N41957A3YUCSJ1DSPR3S2KOBYKWVB0Q8OZA60ASJ9VIFS2XWTT104DISKA44DDTDJAOBNILFRWZESNJ2NZN2L4MOMXMOE1MYN3PZ7I1IXZ0TDTMP6SCIVELPF2LPE4OOB0JEQH22FLITQMS3IJ3MRFZTQWSVY9I5Y2E4X13QZW97TCQWST2YL57T4VKHWB5ACN22G0VWT2VB1MZWNLRPCB9G6RFFY9WOEMWN109V7D73WT731ANVVXCR' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='T9YOL0GZXKSCXLVTGCJEO3VXAPZF0LLO8MCIT9DC9W7TPC2WH7GI4NE8HUR10X48HGDJ059HRBJ7KSDIMD1FCBBA7QCP3DLWCBBATU6Z7L3447CBLR3A3SINSAX3FDGTO1DNGWLGQCHHPVI7LOCA8N8X8ESF7OXR1W82BI75OP5TPSO3Z7UZZXTQVWIY11EFJQYW1Z01T19R748BMW0R9WHL9DE9KR16SJ2MD6X1BFVUZJLBZ2QVARSEQAS7NB03D' where id=36; -update noar ti set v1='T9YOL0GZXKSCXLVTGCJEO3VXAPZF0LLO8MCIT9DC9W7TPC2WH7GI4NE8HUR10X48HGDJ059HRBJ7KSDIMD1FCBBA7QCP3DLWCBBATU6Z7L3447CBLR3A3SINSAX3FDGTO1DNGWLGQCHHPVI7LOCA8N8X8ESF7OXR1W82BI75OP5TPSO3Z7UZZXTQVWIY11EFJQYW1Z01T19R748BMW0R9WHL9DE9KR16SJ2MD6X1BFVUZJLBZ2QVARSEQAS7NB03D' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='B1O2TZIWYV1B9W6IB4V3YY8UDINKM3RIYCN8WINIHYCD9SQJJXJWRDRJXR93P6EVOZS4YIIGI9Y9NYZL1NHLQ2BCPI2R089P242RO04OHI2Z7UTUR95SS57S6EDWYSG1JALLNJB2Z5Q5BSUN65VBCLCD520CW6B2K9YGHXK9W6EKFFESZQUK49MYMKOMRT5IEBMMADGCLMFSEQW2947ZMMUGV75B670T55YV6N4YTBXYHQ77F6PSXOUSOLQY7HB6R' where id=36; -update noar ti set v2='B1O2TZIWYV1B9W6IB4V3YY8UDINKM3RIYCN8WINIHYCD9SQJJXJWRDRJXR93P6EVOZS4YIIGI9Y9NYZL1NHLQ2BCPI2R089P242RO04OHI2Z7UTUR95SS57S6EDWYSG1JALLNJB2Z5Q5BSUN65VBCLCD520CW6B2K9YGHXK9W6EKFFESZQUK49MYMKOMRT5IEBMMADGCLMFSEQW2947ZMMUGV75B670T55YV6N4YTBXYHQ77F6PSXOUSOLQY7HB6R' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VVCDXOYRKOIWZZ7SAILFI0SZ6U8T06FH16SSKJ0T0VADHJGDM5XTUJYTORV494KNEIUWNDEFRQXVDK6SRQNNCCLVMD6Z3EGJNMLG7SR9UD9NE4XKT4R1JJU9J2EBU34MCYD2JT6RDJBPTZ4BJTLZXLFF8EHEHU7JMH59NISYO4Z9399SODI04482J4J70Y5V3797OFBJQ5OOZNOT7UUE6QGEY3XD19PY62626L8R8WWZ3MG7N677S3053FSB21LR3' where id=36; -update noar ti set v3='VVCDXOYRKOIWZZ7SAILFI0SZ6U8T06FH16SSKJ0T0VADHJGDM5XTUJYTORV494KNEIUWNDEFRQXVDK6SRQNNCCLVMD6Z3EGJNMLG7SR9UD9NE4XKT4R1JJU9J2EBU34MCYD2JT6RDJBPTZ4BJTLZXLFF8EHEHU7JMH59NISYO4Z9399SODI04482J4J70Y5V3797OFBJQ5OOZNOT7UUE6QGEY3XD19PY62626L8R8WWZ3MG7N677S3053FSB21LR3' where id=36; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZJD2A0ARO578WAFTKJ9FTOM5ZBJGBVIQZ27SUM1YBT26R5MAL0WNS0T6HFT20TFMUN8C1YDMXVRQTERZ15E4KCD0SGL4H17L9OJY1XZFBW7U6KH2SOT95Y6DO5R148FRVB2PDOOO1PX9NOYF4MYCRF211VC4EIGYCCPQBL3D5C0BOY5SU3T5BKX5NYXFFLYB23F26YN84YVZGPL2GXMKZSLMVT0R490LBSGH9B11FDJIPRBM79B5HCHZ3O8E3CI4G' where id=37; -update noar ti set v0='ZJD2A0ARO578WAFTKJ9FTOM5ZBJGBVIQZ27SUM1YBT26R5MAL0WNS0T6HFT20TFMUN8C1YDMXVRQTERZ15E4KCD0SGL4H17L9OJY1XZFBW7U6KH2SOT95Y6DO5R148FRVB2PDOOO1PX9NOYF4MYCRF211VC4EIGYCCPQBL3D5C0BOY5SU3T5BKX5NYXFFLYB23F26YN84YVZGPL2GXMKZSLMVT0R490LBSGH9B11FDJIPRBM79B5HCHZ3O8E3CI4G' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='7YKRX49F3N63FNVPCI8Q2FV2H10DNO30AGGZ94UD0BAMOGEWRRJUZA6HXO1ZF3YGUR5ZBNIK0B0VO799ZISVUNX3G4QVNASECBJVX1QOLCAPSER2D5YAF7WMDOVH8YKYSF107HX0VD91IXPTWSK4EDVJFX4H1RIDP7AWXPZSGVSXZARANZGUEOS8MP5YNOPEO5QS4DVKKPR3XEZAOR1R8C9F2OWAM9TDSO063OZRX4SHGIQ672CZM6X4LRGSPKGY2' where id=37; -update noar ti set v1='7YKRX49F3N63FNVPCI8Q2FV2H10DNO30AGGZ94UD0BAMOGEWRRJUZA6HXO1ZF3YGUR5ZBNIK0B0VO799ZISVUNX3G4QVNASECBJVX1QOLCAPSER2D5YAF7WMDOVH8YKYSF107HX0VD91IXPTWSK4EDVJFX4H1RIDP7AWXPZSGVSXZARANZGUEOS8MP5YNOPEO5QS4DVKKPR3XEZAOR1R8C9F2OWAM9TDSO063OZRX4SHGIQ672CZM6X4LRGSPKGY2' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='MLIXAB8I8VUC3A0PVUZ53S26QQEUH0MDFT3JOQ9LNNEMYHNVMAK9F5VU2XC62FFLSV8DU1NWCGHLIBZY98NRSYSB6YCTYDN19EDXYWCSS6T166QF9YH5M7S5YCDC7G7IWKC8IK4NR5BOPJ15U1O6S6JMMX9L16GK8YV7V6Q3MC9HDLX0NV6OQ4J6P0IA8XVQH8YXLR1NM5YI3WBZO7EQBR07FTFP8OT2G1VBXT3AISXF19XBH1DOIIOL6C8HP5WH6' where id=37; -update noar ti set v2='MLIXAB8I8VUC3A0PVUZ53S26QQEUH0MDFT3JOQ9LNNEMYHNVMAK9F5VU2XC62FFLSV8DU1NWCGHLIBZY98NRSYSB6YCTYDN19EDXYWCSS6T166QF9YH5M7S5YCDC7G7IWKC8IK4NR5BOPJ15U1O6S6JMMX9L16GK8YV7V6Q3MC9HDLX0NV6OQ4J6P0IA8XVQH8YXLR1NM5YI3WBZO7EQBR07FTFP8OT2G1VBXT3AISXF19XBH1DOIIOL6C8HP5WH6' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='18PSJSHLJQYHU7EMFIQNJTG3ZP4RU0NT1KA6UK1GZV2DPBXP07WYX457IKJD0Y13O4JYGY7Y8G25QV136V00EJWGZO6S5X8S41P17QREBV3UNWVHSC6AYC48KVNGS7Y9QEAMFNLOMQX6SELIR485DUSQ6KD65U0W6IJA24CZKC5CAEKUAU5O3Y8TL107L42WMRJ51M0S3PPY68AFYCQYOBLXSCLS2NSWSW1QP8M9MO7VURCTJ18Y9M5PM9V2O0L79' where id=37; -update noar ti set v3='18PSJSHLJQYHU7EMFIQNJTG3ZP4RU0NT1KA6UK1GZV2DPBXP07WYX457IKJD0Y13O4JYGY7Y8G25QV136V00EJWGZO6S5X8S41P17QREBV3UNWVHSC6AYC48KVNGS7Y9QEAMFNLOMQX6SELIR485DUSQ6KD65U0W6IJA24CZKC5CAEKUAU5O3Y8TL107L42WMRJ51M0S3PPY68AFYCQYOBLXSCLS2NSWSW1QP8M9MO7VURCTJ18Y9M5PM9V2O0L79' where id=37; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0PPCXEXQAW6NZFYBHVFDNXZ72IOU6U0NAF6GHCC2CBWJ6FR5O60OE59X12DR94LWQH7W6RAARA3K5UA7CN7SON15SE8YYKN0BG0ME02E4X5F202TFP027IT7E7SCQYC48GVBMM4QD0V2OA4K29M96SRGRUABIKIEO8659YWZ00T2SXLB44GGIDQ4A5LL62LITG52N88ZYH2OSVYDZNUW8L6V6QZF1CG3E1H7DBRWSEZAEX122QQ87VME71Z9SMXWM' where id=38; -update noar ti set v0='0PPCXEXQAW6NZFYBHVFDNXZ72IOU6U0NAF6GHCC2CBWJ6FR5O60OE59X12DR94LWQH7W6RAARA3K5UA7CN7SON15SE8YYKN0BG0ME02E4X5F202TFP027IT7E7SCQYC48GVBMM4QD0V2OA4K29M96SRGRUABIKIEO8659YWZ00T2SXLB44GGIDQ4A5LL62LITG52N88ZYH2OSVYDZNUW8L6V6QZF1CG3E1H7DBRWSEZAEX122QQ87VME71Z9SMXWM' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MQ9NKR88QS3JT8D73FKF7H049V8F9FV152K381RG6MG7LXAX4LXPZIVSF7HS29RGMSTQLGAFOBB2ASWPTKZX8J9NT0A0KLR7V2SI3EUCV74HBWABGQIE7S4X3G0FXGRFISMI13X1PX87G1LSRB0WJFVV8YKR4UDFD9J2T0FI53580WEJHJGAG3IDLIJPQX2PFY3WJIJ1ZIN625KA5SAXI207M26A7J5D9Y8Q65ONKSTP41KO01K9AJPFUVEZHLYVA' where id=38; -update noar ti set v1='MQ9NKR88QS3JT8D73FKF7H049V8F9FV152K381RG6MG7LXAX4LXPZIVSF7HS29RGMSTQLGAFOBB2ASWPTKZX8J9NT0A0KLR7V2SI3EUCV74HBWABGQIE7S4X3G0FXGRFISMI13X1PX87G1LSRB0WJFVV8YKR4UDFD9J2T0FI53580WEJHJGAG3IDLIJPQX2PFY3WJIJ1ZIN625KA5SAXI207M26A7J5D9Y8Q65ONKSTP41KO01K9AJPFUVEZHLYVA' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J66BHK5CX59CGBKBR1II3CDGTBW1II3ND5XMK5E4J0LN4LLA3190T2V8BP1E2820PV0TUIA86JQ8P9E4NLAPJ4Y1BMFLQ1PNVDJSMO46IBOAKJ675ECHKXYE7LR892XQTDVHENA3L3SMWVY1090VFTQ658JY33ZSWSW777Y0W9II98SUM49CRD1QM4UU5BWUNCBVIUINHYHQ7RLD16NY9EK0CF9EVCCCC1XUBF23BEMVX8IOQXKHQFT0EIDSL9T6U' where id=38; -update noar ti set v2='J66BHK5CX59CGBKBR1II3CDGTBW1II3ND5XMK5E4J0LN4LLA3190T2V8BP1E2820PV0TUIA86JQ8P9E4NLAPJ4Y1BMFLQ1PNVDJSMO46IBOAKJ675ECHKXYE7LR892XQTDVHENA3L3SMWVY1090VFTQ658JY33ZSWSW777Y0W9II98SUM49CRD1QM4UU5BWUNCBVIUINHYHQ7RLD16NY9EK0CF9EVCCCC1XUBF23BEMVX8IOQXKHQFT0EIDSL9T6U' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='6EPLPYENJL5DS3BMXF5E5TUQ1WVCZHOAXZQFK0VG212FC5SFFPLIKCSXYE2ROQT5QM32YVHY6C0JCMH4730VU6A840PMMXA2P1INN2ZT8JKY4SUC6FN2YJSGBF1B6QK7TX8GIGDH8AZEGFAJVTCCB7VN5O74HPB78W5EMBPNANJECEI00RFE76A9BSJ75M1AEMI8QA2GMZMXNOT6IPMXXYKY041XQ6WB439CPFUNB8SJ8GQBQVP286ZCFH6GU11DR' where id=38; -update noar ti set v3='6EPLPYENJL5DS3BMXF5E5TUQ1WVCZHOAXZQFK0VG212FC5SFFPLIKCSXYE2ROQT5QM32YVHY6C0JCMH4730VU6A840PMMXA2P1INN2ZT8JKY4SUC6FN2YJSGBF1B6QK7TX8GIGDH8AZEGFAJVTCCB7VN5O74HPB78W5EMBPNANJECEI00RFE76A9BSJ75M1AEMI8QA2GMZMXNOT6IPMXXYKY041XQ6WB439CPFUNB8SJ8GQBQVP286ZCFH6GU11DR' where id=38; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MBIJLQRMHX8UN2DL59P0SL86NBBALZN4MXLLMYFCZO4P6XAWKHHFBDIPWAPAM2OLRO4KQ2GJ50J70C0HPHOTJ67U4F2DGZ4RVF6GVK5N68EPGIVQOI79L6E42MC1GPJO3GME4UZ4VHL3VQIIG90ZUJNEHX8WN3XKSJA2DRTIFB1CVXZ10VSS0ZQ7S1RMTUR21W31P245K7RZ1FSCLG265U5GHTCXR4VXNQQ29AYTPS2NZCH07CIQBPLB9ZMCRMTTA' where id=39; -update noar ti set v0='MBIJLQRMHX8UN2DL59P0SL86NBBALZN4MXLLMYFCZO4P6XAWKHHFBDIPWAPAM2OLRO4KQ2GJ50J70C0HPHOTJ67U4F2DGZ4RVF6GVK5N68EPGIVQOI79L6E42MC1GPJO3GME4UZ4VHL3VQIIG90ZUJNEHX8WN3XKSJA2DRTIFB1CVXZ10VSS0ZQ7S1RMTUR21W31P245K7RZ1FSCLG265U5GHTCXR4VXNQQ29AYTPS2NZCH07CIQBPLB9ZMCRMTTA' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='NSFIH0HZH8POOGYFFYPK4GIE3B1UD5WRRI6SOU1B05BGPAINR7O02M1729R1VVW4UF3KHD7CJNUCKU1NRHLQGIBRO4XSAKD61Y3IZBJKXDTTEZLSFIW60A7IYH5TM96PZSCL4QMUJ5JGC8IFGURM7LBZ27AYXH9W0I476X8DFEFU8SXDTU85J0EKMSTZHGSSTFGYYAZYR8NFUAVEW9T8B9TOWPR2SXH3PBIP87ORSWT4WZG9ARQHL5GJ23A6RQOXA' where id=39; -update noar ti set v1='NSFIH0HZH8POOGYFFYPK4GIE3B1UD5WRRI6SOU1B05BGPAINR7O02M1729R1VVW4UF3KHD7CJNUCKU1NRHLQGIBRO4XSAKD61Y3IZBJKXDTTEZLSFIW60A7IYH5TM96PZSCL4QMUJ5JGC8IFGURM7LBZ27AYXH9W0I476X8DFEFU8SXDTU85J0EKMSTZHGSSTFGYYAZYR8NFUAVEW9T8B9TOWPR2SXH3PBIP87ORSWT4WZG9ARQHL5GJ23A6RQOXA' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KACBVXR9WWP571WUNBLZZRBI8T3ZLMNYQYCQEDHNC9SQ9AW555ZF0JFSC38Q65C9MDQPXX9VMOK3EI6N8CNCSZDMWXLH0XDJHEBYPURWHVY6BAEX5V67C08085VN31ANK5MLR9TNDYUPS2SU7R8FX0FUK2SDUXV5PYEYMT02A20LB8VI0CQAXM0GEMFBTUWW7CY5F0NMUSPCF0JEM21QLFZMMWG19U1KW3ZTV091R5QSF230Q5I58IF0USUCQ8I4Q' where id=39; -update noar ti set v2='KACBVXR9WWP571WUNBLZZRBI8T3ZLMNYQYCQEDHNC9SQ9AW555ZF0JFSC38Q65C9MDQPXX9VMOK3EI6N8CNCSZDMWXLH0XDJHEBYPURWHVY6BAEX5V67C08085VN31ANK5MLR9TNDYUPS2SU7R8FX0FUK2SDUXV5PYEYMT02A20LB8VI0CQAXM0GEMFBTUWW7CY5F0NMUSPCF0JEM21QLFZMMWG19U1KW3ZTV091R5QSF230Q5I58IF0USUCQ8I4Q' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IICHG9NY81SCAQMR7JPS16WZ5QN3NGGNIEAI9JVFLUAJJWD2KJUVXN54702OW7TV7JPCCCZT6U2SMNQB5GE7GAJFBRZQW8OFAC1TXMRPYBNP1NJGR4FLPR517PM8CQBBACCPCSY2AIFDCU8LSI53RQGTDCR0HLI425KEZK8P9ASGU8JI84QTLYG38A584996KCT70A7SBSLYLBQFM0FMVSGQCQPJQECHTR86XAS9W5E5SJQ8QMHEFMTKW1AZ2DQHA' where id=39; -update noar ti set v3='IICHG9NY81SCAQMR7JPS16WZ5QN3NGGNIEAI9JVFLUAJJWD2KJUVXN54702OW7TV7JPCCCZT6U2SMNQB5GE7GAJFBRZQW8OFAC1TXMRPYBNP1NJGR4FLPR517PM8CQBBACCPCSY2AIFDCU8LSI53RQGTDCR0HLI425KEZK8P9ASGU8JI84QTLYG38A584996KCT70A7SBSLYLBQFM0FMVSGQCQPJQECHTR86XAS9W5E5SJQ8QMHEFMTKW1AZ2DQHA' where id=39; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JS2SF26JP07VS8U1UW57MYH066TW6RJ5ORZ193DCV0R67XT51BGF0VQVOMF6SMANMF66N5FHY62H0X8WHNB0FDRWIEKUHWZAZB2M6ZDNAMWPL68GL6N9X2TRPZ6VVZKYR0FLPDPZFT9J26SHUDCYDSTS3KKSPZQL40DW9U29WUKXA2GD5ZXU6UD20H1KERE7I9NC0QXUGB0T5S50MHJPW68W8E2QOLUF61PXWOAF3JVG3GZONY1EBU2DVXXMGKGHB' where id=40; -update noar ti set v0='JS2SF26JP07VS8U1UW57MYH066TW6RJ5ORZ193DCV0R67XT51BGF0VQVOMF6SMANMF66N5FHY62H0X8WHNB0FDRWIEKUHWZAZB2M6ZDNAMWPL68GL6N9X2TRPZ6VVZKYR0FLPDPZFT9J26SHUDCYDSTS3KKSPZQL40DW9U29WUKXA2GD5ZXU6UD20H1KERE7I9NC0QXUGB0T5S50MHJPW68W8E2QOLUF61PXWOAF3JVG3GZONY1EBU2DVXXMGKGHB' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='RU9KPNR8CRROLPYW026M8NDR45WQ3CHJY1J7BYICHACR8BT2UL3XL8PVAS6T0IE915IXV5IPZP3T9N4P4J5MAH9M19AQ8S0JD9H0EPKQWQFA1HXFLWVEDDD8EF7WTH5YE7T6FGIRVM5VFHG7RDJ793SSKRAF5VSVJDMP11VT75M6OPGUPL900ZJ1842LGC0M3J3KPF60R2AVB83YG2WYE49YM2IW22YV65PNJXLVFDW20PWJR14QKOX26HU9RTQ1S' where id=40; -update noar ti set v1='RU9KPNR8CRROLPYW026M8NDR45WQ3CHJY1J7BYICHACR8BT2UL3XL8PVAS6T0IE915IXV5IPZP3T9N4P4J5MAH9M19AQ8S0JD9H0EPKQWQFA1HXFLWVEDDD8EF7WTH5YE7T6FGIRVM5VFHG7RDJ793SSKRAF5VSVJDMP11VT75M6OPGUPL900ZJ1842LGC0M3J3KPF60R2AVB83YG2WYE49YM2IW22YV65PNJXLVFDW20PWJR14QKOX26HU9RTQ1S' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KIQLRRPH20523ZEAX8M9299NH77Z7O6W0CLRN0R5H2QEZ8PP4YUUYP8MSZDC76UNEXPR93EGKGJ232I81G2KBYK73RCWOJKFPG58D8MDNOWPRGT7RI257Q6ZOGR1MVPX9P96OOFRC0UF1E8BC2TDK6LM54JBAGAOTKRBY6YSQ33MOE0JRP8JWHVMG2PI1JK7CR0V2SNCU32TPHXPCX00MW8O2DZTTX8LURL0OQ3DVWLSWWDKH47JOHRJ2NVBUTD5D' where id=40; -update noar ti set v2='KIQLRRPH20523ZEAX8M9299NH77Z7O6W0CLRN0R5H2QEZ8PP4YUUYP8MSZDC76UNEXPR93EGKGJ232I81G2KBYK73RCWOJKFPG58D8MDNOWPRGT7RI257Q6ZOGR1MVPX9P96OOFRC0UF1E8BC2TDK6LM54JBAGAOTKRBY6YSQ33MOE0JRP8JWHVMG2PI1JK7CR0V2SNCU32TPHXPCX00MW8O2DZTTX8LURL0OQ3DVWLSWWDKH47JOHRJ2NVBUTD5D' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NIY892D98R34VRPVDPXGWYEYR78HTUOWTVAIZE1YX34I7DL9SVJ8ZTKFLDAWVWNUT9H7PQVFU21RESZZIRNMXO7OSSF8DXCHMJLOA93NAWJNLUR1DI8XT9N8IEHMN68R6FONVYZVIDJYT5C5FXW4B7BD0IF2LCD1AO8U665HWH9ASVX0FM6R1Q4BXOKZO72ZGH0FI5FWL9NURKN4PLZ8TXJ57VJ30AP92FL7AKO1JU5REVJHG40PX3GJUC4AHISJH' where id=40; -update noar ti set v3='NIY892D98R34VRPVDPXGWYEYR78HTUOWTVAIZE1YX34I7DL9SVJ8ZTKFLDAWVWNUT9H7PQVFU21RESZZIRNMXO7OSSF8DXCHMJLOA93NAWJNLUR1DI8XT9N8IEHMN68R6FONVYZVIDJYT5C5FXW4B7BD0IF2LCD1AO8U665HWH9ASVX0FM6R1Q4BXOKZO72ZGH0FI5FWL9NURKN4PLZ8TXJ57VJ30AP92FL7AKO1JU5REVJHG40PX3GJUC4AHISJH' where id=40; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='C1HMR8AVREFGKVQ63C7D47U9PQZYGKQR3XII6F3990712OKXQJBSYUHWPY5GSKP3QO2D08X1SKULCWAAUKXFNFQJN65QA4O1C3X1EL3JPSIBD24GTLAOR3CXEWFF5MEUSQJKIYVJ3FZPHMAHMUNTN4GASTNMM856OO9URCX519HU7HPMB6DQMJYJVT9UXTWUS9ATL31D77AL4ZLSBSNOQ1DMYC5838E2VE5ZJLE00Y9N6EJ5AE584L449RBK3IFHE' where id=41; -update noar ti set v0='C1HMR8AVREFGKVQ63C7D47U9PQZYGKQR3XII6F3990712OKXQJBSYUHWPY5GSKP3QO2D08X1SKULCWAAUKXFNFQJN65QA4O1C3X1EL3JPSIBD24GTLAOR3CXEWFF5MEUSQJKIYVJ3FZPHMAHMUNTN4GASTNMM856OO9URCX519HU7HPMB6DQMJYJVT9UXTWUS9ATL31D77AL4ZLSBSNOQ1DMYC5838E2VE5ZJLE00Y9N6EJ5AE584L449RBK3IFHE' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='2M27TTLJMUW78ZLY31CJ4HTV8OHD7IBLO3BLACHI5O63JUK7RL0VZZ1E4EDSTHRINUOWO64QXH9Q6ZVBRNIKPIZBDG9DJPFIU6E5X84JHXBBL51M0XYQATB7PSM8WYC6YT15PW2GRJ1OV8NCTT01HGMT5IK02SJW7Y1UB5R8NJUZC4J9885H1ZDWID4H2W6OK005S2IQ44UDGKU01EPHAOXAV05FX7TKVT19CZ9BZ12W6G5XJBC773GD2WCV0T9L7' where id=41; -update noar ti set v1='2M27TTLJMUW78ZLY31CJ4HTV8OHD7IBLO3BLACHI5O63JUK7RL0VZZ1E4EDSTHRINUOWO64QXH9Q6ZVBRNIKPIZBDG9DJPFIU6E5X84JHXBBL51M0XYQATB7PSM8WYC6YT15PW2GRJ1OV8NCTT01HGMT5IK02SJW7Y1UB5R8NJUZC4J9885H1ZDWID4H2W6OK005S2IQ44UDGKU01EPHAOXAV05FX7TKVT19CZ9BZ12W6G5XJBC773GD2WCV0T9L7' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='P32XQK94PPU6P6XSDX80S4AWBPQVGMI87R8IYP490S1EFEHOTROI7XWZYJMA1R3SNTTBDTDN6EN5OV4C2WEGKM3F2QICKUY83ZH548QINBZR1BSYP8L2YMBM947TQ86E1TP6DCVISFVKWHH3KLJYZUOJANJEQJ6CZYDEWJTMGIAJSN4NYB409P12VKBPDU7DCY1SJ7CDN7U3S1U15MFK2MUH2ANQFNH58742X5YBDGZK8PT3VQH9D5WBLV8BCYZAZ' where id=41; -update noar ti set v2='P32XQK94PPU6P6XSDX80S4AWBPQVGMI87R8IYP490S1EFEHOTROI7XWZYJMA1R3SNTTBDTDN6EN5OV4C2WEGKM3F2QICKUY83ZH548QINBZR1BSYP8L2YMBM947TQ86E1TP6DCVISFVKWHH3KLJYZUOJANJEQJ6CZYDEWJTMGIAJSN4NYB409P12VKBPDU7DCY1SJ7CDN7U3S1U15MFK2MUH2ANQFNH58742X5YBDGZK8PT3VQH9D5WBLV8BCYZAZ' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K80ACSSQCTWAUUVH9B8ZXO5O1ZVDB11L5X2TBTT3QHCT6TWP46IJMP18XNMWL5ZFOMDM4F4A70BRJHQWJGA43OTVNLIZAXV6XVBPTSZTWR5BPQ1PW6Z2SHWLHINEQGW1NBODSR59LPCOQRSMIERXSOA0SX3OOK1B9IOSZELC6FZKCCB3GKFE0JNEVFFFSGFTRRYBSH563FYQU45KF3IQBTJ51E39IHGUFYGTNJT1VHBBUHT47BFAMKIK5B4H4O5DW' where id=41; -update noar ti set v3='K80ACSSQCTWAUUVH9B8ZXO5O1ZVDB11L5X2TBTT3QHCT6TWP46IJMP18XNMWL5ZFOMDM4F4A70BRJHQWJGA43OTVNLIZAXV6XVBPTSZTWR5BPQ1PW6Z2SHWLHINEQGW1NBODSR59LPCOQRSMIERXSOA0SX3OOK1B9IOSZELC6FZKCCB3GKFE0JNEVFFFSGFTRRYBSH563FYQU45KF3IQBTJ51E39IHGUFYGTNJT1VHBBUHT47BFAMKIK5B4H4O5DW' where id=41; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AXE6E25KSO6X9FQ378OHFQJSL3Y587JHS6PS7N5TWKS0MU0PO4MU3NB64O341DQRWO0OLPL9DZ1N0CPEBKOQX8QPF0MX465BV4MML06D6GL37YX7FNVY73Z7JKD9Y6WCN5KSA1PEZ94FRMPL79ABK51SG3ETE4FMVFQF5M3YP72B2FPB1SI322X2IIL2HKECLWW9Z6IZDSDG3NPJX0B02GC39JVXUIQK4Y04A4ADW9NAVC73J8Z5WJU7U5J3OTPC9' where id=42; -update noar ti set v0='AXE6E25KSO6X9FQ378OHFQJSL3Y587JHS6PS7N5TWKS0MU0PO4MU3NB64O341DQRWO0OLPL9DZ1N0CPEBKOQX8QPF0MX465BV4MML06D6GL37YX7FNVY73Z7JKD9Y6WCN5KSA1PEZ94FRMPL79ABK51SG3ETE4FMVFQF5M3YP72B2FPB1SI322X2IIL2HKECLWW9Z6IZDSDG3NPJX0B02GC39JVXUIQK4Y04A4ADW9NAVC73J8Z5WJU7U5J3OTPC9' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='73TOUD4EONX110H0DV7HE3HZVITV2ECQMO3QI5GL1OYXUHD4HK3422B2SIL9D0KFEODL2BD0AZJ7BFU7L7YL7YQI1A118DWTB0EU7OICZQLSF18NTGU24MUPXSXUHZY62CHOB4NNDNZ9C87FCTVVR7IT9F4853U485QQVT476K8ZE3EUIHIAXQVRMYZO6A0HNV693J2ZZK4J9AIEOR3SRP6278IAUXORSJRZ7NIOUUQXFQGON4APBRK2HDCC4ZBQJ' where id=42; -update noar ti set v1='73TOUD4EONX110H0DV7HE3HZVITV2ECQMO3QI5GL1OYXUHD4HK3422B2SIL9D0KFEODL2BD0AZJ7BFU7L7YL7YQI1A118DWTB0EU7OICZQLSF18NTGU24MUPXSXUHZY62CHOB4NNDNZ9C87FCTVVR7IT9F4853U485QQVT476K8ZE3EUIHIAXQVRMYZO6A0HNV693J2ZZK4J9AIEOR3SRP6278IAUXORSJRZ7NIOUUQXFQGON4APBRK2HDCC4ZBQJ' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='8SNJHZKVFOKMR9JBXBSP14F7VRUPNQQ9AO779YSPCXBCVH8RNS8ZQ25KAVEUW68WXZ5CBT2S3P51CUP2HJWZSDAN28CBNBHQSB44YASD0YWTN17R8143THIBC2HCR41J8JOS5VCHUJDUEY8CGYSWGY9EWOI36X4NGTMEALRCFNKJR2W9TWCYZQFM963S6IBF1Y3MON44NL98MOCRIKZ5O97N6AM3E28JJ9WO5S7EA8WK74K0CRFLR5MBJR35PMIZN' where id=42; -update noar ti set v2='8SNJHZKVFOKMR9JBXBSP14F7VRUPNQQ9AO779YSPCXBCVH8RNS8ZQ25KAVEUW68WXZ5CBT2S3P51CUP2HJWZSDAN28CBNBHQSB44YASD0YWTN17R8143THIBC2HCR41J8JOS5VCHUJDUEY8CGYSWGY9EWOI36X4NGTMEALRCFNKJR2W9TWCYZQFM963S6IBF1Y3MON44NL98MOCRIKZ5O97N6AM3E28JJ9WO5S7EA8WK74K0CRFLR5MBJR35PMIZN' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='26WCQVQYMI48CW3TL65ZS4F5R9MTI048B05BF60S9OHG46ZY0NEOAZFCCHH7IUNP1N93HS872SFTB2LZ3NH7RYR5WIWX2DLZCER9I1C1P1BEPOSC3S3AS66HFI15D8Y1Y31U90L207YABO9KPJEASZM4PX0V7RQCNRXTS10X2LDWC722MXTVJPWTXYV2513V3QAYAK9HMQXZXKCA668PZG1HFK6VN2WYWW8VEWRBLNV5B9CL98THF8T4PQ2MBI38P' where id=42; -update noar ti set v3='26WCQVQYMI48CW3TL65ZS4F5R9MTI048B05BF60S9OHG46ZY0NEOAZFCCHH7IUNP1N93HS872SFTB2LZ3NH7RYR5WIWX2DLZCER9I1C1P1BEPOSC3S3AS66HFI15D8Y1Y31U90L207YABO9KPJEASZM4PX0V7RQCNRXTS10X2LDWC722MXTVJPWTXYV2513V3QAYAK9HMQXZXKCA668PZG1HFK6VN2WYWW8VEWRBLNV5B9CL98THF8T4PQ2MBI38P' where id=42; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='N4QGLNWDK955DOINBQI4XMPW86UUQDBAZA1B6U6BBCDCRNXDGA7G97YJLTTM9XUPYCCVK9VKDZFMQZRC8QT83CG0Y73MPQYBN5MDSPF3H58EU9C1HGUZIVD5T0A62RKW3DBI6MLYDJPBYY33EOTBGYE2QTPO0TABRG7RPU9JHKU5WKIPZO58UGB7FV5MGHK5YQCZMT3EZF5M7KNKJ0YRH2EZAXG2TQ6G4BQQLIH92I1PI256H0ZWZLNROCLN4O0BE' where id=43; -update noar ti set v0='N4QGLNWDK955DOINBQI4XMPW86UUQDBAZA1B6U6BBCDCRNXDGA7G97YJLTTM9XUPYCCVK9VKDZFMQZRC8QT83CG0Y73MPQYBN5MDSPF3H58EU9C1HGUZIVD5T0A62RKW3DBI6MLYDJPBYY33EOTBGYE2QTPO0TABRG7RPU9JHKU5WKIPZO58UGB7FV5MGHK5YQCZMT3EZF5M7KNKJ0YRH2EZAXG2TQ6G4BQQLIH92I1PI256H0ZWZLNROCLN4O0BE' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='C5WNK7DO09CLH11GEQ15TCEF2UW5XOLKZ6XXEMYMC1LYTAMPBY6HRGRUKURWHTS9JPNWL41BP8PM9686W2U0B8R9JSB2HQU71KM8N6Z75PFUI97S7GOMCJ9YNW43U1LFU26X8SK8RF7EIL6TMSM8FFXAT91XM96W0NPTYOLFEUEI8CYQ555FACHLW0V4R1E3QG62F3FVBBGW05MI6AZZWLAJ688GVGOIE2C8UTZUT7CJYANKIUIRT92MTH45YVG20' where id=43; -update noar ti set v1='C5WNK7DO09CLH11GEQ15TCEF2UW5XOLKZ6XXEMYMC1LYTAMPBY6HRGRUKURWHTS9JPNWL41BP8PM9686W2U0B8R9JSB2HQU71KM8N6Z75PFUI97S7GOMCJ9YNW43U1LFU26X8SK8RF7EIL6TMSM8FFXAT91XM96W0NPTYOLFEUEI8CYQ555FACHLW0V4R1E3QG62F3FVBBGW05MI6AZZWLAJ688GVGOIE2C8UTZUT7CJYANKIUIRT92MTH45YVG20' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KSZXG1B5O09HBMBYGDCWHIST8GRJEHY8PN4IB7TBDN01PJMOLBWY9TMLI3X5V80U2K5NNNZ2P9TTQFG1HBW1T1YY1VP3UDV1LKFNTGOWPM12XFN82W8T083GY7HR6BLYMPT0ZQHTSGMXCE7BY5L2BOB5GUWZINU36VMGLYJXX63OHXTVCHC7Q8ISLOZC3DSN2HDTM1APTXHIXKYQFZ3UCLWD09SDZ7TJ72ZYKMWNGA7QU9MGVACKXXFWYQDOS2SMC' where id=43; -update noar ti set v2='KSZXG1B5O09HBMBYGDCWHIST8GRJEHY8PN4IB7TBDN01PJMOLBWY9TMLI3X5V80U2K5NNNZ2P9TTQFG1HBW1T1YY1VP3UDV1LKFNTGOWPM12XFN82W8T083GY7HR6BLYMPT0ZQHTSGMXCE7BY5L2BOB5GUWZINU36VMGLYJXX63OHXTVCHC7Q8ISLOZC3DSN2HDTM1APTXHIXKYQFZ3UCLWD09SDZ7TJ72ZYKMWNGA7QU9MGVACKXXFWYQDOS2SMC' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='V8LZAYWQ9VSGN0UH6ODPBSDK0N28GI0OWTC2ZNJ9S6SCJ4FJA4YGHUR8DJ84X5VXJRC71AXL92XF78L9CISJK00TVXMEMG0CC4O0S0BSOOEIPZKM5CI0A981N0CYPNGW66IPMTVPEQMWQCD8EE0JINYSQNW96RSQ5RHV1PDV47Y0VSHRESBF7T2VPO1LTTIGQSQWOVFW9I4KYVCVB8YMI5JI8X64L37GB7FIU5Z39D1VAW0WPVPI7JFQ5K59PLRNV' where id=43; -update noar ti set v3='V8LZAYWQ9VSGN0UH6ODPBSDK0N28GI0OWTC2ZNJ9S6SCJ4FJA4YGHUR8DJ84X5VXJRC71AXL92XF78L9CISJK00TVXMEMG0CC4O0S0BSOOEIPZKM5CI0A981N0CYPNGW66IPMTVPEQMWQCD8EE0JINYSQNW96RSQ5RHV1PDV47Y0VSHRESBF7T2VPO1LTTIGQSQWOVFW9I4KYVCVB8YMI5JI8X64L37GB7FIU5Z39D1VAW0WPVPI7JFQ5K59PLRNV' where id=43; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JG70S82EH2XF6QK131GSV1AKI0CK0MH0ZSB477ZNQYRLL8DE8W9P9FV1DTUXNT3GPHRP49YZAI5I9HWRU24KQZANZWFRY1QA67KSSVQIN9ZS9PVGNLHRUPU47R0WXB6VB8NI1YBWQ4VO4EFR65XW8XLM7KG2SRNRFYVF7P54YAJS7L3QF2S68RJWHA22T73YA8N11N05E0N0C9PRDBAKKAFJ0Z0MD70XOOOPDM7K6KGQAXD78Q4CIT8PYDQ39UD3Q' where id=44; -update noar ti set v0='JG70S82EH2XF6QK131GSV1AKI0CK0MH0ZSB477ZNQYRLL8DE8W9P9FV1DTUXNT3GPHRP49YZAI5I9HWRU24KQZANZWFRY1QA67KSSVQIN9ZS9PVGNLHRUPU47R0WXB6VB8NI1YBWQ4VO4EFR65XW8XLM7KG2SRNRFYVF7P54YAJS7L3QF2S68RJWHA22T73YA8N11N05E0N0C9PRDBAKKAFJ0Z0MD70XOOOPDM7K6KGQAXD78Q4CIT8PYDQ39UD3Q' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='07SG3BPYWQQEEPPUXICSE0JKJDFA0C3DD95G0MF2KDDBSGP636C9KSJ4JDO2W9UDT3FI465Z8WSWYULSNIH5XT7XYUTMNQRXJSGC3Q7TU8FGLFSHVX2FMKP4OU25X9NPNOQ0VUYR76DFE9MB25EMCZ8254D116AC9HUB1QSYMVQUO7IJNLZKYWSI0S973LHC0I87Y8415RJMAW8SE5EDRN5HUMGFOL2QSLCVLMB5DPZK3SHMPBQOU59PL2NDZYMAY' where id=44; -update noar ti set v1='07SG3BPYWQQEEPPUXICSE0JKJDFA0C3DD95G0MF2KDDBSGP636C9KSJ4JDO2W9UDT3FI465Z8WSWYULSNIH5XT7XYUTMNQRXJSGC3Q7TU8FGLFSHVX2FMKP4OU25X9NPNOQ0VUYR76DFE9MB25EMCZ8254D116AC9HUB1QSYMVQUO7IJNLZKYWSI0S973LHC0I87Y8415RJMAW8SE5EDRN5HUMGFOL2QSLCVLMB5DPZK3SHMPBQOU59PL2NDZYMAY' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='1RXGUMTFHFSC2VP8HGPVKV4ZKJPBDQTQ4OK8UKMRHUKEMZGZ5CA6GKAZ5BHY5I3KM1I2Z6G28K8T9Q3QCII043K742N6KOJMWLFADKMBV59VAXE2TAC2P2K0KWLB3NX6V7TP5HPZUT60NGETTCOWFC299PQKE8VVGI6NRTKEKXMS6YXK5INJHL4W8XW2A269VR5OHMJDOE1HT1PUMYGUJA4PZCL21VN7UUJ7TF2P968OH7LRB2RR5ML6Y5XU2Y0QC' where id=44; -update noar ti set v2='1RXGUMTFHFSC2VP8HGPVKV4ZKJPBDQTQ4OK8UKMRHUKEMZGZ5CA6GKAZ5BHY5I3KM1I2Z6G28K8T9Q3QCII043K742N6KOJMWLFADKMBV59VAXE2TAC2P2K0KWLB3NX6V7TP5HPZUT60NGETTCOWFC299PQKE8VVGI6NRTKEKXMS6YXK5INJHL4W8XW2A269VR5OHMJDOE1HT1PUMYGUJA4PZCL21VN7UUJ7TF2P968OH7LRB2RR5ML6Y5XU2Y0QC' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NKL5I1GO2TCCE7RR4QIHHIX3QP0NX2BZXAD6DBSWXY2JJTWI63HF2C6P317LOR0CN6NIVMITIQ97NC06DJINN1UBDSAGHK1B3ZXW3N0YG8NH4OGEA9GINKXND5QQW00RE80DDCZ5658TIQQ3I0QTMZ24EIPN8GRY3L4WW2DJ44TJ2OUF2Y6YPE0469HYDISL1J3NGKMPB6GDSL01PXHSGT3E3P9O4QAT4RMR925FJRH3UJJM7LAAMAXH95TK1J0PC' where id=44; -update noar ti set v3='NKL5I1GO2TCCE7RR4QIHHIX3QP0NX2BZXAD6DBSWXY2JJTWI63HF2C6P317LOR0CN6NIVMITIQ97NC06DJINN1UBDSAGHK1B3ZXW3N0YG8NH4OGEA9GINKXND5QQW00RE80DDCZ5658TIQQ3I0QTMZ24EIPN8GRY3L4WW2DJ44TJ2OUF2Y6YPE0469HYDISL1J3NGKMPB6GDSL01PXHSGT3E3P9O4QAT4RMR925FJRH3UJJM7LAAMAXH95TK1J0PC' where id=44; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='QJLVI60CSI69F3T7M9J6LRGMMEF7QBZ140K30QJ6PCHLSWCP5PLFDNCLFY5GUVZYBJ26I3P4D8C7LF5QYD3XGY6HNMP3UKCLXV6IRN6WA50NIUDJ1K0V60YPORJCJUFURIPD5MA4SQWAQQ0B62M1GHJKEXMFMFAUE1VH2UEJ98G9075NEITENA5V94BBVPQ7DIGOTVDPEM6UN8OYY0L0LXDTYQO2BFO47XEO6U5SS0V4BMH8FTK537Z2JCZYEVFB0' where id=45; -update noar ti set v0='QJLVI60CSI69F3T7M9J6LRGMMEF7QBZ140K30QJ6PCHLSWCP5PLFDNCLFY5GUVZYBJ26I3P4D8C7LF5QYD3XGY6HNMP3UKCLXV6IRN6WA50NIUDJ1K0V60YPORJCJUFURIPD5MA4SQWAQQ0B62M1GHJKEXMFMFAUE1VH2UEJ98G9075NEITENA5V94BBVPQ7DIGOTVDPEM6UN8OYY0L0LXDTYQO2BFO47XEO6U5SS0V4BMH8FTK537Z2JCZYEVFB0' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0MED4MORQR2O4BOE2U9MH6LFRAIEP1HTR4MLPLYBRV3FZLH57T4O4XU8C3VWRILWECMJJZSYLVD9YAIG4OVOK06LUY002LNSLBMGVGDRHVE1R7G3I4H3J2SMWPHUV3WEMPDB0DSW72EFDQW1AEGV2GLP2KO7LZVPYDCSG0P69LZPLY7DPRPXSXOS2Z3OVXC8RX1X5EBFKRRSP9EFITVST68QO991P9GE0S19MUSDR23CLMQYP1HP47J29WVP2I1CA' where id=45; -update noar ti set v1='0MED4MORQR2O4BOE2U9MH6LFRAIEP1HTR4MLPLYBRV3FZLH57T4O4XU8C3VWRILWECMJJZSYLVD9YAIG4OVOK06LUY002LNSLBMGVGDRHVE1R7G3I4H3J2SMWPHUV3WEMPDB0DSW72EFDQW1AEGV2GLP2KO7LZVPYDCSG0P69LZPLY7DPRPXSXOS2Z3OVXC8RX1X5EBFKRRSP9EFITVST68QO991P9GE0S19MUSDR23CLMQYP1HP47J29WVP2I1CA' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BIG3O7ZSKC73JJW8LEXUOOEU3HZX9F3GTIXC08U7QQOGA74LOEUTY1T738SV9TAHINHU6JKK5RPW80NIXC9RHN6YHRJ1YBV8LEK4XARWJM3IMXEJP6PWB7WVB7EMDZKK42DSQ2NG7HGL6IX04EBK1HI6JJ16GW452PA6YAEU6H61HQ9T7LZPVGTBP6NMYKN7KPXOQKBOYG06LJ6WPSMN2S2NFKCDC1KDZD6ILJ83HSQSF5YCZDEWN3D5EC9AGYUW0' where id=45; -update noar ti set v2='BIG3O7ZSKC73JJW8LEXUOOEU3HZX9F3GTIXC08U7QQOGA74LOEUTY1T738SV9TAHINHU6JKK5RPW80NIXC9RHN6YHRJ1YBV8LEK4XARWJM3IMXEJP6PWB7WVB7EMDZKK42DSQ2NG7HGL6IX04EBK1HI6JJ16GW452PA6YAEU6H61HQ9T7LZPVGTBP6NMYKN7KPXOQKBOYG06LJ6WPSMN2S2NFKCDC1KDZD6ILJ83HSQSF5YCZDEWN3D5EC9AGYUW0' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OUYC9DKTGWZGFT4A2NRBER81EVCO2O3UA8VOUMDQJDSO52KN420UL6NE4PK94H9H62WM6THTLWK4QZXSKLVCZHRTUJ5S0FUHRKWTEFEP4FU62F1BYF23U2UQS091VV8AAACCECK0XFK85O1SHU03GZKA0TFODE1EFBOC3HTA42IIA3IS8W0YRUMPT4EQI4KI4V4I9T79ZV200J4O8IURWZHF070JWBUR702E9SEPNZ9Z95CVYHU10P1O0AMLGA9Y9' where id=45; -update noar ti set v3='OUYC9DKTGWZGFT4A2NRBER81EVCO2O3UA8VOUMDQJDSO52KN420UL6NE4PK94H9H62WM6THTLWK4QZXSKLVCZHRTUJ5S0FUHRKWTEFEP4FU62F1BYF23U2UQS091VV8AAACCECK0XFK85O1SHU03GZKA0TFODE1EFBOC3HTA42IIA3IS8W0YRUMPT4EQI4KI4V4I9T79ZV200J4O8IURWZHF070JWBUR702E9SEPNZ9Z95CVYHU10P1O0AMLGA9Y9' where id=45; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PB6DJX0JC33IS056GK6KS818CFG0U90X8WVOUM4WYRM7RZXFZWM91LA9VF5LWY0ERXO349YZM8EUF7Y7J6DWDDZA4AANVSO5OVQL1GBQMOLL5V80V4TFLBQNN2X7YWOW5IY6FYWR4GK0XXG7NQ64P89YYADE3V27BWVJ9REG4PD33XEX4DINBT64RSDPO476HGLKW3RNH4SFCC3CL95A14DNWE17RSNBIX8U3590R7GXN2VB7LIG1A3H9T9Y58TCL' where id=46; -update noar ti set v0='PB6DJX0JC33IS056GK6KS818CFG0U90X8WVOUM4WYRM7RZXFZWM91LA9VF5LWY0ERXO349YZM8EUF7Y7J6DWDDZA4AANVSO5OVQL1GBQMOLL5V80V4TFLBQNN2X7YWOW5IY6FYWR4GK0XXG7NQ64P89YYADE3V27BWVJ9REG4PD33XEX4DINBT64RSDPO476HGLKW3RNH4SFCC3CL95A14DNWE17RSNBIX8U3590R7GXN2VB7LIG1A3H9T9Y58TCL' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='F83WA3EXCAFGQ1J7S9CZTE399YABHZODSXR0D506Z2KEWZ7982MHMU8JTC6GCITMDVUG1ZQHEQT7MQHLVHKNE5719S6SUSLKZ9JGR224GHBZIVTD4AM09YISFRK1TLN7LMJSDIETBZRNR7U91Q13PP4V42MC6S0JSZRNAF83CN37Q2C4Y8O8TMJBICTR0ERJ4523EAJ3LKL6BFDVQVPUVWF0D5XABZXR75Z98NHSOELQ4U8XMX1727847VE2NNQQG' where id=46; -update noar ti set v1='F83WA3EXCAFGQ1J7S9CZTE399YABHZODSXR0D506Z2KEWZ7982MHMU8JTC6GCITMDVUG1ZQHEQT7MQHLVHKNE5719S6SUSLKZ9JGR224GHBZIVTD4AM09YISFRK1TLN7LMJSDIETBZRNR7U91Q13PP4V42MC6S0JSZRNAF83CN37Q2C4Y8O8TMJBICTR0ERJ4523EAJ3LKL6BFDVQVPUVWF0D5XABZXR75Z98NHSOELQ4U8XMX1727847VE2NNQQG' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VF2FHUXPTMJCPPC6ND5MY7L1YPUXSV4NWLQOE0COYQJ09WA940LR6V0M2FPD7LYW20UELPDE8BMUOKR1THQS1X1YBCO3KJW1C60K16ADIGLM05OEGLB5DSUZT3SDFQI2P3OQ4ONO95FI5UPLZE8ZVRRTVJQDUT6LEVFNRLMW67I2KVXCDU27L2CPS3KDEKRTFC7HIXEV6LFAYU74CCI7DAM2U76IX075N8HGAX8U8ZOWWXT10DNPI6LCY12LXO38W' where id=46; -update noar ti set v2='VF2FHUXPTMJCPPC6ND5MY7L1YPUXSV4NWLQOE0COYQJ09WA940LR6V0M2FPD7LYW20UELPDE8BMUOKR1THQS1X1YBCO3KJW1C60K16ADIGLM05OEGLB5DSUZT3SDFQI2P3OQ4ONO95FI5UPLZE8ZVRRTVJQDUT6LEVFNRLMW67I2KVXCDU27L2CPS3KDEKRTFC7HIXEV6LFAYU74CCI7DAM2U76IX075N8HGAX8U8ZOWWXT10DNPI6LCY12LXO38W' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='1EB42JNSJZPAFH6Z91LNXM3U5AHA7KOW5QKPR1Y18HTDDJWRQIB4DE9A0BI8D77ZAS49I2Y0YV0U35XT5DRAM5DI644XMIFBLL6X7D0XE2E9IXSQUS4WI340PH3RUYCC7QPIJNH58XTKG0PFD3F2OZ43CASBUT9XDR9SA4ESDBDG6GUVZOQGV9ZF7GZ91HQV3ZPI9RCLUSKYJ4KRR1IPM3EZW9X9VD7ID06EVB9MR60WQF2K94VQS4V6FLP67EFE4' where id=46; -update noar ti set v3='1EB42JNSJZPAFH6Z91LNXM3U5AHA7KOW5QKPR1Y18HTDDJWRQIB4DE9A0BI8D77ZAS49I2Y0YV0U35XT5DRAM5DI644XMIFBLL6X7D0XE2E9IXSQUS4WI340PH3RUYCC7QPIJNH58XTKG0PFD3F2OZ43CASBUT9XDR9SA4ESDBDG6GUVZOQGV9ZF7GZ91HQV3ZPI9RCLUSKYJ4KRR1IPM3EZW9X9VD7ID06EVB9MR60WQF2K94VQS4V6FLP67EFE4' where id=46; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AXWTUPJFKOTIA2IGWM4MX9SBKLG9Y2GM0NBE9DAISHQOS4I5ZYXRNXZ631JY9S48RY2IRQCBHF457P1G20HXOUHGYN54U06QE9KHLVDIEWR1IF34B12VVM5CUZLDYN5W6BM20EGYUJRV9S5AWO5WU7D14D5WOW7P0FPG9WXZLXPUPNTKS4VXESSISW6BM1P5UDIUGBII7370S9UJFXF4P0SA55RK9Y47P92FAE6QKG2HS528DU4VSL3H1N19MV5RB' where id=47; -update noar ti set v0='AXWTUPJFKOTIA2IGWM4MX9SBKLG9Y2GM0NBE9DAISHQOS4I5ZYXRNXZ631JY9S48RY2IRQCBHF457P1G20HXOUHGYN54U06QE9KHLVDIEWR1IF34B12VVM5CUZLDYN5W6BM20EGYUJRV9S5AWO5WU7D14D5WOW7P0FPG9WXZLXPUPNTKS4VXESSISW6BM1P5UDIUGBII7370S9UJFXF4P0SA55RK9Y47P92FAE6QKG2HS528DU4VSL3H1N19MV5RB' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='U5HRVCAYKV0YX0Z7UFWFRFMGQZOL74CRFPA12V5RQHAOAB8WHT2GQTRWBBNMZ9ZEKM7P5CCGTNBYY5N3OHM520HNB01TRJBS9JRG6ZBGWEWNKPSNHJHB1B0Q4GWCDHLO24NMGC8KFGXKC7F8CIOA33PQODFSZCBLM55BE3P41S9COGW04H0KC767XWMUWDS879SA7MRDMXA09I0IUCXWZUWDDB5FP3Z3LXXYQ1JCDGXE9RQNO8PFGSU2GYBTPAXBU' where id=47; -update noar ti set v1='U5HRVCAYKV0YX0Z7UFWFRFMGQZOL74CRFPA12V5RQHAOAB8WHT2GQTRWBBNMZ9ZEKM7P5CCGTNBYY5N3OHM520HNB01TRJBS9JRG6ZBGWEWNKPSNHJHB1B0Q4GWCDHLO24NMGC8KFGXKC7F8CIOA33PQODFSZCBLM55BE3P41S9COGW04H0KC767XWMUWDS879SA7MRDMXA09I0IUCXWZUWDDB5FP3Z3LXXYQ1JCDGXE9RQNO8PFGSU2GYBTPAXBU' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SS4H5RR972GX6AC6L42C5NSQK1EPB2RZ3339ZIP8S6LBDZX9LNKF5D6DAX8EFV0HW3WCI7E4HPPYP3Q1GJRCD2F98FAR4D2526LBFVWF5F3X546B8C82D6KTC633L1BSWCKRF4MYFWOW4M9NVRAYQILXAS4XZ206T3H3K1R9V6EAH79XM6T1KJPH8N2CGY2G9JJM7ZVTKMWXXWWUMZG737VKB1441EA53REMQI9303XF96GS7JQRHAVMBCKFL15AE' where id=47; -update noar ti set v2='SS4H5RR972GX6AC6L42C5NSQK1EPB2RZ3339ZIP8S6LBDZX9LNKF5D6DAX8EFV0HW3WCI7E4HPPYP3Q1GJRCD2F98FAR4D2526LBFVWF5F3X546B8C82D6KTC633L1BSWCKRF4MYFWOW4M9NVRAYQILXAS4XZ206T3H3K1R9V6EAH79XM6T1KJPH8N2CGY2G9JJM7ZVTKMWXXWWUMZG737VKB1441EA53REMQI9303XF96GS7JQRHAVMBCKFL15AE' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='OUX8FNHCWK1ZK9IHMWM8RMU1N006C2AFDN17KHGJJSOD8ZL3K7R6FWR8LIVSR0DLGHIFR4SO6EMXXOPZ3RZSEDQ70JJIW0COS50W4MIPUZ4PFZUHNDDBP3PFCMEQQIXUMN0E82BPR2DTMQEBLAZA7ON3QX7V612H4UO6H9ZK1Q9IQT4G95APIRXDNNLFZQTOZPWNNNJ67MHTRMN2T49PTZH9H55GXEE4PY6I551NZAVD5NRVOMXZ1MRQNWC2RY6W7' where id=47; -update noar ti set v3='OUX8FNHCWK1ZK9IHMWM8RMU1N006C2AFDN17KHGJJSOD8ZL3K7R6FWR8LIVSR0DLGHIFR4SO6EMXXOPZ3RZSEDQ70JJIW0COS50W4MIPUZ4PFZUHNDDBP3PFCMEQQIXUMN0E82BPR2DTMQEBLAZA7ON3QX7V612H4UO6H9ZK1Q9IQT4G95APIRXDNNLFZQTOZPWNNNJ67MHTRMN2T49PTZH9H55GXEE4PY6I551NZAVD5NRVOMXZ1MRQNWC2RY6W7' where id=47; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MB5H1GDPS1VCHQ9PW1EDK84A367DLALIB92THATAP0MY21UZSLKIQMVALPITBWYZ1T6DKOMNMDJ26BP7P29QOFVY0Q1QGQ1DS4JPNKH5IJO1I1YRV3SSWBTFRF14ITYQD7FU7PV0IGUJ1A21XP8CF3ZJ9T7QB5T9OOAQPGJ0KVOM6GYJ7WA369TOV7TDRGQU1GEFYLSYRIWTTGCN6C07EQAYX9MF399JCZ3OBTDH9WDKFERXJGO95DAAIPAF0H4YK' where id=48; -update noar ti set v0='MB5H1GDPS1VCHQ9PW1EDK84A367DLALIB92THATAP0MY21UZSLKIQMVALPITBWYZ1T6DKOMNMDJ26BP7P29QOFVY0Q1QGQ1DS4JPNKH5IJO1I1YRV3SSWBTFRF14ITYQD7FU7PV0IGUJ1A21XP8CF3ZJ9T7QB5T9OOAQPGJ0KVOM6GYJ7WA369TOV7TDRGQU1GEFYLSYRIWTTGCN6C07EQAYX9MF399JCZ3OBTDH9WDKFERXJGO95DAAIPAF0H4YK' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WS7R7FP866JN1TTU7QFKA4URDL1IS3ENK8PL5YPOGILQ76VUFO9Y362VTAHA19J3VM4WMZON3U0KU80KCEL6G3AR9HXHFPJ98RP3YAD9IEZBTK7FU8L512R3Q3JO2EAFYLY7RONZTGZ44DF66IGNA0E2NKF8GBELZIRS55I7VOD7CTM3M60PDIACWRZAOA61NHC8BCWI8CDROUYKK0OHYGX18O71HZLHON3U3TAGPB9MJN3CCCSRW0EF0WS7H18HD' where id=48; -update noar ti set v1='WS7R7FP866JN1TTU7QFKA4URDL1IS3ENK8PL5YPOGILQ76VUFO9Y362VTAHA19J3VM4WMZON3U0KU80KCEL6G3AR9HXHFPJ98RP3YAD9IEZBTK7FU8L512R3Q3JO2EAFYLY7RONZTGZ44DF66IGNA0E2NKF8GBELZIRS55I7VOD7CTM3M60PDIACWRZAOA61NHC8BCWI8CDROUYKK0OHYGX18O71HZLHON3U3TAGPB9MJN3CCCSRW0EF0WS7H18HD' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='OURRGQBAB4425PAAVQDZCSF3DEWUW1CVBB3C7UCCKJSWRR1D4IFS7P8UMI59MIO6YOAH3AJUAHBT05416W8WH5501TFITBJGRWQM61Q4IND4GH8L85ZBULJQOX54XT51AXUASK179GJRJWTIH8MXFORV4Z9Y9DIBBDF6VC5MWBCOVBLCQU6WX8PGP59B4G7HVT1TOA2ULTNJX5OAP6WVU92RI1M47SIHHPI6FV3F68KRO27T572PN5NIGL6TOG2BO' where id=48; -update noar ti set v2='OURRGQBAB4425PAAVQDZCSF3DEWUW1CVBB3C7UCCKJSWRR1D4IFS7P8UMI59MIO6YOAH3AJUAHBT05416W8WH5501TFITBJGRWQM61Q4IND4GH8L85ZBULJQOX54XT51AXUASK179GJRJWTIH8MXFORV4Z9Y9DIBBDF6VC5MWBCOVBLCQU6WX8PGP59B4G7HVT1TOA2ULTNJX5OAP6WVU92RI1M47SIHHPI6FV3F68KRO27T572PN5NIGL6TOG2BO' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='M2GZYWGU6K2Z1BRUCDWQM4MX6YZ0VHVWKMVIH3YTKBQNXUYGIVEYKCIIA80205LX9OYPVGWFDOWUQBQENQQCT0CDEJ59HVFTTG7J4EG455TAXBDIHSZMZWKK9AZ6118VHSOGVEINMWWWWZUGGM79GAT5PZKI1WR8EA6J24XGGCOVKLK77UWA8LJ91GZLFEI0F0QUVBAGX4125SAJXK2HBKJMVD165V4W8DCLS3UCVWZXPPFDO6QBWHDXRKFKALR86' where id=48; -update noar ti set v3='M2GZYWGU6K2Z1BRUCDWQM4MX6YZ0VHVWKMVIH3YTKBQNXUYGIVEYKCIIA80205LX9OYPVGWFDOWUQBQENQQCT0CDEJ59HVFTTG7J4EG455TAXBDIHSZMZWKK9AZ6118VHSOGVEINMWWWWZUGGM79GAT5PZKI1WR8EA6J24XGGCOVKLK77UWA8LJ91GZLFEI0F0QUVBAGX4125SAJXK2HBKJMVD165V4W8DCLS3UCVWZXPPFDO6QBWHDXRKFKALR86' where id=48; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AO8D9J3S7JLAIEP1567XBBM1YRUQ7R9TTBOOUCNW1WWEBVB43X0CU7VO90UC42FQUATL201RCV6QF476ELOBZEFI2J7RJZ94OR9CFTJZ1GZRJ0BO0MFLYIQD8YQ79NTMYM6P768O0GENJT4HQTMMITS5Z6TE1HY1EYTH12C0WIXI3H10BDQHOMQH9XPWN7PKBNRKVSEDQBANGB90IARLZNRP77IBID3YRG3LZUAF12DY7HJ1CCK05TR5PVGPFTZ03' where id=49; -update noar ti set v0='AO8D9J3S7JLAIEP1567XBBM1YRUQ7R9TTBOOUCNW1WWEBVB43X0CU7VO90UC42FQUATL201RCV6QF476ELOBZEFI2J7RJZ94OR9CFTJZ1GZRJ0BO0MFLYIQD8YQ79NTMYM6P768O0GENJT4HQTMMITS5Z6TE1HY1EYTH12C0WIXI3H10BDQHOMQH9XPWN7PKBNRKVSEDQBANGB90IARLZNRP77IBID3YRG3LZUAF12DY7HJ1CCK05TR5PVGPFTZ03' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XCKZM3OD2Z7IVD51S1UZKBLJOBHZ21CA37Z0ZLXXXU9WWPGHHKF8B7WIISUTNZ9XV48UMBS92BGSUKW1G1K0AEND4PEC7X5TUIGYOSOTUELEV5GRAO686I6SLPHO3HDM0JX9NO3BRNE44IZ9EKY0VR225LWRSLP8Z6OZTGN2O7BAD9DBRRS8VZ3O87ZDZO8X2UAS7UCFUF8T7PZ0BSAU2T4X91N9EXA8FDYQSNGKRMJOC1Y0IJA6Q6P8H1MBRQTLZ' where id=49; -update noar ti set v1='XCKZM3OD2Z7IVD51S1UZKBLJOBHZ21CA37Z0ZLXXXU9WWPGHHKF8B7WIISUTNZ9XV48UMBS92BGSUKW1G1K0AEND4PEC7X5TUIGYOSOTUELEV5GRAO686I6SLPHO3HDM0JX9NO3BRNE44IZ9EKY0VR225LWRSLP8Z6OZTGN2O7BAD9DBRRS8VZ3O87ZDZO8X2UAS7UCFUF8T7PZ0BSAU2T4X91N9EXA8FDYQSNGKRMJOC1Y0IJA6Q6P8H1MBRQTLZ' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HX8HWM57ZA4REZHCZ5QIFX3EHDZ5VOQALTPQ9RGTUREZD61Q2EE71ARF7Q070OECZOR74YX0VMXQ8OUOWG5U1JYJXRKLFY9OKJ1W5G19WZN3RYNTLBJTFWV66CCRGWCDS984LVZ2MX00PFU5O1PEVR6NZEDN91BYU3YNR88HI3VZ1L926IYZF7UTJOUJ7J3I6LT8KAOTF0EJXK9K2MYTAHJM430XVQ3CX1Q8D59FBWJCBBYD285SMF9MGHOZUMJX2' where id=49; -update noar ti set v2='HX8HWM57ZA4REZHCZ5QIFX3EHDZ5VOQALTPQ9RGTUREZD61Q2EE71ARF7Q070OECZOR74YX0VMXQ8OUOWG5U1JYJXRKLFY9OKJ1W5G19WZN3RYNTLBJTFWV66CCRGWCDS984LVZ2MX00PFU5O1PEVR6NZEDN91BYU3YNR88HI3VZ1L926IYZF7UTJOUJ7J3I6LT8KAOTF0EJXK9K2MYTAHJM430XVQ3CX1Q8D59FBWJCBBYD285SMF9MGHOZUMJX2' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GNK7N79NMO26ME4T9KR9W4L8G8252XOYJVKGG3UF8K0CXS9YKT7V75YBZHMDSL8XVGGLI50SSDKX0MPDVRR91YGM3YWKOBI9ZKDZ6YLMX6XST30TX98XKUZHOE2PIR4P3ND98UAVQ0N1TDXZ8979OCOG9CZYVQMT3AC72VQZ9SN78WW41GEKAODMR7FI1DXR91AIBOAQ0VS6QEIO5Q3EQHJKR3QD312WC3OQ5RHX45ELD10QNZFLR81V8DR8IJ8WD' where id=49; -update noar ti set v3='GNK7N79NMO26ME4T9KR9W4L8G8252XOYJVKGG3UF8K0CXS9YKT7V75YBZHMDSL8XVGGLI50SSDKX0MPDVRR91YGM3YWKOBI9ZKDZ6YLMX6XST30TX98XKUZHOE2PIR4P3ND98UAVQ0N1TDXZ8979OCOG9CZYVQMT3AC72VQZ9SN78WW41GEKAODMR7FI1DXR91AIBOAQ0VS6QEIO5Q3EQHJKR3QD312WC3OQ5RHX45ELD10QNZFLR81V8DR8IJ8WD' where id=49; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='37HT7BYR78EERPH9RVTTIOBKTLDDE9S7WVA8ZUA76MVVW2Q10E6AT0BNWCSDFB0B0HJ802F2LN6CGQJ0DU6DJ8G37WONMW0KHOFJQOVHT3YQN3FR3IFT6L90958O9AMBASZ2CEJDJT8GV0XQ67ZYC7T6PJHYS7OSITUI1126TMFUW3ADSJZBKQKJQR5B2PGVABS2V62ZKZRQDC48YAV2HV7XOGJRQQAF736COH274QB9Z0Y6M9GCQHFP9PXWRNNMH' where id=50; -update noar ti set v0='37HT7BYR78EERPH9RVTTIOBKTLDDE9S7WVA8ZUA76MVVW2Q10E6AT0BNWCSDFB0B0HJ802F2LN6CGQJ0DU6DJ8G37WONMW0KHOFJQOVHT3YQN3FR3IFT6L90958O9AMBASZ2CEJDJT8GV0XQ67ZYC7T6PJHYS7OSITUI1126TMFUW3ADSJZBKQKJQR5B2PGVABS2V62ZKZRQDC48YAV2HV7XOGJRQQAF736COH274QB9Z0Y6M9GCQHFP9PXWRNNMH' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='M2UYZV7J77TIQRXJXXOIV7AHONHGSGR85FSDETGPJAGIN4WP7WA4INPXCC1UKW38MYWIMPZOQVM7BQJXKVBOB9LRVL2FNAKP3U6SKTVQ4VAW2PNKRNBMJ9SXLJNBWBUJEUXFPL30SXBW2PVKII5AGTPT9MGL2NXMCGX23PRU5O0769FS4Z9AYQ9CCWKZ4FB3H265QPRGL2JZ6DG4U4WJUIA5TAJB439F2APCSHVGCUV0SPVUGUADCS33MIZTBHM3J' where id=50; -update noar ti set v1='M2UYZV7J77TIQRXJXXOIV7AHONHGSGR85FSDETGPJAGIN4WP7WA4INPXCC1UKW38MYWIMPZOQVM7BQJXKVBOB9LRVL2FNAKP3U6SKTVQ4VAW2PNKRNBMJ9SXLJNBWBUJEUXFPL30SXBW2PVKII5AGTPT9MGL2NXMCGX23PRU5O0769FS4Z9AYQ9CCWKZ4FB3H265QPRGL2JZ6DG4U4WJUIA5TAJB439F2APCSHVGCUV0SPVUGUADCS33MIZTBHM3J' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FP83NGEV9S1FG0GW9R022EWXKFSLJ5ERTIEK2KO05FGPNPUAVYGNKNNQLVPYXS2C988FHSVGJ3UGXJXTE1MAC8DZAAQ6XM71XR2HHFSYQ4DJ3EHWKSTRU72XGAU3A1Z95J1UL4CYFM0DKZDCYCKXOZETZX37EPCZ1JOTAMLFM0BUQC4BKNGUK5K82FKVXR7Z9RN8G1UQKF2A7MHV22PZXYERT0ICT3QD9C1JFN2XMROQPEAONYCABVRR8HNF6KHEN' where id=50; -update noar ti set v2='FP83NGEV9S1FG0GW9R022EWXKFSLJ5ERTIEK2KO05FGPNPUAVYGNKNNQLVPYXS2C988FHSVGJ3UGXJXTE1MAC8DZAAQ6XM71XR2HHFSYQ4DJ3EHWKSTRU72XGAU3A1Z95J1UL4CYFM0DKZDCYCKXOZETZX37EPCZ1JOTAMLFM0BUQC4BKNGUK5K82FKVXR7Z9RN8G1UQKF2A7MHV22PZXYERT0ICT3QD9C1JFN2XMROQPEAONYCABVRR8HNF6KHEN' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YEV58MS7K3YGU404NGCT58AWBHF392C5LBUJGHP9PZSB9IIQAFBH8S74TQ6HSMO4NZDULW4H5PKMZ2KUTESKFC93GRP1O83QSG85ILG4WPZNW778PTQD8GHO2ILAVQX1T72GXYXE46ELH5JOQOHB1IJMIXQ7SQMB38QR58PFFTGOT626JM1C4TWN5RROFMEPDENLHTD0PONBFP6PGQQCLWUNGW3KCHM9PBWC4QYSXOVWN8HCHIYWVT4S9MQZXZXTM' where id=50; -update noar ti set v3='YEV58MS7K3YGU404NGCT58AWBHF392C5LBUJGHP9PZSB9IIQAFBH8S74TQ6HSMO4NZDULW4H5PKMZ2KUTESKFC93GRP1O83QSG85ILG4WPZNW778PTQD8GHO2ILAVQX1T72GXYXE46ELH5JOQOHB1IJMIXQ7SQMB38QR58PFFTGOT626JM1C4TWN5RROFMEPDENLHTD0PONBFP6PGQQCLWUNGW3KCHM9PBWC4QYSXOVWN8HCHIYWVT4S9MQZXZXTM' where id=50; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L02SLSQNFP6MNF48RGP7WVWH0TWBROBHU26EP167Q5BUMEZQHDDJZ0G5TVDM0QHA9ZV4Z0OB96NBPQOGL30EBXWX2Z30AF2F9W3JPQXLR9SAPB0YIHMPK9NPB1MGL9SQU1OPKRHFJU2GNBWVQQRG2IYPX18UITGOLZKZH5SHDBH3UTRZ54INUXBL9SK7KL83VSH0D6OSX6RHAJ9JZZJW9JJ3G5HUZE4TWNJS5NNLOQ2OTSOVO3QB015LLWAHKJ8T2' where id=51; -update noar ti set v0='L02SLSQNFP6MNF48RGP7WVWH0TWBROBHU26EP167Q5BUMEZQHDDJZ0G5TVDM0QHA9ZV4Z0OB96NBPQOGL30EBXWX2Z30AF2F9W3JPQXLR9SAPB0YIHMPK9NPB1MGL9SQU1OPKRHFJU2GNBWVQQRG2IYPX18UITGOLZKZH5SHDBH3UTRZ54INUXBL9SK7KL83VSH0D6OSX6RHAJ9JZZJW9JJ3G5HUZE4TWNJS5NNLOQ2OTSOVO3QB015LLWAHKJ8T2' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TXPG9ZZWW0R5EWHR1AWDMBAYHOF2JEYO1Z28SQ21V1ECQFW9L20ITYB0BOPWA6T9XEY56FTQWBPCZZDQMZ3XOCRWH6H0C7Z4L879UA8B1KLQK0JOMLK0V67HO1D181Q1CAAPEXNQ0ZA9IZXX8XBASO844UN3RGXCTA1YU53AE6T37TQ383UZPWTGBAZ8GHZ5MZWJHQ4I5GR1DLPDHW8XC6OA04R6BTBIEHLSYXYZX1X7QNI1R66QAW85FZWP4SYSX' where id=51; -update noar ti set v1='TXPG9ZZWW0R5EWHR1AWDMBAYHOF2JEYO1Z28SQ21V1ECQFW9L20ITYB0BOPWA6T9XEY56FTQWBPCZZDQMZ3XOCRWH6H0C7Z4L879UA8B1KLQK0JOMLK0V67HO1D181Q1CAAPEXNQ0ZA9IZXX8XBASO844UN3RGXCTA1YU53AE6T37TQ383UZPWTGBAZ8GHZ5MZWJHQ4I5GR1DLPDHW8XC6OA04R6BTBIEHLSYXYZX1X7QNI1R66QAW85FZWP4SYSX' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='90I06DOQD2WMCSHO3DMYUX0JX8E13HRTF4G00Z6P2J33BLLUB4105474BIDK426DO8NLVS8V17G7V9RX9AH292GF4BUZNEECW6Z496HWG5U7LXEFEW42WA3QV5CKSQNVIOFYZVZUD1MRU82J5WPNLUFIBAW4C2APG5LR3SR0WKN6RWS83YM23FXNWPBUB6OU49EKP9M5B64NI8QABYG1D8V4CROHCQRZMXF5BT23YLS5RGVWCNOHZ3Q4VNGGMKJQR' where id=51; -update noar ti set v2='90I06DOQD2WMCSHO3DMYUX0JX8E13HRTF4G00Z6P2J33BLLUB4105474BIDK426DO8NLVS8V17G7V9RX9AH292GF4BUZNEECW6Z496HWG5U7LXEFEW42WA3QV5CKSQNVIOFYZVZUD1MRU82J5WPNLUFIBAW4C2APG5LR3SR0WKN6RWS83YM23FXNWPBUB6OU49EKP9M5B64NI8QABYG1D8V4CROHCQRZMXF5BT23YLS5RGVWCNOHZ3Q4VNGGMKJQR' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XSVOFDOIVFWQXX8CTHTBUFDSPDAGU8OMD18HUFYEY4TFA04CSAMLQZGHSO29VDQPQTKTP1JQGGHWJJNH1K30633EZP20DDPXD7B6SLPNACGV1U6CVRZX76FA6OVWLP1ZQ0UNG34NHL7X8L8IPK03YT9TN24K0C5F5XWY9LIJPOD70G4XJBXZBZLWDCHC15BY6VG4O7H1WCH90F06YHJ1KXDQW7S52BBETH613H6RLU5MPVT2VAVJYWMRE7F9G6F3E' where id=51; -update noar ti set v3='XSVOFDOIVFWQXX8CTHTBUFDSPDAGU8OMD18HUFYEY4TFA04CSAMLQZGHSO29VDQPQTKTP1JQGGHWJJNH1K30633EZP20DDPXD7B6SLPNACGV1U6CVRZX76FA6OVWLP1ZQ0UNG34NHL7X8L8IPK03YT9TN24K0C5F5XWY9LIJPOD70G4XJBXZBZLWDCHC15BY6VG4O7H1WCH90F06YHJ1KXDQW7S52BBETH613H6RLU5MPVT2VAVJYWMRE7F9G6F3E' where id=51; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L0ZPPT7SS7BAVC7TR9C68FWR0WAA78EN1SX4R31ZI74CRBA4L35LEZZEJVDIZ0SJZBIRDBF2RA1RE2U5A5O1UCP9L7EBL8W7A3ZQ4ES2XZ83ZQW16YQUA1UDOFB3ZUHLEJVAOR54S3QBZQANO20I9KJCXJAS5YT82MTXN1CIGWH2JVIYHOB5V0BEB5MLQ0HHG6IXEI5GONM6YZA01QHJR8MLEPRVNM8DBUYVQ473KB54GF5LO35OG0UTT4Y05DLNL' where id=52; -update noar ti set v0='L0ZPPT7SS7BAVC7TR9C68FWR0WAA78EN1SX4R31ZI74CRBA4L35LEZZEJVDIZ0SJZBIRDBF2RA1RE2U5A5O1UCP9L7EBL8W7A3ZQ4ES2XZ83ZQW16YQUA1UDOFB3ZUHLEJVAOR54S3QBZQANO20I9KJCXJAS5YT82MTXN1CIGWH2JVIYHOB5V0BEB5MLQ0HHG6IXEI5GONM6YZA01QHJR8MLEPRVNM8DBUYVQ473KB54GF5LO35OG0UTT4Y05DLNL' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PWI8CZ9UWFWBDES4AVY04QUTPTF2QC3KERXSNWUJS1U636EP6KEEOTXSDLW4QVF7Z662Z3V7XRTJEA4PMQ1NAH8H3OLEUVQ7IAKMJD87286B2LVQQ63TD6YVG2H1XFY5TPLEVBUJYGK7IL7JI140LJ3Z110LQ1YZPIH0NC63DM1ZIJI9FY43P9NXYF75XJHPVQMPWTD1AVRAB8O8SRZ9KICCNQ7X03LVYWOV7D4VKB1ISDAXFLOVCSR4P875AQAWJ' where id=52; -update noar ti set v1='PWI8CZ9UWFWBDES4AVY04QUTPTF2QC3KERXSNWUJS1U636EP6KEEOTXSDLW4QVF7Z662Z3V7XRTJEA4PMQ1NAH8H3OLEUVQ7IAKMJD87286B2LVQQ63TD6YVG2H1XFY5TPLEVBUJYGK7IL7JI140LJ3Z110LQ1YZPIH0NC63DM1ZIJI9FY43P9NXYF75XJHPVQMPWTD1AVRAB8O8SRZ9KICCNQ7X03LVYWOV7D4VKB1ISDAXFLOVCSR4P875AQAWJ' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CI0801VOLLZWCYYZVBL3M0PDXTMXOOHTRZWFNF7XSIZRL6E8U22KU09WH08Q9FBEJG9M9QY9NA89G3LBB8JAOUPO1LI1ZX49BMV6P7YQHDBL8G9ABZISV2BTA0G7HOOT6UKIM67JOFLVDQ137JM5OUPQLLSPX1Z4SWV2OD3L6LAPTWFF7QY9YTPVWRWDEBRWC2GZ5V52J3JUAWGF1DG93ODJE09FMZ8YEZ7U13HNUA60SX1BTD1SJS094E07FPX33' where id=52; -update noar ti set v2='CI0801VOLLZWCYYZVBL3M0PDXTMXOOHTRZWFNF7XSIZRL6E8U22KU09WH08Q9FBEJG9M9QY9NA89G3LBB8JAOUPO1LI1ZX49BMV6P7YQHDBL8G9ABZISV2BTA0G7HOOT6UKIM67JOFLVDQ137JM5OUPQLLSPX1Z4SWV2OD3L6LAPTWFF7QY9YTPVWRWDEBRWC2GZ5V52J3JUAWGF1DG93ODJE09FMZ8YEZ7U13HNUA60SX1BTD1SJS094E07FPX33' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CAS3QUFXWJLZ11XBP5SBRBWCHRB4YTFVDK8CRBS4NX9P0UHDRVR9BWF8GC0FVTZO3N4QYJE85DTSZ2Q9RTMR2Z32EFMEC9IA9CGP1LO27L110BMCPVH0I4E96Y8K7Y41A2L8XSYQVQ3CTMDS99M9WOAGIH5Q9KJOX3J2MMBQSR4MJA7V3DFZ0ZNM2QW9ACEN14MBY2KIFTQJVN1A6W0YSE6V014MDIPRRYAHTRGL5431V84L1GRCS1LIKJ4SIOGWX' where id=52; -update noar ti set v3='CAS3QUFXWJLZ11XBP5SBRBWCHRB4YTFVDK8CRBS4NX9P0UHDRVR9BWF8GC0FVTZO3N4QYJE85DTSZ2Q9RTMR2Z32EFMEC9IA9CGP1LO27L110BMCPVH0I4E96Y8K7Y41A2L8XSYQVQ3CTMDS99M9WOAGIH5Q9KJOX3J2MMBQSR4MJA7V3DFZ0ZNM2QW9ACEN14MBY2KIFTQJVN1A6W0YSE6V014MDIPRRYAHTRGL5431V84L1GRCS1LIKJ4SIOGWX' where id=52; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='F9Y7SXJEGYF82G7OCV8JBC0XC895SAD409K42N9FPADHWKIEYT7WH0IZQ1SYEXBD22XV4FTGBTUO9JTI9KCTSX5W0F0AN3Z1I89NHWIYNQTCZ9QLO6BLART4L3HLEYR7PPHX0651ABD7UZL587JFGND5AJHJZJMBR8INF5UUDR86PZIOZQCNIIELH9D59C9BYKUT1IVOWWLCRRMXA9ZKIQNDBMIQ2V7OXU8A5MMSB4NFQVP1SLEZTCWWA018RSGQX' where id=53; -update noar ti set v0='F9Y7SXJEGYF82G7OCV8JBC0XC895SAD409K42N9FPADHWKIEYT7WH0IZQ1SYEXBD22XV4FTGBTUO9JTI9KCTSX5W0F0AN3Z1I89NHWIYNQTCZ9QLO6BLART4L3HLEYR7PPHX0651ABD7UZL587JFGND5AJHJZJMBR8INF5UUDR86PZIOZQCNIIELH9D59C9BYKUT1IVOWWLCRRMXA9ZKIQNDBMIQ2V7OXU8A5MMSB4NFQVP1SLEZTCWWA018RSGQX' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MRBFQBTUE41O7ZNL2YQ81SOWIEF1V4Y8UNVZ3K8MWCNCRAYNTCMHFEG3KAP3I08FIN3TJPGJTW6BH8FH06Y97N9SWOQNE5BGKNLNVRRQPSW4VBPT7W1SGK5ZXXA1341JCE3QB83S8BOMCXZC5MU6V8XVXEO5NIK2CC4EU8VMPSDAHKNU22M8RXP4KU2MYXEENQWDXYBSF41EAW177715PGQ7GD0M2O2A21KXFMZ259FDPJFP0VXJOEYF79255ZCQ4' where id=53; -update noar ti set v1='MRBFQBTUE41O7ZNL2YQ81SOWIEF1V4Y8UNVZ3K8MWCNCRAYNTCMHFEG3KAP3I08FIN3TJPGJTW6BH8FH06Y97N9SWOQNE5BGKNLNVRRQPSW4VBPT7W1SGK5ZXXA1341JCE3QB83S8BOMCXZC5MU6V8XVXEO5NIK2CC4EU8VMPSDAHKNU22M8RXP4KU2MYXEENQWDXYBSF41EAW177715PGQ7GD0M2O2A21KXFMZ259FDPJFP0VXJOEYF79255ZCQ4' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='YFRBEYDP8189782U16KDH6YKK1PFYYLSPF6ZZBJR4YZ6HY9U1NJWPBUQNKZM95U21272FISYKZW9S4NZQEBIDFKN2IO58LPMTT2M8E6TMQDEVQQQ2CY19IM8MHN1FY04947C9KTQJS6WY20O0K1WKJCLOQWPNPB64FPIACPEC00RVJSSSS7B7QFFWXE2U2NBR6O9EOBTUFG72ZJWNE9OW6C5CCJ9J1PNKBHXZ8W2GRPPML059CJ65FJTQP0TA6JXT' where id=53; -update noar ti set v2='YFRBEYDP8189782U16KDH6YKK1PFYYLSPF6ZZBJR4YZ6HY9U1NJWPBUQNKZM95U21272FISYKZW9S4NZQEBIDFKN2IO58LPMTT2M8E6TMQDEVQQQ2CY19IM8MHN1FY04947C9KTQJS6WY20O0K1WKJCLOQWPNPB64FPIACPEC00RVJSSSS7B7QFFWXE2U2NBR6O9EOBTUFG72ZJWNE9OW6C5CCJ9J1PNKBHXZ8W2GRPPML059CJ65FJTQP0TA6JXT' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='LVM1V0I9MZ3SOPEVCLGTBIIACYI2SUING6FEEFWK5WR0T6WHQAB8RD0M2ILS5S1GYV34Z03JEK1Z4BTQUM62CYQTMHJUYU4H1YHQPEERDXYTENM3BGALT5FIFPYP7X0JL98OY9QVKF27BTAA8PWS8BW7BAL71UASZLDQMF8U01S5EBUM0DIC5NAI5F19OTDEKKI7KBHMV51317E4LMHEGGAM22X04PHJLL8NN6PX9UYHS6B8687FEVY6MIC7YBJXZ' where id=53; -update noar ti set v3='LVM1V0I9MZ3SOPEVCLGTBIIACYI2SUING6FEEFWK5WR0T6WHQAB8RD0M2ILS5S1GYV34Z03JEK1Z4BTQUM62CYQTMHJUYU4H1YHQPEERDXYTENM3BGALT5FIFPYP7X0JL98OY9QVKF27BTAA8PWS8BW7BAL71UASZLDQMF8U01S5EBUM0DIC5NAI5F19OTDEKKI7KBHMV51317E4LMHEGGAM22X04PHJLL8NN6PX9UYHS6B8687FEVY6MIC7YBJXZ' where id=53; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ADFWI0G6MCB2ET4MQVWSOGJWVZ0RUNCG0SMSC2U35CLW3DWP8K6W3ZKM6N1TCPY4U82GOI7LZFTWTG4E087X4VPKE0L3HPNBMTGAKYMVZZ03TIB2GM07C4JFOTT05TOCV7RV25KT45TM30CEK86YW904O6J2O5DOFEYK5U3CEUB319TWTF3JJ4PPSWOQVHFOTPI0HT5BYI6AX3FUUAN4LPV8I9NJ5VLYCJZC3OH81MS98UGR5GHBHLDA8W28N97M5' where id=54; -update noar ti set v0='ADFWI0G6MCB2ET4MQVWSOGJWVZ0RUNCG0SMSC2U35CLW3DWP8K6W3ZKM6N1TCPY4U82GOI7LZFTWTG4E087X4VPKE0L3HPNBMTGAKYMVZZ03TIB2GM07C4JFOTT05TOCV7RV25KT45TM30CEK86YW904O6J2O5DOFEYK5U3CEUB319TWTF3JJ4PPSWOQVHFOTPI0HT5BYI6AX3FUUAN4LPV8I9NJ5VLYCJZC3OH81MS98UGR5GHBHLDA8W28N97M5' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0SVFOEMGZ3H24E1ATRK5UFXXZ7N9TVDSA59V4OCY2EWR5PL5L6QQLPMZNW5GDK3L7CEK4AJ05G4NCVBKMR4AFDAFYVOX96X6ZMFTXIDQ1M3XER1W8FHVW69A5B604KGHNBSPS03NSY4E54PAYFD8Y4284H2VN2CD7XE35MIQTOZDOK77PP8IFRT45PN8JX9OIJSNGI2XKJW5X96GN1XUUPO4B0NPQX6VT3QZC7I6A2TXJ4VMT8DW00P9EQM9BGMQM' where id=54; -update noar ti set v1='0SVFOEMGZ3H24E1ATRK5UFXXZ7N9TVDSA59V4OCY2EWR5PL5L6QQLPMZNW5GDK3L7CEK4AJ05G4NCVBKMR4AFDAFYVOX96X6ZMFTXIDQ1M3XER1W8FHVW69A5B604KGHNBSPS03NSY4E54PAYFD8Y4284H2VN2CD7XE35MIQTOZDOK77PP8IFRT45PN8JX9OIJSNGI2XKJW5X96GN1XUUPO4B0NPQX6VT3QZC7I6A2TXJ4VMT8DW00P9EQM9BGMQM' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='KU18A9HPHCO93FHXGDH4MMSSX2U9MASPMNU6XSGK5FT2KEAIFSEM0CA4M3VO9OPIVG29S5Y4K40G53SOTEZ2R521PEWY6L185E5M1456W8EAVCIWXZU5WCPB31094WT5IVU7TNPZ8FIKNH5ALMWSE5AK0UZ5NRFF80GSRYKPYZTECQYC7NXS6PLESLBES36K2T6HT2RDUMWWPR2KQMAPNPYNIK1HFXCU3AMYKAI97D74O55E5OGHNWNLXOXGURD3B' where id=54; -update noar ti set v2='KU18A9HPHCO93FHXGDH4MMSSX2U9MASPMNU6XSGK5FT2KEAIFSEM0CA4M3VO9OPIVG29S5Y4K40G53SOTEZ2R521PEWY6L185E5M1456W8EAVCIWXZU5WCPB31094WT5IVU7TNPZ8FIKNH5ALMWSE5AK0UZ5NRFF80GSRYKPYZTECQYC7NXS6PLESLBES36K2T6HT2RDUMWWPR2KQMAPNPYNIK1HFXCU3AMYKAI97D74O55E5OGHNWNLXOXGURD3B' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PCQKPKVK305WUYEQ6YG3BVVQPEE58UD3ST6IV3406AS8EWQX064ZB1724J4M4EA4I9BF6L9KZB774JLF8SUPP49DQL641SNIR01T2SDT9VE84UNTJBPWDMECC4A3V0M5NLDL08ZYXLYJ0H4QVPXVUHXB5IWSVI06ZXGYM18THWEXGURXRCP5YBGJB0CFRQ43IVWT8O2NOWZ2T3XLUZEP5N5S2YOK08686MM08DQULZZCJ8DMCTQK7Z6LQA7J0ZGNS' where id=54; -update noar ti set v3='PCQKPKVK305WUYEQ6YG3BVVQPEE58UD3ST6IV3406AS8EWQX064ZB1724J4M4EA4I9BF6L9KZB774JLF8SUPP49DQL641SNIR01T2SDT9VE84UNTJBPWDMECC4A3V0M5NLDL08ZYXLYJ0H4QVPXVUHXB5IWSVI06ZXGYM18THWEXGURXRCP5YBGJB0CFRQ43IVWT8O2NOWZ2T3XLUZEP5N5S2YOK08686MM08DQULZZCJ8DMCTQK7Z6LQA7J0ZGNS' where id=54; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='196RZHXSWGM81DT1VMWLAC2Y17JN2SP7FL9RRY3RDVXAEZYR5L61IGN2I2WXLBDXC6Z8DOU2OV8USNYWUPJA7JMLSNN3AG4DUM0A7XD8X9OPRAQDFKWJ6JNRQ8X2O9ERIR6A8VPUHEMTK6Q2J03DIZ7LYQ0XBIMMJ1JI65R3DW677LWG4Y560KMTQEQFHL7ROUASJ4UQWPNF6MDJG2W26KQOOCERQHA9JMWMGDLET359PK0Y4C1EPSES4PPPZL8YO' where id=55; -update noar ti set v0='196RZHXSWGM81DT1VMWLAC2Y17JN2SP7FL9RRY3RDVXAEZYR5L61IGN2I2WXLBDXC6Z8DOU2OV8USNYWUPJA7JMLSNN3AG4DUM0A7XD8X9OPRAQDFKWJ6JNRQ8X2O9ERIR6A8VPUHEMTK6Q2J03DIZ7LYQ0XBIMMJ1JI65R3DW677LWG4Y560KMTQEQFHL7ROUASJ4UQWPNF6MDJG2W26KQOOCERQHA9JMWMGDLET359PK0Y4C1EPSES4PPPZL8YO' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='F8GQ95HDP1DFXK5LHOAHGHVDVSBQI977RAZGXJVU6THHC0TWY7IM33BDT7M213XPCSO9D1XBBZWRX330Z2S2FOQY3XG190Q0H53ZG0XZCTIBM1L3T2NG0X8XBU018QFVL2BBSJMKIIVFJVPT5U01VN196NUZJ1OOEWC0BTK48UG4Y4J6BOG1TF4LFHFTX62ABBGSF0UP0OWTSG0GOBIUQYRSF04AJYHT9O78M11YEFZUQGJKB2SW26WSLLB8VPYS8' where id=55; -update noar ti set v1='F8GQ95HDP1DFXK5LHOAHGHVDVSBQI977RAZGXJVU6THHC0TWY7IM33BDT7M213XPCSO9D1XBBZWRX330Z2S2FOQY3XG190Q0H53ZG0XZCTIBM1L3T2NG0X8XBU018QFVL2BBSJMKIIVFJVPT5U01VN196NUZJ1OOEWC0BTK48UG4Y4J6BOG1TF4LFHFTX62ABBGSF0UP0OWTSG0GOBIUQYRSF04AJYHT9O78M11YEFZUQGJKB2SW26WSLLB8VPYS8' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='K1I0Z2B7ZN3QBN086EHRGA27VHY9RO2YB2H681THW0HPUB497APGDOZOKMYHVDQBELBRB1JA75WE4402XI00J21TC82YF1W9KSXSYR9ESND2YSC1R1DP3ZRRNVV1RACHXA6470W0BFH65EJMWRUYK6IIKJZAZPLRH5FBYU31OBSJE9UBAU2M26IZXKVI0CKWQVUHJ3HX3C2X0DFYDQLPY9KPFRBPOO05XJYLXB7O3WWFOX7XBIPV1P2TRJC46LVVG' where id=55; -update noar ti set v2='K1I0Z2B7ZN3QBN086EHRGA27VHY9RO2YB2H681THW0HPUB497APGDOZOKMYHVDQBELBRB1JA75WE4402XI00J21TC82YF1W9KSXSYR9ESND2YSC1R1DP3ZRRNVV1RACHXA6470W0BFH65EJMWRUYK6IIKJZAZPLRH5FBYU31OBSJE9UBAU2M26IZXKVI0CKWQVUHJ3HX3C2X0DFYDQLPY9KPFRBPOO05XJYLXB7O3WWFOX7XBIPV1P2TRJC46LVVG' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='F9TSKR4WWEF9ZUV53CTC9GHA1TGHF4885ZJYEMBDXG0NO1NBCJFLCXMFAC7QJEW0QA2V9R4QEH1SS5UD5IBU84LYZ13XL3NV6Q1V2PU6HAOTTSKYT4YHA2862JXZ5CED5SIJK8ZJ877XIR9F47BMGE2Y40J2H43N61GO0SKJ6CGO4HVYH586BR4FIAWLU6TFG2B5ZL71IMG2GIA0P45NKQ2S8KWHAWCEI5ET8UJC0AP4FB8OHGANZTDHFHY41JV22' where id=55; -update noar ti set v3='F9TSKR4WWEF9ZUV53CTC9GHA1TGHF4885ZJYEMBDXG0NO1NBCJFLCXMFAC7QJEW0QA2V9R4QEH1SS5UD5IBU84LYZ13XL3NV6Q1V2PU6HAOTTSKYT4YHA2862JXZ5CED5SIJK8ZJ877XIR9F47BMGE2Y40J2H43N61GO0SKJ6CGO4HVYH586BR4FIAWLU6TFG2B5ZL71IMG2GIA0P45NKQ2S8KWHAWCEI5ET8UJC0AP4FB8OHGANZTDHFHY41JV22' where id=55; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='8FC304K4BSVBUGNNNPNYXYDNC0EB0KSATJKOFEALXTTOB9BDWIC2D7ODG2JO8KCJXDNISTFHLHMTYB5PBMLSY7HI7EGWXBPZEWKJQH3RLB7F44P2UQKCMVA99VA1Z46DZR94Q79CY46D6WD84AYNTURPAS8KMKI8MN555QFOXKF9BLK019CL56EJ70KCIP3930YNQ0PJJDSDIANA7JA428DAHL738D5NJOBAX8T7ONZ5H6NP74LHEF9Y183PRCJLY' where id=56; -update noar ti set v0='8FC304K4BSVBUGNNNPNYXYDNC0EB0KSATJKOFEALXTTOB9BDWIC2D7ODG2JO8KCJXDNISTFHLHMTYB5PBMLSY7HI7EGWXBPZEWKJQH3RLB7F44P2UQKCMVA99VA1Z46DZR94Q79CY46D6WD84AYNTURPAS8KMKI8MN555QFOXKF9BLK019CL56EJ70KCIP3930YNQ0PJJDSDIANA7JA428DAHL738D5NJOBAX8T7ONZ5H6NP74LHEF9Y183PRCJLY' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='D558J5CLD9TOLNJH29UJSVHLLRDNJ8M3QCW3030TPAX9UNAFGXUUJ8X63JRUOIRQNO83XOOMXC15HF02SOGV0G79V0A0408E7BD7YM2UWL8PYDQKQZQPP12YMJ85Q7N4WUO0Z7JBV402Q0VZ3RZG1EHEHSES8UOG36I0Y7NPUJC85QQEWVJ4P5ZHLFO1EGR5Y2W3V7AHEY9IJFHS2ZV4VIHRP0TAC78FYBTR79QNV0GBFTUBV3W878PMDSM7USWRS' where id=56; -update noar ti set v1='D558J5CLD9TOLNJH29UJSVHLLRDNJ8M3QCW3030TPAX9UNAFGXUUJ8X63JRUOIRQNO83XOOMXC15HF02SOGV0G79V0A0408E7BD7YM2UWL8PYDQKQZQPP12YMJ85Q7N4WUO0Z7JBV402Q0VZ3RZG1EHEHSES8UOG36I0Y7NPUJC85QQEWVJ4P5ZHLFO1EGR5Y2W3V7AHEY9IJFHS2ZV4VIHRP0TAC78FYBTR79QNV0GBFTUBV3W878PMDSM7USWRS' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0Z1YYXWV5WQKMUBUUZ0Q9GRJEDB4OM2MUMSA9WR2EFF6F7ZSVPREZ4MMV0GXRORDA0JAO7KGZZ9MTI4T2VFBZSGPAGLUFY7YJB6XT1P9M91Z5LL0EMFCW2KLWWZ6P65VZQ2KFOI77VQBH02GPKB1FY9RX44DPIG8F8DBIIDZM7O0NW5U1YNQBNQU3OD4XR8FHC2GNJ5WK6075COH3EKP6HE5DNUL6OTQ8LLFNTLY6X87JTQL5OWC026F98N5D3AS6' where id=56; -update noar ti set v2='0Z1YYXWV5WQKMUBUUZ0Q9GRJEDB4OM2MUMSA9WR2EFF6F7ZSVPREZ4MMV0GXRORDA0JAO7KGZZ9MTI4T2VFBZSGPAGLUFY7YJB6XT1P9M91Z5LL0EMFCW2KLWWZ6P65VZQ2KFOI77VQBH02GPKB1FY9RX44DPIG8F8DBIIDZM7O0NW5U1YNQBNQU3OD4XR8FHC2GNJ5WK6075COH3EKP6HE5DNUL6OTQ8LLFNTLY6X87JTQL5OWC026F98N5D3AS6' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='0O9I6F4LTHAFNYSW1LVG2L95O4GM0BKQV84Q96YBQ1LSC6Q1NDDVL0VG8DRI7T28CHR6K1JBG3VDA347LOPCB6VYIAFE4A9LKOB1H5JDVG6HNFE6IFGRIFJJCIEOGNGZJYAEA5O2J3H4G0URYLCNASZ6FGCNA6KYNCKCIUOWV9P9UW2ALVKC2PF1KH4MBWFDEW0DH07A1UNLUDHEFIKCCLH9ZQ51DTXVDYFVH6ICFT2YW77FZQN1YWMNK7LRPSHA1' where id=56; -update noar ti set v3='0O9I6F4LTHAFNYSW1LVG2L95O4GM0BKQV84Q96YBQ1LSC6Q1NDDVL0VG8DRI7T28CHR6K1JBG3VDA347LOPCB6VYIAFE4A9LKOB1H5JDVG6HNFE6IFGRIFJJCIEOGNGZJYAEA5O2J3H4G0URYLCNASZ6FGCNA6KYNCKCIUOWV9P9UW2ALVKC2PF1KH4MBWFDEW0DH07A1UNLUDHEFIKCCLH9ZQ51DTXVDYFVH6ICFT2YW77FZQN1YWMNK7LRPSHA1' where id=56; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AGYV8UPPSEGYRUQDKCAB5G55LMFLXI44EMJGQMROZP03F07M2WQK1M4ZY92BRXZEIASUT1D8ON19D6L7C48CIKAUMLL73ZB01CGIHTKXCGCGPE1DLCDUMYYU0Q2JIS5AJJKHWL2NNVQONE2P5OR28FSKYUF3DWXRSY4OSDKRAM1KDR95PETVNOPSZYN0MUC3O8IJELHASQDHQEC7GQRSC7BAXPXZMSIIMUOXKK58R6TG360XEYC3F4Z39OHMIUKJ7' where id=57; -update noar ti set v0='AGYV8UPPSEGYRUQDKCAB5G55LMFLXI44EMJGQMROZP03F07M2WQK1M4ZY92BRXZEIASUT1D8ON19D6L7C48CIKAUMLL73ZB01CGIHTKXCGCGPE1DLCDUMYYU0Q2JIS5AJJKHWL2NNVQONE2P5OR28FSKYUF3DWXRSY4OSDKRAM1KDR95PETVNOPSZYN0MUC3O8IJELHASQDHQEC7GQRSC7BAXPXZMSIIMUOXKK58R6TG360XEYC3F4Z39OHMIUKJ7' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='KUNQBP46MWE0UJ57J9LHSMWOLWEJPXT0V9I1NZG68O7EBJYCACHSEOI0A3YNYK44AJN1LCW3L201123YJ9L36NSWFUYXV53K8136L8SUXCFYFW8A9WY7V3MG5ZEV8PR6HN426PWY3H9PO0VY368VBHRPYOE7EW7FFA6UNGZWAN9T8AD1AY2SYAWRNHZU11VLYLMPAGD6YH6BY9INGQLGLUMDUP9Q6SU6716IY8HTJXSA3BKG7OHJ7HXDNCAGULLU1' where id=57; -update noar ti set v1='KUNQBP46MWE0UJ57J9LHSMWOLWEJPXT0V9I1NZG68O7EBJYCACHSEOI0A3YNYK44AJN1LCW3L201123YJ9L36NSWFUYXV53K8136L8SUXCFYFW8A9WY7V3MG5ZEV8PR6HN426PWY3H9PO0VY368VBHRPYOE7EW7FFA6UNGZWAN9T8AD1AY2SYAWRNHZU11VLYLMPAGD6YH6BY9INGQLGLUMDUP9Q6SU6716IY8HTJXSA3BKG7OHJ7HXDNCAGULLU1' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CFXKAH3P31CZNHLUUQYVHJGFUW93VM345SRSZEE8HFI69G48G2CZ9SJG6SV993RZO7J9L933LS9454Z0SBBYTZSKTDQC5DELH5DGWE80TVJAW8Z5AOPM0AR9YAAPH8DDV5E87HW00NNO1QEQTEXZ22B3X2GOB9IF8K0J5VS9AAXEZ5V1O56D49PLY3XCWIPNMDIMJBZYCSE30WEX6SFB5OFNUNXV1Y5EO5Q9A71D41PC10CXF1MYNALONSCUJ233M' where id=57; -update noar ti set v2='CFXKAH3P31CZNHLUUQYVHJGFUW93VM345SRSZEE8HFI69G48G2CZ9SJG6SV993RZO7J9L933LS9454Z0SBBYTZSKTDQC5DELH5DGWE80TVJAW8Z5AOPM0AR9YAAPH8DDV5E87HW00NNO1QEQTEXZ22B3X2GOB9IF8K0J5VS9AAXEZ5V1O56D49PLY3XCWIPNMDIMJBZYCSE30WEX6SFB5OFNUNXV1Y5EO5Q9A71D41PC10CXF1MYNALONSCUJ233M' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CSY88EP4UG4BWCOC8BY9ILZZX9XZCSZJP7NZ77PHOMCASPTVL0UTDS525SGLO3PZW5RFTWJKGY8OWLLXI2BS6BE855X8BLZMUVMLV6FYLN9K0S8RRS6RBK42CK3JOKAIAJUYRPOYVZAB0D66ITXOV6K36UQOQ6ED8ONL6SNR1EK41426IC8D9UOWBESEHGJ83FGBRG31XEXH36UUIASEAQGXYS7SCF8PVVK7429VDGE1SYBJIGDQ8VUU7L5GY4GZ1' where id=57; -update noar ti set v3='CSY88EP4UG4BWCOC8BY9ILZZX9XZCSZJP7NZ77PHOMCASPTVL0UTDS525SGLO3PZW5RFTWJKGY8OWLLXI2BS6BE855X8BLZMUVMLV6FYLN9K0S8RRS6RBK42CK3JOKAIAJUYRPOYVZAB0D66ITXOV6K36UQOQ6ED8ONL6SNR1EK41426IC8D9UOWBESEHGJ83FGBRG31XEXH36UUIASEAQGXYS7SCF8PVVK7429VDGE1SYBJIGDQ8VUU7L5GY4GZ1' where id=57; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='AQIKFKXZ1VYWLL8ASN42UD0SHSK7CTXPR6Q7EGFVM1ARTZAN8MC5SEXSNDZ4NQL8LJUPR2CCSQBGIQTE7T7WLVEBEJAM0V6AAEWLI9GW57OF7QGSRDTT33UMV2O102JTBYNWHF4TSDWQMCS2EVR3AIBJBCBF71YB64FWWN8OR273I8PIXP2T1II2Y2SHX967RT6CP20POQQ2S44Y35AOH6BTCX1JLH86EUQ46GUZBJVCICO3PQ8UE150A5WAF7YQR' where id=58; -update noar ti set v0='AQIKFKXZ1VYWLL8ASN42UD0SHSK7CTXPR6Q7EGFVM1ARTZAN8MC5SEXSNDZ4NQL8LJUPR2CCSQBGIQTE7T7WLVEBEJAM0V6AAEWLI9GW57OF7QGSRDTT33UMV2O102JTBYNWHF4TSDWQMCS2EVR3AIBJBCBF71YB64FWWN8OR273I8PIXP2T1II2Y2SHX967RT6CP20POQQ2S44Y35AOH6BTCX1JLH86EUQ46GUZBJVCICO3PQ8UE150A5WAF7YQR' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3IJYIF852HE5W2MBBSH4H8APM3U2SR6J4O4HAB2DXHZSEF9E9I0SM8R1KLJYOU7HJVJN8WH090ZXQW8WRXI4JXBYRWWON0IADZ869P1CHJJI59ZL5JWCIWEUJUABKCY31IVWAL7IIB39M2E3NG63J2WQ44WSG2H26616P972UGUAV7Q84S0H5F0LG45AITQZQEHAAE4XXYADK0D3NDZQZRLXLQWAGW632LMX6V76MFPEFF4HBIQMF1A8R6P6H7D2I' where id=58; -update noar ti set v1='3IJYIF852HE5W2MBBSH4H8APM3U2SR6J4O4HAB2DXHZSEF9E9I0SM8R1KLJYOU7HJVJN8WH090ZXQW8WRXI4JXBYRWWON0IADZ869P1CHJJI59ZL5JWCIWEUJUABKCY31IVWAL7IIB39M2E3NG63J2WQ44WSG2H26616P972UGUAV7Q84S0H5F0LG45AITQZQEHAAE4XXYADK0D3NDZQZRLXLQWAGW632LMX6V76MFPEFF4HBIQMF1A8R6P6H7D2I' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JJIX2VVHNVNZYELVOSO886TWWQWTXYMNDBU913VNQ5338ZIPNSIGAJEKIDSACIDKZOQAUOLJRT1IZRVLKQYHGAYBZWEM8YH2T1UIBNZ4WNABYUE4DVU5XMSEQZ84P09RG6VWPHS7EJSJJ72U4ZVH236E8A0H8I6CFK9JT3ADKV7RKSDMSGE2D6PLGSB5585IM7IAHD60SXFTPK7626N5673ECXV6U7LUSGPQGRNBSQU0GPQ3YH5HFCHRW0XMUSHMQ' where id=58; -update noar ti set v2='JJIX2VVHNVNZYELVOSO886TWWQWTXYMNDBU913VNQ5338ZIPNSIGAJEKIDSACIDKZOQAUOLJRT1IZRVLKQYHGAYBZWEM8YH2T1UIBNZ4WNABYUE4DVU5XMSEQZ84P09RG6VWPHS7EJSJJ72U4ZVH236E8A0H8I6CFK9JT3ADKV7RKSDMSGE2D6PLGSB5585IM7IAHD60SXFTPK7626N5673ECXV6U7LUSGPQGRNBSQU0GPQ3YH5HFCHRW0XMUSHMQ' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KWR3OUUM72I0LMZK2AKTT7D814PGC0UVQEQV9V7TWYDPOX1MJNML7PBM1BRK6VOSH0WY3A5D5CFVF1JAPZT7OEANPWORJXCMS9SS5K0ZTUADNRB62TLXTZWM00FPQJG60PV7D905S22EZ48DW31Z6SF2H3LL91WOVIGOC9ARXY7E2YVWNFGQ24JMH4YNLVKIUYBHMOXMLFD00T6ALA8FTS9Z0T4PLBMQ45390X5N4PLV0M4XUU6Z4N10G92UB5OER' where id=58; -update noar ti set v3='KWR3OUUM72I0LMZK2AKTT7D814PGC0UVQEQV9V7TWYDPOX1MJNML7PBM1BRK6VOSH0WY3A5D5CFVF1JAPZT7OEANPWORJXCMS9SS5K0ZTUADNRB62TLXTZWM00FPQJG60PV7D905S22EZ48DW31Z6SF2H3LL91WOVIGOC9ARXY7E2YVWNFGQ24JMH4YNLVKIUYBHMOXMLFD00T6ALA8FTS9Z0T4PLBMQ45390X5N4PLV0M4XUU6Z4N10G92UB5OER' where id=58; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='CUVD9E35O4D9EGPG33EEQKUQIV9BCANRXED6GFNI2CQU4U2G19FOMP7W02JQ4RGM0CWWBLIDWVDG1F8EZDZYJVRR6NTNTF46DAHE5DULJQLU9QZCX6Z45SVNIUH8B6ZBY17OPC4DTNA1WDCABUDHSSTIKAXZVIIPRTC4YCNQ0FGBAL9HEYIWHKZLZHNJTJWDAWD5PGSL7S44QH2P2EK2KIV1W14SYGQYS8HKU9Y2CGA39DJRAPL5DTEO9M3LJCPKB' where id=59; -update noar ti set v0='CUVD9E35O4D9EGPG33EEQKUQIV9BCANRXED6GFNI2CQU4U2G19FOMP7W02JQ4RGM0CWWBLIDWVDG1F8EZDZYJVRR6NTNTF46DAHE5DULJQLU9QZCX6Z45SVNIUH8B6ZBY17OPC4DTNA1WDCABUDHSSTIKAXZVIIPRTC4YCNQ0FGBAL9HEYIWHKZLZHNJTJWDAWD5PGSL7S44QH2P2EK2KIV1W14SYGQYS8HKU9Y2CGA39DJRAPL5DTEO9M3LJCPKB' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V6TSWDUGK603NG3I4KR128P5SE1NONW8CT0DTOUB34Q24EMYUM4OK7FAJXRL5EGAT5HB2VQEMSZLFVBBUH5CUR0ACIUMAG93K9OXJ6LLC7RM3WU5TR9CJAWJSD4OOEIM1P4FYWP9NQXX7NZ76HDDYQA5XHWOKRNFUUYB4SGN69L0W88EC7PYW1ORBDDPCEV9Y7KPVQPHLBRP4TG1HONHE1ZURBU1OW7EDTMWN6PU9O226RDW9BMH0BMFZ7XYMUX87' where id=59; -update noar ti set v1='V6TSWDUGK603NG3I4KR128P5SE1NONW8CT0DTOUB34Q24EMYUM4OK7FAJXRL5EGAT5HB2VQEMSZLFVBBUH5CUR0ACIUMAG93K9OXJ6LLC7RM3WU5TR9CJAWJSD4OOEIM1P4FYWP9NQXX7NZ76HDDYQA5XHWOKRNFUUYB4SGN69L0W88EC7PYW1ORBDDPCEV9Y7KPVQPHLBRP4TG1HONHE1ZURBU1OW7EDTMWN6PU9O226RDW9BMH0BMFZ7XYMUX87' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='4TURTU1T1JLUT90V8FUBNKKT08WILZNBYEF0GCW4VXER993RBH8MMWS5Y05M52LETQMXG0927UVJ89J4EZ6NR98XITSH2YF4T7UAUUW0I47I7I9Z8OOGZB8XADJBNHCN5MLPMHJPNU9U4ZIG8A540THY9T8UH7VL5EMX1FHDJW5FJM2TVBJG3JWLJS8QVMBTOTJHA2U85VB4U9Q992I4EUXVR3PD2RUKQ30X8QOMMSU7QS06LTR2SB4O1GZH8Q067' where id=59; -update noar ti set v2='4TURTU1T1JLUT90V8FUBNKKT08WILZNBYEF0GCW4VXER993RBH8MMWS5Y05M52LETQMXG0927UVJ89J4EZ6NR98XITSH2YF4T7UAUUW0I47I7I9Z8OOGZB8XADJBNHCN5MLPMHJPNU9U4ZIG8A540THY9T8UH7VL5EMX1FHDJW5FJM2TVBJG3JWLJS8QVMBTOTJHA2U85VB4U9Q992I4EUXVR3PD2RUKQ30X8QOMMSU7QS06LTR2SB4O1GZH8Q067' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='QQVLJE4MR0VANDS2IV2FVVHBAQ4G6P1MD221WG1YZRTL52EDE23S9HKZ9PY3OL6V62FXYY5SUNSUTW81ZCZG05QLHB68UOTIRVT2SHNVWCZCK702PM9NVAD8F7VEQ7HBSOIHZRE2ZCR2JGLQLCTOOC3T1R14P3TPF91BQWY2QHP01YGCKVRJFD1AY0741NFDXI40VKSHXXDPQ5JNQ4045LODL91ZD9B7OY1K48OFU3I9SVY3D2T1NK8O8KLFULHME' where id=59; -update noar ti set v3='QQVLJE4MR0VANDS2IV2FVVHBAQ4G6P1MD221WG1YZRTL52EDE23S9HKZ9PY3OL6V62FXYY5SUNSUTW81ZCZG05QLHB68UOTIRVT2SHNVWCZCK702PM9NVAD8F7VEQ7HBSOIHZRE2ZCR2JGLQLCTOOC3T1R14P3TPF91BQWY2QHP01YGCKVRJFD1AY0741NFDXI40VKSHXXDPQ5JNQ4045LODL91ZD9B7OY1K48OFU3I9SVY3D2T1NK8O8KLFULHME' where id=59; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0A941Z4EG2IV9GWFF19FW7BXF5PWXFEBS5SJHDGKMFF5O9W74903TBQA4VZ4MJ8PJNZC77R7CZO4QZ3ZL0B9UE11L3QXCK04QTOUKHK7V9TO35REW2LVZPJ06OA5Q04M0G14G81M408HPWCA6LTID12VHE5PL2F2RFWZQVYQMUSLMJXK5IID1XNV683DE6PIE5VD68W5V7OLOLU92O2GAW2UZD1BVLAI0PVUXUC8MHZJU9BDWNC5HJRI6FO4SPNM9' where id=60; -update noar ti set v0='0A941Z4EG2IV9GWFF19FW7BXF5PWXFEBS5SJHDGKMFF5O9W74903TBQA4VZ4MJ8PJNZC77R7CZO4QZ3ZL0B9UE11L3QXCK04QTOUKHK7V9TO35REW2LVZPJ06OA5Q04M0G14G81M408HPWCA6LTID12VHE5PL2F2RFWZQVYQMUSLMJXK5IID1XNV683DE6PIE5VD68W5V7OLOLU92O2GAW2UZD1BVLAI0PVUXUC8MHZJU9BDWNC5HJRI6FO4SPNM9' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='FWIEVICR740U0VRVWLEU8QSSB3I5T1OA3KAAO5XCZ1P7CMLWVWQRXPAZCO1YK31D3RDXXLCIX4LUBJJRN5X3HHJ071S6XKMNYZ1IXZGC93KZU4TWC6EQBIPEMOZG1TNV4NEJL6KXFNWCCELJ0NJIHVHHLAN17ENNHDJIQCUILPV9ZHU9WHUK2URZ6FXC6ZPZHZ3G8W8DEN3AGKMS59GE4RSLL6EGI61C5XU18TVPD1K6N5KQWHW96TBZNFG74UNPV' where id=60; -update noar ti set v1='FWIEVICR740U0VRVWLEU8QSSB3I5T1OA3KAAO5XCZ1P7CMLWVWQRXPAZCO1YK31D3RDXXLCIX4LUBJJRN5X3HHJ071S6XKMNYZ1IXZGC93KZU4TWC6EQBIPEMOZG1TNV4NEJL6KXFNWCCELJ0NJIHVHHLAN17ENNHDJIQCUILPV9ZHU9WHUK2URZ6FXC6ZPZHZ3G8W8DEN3AGKMS59GE4RSLL6EGI61C5XU18TVPD1K6N5KQWHW96TBZNFG74UNPV' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RF018ZFV31DFDMEOW8L97JX8FSEDLH60GNPY79IGHH5LKSRV5SV48US3ERB2GLX3HYKORWGLCP1WPEZID1M0K06AFSP3LCHQ1P3Q7A1AUY5UYSHPB89IAKD280RYDL0VGWMN0A40O9P50ZREO7P9G0FUOU3JBHDCOZSMZO29XG1RQ126M3N393A2PIUFRNTXI59LAZQ52BM2RW4T01974SZGJNANP17DAL82QBRGHL3V4MGE3OJBRZR25QOSAHX05' where id=60; -update noar ti set v2='RF018ZFV31DFDMEOW8L97JX8FSEDLH60GNPY79IGHH5LKSRV5SV48US3ERB2GLX3HYKORWGLCP1WPEZID1M0K06AFSP3LCHQ1P3Q7A1AUY5UYSHPB89IAKD280RYDL0VGWMN0A40O9P50ZREO7P9G0FUOU3JBHDCOZSMZO29XG1RQ126M3N393A2PIUFRNTXI59LAZQ52BM2RW4T01974SZGJNANP17DAL82QBRGHL3V4MGE3OJBRZR25QOSAHX05' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NBQY3B9ELPVPUDV83M7M7BCGPWAKYT6XGEZ0VQXOGTAJ5S30U86DOJ0WCEE8LK3OG634DUWPE6VHW2F0PX3V2P73NROV32PTU0XTKMNE7XDIPF1DR8WEJZ1OK3F1YLCPRRMQTFRCK3WWLI2U59W27PE5D8465BK25ENG75RPDPXU2RLAH4TN09NWBQY75F51RF38T7IQCP6LFOKRI8EBC4O2I88HK7RLHUJOF7H5YVFEA2QNG25AW5BXIU62EU8MW' where id=60; -update noar ti set v3='NBQY3B9ELPVPUDV83M7M7BCGPWAKYT6XGEZ0VQXOGTAJ5S30U86DOJ0WCEE8LK3OG634DUWPE6VHW2F0PX3V2P73NROV32PTU0XTKMNE7XDIPF1DR8WEJZ1OK3F1YLCPRRMQTFRCK3WWLI2U59W27PE5D8465BK25ENG75RPDPXU2RLAH4TN09NWBQY75F51RF38T7IQCP6LFOKRI8EBC4O2I88HK7RLHUJOF7H5YVFEA2QNG25AW5BXIU62EU8MW' where id=60; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JRK0ZCGIIRW4ZBUGCEKZ79X4TISEQDRUKABZ52FVDYN7KZ5DZ6Q2LNSAJAJXJPH1GB2QEC9874EHMGIYIEOBGI2TI0I9EG83ZR76QAHH45E3R5UQNPIQ82AYGBYGZE6K53E0P37RVV8DYUXKTQRUTNETLR322OPN6BFD9XZJ1J04WMDTYG6V1CD8WKBRPH24UPME6I6P7V4Z7I1APJRWISAIA6RZ9DAHETDZ2TBSMAVQBIWOELQDKX2LJ6GKH6TDX' where id=61; -update noar ti set v0='JRK0ZCGIIRW4ZBUGCEKZ79X4TISEQDRUKABZ52FVDYN7KZ5DZ6Q2LNSAJAJXJPH1GB2QEC9874EHMGIYIEOBGI2TI0I9EG83ZR76QAHH45E3R5UQNPIQ82AYGBYGZE6K53E0P37RVV8DYUXKTQRUTNETLR322OPN6BFD9XZJ1J04WMDTYG6V1CD8WKBRPH24UPME6I6P7V4Z7I1APJRWISAIA6RZ9DAHETDZ2TBSMAVQBIWOELQDKX2LJ6GKH6TDX' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='4BGKVM9119Z1D0OYE9EX855MEUSPQ802FXDBDBS9UHP2PMFHOTPRSA526G1Y9HIEDWMQGSF6L9QVZ1MC482BEGM4C82XJOZR6SSQIO0XA81NF4AQAFLBZAT4L310FJN23JYT0AMNDISSJD0B7HDN8J7WTBL4PB5CU03VG3U8CAKF07PP68NB7Q4KJ9DHE7TBSINOABRTGAVDQCO2248Q3NEP5W035D0K7JGEWFPZYNITX2C5E1YHZTLO5W3248XC2' where id=61; -update noar ti set v1='4BGKVM9119Z1D0OYE9EX855MEUSPQ802FXDBDBS9UHP2PMFHOTPRSA526G1Y9HIEDWMQGSF6L9QVZ1MC482BEGM4C82XJOZR6SSQIO0XA81NF4AQAFLBZAT4L310FJN23JYT0AMNDISSJD0B7HDN8J7WTBL4PB5CU03VG3U8CAKF07PP68NB7Q4KJ9DHE7TBSINOABRTGAVDQCO2248Q3NEP5W035D0K7JGEWFPZYNITX2C5E1YHZTLO5W3248XC2' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Y5W2HMA232FFNHFWW8OIO6VJBVWHHKJC4KJLPD5S9D5ZNR9E82PW4VNO0M64B0W5JSPJZB7QY0HK3XTHMHJBO7LN3R34QWJ4XHK0AC26NNWWU562MU0PBICIMR5L08SKWUH3PE93M15AO2CY5YVBXIOK719BPCQRBNBAAC6UDDELK3R8XEVURBO3U8LYYBTJCM6T2ZFFQYV0328QL5L2ECPCGSNLAGKGLHMXE7IEB9PVKPSDTLC31S441X3C0M857' where id=61; -update noar ti set v2='Y5W2HMA232FFNHFWW8OIO6VJBVWHHKJC4KJLPD5S9D5ZNR9E82PW4VNO0M64B0W5JSPJZB7QY0HK3XTHMHJBO7LN3R34QWJ4XHK0AC26NNWWU562MU0PBICIMR5L08SKWUH3PE93M15AO2CY5YVBXIOK719BPCQRBNBAAC6UDDELK3R8XEVURBO3U8LYYBTJCM6T2ZFFQYV0328QL5L2ECPCGSNLAGKGLHMXE7IEB9PVKPSDTLC31S441X3C0M857' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='IFY4880GO7ICBN1AKFJ37R410OOD8R062DQIMJKG50FF8RGU5SWS3VWJ5VVLBWXBLQG0HG9HU3X7DOHARQ36S7GGTDOM6HK9JN8GEBD0TP7GYR2GQ7KRHGL8Z4881NV8C92BU4H14LUL5OPVZT5W0C1TAL2Q5MEWDL78VENONCEPD1GSQ40S1V68IDN5IGTLG5JPO62SE13O5JCUUBDDB1S06FIU15SJHAI50ILM6MJ7XIREBW47140EPFYJDJB25' where id=61; -update noar ti set v3='IFY4880GO7ICBN1AKFJ37R410OOD8R062DQIMJKG50FF8RGU5SWS3VWJ5VVLBWXBLQG0HG9HU3X7DOHARQ36S7GGTDOM6HK9JN8GEBD0TP7GYR2GQ7KRHGL8Z4881NV8C92BU4H14LUL5OPVZT5W0C1TAL2Q5MEWDL78VENONCEPD1GSQ40S1V68IDN5IGTLG5JPO62SE13O5JCUUBDDB1S06FIU15SJHAI50ILM6MJ7XIREBW47140EPFYJDJB25' where id=61; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='EQQ6RB6C2M7FIOYXCQ0I8VVDGITDTYE16AZDLCYIJ8VVK3EU0X3QKMQ0AZRYS1CQ5XHTEVMS6TIC0IL3GJD6JEHIMOEPTDYSQZ6CHMLXLN7JCRKRH1UVEORFJMWMVODXNPG07D7S6IS6ORCKO6LZRDV19NFUUDMJTTT18GFQ03A7WLBUOUGXQLCLZBNJBGA1D75VQEU48HCEG11NGW6JIQYITGH0OF79DTAML6APHN6M3SSEO7R5FJXFFDMPJ7JN5' where id=62; -update noar ti set v0='EQQ6RB6C2M7FIOYXCQ0I8VVDGITDTYE16AZDLCYIJ8VVK3EU0X3QKMQ0AZRYS1CQ5XHTEVMS6TIC0IL3GJD6JEHIMOEPTDYSQZ6CHMLXLN7JCRKRH1UVEORFJMWMVODXNPG07D7S6IS6ORCKO6LZRDV19NFUUDMJTTT18GFQ03A7WLBUOUGXQLCLZBNJBGA1D75VQEU48HCEG11NGW6JIQYITGH0OF79DTAML6APHN6M3SSEO7R5FJXFFDMPJ7JN5' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='V6PRL6BXT1NRCGQL5R1FFC9IWQHWMQ6PCRNEQ2HXZG34ZTYCD7E5ARETURGYMYDXRVTTZ26CARBWAPWISIS643NNJJREN2AI9Z8OZY8BW6NXKZRO55GDKIAZWXKODV7BBWIE2I5KY8EA2JPXTHKC4IR1SYN5EAS2ZYG14NVFIT48RFPJAFGRCRAFAO7GIERNPPBW9F0EKW1YBMTEFDXBYM10YUFV4RJXB1ZP26HNA8MCFWHRYWY8K1C3L5U8Q9PQ8' where id=62; -update noar ti set v1='V6PRL6BXT1NRCGQL5R1FFC9IWQHWMQ6PCRNEQ2HXZG34ZTYCD7E5ARETURGYMYDXRVTTZ26CARBWAPWISIS643NNJJREN2AI9Z8OZY8BW6NXKZRO55GDKIAZWXKODV7BBWIE2I5KY8EA2JPXTHKC4IR1SYN5EAS2ZYG14NVFIT48RFPJAFGRCRAFAO7GIERNPPBW9F0EKW1YBMTEFDXBYM10YUFV4RJXB1ZP26HNA8MCFWHRYWY8K1C3L5U8Q9PQ8' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9YNM51YZSRIDLE1AQKO2NGB5E5CLMG5K1B7U8G1FRZLGQUR85JUZKDNHAL2XS7NZH7362L7BUDK6O693Y1CSQ88UWEEH5AJ50ZCV258LH6WC681J41KKR053K569BPUW6CM6DVIYP4KXY0B3HJKP8QEP4DUTX6M2LQP2LMKNVVI3SFOQ41KODDQE6IDRK468ZB2NFRSALT69395B40OJMK26IAK8VIU364RF05V16TH6ZN4MZ3ETYJNCIMQ3348MF' where id=62; -update noar ti set v2='9YNM51YZSRIDLE1AQKO2NGB5E5CLMG5K1B7U8G1FRZLGQUR85JUZKDNHAL2XS7NZH7362L7BUDK6O693Y1CSQ88UWEEH5AJ50ZCV258LH6WC681J41KKR053K569BPUW6CM6DVIYP4KXY0B3HJKP8QEP4DUTX6M2LQP2LMKNVVI3SFOQ41KODDQE6IDRK468ZB2NFRSALT69395B40OJMK26IAK8VIU364RF05V16TH6ZN4MZ3ETYJNCIMQ3348MF' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XQRQZJFSQLKXNJUNAAMNFQ3HBTQ5KP8SOXE4IEWAVNJRRCDDV4W16VPRX1JQLZRMNIWIPMA7LT8MTTJ7SM5JP51I8CJ5W2MXKQVZIF6HEM42W5O7OGK6QEU9A8G3FJYWPUT98QPTFQ8DILIBSBR45TGULXBRMTBFNHKL640X48X2D25U55EKEZ7GZDZSBZ8CUAP2CV67IP6LVXHJ694VDYZS1P5DS7Y6N6VR52YHPKQYGLOEJQI9ZYAX1ZRYXBN3P' where id=62; -update noar ti set v3='XQRQZJFSQLKXNJUNAAMNFQ3HBTQ5KP8SOXE4IEWAVNJRRCDDV4W16VPRX1JQLZRMNIWIPMA7LT8MTTJ7SM5JP51I8CJ5W2MXKQVZIF6HEM42W5O7OGK6QEU9A8G3FJYWPUT98QPTFQ8DILIBSBR45TGULXBRMTBFNHKL640X48X2D25U55EKEZ7GZDZSBZ8CUAP2CV67IP6LVXHJ694VDYZS1P5DS7Y6N6VR52YHPKQYGLOEJQI9ZYAX1ZRYXBN3P' where id=62; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='MLK5OMNX996177NKDXK50ITSDODH5R4D9MJ9YJ6FJA5PP9Q58N680T2YISVF0RHD4YMV5MCY3YJZZZ973D1QR25HWMXE1WJE4VV7GGJ9K1HFEOJ9XQ3GPNOTG6YIXJGVNX26UKZDQNAGYQX9N7MMOF9GIU3P213BVA45DXNGHE5W6FVVPAQO3FLCVHUJ583CGAHQKBSCJRB709OK8XJA9MGGGO4IR3YU7MT32JTXTKLK5EP6WVMUAZ69D2MFB8CJW' where id=63; -update noar ti set v0='MLK5OMNX996177NKDXK50ITSDODH5R4D9MJ9YJ6FJA5PP9Q58N680T2YISVF0RHD4YMV5MCY3YJZZZ973D1QR25HWMXE1WJE4VV7GGJ9K1HFEOJ9XQ3GPNOTG6YIXJGVNX26UKZDQNAGYQX9N7MMOF9GIU3P213BVA45DXNGHE5W6FVVPAQO3FLCVHUJ583CGAHQKBSCJRB709OK8XJA9MGGGO4IR3YU7MT32JTXTKLK5EP6WVMUAZ69D2MFB8CJW' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='9OSWRG5UVOR5SRJEYJ0YERVUXWTKNH5A4M3UMJQ6UOQRQIB59YXK4LH9XMQCR5324NTLYH0YQSHJ8MOM89BSFFN1A4COO2P14AQ402TQ5GCCK4CGL14PU6JTMV3Y3D5BFZ4CGV04N2UWA8PN0QG576PK4BBIHTMRWSCEDD8GQHUB6UBWS2UOQQE8N1865PJMTGFFINPM6HDE1ATZBUA1LLE4LJJ190DEAV3LRBLB6HP481512FRGQOLL2XV9DW8KX' where id=63; -update noar ti set v1='9OSWRG5UVOR5SRJEYJ0YERVUXWTKNH5A4M3UMJQ6UOQRQIB59YXK4LH9XMQCR5324NTLYH0YQSHJ8MOM89BSFFN1A4COO2P14AQ402TQ5GCCK4CGL14PU6JTMV3Y3D5BFZ4CGV04N2UWA8PN0QG576PK4BBIHTMRWSCEDD8GQHUB6UBWS2UOQQE8N1865PJMTGFFINPM6HDE1ATZBUA1LLE4LJJ190DEAV3LRBLB6HP481512FRGQOLL2XV9DW8KX' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='PHIWXGZOHQKX30KUJNFVHC37XSM5COMUZ9QKVK6PAI1OVM8B4TT7N6X7RTSVQVZVVAOLDEKC1OT59K6RPYTH36O0I6BUFQ4O9MVQF73K6CD2ZPDQIDCIEONELUHNTBMDI3MF6QLLOOTED00EWK2STVNJV2ADBFZNDOMQ1EGQZ6337J8AOUISNN9CM4SB24UZ00YS3G33OLNS8C5HK0XKTCDBXB1UVN70N2JB3IDAMBNIHYDPFDQHU3CVIHQ8DT9QG' where id=63; -update noar ti set v2='PHIWXGZOHQKX30KUJNFVHC37XSM5COMUZ9QKVK6PAI1OVM8B4TT7N6X7RTSVQVZVVAOLDEKC1OT59K6RPYTH36O0I6BUFQ4O9MVQF73K6CD2ZPDQIDCIEONELUHNTBMDI3MF6QLLOOTED00EWK2STVNJV2ADBFZNDOMQ1EGQZ6337J8AOUISNN9CM4SB24UZ00YS3G33OLNS8C5HK0XKTCDBXB1UVN70N2JB3IDAMBNIHYDPFDQHU3CVIHQ8DT9QG' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VQML9GORFV07CPK1BYL0NSI1QUU7T8N0W6K11SPUW0OQ105AQEA7IC0XOY9F8GFBCF1EYZW7IPO4V21E01HNDFQO8HRYILOV6RRCT1UDN0YQ1Z8F9JE2PUC1HL1YDXIQ5KZTIK1NJ8Z5G3KG1KLHFE3ODHNXH555DXPN7SW8N58KDZ0AB1VYATTOH5QGLCEQF03PTODZEXN21DPTO13HO84F5W6SRQCC33RRNCRWSYWHDOAVBARZYV2ZI8NC1PEL9' where id=63; -update noar ti set v3='VQML9GORFV07CPK1BYL0NSI1QUU7T8N0W6K11SPUW0OQ105AQEA7IC0XOY9F8GFBCF1EYZW7IPO4V21E01HNDFQO8HRYILOV6RRCT1UDN0YQ1Z8F9JE2PUC1HL1YDXIQ5KZTIK1NJ8Z5G3KG1KLHFE3ODHNXH555DXPN7SW8N58KDZ0AB1VYATTOH5QGLCEQF03PTODZEXN21DPTO13HO84F5W6SRQCC33RRNCRWSYWHDOAVBARZYV2ZI8NC1PEL9' where id=63; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='A6FOTIU48JWADRZ1YRIC9JV4RLBS1KASLST56JPC9RWMY07UK1RC1A4GB0AC93MX9IK20QSK8RIC2TC8WKPXCO0XVFCJJMA3NVEGL6RL9YF3JHRD44A8QOVC2QLHLAK297ZT6OIMXNWBWRGNQF0328QU7F71GL1OWTHECVH11RKYK8VWKMD4WYOLK42U0M07OFJDXUCIBXD6LJYMFVD5EW43GRR3ZDM71R69ZPC0ZR4TLMQENPDZ0KHYVDQ7E58G0' where id=64; -update noar ti set v0='A6FOTIU48JWADRZ1YRIC9JV4RLBS1KASLST56JPC9RWMY07UK1RC1A4GB0AC93MX9IK20QSK8RIC2TC8WKPXCO0XVFCJJMA3NVEGL6RL9YF3JHRD44A8QOVC2QLHLAK297ZT6OIMXNWBWRGNQF0328QU7F71GL1OWTHECVH11RKYK8VWKMD4WYOLK42U0M07OFJDXUCIBXD6LJYMFVD5EW43GRR3ZDM71R69ZPC0ZR4TLMQENPDZ0KHYVDQ7E58G0' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WTY5C15ZEU2ERV7HHY1A0DOPS8MNN2LQ0YY9339UE0YTTYCPPZ2WZI0Y3CKS5RJO8QKZPNWPVXZ9DUY86MU5NJDT8I60H49T443M5VL7AWAVIPGSVDMJO4A6PSPMSBTGRTV4NM8D3P871BETF5MU4W0N1VQ4JD2Y768U7NNCJAT7NWE5V9UEWW71MZJZXB4IZPS617PRA1WMXGNOHKPMQBEPHTDY2DCZR54E12HNVEG5H60ALKFDJPGKFDVKPMECG' where id=64; -update noar ti set v1='WTY5C15ZEU2ERV7HHY1A0DOPS8MNN2LQ0YY9339UE0YTTYCPPZ2WZI0Y3CKS5RJO8QKZPNWPVXZ9DUY86MU5NJDT8I60H49T443M5VL7AWAVIPGSVDMJO4A6PSPMSBTGRTV4NM8D3P871BETF5MU4W0N1VQ4JD2Y768U7NNCJAT7NWE5V9UEWW71MZJZXB4IZPS617PRA1WMXGNOHKPMQBEPHTDY2DCZR54E12HNVEG5H60ALKFDJPGKFDVKPMECG' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RPTENB3ETSR98K7JT4P1F5RR2W1AMUFPEDT32FHZL13G0ENWNO95COKI6091QTXPBQIS5A5O8ELBOI46HP26HEJOBN3BXVV2XN8FYIMJAXW9V2X8158F1TAKTVF1CRYRCMXXTIHZZV8T66V0VLYG5T1U5E3WHB7RRNABCGDKBM2X5I3PL7EEJ9JM44MMFBFUWPXAILABIMSWJNEA6EQNT1P43F0MARLDXH817TS33ZP9L717N34PIAPCRRPVMGBEZ' where id=64; -update noar ti set v2='RPTENB3ETSR98K7JT4P1F5RR2W1AMUFPEDT32FHZL13G0ENWNO95COKI6091QTXPBQIS5A5O8ELBOI46HP26HEJOBN3BXVV2XN8FYIMJAXW9V2X8158F1TAKTVF1CRYRCMXXTIHZZV8T66V0VLYG5T1U5E3WHB7RRNABCGDKBM2X5I3PL7EEJ9JM44MMFBFUWPXAILABIMSWJNEA6EQNT1P43F0MARLDXH817TS33ZP9L717N34PIAPCRRPVMGBEZ' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='3UO0GQYJYKUPJ7LR2ARKLGK6NVT945WTKI40XSBZ5YIJAX2XGR0N4ZYDUAAMCLYKFVX9VLXUIDOZGEXND1M7H8VGM511AOWQFY3IO402UTEKPJ6X5QRNCWZCYA50H4PVKUNI152UHAJTP6MRP7K1RUVX1AOL1RYUHQW7NJ0H6XL35TESBVQ1UKAB3LIUW0E5RUPLWYBZQMU3IRLWJPJN1WP3SICJTYP735JDML352Z0XZW2NJ89B9L0UQVXFQY60C' where id=64; -update noar ti set v3='3UO0GQYJYKUPJ7LR2ARKLGK6NVT945WTKI40XSBZ5YIJAX2XGR0N4ZYDUAAMCLYKFVX9VLXUIDOZGEXND1M7H8VGM511AOWQFY3IO402UTEKPJ6X5QRNCWZCYA50H4PVKUNI152UHAJTP6MRP7K1RUVX1AOL1RYUHQW7NJ0H6XL35TESBVQ1UKAB3LIUW0E5RUPLWYBZQMU3IRLWJPJN1WP3SICJTYP735JDML352Z0XZW2NJ89B9L0UQVXFQY60C' where id=64; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='IZ5G9W8JX3FFNW6K6OINC65XZECSI57UNWCS2CEDRC8F16NDEZAOAFR4WPS5TA756DQH213J5DVEPP2NLWZGK7JHIMHZ1IO23KS65Z21SX0BKUKCY5CX8NI1PH9WPG2LO9Y0LSCC9E30SHAJXBTBXVN8SCF2E5O2GLIPLKD9TRWF4ONYNBOBY7WSNJF9HLV80XJ2NEOLWK2YWRQSZXUJ20TK82PZPNGFG64XJQBEPRP4E3DU1A5VXQEJ9GVVXHFIC' where id=65; -update noar ti set v0='IZ5G9W8JX3FFNW6K6OINC65XZECSI57UNWCS2CEDRC8F16NDEZAOAFR4WPS5TA756DQH213J5DVEPP2NLWZGK7JHIMHZ1IO23KS65Z21SX0BKUKCY5CX8NI1PH9WPG2LO9Y0LSCC9E30SHAJXBTBXVN8SCF2E5O2GLIPLKD9TRWF4ONYNBOBY7WSNJF9HLV80XJ2NEOLWK2YWRQSZXUJ20TK82PZPNGFG64XJQBEPRP4E3DU1A5VXQEJ9GVVXHFIC' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='G1JY3SIR0KJIPR3TR69AO2H2AAM1ORIPCLQ092ZEG2YUU8AQJFYL8GU12CVLA3X6XOEQLNLXJBGPL77CN1CJA4KX88U2EC7E2WMLCO1RXZU33XQ356ZUL3IWE6UOKCZY19AR5S52NMCMYM3U18MELYQFZPC6B1K0KKRFHTF39FC6YHUCG1VUEC7FP1J2EO4EABY6HQOZFM5JCOLTRTYXVIONRERSM0SYIKGFHPRJJKGO7PXPU6UQ2SLQQIN5H87I2' where id=65; -update noar ti set v1='G1JY3SIR0KJIPR3TR69AO2H2AAM1ORIPCLQ092ZEG2YUU8AQJFYL8GU12CVLA3X6XOEQLNLXJBGPL77CN1CJA4KX88U2EC7E2WMLCO1RXZU33XQ356ZUL3IWE6UOKCZY19AR5S52NMCMYM3U18MELYQFZPC6B1K0KKRFHTF39FC6YHUCG1VUEC7FP1J2EO4EABY6HQOZFM5JCOLTRTYXVIONRERSM0SYIKGFHPRJJKGO7PXPU6UQ2SLQQIN5H87I2' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='JQB1AV58BGRQQK0ZUJCY3WH0XB67DV9MGLLR03864TD6TKEFNB4L7N2XXJLBULAZPUR2RQCP6AJDUM2IHX9FL8X81EAK39HZIMUZDU4Q2DE894N7D6GCR8IGML0YPLEGPKEDMWXQCX2LGIAR4BW5BV5HV2HZW93EQKWQAAMREEKWQLMFHGW7M1BXCYABJN8WM9AN81MOE41559XZLBWWCWLSDDCJ559SABWTUAX7MNOQ7N11ECRODOLS6M2MSL1Z1' where id=65; -update noar ti set v2='JQB1AV58BGRQQK0ZUJCY3WH0XB67DV9MGLLR03864TD6TKEFNB4L7N2XXJLBULAZPUR2RQCP6AJDUM2IHX9FL8X81EAK39HZIMUZDU4Q2DE894N7D6GCR8IGML0YPLEGPKEDMWXQCX2LGIAR4BW5BV5HV2HZW93EQKWQAAMREEKWQLMFHGW7M1BXCYABJN8WM9AN81MOE41559XZLBWWCWLSDDCJ559SABWTUAX7MNOQ7N11ECRODOLS6M2MSL1Z1' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='BIWL5WWAB109BEHRG07GTEAO15240MWVWARPT82JRWBOTUV7OBIO4C51OIHO54JDJ2DVK4G9LEPEQGE2CQ1P92ADSAM0RVV3INHU823TX8VC889YP1YC2LOBD87GRZMKCCMU85H3B11DC9FVFDDOOUAGR8O6N7ROKPKC231HZVRCGBS84BWWSDYMSB69IPBYBIJPPWVXOJGY8XDKMBNQ0Z9D684LHNOTFATXFBXAC6ZRW491Y92WVLQ44DYPR1RCA' where id=65; -update noar ti set v3='BIWL5WWAB109BEHRG07GTEAO15240MWVWARPT82JRWBOTUV7OBIO4C51OIHO54JDJ2DVK4G9LEPEQGE2CQ1P92ADSAM0RVV3INHU823TX8VC889YP1YC2LOBD87GRZMKCCMU85H3B11DC9FVFDDOOUAGR8O6N7ROKPKC231HZVRCGBS84BWWSDYMSB69IPBYBIJPPWVXOJGY8XDKMBNQ0Z9D684LHNOTFATXFBXAC6ZRW491Y92WVLQ44DYPR1RCA' where id=65; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='698QAF0IVRQSE28DJA5L43GQKTT1JI5AQYGN85D28AM2F89AF1QEV50ZLHOR2E63NQIHQ8SG1ZHPZ1XFAPKR47MVXT570CAG5B7V9RFV86B1BIXCHL7ZW00VMQ0XZT86OCGXKTB6RY5JCGVW7DF0ORPEK42RXYKLU54N13HW7QZRCXXK7UJQDN3CC61877S7BRRK67UNJ319QK0W4CHDTAKQKNVGOH7EA4WER7RXDOR1I2MZ0BCKBR20W74IK9QW4' where id=66; -update noar ti set v0='698QAF0IVRQSE28DJA5L43GQKTT1JI5AQYGN85D28AM2F89AF1QEV50ZLHOR2E63NQIHQ8SG1ZHPZ1XFAPKR47MVXT570CAG5B7V9RFV86B1BIXCHL7ZW00VMQ0XZT86OCGXKTB6RY5JCGVW7DF0ORPEK42RXYKLU54N13HW7QZRCXXK7UJQDN3CC61877S7BRRK67UNJ319QK0W4CHDTAKQKNVGOH7EA4WER7RXDOR1I2MZ0BCKBR20W74IK9QW4' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BVA3SX2Z9PCS1MSM7FF4B7NOL1BSM6DFSD8DRUJ6E3B72AK2IHQNZDL9CF1ZZ64ES79VIM3UWRNY0HTNOVPQTLYYV8X4XVMDUVCIF1HO0YVDSY61FB0JE63R1QWQBIZN2VNQCFNKOPRV5OVEH9A18N07BZ3HK7F41TLOJTNE1542S4LU6UIS8YGXEKN2BR8J12JGHM6A51NFV3XHM8R00X6OUQW1CJKHCZR3096G80OJMWGGXXGTV7IAX8WO1FM8D' where id=66; -update noar ti set v1='BVA3SX2Z9PCS1MSM7FF4B7NOL1BSM6DFSD8DRUJ6E3B72AK2IHQNZDL9CF1ZZ64ES79VIM3UWRNY0HTNOVPQTLYYV8X4XVMDUVCIF1HO0YVDSY61FB0JE63R1QWQBIZN2VNQCFNKOPRV5OVEH9A18N07BZ3HK7F41TLOJTNE1542S4LU6UIS8YGXEKN2BR8J12JGHM6A51NFV3XHM8R00X6OUQW1CJKHCZR3096G80OJMWGGXXGTV7IAX8WO1FM8D' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='0XZ0ZGTMG3V0ZFQ6JYBLXOKY11SVP6IF7SYZW7QB4DFF8MA2AF36W5NJ8T4S066TWJ55T7VLPN4BS2LJYHSK1QIVTWMLISXX1UIFXO50KO1MS11OUWYA9DSN6L04WRCE03IOQYRHKP9986KQAHCU991PYT9457LFIS74WTMSMGWO3WDY3A5S43LW9TUGK2T5K97ZTG3ROKH05DIT05SIHRDG9CR88OL2AO2S9OA5OKCMCOSS74FGZWUPW0Y3PN1Q0' where id=66; -update noar ti set v2='0XZ0ZGTMG3V0ZFQ6JYBLXOKY11SVP6IF7SYZW7QB4DFF8MA2AF36W5NJ8T4S066TWJ55T7VLPN4BS2LJYHSK1QIVTWMLISXX1UIFXO50KO1MS11OUWYA9DSN6L04WRCE03IOQYRHKP9986KQAHCU991PYT9457LFIS74WTMSMGWO3WDY3A5S43LW9TUGK2T5K97ZTG3ROKH05DIT05SIHRDG9CR88OL2AO2S9OA5OKCMCOSS74FGZWUPW0Y3PN1Q0' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='YO0D586IHMZX1B8C2DCNV3RYQMD9KD6COQ4JABGD71L1EYF1ASLO3HLWFSJQNPWWQQ1IN9BOCPEZ4OFKLMLTBICAWMHHO3TVX10J5AVFWTZPC7YAPUO3EVFPFTHN79H82FDE98HY5ZTLOJI235EK7UQH25ESA3GO14Q5AQDWVO9PXILFJ0KH4TB56XS80QY5ED5GHD4STEL7JE87NTVHMGI8129E44RNU6GYOKKVSMC80YGX3C9LEX1MJW5HM5S9O' where id=66; -update noar ti set v3='YO0D586IHMZX1B8C2DCNV3RYQMD9KD6COQ4JABGD71L1EYF1ASLO3HLWFSJQNPWWQQ1IN9BOCPEZ4OFKLMLTBICAWMHHO3TVX10J5AVFWTZPC7YAPUO3EVFPFTHN79H82FDE98HY5ZTLOJI235EK7UQH25ESA3GO14Q5AQDWVO9PXILFJ0KH4TB56XS80QY5ED5GHD4STEL7JE87NTVHMGI8129E44RNU6GYOKKVSMC80YGX3C9LEX1MJW5HM5S9O' where id=66; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='0QHV2YSY3JS1ZXXKYXFEEXTTJD1APH1NKZ20JEPH69432V5SCACYH7RXJEZ0V866WJTDMQZASC6MUI1ARHDRSY7QZY27UXR4HCQV7IKT4WHB55D1DL9DLWV29U5S7V2BF207397J04UF8Z2LLB1GDJMWUHB3BUM1JS7G441LCLHVONHA5Q39X05IZGC4MUS46TBP79QJU6FMCWF7FJD1Y5JYGR0R7804QK4OK58AMKMR0V3PXW53ARTN4A4IY2R0F' where id=67; -update noar ti set v0='0QHV2YSY3JS1ZXXKYXFEEXTTJD1APH1NKZ20JEPH69432V5SCACYH7RXJEZ0V866WJTDMQZASC6MUI1ARHDRSY7QZY27UXR4HCQV7IKT4WHB55D1DL9DLWV29U5S7V2BF207397J04UF8Z2LLB1GDJMWUHB3BUM1JS7G441LCLHVONHA5Q39X05IZGC4MUS46TBP79QJU6FMCWF7FJD1Y5JYGR0R7804QK4OK58AMKMR0V3PXW53ARTN4A4IY2R0F' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='HEUXEQC9LEARKUAB3CSE471DMJTC3XKE1M3SBY13Y6OBVKA0SK6OTL4LUZT0OOXL2K3GJAU8HBAOFHVINDQU6OFWT90DFAXJ97E6XFON2TKWEFMDZEK1T9REG076BXB4JBNPRN68ME3Z6T1HRYYXHI5YG3HJOGB6M540EZ4PCY0HUSSFM2I0R97SB3BMILXKYEYGEYVEBDC25614NUQWISOCT3710QEO8XAF42M5RDSG055MF2DLE5RLCJY9VOO6C' where id=67; -update noar ti set v1='HEUXEQC9LEARKUAB3CSE471DMJTC3XKE1M3SBY13Y6OBVKA0SK6OTL4LUZT0OOXL2K3GJAU8HBAOFHVINDQU6OFWT90DFAXJ97E6XFON2TKWEFMDZEK1T9REG076BXB4JBNPRN68ME3Z6T1HRYYXHI5YG3HJOGB6M540EZ4PCY0HUSSFM2I0R97SB3BMILXKYEYGEYVEBDC25614NUQWISOCT3710QEO8XAF42M5RDSG055MF2DLE5RLCJY9VOO6C' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='HPH1C6QGUFJVG2CZKPC785GZ8OMYYQ4LWUT0J52VKMQIF4QVXW8Z4PCPAYN0OPTBJHR7SNMKOEETQ3MGBN79486K329C6MVDFX5QJG4LE76AFGFSQZ240ZNTWS3Z2ED8ALOOQO0D79S3YCYK1OKI1225EOJ01ZGUVAY9WL0WO3AHWADP956X9WU07EHB0IMKPJQ40A2CTC1DDU7AMHG18R9YY5ZPRR98XJABECZ80B5N58HK6WKIIP52U736Q38EF' where id=67; -update noar ti set v2='HPH1C6QGUFJVG2CZKPC785GZ8OMYYQ4LWUT0J52VKMQIF4QVXW8Z4PCPAYN0OPTBJHR7SNMKOEETQ3MGBN79486K329C6MVDFX5QJG4LE76AFGFSQZ240ZNTWS3Z2ED8ALOOQO0D79S3YCYK1OKI1225EOJ01ZGUVAY9WL0WO3AHWADP956X9WU07EHB0IMKPJQ40A2CTC1DDU7AMHG18R9YY5ZPRR98XJABECZ80B5N58HK6WKIIP52U736Q38EF' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='WFURLW3O0WJEP5Z8S1J3D3KKVQ2QEU65R02H77N9Y8WWJIC3H0DNHH3PJGMHLG0CAE7L910NR1TXW9QRY3R1JBP3SPUM4PHQO9G9JQWZCKQVR0NDMPG41EYI3O5LCXV4UDAD5GOECEQNT1MLDTSQ9ZAK4ULPP3RV13K2UTMYZMX8N6PVGRZDOYWPTGKK8M0ISQBXXVMEXZDCI1EGZXB4QQ2I8Y0PJN5GOM1QD0SSKLCNR3P78IOAP0QK3VJRTYAJ8' where id=67; -update noar ti set v3='WFURLW3O0WJEP5Z8S1J3D3KKVQ2QEU65R02H77N9Y8WWJIC3H0DNHH3PJGMHLG0CAE7L910NR1TXW9QRY3R1JBP3SPUM4PHQO9G9JQWZCKQVR0NDMPG41EYI3O5LCXV4UDAD5GOECEQNT1MLDTSQ9ZAK4ULPP3RV13K2UTMYZMX8N6PVGRZDOYWPTGKK8M0ISQBXXVMEXZDCI1EGZXB4QQ2I8Y0PJN5GOM1QD0SSKLCNR3P78IOAP0QK3VJRTYAJ8' where id=67; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='SH0X13UGX8HL56FVPGWPJXRX9DA4AOCQEJEVPROCNI22GO3O7CKKUG91V32DSR2DOESVXT6VMJFM26QT2BQFNKPY2P1NFDHNHWMPLNYLJ7AI8IL9ZFD0MSDVPUFBBCMB8L7430NKAX5L21A2V9CMCZXUUH9O6T7KWY6MO4Z3713PX4BLTQOQD2BVW0JZTDTDTQWZLCXRQO8UWF96NFONL6QMF0N2RXIJKREO37EOJL8KAHIIKGR4ID33FC3JWAGIK' where id=68; -update noar ti set v0='SH0X13UGX8HL56FVPGWPJXRX9DA4AOCQEJEVPROCNI22GO3O7CKKUG91V32DSR2DOESVXT6VMJFM26QT2BQFNKPY2P1NFDHNHWMPLNYLJ7AI8IL9ZFD0MSDVPUFBBCMB8L7430NKAX5L21A2V9CMCZXUUH9O6T7KWY6MO4Z3713PX4BLTQOQD2BVW0JZTDTDTQWZLCXRQO8UWF96NFONL6QMF0N2RXIJKREO37EOJL8KAHIIKGR4ID33FC3JWAGIK' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XTONFIT2HEX1SIGY1QM512E302HYAGJE0WNYFPAPMTHLX8KTMZFFGAORFVGNLJXHYG09C315O2L2SCBIDFS4RGGH2WB03RXWCUJ6MUKUJ7WODHI7O8BKDIXZFRTCA8B27BS2LDZX2MHUEXY2ESRSZ05CU5LK8TXKZBXBPMKU85ZGO8Q5BNUJ7QYPMJTVF2FNG307B32WP4ZXJXSTFJ7Q95X0I5OSVFYKIY62VYJB8P1R9QL2YFZZ6OE8FGIJORCSW' where id=68; -update noar ti set v1='XTONFIT2HEX1SIGY1QM512E302HYAGJE0WNYFPAPMTHLX8KTMZFFGAORFVGNLJXHYG09C315O2L2SCBIDFS4RGGH2WB03RXWCUJ6MUKUJ7WODHI7O8BKDIXZFRTCA8B27BS2LDZX2MHUEXY2ESRSZ05CU5LK8TXKZBXBPMKU85ZGO8Q5BNUJ7QYPMJTVF2FNG307B32WP4ZXJXSTFJ7Q95X0I5OSVFYKIY62VYJB8P1R9QL2YFZZ6OE8FGIJORCSW' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='RY89K8BQULSAX3380IKWDM4327A0KVRXR30KP7138JM19MTFBYDO7J2LJ19ELA21B8W5IAZML9HOTFLA7NPG750N6FN38INLWBAJ3TMDTFSYBII1F8YV4CNE8GOCD3OFB5SZJVJDHOEH4UQTNLDGQN2J7Y3XLRAKJMY1YGJ1WNYDHMTX4OS8KAD253DIL83HFP975HY2WECLVORROCIW0RCIE8FIT2XJE3UZAJFX6CB0WEHY7ARG344LT3RA0JDMU' where id=68; -update noar ti set v2='RY89K8BQULSAX3380IKWDM4327A0KVRXR30KP7138JM19MTFBYDO7J2LJ19ELA21B8W5IAZML9HOTFLA7NPG750N6FN38INLWBAJ3TMDTFSYBII1F8YV4CNE8GOCD3OFB5SZJVJDHOEH4UQTNLDGQN2J7Y3XLRAKJMY1YGJ1WNYDHMTX4OS8KAD253DIL83HFP975HY2WECLVORROCIW0RCIE8FIT2XJE3UZAJFX6CB0WEHY7ARG344LT3RA0JDMU' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='K0QQA5MDSGU6MWXGWC8F7T0YS0JNAL4TQNOIP56TMPVUN1QR0Q14GHF4GKZWKRBL01BCXWVIK7LPSH8RK6XBF83GOTH1FHSOT1P670Z9M6MYB7PVDWYHPWDY3VP2CW6P4EJNOWB3MY6UN0CFQ95GHCPTJNSBJ880N6X6ZZC34QYPGIPJ62NK5BHIX8VITCS0DRF9LD9GH67NWBAL9OQB6JMKGI3968IXK81I56OTHW10WCBT1ITQDOXNTANN2BZ4Y' where id=68; -update noar ti set v3='K0QQA5MDSGU6MWXGWC8F7T0YS0JNAL4TQNOIP56TMPVUN1QR0Q14GHF4GKZWKRBL01BCXWVIK7LPSH8RK6XBF83GOTH1FHSOT1P670Z9M6MYB7PVDWYHPWDY3VP2CW6P4EJNOWB3MY6UN0CFQ95GHCPTJNSBJ880N6X6ZZC34QYPGIPJ62NK5BHIX8VITCS0DRF9LD9GH67NWBAL9OQB6JMKGI3968IXK81I56OTHW10WCBT1ITQDOXNTANN2BZ4Y' where id=68; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='F8JII6T7EL9A2FGD4HE506JAZC4P6QI58JI9RGODOBPBX0Y00UJ445PLGE5CQ4XSXAUEYUT6G6MPZDDL3EYDNOVKVEZVYWF0W2N6QBVV6X3GX6SUH0RH4P10LZ8RKS4V2K7VAKZKA2FS86B4LDKWPN0QAQQMXW3FGDW7FS0XLN2MTR03LEYDC0V0QGM2WM3JJIFFKLFJPR7JWYYIVZGLHLRPS83XU2C4PPBW445DELM7QRQR75DW3GYB3P7RSAXQJ' where id=69; -update noar ti set v0='F8JII6T7EL9A2FGD4HE506JAZC4P6QI58JI9RGODOBPBX0Y00UJ445PLGE5CQ4XSXAUEYUT6G6MPZDDL3EYDNOVKVEZVYWF0W2N6QBVV6X3GX6SUH0RH4P10LZ8RKS4V2K7VAKZKA2FS86B4LDKWPN0QAQQMXW3FGDW7FS0XLN2MTR03LEYDC0V0QGM2WM3JJIFFKLFJPR7JWYYIVZGLHLRPS83XU2C4PPBW445DELM7QRQR75DW3GYB3P7RSAXQJ' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='UL0VE33M30IXP67YW5TUFCZLX9SKK5B3VRV18OHVV02RB1ZIQ78WDAT685TN3960YG10S2PNL4EF95AKEF0FH0MLMHW4GX85T3HCZXU5I42PNDJ373M26PQ1RWWONT9LJHU905W31PPMCW8F0LU25K17R0EL5D7HH5GCZCHFU306BUREP9I8O4HIU9C58BK9X2Y04SPFCJWFGJE0A8YAPFEIOX0DBCHXBX8P1T6UB9V6AIM2KJOXBQPWITZ7OD31B' where id=69; -update noar ti set v1='UL0VE33M30IXP67YW5TUFCZLX9SKK5B3VRV18OHVV02RB1ZIQ78WDAT685TN3960YG10S2PNL4EF95AKEF0FH0MLMHW4GX85T3HCZXU5I42PNDJ373M26PQ1RWWONT9LJHU905W31PPMCW8F0LU25K17R0EL5D7HH5GCZCHFU306BUREP9I8O4HIU9C58BK9X2Y04SPFCJWFGJE0A8YAPFEIOX0DBCHXBX8P1T6UB9V6AIM2KJOXBQPWITZ7OD31B' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='D4UD3SBDHA9JBDOMG893SFTQRM5OYZ3J2M3Q9WNXOIKVAIDIE29YFBF6RPEB4UCO3TBKD0BLC8N0N4JELRPV86CLQHBAB00EMHL3TQ16NVWD8QSODCP4CXR32K3CRIN4PEENNT1B02AHPU31J8OX9N6VRA05OYLGJY03A0338N1K6XQJV7I8G5HZ4YPDEEO5S8QMYSQ0IMQDCDY15QVSP2P0LF127WSNMC83PNQC9E0GASDGRD6BEJ0UWN8Y1IJ94' where id=69; -update noar ti set v2='D4UD3SBDHA9JBDOMG893SFTQRM5OYZ3J2M3Q9WNXOIKVAIDIE29YFBF6RPEB4UCO3TBKD0BLC8N0N4JELRPV86CLQHBAB00EMHL3TQ16NVWD8QSODCP4CXR32K3CRIN4PEENNT1B02AHPU31J8OX9N6VRA05OYLGJY03A0338N1K6XQJV7I8G5HZ4YPDEEO5S8QMYSQ0IMQDCDY15QVSP2P0LF127WSNMC83PNQC9E0GASDGRD6BEJ0UWN8Y1IJ94' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KQ5EYSAZRD9DFQXP8GI1TJSR66GASD0R0QC3Q3D6XQ5C5K0R2RXID4LPOALCTZY5L6YB87HLQG68GE0N2BEPQTHDQD0ENZQAFNHM6WTXME02GPCVYXKZNSKJWNK5VWDTPR1K8E2DV6X41P6YE090437PZPHO48ERONXAQ73XYWDIFTBPXPKYIX8P9W5ONFISC45VDEWNQEWS0EXF0EMMCRIBE1ENG6QDV871LI7SGYMXD1I5CE8C9P6YCJ1K8OOXC' where id=69; -update noar ti set v3='KQ5EYSAZRD9DFQXP8GI1TJSR66GASD0R0QC3Q3D6XQ5C5K0R2RXID4LPOALCTZY5L6YB87HLQG68GE0N2BEPQTHDQD0ENZQAFNHM6WTXME02GPCVYXKZNSKJWNK5VWDTPR1K8E2DV6X41P6YE090437PZPHO48ERONXAQ73XYWDIFTBPXPKYIX8P9W5ONFISC45VDEWNQEWS0EXF0EMMCRIBE1ENG6QDV871LI7SGYMXD1I5CE8C9P6YCJ1K8OOXC' where id=69; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XK5O7XTAISPFIB4Z0ROPEHZPDBYTMU3HE8O4SYGLGXA3MSF1CURWCJHF6R1N3IKYA4DMTP13JKTOWRGUSJ3B6FPWGR861YYB8EHM4C8C4ZU8C6LZ96TK1YV9D6TGR40WV1D1HVQK8PTSUPPVW13RY34HL6RQ8R41H1VK4RJAYO6VUZ5YI8ASG0ZA28JDVAQ4CPQW84SVDJLW0O8CMXLG3TDHLCKQA6P44I7NR3PI4D0M6Z337XTW17XJHDDEPZQWO' where id=70; -update noar ti set v0='XK5O7XTAISPFIB4Z0ROPEHZPDBYTMU3HE8O4SYGLGXA3MSF1CURWCJHF6R1N3IKYA4DMTP13JKTOWRGUSJ3B6FPWGR861YYB8EHM4C8C4ZU8C6LZ96TK1YV9D6TGR40WV1D1HVQK8PTSUPPVW13RY34HL6RQ8R41H1VK4RJAYO6VUZ5YI8ASG0ZA28JDVAQ4CPQW84SVDJLW0O8CMXLG3TDHLCKQA6P44I7NR3PI4D0M6Z337XTW17XJHDDEPZQWO' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E4LFFSA1J925QOFISTE14MMMS7TJDPBPFHJL1P62IBB6ZQ9LV16SBA297IWYL86064QNSAC8FODZZMTRG5RDXF9PAB5HCV6CFI56OTO2F55OT2MGDE0QHFO8BE53V5Z7SA6DJI6QGQN45WQJ1B5HOT4E5D3JVDJ1Y3R7MQYUN99O0DDLCGTSSGDMGQI4U7VAIR8P0RDGQRLWQGLBN3Z73EEZBUROI2QDIANHKZX0TA7KKBLIMISMPKIE0X2PMW8SM' where id=70; -update noar ti set v1='E4LFFSA1J925QOFISTE14MMMS7TJDPBPFHJL1P62IBB6ZQ9LV16SBA297IWYL86064QNSAC8FODZZMTRG5RDXF9PAB5HCV6CFI56OTO2F55OT2MGDE0QHFO8BE53V5Z7SA6DJI6QGQN45WQJ1B5HOT4E5D3JVDJ1Y3R7MQYUN99O0DDLCGTSSGDMGQI4U7VAIR8P0RDGQRLWQGLBN3Z73EEZBUROI2QDIANHKZX0TA7KKBLIMISMPKIE0X2PMW8SM' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WELHWOKHZZ3O1QOR1MUIKUDC5HW8OSXP2MW0SKCUQTLCQPUWZ1BV3CVEABS1PLQN8EU1KCDQ5ICWW0IK8T963FIDGUKH0IDGQLRP4MH22A3QC6J7AP6S8I6JWZ630SDBVRM3I5ZT7ZIJN0QLI73Z84JXQFRJLF0A9GYYOL03KCTCIOESIKUY8130AUY7VF2BGWXMFEGV2U45EDGKVUP4ILPESV4JXV9FXLMXY1OEY19Q9C5A6YZQNQTBEES9CXFH1' where id=70; -update noar ti set v2='WELHWOKHZZ3O1QOR1MUIKUDC5HW8OSXP2MW0SKCUQTLCQPUWZ1BV3CVEABS1PLQN8EU1KCDQ5ICWW0IK8T963FIDGUKH0IDGQLRP4MH22A3QC6J7AP6S8I6JWZ630SDBVRM3I5ZT7ZIJN0QLI73Z84JXQFRJLF0A9GYYOL03KCTCIOESIKUY8130AUY7VF2BGWXMFEGV2U45EDGKVUP4ILPESV4JXV9FXLMXY1OEY19Q9C5A6YZQNQTBEES9CXFH1' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NN98J202D6MHL1OX7XZP6CB0X67BBW02WJIVUBQB2P491X3NR1C3H5I3MQDN7Q3OXKI7MXTZ3FV4ML1D36A0R5FX849N0G6G2M1UJ6QXJ9WVSOXS2W12746BN2YY54FNQ7N64CCRQ89DPF8L0YR70NCY8OYFR71LRKCSNT3ZEOH23XMHP050HCWTJOQTTKBAMOQDUVGC0YREF4EZX35UDJ4WKM194NIE6QO8W299YKWBGRD6IQGW4F2WOA8OM1TA6' where id=70; -update noar ti set v3='NN98J202D6MHL1OX7XZP6CB0X67BBW02WJIVUBQB2P491X3NR1C3H5I3MQDN7Q3OXKI7MXTZ3FV4ML1D36A0R5FX849N0G6G2M1UJ6QXJ9WVSOXS2W12746BN2YY54FNQ7N64CCRQ89DPF8L0YR70NCY8OYFR71LRKCSNT3ZEOH23XMHP050HCWTJOQTTKBAMOQDUVGC0YREF4EZX35UDJ4WKM194NIE6QO8W299YKWBGRD6IQGW4F2WOA8OM1TA6' where id=70; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='YFRPIK542K92D9ORHSDG0MO6HRMLHASGU1I7N57A6CFWF99HWYVDJAAWC61TL0640QAGTV46V50HKTS9LN764W2M1GQYFEDLWL1FN9A95BSYS5MF2IKYROY382PGSN7VINU781K2XXYSND5VJ2LEDS0TMQHC6XG7RB2P7VZME4UZMAK8U0DNCI5YT2EYV9LIO3EYVQLMKKWBQFLL25VIXRXF0XCDB9NJBFSAWVEJL8C0FGOELC9E6FNJP1JX5JLCH' where id=71; -update noar ti set v0='YFRPIK542K92D9ORHSDG0MO6HRMLHASGU1I7N57A6CFWF99HWYVDJAAWC61TL0640QAGTV46V50HKTS9LN764W2M1GQYFEDLWL1FN9A95BSYS5MF2IKYROY382PGSN7VINU781K2XXYSND5VJ2LEDS0TMQHC6XG7RB2P7VZME4UZMAK8U0DNCI5YT2EYV9LIO3EYVQLMKKWBQFLL25VIXRXF0XCDB9NJBFSAWVEJL8C0FGOELC9E6FNJP1JX5JLCH' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='J3XU346XQGSUTTYFKWBTN7IYUOQEXQLFIU9YA6TADH3NMINHBPD8E6ZTZVGXXVVOF1GOMO7A0BMJIYA5ARDZ3ZXVFYPI8596XQ87MLQQZVX0YOKWSJFNHFFG3SFF1OFJ0GDOPZ5UBMJ6CXHX2L26U8I711AD3LPM88H99UXMVTA7Z0ECDKLB4FJ0XIGPWA9QWTSZBJTVXG1XDL1LVN0PZTE2A7LUO9ZLXL0Q4LSQD5MT1OTQL30ZZWSSOHR18KNLV' where id=71; -update noar ti set v1='J3XU346XQGSUTTYFKWBTN7IYUOQEXQLFIU9YA6TADH3NMINHBPD8E6ZTZVGXXVVOF1GOMO7A0BMJIYA5ARDZ3ZXVFYPI8596XQ87MLQQZVX0YOKWSJFNHFFG3SFF1OFJ0GDOPZ5UBMJ6CXHX2L26U8I711AD3LPM88H99UXMVTA7Z0ECDKLB4FJ0XIGPWA9QWTSZBJTVXG1XDL1LVN0PZTE2A7LUO9ZLXL0Q4LSQD5MT1OTQL30ZZWSSOHR18KNLV' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='V469URBLW2ZEIAF61MEEW6SQ4UZ7WSBF78RU9OHWM579KG5YAGJCOOL2SV7LBUMZUYV1WJUMHTYCDPJ764B24L0V7EQSHIBQG2KDPUGQHYVCB4QOVKXRQXAJ1X5F6M4U6TAMOIZWYD95PG51NQCC26IJP9HD0FQWEQHCP3ORX0JHMU0GYCVSC86BDTZNN1AAOUI642250ETQPT58EUJ6MDBK7RV5OICFG77ADQ0GINX6D3BNQ8OQ3Y0AWFVBJIKHF' where id=71; -update noar ti set v2='V469URBLW2ZEIAF61MEEW6SQ4UZ7WSBF78RU9OHWM579KG5YAGJCOOL2SV7LBUMZUYV1WJUMHTYCDPJ764B24L0V7EQSHIBQG2KDPUGQHYVCB4QOVKXRQXAJ1X5F6M4U6TAMOIZWYD95PG51NQCC26IJP9HD0FQWEQHCP3ORX0JHMU0GYCVSC86BDTZNN1AAOUI642250ETQPT58EUJ6MDBK7RV5OICFG77ADQ0GINX6D3BNQ8OQ3Y0AWFVBJIKHF' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='TIJ8M4LSSCBMCRQH08HT77VAUZ8XFIQZVBXJHL3NXBGRSQE5U28PS3F48SBV2BPIPLVP4RD9YCT8ZQHAWZE3B33957HHHGBJI5909MJZPWRYVOIZ30673AZ6SX85JS8DWXUX1JS09GVMCE0NK4H29RAFDW1IRBGKLXJF9X4XUTWN91DOQJY9OBWHFL99KEU4FIZIF1K5C1EME3AXDEUDC6E4ZJ81PTJCZ4L4VHTTRUZ4EKK0NAFII3D31H4B4Z7WD' where id=71; -update noar ti set v3='TIJ8M4LSSCBMCRQH08HT77VAUZ8XFIQZVBXJHL3NXBGRSQE5U28PS3F48SBV2BPIPLVP4RD9YCT8ZQHAWZE3B33957HHHGBJI5909MJZPWRYVOIZ30673AZ6SX85JS8DWXUX1JS09GVMCE0NK4H29RAFDW1IRBGKLXJF9X4XUTWN91DOQJY9OBWHFL99KEU4FIZIF1K5C1EME3AXDEUDC6E4ZJ81PTJCZ4L4VHTTRUZ4EKK0NAFII3D31H4B4Z7WD' where id=71; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4923FUZ9C8VB2SS9SMTKUEQSUCPJZ6BMZTZFUSOPYJTC2T2ULN27ETBZLFEFZWW7VQMA7VCSG2AUK8L6A8TDZLTJOMDK8K711AOUGXIPUHZ5K8T04HSHLNO24YR00ML2XFPKY189GFWKT5EJF8FL0TZEHJBQRSNDOI0J68GBH6XYG2U7T7MBJJRMRAAC3DDBU62M7PEOTA0HVZEUZQQ3AO5N3ED4LQJ1J7E1ELSD325MMGH4ORUU4OU454E3TFNPW' where id=72; -update noar ti set v0='4923FUZ9C8VB2SS9SMTKUEQSUCPJZ6BMZTZFUSOPYJTC2T2ULN27ETBZLFEFZWW7VQMA7VCSG2AUK8L6A8TDZLTJOMDK8K711AOUGXIPUHZ5K8T04HSHLNO24YR00ML2XFPKY189GFWKT5EJF8FL0TZEHJBQRSNDOI0J68GBH6XYG2U7T7MBJJRMRAAC3DDBU62M7PEOTA0HVZEUZQQ3AO5N3ED4LQJ1J7E1ELSD325MMGH4ORUU4OU454E3TFNPW' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='B7VS1GQXUXDHDE6750REEMOYWEJ93J46HCF5TDBY8M18I7QXJ1Z6GIIWMG2G69DN2TS193N04XFFNLPJK04HK78MILVNVZWO2XQ8Z4V71TBKQT92T4RM00KM7F4D8L3UTH8W5PB28LCTQO9PEUBNXC779BX4ZIO2BJB6C0FMJ0WSNX18FVMQZ0Q4SYK6J6T13COUNIOXXSL3X9F41F2317W6F5EX746NSJS4YYP8K63DZFWD4B01Y3P6NGTK85VEZ' where id=72; -update noar ti set v1='B7VS1GQXUXDHDE6750REEMOYWEJ93J46HCF5TDBY8M18I7QXJ1Z6GIIWMG2G69DN2TS193N04XFFNLPJK04HK78MILVNVZWO2XQ8Z4V71TBKQT92T4RM00KM7F4D8L3UTH8W5PB28LCTQO9PEUBNXC779BX4ZIO2BJB6C0FMJ0WSNX18FVMQZ0Q4SYK6J6T13COUNIOXXSL3X9F41F2317W6F5EX746NSJS4YYP8K63DZFWD4B01Y3P6NGTK85VEZ' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='S61LPEQUXN6S0KC9Z1W5QYATW6HZSBX9A15MTONV9MM06P4X29JVFRT9M9KI9Y6SROQC4UNWLDVRHWG4M0DIJASW8JJH3K81JVOUTP8WN2RTBI42XXSNM4LRIIOLNNGRD6GW44EJGUSYM6WGCTU6NERD42WI25YLT090KYIP4IWBLEF91Z2NQEVEOG67FUTLFII8YZ7OIO5F52R5QGHWX63SVILEPIKEZ6MOBRF692OI64Z3A8LLYXRCBG6G2R15Q' where id=72; -update noar ti set v2='S61LPEQUXN6S0KC9Z1W5QYATW6HZSBX9A15MTONV9MM06P4X29JVFRT9M9KI9Y6SROQC4UNWLDVRHWG4M0DIJASW8JJH3K81JVOUTP8WN2RTBI42XXSNM4LRIIOLNNGRD6GW44EJGUSYM6WGCTU6NERD42WI25YLT090KYIP4IWBLEF91Z2NQEVEOG67FUTLFII8YZ7OIO5F52R5QGHWX63SVILEPIKEZ6MOBRF692OI64Z3A8LLYXRCBG6G2R15Q' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='KE8FRYTJ2OYB6WOW5AGK9JHM88CUEACNTHYQGJRJQCNYWF9FQ0GOGT9QIOGLTTYI37BBJ2VY2E1H8NII07NIN5AQZM0C18IA4ROV991DHHC0TM0NNQXF45XXSIFT1U1K3ZAQC5YRAGT7R5URPKSWDTLEMM411VW6Q8K8MFTDXJ8FYPUTCHRBMZ595EE8BL3PLGCZP06SS0RXW41XEWXQFN8QAGDJ1LJDGJ5YG8NZNPNSN8S9YP482ZLF6P926WSFU' where id=72; -update noar ti set v3='KE8FRYTJ2OYB6WOW5AGK9JHM88CUEACNTHYQGJRJQCNYWF9FQ0GOGT9QIOGLTTYI37BBJ2VY2E1H8NII07NIN5AQZM0C18IA4ROV991DHHC0TM0NNQXF45XXSIFT1U1K3ZAQC5YRAGT7R5URPKSWDTLEMM411VW6Q8K8MFTDXJ8FYPUTCHRBMZ595EE8BL3PLGCZP06SS0RXW41XEWXQFN8QAGDJ1LJDGJ5YG8NZNPNSN8S9YP482ZLF6P926WSFU' where id=72; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='9CB91B5WD7UMVUJQGVQTD49SCGF6WMV2I0CFXJR3APIWUPWNP8LSR2CY8OL84FBDSRP2MGMNBJ4P31LCXG2IC3ICVJPNM4P0HZQYYY1L5J9BDJOAL4GUS7JCFSZ4WTU53CL385XSK45G56JNU9E6MWHSODZYLZ5AJKVAKYUNUY9UGOMT4RE9K1J9CH1X8WHQQYXODL85IYJ2Z9I8ZE32C6R98O6FEHP06YB7DZBDSCOHS4OA31HEM1O12HC0DYBIC' where id=73; -update noar ti set v0='9CB91B5WD7UMVUJQGVQTD49SCGF6WMV2I0CFXJR3APIWUPWNP8LSR2CY8OL84FBDSRP2MGMNBJ4P31LCXG2IC3ICVJPNM4P0HZQYYY1L5J9BDJOAL4GUS7JCFSZ4WTU53CL385XSK45G56JNU9E6MWHSODZYLZ5AJKVAKYUNUY9UGOMT4RE9K1J9CH1X8WHQQYXODL85IYJ2Z9I8ZE32C6R98O6FEHP06YB7DZBDSCOHS4OA31HEM1O12HC0DYBIC' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S7CPPV8WQDPDQMB5RNVLBUJAKOVJBLST3TEX0MJWZRSDKW4SF2UVZGW9R8WB4C6CR8IOYE4C61X0QCFKGFCBYY5RGZ6XU4S9Q71ACMAUY7VKDJONUFELZY4JI56S8XXUWWNWC16FV3B4TD5TH5TBVNRFKO3Y2XM6VKRG888T2OH82TJ4N7910IPY9Y2GLZ274CV5ZGR23AXHVIBENR1PPHTSHILA9AYW2POKOK63JMQMVW2UD2GIG7452E121LVXP' where id=73; -update noar ti set v1='S7CPPV8WQDPDQMB5RNVLBUJAKOVJBLST3TEX0MJWZRSDKW4SF2UVZGW9R8WB4C6CR8IOYE4C61X0QCFKGFCBYY5RGZ6XU4S9Q71ACMAUY7VKDJONUFELZY4JI56S8XXUWWNWC16FV3B4TD5TH5TBVNRFKO3Y2XM6VKRG888T2OH82TJ4N7910IPY9Y2GLZ274CV5ZGR23AXHVIBENR1PPHTSHILA9AYW2POKOK63JMQMVW2UD2GIG7452E121LVXP' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3S8L7M742YLSQI65DUNEZDD5C771A435R9PDBHHR38AC1ZYMWG0OW6BOG94AIX3ATWJ055JF0X4NENH0CA4L6J0U1XGAQQN70O3LWLR57F7MMISEL41TV895SEC4CXOT4KSR5MBMHJL0FR88ASZWP2KW1RDWN4V9K5XGB0ES1PLVYCDZ45CZCOPP35UFZ3WMG614VUYG4JP7VX96DA6WRTSFQIBP3UAPHGOU05UC0SLZ7DYNPWHOMWEVI0OZI5V40' where id=73; -update noar ti set v2='3S8L7M742YLSQI65DUNEZDD5C771A435R9PDBHHR38AC1ZYMWG0OW6BOG94AIX3ATWJ055JF0X4NENH0CA4L6J0U1XGAQQN70O3LWLR57F7MMISEL41TV895SEC4CXOT4KSR5MBMHJL0FR88ASZWP2KW1RDWN4V9K5XGB0ES1PLVYCDZ45CZCOPP35UFZ3WMG614VUYG4JP7VX96DA6WRTSFQIBP3UAPHGOU05UC0SLZ7DYNPWHOMWEVI0OZI5V40' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4IFPJW2AGP7HSP6CEN4SLLL8XE9Y4UTBLDCOYCIBMK6ZI8WM3BGOO19ZT2LX4G79QMJH7TE7KOPYDR2PAO6APT3JIJ3OGNH85CTBAQZWOY1LXIMDPOG1OS5OZNKDU7SZTUSLETAHRE3VAZ5IAO493S5N8UOST4P2BM6XB92FDVW3C9WSZ9A4O2MOIH79TL4UPKF96HE7MVRRPC2A64ETW4GZO1MH2EPYGWHC1UTKZFJGEFHHUFM46YKA7B1AHZZD2' where id=73; -update noar ti set v3='4IFPJW2AGP7HSP6CEN4SLLL8XE9Y4UTBLDCOYCIBMK6ZI8WM3BGOO19ZT2LX4G79QMJH7TE7KOPYDR2PAO6APT3JIJ3OGNH85CTBAQZWOY1LXIMDPOG1OS5OZNKDU7SZTUSLETAHRE3VAZ5IAO493S5N8UOST4P2BM6XB92FDVW3C9WSZ9A4O2MOIH79TL4UPKF96HE7MVRRPC2A64ETW4GZO1MH2EPYGWHC1UTKZFJGEFHHUFM46YKA7B1AHZZD2' where id=73; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='4U6SRBJ8NTLWAPC4SDPZN3RYZ9YORA5VUTNZRJQ3FQKSYJAR1M1UK2FJJ8B1OMN40KVL43M24TSA7L1AR5A0XYNR6YMUDOC6THT5225G3J01YM5KYXU7BAN0K227SGQ3ZBKU3WMVIEFH9O14YCEEAGQ8WBW6IZSVIHOM0LVA8Y7QEZFWEEEFR7PFKFORQBXENJOCB433JZ3HSAIPZRC24S7W036J5ISPH9LDVP832MG1NY80OOV60URI9JMNGYID9' where id=74; -update noar ti set v0='4U6SRBJ8NTLWAPC4SDPZN3RYZ9YORA5VUTNZRJQ3FQKSYJAR1M1UK2FJJ8B1OMN40KVL43M24TSA7L1AR5A0XYNR6YMUDOC6THT5225G3J01YM5KYXU7BAN0K227SGQ3ZBKU3WMVIEFH9O14YCEEAGQ8WBW6IZSVIHOM0LVA8Y7QEZFWEEEFR7PFKFORQBXENJOCB433JZ3HSAIPZRC24S7W036J5ISPH9LDVP832MG1NY80OOV60URI9JMNGYID9' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='SCY94S3SS1B716ZVXOMSQXIV84IAE60B4888EQGK9S6YVWIAK3ITNTA2YS14A1ZOOLSXNTO6PBVIKTWMCKEB8HS0T5GUZT07HJBEQUYT8GVSB79L70LZGRGY9VKK5Y8YQJ98W4XVTBN1B48C9C3X130LLONJA90FQION5E17K8KKEU7GJ8VXKA6GVLAB3G9XJ2NS8G5IKQKZUDTR9NX23NF738ZU6JC50B49RYZJC4JC2WT98OCAJUW46SCHCWJZX' where id=74; -update noar ti set v1='SCY94S3SS1B716ZVXOMSQXIV84IAE60B4888EQGK9S6YVWIAK3ITNTA2YS14A1ZOOLSXNTO6PBVIKTWMCKEB8HS0T5GUZT07HJBEQUYT8GVSB79L70LZGRGY9VKK5Y8YQJ98W4XVTBN1B48C9C3X130LLONJA90FQION5E17K8KKEU7GJ8VXKA6GVLAB3G9XJ2NS8G5IKQKZUDTR9NX23NF738ZU6JC50B49RYZJC4JC2WT98OCAJUW46SCHCWJZX' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3MOJPPCWMCY7LZX1V6N08LUS6P6IF0O2G2B0IAWFYV7VSZAAZ4L4RDOV28ENC4J6IBBS0P7WMBPLT1UNJNO2YNESJC20K1T2V039W6DB4U9AA95A3HROO8HCLVDHI1X5TDLJLWYKYFF05G5GH6JUMPNAHYR0QTCV2NK33N1TIWM2KK21ENP7NKESYWGUI66SDGIJ7R08PIKV2GFT2SXWISXE61UWPDBLO1MWKLA3DU9OUT4WDNEBDK8CX6EUPDVTH' where id=74; -update noar ti set v2='3MOJPPCWMCY7LZX1V6N08LUS6P6IF0O2G2B0IAWFYV7VSZAAZ4L4RDOV28ENC4J6IBBS0P7WMBPLT1UNJNO2YNESJC20K1T2V039W6DB4U9AA95A3HROO8HCLVDHI1X5TDLJLWYKYFF05G5GH6JUMPNAHYR0QTCV2NK33N1TIWM2KK21ENP7NKESYWGUI66SDGIJ7R08PIKV2GFT2SXWISXE61UWPDBLO1MWKLA3DU9OUT4WDNEBDK8CX6EUPDVTH' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='2MN0GKNKCTDHL4JG1UNE5BGPMWHKFP3SFIVF787RKBYIYM4V42QL95CZK3ZMDNGL22XWELJ9BRARV4E26FA9ELLLL8FLPS2BL746WO8ZHKFPHQAFHP3N921BQY2Y7B5QH99R6SQ6KG7XD5V25CB8AVBU443FEHB4IZOUSQTODXVYZAQDILSXV440GHY7IJ09FQ1RUBULQPG56JJ7X6JXDN7S1R5ZSRUC368RB27S342XS7OQM07VWM99BRYXIKURK' where id=74; -update noar ti set v3='2MN0GKNKCTDHL4JG1UNE5BGPMWHKFP3SFIVF787RKBYIYM4V42QL95CZK3ZMDNGL22XWELJ9BRARV4E26FA9ELLLL8FLPS2BL746WO8ZHKFPHQAFHP3N921BQY2Y7B5QH99R6SQ6KG7XD5V25CB8AVBU443FEHB4IZOUSQTODXVYZAQDILSXV440GHY7IJ09FQ1RUBULQPG56JJ7X6JXDN7S1R5ZSRUC368RB27S342XS7OQM07VWM99BRYXIKURK' where id=74; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6FCV3W9RQ4B1P1SNF745MID6YK0F7WDBWW25H2UR539DVV2PQTICFZ3C9QRFZ7ZBNTI2UVVQCCYVZK4VSX7KOULFZEAF0229LMKU9YEYGXW2ZKC0G6IBPPXBH35OATNOZKKGOFWRGJGBQKPUDUZKA83L9A9WLEIUNSVJ7DQZXUYWB4XRLAIDABG7IIXI6TMBG5IC27J3U9DL8GF8M5C8Q57JV222KGMXJVQKVHIIHMOMQA46GOG7EHHPAUINUVX8B' where id=75; -update noar ti set v0='6FCV3W9RQ4B1P1SNF745MID6YK0F7WDBWW25H2UR539DVV2PQTICFZ3C9QRFZ7ZBNTI2UVVQCCYVZK4VSX7KOULFZEAF0229LMKU9YEYGXW2ZKC0G6IBPPXBH35OATNOZKKGOFWRGJGBQKPUDUZKA83L9A9WLEIUNSVJ7DQZXUYWB4XRLAIDABG7IIXI6TMBG5IC27J3U9DL8GF8M5C8Q57JV222KGMXJVQKVHIIHMOMQA46GOG7EHHPAUINUVX8B' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VR4NED14HX9SFOJ6RS62SIRCHHMQO3F4DS1GHLTK1FLBVMJXSIIOD3V34SKQ2YQ8L42A9YV5B4Z1P20IFZ4S2BLLN1NOEH9OCHU5DIAKL34M997K9TU6EZKHNIMBS9OJKTRCP7LJTZZCTVA19GUNQUTJOZCAWEOM8665SC7QKLUM7T76K52DX1ITTPE90L9F00V7IZM54QP6AGZEH6K9W9QYX3MD13TIZAONM333SH8WSZ8Y1GGIHRMKJOSHQBPST' where id=75; -update noar ti set v1='VR4NED14HX9SFOJ6RS62SIRCHHMQO3F4DS1GHLTK1FLBVMJXSIIOD3V34SKQ2YQ8L42A9YV5B4Z1P20IFZ4S2BLLN1NOEH9OCHU5DIAKL34M997K9TU6EZKHNIMBS9OJKTRCP7LJTZZCTVA19GUNQUTJOZCAWEOM8665SC7QKLUM7T76K52DX1ITTPE90L9F00V7IZM54QP6AGZEH6K9W9QYX3MD13TIZAONM333SH8WSZ8Y1GGIHRMKJOSHQBPST' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='K44JPUE83N81GY0NRA8JTL4L7RVB36Y1VSSA6FW1525WMM6UX5Z3GQF6EJCD31YVWOX3MBPJLXPE7JOZZ4S9TP2Z2Q9BJY1WJEKGEAKGE40A849FADDQOYMU8UU515ACU1KGHBF4FBBFR96T4ZFZXWGBKQHBZU6U34RWRZ5YR12UMC7LGIECJAS0UK774QOLMN97XVATXTPJGCOR0U7LUH4GUP2ZHZ37QMCH3Z7E91HPP5S8QXWF3TCD67HS7T1EZ' where id=75; -update noar ti set v2='K44JPUE83N81GY0NRA8JTL4L7RVB36Y1VSSA6FW1525WMM6UX5Z3GQF6EJCD31YVWOX3MBPJLXPE7JOZZ4S9TP2Z2Q9BJY1WJEKGEAKGE40A849FADDQOYMU8UU515ACU1KGHBF4FBBFR96T4ZFZXWGBKQHBZU6U34RWRZ5YR12UMC7LGIECJAS0UK774QOLMN97XVATXTPJGCOR0U7LUH4GUP2ZHZ37QMCH3Z7E91HPP5S8QXWF3TCD67HS7T1EZ' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HKHJA63CY8D34IU6BFOOG21VORX8C7M672KRPN0C1TLSDC38MGXI0X1UKV44671YDMLLN3I1A693ZWIQU1D2QFK5QG9LTW723P6OP18YO4NNBNXP66QI61PC27KKYBK83SICHFNO7K37JF1V5NTHTDCTPT7T7JND1R1NEOWUQ0U4NXLLIINLQWK284K74U34OD2R68V2M0OXV123NWAGWE5XWOYU3GU1CH3K5W13UGW2N15G0QU8L7BOPSOQ6Z7I7' where id=75; -update noar ti set v3='HKHJA63CY8D34IU6BFOOG21VORX8C7M672KRPN0C1TLSDC38MGXI0X1UKV44671YDMLLN3I1A693ZWIQU1D2QFK5QG9LTW723P6OP18YO4NNBNXP66QI61PC27KKYBK83SICHFNO7K37JF1V5NTHTDCTPT7T7JND1R1NEOWUQ0U4NXLLIINLQWK284K74U34OD2R68V2M0OXV123NWAGWE5XWOYU3GU1CH3K5W13UGW2N15G0QU8L7BOPSOQ6Z7I7' where id=75; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='1UH6NRKWMVCGYAF3R4Q65BR4JOANCQYV06XPL2FAVYRAWXKFCEBFZ3LUSDSZPHS06KDNU3Z7ZGD0QLRBVVGBVI877CJ4AI8MN9I82HBSYJ86PJV83M734KX6YGUOARKV4MLD5LRMPGFNH4V1ATJQQY5BNVOPMUNGPUVH7XK0V51QNJX390ZHX5J6NY0LJ9NTV2HH6NSD4HAEC4OAFJGRKYYJX6NXL9P1FGY25810IGH3LUVSTNSL91NBCHDG79IFF' where id=76; -update noar ti set v0='1UH6NRKWMVCGYAF3R4Q65BR4JOANCQYV06XPL2FAVYRAWXKFCEBFZ3LUSDSZPHS06KDNU3Z7ZGD0QLRBVVGBVI877CJ4AI8MN9I82HBSYJ86PJV83M734KX6YGUOARKV4MLD5LRMPGFNH4V1ATJQQY5BNVOPMUNGPUVH7XK0V51QNJX390ZHX5J6NY0LJ9NTV2HH6NSD4HAEC4OAFJGRKYYJX6NXL9P1FGY25810IGH3LUVSTNSL91NBCHDG79IFF' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='E8R00BKNSPVOV9O06UFQKV6BRY8LLJJO7KCF9OAZQIMLM4VZ6YL8SNW7R5BY1Y737NFD52OKXEFIA1O43XJ6Q24MIHJNQGG69WIN9Z5NAYKU552T15P7D7N56NR55KLAIM1V9VKRQJLXUJLB5L55SDDGFHAQO5MGAYFKIQ26IQ0YD4QEELVWL76DUDG4PNGHT1N6TASQ0LJPFNFU56UAEDQM6DHKN6M4H8XQPTXCKN9AG0XRBMGY4FW3DZ0AUZXXH' where id=76; -update noar ti set v1='E8R00BKNSPVOV9O06UFQKV6BRY8LLJJO7KCF9OAZQIMLM4VZ6YL8SNW7R5BY1Y737NFD52OKXEFIA1O43XJ6Q24MIHJNQGG69WIN9Z5NAYKU552T15P7D7N56NR55KLAIM1V9VKRQJLXUJLB5L55SDDGFHAQO5MGAYFKIQ26IQ0YD4QEELVWL76DUDG4PNGHT1N6TASQ0LJPFNFU56UAEDQM6DHKN6M4H8XQPTXCKN9AG0XRBMGY4FW3DZ0AUZXXH' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='K1HD98641FDCHEWHOC1Q43L1EQHYILBBTCPHK3DJYWY7LPG9BMK48RCZFZPZUSGLETR7XFNC5KKK74MZ2FBJVLDNWUD966KG7VSA46D2F0YL3O0NERYCQJF0J8CH8828ILH812JBG7IW7VNE7PREB2MQFP2SFSQRRWQ4SKWPWNWR98ODGDBD4P4SARPEH77SDOEJ0BHMX1NOZJD3KULBJ7UGXSWLQ6DHENTVXI1N7RGRR6P6NHPV58QYZDU3VLUV8' where id=76; -update noar ti set v2='K1HD98641FDCHEWHOC1Q43L1EQHYILBBTCPHK3DJYWY7LPG9BMK48RCZFZPZUSGLETR7XFNC5KKK74MZ2FBJVLDNWUD966KG7VSA46D2F0YL3O0NERYCQJF0J8CH8828ILH812JBG7IW7VNE7PREB2MQFP2SFSQRRWQ4SKWPWNWR98ODGDBD4P4SARPEH77SDOEJ0BHMX1NOZJD3KULBJ7UGXSWLQ6DHENTVXI1N7RGRR6P6NHPV58QYZDU3VLUV8' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7M9XV1GQQJN22D12Z4QU3NVE33X5TRK20DA7ZK6RXOAYP62JWIU0YQWZCFKZN6EJCJ875XIF7YHOE3B3S2CH4UMLAB6KPDVLPNS6T9R82L9D3LEJPBB178YCV1BFDPQGNHYMKBN7SDGYQG1EZS16P36RJ8JTRXX5KBQZH0EGK8MCXLUMLGNB4RXE4W56PPEW5H5L2LSW3KCZQ1XD1SF2EDBUH90O8CIWTFTZTMWZQIK7HZ07SQQNOQ39UMACKHZ7B' where id=76; -update noar ti set v3='7M9XV1GQQJN22D12Z4QU3NVE33X5TRK20DA7ZK6RXOAYP62JWIU0YQWZCFKZN6EJCJ875XIF7YHOE3B3S2CH4UMLAB6KPDVLPNS6T9R82L9D3LEJPBB178YCV1BFDPQGNHYMKBN7SDGYQG1EZS16P36RJ8JTRXX5KBQZH0EGK8MCXLUMLGNB4RXE4W56PPEW5H5L2LSW3KCZQ1XD1SF2EDBUH90O8CIWTFTZTMWZQIK7HZ07SQQNOQ39UMACKHZ7B' where id=76; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Y0X21K01JOROS64RCVXJIZ5P915919548PNC48QXQV1JYSPX1NKECQ8A27ZXPHF72Y18HEFUPSQGZKY2IASHE6A2XAY32UG5Q5EP61RHRWF0255WKEYX1H8FL30NV3D6TK02L03GYK0KDZ5UFUQ795KZT6ZTB5BDLBDBPKZ45TZU26016JEYNLCT71TVXXOFH9Q5WX8B341T215D8GAQAQ6L0F86X7STD0G6G8KWZOBVI7D8U0WQHS26OVMVEAPHY' where id=77; -update noar ti set v0='Y0X21K01JOROS64RCVXJIZ5P915919548PNC48QXQV1JYSPX1NKECQ8A27ZXPHF72Y18HEFUPSQGZKY2IASHE6A2XAY32UG5Q5EP61RHRWF0255WKEYX1H8FL30NV3D6TK02L03GYK0KDZ5UFUQ795KZT6ZTB5BDLBDBPKZ45TZU26016JEYNLCT71TVXXOFH9Q5WX8B341T215D8GAQAQ6L0F86X7STD0G6G8KWZOBVI7D8U0WQHS26OVMVEAPHY' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3UZNHPJWOTPKIOFVBGEDE3VS34IYJTKA3W1VXYQ4F4F68VR8M7YIE0BSTNR0D3M72S6NYMZWMKK4XBOXLQJXRT4S0OHDENV40ZGIUCQM1RCJOWP11VJ9UUKT10J6PGH76JM60VCKJ0UJO81T0ZKCKAQQ6TVQMZ6AWOEFKKUFOPB0TKO8O3V47TYN6AWBGQDLK85PZ8QC8WBRBBF0504QO8ORODEYVJUEZBKUNEMEPL8I3N4P15XEZV4UUKC13SFFD' where id=77; -update noar ti set v1='3UZNHPJWOTPKIOFVBGEDE3VS34IYJTKA3W1VXYQ4F4F68VR8M7YIE0BSTNR0D3M72S6NYMZWMKK4XBOXLQJXRT4S0OHDENV40ZGIUCQM1RCJOWP11VJ9UUKT10J6PGH76JM60VCKJ0UJO81T0ZKCKAQQ6TVQMZ6AWOEFKKUFOPB0TKO8O3V47TYN6AWBGQDLK85PZ8QC8WBRBBF0504QO8ORODEYVJUEZBKUNEMEPL8I3N4P15XEZV4UUKC13SFFD' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='BK0XLWGMSO3G9PUXI2ALOWONIRS4OYW77WJ0VQNHWUVUF2ZFABNZP3LLVA3ELIP3GOX4GL9Y5O0DN2J8SN7YQHGF9FB6ZO6U865WPARKOW01VXAHMRFDQTKH071J5WRB0HAK4SFGJWXIJNBB4G03NRVBUMPVKLZHZ4E8UKZ8AI088HCZPHWKDY6VEK27OECSEYFQMU10IK76922K6BKQISJ78COQJLDZHYHNI1VWBKEW6X4Z1Q2WRJKWYYU4FA9ZG' where id=77; -update noar ti set v2='BK0XLWGMSO3G9PUXI2ALOWONIRS4OYW77WJ0VQNHWUVUF2ZFABNZP3LLVA3ELIP3GOX4GL9Y5O0DN2J8SN7YQHGF9FB6ZO6U865WPARKOW01VXAHMRFDQTKH071J5WRB0HAK4SFGJWXIJNBB4G03NRVBUMPVKLZHZ4E8UKZ8AI088HCZPHWKDY6VEK27OECSEYFQMU10IK76922K6BKQISJ78COQJLDZHYHNI1VWBKEW6X4Z1Q2WRJKWYYU4FA9ZG' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='PBYBVDSMU71C3KRULCTZ3MESIFK15Y1X3CYOOV9E3ZHJQRT4YPQJX3XD9F9SGI310NV7CGDL2U9U19A2WI11JORKYW5K6S3VV3TAJJ0M2KODAVRE0B5LB8UMUE17P9L1283C1SO0V1XO5ZFIFSB37YY8FEJJCCD0CO242580XG2GMB9U1C8XQ5X5TPZ18FUMO0L66KTH3WRMC5CGJ05SM3RXUA85Q528Q6YU8URQLWZ6EOXZ5E69AHT7M2OCLOP0V' where id=77; -update noar ti set v3='PBYBVDSMU71C3KRULCTZ3MESIFK15Y1X3CYOOV9E3ZHJQRT4YPQJX3XD9F9SGI310NV7CGDL2U9U19A2WI11JORKYW5K6S3VV3TAJJ0M2KODAVRE0B5LB8UMUE17P9L1283C1SO0V1XO5ZFIFSB37YY8FEJJCCD0CO242580XG2GMB9U1C8XQ5X5TPZ18FUMO0L66KTH3WRMC5CGJ05SM3RXUA85Q528Q6YU8URQLWZ6EOXZ5E69AHT7M2OCLOP0V' where id=77; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XZZXMF5AN6Z9244CI69NPBUJ8UTW7NCHOIU3SNQYZX67PRRKV22QLOUVN3EVGVY9TDYDROIX6W2P43PP07KZU2EGS4RRIZWBRAD7JCRGG435MDI7GXC3N7UPDYBYFS0MOL15KFFRZPPGG3T9U19GSZ31DYMEXADQ18K4WFOH3DW20MXEQV59V8PRDXY4800SYJH0JB5CP7RUTMPALPIJS6ACBCRKMEQ7AY4V65JFUWYYF2DGFVJSVEA3V32NVCSI8' where id=78; -update noar ti set v0='XZZXMF5AN6Z9244CI69NPBUJ8UTW7NCHOIU3SNQYZX67PRRKV22QLOUVN3EVGVY9TDYDROIX6W2P43PP07KZU2EGS4RRIZWBRAD7JCRGG435MDI7GXC3N7UPDYBYFS0MOL15KFFRZPPGG3T9U19GSZ31DYMEXADQ18K4WFOH3DW20MXEQV59V8PRDXY4800SYJH0JB5CP7RUTMPALPIJS6ACBCRKMEQ7AY4V65JFUWYYF2DGFVJSVEA3V32NVCSI8' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='Q50TIDU0O84HE11QSQN4L83ASFGW5XCWM1MC38WZH218A5QN4AKUP4OLHB0HV096HRPQDB7AV2JKKAKDLF46MMKGLSZGNVT79QFPQF0M0R43WXAP26OXGQCHPUM479XZIEYA1A2K2O93W3YWMRD02Z0F5R2D3CPJLWREPPIIVKAJULI9PIH53HCDLMI88YZX1US6ZB5SR4IE68DD7R6N3EGIBG7MU9NECW9HZ39WJKBM8AQF8K7DJ29GULOX99OJG' where id=78; -update noar ti set v1='Q50TIDU0O84HE11QSQN4L83ASFGW5XCWM1MC38WZH218A5QN4AKUP4OLHB0HV096HRPQDB7AV2JKKAKDLF46MMKGLSZGNVT79QFPQF0M0R43WXAP26OXGQCHPUM479XZIEYA1A2K2O93W3YWMRD02Z0F5R2D3CPJLWREPPIIVKAJULI9PIH53HCDLMI88YZX1US6ZB5SR4IE68DD7R6N3EGIBG7MU9NECW9HZ39WJKBM8AQF8K7DJ29GULOX99OJG' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ZX31YBDENGT4ZUZ3M15EHDQ0H4QJYFGZ28UYD1SI2OEW8WTGDXO0US62RRZWTDY9CWP1308P07KTKS6N3NH8J6M9XNPY3U85GTP8IA8BHFF6MHRKD34RJ9CNG523CXSICUHREMOBYTNDFICPLD3Q23WF0LUOCXOT0BTLZO0LHHX5MU52RALZ2B03NDDN7C1F3X0YAZMPT174IORNAW3IAQB9YG9MZOO1HTD3F1GOMO9XNKECX48885PPMF0L8Z2OQ' where id=78; -update noar ti set v2='ZX31YBDENGT4ZUZ3M15EHDQ0H4QJYFGZ28UYD1SI2OEW8WTGDXO0US62RRZWTDY9CWP1308P07KTKS6N3NH8J6M9XNPY3U85GTP8IA8BHFF6MHRKD34RJ9CNG523CXSICUHREMOBYTNDFICPLD3Q23WF0LUOCXOT0BTLZO0LHHX5MU52RALZ2B03NDDN7C1F3X0YAZMPT174IORNAW3IAQB9YG9MZOO1HTD3F1GOMO9XNKECX48885PPMF0L8Z2OQ' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GXYG7808ZF0F88QWX1ZBH44CCAC8GDIOWDUUVWZYSDCZSDGH5LCQZIJZEJLVISFPPJ7KPBOJQOQ6658CU89HLQC9L4ZEAW08OYTTYZFWMNWR8X1E8CFKRXRTRI4U6KTSHNRDOMQYMKD1JWNYXTX08ZO7ANY3CJLBWP6I4JIH5ZTVAGCJQIN2ZRXFJOUKTHY7PEF7QJ259G3DSIWOAMOYACR9FD9PL6OL2YYPH0W3F4A6BJLAP7FTZEDXFXPYEIQTN' where id=78; -update noar ti set v3='GXYG7808ZF0F88QWX1ZBH44CCAC8GDIOWDUUVWZYSDCZSDGH5LCQZIJZEJLVISFPPJ7KPBOJQOQ6658CU89HLQC9L4ZEAW08OYTTYZFWMNWR8X1E8CFKRXRTRI4U6KTSHNRDOMQYMKD1JWNYXTX08ZO7ANY3CJLBWP6I4JIH5ZTVAGCJQIN2ZRXFJOUKTHY7PEF7QJ259G3DSIWOAMOYACR9FD9PL6OL2YYPH0W3F4A6BJLAP7FTZEDXFXPYEIQTN' where id=78; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PMJHK06HYCSFCNMRFGWMWU44Q1BW8YQ11GHJW88ADUGZ8JQQKFNQH5QKMC1TAVE2AI4U409H0DV2OSD051332FEMN2K3J6E6O7BVKH3R5NGN6WCR8GUXF9QNUYE9QCY1Y5QCU4R211JGD1NIP2GPQINWEV354V2GAVXC0WUPBSZ0YRLC4WW2ADIGQQMY8PK5U7WX4TJ59KXAKNWSNN1JJWVBQHM4O9SNHMN52UW0J1YDTP6KCFA6DB6QZVFAZUPVN' where id=79; -update noar ti set v0='PMJHK06HYCSFCNMRFGWMWU44Q1BW8YQ11GHJW88ADUGZ8JQQKFNQH5QKMC1TAVE2AI4U409H0DV2OSD051332FEMN2K3J6E6O7BVKH3R5NGN6WCR8GUXF9QNUYE9QCY1Y5QCU4R211JGD1NIP2GPQINWEV354V2GAVXC0WUPBSZ0YRLC4WW2ADIGQQMY8PK5U7WX4TJ59KXAKNWSNN1JJWVBQHM4O9SNHMN52UW0J1YDTP6KCFA6DB6QZVFAZUPVN' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='ANZCL9NTECQ337BYT0I9ZQW2XLBGK1OMIU8CPE3JIIX4ITETBTBLI432NBNXQ4ZS7I92JAFUUTGULJ1I5FMSTX07IUXDMM529ZSIQYYQKXGG9K6U036KEYAD21S6P2CSLAICAAWYA8GVRMZNCWTLP1JFTSHXVM1RPOV184WA698ON67GWKE9VUB2XFE69OA0A6M0ZGIVUPT4OD7J6HLIJCKK3ED2LS2PICTBG23UO5S3NCYEKDNMWIIVP5PZRBY0K' where id=79; -update noar ti set v1='ANZCL9NTECQ337BYT0I9ZQW2XLBGK1OMIU8CPE3JIIX4ITETBTBLI432NBNXQ4ZS7I92JAFUUTGULJ1I5FMSTX07IUXDMM529ZSIQYYQKXGG9K6U036KEYAD21S6P2CSLAICAAWYA8GVRMZNCWTLP1JFTSHXVM1RPOV184WA698ON67GWKE9VUB2XFE69OA0A6M0ZGIVUPT4OD7J6HLIJCKK3ED2LS2PICTBG23UO5S3NCYEKDNMWIIVP5PZRBY0K' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='ERC73LHB2CVEY9C5416UXYTRMK7L5STH2Q9CQHRYD7CQKKG2QQSZDRXJ16ELIR8W73VB5HO15G93XO4MFB52IUJUBT8V4LGQN9B8ABGR26RUYSRPL73OOSTV7W2HWZABQ8DEQ3B3TZULKZ2J7MOV2VMKQKUFBJEOWV9IRXXO28GRAMY1M8Q9G0CX4FZE4D5J1WXWA1W0AG4YLTOQ1JR3XAMU9MXOZ7NH295DAYUL95N4RIHVCPT3PVR2959H1W7SY' where id=79; -update noar ti set v2='ERC73LHB2CVEY9C5416UXYTRMK7L5STH2Q9CQHRYD7CQKKG2QQSZDRXJ16ELIR8W73VB5HO15G93XO4MFB52IUJUBT8V4LGQN9B8ABGR26RUYSRPL73OOSTV7W2HWZABQ8DEQ3B3TZULKZ2J7MOV2VMKQKUFBJEOWV9IRXXO28GRAMY1M8Q9G0CX4FZE4D5J1WXWA1W0AG4YLTOQ1JR3XAMU9MXOZ7NH295DAYUL95N4RIHVCPT3PVR2959H1W7SY' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4I4JFAAGMW4T3BM9YUVER5IZ6U9U1C9079H6S360DJ96S2ES8HY3ERN7LUB6JF737F6UWKIYRHNMFLCB8GM3X8L9PNENBEA6UGX3509HB5OYZCW4LE49JNJX0NK02TJHUH79YQSO6DVBBPXNFMRPJ0B68FF6HZIE18EC502QLPVKLM4RD18PPXCBP9ONOPFFFCX6LTKNA19T47GM7KUNFSN6PCUTT6CHINZOUJMHIHRTZW2OOVWYB5YPKJSODEERV' where id=79; -update noar ti set v3='4I4JFAAGMW4T3BM9YUVER5IZ6U9U1C9079H6S360DJ96S2ES8HY3ERN7LUB6JF737F6UWKIYRHNMFLCB8GM3X8L9PNENBEA6UGX3509HB5OYZCW4LE49JNJX0NK02TJHUH79YQSO6DVBBPXNFMRPJ0B68FF6HZIE18EC502QLPVKLM4RD18PPXCBP9ONOPFFFCX6LTKNA19T47GM7KUNFSN6PCUTT6CHINZOUJMHIHRTZW2OOVWYB5YPKJSODEERV' where id=79; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OGE1PNX6W81XKL4S9J9EM8U3BZRE3ZJQ2V2BGONQ3I5RYG31H4DRLZ233WZ28UUH1KYOH95KUCC3EE78CX3A908SAM25AEIBWAWOY8I810IO4PGV6DAWPDFNXHJZUMXFK7GQKUAIKZK60C7C1MR295WWAQCBS8P9156WK1FA724FZ0ECYMPICO37ALT7QHAD1E27Z3WF6GJ9HD3GYZPDVMMT3TDBXH4KVCF5RY6ZQTRSFU9O3S9APGV4YZX15E9CT' where id=80; -update noar ti set v0='OGE1PNX6W81XKL4S9J9EM8U3BZRE3ZJQ2V2BGONQ3I5RYG31H4DRLZ233WZ28UUH1KYOH95KUCC3EE78CX3A908SAM25AEIBWAWOY8I810IO4PGV6DAWPDFNXHJZUMXFK7GQKUAIKZK60C7C1MR295WWAQCBS8P9156WK1FA724FZ0ECYMPICO37ALT7QHAD1E27Z3WF6GJ9HD3GYZPDVMMT3TDBXH4KVCF5RY6ZQTRSFU9O3S9APGV4YZX15E9CT' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XAAQGPLKVSALYLCKCRXFLKQEV8E4R671MNWV1J3TF21H7LVUCK4I94P6JW1SD9A8AETHG4DA1WC46V7WOECUUC8DTKBYJWVY3456N191V2U5PKLDN22P0TE6DFHX6JR0WKDE91JY6ZI6BLFXBJYY2H4ZZQLYMWGOPLGPZ2CLBCBVWYZF3I0WLSDX48U2LF453UYXR6LB35D2DXXDD0TBAAGJQF3XCX3C2A023DELGQQFNIG15VTW7XTDI4IAFH08H' where id=80; -update noar ti set v1='XAAQGPLKVSALYLCKCRXFLKQEV8E4R671MNWV1J3TF21H7LVUCK4I94P6JW1SD9A8AETHG4DA1WC46V7WOECUUC8DTKBYJWVY3456N191V2U5PKLDN22P0TE6DFHX6JR0WKDE91JY6ZI6BLFXBJYY2H4ZZQLYMWGOPLGPZ2CLBCBVWYZF3I0WLSDX48U2LF453UYXR6LB35D2DXXDD0TBAAGJQF3XCX3C2A023DELGQQFNIG15VTW7XTDI4IAFH08H' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='3L080BAQAUV1E5NDE673QQ57Q2RFIMNSPGDJRJHV2U7NJ67QJ6NDBKFOIF4WEOUVBOZ5MGDAG8A7KS0SP83WWKPYEMALJ704N66IZLSWL27CUMEWG1HXOK1LYIJFH2VHD719WDTV9BXG1GCSDIUUPK0LN5T5EPXDM5K4BZJG7YH5PLTOPZCO8TKB7TIDCWBQJNBGOH7IDEJTHJTNUK0QAQ0OFTWXU41NDGDW8W2QG3KX6MY6QV63UXJTLEI0EJ6KY' where id=80; -update noar ti set v2='3L080BAQAUV1E5NDE673QQ57Q2RFIMNSPGDJRJHV2U7NJ67QJ6NDBKFOIF4WEOUVBOZ5MGDAG8A7KS0SP83WWKPYEMALJ704N66IZLSWL27CUMEWG1HXOK1LYIJFH2VHD719WDTV9BXG1GCSDIUUPK0LN5T5EPXDM5K4BZJG7YH5PLTOPZCO8TKB7TIDCWBQJNBGOH7IDEJTHJTNUK0QAQ0OFTWXU41NDGDW8W2QG3KX6MY6QV63UXJTLEI0EJ6KY' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='XOPCY9TJ5PBMNYCRPGISOJ1E1Z5PM55QBCN2ER3MEAMP31RS2TTGFR8L7WLR6EMVQ0GY5PXFPRGZG2QWHGLJ4WV9ULB2YAYM9TK9P387LH6SMCMXB9ZVQ525GI2C13FUL58QKSHALKSRKLP47NZNT4Y3YGSYUNM5IFIFSN4ZIYLMJ060GMIW0HNOW0PVVDNQQWRI5K9CUXREFP6ENRXBQUEFLZGSBHXOX5NXES3OG4W4QN87UF8TOOWIZHUM3L4K1' where id=80; -update noar ti set v3='XOPCY9TJ5PBMNYCRPGISOJ1E1Z5PM55QBCN2ER3MEAMP31RS2TTGFR8L7WLR6EMVQ0GY5PXFPRGZG2QWHGLJ4WV9ULB2YAYM9TK9P387LH6SMCMXB9ZVQ525GI2C13FUL58QKSHALKSRKLP47NZNT4Y3YGSYUNM5IFIFSN4ZIYLMJ060GMIW0HNOW0PVVDNQQWRI5K9CUXREFP6ENRXBQUEFLZGSBHXOX5NXES3OG4W4QN87UF8TOOWIZHUM3L4K1' where id=80; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='HVKWOFNPTF1XMCLUA128Z0FL6MS60M2AUTQ3QLM4QH4VRELRLKZQTX8UW93T26WJUSAL9936LRKCUIMS8D500DEP9WFJUOJ6KFF7IH1FCT0YTIRUUEOCCJD4FYX70D89BT3HXBDV7IFHRMRHM7GQAUD1KJGKQ0SLPOFKS2Z0PCRRSZ9XYW21CZ82ZAFCCWTT5CNWA41QU31F7EVA27E2WNJM05WC96LMAU5V0KL89IFGRNE67NPVHQSOGVPCOCDS8' where id=81; -update noar ti set v0='HVKWOFNPTF1XMCLUA128Z0FL6MS60M2AUTQ3QLM4QH4VRELRLKZQTX8UW93T26WJUSAL9936LRKCUIMS8D500DEP9WFJUOJ6KFF7IH1FCT0YTIRUUEOCCJD4FYX70D89BT3HXBDV7IFHRMRHM7GQAUD1KJGKQ0SLPOFKS2Z0PCRRSZ9XYW21CZ82ZAFCCWTT5CNWA41QU31F7EVA27E2WNJM05WC96LMAU5V0KL89IFGRNE67NPVHQSOGVPCOCDS8' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='GNOOCOB7KGE3IX7P29O9OPRXYYEWN6JEC2RZ79BY87753GSDM4NCODWAX7FQI1YQI8BGDFF93Y50USRWZGGBHCSCKHF62NUNQC48B5YDX9BDEFIODJDXRESB7H9UC54NUYEPK99B0TWI52CIY4I6N5AK10HZDD5S6HSERVS3KMVJR3MAATX05SN4WQRRBWDP9B2ZTEO957LXKKCMW6D7M09MG3GHR3L2K6XNAVRFN0AFH1W4TJ140426UVALCPDO8' where id=81; -update noar ti set v1='GNOOCOB7KGE3IX7P29O9OPRXYYEWN6JEC2RZ79BY87753GSDM4NCODWAX7FQI1YQI8BGDFF93Y50USRWZGGBHCSCKHF62NUNQC48B5YDX9BDEFIODJDXRESB7H9UC54NUYEPK99B0TWI52CIY4I6N5AK10HZDD5S6HSERVS3KMVJR3MAATX05SN4WQRRBWDP9B2ZTEO957LXKKCMW6D7M09MG3GHR3L2K6XNAVRFN0AFH1W4TJ140426UVALCPDO8' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='WYJ9Z0PH4GMGW3Q8HA0M8LJTWEL32CELY7PRWFHUZGN22LXS4YP7OPG39Q056DWRRDTEINCDGV5DDEV7V0V37CSH3L90I5LFZ5QPCSYKHZNMSF1F3C5FYC3I2QBD5GJLRJYMWCYQRH9AADH9K3MF7PX582SQQISFU5X8OF1JLYZNABO0RWNP1TID9FOSV01ZXEL7A2EZGBL6H56RGA0BGC4I7EI504VAAWYHW7PDSMPZTRM2UXNKC765U1DAD6JQ6' where id=81; -update noar ti set v2='WYJ9Z0PH4GMGW3Q8HA0M8LJTWEL32CELY7PRWFHUZGN22LXS4YP7OPG39Q056DWRRDTEINCDGV5DDEV7V0V37CSH3L90I5LFZ5QPCSYKHZNMSF1F3C5FYC3I2QBD5GJLRJYMWCYQRH9AADH9K3MF7PX582SQQISFU5X8OF1JLYZNABO0RWNP1TID9FOSV01ZXEL7A2EZGBL6H56RGA0BGC4I7EI504VAAWYHW7PDSMPZTRM2UXNKC765U1DAD6JQ6' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='DS8WQ78VGLXXIWT4BR4KORNH3PN74C47T4Z4H9YE8QS4W71JA5VGS1M9YBLXQYI8IH0OTPMW9UD4BTFSTAOD5W08L1Z8UF8D6EWL5V6BQ9VN81KBQC99TJNLXXBL8R5JS8DH4TZ6B11GY79HNI5VZCSXUJJZLREQP4UBNUD6LNXA5F878DZLEESJXGCHXH4GN9AWPK5C93ELSCIAJU6PMPK4898L4BGH1ZTZR9YOW06IXD1EOCERBTGLQP35OJ6T7' where id=81; -update noar ti set v3='DS8WQ78VGLXXIWT4BR4KORNH3PN74C47T4Z4H9YE8QS4W71JA5VGS1M9YBLXQYI8IH0OTPMW9UD4BTFSTAOD5W08L1Z8UF8D6EWL5V6BQ9VN81KBQC99TJNLXXBL8R5JS8DH4TZ6B11GY79HNI5VZCSXUJJZLREQP4UBNUD6LNXA5F878DZLEESJXGCHXH4GN9AWPK5C93ELSCIAJU6PMPK4898L4BGH1ZTZR9YOW06IXD1EOCERBTGLQP35OJ6T7' where id=81; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='Z1AFFAFJ8HEXQ6KWLXHTWSQME27Q0UPVYC5F0UP14OWUINMNXPLM0AIYR1VOCWF6MOQRNZ2ESBK6OD5Y3YCIZLKEHS6RX0K1U6JSGEGKODHSRHOZ9WKVKSPP11U9HHQH7W5IUXRWINAT837WDUXVOQF9R1YEHF9KYPM1NN09HMP7P0U7CCVTM3RNLBCSMCVQAJ4EA84ZTPXWEKOA8327TKU27BA8LDXZM3EUBGK7LWP8CZT8H7FZW26LR5Y6QRG6H' where id=82; -update noar ti set v0='Z1AFFAFJ8HEXQ6KWLXHTWSQME27Q0UPVYC5F0UP14OWUINMNXPLM0AIYR1VOCWF6MOQRNZ2ESBK6OD5Y3YCIZLKEHS6RX0K1U6JSGEGKODHSRHOZ9WKVKSPP11U9HHQH7W5IUXRWINAT837WDUXVOQF9R1YEHF9KYPM1NN09HMP7P0U7CCVTM3RNLBCSMCVQAJ4EA84ZTPXWEKOA8327TKU27BA8LDXZM3EUBGK7LWP8CZT8H7FZW26LR5Y6QRG6H' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='S4NWT2J6P6SYKFPVUIJ3KYGIVY7H2354FD29C0C7GQ3FNBA998IT9GNPHK1PL7TR3T72MYLN76PQ73YUPW3VF3PD64B708NZMZ4KW85WFL3ESORTNAKGXEAOEAF5J8N0ACZMZRY3UTMI7OO3G9DMRUXCJHQ95944VX8QN4PD0L3AQFD847I425R5VSOGQ9XVKYKU7W8A7LZW2R6VY77VLVSULK0OOPZK4S0Y36MEIESDA7I4XEUT8Q3OF0CD7A9IZ' where id=82; -update noar ti set v1='S4NWT2J6P6SYKFPVUIJ3KYGIVY7H2354FD29C0C7GQ3FNBA998IT9GNPHK1PL7TR3T72MYLN76PQ73YUPW3VF3PD64B708NZMZ4KW85WFL3ESORTNAKGXEAOEAF5J8N0ACZMZRY3UTMI7OO3G9DMRUXCJHQ95944VX8QN4PD0L3AQFD847I425R5VSOGQ9XVKYKU7W8A7LZW2R6VY77VLVSULK0OOPZK4S0Y36MEIESDA7I4XEUT8Q3OF0CD7A9IZ' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='FTICG6DF3C5TLX9AIU7AGG28LDH5JM36AY5I6CM6Q5ZPPCK0ESHK2YII7IZ4USI6KEW9YBW1FI95C367O7JVU3JSFJJX7JMT2E2TLXMP5ZOLHAOD0H5UUZQRLFPU83V6TRLZ6DSR9BG97HHK4ENQ926FJD01H7OTC4F11PBAMB40RUGJT9KQUJU5MGQY4WE21MD09KVKQWFQS3334C2QMF1C9MYT11P6TGYOT77W96F8HDS84SZJGP1W7EVCM9Y1D' where id=82; -update noar ti set v2='FTICG6DF3C5TLX9AIU7AGG28LDH5JM36AY5I6CM6Q5ZPPCK0ESHK2YII7IZ4USI6KEW9YBW1FI95C367O7JVU3JSFJJX7JMT2E2TLXMP5ZOLHAOD0H5UUZQRLFPU83V6TRLZ6DSR9BG97HHK4ENQ926FJD01H7OTC4F11PBAMB40RUGJT9KQUJU5MGQY4WE21MD09KVKQWFQS3334C2QMF1C9MYT11P6TGYOT77W96F8HDS84SZJGP1W7EVCM9Y1D' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='Y3MGK8MKGSBMROFRXDIMDWRYAJWGPQQ8NWVAHYQX4AWKTAL1FPJKQNTQGRZCMH5WJMP9W4AB2C3270F03CDB082Z2N2X8G1CJ8Y9KA6QKG0Y3CUYSM13E88OV9CZP9LGK449XU2SIRPMLY5LD1U15H4ED6BDJNHQI1Q7SO8XFCKR07UEKFZ2VNWDPXSQ5D8EPI4LN90XDLK616GH693F5YZ20DQOJ3VN31M6ZDXH333ERFSHJ9OSMFEMHBR7TSCMP' where id=82; -update noar ti set v3='Y3MGK8MKGSBMROFRXDIMDWRYAJWGPQQ8NWVAHYQX4AWKTAL1FPJKQNTQGRZCMH5WJMP9W4AB2C3270F03CDB082Z2N2X8G1CJ8Y9KA6QKG0Y3CUYSM13E88OV9CZP9LGK449XU2SIRPMLY5LD1U15H4ED6BDJNHQI1Q7SO8XFCKR07UEKFZ2VNWDPXSQ5D8EPI4LN90XDLK616GH693F5YZ20DQOJ3VN31M6ZDXH333ERFSHJ9OSMFEMHBR7TSCMP' where id=82; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='OTMLOVFELN5DWW9P8ZQYJ3DGFDA5MQVEIC42HBGGXZ5TYKZR9RGJSJGNAK7IYPTMUIFDOLGWCSVF61H2JLO8DIRSR1MBOEUMGS7NZKKU5IK74JQATCK7KP3D7M3XH11X8TL0014PT7XER24EC3VLW8A0UF9HNSZHNO5O0JWIJI6FJSBP1ZKOIG2V6ZCLE8K2C8C5HXZN2RI69N4IH7YW09INDH16B9YA5ZJE3D4QW9OVFKX3P44V0PO7CKVTF7XOC' where id=83; -update noar ti set v0='OTMLOVFELN5DWW9P8ZQYJ3DGFDA5MQVEIC42HBGGXZ5TYKZR9RGJSJGNAK7IYPTMUIFDOLGWCSVF61H2JLO8DIRSR1MBOEUMGS7NZKKU5IK74JQATCK7KP3D7M3XH11X8TL0014PT7XER24EC3VLW8A0UF9HNSZHNO5O0JWIJI6FJSBP1ZKOIG2V6ZCLE8K2C8C5HXZN2RI69N4IH7YW09INDH16B9YA5ZJE3D4QW9OVFKX3P44V0PO7CKVTF7XOC' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0MP1KZYYN416GXEW0YIGMX1DK05PNGEJHH0WAK03J64VVDCKPB7675TF8AZTESKARPVLHCHT9BGVCM12QT7OZ2IWIB87G7NU0O02VIW5L3VSWFIG2MIG82O8RI7VQ696LQAWS4XI8R97EJK0ZF5I6V564A15L8YV5UDPQAEPFJKQMLZ9BBX961E3TGUUAKGDPVNU49ILB4BOTIIKYR7WXCXY3OTD92Q9F8PS3I81DKM0FQDQCKDGSHHNV94ZOFD8T' where id=83; -update noar ti set v1='0MP1KZYYN416GXEW0YIGMX1DK05PNGEJHH0WAK03J64VVDCKPB7675TF8AZTESKARPVLHCHT9BGVCM12QT7OZ2IWIB87G7NU0O02VIW5L3VSWFIG2MIG82O8RI7VQ696LQAWS4XI8R97EJK0ZF5I6V564A15L8YV5UDPQAEPFJKQMLZ9BBX961E3TGUUAKGDPVNU49ILB4BOTIIKYR7WXCXY3OTD92Q9F8PS3I81DKM0FQDQCKDGSHHNV94ZOFD8T' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='9CRFIG074L6A6UIQRVPP5GFXXHPFN4SQI26AFPNRIYI49H5UNA63CXD39QIT8GW3U8V9DKPNGW4WJY9CMKL7K32P559F5HHC7DOD79V8FD8CQ8D2P4VZJTJCHMVAADTTO32XX7WBU9EXTI21XMU8QR4MPQN5SH29V0IOW2BUI3AHIXSYPV95RSMREPIRN29R6XVU9N3B9G7RQEX0I39LTVDYBEYGLTPE8SF7KJCJS9J9ODRJSTSKA4ULXG7ILKACZ' where id=83; -update noar ti set v2='9CRFIG074L6A6UIQRVPP5GFXXHPFN4SQI26AFPNRIYI49H5UNA63CXD39QIT8GW3U8V9DKPNGW4WJY9CMKL7K32P559F5HHC7DOD79V8FD8CQ8D2P4VZJTJCHMVAADTTO32XX7WBU9EXTI21XMU8QR4MPQN5SH29V0IOW2BUI3AHIXSYPV95RSMREPIRN29R6XVU9N3B9G7RQEX0I39LTVDYBEYGLTPE8SF7KJCJS9J9ODRJSTSKA4ULXG7ILKACZ' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='VE01PQ912HNRHFOE9D944S39B7OISUTX4XQ0KMH24FOJIQF2EYBP4OHOQY6Q7MIEIN0ST2GVR9QQPTLIEKPZ7HHAO4UIQYATG7N2QF9RZIAQA4GCRRFXM5PE0H2AG4HPDLG4RILYMB44VVZ6J7092Q1UVBXUC090R9A6OPJWXB657XCT8CBN13MFPQ16I22D6W6X4C1RCBI73KRH2Q6LGLU611BXUWQKX4TGFK2TS76KVWHMRCOLYQ4ZVRLQLO4P9' where id=83; -update noar ti set v3='VE01PQ912HNRHFOE9D944S39B7OISUTX4XQ0KMH24FOJIQF2EYBP4OHOQY6Q7MIEIN0ST2GVR9QQPTLIEKPZ7HHAO4UIQYATG7N2QF9RZIAQA4GCRRFXM5PE0H2AG4HPDLG4RILYMB44VVZ6J7092Q1UVBXUC090R9A6OPJWXB657XCT8CBN13MFPQ16I22D6W6X4C1RCBI73KRH2Q6LGLU611BXUWQKX4TGFK2TS76KVWHMRCOLYQ4ZVRLQLO4P9' where id=83; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='ZJB6MJMV1LCAKQIJ5JYA6YCNIH1QOLIG5DDLMMXBVJ2NQHKNRIUA0PT2VBB5YBVCRF9TZ0OG7BYOTVAI6XT6GW0GAIQ8MN0RC3S1OIEYK1VBXUEB76AVATQ0HI9GB4T3DWF8AJJFCJ8HQ82ISMHHOKUJTXEO0MXDJWKPCZMR50HNX3H4VDOUBISUKARQRVK54ZNLO44KIW7S2S2YLGRM9YXD37IV33KEYIBN3XQBNMIPCXE3BIGJWS34N61B8J73V' where id=84; -update noar ti set v0='ZJB6MJMV1LCAKQIJ5JYA6YCNIH1QOLIG5DDLMMXBVJ2NQHKNRIUA0PT2VBB5YBVCRF9TZ0OG7BYOTVAI6XT6GW0GAIQ8MN0RC3S1OIEYK1VBXUEB76AVATQ0HI9GB4T3DWF8AJJFCJ8HQ82ISMHHOKUJTXEO0MXDJWKPCZMR50HNX3H4VDOUBISUKARQRVK54ZNLO44KIW7S2S2YLGRM9YXD37IV33KEYIBN3XQBNMIPCXE3BIGJWS34N61B8J73V' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='VHFC8M5QVI85GA5BBKL57FLV4OWT1WF3AOQTVPDNS5KTSSCG1M5YR58AFFOA7XOIVMKCUOG7VAKUYH0QPPD068FTLQ03RU2FGQXM126NMTL6CQHDAXGCV7EKN7VPCPKQWCI4MRCV0WUX1NNG2ZCID4LQHRHAQA95542AV8COA35FUO0GMQ37L62HBZ3VFG369W4KTNPYR4TR8QM6JGQT6RTZW8KJRUO51S6L45OLBFWY6KF6BNDFRU2G59E0NM2GF' where id=84; -update noar ti set v1='VHFC8M5QVI85GA5BBKL57FLV4OWT1WF3AOQTVPDNS5KTSSCG1M5YR58AFFOA7XOIVMKCUOG7VAKUYH0QPPD068FTLQ03RU2FGQXM126NMTL6CQHDAXGCV7EKN7VPCPKQWCI4MRCV0WUX1NNG2ZCID4LQHRHAQA95542AV8COA35FUO0GMQ37L62HBZ3VFG369W4KTNPYR4TR8QM6JGQT6RTZW8KJRUO51S6L45OLBFWY6KF6BNDFRU2G59E0NM2GF' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='CISL18PE36Z2RYM3TMO4S91FF0PQDRLL0CSDUYBFUDDFNJAS38MX1XZJKYHMTETY7BNV8Z9TVCS5RXI1A1FP8VYAQ8KNDSZNY7WIVDOC4WATSO5AGX7K0WZCEZM2U060TDE0TL3JJLFVT7CPLOY1JP57X12R7NHHQS4CX9DH7NUAK13LJSCBVGE9BAVFFT1I1GA1TTLXFUG0B15TACPL3FINNS48HM3UVIQ90ELSWRRZUBNTTNVKAL6KEVO87WBZS' where id=84; -update noar ti set v2='CISL18PE36Z2RYM3TMO4S91FF0PQDRLL0CSDUYBFUDDFNJAS38MX1XZJKYHMTETY7BNV8Z9TVCS5RXI1A1FP8VYAQ8KNDSZNY7WIVDOC4WATSO5AGX7K0WZCEZM2U060TDE0TL3JJLFVT7CPLOY1JP57X12R7NHHQS4CX9DH7NUAK13LJSCBVGE9BAVFFT1I1GA1TTLXFUG0B15TACPL3FINNS48HM3UVIQ90ELSWRRZUBNTTNVKAL6KEVO87WBZS' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ISGODRA200H08GXEPOU3MXIV4IJGMDUKIQCYL2QDVM9XJFUSNP0X5MGER3IKQ6D5J6E6DEPEZW8ICTGP6XNYSKCY52YVZ504RWKCABB94161STQWB5SDP1TJYAKRV6BGD6CUFTE9RE6CVYJUZ3PHWM503LA8HQ9OE8XGME5DP787BBIM8M3TRTBNGE1L84G7UK0SFJJY404YL5CT1WCLUHTIJ0UT5U5U5FRIRT9L45X71KL93SLK2VUNM66Y8BIMA' where id=84; -update noar ti set v3='ISGODRA200H08GXEPOU3MXIV4IJGMDUKIQCYL2QDVM9XJFUSNP0X5MGER3IKQ6D5J6E6DEPEZW8ICTGP6XNYSKCY52YVZ504RWKCABB94161STQWB5SDP1TJYAKRV6BGD6CUFTE9RE6CVYJUZ3PHWM503LA8HQ9OE8XGME5DP787BBIM8M3TRTBNGE1L84G7UK0SFJJY404YL5CT1WCLUHTIJ0UT5U5U5FRIRT9L45X71KL93SLK2VUNM66Y8BIMA' where id=84; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='49LF2XJUH54TIKVSMLM741OLVFYVO8GPNZPVR3M7U3UO5989IUIOBISZCVF9J58Q1B5EJCGU8QWWNLHA3Y80947DMV9KNLXPO0U02PF3QCZU37B2QL1UL0U5O9GXBQDRGFC5HFMA50ME7GUH4K9IIKQHYA8STE1OR2JYL0KNBNN557XPIIV5TI4C11B1Y3X7UI2XBTI9CI0VAOHJXEO2V761L215HFIW20W547OPHNOAPFGYSWNEP09JTFEPI0EIP' where id=85; -update noar ti set v0='49LF2XJUH54TIKVSMLM741OLVFYVO8GPNZPVR3M7U3UO5989IUIOBISZCVF9J58Q1B5EJCGU8QWWNLHA3Y80947DMV9KNLXPO0U02PF3QCZU37B2QL1UL0U5O9GXBQDRGFC5HFMA50ME7GUH4K9IIKQHYA8STE1OR2JYL0KNBNN557XPIIV5TI4C11B1Y3X7UI2XBTI9CI0VAOHJXEO2V761L215HFIW20W547OPHNOAPFGYSWNEP09JTFEPI0EIP' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='8GL79SB1XRSAZHYVP7FPYSH1N1XHMWX7JYJXCOQQKK7Q09MSN6792UST3PTXCIPAEHOC5NYMLVXOII6BJU81U4RQR2TBL5XP1OGIC9LFN4388OSJJYUIUHP1PVH6M65O23X0U8ALCHD8OGA3S69QA23R6L39YWZZ62HCDDZGBFSLP9V874M01VYPWQCY2WFIH32NTWRZ4Q069EFOA6MPNTOT6YT0OPEDHBTPT435AG61V723UX8O03QBGQQL44M1Y' where id=85; -update noar ti set v1='8GL79SB1XRSAZHYVP7FPYSH1N1XHMWX7JYJXCOQQKK7Q09MSN6792UST3PTXCIPAEHOC5NYMLVXOII6BJU81U4RQR2TBL5XP1OGIC9LFN4388OSJJYUIUHP1PVH6M65O23X0U8ALCHD8OGA3S69QA23R6L39YWZZ62HCDDZGBFSLP9V874M01VYPWQCY2WFIH32NTWRZ4Q069EFOA6MPNTOT6YT0OPEDHBTPT435AG61V723UX8O03QBGQQL44M1Y' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='80XLWF4LZ3GKQKU5M1MXKQMX8LXOKMJ5UAFGNSIKACLN05L0I1QYYKZGOWVJMLZYYM71732QLIWQMQWPUA0GBRYFDV8JPRLJS8STUIYTKRVDYHNVNX4VISJBPB0RHRJ9TVJ7GWG8LTEQEBLGYBR402XS7H007G50PZG2X4QLOUAH8YCO9TIY0F26VTZFI2B8LLMUD11EV0C87RKYK0XZ9IFG4WBXY4MS7DEZYLF1M9S7FU0YG13Y681JM51VSF47Q' where id=85; -update noar ti set v2='80XLWF4LZ3GKQKU5M1MXKQMX8LXOKMJ5UAFGNSIKACLN05L0I1QYYKZGOWVJMLZYYM71732QLIWQMQWPUA0GBRYFDV8JPRLJS8STUIYTKRVDYHNVNX4VISJBPB0RHRJ9TVJ7GWG8LTEQEBLGYBR402XS7H007G50PZG2X4QLOUAH8YCO9TIY0F26VTZFI2B8LLMUD11EV0C87RKYK0XZ9IFG4WBXY4MS7DEZYLF1M9S7FU0YG13Y681JM51VSF47Q' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='I55NQ0DV2O5PAH8W81QUYVBS4F9BDG14MHNREC30TY30OFDGZ5A5IY43AT7A9WTXTJIIQ0IERJH22JKGE61AV1C016YWUQZSNS472WOC5QJ2Z030XSHEGBI2RSROEX0G6TH7L71FDZA0Q0HVOS4M2KBBEEM8K0WJUI1OH160ZYG2DEUXZADVI7CHLI6G904PCKH55CGBRIW8EGQNMRN1UOKR205EXFLUT17UH03MDTVPWQ02NUUBH7LS41TIHHY4W' where id=85; -update noar ti set v3='I55NQ0DV2O5PAH8W81QUYVBS4F9BDG14MHNREC30TY30OFDGZ5A5IY43AT7A9WTXTJIIQ0IERJH22JKGE61AV1C016YWUQZSNS472WOC5QJ2Z030XSHEGBI2RSROEX0G6TH7L71FDZA0Q0HVOS4M2KBBEEM8K0WJUI1OH160ZYG2DEUXZADVI7CHLI6G904PCKH55CGBRIW8EGQNMRN1UOKR205EXFLUT17UH03MDTVPWQ02NUUBH7LS41TIHHY4W' where id=85; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='KMITW1TN044QC5VOFYY0Q5EBI6ALKUUUBDMZBLP4PVG48MGZ8WD84ASK5M2BSDQVD53GTTTOZZVGU81CDBTLZFQOM0XYNLHH4EPGBSB6IV8F6QBN5MJ4G7Q57EDOTJ2NZIOO9UB0365DSCU7TQP3TD7UARAUF3M6TS008QPZIKKV24ZJ7NEQ349A8J62NM15JPL5UO3KXYEVH66SAKS96FEVNF8QH9GQ15CO4WKDS7L0B4ELYS7UMAHNBD382WPU6' where id=86; -update noar ti set v0='KMITW1TN044QC5VOFYY0Q5EBI6ALKUUUBDMZBLP4PVG48MGZ8WD84ASK5M2BSDQVD53GTTTOZZVGU81CDBTLZFQOM0XYNLHH4EPGBSB6IV8F6QBN5MJ4G7Q57EDOTJ2NZIOO9UB0365DSCU7TQP3TD7UARAUF3M6TS008QPZIKKV24ZJ7NEQ349A8J62NM15JPL5UO3KXYEVH66SAKS96FEVNF8QH9GQ15CO4WKDS7L0B4ELYS7UMAHNBD382WPU6' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='937DKZR6XCWJDJ4ZERII10RY8G7QCJSUBMVG49BZKIXBKYNQCZSN5EZNNXCAX11WO18MSYBACNGXVE5186PW1JMH5HSTCI3D4AILVS607E88E5CIO1NZ5P4V4JDFLS5S1FJ6I5PU80B75DYXH2QI0CKAQVE0N6YJDX4ZO7CBQECRRZ80XKHASI2IHFKGQVUMHOCM2UQ5AF28YSV47K7TTQO5MTEMG6K5F0XB2DDM773ABMIUKXMSU75CNK70R5K5S' where id=86; -update noar ti set v1='937DKZR6XCWJDJ4ZERII10RY8G7QCJSUBMVG49BZKIXBKYNQCZSN5EZNNXCAX11WO18MSYBACNGXVE5186PW1JMH5HSTCI3D4AILVS607E88E5CIO1NZ5P4V4JDFLS5S1FJ6I5PU80B75DYXH2QI0CKAQVE0N6YJDX4ZO7CBQECRRZ80XKHASI2IHFKGQVUMHOCM2UQ5AF28YSV47K7TTQO5MTEMG6K5F0XB2DDM773ABMIUKXMSU75CNK70R5K5S' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='6GW2VIOWKEJ8ESVVTRMGODL2SNCEIN8DYTZ7BN1YAJNON5CIC46FH0Z52WBYO7CYAE11MPQ9JU0J2PQVDRCIZN5X68W1M5DDD7CYNYFKFH2A466ROLZYQLFS7NLK9MAVG004PDDGSYEG3YDQHGCFCN7AYXO3MJ12I99ERIOK5HC7HTYHHNHIARE3FJHUF4KYSPEZZE6XU81GD2DN30ZIPJK5RGT3OHWYTD9YHQFYKGQUZCFRHYKF66HU6784Q3UY0' where id=86; -update noar ti set v2='6GW2VIOWKEJ8ESVVTRMGODL2SNCEIN8DYTZ7BN1YAJNON5CIC46FH0Z52WBYO7CYAE11MPQ9JU0J2PQVDRCIZN5X68W1M5DDD7CYNYFKFH2A466ROLZYQLFS7NLK9MAVG004PDDGSYEG3YDQHGCFCN7AYXO3MJ12I99ERIOK5HC7HTYHHNHIARE3FJHUF4KYSPEZZE6XU81GD2DN30ZIPJK5RGT3OHWYTD9YHQFYKGQUZCFRHYKF66HU6784Q3UY0' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='7WVTO26UVFWPTATT9MJFCHJBKR2ZMOADMLUGV7C427LCWJ7EQ57X201KIFPPPWAXRLRNL0YJ91YB3O0B4W4YXQ3CYA7SVV71GNY6VDGKAIF2HDSLIX3PGQWMKHWQIY48EQ9FMCFC33H22W4FW4EL34SL5DE0MIOFL6RND20MAEKPO8PATTIHREMVF1W5GG3ILSH7D7IYCB73CL2L63QJ57QCYQVQY3RRVAKKE368VFFHJXO9THMLZNL3DP52YTOWX' where id=86; -update noar ti set v3='7WVTO26UVFWPTATT9MJFCHJBKR2ZMOADMLUGV7C427LCWJ7EQ57X201KIFPPPWAXRLRNL0YJ91YB3O0B4W4YXQ3CYA7SVV71GNY6VDGKAIF2HDSLIX3PGQWMKHWQIY48EQ9FMCFC33H22W4FW4EL34SL5DE0MIOFL6RND20MAEKPO8PATTIHREMVF1W5GG3ILSH7D7IYCB73CL2L63QJ57QCYQVQY3RRVAKKE368VFFHJXO9THMLZNL3DP52YTOWX' where id=86; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='TVTAELH553TRH2LW915RRLWWLUZQ7A851IW85T7PFWSISU6KBRQFNNU04MCH4FRE1IR6NW9FYOFE3Q06NNVKZJYVTA8F7GFBE4XQBR7KX3COQS64AAIY261BNYH6IRQGVYYMV4ZVH48NDBTVDBHIN9LHT0CT9RCFRSA8Q1IO8RGV683VO4Y3OFJJ22TNVHVKCBIPMNINY6PXQLG6FNEU2KULNIJK2PTPSGCMUSAYP3C7650J3CX2XYS52OKI7DK9I' where id=87; -update noar ti set v0='TVTAELH553TRH2LW915RRLWWLUZQ7A851IW85T7PFWSISU6KBRQFNNU04MCH4FRE1IR6NW9FYOFE3Q06NNVKZJYVTA8F7GFBE4XQBR7KX3COQS64AAIY261BNYH6IRQGVYYMV4ZVH48NDBTVDBHIN9LHT0CT9RCFRSA8Q1IO8RGV683VO4Y3OFJJ22TNVHVKCBIPMNINY6PXQLG6FNEU2KULNIJK2PTPSGCMUSAYP3C7650J3CX2XYS52OKI7DK9I' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MFOO4B51J9HDOBT48ARQ117ZJYM7ENIF4XAKA7F5ZRR0U5E8H5SSD2CO2GD9RPOPHPY7CVX56JQKNWC4L9ZVSR6NFRCSQYOFTQLQP4S9UTNG8DFGAD72EO4KJBWKEELPO59UY6Q3ERK80NQATGRKT8OUWSBC3JBJ1QPQ5C3ZEWJA3O7OI9RDRJ66YZPUVXIWMCWDJI7H2SBMBMYHMMBLFSETUWA94H7ZBRANR3AYMX06IMI4ZFGDE1EGY7QQDF9BN' where id=87; -update noar ti set v1='MFOO4B51J9HDOBT48ARQ117ZJYM7ENIF4XAKA7F5ZRR0U5E8H5SSD2CO2GD9RPOPHPY7CVX56JQKNWC4L9ZVSR6NFRCSQYOFTQLQP4S9UTNG8DFGAD72EO4KJBWKEELPO59UY6Q3ERK80NQATGRKT8OUWSBC3JBJ1QPQ5C3ZEWJA3O7OI9RDRJ66YZPUVXIWMCWDJI7H2SBMBMYHMMBLFSETUWA94H7ZBRANR3AYMX06IMI4ZFGDE1EGY7QQDF9BN' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='E2KIABUGKRBTPRUHNUG0TP9E8AKDCBX4TDJJR87Z6ADS0BA3CZOY3F5PAQ9GNNLPEHIQYP42D3UFOC7WN55Z7A3LA02KT54RV1FG05GW9C7G98ZJED7IVU2E0DAZBR3YYT69IR4TZGN4WLW8H4CRJ4J82SVA58VOUI6ZQTMEC94NUO2G4BKZW3S1VAW1T714I4PB7DM0SCCGIHS0SVR7WR7WIDN4MAB5ZXF37WR0RM9V65PQHXJF1BGUEUS05C0EX' where id=87; -update noar ti set v2='E2KIABUGKRBTPRUHNUG0TP9E8AKDCBX4TDJJR87Z6ADS0BA3CZOY3F5PAQ9GNNLPEHIQYP42D3UFOC7WN55Z7A3LA02KT54RV1FG05GW9C7G98ZJED7IVU2E0DAZBR3YYT69IR4TZGN4WLW8H4CRJ4J82SVA58VOUI6ZQTMEC94NUO2G4BKZW3S1VAW1T714I4PB7DM0SCCGIHS0SVR7WR7WIDN4MAB5ZXF37WR0RM9V65PQHXJF1BGUEUS05C0EX' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='CMG6KAEA2E3M3DCXKBAMGGG4TXHWTP6QHHKJ3CY1T2AKUBP2DPOF3JQXBRORE11J6X1QHY16J5M5OG74W1VE78ZVCD4UWDGWC5PVB5Y9YVWQ3ZPHFFW7WZN79S49FBDFQQGRUUTL805V8I5A1R6L3N2AJITY8NIVZQ1BFBV7X2HV01YAOBXSBXO1QMQYKL74RMFGCWYDWTIK02YM09AV4SLJPRW4IS7ITXB0P9YD7ITGBKTKY2HG5OM3Q633ZQ282' where id=87; -update noar ti set v3='CMG6KAEA2E3M3DCXKBAMGGG4TXHWTP6QHHKJ3CY1T2AKUBP2DPOF3JQXBRORE11J6X1QHY16J5M5OG74W1VE78ZVCD4UWDGWC5PVB5Y9YVWQ3ZPHFFW7WZN79S49FBDFQQGRUUTL805V8I5A1R6L3N2AJITY8NIVZQ1BFBV7X2HV01YAOBXSBXO1QMQYKL74RMFGCWYDWTIK02YM09AV4SLJPRW4IS7ITXB0P9YD7ITGBKTKY2HG5OM3Q633ZQ282' where id=87; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='JWGXVKTG89T8MXB18UHWQ24QW8TH27MIVIHCE453AXY874SOQI7ODP58C8069DDCFKJWDLWSDVR8P8KR92PG6XM2I62W6NOLBFJJE97WNCKICXCDZNCR52190LM1H28W6DKIH3MH6TPNA2L1AH1DOTDYEZDZA2NNE1ELHSLAE5QQSNMTDOV216FTHDUSXUGCBKZW5D5HJBOBZP2K5RVVCNZ6D9DX0UHDWBKLYSY233LN78HVLJC40ERONQ3QWIAG6' where id=88; -update noar ti set v0='JWGXVKTG89T8MXB18UHWQ24QW8TH27MIVIHCE453AXY874SOQI7ODP58C8069DDCFKJWDLWSDVR8P8KR92PG6XM2I62W6NOLBFJJE97WNCKICXCDZNCR52190LM1H28W6DKIH3MH6TPNA2L1AH1DOTDYEZDZA2NNE1ELHSLAE5QQSNMTDOV216FTHDUSXUGCBKZW5D5HJBOBZP2K5RVVCNZ6D9DX0UHDWBKLYSY233LN78HVLJC40ERONQ3QWIAG6' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='TOFNGY7WGDL6P7700N7RF9776HR6ADJSOBTXTGVR4Z90WH8PMFHR91OY125A6INJDSYEW0I28TNP12B0HBHQWWUMK8JAQ3Q9EHXP6ZCOX82M6AFX493ZW2WJ5CYUVRGMEW70KRX22YWAVBWOE5LPZKX0L6MM1J9MMRYKKIAKPQJJF2XW4KYGF0NM4FW0JLXVYMV9VK060T33CMBX3X4LMX4F641BQBZWYKVIR5NGQAU8ZANPJS6HQNYRSXAFQ7YD4' where id=88; -update noar ti set v1='TOFNGY7WGDL6P7700N7RF9776HR6ADJSOBTXTGVR4Z90WH8PMFHR91OY125A6INJDSYEW0I28TNP12B0HBHQWWUMK8JAQ3Q9EHXP6ZCOX82M6AFX493ZW2WJ5CYUVRGMEW70KRX22YWAVBWOE5LPZKX0L6MM1J9MMRYKKIAKPQJJF2XW4KYGF0NM4FW0JLXVYMV9VK060T33CMBX3X4LMX4F641BQBZWYKVIR5NGQAU8ZANPJS6HQNYRSXAFQ7YD4' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='J185Q4TTRTGJCGUZ8ELJW9E6TXO1I0ANHSAINO8BW6M3NVZIZBG2TX5FE1OSRHRDVCI4YW9RL2MAM8QKXRC7RUPFZHZA867R6572OUMYYDD7Y6KHN3E3G77H4BAR224NBMJ1RRTKRABH5KGPYKZQRMAPQE5EECIPDGQ3T1RUYUIMJHA32G3RRXVXUMBJOS6RCSH3HYMK0IUOW1YCBDRIF79Q3V7S6PZOG0M3TRZV3B2HP6P35G2D4KZKTTQ8ZR1R9' where id=88; -update noar ti set v2='J185Q4TTRTGJCGUZ8ELJW9E6TXO1I0ANHSAINO8BW6M3NVZIZBG2TX5FE1OSRHRDVCI4YW9RL2MAM8QKXRC7RUPFZHZA867R6572OUMYYDD7Y6KHN3E3G77H4BAR224NBMJ1RRTKRABH5KGPYKZQRMAPQE5EECIPDGQ3T1RUYUIMJHA32G3RRXVXUMBJOS6RCSH3HYMK0IUOW1YCBDRIF79Q3V7S6PZOG0M3TRZV3B2HP6P35G2D4KZKTTQ8ZR1R9' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='NX9U9U7LCTO2XCGC1YP7VZ9CI4OYSZ5P0DH1PCP47GNC0P2IE9R08N1IQJOFAK3XK37YYUYBS7X5EQDUU9MXTEJ13230SP3K1QMAHPYMRYPO7TBI4NFPAJAGT54ZF47OH9Y82EAQYMZYNB3O24PVT1EKZQBK3II3SJ9Q8VPFJ2B17W32C5AG02THSREHO9P5VP9HBLZGLJCQF9Y65IRA0UPEBLERXZHIS7I2RSVC3H7J8RCI53Q35MBYDMP2UEVPV' where id=88; -update noar ti set v3='NX9U9U7LCTO2XCGC1YP7VZ9CI4OYSZ5P0DH1PCP47GNC0P2IE9R08N1IQJOFAK3XK37YYUYBS7X5EQDUU9MXTEJ13230SP3K1QMAHPYMRYPO7TBI4NFPAJAGT54ZF47OH9Y82EAQYMZYNB3O24PVT1EKZQBK3II3SJ9Q8VPFJ2B17W32C5AG02THSREHO9P5VP9HBLZGLJCQF9Y65IRA0UPEBLERXZHIS7I2RSVC3H7J8RCI53Q35MBYDMP2UEVPV' where id=88; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='XBYXZ8MFXPU5SVC7HVP9GEIU9O3S0NHTVMTMX55BQAHA1WF65U5W52WCXSIORXUIR71XQ28N0UKKY80WDIOYKO2SKY3KD2NAC3CWTF5ZDPEFWTASQ9P2RJSZ5UGOTRPKNAGMIUNKWS46WV33Q2HJ7ZH7EUBX83P87FWDRNYGFTKNLH0HYIK10HXWSZP2AXFAOKNEOQI21UFGALXA9OSZ47QNVCLRIAL9QN0VOAYBW33SJNS7B8LP27DW8IMDKNZ55' where id=89; -update noar ti set v0='XBYXZ8MFXPU5SVC7HVP9GEIU9O3S0NHTVMTMX55BQAHA1WF65U5W52WCXSIORXUIR71XQ28N0UKKY80WDIOYKO2SKY3KD2NAC3CWTF5ZDPEFWTASQ9P2RJSZ5UGOTRPKNAGMIUNKWS46WV33Q2HJ7ZH7EUBX83P87FWDRNYGFTKNLH0HYIK10HXWSZP2AXFAOKNEOQI21UFGALXA9OSZ47QNVCLRIAL9QN0VOAYBW33SJNS7B8LP27DW8IMDKNZ55' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='XK4YWCJUAN8ZN7KLLZTFSVWRM1L99FJNSG3UGFPPB9DGX5MIQZ27LAYSEB2MCSQMKC0Q9GSDYRVVTJAA8MJTYRON3O142CV1HMDXLGNSNMZNOD4UFWT5SXXULZBG2T5X7396GZAN5CWALNBBYBTPZRZNZBYCIA2VCHI8RR8D7DP5UV1ET3CEJHH4WLS8C8S8DKMM4QXNH32JE06T7FVXWX8MZHLBZNKJ9R33IO9MO46DMB271IO9SCUON3GNRLYNM' where id=89; -update noar ti set v1='XK4YWCJUAN8ZN7KLLZTFSVWRM1L99FJNSG3UGFPPB9DGX5MIQZ27LAYSEB2MCSQMKC0Q9GSDYRVVTJAA8MJTYRON3O142CV1HMDXLGNSNMZNOD4UFWT5SXXULZBG2T5X7396GZAN5CWALNBBYBTPZRZNZBYCIA2VCHI8RR8D7DP5UV1ET3CEJHH4WLS8C8S8DKMM4QXNH32JE06T7FVXWX8MZHLBZNKJ9R33IO9MO46DMB271IO9SCUON3GNRLYNM' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='A3QKPK822VDQ5085BZHJE918BJI27EQK2F44LGCJGKZKOYR0ZK153ZSAO0T5WD54LIDIXQ44A1XVS9BTBQC3OTNNA79PGDXAUEE9TG2Y2UYUA8QWK7DN5ZQ6L678TK32DXEOEZXW9LEAZSOO5LNMUQSALQNI8O8NNZU4NVYYWLIYRPM7WZVG6LQCLJGD33NEI2PR09TBW54OANH13UTBAGJY2MBRTJW97GVRMP76YDFZPMGH4VOKOPB9EE86215A0' where id=89; -update noar ti set v2='A3QKPK822VDQ5085BZHJE918BJI27EQK2F44LGCJGKZKOYR0ZK153ZSAO0T5WD54LIDIXQ44A1XVS9BTBQC3OTNNA79PGDXAUEE9TG2Y2UYUA8QWK7DN5ZQ6L678TK32DXEOEZXW9LEAZSOO5LNMUQSALQNI8O8NNZU4NVYYWLIYRPM7WZVG6LQCLJGD33NEI2PR09TBW54OANH13UTBAGJY2MBRTJW97GVRMP76YDFZPMGH4VOKOPB9EE86215A0' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='AXB04X27LL84R6APRE2WD5ZQDOT5C54WDITI67PKM44FI7JL1T8JT9KCIWDDHOLRGQWUV02DPWQC0LRP6QJTQDZNAONKKZNJYKU4PHZ3WN7D835VMWXYSFXJ1LYDX4W54MVV7664V1WY5LTSDPTNUF8JSFWEOSXRPQ8G78K47FE1GJKZIBUQ3DAEARX1NM2GLB4UMA7WO0J5AW85RY2O186RVJ1P6WDEQICU0Z6D4S68GA1P0U9RN2X7YTVI3WB57' where id=89; -update noar ti set v3='AXB04X27LL84R6APRE2WD5ZQDOT5C54WDITI67PKM44FI7JL1T8JT9KCIWDDHOLRGQWUV02DPWQC0LRP6QJTQDZNAONKKZNJYKU4PHZ3WN7D835VMWXYSFXJ1LYDX4W54MVV7664V1WY5LTSDPTNUF8JSFWEOSXRPQ8G78K47FE1GJKZIBUQ3DAEARX1NM2GLB4UMA7WO0J5AW85RY2O186RVJ1P6WDEQICU0Z6D4S68GA1P0U9RN2X7YTVI3WB57' where id=89; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='24A512R1E15GG6V6BIM0F1I4KOVBRDK2KB5X5I2TR0I11DOJUYA9QPPFXE2HXUCMJYUPPXUHKV71DI246KTMUF4S69XO68YWRN9STUR8D49Y2M88K0NHPVLHTOPIA9R9J4Q2VHCKTL9WUN8BCY6RO52F6ZBGFBU4TAUH91MUF5BXFN8BMZD72HH55FUBNWT7J7PKUKYF8JRG725OU7CPKQDUBU76UM3GAJ9QZ78DKAGYZUF7P7AMFBCO3KCXP9PA1' where id=90; -update noar ti set v0='24A512R1E15GG6V6BIM0F1I4KOVBRDK2KB5X5I2TR0I11DOJUYA9QPPFXE2HXUCMJYUPPXUHKV71DI246KTMUF4S69XO68YWRN9STUR8D49Y2M88K0NHPVLHTOPIA9R9J4Q2VHCKTL9WUN8BCY6RO52F6ZBGFBU4TAUH91MUF5BXFN8BMZD72HH55FUBNWT7J7PKUKYF8JRG725OU7CPKQDUBU76UM3GAJ9QZ78DKAGYZUF7P7AMFBCO3KCXP9PA1' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='BFBNTLUIIAIUE88NCG72GU8G6RQ166LL7GIID03YQF5D8194M6M8QOKQY0TJLSTKSTZSWJGQKLOIFH57I3FVLPCUN8SGXP2GM6R6YN4ETIV6VVZVFYXPRIF2QEPNZD6SRMH1YC17IOLM5BZSLBO91C6KYSCGATHVIHROFAAXB70Z8JO3PKN341N0UCCN6ZGKN873W5X4XTK4DQGEJ776LXEL1TAVVGXQC7WKU3WDU7NBJAJ5GQXZRU1L71BWBUTUZ' where id=90; -update noar ti set v1='BFBNTLUIIAIUE88NCG72GU8G6RQ166LL7GIID03YQF5D8194M6M8QOKQY0TJLSTKSTZSWJGQKLOIFH57I3FVLPCUN8SGXP2GM6R6YN4ETIV6VVZVFYXPRIF2QEPNZD6SRMH1YC17IOLM5BZSLBO91C6KYSCGATHVIHROFAAXB70Z8JO3PKN341N0UCCN6ZGKN873W5X4XTK4DQGEJ776LXEL1TAVVGXQC7WKU3WDU7NBJAJ5GQXZRU1L71BWBUTUZ' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='82MJYN32AKGV01ZNZXV7ZTNR4U1B1YT403BVJV3UGYU6KG94FW69R31416L91HLNBDK0EH8LKOTVJRF13Q40D7EEXFUMX1QNSEC8LS213TCCGK6OQTPJOSF9QHDKZPZIX9LYI0F597QG796I3DQ57WU2MEBVMQGFJ3PL6ZE0WQURGMU2LFNKFRICV73UJ3T4WL9W602LPPVEENT1C1T5RUTBBGW8HTUIGNVO3PJ2GMFKXTBP4P8IAJ50S6TTLXYF6' where id=90; -update noar ti set v2='82MJYN32AKGV01ZNZXV7ZTNR4U1B1YT403BVJV3UGYU6KG94FW69R31416L91HLNBDK0EH8LKOTVJRF13Q40D7EEXFUMX1QNSEC8LS213TCCGK6OQTPJOSF9QHDKZPZIX9LYI0F597QG796I3DQ57WU2MEBVMQGFJ3PL6ZE0WQURGMU2LFNKFRICV73UJ3T4WL9W602LPPVEENT1C1T5RUTBBGW8HTUIGNVO3PJ2GMFKXTBP4P8IAJ50S6TTLXYF6' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='4KMNFGP2LIIFBGSA0AEPA70TDRUU4T2R80BBGS0DBV5F76ET9U45GUANOHWS8ABURIIG4W2YD9WM0R3M6G9DXWIHKE5LPNUMGDO73VLJLPICQEYSXOPZ5CZXGIV8JNIF4UHUYM889Y8GZSHUFDZLUIMNU0LCWU3VF9I6UEVZGESDPKQBFYDPHVOR4SC0GOKPQFFXXT69RIYYRMIBQ9WO6K4VXBEVEX0M6WOVPA2R2N836BU35V5M6GLHL299FS5JQ' where id=90; -update noar ti set v3='4KMNFGP2LIIFBGSA0AEPA70TDRUU4T2R80BBGS0DBV5F76ET9U45GUANOHWS8ABURIIG4W2YD9WM0R3M6G9DXWIHKE5LPNUMGDO73VLJLPICQEYSXOPZ5CZXGIV8JNIF4UHUYM889Y8GZSHUFDZLUIMNU0LCWU3VF9I6UEVZGESDPKQBFYDPHVOR4SC0GOKPQFFXXT69RIYYRMIBQ9WO6K4VXBEVEX0M6WOVPA2R2N836BU35V5M6GLHL299FS5JQ' where id=90; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H5RVFYRB8FUGWOI6VTWMAXK37BXF7W665LYAQ43K87HTDVZA1KOB6ZPA2BPM7H0QICWDRTQ34S8B2ZVU7ZZSDI9UTL9MQJ16ZNVI0EYRQCRJ0YHH1K7Z3TSLH6MAUM5DBCNRNWMSNFN6YBNDXGAXGB6JKIAC3HQ36SSLYG5BS1U0PG63L2GGPGDWIO95LGICJ59X3X9C9L2OL7P6743HB2A3OZ85G7LDZAPHGLIS9OZ17ZCZ7HZ951Q4DGQMKC5E8' where id=91; -update noar ti set v0='H5RVFYRB8FUGWOI6VTWMAXK37BXF7W665LYAQ43K87HTDVZA1KOB6ZPA2BPM7H0QICWDRTQ34S8B2ZVU7ZZSDI9UTL9MQJ16ZNVI0EYRQCRJ0YHH1K7Z3TSLH6MAUM5DBCNRNWMSNFN6YBNDXGAXGB6JKIAC3HQ36SSLYG5BS1U0PG63L2GGPGDWIO95LGICJ59X3X9C9L2OL7P6743HB2A3OZ85G7LDZAPHGLIS9OZ17ZCZ7HZ951Q4DGQMKC5E8' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3QTQ22O79WXROW10ZIGKFK9C0ON1CSOWUVAAC88P2LXZ6EFW22ZWYMIPPI7X13KSDBWFW8BRRUMSUYIJK5TYXSDT1QTQVSN7X2O6GTKUMS2RGW4H2P3EMF5KD1WTE8N43VZB9THRNWIZ8YLMOQYHZMLU1R5PLP9DK8AFQZDT6VV3BH93183J59E26OICO9X51TII3WXDV90CLTQKP5TK1EM3PG7NV7SXV17N7G4WIGQOFMP5RAHYLTQQHLZK2H383' where id=91; -update noar ti set v1='3QTQ22O79WXROW10ZIGKFK9C0ON1CSOWUVAAC88P2LXZ6EFW22ZWYMIPPI7X13KSDBWFW8BRRUMSUYIJK5TYXSDT1QTQVSN7X2O6GTKUMS2RGW4H2P3EMF5KD1WTE8N43VZB9THRNWIZ8YLMOQYHZMLU1R5PLP9DK8AFQZDT6VV3BH93183J59E26OICO9X51TII3WXDV90CLTQKP5TK1EM3PG7NV7SXV17N7G4WIGQOFMP5RAHYLTQQHLZK2H383' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='5PI4Q9TEN68K5DAGII5EBTQZ0YW4CH8WRMN0SXA69CXAV55P78BD3TXIRT6TVG54E0SK12YG85HYE2EJRHK65YZT25C95Z5ZFT1M9U8RSKAJ7QA3K29L2BDL43QBKQFN1BVSMIZ5DAB4GKTMQLBQ7K98LJH70FWZWX5R5RXUZ8QSSNMNMMHC7BKWOWY3L0SM120ZGD59T2T5ONVCJN8NBD7INEROY3SWNZ45AQ8G48YKIPT5U9QNNWHLKPSWFOIUZ' where id=91; -update noar ti set v2='5PI4Q9TEN68K5DAGII5EBTQZ0YW4CH8WRMN0SXA69CXAV55P78BD3TXIRT6TVG54E0SK12YG85HYE2EJRHK65YZT25C95Z5ZFT1M9U8RSKAJ7QA3K29L2BDL43QBKQFN1BVSMIZ5DAB4GKTMQLBQ7K98LJH70FWZWX5R5RXUZ8QSSNMNMMHC7BKWOWY3L0SM120ZGD59T2T5ONVCJN8NBD7INEROY3SWNZ45AQ8G48YKIPT5U9QNNWHLKPSWFOIUZ' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='HMCIFVLIP82EB98V66WN595HAFU5UZD2W10RR126OP0HTKEFXPQ9FCKEK094B6SNLMMKP606ULPU1S21YMFM1RDZFAM6D9N07DEPVFPSFRU8QBYUWX3H6PMELJZQ6LHP1I7Y26GOQC0NGTP7SPDDNG7A2KSBOOUHTDUXNV199ITGHOCFCE2Q1DL7T2HLTDJOMQ4HURE6PKVTOOJIYRJQGPA3WS2GJC018Q75QZ7UXL0L5A8QA9M0GSPOP8YMFOBF2' where id=91; -update noar ti set v3='HMCIFVLIP82EB98V66WN595HAFU5UZD2W10RR126OP0HTKEFXPQ9FCKEK094B6SNLMMKP606ULPU1S21YMFM1RDZFAM6D9N07DEPVFPSFRU8QBYUWX3H6PMELJZQ6LHP1I7Y26GOQC0NGTP7SPDDNG7A2KSBOOUHTDUXNV199ITGHOCFCE2Q1DL7T2HLTDJOMQ4HURE6PKVTOOJIYRJQGPA3WS2GJC018Q75QZ7UXL0L5A8QA9M0GSPOP8YMFOBF2' where id=91; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='785RE4HQE4VE16P5AWUB1V4J4DQJJBO8RP69GU94BEN98LHXML7F54A2Z1PK9XAH28J9K3MH86F6DLZ201JPNKXN38U7FLX7FJWIDYYM32JA6VC0NES00BCNAWU4QT5IV8J8A8KJ8EDAXB00OHFJ7SMDBDVXCV6ETLVL0JLKQSVPG93ZTD89061FVJ1AOW2B9EEEMM6KJKPLNGMO0NHP7US308Y90NI2YFDS1VLPX8NROVEUO9H7B9XVGWZSMKO3J' where id=92; -update noar ti set v0='785RE4HQE4VE16P5AWUB1V4J4DQJJBO8RP69GU94BEN98LHXML7F54A2Z1PK9XAH28J9K3MH86F6DLZ201JPNKXN38U7FLX7FJWIDYYM32JA6VC0NES00BCNAWU4QT5IV8J8A8KJ8EDAXB00OHFJ7SMDBDVXCV6ETLVL0JLKQSVPG93ZTD89061FVJ1AOW2B9EEEMM6KJKPLNGMO0NHP7US308Y90NI2YFDS1VLPX8NROVEUO9H7B9XVGWZSMKO3J' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='0EAB2PKE0VSX30YVSJQA0WHFBN56CHFLCMTLDOEWUL1C3F08S1X0K2PUNJ5KYJLIDKOQW3A4N9YDFQLLVGCUERSQUUCZZ6ZXF3PEKD643XONVHBU1OIBIUSV2A2M4PU7NUZAL01LUZJGUI1EQUIWOXSML2OZNNFRJS3P98RB7AJ6MHPB3D5CH2WN7ROML9Q9P4Q3N2H6TY9ZN7BD3TKAQRBL1H1CNYM0PGKOO15MKHD7EWY10H80LGVFYNBBMBAAS' where id=92; -update noar ti set v1='0EAB2PKE0VSX30YVSJQA0WHFBN56CHFLCMTLDOEWUL1C3F08S1X0K2PUNJ5KYJLIDKOQW3A4N9YDFQLLVGCUERSQUUCZZ6ZXF3PEKD643XONVHBU1OIBIUSV2A2M4PU7NUZAL01LUZJGUI1EQUIWOXSML2OZNNFRJS3P98RB7AJ6MHPB3D5CH2WN7ROML9Q9P4Q3N2H6TY9ZN7BD3TKAQRBL1H1CNYM0PGKOO15MKHD7EWY10H80LGVFYNBBMBAAS' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2NJ4IUDLWPW0YBQ67EP3TRNDYMEP4LMAEDSRCVHW3VU5VUJ7U401VU5DCVO6RN4GMFU95CZCBL5BPXISWPSS9ID05H21MC5TDAQ0MNWQ85E69KFY4JRALHNEFWV1JFGLIF1AFSEN2CN5GL463TT9RPUKNJITW5ICZ5SQXD4VSKU94C7T9WU6QFW8MIDHCYYNI18GYQ23M6RCB2MRHOXIB9H78YI3191CI8BVLAT9W6GKABFKVM0MGV7V0Y7XP4352' where id=92; -update noar ti set v2='2NJ4IUDLWPW0YBQ67EP3TRNDYMEP4LMAEDSRCVHW3VU5VUJ7U401VU5DCVO6RN4GMFU95CZCBL5BPXISWPSS9ID05H21MC5TDAQ0MNWQ85E69KFY4JRALHNEFWV1JFGLIF1AFSEN2CN5GL463TT9RPUKNJITW5ICZ5SQXD4VSKU94C7T9WU6QFW8MIDHCYYNI18GYQ23M6RCB2MRHOXIB9H78YI3191CI8BVLAT9W6GKABFKVM0MGV7V0Y7XP4352' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JOZ0SGSDWBX0I0Z1JWZROGVYLQGHVI5RA0YVPGEG4C2MVK3F8HKWBTNZN05KV4SJJVTFML71ERZ1M3ZDOBCUIHXBE4V01B35PYOFYJJ83OWOUY93SAUSE62ZX5WJZSNUNGTJSN3R56VNP5OG0VD9YS70FQQVCTMQKL434AS124GGPRJKQ7AVSWRYO6PA8KF035TVPFCDWAENYPUPF7ZQQLJQ291VD850Q2SFGTJ22TJDNQVP40O4LQS3DXZVO2ZZA' where id=92; -update noar ti set v3='JOZ0SGSDWBX0I0Z1JWZROGVYLQGHVI5RA0YVPGEG4C2MVK3F8HKWBTNZN05KV4SJJVTFML71ERZ1M3ZDOBCUIHXBE4V01B35PYOFYJJ83OWOUY93SAUSE62ZX5WJZSNUNGTJSN3R56VNP5OG0VD9YS70FQQVCTMQKL434AS124GGPRJKQ7AVSWRYO6PA8KF035TVPFCDWAENYPUPF7ZQQLJQ291VD850Q2SFGTJ22TJDNQVP40O4LQS3DXZVO2ZZA' where id=92; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='DGCYFK8V52C5Q39UFQQI6GFV9MS2STLV1IVMQE8B3D5XVXHY0JGLH4QVNXM5X63RMO9XNQRMK1ZBW8K9B9Q2J4ANK8XIV3UF00ZQ5ZP51Z77E1UDIA0TY82H5SWNODE7SSE3LZJK4SROJ3W4LTMA3VIKBR8AROSTKU634XKY2ZQUUPD4295PMJED0ZRVDXP3SSEVM6WBTPDS37NGXA8TSYQFN59LR83GEYD24W26KAJIRQ6EGYLXFXQI56ZO1TZ47' where id=93; -update noar ti set v0='DGCYFK8V52C5Q39UFQQI6GFV9MS2STLV1IVMQE8B3D5XVXHY0JGLH4QVNXM5X63RMO9XNQRMK1ZBW8K9B9Q2J4ANK8XIV3UF00ZQ5ZP51Z77E1UDIA0TY82H5SWNODE7SSE3LZJK4SROJ3W4LTMA3VIKBR8AROSTKU634XKY2ZQUUPD4295PMJED0ZRVDXP3SSEVM6WBTPDS37NGXA8TSYQFN59LR83GEYD24W26KAJIRQ6EGYLXFXQI56ZO1TZ47' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='X6UQMQPRLVDDO364Q5ZVKKIG7150PHH2IAK1UJ14RPMFDIC60TSCUWPFG89I85K0VU78SVGB74XE5Z8LKMH8BJL3CRLZNRROZIKFGF8SOL88ODQOM3QL6Q2TVNAO0S5QCO7VDFWVGG9Y78D29XNKLPG34YXQO9B2G43AY2CH6ICUNC8TXAHI7IFF8IE19073OZDW4UNV3ODEXOWNIHGPQS8LFEY62R7E0XZOXM14YA0MNQ9URB12029KOXJS5ADWN' where id=93; -update noar ti set v1='X6UQMQPRLVDDO364Q5ZVKKIG7150PHH2IAK1UJ14RPMFDIC60TSCUWPFG89I85K0VU78SVGB74XE5Z8LKMH8BJL3CRLZNRROZIKFGF8SOL88ODQOM3QL6Q2TVNAO0S5QCO7VDFWVGG9Y78D29XNKLPG34YXQO9B2G43AY2CH6ICUNC8TXAHI7IFF8IE19073OZDW4UNV3ODEXOWNIHGPQS8LFEY62R7E0XZOXM14YA0MNQ9URB12029KOXJS5ADWN' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='QK5GWKB4T0VEGNP4JCJGEB2RHM5X9S1A42N33117H88ETLIJU4Z9L53SLUMZYA3VA64420NO3LFARVDSTKHUNYW4VEMP5MELEDU587HXCS9AXDPI54AOPH8EDR8AO0BPDKQOLL4NY726N1KVLA044I0MVFU63X61H7H3E8W1UT097PUOPAI1VVTMT4APDE8LAB567UZ2964ZTXSHGDLODX8Q2VX6IUBT37EE9A9VRO9X6ZXGRD1SLLZLKIRUGFDF5' where id=93; -update noar ti set v2='QK5GWKB4T0VEGNP4JCJGEB2RHM5X9S1A42N33117H88ETLIJU4Z9L53SLUMZYA3VA64420NO3LFARVDSTKHUNYW4VEMP5MELEDU587HXCS9AXDPI54AOPH8EDR8AO0BPDKQOLL4NY726N1KVLA044I0MVFU63X61H7H3E8W1UT097PUOPAI1VVTMT4APDE8LAB567UZ2964ZTXSHGDLODX8Q2VX6IUBT37EE9A9VRO9X6ZXGRD1SLLZLKIRUGFDF5' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='MD2G12QTM7C1ADRLCAQIA3K91899IXUVBL9I2R90EOCPMKM8METIYDDJFUZA85HDLDBO2KI30IAJC5P4L195QRIHBTV18I30GB5QWBG9DPU3S4SAP4BIRNUBW871W4BJJM4B8LRW7SNT7QEFBR7L5MU52JCAZOPWNGGDN63XUKKZL929LPWUY7IRYVHIROFE9K3WMFBYCWP21VFB3KI7QICAWU6OR4LGQHLFZ92FXZABR7D4B0O75LZKUU3GO8SEK' where id=93; -update noar ti set v3='MD2G12QTM7C1ADRLCAQIA3K91899IXUVBL9I2R90EOCPMKM8METIYDDJFUZA85HDLDBO2KI30IAJC5P4L195QRIHBTV18I30GB5QWBG9DPU3S4SAP4BIRNUBW871W4BJJM4B8LRW7SNT7QEFBR7L5MU52JCAZOPWNGGDN63XUKKZL929LPWUY7IRYVHIROFE9K3WMFBYCWP21VFB3KI7QICAWU6OR4LGQHLFZ92FXZABR7D4B0O75LZKUU3GO8SEK' where id=93; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='H11BFIZVDXIQJSLBQRQ5J8F5H50NY1Q8VIN7KZM72TOK3E1XBJXV3ABNPPV9FEH3RDYXGL37XK2Z2HOQVUTS3RBKHELHI08TJD0AFBBSCXGLRWMG3OZ6Q1GH49BSOIUWWXUM84S441W33FRE3U9XIS8F69LEXY81L4V8B9CEQ5AX7J2NR43W80IIRJXWDF20283YSJKHDB9GHMXWE988IXFUG29CCBKAEMAUPVA9L475WSXQ4VYI8UOOKCOT6X5TQ' where id=94; -update noar ti set v0='H11BFIZVDXIQJSLBQRQ5J8F5H50NY1Q8VIN7KZM72TOK3E1XBJXV3ABNPPV9FEH3RDYXGL37XK2Z2HOQVUTS3RBKHELHI08TJD0AFBBSCXGLRWMG3OZ6Q1GH49BSOIUWWXUM84S441W33FRE3U9XIS8F69LEXY81L4V8B9CEQ5AX7J2NR43W80IIRJXWDF20283YSJKHDB9GHMXWE988IXFUG29CCBKAEMAUPVA9L475WSXQ4VYI8UOOKCOT6X5TQ' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='WPC7JU4ENGC774U45EX78DMKHIZ30Y3K57FQ8P0JCHM3YI794O39DLY2D7YS9LN5XZ9DCIAU3UHY4JG6OT9OCWJLIKCNX06RVYUML9WS0OA1ZCOO4AHXOH1Y34KPHYO9MU09DH88J4IBADOPC5TCADI3OFDFJGW5IE96ZFXVXLL3ZGVANB637LHS7F6NXHDH49C6ULHU8KX8W86TZV1BEWS7HEVXDDM41IKMXB862OJCRRP86M7O10GTZF73CQIVE' where id=94; -update noar ti set v1='WPC7JU4ENGC774U45EX78DMKHIZ30Y3K57FQ8P0JCHM3YI794O39DLY2D7YS9LN5XZ9DCIAU3UHY4JG6OT9OCWJLIKCNX06RVYUML9WS0OA1ZCOO4AHXOH1Y34KPHYO9MU09DH88J4IBADOPC5TCADI3OFDFJGW5IE96ZFXVXLL3ZGVANB637LHS7F6NXHDH49C6ULHU8KX8W86TZV1BEWS7HEVXDDM41IKMXB862OJCRRP86M7O10GTZF73CQIVE' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='TQO5EOT4LBPGC3PCJIJVZ6YMHOEZPSCI8S6HDAPJTS95E178XYUY53HFHSYXT4I9ELX7G2QDOBSD76ABGMHY2W96V0KT7FTF18035Y6RW8NDFPZBYSCJY99IM1PV0ELMI1QKN3ZAUQM8RY6VOY7MREQLGLCVYLOXQZ2L9CK4R5J3R0ZVZZBSJWZFDH25K8LNM3OPHZE57ENKK8TLLIJS6PV1Q011NCHGD61BLGZZD3KZD4X8U0XTPN57J873UHG6P' where id=94; -update noar ti set v2='TQO5EOT4LBPGC3PCJIJVZ6YMHOEZPSCI8S6HDAPJTS95E178XYUY53HFHSYXT4I9ELX7G2QDOBSD76ABGMHY2W96V0KT7FTF18035Y6RW8NDFPZBYSCJY99IM1PV0ELMI1QKN3ZAUQM8RY6VOY7MREQLGLCVYLOXQZ2L9CK4R5J3R0ZVZZBSJWZFDH25K8LNM3OPHZE57ENKK8TLLIJS6PV1Q011NCHGD61BLGZZD3KZD4X8U0XTPN57J873UHG6P' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='W9Y750CILBYT3Z127LDRTG7RZQNCVB9OAQIHMSOSYM82F7H732IZ5WAO0NBY15SXE9N2H3PSRLAL75FT9KDW79M1SE9T89ANRHNAAA11CIE0AI2NCZVFJFT0EP3ZWYLVRY354B1AS2OXH889OCQ9CRQGZ9RRS6DNFY7Y6PL3CREQH6B3OXWMIWX3BQR8DD5AE43Z1DBC8KRZVS5GZZ2YKX3113TMGB15TE6CI97A51SJSI25JZ0L86UCUV44HERY5' where id=94; -update noar ti set v3='W9Y750CILBYT3Z127LDRTG7RZQNCVB9OAQIHMSOSYM82F7H732IZ5WAO0NBY15SXE9N2H3PSRLAL75FT9KDW79M1SE9T89ANRHNAAA11CIE0AI2NCZVFJFT0EP3ZWYLVRY354B1AS2OXH889OCQ9CRQGZ9RRS6DNFY7Y6PL3CREQH6B3OXWMIWX3BQR8DD5AE43Z1DBC8KRZVS5GZZ2YKX3113TMGB15TE6CI97A51SJSI25JZ0L86UCUV44HERY5' where id=94; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='6EH7QOIVOHN03HU0CUMJ0N2D4WM04O1P7UFKK2HJAP1A4PMOYXI4UB7SJ9NQ6K734OVFRAAB7L7IC1AZGVYECSFPS1KJX2XBJOGLFLSRADJLPSVOD56DXV0G8I7OFHH9UW9XCKR7F0547HZ1ZA6QN1PQBA25HW02EWAR909H3KZ7P8ULQXK07MRWELUUG6DR6S9WPU0OSPM73B5JMJ0R3PNTDT37JZB28VCUZQWFZYKXP25LGAMWXWZ9G6E40AF5X' where id=95; -update noar ti set v0='6EH7QOIVOHN03HU0CUMJ0N2D4WM04O1P7UFKK2HJAP1A4PMOYXI4UB7SJ9NQ6K734OVFRAAB7L7IC1AZGVYECSFPS1KJX2XBJOGLFLSRADJLPSVOD56DXV0G8I7OFHH9UW9XCKR7F0547HZ1ZA6QN1PQBA25HW02EWAR909H3KZ7P8ULQXK07MRWELUUG6DR6S9WPU0OSPM73B5JMJ0R3PNTDT37JZB28VCUZQWFZYKXP25LGAMWXWZ9G6E40AF5X' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='5F5NA2DAJF52WVJZIPTVS277X9YJG5X0WE98SRQ5P00TF072U92VFG5BEHZXIPB9Y88137RSUR571QM9AGC0ZNDMOXTYOFW08LVJSF3EL4KQIDZN3MO28KE1WMNPPK4VM5A1AO65SDLFUSQYO0ZED3HKFG05JWNFC99GMC23K1LYC78RTJINJVZU2LI75M35MQZ3UU2ZMYDL2T0FTUDJ4RE74UE9AKYU6D4F7O9MY5SVPBBCFSVD0EAZAHBJVWK88' where id=95; -update noar ti set v1='5F5NA2DAJF52WVJZIPTVS277X9YJG5X0WE98SRQ5P00TF072U92VFG5BEHZXIPB9Y88137RSUR571QM9AGC0ZNDMOXTYOFW08LVJSF3EL4KQIDZN3MO28KE1WMNPPK4VM5A1AO65SDLFUSQYO0ZED3HKFG05JWNFC99GMC23K1LYC78RTJINJVZU2LI75M35MQZ3UU2ZMYDL2T0FTUDJ4RE74UE9AKYU6D4F7O9MY5SVPBBCFSVD0EAZAHBJVWK88' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='Q2LDQOBULXJYLQOXWFCE3RSBY0V05RTKQCTYQETDUKUJZTLUUK01X7HGB4X0UZ67YG2CYE7O5PWYKXCOT9LNCVKWEG5Q4IGA5W4T9T1NFPA4LJ7EISBXHWA109RFB5AJMM2O7MZ57HHCD71E6AMLOFC90MSKXPUTW58D12FDRPUSZ18Z2R75D7Q0ED2BHKHAH6NT0BUDYBY6EIVCMATYKT7O6O51FDWA5LJPF3DLQF7NJVS5I7A3XG3L2B33K1O7V' where id=95; -update noar ti set v2='Q2LDQOBULXJYLQOXWFCE3RSBY0V05RTKQCTYQETDUKUJZTLUUK01X7HGB4X0UZ67YG2CYE7O5PWYKXCOT9LNCVKWEG5Q4IGA5W4T9T1NFPA4LJ7EISBXHWA109RFB5AJMM2O7MZ57HHCD71E6AMLOFC90MSKXPUTW58D12FDRPUSZ18Z2R75D7Q0ED2BHKHAH6NT0BUDYBY6EIVCMATYKT7O6O51FDWA5LJPF3DLQF7NJVS5I7A3XG3L2B33K1O7V' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='REKOS1KNF5KJOVW58D7X5AZP883BHX8A2GOE8FJBNYXBKMERMYY2L2L0LMTNYNK538E4MJN79BEQ76KVF3Q26VNTZY7HEHZI2L1VXJK5KI1CC5SWNZF96V8H533EF2C331NZX1RTUIIXAGBX9M3UQPZDLM7R5FVO0T1BU1EGM3W9KVYOLELU65V7WWHSYNA6AQNBPEL9M4PGIOJG8XN8M9ZV1TM6XBLUEZKQGX2WDEIN9EE7QOOB7LO7HF833O9U8' where id=95; -update noar ti set v3='REKOS1KNF5KJOVW58D7X5AZP883BHX8A2GOE8FJBNYXBKMERMYY2L2L0LMTNYNK538E4MJN79BEQ76KVF3Q26VNTZY7HEHZI2L1VXJK5KI1CC5SWNZF96V8H533EF2C331NZX1RTUIIXAGBX9M3UQPZDLM7R5FVO0T1BU1EGM3W9KVYOLELU65V7WWHSYNA6AQNBPEL9M4PGIOJG8XN8M9ZV1TM6XBLUEZKQGX2WDEIN9EE7QOOB7LO7HF833O9U8' where id=95; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='FAAXUMQKWZIUTMKRYCF2CX25NLPKPG6MQ8CO4N030L52E79HDW3Q4LS2CV8F4WYKWQPP9QFJ9ES33XKMXLOMGXWVVHMGJNWUJG1X2EQA20K01CK855O3OED02VIG92SWAKHS4265HHUDIV4YZJYOXVD706BTSZV128OGQ6UKU4BHIYCCTMHA7Y92D8J9Y4X2D6BXIOYFX6D4E0OXULQUCK5JOU3P55M7QY7P6SB1GVJFZPJ887Q2LYXHQ6TZJ8UH8' where id=96; -update noar ti set v0='FAAXUMQKWZIUTMKRYCF2CX25NLPKPG6MQ8CO4N030L52E79HDW3Q4LS2CV8F4WYKWQPP9QFJ9ES33XKMXLOMGXWVVHMGJNWUJG1X2EQA20K01CK855O3OED02VIG92SWAKHS4265HHUDIV4YZJYOXVD706BTSZV128OGQ6UKU4BHIYCCTMHA7Y92D8J9Y4X2D6BXIOYFX6D4E0OXULQUCK5JOU3P55M7QY7P6SB1GVJFZPJ887Q2LYXHQ6TZJ8UH8' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='AVB7L0JPH7EAEIWJBTF17FS34SU9LT3GWLYWJWL0X0V0YUYBT85P9Q9IX57TTDUA609O7RVDVLXX2IQJ9DBLZYUVSEXDK8Z2VC0HB9JRMM98OXK7ZUF4BQEB7EPO39U9IPFG0G0MIAMDWGNWYQC1QHAQYEOHXZ6TBV39QKF5WLF25I8OMWMRTW81SC9JEPIFVQNKTTATW720V9Y8HIS1XJT9UGXWJZFK3OJZ98Q30AR38GURYFZPVLAEXMWF1TLZ7' where id=96; -update noar ti set v1='AVB7L0JPH7EAEIWJBTF17FS34SU9LT3GWLYWJWL0X0V0YUYBT85P9Q9IX57TTDUA609O7RVDVLXX2IQJ9DBLZYUVSEXDK8Z2VC0HB9JRMM98OXK7ZUF4BQEB7EPO39U9IPFG0G0MIAMDWGNWYQC1QHAQYEOHXZ6TBV39QKF5WLF25I8OMWMRTW81SC9JEPIFVQNKTTATW720V9Y8HIS1XJT9UGXWJZFK3OJZ98Q30AR38GURYFZPVLAEXMWF1TLZ7' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='VTGHTU2UTBEA0Q2C9VHJBGB3A2SG9YL68EH0N3HKIN8RL3ZQM9G2MYZCICJ5X9WGJ26HGLNXGBD61ZT3VPTRUT9V2NSPA2441VQYACSCM3J160CYBZ71PWWKPI1THMQWXD7RSQBBLQYJB9GYLIXSLXIHBVMFAEVGR1H4SRKMCTFX0EKVVM8UQ394F22FVZPTO8LNA3N7BCASHK7YOZM2AMW03PXHD7K4IKSHBZ524VRRER0T35PZICZNHSFO34Z4W' where id=96; -update noar ti set v2='VTGHTU2UTBEA0Q2C9VHJBGB3A2SG9YL68EH0N3HKIN8RL3ZQM9G2MYZCICJ5X9WGJ26HGLNXGBD61ZT3VPTRUT9V2NSPA2441VQYACSCM3J160CYBZ71PWWKPI1THMQWXD7RSQBBLQYJB9GYLIXSLXIHBVMFAEVGR1H4SRKMCTFX0EKVVM8UQ394F22FVZPTO8LNA3N7BCASHK7YOZM2AMW03PXHD7K4IKSHBZ524VRRER0T35PZICZNHSFO34Z4W' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='UFJ5JLTP7WUETVGL7QAV005KL9XZ2MNNTHP7O5012TUVA6BGJ79UDMQC5OGYYCW98IZ1WOW35ZB0FSGY2BP8FGJZZ835HRNPSDJ6M2SSWLYMO2IJ6J5F0VYS84NKECE7X53K6RTBDDO0VB3ZM32Z49M8ZCVN7GT8IVEQ9O3SNQMRNY65CRVAK1VSI55E8ZUVY4IWHF6GFI7X6G6H2R75IGA1ASR0BGVBDF32IYWT4DSPJ1II3UCA9D19FLX3NC2ZX' where id=96; -update noar ti set v3='UFJ5JLTP7WUETVGL7QAV005KL9XZ2MNNTHP7O5012TUVA6BGJ79UDMQC5OGYYCW98IZ1WOW35ZB0FSGY2BP8FGJZZ835HRNPSDJ6M2SSWLYMO2IJ6J5F0VYS84NKECE7X53K6RTBDDO0VB3ZM32Z49M8ZCVN7GT8IVEQ9O3SNQMRNY65CRVAK1VSI55E8ZUVY4IWHF6GFI7X6G6H2R75IGA1ASR0BGVBDF32IYWT4DSPJ1II3UCA9D19FLX3NC2ZX' where id=96; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='2257OFXUKLFS2FB5DWHAL2W2YCLFCWSIZ1OYHQXG7DIU8MR0M5N22GZHSIK17MSZ19SGW6LWPUS6DEMLI8LNUHYOUUR6VHWJ9V1EOFVTKPH91AIG559AH6VGZHGDW5G42RCTNQ9LVVYHOQZ9P0VEW0D96WCJHSKUG07ZZFZUB6Q2J4RQ828O09OHJJOP8XF5R5WYBRYCVZL965JLKB58YMLXOMHO8MJTI8SO3XB8QX30O4Z1TY5OTCC734ISR5OR8' where id=97; -update noar ti set v0='2257OFXUKLFS2FB5DWHAL2W2YCLFCWSIZ1OYHQXG7DIU8MR0M5N22GZHSIK17MSZ19SGW6LWPUS6DEMLI8LNUHYOUUR6VHWJ9V1EOFVTKPH91AIG559AH6VGZHGDW5G42RCTNQ9LVVYHOQZ9P0VEW0D96WCJHSKUG07ZZFZUB6Q2J4RQ828O09OHJJOP8XF5R5WYBRYCVZL965JLKB58YMLXOMHO8MJTI8SO3XB8QX30O4Z1TY5OTCC734ISR5OR8' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='PCWGA3O10XR00QS2SWXP0U7JQH8G0O5U6H3GK8TONZCESJJBF97BKWFRCNE9N58SPDMWIC3QL7U4QD3MBLMVAJO062J3JLE6HBNUOV6SJL0UEZLQKG80ZG4DS51V9NU9DQICOPGAXPNUO59V680NATGNIH0E5O0KJE30NNW4ZZ0ILP5H9QS5ZJ8RHT1MG8QABXSRVS0RS4C661EW8YNO3X6ZWMLZ133IHJVUPJNUPKTCXT027620U4IYBPPZ14E0L' where id=97; -update noar ti set v1='PCWGA3O10XR00QS2SWXP0U7JQH8G0O5U6H3GK8TONZCESJJBF97BKWFRCNE9N58SPDMWIC3QL7U4QD3MBLMVAJO062J3JLE6HBNUOV6SJL0UEZLQKG80ZG4DS51V9NU9DQICOPGAXPNUO59V680NATGNIH0E5O0KJE30NNW4ZZ0ILP5H9QS5ZJ8RHT1MG8QABXSRVS0RS4C661EW8YNO3X6ZWMLZ133IHJVUPJNUPKTCXT027620U4IYBPPZ14E0L' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='T58S91X3BNFNRYPR3IMKC9D6UJOZA7BJ19Q9EC0TZJFHJIQAI8C4RUE71REVF85BRQ7M7UAPK6L2UUW6WVTGY9W2JAN1D1WLC5OV8DL7ZXUT6QAPLSR5VX5I7JEE0ZLBUVV0ST7LBH7444Y01YJ0TZGX3LFKAGPPWMGTQ3KJ4FV9Q9L3M6Q0BXTOYTH225XK5NG9Y3MD8WBI2CN2PIUNONJXQGXXJ8GIZMDWFWNV7L9IJXVPDJAXISI14EQD0I1LL' where id=97; -update noar ti set v2='T58S91X3BNFNRYPR3IMKC9D6UJOZA7BJ19Q9EC0TZJFHJIQAI8C4RUE71REVF85BRQ7M7UAPK6L2UUW6WVTGY9W2JAN1D1WLC5OV8DL7ZXUT6QAPLSR5VX5I7JEE0ZLBUVV0ST7LBH7444Y01YJ0TZGX3LFKAGPPWMGTQ3KJ4FV9Q9L3M6Q0BXTOYTH225XK5NG9Y3MD8WBI2CN2PIUNONJXQGXXJ8GIZMDWFWNV7L9IJXVPDJAXISI14EQD0I1LL' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='ELR5OYU9FXZFHMBF3J2HG47AII8Y02M473OWKDEZ2AK6V3JKJWXQLM4K1Z27YA0VS6ZROJNK2RVEGWWEQBNK0AAPXZUSCJUQKD4NOGVMX3T6BNJSAGTV6NJHQHPHUZ85YJXVUD9FM1K6RK855XRKYU4MVDNB6PH9NY9OGOHR5E04LA34YRE4L8P780ERJD5OAG347T8XAMB038NGQADTYLX3PDI0MN1IXYK1A1OEZC6AIED8IPYFMQ59QQGOGLP93' where id=97; -update noar ti set v3='ELR5OYU9FXZFHMBF3J2HG47AII8Y02M473OWKDEZ2AK6V3JKJWXQLM4K1Z27YA0VS6ZROJNK2RVEGWWEQBNK0AAPXZUSCJUQKD4NOGVMX3T6BNJSAGTV6NJHQHPHUZ85YJXVUD9FM1K6RK855XRKYU4MVDNB6PH9NY9OGOHR5E04LA34YRE4L8P780ERJD5OAG347T8XAMB038NGQADTYLX3PDI0MN1IXYK1A1OEZC6AIED8IPYFMQ59QQGOGLP93' where id=97; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='PPZV0EDGI7ZL7GY81JGDYNOM2C58PD0MX2XFOC99C94BIPS89HBE0QWJM69W5TX37WICUILTDTERRFN8MNR4CK2WVKMXJI2LZAZTQTIKXDKIWXQZW34FCSP64P9QCAFNBDBJCODEGPCFVP5AZC3GYEXIMWB8IU7PVBUXK481YL49T4P99H0CI6WCMZBNEDT500DG6DE1F6QM5IQGW5I4MHQVKEHGMOYE8A66AC946MRUPJ8WMJ2CGBPTQT8VYYMUF' where id=98; -update noar ti set v0='PPZV0EDGI7ZL7GY81JGDYNOM2C58PD0MX2XFOC99C94BIPS89HBE0QWJM69W5TX37WICUILTDTERRFN8MNR4CK2WVKMXJI2LZAZTQTIKXDKIWXQZW34FCSP64P9QCAFNBDBJCODEGPCFVP5AZC3GYEXIMWB8IU7PVBUXK481YL49T4P99H0CI6WCMZBNEDT500DG6DE1F6QM5IQGW5I4MHQVKEHGMOYE8A66AC946MRUPJ8WMJ2CGBPTQT8VYYMUF' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='MHE8ZHDRQMBO2NN7RQVMUJNFF1HZJLSBMHBYWO0YAZFO3D28C3O0GYH3IMCKBH8IOCIGWS89W56Y0J96HMUKJKCYOMWDTH02RYZ54WLQGERGQ3T92H7KUGYKS8OI06GGE04RAHEJ33BTF8KGBPCBJC62UP4K4T8X1M0MX4S8GIYGUTV0YKAAJVOPZTTMMYTK9KMCHHXTLHN36J88IFHW37N3J9FRTZDTI2EYW7XDNHYXZ6AB5XCNMQP8MMPVTO4M3' where id=98; -update noar ti set v1='MHE8ZHDRQMBO2NN7RQVMUJNFF1HZJLSBMHBYWO0YAZFO3D28C3O0GYH3IMCKBH8IOCIGWS89W56Y0J96HMUKJKCYOMWDTH02RYZ54WLQGERGQ3T92H7KUGYKS8OI06GGE04RAHEJ33BTF8KGBPCBJC62UP4K4T8X1M0MX4S8GIYGUTV0YKAAJVOPZTTMMYTK9KMCHHXTLHN36J88IFHW37N3J9FRTZDTI2EYW7XDNHYXZ6AB5XCNMQP8MMPVTO4M3' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='SWJ9LT09OCC8EVXVTOFW27OXE71E9F49XOLWOG49Z8755GNPS5QH5X6AJ3IUPOGR0R6DQY9ABXIEZB3KQLRLMT50C7YVDJ0F4A3RRJ42N19UFEM34Y6115Y4UBLY7RA794MV1DZGDXR34T8KB6QR2ZFX3ZX8UT0965P9T2FR51JGBS3VOWPR5SD9IRGI9Y62NQ9WH569HZBM8IHAAVZ7Q9EZEE9J95ZYYC4QAOHY9GMUD2QMGEJYL5QSEC6MHXD4K' where id=98; -update noar ti set v2='SWJ9LT09OCC8EVXVTOFW27OXE71E9F49XOLWOG49Z8755GNPS5QH5X6AJ3IUPOGR0R6DQY9ABXIEZB3KQLRLMT50C7YVDJ0F4A3RRJ42N19UFEM34Y6115Y4UBLY7RA794MV1DZGDXR34T8KB6QR2ZFX3ZX8UT0965P9T2FR51JGBS3VOWPR5SD9IRGI9Y62NQ9WH569HZBM8IHAAVZ7Q9EZEE9J95ZYYC4QAOHY9GMUD2QMGEJYL5QSEC6MHXD4K' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='JCOI29KEC0NYM1G3ZGCEYW8GGJKG8BZ5XNK0WKBWU0H0RN3XJ3GT5L2Y7LF0PHRE0KNCX9EOE6KMCPZJ5CWA88C6YAEGS4U5LNQ55CFUQCF8PIIT9VV4NHMV0MHM91D01NGTTVY3Z4B1O7QQNZGB52781EYNX0UT5OQMD19IETHNFI1FH80HS03RXPJRA49448T726CY77U5T338NONRYUF2PP40D3Z05LG8V0382Y7ULY0UR5ZVZ1BB812OQUEBT' where id=98; -update noar ti set v3='JCOI29KEC0NYM1G3ZGCEYW8GGJKG8BZ5XNK0WKBWU0H0RN3XJ3GT5L2Y7LF0PHRE0KNCX9EOE6KMCPZJ5CWA88C6YAEGS4U5LNQ55CFUQCF8PIIT9VV4NHMV0MHM91D01NGTTVY3Z4B1O7QQNZGB52781EYNX0UT5OQMD19IETHNFI1FH80HS03RXPJRA49448T726CY77U5T338NONRYUF2PP40D3Z05LG8V0382Y7ULY0UR5ZVZ1BB812OQUEBT' where id=98; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -update noar tt set v0='L2I9WV9C7179KOVWGEBPR14V2R8KHW9ADCF27C1QS2LWYBOU4SIPEJK86PMMNGZQ5XDXPT4QNS3F5N8DN5L9V934ER2JYAA6PFZ61WPBVDB3WMEBAVQZ53B64V74RRA1Z6KC9EFI9ZGDJU45WJY7XIQGUUXRCI60EA6AUCYI36RON8K1E1Z4BSYK1N2GPWKPK8K25XEJWH99NK5BGSUZGMSDT15D6I2A9BNHMS4DUFFGTX9TBHKDULLZTUENPHXSB' where id=99; -update noar ti set v0='L2I9WV9C7179KOVWGEBPR14V2R8KHW9ADCF27C1QS2LWYBOU4SIPEJK86PMMNGZQ5XDXPT4QNS3F5N8DN5L9V934ER2JYAA6PFZ61WPBVDB3WMEBAVQZ53B64V74RRA1Z6KC9EFI9ZGDJU45WJY7XIQGUUXRCI60EA6AUCYI36RON8K1E1Z4BSYK1N2GPWKPK8K25XEJWH99NK5BGSUZGMSDT15D6I2A9BNHMS4DUFFGTX9TBHKDULLZTUENPHXSB' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v0' at row 1 -update noar tt set v1='3YNWGOW6CV4GMJAWES6GY0RIZLCYXJQV0GP9SB089WRV1LAIIQOEHS1NDVZTD0N5DJH6SFXIAR5B86F4F14CK9ND8RZOQ55X59PK3L7Z8E36UNTNFE5C1852AZEC1P1TY8QPINDZO5QBSBKRXOG0TWE4OAJ082PIO6KJZVMHDI5ANLKLPRP7N9O6OIFJLB5EM9M04SGFOWSRJDGPZJXGUUHUE9VRY21DM7A0RC6N3YZFNJG8Q6XQIY3J8JTQRO64V' where id=99; -update noar ti set v1='3YNWGOW6CV4GMJAWES6GY0RIZLCYXJQV0GP9SB089WRV1LAIIQOEHS1NDVZTD0N5DJH6SFXIAR5B86F4F14CK9ND8RZOQ55X59PK3L7Z8E36UNTNFE5C1852AZEC1P1TY8QPINDZO5QBSBKRXOG0TWE4OAJ082PIO6KJZVMHDI5ANLKLPRP7N9O6OIFJLB5EM9M04SGFOWSRJDGPZJXGUUHUE9VRY21DM7A0RC6N3YZFNJG8Q6XQIY3J8JTQRO64V' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v1' at row 1 -update noar tt set v2='2QS184OQUSY2T1FOAWQIE57GN9DGAXSDLAASV89Q3FBLHZXOLFJUFNBHVAHYXCG42R8PZL3BQ1RRAID83P7N4YMMGZDKG4UM7CKVVJN5M36MR574PDLC1ADMBHRFLO4CO39HP4LPUMMVY22M0QDSJILNIM4H7YUS32R8OE7MURE1N2GIRB93JQUHY5OZG743QWEY6Y98ADMP7P1YL3XDBSVZKQ2DVLN4NTC37HV3F1T0OZ5ATLLGTZPARNF4BII0A' where id=99; -update noar ti set v2='2QS184OQUSY2T1FOAWQIE57GN9DGAXSDLAASV89Q3FBLHZXOLFJUFNBHVAHYXCG42R8PZL3BQ1RRAID83P7N4YMMGZDKG4UM7CKVVJN5M36MR574PDLC1ADMBHRFLO4CO39HP4LPUMMVY22M0QDSJILNIM4H7YUS32R8OE7MURE1N2GIRB93JQUHY5OZG743QWEY6Y98ADMP7P1YL3XDBSVZKQ2DVLN4NTC37HV3F1T0OZ5ATLLGTZPARNF4BII0A' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v2' at row 1 -update noar tt set v3='GSTHW6G2VM1R3YG9RI9KQIMUAO37JPPXHVUL6AXRRA1AV2730CYIKKOQTAL1A2S4NFSV1YDKRWE854E2I7XY12GYDJ1P41WMFYOA3IW4UPAXR1JI5B5RNJI9IXZJEXOT7DWI6XUZ1GF6HDNU480SB6HNM6ZEJBROFRWEIK0T12CCTP7VOQ10H18WGEG5K9NCSGCO6B3328U663KYNC107S58LHXF02I2WI69CBGF3OE2ISAOYH2UIDN7PWFVR5XNL' where id=99; -update noar ti set v3='GSTHW6G2VM1R3YG9RI9KQIMUAO37JPPXHVUL6AXRRA1AV2730CYIKKOQTAL1A2S4NFSV1YDKRWE854E2I7XY12GYDJ1P41WMFYOA3IW4UPAXR1JI5B5RNJI9IXZJEXOT7DWI6XUZ1GF6HDNU480SB6HNM6ZEJBROFRWEIK0T12CCTP7VOQ10H18WGEG5K9NCSGCO6B3328U663KYNC107S58LHXF02I2WI69CBGF3OE2ISAOYH2UIDN7PWFVR5XNL' where id=99; -Warnings: -Warning 1265 Data truncated for column 'v3' at row 1 -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; +This test does not produce any output on success diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_bin_pad.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_bin_pad.result index 44cf18a79b20f83cfac349ad638637f260638fb8..1955c1632d2ce1893b892ed09367542cc1b88071 100644 Binary files a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_bin_pad.result and b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_bin_pad.result differ diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_char.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_char.result index d8036ff660708135b7c9fb2df8ba9658aab77f81..aa9be20e7edbc9d16eb49227af32a16b8b3f5471 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_char.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_char.result @@ -1,19 +1,19 @@ -set default_storage_engine='tokudb'; -drop table if exists tt, ti; -set tokudb_disable_slow_upsert=1; -create table tt (id int primary key, c char(32), b binary(32)); +set tokudb_enable_fast_upsert=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table tt (id int primary key, c char(32), b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; -insert noar into tt values (1,null,null) on duplicate key update c='hi'; -insert noar into ti values (1,null,null) on duplicate key update c='hi'; +insert into tt values (1,null,null) on duplicate key update c='hi'; +insert into ti values (1,null,null) on duplicate key update c='hi'; include/diff_tables.inc [test.tt, test.ti] -insert noar into tt values (1,null,null) on duplicate key update c='there'; -insert noar into ti values (1,null,null) on duplicate key update c='there'; +insert into tt values (1,null,null) on duplicate key update c='there'; +insert into ti values (1,null,null) on duplicate key update c='there'; include/diff_tables.inc [test.tt, test.ti] -insert noar into tt values (1,null,null) on duplicate key update b='you'; -insert noar into ti values (1,null,null) on duplicate key update b='you'; +insert into tt values (1,null,null) on duplicate key update b='you'; +insert into ti values (1,null,null) on duplicate key update b='you'; include/diff_tables.inc [test.tt, test.ti] -insert noar into tt values (1,null,null) on duplicate key update b='people'; -insert noar into ti values (1,null,null) on duplicate key update b='people'; +insert into tt values (1,null,null) on duplicate key update b='people'; +insert into ti values (1,null,null) on duplicate key update b='people'; include/diff_tables.inc [test.tt, test.ti] drop table tt, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_deadlock.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_deadlock.result index 192d32d9a95e345e746f4e19207d03d5d61634db..d7ec18951e1f6455a147f92792ac056e2da84722 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_deadlock.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_deadlock.result @@ -1,12 +1,17 @@ -drop table if exists t; -set default_storage_engine='tokudb'; -create table t (id bigint primary key, b bigint not null default 0); +set tokudb_enable_fast_upsert=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (id bigint primary key, b bigint not null default 0) +engine = tokudb; +SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_TRANS_TABLES','')); +SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_ALL_TABLES','')); +set tokudb_enable_fast_upsert=1; begin; -insert noar into t (id) values (1) on duplicate key update b=b+1; +insert into t (id) values (1) on duplicate key update b=b+1; begin; -insert noar into t (id) values (2) on duplicate key update b=b-1; -insert noar into t (id) values (2) on duplicate key update b=b+1; -insert noar into t (id) values (1) on duplicate key update b=b-1; +insert into t (id) values (2) on duplicate key update b=b-1; +insert into t (id) values (2) on duplicate key update b=b+1; +insert into t (id) values (1) on duplicate key update b=b-1; Got one of the listed errors rollback; commit; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_int.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_int.result index 0d500c480a8f542f1d13488c104ee60a2f4c4872..4a963777fc086fd8ed1fd89728420099dc3773d3 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_int.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_int.result @@ -1,427 +1 @@ -set default_storage_engine='tokudb'; -drop table if exists tt, ti; -set tokudb_disable_slow_update=1; -create table tt ( -id tinyint null primary key, -x tinyint null, -y tinyint null, -z tinyint null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -Warnings: -Warning 1264 Out of range value for column 'z' at row 1 -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id tinyint not null primary key, -x tinyint not null default 0, -y tinyint not null default 0, -z tinyint not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -Warnings: -Warning 1264 Out of range value for column 'z' at row 1 -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id tinyint unsigned null primary key, -x tinyint unsigned null, -y tinyint unsigned null, -z tinyint unsigned null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id tinyint unsigned not null primary key, -x tinyint unsigned not null default 0, -y tinyint unsigned not null default 0, -z tinyint unsigned not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint null primary key, -x smallint null, -y smallint null, -z smallint null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint not null primary key, -x smallint not null default 0, -y smallint not null default 0, -z smallint not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint unsigned null primary key, -x smallint unsigned null, -y smallint unsigned null, -z smallint unsigned null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id smallint unsigned not null primary key, -x smallint unsigned not null default 0, -y smallint unsigned not null default 0, -z smallint unsigned not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint null primary key, -x mediumint null, -y mediumint null, -z mediumint null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint not null primary key, -x mediumint not null default 0, -y mediumint not null default 0, -z mediumint not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint unsigned null primary key, -x mediumint unsigned null, -y mediumint unsigned null, -z mediumint unsigned null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id mediumint unsigned not null primary key, -x mediumint unsigned not null default 0, -y mediumint unsigned not null default 0, -z mediumint unsigned not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int null primary key, -x int null, -y int null, -z int null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int not null primary key, -x int not null default 0, -y int not null default 0, -z int not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int unsigned null primary key, -x int unsigned null, -y int unsigned null, -z int unsigned null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id int unsigned not null primary key, -x int unsigned not null default 0, -y int unsigned not null default 0, -z int unsigned not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint null primary key, -x bigint null, -y bigint null, -z bigint null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint not null primary key, -x bigint not null default 0, -y bigint not null default 0, -z bigint not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint unsigned null primary key, -x bigint unsigned null, -y bigint unsigned null, -z bigint unsigned null, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; -create table tt ( -id bigint unsigned not null primary key, -x bigint unsigned not null default 0, -y bigint unsigned not null default 0, -z bigint unsigned not null default 0, -a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -include/diff_tables.inc [test.tt, test.ti] -drop table tt, ti; +This test does not produce any output on success diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_key.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_key.result index 95e31062c8824c8d267e64f7a993ad0f4dd543cc..d05f40619eda0f805efeae76710eceb03b1bd800 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_key.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_key.result @@ -1,23 +1,40 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_upsert=1; -create table t (a int, b char(32), c varchar(32), d blob); -insert noar into t values (1,null,null,null) on duplicate key update a=42; +set tokudb_enable_fast_upsert=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (a int, b char(32), c varchar(32), d blob) engine = tokudb; +insert into t values (1,null,null,null) on duplicate key update a=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id int primary key, a int, b char(32), c varchar(32), d blob, clustering key(a)); -insert noar into t values (1,null,null,null,null) on duplicate key update a=42; +create table t (id int primary key, +a int, b char(32), +c varchar(32), +d blob, +clustering key(a)) engine = tokudb; +insert into t values (1,null,null,null,null) on duplicate key update a=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id int primary key, a int, b char(32), c varchar(32), d blob, key(c)); -insert noar into t values (1,null,null,null,null) on duplicate key update a=42; +create table t (id int primary key, +a int, +b char(32), +c varchar(32), +d blob, +key(c)) engine = tokudb ; +insert into t values (1,null,null,null,null) on duplicate key update a=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id int, a int, b char(32), c varchar(32), d blob, primary key(id, a)); -insert noar into t values (1,2,null,null,null) on duplicate key update a=42; +create table t (id int, +a int, b char(32), +c varchar(32), +d blob, +primary key(id, a)) engine = tokudb; +insert into t values (1,2,null,null,null) on duplicate key update a=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; -create table t (id int, a int, b char(32), c varchar(32), d blob, primary key(a, id)); -insert noar into t values (1,2,null,null,null) on duplicate key update a=42; +create table t (id int, +a int, b char(32), +c varchar(32), +d blob, +primary key(a, id)) engine = tokudb; +insert into t values (1,2,null,null,null) on duplicate key update a=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_sqlmode.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_sqlmode.result index 9b1fd60d691c8afcd76b71f20dbe2fd44a26dbab..30a6448b0a26fffb7a292cf79f05ba0b8a2f2143 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_sqlmode.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_sqlmode.result @@ -1,17 +1,16 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_upsert=1; -create table t (id int primary key, x int not null); -insert noar into t values (1,0); -insert noar into t values (1,0) on duplicate key update x=42; -insert noar into t values (1,0) on duplicate key update x=x+1; -insert noar into t values (1,0) on duplicate key update x=x-1; +set tokudb_enable_fast_upsert=1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +create table t (id int primary key, x int not null) engine = tokudb; +insert into t values (1,0); +insert into t values (1,0) on duplicate key update x=42; +insert into t values (1,0) on duplicate key update x=x+1; +insert into t values (1,0) on duplicate key update x=x-1; set session sql_mode="NO_ENGINE_SUBSTITUTION,traditional"; -insert noar into t values (1,0) on duplicate key update x=42; +insert into t values (1,0) on duplicate key update x=42; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -insert noar into t values (1,0) on duplicate key update x=x+1; +insert into t values (1,0) on duplicate key update x=x+1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -insert noar into t values (1,0) on duplicate key update x=x-1; +insert into t values (1,0) on duplicate key update x=x-1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version -set session sql_mode="NO_ENGINE_SUBSTITUTION"; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_values.result b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_values.result index d2214fb1cd92a847fe245e1ab901da0a7f40caa8..6930584465cc2e9d43dc1752f86b629ca61d134a 100644 --- a/storage/tokudb/mysql-test/tokudb/r/fast_upsert_values.result +++ b/storage/tokudb/mysql-test/tokudb/r/fast_upsert_values.result @@ -1,22 +1,22 @@ -set default_storage_engine='tokudb'; -drop table if exists t; -set tokudb_disable_slow_upsert=1; -create table t (id int primary key, x int not null); -insert noar into t values (1,1); -insert noar into t values (1,1) on duplicate key update x=x+1; +set session sql_mode=(select replace(@@sql_mode,'STRICT_TRANS_TABLES','')); +set session sql_mode=(select replace(@@sql_mode,'STRICT_ALL_TABLES','')); +set tokudb_enable_fast_upsert=1; +create table t (id int primary key, x int not null) engine = tokudb; +insert into t values (1,1); +insert into t values (1,1) on duplicate key update x=x+1; select * from t; id x 1 2 -insert noar into t values (1,10) on duplicate key update x=values(x)+1; +insert into t values (1,10) on duplicate key update x=values(x)+1; ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version select * from t; id x 1 2 -insert noar into t values (1,10) on duplicate key update x=x+values(x); +insert into t values (1,10) on duplicate key update x=x+values(x); select * from t; id x 1 12 -insert noar into t values (1,100) on duplicate key update x=x+values(x); +insert into t values (1,100) on duplicate key update x=x+values(x); select * from t; id x 1 112 diff --git a/storage/tokudb/mysql-test/tokudb/r/tokudb_mrr.result b/storage/tokudb/mysql-test/tokudb/r/tokudb_mrr.result new file mode 100644 index 0000000000000000000000000000000000000000..d79f19202a374cb0823f405044b61f682bc835b9 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/r/tokudb_mrr.result @@ -0,0 +1,326 @@ +set optimizer_switch='mrr=on,mrr_sort_keys=on,index_condition_pushdown=on'; +set default_storage_engine=TokuDB; +create table t1(a int); +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `a` int(11) DEFAULT NULL +) ENGINE=TokuDB DEFAULT CHARSET=latin1 +insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); +create table t2(a int); +insert into t2 select A.a + 10*(B.a + 10*C.a) from t1 A, t1 B, t1 C; +create table t3 ( +a char(8) not null, b char(8) not null, filler char(200), +key(a) +); +insert into t3 select @a:=concat('c-', 1000+ A.a, '=w'), @a, 'filler' from t2 A; +insert into t3 select concat('c-', 1000+A.a, '=w'), concat('c-', 2000+A.a, '=w'), +'filler-1' from t2 A; +insert into t3 select concat('c-', 1000+A.a, '=w'), concat('c-', 3000+A.a, '=w'), +'filler-2' from t2 A; +select a,filler from t3 where a >= 'c-9011=w'; +a filler +select a,filler from t3 where a >= 'c-1011=w' and a <= 'c-1015=w'; +a filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1011=w filler-1 +c-1012=w filler-1 +c-1013=w filler-1 +c-1014=w filler-1 +c-1015=w filler-1 +c-1011=w filler-2 +c-1012=w filler-2 +c-1013=w filler-2 +c-1014=w filler-2 +c-1015=w filler-2 +select a,filler from t3 where (a>='c-1011=w' and a <= 'c-1013=w') or +(a>='c-1014=w' and a <= 'c-1015=w'); +a filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1011=w filler-1 +c-1012=w filler-1 +c-1013=w filler-1 +c-1014=w filler-1 +c-1015=w filler-1 +c-1011=w filler-2 +c-1012=w filler-2 +c-1013=w filler-2 +c-1014=w filler-2 +c-1015=w filler-2 +insert into t3 values ('c-1013=z', 'c-1013=z', 'err'); +insert into t3 values ('a-1014=w', 'a-1014=w', 'err'); +select a,filler from t3 where (a>='c-1011=w' and a <= 'c-1013=w') or +(a>='c-1014=w' and a <= 'c-1015=w'); +a filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1011=w filler-1 +c-1012=w filler-1 +c-1013=w filler-1 +c-1014=w filler-1 +c-1015=w filler-1 +c-1011=w filler-2 +c-1012=w filler-2 +c-1013=w filler-2 +c-1014=w filler-2 +c-1015=w filler-2 +delete from t3 where b in ('c-1013=z', 'a-1014=w'); +select a,filler from t3 where a='c-1011=w' or a='c-1012=w' or a='c-1013=w' or +a='c-1014=w' or a='c-1015=w'; +a filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1011=w filler-1 +c-1012=w filler-1 +c-1013=w filler-1 +c-1014=w filler-1 +c-1015=w filler-1 +c-1011=w filler-2 +c-1012=w filler-2 +c-1013=w filler-2 +c-1014=w filler-2 +c-1015=w filler-2 +insert into t3 values ('c-1013=w', 'del-me', 'inserted'); +select a,filler from t3 where a='c-1011=w' or a='c-1012=w' or a='c-1013=w' or +a='c-1014=w' or a='c-1015=w'; +a filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1011=w filler-1 +c-1012=w filler-1 +c-1013=w filler-1 +c-1014=w filler-1 +c-1015=w filler-1 +c-1011=w filler-2 +c-1012=w filler-2 +c-1013=w filler-2 +c-1014=w filler-2 +c-1015=w filler-2 +c-1013=w inserted +delete from t3 where b='del-me'; +alter table t3 add primary key(b); +select b,filler from t3 where (b>='c-1011=w' and b<= 'c-1018=w') or +b IN ('c-1019=w', 'c-1020=w', 'c-1021=w', +'c-1022=w', 'c-1023=w', 'c-1024=w'); +b filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1016=w filler +c-1017=w filler +c-1018=w filler +c-1019=w filler +c-1020=w filler +c-1021=w filler +c-1022=w filler +c-1023=w filler +c-1024=w filler +select b,filler from t3 where (b>='c-1011=w' and b<= 'c-1020=w') or +b IN ('c-1021=w', 'c-1022=w', 'c-1023=w'); +b filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1016=w filler +c-1017=w filler +c-1018=w filler +c-1019=w filler +c-1020=w filler +c-1021=w filler +c-1022=w filler +c-1023=w filler +select b,filler from t3 where (b>='c-1011=w' and b<= 'c-1018=w') or +b IN ('c-1019=w', 'c-1020=w') or +(b>='c-1021=w' and b<= 'c-1023=w'); +b filler +c-1011=w filler +c-1012=w filler +c-1013=w filler +c-1014=w filler +c-1015=w filler +c-1016=w filler +c-1017=w filler +c-1018=w filler +c-1019=w filler +c-1020=w filler +c-1021=w filler +c-1022=w filler +c-1023=w filler +drop table if exists t4; +create table t4 (a varchar(10), b int, c char(10), filler char(200), +key idx1 (a, b, c)); +insert into t4 (filler) select concat('NULL-', 15-a) from t2 order by a limit 15; +insert into t4 (a,b,c,filler) +select 'b-1',NULL,'c-1', concat('NULL-', 15-a) from t2 order by a limit 15; +insert into t4 (a,b,c,filler) +select 'b-1',NULL,'c-222', concat('NULL-', 15-a) from t2 order by a limit 15; +insert into t4 (a,b,c,filler) +select 'bb-1',NULL,'cc-2', concat('NULL-', 15-a) from t2 order by a limit 15; +insert into t4 (a,b,c,filler) +select 'zz-1',NULL,'cc-2', 'filler-data' from t2 order by a limit 500; +explain +select * from t4 where a IS NULL and b IS NULL and (c IS NULL or c='no-such-row1' + or c='no-such-row2'); +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE t4 range idx1 idx1 29 NULL 16 Using where; Rowid-ordered scan +select * from t4 where a IS NULL and b IS NULL and (c IS NULL or c='no-such-row1' + or c='no-such-row2'); +a b c filler +NULL NULL NULL NULL-15 +NULL NULL NULL NULL-14 +NULL NULL NULL NULL-13 +NULL NULL NULL NULL-12 +NULL NULL NULL NULL-11 +NULL NULL NULL NULL-10 +NULL NULL NULL NULL-9 +NULL NULL NULL NULL-8 +NULL NULL NULL NULL-7 +NULL NULL NULL NULL-6 +NULL NULL NULL NULL-5 +NULL NULL NULL NULL-4 +NULL NULL NULL NULL-3 +NULL NULL NULL NULL-2 +NULL NULL NULL NULL-1 +explain +select * from t4 where (a ='b-1' or a='bb-1') and b IS NULL and (c='c-1' or c='cc-2'); +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE t4 range idx1 idx1 29 NULL 32 Using where; Rowid-ordered scan +select * from t4 where (a ='b-1' or a='bb-1') and b IS NULL and (c='c-1' or c='cc-2'); +a b c filler +b-1 NULL c-1 NULL-15 +b-1 NULL c-1 NULL-14 +b-1 NULL c-1 NULL-13 +b-1 NULL c-1 NULL-12 +b-1 NULL c-1 NULL-11 +b-1 NULL c-1 NULL-10 +b-1 NULL c-1 NULL-9 +b-1 NULL c-1 NULL-8 +b-1 NULL c-1 NULL-7 +b-1 NULL c-1 NULL-6 +b-1 NULL c-1 NULL-5 +b-1 NULL c-1 NULL-4 +b-1 NULL c-1 NULL-3 +b-1 NULL c-1 NULL-2 +b-1 NULL c-1 NULL-1 +bb-1 NULL cc-2 NULL-15 +bb-1 NULL cc-2 NULL-14 +bb-1 NULL cc-2 NULL-13 +bb-1 NULL cc-2 NULL-12 +bb-1 NULL cc-2 NULL-11 +bb-1 NULL cc-2 NULL-10 +bb-1 NULL cc-2 NULL-9 +bb-1 NULL cc-2 NULL-8 +bb-1 NULL cc-2 NULL-7 +bb-1 NULL cc-2 NULL-6 +bb-1 NULL cc-2 NULL-5 +bb-1 NULL cc-2 NULL-4 +bb-1 NULL cc-2 NULL-3 +bb-1 NULL cc-2 NULL-2 +bb-1 NULL cc-2 NULL-1 +select * from t4 ignore index(idx1) where (a ='b-1' or a='bb-1') and b IS NULL and (c='c-1' or c='cc-2'); +a b c filler +b-1 NULL c-1 NULL-15 +b-1 NULL c-1 NULL-14 +b-1 NULL c-1 NULL-13 +b-1 NULL c-1 NULL-12 +b-1 NULL c-1 NULL-11 +b-1 NULL c-1 NULL-10 +b-1 NULL c-1 NULL-9 +b-1 NULL c-1 NULL-8 +b-1 NULL c-1 NULL-7 +b-1 NULL c-1 NULL-6 +b-1 NULL c-1 NULL-5 +b-1 NULL c-1 NULL-4 +b-1 NULL c-1 NULL-3 +b-1 NULL c-1 NULL-2 +b-1 NULL c-1 NULL-1 +bb-1 NULL cc-2 NULL-15 +bb-1 NULL cc-2 NULL-14 +bb-1 NULL cc-2 NULL-13 +bb-1 NULL cc-2 NULL-12 +bb-1 NULL cc-2 NULL-11 +bb-1 NULL cc-2 NULL-10 +bb-1 NULL cc-2 NULL-9 +bb-1 NULL cc-2 NULL-8 +bb-1 NULL cc-2 NULL-7 +bb-1 NULL cc-2 NULL-6 +bb-1 NULL cc-2 NULL-5 +bb-1 NULL cc-2 NULL-4 +bb-1 NULL cc-2 NULL-3 +bb-1 NULL cc-2 NULL-2 +bb-1 NULL cc-2 NULL-1 +drop table t1, t2, t3, t4; +create table t1 (a int, b int not null,unique key (a,b),index(b)); +insert ignore into t1 values (1,1),(2,2),(3,3),(4,4),(5,5),(6,6),(null,7),(9,9),(8,8),(7,7),(null,9),(null,9),(6,6); +Warnings: +Warning 1062 Duplicate entry '6-6' for key 'a' +create table t2 like t1; +insert into t2 select * from t1; +alter table t1 modify b blob not null, add c int not null, drop key a, add unique key (a,b(20),c), drop key b, add key (b(10)); +select * from t1 where a is null; +a b c +NULL 7 0 +NULL 9 0 +NULL 9 0 +select * from t1 where (a is null or a > 0 and a < 3) and b > 7 limit 3; +a b c +NULL 9 0 +NULL 9 0 +select * from t1 where a is null and b=9 or a is null and b=7 limit 3; +a b c +NULL 7 0 +NULL 9 0 +NULL 9 0 +drop table t1, t2; +# +# Bug#41029 "MRR: SELECT FOR UPDATE fails to lock gaps (InnoDB table)" +# +SET AUTOCOMMIT=0; +CREATE TABLE t1 ( +dummy INT PRIMARY KEY, +a INT UNIQUE, +b INT +) ENGINE=TokuDB; +INSERT INTO t1 VALUES (1,1,1),(3,3,3),(5,5,5); +COMMIT; +SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ; +SELECT @@tx_isolation; +@@tx_isolation +REPEATABLE-READ +START TRANSACTION; +EXPLAIN SELECT * FROM t1 WHERE a >= 2 FOR UPDATE; +id select_type table type possible_keys key key_len ref rows Extra +1 SIMPLE t1 range a a 5 NULL 2 Using where +SELECT * FROM t1 WHERE a >= 2 FOR UPDATE; +dummy a b +3 3 3 +5 5 5 +SET AUTOCOMMIT=0; +SET TOKUDB_LOCK_TIMEOUT=2; +START TRANSACTION; +INSERT INTO t1 VALUES (2,2,2); +ERROR HY000: Lock wait timeout exceeded; try restarting transaction +ROLLBACK; +ROLLBACK; +DROP TABLE t1; diff --git a/storage/tokudb/mysql-test/tokudb/suite.pm b/storage/tokudb/mysql-test/tokudb/suite.pm index 6c52d0110fe8cf62d05da3819a59ec5cb813f475..58694112e631d16d7a435451f32d9b26260133df 100644 --- a/storage/tokudb/mysql-test/tokudb/suite.pm +++ b/storage/tokudb/mysql-test/tokudb/suite.pm @@ -4,6 +4,12 @@ use File::Basename; # Ensure we can run the TokuDB tests even if hugepages are enabled $ENV{TOKU_HUGE_PAGES_OK}=1; +my $exe_tokuftdump= + ::mtr_exe_maybe_exists( + ::vs_config_dirs('storage/tokudb/PerconaFT/tools', 'tokuftdump'), + "$::path_client_bindir/tokuftdump", + "$::bindir/storage/tokudb/PerconaFT/tools/tokuftdump"); +$ENV{'MYSQL_TOKUFTDUMP'}= ::native_path($exe_tokuftdump); #return "Not run for embedded server" if $::opt_embedded_server; return "No TokuDB engine" unless $ENV{HA_TOKUDB_SO} or $::mysqld_variables{tokudb}; diff --git a/storage/tokudb/mysql-test/tokudb/t/compressions.test b/storage/tokudb/mysql-test/tokudb/t/compressions.test new file mode 100644 index 0000000000000000000000000000000000000000..cd2e405c13a786003c65237965895398b6a177f4 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/compressions.test @@ -0,0 +1,68 @@ +--source include/have_tokudb.inc + +# The purpose of this test is to perform about as full of an end-to-end +# validation that the requested compression algo at the SQL layer is actually +# applied to the FT data files. The only practical way to check this is to use +# tokuftdump and look at the data files header value for compression_method. +# A side effect of this is that the existance of this test will ensure that at +# no time will the compression method IDs ever change, if they do, this test +# will fail and users data will be irreparably damaged. + +# uncompressed - compression_method=0 +CREATE TABLE t1 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_UNCOMPRESSED; +--let $t1_file = `SELECT internal_file_name FROM information_schema.tokudb_file_map WHERE dictionary_name = './test/t1-main'` + +# SNAPPY - compression_method=7 +CREATE TABLE t2 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_SNAPPY; +--let $t2_file = `SELECT internal_file_name FROM information_schema.tokudb_file_map WHERE dictionary_name = './test/t2-main'` + +# QUICKLZ - compression_method=9 +CREATE TABLE t3 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_QUICKLZ; +--let $t3_file = `SELECT internal_file_name FROM information_schema.tokudb_file_map WHERE dictionary_name = './test/t3-main'` + +# LZMA - compression_method=10 +CREATE TABLE t4 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_LZMA; +--let $t4_file = `SELECT internal_file_name FROM information_schema.tokudb_file_map WHERE dictionary_name = './test/t4-main'` + +# ZLIB (without checksum) - compression_method=11 +CREATE TABLE t5 (a INT) ENGINE=TokuDB COMPRESSION=TOKUDB_ZLIB; +--let $t5_file = `SELECT internal_file_name FROM information_schema.tokudb_file_map WHERE dictionary_name = './test/t5-main'` + +--let $datadir = `SELECT @@global.datadir` + +# To ensure we have correct headers written to FT data files and no chance of a +# race between header rotation and tokuftdump, lets just perform a clean server +# shutdown before we go rooting around in the FT files. +--source include/shutdown_mysqld.inc + +--let SEARCH_FILE=$MYSQLTEST_VARDIR/tmp/dump + +# uncompressed - compression_method=0 +--exec $MYSQL_TOKUFTDUMP $datadir/$t1_file > $SEARCH_FILE +--let SEARCH_PATTERN=compression_method=0 +--source include/search_pattern_in_file.inc + +# SNAPPY - compression_method=7 +--exec $MYSQL_TOKUFTDUMP $datadir/$t2_file > $SEARCH_FILE +--let SEARCH_PATTERN=compression_method=7 +--source include/search_pattern_in_file.inc + +# QUICKLZ - compression_method=9 +--exec $MYSQL_TOKUFTDUMP $datadir/$t3_file > $SEARCH_FILE +--let SEARCH_PATTERN=compression_method=9 +--source include/search_pattern_in_file.inc + +# LZMA - compression_method=10 +--exec $MYSQL_TOKUFTDUMP $datadir/$t4_file > $SEARCH_FILE +--let SEARCH_PATTERN=compression_method=10 +--source include/search_pattern_in_file.inc + +# ZLIB (without checksum) - compression_method=11 +--exec $MYSQL_TOKUFTDUMP $datadir/$t5_file > $SEARCH_FILE +--let SEARCH_PATTERN=compression_method=11 +--source include/search_pattern_in_file.inc + +--remove_file $SEARCH_FILE +--source include/start_mysqld.inc + +DROP TABLE t1, t2, t3, t4, t5; diff --git a/storage/tokudb/mysql-test/tokudb/t/disabled.def b/storage/tokudb/mysql-test/tokudb/t/disabled.def index f7413a0edc5db4615d08172e1d777492ef1f9536..751794ac690ea15ffbd3828ddb04943d531be307 100644 --- a/storage/tokudb/mysql-test/tokudb/t/disabled.def +++ b/storage/tokudb/mysql-test/tokudb/t/disabled.def @@ -2,27 +2,3 @@ mvcc-19: tokutek mvcc-20: tokutek mvcc-27: tokutek storage_engine_default: tokudb is not the default storage engine -fast_update_binlog_mixed : https://tokutek.atlassian.net/browse/DB-871 -fast_update_binlog_row : https://tokutek.atlassian.net/browse/DB-871 -fast_update_binlog_statement : https://tokutek.atlassian.net/browse/DB-871 -fast_update_blobs_fixed_varchar : https://tokutek.atlassian.net/browse/DB-871 -fast_update_blobs : https://tokutek.atlassian.net/browse/DB-871 -fast_update_blobs_with_varchar : https://tokutek.atlassian.net/browse/DB-871 -fast_update_char : https://tokutek.atlassian.net/browse/DB-871 -fast_update_deadlock : https://tokutek.atlassian.net/browse/DB-871 -fast_update_decr_floor : https://tokutek.atlassian.net/browse/DB-871 -fast_update_disable_slow_update : https://tokutek.atlassian.net/browse/DB-871 -fast_update_error : https://tokutek.atlassian.net/browse/DB-871 -fast_update_int_bounds : https://tokutek.atlassian.net/browse/DB-871 -fast_update_int : https://tokutek.atlassian.net/browse/DB-871 -fast_update_key : https://tokutek.atlassian.net/browse/DB-871 -fast_update_sqlmode : https://tokutek.atlassian.net/browse/DB-871 -fast_update_uint_bounds : https://tokutek.atlassian.net/browse/DB-871 -fast_update_varchar : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_bin_pad : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_char : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_deadlock : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_int : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_key : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_sqlmode : https://tokutek.atlassian.net/browse/DB-871 -fast_upsert_values : https://tokutek.atlassian.net/browse/DB-871 diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed-master.opt b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed-master.opt new file mode 100644 index 0000000000000000000000000000000000000000..215b68b350969a8615ed046154746eddf2b05867 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed-master.opt @@ -0,0 +1,2 @@ +--binlog-format=mixed + diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed.test index 28a11cf302c29a9a713104e345ced70092d7cbde..a8bcab826ac6970bc5b2b7ab26193bb3f6bcabdf 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_mixed.test @@ -2,18 +2,15 @@ source include/master-slave.inc; source include/have_binlog_format_mixed.inc; source include/have_tokudb.inc; -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); - -set session tokudb_disable_slow_upsert=1; +create table tt (id int primary key, x int) engine = tokudb; connection master; -show variables like 'binlog_format'; -show variables like 'server_id'; +source ../include/setup_fast_update_upsert.inc; +set session tokudb_enable_fast_update=1; connection slave; -show variables like 'binlog_format'; -show variables like 'server_id'; +source ../include/setup_fast_update_upsert.inc; +set session tokudb_enable_fast_update=1; connection master; @@ -36,7 +33,7 @@ while ($i < $n) { # update a bunch of rows let $i=0; while ($i < $n) { - eval update noar tt set x=x+1 where id=$i; + eval update tt set x=x+1 where id=$i; inc $i; } select * from tt where x != 2; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row-master.opt b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row-master.opt new file mode 100644 index 0000000000000000000000000000000000000000..40fd126d18a3cc63051ed9ea1848ef986e10bf94 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row-master.opt @@ -0,0 +1,2 @@ +--binlog-format=row + diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row.test index 6a8342eb4d92076f60b556618669384c5b20cc93..f416a14c2d4cca57f486e4c6415eddd146a3d572 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_row.test @@ -1,29 +1,28 @@ source include/have_binlog_format_row.inc; source include/have_tokudb.inc; -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); +create table tt (id int primary key, x int) engine = tokudb; -set session tokudb_disable_slow_upsert=1; +source ../include/setup_fast_update_upsert.inc; +set session tokudb_enable_fast_update=1; +set session tokudb_enable_fast_upsert=1; -insert noar into tt values (1,0); +insert into tt values (1,0); replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into tt values (1,0) on duplicate key update x=x+1; +insert into tt values (1,0) on duplicate key update x=x+1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into tt values (2,0) on duplicate key update x=x+1; - -set session tokudb_disable_slow_update=1; +insert into tt values (2,0) on duplicate key update x=x+1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=x+1 where id=1; +update tt set x=x+1 where id=1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=x+1 where id=2; +update tt set x=x+1 where id=2; drop table tt; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement-master.opt b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement-master.opt new file mode 100644 index 0000000000000000000000000000000000000000..0dac5e9fb9cff6b82a31118c30a80314c2db464b --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement-master.opt @@ -0,0 +1,2 @@ +--binlog-format=statement + diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement.test index bab2aadb340d2e9e6772f30be90fb79ebce472c8..6f6775e3d6927b60753e13c993aa54bbb1e96cc5 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_binlog_statement.test @@ -2,18 +2,15 @@ source include/master-slave.inc; source include/have_binlog_format_statement.inc; source include/have_tokudb.inc; -set default_storage_engine='tokudb'; -create table tt (id int primary key, x int); - -set session tokudb_disable_slow_upsert=1; +create table tt (id int primary key, x int) engine = tokudb; connection master; -show variables like 'binlog_format'; -show variables like 'server_id'; +source ../include/setup_fast_update_upsert.inc; +set session tokudb_enable_fast_update=1; connection slave; -show variables like 'binlog_format'; -show variables like 'server_id'; +source ../include/setup_fast_update_upsert.inc; +set session tokudb_enable_fast_update=1; connection master; @@ -36,7 +33,7 @@ while ($i < $n) { # update a bunch of rows let $i=0; while ($i < $n) { - eval update noar tt set x=x+1 where id=$i; + eval update tt set x=x+1 where id=$i; inc $i; } select * from tt where x != 2; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.py deleted file mode 100644 index 06b89626120d1fe1b234d7a484ffe170dccc81a8..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.py +++ /dev/null @@ -1,57 +0,0 @@ -#!/usr/bin/env python - -import sys -import random -import string - -def main(): - print "# generated by tokudb_fast_update_blobs.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - nrows = 10 - - blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob', 'text' ] - for a in blob_types: - for b in blob_types: - for c in blob_types: - for n in [ 'null', 'not null' ]: - test_blobs([ a, b, c ] , n, nrows) - return 0 - -def test_blobs(cols, n, nrows): - print "create table tt (id bigint unsigned primary key," - # print " f0 int %s," % (n) - for i in range(len(cols)): - if i < len(cols)-1: - print " b%d %s %s," % (i, cols[i], n) - else: - print " b%d %s %s" % (i, cols[i], n) - print ") engine=tokudb;" - - for id in range(1,nrows): - if n == 'null': - print "insert into tt (id) values (%d);" % (id) - else: - print "insert into tt values (%d,'','','');" % (id) - - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert into ti select * from tt;" - - for id in range(1,nrows): - for i in range(3): - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(random.randint(1,32))) - print "update noar tt set b%d='%s' where id=%d;" % (i, long_str, id) - print "update noar ti set b%d='%s' where id=%d;" % (i, long_str, id) - - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.test index 1c91116bc992ace60eece041f49687db8e93ee6a..05d6937572bce440333be9cd24c1bc63017e4c73 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs.test @@ -1,18507 +1,68 @@ -# generated by tokudb_fast_update_blobs.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1; -update noar ti set b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1; -update noar tt set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1; -update noar ti set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1; -update noar tt set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1; -update noar ti set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1; -update noar tt set b0='R6NPFB2F' where id=2; -update noar ti set b0='R6NPFB2F' where id=2; -update noar tt set b1='I2FJYHVA88B5QIRGWO' where id=2; -update noar ti set b1='I2FJYHVA88B5QIRGWO' where id=2; -update noar tt set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2; -update noar ti set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2; -update noar tt set b0='0UQ09GUSN08XS' where id=3; -update noar ti set b0='0UQ09GUSN08XS' where id=3; -update noar tt set b1='5LWNM0Y07MT1PW2' where id=3; -update noar ti set b1='5LWNM0Y07MT1PW2' where id=3; -update noar tt set b2='HN4' where id=3; -update noar ti set b2='HN4' where id=3; -update noar tt set b0='C1QZDQRLS0PTQBP' where id=4; -update noar ti set b0='C1QZDQRLS0PTQBP' where id=4; -update noar tt set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4; -update noar ti set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4; -update noar tt set b2='4YOVMJ' where id=4; -update noar ti set b2='4YOVMJ' where id=4; -update noar tt set b0='T9SL9H4JFRX5BXQBG' where id=5; -update noar ti set b0='T9SL9H4JFRX5BXQBG' where id=5; -update noar tt set b1='IERUZ3U5PS27T7' where id=5; -update noar ti set b1='IERUZ3U5PS27T7' where id=5; -update noar tt set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5; -update noar ti set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5; -update noar tt set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6; -update noar ti set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6; -update noar tt set b1='W52A7GZSPSTEMZU80PEM' where id=6; -update noar ti set b1='W52A7GZSPSTEMZU80PEM' where id=6; -update noar tt set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6; -update noar ti set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6; -update noar tt set b0='CLKM' where id=7; -update noar ti set b0='CLKM' where id=7; -update noar tt set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7; -update noar ti set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7; -update noar tt set b2='KJHGLHTC' where id=7; -update noar ti set b2='KJHGLHTC' where id=7; -update noar tt set b0='OGYBFJIZYQ' where id=8; -update noar ti set b0='OGYBFJIZYQ' where id=8; -update noar tt set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8; -update noar ti set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8; -update noar tt set b2='2IA' where id=8; -update noar ti set b2='2IA' where id=8; -update noar tt set b0='Q' where id=9; -update noar ti set b0='Q' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set b2='VICTYSWSPPYUHIPU0HCJE' where id=9; -update noar ti set b2='VICTYSWSPPYUHIPU0HCJE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='78I7U' where id=1; -update noar ti set b0='78I7U' where id=1; -update noar tt set b1='2E' where id=1; -update noar ti set b1='2E' where id=1; -update noar tt set b2='Q2YKT0GTIOJXMLP' where id=1; -update noar ti set b2='Q2YKT0GTIOJXMLP' where id=1; -update noar tt set b0='E92J7SF7I48BP708TPG52I5' where id=2; -update noar ti set b0='E92J7SF7I48BP708TPG52I5' where id=2; -update noar tt set b1='R1Z9BSQKSB2SNUEYBP' where id=2; -update noar ti set b1='R1Z9BSQKSB2SNUEYBP' where id=2; -update noar tt set b2='4CE0T3D4V5LKBQKPR' where id=2; -update noar ti set b2='4CE0T3D4V5LKBQKPR' where id=2; -update noar tt set b0='T48NWMCR57OKPX5TYOV4U0' where id=3; -update noar ti set b0='T48NWMCR57OKPX5TYOV4U0' where id=3; -update noar tt set b1='81PWG56P2IG' where id=3; -update noar ti set b1='81PWG56P2IG' where id=3; -update noar tt set b2='RDGBM1UKE1JMOWHMX' where id=3; -update noar ti set b2='RDGBM1UKE1JMOWHMX' where id=3; -update noar tt set b0='I7SF7FI49T' where id=4; -update noar ti set b0='I7SF7FI49T' where id=4; -update noar tt set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4; -update noar ti set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4; -update noar tt set b2='J1SN8MNYDL69E7ZT1' where id=4; -update noar ti set b2='J1SN8MNYDL69E7ZT1' where id=4; -update noar tt set b0='ZQGK' where id=5; -update noar ti set b0='ZQGK' where id=5; -update noar tt set b1='V1H7K4A7VL5YC8' where id=5; -update noar ti set b1='V1H7K4A7VL5YC8' where id=5; -update noar tt set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5; -update noar ti set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5; -update noar tt set b0='I3JCH6NJX8M6675' where id=6; -update noar ti set b0='I3JCH6NJX8M6675' where id=6; -update noar tt set b1='ONSN97QXAQHJN' where id=6; -update noar ti set b1='ONSN97QXAQHJN' where id=6; -update noar tt set b2='SDSEY521KDIYIAJQ' where id=6; -update noar ti set b2='SDSEY521KDIYIAJQ' where id=6; -update noar tt set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7; -update noar ti set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7; -update noar tt set b1='TW2N' where id=7; -update noar ti set b1='TW2N' where id=7; -update noar tt set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7; -update noar ti set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7; -update noar tt set b0='RNILQ' where id=8; -update noar ti set b0='RNILQ' where id=8; -update noar tt set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8; -update noar ti set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8; -update noar tt set b2='K83J4' where id=8; -update noar ti set b2='K83J4' where id=8; -update noar tt set b0='SGIG8LERFZH5IN4' where id=9; -update noar ti set b0='SGIG8LERFZH5IN4' where id=9; -update noar tt set b1='DOB38I74JNL' where id=9; -update noar ti set b1='DOB38I74JNL' where id=9; -update noar tt set b2='NF7GFC2OWLCIL1FK' where id=9; -update noar ti set b2='NF7GFC2OWLCIL1FK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1; -update noar ti set b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1; -update noar tt set b1='BYMTR69R' where id=1; -update noar ti set b1='BYMTR69R' where id=1; -update noar tt set b2='HL7' where id=1; -update noar ti set b2='HL7' where id=1; -update noar tt set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2; -update noar ti set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2; -update noar tt set b1='O2' where id=2; -update noar ti set b1='O2' where id=2; -update noar tt set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2; -update noar ti set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2; -update noar tt set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3; -update noar ti set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3; -update noar tt set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3; -update noar ti set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3; -update noar tt set b2='0EAC437AZVUO' where id=3; -update noar ti set b2='0EAC437AZVUO' where id=3; -update noar tt set b0='WM9' where id=4; -update noar ti set b0='WM9' where id=4; -update noar tt set b1='DF' where id=4; -update noar ti set b1='DF' where id=4; -update noar tt set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4; -update noar ti set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4; -update noar tt set b0='1' where id=5; -update noar ti set b0='1' where id=5; -update noar tt set b1='HOMT' where id=5; -update noar ti set b1='HOMT' where id=5; -update noar tt set b2='611LSHXW6C6' where id=5; -update noar ti set b2='611LSHXW6C6' where id=5; -update noar tt set b0='JMSBV35M4WX32UTN6' where id=6; -update noar ti set b0='JMSBV35M4WX32UTN6' where id=6; -update noar tt set b1='JQXWCHWG29RUAFA505RJU' where id=6; -update noar ti set b1='JQXWCHWG29RUAFA505RJU' where id=6; -update noar tt set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6; -update noar ti set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6; -update noar tt set b0='XO1VG8FBRDZD0SPU81NM' where id=7; -update noar ti set b0='XO1VG8FBRDZD0SPU81NM' where id=7; -update noar tt set b1='KY0MJVN' where id=7; -update noar ti set b1='KY0MJVN' where id=7; -update noar tt set b2='DNQ' where id=7; -update noar ti set b2='DNQ' where id=7; -update noar tt set b0='8XEKKIYOYS' where id=8; -update noar ti set b0='8XEKKIYOYS' where id=8; -update noar tt set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8; -update noar ti set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8; -update noar tt set b2='MA9SYQHPSQPDZMA9X' where id=8; -update noar ti set b2='MA9SYQHPSQPDZMA9X' where id=8; -update noar tt set b0='JQSW65RE1F6DI275' where id=9; -update noar ti set b0='JQSW65RE1F6DI275' where id=9; -update noar tt set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9; -update noar ti set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9; -update noar tt set b2='A8' where id=9; -update noar ti set b2='A8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1; -update noar ti set b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1; -update noar tt set b1='3MRBTKCK069RHIDH1G51E' where id=1; -update noar ti set b1='3MRBTKCK069RHIDH1G51E' where id=1; -update noar tt set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1; -update noar ti set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1; -update noar tt set b0='5E0MA' where id=2; -update noar ti set b0='5E0MA' where id=2; -update noar tt set b1='YCS1EEK83OL' where id=2; -update noar ti set b1='YCS1EEK83OL' where id=2; -update noar tt set b2='PSTHRKGQDURK' where id=2; -update noar ti set b2='PSTHRKGQDURK' where id=2; -update noar tt set b0='H' where id=3; -update noar ti set b0='H' where id=3; -update noar tt set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3; -update noar ti set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3; -update noar tt set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3; -update noar ti set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3; -update noar tt set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4; -update noar ti set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4; -update noar tt set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4; -update noar ti set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4; -update noar tt set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4; -update noar ti set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4; -update noar tt set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5; -update noar ti set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5; -update noar tt set b1='T8F3D1PBIYHWGFBF83G025W' where id=5; -update noar ti set b1='T8F3D1PBIYHWGFBF83G025W' where id=5; -update noar tt set b2='9' where id=5; -update noar ti set b2='9' where id=5; -update noar tt set b0='3PAQF3PS3D89H' where id=6; -update noar ti set b0='3PAQF3PS3D89H' where id=6; -update noar tt set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6; -update noar ti set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6; -update noar tt set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6; -update noar ti set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6; -update noar tt set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7; -update noar ti set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7; -update noar tt set b1='RPQ8H6VEL5O6' where id=7; -update noar ti set b1='RPQ8H6VEL5O6' where id=7; -update noar tt set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7; -update noar ti set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7; -update noar tt set b0='Z4O3V4T5W' where id=8; -update noar ti set b0='Z4O3V4T5W' where id=8; -update noar tt set b1='12YE' where id=8; -update noar ti set b1='12YE' where id=8; -update noar tt set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8; -update noar ti set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8; -update noar tt set b0='Y' where id=9; -update noar ti set b0='Y' where id=9; -update noar tt set b1='O9PN' where id=9; -update noar ti set b1='O9PN' where id=9; -update noar tt set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9; -update noar ti set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XHX7H' where id=1; -update noar ti set b0='XHX7H' where id=1; -update noar tt set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1; -update noar ti set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1; -update noar tt set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1; -update noar ti set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1; -update noar tt set b0='L4Z9' where id=2; -update noar ti set b0='L4Z9' where id=2; -update noar tt set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2; -update noar ti set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2; -update noar tt set b2='40XELRCMK59A8MW521P' where id=2; -update noar ti set b2='40XELRCMK59A8MW521P' where id=2; -update noar tt set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3; -update noar ti set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3; -update noar tt set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3; -update noar ti set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3; -update noar tt set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3; -update noar ti set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3; -update noar tt set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4; -update noar ti set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4; -update noar tt set b1='AB82KEF1B7K2MQHQT' where id=4; -update noar ti set b1='AB82KEF1B7K2MQHQT' where id=4; -update noar tt set b2='QC8GL01FICTFYDKD958ZA81J' where id=4; -update noar ti set b2='QC8GL01FICTFYDKD958ZA81J' where id=4; -update noar tt set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5; -update noar ti set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5; -update noar tt set b1='KYNBC' where id=5; -update noar ti set b1='KYNBC' where id=5; -update noar tt set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5; -update noar ti set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5; -update noar tt set b0='1I87DCEFLW' where id=6; -update noar ti set b0='1I87DCEFLW' where id=6; -update noar tt set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6; -update noar ti set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6; -update noar tt set b2='9LQK51TFID4GU' where id=6; -update noar ti set b2='9LQK51TFID4GU' where id=6; -update noar tt set b0='ZH3YEK8W' where id=7; -update noar ti set b0='ZH3YEK8W' where id=7; -update noar tt set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7; -update noar ti set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7; -update noar tt set b2='OLEFIDX' where id=7; -update noar ti set b2='OLEFIDX' where id=7; -update noar tt set b0='4G2DDE6S6' where id=8; -update noar ti set b0='4G2DDE6S6' where id=8; -update noar tt set b1='UQVXK0N7BZ6VL' where id=8; -update noar ti set b1='UQVXK0N7BZ6VL' where id=8; -update noar tt set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8; -update noar ti set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8; -update noar tt set b0='ZV5ZM' where id=9; -update noar ti set b0='ZV5ZM' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set b2='MT' where id=9; -update noar ti set b2='MT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1; -update noar ti set b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1; -update noar tt set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1; -update noar ti set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1; -update noar tt set b2='A5E92XIT2SJGQHL' where id=1; -update noar ti set b2='A5E92XIT2SJGQHL' where id=1; -update noar tt set b0='LQKN4SPQ4D0' where id=2; -update noar ti set b0='LQKN4SPQ4D0' where id=2; -update noar tt set b1='XEGFM13YYUXX6DZ9' where id=2; -update noar ti set b1='XEGFM13YYUXX6DZ9' where id=2; -update noar tt set b2='03Q' where id=2; -update noar ti set b2='03Q' where id=2; -update noar tt set b0='LZ5MR01QEB7NW' where id=3; -update noar ti set b0='LZ5MR01QEB7NW' where id=3; -update noar tt set b1='4XRTJXIGD6FWLO20' where id=3; -update noar ti set b1='4XRTJXIGD6FWLO20' where id=3; -update noar tt set b2='8WLU8HWLI5OBSTUK1MIO' where id=3; -update noar ti set b2='8WLU8HWLI5OBSTUK1MIO' where id=3; -update noar tt set b0='QVDNHUKS4D' where id=4; -update noar ti set b0='QVDNHUKS4D' where id=4; -update noar tt set b1='ILQ3ZX70' where id=4; -update noar ti set b1='ILQ3ZX70' where id=4; -update noar tt set b2='2GP6' where id=4; -update noar ti set b2='2GP6' where id=4; -update noar tt set b0='FD' where id=5; -update noar ti set b0='FD' where id=5; -update noar tt set b1='IKKX' where id=5; -update noar ti set b1='IKKX' where id=5; -update noar tt set b2='9TVIX7LVDPXP' where id=5; -update noar ti set b2='9TVIX7LVDPXP' where id=5; -update noar tt set b0='IIO' where id=6; -update noar ti set b0='IIO' where id=6; -update noar tt set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6; -update noar ti set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6; -update noar tt set b2='NVZD7TBH0JXLDF36RM' where id=6; -update noar ti set b2='NVZD7TBH0JXLDF36RM' where id=6; -update noar tt set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7; -update noar ti set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7; -update noar tt set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7; -update noar ti set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7; -update noar tt set b2='MFHOY' where id=7; -update noar ti set b2='MFHOY' where id=7; -update noar tt set b0='G6T8VSVL58VIR' where id=8; -update noar ti set b0='G6T8VSVL58VIR' where id=8; -update noar tt set b1='7PB8QVUESXMQGHU6T' where id=8; -update noar ti set b1='7PB8QVUESXMQGHU6T' where id=8; -update noar tt set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8; -update noar ti set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8; -update noar tt set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9; -update noar ti set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9; -update noar tt set b1='WURT2JDSMEQJ72RCFX2' where id=9; -update noar ti set b1='WURT2JDSMEQJ72RCFX2' where id=9; -update noar tt set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9; -update noar ti set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='E' where id=1; -update noar ti set b0='E' where id=1; -update noar tt set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1; -update noar ti set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1; -update noar tt set b2='348CU' where id=1; -update noar ti set b2='348CU' where id=1; -update noar tt set b0='OIBQKKYIY' where id=2; -update noar ti set b0='OIBQKKYIY' where id=2; -update noar tt set b1='R976ZBP25S0X9PPOY1NNAR' where id=2; -update noar ti set b1='R976ZBP25S0X9PPOY1NNAR' where id=2; -update noar tt set b2='FBBS' where id=2; -update noar ti set b2='FBBS' where id=2; -update noar tt set b0='PUGBX1YCQ2W353' where id=3; -update noar ti set b0='PUGBX1YCQ2W353' where id=3; -update noar tt set b1='1CQ' where id=3; -update noar ti set b1='1CQ' where id=3; -update noar tt set b2='7ANSC30V' where id=3; -update noar ti set b2='7ANSC30V' where id=3; -update noar tt set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4; -update noar ti set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4; -update noar tt set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4; -update noar ti set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4; -update noar tt set b2='1R8' where id=4; -update noar ti set b2='1R8' where id=4; -update noar tt set b0='FWD1SAM1BDI8' where id=5; -update noar ti set b0='FWD1SAM1BDI8' where id=5; -update noar tt set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5; -update noar ti set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5; -update noar tt set b2='XA' where id=5; -update noar ti set b2='XA' where id=5; -update noar tt set b0='BI7GAOW3G' where id=6; -update noar ti set b0='BI7GAOW3G' where id=6; -update noar tt set b1='KGB' where id=6; -update noar ti set b1='KGB' where id=6; -update noar tt set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6; -update noar ti set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6; -update noar tt set b0='7YISX5CUDJH' where id=7; -update noar ti set b0='7YISX5CUDJH' where id=7; -update noar tt set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7; -update noar ti set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7; -update noar tt set b2='8R24DIUHLITO0HUDNS' where id=7; -update noar ti set b2='8R24DIUHLITO0HUDNS' where id=7; -update noar tt set b0='2OB0A6PC6VJP7PK33V6' where id=8; -update noar ti set b0='2OB0A6PC6VJP7PK33V6' where id=8; -update noar tt set b1='2TFGQ3YXC0' where id=8; -update noar ti set b1='2TFGQ3YXC0' where id=8; -update noar tt set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8; -update noar ti set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8; -update noar tt set b0='SOE02A3GUY913QQLVLUGB' where id=9; -update noar ti set b0='SOE02A3GUY913QQLVLUGB' where id=9; -update noar tt set b1='VQ1JX' where id=9; -update noar ti set b1='VQ1JX' where id=9; -update noar tt set b2='64MNBYFJLP322NHM9' where id=9; -update noar ti set b2='64MNBYFJLP322NHM9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XDAQ' where id=1; -update noar ti set b0='XDAQ' where id=1; -update noar tt set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1; -update noar ti set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1; -update noar tt set b2='5894HPJ9CL6' where id=1; -update noar ti set b2='5894HPJ9CL6' where id=1; -update noar tt set b0='O0RC' where id=2; -update noar ti set b0='O0RC' where id=2; -update noar tt set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2; -update noar ti set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2; -update noar tt set b2='XEIJOG' where id=2; -update noar ti set b2='XEIJOG' where id=2; -update noar tt set b0='77' where id=3; -update noar ti set b0='77' where id=3; -update noar tt set b1='J6NWB9ECQ7HW' where id=3; -update noar ti set b1='J6NWB9ECQ7HW' where id=3; -update noar tt set b2='8IKTO5RFV60NZO' where id=3; -update noar ti set b2='8IKTO5RFV60NZO' where id=3; -update noar tt set b0='VL3J0U18MHNWHP4UY2' where id=4; -update noar ti set b0='VL3J0U18MHNWHP4UY2' where id=4; -update noar tt set b1='HQG2U2C2KEH1QGP32' where id=4; -update noar ti set b1='HQG2U2C2KEH1QGP32' where id=4; -update noar tt set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4; -update noar ti set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4; -update noar tt set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5; -update noar ti set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5; -update noar tt set b1='RE' where id=5; -update noar ti set b1='RE' where id=5; -update noar tt set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5; -update noar ti set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5; -update noar tt set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6; -update noar ti set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6; -update noar tt set b1='4' where id=6; -update noar ti set b1='4' where id=6; -update noar tt set b2='IMTR26ZDPHGP57C6E3Q' where id=6; -update noar ti set b2='IMTR26ZDPHGP57C6E3Q' where id=6; -update noar tt set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7; -update noar ti set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7; -update noar tt set b1='8290NN8J5246IOBBQJHUZV' where id=7; -update noar ti set b1='8290NN8J5246IOBBQJHUZV' where id=7; -update noar tt set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7; -update noar ti set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7; -update noar tt set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8; -update noar ti set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8; -update noar tt set b1='1QCDJ8VLZR14ERF4VW7' where id=8; -update noar ti set b1='1QCDJ8VLZR14ERF4VW7' where id=8; -update noar tt set b2='AJBATT' where id=8; -update noar ti set b2='AJBATT' where id=8; -update noar tt set b0='STHCKDVFEWH5F8OODT' where id=9; -update noar ti set b0='STHCKDVFEWH5F8OODT' where id=9; -update noar tt set b1='150UQWNDMIX3J4SAED' where id=9; -update noar ti set b1='150UQWNDMIX3J4SAED' where id=9; -update noar tt set b2='FW3S181UYHPGD7XS9US' where id=9; -update noar ti set b2='FW3S181UYHPGD7XS9US' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 tinyblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T83' where id=1; -update noar ti set b0='T83' where id=1; -update noar tt set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1; -update noar ti set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1; -update noar tt set b2='E6WJPGMSRHRDB' where id=1; -update noar ti set b2='E6WJPGMSRHRDB' where id=1; -update noar tt set b0='P5PHN4PM2G77JGF8Q' where id=2; -update noar ti set b0='P5PHN4PM2G77JGF8Q' where id=2; -update noar tt set b1='7C41T' where id=2; -update noar ti set b1='7C41T' where id=2; -update noar tt set b2='OYFXXMWFB5CV' where id=2; -update noar ti set b2='OYFXXMWFB5CV' where id=2; -update noar tt set b0='Y0ZQ5U2RRARVF' where id=3; -update noar ti set b0='Y0ZQ5U2RRARVF' where id=3; -update noar tt set b1='8XX12WLULLQ' where id=3; -update noar ti set b1='8XX12WLULLQ' where id=3; -update noar tt set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3; -update noar ti set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3; -update noar tt set b0='N7BSKZ3Y67' where id=4; -update noar ti set b0='N7BSKZ3Y67' where id=4; -update noar tt set b1='K5936GKS' where id=4; -update noar ti set b1='K5936GKS' where id=4; -update noar tt set b2='1ZO' where id=4; -update noar ti set b2='1ZO' where id=4; -update noar tt set b0='NY9DL1EZPR5' where id=5; -update noar ti set b0='NY9DL1EZPR5' where id=5; -update noar tt set b1='TQ6W4Y6KVJ6AA9QAB' where id=5; -update noar ti set b1='TQ6W4Y6KVJ6AA9QAB' where id=5; -update noar tt set b2='GP9894AUG675QNW' where id=5; -update noar ti set b2='GP9894AUG675QNW' where id=5; -update noar tt set b0='CZGZ9L99X6P9J9L4K6' where id=6; -update noar ti set b0='CZGZ9L99X6P9J9L4K6' where id=6; -update noar tt set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6; -update noar ti set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6; -update noar tt set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6; -update noar ti set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6; -update noar tt set b0='L' where id=7; -update noar ti set b0='L' where id=7; -update noar tt set b1='KYDSUG' where id=7; -update noar ti set b1='KYDSUG' where id=7; -update noar tt set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7; -update noar ti set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7; -update noar tt set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8; -update noar ti set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8; -update noar tt set b1='25S89JJZ' where id=8; -update noar ti set b1='25S89JJZ' where id=8; -update noar tt set b2='YTE0JXKIJ0YTDO' where id=8; -update noar ti set b2='YTE0JXKIJ0YTDO' where id=8; -update noar tt set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9; -update noar ti set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9; -update noar tt set b1='SNN' where id=9; -update noar ti set b1='SNN' where id=9; -update noar tt set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9; -update noar ti set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 tinyblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1; -update noar ti set b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1; -update noar tt set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1; -update noar ti set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1; -update noar tt set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1; -update noar ti set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1; -update noar tt set b0='6PAC8KGF5EJZDZT' where id=2; -update noar ti set b0='6PAC8KGF5EJZDZT' where id=2; -update noar tt set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2; -update noar ti set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2; -update noar tt set b2='FWMXEQOZNZ' where id=2; -update noar ti set b2='FWMXEQOZNZ' where id=2; -update noar tt set b0='YVT4RPNTLO1G7HSQXE' where id=3; -update noar ti set b0='YVT4RPNTLO1G7HSQXE' where id=3; -update noar tt set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3; -update noar ti set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3; -update noar tt set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3; -update noar ti set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3; -update noar tt set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4; -update noar ti set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4; -update noar tt set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4; -update noar ti set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4; -update noar tt set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4; -update noar ti set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4; -update noar tt set b0='SZIE4M82QR3XSNZ3M' where id=5; -update noar ti set b0='SZIE4M82QR3XSNZ3M' where id=5; -update noar tt set b1='EODT7VSE8QDZURNG2I' where id=5; -update noar ti set b1='EODT7VSE8QDZURNG2I' where id=5; -update noar tt set b2='CQIYLXBZHF' where id=5; -update noar ti set b2='CQIYLXBZHF' where id=5; -update noar tt set b0='830KNDTN2VW2C' where id=6; -update noar ti set b0='830KNDTN2VW2C' where id=6; -update noar tt set b1='VML26A88V2GELPA2UM1E14J8' where id=6; -update noar ti set b1='VML26A88V2GELPA2UM1E14J8' where id=6; -update noar tt set b2='9OLDUH' where id=6; -update noar ti set b2='9OLDUH' where id=6; -update noar tt set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7; -update noar ti set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7; -update noar tt set b1='WIO6QBQUBOFRNFKKNSV' where id=7; -update noar ti set b1='WIO6QBQUBOFRNFKKNSV' where id=7; -update noar tt set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7; -update noar ti set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7; -update noar tt set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8; -update noar ti set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8; -update noar tt set b1='E1LLD5KHRL9E' where id=8; -update noar ti set b1='E1LLD5KHRL9E' where id=8; -update noar tt set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8; -update noar ti set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8; -update noar tt set b0='Z44ZNT67L2C' where id=9; -update noar ti set b0='Z44ZNT67L2C' where id=9; -update noar tt set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9; -update noar ti set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9; -update noar tt set b2='ZP795KUPO3' where id=9; -update noar ti set b2='ZP795KUPO3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1; -update noar ti set b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1; -update noar tt set b1='1I56MCIYGN1XJ2' where id=1; -update noar ti set b1='1I56MCIYGN1XJ2' where id=1; -update noar tt set b2='YO5BN084JGRG' where id=1; -update noar ti set b2='YO5BN084JGRG' where id=1; -update noar tt set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2; -update noar ti set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2; -update noar tt set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2; -update noar ti set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2; -update noar tt set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2; -update noar ti set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2; -update noar tt set b0='BILB6BB71S5WA8S1DGNUA' where id=3; -update noar ti set b0='BILB6BB71S5WA8S1DGNUA' where id=3; -update noar tt set b1='1J6KN' where id=3; -update noar ti set b1='1J6KN' where id=3; -update noar tt set b2='S3' where id=3; -update noar ti set b2='S3' where id=3; -update noar tt set b0='3S1J5OTZW0A9RXHX9V' where id=4; -update noar ti set b0='3S1J5OTZW0A9RXHX9V' where id=4; -update noar tt set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4; -update noar ti set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4; -update noar tt set b2='UVRDWL1UBNWVT' where id=4; -update noar ti set b2='UVRDWL1UBNWVT' where id=4; -update noar tt set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5; -update noar ti set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5; -update noar tt set b1='GJ0QJZHLAMJV5SGC' where id=5; -update noar ti set b1='GJ0QJZHLAMJV5SGC' where id=5; -update noar tt set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5; -update noar ti set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5; -update noar tt set b0='586F' where id=6; -update noar ti set b0='586F' where id=6; -update noar tt set b1='QYJ93MZVBQWTK9B602FL' where id=6; -update noar ti set b1='QYJ93MZVBQWTK9B602FL' where id=6; -update noar tt set b2='TFL4VBCSYKY38FQPDA' where id=6; -update noar ti set b2='TFL4VBCSYKY38FQPDA' where id=6; -update noar tt set b0='5TTWSW3DPO3NT9' where id=7; -update noar ti set b0='5TTWSW3DPO3NT9' where id=7; -update noar tt set b1='GBBBC4X06T3LPN1JRBSZ' where id=7; -update noar ti set b1='GBBBC4X06T3LPN1JRBSZ' where id=7; -update noar tt set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7; -update noar ti set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7; -update noar tt set b0='ILIQQ3' where id=8; -update noar ti set b0='ILIQQ3' where id=8; -update noar tt set b1='6CAGH4E7SGX' where id=8; -update noar ti set b1='6CAGH4E7SGX' where id=8; -update noar tt set b2='98' where id=8; -update noar ti set b2='98' where id=8; -update noar tt set b0='BBIG0PVO87K' where id=9; -update noar ti set b0='BBIG0PVO87K' where id=9; -update noar tt set b1='ARJ1CMNVXQGJF6NX82' where id=9; -update noar ti set b1='ARJ1CMNVXQGJF6NX82' where id=9; -update noar tt set b2='5W9S1AF' where id=9; -update noar ti set b2='5W9S1AF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='G1' where id=1; -update noar ti set b0='G1' where id=1; -update noar tt set b1='LP4PGUIVD2KVEOHG4G33P' where id=1; -update noar ti set b1='LP4PGUIVD2KVEOHG4G33P' where id=1; -update noar tt set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1; -update noar ti set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1; -update noar tt set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2; -update noar ti set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2; -update noar tt set b1='8DK9G' where id=2; -update noar ti set b1='8DK9G' where id=2; -update noar tt set b2='4O7SVQTY' where id=2; -update noar ti set b2='4O7SVQTY' where id=2; -update noar tt set b0='FUKX6X' where id=3; -update noar ti set b0='FUKX6X' where id=3; -update noar tt set b1='TPKJ4' where id=3; -update noar ti set b1='TPKJ4' where id=3; -update noar tt set b2='F7Z4Y04F4XBHYAYKD8' where id=3; -update noar ti set b2='F7Z4Y04F4XBHYAYKD8' where id=3; -update noar tt set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4; -update noar ti set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4; -update noar tt set b1='996' where id=4; -update noar ti set b1='996' where id=4; -update noar tt set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4; -update noar ti set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4; -update noar tt set b0='QY5KX' where id=5; -update noar ti set b0='QY5KX' where id=5; -update noar tt set b1='FI0TK' where id=5; -update noar ti set b1='FI0TK' where id=5; -update noar tt set b2='46RKT9QZG' where id=5; -update noar ti set b2='46RKT9QZG' where id=5; -update noar tt set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6; -update noar ti set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6; -update noar tt set b1='65UMA352KWXTE3WINMO52KN' where id=6; -update noar ti set b1='65UMA352KWXTE3WINMO52KN' where id=6; -update noar tt set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6; -update noar ti set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6; -update noar tt set b0='H2' where id=7; -update noar ti set b0='H2' where id=7; -update noar tt set b1='M4G61' where id=7; -update noar ti set b1='M4G61' where id=7; -update noar tt set b2='SMPY8OYCK3E5OF6N1B2X' where id=7; -update noar ti set b2='SMPY8OYCK3E5OF6N1B2X' where id=7; -update noar tt set b0='N44T19OMKUEH' where id=8; -update noar ti set b0='N44T19OMKUEH' where id=8; -update noar tt set b1='CKVR10TK6483Z553RQYV579' where id=8; -update noar ti set b1='CKVR10TK6483Z553RQYV579' where id=8; -update noar tt set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8; -update noar ti set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8; -update noar tt set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9; -update noar ti set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9; -update noar tt set b1='JPLMM7HS' where id=9; -update noar ti set b1='JPLMM7HS' where id=9; -update noar tt set b2='W11DG4Z889J1DA0YRC23Y' where id=9; -update noar ti set b2='W11DG4Z889J1DA0YRC23Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CQQ20FBKF9CLXAO8H' where id=1; -update noar ti set b0='CQQ20FBKF9CLXAO8H' where id=1; -update noar tt set b1='7D28UR82M5EQG1U8TDV4' where id=1; -update noar ti set b1='7D28UR82M5EQG1U8TDV4' where id=1; -update noar tt set b2='W' where id=1; -update noar ti set b2='W' where id=1; -update noar tt set b0='98D763XQ' where id=2; -update noar ti set b0='98D763XQ' where id=2; -update noar tt set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2; -update noar ti set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2; -update noar tt set b2='MAO3HC' where id=2; -update noar ti set b2='MAO3HC' where id=2; -update noar tt set b0='Y0CI' where id=3; -update noar ti set b0='Y0CI' where id=3; -update noar tt set b1='SSVK0B556CS' where id=3; -update noar ti set b1='SSVK0B556CS' where id=3; -update noar tt set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3; -update noar ti set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3; -update noar tt set b0='M3IHPBO' where id=4; -update noar ti set b0='M3IHPBO' where id=4; -update noar tt set b1='CV1P92O9FWKCWKBV' where id=4; -update noar ti set b1='CV1P92O9FWKCWKBV' where id=4; -update noar tt set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4; -update noar ti set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4; -update noar tt set b0='QR1' where id=5; -update noar ti set b0='QR1' where id=5; -update noar tt set b1='ND0WUELCVPSU' where id=5; -update noar ti set b1='ND0WUELCVPSU' where id=5; -update noar tt set b2='J58WCUVVYKXOX23IEK3B' where id=5; -update noar ti set b2='J58WCUVVYKXOX23IEK3B' where id=5; -update noar tt set b0='YPF8UO33Z66JTM64W' where id=6; -update noar ti set b0='YPF8UO33Z66JTM64W' where id=6; -update noar tt set b1='RGPKQ9USTQKZ' where id=6; -update noar ti set b1='RGPKQ9USTQKZ' where id=6; -update noar tt set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6; -update noar ti set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6; -update noar tt set b0='O0FTPQUKUS6GBDYYD' where id=7; -update noar ti set b0='O0FTPQUKUS6GBDYYD' where id=7; -update noar tt set b1='XWKV8OENAIGM4' where id=7; -update noar ti set b1='XWKV8OENAIGM4' where id=7; -update noar tt set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7; -update noar ti set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7; -update noar tt set b0='LPTK4JADRI6HB0' where id=8; -update noar ti set b0='LPTK4JADRI6HB0' where id=8; -update noar tt set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8; -update noar ti set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8; -update noar tt set b2='EO' where id=8; -update noar ti set b2='EO' where id=8; -update noar tt set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9; -update noar ti set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9; -update noar tt set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9; -update noar ti set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9; -update noar tt set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9; -update noar ti set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YB' where id=1; -update noar ti set b0='YB' where id=1; -update noar tt set b1='6NA7XYO28TKA75RND7MTI' where id=1; -update noar ti set b1='6NA7XYO28TKA75RND7MTI' where id=1; -update noar tt set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1; -update noar ti set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1; -update noar tt set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2; -update noar ti set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2; -update noar tt set b1='2U8Q9KD497XPFRJKC' where id=2; -update noar ti set b1='2U8Q9KD497XPFRJKC' where id=2; -update noar tt set b2='CTX86TY41S4COK62' where id=2; -update noar ti set b2='CTX86TY41S4COK62' where id=2; -update noar tt set b0='A1539Z2Y2C4KO' where id=3; -update noar ti set b0='A1539Z2Y2C4KO' where id=3; -update noar tt set b1='2VTLWM39ZJ1SW2D' where id=3; -update noar ti set b1='2VTLWM39ZJ1SW2D' where id=3; -update noar tt set b2='0PH0JTOTU1Q29H1TH' where id=3; -update noar ti set b2='0PH0JTOTU1Q29H1TH' where id=3; -update noar tt set b0='SIKAV8UZBK0J3RU' where id=4; -update noar ti set b0='SIKAV8UZBK0J3RU' where id=4; -update noar tt set b1='6H3M6N028SA1HT2' where id=4; -update noar ti set b1='6H3M6N028SA1HT2' where id=4; -update noar tt set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4; -update noar ti set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4; -update noar tt set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5; -update noar ti set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5; -update noar tt set b1='TIPBCO2X5NXW2B0CF' where id=5; -update noar ti set b1='TIPBCO2X5NXW2B0CF' where id=5; -update noar tt set b2='RB6GQK6PYEPRTMCE1' where id=5; -update noar ti set b2='RB6GQK6PYEPRTMCE1' where id=5; -update noar tt set b0='W' where id=6; -update noar ti set b0='W' where id=6; -update noar tt set b1='KTC8' where id=6; -update noar ti set b1='KTC8' where id=6; -update noar tt set b2='CR1RXZEDHFP6O' where id=6; -update noar ti set b2='CR1RXZEDHFP6O' where id=6; -update noar tt set b0='XKYNUGAKQL4' where id=7; -update noar ti set b0='XKYNUGAKQL4' where id=7; -update noar tt set b1='R2PER83QXP4YDUXYXXE' where id=7; -update noar ti set b1='R2PER83QXP4YDUXYXXE' where id=7; -update noar tt set b2='KF1J' where id=7; -update noar ti set b2='KF1J' where id=7; -update noar tt set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8; -update noar ti set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8; -update noar tt set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8; -update noar ti set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8; -update noar tt set b2='JVJGA13TXG' where id=8; -update noar ti set b2='JVJGA13TXG' where id=8; -update noar tt set b0='K07DD' where id=9; -update noar ti set b0='K07DD' where id=9; -update noar tt set b1='0DOL50' where id=9; -update noar ti set b1='0DOL50' where id=9; -update noar tt set b2='AKSCKJCMCP31EEULWVGME' where id=9; -update noar ti set b2='AKSCKJCMCP31EEULWVGME' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1; -update noar ti set b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1; -update noar tt set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1; -update noar ti set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1; -update noar tt set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1; -update noar ti set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1; -update noar tt set b0='0JED16Q9M3OYDCE9ADWIT' where id=2; -update noar ti set b0='0JED16Q9M3OYDCE9ADWIT' where id=2; -update noar tt set b1='ISFL7F' where id=2; -update noar ti set b1='ISFL7F' where id=2; -update noar tt set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2; -update noar ti set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2; -update noar tt set b0='0B' where id=3; -update noar ti set b0='0B' where id=3; -update noar tt set b1='2Q' where id=3; -update noar ti set b1='2Q' where id=3; -update noar tt set b2='KLD' where id=3; -update noar ti set b2='KLD' where id=3; -update noar tt set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4; -update noar ti set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4; -update noar tt set b1='VTHEJP' where id=4; -update noar ti set b1='VTHEJP' where id=4; -update noar tt set b2='QY4JBID6XQJE' where id=4; -update noar ti set b2='QY4JBID6XQJE' where id=4; -update noar tt set b0='D2X9' where id=5; -update noar ti set b0='D2X9' where id=5; -update noar tt set b1='Y7V3O80H1460PLM1' where id=5; -update noar ti set b1='Y7V3O80H1460PLM1' where id=5; -update noar tt set b2='GK8F0SW6D9C35' where id=5; -update noar ti set b2='GK8F0SW6D9C35' where id=5; -update noar tt set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6; -update noar ti set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6; -update noar tt set b1='RVNZ660' where id=6; -update noar ti set b1='RVNZ660' where id=6; -update noar tt set b2='DQM3' where id=6; -update noar ti set b2='DQM3' where id=6; -update noar tt set b0='F12SFLDWC5GIUS' where id=7; -update noar ti set b0='F12SFLDWC5GIUS' where id=7; -update noar tt set b1='KNU' where id=7; -update noar ti set b1='KNU' where id=7; -update noar tt set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7; -update noar ti set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7; -update noar tt set b0='X75C7ZY1AT' where id=8; -update noar ti set b0='X75C7ZY1AT' where id=8; -update noar tt set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8; -update noar ti set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8; -update noar tt set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8; -update noar ti set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8; -update noar tt set b0='ZVSQRQV' where id=9; -update noar ti set b0='ZVSQRQV' where id=9; -update noar tt set b1='ED1WY0SU' where id=9; -update noar ti set b1='ED1WY0SU' where id=9; -update noar tt set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9; -update noar ti set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PBZ5' where id=1; -update noar ti set b0='PBZ5' where id=1; -update noar tt set b1='WA4D' where id=1; -update noar ti set b1='WA4D' where id=1; -update noar tt set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1; -update noar ti set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1; -update noar tt set b0='5TDZI1NG8LA7' where id=2; -update noar ti set b0='5TDZI1NG8LA7' where id=2; -update noar tt set b1='DK6I6YQQAKU' where id=2; -update noar ti set b1='DK6I6YQQAKU' where id=2; -update noar tt set b2='QLUP' where id=2; -update noar ti set b2='QLUP' where id=2; -update noar tt set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3; -update noar ti set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3; -update noar tt set b1='XKSPE0UZP7KX7' where id=3; -update noar ti set b1='XKSPE0UZP7KX7' where id=3; -update noar tt set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3; -update noar ti set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3; -update noar tt set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4; -update noar ti set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4; -update noar tt set b1='J22MX2IK8OG' where id=4; -update noar ti set b1='J22MX2IK8OG' where id=4; -update noar tt set b2='4W' where id=4; -update noar ti set b2='4W' where id=4; -update noar tt set b0='C2KAH' where id=5; -update noar ti set b0='C2KAH' where id=5; -update noar tt set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5; -update noar ti set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5; -update noar tt set b2='PFKHD013QZ7L' where id=5; -update noar ti set b2='PFKHD013QZ7L' where id=5; -update noar tt set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6; -update noar ti set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6; -update noar tt set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6; -update noar ti set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6; -update noar tt set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6; -update noar ti set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6; -update noar tt set b0='48TDHZ' where id=7; -update noar ti set b0='48TDHZ' where id=7; -update noar tt set b1='FV2GTDI0QI0JC19' where id=7; -update noar ti set b1='FV2GTDI0QI0JC19' where id=7; -update noar tt set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7; -update noar ti set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7; -update noar tt set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8; -update noar ti set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8; -update noar tt set b1='LAJ37V0' where id=8; -update noar ti set b1='LAJ37V0' where id=8; -update noar tt set b2='31HVRWD3ROXFP7O5PJMC' where id=8; -update noar ti set b2='31HVRWD3ROXFP7O5PJMC' where id=8; -update noar tt set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9; -update noar ti set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9; -update noar tt set b1='G' where id=9; -update noar ti set b1='G' where id=9; -update noar tt set b2='46HIP9JK' where id=9; -update noar ti set b2='46HIP9JK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BXJ7QD5CN60DC' where id=1; -update noar ti set b0='BXJ7QD5CN60DC' where id=1; -update noar tt set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1; -update noar ti set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1; -update noar tt set b2='NCPT4NVNV' where id=1; -update noar ti set b2='NCPT4NVNV' where id=1; -update noar tt set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2; -update noar ti set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2; -update noar tt set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2; -update noar ti set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2; -update noar tt set b2='LQO69OFXE2QSTP' where id=2; -update noar ti set b2='LQO69OFXE2QSTP' where id=2; -update noar tt set b0='QB4KJUGZSM' where id=3; -update noar ti set b0='QB4KJUGZSM' where id=3; -update noar tt set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3; -update noar ti set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3; -update noar tt set b2='DX0N7V13XEM009JORY262' where id=3; -update noar ti set b2='DX0N7V13XEM009JORY262' where id=3; -update noar tt set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4; -update noar ti set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4; -update noar tt set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' where id=4; -update noar ti set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' where id=4; -update noar tt set b2='I' where id=4; -update noar ti set b2='I' where id=4; -update noar tt set b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5; -update noar ti set b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5; -update noar tt set b1='943M5PMWQ' where id=5; -update noar ti set b1='943M5PMWQ' where id=5; -update noar tt set b2='08' where id=5; -update noar ti set b2='08' where id=5; -update noar tt set b0='PUQC49FYLWKBPV' where id=6; -update noar ti set b0='PUQC49FYLWKBPV' where id=6; -update noar tt set b1='LDVP4D7GYGHR33E' where id=6; -update noar ti set b1='LDVP4D7GYGHR33E' where id=6; -update noar tt set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6; -update noar ti set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6; -update noar tt set b0='E1U1N' where id=7; -update noar ti set b0='E1U1N' where id=7; -update noar tt set b1='KR68MDP85H1E' where id=7; -update noar ti set b1='KR68MDP85H1E' where id=7; -update noar tt set b2='3OGM7' where id=7; -update noar ti set b2='3OGM7' where id=7; -update noar tt set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8; -update noar ti set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8; -update noar tt set b1='N77AE7G57H2VW0PY' where id=8; -update noar ti set b1='N77AE7G57H2VW0PY' where id=8; -update noar tt set b2='5YCO' where id=8; -update noar ti set b2='5YCO' where id=8; -update noar tt set b0='CCY' where id=9; -update noar ti set b0='CCY' where id=9; -update noar tt set b1='MW7DKSWJV9KQA8IHRDI' where id=9; -update noar ti set b1='MW7DKSWJV9KQA8IHRDI' where id=9; -update noar tt set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9; -update noar ti set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P3OR865OZCUSETY5' where id=1; -update noar ti set b0='P3OR865OZCUSETY5' where id=1; -update noar tt set b1='VIOG' where id=1; -update noar ti set b1='VIOG' where id=1; -update noar tt set b2='250TIVPKIXMPZ1C6Z5Y' where id=1; -update noar ti set b2='250TIVPKIXMPZ1C6Z5Y' where id=1; -update noar tt set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2; -update noar ti set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2; -update noar tt set b1='H' where id=2; -update noar ti set b1='H' where id=2; -update noar tt set b2='0P2NI' where id=2; -update noar ti set b2='0P2NI' where id=2; -update noar tt set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3; -update noar ti set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3; -update noar tt set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3; -update noar ti set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3; -update noar tt set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3; -update noar ti set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3; -update noar tt set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4; -update noar ti set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4; -update noar tt set b1='B138' where id=4; -update noar ti set b1='B138' where id=4; -update noar tt set b2='K28OT3' where id=4; -update noar ti set b2='K28OT3' where id=4; -update noar tt set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5; -update noar ti set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5; -update noar tt set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5; -update noar ti set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5; -update noar tt set b2='L3WOXG7WTTXC3IV' where id=5; -update noar ti set b2='L3WOXG7WTTXC3IV' where id=5; -update noar tt set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6; -update noar ti set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6; -update noar tt set b1='64MY4' where id=6; -update noar ti set b1='64MY4' where id=6; -update noar tt set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6; -update noar ti set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6; -update noar tt set b0='3M' where id=7; -update noar ti set b0='3M' where id=7; -update noar tt set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7; -update noar ti set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7; -update noar tt set b2='P7X3Y0U09' where id=7; -update noar ti set b2='P7X3Y0U09' where id=7; -update noar tt set b0='L1LTSJSTTAN' where id=8; -update noar ti set b0='L1LTSJSTTAN' where id=8; -update noar tt set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8; -update noar ti set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8; -update noar tt set b2='HDUWY57FI15DVFMH1X' where id=8; -update noar ti set b2='HDUWY57FI15DVFMH1X' where id=8; -update noar tt set b0='LWLFO7R2QHKNV87FR7S' where id=9; -update noar ti set b0='LWLFO7R2QHKNV87FR7S' where id=9; -update noar tt set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9; -update noar ti set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9; -update noar tt set b2='ZUY' where id=9; -update noar ti set b2='ZUY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 blob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='N5FAV' where id=1; -update noar ti set b0='N5FAV' where id=1; -update noar tt set b1='RYFWXW1F9RL' where id=1; -update noar ti set b1='RYFWXW1F9RL' where id=1; -update noar tt set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1; -update noar ti set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1; -update noar tt set b0='JIPOEWS3URK01XP4' where id=2; -update noar ti set b0='JIPOEWS3URK01XP4' where id=2; -update noar tt set b1='YOS5YFF2TLF' where id=2; -update noar ti set b1='YOS5YFF2TLF' where id=2; -update noar tt set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2; -update noar ti set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2; -update noar tt set b0='QQAF5MC' where id=3; -update noar ti set b0='QQAF5MC' where id=3; -update noar tt set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3; -update noar ti set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3; -update noar tt set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3; -update noar ti set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3; -update noar tt set b0='24AJA' where id=4; -update noar ti set b0='24AJA' where id=4; -update noar tt set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4; -update noar ti set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4; -update noar tt set b2='3BA2X' where id=4; -update noar ti set b2='3BA2X' where id=4; -update noar tt set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5; -update noar ti set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5; -update noar tt set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5; -update noar ti set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5; -update noar tt set b2='ZHIFCL6FCTUGV' where id=5; -update noar ti set b2='ZHIFCL6FCTUGV' where id=5; -update noar tt set b0='DQ9BCIUOL7UOB' where id=6; -update noar ti set b0='DQ9BCIUOL7UOB' where id=6; -update noar tt set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6; -update noar ti set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6; -update noar tt set b2='292UMJRNFY13ROE6ADFOF' where id=6; -update noar ti set b2='292UMJRNFY13ROE6ADFOF' where id=6; -update noar tt set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7; -update noar ti set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7; -update noar tt set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7; -update noar ti set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7; -update noar tt set b2='WS' where id=7; -update noar ti set b2='WS' where id=7; -update noar tt set b0='0Y5IB6UIQIKT58' where id=8; -update noar ti set b0='0Y5IB6UIQIKT58' where id=8; -update noar tt set b1='KIX01AKQWO8UAO4XBTA0' where id=8; -update noar ti set b1='KIX01AKQWO8UAO4XBTA0' where id=8; -update noar tt set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8; -update noar ti set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8; -update noar tt set b0='1EH88DP9RH' where id=9; -update noar ti set b0='1EH88DP9RH' where id=9; -update noar tt set b1='9N64S3DOR754' where id=9; -update noar ti set b1='9N64S3DOR754' where id=9; -update noar tt set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9; -update noar ti set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 blob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1; -update noar ti set b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1; -update noar tt set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1; -update noar ti set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1; -update noar tt set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1; -update noar ti set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1; -update noar tt set b0='NATFMK64HO0H1' where id=2; -update noar ti set b0='NATFMK64HO0H1' where id=2; -update noar tt set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2; -update noar ti set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2; -update noar tt set b2='X9RQIR7QAXVLKE' where id=2; -update noar ti set b2='X9RQIR7QAXVLKE' where id=2; -update noar tt set b0='SMXBH03' where id=3; -update noar ti set b0='SMXBH03' where id=3; -update noar tt set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3; -update noar ti set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3; -update noar tt set b2='K25NU1I1A7G1H37X8J' where id=3; -update noar ti set b2='K25NU1I1A7G1H37X8J' where id=3; -update noar tt set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4; -update noar ti set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4; -update noar tt set b1='UKVS095MVDHQFY' where id=4; -update noar ti set b1='UKVS095MVDHQFY' where id=4; -update noar tt set b2='P8YU3T6VH7RJZP' where id=4; -update noar ti set b2='P8YU3T6VH7RJZP' where id=4; -update noar tt set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5; -update noar ti set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5; -update noar tt set b1='D1W8LB4' where id=5; -update noar ti set b1='D1W8LB4' where id=5; -update noar tt set b2='5PUG6EW1NKHLO' where id=5; -update noar ti set b2='5PUG6EW1NKHLO' where id=5; -update noar tt set b0='MJ' where id=6; -update noar ti set b0='MJ' where id=6; -update noar tt set b1='9T' where id=6; -update noar ti set b1='9T' where id=6; -update noar tt set b2='JS' where id=6; -update noar ti set b2='JS' where id=6; -update noar tt set b0='PWMQ9Y62JLYVANGVNW2P' where id=7; -update noar ti set b0='PWMQ9Y62JLYVANGVNW2P' where id=7; -update noar tt set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7; -update noar ti set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7; -update noar tt set b2='2K8VOWIRB' where id=7; -update noar ti set b2='2K8VOWIRB' where id=7; -update noar tt set b0='D3FWQY2N45AD234LMFR6EE' where id=8; -update noar ti set b0='D3FWQY2N45AD234LMFR6EE' where id=8; -update noar tt set b1='D8PFGU6K1FZROQI2OKBPE' where id=8; -update noar ti set b1='D8PFGU6K1FZROQI2OKBPE' where id=8; -update noar tt set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8; -update noar ti set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8; -update noar tt set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9; -update noar ti set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9; -update noar tt set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9; -update noar ti set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9; -update noar tt set b2='VYTJN24E' where id=9; -update noar ti set b2='VYTJN24E' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7H20YF66A9RXV7GQ5J' where id=1; -update noar ti set b0='7H20YF66A9RXV7GQ5J' where id=1; -update noar tt set b1='IOAO4KGB5V31WO5' where id=1; -update noar ti set b1='IOAO4KGB5V31WO5' where id=1; -update noar tt set b2='RV57OU' where id=1; -update noar ti set b2='RV57OU' where id=1; -update noar tt set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2; -update noar ti set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2; -update noar tt set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2; -update noar ti set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2; -update noar tt set b2='NLX3M8' where id=2; -update noar ti set b2='NLX3M8' where id=2; -update noar tt set b0='RA9J9RZXZOBMX1' where id=3; -update noar ti set b0='RA9J9RZXZOBMX1' where id=3; -update noar tt set b1='P8TTGU2N4HNZVDT6184YH' where id=3; -update noar ti set b1='P8TTGU2N4HNZVDT6184YH' where id=3; -update noar tt set b2='3' where id=3; -update noar ti set b2='3' where id=3; -update noar tt set b0='D' where id=4; -update noar ti set b0='D' where id=4; -update noar tt set b1='4CY862DE' where id=4; -update noar ti set b1='4CY862DE' where id=4; -update noar tt set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4; -update noar ti set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4; -update noar tt set b0='8J0HWDJ120V' where id=5; -update noar ti set b0='8J0HWDJ120V' where id=5; -update noar tt set b1='U3XHYGU5HD' where id=5; -update noar ti set b1='U3XHYGU5HD' where id=5; -update noar tt set b2='SR3CRVL6OV' where id=5; -update noar ti set b2='SR3CRVL6OV' where id=5; -update noar tt set b0='MI' where id=6; -update noar ti set b0='MI' where id=6; -update noar tt set b1='0IA4PJS6DZ' where id=6; -update noar ti set b1='0IA4PJS6DZ' where id=6; -update noar tt set b2='QJHUDCHA4IYE' where id=6; -update noar ti set b2='QJHUDCHA4IYE' where id=6; -update noar tt set b0='SW5E' where id=7; -update noar ti set b0='SW5E' where id=7; -update noar tt set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7; -update noar ti set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7; -update noar tt set b2='XZA2174D548YOBREK4XJI' where id=7; -update noar ti set b2='XZA2174D548YOBREK4XJI' where id=7; -update noar tt set b0='KSK' where id=8; -update noar ti set b0='KSK' where id=8; -update noar tt set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8; -update noar ti set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8; -update noar tt set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8; -update noar ti set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8; -update noar tt set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9; -update noar ti set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9; -update noar tt set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9; -update noar ti set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9; -update noar tt set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9; -update noar ti set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1; -update noar ti set b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1; -update noar tt set b1='E95' where id=1; -update noar ti set b1='E95' where id=1; -update noar tt set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1; -update noar ti set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1; -update noar tt set b0='DMVF21TT7UOOVLZG2M64' where id=2; -update noar ti set b0='DMVF21TT7UOOVLZG2M64' where id=2; -update noar tt set b1='7VVLJ672EB' where id=2; -update noar ti set b1='7VVLJ672EB' where id=2; -update noar tt set b2='K7' where id=2; -update noar ti set b2='K7' where id=2; -update noar tt set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3; -update noar ti set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3; -update noar tt set b1='T5I' where id=3; -update noar ti set b1='T5I' where id=3; -update noar tt set b2='20T3' where id=3; -update noar ti set b2='20T3' where id=3; -update noar tt set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4; -update noar ti set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4; -update noar tt set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4; -update noar ti set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4; -update noar tt set b2='82OANMH93' where id=4; -update noar ti set b2='82OANMH93' where id=4; -update noar tt set b0='31FIVXNTDC' where id=5; -update noar ti set b0='31FIVXNTDC' where id=5; -update noar tt set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5; -update noar ti set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5; -update noar tt set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5; -update noar ti set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5; -update noar tt set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6; -update noar ti set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6; -update noar tt set b1='HQPQZCS' where id=6; -update noar ti set b1='HQPQZCS' where id=6; -update noar tt set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6; -update noar ti set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6; -update noar tt set b0='OMNW' where id=7; -update noar ti set b0='OMNW' where id=7; -update noar tt set b1='2JTU2WCEE5T0A19' where id=7; -update noar ti set b1='2JTU2WCEE5T0A19' where id=7; -update noar tt set b2='27FB02D29NJBRT6F' where id=7; -update noar ti set b2='27FB02D29NJBRT6F' where id=7; -update noar tt set b0='R' where id=8; -update noar ti set b0='R' where id=8; -update noar tt set b1='FV' where id=8; -update noar ti set b1='FV' where id=8; -update noar tt set b2='QXYW88W2KI23FOGY04' where id=8; -update noar ti set b2='QXYW88W2KI23FOGY04' where id=8; -update noar tt set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9; -update noar ti set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9; -update noar tt set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9; -update noar ti set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9; -update noar tt set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9; -update noar ti set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='G3V17GK52' where id=1; -update noar ti set b0='G3V17GK52' where id=1; -update noar tt set b1='QHKDP02I65QSN' where id=1; -update noar ti set b1='QHKDP02I65QSN' where id=1; -update noar tt set b2='0JZ0CNQSUBS' where id=1; -update noar ti set b2='0JZ0CNQSUBS' where id=1; -update noar tt set b0='FGH0FPCA02P' where id=2; -update noar ti set b0='FGH0FPCA02P' where id=2; -update noar tt set b1='T5FEBH06R2FOZ40' where id=2; -update noar ti set b1='T5FEBH06R2FOZ40' where id=2; -update noar tt set b2='6' where id=2; -update noar ti set b2='6' where id=2; -update noar tt set b0='6A0XBN3F4DS2V2S' where id=3; -update noar ti set b0='6A0XBN3F4DS2V2S' where id=3; -update noar tt set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3; -update noar ti set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3; -update noar tt set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3; -update noar ti set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3; -update noar tt set b0='3G' where id=4; -update noar ti set b0='3G' where id=4; -update noar tt set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4; -update noar ti set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4; -update noar tt set b2='TFH78N9S' where id=4; -update noar ti set b2='TFH78N9S' where id=4; -update noar tt set b0='FNUJ7W' where id=5; -update noar ti set b0='FNUJ7W' where id=5; -update noar tt set b1='PVOABGSIGWNVQ5Y' where id=5; -update noar ti set b1='PVOABGSIGWNVQ5Y' where id=5; -update noar tt set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5; -update noar ti set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5; -update noar tt set b0='AGZHX' where id=6; -update noar ti set b0='AGZHX' where id=6; -update noar tt set b1='KPT3LZVGI' where id=6; -update noar ti set b1='KPT3LZVGI' where id=6; -update noar tt set b2='TD60T4QZJNAGLC1UE299XV' where id=6; -update noar ti set b2='TD60T4QZJNAGLC1UE299XV' where id=6; -update noar tt set b0='NK7ZXDZGGHJ531MUPCB13' where id=7; -update noar ti set b0='NK7ZXDZGGHJ531MUPCB13' where id=7; -update noar tt set b1='789A10YLUFH44S' where id=7; -update noar ti set b1='789A10YLUFH44S' where id=7; -update noar tt set b2='2ZBHBA8PDC7T0RZ93T' where id=7; -update noar ti set b2='2ZBHBA8PDC7T0RZ93T' where id=7; -update noar tt set b0='7XYYW' where id=8; -update noar ti set b0='7XYYW' where id=8; -update noar tt set b1='EJJ' where id=8; -update noar ti set b1='EJJ' where id=8; -update noar tt set b2='TOG0E6BYRKJV' where id=8; -update noar ti set b2='TOG0E6BYRKJV' where id=8; -update noar tt set b0='P94KRHR' where id=9; -update noar ti set b0='P94KRHR' where id=9; -update noar tt set b1='WDGKG7UBRX3FKBC2HR' where id=9; -update noar ti set b1='WDGKG7UBRX3FKBC2HR' where id=9; -update noar tt set b2='HDRRZ8MNM2YQ5LDTS' where id=9; -update noar ti set b2='HDRRZ8MNM2YQ5LDTS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1; -update noar ti set b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1; -update noar tt set b1='VNS2FD255YHT737ZJAXMC56' where id=1; -update noar ti set b1='VNS2FD255YHT737ZJAXMC56' where id=1; -update noar tt set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1; -update noar ti set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1; -update noar tt set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2; -update noar ti set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2; -update noar tt set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2; -update noar ti set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2; -update noar tt set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2; -update noar ti set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2; -update noar tt set b0='8DVOSZRLWSTIK' where id=3; -update noar ti set b0='8DVOSZRLWSTIK' where id=3; -update noar tt set b1='2BGTY67YW7KX5TX1U5MD5' where id=3; -update noar ti set b1='2BGTY67YW7KX5TX1U5MD5' where id=3; -update noar tt set b2='UV9UNZDQECM0N2' where id=3; -update noar ti set b2='UV9UNZDQECM0N2' where id=3; -update noar tt set b0='OYXPNG3IALFMOKKTKBZF' where id=4; -update noar ti set b0='OYXPNG3IALFMOKKTKBZF' where id=4; -update noar tt set b1='YEPI66UUA1A240GD48' where id=4; -update noar ti set b1='YEPI66UUA1A240GD48' where id=4; -update noar tt set b2='HE4J4W7ZRZWLZI26XR23' where id=4; -update noar ti set b2='HE4J4W7ZRZWLZI26XR23' where id=4; -update noar tt set b0='130E6Y38TW24D082' where id=5; -update noar ti set b0='130E6Y38TW24D082' where id=5; -update noar tt set b1='VG018IS8ZQN1D' where id=5; -update noar ti set b1='VG018IS8ZQN1D' where id=5; -update noar tt set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5; -update noar ti set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5; -update noar tt set b0='HZJNJ9QPUC94J' where id=6; -update noar ti set b0='HZJNJ9QPUC94J' where id=6; -update noar tt set b1='12AQKBWP7' where id=6; -update noar ti set b1='12AQKBWP7' where id=6; -update noar tt set b2='LDOGKBAG57B7UCCNAD56V' where id=6; -update noar ti set b2='LDOGKBAG57B7UCCNAD56V' where id=6; -update noar tt set b0='M72' where id=7; -update noar ti set b0='M72' where id=7; -update noar tt set b1='13W65YYJOH49XZ8LE' where id=7; -update noar ti set b1='13W65YYJOH49XZ8LE' where id=7; -update noar tt set b2='CFCY' where id=7; -update noar ti set b2='CFCY' where id=7; -update noar tt set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8; -update noar ti set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8; -update noar tt set b1='BPW' where id=8; -update noar ti set b1='BPW' where id=8; -update noar tt set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8; -update noar ti set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8; -update noar tt set b0='5KSA3BQ1X1F86XAS' where id=9; -update noar ti set b0='5KSA3BQ1X1F86XAS' where id=9; -update noar tt set b1='6R689A37RVWEZ8RK4' where id=9; -update noar ti set b1='6R689A37RVWEZ8RK4' where id=9; -update noar tt set b2='249XCEBEUHQLF413TJ74LP' where id=9; -update noar ti set b2='249XCEBEUHQLF413TJ74LP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VCO0JPLDALLG' where id=1; -update noar ti set b0='VCO0JPLDALLG' where id=1; -update noar tt set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1; -update noar ti set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1; -update noar tt set b2='DUB9P3TDVP2KEI' where id=1; -update noar ti set b2='DUB9P3TDVP2KEI' where id=1; -update noar tt set b0='L1X84LWN8QRDM' where id=2; -update noar ti set b0='L1X84LWN8QRDM' where id=2; -update noar tt set b1='HOR89OUSLFZQ' where id=2; -update noar ti set b1='HOR89OUSLFZQ' where id=2; -update noar tt set b2='II07KOFF5BETPB24O77O8Z' where id=2; -update noar ti set b2='II07KOFF5BETPB24O77O8Z' where id=2; -update noar tt set b0='3C5G9CY6G9BZ50KLHRYE' where id=3; -update noar ti set b0='3C5G9CY6G9BZ50KLHRYE' where id=3; -update noar tt set b1='BOT9A33IKQNQ' where id=3; -update noar ti set b1='BOT9A33IKQNQ' where id=3; -update noar tt set b2='19HXK4IFAMY409SFK00ZPMG' where id=3; -update noar ti set b2='19HXK4IFAMY409SFK00ZPMG' where id=3; -update noar tt set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4; -update noar ti set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4; -update noar tt set b1='BFVYS6M7OO494V6SIV8O7A' where id=4; -update noar ti set b1='BFVYS6M7OO494V6SIV8O7A' where id=4; -update noar tt set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4; -update noar ti set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4; -update noar tt set b0='YQ5CWFGV4LA5YU' where id=5; -update noar ti set b0='YQ5CWFGV4LA5YU' where id=5; -update noar tt set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5; -update noar ti set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5; -update noar tt set b2='L0H' where id=5; -update noar ti set b2='L0H' where id=5; -update noar tt set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6; -update noar ti set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6; -update noar tt set b1='W04PPC20CNITELJ24TJE9' where id=6; -update noar ti set b1='W04PPC20CNITELJ24TJE9' where id=6; -update noar tt set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6; -update noar ti set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6; -update noar tt set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7; -update noar ti set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7; -update noar tt set b1='NPZCGPF1KDZAZ8THVONNE' where id=7; -update noar ti set b1='NPZCGPF1KDZAZ8THVONNE' where id=7; -update noar tt set b2='FXFENBCXULQ6THLA5N1RKX' where id=7; -update noar ti set b2='FXFENBCXULQ6THLA5N1RKX' where id=7; -update noar tt set b0='Q6FWAJY98GNLU8RH4' where id=8; -update noar ti set b0='Q6FWAJY98GNLU8RH4' where id=8; -update noar tt set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8; -update noar ti set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8; -update noar tt set b2='X8P14PZT9PTRVF' where id=8; -update noar ti set b2='X8P14PZT9PTRVF' where id=8; -update noar tt set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9; -update noar ti set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9; -update noar tt set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9; -update noar ti set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9; -update noar tt set b2='DC0L9V' where id=9; -update noar ti set b2='DC0L9V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1; -update noar ti set b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1; -update noar tt set b1='M3Y4OT4' where id=1; -update noar ti set b1='M3Y4OT4' where id=1; -update noar tt set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1; -update noar ti set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1; -update noar tt set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2; -update noar ti set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2; -update noar tt set b1='VJ3D0R0JKTQ' where id=2; -update noar ti set b1='VJ3D0R0JKTQ' where id=2; -update noar tt set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2; -update noar ti set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2; -update noar tt set b0='6L12YITZKF4LDG44HCUIII78K' where id=3; -update noar ti set b0='6L12YITZKF4LDG44HCUIII78K' where id=3; -update noar tt set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3; -update noar ti set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3; -update noar tt set b2='NW' where id=3; -update noar ti set b2='NW' where id=3; -update noar tt set b0='MYDT5X143' where id=4; -update noar ti set b0='MYDT5X143' where id=4; -update noar tt set b1='04WKK4YFP4C807FZNQZPSVT' where id=4; -update noar ti set b1='04WKK4YFP4C807FZNQZPSVT' where id=4; -update noar tt set b2='R92M8YAE9YHF8JWHTU3YU' where id=4; -update noar ti set b2='R92M8YAE9YHF8JWHTU3YU' where id=4; -update noar tt set b0='PSFXPY89A39M0' where id=5; -update noar ti set b0='PSFXPY89A39M0' where id=5; -update noar tt set b1='T9QQ2P57OU67CJY' where id=5; -update noar ti set b1='T9QQ2P57OU67CJY' where id=5; -update noar tt set b2='MGYSY6VJUR4' where id=5; -update noar ti set b2='MGYSY6VJUR4' where id=5; -update noar tt set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6; -update noar ti set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6; -update noar tt set b1='H5O79F36HZS' where id=6; -update noar ti set b1='H5O79F36HZS' where id=6; -update noar tt set b2='WB9' where id=6; -update noar ti set b2='WB9' where id=6; -update noar tt set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7; -update noar ti set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7; -update noar tt set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7; -update noar ti set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7; -update noar tt set b2='23WBK' where id=7; -update noar ti set b2='23WBK' where id=7; -update noar tt set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8; -update noar ti set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8; -update noar tt set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8; -update noar ti set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8; -update noar tt set b2='DUKXEJK0JAC6W62BTZ5E' where id=8; -update noar ti set b2='DUKXEJK0JAC6W62BTZ5E' where id=8; -update noar tt set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9; -update noar ti set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9; -update noar tt set b1='BIT6W9BP45A04HII58G' where id=9; -update noar ti set b1='BIT6W9BP45A04HII58G' where id=9; -update noar tt set b2='0X24QVI' where id=9; -update noar ti set b2='0X24QVI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RC3FJ0G' where id=1; -update noar ti set b0='RC3FJ0G' where id=1; -update noar tt set b1='4LWJ05NF59SO8A7N55B' where id=1; -update noar ti set b1='4LWJ05NF59SO8A7N55B' where id=1; -update noar tt set b2='V388YCB879EAURE' where id=1; -update noar ti set b2='V388YCB879EAURE' where id=1; -update noar tt set b0='GUUFRAJ' where id=2; -update noar ti set b0='GUUFRAJ' where id=2; -update noar tt set b1='YISROZ786YAUVSM' where id=2; -update noar ti set b1='YISROZ786YAUVSM' where id=2; -update noar tt set b2='FZ779HQ5MV1' where id=2; -update noar ti set b2='FZ779HQ5MV1' where id=2; -update noar tt set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3; -update noar ti set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3; -update noar tt set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3; -update noar ti set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3; -update noar tt set b2='ORZ37L3X9H101WX' where id=3; -update noar ti set b2='ORZ37L3X9H101WX' where id=3; -update noar tt set b0='8' where id=4; -update noar ti set b0='8' where id=4; -update noar tt set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4; -update noar ti set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4; -update noar tt set b2='ED0USKHRYPZWWNOHR6BJ' where id=4; -update noar ti set b2='ED0USKHRYPZWWNOHR6BJ' where id=4; -update noar tt set b0='F7UPEJ6THCHF' where id=5; -update noar ti set b0='F7UPEJ6THCHF' where id=5; -update noar tt set b1='UVGYAJTXTSD16SOSTB03' where id=5; -update noar ti set b1='UVGYAJTXTSD16SOSTB03' where id=5; -update noar tt set b2='382KK8' where id=5; -update noar ti set b2='382KK8' where id=5; -update noar tt set b0='ATAP386S4Q7XL5' where id=6; -update noar ti set b0='ATAP386S4Q7XL5' where id=6; -update noar tt set b1='J' where id=6; -update noar ti set b1='J' where id=6; -update noar tt set b2='QWB7VVS8VSVMWM' where id=6; -update noar ti set b2='QWB7VVS8VSVMWM' where id=6; -update noar tt set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7; -update noar ti set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7; -update noar tt set b1='VD5W0ZS' where id=7; -update noar ti set b1='VD5W0ZS' where id=7; -update noar tt set b2='Q7WDRS9XBHCF' where id=7; -update noar ti set b2='Q7WDRS9XBHCF' where id=7; -update noar tt set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8; -update noar ti set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set b2='3NXRJ' where id=8; -update noar ti set b2='3NXRJ' where id=8; -update noar tt set b0='99N97C7' where id=9; -update noar ti set b0='99N97C7' where id=9; -update noar tt set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9; -update noar ti set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9; -update noar tt set b2='VDB' where id=9; -update noar ti set b2='VDB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1; -update noar ti set b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1; -update noar tt set b1='IMHPNCEL9' where id=1; -update noar ti set b1='IMHPNCEL9' where id=1; -update noar tt set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1; -update noar ti set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1; -update noar tt set b0='RBPSPQWGWPLTHQ6F' where id=2; -update noar ti set b0='RBPSPQWGWPLTHQ6F' where id=2; -update noar tt set b1='8W2JYOK4B3' where id=2; -update noar ti set b1='8W2JYOK4B3' where id=2; -update noar tt set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2; -update noar ti set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2; -update noar tt set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3; -update noar ti set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3; -update noar tt set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3; -update noar ti set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3; -update noar tt set b2='HO45A8DY59MXR' where id=3; -update noar ti set b2='HO45A8DY59MXR' where id=3; -update noar tt set b0='9YGFHMPAOJT' where id=4; -update noar ti set b0='9YGFHMPAOJT' where id=4; -update noar tt set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4; -update noar ti set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4; -update noar tt set b2='4Q4QGYUCLA8P2' where id=4; -update noar ti set b2='4Q4QGYUCLA8P2' where id=4; -update noar tt set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5; -update noar ti set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5; -update noar tt set b1='94X08DXN3JGSN6OX5TNY' where id=5; -update noar ti set b1='94X08DXN3JGSN6OX5TNY' where id=5; -update noar tt set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5; -update noar ti set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5; -update noar tt set b0='1FIX84TDQI' where id=6; -update noar ti set b0='1FIX84TDQI' where id=6; -update noar tt set b1='CJ' where id=6; -update noar ti set b1='CJ' where id=6; -update noar tt set b2='B3DWKDMOHVKR' where id=6; -update noar ti set b2='B3DWKDMOHVKR' where id=6; -update noar tt set b0='AAKRU7H1L5W69XQ' where id=7; -update noar ti set b0='AAKRU7H1L5W69XQ' where id=7; -update noar tt set b1='GKX5U1G9GNZ1NNM4JE' where id=7; -update noar ti set b1='GKX5U1G9GNZ1NNM4JE' where id=7; -update noar tt set b2='QZBFHDQM23R3O' where id=7; -update noar ti set b2='QZBFHDQM23R3O' where id=7; -update noar tt set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8; -update noar ti set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8; -update noar tt set b1='7XSY' where id=8; -update noar ti set b1='7XSY' where id=8; -update noar tt set b2='R996UUTNJO99CM8' where id=8; -update noar ti set b2='R996UUTNJO99CM8' where id=8; -update noar tt set b0='582YZLBRXAEEDBS' where id=9; -update noar ti set b0='582YZLBRXAEEDBS' where id=9; -update noar tt set b1='IYYTVFADGRGCWS1' where id=9; -update noar ti set b1='IYYTVFADGRGCWS1' where id=9; -update noar tt set b2='D1T' where id=9; -update noar ti set b2='D1T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 mediumblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1; -update noar ti set b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1; -update noar tt set b1='A3251TI36XPC9HO2U' where id=1; -update noar ti set b1='A3251TI36XPC9HO2U' where id=1; -update noar tt set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1; -update noar ti set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1; -update noar tt set b0='L' where id=2; -update noar ti set b0='L' where id=2; -update noar tt set b1='64TO' where id=2; -update noar ti set b1='64TO' where id=2; -update noar tt set b2='RG5ZJ18J3T259N193KHQ' where id=2; -update noar ti set b2='RG5ZJ18J3T259N193KHQ' where id=2; -update noar tt set b0='3KNWN' where id=3; -update noar ti set b0='3KNWN' where id=3; -update noar tt set b1='U8CKKEJT3P6QOFST681FF7' where id=3; -update noar ti set b1='U8CKKEJT3P6QOFST681FF7' where id=3; -update noar tt set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3; -update noar ti set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3; -update noar tt set b0='UZYNXGAF' where id=4; -update noar ti set b0='UZYNXGAF' where id=4; -update noar tt set b1='SIVSRI6XXDU' where id=4; -update noar ti set b1='SIVSRI6XXDU' where id=4; -update noar tt set b2='B1V3JA96D' where id=4; -update noar ti set b2='B1V3JA96D' where id=4; -update noar tt set b0='LBU' where id=5; -update noar ti set b0='LBU' where id=5; -update noar tt set b1='R' where id=5; -update noar ti set b1='R' where id=5; -update noar tt set b2='8XXOBX49KD' where id=5; -update noar ti set b2='8XXOBX49KD' where id=5; -update noar tt set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6; -update noar ti set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6; -update noar tt set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6; -update noar ti set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6; -update noar tt set b2='AY2PLXYBQJBXDF8Z' where id=6; -update noar ti set b2='AY2PLXYBQJBXDF8Z' where id=6; -update noar tt set b0='VF4ULFAUOSVG7ZDTKQ' where id=7; -update noar ti set b0='VF4ULFAUOSVG7ZDTKQ' where id=7; -update noar tt set b1='C9A3AP6' where id=7; -update noar ti set b1='C9A3AP6' where id=7; -update noar tt set b2='8LXTB1' where id=7; -update noar ti set b2='8LXTB1' where id=7; -update noar tt set b0='ZDO9R2W21' where id=8; -update noar ti set b0='ZDO9R2W21' where id=8; -update noar tt set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8; -update noar ti set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8; -update noar tt set b2='XERMA9UCH8F1F2P2282VK' where id=8; -update noar ti set b2='XERMA9UCH8F1F2P2282VK' where id=8; -update noar tt set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9; -update noar ti set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9; -update noar tt set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9; -update noar ti set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9; -update noar tt set b2='M9Z4LORON659SNL' where id=9; -update noar ti set b2='M9Z4LORON659SNL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 mediumblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='58VWJ07B' where id=1; -update noar ti set b0='58VWJ07B' where id=1; -update noar tt set b1='S962AC7' where id=1; -update noar ti set b1='S962AC7' where id=1; -update noar tt set b2='G4SZ7R35GUN3P26A' where id=1; -update noar ti set b2='G4SZ7R35GUN3P26A' where id=1; -update noar tt set b0='ALUHYRRH8HKH4Z51VK0I' where id=2; -update noar ti set b0='ALUHYRRH8HKH4Z51VK0I' where id=2; -update noar tt set b1='M3I11KSUB9' where id=2; -update noar ti set b1='M3I11KSUB9' where id=2; -update noar tt set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2; -update noar ti set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2; -update noar tt set b0='7CF' where id=3; -update noar ti set b0='7CF' where id=3; -update noar tt set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3; -update noar ti set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3; -update noar tt set b2='KDE' where id=3; -update noar ti set b2='KDE' where id=3; -update noar tt set b0='GLZV5M1WQFPJ3' where id=4; -update noar ti set b0='GLZV5M1WQFPJ3' where id=4; -update noar tt set b1='2GKJLOHPWK3PEE6' where id=4; -update noar ti set b1='2GKJLOHPWK3PEE6' where id=4; -update noar tt set b2='VCKWGAFKWEOFL1JQ9L' where id=4; -update noar ti set b2='VCKWGAFKWEOFL1JQ9L' where id=4; -update noar tt set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5; -update noar ti set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5; -update noar tt set b1='IMF0L3S64G6PUKRGFM2' where id=5; -update noar ti set b1='IMF0L3S64G6PUKRGFM2' where id=5; -update noar tt set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5; -update noar ti set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5; -update noar tt set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6; -update noar ti set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6; -update noar tt set b1='SAIMB8RE' where id=6; -update noar ti set b1='SAIMB8RE' where id=6; -update noar tt set b2='LBJJQ7MRSG8G0F38CDEB' where id=6; -update noar ti set b2='LBJJQ7MRSG8G0F38CDEB' where id=6; -update noar tt set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7; -update noar ti set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7; -update noar tt set b1='81FU' where id=7; -update noar ti set b1='81FU' where id=7; -update noar tt set b2='218UUTD8T4' where id=7; -update noar ti set b2='218UUTD8T4' where id=7; -update noar tt set b0='2K' where id=8; -update noar ti set b0='2K' where id=8; -update noar tt set b1='B2TWOZWNY6EAVO5KY8' where id=8; -update noar ti set b1='B2TWOZWNY6EAVO5KY8' where id=8; -update noar tt set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8; -update noar ti set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8; -update noar tt set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9; -update noar ti set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9; -update noar tt set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9; -update noar ti set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9; -update noar tt set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9; -update noar ti set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WXA7SP1HUDKEAHG00OY' where id=1; -update noar ti set b0='WXA7SP1HUDKEAHG00OY' where id=1; -update noar tt set b1='D4Y89QEGNY7DALJV2CDG' where id=1; -update noar ti set b1='D4Y89QEGNY7DALJV2CDG' where id=1; -update noar tt set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1; -update noar ti set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1; -update noar tt set b0='W0PGLR2FOPV8YF' where id=2; -update noar ti set b0='W0PGLR2FOPV8YF' where id=2; -update noar tt set b1='4D2LGR9Y' where id=2; -update noar ti set b1='4D2LGR9Y' where id=2; -update noar tt set b2='U7OYN1T7OI2895OSPWD' where id=2; -update noar ti set b2='U7OYN1T7OI2895OSPWD' where id=2; -update noar tt set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3; -update noar ti set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3; -update noar tt set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3; -update noar ti set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3; -update noar tt set b2='PCEJ7C' where id=3; -update noar ti set b2='PCEJ7C' where id=3; -update noar tt set b0='0ZCFY1TD0' where id=4; -update noar ti set b0='0ZCFY1TD0' where id=4; -update noar tt set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4; -update noar ti set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4; -update noar tt set b2='8L6RY6LDAOPWA' where id=4; -update noar ti set b2='8L6RY6LDAOPWA' where id=4; -update noar tt set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5; -update noar ti set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5; -update noar tt set b1='OLX5GHAATYOGGTF0PE2' where id=5; -update noar ti set b1='OLX5GHAATYOGGTF0PE2' where id=5; -update noar tt set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5; -update noar ti set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5; -update noar tt set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6; -update noar ti set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6; -update noar tt set b1='3W70ZQE2YSU' where id=6; -update noar ti set b1='3W70ZQE2YSU' where id=6; -update noar tt set b2='4' where id=6; -update noar ti set b2='4' where id=6; -update noar tt set b0='F93UERCGUA5H31QTL' where id=7; -update noar ti set b0='F93UERCGUA5H31QTL' where id=7; -update noar tt set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7; -update noar ti set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7; -update noar tt set b2='4OLM1P4' where id=7; -update noar ti set b2='4OLM1P4' where id=7; -update noar tt set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8; -update noar ti set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8; -update noar tt set b1='F84QH8AIP9Y83THER' where id=8; -update noar ti set b1='F84QH8AIP9Y83THER' where id=8; -update noar tt set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8; -update noar ti set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8; -update noar tt set b0='A6F58NLMH1' where id=9; -update noar ti set b0='A6F58NLMH1' where id=9; -update noar tt set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9; -update noar ti set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9; -update noar tt set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9; -update noar ti set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1; -update noar ti set b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1; -update noar tt set b1='3C396EJJX7P' where id=1; -update noar ti set b1='3C396EJJX7P' where id=1; -update noar tt set b2='78AI3H1XRXU4' where id=1; -update noar ti set b2='78AI3H1XRXU4' where id=1; -update noar tt set b0='7QA9XB7YAEA05MCW144SI' where id=2; -update noar ti set b0='7QA9XB7YAEA05MCW144SI' where id=2; -update noar tt set b1='5OJIX' where id=2; -update noar ti set b1='5OJIX' where id=2; -update noar tt set b2='9RW4R36P4ASMH3S' where id=2; -update noar ti set b2='9RW4R36P4ASMH3S' where id=2; -update noar tt set b0='9' where id=3; -update noar ti set b0='9' where id=3; -update noar tt set b1='M0IC' where id=3; -update noar ti set b1='M0IC' where id=3; -update noar tt set b2='2SHOH1OK9' where id=3; -update noar ti set b2='2SHOH1OK9' where id=3; -update noar tt set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4; -update noar ti set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4; -update noar tt set b1='9US7U8O3RXETUBRH4W' where id=4; -update noar ti set b1='9US7U8O3RXETUBRH4W' where id=4; -update noar tt set b2='OJXDY' where id=4; -update noar ti set b2='OJXDY' where id=4; -update noar tt set b0='N' where id=5; -update noar ti set b0='N' where id=5; -update noar tt set b1='M7N7HKM5T05ZIUCV9BER' where id=5; -update noar ti set b1='M7N7HKM5T05ZIUCV9BER' where id=5; -update noar tt set b2='53' where id=5; -update noar ti set b2='53' where id=5; -update noar tt set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6; -update noar ti set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6; -update noar tt set b1='27XQXUH7BQNE' where id=6; -update noar ti set b1='27XQXUH7BQNE' where id=6; -update noar tt set b2='1' where id=6; -update noar ti set b2='1' where id=6; -update noar tt set b0='NLML8' where id=7; -update noar ti set b0='NLML8' where id=7; -update noar tt set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7; -update noar ti set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7; -update noar tt set b2='TEWE7JN90' where id=7; -update noar ti set b2='TEWE7JN90' where id=7; -update noar tt set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8; -update noar ti set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8; -update noar tt set b1='QK' where id=8; -update noar ti set b1='QK' where id=8; -update noar tt set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8; -update noar ti set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8; -update noar tt set b0='YQ245XZBQLDXKCR' where id=9; -update noar ti set b0='YQ245XZBQLDXKCR' where id=9; -update noar tt set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9; -update noar ti set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9; -update noar tt set b2='OW6OAAE6YJMQ9QID' where id=9; -update noar ti set b2='OW6OAAE6YJMQ9QID' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3FYCUHVXJUWWR' where id=1; -update noar ti set b0='3FYCUHVXJUWWR' where id=1; -update noar tt set b1='OLSES8XDHIV' where id=1; -update noar ti set b1='OLSES8XDHIV' where id=1; -update noar tt set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1; -update noar ti set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1; -update noar tt set b0='A1SON62ULFVY1P' where id=2; -update noar ti set b0='A1SON62ULFVY1P' where id=2; -update noar tt set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2; -update noar ti set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2; -update noar tt set b2='0B' where id=2; -update noar ti set b2='0B' where id=2; -update noar tt set b0='5M996XG24LKZAC4L90IUW9' where id=3; -update noar ti set b0='5M996XG24LKZAC4L90IUW9' where id=3; -update noar tt set b1='QRJX14P243BP5E9WIAC' where id=3; -update noar ti set b1='QRJX14P243BP5E9WIAC' where id=3; -update noar tt set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3; -update noar ti set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3; -update noar tt set b0='Q8QFM1L5UOL36CL' where id=4; -update noar ti set b0='Q8QFM1L5UOL36CL' where id=4; -update noar tt set b1='SU6ADSJIBUKCP72OO44YJ' where id=4; -update noar ti set b1='SU6ADSJIBUKCP72OO44YJ' where id=4; -update noar tt set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4; -update noar ti set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4; -update noar tt set b0='OLQ2KW8KPS8X' where id=5; -update noar ti set b0='OLQ2KW8KPS8X' where id=5; -update noar tt set b1='LJPWC23XJT667T09MOI96' where id=5; -update noar ti set b1='LJPWC23XJT667T09MOI96' where id=5; -update noar tt set b2='FUU3MAMEX1QB9SBEO' where id=5; -update noar ti set b2='FUU3MAMEX1QB9SBEO' where id=5; -update noar tt set b0='84' where id=6; -update noar ti set b0='84' where id=6; -update noar tt set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6; -update noar ti set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6; -update noar tt set b2='TY7RHZI1PEJIP5D4S' where id=6; -update noar ti set b2='TY7RHZI1PEJIP5D4S' where id=6; -update noar tt set b0='BG6MCPR' where id=7; -update noar ti set b0='BG6MCPR' where id=7; -update noar tt set b1='GURK96DSFMDT5CR' where id=7; -update noar ti set b1='GURK96DSFMDT5CR' where id=7; -update noar tt set b2='M3D4NOFLZK3XF8' where id=7; -update noar ti set b2='M3D4NOFLZK3XF8' where id=7; -update noar tt set b0='6RGFQ9C5PC' where id=8; -update noar ti set b0='6RGFQ9C5PC' where id=8; -update noar tt set b1='TCC0934YN3IWLMSUB3' where id=8; -update noar ti set b1='TCC0934YN3IWLMSUB3' where id=8; -update noar tt set b2='AQ3' where id=8; -update noar ti set b2='AQ3' where id=8; -update noar tt set b0='PEM68STZNX358JKECE712MM' where id=9; -update noar ti set b0='PEM68STZNX358JKECE712MM' where id=9; -update noar tt set b1='IXNHU' where id=9; -update noar ti set b1='IXNHU' where id=9; -update noar tt set b2='EV6BAVDVJGXC8TN5XMG' where id=9; -update noar ti set b2='EV6BAVDVJGXC8TN5XMG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SH93XMF3AHVZ4S' where id=1; -update noar ti set b0='SH93XMF3AHVZ4S' where id=1; -update noar tt set b1='7IU3NH' where id=1; -update noar ti set b1='7IU3NH' where id=1; -update noar tt set b2='9PHIRPDK2' where id=1; -update noar ti set b2='9PHIRPDK2' where id=1; -update noar tt set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2; -update noar ti set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2; -update noar tt set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2; -update noar ti set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2; -update noar tt set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2; -update noar ti set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2; -update noar tt set b0='3H23IVIK467' where id=3; -update noar ti set b0='3H23IVIK467' where id=3; -update noar tt set b1='S5P8VXGG5MPIAP' where id=3; -update noar ti set b1='S5P8VXGG5MPIAP' where id=3; -update noar tt set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3; -update noar ti set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3; -update noar tt set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4; -update noar ti set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4; -update noar tt set b1='LGHOP7DNLW274' where id=4; -update noar ti set b1='LGHOP7DNLW274' where id=4; -update noar tt set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4; -update noar ti set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4; -update noar tt set b0='EPOP' where id=5; -update noar ti set b0='EPOP' where id=5; -update noar tt set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5; -update noar ti set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5; -update noar tt set b2='L0S8WT13TWB' where id=5; -update noar ti set b2='L0S8WT13TWB' where id=5; -update noar tt set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6; -update noar ti set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6; -update noar tt set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6; -update noar ti set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6; -update noar tt set b2='YAUH1BUM' where id=6; -update noar ti set b2='YAUH1BUM' where id=6; -update noar tt set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7; -update noar ti set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7; -update noar tt set b1='GOA0QNQF2M4' where id=7; -update noar ti set b1='GOA0QNQF2M4' where id=7; -update noar tt set b2='KJU92DVMH5' where id=7; -update noar ti set b2='KJU92DVMH5' where id=7; -update noar tt set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8; -update noar ti set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8; -update noar tt set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8; -update noar ti set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8; -update noar tt set b2='TN' where id=8; -update noar ti set b2='TN' where id=8; -update noar tt set b0='LSHJ5C0ZL' where id=9; -update noar ti set b0='LSHJ5C0ZL' where id=9; -update noar tt set b1='7SQA3937P0D8JU9V' where id=9; -update noar ti set b1='7SQA3937P0D8JU9V' where id=9; -update noar tt set b2='VKNSLMEA7' where id=9; -update noar ti set b2='VKNSLMEA7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OK7AIIPW4IDXD1SD' where id=1; -update noar ti set b0='OK7AIIPW4IDXD1SD' where id=1; -update noar tt set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1; -update noar ti set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1; -update noar tt set b2='PKHPS' where id=1; -update noar ti set b2='PKHPS' where id=1; -update noar tt set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2; -update noar ti set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2; -update noar tt set b1='54KMF19CSD9K85686IE6F' where id=2; -update noar ti set b1='54KMF19CSD9K85686IE6F' where id=2; -update noar tt set b2='Z604T31AA' where id=2; -update noar ti set b2='Z604T31AA' where id=2; -update noar tt set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3; -update noar ti set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3; -update noar tt set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3; -update noar ti set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3; -update noar tt set b2='9' where id=3; -update noar ti set b2='9' where id=3; -update noar tt set b0='YE6NHHUSRJPXSX' where id=4; -update noar ti set b0='YE6NHHUSRJPXSX' where id=4; -update noar tt set b1='BO6YJZVDZGI8NXT0G' where id=4; -update noar ti set b1='BO6YJZVDZGI8NXT0G' where id=4; -update noar tt set b2='7Z' where id=4; -update noar ti set b2='7Z' where id=4; -update noar tt set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5; -update noar ti set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5; -update noar tt set b1='8DYMBLB' where id=5; -update noar ti set b1='8DYMBLB' where id=5; -update noar tt set b2='FR76TS6RN' where id=5; -update noar ti set b2='FR76TS6RN' where id=5; -update noar tt set b0='XM9L24AZEQNS9U6H' where id=6; -update noar ti set b0='XM9L24AZEQNS9U6H' where id=6; -update noar tt set b1='WT' where id=6; -update noar ti set b1='WT' where id=6; -update noar tt set b2='ZI' where id=6; -update noar ti set b2='ZI' where id=6; -update noar tt set b0='ONF0G' where id=7; -update noar ti set b0='ONF0G' where id=7; -update noar tt set b1='0G0G8QIEQ' where id=7; -update noar ti set b1='0G0G8QIEQ' where id=7; -update noar tt set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7; -update noar ti set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7; -update noar tt set b0='LYMRU' where id=8; -update noar ti set b0='LYMRU' where id=8; -update noar tt set b1='KT4J557BTJVDLMO1E7P' where id=8; -update noar ti set b1='KT4J557BTJVDLMO1E7P' where id=8; -update noar tt set b2='CTJ6JJB05GO' where id=8; -update noar ti set b2='CTJ6JJB05GO' where id=8; -update noar tt set b0='HQV4GGXN4BML' where id=9; -update noar ti set b0='HQV4GGXN4BML' where id=9; -update noar tt set b1='B98RQD4K' where id=9; -update noar ti set b1='B98RQD4K' where id=9; -update noar tt set b2='A4KVWSW2BCEDPL3DJ95' where id=9; -update noar ti set b2='A4KVWSW2BCEDPL3DJ95' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QRJR3AY1WUSN' where id=1; -update noar ti set b0='QRJR3AY1WUSN' where id=1; -update noar tt set b1='YYB7SZSQ8E06W' where id=1; -update noar ti set b1='YYB7SZSQ8E06W' where id=1; -update noar tt set b2='O' where id=1; -update noar ti set b2='O' where id=1; -update noar tt set b0='GN441L3IV50M4DPFX2' where id=2; -update noar ti set b0='GN441L3IV50M4DPFX2' where id=2; -update noar tt set b1='QZA8UWIM1PW750X8FW' where id=2; -update noar ti set b1='QZA8UWIM1PW750X8FW' where id=2; -update noar tt set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2; -update noar ti set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2; -update noar tt set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3; -update noar ti set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3; -update noar tt set b1='L5' where id=3; -update noar ti set b1='L5' where id=3; -update noar tt set b2='PDGK50QTEHWYYKN68X78YQ' where id=3; -update noar ti set b2='PDGK50QTEHWYYKN68X78YQ' where id=3; -update noar tt set b0='HLCPXHF' where id=4; -update noar ti set b0='HLCPXHF' where id=4; -update noar tt set b1='HS17C8BFK9CSYKJ5KYR' where id=4; -update noar ti set b1='HS17C8BFK9CSYKJ5KYR' where id=4; -update noar tt set b2='YPPEDN0YAO4SB2' where id=4; -update noar ti set b2='YPPEDN0YAO4SB2' where id=4; -update noar tt set b0='2UGGI' where id=5; -update noar ti set b0='2UGGI' where id=5; -update noar tt set b1='7F4UBQ' where id=5; -update noar ti set b1='7F4UBQ' where id=5; -update noar tt set b2='3R' where id=5; -update noar ti set b2='3R' where id=5; -update noar tt set b0='KP2W7G86NB3QDVVXO' where id=6; -update noar ti set b0='KP2W7G86NB3QDVVXO' where id=6; -update noar tt set b1='AXZ9VG63F' where id=6; -update noar ti set b1='AXZ9VG63F' where id=6; -update noar tt set b2='04SEY1G66F73U0Z' where id=6; -update noar ti set b2='04SEY1G66F73U0Z' where id=6; -update noar tt set b0='2K56ILPAM9IB' where id=7; -update noar ti set b0='2K56ILPAM9IB' where id=7; -update noar tt set b1='ZECBKQNED5XGPBJETYT6IU' where id=7; -update noar ti set b1='ZECBKQNED5XGPBJETYT6IU' where id=7; -update noar tt set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7; -update noar ti set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7; -update noar tt set b0='D31RONWAQF995FZ5L' where id=8; -update noar ti set b0='D31RONWAQF995FZ5L' where id=8; -update noar tt set b1='XBSL1F8PXC2RX2Z0U9' where id=8; -update noar ti set b1='XBSL1F8PXC2RX2Z0U9' where id=8; -update noar tt set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8; -update noar ti set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8; -update noar tt set b0='0K9' where id=9; -update noar ti set b0='0K9' where id=9; -update noar tt set b1='QRR36PG66K4G8HLBCC14B62' where id=9; -update noar ti set b1='QRR36PG66K4G8HLBCC14B62' where id=9; -update noar tt set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9; -update noar ti set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='V4EXPNC4DXHNG' where id=1; -update noar ti set b0='V4EXPNC4DXHNG' where id=1; -update noar tt set b1='SVZ5L6R' where id=1; -update noar ti set b1='SVZ5L6R' where id=1; -update noar tt set b2='77UESANOA857QU' where id=1; -update noar ti set b2='77UESANOA857QU' where id=1; -update noar tt set b0='0R5' where id=2; -update noar ti set b0='0R5' where id=2; -update noar tt set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2; -update noar ti set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2; -update noar tt set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2; -update noar ti set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2; -update noar tt set b0='U6BQMY1WGUB4S' where id=3; -update noar ti set b0='U6BQMY1WGUB4S' where id=3; -update noar tt set b1='64S7596QB0D0XEML' where id=3; -update noar ti set b1='64S7596QB0D0XEML' where id=3; -update noar tt set b2='BQ5F' where id=3; -update noar ti set b2='BQ5F' where id=3; -update noar tt set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4; -update noar ti set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4; -update noar tt set b1='J0HWO627U6P8HMRESVK6' where id=4; -update noar ti set b1='J0HWO627U6P8HMRESVK6' where id=4; -update noar tt set b2='O0ENHDV' where id=4; -update noar ti set b2='O0ENHDV' where id=4; -update noar tt set b0='C893AUEKROVS5' where id=5; -update noar ti set b0='C893AUEKROVS5' where id=5; -update noar tt set b1='6NR' where id=5; -update noar ti set b1='6NR' where id=5; -update noar tt set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5; -update noar ti set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5; -update noar tt set b0='KE1TGBH7FLN3QT7PWW' where id=6; -update noar ti set b0='KE1TGBH7FLN3QT7PWW' where id=6; -update noar tt set b1='64MWOKJI7' where id=6; -update noar ti set b1='64MWOKJI7' where id=6; -update noar tt set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6; -update noar ti set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6; -update noar tt set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7; -update noar ti set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7; -update noar tt set b1='78RKVS7SYP98EC4UI01' where id=7; -update noar ti set b1='78RKVS7SYP98EC4UI01' where id=7; -update noar tt set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7; -update noar ti set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7; -update noar tt set b0='017JE1G' where id=8; -update noar ti set b0='017JE1G' where id=8; -update noar tt set b1='60S' where id=8; -update noar ti set b1='60S' where id=8; -update noar tt set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8; -update noar ti set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8; -update noar tt set b0='0GAV03D' where id=9; -update noar ti set b0='0GAV03D' where id=9; -update noar tt set b1='WEA46YHICT9JRIJL' where id=9; -update noar ti set b1='WEA46YHICT9JRIJL' where id=9; -update noar tt set b2='3LRQ4CJIQIR7NHV' where id=9; -update noar ti set b2='3LRQ4CJIQIR7NHV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1; -update noar ti set b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1; -update noar tt set b1='JIBD' where id=1; -update noar ti set b1='JIBD' where id=1; -update noar tt set b2='USWPA1J2AM9YOJHS65S' where id=1; -update noar ti set b2='USWPA1J2AM9YOJHS65S' where id=1; -update noar tt set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2; -update noar ti set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2; -update noar tt set b1='KA' where id=2; -update noar ti set b1='KA' where id=2; -update noar tt set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2; -update noar ti set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2; -update noar tt set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3; -update noar ti set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3; -update noar tt set b1='VJ' where id=3; -update noar ti set b1='VJ' where id=3; -update noar tt set b2='7P9P6E9B98VKB' where id=3; -update noar ti set b2='7P9P6E9B98VKB' where id=3; -update noar tt set b0='13' where id=4; -update noar ti set b0='13' where id=4; -update noar tt set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4; -update noar ti set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4; -update noar tt set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4; -update noar ti set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4; -update noar tt set b0='HH7GW75U' where id=5; -update noar ti set b0='HH7GW75U' where id=5; -update noar tt set b1='CLBXJJL209T9T1LE2UNZA' where id=5; -update noar ti set b1='CLBXJJL209T9T1LE2UNZA' where id=5; -update noar tt set b2='TIAVVOU3' where id=5; -update noar ti set b2='TIAVVOU3' where id=5; -update noar tt set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6; -update noar ti set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6; -update noar tt set b1='QA' where id=6; -update noar ti set b1='QA' where id=6; -update noar tt set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6; -update noar ti set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6; -update noar tt set b0='9FK5ZZV' where id=7; -update noar ti set b0='9FK5ZZV' where id=7; -update noar tt set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7; -update noar ti set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7; -update noar tt set b2='9C4C2R89T' where id=7; -update noar ti set b2='9C4C2R89T' where id=7; -update noar tt set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8; -update noar ti set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8; -update noar tt set b1='B9T7EZRIPV7SDL54BGW8M' where id=8; -update noar ti set b1='B9T7EZRIPV7SDL54BGW8M' where id=8; -update noar tt set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8; -update noar ti set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8; -update noar tt set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9; -update noar ti set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9; -update noar tt set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9; -update noar ti set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9; -update noar tt set b2='QHLK2DOD9AQQ0C' where id=9; -update noar ti set b2='QHLK2DOD9AQQ0C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 longblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TPJ3V1L' where id=1; -update noar ti set b0='TPJ3V1L' where id=1; -update noar tt set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1; -update noar ti set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1; -update noar tt set b2='HUF' where id=1; -update noar ti set b2='HUF' where id=1; -update noar tt set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2; -update noar ti set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2; -update noar tt set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2; -update noar ti set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2; -update noar tt set b2='FMQXSFXA4IH54Y' where id=2; -update noar ti set b2='FMQXSFXA4IH54Y' where id=2; -update noar tt set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3; -update noar ti set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3; -update noar tt set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3; -update noar ti set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3; -update noar tt set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3; -update noar ti set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3; -update noar tt set b0='5ZSOS8M4RL1XWQ8HY' where id=4; -update noar ti set b0='5ZSOS8M4RL1XWQ8HY' where id=4; -update noar tt set b1='X5Z5' where id=4; -update noar ti set b1='X5Z5' where id=4; -update noar tt set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4; -update noar ti set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4; -update noar tt set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5; -update noar ti set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5; -update noar tt set b1='X6ITDE7ABH53PF' where id=5; -update noar ti set b1='X6ITDE7ABH53PF' where id=5; -update noar tt set b2='W' where id=5; -update noar ti set b2='W' where id=5; -update noar tt set b0='CEG3XGBX6RQ7B1FENR3' where id=6; -update noar ti set b0='CEG3XGBX6RQ7B1FENR3' where id=6; -update noar tt set b1='CO4D27' where id=6; -update noar ti set b1='CO4D27' where id=6; -update noar tt set b2='DOIM41UC9' where id=6; -update noar ti set b2='DOIM41UC9' where id=6; -update noar tt set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7; -update noar ti set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7; -update noar tt set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7; -update noar ti set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7; -update noar tt set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7; -update noar ti set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7; -update noar tt set b0='QBL41UGAVZR93301XC' where id=8; -update noar ti set b0='QBL41UGAVZR93301XC' where id=8; -update noar tt set b1='LDHXR' where id=8; -update noar ti set b1='LDHXR' where id=8; -update noar tt set b2='N2QE8D3GV' where id=8; -update noar ti set b2='N2QE8D3GV' where id=8; -update noar tt set b0='9R10GK0V2OS1P0R' where id=9; -update noar ti set b0='9R10GK0V2OS1P0R' where id=9; -update noar tt set b1='MWZRTKITWAU26FG' where id=9; -update noar ti set b1='MWZRTKITWAU26FG' where id=9; -update noar tt set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9; -update noar ti set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 longblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SY45AWJB48MZHC43VI5DW' where id=1; -update noar ti set b0='SY45AWJB48MZHC43VI5DW' where id=1; -update noar tt set b1='96H' where id=1; -update noar ti set b1='96H' where id=1; -update noar tt set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1; -update noar ti set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1; -update noar tt set b0='C0O19W54H7X2EO0PJCIKC7' where id=2; -update noar ti set b0='C0O19W54H7X2EO0PJCIKC7' where id=2; -update noar tt set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2; -update noar ti set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2; -update noar tt set b2='WHY8VQENSVNTT3QEBSP' where id=2; -update noar ti set b2='WHY8VQENSVNTT3QEBSP' where id=2; -update noar tt set b0='TJ1O' where id=3; -update noar ti set b0='TJ1O' where id=3; -update noar tt set b1='4W0PA0WW' where id=3; -update noar ti set b1='4W0PA0WW' where id=3; -update noar tt set b2='S' where id=3; -update noar ti set b2='S' where id=3; -update noar tt set b0='PA0HGG5DVJC' where id=4; -update noar ti set b0='PA0HGG5DVJC' where id=4; -update noar tt set b1='VJH47XXPJ2O44R' where id=4; -update noar ti set b1='VJH47XXPJ2O44R' where id=4; -update noar tt set b2='5WON0SLKQORMLW327OP0I5YE' where id=4; -update noar ti set b2='5WON0SLKQORMLW327OP0I5YE' where id=4; -update noar tt set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5; -update noar ti set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5; -update noar tt set b1='0W6L6LE' where id=5; -update noar ti set b1='0W6L6LE' where id=5; -update noar tt set b2='PJCQRB7UFFS2RJEL' where id=5; -update noar ti set b2='PJCQRB7UFFS2RJEL' where id=5; -update noar tt set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6; -update noar ti set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6; -update noar tt set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6; -update noar ti set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6; -update noar tt set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6; -update noar ti set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6; -update noar tt set b0='TMAQ9ZOG4XPOGRZ' where id=7; -update noar ti set b0='TMAQ9ZOG4XPOGRZ' where id=7; -update noar tt set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7; -update noar ti set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7; -update noar tt set b2='PID8CVM27K9RJ1UB' where id=7; -update noar ti set b2='PID8CVM27K9RJ1UB' where id=7; -update noar tt set b0='PHFJ0NU50ZKFNXO' where id=8; -update noar ti set b0='PHFJ0NU50ZKFNXO' where id=8; -update noar tt set b1='WPBV4VCJ6U7MT8E' where id=8; -update noar ti set b1='WPBV4VCJ6U7MT8E' where id=8; -update noar tt set b2='R' where id=8; -update noar ti set b2='R' where id=8; -update noar tt set b0='958GJCAH96O' where id=9; -update noar ti set b0='958GJCAH96O' where id=9; -update noar tt set b1='AIUQ5E7L5BC53HLU3VB1' where id=9; -update noar ti set b1='AIUQ5E7L5BC53HLU3VB1' where id=9; -update noar tt set b2='VBEYW2GGA5C' where id=9; -update noar ti set b2='VBEYW2GGA5C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 text null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XACHNX1V8L2VN8CILGTLWM' where id=1; -update noar ti set b0='XACHNX1V8L2VN8CILGTLWM' where id=1; -update noar tt set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1; -update noar ti set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1; -update noar tt set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1; -update noar ti set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1; -update noar tt set b0='1CL0J9L' where id=2; -update noar ti set b0='1CL0J9L' where id=2; -update noar tt set b1='26AIX' where id=2; -update noar ti set b1='26AIX' where id=2; -update noar tt set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2; -update noar ti set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2; -update noar tt set b0='6ZAEY1SYBUQL9' where id=3; -update noar ti set b0='6ZAEY1SYBUQL9' where id=3; -update noar tt set b1='IVQ4JSP77Y7UULE9A1A' where id=3; -update noar ti set b1='IVQ4JSP77Y7UULE9A1A' where id=3; -update noar tt set b2='C' where id=3; -update noar ti set b2='C' where id=3; -update noar tt set b0='YACCA1YGYGN' where id=4; -update noar ti set b0='YACCA1YGYGN' where id=4; -update noar tt set b1='TXP' where id=4; -update noar ti set b1='TXP' where id=4; -update noar tt set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4; -update noar ti set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4; -update noar tt set b0='EEQTPLLTY9BL617N' where id=5; -update noar ti set b0='EEQTPLLTY9BL617N' where id=5; -update noar tt set b1='NLBYP5VR2UQV' where id=5; -update noar ti set b1='NLBYP5VR2UQV' where id=5; -update noar tt set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5; -update noar ti set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5; -update noar tt set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6; -update noar ti set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6; -update noar tt set b1='MYB0RH25CM5Q' where id=6; -update noar ti set b1='MYB0RH25CM5Q' where id=6; -update noar tt set b2='K' where id=6; -update noar ti set b2='K' where id=6; -update noar tt set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7; -update noar ti set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7; -update noar tt set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7; -update noar ti set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7; -update noar tt set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7; -update noar ti set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7; -update noar tt set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8; -update noar ti set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8; -update noar tt set b1='FLHNNI472K' where id=8; -update noar ti set b1='FLHNNI472K' where id=8; -update noar tt set b2='Z7PR1N6R5A7CXK' where id=8; -update noar ti set b2='Z7PR1N6R5A7CXK' where id=8; -update noar tt set b0='FVEOP338T7' where id=9; -update noar ti set b0='FVEOP338T7' where id=9; -update noar tt set b1='KY0LPIV' where id=9; -update noar ti set b1='KY0LPIV' where id=9; -update noar tt set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9; -update noar ti set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 text not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4ZTREP' where id=1; -update noar ti set b0='4ZTREP' where id=1; -update noar tt set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1; -update noar ti set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1; -update noar tt set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1; -update noar ti set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1; -update noar tt set b0='2PLFJJ82CMFP42NE5018RC65' where id=2; -update noar ti set b0='2PLFJJ82CMFP42NE5018RC65' where id=2; -update noar tt set b1='8282NR6B' where id=2; -update noar ti set b1='8282NR6B' where id=2; -update noar tt set b2='4XGVY3J' where id=2; -update noar ti set b2='4XGVY3J' where id=2; -update noar tt set b0='29VMTNQG642ZYUT8PJWECJS' where id=3; -update noar ti set b0='29VMTNQG642ZYUT8PJWECJS' where id=3; -update noar tt set b1='JZW2D' where id=3; -update noar ti set b1='JZW2D' where id=3; -update noar tt set b2='BR1MP4ZC90V46MDG' where id=3; -update noar ti set b2='BR1MP4ZC90V46MDG' where id=3; -update noar tt set b0='NMS9QB' where id=4; -update noar ti set b0='NMS9QB' where id=4; -update noar tt set b1='3A26DG0S2XHI' where id=4; -update noar ti set b1='3A26DG0S2XHI' where id=4; -update noar tt set b2='QPJIUG' where id=4; -update noar ti set b2='QPJIUG' where id=4; -update noar tt set b0='O2OPXB1YLKS4PWF4' where id=5; -update noar ti set b0='O2OPXB1YLKS4PWF4' where id=5; -update noar tt set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5; -update noar ti set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5; -update noar tt set b2='RW2Y42NS7VZZ' where id=5; -update noar ti set b2='RW2Y42NS7VZZ' where id=5; -update noar tt set b0='JIU7D6LO5RA' where id=6; -update noar ti set b0='JIU7D6LO5RA' where id=6; -update noar tt set b1='RHLROSF28RI' where id=6; -update noar ti set b1='RHLROSF28RI' where id=6; -update noar tt set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6; -update noar ti set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6; -update noar tt set b0='N3J5GB7JGOT' where id=7; -update noar ti set b0='N3J5GB7JGOT' where id=7; -update noar tt set b1='74D0861LTF58RLG' where id=7; -update noar ti set b1='74D0861LTF58RLG' where id=7; -update noar tt set b2='OVU3UN' where id=7; -update noar ti set b2='OVU3UN' where id=7; -update noar tt set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8; -update noar ti set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8; -update noar tt set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8; -update noar ti set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8; -update noar tt set b2='RAGG7VXX7DZ40FALUEX' where id=8; -update noar ti set b2='RAGG7VXX7DZ40FALUEX' where id=8; -update noar tt set b0='NK' where id=9; -update noar ti set b0='NK' where id=9; -update noar tt set b1='ZGSZI1LMJ1BI82XFI6' where id=9; -update noar ti set b1='ZGSZI1LMJ1BI82XFI6' where id=9; -update noar tt set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9; -update noar ti set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 text null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J6UT4L0CV5TFE' where id=1; -update noar ti set b0='J6UT4L0CV5TFE' where id=1; -update noar tt set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1; -update noar ti set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1; -update noar tt set b2='B5PFGDG0FVSR' where id=1; -update noar ti set b2='B5PFGDG0FVSR' where id=1; -update noar tt set b0='ACILM35DA1RCEMX72QNYDS' where id=2; -update noar ti set b0='ACILM35DA1RCEMX72QNYDS' where id=2; -update noar tt set b1='UDL9EWXMJYR5' where id=2; -update noar ti set b1='UDL9EWXMJYR5' where id=2; -update noar tt set b2='O9ZMOIXEA' where id=2; -update noar ti set b2='O9ZMOIXEA' where id=2; -update noar tt set b0='45BESPEY2SBE' where id=3; -update noar ti set b0='45BESPEY2SBE' where id=3; -update noar tt set b1='O655ZSCFIE871GV4PT3FI' where id=3; -update noar ti set b1='O655ZSCFIE871GV4PT3FI' where id=3; -update noar tt set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3; -update noar ti set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3; -update noar tt set b0='NP' where id=4; -update noar ti set b0='NP' where id=4; -update noar tt set b1='U68SQCT' where id=4; -update noar ti set b1='U68SQCT' where id=4; -update noar tt set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4; -update noar ti set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4; -update noar tt set b0='J8EM359HBKQT0' where id=5; -update noar ti set b0='J8EM359HBKQT0' where id=5; -update noar tt set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5; -update noar ti set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5; -update noar tt set b2='H8JXMDJKJ84C28OAX' where id=5; -update noar ti set b2='H8JXMDJKJ84C28OAX' where id=5; -update noar tt set b0='X3YBKBN9J0' where id=6; -update noar ti set b0='X3YBKBN9J0' where id=6; -update noar tt set b1='9EN14YI0UBGRKRGZX1ET' where id=6; -update noar ti set b1='9EN14YI0UBGRKRGZX1ET' where id=6; -update noar tt set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6; -update noar ti set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6; -update noar tt set b0='4UU4G6MY8DTWZVASILHQ' where id=7; -update noar ti set b0='4UU4G6MY8DTWZVASILHQ' where id=7; -update noar tt set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7; -update noar ti set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7; -update noar tt set b2='BMER3TQ1A3FIH9O' where id=7; -update noar ti set b2='BMER3TQ1A3FIH9O' where id=7; -update noar tt set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8; -update noar ti set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8; -update noar tt set b1='VNA082E3LI9G' where id=8; -update noar ti set b1='VNA082E3LI9G' where id=8; -update noar tt set b2='91EDWQ87M' where id=8; -update noar ti set b2='91EDWQ87M' where id=8; -update noar tt set b0='RZ3YBHHYG5WWXOZJMIE' where id=9; -update noar ti set b0='RZ3YBHHYG5WWXOZJMIE' where id=9; -update noar tt set b1='XN8LKNMPI' where id=9; -update noar ti set b1='XN8LKNMPI' where id=9; -update noar tt set b2='5Z' where id=9; -update noar ti set b2='5Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 text not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1; -update noar ti set b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1; -update noar tt set b1='LDG5RVX8F' where id=1; -update noar ti set b1='LDG5RVX8F' where id=1; -update noar tt set b2='ZCR6M6394O' where id=1; -update noar ti set b2='ZCR6M6394O' where id=1; -update noar tt set b0='9ZSJM50B2Y3MFOUVKC' where id=2; -update noar ti set b0='9ZSJM50B2Y3MFOUVKC' where id=2; -update noar tt set b1='SCCEKNG6YF' where id=2; -update noar ti set b1='SCCEKNG6YF' where id=2; -update noar tt set b2='PKXDPVWGICX5LHIHZKRI' where id=2; -update noar ti set b2='PKXDPVWGICX5LHIHZKRI' where id=2; -update noar tt set b0='F98Q0DMX' where id=3; -update noar ti set b0='F98Q0DMX' where id=3; -update noar tt set b1='HSWFR62' where id=3; -update noar ti set b1='HSWFR62' where id=3; -update noar tt set b2='FOTDH' where id=3; -update noar ti set b2='FOTDH' where id=3; -update noar tt set b0='KCK' where id=4; -update noar ti set b0='KCK' where id=4; -update noar tt set b1='UQTU3ZCBGJX' where id=4; -update noar ti set b1='UQTU3ZCBGJX' where id=4; -update noar tt set b2='B37KUKFKMC3EET1IP6' where id=4; -update noar ti set b2='B37KUKFKMC3EET1IP6' where id=4; -update noar tt set b0='DBLPTXA' where id=5; -update noar ti set b0='DBLPTXA' where id=5; -update noar tt set b1='WW7SS8L91YKM' where id=5; -update noar ti set b1='WW7SS8L91YKM' where id=5; -update noar tt set b2='NA' where id=5; -update noar ti set b2='NA' where id=5; -update noar tt set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6; -update noar ti set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6; -update noar tt set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6; -update noar ti set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6; -update noar tt set b2='RXOJ5' where id=6; -update noar ti set b2='RXOJ5' where id=6; -update noar tt set b0='RDDNNT' where id=7; -update noar ti set b0='RDDNNT' where id=7; -update noar tt set b1='CGQK3MHL0A20NU' where id=7; -update noar ti set b1='CGQK3MHL0A20NU' where id=7; -update noar tt set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7; -update noar ti set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7; -update noar tt set b0='TDRVBP3' where id=8; -update noar ti set b0='TDRVBP3' where id=8; -update noar tt set b1='L4TJZ5AHCQKQ9YJ89M' where id=8; -update noar ti set b1='L4TJZ5AHCQKQ9YJ89M' where id=8; -update noar tt set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8; -update noar ti set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8; -update noar tt set b0='SS9YA7U3VCZSS34VJDDE' where id=9; -update noar ti set b0='SS9YA7U3VCZSS34VJDDE' where id=9; -update noar tt set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9; -update noar ti set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9; -update noar tt set b2='6FYOP' where id=9; -update noar ti set b2='6FYOP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 text null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1; -update noar ti set b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1; -update noar tt set b1='2OZH' where id=1; -update noar ti set b1='2OZH' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set b0='6FZANCNLQB5500WADDZAK' where id=2; -update noar ti set b0='6FZANCNLQB5500WADDZAK' where id=2; -update noar tt set b1='AQNIUDUTQIFS' where id=2; -update noar ti set b1='AQNIUDUTQIFS' where id=2; -update noar tt set b2='539MKB4ULIIPBQTQ9N' where id=2; -update noar ti set b2='539MKB4ULIIPBQTQ9N' where id=2; -update noar tt set b0='T9K4XVUEVWP' where id=3; -update noar ti set b0='T9K4XVUEVWP' where id=3; -update noar tt set b1='53UC17TUE2R' where id=3; -update noar ti set b1='53UC17TUE2R' where id=3; -update noar tt set b2='M9H86EJYS258IAST' where id=3; -update noar ti set b2='M9H86EJYS258IAST' where id=3; -update noar tt set b0='GRQEOSO0KL5T' where id=4; -update noar ti set b0='GRQEOSO0KL5T' where id=4; -update noar tt set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4; -update noar ti set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4; -update noar tt set b2='S71PWP7V0OPD0P6JW' where id=4; -update noar ti set b2='S71PWP7V0OPD0P6JW' where id=4; -update noar tt set b0='QA43317YFTZ8Z5YIISY' where id=5; -update noar ti set b0='QA43317YFTZ8Z5YIISY' where id=5; -update noar tt set b1='S0PDNFO517' where id=5; -update noar ti set b1='S0PDNFO517' where id=5; -update noar tt set b2='8RLSMA8BC8SXOMV7G' where id=5; -update noar ti set b2='8RLSMA8BC8SXOMV7G' where id=5; -update noar tt set b0='WA3MOZRQSM9TRED7L0H' where id=6; -update noar ti set b0='WA3MOZRQSM9TRED7L0H' where id=6; -update noar tt set b1='SQ9' where id=6; -update noar ti set b1='SQ9' where id=6; -update noar tt set b2='AI24SPUR5ELGV' where id=6; -update noar ti set b2='AI24SPUR5ELGV' where id=6; -update noar tt set b0='AK67' where id=7; -update noar ti set b0='AK67' where id=7; -update noar tt set b1='ZKN47H9X6KD6W' where id=7; -update noar ti set b1='ZKN47H9X6KD6W' where id=7; -update noar tt set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7; -update noar ti set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7; -update noar tt set b0='YGS9AS49D' where id=8; -update noar ti set b0='YGS9AS49D' where id=8; -update noar tt set b1='04G70' where id=8; -update noar ti set b1='04G70' where id=8; -update noar tt set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8; -update noar ti set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8; -update noar tt set b0='9Y59RWP' where id=9; -update noar ti set b0='9Y59RWP' where id=9; -update noar tt set b1='PO24Y3PXHMZ' where id=9; -update noar ti set b1='PO24Y3PXHMZ' where id=9; -update noar tt set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9; -update noar ti set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 text not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CB7DR' where id=1; -update noar ti set b0='CB7DR' where id=1; -update noar tt set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1; -update noar ti set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1; -update noar tt set b2='JDTM2D021NWIIN' where id=1; -update noar ti set b2='JDTM2D021NWIIN' where id=1; -update noar tt set b0='BITNE28A94O6QUP' where id=2; -update noar ti set b0='BITNE28A94O6QUP' where id=2; -update noar tt set b1='UMNQHNDV' where id=2; -update noar ti set b1='UMNQHNDV' where id=2; -update noar tt set b2='JERM91Z2E5LU9CC' where id=2; -update noar ti set b2='JERM91Z2E5LU9CC' where id=2; -update noar tt set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3; -update noar ti set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3; -update noar tt set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3; -update noar ti set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3; -update noar tt set b2='I7V5B0TF' where id=3; -update noar ti set b2='I7V5B0TF' where id=3; -update noar tt set b0='GSHODRIHOYZRWESEQD6B0L' where id=4; -update noar ti set b0='GSHODRIHOYZRWESEQD6B0L' where id=4; -update noar tt set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4; -update noar ti set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4; -update noar tt set b2='2NBA9A86IJO6L' where id=4; -update noar ti set b2='2NBA9A86IJO6L' where id=4; -update noar tt set b0='3TDU4' where id=5; -update noar ti set b0='3TDU4' where id=5; -update noar tt set b1='CMCUYBXLGZUX2KZ0' where id=5; -update noar ti set b1='CMCUYBXLGZUX2KZ0' where id=5; -update noar tt set b2='4O4M2' where id=5; -update noar ti set b2='4O4M2' where id=5; -update noar tt set b0='WUVU8KP4WO' where id=6; -update noar ti set b0='WUVU8KP4WO' where id=6; -update noar tt set b1='NCCSZ' where id=6; -update noar ti set b1='NCCSZ' where id=6; -update noar tt set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6; -update noar ti set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6; -update noar tt set b0='GUX' where id=7; -update noar ti set b0='GUX' where id=7; -update noar tt set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7; -update noar ti set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7; -update noar tt set b2='KK7IRA9L20NW9R9ZGXP5' where id=7; -update noar ti set b2='KK7IRA9L20NW9R9ZGXP5' where id=7; -update noar tt set b0='GSI2IM6JPB2L' where id=8; -update noar ti set b0='GSI2IM6JPB2L' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8; -update noar ti set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8; -update noar tt set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9; -update noar ti set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9; -update noar tt set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9; -update noar ti set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9; -update noar tt set b2='AVIL6S41XDR' where id=9; -update noar ti set b2='AVIL6S41XDR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 text null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1; -update noar ti set b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1; -update noar tt set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1; -update noar ti set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1; -update noar tt set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1; -update noar ti set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1; -update noar tt set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2; -update noar ti set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2; -update noar tt set b1='YLDR7E378DNE' where id=2; -update noar ti set b1='YLDR7E378DNE' where id=2; -update noar tt set b2='NJJVF17WBMUWCSYY82F0' where id=2; -update noar ti set b2='NJJVF17WBMUWCSYY82F0' where id=2; -update noar tt set b0='3FQEA5CICF' where id=3; -update noar ti set b0='3FQEA5CICF' where id=3; -update noar tt set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3; -update noar ti set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3; -update noar tt set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3; -update noar ti set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3; -update noar tt set b0='ACZNH5S' where id=4; -update noar ti set b0='ACZNH5S' where id=4; -update noar tt set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4; -update noar ti set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4; -update noar tt set b2='1QVH7ZG3DBS8CYBKJH4' where id=4; -update noar ti set b2='1QVH7ZG3DBS8CYBKJH4' where id=4; -update noar tt set b0='SL2JPIFL9KJH9Y0ZNA' where id=5; -update noar ti set b0='SL2JPIFL9KJH9Y0ZNA' where id=5; -update noar tt set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5; -update noar ti set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5; -update noar tt set b2='F' where id=5; -update noar ti set b2='F' where id=5; -update noar tt set b0='ML4FYQJY' where id=6; -update noar ti set b0='ML4FYQJY' where id=6; -update noar tt set b1='J5A25CVP62XE15ZNWTDL' where id=6; -update noar ti set b1='J5A25CVP62XE15ZNWTDL' where id=6; -update noar tt set b2='AJ97L5X' where id=6; -update noar ti set b2='AJ97L5X' where id=6; -update noar tt set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7; -update noar ti set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7; -update noar tt set b1='RPP' where id=7; -update noar ti set b1='RPP' where id=7; -update noar tt set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7; -update noar ti set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7; -update noar tt set b0='X' where id=8; -update noar ti set b0='X' where id=8; -update noar tt set b1='O0X6BSPSO126CGGS2BG3KL' where id=8; -update noar ti set b1='O0X6BSPSO126CGGS2BG3KL' where id=8; -update noar tt set b2='JBJ0451' where id=8; -update noar ti set b2='JBJ0451' where id=8; -update noar tt set b0='F34MEXGXKFBM2UT' where id=9; -update noar ti set b0='F34MEXGXKFBM2UT' where id=9; -update noar tt set b1='BSRWZP0Z' where id=9; -update noar ti set b1='BSRWZP0Z' where id=9; -update noar tt set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9; -update noar ti set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 text not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7JBUS90CC54ZP' where id=1; -update noar ti set b0='7JBUS90CC54ZP' where id=1; -update noar tt set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1; -update noar ti set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1; -update noar tt set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1; -update noar ti set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1; -update noar tt set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2; -update noar ti set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2; -update noar tt set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2; -update noar ti set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2; -update noar tt set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2; -update noar ti set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2; -update noar tt set b0='LDNC3KFAGW5I' where id=3; -update noar ti set b0='LDNC3KFAGW5I' where id=3; -update noar tt set b1='MUYKZMYSE05JY16RL9RPL' where id=3; -update noar ti set b1='MUYKZMYSE05JY16RL9RPL' where id=3; -update noar tt set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3; -update noar ti set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3; -update noar tt set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4; -update noar ti set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4; -update noar tt set b1='LJBIHLQ535ZNG1EK7BT' where id=4; -update noar ti set b1='LJBIHLQ535ZNG1EK7BT' where id=4; -update noar tt set b2='9N646DR7QUUOC' where id=4; -update noar ti set b2='9N646DR7QUUOC' where id=4; -update noar tt set b0='430HB1DAVS6CF' where id=5; -update noar ti set b0='430HB1DAVS6CF' where id=5; -update noar tt set b1='0OV3ZGF2JUUDEKR5L' where id=5; -update noar ti set b1='0OV3ZGF2JUUDEKR5L' where id=5; -update noar tt set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5; -update noar ti set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5; -update noar tt set b0='AD312BIYRDC' where id=6; -update noar ti set b0='AD312BIYRDC' where id=6; -update noar tt set b1='Z16' where id=6; -update noar ti set b1='Z16' where id=6; -update noar tt set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6; -update noar ti set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6; -update noar tt set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7; -update noar ti set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7; -update noar tt set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7; -update noar ti set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7; -update noar tt set b2='8W9Y' where id=7; -update noar ti set b2='8W9Y' where id=7; -update noar tt set b0='KHXNWY' where id=8; -update noar ti set b0='KHXNWY' where id=8; -update noar tt set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8; -update noar ti set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8; -update noar tt set b2='AXAF9HDTLTU' where id=8; -update noar ti set b2='AXAF9HDTLTU' where id=8; -update noar tt set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9; -update noar ti set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9; -update noar tt set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9; -update noar ti set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9; -update noar tt set b2='M0H5STWTOHCH9PC' where id=9; -update noar ti set b2='M0H5STWTOHCH9PC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob null, - b1 text null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='91DCSZ52QOPUF59N8T' where id=1; -update noar ti set b0='91DCSZ52QOPUF59N8T' where id=1; -update noar tt set b1='91IHWVIPDW753US2CW9TDI' where id=1; -update noar ti set b1='91IHWVIPDW753US2CW9TDI' where id=1; -update noar tt set b2='00D2H' where id=1; -update noar ti set b2='00D2H' where id=1; -update noar tt set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2; -update noar ti set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2; -update noar tt set b1='I' where id=2; -update noar ti set b1='I' where id=2; -update noar tt set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2; -update noar ti set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2; -update noar tt set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3; -update noar ti set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3; -update noar tt set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3; -update noar ti set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3; -update noar tt set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3; -update noar ti set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3; -update noar tt set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4; -update noar ti set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4; -update noar tt set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4; -update noar ti set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4; -update noar tt set b2='B4UK' where id=4; -update noar ti set b2='B4UK' where id=4; -update noar tt set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5; -update noar ti set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5; -update noar tt set b1='ULKUU2EK' where id=5; -update noar ti set b1='ULKUU2EK' where id=5; -update noar tt set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5; -update noar ti set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5; -update noar tt set b0='EKB7' where id=6; -update noar ti set b0='EKB7' where id=6; -update noar tt set b1='94K' where id=6; -update noar ti set b1='94K' where id=6; -update noar tt set b2='PA9H' where id=6; -update noar ti set b2='PA9H' where id=6; -update noar tt set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7; -update noar ti set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7; -update noar tt set b1='3UG8NITM4B' where id=7; -update noar ti set b1='3UG8NITM4B' where id=7; -update noar tt set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7; -update noar ti set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7; -update noar tt set b0='29ZHZEZ6IXV50BXETX8' where id=8; -update noar ti set b0='29ZHZEZ6IXV50BXETX8' where id=8; -update noar tt set b1='8I3NM1AZEP' where id=8; -update noar ti set b1='8I3NM1AZEP' where id=8; -update noar tt set b2='ZIE8PAUV13PKXDSB' where id=8; -update noar ti set b2='ZIE8PAUV13PKXDSB' where id=8; -update noar tt set b0='P7ZZOLEGWA' where id=9; -update noar ti set b0='P7ZZOLEGWA' where id=9; -update noar tt set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9; -update noar ti set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9; -update noar tt set b2='3U3PCBQYYCMKR3SHEJ' where id=9; -update noar ti set b2='3U3PCBQYYCMKR3SHEJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 tinyblob not null, - b1 text not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3VHW6PMZ2' where id=1; -update noar ti set b0='3VHW6PMZ2' where id=1; -update noar tt set b1='KOTGK0AV3UUROTM' where id=1; -update noar ti set b1='KOTGK0AV3UUROTM' where id=1; -update noar tt set b2='NQ2OJDDTWDURBJA4' where id=1; -update noar ti set b2='NQ2OJDDTWDURBJA4' where id=1; -update noar tt set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2; -update noar ti set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2; -update noar tt set b1='GBYE0' where id=2; -update noar ti set b1='GBYE0' where id=2; -update noar tt set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2; -update noar ti set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2; -update noar tt set b0='B4319RTBKXUV955KWWU2MKUO' where id=3; -update noar ti set b0='B4319RTBKXUV955KWWU2MKUO' where id=3; -update noar tt set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3; -update noar ti set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3; -update noar tt set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3; -update noar ti set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3; -update noar tt set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4; -update noar ti set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4; -update noar tt set b1='AQHCVO6WNYD4960ZQPP5' where id=4; -update noar ti set b1='AQHCVO6WNYD4960ZQPP5' where id=4; -update noar tt set b2='A04YIZ' where id=4; -update noar ti set b2='A04YIZ' where id=4; -update noar tt set b0='539WAPOAOKDJ5EYUSX4F' where id=5; -update noar ti set b0='539WAPOAOKDJ5EYUSX4F' where id=5; -update noar tt set b1='YX5DH' where id=5; -update noar ti set b1='YX5DH' where id=5; -update noar tt set b2='KBNW7EI9GT' where id=5; -update noar ti set b2='KBNW7EI9GT' where id=5; -update noar tt set b0='YTKJ4' where id=6; -update noar ti set b0='YTKJ4' where id=6; -update noar tt set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6; -update noar ti set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6; -update noar tt set b2='CIJ4JAYKUG' where id=6; -update noar ti set b2='CIJ4JAYKUG' where id=6; -update noar tt set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7; -update noar ti set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7; -update noar tt set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7; -update noar ti set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7; -update noar tt set b2='LT36URXKF16PVURRC61WUL' where id=7; -update noar ti set b2='LT36URXKF16PVURRC61WUL' where id=7; -update noar tt set b0='CK8JJ2RH79NGC3K79LZ9' where id=8; -update noar ti set b0='CK8JJ2RH79NGC3K79LZ9' where id=8; -update noar tt set b1='H' where id=8; -update noar ti set b1='H' where id=8; -update noar tt set b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8; -update noar ti set b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8; -update noar tt set b0='TYY4B20YTLT1WHX0I3E74O' where id=9; -update noar ti set b0='TYY4B20YTLT1WHX0I3E74O' where id=9; -update noar tt set b1='5MSSOO3CQILR74TVY86' where id=9; -update noar ti set b1='5MSSOO3CQILR74TVY86' where id=9; -update noar tt set b2='V21B9TTH2X612MTDW2Y' where id=9; -update noar ti set b2='V21B9TTH2X612MTDW2Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LC8S6KPDD' where id=1; -update noar ti set b0='LC8S6KPDD' where id=1; -update noar tt set b1='TLLDEARF982' where id=1; -update noar ti set b1='TLLDEARF982' where id=1; -update noar tt set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1; -update noar ti set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1; -update noar tt set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2; -update noar ti set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2; -update noar tt set b1='33VKW0R95SXFZ' where id=2; -update noar ti set b1='33VKW0R95SXFZ' where id=2; -update noar tt set b2='AMGX9F' where id=2; -update noar ti set b2='AMGX9F' where id=2; -update noar tt set b0='1X1A6V' where id=3; -update noar ti set b0='1X1A6V' where id=3; -update noar tt set b1='J6T2XWFYLXJH6QREZ0' where id=3; -update noar ti set b1='J6T2XWFYLXJH6QREZ0' where id=3; -update noar tt set b2='RTBMVXOCOEISHDYKDTGE8' where id=3; -update noar ti set b2='RTBMVXOCOEISHDYKDTGE8' where id=3; -update noar tt set b0='BJM' where id=4; -update noar ti set b0='BJM' where id=4; -update noar tt set b1='KE50380QJ' where id=4; -update noar ti set b1='KE50380QJ' where id=4; -update noar tt set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4; -update noar ti set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4; -update noar tt set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5; -update noar ti set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5; -update noar tt set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5; -update noar ti set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5; -update noar tt set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5; -update noar ti set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5; -update noar tt set b0='2BB3BYC' where id=6; -update noar ti set b0='2BB3BYC' where id=6; -update noar tt set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6; -update noar ti set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6; -update noar tt set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6; -update noar ti set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6; -update noar tt set b0='PZKP9ERFSAJVOHCO7ONL' where id=7; -update noar ti set b0='PZKP9ERFSAJVOHCO7ONL' where id=7; -update noar tt set b1='WDMGY5HTUIN81RFPELXUE' where id=7; -update noar ti set b1='WDMGY5HTUIN81RFPELXUE' where id=7; -update noar tt set b2='FY774Z2PJ91O9XB817TZ078I' where id=7; -update noar ti set b2='FY774Z2PJ91O9XB817TZ078I' where id=7; -update noar tt set b0='4JJD618STH' where id=8; -update noar ti set b0='4JJD618STH' where id=8; -update noar tt set b1='OKLS4X' where id=8; -update noar ti set b1='OKLS4X' where id=8; -update noar tt set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8; -update noar ti set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8; -update noar tt set b0='Z3WSQBRPALJ2HLQ' where id=9; -update noar ti set b0='Z3WSQBRPALJ2HLQ' where id=9; -update noar tt set b1='8SWZFU0F0XUH' where id=9; -update noar ti set b1='8SWZFU0F0XUH' where id=9; -update noar tt set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9; -update noar ti set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R93JVVYJJGWJH' where id=1; -update noar ti set b0='R93JVVYJJGWJH' where id=1; -update noar tt set b1='Q7YYMWIZKRHL' where id=1; -update noar ti set b1='Q7YYMWIZKRHL' where id=1; -update noar tt set b2='IVYNOOU7MHO2VL29HBN' where id=1; -update noar ti set b2='IVYNOOU7MHO2VL29HBN' where id=1; -update noar tt set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2; -update noar ti set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2; -update noar tt set b1='O6' where id=2; -update noar ti set b1='O6' where id=2; -update noar tt set b2='6NF' where id=2; -update noar ti set b2='6NF' where id=2; -update noar tt set b0='R' where id=3; -update noar ti set b0='R' where id=3; -update noar tt set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3; -update noar ti set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3; -update noar tt set b2='Z4SEBK' where id=3; -update noar ti set b2='Z4SEBK' where id=3; -update noar tt set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4; -update noar ti set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4; -update noar tt set b1='IJL4UHLTW8BM4GA5657' where id=4; -update noar ti set b1='IJL4UHLTW8BM4GA5657' where id=4; -update noar tt set b2='23' where id=4; -update noar ti set b2='23' where id=4; -update noar tt set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5; -update noar ti set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5; -update noar tt set b1='V' where id=5; -update noar ti set b1='V' where id=5; -update noar tt set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5; -update noar ti set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5; -update noar tt set b0='VAFM6B2QNOD565NT' where id=6; -update noar ti set b0='VAFM6B2QNOD565NT' where id=6; -update noar tt set b1='NZXGAS' where id=6; -update noar ti set b1='NZXGAS' where id=6; -update noar tt set b2='2I1K' where id=6; -update noar ti set b2='2I1K' where id=6; -update noar tt set b0='2KHYAGWQDIRI7' where id=7; -update noar ti set b0='2KHYAGWQDIRI7' where id=7; -update noar tt set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7; -update noar ti set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7; -update noar tt set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7; -update noar ti set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7; -update noar tt set b0='E5XVD0B3DVXQ2' where id=8; -update noar ti set b0='E5XVD0B3DVXQ2' where id=8; -update noar tt set b1='P9T' where id=8; -update noar ti set b1='P9T' where id=8; -update noar tt set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8; -update noar ti set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8; -update noar tt set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9; -update noar ti set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9; -update noar tt set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9; -update noar ti set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9; -update noar tt set b2='2Y' where id=9; -update noar ti set b2='2Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PEP5' where id=1; -update noar ti set b0='PEP5' where id=1; -update noar tt set b1='0M1I4BRP' where id=1; -update noar ti set b1='0M1I4BRP' where id=1; -update noar tt set b2='TG68K9G337OOXS41DJOR' where id=1; -update noar ti set b2='TG68K9G337OOXS41DJOR' where id=1; -update noar tt set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2; -update noar ti set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2; -update noar tt set b1='Z' where id=2; -update noar ti set b1='Z' where id=2; -update noar tt set b2='5A1RV7LFLWKYH5LYKJ' where id=2; -update noar ti set b2='5A1RV7LFLWKYH5LYKJ' where id=2; -update noar tt set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3; -update noar ti set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3; -update noar tt set b1='ZCFL2' where id=3; -update noar ti set b1='ZCFL2' where id=3; -update noar tt set b2='UAHJRG88YC' where id=3; -update noar ti set b2='UAHJRG88YC' where id=3; -update noar tt set b0='X8MRZEL6JK4171PBO1LZA' where id=4; -update noar ti set b0='X8MRZEL6JK4171PBO1LZA' where id=4; -update noar tt set b1='2XLXGEI' where id=4; -update noar ti set b1='2XLXGEI' where id=4; -update noar tt set b2='C975AHK0Z27QDSYVVA4L' where id=4; -update noar ti set b2='C975AHK0Z27QDSYVVA4L' where id=4; -update noar tt set b0='W51BKRA1Y0OFVGT45X7I' where id=5; -update noar ti set b0='W51BKRA1Y0OFVGT45X7I' where id=5; -update noar tt set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5; -update noar ti set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5; -update noar tt set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5; -update noar ti set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5; -update noar tt set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6; -update noar ti set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6; -update noar tt set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6; -update noar ti set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6; -update noar tt set b2='TTTCN0' where id=6; -update noar ti set b2='TTTCN0' where id=6; -update noar tt set b0='0HCXJ' where id=7; -update noar ti set b0='0HCXJ' where id=7; -update noar tt set b1='6M20GGPW' where id=7; -update noar ti set b1='6M20GGPW' where id=7; -update noar tt set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7; -update noar ti set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7; -update noar tt set b0='6ZT2BYN' where id=8; -update noar ti set b0='6ZT2BYN' where id=8; -update noar tt set b1='C' where id=8; -update noar ti set b1='C' where id=8; -update noar tt set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8; -update noar ti set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8; -update noar tt set b0='0V2590NK7A2R8CUD' where id=9; -update noar ti set b0='0V2590NK7A2R8CUD' where id=9; -update noar tt set b1='A25YFMPK4BFE5NSBM2F' where id=9; -update noar ti set b1='A25YFMPK4BFE5NSBM2F' where id=9; -update noar tt set b2='FUTR' where id=9; -update noar ti set b2='FUTR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SEEJNAC9DJK5GNKNR8W' where id=1; -update noar ti set b0='SEEJNAC9DJK5GNKNR8W' where id=1; -update noar tt set b1='FHRNE3KON82' where id=1; -update noar ti set b1='FHRNE3KON82' where id=1; -update noar tt set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1; -update noar ti set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1; -update noar tt set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2; -update noar ti set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2; -update noar tt set b1='9UA4TJ5UNGWAEXSRT' where id=2; -update noar ti set b1='9UA4TJ5UNGWAEXSRT' where id=2; -update noar tt set b2='NUJ3C6NAEHY' where id=2; -update noar ti set b2='NUJ3C6NAEHY' where id=2; -update noar tt set b0='BM45KXCGD13W' where id=3; -update noar ti set b0='BM45KXCGD13W' where id=3; -update noar tt set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3; -update noar ti set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3; -update noar tt set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3; -update noar ti set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3; -update noar tt set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4; -update noar ti set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4; -update noar tt set b1='4D58G6ES' where id=4; -update noar ti set b1='4D58G6ES' where id=4; -update noar tt set b2='9LGGUHPFFS6C8Q' where id=4; -update noar ti set b2='9LGGUHPFFS6C8Q' where id=4; -update noar tt set b0='8BE9BDC8CUJ' where id=5; -update noar ti set b0='8BE9BDC8CUJ' where id=5; -update noar tt set b1='5U9GAOG25169IZ1DVKQS' where id=5; -update noar ti set b1='5U9GAOG25169IZ1DVKQS' where id=5; -update noar tt set b2='TU' where id=5; -update noar ti set b2='TU' where id=5; -update noar tt set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6; -update noar ti set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6; -update noar tt set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6; -update noar ti set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6; -update noar tt set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6; -update noar ti set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6; -update noar tt set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7; -update noar ti set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7; -update noar tt set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7; -update noar ti set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7; -update noar tt set b2='3BVI11ICJX659667G265' where id=7; -update noar ti set b2='3BVI11ICJX659667G265' where id=7; -update noar tt set b0='ZME9A' where id=8; -update noar ti set b0='ZME9A' where id=8; -update noar tt set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8; -update noar ti set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8; -update noar tt set b2='0V6JJU3Z3VE' where id=8; -update noar ti set b2='0V6JJU3Z3VE' where id=8; -update noar tt set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9; -update noar ti set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9; -update noar tt set b1='JDF2T0VFB7W2MKQMU' where id=9; -update noar ti set b1='JDF2T0VFB7W2MKQMU' where id=9; -update noar tt set b2='TJGGCMAD2XJ7NHZ' where id=9; -update noar ti set b2='TJGGCMAD2XJ7NHZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1; -update noar ti set b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1; -update noar tt set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1; -update noar ti set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1; -update noar tt set b2='OZ' where id=1; -update noar ti set b2='OZ' where id=1; -update noar tt set b0='PMB9FGECN5X7GF' where id=2; -update noar ti set b0='PMB9FGECN5X7GF' where id=2; -update noar tt set b1='61' where id=2; -update noar ti set b1='61' where id=2; -update noar tt set b2='6ESZLOBK2DN2XTVPB' where id=2; -update noar ti set b2='6ESZLOBK2DN2XTVPB' where id=2; -update noar tt set b0='JVZBP4BYUPKX' where id=3; -update noar ti set b0='JVZBP4BYUPKX' where id=3; -update noar tt set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' where id=3; -update noar ti set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set b0='2Y5C' where id=4; -update noar ti set b0='2Y5C' where id=4; -update noar tt set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4; -update noar ti set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4; -update noar tt set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4; -update noar ti set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4; -update noar tt set b0='9BA' where id=5; -update noar ti set b0='9BA' where id=5; -update noar tt set b1='FK' where id=5; -update noar ti set b1='FK' where id=5; -update noar tt set b2='JG9DVPO8S' where id=5; -update noar ti set b2='JG9DVPO8S' where id=5; -update noar tt set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6; -update noar ti set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6; -update noar tt set b1='9KM3XYBPW40G3' where id=6; -update noar ti set b1='9KM3XYBPW40G3' where id=6; -update noar tt set b2='6J96HOV' where id=6; -update noar ti set b2='6J96HOV' where id=6; -update noar tt set b0='CDKVHA3MZX' where id=7; -update noar ti set b0='CDKVHA3MZX' where id=7; -update noar tt set b1='2DU' where id=7; -update noar ti set b1='2DU' where id=7; -update noar tt set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7; -update noar ti set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7; -update noar tt set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' where id=8; -update noar ti set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set b2='21OL' where id=8; -update noar ti set b2='21OL' where id=8; -update noar tt set b0='X2JEQ9NJ0YM6E0E88F5' where id=9; -update noar ti set b0='X2JEQ9NJ0YM6E0E88F5' where id=9; -update noar tt set b1='26RRYIA42ZYNE571RKXIXL' where id=9; -update noar ti set b1='26RRYIA42ZYNE571RKXIXL' where id=9; -update noar tt set b2='1QOCKUXOB1PQXHSYKU13' where id=9; -update noar ti set b2='1QOCKUXOB1PQXHSYKU13' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QKJ2VXAUU54GLFSLNL' where id=1; -update noar ti set b0='QKJ2VXAUU54GLFSLNL' where id=1; -update noar tt set b1='VQHEADM5' where id=1; -update noar ti set b1='VQHEADM5' where id=1; -update noar tt set b2='4J3AR3P3CO' where id=1; -update noar ti set b2='4J3AR3P3CO' where id=1; -update noar tt set b0='V' where id=2; -update noar ti set b0='V' where id=2; -update noar tt set b1='Z5B9YFY7' where id=2; -update noar ti set b1='Z5B9YFY7' where id=2; -update noar tt set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2; -update noar ti set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2; -update noar tt set b0='0IKFJ6GBDKS1Q' where id=3; -update noar ti set b0='0IKFJ6GBDKS1Q' where id=3; -update noar tt set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3; -update noar ti set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3; -update noar tt set b2='9EKB1V28W8M7CGN' where id=3; -update noar ti set b2='9EKB1V28W8M7CGN' where id=3; -update noar tt set b0='WMZZ11JK' where id=4; -update noar ti set b0='WMZZ11JK' where id=4; -update noar tt set b1='X1RCX7ASBLJ1EGNP7' where id=4; -update noar ti set b1='X1RCX7ASBLJ1EGNP7' where id=4; -update noar tt set b2='4CB94JR2ZZ' where id=4; -update noar ti set b2='4CB94JR2ZZ' where id=4; -update noar tt set b0='M3' where id=5; -update noar ti set b0='M3' where id=5; -update noar tt set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5; -update noar ti set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5; -update noar tt set b2='UCDRVCSWHCWYC67SRAR' where id=5; -update noar ti set b2='UCDRVCSWHCWYC67SRAR' where id=5; -update noar tt set b0='D0W4JKELXUL' where id=6; -update noar ti set b0='D0W4JKELXUL' where id=6; -update noar tt set b1='HDA4YQQNXCIGWQ348Z' where id=6; -update noar ti set b1='HDA4YQQNXCIGWQ348Z' where id=6; -update noar tt set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6; -update noar ti set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6; -update noar tt set b0='WFO3OIB87X3DK6S1I' where id=7; -update noar ti set b0='WFO3OIB87X3DK6S1I' where id=7; -update noar tt set b1='RS3D5PBFZO9CJWVNLHYT' where id=7; -update noar ti set b1='RS3D5PBFZO9CJWVNLHYT' where id=7; -update noar tt set b2='G' where id=7; -update noar ti set b2='G' where id=7; -update noar tt set b0='2' where id=8; -update noar ti set b0='2' where id=8; -update noar tt set b1='DJRIBESMKXG8S' where id=8; -update noar ti set b1='DJRIBESMKXG8S' where id=8; -update noar tt set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8; -update noar ti set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8; -update noar tt set b0='706B' where id=9; -update noar ti set b0='706B' where id=9; -update noar tt set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9; -update noar ti set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9; -update noar tt set b2='T0508F2Q9KOGQZXN' where id=9; -update noar ti set b2='T0508F2Q9KOGQZXN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1; -update noar ti set b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1; -update noar tt set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1; -update noar ti set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1; -update noar tt set b2='XMC33BXO5TD64AUOLM' where id=1; -update noar ti set b2='XMC33BXO5TD64AUOLM' where id=1; -update noar tt set b0='8KBB3HQLAWI69NSDRW2' where id=2; -update noar ti set b0='8KBB3HQLAWI69NSDRW2' where id=2; -update noar tt set b1='BQX7B0QR594IAITQCVRH6' where id=2; -update noar ti set b1='BQX7B0QR594IAITQCVRH6' where id=2; -update noar tt set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2; -update noar ti set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2; -update noar tt set b0='PRFTAF07EFUG74GO0' where id=3; -update noar ti set b0='PRFTAF07EFUG74GO0' where id=3; -update noar tt set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3; -update noar ti set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3; -update noar tt set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3; -update noar ti set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3; -update noar tt set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4; -update noar ti set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4; -update noar tt set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4; -update noar ti set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4; -update noar tt set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4; -update noar ti set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4; -update noar tt set b0='I8' where id=5; -update noar ti set b0='I8' where id=5; -update noar tt set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5; -update noar ti set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5; -update noar tt set b2='OU01N' where id=5; -update noar ti set b2='OU01N' where id=5; -update noar tt set b0='FMFS' where id=6; -update noar ti set b0='FMFS' where id=6; -update noar tt set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6; -update noar ti set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6; -update noar tt set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6; -update noar ti set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6; -update noar tt set b0='BV2VGQD' where id=7; -update noar ti set b0='BV2VGQD' where id=7; -update noar tt set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7; -update noar ti set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7; -update noar tt set b2='FGS7P4Q' where id=7; -update noar ti set b2='FGS7P4Q' where id=7; -update noar tt set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8; -update noar ti set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8; -update noar tt set b1='UASAGZ68COLPUOCTC55' where id=8; -update noar ti set b1='UASAGZ68COLPUOCTC55' where id=8; -update noar tt set b2='4Y8DGERP9R40MM24Z2' where id=8; -update noar ti set b2='4Y8DGERP9R40MM24Z2' where id=8; -update noar tt set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9; -update noar ti set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9; -update noar tt set b1='Y4Y4B3S7' where id=9; -update noar ti set b1='Y4Y4B3S7' where id=9; -update noar tt set b2='RYKIS12QMX' where id=9; -update noar ti set b2='RYKIS12QMX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1; -update noar ti set b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1; -update noar tt set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1; -update noar ti set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1; -update noar tt set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1; -update noar ti set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1; -update noar tt set b0='BNLQV27O4' where id=2; -update noar ti set b0='BNLQV27O4' where id=2; -update noar tt set b1='GCPGNML' where id=2; -update noar ti set b1='GCPGNML' where id=2; -update noar tt set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2; -update noar ti set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2; -update noar tt set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3; -update noar ti set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3; -update noar tt set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3; -update noar ti set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3; -update noar tt set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3; -update noar ti set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3; -update noar tt set b0='YAXJ29E6' where id=4; -update noar ti set b0='YAXJ29E6' where id=4; -update noar tt set b1='UOYZGEDRRATO' where id=4; -update noar ti set b1='UOYZGEDRRATO' where id=4; -update noar tt set b2='JJ8IYIEGMSQ' where id=4; -update noar ti set b2='JJ8IYIEGMSQ' where id=4; -update noar tt set b0='6' where id=5; -update noar ti set b0='6' where id=5; -update noar tt set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5; -update noar ti set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5; -update noar tt set b2='AEL3YG2NYESC8SGI6' where id=5; -update noar ti set b2='AEL3YG2NYESC8SGI6' where id=5; -update noar tt set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6; -update noar ti set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6; -update noar tt set b1='HJ' where id=6; -update noar ti set b1='HJ' where id=6; -update noar tt set b2='LNVTTVZ0V9TJ1M' where id=6; -update noar ti set b2='LNVTTVZ0V9TJ1M' where id=6; -update noar tt set b0='8ZDS806O8WM9ZS4IY07M' where id=7; -update noar ti set b0='8ZDS806O8WM9ZS4IY07M' where id=7; -update noar tt set b1='VV' where id=7; -update noar ti set b1='VV' where id=7; -update noar tt set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7; -update noar ti set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7; -update noar tt set b0='LWQ7NYFOBTX0YHXK9' where id=8; -update noar ti set b0='LWQ7NYFOBTX0YHXK9' where id=8; -update noar tt set b1='PGQYIJRK' where id=8; -update noar ti set b1='PGQYIJRK' where id=8; -update noar tt set b2='533Q0D' where id=8; -update noar ti set b2='533Q0D' where id=8; -update noar tt set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9; -update noar ti set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9; -update noar tt set b1='UQ8T18V5N' where id=9; -update noar ti set b1='UQ8T18V5N' where id=9; -update noar tt set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9; -update noar ti set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 tinyblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1; -update noar ti set b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1; -update noar tt set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1; -update noar ti set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1; -update noar tt set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1; -update noar ti set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1; -update noar tt set b0='SR5XPP0YP76VA6V9NQBZ' where id=2; -update noar ti set b0='SR5XPP0YP76VA6V9NQBZ' where id=2; -update noar tt set b1='R1REPTM31Q5' where id=2; -update noar ti set b1='R1REPTM31Q5' where id=2; -update noar tt set b2='DI4RB2W63KPOZ6TVT68TR' where id=2; -update noar ti set b2='DI4RB2W63KPOZ6TVT68TR' where id=2; -update noar tt set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3; -update noar ti set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3; -update noar tt set b1='CPPOLKZE6ONH1I2N' where id=3; -update noar ti set b1='CPPOLKZE6ONH1I2N' where id=3; -update noar tt set b2='WSUHEQQM7Y7XGNVEV' where id=3; -update noar ti set b2='WSUHEQQM7Y7XGNVEV' where id=3; -update noar tt set b0='9MJJKQGO0' where id=4; -update noar ti set b0='9MJJKQGO0' where id=4; -update noar tt set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4; -update noar ti set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4; -update noar tt set b2='JO1RCM80UZKQGTYSQJ6' where id=4; -update noar ti set b2='JO1RCM80UZKQGTYSQJ6' where id=4; -update noar tt set b0='0YD46MV1XPS' where id=5; -update noar ti set b0='0YD46MV1XPS' where id=5; -update noar tt set b1='03' where id=5; -update noar ti set b1='03' where id=5; -update noar tt set b2='0JOLC82TINTME' where id=5; -update noar ti set b2='0JOLC82TINTME' where id=5; -update noar tt set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6; -update noar ti set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6; -update noar tt set b1='5GPA0UDONNC6XIF6' where id=6; -update noar ti set b1='5GPA0UDONNC6XIF6' where id=6; -update noar tt set b2='U425D3Z41P8OC' where id=6; -update noar ti set b2='U425D3Z41P8OC' where id=6; -update noar tt set b0='WG' where id=7; -update noar ti set b0='WG' where id=7; -update noar tt set b1='A8INT0H' where id=7; -update noar ti set b1='A8INT0H' where id=7; -update noar tt set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7; -update noar ti set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7; -update noar tt set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8; -update noar ti set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8; -update noar tt set b1='BK5GAXW' where id=8; -update noar ti set b1='BK5GAXW' where id=8; -update noar tt set b2='SMTYS20L9C06PH8RRN87' where id=8; -update noar ti set b2='SMTYS20L9C06PH8RRN87' where id=8; -update noar tt set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' where id=9; -update noar ti set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' where id=9; -update noar tt set b1='9' where id=9; -update noar ti set b1='9' where id=9; -update noar tt set b2='8LK5FLJIKUY6GL5' where id=9; -update noar ti set b2='8LK5FLJIKUY6GL5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 tinyblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AAXLS5G0PPUS' where id=1; -update noar ti set b0='AAXLS5G0PPUS' where id=1; -update noar tt set b1='WBBO5Q' where id=1; -update noar ti set b1='WBBO5Q' where id=1; -update noar tt set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1; -update noar ti set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1; -update noar tt set b0='XPLJ89D046BAKOO3EVDW1' where id=2; -update noar ti set b0='XPLJ89D046BAKOO3EVDW1' where id=2; -update noar tt set b1='TT8X8VOJG' where id=2; -update noar ti set b1='TT8X8VOJG' where id=2; -update noar tt set b2='JVV0CL' where id=2; -update noar ti set b2='JVV0CL' where id=2; -update noar tt set b0='J' where id=3; -update noar ti set b0='J' where id=3; -update noar tt set b1='RSRIUJ' where id=3; -update noar ti set b1='RSRIUJ' where id=3; -update noar tt set b2='LR2ZIH' where id=3; -update noar ti set b2='LR2ZIH' where id=3; -update noar tt set b0='6GF9CAL1EJLYO' where id=4; -update noar ti set b0='6GF9CAL1EJLYO' where id=4; -update noar tt set b1='JQYFXCUBLAWP2B' where id=4; -update noar ti set b1='JQYFXCUBLAWP2B' where id=4; -update noar tt set b2='LICKD8USL37F5F3RYYPSQSN' where id=4; -update noar ti set b2='LICKD8USL37F5F3RYYPSQSN' where id=4; -update noar tt set b0='Y4LGGE9XBOZ4' where id=5; -update noar ti set b0='Y4LGGE9XBOZ4' where id=5; -update noar tt set b1='6ZC2MRJ' where id=5; -update noar ti set b1='6ZC2MRJ' where id=5; -update noar tt set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5; -update noar ti set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5; -update noar tt set b0='KD9RVH' where id=6; -update noar ti set b0='KD9RVH' where id=6; -update noar tt set b1='U8GYRTCCXBVL7D' where id=6; -update noar ti set b1='U8GYRTCCXBVL7D' where id=6; -update noar tt set b2='0Z822KQQ4CI3G20C290O05' where id=6; -update noar ti set b2='0Z822KQQ4CI3G20C290O05' where id=6; -update noar tt set b0='TOO353J5QJ5PXT7QR' where id=7; -update noar ti set b0='TOO353J5QJ5PXT7QR' where id=7; -update noar tt set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7; -update noar ti set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7; -update noar tt set b2='F9XI1K' where id=7; -update noar ti set b2='F9XI1K' where id=7; -update noar tt set b0='39IV1R3FSSA3SV' where id=8; -update noar ti set b0='39IV1R3FSSA3SV' where id=8; -update noar tt set b1='WM15C2NO3WMTQ1L56LAQ' where id=8; -update noar ti set b1='WM15C2NO3WMTQ1L56LAQ' where id=8; -update noar tt set b2='BEQ04' where id=8; -update noar ti set b2='BEQ04' where id=8; -update noar tt set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9; -update noar ti set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9; -update noar tt set b1='WLNH9CVRXRM4' where id=9; -update noar ti set b1='WLNH9CVRXRM4' where id=9; -update noar tt set b2='JY2IKQH2A1L6ENF0NF73' where id=9; -update noar ti set b2='JY2IKQH2A1L6ENF0NF73' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1; -update noar ti set b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1; -update noar tt set b1='QR3HW6I0KDWUK5' where id=1; -update noar ti set b1='QR3HW6I0KDWUK5' where id=1; -update noar tt set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1; -update noar ti set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1; -update noar tt set b0='QCS3D652TVA9DYYIYX87' where id=2; -update noar ti set b0='QCS3D652TVA9DYYIYX87' where id=2; -update noar tt set b1='DQGMST' where id=2; -update noar ti set b1='DQGMST' where id=2; -update noar tt set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2; -update noar ti set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2; -update noar tt set b0='SYTWGM7QYA9JO45UV85ED4' where id=3; -update noar ti set b0='SYTWGM7QYA9JO45UV85ED4' where id=3; -update noar tt set b1='MUB5JTTLW' where id=3; -update noar ti set b1='MUB5JTTLW' where id=3; -update noar tt set b2='YQR3ICEQA71' where id=3; -update noar ti set b2='YQR3ICEQA71' where id=3; -update noar tt set b0='SX' where id=4; -update noar ti set b0='SX' where id=4; -update noar tt set b1='IDG64I47X6PI0FYMB' where id=4; -update noar ti set b1='IDG64I47X6PI0FYMB' where id=4; -update noar tt set b2='2SHFW1M6UB437PA' where id=4; -update noar ti set b2='2SHFW1M6UB437PA' where id=4; -update noar tt set b0='43ZLUHPPBMAK6EA7SFID8' where id=5; -update noar ti set b0='43ZLUHPPBMAK6EA7SFID8' where id=5; -update noar tt set b1='H9L5L0KQG9IWXK46L1T' where id=5; -update noar ti set b1='H9L5L0KQG9IWXK46L1T' where id=5; -update noar tt set b2='8E09LXUMO' where id=5; -update noar ti set b2='8E09LXUMO' where id=5; -update noar tt set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6; -update noar ti set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6; -update noar tt set b1='JWVMMU' where id=6; -update noar ti set b1='JWVMMU' where id=6; -update noar tt set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6; -update noar ti set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6; -update noar tt set b0='Q8FPD00R73' where id=7; -update noar ti set b0='Q8FPD00R73' where id=7; -update noar tt set b1='1PXML1EAX7EVDACPEJV' where id=7; -update noar ti set b1='1PXML1EAX7EVDACPEJV' where id=7; -update noar tt set b2='Z84KEYJQRZA01CZR67' where id=7; -update noar ti set b2='Z84KEYJQRZA01CZR67' where id=7; -update noar tt set b0='Y5NA6ZHJ7M9X43' where id=8; -update noar ti set b0='Y5NA6ZHJ7M9X43' where id=8; -update noar tt set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8; -update noar ti set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8; -update noar tt set b2='I1XNSPT08' where id=8; -update noar ti set b2='I1XNSPT08' where id=8; -update noar tt set b0='8TBDS1ZAVCTZCZ8D' where id=9; -update noar ti set b0='8TBDS1ZAVCTZCZ8D' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set b2='95QSR3SL5KUZ' where id=9; -update noar ti set b2='95QSR3SL5KUZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1; -update noar ti set b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1; -update noar tt set b1='6RHS0DF2OE1KKY6EKQO70' where id=1; -update noar ti set b1='6RHS0DF2OE1KKY6EKQO70' where id=1; -update noar tt set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1; -update noar ti set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1; -update noar tt set b0='GE89XGF9XIH8' where id=2; -update noar ti set b0='GE89XGF9XIH8' where id=2; -update noar tt set b1='AILJ5MACC5W' where id=2; -update noar ti set b1='AILJ5MACC5W' where id=2; -update noar tt set b2='9RGXWEA6CGO8G' where id=2; -update noar ti set b2='9RGXWEA6CGO8G' where id=2; -update noar tt set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3; -update noar ti set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3; -update noar tt set b1='WMCKIY0NQJI7J8T4J2' where id=3; -update noar ti set b1='WMCKIY0NQJI7J8T4J2' where id=3; -update noar tt set b2='COC9JP7DGW7E3LZU48449L' where id=3; -update noar ti set b2='COC9JP7DGW7E3LZU48449L' where id=3; -update noar tt set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4; -update noar ti set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4; -update noar tt set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4; -update noar ti set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4; -update noar tt set b2='DMNEG6' where id=4; -update noar ti set b2='DMNEG6' where id=4; -update noar tt set b0='U4NO' where id=5; -update noar ti set b0='U4NO' where id=5; -update noar tt set b1='I4X7OL' where id=5; -update noar ti set b1='I4X7OL' where id=5; -update noar tt set b2='SIG8DLU3EUFWPXA4AOD0' where id=5; -update noar ti set b2='SIG8DLU3EUFWPXA4AOD0' where id=5; -update noar tt set b0='2DSFS0IMOS' where id=6; -update noar ti set b0='2DSFS0IMOS' where id=6; -update noar tt set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6; -update noar ti set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6; -update noar tt set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6; -update noar ti set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6; -update noar tt set b0='R3UX8RP4PDR4CJK' where id=7; -update noar ti set b0='R3UX8RP4PDR4CJK' where id=7; -update noar tt set b1='16R9JH7' where id=7; -update noar ti set b1='16R9JH7' where id=7; -update noar tt set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7; -update noar ti set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7; -update noar tt set b0='HB9HCVU' where id=8; -update noar ti set b0='HB9HCVU' where id=8; -update noar tt set b1='470I0WQAP2666' where id=8; -update noar ti set b1='470I0WQAP2666' where id=8; -update noar tt set b2='SGZ1B0ARGAHV2YQ' where id=8; -update noar ti set b2='SGZ1B0ARGAHV2YQ' where id=8; -update noar tt set b0='1AY7PKEEPN32' where id=9; -update noar ti set b0='1AY7PKEEPN32' where id=9; -update noar tt set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9; -update noar ti set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9; -update noar tt set b2='7Y0W723Y23YVYJ6GPA4F' where id=9; -update noar ti set b2='7Y0W723Y23YVYJ6GPA4F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='98P9O693V1NXZ9LP' where id=1; -update noar ti set b0='98P9O693V1NXZ9LP' where id=1; -update noar tt set b1='K9T6WBSQB7PVAK3JZVXN' where id=1; -update noar ti set b1='K9T6WBSQB7PVAK3JZVXN' where id=1; -update noar tt set b2='IPZGMVHE63DI5BDS05A487' where id=1; -update noar ti set b2='IPZGMVHE63DI5BDS05A487' where id=1; -update noar tt set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2; -update noar ti set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2; -update noar tt set b1='MIFHIG' where id=2; -update noar ti set b1='MIFHIG' where id=2; -update noar tt set b2='6139EB0SNTZEP0XKAOPM' where id=2; -update noar ti set b2='6139EB0SNTZEP0XKAOPM' where id=2; -update noar tt set b0='T73I1FL5AUDUA' where id=3; -update noar ti set b0='T73I1FL5AUDUA' where id=3; -update noar tt set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3; -update noar ti set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3; -update noar tt set b2='I6UK8YK5FO4OF' where id=3; -update noar ti set b2='I6UK8YK5FO4OF' where id=3; -update noar tt set b0='PTR8P4K3LALD285V' where id=4; -update noar ti set b0='PTR8P4K3LALD285V' where id=4; -update noar tt set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4; -update noar ti set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4; -update noar tt set b2='A54MBVPNYX02' where id=4; -update noar ti set b2='A54MBVPNYX02' where id=4; -update noar tt set b0='G2IRAH5HEZGV1' where id=5; -update noar ti set b0='G2IRAH5HEZGV1' where id=5; -update noar tt set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5; -update noar ti set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5; -update noar tt set b2='9WC5K0JYPSGEP0CTP59' where id=5; -update noar ti set b2='9WC5K0JYPSGEP0CTP59' where id=5; -update noar tt set b0='3S' where id=6; -update noar ti set b0='3S' where id=6; -update noar tt set b1='ZQ96C864' where id=6; -update noar ti set b1='ZQ96C864' where id=6; -update noar tt set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6; -update noar ti set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6; -update noar tt set b0='18XOL' where id=7; -update noar ti set b0='18XOL' where id=7; -update noar tt set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7; -update noar ti set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7; -update noar tt set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7; -update noar ti set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7; -update noar tt set b0='N1U6ZUL0MWO' where id=8; -update noar ti set b0='N1U6ZUL0MWO' where id=8; -update noar tt set b1='EBXY2S14913PV2MHYM8' where id=8; -update noar ti set b1='EBXY2S14913PV2MHYM8' where id=8; -update noar tt set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8; -update noar ti set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8; -update noar tt set b0='RFT7ZQI963AT85JNAQPO' where id=9; -update noar ti set b0='RFT7ZQI963AT85JNAQPO' where id=9; -update noar tt set b1='1S' where id=9; -update noar ti set b1='1S' where id=9; -update noar tt set b2='3ZC31H3O22' where id=9; -update noar ti set b2='3ZC31H3O22' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QAO3X5CJKILWGDLA' where id=1; -update noar ti set b0='QAO3X5CJKILWGDLA' where id=1; -update noar tt set b1='9F9E8DSZ48V4PI50' where id=1; -update noar ti set b1='9F9E8DSZ48V4PI50' where id=1; -update noar tt set b2='AP6SL7SAH96NR228TS1F6' where id=1; -update noar ti set b2='AP6SL7SAH96NR228TS1F6' where id=1; -update noar tt set b0='DYTLSR4NZ6RVVUAM' where id=2; -update noar ti set b0='DYTLSR4NZ6RVVUAM' where id=2; -update noar tt set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2; -update noar ti set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2; -update noar tt set b2='ETQ8U6W998SW28J48' where id=2; -update noar ti set b2='ETQ8U6W998SW28J48' where id=2; -update noar tt set b0='5FSBN03813OG12CF54PTN9' where id=3; -update noar ti set b0='5FSBN03813OG12CF54PTN9' where id=3; -update noar tt set b1='0HFJUX62W4V28TFU3E0XJY' where id=3; -update noar ti set b1='0HFJUX62W4V28TFU3E0XJY' where id=3; -update noar tt set b2='17N' where id=3; -update noar ti set b2='17N' where id=3; -update noar tt set b0='D' where id=4; -update noar ti set b0='D' where id=4; -update noar tt set b1='Z3JBC1MTM2XC746ONBL44' where id=4; -update noar ti set b1='Z3JBC1MTM2XC746ONBL44' where id=4; -update noar tt set b2='RTD' where id=4; -update noar ti set b2='RTD' where id=4; -update noar tt set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5; -update noar ti set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5; -update noar tt set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5; -update noar ti set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5; -update noar tt set b2='MID3MUDG' where id=5; -update noar ti set b2='MID3MUDG' where id=5; -update noar tt set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6; -update noar ti set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6; -update noar tt set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6; -update noar ti set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6; -update noar tt set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6; -update noar ti set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6; -update noar tt set b0='LPRTXX5' where id=7; -update noar ti set b0='LPRTXX5' where id=7; -update noar tt set b1='HHIXGFDHRB' where id=7; -update noar ti set b1='HHIXGFDHRB' where id=7; -update noar tt set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7; -update noar ti set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7; -update noar tt set b0='KK7Y06H' where id=8; -update noar ti set b0='KK7Y06H' where id=8; -update noar tt set b1='01SMRXUZ2R' where id=8; -update noar ti set b1='01SMRXUZ2R' where id=8; -update noar tt set b2='FRLFQZEXW7O2YP4M' where id=8; -update noar ti set b2='FRLFQZEXW7O2YP4M' where id=8; -update noar tt set b0='WM9K587L' where id=9; -update noar ti set b0='WM9K587L' where id=9; -update noar tt set b1='00BIDQXMH' where id=9; -update noar ti set b1='00BIDQXMH' where id=9; -update noar tt set b2='DKLS' where id=9; -update noar ti set b2='DKLS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1; -update noar ti set b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1; -update noar tt set b1='Y2TW67X7' where id=1; -update noar ti set b1='Y2TW67X7' where id=1; -update noar tt set b2='PH' where id=1; -update noar ti set b2='PH' where id=1; -update noar tt set b0='VUIQ65K' where id=2; -update noar ti set b0='VUIQ65K' where id=2; -update noar tt set b1='0VGZ8KWSB' where id=2; -update noar ti set b1='0VGZ8KWSB' where id=2; -update noar tt set b2='C8DYRPU2JW1CP5' where id=2; -update noar ti set b2='C8DYRPU2JW1CP5' where id=2; -update noar tt set b0='X' where id=3; -update noar ti set b0='X' where id=3; -update noar tt set b1='Q5F3MZZ' where id=3; -update noar ti set b1='Q5F3MZZ' where id=3; -update noar tt set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3; -update noar ti set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3; -update noar tt set b0='O1K423U69LMMA5E1HKH' where id=4; -update noar ti set b0='O1K423U69LMMA5E1HKH' where id=4; -update noar tt set b1='R6VOP94BXWDICWTD1N' where id=4; -update noar ti set b1='R6VOP94BXWDICWTD1N' where id=4; -update noar tt set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4; -update noar ti set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4; -update noar tt set b0='P0PTIZBT0VBQ8Z5O1' where id=5; -update noar ti set b0='P0PTIZBT0VBQ8Z5O1' where id=5; -update noar tt set b1='Z3NM65FDT5ES2CCH0T1' where id=5; -update noar ti set b1='Z3NM65FDT5ES2CCH0T1' where id=5; -update noar tt set b2='CF2' where id=5; -update noar ti set b2='CF2' where id=5; -update noar tt set b0='LWK' where id=6; -update noar ti set b0='LWK' where id=6; -update noar tt set b1='3YF2DGHA' where id=6; -update noar ti set b1='3YF2DGHA' where id=6; -update noar tt set b2='DFQCONK04' where id=6; -update noar ti set b2='DFQCONK04' where id=6; -update noar tt set b0='5KAMOFWPXOP' where id=7; -update noar ti set b0='5KAMOFWPXOP' where id=7; -update noar tt set b1='BHU8F' where id=7; -update noar ti set b1='BHU8F' where id=7; -update noar tt set b2='NIRQ47GP' where id=7; -update noar ti set b2='NIRQ47GP' where id=7; -update noar tt set b0='T4OH01O811EB8H' where id=8; -update noar ti set b0='T4OH01O811EB8H' where id=8; -update noar tt set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8; -update noar ti set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8; -update noar tt set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8; -update noar ti set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8; -update noar tt set b0='6894B5HADGHLN' where id=9; -update noar ti set b0='6894B5HADGHLN' where id=9; -update noar tt set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9; -update noar ti set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9; -update noar tt set b2='BANDB' where id=9; -update noar ti set b2='BANDB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YAX' where id=1; -update noar ti set b0='YAX' where id=1; -update noar tt set b1='UUA8JI8ZRUIL' where id=1; -update noar ti set b1='UUA8JI8ZRUIL' where id=1; -update noar tt set b2='Z5P2NI5V8AWINU6KLP' where id=1; -update noar ti set b2='Z5P2NI5V8AWINU6KLP' where id=1; -update noar tt set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2; -update noar ti set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2; -update noar tt set b1='QYP3K9BECZ9NS41BTMY27' where id=2; -update noar ti set b1='QYP3K9BECZ9NS41BTMY27' where id=2; -update noar tt set b2='8VUI5AMSC92RZX8GH1' where id=2; -update noar ti set b2='8VUI5AMSC92RZX8GH1' where id=2; -update noar tt set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3; -update noar ti set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3; -update noar tt set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3; -update noar ti set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3; -update noar tt set b2='R7PLQXEX25WHZ94HW7HYP' where id=3; -update noar ti set b2='R7PLQXEX25WHZ94HW7HYP' where id=3; -update noar tt set b0='U0W9ZVMKM7K8' where id=4; -update noar ti set b0='U0W9ZVMKM7K8' where id=4; -update noar tt set b1='U' where id=4; -update noar ti set b1='U' where id=4; -update noar tt set b2='3FOIEYZCL2X3UW' where id=4; -update noar ti set b2='3FOIEYZCL2X3UW' where id=4; -update noar tt set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5; -update noar ti set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5; -update noar tt set b1='4OY294SQFNFZM' where id=5; -update noar ti set b1='4OY294SQFNFZM' where id=5; -update noar tt set b2='XDK7' where id=5; -update noar ti set b2='XDK7' where id=5; -update noar tt set b0='MPY0FEGK1ZQ8CG90G' where id=6; -update noar ti set b0='MPY0FEGK1ZQ8CG90G' where id=6; -update noar tt set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6; -update noar ti set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6; -update noar tt set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6; -update noar ti set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6; -update noar tt set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7; -update noar ti set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7; -update noar tt set b1='GHXPI36S' where id=7; -update noar ti set b1='GHXPI36S' where id=7; -update noar tt set b2='1G8VRE7Y58F0' where id=7; -update noar ti set b2='1G8VRE7Y58F0' where id=7; -update noar tt set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8; -update noar ti set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8; -update noar tt set b1='M9LL14XZOAO9JY6COFRWECC' where id=8; -update noar ti set b1='M9LL14XZOAO9JY6COFRWECC' where id=8; -update noar tt set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8; -update noar ti set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8; -update noar tt set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9; -update noar ti set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9; -update noar tt set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9; -update noar ti set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9; -update noar tt set b2='N9ENZX5NTSTOHLVBPRY9' where id=9; -update noar ti set b2='N9ENZX5NTSTOHLVBPRY9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='56AMJL983G85V1XPLSP0' where id=1; -update noar ti set b0='56AMJL983G85V1XPLSP0' where id=1; -update noar tt set b1='3FWFB4' where id=1; -update noar ti set b1='3FWFB4' where id=1; -update noar tt set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1; -update noar ti set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1; -update noar tt set b0='DH6YE' where id=2; -update noar ti set b0='DH6YE' where id=2; -update noar tt set b1='Z1Y31' where id=2; -update noar ti set b1='Z1Y31' where id=2; -update noar tt set b2='C6H46H7IPKQ9RTN' where id=2; -update noar ti set b2='C6H46H7IPKQ9RTN' where id=2; -update noar tt set b0='M2JTOSE3ZUE7Z8D' where id=3; -update noar ti set b0='M2JTOSE3ZUE7Z8D' where id=3; -update noar tt set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3; -update noar ti set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3; -update noar tt set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3; -update noar ti set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3; -update noar tt set b0='ZB' where id=4; -update noar ti set b0='ZB' where id=4; -update noar tt set b1='BY264UQW5RX5T2KB2M' where id=4; -update noar ti set b1='BY264UQW5RX5T2KB2M' where id=4; -update noar tt set b2='P4Y' where id=4; -update noar ti set b2='P4Y' where id=4; -update noar tt set b0='R0E536JU0' where id=5; -update noar ti set b0='R0E536JU0' where id=5; -update noar tt set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5; -update noar ti set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5; -update noar tt set b2='L9FE' where id=5; -update noar ti set b2='L9FE' where id=5; -update noar tt set b0='IOW7HK5VP3JMKWOWR' where id=6; -update noar ti set b0='IOW7HK5VP3JMKWOWR' where id=6; -update noar tt set b1='H5PH3OLPW2' where id=6; -update noar ti set b1='H5PH3OLPW2' where id=6; -update noar tt set b2='A4SJ6UOC' where id=6; -update noar ti set b2='A4SJ6UOC' where id=6; -update noar tt set b0='OGXACY' where id=7; -update noar ti set b0='OGXACY' where id=7; -update noar tt set b1='1HDURLDWQFU6W0R68' where id=7; -update noar ti set b1='1HDURLDWQFU6W0R68' where id=7; -update noar tt set b2='9KSVB3P8GBVL7WSS29W6E' where id=7; -update noar ti set b2='9KSVB3P8GBVL7WSS29W6E' where id=7; -update noar tt set b0='AZ60M6KYCGAB08GR' where id=8; -update noar ti set b0='AZ60M6KYCGAB08GR' where id=8; -update noar tt set b1='5ET0Q4B4IE8BI4TG8' where id=8; -update noar ti set b1='5ET0Q4B4IE8BI4TG8' where id=8; -update noar tt set b2='KM8' where id=8; -update noar ti set b2='KM8' where id=8; -update noar tt set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9; -update noar ti set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9; -update noar tt set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9; -update noar ti set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9; -update noar tt set b2='9' where id=9; -update noar ti set b2='9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='D5RQ5CZ' where id=1; -update noar ti set b0='D5RQ5CZ' where id=1; -update noar tt set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1; -update noar ti set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1; -update noar tt set b2='PW' where id=1; -update noar ti set b2='PW' where id=1; -update noar tt set b0='RP7G3Z93X41UAZDJH' where id=2; -update noar ti set b0='RP7G3Z93X41UAZDJH' where id=2; -update noar tt set b1='3F310XIFVRVS663KAOF' where id=2; -update noar ti set b1='3F310XIFVRVS663KAOF' where id=2; -update noar tt set b2='ZN' where id=2; -update noar ti set b2='ZN' where id=2; -update noar tt set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3; -update noar ti set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3; -update noar tt set b1='O2HHP099ZWSR4AV7QTY' where id=3; -update noar ti set b1='O2HHP099ZWSR4AV7QTY' where id=3; -update noar tt set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3; -update noar ti set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3; -update noar tt set b0='Q4GH6SWGDV6' where id=4; -update noar ti set b0='Q4GH6SWGDV6' where id=4; -update noar tt set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4; -update noar ti set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4; -update noar tt set b2='M0VB12ETATHJXPV71C' where id=4; -update noar ti set b2='M0VB12ETATHJXPV71C' where id=4; -update noar tt set b0='CRT1768U969' where id=5; -update noar ti set b0='CRT1768U969' where id=5; -update noar tt set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5; -update noar ti set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5; -update noar tt set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5; -update noar ti set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5; -update noar tt set b0='E' where id=6; -update noar ti set b0='E' where id=6; -update noar tt set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6; -update noar ti set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6; -update noar tt set b2='ELA3ZVF41SQIDZSQ40' where id=6; -update noar ti set b2='ELA3ZVF41SQIDZSQ40' where id=6; -update noar tt set b0='3S' where id=7; -update noar ti set b0='3S' where id=7; -update noar tt set b1='NV' where id=7; -update noar ti set b1='NV' where id=7; -update noar tt set b2='0NXW8QE' where id=7; -update noar ti set b2='0NXW8QE' where id=7; -update noar tt set b0='YWF1WJL1YAHW5S' where id=8; -update noar ti set b0='YWF1WJL1YAHW5S' where id=8; -update noar tt set b1='QT18FZ87HUWU09YV50P' where id=8; -update noar ti set b1='QT18FZ87HUWU09YV50P' where id=8; -update noar tt set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8; -update noar ti set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8; -update noar tt set b0='HJ' where id=9; -update noar ti set b0='HJ' where id=9; -update noar tt set b1='399DX' where id=9; -update noar ti set b1='399DX' where id=9; -update noar tt set b2='D' where id=9; -update noar ti set b2='D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 blob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KUL9R62R5XHT9TLKXWAJ2' where id=1; -update noar ti set b0='KUL9R62R5XHT9TLKXWAJ2' where id=1; -update noar tt set b1='I16AISVK0C84JN94O' where id=1; -update noar ti set b1='I16AISVK0C84JN94O' where id=1; -update noar tt set b2='DZBSYN6XM3LQRMUOHVS' where id=1; -update noar ti set b2='DZBSYN6XM3LQRMUOHVS' where id=1; -update noar tt set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2; -update noar ti set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2; -update noar tt set b1='T5W4UV' where id=2; -update noar ti set b1='T5W4UV' where id=2; -update noar tt set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2; -update noar ti set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2; -update noar tt set b0='FZMG4K9M9' where id=3; -update noar ti set b0='FZMG4K9M9' where id=3; -update noar tt set b1='KDK2I3CZ5ODM4COM' where id=3; -update noar ti set b1='KDK2I3CZ5ODM4COM' where id=3; -update noar tt set b2='Q8CHH3VNZXM5JBOAK' where id=3; -update noar ti set b2='Q8CHH3VNZXM5JBOAK' where id=3; -update noar tt set b0='Z' where id=4; -update noar ti set b0='Z' where id=4; -update noar tt set b1='T9Z' where id=4; -update noar ti set b1='T9Z' where id=4; -update noar tt set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4; -update noar ti set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4; -update noar tt set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5; -update noar ti set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5; -update noar tt set b1='NEOGGYNOPY4JC1JXJ' where id=5; -update noar ti set b1='NEOGGYNOPY4JC1JXJ' where id=5; -update noar tt set b2='QD8W0VPV' where id=5; -update noar ti set b2='QD8W0VPV' where id=5; -update noar tt set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6; -update noar ti set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6; -update noar tt set b1='GDVTQ' where id=6; -update noar ti set b1='GDVTQ' where id=6; -update noar tt set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6; -update noar ti set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6; -update noar tt set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7; -update noar ti set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7; -update noar tt set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7; -update noar ti set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7; -update noar tt set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7; -update noar ti set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7; -update noar tt set b0='6O50X7JG01O476B92PVF' where id=8; -update noar ti set b0='6O50X7JG01O476B92PVF' where id=8; -update noar tt set b1='JF1' where id=8; -update noar ti set b1='JF1' where id=8; -update noar tt set b2='O8JXY5CFDL20' where id=8; -update noar ti set b2='O8JXY5CFDL20' where id=8; -update noar tt set b0='V27DZ' where id=9; -update noar ti set b0='V27DZ' where id=9; -update noar tt set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9; -update noar ti set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9; -update noar tt set b2='GEL' where id=9; -update noar ti set b2='GEL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 blob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2J50PUSKS4CLILJ8BE' where id=1; -update noar ti set b0='2J50PUSKS4CLILJ8BE' where id=1; -update noar tt set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1; -update noar ti set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1; -update noar tt set b2='KSB8DY5VBCSVTJ' where id=1; -update noar ti set b2='KSB8DY5VBCSVTJ' where id=1; -update noar tt set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2; -update noar ti set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2; -update noar tt set b1='YXPLOGN9198B' where id=2; -update noar ti set b1='YXPLOGN9198B' where id=2; -update noar tt set b2='LA3M88Q' where id=2; -update noar ti set b2='LA3M88Q' where id=2; -update noar tt set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3; -update noar ti set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3; -update noar tt set b1='AQWK4196CLH31W5OF0K' where id=3; -update noar ti set b1='AQWK4196CLH31W5OF0K' where id=3; -update noar tt set b2='WQ3TDBB7I9' where id=3; -update noar ti set b2='WQ3TDBB7I9' where id=3; -update noar tt set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4; -update noar ti set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4; -update noar tt set b1='I6QS32TU' where id=4; -update noar ti set b1='I6QS32TU' where id=4; -update noar tt set b2='SV6UBP82JBWED' where id=4; -update noar ti set b2='SV6UBP82JBWED' where id=4; -update noar tt set b0='U' where id=5; -update noar ti set b0='U' where id=5; -update noar tt set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5; -update noar ti set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5; -update noar tt set b2='EOGDCBZLP7EB4O2V8SN' where id=5; -update noar ti set b2='EOGDCBZLP7EB4O2V8SN' where id=5; -update noar tt set b0='SA56' where id=6; -update noar ti set b0='SA56' where id=6; -update noar tt set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6; -update noar ti set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6; -update noar tt set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6; -update noar ti set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6; -update noar tt set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7; -update noar ti set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7; -update noar tt set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7; -update noar ti set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7; -update noar tt set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7; -update noar ti set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7; -update noar tt set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8; -update noar ti set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8; -update noar tt set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8; -update noar ti set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8; -update noar tt set b2='QIMCR0S7' where id=8; -update noar ti set b2='QIMCR0S7' where id=8; -update noar tt set b0='UHXB' where id=9; -update noar ti set b0='UHXB' where id=9; -update noar tt set b1='V8STWNA1AEQVKVDB7ZL8' where id=9; -update noar ti set b1='V8STWNA1AEQVKVDB7ZL8' where id=9; -update noar tt set b2='8KZE20JFQ7F80V' where id=9; -update noar ti set b2='8KZE20JFQ7F80V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7CDYYCLYVV3P' where id=1; -update noar ti set b0='7CDYYCLYVV3P' where id=1; -update noar tt set b1='GBZFHZ9' where id=1; -update noar ti set b1='GBZFHZ9' where id=1; -update noar tt set b2='T4BUQYE' where id=1; -update noar ti set b2='T4BUQYE' where id=1; -update noar tt set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2; -update noar ti set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2; -update noar tt set b1='G7LQ' where id=2; -update noar ti set b1='G7LQ' where id=2; -update noar tt set b2='XMN08ZVS2TRN6HE4JX9L' where id=2; -update noar ti set b2='XMN08ZVS2TRN6HE4JX9L' where id=2; -update noar tt set b0='O0P' where id=3; -update noar ti set b0='O0P' where id=3; -update noar tt set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3; -update noar ti set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3; -update noar tt set b2='J2EZDFMNI04QC35' where id=3; -update noar ti set b2='J2EZDFMNI04QC35' where id=3; -update noar tt set b0='AA7754SASPCBQ3KQRP21M' where id=4; -update noar ti set b0='AA7754SASPCBQ3KQRP21M' where id=4; -update noar tt set b1='1F358JYFLDLOXI' where id=4; -update noar ti set b1='1F358JYFLDLOXI' where id=4; -update noar tt set b2='HR0AQW8FX1E' where id=4; -update noar ti set b2='HR0AQW8FX1E' where id=4; -update noar tt set b0='PVMT' where id=5; -update noar ti set b0='PVMT' where id=5; -update noar tt set b1='2XR3QS' where id=5; -update noar ti set b1='2XR3QS' where id=5; -update noar tt set b2='ITAGAD' where id=5; -update noar ti set b2='ITAGAD' where id=5; -update noar tt set b0='6L68VMJY3SYTRRDC4HYA' where id=6; -update noar ti set b0='6L68VMJY3SYTRRDC4HYA' where id=6; -update noar tt set b1='WJUHNDSXWWAG' where id=6; -update noar ti set b1='WJUHNDSXWWAG' where id=6; -update noar tt set b2='58RVBGH37AO139VKFAQSK' where id=6; -update noar ti set b2='58RVBGH37AO139VKFAQSK' where id=6; -update noar tt set b0='67UD1' where id=7; -update noar ti set b0='67UD1' where id=7; -update noar tt set b1='2I8W7ESDGFM4Y5E' where id=7; -update noar ti set b1='2I8W7ESDGFM4Y5E' where id=7; -update noar tt set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7; -update noar ti set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7; -update noar tt set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8; -update noar ti set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8; -update noar tt set b1='5C7BUUI807GM63M' where id=8; -update noar ti set b1='5C7BUUI807GM63M' where id=8; -update noar tt set b2='K' where id=8; -update noar ti set b2='K' where id=8; -update noar tt set b0='ER' where id=9; -update noar ti set b0='ER' where id=9; -update noar tt set b1='OQ3MYTZL4ESWL6Z8V' where id=9; -update noar ti set b1='OQ3MYTZL4ESWL6Z8V' where id=9; -update noar tt set b2='JIDOINACMUZU' where id=9; -update noar ti set b2='JIDOINACMUZU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='C6' where id=1; -update noar ti set b0='C6' where id=1; -update noar tt set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1; -update noar ti set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1; -update noar tt set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1; -update noar ti set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1; -update noar tt set b0='QO39RTKRAI' where id=2; -update noar ti set b0='QO39RTKRAI' where id=2; -update noar tt set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2; -update noar ti set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2; -update noar tt set b2='RT9ZNAF' where id=2; -update noar ti set b2='RT9ZNAF' where id=2; -update noar tt set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3; -update noar ti set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3; -update noar tt set b1='GLGA44' where id=3; -update noar ti set b1='GLGA44' where id=3; -update noar tt set b2='RU6U5' where id=3; -update noar ti set b2='RU6U5' where id=3; -update noar tt set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4; -update noar ti set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4; -update noar tt set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4; -update noar ti set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4; -update noar tt set b2='6JH9Q' where id=4; -update noar ti set b2='6JH9Q' where id=4; -update noar tt set b0='L0RESOTBTQV' where id=5; -update noar ti set b0='L0RESOTBTQV' where id=5; -update noar tt set b1='D2' where id=5; -update noar ti set b1='D2' where id=5; -update noar tt set b2='UG2GQNWXSYM' where id=5; -update noar ti set b2='UG2GQNWXSYM' where id=5; -update noar tt set b0='T8J' where id=6; -update noar ti set b0='T8J' where id=6; -update noar tt set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6; -update noar ti set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6; -update noar tt set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6; -update noar ti set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6; -update noar tt set b0='1YYQCPJV7OUC' where id=7; -update noar ti set b0='1YYQCPJV7OUC' where id=7; -update noar tt set b1='J76VDPWGNVZ81' where id=7; -update noar ti set b1='J76VDPWGNVZ81' where id=7; -update noar tt set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7; -update noar ti set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7; -update noar tt set b0='6BBHJLWDH8QZZH' where id=8; -update noar ti set b0='6BBHJLWDH8QZZH' where id=8; -update noar tt set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8; -update noar ti set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8; -update noar tt set b2='LZXU4W69N2DR' where id=8; -update noar ti set b2='LZXU4W69N2DR' where id=8; -update noar tt set b0='HETGMBF3GSCNU2C4DASNP' where id=9; -update noar ti set b0='HETGMBF3GSCNU2C4DASNP' where id=9; -update noar tt set b1='22GV5RJOB5H7741' where id=9; -update noar ti set b1='22GV5RJOB5H7741' where id=9; -update noar tt set b2='IDDR5KA9OHDG70M5ZC' where id=9; -update noar ti set b2='IDDR5KA9OHDG70M5ZC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1; -update noar ti set b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1; -update noar tt set b1='AF' where id=1; -update noar ti set b1='AF' where id=1; -update noar tt set b2='Y7KFGW5T7SV' where id=1; -update noar ti set b2='Y7KFGW5T7SV' where id=1; -update noar tt set b0='VC0IUSILD4PN81LG48YUY' where id=2; -update noar ti set b0='VC0IUSILD4PN81LG48YUY' where id=2; -update noar tt set b1='HRQ45I18BYA7GQBSMS' where id=2; -update noar ti set b1='HRQ45I18BYA7GQBSMS' where id=2; -update noar tt set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2; -update noar ti set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2; -update noar tt set b0='DM28KDBKQ71' where id=3; -update noar ti set b0='DM28KDBKQ71' where id=3; -update noar tt set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3; -update noar ti set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3; -update noar tt set b2='GPP6VN80AFJMNJ168695' where id=3; -update noar ti set b2='GPP6VN80AFJMNJ168695' where id=3; -update noar tt set b0='LRNFCS3D8HJL28' where id=4; -update noar ti set b0='LRNFCS3D8HJL28' where id=4; -update noar tt set b1='8EWKJ5ORQNDO158EJN0' where id=4; -update noar ti set b1='8EWKJ5ORQNDO158EJN0' where id=4; -update noar tt set b2='16JQ36TDSTKNJ780L2N9U' where id=4; -update noar ti set b2='16JQ36TDSTKNJ780L2N9U' where id=4; -update noar tt set b0='56RW5' where id=5; -update noar ti set b0='56RW5' where id=5; -update noar tt set b1='R7TL1XXDTN005D74MY9L' where id=5; -update noar ti set b1='R7TL1XXDTN005D74MY9L' where id=5; -update noar tt set b2='R0C' where id=5; -update noar ti set b2='R0C' where id=5; -update noar tt set b0='8ISFYDRRMQW0NDBPEC9L' where id=6; -update noar ti set b0='8ISFYDRRMQW0NDBPEC9L' where id=6; -update noar tt set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6; -update noar ti set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6; -update noar tt set b2='JUN9TLDZDV2N0RW9' where id=6; -update noar ti set b2='JUN9TLDZDV2N0RW9' where id=6; -update noar tt set b0='QCQ1GDVCVPDJH87QV' where id=7; -update noar ti set b0='QCQ1GDVCVPDJH87QV' where id=7; -update noar tt set b1='LOVX89LS6NE' where id=7; -update noar ti set b1='LOVX89LS6NE' where id=7; -update noar tt set b2='P' where id=7; -update noar ti set b2='P' where id=7; -update noar tt set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8; -update noar ti set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8; -update noar tt set b1='Z8DU5NMHP8XOI' where id=8; -update noar ti set b1='Z8DU5NMHP8XOI' where id=8; -update noar tt set b2='J205717P18L' where id=8; -update noar ti set b2='J205717P18L' where id=8; -update noar tt set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9; -update noar ti set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9; -update noar tt set b1='D4IJGT76XBJ9WSIC' where id=9; -update noar ti set b1='D4IJGT76XBJ9WSIC' where id=9; -update noar tt set b2='ERZ182THFSO1X1C' where id=9; -update noar ti set b2='ERZ182THFSO1X1C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='17AJDBI9' where id=1; -update noar ti set b0='17AJDBI9' where id=1; -update noar tt set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1; -update noar ti set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1; -update noar tt set b2='UIVSAMSD5SONPH0OYYX' where id=1; -update noar ti set b2='UIVSAMSD5SONPH0OYYX' where id=1; -update noar tt set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2; -update noar ti set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2; -update noar tt set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2; -update noar ti set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2; -update noar tt set b2='5KZ' where id=2; -update noar ti set b2='5KZ' where id=2; -update noar tt set b0='8XWIIERQXFLK8AKC1R1' where id=3; -update noar ti set b0='8XWIIERQXFLK8AKC1R1' where id=3; -update noar tt set b1='ZMEA7VELZYAQFHH1' where id=3; -update noar ti set b1='ZMEA7VELZYAQFHH1' where id=3; -update noar tt set b2='25O1X' where id=3; -update noar ti set b2='25O1X' where id=3; -update noar tt set b0='2FGED7D2KGPDLN' where id=4; -update noar ti set b0='2FGED7D2KGPDLN' where id=4; -update noar tt set b1='LN' where id=4; -update noar ti set b1='LN' where id=4; -update noar tt set b2='REZOU5LK3VX1ALEWM' where id=4; -update noar ti set b2='REZOU5LK3VX1ALEWM' where id=4; -update noar tt set b0='YCG' where id=5; -update noar ti set b0='YCG' where id=5; -update noar tt set b1='BAYLK1X9WTBT4TVG21V' where id=5; -update noar ti set b1='BAYLK1X9WTBT4TVG21V' where id=5; -update noar tt set b2='KWXST8PVYOSNRI0' where id=5; -update noar ti set b2='KWXST8PVYOSNRI0' where id=5; -update noar tt set b0='0I45AIEGXIA5UXC2' where id=6; -update noar ti set b0='0I45AIEGXIA5UXC2' where id=6; -update noar tt set b1='D5V346' where id=6; -update noar ti set b1='D5V346' where id=6; -update noar tt set b2='8' where id=6; -update noar ti set b2='8' where id=6; -update noar tt set b0='O891VTQKFH' where id=7; -update noar ti set b0='O891VTQKFH' where id=7; -update noar tt set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7; -update noar ti set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7; -update noar tt set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7; -update noar ti set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7; -update noar tt set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8; -update noar ti set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8; -update noar tt set b1='483RCPP45FUATV7YG5L' where id=8; -update noar ti set b1='483RCPP45FUATV7YG5L' where id=8; -update noar tt set b2='VC4D88' where id=8; -update noar ti set b2='VC4D88' where id=8; -update noar tt set b0='P' where id=9; -update noar ti set b0='P' where id=9; -update noar tt set b1='QMTZBK6UYYYW8Z' where id=9; -update noar ti set b1='QMTZBK6UYYYW8Z' where id=9; -update noar tt set b2='NSU' where id=9; -update noar ti set b2='NSU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='65YJEE13IWQUE' where id=1; -update noar ti set b0='65YJEE13IWQUE' where id=1; -update noar tt set b1='TCTC1A' where id=1; -update noar ti set b1='TCTC1A' where id=1; -update noar tt set b2='OZXJ' where id=1; -update noar ti set b2='OZXJ' where id=1; -update noar tt set b0='TMS' where id=2; -update noar ti set b0='TMS' where id=2; -update noar tt set b1='ZWERA63F20BCAV3' where id=2; -update noar ti set b1='ZWERA63F20BCAV3' where id=2; -update noar tt set b2='L05MPNDVRUXSHD4P1RH' where id=2; -update noar ti set b2='L05MPNDVRUXSHD4P1RH' where id=2; -update noar tt set b0='EDLHA' where id=3; -update noar ti set b0='EDLHA' where id=3; -update noar tt set b1='73FRWPOG3' where id=3; -update noar ti set b1='73FRWPOG3' where id=3; -update noar tt set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3; -update noar ti set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3; -update noar tt set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4; -update noar ti set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4; -update noar tt set b1='XI5GWIEERUB19Y98ZMC' where id=4; -update noar ti set b1='XI5GWIEERUB19Y98ZMC' where id=4; -update noar tt set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4; -update noar ti set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4; -update noar tt set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5; -update noar ti set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5; -update noar tt set b1='NSNJ1PC01PN4NH' where id=5; -update noar ti set b1='NSNJ1PC01PN4NH' where id=5; -update noar tt set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5; -update noar ti set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5; -update noar tt set b0='L1CGVE' where id=6; -update noar ti set b0='L1CGVE' where id=6; -update noar tt set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6; -update noar ti set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6; -update noar tt set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6; -update noar ti set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6; -update noar tt set b0='1B6BH39B' where id=7; -update noar ti set b0='1B6BH39B' where id=7; -update noar tt set b1='JSYHA6JRTBYIMRBDTU' where id=7; -update noar ti set b1='JSYHA6JRTBYIMRBDTU' where id=7; -update noar tt set b2='P7O2D' where id=7; -update noar ti set b2='P7O2D' where id=7; -update noar tt set b0='ZR2GCW88R0V' where id=8; -update noar ti set b0='ZR2GCW88R0V' where id=8; -update noar tt set b1='WIFGDOLS5XXEJBG' where id=8; -update noar ti set b1='WIFGDOLS5XXEJBG' where id=8; -update noar tt set b2='6XGD7H0202357X9R6VSUKSR' where id=8; -update noar ti set b2='6XGD7H0202357X9R6VSUKSR' where id=8; -update noar tt set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9; -update noar ti set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9; -update noar tt set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9; -update noar ti set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9; -update noar tt set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9; -update noar ti set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TOBQKN42SUUGP63XRGHY1J5' where id=1; -update noar ti set b0='TOBQKN42SUUGP63XRGHY1J5' where id=1; -update noar tt set b1='G4FKD' where id=1; -update noar ti set b1='G4FKD' where id=1; -update noar tt set b2='G' where id=1; -update noar ti set b2='G' where id=1; -update noar tt set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2; -update noar ti set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2; -update noar tt set b1='PNTRT71405K6SHAEBVAX' where id=2; -update noar ti set b1='PNTRT71405K6SHAEBVAX' where id=2; -update noar tt set b2='0D7T1OCJDHV6VIV9DZ5' where id=2; -update noar ti set b2='0D7T1OCJDHV6VIV9DZ5' where id=2; -update noar tt set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3; -update noar ti set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3; -update noar tt set b1='VAN8EKUEXNKRE' where id=3; -update noar ti set b1='VAN8EKUEXNKRE' where id=3; -update noar tt set b2='XJCR2JHJW5' where id=3; -update noar ti set b2='XJCR2JHJW5' where id=3; -update noar tt set b0='OXG5W7JU' where id=4; -update noar ti set b0='OXG5W7JU' where id=4; -update noar tt set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4; -update noar ti set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4; -update noar tt set b2='L2B7CLE3Q955XDFE2UR' where id=4; -update noar ti set b2='L2B7CLE3Q955XDFE2UR' where id=4; -update noar tt set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5; -update noar ti set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5; -update noar tt set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5; -update noar ti set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5; -update noar tt set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5; -update noar ti set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5; -update noar tt set b0='J13DGJMKK' where id=6; -update noar ti set b0='J13DGJMKK' where id=6; -update noar tt set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6; -update noar ti set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6; -update noar tt set b2='X' where id=6; -update noar ti set b2='X' where id=6; -update noar tt set b0='MQF' where id=7; -update noar ti set b0='MQF' where id=7; -update noar tt set b1='DF4BYC54BPBT16UGQDLQTT' where id=7; -update noar ti set b1='DF4BYC54BPBT16UGQDLQTT' where id=7; -update noar tt set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7; -update noar ti set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7; -update noar tt set b0='1P4JOLC1RP' where id=8; -update noar ti set b0='1P4JOLC1RP' where id=8; -update noar tt set b1='TSZ73EN' where id=8; -update noar ti set b1='TSZ73EN' where id=8; -update noar tt set b2='6CGX2FBTI8Y0VY2EUU4' where id=8; -update noar ti set b2='6CGX2FBTI8Y0VY2EUU4' where id=8; -update noar tt set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9; -update noar ti set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9; -update noar tt set b1='8PT11CX4KBBLGB0' where id=9; -update noar ti set b1='8PT11CX4KBBLGB0' where id=9; -update noar tt set b2='W4' where id=9; -update noar ti set b2='W4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9RMD' where id=1; -update noar ti set b0='9RMD' where id=1; -update noar tt set b1='TYIPDO3YUIUCVODS4' where id=1; -update noar ti set b1='TYIPDO3YUIUCVODS4' where id=1; -update noar tt set b2='6IV' where id=1; -update noar ti set b2='6IV' where id=1; -update noar tt set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2; -update noar ti set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2; -update noar tt set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2; -update noar ti set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2; -update noar tt set b2='EIHD06DJEAK5K1' where id=2; -update noar ti set b2='EIHD06DJEAK5K1' where id=2; -update noar tt set b0='RKKOEX2AIKMYTOK2LX' where id=3; -update noar ti set b0='RKKOEX2AIKMYTOK2LX' where id=3; -update noar tt set b1='I' where id=3; -update noar ti set b1='I' where id=3; -update noar tt set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3; -update noar ti set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3; -update noar tt set b0='1BHBGALM' where id=4; -update noar ti set b0='1BHBGALM' where id=4; -update noar tt set b1='NC23ZCD8' where id=4; -update noar ti set b1='NC23ZCD8' where id=4; -update noar tt set b2='XZ' where id=4; -update noar ti set b2='XZ' where id=4; -update noar tt set b0='1PQ0BA7' where id=5; -update noar ti set b0='1PQ0BA7' where id=5; -update noar tt set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5; -update noar ti set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5; -update noar tt set b2='H8TN56V' where id=5; -update noar ti set b2='H8TN56V' where id=5; -update noar tt set b0='1' where id=6; -update noar ti set b0='1' where id=6; -update noar tt set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6; -update noar ti set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6; -update noar tt set b2='V1P3HAQRATR52GGRFHM6SG' where id=6; -update noar ti set b2='V1P3HAQRATR52GGRFHM6SG' where id=6; -update noar tt set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7; -update noar ti set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7; -update noar tt set b1='JTLVFSMCVBHO' where id=7; -update noar ti set b1='JTLVFSMCVBHO' where id=7; -update noar tt set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7; -update noar ti set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7; -update noar tt set b0='C8GCJOOI0T4N8O' where id=8; -update noar ti set b0='C8GCJOOI0T4N8O' where id=8; -update noar tt set b1='8Q0C3NVR8' where id=8; -update noar ti set b1='8Q0C3NVR8' where id=8; -update noar tt set b2='NID37C0FSL14ZSTGY' where id=8; -update noar ti set b2='NID37C0FSL14ZSTGY' where id=8; -update noar tt set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9; -update noar ti set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9; -update noar tt set b1='PGV9HBB4WLB' where id=9; -update noar ti set b1='PGV9HBB4WLB' where id=9; -update noar tt set b2='T' where id=9; -update noar ti set b2='T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1; -update noar ti set b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1; -update noar tt set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1; -update noar ti set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1; -update noar tt set b2='7DTC5DJ5G7TIDO8' where id=1; -update noar ti set b2='7DTC5DJ5G7TIDO8' where id=1; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set b1='JXQOS9' where id=2; -update noar ti set b1='JXQOS9' where id=2; -update noar tt set b2='12O2O1T3N0P8KRRGEJS7B' where id=2; -update noar ti set b2='12O2O1T3N0P8KRRGEJS7B' where id=2; -update noar tt set b0='AX1T88VFY7RI3QB' where id=3; -update noar ti set b0='AX1T88VFY7RI3QB' where id=3; -update noar tt set b1='N4CMM2U1WGGXI7EKQ' where id=3; -update noar ti set b1='N4CMM2U1WGGXI7EKQ' where id=3; -update noar tt set b2='197JHL39G90FSL8VYQMQS' where id=3; -update noar ti set b2='197JHL39G90FSL8VYQMQS' where id=3; -update noar tt set b0='TDCNRDGPMRN9RU' where id=4; -update noar ti set b0='TDCNRDGPMRN9RU' where id=4; -update noar tt set b1='ZKKNM' where id=4; -update noar ti set b1='ZKKNM' where id=4; -update noar tt set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4; -update noar ti set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4; -update noar tt set b0='DIPOUWJYOMHHDIE6' where id=5; -update noar ti set b0='DIPOUWJYOMHHDIE6' where id=5; -update noar tt set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5; -update noar ti set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5; -update noar tt set b2='QCBUTH8YUR263U05GNOB5Q' where id=5; -update noar ti set b2='QCBUTH8YUR263U05GNOB5Q' where id=5; -update noar tt set b0='W1ZQ' where id=6; -update noar ti set b0='W1ZQ' where id=6; -update noar tt set b1='7NV0B333' where id=6; -update noar ti set b1='7NV0B333' where id=6; -update noar tt set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6; -update noar ti set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6; -update noar tt set b0='A1XWKO7' where id=7; -update noar ti set b0='A1XWKO7' where id=7; -update noar tt set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7; -update noar ti set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7; -update noar tt set b2='5G6O2RKTG' where id=7; -update noar ti set b2='5G6O2RKTG' where id=7; -update noar tt set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8; -update noar ti set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8; -update noar tt set b1='14IBLVPMUDIL14GN1' where id=8; -update noar ti set b1='14IBLVPMUDIL14GN1' where id=8; -update noar tt set b2='SX4PM3NPHD638' where id=8; -update noar ti set b2='SX4PM3NPHD638' where id=8; -update noar tt set b0='HLV213O72HW7YRQSGJD5M' where id=9; -update noar ti set b0='HLV213O72HW7YRQSGJD5M' where id=9; -update noar tt set b1='IBQ8NKFYS' where id=9; -update noar ti set b1='IBQ8NKFYS' where id=9; -update noar tt set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9; -update noar ti set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 mediumblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XW0PG070O391K72FDZIS7' where id=1; -update noar ti set b0='XW0PG070O391K72FDZIS7' where id=1; -update noar tt set b1='S' where id=1; -update noar ti set b1='S' where id=1; -update noar tt set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1; -update noar ti set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1; -update noar tt set b0='ZHF4' where id=2; -update noar ti set b0='ZHF4' where id=2; -update noar tt set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2; -update noar ti set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2; -update noar tt set b2='805FBNL1W' where id=2; -update noar ti set b2='805FBNL1W' where id=2; -update noar tt set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3; -update noar ti set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3; -update noar tt set b1='5P1W37GHJCY' where id=3; -update noar ti set b1='5P1W37GHJCY' where id=3; -update noar tt set b2='UHQ' where id=3; -update noar ti set b2='UHQ' where id=3; -update noar tt set b0='2J1T0B6BXK0T13K' where id=4; -update noar ti set b0='2J1T0B6BXK0T13K' where id=4; -update noar tt set b1='KVFQGXVV2NMWTEW6PORP' where id=4; -update noar ti set b1='KVFQGXVV2NMWTEW6PORP' where id=4; -update noar tt set b2='GC0E5VURDYYC' where id=4; -update noar ti set b2='GC0E5VURDYYC' where id=4; -update noar tt set b0='Y' where id=5; -update noar ti set b0='Y' where id=5; -update noar tt set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5; -update noar ti set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5; -update noar tt set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5; -update noar ti set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5; -update noar tt set b0='E9H7' where id=6; -update noar ti set b0='E9H7' where id=6; -update noar tt set b1='782SIPI2PQUIHBKX014RRI' where id=6; -update noar ti set b1='782SIPI2PQUIHBKX014RRI' where id=6; -update noar tt set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6; -update noar ti set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6; -update noar tt set b0='LRQSJNM8IJ' where id=7; -update noar ti set b0='LRQSJNM8IJ' where id=7; -update noar tt set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7; -update noar ti set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7; -update noar tt set b2='52SET7KYZ' where id=7; -update noar ti set b2='52SET7KYZ' where id=7; -update noar tt set b0='QA0WV6' where id=8; -update noar ti set b0='QA0WV6' where id=8; -update noar tt set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8; -update noar ti set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8; -update noar tt set b2='1TZ110V6J7BL' where id=8; -update noar ti set b2='1TZ110V6J7BL' where id=8; -update noar tt set b0='864XZ0BNOSHR' where id=9; -update noar ti set b0='864XZ0BNOSHR' where id=9; -update noar tt set b1='ZTYAMK4TO8OMA0KWLV8' where id=9; -update noar ti set b1='ZTYAMK4TO8OMA0KWLV8' where id=9; -update noar tt set b2='C6IFCKRZH7Q9RVXU6C' where id=9; -update noar ti set b2='C6IFCKRZH7Q9RVXU6C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 mediumblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8A3E7GNRJNWH1LICL603SIMW' where id=1; -update noar ti set b0='8A3E7GNRJNWH1LICL603SIMW' where id=1; -update noar tt set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1; -update noar ti set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1; -update noar tt set b2='5TT18' where id=1; -update noar ti set b2='5TT18' where id=1; -update noar tt set b0='COZY' where id=2; -update noar ti set b0='COZY' where id=2; -update noar tt set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2; -update noar ti set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2; -update noar tt set b2='4NYPYLX6Z100VQFH9Y2E' where id=2; -update noar ti set b2='4NYPYLX6Z100VQFH9Y2E' where id=2; -update noar tt set b0='59CCV5112PZRDB' where id=3; -update noar ti set b0='59CCV5112PZRDB' where id=3; -update noar tt set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3; -update noar ti set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3; -update noar tt set b2='E' where id=3; -update noar ti set b2='E' where id=3; -update noar tt set b0='1Z5AGHX' where id=4; -update noar ti set b0='1Z5AGHX' where id=4; -update noar tt set b1='I5MCPCL0HDHW' where id=4; -update noar ti set b1='I5MCPCL0HDHW' where id=4; -update noar tt set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4; -update noar ti set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4; -update noar tt set b0='ZJ2LCP' where id=5; -update noar ti set b0='ZJ2LCP' where id=5; -update noar tt set b1='9PFOHP58' where id=5; -update noar ti set b1='9PFOHP58' where id=5; -update noar tt set b2='E5D5IM5RZ6' where id=5; -update noar ti set b2='E5D5IM5RZ6' where id=5; -update noar tt set b0='0JI1' where id=6; -update noar ti set b0='0JI1' where id=6; -update noar tt set b1='Q81T' where id=6; -update noar ti set b1='Q81T' where id=6; -update noar tt set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6; -update noar ti set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6; -update noar tt set b0='WKROC99QPP' where id=7; -update noar ti set b0='WKROC99QPP' where id=7; -update noar tt set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7; -update noar ti set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7; -update noar tt set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7; -update noar ti set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7; -update noar tt set b0='3ZX7YSDOSBLK2O3163I' where id=8; -update noar ti set b0='3ZX7YSDOSBLK2O3163I' where id=8; -update noar tt set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8; -update noar ti set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8; -update noar tt set b2='6ORJ6ML11Y' where id=8; -update noar ti set b2='6ORJ6ML11Y' where id=8; -update noar tt set b0='DD5PRF62PI' where id=9; -update noar ti set b0='DD5PRF62PI' where id=9; -update noar tt set b1='KM7GBCPJ46P00L' where id=9; -update noar ti set b1='KM7GBCPJ46P00L' where id=9; -update noar tt set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9; -update noar ti set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1; -update noar ti set b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1; -update noar tt set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1; -update noar ti set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1; -update noar tt set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1; -update noar ti set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1; -update noar tt set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2; -update noar ti set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2; -update noar tt set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2; -update noar ti set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2; -update noar tt set b2='CPIVVNQX4TZR' where id=2; -update noar ti set b2='CPIVVNQX4TZR' where id=2; -update noar tt set b0='O6LZEOFE332J' where id=3; -update noar ti set b0='O6LZEOFE332J' where id=3; -update noar tt set b1='6K1TG4' where id=3; -update noar ti set b1='6K1TG4' where id=3; -update noar tt set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3; -update noar ti set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3; -update noar tt set b0='BPFSXIEV9EE2AXHQY48P' where id=4; -update noar ti set b0='BPFSXIEV9EE2AXHQY48P' where id=4; -update noar tt set b1='4QK0J7786RI3U8GL8' where id=4; -update noar ti set b1='4QK0J7786RI3U8GL8' where id=4; -update noar tt set b2='7BZQ3Y5PQM5545IZ' where id=4; -update noar ti set b2='7BZQ3Y5PQM5545IZ' where id=4; -update noar tt set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5; -update noar ti set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5; -update noar tt set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5; -update noar ti set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5; -update noar tt set b2='DVMQ8L' where id=5; -update noar ti set b2='DVMQ8L' where id=5; -update noar tt set b0='TKLUQHR44TEAJARKF' where id=6; -update noar ti set b0='TKLUQHR44TEAJARKF' where id=6; -update noar tt set b1='AN6T3S7PWCZYMO7J' where id=6; -update noar ti set b1='AN6T3S7PWCZYMO7J' where id=6; -update noar tt set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6; -update noar ti set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6; -update noar tt set b0='8LCRSAMFP8CG984YF7Z' where id=7; -update noar ti set b0='8LCRSAMFP8CG984YF7Z' where id=7; -update noar tt set b1='3YEF6XOJ80V074X' where id=7; -update noar ti set b1='3YEF6XOJ80V074X' where id=7; -update noar tt set b2='4X293VJ' where id=7; -update noar ti set b2='4X293VJ' where id=7; -update noar tt set b0='8V7KDWK7' where id=8; -update noar ti set b0='8V7KDWK7' where id=8; -update noar tt set b1='UGVZ2Y6A' where id=8; -update noar ti set b1='UGVZ2Y6A' where id=8; -update noar tt set b2='TWL2XU3NQ34Y9O' where id=8; -update noar ti set b2='TWL2XU3NQ34Y9O' where id=8; -update noar tt set b0='J8LIS3KDS' where id=9; -update noar ti set b0='J8LIS3KDS' where id=9; -update noar tt set b1='8D2ED4075IL' where id=9; -update noar ti set b1='8D2ED4075IL' where id=9; -update noar tt set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9; -update noar ti set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7IZSEFD' where id=1; -update noar ti set b0='7IZSEFD' where id=1; -update noar tt set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1; -update noar ti set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1; -update noar tt set b2='YS9AII1CJDMF' where id=1; -update noar ti set b2='YS9AII1CJDMF' where id=1; -update noar tt set b0='H434P0HTV6OT92R09TQUS' where id=2; -update noar ti set b0='H434P0HTV6OT92R09TQUS' where id=2; -update noar tt set b1='HWW7IR4R5PFSPX' where id=2; -update noar ti set b1='HWW7IR4R5PFSPX' where id=2; -update noar tt set b2='8V51UP8H379U89BKY4BW50T' where id=2; -update noar ti set b2='8V51UP8H379U89BKY4BW50T' where id=2; -update noar tt set b0='3MG9NIUOU90SA8JCYL0V' where id=3; -update noar ti set b0='3MG9NIUOU90SA8JCYL0V' where id=3; -update noar tt set b1='0V1R4520PXY9TMM2CR7SB' where id=3; -update noar ti set b1='0V1R4520PXY9TMM2CR7SB' where id=3; -update noar tt set b2='3VTGYLUQVS41PFOYC4K5' where id=3; -update noar ti set b2='3VTGYLUQVS41PFOYC4K5' where id=3; -update noar tt set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4; -update noar ti set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4; -update noar tt set b1='ICAQ96TZUI32UHDO6NAKL' where id=4; -update noar ti set b1='ICAQ96TZUI32UHDO6NAKL' where id=4; -update noar tt set b2='HN55NKJC45LKROJ1DSTU84C' where id=4; -update noar ti set b2='HN55NKJC45LKROJ1DSTU84C' where id=4; -update noar tt set b0='N8JOW3KH' where id=5; -update noar ti set b0='N8JOW3KH' where id=5; -update noar tt set b1='T7ERDYJXVZ6JW0Z3M' where id=5; -update noar ti set b1='T7ERDYJXVZ6JW0Z3M' where id=5; -update noar tt set b2='EVR9BR8BKLEX50EMD674W1' where id=5; -update noar ti set b2='EVR9BR8BKLEX50EMD674W1' where id=5; -update noar tt set b0='SK0794NV4R7T' where id=6; -update noar ti set b0='SK0794NV4R7T' where id=6; -update noar tt set b1='1V4XK5PFGI1' where id=6; -update noar ti set b1='1V4XK5PFGI1' where id=6; -update noar tt set b2='WF7977XX5Q65S' where id=6; -update noar ti set b2='WF7977XX5Q65S' where id=6; -update noar tt set b0='0LLPSQ3VOIY' where id=7; -update noar ti set b0='0LLPSQ3VOIY' where id=7; -update noar tt set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7; -update noar ti set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7; -update noar tt set b2='P4T488LX0D34' where id=7; -update noar ti set b2='P4T488LX0D34' where id=7; -update noar tt set b0='EBQCITCU3W' where id=8; -update noar ti set b0='EBQCITCU3W' where id=8; -update noar tt set b1='A' where id=8; -update noar ti set b1='A' where id=8; -update noar tt set b2='B7' where id=8; -update noar ti set b2='B7' where id=8; -update noar tt set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9; -update noar ti set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9; -update noar tt set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9; -update noar ti set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9; -update noar tt set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9; -update noar ti set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S6BGCNQML5VSMTO' where id=1; -update noar ti set b0='S6BGCNQML5VSMTO' where id=1; -update noar tt set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1; -update noar ti set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1; -update noar tt set b2='X67SI5CDCJVVYCV' where id=1; -update noar ti set b2='X67SI5CDCJVVYCV' where id=1; -update noar tt set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2; -update noar ti set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2; -update noar tt set b1='XOZO8CN6N3' where id=2; -update noar ti set b1='XOZO8CN6N3' where id=2; -update noar tt set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2; -update noar ti set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2; -update noar tt set b0='1X96A1W1Y9907GZTISROBGP' where id=3; -update noar ti set b0='1X96A1W1Y9907GZTISROBGP' where id=3; -update noar tt set b1='4VM' where id=3; -update noar ti set b1='4VM' where id=3; -update noar tt set b2='52Y8Q' where id=3; -update noar ti set b2='52Y8Q' where id=3; -update noar tt set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4; -update noar ti set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4; -update noar tt set b1='J9B4WWK0LRQ9ET8MMAA' where id=4; -update noar ti set b1='J9B4WWK0LRQ9ET8MMAA' where id=4; -update noar tt set b2='ULGR71U7E70H6DZQ' where id=4; -update noar ti set b2='ULGR71U7E70H6DZQ' where id=4; -update noar tt set b0='4QYK2JM7JX7' where id=5; -update noar ti set b0='4QYK2JM7JX7' where id=5; -update noar tt set b1='C22ZY4W56PJHRKR' where id=5; -update noar ti set b1='C22ZY4W56PJHRKR' where id=5; -update noar tt set b2='C8RW9DEW2Q0DH2IRJJ' where id=5; -update noar ti set b2='C8RW9DEW2Q0DH2IRJJ' where id=5; -update noar tt set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6; -update noar ti set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6; -update noar tt set b1='XQP12ZWUTZ13WP8ZT5L' where id=6; -update noar ti set b1='XQP12ZWUTZ13WP8ZT5L' where id=6; -update noar tt set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6; -update noar ti set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6; -update noar tt set b0='RR5YOKA5L07KO78' where id=7; -update noar ti set b0='RR5YOKA5L07KO78' where id=7; -update noar tt set b1='DWS2FO1AF0YWUPUULKXWH' where id=7; -update noar ti set b1='DWS2FO1AF0YWUPUULKXWH' where id=7; -update noar tt set b2='HBHBYW0M' where id=7; -update noar ti set b2='HBHBYW0M' where id=7; -update noar tt set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8; -update noar ti set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8; -update noar tt set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8; -update noar ti set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8; -update noar tt set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8; -update noar ti set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8; -update noar tt set b0='2EOX3GK1TWM74' where id=9; -update noar ti set b0='2EOX3GK1TWM74' where id=9; -update noar tt set b1='T' where id=9; -update noar ti set b1='T' where id=9; -update noar tt set b2='NIYO3ETGFOO3B' where id=9; -update noar ti set b2='NIYO3ETGFOO3B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1; -update noar ti set b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1; -update noar tt set b1='D6L6LAGOD4311SH9' where id=1; -update noar ti set b1='D6L6LAGOD4311SH9' where id=1; -update noar tt set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1; -update noar ti set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1; -update noar tt set b0='XH' where id=2; -update noar ti set b0='XH' where id=2; -update noar tt set b1='VF6FH7OU' where id=2; -update noar ti set b1='VF6FH7OU' where id=2; -update noar tt set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2; -update noar ti set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2; -update noar tt set b0='QQ' where id=3; -update noar ti set b0='QQ' where id=3; -update noar tt set b1='618U8RXFJ01SV' where id=3; -update noar ti set b1='618U8RXFJ01SV' where id=3; -update noar tt set b2='0CBTO' where id=3; -update noar ti set b2='0CBTO' where id=3; -update noar tt set b0='59MT12LIVYGU705D8' where id=4; -update noar ti set b0='59MT12LIVYGU705D8' where id=4; -update noar tt set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4; -update noar ti set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4; -update noar tt set b2='S6' where id=4; -update noar ti set b2='S6' where id=4; -update noar tt set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5; -update noar ti set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5; -update noar tt set b1='5' where id=5; -update noar ti set b1='5' where id=5; -update noar tt set b2='YG9' where id=5; -update noar ti set b2='YG9' where id=5; -update noar tt set b0='REFVO3MHK1GJZQQAAKE' where id=6; -update noar ti set b0='REFVO3MHK1GJZQQAAKE' where id=6; -update noar tt set b1='F0DCOBO00MT8HZ' where id=6; -update noar ti set b1='F0DCOBO00MT8HZ' where id=6; -update noar tt set b2='E7AG8DSHYH8' where id=6; -update noar ti set b2='E7AG8DSHYH8' where id=6; -update noar tt set b0='BI0CX22WA4D' where id=7; -update noar ti set b0='BI0CX22WA4D' where id=7; -update noar tt set b1='R96V1S' where id=7; -update noar ti set b1='R96V1S' where id=7; -update noar tt set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7; -update noar ti set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7; -update noar tt set b0='K2KV2' where id=8; -update noar ti set b0='K2KV2' where id=8; -update noar tt set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8; -update noar ti set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8; -update noar tt set b2='2PZW8Y' where id=8; -update noar ti set b2='2PZW8Y' where id=8; -update noar tt set b0='JEO' where id=9; -update noar ti set b0='JEO' where id=9; -update noar tt set b1='9BQQX' where id=9; -update noar ti set b1='9BQQX' where id=9; -update noar tt set b2='KCRXVZNI72E022VFZME7ESUL' where id=9; -update noar ti set b2='KCRXVZNI72E022VFZME7ESUL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Z9DRIG2' where id=1; -update noar ti set b0='Z9DRIG2' where id=1; -update noar tt set b1='59RW2H' where id=1; -update noar ti set b1='59RW2H' where id=1; -update noar tt set b2='ZAFZPRWT' where id=1; -update noar ti set b2='ZAFZPRWT' where id=1; -update noar tt set b0='DRHEAF' where id=2; -update noar ti set b0='DRHEAF' where id=2; -update noar tt set b1='8IJPRLI86NV7MSSTP3S4' where id=2; -update noar ti set b1='8IJPRLI86NV7MSSTP3S4' where id=2; -update noar tt set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2; -update noar ti set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2; -update noar tt set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3; -update noar ti set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3; -update noar tt set b1='6W3357AR8SM9276W5Q03' where id=3; -update noar ti set b1='6W3357AR8SM9276W5Q03' where id=3; -update noar tt set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3; -update noar ti set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3; -update noar tt set b0='1OK0VTISQKQX' where id=4; -update noar ti set b0='1OK0VTISQKQX' where id=4; -update noar tt set b1='N8QVL' where id=4; -update noar ti set b1='N8QVL' where id=4; -update noar tt set b2='GAKWM18ZYD92YY0SFPISSW' where id=4; -update noar ti set b2='GAKWM18ZYD92YY0SFPISSW' where id=4; -update noar tt set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5; -update noar ti set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5; -update noar tt set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5; -update noar ti set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5; -update noar tt set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5; -update noar ti set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5; -update noar tt set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6; -update noar ti set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6; -update noar tt set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6; -update noar ti set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6; -update noar tt set b2='8UCX79SYBO0X8' where id=6; -update noar ti set b2='8UCX79SYBO0X8' where id=6; -update noar tt set b0='Z6G' where id=7; -update noar ti set b0='Z6G' where id=7; -update noar tt set b1='T' where id=7; -update noar ti set b1='T' where id=7; -update noar tt set b2='ILF218J65OX74' where id=7; -update noar ti set b2='ILF218J65OX74' where id=7; -update noar tt set b0='FTYIY590VAJY0616MBDOC7Q' where id=8; -update noar ti set b0='FTYIY590VAJY0616MBDOC7Q' where id=8; -update noar tt set b1='II7YNFI2SXTLYADNGM9W91' where id=8; -update noar ti set b1='II7YNFI2SXTLYADNGM9W91' where id=8; -update noar tt set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8; -update noar ti set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8; -update noar tt set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9; -update noar ti set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9; -update noar tt set b1='HA41' where id=9; -update noar ti set b1='HA41' where id=9; -update noar tt set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9; -update noar ti set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IGFPUXUTPHXORPXDS9PZDB' where id=1; -update noar ti set b0='IGFPUXUTPHXORPXDS9PZDB' where id=1; -update noar tt set b1='3UUEPV5RDZB90S' where id=1; -update noar ti set b1='3UUEPV5RDZB90S' where id=1; -update noar tt set b2='7' where id=1; -update noar ti set b2='7' where id=1; -update noar tt set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2; -update noar ti set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2; -update noar tt set b1='MD' where id=2; -update noar ti set b1='MD' where id=2; -update noar tt set b2='EJ51C9I' where id=2; -update noar ti set b2='EJ51C9I' where id=2; -update noar tt set b0='CDD' where id=3; -update noar ti set b0='CDD' where id=3; -update noar tt set b1='VGPPO49NP8E4MUV0W3' where id=3; -update noar ti set b1='VGPPO49NP8E4MUV0W3' where id=3; -update noar tt set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3; -update noar ti set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3; -update noar tt set b0='MC5C6EKTD4HB7ZUF3' where id=4; -update noar ti set b0='MC5C6EKTD4HB7ZUF3' where id=4; -update noar tt set b1='BT2D0BK11557' where id=4; -update noar ti set b1='BT2D0BK11557' where id=4; -update noar tt set b2='A3BH399UBJ3JPMJ' where id=4; -update noar ti set b2='A3BH399UBJ3JPMJ' where id=4; -update noar tt set b0='48820CW4C7P7LWG' where id=5; -update noar ti set b0='48820CW4C7P7LWG' where id=5; -update noar tt set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5; -update noar ti set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5; -update noar tt set b2='TXO4L8OSFV3YPT' where id=5; -update noar ti set b2='TXO4L8OSFV3YPT' where id=5; -update noar tt set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6; -update noar ti set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6; -update noar tt set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6; -update noar ti set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6; -update noar tt set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6; -update noar ti set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6; -update noar tt set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7; -update noar ti set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7; -update noar tt set b1='ZHITRPU6JETS90OH' where id=7; -update noar ti set b1='ZHITRPU6JETS90OH' where id=7; -update noar tt set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7; -update noar ti set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7; -update noar tt set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8; -update noar ti set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8; -update noar tt set b1='GW465TWLHZB52' where id=8; -update noar ti set b1='GW465TWLHZB52' where id=8; -update noar tt set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8; -update noar ti set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8; -update noar tt set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9; -update noar ti set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9; -update noar tt set b1='00OFNNG1B0' where id=9; -update noar ti set b1='00OFNNG1B0' where id=9; -update noar tt set b2='X' where id=9; -update noar ti set b2='X' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1; -update noar ti set b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1; -update noar tt set b1='OSJ5BTRV3D' where id=1; -update noar ti set b1='OSJ5BTRV3D' where id=1; -update noar tt set b2='ZXFRGMI' where id=1; -update noar ti set b2='ZXFRGMI' where id=1; -update noar tt set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2; -update noar ti set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2; -update noar tt set b1='Z1' where id=2; -update noar ti set b1='Z1' where id=2; -update noar tt set b2='DBW0' where id=2; -update noar ti set b2='DBW0' where id=2; -update noar tt set b0='LTUVFUI6K8MEJGR39OB' where id=3; -update noar ti set b0='LTUVFUI6K8MEJGR39OB' where id=3; -update noar tt set b1='4E6OI5IG99V8H68NV13' where id=3; -update noar ti set b1='4E6OI5IG99V8H68NV13' where id=3; -update noar tt set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3; -update noar ti set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3; -update noar tt set b0='74JUQ5ARCZ' where id=4; -update noar ti set b0='74JUQ5ARCZ' where id=4; -update noar tt set b1='Z7BW2' where id=4; -update noar ti set b1='Z7BW2' where id=4; -update noar tt set b2='EMZH0U' where id=4; -update noar ti set b2='EMZH0U' where id=4; -update noar tt set b0='60V7CY06Z' where id=5; -update noar ti set b0='60V7CY06Z' where id=5; -update noar tt set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5; -update noar ti set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5; -update noar tt set b2='74' where id=5; -update noar ti set b2='74' where id=5; -update noar tt set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6; -update noar ti set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6; -update noar tt set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6; -update noar ti set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6; -update noar tt set b2='48DES2TG9T31KZA615CWY802H35' where id=6; -update noar ti set b2='48DES2TG9T31KZA615CWY802H35' where id=6; -update noar tt set b0='ZWZD85HMA4WLB' where id=7; -update noar ti set b0='ZWZD85HMA4WLB' where id=7; -update noar tt set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7; -update noar ti set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7; -update noar tt set b2='MUSG' where id=7; -update noar ti set b2='MUSG' where id=7; -update noar tt set b0='H1PHGFV745FIURX2L' where id=8; -update noar ti set b0='H1PHGFV745FIURX2L' where id=8; -update noar tt set b1='KXNAZMARY6PEWFPD1TU' where id=8; -update noar ti set b1='KXNAZMARY6PEWFPD1TU' where id=8; -update noar tt set b2='IR274' where id=8; -update noar ti set b2='IR274' where id=8; -update noar tt set b0='6B1HS' where id=9; -update noar ti set b0='6B1HS' where id=9; -update noar tt set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9; -update noar ti set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9; -update noar tt set b2='ENGXWAL5H3' where id=9; -update noar ti set b2='ENGXWAL5H3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='I65YP8Q6RMOPP1' where id=1; -update noar ti set b0='I65YP8Q6RMOPP1' where id=1; -update noar tt set b1='A6S5VGN45FOYI2WH08ZIUUNS' where id=1; -update noar ti set b1='A6S5VGN45FOYI2WH08ZIUUNS' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set b0='3VVR' where id=2; -update noar ti set b0='3VVR' where id=2; -update noar tt set b1='YJ166H' where id=2; -update noar ti set b1='YJ166H' where id=2; -update noar tt set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2; -update noar ti set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2; -update noar tt set b0='9WXXI59' where id=3; -update noar ti set b0='9WXXI59' where id=3; -update noar tt set b1='43UCYDP6' where id=3; -update noar ti set b1='43UCYDP6' where id=3; -update noar tt set b2='44DJIDPX6X' where id=3; -update noar ti set b2='44DJIDPX6X' where id=3; -update noar tt set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4; -update noar ti set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4; -update noar tt set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4; -update noar ti set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4; -update noar tt set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4; -update noar ti set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4; -update noar tt set b0='10KPQ' where id=5; -update noar ti set b0='10KPQ' where id=5; -update noar tt set b1='GY0POJ8NM3J061AFL' where id=5; -update noar ti set b1='GY0POJ8NM3J061AFL' where id=5; -update noar tt set b2='104SXWP9IT9NNPA518U' where id=5; -update noar ti set b2='104SXWP9IT9NNPA518U' where id=5; -update noar tt set b0='LRKHUZ1X' where id=6; -update noar ti set b0='LRKHUZ1X' where id=6; -update noar tt set b1='GB' where id=6; -update noar ti set b1='GB' where id=6; -update noar tt set b2='6OLMUD' where id=6; -update noar ti set b2='6OLMUD' where id=6; -update noar tt set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7; -update noar ti set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7; -update noar tt set b1='2HH' where id=7; -update noar ti set b1='2HH' where id=7; -update noar tt set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7; -update noar ti set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7; -update noar tt set b0='1JLLP564VGPC1NSC4MO' where id=8; -update noar ti set b0='1JLLP564VGPC1NSC4MO' where id=8; -update noar tt set b1='V0RBCUR9R7ERSVEX' where id=8; -update noar ti set b1='V0RBCUR9R7ERSVEX' where id=8; -update noar tt set b2='UYYO7EG7XEF4PA6' where id=8; -update noar ti set b2='UYYO7EG7XEF4PA6' where id=8; -update noar tt set b0='Z1KLG' where id=9; -update noar ti set b0='Z1KLG' where id=9; -update noar tt set b1='G31ZEHD8RYC' where id=9; -update noar ti set b1='G31ZEHD8RYC' where id=9; -update noar tt set b2='0EOG74086EN49' where id=9; -update noar ti set b2='0EOG74086EN49' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 longblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ND3WYA' where id=1; -update noar ti set b0='ND3WYA' where id=1; -update noar tt set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1; -update noar ti set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1; -update noar tt set b2='LN6H5B6' where id=1; -update noar ti set b2='LN6H5B6' where id=1; -update noar tt set b0='G5HP1ZNNSX' where id=2; -update noar ti set b0='G5HP1ZNNSX' where id=2; -update noar tt set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2; -update noar ti set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2; -update noar tt set b2='85MHG8F3FUPGJKHEC' where id=2; -update noar ti set b2='85MHG8F3FUPGJKHEC' where id=2; -update noar tt set b0='T2ZH0DDO35XS3P1K' where id=3; -update noar ti set b0='T2ZH0DDO35XS3P1K' where id=3; -update noar tt set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3; -update noar ti set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3; -update noar tt set b2='78HFOQGARPMT790A' where id=3; -update noar ti set b2='78HFOQGARPMT790A' where id=3; -update noar tt set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4; -update noar ti set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4; -update noar tt set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4; -update noar ti set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4; -update noar tt set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4; -update noar ti set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4; -update noar tt set b0='DZK70UFCTD' where id=5; -update noar ti set b0='DZK70UFCTD' where id=5; -update noar tt set b1='L48I5RC2EA2TVF' where id=5; -update noar ti set b1='L48I5RC2EA2TVF' where id=5; -update noar tt set b2='1IOM92TI8BDNQEUMWWS' where id=5; -update noar ti set b2='1IOM92TI8BDNQEUMWWS' where id=5; -update noar tt set b0='PDO' where id=6; -update noar ti set b0='PDO' where id=6; -update noar tt set b1='WWH9Y6YZVMT56' where id=6; -update noar ti set b1='WWH9Y6YZVMT56' where id=6; -update noar tt set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6; -update noar ti set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6; -update noar tt set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7; -update noar ti set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7; -update noar tt set b1='RTNVM4KHK5OAMMRMOBSN' where id=7; -update noar ti set b1='RTNVM4KHK5OAMMRMOBSN' where id=7; -update noar tt set b2='K1KDUQ1TJP04Z2G48' where id=7; -update noar ti set b2='K1KDUQ1TJP04Z2G48' where id=7; -update noar tt set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8; -update noar ti set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8; -update noar tt set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8; -update noar ti set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8; -update noar tt set b2='O14734HMEVI' where id=8; -update noar ti set b2='O14734HMEVI' where id=8; -update noar tt set b0='JK0GUW' where id=9; -update noar ti set b0='JK0GUW' where id=9; -update noar tt set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9; -update noar ti set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9; -update noar tt set b2='5GWVO7U0DHDK69Y2H053EE' where id=9; -update noar ti set b2='5GWVO7U0DHDK69Y2H053EE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 longblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1; -update noar ti set b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1; -update noar tt set b1='3CNMX8YH9BGGVEHS4CE' where id=1; -update noar ti set b1='3CNMX8YH9BGGVEHS4CE' where id=1; -update noar tt set b2='ZUA' where id=1; -update noar ti set b2='ZUA' where id=1; -update noar tt set b0='JJVUTKSYA4' where id=2; -update noar ti set b0='JJVUTKSYA4' where id=2; -update noar tt set b1='EDPEUCVHKFNP4IL2UE3' where id=2; -update noar ti set b1='EDPEUCVHKFNP4IL2UE3' where id=2; -update noar tt set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2; -update noar ti set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2; -update noar tt set b0='0T4JUDAIU' where id=3; -update noar ti set b0='0T4JUDAIU' where id=3; -update noar tt set b1='B0X21O' where id=3; -update noar ti set b1='B0X21O' where id=3; -update noar tt set b2='UXE1HG7IFDKNVRKB' where id=3; -update noar ti set b2='UXE1HG7IFDKNVRKB' where id=3; -update noar tt set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4; -update noar ti set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4; -update noar tt set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4; -update noar ti set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4; -update noar tt set b2='M113B8LRIMZOZX0G' where id=4; -update noar ti set b2='M113B8LRIMZOZX0G' where id=4; -update noar tt set b0='V4ZINFU59S' where id=5; -update noar ti set b0='V4ZINFU59S' where id=5; -update noar tt set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5; -update noar ti set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5; -update noar tt set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5; -update noar ti set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5; -update noar tt set b0='R0' where id=6; -update noar ti set b0='R0' where id=6; -update noar tt set b1='BA4KGZFQEBLX2XRD1QOR' where id=6; -update noar ti set b1='BA4KGZFQEBLX2XRD1QOR' where id=6; -update noar tt set b2='X2XC3F94D' where id=6; -update noar ti set b2='X2XC3F94D' where id=6; -update noar tt set b0='2YRLUJK6SLF3XC7M' where id=7; -update noar ti set b0='2YRLUJK6SLF3XC7M' where id=7; -update noar tt set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7; -update noar ti set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7; -update noar tt set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7; -update noar ti set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7; -update noar tt set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8; -update noar ti set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8; -update noar tt set b1='8C1MDIF7N0' where id=8; -update noar ti set b1='8C1MDIF7N0' where id=8; -update noar tt set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8; -update noar ti set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8; -update noar tt set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9; -update noar ti set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9; -update noar tt set b1='QNR4O6DPU' where id=9; -update noar ti set b1='QNR4O6DPU' where id=9; -update noar tt set b2='HFLXU8R1G' where id=9; -update noar ti set b2='HFLXU8R1G' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 text null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='B1EUCR' where id=1; -update noar ti set b0='B1EUCR' where id=1; -update noar tt set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1; -update noar ti set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1; -update noar tt set b2='YH88B551C' where id=1; -update noar ti set b2='YH88B551C' where id=1; -update noar tt set b0='9X67O7K6W2EYW4' where id=2; -update noar ti set b0='9X67O7K6W2EYW4' where id=2; -update noar tt set b1='9GYG9F44' where id=2; -update noar ti set b1='9GYG9F44' where id=2; -update noar tt set b2='JDOAQ6KUC5CMFR03CM' where id=2; -update noar ti set b2='JDOAQ6KUC5CMFR03CM' where id=2; -update noar tt set b0='9CPHQ7B8Z3' where id=3; -update noar ti set b0='9CPHQ7B8Z3' where id=3; -update noar tt set b1='2TVWNIGSVHZLJ' where id=3; -update noar ti set b1='2TVWNIGSVHZLJ' where id=3; -update noar tt set b2='VQR6C5W17KDJ2L32' where id=3; -update noar ti set b2='VQR6C5W17KDJ2L32' where id=3; -update noar tt set b0='TV2' where id=4; -update noar ti set b0='TV2' where id=4; -update noar tt set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4; -update noar ti set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4; -update noar tt set b2='1UO' where id=4; -update noar ti set b2='1UO' where id=4; -update noar tt set b0='XTPCW9609D79KN7TU' where id=5; -update noar ti set b0='XTPCW9609D79KN7TU' where id=5; -update noar tt set b1='JKMU2DGEMAB' where id=5; -update noar ti set b1='JKMU2DGEMAB' where id=5; -update noar tt set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5; -update noar ti set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5; -update noar tt set b0='VP3F77ZOTLX0' where id=6; -update noar ti set b0='VP3F77ZOTLX0' where id=6; -update noar tt set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6; -update noar ti set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6; -update noar tt set b2='D3VR83F2X8X5PPVOKT' where id=6; -update noar ti set b2='D3VR83F2X8X5PPVOKT' where id=6; -update noar tt set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7; -update noar ti set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7; -update noar tt set b1='U2P9IPQ85ADK' where id=7; -update noar ti set b1='U2P9IPQ85ADK' where id=7; -update noar tt set b2='F74G2GNZ' where id=7; -update noar ti set b2='F74G2GNZ' where id=7; -update noar tt set b0='0120V4BYBR' where id=8; -update noar ti set b0='0120V4BYBR' where id=8; -update noar tt set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8; -update noar ti set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8; -update noar tt set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8; -update noar ti set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8; -update noar tt set b0='IR4G6VQBK8DLV6' where id=9; -update noar ti set b0='IR4G6VQBK8DLV6' where id=9; -update noar tt set b1='157A149HUF2MJVOBRTSB3A' where id=9; -update noar ti set b1='157A149HUF2MJVOBRTSB3A' where id=9; -update noar tt set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9; -update noar ti set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 text not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T4RZHTYOV92D077ZVD43JFF' where id=1; -update noar ti set b0='T4RZHTYOV92D077ZVD43JFF' where id=1; -update noar tt set b1='TQFD' where id=1; -update noar ti set b1='TQFD' where id=1; -update noar tt set b2='A' where id=1; -update noar ti set b2='A' where id=1; -update noar tt set b0='XHRCV97MTPE21A16TGZJ' where id=2; -update noar ti set b0='XHRCV97MTPE21A16TGZJ' where id=2; -update noar tt set b1='5BPP1' where id=2; -update noar ti set b1='5BPP1' where id=2; -update noar tt set b2='YZE70KE20TX4OZGW' where id=2; -update noar ti set b2='YZE70KE20TX4OZGW' where id=2; -update noar tt set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3; -update noar ti set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3; -update noar tt set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3; -update noar ti set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3; -update noar tt set b2='Y' where id=3; -update noar ti set b2='Y' where id=3; -update noar tt set b0='DRJ6HDNKW' where id=4; -update noar ti set b0='DRJ6HDNKW' where id=4; -update noar tt set b1='ILT47' where id=4; -update noar ti set b1='ILT47' where id=4; -update noar tt set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4; -update noar ti set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4; -update noar tt set b0='FAZB86899K4' where id=5; -update noar ti set b0='FAZB86899K4' where id=5; -update noar tt set b1='GCHLZYZPY8QJ60W' where id=5; -update noar ti set b1='GCHLZYZPY8QJ60W' where id=5; -update noar tt set b2='98O8PX' where id=5; -update noar ti set b2='98O8PX' where id=5; -update noar tt set b0='S' where id=6; -update noar ti set b0='S' where id=6; -update noar tt set b1='RSRBLPT172OA5SXM' where id=6; -update noar ti set b1='RSRBLPT172OA5SXM' where id=6; -update noar tt set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6; -update noar ti set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6; -update noar tt set b0='YFT9WPF81' where id=7; -update noar ti set b0='YFT9WPF81' where id=7; -update noar tt set b1='EF4E9DUGS3UWKLIM150G' where id=7; -update noar ti set b1='EF4E9DUGS3UWKLIM150G' where id=7; -update noar tt set b2='RW3EYE3UGWS' where id=7; -update noar ti set b2='RW3EYE3UGWS' where id=7; -update noar tt set b0='P' where id=8; -update noar ti set b0='P' where id=8; -update noar tt set b1='CG9P7SYZCK0MMHYZRO' where id=8; -update noar ti set b1='CG9P7SYZCK0MMHYZRO' where id=8; -update noar tt set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8; -update noar ti set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8; -update noar tt set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9; -update noar ti set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9; -update noar tt set b1='D5' where id=9; -update noar ti set b1='D5' where id=9; -update noar tt set b2='Z62O27HTVQ8EP7I' where id=9; -update noar ti set b2='Z62O27HTVQ8EP7I' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 text null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HA1HIAMV2HH' where id=1; -update noar ti set b0='HA1HIAMV2HH' where id=1; -update noar tt set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1; -update noar ti set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1; -update noar tt set b2='KEIQI2K' where id=1; -update noar ti set b2='KEIQI2K' where id=1; -update noar tt set b0='ARTUUP4SGQK77PH9I' where id=2; -update noar ti set b0='ARTUUP4SGQK77PH9I' where id=2; -update noar tt set b1='JFGHH15' where id=2; -update noar ti set b1='JFGHH15' where id=2; -update noar tt set b2='4W7BS4VZC02701' where id=2; -update noar ti set b2='4W7BS4VZC02701' where id=2; -update noar tt set b0='QDUL0ORSDP' where id=3; -update noar ti set b0='QDUL0ORSDP' where id=3; -update noar tt set b1='7FOK3YA' where id=3; -update noar ti set b1='7FOK3YA' where id=3; -update noar tt set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3; -update noar ti set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3; -update noar tt set b0='HX7UFX4SMJZ1QVHYQBY' where id=4; -update noar ti set b0='HX7UFX4SMJZ1QVHYQBY' where id=4; -update noar tt set b1='O9M' where id=4; -update noar ti set b1='O9M' where id=4; -update noar tt set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4; -update noar ti set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4; -update noar tt set b0='WEGH8P35N6G6K' where id=5; -update noar ti set b0='WEGH8P35N6G6K' where id=5; -update noar tt set b1='N' where id=5; -update noar ti set b1='N' where id=5; -update noar tt set b2='LYMBO5R67XEDQ641CUCXJ' where id=5; -update noar ti set b2='LYMBO5R67XEDQ641CUCXJ' where id=5; -update noar tt set b0='112IOFAN' where id=6; -update noar ti set b0='112IOFAN' where id=6; -update noar tt set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6; -update noar ti set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6; -update noar tt set b2='56F' where id=6; -update noar ti set b2='56F' where id=6; -update noar tt set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7; -update noar ti set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7; -update noar tt set b1='TJ6HKNWSOSLM0EEN5EL' where id=7; -update noar ti set b1='TJ6HKNWSOSLM0EEN5EL' where id=7; -update noar tt set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7; -update noar ti set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7; -update noar tt set b0='53ZT4AD' where id=8; -update noar ti set b0='53ZT4AD' where id=8; -update noar tt set b1='P1GGPXU5WFC43718F5O4O' where id=8; -update noar ti set b1='P1GGPXU5WFC43718F5O4O' where id=8; -update noar tt set b2='MVHG2E' where id=8; -update noar ti set b2='MVHG2E' where id=8; -update noar tt set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9; -update noar ti set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9; -update noar tt set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9; -update noar ti set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9; -update noar tt set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9; -update noar ti set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 text not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1; -update noar ti set b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1; -update noar tt set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1; -update noar ti set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1; -update noar tt set b2='Y12LXQQ' where id=1; -update noar ti set b2='Y12LXQQ' where id=1; -update noar tt set b0='0BVQ7MB38GA' where id=2; -update noar ti set b0='0BVQ7MB38GA' where id=2; -update noar tt set b1='C01ZDY' where id=2; -update noar ti set b1='C01ZDY' where id=2; -update noar tt set b2='SETD4N39CHLM318H5E1WLWX' where id=2; -update noar ti set b2='SETD4N39CHLM318H5E1WLWX' where id=2; -update noar tt set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3; -update noar ti set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3; -update noar tt set b1='E9TWBDPA' where id=3; -update noar ti set b1='E9TWBDPA' where id=3; -update noar tt set b2='31' where id=3; -update noar ti set b2='31' where id=3; -update noar tt set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4; -update noar ti set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4; -update noar tt set b1='TN4OXKOF9NANKFX' where id=4; -update noar ti set b1='TN4OXKOF9NANKFX' where id=4; -update noar tt set b2='D21Q8HTGK' where id=4; -update noar ti set b2='D21Q8HTGK' where id=4; -update noar tt set b0='FHJ22A160B62SM72QI' where id=5; -update noar ti set b0='FHJ22A160B62SM72QI' where id=5; -update noar tt set b1='2BG2W7FF30EWYUS' where id=5; -update noar ti set b1='2BG2W7FF30EWYUS' where id=5; -update noar tt set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5; -update noar ti set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5; -update noar tt set b0='0ACIBLG2ISBH7U0' where id=6; -update noar ti set b0='0ACIBLG2ISBH7U0' where id=6; -update noar tt set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6; -update noar ti set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6; -update noar tt set b2='KC' where id=6; -update noar ti set b2='KC' where id=6; -update noar tt set b0='3A8GWSCW78AMUF' where id=7; -update noar ti set b0='3A8GWSCW78AMUF' where id=7; -update noar tt set b1='DV9QLRMQNQS' where id=7; -update noar ti set b1='DV9QLRMQNQS' where id=7; -update noar tt set b2='HOIUMKDXKZFBB6211T' where id=7; -update noar ti set b2='HOIUMKDXKZFBB6211T' where id=7; -update noar tt set b0='6P' where id=8; -update noar ti set b0='6P' where id=8; -update noar tt set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8; -update noar ti set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8; -update noar tt set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8; -update noar ti set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8; -update noar tt set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9; -update noar ti set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9; -update noar tt set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9; -update noar ti set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9; -update noar tt set b2='I6LVEERZ3J6E8' where id=9; -update noar ti set b2='I6LVEERZ3J6E8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 text null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UDJ5W3RPHI02CA' where id=1; -update noar ti set b0='UDJ5W3RPHI02CA' where id=1; -update noar tt set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1; -update noar ti set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1; -update noar tt set b2='0HUQAGALI' where id=1; -update noar ti set b2='0HUQAGALI' where id=1; -update noar tt set b0='UIQZ18K5FC02J2LU' where id=2; -update noar ti set b0='UIQZ18K5FC02J2LU' where id=2; -update noar tt set b1='DEK6BPTJ' where id=2; -update noar ti set b1='DEK6BPTJ' where id=2; -update noar tt set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2; -update noar ti set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2; -update noar tt set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3; -update noar ti set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3; -update noar tt set b1='VR0P9KPR510FU9QSTFEH4' where id=3; -update noar ti set b1='VR0P9KPR510FU9QSTFEH4' where id=3; -update noar tt set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3; -update noar ti set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3; -update noar tt set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4; -update noar ti set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4; -update noar tt set b1='XJ0TAIIVXJNDE2J836SE7' where id=4; -update noar ti set b1='XJ0TAIIVXJNDE2J836SE7' where id=4; -update noar tt set b2='1OQ73M' where id=4; -update noar ti set b2='1OQ73M' where id=4; -update noar tt set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5; -update noar ti set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5; -update noar tt set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5; -update noar ti set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5; -update noar tt set b2='P9TAHRCDJ2K69XF1NL1' where id=5; -update noar ti set b2='P9TAHRCDJ2K69XF1NL1' where id=5; -update noar tt set b0='VWED1OTEDB62D6JJ66' where id=6; -update noar ti set b0='VWED1OTEDB62D6JJ66' where id=6; -update noar tt set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6; -update noar ti set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6; -update noar tt set b2='CPIKRKHJKGCPQUGK1672HN' where id=6; -update noar ti set b2='CPIKRKHJKGCPQUGK1672HN' where id=6; -update noar tt set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7; -update noar ti set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7; -update noar tt set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7; -update noar ti set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7; -update noar tt set b2='NRLTOPISL5NGANN' where id=7; -update noar ti set b2='NRLTOPISL5NGANN' where id=7; -update noar tt set b0='11BPELVZ6JV8NUGFMK2YO' where id=8; -update noar ti set b0='11BPELVZ6JV8NUGFMK2YO' where id=8; -update noar tt set b1='BENH3OXMOT40J' where id=8; -update noar ti set b1='BENH3OXMOT40J' where id=8; -update noar tt set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8; -update noar ti set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8; -update noar tt set b0='T2' where id=9; -update noar ti set b0='T2' where id=9; -update noar tt set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9; -update noar ti set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9; -update noar tt set b2='07XICTUD4CK6XTTEC2JDV' where id=9; -update noar ti set b2='07XICTUD4CK6XTTEC2JDV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 text not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EDZTEJZONZLOLHZDY' where id=1; -update noar ti set b0='EDZTEJZONZLOLHZDY' where id=1; -update noar tt set b1='W3B52JOBRQUFLE7R' where id=1; -update noar ti set b1='W3B52JOBRQUFLE7R' where id=1; -update noar tt set b2='Z4ALPLU' where id=1; -update noar ti set b2='Z4ALPLU' where id=1; -update noar tt set b0='I2DO4X2E08E6NKCN7' where id=2; -update noar ti set b0='I2DO4X2E08E6NKCN7' where id=2; -update noar tt set b1='1ABP' where id=2; -update noar ti set b1='1ABP' where id=2; -update noar tt set b2='CT8Y369UVG1S015BRQOIYA' where id=2; -update noar ti set b2='CT8Y369UVG1S015BRQOIYA' where id=2; -update noar tt set b0='VAPEDI' where id=3; -update noar ti set b0='VAPEDI' where id=3; -update noar tt set b1='J4GLCT0A04SL' where id=3; -update noar ti set b1='J4GLCT0A04SL' where id=3; -update noar tt set b2='CPLUX8JR8BXT' where id=3; -update noar ti set b2='CPLUX8JR8BXT' where id=3; -update noar tt set b0='STGMGI3F1SMIT4FGGHLJ' where id=4; -update noar ti set b0='STGMGI3F1SMIT4FGGHLJ' where id=4; -update noar tt set b1='ZIVAR7XEOSZ2' where id=4; -update noar ti set b1='ZIVAR7XEOSZ2' where id=4; -update noar tt set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4; -update noar ti set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4; -update noar tt set b0='EW2RE7WEXNG4QBNZMVWD' where id=5; -update noar ti set b0='EW2RE7WEXNG4QBNZMVWD' where id=5; -update noar tt set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5; -update noar ti set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5; -update noar tt set b2='2ZCP4' where id=5; -update noar ti set b2='2ZCP4' where id=5; -update noar tt set b0='F8LZUXTWNUJHIB9JAQPC' where id=6; -update noar ti set b0='F8LZUXTWNUJHIB9JAQPC' where id=6; -update noar tt set b1='U' where id=6; -update noar ti set b1='U' where id=6; -update noar tt set b2='EVJPU4C94LR9' where id=6; -update noar ti set b2='EVJPU4C94LR9' where id=6; -update noar tt set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7; -update noar ti set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7; -update noar tt set b1='BKRGK9UL' where id=7; -update noar ti set b1='BKRGK9UL' where id=7; -update noar tt set b2='WHJQS5A' where id=7; -update noar ti set b2='WHJQS5A' where id=7; -update noar tt set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8; -update noar ti set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8; -update noar tt set b1='6E4O0ES2BJ5YRG24X' where id=8; -update noar ti set b1='6E4O0ES2BJ5YRG24X' where id=8; -update noar tt set b2='A46S4C7PIWHDL4YV' where id=8; -update noar ti set b2='A46S4C7PIWHDL4YV' where id=8; -update noar tt set b0='5D5D' where id=9; -update noar ti set b0='5D5D' where id=9; -update noar tt set b1='L1DP8MN2K' where id=9; -update noar ti set b1='L1DP8MN2K' where id=9; -update noar tt set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9; -update noar ti set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 text null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W3IA19UIZY1KC751B' where id=1; -update noar ti set b0='W3IA19UIZY1KC751B' where id=1; -update noar tt set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1; -update noar ti set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1; -update noar tt set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1; -update noar ti set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1; -update noar tt set b0='52UJSV3' where id=2; -update noar ti set b0='52UJSV3' where id=2; -update noar tt set b1='L37XA72ODF426OEHTEC' where id=2; -update noar ti set b1='L37XA72ODF426OEHTEC' where id=2; -update noar tt set b2='F0F9M43TNV8UIB' where id=2; -update noar ti set b2='F0F9M43TNV8UIB' where id=2; -update noar tt set b0='SZ5SSAIW9QPDS5Y' where id=3; -update noar ti set b0='SZ5SSAIW9QPDS5Y' where id=3; -update noar tt set b1='TUNEO04475K426O4I6' where id=3; -update noar ti set b1='TUNEO04475K426O4I6' where id=3; -update noar tt set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3; -update noar ti set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3; -update noar tt set b0='U3C53R' where id=4; -update noar ti set b0='U3C53R' where id=4; -update noar tt set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4; -update noar ti set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4; -update noar tt set b2='6UAHCBWF2JBOPM' where id=4; -update noar ti set b2='6UAHCBWF2JBOPM' where id=4; -update noar tt set b0='J0AG2NX' where id=5; -update noar ti set b0='J0AG2NX' where id=5; -update noar tt set b1='W' where id=5; -update noar ti set b1='W' where id=5; -update noar tt set b2='9X0G5J' where id=5; -update noar ti set b2='9X0G5J' where id=5; -update noar tt set b0='80OCZLO2X8A5VVDWOH1' where id=6; -update noar ti set b0='80OCZLO2X8A5VVDWOH1' where id=6; -update noar tt set b1='4PULS' where id=6; -update noar ti set b1='4PULS' where id=6; -update noar tt set b2='54BV' where id=6; -update noar ti set b2='54BV' where id=6; -update noar tt set b0='IQYR2839P0VA35JB69GABVJE' where id=7; -update noar ti set b0='IQYR2839P0VA35JB69GABVJE' where id=7; -update noar tt set b1='X4WV9QNADO' where id=7; -update noar ti set b1='X4WV9QNADO' where id=7; -update noar tt set b2='E0W9' where id=7; -update noar ti set b2='E0W9' where id=7; -update noar tt set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8; -update noar ti set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8; -update noar tt set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8; -update noar ti set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8; -update noar tt set b2='XFFW' where id=8; -update noar ti set b2='XFFW' where id=8; -update noar tt set b0='20BGNJ' where id=9; -update noar ti set b0='20BGNJ' where id=9; -update noar tt set b1='DL8A3XINIRN44W275IA' where id=9; -update noar ti set b1='DL8A3XINIRN44W275IA' where id=9; -update noar tt set b2='K16' where id=9; -update noar ti set b2='K16' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 text not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YAI1RJVG5HVWK2DOOTFI' where id=1; -update noar ti set b0='YAI1RJVG5HVWK2DOOTFI' where id=1; -update noar tt set b1='7F9NKS90DULKGW' where id=1; -update noar ti set b1='7F9NKS90DULKGW' where id=1; -update noar tt set b2='LZD1WD' where id=1; -update noar ti set b2='LZD1WD' where id=1; -update noar tt set b0='T8RY05QML9R2JAAAC0ZS' where id=2; -update noar ti set b0='T8RY05QML9R2JAAAC0ZS' where id=2; -update noar tt set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2; -update noar ti set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2; -update noar tt set b2='VKG2SP1O' where id=2; -update noar ti set b2='VKG2SP1O' where id=2; -update noar tt set b0='M45XTWC67ERX6' where id=3; -update noar ti set b0='M45XTWC67ERX6' where id=3; -update noar tt set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3; -update noar ti set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3; -update noar tt set b2='UQRWCK4ON8EOULPQFO2ST' where id=3; -update noar ti set b2='UQRWCK4ON8EOULPQFO2ST' where id=3; -update noar tt set b0='3J9X4TSW9OASS7XE4L' where id=4; -update noar ti set b0='3J9X4TSW9OASS7XE4L' where id=4; -update noar tt set b1='20HQSVWXEL585YIMX1N' where id=4; -update noar ti set b1='20HQSVWXEL585YIMX1N' where id=4; -update noar tt set b2='6G' where id=4; -update noar ti set b2='6G' where id=4; -update noar tt set b0='VE' where id=5; -update noar ti set b0='VE' where id=5; -update noar tt set b1='P2K9F0PI0I' where id=5; -update noar ti set b1='P2K9F0PI0I' where id=5; -update noar tt set b2='O957F' where id=5; -update noar ti set b2='O957F' where id=5; -update noar tt set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6; -update noar ti set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6; -update noar tt set b1='BHVD6PM' where id=6; -update noar ti set b1='BHVD6PM' where id=6; -update noar tt set b2='0TUXEQ1' where id=6; -update noar ti set b2='0TUXEQ1' where id=6; -update noar tt set b0='WE178WBM64YFNA0VR8R72' where id=7; -update noar ti set b0='WE178WBM64YFNA0VR8R72' where id=7; -update noar tt set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7; -update noar ti set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7; -update noar tt set b2='8OFITYK0IFVKCEYEEC' where id=7; -update noar ti set b2='8OFITYK0IFVKCEYEEC' where id=7; -update noar tt set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8; -update noar ti set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8; -update noar tt set b1='CE8CUTQ8T' where id=8; -update noar ti set b1='CE8CUTQ8T' where id=8; -update noar tt set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8; -update noar ti set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8; -update noar tt set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9; -update noar ti set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9; -update noar tt set b1='1V1AYK88R4B77I2' where id=9; -update noar ti set b1='1V1AYK88R4B77I2' where id=9; -update noar tt set b2='OL0F' where id=9; -update noar ti set b2='OL0F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob null, - b1 text null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BG2X' where id=1; -update noar ti set b0='BG2X' where id=1; -update noar tt set b1='UY6IKKOSWBTTL2VW00' where id=1; -update noar ti set b1='UY6IKKOSWBTTL2VW00' where id=1; -update noar tt set b2='NF7WJICX71U' where id=1; -update noar ti set b2='NF7WJICX71U' where id=1; -update noar tt set b0='VHD07HKZCKMCOQ2E2UP' where id=2; -update noar ti set b0='VHD07HKZCKMCOQ2E2UP' where id=2; -update noar tt set b1='63WNHJM' where id=2; -update noar ti set b1='63WNHJM' where id=2; -update noar tt set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2; -update noar ti set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2; -update noar tt set b0='QG' where id=3; -update noar ti set b0='QG' where id=3; -update noar tt set b1='WZ0' where id=3; -update noar ti set b1='WZ0' where id=3; -update noar tt set b2='IVJNO9' where id=3; -update noar ti set b2='IVJNO9' where id=3; -update noar tt set b0='CGL' where id=4; -update noar ti set b0='CGL' where id=4; -update noar tt set b1='SULWDBXVXPT7UTR51' where id=4; -update noar ti set b1='SULWDBXVXPT7UTR51' where id=4; -update noar tt set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4; -update noar ti set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4; -update noar tt set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5; -update noar ti set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5; -update noar tt set b1='8JGAWQGIZG' where id=5; -update noar ti set b1='8JGAWQGIZG' where id=5; -update noar tt set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5; -update noar ti set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5; -update noar tt set b0='X9KK4D8' where id=6; -update noar ti set b0='X9KK4D8' where id=6; -update noar tt set b1='1D5WN511SYYH1U6R1Y82' where id=6; -update noar ti set b1='1D5WN511SYYH1U6R1Y82' where id=6; -update noar tt set b2='U1' where id=6; -update noar ti set b2='U1' where id=6; -update noar tt set b0='PVK9HKH22ZN' where id=7; -update noar ti set b0='PVK9HKH22ZN' where id=7; -update noar tt set b1='S6TGWWSYE9JNT16' where id=7; -update noar ti set b1='S6TGWWSYE9JNT16' where id=7; -update noar tt set b2='W48ZH6UD1N1W95' where id=7; -update noar ti set b2='W48ZH6UD1N1W95' where id=7; -update noar tt set b0='F9RERUVB0D' where id=8; -update noar ti set b0='F9RERUVB0D' where id=8; -update noar tt set b1='TKQS9USU7ZO6PDMSOXA9' where id=8; -update noar ti set b1='TKQS9USU7ZO6PDMSOXA9' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set b0='BO7H134KVBQJ' where id=9; -update noar ti set b0='BO7H134KVBQJ' where id=9; -update noar tt set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9; -update noar ti set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9; -update noar tt set b2='9R0K9R32A1NXM7PVO' where id=9; -update noar ti set b2='9R0K9R32A1NXM7PVO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 blob not null, - b1 text not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1; -update noar ti set b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1; -update noar tt set b1='WC89MCBB' where id=1; -update noar ti set b1='WC89MCBB' where id=1; -update noar tt set b2='RO44MTP21CU27' where id=1; -update noar ti set b2='RO44MTP21CU27' where id=1; -update noar tt set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2; -update noar ti set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2; -update noar tt set b1='XBN68N8' where id=2; -update noar ti set b1='XBN68N8' where id=2; -update noar tt set b2='3WG4Z' where id=2; -update noar ti set b2='3WG4Z' where id=2; -update noar tt set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3; -update noar ti set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3; -update noar tt set b1='OX8IO1YEL' where id=3; -update noar ti set b1='OX8IO1YEL' where id=3; -update noar tt set b2='2CV' where id=3; -update noar ti set b2='2CV' where id=3; -update noar tt set b0='NR45N4L93KTP91NT8XXE' where id=4; -update noar ti set b0='NR45N4L93KTP91NT8XXE' where id=4; -update noar tt set b1='OU7ER9' where id=4; -update noar ti set b1='OU7ER9' where id=4; -update noar tt set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4; -update noar ti set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4; -update noar tt set b0='TMBV' where id=5; -update noar ti set b0='TMBV' where id=5; -update noar tt set b1='2C0QQZE' where id=5; -update noar ti set b1='2C0QQZE' where id=5; -update noar tt set b2='2GCGV48N9OXXOM03HUGRDN' where id=5; -update noar ti set b2='2GCGV48N9OXXOM03HUGRDN' where id=5; -update noar tt set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6; -update noar ti set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6; -update noar tt set b1='HSZMFUUO5U2MU' where id=6; -update noar ti set b1='HSZMFUUO5U2MU' where id=6; -update noar tt set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6; -update noar ti set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6; -update noar tt set b0='PZL6E' where id=7; -update noar ti set b0='PZL6E' where id=7; -update noar tt set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7; -update noar ti set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7; -update noar tt set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7; -update noar ti set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7; -update noar tt set b0='OUUCMWSID2GYBV6IHR69' where id=8; -update noar ti set b0='OUUCMWSID2GYBV6IHR69' where id=8; -update noar tt set b1='MUVOME2X' where id=8; -update noar ti set b1='MUVOME2X' where id=8; -update noar tt set b2='SD9' where id=8; -update noar ti set b2='SD9' where id=8; -update noar tt set b0='2L1DV5DJU' where id=9; -update noar ti set b0='2L1DV5DJU' where id=9; -update noar tt set b1='1R5K1GNYARBRPEWQSU5' where id=9; -update noar ti set b1='1R5K1GNYARBRPEWQSU5' where id=9; -update noar tt set b2='13YB' where id=9; -update noar ti set b2='13YB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='126ME164I4' where id=1; -update noar ti set b0='126ME164I4' where id=1; -update noar tt set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1; -update noar ti set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1; -update noar tt set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1; -update noar ti set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1; -update noar tt set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2; -update noar ti set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2; -update noar tt set b1='B3BXCV3T' where id=2; -update noar ti set b1='B3BXCV3T' where id=2; -update noar tt set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2; -update noar ti set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2; -update noar tt set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3; -update noar ti set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3; -update noar tt set b1='USJ' where id=3; -update noar ti set b1='USJ' where id=3; -update noar tt set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3; -update noar ti set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3; -update noar tt set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4; -update noar ti set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4; -update noar tt set b1='4P4JMLBO' where id=4; -update noar ti set b1='4P4JMLBO' where id=4; -update noar tt set b2='T4JFWGIP21' where id=4; -update noar ti set b2='T4JFWGIP21' where id=4; -update noar tt set b0='E4FIGD9SAOF5RBU' where id=5; -update noar ti set b0='E4FIGD9SAOF5RBU' where id=5; -update noar tt set b1='Y7N4' where id=5; -update noar ti set b1='Y7N4' where id=5; -update noar tt set b2='TBT41O8HP1VJNRSL3' where id=5; -update noar ti set b2='TBT41O8HP1VJNRSL3' where id=5; -update noar tt set b0='F3' where id=6; -update noar ti set b0='F3' where id=6; -update noar tt set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6; -update noar ti set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6; -update noar tt set b2='MJVUIUQ3Y' where id=6; -update noar ti set b2='MJVUIUQ3Y' where id=6; -update noar tt set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7; -update noar ti set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7; -update noar tt set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7; -update noar ti set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7; -update noar tt set b2='3UVVSSE4ZFWIJ' where id=7; -update noar ti set b2='3UVVSSE4ZFWIJ' where id=7; -update noar tt set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8; -update noar ti set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8; -update noar tt set b1='JTAG1CNAU9T86A04D' where id=8; -update noar ti set b1='JTAG1CNAU9T86A04D' where id=8; -update noar tt set b2='JF1ELTCLJIGLHGX0TP1' where id=8; -update noar ti set b2='JF1ELTCLJIGLHGX0TP1' where id=8; -update noar tt set b0='MUWM8RW' where id=9; -update noar ti set b0='MUWM8RW' where id=9; -update noar tt set b1='R6I8D0F4O58R1S52QZ' where id=9; -update noar ti set b1='R6I8D0F4O58R1S52QZ' where id=9; -update noar tt set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9; -update noar ti set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1; -update noar ti set b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1; -update noar tt set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1; -update noar ti set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1; -update noar tt set b2='8MS82E' where id=1; -update noar ti set b2='8MS82E' where id=1; -update noar tt set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2; -update noar ti set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2; -update noar tt set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2; -update noar ti set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2; -update noar tt set b2='SY2IHCUK6XSDN1TW' where id=2; -update noar ti set b2='SY2IHCUK6XSDN1TW' where id=2; -update noar tt set b0='1W7U5M66BHCAL6F' where id=3; -update noar ti set b0='1W7U5M66BHCAL6F' where id=3; -update noar tt set b1='UG102ERN' where id=3; -update noar ti set b1='UG102ERN' where id=3; -update noar tt set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3; -update noar ti set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3; -update noar tt set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4; -update noar ti set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4; -update noar tt set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4; -update noar ti set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4; -update noar tt set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4; -update noar ti set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4; -update noar tt set b0='BZBW1Q' where id=5; -update noar ti set b0='BZBW1Q' where id=5; -update noar tt set b1='08X74ERR6FHVR9QP2YA4' where id=5; -update noar ti set b1='08X74ERR6FHVR9QP2YA4' where id=5; -update noar tt set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5; -update noar ti set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5; -update noar tt set b0='IL2HM8MBPP' where id=6; -update noar ti set b0='IL2HM8MBPP' where id=6; -update noar tt set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6; -update noar ti set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6; -update noar tt set b2='Y3BGTN41TEZQM0W34639M' where id=6; -update noar ti set b2='Y3BGTN41TEZQM0W34639M' where id=6; -update noar tt set b0='O0' where id=7; -update noar ti set b0='O0' where id=7; -update noar tt set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7; -update noar ti set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7; -update noar tt set b2='UES' where id=7; -update noar ti set b2='UES' where id=7; -update noar tt set b0='6NGK3R3Y4M3WM3O' where id=8; -update noar ti set b0='6NGK3R3Y4M3WM3O' where id=8; -update noar tt set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8; -update noar ti set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8; -update noar tt set b2='RLSQUW1J3DKRJWE7Q' where id=8; -update noar ti set b2='RLSQUW1J3DKRJWE7Q' where id=8; -update noar tt set b0='RGFVE460GQ' where id=9; -update noar ti set b0='RGFVE460GQ' where id=9; -update noar tt set b1='8RST9AV224' where id=9; -update noar ti set b1='8RST9AV224' where id=9; -update noar tt set b2='WIPY25E3TV' where id=9; -update noar ti set b2='WIPY25E3TV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O8U' where id=1; -update noar ti set b0='O8U' where id=1; -update noar tt set b1='2RDLA1ZYPNBKZ9U2TP' where id=1; -update noar ti set b1='2RDLA1ZYPNBKZ9U2TP' where id=1; -update noar tt set b2='TT' where id=1; -update noar ti set b2='TT' where id=1; -update noar tt set b0='V7X' where id=2; -update noar ti set b0='V7X' where id=2; -update noar tt set b1='3KFLKNJ6KCZXH0' where id=2; -update noar ti set b1='3KFLKNJ6KCZXH0' where id=2; -update noar tt set b2='05TUBMQPNJXR6SRT4' where id=2; -update noar ti set b2='05TUBMQPNJXR6SRT4' where id=2; -update noar tt set b0='P4DV6' where id=3; -update noar ti set b0='P4DV6' where id=3; -update noar tt set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3; -update noar ti set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3; -update noar tt set b2='FV39CR' where id=3; -update noar ti set b2='FV39CR' where id=3; -update noar tt set b0='7' where id=4; -update noar ti set b0='7' where id=4; -update noar tt set b1='9TVGWWTKV3V25IR' where id=4; -update noar ti set b1='9TVGWWTKV3V25IR' where id=4; -update noar tt set b2='MZZ7M612OWBWZF931G' where id=4; -update noar ti set b2='MZZ7M612OWBWZF931G' where id=4; -update noar tt set b0='X0' where id=5; -update noar ti set b0='X0' where id=5; -update noar tt set b1='8CHXGXO1LC4312NU' where id=5; -update noar ti set b1='8CHXGXO1LC4312NU' where id=5; -update noar tt set b2='SAB' where id=5; -update noar ti set b2='SAB' where id=5; -update noar tt set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6; -update noar ti set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6; -update noar tt set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6; -update noar ti set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6; -update noar tt set b2='5RT2Y' where id=6; -update noar ti set b2='5RT2Y' where id=6; -update noar tt set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7; -update noar ti set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7; -update noar tt set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7; -update noar ti set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7; -update noar tt set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7; -update noar ti set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7; -update noar tt set b0='TQERA9KMBRN08NS3IEBHB' where id=8; -update noar ti set b0='TQERA9KMBRN08NS3IEBHB' where id=8; -update noar tt set b1='5GDI4H' where id=8; -update noar ti set b1='5GDI4H' where id=8; -update noar tt set b2='614OMCY3CUIEIMIZOLBTU' where id=8; -update noar ti set b2='614OMCY3CUIEIMIZOLBTU' where id=8; -update noar tt set b0='JM1TLRQZY8TCS1' where id=9; -update noar ti set b0='JM1TLRQZY8TCS1' where id=9; -update noar tt set b1='1FPOMFV0XC' where id=9; -update noar ti set b1='1FPOMFV0XC' where id=9; -update noar tt set b2='RK2TXCE90OYM0N0QYHIC' where id=9; -update noar ti set b2='RK2TXCE90OYM0N0QYHIC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1; -update noar ti set b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1; -update noar tt set b1='MZDRHIQHVE1U' where id=1; -update noar ti set b1='MZDRHIQHVE1U' where id=1; -update noar tt set b2='AE866SA8O' where id=1; -update noar ti set b2='AE866SA8O' where id=1; -update noar tt set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2; -update noar ti set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2; -update noar tt set b1='N3YX' where id=2; -update noar ti set b1='N3YX' where id=2; -update noar tt set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2; -update noar ti set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2; -update noar tt set b0='U0DZTNTHT4KMB' where id=3; -update noar ti set b0='U0DZTNTHT4KMB' where id=3; -update noar tt set b1='BTBNSJ0Q02XJ7UIW' where id=3; -update noar ti set b1='BTBNSJ0Q02XJ7UIW' where id=3; -update noar tt set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3; -update noar ti set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3; -update noar tt set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4; -update noar ti set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4; -update noar tt set b1='IEOVT9T8A2LD1RKOL800XK' where id=4; -update noar ti set b1='IEOVT9T8A2LD1RKOL800XK' where id=4; -update noar tt set b2='45MQPXAQ3MK' where id=4; -update noar ti set b2='45MQPXAQ3MK' where id=4; -update noar tt set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5; -update noar ti set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5; -update noar tt set b1='HG6MW3CZMT076DKQ63MP6U' where id=5; -update noar ti set b1='HG6MW3CZMT076DKQ63MP6U' where id=5; -update noar tt set b2='ACOBS79' where id=5; -update noar ti set b2='ACOBS79' where id=5; -update noar tt set b0='N9UBNU31' where id=6; -update noar ti set b0='N9UBNU31' where id=6; -update noar tt set b1='QGQ5JJOP' where id=6; -update noar ti set b1='QGQ5JJOP' where id=6; -update noar tt set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6; -update noar ti set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6; -update noar tt set b0='ZG3LA4' where id=7; -update noar ti set b0='ZG3LA4' where id=7; -update noar tt set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7; -update noar ti set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7; -update noar tt set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7; -update noar ti set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7; -update noar tt set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8; -update noar ti set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8; -update noar tt set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8; -update noar ti set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8; -update noar tt set b2='3XL5CFCM' where id=8; -update noar ti set b2='3XL5CFCM' where id=8; -update noar tt set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9; -update noar ti set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9; -update noar tt set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9; -update noar ti set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9; -update noar tt set b2='90T1TPKPL' where id=9; -update noar ti set b2='90T1TPKPL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LZT3B24BZJ58MTFPI0AY15ND7' where id=1; -update noar ti set b0='LZT3B24BZJ58MTFPI0AY15ND7' where id=1; -update noar tt set b1='C' where id=1; -update noar ti set b1='C' where id=1; -update noar tt set b2='H' where id=1; -update noar ti set b2='H' where id=1; -update noar tt set b0='PL9HXR38V96OMJLOCE' where id=2; -update noar ti set b0='PL9HXR38V96OMJLOCE' where id=2; -update noar tt set b1='64TYG5GXTSBSQL0U5' where id=2; -update noar ti set b1='64TYG5GXTSBSQL0U5' where id=2; -update noar tt set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2; -update noar ti set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2; -update noar tt set b0='JLAT3P' where id=3; -update noar ti set b0='JLAT3P' where id=3; -update noar tt set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3; -update noar ti set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3; -update noar tt set b2='T6GT6GX054H6KTZO' where id=3; -update noar ti set b2='T6GT6GX054H6KTZO' where id=3; -update noar tt set b0='KCLTZS' where id=4; -update noar ti set b0='KCLTZS' where id=4; -update noar tt set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4; -update noar ti set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4; -update noar tt set b2='ZUPQR2C3' where id=4; -update noar ti set b2='ZUPQR2C3' where id=4; -update noar tt set b0='P6Z7HZCAWM8TT4MR' where id=5; -update noar ti set b0='P6Z7HZCAWM8TT4MR' where id=5; -update noar tt set b1='9OZI2KZV0BJXPNDP8D5' where id=5; -update noar ti set b1='9OZI2KZV0BJXPNDP8D5' where id=5; -update noar tt set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5; -update noar ti set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5; -update noar tt set b0='Z5HY3UTTJM4SZJI4P7B' where id=6; -update noar ti set b0='Z5HY3UTTJM4SZJI4P7B' where id=6; -update noar tt set b1='SR3XY' where id=6; -update noar ti set b1='SR3XY' where id=6; -update noar tt set b2='7H2Y' where id=6; -update noar ti set b2='7H2Y' where id=6; -update noar tt set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7; -update noar ti set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7; -update noar tt set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7; -update noar ti set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7; -update noar tt set b2='KSSI31U8XGN' where id=7; -update noar ti set b2='KSSI31U8XGN' where id=7; -update noar tt set b0='GZODJABN6ERHMG' where id=8; -update noar ti set b0='GZODJABN6ERHMG' where id=8; -update noar tt set b1='2LFOYJUNKYNWA' where id=8; -update noar ti set b1='2LFOYJUNKYNWA' where id=8; -update noar tt set b2='JM2WLM7FFHNER' where id=8; -update noar ti set b2='JM2WLM7FFHNER' where id=8; -update noar tt set b0='Y' where id=9; -update noar ti set b0='Y' where id=9; -update noar tt set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9; -update noar ti set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9; -update noar tt set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9; -update noar ti set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='A05SRQJGZ7' where id=1; -update noar ti set b0='A05SRQJGZ7' where id=1; -update noar tt set b1='V01D0Q6H28EVEIHQN1W6J' where id=1; -update noar ti set b1='V01D0Q6H28EVEIHQN1W6J' where id=1; -update noar tt set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1; -update noar ti set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1; -update noar tt set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2; -update noar ti set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2; -update noar tt set b1='5NJQ8QVAPV2TVK' where id=2; -update noar ti set b1='5NJQ8QVAPV2TVK' where id=2; -update noar tt set b2='VM4X3FQVC4' where id=2; -update noar ti set b2='VM4X3FQVC4' where id=2; -update noar tt set b0='DJ' where id=3; -update noar ti set b0='DJ' where id=3; -update noar tt set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3; -update noar ti set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3; -update noar tt set b2='3YJGJN' where id=3; -update noar ti set b2='3YJGJN' where id=3; -update noar tt set b0='RQ35TNJS' where id=4; -update noar ti set b0='RQ35TNJS' where id=4; -update noar tt set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4; -update noar ti set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4; -update noar tt set b2='KVCYVFNB43W' where id=4; -update noar ti set b2='KVCYVFNB43W' where id=4; -update noar tt set b0='3XZOC52CW' where id=5; -update noar ti set b0='3XZOC52CW' where id=5; -update noar tt set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5; -update noar ti set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5; -update noar tt set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5; -update noar ti set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5; -update noar tt set b0='HMK9NUY' where id=6; -update noar ti set b0='HMK9NUY' where id=6; -update noar tt set b1='G5D5RADDHGMMHWWBD' where id=6; -update noar ti set b1='G5D5RADDHGMMHWWBD' where id=6; -update noar tt set b2='FMMC3WMBIZSY' where id=6; -update noar ti set b2='FMMC3WMBIZSY' where id=6; -update noar tt set b0='PAQMG3JHRTOHM' where id=7; -update noar ti set b0='PAQMG3JHRTOHM' where id=7; -update noar tt set b1='HIUOWXIA1JV' where id=7; -update noar ti set b1='HIUOWXIA1JV' where id=7; -update noar tt set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7; -update noar ti set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7; -update noar tt set b0='L8ZNTB2Y' where id=8; -update noar ti set b0='L8ZNTB2Y' where id=8; -update noar tt set b1='Z779' where id=8; -update noar ti set b1='Z779' where id=8; -update noar tt set b2='JU43J7HCRRF' where id=8; -update noar ti set b2='JU43J7HCRRF' where id=8; -update noar tt set b0='14BF' where id=9; -update noar ti set b0='14BF' where id=9; -update noar tt set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9; -update noar ti set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9; -update noar tt set b2='FAEQNRP4HL2WW' where id=9; -update noar ti set b2='FAEQNRP4HL2WW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1; -update noar ti set b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1; -update noar tt set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1; -update noar ti set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1; -update noar tt set b2='VAIP2NN40' where id=1; -update noar ti set b2='VAIP2NN40' where id=1; -update noar tt set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2; -update noar ti set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2; -update noar tt set b1='EXY0XM' where id=2; -update noar ti set b1='EXY0XM' where id=2; -update noar tt set b2='HPY9F7NHPJJS8LA8V5' where id=2; -update noar ti set b2='HPY9F7NHPJJS8LA8V5' where id=2; -update noar tt set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3; -update noar ti set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3; -update noar tt set b1='7FJON' where id=3; -update noar ti set b1='7FJON' where id=3; -update noar tt set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3; -update noar ti set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3; -update noar tt set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4; -update noar ti set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4; -update noar tt set b1='10EZS17XQVRZ' where id=4; -update noar ti set b1='10EZS17XQVRZ' where id=4; -update noar tt set b2='8VQLS0BOACK9ZHM9I' where id=4; -update noar ti set b2='8VQLS0BOACK9ZHM9I' where id=4; -update noar tt set b0='D' where id=5; -update noar ti set b0='D' where id=5; -update noar tt set b1='JUYCRU4LNJ4SQTMB' where id=5; -update noar ti set b1='JUYCRU4LNJ4SQTMB' where id=5; -update noar tt set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5; -update noar ti set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5; -update noar tt set b0='VZSIYE' where id=6; -update noar ti set b0='VZSIYE' where id=6; -update noar tt set b1='LT' where id=6; -update noar ti set b1='LT' where id=6; -update noar tt set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6; -update noar ti set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6; -update noar tt set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7; -update noar ti set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7; -update noar tt set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7; -update noar ti set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7; -update noar tt set b2='V2011CWV9PD0Z' where id=7; -update noar ti set b2='V2011CWV9PD0Z' where id=7; -update noar tt set b0='VESMIIJH65VN' where id=8; -update noar ti set b0='VESMIIJH65VN' where id=8; -update noar tt set b1='EWJ' where id=8; -update noar ti set b1='EWJ' where id=8; -update noar tt set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8; -update noar ti set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8; -update noar tt set b0='BJ6IVVLXARD45JHT' where id=9; -update noar ti set b0='BJ6IVVLXARD45JHT' where id=9; -update noar tt set b1='XFOF22HUDV3ZR8SX9' where id=9; -update noar ti set b1='XFOF22HUDV3ZR8SX9' where id=9; -update noar tt set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9; -update noar ti set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='U2T' where id=1; -update noar ti set b0='U2T' where id=1; -update noar tt set b1='903ENKDKW1' where id=1; -update noar ti set b1='903ENKDKW1' where id=1; -update noar tt set b2='6M2K5BL4YI1SKN' where id=1; -update noar ti set b2='6M2K5BL4YI1SKN' where id=1; -update noar tt set b0='FIC0G5YWH' where id=2; -update noar ti set b0='FIC0G5YWH' where id=2; -update noar tt set b1='135P99OLVSS1ZU55' where id=2; -update noar ti set b1='135P99OLVSS1ZU55' where id=2; -update noar tt set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2; -update noar ti set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2; -update noar tt set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3; -update noar ti set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3; -update noar tt set b1='AA1XX' where id=3; -update noar ti set b1='AA1XX' where id=3; -update noar tt set b2='CSBECP1H4RBYP' where id=3; -update noar ti set b2='CSBECP1H4RBYP' where id=3; -update noar tt set b0='E31BK1N0M' where id=4; -update noar ti set b0='E31BK1N0M' where id=4; -update noar tt set b1='GI8' where id=4; -update noar ti set b1='GI8' where id=4; -update noar tt set b2='PXX' where id=4; -update noar ti set b2='PXX' where id=4; -update noar tt set b0='0ULS' where id=5; -update noar ti set b0='0ULS' where id=5; -update noar tt set b1='CDC9' where id=5; -update noar ti set b1='CDC9' where id=5; -update noar tt set b2='NP57DQX' where id=5; -update noar ti set b2='NP57DQX' where id=5; -update noar tt set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6; -update noar ti set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6; -update noar tt set b1='BHMOD23PJERY6U' where id=6; -update noar ti set b1='BHMOD23PJERY6U' where id=6; -update noar tt set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6; -update noar ti set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6; -update noar tt set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7; -update noar ti set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7; -update noar tt set b1='9XBT9BHAY1MXWT2OK' where id=7; -update noar ti set b1='9XBT9BHAY1MXWT2OK' where id=7; -update noar tt set b2='AM' where id=7; -update noar ti set b2='AM' where id=7; -update noar tt set b0='KMM0M9' where id=8; -update noar ti set b0='KMM0M9' where id=8; -update noar tt set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8; -update noar ti set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8; -update noar tt set b2='AA0EWJ12' where id=8; -update noar ti set b2='AA0EWJ12' where id=8; -update noar tt set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9; -update noar ti set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9; -update noar tt set b1='GK9R9BWB6H1EKA2' where id=9; -update noar ti set b1='GK9R9BWB6H1EKA2' where id=9; -update noar tt set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9; -update noar ti set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 tinyblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AA5HG6QGVVMLY53N966G96TI' where id=1; -update noar ti set b0='AA5HG6QGVVMLY53N966G96TI' where id=1; -update noar tt set b1='RG' where id=1; -update noar ti set b1='RG' where id=1; -update noar tt set b2='FCMJM' where id=1; -update noar ti set b2='FCMJM' where id=1; -update noar tt set b0='HUFIUZSQVH00107P0ZP652GD' where id=2; -update noar ti set b0='HUFIUZSQVH00107P0ZP652GD' where id=2; -update noar tt set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2; -update noar ti set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2; -update noar tt set b2='ZEEAA' where id=2; -update noar ti set b2='ZEEAA' where id=2; -update noar tt set b0='B4T419WE0' where id=3; -update noar ti set b0='B4T419WE0' where id=3; -update noar tt set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3; -update noar ti set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3; -update noar tt set b2='0NG74UWP9589JI' where id=3; -update noar ti set b2='0NG74UWP9589JI' where id=3; -update noar tt set b0='RO1KN9C4O9X0EGJG9F5API' where id=4; -update noar ti set b0='RO1KN9C4O9X0EGJG9F5API' where id=4; -update noar tt set b1='VSI5TA5PCAJ5FB' where id=4; -update noar ti set b1='VSI5TA5PCAJ5FB' where id=4; -update noar tt set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4; -update noar ti set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4; -update noar tt set b0='8L42EF8W1ITHIBI' where id=5; -update noar ti set b0='8L42EF8W1ITHIBI' where id=5; -update noar tt set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5; -update noar ti set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5; -update noar tt set b2='Q5Z' where id=5; -update noar ti set b2='Q5Z' where id=5; -update noar tt set b0='28DVY1MKS2IWSSVT8J' where id=6; -update noar ti set b0='28DVY1MKS2IWSSVT8J' where id=6; -update noar tt set b1='LD' where id=6; -update noar ti set b1='LD' where id=6; -update noar tt set b2='PAVN' where id=6; -update noar ti set b2='PAVN' where id=6; -update noar tt set b0='3FB' where id=7; -update noar ti set b0='3FB' where id=7; -update noar tt set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7; -update noar ti set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7; -update noar tt set b2='1B8M8R7XGPDKEXRLN' where id=7; -update noar ti set b2='1B8M8R7XGPDKEXRLN' where id=7; -update noar tt set b0='KFMHZJIDOOS' where id=8; -update noar ti set b0='KFMHZJIDOOS' where id=8; -update noar tt set b1='N81W91SLJE98SMGGD' where id=8; -update noar ti set b1='N81W91SLJE98SMGGD' where id=8; -update noar tt set b2='YRARYP' where id=8; -update noar ti set b2='YRARYP' where id=8; -update noar tt set b0='JJPJSULAEU6' where id=9; -update noar ti set b0='JJPJSULAEU6' where id=9; -update noar tt set b1='JZI' where id=9; -update noar ti set b1='JZI' where id=9; -update noar tt set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9; -update noar ti set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 tinyblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YMYCE8P8GMI7' where id=1; -update noar ti set b0='YMYCE8P8GMI7' where id=1; -update noar tt set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1; -update noar ti set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1; -update noar tt set b2='AJGXMDZ7X8' where id=1; -update noar ti set b2='AJGXMDZ7X8' where id=1; -update noar tt set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2; -update noar ti set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2; -update noar tt set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2; -update noar ti set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2; -update noar tt set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2; -update noar ti set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2; -update noar tt set b0='TNFY7' where id=3; -update noar ti set b0='TNFY7' where id=3; -update noar tt set b1='JEAB54UV1ENN8S6F' where id=3; -update noar ti set b1='JEAB54UV1ENN8S6F' where id=3; -update noar tt set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3; -update noar ti set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3; -update noar tt set b0='5NLP436C0GTZJE3NO9462NV' where id=4; -update noar ti set b0='5NLP436C0GTZJE3NO9462NV' where id=4; -update noar tt set b1='2PPH2R' where id=4; -update noar ti set b1='2PPH2R' where id=4; -update noar tt set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4; -update noar ti set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4; -update noar tt set b0='68VIBY5PW8W143FHF3YG' where id=5; -update noar ti set b0='68VIBY5PW8W143FHF3YG' where id=5; -update noar tt set b1='UT' where id=5; -update noar ti set b1='UT' where id=5; -update noar tt set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5; -update noar ti set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5; -update noar tt set b0='MO7YS' where id=6; -update noar ti set b0='MO7YS' where id=6; -update noar tt set b1='MQQ2O46FB9LA' where id=6; -update noar ti set b1='MQQ2O46FB9LA' where id=6; -update noar tt set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6; -update noar ti set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6; -update noar tt set b0='2PFN9A7BA8D3U8JEW2' where id=7; -update noar ti set b0='2PFN9A7BA8D3U8JEW2' where id=7; -update noar tt set b1='R6L460429H8J7HKTAX' where id=7; -update noar ti set b1='R6L460429H8J7HKTAX' where id=7; -update noar tt set b2='KS95ZJOYHZ2757URU18' where id=7; -update noar ti set b2='KS95ZJOYHZ2757URU18' where id=7; -update noar tt set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8; -update noar ti set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8; -update noar tt set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8; -update noar ti set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8; -update noar tt set b2='35' where id=8; -update noar ti set b2='35' where id=8; -update noar tt set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9; -update noar ti set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9; -update noar tt set b1='H' where id=9; -update noar ti set b1='H' where id=9; -update noar tt set b2='NEH1YQIO2YJDPUSQ' where id=9; -update noar ti set b2='NEH1YQIO2YJDPUSQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VKPLK3N1ZIKT2H' where id=1; -update noar ti set b0='VKPLK3N1ZIKT2H' where id=1; -update noar tt set b1='LGT0YSN2PZLV1J6J8' where id=1; -update noar ti set b1='LGT0YSN2PZLV1J6J8' where id=1; -update noar tt set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1; -update noar ti set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1; -update noar tt set b0='LJVZZS65CV9L0LXT72I2O' where id=2; -update noar ti set b0='LJVZZS65CV9L0LXT72I2O' where id=2; -update noar tt set b1='PYFD8X2RUNJTGL78L' where id=2; -update noar ti set b1='PYFD8X2RUNJTGL78L' where id=2; -update noar tt set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2; -update noar ti set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2; -update noar tt set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3; -update noar ti set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3; -update noar tt set b1='RK7AK1N0S27WUR9V' where id=3; -update noar ti set b1='RK7AK1N0S27WUR9V' where id=3; -update noar tt set b2='3L' where id=3; -update noar ti set b2='3L' where id=3; -update noar tt set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4; -update noar ti set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4; -update noar tt set b1='6OK2GAJ85EXM5LQLNEU3' where id=4; -update noar ti set b1='6OK2GAJ85EXM5LQLNEU3' where id=4; -update noar tt set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4; -update noar ti set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4; -update noar tt set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5; -update noar ti set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5; -update noar tt set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5; -update noar ti set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5; -update noar tt set b2='DXJVMTC5RA8K6Z0' where id=5; -update noar ti set b2='DXJVMTC5RA8K6Z0' where id=5; -update noar tt set b0='BTT' where id=6; -update noar ti set b0='BTT' where id=6; -update noar tt set b1='EDSDMIZT' where id=6; -update noar ti set b1='EDSDMIZT' where id=6; -update noar tt set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6; -update noar ti set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6; -update noar tt set b0='RY' where id=7; -update noar ti set b0='RY' where id=7; -update noar tt set b1='FETAKMZA1TAYVC' where id=7; -update noar ti set b1='FETAKMZA1TAYVC' where id=7; -update noar tt set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7; -update noar ti set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7; -update noar tt set b0='6' where id=8; -update noar ti set b0='6' where id=8; -update noar tt set b1='NP7Q' where id=8; -update noar ti set b1='NP7Q' where id=8; -update noar tt set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8; -update noar ti set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8; -update noar tt set b0='4I70HF60JPC5AXVS' where id=9; -update noar ti set b0='4I70HF60JPC5AXVS' where id=9; -update noar tt set b1='XG5KV63MIR4' where id=9; -update noar ti set b1='XG5KV63MIR4' where id=9; -update noar tt set b2='M' where id=9; -update noar ti set b2='M' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MDFIB' where id=1; -update noar ti set b0='MDFIB' where id=1; -update noar tt set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1; -update noar ti set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1; -update noar tt set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1; -update noar ti set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1; -update noar tt set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2; -update noar ti set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2; -update noar tt set b1='5BRY' where id=2; -update noar ti set b1='5BRY' where id=2; -update noar tt set b2='2W4GA02T952WC3LB8ZB7' where id=2; -update noar ti set b2='2W4GA02T952WC3LB8ZB7' where id=2; -update noar tt set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3; -update noar ti set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3; -update noar tt set b1='MIIUIJFI6Q0' where id=3; -update noar ti set b1='MIIUIJFI6Q0' where id=3; -update noar tt set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3; -update noar ti set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3; -update noar tt set b0='0OW7KECKABL7H25IV77X' where id=4; -update noar ti set b0='0OW7KECKABL7H25IV77X' where id=4; -update noar tt set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4; -update noar ti set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4; -update noar tt set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4; -update noar ti set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4; -update noar tt set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5; -update noar ti set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5; -update noar tt set b1='X0LAU7QAE' where id=5; -update noar ti set b1='X0LAU7QAE' where id=5; -update noar tt set b2='VA4TZ0' where id=5; -update noar ti set b2='VA4TZ0' where id=5; -update noar tt set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6; -update noar ti set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6; -update noar tt set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6; -update noar ti set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6; -update noar tt set b2='41IM1TLAGJRUF' where id=6; -update noar ti set b2='41IM1TLAGJRUF' where id=6; -update noar tt set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7; -update noar ti set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7; -update noar tt set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7; -update noar ti set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7; -update noar tt set b2='56JGZ0WFQ0CO' where id=7; -update noar ti set b2='56JGZ0WFQ0CO' where id=7; -update noar tt set b0='98WQGN0SEA3KWPX9' where id=8; -update noar ti set b0='98WQGN0SEA3KWPX9' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8; -update noar ti set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8; -update noar tt set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9; -update noar ti set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9; -update noar tt set b1='31ZGLQA6MNJCMHWH' where id=9; -update noar ti set b1='31ZGLQA6MNJCMHWH' where id=9; -update noar tt set b2='V2HSZ2ARKWL9ELN' where id=9; -update noar ti set b2='V2HSZ2ARKWL9ELN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7AKGPPU11NCCRVU' where id=1; -update noar ti set b0='7AKGPPU11NCCRVU' where id=1; -update noar tt set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1; -update noar ti set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1; -update noar tt set b2='82DX861HZI' where id=1; -update noar ti set b2='82DX861HZI' where id=1; -update noar tt set b0='SKZ2I5L' where id=2; -update noar ti set b0='SKZ2I5L' where id=2; -update noar tt set b1='P9' where id=2; -update noar ti set b1='P9' where id=2; -update noar tt set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2; -update noar ti set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2; -update noar tt set b0='XE8FRXQ7NQPYZ' where id=3; -update noar ti set b0='XE8FRXQ7NQPYZ' where id=3; -update noar tt set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3; -update noar ti set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3; -update noar tt set b2='HHEI5' where id=3; -update noar ti set b2='HHEI5' where id=3; -update noar tt set b0='CYKKBK7S7S7D' where id=4; -update noar ti set b0='CYKKBK7S7S7D' where id=4; -update noar tt set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4; -update noar ti set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4; -update noar tt set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4; -update noar ti set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4; -update noar tt set b0='F5AXCNHWHF831HHCO4' where id=5; -update noar ti set b0='F5AXCNHWHF831HHCO4' where id=5; -update noar tt set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5; -update noar ti set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5; -update noar tt set b2='P' where id=5; -update noar ti set b2='P' where id=5; -update noar tt set b0='GRX6JREF7TMQ1FLW8' where id=6; -update noar ti set b0='GRX6JREF7TMQ1FLW8' where id=6; -update noar tt set b1='4YC0XH6C8' where id=6; -update noar ti set b1='4YC0XH6C8' where id=6; -update noar tt set b2='C' where id=6; -update noar ti set b2='C' where id=6; -update noar tt set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7; -update noar ti set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7; -update noar tt set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7; -update noar ti set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7; -update noar tt set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7; -update noar ti set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7; -update noar tt set b0='2L540LSQDZ9D7' where id=8; -update noar ti set b0='2L540LSQDZ9D7' where id=8; -update noar tt set b1='4O69ZESBJCLEWZFHZBR3' where id=8; -update noar ti set b1='4O69ZESBJCLEWZFHZBR3' where id=8; -update noar tt set b2='J' where id=8; -update noar ti set b2='J' where id=8; -update noar tt set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9; -update noar ti set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9; -update noar tt set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9; -update noar ti set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9; -update noar tt set b2='3G5AHBMBABMFAYASK1S8P18' where id=9; -update noar ti set b2='3G5AHBMBABMFAYASK1S8P18' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O91C7UOF2' where id=1; -update noar ti set b0='O91C7UOF2' where id=1; -update noar tt set b1='FDOELIS4SXL88' where id=1; -update noar ti set b1='FDOELIS4SXL88' where id=1; -update noar tt set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1; -update noar ti set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1; -update noar tt set b0='FVS8NGVZS3NS1C' where id=2; -update noar ti set b0='FVS8NGVZS3NS1C' where id=2; -update noar tt set b1='18RUXF2PF' where id=2; -update noar ti set b1='18RUXF2PF' where id=2; -update noar tt set b2='NAO' where id=2; -update noar ti set b2='NAO' where id=2; -update noar tt set b0='KHPPOP8K1F0OK9Z' where id=3; -update noar ti set b0='KHPPOP8K1F0OK9Z' where id=3; -update noar tt set b1='L7TEXY6O2G' where id=3; -update noar ti set b1='L7TEXY6O2G' where id=3; -update noar tt set b2='K6J6MY4ISE3' where id=3; -update noar ti set b2='K6J6MY4ISE3' where id=3; -update noar tt set b0='NVHHMT6GV0WN' where id=4; -update noar ti set b0='NVHHMT6GV0WN' where id=4; -update noar tt set b1='FP65XW87J8RLCQ7EQP' where id=4; -update noar ti set b1='FP65XW87J8RLCQ7EQP' where id=4; -update noar tt set b2='63CIMN' where id=4; -update noar ti set b2='63CIMN' where id=4; -update noar tt set b0='TRP2PJEMO' where id=5; -update noar ti set b0='TRP2PJEMO' where id=5; -update noar tt set b1='I2HA' where id=5; -update noar ti set b1='I2HA' where id=5; -update noar tt set b2='42XNK4KW1' where id=5; -update noar ti set b2='42XNK4KW1' where id=5; -update noar tt set b0='W3U' where id=6; -update noar ti set b0='W3U' where id=6; -update noar tt set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6; -update noar ti set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6; -update noar tt set b2='DGE1WSFZIPJ5AL' where id=6; -update noar ti set b2='DGE1WSFZIPJ5AL' where id=6; -update noar tt set b0='NLW2JZHCG3PM1TWA5' where id=7; -update noar ti set b0='NLW2JZHCG3PM1TWA5' where id=7; -update noar tt set b1='9999KA9DY' where id=7; -update noar ti set b1='9999KA9DY' where id=7; -update noar tt set b2='XELOLNNA' where id=7; -update noar ti set b2='XELOLNNA' where id=7; -update noar tt set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8; -update noar ti set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8; -update noar tt set b1='B8SH6SJLUCZ3CVFKX7' where id=8; -update noar ti set b1='B8SH6SJLUCZ3CVFKX7' where id=8; -update noar tt set b2='S5UK' where id=8; -update noar ti set b2='S5UK' where id=8; -update noar tt set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9; -update noar ti set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9; -update noar tt set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9; -update noar ti set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9; -update noar tt set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9; -update noar ti set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1; -update noar ti set b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1; -update noar tt set b1='1H89K0' where id=1; -update noar ti set b1='1H89K0' where id=1; -update noar tt set b2='AEBSTU3QJ7J' where id=1; -update noar ti set b2='AEBSTU3QJ7J' where id=1; -update noar tt set b0='IOVPXM9H' where id=2; -update noar ti set b0='IOVPXM9H' where id=2; -update noar tt set b1='DB03N79WJTM2' where id=2; -update noar ti set b1='DB03N79WJTM2' where id=2; -update noar tt set b2='6YZ' where id=2; -update noar ti set b2='6YZ' where id=2; -update noar tt set b0='MZBW4' where id=3; -update noar ti set b0='MZBW4' where id=3; -update noar tt set b1='VMGNKDF879CIPWM' where id=3; -update noar ti set b1='VMGNKDF879CIPWM' where id=3; -update noar tt set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3; -update noar ti set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3; -update noar tt set b0='QKALGN8UWXN5HK' where id=4; -update noar ti set b0='QKALGN8UWXN5HK' where id=4; -update noar tt set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4; -update noar ti set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4; -update noar tt set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4; -update noar ti set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4; -update noar tt set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5; -update noar ti set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5; -update noar tt set b1='W5HCDPWAYHRNLLEO' where id=5; -update noar ti set b1='W5HCDPWAYHRNLLEO' where id=5; -update noar tt set b2='Q38DFVLCJZWIS' where id=5; -update noar ti set b2='Q38DFVLCJZWIS' where id=5; -update noar tt set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6; -update noar ti set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6; -update noar tt set b1='W5TW0ZVH2KJJ9EM' where id=6; -update noar ti set b1='W5TW0ZVH2KJJ9EM' where id=6; -update noar tt set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6; -update noar ti set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6; -update noar tt set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7; -update noar ti set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7; -update noar tt set b1='74OBJ3' where id=7; -update noar ti set b1='74OBJ3' where id=7; -update noar tt set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7; -update noar ti set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7; -update noar tt set b0='847XT' where id=8; -update noar ti set b0='847XT' where id=8; -update noar tt set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8; -update noar ti set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8; -update noar tt set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8; -update noar ti set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8; -update noar tt set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9; -update noar ti set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9; -update noar tt set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9; -update noar ti set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9; -update noar tt set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9; -update noar ti set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1; -update noar ti set b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1; -update noar tt set b1='IZ4DWL82DMXQWHO39WJ' where id=1; -update noar ti set b1='IZ4DWL82DMXQWHO39WJ' where id=1; -update noar tt set b2='SW9AN82TRMA3O2' where id=1; -update noar ti set b2='SW9AN82TRMA3O2' where id=1; -update noar tt set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2; -update noar ti set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2; -update noar tt set b1='IKUX9' where id=2; -update noar ti set b1='IKUX9' where id=2; -update noar tt set b2='TBKO9S9YME5VMUMNM' where id=2; -update noar ti set b2='TBKO9S9YME5VMUMNM' where id=2; -update noar tt set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3; -update noar ti set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3; -update noar tt set b1='82DRWXJLWU0' where id=3; -update noar ti set b1='82DRWXJLWU0' where id=3; -update noar tt set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3; -update noar ti set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3; -update noar tt set b0='2W1KES6ZG' where id=4; -update noar ti set b0='2W1KES6ZG' where id=4; -update noar tt set b1='H6S8HZOE1OC12DLH' where id=4; -update noar ti set b1='H6S8HZOE1OC12DLH' where id=4; -update noar tt set b2='4KCV' where id=4; -update noar ti set b2='4KCV' where id=4; -update noar tt set b0='E1D1' where id=5; -update noar ti set b0='E1D1' where id=5; -update noar tt set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5; -update noar ti set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5; -update noar tt set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5; -update noar ti set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5; -update noar tt set b0='7AAB27VV' where id=6; -update noar ti set b0='7AAB27VV' where id=6; -update noar tt set b1='6JJVG4X4O9GG' where id=6; -update noar ti set b1='6JJVG4X4O9GG' where id=6; -update noar tt set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6; -update noar ti set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6; -update noar tt set b0='H7LKPK14' where id=7; -update noar ti set b0='H7LKPK14' where id=7; -update noar tt set b1='NNIC' where id=7; -update noar ti set b1='NNIC' where id=7; -update noar tt set b2='912R7JF3SGDANWMX' where id=7; -update noar ti set b2='912R7JF3SGDANWMX' where id=7; -update noar tt set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8; -update noar ti set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8; -update noar tt set b1='VI5' where id=8; -update noar ti set b1='VI5' where id=8; -update noar tt set b2='N3PA4V290N1' where id=8; -update noar ti set b2='N3PA4V290N1' where id=8; -update noar tt set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9; -update noar ti set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9; -update noar tt set b1='TN13NYRJ' where id=9; -update noar ti set b1='TN13NYRJ' where id=9; -update noar tt set b2='D6ZM8YMGN8DKA0669II8' where id=9; -update noar ti set b2='D6ZM8YMGN8DKA0669II8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='1' where id=1; -update noar ti set b0='1' where id=1; -update noar tt set b1='L0N' where id=1; -update noar ti set b1='L0N' where id=1; -update noar tt set b2='AQQKVUJ9J' where id=1; -update noar ti set b2='AQQKVUJ9J' where id=1; -update noar tt set b0='E1PEZCW' where id=2; -update noar ti set b0='E1PEZCW' where id=2; -update noar tt set b1='4XBXLQHGD8YVSEQH88' where id=2; -update noar ti set b1='4XBXLQHGD8YVSEQH88' where id=2; -update noar tt set b2='QRLE9CRZAW0CP0CZK75' where id=2; -update noar ti set b2='QRLE9CRZAW0CP0CZK75' where id=2; -update noar tt set b0='4DWWUJ8FIP4H7C08QLID9' where id=3; -update noar ti set b0='4DWWUJ8FIP4H7C08QLID9' where id=3; -update noar tt set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3; -update noar ti set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3; -update noar tt set b2='Z' where id=3; -update noar ti set b2='Z' where id=3; -update noar tt set b0='UZNR324660DTPQ' where id=4; -update noar ti set b0='UZNR324660DTPQ' where id=4; -update noar tt set b1='ULR0Z' where id=4; -update noar ti set b1='ULR0Z' where id=4; -update noar tt set b2='S0WF13' where id=4; -update noar ti set b2='S0WF13' where id=4; -update noar tt set b0='YBO0YM' where id=5; -update noar ti set b0='YBO0YM' where id=5; -update noar tt set b1='GB4FX7AVD' where id=5; -update noar ti set b1='GB4FX7AVD' where id=5; -update noar tt set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5; -update noar ti set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5; -update noar tt set b0='9QSDYIK0X9N2SC' where id=6; -update noar ti set b0='9QSDYIK0X9N2SC' where id=6; -update noar tt set b1='W818Y' where id=6; -update noar ti set b1='W818Y' where id=6; -update noar tt set b2='KC7UY55SPKOJ' where id=6; -update noar ti set b2='KC7UY55SPKOJ' where id=6; -update noar tt set b0='THR6G359C' where id=7; -update noar ti set b0='THR6G359C' where id=7; -update noar tt set b1='9C6H4G78JPKM' where id=7; -update noar ti set b1='9C6H4G78JPKM' where id=7; -update noar tt set b2='8S9TGUB85I60MCM9' where id=7; -update noar ti set b2='8S9TGUB85I60MCM9' where id=7; -update noar tt set b0='TDL' where id=8; -update noar ti set b0='TDL' where id=8; -update noar tt set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8; -update noar ti set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8; -update noar tt set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8; -update noar ti set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8; -update noar tt set b0='S3Z15XFEBPYEW2NZM' where id=9; -update noar ti set b0='S3Z15XFEBPYEW2NZM' where id=9; -update noar tt set b1='R' where id=9; -update noar ti set b1='R' where id=9; -update noar tt set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9; -update noar ti set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='22WZ3FQ0ZUBMHZV9' where id=1; -update noar ti set b0='22WZ3FQ0ZUBMHZV9' where id=1; -update noar tt set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1; -update noar ti set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1; -update noar tt set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1; -update noar ti set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1; -update noar tt set b0='K09S3DYTK7MY7GAF' where id=2; -update noar ti set b0='K09S3DYTK7MY7GAF' where id=2; -update noar tt set b1='6EQHPW' where id=2; -update noar ti set b1='6EQHPW' where id=2; -update noar tt set b2='C6TNIL' where id=2; -update noar ti set b2='C6TNIL' where id=2; -update noar tt set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3; -update noar ti set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3; -update noar tt set b1='9P6JZ6B9LP9EQ6H' where id=3; -update noar ti set b1='9P6JZ6B9LP9EQ6H' where id=3; -update noar tt set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3; -update noar ti set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3; -update noar tt set b0='CJ3ECLJKIC73ZSX' where id=4; -update noar ti set b0='CJ3ECLJKIC73ZSX' where id=4; -update noar tt set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4; -update noar ti set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4; -update noar tt set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4; -update noar ti set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4; -update noar tt set b0='PQBFU01JRLDBRP5' where id=5; -update noar ti set b0='PQBFU01JRLDBRP5' where id=5; -update noar tt set b1='ZAWCQ9NOHB7' where id=5; -update noar ti set b1='ZAWCQ9NOHB7' where id=5; -update noar tt set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5; -update noar ti set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5; -update noar tt set b0='NH2TH' where id=6; -update noar ti set b0='NH2TH' where id=6; -update noar tt set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6; -update noar ti set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6; -update noar tt set b2='I0TOS1V1SM' where id=6; -update noar ti set b2='I0TOS1V1SM' where id=6; -update noar tt set b0='7V30E5Q' where id=7; -update noar ti set b0='7V30E5Q' where id=7; -update noar tt set b1='SX' where id=7; -update noar ti set b1='SX' where id=7; -update noar tt set b2='Q0IG' where id=7; -update noar ti set b2='Q0IG' where id=7; -update noar tt set b0='9AYRVW331LKLZ' where id=8; -update noar ti set b0='9AYRVW331LKLZ' where id=8; -update noar tt set b1='1Z7WEU11JK9S4QS21GZV' where id=8; -update noar ti set b1='1Z7WEU11JK9S4QS21GZV' where id=8; -update noar tt set b2='2Q78XXOA' where id=8; -update noar ti set b2='2Q78XXOA' where id=8; -update noar tt set b0='7R' where id=9; -update noar ti set b0='7R' where id=9; -update noar tt set b1='QSC' where id=9; -update noar ti set b1='QSC' where id=9; -update noar tt set b2='4A2DJWOV1UP6BE59HQ' where id=9; -update noar ti set b2='4A2DJWOV1UP6BE59HQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 blob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MSIMS2NJBQ6G' where id=1; -update noar ti set b0='MSIMS2NJBQ6G' where id=1; -update noar tt set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1; -update noar ti set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1; -update noar tt set b2='SPCOX5B8PCDRZ49S' where id=1; -update noar ti set b2='SPCOX5B8PCDRZ49S' where id=1; -update noar tt set b0='KM5F7FYPG24L46MRK5DVAH' where id=2; -update noar ti set b0='KM5F7FYPG24L46MRK5DVAH' where id=2; -update noar tt set b1='V6R5EMQB' where id=2; -update noar ti set b1='V6R5EMQB' where id=2; -update noar tt set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2; -update noar ti set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2; -update noar tt set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3; -update noar ti set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3; -update noar tt set b1='0FZF4RH7GEFW6U232Y' where id=3; -update noar ti set b1='0FZF4RH7GEFW6U232Y' where id=3; -update noar tt set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3; -update noar ti set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3; -update noar tt set b0='UPO2F4KASA7POVOGHMFU' where id=4; -update noar ti set b0='UPO2F4KASA7POVOGHMFU' where id=4; -update noar tt set b1='4ASTYO' where id=4; -update noar ti set b1='4ASTYO' where id=4; -update noar tt set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4; -update noar ti set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4; -update noar tt set b0='UMY5ONQU217ZGJZLU097' where id=5; -update noar ti set b0='UMY5ONQU217ZGJZLU097' where id=5; -update noar tt set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5; -update noar ti set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5; -update noar tt set b2='TCFFM6RBB6M1XOLMIUW' where id=5; -update noar ti set b2='TCFFM6RBB6M1XOLMIUW' where id=5; -update noar tt set b0='82JBQJR5KY7VHPDLR6W5' where id=6; -update noar ti set b0='82JBQJR5KY7VHPDLR6W5' where id=6; -update noar tt set b1='DME03HOM3Z9XOMCT53FT2T' where id=6; -update noar ti set b1='DME03HOM3Z9XOMCT53FT2T' where id=6; -update noar tt set b2='O5R4TX3ORZR1' where id=6; -update noar ti set b2='O5R4TX3ORZR1' where id=6; -update noar tt set b0='SLP' where id=7; -update noar ti set b0='SLP' where id=7; -update noar tt set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7; -update noar ti set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7; -update noar tt set b2='FFNU' where id=7; -update noar ti set b2='FFNU' where id=7; -update noar tt set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8; -update noar ti set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8; -update noar tt set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8; -update noar ti set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8; -update noar tt set b2='9JSROBS45G4M878HRRYDLAYS' where id=8; -update noar ti set b2='9JSROBS45G4M878HRRYDLAYS' where id=8; -update noar tt set b0='ZUD7W4N1ATN' where id=9; -update noar ti set b0='ZUD7W4N1ATN' where id=9; -update noar tt set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9; -update noar ti set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9; -update noar tt set b2='7E83N26' where id=9; -update noar ti set b2='7E83N26' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 blob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P' where id=1; -update noar ti set b0='P' where id=1; -update noar tt set b1='P5GXUISHA' where id=1; -update noar ti set b1='P5GXUISHA' where id=1; -update noar tt set b2='AMKV' where id=1; -update noar ti set b2='AMKV' where id=1; -update noar tt set b0='1M' where id=2; -update noar ti set b0='1M' where id=2; -update noar tt set b1='ZLEERLPLTTANHGEC1' where id=2; -update noar ti set b1='ZLEERLPLTTANHGEC1' where id=2; -update noar tt set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2; -update noar ti set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2; -update noar tt set b0='Z4S528S2502' where id=3; -update noar ti set b0='Z4S528S2502' where id=3; -update noar tt set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3; -update noar ti set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3; -update noar tt set b2='SP0RNMDX0NFV1K' where id=3; -update noar ti set b2='SP0RNMDX0NFV1K' where id=3; -update noar tt set b0='GXA0MTKXAS9S26FODNE' where id=4; -update noar ti set b0='GXA0MTKXAS9S26FODNE' where id=4; -update noar tt set b1='2UE2V5MBC' where id=4; -update noar ti set b1='2UE2V5MBC' where id=4; -update noar tt set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4; -update noar ti set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4; -update noar tt set b0='FDRN6' where id=5; -update noar ti set b0='FDRN6' where id=5; -update noar tt set b1='UUBC4ORQHCTQP1' where id=5; -update noar ti set b1='UUBC4ORQHCTQP1' where id=5; -update noar tt set b2='27NP2S41' where id=5; -update noar ti set b2='27NP2S41' where id=5; -update noar tt set b0='7' where id=6; -update noar ti set b0='7' where id=6; -update noar tt set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6; -update noar ti set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6; -update noar tt set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6; -update noar ti set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6; -update noar tt set b0='QD' where id=7; -update noar ti set b0='QD' where id=7; -update noar tt set b1='28CGS888QNM6Z99UNARO' where id=7; -update noar ti set b1='28CGS888QNM6Z99UNARO' where id=7; -update noar tt set b2='MVLD78E1J' where id=7; -update noar ti set b2='MVLD78E1J' where id=7; -update noar tt set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8; -update noar ti set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8; -update noar tt set b1='GDNJAHWG' where id=8; -update noar ti set b1='GDNJAHWG' where id=8; -update noar tt set b2='LGD' where id=8; -update noar ti set b2='LGD' where id=8; -update noar tt set b0='Y0P4H' where id=9; -update noar ti set b0='Y0P4H' where id=9; -update noar tt set b1='F2QNF3D1BQGC' where id=9; -update noar ti set b1='F2QNF3D1BQGC' where id=9; -update noar tt set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9; -update noar ti set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='346' where id=1; -update noar ti set b0='346' where id=1; -update noar tt set b1='84P9J' where id=1; -update noar ti set b1='84P9J' where id=1; -update noar tt set b2='IQWRE' where id=1; -update noar ti set b2='IQWRE' where id=1; -update noar tt set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2; -update noar ti set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2; -update noar tt set b1='P450GN9OV9' where id=2; -update noar ti set b1='P450GN9OV9' where id=2; -update noar tt set b2='KQ5M' where id=2; -update noar ti set b2='KQ5M' where id=2; -update noar tt set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3; -update noar ti set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3; -update noar tt set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3; -update noar ti set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3; -update noar tt set b2='4J' where id=3; -update noar ti set b2='4J' where id=3; -update noar tt set b0='9EFS5L36GAFM' where id=4; -update noar ti set b0='9EFS5L36GAFM' where id=4; -update noar tt set b1='D2UJVNS01272WL' where id=4; -update noar ti set b1='D2UJVNS01272WL' where id=4; -update noar tt set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4; -update noar ti set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4; -update noar tt set b0='WEU7FNNNUOW5FC' where id=5; -update noar ti set b0='WEU7FNNNUOW5FC' where id=5; -update noar tt set b1='VJLDG5FDJR41ZVYK' where id=5; -update noar ti set b1='VJLDG5FDJR41ZVYK' where id=5; -update noar tt set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5; -update noar ti set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5; -update noar tt set b0='VE4C61TWA5J5CM6' where id=6; -update noar ti set b0='VE4C61TWA5J5CM6' where id=6; -update noar tt set b1='W' where id=6; -update noar ti set b1='W' where id=6; -update noar tt set b2='9IM9MHLNVEJLORYR2' where id=6; -update noar ti set b2='9IM9MHLNVEJLORYR2' where id=6; -update noar tt set b0='PRJ18M7J9BOG7YE' where id=7; -update noar ti set b0='PRJ18M7J9BOG7YE' where id=7; -update noar tt set b1='LFTA28KX75B9TPTWXFG4Q' where id=7; -update noar ti set b1='LFTA28KX75B9TPTWXFG4Q' where id=7; -update noar tt set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7; -update noar ti set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7; -update noar tt set b0='BG9I68B' where id=8; -update noar ti set b0='BG9I68B' where id=8; -update noar tt set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8; -update noar ti set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8; -update noar tt set b2='DG' where id=8; -update noar ti set b2='DG' where id=8; -update noar tt set b0='YGKP2NRFBRT84' where id=9; -update noar ti set b0='YGKP2NRFBRT84' where id=9; -update noar tt set b1='03VF' where id=9; -update noar ti set b1='03VF' where id=9; -update noar tt set b2='90UQKJYBNHND17GAR' where id=9; -update noar ti set b2='90UQKJYBNHND17GAR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1; -update noar ti set b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1; -update noar tt set b1='08BIC1P1Q' where id=1; -update noar ti set b1='08BIC1P1Q' where id=1; -update noar tt set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1; -update noar ti set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1; -update noar tt set b0='NKZDG9CXZA' where id=2; -update noar ti set b0='NKZDG9CXZA' where id=2; -update noar tt set b1='BG825UXM2D' where id=2; -update noar ti set b1='BG825UXM2D' where id=2; -update noar tt set b2='K2NJILYK234B' where id=2; -update noar ti set b2='K2NJILYK234B' where id=2; -update noar tt set b0='15NIC8087P5' where id=3; -update noar ti set b0='15NIC8087P5' where id=3; -update noar tt set b1='B8YX3XP' where id=3; -update noar ti set b1='B8YX3XP' where id=3; -update noar tt set b2='CRDN503VDT' where id=3; -update noar ti set b2='CRDN503VDT' where id=3; -update noar tt set b0='AYT6AIF9FWQVV' where id=4; -update noar ti set b0='AYT6AIF9FWQVV' where id=4; -update noar tt set b1='E6O0' where id=4; -update noar ti set b1='E6O0' where id=4; -update noar tt set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4; -update noar ti set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4; -update noar tt set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5; -update noar ti set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5; -update noar tt set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5; -update noar ti set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5; -update noar tt set b2='BDIH' where id=5; -update noar ti set b2='BDIH' where id=5; -update noar tt set b0='1SDQR5' where id=6; -update noar ti set b0='1SDQR5' where id=6; -update noar tt set b1='0X9NCUXZIG22B5' where id=6; -update noar ti set b1='0X9NCUXZIG22B5' where id=6; -update noar tt set b2='TOUZPMSNGRWDR' where id=6; -update noar ti set b2='TOUZPMSNGRWDR' where id=6; -update noar tt set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7; -update noar ti set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7; -update noar tt set b1='3QIV1PEBAB0L' where id=7; -update noar ti set b1='3QIV1PEBAB0L' where id=7; -update noar tt set b2='GMMB0GKL315' where id=7; -update noar ti set b2='GMMB0GKL315' where id=7; -update noar tt set b0='RS13W6Z1AUXR' where id=8; -update noar ti set b0='RS13W6Z1AUXR' where id=8; -update noar tt set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8; -update noar ti set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8; -update noar tt set b2='GIW1FTH8TB' where id=8; -update noar ti set b2='GIW1FTH8TB' where id=8; -update noar tt set b0='92G26S3NU86O7DGGURQ71' where id=9; -update noar ti set b0='92G26S3NU86O7DGGURQ71' where id=9; -update noar tt set b1='K5R79G5VTHRSCP' where id=9; -update noar ti set b1='K5R79G5VTHRSCP' where id=9; -update noar tt set b2='2TOUXTX37XZ7W6Q' where id=9; -update noar ti set b2='2TOUXTX37XZ7W6Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='K20XMQ5ICM14FF' where id=1; -update noar ti set b0='K20XMQ5ICM14FF' where id=1; -update noar tt set b1='0NR' where id=1; -update noar ti set b1='0NR' where id=1; -update noar tt set b2='YKOUNOC' where id=1; -update noar ti set b2='YKOUNOC' where id=1; -update noar tt set b0='2CT8R' where id=2; -update noar ti set b0='2CT8R' where id=2; -update noar tt set b1='TZYUMDD' where id=2; -update noar ti set b1='TZYUMDD' where id=2; -update noar tt set b2='O4MWZJS' where id=2; -update noar ti set b2='O4MWZJS' where id=2; -update noar tt set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3; -update noar ti set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3; -update noar tt set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3; -update noar ti set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3; -update noar tt set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3; -update noar ti set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3; -update noar tt set b0='89V0' where id=4; -update noar ti set b0='89V0' where id=4; -update noar tt set b1='YOCMJQV9DMNGBXH6L' where id=4; -update noar ti set b1='YOCMJQV9DMNGBXH6L' where id=4; -update noar tt set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4; -update noar ti set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4; -update noar tt set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5; -update noar ti set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5; -update noar tt set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5; -update noar ti set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5; -update noar tt set b2='YXMUXG3P' where id=5; -update noar ti set b2='YXMUXG3P' where id=5; -update noar tt set b0='5' where id=6; -update noar ti set b0='5' where id=6; -update noar tt set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6; -update noar ti set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6; -update noar tt set b2='YQC2SIYODUIG88' where id=6; -update noar ti set b2='YQC2SIYODUIG88' where id=6; -update noar tt set b0='BZGP0N0WW94' where id=7; -update noar ti set b0='BZGP0N0WW94' where id=7; -update noar tt set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7; -update noar ti set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7; -update noar tt set b2='9X2HWBJ7OC1PBQ4' where id=7; -update noar ti set b2='9X2HWBJ7OC1PBQ4' where id=7; -update noar tt set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8; -update noar ti set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8; -update noar tt set b1='AUZSU' where id=8; -update noar ti set b1='AUZSU' where id=8; -update noar tt set b2='FGRCY' where id=8; -update noar ti set b2='FGRCY' where id=8; -update noar tt set b0='H5E6IJMPXJC' where id=9; -update noar ti set b0='H5E6IJMPXJC' where id=9; -update noar tt set b1='G62F1053W7' where id=9; -update noar ti set b1='G62F1053W7' where id=9; -update noar tt set b2='NPHPQ560DCNFGUEA' where id=9; -update noar ti set b2='NPHPQ560DCNFGUEA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UEPOWINI' where id=1; -update noar ti set b0='UEPOWINI' where id=1; -update noar tt set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1; -update noar ti set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1; -update noar tt set b2='5V37M1DQ' where id=1; -update noar ti set b2='5V37M1DQ' where id=1; -update noar tt set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2; -update noar ti set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2; -update noar tt set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2; -update noar ti set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2; -update noar tt set b2='AD4X5P' where id=2; -update noar ti set b2='AD4X5P' where id=2; -update noar tt set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3; -update noar ti set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3; -update noar tt set b1='CTGY99WEBKZH4SNWY' where id=3; -update noar ti set b1='CTGY99WEBKZH4SNWY' where id=3; -update noar tt set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3; -update noar ti set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3; -update noar tt set b0='OHUPUAZC2TARNQ' where id=4; -update noar ti set b0='OHUPUAZC2TARNQ' where id=4; -update noar tt set b1='F6R9J9' where id=4; -update noar ti set b1='F6R9J9' where id=4; -update noar tt set b2='WX' where id=4; -update noar ti set b2='WX' where id=4; -update noar tt set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5; -update noar ti set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5; -update noar tt set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5; -update noar ti set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5; -update noar tt set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5; -update noar ti set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5; -update noar tt set b0='V7TA9' where id=6; -update noar ti set b0='V7TA9' where id=6; -update noar tt set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6; -update noar ti set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6; -update noar tt set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6; -update noar ti set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6; -update noar tt set b0='T625PDFFOBDUJK2A1KVE' where id=7; -update noar ti set b0='T625PDFFOBDUJK2A1KVE' where id=7; -update noar tt set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7; -update noar ti set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7; -update noar tt set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7; -update noar ti set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7; -update noar tt set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8; -update noar ti set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8; -update noar tt set b1='2JY8X3GADKY0S1VT8Q' where id=8; -update noar ti set b1='2JY8X3GADKY0S1VT8Q' where id=8; -update noar tt set b2='ZIF9BYLNGX154X8K' where id=8; -update noar ti set b2='ZIF9BYLNGX154X8K' where id=8; -update noar tt set b0='7H1TU8YP5A0D' where id=9; -update noar ti set b0='7H1TU8YP5A0D' where id=9; -update noar tt set b1='ADW9A33GI' where id=9; -update noar ti set b1='ADW9A33GI' where id=9; -update noar tt set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9; -update noar ti set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1; -update noar ti set b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1; -update noar tt set b1='WT4OI' where id=1; -update noar ti set b1='WT4OI' where id=1; -update noar tt set b2='GNZ' where id=1; -update noar ti set b2='GNZ' where id=1; -update noar tt set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2; -update noar ti set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2; -update noar tt set b1='HY3' where id=2; -update noar ti set b1='HY3' where id=2; -update noar tt set b2='ARFF5BETLD8AJJM' where id=2; -update noar ti set b2='ARFF5BETLD8AJJM' where id=2; -update noar tt set b0='HZ3U9ACQD0RZ' where id=3; -update noar ti set b0='HZ3U9ACQD0RZ' where id=3; -update noar tt set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3; -update noar ti set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3; -update noar tt set b2='3Y9W090ESO0SDFNCUJJN' where id=3; -update noar ti set b2='3Y9W090ESO0SDFNCUJJN' where id=3; -update noar tt set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4; -update noar ti set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4; -update noar tt set b1='O4SSRIWGVDZTTA9VZP7' where id=4; -update noar ti set b1='O4SSRIWGVDZTTA9VZP7' where id=4; -update noar tt set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4; -update noar ti set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4; -update noar tt set b0='4QVZKM' where id=5; -update noar ti set b0='4QVZKM' where id=5; -update noar tt set b1='0NJVRH' where id=5; -update noar ti set b1='0NJVRH' where id=5; -update noar tt set b2='V' where id=5; -update noar ti set b2='V' where id=5; -update noar tt set b0='85RL2F4OBNK' where id=6; -update noar ti set b0='85RL2F4OBNK' where id=6; -update noar tt set b1='PYGDSSP9E9' where id=6; -update noar ti set b1='PYGDSSP9E9' where id=6; -update noar tt set b2='2N5XN6O' where id=6; -update noar ti set b2='2N5XN6O' where id=6; -update noar tt set b0='QQG91P0SP1AXBV34X7I' where id=7; -update noar ti set b0='QQG91P0SP1AXBV34X7I' where id=7; -update noar tt set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7; -update noar ti set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7; -update noar tt set b2='NL13BN1UF870L4WD' where id=7; -update noar ti set b2='NL13BN1UF870L4WD' where id=7; -update noar tt set b0='OSZALWNP8A' where id=8; -update noar ti set b0='OSZALWNP8A' where id=8; -update noar tt set b1='UP1EOBGBI73I3QMI8G0P1' where id=8; -update noar ti set b1='UP1EOBGBI73I3QMI8G0P1' where id=8; -update noar tt set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8; -update noar ti set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8; -update noar tt set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9; -update noar ti set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9; -update noar tt set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9; -update noar ti set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9; -update noar tt set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9; -update noar ti set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1; -update noar ti set b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1; -update noar tt set b1='9IKISSJJP94ULPMVA3PY' where id=1; -update noar ti set b1='9IKISSJJP94ULPMVA3PY' where id=1; -update noar tt set b2='6F0A1XO70VDST4Y' where id=1; -update noar ti set b2='6F0A1XO70VDST4Y' where id=1; -update noar tt set b0='2658MQ8OLXXWUYZS2' where id=2; -update noar ti set b0='2658MQ8OLXXWUYZS2' where id=2; -update noar tt set b1='2' where id=2; -update noar ti set b1='2' where id=2; -update noar tt set b2='XYNDTRKJ7N4C4JK' where id=2; -update noar ti set b2='XYNDTRKJ7N4C4JK' where id=2; -update noar tt set b0='G' where id=3; -update noar ti set b0='G' where id=3; -update noar tt set b1='1ZWM1CMIOZ1L70L' where id=3; -update noar ti set b1='1ZWM1CMIOZ1L70L' where id=3; -update noar tt set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3; -update noar ti set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3; -update noar tt set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4; -update noar ti set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4; -update noar tt set b1='SE0A7EG7OJHQS' where id=4; -update noar ti set b1='SE0A7EG7OJHQS' where id=4; -update noar tt set b2='3LDB8TIZUDRDCXM15U' where id=4; -update noar ti set b2='3LDB8TIZUDRDCXM15U' where id=4; -update noar tt set b0='RMQV63TKMJ6J' where id=5; -update noar ti set b0='RMQV63TKMJ6J' where id=5; -update noar tt set b1='R13LT1CXL6OUC737DD3C5A' where id=5; -update noar ti set b1='R13LT1CXL6OUC737DD3C5A' where id=5; -update noar tt set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5; -update noar ti set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5; -update noar tt set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6; -update noar ti set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6; -update noar tt set b1='W70M' where id=6; -update noar ti set b1='W70M' where id=6; -update noar tt set b2='QADLOFC4Q' where id=6; -update noar ti set b2='QADLOFC4Q' where id=6; -update noar tt set b0='3MIAR00DAZ' where id=7; -update noar ti set b0='3MIAR00DAZ' where id=7; -update noar tt set b1='01PA8WLFSFEZN2XA' where id=7; -update noar ti set b1='01PA8WLFSFEZN2XA' where id=7; -update noar tt set b2='8R1GFIUYGLP' where id=7; -update noar ti set b2='8R1GFIUYGLP' where id=7; -update noar tt set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8; -update noar ti set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8; -update noar tt set b1='8T1FA8H9B75Y191OC48Z738' where id=8; -update noar ti set b1='8T1FA8H9B75Y191OC48Z738' where id=8; -update noar tt set b2='C' where id=8; -update noar ti set b2='C' where id=8; -update noar tt set b0='CMOIIWX5R96XEN7GDP7O0' where id=9; -update noar ti set b0='CMOIIWX5R96XEN7GDP7O0' where id=9; -update noar tt set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9; -update noar ti set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9; -update noar tt set b2='QV1KYD2TXGLPZ' where id=9; -update noar ti set b2='QV1KYD2TXGLPZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1; -update noar ti set b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1; -update noar tt set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1; -update noar ti set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1; -update noar tt set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1; -update noar ti set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1; -update noar tt set b0='1KDWZ6' where id=2; -update noar ti set b0='1KDWZ6' where id=2; -update noar tt set b1='WPKIJGS8U6OW0KQ' where id=2; -update noar ti set b1='WPKIJGS8U6OW0KQ' where id=2; -update noar tt set b2='UKNXU2D6' where id=2; -update noar ti set b2='UKNXU2D6' where id=2; -update noar tt set b0='DNXQTCNIILPE3' where id=3; -update noar ti set b0='DNXQTCNIILPE3' where id=3; -update noar tt set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3; -update noar ti set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3; -update noar tt set b2='1IYDTB9RW' where id=3; -update noar ti set b2='1IYDTB9RW' where id=3; -update noar tt set b0='SM9S4RM2OLJHH82OK1VV' where id=4; -update noar ti set b0='SM9S4RM2OLJHH82OK1VV' where id=4; -update noar tt set b1='ZGVH' where id=4; -update noar ti set b1='ZGVH' where id=4; -update noar tt set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4; -update noar ti set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4; -update noar tt set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5; -update noar ti set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5; -update noar tt set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5; -update noar ti set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5; -update noar tt set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5; -update noar ti set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5; -update noar tt set b0='027HVWMX' where id=6; -update noar ti set b0='027HVWMX' where id=6; -update noar tt set b1='0EWP60VWSG' where id=6; -update noar ti set b1='0EWP60VWSG' where id=6; -update noar tt set b2='SBWDFAWDP2PW8PC1LYZ' where id=6; -update noar ti set b2='SBWDFAWDP2PW8PC1LYZ' where id=6; -update noar tt set b0='VC224VNW0C118R1ABKF1MEX' where id=7; -update noar ti set b0='VC224VNW0C118R1ABKF1MEX' where id=7; -update noar tt set b1='YJAVPB3O' where id=7; -update noar ti set b1='YJAVPB3O' where id=7; -update noar tt set b2='XOH8YK' where id=7; -update noar ti set b2='XOH8YK' where id=7; -update noar tt set b0='I4PTT0OYGANXEAGYHO191GY' where id=8; -update noar ti set b0='I4PTT0OYGANXEAGYHO191GY' where id=8; -update noar tt set b1='97' where id=8; -update noar ti set b1='97' where id=8; -update noar tt set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8; -update noar ti set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8; -update noar tt set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9; -update noar ti set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9; -update noar tt set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9; -update noar ti set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9; -update noar tt set b2='ZT9BB6HA1L80DAEKJFME' where id=9; -update noar ti set b2='ZT9BB6HA1L80DAEKJFME' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6CAUYPW6EL' where id=1; -update noar ti set b0='6CAUYPW6EL' where id=1; -update noar tt set b1='NV9BR1BI6UJ' where id=1; -update noar ti set b1='NV9BR1BI6UJ' where id=1; -update noar tt set b2='JOXP2S3T0ZCVVKF' where id=1; -update noar ti set b2='JOXP2S3T0ZCVVKF' where id=1; -update noar tt set b0='736HKDM40' where id=2; -update noar ti set b0='736HKDM40' where id=2; -update noar tt set b1='999TXVGNA1FPQR' where id=2; -update noar ti set b1='999TXVGNA1FPQR' where id=2; -update noar tt set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2; -update noar ti set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2; -update noar tt set b0='VG0' where id=3; -update noar ti set b0='VG0' where id=3; -update noar tt set b1='5FRJYS' where id=3; -update noar ti set b1='5FRJYS' where id=3; -update noar tt set b2='EECZUH6K5PZ7CTY' where id=3; -update noar ti set b2='EECZUH6K5PZ7CTY' where id=3; -update noar tt set b0='M9T0HGZZGR' where id=4; -update noar ti set b0='M9T0HGZZGR' where id=4; -update noar tt set b1='QSDMVSYKJXJWIOO9K9' where id=4; -update noar ti set b1='QSDMVSYKJXJWIOO9K9' where id=4; -update noar tt set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4; -update noar ti set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4; -update noar tt set b0='AASGZL6TG912HM2MOCXUR' where id=5; -update noar ti set b0='AASGZL6TG912HM2MOCXUR' where id=5; -update noar tt set b1='P5KHI1V4LZF02XW' where id=5; -update noar ti set b1='P5KHI1V4LZF02XW' where id=5; -update noar tt set b2='EXSL7PAYETH8I' where id=5; -update noar ti set b2='EXSL7PAYETH8I' where id=5; -update noar tt set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6; -update noar ti set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6; -update noar tt set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6; -update noar ti set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6; -update noar tt set b2='N7' where id=6; -update noar ti set b2='N7' where id=6; -update noar tt set b0='Z5' where id=7; -update noar ti set b0='Z5' where id=7; -update noar tt set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7; -update noar ti set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7; -update noar tt set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7; -update noar ti set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7; -update noar tt set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8; -update noar ti set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8; -update noar tt set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8; -update noar ti set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8; -update noar tt set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8; -update noar ti set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8; -update noar tt set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9; -update noar ti set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9; -update noar tt set b1='8V6' where id=9; -update noar ti set b1='8V6' where id=9; -update noar tt set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9; -update noar ti set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 mediumblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='F7' where id=1; -update noar ti set b0='F7' where id=1; -update noar tt set b1='LSKALVO1TA' where id=1; -update noar ti set b1='LSKALVO1TA' where id=1; -update noar tt set b2='VQ0ENLI6G0E' where id=1; -update noar ti set b2='VQ0ENLI6G0E' where id=1; -update noar tt set b0='XAAZKI' where id=2; -update noar ti set b0='XAAZKI' where id=2; -update noar tt set b1='B5LTVGXCICBTRK05JY12' where id=2; -update noar ti set b1='B5LTVGXCICBTRK05JY12' where id=2; -update noar tt set b2='FCEQWB' where id=2; -update noar ti set b2='FCEQWB' where id=2; -update noar tt set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3; -update noar ti set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3; -update noar tt set b1='001IR8BY' where id=3; -update noar ti set b1='001IR8BY' where id=3; -update noar tt set b2='K9EA' where id=3; -update noar ti set b2='K9EA' where id=3; -update noar tt set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4; -update noar ti set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4; -update noar tt set b1='J3XPCEUY0X0ZO53Q' where id=4; -update noar ti set b1='J3XPCEUY0X0ZO53Q' where id=4; -update noar tt set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4; -update noar ti set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5; -update noar ti set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5; -update noar tt set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5; -update noar ti set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5; -update noar tt set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6; -update noar ti set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6; -update noar tt set b1='T9XOWRH' where id=6; -update noar ti set b1='T9XOWRH' where id=6; -update noar tt set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6; -update noar ti set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6; -update noar tt set b0='U37OKI2NHSGMGBTUND' where id=7; -update noar ti set b0='U37OKI2NHSGMGBTUND' where id=7; -update noar tt set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7; -update noar ti set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7; -update noar tt set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7; -update noar ti set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7; -update noar tt set b0='MEWI2ZWW8PGN' where id=8; -update noar ti set b0='MEWI2ZWW8PGN' where id=8; -update noar tt set b1='IOK449PT5AZK1SXOJD1Q' where id=8; -update noar ti set b1='IOK449PT5AZK1SXOJD1Q' where id=8; -update noar tt set b2='06DW4LX6WNB' where id=8; -update noar ti set b2='06DW4LX6WNB' where id=8; -update noar tt set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9; -update noar ti set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9; -update noar tt set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9; -update noar ti set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9; -update noar tt set b2='QMYR' where id=9; -update noar ti set b2='QMYR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 mediumblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S' where id=1; -update noar ti set b0='S' where id=1; -update noar tt set b1='1I1YHX9UNR369ZS5FT' where id=1; -update noar ti set b1='1I1YHX9UNR369ZS5FT' where id=1; -update noar tt set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1; -update noar ti set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1; -update noar tt set b0='E97K7Q93YPFA9B3PUV' where id=2; -update noar ti set b0='E97K7Q93YPFA9B3PUV' where id=2; -update noar tt set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2; -update noar ti set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2; -update noar tt set b2='RCALC83TID0GSFMQHJA' where id=2; -update noar ti set b2='RCALC83TID0GSFMQHJA' where id=2; -update noar tt set b0='O2H2V79N2WO07QCCA' where id=3; -update noar ti set b0='O2H2V79N2WO07QCCA' where id=3; -update noar tt set b1='CK' where id=3; -update noar ti set b1='CK' where id=3; -update noar tt set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3; -update noar ti set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3; -update noar tt set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4; -update noar ti set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4; -update noar tt set b1='AES2MT4MCUQ7WBCJDBK' where id=4; -update noar ti set b1='AES2MT4MCUQ7WBCJDBK' where id=4; -update noar tt set b2='1WAV830TBGMFYHHD' where id=4; -update noar ti set b2='1WAV830TBGMFYHHD' where id=4; -update noar tt set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5; -update noar ti set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5; -update noar tt set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5; -update noar ti set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5; -update noar tt set b2='8T5' where id=5; -update noar ti set b2='8T5' where id=5; -update noar tt set b0='WMQO8O9B9FELFGIX2F' where id=6; -update noar ti set b0='WMQO8O9B9FELFGIX2F' where id=6; -update noar tt set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6; -update noar ti set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6; -update noar tt set b2='2A0' where id=6; -update noar ti set b2='2A0' where id=6; -update noar tt set b0='1E13TBB' where id=7; -update noar ti set b0='1E13TBB' where id=7; -update noar tt set b1='R34SV9Q079NDH9QLAYGIVG' where id=7; -update noar ti set b1='R34SV9Q079NDH9QLAYGIVG' where id=7; -update noar tt set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7; -update noar ti set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7; -update noar tt set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8; -update noar ti set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8; -update noar tt set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8; -update noar ti set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8; -update noar tt set b2='U7X78FYM' where id=8; -update noar ti set b2='U7X78FYM' where id=8; -update noar tt set b0='GSO6' where id=9; -update noar ti set b0='GSO6' where id=9; -update noar tt set b1='T7511LP29OS6VKSCC' where id=9; -update noar ti set b1='T7511LP29OS6VKSCC' where id=9; -update noar tt set b2='JMQ1' where id=9; -update noar ti set b2='JMQ1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1; -update noar ti set b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1; -update noar tt set b1='YTVASEIF' where id=1; -update noar ti set b1='YTVASEIF' where id=1; -update noar tt set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1; -update noar ti set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1; -update noar tt set b0='OO' where id=2; -update noar ti set b0='OO' where id=2; -update noar tt set b1='361GKY38WX0ED5S1DGA' where id=2; -update noar ti set b1='361GKY38WX0ED5S1DGA' where id=2; -update noar tt set b2='92Q' where id=2; -update noar ti set b2='92Q' where id=2; -update noar tt set b0='R0KDIDIA760DSETGB4PLOW5' where id=3; -update noar ti set b0='R0KDIDIA760DSETGB4PLOW5' where id=3; -update noar tt set b1='C' where id=3; -update noar ti set b1='C' where id=3; -update noar tt set b2='I4444EF9C2I' where id=3; -update noar ti set b2='I4444EF9C2I' where id=3; -update noar tt set b0='WVSTWO3BG' where id=4; -update noar ti set b0='WVSTWO3BG' where id=4; -update noar tt set b1='2XI3ZORR0BO5I245GEKZ' where id=4; -update noar ti set b1='2XI3ZORR0BO5I245GEKZ' where id=4; -update noar tt set b2='RRLDJ8' where id=4; -update noar ti set b2='RRLDJ8' where id=4; -update noar tt set b0='7' where id=5; -update noar ti set b0='7' where id=5; -update noar tt set b1='QI6MAPFBO3CP' where id=5; -update noar ti set b1='QI6MAPFBO3CP' where id=5; -update noar tt set b2='98TA4DPA5ON9BCVMA0Z' where id=5; -update noar ti set b2='98TA4DPA5ON9BCVMA0Z' where id=5; -update noar tt set b0='2G' where id=6; -update noar ti set b0='2G' where id=6; -update noar tt set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6; -update noar ti set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6; -update noar tt set b2='Y6481' where id=6; -update noar ti set b2='Y6481' where id=6; -update noar tt set b0='QH75' where id=7; -update noar ti set b0='QH75' where id=7; -update noar tt set b1='X3VFIAB337LYD7DBF' where id=7; -update noar ti set b1='X3VFIAB337LYD7DBF' where id=7; -update noar tt set b2='W6PWF0DV78' where id=7; -update noar ti set b2='W6PWF0DV78' where id=7; -update noar tt set b0='VUH87V5F' where id=8; -update noar ti set b0='VUH87V5F' where id=8; -update noar tt set b1='9TIEGAW1MPASPDCVI8' where id=8; -update noar ti set b1='9TIEGAW1MPASPDCVI8' where id=8; -update noar tt set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8; -update noar ti set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8; -update noar tt set b0='GR' where id=9; -update noar ti set b0='GR' where id=9; -update noar tt set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9; -update noar ti set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9; -update noar tt set b2='RA' where id=9; -update noar ti set b2='RA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1; -update noar ti set b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1; -update noar tt set b1='3Q0JKSO2Z5URP' where id=1; -update noar ti set b1='3Q0JKSO2Z5URP' where id=1; -update noar tt set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1; -update noar ti set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1; -update noar tt set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2; -update noar ti set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2; -update noar tt set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2; -update noar ti set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2; -update noar tt set b2='3E3582KWGAV' where id=2; -update noar ti set b2='3E3582KWGAV' where id=2; -update noar tt set b0='KRR08HTNGOQFATE' where id=3; -update noar ti set b0='KRR08HTNGOQFATE' where id=3; -update noar tt set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3; -update noar ti set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3; -update noar tt set b2='2FXVSY' where id=3; -update noar ti set b2='2FXVSY' where id=3; -update noar tt set b0='IU85IK7Q3' where id=4; -update noar ti set b0='IU85IK7Q3' where id=4; -update noar tt set b1='FXQ3XVXUK' where id=4; -update noar ti set b1='FXQ3XVXUK' where id=4; -update noar tt set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4; -update noar ti set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4; -update noar tt set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5; -update noar ti set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5; -update noar tt set b1='36L35ZIKE9' where id=5; -update noar ti set b1='36L35ZIKE9' where id=5; -update noar tt set b2='JGHEW6KHAMN6I0JRNM' where id=5; -update noar ti set b2='JGHEW6KHAMN6I0JRNM' where id=5; -update noar tt set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6; -update noar ti set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6; -update noar tt set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6; -update noar ti set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6; -update noar tt set b2='V9T4CJV55OTC' where id=6; -update noar ti set b2='V9T4CJV55OTC' where id=6; -update noar tt set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7; -update noar ti set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7; -update noar tt set b1='B8' where id=7; -update noar ti set b1='B8' where id=7; -update noar tt set b2='1P' where id=7; -update noar ti set b2='1P' where id=7; -update noar tt set b0='9JU5XTJQ8K4HH2LJ7A' where id=8; -update noar ti set b0='9JU5XTJQ8K4HH2LJ7A' where id=8; -update noar tt set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8; -update noar ti set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8; -update noar tt set b2='3VPWI83QLNJU4WJ1' where id=8; -update noar ti set b2='3VPWI83QLNJU4WJ1' where id=8; -update noar tt set b0='633PXANQAGN60YC35L' where id=9; -update noar ti set b0='633PXANQAGN60YC35L' where id=9; -update noar tt set b1='ZP9ZHVA05KAL' where id=9; -update noar ti set b1='ZP9ZHVA05KAL' where id=9; -update noar tt set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9; -update noar ti set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NXQQRD3M53K6NF7IG92WK2' where id=1; -update noar ti set b0='NXQQRD3M53K6NF7IG92WK2' where id=1; -update noar tt set b1='I67SVCO2K1ZJ' where id=1; -update noar ti set b1='I67SVCO2K1ZJ' where id=1; -update noar tt set b2='I8P8YDS6KM6IRE7MNGCF' where id=1; -update noar ti set b2='I8P8YDS6KM6IRE7MNGCF' where id=1; -update noar tt set b0='Y2BA9' where id=2; -update noar ti set b0='Y2BA9' where id=2; -update noar tt set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2; -update noar ti set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2; -update noar tt set b2='338MG5UD1568BKI7Q7VXRH' where id=2; -update noar ti set b2='338MG5UD1568BKI7Q7VXRH' where id=2; -update noar tt set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3; -update noar ti set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3; -update noar tt set b1='EAVNHGU4MBF' where id=3; -update noar ti set b1='EAVNHGU4MBF' where id=3; -update noar tt set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3; -update noar ti set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3; -update noar tt set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4; -update noar ti set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4; -update noar tt set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4; -update noar ti set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4; -update noar tt set b2='NC16L3DLGP0KTW6O' where id=4; -update noar ti set b2='NC16L3DLGP0KTW6O' where id=4; -update noar tt set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5; -update noar ti set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5; -update noar tt set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5; -update noar ti set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5; -update noar tt set b2='YZD' where id=5; -update noar ti set b2='YZD' where id=5; -update noar tt set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6; -update noar ti set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6; -update noar tt set b1='EN3G0PC30KQ34XLFUAQR4' where id=6; -update noar ti set b1='EN3G0PC30KQ34XLFUAQR4' where id=6; -update noar tt set b2='LJ41D97' where id=6; -update noar ti set b2='LJ41D97' where id=6; -update noar tt set b0='WHBH65AFVEQ6H4P' where id=7; -update noar ti set b0='WHBH65AFVEQ6H4P' where id=7; -update noar tt set b1='8U59FI0LWKLVLNF5' where id=7; -update noar ti set b1='8U59FI0LWKLVLNF5' where id=7; -update noar tt set b2='15OVTL4S' where id=7; -update noar ti set b2='15OVTL4S' where id=7; -update noar tt set b0='L3UXTOFNSL251GMFH' where id=8; -update noar ti set b0='L3UXTOFNSL251GMFH' where id=8; -update noar tt set b1='J' where id=8; -update noar ti set b1='J' where id=8; -update noar tt set b2='KF1RO4N7WEO6QCWVUL' where id=8; -update noar ti set b2='KF1RO4N7WEO6QCWVUL' where id=8; -update noar tt set b0='4MSXYR4ABDFQXRVCZP5' where id=9; -update noar ti set b0='4MSXYR4ABDFQXRVCZP5' where id=9; -update noar tt set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9; -update noar ti set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9; -update noar tt set b2='48JY9SSEJZZXR80DWU' where id=9; -update noar ti set b2='48JY9SSEJZZXR80DWU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1; -update noar ti set b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1; -update noar tt set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1; -update noar ti set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1; -update noar tt set b2='17A95DDREMLFVFG' where id=1; -update noar ti set b2='17A95DDREMLFVFG' where id=1; -update noar tt set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2; -update noar ti set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2; -update noar tt set b1='D788' where id=2; -update noar ti set b1='D788' where id=2; -update noar tt set b2='V6XZ' where id=2; -update noar ti set b2='V6XZ' where id=2; -update noar tt set b0='2DK1UBRVDBHVUENY4UEG2' where id=3; -update noar ti set b0='2DK1UBRVDBHVUENY4UEG2' where id=3; -update noar tt set b1='D3WJD5P3Q' where id=3; -update noar ti set b1='D3WJD5P3Q' where id=3; -update noar tt set b2='09QYU' where id=3; -update noar ti set b2='09QYU' where id=3; -update noar tt set b0='4KNVGVL' where id=4; -update noar ti set b0='4KNVGVL' where id=4; -update noar tt set b1='PNP3XAT1W' where id=4; -update noar ti set b1='PNP3XAT1W' where id=4; -update noar tt set b2='YSUCD8BDH63M98XA' where id=4; -update noar ti set b2='YSUCD8BDH63M98XA' where id=4; -update noar tt set b0='08R0L2BP967A' where id=5; -update noar ti set b0='08R0L2BP967A' where id=5; -update noar tt set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5; -update noar ti set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5; -update noar tt set b2='Q447UQ604H3UXLNAJ' where id=5; -update noar ti set b2='Q447UQ604H3UXLNAJ' where id=5; -update noar tt set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6; -update noar ti set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6; -update noar tt set b1='GLGGL6U1SG' where id=6; -update noar ti set b1='GLGGL6U1SG' where id=6; -update noar tt set b2='R00O9ECHZSYM5FIMSQY' where id=6; -update noar ti set b2='R00O9ECHZSYM5FIMSQY' where id=6; -update noar tt set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7; -update noar ti set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7; -update noar tt set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7; -update noar ti set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7; -update noar tt set b2='KSWRONRU4N7' where id=7; -update noar ti set b2='KSWRONRU4N7' where id=7; -update noar tt set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8; -update noar ti set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8; -update noar tt set b1='ZDHL3' where id=8; -update noar ti set b1='ZDHL3' where id=8; -update noar tt set b2='BCEOMRP0N01ZN1IB4A0' where id=8; -update noar ti set b2='BCEOMRP0N01ZN1IB4A0' where id=8; -update noar tt set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9; -update noar ti set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9; -update noar tt set b1='EEP0A' where id=9; -update noar ti set b1='EEP0A' where id=9; -update noar tt set b2='3H60DMQDZM35FQECAOFUJ0' where id=9; -update noar ti set b2='3H60DMQDZM35FQECAOFUJ0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1; -update noar ti set b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1; -update noar tt set b1='R3R24PNNIG8N65EIDJT' where id=1; -update noar ti set b1='R3R24PNNIG8N65EIDJT' where id=1; -update noar tt set b2='AZWFBDKVQ0E' where id=1; -update noar ti set b2='AZWFBDKVQ0E' where id=1; -update noar tt set b0='A36IN830DMYRBZC' where id=2; -update noar ti set b0='A36IN830DMYRBZC' where id=2; -update noar tt set b1='QLM8JTATMNIES9XESY' where id=2; -update noar ti set b1='QLM8JTATMNIES9XESY' where id=2; -update noar tt set b2='C26XNJX2NPBZILAYVHGKRS' where id=2; -update noar ti set b2='C26XNJX2NPBZILAYVHGKRS' where id=2; -update noar tt set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3; -update noar ti set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3; -update noar tt set b1='ATVWFNDOQ1R8' where id=3; -update noar ti set b1='ATVWFNDOQ1R8' where id=3; -update noar tt set b2='V' where id=3; -update noar ti set b2='V' where id=3; -update noar tt set b0='LPQKBR4IPN82SYO6A13W' where id=4; -update noar ti set b0='LPQKBR4IPN82SYO6A13W' where id=4; -update noar tt set b1='S7GAZ1INVKTJ' where id=4; -update noar ti set b1='S7GAZ1INVKTJ' where id=4; -update noar tt set b2='UYGU0JI9AI' where id=4; -update noar ti set b2='UYGU0JI9AI' where id=4; -update noar tt set b0='84T1AHYMJ' where id=5; -update noar ti set b0='84T1AHYMJ' where id=5; -update noar tt set b1='XW15XWNAKM' where id=5; -update noar ti set b1='XW15XWNAKM' where id=5; -update noar tt set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5; -update noar ti set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5; -update noar tt set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6; -update noar ti set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6; -update noar tt set b1='X9IDKTBK074WCZ92NWS6' where id=6; -update noar ti set b1='X9IDKTBK074WCZ92NWS6' where id=6; -update noar tt set b2='OT3QWO2' where id=6; -update noar ti set b2='OT3QWO2' where id=6; -update noar tt set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7; -update noar ti set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7; -update noar tt set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7; -update noar ti set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7; -update noar tt set b2='NKTGTP6Z88L73QKR' where id=7; -update noar ti set b2='NKTGTP6Z88L73QKR' where id=7; -update noar tt set b0='7A01' where id=8; -update noar ti set b0='7A01' where id=8; -update noar tt set b1='XDXY5DJHJXXGJTXK' where id=8; -update noar ti set b1='XDXY5DJHJXXGJTXK' where id=8; -update noar tt set b2='3O' where id=8; -update noar ti set b2='3O' where id=8; -update noar tt set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9; -update noar ti set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9; -update noar tt set b1='LLM7F8LF' where id=9; -update noar ti set b1='LLM7F8LF' where id=9; -update noar tt set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9; -update noar ti set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S2GNWID48DVN' where id=1; -update noar ti set b0='S2GNWID48DVN' where id=1; -update noar tt set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1; -update noar ti set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1; -update noar tt set b2='6BWBHHCPT' where id=1; -update noar ti set b2='6BWBHHCPT' where id=1; -update noar tt set b0='87' where id=2; -update noar ti set b0='87' where id=2; -update noar tt set b1='R70I2AXYVJS' where id=2; -update noar ti set b1='R70I2AXYVJS' where id=2; -update noar tt set b2='S8X0XMCORSW5Z' where id=2; -update noar ti set b2='S8X0XMCORSW5Z' where id=2; -update noar tt set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3; -update noar ti set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3; -update noar tt set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3; -update noar ti set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3; -update noar tt set b2='56854R' where id=3; -update noar ti set b2='56854R' where id=3; -update noar tt set b0='MA64632MHVXC' where id=4; -update noar ti set b0='MA64632MHVXC' where id=4; -update noar tt set b1='8Z5DPNB' where id=4; -update noar ti set b1='8Z5DPNB' where id=4; -update noar tt set b2='IY44E3' where id=4; -update noar ti set b2='IY44E3' where id=4; -update noar tt set b0='5WE6S5' where id=5; -update noar ti set b0='5WE6S5' where id=5; -update noar tt set b1='NPX' where id=5; -update noar ti set b1='NPX' where id=5; -update noar tt set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5; -update noar ti set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5; -update noar tt set b0='JCY' where id=6; -update noar ti set b0='JCY' where id=6; -update noar tt set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6; -update noar ti set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6; -update noar tt set b2='1S7EMKKQHB9L' where id=6; -update noar ti set b2='1S7EMKKQHB9L' where id=6; -update noar tt set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7; -update noar ti set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7; -update noar tt set b1='CSXYJQZFL45CIIJ' where id=7; -update noar ti set b1='CSXYJQZFL45CIIJ' where id=7; -update noar tt set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7; -update noar ti set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7; -update noar tt set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8; -update noar ti set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8; -update noar tt set b1='TN' where id=8; -update noar ti set b1='TN' where id=8; -update noar tt set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8; -update noar ti set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8; -update noar tt set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9; -update noar ti set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9; -update noar tt set b1='GJI4MEN8D4554SKXD' where id=9; -update noar ti set b1='GJI4MEN8D4554SKXD' where id=9; -update noar tt set b2='PU2UXKL4TJ' where id=9; -update noar ti set b2='PU2UXKL4TJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1; -update noar ti set b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1; -update noar tt set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1; -update noar ti set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1; -update noar tt set b2='XC5RRXD4UIJNYYVXO' where id=1; -update noar ti set b2='XC5RRXD4UIJNYYVXO' where id=1; -update noar tt set b0='L1D' where id=2; -update noar ti set b0='L1D' where id=2; -update noar tt set b1='3' where id=2; -update noar ti set b1='3' where id=2; -update noar tt set b2='J4FURTLO7LOHFI6WCDVX5' where id=2; -update noar ti set b2='J4FURTLO7LOHFI6WCDVX5' where id=2; -update noar tt set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3; -update noar ti set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3; -update noar tt set b1='Z0Z83M4987340NEB2637' where id=3; -update noar ti set b1='Z0Z83M4987340NEB2637' where id=3; -update noar tt set b2='0E9G11M74UYE3IE9EEDL' where id=3; -update noar ti set b2='0E9G11M74UYE3IE9EEDL' where id=3; -update noar tt set b0='6N99N5I' where id=4; -update noar ti set b0='6N99N5I' where id=4; -update noar tt set b1='SFLEK27' where id=4; -update noar ti set b1='SFLEK27' where id=4; -update noar tt set b2='9TNERZ7UCPFT09TXNB' where id=4; -update noar ti set b2='9TNERZ7UCPFT09TXNB' where id=4; -update noar tt set b0='WRRLSIN' where id=5; -update noar ti set b0='WRRLSIN' where id=5; -update noar tt set b1='20UD58MVO' where id=5; -update noar ti set b1='20UD58MVO' where id=5; -update noar tt set b2='O22I3AAI91GPOPJW5VE' where id=5; -update noar ti set b2='O22I3AAI91GPOPJW5VE' where id=5; -update noar tt set b0='48X5A0KD6HNRA0PYRO34' where id=6; -update noar ti set b0='48X5A0KD6HNRA0PYRO34' where id=6; -update noar tt set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6; -update noar ti set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6; -update noar tt set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6; -update noar ti set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6; -update noar tt set b0='PHGE90JKAE14EVI' where id=7; -update noar ti set b0='PHGE90JKAE14EVI' where id=7; -update noar tt set b1='PUX8' where id=7; -update noar ti set b1='PUX8' where id=7; -update noar tt set b2='U562PGF7JNY3XPDA7ONZ' where id=7; -update noar ti set b2='U562PGF7JNY3XPDA7ONZ' where id=7; -update noar tt set b0='LJKEHRQUK58A7KLG6JQGN' where id=8; -update noar ti set b0='LJKEHRQUK58A7KLG6JQGN' where id=8; -update noar tt set b1='3IK2Q' where id=8; -update noar ti set b1='3IK2Q' where id=8; -update noar tt set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8; -update noar ti set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8; -update noar tt set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9; -update noar ti set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9; -update noar tt set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9; -update noar ti set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9; -update noar tt set b2='3KJTATITCH2IG90S' where id=9; -update noar ti set b2='3KJTATITCH2IG90S' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XLSSZRO' where id=1; -update noar ti set b0='XLSSZRO' where id=1; -update noar tt set b1='8' where id=1; -update noar ti set b1='8' where id=1; -update noar tt set b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1; -update noar ti set b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1; -update noar tt set b0='MAZR66TUMVRHAVG' where id=2; -update noar ti set b0='MAZR66TUMVRHAVG' where id=2; -update noar tt set b1='P8L5Y36PX' where id=2; -update noar ti set b1='P8L5Y36PX' where id=2; -update noar tt set b2='R0QWA98' where id=2; -update noar ti set b2='R0QWA98' where id=2; -update noar tt set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3; -update noar ti set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3; -update noar tt set b1='NV0WHD413MZ5UG0Q' where id=3; -update noar ti set b1='NV0WHD413MZ5UG0Q' where id=3; -update noar tt set b2='Q58X4R1NKDN07' where id=3; -update noar ti set b2='Q58X4R1NKDN07' where id=3; -update noar tt set b0='6LPVBTEW8' where id=4; -update noar ti set b0='6LPVBTEW8' where id=4; -update noar tt set b1='3UD320' where id=4; -update noar ti set b1='3UD320' where id=4; -update noar tt set b2='Z5U' where id=4; -update noar ti set b2='Z5U' where id=4; -update noar tt set b0='ZZ0F8BTA696P7' where id=5; -update noar ti set b0='ZZ0F8BTA696P7' where id=5; -update noar tt set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5; -update noar ti set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5; -update noar tt set b2='EH0T8993' where id=5; -update noar ti set b2='EH0T8993' where id=5; -update noar tt set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6; -update noar ti set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6; -update noar tt set b1='HN82VINZLWBNA69TOPU' where id=6; -update noar ti set b1='HN82VINZLWBNA69TOPU' where id=6; -update noar tt set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6; -update noar ti set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6; -update noar tt set b0='7GXGKG54FPDRKXJ' where id=7; -update noar ti set b0='7GXGKG54FPDRKXJ' where id=7; -update noar tt set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7; -update noar ti set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7; -update noar tt set b2='W8VM84Q' where id=7; -update noar ti set b2='W8VM84Q' where id=7; -update noar tt set b0='EV' where id=8; -update noar ti set b0='EV' where id=8; -update noar tt set b1='8HG0P' where id=8; -update noar ti set b1='8HG0P' where id=8; -update noar tt set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8; -update noar ti set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8; -update noar tt set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9; -update noar ti set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9; -update noar tt set b1='DRML428XG4R67BX0FN2G9GU' where id=9; -update noar ti set b1='DRML428XG4R67BX0FN2G9GU' where id=9; -update noar tt set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9; -update noar ti set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 longblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1; -update noar ti set b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1; -update noar tt set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1; -update noar ti set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1; -update noar tt set b2='C8KWQI6XUM04JT7OVZ' where id=1; -update noar ti set b2='C8KWQI6XUM04JT7OVZ' where id=1; -update noar tt set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2; -update noar ti set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2; -update noar tt set b1='4UYF6' where id=2; -update noar ti set b1='4UYF6' where id=2; -update noar tt set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2; -update noar ti set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2; -update noar tt set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3; -update noar ti set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3; -update noar tt set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3; -update noar ti set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3; -update noar tt set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3; -update noar ti set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3; -update noar tt set b0='R4K3C5YXY' where id=4; -update noar ti set b0='R4K3C5YXY' where id=4; -update noar tt set b1='BZ3VDZCVF33MFAJID27VS98' where id=4; -update noar ti set b1='BZ3VDZCVF33MFAJID27VS98' where id=4; -update noar tt set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4; -update noar ti set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4; -update noar tt set b0='X4' where id=5; -update noar ti set b0='X4' where id=5; -update noar tt set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5; -update noar ti set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5; -update noar tt set b2='O8G8767UNH2EGP51EDKM73' where id=5; -update noar ti set b2='O8G8767UNH2EGP51EDKM73' where id=5; -update noar tt set b0='T' where id=6; -update noar ti set b0='T' where id=6; -update noar tt set b1='UCOOJ2XL5I' where id=6; -update noar ti set b1='UCOOJ2XL5I' where id=6; -update noar tt set b2='GOAHWCD3HAT' where id=6; -update noar ti set b2='GOAHWCD3HAT' where id=6; -update noar tt set b0='RLWOZRXGBWP4U' where id=7; -update noar ti set b0='RLWOZRXGBWP4U' where id=7; -update noar tt set b1='003TSEHK4X0IN' where id=7; -update noar ti set b1='003TSEHK4X0IN' where id=7; -update noar tt set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7; -update noar ti set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7; -update noar tt set b0='DUX0L' where id=8; -update noar ti set b0='DUX0L' where id=8; -update noar tt set b1='JAZY2' where id=8; -update noar ti set b1='JAZY2' where id=8; -update noar tt set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8; -update noar ti set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8; -update noar tt set b0='T' where id=9; -update noar ti set b0='T' where id=9; -update noar tt set b1='I1' where id=9; -update noar ti set b1='I1' where id=9; -update noar tt set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9; -update noar ti set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 longblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1; -update noar ti set b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1; -update noar tt set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1; -update noar ti set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1; -update noar tt set b2='T3QSG3MSW4GR4KOY7' where id=1; -update noar ti set b2='T3QSG3MSW4GR4KOY7' where id=1; -update noar tt set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2; -update noar ti set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2; -update noar tt set b1='ZB38GFHO5G25' where id=2; -update noar ti set b1='ZB38GFHO5G25' where id=2; -update noar tt set b2='DOXK2H4BDYPQ' where id=2; -update noar ti set b2='DOXK2H4BDYPQ' where id=2; -update noar tt set b0='HI2INZC3LV' where id=3; -update noar ti set b0='HI2INZC3LV' where id=3; -update noar tt set b1='SEYL29YL09' where id=3; -update noar ti set b1='SEYL29YL09' where id=3; -update noar tt set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3; -update noar ti set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3; -update noar tt set b0='IOFI267CHU6NYW5XD' where id=4; -update noar ti set b0='IOFI267CHU6NYW5XD' where id=4; -update noar tt set b1='1AZDD78RDDKF' where id=4; -update noar ti set b1='1AZDD78RDDKF' where id=4; -update noar tt set b2='J5XXCDGGQ' where id=4; -update noar ti set b2='J5XXCDGGQ' where id=4; -update noar tt set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5; -update noar ti set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5; -update noar tt set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5; -update noar ti set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5; -update noar tt set b2='NGRXKNKH8F' where id=5; -update noar ti set b2='NGRXKNKH8F' where id=5; -update noar tt set b0='B14N1BBIV' where id=6; -update noar ti set b0='B14N1BBIV' where id=6; -update noar tt set b1='GQGLP8AILOUJX7KR' where id=6; -update noar ti set b1='GQGLP8AILOUJX7KR' where id=6; -update noar tt set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6; -update noar ti set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6; -update noar tt set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7; -update noar ti set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7; -update noar tt set b1='HE69FHE59A62' where id=7; -update noar ti set b1='HE69FHE59A62' where id=7; -update noar tt set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7; -update noar ti set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7; -update noar tt set b0='0QPCNEPH4HS3Y95056PYHD' where id=8; -update noar ti set b0='0QPCNEPH4HS3Y95056PYHD' where id=8; -update noar tt set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8; -update noar ti set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8; -update noar tt set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8; -update noar ti set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8; -update noar tt set b0='9MK5D1D120TUO930' where id=9; -update noar ti set b0='9MK5D1D120TUO930' where id=9; -update noar tt set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9; -update noar ti set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9; -update noar tt set b2='896QEL8BV8U' where id=9; -update noar ti set b2='896QEL8BV8U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 text null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W0QJFVJ' where id=1; -update noar ti set b0='W0QJFVJ' where id=1; -update noar tt set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1; -update noar ti set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1; -update noar tt set b2='FB6EQWNT30U4J' where id=1; -update noar ti set b2='FB6EQWNT30U4J' where id=1; -update noar tt set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2; -update noar ti set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2; -update noar tt set b1='HF' where id=2; -update noar ti set b1='HF' where id=2; -update noar tt set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2; -update noar ti set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2; -update noar tt set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3; -update noar ti set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3; -update noar tt set b1='OI' where id=3; -update noar ti set b1='OI' where id=3; -update noar tt set b2='7RJ1V' where id=3; -update noar ti set b2='7RJ1V' where id=3; -update noar tt set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4; -update noar ti set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4; -update noar tt set b1='OJUDCULJW2F' where id=4; -update noar ti set b1='OJUDCULJW2F' where id=4; -update noar tt set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4; -update noar ti set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4; -update noar tt set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5; -update noar ti set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5; -update noar tt set b1='UPF2RESCJ328IRRF0JE4' where id=5; -update noar ti set b1='UPF2RESCJ328IRRF0JE4' where id=5; -update noar tt set b2='E51TQ8CWY2O9370GPECYGE' where id=5; -update noar ti set b2='E51TQ8CWY2O9370GPECYGE' where id=5; -update noar tt set b0='6B5D7SRKWBVRD' where id=6; -update noar ti set b0='6B5D7SRKWBVRD' where id=6; -update noar tt set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6; -update noar ti set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6; -update noar tt set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6; -update noar ti set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6; -update noar tt set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7; -update noar ti set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7; -update noar tt set b1='2OO1VI791DPW' where id=7; -update noar ti set b1='2OO1VI791DPW' where id=7; -update noar tt set b2='M4L3WADCIDTSKP0K4B' where id=7; -update noar ti set b2='M4L3WADCIDTSKP0K4B' where id=7; -update noar tt set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8; -update noar ti set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8; -update noar tt set b1='HNGAG0PI2P14' where id=8; -update noar ti set b1='HNGAG0PI2P14' where id=8; -update noar tt set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8; -update noar ti set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8; -update noar tt set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9; -update noar ti set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9; -update noar tt set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9; -update noar ti set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9; -update noar tt set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9; -update noar ti set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 text not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QGWQDDONQL5X25L8VNYUUXU' where id=1; -update noar ti set b0='QGWQDDONQL5X25L8VNYUUXU' where id=1; -update noar tt set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1; -update noar ti set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1; -update noar tt set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1; -update noar ti set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1; -update noar tt set b0='8TJ' where id=2; -update noar ti set b0='8TJ' where id=2; -update noar tt set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2; -update noar ti set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2; -update noar tt set b2='HUN0WK1W5DUDLPUOHW' where id=2; -update noar ti set b2='HUN0WK1W5DUDLPUOHW' where id=2; -update noar tt set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3; -update noar ti set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3; -update noar tt set b1='P1YBSPIH2ZRKBN6ES' where id=3; -update noar ti set b1='P1YBSPIH2ZRKBN6ES' where id=3; -update noar tt set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3; -update noar ti set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3; -update noar tt set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4; -update noar ti set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4; -update noar tt set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4; -update noar ti set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4; -update noar tt set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4; -update noar ti set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4; -update noar tt set b0='CM1P4AU' where id=5; -update noar ti set b0='CM1P4AU' where id=5; -update noar tt set b1='TFQBR6' where id=5; -update noar ti set b1='TFQBR6' where id=5; -update noar tt set b2='PBGEKEEWEJGA' where id=5; -update noar ti set b2='PBGEKEEWEJGA' where id=5; -update noar tt set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6; -update noar ti set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6; -update noar tt set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6; -update noar ti set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6; -update noar tt set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6; -update noar ti set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6; -update noar tt set b0='06136OVB9R' where id=7; -update noar ti set b0='06136OVB9R' where id=7; -update noar tt set b1='ECTIILXY4HY8NH11H' where id=7; -update noar ti set b1='ECTIILXY4HY8NH11H' where id=7; -update noar tt set b2='IC2P5EB' where id=7; -update noar ti set b2='IC2P5EB' where id=7; -update noar tt set b0='IGP12N09O1SVH' where id=8; -update noar ti set b0='IGP12N09O1SVH' where id=8; -update noar tt set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8; -update noar ti set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8; -update noar tt set b2='TRRJCPEGX3N13TX8' where id=8; -update noar ti set b2='TRRJCPEGX3N13TX8' where id=8; -update noar tt set b0='D563TB8' where id=9; -update noar ti set b0='D563TB8' where id=9; -update noar tt set b1='TNY' where id=9; -update noar ti set b1='TNY' where id=9; -update noar tt set b2='PBLTJHGO6UE' where id=9; -update noar ti set b2='PBLTJHGO6UE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 text null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1; -update noar ti set b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1; -update noar tt set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1; -update noar ti set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1; -update noar tt set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1; -update noar ti set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1; -update noar tt set b0='D' where id=2; -update noar ti set b0='D' where id=2; -update noar tt set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2; -update noar ti set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2; -update noar tt set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2; -update noar ti set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2; -update noar tt set b0='0DFBT' where id=3; -update noar ti set b0='0DFBT' where id=3; -update noar tt set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3; -update noar ti set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3; -update noar tt set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3; -update noar ti set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3; -update noar tt set b0='XRYLIKBG' where id=4; -update noar ti set b0='XRYLIKBG' where id=4; -update noar tt set b1='D1L4AVKB3PY29' where id=4; -update noar ti set b1='D1L4AVKB3PY29' where id=4; -update noar tt set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4; -update noar ti set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4; -update noar tt set b0='G' where id=5; -update noar ti set b0='G' where id=5; -update noar tt set b1='30DKW9NKEH2PLYT67' where id=5; -update noar ti set b1='30DKW9NKEH2PLYT67' where id=5; -update noar tt set b2='UYLWN4VI7YOJDY98BYC06H' where id=5; -update noar ti set b2='UYLWN4VI7YOJDY98BYC06H' where id=5; -update noar tt set b0='HD5C5FO62R60MV32' where id=6; -update noar ti set b0='HD5C5FO62R60MV32' where id=6; -update noar tt set b1='JPMT3ORK6X6B' where id=6; -update noar ti set b1='JPMT3ORK6X6B' where id=6; -update noar tt set b2='JMCN7IEYYPX5A7P7AKU' where id=6; -update noar ti set b2='JMCN7IEYYPX5A7P7AKU' where id=6; -update noar tt set b0='6ZT2CAC6SPGFJT' where id=7; -update noar ti set b0='6ZT2CAC6SPGFJT' where id=7; -update noar tt set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7; -update noar ti set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7; -update noar tt set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7; -update noar ti set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7; -update noar tt set b0='DZJGBEZX6I7UPE9TA' where id=8; -update noar ti set b0='DZJGBEZX6I7UPE9TA' where id=8; -update noar tt set b1='L27Q' where id=8; -update noar ti set b1='L27Q' where id=8; -update noar tt set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8; -update noar ti set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8; -update noar tt set b0='C0G51KDVAZ2BKY03FAY4E' where id=9; -update noar ti set b0='C0G51KDVAZ2BKY03FAY4E' where id=9; -update noar tt set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9; -update noar ti set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9; -update noar tt set b2='7PG5GFY0BINV4A' where id=9; -update noar ti set b2='7PG5GFY0BINV4A' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 text not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1; -update noar ti set b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1; -update noar tt set b1='S4QEXH0J9T' where id=1; -update noar ti set b1='S4QEXH0J9T' where id=1; -update noar tt set b2='ADA4K9BMN6Y7IR98WL' where id=1; -update noar ti set b2='ADA4K9BMN6Y7IR98WL' where id=1; -update noar tt set b0='1NN67JASBVRJ' where id=2; -update noar ti set b0='1NN67JASBVRJ' where id=2; -update noar tt set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2; -update noar ti set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2; -update noar tt set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2; -update noar ti set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2; -update noar tt set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3; -update noar ti set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3; -update noar tt set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3; -update noar ti set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3; -update noar tt set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3; -update noar ti set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3; -update noar tt set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4; -update noar ti set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4; -update noar tt set b1='J4XUPSONCZZDEI6IFW' where id=4; -update noar ti set b1='J4XUPSONCZZDEI6IFW' where id=4; -update noar tt set b2='U9WKYA6' where id=4; -update noar ti set b2='U9WKYA6' where id=4; -update noar tt set b0='G66' where id=5; -update noar ti set b0='G66' where id=5; -update noar tt set b1='KIFJN1NZGZDY5MVDRJQ' where id=5; -update noar ti set b1='KIFJN1NZGZDY5MVDRJQ' where id=5; -update noar tt set b2='QI2KOTI' where id=5; -update noar ti set b2='QI2KOTI' where id=5; -update noar tt set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6; -update noar ti set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6; -update noar tt set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6; -update noar ti set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6; -update noar tt set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6; -update noar ti set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6; -update noar tt set b0='FQVFWHN88E9XZ9KT' where id=7; -update noar ti set b0='FQVFWHN88E9XZ9KT' where id=7; -update noar tt set b1='ZCORTFD9TO' where id=7; -update noar ti set b1='ZCORTFD9TO' where id=7; -update noar tt set b2='NZWVZV5M7UEGZE412K48' where id=7; -update noar ti set b2='NZWVZV5M7UEGZE412K48' where id=7; -update noar tt set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8; -update noar ti set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8; -update noar tt set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8; -update noar ti set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8; -update noar tt set b2='OY' where id=8; -update noar ti set b2='OY' where id=8; -update noar tt set b0='ZCE1Z1' where id=9; -update noar ti set b0='ZCE1Z1' where id=9; -update noar tt set b1='ID6VRJF66OU8SN60EY' where id=9; -update noar ti set b1='ID6VRJF66OU8SN60EY' where id=9; -update noar tt set b2='DM39LR37P6XB7KQXY' where id=9; -update noar ti set b2='DM39LR37P6XB7KQXY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 text null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MO26TDAU' where id=1; -update noar ti set b0='MO26TDAU' where id=1; -update noar tt set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1; -update noar ti set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1; -update noar tt set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1; -update noar ti set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1; -update noar tt set b0='B77CGU2C3' where id=2; -update noar ti set b0='B77CGU2C3' where id=2; -update noar tt set b1='9FGMC9UV' where id=2; -update noar ti set b1='9FGMC9UV' where id=2; -update noar tt set b2='PJXELC' where id=2; -update noar ti set b2='PJXELC' where id=2; -update noar tt set b0='HXGLD' where id=3; -update noar ti set b0='HXGLD' where id=3; -update noar tt set b1='C36IY80' where id=3; -update noar ti set b1='C36IY80' where id=3; -update noar tt set b2='PJPIRG2MO' where id=3; -update noar ti set b2='PJPIRG2MO' where id=3; -update noar tt set b0='7QZ1UONC' where id=4; -update noar ti set b0='7QZ1UONC' where id=4; -update noar tt set b1='DKSZ13EZV0H86XZG5E10U' where id=4; -update noar ti set b1='DKSZ13EZV0H86XZG5E10U' where id=4; -update noar tt set b2='WAX1MPIF2N2SXAI3NX' where id=4; -update noar ti set b2='WAX1MPIF2N2SXAI3NX' where id=4; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set b1='WCNF845CIL32MU11UUST7' where id=5; -update noar ti set b1='WCNF845CIL32MU11UUST7' where id=5; -update noar tt set b2='7DPY2HIGM' where id=5; -update noar ti set b2='7DPY2HIGM' where id=5; -update noar tt set b0='XC9REDW3OFHXI08CWH4Q' where id=6; -update noar ti set b0='XC9REDW3OFHXI08CWH4Q' where id=6; -update noar tt set b1='R5N915M1Q0QI4EOP7' where id=6; -update noar ti set b1='R5N915M1Q0QI4EOP7' where id=6; -update noar tt set b2='TTK8KG5CCCN71SWMIK' where id=6; -update noar ti set b2='TTK8KG5CCCN71SWMIK' where id=6; -update noar tt set b0='RJPKUXAVTW252NE' where id=7; -update noar ti set b0='RJPKUXAVTW252NE' where id=7; -update noar tt set b1='HWCQBI7B965LGCS8UU3A' where id=7; -update noar ti set b1='HWCQBI7B965LGCS8UU3A' where id=7; -update noar tt set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7; -update noar ti set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7; -update noar tt set b0='QOBKPBE6VF45GYCNC' where id=8; -update noar ti set b0='QOBKPBE6VF45GYCNC' where id=8; -update noar tt set b1='A7MG33' where id=8; -update noar ti set b1='A7MG33' where id=8; -update noar tt set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8; -update noar ti set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8; -update noar tt set b0='9HQ3TSV' where id=9; -update noar ti set b0='9HQ3TSV' where id=9; -update noar tt set b1='VM82BLAHGL5T97UYA' where id=9; -update noar ti set b1='VM82BLAHGL5T97UYA' where id=9; -update noar tt set b2='BV7B20OH71VL3A7J' where id=9; -update noar ti set b2='BV7B20OH71VL3A7J' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 text not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SQSFIG54XSZ1E' where id=1; -update noar ti set b0='SQSFIG54XSZ1E' where id=1; -update noar tt set b1='6BXXLC212IQEQ' where id=1; -update noar ti set b1='6BXXLC212IQEQ' where id=1; -update noar tt set b2='GYVTR' where id=1; -update noar ti set b2='GYVTR' where id=1; -update noar tt set b0='LMF3IIR5HK225OXPP' where id=2; -update noar ti set b0='LMF3IIR5HK225OXPP' where id=2; -update noar tt set b1='RR0F06FJBW' where id=2; -update noar ti set b1='RR0F06FJBW' where id=2; -update noar tt set b2='4AMQY64RN6LUME5TYAB519Q' where id=2; -update noar ti set b2='4AMQY64RN6LUME5TYAB519Q' where id=2; -update noar tt set b0='RYQU2MQ' where id=3; -update noar ti set b0='RYQU2MQ' where id=3; -update noar tt set b1='Z3T' where id=3; -update noar ti set b1='Z3T' where id=3; -update noar tt set b2='FEKQEZ1V3AXGTRZ' where id=3; -update noar ti set b2='FEKQEZ1V3AXGTRZ' where id=3; -update noar tt set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4; -update noar ti set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4; -update noar tt set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4; -update noar ti set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4; -update noar tt set b2='ECOGBNK9IPH0WQIXW7' where id=4; -update noar ti set b2='ECOGBNK9IPH0WQIXW7' where id=4; -update noar tt set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5; -update noar ti set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5; -update noar tt set b1='9J3GLLT7QGGNL5' where id=5; -update noar ti set b1='9J3GLLT7QGGNL5' where id=5; -update noar tt set b2='O' where id=5; -update noar ti set b2='O' where id=5; -update noar tt set b0='38G39L714NT2F6TJ2' where id=6; -update noar ti set b0='38G39L714NT2F6TJ2' where id=6; -update noar tt set b1='Y5O1P9JY' where id=6; -update noar ti set b1='Y5O1P9JY' where id=6; -update noar tt set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6; -update noar ti set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6; -update noar tt set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7; -update noar ti set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7; -update noar tt set b1='QNE3' where id=7; -update noar ti set b1='QNE3' where id=7; -update noar tt set b2='A4VSP8T3SSXQ' where id=7; -update noar ti set b2='A4VSP8T3SSXQ' where id=7; -update noar tt set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8; -update noar ti set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8; -update noar tt set b1='HCAHS6X6M92VVSC7P2' where id=8; -update noar ti set b1='HCAHS6X6M92VVSC7P2' where id=8; -update noar tt set b2='J8TWW74' where id=8; -update noar ti set b2='J8TWW74' where id=8; -update noar tt set b0='9LXGXJ4ERVU7D9Z' where id=9; -update noar ti set b0='9LXGXJ4ERVU7D9Z' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set b2='4STJCY7EQ74FUNJHA9C' where id=9; -update noar ti set b2='4STJCY7EQ74FUNJHA9C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 text null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MEY' where id=1; -update noar ti set b0='MEY' where id=1; -update noar tt set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1; -update noar ti set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1; -update noar tt set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1; -update noar ti set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1; -update noar tt set b0='GR35XAX7DH0IVGCZXE' where id=2; -update noar ti set b0='GR35XAX7DH0IVGCZXE' where id=2; -update noar tt set b1='KIZHZ1' where id=2; -update noar ti set b1='KIZHZ1' where id=2; -update noar tt set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2; -update noar ti set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2; -update noar tt set b0='DCVA0MAQ' where id=3; -update noar ti set b0='DCVA0MAQ' where id=3; -update noar tt set b1='VSIV4KCPQVJN' where id=3; -update noar ti set b1='VSIV4KCPQVJN' where id=3; -update noar tt set b2='NURPT' where id=3; -update noar ti set b2='NURPT' where id=3; -update noar tt set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4; -update noar ti set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4; -update noar tt set b1='W' where id=4; -update noar ti set b1='W' where id=4; -update noar tt set b2='PHL73DJ8MIFYBXS8GQN00' where id=4; -update noar ti set b2='PHL73DJ8MIFYBXS8GQN00' where id=4; -update noar tt set b0='PDAPO' where id=5; -update noar ti set b0='PDAPO' where id=5; -update noar tt set b1='75BOFPWVTS0SX9H13U' where id=5; -update noar ti set b1='75BOFPWVTS0SX9H13U' where id=5; -update noar tt set b2='U' where id=5; -update noar ti set b2='U' where id=5; -update noar tt set b0='6TTBI9QBDL8YC0BQ' where id=6; -update noar ti set b0='6TTBI9QBDL8YC0BQ' where id=6; -update noar tt set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6; -update noar ti set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6; -update noar tt set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6; -update noar ti set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6; -update noar tt set b0='LK1DQH34TFB0CK5BA1I' where id=7; -update noar ti set b0='LK1DQH34TFB0CK5BA1I' where id=7; -update noar tt set b1='NQ3HCK' where id=7; -update noar ti set b1='NQ3HCK' where id=7; -update noar tt set b2='KNDF1DKQRH5PO92' where id=7; -update noar ti set b2='KNDF1DKQRH5PO92' where id=7; -update noar tt set b0='UEMG' where id=8; -update noar ti set b0='UEMG' where id=8; -update noar tt set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8; -update noar ti set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8; -update noar tt set b2='ENVP2Z6ADCZ7N' where id=8; -update noar ti set b2='ENVP2Z6ADCZ7N' where id=8; -update noar tt set b0='TH4AGQYIC2VTL' where id=9; -update noar ti set b0='TH4AGQYIC2VTL' where id=9; -update noar tt set b1='NO3XHO0U' where id=9; -update noar ti set b1='NO3XHO0U' where id=9; -update noar tt set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9; -update noar ti set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 text not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='47GCPQAS8Z' where id=1; -update noar ti set b0='47GCPQAS8Z' where id=1; -update noar tt set b1='RUUX6W0XPRGR1T' where id=1; -update noar ti set b1='RUUX6W0XPRGR1T' where id=1; -update noar tt set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1; -update noar ti set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1; -update noar tt set b0='5' where id=2; -update noar ti set b0='5' where id=2; -update noar tt set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2; -update noar ti set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2; -update noar tt set b2='HX4ZXAAAPJRGAEPNYGW' where id=2; -update noar ti set b2='HX4ZXAAAPJRGAEPNYGW' where id=2; -update noar tt set b0='UOEWA5QXDC' where id=3; -update noar ti set b0='UOEWA5QXDC' where id=3; -update noar tt set b1='Z6XUNYQK6CCEMFY1' where id=3; -update noar ti set b1='Z6XUNYQK6CCEMFY1' where id=3; -update noar tt set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3; -update noar ti set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3; -update noar tt set b0='RC28XF0SK9PK0ADQ' where id=4; -update noar ti set b0='RC28XF0SK9PK0ADQ' where id=4; -update noar tt set b1='Z3MJHR9Y' where id=4; -update noar ti set b1='Z3MJHR9Y' where id=4; -update noar tt set b2='PGVG9TYDNRXL4PHSNE2' where id=4; -update noar ti set b2='PGVG9TYDNRXL4PHSNE2' where id=4; -update noar tt set b0='Z8HXG3YMG81O' where id=5; -update noar ti set b0='Z8HXG3YMG81O' where id=5; -update noar tt set b1='HANBKEQB' where id=5; -update noar ti set b1='HANBKEQB' where id=5; -update noar tt set b2='WET8XPK0U46O04F2PWLYO' where id=5; -update noar ti set b2='WET8XPK0U46O04F2PWLYO' where id=5; -update noar tt set b0='1ZDVLUAH7SA3Y3C' where id=6; -update noar ti set b0='1ZDVLUAH7SA3Y3C' where id=6; -update noar tt set b1='7UXYUP8DL' where id=6; -update noar ti set b1='7UXYUP8DL' where id=6; -update noar tt set b2='43IEZTC48NRTT' where id=6; -update noar ti set b2='43IEZTC48NRTT' where id=6; -update noar tt set b0='CN0U6MFEDO87QXBTFV' where id=7; -update noar ti set b0='CN0U6MFEDO87QXBTFV' where id=7; -update noar tt set b1='12IR' where id=7; -update noar ti set b1='12IR' where id=7; -update noar tt set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7; -update noar ti set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7; -update noar tt set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8; -update noar ti set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8; -update noar tt set b1='UX96QNPUSYZ5N6' where id=8; -update noar ti set b1='UX96QNPUSYZ5N6' where id=8; -update noar tt set b2='KJPX7L' where id=8; -update noar ti set b2='KJPX7L' where id=8; -update noar tt set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9; -update noar ti set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9; -update noar tt set b1='2BN1M4X3C5151D634XWJ0F' where id=9; -update noar ti set b1='2BN1M4X3C5151D634XWJ0F' where id=9; -update noar tt set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9; -update noar ti set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob null, - b1 text null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='MV18' where id=1; -update noar ti set b0='MV18' where id=1; -update noar tt set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1; -update noar ti set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1; -update noar tt set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1; -update noar ti set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1; -update noar tt set b0='DRFLPZY511AXR8X722' where id=2; -update noar ti set b0='DRFLPZY511AXR8X722' where id=2; -update noar tt set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2; -update noar ti set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2; -update noar tt set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2; -update noar ti set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2; -update noar tt set b0='D06OK45UXZ52A1DTP7M1' where id=3; -update noar ti set b0='D06OK45UXZ52A1DTP7M1' where id=3; -update noar tt set b1='U' where id=3; -update noar ti set b1='U' where id=3; -update noar tt set b2='MOTJ7AML' where id=3; -update noar ti set b2='MOTJ7AML' where id=3; -update noar tt set b0='NJFIU7G28CN' where id=4; -update noar ti set b0='NJFIU7G28CN' where id=4; -update noar tt set b1='2RCIF4W' where id=4; -update noar ti set b1='2RCIF4W' where id=4; -update noar tt set b2='REBFM32' where id=4; -update noar ti set b2='REBFM32' where id=4; -update noar tt set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5; -update noar ti set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5; -update noar tt set b1='E5' where id=5; -update noar ti set b1='E5' where id=5; -update noar tt set b2='RL0RVKCO6UTR9B3TJ' where id=5; -update noar ti set b2='RL0RVKCO6UTR9B3TJ' where id=5; -update noar tt set b0='G' where id=6; -update noar ti set b0='G' where id=6; -update noar tt set b1='ZF' where id=6; -update noar ti set b1='ZF' where id=6; -update noar tt set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6; -update noar ti set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6; -update noar tt set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7; -update noar ti set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7; -update noar tt set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7; -update noar ti set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7; -update noar tt set b2='ER0OE7' where id=7; -update noar ti set b2='ER0OE7' where id=7; -update noar tt set b0='ZME8Q' where id=8; -update noar ti set b0='ZME8Q' where id=8; -update noar tt set b1='ESLK1' where id=8; -update noar ti set b1='ESLK1' where id=8; -update noar tt set b2='CAGDTXCI2MJ' where id=8; -update noar ti set b2='CAGDTXCI2MJ' where id=8; -update noar tt set b0='WEDXNTS76L0J55CIWBHJ7' where id=9; -update noar ti set b0='WEDXNTS76L0J55CIWBHJ7' where id=9; -update noar tt set b1='CDYAACCVDNH' where id=9; -update noar ti set b1='CDYAACCVDNH' where id=9; -update noar tt set b2='CREPE4E97E' where id=9; -update noar ti set b2='CREPE4E97E' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 mediumblob not null, - b1 text not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1; -update noar ti set b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1; -update noar tt set b1='FJHT4U2MD3E001UC840968924PVD' where id=1; -update noar ti set b1='FJHT4U2MD3E001UC840968924PVD' where id=1; -update noar tt set b2='7VVN5F4TJKXVG' where id=1; -update noar ti set b2='7VVN5F4TJKXVG' where id=1; -update noar tt set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2; -update noar ti set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2; -update noar tt set b1='VSRFYUKV8VT46VWAV' where id=2; -update noar ti set b1='VSRFYUKV8VT46VWAV' where id=2; -update noar tt set b2='F1FXID9F' where id=2; -update noar ti set b2='F1FXID9F' where id=2; -update noar tt set b0='C' where id=3; -update noar ti set b0='C' where id=3; -update noar tt set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3; -update noar ti set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3; -update noar tt set b2='AOR38IUWZXLUIQIV1' where id=3; -update noar ti set b2='AOR38IUWZXLUIQIV1' where id=3; -update noar tt set b0='0MPJ71PDA0Z6663Q' where id=4; -update noar ti set b0='0MPJ71PDA0Z6663Q' where id=4; -update noar tt set b1='P2AD5S' where id=4; -update noar ti set b1='P2AD5S' where id=4; -update noar tt set b2='TZQ4LHVDN2UFLZ0P' where id=4; -update noar ti set b2='TZQ4LHVDN2UFLZ0P' where id=4; -update noar tt set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5; -update noar ti set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5; -update noar tt set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5; -update noar ti set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5; -update noar tt set b2='DALCTHKLU5RT3P' where id=5; -update noar ti set b2='DALCTHKLU5RT3P' where id=5; -update noar tt set b0='DFZUWI09WO' where id=6; -update noar ti set b0='DFZUWI09WO' where id=6; -update noar tt set b1='PQDNREGTFT0A' where id=6; -update noar ti set b1='PQDNREGTFT0A' where id=6; -update noar tt set b2='TUI2HHEO4H1IIFWTQA3' where id=6; -update noar ti set b2='TUI2HHEO4H1IIFWTQA3' where id=6; -update noar tt set b0='77' where id=7; -update noar ti set b0='77' where id=7; -update noar tt set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7; -update noar ti set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7; -update noar tt set b2='L1MV' where id=7; -update noar ti set b2='L1MV' where id=7; -update noar tt set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8; -update noar ti set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8; -update noar tt set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8; -update noar ti set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8; -update noar tt set b2='HTRDE033P5NLT0ZXTCZ' where id=8; -update noar ti set b2='HTRDE033P5NLT0ZXTCZ' where id=8; -update noar tt set b0='GODI9RMP6' where id=9; -update noar ti set b0='GODI9RMP6' where id=9; -update noar tt set b1='XZRQT0PIFZHJI23FG' where id=9; -update noar ti set b1='XZRQT0PIFZHJI23FG' where id=9; -update noar tt set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9; -update noar ti set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='AO1Q5U9DUO' where id=1; -update noar ti set b0='AO1Q5U9DUO' where id=1; -update noar tt set b1='2V80' where id=1; -update noar ti set b1='2V80' where id=1; -update noar tt set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1; -update noar ti set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1; -update noar tt set b0='C1EB85YC9F4E2A06H7NZJA' where id=2; -update noar ti set b0='C1EB85YC9F4E2A06H7NZJA' where id=2; -update noar tt set b1='0C95J97UME2LZXM' where id=2; -update noar ti set b1='0C95J97UME2LZXM' where id=2; -update noar tt set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2; -update noar ti set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2; -update noar tt set b0='8JGN0M2QJ6' where id=3; -update noar ti set b0='8JGN0M2QJ6' where id=3; -update noar tt set b1='1ZSV3C' where id=3; -update noar ti set b1='1ZSV3C' where id=3; -update noar tt set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3; -update noar ti set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3; -update noar tt set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4; -update noar ti set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4; -update noar tt set b1='TY3749KD8QI3IP16CXJH5' where id=4; -update noar ti set b1='TY3749KD8QI3IP16CXJH5' where id=4; -update noar tt set b2='8GH9PU1C7PSZB3BJ' where id=4; -update noar ti set b2='8GH9PU1C7PSZB3BJ' where id=4; -update noar tt set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5; -update noar ti set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5; -update noar tt set b1='5WJFTNMHH' where id=5; -update noar ti set b1='5WJFTNMHH' where id=5; -update noar tt set b2='IYX' where id=5; -update noar ti set b2='IYX' where id=5; -update noar tt set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6; -update noar ti set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6; -update noar tt set b1='4BLUDKH4CCCHU8E4K2F' where id=6; -update noar ti set b1='4BLUDKH4CCCHU8E4K2F' where id=6; -update noar tt set b2='B4IR' where id=6; -update noar ti set b2='B4IR' where id=6; -update noar tt set b0='7CYJF6U7DCZA3F9AXO9J' where id=7; -update noar ti set b0='7CYJF6U7DCZA3F9AXO9J' where id=7; -update noar tt set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7; -update noar ti set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7; -update noar tt set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7; -update noar ti set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7; -update noar tt set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8; -update noar ti set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8; -update noar tt set b1='ASQQ1O' where id=8; -update noar ti set b1='ASQQ1O' where id=8; -update noar tt set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8; -update noar ti set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8; -update noar tt set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9; -update noar ti set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9; -update noar tt set b1='OVKD6KYWHN' where id=9; -update noar ti set b1='OVKD6KYWHN' where id=9; -update noar tt set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9; -update noar ti set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9K9' where id=1; -update noar ti set b0='9K9' where id=1; -update noar tt set b1='9DLH0DX2RCO' where id=1; -update noar ti set b1='9DLH0DX2RCO' where id=1; -update noar tt set b2='E' where id=1; -update noar ti set b2='E' where id=1; -update noar tt set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2; -update noar ti set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2; -update noar tt set b1='RWZ' where id=2; -update noar ti set b1='RWZ' where id=2; -update noar tt set b2='C1ZTZJF2THA1C' where id=2; -update noar ti set b2='C1ZTZJF2THA1C' where id=2; -update noar tt set b0='NHRAJ' where id=3; -update noar ti set b0='NHRAJ' where id=3; -update noar tt set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3; -update noar ti set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3; -update noar tt set b2='4F9H7I1K' where id=3; -update noar ti set b2='4F9H7I1K' where id=3; -update noar tt set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4; -update noar ti set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4; -update noar tt set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4; -update noar ti set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4; -update noar tt set b2='YPC1JFEN' where id=4; -update noar ti set b2='YPC1JFEN' where id=4; -update noar tt set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5; -update noar ti set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5; -update noar tt set b1='900SKJ4S' where id=5; -update noar ti set b1='900SKJ4S' where id=5; -update noar tt set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5; -update noar ti set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5; -update noar tt set b0='15B2E38A9PWIR2ZT5E02' where id=6; -update noar ti set b0='15B2E38A9PWIR2ZT5E02' where id=6; -update noar tt set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6; -update noar ti set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6; -update noar tt set b2='O1YW52AJF' where id=6; -update noar ti set b2='O1YW52AJF' where id=6; -update noar tt set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7; -update noar ti set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7; -update noar tt set b1='PGH2B44H' where id=7; -update noar ti set b1='PGH2B44H' where id=7; -update noar tt set b2='ZWM5D8B' where id=7; -update noar ti set b2='ZWM5D8B' where id=7; -update noar tt set b0='PMI296281Z1MZNC9FEZQI' where id=8; -update noar ti set b0='PMI296281Z1MZNC9FEZQI' where id=8; -update noar tt set b1='WUTL8LBBT4E6L5OCQ7' where id=8; -update noar ti set b1='WUTL8LBBT4E6L5OCQ7' where id=8; -update noar tt set b2='81633JX' where id=8; -update noar ti set b2='81633JX' where id=8; -update noar tt set b0='4C6HTXWGN3W8R9HE' where id=9; -update noar ti set b0='4C6HTXWGN3W8R9HE' where id=9; -update noar tt set b1='VCEE6B2423S' where id=9; -update noar ti set b1='VCEE6B2423S' where id=9; -update noar tt set b2='OHT2X' where id=9; -update noar ti set b2='OHT2X' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SAM56HN8BG7QD80G8' where id=1; -update noar ti set b0='SAM56HN8BG7QD80G8' where id=1; -update noar tt set b1='R15XSOH2OSR4YAFE9ODY' where id=1; -update noar ti set b1='R15XSOH2OSR4YAFE9ODY' where id=1; -update noar tt set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1; -update noar ti set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1; -update noar tt set b0='LZ9T40P9' where id=2; -update noar ti set b0='LZ9T40P9' where id=2; -update noar tt set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2; -update noar ti set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2; -update noar tt set b2='8NPZFBYPQ3YSV6FO' where id=2; -update noar ti set b2='8NPZFBYPQ3YSV6FO' where id=2; -update noar tt set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3; -update noar ti set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3; -update noar tt set b1='7K2L0X8U0OVOIEDSMW86X' where id=3; -update noar ti set b1='7K2L0X8U0OVOIEDSMW86X' where id=3; -update noar tt set b2='W6HVMDLNMEFES8CRS' where id=3; -update noar ti set b2='W6HVMDLNMEFES8CRS' where id=3; -update noar tt set b0='OT53A2L1E5PVH' where id=4; -update noar ti set b0='OT53A2L1E5PVH' where id=4; -update noar tt set b1='5PUH44ZFM' where id=4; -update noar ti set b1='5PUH44ZFM' where id=4; -update noar tt set b2='VSEGOVEEN2O' where id=4; -update noar ti set b2='VSEGOVEEN2O' where id=4; -update noar tt set b0='45CGK5WD3YGL06' where id=5; -update noar ti set b0='45CGK5WD3YGL06' where id=5; -update noar tt set b1='BBYC0LCVOI5' where id=5; -update noar ti set b1='BBYC0LCVOI5' where id=5; -update noar tt set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5; -update noar ti set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5; -update noar tt set b0='1Y6' where id=6; -update noar ti set b0='1Y6' where id=6; -update noar tt set b1='HZ633R2Q9C' where id=6; -update noar ti set b1='HZ633R2Q9C' where id=6; -update noar tt set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6; -update noar ti set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6; -update noar tt set b0='PLPHB' where id=7; -update noar ti set b0='PLPHB' where id=7; -update noar tt set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7; -update noar ti set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7; -update noar tt set b2='GH8F6FJ29MY' where id=7; -update noar ti set b2='GH8F6FJ29MY' where id=7; -update noar tt set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8; -update noar ti set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8; -update noar tt set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8; -update noar ti set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8; -update noar tt set b2='LMMRQYAYYLWUS6' where id=8; -update noar ti set b2='LMMRQYAYYLWUS6' where id=8; -update noar tt set b0='YPG2VBTQGS' where id=9; -update noar ti set b0='YPG2VBTQGS' where id=9; -update noar tt set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9; -update noar ti set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9; -update noar tt set b2='1WQCD2FF' where id=9; -update noar ti set b2='1WQCD2FF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6S8VG4MAQA84CDN6UBD3J' where id=1; -update noar ti set b0='6S8VG4MAQA84CDN6UBD3J' where id=1; -update noar tt set b1='YFPFW55NM' where id=1; -update noar ti set b1='YFPFW55NM' where id=1; -update noar tt set b2='I9VI569FANSAE3XRWT2' where id=1; -update noar ti set b2='I9VI569FANSAE3XRWT2' where id=1; -update noar tt set b0='S' where id=2; -update noar ti set b0='S' where id=2; -update noar tt set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2; -update noar ti set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2; -update noar tt set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2; -update noar ti set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2; -update noar tt set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3; -update noar ti set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3; -update noar tt set b1='6' where id=3; -update noar ti set b1='6' where id=3; -update noar tt set b2='PAISUR28Z3FJXQWQ8SGP' where id=3; -update noar ti set b2='PAISUR28Z3FJXQWQ8SGP' where id=3; -update noar tt set b0='BOG3GB1AVT4PW' where id=4; -update noar ti set b0='BOG3GB1AVT4PW' where id=4; -update noar tt set b1='N8RWDFKEN4KP3OJQH' where id=4; -update noar ti set b1='N8RWDFKEN4KP3OJQH' where id=4; -update noar tt set b2='PNX3VV' where id=4; -update noar ti set b2='PNX3VV' where id=4; -update noar tt set b0='M' where id=5; -update noar ti set b0='M' where id=5; -update noar tt set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5; -update noar ti set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5; -update noar tt set b2='C0OMGNA85F' where id=5; -update noar ti set b2='C0OMGNA85F' where id=5; -update noar tt set b0='X7E9PF5W81VPECZ5U4G' where id=6; -update noar ti set b0='X7E9PF5W81VPECZ5U4G' where id=6; -update noar tt set b1='NM4038656KF77157N6' where id=6; -update noar ti set b1='NM4038656KF77157N6' where id=6; -update noar tt set b2='UX1VR87WWOZ50LBTIJE70M' where id=6; -update noar ti set b2='UX1VR87WWOZ50LBTIJE70M' where id=6; -update noar tt set b0='E0E5E9YUWLF' where id=7; -update noar ti set b0='E0E5E9YUWLF' where id=7; -update noar tt set b1='7WZJMK' where id=7; -update noar ti set b1='7WZJMK' where id=7; -update noar tt set b2='OO95XV6PACZH79YCRK' where id=7; -update noar ti set b2='OO95XV6PACZH79YCRK' where id=7; -update noar tt set b0='ZHDPAYP57BF29STXJYI' where id=8; -update noar ti set b0='ZHDPAYP57BF29STXJYI' where id=8; -update noar tt set b1='YRPQ10EMVCC0FM837T' where id=8; -update noar ti set b1='YRPQ10EMVCC0FM837T' where id=8; -update noar tt set b2='M6549RAU5ZTZ92W' where id=8; -update noar ti set b2='M6549RAU5ZTZ92W' where id=8; -update noar tt set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9; -update noar ti set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9; -update noar tt set b1='M3J35HC6BFQ1K900' where id=9; -update noar ti set b1='M3J35HC6BFQ1K900' where id=9; -update noar tt set b2='MPCC44697O40O' where id=9; -update noar ti set b2='MPCC44697O40O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2QQUGS60TPE' where id=1; -update noar ti set b0='2QQUGS60TPE' where id=1; -update noar tt set b1='OD' where id=1; -update noar ti set b1='OD' where id=1; -update noar tt set b2='2QIIC55' where id=1; -update noar ti set b2='2QIIC55' where id=1; -update noar tt set b0='MRJLC2Z' where id=2; -update noar ti set b0='MRJLC2Z' where id=2; -update noar tt set b1='FUKJ2' where id=2; -update noar ti set b1='FUKJ2' where id=2; -update noar tt set b2='MC4M' where id=2; -update noar ti set b2='MC4M' where id=2; -update noar tt set b0='L2TXBHOASM14BLBVH3F92HX' where id=3; -update noar ti set b0='L2TXBHOASM14BLBVH3F92HX' where id=3; -update noar tt set b1='KRC' where id=3; -update noar ti set b1='KRC' where id=3; -update noar tt set b2='CH905BEE0YZBWE5UQTEY' where id=3; -update noar ti set b2='CH905BEE0YZBWE5UQTEY' where id=3; -update noar tt set b0='1K9V2T0HARGXHT7W' where id=4; -update noar ti set b0='1K9V2T0HARGXHT7W' where id=4; -update noar tt set b1='6RD3VD1E' where id=4; -update noar ti set b1='6RD3VD1E' where id=4; -update noar tt set b2='S0Q5NQFY7EC1DSNKR80' where id=4; -update noar ti set b2='S0Q5NQFY7EC1DSNKR80' where id=4; -update noar tt set b0='6S' where id=5; -update noar ti set b0='6S' where id=5; -update noar tt set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5; -update noar ti set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5; -update noar tt set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5; -update noar ti set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5; -update noar tt set b0='TSEVF' where id=6; -update noar ti set b0='TSEVF' where id=6; -update noar tt set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6; -update noar ti set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6; -update noar tt set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6; -update noar ti set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6; -update noar tt set b0='1RC5JR1NWDGQ2' where id=7; -update noar ti set b0='1RC5JR1NWDGQ2' where id=7; -update noar tt set b1='IO8V0YARYH1YLO6DXX' where id=7; -update noar ti set b1='IO8V0YARYH1YLO6DXX' where id=7; -update noar tt set b2='M50' where id=7; -update noar ti set b2='M50' where id=7; -update noar tt set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8; -update noar ti set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8; -update noar tt set b1='5AYQP99305I' where id=8; -update noar ti set b1='5AYQP99305I' where id=8; -update noar tt set b2='N0R323A7CLL1SL4YRG3' where id=8; -update noar ti set b2='N0R323A7CLL1SL4YRG3' where id=8; -update noar tt set b0='F0JZW67YWB7' where id=9; -update noar ti set b0='F0JZW67YWB7' where id=9; -update noar tt set b1='1ENYGRL9' where id=9; -update noar ti set b1='1ENYGRL9' where id=9; -update noar tt set b2='C6ECU7ZXZ528I26WI' where id=9; -update noar ti set b2='C6ECU7ZXZ528I26WI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='T8NSVY70MOJ2ETMHEP0N' where id=1; -update noar ti set b0='T8NSVY70MOJ2ETMHEP0N' where id=1; -update noar tt set b1='1Y5N5CVJRI590G' where id=1; -update noar ti set b1='1Y5N5CVJRI590G' where id=1; -update noar tt set b2='GHM8OHW' where id=1; -update noar ti set b2='GHM8OHW' where id=1; -update noar tt set b0='6S74ZO0I' where id=2; -update noar ti set b0='6S74ZO0I' where id=2; -update noar tt set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2; -update noar ti set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2; -update noar tt set b2='S1RD2FS' where id=2; -update noar ti set b2='S1RD2FS' where id=2; -update noar tt set b0='9ALNRHQEF5XLPH6' where id=3; -update noar ti set b0='9ALNRHQEF5XLPH6' where id=3; -update noar tt set b1='9O76H' where id=3; -update noar ti set b1='9O76H' where id=3; -update noar tt set b2='ABX4J7DTW7WBWC' where id=3; -update noar ti set b2='ABX4J7DTW7WBWC' where id=3; -update noar tt set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4; -update noar ti set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4; -update noar tt set b1='PMQFFW' where id=4; -update noar ti set b1='PMQFFW' where id=4; -update noar tt set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4; -update noar ti set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4; -update noar tt set b0='J0J949UY7HY6PL' where id=5; -update noar ti set b0='J0J949UY7HY6PL' where id=5; -update noar tt set b1='GEG9TMW8R0' where id=5; -update noar ti set b1='GEG9TMW8R0' where id=5; -update noar tt set b2='TPIYH7UZ0YRZUE6BCX' where id=5; -update noar ti set b2='TPIYH7UZ0YRZUE6BCX' where id=5; -update noar tt set b0='5IDJCQP4QIS9INXHNM' where id=6; -update noar ti set b0='5IDJCQP4QIS9INXHNM' where id=6; -update noar tt set b1='2' where id=6; -update noar ti set b1='2' where id=6; -update noar tt set b2='EG0LA5PCMA4CF7' where id=6; -update noar ti set b2='EG0LA5PCMA4CF7' where id=6; -update noar tt set b0='ZR2R6V753JDT3RJ' where id=7; -update noar ti set b0='ZR2R6V753JDT3RJ' where id=7; -update noar tt set b1='ECOV20CT003622M2SC37POU1US' where id=7; -update noar ti set b1='ECOV20CT003622M2SC37POU1US' where id=7; -update noar tt set b2='KD4GA34DSP' where id=7; -update noar ti set b2='KD4GA34DSP' where id=7; -update noar tt set b0='Z6DMP9' where id=8; -update noar ti set b0='Z6DMP9' where id=8; -update noar tt set b1='GEA9LTKCUY355LRH' where id=8; -update noar ti set b1='GEA9LTKCUY355LRH' where id=8; -update noar tt set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8; -update noar ti set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8; -update noar tt set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9; -update noar ti set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9; -update noar tt set b1='3H9IOO' where id=9; -update noar ti set b1='3H9IOO' where id=9; -update noar tt set b2='DDVWEORJ0YX7RJWSGOR' where id=9; -update noar ti set b2='DDVWEORJ0YX7RJWSGOR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0BWCLHYO278EPHVO6URJ24' where id=1; -update noar ti set b0='0BWCLHYO278EPHVO6URJ24' where id=1; -update noar tt set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1; -update noar ti set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1; -update noar tt set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1; -update noar ti set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1; -update noar tt set b0='IV2RDYXOMOR877BW9R' where id=2; -update noar ti set b0='IV2RDYXOMOR877BW9R' where id=2; -update noar tt set b1='PN76KOCRHYZXJB2MNE' where id=2; -update noar ti set b1='PN76KOCRHYZXJB2MNE' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set b0='TJVXQKNV544V6I1EMB' where id=3; -update noar ti set b0='TJVXQKNV544V6I1EMB' where id=3; -update noar tt set b1='3NVX1LKP89REHKNQYNIW' where id=3; -update noar ti set b1='3NVX1LKP89REHKNQYNIW' where id=3; -update noar tt set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3; -update noar ti set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3; -update noar tt set b0='YGNWP03WN4OV' where id=4; -update noar ti set b0='YGNWP03WN4OV' where id=4; -update noar tt set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4; -update noar ti set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4; -update noar tt set b2='I4C6STI5EZPIUCB47' where id=4; -update noar ti set b2='I4C6STI5EZPIUCB47' where id=4; -update noar tt set b0='6HMYTMBOHK7ZG7HI' where id=5; -update noar ti set b0='6HMYTMBOHK7ZG7HI' where id=5; -update noar tt set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5; -update noar ti set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5; -update noar tt set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5; -update noar ti set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5; -update noar tt set b0='KYIJLX' where id=6; -update noar ti set b0='KYIJLX' where id=6; -update noar tt set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6; -update noar ti set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6; -update noar tt set b2='WCBFPTLC7' where id=6; -update noar ti set b2='WCBFPTLC7' where id=6; -update noar tt set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7; -update noar ti set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7; -update noar tt set b1='Q7M' where id=7; -update noar ti set b1='Q7M' where id=7; -update noar tt set b2='GC1P5' where id=7; -update noar ti set b2='GC1P5' where id=7; -update noar tt set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8; -update noar ti set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8; -update noar tt set b1='FURDKNG4YI35XMOKPJ' where id=8; -update noar ti set b1='FURDKNG4YI35XMOKPJ' where id=8; -update noar tt set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8; -update noar ti set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8; -update noar tt set b0='801F3' where id=9; -update noar ti set b0='801F3' where id=9; -update noar tt set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9; -update noar ti set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9; -update noar tt set b2='0B' where id=9; -update noar ti set b2='0B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HYULH0EP5M8' where id=1; -update noar ti set b0='HYULH0EP5M8' where id=1; -update noar tt set b1='T9QEY2GNZ09V6SQ7SP' where id=1; -update noar ti set b1='T9QEY2GNZ09V6SQ7SP' where id=1; -update noar tt set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1; -update noar ti set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1; -update noar tt set b0='091LJ8FUTIA30IXFB2SY6' where id=2; -update noar ti set b0='091LJ8FUTIA30IXFB2SY6' where id=2; -update noar tt set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2; -update noar ti set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2; -update noar tt set b2='8VT8Y' where id=2; -update noar ti set b2='8VT8Y' where id=2; -update noar tt set b0='99OT5FQ' where id=3; -update noar ti set b0='99OT5FQ' where id=3; -update noar tt set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3; -update noar ti set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3; -update noar tt set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3; -update noar ti set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3; -update noar tt set b0='RT28R567061I' where id=4; -update noar ti set b0='RT28R567061I' where id=4; -update noar tt set b1='2G7BY2I79' where id=4; -update noar ti set b1='2G7BY2I79' where id=4; -update noar tt set b2='T' where id=4; -update noar ti set b2='T' where id=4; -update noar tt set b0='SHQW8BAXW6RYLN48O24LO8' where id=5; -update noar ti set b0='SHQW8BAXW6RYLN48O24LO8' where id=5; -update noar tt set b1='JOUTFFQZQCPCLMZRP' where id=5; -update noar ti set b1='JOUTFFQZQCPCLMZRP' where id=5; -update noar tt set b2='QNPC00ZJQ' where id=5; -update noar ti set b2='QNPC00ZJQ' where id=5; -update noar tt set b0='U4CQNM' where id=6; -update noar ti set b0='U4CQNM' where id=6; -update noar tt set b1='LBTTDH' where id=6; -update noar ti set b1='LBTTDH' where id=6; -update noar tt set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6; -update noar ti set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6; -update noar tt set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7; -update noar ti set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7; -update noar tt set b1='AM1K2Y78M0NYXTH6CG' where id=7; -update noar ti set b1='AM1K2Y78M0NYXTH6CG' where id=7; -update noar tt set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7; -update noar ti set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7; -update noar tt set b0='ECDO82LO' where id=8; -update noar ti set b0='ECDO82LO' where id=8; -update noar tt set b1='5UGU7XK' where id=8; -update noar ti set b1='5UGU7XK' where id=8; -update noar tt set b2='8AUBTFNUGF36SGSO3S' where id=8; -update noar ti set b2='8AUBTFNUGF36SGSO3S' where id=8; -update noar tt set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9; -update noar ti set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9; -update noar tt set b1='JQ3QW5VNJML1' where id=9; -update noar ti set b1='JQ3QW5VNJML1' where id=9; -update noar tt set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9; -update noar ti set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 tinyblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9OAH7ZQKU326WS89' where id=1; -update noar ti set b0='9OAH7ZQKU326WS89' where id=1; -update noar tt set b1='URDN20WMFHSVETY' where id=1; -update noar ti set b1='URDN20WMFHSVETY' where id=1; -update noar tt set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1; -update noar ti set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1; -update noar tt set b0='N9USYEY1NWE' where id=2; -update noar ti set b0='N9USYEY1NWE' where id=2; -update noar tt set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2; -update noar ti set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2; -update noar tt set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2; -update noar ti set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2; -update noar tt set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3; -update noar ti set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3; -update noar tt set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3; -update noar ti set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3; -update noar tt set b2='AFM28GUN26CSE3' where id=3; -update noar ti set b2='AFM28GUN26CSE3' where id=3; -update noar tt set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4; -update noar ti set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4; -update noar tt set b1='26XMMIWK0Q' where id=4; -update noar ti set b1='26XMMIWK0Q' where id=4; -update noar tt set b2='MRFDVNRRVDNO3H' where id=4; -update noar ti set b2='MRFDVNRRVDNO3H' where id=4; -update noar tt set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5; -update noar ti set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5; -update noar tt set b1='0' where id=5; -update noar ti set b1='0' where id=5; -update noar tt set b2='2F2RML5OI48950RIF378W' where id=5; -update noar ti set b2='2F2RML5OI48950RIF378W' where id=5; -update noar tt set b0='BPY695C7AHD' where id=6; -update noar ti set b0='BPY695C7AHD' where id=6; -update noar tt set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6; -update noar ti set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6; -update noar tt set b2='VVG3V' where id=6; -update noar ti set b2='VVG3V' where id=6; -update noar tt set b0='IU8' where id=7; -update noar ti set b0='IU8' where id=7; -update noar tt set b1='2MDLCF1HBPK' where id=7; -update noar ti set b1='2MDLCF1HBPK' where id=7; -update noar tt set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7; -update noar ti set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7; -update noar tt set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8; -update noar ti set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8; -update noar tt set b1='CWP6S5YLYR' where id=8; -update noar ti set b1='CWP6S5YLYR' where id=8; -update noar tt set b2='8NDVQJY' where id=8; -update noar ti set b2='8NDVQJY' where id=8; -update noar tt set b0='95OQ48VEO5NUU5O' where id=9; -update noar ti set b0='95OQ48VEO5NUU5O' where id=9; -update noar tt set b1='QLS' where id=9; -update noar ti set b1='QLS' where id=9; -update noar tt set b2='3T9RVG' where id=9; -update noar ti set b2='3T9RVG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 tinyblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PDSTKPDZE91' where id=1; -update noar ti set b0='PDSTKPDZE91' where id=1; -update noar tt set b1='E3' where id=1; -update noar ti set b1='E3' where id=1; -update noar tt set b2='JS' where id=1; -update noar ti set b2='JS' where id=1; -update noar tt set b0='F58' where id=2; -update noar ti set b0='F58' where id=2; -update noar tt set b1='2TO70GQPNANV2N66MMM6BO' where id=2; -update noar ti set b1='2TO70GQPNANV2N66MMM6BO' where id=2; -update noar tt set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2; -update noar ti set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2; -update noar tt set b0='E1NFTPA91D722R84FGZLIC' where id=3; -update noar ti set b0='E1NFTPA91D722R84FGZLIC' where id=3; -update noar tt set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3; -update noar ti set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3; -update noar tt set b2='FZK0NDUE7AF' where id=3; -update noar ti set b2='FZK0NDUE7AF' where id=3; -update noar tt set b0='IWPG63U6C8D' where id=4; -update noar ti set b0='IWPG63U6C8D' where id=4; -update noar tt set b1='0P4' where id=4; -update noar ti set b1='0P4' where id=4; -update noar tt set b2='N2QF' where id=4; -update noar ti set b2='N2QF' where id=4; -update noar tt set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5; -update noar ti set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5; -update noar tt set b1='9' where id=5; -update noar ti set b1='9' where id=5; -update noar tt set b2='523RCD1AE' where id=5; -update noar ti set b2='523RCD1AE' where id=5; -update noar tt set b0='1ZDG0QNTS3N7HZSLOS' where id=6; -update noar ti set b0='1ZDG0QNTS3N7HZSLOS' where id=6; -update noar tt set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6; -update noar ti set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6; -update noar tt set b2='YFO' where id=6; -update noar ti set b2='YFO' where id=6; -update noar tt set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7; -update noar ti set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7; -update noar tt set b1='69WLZBPZE06Y2ILA5X6T' where id=7; -update noar ti set b1='69WLZBPZE06Y2ILA5X6T' where id=7; -update noar tt set b2='CB2RZSYO060H04L' where id=7; -update noar ti set b2='CB2RZSYO060H04L' where id=7; -update noar tt set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8; -update noar ti set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8; -update noar tt set b1='13' where id=8; -update noar ti set b1='13' where id=8; -update noar tt set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8; -update noar ti set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8; -update noar tt set b0='O6' where id=9; -update noar ti set b0='O6' where id=9; -update noar tt set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9; -update noar ti set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9; -update noar tt set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9; -update noar ti set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FYCQ4S8' where id=1; -update noar ti set b0='FYCQ4S8' where id=1; -update noar tt set b1='35B' where id=1; -update noar ti set b1='35B' where id=1; -update noar tt set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1; -update noar ti set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1; -update noar tt set b0='PLLTKRB02' where id=2; -update noar ti set b0='PLLTKRB02' where id=2; -update noar tt set b1='X8E6V5OVJL2GHBI2P6' where id=2; -update noar ti set b1='X8E6V5OVJL2GHBI2P6' where id=2; -update noar tt set b2='TIJ8MT3MGQGUB3AFEX' where id=2; -update noar ti set b2='TIJ8MT3MGQGUB3AFEX' where id=2; -update noar tt set b0='H78VKU4401' where id=3; -update noar ti set b0='H78VKU4401' where id=3; -update noar tt set b1='CCM22' where id=3; -update noar ti set b1='CCM22' where id=3; -update noar tt set b2='7A03CT9XZH3ER1SFY' where id=3; -update noar ti set b2='7A03CT9XZH3ER1SFY' where id=3; -update noar tt set b0='EYT4P9YTVTJTNULH59N1K' where id=4; -update noar ti set b0='EYT4P9YTVTJTNULH59N1K' where id=4; -update noar tt set b1='84O63N84MW6G1RCTN' where id=4; -update noar ti set b1='84O63N84MW6G1RCTN' where id=4; -update noar tt set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4; -update noar ti set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4; -update noar tt set b0='N8MF9PCA4Z6YX134' where id=5; -update noar ti set b0='N8MF9PCA4Z6YX134' where id=5; -update noar tt set b1='VVN9233GFFLJTF73H' where id=5; -update noar ti set b1='VVN9233GFFLJTF73H' where id=5; -update noar tt set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5; -update noar ti set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5; -update noar tt set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6; -update noar ti set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6; -update noar tt set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6; -update noar ti set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6; -update noar tt set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6; -update noar ti set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6; -update noar tt set b0='0RPIXAGCIBDD7U7J2' where id=7; -update noar ti set b0='0RPIXAGCIBDD7U7J2' where id=7; -update noar tt set b1='1ZR196R3BKHH349JP9PRJWD' where id=7; -update noar ti set b1='1ZR196R3BKHH349JP9PRJWD' where id=7; -update noar tt set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7; -update noar ti set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7; -update noar tt set b0='7DH3TV' where id=8; -update noar ti set b0='7DH3TV' where id=8; -update noar tt set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8; -update noar ti set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8; -update noar tt set b2='QS5702EDN5GBQMBSMNXT' where id=8; -update noar ti set b2='QS5702EDN5GBQMBSMNXT' where id=8; -update noar tt set b0='V45OU6BZ1P' where id=9; -update noar ti set b0='V45OU6BZ1P' where id=9; -update noar tt set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9; -update noar ti set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9; -update noar tt set b2='QO' where id=9; -update noar ti set b2='QO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1; -update noar ti set b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1; -update noar tt set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1; -update noar ti set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1; -update noar tt set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1; -update noar ti set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1; -update noar tt set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2; -update noar ti set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2; -update noar tt set b1='OYB7L67O8RP9OAQ' where id=2; -update noar ti set b1='OYB7L67O8RP9OAQ' where id=2; -update noar tt set b2='3U5RHVIDLFNU3RDLCY' where id=2; -update noar ti set b2='3U5RHVIDLFNU3RDLCY' where id=2; -update noar tt set b0='82IM1ATOAOWSVWR62TXT9T' where id=3; -update noar ti set b0='82IM1ATOAOWSVWR62TXT9T' where id=3; -update noar tt set b1='Q4A' where id=3; -update noar ti set b1='Q4A' where id=3; -update noar tt set b2='32U53FTIF90QIF9DBFYDQ51' where id=3; -update noar ti set b2='32U53FTIF90QIF9DBFYDQ51' where id=3; -update noar tt set b0='OL5LBLVZOKDEM66RV39' where id=4; -update noar ti set b0='OL5LBLVZOKDEM66RV39' where id=4; -update noar tt set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4; -update noar ti set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4; -update noar tt set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4; -update noar ti set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4; -update noar tt set b0='W0UTC7ZE9UQQO' where id=5; -update noar ti set b0='W0UTC7ZE9UQQO' where id=5; -update noar tt set b1='SF9M1332U3LPWMA5Y7' where id=5; -update noar ti set b1='SF9M1332U3LPWMA5Y7' where id=5; -update noar tt set b2='TOA7NBKVBY953' where id=5; -update noar ti set b2='TOA7NBKVBY953' where id=5; -update noar tt set b0='XJ' where id=6; -update noar ti set b0='XJ' where id=6; -update noar tt set b1='3INUXN7RBVWIBI6VH85' where id=6; -update noar ti set b1='3INUXN7RBVWIBI6VH85' where id=6; -update noar tt set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6; -update noar ti set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6; -update noar tt set b0='X3E875' where id=7; -update noar ti set b0='X3E875' where id=7; -update noar tt set b1='8S1M9VHOUC3RK3DRZZ' where id=7; -update noar ti set b1='8S1M9VHOUC3RK3DRZZ' where id=7; -update noar tt set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7; -update noar ti set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7; -update noar tt set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8; -update noar ti set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8; -update noar tt set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8; -update noar ti set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8; -update noar tt set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8; -update noar ti set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8; -update noar tt set b0='H' where id=9; -update noar ti set b0='H' where id=9; -update noar tt set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9; -update noar ti set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9; -update noar tt set b2='1YNO52GZFN80LITZ69' where id=9; -update noar ti set b2='1YNO52GZFN80LITZ69' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P7GBXU2I' where id=1; -update noar ti set b0='P7GBXU2I' where id=1; -update noar tt set b1='H' where id=1; -update noar ti set b1='H' where id=1; -update noar tt set b2='ZL5RMN4PU' where id=1; -update noar ti set b2='ZL5RMN4PU' where id=1; -update noar tt set b0='KTMJ7DC693YHSIDX' where id=2; -update noar ti set b0='KTMJ7DC693YHSIDX' where id=2; -update noar tt set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2; -update noar ti set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2; -update noar tt set b2='RVHWFX8LCL8F' where id=2; -update noar ti set b2='RVHWFX8LCL8F' where id=2; -update noar tt set b0='CSEUQIHDL6XISQG1FY' where id=3; -update noar ti set b0='CSEUQIHDL6XISQG1FY' where id=3; -update noar tt set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3; -update noar ti set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3; -update noar tt set b2='814IJMG93S' where id=3; -update noar ti set b2='814IJMG93S' where id=3; -update noar tt set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4; -update noar ti set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4; -update noar tt set b1='H2YLU8VFWJQQUP' where id=4; -update noar ti set b1='H2YLU8VFWJQQUP' where id=4; -update noar tt set b2='QNNZKNW62JDZAS' where id=4; -update noar ti set b2='QNNZKNW62JDZAS' where id=4; -update noar tt set b0='0CLBPFMSZCFQ7VP' where id=5; -update noar ti set b0='0CLBPFMSZCFQ7VP' where id=5; -update noar tt set b1='TLPWMYSFOBTN' where id=5; -update noar ti set b1='TLPWMYSFOBTN' where id=5; -update noar tt set b2='AZZ2' where id=5; -update noar ti set b2='AZZ2' where id=5; -update noar tt set b0='VI54HTTGSSG9FGXEA' where id=6; -update noar ti set b0='VI54HTTGSSG9FGXEA' where id=6; -update noar tt set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6; -update noar ti set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6; -update noar tt set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6; -update noar ti set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6; -update noar tt set b0='BJ98ALF1' where id=7; -update noar ti set b0='BJ98ALF1' where id=7; -update noar tt set b1='IBQ6YU36AGR11W' where id=7; -update noar ti set b1='IBQ6YU36AGR11W' where id=7; -update noar tt set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7; -update noar ti set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7; -update noar tt set b0='6SV3Y7UQT779WX0G3' where id=8; -update noar ti set b0='6SV3Y7UQT779WX0G3' where id=8; -update noar tt set b1='11M1EZXN5X1RMN81LDS610C' where id=8; -update noar ti set b1='11M1EZXN5X1RMN81LDS610C' where id=8; -update noar tt set b2='UUH14XTJVMG9IMJF7' where id=8; -update noar ti set b2='UUH14XTJVMG9IMJF7' where id=8; -update noar tt set b0='FJSCNC5D96ALI50BUDBG' where id=9; -update noar ti set b0='FJSCNC5D96ALI50BUDBG' where id=9; -update noar tt set b1='0D3NY2R2903CQ4S2A3AR' where id=9; -update noar ti set b1='0D3NY2R2903CQ4S2A3AR' where id=9; -update noar tt set b2='Y4YN1R' where id=9; -update noar ti set b2='Y4YN1R' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RSV1XSY00FF' where id=1; -update noar ti set b0='RSV1XSY00FF' where id=1; -update noar tt set b1='STZUCWW' where id=1; -update noar ti set b1='STZUCWW' where id=1; -update noar tt set b2='W7ANLT9PJHKJW3CZUS' where id=1; -update noar ti set b2='W7ANLT9PJHKJW3CZUS' where id=1; -update noar tt set b0='YZ9A7ISZME1H4' where id=2; -update noar ti set b0='YZ9A7ISZME1H4' where id=2; -update noar tt set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2; -update noar ti set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2; -update noar tt set b2='PYZ9O7WNWH1DE' where id=2; -update noar ti set b2='PYZ9O7WNWH1DE' where id=2; -update noar tt set b0='37' where id=3; -update noar ti set b0='37' where id=3; -update noar tt set b1='G2XHVK9WREITW4FW' where id=3; -update noar ti set b1='G2XHVK9WREITW4FW' where id=3; -update noar tt set b2='TGJC7WT5XP0OXLKI' where id=3; -update noar ti set b2='TGJC7WT5XP0OXLKI' where id=3; -update noar tt set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4; -update noar ti set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4; -update noar tt set b1='80F8GBYCNKU3X2I39' where id=4; -update noar ti set b1='80F8GBYCNKU3X2I39' where id=4; -update noar tt set b2='KZN8BYISTCYF7OBIU' where id=4; -update noar ti set b2='KZN8BYISTCYF7OBIU' where id=4; -update noar tt set b0='FZ4AFEU65A' where id=5; -update noar ti set b0='FZ4AFEU65A' where id=5; -update noar tt set b1='RU' where id=5; -update noar ti set b1='RU' where id=5; -update noar tt set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5; -update noar ti set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5; -update noar tt set b0='G083EX25WVGXC5F7Y' where id=6; -update noar ti set b0='G083EX25WVGXC5F7Y' where id=6; -update noar tt set b1='7YLRA7BHA0NW5' where id=6; -update noar ti set b1='7YLRA7BHA0NW5' where id=6; -update noar tt set b2='CR1CE5JY04K' where id=6; -update noar ti set b2='CR1CE5JY04K' where id=6; -update noar tt set b0='F' where id=7; -update noar ti set b0='F' where id=7; -update noar tt set b1='CY68LEQMQ224DKWJM' where id=7; -update noar ti set b1='CY68LEQMQ224DKWJM' where id=7; -update noar tt set b2='7WEQT8U' where id=7; -update noar ti set b2='7WEQT8U' where id=7; -update noar tt set b0='7ARPD9VPZO' where id=8; -update noar ti set b0='7ARPD9VPZO' where id=8; -update noar tt set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8; -update noar ti set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8; -update noar tt set b2='9BPCXLB' where id=8; -update noar ti set b2='9BPCXLB' where id=8; -update noar tt set b0='CEZLV1BOUKKQ30EJ' where id=9; -update noar ti set b0='CEZLV1BOUKKQ30EJ' where id=9; -update noar tt set b1='H0Y' where id=9; -update noar ti set b1='H0Y' where id=9; -update noar tt set b2='2H0F' where id=9; -update noar ti set b2='2H0F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PKZ07U' where id=1; -update noar ti set b0='PKZ07U' where id=1; -update noar tt set b1='RQDZV72DDNECMNRL' where id=1; -update noar ti set b1='RQDZV72DDNECMNRL' where id=1; -update noar tt set b2='DFGTB33X' where id=1; -update noar ti set b2='DFGTB33X' where id=1; -update noar tt set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2; -update noar ti set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2; -update noar tt set b1='O9AZUPNJRM5D' where id=2; -update noar ti set b1='O9AZUPNJRM5D' where id=2; -update noar tt set b2='8CQTJ3HKHVML5E89' where id=2; -update noar ti set b2='8CQTJ3HKHVML5E89' where id=2; -update noar tt set b0='5EN' where id=3; -update noar ti set b0='5EN' where id=3; -update noar tt set b1='3' where id=3; -update noar ti set b1='3' where id=3; -update noar tt set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3; -update noar ti set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3; -update noar tt set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4; -update noar ti set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4; -update noar tt set b1='QWL89319SJ07NLNF' where id=4; -update noar ti set b1='QWL89319SJ07NLNF' where id=4; -update noar tt set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4; -update noar ti set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4; -update noar tt set b0='MI7V9CGT' where id=5; -update noar ti set b0='MI7V9CGT' where id=5; -update noar tt set b1='F4D2TA' where id=5; -update noar ti set b1='F4D2TA' where id=5; -update noar tt set b2='75' where id=5; -update noar ti set b2='75' where id=5; -update noar tt set b0='X5' where id=6; -update noar ti set b0='X5' where id=6; -update noar tt set b1='GSGBU4CLLDRZC2' where id=6; -update noar ti set b1='GSGBU4CLLDRZC2' where id=6; -update noar tt set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6; -update noar ti set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6; -update noar tt set b0='Y7OPDYU47AQF' where id=7; -update noar ti set b0='Y7OPDYU47AQF' where id=7; -update noar tt set b1='TQAA04AE3VZAS14Y71ITL0' where id=7; -update noar ti set b1='TQAA04AE3VZAS14Y71ITL0' where id=7; -update noar tt set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7; -update noar ti set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7; -update noar tt set b0='E2O' where id=8; -update noar ti set b0='E2O' where id=8; -update noar tt set b1='64M7YPD8' where id=8; -update noar ti set b1='64M7YPD8' where id=8; -update noar tt set b2='J' where id=8; -update noar ti set b2='J' where id=8; -update noar tt set b0='Z' where id=9; -update noar ti set b0='Z' where id=9; -update noar tt set b1='XLDS2S24' where id=9; -update noar ti set b1='XLDS2S24' where id=9; -update noar tt set b2='HLA2LL5N7QS3LK9T14AX' where id=9; -update noar ti set b2='HLA2LL5N7QS3LK9T14AX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1; -update noar ti set b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1; -update noar tt set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1; -update noar ti set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1; -update noar tt set b2='ZQNKH9GGAFKINFTVSZV' where id=1; -update noar ti set b2='ZQNKH9GGAFKINFTVSZV' where id=1; -update noar tt set b0='JAQ1XIYE4OH28' where id=2; -update noar ti set b0='JAQ1XIYE4OH28' where id=2; -update noar tt set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2; -update noar ti set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2; -update noar tt set b2='GUH2I' where id=2; -update noar ti set b2='GUH2I' where id=2; -update noar tt set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3; -update noar ti set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3; -update noar tt set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3; -update noar ti set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3; -update noar tt set b2='HLC302TMZOWGF77P94723' where id=3; -update noar ti set b2='HLC302TMZOWGF77P94723' where id=3; -update noar tt set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4; -update noar ti set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4; -update noar tt set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4; -update noar ti set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4; -update noar tt set b2='WGDX39SEMN43IY4LU' where id=4; -update noar ti set b2='WGDX39SEMN43IY4LU' where id=4; -update noar tt set b0='3' where id=5; -update noar ti set b0='3' where id=5; -update noar tt set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5; -update noar ti set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5; -update noar tt set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5; -update noar ti set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5; -update noar tt set b0='L' where id=6; -update noar ti set b0='L' where id=6; -update noar tt set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6; -update noar ti set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6; -update noar tt set b2='SH2EYK' where id=6; -update noar ti set b2='SH2EYK' where id=6; -update noar tt set b0='SX85B75' where id=7; -update noar ti set b0='SX85B75' where id=7; -update noar tt set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7; -update noar ti set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7; -update noar tt set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7; -update noar ti set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7; -update noar tt set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8; -update noar ti set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8; -update noar tt set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8; -update noar ti set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8; -update noar tt set b2='9C' where id=8; -update noar ti set b2='9C' where id=8; -update noar tt set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9; -update noar ti set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9; -update noar tt set b1='POL7NS1S5' where id=9; -update noar ti set b1='POL7NS1S5' where id=9; -update noar tt set b2='AMTX' where id=9; -update noar ti set b2='AMTX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ENPIQ87BJMOJQJX67HP' where id=1; -update noar ti set b0='ENPIQ87BJMOJQJX67HP' where id=1; -update noar tt set b1='JEIMVJVNDOP72K9' where id=1; -update noar ti set b1='JEIMVJVNDOP72K9' where id=1; -update noar tt set b2='3' where id=1; -update noar ti set b2='3' where id=1; -update noar tt set b0='ED4T34F1922DFW9A' where id=2; -update noar ti set b0='ED4T34F1922DFW9A' where id=2; -update noar tt set b1='OL' where id=2; -update noar ti set b1='OL' where id=2; -update noar tt set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2; -update noar ti set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2; -update noar tt set b0='TZVW' where id=3; -update noar ti set b0='TZVW' where id=3; -update noar tt set b1='FSPC4SJW32E3OVJ6H' where id=3; -update noar ti set b1='FSPC4SJW32E3OVJ6H' where id=3; -update noar tt set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3; -update noar ti set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3; -update noar tt set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4; -update noar ti set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4; -update noar tt set b1='VMW8FZS' where id=4; -update noar ti set b1='VMW8FZS' where id=4; -update noar tt set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4; -update noar ti set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4; -update noar tt set b0='OEAENQ23ZWDRANJ' where id=5; -update noar ti set b0='OEAENQ23ZWDRANJ' where id=5; -update noar tt set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5; -update noar ti set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5; -update noar tt set b2='SR942GZFO3HKOX' where id=5; -update noar ti set b2='SR942GZFO3HKOX' where id=5; -update noar tt set b0='DCVOP' where id=6; -update noar ti set b0='DCVOP' where id=6; -update noar tt set b1='CSOTEHAHFHCL' where id=6; -update noar ti set b1='CSOTEHAHFHCL' where id=6; -update noar tt set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6; -update noar ti set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6; -update noar tt set b0='WC74ECVEP6YQ82' where id=7; -update noar ti set b0='WC74ECVEP6YQ82' where id=7; -update noar tt set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7; -update noar ti set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7; -update noar tt set b2='0NGH9WS' where id=7; -update noar ti set b2='0NGH9WS' where id=7; -update noar tt set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8; -update noar ti set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8; -update noar tt set b1='NNGNDKL' where id=8; -update noar ti set b1='NNGNDKL' where id=8; -update noar tt set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8; -update noar ti set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8; -update noar tt set b0='UNFTM5' where id=9; -update noar ti set b0='UNFTM5' where id=9; -update noar tt set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9; -update noar ti set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9; -update noar tt set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9; -update noar ti set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4YR5OV2' where id=1; -update noar ti set b0='4YR5OV2' where id=1; -update noar tt set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1; -update noar ti set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1; -update noar tt set b2='4MSGH' where id=1; -update noar ti set b2='4MSGH' where id=1; -update noar tt set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2; -update noar ti set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2; -update noar tt set b1='4UFAD8B2A9FHOU8462HZ' where id=2; -update noar ti set b1='4UFAD8B2A9FHOU8462HZ' where id=2; -update noar tt set b2='O2Q77QH9BVOKYVVUCP4X' where id=2; -update noar ti set b2='O2Q77QH9BVOKYVVUCP4X' where id=2; -update noar tt set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3; -update noar ti set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3; -update noar tt set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3; -update noar ti set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3; -update noar tt set b2='HDVS3WLSS2OFR01C' where id=3; -update noar ti set b2='HDVS3WLSS2OFR01C' where id=3; -update noar tt set b0='66CG2YLNL4MAXVWW4SF2' where id=4; -update noar ti set b0='66CG2YLNL4MAXVWW4SF2' where id=4; -update noar tt set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4; -update noar ti set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4; -update noar tt set b2='FX2LL' where id=4; -update noar ti set b2='FX2LL' where id=4; -update noar tt set b0='7' where id=5; -update noar ti set b0='7' where id=5; -update noar tt set b1='RHBCYBESGLJNP9L' where id=5; -update noar ti set b1='RHBCYBESGLJNP9L' where id=5; -update noar tt set b2='DA9SKWUNC4LG' where id=5; -update noar ti set b2='DA9SKWUNC4LG' where id=5; -update noar tt set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6; -update noar ti set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6; -update noar tt set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6; -update noar ti set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6; -update noar tt set b2='FP9KL111TZD' where id=6; -update noar ti set b2='FP9KL111TZD' where id=6; -update noar tt set b0='B169' where id=7; -update noar ti set b0='B169' where id=7; -update noar tt set b1='SYTMF9HKR5OV04MSX' where id=7; -update noar ti set b1='SYTMF9HKR5OV04MSX' where id=7; -update noar tt set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7; -update noar ti set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7; -update noar tt set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8; -update noar ti set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8; -update noar tt set b1='TDWONE8LK71QK0Z2O4ACJEMSO' where id=8; -update noar ti set b1='TDWONE8LK71QK0Z2O4ACJEMSO' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set b0='1DIFDQ33SJ' where id=9; -update noar ti set b0='1DIFDQ33SJ' where id=9; -update noar tt set b1='YW' where id=9; -update noar ti set b1='YW' where id=9; -update noar tt set b2='2YBNPH4B4K9J' where id=9; -update noar ti set b2='2YBNPH4B4K9J' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 blob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QAXRZK5KTF05RY' where id=1; -update noar ti set b0='QAXRZK5KTF05RY' where id=1; -update noar tt set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1; -update noar ti set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1; -update noar tt set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1; -update noar ti set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1; -update noar tt set b0='Z4TH37UC8OQBPM9MKYEU' where id=2; -update noar ti set b0='Z4TH37UC8OQBPM9MKYEU' where id=2; -update noar tt set b1='CE6C8IAX4G6HHKABWNSX8' where id=2; -update noar ti set b1='CE6C8IAX4G6HHKABWNSX8' where id=2; -update noar tt set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2; -update noar ti set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2; -update noar tt set b0='0YXQE4HK7Z4' where id=3; -update noar ti set b0='0YXQE4HK7Z4' where id=3; -update noar tt set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3; -update noar ti set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3; -update noar tt set b2='UNM' where id=3; -update noar ti set b2='UNM' where id=3; -update noar tt set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4; -update noar ti set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4; -update noar tt set b1='8O' where id=4; -update noar ti set b1='8O' where id=4; -update noar tt set b2='K6AF' where id=4; -update noar ti set b2='K6AF' where id=4; -update noar tt set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5; -update noar ti set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5; -update noar tt set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5; -update noar ti set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5; -update noar tt set b2='VCCOWF' where id=5; -update noar ti set b2='VCCOWF' where id=5; -update noar tt set b0='QIQ2WRN2JG5' where id=6; -update noar ti set b0='QIQ2WRN2JG5' where id=6; -update noar tt set b1='9NVFK9Z7OD' where id=6; -update noar ti set b1='9NVFK9Z7OD' where id=6; -update noar tt set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6; -update noar ti set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6; -update noar tt set b0='TRKE5YSBPNENH9N' where id=7; -update noar ti set b0='TRKE5YSBPNENH9N' where id=7; -update noar tt set b1='AUOOJFP42U6846T5FRIZYY3' where id=7; -update noar ti set b1='AUOOJFP42U6846T5FRIZYY3' where id=7; -update noar tt set b2='5RC6PKF2' where id=7; -update noar ti set b2='5RC6PKF2' where id=7; -update noar tt set b0='Z5U3DBBB67QB' where id=8; -update noar ti set b0='Z5U3DBBB67QB' where id=8; -update noar tt set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8; -update noar ti set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8; -update noar tt set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8; -update noar ti set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8; -update noar tt set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9; -update noar ti set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9; -update noar tt set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9; -update noar ti set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9; -update noar tt set b2='ZM50PVKOJ1' where id=9; -update noar ti set b2='ZM50PVKOJ1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 blob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UIN6LSZOIQALWMSJYZGS9H' where id=1; -update noar ti set b0='UIN6LSZOIQALWMSJYZGS9H' where id=1; -update noar tt set b1='N6IIRBLCWO8C6OL8Z6A' where id=1; -update noar ti set b1='N6IIRBLCWO8C6OL8Z6A' where id=1; -update noar tt set b2='NJ1RWAC' where id=1; -update noar ti set b2='NJ1RWAC' where id=1; -update noar tt set b0='K691ZTWVMOCSR3DPI2' where id=2; -update noar ti set b0='K691ZTWVMOCSR3DPI2' where id=2; -update noar tt set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2; -update noar ti set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2; -update noar tt set b2='1CK27Z61SFUOJNEAODL3R8' where id=2; -update noar ti set b2='1CK27Z61SFUOJNEAODL3R8' where id=2; -update noar tt set b0='NGDGM03E25T' where id=3; -update noar ti set b0='NGDGM03E25T' where id=3; -update noar tt set b1='CS51C9XZP0S' where id=3; -update noar ti set b1='CS51C9XZP0S' where id=3; -update noar tt set b2='S0V6YWRP' where id=3; -update noar ti set b2='S0V6YWRP' where id=3; -update noar tt set b0='CP87S787CQJDQUI985I9E6' where id=4; -update noar ti set b0='CP87S787CQJDQUI985I9E6' where id=4; -update noar tt set b1='J8WW7NK1ELXNM323' where id=4; -update noar ti set b1='J8WW7NK1ELXNM323' where id=4; -update noar tt set b2='63IFZJ' where id=4; -update noar ti set b2='63IFZJ' where id=4; -update noar tt set b0='449VMKOWBMC80SYHI0C1HZ' where id=5; -update noar ti set b0='449VMKOWBMC80SYHI0C1HZ' where id=5; -update noar tt set b1='W8NUI2R1' where id=5; -update noar ti set b1='W8NUI2R1' where id=5; -update noar tt set b2='K89UZY6B1C4RBE' where id=5; -update noar ti set b2='K89UZY6B1C4RBE' where id=5; -update noar tt set b0='VUNXE4G05Y39HWW6X' where id=6; -update noar ti set b0='VUNXE4G05Y39HWW6X' where id=6; -update noar tt set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6; -update noar ti set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6; -update noar tt set b2='1GPF0Q' where id=6; -update noar ti set b2='1GPF0Q' where id=6; -update noar tt set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7; -update noar ti set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7; -update noar tt set b1='GFSKHX9AAAD5OM' where id=7; -update noar ti set b1='GFSKHX9AAAD5OM' where id=7; -update noar tt set b2='CRPQKMNOXWU56WQ5TF' where id=7; -update noar ti set b2='CRPQKMNOXWU56WQ5TF' where id=7; -update noar tt set b0='N9X1GX' where id=8; -update noar ti set b0='N9X1GX' where id=8; -update noar tt set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8; -update noar ti set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8; -update noar tt set b2='KVIN' where id=8; -update noar ti set b2='KVIN' where id=8; -update noar tt set b0='KC9L880VLFID96SBPHU6I' where id=9; -update noar ti set b0='KC9L880VLFID96SBPHU6I' where id=9; -update noar tt set b1='F1BU01H40ZR9WVSV3AA2' where id=9; -update noar ti set b1='F1BU01H40ZR9WVSV3AA2' where id=9; -update noar tt set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9; -update noar ti set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9WY4UVN1N6RW5' where id=1; -update noar ti set b0='9WY4UVN1N6RW5' where id=1; -update noar tt set b1='FVM6Z7YO4528HX' where id=1; -update noar ti set b1='FVM6Z7YO4528HX' where id=1; -update noar tt set b2='TNYUO4' where id=1; -update noar ti set b2='TNYUO4' where id=1; -update noar tt set b0='EIDJG721JXO29ITLO' where id=2; -update noar ti set b0='EIDJG721JXO29ITLO' where id=2; -update noar tt set b1='QEB2334H' where id=2; -update noar ti set b1='QEB2334H' where id=2; -update noar tt set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2; -update noar ti set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2; -update noar tt set b0='LVTV0WFBRWN461VD37' where id=3; -update noar ti set b0='LVTV0WFBRWN461VD37' where id=3; -update noar tt set b1='9' where id=3; -update noar ti set b1='9' where id=3; -update noar tt set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3; -update noar ti set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3; -update noar tt set b0='IH0WQNH' where id=4; -update noar ti set b0='IH0WQNH' where id=4; -update noar tt set b1='UA4K6FIFQV' where id=4; -update noar ti set b1='UA4K6FIFQV' where id=4; -update noar tt set b2='CL' where id=4; -update noar ti set b2='CL' where id=4; -update noar tt set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5; -update noar ti set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5; -update noar tt set b1='52EY8YFMX8X3M06IL' where id=5; -update noar ti set b1='52EY8YFMX8X3M06IL' where id=5; -update noar tt set b2='2RH9M1Y' where id=5; -update noar ti set b2='2RH9M1Y' where id=5; -update noar tt set b0='HZ16E873PXHA3K8VNRAD1' where id=6; -update noar ti set b0='HZ16E873PXHA3K8VNRAD1' where id=6; -update noar tt set b1='9RO5173ZYP' where id=6; -update noar ti set b1='9RO5173ZYP' where id=6; -update noar tt set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6; -update noar ti set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6; -update noar tt set b0='BX' where id=7; -update noar ti set b0='BX' where id=7; -update noar tt set b1='8PW8ADO9HBH' where id=7; -update noar ti set b1='8PW8ADO9HBH' where id=7; -update noar tt set b2='93C5R66R9BFTK1YNQ' where id=7; -update noar ti set b2='93C5R66R9BFTK1YNQ' where id=7; -update noar tt set b0='SK49SRN2SZB5HCUMI7HU' where id=8; -update noar ti set b0='SK49SRN2SZB5HCUMI7HU' where id=8; -update noar tt set b1='I6ZT6F73PDU80RMC38DA' where id=8; -update noar ti set b1='I6ZT6F73PDU80RMC38DA' where id=8; -update noar tt set b2='WGOSTZH26245ZYRS46ZPOR' where id=8; -update noar ti set b2='WGOSTZH26245ZYRS46ZPOR' where id=8; -update noar tt set b0='H1' where id=9; -update noar ti set b0='H1' where id=9; -update noar tt set b1='6VEFOJINMX1U5DT7' where id=9; -update noar ti set b1='6VEFOJINMX1U5DT7' where id=9; -update noar tt set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9; -update noar ti set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1; -update noar ti set b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1; -update noar tt set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1; -update noar ti set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1; -update noar tt set b2='7AA264A0XNUBWHB2DHW' where id=1; -update noar ti set b2='7AA264A0XNUBWHB2DHW' where id=1; -update noar tt set b0='M' where id=2; -update noar ti set b0='M' where id=2; -update noar tt set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2; -update noar ti set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2; -update noar tt set b2='ICM92DK4' where id=2; -update noar ti set b2='ICM92DK4' where id=2; -update noar tt set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3; -update noar ti set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3; -update noar tt set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3; -update noar ti set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3; -update noar tt set b2='6OX5W6789XIVV010LA' where id=3; -update noar ti set b2='6OX5W6789XIVV010LA' where id=3; -update noar tt set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4; -update noar ti set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4; -update noar tt set b1='OW7' where id=4; -update noar ti set b1='OW7' where id=4; -update noar tt set b2='U2CQK2WYCG1L913208IET42' where id=4; -update noar ti set b2='U2CQK2WYCG1L913208IET42' where id=4; -update noar tt set b0='KAYKUL0J9OQ45B1' where id=5; -update noar ti set b0='KAYKUL0J9OQ45B1' where id=5; -update noar tt set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5; -update noar ti set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5; -update noar tt set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5; -update noar ti set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5; -update noar tt set b0='9F2A1G' where id=6; -update noar ti set b0='9F2A1G' where id=6; -update noar tt set b1='58UQG6XST8Z0C9YY' where id=6; -update noar ti set b1='58UQG6XST8Z0C9YY' where id=6; -update noar tt set b2='782RIGIQPIF8P116W85F' where id=6; -update noar ti set b2='782RIGIQPIF8P116W85F' where id=6; -update noar tt set b0='A7U4LM1J265LO' where id=7; -update noar ti set b0='A7U4LM1J265LO' where id=7; -update noar tt set b1='F690H' where id=7; -update noar ti set b1='F690H' where id=7; -update noar tt set b2='B312GJFW7NG002WBK' where id=7; -update noar ti set b2='B312GJFW7NG002WBK' where id=7; -update noar tt set b0='EFP9BPPSA1X0339VXXBOT' where id=8; -update noar ti set b0='EFP9BPPSA1X0339VXXBOT' where id=8; -update noar tt set b1='6HL7H1H7FL5EH77D' where id=8; -update noar ti set b1='6HL7H1H7FL5EH77D' where id=8; -update noar tt set b2='CL' where id=8; -update noar ti set b2='CL' where id=8; -update noar tt set b0='22OS4QLQOSGS6BOX' where id=9; -update noar ti set b0='22OS4QLQOSGS6BOX' where id=9; -update noar tt set b1='S05M97K' where id=9; -update noar ti set b1='S05M97K' where id=9; -update noar tt set b2='93VZTP0QCC5N5NGRQI' where id=9; -update noar ti set b2='93VZTP0QCC5N5NGRQI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7KVAM' where id=1; -update noar ti set b0='7KVAM' where id=1; -update noar tt set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1; -update noar ti set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1; -update noar tt set b2='JBKF2DYN1GF9P' where id=1; -update noar ti set b2='JBKF2DYN1GF9P' where id=1; -update noar tt set b0='1HU5' where id=2; -update noar ti set b0='1HU5' where id=2; -update noar tt set b1='0D59PARTH7HZ625LCZJMUO' where id=2; -update noar ti set b1='0D59PARTH7HZ625LCZJMUO' where id=2; -update noar tt set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2; -update noar ti set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2; -update noar tt set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3; -update noar ti set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3; -update noar tt set b1='V629VCCC3OVMPE1' where id=3; -update noar ti set b1='V629VCCC3OVMPE1' where id=3; -update noar tt set b2='2J95W41W66' where id=3; -update noar ti set b2='2J95W41W66' where id=3; -update noar tt set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4; -update noar ti set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4; -update noar tt set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4; -update noar ti set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4; -update noar tt set b2='FQRK' where id=4; -update noar ti set b2='FQRK' where id=4; -update noar tt set b0='HU2873TTB' where id=5; -update noar ti set b0='HU2873TTB' where id=5; -update noar tt set b1='27IQQ' where id=5; -update noar ti set b1='27IQQ' where id=5; -update noar tt set b2='Y8' where id=5; -update noar ti set b2='Y8' where id=5; -update noar tt set b0='7H' where id=6; -update noar ti set b0='7H' where id=6; -update noar tt set b1='24LS7IHXF' where id=6; -update noar ti set b1='24LS7IHXF' where id=6; -update noar tt set b2='T' where id=6; -update noar ti set b2='T' where id=6; -update noar tt set b0='0Z62IIV4ST' where id=7; -update noar ti set b0='0Z62IIV4ST' where id=7; -update noar tt set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7; -update noar ti set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7; -update noar tt set b2='U2WOU7' where id=7; -update noar ti set b2='U2WOU7' where id=7; -update noar tt set b0='F1FKZMXR' where id=8; -update noar ti set b0='F1FKZMXR' where id=8; -update noar tt set b1='WCS0NN0UFCT' where id=8; -update noar ti set b1='WCS0NN0UFCT' where id=8; -update noar tt set b2='PU2U87VVY90Y' where id=8; -update noar ti set b2='PU2U87VVY90Y' where id=8; -update noar tt set b0='P4IWAARBSZ1PUB' where id=9; -update noar ti set b0='P4IWAARBSZ1PUB' where id=9; -update noar tt set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9; -update noar ti set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9; -update noar tt set b2='N8YRTE0KJR0RJU' where id=9; -update noar ti set b2='N8YRTE0KJR0RJU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='4X44KD5PUV2AB59GLIS' where id=1; -update noar ti set b0='4X44KD5PUV2AB59GLIS' where id=1; -update noar tt set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1; -update noar ti set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1; -update noar tt set b2='Q72YBK0TSJYHHY8PU' where id=1; -update noar ti set b2='Q72YBK0TSJYHHY8PU' where id=1; -update noar tt set b0='K19LDDP5C' where id=2; -update noar ti set b0='K19LDDP5C' where id=2; -update noar tt set b1='J6OBZKSTJ2JMO6QON' where id=2; -update noar ti set b1='J6OBZKSTJ2JMO6QON' where id=2; -update noar tt set b2='UDMV2VF31' where id=2; -update noar ti set b2='UDMV2VF31' where id=2; -update noar tt set b0='L5WGNU4WNIWH' where id=3; -update noar ti set b0='L5WGNU4WNIWH' where id=3; -update noar tt set b1='K75U2I' where id=3; -update noar ti set b1='K75U2I' where id=3; -update noar tt set b2='NZ55E' where id=3; -update noar ti set b2='NZ55E' where id=3; -update noar tt set b0='YQOB' where id=4; -update noar ti set b0='YQOB' where id=4; -update noar tt set b1='NXRM03CJW9' where id=4; -update noar ti set b1='NXRM03CJW9' where id=4; -update noar tt set b2='JGLE0BDVC72BQL379W' where id=4; -update noar ti set b2='JGLE0BDVC72BQL379W' where id=4; -update noar tt set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5; -update noar ti set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5; -update noar tt set b1='74NYBECENCTMECVHTANU0U' where id=5; -update noar ti set b1='74NYBECENCTMECVHTANU0U' where id=5; -update noar tt set b2='I1LS6BVPIU6AAFK2' where id=5; -update noar ti set b2='I1LS6BVPIU6AAFK2' where id=5; -update noar tt set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6; -update noar ti set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6; -update noar tt set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6; -update noar ti set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6; -update noar tt set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6; -update noar ti set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6; -update noar tt set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7; -update noar ti set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7; -update noar tt set b1='S60E9CU30Z4MYLX4' where id=7; -update noar ti set b1='S60E9CU30Z4MYLX4' where id=7; -update noar tt set b2='DW90E' where id=7; -update noar ti set b2='DW90E' where id=7; -update noar tt set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8; -update noar ti set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8; -update noar tt set b1='XLJSPV40KBLNNML' where id=8; -update noar ti set b1='XLJSPV40KBLNNML' where id=8; -update noar tt set b2='3TWZ1ZI' where id=8; -update noar ti set b2='3TWZ1ZI' where id=8; -update noar tt set b0='AOS56W' where id=9; -update noar ti set b0='AOS56W' where id=9; -update noar tt set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9; -update noar ti set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9; -update noar tt set b2='6NX5LO2H7U447EB34ZTX5' where id=9; -update noar ti set b2='6NX5LO2H7U447EB34ZTX5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2HRCAP0905VZZN' where id=1; -update noar ti set b0='2HRCAP0905VZZN' where id=1; -update noar tt set b1='AX5W379S76BX' where id=1; -update noar ti set b1='AX5W379S76BX' where id=1; -update noar tt set b2='U3RA' where id=1; -update noar ti set b2='U3RA' where id=1; -update noar tt set b0='9G' where id=2; -update noar ti set b0='9G' where id=2; -update noar tt set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2; -update noar ti set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2; -update noar tt set b2='N63O2K45Y8G1SOR' where id=2; -update noar ti set b2='N63O2K45Y8G1SOR' where id=2; -update noar tt set b0='0MG0AN' where id=3; -update noar ti set b0='0MG0AN' where id=3; -update noar tt set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3; -update noar ti set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3; -update noar tt set b2='T005F4' where id=3; -update noar ti set b2='T005F4' where id=3; -update noar tt set b0='4PRQXZ9UI4HQYZ0C2L' where id=4; -update noar ti set b0='4PRQXZ9UI4HQYZ0C2L' where id=4; -update noar tt set b1='MF75X11414E' where id=4; -update noar ti set b1='MF75X11414E' where id=4; -update noar tt set b2='YGZUB2BJ72L24KA' where id=4; -update noar ti set b2='YGZUB2BJ72L24KA' where id=4; -update noar tt set b0='OTTOY3SL23GRFCG' where id=5; -update noar ti set b0='OTTOY3SL23GRFCG' where id=5; -update noar tt set b1='D457VTVI86PIOT0NHTU' where id=5; -update noar ti set b1='D457VTVI86PIOT0NHTU' where id=5; -update noar tt set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5; -update noar ti set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5; -update noar tt set b0='N86' where id=6; -update noar ti set b0='N86' where id=6; -update noar tt set b1='0JLVBVQ6HBOA3L' where id=6; -update noar ti set b1='0JLVBVQ6HBOA3L' where id=6; -update noar tt set b2='P52JAO' where id=6; -update noar ti set b2='P52JAO' where id=6; -update noar tt set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7; -update noar ti set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7; -update noar tt set b1='5DPK0NP' where id=7; -update noar ti set b1='5DPK0NP' where id=7; -update noar tt set b2='3ISKSVQO9UUWV70MZB' where id=7; -update noar ti set b2='3ISKSVQO9UUWV70MZB' where id=7; -update noar tt set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8; -update noar ti set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8; -update noar tt set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8; -update noar ti set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8; -update noar tt set b2='2Y7IVAILB1AEE4WS23' where id=8; -update noar ti set b2='2Y7IVAILB1AEE4WS23' where id=8; -update noar tt set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9; -update noar ti set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9; -update noar tt set b1='55SQU999SQM' where id=9; -update noar ti set b1='55SQU999SQM' where id=9; -update noar tt set b2='5Q' where id=9; -update noar ti set b2='5Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FA1E95MXS945VHWE13CFX2IM1' where id=1; -update noar ti set b0='FA1E95MXS945VHWE13CFX2IM1' where id=1; -update noar tt set b1='7RIHIQWB0OGWMN' where id=1; -update noar ti set b1='7RIHIQWB0OGWMN' where id=1; -update noar tt set b2='O5T7ZU9MUCT7RQP4' where id=1; -update noar ti set b2='O5T7ZU9MUCT7RQP4' where id=1; -update noar tt set b0='I1594G1NTW' where id=2; -update noar ti set b0='I1594G1NTW' where id=2; -update noar tt set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2; -update noar ti set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2; -update noar tt set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2; -update noar ti set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2; -update noar tt set b0='INBO28LEJ5522W2HGPJNZV' where id=3; -update noar ti set b0='INBO28LEJ5522W2HGPJNZV' where id=3; -update noar tt set b1='3GV7KD1RP3W' where id=3; -update noar ti set b1='3GV7KD1RP3W' where id=3; -update noar tt set b2='KQ8' where id=3; -update noar ti set b2='KQ8' where id=3; -update noar tt set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4; -update noar ti set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4; -update noar tt set b1='Y3EOTNDEXTG' where id=4; -update noar ti set b1='Y3EOTNDEXTG' where id=4; -update noar tt set b2='F23Q' where id=4; -update noar ti set b2='F23Q' where id=4; -update noar tt set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5; -update noar ti set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5; -update noar tt set b1='CCA67' where id=5; -update noar ti set b1='CCA67' where id=5; -update noar tt set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5; -update noar ti set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5; -update noar tt set b0='Z' where id=6; -update noar ti set b0='Z' where id=6; -update noar tt set b1='RKZ85JF1DHJGFGEL3' where id=6; -update noar ti set b1='RKZ85JF1DHJGFGEL3' where id=6; -update noar tt set b2='HUKZT97AVB9FG' where id=6; -update noar ti set b2='HUKZT97AVB9FG' where id=6; -update noar tt set b0='F5PIC6IVDAIG' where id=7; -update noar ti set b0='F5PIC6IVDAIG' where id=7; -update noar tt set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7; -update noar ti set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7; -update noar tt set b2='IBMAFBKRP9110OT3' where id=7; -update noar ti set b2='IBMAFBKRP9110OT3' where id=7; -update noar tt set b0='7XCQKY8QM4LD7' where id=8; -update noar ti set b0='7XCQKY8QM4LD7' where id=8; -update noar tt set b1='FNJW' where id=8; -update noar ti set b1='FNJW' where id=8; -update noar tt set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8; -update noar ti set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8; -update noar tt set b0='OTF42VCU9TVRLL24AINGU5L' where id=9; -update noar ti set b0='OTF42VCU9TVRLL24AINGU5L' where id=9; -update noar tt set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9; -update noar ti set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9; -update noar tt set b2='7XOC4WSG9PWL' where id=9; -update noar ti set b2='7XOC4WSG9PWL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='7P7VWR46M3K33Z3BYF' where id=1; -update noar ti set b0='7P7VWR46M3K33Z3BYF' where id=1; -update noar tt set b1='0IYUYTC8SX5UK5' where id=1; -update noar ti set b1='0IYUYTC8SX5UK5' where id=1; -update noar tt set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1; -update noar ti set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1; -update noar tt set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2; -update noar ti set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2; -update noar tt set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2; -update noar ti set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2; -update noar tt set b2='69WQFYV4PC0LBPVMKFF' where id=2; -update noar ti set b2='69WQFYV4PC0LBPVMKFF' where id=2; -update noar tt set b0='A6V959GEP86BDYAN373' where id=3; -update noar ti set b0='A6V959GEP86BDYAN373' where id=3; -update noar tt set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3; -update noar ti set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3; -update noar tt set b2='ES6XBCEW90EBS' where id=3; -update noar ti set b2='ES6XBCEW90EBS' where id=3; -update noar tt set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' where id=4; -update noar ti set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' where id=4; -update noar tt set b1='T' where id=4; -update noar ti set b1='T' where id=4; -update noar tt set b2='8806HIZCYWQGP84Y' where id=4; -update noar ti set b2='8806HIZCYWQGP84Y' where id=4; -update noar tt set b0='K66RLI8C8ZBW' where id=5; -update noar ti set b0='K66RLI8C8ZBW' where id=5; -update noar tt set b1='VZ' where id=5; -update noar ti set b1='VZ' where id=5; -update noar tt set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5; -update noar ti set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5; -update noar tt set b0='O1SAV3HZIXG' where id=6; -update noar ti set b0='O1SAV3HZIXG' where id=6; -update noar tt set b1='UP62E8JWIIRCVK74XPUCI' where id=6; -update noar ti set b1='UP62E8JWIIRCVK74XPUCI' where id=6; -update noar tt set b2='Y4D' where id=6; -update noar ti set b2='Y4D' where id=6; -update noar tt set b0='V' where id=7; -update noar ti set b0='V' where id=7; -update noar tt set b1='YCI' where id=7; -update noar ti set b1='YCI' where id=7; -update noar tt set b2='R' where id=7; -update noar ti set b2='R' where id=7; -update noar tt set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8; -update noar ti set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8; -update noar tt set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8; -update noar ti set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8; -update noar tt set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8; -update noar ti set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8; -update noar tt set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9; -update noar ti set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9; -update noar tt set b1='NP2THCZJI400L9HELKYX' where id=9; -update noar ti set b1='NP2THCZJI400L9HELKYX' where id=9; -update noar tt set b2='28GR' where id=9; -update noar ti set b2='28GR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9WCJKFAZWB2KC' where id=1; -update noar ti set b0='9WCJKFAZWB2KC' where id=1; -update noar tt set b1='8TEX' where id=1; -update noar ti set b1='8TEX' where id=1; -update noar tt set b2='J1' where id=1; -update noar ti set b2='J1' where id=1; -update noar tt set b0='J0NC0MH' where id=2; -update noar ti set b0='J0NC0MH' where id=2; -update noar tt set b1='E00Y2O6J02D7RWMT' where id=2; -update noar ti set b1='E00Y2O6J02D7RWMT' where id=2; -update noar tt set b2='53IQCEG9BGXA4' where id=2; -update noar ti set b2='53IQCEG9BGXA4' where id=2; -update noar tt set b0='A499G37C' where id=3; -update noar ti set b0='A499G37C' where id=3; -update noar tt set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3; -update noar ti set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3; -update noar tt set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3; -update noar ti set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3; -update noar tt set b0='O5WZ459K4UF' where id=4; -update noar ti set b0='O5WZ459K4UF' where id=4; -update noar tt set b1='GLWJT8EO' where id=4; -update noar ti set b1='GLWJT8EO' where id=4; -update noar tt set b2='JI1RAX70CHL7IJRXPJ' where id=4; -update noar ti set b2='JI1RAX70CHL7IJRXPJ' where id=4; -update noar tt set b0='I39' where id=5; -update noar ti set b0='I39' where id=5; -update noar tt set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5; -update noar ti set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5; -update noar tt set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5; -update noar ti set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5; -update noar tt set b0='CEGX6WPZ0GGA' where id=6; -update noar ti set b0='CEGX6WPZ0GGA' where id=6; -update noar tt set b1='W' where id=6; -update noar ti set b1='W' where id=6; -update noar tt set b2='AVEHC3N2865I' where id=6; -update noar ti set b2='AVEHC3N2865I' where id=6; -update noar tt set b0='TWT3XE24F8CPDECQ' where id=7; -update noar ti set b0='TWT3XE24F8CPDECQ' where id=7; -update noar tt set b1='ED27COR9YM5ZA' where id=7; -update noar ti set b1='ED27COR9YM5ZA' where id=7; -update noar tt set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7; -update noar ti set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7; -update noar tt set b0='MW31JXELXP51Q754' where id=8; -update noar ti set b0='MW31JXELXP51Q754' where id=8; -update noar tt set b1='W8BGOASW' where id=8; -update noar ti set b1='W8BGOASW' where id=8; -update noar tt set b2='ZEMOYL4B2JI40MT70A' where id=8; -update noar ti set b2='ZEMOYL4B2JI40MT70A' where id=8; -update noar tt set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9; -update noar ti set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9; -update noar tt set b1='S07MWS3K0' where id=9; -update noar ti set b1='S07MWS3K0' where id=9; -update noar tt set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9; -update noar ti set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 mediumblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='0S' where id=1; -update noar ti set b0='0S' where id=1; -update noar tt set b1='Y8SP5F1GMZULHWT5' where id=1; -update noar ti set b1='Y8SP5F1GMZULHWT5' where id=1; -update noar tt set b2='YMWNAFC5PM7ZSZMTV' where id=1; -update noar ti set b2='YMWNAFC5PM7ZSZMTV' where id=1; -update noar tt set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2; -update noar ti set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2; -update noar tt set b1='HR1PNWRJGCBVZ5J9QN7' where id=2; -update noar ti set b1='HR1PNWRJGCBVZ5J9QN7' where id=2; -update noar tt set b2='URZ73ZIZO5F' where id=2; -update noar ti set b2='URZ73ZIZO5F' where id=2; -update noar tt set b0='NXPQ8ZCKPO96L' where id=3; -update noar ti set b0='NXPQ8ZCKPO96L' where id=3; -update noar tt set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3; -update noar ti set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3; -update noar tt set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3; -update noar ti set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3; -update noar tt set b0='DN3X7ZX2HT' where id=4; -update noar ti set b0='DN3X7ZX2HT' where id=4; -update noar tt set b1='3KYIR' where id=4; -update noar ti set b1='3KYIR' where id=4; -update noar tt set b2='BFEVJMPSSZK9FOUO' where id=4; -update noar ti set b2='BFEVJMPSSZK9FOUO' where id=4; -update noar tt set b0='TYBWSAX4R77B15BO' where id=5; -update noar ti set b0='TYBWSAX4R77B15BO' where id=5; -update noar tt set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5; -update noar ti set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5; -update noar tt set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5; -update noar ti set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5; -update noar tt set b0='JMXI7' where id=6; -update noar ti set b0='JMXI7' where id=6; -update noar tt set b1='5IKDW03TKYOG6RI84W6O' where id=6; -update noar ti set b1='5IKDW03TKYOG6RI84W6O' where id=6; -update noar tt set b2='AG' where id=6; -update noar ti set b2='AG' where id=6; -update noar tt set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7; -update noar ti set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7; -update noar tt set b1='OSEDUHZY6' where id=7; -update noar ti set b1='OSEDUHZY6' where id=7; -update noar tt set b2='9W64VN' where id=7; -update noar ti set b2='9W64VN' where id=7; -update noar tt set b0='MB3UDSMUYX25WW' where id=8; -update noar ti set b0='MB3UDSMUYX25WW' where id=8; -update noar tt set b1='TZIH9H9RV603LUG4TTF' where id=8; -update noar ti set b1='TZIH9H9RV603LUG4TTF' where id=8; -update noar tt set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8; -update noar ti set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8; -update noar tt set b0='KAL85OSD6' where id=9; -update noar ti set b0='KAL85OSD6' where id=9; -update noar tt set b1='3DIRBRFFUGO6SIP6JZ' where id=9; -update noar ti set b1='3DIRBRFFUGO6SIP6JZ' where id=9; -update noar tt set b2='T9YUML9EFXX96OTX' where id=9; -update noar ti set b2='T9YUML9EFXX96OTX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 mediumblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3Z1O' where id=1; -update noar ti set b0='3Z1O' where id=1; -update noar tt set b1='K3RZVY05DRXGKFIS' where id=1; -update noar ti set b1='K3RZVY05DRXGKFIS' where id=1; -update noar tt set b2='7' where id=1; -update noar ti set b2='7' where id=1; -update noar tt set b0='6' where id=2; -update noar ti set b0='6' where id=2; -update noar tt set b1='4W1UFA6SHFBSR6BEF' where id=2; -update noar ti set b1='4W1UFA6SHFBSR6BEF' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3; -update noar ti set b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3; -update noar tt set b1='ZXLJKNPT7ZDT0N8WKS' where id=3; -update noar ti set b1='ZXLJKNPT7ZDT0N8WKS' where id=3; -update noar tt set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3; -update noar ti set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3; -update noar tt set b0='A19RJCOIBN2' where id=4; -update noar ti set b0='A19RJCOIBN2' where id=4; -update noar tt set b1='K7HU9SO' where id=4; -update noar ti set b1='K7HU9SO' where id=4; -update noar tt set b2='Y3F5F6UD0K7' where id=4; -update noar ti set b2='Y3F5F6UD0K7' where id=4; -update noar tt set b0='V3AFEWALPM' where id=5; -update noar ti set b0='V3AFEWALPM' where id=5; -update noar tt set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5; -update noar ti set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5; -update noar tt set b2='RH' where id=5; -update noar ti set b2='RH' where id=5; -update noar tt set b0='3I3BWXW00BN2' where id=6; -update noar ti set b0='3I3BWXW00BN2' where id=6; -update noar tt set b1='YK8H7G4GVLP2DJTK' where id=6; -update noar ti set b1='YK8H7G4GVLP2DJTK' where id=6; -update noar tt set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6; -update noar ti set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6; -update noar tt set b0='7XDDUD7K0QUC' where id=7; -update noar ti set b0='7XDDUD7K0QUC' where id=7; -update noar tt set b1='12Y5TLV5S9DFULS' where id=7; -update noar ti set b1='12Y5TLV5S9DFULS' where id=7; -update noar tt set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7; -update noar ti set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7; -update noar tt set b0='E0JHKNVFAR3KPTD637' where id=8; -update noar ti set b0='E0JHKNVFAR3KPTD637' where id=8; -update noar tt set b1='PYMF51R3FE94PYB4R' where id=8; -update noar ti set b1='PYMF51R3FE94PYB4R' where id=8; -update noar tt set b2='G02HEX4P7' where id=8; -update noar ti set b2='G02HEX4P7' where id=8; -update noar tt set b0='KECZD' where id=9; -update noar ti set b0='KECZD' where id=9; -update noar tt set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9; -update noar ti set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9; -update noar tt set b2='XJST2DY' where id=9; -update noar ti set b2='XJST2DY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R0HJK7N43O5' where id=1; -update noar ti set b0='R0HJK7N43O5' where id=1; -update noar tt set b1='67YBE4PLEFK' where id=1; -update noar ti set b1='67YBE4PLEFK' where id=1; -update noar tt set b2='928WX319S0DVW1E5O' where id=1; -update noar ti set b2='928WX319S0DVW1E5O' where id=1; -update noar tt set b0='ZN7XB' where id=2; -update noar ti set b0='ZN7XB' where id=2; -update noar tt set b1='W05UKU6L8' where id=2; -update noar ti set b1='W05UKU6L8' where id=2; -update noar tt set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2; -update noar ti set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2; -update noar tt set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3; -update noar ti set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3; -update noar tt set b1='GU75XPE8' where id=3; -update noar ti set b1='GU75XPE8' where id=3; -update noar tt set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3; -update noar ti set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3; -update noar tt set b0='R5RXTZ0RP7QC598B6V3' where id=4; -update noar ti set b0='R5RXTZ0RP7QC598B6V3' where id=4; -update noar tt set b1='2WE2S4YIMM4IQ9U' where id=4; -update noar ti set b1='2WE2S4YIMM4IQ9U' where id=4; -update noar tt set b2='AN02UDUSCHR' where id=4; -update noar ti set b2='AN02UDUSCHR' where id=4; -update noar tt set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5; -update noar ti set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5; -update noar tt set b1='1UH7BBSEOY' where id=5; -update noar ti set b1='1UH7BBSEOY' where id=5; -update noar tt set b2='JOB7D3J6NS0O4YFZKN' where id=5; -update noar ti set b2='JOB7D3J6NS0O4YFZKN' where id=5; -update noar tt set b0='VD9K1CA15D7VVWMM' where id=6; -update noar ti set b0='VD9K1CA15D7VVWMM' where id=6; -update noar tt set b1='96M5MVE8IFCKR438W9PE2L' where id=6; -update noar ti set b1='96M5MVE8IFCKR438W9PE2L' where id=6; -update noar tt set b2='XHENFSNRZZ2CCXVP5O' where id=6; -update noar ti set b2='XHENFSNRZZ2CCXVP5O' where id=6; -update noar tt set b0='6JWEQLBSCFJSHH8' where id=7; -update noar ti set b0='6JWEQLBSCFJSHH8' where id=7; -update noar tt set b1='ZS87OOWG6JI0WKEEWD' where id=7; -update noar ti set b1='ZS87OOWG6JI0WKEEWD' where id=7; -update noar tt set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7; -update noar ti set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7; -update noar tt set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8; -update noar ti set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8; -update noar tt set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8; -update noar ti set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8; -update noar tt set b2='7P3IHE7N' where id=8; -update noar ti set b2='7P3IHE7N' where id=8; -update noar tt set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9; -update noar ti set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9; -update noar tt set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9; -update noar ti set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9; -update noar tt set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9; -update noar ti set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='O8WKUP0OJPHVO' where id=1; -update noar ti set b0='O8WKUP0OJPHVO' where id=1; -update noar tt set b1='KK9WTL5IKLWMW' where id=1; -update noar ti set b1='KK9WTL5IKLWMW' where id=1; -update noar tt set b2='HVQUD0PE0XWBN1MWD' where id=1; -update noar ti set b2='HVQUD0PE0XWBN1MWD' where id=1; -update noar tt set b0='HM3G7ACS9SU0YAWOPG' where id=2; -update noar ti set b0='HM3G7ACS9SU0YAWOPG' where id=2; -update noar tt set b1='JLHCSX7S69K6B86LCDKBL' where id=2; -update noar ti set b1='JLHCSX7S69K6B86LCDKBL' where id=2; -update noar tt set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2; -update noar ti set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2; -update noar tt set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3; -update noar ti set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3; -update noar tt set b1='H7ZHP5YILHI' where id=3; -update noar ti set b1='H7ZHP5YILHI' where id=3; -update noar tt set b2='CJNLQD2EWZ0DD03PC' where id=3; -update noar ti set b2='CJNLQD2EWZ0DD03PC' where id=3; -update noar tt set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4; -update noar ti set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4; -update noar tt set b1='8' where id=4; -update noar ti set b1='8' where id=4; -update noar tt set b2='Y2RP22TQM8EZC6IK2XR' where id=4; -update noar ti set b2='Y2RP22TQM8EZC6IK2XR' where id=4; -update noar tt set b0='JWIMKLKO' where id=5; -update noar ti set b0='JWIMKLKO' where id=5; -update noar tt set b1='DIIDNP0' where id=5; -update noar ti set b1='DIIDNP0' where id=5; -update noar tt set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5; -update noar ti set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5; -update noar tt set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6; -update noar ti set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6; -update noar tt set b1='YRHIWZFD59A7MQDYM0M' where id=6; -update noar ti set b1='YRHIWZFD59A7MQDYM0M' where id=6; -update noar tt set b2='M7MIYJRVFCZ8S' where id=6; -update noar ti set b2='M7MIYJRVFCZ8S' where id=6; -update noar tt set b0='4LF6QFJ49V1FWXX3P' where id=7; -update noar ti set b0='4LF6QFJ49V1FWXX3P' where id=7; -update noar tt set b1='B' where id=7; -update noar ti set b1='B' where id=7; -update noar tt set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7; -update noar ti set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7; -update noar tt set b0='O' where id=8; -update noar ti set b0='O' where id=8; -update noar tt set b1='79JWR7V3O' where id=8; -update noar ti set b1='79JWR7V3O' where id=8; -update noar tt set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8; -update noar ti set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8; -update noar tt set b0='KCCDWV' where id=9; -update noar ti set b0='KCCDWV' where id=9; -update noar tt set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9; -update noar ti set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9; -update noar tt set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9; -update noar ti set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='M6' where id=1; -update noar ti set b0='M6' where id=1; -update noar tt set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1; -update noar ti set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1; -update noar tt set b2='MWRV1ZC71KY' where id=1; -update noar ti set b2='MWRV1ZC71KY' where id=1; -update noar tt set b0='P' where id=2; -update noar ti set b0='P' where id=2; -update noar tt set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2; -update noar ti set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2; -update noar tt set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2; -update noar ti set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2; -update noar tt set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3; -update noar ti set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3; -update noar tt set b1='KYS6VKGUWE0O' where id=3; -update noar ti set b1='KYS6VKGUWE0O' where id=3; -update noar tt set b2='24KE6M2' where id=3; -update noar ti set b2='24KE6M2' where id=3; -update noar tt set b0='9PE715FW0LW8' where id=4; -update noar ti set b0='9PE715FW0LW8' where id=4; -update noar tt set b1='6S4QWFKRY7CQCHRTE8' where id=4; -update noar ti set b1='6S4QWFKRY7CQCHRTE8' where id=4; -update noar tt set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4; -update noar ti set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4; -update noar tt set b0='0' where id=5; -update noar ti set b0='0' where id=5; -update noar tt set b1='JM8G7EZOUK' where id=5; -update noar ti set b1='JM8G7EZOUK' where id=5; -update noar tt set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5; -update noar ti set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5; -update noar tt set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6; -update noar ti set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6; -update noar tt set b1='IRCO0S0B62VWHKKY4LQ' where id=6; -update noar ti set b1='IRCO0S0B62VWHKKY4LQ' where id=6; -update noar tt set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6; -update noar ti set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6; -update noar tt set b0='UQ2LESGHE' where id=7; -update noar ti set b0='UQ2LESGHE' where id=7; -update noar tt set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7; -update noar ti set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7; -update noar tt set b2='1U' where id=7; -update noar ti set b2='1U' where id=7; -update noar tt set b0='EGLLD3VTQG94' where id=8; -update noar ti set b0='EGLLD3VTQG94' where id=8; -update noar tt set b1='OFPKB092PQ' where id=8; -update noar ti set b1='OFPKB092PQ' where id=8; -update noar tt set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8; -update noar ti set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8; -update noar tt set b0='O46O' where id=9; -update noar ti set b0='O46O' where id=9; -update noar tt set b1='FCMBEMW0OFUVPO4HFG1' where id=9; -update noar ti set b1='FCMBEMW0OFUVPO4HFG1' where id=9; -update noar tt set b2='8HFH5IXT25D51NJ2' where id=9; -update noar ti set b2='8HFH5IXT25D51NJ2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LOIGPTMH2X0PVMR' where id=1; -update noar ti set b0='LOIGPTMH2X0PVMR' where id=1; -update noar tt set b1='57RGHKZE8M3OXGE' where id=1; -update noar ti set b1='57RGHKZE8M3OXGE' where id=1; -update noar tt set b2='LJHDI' where id=1; -update noar ti set b2='LJHDI' where id=1; -update noar tt set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2; -update noar ti set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2; -update noar tt set b1='63JJSAJFUBT00N5A63FV4' where id=2; -update noar ti set b1='63JJSAJFUBT00N5A63FV4' where id=2; -update noar tt set b2='TMQ47D4PZ7BKVK' where id=2; -update noar ti set b2='TMQ47D4PZ7BKVK' where id=2; -update noar tt set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3; -update noar ti set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3; -update noar tt set b1='XUTWM' where id=3; -update noar ti set b1='XUTWM' where id=3; -update noar tt set b2='EMGLMKTYRPSOI2OOULQZ' where id=3; -update noar ti set b2='EMGLMKTYRPSOI2OOULQZ' where id=3; -update noar tt set b0='0JE8HS' where id=4; -update noar ti set b0='0JE8HS' where id=4; -update noar tt set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4; -update noar ti set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4; -update noar tt set b2='6N33REG8SD4FHOS' where id=4; -update noar ti set b2='6N33REG8SD4FHOS' where id=4; -update noar tt set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5; -update noar ti set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5; -update noar tt set b1='RORK4YSJCSVRT' where id=5; -update noar ti set b1='RORK4YSJCSVRT' where id=5; -update noar tt set b2='C8ID8J2N7' where id=5; -update noar ti set b2='C8ID8J2N7' where id=5; -update noar tt set b0='ZU8F3BTWZG3P4018BBZPC' where id=6; -update noar ti set b0='ZU8F3BTWZG3P4018BBZPC' where id=6; -update noar tt set b1='0Z1FIOWA' where id=6; -update noar ti set b1='0Z1FIOWA' where id=6; -update noar tt set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6; -update noar ti set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6; -update noar tt set b0='N07TZK' where id=7; -update noar ti set b0='N07TZK' where id=7; -update noar tt set b1='GQ9OF7L2C' where id=7; -update noar ti set b1='GQ9OF7L2C' where id=7; -update noar tt set b2='6DZ2EY' where id=7; -update noar ti set b2='6DZ2EY' where id=7; -update noar tt set b0='T2QJSVQC4C1C6' where id=8; -update noar ti set b0='T2QJSVQC4C1C6' where id=8; -update noar tt set b1='DAO' where id=8; -update noar ti set b1='DAO' where id=8; -update noar tt set b2='OGCR9' where id=8; -update noar ti set b2='OGCR9' where id=8; -update noar tt set b0='2M' where id=9; -update noar ti set b0='2M' where id=9; -update noar tt set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9; -update noar ti set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9; -update noar tt set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9; -update noar ti set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TCW6EBVP9UP9QGMUS51KORF' where id=1; -update noar ti set b0='TCW6EBVP9UP9QGMUS51KORF' where id=1; -update noar tt set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1; -update noar ti set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1; -update noar tt set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1; -update noar ti set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1; -update noar tt set b0='QVSDA9OP9GA1497N' where id=2; -update noar ti set b0='QVSDA9OP9GA1497N' where id=2; -update noar tt set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2; -update noar ti set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2; -update noar tt set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2; -update noar ti set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2; -update noar tt set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3; -update noar ti set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3; -update noar tt set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3; -update noar ti set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3; -update noar tt set b2='1TPSL' where id=3; -update noar ti set b2='1TPSL' where id=3; -update noar tt set b0='OZRGLMGJUUDWXHU1TK' where id=4; -update noar ti set b0='OZRGLMGJUUDWXHU1TK' where id=4; -update noar tt set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4; -update noar ti set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4; -update noar tt set b2='041ND2IUG5F4RMG58N5' where id=4; -update noar ti set b2='041ND2IUG5F4RMG58N5' where id=4; -update noar tt set b0='SNZE32A' where id=5; -update noar ti set b0='SNZE32A' where id=5; -update noar tt set b1='KE66HRYN6CR' where id=5; -update noar ti set b1='KE66HRYN6CR' where id=5; -update noar tt set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5; -update noar ti set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5; -update noar tt set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6; -update noar ti set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6; -update noar tt set b1='KH1XS0JT' where id=6; -update noar ti set b1='KH1XS0JT' where id=6; -update noar tt set b2='USXE69YTV7FHGNQ' where id=6; -update noar ti set b2='USXE69YTV7FHGNQ' where id=6; -update noar tt set b0='DRPVW0RCXA8MDIBI' where id=7; -update noar ti set b0='DRPVW0RCXA8MDIBI' where id=7; -update noar tt set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7; -update noar ti set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7; -update noar tt set b2='T5Q9A00' where id=7; -update noar ti set b2='T5Q9A00' where id=7; -update noar tt set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8; -update noar ti set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8; -update noar tt set b1='VYCQ17FLWVL' where id=8; -update noar ti set b1='VYCQ17FLWVL' where id=8; -update noar tt set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8; -update noar ti set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8; -update noar tt set b0='YN1W59WFGNGAXBYCTPZSB' where id=9; -update noar ti set b0='YN1W59WFGNGAXBYCTPZSB' where id=9; -update noar tt set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9; -update noar ti set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9; -update noar tt set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9; -update noar ti set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1; -update noar ti set b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1; -update noar tt set b1='AZERK72OLM48' where id=1; -update noar ti set b1='AZERK72OLM48' where id=1; -update noar tt set b2='FKE252EO' where id=1; -update noar ti set b2='FKE252EO' where id=1; -update noar tt set b0='PP9EED' where id=2; -update noar ti set b0='PP9EED' where id=2; -update noar tt set b1='5R' where id=2; -update noar ti set b1='5R' where id=2; -update noar tt set b2='4I6XG7D5R37RG3LU00J80' where id=2; -update noar ti set b2='4I6XG7D5R37RG3LU00J80' where id=2; -update noar tt set b0='HY8A2JS8YGQ1X950WNQQV' where id=3; -update noar ti set b0='HY8A2JS8YGQ1X950WNQQV' where id=3; -update noar tt set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3; -update noar ti set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3; -update noar tt set b2='KH' where id=3; -update noar ti set b2='KH' where id=3; -update noar tt set b0='CLUWPWGVV0VQS70AZXP4L' where id=4; -update noar ti set b0='CLUWPWGVV0VQS70AZXP4L' where id=4; -update noar tt set b1='6IBA3QKDFC86' where id=4; -update noar ti set b1='6IBA3QKDFC86' where id=4; -update noar tt set b2='8RAKOD46SSM011UG402AE' where id=4; -update noar ti set b2='8RAKOD46SSM011UG402AE' where id=4; -update noar tt set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5; -update noar ti set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5; -update noar tt set b1='5DCEX' where id=5; -update noar ti set b1='5DCEX' where id=5; -update noar tt set b2='936' where id=5; -update noar ti set b2='936' where id=5; -update noar tt set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6; -update noar ti set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6; -update noar tt set b1='ZNVFE7YGFHV' where id=6; -update noar ti set b1='ZNVFE7YGFHV' where id=6; -update noar tt set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6; -update noar ti set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6; -update noar tt set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7; -update noar ti set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7; -update noar tt set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7; -update noar ti set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7; -update noar tt set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7; -update noar ti set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7; -update noar tt set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8; -update noar ti set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8; -update noar tt set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8; -update noar ti set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8; -update noar tt set b2='S' where id=8; -update noar ti set b2='S' where id=8; -update noar tt set b0='1K45W48ID7H1EDY' where id=9; -update noar ti set b0='1K45W48ID7H1EDY' where id=9; -update noar tt set b1='GYLG39VE0JBO1MB5QLWTY' where id=9; -update noar ti set b1='GYLG39VE0JBO1MB5QLWTY' where id=9; -update noar tt set b2='RC0IPBSC' where id=9; -update noar ti set b2='RC0IPBSC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VH69R' where id=1; -update noar ti set b0='VH69R' where id=1; -update noar tt set b1='1' where id=1; -update noar ti set b1='1' where id=1; -update noar tt set b2='KU0KOINH1J33J' where id=1; -update noar ti set b2='KU0KOINH1J33J' where id=1; -update noar tt set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2; -update noar ti set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2; -update noar tt set b1='2GEGVMH7T3K' where id=2; -update noar ti set b1='2GEGVMH7T3K' where id=2; -update noar tt set b2='BHLG33DTOJTJ2I15' where id=2; -update noar ti set b2='BHLG33DTOJTJ2I15' where id=2; -update noar tt set b0='2QLPTOEITFGJJSVACZ2' where id=3; -update noar ti set b0='2QLPTOEITFGJJSVACZ2' where id=3; -update noar tt set b1='KXCDLQIKEI0YCWT' where id=3; -update noar ti set b1='KXCDLQIKEI0YCWT' where id=3; -update noar tt set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3; -update noar ti set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3; -update noar tt set b0='M1KU9H' where id=4; -update noar ti set b0='M1KU9H' where id=4; -update noar tt set b1='OICW0BW5CU2C' where id=4; -update noar ti set b1='OICW0BW5CU2C' where id=4; -update noar tt set b2='M' where id=4; -update noar ti set b2='M' where id=4; -update noar tt set b0='RAEZSIUWDXWC8' where id=5; -update noar ti set b0='RAEZSIUWDXWC8' where id=5; -update noar tt set b1='PKCRYIL7FQP8UOHPHCI7' where id=5; -update noar ti set b1='PKCRYIL7FQP8UOHPHCI7' where id=5; -update noar tt set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5; -update noar ti set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5; -update noar tt set b0='Q1VR6YF' where id=6; -update noar ti set b0='Q1VR6YF' where id=6; -update noar tt set b1='ZF8PIXB4QVUL' where id=6; -update noar ti set b1='ZF8PIXB4QVUL' where id=6; -update noar tt set b2='9PIY24FPU2NLO5DFR' where id=6; -update noar ti set b2='9PIY24FPU2NLO5DFR' where id=6; -update noar tt set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7; -update noar ti set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7; -update noar tt set b1='IQQRKI9KAR7FMSNYBP0T' where id=7; -update noar ti set b1='IQQRKI9KAR7FMSNYBP0T' where id=7; -update noar tt set b2='OXF525BKZ3CHRMS9HIOHY' where id=7; -update noar ti set b2='OXF525BKZ3CHRMS9HIOHY' where id=7; -update noar tt set b0='KSJGXCHACNFN7AM' where id=8; -update noar ti set b0='KSJGXCHACNFN7AM' where id=8; -update noar tt set b1='4QBJRH2QXN95JFQM4' where id=8; -update noar ti set b1='4QBJRH2QXN95JFQM4' where id=8; -update noar tt set b2='SLG1MNLMALG3T5' where id=8; -update noar ti set b2='SLG1MNLMALG3T5' where id=8; -update noar tt set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9; -update noar ti set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9; -update noar tt set b1='UMU77' where id=9; -update noar ti set b1='UMU77' where id=9; -update noar tt set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9; -update noar ti set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='RX' where id=1; -update noar ti set b0='RX' where id=1; -update noar tt set b1='7SFJKQ7NGLUF72G' where id=1; -update noar ti set b1='7SFJKQ7NGLUF72G' where id=1; -update noar tt set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1; -update noar ti set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1; -update noar tt set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2; -update noar ti set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2; -update noar tt set b1='XK6IA9WF7UVL7WSTM' where id=2; -update noar ti set b1='XK6IA9WF7UVL7WSTM' where id=2; -update noar tt set b2='VDIY64XOB7BLIJXFRI721NH' where id=2; -update noar ti set b2='VDIY64XOB7BLIJXFRI721NH' where id=2; -update noar tt set b0='J821WCG' where id=3; -update noar ti set b0='J821WCG' where id=3; -update noar tt set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3; -update noar ti set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3; -update noar tt set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3; -update noar ti set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3; -update noar tt set b0='EH3NET' where id=4; -update noar ti set b0='EH3NET' where id=4; -update noar tt set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4; -update noar ti set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4; -update noar tt set b2='PTOXLSHDOZVJ4LWT' where id=4; -update noar ti set b2='PTOXLSHDOZVJ4LWT' where id=4; -update noar tt set b0='GYZI' where id=5; -update noar ti set b0='GYZI' where id=5; -update noar tt set b1='YAEMFXIFLF4' where id=5; -update noar ti set b1='YAEMFXIFLF4' where id=5; -update noar tt set b2='ZVSIY6IF0' where id=5; -update noar ti set b2='ZVSIY6IF0' where id=5; -update noar tt set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6; -update noar ti set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6; -update noar tt set b1='XNSK1FW6XABO1HJGHYMRT' where id=6; -update noar ti set b1='XNSK1FW6XABO1HJGHYMRT' where id=6; -update noar tt set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6; -update noar ti set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6; -update noar tt set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7; -update noar ti set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7; -update noar tt set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7; -update noar ti set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7; -update noar tt set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7; -update noar ti set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7; -update noar tt set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8; -update noar ti set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8; -update noar tt set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8; -update noar ti set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8; -update noar tt set b2='3YYY52H1O9Z7TDJ63UT8' where id=8; -update noar ti set b2='3YYY52H1O9Z7TDJ63UT8' where id=8; -update noar tt set b0='KV5CBWGS2' where id=9; -update noar ti set b0='KV5CBWGS2' where id=9; -update noar tt set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9; -update noar ti set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9; -update noar tt set b2='ZTM617SXJQO962JQILLLJ51' where id=9; -update noar ti set b2='ZTM617SXJQO962JQILLLJ51' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 longblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1; -update noar ti set b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1; -update noar tt set b1='TGLJ1KJOGBEQKJP2LL' where id=1; -update noar ti set b1='TGLJ1KJOGBEQKJP2LL' where id=1; -update noar tt set b2='XKOKP4L285RBK8' where id=1; -update noar ti set b2='XKOKP4L285RBK8' where id=1; -update noar tt set b0='100MFWVG1L' where id=2; -update noar ti set b0='100MFWVG1L' where id=2; -update noar tt set b1='9XAKCPD3' where id=2; -update noar ti set b1='9XAKCPD3' where id=2; -update noar tt set b2='FUYFBZRR5TFCOHPC' where id=2; -update noar ti set b2='FUYFBZRR5TFCOHPC' where id=2; -update noar tt set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3; -update noar ti set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3; -update noar tt set b1='SU' where id=3; -update noar ti set b1='SU' where id=3; -update noar tt set b2='LP63XBPZ6R9SA6TFXL' where id=3; -update noar ti set b2='LP63XBPZ6R9SA6TFXL' where id=3; -update noar tt set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4; -update noar ti set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4; -update noar tt set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4; -update noar ti set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4; -update noar tt set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4; -update noar ti set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4; -update noar tt set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5; -update noar ti set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5; -update noar tt set b1='9KRQKLE71' where id=5; -update noar ti set b1='9KRQKLE71' where id=5; -update noar tt set b2='CW8BYP2AK41K43IGUP' where id=5; -update noar ti set b2='CW8BYP2AK41K43IGUP' where id=5; -update noar tt set b0='X3UO96CRHWBGZAY9H98S2' where id=6; -update noar ti set b0='X3UO96CRHWBGZAY9H98S2' where id=6; -update noar tt set b1='2MLWK3MDDBZ6' where id=6; -update noar ti set b1='2MLWK3MDDBZ6' where id=6; -update noar tt set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6; -update noar ti set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6; -update noar tt set b0='R9H5MTFZ3ZT80MCI' where id=7; -update noar ti set b0='R9H5MTFZ3ZT80MCI' where id=7; -update noar tt set b1='FXZSVI7TP' where id=7; -update noar ti set b1='FXZSVI7TP' where id=7; -update noar tt set b2='ON84ZS5BOJOYDICM' where id=7; -update noar ti set b2='ON84ZS5BOJOYDICM' where id=7; -update noar tt set b0='MDL5FYSRTB1HXSLSTW' where id=8; -update noar ti set b0='MDL5FYSRTB1HXSLSTW' where id=8; -update noar tt set b1='1HYNFP' where id=8; -update noar ti set b1='1HYNFP' where id=8; -update noar tt set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8; -update noar ti set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8; -update noar tt set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9; -update noar ti set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9; -update noar tt set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9; -update noar ti set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9; -update noar tt set b2='46GB' where id=9; -update noar ti set b2='46GB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 longblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BH' where id=1; -update noar ti set b0='BH' where id=1; -update noar tt set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1; -update noar ti set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1; -update noar tt set b2='3LKF5' where id=1; -update noar ti set b2='3LKF5' where id=1; -update noar tt set b0='C8IJZ8LM08' where id=2; -update noar ti set b0='C8IJZ8LM08' where id=2; -update noar tt set b1='XPW4AV1YV3V' where id=2; -update noar ti set b1='XPW4AV1YV3V' where id=2; -update noar tt set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2; -update noar ti set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2; -update noar tt set b0='MDYZ4UMN' where id=3; -update noar ti set b0='MDYZ4UMN' where id=3; -update noar tt set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3; -update noar ti set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3; -update noar tt set b2='5' where id=3; -update noar ti set b2='5' where id=3; -update noar tt set b0='1CKYP7OR7TV7WOE' where id=4; -update noar ti set b0='1CKYP7OR7TV7WOE' where id=4; -update noar tt set b1='N8S' where id=4; -update noar ti set b1='N8S' where id=4; -update noar tt set b2='Y9KNQYN1TIJ8R3MMY9' where id=4; -update noar ti set b2='Y9KNQYN1TIJ8R3MMY9' where id=4; -update noar tt set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5; -update noar ti set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5; -update noar tt set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5; -update noar ti set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5; -update noar tt set b2='QBLXNG' where id=5; -update noar ti set b2='QBLXNG' where id=5; -update noar tt set b0='OVKTJB6EMLIBSKX' where id=6; -update noar ti set b0='OVKTJB6EMLIBSKX' where id=6; -update noar tt set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6; -update noar ti set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6; -update noar tt set b2='1YHRCT7' where id=6; -update noar ti set b2='1YHRCT7' where id=6; -update noar tt set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7; -update noar ti set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7; -update noar tt set b1='2XH2JJL3' where id=7; -update noar ti set b1='2XH2JJL3' where id=7; -update noar tt set b2='FY6D293RBNTB3SXH5Z7KW' where id=7; -update noar ti set b2='FY6D293RBNTB3SXH5Z7KW' where id=7; -update noar tt set b0='C7QF' where id=8; -update noar ti set b0='C7QF' where id=8; -update noar tt set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8; -update noar ti set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8; -update noar tt set b2='KV5OJN4B' where id=8; -update noar ti set b2='KV5OJN4B' where id=8; -update noar tt set b0='JAHB8FQT2D36DV4UX' where id=9; -update noar ti set b0='JAHB8FQT2D36DV4UX' where id=9; -update noar tt set b1='4PPNZJ' where id=9; -update noar ti set b1='4PPNZJ' where id=9; -update noar tt set b2='PPGI736QC17GGCA' where id=9; -update noar ti set b2='PPGI736QC17GGCA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 text null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='3YRR7GNBKJZOIQLADTO' where id=1; -update noar ti set b0='3YRR7GNBKJZOIQLADTO' where id=1; -update noar tt set b1='3E' where id=1; -update noar ti set b1='3E' where id=1; -update noar tt set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1; -update noar ti set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1; -update noar tt set b0='9W0E' where id=2; -update noar ti set b0='9W0E' where id=2; -update noar tt set b1='C07K9E2R61X7P' where id=2; -update noar ti set b1='C07K9E2R61X7P' where id=2; -update noar tt set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2; -update noar ti set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2; -update noar tt set b0='EVVN8BOWTNO4' where id=3; -update noar ti set b0='EVVN8BOWTNO4' where id=3; -update noar tt set b1='5UA3' where id=3; -update noar ti set b1='5UA3' where id=3; -update noar tt set b2='BQNR3PGGO' where id=3; -update noar ti set b2='BQNR3PGGO' where id=3; -update noar tt set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4; -update noar ti set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4; -update noar tt set b1='0F0F7E' where id=4; -update noar ti set b1='0F0F7E' where id=4; -update noar tt set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4; -update noar ti set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4; -update noar tt set b0='8J' where id=5; -update noar ti set b0='8J' where id=5; -update noar tt set b1='T1XJR0DQTPH' where id=5; -update noar ti set b1='T1XJR0DQTPH' where id=5; -update noar tt set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5; -update noar ti set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5; -update noar tt set b0='64ENRG818K' where id=6; -update noar ti set b0='64ENRG818K' where id=6; -update noar tt set b1='V359EERFLGTGF86GU' where id=6; -update noar ti set b1='V359EERFLGTGF86GU' where id=6; -update noar tt set b2='OKEWJ5HPG82BW9Q' where id=6; -update noar ti set b2='OKEWJ5HPG82BW9Q' where id=6; -update noar tt set b0='B2T0Z4F2MQ4' where id=7; -update noar ti set b0='B2T0Z4F2MQ4' where id=7; -update noar tt set b1='EE' where id=7; -update noar ti set b1='EE' where id=7; -update noar tt set b2='LHBI3' where id=7; -update noar ti set b2='LHBI3' where id=7; -update noar tt set b0='O3O' where id=8; -update noar ti set b0='O3O' where id=8; -update noar tt set b1='WRQMGL0UL1QC' where id=8; -update noar ti set b1='WRQMGL0UL1QC' where id=8; -update noar tt set b2='ITBDHX2' where id=8; -update noar ti set b2='ITBDHX2' where id=8; -update noar tt set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9; -update noar ti set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9; -update noar tt set b1='U72IE' where id=9; -update noar ti set b1='U72IE' where id=9; -update noar tt set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9; -update noar ti set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 text not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UGA5RP5GQVX6K5C3SK' where id=1; -update noar ti set b0='UGA5RP5GQVX6K5C3SK' where id=1; -update noar tt set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1; -update noar ti set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1; -update noar tt set b2='J' where id=1; -update noar ti set b2='J' where id=1; -update noar tt set b0='BH5Z6SC5AK87FK0' where id=2; -update noar ti set b0='BH5Z6SC5AK87FK0' where id=2; -update noar tt set b1='H7W3NNOGOSOXO' where id=2; -update noar ti set b1='H7W3NNOGOSOXO' where id=2; -update noar tt set b2='MPYY2' where id=2; -update noar ti set b2='MPYY2' where id=2; -update noar tt set b0='PYF0UJLUISPVI' where id=3; -update noar ti set b0='PYF0UJLUISPVI' where id=3; -update noar tt set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3; -update noar ti set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3; -update noar tt set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3; -update noar ti set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3; -update noar tt set b0='V3' where id=4; -update noar ti set b0='V3' where id=4; -update noar tt set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4; -update noar ti set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4; -update noar tt set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4; -update noar ti set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4; -update noar tt set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5; -update noar ti set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5; -update noar tt set b1='0RDD50BFQQRDJXD6R' where id=5; -update noar ti set b1='0RDD50BFQQRDJXD6R' where id=5; -update noar tt set b2='S13IBYF6UWKOOGF' where id=5; -update noar ti set b2='S13IBYF6UWKOOGF' where id=5; -update noar tt set b0='A73KY6' where id=6; -update noar ti set b0='A73KY6' where id=6; -update noar tt set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6; -update noar ti set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6; -update noar tt set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6; -update noar ti set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6; -update noar tt set b0='ODHO2TOU5E2' where id=7; -update noar ti set b0='ODHO2TOU5E2' where id=7; -update noar tt set b1='1C49DCZSASYUAFWVQHV0' where id=7; -update noar ti set b1='1C49DCZSASYUAFWVQHV0' where id=7; -update noar tt set b2='EKT76EMAVIM' where id=7; -update noar ti set b2='EKT76EMAVIM' where id=7; -update noar tt set b0='MV1I9WNI2RN3SU5J' where id=8; -update noar ti set b0='MV1I9WNI2RN3SU5J' where id=8; -update noar tt set b1='ZB0BIWVWKPY' where id=8; -update noar ti set b1='ZB0BIWVWKPY' where id=8; -update noar tt set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8; -update noar ti set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8; -update noar tt set b0='EDROEI5PKGT0' where id=9; -update noar ti set b0='EDROEI5PKGT0' where id=9; -update noar tt set b1='68Z9IRV04BRXGYK' where id=9; -update noar ti set b1='68Z9IRV04BRXGYK' where id=9; -update noar tt set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9; -update noar ti set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 text null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J6FCD74UVB5' where id=1; -update noar ti set b0='J6FCD74UVB5' where id=1; -update noar tt set b1='H5WHS10JQM60O9' where id=1; -update noar ti set b1='H5WHS10JQM60O9' where id=1; -update noar tt set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1; -update noar ti set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1; -update noar tt set b0='ZUIYRD' where id=2; -update noar ti set b0='ZUIYRD' where id=2; -update noar tt set b1='L2SB3MFF01' where id=2; -update noar ti set b1='L2SB3MFF01' where id=2; -update noar tt set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2; -update noar ti set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2; -update noar tt set b0='EKT64H605JFTJEE' where id=3; -update noar ti set b0='EKT64H605JFTJEE' where id=3; -update noar tt set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3; -update noar ti set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3; -update noar tt set b2='1JUNHV1O1DHI56M' where id=3; -update noar ti set b2='1JUNHV1O1DHI56M' where id=3; -update noar tt set b0='E48CPX4JO' where id=4; -update noar ti set b0='E48CPX4JO' where id=4; -update noar tt set b1='1J264W' where id=4; -update noar ti set b1='1J264W' where id=4; -update noar tt set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4; -update noar ti set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4; -update noar tt set b0='DMDLFB85GFGXYO56FFFQQ' where id=5; -update noar ti set b0='DMDLFB85GFGXYO56FFFQQ' where id=5; -update noar tt set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5; -update noar ti set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5; -update noar tt set b2='QJ9J7' where id=5; -update noar ti set b2='QJ9J7' where id=5; -update noar tt set b0='1N' where id=6; -update noar ti set b0='1N' where id=6; -update noar tt set b1='ZRDECDH' where id=6; -update noar ti set b1='ZRDECDH' where id=6; -update noar tt set b2='FP0KL0ON9BM273YWP' where id=6; -update noar ti set b2='FP0KL0ON9BM273YWP' where id=6; -update noar tt set b0='LZP10T28A8R' where id=7; -update noar ti set b0='LZP10T28A8R' where id=7; -update noar tt set b1='XH3LBXFYZMBB' where id=7; -update noar ti set b1='XH3LBXFYZMBB' where id=7; -update noar tt set b2='KZB8' where id=7; -update noar ti set b2='KZB8' where id=7; -update noar tt set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8; -update noar ti set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8; -update noar tt set b1='7HKRTCHTFMHN' where id=8; -update noar ti set b1='7HKRTCHTFMHN' where id=8; -update noar tt set b2='LRWG6FPRCJJI0XYD' where id=8; -update noar ti set b2='LRWG6FPRCJJI0XYD' where id=8; -update noar tt set b0='TMC2R9T9J' where id=9; -update noar ti set b0='TMC2R9T9J' where id=9; -update noar tt set b1='CK38ZD95JWM' where id=9; -update noar ti set b1='CK38ZD95JWM' where id=9; -update noar tt set b2='8JCWBVUMYZDFA' where id=9; -update noar ti set b2='8JCWBVUMYZDFA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 text not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1; -update noar ti set b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1; -update noar tt set b1='QWM' where id=1; -update noar ti set b1='QWM' where id=1; -update noar tt set b2='LPJ' where id=1; -update noar ti set b2='LPJ' where id=1; -update noar tt set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2; -update noar ti set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2; -update noar tt set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2; -update noar ti set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2; -update noar tt set b2='P6GIVWFKV4GOJH01UIJK' where id=2; -update noar ti set b2='P6GIVWFKV4GOJH01UIJK' where id=2; -update noar tt set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3; -update noar ti set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3; -update noar tt set b1='2CHULP14F0' where id=3; -update noar ti set b1='2CHULP14F0' where id=3; -update noar tt set b2='2VN4' where id=3; -update noar ti set b2='2VN4' where id=3; -update noar tt set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4; -update noar ti set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4; -update noar tt set b1='QMH04RIB0L1B' where id=4; -update noar ti set b1='QMH04RIB0L1B' where id=4; -update noar tt set b2='JU9MQ' where id=4; -update noar ti set b2='JU9MQ' where id=4; -update noar tt set b0='KOY2CD' where id=5; -update noar ti set b0='KOY2CD' where id=5; -update noar tt set b1='NF' where id=5; -update noar ti set b1='NF' where id=5; -update noar tt set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5; -update noar ti set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5; -update noar tt set b0='QZVQ' where id=6; -update noar ti set b0='QZVQ' where id=6; -update noar tt set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6; -update noar ti set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6; -update noar tt set b2='5QD9IKRLULQ' where id=6; -update noar ti set b2='5QD9IKRLULQ' where id=6; -update noar tt set b0='IVVMK5K6GU1' where id=7; -update noar ti set b0='IVVMK5K6GU1' where id=7; -update noar tt set b1='OR8KI32IW987HBEH4YTP' where id=7; -update noar ti set b1='OR8KI32IW987HBEH4YTP' where id=7; -update noar tt set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7; -update noar ti set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7; -update noar tt set b0='QP83DRFFB1B9SPU68JC' where id=8; -update noar ti set b0='QP83DRFFB1B9SPU68JC' where id=8; -update noar tt set b1='C6VSDYJ7A3928BYS' where id=8; -update noar ti set b1='C6VSDYJ7A3928BYS' where id=8; -update noar tt set b2='Y6A4' where id=8; -update noar ti set b2='Y6A4' where id=8; -update noar tt set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9; -update noar ti set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9; -update noar tt set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9; -update noar ti set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9; -update noar tt set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9; -update noar ti set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 text null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1; -update noar ti set b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1; -update noar tt set b1='7CG' where id=1; -update noar ti set b1='7CG' where id=1; -update noar tt set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1; -update noar ti set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1; -update noar tt set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2; -update noar ti set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2; -update noar tt set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2; -update noar ti set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2; -update noar tt set b2='YZ9TSCBHD904R07GM' where id=2; -update noar ti set b2='YZ9TSCBHD904R07GM' where id=2; -update noar tt set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3; -update noar ti set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3; -update noar tt set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3; -update noar ti set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3; -update noar tt set b2='W8FZZ0N50CZ573683OC77B' where id=3; -update noar ti set b2='W8FZZ0N50CZ573683OC77B' where id=3; -update noar tt set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4; -update noar ti set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4; -update noar tt set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4; -update noar ti set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4; -update noar tt set b2='RTD' where id=4; -update noar ti set b2='RTD' where id=4; -update noar tt set b0='O' where id=5; -update noar ti set b0='O' where id=5; -update noar tt set b1='GZIHJPGN9B' where id=5; -update noar ti set b1='GZIHJPGN9B' where id=5; -update noar tt set b2='5MD2VBPM' where id=5; -update noar ti set b2='5MD2VBPM' where id=5; -update noar tt set b0='KKVFF6E27078NKO2MA4' where id=6; -update noar ti set b0='KKVFF6E27078NKO2MA4' where id=6; -update noar tt set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6; -update noar ti set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6; -update noar tt set b2='A' where id=6; -update noar ti set b2='A' where id=6; -update noar tt set b0='X' where id=7; -update noar ti set b0='X' where id=7; -update noar tt set b1='GG24EDPR' where id=7; -update noar ti set b1='GG24EDPR' where id=7; -update noar tt set b2='NN437ZTIVTN' where id=7; -update noar ti set b2='NN437ZTIVTN' where id=7; -update noar tt set b0='K876776IE07' where id=8; -update noar ti set b0='K876776IE07' where id=8; -update noar tt set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8; -update noar ti set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8; -update noar tt set b2='SUC7B4NVT36O96SX' where id=8; -update noar ti set b2='SUC7B4NVT36O96SX' where id=8; -update noar tt set b0='KVN53LB8RRYZUUR' where id=9; -update noar ti set b0='KVN53LB8RRYZUUR' where id=9; -update noar tt set b1='7QFOZ7' where id=9; -update noar ti set b1='7QFOZ7' where id=9; -update noar tt set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9; -update noar ti set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 text not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='J836QLFGB91' where id=1; -update noar ti set b0='J836QLFGB91' where id=1; -update noar tt set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1; -update noar ti set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1; -update noar tt set b2='2HOCJ' where id=1; -update noar ti set b2='2HOCJ' where id=1; -update noar tt set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2; -update noar ti set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2; -update noar tt set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2; -update noar ti set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2; -update noar tt set b2='B0C4I' where id=2; -update noar ti set b2='B0C4I' where id=2; -update noar tt set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3; -update noar ti set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3; -update noar tt set b1='5ZBZ' where id=3; -update noar ti set b1='5ZBZ' where id=3; -update noar tt set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3; -update noar ti set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3; -update noar tt set b0='QF4N6K' where id=4; -update noar ti set b0='QF4N6K' where id=4; -update noar tt set b1='7JR0SLTGZY8JD2I' where id=4; -update noar ti set b1='7JR0SLTGZY8JD2I' where id=4; -update noar tt set b2='6AR' where id=4; -update noar ti set b2='6AR' where id=4; -update noar tt set b0='NL3RV98YUI46IJZMW33VCHA' where id=5; -update noar ti set b0='NL3RV98YUI46IJZMW33VCHA' where id=5; -update noar tt set b1='E9ZBPZ988HVR' where id=5; -update noar ti set b1='E9ZBPZ988HVR' where id=5; -update noar tt set b2='5JAIYR4H9R49JX3QU' where id=5; -update noar ti set b2='5JAIYR4H9R49JX3QU' where id=5; -update noar tt set b0='DX5XM' where id=6; -update noar ti set b0='DX5XM' where id=6; -update noar tt set b1='M430F56IMR' where id=6; -update noar ti set b1='M430F56IMR' where id=6; -update noar tt set b2='MTYQ51J8NKRRX2' where id=6; -update noar ti set b2='MTYQ51J8NKRRX2' where id=6; -update noar tt set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7; -update noar ti set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7; -update noar tt set b1='X5ORGUCXSLQTO' where id=7; -update noar ti set b1='X5ORGUCXSLQTO' where id=7; -update noar tt set b2='YIXNY' where id=7; -update noar ti set b2='YIXNY' where id=7; -update noar tt set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8; -update noar ti set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8; -update noar tt set b1='Q6DKOT844' where id=8; -update noar ti set b1='Q6DKOT844' where id=8; -update noar tt set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8; -update noar ti set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8; -update noar tt set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9; -update noar ti set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9; -update noar tt set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9; -update noar ti set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9; -update noar tt set b2='LDT2L5CSYWBJSK6' where id=9; -update noar ti set b2='LDT2L5CSYWBJSK6' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 text null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1; -update noar ti set b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1; -update noar tt set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1; -update noar ti set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1; -update noar tt set b2='W5' where id=1; -update noar ti set b2='W5' where id=1; -update noar tt set b0='97WVCGVLTCIGYR' where id=2; -update noar ti set b0='97WVCGVLTCIGYR' where id=2; -update noar tt set b1='S5G' where id=2; -update noar ti set b1='S5G' where id=2; -update noar tt set b2='K1ESXBK3S19ZC2' where id=2; -update noar ti set b2='K1ESXBK3S19ZC2' where id=2; -update noar tt set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3; -update noar ti set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3; -update noar tt set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3; -update noar ti set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3; -update noar tt set b2='5MNX2IZ' where id=3; -update noar ti set b2='5MNX2IZ' where id=3; -update noar tt set b0='PLZB7' where id=4; -update noar ti set b0='PLZB7' where id=4; -update noar tt set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4; -update noar ti set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4; -update noar tt set b2='MIFCZ5FSG29F6A92V' where id=4; -update noar ti set b2='MIFCZ5FSG29F6A92V' where id=4; -update noar tt set b0='T4Z6JRZ8A528NLII5I' where id=5; -update noar ti set b0='T4Z6JRZ8A528NLII5I' where id=5; -update noar tt set b1='XA71' where id=5; -update noar ti set b1='XA71' where id=5; -update noar tt set b2='5CO1SE0TV4F0SCVSD' where id=5; -update noar ti set b2='5CO1SE0TV4F0SCVSD' where id=5; -update noar tt set b0='YKTEE7GXJLN9PB' where id=6; -update noar ti set b0='YKTEE7GXJLN9PB' where id=6; -update noar tt set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6; -update noar ti set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6; -update noar tt set b2='CVCVEAA4' where id=6; -update noar ti set b2='CVCVEAA4' where id=6; -update noar tt set b0='TOJL6M1VYI1' where id=7; -update noar ti set b0='TOJL6M1VYI1' where id=7; -update noar tt set b1='HRW0SQCE4CQE7U' where id=7; -update noar ti set b1='HRW0SQCE4CQE7U' where id=7; -update noar tt set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7; -update noar ti set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7; -update noar tt set b0='TM93JZRXAAWWG7HZY' where id=8; -update noar ti set b0='TM93JZRXAAWWG7HZY' where id=8; -update noar tt set b1='A69J5XKEIFLLT33RW7P8' where id=8; -update noar ti set b1='A69J5XKEIFLLT33RW7P8' where id=8; -update noar tt set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8; -update noar ti set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8; -update noar tt set b0='W65TICZSD1YDI' where id=9; -update noar ti set b0='W65TICZSD1YDI' where id=9; -update noar tt set b1='QIXKROMIO9P' where id=9; -update noar ti set b1='QIXKROMIO9P' where id=9; -update noar tt set b2='Y2' where id=9; -update noar ti set b2='Y2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 text not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IXLQ' where id=1; -update noar ti set b0='IXLQ' where id=1; -update noar tt set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1; -update noar ti set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1; -update noar tt set b2='J5LLXL9C0Z' where id=1; -update noar ti set b2='J5LLXL9C0Z' where id=1; -update noar tt set b0='GN1' where id=2; -update noar ti set b0='GN1' where id=2; -update noar tt set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2; -update noar ti set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2; -update noar tt set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2; -update noar ti set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2; -update noar tt set b0='CHTLDYNLKO070GRYHN5AO' where id=3; -update noar ti set b0='CHTLDYNLKO070GRYHN5AO' where id=3; -update noar tt set b1='T6R74' where id=3; -update noar ti set b1='T6R74' where id=3; -update noar tt set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3; -update noar ti set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3; -update noar tt set b0='F86MITJKWEBY571S4' where id=4; -update noar ti set b0='F86MITJKWEBY571S4' where id=4; -update noar tt set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4; -update noar ti set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4; -update noar tt set b2='PWC' where id=4; -update noar ti set b2='PWC' where id=4; -update noar tt set b0='WPIL3JE320Z' where id=5; -update noar ti set b0='WPIL3JE320Z' where id=5; -update noar tt set b1='DNNVGHQWIHL2VB' where id=5; -update noar ti set b1='DNNVGHQWIHL2VB' where id=5; -update noar tt set b2='1Y1Z' where id=5; -update noar ti set b2='1Y1Z' where id=5; -update noar tt set b0='8I14EXD02CS' where id=6; -update noar ti set b0='8I14EXD02CS' where id=6; -update noar tt set b1='OPCV6ODUMXJ4' where id=6; -update noar ti set b1='OPCV6ODUMXJ4' where id=6; -update noar tt set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6; -update noar ti set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6; -update noar tt set b0='DPBY7XPODUL' where id=7; -update noar ti set b0='DPBY7XPODUL' where id=7; -update noar tt set b1='Y' where id=7; -update noar ti set b1='Y' where id=7; -update noar tt set b2='LJWJWLS3BRN' where id=7; -update noar ti set b2='LJWJWLS3BRN' where id=7; -update noar tt set b0='YKRGG60SV7370054Z10FO' where id=8; -update noar ti set b0='YKRGG60SV7370054Z10FO' where id=8; -update noar tt set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8; -update noar ti set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8; -update noar tt set b2='UQ7N2WEJFIOS3FDP9' where id=8; -update noar ti set b2='UQ7N2WEJFIOS3FDP9' where id=8; -update noar tt set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9; -update noar ti set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9; -update noar tt set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9; -update noar ti set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9; -update noar tt set b2='F8GN2' where id=9; -update noar ti set b2='F8GN2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob null, - b1 text null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W725N51H71T565X5T9X1' where id=1; -update noar ti set b0='W725N51H71T565X5T9X1' where id=1; -update noar tt set b1='HUELY9ZD20MVBVDI' where id=1; -update noar ti set b1='HUELY9ZD20MVBVDI' where id=1; -update noar tt set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1; -update noar ti set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1; -update noar tt set b0='OW' where id=2; -update noar ti set b0='OW' where id=2; -update noar tt set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2; -update noar ti set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2; -update noar tt set b2='P' where id=2; -update noar ti set b2='P' where id=2; -update noar tt set b0='ZQPCWFYWD9W' where id=3; -update noar ti set b0='ZQPCWFYWD9W' where id=3; -update noar tt set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3; -update noar ti set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3; -update noar tt set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3; -update noar ti set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3; -update noar tt set b0='KMR7G47F42Y' where id=4; -update noar ti set b0='KMR7G47F42Y' where id=4; -update noar tt set b1='U291AF6KA' where id=4; -update noar ti set b1='U291AF6KA' where id=4; -update noar tt set b2='UZIA1WNZ7QT4' where id=4; -update noar ti set b2='UZIA1WNZ7QT4' where id=4; -update noar tt set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5; -update noar ti set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5; -update noar tt set b1='UW9F7U' where id=5; -update noar ti set b1='UW9F7U' where id=5; -update noar tt set b2='K1IIRFTCWD7MB4X7' where id=5; -update noar ti set b2='K1IIRFTCWD7MB4X7' where id=5; -update noar tt set b0='2MN2UKF6N5SZWRU7' where id=6; -update noar ti set b0='2MN2UKF6N5SZWRU7' where id=6; -update noar tt set b1='233OZPX30ZW3284HGVODFHT' where id=6; -update noar ti set b1='233OZPX30ZW3284HGVODFHT' where id=6; -update noar tt set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6; -update noar ti set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6; -update noar tt set b0='90TJKR5AUJIB740YG5' where id=7; -update noar ti set b0='90TJKR5AUJIB740YG5' where id=7; -update noar tt set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7; -update noar ti set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7; -update noar tt set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7; -update noar ti set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7; -update noar tt set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' where id=8; -update noar ti set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set b2='BM7SW4MQ8YTUU4X4WTH' where id=8; -update noar ti set b2='BM7SW4MQ8YTUU4X4WTH' where id=8; -update noar tt set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9; -update noar ti set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9; -update noar tt set b1='A8BPZX77AZQO' where id=9; -update noar ti set b1='A8BPZX77AZQO' where id=9; -update noar tt set b2='N' where id=9; -update noar ti set b2='N' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 longblob not null, - b1 text not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S2FIIC4M2KV' where id=1; -update noar ti set b0='S2FIIC4M2KV' where id=1; -update noar tt set b1='YQSR' where id=1; -update noar ti set b1='YQSR' where id=1; -update noar tt set b2='FZC5TKJVBMB1WW7L' where id=1; -update noar ti set b2='FZC5TKJVBMB1WW7L' where id=1; -update noar tt set b0='7B1L17ADXH' where id=2; -update noar ti set b0='7B1L17ADXH' where id=2; -update noar tt set b1='NCRLGJ0HPRNA9FCM3' where id=2; -update noar ti set b1='NCRLGJ0HPRNA9FCM3' where id=2; -update noar tt set b2='HKBJCG1I2W4BLOV9' where id=2; -update noar ti set b2='HKBJCG1I2W4BLOV9' where id=2; -update noar tt set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3; -update noar ti set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3; -update noar tt set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3; -update noar ti set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3; -update noar tt set b2='DSPMVAY35RJLC8727' where id=3; -update noar ti set b2='DSPMVAY35RJLC8727' where id=3; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set b1='M4YT2XF6B3' where id=4; -update noar ti set b1='M4YT2XF6B3' where id=4; -update noar tt set b2='LHB' where id=4; -update noar ti set b2='LHB' where id=4; -update noar tt set b0='6NUWYOVU7XBGL56IS' where id=5; -update noar ti set b0='6NUWYOVU7XBGL56IS' where id=5; -update noar tt set b1='WPU226NBPDPFHKPUZOASR4B' where id=5; -update noar ti set b1='WPU226NBPDPFHKPUZOASR4B' where id=5; -update noar tt set b2='F767Y2X1Z3U' where id=5; -update noar ti set b2='F767Y2X1Z3U' where id=5; -update noar tt set b0='LKIIMW3J090F6O3SMNQ3M' where id=6; -update noar ti set b0='LKIIMW3J090F6O3SMNQ3M' where id=6; -update noar tt set b1='N' where id=6; -update noar ti set b1='N' where id=6; -update noar tt set b2='6TZ6PIQ4VV2T' where id=6; -update noar ti set b2='6TZ6PIQ4VV2T' where id=6; -update noar tt set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7; -update noar ti set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7; -update noar tt set b1='7S54PCK5URKOHY6PVO5K' where id=7; -update noar ti set b1='7S54PCK5URKOHY6PVO5K' where id=7; -update noar tt set b2='NOYD7G7I' where id=7; -update noar ti set b2='NOYD7G7I' where id=7; -update noar tt set b0='IDE4A5' where id=8; -update noar ti set b0='IDE4A5' where id=8; -update noar tt set b1='0WZ0JADT8' where id=8; -update noar ti set b1='0WZ0JADT8' where id=8; -update noar tt set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8; -update noar ti set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8; -update noar tt set b0='BF39NXSJIP8OLCVGBN00' where id=9; -update noar ti set b0='BF39NXSJIP8OLCVGBN00' where id=9; -update noar tt set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9; -update noar ti set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9; -update noar tt set b2='0JBCQDQWFGODF' where id=9; -update noar ti set b2='0JBCQDQWFGODF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1; -update noar ti set b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1; -update noar tt set b1='0B7HZ582I1M0U6KM7D' where id=1; -update noar ti set b1='0B7HZ582I1M0U6KM7D' where id=1; -update noar tt set b2='2308KMB641OE' where id=1; -update noar ti set b2='2308KMB641OE' where id=1; -update noar tt set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2; -update noar ti set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2; -update noar tt set b1='X4NJAT8JN8L4B0BB' where id=2; -update noar ti set b1='X4NJAT8JN8L4B0BB' where id=2; -update noar tt set b2='K' where id=2; -update noar ti set b2='K' where id=2; -update noar tt set b0='ZWCR50LDMJ0' where id=3; -update noar ti set b0='ZWCR50LDMJ0' where id=3; -update noar tt set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3; -update noar ti set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3; -update noar tt set b2='W' where id=3; -update noar ti set b2='W' where id=3; -update noar tt set b0='PPQMNYBOOH69' where id=4; -update noar ti set b0='PPQMNYBOOH69' where id=4; -update noar tt set b1='Z7ZZTK8473T0T76Y0TF27' where id=4; -update noar ti set b1='Z7ZZTK8473T0T76Y0TF27' where id=4; -update noar tt set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4; -update noar ti set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4; -update noar tt set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5; -update noar ti set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5; -update noar tt set b1='BXM5OQMOV2H3T31NMV02Y' where id=5; -update noar ti set b1='BXM5OQMOV2H3T31NMV02Y' where id=5; -update noar tt set b2='3AEF5NH2KER56WAGNAQ' where id=5; -update noar ti set b2='3AEF5NH2KER56WAGNAQ' where id=5; -update noar tt set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6; -update noar ti set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6; -update noar tt set b1='MRUR5S6ZXDBMA' where id=6; -update noar ti set b1='MRUR5S6ZXDBMA' where id=6; -update noar tt set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6; -update noar ti set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6; -update noar tt set b0='I5GYSX' where id=7; -update noar ti set b0='I5GYSX' where id=7; -update noar tt set b1='RL' where id=7; -update noar ti set b1='RL' where id=7; -update noar tt set b2='C9DV9LB2YGHVDDQBUIEF' where id=7; -update noar ti set b2='C9DV9LB2YGHVDDQBUIEF' where id=7; -update noar tt set b0='7Q' where id=8; -update noar ti set b0='7Q' where id=8; -update noar tt set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8; -update noar ti set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8; -update noar tt set b2='9FFX6765EPY7' where id=8; -update noar ti set b2='9FFX6765EPY7' where id=8; -update noar tt set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9; -update noar ti set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9; -update noar tt set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9; -update noar ti set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9; -update noar tt set b2='EE6K02P5AB' where id=9; -update noar ti set b2='EE6K02P5AB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W' where id=1; -update noar ti set b0='W' where id=1; -update noar tt set b1='LMTP0HBUV' where id=1; -update noar ti set b1='LMTP0HBUV' where id=1; -update noar tt set b2='HSVVBHU73SE6IWY621FX' where id=1; -update noar ti set b2='HSVVBHU73SE6IWY621FX' where id=1; -update noar tt set b0='N4CSLN' where id=2; -update noar ti set b0='N4CSLN' where id=2; -update noar tt set b1='UJABUUEUV18WB' where id=2; -update noar ti set b1='UJABUUEUV18WB' where id=2; -update noar tt set b2='V48QOLP0DP7QZDZSW4QCE' where id=2; -update noar ti set b2='V48QOLP0DP7QZDZSW4QCE' where id=2; -update noar tt set b0='9TZTJNYHJ3' where id=3; -update noar ti set b0='9TZTJNYHJ3' where id=3; -update noar tt set b1='6XH9OPDVC' where id=3; -update noar ti set b1='6XH9OPDVC' where id=3; -update noar tt set b2='HCOUDQ' where id=3; -update noar ti set b2='HCOUDQ' where id=3; -update noar tt set b0='99PQGD56BU7FHQGWOYJC' where id=4; -update noar ti set b0='99PQGD56BU7FHQGWOYJC' where id=4; -update noar tt set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4; -update noar ti set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4; -update noar tt set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4; -update noar ti set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4; -update noar tt set b0='V9EFS' where id=5; -update noar ti set b0='V9EFS' where id=5; -update noar tt set b1='BFJ3' where id=5; -update noar ti set b1='BFJ3' where id=5; -update noar tt set b2='OXPR9QS654' where id=5; -update noar ti set b2='OXPR9QS654' where id=5; -update noar tt set b0='806K' where id=6; -update noar ti set b0='806K' where id=6; -update noar tt set b1='7K94TPJ741TEI' where id=6; -update noar ti set b1='7K94TPJ741TEI' where id=6; -update noar tt set b2='3JN63UR0DNOXZPP683742HJ' where id=6; -update noar ti set b2='3JN63UR0DNOXZPP683742HJ' where id=6; -update noar tt set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7; -update noar ti set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7; -update noar tt set b1='DWG0ADX0ZJQORJL' where id=7; -update noar ti set b1='DWG0ADX0ZJQORJL' where id=7; -update noar tt set b2='CA4ITK2UZFGKJMM01FZ' where id=7; -update noar ti set b2='CA4ITK2UZFGKJMM01FZ' where id=7; -update noar tt set b0='30ARYOKSVNFNJNL' where id=8; -update noar ti set b0='30ARYOKSVNFNJNL' where id=8; -update noar tt set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8; -update noar ti set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8; -update noar tt set b2='I2INHN7R09XBX' where id=8; -update noar ti set b2='I2INHN7R09XBX' where id=8; -update noar tt set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9; -update noar ti set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9; -update noar tt set b1='LA5ILHAA31QU2ZFYL' where id=9; -update noar ti set b1='LA5ILHAA31QU2ZFYL' where id=9; -update noar tt set b2='SPZD17HVKKU' where id=9; -update noar ti set b2='SPZD17HVKKU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1; -update noar ti set b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1; -update noar tt set b1='Y876W40Z5VYB2GDI9BV' where id=1; -update noar ti set b1='Y876W40Z5VYB2GDI9BV' where id=1; -update noar tt set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1; -update noar ti set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1; -update noar tt set b0='FI1Z0OS5D8U1D4SSCL' where id=2; -update noar ti set b0='FI1Z0OS5D8U1D4SSCL' where id=2; -update noar tt set b1='HXVYGU' where id=2; -update noar ti set b1='HXVYGU' where id=2; -update noar tt set b2='ZKCU' where id=2; -update noar ti set b2='ZKCU' where id=2; -update noar tt set b0='QUPNV94G' where id=3; -update noar ti set b0='QUPNV94G' where id=3; -update noar tt set b1='4SO1QP7AW08GCUPQ' where id=3; -update noar ti set b1='4SO1QP7AW08GCUPQ' where id=3; -update noar tt set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3; -update noar ti set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3; -update noar tt set b0='V9' where id=4; -update noar ti set b0='V9' where id=4; -update noar tt set b1='FAWA8YRHOX2I63H6EF93' where id=4; -update noar ti set b1='FAWA8YRHOX2I63H6EF93' where id=4; -update noar tt set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4; -update noar ti set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4; -update noar tt set b0='NYMONSDQ4MQ' where id=5; -update noar ti set b0='NYMONSDQ4MQ' where id=5; -update noar tt set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5; -update noar ti set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5; -update noar tt set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5; -update noar ti set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5; -update noar tt set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6; -update noar ti set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6; -update noar tt set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6; -update noar ti set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6; -update noar tt set b2='M9MN72C' where id=6; -update noar ti set b2='M9MN72C' where id=6; -update noar tt set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7; -update noar ti set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7; -update noar tt set b1='XFZ' where id=7; -update noar ti set b1='XFZ' where id=7; -update noar tt set b2='XH5' where id=7; -update noar ti set b2='XH5' where id=7; -update noar tt set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8; -update noar ti set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8; -update noar tt set b1='0V0W2UYBT' where id=8; -update noar ti set b1='0V0W2UYBT' where id=8; -update noar tt set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8; -update noar ti set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8; -update noar tt set b0='873B3' where id=9; -update noar ti set b0='873B3' where id=9; -update noar tt set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9; -update noar ti set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9; -update noar tt set b2='JI969NWTEN1RZ8BUTPZTK' where id=9; -update noar ti set b2='JI969NWTEN1RZ8BUTPZTK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1; -update noar ti set b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1; -update noar tt set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1; -update noar ti set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1; -update noar tt set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1; -update noar ti set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1; -update noar tt set b0='7MI8UGUB6D9CM' where id=2; -update noar ti set b0='7MI8UGUB6D9CM' where id=2; -update noar tt set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2; -update noar ti set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2; -update noar tt set b2='KJWDCTGKH' where id=2; -update noar ti set b2='KJWDCTGKH' where id=2; -update noar tt set b0='SRLFGXFU' where id=3; -update noar ti set b0='SRLFGXFU' where id=3; -update noar tt set b1='NRAXYY33FI76750' where id=3; -update noar ti set b1='NRAXYY33FI76750' where id=3; -update noar tt set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3; -update noar ti set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3; -update noar tt set b0='1' where id=4; -update noar ti set b0='1' where id=4; -update noar tt set b1='7OPKY500TN6QA5LIVTE608C' where id=4; -update noar ti set b1='7OPKY500TN6QA5LIVTE608C' where id=4; -update noar tt set b2='N1TP86ODBIETCM4A6KH' where id=4; -update noar ti set b2='N1TP86ODBIETCM4A6KH' where id=4; -update noar tt set b0='91TQYZYM7GJLU99Q' where id=5; -update noar ti set b0='91TQYZYM7GJLU99Q' where id=5; -update noar tt set b1='HJIC7GF' where id=5; -update noar ti set b1='HJIC7GF' where id=5; -update noar tt set b2='DUT1H546UGUP0' where id=5; -update noar ti set b2='DUT1H546UGUP0' where id=5; -update noar tt set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6; -update noar ti set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6; -update noar tt set b1='Y5GX9NCQ2MH03' where id=6; -update noar ti set b1='Y5GX9NCQ2MH03' where id=6; -update noar tt set b2='3Y6G0GLO' where id=6; -update noar ti set b2='3Y6G0GLO' where id=6; -update noar tt set b0='COVBM' where id=7; -update noar ti set b0='COVBM' where id=7; -update noar tt set b1='VSRX00E6' where id=7; -update noar ti set b1='VSRX00E6' where id=7; -update noar tt set b2='IYNB6AJG90M6HI' where id=7; -update noar ti set b2='IYNB6AJG90M6HI' where id=7; -update noar tt set b0='UQK1HUF1EM04BEV4HA27' where id=8; -update noar ti set b0='UQK1HUF1EM04BEV4HA27' where id=8; -update noar tt set b1='UMPI' where id=8; -update noar ti set b1='UMPI' where id=8; -update noar tt set b2='BETVTQP5FSD6Q79XM' where id=8; -update noar ti set b2='BETVTQP5FSD6Q79XM' where id=8; -update noar tt set b0='6JZAY3R6UU5O3H' where id=9; -update noar ti set b0='6JZAY3R6UU5O3H' where id=9; -update noar tt set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9; -update noar ti set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9; -update noar tt set b2='W82SEP' where id=9; -update noar ti set b2='W82SEP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='R2BWLS' where id=1; -update noar ti set b0='R2BWLS' where id=1; -update noar tt set b1='ZDF9RS0NKL2GN0WG03BX' where id=1; -update noar ti set b1='ZDF9RS0NKL2GN0WG03BX' where id=1; -update noar tt set b2='OAI' where id=1; -update noar ti set b2='OAI' where id=1; -update noar tt set b0='1646ESR6RAL2PLJQHBFPG' where id=2; -update noar ti set b0='1646ESR6RAL2PLJQHBFPG' where id=2; -update noar tt set b1='3AZX293T2' where id=2; -update noar ti set b1='3AZX293T2' where id=2; -update noar tt set b2='L3AIYOZLK5' where id=2; -update noar ti set b2='L3AIYOZLK5' where id=2; -update noar tt set b0='S' where id=3; -update noar ti set b0='S' where id=3; -update noar tt set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3; -update noar ti set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3; -update noar tt set b2='9E' where id=3; -update noar ti set b2='9E' where id=3; -update noar tt set b0='7CIX6DFZ4P' where id=4; -update noar ti set b0='7CIX6DFZ4P' where id=4; -update noar tt set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4; -update noar ti set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4; -update noar tt set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4; -update noar ti set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4; -update noar tt set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5; -update noar ti set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5; -update noar tt set b1='UI' where id=5; -update noar ti set b1='UI' where id=5; -update noar tt set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5; -update noar ti set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5; -update noar tt set b0='J' where id=6; -update noar ti set b0='J' where id=6; -update noar tt set b1='QO9F2ZTHGUQS7ZV' where id=6; -update noar ti set b1='QO9F2ZTHGUQS7ZV' where id=6; -update noar tt set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6; -update noar ti set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6; -update noar tt set b0='6L5M21FO7GRRK1BGWQ' where id=7; -update noar ti set b0='6L5M21FO7GRRK1BGWQ' where id=7; -update noar tt set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7; -update noar ti set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7; -update noar tt set b2='PLKQZJOBU75APK3UK5GUU' where id=7; -update noar ti set b2='PLKQZJOBU75APK3UK5GUU' where id=7; -update noar tt set b0='Q01INRM3YFONS4OMY8AT84' where id=8; -update noar ti set b0='Q01INRM3YFONS4OMY8AT84' where id=8; -update noar tt set b1='YDLY7AEMS' where id=8; -update noar ti set b1='YDLY7AEMS' where id=8; -update noar tt set b2='JDMIJAFT0' where id=8; -update noar ti set b2='JDMIJAFT0' where id=8; -update noar tt set b0='LYMGXEHWIPSU0' where id=9; -update noar ti set b0='LYMGXEHWIPSU0' where id=9; -update noar tt set b1='NSVKLSVLJNGDU' where id=9; -update noar ti set b1='NSVKLSVLJNGDU' where id=9; -update noar tt set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9; -update noar ti set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KZLVWSLYP' where id=1; -update noar ti set b0='KZLVWSLYP' where id=1; -update noar tt set b1='PRIGWZX2' where id=1; -update noar ti set b1='PRIGWZX2' where id=1; -update noar tt set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1; -update noar ti set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1; -update noar tt set b0='BR2ZBJSWSOBQ' where id=2; -update noar ti set b0='BR2ZBJSWSOBQ' where id=2; -update noar tt set b1='LNQ85NN3W0' where id=2; -update noar ti set b1='LNQ85NN3W0' where id=2; -update noar tt set b2='E' where id=2; -update noar ti set b2='E' where id=2; -update noar tt set b0='3NHG5H' where id=3; -update noar ti set b0='3NHG5H' where id=3; -update noar tt set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3; -update noar ti set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3; -update noar tt set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3; -update noar ti set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3; -update noar tt set b0='AKFH' where id=4; -update noar ti set b0='AKFH' where id=4; -update noar tt set b1='MJ6KLHS7Z' where id=4; -update noar ti set b1='MJ6KLHS7Z' where id=4; -update noar tt set b2='JUBQVRKCG' where id=4; -update noar ti set b2='JUBQVRKCG' where id=4; -update noar tt set b0='FKMRKIMU' where id=5; -update noar ti set b0='FKMRKIMU' where id=5; -update noar tt set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5; -update noar ti set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5; -update noar tt set b2='CM1SWIRPXU5' where id=5; -update noar ti set b2='CM1SWIRPXU5' where id=5; -update noar tt set b0='M5PCMRB' where id=6; -update noar ti set b0='M5PCMRB' where id=6; -update noar tt set b1='FBURUI3K4GA0FVDWT' where id=6; -update noar ti set b1='FBURUI3K4GA0FVDWT' where id=6; -update noar tt set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6; -update noar ti set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6; -update noar tt set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7; -update noar ti set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7; -update noar tt set b1='HX7U13QFVN' where id=7; -update noar ti set b1='HX7U13QFVN' where id=7; -update noar tt set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7; -update noar ti set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7; -update noar tt set b0='861WKMVZYTDRCL218STCI5Q37TG' where id=8; -update noar ti set b0='861WKMVZYTDRCL218STCI5Q37TG' where id=8; -update noar tt set b1='G' where id=8; -update noar ti set b1='G' where id=8; -update noar tt set b2='28J7TPGOZY1L2H5NI4BXO' where id=8; -update noar ti set b2='28J7TPGOZY1L2H5NI4BXO' where id=8; -update noar tt set b0='9WU9K6AVXMHLHE' where id=9; -update noar ti set b0='9WU9K6AVXMHLHE' where id=9; -update noar tt set b1='V6W2F0RW2OI6' where id=9; -update noar ti set b1='V6W2F0RW2OI6' where id=9; -update noar tt set b2='TO6RY9SO8EUZG' where id=9; -update noar ti set b2='TO6RY9SO8EUZG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P026RGI7' where id=1; -update noar ti set b0='P026RGI7' where id=1; -update noar tt set b1='HMB9' where id=1; -update noar ti set b1='HMB9' where id=1; -update noar tt set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1; -update noar ti set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1; -update noar tt set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2; -update noar ti set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2; -update noar tt set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2; -update noar ti set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2; -update noar tt set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2; -update noar ti set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2; -update noar tt set b0='7WT8QY6JHLN4PL' where id=3; -update noar ti set b0='7WT8QY6JHLN4PL' where id=3; -update noar tt set b1='ESYH9FOXUA' where id=3; -update noar ti set b1='ESYH9FOXUA' where id=3; -update noar tt set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3; -update noar ti set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3; -update noar tt set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4; -update noar ti set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4; -update noar tt set b1='5NBGCT6QI8I' where id=4; -update noar ti set b1='5NBGCT6QI8I' where id=4; -update noar tt set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4; -update noar ti set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4; -update noar tt set b0='AX5IKUQ7814AJMG8VJTY' where id=5; -update noar ti set b0='AX5IKUQ7814AJMG8VJTY' where id=5; -update noar tt set b1='0HRT' where id=5; -update noar ti set b1='0HRT' where id=5; -update noar tt set b2='JI0LRN' where id=5; -update noar ti set b2='JI0LRN' where id=5; -update noar tt set b0='ZLLRV' where id=6; -update noar ti set b0='ZLLRV' where id=6; -update noar tt set b1='AZO0WPETD1IEU2W0E' where id=6; -update noar ti set b1='AZO0WPETD1IEU2W0E' where id=6; -update noar tt set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6; -update noar ti set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6; -update noar tt set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7; -update noar ti set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7; -update noar tt set b1='N6FO' where id=7; -update noar ti set b1='N6FO' where id=7; -update noar tt set b2='YLLY98BWGIO81FAP6' where id=7; -update noar ti set b2='YLLY98BWGIO81FAP6' where id=7; -update noar tt set b0='18AF2WKP4MMXGCOWAL4' where id=8; -update noar ti set b0='18AF2WKP4MMXGCOWAL4' where id=8; -update noar tt set b1='5KVYXVMIUE8KC05A4JJY' where id=8; -update noar ti set b1='5KVYXVMIUE8KC05A4JJY' where id=8; -update noar tt set b2='C6X19L' where id=8; -update noar ti set b2='C6X19L' where id=8; -update noar tt set b0='U9B' where id=9; -update noar ti set b0='U9B' where id=9; -update noar tt set b1='P03ERPU' where id=9; -update noar ti set b1='P03ERPU' where id=9; -update noar tt set b2='2K926FRYLL80CNFU7V' where id=9; -update noar ti set b2='2K926FRYLL80CNFU7V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LDZQ62' where id=1; -update noar ti set b0='LDZQ62' where id=1; -update noar tt set b1='TSHQCJAKBWKNSP' where id=1; -update noar ti set b1='TSHQCJAKBWKNSP' where id=1; -update noar tt set b2='V925Z2RR' where id=1; -update noar ti set b2='V925Z2RR' where id=1; -update noar tt set b0='8TA2EGNM082' where id=2; -update noar ti set b0='8TA2EGNM082' where id=2; -update noar tt set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2; -update noar ti set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2; -update noar tt set b2='NY0MFA6FH8UA' where id=2; -update noar ti set b2='NY0MFA6FH8UA' where id=2; -update noar tt set b0='9J0NTMDNSGDPJGRF' where id=3; -update noar ti set b0='9J0NTMDNSGDPJGRF' where id=3; -update noar tt set b1='GXXXJPHPV0JUJMP' where id=3; -update noar ti set b1='GXXXJPHPV0JUJMP' where id=3; -update noar tt set b2='01YM61LJ38X6' where id=3; -update noar ti set b2='01YM61LJ38X6' where id=3; -update noar tt set b0='N' where id=4; -update noar ti set b0='N' where id=4; -update noar tt set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4; -update noar ti set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4; -update noar tt set b2='TB5J' where id=4; -update noar ti set b2='TB5J' where id=4; -update noar tt set b0='A' where id=5; -update noar ti set b0='A' where id=5; -update noar tt set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5; -update noar ti set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5; -update noar tt set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5; -update noar ti set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5; -update noar tt set b0='ZTMC5C5Y67ZTOZHY' where id=6; -update noar ti set b0='ZTMC5C5Y67ZTOZHY' where id=6; -update noar tt set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6; -update noar ti set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6; -update noar tt set b2='VMHDCJ1J' where id=6; -update noar ti set b2='VMHDCJ1J' where id=6; -update noar tt set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7; -update noar ti set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7; -update noar tt set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7; -update noar ti set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7; -update noar tt set b2='EJ59VT5YXEEAM6BO86W6T' where id=7; -update noar ti set b2='EJ59VT5YXEEAM6BO86W6T' where id=7; -update noar tt set b0='U' where id=8; -update noar ti set b0='U' where id=8; -update noar tt set b1='78YUR0Q3D3K9U' where id=8; -update noar ti set b1='78YUR0Q3D3K9U' where id=8; -update noar tt set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8; -update noar ti set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8; -update noar tt set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9; -update noar ti set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9; -update noar tt set b1='WEXY9Y' where id=9; -update noar ti set b1='WEXY9Y' where id=9; -update noar tt set b2='J5RTQE5QAS' where id=9; -update noar ti set b2='J5RTQE5QAS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 tinyblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='5C19WLU0CCGOFGGXQFW' where id=1; -update noar ti set b0='5C19WLU0CCGOFGGXQFW' where id=1; -update noar tt set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1; -update noar ti set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1; -update noar tt set b2='OFEOC45Q7USIYH5GLN6Q' where id=1; -update noar ti set b2='OFEOC45Q7USIYH5GLN6Q' where id=1; -update noar tt set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2; -update noar ti set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2; -update noar tt set b1='J4EJLSR2' where id=2; -update noar ti set b1='J4EJLSR2' where id=2; -update noar tt set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2; -update noar ti set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2; -update noar tt set b0='SGZVUKASDZQJTYFSL0XOE' where id=3; -update noar ti set b0='SGZVUKASDZQJTYFSL0XOE' where id=3; -update noar tt set b1='BFOB7FKIUVCB' where id=3; -update noar ti set b1='BFOB7FKIUVCB' where id=3; -update noar tt set b2='CTZDNML' where id=3; -update noar ti set b2='CTZDNML' where id=3; -update noar tt set b0='VFC8ZT5EFNA91HDN0ME2' where id=4; -update noar ti set b0='VFC8ZT5EFNA91HDN0ME2' where id=4; -update noar tt set b1='9HYIJD02YJC0TT5A' where id=4; -update noar ti set b1='9HYIJD02YJC0TT5A' where id=4; -update noar tt set b2='BGGBA3B6IK' where id=4; -update noar ti set b2='BGGBA3B6IK' where id=4; -update noar tt set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5; -update noar ti set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5; -update noar tt set b1='QR0QXSBRJDS5YDQ' where id=5; -update noar ti set b1='QR0QXSBRJDS5YDQ' where id=5; -update noar tt set b2='P1X' where id=5; -update noar ti set b2='P1X' where id=5; -update noar tt set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6; -update noar ti set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6; -update noar tt set b1='UQMAPQ3INLUX85L4RS2H' where id=6; -update noar ti set b1='UQMAPQ3INLUX85L4RS2H' where id=6; -update noar tt set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6; -update noar ti set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6; -update noar tt set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7; -update noar ti set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7; -update noar tt set b1='E9WE4QJ4' where id=7; -update noar ti set b1='E9WE4QJ4' where id=7; -update noar tt set b2='VM71160W2HBBWXQO735I' where id=7; -update noar ti set b2='VM71160W2HBBWXQO735I' where id=7; -update noar tt set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8; -update noar ti set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8; -update noar tt set b1='EKDSPE0BMY' where id=8; -update noar ti set b1='EKDSPE0BMY' where id=8; -update noar tt set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8; -update noar ti set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8; -update noar tt set b0='2JT6TY' where id=9; -update noar ti set b0='2JT6TY' where id=9; -update noar tt set b1='SZTYLSBW7VQ' where id=9; -update noar ti set b1='SZTYLSBW7VQ' where id=9; -update noar tt set b2='87' where id=9; -update noar ti set b2='87' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 tinyblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='IUUKUIZIUNFRBJA1' where id=1; -update noar ti set b0='IUUKUIZIUNFRBJA1' where id=1; -update noar tt set b1='I7VEUQV1I2I3SIK1D3R0' where id=1; -update noar ti set b1='I7VEUQV1I2I3SIK1D3R0' where id=1; -update noar tt set b2='RLD962Z' where id=1; -update noar ti set b2='RLD962Z' where id=1; -update noar tt set b0='GIDBPR6XSWNT2P54' where id=2; -update noar ti set b0='GIDBPR6XSWNT2P54' where id=2; -update noar tt set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2; -update noar ti set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2; -update noar tt set b2='1J9DP0GVU3FZY' where id=2; -update noar ti set b2='1J9DP0GVU3FZY' where id=2; -update noar tt set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3; -update noar ti set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3; -update noar tt set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3; -update noar ti set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3; -update noar tt set b2='MJNMPY1T' where id=3; -update noar ti set b2='MJNMPY1T' where id=3; -update noar tt set b0='95OKX9T8U40BF' where id=4; -update noar ti set b0='95OKX9T8U40BF' where id=4; -update noar tt set b1='MUU1NMS69K' where id=4; -update noar ti set b1='MUU1NMS69K' where id=4; -update noar tt set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4; -update noar ti set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4; -update noar tt set b0='ECAFMVP' where id=5; -update noar ti set b0='ECAFMVP' where id=5; -update noar tt set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5; -update noar ti set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5; -update noar tt set b2='76E5XR398OY1ZRR5M4O5' where id=5; -update noar ti set b2='76E5XR398OY1ZRR5M4O5' where id=5; -update noar tt set b0='5MACI4J4S8MISFHETAA8F' where id=6; -update noar ti set b0='5MACI4J4S8MISFHETAA8F' where id=6; -update noar tt set b1='YB136' where id=6; -update noar ti set b1='YB136' where id=6; -update noar tt set b2='46' where id=6; -update noar ti set b2='46' where id=6; -update noar tt set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7; -update noar ti set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7; -update noar tt set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7; -update noar ti set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7; -update noar tt set b2='Q3I5RKQOAJN' where id=7; -update noar ti set b2='Q3I5RKQOAJN' where id=7; -update noar tt set b0='JVD6Y3GRUG' where id=8; -update noar ti set b0='JVD6Y3GRUG' where id=8; -update noar tt set b1='1QJ4SAN6Q' where id=8; -update noar ti set b1='1QJ4SAN6Q' where id=8; -update noar tt set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8; -update noar ti set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8; -update noar tt set b0='XFPY1Y0USG87O18SAACSQ' where id=9; -update noar ti set b0='XFPY1Y0USG87O18SAACSQ' where id=9; -update noar tt set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9; -update noar ti set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9; -update noar tt set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9; -update noar ti set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1; -update noar ti set b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1; -update noar tt set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1; -update noar ti set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1; -update noar tt set b2='BWE' where id=1; -update noar ti set b2='BWE' where id=1; -update noar tt set b0='70RQS' where id=2; -update noar ti set b0='70RQS' where id=2; -update noar tt set b1='959F09ZP' where id=2; -update noar ti set b1='959F09ZP' where id=2; -update noar tt set b2='LUJ8FWF3JKHTX' where id=2; -update noar ti set b2='LUJ8FWF3JKHTX' where id=2; -update noar tt set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3; -update noar ti set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3; -update noar tt set b1='VHXCSQXP765CQE0X9W2D' where id=3; -update noar ti set b1='VHXCSQXP765CQE0X9W2D' where id=3; -update noar tt set b2='VV' where id=3; -update noar ti set b2='VV' where id=3; -update noar tt set b0='UMN6WVI' where id=4; -update noar ti set b0='UMN6WVI' where id=4; -update noar tt set b1='VSCSC' where id=4; -update noar ti set b1='VSCSC' where id=4; -update noar tt set b2='QQILSU15ZC13OFR' where id=4; -update noar ti set b2='QQILSU15ZC13OFR' where id=4; -update noar tt set b0='3TFOOURBK' where id=5; -update noar ti set b0='3TFOOURBK' where id=5; -update noar tt set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5; -update noar ti set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5; -update noar tt set b2='4QE0RQ' where id=5; -update noar ti set b2='4QE0RQ' where id=5; -update noar tt set b0='JWDMXPXGJZH5V6I6DG9N' where id=6; -update noar ti set b0='JWDMXPXGJZH5V6I6DG9N' where id=6; -update noar tt set b1='7P3JUWPHCRI8AYNVR6' where id=6; -update noar ti set b1='7P3JUWPHCRI8AYNVR6' where id=6; -update noar tt set b2='3NUA5984ZRUPB4GF' where id=6; -update noar ti set b2='3NUA5984ZRUPB4GF' where id=6; -update noar tt set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7; -update noar ti set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7; -update noar tt set b1='76IHAPI4OJVP' where id=7; -update noar ti set b1='76IHAPI4OJVP' where id=7; -update noar tt set b2='RV0GX0ET1ESQ9LD' where id=7; -update noar ti set b2='RV0GX0ET1ESQ9LD' where id=7; -update noar tt set b0='M725JA0F' where id=8; -update noar ti set b0='M725JA0F' where id=8; -update noar tt set b1='DGNJ34BNQV3ZRFVYQD' where id=8; -update noar ti set b1='DGNJ34BNQV3ZRFVYQD' where id=8; -update noar tt set b2='EXSXZ3T3' where id=8; -update noar ti set b2='EXSXZ3T3' where id=8; -update noar tt set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9; -update noar ti set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9; -update noar tt set b1='XF' where id=9; -update noar ti set b1='XF' where id=9; -update noar tt set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9; -update noar ti set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CVK0WBAQCY9D0VNT' where id=1; -update noar ti set b0='CVK0WBAQCY9D0VNT' where id=1; -update noar tt set b1='1GNE' where id=1; -update noar ti set b1='1GNE' where id=1; -update noar tt set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1; -update noar ti set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1; -update noar tt set b0='N7C0NKZFYQTI4DVBAWDS' where id=2; -update noar ti set b0='N7C0NKZFYQTI4DVBAWDS' where id=2; -update noar tt set b1='V8M4JV7Z91G9FM' where id=2; -update noar ti set b1='V8M4JV7Z91G9FM' where id=2; -update noar tt set b2='OC1KN7W3GZTGU8H5O' where id=2; -update noar ti set b2='OC1KN7W3GZTGU8H5O' where id=2; -update noar tt set b0='RA4XEY38I' where id=3; -update noar ti set b0='RA4XEY38I' where id=3; -update noar tt set b1='4067UUNNJ2Z1OMDG902WZ' where id=3; -update noar ti set b1='4067UUNNJ2Z1OMDG902WZ' where id=3; -update noar tt set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3; -update noar ti set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3; -update noar tt set b0='MKXU68RGV2JFUBLAFKW' where id=4; -update noar ti set b0='MKXU68RGV2JFUBLAFKW' where id=4; -update noar tt set b1='WY' where id=4; -update noar ti set b1='WY' where id=4; -update noar tt set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4; -update noar ti set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4; -update noar tt set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5; -update noar ti set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5; -update noar tt set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5; -update noar ti set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5; -update noar tt set b2='9CE3ITZNPH4THWMAM69F' where id=5; -update noar ti set b2='9CE3ITZNPH4THWMAM69F' where id=5; -update noar tt set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6; -update noar ti set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6; -update noar tt set b1='H68KJGZZ82QT0' where id=6; -update noar ti set b1='H68KJGZZ82QT0' where id=6; -update noar tt set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6; -update noar ti set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6; -update noar tt set b0='8VDUN8L' where id=7; -update noar ti set b0='8VDUN8L' where id=7; -update noar tt set b1='DQYXN1SVB' where id=7; -update noar ti set b1='DQYXN1SVB' where id=7; -update noar tt set b2='DFZQS9F1N3XSRS9CTCR' where id=7; -update noar ti set b2='DFZQS9F1N3XSRS9CTCR' where id=7; -update noar tt set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8; -update noar ti set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8; -update noar tt set b1='PEDQ01X' where id=8; -update noar ti set b1='PEDQ01X' where id=8; -update noar tt set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8; -update noar ti set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8; -update noar tt set b0='JDG1OW' where id=9; -update noar ti set b0='JDG1OW' where id=9; -update noar tt set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9; -update noar ti set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9; -update noar tt set b2='27' where id=9; -update noar ti set b2='27' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='6604SEUPOJ1NH' where id=1; -update noar ti set b0='6604SEUPOJ1NH' where id=1; -update noar tt set b1='U9UKP73' where id=1; -update noar ti set b1='U9UKP73' where id=1; -update noar tt set b2='D20SE4B542DH5VQNU20KOSF6' where id=1; -update noar ti set b2='D20SE4B542DH5VQNU20KOSF6' where id=1; -update noar tt set b0='NF9XX' where id=2; -update noar ti set b0='NF9XX' where id=2; -update noar tt set b1='24ZM1CL7P' where id=2; -update noar ti set b1='24ZM1CL7P' where id=2; -update noar tt set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2; -update noar ti set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2; -update noar tt set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3; -update noar ti set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3; -update noar tt set b1='TM' where id=3; -update noar ti set b1='TM' where id=3; -update noar tt set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3; -update noar ti set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3; -update noar tt set b0='LMMPIO1Z3' where id=4; -update noar ti set b0='LMMPIO1Z3' where id=4; -update noar tt set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4; -update noar ti set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4; -update noar tt set b2='PXZRXSAO7R4LK5AG' where id=4; -update noar ti set b2='PXZRXSAO7R4LK5AG' where id=4; -update noar tt set b0='7SWE1SWALSTRY' where id=5; -update noar ti set b0='7SWE1SWALSTRY' where id=5; -update noar tt set b1='8IAPWSFR66EV4G' where id=5; -update noar ti set b1='8IAPWSFR66EV4G' where id=5; -update noar tt set b2='WLXCIO2HMZTHQ752H' where id=5; -update noar ti set b2='WLXCIO2HMZTHQ752H' where id=5; -update noar tt set b0='X1K5ULAKDCTH' where id=6; -update noar ti set b0='X1K5ULAKDCTH' where id=6; -update noar tt set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6; -update noar ti set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6; -update noar tt set b2='OSZE1IM69X' where id=6; -update noar ti set b2='OSZE1IM69X' where id=6; -update noar tt set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7; -update noar ti set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7; -update noar tt set b1='F8K1ETN3HQ62M' where id=7; -update noar ti set b1='F8K1ETN3HQ62M' where id=7; -update noar tt set b2='J8B5XCR' where id=7; -update noar ti set b2='J8B5XCR' where id=7; -update noar tt set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8; -update noar ti set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8; -update noar tt set b1='TSP0V0F7YFFP1KC' where id=8; -update noar ti set b1='TSP0V0F7YFFP1KC' where id=8; -update noar tt set b2='X6VM77DCFUFWE9OME' where id=8; -update noar ti set b2='X6VM77DCFUFWE9OME' where id=8; -update noar tt set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9; -update noar ti set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9; -update noar tt set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9; -update noar ti set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9; -update noar tt set b2='PL4S46' where id=9; -update noar ti set b2='PL4S46' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZPW4ZC0FLWL' where id=1; -update noar ti set b0='ZPW4ZC0FLWL' where id=1; -update noar tt set b1='HRCFD' where id=1; -update noar ti set b1='HRCFD' where id=1; -update noar tt set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1; -update noar ti set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1; -update noar tt set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2; -update noar ti set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2; -update noar tt set b1='PBBDLSO9N7' where id=2; -update noar ti set b1='PBBDLSO9N7' where id=2; -update noar tt set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2; -update noar ti set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2; -update noar tt set b0='PENOUEMLJ5B1RC9L' where id=3; -update noar ti set b0='PENOUEMLJ5B1RC9L' where id=3; -update noar tt set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3; -update noar ti set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3; -update noar tt set b2='AO2ZUAJ44T3J' where id=3; -update noar ti set b2='AO2ZUAJ44T3J' where id=3; -update noar tt set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4; -update noar ti set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4; -update noar tt set b1='FZTY6' where id=4; -update noar ti set b1='FZTY6' where id=4; -update noar tt set b2='SEUWCXV7KAP' where id=4; -update noar ti set b2='SEUWCXV7KAP' where id=4; -update noar tt set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5; -update noar ti set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5; -update noar tt set b1='DMS1X1CR52AS25OOABXADW' where id=5; -update noar ti set b1='DMS1X1CR52AS25OOABXADW' where id=5; -update noar tt set b2='IME633' where id=5; -update noar ti set b2='IME633' where id=5; -update noar tt set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6; -update noar ti set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6; -update noar tt set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6; -update noar ti set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6; -update noar tt set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6; -update noar ti set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6; -update noar tt set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7; -update noar ti set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7; -update noar tt set b1='IX16SA4' where id=7; -update noar ti set b1='IX16SA4' where id=7; -update noar tt set b2='VG4EI3Q1H' where id=7; -update noar ti set b2='VG4EI3Q1H' where id=7; -update noar tt set b0='MY8HU0U2WH38W' where id=8; -update noar ti set b0='MY8HU0U2WH38W' where id=8; -update noar tt set b1='V' where id=8; -update noar ti set b1='V' where id=8; -update noar tt set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8; -update noar ti set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8; -update noar tt set b0='JE94WZHA6G75VPEXZAVV' where id=9; -update noar ti set b0='JE94WZHA6G75VPEXZAVV' where id=9; -update noar tt set b1='3QT5' where id=9; -update noar ti set b1='3QT5' where id=9; -update noar tt set b2='8HUO9PI' where id=9; -update noar ti set b2='8HUO9PI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Z0YMM5JM2NXUZRYPR' where id=1; -update noar ti set b0='Z0YMM5JM2NXUZRYPR' where id=1; -update noar tt set b1='ZI4QU' where id=1; -update noar ti set b1='ZI4QU' where id=1; -update noar tt set b2='IWLYQGF4F9XR' where id=1; -update noar ti set b2='IWLYQGF4F9XR' where id=1; -update noar tt set b0='8DF7PDUAK1Q8JO08I' where id=2; -update noar ti set b0='8DF7PDUAK1Q8JO08I' where id=2; -update noar tt set b1='CZ53T' where id=2; -update noar ti set b1='CZ53T' where id=2; -update noar tt set b2='2C8CV37B302RT4BES' where id=2; -update noar ti set b2='2C8CV37B302RT4BES' where id=2; -update noar tt set b0='GHYTKCC1RU62343XDLQ' where id=3; -update noar ti set b0='GHYTKCC1RU62343XDLQ' where id=3; -update noar tt set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3; -update noar ti set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3; -update noar tt set b2='68Y8EOS4ATCPDD' where id=3; -update noar ti set b2='68Y8EOS4ATCPDD' where id=3; -update noar tt set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4; -update noar ti set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4; -update noar tt set b1='2MF3' where id=4; -update noar ti set b1='2MF3' where id=4; -update noar tt set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4; -update noar ti set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4; -update noar tt set b0='BDC859S7' where id=5; -update noar ti set b0='BDC859S7' where id=5; -update noar tt set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5; -update noar ti set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5; -update noar tt set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5; -update noar ti set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5; -update noar tt set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6; -update noar ti set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6; -update noar tt set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6; -update noar ti set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6; -update noar tt set b2='ZR' where id=6; -update noar ti set b2='ZR' where id=6; -update noar tt set b0='7U3BBQI5DH4H' where id=7; -update noar ti set b0='7U3BBQI5DH4H' where id=7; -update noar tt set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7; -update noar ti set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7; -update noar tt set b2='P911GC' where id=7; -update noar ti set b2='P911GC' where id=7; -update noar tt set b0='YXYGPU9KQUXG' where id=8; -update noar ti set b0='YXYGPU9KQUXG' where id=8; -update noar tt set b1='15W4' where id=8; -update noar ti set b1='15W4' where id=8; -update noar tt set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8; -update noar ti set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8; -update noar tt set b0='JILIU' where id=9; -update noar ti set b0='JILIU' where id=9; -update noar tt set b1='O2GGP60RF2R7W4Z3R' where id=9; -update noar ti set b1='O2GGP60RF2R7W4Z3R' where id=9; -update noar tt set b2='7' where id=9; -update noar ti set b2='7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1; -update noar ti set b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1; -update noar tt set b1='DN' where id=1; -update noar ti set b1='DN' where id=1; -update noar tt set b2='P7QT77VLUR2BGCXW9M1' where id=1; -update noar ti set b2='P7QT77VLUR2BGCXW9M1' where id=1; -update noar tt set b0='FPV99KYKUFTOQU' where id=2; -update noar ti set b0='FPV99KYKUFTOQU' where id=2; -update noar tt set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2; -update noar ti set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2; -update noar tt set b2='KWWNEU9SU8N9JLPH6D0' where id=2; -update noar ti set b2='KWWNEU9SU8N9JLPH6D0' where id=2; -update noar tt set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3; -update noar ti set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3; -update noar tt set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3; -update noar ti set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3; -update noar tt set b2='YIY0HZBFA' where id=3; -update noar ti set b2='YIY0HZBFA' where id=3; -update noar tt set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4; -update noar ti set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4; -update noar tt set b1='W' where id=4; -update noar ti set b1='W' where id=4; -update noar tt set b2='6QPG4F8JY0XBI5ZUCY4' where id=4; -update noar ti set b2='6QPG4F8JY0XBI5ZUCY4' where id=4; -update noar tt set b0='AW2KK' where id=5; -update noar ti set b0='AW2KK' where id=5; -update noar tt set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5; -update noar ti set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5; -update noar tt set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5; -update noar ti set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5; -update noar tt set b0='7A6Z6VEZJRSM' where id=6; -update noar ti set b0='7A6Z6VEZJRSM' where id=6; -update noar tt set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6; -update noar ti set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6; -update noar tt set b2='IZ073IH8YIOA' where id=6; -update noar ti set b2='IZ073IH8YIOA' where id=6; -update noar tt set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7; -update noar ti set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7; -update noar tt set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7; -update noar ti set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7; -update noar tt set b2='UD4U6MQMX89' where id=7; -update noar ti set b2='UD4U6MQMX89' where id=7; -update noar tt set b0='N026JXH0BVWP' where id=8; -update noar ti set b0='N026JXH0BVWP' where id=8; -update noar tt set b1='FYTUD' where id=8; -update noar ti set b1='FYTUD' where id=8; -update noar tt set b2='54' where id=8; -update noar ti set b2='54' where id=8; -update noar tt set b0='C1BT' where id=9; -update noar ti set b0='C1BT' where id=9; -update noar tt set b1='V0' where id=9; -update noar ti set b1='V0' where id=9; -update noar tt set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9; -update noar ti set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1; -update noar ti set b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1; -update noar tt set b1='40M' where id=1; -update noar ti set b1='40M' where id=1; -update noar tt set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1; -update noar ti set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1; -update noar tt set b0='4RHC85920A6RF' where id=2; -update noar ti set b0='4RHC85920A6RF' where id=2; -update noar tt set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2; -update noar ti set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2; -update noar tt set b2='ZXAKH' where id=2; -update noar ti set b2='ZXAKH' where id=2; -update noar tt set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3; -update noar ti set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3; -update noar tt set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3; -update noar ti set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3; -update noar tt set b2='J18WK' where id=3; -update noar ti set b2='J18WK' where id=3; -update noar tt set b0='969OH' where id=4; -update noar ti set b0='969OH' where id=4; -update noar tt set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4; -update noar ti set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4; -update noar tt set b2='GTT15TVKP' where id=4; -update noar ti set b2='GTT15TVKP' where id=4; -update noar tt set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5; -update noar ti set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5; -update noar tt set b1='LLC89' where id=5; -update noar ti set b1='LLC89' where id=5; -update noar tt set b2='CRY8702G6LVMB' where id=5; -update noar ti set b2='CRY8702G6LVMB' where id=5; -update noar tt set b0='HFE' where id=6; -update noar ti set b0='HFE' where id=6; -update noar tt set b1='EBWZ' where id=6; -update noar ti set b1='EBWZ' where id=6; -update noar tt set b2='FD' where id=6; -update noar ti set b2='FD' where id=6; -update noar tt set b0='LP3QOJEELP' where id=7; -update noar ti set b0='LP3QOJEELP' where id=7; -update noar tt set b1='R2OPGOQETJP' where id=7; -update noar ti set b1='R2OPGOQETJP' where id=7; -update noar tt set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7; -update noar ti set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7; -update noar tt set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8; -update noar ti set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8; -update noar tt set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8; -update noar ti set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8; -update noar tt set b2='T2EAB1E9L3MD4BIK1' where id=8; -update noar ti set b2='T2EAB1E9L3MD4BIK1' where id=8; -update noar tt set b0='M40E8H6JM6' where id=9; -update noar ti set b0='M40E8H6JM6' where id=9; -update noar tt set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9; -update noar ti set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9; -update noar tt set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9; -update noar ti set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ECB3EOOST' where id=1; -update noar ti set b0='ECB3EOOST' where id=1; -update noar tt set b1='3' where id=1; -update noar ti set b1='3' where id=1; -update noar tt set b2='DT7AZRXV235GNTCG' where id=1; -update noar ti set b2='DT7AZRXV235GNTCG' where id=1; -update noar tt set b0='AJ' where id=2; -update noar ti set b0='AJ' where id=2; -update noar tt set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2; -update noar ti set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2; -update noar tt set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2; -update noar ti set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2; -update noar tt set b0='6MNNRV73AF0VZ3Z' where id=3; -update noar ti set b0='6MNNRV73AF0VZ3Z' where id=3; -update noar tt set b1='WKI' where id=3; -update noar ti set b1='WKI' where id=3; -update noar tt set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3; -update noar ti set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3; -update noar tt set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4; -update noar ti set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4; -update noar tt set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4; -update noar ti set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4; -update noar tt set b2='51282NTOVOEY77F' where id=4; -update noar ti set b2='51282NTOVOEY77F' where id=4; -update noar tt set b0='AZN4K5RY2OK' where id=5; -update noar ti set b0='AZN4K5RY2OK' where id=5; -update noar tt set b1='ULQ1KDH8Q' where id=5; -update noar ti set b1='ULQ1KDH8Q' where id=5; -update noar tt set b2='B0O0E15KI' where id=5; -update noar ti set b2='B0O0E15KI' where id=5; -update noar tt set b0='D36PS8GP5A85BT4PWGACGLD' where id=6; -update noar ti set b0='D36PS8GP5A85BT4PWGACGLD' where id=6; -update noar tt set b1='HJA2EVLGSMIMW' where id=6; -update noar ti set b1='HJA2EVLGSMIMW' where id=6; -update noar tt set b2='4X' where id=6; -update noar ti set b2='4X' where id=6; -update noar tt set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7; -update noar ti set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7; -update noar tt set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7; -update noar ti set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7; -update noar tt set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7; -update noar ti set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7; -update noar tt set b0='UQK9W7AR0H3I4UFPNCF1' where id=8; -update noar ti set b0='UQK9W7AR0H3I4UFPNCF1' where id=8; -update noar tt set b1='HJAZ' where id=8; -update noar ti set b1='HJAZ' where id=8; -update noar tt set b2='A569YD19ZF23K67YWVY' where id=8; -update noar ti set b2='A569YD19ZF23K67YWVY' where id=8; -update noar tt set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9; -update noar ti set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9; -update noar tt set b1='BNKWZ' where id=9; -update noar ti set b1='BNKWZ' where id=9; -update noar tt set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9; -update noar ti set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 blob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1; -update noar ti set b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1; -update noar tt set b1='L41VQCK6DMMFND1KRV45H4' where id=1; -update noar ti set b1='L41VQCK6DMMFND1KRV45H4' where id=1; -update noar tt set b2='761E2M' where id=1; -update noar ti set b2='761E2M' where id=1; -update noar tt set b0='823Y9MXU' where id=2; -update noar ti set b0='823Y9MXU' where id=2; -update noar tt set b1='W165L' where id=2; -update noar ti set b1='W165L' where id=2; -update noar tt set b2='EJ66JI8AEI31YA' where id=2; -update noar ti set b2='EJ66JI8AEI31YA' where id=2; -update noar tt set b0='P7TRKT' where id=3; -update noar ti set b0='P7TRKT' where id=3; -update noar tt set b1='7RXAVJO' where id=3; -update noar ti set b1='7RXAVJO' where id=3; -update noar tt set b2='N' where id=3; -update noar ti set b2='N' where id=3; -update noar tt set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4; -update noar ti set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4; -update noar tt set b1='L0BYK' where id=4; -update noar ti set b1='L0BYK' where id=4; -update noar tt set b2='R' where id=4; -update noar ti set b2='R' where id=4; -update noar tt set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5; -update noar ti set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5; -update noar tt set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5; -update noar ti set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5; -update noar tt set b2='QRFL' where id=5; -update noar ti set b2='QRFL' where id=5; -update noar tt set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6; -update noar ti set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6; -update noar tt set b1='MTSA8YVP7XR0FHYE1' where id=6; -update noar ti set b1='MTSA8YVP7XR0FHYE1' where id=6; -update noar tt set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6; -update noar ti set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6; -update noar tt set b0='5CZIS' where id=7; -update noar ti set b0='5CZIS' where id=7; -update noar tt set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7; -update noar ti set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7; -update noar tt set b2='G43YTE6FP1WXH9JBV' where id=7; -update noar ti set b2='G43YTE6FP1WXH9JBV' where id=7; -update noar tt set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8; -update noar ti set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8; -update noar tt set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8; -update noar ti set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8; -update noar tt set b2='NLBIYQ8G3FZXP' where id=8; -update noar ti set b2='NLBIYQ8G3FZXP' where id=8; -update noar tt set b0='8M9OLVIMC4IPQ9' where id=9; -update noar ti set b0='8M9OLVIMC4IPQ9' where id=9; -update noar tt set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9; -update noar ti set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9; -update noar tt set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9; -update noar ti set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 blob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9220T0A2HMH8PIR46F' where id=1; -update noar ti set b0='9220T0A2HMH8PIR46F' where id=1; -update noar tt set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1; -update noar ti set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1; -update noar tt set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1; -update noar ti set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1; -update noar tt set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2; -update noar ti set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2; -update noar tt set b1='PSB6Q2NC' where id=2; -update noar ti set b1='PSB6Q2NC' where id=2; -update noar tt set b2='RG0K57VG0HQUOUD0' where id=2; -update noar ti set b2='RG0K57VG0HQUOUD0' where id=2; -update noar tt set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3; -update noar ti set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3; -update noar tt set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3; -update noar ti set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3; -update noar tt set b2='72ST27NWEE6HBXYW051' where id=3; -update noar ti set b2='72ST27NWEE6HBXYW051' where id=3; -update noar tt set b0='XB' where id=4; -update noar ti set b0='XB' where id=4; -update noar tt set b1='59LZB2HU5IE2F5' where id=4; -update noar ti set b1='59LZB2HU5IE2F5' where id=4; -update noar tt set b2='M1VLCBAGLK6H1HXW' where id=4; -update noar ti set b2='M1VLCBAGLK6H1HXW' where id=4; -update noar tt set b0='VRJPWTGN' where id=5; -update noar ti set b0='VRJPWTGN' where id=5; -update noar tt set b1='QI8U81BF4LPXPIZYKK' where id=5; -update noar ti set b1='QI8U81BF4LPXPIZYKK' where id=5; -update noar tt set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5; -update noar ti set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5; -update noar tt set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6; -update noar ti set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6; -update noar tt set b1='9Z3WM5VSE' where id=6; -update noar ti set b1='9Z3WM5VSE' where id=6; -update noar tt set b2='63ZIB046VLTD4O5VPKX' where id=6; -update noar ti set b2='63ZIB046VLTD4O5VPKX' where id=6; -update noar tt set b0='MG5HS2' where id=7; -update noar ti set b0='MG5HS2' where id=7; -update noar tt set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7; -update noar ti set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7; -update noar tt set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7; -update noar ti set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7; -update noar tt set b0='KPWLLJG6B8L9VV' where id=8; -update noar ti set b0='KPWLLJG6B8L9VV' where id=8; -update noar tt set b1='0Z1AU57IVCBBFGX0ZBO' where id=8; -update noar ti set b1='0Z1AU57IVCBBFGX0ZBO' where id=8; -update noar tt set b2='YNCNTIX7KLQXD1' where id=8; -update noar ti set b2='YNCNTIX7KLQXD1' where id=8; -update noar tt set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9; -update noar ti set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9; -update noar tt set b1='IKS12Y0VM2' where id=9; -update noar ti set b1='IKS12Y0VM2' where id=9; -update noar tt set b2='1H6QA' where id=9; -update noar ti set b2='1H6QA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1; -update noar ti set b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1; -update noar tt set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1; -update noar ti set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1; -update noar tt set b2='NMP3QFUB3LZKUFS' where id=1; -update noar ti set b2='NMP3QFUB3LZKUFS' where id=1; -update noar tt set b0='HM48YMB8GUD7MHTFPZTB' where id=2; -update noar ti set b0='HM48YMB8GUD7MHTFPZTB' where id=2; -update noar tt set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2; -update noar ti set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2; -update noar tt set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2; -update noar ti set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2; -update noar tt set b0='WMG2UWPRYDO' where id=3; -update noar ti set b0='WMG2UWPRYDO' where id=3; -update noar tt set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3; -update noar ti set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3; -update noar tt set b2='TL0X2V9P577U3' where id=3; -update noar ti set b2='TL0X2V9P577U3' where id=3; -update noar tt set b0='XQU3M65OYG41OLHKRS4L' where id=4; -update noar ti set b0='XQU3M65OYG41OLHKRS4L' where id=4; -update noar tt set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4; -update noar ti set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4; -update noar tt set b2='26P8LE1L36' where id=4; -update noar ti set b2='26P8LE1L36' where id=4; -update noar tt set b0='YM77UE0' where id=5; -update noar ti set b0='YM77UE0' where id=5; -update noar tt set b1='Q0ALCATADV3XED' where id=5; -update noar ti set b1='Q0ALCATADV3XED' where id=5; -update noar tt set b2='HA9S7Y8TJJQ95S' where id=5; -update noar ti set b2='HA9S7Y8TJJQ95S' where id=5; -update noar tt set b0='UUD' where id=6; -update noar ti set b0='UUD' where id=6; -update noar tt set b1='IO3FHBCQ4CGWW' where id=6; -update noar ti set b1='IO3FHBCQ4CGWW' where id=6; -update noar tt set b2='J8CK17GJ8FOJ' where id=6; -update noar ti set b2='J8CK17GJ8FOJ' where id=6; -update noar tt set b0='6JDL18UKAH7TXORDN40Q' where id=7; -update noar ti set b0='6JDL18UKAH7TXORDN40Q' where id=7; -update noar tt set b1='87FZAU27' where id=7; -update noar ti set b1='87FZAU27' where id=7; -update noar tt set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7; -update noar ti set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7; -update noar tt set b0='UQYXETVAH8CZVRIUI1S' where id=8; -update noar ti set b0='UQYXETVAH8CZVRIUI1S' where id=8; -update noar tt set b1='S88GEIRLHWWG0Q' where id=8; -update noar ti set b1='S88GEIRLHWWG0Q' where id=8; -update noar tt set b2='1PLMDYYZJ2' where id=8; -update noar ti set b2='1PLMDYYZJ2' where id=8; -update noar tt set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9; -update noar ti set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9; -update noar tt set b1='SJD3MPLDIGV6IQE8' where id=9; -update noar ti set b1='SJD3MPLDIGV6IQE8' where id=9; -update noar tt set b2='CI2V0IC6FY0I4' where id=9; -update noar ti set b2='CI2V0IC6FY0I4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='CJTE' where id=1; -update noar ti set b0='CJTE' where id=1; -update noar tt set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1; -update noar ti set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1; -update noar tt set b2='PPZZLUOUNT8C3JP44' where id=1; -update noar ti set b2='PPZZLUOUNT8C3JP44' where id=1; -update noar tt set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2; -update noar ti set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2; -update noar tt set b1='TP5W92IJKPCMCJNI6CQLW' where id=2; -update noar ti set b1='TP5W92IJKPCMCJNI6CQLW' where id=2; -update noar tt set b2='CS5UF' where id=2; -update noar ti set b2='CS5UF' where id=2; -update noar tt set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3; -update noar ti set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3; -update noar tt set b1='M8T' where id=3; -update noar ti set b1='M8T' where id=3; -update noar tt set b2='B8E4NGYG9LXNKSUO6S' where id=3; -update noar ti set b2='B8E4NGYG9LXNKSUO6S' where id=3; -update noar tt set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4; -update noar ti set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4; -update noar tt set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4; -update noar ti set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4; -update noar tt set b2='YPQN1PD04GSNH' where id=4; -update noar ti set b2='YPQN1PD04GSNH' where id=4; -update noar tt set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5; -update noar ti set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5; -update noar tt set b1='QG5NI275LUGTJ10C6U' where id=5; -update noar ti set b1='QG5NI275LUGTJ10C6U' where id=5; -update noar tt set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5; -update noar ti set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5; -update noar tt set b0='I6EVI' where id=6; -update noar ti set b0='I6EVI' where id=6; -update noar tt set b1='YMSRQSIS9R6AIX9M0QV' where id=6; -update noar ti set b1='YMSRQSIS9R6AIX9M0QV' where id=6; -update noar tt set b2='OGF' where id=6; -update noar ti set b2='OGF' where id=6; -update noar tt set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7; -update noar ti set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7; -update noar tt set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7; -update noar ti set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7; -update noar tt set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7; -update noar ti set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7; -update noar tt set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8; -update noar ti set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8; -update noar tt set b1='870PQEAXH6XU' where id=8; -update noar ti set b1='870PQEAXH6XU' where id=8; -update noar tt set b2='K3N4W0JN' where id=8; -update noar ti set b2='K3N4W0JN' where id=8; -update noar tt set b0='UA4OBVP' where id=9; -update noar ti set b0='UA4OBVP' where id=9; -update noar tt set b1='JFOUKEJFILNPC' where id=9; -update noar ti set b1='JFOUKEJFILNPC' where id=9; -update noar tt set b2='3J7KDIVWZEI1LTDRLQZH' where id=9; -update noar ti set b2='3J7KDIVWZEI1LTDRLQZH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1; -update noar ti set b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1; -update noar tt set b1='0S9BFER54JXZV' where id=1; -update noar ti set b1='0S9BFER54JXZV' where id=1; -update noar tt set b2='8H1M7N20Y8P3H80UMZ9M' where id=1; -update noar ti set b2='8H1M7N20Y8P3H80UMZ9M' where id=1; -update noar tt set b0='GHYTFR6FP6S0WJUNGE' where id=2; -update noar ti set b0='GHYTFR6FP6S0WJUNGE' where id=2; -update noar tt set b1='CCNSS' where id=2; -update noar ti set b1='CCNSS' where id=2; -update noar tt set b2='8O8TZ1RAZMM41CM' where id=2; -update noar ti set b2='8O8TZ1RAZMM41CM' where id=2; -update noar tt set b0='C2ESVEREHWQCQTOYGN6' where id=3; -update noar ti set b0='C2ESVEREHWQCQTOYGN6' where id=3; -update noar tt set b1='SANT9F' where id=3; -update noar ti set b1='SANT9F' where id=3; -update noar tt set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3; -update noar ti set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3; -update noar tt set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4; -update noar ti set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4; -update noar tt set b1='VEOSK9FXWFPW6U1KUF' where id=4; -update noar ti set b1='VEOSK9FXWFPW6U1KUF' where id=4; -update noar tt set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4; -update noar ti set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4; -update noar tt set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5; -update noar ti set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5; -update noar tt set b1='FIX' where id=5; -update noar ti set b1='FIX' where id=5; -update noar tt set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5; -update noar ti set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5; -update noar tt set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6; -update noar ti set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6; -update noar tt set b1='XFHGM' where id=6; -update noar ti set b1='XFHGM' where id=6; -update noar tt set b2='7NY2O3YR' where id=6; -update noar ti set b2='7NY2O3YR' where id=6; -update noar tt set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7; -update noar ti set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7; -update noar tt set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7; -update noar ti set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7; -update noar tt set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7; -update noar ti set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7; -update noar tt set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8; -update noar ti set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8; -update noar tt set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8; -update noar ti set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8; -update noar tt set b2='JTI37YQD0I2J' where id=8; -update noar ti set b2='JTI37YQD0I2J' where id=8; -update noar tt set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9; -update noar ti set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9; -update noar tt set b1='PBA1AEQJJCPGDV5E4' where id=9; -update noar ti set b1='PBA1AEQJJCPGDV5E4' where id=9; -update noar tt set b2='YZH1ZEZROAUD' where id=9; -update noar ti set b2='YZH1ZEZROAUD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2WI8IZ9' where id=1; -update noar ti set b0='2WI8IZ9' where id=1; -update noar tt set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1; -update noar ti set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1; -update noar tt set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1; -update noar ti set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1; -update noar tt set b0='X8LZ6OL0VQ6C' where id=2; -update noar ti set b0='X8LZ6OL0VQ6C' where id=2; -update noar tt set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2; -update noar ti set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2; -update noar tt set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2; -update noar ti set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2; -update noar tt set b0='W9PTO2QCQ8R' where id=3; -update noar ti set b0='W9PTO2QCQ8R' where id=3; -update noar tt set b1='AEDBOLJJ' where id=3; -update noar ti set b1='AEDBOLJJ' where id=3; -update noar tt set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3; -update noar ti set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3; -update noar tt set b0='LPRIH2I' where id=4; -update noar ti set b0='LPRIH2I' where id=4; -update noar tt set b1='IH12BTA0NKKFEQNQV4XMM' where id=4; -update noar ti set b1='IH12BTA0NKKFEQNQV4XMM' where id=4; -update noar tt set b2='YHOWHQSF' where id=4; -update noar ti set b2='YHOWHQSF' where id=4; -update noar tt set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5; -update noar ti set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5; -update noar tt set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5; -update noar ti set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5; -update noar tt set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5; -update noar ti set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5; -update noar tt set b0='6VK' where id=6; -update noar ti set b0='6VK' where id=6; -update noar tt set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6; -update noar ti set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6; -update noar tt set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6; -update noar ti set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6; -update noar tt set b0='MFEGY0' where id=7; -update noar ti set b0='MFEGY0' where id=7; -update noar tt set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7; -update noar ti set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7; -update noar tt set b2='2VYB4WHU77LZQ1P' where id=7; -update noar ti set b2='2VYB4WHU77LZQ1P' where id=7; -update noar tt set b0='H9SJQCBGJ6D7' where id=8; -update noar ti set b0='H9SJQCBGJ6D7' where id=8; -update noar tt set b1='1785LTCHMHA2Q' where id=8; -update noar ti set b1='1785LTCHMHA2Q' where id=8; -update noar tt set b2='JEJJ' where id=8; -update noar ti set b2='JEJJ' where id=8; -update noar tt set b0='QB7BP2WL' where id=9; -update noar ti set b0='QB7BP2WL' where id=9; -update noar tt set b1='JX' where id=9; -update noar ti set b1='JX' where id=9; -update noar tt set b2='XY87SOQ4NONQ3X7' where id=9; -update noar ti set b2='XY87SOQ4NONQ3X7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1; -update noar ti set b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1; -update noar tt set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1; -update noar ti set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1; -update noar tt set b2='AAGYHPJ3E0FQTZO' where id=1; -update noar ti set b2='AAGYHPJ3E0FQTZO' where id=1; -update noar tt set b0='UX3O5GNNSPL6TWHX85' where id=2; -update noar ti set b0='UX3O5GNNSPL6TWHX85' where id=2; -update noar tt set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2; -update noar ti set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2; -update noar tt set b2='BX3WLY05L16NKO2YU3K8' where id=2; -update noar ti set b2='BX3WLY05L16NKO2YU3K8' where id=2; -update noar tt set b0='VSZIM8W2A1' where id=3; -update noar ti set b0='VSZIM8W2A1' where id=3; -update noar tt set b1='FK37F7FG9OHDZTDW' where id=3; -update noar ti set b1='FK37F7FG9OHDZTDW' where id=3; -update noar tt set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3; -update noar ti set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3; -update noar tt set b0='YYWG58MPQKES63' where id=4; -update noar ti set b0='YYWG58MPQKES63' where id=4; -update noar tt set b1='W4CQ9KMF' where id=4; -update noar ti set b1='W4CQ9KMF' where id=4; -update noar tt set b2='EQDCYJ7AJ15D9' where id=4; -update noar ti set b2='EQDCYJ7AJ15D9' where id=4; -update noar tt set b0='K' where id=5; -update noar ti set b0='K' where id=5; -update noar tt set b1='I3ITBINECVO' where id=5; -update noar ti set b1='I3ITBINECVO' where id=5; -update noar tt set b2='Y006C4KR03U9' where id=5; -update noar ti set b2='Y006C4KR03U9' where id=5; -update noar tt set b0='DAQI8IUSWQ' where id=6; -update noar ti set b0='DAQI8IUSWQ' where id=6; -update noar tt set b1='Q4ERIJ' where id=6; -update noar ti set b1='Q4ERIJ' where id=6; -update noar tt set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6; -update noar ti set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6; -update noar tt set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7; -update noar ti set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7; -update noar tt set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7; -update noar ti set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7; -update noar tt set b2='XBC8HFTAQ7LF5O2YP6E' where id=7; -update noar ti set b2='XBC8HFTAQ7LF5O2YP6E' where id=7; -update noar tt set b0='KBKZN58GN4Q' where id=8; -update noar ti set b0='KBKZN58GN4Q' where id=8; -update noar tt set b1='Z79TSD2SZ29DJ' where id=8; -update noar ti set b1='Z79TSD2SZ29DJ' where id=8; -update noar tt set b2='Q1IKFP' where id=8; -update noar ti set b2='Q1IKFP' where id=8; -update noar tt set b0='0A1YV' where id=9; -update noar ti set b0='0A1YV' where id=9; -update noar tt set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9; -update noar ti set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9; -update noar tt set b2='JUPWBP15V' where id=9; -update noar ti set b2='JUPWBP15V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='B42YXTJ11558L3SS2A755' where id=1; -update noar ti set b0='B42YXTJ11558L3SS2A755' where id=1; -update noar tt set b1='6URJO63N2UCB8SV' where id=1; -update noar ti set b1='6URJO63N2UCB8SV' where id=1; -update noar tt set b2='7ZXAW9LETGZO323WWWL' where id=1; -update noar ti set b2='7ZXAW9LETGZO323WWWL' where id=1; -update noar tt set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2; -update noar ti set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2; -update noar tt set b1='DSZYS96XN' where id=2; -update noar ti set b1='DSZYS96XN' where id=2; -update noar tt set b2='5EO8S394DJRP' where id=2; -update noar ti set b2='5EO8S394DJRP' where id=2; -update noar tt set b0='12V4R9NGD682JLSLFY' where id=3; -update noar ti set b0='12V4R9NGD682JLSLFY' where id=3; -update noar tt set b1='IAO7RKWYU95SIF8C3' where id=3; -update noar ti set b1='IAO7RKWYU95SIF8C3' where id=3; -update noar tt set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3; -update noar ti set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3; -update noar tt set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4; -update noar ti set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4; -update noar tt set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4; -update noar ti set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4; -update noar tt set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4; -update noar ti set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4; -update noar tt set b0='1SDS1DXSA5' where id=5; -update noar ti set b0='1SDS1DXSA5' where id=5; -update noar tt set b1='DYU26KP9DJC0FMCOI3' where id=5; -update noar ti set b1='DYU26KP9DJC0FMCOI3' where id=5; -update noar tt set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5; -update noar ti set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5; -update noar tt set b0='FB6T8RZMCACBCEHI22X' where id=6; -update noar ti set b0='FB6T8RZMCACBCEHI22X' where id=6; -update noar tt set b1='ZI4' where id=6; -update noar ti set b1='ZI4' where id=6; -update noar tt set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6; -update noar ti set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6; -update noar tt set b0='2SOF3TELW33KHF63BL' where id=7; -update noar ti set b0='2SOF3TELW33KHF63BL' where id=7; -update noar tt set b1='7U' where id=7; -update noar ti set b1='7U' where id=7; -update noar tt set b2='1EYMATWT9BW6Z7X5WE3' where id=7; -update noar ti set b2='1EYMATWT9BW6Z7X5WE3' where id=7; -update noar tt set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8; -update noar ti set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8; -update noar tt set b1='PLV57' where id=8; -update noar ti set b1='PLV57' where id=8; -update noar tt set b2='KWB04L' where id=8; -update noar ti set b2='KWB04L' where id=8; -update noar tt set b0='EAFY9MI42W52M' where id=9; -update noar ti set b0='EAFY9MI42W52M' where id=9; -update noar tt set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9; -update noar ti set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9; -update noar tt set b2='2C8XFM53DUH' where id=9; -update noar ti set b2='2C8XFM53DUH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='Q1ZTCN9' where id=1; -update noar ti set b0='Q1ZTCN9' where id=1; -update noar tt set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1; -update noar ti set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1; -update noar tt set b2='Q4MIDSUO6EY337N1B3O1' where id=1; -update noar ti set b2='Q4MIDSUO6EY337N1B3O1' where id=1; -update noar tt set b0='Y1CZXZIJJBSJ79X' where id=2; -update noar ti set b0='Y1CZXZIJJBSJ79X' where id=2; -update noar tt set b1='PYOBZ2F212PX6O0M2E' where id=2; -update noar ti set b1='PYOBZ2F212PX6O0M2E' where id=2; -update noar tt set b2='2AAZYS99XL83EYF9Z4' where id=2; -update noar ti set b2='2AAZYS99XL83EYF9Z4' where id=2; -update noar tt set b0='HMDFCWFA8DRTJRZC8MA3' where id=3; -update noar ti set b0='HMDFCWFA8DRTJRZC8MA3' where id=3; -update noar tt set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3; -update noar ti set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3; -update noar tt set b2='J3AE3V7TPOVCDG37T6NB' where id=3; -update noar ti set b2='J3AE3V7TPOVCDG37T6NB' where id=3; -update noar tt set b0='FO20IT04ORHJMM12COG088YT' where id=4; -update noar ti set b0='FO20IT04ORHJMM12COG088YT' where id=4; -update noar tt set b1='6SNE0H24TV2CTJDG' where id=4; -update noar ti set b1='6SNE0H24TV2CTJDG' where id=4; -update noar tt set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4; -update noar ti set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4; -update noar tt set b0='V5N6AZLRRE3TV' where id=5; -update noar ti set b0='V5N6AZLRRE3TV' where id=5; -update noar tt set b1='EELN' where id=5; -update noar ti set b1='EELN' where id=5; -update noar tt set b2='67HZJK73HWS6KSYZK96' where id=5; -update noar ti set b2='67HZJK73HWS6KSYZK96' where id=5; -update noar tt set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6; -update noar ti set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6; -update noar tt set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6; -update noar ti set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6; -update noar tt set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6; -update noar ti set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6; -update noar tt set b0='JB53U7R6' where id=7; -update noar ti set b0='JB53U7R6' where id=7; -update noar tt set b1='T77JK24HG6L5GHRJU' where id=7; -update noar ti set b1='T77JK24HG6L5GHRJU' where id=7; -update noar tt set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7; -update noar ti set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7; -update noar tt set b0='4SECL86MXMMEP7KA12TP7' where id=8; -update noar ti set b0='4SECL86MXMMEP7KA12TP7' where id=8; -update noar tt set b1='AY6CPI4POOCV2H399OCF6V' where id=8; -update noar ti set b1='AY6CPI4POOCV2H399OCF6V' where id=8; -update noar tt set b2='TR' where id=8; -update noar ti set b2='TR' where id=8; -update noar tt set b0='MCU578SYBED9RSWNCRO4264' where id=9; -update noar ti set b0='MCU578SYBED9RSWNCRO4264' where id=9; -update noar tt set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9; -update noar ti set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9; -update noar tt set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9; -update noar ti set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1; -update noar ti set b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1; -update noar tt set b1='3ICDB1LDOJMWSHUKC2J' where id=1; -update noar ti set b1='3ICDB1LDOJMWSHUKC2J' where id=1; -update noar tt set b2='FUTAZ' where id=1; -update noar ti set b2='FUTAZ' where id=1; -update noar tt set b0='RW4661J70687XJB7NU50WY56' where id=2; -update noar ti set b0='RW4661J70687XJB7NU50WY56' where id=2; -update noar tt set b1='KNAFYUXHDXJ750YHU1' where id=2; -update noar ti set b1='KNAFYUXHDXJ750YHU1' where id=2; -update noar tt set b2='HHXFF9P9JSZ3VO' where id=2; -update noar ti set b2='HHXFF9P9JSZ3VO' where id=2; -update noar tt set b0='LCW646' where id=3; -update noar ti set b0='LCW646' where id=3; -update noar tt set b1='4CDWTYITSHA9Z' where id=3; -update noar ti set b1='4CDWTYITSHA9Z' where id=3; -update noar tt set b2='237R8Y' where id=3; -update noar ti set b2='237R8Y' where id=3; -update noar tt set b0='QSYCQ' where id=4; -update noar ti set b0='QSYCQ' where id=4; -update noar tt set b1='H9E9KGGOBFVG' where id=4; -update noar ti set b1='H9E9KGGOBFVG' where id=4; -update noar tt set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4; -update noar ti set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4; -update noar tt set b0='5KI19YN7HZ32ZR259' where id=5; -update noar ti set b0='5KI19YN7HZ32ZR259' where id=5; -update noar tt set b1='ESYEW3U9G' where id=5; -update noar ti set b1='ESYEW3U9G' where id=5; -update noar tt set b2='41RLKV' where id=5; -update noar ti set b2='41RLKV' where id=5; -update noar tt set b0='B8EOH268AMN' where id=6; -update noar ti set b0='B8EOH268AMN' where id=6; -update noar tt set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6; -update noar ti set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6; -update noar tt set b2='CI8NO7V' where id=6; -update noar ti set b2='CI8NO7V' where id=6; -update noar tt set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7; -update noar ti set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7; -update noar tt set b1='FG6FFBVYM9A' where id=7; -update noar ti set b1='FG6FFBVYM9A' where id=7; -update noar tt set b2='V1ZZPJ73LZC0W76H9XF' where id=7; -update noar ti set b2='V1ZZPJ73LZC0W76H9XF' where id=7; -update noar tt set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8; -update noar ti set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8; -update noar tt set b1='Q3ZH5Q8J2ORJZ' where id=8; -update noar ti set b1='Q3ZH5Q8J2ORJZ' where id=8; -update noar tt set b2='FVQI3MYISE9ESOYSB' where id=8; -update noar ti set b2='FVQI3MYISE9ESOYSB' where id=8; -update noar tt set b0='4HHTTK' where id=9; -update noar ti set b0='4HHTTK' where id=9; -update noar tt set b1='5VT67S0S7YC5CHQ9VJRE' where id=9; -update noar ti set b1='5VT67S0S7YC5CHQ9VJRE' where id=9; -update noar tt set b2='5KWG061WWAGNL521A' where id=9; -update noar ti set b2='5KWG061WWAGNL521A' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 mediumblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='F1KPE' where id=1; -update noar ti set b0='F1KPE' where id=1; -update noar tt set b1='UZKD4TK45MYMKZPQ9F6I' where id=1; -update noar ti set b1='UZKD4TK45MYMKZPQ9F6I' where id=1; -update noar tt set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1; -update noar ti set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1; -update noar tt set b0='3YXNF7LEJ9ULZ2A' where id=2; -update noar ti set b0='3YXNF7LEJ9ULZ2A' where id=2; -update noar tt set b1='0O4I29IFUTX5GOEL' where id=2; -update noar ti set b1='0O4I29IFUTX5GOEL' where id=2; -update noar tt set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2; -update noar ti set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2; -update noar tt set b0='86TSE9D6M2' where id=3; -update noar ti set b0='86TSE9D6M2' where id=3; -update noar tt set b1='QY8XQICM17' where id=3; -update noar ti set b1='QY8XQICM17' where id=3; -update noar tt set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3; -update noar ti set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3; -update noar tt set b0='9VWXP37V' where id=4; -update noar ti set b0='9VWXP37V' where id=4; -update noar tt set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4; -update noar ti set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4; -update noar tt set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4; -update noar ti set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4; -update noar tt set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5; -update noar ti set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5; -update noar tt set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5; -update noar ti set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5; -update noar tt set b2='5' where id=5; -update noar ti set b2='5' where id=5; -update noar tt set b0='YF6GZE6QL4BXXXSOK9B1' where id=6; -update noar ti set b0='YF6GZE6QL4BXXXSOK9B1' where id=6; -update noar tt set b1='X8' where id=6; -update noar ti set b1='X8' where id=6; -update noar tt set b2='2I0NDLS8' where id=6; -update noar ti set b2='2I0NDLS8' where id=6; -update noar tt set b0='38CVZ57NIZOWZ7WK6' where id=7; -update noar ti set b0='38CVZ57NIZOWZ7WK6' where id=7; -update noar tt set b1='4AS06GZAUQJ0' where id=7; -update noar ti set b1='4AS06GZAUQJ0' where id=7; -update noar tt set b2='K3TME' where id=7; -update noar ti set b2='K3TME' where id=7; -update noar tt set b0='JP9O7DK2NP7ZEY' where id=8; -update noar ti set b0='JP9O7DK2NP7ZEY' where id=8; -update noar tt set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8; -update noar ti set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8; -update noar tt set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8; -update noar ti set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8; -update noar tt set b0='TENQM314ZB7PL5XIX' where id=9; -update noar ti set b0='TENQM314ZB7PL5XIX' where id=9; -update noar tt set b1='BKR3OVXX64UUIWWF' where id=9; -update noar ti set b1='BKR3OVXX64UUIWWF' where id=9; -update noar tt set b2='U' where id=9; -update noar ti set b2='U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 mediumblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1; -update noar ti set b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1; -update noar tt set b1='E5EYERVZOMPYYHN5XOUBF' where id=1; -update noar ti set b1='E5EYERVZOMPYYHN5XOUBF' where id=1; -update noar tt set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1; -update noar ti set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1; -update noar tt set b0='QD4H9HIP95Y4' where id=2; -update noar ti set b0='QD4H9HIP95Y4' where id=2; -update noar tt set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2; -update noar ti set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2; -update noar tt set b2='9MCF0LPM66GFQU49DV4F' where id=2; -update noar ti set b2='9MCF0LPM66GFQU49DV4F' where id=2; -update noar tt set b0='ODT' where id=3; -update noar ti set b0='ODT' where id=3; -update noar tt set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3; -update noar ti set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3; -update noar tt set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3; -update noar ti set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3; -update noar tt set b0='PAIPB3NQN' where id=4; -update noar ti set b0='PAIPB3NQN' where id=4; -update noar tt set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4; -update noar ti set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4; -update noar tt set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4; -update noar ti set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4; -update noar tt set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5; -update noar ti set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5; -update noar tt set b1='E1SM6MHM04' where id=5; -update noar ti set b1='E1SM6MHM04' where id=5; -update noar tt set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5; -update noar ti set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5; -update noar tt set b0='WFYU' where id=6; -update noar ti set b0='WFYU' where id=6; -update noar tt set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6; -update noar ti set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6; -update noar tt set b2='0R3B34FEFCZ4UN' where id=6; -update noar ti set b2='0R3B34FEFCZ4UN' where id=6; -update noar tt set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7; -update noar ti set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7; -update noar tt set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7; -update noar ti set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7; -update noar tt set b2='DZ' where id=7; -update noar ti set b2='DZ' where id=7; -update noar tt set b0='BY5HHOCT3093NKT' where id=8; -update noar ti set b0='BY5HHOCT3093NKT' where id=8; -update noar tt set b1='XBSIJGQJWZK7E0X1Z7' where id=8; -update noar ti set b1='XBSIJGQJWZK7E0X1Z7' where id=8; -update noar tt set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8; -update noar ti set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8; -update noar tt set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9; -update noar ti set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9; -update noar tt set b1='FA8PCZAUHHN847DPVD20V' where id=9; -update noar ti set b1='FA8PCZAUHHN847DPVD20V' where id=9; -update noar tt set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9; -update noar ti set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='UUGMOZ1P3' where id=1; -update noar ti set b0='UUGMOZ1P3' where id=1; -update noar tt set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1; -update noar ti set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1; -update noar tt set b2='8F6X32CU7TLEJYCKSUWR' where id=1; -update noar ti set b2='8F6X32CU7TLEJYCKSUWR' where id=1; -update noar tt set b0='SNC6LN383ACJ4K0Y1NJ' where id=2; -update noar ti set b0='SNC6LN383ACJ4K0Y1NJ' where id=2; -update noar tt set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2; -update noar ti set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2; -update noar tt set b2='EAYEUB079Q6ULB' where id=2; -update noar ti set b2='EAYEUB079Q6ULB' where id=2; -update noar tt set b0='FBK0CKXVMY0NCQM7' where id=3; -update noar ti set b0='FBK0CKXVMY0NCQM7' where id=3; -update noar tt set b1='TM' where id=3; -update noar ti set b1='TM' where id=3; -update noar tt set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3; -update noar ti set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3; -update noar tt set b0='9QR2QL9QQR6BF' where id=4; -update noar ti set b0='9QR2QL9QQR6BF' where id=4; -update noar tt set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4; -update noar ti set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4; -update noar tt set b2='K4' where id=4; -update noar ti set b2='K4' where id=4; -update noar tt set b0='GDCE31TWJT' where id=5; -update noar ti set b0='GDCE31TWJT' where id=5; -update noar tt set b1='71Z3FE5XK6L9' where id=5; -update noar ti set b1='71Z3FE5XK6L9' where id=5; -update noar tt set b2='DBX91DP6TO' where id=5; -update noar ti set b2='DBX91DP6TO' where id=5; -update noar tt set b0='WO06OFL' where id=6; -update noar ti set b0='WO06OFL' where id=6; -update noar tt set b1='34' where id=6; -update noar ti set b1='34' where id=6; -update noar tt set b2='JNH9' where id=6; -update noar ti set b2='JNH9' where id=6; -update noar tt set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7; -update noar ti set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7; -update noar tt set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7; -update noar ti set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7; -update noar tt set b2='10OCM08ETI7GHGB3FA' where id=7; -update noar ti set b2='10OCM08ETI7GHGB3FA' where id=7; -update noar tt set b0='LU6L0URZ9S3OQFK24YINC1' where id=8; -update noar ti set b0='LU6L0URZ9S3OQFK24YINC1' where id=8; -update noar tt set b1='QX7RVVV' where id=8; -update noar ti set b1='QX7RVVV' where id=8; -update noar tt set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8; -update noar ti set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8; -update noar tt set b0='036' where id=9; -update noar ti set b0='036' where id=9; -update noar tt set b1='0W0UZUP2HSA22U0IAS5' where id=9; -update noar ti set b1='0W0UZUP2HSA22U0IAS5' where id=9; -update noar tt set b2='OZ0F' where id=9; -update noar ti set b2='OZ0F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='FG5GFLPIXT02' where id=1; -update noar ti set b0='FG5GFLPIXT02' where id=1; -update noar tt set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1; -update noar ti set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1; -update noar tt set b2='TJS03JSU2' where id=1; -update noar ti set b2='TJS03JSU2' where id=1; -update noar tt set b0='GSB' where id=2; -update noar ti set b0='GSB' where id=2; -update noar tt set b1='YO' where id=2; -update noar ti set b1='YO' where id=2; -update noar tt set b2='P99PYJZHXZFHQBDUQX' where id=2; -update noar ti set b2='P99PYJZHXZFHQBDUQX' where id=2; -update noar tt set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3; -update noar ti set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3; -update noar tt set b1='O42TZUJVKA7YEHVGYZ9' where id=3; -update noar ti set b1='O42TZUJVKA7YEHVGYZ9' where id=3; -update noar tt set b2='COKYO8BHKV5UBBOFBD3G7' where id=3; -update noar ti set b2='COKYO8BHKV5UBBOFBD3G7' where id=3; -update noar tt set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4; -update noar ti set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4; -update noar tt set b1='H14MBK1' where id=4; -update noar ti set b1='H14MBK1' where id=4; -update noar tt set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4; -update noar ti set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4; -update noar tt set b0='WW6S001TL1QV' where id=5; -update noar ti set b0='WW6S001TL1QV' where id=5; -update noar tt set b1='3SL' where id=5; -update noar ti set b1='3SL' where id=5; -update noar tt set b2='2350D0PGAD' where id=5; -update noar ti set b2='2350D0PGAD' where id=5; -update noar tt set b0='PY7KV6DLP' where id=6; -update noar ti set b0='PY7KV6DLP' where id=6; -update noar tt set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6; -update noar ti set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6; -update noar tt set b2='QGXI0Q8YJ' where id=6; -update noar ti set b2='QGXI0Q8YJ' where id=6; -update noar tt set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7; -update noar ti set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7; -update noar tt set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7; -update noar ti set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7; -update noar tt set b2='U8' where id=7; -update noar ti set b2='U8' where id=7; -update noar tt set b0='92PT815NVI59ES' where id=8; -update noar ti set b0='92PT815NVI59ES' where id=8; -update noar tt set b1='U3E9DZ4H37O8KYNPI' where id=8; -update noar ti set b1='U3E9DZ4H37O8KYNPI' where id=8; -update noar tt set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8; -update noar ti set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8; -update noar tt set b0='NJ97NFK6QUZ' where id=9; -update noar ti set b0='NJ97NFK6QUZ' where id=9; -update noar tt set b1='9N1MYO' where id=9; -update noar ti set b1='9N1MYO' where id=9; -update noar tt set b2='BDMG7MDSYCCHVJY2TEI7' where id=9; -update noar ti set b2='BDMG7MDSYCCHVJY2TEI7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='EDIY6' where id=1; -update noar ti set b0='EDIY6' where id=1; -update noar tt set b1='58TPY5G' where id=1; -update noar ti set b1='58TPY5G' where id=1; -update noar tt set b2='8' where id=1; -update noar ti set b2='8' where id=1; -update noar tt set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2; -update noar ti set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2; -update noar tt set b1='MFNK' where id=2; -update noar ti set b1='MFNK' where id=2; -update noar tt set b2='CP2P45YB5RDFB2EKL4836' where id=2; -update noar ti set b2='CP2P45YB5RDFB2EKL4836' where id=2; -update noar tt set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3; -update noar ti set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3; -update noar tt set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3; -update noar ti set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3; -update noar tt set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3; -update noar ti set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3; -update noar tt set b0='P1EGDBQWU8Y98WCZ74W' where id=4; -update noar ti set b0='P1EGDBQWU8Y98WCZ74W' where id=4; -update noar tt set b1='X' where id=4; -update noar ti set b1='X' where id=4; -update noar tt set b2='K33PV3VRODEC3AWYU4LX3' where id=4; -update noar ti set b2='K33PV3VRODEC3AWYU4LX3' where id=4; -update noar tt set b0='AAD3SCXGXZ7KHLELVA' where id=5; -update noar ti set b0='AAD3SCXGXZ7KHLELVA' where id=5; -update noar tt set b1='NFB49OZR7JWU0ONDOJT6H' where id=5; -update noar ti set b1='NFB49OZR7JWU0ONDOJT6H' where id=5; -update noar tt set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5; -update noar ti set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5; -update noar tt set b0='1MEIX05A06L1KHZB767GB2Y' where id=6; -update noar ti set b0='1MEIX05A06L1KHZB767GB2Y' where id=6; -update noar tt set b1='KYUPVOMHNKWTEBF1' where id=6; -update noar ti set b1='KYUPVOMHNKWTEBF1' where id=6; -update noar tt set b2='GOL' where id=6; -update noar ti set b2='GOL' where id=6; -update noar tt set b0='S991AE337P7VLMOQ' where id=7; -update noar ti set b0='S991AE337P7VLMOQ' where id=7; -update noar tt set b1='26EB8QJTV5KOTXZJDH2N' where id=7; -update noar ti set b1='26EB8QJTV5KOTXZJDH2N' where id=7; -update noar tt set b2='6W8J8R68' where id=7; -update noar ti set b2='6W8J8R68' where id=7; -update noar tt set b0='BO3TGF' where id=8; -update noar ti set b0='BO3TGF' where id=8; -update noar tt set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8; -update noar ti set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8; -update noar tt set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8; -update noar ti set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8; -update noar tt set b0='3RV4SVJNFH5807' where id=9; -update noar ti set b0='3RV4SVJNFH5807' where id=9; -update noar tt set b1='HH0E8QCB9INLB' where id=9; -update noar ti set b1='HH0E8QCB9INLB' where id=9; -update noar tt set b2='9' where id=9; -update noar ti set b2='9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1; -update noar ti set b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1; -update noar tt set b1='V0K31OUURZTPZO' where id=1; -update noar ti set b1='V0K31OUURZTPZO' where id=1; -update noar tt set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1; -update noar ti set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1; -update noar tt set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2; -update noar ti set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2; -update noar tt set b1='98H7FEP5HT' where id=2; -update noar ti set b1='98H7FEP5HT' where id=2; -update noar tt set b2='QTPIF0' where id=2; -update noar ti set b2='QTPIF0' where id=2; -update noar tt set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3; -update noar ti set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3; -update noar tt set b1='PYCER' where id=3; -update noar ti set b1='PYCER' where id=3; -update noar tt set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3; -update noar ti set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3; -update noar tt set b0='N0B501K95GPMN51NW' where id=4; -update noar ti set b0='N0B501K95GPMN51NW' where id=4; -update noar tt set b1='YD87UKN4S0' where id=4; -update noar ti set b1='YD87UKN4S0' where id=4; -update noar tt set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4; -update noar ti set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4; -update noar tt set b0='292MSMHCG9J7W8JV24Q' where id=5; -update noar ti set b0='292MSMHCG9J7W8JV24Q' where id=5; -update noar tt set b1='MWCPOCMY' where id=5; -update noar ti set b1='MWCPOCMY' where id=5; -update noar tt set b2='PG' where id=5; -update noar ti set b2='PG' where id=5; -update noar tt set b0='YBKSVEI6S76HXMT7J' where id=6; -update noar ti set b0='YBKSVEI6S76HXMT7J' where id=6; -update noar tt set b1='ASIL8EPIEP' where id=6; -update noar ti set b1='ASIL8EPIEP' where id=6; -update noar tt set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6; -update noar ti set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6; -update noar tt set b0='SVK3OKVD592V3DLJGZWI' where id=7; -update noar ti set b0='SVK3OKVD592V3DLJGZWI' where id=7; -update noar tt set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7; -update noar ti set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7; -update noar tt set b2='PTZED93DMLC9MH25D2H0' where id=7; -update noar ti set b2='PTZED93DMLC9MH25D2H0' where id=7; -update noar tt set b0='Z2257C73FE768H3OGQYRQYJ' where id=8; -update noar ti set b0='Z2257C73FE768H3OGQYRQYJ' where id=8; -update noar tt set b1='JFE2BNXQ6F6QO4F36PV' where id=8; -update noar ti set b1='JFE2BNXQ6F6QO4F36PV' where id=8; -update noar tt set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8; -update noar ti set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8; -update noar tt set b0='P7TEHC1E7H' where id=9; -update noar ti set b0='P7TEHC1E7H' where id=9; -update noar tt set b1='GAMS' where id=9; -update noar ti set b1='GAMS' where id=9; -update noar tt set b2='ISQVEH5DWMZA9CFO6TX' where id=9; -update noar ti set b2='ISQVEH5DWMZA9CFO6TX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='VEV9WU59A5QRVQHC' where id=1; -update noar ti set b0='VEV9WU59A5QRVQHC' where id=1; -update noar tt set b1='WV6Q5JD1392NNJMAKJ5' where id=1; -update noar ti set b1='WV6Q5JD1392NNJMAKJ5' where id=1; -update noar tt set b2='WN52ORPN75BUDPO8E1T29' where id=1; -update noar ti set b2='WN52ORPN75BUDPO8E1T29' where id=1; -update noar tt set b0='LNFEZR474NVFI' where id=2; -update noar ti set b0='LNFEZR474NVFI' where id=2; -update noar tt set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2; -update noar ti set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2; -update noar tt set b2='3DZU6' where id=2; -update noar ti set b2='3DZU6' where id=2; -update noar tt set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3; -update noar ti set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3; -update noar tt set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3; -update noar ti set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3; -update noar tt set b2='K9U3T4I6J3CG' where id=3; -update noar ti set b2='K9U3T4I6J3CG' where id=3; -update noar tt set b0='CR' where id=4; -update noar ti set b0='CR' where id=4; -update noar tt set b1='B38BF9K2P' where id=4; -update noar ti set b1='B38BF9K2P' where id=4; -update noar tt set b2='1IFYUVT2064YST' where id=4; -update noar ti set b2='1IFYUVT2064YST' where id=4; -update noar tt set b0='NT' where id=5; -update noar ti set b0='NT' where id=5; -update noar tt set b1='W9X11NURLXPNWPXN30' where id=5; -update noar ti set b1='W9X11NURLXPNWPXN30' where id=5; -update noar tt set b2='ZWI9O' where id=5; -update noar ti set b2='ZWI9O' where id=5; -update noar tt set b0='RN600UL03M' where id=6; -update noar ti set b0='RN600UL03M' where id=6; -update noar tt set b1='6FQDTUI' where id=6; -update noar ti set b1='6FQDTUI' where id=6; -update noar tt set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6; -update noar ti set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6; -update noar tt set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7; -update noar ti set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7; -update noar tt set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7; -update noar ti set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7; -update noar tt set b2='FG4G' where id=7; -update noar ti set b2='FG4G' where id=7; -update noar tt set b0='5NM000UZDLIF' where id=8; -update noar ti set b0='5NM000UZDLIF' where id=8; -update noar tt set b1='HYXNAJ8QYF' where id=8; -update noar ti set b1='HYXNAJ8QYF' where id=8; -update noar tt set b2='URU0KZ4NK2U' where id=8; -update noar ti set b2='URU0KZ4NK2U' where id=8; -update noar tt set b0='LRQK35RR' where id=9; -update noar ti set b0='LRQK35RR' where id=9; -update noar tt set b1='QACJ71GE6K5Z' where id=9; -update noar ti set b1='QACJ71GE6K5Z' where id=9; -update noar tt set b2='MSTWYPU' where id=9; -update noar ti set b2='MSTWYPU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QDV1DW52NO1MN4WBTEHIA3' where id=1; -update noar ti set b0='QDV1DW52NO1MN4WBTEHIA3' where id=1; -update noar tt set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1; -update noar ti set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1; -update noar tt set b2='G1ZFVE1R9JMUG' where id=1; -update noar ti set b2='G1ZFVE1R9JMUG' where id=1; -update noar tt set b0='G1VTP8VER9X5XF76IHM' where id=2; -update noar ti set b0='G1VTP8VER9X5XF76IHM' where id=2; -update noar tt set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2; -update noar ti set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2; -update noar tt set b2='HPKDPWSVCQV' where id=2; -update noar ti set b2='HPKDPWSVCQV' where id=2; -update noar tt set b0='1FYN8LDJ6DNLJ34' where id=3; -update noar ti set b0='1FYN8LDJ6DNLJ34' where id=3; -update noar tt set b1='Z1SZ9WQ7VX' where id=3; -update noar ti set b1='Z1SZ9WQ7VX' where id=3; -update noar tt set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3; -update noar ti set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3; -update noar tt set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4; -update noar ti set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4; -update noar tt set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4; -update noar ti set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4; -update noar tt set b2='0JHKEL816XK' where id=4; -update noar ti set b2='0JHKEL816XK' where id=4; -update noar tt set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5; -update noar ti set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5; -update noar tt set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5; -update noar ti set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5; -update noar tt set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5; -update noar ti set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5; -update noar tt set b0='DE3306BZ9H185S' where id=6; -update noar ti set b0='DE3306BZ9H185S' where id=6; -update noar tt set b1='DC6RPIWT22VB9MRF5EL5V' where id=6; -update noar ti set b1='DC6RPIWT22VB9MRF5EL5V' where id=6; -update noar tt set b2='F5VQ' where id=6; -update noar ti set b2='F5VQ' where id=6; -update noar tt set b0='I3ZX4DBGGUQA39FDULDSD' where id=7; -update noar ti set b0='I3ZX4DBGGUQA39FDULDSD' where id=7; -update noar tt set b1='T4F' where id=7; -update noar ti set b1='T4F' where id=7; -update noar tt set b2='D1VR6GGTXT8Z4F' where id=7; -update noar ti set b2='D1VR6GGTXT8Z4F' where id=7; -update noar tt set b0='VSC6LZCV2ZE416NVFT764' where id=8; -update noar ti set b0='VSC6LZCV2ZE416NVFT764' where id=8; -update noar tt set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8; -update noar ti set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8; -update noar tt set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8; -update noar ti set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8; -update noar tt set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9; -update noar ti set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9; -update noar tt set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9; -update noar ti set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9; -update noar tt set b2='D9GAS0S5ROW' where id=9; -update noar ti set b2='D9GAS0S5ROW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='2NGUMPZUZX0TL260L' where id=1; -update noar ti set b0='2NGUMPZUZX0TL260L' where id=1; -update noar tt set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1; -update noar ti set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1; -update noar tt set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1; -update noar ti set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1; -update noar tt set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2; -update noar ti set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2; -update noar tt set b1='5EKU2AC' where id=2; -update noar ti set b1='5EKU2AC' where id=2; -update noar tt set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2; -update noar ti set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2; -update noar tt set b0='ZTTHM7B3BXVE' where id=3; -update noar ti set b0='ZTTHM7B3BXVE' where id=3; -update noar tt set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3; -update noar ti set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3; -update noar tt set b2='DKATUL9WLR81U5AO9H7FI' where id=3; -update noar ti set b2='DKATUL9WLR81U5AO9H7FI' where id=3; -update noar tt set b0='9R' where id=4; -update noar ti set b0='9R' where id=4; -update noar tt set b1='BZXBHWT' where id=4; -update noar ti set b1='BZXBHWT' where id=4; -update noar tt set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4; -update noar ti set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4; -update noar tt set b0='M2T' where id=5; -update noar ti set b0='M2T' where id=5; -update noar tt set b1='H6CXFZ725MF1PPCSZF' where id=5; -update noar ti set b1='H6CXFZ725MF1PPCSZF' where id=5; -update noar tt set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5; -update noar ti set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5; -update noar tt set b0='VJW3KOMHUQL4RW' where id=6; -update noar ti set b0='VJW3KOMHUQL4RW' where id=6; -update noar tt set b1='2B28D758GWHYYCXM4X' where id=6; -update noar ti set b1='2B28D758GWHYYCXM4X' where id=6; -update noar tt set b2='Y3J29IF87PC' where id=6; -update noar ti set b2='Y3J29IF87PC' where id=6; -update noar tt set b0='1' where id=7; -update noar ti set b0='1' where id=7; -update noar tt set b1='TQHPLGW8PLJQB9A' where id=7; -update noar ti set b1='TQHPLGW8PLJQB9A' where id=7; -update noar tt set b2='I89R20VLFWTEJ6WPY6VPW' where id=7; -update noar ti set b2='I89R20VLFWTEJ6WPY6VPW' where id=7; -update noar tt set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8; -update noar ti set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8; -update noar tt set b1='HXUSMNLI22HYEONA2GA6' where id=8; -update noar ti set b1='HXUSMNLI22HYEONA2GA6' where id=8; -update noar tt set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8; -update noar ti set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8; -update noar tt set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9; -update noar ti set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9; -update noar tt set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9; -update noar ti set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9; -update noar tt set b2='ZMU' where id=9; -update noar ti set b2='ZMU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='LJKN0KJFQ' where id=1; -update noar ti set b0='LJKN0KJFQ' where id=1; -update noar tt set b1='J8PFJQGICL' where id=1; -update noar ti set b1='J8PFJQGICL' where id=1; -update noar tt set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1; -update noar ti set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1; -update noar tt set b0='7O6' where id=2; -update noar ti set b0='7O6' where id=2; -update noar tt set b1='M6D2N2N4W5VYB06EKI' where id=2; -update noar ti set b1='M6D2N2N4W5VYB06EKI' where id=2; -update noar tt set b2='8E0TC8I31M6L572PHIXMRA' where id=2; -update noar ti set b2='8E0TC8I31M6L572PHIXMRA' where id=2; -update noar tt set b0='22BVZD36B74GL8467REMX1O4' where id=3; -update noar ti set b0='22BVZD36B74GL8467REMX1O4' where id=3; -update noar tt set b1='H17E70BNU9039OJG89UF3K3TI' where id=3; -update noar ti set b1='H17E70BNU9039OJG89UF3K3TI' where id=3; -update noar tt set b2='26M8B15CDHG5YEK' where id=3; -update noar ti set b2='26M8B15CDHG5YEK' where id=3; -update noar tt set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4; -update noar ti set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4; -update noar tt set b1='O68YTNV7MS2D' where id=4; -update noar ti set b1='O68YTNV7MS2D' where id=4; -update noar tt set b2='LOVI692I2W67ICLBID' where id=4; -update noar ti set b2='LOVI692I2W67ICLBID' where id=4; -update noar tt set b0='GKH3D' where id=5; -update noar ti set b0='GKH3D' where id=5; -update noar tt set b1='X0CMCGJM773FR99DV4BIAB' where id=5; -update noar ti set b1='X0CMCGJM773FR99DV4BIAB' where id=5; -update noar tt set b2='DRRUR4GR9BSW' where id=5; -update noar ti set b2='DRRUR4GR9BSW' where id=5; -update noar tt set b0='QDZR' where id=6; -update noar ti set b0='QDZR' where id=6; -update noar tt set b1='8OW73WTSBTU6LAXIK79J516X' where id=6; -update noar ti set b1='8OW73WTSBTU6LAXIK79J516X' where id=6; -update noar tt set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6; -update noar ti set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6; -update noar tt set b0='U2U1O0SBSAG' where id=7; -update noar ti set b0='U2U1O0SBSAG' where id=7; -update noar tt set b1='5GE0IWAZ1M6M126RGXLE' where id=7; -update noar ti set b1='5GE0IWAZ1M6M126RGXLE' where id=7; -update noar tt set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7; -update noar ti set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7; -update noar tt set b0='2C18JJE3CF6Q92UMJ9' where id=8; -update noar ti set b0='2C18JJE3CF6Q92UMJ9' where id=8; -update noar tt set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8; -update noar ti set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8; -update noar tt set b2='AC6CJR5Z8J81S4RK31F8M' where id=8; -update noar ti set b2='AC6CJR5Z8J81S4RK31F8M' where id=8; -update noar tt set b0='T595' where id=9; -update noar ti set b0='T595' where id=9; -update noar tt set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9; -update noar ti set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9; -update noar tt set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9; -update noar ti set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 longblob null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='HL0FNP7CE9H9B3G9BDLETK' where id=1; -update noar ti set b0='HL0FNP7CE9H9B3G9BDLETK' where id=1; -update noar tt set b1='PVO' where id=1; -update noar ti set b1='PVO' where id=1; -update noar tt set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1; -update noar ti set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1; -update noar tt set b0='GM184QL0VV6TSWV' where id=2; -update noar ti set b0='GM184QL0VV6TSWV' where id=2; -update noar tt set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2; -update noar ti set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2; -update noar tt set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2; -update noar ti set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2; -update noar tt set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3; -update noar ti set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3; -update noar tt set b1='OP8VT8F4AH9J9D9' where id=3; -update noar ti set b1='OP8VT8F4AH9J9D9' where id=3; -update noar tt set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3; -update noar ti set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3; -update noar tt set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4; -update noar ti set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4; -update noar tt set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4; -update noar ti set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4; -update noar tt set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4; -update noar ti set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4; -update noar tt set b0='3U6BE' where id=5; -update noar ti set b0='3U6BE' where id=5; -update noar tt set b1='FG334ISBNVVT2ROXCSJ' where id=5; -update noar ti set b1='FG334ISBNVVT2ROXCSJ' where id=5; -update noar tt set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5; -update noar ti set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5; -update noar tt set b0='H8JW' where id=6; -update noar ti set b0='H8JW' where id=6; -update noar tt set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6; -update noar ti set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6; -update noar tt set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6; -update noar ti set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6; -update noar tt set b0='YABRBGGTPYX522I3V' where id=7; -update noar ti set b0='YABRBGGTPYX522I3V' where id=7; -update noar tt set b1='G7E7PGPLOW4958282' where id=7; -update noar ti set b1='G7E7PGPLOW4958282' where id=7; -update noar tt set b2='MCB9TKDZBXHLW' where id=7; -update noar ti set b2='MCB9TKDZBXHLW' where id=7; -update noar tt set b0='ADN8PPM' where id=8; -update noar ti set b0='ADN8PPM' where id=8; -update noar tt set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8; -update noar ti set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8; -update noar tt set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8; -update noar ti set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8; -update noar tt set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9; -update noar ti set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9; -update noar tt set b1='KE5E8S9LXN2GZCCH' where id=9; -update noar ti set b1='KE5E8S9LXN2GZCCH' where id=9; -update noar tt set b2='QL3' where id=9; -update noar ti set b2='QL3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 longblob not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1; -update noar ti set b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1; -update noar tt set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1; -update noar ti set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1; -update noar tt set b2='7MH' where id=1; -update noar ti set b2='7MH' where id=1; -update noar tt set b0='4K4OMGG0PIO2ZSAGP' where id=2; -update noar ti set b0='4K4OMGG0PIO2ZSAGP' where id=2; -update noar tt set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2; -update noar ti set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2; -update noar tt set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2; -update noar ti set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2; -update noar tt set b0='3OHI6SLJZIA3OVB' where id=3; -update noar ti set b0='3OHI6SLJZIA3OVB' where id=3; -update noar tt set b1='MILHDQXXBYL0RA82IGQDO' where id=3; -update noar ti set b1='MILHDQXXBYL0RA82IGQDO' where id=3; -update noar tt set b2='0LX36X4AO' where id=3; -update noar ti set b2='0LX36X4AO' where id=3; -update noar tt set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4; -update noar ti set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4; -update noar tt set b1='P' where id=4; -update noar ti set b1='P' where id=4; -update noar tt set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4; -update noar ti set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4; -update noar tt set b0='R9JQPMS4KQFWF4ABBF6' where id=5; -update noar ti set b0='R9JQPMS4KQFWF4ABBF6' where id=5; -update noar tt set b1='J' where id=5; -update noar ti set b1='J' where id=5; -update noar tt set b2='SPF2VKZTAAR' where id=5; -update noar ti set b2='SPF2VKZTAAR' where id=5; -update noar tt set b0='EJ5YBRPHR' where id=6; -update noar ti set b0='EJ5YBRPHR' where id=6; -update noar tt set b1='GV2' where id=6; -update noar ti set b1='GV2' where id=6; -update noar tt set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6; -update noar ti set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6; -update noar tt set b0='R' where id=7; -update noar ti set b0='R' where id=7; -update noar tt set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7; -update noar ti set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7; -update noar tt set b2='9YFCAX' where id=7; -update noar ti set b2='9YFCAX' where id=7; -update noar tt set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8; -update noar ti set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8; -update noar tt set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8; -update noar ti set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8; -update noar tt set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8; -update noar ti set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8; -update noar tt set b0='954IT78G5DN4D' where id=9; -update noar ti set b0='954IT78G5DN4D' where id=9; -update noar tt set b1='S0ONUXIFI67G7T' where id=9; -update noar ti set b1='S0ONUXIFI67G7T' where id=9; -update noar tt set b2='K41RZTCZ61FMR' where id=9; -update noar ti set b2='K41RZTCZ61FMR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 text null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9PDRR' where id=1; -update noar ti set b0='9PDRR' where id=1; -update noar tt set b1='YJWT6F3FJF6O69D4L2' where id=1; -update noar ti set b1='YJWT6F3FJF6O69D4L2' where id=1; -update noar tt set b2='N4QR' where id=1; -update noar ti set b2='N4QR' where id=1; -update noar tt set b0='B5R9FO1' where id=2; -update noar ti set b0='B5R9FO1' where id=2; -update noar tt set b1='0Q39EW' where id=2; -update noar ti set b1='0Q39EW' where id=2; -update noar tt set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2; -update noar ti set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2; -update noar tt set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3; -update noar ti set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3; -update noar tt set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3; -update noar ti set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3; -update noar tt set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3; -update noar ti set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3; -update noar tt set b0='Z6L250O1S' where id=4; -update noar ti set b0='Z6L250O1S' where id=4; -update noar tt set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4; -update noar ti set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4; -update noar tt set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4; -update noar ti set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4; -update noar tt set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5; -update noar ti set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5; -update noar tt set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5; -update noar ti set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5; -update noar tt set b2='PCPIC5BCS23NVUGXK4' where id=5; -update noar ti set b2='PCPIC5BCS23NVUGXK4' where id=5; -update noar tt set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6; -update noar ti set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6; -update noar tt set b1='UU4WGE7FUQVIFXD98O' where id=6; -update noar ti set b1='UU4WGE7FUQVIFXD98O' where id=6; -update noar tt set b2='MX3WNZ' where id=6; -update noar ti set b2='MX3WNZ' where id=6; -update noar tt set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7; -update noar ti set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7; -update noar tt set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7; -update noar ti set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7; -update noar tt set b2='8AN159KCL5KERUVC' where id=7; -update noar ti set b2='8AN159KCL5KERUVC' where id=7; -update noar tt set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8; -update noar ti set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8; -update noar tt set b1='XHM8L9CUJURAT' where id=8; -update noar ti set b1='XHM8L9CUJURAT' where id=8; -update noar tt set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8; -update noar ti set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8; -update noar tt set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9; -update noar ti set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9; -update noar tt set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9; -update noar ti set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9; -update noar tt set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9; -update noar ti set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 text not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='9YTTXBH3O0JP8JHED' where id=1; -update noar ti set b0='9YTTXBH3O0JP8JHED' where id=1; -update noar tt set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1; -update noar ti set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1; -update noar tt set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1; -update noar ti set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1; -update noar tt set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2; -update noar ti set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2; -update noar tt set b1='LKXSN4SGRH2S8CRG' where id=2; -update noar ti set b1='LKXSN4SGRH2S8CRG' where id=2; -update noar tt set b2='U4Z0FNP2LK3PG' where id=2; -update noar ti set b2='U4Z0FNP2LK3PG' where id=2; -update noar tt set b0='50ZUMS' where id=3; -update noar ti set b0='50ZUMS' where id=3; -update noar tt set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3; -update noar ti set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3; -update noar tt set b2='HVJIGK1ZZ1C' where id=3; -update noar ti set b2='HVJIGK1ZZ1C' where id=3; -update noar tt set b0='K0MB' where id=4; -update noar ti set b0='K0MB' where id=4; -update noar tt set b1='XXGFNIO' where id=4; -update noar ti set b1='XXGFNIO' where id=4; -update noar tt set b2='AVHY40W9J7Z' where id=4; -update noar ti set b2='AVHY40W9J7Z' where id=4; -update noar tt set b0='Q' where id=5; -update noar ti set b0='Q' where id=5; -update noar tt set b1='5BLHLE' where id=5; -update noar ti set b1='5BLHLE' where id=5; -update noar tt set b2='TT6I' where id=5; -update noar ti set b2='TT6I' where id=5; -update noar tt set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6; -update noar ti set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6; -update noar tt set b1='08VYPDAD' where id=6; -update noar ti set b1='08VYPDAD' where id=6; -update noar tt set b2='SC2IP6C' where id=6; -update noar ti set b2='SC2IP6C' where id=6; -update noar tt set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7; -update noar ti set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7; -update noar tt set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7; -update noar ti set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7; -update noar tt set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7; -update noar ti set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7; -update noar tt set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8; -update noar ti set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8; -update noar tt set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8; -update noar ti set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8; -update noar tt set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8; -update noar ti set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8; -update noar tt set b0='ZAQ' where id=9; -update noar ti set b0='ZAQ' where id=9; -update noar tt set b1='UKJZ1K865PGML0CR' where id=9; -update noar ti set b1='UKJZ1K865PGML0CR' where id=9; -update noar tt set b2='3JZNQ6KYFI5CVIPW2' where id=9; -update noar ti set b2='3JZNQ6KYFI5CVIPW2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 text null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1; -update noar ti set b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1; -update noar tt set b1='5VTYJ7IAH' where id=1; -update noar ti set b1='5VTYJ7IAH' where id=1; -update noar tt set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1; -update noar ti set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1; -update noar tt set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2; -update noar ti set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2; -update noar tt set b1='53UX1QOKRL7X8TXY85EZ' where id=2; -update noar ti set b1='53UX1QOKRL7X8TXY85EZ' where id=2; -update noar tt set b2='IHKV66Q2MTXPGWJJ' where id=2; -update noar ti set b2='IHKV66Q2MTXPGWJJ' where id=2; -update noar tt set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3; -update noar ti set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3; -update noar tt set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3; -update noar ti set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3; -update noar tt set b2='5' where id=3; -update noar ti set b2='5' where id=3; -update noar tt set b0='XSLQBWR13ENOHEY2W' where id=4; -update noar ti set b0='XSLQBWR13ENOHEY2W' where id=4; -update noar tt set b1='Z' where id=4; -update noar ti set b1='Z' where id=4; -update noar tt set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4; -update noar ti set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4; -update noar tt set b0='COAA589ST1CR0KT9I8RV0YU' where id=5; -update noar ti set b0='COAA589ST1CR0KT9I8RV0YU' where id=5; -update noar tt set b1='ZE72TSPZOVD50KLOKOP' where id=5; -update noar ti set b1='ZE72TSPZOVD50KLOKOP' where id=5; -update noar tt set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5; -update noar ti set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5; -update noar tt set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6; -update noar ti set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6; -update noar tt set b1='ORKV' where id=6; -update noar ti set b1='ORKV' where id=6; -update noar tt set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6; -update noar ti set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6; -update noar tt set b0='CP06CLD2RARFYGE8' where id=7; -update noar ti set b0='CP06CLD2RARFYGE8' where id=7; -update noar tt set b1='GTKGXWTKS14QVAHPND5' where id=7; -update noar ti set b1='GTKGXWTKS14QVAHPND5' where id=7; -update noar tt set b2='CM' where id=7; -update noar ti set b2='CM' where id=7; -update noar tt set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8; -update noar ti set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8; -update noar tt set b1='QR6J3GUTI8PHITP' where id=8; -update noar ti set b1='QR6J3GUTI8PHITP' where id=8; -update noar tt set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8; -update noar ti set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8; -update noar tt set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9; -update noar ti set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9; -update noar tt set b1='QY1D23A7XH3X' where id=9; -update noar ti set b1='QY1D23A7XH3X' where id=9; -update noar tt set b2='IZJJRU7DRVI3F2' where id=9; -update noar ti set b2='IZJJRU7DRVI3F2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 text not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='ZOJ9SW49HXQQAZFK' where id=1; -update noar ti set b0='ZOJ9SW49HXQQAZFK' where id=1; -update noar tt set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1; -update noar ti set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1; -update noar tt set b2='K6B2HO6PT' where id=1; -update noar ti set b2='K6B2HO6PT' where id=1; -update noar tt set b0='G7UWUB4' where id=2; -update noar ti set b0='G7UWUB4' where id=2; -update noar tt set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2; -update noar ti set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2; -update noar tt set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2; -update noar ti set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2; -update noar tt set b0='GPHWBK8' where id=3; -update noar ti set b0='GPHWBK8' where id=3; -update noar tt set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3; -update noar ti set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3; -update noar tt set b2='AT1V1LM2K3G' where id=3; -update noar ti set b2='AT1V1LM2K3G' where id=3; -update noar tt set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4; -update noar ti set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4; -update noar tt set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4; -update noar ti set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4; -update noar tt set b2='735WPLOM' where id=4; -update noar ti set b2='735WPLOM' where id=4; -update noar tt set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5; -update noar ti set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5; -update noar tt set b1='G15702GA2MAUTTE9L87GY' where id=5; -update noar ti set b1='G15702GA2MAUTTE9L87GY' where id=5; -update noar tt set b2='NCWJ661R' where id=5; -update noar ti set b2='NCWJ661R' where id=5; -update noar tt set b0='939WN2' where id=6; -update noar ti set b0='939WN2' where id=6; -update noar tt set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6; -update noar ti set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6; -update noar tt set b2='B' where id=6; -update noar ti set b2='B' where id=6; -update noar tt set b0='1RNSOBU73X' where id=7; -update noar ti set b0='1RNSOBU73X' where id=7; -update noar tt set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7; -update noar ti set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7; -update noar tt set b2='JH4HDYDVZT9ITR' where id=7; -update noar ti set b2='JH4HDYDVZT9ITR' where id=7; -update noar tt set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8; -update noar ti set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8; -update noar tt set b1='53XB8R8PWE1NNNB7' where id=8; -update noar ti set b1='53XB8R8PWE1NNNB7' where id=8; -update noar tt set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8; -update noar ti set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8; -update noar tt set b0='V4F3D791' where id=9; -update noar ti set b0='V4F3D791' where id=9; -update noar tt set b1='9H4PC2PS3YEKU' where id=9; -update noar ti set b1='9H4PC2PS3YEKU' where id=9; -update noar tt set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9; -update noar ti set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 text null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1; -update noar ti set b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1; -update noar tt set b1='C6RF5LRN62Q7TTG' where id=1; -update noar ti set b1='C6RF5LRN62Q7TTG' where id=1; -update noar tt set b2='X' where id=1; -update noar ti set b2='X' where id=1; -update noar tt set b0='YR4KE' where id=2; -update noar ti set b0='YR4KE' where id=2; -update noar tt set b1='R1WEIKTVQNOODULE' where id=2; -update noar ti set b1='R1WEIKTVQNOODULE' where id=2; -update noar tt set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2; -update noar ti set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2; -update noar tt set b0='ZQ80K8E8KJSMFXX' where id=3; -update noar ti set b0='ZQ80K8E8KJSMFXX' where id=3; -update noar tt set b1='13' where id=3; -update noar ti set b1='13' where id=3; -update noar tt set b2='2P1LXI' where id=3; -update noar ti set b2='2P1LXI' where id=3; -update noar tt set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4; -update noar ti set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4; -update noar tt set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4; -update noar ti set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4; -update noar tt set b2='J2Q' where id=4; -update noar ti set b2='J2Q' where id=4; -update noar tt set b0='JHZ60NXWD1Z1AU1' where id=5; -update noar ti set b0='JHZ60NXWD1Z1AU1' where id=5; -update noar tt set b1='KWRSEAMTEJR2FA7' where id=5; -update noar ti set b1='KWRSEAMTEJR2FA7' where id=5; -update noar tt set b2='IPIYGP01EUO' where id=5; -update noar ti set b2='IPIYGP01EUO' where id=5; -update noar tt set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6; -update noar ti set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6; -update noar tt set b1='DQOJ2V96R8H' where id=6; -update noar ti set b1='DQOJ2V96R8H' where id=6; -update noar tt set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6; -update noar ti set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6; -update noar tt set b0='TRMSFWV66PF' where id=7; -update noar ti set b0='TRMSFWV66PF' where id=7; -update noar tt set b1='8WSO2LT0VUHP1RMIM' where id=7; -update noar ti set b1='8WSO2LT0VUHP1RMIM' where id=7; -update noar tt set b2='DHKM3N3IJVJC' where id=7; -update noar ti set b2='DHKM3N3IJVJC' where id=7; -update noar tt set b0='T9GZ47NM' where id=8; -update noar ti set b0='T9GZ47NM' where id=8; -update noar tt set b1='68I4PDRVJE2' where id=8; -update noar ti set b1='68I4PDRVJE2' where id=8; -update noar tt set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8; -update noar ti set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8; -update noar tt set b0='2PH7G3W' where id=9; -update noar ti set b0='2PH7G3W' where id=9; -update noar tt set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9; -update noar ti set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9; -update noar tt set b2='S' where id=9; -update noar ti set b2='S' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 text not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1; -update noar ti set b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1; -update noar tt set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1; -update noar ti set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1; -update noar tt set b2='RDZ9US' where id=1; -update noar ti set b2='RDZ9US' where id=1; -update noar tt set b0='4EW1J0I8' where id=2; -update noar ti set b0='4EW1J0I8' where id=2; -update noar tt set b1='P0IRCH8UR9KU52478' where id=2; -update noar ti set b1='P0IRCH8UR9KU52478' where id=2; -update noar tt set b2='HJOZI2OW98D7' where id=2; -update noar ti set b2='HJOZI2OW98D7' where id=2; -update noar tt set b0='9RJ9D9369596' where id=3; -update noar ti set b0='9RJ9D9369596' where id=3; -update noar tt set b1='TVXNJ5BU691U8Z01S' where id=3; -update noar ti set b1='TVXNJ5BU691U8Z01S' where id=3; -update noar tt set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3; -update noar ti set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3; -update noar tt set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4; -update noar ti set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4; -update noar tt set b1='FUOSDQBJ203P' where id=4; -update noar ti set b1='FUOSDQBJ203P' where id=4; -update noar tt set b2='QC11' where id=4; -update noar ti set b2='QC11' where id=4; -update noar tt set b0='OL2UZNX6J19SWR90S5ECPB2HC' where id=5; -update noar ti set b0='OL2UZNX6J19SWR90S5ECPB2HC' where id=5; -update noar tt set b1='A' where id=5; -update noar ti set b1='A' where id=5; -update noar tt set b2='68N06E5CUAV792AO' where id=5; -update noar ti set b2='68N06E5CUAV792AO' where id=5; -update noar tt set b0='H4U5K' where id=6; -update noar ti set b0='H4U5K' where id=6; -update noar tt set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6; -update noar ti set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6; -update noar tt set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6; -update noar ti set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6; -update noar tt set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7; -update noar ti set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7; -update noar tt set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7; -update noar ti set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7; -update noar tt set b2='8I1VRK' where id=7; -update noar ti set b2='8I1VRK' where id=7; -update noar tt set b0='1IFCV5OWSCDA0H69FP2L' where id=8; -update noar ti set b0='1IFCV5OWSCDA0H69FP2L' where id=8; -update noar tt set b1='U6ZE3HIWNQPFS0VMSV' where id=8; -update noar ti set b1='U6ZE3HIWNQPFS0VMSV' where id=8; -update noar tt set b2='OPO075JAZXT62TEHK' where id=8; -update noar ti set b2='OPO075JAZXT62TEHK' where id=8; -update noar tt set b0='UDXBKR5BT' where id=9; -update noar ti set b0='UDXBKR5BT' where id=9; -update noar tt set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9; -update noar ti set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9; -update noar tt set b2='3YV1IT' where id=9; -update noar ti set b2='3YV1IT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 text null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1; -update noar ti set b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1; -update noar tt set b1='00MV75PG3' where id=1; -update noar ti set b1='00MV75PG3' where id=1; -update noar tt set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1; -update noar ti set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1; -update noar tt set b0='U2TANQAGA77NH1K58V2R3' where id=2; -update noar ti set b0='U2TANQAGA77NH1K58V2R3' where id=2; -update noar tt set b1='63VLXO1C3D54A2' where id=2; -update noar ti set b1='63VLXO1C3D54A2' where id=2; -update noar tt set b2='JK2HLGFR8KK9F3KM3THI8' where id=2; -update noar ti set b2='JK2HLGFR8KK9F3KM3THI8' where id=2; -update noar tt set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3; -update noar ti set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3; -update noar tt set b1='UU6H2SZWJTX7MT8CH' where id=3; -update noar ti set b1='UU6H2SZWJTX7MT8CH' where id=3; -update noar tt set b2='JISET1GTB2PXR' where id=3; -update noar ti set b2='JISET1GTB2PXR' where id=3; -update noar tt set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4; -update noar ti set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4; -update noar tt set b1='XCO5EK1BCRPXK' where id=4; -update noar ti set b1='XCO5EK1BCRPXK' where id=4; -update noar tt set b2='N4DKM' where id=4; -update noar ti set b2='N4DKM' where id=4; -update noar tt set b0='4LGHUC2' where id=5; -update noar ti set b0='4LGHUC2' where id=5; -update noar tt set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5; -update noar ti set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5; -update noar tt set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5; -update noar ti set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5; -update noar tt set b0='8' where id=6; -update noar ti set b0='8' where id=6; -update noar tt set b1='LI9M938N2DY6O63RYS3' where id=6; -update noar ti set b1='LI9M938N2DY6O63RYS3' where id=6; -update noar tt set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6; -update noar ti set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6; -update noar tt set b0='ZDH6QOA6V42TN' where id=7; -update noar ti set b0='ZDH6QOA6V42TN' where id=7; -update noar tt set b1='OCIJD' where id=7; -update noar ti set b1='OCIJD' where id=7; -update noar tt set b2='NA9621YEEDZGASGE0' where id=7; -update noar ti set b2='NA9621YEEDZGASGE0' where id=7; -update noar tt set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8; -update noar ti set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8; -update noar tt set b1='61U3PWW00LL731GIOCZG' where id=8; -update noar ti set b1='61U3PWW00LL731GIOCZG' where id=8; -update noar tt set b2='4573VI901F86GDSDO4NL9661B' where id=8; -update noar ti set b2='4573VI901F86GDSDO4NL9661B' where id=8; -update noar tt set b0='BB1T3VLBBTF3J1JQIIM3' where id=9; -update noar ti set b0='BB1T3VLBBTF3J1JQIIM3' where id=9; -update noar tt set b1='YODBR' where id=9; -update noar ti set b1='YODBR' where id=9; -update noar tt set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9; -update noar ti set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 text not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='31PKJM51YE4' where id=1; -update noar ti set b0='31PKJM51YE4' where id=1; -update noar tt set b1='WXXEI' where id=1; -update noar ti set b1='WXXEI' where id=1; -update noar tt set b2='YLN3FHUROB2FO2BR3DFS6' where id=1; -update noar ti set b2='YLN3FHUROB2FO2BR3DFS6' where id=1; -update noar tt set b0='HF4HBXQ6IS' where id=2; -update noar ti set b0='HF4HBXQ6IS' where id=2; -update noar tt set b1='Q8PDD' where id=2; -update noar ti set b1='Q8PDD' where id=2; -update noar tt set b2='O3X1SR3BJI2ZV9' where id=2; -update noar ti set b2='O3X1SR3BJI2ZV9' where id=2; -update noar tt set b0='UKDG5PRMIO4I' where id=3; -update noar ti set b0='UKDG5PRMIO4I' where id=3; -update noar tt set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3; -update noar ti set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3; -update noar tt set b2='MAEOTNCLB30YK2AP8N' where id=3; -update noar ti set b2='MAEOTNCLB30YK2AP8N' where id=3; -update noar tt set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4; -update noar ti set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4; -update noar tt set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4; -update noar ti set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4; -update noar tt set b2='X7WECAGSM9P5' where id=4; -update noar ti set b2='X7WECAGSM9P5' where id=4; -update noar tt set b0='DRVXBSP42P' where id=5; -update noar ti set b0='DRVXBSP42P' where id=5; -update noar tt set b1='MEO5' where id=5; -update noar ti set b1='MEO5' where id=5; -update noar tt set b2='NWR7410JBM0QX101I' where id=5; -update noar ti set b2='NWR7410JBM0QX101I' where id=5; -update noar tt set b0='U4LM8OY6H744' where id=6; -update noar ti set b0='U4LM8OY6H744' where id=6; -update noar tt set b1='JZLIYZVWLOSH7RQ6' where id=6; -update noar ti set b1='JZLIYZVWLOSH7RQ6' where id=6; -update noar tt set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6; -update noar ti set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6; -update noar tt set b0='EI13RVZEBO' where id=7; -update noar ti set b0='EI13RVZEBO' where id=7; -update noar tt set b1='MOKVMZ9NOFBE5MZ1R3' where id=7; -update noar ti set b1='MOKVMZ9NOFBE5MZ1R3' where id=7; -update noar tt set b2='IS1909KHX46Y52T75' where id=7; -update noar ti set b2='IS1909KHX46Y52T75' where id=7; -update noar tt set b0='7IAF' where id=8; -update noar ti set b0='7IAF' where id=8; -update noar tt set b1='V53X6XCV3KSPPXJV' where id=8; -update noar ti set b1='V53X6XCV3KSPPXJV' where id=8; -update noar tt set b2='F15HUXD0D2Z' where id=8; -update noar ti set b2='F15HUXD0D2Z' where id=8; -update noar tt set b0='7SA2WI9HJ16JCG92O78I0' where id=9; -update noar ti set b0='7SA2WI9HJ16JCG92O78I0' where id=9; -update noar tt set b1='QYVUDKJ' where id=9; -update noar ti set b1='QYVUDKJ' where id=9; -update noar tt set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9; -update noar ti set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text null, - b1 text null, - b2 text null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1; -update noar ti set b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1; -update noar tt set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1; -update noar ti set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1; -update noar tt set b2='UHM3PVVOFK' where id=1; -update noar ti set b2='UHM3PVVOFK' where id=1; -update noar tt set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2; -update noar ti set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2; -update noar tt set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2; -update noar ti set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2; -update noar tt set b2='EH' where id=2; -update noar ti set b2='EH' where id=2; -update noar tt set b0='04K67BHVGEVC2IIE' where id=3; -update noar ti set b0='04K67BHVGEVC2IIE' where id=3; -update noar tt set b1='VQRJQFRDPSN2EO88GU84C' where id=3; -update noar ti set b1='VQRJQFRDPSN2EO88GU84C' where id=3; -update noar tt set b2='0E' where id=3; -update noar ti set b2='0E' where id=3; -update noar tt set b0='Z4KC4F123J711' where id=4; -update noar ti set b0='Z4KC4F123J711' where id=4; -update noar tt set b1='K07' where id=4; -update noar ti set b1='K07' where id=4; -update noar tt set b2='3CEN03R' where id=4; -update noar ti set b2='3CEN03R' where id=4; -update noar tt set b0='LZXPD2UT' where id=5; -update noar ti set b0='LZXPD2UT' where id=5; -update noar tt set b1='E386' where id=5; -update noar ti set b1='E386' where id=5; -update noar tt set b2='N6V64UW' where id=5; -update noar ti set b2='N6V64UW' where id=5; -update noar tt set b0='MZE3EVZ0GTQ847GEAHQ' where id=6; -update noar ti set b0='MZE3EVZ0GTQ847GEAHQ' where id=6; -update noar tt set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6; -update noar ti set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6; -update noar tt set b2='FRCJF1683XAKVEE' where id=6; -update noar ti set b2='FRCJF1683XAKVEE' where id=6; -update noar tt set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7; -update noar ti set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7; -update noar tt set b1='OTNQCJDJRKVUXXPU' where id=7; -update noar ti set b1='OTNQCJDJRKVUXXPU' where id=7; -update noar tt set b2='BIIJLOMAME661KQ7A2' where id=7; -update noar ti set b2='BIIJLOMAME661KQ7A2' where id=7; -update noar tt set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8; -update noar ti set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8; -update noar tt set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8; -update noar ti set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8; -update noar tt set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8; -update noar ti set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8; -update noar tt set b0='7373' where id=9; -update noar ti set b0='7373' where id=9; -update noar tt set b1='42O9AXDJDCC6GCTD7FI7' where id=9; -update noar ti set b1='42O9AXDJDCC6GCTD7FI7' where id=9; -update noar tt set b2='GO6MZKMUBB318SARJ' where id=9; -update noar ti set b2='GO6MZKMUBB318SARJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - b0 text not null, - b1 text not null, - b2 text not null -) engine=tokudb; -insert into tt values (1,'','',''); -insert into tt values (2,'','',''); -insert into tt values (3,'','',''); -insert into tt values (4,'','',''); -insert into tt values (5,'','',''); -insert into tt values (6,'','',''); -insert into tt values (7,'','',''); -insert into tt values (8,'','',''); -insert into tt values (9,'','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1; -update noar ti set b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1; -update noar tt set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1; -update noar ti set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1; -update noar tt set b2='LR' where id=1; -update noar ti set b2='LR' where id=1; -update noar tt set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2; -update noar ti set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2; -update noar tt set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2; -update noar ti set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2; -update noar tt set b2='KNHK' where id=2; -update noar ti set b2='KNHK' where id=2; -update noar tt set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3; -update noar ti set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3; -update noar tt set b1='WJYP9XQVJ8RKEPQAGV' where id=3; -update noar ti set b1='WJYP9XQVJ8RKEPQAGV' where id=3; -update noar tt set b2='BFXR1STWUZY9RM' where id=3; -update noar ti set b2='BFXR1STWUZY9RM' where id=3; -update noar tt set b0='K0F3W234B0LZY6' where id=4; -update noar ti set b0='K0F3W234B0LZY6' where id=4; -update noar tt set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4; -update noar ti set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4; -update noar tt set b2='GBUS6Y9ECF' where id=4; -update noar ti set b2='GBUS6Y9ECF' where id=4; -update noar tt set b0='ZHC' where id=5; -update noar ti set b0='ZHC' where id=5; -update noar tt set b1='DQR9P5VSSBA01WQ' where id=5; -update noar ti set b1='DQR9P5VSSBA01WQ' where id=5; -update noar tt set b2='5' where id=5; -update noar ti set b2='5' where id=5; -update noar tt set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6; -update noar ti set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6; -update noar tt set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6; -update noar ti set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6; -update noar tt set b2='0QZ5R40' where id=6; -update noar ti set b2='0QZ5R40' where id=6; -update noar tt set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7; -update noar ti set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7; -update noar tt set b1='0HJLH1JK' where id=7; -update noar ti set b1='0HJLH1JK' where id=7; -update noar tt set b2='R09YIQW78' where id=7; -update noar ti set b2='R09YIQW78' where id=7; -update noar tt set b0='QLDCVCMHCISPBS8H9I' where id=8; -update noar ti set b0='QLDCVCMHCISPBS8H9I' where id=8; -update noar tt set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8; -update noar ti set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8; -update noar tt set b2='2IQ4JF3X0RK181I7DKZY' where id=8; -update noar ti set b2='2IQ4JF3X0RK181I7DKZY' where id=8; -update noar tt set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' where id=9; -update noar ti set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set b2='OQ22J6SMTSA0KSHTMU' where id=9; -update noar ti set b2='OQ22J6SMTSA0KSHTMU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; +--source ../include/fast_update_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_blobs.inc + +--perl + + my $nrows = 10; + open(FILE, '>', "$ENV{GENERATED}") or die; + my @blob_types = ('tinyblob', 'blob', 'mediumblob', 'longblob', 'text'); + foreach my $a (@blob_types) { + foreach my $b (@blob_types) { + foreach my $c (@blob_types) { + foreach my $n ('null', 'not null') { + test_blobs([$a, $b, $c], $n, $nrows); + } + } + } + } + close FILE; + + sub test_blobs { + my $cols = shift; + my $n = shift; + my $nrows = shift; + + print FILE 'create table tt (id bigint unsigned primary key,'; + foreach my $i (0 .. $#{$cols}) { + if ($i < $#{$cols}) { + print FILE " b$i $cols->[$i] $n, "; + } + else { + print FILE "b$i $cols->[$i] $n"; + } + + } + print FILE ") engine=tokudb;\n"; + + foreach my $id (1 .. $nrows) { + if ($n eq 'null') { + print FILE "insert into tt (id) values ($id);\n"; + } + else { + print FILE "insert into tt values ($id,'','','');\n"; + } + } + + print FILE "create table ti like tt;\n"; + print FILE "alter table ti engine=innodb;\n"; + print FILE "insert into ti select * from tt;\n"; + + foreach my $id (1 .. $nrows) { + foreach my $i (0 .. $#{$cols}) { + my $long_str = rnd_str((rand(32) + 1), ("A" .. "Z", 0 .. 9)); + print FILE "update tt set b$i='$long_str' where id=$id;\n"; + print FILE "update ti set b$i='$long_str' where id=$id;\n"; + } + } + + print FILE '--let $diff_tables = test.tt, test.ti'."\n"; + print FILE '--source include/diff_tables.inc'."\n"; + print FILE 'drop table tt, ti;'; + } + + sub rnd_str { join '', @_[ map{ rand @_ } 1 .. shift ] } + +EOF + +--source ../include/fast_update_gen_footer_silent.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.py deleted file mode 100644 index 6288b5b2a53be3052675ab434bb0afd0eedbb3f8..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.py +++ /dev/null @@ -1,63 +0,0 @@ -#!/usr/bin/env python - -import sys -import random -import string - -def main(): - print "# generated by tokudb_fast_update_blobs_fixed_varchar.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - nrows = 10 - - blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob' ] - for a in blob_types: - for b in blob_types: - for c in blob_types: - for n in [ 'null', 'not null' ]: - for v in [ 'varchar(32)', 'varchar(256)' ]: - test_blobs([ a, b, c ] , v, n, nrows) - return 0 - -def test_blobs(cols, v, n, nrows): - print "create table tt (id bigint unsigned primary key," - print " f0 int %s," % (n) - print " v0 %s %s," % (v, n) - for i in range(len(cols)): - if i < len(cols)-1: - print " b%d %s %s," % (i, cols[i], n) - else: - print " b%d %s %s" % (i, cols[i], n) - print ") engine=tokudb;" - - for id in range(1,nrows): - if n == 'null': - print "insert into tt (id) values (%d);" % (id) - else: - print "insert into tt values (%d,0,'','','','');" % (id) - - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert into ti select * from tt;" - - for id in range(1,nrows): - for i in range(3): - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(random.randint(1,32))) - print "update noar tt set v%d='%s' where id=%d;" % (0, long_str, id) - print "update noar ti set v%d='%s' where id=%d;" % (0, long_str, id) - - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(random.randint(1,32))) - print "update noar tt set b%d='%s' where id=%d;" % (i, long_str, id) - print "update noar ti set b%d='%s' where id=%d;" % (i, long_str, id) - - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.test deleted file mode 100644 index c4df1a29f39f0fb7b1a90d6d73db49229f4fe2e5..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_fixed_varchar.test +++ /dev/null @@ -1,33287 +0,0 @@ -# generated by tokudb_fast_update_blobs_fixed_varchar.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UP9F5O0JN4QXD8HH' where id=1; -update noar ti set v0='UP9F5O0JN4QXD8HH' where id=1; -update noar tt set b0='EQGX2U37E6GA0YSE85' where id=1; -update noar ti set b0='EQGX2U37E6GA0YSE85' where id=1; -update noar tt set v0='EAYWOECTE' where id=1; -update noar ti set v0='EAYWOECTE' where id=1; -update noar tt set b1='3DQMQ1AYYQMVH7KIDGQRPPYR2DG5L4FX' where id=1; -update noar ti set b1='3DQMQ1AYYQMVH7KIDGQRPPYR2DG5L4FX' where id=1; -update noar tt set v0='QAAYX2OSCJTKYCHQPOEVKQBB13B4U' where id=1; -update noar ti set v0='QAAYX2OSCJTKYCHQPOEVKQBB13B4U' where id=1; -update noar tt set b2='R7P1J6O112EUCRDX0WCD7IDVXRJ68' where id=1; -update noar ti set b2='R7P1J6O112EUCRDX0WCD7IDVXRJ68' where id=1; -update noar tt set v0='C2G3ODA9SGFXDOKM15LR9ZD8X' where id=2; -update noar ti set v0='C2G3ODA9SGFXDOKM15LR9ZD8X' where id=2; -update noar tt set b0='P2AACV03N5JCQ' where id=2; -update noar ti set b0='P2AACV03N5JCQ' where id=2; -update noar tt set v0='B6I2SNUZO7BF17MH8EN7WHCPCIE1NB' where id=2; -update noar ti set v0='B6I2SNUZO7BF17MH8EN7WHCPCIE1NB' where id=2; -update noar tt set b1='P39L5F08ZPVJE010T1ACA9ROE5Y5KWK' where id=2; -update noar ti set b1='P39L5F08ZPVJE010T1ACA9ROE5Y5KWK' where id=2; -update noar tt set v0='UEX612R01T443' where id=2; -update noar ti set v0='UEX612R01T443' where id=2; -update noar tt set b2='9BXWW9NT7MJPZH6E4LW' where id=2; -update noar ti set b2='9BXWW9NT7MJPZH6E4LW' where id=2; -update noar tt set v0='8VRY65Q0PZXYZMEWB7PAD08KK5T90973' where id=3; -update noar ti set v0='8VRY65Q0PZXYZMEWB7PAD08KK5T90973' where id=3; -update noar tt set b0='VN13VOB0DINTY1UYRUZQF1ASFG' where id=3; -update noar ti set b0='VN13VOB0DINTY1UYRUZQF1ASFG' where id=3; -update noar tt set v0='NKWSR6DE2RCFOSHBOWLUUDZ9CL4T8' where id=3; -update noar ti set v0='NKWSR6DE2RCFOSHBOWLUUDZ9CL4T8' where id=3; -update noar tt set b1='QB' where id=3; -update noar ti set b1='QB' where id=3; -update noar tt set v0='2EKWUEP95ULXGJB4OF' where id=3; -update noar ti set v0='2EKWUEP95ULXGJB4OF' where id=3; -update noar tt set b2='Q6IYFN' where id=3; -update noar ti set b2='Q6IYFN' where id=3; -update noar tt set v0='IKQCVMC' where id=4; -update noar ti set v0='IKQCVMC' where id=4; -update noar tt set b0='N535EEK3NPFVSLTB2FAFWRROGD744ZN' where id=4; -update noar ti set b0='N535EEK3NPFVSLTB2FAFWRROGD744ZN' where id=4; -update noar tt set v0='QHNVMNDLY3G4WOVP' where id=4; -update noar ti set v0='QHNVMNDLY3G4WOVP' where id=4; -update noar tt set b1='HDPRGT6XXXGVMZKEN9DN9' where id=4; -update noar ti set b1='HDPRGT6XXXGVMZKEN9DN9' where id=4; -update noar tt set v0='CV12CSM2AVQGZPHXA3Y2' where id=4; -update noar ti set v0='CV12CSM2AVQGZPHXA3Y2' where id=4; -update noar tt set b2='CW7Z0PVFFDQ8CK' where id=4; -update noar ti set b2='CW7Z0PVFFDQ8CK' where id=4; -update noar tt set v0='7SC69BS2SHACUDZVAT8KFC4' where id=5; -update noar ti set v0='7SC69BS2SHACUDZVAT8KFC4' where id=5; -update noar tt set b0='JDNI7VC' where id=5; -update noar ti set b0='JDNI7VC' where id=5; -update noar tt set v0='5SBZI8TP' where id=5; -update noar ti set v0='5SBZI8TP' where id=5; -update noar tt set b1='RTFVTNJXKCRHBSGJRY0IZN' where id=5; -update noar ti set b1='RTFVTNJXKCRHBSGJRY0IZN' where id=5; -update noar tt set v0='56VE0IR8LWSTMCHM' where id=5; -update noar ti set v0='56VE0IR8LWSTMCHM' where id=5; -update noar tt set b2='3FSJ78' where id=5; -update noar ti set b2='3FSJ78' where id=5; -update noar tt set v0='2X4Q8S76IL22ER5A2GVT' where id=6; -update noar ti set v0='2X4Q8S76IL22ER5A2GVT' where id=6; -update noar tt set b0='Y9101E34S6Z2OYB5MDYQPZGCM3IZL7' where id=6; -update noar ti set b0='Y9101E34S6Z2OYB5MDYQPZGCM3IZL7' where id=6; -update noar tt set v0='YQQR77N2QTM' where id=6; -update noar ti set v0='YQQR77N2QTM' where id=6; -update noar tt set b1='1ZALS3OP2JRCSCO8H66BE09WV8HC' where id=6; -update noar ti set b1='1ZALS3OP2JRCSCO8H66BE09WV8HC' where id=6; -update noar tt set v0='D8QT15LKKEJFNJG298Q77ZU' where id=6; -update noar ti set v0='D8QT15LKKEJFNJG298Q77ZU' where id=6; -update noar tt set b2='HYLO1AYTN' where id=6; -update noar ti set b2='HYLO1AYTN' where id=6; -update noar tt set v0='UFIWRPMOVW5C' where id=7; -update noar ti set v0='UFIWRPMOVW5C' where id=7; -update noar tt set b0='PES1N2P9GMTJDLGJAP5QDVQ4BNG' where id=7; -update noar ti set b0='PES1N2P9GMTJDLGJAP5QDVQ4BNG' where id=7; -update noar tt set v0='VLAQQZAT' where id=7; -update noar ti set v0='VLAQQZAT' where id=7; -update noar tt set b1='73FP' where id=7; -update noar ti set b1='73FP' where id=7; -update noar tt set v0='4DU1OB96AM6WMHZDR24WNN7NPI4' where id=7; -update noar ti set v0='4DU1OB96AM6WMHZDR24WNN7NPI4' where id=7; -update noar tt set b2='G1RF3N24F1U8L9I589U8WMO' where id=7; -update noar ti set b2='G1RF3N24F1U8L9I589U8WMO' where id=7; -update noar tt set v0='UYF92O382IWRRQ6MM1ZFAPQNZ8' where id=8; -update noar ti set v0='UYF92O382IWRRQ6MM1ZFAPQNZ8' where id=8; -update noar tt set b0='8KTWN9NSBQT6' where id=8; -update noar ti set b0='8KTWN9NSBQT6' where id=8; -update noar tt set v0='942BQ1D9B' where id=8; -update noar ti set v0='942BQ1D9B' where id=8; -update noar tt set b1='3IFV1B2FJY' where id=8; -update noar ti set b1='3IFV1B2FJY' where id=8; -update noar tt set v0='87I84MN9HJUQKYIFDPBRHR1' where id=8; -update noar ti set v0='87I84MN9HJUQKYIFDPBRHR1' where id=8; -update noar tt set b2='LYY8ML7GUN7UJ7IX53RYP2L' where id=8; -update noar ti set b2='LYY8ML7GUN7UJ7IX53RYP2L' where id=8; -update noar tt set v0='2XKR0RNJJPIN3Y4H' where id=9; -update noar ti set v0='2XKR0RNJJPIN3Y4H' where id=9; -update noar tt set b0='LDO4E' where id=9; -update noar ti set b0='LDO4E' where id=9; -update noar tt set v0='WHMJ' where id=9; -update noar ti set v0='WHMJ' where id=9; -update noar tt set b1='J2LM4S9MV' where id=9; -update noar ti set b1='J2LM4S9MV' where id=9; -update noar tt set v0='XXZEOMP3LRDU' where id=9; -update noar ti set v0='XXZEOMP3LRDU' where id=9; -update noar tt set b2='IE' where id=9; -update noar ti set b2='IE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FV4DRG1LHP44HGV4NZR7TVIEWZ' where id=1; -update noar ti set v0='FV4DRG1LHP44HGV4NZR7TVIEWZ' where id=1; -update noar tt set b0='FS5PN4X2B32UINXW99V' where id=1; -update noar ti set b0='FS5PN4X2B32UINXW99V' where id=1; -update noar tt set v0='8MUQ8W189DGFJ5A8N8UO7NX2196MC07X' where id=1; -update noar ti set v0='8MUQ8W189DGFJ5A8N8UO7NX2196MC07X' where id=1; -update noar tt set b1='GZ3JC972E2NQEJ11M9IBZBTCXN' where id=1; -update noar ti set b1='GZ3JC972E2NQEJ11M9IBZBTCXN' where id=1; -update noar tt set v0='RHDYV4J2V78CSQI64WTQQV5MXGCR' where id=1; -update noar ti set v0='RHDYV4J2V78CSQI64WTQQV5MXGCR' where id=1; -update noar tt set b2='8MRPKVQM95Z6KHLNISO' where id=1; -update noar ti set b2='8MRPKVQM95Z6KHLNISO' where id=1; -update noar tt set v0='DXDUTO3S' where id=2; -update noar ti set v0='DXDUTO3S' where id=2; -update noar tt set b0='0I3UWLX861OUTPKVS4BN0XY' where id=2; -update noar ti set b0='0I3UWLX861OUTPKVS4BN0XY' where id=2; -update noar tt set v0='JXTIVEBV5XAVAO5D8' where id=2; -update noar ti set v0='JXTIVEBV5XAVAO5D8' where id=2; -update noar tt set b1='OLK6YMPAX' where id=2; -update noar ti set b1='OLK6YMPAX' where id=2; -update noar tt set v0='PKSX8' where id=2; -update noar ti set v0='PKSX8' where id=2; -update noar tt set b2='TR3HACE395' where id=2; -update noar ti set b2='TR3HACE395' where id=2; -update noar tt set v0='RVDWQJWJ7WJ31' where id=3; -update noar ti set v0='RVDWQJWJ7WJ31' where id=3; -update noar tt set b0='IWLR3WDB4URQJ325UVOPSAAQFE75K' where id=3; -update noar ti set b0='IWLR3WDB4URQJ325UVOPSAAQFE75K' where id=3; -update noar tt set v0='ICKMSBE7BB6XKU20326K' where id=3; -update noar ti set v0='ICKMSBE7BB6XKU20326K' where id=3; -update noar tt set b1='UNCMR8LMHNRPIV7TPUEA0WETDA' where id=3; -update noar ti set b1='UNCMR8LMHNRPIV7TPUEA0WETDA' where id=3; -update noar tt set v0='U8J0B0QD78HJJUJHB7A9R4CW27PBCEI' where id=3; -update noar ti set v0='U8J0B0QD78HJJUJHB7A9R4CW27PBCEI' where id=3; -update noar tt set b2='9O6QERAE1N5HA2ZX8XFOUVM90UANZQ' where id=3; -update noar ti set b2='9O6QERAE1N5HA2ZX8XFOUVM90UANZQ' where id=3; -update noar tt set v0='7AHJNKB1Z8U' where id=4; -update noar ti set v0='7AHJNKB1Z8U' where id=4; -update noar tt set b0='ZCTM9I' where id=4; -update noar ti set b0='ZCTM9I' where id=4; -update noar tt set v0='I8831J2C65TMWH9QG' where id=4; -update noar ti set v0='I8831J2C65TMWH9QG' where id=4; -update noar tt set b1='57GZ4NT0' where id=4; -update noar ti set b1='57GZ4NT0' where id=4; -update noar tt set v0='4ALMNYRG2AIWX1X5PUL7' where id=4; -update noar ti set v0='4ALMNYRG2AIWX1X5PUL7' where id=4; -update noar tt set b2='G8VLK2UJHDKN0CKREQU2V05HMDXT' where id=4; -update noar ti set b2='G8VLK2UJHDKN0CKREQU2V05HMDXT' where id=4; -update noar tt set v0='IFK8SRQR7OLE' where id=5; -update noar ti set v0='IFK8SRQR7OLE' where id=5; -update noar tt set b0='357P3X2S0R9V6ZXUWS' where id=5; -update noar ti set b0='357P3X2S0R9V6ZXUWS' where id=5; -update noar tt set v0='LFFTV125YF8EWV8U5PWY7LFHI5O5' where id=5; -update noar ti set v0='LFFTV125YF8EWV8U5PWY7LFHI5O5' where id=5; -update noar tt set b1='UG7KBKA931KNNT8TES3GY8XTQ' where id=5; -update noar ti set b1='UG7KBKA931KNNT8TES3GY8XTQ' where id=5; -update noar tt set v0='RK0Z2K1' where id=5; -update noar ti set v0='RK0Z2K1' where id=5; -update noar tt set b2='U6RCPA' where id=5; -update noar ti set b2='U6RCPA' where id=5; -update noar tt set v0='4MVHJPMHU72F5WMTA' where id=6; -update noar ti set v0='4MVHJPMHU72F5WMTA' where id=6; -update noar tt set b0='KCBTKDVRMH95K92' where id=6; -update noar ti set b0='KCBTKDVRMH95K92' where id=6; -update noar tt set v0='PDEJJ3T7IRI1LH4FVNM904PEN3ST108' where id=6; -update noar ti set v0='PDEJJ3T7IRI1LH4FVNM904PEN3ST108' where id=6; -update noar tt set b1='XM9OQPKZOBE' where id=6; -update noar ti set b1='XM9OQPKZOBE' where id=6; -update noar tt set v0='SZ7FDMF2E62FOJ8' where id=6; -update noar ti set v0='SZ7FDMF2E62FOJ8' where id=6; -update noar tt set b2='0C' where id=6; -update noar ti set b2='0C' where id=6; -update noar tt set v0='H9PXC7IBJFEPO' where id=7; -update noar ti set v0='H9PXC7IBJFEPO' where id=7; -update noar tt set b0='BIAS' where id=7; -update noar ti set b0='BIAS' where id=7; -update noar tt set v0='FZTAA5N6G74ZAF96QTK' where id=7; -update noar ti set v0='FZTAA5N6G74ZAF96QTK' where id=7; -update noar tt set b1='91IPC' where id=7; -update noar ti set b1='91IPC' where id=7; -update noar tt set v0='FZ5J' where id=7; -update noar ti set v0='FZ5J' where id=7; -update noar tt set b2='9B8XON1A2SIVAXVL6SOUSATA4JABU' where id=7; -update noar ti set b2='9B8XON1A2SIVAXVL6SOUSATA4JABU' where id=7; -update noar tt set v0='7UE62ORJT08A5' where id=8; -update noar ti set v0='7UE62ORJT08A5' where id=8; -update noar tt set b0='R7' where id=8; -update noar ti set b0='R7' where id=8; -update noar tt set v0='HUAN1GQIYG97GDIZA8RDTZSWPPY' where id=8; -update noar ti set v0='HUAN1GQIYG97GDIZA8RDTZSWPPY' where id=8; -update noar tt set b1='Y90' where id=8; -update noar ti set b1='Y90' where id=8; -update noar tt set v0='4TPOP' where id=8; -update noar ti set v0='4TPOP' where id=8; -update noar tt set b2='25CO3E822C8V0U51C0EOES2ZTAB4CZ0' where id=8; -update noar ti set b2='25CO3E822C8V0U51C0EOES2ZTAB4CZ0' where id=8; -update noar tt set v0='TTSNQKRUK85MVP9IPBMRY94C59' where id=9; -update noar ti set v0='TTSNQKRUK85MVP9IPBMRY94C59' where id=9; -update noar tt set b0='5D6JG1GGEMMH1X' where id=9; -update noar ti set b0='5D6JG1GGEMMH1X' where id=9; -update noar tt set v0='06RZDZW60' where id=9; -update noar ti set v0='06RZDZW60' where id=9; -update noar tt set b1='BNZ0U' where id=9; -update noar ti set b1='BNZ0U' where id=9; -update noar tt set v0='78Y8EGDRPM14PNR2DMXOZ1NC2FKF' where id=9; -update noar ti set v0='78Y8EGDRPM14PNR2DMXOZ1NC2FKF' where id=9; -update noar tt set b2='OOT1X' where id=9; -update noar ti set b2='OOT1X' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VAKDKACN7UGM3' where id=1; -update noar ti set v0='VAKDKACN7UGM3' where id=1; -update noar tt set b0='2INNKXHAQ9C6QM' where id=1; -update noar ti set b0='2INNKXHAQ9C6QM' where id=1; -update noar tt set v0='W3SXABYIYYNHYMO1Q1XUMRTA0Z' where id=1; -update noar ti set v0='W3SXABYIYYNHYMO1Q1XUMRTA0Z' where id=1; -update noar tt set b1='FXWR8OYZTZ4BC8I5OBL3VM0AU' where id=1; -update noar ti set b1='FXWR8OYZTZ4BC8I5OBL3VM0AU' where id=1; -update noar tt set v0='UPTOQLZMLDGIHUPJZCK1Q' where id=1; -update noar ti set v0='UPTOQLZMLDGIHUPJZCK1Q' where id=1; -update noar tt set b2='P52EODM7ILUW9D3HJPK3PX3ZYP2M9J4V' where id=1; -update noar ti set b2='P52EODM7ILUW9D3HJPK3PX3ZYP2M9J4V' where id=1; -update noar tt set v0='G10QH4YXOPZW' where id=2; -update noar ti set v0='G10QH4YXOPZW' where id=2; -update noar tt set b0='4KEAGOEA922JI911K5PJ439' where id=2; -update noar ti set b0='4KEAGOEA922JI911K5PJ439' where id=2; -update noar tt set v0='CHOEPH6F' where id=2; -update noar ti set v0='CHOEPH6F' where id=2; -update noar tt set b1='KU1B83' where id=2; -update noar ti set b1='KU1B83' where id=2; -update noar tt set v0='HB5QQAP698WR4AVNF6' where id=2; -update noar ti set v0='HB5QQAP698WR4AVNF6' where id=2; -update noar tt set b2='WEIJ1BMVXJBDAKK2R7' where id=2; -update noar ti set b2='WEIJ1BMVXJBDAKK2R7' where id=2; -update noar tt set v0='JHSI1SUOPI8L8ACQPUB05HNP0B59' where id=3; -update noar ti set v0='JHSI1SUOPI8L8ACQPUB05HNP0B59' where id=3; -update noar tt set b0='T6FJIH8XKBRTG5WIOB' where id=3; -update noar ti set b0='T6FJIH8XKBRTG5WIOB' where id=3; -update noar tt set v0='OQLCJ4W6EM5' where id=3; -update noar ti set v0='OQLCJ4W6EM5' where id=3; -update noar tt set b1='GC84AGICWXQM1PKZH7382T1NZH8J' where id=3; -update noar ti set b1='GC84AGICWXQM1PKZH7382T1NZH8J' where id=3; -update noar tt set v0='RVW26FZ1FYIP7LWEDXN5DKT' where id=3; -update noar ti set v0='RVW26FZ1FYIP7LWEDXN5DKT' where id=3; -update noar tt set b2='ALVUZTUO87J1HFHLIVTOMI2P' where id=3; -update noar ti set b2='ALVUZTUO87J1HFHLIVTOMI2P' where id=3; -update noar tt set v0='UPQFDFLILA9GMY8ZP' where id=4; -update noar ti set v0='UPQFDFLILA9GMY8ZP' where id=4; -update noar tt set b0='8VO13VMPUE0RNQTR66Q5FG5CUMWIKUIG' where id=4; -update noar ti set b0='8VO13VMPUE0RNQTR66Q5FG5CUMWIKUIG' where id=4; -update noar tt set v0='28WY6FGO5LO7TY9F6ADVHSHHZLF0BDF' where id=4; -update noar ti set v0='28WY6FGO5LO7TY9F6ADVHSHHZLF0BDF' where id=4; -update noar tt set b1='6A' where id=4; -update noar ti set b1='6A' where id=4; -update noar tt set v0='NVQ2G891R7J1VFPWIQMPRKZ9P6U3' where id=4; -update noar ti set v0='NVQ2G891R7J1VFPWIQMPRKZ9P6U3' where id=4; -update noar tt set b2='VACFHQB260KA8FSHD' where id=4; -update noar ti set b2='VACFHQB260KA8FSHD' where id=4; -update noar tt set v0='UQ04H702XE3' where id=5; -update noar ti set v0='UQ04H702XE3' where id=5; -update noar tt set b0='4WK90T' where id=5; -update noar ti set b0='4WK90T' where id=5; -update noar tt set v0='G0X4UU92GBWF7MRMXLRIKFMTVL9QVFWO' where id=5; -update noar ti set v0='G0X4UU92GBWF7MRMXLRIKFMTVL9QVFWO' where id=5; -update noar tt set b1='67' where id=5; -update noar ti set b1='67' where id=5; -update noar tt set v0='62SKJ7JK11UR43YI385HCHI' where id=5; -update noar ti set v0='62SKJ7JK11UR43YI385HCHI' where id=5; -update noar tt set b2='FSB6QPRBEE6DY' where id=5; -update noar ti set b2='FSB6QPRBEE6DY' where id=5; -update noar tt set v0='TNSFYZTZO13PJCOXL6CV3O1RTU8UW' where id=6; -update noar ti set v0='TNSFYZTZO13PJCOXL6CV3O1RTU8UW' where id=6; -update noar tt set b0='BS1DL0BE35ID9SHB5ZE5FRASU' where id=6; -update noar ti set b0='BS1DL0BE35ID9SHB5ZE5FRASU' where id=6; -update noar tt set v0='ZY239H2DDXXYG' where id=6; -update noar ti set v0='ZY239H2DDXXYG' where id=6; -update noar tt set b1='KXFX21DFWC009FAH3KRZ7EBF3GR' where id=6; -update noar ti set b1='KXFX21DFWC009FAH3KRZ7EBF3GR' where id=6; -update noar tt set v0='TWFH53ICC' where id=6; -update noar ti set v0='TWFH53ICC' where id=6; -update noar tt set b2='Q4HWKTLFCKNOS' where id=6; -update noar ti set b2='Q4HWKTLFCKNOS' where id=6; -update noar tt set v0='LNTCIVFWR1FIX1XX588G43KVKI36F0NT' where id=7; -update noar ti set v0='LNTCIVFWR1FIX1XX588G43KVKI36F0NT' where id=7; -update noar tt set b0='0WHO6CZVMUFYHG22V9TJ7' where id=7; -update noar ti set b0='0WHO6CZVMUFYHG22V9TJ7' where id=7; -update noar tt set v0='7EQZZANQLD8BACAZ71OOALT0X' where id=7; -update noar ti set v0='7EQZZANQLD8BACAZ71OOALT0X' where id=7; -update noar tt set b1='PSPD411S51' where id=7; -update noar ti set b1='PSPD411S51' where id=7; -update noar tt set v0='WCKC4UWEQ02PSDDBTY8E' where id=7; -update noar ti set v0='WCKC4UWEQ02PSDDBTY8E' where id=7; -update noar tt set b2='C' where id=7; -update noar ti set b2='C' where id=7; -update noar tt set v0='IOEQJD1QBNUYBMYN3H' where id=8; -update noar ti set v0='IOEQJD1QBNUYBMYN3H' where id=8; -update noar tt set b0='ODNNLZR7LV8HC0I3TWHW' where id=8; -update noar ti set b0='ODNNLZR7LV8HC0I3TWHW' where id=8; -update noar tt set v0='OJRL9VSISYGV19' where id=8; -update noar ti set v0='OJRL9VSISYGV19' where id=8; -update noar tt set b1='92HSSW48949ZJ' where id=8; -update noar ti set b1='92HSSW48949ZJ' where id=8; -update noar tt set v0='R8MEEA3PLQJUZAOAU5UB4TZNO5RK0' where id=8; -update noar ti set v0='R8MEEA3PLQJUZAOAU5UB4TZNO5RK0' where id=8; -update noar tt set b2='VILUT4VXEUZ7WVQKC' where id=8; -update noar ti set b2='VILUT4VXEUZ7WVQKC' where id=8; -update noar tt set v0='5XXICQ2TY' where id=9; -update noar ti set v0='5XXICQ2TY' where id=9; -update noar tt set b0='JJRLLY6ZTS4' where id=9; -update noar ti set b0='JJRLLY6ZTS4' where id=9; -update noar tt set v0='S8QDOSBA' where id=9; -update noar ti set v0='S8QDOSBA' where id=9; -update noar tt set b1='2I65NAZ8H87BWLM7KBU0KSJUC5F6Q' where id=9; -update noar ti set b1='2I65NAZ8H87BWLM7KBU0KSJUC5F6Q' where id=9; -update noar tt set v0='ULKFH' where id=9; -update noar ti set v0='ULKFH' where id=9; -update noar tt set b2='TVTWI14US' where id=9; -update noar ti set b2='TVTWI14US' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QETZC' where id=1; -update noar ti set v0='QETZC' where id=1; -update noar tt set b0='TBFFSKY5BH9W3ULR' where id=1; -update noar ti set b0='TBFFSKY5BH9W3ULR' where id=1; -update noar tt set v0='W0MFEVQ5CS168WH5KFMIKAWH9JQNN4W' where id=1; -update noar ti set v0='W0MFEVQ5CS168WH5KFMIKAWH9JQNN4W' where id=1; -update noar tt set b1='8QP6I5ASCMN83IZ3USHA21VI2' where id=1; -update noar ti set b1='8QP6I5ASCMN83IZ3USHA21VI2' where id=1; -update noar tt set v0='9JWYOU3K6WZI' where id=1; -update noar ti set v0='9JWYOU3K6WZI' where id=1; -update noar tt set b2='IN4KR562PBMSF' where id=1; -update noar ti set b2='IN4KR562PBMSF' where id=1; -update noar tt set v0='EIKL96PTPQ794B' where id=2; -update noar ti set v0='EIKL96PTPQ794B' where id=2; -update noar tt set b0='KN8188232Q8' where id=2; -update noar ti set b0='KN8188232Q8' where id=2; -update noar tt set v0='FF3' where id=2; -update noar ti set v0='FF3' where id=2; -update noar tt set b1='TB' where id=2; -update noar ti set b1='TB' where id=2; -update noar tt set v0='QPV4RBSX4125AWTY834' where id=2; -update noar ti set v0='QPV4RBSX4125AWTY834' where id=2; -update noar tt set b2='XU9S3BBQ' where id=2; -update noar ti set b2='XU9S3BBQ' where id=2; -update noar tt set v0='JZJGSUJLBWEIA4IX17ZJAUXWT' where id=3; -update noar ti set v0='JZJGSUJLBWEIA4IX17ZJAUXWT' where id=3; -update noar tt set b0='F2KY1HSC4PTG' where id=3; -update noar ti set b0='F2KY1HSC4PTG' where id=3; -update noar tt set v0='90G8C3HR' where id=3; -update noar ti set v0='90G8C3HR' where id=3; -update noar tt set b1='BX6Y2M3C1J85QTCJQDTO9FJ' where id=3; -update noar ti set b1='BX6Y2M3C1J85QTCJQDTO9FJ' where id=3; -update noar tt set v0='T7Y8' where id=3; -update noar ti set v0='T7Y8' where id=3; -update noar tt set b2='6IQY88FIXBUZP9PPR' where id=3; -update noar ti set b2='6IQY88FIXBUZP9PPR' where id=3; -update noar tt set v0='UBN41YI25' where id=4; -update noar ti set v0='UBN41YI25' where id=4; -update noar tt set b0='D36WQNQHAUZZXT26ZT8S69ZOKYN' where id=4; -update noar ti set b0='D36WQNQHAUZZXT26ZT8S69ZOKYN' where id=4; -update noar tt set v0='PC9PZZF8FD42E1RTYLHEDC' where id=4; -update noar ti set v0='PC9PZZF8FD42E1RTYLHEDC' where id=4; -update noar tt set b1='XYS7CK3GL4WRO' where id=4; -update noar ti set b1='XYS7CK3GL4WRO' where id=4; -update noar tt set v0='O7FOKS2XW4AJY6DOBITB8ZKLU' where id=4; -update noar ti set v0='O7FOKS2XW4AJY6DOBITB8ZKLU' where id=4; -update noar tt set b2='33CYAEQV38XU9YQYUQ50C1' where id=4; -update noar ti set b2='33CYAEQV38XU9YQYUQ50C1' where id=4; -update noar tt set v0='E83ZUZD7ZR1DCUFF0HR0U8ODLKOING' where id=5; -update noar ti set v0='E83ZUZD7ZR1DCUFF0HR0U8ODLKOING' where id=5; -update noar tt set b0='MZ69' where id=5; -update noar ti set b0='MZ69' where id=5; -update noar tt set v0='ACDSD99DMU1SSANQ4CGNR0YGIFSWIP3' where id=5; -update noar ti set v0='ACDSD99DMU1SSANQ4CGNR0YGIFSWIP3' where id=5; -update noar tt set b1='R' where id=5; -update noar ti set b1='R' where id=5; -update noar tt set v0='PJJP7H9OBOPBLD1XJX9' where id=5; -update noar ti set v0='PJJP7H9OBOPBLD1XJX9' where id=5; -update noar tt set b2='FPSV3B0P2NY7ZQT' where id=5; -update noar ti set b2='FPSV3B0P2NY7ZQT' where id=5; -update noar tt set v0='F4VDWWI3I75P4RR3GVHLGH' where id=6; -update noar ti set v0='F4VDWWI3I75P4RR3GVHLGH' where id=6; -update noar tt set b0='5VB87QH59H29RQLCAX4' where id=6; -update noar ti set b0='5VB87QH59H29RQLCAX4' where id=6; -update noar tt set v0='3HLJ0VCMM0OHQSK20R7MA91' where id=6; -update noar ti set v0='3HLJ0VCMM0OHQSK20R7MA91' where id=6; -update noar tt set b1='C7QKBMEGNQ7XV8Y4IYF' where id=6; -update noar ti set b1='C7QKBMEGNQ7XV8Y4IYF' where id=6; -update noar tt set v0='JRGEXWSFP2YZHMXO' where id=6; -update noar ti set v0='JRGEXWSFP2YZHMXO' where id=6; -update noar tt set b2='S8206U7YHC0' where id=6; -update noar ti set b2='S8206U7YHC0' where id=6; -update noar tt set v0='NTXQQX' where id=7; -update noar ti set v0='NTXQQX' where id=7; -update noar tt set b0='QURBVUCJWX9RK19R8N4B072VITFP41' where id=7; -update noar ti set b0='QURBVUCJWX9RK19R8N4B072VITFP41' where id=7; -update noar tt set v0='8GG30NBC7R059IZIP8' where id=7; -update noar ti set v0='8GG30NBC7R059IZIP8' where id=7; -update noar tt set b1='RJBP9AORKOYEHOPSKDRBUEYQMF34P' where id=7; -update noar ti set b1='RJBP9AORKOYEHOPSKDRBUEYQMF34P' where id=7; -update noar tt set v0='5C2NDN3WNS5XP3AS' where id=7; -update noar ti set v0='5C2NDN3WNS5XP3AS' where id=7; -update noar tt set b2='SE62H4S14' where id=7; -update noar ti set b2='SE62H4S14' where id=7; -update noar tt set v0='LGDNOAIMMRYGY3YKGDVTXOWD05WPA1N' where id=8; -update noar ti set v0='LGDNOAIMMRYGY3YKGDVTXOWD05WPA1N' where id=8; -update noar tt set b0='V4M5BI8QZ41Q' where id=8; -update noar ti set b0='V4M5BI8QZ41Q' where id=8; -update noar tt set v0='EE7RPU1GWTK7CH' where id=8; -update noar ti set v0='EE7RPU1GWTK7CH' where id=8; -update noar tt set b1='9BVHAABUKRU4G1T0MCKIELXWM5G' where id=8; -update noar ti set b1='9BVHAABUKRU4G1T0MCKIELXWM5G' where id=8; -update noar tt set v0='G8VF6M6W9JC6WBYD2O3KRA7AT' where id=8; -update noar ti set v0='G8VF6M6W9JC6WBYD2O3KRA7AT' where id=8; -update noar tt set b2='Z1OE5UXP5JM' where id=8; -update noar ti set b2='Z1OE5UXP5JM' where id=8; -update noar tt set v0='7MRC91R7MC1HEP6MKEMRQ5R4OR7PC' where id=9; -update noar ti set v0='7MRC91R7MC1HEP6MKEMRQ5R4OR7PC' where id=9; -update noar tt set b0='XNYR0LL6' where id=9; -update noar ti set b0='XNYR0LL6' where id=9; -update noar tt set v0='30PDV' where id=9; -update noar ti set v0='30PDV' where id=9; -update noar tt set b1='I2FTDXR0JKWPOPM9OAUB9EGSD6' where id=9; -update noar ti set b1='I2FTDXR0JKWPOPM9OAUB9EGSD6' where id=9; -update noar tt set v0='PT' where id=9; -update noar ti set v0='PT' where id=9; -update noar tt set b2='915O3J8G6EJH8FA' where id=9; -update noar ti set b2='915O3J8G6EJH8FA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GWUF6Q87WWWUX1QXW' where id=1; -update noar ti set v0='GWUF6Q87WWWUX1QXW' where id=1; -update noar tt set b0='ZCU3V6ZFNSEGV8FE8CTAIK7UUF1VF6' where id=1; -update noar ti set b0='ZCU3V6ZFNSEGV8FE8CTAIK7UUF1VF6' where id=1; -update noar tt set v0='BVQFNY3G0F8M9TY2V39YI' where id=1; -update noar ti set v0='BVQFNY3G0F8M9TY2V39YI' where id=1; -update noar tt set b1='PUAY76GUN6LT7W5TW6V9T' where id=1; -update noar ti set b1='PUAY76GUN6LT7W5TW6V9T' where id=1; -update noar tt set v0='CSPTN1ZPILA7VHVI77ELIEQZDKY' where id=1; -update noar ti set v0='CSPTN1ZPILA7VHVI77ELIEQZDKY' where id=1; -update noar tt set b2='2HTW962P9V' where id=1; -update noar ti set b2='2HTW962P9V' where id=1; -update noar tt set v0='4P7V99N74CHERVHHO0D4KBW28' where id=2; -update noar ti set v0='4P7V99N74CHERVHHO0D4KBW28' where id=2; -update noar tt set b0='BE6T2P053ZZK228F' where id=2; -update noar ti set b0='BE6T2P053ZZK228F' where id=2; -update noar tt set v0='4Y1' where id=2; -update noar ti set v0='4Y1' where id=2; -update noar tt set b1='V68Q9IZ7AZYZTWZIYJBF4MWD' where id=2; -update noar ti set b1='V68Q9IZ7AZYZTWZIYJBF4MWD' where id=2; -update noar tt set v0='HQ301L35BQHC79' where id=2; -update noar ti set v0='HQ301L35BQHC79' where id=2; -update noar tt set b2='PU6I' where id=2; -update noar ti set b2='PU6I' where id=2; -update noar tt set v0='9KN' where id=3; -update noar ti set v0='9KN' where id=3; -update noar tt set b0='WSYIPK2J' where id=3; -update noar ti set b0='WSYIPK2J' where id=3; -update noar tt set v0='YUG48SU6GAH' where id=3; -update noar ti set v0='YUG48SU6GAH' where id=3; -update noar tt set b1='6QBKIJO' where id=3; -update noar ti set b1='6QBKIJO' where id=3; -update noar tt set v0='INT' where id=3; -update noar ti set v0='INT' where id=3; -update noar tt set b2='691YYKB36QQ3' where id=3; -update noar ti set b2='691YYKB36QQ3' where id=3; -update noar tt set v0='GV6A2LQ1BICRHSG5' where id=4; -update noar ti set v0='GV6A2LQ1BICRHSG5' where id=4; -update noar tt set b0='VJX07MIPR0' where id=4; -update noar ti set b0='VJX07MIPR0' where id=4; -update noar tt set v0='6O6HXB7T8HSDSIA0I' where id=4; -update noar ti set v0='6O6HXB7T8HSDSIA0I' where id=4; -update noar tt set b1='SPB1RRMHM' where id=4; -update noar ti set b1='SPB1RRMHM' where id=4; -update noar tt set v0='VRS6VBF9CX5RZ491MVSOWQ4040XB2DWB' where id=4; -update noar ti set v0='VRS6VBF9CX5RZ491MVSOWQ4040XB2DWB' where id=4; -update noar tt set b2='3UNO4AL1AYIGYFXOJ14FLKCKLE76' where id=4; -update noar ti set b2='3UNO4AL1AYIGYFXOJ14FLKCKLE76' where id=4; -update noar tt set v0='EUFVIWUJ9335G1O8B8ICTPPMNAHAO3' where id=5; -update noar ti set v0='EUFVIWUJ9335G1O8B8ICTPPMNAHAO3' where id=5; -update noar tt set b0='ZEWP6Y21KJLMKMJ' where id=5; -update noar ti set b0='ZEWP6Y21KJLMKMJ' where id=5; -update noar tt set v0='PNPFO72319BVC7NBE34YD6VC5LYI6' where id=5; -update noar ti set v0='PNPFO72319BVC7NBE34YD6VC5LYI6' where id=5; -update noar tt set b1='4SIXIJIG5B' where id=5; -update noar ti set b1='4SIXIJIG5B' where id=5; -update noar tt set v0='JJJBYJAQ' where id=5; -update noar ti set v0='JJJBYJAQ' where id=5; -update noar tt set b2='E2M6LMONX38NXAA96VNZ8L0J' where id=5; -update noar ti set b2='E2M6LMONX38NXAA96VNZ8L0J' where id=5; -update noar tt set v0='7RMJUCAMFMEO7UH2GK8MLGDWM5I46Y' where id=6; -update noar ti set v0='7RMJUCAMFMEO7UH2GK8MLGDWM5I46Y' where id=6; -update noar tt set b0='IXVG0MCJE9F1DIIZ' where id=6; -update noar ti set b0='IXVG0MCJE9F1DIIZ' where id=6; -update noar tt set v0='NTFS5XE6GX74Z4Q1A2KD' where id=6; -update noar ti set v0='NTFS5XE6GX74Z4Q1A2KD' where id=6; -update noar tt set b1='J28C3O26G65K91CMD29UB0Z' where id=6; -update noar ti set b1='J28C3O26G65K91CMD29UB0Z' where id=6; -update noar tt set v0='05MEPHCVARQ' where id=6; -update noar ti set v0='05MEPHCVARQ' where id=6; -update noar tt set b2='LCKD2ORUDT0A4FSJF26F76J979LU8' where id=6; -update noar ti set b2='LCKD2ORUDT0A4FSJF26F76J979LU8' where id=6; -update noar tt set v0='M4L5K355LPYM8Q6KDSG93M68VV4Z' where id=7; -update noar ti set v0='M4L5K355LPYM8Q6KDSG93M68VV4Z' where id=7; -update noar tt set b0='NE531CI' where id=7; -update noar ti set b0='NE531CI' where id=7; -update noar tt set v0='WUM7D8NR' where id=7; -update noar ti set v0='WUM7D8NR' where id=7; -update noar tt set b1='3QDV0YC7W23L0CD2P5' where id=7; -update noar ti set b1='3QDV0YC7W23L0CD2P5' where id=7; -update noar tt set v0='18XOOA4BJ91AKRTT6DWUWLD5T5Q9' where id=7; -update noar ti set v0='18XOOA4BJ91AKRTT6DWUWLD5T5Q9' where id=7; -update noar tt set b2='767' where id=7; -update noar ti set b2='767' where id=7; -update noar tt set v0='KCVSPID558BWCE7VQS13LZFXT2F' where id=8; -update noar ti set v0='KCVSPID558BWCE7VQS13LZFXT2F' where id=8; -update noar tt set b0='149RUW7I1B89USG2N3X' where id=8; -update noar ti set b0='149RUW7I1B89USG2N3X' where id=8; -update noar tt set v0='GDMK0X9B4EUQGWSM4OB6A6NK1HLXO' where id=8; -update noar ti set v0='GDMK0X9B4EUQGWSM4OB6A6NK1HLXO' where id=8; -update noar tt set b1='X7R' where id=8; -update noar ti set b1='X7R' where id=8; -update noar tt set v0='6AFQRMNSGZZ92X42ENI83QK78MJL' where id=8; -update noar ti set v0='6AFQRMNSGZZ92X42ENI83QK78MJL' where id=8; -update noar tt set b2='WASUL5O52II3Y9N6LTVKIX' where id=8; -update noar ti set b2='WASUL5O52II3Y9N6LTVKIX' where id=8; -update noar tt set v0='ETPO6VXV54BD6' where id=9; -update noar ti set v0='ETPO6VXV54BD6' where id=9; -update noar tt set b0='IT5H87V' where id=9; -update noar ti set b0='IT5H87V' where id=9; -update noar tt set v0='H13F1498WH29X6VJW12Y7A97801N10VO' where id=9; -update noar ti set v0='H13F1498WH29X6VJW12Y7A97801N10VO' where id=9; -update noar tt set b1='NO4TCPZ8XBLG33PP2CWYCNF4P' where id=9; -update noar ti set b1='NO4TCPZ8XBLG33PP2CWYCNF4P' where id=9; -update noar tt set v0='V4ZQFEQ2X1IK0W' where id=9; -update noar ti set v0='V4ZQFEQ2X1IK0W' where id=9; -update noar tt set b2='0Q49W1U8M1NS7E8BAR2MY7PDZM6' where id=9; -update noar ti set b2='0Q49W1U8M1NS7E8BAR2MY7PDZM6' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='94937Y8ZS6B8UT3JNU43LY47TSY' where id=1; -update noar ti set v0='94937Y8ZS6B8UT3JNU43LY47TSY' where id=1; -update noar tt set b0='9TP198CFJR' where id=1; -update noar ti set b0='9TP198CFJR' where id=1; -update noar tt set v0='55H1YW4YSH4Q' where id=1; -update noar ti set v0='55H1YW4YSH4Q' where id=1; -update noar tt set b1='QX8CYN553IJSAIE4HQZFX8JAONPFP' where id=1; -update noar ti set b1='QX8CYN553IJSAIE4HQZFX8JAONPFP' where id=1; -update noar tt set v0='FPVDOM2S1S3E74' where id=1; -update noar ti set v0='FPVDOM2S1S3E74' where id=1; -update noar tt set b2='E1BWI9D39XI50' where id=1; -update noar ti set b2='E1BWI9D39XI50' where id=1; -update noar tt set v0='MBYDYL' where id=2; -update noar ti set v0='MBYDYL' where id=2; -update noar tt set b0='X' where id=2; -update noar ti set b0='X' where id=2; -update noar tt set v0='W0VI4WEWXSJNGVMKFH' where id=2; -update noar ti set v0='W0VI4WEWXSJNGVMKFH' where id=2; -update noar tt set b1='63R' where id=2; -update noar ti set b1='63R' where id=2; -update noar tt set v0='1K5TT2MRENM87JOSQ57HGU86HBBWH8' where id=2; -update noar ti set v0='1K5TT2MRENM87JOSQ57HGU86HBBWH8' where id=2; -update noar tt set b2='5QZG9QFLIQ2KER1TJ9VH' where id=2; -update noar ti set b2='5QZG9QFLIQ2KER1TJ9VH' where id=2; -update noar tt set v0='YRZGVC7LBEY88Q0T4QPBBTXXBSNN8' where id=3; -update noar ti set v0='YRZGVC7LBEY88Q0T4QPBBTXXBSNN8' where id=3; -update noar tt set b0='AKOKNIY8PBGCU' where id=3; -update noar ti set b0='AKOKNIY8PBGCU' where id=3; -update noar tt set v0='27B79PBL4QNS4G7AV0K43' where id=3; -update noar ti set v0='27B79PBL4QNS4G7AV0K43' where id=3; -update noar tt set b1='EVRHBFSETK' where id=3; -update noar ti set b1='EVRHBFSETK' where id=3; -update noar tt set v0='H8B8WSH' where id=3; -update noar ti set v0='H8B8WSH' where id=3; -update noar tt set b2='YULW7LTJCZJA02VNX3V0M' where id=3; -update noar ti set b2='YULW7LTJCZJA02VNX3V0M' where id=3; -update noar tt set v0='JPYZUZUC97RT6JA23OU' where id=4; -update noar ti set v0='JPYZUZUC97RT6JA23OU' where id=4; -update noar tt set b0='04NA8NXBG78MU' where id=4; -update noar ti set b0='04NA8NXBG78MU' where id=4; -update noar tt set v0='FED98K4MP' where id=4; -update noar ti set v0='FED98K4MP' where id=4; -update noar tt set b1='F1VR6TZ1K52' where id=4; -update noar ti set b1='F1VR6TZ1K52' where id=4; -update noar tt set v0='7HO0WY6D1XK' where id=4; -update noar ti set v0='7HO0WY6D1XK' where id=4; -update noar tt set b2='Q8IHI4A7' where id=4; -update noar ti set b2='Q8IHI4A7' where id=4; -update noar tt set v0='R82G' where id=5; -update noar ti set v0='R82G' where id=5; -update noar tt set b0='9UX6PFYQT' where id=5; -update noar ti set b0='9UX6PFYQT' where id=5; -update noar tt set v0='O90SP331MXJD8' where id=5; -update noar ti set v0='O90SP331MXJD8' where id=5; -update noar tt set b1='VSP2X9' where id=5; -update noar ti set b1='VSP2X9' where id=5; -update noar tt set v0='9O7HNUAFE7EZPNVL4H' where id=5; -update noar ti set v0='9O7HNUAFE7EZPNVL4H' where id=5; -update noar tt set b2='CWWNWYAEUT7X' where id=5; -update noar ti set b2='CWWNWYAEUT7X' where id=5; -update noar tt set v0='I4G1MRWGHIGAA' where id=6; -update noar ti set v0='I4G1MRWGHIGAA' where id=6; -update noar tt set b0='8F9GWX6YPAUDER17K5' where id=6; -update noar ti set b0='8F9GWX6YPAUDER17K5' where id=6; -update noar tt set v0='YL1NHUXMJYVR004AV5MB' where id=6; -update noar ti set v0='YL1NHUXMJYVR004AV5MB' where id=6; -update noar tt set b1='74YG2583WJ0EWNUWYQMWC5DKZ1BHYQ0' where id=6; -update noar ti set b1='74YG2583WJ0EWNUWYQMWC5DKZ1BHYQ0' where id=6; -update noar tt set v0='GXN9V3VYIH0DWMBFT9H91IJKN' where id=6; -update noar ti set v0='GXN9V3VYIH0DWMBFT9H91IJKN' where id=6; -update noar tt set b2='TC8U32U98FGXV6B94YDZOKPOSPL' where id=6; -update noar ti set b2='TC8U32U98FGXV6B94YDZOKPOSPL' where id=6; -update noar tt set v0='39MFY6FJT7PV6XZ4T' where id=7; -update noar ti set v0='39MFY6FJT7PV6XZ4T' where id=7; -update noar tt set b0='CVWHPW97GJ' where id=7; -update noar ti set b0='CVWHPW97GJ' where id=7; -update noar tt set v0='Q4GP' where id=7; -update noar ti set v0='Q4GP' where id=7; -update noar tt set b1='6AM3C7F2NO1NDD1DXIM' where id=7; -update noar ti set b1='6AM3C7F2NO1NDD1DXIM' where id=7; -update noar tt set v0='CCLP2TUG' where id=7; -update noar ti set v0='CCLP2TUG' where id=7; -update noar tt set b2='BV7UA' where id=7; -update noar ti set b2='BV7UA' where id=7; -update noar tt set v0='H5TIU1HN5H6S' where id=8; -update noar ti set v0='H5TIU1HN5H6S' where id=8; -update noar tt set b0='TPNQ6PKGDH7FRN' where id=8; -update noar ti set b0='TPNQ6PKGDH7FRN' where id=8; -update noar tt set v0='YATXKM3ZO4M2WSKJ4AJJRIMKJ1WWZ' where id=8; -update noar ti set v0='YATXKM3ZO4M2WSKJ4AJJRIMKJ1WWZ' where id=8; -update noar tt set b1='IUBVN' where id=8; -update noar ti set b1='IUBVN' where id=8; -update noar tt set v0='NJ' where id=8; -update noar ti set v0='NJ' where id=8; -update noar tt set b2='WI2WZ8ZC9IRVU3OJU04Q2IGIY' where id=8; -update noar ti set b2='WI2WZ8ZC9IRVU3OJU04Q2IGIY' where id=8; -update noar tt set v0='LOHGD82GJ9HE4P70Y9GX2HNEGYJDA0F' where id=9; -update noar ti set v0='LOHGD82GJ9HE4P70Y9GX2HNEGYJDA0F' where id=9; -update noar tt set b0='XIG3K30QJ3N3J7AWRBDQEKFNXYY' where id=9; -update noar ti set b0='XIG3K30QJ3N3J7AWRBDQEKFNXYY' where id=9; -update noar tt set v0='WDVP5U92KZNYU' where id=9; -update noar ti set v0='WDVP5U92KZNYU' where id=9; -update noar tt set b1='P4X1Z8SNE' where id=9; -update noar ti set b1='P4X1Z8SNE' where id=9; -update noar tt set v0='ZO' where id=9; -update noar ti set v0='ZO' where id=9; -update noar tt set b2='DHYMQIK7RBAZ12G8ISTU' where id=9; -update noar ti set b2='DHYMQIK7RBAZ12G8ISTU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OD7U2GWRE4VBNUF1Q2OLW2GX0NIZG' where id=1; -update noar ti set v0='OD7U2GWRE4VBNUF1Q2OLW2GX0NIZG' where id=1; -update noar tt set b0='Z' where id=1; -update noar ti set b0='Z' where id=1; -update noar tt set v0='0NMBXJKAJ5ECX' where id=1; -update noar ti set v0='0NMBXJKAJ5ECX' where id=1; -update noar tt set b1='96' where id=1; -update noar ti set b1='96' where id=1; -update noar tt set v0='SQZC1FUZK' where id=1; -update noar ti set v0='SQZC1FUZK' where id=1; -update noar tt set b2='U3UEF26K59HNGYQ' where id=1; -update noar ti set b2='U3UEF26K59HNGYQ' where id=1; -update noar tt set v0='CUM51DE70R0P98N8QLW85VLUJJ85A4FA' where id=2; -update noar ti set v0='CUM51DE70R0P98N8QLW85VLUJJ85A4FA' where id=2; -update noar tt set b0='RY29M' where id=2; -update noar ti set b0='RY29M' where id=2; -update noar tt set v0='69SSVPI88KJPYU3CBPBZ' where id=2; -update noar ti set v0='69SSVPI88KJPYU3CBPBZ' where id=2; -update noar tt set b1='0PWCMD59CY5GJD0JR4EG6P7SIBX9QXC' where id=2; -update noar ti set b1='0PWCMD59CY5GJD0JR4EG6P7SIBX9QXC' where id=2; -update noar tt set v0='NQ9TP' where id=2; -update noar ti set v0='NQ9TP' where id=2; -update noar tt set b2='395' where id=2; -update noar ti set b2='395' where id=2; -update noar tt set v0='XZ3W5IEF' where id=3; -update noar ti set v0='XZ3W5IEF' where id=3; -update noar tt set b0='1EV8' where id=3; -update noar ti set b0='1EV8' where id=3; -update noar tt set v0='3GC1X' where id=3; -update noar ti set v0='3GC1X' where id=3; -update noar tt set b1='V6L5I2CMX3T876B5F6LXNN0ZUJ012Q9B' where id=3; -update noar ti set b1='V6L5I2CMX3T876B5F6LXNN0ZUJ012Q9B' where id=3; -update noar tt set v0='M764Q230O59PS78ZI' where id=3; -update noar ti set v0='M764Q230O59PS78ZI' where id=3; -update noar tt set b2='GQP5BGSGJWJ3W59BQ' where id=3; -update noar ti set b2='GQP5BGSGJWJ3W59BQ' where id=3; -update noar tt set v0='3BOP3AUY2' where id=4; -update noar ti set v0='3BOP3AUY2' where id=4; -update noar tt set b0='R47OJ1DD26TDV0KAD0DYFZXUHVBL5' where id=4; -update noar ti set b0='R47OJ1DD26TDV0KAD0DYFZXUHVBL5' where id=4; -update noar tt set v0='48AB02Z4WGF36W671LL23NGOP4' where id=4; -update noar ti set v0='48AB02Z4WGF36W671LL23NGOP4' where id=4; -update noar tt set b1='KBG3FMVLCMF735RE' where id=4; -update noar ti set b1='KBG3FMVLCMF735RE' where id=4; -update noar tt set v0='3GBRRDA1G7DXILQT02ZOB2JK1N' where id=4; -update noar ti set v0='3GBRRDA1G7DXILQT02ZOB2JK1N' where id=4; -update noar tt set b2='PZJ0T31G5LAQUCK2H53QUPTD8W6UJ' where id=4; -update noar ti set b2='PZJ0T31G5LAQUCK2H53QUPTD8W6UJ' where id=4; -update noar tt set v0='X6WDT9ZZEA6RZ2PSQ6BD80P03DSD29K' where id=5; -update noar ti set v0='X6WDT9ZZEA6RZ2PSQ6BD80P03DSD29K' where id=5; -update noar tt set b0='IGS' where id=5; -update noar ti set b0='IGS' where id=5; -update noar tt set v0='I84RXOJQCBFT9VA67SL37278K1FUPH' where id=5; -update noar ti set v0='I84RXOJQCBFT9VA67SL37278K1FUPH' where id=5; -update noar tt set b1='0QRESRYD1B8V34P09YT68ZK' where id=5; -update noar ti set b1='0QRESRYD1B8V34P09YT68ZK' where id=5; -update noar tt set v0='5AV5YLOLWC' where id=5; -update noar ti set v0='5AV5YLOLWC' where id=5; -update noar tt set b2='7' where id=5; -update noar ti set b2='7' where id=5; -update noar tt set v0='1E' where id=6; -update noar ti set v0='1E' where id=6; -update noar tt set b0='7XRZ3WJCKRTBRP' where id=6; -update noar ti set b0='7XRZ3WJCKRTBRP' where id=6; -update noar tt set v0='RUBPZ0C2' where id=6; -update noar ti set v0='RUBPZ0C2' where id=6; -update noar tt set b1='BDDVDB6TCQFJ69D3' where id=6; -update noar ti set b1='BDDVDB6TCQFJ69D3' where id=6; -update noar tt set v0='E' where id=6; -update noar ti set v0='E' where id=6; -update noar tt set b2='S03UXBDW18QC8ZVASS2T7R1HMY' where id=6; -update noar ti set b2='S03UXBDW18QC8ZVASS2T7R1HMY' where id=6; -update noar tt set v0='55' where id=7; -update noar ti set v0='55' where id=7; -update noar tt set b0='JFATL6SREEOIDZ6A9UN4CC' where id=7; -update noar ti set b0='JFATL6SREEOIDZ6A9UN4CC' where id=7; -update noar tt set v0='11S' where id=7; -update noar ti set v0='11S' where id=7; -update noar tt set b1='5KGSQ' where id=7; -update noar ti set b1='5KGSQ' where id=7; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b2='6HGM2NSDU52ESTP396DDXUDGG38ORY3' where id=7; -update noar ti set b2='6HGM2NSDU52ESTP396DDXUDGG38ORY3' where id=7; -update noar tt set v0='WDPYZ17V' where id=8; -update noar ti set v0='WDPYZ17V' where id=8; -update noar tt set b0='2HIKX2GKUXHKDQJJX2GYC7MRUI' where id=8; -update noar ti set b0='2HIKX2GKUXHKDQJJX2GYC7MRUI' where id=8; -update noar tt set v0='5MW6WUHMT4IIM48UID3P' where id=8; -update noar ti set v0='5MW6WUHMT4IIM48UID3P' where id=8; -update noar tt set b1='TZYAHU6LCH' where id=8; -update noar ti set b1='TZYAHU6LCH' where id=8; -update noar tt set v0='MZ0N8EAAUTTXFIQYAFO8HCCJ3IVX' where id=8; -update noar ti set v0='MZ0N8EAAUTTXFIQYAFO8HCCJ3IVX' where id=8; -update noar tt set b2='KKN4SQ8FXK3O0LFM8ULFIOT08X7MEA' where id=8; -update noar ti set b2='KKN4SQ8FXK3O0LFM8ULFIOT08X7MEA' where id=8; -update noar tt set v0='ZGPM8Q2DECD4GNAM' where id=9; -update noar ti set v0='ZGPM8Q2DECD4GNAM' where id=9; -update noar tt set b0='CGBIZU3S5I34' where id=9; -update noar ti set b0='CGBIZU3S5I34' where id=9; -update noar tt set v0='BO8OIBJJ' where id=9; -update noar ti set v0='BO8OIBJJ' where id=9; -update noar tt set b1='VBDU42CL7M3DST3CZX' where id=9; -update noar ti set b1='VBDU42CL7M3DST3CZX' where id=9; -update noar tt set v0='8UXMPQEC7VPCL78DN7V1HIQF' where id=9; -update noar ti set v0='8UXMPQEC7VPCL78DN7V1HIQF' where id=9; -update noar tt set b2='LS1O9ISP2F0VMVAVZCPXOQPBD2ELA' where id=9; -update noar ti set b2='LS1O9ISP2F0VMVAVZCPXOQPBD2ELA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='2FL5A671O3BLN70Z' where id=1; -update noar ti set b0='2FL5A671O3BLN70Z' where id=1; -update noar tt set v0='QXX2ACY06ZJYJNA6J374KEPB8' where id=1; -update noar ti set v0='QXX2ACY06ZJYJNA6J374KEPB8' where id=1; -update noar tt set b1='Z88LKRG9PVV' where id=1; -update noar ti set b1='Z88LKRG9PVV' where id=1; -update noar tt set v0='ITJVKBDE8V9GRU' where id=1; -update noar ti set v0='ITJVKBDE8V9GRU' where id=1; -update noar tt set b2='4NB2Z321QTPS33VXP5CLC1Z2G' where id=1; -update noar ti set b2='4NB2Z321QTPS33VXP5CLC1Z2G' where id=1; -update noar tt set v0='XJZT' where id=2; -update noar ti set v0='XJZT' where id=2; -update noar tt set b0='ZZ581EA78P1C4JQ' where id=2; -update noar ti set b0='ZZ581EA78P1C4JQ' where id=2; -update noar tt set v0='3CTYFUJY7LGYH5M6W' where id=2; -update noar ti set v0='3CTYFUJY7LGYH5M6W' where id=2; -update noar tt set b1='TB3I44RRHR4KJ' where id=2; -update noar ti set b1='TB3I44RRHR4KJ' where id=2; -update noar tt set v0='1CIW99I4R' where id=2; -update noar ti set v0='1CIW99I4R' where id=2; -update noar tt set b2='ZWIH2IPVXOOP8U8II' where id=2; -update noar ti set b2='ZWIH2IPVXOOP8U8II' where id=2; -update noar tt set v0='94LBME0N20NQMBR2BJQ49VZFK0ALI' where id=3; -update noar ti set v0='94LBME0N20NQMBR2BJQ49VZFK0ALI' where id=3; -update noar tt set b0='AFQI5X' where id=3; -update noar ti set b0='AFQI5X' where id=3; -update noar tt set v0='7AEDRDU66H00O9' where id=3; -update noar ti set v0='7AEDRDU66H00O9' where id=3; -update noar tt set b1='N1KM9GDCMUQTJ0LR' where id=3; -update noar ti set b1='N1KM9GDCMUQTJ0LR' where id=3; -update noar tt set v0='T5JGMRMIE016C2507BU7ILNEXI4G7X' where id=3; -update noar ti set v0='T5JGMRMIE016C2507BU7ILNEXI4G7X' where id=3; -update noar tt set b2='YV71Y' where id=3; -update noar ti set b2='YV71Y' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='FZIWANCO77X4I5GHWTXV70L1UP0' where id=4; -update noar ti set b0='FZIWANCO77X4I5GHWTXV70L1UP0' where id=4; -update noar tt set v0='9K6BSUMDAZXGRC4W59RFL2C6GMXC524' where id=4; -update noar ti set v0='9K6BSUMDAZXGRC4W59RFL2C6GMXC524' where id=4; -update noar tt set b1='U2SBKAUALJ4Y5Q5OFU7KDF' where id=4; -update noar ti set b1='U2SBKAUALJ4Y5Q5OFU7KDF' where id=4; -update noar tt set v0='8R' where id=4; -update noar ti set v0='8R' where id=4; -update noar tt set b2='APZGIGFP18' where id=4; -update noar ti set b2='APZGIGFP18' where id=4; -update noar tt set v0='P' where id=5; -update noar ti set v0='P' where id=5; -update noar tt set b0='X8KG1HVY63KSFC08JOCAD' where id=5; -update noar ti set b0='X8KG1HVY63KSFC08JOCAD' where id=5; -update noar tt set v0='LS1U' where id=5; -update noar ti set v0='LS1U' where id=5; -update noar tt set b1='CWT3RKAZOCJS1TL' where id=5; -update noar ti set b1='CWT3RKAZOCJS1TL' where id=5; -update noar tt set v0='9MPSX9LPAGGJ8DJDO' where id=5; -update noar ti set v0='9MPSX9LPAGGJ8DJDO' where id=5; -update noar tt set b2='4V5YJ4953RQOMBG5O5' where id=5; -update noar ti set b2='4V5YJ4953RQOMBG5O5' where id=5; -update noar tt set v0='X81V6DQB9QG' where id=6; -update noar ti set v0='X81V6DQB9QG' where id=6; -update noar tt set b0='BTZQ83C0SCNSPLB103N4ADSXTJC1ACYM' where id=6; -update noar ti set b0='BTZQ83C0SCNSPLB103N4ADSXTJC1ACYM' where id=6; -update noar tt set v0='5CIDA4LCP7L8R6UBZ8LOZZ' where id=6; -update noar ti set v0='5CIDA4LCP7L8R6UBZ8LOZZ' where id=6; -update noar tt set b1='THX6T8NMBMS12NVSFCFM49OA5JVZ1' where id=6; -update noar ti set b1='THX6T8NMBMS12NVSFCFM49OA5JVZ1' where id=6; -update noar tt set v0='IRTO5W6GB1R6RZRVEXQPM6QQNKRLXTAS' where id=6; -update noar ti set v0='IRTO5W6GB1R6RZRVEXQPM6QQNKRLXTAS' where id=6; -update noar tt set b2='676QFRVGJ2EOCIXM0FOROPQ06' where id=6; -update noar ti set b2='676QFRVGJ2EOCIXM0FOROPQ06' where id=6; -update noar tt set v0='BAUNIP8914WKN5J52DGOWUGF' where id=7; -update noar ti set v0='BAUNIP8914WKN5J52DGOWUGF' where id=7; -update noar tt set b0='2EQ2M3WYFNOV' where id=7; -update noar ti set b0='2EQ2M3WYFNOV' where id=7; -update noar tt set v0='ZNN2Y9N5U55UUI6BPR' where id=7; -update noar ti set v0='ZNN2Y9N5U55UUI6BPR' where id=7; -update noar tt set b1='C47TW' where id=7; -update noar ti set b1='C47TW' where id=7; -update noar tt set v0='OU0NFUMIG7A2LW2T7P8BKDNCSSWLENT' where id=7; -update noar ti set v0='OU0NFUMIG7A2LW2T7P8BKDNCSSWLENT' where id=7; -update noar tt set b2='R5Q9Z2KD5OFHVPCUNIHHTD2MS52SDT' where id=7; -update noar ti set b2='R5Q9Z2KD5OFHVPCUNIHHTD2MS52SDT' where id=7; -update noar tt set v0='PT30PI2W8B0' where id=8; -update noar ti set v0='PT30PI2W8B0' where id=8; -update noar tt set b0='HK3C2VEG' where id=8; -update noar ti set b0='HK3C2VEG' where id=8; -update noar tt set v0='DCCLO9RUZ8O' where id=8; -update noar ti set v0='DCCLO9RUZ8O' where id=8; -update noar tt set b1='IZJYZPBRDCIWKIQJQS' where id=8; -update noar ti set b1='IZJYZPBRDCIWKIQJQS' where id=8; -update noar tt set v0='SDQIQC9XF0JYZ85TTKJ9Q8AW4ZFYRFUB' where id=8; -update noar ti set v0='SDQIQC9XF0JYZ85TTKJ9Q8AW4ZFYRFUB' where id=8; -update noar tt set b2='4ALWL4JIDD4IBGULTO08RN95RS2' where id=8; -update noar ti set b2='4ALWL4JIDD4IBGULTO08RN95RS2' where id=8; -update noar tt set v0='FVH3MLV0Q6RV3S8WL9VQ29JDOSJ' where id=9; -update noar ti set v0='FVH3MLV0Q6RV3S8WL9VQ29JDOSJ' where id=9; -update noar tt set b0='HPA6RHHBVPMWCLJTXDR' where id=9; -update noar ti set b0='HPA6RHHBVPMWCLJTXDR' where id=9; -update noar tt set v0='5XAGO1' where id=9; -update noar ti set v0='5XAGO1' where id=9; -update noar tt set b1='64G01OQJKHYJOEKVPCQV0' where id=9; -update noar ti set b1='64G01OQJKHYJOEKVPCQV0' where id=9; -update noar tt set v0='YQHPG0SW6QBGRDYF' where id=9; -update noar ti set v0='YQHPG0SW6QBGRDYF' where id=9; -update noar tt set b2='D9MJMYKITVI9H' where id=9; -update noar ti set b2='D9MJMYKITVI9H' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NY6I53I6NQ43Z3NE3GK27BS' where id=1; -update noar ti set v0='NY6I53I6NQ43Z3NE3GK27BS' where id=1; -update noar tt set b0='9M5A' where id=1; -update noar ti set b0='9M5A' where id=1; -update noar tt set v0='3WC52KXRYED8N4RG578' where id=1; -update noar ti set v0='3WC52KXRYED8N4RG578' where id=1; -update noar tt set b1='CFCQHJ1ZGY6X62BCX4WEQMHYHCZB77DL' where id=1; -update noar ti set b1='CFCQHJ1ZGY6X62BCX4WEQMHYHCZB77DL' where id=1; -update noar tt set v0='WZK8Z06Q8V6VZBVYPNSIKF7' where id=1; -update noar ti set v0='WZK8Z06Q8V6VZBVYPNSIKF7' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='HIO6O0DZTZI25BMQP9' where id=2; -update noar ti set v0='HIO6O0DZTZI25BMQP9' where id=2; -update noar tt set b0='IHQ0FPU6WDRRMCJ7W6KB' where id=2; -update noar ti set b0='IHQ0FPU6WDRRMCJ7W6KB' where id=2; -update noar tt set v0='EYOP5UD' where id=2; -update noar ti set v0='EYOP5UD' where id=2; -update noar tt set b1='134X8Q' where id=2; -update noar ti set b1='134X8Q' where id=2; -update noar tt set v0='YSC2TV' where id=2; -update noar ti set v0='YSC2TV' where id=2; -update noar tt set b2='RDF9KMIH13Q2K0RBFBQHCCW' where id=2; -update noar ti set b2='RDF9KMIH13Q2K0RBFBQHCCW' where id=2; -update noar tt set v0='TU7CLC265Z3KYCTSK4P5VRXDU85PDY' where id=3; -update noar ti set v0='TU7CLC265Z3KYCTSK4P5VRXDU85PDY' where id=3; -update noar tt set b0='RYN4YHF35587CHO89H8584YBOZ' where id=3; -update noar ti set b0='RYN4YHF35587CHO89H8584YBOZ' where id=3; -update noar tt set v0='WJKXQNWJAP' where id=3; -update noar ti set v0='WJKXQNWJAP' where id=3; -update noar tt set b1='VX43Y650ZF9MJ48AC2VJPSPA1V4' where id=3; -update noar ti set b1='VX43Y650ZF9MJ48AC2VJPSPA1V4' where id=3; -update noar tt set v0='SINUFU60YCD0XB' where id=3; -update noar ti set v0='SINUFU60YCD0XB' where id=3; -update noar tt set b2='4QTRL' where id=3; -update noar ti set b2='4QTRL' where id=3; -update noar tt set v0='6DZMOESLINOXOFI6R24TM7C' where id=4; -update noar ti set v0='6DZMOESLINOXOFI6R24TM7C' where id=4; -update noar tt set b0='A1W13TZV' where id=4; -update noar ti set b0='A1W13TZV' where id=4; -update noar tt set v0='U7Q8H' where id=4; -update noar ti set v0='U7Q8H' where id=4; -update noar tt set b1='3DY7QYLMAX8DKVBUQOYFECB1C1Y' where id=4; -update noar ti set b1='3DY7QYLMAX8DKVBUQOYFECB1C1Y' where id=4; -update noar tt set v0='14VXFJCVMF469L8A6' where id=4; -update noar ti set v0='14VXFJCVMF469L8A6' where id=4; -update noar tt set b2='PABFN3XZWBL2PDY3OKT2H83' where id=4; -update noar ti set b2='PABFN3XZWBL2PDY3OKT2H83' where id=4; -update noar tt set v0='0JBOS89X8' where id=5; -update noar ti set v0='0JBOS89X8' where id=5; -update noar tt set b0='Z65DHL101QK76IJEW1' where id=5; -update noar ti set b0='Z65DHL101QK76IJEW1' where id=5; -update noar tt set v0='841064AI51KZRXWEXON66WF843HUN5O' where id=5; -update noar ti set v0='841064AI51KZRXWEXON66WF843HUN5O' where id=5; -update noar tt set b1='OYL3NDMKKYNQP6WHO8DUMRSDEV0SHG' where id=5; -update noar ti set b1='OYL3NDMKKYNQP6WHO8DUMRSDEV0SHG' where id=5; -update noar tt set v0='WCTD1IC' where id=5; -update noar ti set v0='WCTD1IC' where id=5; -update noar tt set b2='14Z8NAC5EFJYDOV5L23295W99FCRV' where id=5; -update noar ti set b2='14Z8NAC5EFJYDOV5L23295W99FCRV' where id=5; -update noar tt set v0='3HGRO53DFO' where id=6; -update noar ti set v0='3HGRO53DFO' where id=6; -update noar tt set b0='MWRAVX2J4XN9' where id=6; -update noar ti set b0='MWRAVX2J4XN9' where id=6; -update noar tt set v0='UFY8TS2D3Q4C77B' where id=6; -update noar ti set v0='UFY8TS2D3Q4C77B' where id=6; -update noar tt set b1='Y5L5J2RVN2CGT' where id=6; -update noar ti set b1='Y5L5J2RVN2CGT' where id=6; -update noar tt set v0='IH8I6XP1X691O' where id=6; -update noar ti set v0='IH8I6XP1X691O' where id=6; -update noar tt set b2='LMYYGGAOUEBWZ8CQHL0LINSW' where id=6; -update noar ti set b2='LMYYGGAOUEBWZ8CQHL0LINSW' where id=6; -update noar tt set v0='5P2Z1M0OS' where id=7; -update noar ti set v0='5P2Z1M0OS' where id=7; -update noar tt set b0='OPO722WMQXDTSQS9W4' where id=7; -update noar ti set b0='OPO722WMQXDTSQS9W4' where id=7; -update noar tt set v0='KYSAKL' where id=7; -update noar ti set v0='KYSAKL' where id=7; -update noar tt set b1='99YMP8FRZV03O7LG1' where id=7; -update noar ti set b1='99YMP8FRZV03O7LG1' where id=7; -update noar tt set v0='XQJT7NW4HYTNRM' where id=7; -update noar ti set v0='XQJT7NW4HYTNRM' where id=7; -update noar tt set b2='88OMWNINWYCJW2MDOPTB4TLCZDLG' where id=7; -update noar ti set b2='88OMWNINWYCJW2MDOPTB4TLCZDLG' where id=7; -update noar tt set v0='G6PHZFSV0CO6VZCL8C3Q3N3P' where id=8; -update noar ti set v0='G6PHZFSV0CO6VZCL8C3Q3N3P' where id=8; -update noar tt set b0='Q8LQNIPP0YCOKNI' where id=8; -update noar ti set b0='Q8LQNIPP0YCOKNI' where id=8; -update noar tt set v0='IRS2SKGU6898WQKKN104AA1IQZTIY' where id=8; -update noar ti set v0='IRS2SKGU6898WQKKN104AA1IQZTIY' where id=8; -update noar tt set b1='579Z2G7VN' where id=8; -update noar ti set b1='579Z2G7VN' where id=8; -update noar tt set v0='T5MYDI' where id=8; -update noar ti set v0='T5MYDI' where id=8; -update noar tt set b2='879OJ6J76ZCY' where id=8; -update noar ti set b2='879OJ6J76ZCY' where id=8; -update noar tt set v0='AXM4E' where id=9; -update noar ti set v0='AXM4E' where id=9; -update noar tt set b0='JM79E52Y1J8M07GMMPIHI7K8GGUEA' where id=9; -update noar ti set b0='JM79E52Y1J8M07GMMPIHI7K8GGUEA' where id=9; -update noar tt set v0='7X016' where id=9; -update noar ti set v0='7X016' where id=9; -update noar tt set b1='TQN4UF00YDS' where id=9; -update noar ti set b1='TQN4UF00YDS' where id=9; -update noar tt set v0='B6CKV5SWBUO024WIGOXOH7E5J' where id=9; -update noar ti set v0='B6CKV5SWBUO024WIGOXOH7E5J' where id=9; -update noar tt set b2='22YNXHK2BJYE4EY44U9ZV' where id=9; -update noar ti set b2='22YNXHK2BJYE4EY44U9ZV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AH0QPE6' where id=1; -update noar ti set v0='AH0QPE6' where id=1; -update noar tt set b0='KOW0OPILMP' where id=1; -update noar ti set b0='KOW0OPILMP' where id=1; -update noar tt set v0='VYQRZ53O' where id=1; -update noar ti set v0='VYQRZ53O' where id=1; -update noar tt set b1='XHRJUZU506VQ7VXXYBWOY768JYPC' where id=1; -update noar ti set b1='XHRJUZU506VQ7VXXYBWOY768JYPC' where id=1; -update noar tt set v0='NSQMQ7M1QYKO5D' where id=1; -update noar ti set v0='NSQMQ7M1QYKO5D' where id=1; -update noar tt set b2='3170DAEAV68K1Z9' where id=1; -update noar ti set b2='3170DAEAV68K1Z9' where id=1; -update noar tt set v0='ZYPJOYEQQRLV1C9IUB' where id=2; -update noar ti set v0='ZYPJOYEQQRLV1C9IUB' where id=2; -update noar tt set b0='ME1D9ZSQZXG2SAS4WWKIJ' where id=2; -update noar ti set b0='ME1D9ZSQZXG2SAS4WWKIJ' where id=2; -update noar tt set v0='7S7XA8UK' where id=2; -update noar ti set v0='7S7XA8UK' where id=2; -update noar tt set b1='WOSI7SGUGD0Y' where id=2; -update noar ti set b1='WOSI7SGUGD0Y' where id=2; -update noar tt set v0='CM6' where id=2; -update noar ti set v0='CM6' where id=2; -update noar tt set b2='CVZONN07AXKD8A' where id=2; -update noar ti set b2='CVZONN07AXKD8A' where id=2; -update noar tt set v0='ACUP1MTUXUHQ' where id=3; -update noar ti set v0='ACUP1MTUXUHQ' where id=3; -update noar tt set b0='TB8DF8XOT5BJIJTM4GXT' where id=3; -update noar ti set b0='TB8DF8XOT5BJIJTM4GXT' where id=3; -update noar tt set v0='SVI24A1XH3WQN' where id=3; -update noar ti set v0='SVI24A1XH3WQN' where id=3; -update noar tt set b1='QSTAFZKF' where id=3; -update noar ti set b1='QSTAFZKF' where id=3; -update noar tt set v0='5R9ZK' where id=3; -update noar ti set v0='5R9ZK' where id=3; -update noar tt set b2='5IH15FMEGO5PW' where id=3; -update noar ti set b2='5IH15FMEGO5PW' where id=3; -update noar tt set v0='OLMD96PZ7V9ZVKQF3TLL8' where id=4; -update noar ti set v0='OLMD96PZ7V9ZVKQF3TLL8' where id=4; -update noar tt set b0='17KW3KEH52VIT21YEELVTQVVP' where id=4; -update noar ti set b0='17KW3KEH52VIT21YEELVTQVVP' where id=4; -update noar tt set v0='8XN2L5H4O74S' where id=4; -update noar ti set v0='8XN2L5H4O74S' where id=4; -update noar tt set b1='FHGZV50WE1VQ0CP9FKOPL8BJ' where id=4; -update noar ti set b1='FHGZV50WE1VQ0CP9FKOPL8BJ' where id=4; -update noar tt set v0='7EPKTYU7WG80OEBZ5' where id=4; -update noar ti set v0='7EPKTYU7WG80OEBZ5' where id=4; -update noar tt set b2='NJ1PU' where id=4; -update noar ti set b2='NJ1PU' where id=4; -update noar tt set v0='0JTXLLPR33Z' where id=5; -update noar ti set v0='0JTXLLPR33Z' where id=5; -update noar tt set b0='THOKSU8N2WAZI52R7B16D3LSAEU3ONO' where id=5; -update noar ti set b0='THOKSU8N2WAZI52R7B16D3LSAEU3ONO' where id=5; -update noar tt set v0='08KBBM4VSCYWENBVR' where id=5; -update noar ti set v0='08KBBM4VSCYWENBVR' where id=5; -update noar tt set b1='18UQ4HTXH05RMT' where id=5; -update noar ti set b1='18UQ4HTXH05RMT' where id=5; -update noar tt set v0='XZGKBSVKB6IA' where id=5; -update noar ti set v0='XZGKBSVKB6IA' where id=5; -update noar tt set b2='G' where id=5; -update noar ti set b2='G' where id=5; -update noar tt set v0='0AIUVJK8353JJHBZG11R44EV5OVQXV' where id=6; -update noar ti set v0='0AIUVJK8353JJHBZG11R44EV5OVQXV' where id=6; -update noar tt set b0='2' where id=6; -update noar ti set b0='2' where id=6; -update noar tt set v0='67TC4RXIU4J' where id=6; -update noar ti set v0='67TC4RXIU4J' where id=6; -update noar tt set b1='D09O3Q69M5HRNB06FTBMG' where id=6; -update noar ti set b1='D09O3Q69M5HRNB06FTBMG' where id=6; -update noar tt set v0='G1XBK8HV3' where id=6; -update noar ti set v0='G1XBK8HV3' where id=6; -update noar tt set b2='ZD53QVOY3K2IQ9Z9JJ6R1A' where id=6; -update noar ti set b2='ZD53QVOY3K2IQ9Z9JJ6R1A' where id=6; -update noar tt set v0='L9VOXIQHG7KL49BR23' where id=7; -update noar ti set v0='L9VOXIQHG7KL49BR23' where id=7; -update noar tt set b0='7HWQ5QUZV4XCCP7FOW' where id=7; -update noar ti set b0='7HWQ5QUZV4XCCP7FOW' where id=7; -update noar tt set v0='Y6E00MR1TKSTHC0NFXPGY892' where id=7; -update noar ti set v0='Y6E00MR1TKSTHC0NFXPGY892' where id=7; -update noar tt set b1='37VZIDMPXDBKGM' where id=7; -update noar ti set b1='37VZIDMPXDBKGM' where id=7; -update noar tt set v0='ZH7JNDM75ZPKNSXOPGENYV' where id=7; -update noar ti set v0='ZH7JNDM75ZPKNSXOPGENYV' where id=7; -update noar tt set b2='T1MO7TLWKGNY4ELCKW0' where id=7; -update noar ti set b2='T1MO7TLWKGNY4ELCKW0' where id=7; -update noar tt set v0='BUNE0RBQ1BZHKPE' where id=8; -update noar ti set v0='BUNE0RBQ1BZHKPE' where id=8; -update noar tt set b0='079SASB411YF18C2L00ZFZW59WJCRC' where id=8; -update noar ti set b0='079SASB411YF18C2L00ZFZW59WJCRC' where id=8; -update noar tt set v0='HO92F0CTWJ27ZWXFX8RX782EAOPR2YQ' where id=8; -update noar ti set v0='HO92F0CTWJ27ZWXFX8RX782EAOPR2YQ' where id=8; -update noar tt set b1='TASLAWC7CR250B0W9SEQOCMLCHTHNV' where id=8; -update noar ti set b1='TASLAWC7CR250B0W9SEQOCMLCHTHNV' where id=8; -update noar tt set v0='GFM5181G1KR' where id=8; -update noar ti set v0='GFM5181G1KR' where id=8; -update noar tt set b2='EGGELRME' where id=8; -update noar ti set b2='EGGELRME' where id=8; -update noar tt set v0='NU' where id=9; -update noar ti set v0='NU' where id=9; -update noar tt set b0='WXQ' where id=9; -update noar ti set b0='WXQ' where id=9; -update noar tt set v0='LYAW83V0ESNKSV42' where id=9; -update noar ti set v0='LYAW83V0ESNKSV42' where id=9; -update noar tt set b1='Q30QVJU432J' where id=9; -update noar ti set b1='Q30QVJU432J' where id=9; -update noar tt set v0='Y4AM8CYHHHGIH58OOJGMPWT' where id=9; -update noar ti set v0='Y4AM8CYHHHGIH58OOJGMPWT' where id=9; -update noar tt set b2='PJ1KK9M8DISBU6R8NP7BQM03' where id=9; -update noar ti set b2='PJ1KK9M8DISBU6R8NP7BQM03' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EBDMVSE8SRS7' where id=1; -update noar ti set v0='EBDMVSE8SRS7' where id=1; -update noar tt set b0='3LLM47LYOHNHCMTKWDDL7J0PI3' where id=1; -update noar ti set b0='3LLM47LYOHNHCMTKWDDL7J0PI3' where id=1; -update noar tt set v0='ISMD5S9F3YHP8N61T60QIRWRW2YYI8' where id=1; -update noar ti set v0='ISMD5S9F3YHP8N61T60QIRWRW2YYI8' where id=1; -update noar tt set b1='YPTNHMJ6DEG2Z' where id=1; -update noar ti set b1='YPTNHMJ6DEG2Z' where id=1; -update noar tt set v0='MT58845PR24AZKRA0CXGGK2VOW' where id=1; -update noar ti set v0='MT58845PR24AZKRA0CXGGK2VOW' where id=1; -update noar tt set b2='U5PJTBALJ6G6S3R1G5GBI2KY5GHBT' where id=1; -update noar ti set b2='U5PJTBALJ6G6S3R1G5GBI2KY5GHBT' where id=1; -update noar tt set v0='JL4YOZB838MTJPSX9YK5INP54D' where id=2; -update noar ti set v0='JL4YOZB838MTJPSX9YK5INP54D' where id=2; -update noar tt set b0='6JNJRKL8L' where id=2; -update noar ti set b0='6JNJRKL8L' where id=2; -update noar tt set v0='97B6OSWMVOJ7P' where id=2; -update noar ti set v0='97B6OSWMVOJ7P' where id=2; -update noar tt set b1='BBZHEEZ58' where id=2; -update noar ti set b1='BBZHEEZ58' where id=2; -update noar tt set v0='K8H4AEJIG88D6L54' where id=2; -update noar ti set v0='K8H4AEJIG88D6L54' where id=2; -update noar tt set b2='OBVWZ9IS75O7OXGIEAE' where id=2; -update noar ti set b2='OBVWZ9IS75O7OXGIEAE' where id=2; -update noar tt set v0='R5W6007CPK3SKCC197EKYF6IIML' where id=3; -update noar ti set v0='R5W6007CPK3SKCC197EKYF6IIML' where id=3; -update noar tt set b0='0RPTS8X76FNYKXJESBQ6IJCZJ6466DFQ' where id=3; -update noar ti set b0='0RPTS8X76FNYKXJESBQ6IJCZJ6466DFQ' where id=3; -update noar tt set v0='1QXF0V6' where id=3; -update noar ti set v0='1QXF0V6' where id=3; -update noar tt set b1='545MG8ERXEY0ES2GWU6' where id=3; -update noar ti set b1='545MG8ERXEY0ES2GWU6' where id=3; -update noar tt set v0='9OER' where id=3; -update noar ti set v0='9OER' where id=3; -update noar tt set b2='2XLQR2ZLSAAF1J' where id=3; -update noar ti set b2='2XLQR2ZLSAAF1J' where id=3; -update noar tt set v0='AIG6T' where id=4; -update noar ti set v0='AIG6T' where id=4; -update noar tt set b0='UAA3DJVM4A67LENS9IQE4O34DAAZHE' where id=4; -update noar ti set b0='UAA3DJVM4A67LENS9IQE4O34DAAZHE' where id=4; -update noar tt set v0='Z8MH6087LWNL' where id=4; -update noar ti set v0='Z8MH6087LWNL' where id=4; -update noar tt set b1='2TO7O2GWF1S' where id=4; -update noar ti set b1='2TO7O2GWF1S' where id=4; -update noar tt set v0='112DGTZZFIGU6UW' where id=4; -update noar ti set v0='112DGTZZFIGU6UW' where id=4; -update noar tt set b2='ZUX' where id=4; -update noar ti set b2='ZUX' where id=4; -update noar tt set v0='5R812U1J4KC3I98Q9CD4Z5' where id=5; -update noar ti set v0='5R812U1J4KC3I98Q9CD4Z5' where id=5; -update noar tt set b0='W19LR394V1PUNQ5TOST08LK4JJ81' where id=5; -update noar ti set b0='W19LR394V1PUNQ5TOST08LK4JJ81' where id=5; -update noar tt set v0='N046OAF7KWWTFCHAK7M1MNEFUX6' where id=5; -update noar ti set v0='N046OAF7KWWTFCHAK7M1MNEFUX6' where id=5; -update noar tt set b1='BEX90' where id=5; -update noar ti set b1='BEX90' where id=5; -update noar tt set v0='W6ZJC283GG6XDRKDA00CU' where id=5; -update noar ti set v0='W6ZJC283GG6XDRKDA00CU' where id=5; -update noar tt set b2='SW6YF65ZZR' where id=5; -update noar ti set b2='SW6YF65ZZR' where id=5; -update noar tt set v0='FN4SQB7CLT' where id=6; -update noar ti set v0='FN4SQB7CLT' where id=6; -update noar tt set b0='91ESNOZG2HT8W5C3IL61K' where id=6; -update noar ti set b0='91ESNOZG2HT8W5C3IL61K' where id=6; -update noar tt set v0='OA0GW' where id=6; -update noar ti set v0='OA0GW' where id=6; -update noar tt set b1='KYB42T420M2S0RG5MVHEH8' where id=6; -update noar ti set b1='KYB42T420M2S0RG5MVHEH8' where id=6; -update noar tt set v0='SNXZDT6LXH' where id=6; -update noar ti set v0='SNXZDT6LXH' where id=6; -update noar tt set b2='3VXMULO4' where id=6; -update noar ti set b2='3VXMULO4' where id=6; -update noar tt set v0='24X59TQ4AO7TXEA8N' where id=7; -update noar ti set v0='24X59TQ4AO7TXEA8N' where id=7; -update noar tt set b0='OJNXGIEWCEJP0BO2ETUL2DRH3254VQ3' where id=7; -update noar ti set b0='OJNXGIEWCEJP0BO2ETUL2DRH3254VQ3' where id=7; -update noar tt set v0='C4ED5SOI' where id=7; -update noar ti set v0='C4ED5SOI' where id=7; -update noar tt set b1='FDEMF79SMDVEDRZV' where id=7; -update noar ti set b1='FDEMF79SMDVEDRZV' where id=7; -update noar tt set v0='45NRX77NHZ9DPO91YW24SFVC7R6PJ' where id=7; -update noar ti set v0='45NRX77NHZ9DPO91YW24SFVC7R6PJ' where id=7; -update noar tt set b2='H5DO1XGPAND5QL9ID' where id=7; -update noar ti set b2='H5DO1XGPAND5QL9ID' where id=7; -update noar tt set v0='735' where id=8; -update noar ti set v0='735' where id=8; -update noar tt set b0='F33F1LGLFK6MISSLGLQNIESWEGGNC59C' where id=8; -update noar ti set b0='F33F1LGLFK6MISSLGLQNIESWEGGNC59C' where id=8; -update noar tt set v0='Z74TECDZ0XQHY6B51AFC8B7G3A09GG2F' where id=8; -update noar ti set v0='Z74TECDZ0XQHY6B51AFC8B7G3A09GG2F' where id=8; -update noar tt set b1='OWZBVCAL9IARJLEV7J9RUGC' where id=8; -update noar ti set b1='OWZBVCAL9IARJLEV7J9RUGC' where id=8; -update noar tt set v0='HSG8G82JQIJEMQUMZMQ5ILG1UW' where id=8; -update noar ti set v0='HSG8G82JQIJEMQUMZMQ5ILG1UW' where id=8; -update noar tt set b2='1LZKUV2MNSKPN' where id=8; -update noar ti set b2='1LZKUV2MNSKPN' where id=8; -update noar tt set v0='1KMVQ13VKUTNUD8' where id=9; -update noar ti set v0='1KMVQ13VKUTNUD8' where id=9; -update noar tt set b0='8P7A9S32XDJZT44BQFQXMUMQ72' where id=9; -update noar ti set b0='8P7A9S32XDJZT44BQFQXMUMQ72' where id=9; -update noar tt set v0='HN7EL' where id=9; -update noar ti set v0='HN7EL' where id=9; -update noar tt set b1='YR8SBTP58NJMXP5BV24OL0K5B' where id=9; -update noar ti set b1='YR8SBTP58NJMXP5BV24OL0K5B' where id=9; -update noar tt set v0='MI782QHDFKDKX866T9KBZ09XVFJ' where id=9; -update noar ti set v0='MI782QHDFKDKX866T9KBZ09XVFJ' where id=9; -update noar tt set b2='9RE0JEAC4TGJ' where id=9; -update noar ti set b2='9RE0JEAC4TGJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K8NSPJ189F8KM6OROEJOJ1NMIV9Y8K6' where id=1; -update noar ti set v0='K8NSPJ189F8KM6OROEJOJ1NMIV9Y8K6' where id=1; -update noar tt set b0='6LMF64A8OS2X3' where id=1; -update noar ti set b0='6LMF64A8OS2X3' where id=1; -update noar tt set v0='NNI1BGFAA9OM1JWZHRSDSL2KUVM44FI' where id=1; -update noar ti set v0='NNI1BGFAA9OM1JWZHRSDSL2KUVM44FI' where id=1; -update noar tt set b1='ZBROJ6Q3HRIT4GZ9V' where id=1; -update noar ti set b1='ZBROJ6Q3HRIT4GZ9V' where id=1; -update noar tt set v0='Q11983622ERSVR05GIPBXR' where id=1; -update noar ti set v0='Q11983622ERSVR05GIPBXR' where id=1; -update noar tt set b2='KN7KF' where id=1; -update noar ti set b2='KN7KF' where id=1; -update noar tt set v0='SB5ISHJJV44VO77GE8SKA7139TC38OL' where id=2; -update noar ti set v0='SB5ISHJJV44VO77GE8SKA7139TC38OL' where id=2; -update noar tt set b0='53Z8NQIBR7D10BD414BY' where id=2; -update noar ti set b0='53Z8NQIBR7D10BD414BY' where id=2; -update noar tt set v0='STPDGQUQ0LAO6SA402T1P8' where id=2; -update noar ti set v0='STPDGQUQ0LAO6SA402T1P8' where id=2; -update noar tt set b1='MKEXV3R8IK08W2J0QYJU362' where id=2; -update noar ti set b1='MKEXV3R8IK08W2J0QYJU362' where id=2; -update noar tt set v0='AP6Y9D9785T6W7FK6O1FPMGQOTLSWD' where id=2; -update noar ti set v0='AP6Y9D9785T6W7FK6O1FPMGQOTLSWD' where id=2; -update noar tt set b2='G59NTPAVZ95H2I82Q5B' where id=2; -update noar ti set b2='G59NTPAVZ95H2I82Q5B' where id=2; -update noar tt set v0='P7009TG4BTBWX' where id=3; -update noar ti set v0='P7009TG4BTBWX' where id=3; -update noar tt set b0='0SABYIY6HXY6M' where id=3; -update noar ti set b0='0SABYIY6HXY6M' where id=3; -update noar tt set v0='089COAGUJXOHIHSX9Y1VOR1O6' where id=3; -update noar ti set v0='089COAGUJXOHIHSX9Y1VOR1O6' where id=3; -update noar tt set b1='KWQEBDL877LC' where id=3; -update noar ti set b1='KWQEBDL877LC' where id=3; -update noar tt set v0='Y711VK8VM4KZYRYQB2CJG8J36' where id=3; -update noar ti set v0='Y711VK8VM4KZYRYQB2CJG8J36' where id=3; -update noar tt set b2='ZWXUKT4BQBTER9N6V' where id=3; -update noar ti set b2='ZWXUKT4BQBTER9N6V' where id=3; -update noar tt set v0='8TH9CZFHVO6LTLFZB73M7Q' where id=4; -update noar ti set v0='8TH9CZFHVO6LTLFZB73M7Q' where id=4; -update noar tt set b0='DPO8UJ6ZHYN3J0BL92' where id=4; -update noar ti set b0='DPO8UJ6ZHYN3J0BL92' where id=4; -update noar tt set v0='E2N' where id=4; -update noar ti set v0='E2N' where id=4; -update noar tt set b1='HBOUE8ABT5Q5DBGKN' where id=4; -update noar ti set b1='HBOUE8ABT5Q5DBGKN' where id=4; -update noar tt set v0='C6DA97JFDC' where id=4; -update noar ti set v0='C6DA97JFDC' where id=4; -update noar tt set b2='KJ47WRCHX9CDVXU99LMU' where id=4; -update noar ti set b2='KJ47WRCHX9CDVXU99LMU' where id=4; -update noar tt set v0='XFR3J' where id=5; -update noar ti set v0='XFR3J' where id=5; -update noar tt set b0='P78MA' where id=5; -update noar ti set b0='P78MA' where id=5; -update noar tt set v0='VGJFEI8BSG3VHUBNEPTI' where id=5; -update noar ti set v0='VGJFEI8BSG3VHUBNEPTI' where id=5; -update noar tt set b1='3EG2W3DYKCVK' where id=5; -update noar ti set b1='3EG2W3DYKCVK' where id=5; -update noar tt set v0='7M8LRFW9XOL945G' where id=5; -update noar ti set v0='7M8LRFW9XOL945G' where id=5; -update noar tt set b2='92LZO2S465NJ3ZZNVTH' where id=5; -update noar ti set b2='92LZO2S465NJ3ZZNVTH' where id=5; -update noar tt set v0='E5KTDNHV8YRLR8MS185F886N' where id=6; -update noar ti set v0='E5KTDNHV8YRLR8MS185F886N' where id=6; -update noar tt set b0='84W3KV27G41M470O5UM2MV58' where id=6; -update noar ti set b0='84W3KV27G41M470O5UM2MV58' where id=6; -update noar tt set v0='8WL1S7VOITW3A0V9EKAYZ5WSH5AVABKI' where id=6; -update noar ti set v0='8WL1S7VOITW3A0V9EKAYZ5WSH5AVABKI' where id=6; -update noar tt set b1='HVAUU0T8RUA7KFWQHXH102UCQZNP' where id=6; -update noar ti set b1='HVAUU0T8RUA7KFWQHXH102UCQZNP' where id=6; -update noar tt set v0='YRBNYN9OQEX299P95WWZ16GG1XEU' where id=6; -update noar ti set v0='YRBNYN9OQEX299P95WWZ16GG1XEU' where id=6; -update noar tt set b2='1JZW6RL836Y0B' where id=6; -update noar ti set b2='1JZW6RL836Y0B' where id=6; -update noar tt set v0='9AO0PMC1U3NK5VU6Y0A' where id=7; -update noar ti set v0='9AO0PMC1U3NK5VU6Y0A' where id=7; -update noar tt set b0='DXED3P' where id=7; -update noar ti set b0='DXED3P' where id=7; -update noar tt set v0='N91HXSDSGQ8957CF4SH' where id=7; -update noar ti set v0='N91HXSDSGQ8957CF4SH' where id=7; -update noar tt set b1='19RTEBXJ' where id=7; -update noar ti set b1='19RTEBXJ' where id=7; -update noar tt set v0='NA583' where id=7; -update noar ti set v0='NA583' where id=7; -update noar tt set b2='A8PIRU08HHI8P4NH1H7M8' where id=7; -update noar ti set b2='A8PIRU08HHI8P4NH1H7M8' where id=7; -update noar tt set v0='TCKTNX00RS7OCBZS6R' where id=8; -update noar ti set v0='TCKTNX00RS7OCBZS6R' where id=8; -update noar tt set b0='PFH2ECI5PSYY5X6RVW' where id=8; -update noar ti set b0='PFH2ECI5PSYY5X6RVW' where id=8; -update noar tt set v0='ZJLFP22U5MOVF' where id=8; -update noar ti set v0='ZJLFP22U5MOVF' where id=8; -update noar tt set b1='89XI3QPR7JM7LJD596FDN' where id=8; -update noar ti set b1='89XI3QPR7JM7LJD596FDN' where id=8; -update noar tt set v0='DNMX5QSFKDQJ' where id=8; -update noar ti set v0='DNMX5QSFKDQJ' where id=8; -update noar tt set b2='PMANK0RF34GV' where id=8; -update noar ti set b2='PMANK0RF34GV' where id=8; -update noar tt set v0='CP9OR4' where id=9; -update noar ti set v0='CP9OR4' where id=9; -update noar tt set b0='UBARS9EYH43DRZ4RQJQIP1X2JP2CP' where id=9; -update noar ti set b0='UBARS9EYH43DRZ4RQJQIP1X2JP2CP' where id=9; -update noar tt set v0='CIXEAVKVXU' where id=9; -update noar ti set v0='CIXEAVKVXU' where id=9; -update noar tt set b1='S9RGTGFSCE8CUTA2ZTQ934BBPGG' where id=9; -update noar ti set b1='S9RGTGFSCE8CUTA2ZTQ934BBPGG' where id=9; -update noar tt set v0='O6TZ8JM8A4W1' where id=9; -update noar ti set v0='O6TZ8JM8A4W1' where id=9; -update noar tt set b2='3QWTT010XHC5UHLN4S06' where id=9; -update noar ti set b2='3QWTT010XHC5UHLN4S06' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IO183H14D1WS' where id=1; -update noar ti set v0='IO183H14D1WS' where id=1; -update noar tt set b0='4659HHPODFOX7H28I' where id=1; -update noar ti set b0='4659HHPODFOX7H28I' where id=1; -update noar tt set v0='V794014B20ZPL8UA93XN4D4GN452ISBM' where id=1; -update noar ti set v0='V794014B20ZPL8UA93XN4D4GN452ISBM' where id=1; -update noar tt set b1='NP' where id=1; -update noar ti set b1='NP' where id=1; -update noar tt set v0='HZD70LUSY' where id=1; -update noar ti set v0='HZD70LUSY' where id=1; -update noar tt set b2='2W7TW' where id=1; -update noar ti set b2='2W7TW' where id=1; -update noar tt set v0='LG5Y5UAYTY0JI' where id=2; -update noar ti set v0='LG5Y5UAYTY0JI' where id=2; -update noar tt set b0='LI0' where id=2; -update noar ti set b0='LI0' where id=2; -update noar tt set v0='V0PQLUP624SPBJTVPYY6LWZ' where id=2; -update noar ti set v0='V0PQLUP624SPBJTVPYY6LWZ' where id=2; -update noar tt set b1='FFGMF67N' where id=2; -update noar ti set b1='FFGMF67N' where id=2; -update noar tt set v0='9ILULRIJ49FOWO701RS8US6EN0CLC' where id=2; -update noar ti set v0='9ILULRIJ49FOWO701RS8US6EN0CLC' where id=2; -update noar tt set b2='R2XLNNPFM35QH9PTFG7429YES3' where id=2; -update noar ti set b2='R2XLNNPFM35QH9PTFG7429YES3' where id=2; -update noar tt set v0='GO60CLY8UW1IE5DMDM' where id=3; -update noar ti set v0='GO60CLY8UW1IE5DMDM' where id=3; -update noar tt set b0='G7HTHTB611JX19W6CETJPCTDYFTC5' where id=3; -update noar ti set b0='G7HTHTB611JX19W6CETJPCTDYFTC5' where id=3; -update noar tt set v0='FPR08WZUWZD' where id=3; -update noar ti set v0='FPR08WZUWZD' where id=3; -update noar tt set b1='RFELQ2O9XNWVT8E1AO43S7O' where id=3; -update noar ti set b1='RFELQ2O9XNWVT8E1AO43S7O' where id=3; -update noar tt set v0='6JCMUIRX4CDT8R5V334OSNEQ8C' where id=3; -update noar ti set v0='6JCMUIRX4CDT8R5V334OSNEQ8C' where id=3; -update noar tt set b2='1W0RNVBQ9UQT0BXI' where id=3; -update noar ti set b2='1W0RNVBQ9UQT0BXI' where id=3; -update noar tt set v0='RHM' where id=4; -update noar ti set v0='RHM' where id=4; -update noar tt set b0='8O1VS8JKLHNNVEI2VTQIVBIK0' where id=4; -update noar ti set b0='8O1VS8JKLHNNVEI2VTQIVBIK0' where id=4; -update noar tt set v0='F1Y45M' where id=4; -update noar ti set v0='F1Y45M' where id=4; -update noar tt set b1='0AISSMOOX1GNSOIUN7B4C2708U8U1' where id=4; -update noar ti set b1='0AISSMOOX1GNSOIUN7B4C2708U8U1' where id=4; -update noar tt set v0='4FPJ12U2KXUUF34UUCF2HA7SU' where id=4; -update noar ti set v0='4FPJ12U2KXUUF34UUCF2HA7SU' where id=4; -update noar tt set b2='KEL3VYHM' where id=4; -update noar ti set b2='KEL3VYHM' where id=4; -update noar tt set v0='YSR5UG5GCIWVQB1VKWW4O0HEPU57A2' where id=5; -update noar ti set v0='YSR5UG5GCIWVQB1VKWW4O0HEPU57A2' where id=5; -update noar tt set b0='OW8NRFQ7RUF4WW0' where id=5; -update noar ti set b0='OW8NRFQ7RUF4WW0' where id=5; -update noar tt set v0='ZSLIWZKVJWS0XXD' where id=5; -update noar ti set v0='ZSLIWZKVJWS0XXD' where id=5; -update noar tt set b1='TW5TC0P8LQ7LK41H3NDGL5CC' where id=5; -update noar ti set b1='TW5TC0P8LQ7LK41H3NDGL5CC' where id=5; -update noar tt set v0='CR' where id=5; -update noar ti set v0='CR' where id=5; -update noar tt set b2='3A62GE0' where id=5; -update noar ti set b2='3A62GE0' where id=5; -update noar tt set v0='JIT6Z9A8DFG084KW7G' where id=6; -update noar ti set v0='JIT6Z9A8DFG084KW7G' where id=6; -update noar tt set b0='HM' where id=6; -update noar ti set b0='HM' where id=6; -update noar tt set v0='WJH3UE76ZSG' where id=6; -update noar ti set v0='WJH3UE76ZSG' where id=6; -update noar tt set b1='4NGYH5TWD57ZRWRV' where id=6; -update noar ti set b1='4NGYH5TWD57ZRWRV' where id=6; -update noar tt set v0='119K6HXZD492URWUT1ZEIOG' where id=6; -update noar ti set v0='119K6HXZD492URWUT1ZEIOG' where id=6; -update noar tt set b2='RCO3B5MT2DGXQZ' where id=6; -update noar ti set b2='RCO3B5MT2DGXQZ' where id=6; -update noar tt set v0='OJ291GEPK1RMR07OFH9' where id=7; -update noar ti set v0='OJ291GEPK1RMR07OFH9' where id=7; -update noar tt set b0='H24GEC0NZHAGY4QC757OI2QNFY74' where id=7; -update noar ti set b0='H24GEC0NZHAGY4QC757OI2QNFY74' where id=7; -update noar tt set v0='3P19Y7OJYE' where id=7; -update noar ti set v0='3P19Y7OJYE' where id=7; -update noar tt set b1='JH' where id=7; -update noar ti set b1='JH' where id=7; -update noar tt set v0='5' where id=7; -update noar ti set v0='5' where id=7; -update noar tt set b2='TAYUPP3H7J5RE70I8WWPKXEAA' where id=7; -update noar ti set b2='TAYUPP3H7J5RE70I8WWPKXEAA' where id=7; -update noar tt set v0='CFG0DPZS0CMB' where id=8; -update noar ti set v0='CFG0DPZS0CMB' where id=8; -update noar tt set b0='J6GJABCR9SJKK6BO5' where id=8; -update noar ti set b0='J6GJABCR9SJKK6BO5' where id=8; -update noar tt set v0='ERVZ4EV9HZXZS6YTS9P' where id=8; -update noar ti set v0='ERVZ4EV9HZXZS6YTS9P' where id=8; -update noar tt set b1='47TDQS84MGAB9Z4TC' where id=8; -update noar ti set b1='47TDQS84MGAB9Z4TC' where id=8; -update noar tt set v0='8GNSVLA8IHMYTUOYIM' where id=8; -update noar ti set v0='8GNSVLA8IHMYTUOYIM' where id=8; -update noar tt set b2='O475F' where id=8; -update noar ti set b2='O475F' where id=8; -update noar tt set v0='GG4GDZ4CSPDY2MGGS6L9QBH5W6' where id=9; -update noar ti set v0='GG4GDZ4CSPDY2MGGS6L9QBH5W6' where id=9; -update noar tt set b0='GES24NIWZ0FJ09HTB8' where id=9; -update noar ti set b0='GES24NIWZ0FJ09HTB8' where id=9; -update noar tt set v0='S2NHJIET' where id=9; -update noar ti set v0='S2NHJIET' where id=9; -update noar tt set b1='LZSCMC5B3MGLGS68WDDLX122GHBW8WR' where id=9; -update noar ti set b1='LZSCMC5B3MGLGS68WDDLX122GHBW8WR' where id=9; -update noar tt set v0='NNRHRO87YKM9ZHMXIXY94GO6T84EXDU7' where id=9; -update noar ti set v0='NNRHRO87YKM9ZHMXIXY94GO6T84EXDU7' where id=9; -update noar tt set b2='DUYWTHBGQTFWY0F7WBBRUIKL9CA5' where id=9; -update noar ti set b2='DUYWTHBGQTFWY0F7WBBRUIKL9CA5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FQJEBWZ5H9QATEP' where id=1; -update noar ti set v0='FQJEBWZ5H9QATEP' where id=1; -update noar tt set b0='94KXNTAJHCFX3JG458XUZGAGAFFX' where id=1; -update noar ti set b0='94KXNTAJHCFX3JG458XUZGAGAFFX' where id=1; -update noar tt set v0='S4WX0KP4IYHF7WPV7WLVOZ79K81' where id=1; -update noar ti set v0='S4WX0KP4IYHF7WPV7WLVOZ79K81' where id=1; -update noar tt set b1='NF' where id=1; -update noar ti set b1='NF' where id=1; -update noar tt set v0='FYD1C8XIBYI16SHIVJJYNPY6P' where id=1; -update noar ti set v0='FYD1C8XIBYI16SHIVJJYNPY6P' where id=1; -update noar tt set b2='YXXQPI18CCSAAKIC5R3N52LUMGF7AJW' where id=1; -update noar ti set b2='YXXQPI18CCSAAKIC5R3N52LUMGF7AJW' where id=1; -update noar tt set v0='JRPGR9ZV6VQLXX4UZ5S229ZQB0SZ2' where id=2; -update noar ti set v0='JRPGR9ZV6VQLXX4UZ5S229ZQB0SZ2' where id=2; -update noar tt set b0='WEN30AFXA6DLGXWGAZ' where id=2; -update noar ti set b0='WEN30AFXA6DLGXWGAZ' where id=2; -update noar tt set v0='VP0W5C5TY' where id=2; -update noar ti set v0='VP0W5C5TY' where id=2; -update noar tt set b1='SX79T2M' where id=2; -update noar ti set b1='SX79T2M' where id=2; -update noar tt set v0='SMA1R3STCSPCR84YO8J9C26L2' where id=2; -update noar ti set v0='SMA1R3STCSPCR84YO8J9C26L2' where id=2; -update noar tt set b2='UZFK1OQXFUZG' where id=2; -update noar ti set b2='UZFK1OQXFUZG' where id=2; -update noar tt set v0='EGWWLFQJ0B1' where id=3; -update noar ti set v0='EGWWLFQJ0B1' where id=3; -update noar tt set b0='4V8RMAL' where id=3; -update noar ti set b0='4V8RMAL' where id=3; -update noar tt set v0='72GDUYZ86W8RJQYXL6QEE' where id=3; -update noar ti set v0='72GDUYZ86W8RJQYXL6QEE' where id=3; -update noar tt set b1='BZKLCI' where id=3; -update noar ti set b1='BZKLCI' where id=3; -update noar tt set v0='IHBKYL1BDZ6UT672YO' where id=3; -update noar ti set v0='IHBKYL1BDZ6UT672YO' where id=3; -update noar tt set b2='ULBHM2GQSZE57FYYBC7R2' where id=3; -update noar ti set b2='ULBHM2GQSZE57FYYBC7R2' where id=3; -update noar tt set v0='KX1L5YMHYO5TWA2NFF2ZC' where id=4; -update noar ti set v0='KX1L5YMHYO5TWA2NFF2ZC' where id=4; -update noar tt set b0='V8DA0B9D' where id=4; -update noar ti set b0='V8DA0B9D' where id=4; -update noar tt set v0='J7FI7Z46YLY5591JREZCXU55L7' where id=4; -update noar ti set v0='J7FI7Z46YLY5591JREZCXU55L7' where id=4; -update noar tt set b1='LYMOJ2NBZ3QSJHPUK2L2' where id=4; -update noar ti set b1='LYMOJ2NBZ3QSJHPUK2L2' where id=4; -update noar tt set v0='C1PDF82HCNUMTX7TD0IAUGU8781' where id=4; -update noar ti set v0='C1PDF82HCNUMTX7TD0IAUGU8781' where id=4; -update noar tt set b2='SHV4DZNX2T26CR0BA7GWG5139PTNG' where id=4; -update noar ti set b2='SHV4DZNX2T26CR0BA7GWG5139PTNG' where id=4; -update noar tt set v0='T772XEVGTFV' where id=5; -update noar ti set v0='T772XEVGTFV' where id=5; -update noar tt set b0='CFMKN8LUFBEBNRE4FJG7V7YU17IIE' where id=5; -update noar ti set b0='CFMKN8LUFBEBNRE4FJG7V7YU17IIE' where id=5; -update noar tt set v0='D' where id=5; -update noar ti set v0='D' where id=5; -update noar tt set b1='B6P2Y36S7LV04DBT' where id=5; -update noar ti set b1='B6P2Y36S7LV04DBT' where id=5; -update noar tt set v0='FUSTNCDCMYB00USXC9SG' where id=5; -update noar ti set v0='FUSTNCDCMYB00USXC9SG' where id=5; -update noar tt set b2='45X6B9C9CKO7ACSDYWF2C0UPEWBVD' where id=5; -update noar ti set b2='45X6B9C9CKO7ACSDYWF2C0UPEWBVD' where id=5; -update noar tt set v0='YRF' where id=6; -update noar ti set v0='YRF' where id=6; -update noar tt set b0='FIT19WCTO' where id=6; -update noar ti set b0='FIT19WCTO' where id=6; -update noar tt set v0='HUT7DKH54G3SEE08R8U1SCOJY' where id=6; -update noar ti set v0='HUT7DKH54G3SEE08R8U1SCOJY' where id=6; -update noar tt set b1='K5PWHFU4QXCT8PULYCJN845' where id=6; -update noar ti set b1='K5PWHFU4QXCT8PULYCJN845' where id=6; -update noar tt set v0='1ZV6T12OVT0O9J7WKV' where id=6; -update noar ti set v0='1ZV6T12OVT0O9J7WKV' where id=6; -update noar tt set b2='3AMDBYZFPO2GDDZGHKC7GBNJ' where id=6; -update noar ti set b2='3AMDBYZFPO2GDDZGHKC7GBNJ' where id=6; -update noar tt set v0='62649G70QT23G598IR5CKLPND4SFUKQ' where id=7; -update noar ti set v0='62649G70QT23G598IR5CKLPND4SFUKQ' where id=7; -update noar tt set b0='Q7PI30WPVLNLW00' where id=7; -update noar ti set b0='Q7PI30WPVLNLW00' where id=7; -update noar tt set v0='U4DU6U03LW0GDV' where id=7; -update noar ti set v0='U4DU6U03LW0GDV' where id=7; -update noar tt set b1='581AR1P21X8HKGJYNDH0AGXB' where id=7; -update noar ti set b1='581AR1P21X8HKGJYNDH0AGXB' where id=7; -update noar tt set v0='OEOCXX8MB38GTMW' where id=7; -update noar ti set v0='OEOCXX8MB38GTMW' where id=7; -update noar tt set b2='Y6G8ZWVI5EGH7NMJ326OQKJWZMCCO5IA' where id=7; -update noar ti set b2='Y6G8ZWVI5EGH7NMJ326OQKJWZMCCO5IA' where id=7; -update noar tt set v0='CM8RUHC2HEH2MSY47BATWMXMXIWV' where id=8; -update noar ti set v0='CM8RUHC2HEH2MSY47BATWMXMXIWV' where id=8; -update noar tt set b0='J48HOSOIR8ITD' where id=8; -update noar ti set b0='J48HOSOIR8ITD' where id=8; -update noar tt set v0='CJ7DM7VIS5FVFFTSC1A9T3IPOX512' where id=8; -update noar ti set v0='CJ7DM7VIS5FVFFTSC1A9T3IPOX512' where id=8; -update noar tt set b1='DDDA0C1KCQAGLX02PUPYX9JOTH1Q4WBY' where id=8; -update noar ti set b1='DDDA0C1KCQAGLX02PUPYX9JOTH1Q4WBY' where id=8; -update noar tt set v0='5WMFIGARIK08F4WOA1' where id=8; -update noar ti set v0='5WMFIGARIK08F4WOA1' where id=8; -update noar tt set b2='3C74W5EAAU06EEK745CEYPKEMQD' where id=8; -update noar ti set b2='3C74W5EAAU06EEK745CEYPKEMQD' where id=8; -update noar tt set v0='8YQL4C2UA838FLPTK8' where id=9; -update noar ti set v0='8YQL4C2UA838FLPTK8' where id=9; -update noar tt set b0='6MIA72A297ZYL2VLGDJ3HD1XR' where id=9; -update noar ti set b0='6MIA72A297ZYL2VLGDJ3HD1XR' where id=9; -update noar tt set v0='MW5PFU7AUWFDGRE6' where id=9; -update noar ti set v0='MW5PFU7AUWFDGRE6' where id=9; -update noar tt set b1='OTBG4W5FF1ZY6OML4FVJP1H14IBH' where id=9; -update noar ti set b1='OTBG4W5FF1ZY6OML4FVJP1H14IBH' where id=9; -update noar tt set v0='UGMRBVTEORP6EM3TJ' where id=9; -update noar ti set v0='UGMRBVTEORP6EM3TJ' where id=9; -update noar tt set b2='V' where id=9; -update noar ti set b2='V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7XTT73TB6O2ZROIS6Y' where id=1; -update noar ti set v0='7XTT73TB6O2ZROIS6Y' where id=1; -update noar tt set b0='Q7KGHH' where id=1; -update noar ti set b0='Q7KGHH' where id=1; -update noar tt set v0='XY1VOS09GPAWLXEETTVSP3T0' where id=1; -update noar ti set v0='XY1VOS09GPAWLXEETTVSP3T0' where id=1; -update noar tt set b1='1TK8D' where id=1; -update noar ti set b1='1TK8D' where id=1; -update noar tt set v0='16XA06KSW6NIT' where id=1; -update noar ti set v0='16XA06KSW6NIT' where id=1; -update noar tt set b2='7T3DDNQPF4OYECMNFGX5OXJF' where id=1; -update noar ti set b2='7T3DDNQPF4OYECMNFGX5OXJF' where id=1; -update noar tt set v0='IIN4XULFRSR58UT4H6XTFOFSNAYMMQBB' where id=2; -update noar ti set v0='IIN4XULFRSR58UT4H6XTFOFSNAYMMQBB' where id=2; -update noar tt set b0='ZFCOTEUO684CUJBGJSDWO7W' where id=2; -update noar ti set b0='ZFCOTEUO684CUJBGJSDWO7W' where id=2; -update noar tt set v0='X9FHNE7G6YYWCBP9EWH8RD4W' where id=2; -update noar ti set v0='X9FHNE7G6YYWCBP9EWH8RD4W' where id=2; -update noar tt set b1='M4OYBT793CUJ1674PHUUEAM8J55MS' where id=2; -update noar ti set b1='M4OYBT793CUJ1674PHUUEAM8J55MS' where id=2; -update noar tt set v0='F' where id=2; -update noar ti set v0='F' where id=2; -update noar tt set b2='2GX93CUWKA7GKHTWMR' where id=2; -update noar ti set b2='2GX93CUWKA7GKHTWMR' where id=2; -update noar tt set v0='3S8UD79J7ZMYZ' where id=3; -update noar ti set v0='3S8UD79J7ZMYZ' where id=3; -update noar tt set b0='6TBMQGKGL2JMT' where id=3; -update noar ti set b0='6TBMQGKGL2JMT' where id=3; -update noar tt set v0='Z950E9IRHP5L1VTLMJ0MECLQC51' where id=3; -update noar ti set v0='Z950E9IRHP5L1VTLMJ0MECLQC51' where id=3; -update noar tt set b1='4TZ3B' where id=3; -update noar ti set b1='4TZ3B' where id=3; -update noar tt set v0='V' where id=3; -update noar ti set v0='V' where id=3; -update noar tt set b2='4GU1VTRD5GF87HNJPJYP2SXK0IRBQPY' where id=3; -update noar ti set b2='4GU1VTRD5GF87HNJPJYP2SXK0IRBQPY' where id=3; -update noar tt set v0='ECEYJOFA504OPSNOEAOJ' where id=4; -update noar ti set v0='ECEYJOFA504OPSNOEAOJ' where id=4; -update noar tt set b0='OUYV5F' where id=4; -update noar ti set b0='OUYV5F' where id=4; -update noar tt set v0='7Y6J6LXKONTTGEVEUA9Z' where id=4; -update noar ti set v0='7Y6J6LXKONTTGEVEUA9Z' where id=4; -update noar tt set b1='P3LW' where id=4; -update noar ti set b1='P3LW' where id=4; -update noar tt set v0='SZ38GAN2EM51' where id=4; -update noar ti set v0='SZ38GAN2EM51' where id=4; -update noar tt set b2='9E' where id=4; -update noar ti set b2='9E' where id=4; -update noar tt set v0='2' where id=5; -update noar ti set v0='2' where id=5; -update noar tt set b0='IF7YOOD8UCL7FL' where id=5; -update noar ti set b0='IF7YOOD8UCL7FL' where id=5; -update noar tt set v0='HUHXW5QJF7P' where id=5; -update noar ti set v0='HUHXW5QJF7P' where id=5; -update noar tt set b1='54I625COL1E' where id=5; -update noar ti set b1='54I625COL1E' where id=5; -update noar tt set v0='T61CCMJU0FWNX' where id=5; -update noar ti set v0='T61CCMJU0FWNX' where id=5; -update noar tt set b2='Y1G0RDSE184U3EI21NQWJS7' where id=5; -update noar ti set b2='Y1G0RDSE184U3EI21NQWJS7' where id=5; -update noar tt set v0='HUHMVG3C6KFUIWZYPSJWAJFILVTWW0' where id=6; -update noar ti set v0='HUHMVG3C6KFUIWZYPSJWAJFILVTWW0' where id=6; -update noar tt set b0='SSS4' where id=6; -update noar ti set b0='SSS4' where id=6; -update noar tt set v0='22Q3QFMX9O6EK8JH5J' where id=6; -update noar ti set v0='22Q3QFMX9O6EK8JH5J' where id=6; -update noar tt set b1='GFQYG61MUE3BO5' where id=6; -update noar ti set b1='GFQYG61MUE3BO5' where id=6; -update noar tt set v0='MJ6RUYCTN1B04IXPBI6K7VONB3RZO' where id=6; -update noar ti set v0='MJ6RUYCTN1B04IXPBI6K7VONB3RZO' where id=6; -update noar tt set b2='QC1UN0X0ZDF6YK' where id=6; -update noar ti set b2='QC1UN0X0ZDF6YK' where id=6; -update noar tt set v0='16GAUCR1A7FZV3BN0' where id=7; -update noar ti set v0='16GAUCR1A7FZV3BN0' where id=7; -update noar tt set b0='4S71LZQD1MV4PLZ9K273TF0I' where id=7; -update noar ti set b0='4S71LZQD1MV4PLZ9K273TF0I' where id=7; -update noar tt set v0='B3DX22JT9KMPOMG4YQNQSEZD8I' where id=7; -update noar ti set v0='B3DX22JT9KMPOMG4YQNQSEZD8I' where id=7; -update noar tt set b1='901DP42WV97QFW1NLYDRR88AWP' where id=7; -update noar ti set b1='901DP42WV97QFW1NLYDRR88AWP' where id=7; -update noar tt set v0='RH1H99MQBOWGDNA6F0ZCAU0EHY' where id=7; -update noar ti set v0='RH1H99MQBOWGDNA6F0ZCAU0EHY' where id=7; -update noar tt set b2='UTJ24G95SZK28WIZTEG7FQAS2G5AFH' where id=7; -update noar ti set b2='UTJ24G95SZK28WIZTEG7FQAS2G5AFH' where id=7; -update noar tt set v0='5INBHYAFHU6UNXWXW82' where id=8; -update noar ti set v0='5INBHYAFHU6UNXWXW82' where id=8; -update noar tt set b0='R8' where id=8; -update noar ti set b0='R8' where id=8; -update noar tt set v0='86J3XWPQBDAE7DH6N4BSWCNKQ0DSICR4' where id=8; -update noar ti set v0='86J3XWPQBDAE7DH6N4BSWCNKQ0DSICR4' where id=8; -update noar tt set b1='XO9ADPIOC15W65' where id=8; -update noar ti set b1='XO9ADPIOC15W65' where id=8; -update noar tt set v0='ZWX' where id=8; -update noar ti set v0='ZWX' where id=8; -update noar tt set b2='DI02PG5UHYGW26QIP7RFN5' where id=8; -update noar ti set b2='DI02PG5UHYGW26QIP7RFN5' where id=8; -update noar tt set v0='23B' where id=9; -update noar ti set v0='23B' where id=9; -update noar tt set b0='OK7CO7B605S05ZEA2R' where id=9; -update noar ti set b0='OK7CO7B605S05ZEA2R' where id=9; -update noar tt set v0='MRAVTBHQJ2KMBQ' where id=9; -update noar ti set v0='MRAVTBHQJ2KMBQ' where id=9; -update noar tt set b1='VBVVXR' where id=9; -update noar ti set b1='VBVVXR' where id=9; -update noar tt set v0='WVYRUL7OKPOCAG' where id=9; -update noar ti set v0='WVYRUL7OKPOCAG' where id=9; -update noar tt set b2='AZYZ2TNI4' where id=9; -update noar ti set b2='AZYZ2TNI4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='P8ERNEXJX0' where id=1; -update noar ti set v0='P8ERNEXJX0' where id=1; -update noar tt set b0='46LLDX6PU5W3C1AK8' where id=1; -update noar ti set b0='46LLDX6PU5W3C1AK8' where id=1; -update noar tt set v0='89DEUI' where id=1; -update noar ti set v0='89DEUI' where id=1; -update noar tt set b1='51OIFUHAFC' where id=1; -update noar ti set b1='51OIFUHAFC' where id=1; -update noar tt set v0='YDG1IG3BOYA8D9J7LNZM' where id=1; -update noar ti set v0='YDG1IG3BOYA8D9J7LNZM' where id=1; -update noar tt set b2='Q31K7LUKOKN63WE0536ZJVXE4VFGYJL' where id=1; -update noar ti set b2='Q31K7LUKOKN63WE0536ZJVXE4VFGYJL' where id=1; -update noar tt set v0='V' where id=2; -update noar ti set v0='V' where id=2; -update noar tt set b0='4' where id=2; -update noar ti set b0='4' where id=2; -update noar tt set v0='HF3LV51L9NUVQ16H' where id=2; -update noar ti set v0='HF3LV51L9NUVQ16H' where id=2; -update noar tt set b1='9TLL9T' where id=2; -update noar ti set b1='9TLL9T' where id=2; -update noar tt set v0='NJD6IG' where id=2; -update noar ti set v0='NJD6IG' where id=2; -update noar tt set b2='ZZ0LN5ILJ7E1WWMME26J6BFR5' where id=2; -update noar ti set b2='ZZ0LN5ILJ7E1WWMME26J6BFR5' where id=2; -update noar tt set v0='BMZSSN5DZ68AAZHDFVDKT6AOIN4' where id=3; -update noar ti set v0='BMZSSN5DZ68AAZHDFVDKT6AOIN4' where id=3; -update noar tt set b0='IYBES7D33F' where id=3; -update noar ti set b0='IYBES7D33F' where id=3; -update noar tt set v0='VRV9J3OELG82TP49NIIL93K0ILZK8OEH' where id=3; -update noar ti set v0='VRV9J3OELG82TP49NIIL93K0ILZK8OEH' where id=3; -update noar tt set b1='BAZMSYZ9' where id=3; -update noar ti set b1='BAZMSYZ9' where id=3; -update noar tt set v0='71TVIPM60CDQ' where id=3; -update noar ti set v0='71TVIPM60CDQ' where id=3; -update noar tt set b2='PQ0CQ9TQJ30QHIE6VMFKUZ0VM24' where id=3; -update noar ti set b2='PQ0CQ9TQJ30QHIE6VMFKUZ0VM24' where id=3; -update noar tt set v0='FK2QS2M38MG4SB' where id=4; -update noar ti set v0='FK2QS2M38MG4SB' where id=4; -update noar tt set b0='BJ53EUSXGLSJT2DK0HRSTKVNOC' where id=4; -update noar ti set b0='BJ53EUSXGLSJT2DK0HRSTKVNOC' where id=4; -update noar tt set v0='AW0JKGZG' where id=4; -update noar ti set v0='AW0JKGZG' where id=4; -update noar tt set b1='QYF22DIANJZJDLW' where id=4; -update noar ti set b1='QYF22DIANJZJDLW' where id=4; -update noar tt set v0='UOKB2TZJGOAY7W0CCY13IM6DCN83RNV' where id=4; -update noar ti set v0='UOKB2TZJGOAY7W0CCY13IM6DCN83RNV' where id=4; -update noar tt set b2='QFGB82ROQMFRJ' where id=4; -update noar ti set b2='QFGB82ROQMFRJ' where id=4; -update noar tt set v0='GCT1' where id=5; -update noar ti set v0='GCT1' where id=5; -update noar tt set b0='4AY3G3TMA6K1KLOG' where id=5; -update noar ti set b0='4AY3G3TMA6K1KLOG' where id=5; -update noar tt set v0='E2NQGKV9NQ' where id=5; -update noar ti set v0='E2NQGKV9NQ' where id=5; -update noar tt set b1='0FZXXTL56A9FDWQWTV8VDE5' where id=5; -update noar ti set b1='0FZXXTL56A9FDWQWTV8VDE5' where id=5; -update noar tt set v0='2' where id=5; -update noar ti set v0='2' where id=5; -update noar tt set b2='XNHFGL9O4331TJ8O5WGJ' where id=5; -update noar ti set b2='XNHFGL9O4331TJ8O5WGJ' where id=5; -update noar tt set v0='3WN2' where id=6; -update noar ti set v0='3WN2' where id=6; -update noar tt set b0='4OHP6FSU5QAPFHYGW3' where id=6; -update noar ti set b0='4OHP6FSU5QAPFHYGW3' where id=6; -update noar tt set v0='6LZLS7JDJZMXTEL09' where id=6; -update noar ti set v0='6LZLS7JDJZMXTEL09' where id=6; -update noar tt set b1='E56W' where id=6; -update noar ti set b1='E56W' where id=6; -update noar tt set v0='Z' where id=6; -update noar ti set v0='Z' where id=6; -update noar tt set b2='QL4P44RMBNPTM1BGXORDXA' where id=6; -update noar ti set b2='QL4P44RMBNPTM1BGXORDXA' where id=6; -update noar tt set v0='V72KAJT49Q3XNJJH3BZ38UIDBR' where id=7; -update noar ti set v0='V72KAJT49Q3XNJJH3BZ38UIDBR' where id=7; -update noar tt set b0='A8ZHTF28G2ESEKC2P' where id=7; -update noar ti set b0='A8ZHTF28G2ESEKC2P' where id=7; -update noar tt set v0='MSU2TK7T7X8H2PO002' where id=7; -update noar ti set v0='MSU2TK7T7X8H2PO002' where id=7; -update noar tt set b1='OEIVQ9JNR12TLNS9F9TRBO' where id=7; -update noar ti set b1='OEIVQ9JNR12TLNS9F9TRBO' where id=7; -update noar tt set v0='ORMWQRG' where id=7; -update noar ti set v0='ORMWQRG' where id=7; -update noar tt set b2='2TGJ' where id=7; -update noar ti set b2='2TGJ' where id=7; -update noar tt set v0='DM8NIYDI3UY7VYOP6CA' where id=8; -update noar ti set v0='DM8NIYDI3UY7VYOP6CA' where id=8; -update noar tt set b0='0R8SCQQHS2' where id=8; -update noar ti set b0='0R8SCQQHS2' where id=8; -update noar tt set v0='73V4GP8ZGHQUPGHJQNEMSNB6ZDC09RB' where id=8; -update noar ti set v0='73V4GP8ZGHQUPGHJQNEMSNB6ZDC09RB' where id=8; -update noar tt set b1='T5PUHSVI2D42NGLBRORMZ5QYC5DTXTZ' where id=8; -update noar ti set b1='T5PUHSVI2D42NGLBRORMZ5QYC5DTXTZ' where id=8; -update noar tt set v0='VQFLD8QM79CJWYS' where id=8; -update noar ti set v0='VQFLD8QM79CJWYS' where id=8; -update noar tt set b2='U71T03E3B7RY' where id=8; -update noar ti set b2='U71T03E3B7RY' where id=8; -update noar tt set v0='040Z9WA6YSCGWQ9B5W4NU423DTFI' where id=9; -update noar ti set v0='040Z9WA6YSCGWQ9B5W4NU423DTFI' where id=9; -update noar tt set b0='7S5ZH62ONHLKBLLQM6J9ME9PA2EP' where id=9; -update noar ti set b0='7S5ZH62ONHLKBLLQM6J9ME9PA2EP' where id=9; -update noar tt set v0='EPH88UO2JBO4A45I1MH7U9LLQT' where id=9; -update noar ti set v0='EPH88UO2JBO4A45I1MH7U9LLQT' where id=9; -update noar tt set b1='KBVAOHS4TOMRVITUY9PFOU9HHF' where id=9; -update noar ti set b1='KBVAOHS4TOMRVITUY9PFOU9HHF' where id=9; -update noar tt set v0='0JGT7D8SMB9C3EIG54GE57U12' where id=9; -update noar ti set v0='0JGT7D8SMB9C3EIG54GE57U12' where id=9; -update noar tt set b2='2Y57' where id=9; -update noar ti set b2='2Y57' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BROUDSR' where id=1; -update noar ti set v0='BROUDSR' where id=1; -update noar tt set b0='RIX5UPSX8W3TD609MDRNEN' where id=1; -update noar ti set b0='RIX5UPSX8W3TD609MDRNEN' where id=1; -update noar tt set v0='FA2DJ12YMS4AGIP0AP38FZ4OG' where id=1; -update noar ti set v0='FA2DJ12YMS4AGIP0AP38FZ4OG' where id=1; -update noar tt set b1='MF3RMRFVZ1DL9FGW2IPNCF' where id=1; -update noar ti set b1='MF3RMRFVZ1DL9FGW2IPNCF' where id=1; -update noar tt set v0='2FGI' where id=1; -update noar ti set v0='2FGI' where id=1; -update noar tt set b2='DUJD9TNRDDT7IRA5SG429RDYRKPF7YYS' where id=1; -update noar ti set b2='DUJD9TNRDDT7IRA5SG429RDYRKPF7YYS' where id=1; -update noar tt set v0='KZA3SVRJMGZ' where id=2; -update noar ti set v0='KZA3SVRJMGZ' where id=2; -update noar tt set b0='BDM6QA64CL' where id=2; -update noar ti set b0='BDM6QA64CL' where id=2; -update noar tt set v0='KJDHM84OLBFC8HEV0U0' where id=2; -update noar ti set v0='KJDHM84OLBFC8HEV0U0' where id=2; -update noar tt set b1='G1SL9DX1N3O0CHC5I' where id=2; -update noar ti set b1='G1SL9DX1N3O0CHC5I' where id=2; -update noar tt set v0='1740XYPAI2DR1C' where id=2; -update noar ti set v0='1740XYPAI2DR1C' where id=2; -update noar tt set b2='UU' where id=2; -update noar ti set b2='UU' where id=2; -update noar tt set v0='HSHCU568NJ4QCQC9HDIU236FWGWW' where id=3; -update noar ti set v0='HSHCU568NJ4QCQC9HDIU236FWGWW' where id=3; -update noar tt set b0='4WPHC740' where id=3; -update noar ti set b0='4WPHC740' where id=3; -update noar tt set v0='SG33S788P0HN1B3AQX6' where id=3; -update noar ti set v0='SG33S788P0HN1B3AQX6' where id=3; -update noar tt set b1='44SHY2BBA9BLFRYF1FKKA5TE' where id=3; -update noar ti set b1='44SHY2BBA9BLFRYF1FKKA5TE' where id=3; -update noar tt set v0='ITFEBA8WACVKR67GS5QQ0OTQBAHB' where id=3; -update noar ti set v0='ITFEBA8WACVKR67GS5QQ0OTQBAHB' where id=3; -update noar tt set b2='YA4KQWU4AFP6SIO8' where id=3; -update noar ti set b2='YA4KQWU4AFP6SIO8' where id=3; -update noar tt set v0='BQ7W9X' where id=4; -update noar ti set v0='BQ7W9X' where id=4; -update noar tt set b0='QFUTQUZZF71D5J' where id=4; -update noar ti set b0='QFUTQUZZF71D5J' where id=4; -update noar tt set v0='2NPYTD9N3OJPUBJHSRH4RWMBOWQFT2P' where id=4; -update noar ti set v0='2NPYTD9N3OJPUBJHSRH4RWMBOWQFT2P' where id=4; -update noar tt set b1='1L98HMNCNYU' where id=4; -update noar ti set b1='1L98HMNCNYU' where id=4; -update noar tt set v0='6QIPIGAAFURBQ7DCUFBKHE7FTUEQWMB' where id=4; -update noar ti set v0='6QIPIGAAFURBQ7DCUFBKHE7FTUEQWMB' where id=4; -update noar tt set b2='60PQQJWWA9AZ' where id=4; -update noar ti set b2='60PQQJWWA9AZ' where id=4; -update noar tt set v0='WWQCW66A' where id=5; -update noar ti set v0='WWQCW66A' where id=5; -update noar tt set b0='M1MY4PN8NFJP' where id=5; -update noar ti set b0='M1MY4PN8NFJP' where id=5; -update noar tt set v0='DHTNK6F7SEKJVX0SIWCPGWA77IAQKY2U' where id=5; -update noar ti set v0='DHTNK6F7SEKJVX0SIWCPGWA77IAQKY2U' where id=5; -update noar tt set b1='B' where id=5; -update noar ti set b1='B' where id=5; -update noar tt set v0='6BYP' where id=5; -update noar ti set v0='6BYP' where id=5; -update noar tt set b2='HICT9Z5K4E' where id=5; -update noar ti set b2='HICT9Z5K4E' where id=5; -update noar tt set v0='F' where id=6; -update noar ti set v0='F' where id=6; -update noar tt set b0='MQZO2RFT36J' where id=6; -update noar ti set b0='MQZO2RFT36J' where id=6; -update noar tt set v0='ABFV2ZBHW67QVLBTGQMS662N2X' where id=6; -update noar ti set v0='ABFV2ZBHW67QVLBTGQMS662N2X' where id=6; -update noar tt set b1='7BKQ3B8NSXP3DVP94W67' where id=6; -update noar ti set b1='7BKQ3B8NSXP3DVP94W67' where id=6; -update noar tt set v0='4VSCO3SE9ENG1RHBJCDVHFVOEGJLX0' where id=6; -update noar ti set v0='4VSCO3SE9ENG1RHBJCDVHFVOEGJLX0' where id=6; -update noar tt set b2='9LFYQYL80G82XGFQ' where id=6; -update noar ti set b2='9LFYQYL80G82XGFQ' where id=6; -update noar tt set v0='OBREEN9N8JK5PF4TFS27FOI' where id=7; -update noar ti set v0='OBREEN9N8JK5PF4TFS27FOI' where id=7; -update noar tt set b0='WBJPALYRNREZ1DG97W22LW3YNPZ' where id=7; -update noar ti set b0='WBJPALYRNREZ1DG97W22LW3YNPZ' where id=7; -update noar tt set v0='G30MQH1Z3NTR7XBKHF' where id=7; -update noar ti set v0='G30MQH1Z3NTR7XBKHF' where id=7; -update noar tt set b1='0' where id=7; -update noar ti set b1='0' where id=7; -update noar tt set v0='JE7YZ' where id=7; -update noar ti set v0='JE7YZ' where id=7; -update noar tt set b2='KZK' where id=7; -update noar ti set b2='KZK' where id=7; -update noar tt set v0='W16ESY' where id=8; -update noar ti set v0='W16ESY' where id=8; -update noar tt set b0='2KHZO6WI' where id=8; -update noar ti set b0='2KHZO6WI' where id=8; -update noar tt set v0='0CPXCSLBIS5K522R' where id=8; -update noar ti set v0='0CPXCSLBIS5K522R' where id=8; -update noar tt set b1='A58CI6K4NQ7FQAPKWE9LG8OO' where id=8; -update noar ti set b1='A58CI6K4NQ7FQAPKWE9LG8OO' where id=8; -update noar tt set v0='BZRNYKOYM83Y93UCTAR1' where id=8; -update noar ti set v0='BZRNYKOYM83Y93UCTAR1' where id=8; -update noar tt set b2='JC2R1Z090XG8TBIPREB8RVM0LCGW' where id=8; -update noar ti set b2='JC2R1Z090XG8TBIPREB8RVM0LCGW' where id=8; -update noar tt set v0='1BS' where id=9; -update noar ti set v0='1BS' where id=9; -update noar tt set b0='3KLCZHEJFGRE1RWD27IFY0' where id=9; -update noar ti set b0='3KLCZHEJFGRE1RWD27IFY0' where id=9; -update noar tt set v0='IIPL2GQ7RWMNSAAZM2EBN9LWMHY7EXVE' where id=9; -update noar ti set v0='IIPL2GQ7RWMNSAAZM2EBN9LWMHY7EXVE' where id=9; -update noar tt set b1='OSRXH' where id=9; -update noar ti set b1='OSRXH' where id=9; -update noar tt set v0='MOJUUCMQUO0' where id=9; -update noar ti set v0='MOJUUCMQUO0' where id=9; -update noar tt set b2='EFKIQ6TG9RBD1N0IRU5QFJS7' where id=9; -update noar ti set b2='EFKIQ6TG9RBD1N0IRU5QFJS7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SRYJIKT9UMDUUVMJWKG' where id=1; -update noar ti set v0='SRYJIKT9UMDUUVMJWKG' where id=1; -update noar tt set b0='I6IK9FCUHYKXOM' where id=1; -update noar ti set b0='I6IK9FCUHYKXOM' where id=1; -update noar tt set v0='HUV9FWP3J26VL' where id=1; -update noar ti set v0='HUV9FWP3J26VL' where id=1; -update noar tt set b1='3WOW43V1QDPD6ZJ' where id=1; -update noar ti set b1='3WOW43V1QDPD6ZJ' where id=1; -update noar tt set v0='3J2NLWHDFJE0EH8ZAXD2U1827USBPIV' where id=1; -update noar ti set v0='3J2NLWHDFJE0EH8ZAXD2U1827USBPIV' where id=1; -update noar tt set b2='Y497E01' where id=1; -update noar ti set b2='Y497E01' where id=1; -update noar tt set v0='H1JY' where id=2; -update noar ti set v0='H1JY' where id=2; -update noar tt set b0='YI35EOFSQB7EZ7CRW7S9QI' where id=2; -update noar ti set b0='YI35EOFSQB7EZ7CRW7S9QI' where id=2; -update noar tt set v0='7LKGN6KR7MLI3XZVXA3TFYM' where id=2; -update noar ti set v0='7LKGN6KR7MLI3XZVXA3TFYM' where id=2; -update noar tt set b1='BE2S48NUFB7XPK9OUQSVE41PAZN0W' where id=2; -update noar ti set b1='BE2S48NUFB7XPK9OUQSVE41PAZN0W' where id=2; -update noar tt set v0='TAV8CKC1CEXWQF6G5R0QJ93' where id=2; -update noar ti set v0='TAV8CKC1CEXWQF6G5R0QJ93' where id=2; -update noar tt set b2='0DQPMM' where id=2; -update noar ti set b2='0DQPMM' where id=2; -update noar tt set v0='NY7MI21QOVN15AYK6A64' where id=3; -update noar ti set v0='NY7MI21QOVN15AYK6A64' where id=3; -update noar tt set b0='NEEQHUG6JF4GM7MH6KH63WQU604A' where id=3; -update noar ti set b0='NEEQHUG6JF4GM7MH6KH63WQU604A' where id=3; -update noar tt set v0='6H6SHGNTN7' where id=3; -update noar ti set v0='6H6SHGNTN7' where id=3; -update noar tt set b1='KT0GOJI68W5RVC9OU25240RLD5WJBR2' where id=3; -update noar ti set b1='KT0GOJI68W5RVC9OU25240RLD5WJBR2' where id=3; -update noar tt set v0='F5TC01JDVCVGUZN1WSTEXZ' where id=3; -update noar ti set v0='F5TC01JDVCVGUZN1WSTEXZ' where id=3; -update noar tt set b2='XUKBAL579EL1D' where id=3; -update noar ti set b2='XUKBAL579EL1D' where id=3; -update noar tt set v0='0VJEEDOX1YX1C2IRBUD' where id=4; -update noar ti set v0='0VJEEDOX1YX1C2IRBUD' where id=4; -update noar tt set b0='CHG' where id=4; -update noar ti set b0='CHG' where id=4; -update noar tt set v0='CPBEFBD' where id=4; -update noar ti set v0='CPBEFBD' where id=4; -update noar tt set b1='4I6' where id=4; -update noar ti set b1='4I6' where id=4; -update noar tt set v0='6UAQ6M4IWS1ILD798ZRF29YI73ZGFP2P' where id=4; -update noar ti set v0='6UAQ6M4IWS1ILD798ZRF29YI73ZGFP2P' where id=4; -update noar tt set b2='7RZBWU77YZSE' where id=4; -update noar ti set b2='7RZBWU77YZSE' where id=4; -update noar tt set v0='IHCY' where id=5; -update noar ti set v0='IHCY' where id=5; -update noar tt set b0='NF7MX9803ULIJCVUTSVGHDX6DGY0HCA7' where id=5; -update noar ti set b0='NF7MX9803ULIJCVUTSVGHDX6DGY0HCA7' where id=5; -update noar tt set v0='9HW38U6NN7' where id=5; -update noar ti set v0='9HW38U6NN7' where id=5; -update noar tt set b1='W5QHTB383UTHMHTA51STZFE' where id=5; -update noar ti set b1='W5QHTB383UTHMHTA51STZFE' where id=5; -update noar tt set v0='6H662CU5AK0ZVSLO91' where id=5; -update noar ti set v0='6H662CU5AK0ZVSLO91' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='NIE1Y2RAXOXDF53KQE68GDYJ6QSP' where id=6; -update noar ti set v0='NIE1Y2RAXOXDF53KQE68GDYJ6QSP' where id=6; -update noar tt set b0='1HJIHCTB9UQ7SP77OO1GCB0XGZ' where id=6; -update noar ti set b0='1HJIHCTB9UQ7SP77OO1GCB0XGZ' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b1='E5' where id=6; -update noar ti set b1='E5' where id=6; -update noar tt set v0='K5' where id=6; -update noar ti set v0='K5' where id=6; -update noar tt set b2='JDWGFIUQ58ZFW619J5V4N63' where id=6; -update noar ti set b2='JDWGFIUQ58ZFW619J5V4N63' where id=6; -update noar tt set v0='B486QLU' where id=7; -update noar ti set v0='B486QLU' where id=7; -update noar tt set b0='BYGMXZ2AJ55VN0DL8HHNGYNXAEAA7Z9' where id=7; -update noar ti set b0='BYGMXZ2AJ55VN0DL8HHNGYNXAEAA7Z9' where id=7; -update noar tt set v0='PF' where id=7; -update noar ti set v0='PF' where id=7; -update noar tt set b1='B384EWQEFMAH7SIHFGK98YQ3YY6CX7EA' where id=7; -update noar ti set b1='B384EWQEFMAH7SIHFGK98YQ3YY6CX7EA' where id=7; -update noar tt set v0='H5GZVSYQAXU24' where id=7; -update noar ti set v0='H5GZVSYQAXU24' where id=7; -update noar tt set b2='LLOXPNDN3SFLP29YOML' where id=7; -update noar ti set b2='LLOXPNDN3SFLP29YOML' where id=7; -update noar tt set v0='I5D7YUMCCM6B' where id=8; -update noar ti set v0='I5D7YUMCCM6B' where id=8; -update noar tt set b0='C5SM3TMLLRRSHROTJ' where id=8; -update noar ti set b0='C5SM3TMLLRRSHROTJ' where id=8; -update noar tt set v0='XSEOI' where id=8; -update noar ti set v0='XSEOI' where id=8; -update noar tt set b1='VTQ' where id=8; -update noar ti set b1='VTQ' where id=8; -update noar tt set v0='GQ23CUQG4O' where id=8; -update noar ti set v0='GQ23CUQG4O' where id=8; -update noar tt set b2='RGTFQ1BLW25X72BHAUHHD8' where id=8; -update noar ti set b2='RGTFQ1BLW25X72BHAUHHD8' where id=8; -update noar tt set v0='K7828F3XRT6XEE4PWP9J2T' where id=9; -update noar ti set v0='K7828F3XRT6XEE4PWP9J2T' where id=9; -update noar tt set b0='KDVF7O1W6S6JSRVV1EE' where id=9; -update noar ti set b0='KDVF7O1W6S6JSRVV1EE' where id=9; -update noar tt set v0='RS84B7KKF' where id=9; -update noar ti set v0='RS84B7KKF' where id=9; -update noar tt set b1='4V1QC9TC1O7J7C' where id=9; -update noar ti set b1='4V1QC9TC1O7J7C' where id=9; -update noar tt set v0='2IUL5W04RM34NU6M9QGQSX1' where id=9; -update noar ti set v0='2IUL5W04RM34NU6M9QGQSX1' where id=9; -update noar tt set b2='0RYE2TOC' where id=9; -update noar ti set b2='0RYE2TOC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1M3BDN2LYVWHKCQ75NL' where id=1; -update noar ti set v0='1M3BDN2LYVWHKCQ75NL' where id=1; -update noar tt set b0='WIP8ZSUE5TWWDFRZ5PRGQ2' where id=1; -update noar ti set b0='WIP8ZSUE5TWWDFRZ5PRGQ2' where id=1; -update noar tt set v0='IVBVLGZYOJ0KOLDC1EJ2' where id=1; -update noar ti set v0='IVBVLGZYOJ0KOLDC1EJ2' where id=1; -update noar tt set b1='B2UVWA7PX2U2Y7I8XW5U' where id=1; -update noar ti set b1='B2UVWA7PX2U2Y7I8XW5U' where id=1; -update noar tt set v0='EYITE2Z9PS2' where id=1; -update noar ti set v0='EYITE2Z9PS2' where id=1; -update noar tt set b2='GIJ6XAP' where id=1; -update noar ti set b2='GIJ6XAP' where id=1; -update noar tt set v0='L3N86NTCWANSI9YAV' where id=2; -update noar ti set v0='L3N86NTCWANSI9YAV' where id=2; -update noar tt set b0='G' where id=2; -update noar ti set b0='G' where id=2; -update noar tt set v0='P7IGSKL6V3E4PEE9FLJRBDLJZ' where id=2; -update noar ti set v0='P7IGSKL6V3E4PEE9FLJRBDLJZ' where id=2; -update noar tt set b1='UKRP' where id=2; -update noar ti set b1='UKRP' where id=2; -update noar tt set v0='VSPIM7XWS63UKL78BZE09C2T' where id=2; -update noar ti set v0='VSPIM7XWS63UKL78BZE09C2T' where id=2; -update noar tt set b2='MBMPE7OE18X3YOF19' where id=2; -update noar ti set b2='MBMPE7OE18X3YOF19' where id=2; -update noar tt set v0='N0MTRRTI6GQVUXQ8' where id=3; -update noar ti set v0='N0MTRRTI6GQVUXQ8' where id=3; -update noar tt set b0='DLWFSYJEJ' where id=3; -update noar ti set b0='DLWFSYJEJ' where id=3; -update noar tt set v0='LFN' where id=3; -update noar ti set v0='LFN' where id=3; -update noar tt set b1='9E' where id=3; -update noar ti set b1='9E' where id=3; -update noar tt set v0='3V9YIBI3NSG14PLAUT8AF9' where id=3; -update noar ti set v0='3V9YIBI3NSG14PLAUT8AF9' where id=3; -update noar tt set b2='GFCL5OSNEESH' where id=3; -update noar ti set b2='GFCL5OSNEESH' where id=3; -update noar tt set v0='JL' where id=4; -update noar ti set v0='JL' where id=4; -update noar tt set b0='QOXK7Q0RHTN6B9LI' where id=4; -update noar ti set b0='QOXK7Q0RHTN6B9LI' where id=4; -update noar tt set v0='6HRO' where id=4; -update noar ti set v0='6HRO' where id=4; -update noar tt set b1='99VDLOCABCSKGDIZV2FAH6JP23YI' where id=4; -update noar ti set b1='99VDLOCABCSKGDIZV2FAH6JP23YI' where id=4; -update noar tt set v0='XA62B38YU0A0E' where id=4; -update noar ti set v0='XA62B38YU0A0E' where id=4; -update noar tt set b2='R6NPUAIAMBBVO1YGHA' where id=4; -update noar ti set b2='R6NPUAIAMBBVO1YGHA' where id=4; -update noar tt set v0='MJU' where id=5; -update noar ti set v0='MJU' where id=5; -update noar tt set b0='9BGE34Y6HBP' where id=5; -update noar ti set b0='9BGE34Y6HBP' where id=5; -update noar tt set v0='643ONEEBMJ513YTII3AYC6' where id=5; -update noar ti set v0='643ONEEBMJ513YTII3AYC6' where id=5; -update noar tt set b1='KR5OW82C9TJZ' where id=5; -update noar ti set b1='KR5OW82C9TJZ' where id=5; -update noar tt set v0='TKQJ2WHKB32H243G' where id=5; -update noar ti set v0='TKQJ2WHKB32H243G' where id=5; -update noar tt set b2='JOZZLIU466' where id=5; -update noar ti set b2='JOZZLIU466' where id=5; -update noar tt set v0='MXUCG5TGOAZPLNJOQ6DR2D' where id=6; -update noar ti set v0='MXUCG5TGOAZPLNJOQ6DR2D' where id=6; -update noar tt set b0='6ZSWB' where id=6; -update noar ti set b0='6ZSWB' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='7YDUL' where id=6; -update noar ti set b1='7YDUL' where id=6; -update noar tt set v0='ATNVMUR03DOQWJYH2R0GKEQ5BAMDL' where id=6; -update noar ti set v0='ATNVMUR03DOQWJYH2R0GKEQ5BAMDL' where id=6; -update noar tt set b2='SLYHPNHJGA5C4' where id=6; -update noar ti set b2='SLYHPNHJGA5C4' where id=6; -update noar tt set v0='3XK9Y53' where id=7; -update noar ti set v0='3XK9Y53' where id=7; -update noar tt set b0='0ERE' where id=7; -update noar ti set b0='0ERE' where id=7; -update noar tt set v0='HRA20YBAAOA9AAO9BV' where id=7; -update noar ti set v0='HRA20YBAAOA9AAO9BV' where id=7; -update noar tt set b1='ECZBAA43XYZM52IU8W02KTHQMSJDLJB0' where id=7; -update noar ti set b1='ECZBAA43XYZM52IU8W02KTHQMSJDLJB0' where id=7; -update noar tt set v0='US8W3DHMGUB5' where id=7; -update noar ti set v0='US8W3DHMGUB5' where id=7; -update noar tt set b2='U1W12ER0A2C27' where id=7; -update noar ti set b2='U1W12ER0A2C27' where id=7; -update noar tt set v0='ZKOSAEBJLNUI0ASUBF2KMSVFT7D' where id=8; -update noar ti set v0='ZKOSAEBJLNUI0ASUBF2KMSVFT7D' where id=8; -update noar tt set b0='8MOJRLW5ZS8' where id=8; -update noar ti set b0='8MOJRLW5ZS8' where id=8; -update noar tt set v0='YLZ67TXQD5KM3TMFBMWTMO9HT05Z3GO' where id=8; -update noar ti set v0='YLZ67TXQD5KM3TMFBMWTMO9HT05Z3GO' where id=8; -update noar tt set b1='QYPWFX16YXC6UDQL5YD6AS204Q15' where id=8; -update noar ti set b1='QYPWFX16YXC6UDQL5YD6AS204Q15' where id=8; -update noar tt set v0='FY07OGWCSW' where id=8; -update noar ti set v0='FY07OGWCSW' where id=8; -update noar tt set b2='E69NUAPLPQYMZ3' where id=8; -update noar ti set b2='E69NUAPLPQYMZ3' where id=8; -update noar tt set v0='4ZUMNJ9QV6NN9H6JJVI' where id=9; -update noar ti set v0='4ZUMNJ9QV6NN9H6JJVI' where id=9; -update noar tt set b0='4' where id=9; -update noar ti set b0='4' where id=9; -update noar tt set v0='2UCK' where id=9; -update noar ti set v0='2UCK' where id=9; -update noar tt set b1='7B5YOYFVS9F5M' where id=9; -update noar ti set b1='7B5YOYFVS9F5M' where id=9; -update noar tt set v0='9CJWUGM69HNBDGLKO38TE5L12ADO' where id=9; -update noar ti set v0='9CJWUGM69HNBDGLKO38TE5L12ADO' where id=9; -update noar tt set b2='5E9QX8EC1OCFS9HNY2' where id=9; -update noar ti set b2='5E9QX8EC1OCFS9HNY2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D16B' where id=1; -update noar ti set v0='D16B' where id=1; -update noar tt set b0='1GLRM' where id=1; -update noar ti set b0='1GLRM' where id=1; -update noar tt set v0='BWI' where id=1; -update noar ti set v0='BWI' where id=1; -update noar tt set b1='93XR68CG95P1FQ1AHRBWGQTBLZTBDCOZ' where id=1; -update noar ti set b1='93XR68CG95P1FQ1AHRBWGQTBLZTBDCOZ' where id=1; -update noar tt set v0='51CTWC3F4GJES8K4WAAZRFLR7C' where id=1; -update noar ti set v0='51CTWC3F4GJES8K4WAAZRFLR7C' where id=1; -update noar tt set b2='6Q050V' where id=1; -update noar ti set b2='6Q050V' where id=1; -update noar tt set v0='5KQRMV9R310WGQP8XOL' where id=2; -update noar ti set v0='5KQRMV9R310WGQP8XOL' where id=2; -update noar tt set b0='3X1HAD54DRB4MPS' where id=2; -update noar ti set b0='3X1HAD54DRB4MPS' where id=2; -update noar tt set v0='ID3PCB7AMA47VPDJKRCB87J1JVH4XZW' where id=2; -update noar ti set v0='ID3PCB7AMA47VPDJKRCB87J1JVH4XZW' where id=2; -update noar tt set b1='DRCLLAJP082OGQOFP' where id=2; -update noar ti set b1='DRCLLAJP082OGQOFP' where id=2; -update noar tt set v0='TIZ09' where id=2; -update noar ti set v0='TIZ09' where id=2; -update noar tt set b2='FITZRU85OZ3C' where id=2; -update noar ti set b2='FITZRU85OZ3C' where id=2; -update noar tt set v0='OMX9HNFQMFE0XTB' where id=3; -update noar ti set v0='OMX9HNFQMFE0XTB' where id=3; -update noar tt set b0='C2TINHJMIKHWBMK9PCPU7XS2O' where id=3; -update noar ti set b0='C2TINHJMIKHWBMK9PCPU7XS2O' where id=3; -update noar tt set v0='Z365ZS7F30D0IGO7WX81LD8RFHVT' where id=3; -update noar ti set v0='Z365ZS7F30D0IGO7WX81LD8RFHVT' where id=3; -update noar tt set b1='Z5W2JOI' where id=3; -update noar ti set b1='Z5W2JOI' where id=3; -update noar tt set v0='NZH2S8YRKZ29OBRX62M0HLTV7MMPW7' where id=3; -update noar ti set v0='NZH2S8YRKZ29OBRX62M0HLTV7MMPW7' where id=3; -update noar tt set b2='B104PRWOJMAPGY1VRDAOZC6GF5QM1W' where id=3; -update noar ti set b2='B104PRWOJMAPGY1VRDAOZC6GF5QM1W' where id=3; -update noar tt set v0='5V75N3V' where id=4; -update noar ti set v0='5V75N3V' where id=4; -update noar tt set b0='OUZT2ZB4TRH8KAE4LLPHI1' where id=4; -update noar ti set b0='OUZT2ZB4TRH8KAE4LLPHI1' where id=4; -update noar tt set v0='RDWE9JTRLPEHSMD1X7WN3' where id=4; -update noar ti set v0='RDWE9JTRLPEHSMD1X7WN3' where id=4; -update noar tt set b1='T5WR21RGSA7GUO7X' where id=4; -update noar ti set b1='T5WR21RGSA7GUO7X' where id=4; -update noar tt set v0='8FV' where id=4; -update noar ti set v0='8FV' where id=4; -update noar tt set b2='AK7P964L' where id=4; -update noar ti set b2='AK7P964L' where id=4; -update noar tt set v0='I4TT8488NY40' where id=5; -update noar ti set v0='I4TT8488NY40' where id=5; -update noar tt set b0='B057L4QV' where id=5; -update noar ti set b0='B057L4QV' where id=5; -update noar tt set v0='9ZCQXIJUON2TLU394' where id=5; -update noar ti set v0='9ZCQXIJUON2TLU394' where id=5; -update noar tt set b1='VKBNM' where id=5; -update noar ti set b1='VKBNM' where id=5; -update noar tt set v0='FW0E5N2LVX703UIAI44XY' where id=5; -update noar ti set v0='FW0E5N2LVX703UIAI44XY' where id=5; -update noar tt set b2='6GD5MNMXP4CSJEMVOP7IPUFD' where id=5; -update noar ti set b2='6GD5MNMXP4CSJEMVOP7IPUFD' where id=5; -update noar tt set v0='Y' where id=6; -update noar ti set v0='Y' where id=6; -update noar tt set b0='N778ONW15IE4' where id=6; -update noar ti set b0='N778ONW15IE4' where id=6; -update noar tt set v0='KDWKCNG464TOLSF46N9' where id=6; -update noar ti set v0='KDWKCNG464TOLSF46N9' where id=6; -update noar tt set b1='V7ADAMKHGLH0CXKWEVMCA9W' where id=6; -update noar ti set b1='V7ADAMKHGLH0CXKWEVMCA9W' where id=6; -update noar tt set v0='1UVE4PLGLR7V2OTFW7FB8' where id=6; -update noar ti set v0='1UVE4PLGLR7V2OTFW7FB8' where id=6; -update noar tt set b2='0H4ZY8F62LTM6V1093P2EEVGAY036A0' where id=6; -update noar ti set b2='0H4ZY8F62LTM6V1093P2EEVGAY036A0' where id=6; -update noar tt set v0='FBRSFD24Q603JJJQJA0U6MJ1U3Y' where id=7; -update noar ti set v0='FBRSFD24Q603JJJQJA0U6MJ1U3Y' where id=7; -update noar tt set b0='Z7KPMID44AT' where id=7; -update noar ti set b0='Z7KPMID44AT' where id=7; -update noar tt set v0='715A4JQ0HMSC7HOY0' where id=7; -update noar ti set v0='715A4JQ0HMSC7HOY0' where id=7; -update noar tt set b1='3C7UVSJNTN' where id=7; -update noar ti set b1='3C7UVSJNTN' where id=7; -update noar tt set v0='1S5ZS' where id=7; -update noar ti set v0='1S5ZS' where id=7; -update noar tt set b2='5X45ZRH6V8UQFK0767S0IRPTVBT62RE0' where id=7; -update noar ti set b2='5X45ZRH6V8UQFK0767S0IRPTVBT62RE0' where id=7; -update noar tt set v0='MUIHBB9LOF' where id=8; -update noar ti set v0='MUIHBB9LOF' where id=8; -update noar tt set b0='58Q8' where id=8; -update noar ti set b0='58Q8' where id=8; -update noar tt set v0='0TX' where id=8; -update noar ti set v0='0TX' where id=8; -update noar tt set b1='OIY8EE3' where id=8; -update noar ti set b1='OIY8EE3' where id=8; -update noar tt set v0='CFKBOCQP9O' where id=8; -update noar ti set v0='CFKBOCQP9O' where id=8; -update noar tt set b2='W0WCO3LKT0D8OHVX5' where id=8; -update noar ti set b2='W0WCO3LKT0D8OHVX5' where id=8; -update noar tt set v0='VH8XQZ' where id=9; -update noar ti set v0='VH8XQZ' where id=9; -update noar tt set b0='1BA3N' where id=9; -update noar ti set b0='1BA3N' where id=9; -update noar tt set v0='12YQQ23GYSM9M7T3SY0CAYCFQ5WJ4W' where id=9; -update noar ti set v0='12YQQ23GYSM9M7T3SY0CAYCFQ5WJ4W' where id=9; -update noar tt set b1='6TPTEJV2MA9AZ0K9JQ9KEKK9GK6' where id=9; -update noar ti set b1='6TPTEJV2MA9AZ0K9JQ9KEKK9GK6' where id=9; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b2='JUQP2VLQXK5M4DPBNZA71V023' where id=9; -update noar ti set b2='JUQP2VLQXK5M4DPBNZA71V023' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U50AJQ1JN1G0YH' where id=1; -update noar ti set v0='U50AJQ1JN1G0YH' where id=1; -update noar tt set b0='VAF3V1GU' where id=1; -update noar ti set b0='VAF3V1GU' where id=1; -update noar tt set v0='WJNS9B6981XFM1M1GF0XUI0' where id=1; -update noar ti set v0='WJNS9B6981XFM1M1GF0XUI0' where id=1; -update noar tt set b1='ZS5NQBM9YRUEMMGCSBFQYZS1T' where id=1; -update noar ti set b1='ZS5NQBM9YRUEMMGCSBFQYZS1T' where id=1; -update noar tt set v0='BX9VN7U7F4H1EU0CZ2VXLX36SMT' where id=1; -update noar ti set v0='BX9VN7U7F4H1EU0CZ2VXLX36SMT' where id=1; -update noar tt set b2='3G4CDC88E6435QRY' where id=1; -update noar ti set b2='3G4CDC88E6435QRY' where id=1; -update noar tt set v0='8J43KAUNM9' where id=2; -update noar ti set v0='8J43KAUNM9' where id=2; -update noar tt set b0='TH' where id=2; -update noar ti set b0='TH' where id=2; -update noar tt set v0='VS' where id=2; -update noar ti set v0='VS' where id=2; -update noar tt set b1='YOZ59SCEO8MVYNKIKJR' where id=2; -update noar ti set b1='YOZ59SCEO8MVYNKIKJR' where id=2; -update noar tt set v0='CMKKFCMT1K17U' where id=2; -update noar ti set v0='CMKKFCMT1K17U' where id=2; -update noar tt set b2='PYK0ACLSWCG22BKK9ITELHJ1' where id=2; -update noar ti set b2='PYK0ACLSWCG22BKK9ITELHJ1' where id=2; -update noar tt set v0='7QZUQ7SX6KTKPM6YLE31KVR3SLZRLOQ' where id=3; -update noar ti set v0='7QZUQ7SX6KTKPM6YLE31KVR3SLZRLOQ' where id=3; -update noar tt set b0='0OEV8YCO4T0HC8LKP47MY036MKEVES' where id=3; -update noar ti set b0='0OEV8YCO4T0HC8LKP47MY036MKEVES' where id=3; -update noar tt set v0='TDIPGQKTPH6CHWO4A5N4WNZ6UW' where id=3; -update noar ti set v0='TDIPGQKTPH6CHWO4A5N4WNZ6UW' where id=3; -update noar tt set b1='8PHCVSWXKSC8KL7PUOH' where id=3; -update noar ti set b1='8PHCVSWXKSC8KL7PUOH' where id=3; -update noar tt set v0='UOSA8ZTCO7684' where id=3; -update noar ti set v0='UOSA8ZTCO7684' where id=3; -update noar tt set b2='RGNKGWGGTXRNKA' where id=3; -update noar ti set b2='RGNKGWGGTXRNKA' where id=3; -update noar tt set v0='ABMW' where id=4; -update noar ti set v0='ABMW' where id=4; -update noar tt set b0='MAIY1I7W3YQA1QCKC3HUOPXQE02TQ6T' where id=4; -update noar ti set b0='MAIY1I7W3YQA1QCKC3HUOPXQE02TQ6T' where id=4; -update noar tt set v0='IHN7FTEI1D5M4JCTHNBY5GIDLHCLK5J9' where id=4; -update noar ti set v0='IHN7FTEI1D5M4JCTHNBY5GIDLHCLK5J9' where id=4; -update noar tt set b1='0PVBMVE' where id=4; -update noar ti set b1='0PVBMVE' where id=4; -update noar tt set v0='K' where id=4; -update noar ti set v0='K' where id=4; -update noar tt set b2='KA9J0D8SW7H4X6KMTG387N8EIG2Y' where id=4; -update noar ti set b2='KA9J0D8SW7H4X6KMTG387N8EIG2Y' where id=4; -update noar tt set v0='XECTDXBWT04EQJ8HQKXGGQ19NVIRDB' where id=5; -update noar ti set v0='XECTDXBWT04EQJ8HQKXGGQ19NVIRDB' where id=5; -update noar tt set b0='6K5XICS4' where id=5; -update noar ti set b0='6K5XICS4' where id=5; -update noar tt set v0='6WKS2DY0EPK3W' where id=5; -update noar ti set v0='6WKS2DY0EPK3W' where id=5; -update noar tt set b1='RD1PEV' where id=5; -update noar ti set b1='RD1PEV' where id=5; -update noar tt set v0='PSXIERURXWIWAJLZOHU7VSD' where id=5; -update noar ti set v0='PSXIERURXWIWAJLZOHU7VSD' where id=5; -update noar tt set b2='TX88HBADG4Y9N4FNKRQEB2' where id=5; -update noar ti set b2='TX88HBADG4Y9N4FNKRQEB2' where id=5; -update noar tt set v0='9UVEYD7AWTYQZOFBST08SJFWP2GD6J' where id=6; -update noar ti set v0='9UVEYD7AWTYQZOFBST08SJFWP2GD6J' where id=6; -update noar tt set b0='BQGUELQ0NJY0NCVTXTUNI3Q7ZLJUT' where id=6; -update noar ti set b0='BQGUELQ0NJY0NCVTXTUNI3Q7ZLJUT' where id=6; -update noar tt set v0='P4S5FGG0HC8BPUH6OE2FSI' where id=6; -update noar ti set v0='P4S5FGG0HC8BPUH6OE2FSI' where id=6; -update noar tt set b1='DB66VV0DE1Y3LPPP6JBNY1K' where id=6; -update noar ti set b1='DB66VV0DE1Y3LPPP6JBNY1K' where id=6; -update noar tt set v0='WPN' where id=6; -update noar ti set v0='WPN' where id=6; -update noar tt set b2='VHRHD6PZ3KO4M3Z' where id=6; -update noar ti set b2='VHRHD6PZ3KO4M3Z' where id=6; -update noar tt set v0='96AJTQZKM' where id=7; -update noar ti set v0='96AJTQZKM' where id=7; -update noar tt set b0='KH9K6' where id=7; -update noar ti set b0='KH9K6' where id=7; -update noar tt set v0='9EAE' where id=7; -update noar ti set v0='9EAE' where id=7; -update noar tt set b1='OP4NVCVKSFROYVOFM7GD0QJYKAVN3Y' where id=7; -update noar ti set b1='OP4NVCVKSFROYVOFM7GD0QJYKAVN3Y' where id=7; -update noar tt set v0='9ZANWI5' where id=7; -update noar ti set v0='9ZANWI5' where id=7; -update noar tt set b2='EMIAHLYA9R7OZ3KS8BDMAYMU22LY5Z' where id=7; -update noar ti set b2='EMIAHLYA9R7OZ3KS8BDMAYMU22LY5Z' where id=7; -update noar tt set v0='N92XHAMJE561R2Q0OJV2F95TSL58' where id=8; -update noar ti set v0='N92XHAMJE561R2Q0OJV2F95TSL58' where id=8; -update noar tt set b0='13K46DNSTTDOG' where id=8; -update noar ti set b0='13K46DNSTTDOG' where id=8; -update noar tt set v0='S18HGU8671HPALLH' where id=8; -update noar ti set v0='S18HGU8671HPALLH' where id=8; -update noar tt set b1='5TCFNGVDEQE71KW71YQUY6RFUGX' where id=8; -update noar ti set b1='5TCFNGVDEQE71KW71YQUY6RFUGX' where id=8; -update noar tt set v0='MR2EE98P9' where id=8; -update noar ti set v0='MR2EE98P9' where id=8; -update noar tt set b2='07JYA894MPURF4' where id=8; -update noar ti set b2='07JYA894MPURF4' where id=8; -update noar tt set v0='K67V75EW1A89BAB596N0X' where id=9; -update noar ti set v0='K67V75EW1A89BAB596N0X' where id=9; -update noar tt set b0='SY2QCCXKBEK2DT36U37J9MZUU' where id=9; -update noar ti set b0='SY2QCCXKBEK2DT36U37J9MZUU' where id=9; -update noar tt set v0='Q9HR' where id=9; -update noar ti set v0='Q9HR' where id=9; -update noar tt set b1='TB474GT9P915JA7' where id=9; -update noar ti set b1='TB474GT9P915JA7' where id=9; -update noar tt set v0='EIXA2H2E0XLCBJ3REOGVLSOCL2VYQGR' where id=9; -update noar ti set v0='EIXA2H2E0XLCBJ3REOGVLSOCL2VYQGR' where id=9; -update noar tt set b2='64MAF15KBC5Y8ZH236Q9KWRNL9Q' where id=9; -update noar ti set b2='64MAF15KBC5Y8ZH236Q9KWRNL9Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2I' where id=1; -update noar ti set v0='2I' where id=1; -update noar tt set b0='P1VI3KLF905KLGIKEXXXLI' where id=1; -update noar ti set b0='P1VI3KLF905KLGIKEXXXLI' where id=1; -update noar tt set v0='ZL66BQBQM17YN8NN' where id=1; -update noar ti set v0='ZL66BQBQM17YN8NN' where id=1; -update noar tt set b1='ZLNEVXTXK7OZJJ2NXOW75P20MA0AII' where id=1; -update noar ti set b1='ZLNEVXTXK7OZJJ2NXOW75P20MA0AII' where id=1; -update noar tt set v0='JYM' where id=1; -update noar ti set v0='JYM' where id=1; -update noar tt set b2='O7EZG' where id=1; -update noar ti set b2='O7EZG' where id=1; -update noar tt set v0='OJQX6UFC' where id=2; -update noar ti set v0='OJQX6UFC' where id=2; -update noar tt set b0='UA5Z9GE' where id=2; -update noar ti set b0='UA5Z9GE' where id=2; -update noar tt set v0='QKP63Y2BX56XFNX2T8WFHRTAQ' where id=2; -update noar ti set v0='QKP63Y2BX56XFNX2T8WFHRTAQ' where id=2; -update noar tt set b1='AZ92EZ1WD5462TBK4OJ3S5A4EMY20V' where id=2; -update noar ti set b1='AZ92EZ1WD5462TBK4OJ3S5A4EMY20V' where id=2; -update noar tt set v0='OFKREEXUWFEGP' where id=2; -update noar ti set v0='OFKREEXUWFEGP' where id=2; -update noar tt set b2='XGQ4D6WQ1U1N' where id=2; -update noar ti set b2='XGQ4D6WQ1U1N' where id=2; -update noar tt set v0='HB' where id=3; -update noar ti set v0='HB' where id=3; -update noar tt set b0='5NFEO3XO' where id=3; -update noar ti set b0='5NFEO3XO' where id=3; -update noar tt set v0='B3QNL6UGV5HTUJ4K7F9LDAF7RI57IMS' where id=3; -update noar ti set v0='B3QNL6UGV5HTUJ4K7F9LDAF7RI57IMS' where id=3; -update noar tt set b1='LB' where id=3; -update noar ti set b1='LB' where id=3; -update noar tt set v0='JNO3Q2YQLGP8XKMBULG' where id=3; -update noar ti set v0='JNO3Q2YQLGP8XKMBULG' where id=3; -update noar tt set b2='AS8IA3VPRLP4RRUQ73KA9499JQTU5IZ' where id=3; -update noar ti set b2='AS8IA3VPRLP4RRUQ73KA9499JQTU5IZ' where id=3; -update noar tt set v0='X0YQZQOCBTAVPPYD3ITSP19B6FGJZ4' where id=4; -update noar ti set v0='X0YQZQOCBTAVPPYD3ITSP19B6FGJZ4' where id=4; -update noar tt set b0='UO3BO1GU1' where id=4; -update noar ti set b0='UO3BO1GU1' where id=4; -update noar tt set v0='QT6NUID7WWRIPAKTKXI' where id=4; -update noar ti set v0='QT6NUID7WWRIPAKTKXI' where id=4; -update noar tt set b1='7OY2KLZUCP237I4FQC526E' where id=4; -update noar ti set b1='7OY2KLZUCP237I4FQC526E' where id=4; -update noar tt set v0='C8GU5JOE7M5FWUC2F' where id=4; -update noar ti set v0='C8GU5JOE7M5FWUC2F' where id=4; -update noar tt set b2='U824PWKGO1JY' where id=4; -update noar ti set b2='U824PWKGO1JY' where id=4; -update noar tt set v0='XL4GSK0MSY7FV' where id=5; -update noar ti set v0='XL4GSK0MSY7FV' where id=5; -update noar tt set b0='L48Q7HUKLKEWXDLILEVTOVRMCNYGKA' where id=5; -update noar ti set b0='L48Q7HUKLKEWXDLILEVTOVRMCNYGKA' where id=5; -update noar tt set v0='09YWQBVCZD4UBJE0J8' where id=5; -update noar ti set v0='09YWQBVCZD4UBJE0J8' where id=5; -update noar tt set b1='8DIWKYPD7E' where id=5; -update noar ti set b1='8DIWKYPD7E' where id=5; -update noar tt set v0='C3WXE4WDIUZY0XTPPDY42TOSIPP7QTS' where id=5; -update noar ti set v0='C3WXE4WDIUZY0XTPPDY42TOSIPP7QTS' where id=5; -update noar tt set b2='TDF3LPX43QS' where id=5; -update noar ti set b2='TDF3LPX43QS' where id=5; -update noar tt set v0='83HIYUSKT5XZ9AJH3U0' where id=6; -update noar ti set v0='83HIYUSKT5XZ9AJH3U0' where id=6; -update noar tt set b0='EQ5BGX62ZD4I' where id=6; -update noar ti set b0='EQ5BGX62ZD4I' where id=6; -update noar tt set v0='0P65' where id=6; -update noar ti set v0='0P65' where id=6; -update noar tt set b1='OLQUJG4V840WOZ5KQDDT2Z' where id=6; -update noar ti set b1='OLQUJG4V840WOZ5KQDDT2Z' where id=6; -update noar tt set v0='JKY8DKPSU5ZCSE4RZY7UWTECQROJSV' where id=6; -update noar ti set v0='JKY8DKPSU5ZCSE4RZY7UWTECQROJSV' where id=6; -update noar tt set b2='HWR99ZT6212ZD03XNDJ0HE6PBJ2XA' where id=6; -update noar ti set b2='HWR99ZT6212ZD03XNDJ0HE6PBJ2XA' where id=6; -update noar tt set v0='W9P1NM' where id=7; -update noar ti set v0='W9P1NM' where id=7; -update noar tt set b0='1DR7JOE0K3I6LHHPV6YTAOK39YN6' where id=7; -update noar ti set b0='1DR7JOE0K3I6LHHPV6YTAOK39YN6' where id=7; -update noar tt set v0='I6X4RWB7KNGMX' where id=7; -update noar ti set v0='I6X4RWB7KNGMX' where id=7; -update noar tt set b1='2M1L5Q6IE6RKXXCARG3G' where id=7; -update noar ti set b1='2M1L5Q6IE6RKXXCARG3G' where id=7; -update noar tt set v0='HB89KGI' where id=7; -update noar ti set v0='HB89KGI' where id=7; -update noar tt set b2='E3F4X52INZYBPN' where id=7; -update noar ti set b2='E3F4X52INZYBPN' where id=7; -update noar tt set v0='94Q79ZPQ' where id=8; -update noar ti set v0='94Q79ZPQ' where id=8; -update noar tt set b0='MF2NV06' where id=8; -update noar ti set b0='MF2NV06' where id=8; -update noar tt set v0='WHC1TTOU9WB5G7V1L' where id=8; -update noar ti set v0='WHC1TTOU9WB5G7V1L' where id=8; -update noar tt set b1='UOFP6Q' where id=8; -update noar ti set b1='UOFP6Q' where id=8; -update noar tt set v0='TFAA7CBYCM' where id=8; -update noar ti set v0='TFAA7CBYCM' where id=8; -update noar tt set b2='UBXAVUGQZ3K1R6O42YOTDPAKB' where id=8; -update noar ti set b2='UBXAVUGQZ3K1R6O42YOTDPAKB' where id=8; -update noar tt set v0='NP0R2D4L39UZ5KHB3FGNKJJW8X0MKD' where id=9; -update noar ti set v0='NP0R2D4L39UZ5KHB3FGNKJJW8X0MKD' where id=9; -update noar tt set b0='W54TD8RFZJPL0CH' where id=9; -update noar ti set b0='W54TD8RFZJPL0CH' where id=9; -update noar tt set v0='HHP7FFFJLG6XAW' where id=9; -update noar ti set v0='HHP7FFFJLG6XAW' where id=9; -update noar tt set b1='QVM199Y8KLB' where id=9; -update noar ti set b1='QVM199Y8KLB' where id=9; -update noar tt set v0='BVLR61' where id=9; -update noar ti set v0='BVLR61' where id=9; -update noar tt set b2='4F4EMXB23ZMBZ' where id=9; -update noar ti set b2='4F4EMXB23ZMBZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGZ22PUX22RVYWUQ90NI0W' where id=1; -update noar ti set v0='JGZ22PUX22RVYWUQ90NI0W' where id=1; -update noar tt set b0='Y6Y491PDVJKINUAGF4HXB1' where id=1; -update noar ti set b0='Y6Y491PDVJKINUAGF4HXB1' where id=1; -update noar tt set v0='3MEOHP6BVGLTOWGWX' where id=1; -update noar ti set v0='3MEOHP6BVGLTOWGWX' where id=1; -update noar tt set b1='6IFIC' where id=1; -update noar ti set b1='6IFIC' where id=1; -update noar tt set v0='0QFO1J' where id=1; -update noar ti set v0='0QFO1J' where id=1; -update noar tt set b2='GP7V8FP358G5S6ZE123UZMMUT50V' where id=1; -update noar ti set b2='GP7V8FP358G5S6ZE123UZMMUT50V' where id=1; -update noar tt set v0='HR8' where id=2; -update noar ti set v0='HR8' where id=2; -update noar tt set b0='SGUB2' where id=2; -update noar ti set b0='SGUB2' where id=2; -update noar tt set v0='EQ' where id=2; -update noar ti set v0='EQ' where id=2; -update noar tt set b1='9AB7D4IVRSRRSZ99' where id=2; -update noar ti set b1='9AB7D4IVRSRRSZ99' where id=2; -update noar tt set v0='YIYKIYQ3NPQTDXT4SKP1EE4' where id=2; -update noar ti set v0='YIYKIYQ3NPQTDXT4SKP1EE4' where id=2; -update noar tt set b2='9BO4H8QVM64IMSIWATXXI3D5' where id=2; -update noar ti set b2='9BO4H8QVM64IMSIWATXXI3D5' where id=2; -update noar tt set v0='00CSJNTU00LPOWDN2' where id=3; -update noar ti set v0='00CSJNTU00LPOWDN2' where id=3; -update noar tt set b0='WDY4KP6TI6T0NJQ4' where id=3; -update noar ti set b0='WDY4KP6TI6T0NJQ4' where id=3; -update noar tt set v0='ROUAJGDG2ZAHLU8MBWV09ZKMBUQ8IXW9' where id=3; -update noar ti set v0='ROUAJGDG2ZAHLU8MBWV09ZKMBUQ8IXW9' where id=3; -update noar tt set b1='W3RM35S3XD7055ENC9QGD4RQUYMOSXY' where id=3; -update noar ti set b1='W3RM35S3XD7055ENC9QGD4RQUYMOSXY' where id=3; -update noar tt set v0='KCBO8YT5QQ3XX8UR303CN32TJ' where id=3; -update noar ti set v0='KCBO8YT5QQ3XX8UR303CN32TJ' where id=3; -update noar tt set b2='3QVT7VU4HNAA9M4K3RY' where id=3; -update noar ti set b2='3QVT7VU4HNAA9M4K3RY' where id=3; -update noar tt set v0='19HAA3' where id=4; -update noar ti set v0='19HAA3' where id=4; -update noar tt set b0='PHN1UGAGK91H1YG3SM0O5FOPDSSJN' where id=4; -update noar ti set b0='PHN1UGAGK91H1YG3SM0O5FOPDSSJN' where id=4; -update noar tt set v0='UH24UTV72RU4O52HF' where id=4; -update noar ti set v0='UH24UTV72RU4O52HF' where id=4; -update noar tt set b1='D' where id=4; -update noar ti set b1='D' where id=4; -update noar tt set v0='P7DVWXYY5AVEGL35CAY36R' where id=4; -update noar ti set v0='P7DVWXYY5AVEGL35CAY36R' where id=4; -update noar tt set b2='9MCHIPI' where id=4; -update noar ti set b2='9MCHIPI' where id=4; -update noar tt set v0='PLQ8YYR4VTVMUJX8WRAT75BL8BJ2WH03' where id=5; -update noar ti set v0='PLQ8YYR4VTVMUJX8WRAT75BL8BJ2WH03' where id=5; -update noar tt set b0='NJKSRC2YQ0' where id=5; -update noar ti set b0='NJKSRC2YQ0' where id=5; -update noar tt set v0='98C64' where id=5; -update noar ti set v0='98C64' where id=5; -update noar tt set b1='KXQCT7XYWHLOJSNEDRIUML' where id=5; -update noar ti set b1='KXQCT7XYWHLOJSNEDRIUML' where id=5; -update noar tt set v0='FI3' where id=5; -update noar ti set v0='FI3' where id=5; -update noar tt set b2='3B8B4' where id=5; -update noar ti set b2='3B8B4' where id=5; -update noar tt set v0='HB033COOVWJKICWALPEO' where id=6; -update noar ti set v0='HB033COOVWJKICWALPEO' where id=6; -update noar tt set b0='VVJTVSDU6V090WRVK6BXW07RYJH' where id=6; -update noar ti set b0='VVJTVSDU6V090WRVK6BXW07RYJH' where id=6; -update noar tt set v0='WFK7YDQ3N6STR' where id=6; -update noar ti set v0='WFK7YDQ3N6STR' where id=6; -update noar tt set b1='QBULJ4330JUTOYL1M' where id=6; -update noar ti set b1='QBULJ4330JUTOYL1M' where id=6; -update noar tt set v0='C3M9DJJ' where id=6; -update noar ti set v0='C3M9DJJ' where id=6; -update noar tt set b2='2P74326LDCSTLA7OK4' where id=6; -update noar ti set b2='2P74326LDCSTLA7OK4' where id=6; -update noar tt set v0='46BJOC70NG5DP4HM68ARTTP6L8HXHYII' where id=7; -update noar ti set v0='46BJOC70NG5DP4HM68ARTTP6L8HXHYII' where id=7; -update noar tt set b0='CUP3DH234BCVBMZ' where id=7; -update noar ti set b0='CUP3DH234BCVBMZ' where id=7; -update noar tt set v0='PER6R2JCKVZGB7J' where id=7; -update noar ti set v0='PER6R2JCKVZGB7J' where id=7; -update noar tt set b1='53NRH80AK7AXT1QXSDUOE38' where id=7; -update noar ti set b1='53NRH80AK7AXT1QXSDUOE38' where id=7; -update noar tt set v0='VT748Z0BGB1O802K' where id=7; -update noar ti set v0='VT748Z0BGB1O802K' where id=7; -update noar tt set b2='D' where id=7; -update noar ti set b2='D' where id=7; -update noar tt set v0='KSU4N' where id=8; -update noar ti set v0='KSU4N' where id=8; -update noar tt set b0='K1H6OGC9P1ZFQ' where id=8; -update noar ti set b0='K1H6OGC9P1ZFQ' where id=8; -update noar tt set v0='SOIS7YSD7Z' where id=8; -update noar ti set v0='SOIS7YSD7Z' where id=8; -update noar tt set b1='EHE6QU8O27TY20L051T2535SOKO5JMG' where id=8; -update noar ti set b1='EHE6QU8O27TY20L051T2535SOKO5JMG' where id=8; -update noar tt set v0='B8LZU3VOWWKN' where id=8; -update noar ti set v0='B8LZU3VOWWKN' where id=8; -update noar tt set b2='XUIIUYK5UH8G7' where id=8; -update noar ti set b2='XUIIUYK5UH8G7' where id=8; -update noar tt set v0='L9EPDQWUXG6R8U2Q' where id=9; -update noar ti set v0='L9EPDQWUXG6R8U2Q' where id=9; -update noar tt set b0='NUP1ZFAUNKWKSLU4OGWAO4N21' where id=9; -update noar ti set b0='NUP1ZFAUNKWKSLU4OGWAO4N21' where id=9; -update noar tt set v0='8XRYAZ' where id=9; -update noar ti set v0='8XRYAZ' where id=9; -update noar tt set b1='RN6TXKN4' where id=9; -update noar ti set b1='RN6TXKN4' where id=9; -update noar tt set v0='93H5657J0AOL4ZPI4SRA' where id=9; -update noar ti set v0='93H5657J0AOL4ZPI4SRA' where id=9; -update noar tt set b2='DUE35HFWL6GGA6RJ9R' where id=9; -update noar ti set b2='DUE35HFWL6GGA6RJ9R' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PCDEW2UXS4MRD2769QUFSNV1NV2J' where id=1; -update noar ti set v0='PCDEW2UXS4MRD2769QUFSNV1NV2J' where id=1; -update noar tt set b0='8AEVLOYIXTK51YZ5XLYBP148GJK' where id=1; -update noar ti set b0='8AEVLOYIXTK51YZ5XLYBP148GJK' where id=1; -update noar tt set v0='Y56OUJ7X6KC5B5PNKV' where id=1; -update noar ti set v0='Y56OUJ7X6KC5B5PNKV' where id=1; -update noar tt set b1='46275Z336R900LG0' where id=1; -update noar ti set b1='46275Z336R900LG0' where id=1; -update noar tt set v0='N0QEM7KWBPBOSZJQOFMFII' where id=1; -update noar ti set v0='N0QEM7KWBPBOSZJQOFMFII' where id=1; -update noar tt set b2='SAN4NOL' where id=1; -update noar ti set b2='SAN4NOL' where id=1; -update noar tt set v0='75A1BLXT2CI1MY352DRWGH' where id=2; -update noar ti set v0='75A1BLXT2CI1MY352DRWGH' where id=2; -update noar tt set b0='BJSL60TCELZ06IWA2NVTQ1LW92C' where id=2; -update noar ti set b0='BJSL60TCELZ06IWA2NVTQ1LW92C' where id=2; -update noar tt set v0='INK' where id=2; -update noar ti set v0='INK' where id=2; -update noar tt set b1='UX3W0WU9F9R27SVY3' where id=2; -update noar ti set b1='UX3W0WU9F9R27SVY3' where id=2; -update noar tt set v0='202MO30MWSJ3RBGJ' where id=2; -update noar ti set v0='202MO30MWSJ3RBGJ' where id=2; -update noar tt set b2='U971UM3IOS7LSP0ABARE5SU1' where id=2; -update noar ti set b2='U971UM3IOS7LSP0ABARE5SU1' where id=2; -update noar tt set v0='J7N199SON5ZMNWW' where id=3; -update noar ti set v0='J7N199SON5ZMNWW' where id=3; -update noar tt set b0='TSCTQCKWTIA16HDFF3HQZLT7ZAO9ZLUA' where id=3; -update noar ti set b0='TSCTQCKWTIA16HDFF3HQZLT7ZAO9ZLUA' where id=3; -update noar tt set v0='7SYK77QJZL8CI5TFBB7Q92' where id=3; -update noar ti set v0='7SYK77QJZL8CI5TFBB7Q92' where id=3; -update noar tt set b1='STG' where id=3; -update noar ti set b1='STG' where id=3; -update noar tt set v0='3JQ4HGVAFN77' where id=3; -update noar ti set v0='3JQ4HGVAFN77' where id=3; -update noar tt set b2='ALTL3UIEV3DE3PJNS7X3ZD13M51D6X' where id=3; -update noar ti set b2='ALTL3UIEV3DE3PJNS7X3ZD13M51D6X' where id=3; -update noar tt set v0='NMHW6POKCLRE0SG5D' where id=4; -update noar ti set v0='NMHW6POKCLRE0SG5D' where id=4; -update noar tt set b0='9T1LN0NHL0WFPC4R0LF92RP49L3' where id=4; -update noar ti set b0='9T1LN0NHL0WFPC4R0LF92RP49L3' where id=4; -update noar tt set v0='IFV9V7M47G6LS1PIDA7L1LUMCNMV' where id=4; -update noar ti set v0='IFV9V7M47G6LS1PIDA7L1LUMCNMV' where id=4; -update noar tt set b1='E' where id=4; -update noar ti set b1='E' where id=4; -update noar tt set v0='LKSJSI3W6G2T6G1A4OFY4' where id=4; -update noar ti set v0='LKSJSI3W6G2T6G1A4OFY4' where id=4; -update noar tt set b2='O90GIRSQJFHMRRAZ3N22SC9XZV6WLI4N' where id=4; -update noar ti set b2='O90GIRSQJFHMRRAZ3N22SC9XZV6WLI4N' where id=4; -update noar tt set v0='S9GK6K05JI7NVTLWZU9F0HSM1H0Z' where id=5; -update noar ti set v0='S9GK6K05JI7NVTLWZU9F0HSM1H0Z' where id=5; -update noar tt set b0='Y943RBCB56KZWNP0OR58JQHFXI1' where id=5; -update noar ti set b0='Y943RBCB56KZWNP0OR58JQHFXI1' where id=5; -update noar tt set v0='XR0LUZ3NRULEL13F' where id=5; -update noar ti set v0='XR0LUZ3NRULEL13F' where id=5; -update noar tt set b1='UEU3FSKSTFUG34QK8S1' where id=5; -update noar ti set b1='UEU3FSKSTFUG34QK8S1' where id=5; -update noar tt set v0='NDS' where id=5; -update noar ti set v0='NDS' where id=5; -update noar tt set b2='1KH365LZF35GJPDCRK0VN48KILJL' where id=5; -update noar ti set b2='1KH365LZF35GJPDCRK0VN48KILJL' where id=5; -update noar tt set v0='TNPCV1Z4ZMYJCAOQRBP' where id=6; -update noar ti set v0='TNPCV1Z4ZMYJCAOQRBP' where id=6; -update noar tt set b0='P1E0YW' where id=6; -update noar ti set b0='P1E0YW' where id=6; -update noar tt set v0='Y8G0MAGA3EVQKQXP1YKWKMIGR' where id=6; -update noar ti set v0='Y8G0MAGA3EVQKQXP1YKWKMIGR' where id=6; -update noar tt set b1='BXQ8EB8GZ9KU6' where id=6; -update noar ti set b1='BXQ8EB8GZ9KU6' where id=6; -update noar tt set v0='P9EDQX45D649GHOK9QXV5KNGB' where id=6; -update noar ti set v0='P9EDQX45D649GHOK9QXV5KNGB' where id=6; -update noar tt set b2='8NVA' where id=6; -update noar ti set b2='8NVA' where id=6; -update noar tt set v0='9U' where id=7; -update noar ti set v0='9U' where id=7; -update noar tt set b0='CZE082LCU1ICVFMUJNAZ4L0MA7ZPJ' where id=7; -update noar ti set b0='CZE082LCU1ICVFMUJNAZ4L0MA7ZPJ' where id=7; -update noar tt set v0='7KA025ITKEY7XSO5DEJXF5' where id=7; -update noar ti set v0='7KA025ITKEY7XSO5DEJXF5' where id=7; -update noar tt set b1='QDPJWOZA785IWSOD74VGM4' where id=7; -update noar ti set b1='QDPJWOZA785IWSOD74VGM4' where id=7; -update noar tt set v0='5028WYOHG3QSDHY4IKO41BJ6UCRU' where id=7; -update noar ti set v0='5028WYOHG3QSDHY4IKO41BJ6UCRU' where id=7; -update noar tt set b2='D80FF0YB163LD844VQ573TL' where id=7; -update noar ti set b2='D80FF0YB163LD844VQ573TL' where id=7; -update noar tt set v0='A0BCIUZX8RYKAMDOOA1VTQ8I5Y' where id=8; -update noar ti set v0='A0BCIUZX8RYKAMDOOA1VTQ8I5Y' where id=8; -update noar tt set b0='6QJEW9' where id=8; -update noar ti set b0='6QJEW9' where id=8; -update noar tt set v0='W5IXOQAA4OBYPGB8' where id=8; -update noar ti set v0='W5IXOQAA4OBYPGB8' where id=8; -update noar tt set b1='4IN2M2UD' where id=8; -update noar ti set b1='4IN2M2UD' where id=8; -update noar tt set v0='05TE675X1A1DM' where id=8; -update noar ti set v0='05TE675X1A1DM' where id=8; -update noar tt set b2='3JYYJZ' where id=8; -update noar ti set b2='3JYYJZ' where id=8; -update noar tt set v0='EPFKWCVOPGXJCWGW' where id=9; -update noar ti set v0='EPFKWCVOPGXJCWGW' where id=9; -update noar tt set b0='D6N26Y0EB6XXR4EF2G' where id=9; -update noar ti set b0='D6N26Y0EB6XXR4EF2G' where id=9; -update noar tt set v0='0BW' where id=9; -update noar ti set v0='0BW' where id=9; -update noar tt set b1='U3' where id=9; -update noar ti set b1='U3' where id=9; -update noar tt set v0='OPITJ9GXYBBZLWD8VQOAIWVFW1P63' where id=9; -update noar ti set v0='OPITJ9GXYBBZLWD8VQOAIWVFW1P63' where id=9; -update noar tt set b2='7FDVO1BS5JVV08LUEU77BV' where id=9; -update noar ti set b2='7FDVO1BS5JVV08LUEU77BV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6B5LYFZEER6TF1OIDUAP8HD' where id=1; -update noar ti set v0='6B5LYFZEER6TF1OIDUAP8HD' where id=1; -update noar tt set b0='XFPXPKBN3792X8PNCA0TZ1TTHA9295R7' where id=1; -update noar ti set b0='XFPXPKBN3792X8PNCA0TZ1TTHA9295R7' where id=1; -update noar tt set v0='T82NXGLCTBNWD59' where id=1; -update noar ti set v0='T82NXGLCTBNWD59' where id=1; -update noar tt set b1='34F670' where id=1; -update noar ti set b1='34F670' where id=1; -update noar tt set v0='UR7FPKM' where id=1; -update noar ti set v0='UR7FPKM' where id=1; -update noar tt set b2='IIF0G8F0U1MSQ' where id=1; -update noar ti set b2='IIF0G8F0U1MSQ' where id=1; -update noar tt set v0='9KE2DXE' where id=2; -update noar ti set v0='9KE2DXE' where id=2; -update noar tt set b0='X58CN7EJI5TX4RY5VGFEOV2OPJ' where id=2; -update noar ti set b0='X58CN7EJI5TX4RY5VGFEOV2OPJ' where id=2; -update noar tt set v0='FM0PE' where id=2; -update noar ti set v0='FM0PE' where id=2; -update noar tt set b1='2HI8LRAFUFFGME20KEVE7PVUCEZ' where id=2; -update noar ti set b1='2HI8LRAFUFFGME20KEVE7PVUCEZ' where id=2; -update noar tt set v0='M2QL' where id=2; -update noar ti set v0='M2QL' where id=2; -update noar tt set b2='4QRFDXKH0GJBVB' where id=2; -update noar ti set b2='4QRFDXKH0GJBVB' where id=2; -update noar tt set v0='080BP' where id=3; -update noar ti set v0='080BP' where id=3; -update noar tt set b0='V2VN' where id=3; -update noar ti set b0='V2VN' where id=3; -update noar tt set v0='JPUGCY0NCBHGLVQO' where id=3; -update noar ti set v0='JPUGCY0NCBHGLVQO' where id=3; -update noar tt set b1='G5HAS6QK0BUWGF8' where id=3; -update noar ti set b1='G5HAS6QK0BUWGF8' where id=3; -update noar tt set v0='RYJASUZR' where id=3; -update noar ti set v0='RYJASUZR' where id=3; -update noar tt set b2='B2PUJJILJDPQGT4' where id=3; -update noar ti set b2='B2PUJJILJDPQGT4' where id=3; -update noar tt set v0='FQUAAEZQSUEP69LAOAQN' where id=4; -update noar ti set v0='FQUAAEZQSUEP69LAOAQN' where id=4; -update noar tt set b0='JXDCUFFWA8Q86SGAA8RBI' where id=4; -update noar ti set b0='JXDCUFFWA8Q86SGAA8RBI' where id=4; -update noar tt set v0='1VINNTSHBZ9H4' where id=4; -update noar ti set v0='1VINNTSHBZ9H4' where id=4; -update noar tt set b1='G7DZ3NE8JFO7P' where id=4; -update noar ti set b1='G7DZ3NE8JFO7P' where id=4; -update noar tt set v0='99F91LAHG944QVUL' where id=4; -update noar ti set v0='99F91LAHG944QVUL' where id=4; -update noar tt set b2='PZV' where id=4; -update noar ti set b2='PZV' where id=4; -update noar tt set v0='MWL6NQ8WFTJ6T' where id=5; -update noar ti set v0='MWL6NQ8WFTJ6T' where id=5; -update noar tt set b0='7FB36L2GM5JSHQD6Q3C3WT' where id=5; -update noar ti set b0='7FB36L2GM5JSHQD6Q3C3WT' where id=5; -update noar tt set v0='04298HR9ZRFL3PSD2GDV53B1MEP058' where id=5; -update noar ti set v0='04298HR9ZRFL3PSD2GDV53B1MEP058' where id=5; -update noar tt set b1='EUBD1KUO1S2J' where id=5; -update noar ti set b1='EUBD1KUO1S2J' where id=5; -update noar tt set v0='0VZ3ECY2IU1EMZA85TFWGLX6VKO5EP' where id=5; -update noar ti set v0='0VZ3ECY2IU1EMZA85TFWGLX6VKO5EP' where id=5; -update noar tt set b2='TRSJN9Z4HF16F' where id=5; -update noar ti set b2='TRSJN9Z4HF16F' where id=5; -update noar tt set v0='Y4U6AZ4DR8F' where id=6; -update noar ti set v0='Y4U6AZ4DR8F' where id=6; -update noar tt set b0='7LEFKGWT94FVEBOKYVR0IC' where id=6; -update noar ti set b0='7LEFKGWT94FVEBOKYVR0IC' where id=6; -update noar tt set v0='MV7F' where id=6; -update noar ti set v0='MV7F' where id=6; -update noar tt set b1='I7QR' where id=6; -update noar ti set b1='I7QR' where id=6; -update noar tt set v0='SCP3UDJLZJH0M2ZYEL41PDJU' where id=6; -update noar ti set v0='SCP3UDJLZJH0M2ZYEL41PDJU' where id=6; -update noar tt set b2='HYJTBRJ84KMJ0' where id=6; -update noar ti set b2='HYJTBRJ84KMJ0' where id=6; -update noar tt set v0='68XV89D4TG6JY' where id=7; -update noar ti set v0='68XV89D4TG6JY' where id=7; -update noar tt set b0='J4DAA' where id=7; -update noar ti set b0='J4DAA' where id=7; -update noar tt set v0='HOOS0S27Z1IQ' where id=7; -update noar ti set v0='HOOS0S27Z1IQ' where id=7; -update noar tt set b1='M5WVHVJQ' where id=7; -update noar ti set b1='M5WVHVJQ' where id=7; -update noar tt set v0='FZGNYL9XKC1IFGP5RMAWCJ28PCSTUSP' where id=7; -update noar ti set v0='FZGNYL9XKC1IFGP5RMAWCJ28PCSTUSP' where id=7; -update noar tt set b2='4H9JSEGPGIW0AQT95URDXWDCG3B129' where id=7; -update noar ti set b2='4H9JSEGPGIW0AQT95URDXWDCG3B129' where id=7; -update noar tt set v0='Q41UB2MFEMYICSMH8B5LSW6C288M4MV' where id=8; -update noar ti set v0='Q41UB2MFEMYICSMH8B5LSW6C288M4MV' where id=8; -update noar tt set b0='0W8CHC2R5O9RLJOJARXFSFX' where id=8; -update noar ti set b0='0W8CHC2R5O9RLJOJARXFSFX' where id=8; -update noar tt set v0='HAFBFNG' where id=8; -update noar ti set v0='HAFBFNG' where id=8; -update noar tt set b1='3UKFNBNFD96F1LG577F9SFC9F43H8P3A' where id=8; -update noar ti set b1='3UKFNBNFD96F1LG577F9SFC9F43H8P3A' where id=8; -update noar tt set v0='0SJK2YS5XP19S83RZP3SJ4' where id=8; -update noar ti set v0='0SJK2YS5XP19S83RZP3SJ4' where id=8; -update noar tt set b2='LKSR9R' where id=8; -update noar ti set b2='LKSR9R' where id=8; -update noar tt set v0='3' where id=9; -update noar ti set v0='3' where id=9; -update noar tt set b0='BUHAUWE' where id=9; -update noar ti set b0='BUHAUWE' where id=9; -update noar tt set v0='6KNM5ZR7TGKPYWQ7A5E08U76A' where id=9; -update noar ti set v0='6KNM5ZR7TGKPYWQ7A5E08U76A' where id=9; -update noar tt set b1='S' where id=9; -update noar ti set b1='S' where id=9; -update noar tt set v0='I' where id=9; -update noar ti set v0='I' where id=9; -update noar tt set b2='PUZIW8ML' where id=9; -update noar ti set b2='PUZIW8ML' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C3DXT5S' where id=1; -update noar ti set v0='C3DXT5S' where id=1; -update noar tt set b0='8EO1WTUFC0LWN' where id=1; -update noar ti set b0='8EO1WTUFC0LWN' where id=1; -update noar tt set v0='DA2XQOYGHAL' where id=1; -update noar ti set v0='DA2XQOYGHAL' where id=1; -update noar tt set b1='LBVLH18GCGVCQMTRNA9' where id=1; -update noar ti set b1='LBVLH18GCGVCQMTRNA9' where id=1; -update noar tt set v0='WDOI0FG44RUVMDH04PQXXWFSPIHGY6BY' where id=1; -update noar ti set v0='WDOI0FG44RUVMDH04PQXXWFSPIHGY6BY' where id=1; -update noar tt set b2='R229LSDCR' where id=1; -update noar ti set b2='R229LSDCR' where id=1; -update noar tt set v0='5IDZ5YW0J7D6WMPET66JYLPH8Q5QCS' where id=2; -update noar ti set v0='5IDZ5YW0J7D6WMPET66JYLPH8Q5QCS' where id=2; -update noar tt set b0='HX' where id=2; -update noar ti set b0='HX' where id=2; -update noar tt set v0='VQMNJXZ8FEJODOCFVS4T5MOIRAXG' where id=2; -update noar ti set v0='VQMNJXZ8FEJODOCFVS4T5MOIRAXG' where id=2; -update noar tt set b1='RGI92TQN81' where id=2; -update noar ti set b1='RGI92TQN81' where id=2; -update noar tt set v0='2V2AJEC57QHJXHGTA' where id=2; -update noar ti set v0='2V2AJEC57QHJXHGTA' where id=2; -update noar tt set b2='C6PX0G' where id=2; -update noar ti set b2='C6PX0G' where id=2; -update noar tt set v0='F6UTTEO8JTKGDF36Y3X1E9PIIBX' where id=3; -update noar ti set v0='F6UTTEO8JTKGDF36Y3X1E9PIIBX' where id=3; -update noar tt set b0='7E1IVSHIIZ8ZZU52' where id=3; -update noar ti set b0='7E1IVSHIIZ8ZZU52' where id=3; -update noar tt set v0='5QT1NDMGX29M0XHTYOCYH' where id=3; -update noar ti set v0='5QT1NDMGX29M0XHTYOCYH' where id=3; -update noar tt set b1='EKC' where id=3; -update noar ti set b1='EKC' where id=3; -update noar tt set v0='5L4YFFLX3X4NMZNR1MPQG35' where id=3; -update noar ti set v0='5L4YFFLX3X4NMZNR1MPQG35' where id=3; -update noar tt set b2='XQ64OCC6NGJJN0E7C4TGVRWG2KXCQ6' where id=3; -update noar ti set b2='XQ64OCC6NGJJN0E7C4TGVRWG2KXCQ6' where id=3; -update noar tt set v0='OLUKY7GTN04KJE3TG' where id=4; -update noar ti set v0='OLUKY7GTN04KJE3TG' where id=4; -update noar tt set b0='66QXTP6BBCW95F' where id=4; -update noar ti set b0='66QXTP6BBCW95F' where id=4; -update noar tt set v0='K' where id=4; -update noar ti set v0='K' where id=4; -update noar tt set b1='GON6T3UBR1SNJLPOD32LK' where id=4; -update noar ti set b1='GON6T3UBR1SNJLPOD32LK' where id=4; -update noar tt set v0='VNRAU1JZB02LNK4E32PBV00Z9EEHBUKX' where id=4; -update noar ti set v0='VNRAU1JZB02LNK4E32PBV00Z9EEHBUKX' where id=4; -update noar tt set b2='F0PP9G4BKJGUN' where id=4; -update noar ti set b2='F0PP9G4BKJGUN' where id=4; -update noar tt set v0='HOEC' where id=5; -update noar ti set v0='HOEC' where id=5; -update noar tt set b0='E2CI2TNI8DHORJ' where id=5; -update noar ti set b0='E2CI2TNI8DHORJ' where id=5; -update noar tt set v0='CR0K0KDJ86VV201QK8XE06' where id=5; -update noar ti set v0='CR0K0KDJ86VV201QK8XE06' where id=5; -update noar tt set b1='SIU7Q73K80' where id=5; -update noar ti set b1='SIU7Q73K80' where id=5; -update noar tt set v0='F9RTRGD0KM4FJX9LR5TWH50IIFEUDX1M' where id=5; -update noar ti set v0='F9RTRGD0KM4FJX9LR5TWH50IIFEUDX1M' where id=5; -update noar tt set b2='ADPS5DX10VWCY46M1JMLHIDW336CA' where id=5; -update noar ti set b2='ADPS5DX10VWCY46M1JMLHIDW336CA' where id=5; -update noar tt set v0='QQS9FY9IEXNBYT6QDU9Q89' where id=6; -update noar ti set v0='QQS9FY9IEXNBYT6QDU9Q89' where id=6; -update noar tt set b0='CAPVR994XAZ17D97KIBW89A2D' where id=6; -update noar ti set b0='CAPVR994XAZ17D97KIBW89A2D' where id=6; -update noar tt set v0='SO6' where id=6; -update noar ti set v0='SO6' where id=6; -update noar tt set b1='OBJC0N9RL82WOX3226WVK0SEEELZRI' where id=6; -update noar ti set b1='OBJC0N9RL82WOX3226WVK0SEEELZRI' where id=6; -update noar tt set v0='LHUBM79WKW1GIS7W7NZJ0SLK' where id=6; -update noar ti set v0='LHUBM79WKW1GIS7W7NZJ0SLK' where id=6; -update noar tt set b2='7IIIVNPZOY7Y6PQOEGKT' where id=6; -update noar ti set b2='7IIIVNPZOY7Y6PQOEGKT' where id=6; -update noar tt set v0='GQGXDN6FKY0E5W8UX92R8C4DG3MMOSTS' where id=7; -update noar ti set v0='GQGXDN6FKY0E5W8UX92R8C4DG3MMOSTS' where id=7; -update noar tt set b0='4ASI9COMIRVZCJ9HUDU2RE3AOODA8S0' where id=7; -update noar ti set b0='4ASI9COMIRVZCJ9HUDU2RE3AOODA8S0' where id=7; -update noar tt set v0='KSWFSU' where id=7; -update noar ti set v0='KSWFSU' where id=7; -update noar tt set b1='B6TAA473WR' where id=7; -update noar ti set b1='B6TAA473WR' where id=7; -update noar tt set v0='XI2CF6BS8Q94IG664R7BFHI4EZ3LB' where id=7; -update noar ti set v0='XI2CF6BS8Q94IG664R7BFHI4EZ3LB' where id=7; -update noar tt set b2='C3JB6EZ31V0LN2Y9GIN' where id=7; -update noar ti set b2='C3JB6EZ31V0LN2Y9GIN' where id=7; -update noar tt set v0='6I2Z81YA2UPRQOVI' where id=8; -update noar ti set v0='6I2Z81YA2UPRQOVI' where id=8; -update noar tt set b0='162Z4MPQADM' where id=8; -update noar ti set b0='162Z4MPQADM' where id=8; -update noar tt set v0='23GRKMS' where id=8; -update noar ti set v0='23GRKMS' where id=8; -update noar tt set b1='0YAYYLOQ5FR2K6LNRDZU2' where id=8; -update noar ti set b1='0YAYYLOQ5FR2K6LNRDZU2' where id=8; -update noar tt set v0='JIJDACY9Y0ULYG6DIETHY474' where id=8; -update noar ti set v0='JIJDACY9Y0ULYG6DIETHY474' where id=8; -update noar tt set b2='59M2PBKEX2HYURXMS0J7AZ1KXMF8' where id=8; -update noar ti set b2='59M2PBKEX2HYURXMS0J7AZ1KXMF8' where id=8; -update noar tt set v0='3KX7I4EMHI1TCEAZYR504DP7N' where id=9; -update noar ti set v0='3KX7I4EMHI1TCEAZYR504DP7N' where id=9; -update noar tt set b0='4GE5EQ7VU2L' where id=9; -update noar ti set b0='4GE5EQ7VU2L' where id=9; -update noar tt set v0='NPH7MHLZXCI5ZLK4X' where id=9; -update noar ti set v0='NPH7MHLZXCI5ZLK4X' where id=9; -update noar tt set b1='QS67A8QQYKBTSONRU8P' where id=9; -update noar ti set b1='QS67A8QQYKBTSONRU8P' where id=9; -update noar tt set v0='IYH360I' where id=9; -update noar ti set v0='IYH360I' where id=9; -update noar tt set b2='ZH' where id=9; -update noar ti set b2='ZH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EY2KOT82FZ4FU' where id=1; -update noar ti set v0='EY2KOT82FZ4FU' where id=1; -update noar tt set b0='M9Y9H' where id=1; -update noar ti set b0='M9Y9H' where id=1; -update noar tt set v0='V4CPWY9' where id=1; -update noar ti set v0='V4CPWY9' where id=1; -update noar tt set b1='RLOVRWMKZNLNL9AY9F' where id=1; -update noar ti set b1='RLOVRWMKZNLNL9AY9F' where id=1; -update noar tt set v0='HVKEPSI' where id=1; -update noar ti set v0='HVKEPSI' where id=1; -update noar tt set b2='FSUWSIP1N8LH1RGTZP' where id=1; -update noar ti set b2='FSUWSIP1N8LH1RGTZP' where id=1; -update noar tt set v0='GV0H6I0L4DR0G' where id=2; -update noar ti set v0='GV0H6I0L4DR0G' where id=2; -update noar tt set b0='X0ITOY' where id=2; -update noar ti set b0='X0ITOY' where id=2; -update noar tt set v0='W' where id=2; -update noar ti set v0='W' where id=2; -update noar tt set b1='ZE2WQ9' where id=2; -update noar ti set b1='ZE2WQ9' where id=2; -update noar tt set v0='AXT1DCWHH6ADJED' where id=2; -update noar ti set v0='AXT1DCWHH6ADJED' where id=2; -update noar tt set b2='BQLKNKZU5P' where id=2; -update noar ti set b2='BQLKNKZU5P' where id=2; -update noar tt set v0='EV655YZBBY9' where id=3; -update noar ti set v0='EV655YZBBY9' where id=3; -update noar tt set b0='YVL' where id=3; -update noar ti set b0='YVL' where id=3; -update noar tt set v0='5BM4SI9T74QYJ5DO' where id=3; -update noar ti set v0='5BM4SI9T74QYJ5DO' where id=3; -update noar tt set b1='K2I08J6D' where id=3; -update noar ti set b1='K2I08J6D' where id=3; -update noar tt set v0='7YHPSP' where id=3; -update noar ti set v0='7YHPSP' where id=3; -update noar tt set b2='GSZA' where id=3; -update noar ti set b2='GSZA' where id=3; -update noar tt set v0='KW837W77GBTV3YIVT0M6DBXLLLUPO' where id=4; -update noar ti set v0='KW837W77GBTV3YIVT0M6DBXLLLUPO' where id=4; -update noar tt set b0='BW0S60WQ2SKCT75DZBJ2V' where id=4; -update noar ti set b0='BW0S60WQ2SKCT75DZBJ2V' where id=4; -update noar tt set v0='XLVI9UGH2QT8DIHLZOFVS0RLIS0HK0XB' where id=4; -update noar ti set v0='XLVI9UGH2QT8DIHLZOFVS0RLIS0HK0XB' where id=4; -update noar tt set b1='KELX3DWU3221X6DRMFHCR3FKUZ3Y6MM5' where id=4; -update noar ti set b1='KELX3DWU3221X6DRMFHCR3FKUZ3Y6MM5' where id=4; -update noar tt set v0='NMYYLI' where id=4; -update noar ti set v0='NMYYLI' where id=4; -update noar tt set b2='R8GB1X56EK2' where id=4; -update noar ti set b2='R8GB1X56EK2' where id=4; -update noar tt set v0='T7HS2RGP' where id=5; -update noar ti set v0='T7HS2RGP' where id=5; -update noar tt set b0='MAWBUNW' where id=5; -update noar ti set b0='MAWBUNW' where id=5; -update noar tt set v0='RHUV9VBFZWIVS0PQM3AQ' where id=5; -update noar ti set v0='RHUV9VBFZWIVS0PQM3AQ' where id=5; -update noar tt set b1='W1GTO1E' where id=5; -update noar ti set b1='W1GTO1E' where id=5; -update noar tt set v0='MI' where id=5; -update noar ti set v0='MI' where id=5; -update noar tt set b2='2FMUZ' where id=5; -update noar ti set b2='2FMUZ' where id=5; -update noar tt set v0='5UHFDUT' where id=6; -update noar ti set v0='5UHFDUT' where id=6; -update noar tt set b0='PO82BUFTM8UW4T9CW5CE' where id=6; -update noar ti set b0='PO82BUFTM8UW4T9CW5CE' where id=6; -update noar tt set v0='5O6JJ0OLDL87SD' where id=6; -update noar ti set v0='5O6JJ0OLDL87SD' where id=6; -update noar tt set b1='TBKKH643Y5MLRMDH5NZIVJZ9HP1N1' where id=6; -update noar ti set b1='TBKKH643Y5MLRMDH5NZIVJZ9HP1N1' where id=6; -update noar tt set v0='AE3' where id=6; -update noar ti set v0='AE3' where id=6; -update noar tt set b2='XZQ' where id=6; -update noar ti set b2='XZQ' where id=6; -update noar tt set v0='IK71I8BNGAO' where id=7; -update noar ti set v0='IK71I8BNGAO' where id=7; -update noar tt set b0='LKRWNU7LSVDDS1AV6SSL0VZJRK271CCL' where id=7; -update noar ti set b0='LKRWNU7LSVDDS1AV6SSL0VZJRK271CCL' where id=7; -update noar tt set v0='XBHNEAGTQH' where id=7; -update noar ti set v0='XBHNEAGTQH' where id=7; -update noar tt set b1='TZ7HA' where id=7; -update noar ti set b1='TZ7HA' where id=7; -update noar tt set v0='UZGTIP3CTTI8296N3W64WI1FBED' where id=7; -update noar ti set v0='UZGTIP3CTTI8296N3W64WI1FBED' where id=7; -update noar tt set b2='1HO' where id=7; -update noar ti set b2='1HO' where id=7; -update noar tt set v0='QZGTOMM6CA' where id=8; -update noar ti set v0='QZGTOMM6CA' where id=8; -update noar tt set b0='QNS2ENVLTD11WO' where id=8; -update noar ti set b0='QNS2ENVLTD11WO' where id=8; -update noar tt set v0='2F77494RHWG06SAGISA' where id=8; -update noar ti set v0='2F77494RHWG06SAGISA' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set v0='JHV3S2WSK1Q1FTMOZQMT' where id=8; -update noar ti set v0='JHV3S2WSK1Q1FTMOZQMT' where id=8; -update noar tt set b2='8G3144RP88EOQI3IJX2PKFEJJCMBZFFA' where id=8; -update noar ti set b2='8G3144RP88EOQI3IJX2PKFEJJCMBZFFA' where id=8; -update noar tt set v0='4H5EGT9UOKKP2F113ZE3RWOAQ5G' where id=9; -update noar ti set v0='4H5EGT9UOKKP2F113ZE3RWOAQ5G' where id=9; -update noar tt set b0='MS' where id=9; -update noar ti set b0='MS' where id=9; -update noar tt set v0='27YMHNTMO' where id=9; -update noar ti set v0='27YMHNTMO' where id=9; -update noar tt set b1='0WMAH17RW0XSEK67M5DWE8FM312S' where id=9; -update noar ti set b1='0WMAH17RW0XSEK67M5DWE8FM312S' where id=9; -update noar tt set v0='72H94E7RWBSWH' where id=9; -update noar ti set v0='72H94E7RWBSWH' where id=9; -update noar tt set b2='KKN1RK271JNFCFA8CFLAMS85' where id=9; -update noar ti set b2='KKN1RK271JNFCFA8CFLAMS85' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F47PP3MSOMOXLF0VPVO5HR2XMQ' where id=1; -update noar ti set v0='F47PP3MSOMOXLF0VPVO5HR2XMQ' where id=1; -update noar tt set b0='JHO0QT5EDZE9HC0DA1EUQ' where id=1; -update noar ti set b0='JHO0QT5EDZE9HC0DA1EUQ' where id=1; -update noar tt set v0='PPKUUXRW3JI' where id=1; -update noar ti set v0='PPKUUXRW3JI' where id=1; -update noar tt set b1='5ENA40PFDZQ7BEAS' where id=1; -update noar ti set b1='5ENA40PFDZQ7BEAS' where id=1; -update noar tt set v0='8' where id=1; -update noar ti set v0='8' where id=1; -update noar tt set b2='QYXB85F79E8K1O9VV58F53YVMY811NZR' where id=1; -update noar ti set b2='QYXB85F79E8K1O9VV58F53YVMY811NZR' where id=1; -update noar tt set v0='ZJWX' where id=2; -update noar ti set v0='ZJWX' where id=2; -update noar tt set b0='AHDNUCOCHS0U8GLH' where id=2; -update noar ti set b0='AHDNUCOCHS0U8GLH' where id=2; -update noar tt set v0='HNGZ2XPYQ' where id=2; -update noar ti set v0='HNGZ2XPYQ' where id=2; -update noar tt set b1='YB0WZHGHEBC6JQIZ' where id=2; -update noar ti set b1='YB0WZHGHEBC6JQIZ' where id=2; -update noar tt set v0='ZB5UW3UVZ7CPYXZ4TEIXW6BP' where id=2; -update noar ti set v0='ZB5UW3UVZ7CPYXZ4TEIXW6BP' where id=2; -update noar tt set b2='BQYI0XVEATBV1S8V45LZFAZUFV5FF' where id=2; -update noar ti set b2='BQYI0XVEATBV1S8V45LZFAZUFV5FF' where id=2; -update noar tt set v0='QCSNGR51XP22R0PJH5VKLZ61IILWLV' where id=3; -update noar ti set v0='QCSNGR51XP22R0PJH5VKLZ61IILWLV' where id=3; -update noar tt set b0='8BHWG3YMZ9S5Y' where id=3; -update noar ti set b0='8BHWG3YMZ9S5Y' where id=3; -update noar tt set v0='4LJQKTEWJIDBICUEJ4JVMAR' where id=3; -update noar ti set v0='4LJQKTEWJIDBICUEJ4JVMAR' where id=3; -update noar tt set b1='P7X4LP2CPD4M3O' where id=3; -update noar ti set b1='P7X4LP2CPD4M3O' where id=3; -update noar tt set v0='NAJH6NAG93V' where id=3; -update noar ti set v0='NAJH6NAG93V' where id=3; -update noar tt set b2='NM5R9HVG' where id=3; -update noar ti set b2='NM5R9HVG' where id=3; -update noar tt set v0='F0W7KZJLT7W37YWETQRIC7YIOFLFJ' where id=4; -update noar ti set v0='F0W7KZJLT7W37YWETQRIC7YIOFLFJ' where id=4; -update noar tt set b0='V1S' where id=4; -update noar ti set b0='V1S' where id=4; -update noar tt set v0='QG939T0RCTZZOK45OI' where id=4; -update noar ti set v0='QG939T0RCTZZOK45OI' where id=4; -update noar tt set b1='SNNLYMMNJH' where id=4; -update noar ti set b1='SNNLYMMNJH' where id=4; -update noar tt set v0='HJM1CT8RBSCD2VT9A9S1GQY' where id=4; -update noar ti set v0='HJM1CT8RBSCD2VT9A9S1GQY' where id=4; -update noar tt set b2='Z2JQCR43FP91R0PYW0JWFQ6H84N4' where id=4; -update noar ti set b2='Z2JQCR43FP91R0PYW0JWFQ6H84N4' where id=4; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b0='4A27OKHX0IXYTLXDQTC1JD0V' where id=5; -update noar ti set b0='4A27OKHX0IXYTLXDQTC1JD0V' where id=5; -update noar tt set v0='BDM4L1S9S6PC' where id=5; -update noar ti set v0='BDM4L1S9S6PC' where id=5; -update noar tt set b1='SWM1UC59OEZF99YJ' where id=5; -update noar ti set b1='SWM1UC59OEZF99YJ' where id=5; -update noar tt set v0='LBA8NGT8OS5AG239F' where id=5; -update noar ti set v0='LBA8NGT8OS5AG239F' where id=5; -update noar tt set b2='6K63LDEO5V857YD65CCJPLPIM78NQHYL' where id=5; -update noar ti set b2='6K63LDEO5V857YD65CCJPLPIM78NQHYL' where id=5; -update noar tt set v0='5B' where id=6; -update noar ti set v0='5B' where id=6; -update noar tt set b0='DE1ZCYS7YGC0RIJSOQ4B1R6VTYR6C' where id=6; -update noar ti set b0='DE1ZCYS7YGC0RIJSOQ4B1R6VTYR6C' where id=6; -update noar tt set v0='TNSW6MX2025GN4FAHQV7VO4CP' where id=6; -update noar ti set v0='TNSW6MX2025GN4FAHQV7VO4CP' where id=6; -update noar tt set b1='AVJW' where id=6; -update noar ti set b1='AVJW' where id=6; -update noar tt set v0='170QOOJCSKFNFBDELG9DU38DB75' where id=6; -update noar ti set v0='170QOOJCSKFNFBDELG9DU38DB75' where id=6; -update noar tt set b2='86B4OYLL764FGSPLRTJW3SSAKLE1YFT' where id=6; -update noar ti set b2='86B4OYLL764FGSPLRTJW3SSAKLE1YFT' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='L1X29TN9QIECOHR2UFKYB12DMQV0O' where id=7; -update noar ti set b0='L1X29TN9QIECOHR2UFKYB12DMQV0O' where id=7; -update noar tt set v0='EJRE4JFNAOAK847M55GLUWBNWE' where id=7; -update noar ti set v0='EJRE4JFNAOAK847M55GLUWBNWE' where id=7; -update noar tt set b1='UKTH3YBA3W1771A' where id=7; -update noar ti set b1='UKTH3YBA3W1771A' where id=7; -update noar tt set v0='OWCQ6OYM0BXPA3F18K0ZAZIGHKOD' where id=7; -update noar ti set v0='OWCQ6OYM0BXPA3F18K0ZAZIGHKOD' where id=7; -update noar tt set b2='MJMJIHWB6QJNN8RBO67FHA' where id=7; -update noar ti set b2='MJMJIHWB6QJNN8RBO67FHA' where id=7; -update noar tt set v0='UAIS15X33YK46N' where id=8; -update noar ti set v0='UAIS15X33YK46N' where id=8; -update noar tt set b0='7ATDEB4XSSL8MYRN' where id=8; -update noar ti set b0='7ATDEB4XSSL8MYRN' where id=8; -update noar tt set v0='MV5LZ4XYDJ' where id=8; -update noar ti set v0='MV5LZ4XYDJ' where id=8; -update noar tt set b1='5T' where id=8; -update noar ti set b1='5T' where id=8; -update noar tt set v0='NHS2853EAA' where id=8; -update noar ti set v0='NHS2853EAA' where id=8; -update noar tt set b2='H7F8K8NZOFTNW6X1VJ6LAC' where id=8; -update noar ti set b2='H7F8K8NZOFTNW6X1VJ6LAC' where id=8; -update noar tt set v0='0AE69HV' where id=9; -update noar ti set v0='0AE69HV' where id=9; -update noar tt set b0='RSKND4QZZ8U98W80Q' where id=9; -update noar ti set b0='RSKND4QZZ8U98W80Q' where id=9; -update noar tt set v0='417IGVZ8QR8ER9Q2U' where id=9; -update noar ti set v0='417IGVZ8QR8ER9Q2U' where id=9; -update noar tt set b1='ABR1A1MUSQHULUDYEP7NVNC9ZJ5' where id=9; -update noar ti set b1='ABR1A1MUSQHULUDYEP7NVNC9ZJ5' where id=9; -update noar tt set v0='PQRCI081DPZJGQYNV8KZHN' where id=9; -update noar ti set v0='PQRCI081DPZJGQYNV8KZHN' where id=9; -update noar tt set b2='505DPHW1EXFMR' where id=9; -update noar ti set b2='505DPHW1EXFMR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WDHRS33KNLU32YXJP21A768C' where id=1; -update noar ti set v0='WDHRS33KNLU32YXJP21A768C' where id=1; -update noar tt set b0='MT48Z8JVYERY' where id=1; -update noar ti set b0='MT48Z8JVYERY' where id=1; -update noar tt set v0='IBO854VLI1' where id=1; -update noar ti set v0='IBO854VLI1' where id=1; -update noar tt set b1='MOZBITZUWASZ9JYCMX80' where id=1; -update noar ti set b1='MOZBITZUWASZ9JYCMX80' where id=1; -update noar tt set v0='RIF9NKVN88ENLI75WZ2OXDL92EQQWIW' where id=1; -update noar ti set v0='RIF9NKVN88ENLI75WZ2OXDL92EQQWIW' where id=1; -update noar tt set b2='K8SXDWAT7' where id=1; -update noar ti set b2='K8SXDWAT7' where id=1; -update noar tt set v0='X22TLC9EGL16' where id=2; -update noar ti set v0='X22TLC9EGL16' where id=2; -update noar tt set b0='08L4YG2DL6QRHQ0XO9S84GR' where id=2; -update noar ti set b0='08L4YG2DL6QRHQ0XO9S84GR' where id=2; -update noar tt set v0='ILB75339J325GRXFYRFFWWN9WEDA3' where id=2; -update noar ti set v0='ILB75339J325GRXFYRFFWWN9WEDA3' where id=2; -update noar tt set b1='MIYQRPKROHMWFRPBJH8Z9TFC' where id=2; -update noar ti set b1='MIYQRPKROHMWFRPBJH8Z9TFC' where id=2; -update noar tt set v0='VGZMHDKLJD4' where id=2; -update noar ti set v0='VGZMHDKLJD4' where id=2; -update noar tt set b2='1' where id=2; -update noar ti set b2='1' where id=2; -update noar tt set v0='9TJW89D1O' where id=3; -update noar ti set v0='9TJW89D1O' where id=3; -update noar tt set b0='ADJJ0Q417KDF39P96SLWHVTALR1X' where id=3; -update noar ti set b0='ADJJ0Q417KDF39P96SLWHVTALR1X' where id=3; -update noar tt set v0='P2V' where id=3; -update noar ti set v0='P2V' where id=3; -update noar tt set b1='BMQN6LGMA96C381159TO5AP9K' where id=3; -update noar ti set b1='BMQN6LGMA96C381159TO5AP9K' where id=3; -update noar tt set v0='XHA42IO' where id=3; -update noar ti set v0='XHA42IO' where id=3; -update noar tt set b2='P2W54ORD96LT3SNG84F1' where id=3; -update noar ti set b2='P2W54ORD96LT3SNG84F1' where id=3; -update noar tt set v0='NGGBXXO71SJZOTSQXI1NG6UCHCN91' where id=4; -update noar ti set v0='NGGBXXO71SJZOTSQXI1NG6UCHCN91' where id=4; -update noar tt set b0='L1ZPXHQ1JL' where id=4; -update noar ti set b0='L1ZPXHQ1JL' where id=4; -update noar tt set v0='O6BD1XKCK5FBOY6H54ETMMRN6' where id=4; -update noar ti set v0='O6BD1XKCK5FBOY6H54ETMMRN6' where id=4; -update noar tt set b1='UH3BS8VNNKX3ASL9' where id=4; -update noar ti set b1='UH3BS8VNNKX3ASL9' where id=4; -update noar tt set v0='GPBTD6L8RYD5QCIPK6VD3HZ8IGTUGA' where id=4; -update noar ti set v0='GPBTD6L8RYD5QCIPK6VD3HZ8IGTUGA' where id=4; -update noar tt set b2='9AZIG1SYZ9HG' where id=4; -update noar ti set b2='9AZIG1SYZ9HG' where id=4; -update noar tt set v0='NNZLTH' where id=5; -update noar ti set v0='NNZLTH' where id=5; -update noar tt set b0='94BZ3UMM7SWIRCHEDYFII' where id=5; -update noar ti set b0='94BZ3UMM7SWIRCHEDYFII' where id=5; -update noar tt set v0='HY2UPSP89T4BENWNM21FV5FQDLC' where id=5; -update noar ti set v0='HY2UPSP89T4BENWNM21FV5FQDLC' where id=5; -update noar tt set b1='I1TDJM' where id=5; -update noar ti set b1='I1TDJM' where id=5; -update noar tt set v0='CG6EOB89HUB7RA6RI64JK4O' where id=5; -update noar ti set v0='CG6EOB89HUB7RA6RI64JK4O' where id=5; -update noar tt set b2='ALSO4' where id=5; -update noar ti set b2='ALSO4' where id=5; -update noar tt set v0='UAB5AOOZLXNN7BXTEBDB' where id=6; -update noar ti set v0='UAB5AOOZLXNN7BXTEBDB' where id=6; -update noar tt set b0='I7' where id=6; -update noar ti set b0='I7' where id=6; -update noar tt set v0='8AEU5SN6QL4HZ3ZRY52GX2LBJIL' where id=6; -update noar ti set v0='8AEU5SN6QL4HZ3ZRY52GX2LBJIL' where id=6; -update noar tt set b1='UEPO6' where id=6; -update noar ti set b1='UEPO6' where id=6; -update noar tt set v0='CRK9W1DT' where id=6; -update noar ti set v0='CRK9W1DT' where id=6; -update noar tt set b2='P9Y7TLVVIFW8' where id=6; -update noar ti set b2='P9Y7TLVVIFW8' where id=6; -update noar tt set v0='XT5J63Z5H38I3TQWP3WDUO355V1J' where id=7; -update noar ti set v0='XT5J63Z5H38I3TQWP3WDUO355V1J' where id=7; -update noar tt set b0='20YY3GGQH2Z' where id=7; -update noar ti set b0='20YY3GGQH2Z' where id=7; -update noar tt set v0='ZE09IM92WRDK4FLPU73B8MYQ8KEFZB' where id=7; -update noar ti set v0='ZE09IM92WRDK4FLPU73B8MYQ8KEFZB' where id=7; -update noar tt set b1='LQ72X3FWAC2XW5KJDC3IU9PAUJVR4' where id=7; -update noar ti set b1='LQ72X3FWAC2XW5KJDC3IU9PAUJVR4' where id=7; -update noar tt set v0='U' where id=7; -update noar ti set v0='U' where id=7; -update noar tt set b2='2ROGFED5' where id=7; -update noar ti set b2='2ROGFED5' where id=7; -update noar tt set v0='ZONDL0IBOLZDU9H273IVP74YMNOI3BS9' where id=8; -update noar ti set v0='ZONDL0IBOLZDU9H273IVP74YMNOI3BS9' where id=8; -update noar tt set b0='6O25X1RVAIHQ' where id=8; -update noar ti set b0='6O25X1RVAIHQ' where id=8; -update noar tt set v0='6ZD6IJP43TW' where id=8; -update noar ti set v0='6ZD6IJP43TW' where id=8; -update noar tt set b1='6I0S1FVOFA8RB0' where id=8; -update noar ti set b1='6I0S1FVOFA8RB0' where id=8; -update noar tt set v0='RLXHM9HN2LM7T026A05ITRDTV' where id=8; -update noar ti set v0='RLXHM9HN2LM7T026A05ITRDTV' where id=8; -update noar tt set b2='WGT957DVXGCAA7HT' where id=8; -update noar ti set b2='WGT957DVXGCAA7HT' where id=8; -update noar tt set v0='PASDGS5HN57VJM2UMWJ388' where id=9; -update noar ti set v0='PASDGS5HN57VJM2UMWJ388' where id=9; -update noar tt set b0='R3HCKR5HHB7G591NWRUHM0' where id=9; -update noar ti set b0='R3HCKR5HHB7G591NWRUHM0' where id=9; -update noar tt set v0='3Q4UCD7DOJJ1DQFRTEUVZU4IFB' where id=9; -update noar ti set v0='3Q4UCD7DOJJ1DQFRTEUVZU4IFB' where id=9; -update noar tt set b1='SCW0N5NDPKB0NHK9TJ' where id=9; -update noar ti set b1='SCW0N5NDPKB0NHK9TJ' where id=9; -update noar tt set v0='2YAYTWYB2XF3RBQYMSA78X5WRCWS' where id=9; -update noar ti set v0='2YAYTWYB2XF3RBQYMSA78X5WRCWS' where id=9; -update noar tt set b2='U8W5KH07VVXYT4LRTUAFIPCVII7YPS8F' where id=9; -update noar ti set b2='U8W5KH07VVXYT4LRTUAFIPCVII7YPS8F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NTBA40QD64OZI9SOUMH' where id=1; -update noar ti set v0='NTBA40QD64OZI9SOUMH' where id=1; -update noar tt set b0='Q4LM' where id=1; -update noar ti set b0='Q4LM' where id=1; -update noar tt set v0='UD6C9R8TS93UM62PGW51KV78' where id=1; -update noar ti set v0='UD6C9R8TS93UM62PGW51KV78' where id=1; -update noar tt set b1='WTU0GJ3QIS4M' where id=1; -update noar ti set b1='WTU0GJ3QIS4M' where id=1; -update noar tt set v0='0AJU' where id=1; -update noar ti set v0='0AJU' where id=1; -update noar tt set b2='U803RIBS0KKX3VXBW' where id=1; -update noar ti set b2='U803RIBS0KKX3VXBW' where id=1; -update noar tt set v0='XW82C4PGSSYF8A85Z3TB8LTH07GU' where id=2; -update noar ti set v0='XW82C4PGSSYF8A85Z3TB8LTH07GU' where id=2; -update noar tt set b0='6CWV' where id=2; -update noar ti set b0='6CWV' where id=2; -update noar tt set v0='CPE' where id=2; -update noar ti set v0='CPE' where id=2; -update noar tt set b1='09I17I8ZA4O33EXT4ANNMA0Y5' where id=2; -update noar ti set b1='09I17I8ZA4O33EXT4ANNMA0Y5' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='OABDSQSZ14' where id=2; -update noar ti set b2='OABDSQSZ14' where id=2; -update noar tt set v0='LKZ7QI0PERNZQY' where id=3; -update noar ti set v0='LKZ7QI0PERNZQY' where id=3; -update noar tt set b0='RUPT58G4NO9KBTDLO2T7AM7T' where id=3; -update noar ti set b0='RUPT58G4NO9KBTDLO2T7AM7T' where id=3; -update noar tt set v0='1E4REOGM52K' where id=3; -update noar ti set v0='1E4REOGM52K' where id=3; -update noar tt set b1='HYO3NDK2' where id=3; -update noar ti set b1='HYO3NDK2' where id=3; -update noar tt set v0='SC1Z' where id=3; -update noar ti set v0='SC1Z' where id=3; -update noar tt set b2='0' where id=3; -update noar ti set b2='0' where id=3; -update noar tt set v0='C' where id=4; -update noar ti set v0='C' where id=4; -update noar tt set b0='ARJMG8ZXXRKLDXZ' where id=4; -update noar ti set b0='ARJMG8ZXXRKLDXZ' where id=4; -update noar tt set v0='ZP1R308EZ87A82Q' where id=4; -update noar ti set v0='ZP1R308EZ87A82Q' where id=4; -update noar tt set b1='GN6BS59HGGAGDO' where id=4; -update noar ti set b1='GN6BS59HGGAGDO' where id=4; -update noar tt set v0='4DXJ8N43JPC57LX1A8T3OSM28KI' where id=4; -update noar ti set v0='4DXJ8N43JPC57LX1A8T3OSM28KI' where id=4; -update noar tt set b2='G8YQXBW25N' where id=4; -update noar ti set b2='G8YQXBW25N' where id=4; -update noar tt set v0='2679RC1V' where id=5; -update noar ti set v0='2679RC1V' where id=5; -update noar tt set b0='BBOF' where id=5; -update noar ti set b0='BBOF' where id=5; -update noar tt set v0='E2HNQTT8I' where id=5; -update noar ti set v0='E2HNQTT8I' where id=5; -update noar tt set b1='1AHUEVCVNZVQYVO7SX2VZE5' where id=5; -update noar ti set b1='1AHUEVCVNZVQYVO7SX2VZE5' where id=5; -update noar tt set v0='PXAWT9OF9D' where id=5; -update noar ti set v0='PXAWT9OF9D' where id=5; -update noar tt set b2='RUAFNTPYGD3JQGOVWLHLBP8KI' where id=5; -update noar ti set b2='RUAFNTPYGD3JQGOVWLHLBP8KI' where id=5; -update noar tt set v0='6QR3JYQHJLY6MCTG3BLZZ3K4TMJVGE6' where id=6; -update noar ti set v0='6QR3JYQHJLY6MCTG3BLZZ3K4TMJVGE6' where id=6; -update noar tt set b0='C80B6B4RRADS9XYF97LD4XOG' where id=6; -update noar ti set b0='C80B6B4RRADS9XYF97LD4XOG' where id=6; -update noar tt set v0='PJKX0YZ4SSIL' where id=6; -update noar ti set v0='PJKX0YZ4SSIL' where id=6; -update noar tt set b1='HWGFOS06UTONKW7MA9GAC1TXDZZM37PJ' where id=6; -update noar ti set b1='HWGFOS06UTONKW7MA9GAC1TXDZZM37PJ' where id=6; -update noar tt set v0='G' where id=6; -update noar ti set v0='G' where id=6; -update noar tt set b2='H3LS006JS4' where id=6; -update noar ti set b2='H3LS006JS4' where id=6; -update noar tt set v0='94KUF' where id=7; -update noar ti set v0='94KUF' where id=7; -update noar tt set b0='MH3ETLZNK4HLK68QAQZRRNO5' where id=7; -update noar ti set b0='MH3ETLZNK4HLK68QAQZRRNO5' where id=7; -update noar tt set v0='SPAFV9SF4ZQTUSGFRFF1A9' where id=7; -update noar ti set v0='SPAFV9SF4ZQTUSGFRFF1A9' where id=7; -update noar tt set b1='2' where id=7; -update noar ti set b1='2' where id=7; -update noar tt set v0='35RV386OX75TTP' where id=7; -update noar ti set v0='35RV386OX75TTP' where id=7; -update noar tt set b2='T3JEQU9QQ6P1XSXK3SJ6I' where id=7; -update noar ti set b2='T3JEQU9QQ6P1XSXK3SJ6I' where id=7; -update noar tt set v0='J8KONOV8F4PE' where id=8; -update noar ti set v0='J8KONOV8F4PE' where id=8; -update noar tt set b0='DA56BXX0MSX6PZDCI3IE' where id=8; -update noar ti set b0='DA56BXX0MSX6PZDCI3IE' where id=8; -update noar tt set v0='LDHS1OLTXTVZA852X' where id=8; -update noar ti set v0='LDHS1OLTXTVZA852X' where id=8; -update noar tt set b1='244JSQ3DWZ4B6ICJO2YUANJPZ' where id=8; -update noar ti set b1='244JSQ3DWZ4B6ICJO2YUANJPZ' where id=8; -update noar tt set v0='93QP6V6E5R21NZFPEN7JC' where id=8; -update noar ti set v0='93QP6V6E5R21NZFPEN7JC' where id=8; -update noar tt set b2='TIQQF5TEZ' where id=8; -update noar ti set b2='TIQQF5TEZ' where id=8; -update noar tt set v0='58JV6TXHDF4W62HWKHEUSZMZ' where id=9; -update noar ti set v0='58JV6TXHDF4W62HWKHEUSZMZ' where id=9; -update noar tt set b0='Y917I60YNKO2V7DERIC0OGE62J9RR' where id=9; -update noar ti set b0='Y917I60YNKO2V7DERIC0OGE62J9RR' where id=9; -update noar tt set v0='0UHU3' where id=9; -update noar ti set v0='0UHU3' where id=9; -update noar tt set b1='Z5U4DA9C8E2FSF2MSG0KJ' where id=9; -update noar ti set b1='Z5U4DA9C8E2FSF2MSG0KJ' where id=9; -update noar tt set v0='7G34N83XULZK89V8MKVKHJEY' where id=9; -update noar ti set v0='7G34N83XULZK89V8MKVKHJEY' where id=9; -update noar tt set b2='708DN748AGPTIB4YK' where id=9; -update noar ti set b2='708DN748AGPTIB4YK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TU6AGUZJNNAZ7MW2N2UQ' where id=1; -update noar ti set v0='TU6AGUZJNNAZ7MW2N2UQ' where id=1; -update noar tt set b0='FL9RXSX' where id=1; -update noar ti set b0='FL9RXSX' where id=1; -update noar tt set v0='3K58VLTO58QYNOJNLHCV3LNZS' where id=1; -update noar ti set v0='3K58VLTO58QYNOJNLHCV3LNZS' where id=1; -update noar tt set b1='NN19J06QIO0UI8' where id=1; -update noar ti set b1='NN19J06QIO0UI8' where id=1; -update noar tt set v0='0671GVZ45D' where id=1; -update noar ti set v0='0671GVZ45D' where id=1; -update noar tt set b2='VOQLA6NMSO7XKGF6Y4CMS' where id=1; -update noar ti set b2='VOQLA6NMSO7XKGF6Y4CMS' where id=1; -update noar tt set v0='4MQ27LH8MN1F1DC9HZMDIMOKX0P' where id=2; -update noar ti set v0='4MQ27LH8MN1F1DC9HZMDIMOKX0P' where id=2; -update noar tt set b0='DGOOLVFI1' where id=2; -update noar ti set b0='DGOOLVFI1' where id=2; -update noar tt set v0='GJPSHLI' where id=2; -update noar ti set v0='GJPSHLI' where id=2; -update noar tt set b1='BZOXOYVV4BDOERKF4UY' where id=2; -update noar ti set b1='BZOXOYVV4BDOERKF4UY' where id=2; -update noar tt set v0='9BT3K9GY6LUSENS0J6UVDQQ5IGO' where id=2; -update noar ti set v0='9BT3K9GY6LUSENS0J6UVDQQ5IGO' where id=2; -update noar tt set b2='0DFSFATOIB' where id=2; -update noar ti set b2='0DFSFATOIB' where id=2; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b0='ETKXJ9P0V138UQLZ6' where id=3; -update noar ti set b0='ETKXJ9P0V138UQLZ6' where id=3; -update noar tt set v0='GYE2910FGUIVYQDYI663P4LW2LK3S' where id=3; -update noar ti set v0='GYE2910FGUIVYQDYI663P4LW2LK3S' where id=3; -update noar tt set b1='L' where id=3; -update noar ti set b1='L' where id=3; -update noar tt set v0='VAARRI' where id=3; -update noar ti set v0='VAARRI' where id=3; -update noar tt set b2='A' where id=3; -update noar ti set b2='A' where id=3; -update noar tt set v0='HWUE5JK9PRW27NAZV' where id=4; -update noar ti set v0='HWUE5JK9PRW27NAZV' where id=4; -update noar tt set b0='J5XQ6ISFQGK0MCXS3' where id=4; -update noar ti set b0='J5XQ6ISFQGK0MCXS3' where id=4; -update noar tt set v0='Z5STV9X' where id=4; -update noar ti set v0='Z5STV9X' where id=4; -update noar tt set b1='SEUNDD' where id=4; -update noar ti set b1='SEUNDD' where id=4; -update noar tt set v0='TQ0RW9DNG' where id=4; -update noar ti set v0='TQ0RW9DNG' where id=4; -update noar tt set b2='TPG9ZBD5S38EB' where id=4; -update noar ti set b2='TPG9ZBD5S38EB' where id=4; -update noar tt set v0='Y026IPMF3FPDEVS8DRU' where id=5; -update noar ti set v0='Y026IPMF3FPDEVS8DRU' where id=5; -update noar tt set b0='E4F0GXRULUMQ4CD8X08F50NJ' where id=5; -update noar ti set b0='E4F0GXRULUMQ4CD8X08F50NJ' where id=5; -update noar tt set v0='Q8ITIU8FFQMY8VI8YAIYX9JE473' where id=5; -update noar ti set v0='Q8ITIU8FFQMY8VI8YAIYX9JE473' where id=5; -update noar tt set b1='B85Z57UMWSFJLIIRM18FL4153L3' where id=5; -update noar ti set b1='B85Z57UMWSFJLIIRM18FL4153L3' where id=5; -update noar tt set v0='NE6IRZS' where id=5; -update noar ti set v0='NE6IRZS' where id=5; -update noar tt set b2='GKMVZB26W90COI5NIYXQ4G9IS9H5O1' where id=5; -update noar ti set b2='GKMVZB26W90COI5NIYXQ4G9IS9H5O1' where id=5; -update noar tt set v0='KC41VLR3T0' where id=6; -update noar ti set v0='KC41VLR3T0' where id=6; -update noar tt set b0='FLBLCNSV' where id=6; -update noar ti set b0='FLBLCNSV' where id=6; -update noar tt set v0='5ME6W4JJSG5GPTTPNK2TCURNWP' where id=6; -update noar ti set v0='5ME6W4JJSG5GPTTPNK2TCURNWP' where id=6; -update noar tt set b1='UA11OKFXPVQERX2GT3NQ1ZKF' where id=6; -update noar ti set b1='UA11OKFXPVQERX2GT3NQ1ZKF' where id=6; -update noar tt set v0='4B7FQBLJEU9KMAE7RHCJU8' where id=6; -update noar ti set v0='4B7FQBLJEU9KMAE7RHCJU8' where id=6; -update noar tt set b2='W60F2' where id=6; -update noar ti set b2='W60F2' where id=6; -update noar tt set v0='M' where id=7; -update noar ti set v0='M' where id=7; -update noar tt set b0='4W' where id=7; -update noar ti set b0='4W' where id=7; -update noar tt set v0='6FEVIL132IP5NS' where id=7; -update noar ti set v0='6FEVIL132IP5NS' where id=7; -update noar tt set b1='2PREOOKF7I' where id=7; -update noar ti set b1='2PREOOKF7I' where id=7; -update noar tt set v0='CD3DF9GLUASVAW1H' where id=7; -update noar ti set v0='CD3DF9GLUASVAW1H' where id=7; -update noar tt set b2='CGPUGUIZO7IPE' where id=7; -update noar ti set b2='CGPUGUIZO7IPE' where id=7; -update noar tt set v0='695UXWCGK' where id=8; -update noar ti set v0='695UXWCGK' where id=8; -update noar tt set b0='JOVPMBRAQF' where id=8; -update noar ti set b0='JOVPMBRAQF' where id=8; -update noar tt set v0='FC6NCXPX7TCMV42ODDUFK5UT6F7Q' where id=8; -update noar ti set v0='FC6NCXPX7TCMV42ODDUFK5UT6F7Q' where id=8; -update noar tt set b1='ETOJUFCE2YVPNBX7J' where id=8; -update noar ti set b1='ETOJUFCE2YVPNBX7J' where id=8; -update noar tt set v0='2' where id=8; -update noar ti set v0='2' where id=8; -update noar tt set b2='B7L9C6VIY9H94QVAADP6XXF6NSO' where id=8; -update noar ti set b2='B7L9C6VIY9H94QVAADP6XXF6NSO' where id=8; -update noar tt set v0='6KGBP' where id=9; -update noar ti set v0='6KGBP' where id=9; -update noar tt set b0='MFJNPF81H' where id=9; -update noar ti set b0='MFJNPF81H' where id=9; -update noar tt set v0='QHZ1CW3VWA' where id=9; -update noar ti set v0='QHZ1CW3VWA' where id=9; -update noar tt set b1='60HGFVDQ9' where id=9; -update noar ti set b1='60HGFVDQ9' where id=9; -update noar tt set v0='7JXN5T3AEDJKU2H3MW8' where id=9; -update noar ti set v0='7JXN5T3AEDJKU2H3MW8' where id=9; -update noar tt set b2='A9' where id=9; -update noar ti set b2='A9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ML14I87M52OI3LOV' where id=1; -update noar ti set v0='ML14I87M52OI3LOV' where id=1; -update noar tt set b0='T2LNXF' where id=1; -update noar ti set b0='T2LNXF' where id=1; -update noar tt set v0='COW30MX' where id=1; -update noar ti set v0='COW30MX' where id=1; -update noar tt set b1='56GS6CYR054HPMAGJ4RH7J' where id=1; -update noar ti set b1='56GS6CYR054HPMAGJ4RH7J' where id=1; -update noar tt set v0='O8V74TFYBTIJY5HBNFZRK' where id=1; -update noar ti set v0='O8V74TFYBTIJY5HBNFZRK' where id=1; -update noar tt set b2='R2HV8TFSBPO9H25DZC4NDJNBKBK' where id=1; -update noar ti set b2='R2HV8TFSBPO9H25DZC4NDJNBKBK' where id=1; -update noar tt set v0='0M945P8TLQCZA5' where id=2; -update noar ti set v0='0M945P8TLQCZA5' where id=2; -update noar tt set b0='TMQSAXK3O6CV2VWUN8EGU' where id=2; -update noar ti set b0='TMQSAXK3O6CV2VWUN8EGU' where id=2; -update noar tt set v0='2BL1YR8ICTX9QJ91Y1P0V0S0FLXCAE' where id=2; -update noar ti set v0='2BL1YR8ICTX9QJ91Y1P0V0S0FLXCAE' where id=2; -update noar tt set b1='CSP8Y9V9E84MJLYWIYPF25JG87L0II' where id=2; -update noar ti set b1='CSP8Y9V9E84MJLYWIYPF25JG87L0II' where id=2; -update noar tt set v0='QNY1AVCIOXDBR0' where id=2; -update noar ti set v0='QNY1AVCIOXDBR0' where id=2; -update noar tt set b2='KP1CKU61O697A01X1EBIHXJ' where id=2; -update noar ti set b2='KP1CKU61O697A01X1EBIHXJ' where id=2; -update noar tt set v0='R95XHB9Z4X' where id=3; -update noar ti set v0='R95XHB9Z4X' where id=3; -update noar tt set b0='W978LDZMI4MB' where id=3; -update noar ti set b0='W978LDZMI4MB' where id=3; -update noar tt set v0='P5F1OZWC0LD38GND4D6I4M4URG3J2R' where id=3; -update noar ti set v0='P5F1OZWC0LD38GND4D6I4M4URG3J2R' where id=3; -update noar tt set b1='QXAQYTQZI' where id=3; -update noar ti set b1='QXAQYTQZI' where id=3; -update noar tt set v0='E7BQ2O7FO169' where id=3; -update noar ti set v0='E7BQ2O7FO169' where id=3; -update noar tt set b2='QE79JY1OL6F8SBI698' where id=3; -update noar ti set b2='QE79JY1OL6F8SBI698' where id=3; -update noar tt set v0='731ZKG3HSTTV5Q3C' where id=4; -update noar ti set v0='731ZKG3HSTTV5Q3C' where id=4; -update noar tt set b0='YQRTSFL4I6VQT9YSPP9ZUX63VVPCJ' where id=4; -update noar ti set b0='YQRTSFL4I6VQT9YSPP9ZUX63VVPCJ' where id=4; -update noar tt set v0='L3HTQW1NYIC0JVIW07' where id=4; -update noar ti set v0='L3HTQW1NYIC0JVIW07' where id=4; -update noar tt set b1='QNQT640' where id=4; -update noar ti set b1='QNQT640' where id=4; -update noar tt set v0='9EN0UFDTMKH9Z8QXMC6GIO' where id=4; -update noar ti set v0='9EN0UFDTMKH9Z8QXMC6GIO' where id=4; -update noar tt set b2='Q2AJ9GTIIEGIP4XYJXGUZGMSU' where id=4; -update noar ti set b2='Q2AJ9GTIIEGIP4XYJXGUZGMSU' where id=4; -update noar tt set v0='MSRAE8U85OQ6DH4GR' where id=5; -update noar ti set v0='MSRAE8U85OQ6DH4GR' where id=5; -update noar tt set b0='WKM' where id=5; -update noar ti set b0='WKM' where id=5; -update noar tt set v0='TC3S69MW6Y' where id=5; -update noar ti set v0='TC3S69MW6Y' where id=5; -update noar tt set b1='VPFE729THU' where id=5; -update noar ti set b1='VPFE729THU' where id=5; -update noar tt set v0='RQPXLU' where id=5; -update noar ti set v0='RQPXLU' where id=5; -update noar tt set b2='DPQ5VOOHOQH991K91M' where id=5; -update noar ti set b2='DPQ5VOOHOQH991K91M' where id=5; -update noar tt set v0='578R66NDCDOTU7K3E6Q' where id=6; -update noar ti set v0='578R66NDCDOTU7K3E6Q' where id=6; -update noar tt set b0='NL3QLUXO30S9YS8U84E23MVDYFIHZI' where id=6; -update noar ti set b0='NL3QLUXO30S9YS8U84E23MVDYFIHZI' where id=6; -update noar tt set v0='UND1DXNIOZ3A3XXBJLP' where id=6; -update noar ti set v0='UND1DXNIOZ3A3XXBJLP' where id=6; -update noar tt set b1='XKRDXYOAD7C7JG12QWG8E' where id=6; -update noar ti set b1='XKRDXYOAD7C7JG12QWG8E' where id=6; -update noar tt set v0='Y0XWR' where id=6; -update noar ti set v0='Y0XWR' where id=6; -update noar tt set b2='CFVG5P6V32N0BQB' where id=6; -update noar ti set b2='CFVG5P6V32N0BQB' where id=6; -update noar tt set v0='A0JJQPEMKG9I0YM8RQ0S0W' where id=7; -update noar ti set v0='A0JJQPEMKG9I0YM8RQ0S0W' where id=7; -update noar tt set b0='J616TJ3PI' where id=7; -update noar ti set b0='J616TJ3PI' where id=7; -update noar tt set v0='TEW3GCB8J7NELIG8BFNO44BU61E4' where id=7; -update noar ti set v0='TEW3GCB8J7NELIG8BFNO44BU61E4' where id=7; -update noar tt set b1='SD7JBTBO4MFD' where id=7; -update noar ti set b1='SD7JBTBO4MFD' where id=7; -update noar tt set v0='0E4S75CQ' where id=7; -update noar ti set v0='0E4S75CQ' where id=7; -update noar tt set b2='TYPD5454GII' where id=7; -update noar ti set b2='TYPD5454GII' where id=7; -update noar tt set v0='7B3DJPI7UW986UWKMNW9SF0MKDEEWT' where id=8; -update noar ti set v0='7B3DJPI7UW986UWKMNW9SF0MKDEEWT' where id=8; -update noar tt set b0='U' where id=8; -update noar ti set b0='U' where id=8; -update noar tt set v0='RRHU3ZNOK3TECPWR8M4PKTGZBN2TQ' where id=8; -update noar ti set v0='RRHU3ZNOK3TECPWR8M4PKTGZBN2TQ' where id=8; -update noar tt set b1='IF5Q7D7386XB5W702' where id=8; -update noar ti set b1='IF5Q7D7386XB5W702' where id=8; -update noar tt set v0='HZOWIY1VLZ2RMP' where id=8; -update noar ti set v0='HZOWIY1VLZ2RMP' where id=8; -update noar tt set b2='2E' where id=8; -update noar ti set b2='2E' where id=8; -update noar tt set v0='D70ZQ2CR172AUAH9' where id=9; -update noar ti set v0='D70ZQ2CR172AUAH9' where id=9; -update noar tt set b0='U84LRLN262APJLEUPBEBDHY' where id=9; -update noar ti set b0='U84LRLN262APJLEUPBEBDHY' where id=9; -update noar tt set v0='RHCMI' where id=9; -update noar ti set v0='RHCMI' where id=9; -update noar tt set b1='MWM' where id=9; -update noar ti set b1='MWM' where id=9; -update noar tt set v0='UFHKTSEXQ67JF8HUYH1DTB' where id=9; -update noar ti set v0='UFHKTSEXQ67JF8HUYH1DTB' where id=9; -update noar tt set b2='MDU8' where id=9; -update noar ti set b2='MDU8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1VRMFX4G4AFLE4E5MY80XC5' where id=1; -update noar ti set v0='1VRMFX4G4AFLE4E5MY80XC5' where id=1; -update noar tt set b0='95WWKVA6F9FI8Q' where id=1; -update noar ti set b0='95WWKVA6F9FI8Q' where id=1; -update noar tt set v0='Q92TF1A61BHBRNJS7EXPI2I6' where id=1; -update noar ti set v0='Q92TF1A61BHBRNJS7EXPI2I6' where id=1; -update noar tt set b1='6TQB8PLTSONSD5TSE5NWM' where id=1; -update noar ti set b1='6TQB8PLTSONSD5TSE5NWM' where id=1; -update noar tt set v0='7QEMA86' where id=1; -update noar ti set v0='7QEMA86' where id=1; -update noar tt set b2='45QK8EPONXV' where id=1; -update noar ti set b2='45QK8EPONXV' where id=1; -update noar tt set v0='WZUKY9G5QH1KS4O05TN9QS5HZVJU6FQ' where id=2; -update noar ti set v0='WZUKY9G5QH1KS4O05TN9QS5HZVJU6FQ' where id=2; -update noar tt set b0='Z5OFP9S8' where id=2; -update noar ti set b0='Z5OFP9S8' where id=2; -update noar tt set v0='TU3STU3KUFBCFYIRYWEU' where id=2; -update noar ti set v0='TU3STU3KUFBCFYIRYWEU' where id=2; -update noar tt set b1='BRE0DWJNFEWE9YRH' where id=2; -update noar ti set b1='BRE0DWJNFEWE9YRH' where id=2; -update noar tt set v0='J7IEQE5703' where id=2; -update noar ti set v0='J7IEQE5703' where id=2; -update noar tt set b2='C107VTIDCQ8' where id=2; -update noar ti set b2='C107VTIDCQ8' where id=2; -update noar tt set v0='TCQLXXI8L80Z51K3C52O1P42SK4HD' where id=3; -update noar ti set v0='TCQLXXI8L80Z51K3C52O1P42SK4HD' where id=3; -update noar tt set b0='NSR9322' where id=3; -update noar ti set b0='NSR9322' where id=3; -update noar tt set v0='ZUZPG4LPXP723W5XIP3E6WEPVJAV' where id=3; -update noar ti set v0='ZUZPG4LPXP723W5XIP3E6WEPVJAV' where id=3; -update noar tt set b1='01PAEMGO52JMRX3EQQQPDQJ' where id=3; -update noar ti set b1='01PAEMGO52JMRX3EQQQPDQJ' where id=3; -update noar tt set v0='EK47LGXJP7731RW5V4Y' where id=3; -update noar ti set v0='EK47LGXJP7731RW5V4Y' where id=3; -update noar tt set b2='TEQLRLO0I72QHO1QMBI6DVKX1I' where id=3; -update noar ti set b2='TEQLRLO0I72QHO1QMBI6DVKX1I' where id=3; -update noar tt set v0='93OREX1ON9856K418AN8THCUHBO9VKC' where id=4; -update noar ti set v0='93OREX1ON9856K418AN8THCUHBO9VKC' where id=4; -update noar tt set b0='H21OQD37G4AVZDPEQ' where id=4; -update noar ti set b0='H21OQD37G4AVZDPEQ' where id=4; -update noar tt set v0='01FX4KUTJAN7' where id=4; -update noar ti set v0='01FX4KUTJAN7' where id=4; -update noar tt set b1='S' where id=4; -update noar ti set b1='S' where id=4; -update noar tt set v0='N8W' where id=4; -update noar ti set v0='N8W' where id=4; -update noar tt set b2='C67OG9AQW2XHSX788EC8M7F6QCM' where id=4; -update noar ti set b2='C67OG9AQW2XHSX788EC8M7F6QCM' where id=4; -update noar tt set v0='K6LC3SY0XEENCU4K6ZZ' where id=5; -update noar ti set v0='K6LC3SY0XEENCU4K6ZZ' where id=5; -update noar tt set b0='0974UPAJ3XD891G0' where id=5; -update noar ti set b0='0974UPAJ3XD891G0' where id=5; -update noar tt set v0='5BKCZY9NSXADUMATIWDY' where id=5; -update noar ti set v0='5BKCZY9NSXADUMATIWDY' where id=5; -update noar tt set b1='4T055CZ9LV8JJSWRNQBY379G' where id=5; -update noar ti set b1='4T055CZ9LV8JJSWRNQBY379G' where id=5; -update noar tt set v0='Z8VLTI10CF49ZQWN3' where id=5; -update noar ti set v0='Z8VLTI10CF49ZQWN3' where id=5; -update noar tt set b2='E7KJVJ33LKFN' where id=5; -update noar ti set b2='E7KJVJ33LKFN' where id=5; -update noar tt set v0='TZF1F8LC9NF3XGPMEGYJOP5YA' where id=6; -update noar ti set v0='TZF1F8LC9NF3XGPMEGYJOP5YA' where id=6; -update noar tt set b0='Y1HFKWOK2H7E6FQOIFXM3L3PDH9718J' where id=6; -update noar ti set b0='Y1HFKWOK2H7E6FQOIFXM3L3PDH9718J' where id=6; -update noar tt set v0='X4LTQQIHHNBXYLEUQ89C528Z76' where id=6; -update noar ti set v0='X4LTQQIHHNBXYLEUQ89C528Z76' where id=6; -update noar tt set b1='PSI9VQIR0IGSZ5KYE5QH164X' where id=6; -update noar ti set b1='PSI9VQIR0IGSZ5KYE5QH164X' where id=6; -update noar tt set v0='B8CYNXMT0RY75ZZMJN' where id=6; -update noar ti set v0='B8CYNXMT0RY75ZZMJN' where id=6; -update noar tt set b2='PAO8I6IZL5VGPUMB2TICK86C9UE00' where id=6; -update noar ti set b2='PAO8I6IZL5VGPUMB2TICK86C9UE00' where id=6; -update noar tt set v0='GGHTK97KZU34ISSAS7' where id=7; -update noar ti set v0='GGHTK97KZU34ISSAS7' where id=7; -update noar tt set b0='JRDP0EG' where id=7; -update noar ti set b0='JRDP0EG' where id=7; -update noar tt set v0='AF71GQ22W2Y5GYZT8EU4XKWHVHWBB' where id=7; -update noar ti set v0='AF71GQ22W2Y5GYZT8EU4XKWHVHWBB' where id=7; -update noar tt set b1='L1V93SPN2HITIYAN6P77YC' where id=7; -update noar ti set b1='L1V93SPN2HITIYAN6P77YC' where id=7; -update noar tt set v0='0RAPR9TJY' where id=7; -update noar ti set v0='0RAPR9TJY' where id=7; -update noar tt set b2='UPN14PREIP49OWNVE0' where id=7; -update noar ti set b2='UPN14PREIP49OWNVE0' where id=7; -update noar tt set v0='VQHCIUT0L87M8I5U06PJ' where id=8; -update noar ti set v0='VQHCIUT0L87M8I5U06PJ' where id=8; -update noar tt set b0='L7RBJILG0TX4QL2' where id=8; -update noar ti set b0='L7RBJILG0TX4QL2' where id=8; -update noar tt set v0='Z3ZW2I4VVBS5JD70Z48R6C7' where id=8; -update noar ti set v0='Z3ZW2I4VVBS5JD70Z48R6C7' where id=8; -update noar tt set b1='2DZKW' where id=8; -update noar ti set b1='2DZKW' where id=8; -update noar tt set v0='52KZVFC596F1WJNAKYE9CX25' where id=8; -update noar ti set v0='52KZVFC596F1WJNAKYE9CX25' where id=8; -update noar tt set b2='WEBHH5442FRO7W93AKRFLKP0' where id=8; -update noar ti set b2='WEBHH5442FRO7W93AKRFLKP0' where id=8; -update noar tt set v0='DZX0S0Q' where id=9; -update noar ti set v0='DZX0S0Q' where id=9; -update noar tt set b0='PCI0KO7' where id=9; -update noar ti set b0='PCI0KO7' where id=9; -update noar tt set v0='30RGI' where id=9; -update noar ti set v0='30RGI' where id=9; -update noar tt set b1='40SDA' where id=9; -update noar ti set b1='40SDA' where id=9; -update noar tt set v0='SZ16SPALTGY95V1QK3VWPYJXPZOHM' where id=9; -update noar ti set v0='SZ16SPALTGY95V1QK3VWPYJXPZOHM' where id=9; -update noar tt set b2='AEMV' where id=9; -update noar ti set b2='AEMV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2W15VZFAGXO1IC20U6K3SN8' where id=1; -update noar ti set v0='2W15VZFAGXO1IC20U6K3SN8' where id=1; -update noar tt set b0='8EF9STP63WTU0KLDZYIH8UW0675OP7CV' where id=1; -update noar ti set b0='8EF9STP63WTU0KLDZYIH8UW0675OP7CV' where id=1; -update noar tt set v0='9Y1PSK6UUVNV8BYG0YIDEP2Q7BY' where id=1; -update noar ti set v0='9Y1PSK6UUVNV8BYG0YIDEP2Q7BY' where id=1; -update noar tt set b1='2AFZH5L727JLNJ8KZL36F9' where id=1; -update noar ti set b1='2AFZH5L727JLNJ8KZL36F9' where id=1; -update noar tt set v0='BIQB6B7FHO' where id=1; -update noar ti set v0='BIQB6B7FHO' where id=1; -update noar tt set b2='GL6LI1VFUX5IH' where id=1; -update noar ti set b2='GL6LI1VFUX5IH' where id=1; -update noar tt set v0='0PWUOCW9D37V21PQCSVP49FR' where id=2; -update noar ti set v0='0PWUOCW9D37V21PQCSVP49FR' where id=2; -update noar tt set b0='E0KJHOP8OJ0ENAJT' where id=2; -update noar ti set b0='E0KJHOP8OJ0ENAJT' where id=2; -update noar tt set v0='N3DOFVD7SJSY975RY53ZLC2CIZ6W' where id=2; -update noar ti set v0='N3DOFVD7SJSY975RY53ZLC2CIZ6W' where id=2; -update noar tt set b1='1CUKK1JN2WM0NLZ8' where id=2; -update noar ti set b1='1CUKK1JN2WM0NLZ8' where id=2; -update noar tt set v0='7K82' where id=2; -update noar ti set v0='7K82' where id=2; -update noar tt set b2='OOTEM3T1FZPX4D697UOEY5QX' where id=2; -update noar ti set b2='OOTEM3T1FZPX4D697UOEY5QX' where id=2; -update noar tt set v0='62HM5Y6NQTGHLEVYLZGIJ' where id=3; -update noar ti set v0='62HM5Y6NQTGHLEVYLZGIJ' where id=3; -update noar tt set b0='86V67W2YUT' where id=3; -update noar ti set b0='86V67W2YUT' where id=3; -update noar tt set v0='P' where id=3; -update noar ti set v0='P' where id=3; -update noar tt set b1='O5RQZC' where id=3; -update noar ti set b1='O5RQZC' where id=3; -update noar tt set v0='945WIBXTP57Y' where id=3; -update noar ti set v0='945WIBXTP57Y' where id=3; -update noar tt set b2='8SKKNV1X48PYBW' where id=3; -update noar ti set b2='8SKKNV1X48PYBW' where id=3; -update noar tt set v0='O1454YCYQHV4LOE1JYI' where id=4; -update noar ti set v0='O1454YCYQHV4LOE1JYI' where id=4; -update noar tt set b0='VG' where id=4; -update noar ti set b0='VG' where id=4; -update noar tt set v0='3R0ORL518D133GW7RGUD1JU8L' where id=4; -update noar ti set v0='3R0ORL518D133GW7RGUD1JU8L' where id=4; -update noar tt set b1='R1CKQ46TYP66UY8G' where id=4; -update noar ti set b1='R1CKQ46TYP66UY8G' where id=4; -update noar tt set v0='B8J8X695GO46DTG72M4MD0CUCSOXJ7J' where id=4; -update noar ti set v0='B8J8X695GO46DTG72M4MD0CUCSOXJ7J' where id=4; -update noar tt set b2='U4JE' where id=4; -update noar ti set b2='U4JE' where id=4; -update noar tt set v0='DVVZN8SWPMJA51SH69TM' where id=5; -update noar ti set v0='DVVZN8SWPMJA51SH69TM' where id=5; -update noar tt set b0='7WAOKHFI0TTXPMT10T5NFW5' where id=5; -update noar ti set b0='7WAOKHFI0TTXPMT10T5NFW5' where id=5; -update noar tt set v0='85VVXM0YGWDTT051NDPSVR2R6O' where id=5; -update noar ti set v0='85VVXM0YGWDTT051NDPSVR2R6O' where id=5; -update noar tt set b1='2BAZF' where id=5; -update noar ti set b1='2BAZF' where id=5; -update noar tt set v0='A1Z9ULRVF5LIXAYC6NC8J6K0PYM1DPP' where id=5; -update noar ti set v0='A1Z9ULRVF5LIXAYC6NC8J6K0PYM1DPP' where id=5; -update noar tt set b2='FV0L1XNPL8PKXJJ7F' where id=5; -update noar ti set b2='FV0L1XNPL8PKXJJ7F' where id=5; -update noar tt set v0='7MNF3R3DB2I051ETSS1K57' where id=6; -update noar ti set v0='7MNF3R3DB2I051ETSS1K57' where id=6; -update noar tt set b0='PHTK3TVC5DV1KRTKY4AMVY793' where id=6; -update noar ti set b0='PHTK3TVC5DV1KRTKY4AMVY793' where id=6; -update noar tt set v0='Z7QR3SPPNVA7ZWWNCMFYKOC' where id=6; -update noar ti set v0='Z7QR3SPPNVA7ZWWNCMFYKOC' where id=6; -update noar tt set b1='4P8ESDAC4UL' where id=6; -update noar ti set b1='4P8ESDAC4UL' where id=6; -update noar tt set v0='AYHVDJ9Z69E68F8G1I82BZQF' where id=6; -update noar ti set v0='AYHVDJ9Z69E68F8G1I82BZQF' where id=6; -update noar tt set b2='B7G7E9ZZJEO2LK66A' where id=6; -update noar ti set b2='B7G7E9ZZJEO2LK66A' where id=6; -update noar tt set v0='SHS2CK4' where id=7; -update noar ti set v0='SHS2CK4' where id=7; -update noar tt set b0='9FMVEOKOHMDLHXPP' where id=7; -update noar ti set b0='9FMVEOKOHMDLHXPP' where id=7; -update noar tt set v0='EWEL' where id=7; -update noar ti set v0='EWEL' where id=7; -update noar tt set b1='53NGDLL6TPJ' where id=7; -update noar ti set b1='53NGDLL6TPJ' where id=7; -update noar tt set v0='BCJP0' where id=7; -update noar ti set v0='BCJP0' where id=7; -update noar tt set b2='GMEY' where id=7; -update noar ti set b2='GMEY' where id=7; -update noar tt set v0='6DMI660WV9OQ0H7YO7YNRFP8UMOJA8NJ' where id=8; -update noar ti set v0='6DMI660WV9OQ0H7YO7YNRFP8UMOJA8NJ' where id=8; -update noar tt set b0='YZPW8BPV4K25EII9QH72P1' where id=8; -update noar ti set b0='YZPW8BPV4K25EII9QH72P1' where id=8; -update noar tt set v0='JGE0' where id=8; -update noar ti set v0='JGE0' where id=8; -update noar tt set b1='5D5EM68LJM8NOT0APW1VW56MPT' where id=8; -update noar ti set b1='5D5EM68LJM8NOT0APW1VW56MPT' where id=8; -update noar tt set v0='R2I5CBP4OPLTOO9LI3O' where id=8; -update noar ti set v0='R2I5CBP4OPLTOO9LI3O' where id=8; -update noar tt set b2='9RL6EL0WFKYGLGQR26' where id=8; -update noar ti set b2='9RL6EL0WFKYGLGQR26' where id=8; -update noar tt set v0='GBNPRCQ2ZGKE7KWD25D087JLSK1SEG3' where id=9; -update noar ti set v0='GBNPRCQ2ZGKE7KWD25D087JLSK1SEG3' where id=9; -update noar tt set b0='02VBYZ4TEGFVJ6953O7500B5UI13NZ' where id=9; -update noar ti set b0='02VBYZ4TEGFVJ6953O7500B5UI13NZ' where id=9; -update noar tt set v0='ACZS0HW6KVOPED80B' where id=9; -update noar ti set v0='ACZS0HW6KVOPED80B' where id=9; -update noar tt set b1='65L4NEL' where id=9; -update noar ti set b1='65L4NEL' where id=9; -update noar tt set v0='RR93HUL3GKJK4H59F' where id=9; -update noar ti set v0='RR93HUL3GKJK4H59F' where id=9; -update noar tt set b2='KEXJK79LG6Z7SQVON9OGBIFHDH882' where id=9; -update noar ti set b2='KEXJK79LG6Z7SQVON9OGBIFHDH882' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KB7NNFEPFGD30AN5' where id=1; -update noar ti set v0='KB7NNFEPFGD30AN5' where id=1; -update noar tt set b0='HM33PSO674GLJB2NSXDY3VYEIRA7C1' where id=1; -update noar ti set b0='HM33PSO674GLJB2NSXDY3VYEIRA7C1' where id=1; -update noar tt set v0='0G1GH0BHIFS2JC62VY6XXPETSNYQI89' where id=1; -update noar ti set v0='0G1GH0BHIFS2JC62VY6XXPETSNYQI89' where id=1; -update noar tt set b1='QTQK1OM2RRCECOB9PJ2KZ' where id=1; -update noar ti set b1='QTQK1OM2RRCECOB9PJ2KZ' where id=1; -update noar tt set v0='0WZ8SVUCDJQFV7E5X6JAQEYFZN5XE' where id=1; -update noar ti set v0='0WZ8SVUCDJQFV7E5X6JAQEYFZN5XE' where id=1; -update noar tt set b2='BPDGHY' where id=1; -update noar ti set b2='BPDGHY' where id=1; -update noar tt set v0='FQUCKXGA' where id=2; -update noar ti set v0='FQUCKXGA' where id=2; -update noar tt set b0='4DWH' where id=2; -update noar ti set b0='4DWH' where id=2; -update noar tt set v0='ZZGNZV' where id=2; -update noar ti set v0='ZZGNZV' where id=2; -update noar tt set b1='Y9C3MRKYGBB9WLADG9' where id=2; -update noar ti set b1='Y9C3MRKYGBB9WLADG9' where id=2; -update noar tt set v0='AWCYQGFU2L92560YWRYH42Z' where id=2; -update noar ti set v0='AWCYQGFU2L92560YWRYH42Z' where id=2; -update noar tt set b2='N4S' where id=2; -update noar ti set b2='N4S' where id=2; -update noar tt set v0='I0DW85196WMNH03Q33PF2L6VQGKV3' where id=3; -update noar ti set v0='I0DW85196WMNH03Q33PF2L6VQGKV3' where id=3; -update noar tt set b0='LNPO' where id=3; -update noar ti set b0='LNPO' where id=3; -update noar tt set v0='QB5OKN4BP8E9' where id=3; -update noar ti set v0='QB5OKN4BP8E9' where id=3; -update noar tt set b1='AN7N10DQ31LVRQF9E5ZMN5TYHRU162W' where id=3; -update noar ti set b1='AN7N10DQ31LVRQF9E5ZMN5TYHRU162W' where id=3; -update noar tt set v0='HOL454K4D4PN' where id=3; -update noar ti set v0='HOL454K4D4PN' where id=3; -update noar tt set b2='8EKNE77L5LIZQ' where id=3; -update noar ti set b2='8EKNE77L5LIZQ' where id=3; -update noar tt set v0='E232C91K3JZSREE1U' where id=4; -update noar ti set v0='E232C91K3JZSREE1U' where id=4; -update noar tt set b0='LHRPTQVPOVMJV3' where id=4; -update noar ti set b0='LHRPTQVPOVMJV3' where id=4; -update noar tt set v0='S1GT6D3Z2IERK1TU88K2CUG30D6A4' where id=4; -update noar ti set v0='S1GT6D3Z2IERK1TU88K2CUG30D6A4' where id=4; -update noar tt set b1='JZ49KQ9FPJWOA45Y' where id=4; -update noar ti set b1='JZ49KQ9FPJWOA45Y' where id=4; -update noar tt set v0='ADD4RRT' where id=4; -update noar ti set v0='ADD4RRT' where id=4; -update noar tt set b2='KJC1YB8A' where id=4; -update noar ti set b2='KJC1YB8A' where id=4; -update noar tt set v0='7BPQZJG8VNYA4LH' where id=5; -update noar ti set v0='7BPQZJG8VNYA4LH' where id=5; -update noar tt set b0='29AN65ZZ6C2TO05YUGM8NREB3YT7I' where id=5; -update noar ti set b0='29AN65ZZ6C2TO05YUGM8NREB3YT7I' where id=5; -update noar tt set v0='K26EJK6SD8Z38E0C' where id=5; -update noar ti set v0='K26EJK6SD8Z38E0C' where id=5; -update noar tt set b1='XRT0QPQK4QJMYQF4MKG58P' where id=5; -update noar ti set b1='XRT0QPQK4QJMYQF4MKG58P' where id=5; -update noar tt set v0='AIZQ7FSGEWH7OPWSFKG2D' where id=5; -update noar ti set v0='AIZQ7FSGEWH7OPWSFKG2D' where id=5; -update noar tt set b2='JKZCGQL6P3IMWUHOY8Z2HARF' where id=5; -update noar ti set b2='JKZCGQL6P3IMWUHOY8Z2HARF' where id=5; -update noar tt set v0='CQ' where id=6; -update noar ti set v0='CQ' where id=6; -update noar tt set b0='58HUYQY8B2MABOG4' where id=6; -update noar ti set b0='58HUYQY8B2MABOG4' where id=6; -update noar tt set v0='PS0HAVDN8RH' where id=6; -update noar ti set v0='PS0HAVDN8RH' where id=6; -update noar tt set b1='N3CP3PP1S8DQWJCZW4EUWJD68Y' where id=6; -update noar ti set b1='N3CP3PP1S8DQWJCZW4EUWJD68Y' where id=6; -update noar tt set v0='02WB2K89S0JD4CFTKMKV' where id=6; -update noar ti set v0='02WB2K89S0JD4CFTKMKV' where id=6; -update noar tt set b2='CHFMR6F387X5LZLH2RMKXNTY0N0XIH' where id=6; -update noar ti set b2='CHFMR6F387X5LZLH2RMKXNTY0N0XIH' where id=6; -update noar tt set v0='HVNT8ORVFHSWZ382K1D7Q8WWIHSVUI' where id=7; -update noar ti set v0='HVNT8ORVFHSWZ382K1D7Q8WWIHSVUI' where id=7; -update noar tt set b0='4820B5WHWAKY' where id=7; -update noar ti set b0='4820B5WHWAKY' where id=7; -update noar tt set v0='QJBZZWA8054FOQENMYA7EM05U' where id=7; -update noar ti set v0='QJBZZWA8054FOQENMYA7EM05U' where id=7; -update noar tt set b1='DBU55XYF' where id=7; -update noar ti set b1='DBU55XYF' where id=7; -update noar tt set v0='FKS68V' where id=7; -update noar ti set v0='FKS68V' where id=7; -update noar tt set b2='HR7ZOPG2AGXHD6EGWGJW8PZT5FZ3' where id=7; -update noar ti set b2='HR7ZOPG2AGXHD6EGWGJW8PZT5FZ3' where id=7; -update noar tt set v0='X8RD' where id=8; -update noar ti set v0='X8RD' where id=8; -update noar tt set b0='ESSZY48XWLJXWBO9914EI0EM7JN' where id=8; -update noar ti set b0='ESSZY48XWLJXWBO9914EI0EM7JN' where id=8; -update noar tt set v0='5KTRQOQER14ZGDSVUFR4J6K4ZZASRO32' where id=8; -update noar ti set v0='5KTRQOQER14ZGDSVUFR4J6K4ZZASRO32' where id=8; -update noar tt set b1='LVC13F6' where id=8; -update noar ti set b1='LVC13F6' where id=8; -update noar tt set v0='PAVVSO76NPBUAZE4QXEF4' where id=8; -update noar ti set v0='PAVVSO76NPBUAZE4QXEF4' where id=8; -update noar tt set b2='QB2RXEPZ7UWINA677EIS3E02B0W3H19A' where id=8; -update noar ti set b2='QB2RXEPZ7UWINA677EIS3E02B0W3H19A' where id=8; -update noar tt set v0='VVVCTAITDEJHR3EQ6Z0M' where id=9; -update noar ti set v0='VVVCTAITDEJHR3EQ6Z0M' where id=9; -update noar tt set b0='7Y2Y21FL1MOZD7OAV580P5I' where id=9; -update noar ti set b0='7Y2Y21FL1MOZD7OAV580P5I' where id=9; -update noar tt set v0='PC7YS2BJ8I8ETJ7K8D647RGVUOAA4T' where id=9; -update noar ti set v0='PC7YS2BJ8I8ETJ7K8D647RGVUOAA4T' where id=9; -update noar tt set b1='6X5SUSZ7J4LIO9TJ31C629ZBZQ5LT' where id=9; -update noar ti set b1='6X5SUSZ7J4LIO9TJ31C629ZBZQ5LT' where id=9; -update noar tt set v0='6OSYYISFEW37TE' where id=9; -update noar ti set v0='6OSYYISFEW37TE' where id=9; -update noar tt set b2='AU4V744OWFIATF00E7WFHT' where id=9; -update noar ti set b2='AU4V744OWFIATF00E7WFHT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5RAQUY' where id=1; -update noar ti set v0='5RAQUY' where id=1; -update noar tt set b0='PDYSWCEONZER' where id=1; -update noar ti set b0='PDYSWCEONZER' where id=1; -update noar tt set v0='RT1W2I6N6L7FE5FN' where id=1; -update noar ti set v0='RT1W2I6N6L7FE5FN' where id=1; -update noar tt set b1='ZE' where id=1; -update noar ti set b1='ZE' where id=1; -update noar tt set v0='LI4EQR4LRI26X5TG06YL9DQ' where id=1; -update noar ti set v0='LI4EQR4LRI26X5TG06YL9DQ' where id=1; -update noar tt set b2='WTBVKL9M8J6LA' where id=1; -update noar ti set b2='WTBVKL9M8J6LA' where id=1; -update noar tt set v0='J13WWK7MCA' where id=2; -update noar ti set v0='J13WWK7MCA' where id=2; -update noar tt set b0='S' where id=2; -update noar ti set b0='S' where id=2; -update noar tt set v0='IUZCTB13WJCPZIL6OK7YRV7QF0XRF090' where id=2; -update noar ti set v0='IUZCTB13WJCPZIL6OK7YRV7QF0XRF090' where id=2; -update noar tt set b1='2UQ2U5BHGQUO0TG5' where id=2; -update noar ti set b1='2UQ2U5BHGQUO0TG5' where id=2; -update noar tt set v0='LI8F3G0SJODO3Y' where id=2; -update noar ti set v0='LI8F3G0SJODO3Y' where id=2; -update noar tt set b2='QNG3Q9AXRNH3IN1T4V' where id=2; -update noar ti set b2='QNG3Q9AXRNH3IN1T4V' where id=2; -update noar tt set v0='7A7VMT3260TBMEEOJ1GKN' where id=3; -update noar ti set v0='7A7VMT3260TBMEEOJ1GKN' where id=3; -update noar tt set b0='Y7' where id=3; -update noar ti set b0='Y7' where id=3; -update noar tt set v0='0LHVCF9EVYL5' where id=3; -update noar ti set v0='0LHVCF9EVYL5' where id=3; -update noar tt set b1='LR4NJ0' where id=3; -update noar ti set b1='LR4NJ0' where id=3; -update noar tt set v0='N784Z87F5EZ8XRQ' where id=3; -update noar ti set v0='N784Z87F5EZ8XRQ' where id=3; -update noar tt set b2='XUQU9JZ789P' where id=3; -update noar ti set b2='XUQU9JZ789P' where id=3; -update noar tt set v0='T5097HTJOUECSV4MA11LNILA47S4' where id=4; -update noar ti set v0='T5097HTJOUECSV4MA11LNILA47S4' where id=4; -update noar tt set b0='BOJIMD1NI78B' where id=4; -update noar ti set b0='BOJIMD1NI78B' where id=4; -update noar tt set v0='5LCKAANXHBAF18B1K' where id=4; -update noar ti set v0='5LCKAANXHBAF18B1K' where id=4; -update noar tt set b1='Q94N8AJHT9' where id=4; -update noar ti set b1='Q94N8AJHT9' where id=4; -update noar tt set v0='DXLTI183PJLSM1DNTPDOV' where id=4; -update noar ti set v0='DXLTI183PJLSM1DNTPDOV' where id=4; -update noar tt set b2='1I1Q7ANREC' where id=4; -update noar ti set b2='1I1Q7ANREC' where id=4; -update noar tt set v0='6KSXNGN5EOREL9' where id=5; -update noar ti set v0='6KSXNGN5EOREL9' where id=5; -update noar tt set b0='6XWD45L6SE0KOQSHQ25ZLSG5Q1' where id=5; -update noar ti set b0='6XWD45L6SE0KOQSHQ25ZLSG5Q1' where id=5; -update noar tt set v0='8Y321P6' where id=5; -update noar ti set v0='8Y321P6' where id=5; -update noar tt set b1='05P' where id=5; -update noar ti set b1='05P' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b2='9LH195JEGW9TY0K9HFO3' where id=5; -update noar ti set b2='9LH195JEGW9TY0K9HFO3' where id=5; -update noar tt set v0='WHQ9P6JPQ6AEUOS661OW187HA757TYNY' where id=6; -update noar ti set v0='WHQ9P6JPQ6AEUOS661OW187HA757TYNY' where id=6; -update noar tt set b0='5YIFUMY9FN7' where id=6; -update noar ti set b0='5YIFUMY9FN7' where id=6; -update noar tt set v0='6F4Z0HU8ZJLEP5MNX0OX' where id=6; -update noar ti set v0='6F4Z0HU8ZJLEP5MNX0OX' where id=6; -update noar tt set b1='17YBZ9N' where id=6; -update noar ti set b1='17YBZ9N' where id=6; -update noar tt set v0='SXBC549EQOCE' where id=6; -update noar ti set v0='SXBC549EQOCE' where id=6; -update noar tt set b2='A6UGNGV4RLTPT6KV4D8W' where id=6; -update noar ti set b2='A6UGNGV4RLTPT6KV4D8W' where id=6; -update noar tt set v0='VQ7SSCUM1A9NRCT9Q' where id=7; -update noar ti set v0='VQ7SSCUM1A9NRCT9Q' where id=7; -update noar tt set b0='XZVPF9XQO6RZPHXAIWYCANXB2YMD' where id=7; -update noar ti set b0='XZVPF9XQO6RZPHXAIWYCANXB2YMD' where id=7; -update noar tt set v0='TPXWN6G2JUKH7K1AFIN3JXVL' where id=7; -update noar ti set v0='TPXWN6G2JUKH7K1AFIN3JXVL' where id=7; -update noar tt set b1='ITXCSQGBCPB4H8964PVM6' where id=7; -update noar ti set b1='ITXCSQGBCPB4H8964PVM6' where id=7; -update noar tt set v0='8N82MIQXQTQRVQ9EZK2FF81OYEIH' where id=7; -update noar ti set v0='8N82MIQXQTQRVQ9EZK2FF81OYEIH' where id=7; -update noar tt set b2='9TU66KR2O411WN' where id=7; -update noar ti set b2='9TU66KR2O411WN' where id=7; -update noar tt set v0='8PZEVNMGRINNDE' where id=8; -update noar ti set v0='8PZEVNMGRINNDE' where id=8; -update noar tt set b0='RP' where id=8; -update noar ti set b0='RP' where id=8; -update noar tt set v0='CPE0M5UJWR0LJNXC' where id=8; -update noar ti set v0='CPE0M5UJWR0LJNXC' where id=8; -update noar tt set b1='4SINDZR9PVFA8EV35HBG7N' where id=8; -update noar ti set b1='4SINDZR9PVFA8EV35HBG7N' where id=8; -update noar tt set v0='0IUD1QG' where id=8; -update noar ti set v0='0IUD1QG' where id=8; -update noar tt set b2='8XB67B5M' where id=8; -update noar ti set b2='8XB67B5M' where id=8; -update noar tt set v0='VALP9O' where id=9; -update noar ti set v0='VALP9O' where id=9; -update noar tt set b0='F0' where id=9; -update noar ti set b0='F0' where id=9; -update noar tt set v0='IJ9EA919X' where id=9; -update noar ti set v0='IJ9EA919X' where id=9; -update noar tt set b1='WB9XJK9L1WG2S3D4CCKADWWSQ0' where id=9; -update noar ti set b1='WB9XJK9L1WG2S3D4CCKADWWSQ0' where id=9; -update noar tt set v0='PB0T1ONB3VMV49VP704KWX0EXO' where id=9; -update noar ti set v0='PB0T1ONB3VMV49VP704KWX0EXO' where id=9; -update noar tt set b2='OT' where id=9; -update noar ti set b2='OT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LFO6J9LUCSDMJ9KO6DE6QQA' where id=1; -update noar ti set v0='LFO6J9LUCSDMJ9KO6DE6QQA' where id=1; -update noar tt set b0='HP1UH3I8E921KJQHJPBIRJE1Q0' where id=1; -update noar ti set b0='HP1UH3I8E921KJQHJPBIRJE1Q0' where id=1; -update noar tt set v0='RBGFPQA' where id=1; -update noar ti set v0='RBGFPQA' where id=1; -update noar tt set b1='MW5TZKCIXC8LEH1' where id=1; -update noar ti set b1='MW5TZKCIXC8LEH1' where id=1; -update noar tt set v0='5ZUA5ENER506ZMBIIA66DP91' where id=1; -update noar ti set v0='5ZUA5ENER506ZMBIIA66DP91' where id=1; -update noar tt set b2='A5PK3C44I2E' where id=1; -update noar ti set b2='A5PK3C44I2E' where id=1; -update noar tt set v0='VZKPMUB5ERASO1OZUMHH05DH' where id=2; -update noar ti set v0='VZKPMUB5ERASO1OZUMHH05DH' where id=2; -update noar tt set b0='D0NF45PFAURFIO6QVIAR1V9Y9WJUW' where id=2; -update noar ti set b0='D0NF45PFAURFIO6QVIAR1V9Y9WJUW' where id=2; -update noar tt set v0='W55OHMMA7YGNXDM9Z3YHIX7U4KXU3' where id=2; -update noar ti set v0='W55OHMMA7YGNXDM9Z3YHIX7U4KXU3' where id=2; -update noar tt set b1='D2BV6AT541R3QSPJQLNBQQ7BE31TCTZU' where id=2; -update noar ti set b1='D2BV6AT541R3QSPJQLNBQQ7BE31TCTZU' where id=2; -update noar tt set v0='9SITWNATENASOMPBGTA6' where id=2; -update noar ti set v0='9SITWNATENASOMPBGTA6' where id=2; -update noar tt set b2='U5KN6JV' where id=2; -update noar ti set b2='U5KN6JV' where id=2; -update noar tt set v0='4AZC0LR5YTQDH0780SWTF1G' where id=3; -update noar ti set v0='4AZC0LR5YTQDH0780SWTF1G' where id=3; -update noar tt set b0='J8VHEVVO' where id=3; -update noar ti set b0='J8VHEVVO' where id=3; -update noar tt set v0='7IM' where id=3; -update noar ti set v0='7IM' where id=3; -update noar tt set b1='U816FOYS' where id=3; -update noar ti set b1='U816FOYS' where id=3; -update noar tt set v0='0PTO9VCHOC7' where id=3; -update noar ti set v0='0PTO9VCHOC7' where id=3; -update noar tt set b2='AAQ' where id=3; -update noar ti set b2='AAQ' where id=3; -update noar tt set v0='1VTVFGJ8YDKFSKL41SW9' where id=4; -update noar ti set v0='1VTVFGJ8YDKFSKL41SW9' where id=4; -update noar tt set b0='9WHQZPZVMY5852X' where id=4; -update noar ti set b0='9WHQZPZVMY5852X' where id=4; -update noar tt set v0='3R936A7QG76F29' where id=4; -update noar ti set v0='3R936A7QG76F29' where id=4; -update noar tt set b1='GBOUZUXI00115FAVGV37ZL2RIJIK6I' where id=4; -update noar ti set b1='GBOUZUXI00115FAVGV37ZL2RIJIK6I' where id=4; -update noar tt set v0='LHVZKVLE0' where id=4; -update noar ti set v0='LHVZKVLE0' where id=4; -update noar tt set b2='PVD3A7HFZFZ74IEM3ZV0WL7O7T' where id=4; -update noar ti set b2='PVD3A7HFZFZ74IEM3ZV0WL7O7T' where id=4; -update noar tt set v0='UOMIE5BI4ASD' where id=5; -update noar ti set v0='UOMIE5BI4ASD' where id=5; -update noar tt set b0='GR' where id=5; -update noar ti set b0='GR' where id=5; -update noar tt set v0='6RDPF0C8QIJK7GLJG0WNW7V4LR3UMNK' where id=5; -update noar ti set v0='6RDPF0C8QIJK7GLJG0WNW7V4LR3UMNK' where id=5; -update noar tt set b1='AILNU53' where id=5; -update noar ti set b1='AILNU53' where id=5; -update noar tt set v0='OCUVH5L74DYX7FJKPHE2BVL' where id=5; -update noar ti set v0='OCUVH5L74DYX7FJKPHE2BVL' where id=5; -update noar tt set b2='3S8OJDXQIZX2D6ISY4Z352GCOR2SN' where id=5; -update noar ti set b2='3S8OJDXQIZX2D6ISY4Z352GCOR2SN' where id=5; -update noar tt set v0='1QQGMJYOOU6S067CKX' where id=6; -update noar ti set v0='1QQGMJYOOU6S067CKX' where id=6; -update noar tt set b0='L6KX28HGI3QCN8D8K0COPCL3Y1OO5V7' where id=6; -update noar ti set b0='L6KX28HGI3QCN8D8K0COPCL3Y1OO5V7' where id=6; -update noar tt set v0='OXNGWK0D' where id=6; -update noar ti set v0='OXNGWK0D' where id=6; -update noar tt set b1='L2O8MRM9IQ' where id=6; -update noar ti set b1='L2O8MRM9IQ' where id=6; -update noar tt set v0='KUB6QUNG8HF7' where id=6; -update noar ti set v0='KUB6QUNG8HF7' where id=6; -update noar tt set b2='NH7T9Z2YW9V' where id=6; -update noar ti set b2='NH7T9Z2YW9V' where id=6; -update noar tt set v0='8EUWNWJJBYQ' where id=7; -update noar ti set v0='8EUWNWJJBYQ' where id=7; -update noar tt set b0='EI27UT8EEF4DPTD3PJS9YQ1TQVL' where id=7; -update noar ti set b0='EI27UT8EEF4DPTD3PJS9YQ1TQVL' where id=7; -update noar tt set v0='8T5M2VQL8DRNKE9NPV3' where id=7; -update noar ti set v0='8T5M2VQL8DRNKE9NPV3' where id=7; -update noar tt set b1='BIVGNZ270YUUGWZF' where id=7; -update noar ti set b1='BIVGNZ270YUUGWZF' where id=7; -update noar tt set v0='RBDOR8F27YUR6B' where id=7; -update noar ti set v0='RBDOR8F27YUR6B' where id=7; -update noar tt set b2='T8G0UQV2FFA1J2DMH5TFTJGAG' where id=7; -update noar ti set b2='T8G0UQV2FFA1J2DMH5TFTJGAG' where id=7; -update noar tt set v0='W0Q68WXLP' where id=8; -update noar ti set v0='W0Q68WXLP' where id=8; -update noar tt set b0='PYC' where id=8; -update noar ti set b0='PYC' where id=8; -update noar tt set v0='N9I5SB3KJD6Z87X7GC40UMUEOLMVI' where id=8; -update noar ti set v0='N9I5SB3KJD6Z87X7GC40UMUEOLMVI' where id=8; -update noar tt set b1='WLJAO1WQE6' where id=8; -update noar ti set b1='WLJAO1WQE6' where id=8; -update noar tt set v0='F89YEUYOT3RY413X6Z9RBG0UL05H5Y0' where id=8; -update noar ti set v0='F89YEUYOT3RY413X6Z9RBG0UL05H5Y0' where id=8; -update noar tt set b2='ABXDN951SMBYK1HJIHE2AU5EXB2XCVP2' where id=8; -update noar ti set b2='ABXDN951SMBYK1HJIHE2AU5EXB2XCVP2' where id=8; -update noar tt set v0='232' where id=9; -update noar ti set v0='232' where id=9; -update noar tt set b0='9YX5O1CY26QL63OCD288PJFT6U1' where id=9; -update noar ti set b0='9YX5O1CY26QL63OCD288PJFT6U1' where id=9; -update noar tt set v0='MC68RVH1J96EZK89NAKZBMBJ50WSWY' where id=9; -update noar ti set v0='MC68RVH1J96EZK89NAKZBMBJ50WSWY' where id=9; -update noar tt set b1='28OSL1M5NDHP48VWBF1FYYCR1ZN9O' where id=9; -update noar ti set b1='28OSL1M5NDHP48VWBF1FYYCR1ZN9O' where id=9; -update noar tt set v0='5SYHN8JCZBH5ARMLEI' where id=9; -update noar ti set v0='5SYHN8JCZBH5ARMLEI' where id=9; -update noar tt set b2='CDVZL1LR3UZEHCRR' where id=9; -update noar ti set b2='CDVZL1LR3UZEHCRR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BWP0' where id=1; -update noar ti set v0='0BWP0' where id=1; -update noar tt set b0='SGA' where id=1; -update noar ti set b0='SGA' where id=1; -update noar tt set v0='A8VSWYDJLGTX19M35PMCOSMV1ENIO0' where id=1; -update noar ti set v0='A8VSWYDJLGTX19M35PMCOSMV1ENIO0' where id=1; -update noar tt set b1='H58D9MOWNNZD5QDT' where id=1; -update noar ti set b1='H58D9MOWNNZD5QDT' where id=1; -update noar tt set v0='977V76KUAY4ZP52OOEMR0Q' where id=1; -update noar ti set v0='977V76KUAY4ZP52OOEMR0Q' where id=1; -update noar tt set b2='U5UT8HSNUKLTNG' where id=1; -update noar ti set b2='U5UT8HSNUKLTNG' where id=1; -update noar tt set v0='JR3OTPUDTD6JDW5M9KA22J' where id=2; -update noar ti set v0='JR3OTPUDTD6JDW5M9KA22J' where id=2; -update noar tt set b0='IPS6IJ5UJVQF' where id=2; -update noar ti set b0='IPS6IJ5UJVQF' where id=2; -update noar tt set v0='JYTX' where id=2; -update noar ti set v0='JYTX' where id=2; -update noar tt set b1='D0' where id=2; -update noar ti set b1='D0' where id=2; -update noar tt set v0='BAHUFJ8LWHPITWIHUV7WNL08O50FBA6J' where id=2; -update noar ti set v0='BAHUFJ8LWHPITWIHUV7WNL08O50FBA6J' where id=2; -update noar tt set b2='OXS9M6IHACX0T3E2Y6VG3N5T5UEA7' where id=2; -update noar ti set b2='OXS9M6IHACX0T3E2Y6VG3N5T5UEA7' where id=2; -update noar tt set v0='TB6JGCA1JSUK7GF4RUBBXG' where id=3; -update noar ti set v0='TB6JGCA1JSUK7GF4RUBBXG' where id=3; -update noar tt set b0='PG4AL8PCFDW0S84N' where id=3; -update noar ti set b0='PG4AL8PCFDW0S84N' where id=3; -update noar tt set v0='94TVPUOBVA266HK87ZGSP1M8W1P5GA' where id=3; -update noar ti set v0='94TVPUOBVA266HK87ZGSP1M8W1P5GA' where id=3; -update noar tt set b1='IQWYNVVP' where id=3; -update noar ti set b1='IQWYNVVP' where id=3; -update noar tt set v0='7P4MG6PZK6EE6TMMEVAJEVGCLPOKHSN' where id=3; -update noar ti set v0='7P4MG6PZK6EE6TMMEVAJEVGCLPOKHSN' where id=3; -update noar tt set b2='SRJF0WZPPW4L' where id=3; -update noar ti set b2='SRJF0WZPPW4L' where id=3; -update noar tt set v0='UKMLTWAK0KQJM73W0EO1B' where id=4; -update noar ti set v0='UKMLTWAK0KQJM73W0EO1B' where id=4; -update noar tt set b0='8Q5GOWZVNIT3T' where id=4; -update noar ti set b0='8Q5GOWZVNIT3T' where id=4; -update noar tt set v0='7YE8' where id=4; -update noar ti set v0='7YE8' where id=4; -update noar tt set b1='295AY9U2' where id=4; -update noar ti set b1='295AY9U2' where id=4; -update noar tt set v0='M36S9OMALWBMN' where id=4; -update noar ti set v0='M36S9OMALWBMN' where id=4; -update noar tt set b2='LEA5QF6IZZV8VJ7CBPKIOW8K5' where id=4; -update noar ti set b2='LEA5QF6IZZV8VJ7CBPKIOW8K5' where id=4; -update noar tt set v0='ARHJH1T2YE2EKK0OA69' where id=5; -update noar ti set v0='ARHJH1T2YE2EKK0OA69' where id=5; -update noar tt set b0='9NXOTRT6ZE7ET7N' where id=5; -update noar ti set b0='9NXOTRT6ZE7ET7N' where id=5; -update noar tt set v0='9Y' where id=5; -update noar ti set v0='9Y' where id=5; -update noar tt set b1='U7J9X28TW6C0E8Z62BL455TPX' where id=5; -update noar ti set b1='U7J9X28TW6C0E8Z62BL455TPX' where id=5; -update noar tt set v0='V282' where id=5; -update noar ti set v0='V282' where id=5; -update noar tt set b2='OBRSGLZQSM0UW4J6IK6RY' where id=5; -update noar ti set b2='OBRSGLZQSM0UW4J6IK6RY' where id=5; -update noar tt set v0='P' where id=6; -update noar ti set v0='P' where id=6; -update noar tt set b0='WZSX7DM8MPLD7' where id=6; -update noar ti set b0='WZSX7DM8MPLD7' where id=6; -update noar tt set v0='J1NZ' where id=6; -update noar ti set v0='J1NZ' where id=6; -update noar tt set b1='X' where id=6; -update noar ti set b1='X' where id=6; -update noar tt set v0='PFYED' where id=6; -update noar ti set v0='PFYED' where id=6; -update noar tt set b2='2VBL40UJ8RZXK7K3O8V8K' where id=6; -update noar ti set b2='2VBL40UJ8RZXK7K3O8V8K' where id=6; -update noar tt set v0='BMTT6HKT' where id=7; -update noar ti set v0='BMTT6HKT' where id=7; -update noar tt set b0='Y09GSCNXJ7KVNS' where id=7; -update noar ti set b0='Y09GSCNXJ7KVNS' where id=7; -update noar tt set v0='VRTJL0' where id=7; -update noar ti set v0='VRTJL0' where id=7; -update noar tt set b1='V73BY90FHEWCL7CW' where id=7; -update noar ti set b1='V73BY90FHEWCL7CW' where id=7; -update noar tt set v0='TJX7LSW5X23PUIRLY7UDFVJT2QP' where id=7; -update noar ti set v0='TJX7LSW5X23PUIRLY7UDFVJT2QP' where id=7; -update noar tt set b2='A1L6VGE' where id=7; -update noar ti set b2='A1L6VGE' where id=7; -update noar tt set v0='PORL6H2CVBVDS' where id=8; -update noar ti set v0='PORL6H2CVBVDS' where id=8; -update noar tt set b0='2V6HTENJ' where id=8; -update noar ti set b0='2V6HTENJ' where id=8; -update noar tt set v0='X1ZAQEV0NKO11' where id=8; -update noar ti set v0='X1ZAQEV0NKO11' where id=8; -update noar tt set b1='OO1NEXWRHUGL8IR5E7' where id=8; -update noar ti set b1='OO1NEXWRHUGL8IR5E7' where id=8; -update noar tt set v0='8OTFC9C' where id=8; -update noar ti set v0='8OTFC9C' where id=8; -update noar tt set b2='RAYG7R5179GCEQXWX4M6BF448RY7I' where id=8; -update noar ti set b2='RAYG7R5179GCEQXWX4M6BF448RY7I' where id=8; -update noar tt set v0='EY89HUXM9UKM' where id=9; -update noar ti set v0='EY89HUXM9UKM' where id=9; -update noar tt set b0='R4MD71HZJLPJKYL5' where id=9; -update noar ti set b0='R4MD71HZJLPJKYL5' where id=9; -update noar tt set v0='Y7IPXM05N1' where id=9; -update noar ti set v0='Y7IPXM05N1' where id=9; -update noar tt set b1='GNLY9GZEI7ZKDP05K' where id=9; -update noar ti set b1='GNLY9GZEI7ZKDP05K' where id=9; -update noar tt set v0='63BA8YP1LQQLR8BL2AJ62U' where id=9; -update noar ti set v0='63BA8YP1LQQLR8BL2AJ62U' where id=9; -update noar tt set b2='F93M70Q39H8HR9' where id=9; -update noar ti set b2='F93M70Q39H8HR9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DIXB7DVORSS0YJ6M4KO3LYBKQKEYW' where id=1; -update noar ti set v0='DIXB7DVORSS0YJ6M4KO3LYBKQKEYW' where id=1; -update noar tt set b0='RAOXPW2H0XA60DKRFI985' where id=1; -update noar ti set b0='RAOXPW2H0XA60DKRFI985' where id=1; -update noar tt set v0='E9Q0J7M0ZF0IK1AF2N2FZFS8GZ' where id=1; -update noar ti set v0='E9Q0J7M0ZF0IK1AF2N2FZFS8GZ' where id=1; -update noar tt set b1='L1PKSET9ADDWPC3102' where id=1; -update noar ti set b1='L1PKSET9ADDWPC3102' where id=1; -update noar tt set v0='7WUS' where id=1; -update noar ti set v0='7WUS' where id=1; -update noar tt set b2='P6VLAF7TTL29DU2Q2PJTL13GPB' where id=1; -update noar ti set b2='P6VLAF7TTL29DU2Q2PJTL13GPB' where id=1; -update noar tt set v0='ADHAL' where id=2; -update noar ti set v0='ADHAL' where id=2; -update noar tt set b0='HVKTO64PQW87YILTMJTXGTSMAJ' where id=2; -update noar ti set b0='HVKTO64PQW87YILTMJTXGTSMAJ' where id=2; -update noar tt set v0='JO6NO69OOA29' where id=2; -update noar ti set v0='JO6NO69OOA29' where id=2; -update noar tt set b1='RO28C' where id=2; -update noar ti set b1='RO28C' where id=2; -update noar tt set v0='KO0A0MKPDPKM' where id=2; -update noar ti set v0='KO0A0MKPDPKM' where id=2; -update noar tt set b2='RMN6W3' where id=2; -update noar ti set b2='RMN6W3' where id=2; -update noar tt set v0='Q78ASDJS6ON6A3R9NQ00' where id=3; -update noar ti set v0='Q78ASDJS6ON6A3R9NQ00' where id=3; -update noar tt set b0='YDBM7OZL0QNGSJ' where id=3; -update noar ti set b0='YDBM7OZL0QNGSJ' where id=3; -update noar tt set v0='89K9AFEMUAGQBJ9WI47CMF1QFB065W5C' where id=3; -update noar ti set v0='89K9AFEMUAGQBJ9WI47CMF1QFB065W5C' where id=3; -update noar tt set b1='140AK8AJOWX8EBHJXQR0R8BYOAYUT4' where id=3; -update noar ti set b1='140AK8AJOWX8EBHJXQR0R8BYOAYUT4' where id=3; -update noar tt set v0='Y4R3W1CSM8Y' where id=3; -update noar ti set v0='Y4R3W1CSM8Y' where id=3; -update noar tt set b2='K1' where id=3; -update noar ti set b2='K1' where id=3; -update noar tt set v0='8A1I3X8I3Z6QXNA' where id=4; -update noar ti set v0='8A1I3X8I3Z6QXNA' where id=4; -update noar tt set b0='LIB' where id=4; -update noar ti set b0='LIB' where id=4; -update noar tt set v0='N9BTGQYBJXNEOIHM' where id=4; -update noar ti set v0='N9BTGQYBJXNEOIHM' where id=4; -update noar tt set b1='16H4Y5J8' where id=4; -update noar ti set b1='16H4Y5J8' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='AERU7CMEE3QOTK' where id=4; -update noar ti set b2='AERU7CMEE3QOTK' where id=4; -update noar tt set v0='TCBQ' where id=5; -update noar ti set v0='TCBQ' where id=5; -update noar tt set b0='5CAWV3T0BMU66ULL6MJ9X4PUWHYFU' where id=5; -update noar ti set b0='5CAWV3T0BMU66ULL6MJ9X4PUWHYFU' where id=5; -update noar tt set v0='88ZQSJ8I' where id=5; -update noar ti set v0='88ZQSJ8I' where id=5; -update noar tt set b1='5AUFKZTTNFBC8TGSN1QIO' where id=5; -update noar ti set b1='5AUFKZTTNFBC8TGSN1QIO' where id=5; -update noar tt set v0='Q1TRAVTHCUZZPY927L6OASZP0UH2WYIF' where id=5; -update noar ti set v0='Q1TRAVTHCUZZPY927L6OASZP0UH2WYIF' where id=5; -update noar tt set b2='41OQMMNQKF72PCUCTQL897RNUC1TQK' where id=5; -update noar ti set b2='41OQMMNQKF72PCUCTQL897RNUC1TQK' where id=5; -update noar tt set v0='RF' where id=6; -update noar ti set v0='RF' where id=6; -update noar tt set b0='3YIE0OGJAQ2L1P9I94YKB9NIT90O3LZ' where id=6; -update noar ti set b0='3YIE0OGJAQ2L1P9I94YKB9NIT90O3LZ' where id=6; -update noar tt set v0='RP4TD8F5X04312BOD8HU07R553WS' where id=6; -update noar ti set v0='RP4TD8F5X04312BOD8HU07R553WS' where id=6; -update noar tt set b1='U' where id=6; -update noar ti set b1='U' where id=6; -update noar tt set v0='A3O9SE4QRROMO3NKKC07S3H' where id=6; -update noar ti set v0='A3O9SE4QRROMO3NKKC07S3H' where id=6; -update noar tt set b2='9NH68AXM8EHXT72N6BSZT6AELME' where id=6; -update noar ti set b2='9NH68AXM8EHXT72N6BSZT6AELME' where id=6; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b0='447352BQN1SO5O3ZO7UGJ' where id=7; -update noar ti set b0='447352BQN1SO5O3ZO7UGJ' where id=7; -update noar tt set v0='TF4W75LL5OZTWW8BD86BWDGA88' where id=7; -update noar ti set v0='TF4W75LL5OZTWW8BD86BWDGA88' where id=7; -update noar tt set b1='VSQHZD7SKSQSOXJ' where id=7; -update noar ti set b1='VSQHZD7SKSQSOXJ' where id=7; -update noar tt set v0='3F' where id=7; -update noar ti set v0='3F' where id=7; -update noar tt set b2='BDIT3UNK2D15JL1X8OILFX9T9754MX' where id=7; -update noar ti set b2='BDIT3UNK2D15JL1X8OILFX9T9754MX' where id=7; -update noar tt set v0='4IOV74FCTZ3IS71ZXB6EMRE0J1375GPH' where id=8; -update noar ti set v0='4IOV74FCTZ3IS71ZXB6EMRE0J1375GPH' where id=8; -update noar tt set b0='IJCV7JI0U6HY' where id=8; -update noar ti set b0='IJCV7JI0U6HY' where id=8; -update noar tt set v0='DI9UWF52HRT' where id=8; -update noar ti set v0='DI9UWF52HRT' where id=8; -update noar tt set b1='19SHPH1FM7' where id=8; -update noar ti set b1='19SHPH1FM7' where id=8; -update noar tt set v0='8GPCCD8U6SOISS43KG6CL9GHDD0H' where id=8; -update noar ti set v0='8GPCCD8U6SOISS43KG6CL9GHDD0H' where id=8; -update noar tt set b2='RSYLJ' where id=8; -update noar ti set b2='RSYLJ' where id=8; -update noar tt set v0='D1OQ4U29CZKC6GLL6FCVFKXAKEJ6L' where id=9; -update noar ti set v0='D1OQ4U29CZKC6GLL6FCVFKXAKEJ6L' where id=9; -update noar tt set b0='M0W61AUZK7SKBS0Z1FY' where id=9; -update noar ti set b0='M0W61AUZK7SKBS0Z1FY' where id=9; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b1='7KYOPIBM99BCQ0LIWVDSQFZW449070' where id=9; -update noar ti set b1='7KYOPIBM99BCQ0LIWVDSQFZW449070' where id=9; -update noar tt set v0='JVSK7PKW6XHNF5WAG3IOLCIFNZ' where id=9; -update noar ti set v0='JVSK7PKW6XHNF5WAG3IOLCIFNZ' where id=9; -update noar tt set b2='BVQ6R7TNV60ODTT1FRDA73ET6QVSZ87' where id=9; -update noar ti set b2='BVQ6R7TNV60ODTT1FRDA73ET6QVSZ87' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7I16QVHZR66AL41ZH4FTZHPZ201AC' where id=1; -update noar ti set v0='7I16QVHZR66AL41ZH4FTZHPZ201AC' where id=1; -update noar tt set b0='KKD' where id=1; -update noar ti set b0='KKD' where id=1; -update noar tt set v0='3XPM6HMVDVFTJMEJEJUAR5HSU1' where id=1; -update noar ti set v0='3XPM6HMVDVFTJMEJEJUAR5HSU1' where id=1; -update noar tt set b1='QTDWBVMXDK5KT' where id=1; -update noar ti set b1='QTDWBVMXDK5KT' where id=1; -update noar tt set v0='KVG9MK7S8C3I1JB0ESDJ7DAI' where id=1; -update noar ti set v0='KVG9MK7S8C3I1JB0ESDJ7DAI' where id=1; -update noar tt set b2='7J1P1MMJMA172' where id=1; -update noar ti set b2='7J1P1MMJMA172' where id=1; -update noar tt set v0='RNR6' where id=2; -update noar ti set v0='RNR6' where id=2; -update noar tt set b0='21JTA51SGQ46OYG25PU' where id=2; -update noar ti set b0='21JTA51SGQ46OYG25PU' where id=2; -update noar tt set v0='XC86ZUWD8FWPA26N8ZVGO2COGP' where id=2; -update noar ti set v0='XC86ZUWD8FWPA26N8ZVGO2COGP' where id=2; -update noar tt set b1='94YTJP5ITMAWX4V2YJ1YJSW44IBI' where id=2; -update noar ti set b1='94YTJP5ITMAWX4V2YJ1YJSW44IBI' where id=2; -update noar tt set v0='6WTGLOXR5UFCZEUQ2T3GVR' where id=2; -update noar ti set v0='6WTGLOXR5UFCZEUQ2T3GVR' where id=2; -update noar tt set b2='SK8T3XW9OUPIQDJ' where id=2; -update noar ti set b2='SK8T3XW9OUPIQDJ' where id=2; -update noar tt set v0='BMYNVI' where id=3; -update noar ti set v0='BMYNVI' where id=3; -update noar tt set b0='K11Z908MZVTSK5T3QGCFN5155A' where id=3; -update noar ti set b0='K11Z908MZVTSK5T3QGCFN5155A' where id=3; -update noar tt set v0='UNIUDPNGVDDXMWG' where id=3; -update noar ti set v0='UNIUDPNGVDDXMWG' where id=3; -update noar tt set b1='POVPBA1G1J4IQMX8J2S0G5M8O' where id=3; -update noar ti set b1='POVPBA1G1J4IQMX8J2S0G5M8O' where id=3; -update noar tt set v0='GDHVCKE2LV1N796' where id=3; -update noar ti set v0='GDHVCKE2LV1N796' where id=3; -update noar tt set b2='5YXYVVVP1IW2OG' where id=3; -update noar ti set b2='5YXYVVVP1IW2OG' where id=3; -update noar tt set v0='1DM7APHTV4Y8U4AUYDPU5SE7D9929H' where id=4; -update noar ti set v0='1DM7APHTV4Y8U4AUYDPU5SE7D9929H' where id=4; -update noar tt set b0='BCJSYPO4XS6D4BDP6NHA0QEIUJK6LD' where id=4; -update noar ti set b0='BCJSYPO4XS6D4BDP6NHA0QEIUJK6LD' where id=4; -update noar tt set v0='5WCB04GX2QW5VZAWMN4QB9EBOAK6M9' where id=4; -update noar ti set v0='5WCB04GX2QW5VZAWMN4QB9EBOAK6M9' where id=4; -update noar tt set b1='H' where id=4; -update noar ti set b1='H' where id=4; -update noar tt set v0='DT7945J17KV' where id=4; -update noar ti set v0='DT7945J17KV' where id=4; -update noar tt set b2='OB8KMNU' where id=4; -update noar ti set b2='OB8KMNU' where id=4; -update noar tt set v0='7SPXSUCMJ0JJ1ACSMHTSMXNZZ3VLO34' where id=5; -update noar ti set v0='7SPXSUCMJ0JJ1ACSMHTSMXNZZ3VLO34' where id=5; -update noar tt set b0='CXKK13O8DT7W75JSPRP2G' where id=5; -update noar ti set b0='CXKK13O8DT7W75JSPRP2G' where id=5; -update noar tt set v0='XQFOTKSCBERE1YV9' where id=5; -update noar ti set v0='XQFOTKSCBERE1YV9' where id=5; -update noar tt set b1='BU5UMGDCO6N8T5CWBHI76OAC0NUL2X' where id=5; -update noar ti set b1='BU5UMGDCO6N8T5CWBHI76OAC0NUL2X' where id=5; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b2='L6UCV41J66P4V5' where id=5; -update noar ti set b2='L6UCV41J66P4V5' where id=5; -update noar tt set v0='VRXJDL118RS' where id=6; -update noar ti set v0='VRXJDL118RS' where id=6; -update noar tt set b0='JXU89PSCQPDOWTJZ54DPTV0GH8RT' where id=6; -update noar ti set b0='JXU89PSCQPDOWTJZ54DPTV0GH8RT' where id=6; -update noar tt set v0='RVX0X9XSRBD05K2OUK' where id=6; -update noar ti set v0='RVX0X9XSRBD05K2OUK' where id=6; -update noar tt set b1='4T8GB3K' where id=6; -update noar ti set b1='4T8GB3K' where id=6; -update noar tt set v0='4GP5MACVYNWWMRC' where id=6; -update noar ti set v0='4GP5MACVYNWWMRC' where id=6; -update noar tt set b2='EE9J56' where id=6; -update noar ti set b2='EE9J56' where id=6; -update noar tt set v0='UA1YFZPY8YG3D4YNV' where id=7; -update noar ti set v0='UA1YFZPY8YG3D4YNV' where id=7; -update noar tt set b0='OEH7V6QFRRYP' where id=7; -update noar ti set b0='OEH7V6QFRRYP' where id=7; -update noar tt set v0='G482J8GK4GOQF' where id=7; -update noar ti set v0='G482J8GK4GOQF' where id=7; -update noar tt set b1='1QAOG3C6H4FPXM1FV0W38223HM205D0M' where id=7; -update noar ti set b1='1QAOG3C6H4FPXM1FV0W38223HM205D0M' where id=7; -update noar tt set v0='D' where id=7; -update noar ti set v0='D' where id=7; -update noar tt set b2='J2PJKPD3IJDWJ2FVG790O1511DZ0' where id=7; -update noar ti set b2='J2PJKPD3IJDWJ2FVG790O1511DZ0' where id=7; -update noar tt set v0='IWF4TMZ3U' where id=8; -update noar ti set v0='IWF4TMZ3U' where id=8; -update noar tt set b0='6SMHHEEM5Y' where id=8; -update noar ti set b0='6SMHHEEM5Y' where id=8; -update noar tt set v0='HAQIPOOEOB8A2Y5GSQUA7XEZF5' where id=8; -update noar ti set v0='HAQIPOOEOB8A2Y5GSQUA7XEZF5' where id=8; -update noar tt set b1='H650P' where id=8; -update noar ti set b1='H650P' where id=8; -update noar tt set v0='OWZIQYDZO' where id=8; -update noar ti set v0='OWZIQYDZO' where id=8; -update noar tt set b2='2KRH0CML7JQQFVAYJG8SSV' where id=8; -update noar ti set b2='2KRH0CML7JQQFVAYJG8SSV' where id=8; -update noar tt set v0='DT06CMEN433K' where id=9; -update noar ti set v0='DT06CMEN433K' where id=9; -update noar tt set b0='J' where id=9; -update noar ti set b0='J' where id=9; -update noar tt set v0='GFEVOXFXTZSUAYX65NSZU389LA6SE' where id=9; -update noar ti set v0='GFEVOXFXTZSUAYX65NSZU389LA6SE' where id=9; -update noar tt set b1='OB' where id=9; -update noar ti set b1='OB' where id=9; -update noar tt set v0='QE8HQV' where id=9; -update noar ti set v0='QE8HQV' where id=9; -update noar tt set b2='PWL00I4' where id=9; -update noar ti set b2='PWL00I4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7Z858Y5VZ8NKN5L99R5XT4' where id=1; -update noar ti set v0='7Z858Y5VZ8NKN5L99R5XT4' where id=1; -update noar tt set b0='E9LDR1BDEV8I8X1S5CYQD91PSVL5I' where id=1; -update noar ti set b0='E9LDR1BDEV8I8X1S5CYQD91PSVL5I' where id=1; -update noar tt set v0='KKFUNM9NIBCJSOZEC04T4YYR3RW' where id=1; -update noar ti set v0='KKFUNM9NIBCJSOZEC04T4YYR3RW' where id=1; -update noar tt set b1='S5MD95WOAGVP8TVHKP9VRK8N9' where id=1; -update noar ti set b1='S5MD95WOAGVP8TVHKP9VRK8N9' where id=1; -update noar tt set v0='QW6GROI0CP183Z48ESY2DW366F' where id=1; -update noar ti set v0='QW6GROI0CP183Z48ESY2DW366F' where id=1; -update noar tt set b2='2EJ8VKCNME5O94UXNRMIS3FS' where id=1; -update noar ti set b2='2EJ8VKCNME5O94UXNRMIS3FS' where id=1; -update noar tt set v0='LAG' where id=2; -update noar ti set v0='LAG' where id=2; -update noar tt set b0='YJW9G' where id=2; -update noar ti set b0='YJW9G' where id=2; -update noar tt set v0='3BSFC8SOOBVX5YXHM534D6TMR5KHZKR' where id=2; -update noar ti set v0='3BSFC8SOOBVX5YXHM534D6TMR5KHZKR' where id=2; -update noar tt set b1='0O3IIKEMQ3DQNAIFD2L' where id=2; -update noar ti set b1='0O3IIKEMQ3DQNAIFD2L' where id=2; -update noar tt set v0='K4ZKQTSDAPJXS7HRVZ2UGN885HF' where id=2; -update noar ti set v0='K4ZKQTSDAPJXS7HRVZ2UGN885HF' where id=2; -update noar tt set b2='YRS616TBSWJQZ' where id=2; -update noar ti set b2='YRS616TBSWJQZ' where id=2; -update noar tt set v0='EIHFPEU65' where id=3; -update noar ti set v0='EIHFPEU65' where id=3; -update noar tt set b0='78XU0Y' where id=3; -update noar ti set b0='78XU0Y' where id=3; -update noar tt set v0='L146AC11XZA' where id=3; -update noar ti set v0='L146AC11XZA' where id=3; -update noar tt set b1='3LP149XR4UY2NJ3PJVNZ9X1BIJREG' where id=3; -update noar ti set b1='3LP149XR4UY2NJ3PJVNZ9X1BIJREG' where id=3; -update noar tt set v0='0C9EMH17SJWTEQC45SXTFEFQXCAG' where id=3; -update noar ti set v0='0C9EMH17SJWTEQC45SXTFEFQXCAG' where id=3; -update noar tt set b2='LTE5WKHH77PTEF3SX3S8' where id=3; -update noar ti set b2='LTE5WKHH77PTEF3SX3S8' where id=3; -update noar tt set v0='MZJDL7WLKQH9QXU' where id=4; -update noar ti set v0='MZJDL7WLKQH9QXU' where id=4; -update noar tt set b0='S9TAMM1IXUG8N6EKL' where id=4; -update noar ti set b0='S9TAMM1IXUG8N6EKL' where id=4; -update noar tt set v0='WZ8' where id=4; -update noar ti set v0='WZ8' where id=4; -update noar tt set b1='N1DVAOUGP6IZQ' where id=4; -update noar ti set b1='N1DVAOUGP6IZQ' where id=4; -update noar tt set v0='U8YKS397AIG' where id=4; -update noar ti set v0='U8YKS397AIG' where id=4; -update noar tt set b2='CB2P9CK3TKGGCJAT1GCM5TVHPTL' where id=4; -update noar ti set b2='CB2P9CK3TKGGCJAT1GCM5TVHPTL' where id=4; -update noar tt set v0='A672DWVSQKD8UI9DKFSTE4QO04MVYR' where id=5; -update noar ti set v0='A672DWVSQKD8UI9DKFSTE4QO04MVYR' where id=5; -update noar tt set b0='PZDSXVTKO6X8N8AFHR0I4HT' where id=5; -update noar ti set b0='PZDSXVTKO6X8N8AFHR0I4HT' where id=5; -update noar tt set v0='9XB3PM8WDU12' where id=5; -update noar ti set v0='9XB3PM8WDU12' where id=5; -update noar tt set b1='G5Z20O4X25BYJZXYERMG39WY3RK4KS' where id=5; -update noar ti set b1='G5Z20O4X25BYJZXYERMG39WY3RK4KS' where id=5; -update noar tt set v0='M1TL1CGO3H907GOXFMZ24MEVE48' where id=5; -update noar ti set v0='M1TL1CGO3H907GOXFMZ24MEVE48' where id=5; -update noar tt set b2='2JI1XUJWWSBH8SQ0WF25KOVJVT8QP8V' where id=5; -update noar ti set b2='2JI1XUJWWSBH8SQ0WF25KOVJVT8QP8V' where id=5; -update noar tt set v0='VC9XCXGJI' where id=6; -update noar ti set v0='VC9XCXGJI' where id=6; -update noar tt set b0='G0LI6NX6NXY6N5UH4K' where id=6; -update noar ti set b0='G0LI6NX6NXY6N5UH4K' where id=6; -update noar tt set v0='2WUB3FLDW522V8258FRA4Q' where id=6; -update noar ti set v0='2WUB3FLDW522V8258FRA4Q' where id=6; -update noar tt set b1='NYUOA5ISGOIHQVE4A' where id=6; -update noar ti set b1='NYUOA5ISGOIHQVE4A' where id=6; -update noar tt set v0='BZIHQRIAC64ECGOXMP55XK25L8V15' where id=6; -update noar ti set v0='BZIHQRIAC64ECGOXMP55XK25L8V15' where id=6; -update noar tt set b2='ST1XVS1Y6BRN352WDU0K' where id=6; -update noar ti set b2='ST1XVS1Y6BRN352WDU0K' where id=6; -update noar tt set v0='44UM' where id=7; -update noar ti set v0='44UM' where id=7; -update noar tt set b0='I5CQYP' where id=7; -update noar ti set b0='I5CQYP' where id=7; -update noar tt set v0='TJ343D1B3VWBIGG7NM' where id=7; -update noar ti set v0='TJ343D1B3VWBIGG7NM' where id=7; -update noar tt set b1='BXRYO2WNW36J1LWGYFTSD' where id=7; -update noar ti set b1='BXRYO2WNW36J1LWGYFTSD' where id=7; -update noar tt set v0='1E5D4PGNE4K4PPF5Y7' where id=7; -update noar ti set v0='1E5D4PGNE4K4PPF5Y7' where id=7; -update noar tt set b2='X64IMDG6OY1AXORNE' where id=7; -update noar ti set b2='X64IMDG6OY1AXORNE' where id=7; -update noar tt set v0='C87D6PCJ1CQ7CE9W2G487UM7GR160O' where id=8; -update noar ti set v0='C87D6PCJ1CQ7CE9W2G487UM7GR160O' where id=8; -update noar tt set b0='G' where id=8; -update noar ti set b0='G' where id=8; -update noar tt set v0='6WVA84SF805DAE43GF0LZB77H2D23' where id=8; -update noar ti set v0='6WVA84SF805DAE43GF0LZB77H2D23' where id=8; -update noar tt set b1='RJXO1WV60MHO7QJDMLLS5864KTPIX6' where id=8; -update noar ti set b1='RJXO1WV60MHO7QJDMLLS5864KTPIX6' where id=8; -update noar tt set v0='Y8' where id=8; -update noar ti set v0='Y8' where id=8; -update noar tt set b2='L3F5NGAUCR0O7F9EZB7' where id=8; -update noar ti set b2='L3F5NGAUCR0O7F9EZB7' where id=8; -update noar tt set v0='JTWG7CW' where id=9; -update noar ti set v0='JTWG7CW' where id=9; -update noar tt set b0='1EHDDNDS308FLBSJYSONAN3K1N97' where id=9; -update noar ti set b0='1EHDDNDS308FLBSJYSONAN3K1N97' where id=9; -update noar tt set v0='HXZJJ3Z02TW0RR4NYL9T5MXH2MSM62V' where id=9; -update noar ti set v0='HXZJJ3Z02TW0RR4NYL9T5MXH2MSM62V' where id=9; -update noar tt set b1='53W417XTIZNEAWWCG6K1SY0DO3F5' where id=9; -update noar ti set b1='53W417XTIZNEAWWCG6K1SY0DO3F5' where id=9; -update noar tt set v0='2JS79G5' where id=9; -update noar ti set v0='2JS79G5' where id=9; -update noar tt set b2='M4TTSJFI' where id=9; -update noar ti set b2='M4TTSJFI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D68GG5Q9SOQATAJUIA71FZ0LEDUJV' where id=1; -update noar ti set v0='D68GG5Q9SOQATAJUIA71FZ0LEDUJV' where id=1; -update noar tt set b0='M6L7IKRR77JHURU1PAHKKO5' where id=1; -update noar ti set b0='M6L7IKRR77JHURU1PAHKKO5' where id=1; -update noar tt set v0='B32PCJG2QFKW056ZAR' where id=1; -update noar ti set v0='B32PCJG2QFKW056ZAR' where id=1; -update noar tt set b1='N7QS2BWRG3SLC' where id=1; -update noar ti set b1='N7QS2BWRG3SLC' where id=1; -update noar tt set v0='UQ64Y7DPBKG5' where id=1; -update noar ti set v0='UQ64Y7DPBKG5' where id=1; -update noar tt set b2='HD4QCS8BRY5XK5XIEVOFB' where id=1; -update noar ti set b2='HD4QCS8BRY5XK5XIEVOFB' where id=1; -update noar tt set v0='QXX6SFI6IGJTYGB78V9N' where id=2; -update noar ti set v0='QXX6SFI6IGJTYGB78V9N' where id=2; -update noar tt set b0='CE0I08TZ70OMNBVXH' where id=2; -update noar ti set b0='CE0I08TZ70OMNBVXH' where id=2; -update noar tt set v0='X4LAQGDSRN4SUR1GMJMDBUSQX5WWFI4' where id=2; -update noar ti set v0='X4LAQGDSRN4SUR1GMJMDBUSQX5WWFI4' where id=2; -update noar tt set b1='F74' where id=2; -update noar ti set b1='F74' where id=2; -update noar tt set v0='XFKZW' where id=2; -update noar ti set v0='XFKZW' where id=2; -update noar tt set b2='CWOHV9JOST77Z6DRWXBGPVTGWTAE3668' where id=2; -update noar ti set b2='CWOHV9JOST77Z6DRWXBGPVTGWTAE3668' where id=2; -update noar tt set v0='113R56G447OXN' where id=3; -update noar ti set v0='113R56G447OXN' where id=3; -update noar tt set b0='1J4VS2HN0H1GLX' where id=3; -update noar ti set b0='1J4VS2HN0H1GLX' where id=3; -update noar tt set v0='5I8UK79FU3EPV2P01DIL8TVZ5RPQK40' where id=3; -update noar ti set v0='5I8UK79FU3EPV2P01DIL8TVZ5RPQK40' where id=3; -update noar tt set b1='DT6GZG4F7VVXKSODBPXFONXT' where id=3; -update noar ti set b1='DT6GZG4F7VVXKSODBPXFONXT' where id=3; -update noar tt set v0='ZV62DWN8NDA2TZH51GP9' where id=3; -update noar ti set v0='ZV62DWN8NDA2TZH51GP9' where id=3; -update noar tt set b2='HV6VBZEX23A' where id=3; -update noar ti set b2='HV6VBZEX23A' where id=3; -update noar tt set v0='BE' where id=4; -update noar ti set v0='BE' where id=4; -update noar tt set b0='9D2YHOQIKL978QDU7WBGDZ9' where id=4; -update noar ti set b0='9D2YHOQIKL978QDU7WBGDZ9' where id=4; -update noar tt set v0='H8Z0P33VT7Z0R17DA8' where id=4; -update noar ti set v0='H8Z0P33VT7Z0R17DA8' where id=4; -update noar tt set b1='BQ2HZ2WMKRUU76I0PEYLZGB' where id=4; -update noar ti set b1='BQ2HZ2WMKRUU76I0PEYLZGB' where id=4; -update noar tt set v0='MM' where id=4; -update noar ti set v0='MM' where id=4; -update noar tt set b2='OAB3M7JQTU2UT4YPG' where id=4; -update noar ti set b2='OAB3M7JQTU2UT4YPG' where id=4; -update noar tt set v0='ESJHULU968AI45R' where id=5; -update noar ti set v0='ESJHULU968AI45R' where id=5; -update noar tt set b0='4IG69AXMK2PFPGJITJF5VN7H4LC' where id=5; -update noar ti set b0='4IG69AXMK2PFPGJITJF5VN7H4LC' where id=5; -update noar tt set v0='GWO4X' where id=5; -update noar ti set v0='GWO4X' where id=5; -update noar tt set b1='VIPWYMLC' where id=5; -update noar ti set b1='VIPWYMLC' where id=5; -update noar tt set v0='UI7W299N46VA4115O3' where id=5; -update noar ti set v0='UI7W299N46VA4115O3' where id=5; -update noar tt set b2='IRHYWH9112H5AT' where id=5; -update noar ti set b2='IRHYWH9112H5AT' where id=5; -update noar tt set v0='RLPAXD7BR7ZNBE28CVROUTKAI7WA7A9' where id=6; -update noar ti set v0='RLPAXD7BR7ZNBE28CVROUTKAI7WA7A9' where id=6; -update noar tt set b0='Y10NRZSOYNI' where id=6; -update noar ti set b0='Y10NRZSOYNI' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='KBVSUGQ46GM' where id=6; -update noar ti set b1='KBVSUGQ46GM' where id=6; -update noar tt set v0='MXBS7CXSSB9ONXTGE55L3GNGW' where id=6; -update noar ti set v0='MXBS7CXSSB9ONXTGE55L3GNGW' where id=6; -update noar tt set b2='7A' where id=6; -update noar ti set b2='7A' where id=6; -update noar tt set v0='W74N269MMSYJ9LRXXA' where id=7; -update noar ti set v0='W74N269MMSYJ9LRXXA' where id=7; -update noar tt set b0='FWDL5' where id=7; -update noar ti set b0='FWDL5' where id=7; -update noar tt set v0='8ULHZH9MCXPG3' where id=7; -update noar ti set v0='8ULHZH9MCXPG3' where id=7; -update noar tt set b1='Y6J2M' where id=7; -update noar ti set b1='Y6J2M' where id=7; -update noar tt set v0='YV51SWJN7W4GULEZ2RKUD12I' where id=7; -update noar ti set v0='YV51SWJN7W4GULEZ2RKUD12I' where id=7; -update noar tt set b2='DE9I19TJR75FQTQDQ0HWZADBY' where id=7; -update noar ti set b2='DE9I19TJR75FQTQDQ0HWZADBY' where id=7; -update noar tt set v0='BLECES8XEXKTB2KY7FK9SQ16WY3JV' where id=8; -update noar ti set v0='BLECES8XEXKTB2KY7FK9SQ16WY3JV' where id=8; -update noar tt set b0='AR' where id=8; -update noar ti set b0='AR' where id=8; -update noar tt set v0='09IRF87DNC' where id=8; -update noar ti set v0='09IRF87DNC' where id=8; -update noar tt set b1='OICBIIUGDPPOAVGSWOSL1UCI2ICEPQ' where id=8; -update noar ti set b1='OICBIIUGDPPOAVGSWOSL1UCI2ICEPQ' where id=8; -update noar tt set v0='S16J2' where id=8; -update noar ti set v0='S16J2' where id=8; -update noar tt set b2='9RY8PFPAA9UAGNVT5UYSB2KNNDGQ1K' where id=8; -update noar ti set b2='9RY8PFPAA9UAGNVT5UYSB2KNNDGQ1K' where id=8; -update noar tt set v0='6D26BW19C2H9E0YB2' where id=9; -update noar ti set v0='6D26BW19C2H9E0YB2' where id=9; -update noar tt set b0='MED6' where id=9; -update noar ti set b0='MED6' where id=9; -update noar tt set v0='M0QWIXGOO068AXGB528E704V8MX' where id=9; -update noar ti set v0='M0QWIXGOO068AXGB528E704V8MX' where id=9; -update noar tt set b1='ZJC4W89KJC2FHJGB' where id=9; -update noar ti set b1='ZJC4W89KJC2FHJGB' where id=9; -update noar tt set v0='HQKDA2Y4S338AX76RUFTW3DTU44N40' where id=9; -update noar ti set v0='HQKDA2Y4S338AX76RUFTW3DTU44N40' where id=9; -update noar tt set b2='QZFMIAIEGLEXXTNT' where id=9; -update noar ti set b2='QZFMIAIEGLEXXTNT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3F7S9AK0YP' where id=1; -update noar ti set v0='S3F7S9AK0YP' where id=1; -update noar tt set b0='Z5UUTMGMKKZJ' where id=1; -update noar ti set b0='Z5UUTMGMKKZJ' where id=1; -update noar tt set v0='K3L7RJO' where id=1; -update noar ti set v0='K3L7RJO' where id=1; -update noar tt set b1='1622058N4DPL7H55O5OOL4VUR51RBIIV' where id=1; -update noar ti set b1='1622058N4DPL7H55O5OOL4VUR51RBIIV' where id=1; -update noar tt set v0='K31R9YMPUNN98F01KA0FIZ' where id=1; -update noar ti set v0='K31R9YMPUNN98F01KA0FIZ' where id=1; -update noar tt set b2='NFJ72P3VX50PQTU3JREOK7DO77' where id=1; -update noar ti set b2='NFJ72P3VX50PQTU3JREOK7DO77' where id=1; -update noar tt set v0='3W6OXZC779BHQLZ2YDX774J7TULGDCX' where id=2; -update noar ti set v0='3W6OXZC779BHQLZ2YDX774J7TULGDCX' where id=2; -update noar tt set b0='Y2WB054PXLQ0Q2RL40280TYRK7' where id=2; -update noar ti set b0='Y2WB054PXLQ0Q2RL40280TYRK7' where id=2; -update noar tt set v0='IK4' where id=2; -update noar ti set v0='IK4' where id=2; -update noar tt set b1='ETBRSMGLTFRUPHTTP' where id=2; -update noar ti set b1='ETBRSMGLTFRUPHTTP' where id=2; -update noar tt set v0='B79HM6DJD4NWN8' where id=2; -update noar ti set v0='B79HM6DJD4NWN8' where id=2; -update noar tt set b2='V2MKIYITZS0M3L5JCLF3S' where id=2; -update noar ti set b2='V2MKIYITZS0M3L5JCLF3S' where id=2; -update noar tt set v0='2ZB67WCYT37M61OMFBBIAYWP3' where id=3; -update noar ti set v0='2ZB67WCYT37M61OMFBBIAYWP3' where id=3; -update noar tt set b0='EV4WGVR93A8CAG9FUL' where id=3; -update noar ti set b0='EV4WGVR93A8CAG9FUL' where id=3; -update noar tt set v0='IPVFRLP' where id=3; -update noar ti set v0='IPVFRLP' where id=3; -update noar tt set b1='31LU3C' where id=3; -update noar ti set b1='31LU3C' where id=3; -update noar tt set v0='OO7ZU06UD77M1RQZZFY03A' where id=3; -update noar ti set v0='OO7ZU06UD77M1RQZZFY03A' where id=3; -update noar tt set b2='60VHD7B5Y4W' where id=3; -update noar ti set b2='60VHD7B5Y4W' where id=3; -update noar tt set v0='BB94V2JU6ALPIBTLG' where id=4; -update noar ti set v0='BB94V2JU6ALPIBTLG' where id=4; -update noar tt set b0='6IXQYM3N0IV8PTZ2I' where id=4; -update noar ti set b0='6IXQYM3N0IV8PTZ2I' where id=4; -update noar tt set v0='BVHUE64X6' where id=4; -update noar ti set v0='BVHUE64X6' where id=4; -update noar tt set b1='S8TZAY1QNUV8' where id=4; -update noar ti set b1='S8TZAY1QNUV8' where id=4; -update noar tt set v0='YN5PRCVKAX5V4316L2IB' where id=4; -update noar ti set v0='YN5PRCVKAX5V4316L2IB' where id=4; -update noar tt set b2='AFUO' where id=4; -update noar ti set b2='AFUO' where id=4; -update noar tt set v0='OPJDDYQQD1TNGIU7IVLX94E' where id=5; -update noar ti set v0='OPJDDYQQD1TNGIU7IVLX94E' where id=5; -update noar tt set b0='8O2QDIE193WD6M75RXMNO54FPD' where id=5; -update noar ti set b0='8O2QDIE193WD6M75RXMNO54FPD' where id=5; -update noar tt set v0='6FHUDYMHQ' where id=5; -update noar ti set v0='6FHUDYMHQ' where id=5; -update noar tt set b1='961WQOFE' where id=5; -update noar ti set b1='961WQOFE' where id=5; -update noar tt set v0='13BNPH6SG2' where id=5; -update noar ti set v0='13BNPH6SG2' where id=5; -update noar tt set b2='FT7GPE0L3' where id=5; -update noar ti set b2='FT7GPE0L3' where id=5; -update noar tt set v0='CNZOKRHRC9WWZZRCRHPQ1' where id=6; -update noar ti set v0='CNZOKRHRC9WWZZRCRHPQ1' where id=6; -update noar tt set b0='3LO2V4LLBZMRPMGL3QQSDDKM05' where id=6; -update noar ti set b0='3LO2V4LLBZMRPMGL3QQSDDKM05' where id=6; -update noar tt set v0='6APG6HGWLJTIIBDS9' where id=6; -update noar ti set v0='6APG6HGWLJTIIBDS9' where id=6; -update noar tt set b1='XIUSQTJ3KQRAM3BIDUU5STK6Z' where id=6; -update noar ti set b1='XIUSQTJ3KQRAM3BIDUU5STK6Z' where id=6; -update noar tt set v0='WIHRFWOM6RIQT02NNT1' where id=6; -update noar ti set v0='WIHRFWOM6RIQT02NNT1' where id=6; -update noar tt set b2='GLC41' where id=6; -update noar ti set b2='GLC41' where id=6; -update noar tt set v0='HXU2ON7XXF45V07QK1FTHPYZ06VNY24J' where id=7; -update noar ti set v0='HXU2ON7XXF45V07QK1FTHPYZ06VNY24J' where id=7; -update noar tt set b0='B3URBSGX1J' where id=7; -update noar ti set b0='B3URBSGX1J' where id=7; -update noar tt set v0='LL36B' where id=7; -update noar ti set v0='LL36B' where id=7; -update noar tt set b1='8XH7466YFSOORGNOAGIW' where id=7; -update noar ti set b1='8XH7466YFSOORGNOAGIW' where id=7; -update noar tt set v0='1ZSQIMUMTW81HPTQ5BGQQU4KL8OWBD' where id=7; -update noar ti set v0='1ZSQIMUMTW81HPTQ5BGQQU4KL8OWBD' where id=7; -update noar tt set b2='4JSJLNDWQHXVZZ' where id=7; -update noar ti set b2='4JSJLNDWQHXVZZ' where id=7; -update noar tt set v0='RK7PKKVKDH3SYN0GLKQ6VNS' where id=8; -update noar ti set v0='RK7PKKVKDH3SYN0GLKQ6VNS' where id=8; -update noar tt set b0='YL1E91R8B9SNTZZ7K8BDF6JME86CET2' where id=8; -update noar ti set b0='YL1E91R8B9SNTZZ7K8BDF6JME86CET2' where id=8; -update noar tt set v0='EDSER' where id=8; -update noar ti set v0='EDSER' where id=8; -update noar tt set b1='L47ZLG9SZ6LXO2I8VKPZ7G' where id=8; -update noar ti set b1='L47ZLG9SZ6LXO2I8VKPZ7G' where id=8; -update noar tt set v0='U' where id=8; -update noar ti set v0='U' where id=8; -update noar tt set b2='R7U7QIA4BC5ILV' where id=8; -update noar ti set b2='R7U7QIA4BC5ILV' where id=8; -update noar tt set v0='L34A926M4' where id=9; -update noar ti set v0='L34A926M4' where id=9; -update noar tt set b0='V3P35UFHF9B44UGPV' where id=9; -update noar ti set b0='V3P35UFHF9B44UGPV' where id=9; -update noar tt set v0='HK81AJ' where id=9; -update noar ti set v0='HK81AJ' where id=9; -update noar tt set b1='E68MZTQEMU3J6NQY0JD7RBQ7' where id=9; -update noar ti set b1='E68MZTQEMU3J6NQY0JD7RBQ7' where id=9; -update noar tt set v0='87UJ1M' where id=9; -update noar ti set v0='87UJ1M' where id=9; -update noar tt set b2='HEPA59RITMM9FYMS6O1' where id=9; -update noar ti set b2='HEPA59RITMM9FYMS6O1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KR6CD6J84QBMHHZMQPX56F4TH20' where id=1; -update noar ti set v0='KR6CD6J84QBMHHZMQPX56F4TH20' where id=1; -update noar tt set b0='YKLJEKDQMMTVB66Q1Y8RO' where id=1; -update noar ti set b0='YKLJEKDQMMTVB66Q1Y8RO' where id=1; -update noar tt set v0='I87' where id=1; -update noar ti set v0='I87' where id=1; -update noar tt set b1='FIH4E146YD9XAI8WTZ6EI7ZT8E6H' where id=1; -update noar ti set b1='FIH4E146YD9XAI8WTZ6EI7ZT8E6H' where id=1; -update noar tt set v0='7Z4Y2IVOA28OHY0NRCVK9WDV056' where id=1; -update noar ti set v0='7Z4Y2IVOA28OHY0NRCVK9WDV056' where id=1; -update noar tt set b2='9MR583L9POAYT06HVFZU8AMA' where id=1; -update noar ti set b2='9MR583L9POAYT06HVFZU8AMA' where id=1; -update noar tt set v0='ZUI9ETVQ5ML65N' where id=2; -update noar ti set v0='ZUI9ETVQ5ML65N' where id=2; -update noar tt set b0='G96KUMZ' where id=2; -update noar ti set b0='G96KUMZ' where id=2; -update noar tt set v0='VDOV3MDT3' where id=2; -update noar ti set v0='VDOV3MDT3' where id=2; -update noar tt set b1='IH06FHS8' where id=2; -update noar ti set b1='IH06FHS8' where id=2; -update noar tt set v0='PMLW0AO0IO6K8OIS4G353MK6C' where id=2; -update noar ti set v0='PMLW0AO0IO6K8OIS4G353MK6C' where id=2; -update noar tt set b2='DSILZ9VZD3YPV7UKRX3M' where id=2; -update noar ti set b2='DSILZ9VZD3YPV7UKRX3M' where id=2; -update noar tt set v0='TWLJHR0FL' where id=3; -update noar ti set v0='TWLJHR0FL' where id=3; -update noar tt set b0='7488CW' where id=3; -update noar ti set b0='7488CW' where id=3; -update noar tt set v0='U151TG' where id=3; -update noar ti set v0='U151TG' where id=3; -update noar tt set b1='DNCZUGXB9G1OI9WQNM6XEO' where id=3; -update noar ti set b1='DNCZUGXB9G1OI9WQNM6XEO' where id=3; -update noar tt set v0='EPOBTSF40D33J8474BYRVTI85V' where id=3; -update noar ti set v0='EPOBTSF40D33J8474BYRVTI85V' where id=3; -update noar tt set b2='XI' where id=3; -update noar ti set b2='XI' where id=3; -update noar tt set v0='R0W5P3E' where id=4; -update noar ti set v0='R0W5P3E' where id=4; -update noar tt set b0='9HINPQNXGA9XVJ5A3VJIP8JS' where id=4; -update noar ti set b0='9HINPQNXGA9XVJ5A3VJIP8JS' where id=4; -update noar tt set v0='LGXWKJWGM48NZ4D3IN470WGA8B0P5' where id=4; -update noar ti set v0='LGXWKJWGM48NZ4D3IN470WGA8B0P5' where id=4; -update noar tt set b1='TTFV7HNFFF1TZS2TNQQN47IGRE' where id=4; -update noar ti set b1='TTFV7HNFFF1TZS2TNQQN47IGRE' where id=4; -update noar tt set v0='VJ0SQ2LI65VG9V' where id=4; -update noar ti set v0='VJ0SQ2LI65VG9V' where id=4; -update noar tt set b2='OC8G060CPO0T7NV' where id=4; -update noar ti set b2='OC8G060CPO0T7NV' where id=4; -update noar tt set v0='A76VH8AT62PN7X6SO' where id=5; -update noar ti set v0='A76VH8AT62PN7X6SO' where id=5; -update noar tt set b0='HQI' where id=5; -update noar ti set b0='HQI' where id=5; -update noar tt set v0='PPEUE809UU' where id=5; -update noar ti set v0='PPEUE809UU' where id=5; -update noar tt set b1='MBG' where id=5; -update noar ti set b1='MBG' where id=5; -update noar tt set v0='YL0FNAO8K0OD8OX7SQHGPO' where id=5; -update noar ti set v0='YL0FNAO8K0OD8OX7SQHGPO' where id=5; -update noar tt set b2='IW203FVPO0ZC80BQC9' where id=5; -update noar ti set b2='IW203FVPO0ZC80BQC9' where id=5; -update noar tt set v0='9' where id=6; -update noar ti set v0='9' where id=6; -update noar tt set b0='RA173ND740XTMO6TVAF3A121PZEO1' where id=6; -update noar ti set b0='RA173ND740XTMO6TVAF3A121PZEO1' where id=6; -update noar tt set v0='9ZZUQYADGJVNH' where id=6; -update noar ti set v0='9ZZUQYADGJVNH' where id=6; -update noar tt set b1='41LB5CSJ1KKXUA0FHUZ0LFVP0UN1' where id=6; -update noar ti set b1='41LB5CSJ1KKXUA0FHUZ0LFVP0UN1' where id=6; -update noar tt set v0='1MHTHUQFUE7NDVBKGWTLS20P' where id=6; -update noar ti set v0='1MHTHUQFUE7NDVBKGWTLS20P' where id=6; -update noar tt set b2='FZNWI0T7D8HEGGXCDLW5V8' where id=6; -update noar ti set b2='FZNWI0T7D8HEGGXCDLW5V8' where id=6; -update noar tt set v0='PYG168I5HPMQZJ50WTW' where id=7; -update noar ti set v0='PYG168I5HPMQZJ50WTW' where id=7; -update noar tt set b0='AIP4G' where id=7; -update noar ti set b0='AIP4G' where id=7; -update noar tt set v0='RLL56UBNGW9V0H5B1JFTJ8T45' where id=7; -update noar ti set v0='RLL56UBNGW9V0H5B1JFTJ8T45' where id=7; -update noar tt set b1='8R04DYD8WXDL9J8GA9K46' where id=7; -update noar ti set b1='8R04DYD8WXDL9J8GA9K46' where id=7; -update noar tt set v0='1440DQZJA75KEPZ' where id=7; -update noar ti set v0='1440DQZJA75KEPZ' where id=7; -update noar tt set b2='1RRLN29GGT5510H1HGJQRN' where id=7; -update noar ti set b2='1RRLN29GGT5510H1HGJQRN' where id=7; -update noar tt set v0='A7FP' where id=8; -update noar ti set v0='A7FP' where id=8; -update noar tt set b0='ANJCN9' where id=8; -update noar ti set b0='ANJCN9' where id=8; -update noar tt set v0='MOTAOXADB7OLGUA' where id=8; -update noar ti set v0='MOTAOXADB7OLGUA' where id=8; -update noar tt set b1='VKZ6KTY4RY' where id=8; -update noar ti set b1='VKZ6KTY4RY' where id=8; -update noar tt set v0='3UZR27J18RDXFZYM9R9O8YDJ5ZQ' where id=8; -update noar ti set v0='3UZR27J18RDXFZYM9R9O8YDJ5ZQ' where id=8; -update noar tt set b2='4FG0QHESKSZWVQXPYLO94LDQ3EJH' where id=8; -update noar ti set b2='4FG0QHESKSZWVQXPYLO94LDQ3EJH' where id=8; -update noar tt set v0='9QTTIQVM2X5445E1301' where id=9; -update noar ti set v0='9QTTIQVM2X5445E1301' where id=9; -update noar tt set b0='0ZUTGBTKWPV6DNOU368JF9' where id=9; -update noar ti set b0='0ZUTGBTKWPV6DNOU368JF9' where id=9; -update noar tt set v0='EOKS4EH9CAB58NNTO6' where id=9; -update noar ti set v0='EOKS4EH9CAB58NNTO6' where id=9; -update noar tt set b1='QV9JKQS7TFIZEI' where id=9; -update noar ti set b1='QV9JKQS7TFIZEI' where id=9; -update noar tt set v0='523I0MUVJGEERQWURHOKW2XA17U2L' where id=9; -update noar ti set v0='523I0MUVJGEERQWURHOKW2XA17U2L' where id=9; -update noar tt set b2='DJPLTJ3B3ZI5KDSGN3J' where id=9; -update noar ti set b2='DJPLTJ3B3ZI5KDSGN3J' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QI1D524Q1F0N1ZCQRQQBJHCO' where id=1; -update noar ti set v0='QI1D524Q1F0N1ZCQRQQBJHCO' where id=1; -update noar tt set b0='PAFV69S' where id=1; -update noar ti set b0='PAFV69S' where id=1; -update noar tt set v0='409ATEAANPGR91AX0A0M' where id=1; -update noar ti set v0='409ATEAANPGR91AX0A0M' where id=1; -update noar tt set b1='LB21FBR33M95CARMU64NI' where id=1; -update noar ti set b1='LB21FBR33M95CARMU64NI' where id=1; -update noar tt set v0='Z6HOGCQD4CD' where id=1; -update noar ti set v0='Z6HOGCQD4CD' where id=1; -update noar tt set b2='VPQZG88' where id=1; -update noar ti set b2='VPQZG88' where id=1; -update noar tt set v0='R9P0OHVUEQS4L63EA0RE93N' where id=2; -update noar ti set v0='R9P0OHVUEQS4L63EA0RE93N' where id=2; -update noar tt set b0='F0' where id=2; -update noar ti set b0='F0' where id=2; -update noar tt set v0='P28R16ZVLNQG03ZLOUQWMW' where id=2; -update noar ti set v0='P28R16ZVLNQG03ZLOUQWMW' where id=2; -update noar tt set b1='QIT57VJ4' where id=2; -update noar ti set b1='QIT57VJ4' where id=2; -update noar tt set v0='VFK7784E8XA1Y78T4KZ9X9F1JC1DW9' where id=2; -update noar ti set v0='VFK7784E8XA1Y78T4KZ9X9F1JC1DW9' where id=2; -update noar tt set b2='Q54H9KI1LH' where id=2; -update noar ti set b2='Q54H9KI1LH' where id=2; -update noar tt set v0='XSG3KHPK3SDS462XWJSDDK' where id=3; -update noar ti set v0='XSG3KHPK3SDS462XWJSDDK' where id=3; -update noar tt set b0='PMFR2O1H9EW9OIP1RHT6LOPF4ZJSQ' where id=3; -update noar ti set b0='PMFR2O1H9EW9OIP1RHT6LOPF4ZJSQ' where id=3; -update noar tt set v0='5HL3KNE693HPYYQ1WAJH' where id=3; -update noar ti set v0='5HL3KNE693HPYYQ1WAJH' where id=3; -update noar tt set b1='CWA86VXD80VCBODCTRZ2KH507K' where id=3; -update noar ti set b1='CWA86VXD80VCBODCTRZ2KH507K' where id=3; -update noar tt set v0='4JXQ0USI6W4NDSZ8SALR0ARP' where id=3; -update noar ti set v0='4JXQ0USI6W4NDSZ8SALR0ARP' where id=3; -update noar tt set b2='OE10V' where id=3; -update noar ti set b2='OE10V' where id=3; -update noar tt set v0='1PDUHI59GTBI3JKOKFW0' where id=4; -update noar ti set v0='1PDUHI59GTBI3JKOKFW0' where id=4; -update noar tt set b0='JDQBUVHWHW56AMEIODVTZVI2B1F' where id=4; -update noar ti set b0='JDQBUVHWHW56AMEIODVTZVI2B1F' where id=4; -update noar tt set v0='E45XB8CQV9ICXLVTEGF' where id=4; -update noar ti set v0='E45XB8CQV9ICXLVTEGF' where id=4; -update noar tt set b1='GQYJ04AD9B' where id=4; -update noar ti set b1='GQYJ04AD9B' where id=4; -update noar tt set v0='C88UGD7EP3W2SY2W' where id=4; -update noar ti set v0='C88UGD7EP3W2SY2W' where id=4; -update noar tt set b2='C6H1EG1PS62NB1NP1LZH7' where id=4; -update noar ti set b2='C6H1EG1PS62NB1NP1LZH7' where id=4; -update noar tt set v0='EGBAY8M07WWQ8FELS7BSO2ZFU' where id=5; -update noar ti set v0='EGBAY8M07WWQ8FELS7BSO2ZFU' where id=5; -update noar tt set b0='ITK60WIK' where id=5; -update noar ti set b0='ITK60WIK' where id=5; -update noar tt set v0='MHCY2LN8RDAS159QSJNNO5XL7ROVA81' where id=5; -update noar ti set v0='MHCY2LN8RDAS159QSJNNO5XL7ROVA81' where id=5; -update noar tt set b1='M3ZE1' where id=5; -update noar ti set b1='M3ZE1' where id=5; -update noar tt set v0='3TQW87CF8R6NRTA3MGSWKL' where id=5; -update noar ti set v0='3TQW87CF8R6NRTA3MGSWKL' where id=5; -update noar tt set b2='XF5EV84RRH46WSU' where id=5; -update noar ti set b2='XF5EV84RRH46WSU' where id=5; -update noar tt set v0='GAQPM9PEZ9J9' where id=6; -update noar ti set v0='GAQPM9PEZ9J9' where id=6; -update noar tt set b0='JNFM9DOS07CX' where id=6; -update noar ti set b0='JNFM9DOS07CX' where id=6; -update noar tt set v0='EKTA2JA' where id=6; -update noar ti set v0='EKTA2JA' where id=6; -update noar tt set b1='9TI64C8W' where id=6; -update noar ti set b1='9TI64C8W' where id=6; -update noar tt set v0='QPQO6L45ERCQ' where id=6; -update noar ti set v0='QPQO6L45ERCQ' where id=6; -update noar tt set b2='YU6O322N84' where id=6; -update noar ti set b2='YU6O322N84' where id=6; -update noar tt set v0='9MOPKEC3YHUC7JCBDE3DNAWYIQ5JGRLJ' where id=7; -update noar ti set v0='9MOPKEC3YHUC7JCBDE3DNAWYIQ5JGRLJ' where id=7; -update noar tt set b0='K1VOH19RCN5M0H9' where id=7; -update noar ti set b0='K1VOH19RCN5M0H9' where id=7; -update noar tt set v0='Z1PEO653XQ' where id=7; -update noar ti set v0='Z1PEO653XQ' where id=7; -update noar tt set b1='E7FTONJM9D5YK4XSC7B232MAHZEQBI' where id=7; -update noar ti set b1='E7FTONJM9D5YK4XSC7B232MAHZEQBI' where id=7; -update noar tt set v0='1CHPH7IBAKB5MJD7CER4ZW' where id=7; -update noar ti set v0='1CHPH7IBAKB5MJD7CER4ZW' where id=7; -update noar tt set b2='H8I2AB424FIW1G0Y06QAVQ' where id=7; -update noar ti set b2='H8I2AB424FIW1G0Y06QAVQ' where id=7; -update noar tt set v0='P9C6M01CH7T3O00LP9FSBMHZM' where id=8; -update noar ti set v0='P9C6M01CH7T3O00LP9FSBMHZM' where id=8; -update noar tt set b0='P1K19RV7VCEZTO7Z93Q1VMT' where id=8; -update noar ti set b0='P1K19RV7VCEZTO7Z93Q1VMT' where id=8; -update noar tt set v0='SYEX0YYSQ2027AF8R662XUHY38' where id=8; -update noar ti set v0='SYEX0YYSQ2027AF8R662XUHY38' where id=8; -update noar tt set b1='Z46W8IVOU102' where id=8; -update noar ti set b1='Z46W8IVOU102' where id=8; -update noar tt set v0='3FC82NFQVXW92HK4TLP4FI8AWWRKJ5' where id=8; -update noar ti set v0='3FC82NFQVXW92HK4TLP4FI8AWWRKJ5' where id=8; -update noar tt set b2='Z1F4CV84KTF' where id=8; -update noar ti set b2='Z1F4CV84KTF' where id=8; -update noar tt set v0='9WJE2BGKD' where id=9; -update noar ti set v0='9WJE2BGKD' where id=9; -update noar tt set b0='XHZX1I8N23X7PYXIZMSGJVTSG9YBPP' where id=9; -update noar ti set b0='XHZX1I8N23X7PYXIZMSGJVTSG9YBPP' where id=9; -update noar tt set v0='3ZC3UYU38PXORS1U5GC997LTW6QU3' where id=9; -update noar ti set v0='3ZC3UYU38PXORS1U5GC997LTW6QU3' where id=9; -update noar tt set b1='4MRXLH' where id=9; -update noar ti set b1='4MRXLH' where id=9; -update noar tt set v0='HX1SEM5J857LF8MG4EDN' where id=9; -update noar ti set v0='HX1SEM5J857LF8MG4EDN' where id=9; -update noar tt set b2='TLHBOX3UVX879TGT3W' where id=9; -update noar ti set b2='TLHBOX3UVX879TGT3W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UGNW0NVR9CGHXEE' where id=1; -update noar ti set v0='UGNW0NVR9CGHXEE' where id=1; -update noar tt set b0='JZP1DF02Q2G08DC4J' where id=1; -update noar ti set b0='JZP1DF02Q2G08DC4J' where id=1; -update noar tt set v0='OUK5P1NMIKTAYB0LUOD' where id=1; -update noar ti set v0='OUK5P1NMIKTAYB0LUOD' where id=1; -update noar tt set b1='3RC0S4F0T9GKAFI3DGEWMYR6E4' where id=1; -update noar ti set b1='3RC0S4F0T9GKAFI3DGEWMYR6E4' where id=1; -update noar tt set v0='RXAQ2ZJKPIEGLGDS6GB6N' where id=1; -update noar ti set v0='RXAQ2ZJKPIEGLGDS6GB6N' where id=1; -update noar tt set b2='6X3Q836J0HJAMIO32I9MQ59PF' where id=1; -update noar ti set b2='6X3Q836J0HJAMIO32I9MQ59PF' where id=1; -update noar tt set v0='J' where id=2; -update noar ti set v0='J' where id=2; -update noar tt set b0='4EE1BFRMWLI12I1M7Y8LIJ7GCLD0' where id=2; -update noar ti set b0='4EE1BFRMWLI12I1M7Y8LIJ7GCLD0' where id=2; -update noar tt set v0='DVCWYO' where id=2; -update noar ti set v0='DVCWYO' where id=2; -update noar tt set b1='AV615JHC8H0YVWUZ8LCT6YEQV' where id=2; -update noar ti set b1='AV615JHC8H0YVWUZ8LCT6YEQV' where id=2; -update noar tt set v0='SQ32WAZI0XC9UCZOW57AK' where id=2; -update noar ti set v0='SQ32WAZI0XC9UCZOW57AK' where id=2; -update noar tt set b2='H8QNRP06IZ98HU' where id=2; -update noar ti set b2='H8QNRP06IZ98HU' where id=2; -update noar tt set v0='GCSIQH4HQGOVW6LOUMIFI3DNLK8PQJ' where id=3; -update noar ti set v0='GCSIQH4HQGOVW6LOUMIFI3DNLK8PQJ' where id=3; -update noar tt set b0='SR5BE2' where id=3; -update noar ti set b0='SR5BE2' where id=3; -update noar tt set v0='FUK4CPT09' where id=3; -update noar ti set v0='FUK4CPT09' where id=3; -update noar tt set b1='FK93J39T' where id=3; -update noar ti set b1='FK93J39T' where id=3; -update noar tt set v0='Y8MPUQX06QU93ISM' where id=3; -update noar ti set v0='Y8MPUQX06QU93ISM' where id=3; -update noar tt set b2='AQOM794MF6' where id=3; -update noar ti set b2='AQOM794MF6' where id=3; -update noar tt set v0='YGNZ37H2EY' where id=4; -update noar ti set v0='YGNZ37H2EY' where id=4; -update noar tt set b0='ISTM731LD2T0VS9GTV1127IZ31D7' where id=4; -update noar ti set b0='ISTM731LD2T0VS9GTV1127IZ31D7' where id=4; -update noar tt set v0='EVMR7QIFIA5ET' where id=4; -update noar ti set v0='EVMR7QIFIA5ET' where id=4; -update noar tt set b1='OEE8YI2NTBI830RQ50EOTJ' where id=4; -update noar ti set b1='OEE8YI2NTBI830RQ50EOTJ' where id=4; -update noar tt set v0='CM340O76' where id=4; -update noar ti set v0='CM340O76' where id=4; -update noar tt set b2='MTVH671' where id=4; -update noar ti set b2='MTVH671' where id=4; -update noar tt set v0='NUXIT7YXBWNU7JSSEG' where id=5; -update noar ti set v0='NUXIT7YXBWNU7JSSEG' where id=5; -update noar tt set b0='5Q2Q6V7687QVIXLKZ' where id=5; -update noar ti set b0='5Q2Q6V7687QVIXLKZ' where id=5; -update noar tt set v0='DRLXXKEFR' where id=5; -update noar ti set v0='DRLXXKEFR' where id=5; -update noar tt set b1='NKU03MBYK' where id=5; -update noar ti set b1='NKU03MBYK' where id=5; -update noar tt set v0='JVR3WRCQDPZRNM' where id=5; -update noar ti set v0='JVR3WRCQDPZRNM' where id=5; -update noar tt set b2='2EEAQS3Z3CAKPH6X5' where id=5; -update noar ti set b2='2EEAQS3Z3CAKPH6X5' where id=5; -update noar tt set v0='5MPNKQWARIS25H67PT69WJGFYFS68393' where id=6; -update noar ti set v0='5MPNKQWARIS25H67PT69WJGFYFS68393' where id=6; -update noar tt set b0='L0WOAUA8WXYQ79E8L' where id=6; -update noar ti set b0='L0WOAUA8WXYQ79E8L' where id=6; -update noar tt set v0='90K71NJ4WWF0T2EAP5' where id=6; -update noar ti set v0='90K71NJ4WWF0T2EAP5' where id=6; -update noar tt set b1='XHAOECLN4YC7LRK8U8CHX0C349' where id=6; -update noar ti set b1='XHAOECLN4YC7LRK8U8CHX0C349' where id=6; -update noar tt set v0='8734P' where id=6; -update noar ti set v0='8734P' where id=6; -update noar tt set b2='C' where id=6; -update noar ti set b2='C' where id=6; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b0='L3X5DO95UYNEIE48SV2R5' where id=7; -update noar ti set b0='L3X5DO95UYNEIE48SV2R5' where id=7; -update noar tt set v0='9GMTQFPDXZ5RZY6ELJ2UD8BEHIU' where id=7; -update noar ti set v0='9GMTQFPDXZ5RZY6ELJ2UD8BEHIU' where id=7; -update noar tt set b1='48TEU3QD39KNR7223EPV' where id=7; -update noar ti set b1='48TEU3QD39KNR7223EPV' where id=7; -update noar tt set v0='2T92WIU6XOLA5VU' where id=7; -update noar ti set v0='2T92WIU6XOLA5VU' where id=7; -update noar tt set b2='WMA40QRLVM937BKUZVF444M8A81QKX' where id=7; -update noar ti set b2='WMA40QRLVM937BKUZVF444M8A81QKX' where id=7; -update noar tt set v0='BPPUE21RWWR0NXYWDA' where id=8; -update noar ti set v0='BPPUE21RWWR0NXYWDA' where id=8; -update noar tt set b0='ZG9QN48YJM13AYU5YYQVM7BM145HVYOT' where id=8; -update noar ti set b0='ZG9QN48YJM13AYU5YYQVM7BM145HVYOT' where id=8; -update noar tt set v0='W97MQZ' where id=8; -update noar ti set v0='W97MQZ' where id=8; -update noar tt set b1='Q2652ZRV6NHLCVEN0212YE' where id=8; -update noar ti set b1='Q2652ZRV6NHLCVEN0212YE' where id=8; -update noar tt set v0='5TRGJOZFXF64CHGHVTGR6WQ55PU6' where id=8; -update noar ti set v0='5TRGJOZFXF64CHGHVTGR6WQ55PU6' where id=8; -update noar tt set b2='2Z2MHTS9A8M7AYJV' where id=8; -update noar ti set b2='2Z2MHTS9A8M7AYJV' where id=8; -update noar tt set v0='1SRR' where id=9; -update noar ti set v0='1SRR' where id=9; -update noar tt set b0='K0RGO5EAPJ9QXFISR2RBVI6Q1P' where id=9; -update noar ti set b0='K0RGO5EAPJ9QXFISR2RBVI6Q1P' where id=9; -update noar tt set v0='PFVSYT0IF6ZB' where id=9; -update noar ti set v0='PFVSYT0IF6ZB' where id=9; -update noar tt set b1='CE6AP' where id=9; -update noar ti set b1='CE6AP' where id=9; -update noar tt set v0='WSLG7UVT8HD4TT9X0C1' where id=9; -update noar ti set v0='WSLG7UVT8HD4TT9X0C1' where id=9; -update noar tt set b2='P7F7NRQYGF1TFO8ZOGBRJV' where id=9; -update noar ti set b2='P7F7NRQYGF1TFO8ZOGBRJV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='07J9' where id=1; -update noar ti set v0='07J9' where id=1; -update noar tt set b0='DUNKPINS' where id=1; -update noar ti set b0='DUNKPINS' where id=1; -update noar tt set v0='YD9BMR9BDMAZ4LVFCUJG9GVNTM' where id=1; -update noar ti set v0='YD9BMR9BDMAZ4LVFCUJG9GVNTM' where id=1; -update noar tt set b1='T4EWDSW5IX2STVK1TPIL717N5N3VP' where id=1; -update noar ti set b1='T4EWDSW5IX2STVK1TPIL717N5N3VP' where id=1; -update noar tt set v0='3I9WPSAUCBCP9Y' where id=1; -update noar ti set v0='3I9WPSAUCBCP9Y' where id=1; -update noar tt set b2='89KVC0QT2EFKMSO846PA8GLF6FWBOVHS' where id=1; -update noar ti set b2='89KVC0QT2EFKMSO846PA8GLF6FWBOVHS' where id=1; -update noar tt set v0='AUDY6GSLY' where id=2; -update noar ti set v0='AUDY6GSLY' where id=2; -update noar tt set b0='IS3TCTF4X1Y5' where id=2; -update noar ti set b0='IS3TCTF4X1Y5' where id=2; -update noar tt set v0='L7KOQ5B' where id=2; -update noar ti set v0='L7KOQ5B' where id=2; -update noar tt set b1='C4398W6L1EQTAH6' where id=2; -update noar ti set b1='C4398W6L1EQTAH6' where id=2; -update noar tt set v0='1YV3LGXWK9G4JLPSU1YQ9T3IU2EK3GI' where id=2; -update noar ti set v0='1YV3LGXWK9G4JLPSU1YQ9T3IU2EK3GI' where id=2; -update noar tt set b2='8E8HPFSUFTRCF0ZTEJ2BWJB0L3DMB4OK' where id=2; -update noar ti set b2='8E8HPFSUFTRCF0ZTEJ2BWJB0L3DMB4OK' where id=2; -update noar tt set v0='KGDBMO3SQWHJN5F6JU3U70K' where id=3; -update noar ti set v0='KGDBMO3SQWHJN5F6JU3U70K' where id=3; -update noar tt set b0='EK55ZT' where id=3; -update noar ti set b0='EK55ZT' where id=3; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b1='079DI85RQAQ5ID094U1W9' where id=3; -update noar ti set b1='079DI85RQAQ5ID094U1W9' where id=3; -update noar tt set v0='7UVJRKSQ26BTR1L8H8' where id=3; -update noar ti set v0='7UVJRKSQ26BTR1L8H8' where id=3; -update noar tt set b2='84F' where id=3; -update noar ti set b2='84F' where id=3; -update noar tt set v0='OPQTY9S0013' where id=4; -update noar ti set v0='OPQTY9S0013' where id=4; -update noar tt set b0='3E03NQ5OUYGN7E' where id=4; -update noar ti set b0='3E03NQ5OUYGN7E' where id=4; -update noar tt set v0='IBMJ' where id=4; -update noar ti set v0='IBMJ' where id=4; -update noar tt set b1='GQO72754ZJRHIO1D1WQ' where id=4; -update noar ti set b1='GQO72754ZJRHIO1D1WQ' where id=4; -update noar tt set v0='659P2XRROO0W0IETQNNHPSRB5WIG8MC' where id=4; -update noar ti set v0='659P2XRROO0W0IETQNNHPSRB5WIG8MC' where id=4; -update noar tt set b2='SX8N2G6EG3PJ' where id=4; -update noar ti set b2='SX8N2G6EG3PJ' where id=4; -update noar tt set v0='R5VN14NT4BRCZ3HT79JTHVO2W9H4X' where id=5; -update noar ti set v0='R5VN14NT4BRCZ3HT79JTHVO2W9H4X' where id=5; -update noar tt set b0='Z1KDZ4QEXRFZ1WYE0O81' where id=5; -update noar ti set b0='Z1KDZ4QEXRFZ1WYE0O81' where id=5; -update noar tt set v0='OQ5K08AX2NLXEF0Y7TZ8AWEFOW5UL' where id=5; -update noar ti set v0='OQ5K08AX2NLXEF0Y7TZ8AWEFOW5UL' where id=5; -update noar tt set b1='QY5' where id=5; -update noar ti set b1='QY5' where id=5; -update noar tt set v0='68ABPZVUNIOF' where id=5; -update noar ti set v0='68ABPZVUNIOF' where id=5; -update noar tt set b2='U5MSBBG' where id=5; -update noar ti set b2='U5MSBBG' where id=5; -update noar tt set v0='0M60K' where id=6; -update noar ti set v0='0M60K' where id=6; -update noar tt set b0='CQE8YSG0P8FIEPK' where id=6; -update noar ti set b0='CQE8YSG0P8FIEPK' where id=6; -update noar tt set v0='TCGONP' where id=6; -update noar ti set v0='TCGONP' where id=6; -update noar tt set b1='WTUDN93FH9WR5EIVCC' where id=6; -update noar ti set b1='WTUDN93FH9WR5EIVCC' where id=6; -update noar tt set v0='UDBYJ2NP0L13M67FROEDNJ' where id=6; -update noar ti set v0='UDBYJ2NP0L13M67FROEDNJ' where id=6; -update noar tt set b2='KB7857KMDAE2A4ZP4H872LASYZIKI' where id=6; -update noar ti set b2='KB7857KMDAE2A4ZP4H872LASYZIKI' where id=6; -update noar tt set v0='CJN0Q' where id=7; -update noar ti set v0='CJN0Q' where id=7; -update noar tt set b0='UEX4LLVH' where id=7; -update noar ti set b0='UEX4LLVH' where id=7; -update noar tt set v0='FBDZA4KGFLK9VDBA6YF1BCB' where id=7; -update noar ti set v0='FBDZA4KGFLK9VDBA6YF1BCB' where id=7; -update noar tt set b1='Z' where id=7; -update noar ti set b1='Z' where id=7; -update noar tt set v0='PTHB1U2FB238V5AY8YWNPUD3BZZRWT' where id=7; -update noar ti set v0='PTHB1U2FB238V5AY8YWNPUD3BZZRWT' where id=7; -update noar tt set b2='OWJTW5N6I0MUL7' where id=7; -update noar ti set b2='OWJTW5N6I0MUL7' where id=7; -update noar tt set v0='I5Y0GD5PFS4148N3IX8Y0M' where id=8; -update noar ti set v0='I5Y0GD5PFS4148N3IX8Y0M' where id=8; -update noar tt set b0='JMG6XCLCSOTI7X' where id=8; -update noar ti set b0='JMG6XCLCSOTI7X' where id=8; -update noar tt set v0='7V' where id=8; -update noar ti set v0='7V' where id=8; -update noar tt set b1='L' where id=8; -update noar ti set b1='L' where id=8; -update noar tt set v0='H4F5IV445QI46N30L1A77HX' where id=8; -update noar ti set v0='H4F5IV445QI46N30L1A77HX' where id=8; -update noar tt set b2='CNBLU0YN0TW3TVZA7' where id=8; -update noar ti set b2='CNBLU0YN0TW3TVZA7' where id=8; -update noar tt set v0='A7PUDKEI861Z9JY1YPN0PTTG24SMQV' where id=9; -update noar ti set v0='A7PUDKEI861Z9JY1YPN0PTTG24SMQV' where id=9; -update noar tt set b0='YIHPA9MJ752BQCWTCFS6Z' where id=9; -update noar ti set b0='YIHPA9MJ752BQCWTCFS6Z' where id=9; -update noar tt set v0='UCHJNTO63C2M5HDX0MID5NGZTO82L5X' where id=9; -update noar ti set v0='UCHJNTO63C2M5HDX0MID5NGZTO82L5X' where id=9; -update noar tt set b1='5BQ9J410YDMIQLH5JYAK9JTNMTZ2GPFO' where id=9; -update noar ti set b1='5BQ9J410YDMIQLH5JYAK9JTNMTZ2GPFO' where id=9; -update noar tt set v0='HLUUN5PSG2EBDAER' where id=9; -update noar ti set v0='HLUUN5PSG2EBDAER' where id=9; -update noar tt set b2='HUXWVIJAC91WLWGWZ6Y' where id=9; -update noar ti set b2='HUXWVIJAC91WLWGWZ6Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y1HELL2FKSCKFYWHK81CHJL7TTB3C4JI' where id=1; -update noar ti set v0='Y1HELL2FKSCKFYWHK81CHJL7TTB3C4JI' where id=1; -update noar tt set b0='B1J2G22QAZLVOVP03K' where id=1; -update noar ti set b0='B1J2G22QAZLVOVP03K' where id=1; -update noar tt set v0='32M7T6IAS8' where id=1; -update noar ti set v0='32M7T6IAS8' where id=1; -update noar tt set b1='F41H0X9C4JYJ3' where id=1; -update noar ti set b1='F41H0X9C4JYJ3' where id=1; -update noar tt set v0='9YL7' where id=1; -update noar ti set v0='9YL7' where id=1; -update noar tt set b2='3' where id=1; -update noar ti set b2='3' where id=1; -update noar tt set v0='JF7H5N41N' where id=2; -update noar ti set v0='JF7H5N41N' where id=2; -update noar tt set b0='GORM0ID' where id=2; -update noar ti set b0='GORM0ID' where id=2; -update noar tt set v0='PSYD' where id=2; -update noar ti set v0='PSYD' where id=2; -update noar tt set b1='VWYUNAFKQCS5VJQ1YVM4DGT34' where id=2; -update noar ti set b1='VWYUNAFKQCS5VJQ1YVM4DGT34' where id=2; -update noar tt set v0='FKX75B0' where id=2; -update noar ti set v0='FKX75B0' where id=2; -update noar tt set b2='S' where id=2; -update noar ti set b2='S' where id=2; -update noar tt set v0='GQ3C2VIOTO' where id=3; -update noar ti set v0='GQ3C2VIOTO' where id=3; -update noar tt set b0='U0080HKSK66S1WLDI4' where id=3; -update noar ti set b0='U0080HKSK66S1WLDI4' where id=3; -update noar tt set v0='RIOXR7U1154H6' where id=3; -update noar ti set v0='RIOXR7U1154H6' where id=3; -update noar tt set b1='92OUPM55WJFZ93FVNM599USZRVTI29FD' where id=3; -update noar ti set b1='92OUPM55WJFZ93FVNM599USZRVTI29FD' where id=3; -update noar tt set v0='INSI9L7YES4S6M72OH2SB3BK8L' where id=3; -update noar ti set v0='INSI9L7YES4S6M72OH2SB3BK8L' where id=3; -update noar tt set b2='D0YFA7B23SBA7EZOYVK' where id=3; -update noar ti set b2='D0YFA7B23SBA7EZOYVK' where id=3; -update noar tt set v0='UWFW1YT9TR' where id=4; -update noar ti set v0='UWFW1YT9TR' where id=4; -update noar tt set b0='LC0JKL1H189YWRGASK7' where id=4; -update noar ti set b0='LC0JKL1H189YWRGASK7' where id=4; -update noar tt set v0='RJ0LOLIEIEI0VPYIOCEKSOSL' where id=4; -update noar ti set v0='RJ0LOLIEIEI0VPYIOCEKSOSL' where id=4; -update noar tt set b1='QI1Z6HHW7YL6J1GVMFPC4HE2110' where id=4; -update noar ti set b1='QI1Z6HHW7YL6J1GVMFPC4HE2110' where id=4; -update noar tt set v0='OLB3X9' where id=4; -update noar ti set v0='OLB3X9' where id=4; -update noar tt set b2='FR77ASOFM8DHX4WKEWXZCEQU81' where id=4; -update noar ti set b2='FR77ASOFM8DHX4WKEWXZCEQU81' where id=4; -update noar tt set v0='75EQXYSTLF9L' where id=5; -update noar ti set v0='75EQXYSTLF9L' where id=5; -update noar tt set b0='QLA96AONO9FMTQ1REJ8T9FOASIIP' where id=5; -update noar ti set b0='QLA96AONO9FMTQ1REJ8T9FOASIIP' where id=5; -update noar tt set v0='52F5SOPZCEJHDO85B80ZD9' where id=5; -update noar ti set v0='52F5SOPZCEJHDO85B80ZD9' where id=5; -update noar tt set b1='DX3P56C8RTV' where id=5; -update noar ti set b1='DX3P56C8RTV' where id=5; -update noar tt set v0='5CIRDRFLI46' where id=5; -update noar ti set v0='5CIRDRFLI46' where id=5; -update noar tt set b2='TSFZN780' where id=5; -update noar ti set b2='TSFZN780' where id=5; -update noar tt set v0='LERXY7N33M94X' where id=6; -update noar ti set v0='LERXY7N33M94X' where id=6; -update noar tt set b0='7OTMGUWQGSDQJHIRNE5F4DU7DZHPXHHZ' where id=6; -update noar ti set b0='7OTMGUWQGSDQJHIRNE5F4DU7DZHPXHHZ' where id=6; -update noar tt set v0='DJDFOB26H7LXNTX' where id=6; -update noar ti set v0='DJDFOB26H7LXNTX' where id=6; -update noar tt set b1='M3JBUKUU' where id=6; -update noar ti set b1='M3JBUKUU' where id=6; -update noar tt set v0='E2ARTWETV6PF' where id=6; -update noar ti set v0='E2ARTWETV6PF' where id=6; -update noar tt set b2='DPPCLK1SUW0VUPQ63' where id=6; -update noar ti set b2='DPPCLK1SUW0VUPQ63' where id=6; -update noar tt set v0='0LQ6P493JPNCO7YX5PFPRN8LNPL' where id=7; -update noar ti set v0='0LQ6P493JPNCO7YX5PFPRN8LNPL' where id=7; -update noar tt set b0='1QF5OTOLTC80E' where id=7; -update noar ti set b0='1QF5OTOLTC80E' where id=7; -update noar tt set v0='YKY6' where id=7; -update noar ti set v0='YKY6' where id=7; -update noar tt set b1='QT6R3RUR6BF27B' where id=7; -update noar ti set b1='QT6R3RUR6BF27B' where id=7; -update noar tt set v0='CPS2F8IV6BGIMYZP3GMJVB4I' where id=7; -update noar ti set v0='CPS2F8IV6BGIMYZP3GMJVB4I' where id=7; -update noar tt set b2='RKTFHR1Z1NP0P7VU20Z' where id=7; -update noar ti set b2='RKTFHR1Z1NP0P7VU20Z' where id=7; -update noar tt set v0='W4FR22244IVXF86053WMHMN9A6Y5LBT' where id=8; -update noar ti set v0='W4FR22244IVXF86053WMHMN9A6Y5LBT' where id=8; -update noar tt set b0='Q6K7UJDG9RPA5C1J' where id=8; -update noar ti set b0='Q6K7UJDG9RPA5C1J' where id=8; -update noar tt set v0='5Z5' where id=8; -update noar ti set v0='5Z5' where id=8; -update noar tt set b1='9ZP2C5ZOBGIKIHNG5A1HUN' where id=8; -update noar ti set b1='9ZP2C5ZOBGIKIHNG5A1HUN' where id=8; -update noar tt set v0='95ES6ZYFJS9Z9L9AM95E4YUAZS8J8' where id=8; -update noar ti set v0='95ES6ZYFJS9Z9L9AM95E4YUAZS8J8' where id=8; -update noar tt set b2='5G85BF4ME' where id=8; -update noar ti set b2='5G85BF4ME' where id=8; -update noar tt set v0='PO6I5UU' where id=9; -update noar ti set v0='PO6I5UU' where id=9; -update noar tt set b0='G8UNHO346VDSQY' where id=9; -update noar ti set b0='G8UNHO346VDSQY' where id=9; -update noar tt set v0='RU7' where id=9; -update noar ti set v0='RU7' where id=9; -update noar tt set b1='HZZ9VVU6WZPDGJVFY4CODI8ZH' where id=9; -update noar ti set b1='HZZ9VVU6WZPDGJVFY4CODI8ZH' where id=9; -update noar tt set v0='2L7ZQABVFBPMEA6UZ' where id=9; -update noar ti set v0='2L7ZQABVFBPMEA6UZ' where id=9; -update noar tt set b2='PS0LKOIW4HGSJJ27DFDX7XV5EJ' where id=9; -update noar ti set b2='PS0LKOIW4HGSJJ27DFDX7XV5EJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O499U2CZ1W0U5UI2Z' where id=1; -update noar ti set v0='O499U2CZ1W0U5UI2Z' where id=1; -update noar tt set b0='HOGQ6ZM7PN9OFRYJ' where id=1; -update noar ti set b0='HOGQ6ZM7PN9OFRYJ' where id=1; -update noar tt set v0='CBNRM20N' where id=1; -update noar ti set v0='CBNRM20N' where id=1; -update noar tt set b1='B1EGGLEC19FD' where id=1; -update noar ti set b1='B1EGGLEC19FD' where id=1; -update noar tt set v0='QH144WL15HL2' where id=1; -update noar ti set v0='QH144WL15HL2' where id=1; -update noar tt set b2='QW' where id=1; -update noar ti set b2='QW' where id=1; -update noar tt set v0='NN4RBU45QV5T' where id=2; -update noar ti set v0='NN4RBU45QV5T' where id=2; -update noar tt set b0='4IRAIOI2DEDW028P2Y0P4I9PW' where id=2; -update noar ti set b0='4IRAIOI2DEDW028P2Y0P4I9PW' where id=2; -update noar tt set v0='UXDZ86EVPLUYKPYG1BLB0P171MWI73' where id=2; -update noar ti set v0='UXDZ86EVPLUYKPYG1BLB0P171MWI73' where id=2; -update noar tt set b1='1CV3KS5OY6PV984WGM1V6J4H65WAWRJ' where id=2; -update noar ti set b1='1CV3KS5OY6PV984WGM1V6J4H65WAWRJ' where id=2; -update noar tt set v0='1GLZUW4P2BME97A9' where id=2; -update noar ti set v0='1GLZUW4P2BME97A9' where id=2; -update noar tt set b2='BA' where id=2; -update noar ti set b2='BA' where id=2; -update noar tt set v0='ABF9F8LHJ2FXCBXA4K12WIJLZCU3ZJ' where id=3; -update noar ti set v0='ABF9F8LHJ2FXCBXA4K12WIJLZCU3ZJ' where id=3; -update noar tt set b0='DW7C9KSN5F4F' where id=3; -update noar ti set b0='DW7C9KSN5F4F' where id=3; -update noar tt set v0='ILZZLX6XAMWY8MXTF8NQ4' where id=3; -update noar ti set v0='ILZZLX6XAMWY8MXTF8NQ4' where id=3; -update noar tt set b1='4EK0FH63EC4224EIEBE' where id=3; -update noar ti set b1='4EK0FH63EC4224EIEBE' where id=3; -update noar tt set v0='N2B6ZXIN2XPGMFXJFEZT7KXZ6R' where id=3; -update noar ti set v0='N2B6ZXIN2XPGMFXJFEZT7KXZ6R' where id=3; -update noar tt set b2='8BZS8XFLDG5NM47F20VL' where id=3; -update noar ti set b2='8BZS8XFLDG5NM47F20VL' where id=3; -update noar tt set v0='CFRL1' where id=4; -update noar ti set v0='CFRL1' where id=4; -update noar tt set b0='D6IHVPTY3E4OEHCVCG2XZI5CTX7' where id=4; -update noar ti set b0='D6IHVPTY3E4OEHCVCG2XZI5CTX7' where id=4; -update noar tt set v0='8XQWCT32XM5GUY' where id=4; -update noar ti set v0='8XQWCT32XM5GUY' where id=4; -update noar tt set b1='XU3B0LMV6' where id=4; -update noar ti set b1='XU3B0LMV6' where id=4; -update noar tt set v0='HNS54CLWPG' where id=4; -update noar ti set v0='HNS54CLWPG' where id=4; -update noar tt set b2='OCN93J' where id=4; -update noar ti set b2='OCN93J' where id=4; -update noar tt set v0='3NC3111G0' where id=5; -update noar ti set v0='3NC3111G0' where id=5; -update noar tt set b0='E7P4G7HSADKZ33JP' where id=5; -update noar ti set b0='E7P4G7HSADKZ33JP' where id=5; -update noar tt set v0='OQJOKYD3ZMO4ULOBOI5U0QE' where id=5; -update noar ti set v0='OQJOKYD3ZMO4ULOBOI5U0QE' where id=5; -update noar tt set b1='FUTBSPFJW9' where id=5; -update noar ti set b1='FUTBSPFJW9' where id=5; -update noar tt set v0='D2B382WPFCJFWUNF6DYWCU1JNRA5ZU7S' where id=5; -update noar ti set v0='D2B382WPFCJFWUNF6DYWCU1JNRA5ZU7S' where id=5; -update noar tt set b2='UGKLD2ZMDAXL8J' where id=5; -update noar ti set b2='UGKLD2ZMDAXL8J' where id=5; -update noar tt set v0='NL0' where id=6; -update noar ti set v0='NL0' where id=6; -update noar tt set b0='AFRT5VNZI6M9HBYGLNXW8S7F2AH4' where id=6; -update noar ti set b0='AFRT5VNZI6M9HBYGLNXW8S7F2AH4' where id=6; -update noar tt set v0='V9BWD3VTY6BJ3AWD1PNR' where id=6; -update noar ti set v0='V9BWD3VTY6BJ3AWD1PNR' where id=6; -update noar tt set b1='6FNDCH8SF5XB429IA5X' where id=6; -update noar ti set b1='6FNDCH8SF5XB429IA5X' where id=6; -update noar tt set v0='IF2ZL2R5MP1K2C4PEQ4SRPFI4CVW' where id=6; -update noar ti set v0='IF2ZL2R5MP1K2C4PEQ4SRPFI4CVW' where id=6; -update noar tt set b2='Z1X' where id=6; -update noar ti set b2='Z1X' where id=6; -update noar tt set v0='JP3L46DYRU57IMQUH6F11V6LD8I5PQFA' where id=7; -update noar ti set v0='JP3L46DYRU57IMQUH6F11V6LD8I5PQFA' where id=7; -update noar tt set b0='W8FEU2QI41UU' where id=7; -update noar ti set b0='W8FEU2QI41UU' where id=7; -update noar tt set v0='DTN5493H62FR4QMPLM0SHNBAY' where id=7; -update noar ti set v0='DTN5493H62FR4QMPLM0SHNBAY' where id=7; -update noar tt set b1='L' where id=7; -update noar ti set b1='L' where id=7; -update noar tt set v0='28N78LGK5681XW2O0ZQ3413N' where id=7; -update noar ti set v0='28N78LGK5681XW2O0ZQ3413N' where id=7; -update noar tt set b2='LB' where id=7; -update noar ti set b2='LB' where id=7; -update noar tt set v0='K0PXWYPVVS6UKSZXDVAD0KRCES18' where id=8; -update noar ti set v0='K0PXWYPVVS6UKSZXDVAD0KRCES18' where id=8; -update noar tt set b0='BE41M2NILQBGIFZKUVWWAXW5V' where id=8; -update noar ti set b0='BE41M2NILQBGIFZKUVWWAXW5V' where id=8; -update noar tt set v0='EA764I8854CN12SM61ZYUOLIM' where id=8; -update noar ti set v0='EA764I8854CN12SM61ZYUOLIM' where id=8; -update noar tt set b1='62C44ERE9T9B6OKFOFMJJ' where id=8; -update noar ti set b1='62C44ERE9T9B6OKFOFMJJ' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b2='F' where id=8; -update noar ti set b2='F' where id=8; -update noar tt set v0='D' where id=9; -update noar ti set v0='D' where id=9; -update noar tt set b0='WLJ3G7B27FAP7' where id=9; -update noar ti set b0='WLJ3G7B27FAP7' where id=9; -update noar tt set v0='J4VVG' where id=9; -update noar ti set v0='J4VVG' where id=9; -update noar tt set b1='RW953YD6XQ8ZEYIJOTXF03TB6KX1' where id=9; -update noar ti set b1='RW953YD6XQ8ZEYIJOTXF03TB6KX1' where id=9; -update noar tt set v0='UW3BP' where id=9; -update noar ti set v0='UW3BP' where id=9; -update noar tt set b2='M5KQT1FW5W7U7JP6UU526891R' where id=9; -update noar ti set b2='M5KQT1FW5W7U7JP6UU526891R' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XF' where id=1; -update noar ti set v0='XF' where id=1; -update noar tt set b0='3' where id=1; -update noar ti set b0='3' where id=1; -update noar tt set v0='A6QOWZN4S58T5I9O1SYU' where id=1; -update noar ti set v0='A6QOWZN4S58T5I9O1SYU' where id=1; -update noar tt set b1='976UZYZWOTVTRXJXN7HZKE8I85A0K' where id=1; -update noar ti set b1='976UZYZWOTVTRXJXN7HZKE8I85A0K' where id=1; -update noar tt set v0='KASQOJAZYLH7522ZGJR7C0S' where id=1; -update noar ti set v0='KASQOJAZYLH7522ZGJR7C0S' where id=1; -update noar tt set b2='3WZ397NXLG3N' where id=1; -update noar ti set b2='3WZ397NXLG3N' where id=1; -update noar tt set v0='G15ZR759C18GH7ZRUBRMPI6' where id=2; -update noar ti set v0='G15ZR759C18GH7ZRUBRMPI6' where id=2; -update noar tt set b0='L9HOSVU9UFY82J60ER71CEO' where id=2; -update noar ti set b0='L9HOSVU9UFY82J60ER71CEO' where id=2; -update noar tt set v0='QGBSN1SYLXVBZHXF5QSE29GN4AGN' where id=2; -update noar ti set v0='QGBSN1SYLXVBZHXF5QSE29GN4AGN' where id=2; -update noar tt set b1='34LMM06001ZZ1' where id=2; -update noar ti set b1='34LMM06001ZZ1' where id=2; -update noar tt set v0='JOWCDZRHUAJS' where id=2; -update noar ti set v0='JOWCDZRHUAJS' where id=2; -update noar tt set b2='L0YP9JOAI' where id=2; -update noar ti set b2='L0YP9JOAI' where id=2; -update noar tt set v0='WS9OFMFTEA8' where id=3; -update noar ti set v0='WS9OFMFTEA8' where id=3; -update noar tt set b0='FPKZO1OKSF' where id=3; -update noar ti set b0='FPKZO1OKSF' where id=3; -update noar tt set v0='X' where id=3; -update noar ti set v0='X' where id=3; -update noar tt set b1='KTE0LMG' where id=3; -update noar ti set b1='KTE0LMG' where id=3; -update noar tt set v0='NFT97P3N' where id=3; -update noar ti set v0='NFT97P3N' where id=3; -update noar tt set b2='M0BKYAH9LAOAVA8HAFQ8' where id=3; -update noar ti set b2='M0BKYAH9LAOAVA8HAFQ8' where id=3; -update noar tt set v0='VWP5TMV4JPTEC' where id=4; -update noar ti set v0='VWP5TMV4JPTEC' where id=4; -update noar tt set b0='C863YPMAR8FZB14TSR04ILM' where id=4; -update noar ti set b0='C863YPMAR8FZB14TSR04ILM' where id=4; -update noar tt set v0='IFO2Z1JZT256W2ID6M2MPM17SJHJMS' where id=4; -update noar ti set v0='IFO2Z1JZT256W2ID6M2MPM17SJHJMS' where id=4; -update noar tt set b1='NVJGJ4BFA3LCV8G904HXRFVR' where id=4; -update noar ti set b1='NVJGJ4BFA3LCV8G904HXRFVR' where id=4; -update noar tt set v0='0NKJIY3PU9MX631CEARFT7ZSYV7BD' where id=4; -update noar ti set v0='0NKJIY3PU9MX631CEARFT7ZSYV7BD' where id=4; -update noar tt set b2='IXFWSLZ8BPF7SE5PAUO6JQ4JT10KG7FN' where id=4; -update noar ti set b2='IXFWSLZ8BPF7SE5PAUO6JQ4JT10KG7FN' where id=4; -update noar tt set v0='007UEFQYUZTFIC170KBWMHGVZ52DD' where id=5; -update noar ti set v0='007UEFQYUZTFIC170KBWMHGVZ52DD' where id=5; -update noar tt set b0='45R6A9J2WR5WFIY59L27NZCUJR76SF' where id=5; -update noar ti set b0='45R6A9J2WR5WFIY59L27NZCUJR76SF' where id=5; -update noar tt set v0='KXGQKB7M7J9' where id=5; -update noar ti set v0='KXGQKB7M7J9' where id=5; -update noar tt set b1='TTH7CLMJ55BJT90X3NPK2H' where id=5; -update noar ti set b1='TTH7CLMJ55BJT90X3NPK2H' where id=5; -update noar tt set v0='Z0JG' where id=5; -update noar ti set v0='Z0JG' where id=5; -update noar tt set b2='8V12WQ' where id=5; -update noar ti set b2='8V12WQ' where id=5; -update noar tt set v0='T5RDQMTUS4I6GG8A' where id=6; -update noar ti set v0='T5RDQMTUS4I6GG8A' where id=6; -update noar tt set b0='RXCSZUFA' where id=6; -update noar ti set b0='RXCSZUFA' where id=6; -update noar tt set v0='A78GCCEC3DFH3PBYRRJ' where id=6; -update noar ti set v0='A78GCCEC3DFH3PBYRRJ' where id=6; -update noar tt set b1='1WYJKHJ' where id=6; -update noar ti set b1='1WYJKHJ' where id=6; -update noar tt set v0='T8H438' where id=6; -update noar ti set v0='T8H438' where id=6; -update noar tt set b2='0U1C086J0CVWO667TVGWF2NCWR' where id=6; -update noar ti set b2='0U1C086J0CVWO667TVGWF2NCWR' where id=6; -update noar tt set v0='ZV9DD2K' where id=7; -update noar ti set v0='ZV9DD2K' where id=7; -update noar tt set b0='GAZRV51LRM2W7XARPJI96Q2W56JO1S' where id=7; -update noar ti set b0='GAZRV51LRM2W7XARPJI96Q2W56JO1S' where id=7; -update noar tt set v0='5B23WF2AV83ASMM86569CEWSOPD1IO' where id=7; -update noar ti set v0='5B23WF2AV83ASMM86569CEWSOPD1IO' where id=7; -update noar tt set b1='C319BC2GP5VNWH4B7K' where id=7; -update noar ti set b1='C319BC2GP5VNWH4B7K' where id=7; -update noar tt set v0='6' where id=7; -update noar ti set v0='6' where id=7; -update noar tt set b2='Q3SZ2DHXOIVE75P7PYMBD7A1LSLY' where id=7; -update noar ti set b2='Q3SZ2DHXOIVE75P7PYMBD7A1LSLY' where id=7; -update noar tt set v0='AOUSMNYZ1O3NG' where id=8; -update noar ti set v0='AOUSMNYZ1O3NG' where id=8; -update noar tt set b0='T5S15UY76FRGODV8PWRTD' where id=8; -update noar ti set b0='T5S15UY76FRGODV8PWRTD' where id=8; -update noar tt set v0='OHTUWHZ5QGM1IJ1' where id=8; -update noar ti set v0='OHTUWHZ5QGM1IJ1' where id=8; -update noar tt set b1='D5BDQWNSHW48MEC7YYKP7TH9' where id=8; -update noar ti set b1='D5BDQWNSHW48MEC7YYKP7TH9' where id=8; -update noar tt set v0='7GLJRK22AX' where id=8; -update noar ti set v0='7GLJRK22AX' where id=8; -update noar tt set b2='QTP9SXDN9KMZ2XLSCFEYQBN3S40RXZE3' where id=8; -update noar ti set b2='QTP9SXDN9KMZ2XLSCFEYQBN3S40RXZE3' where id=8; -update noar tt set v0='K9GFV5MCVWOGNW02OSARQTXIXD5MJGOA' where id=9; -update noar ti set v0='K9GFV5MCVWOGNW02OSARQTXIXD5MJGOA' where id=9; -update noar tt set b0='HW' where id=9; -update noar ti set b0='HW' where id=9; -update noar tt set v0='SMJKXITBLWIDWXTKHVFO' where id=9; -update noar ti set v0='SMJKXITBLWIDWXTKHVFO' where id=9; -update noar tt set b1='1KKUBT' where id=9; -update noar ti set b1='1KKUBT' where id=9; -update noar tt set v0='YSKSZJ54FUI5M3ZUJMRMB95T2WEOC1X8' where id=9; -update noar ti set v0='YSKSZJ54FUI5M3ZUJMRMB95T2WEOC1X8' where id=9; -update noar tt set b2='2FRG1Z3KBKZAZONJW910UZRZ5S8Z' where id=9; -update noar ti set b2='2FRG1Z3KBKZAZONJW910UZRZ5S8Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AGORYO3XICF546JO' where id=1; -update noar ti set v0='AGORYO3XICF546JO' where id=1; -update noar tt set b0='DT4TGFZ02FOEZQ1YZHKUU2PM' where id=1; -update noar ti set b0='DT4TGFZ02FOEZQ1YZHKUU2PM' where id=1; -update noar tt set v0='3N4N9GK1ODC5UR7U03LY7MRTBBR125' where id=1; -update noar ti set v0='3N4N9GK1ODC5UR7U03LY7MRTBBR125' where id=1; -update noar tt set b1='L2NQR' where id=1; -update noar ti set b1='L2NQR' where id=1; -update noar tt set v0='ZF' where id=1; -update noar ti set v0='ZF' where id=1; -update noar tt set b2='5OEALYIG2NUOU1L42IED6ODGLMWVU' where id=1; -update noar ti set b2='5OEALYIG2NUOU1L42IED6ODGLMWVU' where id=1; -update noar tt set v0='VA37BM8OEW' where id=2; -update noar ti set v0='VA37BM8OEW' where id=2; -update noar tt set b0='SU4ER' where id=2; -update noar ti set b0='SU4ER' where id=2; -update noar tt set v0='ZVZ' where id=2; -update noar ti set v0='ZVZ' where id=2; -update noar tt set b1='1N0WILVRGEDP0KWFLHCVJNM' where id=2; -update noar ti set b1='1N0WILVRGEDP0KWFLHCVJNM' where id=2; -update noar tt set v0='V58CNNCU' where id=2; -update noar ti set v0='V58CNNCU' where id=2; -update noar tt set b2='8QIODIN7JXTNFF5ZY11' where id=2; -update noar ti set b2='8QIODIN7JXTNFF5ZY11' where id=2; -update noar tt set v0='WHBVGQWJ9V9' where id=3; -update noar ti set v0='WHBVGQWJ9V9' where id=3; -update noar tt set b0='FRXY4PBPM' where id=3; -update noar ti set b0='FRXY4PBPM' where id=3; -update noar tt set v0='TG4VPGMDOPZ7U0YP3FQKXP' where id=3; -update noar ti set v0='TG4VPGMDOPZ7U0YP3FQKXP' where id=3; -update noar tt set b1='BKKIPWCNZCOM4SFG6I1685' where id=3; -update noar ti set b1='BKKIPWCNZCOM4SFG6I1685' where id=3; -update noar tt set v0='FB51XUOQM8JSVNURD' where id=3; -update noar ti set v0='FB51XUOQM8JSVNURD' where id=3; -update noar tt set b2='JF466JG8VJLUTFA7RYSX' where id=3; -update noar ti set b2='JF466JG8VJLUTFA7RYSX' where id=3; -update noar tt set v0='Y19X8K12I3DJN41CB0M10M' where id=4; -update noar ti set v0='Y19X8K12I3DJN41CB0M10M' where id=4; -update noar tt set b0='G5TKU140GTS2OLMGI5LN6ROLC' where id=4; -update noar ti set b0='G5TKU140GTS2OLMGI5LN6ROLC' where id=4; -update noar tt set v0='00X' where id=4; -update noar ti set v0='00X' where id=4; -update noar tt set b1='UPK0Y' where id=4; -update noar ti set b1='UPK0Y' where id=4; -update noar tt set v0='ARLX6XOGACL8OT0NO16S' where id=4; -update noar ti set v0='ARLX6XOGACL8OT0NO16S' where id=4; -update noar tt set b2='TZNHOLJPYJN2LFQ0' where id=4; -update noar ti set b2='TZNHOLJPYJN2LFQ0' where id=4; -update noar tt set v0='WCVZS5WOX2DKE5WMAHHVHQ9SJ2DC6' where id=5; -update noar ti set v0='WCVZS5WOX2DKE5WMAHHVHQ9SJ2DC6' where id=5; -update noar tt set b0='FDTGFFYFCVKE39XRU4GU2' where id=5; -update noar ti set b0='FDTGFFYFCVKE39XRU4GU2' where id=5; -update noar tt set v0='67JQTYB3669A9ILN2ENV0ABPI3X54AH' where id=5; -update noar ti set v0='67JQTYB3669A9ILN2ENV0ABPI3X54AH' where id=5; -update noar tt set b1='CXRZ7CDSQMXTS03' where id=5; -update noar ti set b1='CXRZ7CDSQMXTS03' where id=5; -update noar tt set v0='Y5ZNL0M1AXRYWDNFPHNO67K86IEJXE0' where id=5; -update noar ti set v0='Y5ZNL0M1AXRYWDNFPHNO67K86IEJXE0' where id=5; -update noar tt set b2='S3IJ6AU434W0NNR' where id=5; -update noar ti set b2='S3IJ6AU434W0NNR' where id=5; -update noar tt set v0='OO' where id=6; -update noar ti set v0='OO' where id=6; -update noar tt set b0='0U' where id=6; -update noar ti set b0='0U' where id=6; -update noar tt set v0='BPRFO7AX' where id=6; -update noar ti set v0='BPRFO7AX' where id=6; -update noar tt set b1='HA43QB11MJGMWHOYM0UXTTZL5CG4XND' where id=6; -update noar ti set b1='HA43QB11MJGMWHOYM0UXTTZL5CG4XND' where id=6; -update noar tt set v0='FKLAWT88071J5FIWK4YPDRN8ZFVGH' where id=6; -update noar ti set v0='FKLAWT88071J5FIWK4YPDRN8ZFVGH' where id=6; -update noar tt set b2='SFDCA0GYJQ2NEKYPD0FCF947ACIAJIQQ' where id=6; -update noar ti set b2='SFDCA0GYJQ2NEKYPD0FCF947ACIAJIQQ' where id=6; -update noar tt set v0='0XOIHMW2VDC6ZV7M' where id=7; -update noar ti set v0='0XOIHMW2VDC6ZV7M' where id=7; -update noar tt set b0='3Q3QHT8UQ' where id=7; -update noar ti set b0='3Q3QHT8UQ' where id=7; -update noar tt set v0='DVPZT' where id=7; -update noar ti set v0='DVPZT' where id=7; -update noar tt set b1='PZJBM894C0ITAPPR1AC1L9YG0FD0' where id=7; -update noar ti set b1='PZJBM894C0ITAPPR1AC1L9YG0FD0' where id=7; -update noar tt set v0='DPO7CDC6JA419135ITNXEZH' where id=7; -update noar ti set v0='DPO7CDC6JA419135ITNXEZH' where id=7; -update noar tt set b2='7JEZQR1JD0O9QP' where id=7; -update noar ti set b2='7JEZQR1JD0O9QP' where id=7; -update noar tt set v0='HW5P3SW7XGW5DPDCLWZE14M3U' where id=8; -update noar ti set v0='HW5P3SW7XGW5DPDCLWZE14M3U' where id=8; -update noar tt set b0='VN1KPJ27EEYGT' where id=8; -update noar ti set b0='VN1KPJ27EEYGT' where id=8; -update noar tt set v0='A5TNYVJ5CE29Q' where id=8; -update noar ti set v0='A5TNYVJ5CE29Q' where id=8; -update noar tt set b1='91DT3KTEDGKG' where id=8; -update noar ti set b1='91DT3KTEDGKG' where id=8; -update noar tt set v0='BWVY' where id=8; -update noar ti set v0='BWVY' where id=8; -update noar tt set b2='NXBDW2864XZ65K3GBTR' where id=8; -update noar ti set b2='NXBDW2864XZ65K3GBTR' where id=8; -update noar tt set v0='C4LJBWGZI' where id=9; -update noar ti set v0='C4LJBWGZI' where id=9; -update noar tt set b0='MMFX1' where id=9; -update noar ti set b0='MMFX1' where id=9; -update noar tt set v0='PQYGKMNLJ6A3PB434R0ZZ3' where id=9; -update noar ti set v0='PQYGKMNLJ6A3PB434R0ZZ3' where id=9; -update noar tt set b1='CXLTIUK5KACD4' where id=9; -update noar ti set b1='CXLTIUK5KACD4' where id=9; -update noar tt set v0='FBC2TMO17MRZ5DP90GCLZVBUX17XE' where id=9; -update noar ti set v0='FBC2TMO17MRZ5DP90GCLZVBUX17XE' where id=9; -update noar tt set b2='6Z56T4PFMITOGQ' where id=9; -update noar ti set b2='6Z56T4PFMITOGQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1IN6JSX20VB' where id=1; -update noar ti set v0='1IN6JSX20VB' where id=1; -update noar tt set b0='L9E5CTQTIXE4E8L6Z6EI76PFZHBC' where id=1; -update noar ti set b0='L9E5CTQTIXE4E8L6Z6EI76PFZHBC' where id=1; -update noar tt set v0='VB5' where id=1; -update noar ti set v0='VB5' where id=1; -update noar tt set b1='Z2XH055S871J974MO61IMS' where id=1; -update noar ti set b1='Z2XH055S871J974MO61IMS' where id=1; -update noar tt set v0='AV' where id=1; -update noar ti set v0='AV' where id=1; -update noar tt set b2='6KDRDIMINIHO908M' where id=1; -update noar ti set b2='6KDRDIMINIHO908M' where id=1; -update noar tt set v0='IS64XN3WH8N5OF1J1R' where id=2; -update noar ti set v0='IS64XN3WH8N5OF1J1R' where id=2; -update noar tt set b0='NVU2VCFUQ1B9RHO0M0PISUOG3KTK' where id=2; -update noar ti set b0='NVU2VCFUQ1B9RHO0M0PISUOG3KTK' where id=2; -update noar tt set v0='NCXQ0OXOXHLQNVE9N14V' where id=2; -update noar ti set v0='NCXQ0OXOXHLQNVE9N14V' where id=2; -update noar tt set b1='Q1N7955HTTRMSE4CR' where id=2; -update noar ti set b1='Q1N7955HTTRMSE4CR' where id=2; -update noar tt set v0='M1PHHA' where id=2; -update noar ti set v0='M1PHHA' where id=2; -update noar tt set b2='PBIO8SVVJOYWBDTHS2OJ51' where id=2; -update noar ti set b2='PBIO8SVVJOYWBDTHS2OJ51' where id=2; -update noar tt set v0='R' where id=3; -update noar ti set v0='R' where id=3; -update noar tt set b0='GA' where id=3; -update noar ti set b0='GA' where id=3; -update noar tt set v0='GMG16V2X12GR7TZ5B5F1X3IDQQMS4' where id=3; -update noar ti set v0='GMG16V2X12GR7TZ5B5F1X3IDQQMS4' where id=3; -update noar tt set b1='6IJHJ' where id=3; -update noar ti set b1='6IJHJ' where id=3; -update noar tt set v0='LTE7A9QFCWXBKC20VIMFGAVS9' where id=3; -update noar ti set v0='LTE7A9QFCWXBKC20VIMFGAVS9' where id=3; -update noar tt set b2='LG512WWLSUT8J' where id=3; -update noar ti set b2='LG512WWLSUT8J' where id=3; -update noar tt set v0='4NDWU0GK2I7RRABNP6TXUT1ZHJZZP9' where id=4; -update noar ti set v0='4NDWU0GK2I7RRABNP6TXUT1ZHJZZP9' where id=4; -update noar tt set b0='1BW56UHYXEV63T7SNH3S7AY' where id=4; -update noar ti set b0='1BW56UHYXEV63T7SNH3S7AY' where id=4; -update noar tt set v0='44XHNZ4NKEM3' where id=4; -update noar ti set v0='44XHNZ4NKEM3' where id=4; -update noar tt set b1='HQQMPW2F05HKZ97MEO12DC23TYCG' where id=4; -update noar ti set b1='HQQMPW2F05HKZ97MEO12DC23TYCG' where id=4; -update noar tt set v0='DH67CX5I5R84XPZEPQK' where id=4; -update noar ti set v0='DH67CX5I5R84XPZEPQK' where id=4; -update noar tt set b2='HMY3CDVT3GU0EQC25P' where id=4; -update noar ti set b2='HMY3CDVT3GU0EQC25P' where id=4; -update noar tt set v0='8TVGVRFK8F1STKHB6JCHTAG22D8' where id=5; -update noar ti set v0='8TVGVRFK8F1STKHB6JCHTAG22D8' where id=5; -update noar tt set b0='3AVTASCWQN6DL8QJANECKXNRLQVMFTP' where id=5; -update noar ti set b0='3AVTASCWQN6DL8QJANECKXNRLQVMFTP' where id=5; -update noar tt set v0='1OZF43HR25LIBWHR4' where id=5; -update noar ti set v0='1OZF43HR25LIBWHR4' where id=5; -update noar tt set b1='YUG1X33' where id=5; -update noar ti set b1='YUG1X33' where id=5; -update noar tt set v0='ZDCGL0AEMSJ1H5RIODK8N99DWEE04J9' where id=5; -update noar ti set v0='ZDCGL0AEMSJ1H5RIODK8N99DWEE04J9' where id=5; -update noar tt set b2='BQIF4A94AKY5' where id=5; -update noar ti set b2='BQIF4A94AKY5' where id=5; -update noar tt set v0='Y4XUS33LRKQESG22BJINOYYCW3' where id=6; -update noar ti set v0='Y4XUS33LRKQESG22BJINOYYCW3' where id=6; -update noar tt set b0='PT0250A8HK' where id=6; -update noar ti set b0='PT0250A8HK' where id=6; -update noar tt set v0='KQK1OBS0BCNQA630' where id=6; -update noar ti set v0='KQK1OBS0BCNQA630' where id=6; -update noar tt set b1='76GBXY8UG9VXVDDX5EKK4M' where id=6; -update noar ti set b1='76GBXY8UG9VXVDDX5EKK4M' where id=6; -update noar tt set v0='UXKBIB1BWBEE2VTLNWP4TEX' where id=6; -update noar ti set v0='UXKBIB1BWBEE2VTLNWP4TEX' where id=6; -update noar tt set b2='CZ4M3CIIYMCPTOO06' where id=6; -update noar ti set b2='CZ4M3CIIYMCPTOO06' where id=6; -update noar tt set v0='QAFP51MW' where id=7; -update noar ti set v0='QAFP51MW' where id=7; -update noar tt set b0='828GG2ODI1U' where id=7; -update noar ti set b0='828GG2ODI1U' where id=7; -update noar tt set v0='M2W97A2DI27EZFEA5220TSWGE' where id=7; -update noar ti set v0='M2W97A2DI27EZFEA5220TSWGE' where id=7; -update noar tt set b1='2Q2IAWITM' where id=7; -update noar ti set b1='2Q2IAWITM' where id=7; -update noar tt set v0='K8YU1VEF28VK07LAZSQG5QQLYOU8YI0J' where id=7; -update noar ti set v0='K8YU1VEF28VK07LAZSQG5QQLYOU8YI0J' where id=7; -update noar tt set b2='QS3Q6T' where id=7; -update noar ti set b2='QS3Q6T' where id=7; -update noar tt set v0='65CDRWY8HCF49GDNROB' where id=8; -update noar ti set v0='65CDRWY8HCF49GDNROB' where id=8; -update noar tt set b0='UMYRM4ZVF1O57UTEWBVJ' where id=8; -update noar ti set b0='UMYRM4ZVF1O57UTEWBVJ' where id=8; -update noar tt set v0='SECC406XNGDCQYL' where id=8; -update noar ti set v0='SECC406XNGDCQYL' where id=8; -update noar tt set b1='D391ZS4F9M352RM7LH99MC' where id=8; -update noar ti set b1='D391ZS4F9M352RM7LH99MC' where id=8; -update noar tt set v0='IK46SHTC3T8JM3DJ3' where id=8; -update noar ti set v0='IK46SHTC3T8JM3DJ3' where id=8; -update noar tt set b2='FPRI30GGVK3HKA9AH6OYIKFHPRPQF' where id=8; -update noar ti set b2='FPRI30GGVK3HKA9AH6OYIKFHPRPQF' where id=8; -update noar tt set v0='FP2L49GV21JEOLY3R8' where id=9; -update noar ti set v0='FP2L49GV21JEOLY3R8' where id=9; -update noar tt set b0='1YU0GUNLKUJXXLKX' where id=9; -update noar ti set b0='1YU0GUNLKUJXXLKX' where id=9; -update noar tt set v0='4P4U47' where id=9; -update noar ti set v0='4P4U47' where id=9; -update noar tt set b1='YJNOD22J' where id=9; -update noar ti set b1='YJNOD22J' where id=9; -update noar tt set v0='K0W7B6J3Q82M' where id=9; -update noar ti set v0='K0W7B6J3Q82M' where id=9; -update noar tt set b2='S2V60' where id=9; -update noar ti set b2='S2V60' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1K3XH' where id=1; -update noar ti set v0='1K3XH' where id=1; -update noar tt set b0='Q5U7UL4OJZDEQ1UJ4KI' where id=1; -update noar ti set b0='Q5U7UL4OJZDEQ1UJ4KI' where id=1; -update noar tt set v0='GD9SVD3KL9QT6G9DDKFL' where id=1; -update noar ti set v0='GD9SVD3KL9QT6G9DDKFL' where id=1; -update noar tt set b1='AQNDP6H' where id=1; -update noar ti set b1='AQNDP6H' where id=1; -update noar tt set v0='T0MRA5CA30' where id=1; -update noar ti set v0='T0MRA5CA30' where id=1; -update noar tt set b2='NW' where id=1; -update noar ti set b2='NW' where id=1; -update noar tt set v0='EQ2KELGR7HJORF7' where id=2; -update noar ti set v0='EQ2KELGR7HJORF7' where id=2; -update noar tt set b0='O2M1YY' where id=2; -update noar ti set b0='O2M1YY' where id=2; -update noar tt set v0='S60MYWQR1GIB50DV4P6MH' where id=2; -update noar ti set v0='S60MYWQR1GIB50DV4P6MH' where id=2; -update noar tt set b1='CXY746' where id=2; -update noar ti set b1='CXY746' where id=2; -update noar tt set v0='INY09QPW8DOZ3OE6117SAR7P3F7BRZO' where id=2; -update noar ti set v0='INY09QPW8DOZ3OE6117SAR7P3F7BRZO' where id=2; -update noar tt set b2='1JILTTMNZ7HXC' where id=2; -update noar ti set b2='1JILTTMNZ7HXC' where id=2; -update noar tt set v0='UKY0' where id=3; -update noar ti set v0='UKY0' where id=3; -update noar tt set b0='XEZM3L55QWKP1GZGD60OYE2NL0ZRTS' where id=3; -update noar ti set b0='XEZM3L55QWKP1GZGD60OYE2NL0ZRTS' where id=3; -update noar tt set v0='5' where id=3; -update noar ti set v0='5' where id=3; -update noar tt set b1='OPW0WKQKP' where id=3; -update noar ti set b1='OPW0WKQKP' where id=3; -update noar tt set v0='J' where id=3; -update noar ti set v0='J' where id=3; -update noar tt set b2='RDYGAB6NJ3T' where id=3; -update noar ti set b2='RDYGAB6NJ3T' where id=3; -update noar tt set v0='NCRHZZPZA6ROJK8UPE5CR1MSCAHC66WH' where id=4; -update noar ti set v0='NCRHZZPZA6ROJK8UPE5CR1MSCAHC66WH' where id=4; -update noar tt set b0='EZEQ9NGJY' where id=4; -update noar ti set b0='EZEQ9NGJY' where id=4; -update noar tt set v0='CR87QQSP1V8F11S98FN2ZA0FK9BO34D' where id=4; -update noar ti set v0='CR87QQSP1V8F11S98FN2ZA0FK9BO34D' where id=4; -update noar tt set b1='CU8OAFJ0UR8WVPA3KRQ7VBQYCOT' where id=4; -update noar ti set b1='CU8OAFJ0UR8WVPA3KRQ7VBQYCOT' where id=4; -update noar tt set v0='C6SR' where id=4; -update noar ti set v0='C6SR' where id=4; -update noar tt set b2='O4KC2O0Z077GMO' where id=4; -update noar ti set b2='O4KC2O0Z077GMO' where id=4; -update noar tt set v0='WPFSK' where id=5; -update noar ti set v0='WPFSK' where id=5; -update noar tt set b0='AGKZJQAUEWKZN3T' where id=5; -update noar ti set b0='AGKZJQAUEWKZN3T' where id=5; -update noar tt set v0='8TOZML' where id=5; -update noar ti set v0='8TOZML' where id=5; -update noar tt set b1='GXK' where id=5; -update noar ti set b1='GXK' where id=5; -update noar tt set v0='1F2' where id=5; -update noar ti set v0='1F2' where id=5; -update noar tt set b2='WW5K3Y46PTQNZWM4L3LC4S9O' where id=5; -update noar ti set b2='WW5K3Y46PTQNZWM4L3LC4S9O' where id=5; -update noar tt set v0='4R00D4EW2TQELDS0VRM23VBIJ3BG' where id=6; -update noar ti set v0='4R00D4EW2TQELDS0VRM23VBIJ3BG' where id=6; -update noar tt set b0='UXC7ZCMRJV997TH2L' where id=6; -update noar ti set b0='UXC7ZCMRJV997TH2L' where id=6; -update noar tt set v0='A4ZJTONCH8KVRQ5I2OP1J0H0OEG3DHZ1' where id=6; -update noar ti set v0='A4ZJTONCH8KVRQ5I2OP1J0H0OEG3DHZ1' where id=6; -update noar tt set b1='A8TPPHWCFZO9M3OVKU2WSBW' where id=6; -update noar ti set b1='A8TPPHWCFZO9M3OVKU2WSBW' where id=6; -update noar tt set v0='EK' where id=6; -update noar ti set v0='EK' where id=6; -update noar tt set b2='A5C8R19EGHH1EY13X' where id=6; -update noar ti set b2='A5C8R19EGHH1EY13X' where id=6; -update noar tt set v0='84K5KZCH' where id=7; -update noar ti set v0='84K5KZCH' where id=7; -update noar tt set b0='ZRN6I9' where id=7; -update noar ti set b0='ZRN6I9' where id=7; -update noar tt set v0='62C9J9SRW1T5G9' where id=7; -update noar ti set v0='62C9J9SRW1T5G9' where id=7; -update noar tt set b1='C8JZHUY1CSPLFA67W' where id=7; -update noar ti set b1='C8JZHUY1CSPLFA67W' where id=7; -update noar tt set v0='NRV5DNF0P8WVIZGD2FU59' where id=7; -update noar ti set v0='NRV5DNF0P8WVIZGD2FU59' where id=7; -update noar tt set b2='IGQAM71M6XU18' where id=7; -update noar ti set b2='IGQAM71M6XU18' where id=7; -update noar tt set v0='BVW7GMN482797DMHX78' where id=8; -update noar ti set v0='BVW7GMN482797DMHX78' where id=8; -update noar tt set b0='WIYVLKRBP5GOOHQAMHHHRUII' where id=8; -update noar ti set b0='WIYVLKRBP5GOOHQAMHHHRUII' where id=8; -update noar tt set v0='8O8XNMRAAZ554P8WNYXMO' where id=8; -update noar ti set v0='8O8XNMRAAZ554P8WNYXMO' where id=8; -update noar tt set b1='642HII6FZYOKV' where id=8; -update noar ti set b1='642HII6FZYOKV' where id=8; -update noar tt set v0='2KVAEW3HIJZQX' where id=8; -update noar ti set v0='2KVAEW3HIJZQX' where id=8; -update noar tt set b2='JAT4IRM4' where id=8; -update noar ti set b2='JAT4IRM4' where id=8; -update noar tt set v0='VWJMDDHFZV4LLK88' where id=9; -update noar ti set v0='VWJMDDHFZV4LLK88' where id=9; -update noar tt set b0='289MZ3YXSMQ3YCQ7PN' where id=9; -update noar ti set b0='289MZ3YXSMQ3YCQ7PN' where id=9; -update noar tt set v0='INP8LKVJ38CMMVRVVKSZ4XWCAX31P' where id=9; -update noar ti set v0='INP8LKVJ38CMMVRVVKSZ4XWCAX31P' where id=9; -update noar tt set b1='99NJUURHWDZQ1JH' where id=9; -update noar ti set b1='99NJUURHWDZQ1JH' where id=9; -update noar tt set v0='YOE6EQOHL92NVVYUHJ15O' where id=9; -update noar ti set v0='YOE6EQOHL92NVVYUHJ15O' where id=9; -update noar tt set b2='CF9RUGIO' where id=9; -update noar ti set b2='CF9RUGIO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SLN938UF43CAA3ZH69NA16FWNMTF' where id=1; -update noar ti set v0='SLN938UF43CAA3ZH69NA16FWNMTF' where id=1; -update noar tt set b0='89O4V2FOJHTDSYI5T1C3JPSMO8J0RG4' where id=1; -update noar ti set b0='89O4V2FOJHTDSYI5T1C3JPSMO8J0RG4' where id=1; -update noar tt set v0='F9BLE' where id=1; -update noar ti set v0='F9BLE' where id=1; -update noar tt set b1='B6OJ4H6J7SFX6Q4A' where id=1; -update noar ti set b1='B6OJ4H6J7SFX6Q4A' where id=1; -update noar tt set v0='C0M2LB' where id=1; -update noar ti set v0='C0M2LB' where id=1; -update noar tt set b2='0ZREMSTZ3GWTYEY1NMT9ALSVC2T5' where id=1; -update noar ti set b2='0ZREMSTZ3GWTYEY1NMT9ALSVC2T5' where id=1; -update noar tt set v0='HOO0V05EYENEV677X9LWO88' where id=2; -update noar ti set v0='HOO0V05EYENEV677X9LWO88' where id=2; -update noar tt set b0='LXB94SJFEN87YRQGXL3BIC' where id=2; -update noar ti set b0='LXB94SJFEN87YRQGXL3BIC' where id=2; -update noar tt set v0='I4YRZD8Y2SIF66SDBFPKLB1OH4EW' where id=2; -update noar ti set v0='I4YRZD8Y2SIF66SDBFPKLB1OH4EW' where id=2; -update noar tt set b1='NC9BWOVFHD3E' where id=2; -update noar ti set b1='NC9BWOVFHD3E' where id=2; -update noar tt set v0='9XFD6MZLSP3JZOQCDKB0C8YG9H' where id=2; -update noar ti set v0='9XFD6MZLSP3JZOQCDKB0C8YG9H' where id=2; -update noar tt set b2='TOMK' where id=2; -update noar ti set b2='TOMK' where id=2; -update noar tt set v0='R0BK3AC03U8R2FYG7TLJMWG5SMMUM' where id=3; -update noar ti set v0='R0BK3AC03U8R2FYG7TLJMWG5SMMUM' where id=3; -update noar tt set b0='L78JB90Q' where id=3; -update noar ti set b0='L78JB90Q' where id=3; -update noar tt set v0='72SKBQ1KFHQUZEYOLU0' where id=3; -update noar ti set v0='72SKBQ1KFHQUZEYOLU0' where id=3; -update noar tt set b1='1X95L93FRD2BOMW1SKS' where id=3; -update noar ti set b1='1X95L93FRD2BOMW1SKS' where id=3; -update noar tt set v0='1LQ7M5PPXZQQYN1P5SMU6N8UN4' where id=3; -update noar ti set v0='1LQ7M5PPXZQQYN1P5SMU6N8UN4' where id=3; -update noar tt set b2='4A6F5WYDIL3Q220V5HI98G006MLK4IT' where id=3; -update noar ti set b2='4A6F5WYDIL3Q220V5HI98G006MLK4IT' where id=3; -update noar tt set v0='LIB92L6Z1RI8Y' where id=4; -update noar ti set v0='LIB92L6Z1RI8Y' where id=4; -update noar tt set b0='WEZM97NCABEO5SQERN' where id=4; -update noar ti set b0='WEZM97NCABEO5SQERN' where id=4; -update noar tt set v0='VJAHFANOBTHQ5RGQCSM49DNE7NOFXQ7' where id=4; -update noar ti set v0='VJAHFANOBTHQ5RGQCSM49DNE7NOFXQ7' where id=4; -update noar tt set b1='L2' where id=4; -update noar ti set b1='L2' where id=4; -update noar tt set v0='MVZ0O8' where id=4; -update noar ti set v0='MVZ0O8' where id=4; -update noar tt set b2='CRR6TN3HD8H9EKC1' where id=4; -update noar ti set b2='CRR6TN3HD8H9EKC1' where id=4; -update noar tt set v0='KQJ8A6MN6LNI0U42OXS71WVB9B520FY' where id=5; -update noar ti set v0='KQJ8A6MN6LNI0U42OXS71WVB9B520FY' where id=5; -update noar tt set b0='IDA02ZVBTMEBLLIQDE' where id=5; -update noar ti set b0='IDA02ZVBTMEBLLIQDE' where id=5; -update noar tt set v0='SWXDDGE00EXOIIWW' where id=5; -update noar ti set v0='SWXDDGE00EXOIIWW' where id=5; -update noar tt set b1='9ERJ55NSCT314' where id=5; -update noar ti set b1='9ERJ55NSCT314' where id=5; -update noar tt set v0='3TJ2CZNWZRZ' where id=5; -update noar ti set v0='3TJ2CZNWZRZ' where id=5; -update noar tt set b2='YG17' where id=5; -update noar ti set b2='YG17' where id=5; -update noar tt set v0='4SC4CW' where id=6; -update noar ti set v0='4SC4CW' where id=6; -update noar tt set b0='4V65D577IAX81KHQVECWP' where id=6; -update noar ti set b0='4V65D577IAX81KHQVECWP' where id=6; -update noar tt set v0='7Q9764PH4T3H38WB' where id=6; -update noar ti set v0='7Q9764PH4T3H38WB' where id=6; -update noar tt set b1='MBLDT' where id=6; -update noar ti set b1='MBLDT' where id=6; -update noar tt set v0='UK1QCP4I60TX2NAI6L8HLNB50EBT' where id=6; -update noar ti set v0='UK1QCP4I60TX2NAI6L8HLNB50EBT' where id=6; -update noar tt set b2='GWZ39V3CDED0ITA' where id=6; -update noar ti set b2='GWZ39V3CDED0ITA' where id=6; -update noar tt set v0='45JYABDDR9QQK7T' where id=7; -update noar ti set v0='45JYABDDR9QQK7T' where id=7; -update noar tt set b0='DTB3RO1ZFXGIJB' where id=7; -update noar ti set b0='DTB3RO1ZFXGIJB' where id=7; -update noar tt set v0='LZPHTCDNRHPQ8EM5R3OH8QCR3' where id=7; -update noar ti set v0='LZPHTCDNRHPQ8EM5R3OH8QCR3' where id=7; -update noar tt set b1='XH2FAF5QL9BT66CZLKHW97F4K92LP' where id=7; -update noar ti set b1='XH2FAF5QL9BT66CZLKHW97F4K92LP' where id=7; -update noar tt set v0='RG6991DPUJN9ZG3SSWTAXXXLDZ3G1ET' where id=7; -update noar ti set v0='RG6991DPUJN9ZG3SSWTAXXXLDZ3G1ET' where id=7; -update noar tt set b2='JNQEPXX' where id=7; -update noar ti set b2='JNQEPXX' where id=7; -update noar tt set v0='L2HHZ16U76YLMUHI58R5CMMV828' where id=8; -update noar ti set v0='L2HHZ16U76YLMUHI58R5CMMV828' where id=8; -update noar tt set b0='M0KKGLB80XBHUPNX5HS2F8VNO4UE31' where id=8; -update noar ti set b0='M0KKGLB80XBHUPNX5HS2F8VNO4UE31' where id=8; -update noar tt set v0='BVCIG' where id=8; -update noar ti set v0='BVCIG' where id=8; -update noar tt set b1='R' where id=8; -update noar ti set b1='R' where id=8; -update noar tt set v0='BKY3QTZ3QT8Z83YNQ134D' where id=8; -update noar ti set v0='BKY3QTZ3QT8Z83YNQ134D' where id=8; -update noar tt set b2='0E6WF2PBP966OKFLQIC64L5' where id=8; -update noar ti set b2='0E6WF2PBP966OKFLQIC64L5' where id=8; -update noar tt set v0='LTGS1HS06SBG4RUPSL' where id=9; -update noar ti set v0='LTGS1HS06SBG4RUPSL' where id=9; -update noar tt set b0='600YNT1CG9I8II1Q484T7S20' where id=9; -update noar ti set b0='600YNT1CG9I8II1Q484T7S20' where id=9; -update noar tt set v0='FBJ36E57STTYLNMWY7MV7VOEN' where id=9; -update noar ti set v0='FBJ36E57STTYLNMWY7MV7VOEN' where id=9; -update noar tt set b1='8EKRQ6Q7ZVDO44F21D1' where id=9; -update noar ti set b1='8EKRQ6Q7ZVDO44F21D1' where id=9; -update noar tt set v0='U808FK96FC96ZU504UG2FTBRLY3X' where id=9; -update noar ti set v0='U808FK96FC96ZU504UG2FTBRLY3X' where id=9; -update noar tt set b2='K52LZKUW3JEC6NJJPGBL4S2O5TELU81' where id=9; -update noar ti set b2='K52LZKUW3JEC6NJJPGBL4S2O5TELU81' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z' where id=1; -update noar ti set v0='Z' where id=1; -update noar tt set b0='MWC0GOHOIZ2KSDX44PMNF' where id=1; -update noar ti set b0='MWC0GOHOIZ2KSDX44PMNF' where id=1; -update noar tt set v0='8V3JEWQ4P8KEZDX7K3S1MW8W4LXS' where id=1; -update noar ti set v0='8V3JEWQ4P8KEZDX7K3S1MW8W4LXS' where id=1; -update noar tt set b1='MTXKVRB8DQGQ5C9BO' where id=1; -update noar ti set b1='MTXKVRB8DQGQ5C9BO' where id=1; -update noar tt set v0='HSTZL' where id=1; -update noar ti set v0='HSTZL' where id=1; -update noar tt set b2='H' where id=1; -update noar ti set b2='H' where id=1; -update noar tt set v0='EZ4H0M4CW2S8ONRN7VVN6XJOUJ3Y6' where id=2; -update noar ti set v0='EZ4H0M4CW2S8ONRN7VVN6XJOUJ3Y6' where id=2; -update noar tt set b0='MHDZET29WB0ZCZG' where id=2; -update noar ti set b0='MHDZET29WB0ZCZG' where id=2; -update noar tt set v0='MR' where id=2; -update noar ti set v0='MR' where id=2; -update noar tt set b1='4L92MFYN5WB07LL0RV927K3RWYZV' where id=2; -update noar ti set b1='4L92MFYN5WB07LL0RV927K3RWYZV' where id=2; -update noar tt set v0='55GKF9GTDJUGGS9496' where id=2; -update noar ti set v0='55GKF9GTDJUGGS9496' where id=2; -update noar tt set b2='5TV8A' where id=2; -update noar ti set b2='5TV8A' where id=2; -update noar tt set v0='MIRICDCTY8J5E8' where id=3; -update noar ti set v0='MIRICDCTY8J5E8' where id=3; -update noar tt set b0='V6' where id=3; -update noar ti set b0='V6' where id=3; -update noar tt set v0='JWCA09Y6L6MV38EZVG9RP9UOMX' where id=3; -update noar ti set v0='JWCA09Y6L6MV38EZVG9RP9UOMX' where id=3; -update noar tt set b1='UP8QQ41AK4KLP9WH5B2E04LFRC5' where id=3; -update noar ti set b1='UP8QQ41AK4KLP9WH5B2E04LFRC5' where id=3; -update noar tt set v0='V68' where id=3; -update noar ti set v0='V68' where id=3; -update noar tt set b2='TDZDTU8YFECPDPVL52K5' where id=3; -update noar ti set b2='TDZDTU8YFECPDPVL52K5' where id=3; -update noar tt set v0='EG3U3V50H965OMD9QUNDBE1Y9KZXL9R' where id=4; -update noar ti set v0='EG3U3V50H965OMD9QUNDBE1Y9KZXL9R' where id=4; -update noar tt set b0='SIVPZXBFQOEL' where id=4; -update noar ti set b0='SIVPZXBFQOEL' where id=4; -update noar tt set v0='L88CJ2NJ85SU' where id=4; -update noar ti set v0='L88CJ2NJ85SU' where id=4; -update noar tt set b1='81V74GX0AT66SVTWGCCL' where id=4; -update noar ti set b1='81V74GX0AT66SVTWGCCL' where id=4; -update noar tt set v0='UPSVGRDDU9SRJZ01FRLATCALF1P2' where id=4; -update noar ti set v0='UPSVGRDDU9SRJZ01FRLATCALF1P2' where id=4; -update noar tt set b2='ORFOLCIW' where id=4; -update noar ti set b2='ORFOLCIW' where id=4; -update noar tt set v0='8X' where id=5; -update noar ti set v0='8X' where id=5; -update noar tt set b0='F1X7' where id=5; -update noar ti set b0='F1X7' where id=5; -update noar tt set v0='ALS6T3RQ3A5CG0ZI74I4C4J' where id=5; -update noar ti set v0='ALS6T3RQ3A5CG0ZI74I4C4J' where id=5; -update noar tt set b1='5A1U3PEWESFRAVHPBA' where id=5; -update noar ti set b1='5A1U3PEWESFRAVHPBA' where id=5; -update noar tt set v0='LGY1R7' where id=5; -update noar ti set v0='LGY1R7' where id=5; -update noar tt set b2='CSFWX30MJ' where id=5; -update noar ti set b2='CSFWX30MJ' where id=5; -update noar tt set v0='H2OWF5OLGG6XLG7R8UQRTF' where id=6; -update noar ti set v0='H2OWF5OLGG6XLG7R8UQRTF' where id=6; -update noar tt set b0='W839EDPSSNWA' where id=6; -update noar ti set b0='W839EDPSSNWA' where id=6; -update noar tt set v0='D80GYNUPX2GHWFLLE' where id=6; -update noar ti set v0='D80GYNUPX2GHWFLLE' where id=6; -update noar tt set b1='LY9THUCD8X6IS53HAGJE6B' where id=6; -update noar ti set b1='LY9THUCD8X6IS53HAGJE6B' where id=6; -update noar tt set v0='4YU' where id=6; -update noar ti set v0='4YU' where id=6; -update noar tt set b2='XSRFHTT' where id=6; -update noar ti set b2='XSRFHTT' where id=6; -update noar tt set v0='UX' where id=7; -update noar ti set v0='UX' where id=7; -update noar tt set b0='ACXLW8SH2MVIS7XSVQ' where id=7; -update noar ti set b0='ACXLW8SH2MVIS7XSVQ' where id=7; -update noar tt set v0='IRNCEZSXKV4WVR3CKP3654W2RCNJ5U' where id=7; -update noar ti set v0='IRNCEZSXKV4WVR3CKP3654W2RCNJ5U' where id=7; -update noar tt set b1='88SC6AJQG57A' where id=7; -update noar ti set b1='88SC6AJQG57A' where id=7; -update noar tt set v0='UY4QV4LL491RGY' where id=7; -update noar ti set v0='UY4QV4LL491RGY' where id=7; -update noar tt set b2='I17JTP4YDM56EFP3WJ1BELH053' where id=7; -update noar ti set b2='I17JTP4YDM56EFP3WJ1BELH053' where id=7; -update noar tt set v0='JQBBY5MLRO8HKVADD5LEX368V6NXO2F' where id=8; -update noar ti set v0='JQBBY5MLRO8HKVADD5LEX368V6NXO2F' where id=8; -update noar tt set b0='KZA5M8WAGWY' where id=8; -update noar ti set b0='KZA5M8WAGWY' where id=8; -update noar tt set v0='V6' where id=8; -update noar ti set v0='V6' where id=8; -update noar tt set b1='3PXA0SJ2PYYR9OVQNCZ51Q2XMI6AWXNU' where id=8; -update noar ti set b1='3PXA0SJ2PYYR9OVQNCZ51Q2XMI6AWXNU' where id=8; -update noar tt set v0='C0OQTZ7PPS1JGK5YSVU7OZ84AJ5X' where id=8; -update noar ti set v0='C0OQTZ7PPS1JGK5YSVU7OZ84AJ5X' where id=8; -update noar tt set b2='ZHX07RQ25QI7RO4PUS0V8M8T47X3XOO' where id=8; -update noar ti set b2='ZHX07RQ25QI7RO4PUS0V8M8T47X3XOO' where id=8; -update noar tt set v0='3ET1ZHMW09EJ' where id=9; -update noar ti set v0='3ET1ZHMW09EJ' where id=9; -update noar tt set b0='NKXSINV04QK95AVATWGARD' where id=9; -update noar ti set b0='NKXSINV04QK95AVATWGARD' where id=9; -update noar tt set v0='LXM35YTGNEKVHK65' where id=9; -update noar ti set v0='LXM35YTGNEKVHK65' where id=9; -update noar tt set b1='TQ9JDEX54TAHD2' where id=9; -update noar ti set b1='TQ9JDEX54TAHD2' where id=9; -update noar tt set v0='VDV' where id=9; -update noar ti set v0='VDV' where id=9; -update noar tt set b2='5' where id=9; -update noar ti set b2='5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q8IZKFPYW8BP8Q9Y7II8PRW1OWMR' where id=1; -update noar ti set v0='Q8IZKFPYW8BP8Q9Y7II8PRW1OWMR' where id=1; -update noar tt set b0='97DW2HLBA4O52WW5WK55LW524SRIUCF' where id=1; -update noar ti set b0='97DW2HLBA4O52WW5WK55LW524SRIUCF' where id=1; -update noar tt set v0='AXARTAO2RYJ40' where id=1; -update noar ti set v0='AXARTAO2RYJ40' where id=1; -update noar tt set b1='C13RQ' where id=1; -update noar ti set b1='C13RQ' where id=1; -update noar tt set v0='YJTXBC5B635DO8VPCTAC' where id=1; -update noar ti set v0='YJTXBC5B635DO8VPCTAC' where id=1; -update noar tt set b2='W5QZGI4LZYDBY8N' where id=1; -update noar ti set b2='W5QZGI4LZYDBY8N' where id=1; -update noar tt set v0='X3' where id=2; -update noar ti set v0='X3' where id=2; -update noar tt set b0='829' where id=2; -update noar ti set b0='829' where id=2; -update noar tt set v0='RPS6P' where id=2; -update noar ti set v0='RPS6P' where id=2; -update noar tt set b1='8HY84DB' where id=2; -update noar ti set b1='8HY84DB' where id=2; -update noar tt set v0='J7VXIEA6J5SYCEHLK1Y1W5BIQNCW' where id=2; -update noar ti set v0='J7VXIEA6J5SYCEHLK1Y1W5BIQNCW' where id=2; -update noar tt set b2='0RX3S1RMN648ADDVP3C2' where id=2; -update noar ti set b2='0RX3S1RMN648ADDVP3C2' where id=2; -update noar tt set v0='SC000MTAOA4Q6WIFCK9R80UHKC77HJ' where id=3; -update noar ti set v0='SC000MTAOA4Q6WIFCK9R80UHKC77HJ' where id=3; -update noar tt set b0='5T4' where id=3; -update noar ti set b0='5T4' where id=3; -update noar tt set v0='P9SZCCJ73N54DOSPBOM' where id=3; -update noar ti set v0='P9SZCCJ73N54DOSPBOM' where id=3; -update noar tt set b1='K1AMYTXXLXKV8FBPCWWYXEN4OP' where id=3; -update noar ti set b1='K1AMYTXXLXKV8FBPCWWYXEN4OP' where id=3; -update noar tt set v0='TFTNEC8BTU12BVLOERWD0Q7R3RCY' where id=3; -update noar ti set v0='TFTNEC8BTU12BVLOERWD0Q7R3RCY' where id=3; -update noar tt set b2='ZVCI1F43D0' where id=3; -update noar ti set b2='ZVCI1F43D0' where id=3; -update noar tt set v0='INJX9LLZMYWDTISDYW3J7' where id=4; -update noar ti set v0='INJX9LLZMYWDTISDYW3J7' where id=4; -update noar tt set b0='JCV2DU400JNN3SF2IZS00CAX59SCM' where id=4; -update noar ti set b0='JCV2DU400JNN3SF2IZS00CAX59SCM' where id=4; -update noar tt set v0='IRO' where id=4; -update noar ti set v0='IRO' where id=4; -update noar tt set b1='RD' where id=4; -update noar ti set b1='RD' where id=4; -update noar tt set v0='FORC4GNQDHSLW89H0IU08KCO' where id=4; -update noar ti set v0='FORC4GNQDHSLW89H0IU08KCO' where id=4; -update noar tt set b2='5O0P5YAAUE7O8SOOB7DH' where id=4; -update noar ti set b2='5O0P5YAAUE7O8SOOB7DH' where id=4; -update noar tt set v0='KRNKVK767N6I9WDC3T' where id=5; -update noar ti set v0='KRNKVK767N6I9WDC3T' where id=5; -update noar tt set b0='GGARGL' where id=5; -update noar ti set b0='GGARGL' where id=5; -update noar tt set v0='SLAXT7PPBMGGM' where id=5; -update noar ti set v0='SLAXT7PPBMGGM' where id=5; -update noar tt set b1='0H21PROOMP' where id=5; -update noar ti set b1='0H21PROOMP' where id=5; -update noar tt set v0='71BHTI3ZOKO' where id=5; -update noar ti set v0='71BHTI3ZOKO' where id=5; -update noar tt set b2='QUW8ASXOBC6W0QLOQKZP' where id=5; -update noar ti set b2='QUW8ASXOBC6W0QLOQKZP' where id=5; -update noar tt set v0='STTEY' where id=6; -update noar ti set v0='STTEY' where id=6; -update noar tt set b0='YFTA6WN5EFU214PUXNNKYL9J1S' where id=6; -update noar ti set b0='YFTA6WN5EFU214PUXNNKYL9J1S' where id=6; -update noar tt set v0='CLFCX08EPBKVI1XLY6QOE0G5PDWZZT5O' where id=6; -update noar ti set v0='CLFCX08EPBKVI1XLY6QOE0G5PDWZZT5O' where id=6; -update noar tt set b1='A8R8Z2XSAMS48' where id=6; -update noar ti set b1='A8R8Z2XSAMS48' where id=6; -update noar tt set v0='5R984I49V63I80N8FUNAXIDLWJRGE7H' where id=6; -update noar ti set v0='5R984I49V63I80N8FUNAXIDLWJRGE7H' where id=6; -update noar tt set b2='U4RBM4FEJ4B2H1XKRNFBDBTDP6WDP' where id=6; -update noar ti set b2='U4RBM4FEJ4B2H1XKRNFBDBTDP6WDP' where id=6; -update noar tt set v0='0WIKF1SKKAEZ1PM395GVMBMOIKEWJAU3' where id=7; -update noar ti set v0='0WIKF1SKKAEZ1PM395GVMBMOIKEWJAU3' where id=7; -update noar tt set b0='UKP176O557YP6KBEMYIK9POX' where id=7; -update noar ti set b0='UKP176O557YP6KBEMYIK9POX' where id=7; -update noar tt set v0='ASAQVXKLI' where id=7; -update noar ti set v0='ASAQVXKLI' where id=7; -update noar tt set b1='C4WAEUP3M3P8LF4Z08QIUN2ED3YVKP' where id=7; -update noar ti set b1='C4WAEUP3M3P8LF4Z08QIUN2ED3YVKP' where id=7; -update noar tt set v0='ERBWVMV8PZKBNRU' where id=7; -update noar ti set v0='ERBWVMV8PZKBNRU' where id=7; -update noar tt set b2='ICYRTU273A6QYMF1ANM' where id=7; -update noar ti set b2='ICYRTU273A6QYMF1ANM' where id=7; -update noar tt set v0='H62G8Z2D41MNUW34Y0K4' where id=8; -update noar ti set v0='H62G8Z2D41MNUW34Y0K4' where id=8; -update noar tt set b0='RCCGMG7C660YW3YM' where id=8; -update noar ti set b0='RCCGMG7C660YW3YM' where id=8; -update noar tt set v0='NVGVE9OMW4' where id=8; -update noar ti set v0='NVGVE9OMW4' where id=8; -update noar tt set b1='WFEMB92JM0PGU11NWVP911JLL' where id=8; -update noar ti set b1='WFEMB92JM0PGU11NWVP911JLL' where id=8; -update noar tt set v0='EUH4PS' where id=8; -update noar ti set v0='EUH4PS' where id=8; -update noar tt set b2='L0KPVX9TNA8LNRFEPCDOE2' where id=8; -update noar ti set b2='L0KPVX9TNA8LNRFEPCDOE2' where id=8; -update noar tt set v0='ARUSH6QG7Q4F5CHMULLPGU4XYBYHFUUF' where id=9; -update noar ti set v0='ARUSH6QG7Q4F5CHMULLPGU4XYBYHFUUF' where id=9; -update noar tt set b0='CSUNA2WONWB1HI71AY9XIXQ' where id=9; -update noar ti set b0='CSUNA2WONWB1HI71AY9XIXQ' where id=9; -update noar tt set v0='HXIBODJW23HMDFPJXK4LV6N9H1P0VT5' where id=9; -update noar ti set v0='HXIBODJW23HMDFPJXK4LV6N9H1P0VT5' where id=9; -update noar tt set b1='ALFBWLRFVLG' where id=9; -update noar ti set b1='ALFBWLRFVLG' where id=9; -update noar tt set v0='NE38IOVOVJLOFBZVV09VZ' where id=9; -update noar ti set v0='NE38IOVOVJLOFBZVV09VZ' where id=9; -update noar tt set b2='7C4PRT4R1A8769FV5RS0' where id=9; -update noar ti set b2='7C4PRT4R1A8769FV5RS0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z4OWMSJVX9KRJJLO9' where id=1; -update noar ti set v0='Z4OWMSJVX9KRJJLO9' where id=1; -update noar tt set b0='OXZ9F50W0SN' where id=1; -update noar ti set b0='OXZ9F50W0SN' where id=1; -update noar tt set v0='B19NDVZGJ9MFH' where id=1; -update noar ti set v0='B19NDVZGJ9MFH' where id=1; -update noar tt set b1='A8UHWDIG' where id=1; -update noar ti set b1='A8UHWDIG' where id=1; -update noar tt set v0='4GMZUQ5XGOXH2SU' where id=1; -update noar ti set v0='4GMZUQ5XGOXH2SU' where id=1; -update noar tt set b2='4LN8PYCOB' where id=1; -update noar ti set b2='4LN8PYCOB' where id=1; -update noar tt set v0='0E3Z4OUAWMEVB88II4G3XIH' where id=2; -update noar ti set v0='0E3Z4OUAWMEVB88II4G3XIH' where id=2; -update noar tt set b0='U7KMZF23WVFEPDKA16VHEB9Z' where id=2; -update noar ti set b0='U7KMZF23WVFEPDKA16VHEB9Z' where id=2; -update noar tt set v0='2LH5OJ9O8ZM9O512DKJ0' where id=2; -update noar ti set v0='2LH5OJ9O8ZM9O512DKJ0' where id=2; -update noar tt set b1='HDIG0' where id=2; -update noar ti set b1='HDIG0' where id=2; -update noar tt set v0='SA8Q828YDWOXRGR' where id=2; -update noar ti set v0='SA8Q828YDWOXRGR' where id=2; -update noar tt set b2='U' where id=2; -update noar ti set b2='U' where id=2; -update noar tt set v0='2XV3IJQFPB6U6O00HU66HH' where id=3; -update noar ti set v0='2XV3IJQFPB6U6O00HU66HH' where id=3; -update noar tt set b0='LXV5SYE119AF3VJJV29' where id=3; -update noar ti set b0='LXV5SYE119AF3VJJV29' where id=3; -update noar tt set v0='Y1BSH7OL6JF0GK3DW0SCCCE3CVL' where id=3; -update noar ti set v0='Y1BSH7OL6JF0GK3DW0SCCCE3CVL' where id=3; -update noar tt set b1='PFW1HS5706UVI42' where id=3; -update noar ti set b1='PFW1HS5706UVI42' where id=3; -update noar tt set v0='RW5' where id=3; -update noar ti set v0='RW5' where id=3; -update noar tt set b2='XFVWGA4PZVGGTZDZZQBK8FNIF5VELKTY' where id=3; -update noar ti set b2='XFVWGA4PZVGGTZDZZQBK8FNIF5VELKTY' where id=3; -update noar tt set v0='UQF' where id=4; -update noar ti set v0='UQF' where id=4; -update noar tt set b0='B88LE1L5IUOB0IMB' where id=4; -update noar ti set b0='B88LE1L5IUOB0IMB' where id=4; -update noar tt set v0='PI7RHD03X9QXWBE3B3YCBH' where id=4; -update noar ti set v0='PI7RHD03X9QXWBE3B3YCBH' where id=4; -update noar tt set b1='LRALB8FRE8LH84YTS2UW61' where id=4; -update noar ti set b1='LRALB8FRE8LH84YTS2UW61' where id=4; -update noar tt set v0='J28U8MKQPMFJM51FUR4T71VX5DJ' where id=4; -update noar ti set v0='J28U8MKQPMFJM51FUR4T71VX5DJ' where id=4; -update noar tt set b2='TU7OQK63' where id=4; -update noar ti set b2='TU7OQK63' where id=4; -update noar tt set v0='GM' where id=5; -update noar ti set v0='GM' where id=5; -update noar tt set b0='YX10VFTH4C' where id=5; -update noar ti set b0='YX10VFTH4C' where id=5; -update noar tt set v0='870' where id=5; -update noar ti set v0='870' where id=5; -update noar tt set b1='T0P40G' where id=5; -update noar ti set b1='T0P40G' where id=5; -update noar tt set v0='A5PB4RCW1GD0YN1VSC3BSP8APEIK' where id=5; -update noar ti set v0='A5PB4RCW1GD0YN1VSC3BSP8APEIK' where id=5; -update noar tt set b2='1CT58EU6E6J2DSSQ2' where id=5; -update noar ti set b2='1CT58EU6E6J2DSSQ2' where id=5; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b0='WYOC32VVE80T6KL5L53GXVLUP48' where id=6; -update noar ti set b0='WYOC32VVE80T6KL5L53GXVLUP48' where id=6; -update noar tt set v0='LR7BOL' where id=6; -update noar ti set v0='LR7BOL' where id=6; -update noar tt set b1='GOUEP9F' where id=6; -update noar ti set b1='GOUEP9F' where id=6; -update noar tt set v0='120MD4F' where id=6; -update noar ti set v0='120MD4F' where id=6; -update noar tt set b2='MRULR4Z133' where id=6; -update noar ti set b2='MRULR4Z133' where id=6; -update noar tt set v0='MNPVYRN0W7S7M0K' where id=7; -update noar ti set v0='MNPVYRN0W7S7M0K' where id=7; -update noar tt set b0='978O6F8PYYAZ5HKNCKQ2YEHBNF6SX' where id=7; -update noar ti set b0='978O6F8PYYAZ5HKNCKQ2YEHBNF6SX' where id=7; -update noar tt set v0='8TEAZN78DE2445UB0FRSE8FPXHM' where id=7; -update noar ti set v0='8TEAZN78DE2445UB0FRSE8FPXHM' where id=7; -update noar tt set b1='6Y8ZKJU3CUA4APVY' where id=7; -update noar ti set b1='6Y8ZKJU3CUA4APVY' where id=7; -update noar tt set v0='78RH586WLY' where id=7; -update noar ti set v0='78RH586WLY' where id=7; -update noar tt set b2='Z0' where id=7; -update noar ti set b2='Z0' where id=7; -update noar tt set v0='7QA3MTJ7B' where id=8; -update noar ti set v0='7QA3MTJ7B' where id=8; -update noar tt set b0='C53LS0W4' where id=8; -update noar ti set b0='C53LS0W4' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='5C5HZF9AMURYW8860MKXMXLJ1D4' where id=8; -update noar ti set b1='5C5HZF9AMURYW8860MKXMXLJ1D4' where id=8; -update noar tt set v0='2OK6C72SA49D2956Y28FXO6JW57Y5RM6' where id=8; -update noar ti set v0='2OK6C72SA49D2956Y28FXO6JW57Y5RM6' where id=8; -update noar tt set b2='L2' where id=8; -update noar ti set b2='L2' where id=8; -update noar tt set v0='OR0AX8CR32A47VCFYP35F569G7XPH' where id=9; -update noar ti set v0='OR0AX8CR32A47VCFYP35F569G7XPH' where id=9; -update noar tt set b0='DJ66RI8L' where id=9; -update noar ti set b0='DJ66RI8L' where id=9; -update noar tt set v0='WZNUXG82TH5JXKMK1T5GXQT93F6NEA6C' where id=9; -update noar ti set v0='WZNUXG82TH5JXKMK1T5GXQT93F6NEA6C' where id=9; -update noar tt set b1='V9HDF' where id=9; -update noar ti set b1='V9HDF' where id=9; -update noar tt set v0='C1OBESVQ7Z16P1RSVWE5HVPCCR' where id=9; -update noar ti set v0='C1OBESVQ7Z16P1RSVWE5HVPCCR' where id=9; -update noar tt set b2='9LY3OTQNKWO6ZO5V2R6B7TY' where id=9; -update noar ti set b2='9LY3OTQNKWO6ZO5V2R6B7TY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PHR5V7JY1WU073QOJIB56S73IF' where id=1; -update noar ti set v0='PHR5V7JY1WU073QOJIB56S73IF' where id=1; -update noar tt set b0='YDPEE02N29K5MWCWGYB1BTPW' where id=1; -update noar ti set b0='YDPEE02N29K5MWCWGYB1BTPW' where id=1; -update noar tt set v0='N6B' where id=1; -update noar ti set v0='N6B' where id=1; -update noar tt set b1='ZT2GN1XWKX76P886YGOBEG' where id=1; -update noar ti set b1='ZT2GN1XWKX76P886YGOBEG' where id=1; -update noar tt set v0='5J9' where id=1; -update noar ti set v0='5J9' where id=1; -update noar tt set b2='WIW2SI8KC14TTO8RMIR4V92WX4' where id=1; -update noar ti set b2='WIW2SI8KC14TTO8RMIR4V92WX4' where id=1; -update noar tt set v0='PE0MBBHL7MLCEJRXN7R3UJ' where id=2; -update noar ti set v0='PE0MBBHL7MLCEJRXN7R3UJ' where id=2; -update noar tt set b0='R2DC21AAZ6N9ALWARJP1QTNGML1WD' where id=2; -update noar ti set b0='R2DC21AAZ6N9ALWARJP1QTNGML1WD' where id=2; -update noar tt set v0='3WYBJXG52KK58V2BP' where id=2; -update noar ti set v0='3WYBJXG52KK58V2BP' where id=2; -update noar tt set b1='JDG' where id=2; -update noar ti set b1='JDG' where id=2; -update noar tt set v0='I210H2HYGTGKCL' where id=2; -update noar ti set v0='I210H2HYGTGKCL' where id=2; -update noar tt set b2='R1V9KA520TI2M4B' where id=2; -update noar ti set b2='R1V9KA520TI2M4B' where id=2; -update noar tt set v0='7P935LES9682SG' where id=3; -update noar ti set v0='7P935LES9682SG' where id=3; -update noar tt set b0='IWKWJE4' where id=3; -update noar ti set b0='IWKWJE4' where id=3; -update noar tt set v0='VUYA3' where id=3; -update noar ti set v0='VUYA3' where id=3; -update noar tt set b1='VJFQM' where id=3; -update noar ti set b1='VJFQM' where id=3; -update noar tt set v0='96NBM9QT1' where id=3; -update noar ti set v0='96NBM9QT1' where id=3; -update noar tt set b2='SZU' where id=3; -update noar ti set b2='SZU' where id=3; -update noar tt set v0='T9B8YK9CJ7XBG7G6RR2CF4' where id=4; -update noar ti set v0='T9B8YK9CJ7XBG7G6RR2CF4' where id=4; -update noar tt set b0='4QCRVLMJ9IJS50BTP' where id=4; -update noar ti set b0='4QCRVLMJ9IJS50BTP' where id=4; -update noar tt set v0='D96S383WHP6U6PK' where id=4; -update noar ti set v0='D96S383WHP6U6PK' where id=4; -update noar tt set b1='I5QOIHOX2ZA3PE' where id=4; -update noar ti set b1='I5QOIHOX2ZA3PE' where id=4; -update noar tt set v0='SKZJEFY75XN10' where id=4; -update noar ti set v0='SKZJEFY75XN10' where id=4; -update noar tt set b2='U04EZLXCQMYW3V3H4DALLQQMY7Q1KP6' where id=4; -update noar ti set b2='U04EZLXCQMYW3V3H4DALLQQMY7Q1KP6' where id=4; -update noar tt set v0='RMYBX5NQ8IBF6OQ1T08SBL' where id=5; -update noar ti set v0='RMYBX5NQ8IBF6OQ1T08SBL' where id=5; -update noar tt set b0='AD3N27TIWLDLLTSTAR17UIY4UH' where id=5; -update noar ti set b0='AD3N27TIWLDLLTSTAR17UIY4UH' where id=5; -update noar tt set v0='G011RPM26RZ' where id=5; -update noar ti set v0='G011RPM26RZ' where id=5; -update noar tt set b1='BDPPIL44T9VM90MCVMO7O3C' where id=5; -update noar ti set b1='BDPPIL44T9VM90MCVMO7O3C' where id=5; -update noar tt set v0='4C18KYFF0ME' where id=5; -update noar ti set v0='4C18KYFF0ME' where id=5; -update noar tt set b2='H84V0J5G64HOZPJH8IV9ZW' where id=5; -update noar ti set b2='H84V0J5G64HOZPJH8IV9ZW' where id=5; -update noar tt set v0='7MN53ZUSX1UGTHGNM2Q9' where id=6; -update noar ti set v0='7MN53ZUSX1UGTHGNM2Q9' where id=6; -update noar tt set b0='FAO3BUBZPHDUP7YF53599JA64UW1' where id=6; -update noar ti set b0='FAO3BUBZPHDUP7YF53599JA64UW1' where id=6; -update noar tt set v0='RL11BMUJI3RK87KFSRV74' where id=6; -update noar ti set v0='RL11BMUJI3RK87KFSRV74' where id=6; -update noar tt set b1='5I7' where id=6; -update noar ti set b1='5I7' where id=6; -update noar tt set v0='CD3XKD3DHJBRJBACFV24Y53HS2Q76R' where id=6; -update noar ti set v0='CD3XKD3DHJBRJBACFV24Y53HS2Q76R' where id=6; -update noar tt set b2='SP' where id=6; -update noar ti set b2='SP' where id=6; -update noar tt set v0='4VBV1HBP6MK2MGEV' where id=7; -update noar ti set v0='4VBV1HBP6MK2MGEV' where id=7; -update noar tt set b0='PMRNL0S4DFX43CEQ70E92LBO15S63' where id=7; -update noar ti set b0='PMRNL0S4DFX43CEQ70E92LBO15S63' where id=7; -update noar tt set v0='ZZCY1HXTUP629SUD1IPS5Y' where id=7; -update noar ti set v0='ZZCY1HXTUP629SUD1IPS5Y' where id=7; -update noar tt set b1='XBA19L7AOK96ZQRJI8IUCZ5X0' where id=7; -update noar ti set b1='XBA19L7AOK96ZQRJI8IUCZ5X0' where id=7; -update noar tt set v0='P06VTFH86K' where id=7; -update noar ti set v0='P06VTFH86K' where id=7; -update noar tt set b2='AD5PMS2XVLGB' where id=7; -update noar ti set b2='AD5PMS2XVLGB' where id=7; -update noar tt set v0='0QC20FZPXBIKCODRBJONNR0NUXC2SDSY' where id=8; -update noar ti set v0='0QC20FZPXBIKCODRBJONNR0NUXC2SDSY' where id=8; -update noar tt set b0='PZXM5598GDZSPH2RK' where id=8; -update noar ti set b0='PZXM5598GDZSPH2RK' where id=8; -update noar tt set v0='F346V5J05UXC749ALV' where id=8; -update noar ti set v0='F346V5J05UXC749ALV' where id=8; -update noar tt set b1='MNGKLUHW' where id=8; -update noar ti set b1='MNGKLUHW' where id=8; -update noar tt set v0='VF5RQKP6U1JC665EMC' where id=8; -update noar ti set v0='VF5RQKP6U1JC665EMC' where id=8; -update noar tt set b2='KPKFVA52DZQYAM7' where id=8; -update noar ti set b2='KPKFVA52DZQYAM7' where id=8; -update noar tt set v0='9JAUDHG1' where id=9; -update noar ti set v0='9JAUDHG1' where id=9; -update noar tt set b0='TEIH533FXWNAYHS6103XOVRG' where id=9; -update noar ti set b0='TEIH533FXWNAYHS6103XOVRG' where id=9; -update noar tt set v0='3HCG7' where id=9; -update noar ti set v0='3HCG7' where id=9; -update noar tt set b1='R5G5B45OC71VNE0XL' where id=9; -update noar ti set b1='R5G5B45OC71VNE0XL' where id=9; -update noar tt set v0='SHM2S6J5B0TD7E' where id=9; -update noar ti set v0='SHM2S6J5B0TD7E' where id=9; -update noar tt set b2='W75YOSOZM14Q43PVVOA5IS' where id=9; -update noar ti set b2='W75YOSOZM14Q43PVVOA5IS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WLU26SY' where id=1; -update noar ti set v0='WLU26SY' where id=1; -update noar tt set b0='YZ4TDUAVDJZG8G1YXCGI3DEPA8ZRIO' where id=1; -update noar ti set b0='YZ4TDUAVDJZG8G1YXCGI3DEPA8ZRIO' where id=1; -update noar tt set v0='0BRD64W' where id=1; -update noar ti set v0='0BRD64W' where id=1; -update noar tt set b1='RRM593JN698L1X' where id=1; -update noar ti set b1='RRM593JN698L1X' where id=1; -update noar tt set v0='UM7XVGQ5Z' where id=1; -update noar ti set v0='UM7XVGQ5Z' where id=1; -update noar tt set b2='KZQPGD' where id=1; -update noar ti set b2='KZQPGD' where id=1; -update noar tt set v0='97B7EGPHGKKVT' where id=2; -update noar ti set v0='97B7EGPHGKKVT' where id=2; -update noar tt set b0='CDALQLH7KEZRR342VS0A92C68OH' where id=2; -update noar ti set b0='CDALQLH7KEZRR342VS0A92C68OH' where id=2; -update noar tt set v0='2ETM' where id=2; -update noar ti set v0='2ETM' where id=2; -update noar tt set b1='EFQ11YOD94UJ523TC' where id=2; -update noar ti set b1='EFQ11YOD94UJ523TC' where id=2; -update noar tt set v0='VX39CALAZQIETW0VZQ8A18M9JF3Q65' where id=2; -update noar ti set v0='VX39CALAZQIETW0VZQ8A18M9JF3Q65' where id=2; -update noar tt set b2='EVT' where id=2; -update noar ti set b2='EVT' where id=2; -update noar tt set v0='HS7KQ' where id=3; -update noar ti set v0='HS7KQ' where id=3; -update noar tt set b0='NJ71T813LJVA9D2UB' where id=3; -update noar ti set b0='NJ71T813LJVA9D2UB' where id=3; -update noar tt set v0='6WL8H78VZNK40LSBMTTIGDVXE47' where id=3; -update noar ti set v0='6WL8H78VZNK40LSBMTTIGDVXE47' where id=3; -update noar tt set b1='ISW' where id=3; -update noar ti set b1='ISW' where id=3; -update noar tt set v0='MVNBNIZW619OYAD' where id=3; -update noar ti set v0='MVNBNIZW619OYAD' where id=3; -update noar tt set b2='TJRDN7EIQ16P28RO09RPOXC1PRRI5' where id=3; -update noar ti set b2='TJRDN7EIQ16P28RO09RPOXC1PRRI5' where id=3; -update noar tt set v0='6RA35JCA0GLZKT36IKSMGZE2ZI7A' where id=4; -update noar ti set v0='6RA35JCA0GLZKT36IKSMGZE2ZI7A' where id=4; -update noar tt set b0='ISM0MO' where id=4; -update noar ti set b0='ISM0MO' where id=4; -update noar tt set v0='QHECUZHAGRLIPND8POGCCHL5G4BKLUU' where id=4; -update noar ti set v0='QHECUZHAGRLIPND8POGCCHL5G4BKLUU' where id=4; -update noar tt set b1='RC0VVC355Q9EVQSJP3IIV4' where id=4; -update noar ti set b1='RC0VVC355Q9EVQSJP3IIV4' where id=4; -update noar tt set v0='6EJAXY8U078JRBAQFUFLBU6CP' where id=4; -update noar ti set v0='6EJAXY8U078JRBAQFUFLBU6CP' where id=4; -update noar tt set b2='ZQU0NF5W3' where id=4; -update noar ti set b2='ZQU0NF5W3' where id=4; -update noar tt set v0='LYIB' where id=5; -update noar ti set v0='LYIB' where id=5; -update noar tt set b0='YTTKYT' where id=5; -update noar ti set b0='YTTKYT' where id=5; -update noar tt set v0='Y5J' where id=5; -update noar ti set v0='Y5J' where id=5; -update noar tt set b1='RN3PU8YSC8YFYM1SR4WCOV' where id=5; -update noar ti set b1='RN3PU8YSC8YFYM1SR4WCOV' where id=5; -update noar tt set v0='9CKJ' where id=5; -update noar ti set v0='9CKJ' where id=5; -update noar tt set b2='X88L7YCEJE2K388800Z7FTVC233S4D2' where id=5; -update noar ti set b2='X88L7YCEJE2K388800Z7FTVC233S4D2' where id=5; -update noar tt set v0='S9VXSIGQ0RETGCC1EG3XERMJ9' where id=6; -update noar ti set v0='S9VXSIGQ0RETGCC1EG3XERMJ9' where id=6; -update noar tt set b0='KY43ISWEA2G53V6UNCVAEU' where id=6; -update noar ti set b0='KY43ISWEA2G53V6UNCVAEU' where id=6; -update noar tt set v0='LX39MDR0EP9B7UXACN83CEMWJDFFCXL' where id=6; -update noar ti set v0='LX39MDR0EP9B7UXACN83CEMWJDFFCXL' where id=6; -update noar tt set b1='FJEK0INZ48GXEYOOMFM8UJI4E71329G' where id=6; -update noar ti set b1='FJEK0INZ48GXEYOOMFM8UJI4E71329G' where id=6; -update noar tt set v0='8KXEL4T9OHE20' where id=6; -update noar ti set v0='8KXEL4T9OHE20' where id=6; -update noar tt set b2='XI' where id=6; -update noar ti set b2='XI' where id=6; -update noar tt set v0='1YZRB46JK8MLB7P6L184L4Q63IQ7' where id=7; -update noar ti set v0='1YZRB46JK8MLB7P6L184L4Q63IQ7' where id=7; -update noar tt set b0='EI' where id=7; -update noar ti set b0='EI' where id=7; -update noar tt set v0='0UEQV48I3657S45RI1UP6PBWTJJ6IE' where id=7; -update noar ti set v0='0UEQV48I3657S45RI1UP6PBWTJJ6IE' where id=7; -update noar tt set b1='03J03' where id=7; -update noar ti set b1='03J03' where id=7; -update noar tt set v0='RX5HY5' where id=7; -update noar ti set v0='RX5HY5' where id=7; -update noar tt set b2='57XF2C0DRU6WDN' where id=7; -update noar ti set b2='57XF2C0DRU6WDN' where id=7; -update noar tt set v0='9LG602GNKZHEQ0YB9ZOX' where id=8; -update noar ti set v0='9LG602GNKZHEQ0YB9ZOX' where id=8; -update noar tt set b0='MPHI3ONGH861VF' where id=8; -update noar ti set b0='MPHI3ONGH861VF' where id=8; -update noar tt set v0='5MITBB25PO5OWYPU242HZ' where id=8; -update noar ti set v0='5MITBB25PO5OWYPU242HZ' where id=8; -update noar tt set b1='2XXTYD' where id=8; -update noar ti set b1='2XXTYD' where id=8; -update noar tt set v0='MHFEI2AT1R9KLW0T6MY5U9V3YUUTA5H' where id=8; -update noar ti set v0='MHFEI2AT1R9KLW0T6MY5U9V3YUUTA5H' where id=8; -update noar tt set b2='PAQ0CTDBBQF' where id=8; -update noar ti set b2='PAQ0CTDBBQF' where id=8; -update noar tt set v0='1TG665CKQ5XN58Q' where id=9; -update noar ti set v0='1TG665CKQ5XN58Q' where id=9; -update noar tt set b0='C4TR0D0P' where id=9; -update noar ti set b0='C4TR0D0P' where id=9; -update noar tt set v0='4CI2VEBY60XZEZ44TY16X02CH921X' where id=9; -update noar ti set v0='4CI2VEBY60XZEZ44TY16X02CH921X' where id=9; -update noar tt set b1='UH9VKXEP17E' where id=9; -update noar ti set b1='UH9VKXEP17E' where id=9; -update noar tt set v0='W4SJ5OKSKXRQMUL' where id=9; -update noar ti set v0='W4SJ5OKSKXRQMUL' where id=9; -update noar tt set b2='MNULS18' where id=9; -update noar ti set b2='MNULS18' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2YFR7YFNVBMABVD94CZ' where id=1; -update noar ti set v0='2YFR7YFNVBMABVD94CZ' where id=1; -update noar tt set b0='D1C352ZX6A4NXMJ07K2' where id=1; -update noar ti set b0='D1C352ZX6A4NXMJ07K2' where id=1; -update noar tt set v0='EDNM56X8XKUISQI1GRR2B5BD6CGBXI' where id=1; -update noar ti set v0='EDNM56X8XKUISQI1GRR2B5BD6CGBXI' where id=1; -update noar tt set b1='UWW2IIMZ' where id=1; -update noar ti set b1='UWW2IIMZ' where id=1; -update noar tt set v0='73Z1ME44RLDFYFONGR43' where id=1; -update noar ti set v0='73Z1ME44RLDFYFONGR43' where id=1; -update noar tt set b2='GLTX7S07N4TO3KS4EOCMYCZVO09T9M4' where id=1; -update noar ti set b2='GLTX7S07N4TO3KS4EOCMYCZVO09T9M4' where id=1; -update noar tt set v0='NAHVPZBIZFE9YKW9ETMZTZWQ7C4' where id=2; -update noar ti set v0='NAHVPZBIZFE9YKW9ETMZTZWQ7C4' where id=2; -update noar tt set b0='IU0G6YHBK1J9YS' where id=2; -update noar ti set b0='IU0G6YHBK1J9YS' where id=2; -update noar tt set v0='RGSAN0IW2JZ5V44L5YDP' where id=2; -update noar ti set v0='RGSAN0IW2JZ5V44L5YDP' where id=2; -update noar tt set b1='4CB53D2WRZW' where id=2; -update noar ti set b1='4CB53D2WRZW' where id=2; -update noar tt set v0='ILKAVIJV9WAJEF2PL5KZNSY' where id=2; -update noar ti set v0='ILKAVIJV9WAJEF2PL5KZNSY' where id=2; -update noar tt set b2='U1DD6E096K9BZEWNH' where id=2; -update noar ti set b2='U1DD6E096K9BZEWNH' where id=2; -update noar tt set v0='U7LJ1KK5C13EZOMEXM89QT1P08EZ' where id=3; -update noar ti set v0='U7LJ1KK5C13EZOMEXM89QT1P08EZ' where id=3; -update noar tt set b0='VRHT' where id=3; -update noar ti set b0='VRHT' where id=3; -update noar tt set v0='TY1FS55IE' where id=3; -update noar ti set v0='TY1FS55IE' where id=3; -update noar tt set b1='FNTVRMKQSSQN3Z7QXT' where id=3; -update noar ti set b1='FNTVRMKQSSQN3Z7QXT' where id=3; -update noar tt set v0='5D7G5VB9G2FOZ3VHF' where id=3; -update noar ti set v0='5D7G5VB9G2FOZ3VHF' where id=3; -update noar tt set b2='2KHZG4FU2NSE9CWHO' where id=3; -update noar ti set b2='2KHZG4FU2NSE9CWHO' where id=3; -update noar tt set v0='TAXA8L0K08MNRW6V5' where id=4; -update noar ti set v0='TAXA8L0K08MNRW6V5' where id=4; -update noar tt set b0='U5KJM4G20UPOIRIKR0XZ' where id=4; -update noar ti set b0='U5KJM4G20UPOIRIKR0XZ' where id=4; -update noar tt set v0='FASAEZ1A8E838PIIH6YB9KUO' where id=4; -update noar ti set v0='FASAEZ1A8E838PIIH6YB9KUO' where id=4; -update noar tt set b1='Y4XAX79W20RPOTLPADOKBHGX3AZBD' where id=4; -update noar ti set b1='Y4XAX79W20RPOTLPADOKBHGX3AZBD' where id=4; -update noar tt set v0='BP4TM' where id=4; -update noar ti set v0='BP4TM' where id=4; -update noar tt set b2='L1E8EAJCDCEZJBKDE993OH59WL' where id=4; -update noar ti set b2='L1E8EAJCDCEZJBKDE993OH59WL' where id=4; -update noar tt set v0='FSP6AHI4JKVAEYLP7YWH9BGMD4CH' where id=5; -update noar ti set v0='FSP6AHI4JKVAEYLP7YWH9BGMD4CH' where id=5; -update noar tt set b0='EAUUIB1B06ENPYLTKGW9HP3676Y3RGL' where id=5; -update noar ti set b0='EAUUIB1B06ENPYLTKGW9HP3676Y3RGL' where id=5; -update noar tt set v0='SJ0N28ERRQEO7CEZ6J6CBTIY0XENL7L' where id=5; -update noar ti set v0='SJ0N28ERRQEO7CEZ6J6CBTIY0XENL7L' where id=5; -update noar tt set b1='W0XNGYC' where id=5; -update noar ti set b1='W0XNGYC' where id=5; -update noar tt set v0='U84RKJTWQB9R5NWHWTN2JI6' where id=5; -update noar ti set v0='U84RKJTWQB9R5NWHWTN2JI6' where id=5; -update noar tt set b2='7WI0' where id=5; -update noar ti set b2='7WI0' where id=5; -update noar tt set v0='2ZJVWZ' where id=6; -update noar ti set v0='2ZJVWZ' where id=6; -update noar tt set b0='S6SKLIDK76UNZVFS6ES8OZBGVMS7' where id=6; -update noar ti set b0='S6SKLIDK76UNZVFS6ES8OZBGVMS7' where id=6; -update noar tt set v0='IPJORAM60NQXJI' where id=6; -update noar ti set v0='IPJORAM60NQXJI' where id=6; -update noar tt set b1='2Y0WW1' where id=6; -update noar ti set b1='2Y0WW1' where id=6; -update noar tt set v0='AEZMWB4EQIGWO8G' where id=6; -update noar ti set v0='AEZMWB4EQIGWO8G' where id=6; -update noar tt set b2='AGDY6STMHIKIS23HOJEYRJEWWCK4' where id=6; -update noar ti set b2='AGDY6STMHIKIS23HOJEYRJEWWCK4' where id=6; -update noar tt set v0='9XVL670GR8AVWKSA3662F4LYO' where id=7; -update noar ti set v0='9XVL670GR8AVWKSA3662F4LYO' where id=7; -update noar tt set b0='T' where id=7; -update noar ti set b0='T' where id=7; -update noar tt set v0='D5YVQG5QRNHRQRTP' where id=7; -update noar ti set v0='D5YVQG5QRNHRQRTP' where id=7; -update noar tt set b1='5GULAJQEFO16E7V2JRU8756SRBNWV2P' where id=7; -update noar ti set b1='5GULAJQEFO16E7V2JRU8756SRBNWV2P' where id=7; -update noar tt set v0='CEGHCLZ3Z48YEVB' where id=7; -update noar ti set v0='CEGHCLZ3Z48YEVB' where id=7; -update noar tt set b2='HSQTJAQ0B7BD' where id=7; -update noar ti set b2='HSQTJAQ0B7BD' where id=7; -update noar tt set v0='D73LVLM7' where id=8; -update noar ti set v0='D73LVLM7' where id=8; -update noar tt set b0='OQGJZH8QN8ABAFAP0NQC13P4' where id=8; -update noar ti set b0='OQGJZH8QN8ABAFAP0NQC13P4' where id=8; -update noar tt set v0='0KTTY' where id=8; -update noar ti set v0='0KTTY' where id=8; -update noar tt set b1='980R9UERD1Q' where id=8; -update noar ti set b1='980R9UERD1Q' where id=8; -update noar tt set v0='NHBXX0WNEF207MRLM0O' where id=8; -update noar ti set v0='NHBXX0WNEF207MRLM0O' where id=8; -update noar tt set b2='G9UZG8FZKV6G6187JTKJDCGCEKOZR0WX' where id=8; -update noar ti set b2='G9UZG8FZKV6G6187JTKJDCGCEKOZR0WX' where id=8; -update noar tt set v0='IR4KTP4LZO' where id=9; -update noar ti set v0='IR4KTP4LZO' where id=9; -update noar tt set b0='9OFE64610RU69' where id=9; -update noar ti set b0='9OFE64610RU69' where id=9; -update noar tt set v0='3J5P8KQB0ROFPY' where id=9; -update noar ti set v0='3J5P8KQB0ROFPY' where id=9; -update noar tt set b1='P0I23GYR6UO6NNDUE4VG' where id=9; -update noar ti set b1='P0I23GYR6UO6NNDUE4VG' where id=9; -update noar tt set v0='LV23IQFNKKCLA3RR' where id=9; -update noar ti set v0='LV23IQFNKKCLA3RR' where id=9; -update noar tt set b2='HXJPTZ45LOYP44OK8DPQSE1B1R7' where id=9; -update noar ti set b2='HXJPTZ45LOYP44OK8DPQSE1B1R7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WKB6QCXEDAX7BKAZ7FBYFMXJ54JIZ4' where id=1; -update noar ti set v0='WKB6QCXEDAX7BKAZ7FBYFMXJ54JIZ4' where id=1; -update noar tt set b0='DAARWNBBKGNY0JBR1CD6W' where id=1; -update noar ti set b0='DAARWNBBKGNY0JBR1CD6W' where id=1; -update noar tt set v0='4YGA2EABOXMSCKOA' where id=1; -update noar ti set v0='4YGA2EABOXMSCKOA' where id=1; -update noar tt set b1='NFFFZVKDVLR' where id=1; -update noar ti set b1='NFFFZVKDVLR' where id=1; -update noar tt set v0='9I6KRK9IAX12CG7I2M7QITVNNNBXIG' where id=1; -update noar ti set v0='9I6KRK9IAX12CG7I2M7QITVNNNBXIG' where id=1; -update noar tt set b2='ETBQGKPB0A9Q2YULI8BHZ' where id=1; -update noar ti set b2='ETBQGKPB0A9Q2YULI8BHZ' where id=1; -update noar tt set v0='7S5KZ52Z2NNIIXV5XZBS' where id=2; -update noar ti set v0='7S5KZ52Z2NNIIXV5XZBS' where id=2; -update noar tt set b0='GDFU' where id=2; -update noar ti set b0='GDFU' where id=2; -update noar tt set v0='IM5YJ456Q7A0OZRTTEK7' where id=2; -update noar ti set v0='IM5YJ456Q7A0OZRTTEK7' where id=2; -update noar tt set b1='4Q4M2ZU4ODH33NYFX1MGDY1O967OE' where id=2; -update noar ti set b1='4Q4M2ZU4ODH33NYFX1MGDY1O967OE' where id=2; -update noar tt set v0='5L' where id=2; -update noar ti set v0='5L' where id=2; -update noar tt set b2='Q8XV5WET3W2ARGFM' where id=2; -update noar ti set b2='Q8XV5WET3W2ARGFM' where id=2; -update noar tt set v0='RRE0FA0' where id=3; -update noar ti set v0='RRE0FA0' where id=3; -update noar tt set b0='77LG4G1XJ1GN58QXHZEK7WF657GLL' where id=3; -update noar ti set b0='77LG4G1XJ1GN58QXHZEK7WF657GLL' where id=3; -update noar tt set v0='JO' where id=3; -update noar ti set v0='JO' where id=3; -update noar tt set b1='O230MX7LSTX8F3MY4R3N1' where id=3; -update noar ti set b1='O230MX7LSTX8F3MY4R3N1' where id=3; -update noar tt set v0='J3JEPDQ028UY4MT9MM' where id=3; -update noar ti set v0='J3JEPDQ028UY4MT9MM' where id=3; -update noar tt set b2='LBKFFTPKEVT760XOGV2' where id=3; -update noar ti set b2='LBKFFTPKEVT760XOGV2' where id=3; -update noar tt set v0='FD5P55NA3IIYPAR9WNOKGN21K' where id=4; -update noar ti set v0='FD5P55NA3IIYPAR9WNOKGN21K' where id=4; -update noar tt set b0='FM1CGVMA25LKCJPW06TM3S11' where id=4; -update noar ti set b0='FM1CGVMA25LKCJPW06TM3S11' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='8FGHZT4SDT' where id=4; -update noar ti set b1='8FGHZT4SDT' where id=4; -update noar tt set v0='JGM5NWCYN0OFWKR417AJHODI75D' where id=4; -update noar ti set v0='JGM5NWCYN0OFWKR417AJHODI75D' where id=4; -update noar tt set b2='T7CWNK' where id=4; -update noar ti set b2='T7CWNK' where id=4; -update noar tt set v0='57W4FXI' where id=5; -update noar ti set v0='57W4FXI' where id=5; -update noar tt set b0='0MVW2VNB2FJHNONA' where id=5; -update noar ti set b0='0MVW2VNB2FJHNONA' where id=5; -update noar tt set v0='AHZWOCT' where id=5; -update noar ti set v0='AHZWOCT' where id=5; -update noar tt set b1='1WPFSUBUWOSGNWMSTGTGZ5' where id=5; -update noar ti set b1='1WPFSUBUWOSGNWMSTGTGZ5' where id=5; -update noar tt set v0='V4C6EK' where id=5; -update noar ti set v0='V4C6EK' where id=5; -update noar tt set b2='WFLN792PV0T7SZH1D' where id=5; -update noar ti set b2='WFLN792PV0T7SZH1D' where id=5; -update noar tt set v0='KEE87BO2779WDXH4DFKJJJQ2Z95T' where id=6; -update noar ti set v0='KEE87BO2779WDXH4DFKJJJQ2Z95T' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='U7PLXDX4B0EPOGEHSI' where id=6; -update noar ti set v0='U7PLXDX4B0EPOGEHSI' where id=6; -update noar tt set b1='51NY1VUXRQGPYO' where id=6; -update noar ti set b1='51NY1VUXRQGPYO' where id=6; -update noar tt set v0='3GPYI35AKG3018X8BYVL5' where id=6; -update noar ti set v0='3GPYI35AKG3018X8BYVL5' where id=6; -update noar tt set b2='PHVNHICZ1MY39XI0JQV0E' where id=6; -update noar ti set b2='PHVNHICZ1MY39XI0JQV0E' where id=6; -update noar tt set v0='BAPY2FCG8BJ3ZR3DMI1MB' where id=7; -update noar ti set v0='BAPY2FCG8BJ3ZR3DMI1MB' where id=7; -update noar tt set b0='IOJH0GMSX9H2HZT' where id=7; -update noar ti set b0='IOJH0GMSX9H2HZT' where id=7; -update noar tt set v0='LO1908ZMFVVWW1OX3ZJZGJ0TS2J2QH' where id=7; -update noar ti set v0='LO1908ZMFVVWW1OX3ZJZGJ0TS2J2QH' where id=7; -update noar tt set b1='S7XAKSSGSXNIMPWBN7ULY95ETF3U2' where id=7; -update noar ti set b1='S7XAKSSGSXNIMPWBN7ULY95ETF3U2' where id=7; -update noar tt set v0='URKDP2MZNHHA3BLJM' where id=7; -update noar ti set v0='URKDP2MZNHHA3BLJM' where id=7; -update noar tt set b2='OUPA298IPRTHVWA5WUK0IS' where id=7; -update noar ti set b2='OUPA298IPRTHVWA5WUK0IS' where id=7; -update noar tt set v0='I9N2HBC11AYL24SX5M1NOPFD3M' where id=8; -update noar ti set v0='I9N2HBC11AYL24SX5M1NOPFD3M' where id=8; -update noar tt set b0='UUCWYUY0NR1DM8ZJ2WQ5' where id=8; -update noar ti set b0='UUCWYUY0NR1DM8ZJ2WQ5' where id=8; -update noar tt set v0='N7XFLJ' where id=8; -update noar ti set v0='N7XFLJ' where id=8; -update noar tt set b1='3VQY8R26AZ' where id=8; -update noar ti set b1='3VQY8R26AZ' where id=8; -update noar tt set v0='L3GG39QTMJAK3GMA46ZDPU' where id=8; -update noar ti set v0='L3GG39QTMJAK3GMA46ZDPU' where id=8; -update noar tt set b2='NMMCGNOWUTG19E9L266G4YPLKMY5A' where id=8; -update noar ti set b2='NMMCGNOWUTG19E9L266G4YPLKMY5A' where id=8; -update noar tt set v0='C2FQ96XNGUYC84D7HA9' where id=9; -update noar ti set v0='C2FQ96XNGUYC84D7HA9' where id=9; -update noar tt set b0='6U2M544B1UHZ' where id=9; -update noar ti set b0='6U2M544B1UHZ' where id=9; -update noar tt set v0='8JWSNHHEVZJS9PWV8VOW2GYGKRJ' where id=9; -update noar ti set v0='8JWSNHHEVZJS9PWV8VOW2GYGKRJ' where id=9; -update noar tt set b1='KHT6ABJV82' where id=9; -update noar ti set b1='KHT6ABJV82' where id=9; -update noar tt set v0='IDSLWB500SW2' where id=9; -update noar ti set v0='IDSLWB500SW2' where id=9; -update noar tt set b2='V8N7Q3W2' where id=9; -update noar ti set b2='V8N7Q3W2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZZQW0' where id=1; -update noar ti set v0='ZZQW0' where id=1; -update noar tt set b0='7W4HXNM2XQK5AH7NK1NP4OTXY85O4' where id=1; -update noar ti set b0='7W4HXNM2XQK5AH7NK1NP4OTXY85O4' where id=1; -update noar tt set v0='B51PLR39FSU741IED7JECCK7I3AFW6X' where id=1; -update noar ti set v0='B51PLR39FSU741IED7JECCK7I3AFW6X' where id=1; -update noar tt set b1='RQXOPJA6BWUOFKRY9VAZ' where id=1; -update noar ti set b1='RQXOPJA6BWUOFKRY9VAZ' where id=1; -update noar tt set v0='47O53I7DQFNDKOE9C91FTL03TES83OY' where id=1; -update noar ti set v0='47O53I7DQFNDKOE9C91FTL03TES83OY' where id=1; -update noar tt set b2='61GNDMNKWG59R5' where id=1; -update noar ti set b2='61GNDMNKWG59R5' where id=1; -update noar tt set v0='XM' where id=2; -update noar ti set v0='XM' where id=2; -update noar tt set b0='8X1WG83G2J' where id=2; -update noar ti set b0='8X1WG83G2J' where id=2; -update noar tt set v0='QAT1XOC' where id=2; -update noar ti set v0='QAT1XOC' where id=2; -update noar tt set b1='E7RZJTH1OUESGS9C7RV' where id=2; -update noar ti set b1='E7RZJTH1OUESGS9C7RV' where id=2; -update noar tt set v0='M8U02EG0' where id=2; -update noar ti set v0='M8U02EG0' where id=2; -update noar tt set b2='34O31HYEZYA6OJ3S9MLMUX' where id=2; -update noar ti set b2='34O31HYEZYA6OJ3S9MLMUX' where id=2; -update noar tt set v0='NOOIGJ1O42AEW7W5' where id=3; -update noar ti set v0='NOOIGJ1O42AEW7W5' where id=3; -update noar tt set b0='CETXM13QUCLHFNKMLWBWFDR' where id=3; -update noar ti set b0='CETXM13QUCLHFNKMLWBWFDR' where id=3; -update noar tt set v0='33GYEI3CBGMM4U5K' where id=3; -update noar ti set v0='33GYEI3CBGMM4U5K' where id=3; -update noar tt set b1='1HCE9MO3N' where id=3; -update noar ti set b1='1HCE9MO3N' where id=3; -update noar tt set v0='V' where id=3; -update noar ti set v0='V' where id=3; -update noar tt set b2='R9YTXMJLWQYR4C3S' where id=3; -update noar ti set b2='R9YTXMJLWQYR4C3S' where id=3; -update noar tt set v0='E81P6G145R87UTORECCZD66' where id=4; -update noar ti set v0='E81P6G145R87UTORECCZD66' where id=4; -update noar tt set b0='UHJDD49RGA3O5' where id=4; -update noar ti set b0='UHJDD49RGA3O5' where id=4; -update noar tt set v0='MJNR' where id=4; -update noar ti set v0='MJNR' where id=4; -update noar tt set b1='U5ZGGNWWXDGNQ2L3KVBUS' where id=4; -update noar ti set b1='U5ZGGNWWXDGNQ2L3KVBUS' where id=4; -update noar tt set v0='9JBZ2V72NV487MCABXNJFAGO88AAOWKZ' where id=4; -update noar ti set v0='9JBZ2V72NV487MCABXNJFAGO88AAOWKZ' where id=4; -update noar tt set b2='988U81QQL4IQ0ADZC7R0X3G0P' where id=4; -update noar ti set b2='988U81QQL4IQ0ADZC7R0X3G0P' where id=4; -update noar tt set v0='P5NDB15L65' where id=5; -update noar ti set v0='P5NDB15L65' where id=5; -update noar tt set b0='6DE6IE9M5I8BMNWEEHD94LFLZTYNYB' where id=5; -update noar ti set b0='6DE6IE9M5I8BMNWEEHD94LFLZTYNYB' where id=5; -update noar tt set v0='JJ78W2LVS1PNB3E7QBQFZH9MF877GV' where id=5; -update noar ti set v0='JJ78W2LVS1PNB3E7QBQFZH9MF877GV' where id=5; -update noar tt set b1='YRJPD7M76CU1G41PTS7ACSW2R30MZK1' where id=5; -update noar ti set b1='YRJPD7M76CU1G41PTS7ACSW2R30MZK1' where id=5; -update noar tt set v0='NLFLSAHM3Z7ST1BUEDUJF9' where id=5; -update noar ti set v0='NLFLSAHM3Z7ST1BUEDUJF9' where id=5; -update noar tt set b2='1DCP49QBNMLDZ507ECDLB7' where id=5; -update noar ti set b2='1DCP49QBNMLDZ507ECDLB7' where id=5; -update noar tt set v0='5OZBK90SEOWDD1E8WMSFCXLM' where id=6; -update noar ti set v0='5OZBK90SEOWDD1E8WMSFCXLM' where id=6; -update noar tt set b0='NUW1486JETPZFX50QPY6MXMMX' where id=6; -update noar ti set b0='NUW1486JETPZFX50QPY6MXMMX' where id=6; -update noar tt set v0='WDW7UDYLT6' where id=6; -update noar ti set v0='WDW7UDYLT6' where id=6; -update noar tt set b1='16205VJ3A0H7AZHA2' where id=6; -update noar ti set b1='16205VJ3A0H7AZHA2' where id=6; -update noar tt set v0='8QDJ' where id=6; -update noar ti set v0='8QDJ' where id=6; -update noar tt set b2='81575WF9W996JIP69N8E7R9CK2GA5PZ' where id=6; -update noar ti set b2='81575WF9W996JIP69N8E7R9CK2GA5PZ' where id=6; -update noar tt set v0='6GX3TE227BR0JBHVOZL5B5XUE8C7HMX' where id=7; -update noar ti set v0='6GX3TE227BR0JBHVOZL5B5XUE8C7HMX' where id=7; -update noar tt set b0='PAZR4B5S0' where id=7; -update noar ti set b0='PAZR4B5S0' where id=7; -update noar tt set v0='WI7OK8UVVDDBOBP5AYOMTKMS' where id=7; -update noar ti set v0='WI7OK8UVVDDBOBP5AYOMTKMS' where id=7; -update noar tt set b1='4' where id=7; -update noar ti set b1='4' where id=7; -update noar tt set v0='799XGAZ' where id=7; -update noar ti set v0='799XGAZ' where id=7; -update noar tt set b2='FZNOA' where id=7; -update noar ti set b2='FZNOA' where id=7; -update noar tt set v0='3FYM7UQLA91GXXIPHLXNPC9DMCCCM' where id=8; -update noar ti set v0='3FYM7UQLA91GXXIPHLXNPC9DMCCCM' where id=8; -update noar tt set b0='VPA5DHCSJLSJXIQDRSNSZMUHAXDW0PV' where id=8; -update noar ti set b0='VPA5DHCSJLSJXIQDRSNSZMUHAXDW0PV' where id=8; -update noar tt set v0='388H8ZC0KXRDBSG0JM58S9BJ29CIC2' where id=8; -update noar ti set v0='388H8ZC0KXRDBSG0JM58S9BJ29CIC2' where id=8; -update noar tt set b1='TIS1BLSO4F5HR1EG6ILDA6' where id=8; -update noar ti set b1='TIS1BLSO4F5HR1EG6ILDA6' where id=8; -update noar tt set v0='WDCJXV7J' where id=8; -update noar ti set v0='WDCJXV7J' where id=8; -update noar tt set b2='1VMSSOHVNHSEC0UC' where id=8; -update noar ti set b2='1VMSSOHVNHSEC0UC' where id=8; -update noar tt set v0='HQW9COPGPDMPTEEYGCVDUGJZAEPP' where id=9; -update noar ti set v0='HQW9COPGPDMPTEEYGCVDUGJZAEPP' where id=9; -update noar tt set b0='OSV32IDKYFMCG9PUGAT' where id=9; -update noar ti set b0='OSV32IDKYFMCG9PUGAT' where id=9; -update noar tt set v0='RNTGZDG3C5RFPE3EJS5N' where id=9; -update noar ti set v0='RNTGZDG3C5RFPE3EJS5N' where id=9; -update noar tt set b1='KKB7D0T3X4K09AE274GUS4PGB7OG6' where id=9; -update noar ti set b1='KKB7D0T3X4K09AE274GUS4PGB7OG6' where id=9; -update noar tt set v0='EGJJMA4IGGHY75QJAT211' where id=9; -update noar ti set v0='EGJJMA4IGGHY75QJAT211' where id=9; -update noar tt set b2='X9MA2TTQ19F50H' where id=9; -update noar ti set b2='X9MA2TTQ19F50H' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZBU2S38J3Q' where id=1; -update noar ti set v0='ZBU2S38J3Q' where id=1; -update noar tt set b0='Q2APNIMUSV2BHWZBZN6D8CDV' where id=1; -update noar ti set b0='Q2APNIMUSV2BHWZBZN6D8CDV' where id=1; -update noar tt set v0='DFYL6ZEYN7KA7LUONEJDAYEI0ZZMDWO' where id=1; -update noar ti set v0='DFYL6ZEYN7KA7LUONEJDAYEI0ZZMDWO' where id=1; -update noar tt set b1='M4OMQCR4GF2P60O895UZB' where id=1; -update noar ti set b1='M4OMQCR4GF2P60O895UZB' where id=1; -update noar tt set v0='CDDEHV' where id=1; -update noar ti set v0='CDDEHV' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set v0='KJ1S' where id=2; -update noar ti set v0='KJ1S' where id=2; -update noar tt set b0='TCZYCUZHHXKZ9G4JQDE' where id=2; -update noar ti set b0='TCZYCUZHHXKZ9G4JQDE' where id=2; -update noar tt set v0='7A58D22DZGY88D841RTD37OTLTH2R' where id=2; -update noar ti set v0='7A58D22DZGY88D841RTD37OTLTH2R' where id=2; -update noar tt set b1='9JLXP35NVDZ8VVI3H4QHMW' where id=2; -update noar ti set b1='9JLXP35NVDZ8VVI3H4QHMW' where id=2; -update noar tt set v0='AWMYMUIE7R7P59MM7XLCZ6' where id=2; -update noar ti set v0='AWMYMUIE7R7P59MM7XLCZ6' where id=2; -update noar tt set b2='P0U3H2NB0' where id=2; -update noar ti set b2='P0U3H2NB0' where id=2; -update noar tt set v0='WCOGGI5M' where id=3; -update noar ti set v0='WCOGGI5M' where id=3; -update noar tt set b0='TJRGZCN2SK2MMZON' where id=3; -update noar ti set b0='TJRGZCN2SK2MMZON' where id=3; -update noar tt set v0='7Q9' where id=3; -update noar ti set v0='7Q9' where id=3; -update noar tt set b1='IUC1ZAA0ZA6GNXWBBLHSKSBCP0SZ' where id=3; -update noar ti set b1='IUC1ZAA0ZA6GNXWBBLHSKSBCP0SZ' where id=3; -update noar tt set v0='HY1WKSR1H41EK28ZT' where id=3; -update noar ti set v0='HY1WKSR1H41EK28ZT' where id=3; -update noar tt set b2='630P3T988T7BBXM316RYT204' where id=3; -update noar ti set b2='630P3T988T7BBXM316RYT204' where id=3; -update noar tt set v0='6YEHRUFDST3B494335LRIMI9B519GW' where id=4; -update noar ti set v0='6YEHRUFDST3B494335LRIMI9B519GW' where id=4; -update noar tt set b0='BFKSIKTHXNVWFK7BU7CNB' where id=4; -update noar ti set b0='BFKSIKTHXNVWFK7BU7CNB' where id=4; -update noar tt set v0='0UEFCV' where id=4; -update noar ti set v0='0UEFCV' where id=4; -update noar tt set b1='30QD8KKVKXK8RXV597RRSTDKWP' where id=4; -update noar ti set b1='30QD8KKVKXK8RXV597RRSTDKWP' where id=4; -update noar tt set v0='1B8XNQ68X3REHRKV88G' where id=4; -update noar ti set v0='1B8XNQ68X3REHRKV88G' where id=4; -update noar tt set b2='7FELDTKWBV0KDTUR9OVC386L84EOV' where id=4; -update noar ti set b2='7FELDTKWBV0KDTUR9OVC386L84EOV' where id=4; -update noar tt set v0='BTNXKAWFSF9OGPRA5O1W2V32' where id=5; -update noar ti set v0='BTNXKAWFSF9OGPRA5O1W2V32' where id=5; -update noar tt set b0='29DZCELJRA522PU4OBJN6LEAMX5' where id=5; -update noar ti set b0='29DZCELJRA522PU4OBJN6LEAMX5' where id=5; -update noar tt set v0='422P9V03QR5Z3EVXW3KS92UE4' where id=5; -update noar ti set v0='422P9V03QR5Z3EVXW3KS92UE4' where id=5; -update noar tt set b1='MWWS1' where id=5; -update noar ti set b1='MWWS1' where id=5; -update noar tt set v0='DH9ZSREW1GJE0D24N5ERMRN1HZ' where id=5; -update noar ti set v0='DH9ZSREW1GJE0D24N5ERMRN1HZ' where id=5; -update noar tt set b2='7Z5BKGMF8AN1DQVG14A2ZTHW493E3K3C' where id=5; -update noar ti set b2='7Z5BKGMF8AN1DQVG14A2ZTHW493E3K3C' where id=5; -update noar tt set v0='JLB' where id=6; -update noar ti set v0='JLB' where id=6; -update noar tt set b0='AK4LL4Q12KMBV8LZYJ72Y4N0K' where id=6; -update noar ti set b0='AK4LL4Q12KMBV8LZYJ72Y4N0K' where id=6; -update noar tt set v0='YTXSMOJRCPR9W07XF1YMBPNSA9NBPZ' where id=6; -update noar ti set v0='YTXSMOJRCPR9W07XF1YMBPNSA9NBPZ' where id=6; -update noar tt set b1='BSQAMBT0ADXTQ5JUG0D8OXMICJ7C' where id=6; -update noar ti set b1='BSQAMBT0ADXTQ5JUG0D8OXMICJ7C' where id=6; -update noar tt set v0='JKCE76V6TKL2QSVB5' where id=6; -update noar ti set v0='JKCE76V6TKL2QSVB5' where id=6; -update noar tt set b2='XT69OFIKI1K3UVKOFAC2D0FHQ2DK6D2F' where id=6; -update noar ti set b2='XT69OFIKI1K3UVKOFAC2D0FHQ2DK6D2F' where id=6; -update noar tt set v0='HMUV51G' where id=7; -update noar ti set v0='HMUV51G' where id=7; -update noar tt set b0='47L401XYM4' where id=7; -update noar ti set b0='47L401XYM4' where id=7; -update noar tt set v0='VA' where id=7; -update noar ti set v0='VA' where id=7; -update noar tt set b1='3BJCHX32M543VN4J47RT5SB67ZOH' where id=7; -update noar ti set b1='3BJCHX32M543VN4J47RT5SB67ZOH' where id=7; -update noar tt set v0='OLDPGST7KC751HT4WHPPP676KJRWM' where id=7; -update noar ti set v0='OLDPGST7KC751HT4WHPPP676KJRWM' where id=7; -update noar tt set b2='1V1P8CLQYR66I6VDS5W1Z' where id=7; -update noar ti set b2='1V1P8CLQYR66I6VDS5W1Z' where id=7; -update noar tt set v0='5SHE97RIA' where id=8; -update noar ti set v0='5SHE97RIA' where id=8; -update noar tt set b0='MBU3B80UNT8R8VX' where id=8; -update noar ti set b0='MBU3B80UNT8R8VX' where id=8; -update noar tt set v0='6OX7NAC7UZZ' where id=8; -update noar ti set v0='6OX7NAC7UZZ' where id=8; -update noar tt set b1='UTIXFV5NU1SBAL7ETJC5XCCLCQ0OYJ' where id=8; -update noar ti set b1='UTIXFV5NU1SBAL7ETJC5XCCLCQ0OYJ' where id=8; -update noar tt set v0='Y' where id=8; -update noar ti set v0='Y' where id=8; -update noar tt set b2='LQDZFYUJMFOZR1DIJPGP945ZX' where id=8; -update noar ti set b2='LQDZFYUJMFOZR1DIJPGP945ZX' where id=8; -update noar tt set v0='2C408TQ76RR813WZHA3QAU' where id=9; -update noar ti set v0='2C408TQ76RR813WZHA3QAU' where id=9; -update noar tt set b0='YZCMPXZSCQ8219T5UOIW7FRE' where id=9; -update noar ti set b0='YZCMPXZSCQ8219T5UOIW7FRE' where id=9; -update noar tt set v0='L5RUTZ4B7B58J0UTKX1CK933AIYQ0DAI' where id=9; -update noar ti set v0='L5RUTZ4B7B58J0UTKX1CK933AIYQ0DAI' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set v0='E6V1T1DC' where id=9; -update noar ti set v0='E6V1T1DC' where id=9; -update noar tt set b2='FWL0BWE9J4KN' where id=9; -update noar ti set b2='FWL0BWE9J4KN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I49JXK16Y1VC' where id=1; -update noar ti set v0='I49JXK16Y1VC' where id=1; -update noar tt set b0='K48M' where id=1; -update noar ti set b0='K48M' where id=1; -update noar tt set v0='57JXV2GGDZTCZE7NEMX2' where id=1; -update noar ti set v0='57JXV2GGDZTCZE7NEMX2' where id=1; -update noar tt set b1='6L20A510ET1Y' where id=1; -update noar ti set b1='6L20A510ET1Y' where id=1; -update noar tt set v0='JGPA8GW7T' where id=1; -update noar ti set v0='JGPA8GW7T' where id=1; -update noar tt set b2='7B3GTBR8XCF8VCX0V3ROV0S853VWVQ9N' where id=1; -update noar ti set b2='7B3GTBR8XCF8VCX0V3ROV0S853VWVQ9N' where id=1; -update noar tt set v0='P5R0MD29EBY5KC5IV9PX1C' where id=2; -update noar ti set v0='P5R0MD29EBY5KC5IV9PX1C' where id=2; -update noar tt set b0='7MR1X5VEKVWWOFB84PM8VYQ' where id=2; -update noar ti set b0='7MR1X5VEKVWWOFB84PM8VYQ' where id=2; -update noar tt set v0='7' where id=2; -update noar ti set v0='7' where id=2; -update noar tt set b1='OOKDU' where id=2; -update noar ti set b1='OOKDU' where id=2; -update noar tt set v0='GLKBB4F' where id=2; -update noar ti set v0='GLKBB4F' where id=2; -update noar tt set b2='2DR80FS5SJHQLPMQ866PTWW' where id=2; -update noar ti set b2='2DR80FS5SJHQLPMQ866PTWW' where id=2; -update noar tt set v0='37JGHREY5Q3CXAYWKY5V' where id=3; -update noar ti set v0='37JGHREY5Q3CXAYWKY5V' where id=3; -update noar tt set b0='T5YYF79I6TPQ4B8DMX4WD1WAO9U5G' where id=3; -update noar ti set b0='T5YYF79I6TPQ4B8DMX4WD1WAO9U5G' where id=3; -update noar tt set v0='LAA6CDJQ5HVHGA2TRZ' where id=3; -update noar ti set v0='LAA6CDJQ5HVHGA2TRZ' where id=3; -update noar tt set b1='9QUOEBUNMJ0A4IVL8KYZ' where id=3; -update noar ti set b1='9QUOEBUNMJ0A4IVL8KYZ' where id=3; -update noar tt set v0='5VYYBY2VF96V6' where id=3; -update noar ti set v0='5VYYBY2VF96V6' where id=3; -update noar tt set b2='2JVMSDI15FSGS4HPFO7R8HILXVE' where id=3; -update noar ti set b2='2JVMSDI15FSGS4HPFO7R8HILXVE' where id=3; -update noar tt set v0='JV8KJ0D3PLWHUS7TDGC9V' where id=4; -update noar ti set v0='JV8KJ0D3PLWHUS7TDGC9V' where id=4; -update noar tt set b0='DB0ZTNMP24JG4PF' where id=4; -update noar ti set b0='DB0ZTNMP24JG4PF' where id=4; -update noar tt set v0='SJ46XX5' where id=4; -update noar ti set v0='SJ46XX5' where id=4; -update noar tt set b1='WZ8U' where id=4; -update noar ti set b1='WZ8U' where id=4; -update noar tt set v0='STCYR0T188C0' where id=4; -update noar ti set v0='STCYR0T188C0' where id=4; -update noar tt set b2='6LXB2BJLKDD' where id=4; -update noar ti set b2='6LXB2BJLKDD' where id=4; -update noar tt set v0='51E1IX2FFCJ9H9YAVTN' where id=5; -update noar ti set v0='51E1IX2FFCJ9H9YAVTN' where id=5; -update noar tt set b0='B7P6UM' where id=5; -update noar ti set b0='B7P6UM' where id=5; -update noar tt set v0='4AZD5NOM1' where id=5; -update noar ti set v0='4AZD5NOM1' where id=5; -update noar tt set b1='UPRKWJ3VB84ZRC0CBVLKRF8SCWH' where id=5; -update noar ti set b1='UPRKWJ3VB84ZRC0CBVLKRF8SCWH' where id=5; -update noar tt set v0='NOCBN1A79A2II3B' where id=5; -update noar ti set v0='NOCBN1A79A2II3B' where id=5; -update noar tt set b2='ZS' where id=5; -update noar ti set b2='ZS' where id=5; -update noar tt set v0='CB7IHOBJ4ATUTLQUWN' where id=6; -update noar ti set v0='CB7IHOBJ4ATUTLQUWN' where id=6; -update noar tt set b0='W9IUBJ4NU8YH3QO' where id=6; -update noar ti set b0='W9IUBJ4NU8YH3QO' where id=6; -update noar tt set v0='V7BIZO3MS1U' where id=6; -update noar ti set v0='V7BIZO3MS1U' where id=6; -update noar tt set b1='G4RIHF1818QC6TEQT3AA4' where id=6; -update noar ti set b1='G4RIHF1818QC6TEQT3AA4' where id=6; -update noar tt set v0='E510KMDIJ08JXHXBMJJUMOXF7VS' where id=6; -update noar ti set v0='E510KMDIJ08JXHXBMJJUMOXF7VS' where id=6; -update noar tt set b2='OVJN' where id=6; -update noar ti set b2='OVJN' where id=6; -update noar tt set v0='R25SBGXEV309CW1RBE6890P63KTBU3' where id=7; -update noar ti set v0='R25SBGXEV309CW1RBE6890P63KTBU3' where id=7; -update noar tt set b0='5998KF3KPFL08' where id=7; -update noar ti set b0='5998KF3KPFL08' where id=7; -update noar tt set v0='QHOHI8JYPQI' where id=7; -update noar ti set v0='QHOHI8JYPQI' where id=7; -update noar tt set b1='BUBHPPJXWY2RZHV606VMG5' where id=7; -update noar ti set b1='BUBHPPJXWY2RZHV606VMG5' where id=7; -update noar tt set v0='0FU2249A' where id=7; -update noar ti set v0='0FU2249A' where id=7; -update noar tt set b2='53SK5F83MS5QNW0DM' where id=7; -update noar ti set b2='53SK5F83MS5QNW0DM' where id=7; -update noar tt set v0='9466KNN1G8EVUQ4368' where id=8; -update noar ti set v0='9466KNN1G8EVUQ4368' where id=8; -update noar tt set b0='HI5PC' where id=8; -update noar ti set b0='HI5PC' where id=8; -update noar tt set v0='MOWF74G2NNABGLI2NYMJ57OO2' where id=8; -update noar ti set v0='MOWF74G2NNABGLI2NYMJ57OO2' where id=8; -update noar tt set b1='46WV457IVX5SEAD9' where id=8; -update noar ti set b1='46WV457IVX5SEAD9' where id=8; -update noar tt set v0='DKW6MKAU5PBEWF043CC8' where id=8; -update noar ti set v0='DKW6MKAU5PBEWF043CC8' where id=8; -update noar tt set b2='RVQQHZG' where id=8; -update noar ti set b2='RVQQHZG' where id=8; -update noar tt set v0='1V1IUMS1WRTQRDUIEHF' where id=9; -update noar ti set v0='1V1IUMS1WRTQRDUIEHF' where id=9; -update noar tt set b0='94PL9F5UNSZBRZX3JI5ACF38' where id=9; -update noar ti set b0='94PL9F5UNSZBRZX3JI5ACF38' where id=9; -update noar tt set v0='0OV' where id=9; -update noar ti set v0='0OV' where id=9; -update noar tt set b1='E' where id=9; -update noar ti set b1='E' where id=9; -update noar tt set v0='BHAFL3' where id=9; -update noar ti set v0='BHAFL3' where id=9; -update noar tt set b2='S5VBF9H' where id=9; -update noar ti set b2='S5VBF9H' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AIP5C6GK1EXDR4VX' where id=1; -update noar ti set v0='AIP5C6GK1EXDR4VX' where id=1; -update noar tt set b0='IVBDVXHA0FE3JDGN2GBH6TEBJ' where id=1; -update noar ti set b0='IVBDVXHA0FE3JDGN2GBH6TEBJ' where id=1; -update noar tt set v0='X3A4XMHNLU' where id=1; -update noar ti set v0='X3A4XMHNLU' where id=1; -update noar tt set b1='8394I5M7P' where id=1; -update noar ti set b1='8394I5M7P' where id=1; -update noar tt set v0='BXNJZCUO5CBF' where id=1; -update noar ti set v0='BXNJZCUO5CBF' where id=1; -update noar tt set b2='X6Y3GJ8' where id=1; -update noar ti set b2='X6Y3GJ8' where id=1; -update noar tt set v0='ROG6OVJ3YA6A1TCOUYW4ZA0R' where id=2; -update noar ti set v0='ROG6OVJ3YA6A1TCOUYW4ZA0R' where id=2; -update noar tt set b0='Z1QVQX0KZ22YD6XVBDX0B8CQWYMA0' where id=2; -update noar ti set b0='Z1QVQX0KZ22YD6XVBDX0B8CQWYMA0' where id=2; -update noar tt set v0='NRT4JCBDDX7QHBH9YR8MRA0757D7' where id=2; -update noar ti set v0='NRT4JCBDDX7QHBH9YR8MRA0757D7' where id=2; -update noar tt set b1='3Z7BEXVVKVPM88DP8JZMAS' where id=2; -update noar ti set b1='3Z7BEXVVKVPM88DP8JZMAS' where id=2; -update noar tt set v0='9VJIEYZC9MDJDDPHKDGO2XS' where id=2; -update noar ti set v0='9VJIEYZC9MDJDDPHKDGO2XS' where id=2; -update noar tt set b2='RLATNT3J5YR4XU8' where id=2; -update noar ti set b2='RLATNT3J5YR4XU8' where id=2; -update noar tt set v0='7Y42XF9DUYYE' where id=3; -update noar ti set v0='7Y42XF9DUYYE' where id=3; -update noar tt set b0='SLULLESINTOCHUT518R3MH18E3QI' where id=3; -update noar ti set b0='SLULLESINTOCHUT518R3MH18E3QI' where id=3; -update noar tt set v0='QCRZX' where id=3; -update noar ti set v0='QCRZX' where id=3; -update noar tt set b1='VZW65' where id=3; -update noar ti set b1='VZW65' where id=3; -update noar tt set v0='MWYZIBW7Q0UL6EXUIDF369' where id=3; -update noar ti set v0='MWYZIBW7Q0UL6EXUIDF369' where id=3; -update noar tt set b2='NVQOPFMD4TJI3V6KYGW21IHOT' where id=3; -update noar ti set b2='NVQOPFMD4TJI3V6KYGW21IHOT' where id=3; -update noar tt set v0='S4L6DON8MM836D8XH0SPMMCHH59K' where id=4; -update noar ti set v0='S4L6DON8MM836D8XH0SPMMCHH59K' where id=4; -update noar tt set b0='THSF98AEOX8AOB9C9H23' where id=4; -update noar ti set b0='THSF98AEOX8AOB9C9H23' where id=4; -update noar tt set v0='R3WT8E31WJ3QVV66E7' where id=4; -update noar ti set v0='R3WT8E31WJ3QVV66E7' where id=4; -update noar tt set b1='DPQVDHE' where id=4; -update noar ti set b1='DPQVDHE' where id=4; -update noar tt set v0='3OMDLXE28A6JLJ1TPROBW8KX5CL9VXO' where id=4; -update noar ti set v0='3OMDLXE28A6JLJ1TPROBW8KX5CL9VXO' where id=4; -update noar tt set b2='D967J0OU' where id=4; -update noar ti set b2='D967J0OU' where id=4; -update noar tt set v0='WLGCRVF8VZEIZYDX0RN9XYUCX5R5' where id=5; -update noar ti set v0='WLGCRVF8VZEIZYDX0RN9XYUCX5R5' where id=5; -update noar tt set b0='7RM6M6RW' where id=5; -update noar ti set b0='7RM6M6RW' where id=5; -update noar tt set v0='W4LIVDNV' where id=5; -update noar ti set v0='W4LIVDNV' where id=5; -update noar tt set b1='O65D4Z' where id=5; -update noar ti set b1='O65D4Z' where id=5; -update noar tt set v0='VNNEBEGAL1PJ238' where id=5; -update noar ti set v0='VNNEBEGAL1PJ238' where id=5; -update noar tt set b2='E4FMJDQC1JF' where id=5; -update noar ti set b2='E4FMJDQC1JF' where id=5; -update noar tt set v0='FCXDF1VBUM3I4GPI0ZEPAG7QI7' where id=6; -update noar ti set v0='FCXDF1VBUM3I4GPI0ZEPAG7QI7' where id=6; -update noar tt set b0='DSYQVFY0BOFU1C5FABY' where id=6; -update noar ti set b0='DSYQVFY0BOFU1C5FABY' where id=6; -update noar tt set v0='7VSCKT9O' where id=6; -update noar ti set v0='7VSCKT9O' where id=6; -update noar tt set b1='ENV60KRC2RFTSP3ON3SNB4QM3W' where id=6; -update noar ti set b1='ENV60KRC2RFTSP3ON3SNB4QM3W' where id=6; -update noar tt set v0='JE7' where id=6; -update noar ti set v0='JE7' where id=6; -update noar tt set b2='U588UPEKEY9YBJSIOPWD7WIHR49' where id=6; -update noar ti set b2='U588UPEKEY9YBJSIOPWD7WIHR49' where id=6; -update noar tt set v0='PQPWMOTLZOU' where id=7; -update noar ti set v0='PQPWMOTLZOU' where id=7; -update noar tt set b0='KMTRBVMCE9LG2ZHYO8B9' where id=7; -update noar ti set b0='KMTRBVMCE9LG2ZHYO8B9' where id=7; -update noar tt set v0='4PWYQ8H1TQ6' where id=7; -update noar ti set v0='4PWYQ8H1TQ6' where id=7; -update noar tt set b1='D' where id=7; -update noar ti set b1='D' where id=7; -update noar tt set v0='QW3GY6QRU92OJX6QOJBTLFZ8ES8EGIGI' where id=7; -update noar ti set v0='QW3GY6QRU92OJX6QOJBTLFZ8ES8EGIGI' where id=7; -update noar tt set b2='8WI1XJJK' where id=7; -update noar ti set b2='8WI1XJJK' where id=7; -update noar tt set v0='ISTV' where id=8; -update noar ti set v0='ISTV' where id=8; -update noar tt set b0='X50QVX0K3FY3B' where id=8; -update noar ti set b0='X50QVX0K3FY3B' where id=8; -update noar tt set v0='5GTPVAA2IOUR03TI2IDBXQQF' where id=8; -update noar ti set v0='5GTPVAA2IOUR03TI2IDBXQQF' where id=8; -update noar tt set b1='7' where id=8; -update noar ti set b1='7' where id=8; -update noar tt set v0='I3MM0MBUXVTQR2GTIKOYWY3' where id=8; -update noar ti set v0='I3MM0MBUXVTQR2GTIKOYWY3' where id=8; -update noar tt set b2='CY907' where id=8; -update noar ti set b2='CY907' where id=8; -update noar tt set v0='XEUK6ZYDRQOCYYLZKBBW' where id=9; -update noar ti set v0='XEUK6ZYDRQOCYYLZKBBW' where id=9; -update noar tt set b0='18PMD' where id=9; -update noar ti set b0='18PMD' where id=9; -update noar tt set v0='ZAQFD' where id=9; -update noar ti set v0='ZAQFD' where id=9; -update noar tt set b1='HRQ' where id=9; -update noar ti set b1='HRQ' where id=9; -update noar tt set v0='2' where id=9; -update noar ti set v0='2' where id=9; -update noar tt set b2='E87IXO4MNDE8INLC3NKSHY' where id=9; -update noar ti set b2='E87IXO4MNDE8INLC3NKSHY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M7MUQB5XL' where id=1; -update noar ti set v0='M7MUQB5XL' where id=1; -update noar tt set b0='8RRKI0MIJIVXSWVFLKJDGMOA3EC6F' where id=1; -update noar ti set b0='8RRKI0MIJIVXSWVFLKJDGMOA3EC6F' where id=1; -update noar tt set v0='PDY' where id=1; -update noar ti set v0='PDY' where id=1; -update noar tt set b1='AJVAF0R' where id=1; -update noar ti set b1='AJVAF0R' where id=1; -update noar tt set v0='75GT' where id=1; -update noar ti set v0='75GT' where id=1; -update noar tt set b2='KV6LEQSGJ1KQ4W7VSIU' where id=1; -update noar ti set b2='KV6LEQSGJ1KQ4W7VSIU' where id=1; -update noar tt set v0='U4S83AXPC20ZG1' where id=2; -update noar ti set v0='U4S83AXPC20ZG1' where id=2; -update noar tt set b0='PGZA4LT' where id=2; -update noar ti set b0='PGZA4LT' where id=2; -update noar tt set v0='N1' where id=2; -update noar ti set v0='N1' where id=2; -update noar tt set b1='WI' where id=2; -update noar ti set b1='WI' where id=2; -update noar tt set v0='7Y6DSN6Q6S03QD04SYG6' where id=2; -update noar ti set v0='7Y6DSN6Q6S03QD04SYG6' where id=2; -update noar tt set b2='4KY9BKG36' where id=2; -update noar ti set b2='4KY9BKG36' where id=2; -update noar tt set v0='DYBLV' where id=3; -update noar ti set v0='DYBLV' where id=3; -update noar tt set b0='MPEDLK4AHMCVN9ETRH' where id=3; -update noar ti set b0='MPEDLK4AHMCVN9ETRH' where id=3; -update noar tt set v0='16CGQW78FW8BFSQY9RM' where id=3; -update noar ti set v0='16CGQW78FW8BFSQY9RM' where id=3; -update noar tt set b1='ZTQDP7HFVV7UOX4FAS' where id=3; -update noar ti set b1='ZTQDP7HFVV7UOX4FAS' where id=3; -update noar tt set v0='17BU0L3J' where id=3; -update noar ti set v0='17BU0L3J' where id=3; -update noar tt set b2='V87MKUB5RCASG' where id=3; -update noar ti set b2='V87MKUB5RCASG' where id=3; -update noar tt set v0='WJ2UP' where id=4; -update noar ti set v0='WJ2UP' where id=4; -update noar tt set b0='94T81QNS55HXC1CWNJFU0' where id=4; -update noar ti set b0='94T81QNS55HXC1CWNJFU0' where id=4; -update noar tt set v0='PHLBUEH' where id=4; -update noar ti set v0='PHLBUEH' where id=4; -update noar tt set b1='9PLNQ7WD2AY1CLRV5FD' where id=4; -update noar ti set b1='9PLNQ7WD2AY1CLRV5FD' where id=4; -update noar tt set v0='F' where id=4; -update noar ti set v0='F' where id=4; -update noar tt set b2='5JOYSH3W8H8' where id=4; -update noar ti set b2='5JOYSH3W8H8' where id=4; -update noar tt set v0='S3J8QTBHCLPWG755' where id=5; -update noar ti set v0='S3J8QTBHCLPWG755' where id=5; -update noar tt set b0='9Q00S9AXC4NU7C7RSFJC1U2' where id=5; -update noar ti set b0='9Q00S9AXC4NU7C7RSFJC1U2' where id=5; -update noar tt set v0='4LQ7C40AF49YCRYMCWTZU1O7' where id=5; -update noar ti set v0='4LQ7C40AF49YCRYMCWTZU1O7' where id=5; -update noar tt set b1='34NTH1KQ80DKYWJ' where id=5; -update noar ti set b1='34NTH1KQ80DKYWJ' where id=5; -update noar tt set v0='O' where id=5; -update noar ti set v0='O' where id=5; -update noar tt set b2='ROY5D1P1NTM2KZ' where id=5; -update noar ti set b2='ROY5D1P1NTM2KZ' where id=5; -update noar tt set v0='W7I54ILS7B5SIKDK99' where id=6; -update noar ti set v0='W7I54ILS7B5SIKDK99' where id=6; -update noar tt set b0='4SKRCDT62GMMYSHOFM94S' where id=6; -update noar ti set b0='4SKRCDT62GMMYSHOFM94S' where id=6; -update noar tt set v0='0H75SK7FMLDCGRYPSQBEYXX' where id=6; -update noar ti set v0='0H75SK7FMLDCGRYPSQBEYXX' where id=6; -update noar tt set b1='PTIHXY' where id=6; -update noar ti set b1='PTIHXY' where id=6; -update noar tt set v0='W1WRJIAHLAAPMFDKS' where id=6; -update noar ti set v0='W1WRJIAHLAAPMFDKS' where id=6; -update noar tt set b2='0ZJLUKU44YF8NWP' where id=6; -update noar ti set b2='0ZJLUKU44YF8NWP' where id=6; -update noar tt set v0='7W1WHIRQAZLR3X' where id=7; -update noar ti set v0='7W1WHIRQAZLR3X' where id=7; -update noar tt set b0='95PEAGL06CXI8XQFSA' where id=7; -update noar ti set b0='95PEAGL06CXI8XQFSA' where id=7; -update noar tt set v0='IIP76CEI5FS5B4TKZIQBPR24' where id=7; -update noar ti set v0='IIP76CEI5FS5B4TKZIQBPR24' where id=7; -update noar tt set b1='7QFL2IS8EZW3' where id=7; -update noar ti set b1='7QFL2IS8EZW3' where id=7; -update noar tt set v0='XVSYYHGZCZ4D0RJ49ASRPIVATP88XW0' where id=7; -update noar ti set v0='XVSYYHGZCZ4D0RJ49ASRPIVATP88XW0' where id=7; -update noar tt set b2='MGRU2JL9QW8J0W0HP6P' where id=7; -update noar ti set b2='MGRU2JL9QW8J0W0HP6P' where id=7; -update noar tt set v0='XDK7HERTKA2TVCJBMXB0XJZD' where id=8; -update noar ti set v0='XDK7HERTKA2TVCJBMXB0XJZD' where id=8; -update noar tt set b0='3SB' where id=8; -update noar ti set b0='3SB' where id=8; -update noar tt set v0='DMQCNLC' where id=8; -update noar ti set v0='DMQCNLC' where id=8; -update noar tt set b1='3OABOBW651QRPCXJSDWV' where id=8; -update noar ti set b1='3OABOBW651QRPCXJSDWV' where id=8; -update noar tt set v0='7MWPINXQH6JQTPV' where id=8; -update noar ti set v0='7MWPINXQH6JQTPV' where id=8; -update noar tt set b2='DCB7TW' where id=8; -update noar ti set b2='DCB7TW' where id=8; -update noar tt set v0='OFHRRZ3T' where id=9; -update noar ti set v0='OFHRRZ3T' where id=9; -update noar tt set b0='8ZXQ8PZ30KHP4' where id=9; -update noar ti set b0='8ZXQ8PZ30KHP4' where id=9; -update noar tt set v0='0A3BSZKOPA565O2K2' where id=9; -update noar ti set v0='0A3BSZKOPA565O2K2' where id=9; -update noar tt set b1='4H3O5WCZL1PXNVO87O' where id=9; -update noar ti set b1='4H3O5WCZL1PXNVO87O' where id=9; -update noar tt set v0='RGIOSFSPJN8A75F' where id=9; -update noar ti set v0='RGIOSFSPJN8A75F' where id=9; -update noar tt set b2='75' where id=9; -update noar ti set b2='75' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OKXV' where id=1; -update noar ti set v0='OKXV' where id=1; -update noar tt set b0='FUKXRMT3J9L2CZZL' where id=1; -update noar ti set b0='FUKXRMT3J9L2CZZL' where id=1; -update noar tt set v0='BJBMDJPN' where id=1; -update noar ti set v0='BJBMDJPN' where id=1; -update noar tt set b1='1A90D0KQ' where id=1; -update noar ti set b1='1A90D0KQ' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b2='7TGZGXI29CF0SY91' where id=1; -update noar ti set b2='7TGZGXI29CF0SY91' where id=1; -update noar tt set v0='RML45IQYQKDYALTRW70VFX06H9RP' where id=2; -update noar ti set v0='RML45IQYQKDYALTRW70VFX06H9RP' where id=2; -update noar tt set b0='E0RJIW9JCDM9YCLCWWG9' where id=2; -update noar ti set b0='E0RJIW9JCDM9YCLCWWG9' where id=2; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b1='7A2N7ZMIF6MCYH' where id=2; -update noar ti set b1='7A2N7ZMIF6MCYH' where id=2; -update noar tt set v0='OMR68JHA0KVKW5YGVWNDFYFPQG' where id=2; -update noar ti set v0='OMR68JHA0KVKW5YGVWNDFYFPQG' where id=2; -update noar tt set b2='FC7X1G472Q5JDSKMM4CQJP46LO5W' where id=2; -update noar ti set b2='FC7X1G472Q5JDSKMM4CQJP46LO5W' where id=2; -update noar tt set v0='X5LSB4N2IBWBWM9Y9GVHZM3OE4D0W8' where id=3; -update noar ti set v0='X5LSB4N2IBWBWM9Y9GVHZM3OE4D0W8' where id=3; -update noar tt set b0='AMSVFHFMV0OM4RGF19KOGSMRD2FOMX4O' where id=3; -update noar ti set b0='AMSVFHFMV0OM4RGF19KOGSMRD2FOMX4O' where id=3; -update noar tt set v0='11O38AOC2F671ZJHE7YQD1HW724' where id=3; -update noar ti set v0='11O38AOC2F671ZJHE7YQD1HW724' where id=3; -update noar tt set b1='FD9S7YVCEM6CZ' where id=3; -update noar ti set b1='FD9S7YVCEM6CZ' where id=3; -update noar tt set v0='TGOHYDG4RKY' where id=3; -update noar ti set v0='TGOHYDG4RKY' where id=3; -update noar tt set b2='EI6VW8IZMIE6STV' where id=3; -update noar ti set b2='EI6VW8IZMIE6STV' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='USLMDEQQBJ72IJHSU6NN9MF27LTUR' where id=4; -update noar ti set b0='USLMDEQQBJ72IJHSU6NN9MF27LTUR' where id=4; -update noar tt set v0='ZM3DG7C8NXX66S8PP' where id=4; -update noar ti set v0='ZM3DG7C8NXX66S8PP' where id=4; -update noar tt set b1='NCGWGBWT87J30J5ZCD' where id=4; -update noar ti set b1='NCGWGBWT87J30J5ZCD' where id=4; -update noar tt set v0='IGKISGROXONEIFJVHNW91D' where id=4; -update noar ti set v0='IGKISGROXONEIFJVHNW91D' where id=4; -update noar tt set b2='DMX8RSD9XDXTPU4Q1TZFI' where id=4; -update noar ti set b2='DMX8RSD9XDXTPU4Q1TZFI' where id=4; -update noar tt set v0='RULR' where id=5; -update noar ti set v0='RULR' where id=5; -update noar tt set b0='H' where id=5; -update noar ti set b0='H' where id=5; -update noar tt set v0='AV9RJMPNX84FSS' where id=5; -update noar ti set v0='AV9RJMPNX84FSS' where id=5; -update noar tt set b1='GW7AGVJWY13AFZHPCO5' where id=5; -update noar ti set b1='GW7AGVJWY13AFZHPCO5' where id=5; -update noar tt set v0='SZY7MANJ7J02PK' where id=5; -update noar ti set v0='SZY7MANJ7J02PK' where id=5; -update noar tt set b2='77EF6UPM830MUH5KS3R6Y9BD0D' where id=5; -update noar ti set b2='77EF6UPM830MUH5KS3R6Y9BD0D' where id=5; -update noar tt set v0='3I0K7MU758X33' where id=6; -update noar ti set v0='3I0K7MU758X33' where id=6; -update noar tt set b0='7X3KAJAECBTT5ATDFT' where id=6; -update noar ti set b0='7X3KAJAECBTT5ATDFT' where id=6; -update noar tt set v0='WZZ0S18EE78UNPJXDVDJIL4CTNRPY3T' where id=6; -update noar ti set v0='WZZ0S18EE78UNPJXDVDJIL4CTNRPY3T' where id=6; -update noar tt set b1='N4OGX8' where id=6; -update noar ti set b1='N4OGX8' where id=6; -update noar tt set v0='YVUTVNAFZ9PA5M2YXDUG3FICT7JLND' where id=6; -update noar ti set v0='YVUTVNAFZ9PA5M2YXDUG3FICT7JLND' where id=6; -update noar tt set b2='I' where id=6; -update noar ti set b2='I' where id=6; -update noar tt set v0='571OT26XF38KSOH4' where id=7; -update noar ti set v0='571OT26XF38KSOH4' where id=7; -update noar tt set b0='EQ4290L2UV' where id=7; -update noar ti set b0='EQ4290L2UV' where id=7; -update noar tt set v0='PBF10' where id=7; -update noar ti set v0='PBF10' where id=7; -update noar tt set b1='JWT5A' where id=7; -update noar ti set b1='JWT5A' where id=7; -update noar tt set v0='QZN66125ZD0' where id=7; -update noar ti set v0='QZN66125ZD0' where id=7; -update noar tt set b2='8O8RWW2NIXVDJ1TV' where id=7; -update noar ti set b2='8O8RWW2NIXVDJ1TV' where id=7; -update noar tt set v0='8TZCM0VKHMFQXNHZA047T2' where id=8; -update noar ti set v0='8TZCM0VKHMFQXNHZA047T2' where id=8; -update noar tt set b0='MCH' where id=8; -update noar ti set b0='MCH' where id=8; -update noar tt set v0='8CHUGB4Q2Q33O6YD9JCB' where id=8; -update noar ti set v0='8CHUGB4Q2Q33O6YD9JCB' where id=8; -update noar tt set b1='FAFTHFI4DRDXY1NFGIGHIS6L02H42IY' where id=8; -update noar ti set b1='FAFTHFI4DRDXY1NFGIGHIS6L02H42IY' where id=8; -update noar tt set v0='H098LT1TD40' where id=8; -update noar ti set v0='H098LT1TD40' where id=8; -update noar tt set b2='CI0B' where id=8; -update noar ti set b2='CI0B' where id=8; -update noar tt set v0='N1559NH1EOJB' where id=9; -update noar ti set v0='N1559NH1EOJB' where id=9; -update noar tt set b0='8J1VLZB1K' where id=9; -update noar ti set b0='8J1VLZB1K' where id=9; -update noar tt set v0='7CGE6Q04TEPCJ7VW' where id=9; -update noar ti set v0='7CGE6Q04TEPCJ7VW' where id=9; -update noar tt set b1='OLOUA' where id=9; -update noar ti set b1='OLOUA' where id=9; -update noar tt set v0='2FTAIAF90EHM2EYGL13FL7J' where id=9; -update noar ti set v0='2FTAIAF90EHM2EYGL13FL7J' where id=9; -update noar tt set b2='GQ8EA' where id=9; -update noar ti set b2='GQ8EA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZO7U7D3DNLFTD2MFBGV5P68WK8NY' where id=1; -update noar ti set v0='ZO7U7D3DNLFTD2MFBGV5P68WK8NY' where id=1; -update noar tt set b0='ZZ169AMK3LRNVY4LLEOQKTM5WWTEM' where id=1; -update noar ti set b0='ZZ169AMK3LRNVY4LLEOQKTM5WWTEM' where id=1; -update noar tt set v0='IYUB' where id=1; -update noar ti set v0='IYUB' where id=1; -update noar tt set b1='ZJOQEHT1LA5K5WTDHQ' where id=1; -update noar ti set b1='ZJOQEHT1LA5K5WTDHQ' where id=1; -update noar tt set v0='VLP3VPHCM' where id=1; -update noar ti set v0='VLP3VPHCM' where id=1; -update noar tt set b2='PG36567LNULM3L6' where id=1; -update noar ti set b2='PG36567LNULM3L6' where id=1; -update noar tt set v0='V8HCGT3WT41FJMEH' where id=2; -update noar ti set v0='V8HCGT3WT41FJMEH' where id=2; -update noar tt set b0='5QISCELYU8KDCIHLLN409LY0Y2LFM' where id=2; -update noar ti set b0='5QISCELYU8KDCIHLLN409LY0Y2LFM' where id=2; -update noar tt set v0='HTWZTQ4CD551X00W9I44YSM9E' where id=2; -update noar ti set v0='HTWZTQ4CD551X00W9I44YSM9E' where id=2; -update noar tt set b1='0V9BUYQ40D3BDUL4XLDV7DXV5T0ABD' where id=2; -update noar ti set b1='0V9BUYQ40D3BDUL4XLDV7DXV5T0ABD' where id=2; -update noar tt set v0='YSCA6E0PU' where id=2; -update noar ti set v0='YSCA6E0PU' where id=2; -update noar tt set b2='US6NQ61QWUE' where id=2; -update noar ti set b2='US6NQ61QWUE' where id=2; -update noar tt set v0='YZSKOG' where id=3; -update noar ti set v0='YZSKOG' where id=3; -update noar tt set b0='DUJCBW9IPF' where id=3; -update noar ti set b0='DUJCBW9IPF' where id=3; -update noar tt set v0='STQ05NUV' where id=3; -update noar ti set v0='STQ05NUV' where id=3; -update noar tt set b1='ZG8R2I1J' where id=3; -update noar ti set b1='ZG8R2I1J' where id=3; -update noar tt set v0='UMI2VHBWV304D889A2E85S6YCT27' where id=3; -update noar ti set v0='UMI2VHBWV304D889A2E85S6YCT27' where id=3; -update noar tt set b2='W5QN2MP754SU2EI113QE0WXUYX' where id=3; -update noar ti set b2='W5QN2MP754SU2EI113QE0WXUYX' where id=3; -update noar tt set v0='16DL356E5HE0RHQLVVHA4JIP73H' where id=4; -update noar ti set v0='16DL356E5HE0RHQLVVHA4JIP73H' where id=4; -update noar tt set b0='P91NYVJ' where id=4; -update noar ti set b0='P91NYVJ' where id=4; -update noar tt set v0='ZL2G24XEZJDM1GUZVT5047SD9' where id=4; -update noar ti set v0='ZL2G24XEZJDM1GUZVT5047SD9' where id=4; -update noar tt set b1='F5DXRNVBJ1QI9' where id=4; -update noar ti set b1='F5DXRNVBJ1QI9' where id=4; -update noar tt set v0='E6DKDKT5GH' where id=4; -update noar ti set v0='E6DKDKT5GH' where id=4; -update noar tt set b2='J7A3VSMEUCAXBJV98O3FT6NLUW' where id=4; -update noar ti set b2='J7A3VSMEUCAXBJV98O3FT6NLUW' where id=4; -update noar tt set v0='WBLV' where id=5; -update noar ti set v0='WBLV' where id=5; -update noar tt set b0='I5L6TZIL4NICY' where id=5; -update noar ti set b0='I5L6TZIL4NICY' where id=5; -update noar tt set v0='10TM8VPCA26948BVGPNM7UY5PFXYH' where id=5; -update noar ti set v0='10TM8VPCA26948BVGPNM7UY5PFXYH' where id=5; -update noar tt set b1='DFBDCAN540J5SC' where id=5; -update noar ti set b1='DFBDCAN540J5SC' where id=5; -update noar tt set v0='SCORH6ALK3CPVIIQ' where id=5; -update noar ti set v0='SCORH6ALK3CPVIIQ' where id=5; -update noar tt set b2='9NQ' where id=5; -update noar ti set b2='9NQ' where id=5; -update noar tt set v0='L9FU1YJPDN24JL2PARHTAFX' where id=6; -update noar ti set v0='L9FU1YJPDN24JL2PARHTAFX' where id=6; -update noar tt set b0='LJ82BOTS1LRZ4ZLO23J0JHO6Y878V' where id=6; -update noar ti set b0='LJ82BOTS1LRZ4ZLO23J0JHO6Y878V' where id=6; -update noar tt set v0='KWJMR5QAE3441O7W293V9B9' where id=6; -update noar ti set v0='KWJMR5QAE3441O7W293V9B9' where id=6; -update noar tt set b1='W7KLN4YPSEP' where id=6; -update noar ti set b1='W7KLN4YPSEP' where id=6; -update noar tt set v0='H5USTX' where id=6; -update noar ti set v0='H5USTX' where id=6; -update noar tt set b2='5PA377A2OWQZIJHGPGC4' where id=6; -update noar ti set b2='5PA377A2OWQZIJHGPGC4' where id=6; -update noar tt set v0='CEL4LFVC6UIFGQSWWITGVN' where id=7; -update noar ti set v0='CEL4LFVC6UIFGQSWWITGVN' where id=7; -update noar tt set b0='OY9YJKK28R9UIU2OZBVH7N0ZZLTE4P6' where id=7; -update noar ti set b0='OY9YJKK28R9UIU2OZBVH7N0ZZLTE4P6' where id=7; -update noar tt set v0='HU053GU4X63YLETGZMX91HYS4M4HX' where id=7; -update noar ti set v0='HU053GU4X63YLETGZMX91HYS4M4HX' where id=7; -update noar tt set b1='C8EDJXRWGHCQ7' where id=7; -update noar ti set b1='C8EDJXRWGHCQ7' where id=7; -update noar tt set v0='B9OSOCDT4BO3CF' where id=7; -update noar ti set v0='B9OSOCDT4BO3CF' where id=7; -update noar tt set b2='792MGR8IKDB4M' where id=7; -update noar ti set b2='792MGR8IKDB4M' where id=7; -update noar tt set v0='0ZCT6UEIP7H5S75' where id=8; -update noar ti set v0='0ZCT6UEIP7H5S75' where id=8; -update noar tt set b0='W66J664SQTDF6G' where id=8; -update noar ti set b0='W66J664SQTDF6G' where id=8; -update noar tt set v0='WAH3824ZXNFEIWQ' where id=8; -update noar ti set v0='WAH3824ZXNFEIWQ' where id=8; -update noar tt set b1='RJHS70ITMWVG0S6N4TMPDODPL' where id=8; -update noar ti set b1='RJHS70ITMWVG0S6N4TMPDODPL' where id=8; -update noar tt set v0='1Z4' where id=8; -update noar ti set v0='1Z4' where id=8; -update noar tt set b2='Y' where id=8; -update noar ti set b2='Y' where id=8; -update noar tt set v0='AG2' where id=9; -update noar ti set v0='AG2' where id=9; -update noar tt set b0='L6NZPTLWR0TY8' where id=9; -update noar ti set b0='L6NZPTLWR0TY8' where id=9; -update noar tt set v0='HVKQFH8SJKCTJEYQ1R' where id=9; -update noar ti set v0='HVKQFH8SJKCTJEYQ1R' where id=9; -update noar tt set b1='VXF0WMDS64J65N' where id=9; -update noar ti set b1='VXF0WMDS64J65N' where id=9; -update noar tt set v0='YABL8SFYRJGGEHFS3CW' where id=9; -update noar ti set v0='YABL8SFYRJGGEHFS3CW' where id=9; -update noar tt set b2='63Y1IBC3XEKPXYQV4KH7' where id=9; -update noar ti set b2='63Y1IBC3XEKPXYQV4KH7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4V3' where id=1; -update noar ti set v0='4V3' where id=1; -update noar tt set b0='IPYCM' where id=1; -update noar ti set b0='IPYCM' where id=1; -update noar tt set v0='MJD71YVRMFSMTMBSQWF251ZJEKTFXB' where id=1; -update noar ti set v0='MJD71YVRMFSMTMBSQWF251ZJEKTFXB' where id=1; -update noar tt set b1='WZUN0' where id=1; -update noar ti set b1='WZUN0' where id=1; -update noar tt set v0='EATAB' where id=1; -update noar ti set v0='EATAB' where id=1; -update noar tt set b2='3A2XFVKANR0MJYXGT59FBC4KB' where id=1; -update noar ti set b2='3A2XFVKANR0MJYXGT59FBC4KB' where id=1; -update noar tt set v0='Q40MBD' where id=2; -update noar ti set v0='Q40MBD' where id=2; -update noar tt set b0='YQAZCMOUEVDDP6S0ZZI6RVCY' where id=2; -update noar ti set b0='YQAZCMOUEVDDP6S0ZZI6RVCY' where id=2; -update noar tt set v0='580L6YWAWE6TXDIQBHVAQ1HHSGAH8VC' where id=2; -update noar ti set v0='580L6YWAWE6TXDIQBHVAQ1HHSGAH8VC' where id=2; -update noar tt set b1='79F0HCZPAAK2XRCL' where id=2; -update noar ti set b1='79F0HCZPAAK2XRCL' where id=2; -update noar tt set v0='ACY8HN5C11JJ0GDNY' where id=2; -update noar ti set v0='ACY8HN5C11JJ0GDNY' where id=2; -update noar tt set b2='CMSUT' where id=2; -update noar ti set b2='CMSUT' where id=2; -update noar tt set v0='XEFIJ4K2QVKTHHIS7MF1A86JFZPFN7' where id=3; -update noar ti set v0='XEFIJ4K2QVKTHHIS7MF1A86JFZPFN7' where id=3; -update noar tt set b0='3IZGGWII' where id=3; -update noar ti set b0='3IZGGWII' where id=3; -update noar tt set v0='BBOOSJU4Y3J' where id=3; -update noar ti set v0='BBOOSJU4Y3J' where id=3; -update noar tt set b1='KFMQ92VC57EN8YV02MWYAZGQJ4TBVY' where id=3; -update noar ti set b1='KFMQ92VC57EN8YV02MWYAZGQJ4TBVY' where id=3; -update noar tt set v0='EKK0FFP1XFUMQ0UUIBVH2OTJTJRXE80I' where id=3; -update noar ti set v0='EKK0FFP1XFUMQ0UUIBVH2OTJTJRXE80I' where id=3; -update noar tt set b2='1P2NXYCR8I2AI039PC5A' where id=3; -update noar ti set b2='1P2NXYCR8I2AI039PC5A' where id=3; -update noar tt set v0='IO7R' where id=4; -update noar ti set v0='IO7R' where id=4; -update noar tt set b0='W6X' where id=4; -update noar ti set b0='W6X' where id=4; -update noar tt set v0='P9PJ71I2J3VPVBHVPKFCO8K9T01T73TU' where id=4; -update noar ti set v0='P9PJ71I2J3VPVBHVPKFCO8K9T01T73TU' where id=4; -update noar tt set b1='V2XRL80933' where id=4; -update noar ti set b1='V2XRL80933' where id=4; -update noar tt set v0='UJYED2HRLBX4VX99NN3CYTBVZ' where id=4; -update noar ti set v0='UJYED2HRLBX4VX99NN3CYTBVZ' where id=4; -update noar tt set b2='5OHLTABSL40' where id=4; -update noar ti set b2='5OHLTABSL40' where id=4; -update noar tt set v0='YUJGL68DCOF' where id=5; -update noar ti set v0='YUJGL68DCOF' where id=5; -update noar tt set b0='CSWMHVZEFWG18YWXYJ9S4QSQRT' where id=5; -update noar ti set b0='CSWMHVZEFWG18YWXYJ9S4QSQRT' where id=5; -update noar tt set v0='0DPY8BQBSCD5O' where id=5; -update noar ti set v0='0DPY8BQBSCD5O' where id=5; -update noar tt set b1='T65QKAUW4OLYFT8' where id=5; -update noar ti set b1='T65QKAUW4OLYFT8' where id=5; -update noar tt set v0='Q3QA4ATUD' where id=5; -update noar ti set v0='Q3QA4ATUD' where id=5; -update noar tt set b2='G1D8R7C4I2G73KW' where id=5; -update noar ti set b2='G1D8R7C4I2G73KW' where id=5; -update noar tt set v0='L0KR' where id=6; -update noar ti set v0='L0KR' where id=6; -update noar tt set b0='V07U6MPNIVMTR2YHOA580CEFYZ5ZBE' where id=6; -update noar ti set b0='V07U6MPNIVMTR2YHOA580CEFYZ5ZBE' where id=6; -update noar tt set v0='T' where id=6; -update noar ti set v0='T' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='7OUJFDFIZ6WN4JOP6L1N3RE6B5X97' where id=6; -update noar ti set v0='7OUJFDFIZ6WN4JOP6L1N3RE6B5X97' where id=6; -update noar tt set b2='N4' where id=6; -update noar ti set b2='N4' where id=6; -update noar tt set v0='JCDE5C81LYQU6N71BD3D0PJDNV95VV' where id=7; -update noar ti set v0='JCDE5C81LYQU6N71BD3D0PJDNV95VV' where id=7; -update noar tt set b0='Z' where id=7; -update noar ti set b0='Z' where id=7; -update noar tt set v0='WCC0XI' where id=7; -update noar ti set v0='WCC0XI' where id=7; -update noar tt set b1='SLD6C' where id=7; -update noar ti set b1='SLD6C' where id=7; -update noar tt set v0='BXA4QJZWCW0259' where id=7; -update noar ti set v0='BXA4QJZWCW0259' where id=7; -update noar tt set b2='HXUFL' where id=7; -update noar ti set b2='HXUFL' where id=7; -update noar tt set v0='U96URWV2KJY7PXDOIHE' where id=8; -update noar ti set v0='U96URWV2KJY7PXDOIHE' where id=8; -update noar tt set b0='NU4BE16QA' where id=8; -update noar ti set b0='NU4BE16QA' where id=8; -update noar tt set v0='1LGOF20CN' where id=8; -update noar ti set v0='1LGOF20CN' where id=8; -update noar tt set b1='RMSAGLSKXX51TIN0SKNQ1XENXZ' where id=8; -update noar ti set b1='RMSAGLSKXX51TIN0SKNQ1XENXZ' where id=8; -update noar tt set v0='QLJL' where id=8; -update noar ti set v0='QLJL' where id=8; -update noar tt set b2='EWIW876964QKSZLTVRXDLRZY4NK6F' where id=8; -update noar ti set b2='EWIW876964QKSZLTVRXDLRZY4NK6F' where id=8; -update noar tt set v0='SV5PMFK697' where id=9; -update noar ti set v0='SV5PMFK697' where id=9; -update noar tt set b0='14QQG7QFB' where id=9; -update noar ti set b0='14QQG7QFB' where id=9; -update noar tt set v0='DDON01WFZ' where id=9; -update noar ti set v0='DDON01WFZ' where id=9; -update noar tt set b1='0MSE3ILJSMC' where id=9; -update noar ti set b1='0MSE3ILJSMC' where id=9; -update noar tt set v0='CKP' where id=9; -update noar ti set v0='CKP' where id=9; -update noar tt set b2='IJQCFGBGPQKI61STIUC2XGBT7' where id=9; -update noar ti set b2='IJQCFGBGPQKI61STIUC2XGBT7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9XDFQHRZ' where id=1; -update noar ti set v0='9XDFQHRZ' where id=1; -update noar tt set b0='AEY7FS3YGODFKFOKNDDJF' where id=1; -update noar ti set b0='AEY7FS3YGODFKFOKNDDJF' where id=1; -update noar tt set v0='RUULZNA5ORJSRYXLUOQWXO85VJTJK15N' where id=1; -update noar ti set v0='RUULZNA5ORJSRYXLUOQWXO85VJTJK15N' where id=1; -update noar tt set b1='VPW5EDB97XAMAT5R67ZAVFOW7' where id=1; -update noar ti set b1='VPW5EDB97XAMAT5R67ZAVFOW7' where id=1; -update noar tt set v0='2OC1UQX7' where id=1; -update noar ti set v0='2OC1UQX7' where id=1; -update noar tt set b2='2DKRI' where id=1; -update noar ti set b2='2DKRI' where id=1; -update noar tt set v0='U4WJJ1' where id=2; -update noar ti set v0='U4WJJ1' where id=2; -update noar tt set b0='WEI' where id=2; -update noar ti set b0='WEI' where id=2; -update noar tt set v0='DOC' where id=2; -update noar ti set v0='DOC' where id=2; -update noar tt set b1='3MH8T' where id=2; -update noar ti set b1='3MH8T' where id=2; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b2='BHADQ1Y9WC2E9RWLCAUB97W2GMS2' where id=2; -update noar ti set b2='BHADQ1Y9WC2E9RWLCAUB97W2GMS2' where id=2; -update noar tt set v0='88VAS8IKNLBXD43R43HOK6' where id=3; -update noar ti set v0='88VAS8IKNLBXD43R43HOK6' where id=3; -update noar tt set b0='83EUI8ZFTT3WQSLEP0VJ' where id=3; -update noar ti set b0='83EUI8ZFTT3WQSLEP0VJ' where id=3; -update noar tt set v0='LMK14CTG9D90JG62SPGHTC' where id=3; -update noar ti set v0='LMK14CTG9D90JG62SPGHTC' where id=3; -update noar tt set b1='SH2K3JUEZ90G2' where id=3; -update noar ti set b1='SH2K3JUEZ90G2' where id=3; -update noar tt set v0='FR6GBB6OD2CMQEPK' where id=3; -update noar ti set v0='FR6GBB6OD2CMQEPK' where id=3; -update noar tt set b2='MP' where id=3; -update noar ti set b2='MP' where id=3; -update noar tt set v0='1W408VSWFUH30W49KRMGA7JSYT7' where id=4; -update noar ti set v0='1W408VSWFUH30W49KRMGA7JSYT7' where id=4; -update noar tt set b0='6L' where id=4; -update noar ti set b0='6L' where id=4; -update noar tt set v0='1PER18ILUB7TD5E1SX' where id=4; -update noar ti set v0='1PER18ILUB7TD5E1SX' where id=4; -update noar tt set b1='926K6RMUXV1HIA4OYK9PTTVKJA06EGM' where id=4; -update noar ti set b1='926K6RMUXV1HIA4OYK9PTTVKJA06EGM' where id=4; -update noar tt set v0='ZALNBXJMGKO' where id=4; -update noar ti set v0='ZALNBXJMGKO' where id=4; -update noar tt set b2='GPURKAN1YXECTLB6LF0UJ9SR5D13ANJ' where id=4; -update noar ti set b2='GPURKAN1YXECTLB6LF0UJ9SR5D13ANJ' where id=4; -update noar tt set v0='IYR' where id=5; -update noar ti set v0='IYR' where id=5; -update noar tt set b0='7L1HYF' where id=5; -update noar ti set b0='7L1HYF' where id=5; -update noar tt set v0='5MRO0E9ZU40IDPRIZO4LC9H8C673' where id=5; -update noar ti set v0='5MRO0E9ZU40IDPRIZO4LC9H8C673' where id=5; -update noar tt set b1='7GOL1TOIYIVVAKOA1MK' where id=5; -update noar ti set b1='7GOL1TOIYIVVAKOA1MK' where id=5; -update noar tt set v0='ZB0Z4B3S5K8' where id=5; -update noar ti set v0='ZB0Z4B3S5K8' where id=5; -update noar tt set b2='GPNONS6AC5BW47UWMMO2BG1CTX' where id=5; -update noar ti set b2='GPNONS6AC5BW47UWMMO2BG1CTX' where id=5; -update noar tt set v0='I0S7IWJX' where id=6; -update noar ti set v0='I0S7IWJX' where id=6; -update noar tt set b0='U9NUFNMZUO' where id=6; -update noar ti set b0='U9NUFNMZUO' where id=6; -update noar tt set v0='YA4Q7DF9HAX' where id=6; -update noar ti set v0='YA4Q7DF9HAX' where id=6; -update noar tt set b1='24RZ77VCJUQDR421R9CFL2BK' where id=6; -update noar ti set b1='24RZ77VCJUQDR421R9CFL2BK' where id=6; -update noar tt set v0='OVMIQQSA466D9V2TXC6GSO756XS' where id=6; -update noar ti set v0='OVMIQQSA466D9V2TXC6GSO756XS' where id=6; -update noar tt set b2='YTRR7P0GK3Y2DV72RE0T9052ZAYZ0Z' where id=6; -update noar ti set b2='YTRR7P0GK3Y2DV72RE0T9052ZAYZ0Z' where id=6; -update noar tt set v0='E41L6VELCJNGSDJGDRNRFD6ZJ2K251LU' where id=7; -update noar ti set v0='E41L6VELCJNGSDJGDRNRFD6ZJ2K251LU' where id=7; -update noar tt set b0='GRVD2LD' where id=7; -update noar ti set b0='GRVD2LD' where id=7; -update noar tt set v0='MOA1LDYHYD1YJMAHWU6V1BY5XFWC' where id=7; -update noar ti set v0='MOA1LDYHYD1YJMAHWU6V1BY5XFWC' where id=7; -update noar tt set b1='G5KK8NSOTNEE' where id=7; -update noar ti set b1='G5KK8NSOTNEE' where id=7; -update noar tt set v0='DWT98IBJOLGJ5PV90VPS8KAFQ8ENX8' where id=7; -update noar ti set v0='DWT98IBJOLGJ5PV90VPS8KAFQ8ENX8' where id=7; -update noar tt set b2='RCK8V6TBBQOLF4HL18G56K8GN6WQF7' where id=7; -update noar ti set b2='RCK8V6TBBQOLF4HL18G56K8GN6WQF7' where id=7; -update noar tt set v0='7KAQKL' where id=8; -update noar ti set v0='7KAQKL' where id=8; -update noar tt set b0='1QK3WK4X7H9ESZLU664' where id=8; -update noar ti set b0='1QK3WK4X7H9ESZLU664' where id=8; -update noar tt set v0='0K8GNCDSCR6HOT6T' where id=8; -update noar ti set v0='0K8GNCDSCR6HOT6T' where id=8; -update noar tt set b1='5FO39K' where id=8; -update noar ti set b1='5FO39K' where id=8; -update noar tt set v0='AMYERIXKF7WF0B3K' where id=8; -update noar ti set v0='AMYERIXKF7WF0B3K' where id=8; -update noar tt set b2='W7Y6K' where id=8; -update noar ti set b2='W7Y6K' where id=8; -update noar tt set v0='05F33BCNFEJLE7C6' where id=9; -update noar ti set v0='05F33BCNFEJLE7C6' where id=9; -update noar tt set b0='BPYFI7GUO7NJ39H22DJAZA575' where id=9; -update noar ti set b0='BPYFI7GUO7NJ39H22DJAZA575' where id=9; -update noar tt set v0='C1HM7JT' where id=9; -update noar ti set v0='C1HM7JT' where id=9; -update noar tt set b1='86NV1CKWSU1H2' where id=9; -update noar ti set b1='86NV1CKWSU1H2' where id=9; -update noar tt set v0='8N8GD' where id=9; -update noar ti set v0='8N8GD' where id=9; -update noar tt set b2='PO' where id=9; -update noar ti set b2='PO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ODV7UPZ7EQHSMLPPJISN7H33KN1DWL' where id=1; -update noar ti set v0='ODV7UPZ7EQHSMLPPJISN7H33KN1DWL' where id=1; -update noar tt set b0='NOMJ14GOTT' where id=1; -update noar ti set b0='NOMJ14GOTT' where id=1; -update noar tt set v0='A4WJYQDLIKP4KE3B2Y' where id=1; -update noar ti set v0='A4WJYQDLIKP4KE3B2Y' where id=1; -update noar tt set b1='3VPZR1RFYV5N3J2GPE' where id=1; -update noar ti set b1='3VPZR1RFYV5N3J2GPE' where id=1; -update noar tt set v0='A41YVCQYFG116I8L5' where id=1; -update noar ti set v0='A41YVCQYFG116I8L5' where id=1; -update noar tt set b2='VXPLF1PRL6ONXYUDMQGU4UZ6CJUX2E' where id=1; -update noar ti set b2='VXPLF1PRL6ONXYUDMQGU4UZ6CJUX2E' where id=1; -update noar tt set v0='F00WR8Y127NFVLB9LPDLSK6QS516O4' where id=2; -update noar ti set v0='F00WR8Y127NFVLB9LPDLSK6QS516O4' where id=2; -update noar tt set b0='GQ2Q' where id=2; -update noar ti set b0='GQ2Q' where id=2; -update noar tt set v0='8Q8UE61TB7C3MBLUAKQA6VDI' where id=2; -update noar ti set v0='8Q8UE61TB7C3MBLUAKQA6VDI' where id=2; -update noar tt set b1='R' where id=2; -update noar ti set b1='R' where id=2; -update noar tt set v0='F8LDN0I' where id=2; -update noar ti set v0='F8LDN0I' where id=2; -update noar tt set b2='PVJTI3VB6BC' where id=2; -update noar ti set b2='PVJTI3VB6BC' where id=2; -update noar tt set v0='ZNRYIVVL05C6KS228393WZ' where id=3; -update noar ti set v0='ZNRYIVVL05C6KS228393WZ' where id=3; -update noar tt set b0='DZL50VC9OUDR8QOP' where id=3; -update noar ti set b0='DZL50VC9OUDR8QOP' where id=3; -update noar tt set v0='VE' where id=3; -update noar ti set v0='VE' where id=3; -update noar tt set b1='SMJQGFR' where id=3; -update noar ti set b1='SMJQGFR' where id=3; -update noar tt set v0='AZ738MJ3ZEFMC4ZMBKDF38Y' where id=3; -update noar ti set v0='AZ738MJ3ZEFMC4ZMBKDF38Y' where id=3; -update noar tt set b2='4ZKQ61RGQ' where id=3; -update noar ti set b2='4ZKQ61RGQ' where id=3; -update noar tt set v0='IXIGZ9FZ' where id=4; -update noar ti set v0='IXIGZ9FZ' where id=4; -update noar tt set b0='QK244O0B0JZ0XAQY98' where id=4; -update noar ti set b0='QK244O0B0JZ0XAQY98' where id=4; -update noar tt set v0='XDVDW8RS54769WL993Q5' where id=4; -update noar ti set v0='XDVDW8RS54769WL993Q5' where id=4; -update noar tt set b1='PR1175' where id=4; -update noar ti set b1='PR1175' where id=4; -update noar tt set v0='29H7DBRF77936UVQUW' where id=4; -update noar ti set v0='29H7DBRF77936UVQUW' where id=4; -update noar tt set b2='BT2GAW54DFR9KYRCTN6517U6CIOW' where id=4; -update noar ti set b2='BT2GAW54DFR9KYRCTN6517U6CIOW' where id=4; -update noar tt set v0='ZE97K91' where id=5; -update noar ti set v0='ZE97K91' where id=5; -update noar tt set b0='6W9MIP3YW' where id=5; -update noar ti set b0='6W9MIP3YW' where id=5; -update noar tt set v0='SZTHASRIIJB6IWKTRKDHG29O3NEVP' where id=5; -update noar ti set v0='SZTHASRIIJB6IWKTRKDHG29O3NEVP' where id=5; -update noar tt set b1='IX0ET6JRLBQAE4U8MHDZVZNF0I8O' where id=5; -update noar ti set b1='IX0ET6JRLBQAE4U8MHDZVZNF0I8O' where id=5; -update noar tt set v0='W7KY2H9W7CK6K9P2BXXB9CYKY9' where id=5; -update noar ti set v0='W7KY2H9W7CK6K9P2BXXB9CYKY9' where id=5; -update noar tt set b2='84' where id=5; -update noar ti set b2='84' where id=5; -update noar tt set v0='RZRDIVG6ODN0SF8UOJX16K04B5X' where id=6; -update noar ti set v0='RZRDIVG6ODN0SF8UOJX16K04B5X' where id=6; -update noar tt set b0='SQFF04JOJ1IJXKG8VQSZB0TINX' where id=6; -update noar ti set b0='SQFF04JOJ1IJXKG8VQSZB0TINX' where id=6; -update noar tt set v0='T12NKR7DAXXQ' where id=6; -update noar ti set v0='T12NKR7DAXXQ' where id=6; -update noar tt set b1='UFLYIJVHAGE0JE5K4H6BZGC5LLYY' where id=6; -update noar ti set b1='UFLYIJVHAGE0JE5K4H6BZGC5LLYY' where id=6; -update noar tt set v0='FK2DCYYAYRR3KK' where id=6; -update noar ti set v0='FK2DCYYAYRR3KK' where id=6; -update noar tt set b2='7J' where id=6; -update noar ti set b2='7J' where id=6; -update noar tt set v0='KIR385LYTO2AK7L91' where id=7; -update noar ti set v0='KIR385LYTO2AK7L91' where id=7; -update noar tt set b0='4RXSJKU6XR8VZHJX10917N2FOFXS4YN' where id=7; -update noar ti set b0='4RXSJKU6XR8VZHJX10917N2FOFXS4YN' where id=7; -update noar tt set v0='PDCQIAUNNHVM7A8O1M0QAFW4IABLWX' where id=7; -update noar ti set v0='PDCQIAUNNHVM7A8O1M0QAFW4IABLWX' where id=7; -update noar tt set b1='FJVN7GTNZFMU46135YV35GH417G1T' where id=7; -update noar ti set b1='FJVN7GTNZFMU46135YV35GH417G1T' where id=7; -update noar tt set v0='S045UNV956NY4XKKLKJZBPGOBJ0J6CH' where id=7; -update noar ti set v0='S045UNV956NY4XKKLKJZBPGOBJ0J6CH' where id=7; -update noar tt set b2='9WMSZHX3WH2I35EG9O1' where id=7; -update noar ti set b2='9WMSZHX3WH2I35EG9O1' where id=7; -update noar tt set v0='1SFRKQD3NA1M48WH4FIXK5QY1BK' where id=8; -update noar ti set v0='1SFRKQD3NA1M48WH4FIXK5QY1BK' where id=8; -update noar tt set b0='LVYZFAB8I77YXFVO3O71WXNWCP0B' where id=8; -update noar ti set b0='LVYZFAB8I77YXFVO3O71WXNWCP0B' where id=8; -update noar tt set v0='XDS2HZ2MLTVU0EBGFB8AVYDX5FRCXK' where id=8; -update noar ti set v0='XDS2HZ2MLTVU0EBGFB8AVYDX5FRCXK' where id=8; -update noar tt set b1='4FS6QG3M8Q' where id=8; -update noar ti set b1='4FS6QG3M8Q' where id=8; -update noar tt set v0='RB5ZSM7NYGHDVSLGWRODNCD8' where id=8; -update noar ti set v0='RB5ZSM7NYGHDVSLGWRODNCD8' where id=8; -update noar tt set b2='O628V85DSK1' where id=8; -update noar ti set b2='O628V85DSK1' where id=8; -update noar tt set v0='7JP47VJLJRBTUI4S4SD8X4TN7GR5FDV' where id=9; -update noar ti set v0='7JP47VJLJRBTUI4S4SD8X4TN7GR5FDV' where id=9; -update noar tt set b0='7IDGS' where id=9; -update noar ti set b0='7IDGS' where id=9; -update noar tt set v0='TGJRIIRWWT4H0UYYH' where id=9; -update noar ti set v0='TGJRIIRWWT4H0UYYH' where id=9; -update noar tt set b1='CWFNXGFKIYSLTVM0AODZNRYH91F' where id=9; -update noar ti set b1='CWFNXGFKIYSLTVM0AODZNRYH91F' where id=9; -update noar tt set v0='D4IFZ9UQ08CA5' where id=9; -update noar ti set v0='D4IFZ9UQ08CA5' where id=9; -update noar tt set b2='ANVVLU062TAZOYGEN8ACB5C' where id=9; -update noar ti set b2='ANVVLU062TAZOYGEN8ACB5C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4M8YLA24RDDDL' where id=1; -update noar ti set v0='4M8YLA24RDDDL' where id=1; -update noar tt set b0='D4TP2IW6' where id=1; -update noar ti set b0='D4TP2IW6' where id=1; -update noar tt set v0='USQLL20Y9WEOOQJP9TE29YON1QB5IIS' where id=1; -update noar ti set v0='USQLL20Y9WEOOQJP9TE29YON1QB5IIS' where id=1; -update noar tt set b1='9CJPKGQ3W' where id=1; -update noar ti set b1='9CJPKGQ3W' where id=1; -update noar tt set v0='X0UP' where id=1; -update noar ti set v0='X0UP' where id=1; -update noar tt set b2='OKWPTR2D' where id=1; -update noar ti set b2='OKWPTR2D' where id=1; -update noar tt set v0='AF4ZO89HLZUL2R69POVU' where id=2; -update noar ti set v0='AF4ZO89HLZUL2R69POVU' where id=2; -update noar tt set b0='OU9P29YYO0' where id=2; -update noar ti set b0='OU9P29YYO0' where id=2; -update noar tt set v0='WRV5NIK57C8HU' where id=2; -update noar ti set v0='WRV5NIK57C8HU' where id=2; -update noar tt set b1='3NDY8RJLSAADPNBQRDDBD4PM333R1B' where id=2; -update noar ti set b1='3NDY8RJLSAADPNBQRDDBD4PM333R1B' where id=2; -update noar tt set v0='LSG95QU89O8GKJ9DDM32S561JXNR3T4B' where id=2; -update noar ti set v0='LSG95QU89O8GKJ9DDM32S561JXNR3T4B' where id=2; -update noar tt set b2='4UJ0BCHI3FUXJVN2H7Z2I7YN' where id=2; -update noar ti set b2='4UJ0BCHI3FUXJVN2H7Z2I7YN' where id=2; -update noar tt set v0='WEBJ' where id=3; -update noar ti set v0='WEBJ' where id=3; -update noar tt set b0='AG62V7OP8YSOGHHTBRDD9NH90M' where id=3; -update noar ti set b0='AG62V7OP8YSOGHHTBRDD9NH90M' where id=3; -update noar tt set v0='I9OFH' where id=3; -update noar ti set v0='I9OFH' where id=3; -update noar tt set b1='70D7UOBABGBCPMYGAL53EBJXWLMT' where id=3; -update noar ti set b1='70D7UOBABGBCPMYGAL53EBJXWLMT' where id=3; -update noar tt set v0='MV0BE2G5T3ZH69PLRH99KH6G4J8' where id=3; -update noar ti set v0='MV0BE2G5T3ZH69PLRH99KH6G4J8' where id=3; -update noar tt set b2='2BHYFO5VOCEO986NH4E6W77ZL6' where id=3; -update noar ti set b2='2BHYFO5VOCEO986NH4E6W77ZL6' where id=3; -update noar tt set v0='EF6DN0FYBD59BGLGQR' where id=4; -update noar ti set v0='EF6DN0FYBD59BGLGQR' where id=4; -update noar tt set b0='DYUOA3M5' where id=4; -update noar ti set b0='DYUOA3M5' where id=4; -update noar tt set v0='VKZ0EFQ4IB2NMUY1PSE43U2Q' where id=4; -update noar ti set v0='VKZ0EFQ4IB2NMUY1PSE43U2Q' where id=4; -update noar tt set b1='9XYPYQZQ360YTCSMHAK1HHNCL20POR' where id=4; -update noar ti set b1='9XYPYQZQ360YTCSMHAK1HHNCL20POR' where id=4; -update noar tt set v0='F372VYQTVDPGYJ6YJEWN1BP7OIMUUI' where id=4; -update noar ti set v0='F372VYQTVDPGYJ6YJEWN1BP7OIMUUI' where id=4; -update noar tt set b2='7ZYPK9Q' where id=4; -update noar ti set b2='7ZYPK9Q' where id=4; -update noar tt set v0='69O5' where id=5; -update noar ti set v0='69O5' where id=5; -update noar tt set b0='KSNF96TJ6HMRC9' where id=5; -update noar ti set b0='KSNF96TJ6HMRC9' where id=5; -update noar tt set v0='P0Q54' where id=5; -update noar ti set v0='P0Q54' where id=5; -update noar tt set b1='Z6' where id=5; -update noar ti set b1='Z6' where id=5; -update noar tt set v0='EOS2HQE0FNIXLRPI' where id=5; -update noar ti set v0='EOS2HQE0FNIXLRPI' where id=5; -update noar tt set b2='OY946LJQ3MQ555ZHHJEGPSO2E7ZTP' where id=5; -update noar ti set b2='OY946LJQ3MQ555ZHHJEGPSO2E7ZTP' where id=5; -update noar tt set v0='3JOTKETQCGE27KEUDNJYXXCKSJVUIA' where id=6; -update noar ti set v0='3JOTKETQCGE27KEUDNJYXXCKSJVUIA' where id=6; -update noar tt set b0='YHQDCVI' where id=6; -update noar ti set b0='YHQDCVI' where id=6; -update noar tt set v0='O2P00KQLPWIS6XCHJN78EFEUPJX7G8ND' where id=6; -update noar ti set v0='O2P00KQLPWIS6XCHJN78EFEUPJX7G8ND' where id=6; -update noar tt set b1='KPECLAOA' where id=6; -update noar ti set b1='KPECLAOA' where id=6; -update noar tt set v0='VGSOA0ZC' where id=6; -update noar ti set v0='VGSOA0ZC' where id=6; -update noar tt set b2='RUPIDL7O5UGPY' where id=6; -update noar ti set b2='RUPIDL7O5UGPY' where id=6; -update noar tt set v0='339AJBNX5BLY4OJ9IAQWQY' where id=7; -update noar ti set v0='339AJBNX5BLY4OJ9IAQWQY' where id=7; -update noar tt set b0='OZZNDH9KJ9NONF322ONYO3R7' where id=7; -update noar ti set b0='OZZNDH9KJ9NONF322ONYO3R7' where id=7; -update noar tt set v0='96' where id=7; -update noar ti set v0='96' where id=7; -update noar tt set b1='5REZ7R8JAZGCKN86H3' where id=7; -update noar ti set b1='5REZ7R8JAZGCKN86H3' where id=7; -update noar tt set v0='Z3FX9XT7MR3JIMCS8' where id=7; -update noar ti set v0='Z3FX9XT7MR3JIMCS8' where id=7; -update noar tt set b2='UJSTK5XOL5ZBFOSLUZX5N' where id=7; -update noar ti set b2='UJSTK5XOL5ZBFOSLUZX5N' where id=7; -update noar tt set v0='CGCYXO2SQ75H8GGE97SIO' where id=8; -update noar ti set v0='CGCYXO2SQ75H8GGE97SIO' where id=8; -update noar tt set b0='TGFIKBRLL' where id=8; -update noar ti set b0='TGFIKBRLL' where id=8; -update noar tt set v0='HRFE9X742SWXI0L1KSK7XUIN' where id=8; -update noar ti set v0='HRFE9X742SWXI0L1KSK7XUIN' where id=8; -update noar tt set b1='9ECT3260X69' where id=8; -update noar ti set b1='9ECT3260X69' where id=8; -update noar tt set v0='EIHZ1DCJ5MRT' where id=8; -update noar ti set v0='EIHZ1DCJ5MRT' where id=8; -update noar tt set b2='S7FMCMBWO' where id=8; -update noar ti set b2='S7FMCMBWO' where id=8; -update noar tt set v0='2NPSJYS8LQ' where id=9; -update noar ti set v0='2NPSJYS8LQ' where id=9; -update noar tt set b0='AHUV6N' where id=9; -update noar ti set b0='AHUV6N' where id=9; -update noar tt set v0='NBSMH39QV6CFZSCTWNTOIC3MGHISMRSJ' where id=9; -update noar ti set v0='NBSMH39QV6CFZSCTWNTOIC3MGHISMRSJ' where id=9; -update noar tt set b1='7VQZ487C6NWN02T6DJ6YI4BF' where id=9; -update noar ti set b1='7VQZ487C6NWN02T6DJ6YI4BF' where id=9; -update noar tt set v0='SAOX07KTBIV040IBBWIID8' where id=9; -update noar ti set v0='SAOX07KTBIV040IBBWIID8' where id=9; -update noar tt set b2='0937' where id=9; -update noar ti set b2='0937' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JQZKF4OF4I1HY5' where id=1; -update noar ti set v0='JQZKF4OF4I1HY5' where id=1; -update noar tt set b0='QO3A' where id=1; -update noar ti set b0='QO3A' where id=1; -update noar tt set v0='64Q02FVIQJXQ5V' where id=1; -update noar ti set v0='64Q02FVIQJXQ5V' where id=1; -update noar tt set b1='YISKHI6URNRY0C22XGVH997WJ9HJROT' where id=1; -update noar ti set b1='YISKHI6URNRY0C22XGVH997WJ9HJROT' where id=1; -update noar tt set v0='CKKZN' where id=1; -update noar ti set v0='CKKZN' where id=1; -update noar tt set b2='HS' where id=1; -update noar ti set b2='HS' where id=1; -update noar tt set v0='T62APNUZGXYDEDGZW' where id=2; -update noar ti set v0='T62APNUZGXYDEDGZW' where id=2; -update noar tt set b0='S0PZCLTW' where id=2; -update noar ti set b0='S0PZCLTW' where id=2; -update noar tt set v0='6BZDJEJBTOQB1BB8ATW6WTP2' where id=2; -update noar ti set v0='6BZDJEJBTOQB1BB8ATW6WTP2' where id=2; -update noar tt set b1='4KZSC0E8W5VVPG1EK3R9FO8' where id=2; -update noar ti set b1='4KZSC0E8W5VVPG1EK3R9FO8' where id=2; -update noar tt set v0='3APFGA41351E35UKW9GNYR8' where id=2; -update noar ti set v0='3APFGA41351E35UKW9GNYR8' where id=2; -update noar tt set b2='FUN2K93OFXEZWLSCQ46N' where id=2; -update noar ti set b2='FUN2K93OFXEZWLSCQ46N' where id=2; -update noar tt set v0='3RBPJYLTC9Z' where id=3; -update noar ti set v0='3RBPJYLTC9Z' where id=3; -update noar tt set b0='DOYCKN0TFXCL63SG2HTVD3V' where id=3; -update noar ti set b0='DOYCKN0TFXCL63SG2HTVD3V' where id=3; -update noar tt set v0='85KW55IBZ6J2DLA3N5P7' where id=3; -update noar ti set v0='85KW55IBZ6J2DLA3N5P7' where id=3; -update noar tt set b1='DBVAH1A0V21O' where id=3; -update noar ti set b1='DBVAH1A0V21O' where id=3; -update noar tt set v0='HPK4HGY6BR9O5AZMC5HIU' where id=3; -update noar ti set v0='HPK4HGY6BR9O5AZMC5HIU' where id=3; -update noar tt set b2='YIPB2XUE3E42CFP9S8QNMEB8P' where id=3; -update noar ti set b2='YIPB2XUE3E42CFP9S8QNMEB8P' where id=3; -update noar tt set v0='DTU60U3L8B3GS3TVQ1CEKNOPP6' where id=4; -update noar ti set v0='DTU60U3L8B3GS3TVQ1CEKNOPP6' where id=4; -update noar tt set b0='WQFEFIK' where id=4; -update noar ti set b0='WQFEFIK' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='G1P' where id=4; -update noar ti set b1='G1P' where id=4; -update noar tt set v0='LVG069PMOYPFNUJJ' where id=4; -update noar ti set v0='LVG069PMOYPFNUJJ' where id=4; -update noar tt set b2='17N4KB5YXDCAFFPN6VR' where id=4; -update noar ti set b2='17N4KB5YXDCAFFPN6VR' where id=4; -update noar tt set v0='NAL2IETRW4AW' where id=5; -update noar ti set v0='NAL2IETRW4AW' where id=5; -update noar tt set b0='27CI4KSS9ARHQVVM5K7' where id=5; -update noar ti set b0='27CI4KSS9ARHQVVM5K7' where id=5; -update noar tt set v0='AQ' where id=5; -update noar ti set v0='AQ' where id=5; -update noar tt set b1='0WWOL64LIXTQAP' where id=5; -update noar ti set b1='0WWOL64LIXTQAP' where id=5; -update noar tt set v0='W9IN034RPM5EEE8616Y3HRMNCRQ' where id=5; -update noar ti set v0='W9IN034RPM5EEE8616Y3HRMNCRQ' where id=5; -update noar tt set b2='9KEK93ZX' where id=5; -update noar ti set b2='9KEK93ZX' where id=5; -update noar tt set v0='PT' where id=6; -update noar ti set v0='PT' where id=6; -update noar tt set b0='HSCGIIQLA7HDBXD8OD76BLBL71NR1V' where id=6; -update noar ti set b0='HSCGIIQLA7HDBXD8OD76BLBL71NR1V' where id=6; -update noar tt set v0='ORYP20BYRK5WZMCT0NLRXM17SQUV' where id=6; -update noar ti set v0='ORYP20BYRK5WZMCT0NLRXM17SQUV' where id=6; -update noar tt set b1='1RC8HR6W8PEX1ESIJKI59' where id=6; -update noar ti set b1='1RC8HR6W8PEX1ESIJKI59' where id=6; -update noar tt set v0='Q3BOBVB4JTSSW9SA' where id=6; -update noar ti set v0='Q3BOBVB4JTSSW9SA' where id=6; -update noar tt set b2='J' where id=6; -update noar ti set b2='J' where id=6; -update noar tt set v0='D1EFQ3' where id=7; -update noar ti set v0='D1EFQ3' where id=7; -update noar tt set b0='BQE81RMMANSTYPPJKMJY' where id=7; -update noar ti set b0='BQE81RMMANSTYPPJKMJY' where id=7; -update noar tt set v0='7D52MJWV22ALOWVGQ21AEQTGOV5' where id=7; -update noar ti set v0='7D52MJWV22ALOWVGQ21AEQTGOV5' where id=7; -update noar tt set b1='MIDSBIHN0PG0Z831SUT5SPAA' where id=7; -update noar ti set b1='MIDSBIHN0PG0Z831SUT5SPAA' where id=7; -update noar tt set v0='UNTWDR' where id=7; -update noar ti set v0='UNTWDR' where id=7; -update noar tt set b2='K' where id=7; -update noar ti set b2='K' where id=7; -update noar tt set v0='AGY8E' where id=8; -update noar ti set v0='AGY8E' where id=8; -update noar tt set b0='TZCZEWYVWF5' where id=8; -update noar ti set b0='TZCZEWYVWF5' where id=8; -update noar tt set v0='YGA1WRO' where id=8; -update noar ti set v0='YGA1WRO' where id=8; -update noar tt set b1='QEZUWVP5Z62YHFHZDK' where id=8; -update noar ti set b1='QEZUWVP5Z62YHFHZDK' where id=8; -update noar tt set v0='86RZ' where id=8; -update noar ti set v0='86RZ' where id=8; -update noar tt set b2='0RWFZ7TPE63V6EEGKUYDHNHKL9VC' where id=8; -update noar ti set b2='0RWFZ7TPE63V6EEGKUYDHNHKL9VC' where id=8; -update noar tt set v0='DJLR7ZN66VHP5SJ52T1SJHXT6FFA' where id=9; -update noar ti set v0='DJLR7ZN66VHP5SJ52T1SJHXT6FFA' where id=9; -update noar tt set b0='ZXE0OG6EKSIR6J7Q1J0O2L5L' where id=9; -update noar ti set b0='ZXE0OG6EKSIR6J7Q1J0O2L5L' where id=9; -update noar tt set v0='F2XC3WBW3HC3RJNH' where id=9; -update noar ti set v0='F2XC3WBW3HC3RJNH' where id=9; -update noar tt set b1='F0I7I9R5XRXEH7WLIV00HC' where id=9; -update noar ti set b1='F0I7I9R5XRXEH7WLIV00HC' where id=9; -update noar tt set v0='T2NMZ9CR6MSWJ1I4D8N0IX8' where id=9; -update noar ti set v0='T2NMZ9CR6MSWJ1I4D8N0IX8' where id=9; -update noar tt set b2='XPFUETP3' where id=9; -update noar ti set b2='XPFUETP3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AQKVGZ6XDYVP' where id=1; -update noar ti set v0='AQKVGZ6XDYVP' where id=1; -update noar tt set b0='RBDJUEY5' where id=1; -update noar ti set b0='RBDJUEY5' where id=1; -update noar tt set v0='CQT4S9WM3IQUH3V40V4BW51WM' where id=1; -update noar ti set v0='CQT4S9WM3IQUH3V40V4BW51WM' where id=1; -update noar tt set b1='UQD5Y83TYJAJKZBJHMR171ZLSM' where id=1; -update noar ti set b1='UQD5Y83TYJAJKZBJHMR171ZLSM' where id=1; -update noar tt set v0='52K1R59WZ76P2GNL' where id=1; -update noar ti set v0='52K1R59WZ76P2GNL' where id=1; -update noar tt set b2='28RU6X7TPTCVKG8UMNFF36P' where id=1; -update noar ti set b2='28RU6X7TPTCVKG8UMNFF36P' where id=1; -update noar tt set v0='36AINGN9ZBYYFONO3JMRVXK4' where id=2; -update noar ti set v0='36AINGN9ZBYYFONO3JMRVXK4' where id=2; -update noar tt set b0='YIYS3UU6H' where id=2; -update noar ti set b0='YIYS3UU6H' where id=2; -update noar tt set v0='M1SYAHOU0961UPPGEXP' where id=2; -update noar ti set v0='M1SYAHOU0961UPPGEXP' where id=2; -update noar tt set b1='TJ81E5JY0X7XZJCDIE' where id=2; -update noar ti set b1='TJ81E5JY0X7XZJCDIE' where id=2; -update noar tt set v0='LG0TMT' where id=2; -update noar ti set v0='LG0TMT' where id=2; -update noar tt set b2='07ITRA1Y' where id=2; -update noar ti set b2='07ITRA1Y' where id=2; -update noar tt set v0='68XHZKEH98X4TKD' where id=3; -update noar ti set v0='68XHZKEH98X4TKD' where id=3; -update noar tt set b0='Q1X1SSM4P' where id=3; -update noar ti set b0='Q1X1SSM4P' where id=3; -update noar tt set v0='BHUGLWAG9IM' where id=3; -update noar ti set v0='BHUGLWAG9IM' where id=3; -update noar tt set b1='OR1TW6KTV4R7LM' where id=3; -update noar ti set b1='OR1TW6KTV4R7LM' where id=3; -update noar tt set v0='0361U4' where id=3; -update noar ti set v0='0361U4' where id=3; -update noar tt set b2='IH732A3V2MGGAGU8KKA8W' where id=3; -update noar ti set b2='IH732A3V2MGGAGU8KKA8W' where id=3; -update noar tt set v0='11EH8WAD5X0C6D8L3I3S' where id=4; -update noar ti set v0='11EH8WAD5X0C6D8L3I3S' where id=4; -update noar tt set b0='QVW7DDBC5' where id=4; -update noar ti set b0='QVW7DDBC5' where id=4; -update noar tt set v0='J0VYFHP35ATPVPKTCTJA9T2MQ09SW2' where id=4; -update noar ti set v0='J0VYFHP35ATPVPKTCTJA9T2MQ09SW2' where id=4; -update noar tt set b1='NHRQEPGF65BAAFBM317QIHWZ5T' where id=4; -update noar ti set b1='NHRQEPGF65BAAFBM317QIHWZ5T' where id=4; -update noar tt set v0='G0WOKPSIH2WJM2KP74CNE4VG64DD7MKT' where id=4; -update noar ti set v0='G0WOKPSIH2WJM2KP74CNE4VG64DD7MKT' where id=4; -update noar tt set b2='2UREJR0VTFHVY1Y8BW' where id=4; -update noar ti set b2='2UREJR0VTFHVY1Y8BW' where id=4; -update noar tt set v0='PEIABRO5VVBGRX2L556BFPJCC' where id=5; -update noar ti set v0='PEIABRO5VVBGRX2L556BFPJCC' where id=5; -update noar tt set b0='S0N67UTCBDKPWZLX0' where id=5; -update noar ti set b0='S0N67UTCBDKPWZLX0' where id=5; -update noar tt set v0='6Y6RNTSBC74' where id=5; -update noar ti set v0='6Y6RNTSBC74' where id=5; -update noar tt set b1='2JOF0P' where id=5; -update noar ti set b1='2JOF0P' where id=5; -update noar tt set v0='O9VXISL7JSAS2SA4VVS37CTC' where id=5; -update noar ti set v0='O9VXISL7JSAS2SA4VVS37CTC' where id=5; -update noar tt set b2='IAXLA99RXUBLC266TWBAMA5WHDXAA2ZD' where id=5; -update noar ti set b2='IAXLA99RXUBLC266TWBAMA5WHDXAA2ZD' where id=5; -update noar tt set v0='306AFPW' where id=6; -update noar ti set v0='306AFPW' where id=6; -update noar tt set b0='N5CP6VWDJJ9Y2JEJUPASJECMTXU6AMF' where id=6; -update noar ti set b0='N5CP6VWDJJ9Y2JEJUPASJECMTXU6AMF' where id=6; -update noar tt set v0='K1LM42BJW3EZWKU6' where id=6; -update noar ti set v0='K1LM42BJW3EZWKU6' where id=6; -update noar tt set b1='A3T7DGBY857NX1S' where id=6; -update noar ti set b1='A3T7DGBY857NX1S' where id=6; -update noar tt set v0='2U14QTNCNU2' where id=6; -update noar ti set v0='2U14QTNCNU2' where id=6; -update noar tt set b2='Z5BKVUHN6EDLVIT7UT9TUJK3' where id=6; -update noar ti set b2='Z5BKVUHN6EDLVIT7UT9TUJK3' where id=6; -update noar tt set v0='Q39KXSZKKW6W7ZVV' where id=7; -update noar ti set v0='Q39KXSZKKW6W7ZVV' where id=7; -update noar tt set b0='DY7E0' where id=7; -update noar ti set b0='DY7E0' where id=7; -update noar tt set v0='BP02QLIKA3GSK9IBRM0O4YI1' where id=7; -update noar ti set v0='BP02QLIKA3GSK9IBRM0O4YI1' where id=7; -update noar tt set b1='JZWJW34TDPV4NDSPK59L6' where id=7; -update noar ti set b1='JZWJW34TDPV4NDSPK59L6' where id=7; -update noar tt set v0='AMSO269EUQLFWBS1H6' where id=7; -update noar ti set v0='AMSO269EUQLFWBS1H6' where id=7; -update noar tt set b2='PSOXACLVZFR1LKX4LE7WIUSHWCS6U6R8' where id=7; -update noar ti set b2='PSOXACLVZFR1LKX4LE7WIUSHWCS6U6R8' where id=7; -update noar tt set v0='NF1976' where id=8; -update noar ti set v0='NF1976' where id=8; -update noar tt set b0='L2ADQY8GAIKROUZW74NATT7HE3CW6YC' where id=8; -update noar ti set b0='L2ADQY8GAIKROUZW74NATT7HE3CW6YC' where id=8; -update noar tt set v0='25E7C4AMBKJ6Q' where id=8; -update noar ti set v0='25E7C4AMBKJ6Q' where id=8; -update noar tt set b1='DAX' where id=8; -update noar ti set b1='DAX' where id=8; -update noar tt set v0='2BF186R9DC15VUHUZ4IWAICEQT' where id=8; -update noar ti set v0='2BF186R9DC15VUHUZ4IWAICEQT' where id=8; -update noar tt set b2='IETXCKKXSE81ZDM04A4V5J13PH' where id=8; -update noar ti set b2='IETXCKKXSE81ZDM04A4V5J13PH' where id=8; -update noar tt set v0='LC3OYXYDW26M0QJ8RC2F2' where id=9; -update noar ti set v0='LC3OYXYDW26M0QJ8RC2F2' where id=9; -update noar tt set b0='MOA1WS3U3YSSLT05' where id=9; -update noar ti set b0='MOA1WS3U3YSSLT05' where id=9; -update noar tt set v0='DFO4RL9FOZ9BW6TYMP58GSJJW6' where id=9; -update noar ti set v0='DFO4RL9FOZ9BW6TYMP58GSJJW6' where id=9; -update noar tt set b1='Z5HQE' where id=9; -update noar ti set b1='Z5HQE' where id=9; -update noar tt set v0='AFB3ADFRP7H' where id=9; -update noar ti set v0='AFB3ADFRP7H' where id=9; -update noar tt set b2='YLQTW6457I0M05Y5A4NZG6KE' where id=9; -update noar ti set b2='YLQTW6457I0M05Y5A4NZG6KE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1QFLEOZY95V7GPXG' where id=1; -update noar ti set v0='1QFLEOZY95V7GPXG' where id=1; -update noar tt set b0='5N8T3FBDVP3D54MDD8VDP' where id=1; -update noar ti set b0='5N8T3FBDVP3D54MDD8VDP' where id=1; -update noar tt set v0='ES2HN9AFEBGV' where id=1; -update noar ti set v0='ES2HN9AFEBGV' where id=1; -update noar tt set b1='65WISW1WR30DZZN2OX' where id=1; -update noar ti set b1='65WISW1WR30DZZN2OX' where id=1; -update noar tt set v0='XEQRFC411G4VTSM0' where id=1; -update noar ti set v0='XEQRFC411G4VTSM0' where id=1; -update noar tt set b2='HBCU' where id=1; -update noar ti set b2='HBCU' where id=1; -update noar tt set v0='GEBTNO62' where id=2; -update noar ti set v0='GEBTNO62' where id=2; -update noar tt set b0='VZE9RJMBAWUF81G' where id=2; -update noar ti set b0='VZE9RJMBAWUF81G' where id=2; -update noar tt set v0='H3F3473K1OJG3FJG18' where id=2; -update noar ti set v0='H3F3473K1OJG3FJG18' where id=2; -update noar tt set b1='SNERJMZOPU' where id=2; -update noar ti set b1='SNERJMZOPU' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='U6' where id=2; -update noar ti set b2='U6' where id=2; -update noar tt set v0='XXQVK9YR491UB0WIM0A2' where id=3; -update noar ti set v0='XXQVK9YR491UB0WIM0A2' where id=3; -update noar tt set b0='XJYZLCRXTR02LGTY4G' where id=3; -update noar ti set b0='XJYZLCRXTR02LGTY4G' where id=3; -update noar tt set v0='V4NMM9TEVFDH5OQ5C8Q05B' where id=3; -update noar ti set v0='V4NMM9TEVFDH5OQ5C8Q05B' where id=3; -update noar tt set b1='YYSUSK7XQJ' where id=3; -update noar ti set b1='YYSUSK7XQJ' where id=3; -update noar tt set v0='L7ZD' where id=3; -update noar ti set v0='L7ZD' where id=3; -update noar tt set b2='NCDYVN0FZ95CJU2O25H9M433RZYYZ' where id=3; -update noar ti set b2='NCDYVN0FZ95CJU2O25H9M433RZYYZ' where id=3; -update noar tt set v0='O7N' where id=4; -update noar ti set v0='O7N' where id=4; -update noar tt set b0='V68GBFWGO496QSP6TRUVUKQNVC' where id=4; -update noar ti set b0='V68GBFWGO496QSP6TRUVUKQNVC' where id=4; -update noar tt set v0='C55665A2VZVF' where id=4; -update noar ti set v0='C55665A2VZVF' where id=4; -update noar tt set b1='SHNHOWL5ZEAWGT57WH5MC' where id=4; -update noar ti set b1='SHNHOWL5ZEAWGT57WH5MC' where id=4; -update noar tt set v0='ILANGQBVR0U' where id=4; -update noar ti set v0='ILANGQBVR0U' where id=4; -update noar tt set b2='IGIUA0GJ9' where id=4; -update noar ti set b2='IGIUA0GJ9' where id=4; -update noar tt set v0='PM9L27OCD0NDFID' where id=5; -update noar ti set v0='PM9L27OCD0NDFID' where id=5; -update noar tt set b0='W3PD8K8' where id=5; -update noar ti set b0='W3PD8K8' where id=5; -update noar tt set v0='5QKI33GKH9DZVQZ' where id=5; -update noar ti set v0='5QKI33GKH9DZVQZ' where id=5; -update noar tt set b1='AORLPK' where id=5; -update noar ti set b1='AORLPK' where id=5; -update noar tt set v0='8AHJM7ONR1IGKZYSV89NC3WDY86FD1XG' where id=5; -update noar ti set v0='8AHJM7ONR1IGKZYSV89NC3WDY86FD1XG' where id=5; -update noar tt set b2='VGJUULSPU0B2' where id=5; -update noar ti set b2='VGJUULSPU0B2' where id=5; -update noar tt set v0='SOGNKNK0JTPD' where id=6; -update noar ti set v0='SOGNKNK0JTPD' where id=6; -update noar tt set b0='O' where id=6; -update noar ti set b0='O' where id=6; -update noar tt set v0='VGR7K16GHINUZDF97K' where id=6; -update noar ti set v0='VGR7K16GHINUZDF97K' where id=6; -update noar tt set b1='T924XEYY82I00GBQ4PHMY9KT3U188' where id=6; -update noar ti set b1='T924XEYY82I00GBQ4PHMY9KT3U188' where id=6; -update noar tt set v0='R76CM1FLVLG' where id=6; -update noar ti set v0='R76CM1FLVLG' where id=6; -update noar tt set b2='9W2K46LUBPULEUD2JHZNDBP1A39X0W' where id=6; -update noar ti set b2='9W2K46LUBPULEUD2JHZNDBP1A39X0W' where id=6; -update noar tt set v0='7PAW' where id=7; -update noar ti set v0='7PAW' where id=7; -update noar tt set b0='RB7HX7LZ0DO7V2H5RMPI' where id=7; -update noar ti set b0='RB7HX7LZ0DO7V2H5RMPI' where id=7; -update noar tt set v0='N2QDKTNJD6B' where id=7; -update noar ti set v0='N2QDKTNJD6B' where id=7; -update noar tt set b1='JIQB3SIBSFD1FRJZM6MD9IP8WM' where id=7; -update noar ti set b1='JIQB3SIBSFD1FRJZM6MD9IP8WM' where id=7; -update noar tt set v0='7XYRR9DB0P8ROJOQEK40HF' where id=7; -update noar ti set v0='7XYRR9DB0P8ROJOQEK40HF' where id=7; -update noar tt set b2='6UYR1QXWADW9P0V' where id=7; -update noar ti set b2='6UYR1QXWADW9P0V' where id=7; -update noar tt set v0='HX8KNLP6SQTLK8YIAD' where id=8; -update noar ti set v0='HX8KNLP6SQTLK8YIAD' where id=8; -update noar tt set b0='5QF1XQY8EEFN5V4AS7OXBQJREBSL9157' where id=8; -update noar ti set b0='5QF1XQY8EEFN5V4AS7OXBQJREBSL9157' where id=8; -update noar tt set v0='5S3RPTKS8623Q9CCIDTOA3O9JXDQD' where id=8; -update noar ti set v0='5S3RPTKS8623Q9CCIDTOA3O9JXDQD' where id=8; -update noar tt set b1='TCVWWZXMSNRC6B9MPP' where id=8; -update noar ti set b1='TCVWWZXMSNRC6B9MPP' where id=8; -update noar tt set v0='TXXCDN4SCMU79E' where id=8; -update noar ti set v0='TXXCDN4SCMU79E' where id=8; -update noar tt set b2='990E4IXCJKWENKUSTQL1NMFLS0HU4ZMG' where id=8; -update noar ti set b2='990E4IXCJKWENKUSTQL1NMFLS0HU4ZMG' where id=8; -update noar tt set v0='QH3JA7DFIKS8FX3G' where id=9; -update noar ti set v0='QH3JA7DFIKS8FX3G' where id=9; -update noar tt set b0='3UBRY77M38VEDTJJD6CSQ5OIG95T6' where id=9; -update noar ti set b0='3UBRY77M38VEDTJJD6CSQ5OIG95T6' where id=9; -update noar tt set v0='ZHNJMTJJNOGV82IWLWDB19AW9H2OFT0B' where id=9; -update noar ti set v0='ZHNJMTJJNOGV82IWLWDB19AW9H2OFT0B' where id=9; -update noar tt set b1='GO0ONIGKPY267V3UN3IP6S9' where id=9; -update noar ti set b1='GO0ONIGKPY267V3UN3IP6S9' where id=9; -update noar tt set v0='3B5Q7PIB4T2' where id=9; -update noar ti set v0='3B5Q7PIB4T2' where id=9; -update noar tt set b2='ATKB1B' where id=9; -update noar ti set b2='ATKB1B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OI7J12' where id=1; -update noar ti set v0='OI7J12' where id=1; -update noar tt set b0='L2H2X0Q65JS27' where id=1; -update noar ti set b0='L2H2X0Q65JS27' where id=1; -update noar tt set v0='KG' where id=1; -update noar ti set v0='KG' where id=1; -update noar tt set b1='CURZAL8QB5H1I7CVQCMXRW4O' where id=1; -update noar ti set b1='CURZAL8QB5H1I7CVQCMXRW4O' where id=1; -update noar tt set v0='Y8ZTRWBC4711' where id=1; -update noar ti set v0='Y8ZTRWBC4711' where id=1; -update noar tt set b2='MTZ1GXBKO8OT70JR7' where id=1; -update noar ti set b2='MTZ1GXBKO8OT70JR7' where id=1; -update noar tt set v0='9II7AO8CJZ0IK9EH' where id=2; -update noar ti set v0='9II7AO8CJZ0IK9EH' where id=2; -update noar tt set b0='SZUCK76WLQH5Y6VMV546G50KH0251H9B' where id=2; -update noar ti set b0='SZUCK76WLQH5Y6VMV546G50KH0251H9B' where id=2; -update noar tt set v0='1LPE3' where id=2; -update noar ti set v0='1LPE3' where id=2; -update noar tt set b1='SQCT' where id=2; -update noar ti set b1='SQCT' where id=2; -update noar tt set v0='LOHJ0T' where id=2; -update noar ti set v0='LOHJ0T' where id=2; -update noar tt set b2='6VNDAK651XOCRRXG8J8WHXY2' where id=2; -update noar ti set b2='6VNDAK651XOCRRXG8J8WHXY2' where id=2; -update noar tt set v0='O1A9LK789AAVXFTZ2OTM' where id=3; -update noar ti set v0='O1A9LK789AAVXFTZ2OTM' where id=3; -update noar tt set b0='ZAB81UFY4Y62I5L1V' where id=3; -update noar ti set b0='ZAB81UFY4Y62I5L1V' where id=3; -update noar tt set v0='Y4AMEX5NGPS7YYPM8AKV0P3TQJ3U1D' where id=3; -update noar ti set v0='Y4AMEX5NGPS7YYPM8AKV0P3TQJ3U1D' where id=3; -update noar tt set b1='5N4EHOOG7S7MPJI0100TAILLME6' where id=3; -update noar ti set b1='5N4EHOOG7S7MPJI0100TAILLME6' where id=3; -update noar tt set v0='O' where id=3; -update noar ti set v0='O' where id=3; -update noar tt set b2='NA4BCU1Z2' where id=3; -update noar ti set b2='NA4BCU1Z2' where id=3; -update noar tt set v0='AOTVEXN0CF7VRDIDW64TV0H' where id=4; -update noar ti set v0='AOTVEXN0CF7VRDIDW64TV0H' where id=4; -update noar tt set b0='ALA3NK7N8WC7GP2CBRI7CX1V3' where id=4; -update noar ti set b0='ALA3NK7N8WC7GP2CBRI7CX1V3' where id=4; -update noar tt set v0='AR5KO486K' where id=4; -update noar ti set v0='AR5KO486K' where id=4; -update noar tt set b1='RCR3YKANN' where id=4; -update noar ti set b1='RCR3YKANN' where id=4; -update noar tt set v0='TLGJC19GVS6SLFK1O' where id=4; -update noar ti set v0='TLGJC19GVS6SLFK1O' where id=4; -update noar tt set b2='X3J231' where id=4; -update noar ti set b2='X3J231' where id=4; -update noar tt set v0='QMM8LAQS' where id=5; -update noar ti set v0='QMM8LAQS' where id=5; -update noar tt set b0='J2E7NVBTONPU6V425LE' where id=5; -update noar ti set b0='J2E7NVBTONPU6V425LE' where id=5; -update noar tt set v0='3EZNJ2PFM27PC1P26I9VODKBABQ0E9YW' where id=5; -update noar ti set v0='3EZNJ2PFM27PC1P26I9VODKBABQ0E9YW' where id=5; -update noar tt set b1='W2HSFYASIJKDGOUBVXFQMFNZ' where id=5; -update noar ti set b1='W2HSFYASIJKDGOUBVXFQMFNZ' where id=5; -update noar tt set v0='ZQSOMD43GFMFGJJ' where id=5; -update noar ti set v0='ZQSOMD43GFMFGJJ' where id=5; -update noar tt set b2='I6SI6YPOEPLT3GHC9707EM0FGVY' where id=5; -update noar ti set b2='I6SI6YPOEPLT3GHC9707EM0FGVY' where id=5; -update noar tt set v0='8MRACZEDAMCELBDHMVHGOPDR6XNVQXRK' where id=6; -update noar ti set v0='8MRACZEDAMCELBDHMVHGOPDR6XNVQXRK' where id=6; -update noar tt set b0='4ZEO72K7O4V37WKJB3J0QZ' where id=6; -update noar ti set b0='4ZEO72K7O4V37WKJB3J0QZ' where id=6; -update noar tt set v0='2K2LPBHY5XRWRFB64VF3RC7NPU' where id=6; -update noar ti set v0='2K2LPBHY5XRWRFB64VF3RC7NPU' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='2RUM' where id=6; -update noar ti set v0='2RUM' where id=6; -update noar tt set b2='8Y' where id=6; -update noar ti set b2='8Y' where id=6; -update noar tt set v0='2AHJ44M79LR' where id=7; -update noar ti set v0='2AHJ44M79LR' where id=7; -update noar tt set b0='B3QRQU6XO' where id=7; -update noar ti set b0='B3QRQU6XO' where id=7; -update noar tt set v0='ZQMAN6W9DQO' where id=7; -update noar ti set v0='ZQMAN6W9DQO' where id=7; -update noar tt set b1='V78MZZW3CQBX0BZY' where id=7; -update noar ti set b1='V78MZZW3CQBX0BZY' where id=7; -update noar tt set v0='LJFDJPSEHKCBR1UQMLJC' where id=7; -update noar ti set v0='LJFDJPSEHKCBR1UQMLJC' where id=7; -update noar tt set b2='Y4DKDBXP7CN1XAH4G' where id=7; -update noar ti set b2='Y4DKDBXP7CN1XAH4G' where id=7; -update noar tt set v0='IK7AZ5XBBROYQ8F4IOC129ZJ' where id=8; -update noar ti set v0='IK7AZ5XBBROYQ8F4IOC129ZJ' where id=8; -update noar tt set b0='XT' where id=8; -update noar ti set b0='XT' where id=8; -update noar tt set v0='CTTTOX4FXK9Y3034TS4E7IDHKC' where id=8; -update noar ti set v0='CTTTOX4FXK9Y3034TS4E7IDHKC' where id=8; -update noar tt set b1='5UIAANG50UDRGFN' where id=8; -update noar ti set b1='5UIAANG50UDRGFN' where id=8; -update noar tt set v0='G' where id=8; -update noar ti set v0='G' where id=8; -update noar tt set b2='B' where id=8; -update noar ti set b2='B' where id=8; -update noar tt set v0='8TG7Z7T1' where id=9; -update noar ti set v0='8TG7Z7T1' where id=9; -update noar tt set b0='RDNYBT9KF8LK3CQ3OSZ' where id=9; -update noar ti set b0='RDNYBT9KF8LK3CQ3OSZ' where id=9; -update noar tt set v0='SAURT414' where id=9; -update noar ti set v0='SAURT414' where id=9; -update noar tt set b1='1UCRL3PWIYG' where id=9; -update noar ti set b1='1UCRL3PWIYG' where id=9; -update noar tt set v0='WJ3DK1' where id=9; -update noar ti set v0='WJ3DK1' where id=9; -update noar tt set b2='NYAZJ5HH60OQ3DS05LEXNKHDA2KH' where id=9; -update noar ti set b2='NYAZJ5HH60OQ3DS05LEXNKHDA2KH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL08ND7Q6DMT3OHAN0JXSEN' where id=1; -update noar ti set v0='HL08ND7Q6DMT3OHAN0JXSEN' where id=1; -update noar tt set b0='DP58QF' where id=1; -update noar ti set b0='DP58QF' where id=1; -update noar tt set v0='TOBFDTZ' where id=1; -update noar ti set v0='TOBFDTZ' where id=1; -update noar tt set b1='C0T1VR7XJY2I5TZPSAWH6QP5SY5C' where id=1; -update noar ti set b1='C0T1VR7XJY2I5TZPSAWH6QP5SY5C' where id=1; -update noar tt set v0='O6M533' where id=1; -update noar ti set v0='O6M533' where id=1; -update noar tt set b2='J1QCYXJOTCHW2TG6ER49E3I8' where id=1; -update noar ti set b2='J1QCYXJOTCHW2TG6ER49E3I8' where id=1; -update noar tt set v0='1MLG4QUYLS5' where id=2; -update noar ti set v0='1MLG4QUYLS5' where id=2; -update noar tt set b0='JIZF' where id=2; -update noar ti set b0='JIZF' where id=2; -update noar tt set v0='KKZH' where id=2; -update noar ti set v0='KKZH' where id=2; -update noar tt set b1='VTY' where id=2; -update noar ti set b1='VTY' where id=2; -update noar tt set v0='JCIDR0Q' where id=2; -update noar ti set v0='JCIDR0Q' where id=2; -update noar tt set b2='AY783DZSX' where id=2; -update noar ti set b2='AY783DZSX' where id=2; -update noar tt set v0='G77SF9DW3V' where id=3; -update noar ti set v0='G77SF9DW3V' where id=3; -update noar tt set b0='W7AKNMEO8ZQRM2HAUI' where id=3; -update noar ti set b0='W7AKNMEO8ZQRM2HAUI' where id=3; -update noar tt set v0='GP2RCDN95RFE6Q2FORET3BQBUT' where id=3; -update noar ti set v0='GP2RCDN95RFE6Q2FORET3BQBUT' where id=3; -update noar tt set b1='QQ' where id=3; -update noar ti set b1='QQ' where id=3; -update noar tt set v0='DUXLNXEO' where id=3; -update noar ti set v0='DUXLNXEO' where id=3; -update noar tt set b2='IOXMLUCCUWG9190X' where id=3; -update noar ti set b2='IOXMLUCCUWG9190X' where id=3; -update noar tt set v0='2M8TGMTYRAE35B' where id=4; -update noar ti set v0='2M8TGMTYRAE35B' where id=4; -update noar tt set b0='P367R1OG' where id=4; -update noar ti set b0='P367R1OG' where id=4; -update noar tt set v0='DLUXSXJ' where id=4; -update noar ti set v0='DLUXSXJ' where id=4; -update noar tt set b1='A6DTY8XI3DO6K68I8SPJQD8HNL03K1' where id=4; -update noar ti set b1='A6DTY8XI3DO6K68I8SPJQD8HNL03K1' where id=4; -update noar tt set v0='RG49W6MANVB1NFRV1AKRGV3YGPC83' where id=4; -update noar ti set v0='RG49W6MANVB1NFRV1AKRGV3YGPC83' where id=4; -update noar tt set b2='UX7K28G' where id=4; -update noar ti set b2='UX7K28G' where id=4; -update noar tt set v0='R' where id=5; -update noar ti set v0='R' where id=5; -update noar tt set b0='DG27ZCOVM9WQGA' where id=5; -update noar ti set b0='DG27ZCOVM9WQGA' where id=5; -update noar tt set v0='GEBFAD60Z40LU0OB' where id=5; -update noar ti set v0='GEBFAD60Z40LU0OB' where id=5; -update noar tt set b1='0VDD84SRRGSAKPR6ZD3IJUKSG4' where id=5; -update noar ti set b1='0VDD84SRRGSAKPR6ZD3IJUKSG4' where id=5; -update noar tt set v0='V0MW93JK1OBS0OHC1KL' where id=5; -update noar ti set v0='V0MW93JK1OBS0OHC1KL' where id=5; -update noar tt set b2='WGV3M79OBFRIF18PO3STY4AU3T' where id=5; -update noar ti set b2='WGV3M79OBFRIF18PO3STY4AU3T' where id=5; -update noar tt set v0='X3RM6OE32' where id=6; -update noar ti set v0='X3RM6OE32' where id=6; -update noar tt set b0='PTODADEPHDB9D54DN5' where id=6; -update noar ti set b0='PTODADEPHDB9D54DN5' where id=6; -update noar tt set v0='YTUW1SVWSWCLJ143I20FL07EI0B5N' where id=6; -update noar ti set v0='YTUW1SVWSWCLJ143I20FL07EI0B5N' where id=6; -update noar tt set b1='565W558WPQ6KE3RZ5IXDHDPO' where id=6; -update noar ti set b1='565W558WPQ6KE3RZ5IXDHDPO' where id=6; -update noar tt set v0='TYRUWQTWTTN3HXCL1G5XSKK5ZN0H' where id=6; -update noar ti set v0='TYRUWQTWTTN3HXCL1G5XSKK5ZN0H' where id=6; -update noar tt set b2='19K9FVKBRVDPD6ATLMT0' where id=6; -update noar ti set b2='19K9FVKBRVDPD6ATLMT0' where id=6; -update noar tt set v0='LBIF0X8L' where id=7; -update noar ti set v0='LBIF0X8L' where id=7; -update noar tt set b0='R1985DLV' where id=7; -update noar ti set b0='R1985DLV' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b1='FCQB1KVURQYSAFUL62ZDAC9E' where id=7; -update noar ti set b1='FCQB1KVURQYSAFUL62ZDAC9E' where id=7; -update noar tt set v0='L' where id=7; -update noar ti set v0='L' where id=7; -update noar tt set b2='J9POC94SSMTFZEY15Z' where id=7; -update noar ti set b2='J9POC94SSMTFZEY15Z' where id=7; -update noar tt set v0='0' where id=8; -update noar ti set v0='0' where id=8; -update noar tt set b0='4UZ2QBF6D8U5ONNKYS' where id=8; -update noar ti set b0='4UZ2QBF6D8U5ONNKYS' where id=8; -update noar tt set v0='E6POTG7BV3AWLSIYQKE' where id=8; -update noar ti set v0='E6POTG7BV3AWLSIYQKE' where id=8; -update noar tt set b1='6E1CXYETZS2L7' where id=8; -update noar ti set b1='6E1CXYETZS2L7' where id=8; -update noar tt set v0='Z855OK' where id=8; -update noar ti set v0='Z855OK' where id=8; -update noar tt set b2='M5C40FOV3EWMCRAN6O5RCM8P6H8' where id=8; -update noar ti set b2='M5C40FOV3EWMCRAN6O5RCM8P6H8' where id=8; -update noar tt set v0='LG8FIZK5SBLSHGYRXPZBOL96MI' where id=9; -update noar ti set v0='LG8FIZK5SBLSHGYRXPZBOL96MI' where id=9; -update noar tt set b0='Z3OSHXRBIJKE5WE01HGXZV' where id=9; -update noar ti set b0='Z3OSHXRBIJKE5WE01HGXZV' where id=9; -update noar tt set v0='NF2FK5MYMCVES2EAXB5C4D40T' where id=9; -update noar ti set v0='NF2FK5MYMCVES2EAXB5C4D40T' where id=9; -update noar tt set b1='S3ZSV00T' where id=9; -update noar ti set b1='S3ZSV00T' where id=9; -update noar tt set v0='TWVUKPSZ3Y8HF42O' where id=9; -update noar ti set v0='TWVUKPSZ3Y8HF42O' where id=9; -update noar tt set b2='LH02L19SD27935X7SNF' where id=9; -update noar ti set b2='LH02L19SD27935X7SNF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='037BSCOD6UAEM5LDNURR' where id=1; -update noar ti set v0='037BSCOD6UAEM5LDNURR' where id=1; -update noar tt set b0='4YW3JEUTBJ1D4VHHA7QT9' where id=1; -update noar ti set b0='4YW3JEUTBJ1D4VHHA7QT9' where id=1; -update noar tt set v0='15Z94IRR19WZMA2NHVX1AULREG5L9J8' where id=1; -update noar ti set v0='15Z94IRR19WZMA2NHVX1AULREG5L9J8' where id=1; -update noar tt set b1='W7Z1RXA3ZTUBXYHNA' where id=1; -update noar ti set b1='W7Z1RXA3ZTUBXYHNA' where id=1; -update noar tt set v0='GZ1WBPP8PO7834SJKRADPAUBUJZ' where id=1; -update noar ti set v0='GZ1WBPP8PO7834SJKRADPAUBUJZ' where id=1; -update noar tt set b2='X9USN1N' where id=1; -update noar ti set b2='X9USN1N' where id=1; -update noar tt set v0='DK3OYIWLRKOX5CKZVFQ2TGE8AD' where id=2; -update noar ti set v0='DK3OYIWLRKOX5CKZVFQ2TGE8AD' where id=2; -update noar tt set b0='R5QHA0UTZKDO99Y2ETN0SQT9Q3' where id=2; -update noar ti set b0='R5QHA0UTZKDO99Y2ETN0SQT9Q3' where id=2; -update noar tt set v0='9OL0HBZOGLM13CZRIRDOJOZ1KU9' where id=2; -update noar ti set v0='9OL0HBZOGLM13CZRIRDOJOZ1KU9' where id=2; -update noar tt set b1='8Y33' where id=2; -update noar ti set b1='8Y33' where id=2; -update noar tt set v0='NK45G6F9KE5BE9C855NZ8S' where id=2; -update noar ti set v0='NK45G6F9KE5BE9C855NZ8S' where id=2; -update noar tt set b2='2IGA' where id=2; -update noar ti set b2='2IGA' where id=2; -update noar tt set v0='B67ULN' where id=3; -update noar ti set v0='B67ULN' where id=3; -update noar tt set b0='AF20HMLSZZFY' where id=3; -update noar ti set b0='AF20HMLSZZFY' where id=3; -update noar tt set v0='EL2LYNNMTGW6Z93QJ9B4C' where id=3; -update noar ti set v0='EL2LYNNMTGW6Z93QJ9B4C' where id=3; -update noar tt set b1='303BQITLZ9XIYWUU4L' where id=3; -update noar ti set b1='303BQITLZ9XIYWUU4L' where id=3; -update noar tt set v0='P9' where id=3; -update noar ti set v0='P9' where id=3; -update noar tt set b2='MO77HNMLFU1Q4SLEOTNH' where id=3; -update noar ti set b2='MO77HNMLFU1Q4SLEOTNH' where id=3; -update noar tt set v0='QSUWI3N' where id=4; -update noar ti set v0='QSUWI3N' where id=4; -update noar tt set b0='NROB647Y21JP6ZG8PS2H0PRA2E5FJJ0' where id=4; -update noar ti set b0='NROB647Y21JP6ZG8PS2H0PRA2E5FJJ0' where id=4; -update noar tt set v0='8J' where id=4; -update noar ti set v0='8J' where id=4; -update noar tt set b1='JBZHI9II7Y6YJE3QGWDOMAWW' where id=4; -update noar ti set b1='JBZHI9II7Y6YJE3QGWDOMAWW' where id=4; -update noar tt set v0='SXFNP56G12R0VV' where id=4; -update noar ti set v0='SXFNP56G12R0VV' where id=4; -update noar tt set b2='0J0FS6GRE5QLSG2CP2D93NNEH6AH' where id=4; -update noar ti set b2='0J0FS6GRE5QLSG2CP2D93NNEH6AH' where id=4; -update noar tt set v0='9PXH' where id=5; -update noar ti set v0='9PXH' where id=5; -update noar tt set b0='QZMT5GN9E' where id=5; -update noar ti set b0='QZMT5GN9E' where id=5; -update noar tt set v0='46G0EW2JW00712HPI' where id=5; -update noar ti set v0='46G0EW2JW00712HPI' where id=5; -update noar tt set b1='2TGWA4XA1LPIHAZ2819IK' where id=5; -update noar ti set b1='2TGWA4XA1LPIHAZ2819IK' where id=5; -update noar tt set v0='M2YNH389JT9C6D' where id=5; -update noar ti set v0='M2YNH389JT9C6D' where id=5; -update noar tt set b2='W' where id=5; -update noar ti set b2='W' where id=5; -update noar tt set v0='A8VH18SOSSTZC1I22OU8JZ6PTLEI3M' where id=6; -update noar ti set v0='A8VH18SOSSTZC1I22OU8JZ6PTLEI3M' where id=6; -update noar tt set b0='LQD9' where id=6; -update noar ti set b0='LQD9' where id=6; -update noar tt set v0='AZLK9SC06349JCTZHOZK1O0RM1ATWSDF' where id=6; -update noar ti set v0='AZLK9SC06349JCTZHOZK1O0RM1ATWSDF' where id=6; -update noar tt set b1='IK' where id=6; -update noar ti set b1='IK' where id=6; -update noar tt set v0='M4O' where id=6; -update noar ti set v0='M4O' where id=6; -update noar tt set b2='ORVTI5FU5YL0CR10PYNB1O' where id=6; -update noar ti set b2='ORVTI5FU5YL0CR10PYNB1O' where id=6; -update noar tt set v0='D8KM4C' where id=7; -update noar ti set v0='D8KM4C' where id=7; -update noar tt set b0='Q0LHBY3KXH' where id=7; -update noar ti set b0='Q0LHBY3KXH' where id=7; -update noar tt set v0='6GNDTR367H6K3N6J4SF1IK8Y' where id=7; -update noar ti set v0='6GNDTR367H6K3N6J4SF1IK8Y' where id=7; -update noar tt set b1='VNN6O2OFAPDZNMXFPZOJ' where id=7; -update noar ti set b1='VNN6O2OFAPDZNMXFPZOJ' where id=7; -update noar tt set v0='M66Z6ZUWVD8Z' where id=7; -update noar ti set v0='M66Z6ZUWVD8Z' where id=7; -update noar tt set b2='R1MUU63KRJCD0WVQ' where id=7; -update noar ti set b2='R1MUU63KRJCD0WVQ' where id=7; -update noar tt set v0='VW' where id=8; -update noar ti set v0='VW' where id=8; -update noar tt set b0='23EXKZTUHGSI2XCZJ6QC5' where id=8; -update noar ti set b0='23EXKZTUHGSI2XCZJ6QC5' where id=8; -update noar tt set v0='VM0IYDTL' where id=8; -update noar ti set v0='VM0IYDTL' where id=8; -update noar tt set b1='GHCI5XAPG83KZEFQDWCA7' where id=8; -update noar ti set b1='GHCI5XAPG83KZEFQDWCA7' where id=8; -update noar tt set v0='6W98FHZJ9VG' where id=8; -update noar ti set v0='6W98FHZJ9VG' where id=8; -update noar tt set b2='JKADCJ7TR1DYO4B9P4I' where id=8; -update noar ti set b2='JKADCJ7TR1DYO4B9P4I' where id=8; -update noar tt set v0='DJHM5O81KQ8' where id=9; -update noar ti set v0='DJHM5O81KQ8' where id=9; -update noar tt set b0='4UEFMIAVF93HL7PWE9FRJEWS3YNZTG' where id=9; -update noar ti set b0='4UEFMIAVF93HL7PWE9FRJEWS3YNZTG' where id=9; -update noar tt set v0='WZQ82KSAFPZXW08560P0NEQK6HHE5GSP' where id=9; -update noar ti set v0='WZQ82KSAFPZXW08560P0NEQK6HHE5GSP' where id=9; -update noar tt set b1='ZUY6KSNP80OXP4L4HZDY' where id=9; -update noar ti set b1='ZUY6KSNP80OXP4L4HZDY' where id=9; -update noar tt set v0='PLNEBEM31RDO2VK9QLN0I7MDZ' where id=9; -update noar ti set v0='PLNEBEM31RDO2VK9QLN0I7MDZ' where id=9; -update noar tt set b2='Q9I731ITHUFZM2INAGWF7' where id=9; -update noar ti set b2='Q9I731ITHUFZM2INAGWF7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C42GOAGO' where id=1; -update noar ti set v0='C42GOAGO' where id=1; -update noar tt set b0='HN4WLXTY' where id=1; -update noar ti set b0='HN4WLXTY' where id=1; -update noar tt set v0='RH90QRFRIR83WY2C' where id=1; -update noar ti set v0='RH90QRFRIR83WY2C' where id=1; -update noar tt set b1='3B3T5GL6QCLKMR12FV7QJJLO7F' where id=1; -update noar ti set b1='3B3T5GL6QCLKMR12FV7QJJLO7F' where id=1; -update noar tt set v0='R02MJE6VKFBHN' where id=1; -update noar ti set v0='R02MJE6VKFBHN' where id=1; -update noar tt set b2='EVPJ1NGLYQ8MSPRRW0KEE9LQ' where id=1; -update noar ti set b2='EVPJ1NGLYQ8MSPRRW0KEE9LQ' where id=1; -update noar tt set v0='U33E21IEBDSBE26' where id=2; -update noar ti set v0='U33E21IEBDSBE26' where id=2; -update noar tt set b0='T7FN00HFEF7QE6ZNL4MLO9HIXYZHXB' where id=2; -update noar ti set b0='T7FN00HFEF7QE6ZNL4MLO9HIXYZHXB' where id=2; -update noar tt set v0='VFRBHOKTJTZ3FVZUYQI49LEO0KRZKA' where id=2; -update noar ti set v0='VFRBHOKTJTZ3FVZUYQI49LEO0KRZKA' where id=2; -update noar tt set b1='FE5WO0GZ24DV50CQUYH6ER' where id=2; -update noar ti set b1='FE5WO0GZ24DV50CQUYH6ER' where id=2; -update noar tt set v0='1D8H0' where id=2; -update noar ti set v0='1D8H0' where id=2; -update noar tt set b2='2RJ4C' where id=2; -update noar ti set b2='2RJ4C' where id=2; -update noar tt set v0='H6ZSWP2SY6LY7' where id=3; -update noar ti set v0='H6ZSWP2SY6LY7' where id=3; -update noar tt set b0='4L0WJMP0J' where id=3; -update noar ti set b0='4L0WJMP0J' where id=3; -update noar tt set v0='0782FAFVBIYP' where id=3; -update noar ti set v0='0782FAFVBIYP' where id=3; -update noar tt set b1='A' where id=3; -update noar ti set b1='A' where id=3; -update noar tt set v0='4SJ3C724XCY2OO6ZAKL2' where id=3; -update noar ti set v0='4SJ3C724XCY2OO6ZAKL2' where id=3; -update noar tt set b2='AI25R77LVHKWCJ5IT90OHAEGB0HFP' where id=3; -update noar ti set b2='AI25R77LVHKWCJ5IT90OHAEGB0HFP' where id=3; -update noar tt set v0='IP2PHUURA9TG2BYRSIXHN69VCR4' where id=4; -update noar ti set v0='IP2PHUURA9TG2BYRSIXHN69VCR4' where id=4; -update noar tt set b0='7ZKWYQM855KDNU0' where id=4; -update noar ti set b0='7ZKWYQM855KDNU0' where id=4; -update noar tt set v0='8TFKU3MM1UCNXO15' where id=4; -update noar ti set v0='8TFKU3MM1UCNXO15' where id=4; -update noar tt set b1='XOL13FKECZXFKXDTJVSN91MRZT' where id=4; -update noar ti set b1='XOL13FKECZXFKXDTJVSN91MRZT' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='VC5PVJIQ0QZBPB4M602' where id=4; -update noar ti set b2='VC5PVJIQ0QZBPB4M602' where id=4; -update noar tt set v0='7IBXIAIYOMS0NEBK5QZSEHHP39J' where id=5; -update noar ti set v0='7IBXIAIYOMS0NEBK5QZSEHHP39J' where id=5; -update noar tt set b0='SSLR2AGMFPWOGIW15HQE' where id=5; -update noar ti set b0='SSLR2AGMFPWOGIW15HQE' where id=5; -update noar tt set v0='PG98BQTP' where id=5; -update noar ti set v0='PG98BQTP' where id=5; -update noar tt set b1='VJG5N8LIIMQ73NVRRU' where id=5; -update noar ti set b1='VJG5N8LIIMQ73NVRRU' where id=5; -update noar tt set v0='SCWX0YJFYQ9RJGWC13IG' where id=5; -update noar ti set v0='SCWX0YJFYQ9RJGWC13IG' where id=5; -update noar tt set b2='0REQYL6GMWRWVDU9GE' where id=5; -update noar ti set b2='0REQYL6GMWRWVDU9GE' where id=5; -update noar tt set v0='0ZOBV9YX' where id=6; -update noar ti set v0='0ZOBV9YX' where id=6; -update noar tt set b0='0MZZ2XV18L' where id=6; -update noar ti set b0='0MZZ2XV18L' where id=6; -update noar tt set v0='TGCUTH6145YS7' where id=6; -update noar ti set v0='TGCUTH6145YS7' where id=6; -update noar tt set b1='0YN7LFXSSES7FEHT4PFVV97Y0QU' where id=6; -update noar ti set b1='0YN7LFXSSES7FEHT4PFVV97Y0QU' where id=6; -update noar tt set v0='LYT0TI8TMD98EL3OCBNBJ774E6CAY51' where id=6; -update noar ti set v0='LYT0TI8TMD98EL3OCBNBJ774E6CAY51' where id=6; -update noar tt set b2='5HV9RBXVH1BPMRVU6ASD8J05ILORL' where id=6; -update noar ti set b2='5HV9RBXVH1BPMRVU6ASD8J05ILORL' where id=6; -update noar tt set v0='W26' where id=7; -update noar ti set v0='W26' where id=7; -update noar tt set b0='WUAVE5EXZ' where id=7; -update noar ti set b0='WUAVE5EXZ' where id=7; -update noar tt set v0='R14ATCQNG2MM8NAW2NM5PDSCOY' where id=7; -update noar ti set v0='R14ATCQNG2MM8NAW2NM5PDSCOY' where id=7; -update noar tt set b1='F08J9BB5D2C7708NZ05I5139R9N' where id=7; -update noar ti set b1='F08J9BB5D2C7708NZ05I5139R9N' where id=7; -update noar tt set v0='48NJAGD6GQMUK6VF3T8VJ' where id=7; -update noar ti set v0='48NJAGD6GQMUK6VF3T8VJ' where id=7; -update noar tt set b2='8SLDH' where id=7; -update noar ti set b2='8SLDH' where id=7; -update noar tt set v0='90WO80HNX4KHRGVLJ3T9' where id=8; -update noar ti set v0='90WO80HNX4KHRGVLJ3T9' where id=8; -update noar tt set b0='30XHF9SZ17MVI35B95ZVJRSLI' where id=8; -update noar ti set b0='30XHF9SZ17MVI35B95ZVJRSLI' where id=8; -update noar tt set v0='ZXOJZJIBRCUSDKQDDVR' where id=8; -update noar ti set v0='ZXOJZJIBRCUSDKQDDVR' where id=8; -update noar tt set b1='IV3M432DY0OK8ICM8P6BSPK' where id=8; -update noar ti set b1='IV3M432DY0OK8ICM8P6BSPK' where id=8; -update noar tt set v0='UXPRYKZRYDP0WQHCTDPBX9DJTD' where id=8; -update noar ti set v0='UXPRYKZRYDP0WQHCTDPBX9DJTD' where id=8; -update noar tt set b2='UMOL55ZDX9P3SMMKIYSFJRGC57C8YCL' where id=8; -update noar ti set b2='UMOL55ZDX9P3SMMKIYSFJRGC57C8YCL' where id=8; -update noar tt set v0='8Y0WO' where id=9; -update noar ti set v0='8Y0WO' where id=9; -update noar tt set b0='JEGB8G10FA01Y1NR2' where id=9; -update noar ti set b0='JEGB8G10FA01Y1NR2' where id=9; -update noar tt set v0='YF6E1B64NLQCTXNBNNXE6LVRLK62GKH8' where id=9; -update noar ti set v0='YF6E1B64NLQCTXNBNNXE6LVRLK62GKH8' where id=9; -update noar tt set b1='6UXFHBXAJ66' where id=9; -update noar ti set b1='6UXFHBXAJ66' where id=9; -update noar tt set v0='1R17PH0MGTJO0Y0IQ4EZW' where id=9; -update noar ti set v0='1R17PH0MGTJO0Y0IQ4EZW' where id=9; -update noar tt set b2='61MNMCQS6KD' where id=9; -update noar ti set b2='61MNMCQS6KD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9RS28RMI8FV3XJ8ABG' where id=1; -update noar ti set v0='9RS28RMI8FV3XJ8ABG' where id=1; -update noar tt set b0='BZX6RZKXAZHRXW4FGY4L' where id=1; -update noar ti set b0='BZX6RZKXAZHRXW4FGY4L' where id=1; -update noar tt set v0='Q1B7M163EEEXWA7QH51PWXMF55FXM' where id=1; -update noar ti set v0='Q1B7M163EEEXWA7QH51PWXMF55FXM' where id=1; -update noar tt set b1='9LHC55YZ9508WHEGXP4LZ6IHMYKG6KTY' where id=1; -update noar ti set b1='9LHC55YZ9508WHEGXP4LZ6IHMYKG6KTY' where id=1; -update noar tt set v0='ODGERP7Z4RL2I8QNJ9FT5OQK' where id=1; -update noar ti set v0='ODGERP7Z4RL2I8QNJ9FT5OQK' where id=1; -update noar tt set b2='OKG' where id=1; -update noar ti set b2='OKG' where id=1; -update noar tt set v0='SXNPWX7JCVHVDTDGNHP' where id=2; -update noar ti set v0='SXNPWX7JCVHVDTDGNHP' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='9' where id=2; -update noar ti set v0='9' where id=2; -update noar tt set b1='PDI0PNQTRKI1T56O8FBQAPZU9B' where id=2; -update noar ti set b1='PDI0PNQTRKI1T56O8FBQAPZU9B' where id=2; -update noar tt set v0='G2KKSDJN70FFTWQ3IQIPD6G8HZYGX' where id=2; -update noar ti set v0='G2KKSDJN70FFTWQ3IQIPD6G8HZYGX' where id=2; -update noar tt set b2='3DYCLBKT780I4D7GTQ5EPS2ZO5G7' where id=2; -update noar ti set b2='3DYCLBKT780I4D7GTQ5EPS2ZO5G7' where id=2; -update noar tt set v0='SCZOV67Y12P3H05HLPXTQWU2V1XC' where id=3; -update noar ti set v0='SCZOV67Y12P3H05HLPXTQWU2V1XC' where id=3; -update noar tt set b0='VFSCFM6UDB20W3C4C3X3H' where id=3; -update noar ti set b0='VFSCFM6UDB20W3C4C3X3H' where id=3; -update noar tt set v0='ZKS8CC0X7569A0IZ4AAKVGTIH3W2' where id=3; -update noar ti set v0='ZKS8CC0X7569A0IZ4AAKVGTIH3W2' where id=3; -update noar tt set b1='R30VRG7J5C4' where id=3; -update noar ti set b1='R30VRG7J5C4' where id=3; -update noar tt set v0='XSKMNRK7CDE8L7TUMG4ZB4IJQ' where id=3; -update noar ti set v0='XSKMNRK7CDE8L7TUMG4ZB4IJQ' where id=3; -update noar tt set b2='CN1IU44OUU4' where id=3; -update noar ti set b2='CN1IU44OUU4' where id=3; -update noar tt set v0='RCXYR8IC6XO9FMKFSHAXGSO6GRU' where id=4; -update noar ti set v0='RCXYR8IC6XO9FMKFSHAXGSO6GRU' where id=4; -update noar tt set b0='QUPEP6FCRTGAB5J2S7STT6K5EP4LRF' where id=4; -update noar ti set b0='QUPEP6FCRTGAB5J2S7STT6K5EP4LRF' where id=4; -update noar tt set v0='JHT9YYT07VE105BB58HCT' where id=4; -update noar ti set v0='JHT9YYT07VE105BB58HCT' where id=4; -update noar tt set b1='8RIYAFXTRB6MPG4ASFCHSWO1E6' where id=4; -update noar ti set b1='8RIYAFXTRB6MPG4ASFCHSWO1E6' where id=4; -update noar tt set v0='YM4WEQ19IMB92L876C6I0M82EGICZ' where id=4; -update noar ti set v0='YM4WEQ19IMB92L876C6I0M82EGICZ' where id=4; -update noar tt set b2='YZ4FUSYJPAXNS0D5SQKHWDBOU8' where id=4; -update noar ti set b2='YZ4FUSYJPAXNS0D5SQKHWDBOU8' where id=4; -update noar tt set v0='3CMWWGZ814VCI1FNGENS14CG' where id=5; -update noar ti set v0='3CMWWGZ814VCI1FNGENS14CG' where id=5; -update noar tt set b0='OH' where id=5; -update noar ti set b0='OH' where id=5; -update noar tt set v0='92LZBFM4CX90FKE4' where id=5; -update noar ti set v0='92LZBFM4CX90FKE4' where id=5; -update noar tt set b1='KX6' where id=5; -update noar ti set b1='KX6' where id=5; -update noar tt set v0='FVE272YWOB4B9V5WQ4E' where id=5; -update noar ti set v0='FVE272YWOB4B9V5WQ4E' where id=5; -update noar tt set b2='0OE' where id=5; -update noar ti set b2='0OE' where id=5; -update noar tt set v0='78IGGTMKJ' where id=6; -update noar ti set v0='78IGGTMKJ' where id=6; -update noar tt set b0='K05EWZ5D8FH' where id=6; -update noar ti set b0='K05EWZ5D8FH' where id=6; -update noar tt set v0='06YMKXNIV2V267E4STPLV5' where id=6; -update noar ti set v0='06YMKXNIV2V267E4STPLV5' where id=6; -update noar tt set b1='J1P507ATNGWP173LGF6B9MDVB0U6B0VC' where id=6; -update noar ti set b1='J1P507ATNGWP173LGF6B9MDVB0U6B0VC' where id=6; -update noar tt set v0='UUMKNRYHYIA0QKROO9Y238S6I' where id=6; -update noar ti set v0='UUMKNRYHYIA0QKROO9Y238S6I' where id=6; -update noar tt set b2='98AQGQKPWEGMCZQ4LZ' where id=6; -update noar ti set b2='98AQGQKPWEGMCZQ4LZ' where id=6; -update noar tt set v0='BGKM5YOE222Z4IN0PZPKZHLBO3GT0V76' where id=7; -update noar ti set v0='BGKM5YOE222Z4IN0PZPKZHLBO3GT0V76' where id=7; -update noar tt set b0='SCP57762NEZA2W16RJV10IX7QG29ME' where id=7; -update noar ti set b0='SCP57762NEZA2W16RJV10IX7QG29ME' where id=7; -update noar tt set v0='VJKJ' where id=7; -update noar ti set v0='VJKJ' where id=7; -update noar tt set b1='0FHCBD20XLCPYL' where id=7; -update noar ti set b1='0FHCBD20XLCPYL' where id=7; -update noar tt set v0='NQCJIQ5C18AFPZCJM5Z' where id=7; -update noar ti set v0='NQCJIQ5C18AFPZCJM5Z' where id=7; -update noar tt set b2='0AGMRCKUS4JU7BPIM5BB83ERIRQLLT' where id=7; -update noar ti set b2='0AGMRCKUS4JU7BPIM5BB83ERIRQLLT' where id=7; -update noar tt set v0='WCCB23VS' where id=8; -update noar ti set v0='WCCB23VS' where id=8; -update noar tt set b0='8FEI66J3P5MM7LAVVZCTKHU' where id=8; -update noar ti set b0='8FEI66J3P5MM7LAVVZCTKHU' where id=8; -update noar tt set v0='LSJPD3FMY6QU4TIQW' where id=8; -update noar ti set v0='LSJPD3FMY6QU4TIQW' where id=8; -update noar tt set b1='E84TBAO4LBA15TKDSUXD8' where id=8; -update noar ti set b1='E84TBAO4LBA15TKDSUXD8' where id=8; -update noar tt set v0='SJQ2FOI81BZY8DF2Y4S' where id=8; -update noar ti set v0='SJQ2FOI81BZY8DF2Y4S' where id=8; -update noar tt set b2='Q4AWTOP19YC1RF2' where id=8; -update noar ti set b2='Q4AWTOP19YC1RF2' where id=8; -update noar tt set v0='F2CMRQXJ7L2OBOARXJJS6FJ7K' where id=9; -update noar ti set v0='F2CMRQXJ7L2OBOARXJJS6FJ7K' where id=9; -update noar tt set b0='UXQ72ZJ1OL3D83U1J1TX30UB' where id=9; -update noar ti set b0='UXQ72ZJ1OL3D83U1J1TX30UB' where id=9; -update noar tt set v0='7D4N1BVA5UMHJLC7Y5ELXUBONSBEV3CI' where id=9; -update noar ti set v0='7D4N1BVA5UMHJLC7Y5ELXUBONSBEV3CI' where id=9; -update noar tt set b1='K7A253B9V9B' where id=9; -update noar ti set b1='K7A253B9V9B' where id=9; -update noar tt set v0='SWHHS1X89YUT4P' where id=9; -update noar ti set v0='SWHHS1X89YUT4P' where id=9; -update noar tt set b2='5LDJHY07T' where id=9; -update noar ti set b2='5LDJHY07T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FTSNLX48FPC3Z59GRC00S3IWI8FOW8' where id=1; -update noar ti set v0='FTSNLX48FPC3Z59GRC00S3IWI8FOW8' where id=1; -update noar tt set b0='CBUDFPIL6G97OCZCTSFDPHLY' where id=1; -update noar ti set b0='CBUDFPIL6G97OCZCTSFDPHLY' where id=1; -update noar tt set v0='8VMHYNNDLEIF65WOEO2T' where id=1; -update noar ti set v0='8VMHYNNDLEIF65WOEO2T' where id=1; -update noar tt set b1='NIO9XQ' where id=1; -update noar ti set b1='NIO9XQ' where id=1; -update noar tt set v0='2WOFGZ7JB97UO1GPBYWEDWUYLE97A' where id=1; -update noar ti set v0='2WOFGZ7JB97UO1GPBYWEDWUYLE97A' where id=1; -update noar tt set b2='MX2CD2IYFNDUS5QL3SY1CQ5ZRWJ1BX' where id=1; -update noar ti set b2='MX2CD2IYFNDUS5QL3SY1CQ5ZRWJ1BX' where id=1; -update noar tt set v0='TWYXVR' where id=2; -update noar ti set v0='TWYXVR' where id=2; -update noar tt set b0='3DW7WN0SXKSZIMSVV' where id=2; -update noar ti set b0='3DW7WN0SXKSZIMSVV' where id=2; -update noar tt set v0='WOPYJ5ZTU7GBTV17' where id=2; -update noar ti set v0='WOPYJ5ZTU7GBTV17' where id=2; -update noar tt set b1='73L1459XU3O' where id=2; -update noar ti set b1='73L1459XU3O' where id=2; -update noar tt set v0='5A6EB' where id=2; -update noar ti set v0='5A6EB' where id=2; -update noar tt set b2='KNW8GW9MO644GJXEZVZ66NUO0D' where id=2; -update noar ti set b2='KNW8GW9MO644GJXEZVZ66NUO0D' where id=2; -update noar tt set v0='9X' where id=3; -update noar ti set v0='9X' where id=3; -update noar tt set b0='BR2YZKECOQ1DQ3U4JQSU0H40XGD89HT4' where id=3; -update noar ti set b0='BR2YZKECOQ1DQ3U4JQSU0H40XGD89HT4' where id=3; -update noar tt set v0='E317U' where id=3; -update noar ti set v0='E317U' where id=3; -update noar tt set b1='3SUXST' where id=3; -update noar ti set b1='3SUXST' where id=3; -update noar tt set v0='5JRFR7I9' where id=3; -update noar ti set v0='5JRFR7I9' where id=3; -update noar tt set b2='D8U6CDS' where id=3; -update noar ti set b2='D8U6CDS' where id=3; -update noar tt set v0='ZLTAFG8XKFQXLYXG4UXEFUGCP0L' where id=4; -update noar ti set v0='ZLTAFG8XKFQXLYXG4UXEFUGCP0L' where id=4; -update noar tt set b0='VX1YO3X13EDJX8USCGL9C8' where id=4; -update noar ti set b0='VX1YO3X13EDJX8USCGL9C8' where id=4; -update noar tt set v0='GWWGOFU9BJYVAK2JI9WKB1ODOJ0W5Y1' where id=4; -update noar ti set v0='GWWGOFU9BJYVAK2JI9WKB1ODOJ0W5Y1' where id=4; -update noar tt set b1='VKD6KSPB' where id=4; -update noar ti set b1='VKD6KSPB' where id=4; -update noar tt set v0='8YEQTSKBU2FWTO' where id=4; -update noar ti set v0='8YEQTSKBU2FWTO' where id=4; -update noar tt set b2='BGBHO7HM8U4F1OSBNASQDM2GIKLK3A0U' where id=4; -update noar ti set b2='BGBHO7HM8U4F1OSBNASQDM2GIKLK3A0U' where id=4; -update noar tt set v0='ALG' where id=5; -update noar ti set v0='ALG' where id=5; -update noar tt set b0='F4X' where id=5; -update noar ti set b0='F4X' where id=5; -update noar tt set v0='HGRTD2CA7KC' where id=5; -update noar ti set v0='HGRTD2CA7KC' where id=5; -update noar tt set b1='5M0ML18KQBLF35WRC' where id=5; -update noar ti set b1='5M0ML18KQBLF35WRC' where id=5; -update noar tt set v0='P5RMTMLEQEDBKCQKVP2C20' where id=5; -update noar ti set v0='P5RMTMLEQEDBKCQKVP2C20' where id=5; -update noar tt set b2='HE' where id=5; -update noar ti set b2='HE' where id=5; -update noar tt set v0='3H2WY7SZ65L' where id=6; -update noar ti set v0='3H2WY7SZ65L' where id=6; -update noar tt set b0='IT0M7CAWNCAKWVWOZSM6DYHH3P' where id=6; -update noar ti set b0='IT0M7CAWNCAKWVWOZSM6DYHH3P' where id=6; -update noar tt set v0='RB5HMOK29MILNHN2OSEYLUPPP4H' where id=6; -update noar ti set v0='RB5HMOK29MILNHN2OSEYLUPPP4H' where id=6; -update noar tt set b1='ZDXD5Y5U0LSXDM39KPJ62BSF0MI' where id=6; -update noar ti set b1='ZDXD5Y5U0LSXDM39KPJ62BSF0MI' where id=6; -update noar tt set v0='COT1BBYWGSTDATDQ4F1' where id=6; -update noar ti set v0='COT1BBYWGSTDATDQ4F1' where id=6; -update noar tt set b2='3IAST7R5MWTOR44ZGIF' where id=6; -update noar ti set b2='3IAST7R5MWTOR44ZGIF' where id=6; -update noar tt set v0='M' where id=7; -update noar ti set v0='M' where id=7; -update noar tt set b0='9D' where id=7; -update noar ti set b0='9D' where id=7; -update noar tt set v0='YL2DP77HVMK26RKN' where id=7; -update noar ti set v0='YL2DP77HVMK26RKN' where id=7; -update noar tt set b1='LG4KK022RYACFBWG3ZQH72Y7OG' where id=7; -update noar ti set b1='LG4KK022RYACFBWG3ZQH72Y7OG' where id=7; -update noar tt set v0='U6PVA70E7LPNVWS7FCZDWBDBLGEO' where id=7; -update noar ti set v0='U6PVA70E7LPNVWS7FCZDWBDBLGEO' where id=7; -update noar tt set b2='DXC34V' where id=7; -update noar ti set b2='DXC34V' where id=7; -update noar tt set v0='4NWU5HFSQBMVL0K54XJV4' where id=8; -update noar ti set v0='4NWU5HFSQBMVL0K54XJV4' where id=8; -update noar tt set b0='LXCZAUC2L4RM13NA70PW' where id=8; -update noar ti set b0='LXCZAUC2L4RM13NA70PW' where id=8; -update noar tt set v0='4PRBAPDWA' where id=8; -update noar ti set v0='4PRBAPDWA' where id=8; -update noar tt set b1='UMGIE5XK7MOTSYHEHHZTGJ1' where id=8; -update noar ti set b1='UMGIE5XK7MOTSYHEHHZTGJ1' where id=8; -update noar tt set v0='LFZX38DXDO0NIT' where id=8; -update noar ti set v0='LFZX38DXDO0NIT' where id=8; -update noar tt set b2='M3K4TLSYY5XJKOU6VAQSD55C' where id=8; -update noar ti set b2='M3K4TLSYY5XJKOU6VAQSD55C' where id=8; -update noar tt set v0='UXB1LCVR0U045R8Q1PXHUZKCZMPEJO' where id=9; -update noar ti set v0='UXB1LCVR0U045R8Q1PXHUZKCZMPEJO' where id=9; -update noar tt set b0='BY' where id=9; -update noar ti set b0='BY' where id=9; -update noar tt set v0='B1NMD9UAFP7JVAIEDD' where id=9; -update noar ti set v0='B1NMD9UAFP7JVAIEDD' where id=9; -update noar tt set b1='143KXIY2AV73KDRZP76CD57' where id=9; -update noar ti set b1='143KXIY2AV73KDRZP76CD57' where id=9; -update noar tt set v0='O6YTPMGO8C8T2ZJ6TL4WK3KV0HSFQ' where id=9; -update noar ti set v0='O6YTPMGO8C8T2ZJ6TL4WK3KV0HSFQ' where id=9; -update noar tt set b2='Q6YARMIVCGLZ44BFH9' where id=9; -update noar ti set b2='Q6YARMIVCGLZ44BFH9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9EP71TJU73HKT5T30J2ZS8G2YXNAF' where id=1; -update noar ti set v0='9EP71TJU73HKT5T30J2ZS8G2YXNAF' where id=1; -update noar tt set b0='OX4N3QZ' where id=1; -update noar ti set b0='OX4N3QZ' where id=1; -update noar tt set v0='GR5GL4A1P9HOJSSI72XFN7Y43Z' where id=1; -update noar ti set v0='GR5GL4A1P9HOJSSI72XFN7Y43Z' where id=1; -update noar tt set b1='61D7POE3DH44KZRLFBXHX1P55B317EPX' where id=1; -update noar ti set b1='61D7POE3DH44KZRLFBXHX1P55B317EPX' where id=1; -update noar tt set v0='KUOSAQTI4ABBG2G9XCAB0FVAAGQ' where id=1; -update noar ti set v0='KUOSAQTI4ABBG2G9XCAB0FVAAGQ' where id=1; -update noar tt set b2='ORBA85WI0PUKLF00D3Q' where id=1; -update noar ti set b2='ORBA85WI0PUKLF00D3Q' where id=1; -update noar tt set v0='2XJSKST1WXO1Y' where id=2; -update noar ti set v0='2XJSKST1WXO1Y' where id=2; -update noar tt set b0='1CCD5E' where id=2; -update noar ti set b0='1CCD5E' where id=2; -update noar tt set v0='GFRXM5Q' where id=2; -update noar ti set v0='GFRXM5Q' where id=2; -update noar tt set b1='NL6U52NRV8' where id=2; -update noar ti set b1='NL6U52NRV8' where id=2; -update noar tt set v0='Q43S6HH4MNGO2VHWO9YR' where id=2; -update noar ti set v0='Q43S6HH4MNGO2VHWO9YR' where id=2; -update noar tt set b2='7EQWXQFWAZBKN' where id=2; -update noar ti set b2='7EQWXQFWAZBKN' where id=2; -update noar tt set v0='79RFKXOTL' where id=3; -update noar ti set v0='79RFKXOTL' where id=3; -update noar tt set b0='WTIMW24TP7I' where id=3; -update noar ti set b0='WTIMW24TP7I' where id=3; -update noar tt set v0='ELXQDU7CJAATSGK060LTLYQ' where id=3; -update noar ti set v0='ELXQDU7CJAATSGK060LTLYQ' where id=3; -update noar tt set b1='8SPYN6TFKGZ7ZA9XJ' where id=3; -update noar ti set b1='8SPYN6TFKGZ7ZA9XJ' where id=3; -update noar tt set v0='47ZAOIW5T4A42WJA4KISBUA5PL' where id=3; -update noar ti set v0='47ZAOIW5T4A42WJA4KISBUA5PL' where id=3; -update noar tt set b2='5GK3R97EGZKGSZFVA2N' where id=3; -update noar ti set b2='5GK3R97EGZKGSZFVA2N' where id=3; -update noar tt set v0='3OFTVEMAJFPFD84' where id=4; -update noar ti set v0='3OFTVEMAJFPFD84' where id=4; -update noar tt set b0='LD8XBJNMTKYX05' where id=4; -update noar ti set b0='LD8XBJNMTKYX05' where id=4; -update noar tt set v0='9UEGUHFUI4XGU255JCPSJW1VHDMWA' where id=4; -update noar ti set v0='9UEGUHFUI4XGU255JCPSJW1VHDMWA' where id=4; -update noar tt set b1='72U93SWVMQI6Q8K5HKBVB3LSYZMJU9F' where id=4; -update noar ti set b1='72U93SWVMQI6Q8K5HKBVB3LSYZMJU9F' where id=4; -update noar tt set v0='KNM88YL' where id=4; -update noar ti set v0='KNM88YL' where id=4; -update noar tt set b2='OG5IMCGVAXVF0E338CVH3JFGLQ' where id=4; -update noar ti set b2='OG5IMCGVAXVF0E338CVH3JFGLQ' where id=4; -update noar tt set v0='BF3LIFMQS7TD5MQWI7AXQ' where id=5; -update noar ti set v0='BF3LIFMQS7TD5MQWI7AXQ' where id=5; -update noar tt set b0='KT475U6FTQ3XR' where id=5; -update noar ti set b0='KT475U6FTQ3XR' where id=5; -update noar tt set v0='LVAY6YGCJJ0' where id=5; -update noar ti set v0='LVAY6YGCJJ0' where id=5; -update noar tt set b1='3JB476R7U1DUP97R' where id=5; -update noar ti set b1='3JB476R7U1DUP97R' where id=5; -update noar tt set v0='R3CB1GDQKTC6YSE0OSRH12QGJ4HD' where id=5; -update noar ti set v0='R3CB1GDQKTC6YSE0OSRH12QGJ4HD' where id=5; -update noar tt set b2='P4YX' where id=5; -update noar ti set b2='P4YX' where id=5; -update noar tt set v0='51VF6SUAHRQXG4HNUYFL1' where id=6; -update noar ti set v0='51VF6SUAHRQXG4HNUYFL1' where id=6; -update noar tt set b0='MBCKD91X' where id=6; -update noar ti set b0='MBCKD91X' where id=6; -update noar tt set v0='03PEHCGE6UVUI4905IXSR' where id=6; -update noar ti set v0='03PEHCGE6UVUI4905IXSR' where id=6; -update noar tt set b1='R59' where id=6; -update noar ti set b1='R59' where id=6; -update noar tt set v0='EYRVSM7TRBGC' where id=6; -update noar ti set v0='EYRVSM7TRBGC' where id=6; -update noar tt set b2='21FMKLL3QGXMHM3FDG' where id=6; -update noar ti set b2='21FMKLL3QGXMHM3FDG' where id=6; -update noar tt set v0='7AL01Y16PL8XI66ZQH3GKND42QF357' where id=7; -update noar ti set v0='7AL01Y16PL8XI66ZQH3GKND42QF357' where id=7; -update noar tt set b0='4CN7Y4WFF5JHJFCTJHLQ' where id=7; -update noar ti set b0='4CN7Y4WFF5JHJFCTJHLQ' where id=7; -update noar tt set v0='H99GE2OPVIJKUCLD' where id=7; -update noar ti set v0='H99GE2OPVIJKUCLD' where id=7; -update noar tt set b1='1NRK0WK98' where id=7; -update noar ti set b1='1NRK0WK98' where id=7; -update noar tt set v0='UWZTGH2XOT45Q0IUYSCY1' where id=7; -update noar ti set v0='UWZTGH2XOT45Q0IUYSCY1' where id=7; -update noar tt set b2='G4GZ4PBOYK7FS9O181I8F1A' where id=7; -update noar ti set b2='G4GZ4PBOYK7FS9O181I8F1A' where id=7; -update noar tt set v0='89MMK4CRYCK' where id=8; -update noar ti set v0='89MMK4CRYCK' where id=8; -update noar tt set b0='PTN65PFD87EFYCBME7YY0DR7Y2C8F0' where id=8; -update noar ti set b0='PTN65PFD87EFYCBME7YY0DR7Y2C8F0' where id=8; -update noar tt set v0='TZSXY1' where id=8; -update noar ti set v0='TZSXY1' where id=8; -update noar tt set b1='3' where id=8; -update noar ti set b1='3' where id=8; -update noar tt set v0='BTA4UXKGGNH0P54DA5SW2629OTM3' where id=8; -update noar ti set v0='BTA4UXKGGNH0P54DA5SW2629OTM3' where id=8; -update noar tt set b2='MUB1EKPITPMWVOH1QQZ3SR4D' where id=8; -update noar ti set b2='MUB1EKPITPMWVOH1QQZ3SR4D' where id=8; -update noar tt set v0='XP1Y3BIE4L0E' where id=9; -update noar ti set v0='XP1Y3BIE4L0E' where id=9; -update noar tt set b0='UUAHHACS7KK1RVSNWGX0XOJW03N' where id=9; -update noar ti set b0='UUAHHACS7KK1RVSNWGX0XOJW03N' where id=9; -update noar tt set v0='K9H6PGY9HJ' where id=9; -update noar ti set v0='K9H6PGY9HJ' where id=9; -update noar tt set b1='KDHDJTCIV25LY6OW6D4KEXSC' where id=9; -update noar ti set b1='KDHDJTCIV25LY6OW6D4KEXSC' where id=9; -update noar tt set v0='4DXN4LW' where id=9; -update noar ti set v0='4DXN4LW' where id=9; -update noar tt set b2='09IPJ7O62MUZINSQW3X4' where id=9; -update noar ti set b2='09IPJ7O62MUZINSQW3X4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YD' where id=1; -update noar ti set v0='YD' where id=1; -update noar tt set b0='JKKP2PL7WTT4A' where id=1; -update noar ti set b0='JKKP2PL7WTT4A' where id=1; -update noar tt set v0='NDSE90YJG2N2Y' where id=1; -update noar ti set v0='NDSE90YJG2N2Y' where id=1; -update noar tt set b1='EDSVO' where id=1; -update noar ti set b1='EDSVO' where id=1; -update noar tt set v0='LC3RVYFJGOXYE7K' where id=1; -update noar ti set v0='LC3RVYFJGOXYE7K' where id=1; -update noar tt set b2='TD2T' where id=1; -update noar ti set b2='TD2T' where id=1; -update noar tt set v0='NZ8' where id=2; -update noar ti set v0='NZ8' where id=2; -update noar tt set b0='OJ' where id=2; -update noar ti set b0='OJ' where id=2; -update noar tt set v0='KL8573' where id=2; -update noar ti set v0='KL8573' where id=2; -update noar tt set b1='1KF8ONUVJ9QGHESI4F3CH' where id=2; -update noar ti set b1='1KF8ONUVJ9QGHESI4F3CH' where id=2; -update noar tt set v0='LQLXIURUB45BFZUL4L103HQ29VCF2H' where id=2; -update noar ti set v0='LQLXIURUB45BFZUL4L103HQ29VCF2H' where id=2; -update noar tt set b2='0WSUSP6VZTDXP3' where id=2; -update noar ti set b2='0WSUSP6VZTDXP3' where id=2; -update noar tt set v0='6104383MNNBXXQ7G4D4BA5DJ2H' where id=3; -update noar ti set v0='6104383MNNBXXQ7G4D4BA5DJ2H' where id=3; -update noar tt set b0='R3SKHJ0K91VB8BVCDTOU' where id=3; -update noar ti set b0='R3SKHJ0K91VB8BVCDTOU' where id=3; -update noar tt set v0='ZMRU4860W2' where id=3; -update noar ti set v0='ZMRU4860W2' where id=3; -update noar tt set b1='9H0J8S9NNQTVAMWMBV1D' where id=3; -update noar ti set b1='9H0J8S9NNQTVAMWMBV1D' where id=3; -update noar tt set v0='8H' where id=3; -update noar ti set v0='8H' where id=3; -update noar tt set b2='B6BA0OQTNZFBS' where id=3; -update noar ti set b2='B6BA0OQTNZFBS' where id=3; -update noar tt set v0='WVW7D0CXPQKP0NSIECODW5FF16J' where id=4; -update noar ti set v0='WVW7D0CXPQKP0NSIECODW5FF16J' where id=4; -update noar tt set b0='BG9JZ5NLGWSCLR0MT0ORZ1W' where id=4; -update noar ti set b0='BG9JZ5NLGWSCLR0MT0ORZ1W' where id=4; -update noar tt set v0='8D2CUBQKV4' where id=4; -update noar ti set v0='8D2CUBQKV4' where id=4; -update noar tt set b1='KDWYWWWJF8KL' where id=4; -update noar ti set b1='KDWYWWWJF8KL' where id=4; -update noar tt set v0='NTJU5M' where id=4; -update noar ti set v0='NTJU5M' where id=4; -update noar tt set b2='8IKTEHCHCW' where id=4; -update noar ti set b2='8IKTEHCHCW' where id=4; -update noar tt set v0='KRMXQUNAHZE' where id=5; -update noar ti set v0='KRMXQUNAHZE' where id=5; -update noar tt set b0='SD9CD19UAT' where id=5; -update noar ti set b0='SD9CD19UAT' where id=5; -update noar tt set v0='5G77M' where id=5; -update noar ti set v0='5G77M' where id=5; -update noar tt set b1='2SUORZ4NKGK3B4R325XRSRNFTXWU' where id=5; -update noar ti set b1='2SUORZ4NKGK3B4R325XRSRNFTXWU' where id=5; -update noar tt set v0='YNO0RVZ6XRE3' where id=5; -update noar ti set v0='YNO0RVZ6XRE3' where id=5; -update noar tt set b2='X' where id=5; -update noar ti set b2='X' where id=5; -update noar tt set v0='1TYAGCJUWZ1K5IYLZP65SVKYQ' where id=6; -update noar ti set v0='1TYAGCJUWZ1K5IYLZP65SVKYQ' where id=6; -update noar tt set b0='I1BBXO0FDMCF2SQA4H8N00W73SY' where id=6; -update noar ti set b0='I1BBXO0FDMCF2SQA4H8N00W73SY' where id=6; -update noar tt set v0='8E6VZGXF31M' where id=6; -update noar ti set v0='8E6VZGXF31M' where id=6; -update noar tt set b1='AGQT35MHC54PRCUZNV4LS' where id=6; -update noar ti set b1='AGQT35MHC54PRCUZNV4LS' where id=6; -update noar tt set v0='UCHUW3EWIJ' where id=6; -update noar ti set v0='UCHUW3EWIJ' where id=6; -update noar tt set b2='VX5R1OM5FESHQVLQC9JFBRYMFP0ZH3XB' where id=6; -update noar ti set b2='VX5R1OM5FESHQVLQC9JFBRYMFP0ZH3XB' where id=6; -update noar tt set v0='2C0F' where id=7; -update noar ti set v0='2C0F' where id=7; -update noar tt set b0='TH5W7UZ7MTRT52YI1AF0534C1Z7AF' where id=7; -update noar ti set b0='TH5W7UZ7MTRT52YI1AF0534C1Z7AF' where id=7; -update noar tt set v0='VFAWG' where id=7; -update noar ti set v0='VFAWG' where id=7; -update noar tt set b1='P0RXNBWKZHA' where id=7; -update noar ti set b1='P0RXNBWKZHA' where id=7; -update noar tt set v0='2NATG' where id=7; -update noar ti set v0='2NATG' where id=7; -update noar tt set b2='GPCJ2ZBQO1VCB3R' where id=7; -update noar ti set b2='GPCJ2ZBQO1VCB3R' where id=7; -update noar tt set v0='6ZXMM5T' where id=8; -update noar ti set v0='6ZXMM5T' where id=8; -update noar tt set b0='BDK4CIHZ7OD9F7CTV' where id=8; -update noar ti set b0='BDK4CIHZ7OD9F7CTV' where id=8; -update noar tt set v0='9W' where id=8; -update noar ti set v0='9W' where id=8; -update noar tt set b1='PIJIKVA51RYQKB' where id=8; -update noar ti set b1='PIJIKVA51RYQKB' where id=8; -update noar tt set v0='SB9J9HMBEF10UKA' where id=8; -update noar ti set v0='SB9J9HMBEF10UKA' where id=8; -update noar tt set b2='VTRFSXTBYR73UBHUGE1DSPTBAI8HQJ' where id=8; -update noar ti set b2='VTRFSXTBYR73UBHUGE1DSPTBAI8HQJ' where id=8; -update noar tt set v0='SF3ZDLRX0KQX2IXFNRPTH' where id=9; -update noar ti set v0='SF3ZDLRX0KQX2IXFNRPTH' where id=9; -update noar tt set b0='BB0ONZFAF2' where id=9; -update noar ti set b0='BB0ONZFAF2' where id=9; -update noar tt set v0='X9ZIMD9MVPQW' where id=9; -update noar ti set v0='X9ZIMD9MVPQW' where id=9; -update noar tt set b1='B3H7OLTI' where id=9; -update noar ti set b1='B3H7OLTI' where id=9; -update noar tt set v0='WF0SLXFB397F' where id=9; -update noar ti set v0='WF0SLXFB397F' where id=9; -update noar tt set b2='J5TEJYU3M2I5K1V0CLLRN9B' where id=9; -update noar ti set b2='J5TEJYU3M2I5K1V0CLLRN9B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7ZY2N10WJFL3W7O5QE4P7G89UUHHPY' where id=1; -update noar ti set v0='7ZY2N10WJFL3W7O5QE4P7G89UUHHPY' where id=1; -update noar tt set b0='DXU33E2O7DYWD7WWW7965P3V394UH7V' where id=1; -update noar ti set b0='DXU33E2O7DYWD7WWW7965P3V394UH7V' where id=1; -update noar tt set v0='F9IYKKFYVHOQDHB' where id=1; -update noar ti set v0='F9IYKKFYVHOQDHB' where id=1; -update noar tt set b1='FGT40NAVGIG8EEFXD' where id=1; -update noar ti set b1='FGT40NAVGIG8EEFXD' where id=1; -update noar tt set v0='4X9NAY2Q4' where id=1; -update noar ti set v0='4X9NAY2Q4' where id=1; -update noar tt set b2='7TOHMB7' where id=1; -update noar ti set b2='7TOHMB7' where id=1; -update noar tt set v0='RM2O6DRPX3FSKOL031DGXYELDHM' where id=2; -update noar ti set v0='RM2O6DRPX3FSKOL031DGXYELDHM' where id=2; -update noar tt set b0='JZ11GJZDIC8VM24SR6IUJZ0WZO11' where id=2; -update noar ti set b0='JZ11GJZDIC8VM24SR6IUJZ0WZO11' where id=2; -update noar tt set v0='3UDTOQ5Y374TFOPIJIRZNV' where id=2; -update noar ti set v0='3UDTOQ5Y374TFOPIJIRZNV' where id=2; -update noar tt set b1='NL2LU02OF0TNID16A04XWGRG' where id=2; -update noar ti set b1='NL2LU02OF0TNID16A04XWGRG' where id=2; -update noar tt set v0='D7DY7EH2CG553QHJHV5' where id=2; -update noar ti set v0='D7DY7EH2CG553QHJHV5' where id=2; -update noar tt set b2='0S9I52JNFOKSRDORSRI8JC6D1W865CX' where id=2; -update noar ti set b2='0S9I52JNFOKSRDORSRI8JC6D1W865CX' where id=2; -update noar tt set v0='P77FPAAA6F2075P35ZV08B4P' where id=3; -update noar ti set v0='P77FPAAA6F2075P35ZV08B4P' where id=3; -update noar tt set b0='XOX' where id=3; -update noar ti set b0='XOX' where id=3; -update noar tt set v0='EGAGEV7C43CD5Z5U7O' where id=3; -update noar ti set v0='EGAGEV7C43CD5Z5U7O' where id=3; -update noar tt set b1='ZMT' where id=3; -update noar ti set b1='ZMT' where id=3; -update noar tt set v0='YVL5LFTE6YABM256048GZBVMRJ5SK' where id=3; -update noar ti set v0='YVL5LFTE6YABM256048GZBVMRJ5SK' where id=3; -update noar tt set b2='83RFGIGF' where id=3; -update noar ti set b2='83RFGIGF' where id=3; -update noar tt set v0='HYOQUL7INO0GH15GRHWB9XGG5YN' where id=4; -update noar ti set v0='HYOQUL7INO0GH15GRHWB9XGG5YN' where id=4; -update noar tt set b0='DHWDSY9DYCBFJ8UECW2ONLCXJW47' where id=4; -update noar ti set b0='DHWDSY9DYCBFJ8UECW2ONLCXJW47' where id=4; -update noar tt set v0='SFW3LQ0LAFFY79UF4' where id=4; -update noar ti set v0='SFW3LQ0LAFFY79UF4' where id=4; -update noar tt set b1='Q' where id=4; -update noar ti set b1='Q' where id=4; -update noar tt set v0='4MO2IAB5HVTQ16F' where id=4; -update noar ti set v0='4MO2IAB5HVTQ16F' where id=4; -update noar tt set b2='IF4' where id=4; -update noar ti set b2='IF4' where id=4; -update noar tt set v0='W7' where id=5; -update noar ti set v0='W7' where id=5; -update noar tt set b0='Y349Y' where id=5; -update noar ti set b0='Y349Y' where id=5; -update noar tt set v0='W6C63B6WDOKKLN02ZPE384ZOWOGHJ5C' where id=5; -update noar ti set v0='W6C63B6WDOKKLN02ZPE384ZOWOGHJ5C' where id=5; -update noar tt set b1='21BWMO8C47OW8Y9M83FHKBC9COWL7R' where id=5; -update noar ti set b1='21BWMO8C47OW8Y9M83FHKBC9COWL7R' where id=5; -update noar tt set v0='5GL0F5Z9MAMRP0I1HJX' where id=5; -update noar ti set v0='5GL0F5Z9MAMRP0I1HJX' where id=5; -update noar tt set b2='AAR57DP24PV5JAXPVL4U0SAM5V' where id=5; -update noar ti set b2='AAR57DP24PV5JAXPVL4U0SAM5V' where id=5; -update noar tt set v0='WQCMIC4TVW' where id=6; -update noar ti set v0='WQCMIC4TVW' where id=6; -update noar tt set b0='G281WN097XXGNA4NHOMFTTRS13D5' where id=6; -update noar ti set b0='G281WN097XXGNA4NHOMFTTRS13D5' where id=6; -update noar tt set v0='JQPRV1S9K0X6IMIM7JFPIX47HXW' where id=6; -update noar ti set v0='JQPRV1S9K0X6IMIM7JFPIX47HXW' where id=6; -update noar tt set b1='DMMZ' where id=6; -update noar ti set b1='DMMZ' where id=6; -update noar tt set v0='35KVTIA4F1HKC' where id=6; -update noar ti set v0='35KVTIA4F1HKC' where id=6; -update noar tt set b2='F9N1' where id=6; -update noar ti set b2='F9N1' where id=6; -update noar tt set v0='PKVQ4' where id=7; -update noar ti set v0='PKVQ4' where id=7; -update noar tt set b0='01CBOANC05OQ4MRYO719IP687GRZ' where id=7; -update noar ti set b0='01CBOANC05OQ4MRYO719IP687GRZ' where id=7; -update noar tt set v0='PW0X2YDQSM8B6642EGIYY728ETZ6D1' where id=7; -update noar ti set v0='PW0X2YDQSM8B6642EGIYY728ETZ6D1' where id=7; -update noar tt set b1='44OF0D7' where id=7; -update noar ti set b1='44OF0D7' where id=7; -update noar tt set v0='CCV' where id=7; -update noar ti set v0='CCV' where id=7; -update noar tt set b2='JRWZX' where id=7; -update noar ti set b2='JRWZX' where id=7; -update noar tt set v0='ZQ9TFF53XW53AUJ2O1J7BZF3RDI92C' where id=8; -update noar ti set v0='ZQ9TFF53XW53AUJ2O1J7BZF3RDI92C' where id=8; -update noar tt set b0='OO0V1G' where id=8; -update noar ti set b0='OO0V1G' where id=8; -update noar tt set v0='V' where id=8; -update noar ti set v0='V' where id=8; -update noar tt set b1='6RZL7O0QSA' where id=8; -update noar ti set b1='6RZL7O0QSA' where id=8; -update noar tt set v0='IG7SF370IQO' where id=8; -update noar ti set v0='IG7SF370IQO' where id=8; -update noar tt set b2='F4VK' where id=8; -update noar ti set b2='F4VK' where id=8; -update noar tt set v0='AJOOR3YRNX8YB71LGMAAN6MJHV9ID' where id=9; -update noar ti set v0='AJOOR3YRNX8YB71LGMAAN6MJHV9ID' where id=9; -update noar tt set b0='8GAP83BNYJCH85P2' where id=9; -update noar ti set b0='8GAP83BNYJCH85P2' where id=9; -update noar tt set v0='T27BL1YT' where id=9; -update noar ti set v0='T27BL1YT' where id=9; -update noar tt set b1='P4LJ9MBV3AIOQ79' where id=9; -update noar ti set b1='P4LJ9MBV3AIOQ79' where id=9; -update noar tt set v0='8Y1HDDLXFBHR3EP6' where id=9; -update noar ti set v0='8Y1HDDLXFBHR3EP6' where id=9; -update noar tt set b2='PEMLQ7A2CEYAJLG9S' where id=9; -update noar ti set b2='PEMLQ7A2CEYAJLG9S' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OHILF04F60NXEJRL6F' where id=1; -update noar ti set v0='OHILF04F60NXEJRL6F' where id=1; -update noar tt set b0='C8I3P4ITSKDS8ORHDT0W9G5' where id=1; -update noar ti set b0='C8I3P4ITSKDS8ORHDT0W9G5' where id=1; -update noar tt set v0='XL10OB0' where id=1; -update noar ti set v0='XL10OB0' where id=1; -update noar tt set b1='OGP68635LUQ1KYQ8VV31LO52ISV' where id=1; -update noar ti set b1='OGP68635LUQ1KYQ8VV31LO52ISV' where id=1; -update noar tt set v0='FRU' where id=1; -update noar ti set v0='FRU' where id=1; -update noar tt set b2='JY54DILVUGLQPNSD1VSY6G' where id=1; -update noar ti set b2='JY54DILVUGLQPNSD1VSY6G' where id=1; -update noar tt set v0='4HJ1KMDM9LNE5ZSABV6C' where id=2; -update noar ti set v0='4HJ1KMDM9LNE5ZSABV6C' where id=2; -update noar tt set b0='XVB0SARTERFOSG6NJT5XAGU49V0AV' where id=2; -update noar ti set b0='XVB0SARTERFOSG6NJT5XAGU49V0AV' where id=2; -update noar tt set v0='AGIZS88F8CRH33T9OVH2O0JDRA3Q6' where id=2; -update noar ti set v0='AGIZS88F8CRH33T9OVH2O0JDRA3Q6' where id=2; -update noar tt set b1='XFUZ' where id=2; -update noar ti set b1='XFUZ' where id=2; -update noar tt set v0='WRNNPI53MB1Q5BZVUCJM90IM4M1D' where id=2; -update noar ti set v0='WRNNPI53MB1Q5BZVUCJM90IM4M1D' where id=2; -update noar tt set b2='ZUNFTPAWM8JUPD820CTVY' where id=2; -update noar ti set b2='ZUNFTPAWM8JUPD820CTVY' where id=2; -update noar tt set v0='FS2BT489HS0S2RFWMF67GR00U9IH' where id=3; -update noar ti set v0='FS2BT489HS0S2RFWMF67GR00U9IH' where id=3; -update noar tt set b0='7Z2LUM8K46K8V3AEN74DGKGNWPAE40' where id=3; -update noar ti set b0='7Z2LUM8K46K8V3AEN74DGKGNWPAE40' where id=3; -update noar tt set v0='LSO1AKTYIJJO2IA7' where id=3; -update noar ti set v0='LSO1AKTYIJJO2IA7' where id=3; -update noar tt set b1='JB' where id=3; -update noar ti set b1='JB' where id=3; -update noar tt set v0='41L7PJA1LI73S8JF1KXUE' where id=3; -update noar ti set v0='41L7PJA1LI73S8JF1KXUE' where id=3; -update noar tt set b2='QKGXEY' where id=3; -update noar ti set b2='QKGXEY' where id=3; -update noar tt set v0='3FXQ6VWJ1CSU' where id=4; -update noar ti set v0='3FXQ6VWJ1CSU' where id=4; -update noar tt set b0='R1GZA9AD76DJUBM' where id=4; -update noar ti set b0='R1GZA9AD76DJUBM' where id=4; -update noar tt set v0='RO6PR48BBWTJT' where id=4; -update noar ti set v0='RO6PR48BBWTJT' where id=4; -update noar tt set b1='DD3NLHSN3A8MQ4VKZ3N' where id=4; -update noar ti set b1='DD3NLHSN3A8MQ4VKZ3N' where id=4; -update noar tt set v0='J5C9U04KYK400MO47SA6' where id=4; -update noar ti set v0='J5C9U04KYK400MO47SA6' where id=4; -update noar tt set b2='9' where id=4; -update noar ti set b2='9' where id=4; -update noar tt set v0='LV9YVQ7Q263C26I02318HP69Y3FP2QC' where id=5; -update noar ti set v0='LV9YVQ7Q263C26I02318HP69Y3FP2QC' where id=5; -update noar tt set b0='CCE' where id=5; -update noar ti set b0='CCE' where id=5; -update noar tt set v0='IXKG3KA3GSUXAIEA438P4WBN6ITHJ5' where id=5; -update noar ti set v0='IXKG3KA3GSUXAIEA438P4WBN6ITHJ5' where id=5; -update noar tt set b1='ITV76CAQZVFQFE4VCU1HCSE3DG' where id=5; -update noar ti set b1='ITV76CAQZVFQFE4VCU1HCSE3DG' where id=5; -update noar tt set v0='8KWVNJJTY4Z86' where id=5; -update noar ti set v0='8KWVNJJTY4Z86' where id=5; -update noar tt set b2='WSTT2TG6IPKP7VVNGT' where id=5; -update noar ti set b2='WSTT2TG6IPKP7VVNGT' where id=5; -update noar tt set v0='CM' where id=6; -update noar ti set v0='CM' where id=6; -update noar tt set b0='NXIK5VOBE' where id=6; -update noar ti set b0='NXIK5VOBE' where id=6; -update noar tt set v0='GVNB6' where id=6; -update noar ti set v0='GVNB6' where id=6; -update noar tt set b1='Q99' where id=6; -update noar ti set b1='Q99' where id=6; -update noar tt set v0='AK' where id=6; -update noar ti set v0='AK' where id=6; -update noar tt set b2='DVPR4YH8FCR6YFTBG1B4BDH8IP' where id=6; -update noar ti set b2='DVPR4YH8FCR6YFTBG1B4BDH8IP' where id=6; -update noar tt set v0='EHB6BL3GYLRDONWF' where id=7; -update noar ti set v0='EHB6BL3GYLRDONWF' where id=7; -update noar tt set b0='1VT0U80Y9MD6NQ0QX5JO' where id=7; -update noar ti set b0='1VT0U80Y9MD6NQ0QX5JO' where id=7; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b1='HYDQGXSWL8' where id=7; -update noar ti set b1='HYDQGXSWL8' where id=7; -update noar tt set v0='16Z1PJZCLZ87W2EAIWJOCL36ML1M' where id=7; -update noar ti set v0='16Z1PJZCLZ87W2EAIWJOCL36ML1M' where id=7; -update noar tt set b2='FB' where id=7; -update noar ti set b2='FB' where id=7; -update noar tt set v0='LVANGGM7YQQ4OKAV0E8MZ' where id=8; -update noar ti set v0='LVANGGM7YQQ4OKAV0E8MZ' where id=8; -update noar tt set b0='FNX2VFNQSRPHLU1CX' where id=8; -update noar ti set b0='FNX2VFNQSRPHLU1CX' where id=8; -update noar tt set v0='ADUVBROBXM' where id=8; -update noar ti set v0='ADUVBROBXM' where id=8; -update noar tt set b1='52AKHOTG3' where id=8; -update noar ti set b1='52AKHOTG3' where id=8; -update noar tt set v0='AUY577K9AA7ZZRG8I94' where id=8; -update noar ti set v0='AUY577K9AA7ZZRG8I94' where id=8; -update noar tt set b2='8C4K90555ZLV1KPGHQ6KJIGAGM9I8J1' where id=8; -update noar ti set b2='8C4K90555ZLV1KPGHQ6KJIGAGM9I8J1' where id=8; -update noar tt set v0='XF04BXXZFNG7L0OLQJ2DWFKPA' where id=9; -update noar ti set v0='XF04BXXZFNG7L0OLQJ2DWFKPA' where id=9; -update noar tt set b0='6VZJQ1WTMMPYW0PQBU673TMCHJ2QQY' where id=9; -update noar ti set b0='6VZJQ1WTMMPYW0PQBU673TMCHJ2QQY' where id=9; -update noar tt set v0='L1SONQIKQPKYGQLK8UIZK851HNT5Q' where id=9; -update noar ti set v0='L1SONQIKQPKYGQLK8UIZK851HNT5Q' where id=9; -update noar tt set b1='EJ0GL9FU3AGQX9TXFJKZ4FQRIKSBB2J' where id=9; -update noar ti set b1='EJ0GL9FU3AGQX9TXFJKZ4FQRIKSBB2J' where id=9; -update noar tt set v0='YLU1JHLC' where id=9; -update noar ti set v0='YLU1JHLC' where id=9; -update noar tt set b2='69YT' where id=9; -update noar ti set b2='69YT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VK78QUVI77ZN4BF6D1JOS8UN' where id=1; -update noar ti set v0='VK78QUVI77ZN4BF6D1JOS8UN' where id=1; -update noar tt set b0='YZEFHBAU7VW7QX1LMAVAMZ5AFOW7PPWC' where id=1; -update noar ti set b0='YZEFHBAU7VW7QX1LMAVAMZ5AFOW7PPWC' where id=1; -update noar tt set v0='HVC3ZWEZR45QMEONCRHKW3WR' where id=1; -update noar ti set v0='HVC3ZWEZR45QMEONCRHKW3WR' where id=1; -update noar tt set b1='VMM6XW1NFF863B2ZDJK5LH' where id=1; -update noar ti set b1='VMM6XW1NFF863B2ZDJK5LH' where id=1; -update noar tt set v0='ABECRXSVLXS3OK6A4VMOEPQ' where id=1; -update noar ti set v0='ABECRXSVLXS3OK6A4VMOEPQ' where id=1; -update noar tt set b2='805Y6RS1MLESLG4K8SQWB9' where id=1; -update noar ti set b2='805Y6RS1MLESLG4K8SQWB9' where id=1; -update noar tt set v0='148T7RW05854PEGF3' where id=2; -update noar ti set v0='148T7RW05854PEGF3' where id=2; -update noar tt set b0='3H' where id=2; -update noar ti set b0='3H' where id=2; -update noar tt set v0='9NIFKEGJQRZTUJTRVH7' where id=2; -update noar ti set v0='9NIFKEGJQRZTUJTRVH7' where id=2; -update noar tt set b1='MQR1C' where id=2; -update noar ti set b1='MQR1C' where id=2; -update noar tt set v0='XI0YT5ZMXLZKKAETDAS' where id=2; -update noar ti set v0='XI0YT5ZMXLZKKAETDAS' where id=2; -update noar tt set b2='0JC2RRT9AZYLTTAI' where id=2; -update noar ti set b2='0JC2RRT9AZYLTTAI' where id=2; -update noar tt set v0='T0G0NWX4IS3AF9495ZKDI1K' where id=3; -update noar ti set v0='T0G0NWX4IS3AF9495ZKDI1K' where id=3; -update noar tt set b0='47F60' where id=3; -update noar ti set b0='47F60' where id=3; -update noar tt set v0='371MW2SWY668OLPBBIG' where id=3; -update noar ti set v0='371MW2SWY668OLPBBIG' where id=3; -update noar tt set b1='2W' where id=3; -update noar ti set b1='2W' where id=3; -update noar tt set v0='IQ7' where id=3; -update noar ti set v0='IQ7' where id=3; -update noar tt set b2='5P04YDSA' where id=3; -update noar ti set b2='5P04YDSA' where id=3; -update noar tt set v0='3UW' where id=4; -update noar ti set v0='3UW' where id=4; -update noar tt set b0='SYILSORIIM7FAX8WKDUCV9VENY' where id=4; -update noar ti set b0='SYILSORIIM7FAX8WKDUCV9VENY' where id=4; -update noar tt set v0='AWA7UIJ9F33VV4P3WOKHISAE6' where id=4; -update noar ti set v0='AWA7UIJ9F33VV4P3WOKHISAE6' where id=4; -update noar tt set b1='CD8NI' where id=4; -update noar ti set b1='CD8NI' where id=4; -update noar tt set v0='R6ITDVE394UNGYZROOSHMXBG7LBDD6' where id=4; -update noar ti set v0='R6ITDVE394UNGYZROOSHMXBG7LBDD6' where id=4; -update noar tt set b2='RUG30GRB078XSRE4XQEMLC9AO4GY2R1' where id=4; -update noar ti set b2='RUG30GRB078XSRE4XQEMLC9AO4GY2R1' where id=4; -update noar tt set v0='HST854VB108C' where id=5; -update noar ti set v0='HST854VB108C' where id=5; -update noar tt set b0='D7' where id=5; -update noar ti set b0='D7' where id=5; -update noar tt set v0='KNCWJQT513GRUJIW8LDG9O0RB3DZ1M' where id=5; -update noar ti set v0='KNCWJQT513GRUJIW8LDG9O0RB3DZ1M' where id=5; -update noar tt set b1='EYZ8LC9ZBD4DNILTKGNZE93QNYPS' where id=5; -update noar ti set b1='EYZ8LC9ZBD4DNILTKGNZE93QNYPS' where id=5; -update noar tt set v0='2C2G5PLZU2E3TRY' where id=5; -update noar ti set v0='2C2G5PLZU2E3TRY' where id=5; -update noar tt set b2='16Z3Z4HIPKBBHXHPXNM7TNZUZX48' where id=5; -update noar ti set b2='16Z3Z4HIPKBBHXHPXNM7TNZUZX48' where id=5; -update noar tt set v0='0RHDKGUPVQ8XMC15GW5DAJDF' where id=6; -update noar ti set v0='0RHDKGUPVQ8XMC15GW5DAJDF' where id=6; -update noar tt set b0='GEO5636JY3SWSY1IRJWTNAMP' where id=6; -update noar ti set b0='GEO5636JY3SWSY1IRJWTNAMP' where id=6; -update noar tt set v0='NO1CS3PBA' where id=6; -update noar ti set v0='NO1CS3PBA' where id=6; -update noar tt set b1='RWPFII00Q2NO24PWXEFDW7M00' where id=6; -update noar ti set b1='RWPFII00Q2NO24PWXEFDW7M00' where id=6; -update noar tt set v0='2T8MTSX152AB8THITMTIFD7QQN404' where id=6; -update noar ti set v0='2T8MTSX152AB8THITMTIFD7QQN404' where id=6; -update noar tt set b2='P6IC' where id=6; -update noar ti set b2='P6IC' where id=6; -update noar tt set v0='D2HH5M8CH01W8IC89MT' where id=7; -update noar ti set v0='D2HH5M8CH01W8IC89MT' where id=7; -update noar tt set b0='YIQB0M4KWBZ6YXBY8EYT62EI707BCE' where id=7; -update noar ti set b0='YIQB0M4KWBZ6YXBY8EYT62EI707BCE' where id=7; -update noar tt set v0='6BSXBGQK' where id=7; -update noar ti set v0='6BSXBGQK' where id=7; -update noar tt set b1='YHQW6AU6K913C3GX3EMQCWBQ' where id=7; -update noar ti set b1='YHQW6AU6K913C3GX3EMQCWBQ' where id=7; -update noar tt set v0='BU5VTADN' where id=7; -update noar ti set v0='BU5VTADN' where id=7; -update noar tt set b2='2X6OBIB1EQW6G5OQ7B9ZBT6Y' where id=7; -update noar ti set b2='2X6OBIB1EQW6G5OQ7B9ZBT6Y' where id=7; -update noar tt set v0='H5MIFDOWE3G' where id=8; -update noar ti set v0='H5MIFDOWE3G' where id=8; -update noar tt set b0='JR9R55XL3MU9C14O' where id=8; -update noar ti set b0='JR9R55XL3MU9C14O' where id=8; -update noar tt set v0='757K0OIKSJQDRJ8HGMLX2K2SUYQ' where id=8; -update noar ti set v0='757K0OIKSJQDRJ8HGMLX2K2SUYQ' where id=8; -update noar tt set b1='WY3' where id=8; -update noar ti set b1='WY3' where id=8; -update noar tt set v0='3QVHTO3FQ5YLUA' where id=8; -update noar ti set v0='3QVHTO3FQ5YLUA' where id=8; -update noar tt set b2='3MKUV' where id=8; -update noar ti set b2='3MKUV' where id=8; -update noar tt set v0='PQZ7UCD72P2RRLLOTDR5QPIE0BJ5' where id=9; -update noar ti set v0='PQZ7UCD72P2RRLLOTDR5QPIE0BJ5' where id=9; -update noar tt set b0='1HCMZ4YZ7' where id=9; -update noar ti set b0='1HCMZ4YZ7' where id=9; -update noar tt set v0='KQW7T8CY9ZWP63N00F97' where id=9; -update noar ti set v0='KQW7T8CY9ZWP63N00F97' where id=9; -update noar tt set b1='LIXNRRJC3BLTMWCA0FJMH0BWBFG91YS' where id=9; -update noar ti set b1='LIXNRRJC3BLTMWCA0FJMH0BWBFG91YS' where id=9; -update noar tt set v0='QH156VY8U8ZL89719A6COFXJ2M' where id=9; -update noar ti set v0='QH156VY8U8ZL89719A6COFXJ2M' where id=9; -update noar tt set b2='UCCP3G084WAKSFS9' where id=9; -update noar ti set b2='UCCP3G084WAKSFS9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B5XWHWKNJK1PTAAW3WE2LR2J6HFAJ1KB' where id=1; -update noar ti set v0='B5XWHWKNJK1PTAAW3WE2LR2J6HFAJ1KB' where id=1; -update noar tt set b0='AQK8983Q5PY5B0R7' where id=1; -update noar ti set b0='AQK8983Q5PY5B0R7' where id=1; -update noar tt set v0='IP8OWZPLPHZX08TXADD687XTUE' where id=1; -update noar ti set v0='IP8OWZPLPHZX08TXADD687XTUE' where id=1; -update noar tt set b1='4RLR' where id=1; -update noar ti set b1='4RLR' where id=1; -update noar tt set v0='TTAFDB4FN9JF5C8878TIBJ' where id=1; -update noar ti set v0='TTAFDB4FN9JF5C8878TIBJ' where id=1; -update noar tt set b2='UM91JULKWUQS86JS01ERWEM0HKKFTA2' where id=1; -update noar ti set b2='UM91JULKWUQS86JS01ERWEM0HKKFTA2' where id=1; -update noar tt set v0='V2UXBYWMPOWS06HIIRI3' where id=2; -update noar ti set v0='V2UXBYWMPOWS06HIIRI3' where id=2; -update noar tt set b0='HJHRQ8PV6JHB9DO0L5REVCGSR' where id=2; -update noar ti set b0='HJHRQ8PV6JHB9DO0L5REVCGSR' where id=2; -update noar tt set v0='6ZPN2DJDX5C9RUO' where id=2; -update noar ti set v0='6ZPN2DJDX5C9RUO' where id=2; -update noar tt set b1='B98DODIGBA' where id=2; -update noar ti set b1='B98DODIGBA' where id=2; -update noar tt set v0='KBMTV956BWQYH4IJXTIYJ0Q3O' where id=2; -update noar ti set v0='KBMTV956BWQYH4IJXTIYJ0Q3O' where id=2; -update noar tt set b2='7AN5TAY95NZ' where id=2; -update noar ti set b2='7AN5TAY95NZ' where id=2; -update noar tt set v0='BVLR72H4Z0FASJESJU2DOUKOB6GCMB' where id=3; -update noar ti set v0='BVLR72H4Z0FASJESJU2DOUKOB6GCMB' where id=3; -update noar tt set b0='R23GLO' where id=3; -update noar ti set b0='R23GLO' where id=3; -update noar tt set v0='SWIC1LY6CB222UBSVEA88CKWSHCI73J' where id=3; -update noar ti set v0='SWIC1LY6CB222UBSVEA88CKWSHCI73J' where id=3; -update noar tt set b1='68KKE7M9L7BX2MKZNK9V8CE5UC' where id=3; -update noar ti set b1='68KKE7M9L7BX2MKZNK9V8CE5UC' where id=3; -update noar tt set v0='KFRJRFKWZX9J67QNGE091IEQSQBTR6' where id=3; -update noar ti set v0='KFRJRFKWZX9J67QNGE091IEQSQBTR6' where id=3; -update noar tt set b2='B1LMRJAC7AB7UGP9G1VSYITAFFTF3P2' where id=3; -update noar ti set b2='B1LMRJAC7AB7UGP9G1VSYITAFFTF3P2' where id=3; -update noar tt set v0='MSG8KH2QHKM24IUKFNTQ8' where id=4; -update noar ti set v0='MSG8KH2QHKM24IUKFNTQ8' where id=4; -update noar tt set b0='I7' where id=4; -update noar ti set b0='I7' where id=4; -update noar tt set v0='PYXXJR6FTHTH' where id=4; -update noar ti set v0='PYXXJR6FTHTH' where id=4; -update noar tt set b1='X4P2X' where id=4; -update noar ti set b1='X4P2X' where id=4; -update noar tt set v0='M55060DV5VQIRPHUAWR0F5UKLKH' where id=4; -update noar ti set v0='M55060DV5VQIRPHUAWR0F5UKLKH' where id=4; -update noar tt set b2='56NSLOR' where id=4; -update noar ti set b2='56NSLOR' where id=4; -update noar tt set v0='QH36L2YOAWU06RR48JCSQYG' where id=5; -update noar ti set v0='QH36L2YOAWU06RR48JCSQYG' where id=5; -update noar tt set b0='2LCECGVHIAFWLKMIXTTT3BYU5' where id=5; -update noar ti set b0='2LCECGVHIAFWLKMIXTTT3BYU5' where id=5; -update noar tt set v0='GLKR0M2RG0IUN3IOH' where id=5; -update noar ti set v0='GLKR0M2RG0IUN3IOH' where id=5; -update noar tt set b1='ZCNWUWA14AQ' where id=5; -update noar ti set b1='ZCNWUWA14AQ' where id=5; -update noar tt set v0='ZWRT6V7UMML' where id=5; -update noar ti set v0='ZWRT6V7UMML' where id=5; -update noar tt set b2='DHXQZ16C5P2JJURQTU' where id=5; -update noar ti set b2='DHXQZ16C5P2JJURQTU' where id=5; -update noar tt set v0='RU30IHVPF8JHJGMLZKOU55R6WW20DW' where id=6; -update noar ti set v0='RU30IHVPF8JHJGMLZKOU55R6WW20DW' where id=6; -update noar tt set b0='K7GJAPHJY1ZCZMPZOBR5U' where id=6; -update noar ti set b0='K7GJAPHJY1ZCZMPZOBR5U' where id=6; -update noar tt set v0='IQ' where id=6; -update noar ti set v0='IQ' where id=6; -update noar tt set b1='ZT2H1ROSHU1ODB231F591' where id=6; -update noar ti set b1='ZT2H1ROSHU1ODB231F591' where id=6; -update noar tt set v0='8UTCDLMXU17E' where id=6; -update noar ti set v0='8UTCDLMXU17E' where id=6; -update noar tt set b2='3U5LUDCE6AQK366' where id=6; -update noar ti set b2='3U5LUDCE6AQK366' where id=6; -update noar tt set v0='WYF3G4OSDUYMDMLQ' where id=7; -update noar ti set v0='WYF3G4OSDUYMDMLQ' where id=7; -update noar tt set b0='890M8R8857IUJ70D0R1EO6359' where id=7; -update noar ti set b0='890M8R8857IUJ70D0R1EO6359' where id=7; -update noar tt set v0='GAKJP' where id=7; -update noar ti set v0='GAKJP' where id=7; -update noar tt set b1='XAF' where id=7; -update noar ti set b1='XAF' where id=7; -update noar tt set v0='CO83M' where id=7; -update noar ti set v0='CO83M' where id=7; -update noar tt set b2='371Y58KL7UAFIVULL2UW4R' where id=7; -update noar ti set b2='371Y58KL7UAFIVULL2UW4R' where id=7; -update noar tt set v0='WQBVS64ACCNCTC3D9SV53X8W0WD' where id=8; -update noar ti set v0='WQBVS64ACCNCTC3D9SV53X8W0WD' where id=8; -update noar tt set b0='RNW6XQ2XV1AS9DV0' where id=8; -update noar ti set b0='RNW6XQ2XV1AS9DV0' where id=8; -update noar tt set v0='LCNOX19GU690FN2NIQRA3QKMP9FUNVDZ' where id=8; -update noar ti set v0='LCNOX19GU690FN2NIQRA3QKMP9FUNVDZ' where id=8; -update noar tt set b1='EOMGAJHOPKPSVL99' where id=8; -update noar ti set b1='EOMGAJHOPKPSVL99' where id=8; -update noar tt set v0='VDJG5ZCF3S6PTJOV' where id=8; -update noar ti set v0='VDJG5ZCF3S6PTJOV' where id=8; -update noar tt set b2='Q0HJLIWI2BE553NIPGDXQOOJGJ' where id=8; -update noar ti set b2='Q0HJLIWI2BE553NIPGDXQOOJGJ' where id=8; -update noar tt set v0='UJO9DQD1TU15WJKC' where id=9; -update noar ti set v0='UJO9DQD1TU15WJKC' where id=9; -update noar tt set b0='PGTZGOTNUPLUUDVRJTDCES61UL1' where id=9; -update noar ti set b0='PGTZGOTNUPLUUDVRJTDCES61UL1' where id=9; -update noar tt set v0='4JA99KW3OHT06PG4IRSV' where id=9; -update noar ti set v0='4JA99KW3OHT06PG4IRSV' where id=9; -update noar tt set b1='HSHJIRXKIY2IF1G0KY9P' where id=9; -update noar ti set b1='HSHJIRXKIY2IF1G0KY9P' where id=9; -update noar tt set v0='8MCAYW972R5T' where id=9; -update noar ti set v0='8MCAYW972R5T' where id=9; -update noar tt set b2='2VCOWY8HEVHJSPX5MYW4L7HI' where id=9; -update noar ti set b2='2VCOWY8HEVHJSPX5MYW4L7HI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ENG49' where id=1; -update noar ti set v0='ENG49' where id=1; -update noar tt set b0='CC500FPMVMNWMSGW424KY2TO4M9UM1I' where id=1; -update noar ti set b0='CC500FPMVMNWMSGW424KY2TO4M9UM1I' where id=1; -update noar tt set v0='N35ZIBQB' where id=1; -update noar ti set v0='N35ZIBQB' where id=1; -update noar tt set b1='KBMT6QF7K2S3MWCAVA3' where id=1; -update noar ti set b1='KBMT6QF7K2S3MWCAVA3' where id=1; -update noar tt set v0='9W839TN2URY' where id=1; -update noar ti set v0='9W839TN2URY' where id=1; -update noar tt set b2='P3S0AXGAUQ91SA3VW' where id=1; -update noar ti set b2='P3S0AXGAUQ91SA3VW' where id=1; -update noar tt set v0='Q8QLH334JIMV81KILO7AU06LOC4Z1O1O' where id=2; -update noar ti set v0='Q8QLH334JIMV81KILO7AU06LOC4Z1O1O' where id=2; -update noar tt set b0='5BY3E035HCQQ4L4' where id=2; -update noar ti set b0='5BY3E035HCQQ4L4' where id=2; -update noar tt set v0='M5FEIQEDND1P8UWOVN3P' where id=2; -update noar ti set v0='M5FEIQEDND1P8UWOVN3P' where id=2; -update noar tt set b1='R7EBVNKM3HNZ5L2AFQEON2UI7HD36K9E' where id=2; -update noar ti set b1='R7EBVNKM3HNZ5L2AFQEON2UI7HD36K9E' where id=2; -update noar tt set v0='DHHDQ3CQMQCK' where id=2; -update noar ti set v0='DHHDQ3CQMQCK' where id=2; -update noar tt set b2='CG4GXAPLZKCM24PCDQ1I8A1JLKVMJ6Q' where id=2; -update noar ti set b2='CG4GXAPLZKCM24PCDQ1I8A1JLKVMJ6Q' where id=2; -update noar tt set v0='D20TQ70E2LNLI3QF18LPVXFBDSSCU' where id=3; -update noar ti set v0='D20TQ70E2LNLI3QF18LPVXFBDSSCU' where id=3; -update noar tt set b0='S0F6W6' where id=3; -update noar ti set b0='S0F6W6' where id=3; -update noar tt set v0='8TXFK8J3YQE' where id=3; -update noar ti set v0='8TXFK8J3YQE' where id=3; -update noar tt set b1='L9AZE8OV907G' where id=3; -update noar ti set b1='L9AZE8OV907G' where id=3; -update noar tt set v0='6Z' where id=3; -update noar ti set v0='6Z' where id=3; -update noar tt set b2='HYR' where id=3; -update noar ti set b2='HYR' where id=3; -update noar tt set v0='1IUL5P' where id=4; -update noar ti set v0='1IUL5P' where id=4; -update noar tt set b0='LFU6C4D28N' where id=4; -update noar ti set b0='LFU6C4D28N' where id=4; -update noar tt set v0='ZGT0Q9C8MAV' where id=4; -update noar ti set v0='ZGT0Q9C8MAV' where id=4; -update noar tt set b1='3Q1CIJU2ET0QY2ET4F0M' where id=4; -update noar ti set b1='3Q1CIJU2ET0QY2ET4F0M' where id=4; -update noar tt set v0='L3TPCI2P' where id=4; -update noar ti set v0='L3TPCI2P' where id=4; -update noar tt set b2='BV' where id=4; -update noar ti set b2='BV' where id=4; -update noar tt set v0='OLX65KBZY06B4KDG5FZXOE' where id=5; -update noar ti set v0='OLX65KBZY06B4KDG5FZXOE' where id=5; -update noar tt set b0='5D' where id=5; -update noar ti set b0='5D' where id=5; -update noar tt set v0='DXUJXA204RFEN0IGC2ISZ' where id=5; -update noar ti set v0='DXUJXA204RFEN0IGC2ISZ' where id=5; -update noar tt set b1='T9B8J1J29GAH1GTF24ZRXT' where id=5; -update noar ti set b1='T9B8J1J29GAH1GTF24ZRXT' where id=5; -update noar tt set v0='3EE6K56HE' where id=5; -update noar ti set v0='3EE6K56HE' where id=5; -update noar tt set b2='XNXG479PGDSVM' where id=5; -update noar ti set b2='XNXG479PGDSVM' where id=5; -update noar tt set v0='TU519WQ6YW7X' where id=6; -update noar ti set v0='TU519WQ6YW7X' where id=6; -update noar tt set b0='D80AY6WP' where id=6; -update noar ti set b0='D80AY6WP' where id=6; -update noar tt set v0='OSLSZUUNTMAMBJTKL9P2P8FG1KME9BRZ' where id=6; -update noar ti set v0='OSLSZUUNTMAMBJTKL9P2P8FG1KME9BRZ' where id=6; -update noar tt set b1='YO2I2OY2A' where id=6; -update noar ti set b1='YO2I2OY2A' where id=6; -update noar tt set v0='R0A4ZAK0TNLTO6D1' where id=6; -update noar ti set v0='R0A4ZAK0TNLTO6D1' where id=6; -update noar tt set b2='ORM5UFLVZL' where id=6; -update noar ti set b2='ORM5UFLVZL' where id=6; -update noar tt set v0='TWNRHB4VTSV3TNI' where id=7; -update noar ti set v0='TWNRHB4VTSV3TNI' where id=7; -update noar tt set b0='WLBEJX29J9LH' where id=7; -update noar ti set b0='WLBEJX29J9LH' where id=7; -update noar tt set v0='4SEBSEP726' where id=7; -update noar ti set v0='4SEBSEP726' where id=7; -update noar tt set b1='WQJ4FZ3EN' where id=7; -update noar ti set b1='WQJ4FZ3EN' where id=7; -update noar tt set v0='I2UON3E46X9W1FV9OJ' where id=7; -update noar ti set v0='I2UON3E46X9W1FV9OJ' where id=7; -update noar tt set b2='6FSY81G28EGA82XS4LF52PPSSADGD5K' where id=7; -update noar ti set b2='6FSY81G28EGA82XS4LF52PPSSADGD5K' where id=7; -update noar tt set v0='GBBQ2D31H' where id=8; -update noar ti set v0='GBBQ2D31H' where id=8; -update noar tt set b0='1NQBHYLDY0JE' where id=8; -update noar ti set b0='1NQBHYLDY0JE' where id=8; -update noar tt set v0='ENOVCTT9B3' where id=8; -update noar ti set v0='ENOVCTT9B3' where id=8; -update noar tt set b1='SJH2ZOTLTP9D02' where id=8; -update noar ti set b1='SJH2ZOTLTP9D02' where id=8; -update noar tt set v0='MSCQXU7VJ38WSMX' where id=8; -update noar ti set v0='MSCQXU7VJ38WSMX' where id=8; -update noar tt set b2='FBT7QAYDD2U5S22C1QF9NS7' where id=8; -update noar ti set b2='FBT7QAYDD2U5S22C1QF9NS7' where id=8; -update noar tt set v0='Y0SJA2IOKECPIS5QW2PTYE5' where id=9; -update noar ti set v0='Y0SJA2IOKECPIS5QW2PTYE5' where id=9; -update noar tt set b0='6GLYG' where id=9; -update noar ti set b0='6GLYG' where id=9; -update noar tt set v0='LDP7KC70MWPL3R4686063RI' where id=9; -update noar ti set v0='LDP7KC70MWPL3R4686063RI' where id=9; -update noar tt set b1='S9MLH5GW19JH2HIHQ0YXIZV0Z6CT94E' where id=9; -update noar ti set b1='S9MLH5GW19JH2HIHQ0YXIZV0Z6CT94E' where id=9; -update noar tt set v0='GI52HNS13DFOWW8DKGSYZXD8W5JRDSHZ' where id=9; -update noar ti set v0='GI52HNS13DFOWW8DKGSYZXD8W5JRDSHZ' where id=9; -update noar tt set b2='P0HCZMA4VF' where id=9; -update noar ti set b2='P0HCZMA4VF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KZT4TITWSAVW' where id=1; -update noar ti set v0='KZT4TITWSAVW' where id=1; -update noar tt set b0='MS2OUXU7H' where id=1; -update noar ti set b0='MS2OUXU7H' where id=1; -update noar tt set v0='RY' where id=1; -update noar ti set v0='RY' where id=1; -update noar tt set b1='BSHEN5MCKW9CQP29YR167VE7OUDS2A8' where id=1; -update noar ti set b1='BSHEN5MCKW9CQP29YR167VE7OUDS2A8' where id=1; -update noar tt set v0='CGPE5W5TTQ1EC76HOL6MUMFSVEOH1ZY' where id=1; -update noar ti set v0='CGPE5W5TTQ1EC76HOL6MUMFSVEOH1ZY' where id=1; -update noar tt set b2='6PJPF2HUYQNROCDVBG885HGVZAA1' where id=1; -update noar ti set b2='6PJPF2HUYQNROCDVBG885HGVZAA1' where id=1; -update noar tt set v0='19A8GWJU54GNZ4UPXPEV15RAOXN9TB' where id=2; -update noar ti set v0='19A8GWJU54GNZ4UPXPEV15RAOXN9TB' where id=2; -update noar tt set b0='YIKOB' where id=2; -update noar ti set b0='YIKOB' where id=2; -update noar tt set v0='F7AZ48ZE2R07' where id=2; -update noar ti set v0='F7AZ48ZE2R07' where id=2; -update noar tt set b1='HVFXLESGBGUUCNI2O' where id=2; -update noar ti set b1='HVFXLESGBGUUCNI2O' where id=2; -update noar tt set v0='E' where id=2; -update noar ti set v0='E' where id=2; -update noar tt set b2='32NVYGC7UFWUF' where id=2; -update noar ti set b2='32NVYGC7UFWUF' where id=2; -update noar tt set v0='OAWFILZI2' where id=3; -update noar ti set v0='OAWFILZI2' where id=3; -update noar tt set b0='F5MGCCZC3QRC0G7O7DXNV5' where id=3; -update noar ti set b0='F5MGCCZC3QRC0G7O7DXNV5' where id=3; -update noar tt set v0='S4GGFIZV' where id=3; -update noar ti set v0='S4GGFIZV' where id=3; -update noar tt set b1='A05BY29833UWJI' where id=3; -update noar ti set b1='A05BY29833UWJI' where id=3; -update noar tt set v0='A2U5BBM5CO530IDG0L' where id=3; -update noar ti set v0='A2U5BBM5CO530IDG0L' where id=3; -update noar tt set b2='7YUCW7R' where id=3; -update noar ti set b2='7YUCW7R' where id=3; -update noar tt set v0='VUT491Y62VENDE771WY7NLRRNLHAVSR' where id=4; -update noar ti set v0='VUT491Y62VENDE771WY7NLRRNLHAVSR' where id=4; -update noar tt set b0='4DWXPSGTTRKGHF9BFBP' where id=4; -update noar ti set b0='4DWXPSGTTRKGHF9BFBP' where id=4; -update noar tt set v0='ASBOMH781KLEZG0' where id=4; -update noar ti set v0='ASBOMH781KLEZG0' where id=4; -update noar tt set b1='OGREEJZ8RQ09U5JUZ7' where id=4; -update noar ti set b1='OGREEJZ8RQ09U5JUZ7' where id=4; -update noar tt set v0='A7AGXSU' where id=4; -update noar ti set v0='A7AGXSU' where id=4; -update noar tt set b2='LCK4BHD71I43QITRTL8J2RPF7NW' where id=4; -update noar ti set b2='LCK4BHD71I43QITRTL8J2RPF7NW' where id=4; -update noar tt set v0='JAAU91Z614BWAJH62SJ71ACXIWV7963Z' where id=5; -update noar ti set v0='JAAU91Z614BWAJH62SJ71ACXIWV7963Z' where id=5; -update noar tt set b0='LWF1RT6HAO61NQLSX4Q' where id=5; -update noar ti set b0='LWF1RT6HAO61NQLSX4Q' where id=5; -update noar tt set v0='7U7YXPLPZTU0YWTF62GTY' where id=5; -update noar ti set v0='7U7YXPLPZTU0YWTF62GTY' where id=5; -update noar tt set b1='3COYWTUBNXWU7X7TWVK9VMAU1YFB' where id=5; -update noar ti set b1='3COYWTUBNXWU7X7TWVK9VMAU1YFB' where id=5; -update noar tt set v0='6QPMHGUWTKBKH4AN5NOID9F' where id=5; -update noar ti set v0='6QPMHGUWTKBKH4AN5NOID9F' where id=5; -update noar tt set b2='EC9BO0421XEECDWTKT0' where id=5; -update noar ti set b2='EC9BO0421XEECDWTKT0' where id=5; -update noar tt set v0='B16EWXV2LGK4VC7MR' where id=6; -update noar ti set v0='B16EWXV2LGK4VC7MR' where id=6; -update noar tt set b0='21YMLLW5I0751DD0QL8LF2TNZTF5' where id=6; -update noar ti set b0='21YMLLW5I0751DD0QL8LF2TNZTF5' where id=6; -update noar tt set v0='9Y80NY2KR11EOZQVYZEB' where id=6; -update noar ti set v0='9Y80NY2KR11EOZQVYZEB' where id=6; -update noar tt set b1='EDL7NLGZBGIODSCYAC3RLC5407FC' where id=6; -update noar ti set b1='EDL7NLGZBGIODSCYAC3RLC5407FC' where id=6; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b2='F0D2IUT8' where id=6; -update noar ti set b2='F0D2IUT8' where id=6; -update noar tt set v0='93LTA852LOLF0IESR722O61Y2VK' where id=7; -update noar ti set v0='93LTA852LOLF0IESR722O61Y2VK' where id=7; -update noar tt set b0='OVK9LD' where id=7; -update noar ti set b0='OVK9LD' where id=7; -update noar tt set v0='N4AFLHOQ4FHMG1NK6I9K8XD1816O9MJ0' where id=7; -update noar ti set v0='N4AFLHOQ4FHMG1NK6I9K8XD1816O9MJ0' where id=7; -update noar tt set b1='BPGSSJF0S7L3QETMS2QPI1QJSV8UCXSI' where id=7; -update noar ti set b1='BPGSSJF0S7L3QETMS2QPI1QJSV8UCXSI' where id=7; -update noar tt set v0='4GLFBFZ0GPO0GNAZ5K7UX' where id=7; -update noar ti set v0='4GLFBFZ0GPO0GNAZ5K7UX' where id=7; -update noar tt set b2='WVWQ2LLDE3VBP9P' where id=7; -update noar ti set b2='WVWQ2LLDE3VBP9P' where id=7; -update noar tt set v0='NQ6' where id=8; -update noar ti set v0='NQ6' where id=8; -update noar tt set b0='BOXGC4GCCCRQM6T0LDBPUJF75' where id=8; -update noar ti set b0='BOXGC4GCCCRQM6T0LDBPUJF75' where id=8; -update noar tt set v0='7QLX07FRSBDU38ORE' where id=8; -update noar ti set v0='7QLX07FRSBDU38ORE' where id=8; -update noar tt set b1='1ILLBG9' where id=8; -update noar ti set b1='1ILLBG9' where id=8; -update noar tt set v0='FDGID' where id=8; -update noar ti set v0='FDGID' where id=8; -update noar tt set b2='87ZTUHZWGN0CX0YNEOFHO8IXL' where id=8; -update noar ti set b2='87ZTUHZWGN0CX0YNEOFHO8IXL' where id=8; -update noar tt set v0='NKZR2PECZ' where id=9; -update noar ti set v0='NKZR2PECZ' where id=9; -update noar tt set b0='484DD78SBLNA35RJQBLVGQCVA1QL' where id=9; -update noar ti set b0='484DD78SBLNA35RJQBLVGQCVA1QL' where id=9; -update noar tt set v0='18X4UT9C0J' where id=9; -update noar ti set v0='18X4UT9C0J' where id=9; -update noar tt set b1='E3AYHM3R9W9OKRLVKDRVAGAXA8I' where id=9; -update noar ti set b1='E3AYHM3R9W9OKRLVKDRVAGAXA8I' where id=9; -update noar tt set v0='8N5JKPFXKDYCYKUCCOC' where id=9; -update noar ti set v0='8N5JKPFXKDYCYKUCCOC' where id=9; -update noar tt set b2='SCY40ATF' where id=9; -update noar ti set b2='SCY40ATF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4VBEPI09G8SPPCW5FXZHBLP' where id=1; -update noar ti set v0='4VBEPI09G8SPPCW5FXZHBLP' where id=1; -update noar tt set b0='381N4RLRMC0D' where id=1; -update noar ti set b0='381N4RLRMC0D' where id=1; -update noar tt set v0='DHJ7C' where id=1; -update noar ti set v0='DHJ7C' where id=1; -update noar tt set b1='LU07O32FRLKX9HOGTN3C2O' where id=1; -update noar ti set b1='LU07O32FRLKX9HOGTN3C2O' where id=1; -update noar tt set v0='I58R' where id=1; -update noar ti set v0='I58R' where id=1; -update noar tt set b2='H12L' where id=1; -update noar ti set b2='H12L' where id=1; -update noar tt set v0='S4E0LXUEP4TR7' where id=2; -update noar ti set v0='S4E0LXUEP4TR7' where id=2; -update noar tt set b0='LD' where id=2; -update noar ti set b0='LD' where id=2; -update noar tt set v0='13JTXWVY' where id=2; -update noar ti set v0='13JTXWVY' where id=2; -update noar tt set b1='264Z2OB6' where id=2; -update noar ti set b1='264Z2OB6' where id=2; -update noar tt set v0='7GSMC2W1SF05' where id=2; -update noar ti set v0='7GSMC2W1SF05' where id=2; -update noar tt set b2='P2KSDF6IVFF4VJAHV33OOHO8FUXWFV' where id=2; -update noar ti set b2='P2KSDF6IVFF4VJAHV33OOHO8FUXWFV' where id=2; -update noar tt set v0='MQQQQ' where id=3; -update noar ti set v0='MQQQQ' where id=3; -update noar tt set b0='VARZC6C3Y' where id=3; -update noar ti set b0='VARZC6C3Y' where id=3; -update noar tt set v0='94ZHFDNQC5W09VUX8' where id=3; -update noar ti set v0='94ZHFDNQC5W09VUX8' where id=3; -update noar tt set b1='SZFP38YO' where id=3; -update noar ti set b1='SZFP38YO' where id=3; -update noar tt set v0='B3MHLTZF4D4W5M3ZBI47RIL' where id=3; -update noar ti set v0='B3MHLTZF4D4W5M3ZBI47RIL' where id=3; -update noar tt set b2='94CW2MS7OBE27RATU2K' where id=3; -update noar ti set b2='94CW2MS7OBE27RATU2K' where id=3; -update noar tt set v0='3VGGAK2BTYF' where id=4; -update noar ti set v0='3VGGAK2BTYF' where id=4; -update noar tt set b0='TBWDT3KUPZ9EHA0Y3YK2BRL3B149F' where id=4; -update noar ti set b0='TBWDT3KUPZ9EHA0Y3YK2BRL3B149F' where id=4; -update noar tt set v0='JPUAMYXPU' where id=4; -update noar ti set v0='JPUAMYXPU' where id=4; -update noar tt set b1='M5186X143OMHX2Q98B' where id=4; -update noar ti set b1='M5186X143OMHX2Q98B' where id=4; -update noar tt set v0='ZFDZ7' where id=4; -update noar ti set v0='ZFDZ7' where id=4; -update noar tt set b2='NCCKPHFEGEPORMH4V' where id=4; -update noar ti set b2='NCCKPHFEGEPORMH4V' where id=4; -update noar tt set v0='GHQAPQOX6JEV40OEJRPUP' where id=5; -update noar ti set v0='GHQAPQOX6JEV40OEJRPUP' where id=5; -update noar tt set b0='SMGA31AX' where id=5; -update noar ti set b0='SMGA31AX' where id=5; -update noar tt set v0='3A15NHFIOVRW99JYUA7JQ9Y15XGX9LA' where id=5; -update noar ti set v0='3A15NHFIOVRW99JYUA7JQ9Y15XGX9LA' where id=5; -update noar tt set b1='BA' where id=5; -update noar ti set b1='BA' where id=5; -update noar tt set v0='HSCKK0YJLWM2E1ZFYWEK7AR75FKNXHB' where id=5; -update noar ti set v0='HSCKK0YJLWM2E1ZFYWEK7AR75FKNXHB' where id=5; -update noar tt set b2='4IE6YTZW3CTEGXJIEYQALLFLEM0B78Q' where id=5; -update noar ti set b2='4IE6YTZW3CTEGXJIEYQALLFLEM0B78Q' where id=5; -update noar tt set v0='CBCSJHTN2BBEAJ9V4QEIYTZ' where id=6; -update noar ti set v0='CBCSJHTN2BBEAJ9V4QEIYTZ' where id=6; -update noar tt set b0='RKUVTNPX4GR1GAX8BS2IT93U3' where id=6; -update noar ti set b0='RKUVTNPX4GR1GAX8BS2IT93U3' where id=6; -update noar tt set v0='UQXMATR53GSSZMHQKTE4M4N3626E6ZU' where id=6; -update noar ti set v0='UQXMATR53GSSZMHQKTE4M4N3626E6ZU' where id=6; -update noar tt set b1='ZW' where id=6; -update noar ti set b1='ZW' where id=6; -update noar tt set v0='6J9B03ZBROAKM4HQQQ959FGUNOM7V' where id=6; -update noar ti set v0='6J9B03ZBROAKM4HQQQ959FGUNOM7V' where id=6; -update noar tt set b2='07RU3USF09KPQZ7' where id=6; -update noar ti set b2='07RU3USF09KPQZ7' where id=6; -update noar tt set v0='RLL8IP6UB' where id=7; -update noar ti set v0='RLL8IP6UB' where id=7; -update noar tt set b0='P3DQGX3L' where id=7; -update noar ti set b0='P3DQGX3L' where id=7; -update noar tt set v0='95M3L' where id=7; -update noar ti set v0='95M3L' where id=7; -update noar tt set b1='VDCAY' where id=7; -update noar ti set b1='VDCAY' where id=7; -update noar tt set v0='7WR5VZBXN0SVY0DD7UXTPQYHKDC2W' where id=7; -update noar ti set v0='7WR5VZBXN0SVY0DD7UXTPQYHKDC2W' where id=7; -update noar tt set b2='X51HMOWCX' where id=7; -update noar ti set b2='X51HMOWCX' where id=7; -update noar tt set v0='VPTFJZK29D3MMNMD77E0UT0J' where id=8; -update noar ti set v0='VPTFJZK29D3MMNMD77E0UT0J' where id=8; -update noar tt set b0='HB' where id=8; -update noar ti set b0='HB' where id=8; -update noar tt set v0='N3HTNHHNY9BUUM5QQ3MTLMBJSDH' where id=8; -update noar ti set v0='N3HTNHHNY9BUUM5QQ3MTLMBJSDH' where id=8; -update noar tt set b1='MWHWBCVEFHQVYVQBBWF8XZCC3' where id=8; -update noar ti set b1='MWHWBCVEFHQVYVQBBWF8XZCC3' where id=8; -update noar tt set v0='TZO' where id=8; -update noar ti set v0='TZO' where id=8; -update noar tt set b2='6LK6355' where id=8; -update noar ti set b2='6LK6355' where id=8; -update noar tt set v0='D55XI3MV' where id=9; -update noar ti set v0='D55XI3MV' where id=9; -update noar tt set b0='3XNAX8XQ' where id=9; -update noar ti set b0='3XNAX8XQ' where id=9; -update noar tt set v0='623IIHDLWODSZUZ70NCJRD1SW6WD' where id=9; -update noar ti set v0='623IIHDLWODSZUZ70NCJRD1SW6WD' where id=9; -update noar tt set b1='C8MXNIQUVCCV2USUQDALLU7ED0YYMAW' where id=9; -update noar ti set b1='C8MXNIQUVCCV2USUQDALLU7ED0YYMAW' where id=9; -update noar tt set v0='8K8' where id=9; -update noar ti set v0='8K8' where id=9; -update noar tt set b2='HM48O4S280' where id=9; -update noar ti set b2='HM48O4S280' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B2JJ0IGT466DD342NIHJ400FPS8S' where id=1; -update noar ti set v0='B2JJ0IGT466DD342NIHJ400FPS8S' where id=1; -update noar tt set b0='FO755' where id=1; -update noar ti set b0='FO755' where id=1; -update noar tt set v0='89' where id=1; -update noar ti set v0='89' where id=1; -update noar tt set b1='7946EO9X7PL581IWEZ3QTRXSK6A11' where id=1; -update noar ti set b1='7946EO9X7PL581IWEZ3QTRXSK6A11' where id=1; -update noar tt set v0='COQN6PNGXOQXES6' where id=1; -update noar ti set v0='COQN6PNGXOQXES6' where id=1; -update noar tt set b2='XG9D3WDSSW5Z21EUEQEJ892RQ' where id=1; -update noar ti set b2='XG9D3WDSSW5Z21EUEQEJ892RQ' where id=1; -update noar tt set v0='V' where id=2; -update noar ti set v0='V' where id=2; -update noar tt set b0='NIN' where id=2; -update noar ti set b0='NIN' where id=2; -update noar tt set v0='Z5ZTHUP' where id=2; -update noar ti set v0='Z5ZTHUP' where id=2; -update noar tt set b1='SHSQU3S' where id=2; -update noar ti set b1='SHSQU3S' where id=2; -update noar tt set v0='ZSTBY' where id=2; -update noar ti set v0='ZSTBY' where id=2; -update noar tt set b2='DNAHKYH' where id=2; -update noar ti set b2='DNAHKYH' where id=2; -update noar tt set v0='1E' where id=3; -update noar ti set v0='1E' where id=3; -update noar tt set b0='9NWJEJLUQ3KAVOGLK' where id=3; -update noar ti set b0='9NWJEJLUQ3KAVOGLK' where id=3; -update noar tt set v0='NOQSB3S67WPMDZM6A036SMYSGU80B' where id=3; -update noar ti set v0='NOQSB3S67WPMDZM6A036SMYSGU80B' where id=3; -update noar tt set b1='8I7YP47E3CQBFANVYEKZOZLJP8' where id=3; -update noar ti set b1='8I7YP47E3CQBFANVYEKZOZLJP8' where id=3; -update noar tt set v0='LZ9ETUNO1IWKIAK0ZRDAB3O96A' where id=3; -update noar ti set v0='LZ9ETUNO1IWKIAK0ZRDAB3O96A' where id=3; -update noar tt set b2='64I3VO6HNCPPA0DE1PX5S' where id=3; -update noar ti set b2='64I3VO6HNCPPA0DE1PX5S' where id=3; -update noar tt set v0='PC' where id=4; -update noar ti set v0='PC' where id=4; -update noar tt set b0='JOCZYPPDR7NFLDAT5IG1' where id=4; -update noar ti set b0='JOCZYPPDR7NFLDAT5IG1' where id=4; -update noar tt set v0='URXU7X4PYID73D97NZ50T86CX4OPJ4' where id=4; -update noar ti set v0='URXU7X4PYID73D97NZ50T86CX4OPJ4' where id=4; -update noar tt set b1='0S7UQTKIGW' where id=4; -update noar ti set b1='0S7UQTKIGW' where id=4; -update noar tt set v0='O5F8E7YXH2D6063EZ20WUQCN2DW' where id=4; -update noar ti set v0='O5F8E7YXH2D6063EZ20WUQCN2DW' where id=4; -update noar tt set b2='K' where id=4; -update noar ti set b2='K' where id=4; -update noar tt set v0='7YHFQU3I4EH17J' where id=5; -update noar ti set v0='7YHFQU3I4EH17J' where id=5; -update noar tt set b0='JAALZOAOZI17GTLPFQTCWR' where id=5; -update noar ti set b0='JAALZOAOZI17GTLPFQTCWR' where id=5; -update noar tt set v0='4U8709VO9FIYKA7T9Z99PS59' where id=5; -update noar ti set v0='4U8709VO9FIYKA7T9Z99PS59' where id=5; -update noar tt set b1='UXW7' where id=5; -update noar ti set b1='UXW7' where id=5; -update noar tt set v0='YVFKHHOIEIMABGM4WZRX1O9' where id=5; -update noar ti set v0='YVFKHHOIEIMABGM4WZRX1O9' where id=5; -update noar tt set b2='3GCA4MWQN128COX' where id=5; -update noar ti set b2='3GCA4MWQN128COX' where id=5; -update noar tt set v0='ZYR9GELTCZP2NWRW5QOTLLS3ZF' where id=6; -update noar ti set v0='ZYR9GELTCZP2NWRW5QOTLLS3ZF' where id=6; -update noar tt set b0='BTMAHZR2EK3MAIUXOX8E7EG' where id=6; -update noar ti set b0='BTMAHZR2EK3MAIUXOX8E7EG' where id=6; -update noar tt set v0='UBVGUXSKIE68E1CG7WOKZRJ1QSBPA252' where id=6; -update noar ti set v0='UBVGUXSKIE68E1CG7WOKZRJ1QSBPA252' where id=6; -update noar tt set b1='KQ7OEZ03N8YPTLINJ7' where id=6; -update noar ti set b1='KQ7OEZ03N8YPTLINJ7' where id=6; -update noar tt set v0='0XMSEDDO7HX8GH1QM6117FJ6YK8VTM' where id=6; -update noar ti set v0='0XMSEDDO7HX8GH1QM6117FJ6YK8VTM' where id=6; -update noar tt set b2='RWAT2ATCZWTNLY9A91RK79C' where id=6; -update noar ti set b2='RWAT2ATCZWTNLY9A91RK79C' where id=6; -update noar tt set v0='4A5G3ZF7L9RXF' where id=7; -update noar ti set v0='4A5G3ZF7L9RXF' where id=7; -update noar tt set b0='FDVTNNXXLTQB3HKOPMA34SFHVRGC' where id=7; -update noar ti set b0='FDVTNNXXLTQB3HKOPMA34SFHVRGC' where id=7; -update noar tt set v0='O545BWFODY258MOQWZ26KP8Y4QPYY7B' where id=7; -update noar ti set v0='O545BWFODY258MOQWZ26KP8Y4QPYY7B' where id=7; -update noar tt set b1='60YVF7NMPB' where id=7; -update noar ti set b1='60YVF7NMPB' where id=7; -update noar tt set v0='OHTHMKDOEGGX9M7VLR64FK4M2DUB' where id=7; -update noar ti set v0='OHTHMKDOEGGX9M7VLR64FK4M2DUB' where id=7; -update noar tt set b2='NLDSV2MQM36K02HEYDSD' where id=7; -update noar ti set b2='NLDSV2MQM36K02HEYDSD' where id=7; -update noar tt set v0='NSVK00ZZHXTIDSF1' where id=8; -update noar ti set v0='NSVK00ZZHXTIDSF1' where id=8; -update noar tt set b0='OZ59JEWF82GC2DJ1' where id=8; -update noar ti set b0='OZ59JEWF82GC2DJ1' where id=8; -update noar tt set v0='6M8' where id=8; -update noar ti set v0='6M8' where id=8; -update noar tt set b1='TU5AVI81UW' where id=8; -update noar ti set b1='TU5AVI81UW' where id=8; -update noar tt set v0='5WHYY1VSTGCA62RV0' where id=8; -update noar ti set v0='5WHYY1VSTGCA62RV0' where id=8; -update noar tt set b2='9PJX6OWQDJLM' where id=8; -update noar ti set b2='9PJX6OWQDJLM' where id=8; -update noar tt set v0='VZ' where id=9; -update noar ti set v0='VZ' where id=9; -update noar tt set b0='P0' where id=9; -update noar ti set b0='P0' where id=9; -update noar tt set v0='L71F' where id=9; -update noar ti set v0='L71F' where id=9; -update noar tt set b1='7GTH98IMQ0U3ARQCD1XHK55RU' where id=9; -update noar ti set b1='7GTH98IMQ0U3ARQCD1XHK55RU' where id=9; -update noar tt set v0='VVQJPK9ZTNHS64JB3ILOAQP' where id=9; -update noar ti set v0='VVQJPK9ZTNHS64JB3ILOAQP' where id=9; -update noar tt set b2='EW05R5GNAKQQNJRGVUY38Y7' where id=9; -update noar ti set b2='EW05R5GNAKQQNJRGVUY38Y7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SA3X4JGOB68SJY9L5HH' where id=1; -update noar ti set v0='SA3X4JGOB68SJY9L5HH' where id=1; -update noar tt set b0='MDBK6YRQI3R883' where id=1; -update noar ti set b0='MDBK6YRQI3R883' where id=1; -update noar tt set v0='QRY6Y5CO8TA' where id=1; -update noar ti set v0='QRY6Y5CO8TA' where id=1; -update noar tt set b1='QLAZUHHET2' where id=1; -update noar ti set b1='QLAZUHHET2' where id=1; -update noar tt set v0='SZ5M12GN5B6DGH3329T884PHFYEMUGH' where id=1; -update noar ti set v0='SZ5M12GN5B6DGH3329T884PHFYEMUGH' where id=1; -update noar tt set b2='HQMX8QA' where id=1; -update noar ti set b2='HQMX8QA' where id=1; -update noar tt set v0='MA7W92O6V4W3KB9JMJVU' where id=2; -update noar ti set v0='MA7W92O6V4W3KB9JMJVU' where id=2; -update noar tt set b0='6RWRVGTSP2SXMPRQMV608NV' where id=2; -update noar ti set b0='6RWRVGTSP2SXMPRQMV608NV' where id=2; -update noar tt set v0='7KHCP15BW5NCCG' where id=2; -update noar ti set v0='7KHCP15BW5NCCG' where id=2; -update noar tt set b1='2H77WGLS' where id=2; -update noar ti set b1='2H77WGLS' where id=2; -update noar tt set v0='6Z2Q2ZVR8G2T9HW0OA0' where id=2; -update noar ti set v0='6Z2Q2ZVR8G2T9HW0OA0' where id=2; -update noar tt set b2='9KM7P452BH00P4S6J' where id=2; -update noar ti set b2='9KM7P452BH00P4S6J' where id=2; -update noar tt set v0='OI' where id=3; -update noar ti set v0='OI' where id=3; -update noar tt set b0='HKHGIYJ9D8OMDHT' where id=3; -update noar ti set b0='HKHGIYJ9D8OMDHT' where id=3; -update noar tt set v0='KXENQHSIISGF2UVUAA1C' where id=3; -update noar ti set v0='KXENQHSIISGF2UVUAA1C' where id=3; -update noar tt set b1='RFEAWVGCKFFWT2FD5' where id=3; -update noar ti set b1='RFEAWVGCKFFWT2FD5' where id=3; -update noar tt set v0='WGOPQYEVF59CN4AC4FYUPH3N' where id=3; -update noar ti set v0='WGOPQYEVF59CN4AC4FYUPH3N' where id=3; -update noar tt set b2='IC9KI8QNHH4YE8DJOW8RFVH' where id=3; -update noar ti set b2='IC9KI8QNHH4YE8DJOW8RFVH' where id=3; -update noar tt set v0='L' where id=4; -update noar ti set v0='L' where id=4; -update noar tt set b0='SZGCK' where id=4; -update noar ti set b0='SZGCK' where id=4; -update noar tt set v0='U3UI6YWDMOF55ONPCYL' where id=4; -update noar ti set v0='U3UI6YWDMOF55ONPCYL' where id=4; -update noar tt set b1='H332P8KJISM69S3VHN3Y' where id=4; -update noar ti set b1='H332P8KJISM69S3VHN3Y' where id=4; -update noar tt set v0='TDEDM0BJUP0VDDQZIU009AZ2CNZDUB' where id=4; -update noar ti set v0='TDEDM0BJUP0VDDQZIU009AZ2CNZDUB' where id=4; -update noar tt set b2='AGF1441A4990UCXPN' where id=4; -update noar ti set b2='AGF1441A4990UCXPN' where id=4; -update noar tt set v0='GIRGT90YQ1VM9JJ3PGCZHKPSN' where id=5; -update noar ti set v0='GIRGT90YQ1VM9JJ3PGCZHKPSN' where id=5; -update noar tt set b0='CDDA4VW6N38CNX2V3MD' where id=5; -update noar ti set b0='CDDA4VW6N38CNX2V3MD' where id=5; -update noar tt set v0='FKGNWPUYDNM5YQPHWD74MCI' where id=5; -update noar ti set v0='FKGNWPUYDNM5YQPHWD74MCI' where id=5; -update noar tt set b1='5ZMOIGPW6JGFRYHEFZVNG9B77QTFZ' where id=5; -update noar ti set b1='5ZMOIGPW6JGFRYHEFZVNG9B77QTFZ' where id=5; -update noar tt set v0='PD0H55' where id=5; -update noar ti set v0='PD0H55' where id=5; -update noar tt set b2='OTW' where id=5; -update noar ti set b2='OTW' where id=5; -update noar tt set v0='OIKN0KUSI7XLZM7M' where id=6; -update noar ti set v0='OIKN0KUSI7XLZM7M' where id=6; -update noar tt set b0='LGG9X8' where id=6; -update noar ti set b0='LGG9X8' where id=6; -update noar tt set v0='JIF0M0ODF9FDON4SE0GRI4E' where id=6; -update noar ti set v0='JIF0M0ODF9FDON4SE0GRI4E' where id=6; -update noar tt set b1='7JW506T2RLP7ITWGWS4LC300C' where id=6; -update noar ti set b1='7JW506T2RLP7ITWGWS4LC300C' where id=6; -update noar tt set v0='8JYGGZ1OXWZWU' where id=6; -update noar ti set v0='8JYGGZ1OXWZWU' where id=6; -update noar tt set b2='XOUNAM288C3N7GTYIG494KGPZJ4O' where id=6; -update noar ti set b2='XOUNAM288C3N7GTYIG494KGPZJ4O' where id=6; -update noar tt set v0='ULCNOU1BOU6L900G15Q3W' where id=7; -update noar ti set v0='ULCNOU1BOU6L900G15Q3W' where id=7; -update noar tt set b0='WRSR0UPPI' where id=7; -update noar ti set b0='WRSR0UPPI' where id=7; -update noar tt set v0='HS6S2L897G2' where id=7; -update noar ti set v0='HS6S2L897G2' where id=7; -update noar tt set b1='469U152024V' where id=7; -update noar ti set b1='469U152024V' where id=7; -update noar tt set v0='I775LNVNL22PT' where id=7; -update noar ti set v0='I775LNVNL22PT' where id=7; -update noar tt set b2='RYNAD77YXGVFD6G' where id=7; -update noar ti set b2='RYNAD77YXGVFD6G' where id=7; -update noar tt set v0='ZVBNJMMKJY4OTM' where id=8; -update noar ti set v0='ZVBNJMMKJY4OTM' where id=8; -update noar tt set b0='4FR8UG043GI5J29TZFM5XI4QFRO0DG2' where id=8; -update noar ti set b0='4FR8UG043GI5J29TZFM5XI4QFRO0DG2' where id=8; -update noar tt set v0='LOV9' where id=8; -update noar ti set v0='LOV9' where id=8; -update noar tt set b1='9TXUMOBU' where id=8; -update noar ti set b1='9TXUMOBU' where id=8; -update noar tt set v0='U8A3Z6S9LPOG5ROV9RS2' where id=8; -update noar ti set v0='U8A3Z6S9LPOG5ROV9RS2' where id=8; -update noar tt set b2='RDT9OVGBGGT8YMKR9XKKD' where id=8; -update noar ti set b2='RDT9OVGBGGT8YMKR9XKKD' where id=8; -update noar tt set v0='T1E45YGYID0C' where id=9; -update noar ti set v0='T1E45YGYID0C' where id=9; -update noar tt set b0='51G51Z38LETUJVGQ4GTB884G5' where id=9; -update noar ti set b0='51G51Z38LETUJVGQ4GTB884G5' where id=9; -update noar tt set v0='N5PR7Y6CEOXCAHZ68XSRFPGR76' where id=9; -update noar ti set v0='N5PR7Y6CEOXCAHZ68XSRFPGR76' where id=9; -update noar tt set b1='59WZ35V8VSGNBMJPTXS0YMD0Z2XUME' where id=9; -update noar ti set b1='59WZ35V8VSGNBMJPTXS0YMD0Z2XUME' where id=9; -update noar tt set v0='OSCI2H1G2BECV97JMQIG2SE88LW89T4M' where id=9; -update noar ti set v0='OSCI2H1G2BECV97JMQIG2SE88LW89T4M' where id=9; -update noar tt set b2='J1' where id=9; -update noar ti set b2='J1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XZSOYQBUV8XCR7DD7S' where id=1; -update noar ti set v0='XZSOYQBUV8XCR7DD7S' where id=1; -update noar tt set b0='XM5A45SR6JKDGOQ7NWLYGXM4BT7WQ5' where id=1; -update noar ti set b0='XM5A45SR6JKDGOQ7NWLYGXM4BT7WQ5' where id=1; -update noar tt set v0='74AV89LKECW3' where id=1; -update noar ti set v0='74AV89LKECW3' where id=1; -update noar tt set b1='UEURZIUTR' where id=1; -update noar ti set b1='UEURZIUTR' where id=1; -update noar tt set v0='35JKMMRB7230OXVD5KDXBLYYSGNP5' where id=1; -update noar ti set v0='35JKMMRB7230OXVD5KDXBLYYSGNP5' where id=1; -update noar tt set b2='KY83QPADSIYWXPL0D5DBHUMH4L4O4' where id=1; -update noar ti set b2='KY83QPADSIYWXPL0D5DBHUMH4L4O4' where id=1; -update noar tt set v0='AEHZWNJ3L' where id=2; -update noar ti set v0='AEHZWNJ3L' where id=2; -update noar tt set b0='BIJ' where id=2; -update noar ti set b0='BIJ' where id=2; -update noar tt set v0='6' where id=2; -update noar ti set v0='6' where id=2; -update noar tt set b1='EQRCHAIQKLLTW3M07DOCFXK1O' where id=2; -update noar ti set b1='EQRCHAIQKLLTW3M07DOCFXK1O' where id=2; -update noar tt set v0='1K' where id=2; -update noar ti set v0='1K' where id=2; -update noar tt set b2='6S2GLXJSGK8' where id=2; -update noar ti set b2='6S2GLXJSGK8' where id=2; -update noar tt set v0='LYMQRDOJ229DZ55YCC9CCGVC' where id=3; -update noar ti set v0='LYMQRDOJ229DZ55YCC9CCGVC' where id=3; -update noar tt set b0='YVX5GXUVV8BGAZ8JSN8S6QD2L519' where id=3; -update noar ti set b0='YVX5GXUVV8BGAZ8JSN8S6QD2L519' where id=3; -update noar tt set v0='46R8WYY8LMLFFF' where id=3; -update noar ti set v0='46R8WYY8LMLFFF' where id=3; -update noar tt set b1='3Z6FBHA2LF8QK8N7XOLTBKZ6P' where id=3; -update noar ti set b1='3Z6FBHA2LF8QK8N7XOLTBKZ6P' where id=3; -update noar tt set v0='O9Q6MNEL7JH8Y3ND9SJYP2ASHXT7BVZ' where id=3; -update noar ti set v0='O9Q6MNEL7JH8Y3ND9SJYP2ASHXT7BVZ' where id=3; -update noar tt set b2='8XV0K6BP' where id=3; -update noar ti set b2='8XV0K6BP' where id=3; -update noar tt set v0='67' where id=4; -update noar ti set v0='67' where id=4; -update noar tt set b0='EZYTLWP8JKROGYM4TYP' where id=4; -update noar ti set b0='EZYTLWP8JKROGYM4TYP' where id=4; -update noar tt set v0='OWYZHKL4RS79SSXKNOTT7G6T4B029' where id=4; -update noar ti set v0='OWYZHKL4RS79SSXKNOTT7G6T4B029' where id=4; -update noar tt set b1='AXCJMJ9I9QAANRQ' where id=4; -update noar ti set b1='AXCJMJ9I9QAANRQ' where id=4; -update noar tt set v0='86ZYTIALIYTFWKL6KX' where id=4; -update noar ti set v0='86ZYTIALIYTFWKL6KX' where id=4; -update noar tt set b2='4' where id=4; -update noar ti set b2='4' where id=4; -update noar tt set v0='OLOJE8RCKL1OEJ' where id=5; -update noar ti set v0='OLOJE8RCKL1OEJ' where id=5; -update noar tt set b0='0ZTDBK1T3XMM' where id=5; -update noar ti set b0='0ZTDBK1T3XMM' where id=5; -update noar tt set v0='KHSIRMYH1FXRWTCWYYOR375U13N38QBL' where id=5; -update noar ti set v0='KHSIRMYH1FXRWTCWYYOR375U13N38QBL' where id=5; -update noar tt set b1='GNG2TMEPDG7847VW' where id=5; -update noar ti set b1='GNG2TMEPDG7847VW' where id=5; -update noar tt set v0='4Y79BZ6' where id=5; -update noar ti set v0='4Y79BZ6' where id=5; -update noar tt set b2='7RPOLXS4GFG8CEVYAD7LEE0FCDZHSNY' where id=5; -update noar ti set b2='7RPOLXS4GFG8CEVYAD7LEE0FCDZHSNY' where id=5; -update noar tt set v0='PMU7301VX' where id=6; -update noar ti set v0='PMU7301VX' where id=6; -update noar tt set b0='ZDNEEOJ9IUU49THGVGEJ8W' where id=6; -update noar ti set b0='ZDNEEOJ9IUU49THGVGEJ8W' where id=6; -update noar tt set v0='KZD' where id=6; -update noar ti set v0='KZD' where id=6; -update noar tt set b1='YWQI579QM13IYIJHQ1KOYHFK8RM9K' where id=6; -update noar ti set b1='YWQI579QM13IYIJHQ1KOYHFK8RM9K' where id=6; -update noar tt set v0='DE16UEYJBYCYQ0F' where id=6; -update noar ti set v0='DE16UEYJBYCYQ0F' where id=6; -update noar tt set b2='AYB1X13P5P397D' where id=6; -update noar ti set b2='AYB1X13P5P397D' where id=6; -update noar tt set v0='VP6I3BWBWZZ8FO0Z' where id=7; -update noar ti set v0='VP6I3BWBWZZ8FO0Z' where id=7; -update noar tt set b0='SWVIGSPVUE0WI82DDFQQ2F4YYAXCRE' where id=7; -update noar ti set b0='SWVIGSPVUE0WI82DDFQQ2F4YYAXCRE' where id=7; -update noar tt set v0='72231WR5LUPEOM7J9UWQKJ6' where id=7; -update noar ti set v0='72231WR5LUPEOM7J9UWQKJ6' where id=7; -update noar tt set b1='ZKLUL7PU16AT2FSY02VJ77UE1BLUTE3' where id=7; -update noar ti set b1='ZKLUL7PU16AT2FSY02VJ77UE1BLUTE3' where id=7; -update noar tt set v0='TQ68D6UR48TA' where id=7; -update noar ti set v0='TQ68D6UR48TA' where id=7; -update noar tt set b2='8K6VCI2ZHYEPGKBC84Q5LR1' where id=7; -update noar ti set b2='8K6VCI2ZHYEPGKBC84Q5LR1' where id=7; -update noar tt set v0='ERW2BHQPAV9UFD4ZNYRXHALG95H1YN' where id=8; -update noar ti set v0='ERW2BHQPAV9UFD4ZNYRXHALG95H1YN' where id=8; -update noar tt set b0='3JX94NKAISVA0W' where id=8; -update noar ti set b0='3JX94NKAISVA0W' where id=8; -update noar tt set v0='RJ4E0UWMPONKU0IHRLW79H7R0KPMZZOY' where id=8; -update noar ti set v0='RJ4E0UWMPONKU0IHRLW79H7R0KPMZZOY' where id=8; -update noar tt set b1='0QHFWBDNQZHKUIPJDHQOH8RV0IR6Y8VA' where id=8; -update noar ti set b1='0QHFWBDNQZHKUIPJDHQOH8RV0IR6Y8VA' where id=8; -update noar tt set v0='RSQNOGQGXU6J89TZEEJYRL4920A6ZJU1' where id=8; -update noar ti set v0='RSQNOGQGXU6J89TZEEJYRL4920A6ZJU1' where id=8; -update noar tt set b2='XCPLKDR5M7J0NYHBI6Z6' where id=8; -update noar ti set b2='XCPLKDR5M7J0NYHBI6Z6' where id=8; -update noar tt set v0='SKIHNALLGOL6K58E70G5SIA6HNEHW' where id=9; -update noar ti set v0='SKIHNALLGOL6K58E70G5SIA6HNEHW' where id=9; -update noar tt set b0='01CPNP6EORHNBG5VQA48KYXJXO2WJ' where id=9; -update noar ti set b0='01CPNP6EORHNBG5VQA48KYXJXO2WJ' where id=9; -update noar tt set v0='0XNX8NBSN' where id=9; -update noar ti set v0='0XNX8NBSN' where id=9; -update noar tt set b1='9HCNW4WI3GFHY0RHCA' where id=9; -update noar ti set b1='9HCNW4WI3GFHY0RHCA' where id=9; -update noar tt set v0='XBU93Q3RFISOBT3283Q9' where id=9; -update noar ti set v0='XBU93Q3RFISOBT3283Q9' where id=9; -update noar tt set b2='PGWTKEJI58S1X3GZL9QW' where id=9; -update noar ti set b2='PGWTKEJI58S1X3GZL9QW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5Z6RPD3X' where id=1; -update noar ti set v0='5Z6RPD3X' where id=1; -update noar tt set b0='UCT91WU' where id=1; -update noar ti set b0='UCT91WU' where id=1; -update noar tt set v0='77HADWM7P6HD2' where id=1; -update noar ti set v0='77HADWM7P6HD2' where id=1; -update noar tt set b1='TYYGFRN0NJWVOR1GXG59VGFST47PEL2J' where id=1; -update noar ti set b1='TYYGFRN0NJWVOR1GXG59VGFST47PEL2J' where id=1; -update noar tt set v0='N7HX0T9W61WDKUBJ7XXH2T8' where id=1; -update noar ti set v0='N7HX0T9W61WDKUBJ7XXH2T8' where id=1; -update noar tt set b2='C7P2IJCXUQ' where id=1; -update noar ti set b2='C7P2IJCXUQ' where id=1; -update noar tt set v0='1GUS2YRG' where id=2; -update noar ti set v0='1GUS2YRG' where id=2; -update noar tt set b0='T3JX3WRU3ZZ' where id=2; -update noar ti set b0='T3JX3WRU3ZZ' where id=2; -update noar tt set v0='1QHPG6' where id=2; -update noar ti set v0='1QHPG6' where id=2; -update noar tt set b1='QYET3NE' where id=2; -update noar ti set b1='QYET3NE' where id=2; -update noar tt set v0='FGB16UNM0EUVAVK0UANCROUTT4X' where id=2; -update noar ti set v0='FGB16UNM0EUVAVK0UANCROUTT4X' where id=2; -update noar tt set b2='L0N0DEAD' where id=2; -update noar ti set b2='L0N0DEAD' where id=2; -update noar tt set v0='RPJA1IVLHM3S0XFR9BOGFO' where id=3; -update noar ti set v0='RPJA1IVLHM3S0XFR9BOGFO' where id=3; -update noar tt set b0='W71K5VTHQAPL921M0ZF0CO23MCDMFXSU' where id=3; -update noar ti set b0='W71K5VTHQAPL921M0ZF0CO23MCDMFXSU' where id=3; -update noar tt set v0='EEOSSHLVQQ67BHT9H6BPMI7CLWXRTBYS' where id=3; -update noar ti set v0='EEOSSHLVQQ67BHT9H6BPMI7CLWXRTBYS' where id=3; -update noar tt set b1='8VYHSBMMEQM2Y' where id=3; -update noar ti set b1='8VYHSBMMEQM2Y' where id=3; -update noar tt set v0='33DIQ1PHA7JI38I4TTP6I1FUUNGQ' where id=3; -update noar ti set v0='33DIQ1PHA7JI38I4TTP6I1FUUNGQ' where id=3; -update noar tt set b2='AH1J86Q7HFPPTLFPVAR2TW8RJO' where id=3; -update noar ti set b2='AH1J86Q7HFPPTLFPVAR2TW8RJO' where id=3; -update noar tt set v0='V8DI4NXOZYJSKNY6ID6GWY00H5V851' where id=4; -update noar ti set v0='V8DI4NXOZYJSKNY6ID6GWY00H5V851' where id=4; -update noar tt set b0='BTM30K' where id=4; -update noar ti set b0='BTM30K' where id=4; -update noar tt set v0='6VL' where id=4; -update noar ti set v0='6VL' where id=4; -update noar tt set b1='DT4VOQ3Y' where id=4; -update noar ti set b1='DT4VOQ3Y' where id=4; -update noar tt set v0='HXNBMVA0' where id=4; -update noar ti set v0='HXNBMVA0' where id=4; -update noar tt set b2='488OR2H88P9WKDSJTJ3NN44XMD' where id=4; -update noar ti set b2='488OR2H88P9WKDSJTJ3NN44XMD' where id=4; -update noar tt set v0='49Y2C9C3FBN' where id=5; -update noar ti set v0='49Y2C9C3FBN' where id=5; -update noar tt set b0='2QLQPVAAIS3NXFEN2W9ELV4XW' where id=5; -update noar ti set b0='2QLQPVAAIS3NXFEN2W9ELV4XW' where id=5; -update noar tt set v0='XS54RZZBV0' where id=5; -update noar ti set v0='XS54RZZBV0' where id=5; -update noar tt set b1='S4A5X0EUT8ENTPUBKB5QP6LW8YOOFS' where id=5; -update noar ti set b1='S4A5X0EUT8ENTPUBKB5QP6LW8YOOFS' where id=5; -update noar tt set v0='ZNW2BYORH' where id=5; -update noar ti set v0='ZNW2BYORH' where id=5; -update noar tt set b2='6FW37Y57' where id=5; -update noar ti set b2='6FW37Y57' where id=5; -update noar tt set v0='9WNPHACK' where id=6; -update noar ti set v0='9WNPHACK' where id=6; -update noar tt set b0='ONDSRYWJL33TL6ZBI5UDCVXSRIJ7PYJ' where id=6; -update noar ti set b0='ONDSRYWJL33TL6ZBI5UDCVXSRIJ7PYJ' where id=6; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b1='QCHSP4DROBUU3JKEG1D59RZQFKDVM' where id=6; -update noar ti set b1='QCHSP4DROBUU3JKEG1D59RZQFKDVM' where id=6; -update noar tt set v0='P0HSXMTH763OZWWE3THANU4YMHSOC' where id=6; -update noar ti set v0='P0HSXMTH763OZWWE3THANU4YMHSOC' where id=6; -update noar tt set b2='MU9C' where id=6; -update noar ti set b2='MU9C' where id=6; -update noar tt set v0='2IDJ4YVYN71K2JCRIHFR' where id=7; -update noar ti set v0='2IDJ4YVYN71K2JCRIHFR' where id=7; -update noar tt set b0='085XPJMWG4EAVDICW3X2MV6' where id=7; -update noar ti set b0='085XPJMWG4EAVDICW3X2MV6' where id=7; -update noar tt set v0='I3G6' where id=7; -update noar ti set v0='I3G6' where id=7; -update noar tt set b1='03EV0G' where id=7; -update noar ti set b1='03EV0G' where id=7; -update noar tt set v0='ZRA' where id=7; -update noar ti set v0='ZRA' where id=7; -update noar tt set b2='1HO9ESSC7ZNQGMJS2WDUPQLXV' where id=7; -update noar ti set b2='1HO9ESSC7ZNQGMJS2WDUPQLXV' where id=7; -update noar tt set v0='BXCISN1XCRZPD47TEA7NG1Y1Q' where id=8; -update noar ti set v0='BXCISN1XCRZPD47TEA7NG1Y1Q' where id=8; -update noar tt set b0='KA0JJNF2GIK4N3RMMI' where id=8; -update noar ti set b0='KA0JJNF2GIK4N3RMMI' where id=8; -update noar tt set v0='5HJDWSFEXIA' where id=8; -update noar ti set v0='5HJDWSFEXIA' where id=8; -update noar tt set b1='Q2A1AF40HLUPBYF0DCJKNSC4' where id=8; -update noar ti set b1='Q2A1AF40HLUPBYF0DCJKNSC4' where id=8; -update noar tt set v0='UKT' where id=8; -update noar ti set v0='UKT' where id=8; -update noar tt set b2='O86UDDD7C7Z' where id=8; -update noar ti set b2='O86UDDD7C7Z' where id=8; -update noar tt set v0='L7TC' where id=9; -update noar ti set v0='L7TC' where id=9; -update noar tt set b0='3TD99CICLNR5YY2F7SE79REJSBJ6EQ' where id=9; -update noar ti set b0='3TD99CICLNR5YY2F7SE79REJSBJ6EQ' where id=9; -update noar tt set v0='RYM970UI38Z4PBQCDRLCLSXE14M0' where id=9; -update noar ti set v0='RYM970UI38Z4PBQCDRLCLSXE14M0' where id=9; -update noar tt set b1='65QVVVL6' where id=9; -update noar ti set b1='65QVVVL6' where id=9; -update noar tt set v0='MMVW0VMXH9C4EF8QZ' where id=9; -update noar ti set v0='MMVW0VMXH9C4EF8QZ' where id=9; -update noar tt set b2='OGXCDIENDG7HIS4V' where id=9; -update noar ti set b2='OGXCDIENDG7HIS4V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MRFA4NQEG02TO3MG482KEWAX84CFXQ' where id=1; -update noar ti set v0='MRFA4NQEG02TO3MG482KEWAX84CFXQ' where id=1; -update noar tt set b0='60J3CU4GW0C2UXD6G1G' where id=1; -update noar ti set b0='60J3CU4GW0C2UXD6G1G' where id=1; -update noar tt set v0='HBWJGUX36S5CMNC3159B62M5PA' where id=1; -update noar ti set v0='HBWJGUX36S5CMNC3159B62M5PA' where id=1; -update noar tt set b1='38XV123' where id=1; -update noar ti set b1='38XV123' where id=1; -update noar tt set v0='28LP' where id=1; -update noar ti set v0='28LP' where id=1; -update noar tt set b2='V' where id=1; -update noar ti set b2='V' where id=1; -update noar tt set v0='H2CX0EI0BE5E0500NBVZ52AG0Z045Z' where id=2; -update noar ti set v0='H2CX0EI0BE5E0500NBVZ52AG0Z045Z' where id=2; -update noar tt set b0='TOYY8QRR' where id=2; -update noar ti set b0='TOYY8QRR' where id=2; -update noar tt set v0='BDEGJ8PZHAXUH0IT8J08546E' where id=2; -update noar ti set v0='BDEGJ8PZHAXUH0IT8J08546E' where id=2; -update noar tt set b1='E9425ENC3G8T' where id=2; -update noar ti set b1='E9425ENC3G8T' where id=2; -update noar tt set v0='40ILIJWUC5ZF0U4P8Z6HG1GI6530V' where id=2; -update noar ti set v0='40ILIJWUC5ZF0U4P8Z6HG1GI6530V' where id=2; -update noar tt set b2='79ID' where id=2; -update noar ti set b2='79ID' where id=2; -update noar tt set v0='FK7Q68DSV6VFFGN8ZJFDWGH6BVHVJBAR' where id=3; -update noar ti set v0='FK7Q68DSV6VFFGN8ZJFDWGH6BVHVJBAR' where id=3; -update noar tt set b0='ODKXSQM86X3EVDGD' where id=3; -update noar ti set b0='ODKXSQM86X3EVDGD' where id=3; -update noar tt set v0='3HF4O5KWQCC2U2GA8' where id=3; -update noar ti set v0='3HF4O5KWQCC2U2GA8' where id=3; -update noar tt set b1='9PLRZBE9O3A4KVLJ' where id=3; -update noar ti set b1='9PLRZBE9O3A4KVLJ' where id=3; -update noar tt set v0='RX2QCYKB6WC5YE3ALHKIK' where id=3; -update noar ti set v0='RX2QCYKB6WC5YE3ALHKIK' where id=3; -update noar tt set b2='DQGVF5NS79RI9CHT7SG6J8VS' where id=3; -update noar ti set b2='DQGVF5NS79RI9CHT7SG6J8VS' where id=3; -update noar tt set v0='3VYP5GBPXC2RQZ9YKB4UVY' where id=4; -update noar ti set v0='3VYP5GBPXC2RQZ9YKB4UVY' where id=4; -update noar tt set b0='6W' where id=4; -update noar ti set b0='6W' where id=4; -update noar tt set v0='EXTZWLBKOJASKTSCNYDWV' where id=4; -update noar ti set v0='EXTZWLBKOJASKTSCNYDWV' where id=4; -update noar tt set b1='0VG7XQ2W1' where id=4; -update noar ti set b1='0VG7XQ2W1' where id=4; -update noar tt set v0='TJQ0BYJHKAMQFVZ3YNG1N' where id=4; -update noar ti set v0='TJQ0BYJHKAMQFVZ3YNG1N' where id=4; -update noar tt set b2='RVOBLQ06SNSXEXQ3F2RVIBQ0LVP' where id=4; -update noar ti set b2='RVOBLQ06SNSXEXQ3F2RVIBQ0LVP' where id=4; -update noar tt set v0='Z0MGERB' where id=5; -update noar ti set v0='Z0MGERB' where id=5; -update noar tt set b0='QWX5X6C1J3' where id=5; -update noar ti set b0='QWX5X6C1J3' where id=5; -update noar tt set v0='ILJQY9I5MG53AFYU7I2N' where id=5; -update noar ti set v0='ILJQY9I5MG53AFYU7I2N' where id=5; -update noar tt set b1='KC6BN6TFX7PHU' where id=5; -update noar ti set b1='KC6BN6TFX7PHU' where id=5; -update noar tt set v0='HDWZDH5HEHNM' where id=5; -update noar ti set v0='HDWZDH5HEHNM' where id=5; -update noar tt set b2='63SERHO0YBUJB9PYSYRRTQ61J' where id=5; -update noar ti set b2='63SERHO0YBUJB9PYSYRRTQ61J' where id=5; -update noar tt set v0='87FGO0VZZB42' where id=6; -update noar ti set v0='87FGO0VZZB42' where id=6; -update noar tt set b0='IDLWK6863KXO1D5C5' where id=6; -update noar ti set b0='IDLWK6863KXO1D5C5' where id=6; -update noar tt set v0='0YU9NO' where id=6; -update noar ti set v0='0YU9NO' where id=6; -update noar tt set b1='NPTBKDIVWXRXYKBNT77LBKMLTTWH85RA' where id=6; -update noar ti set b1='NPTBKDIVWXRXYKBNT77LBKMLTTWH85RA' where id=6; -update noar tt set v0='E9QTHKC8EGOV4741EH375LQ43NWV' where id=6; -update noar ti set v0='E9QTHKC8EGOV4741EH375LQ43NWV' where id=6; -update noar tt set b2='JQ13AXVDH2GTN8UGD4' where id=6; -update noar ti set b2='JQ13AXVDH2GTN8UGD4' where id=6; -update noar tt set v0='VTTTDQ' where id=7; -update noar ti set v0='VTTTDQ' where id=7; -update noar tt set b0='UPS7JT5GTW' where id=7; -update noar ti set b0='UPS7JT5GTW' where id=7; -update noar tt set v0='RLKLLWKW5ZXUG3KSXGH' where id=7; -update noar ti set v0='RLKLLWKW5ZXUG3KSXGH' where id=7; -update noar tt set b1='JJC8BWFMC9FXWDDMXRL1URXCEO2' where id=7; -update noar ti set b1='JJC8BWFMC9FXWDDMXRL1URXCEO2' where id=7; -update noar tt set v0='KU6B7A7KTIZJU6LGKR25LHQTYS6M' where id=7; -update noar ti set v0='KU6B7A7KTIZJU6LGKR25LHQTYS6M' where id=7; -update noar tt set b2='LYBVMWSAQ0R630F' where id=7; -update noar ti set b2='LYBVMWSAQ0R630F' where id=7; -update noar tt set v0='YOTXIA2W2VYOY' where id=8; -update noar ti set v0='YOTXIA2W2VYOY' where id=8; -update noar tt set b0='9JIPEW8EDE1YYZZ' where id=8; -update noar ti set b0='9JIPEW8EDE1YYZZ' where id=8; -update noar tt set v0='Z9' where id=8; -update noar ti set v0='Z9' where id=8; -update noar tt set b1='DD8JD0X' where id=8; -update noar ti set b1='DD8JD0X' where id=8; -update noar tt set v0='55NQRT2SEOFG588R' where id=8; -update noar ti set v0='55NQRT2SEOFG588R' where id=8; -update noar tt set b2='VF3DCAM54AWFZNY90I740RM' where id=8; -update noar ti set b2='VF3DCAM54AWFZNY90I740RM' where id=8; -update noar tt set v0='6U0VND' where id=9; -update noar ti set v0='6U0VND' where id=9; -update noar tt set b0='CU9AC7VOWSXIM1TPPDOIZKQMDV47NYH' where id=9; -update noar ti set b0='CU9AC7VOWSXIM1TPPDOIZKQMDV47NYH' where id=9; -update noar tt set v0='DV5SZ3T6GG9D7O8' where id=9; -update noar ti set v0='DV5SZ3T6GG9D7O8' where id=9; -update noar tt set b1='JTK51YZ3MH7EPV38ZA3' where id=9; -update noar ti set b1='JTK51YZ3MH7EPV38ZA3' where id=9; -update noar tt set v0='P82AFYAR1SWYN3HVKU4KNPS5R' where id=9; -update noar ti set v0='P82AFYAR1SWYN3HVKU4KNPS5R' where id=9; -update noar tt set b2='9XJURTXR95AO6UC4SMN' where id=9; -update noar ti set b2='9XJURTXR95AO6UC4SMN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='E4EXF3DQ5EZRK780' where id=1; -update noar ti set v0='E4EXF3DQ5EZRK780' where id=1; -update noar tt set b0='1C9CPGVIUDGPO1LF1ENEDI' where id=1; -update noar ti set b0='1C9CPGVIUDGPO1LF1ENEDI' where id=1; -update noar tt set v0='002Q3NZEQJYRA6696QCXDGM6VF6P' where id=1; -update noar ti set v0='002Q3NZEQJYRA6696QCXDGM6VF6P' where id=1; -update noar tt set b1='V9KP' where id=1; -update noar ti set b1='V9KP' where id=1; -update noar tt set v0='F2A0L606CZEN4IHJ89JXFJW' where id=1; -update noar ti set v0='F2A0L606CZEN4IHJ89JXFJW' where id=1; -update noar tt set b2='75OJNCY' where id=1; -update noar ti set b2='75OJNCY' where id=1; -update noar tt set v0='4GSPODX06S79' where id=2; -update noar ti set v0='4GSPODX06S79' where id=2; -update noar tt set b0='LNIDCUASEW0XACQ7XK5ZMKGE' where id=2; -update noar ti set b0='LNIDCUASEW0XACQ7XK5ZMKGE' where id=2; -update noar tt set v0='O' where id=2; -update noar ti set v0='O' where id=2; -update noar tt set b1='PM' where id=2; -update noar ti set b1='PM' where id=2; -update noar tt set v0='CQJM6AIB' where id=2; -update noar ti set v0='CQJM6AIB' where id=2; -update noar tt set b2='OOK843ZBAQWQOWWKSE7M0C6GE' where id=2; -update noar ti set b2='OOK843ZBAQWQOWWKSE7M0C6GE' where id=2; -update noar tt set v0='C0DRBIBVEQQ' where id=3; -update noar ti set v0='C0DRBIBVEQQ' where id=3; -update noar tt set b0='7TLZ460RY6F3UQ854VDSZCW7UKA8VZC' where id=3; -update noar ti set b0='7TLZ460RY6F3UQ854VDSZCW7UKA8VZC' where id=3; -update noar tt set v0='KESKC9LQP' where id=3; -update noar ti set v0='KESKC9LQP' where id=3; -update noar tt set b1='GWE91K7T6IA3TU3KO34WUK' where id=3; -update noar ti set b1='GWE91K7T6IA3TU3KO34WUK' where id=3; -update noar tt set v0='Z' where id=3; -update noar ti set v0='Z' where id=3; -update noar tt set b2='YP4M0UJPD55M96EY85SCXASV5' where id=3; -update noar ti set b2='YP4M0UJPD55M96EY85SCXASV5' where id=3; -update noar tt set v0='WSHKMHTX45HT40N907ZU6D8' where id=4; -update noar ti set v0='WSHKMHTX45HT40N907ZU6D8' where id=4; -update noar tt set b0='IA8X2PE4V9QDDOCLSK' where id=4; -update noar ti set b0='IA8X2PE4V9QDDOCLSK' where id=4; -update noar tt set v0='EA2ZTC5F5IZL' where id=4; -update noar ti set v0='EA2ZTC5F5IZL' where id=4; -update noar tt set b1='45V9KS2XGKQEW127UZVB5KVNL0DFK6Y4' where id=4; -update noar ti set b1='45V9KS2XGKQEW127UZVB5KVNL0DFK6Y4' where id=4; -update noar tt set v0='1JN6FVFO77UU39NN01OMB' where id=4; -update noar ti set v0='1JN6FVFO77UU39NN01OMB' where id=4; -update noar tt set b2='1LIN9GX6SED2A6ZGQTJVAT5KL' where id=4; -update noar ti set b2='1LIN9GX6SED2A6ZGQTJVAT5KL' where id=4; -update noar tt set v0='06PN8G66U6S' where id=5; -update noar ti set v0='06PN8G66U6S' where id=5; -update noar tt set b0='DQMYC40O2SPY4OUWGPH7W' where id=5; -update noar ti set b0='DQMYC40O2SPY4OUWGPH7W' where id=5; -update noar tt set v0='1CATTVVN3TUR5B2JUXG9IP' where id=5; -update noar ti set v0='1CATTVVN3TUR5B2JUXG9IP' where id=5; -update noar tt set b1='MLFD5HUO' where id=5; -update noar ti set b1='MLFD5HUO' where id=5; -update noar tt set v0='X' where id=5; -update noar ti set v0='X' where id=5; -update noar tt set b2='X4XFUD2H8FP9XX6TN3Y55UO6MCD' where id=5; -update noar ti set b2='X4XFUD2H8FP9XX6TN3Y55UO6MCD' where id=5; -update noar tt set v0='3121FM8PL49' where id=6; -update noar ti set v0='3121FM8PL49' where id=6; -update noar tt set b0='4YKXWSOKD23' where id=6; -update noar ti set b0='4YKXWSOKD23' where id=6; -update noar tt set v0='SIT58PSG071K3R3F9' where id=6; -update noar ti set v0='SIT58PSG071K3R3F9' where id=6; -update noar tt set b1='0CLF64KDZI3F70SJMJAPXAE4' where id=6; -update noar ti set b1='0CLF64KDZI3F70SJMJAPXAE4' where id=6; -update noar tt set v0='JI' where id=6; -update noar ti set v0='JI' where id=6; -update noar tt set b2='4W8EDUIBLU2JGY1XB3IL' where id=6; -update noar ti set b2='4W8EDUIBLU2JGY1XB3IL' where id=6; -update noar tt set v0='FRM83WBO0FJIZU8ZY' where id=7; -update noar ti set v0='FRM83WBO0FJIZU8ZY' where id=7; -update noar tt set b0='R1E1Q6BYNPR76Y6QTUSF' where id=7; -update noar ti set b0='R1E1Q6BYNPR76Y6QTUSF' where id=7; -update noar tt set v0='NT34Y1IK' where id=7; -update noar ti set v0='NT34Y1IK' where id=7; -update noar tt set b1='6IDUJC0L9W8' where id=7; -update noar ti set b1='6IDUJC0L9W8' where id=7; -update noar tt set v0='6A9OV4AA8X2A3RAJ4M' where id=7; -update noar ti set v0='6A9OV4AA8X2A3RAJ4M' where id=7; -update noar tt set b2='LFZX87JR7U2JD8XBYWSA2' where id=7; -update noar ti set b2='LFZX87JR7U2JD8XBYWSA2' where id=7; -update noar tt set v0='39OQP' where id=8; -update noar ti set v0='39OQP' where id=8; -update noar tt set b0='HYOSCL6MQX' where id=8; -update noar ti set b0='HYOSCL6MQX' where id=8; -update noar tt set v0='JK6W9DTRVATP' where id=8; -update noar ti set v0='JK6W9DTRVATP' where id=8; -update noar tt set b1='U' where id=8; -update noar ti set b1='U' where id=8; -update noar tt set v0='6GGV' where id=8; -update noar ti set v0='6GGV' where id=8; -update noar tt set b2='KUHL' where id=8; -update noar ti set b2='KUHL' where id=8; -update noar tt set v0='EHUA546TZ959J9VT' where id=9; -update noar ti set v0='EHUA546TZ959J9VT' where id=9; -update noar tt set b0='C89CQKID907R936YRPZQ4KHSOS81' where id=9; -update noar ti set b0='C89CQKID907R936YRPZQ4KHSOS81' where id=9; -update noar tt set v0='0SXIMJUMZZW38IDV' where id=9; -update noar ti set v0='0SXIMJUMZZW38IDV' where id=9; -update noar tt set b1='8KOTJ8X6MSRVZV' where id=9; -update noar ti set b1='8KOTJ8X6MSRVZV' where id=9; -update noar tt set v0='7ZFRE2CGEQH5I2' where id=9; -update noar ti set v0='7ZFRE2CGEQH5I2' where id=9; -update noar tt set b2='P4FC4FWF2STJZ4ZGBWZS' where id=9; -update noar ti set b2='P4FC4FWF2STJZ4ZGBWZS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YHU8CYU5OFONA4UEP4E4KNP99F' where id=1; -update noar ti set v0='YHU8CYU5OFONA4UEP4E4KNP99F' where id=1; -update noar tt set b0='VGFYNO6LMPHIQI0HBTK0EIWT50F9MZ' where id=1; -update noar ti set b0='VGFYNO6LMPHIQI0HBTK0EIWT50F9MZ' where id=1; -update noar tt set v0='EXEMNGGMU62GRIBQ994QVIPH865LEG3' where id=1; -update noar ti set v0='EXEMNGGMU62GRIBQ994QVIPH865LEG3' where id=1; -update noar tt set b1='V5OQNLG5LK9MQBEKKV' where id=1; -update noar ti set b1='V5OQNLG5LK9MQBEKKV' where id=1; -update noar tt set v0='Q914BHJY7G5XWPP94IJT9DYOME8I6JPS' where id=1; -update noar ti set v0='Q914BHJY7G5XWPP94IJT9DYOME8I6JPS' where id=1; -update noar tt set b2='CDS' where id=1; -update noar ti set b2='CDS' where id=1; -update noar tt set v0='LONTOQ8OEUG' where id=2; -update noar ti set v0='LONTOQ8OEUG' where id=2; -update noar tt set b0='5YGQ8UZ7' where id=2; -update noar ti set b0='5YGQ8UZ7' where id=2; -update noar tt set v0='DXYQ02YV' where id=2; -update noar ti set v0='DXYQ02YV' where id=2; -update noar tt set b1='DL' where id=2; -update noar ti set b1='DL' where id=2; -update noar tt set v0='9LIPFVKDFF78NUU95FAY0S' where id=2; -update noar ti set v0='9LIPFVKDFF78NUU95FAY0S' where id=2; -update noar tt set b2='KYWHW6WC' where id=2; -update noar ti set b2='KYWHW6WC' where id=2; -update noar tt set v0='CLW9C' where id=3; -update noar ti set v0='CLW9C' where id=3; -update noar tt set b0='40BMCZXNX' where id=3; -update noar ti set b0='40BMCZXNX' where id=3; -update noar tt set v0='LUW9NWULY36DTK' where id=3; -update noar ti set v0='LUW9NWULY36DTK' where id=3; -update noar tt set b1='P28PVAY24X9798HBJENN' where id=3; -update noar ti set b1='P28PVAY24X9798HBJENN' where id=3; -update noar tt set v0='Z8OF7HXD4LHHE69MPVX1094O' where id=3; -update noar ti set v0='Z8OF7HXD4LHHE69MPVX1094O' where id=3; -update noar tt set b2='OLEE2RX5NS0YEAW50HYY0VKFKQ9B' where id=3; -update noar ti set b2='OLEE2RX5NS0YEAW50HYY0VKFKQ9B' where id=3; -update noar tt set v0='FAKJNV' where id=4; -update noar ti set v0='FAKJNV' where id=4; -update noar tt set b0='FZYOH7OHONINERAV7OVYU0' where id=4; -update noar ti set b0='FZYOH7OHONINERAV7OVYU0' where id=4; -update noar tt set v0='W7EY8OZDI886261DGTK10OJ04XI6' where id=4; -update noar ti set v0='W7EY8OZDI886261DGTK10OJ04XI6' where id=4; -update noar tt set b1='VGW' where id=4; -update noar ti set b1='VGW' where id=4; -update noar tt set v0='LRHKZOU735YTIHGHUJNZ1AD' where id=4; -update noar ti set v0='LRHKZOU735YTIHGHUJNZ1AD' where id=4; -update noar tt set b2='TOKSC7DEMGLW9TU0V6XCR' where id=4; -update noar ti set b2='TOKSC7DEMGLW9TU0V6XCR' where id=4; -update noar tt set v0='BZSQ9HL1SG3KFRHWP' where id=5; -update noar ti set v0='BZSQ9HL1SG3KFRHWP' where id=5; -update noar tt set b0='PAVSZY4' where id=5; -update noar ti set b0='PAVSZY4' where id=5; -update noar tt set v0='9RE' where id=5; -update noar ti set v0='9RE' where id=5; -update noar tt set b1='NCJWIQHW2GAYGVW9RAF5C6RC' where id=5; -update noar ti set b1='NCJWIQHW2GAYGVW9RAF5C6RC' where id=5; -update noar tt set v0='V4AZCZRGD' where id=5; -update noar ti set v0='V4AZCZRGD' where id=5; -update noar tt set b2='F5MO8T0O1THEGRWIJAD' where id=5; -update noar ti set b2='F5MO8T0O1THEGRWIJAD' where id=5; -update noar tt set v0='529' where id=6; -update noar ti set v0='529' where id=6; -update noar tt set b0='ZI3A21TG' where id=6; -update noar ti set b0='ZI3A21TG' where id=6; -update noar tt set v0='7LW67NCE736' where id=6; -update noar ti set v0='7LW67NCE736' where id=6; -update noar tt set b1='SOYRELC04KJ6VO7' where id=6; -update noar ti set b1='SOYRELC04KJ6VO7' where id=6; -update noar tt set v0='YCVNQOOGR05W1S3KDO' where id=6; -update noar ti set v0='YCVNQOOGR05W1S3KDO' where id=6; -update noar tt set b2='0J7U647CCWN7TXTZ6KUUUPZ925PBP' where id=6; -update noar ti set b2='0J7U647CCWN7TXTZ6KUUUPZ925PBP' where id=6; -update noar tt set v0='2V8MSSLQQOSCUWVNCKMD2IE0M' where id=7; -update noar ti set v0='2V8MSSLQQOSCUWVNCKMD2IE0M' where id=7; -update noar tt set b0='5TVUR2ZB4Y' where id=7; -update noar ti set b0='5TVUR2ZB4Y' where id=7; -update noar tt set v0='5DASH0' where id=7; -update noar ti set v0='5DASH0' where id=7; -update noar tt set b1='Y3D46R3CYV4TP4QLU' where id=7; -update noar ti set b1='Y3D46R3CYV4TP4QLU' where id=7; -update noar tt set v0='L0YRTL8EVG3RGFMCD4A' where id=7; -update noar ti set v0='L0YRTL8EVG3RGFMCD4A' where id=7; -update noar tt set b2='QCVHDFCYHVGBAG19EORT0HIPP0O77NJZ' where id=7; -update noar ti set b2='QCVHDFCYHVGBAG19EORT0HIPP0O77NJZ' where id=7; -update noar tt set v0='4HSSP' where id=8; -update noar ti set v0='4HSSP' where id=8; -update noar tt set b0='XUKDKTJ72I8YQDLEX4WFIXU06RK6Q' where id=8; -update noar ti set b0='XUKDKTJ72I8YQDLEX4WFIXU06RK6Q' where id=8; -update noar tt set v0='7SLV9Z1PN0TZL4X29WPLDJYURW' where id=8; -update noar ti set v0='7SLV9Z1PN0TZL4X29WPLDJYURW' where id=8; -update noar tt set b1='IDWOB1JL' where id=8; -update noar ti set b1='IDWOB1JL' where id=8; -update noar tt set v0='C7WB8SH4' where id=8; -update noar ti set v0='C7WB8SH4' where id=8; -update noar tt set b2='9Y' where id=8; -update noar ti set b2='9Y' where id=8; -update noar tt set v0='KHV9VAA2WB0YJT6CJU0G34SIAWYTE' where id=9; -update noar ti set v0='KHV9VAA2WB0YJT6CJU0G34SIAWYTE' where id=9; -update noar tt set b0='G9SKYUJCLMKU2OIG61Q' where id=9; -update noar ti set b0='G9SKYUJCLMKU2OIG61Q' where id=9; -update noar tt set v0='DWM7YOVLTTJ4DMKZ4NNTUISN' where id=9; -update noar ti set v0='DWM7YOVLTTJ4DMKZ4NNTUISN' where id=9; -update noar tt set b1='L12X9YZ6ZGK49GBK9LIUM3ODNGLKBQKK' where id=9; -update noar ti set b1='L12X9YZ6ZGK49GBK9LIUM3ODNGLKBQKK' where id=9; -update noar tt set v0='N8EAWSXZCMZF' where id=9; -update noar ti set v0='N8EAWSXZCMZF' where id=9; -update noar tt set b2='J6Z1NMUWPWV' where id=9; -update noar ti set b2='J6Z1NMUWPWV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8GUQR0FCMDI2RGD' where id=1; -update noar ti set v0='8GUQR0FCMDI2RGD' where id=1; -update noar tt set b0='DWJ' where id=1; -update noar ti set b0='DWJ' where id=1; -update noar tt set v0='8AU5Y3GFRRC8D3XCQ1' where id=1; -update noar ti set v0='8AU5Y3GFRRC8D3XCQ1' where id=1; -update noar tt set b1='68UZXR1K53PEKKLRN0Z0' where id=1; -update noar ti set b1='68UZXR1K53PEKKLRN0Z0' where id=1; -update noar tt set v0='3LOHEBRD85U9FVXXCHNBFB9' where id=1; -update noar ti set v0='3LOHEBRD85U9FVXXCHNBFB9' where id=1; -update noar tt set b2='V41' where id=1; -update noar ti set b2='V41' where id=1; -update noar tt set v0='SESYZM8NFW' where id=2; -update noar ti set v0='SESYZM8NFW' where id=2; -update noar tt set b0='8H1FO471WQ9XCT' where id=2; -update noar ti set b0='8H1FO471WQ9XCT' where id=2; -update noar tt set v0='HJY3X0CBPKG1SIXQW7J6' where id=2; -update noar ti set v0='HJY3X0CBPKG1SIXQW7J6' where id=2; -update noar tt set b1='OQ7E682BAOTGSJL0D7UXGLDT' where id=2; -update noar ti set b1='OQ7E682BAOTGSJL0D7UXGLDT' where id=2; -update noar tt set v0='ALI81HA5HJFJPQ9' where id=2; -update noar ti set v0='ALI81HA5HJFJPQ9' where id=2; -update noar tt set b2='88UM590LAJ0JMQYO5561IXXL9RY' where id=2; -update noar ti set b2='88UM590LAJ0JMQYO5561IXXL9RY' where id=2; -update noar tt set v0='I4' where id=3; -update noar ti set v0='I4' where id=3; -update noar tt set b0='ZHYB9SFIF3WMK35XBCILM' where id=3; -update noar ti set b0='ZHYB9SFIF3WMK35XBCILM' where id=3; -update noar tt set v0='OC' where id=3; -update noar ti set v0='OC' where id=3; -update noar tt set b1='9DOENC0JNBEXYYZYSB6ZGK' where id=3; -update noar ti set b1='9DOENC0JNBEXYYZYSB6ZGK' where id=3; -update noar tt set v0='J9FORFWH1RV6Z6B8IEW8Y' where id=3; -update noar ti set v0='J9FORFWH1RV6Z6B8IEW8Y' where id=3; -update noar tt set b2='6CXDR5K0' where id=3; -update noar ti set b2='6CXDR5K0' where id=3; -update noar tt set v0='FWN25C' where id=4; -update noar ti set v0='FWN25C' where id=4; -update noar tt set b0='HSXJ18OLZFYKXAFMTUL23XG8L7LGG' where id=4; -update noar ti set b0='HSXJ18OLZFYKXAFMTUL23XG8L7LGG' where id=4; -update noar tt set v0='RJ25O7CM54CCWYDF47YF79AK2V' where id=4; -update noar ti set v0='RJ25O7CM54CCWYDF47YF79AK2V' where id=4; -update noar tt set b1='LJ14H2H219TXFR54J3' where id=4; -update noar ti set b1='LJ14H2H219TXFR54J3' where id=4; -update noar tt set v0='48RKTO3H8SJW1L' where id=4; -update noar ti set v0='48RKTO3H8SJW1L' where id=4; -update noar tt set b2='1H2Q0KIIX16BW21GR' where id=4; -update noar ti set b2='1H2Q0KIIX16BW21GR' where id=4; -update noar tt set v0='GSX0DYF61NT9FKDMKV9EAR2P35' where id=5; -update noar ti set v0='GSX0DYF61NT9FKDMKV9EAR2P35' where id=5; -update noar tt set b0='YTQIY' where id=5; -update noar ti set b0='YTQIY' where id=5; -update noar tt set v0='2KQ2KY3NRXK3KFYNKHLF' where id=5; -update noar ti set v0='2KQ2KY3NRXK3KFYNKHLF' where id=5; -update noar tt set b1='4PUKW8G' where id=5; -update noar ti set b1='4PUKW8G' where id=5; -update noar tt set v0='36YDO7TSCKND29VOGDOW438SY0' where id=5; -update noar ti set v0='36YDO7TSCKND29VOGDOW438SY0' where id=5; -update noar tt set b2='I0JJEBZT4V95FJHW' where id=5; -update noar ti set b2='I0JJEBZT4V95FJHW' where id=5; -update noar tt set v0='OHXSQJRC6FZ6MRA3MWW5A65B0' where id=6; -update noar ti set v0='OHXSQJRC6FZ6MRA3MWW5A65B0' where id=6; -update noar tt set b0='15PL4CVY3IQOOX2T9M7WWX6CHK' where id=6; -update noar ti set b0='15PL4CVY3IQOOX2T9M7WWX6CHK' where id=6; -update noar tt set v0='4XGG656T0W5NGNEVQHFG' where id=6; -update noar ti set v0='4XGG656T0W5NGNEVQHFG' where id=6; -update noar tt set b1='8P12WV8G1YI7H4T270EL5OPUFF4N' where id=6; -update noar ti set b1='8P12WV8G1YI7H4T270EL5OPUFF4N' where id=6; -update noar tt set v0='VHPNY6WQAAM' where id=6; -update noar ti set v0='VHPNY6WQAAM' where id=6; -update noar tt set b2='C1GXCW7ZJO3YRBGZK43YLC4JRCHHN' where id=6; -update noar ti set b2='C1GXCW7ZJO3YRBGZK43YLC4JRCHHN' where id=6; -update noar tt set v0='KP07N9Z78GZZD3O0R9PCLZQE88E3' where id=7; -update noar ti set v0='KP07N9Z78GZZD3O0R9PCLZQE88E3' where id=7; -update noar tt set b0='E1534PDCYYKEY6HMK8ERQ5FH3DXTN7VC' where id=7; -update noar ti set b0='E1534PDCYYKEY6HMK8ERQ5FH3DXTN7VC' where id=7; -update noar tt set v0='XCON96ZERYB4Y89FGAKS8' where id=7; -update noar ti set v0='XCON96ZERYB4Y89FGAKS8' where id=7; -update noar tt set b1='959VVUQDCGZE36X5KODWM4KK4UKAM2PU' where id=7; -update noar ti set b1='959VVUQDCGZE36X5KODWM4KK4UKAM2PU' where id=7; -update noar tt set v0='TL2HKYMKM3G1PH2H' where id=7; -update noar ti set v0='TL2HKYMKM3G1PH2H' where id=7; -update noar tt set b2='TDUTHXS52LP61BC5IW7YB2V' where id=7; -update noar ti set b2='TDUTHXS52LP61BC5IW7YB2V' where id=7; -update noar tt set v0='C9D1R' where id=8; -update noar ti set v0='C9D1R' where id=8; -update noar tt set b0='ZC64X5FMTIN08K7HRQ90S1BBPWCH1' where id=8; -update noar ti set b0='ZC64X5FMTIN08K7HRQ90S1BBPWCH1' where id=8; -update noar tt set v0='C1' where id=8; -update noar ti set v0='C1' where id=8; -update noar tt set b1='20JRYK6EEXRMQG' where id=8; -update noar ti set b1='20JRYK6EEXRMQG' where id=8; -update noar tt set v0='1H' where id=8; -update noar ti set v0='1H' where id=8; -update noar tt set b2='5HEF65UEGQ8JY4YNG7' where id=8; -update noar ti set b2='5HEF65UEGQ8JY4YNG7' where id=8; -update noar tt set v0='B7LEOT1OTK2BXBS' where id=9; -update noar ti set v0='B7LEOT1OTK2BXBS' where id=9; -update noar tt set b0='JNIJ2N45E03U4ZR30OTAVS1' where id=9; -update noar ti set b0='JNIJ2N45E03U4ZR30OTAVS1' where id=9; -update noar tt set v0='DRU2IPXDFGL7YX50O' where id=9; -update noar ti set v0='DRU2IPXDFGL7YX50O' where id=9; -update noar tt set b1='NKTU6IXVVHFW15IES' where id=9; -update noar ti set b1='NKTU6IXVVHFW15IES' where id=9; -update noar tt set v0='49L35R8HI855WAK' where id=9; -update noar ti set v0='49L35R8HI855WAK' where id=9; -update noar tt set b2='WOVRVP459QYK7YH3NCTUKBWVS7BS0ORL' where id=9; -update noar ti set b2='WOVRVP459QYK7YH3NCTUKBWVS7BS0ORL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LENCHJMQGGCJ303MFPAUJWZ5BJ5EW' where id=1; -update noar ti set v0='LENCHJMQGGCJ303MFPAUJWZ5BJ5EW' where id=1; -update noar tt set b0='F8CE2ZW3PJPUIPTU2E' where id=1; -update noar ti set b0='F8CE2ZW3PJPUIPTU2E' where id=1; -update noar tt set v0='QVO5DP5LH5S57TLRTQ5JEXXXYMWX8G' where id=1; -update noar ti set v0='QVO5DP5LH5S57TLRTQ5JEXXXYMWX8G' where id=1; -update noar tt set b1='BCMZJAYS7EEY9' where id=1; -update noar ti set b1='BCMZJAYS7EEY9' where id=1; -update noar tt set v0='8Z4P1C0HXXB9JHRMGQKDM' where id=1; -update noar ti set v0='8Z4P1C0HXXB9JHRMGQKDM' where id=1; -update noar tt set b2='OEY' where id=1; -update noar ti set b2='OEY' where id=1; -update noar tt set v0='ZOCWCU9OZVY45W4JT' where id=2; -update noar ti set v0='ZOCWCU9OZVY45W4JT' where id=2; -update noar tt set b0='OL9IV' where id=2; -update noar ti set b0='OL9IV' where id=2; -update noar tt set v0='XQJRV2PKCWR2Q1T6STZOP2P7VYJKHG' where id=2; -update noar ti set v0='XQJRV2PKCWR2Q1T6STZOP2P7VYJKHG' where id=2; -update noar tt set b1='2X0KL88GKI2ACT3JIC5H9YNV0' where id=2; -update noar ti set b1='2X0KL88GKI2ACT3JIC5H9YNV0' where id=2; -update noar tt set v0='JO1BQEGX1160ZXTFVW8S75' where id=2; -update noar ti set v0='JO1BQEGX1160ZXTFVW8S75' where id=2; -update noar tt set b2='4EN84QTXSYD6Z' where id=2; -update noar ti set b2='4EN84QTXSYD6Z' where id=2; -update noar tt set v0='8VWIPY3HJBD' where id=3; -update noar ti set v0='8VWIPY3HJBD' where id=3; -update noar tt set b0='JZTMAX12E' where id=3; -update noar ti set b0='JZTMAX12E' where id=3; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b1='HRZXJOLSTZLJPPL5316EO' where id=3; -update noar ti set b1='HRZXJOLSTZLJPPL5316EO' where id=3; -update noar tt set v0='EM86XP33CAOD6M1ENO7Y' where id=3; -update noar ti set v0='EM86XP33CAOD6M1ENO7Y' where id=3; -update noar tt set b2='OW620YFSMA69YHF' where id=3; -update noar ti set b2='OW620YFSMA69YHF' where id=3; -update noar tt set v0='1637J6' where id=4; -update noar ti set v0='1637J6' where id=4; -update noar tt set b0='MQ1R5OB9ZKUFKYTT20RJ6' where id=4; -update noar ti set b0='MQ1R5OB9ZKUFKYTT20RJ6' where id=4; -update noar tt set v0='UQMF31RVBD12BSFJRYMQIV4C' where id=4; -update noar ti set v0='UQMF31RVBD12BSFJRYMQIV4C' where id=4; -update noar tt set b1='B6XHCI5JPW5POLPWYL46A64M' where id=4; -update noar ti set b1='B6XHCI5JPW5POLPWYL46A64M' where id=4; -update noar tt set v0='2DJB86' where id=4; -update noar ti set v0='2DJB86' where id=4; -update noar tt set b2='6HNL2C' where id=4; -update noar ti set b2='6HNL2C' where id=4; -update noar tt set v0='0UI' where id=5; -update noar ti set v0='0UI' where id=5; -update noar tt set b0='B4' where id=5; -update noar ti set b0='B4' where id=5; -update noar tt set v0='8SDVFDD4LE53VREW5SKEL4Q' where id=5; -update noar ti set v0='8SDVFDD4LE53VREW5SKEL4Q' where id=5; -update noar tt set b1='103KHBOZLLOAXXX6S6M' where id=5; -update noar ti set b1='103KHBOZLLOAXXX6S6M' where id=5; -update noar tt set v0='2RKD4ISGZH22E50208WFO978URY' where id=5; -update noar ti set v0='2RKD4ISGZH22E50208WFO978URY' where id=5; -update noar tt set b2='GE4EIB1TDHL' where id=5; -update noar ti set b2='GE4EIB1TDHL' where id=5; -update noar tt set v0='VQLU' where id=6; -update noar ti set v0='VQLU' where id=6; -update noar tt set b0='9NSR79YXU78F4JPMWL' where id=6; -update noar ti set b0='9NSR79YXU78F4JPMWL' where id=6; -update noar tt set v0='3BJY0SUVRNY5POX' where id=6; -update noar ti set v0='3BJY0SUVRNY5POX' where id=6; -update noar tt set b1='3YFD9U4V5' where id=6; -update noar ti set b1='3YFD9U4V5' where id=6; -update noar tt set v0='SKET5AFRD8YLN3Q717DFLVNVML' where id=6; -update noar ti set v0='SKET5AFRD8YLN3Q717DFLVNVML' where id=6; -update noar tt set b2='0WLWS5E2YQWN' where id=6; -update noar ti set b2='0WLWS5E2YQWN' where id=6; -update noar tt set v0='IM07ZOBJQLSKD' where id=7; -update noar ti set v0='IM07ZOBJQLSKD' where id=7; -update noar tt set b0='N9HCNH6435OB5B' where id=7; -update noar ti set b0='N9HCNH6435OB5B' where id=7; -update noar tt set v0='Y4JH8PSVCG34S0DSX43ENKQ4Z' where id=7; -update noar ti set v0='Y4JH8PSVCG34S0DSX43ENKQ4Z' where id=7; -update noar tt set b1='R3YBDYYBLXOSJZV' where id=7; -update noar ti set b1='R3YBDYYBLXOSJZV' where id=7; -update noar tt set v0='SKSVUX8K27' where id=7; -update noar ti set v0='SKSVUX8K27' where id=7; -update noar tt set b2='1ZIAT4BP9KNQ7ZZLPO95' where id=7; -update noar ti set b2='1ZIAT4BP9KNQ7ZZLPO95' where id=7; -update noar tt set v0='UPVJHEGO8XSSKQ0HIT0TW7PHJM' where id=8; -update noar ti set v0='UPVJHEGO8XSSKQ0HIT0TW7PHJM' where id=8; -update noar tt set b0='8Q2J4SVUB' where id=8; -update noar ti set b0='8Q2J4SVUB' where id=8; -update noar tt set v0='4T5' where id=8; -update noar ti set v0='4T5' where id=8; -update noar tt set b1='LOJCOJMQQVTGQZHQ16AEYH53CZ3OQFTW' where id=8; -update noar ti set b1='LOJCOJMQQVTGQZHQ16AEYH53CZ3OQFTW' where id=8; -update noar tt set v0='46GCM7JYG3A5VMCTR' where id=8; -update noar ti set v0='46GCM7JYG3A5VMCTR' where id=8; -update noar tt set b2='7M3YITAX5NT20RYJKXJWJ18LU87' where id=8; -update noar ti set b2='7M3YITAX5NT20RYJKXJWJ18LU87' where id=8; -update noar tt set v0='VTNEF76C0Q086YPQO7X' where id=9; -update noar ti set v0='VTNEF76C0Q086YPQO7X' where id=9; -update noar tt set b0='JASX0YR' where id=9; -update noar ti set b0='JASX0YR' where id=9; -update noar tt set v0='TE61595SIGRAQV1SGXJ5SZF' where id=9; -update noar ti set v0='TE61595SIGRAQV1SGXJ5SZF' where id=9; -update noar tt set b1='80I8VQNZNEUEG5IV07HF6L1ELJCK' where id=9; -update noar ti set b1='80I8VQNZNEUEG5IV07HF6L1ELJCK' where id=9; -update noar tt set v0='QA99Q6AW' where id=9; -update noar ti set v0='QA99Q6AW' where id=9; -update noar tt set b2='HPRKSGR8K' where id=9; -update noar ti set b2='HPRKSGR8K' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7KE3LHTP5IY9' where id=1; -update noar ti set v0='7KE3LHTP5IY9' where id=1; -update noar tt set b0='21I8J2CB' where id=1; -update noar ti set b0='21I8J2CB' where id=1; -update noar tt set v0='APIXTPBM3718M8KQ72ZQZR4TX4' where id=1; -update noar ti set v0='APIXTPBM3718M8KQ72ZQZR4TX4' where id=1; -update noar tt set b1='XIKAH6SSWNAE7JXLOQ3JZV' where id=1; -update noar ti set b1='XIKAH6SSWNAE7JXLOQ3JZV' where id=1; -update noar tt set v0='V7QJGK07FNLEN2E1VL5A9YL' where id=1; -update noar ti set v0='V7QJGK07FNLEN2E1VL5A9YL' where id=1; -update noar tt set b2='GVVDX3X2ZLO6828Q' where id=1; -update noar ti set b2='GVVDX3X2ZLO6828Q' where id=1; -update noar tt set v0='1XZV8X0OUWP9OILZELIHLFKI6B551V' where id=2; -update noar ti set v0='1XZV8X0OUWP9OILZELIHLFKI6B551V' where id=2; -update noar tt set b0='04B9BCVC6UF' where id=2; -update noar ti set b0='04B9BCVC6UF' where id=2; -update noar tt set v0='XACGUK6JZ39S' where id=2; -update noar ti set v0='XACGUK6JZ39S' where id=2; -update noar tt set b1='5TDCAD12HYZ1KK4RZOL37QHHU4F' where id=2; -update noar ti set b1='5TDCAD12HYZ1KK4RZOL37QHHU4F' where id=2; -update noar tt set v0='817G1ZPRB1P9' where id=2; -update noar ti set v0='817G1ZPRB1P9' where id=2; -update noar tt set b2='7G7IQBSRB' where id=2; -update noar ti set b2='7G7IQBSRB' where id=2; -update noar tt set v0='RIKSRC' where id=3; -update noar ti set v0='RIKSRC' where id=3; -update noar tt set b0='ERYPUE9L9E03PG538PHCV5O4HT99I' where id=3; -update noar ti set b0='ERYPUE9L9E03PG538PHCV5O4HT99I' where id=3; -update noar tt set v0='NMOX7V4L' where id=3; -update noar ti set v0='NMOX7V4L' where id=3; -update noar tt set b1='SFI314YVRWT5EC8LFZOBM8Q36L93I' where id=3; -update noar ti set b1='SFI314YVRWT5EC8LFZOBM8Q36L93I' where id=3; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b2='UC78XHGAYM59XXY2G5GFTQSB46' where id=3; -update noar ti set b2='UC78XHGAYM59XXY2G5GFTQSB46' where id=3; -update noar tt set v0='0E5LWC0QCM' where id=4; -update noar ti set v0='0E5LWC0QCM' where id=4; -update noar tt set b0='P836SEON6ZCG0877253UU28VRT' where id=4; -update noar ti set b0='P836SEON6ZCG0877253UU28VRT' where id=4; -update noar tt set v0='ARP9ZZDBVM1JWICL' where id=4; -update noar ti set v0='ARP9ZZDBVM1JWICL' where id=4; -update noar tt set b1='SU9JTW21GLI' where id=4; -update noar ti set b1='SU9JTW21GLI' where id=4; -update noar tt set v0='BK4CRYAFI7YY1BKAWKR' where id=4; -update noar ti set v0='BK4CRYAFI7YY1BKAWKR' where id=4; -update noar tt set b2='Y9I49WR8XO6XH0OIG6VEOJVOOIBVRQE' where id=4; -update noar ti set b2='Y9I49WR8XO6XH0OIG6VEOJVOOIBVRQE' where id=4; -update noar tt set v0='5BUOI381SO8' where id=5; -update noar ti set v0='5BUOI381SO8' where id=5; -update noar tt set b0='31O58AJ2GTUFR' where id=5; -update noar ti set b0='31O58AJ2GTUFR' where id=5; -update noar tt set v0='IOI2X2W2IQ1G4LDKH7WL' where id=5; -update noar ti set v0='IOI2X2W2IQ1G4LDKH7WL' where id=5; -update noar tt set b1='9S34' where id=5; -update noar ti set b1='9S34' where id=5; -update noar tt set v0='W058N7ZIR8F72K0H9J' where id=5; -update noar ti set v0='W058N7ZIR8F72K0H9J' where id=5; -update noar tt set b2='WLLLPR99ZUFVFA6XU' where id=5; -update noar ti set b2='WLLLPR99ZUFVFA6XU' where id=5; -update noar tt set v0='DBN29FX4B9RMM9OW6EPSDEUMWPL71Y' where id=6; -update noar ti set v0='DBN29FX4B9RMM9OW6EPSDEUMWPL71Y' where id=6; -update noar tt set b0='B547NZRK7B47GNWAPCWRLFRIC7SSRW' where id=6; -update noar ti set b0='B547NZRK7B47GNWAPCWRLFRIC7SSRW' where id=6; -update noar tt set v0='8K4B0I7FVMXWLSYJVBPNA' where id=6; -update noar ti set v0='8K4B0I7FVMXWLSYJVBPNA' where id=6; -update noar tt set b1='2C8DYVNWBTJ5QY3YMOM2WINC' where id=6; -update noar ti set b1='2C8DYVNWBTJ5QY3YMOM2WINC' where id=6; -update noar tt set v0='7VH7LLE4VFMXRZWGGAT99QE534GI57' where id=6; -update noar ti set v0='7VH7LLE4VFMXRZWGGAT99QE534GI57' where id=6; -update noar tt set b2='FCVFYSR' where id=6; -update noar ti set b2='FCVFYSR' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='JQ32WTDI8T22UAHTM0W' where id=7; -update noar ti set b0='JQ32WTDI8T22UAHTM0W' where id=7; -update noar tt set v0='NNT16P3VU25BLZHJ2LC67' where id=7; -update noar ti set v0='NNT16P3VU25BLZHJ2LC67' where id=7; -update noar tt set b1='95ZHCB616' where id=7; -update noar ti set b1='95ZHCB616' where id=7; -update noar tt set v0='QYPQTKA0PT52151U552C7RIL0X' where id=7; -update noar ti set v0='QYPQTKA0PT52151U552C7RIL0X' where id=7; -update noar tt set b2='NS78ZGRVCB10FE5YXZCYBBXOJ35G5LB' where id=7; -update noar ti set b2='NS78ZGRVCB10FE5YXZCYBBXOJ35G5LB' where id=7; -update noar tt set v0='DKQ4ROWI42' where id=8; -update noar ti set v0='DKQ4ROWI42' where id=8; -update noar tt set b0='16OZZDQI94RKL1I072N32A' where id=8; -update noar ti set b0='16OZZDQI94RKL1I072N32A' where id=8; -update noar tt set v0='R8NC3U2IGMULREWYQKS6F8N9K7' where id=8; -update noar ti set v0='R8NC3U2IGMULREWYQKS6F8N9K7' where id=8; -update noar tt set b1='LHI3MLYH2LWJBIBVXJC7X6JTURMOXUL' where id=8; -update noar ti set b1='LHI3MLYH2LWJBIBVXJC7X6JTURMOXUL' where id=8; -update noar tt set v0='PEBLZ83Y6MQJ3OA69SBGB2RTXDCTPAXF' where id=8; -update noar ti set v0='PEBLZ83Y6MQJ3OA69SBGB2RTXDCTPAXF' where id=8; -update noar tt set b2='9ZAJYA' where id=8; -update noar ti set b2='9ZAJYA' where id=8; -update noar tt set v0='CGJB4SNM2E5P1JUU2N3CUIE827' where id=9; -update noar ti set v0='CGJB4SNM2E5P1JUU2N3CUIE827' where id=9; -update noar tt set b0='SINX94DOZ3QX308YSXDPO4' where id=9; -update noar ti set b0='SINX94DOZ3QX308YSXDPO4' where id=9; -update noar tt set v0='LR4SUXDK2K6HL' where id=9; -update noar ti set v0='LR4SUXDK2K6HL' where id=9; -update noar tt set b1='9F6Z3M4FV1R79SWU2N4Z' where id=9; -update noar ti set b1='9F6Z3M4FV1R79SWU2N4Z' where id=9; -update noar tt set v0='DA' where id=9; -update noar ti set v0='DA' where id=9; -update noar tt set b2='W5W64F4V2TSZ5MON' where id=9; -update noar ti set b2='W5W64F4V2TSZ5MON' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITOG3R3GJXZ8F8X7A9706KE6PP6RI6' where id=1; -update noar ti set v0='ITOG3R3GJXZ8F8X7A9706KE6PP6RI6' where id=1; -update noar tt set b0='1UDVLBTE4BSQODU42ZKHBKXF0L6KFHGO' where id=1; -update noar ti set b0='1UDVLBTE4BSQODU42ZKHBKXF0L6KFHGO' where id=1; -update noar tt set v0='NL54S1X9CBX12MLSOG4P9B5' where id=1; -update noar ti set v0='NL54S1X9CBX12MLSOG4P9B5' where id=1; -update noar tt set b1='8U05N' where id=1; -update noar ti set b1='8U05N' where id=1; -update noar tt set v0='YB6F96FWM1MB6E8YJPRVG6' where id=1; -update noar ti set v0='YB6F96FWM1MB6E8YJPRVG6' where id=1; -update noar tt set b2='Z3WLIR' where id=1; -update noar ti set b2='Z3WLIR' where id=1; -update noar tt set v0='T94CJK2G2GHLXFLL' where id=2; -update noar ti set v0='T94CJK2G2GHLXFLL' where id=2; -update noar tt set b0='Q7KFYALKLHPJXO' where id=2; -update noar ti set b0='Q7KFYALKLHPJXO' where id=2; -update noar tt set v0='58INGAY6W' where id=2; -update noar ti set v0='58INGAY6W' where id=2; -update noar tt set b1='S' where id=2; -update noar ti set b1='S' where id=2; -update noar tt set v0='QRNDPMADAAAJKWHAL2CVQ9MS' where id=2; -update noar ti set v0='QRNDPMADAAAJKWHAL2CVQ9MS' where id=2; -update noar tt set b2='0N2TXCY81M41S' where id=2; -update noar ti set b2='0N2TXCY81M41S' where id=2; -update noar tt set v0='S8FL4WPHM86RI1R4K' where id=3; -update noar ti set v0='S8FL4WPHM86RI1R4K' where id=3; -update noar tt set b0='MG2FV' where id=3; -update noar ti set b0='MG2FV' where id=3; -update noar tt set v0='EJKUC8DHX4PI' where id=3; -update noar ti set v0='EJKUC8DHX4PI' where id=3; -update noar tt set b1='FEGUSYFOI5CTMZMVVYAWE' where id=3; -update noar ti set b1='FEGUSYFOI5CTMZMVVYAWE' where id=3; -update noar tt set v0='KCH8UXZI1R8XPS8509D3X5JQ' where id=3; -update noar ti set v0='KCH8UXZI1R8XPS8509D3X5JQ' where id=3; -update noar tt set b2='9672KLS2' where id=3; -update noar ti set b2='9672KLS2' where id=3; -update noar tt set v0='D2HB7TL852QVJR0' where id=4; -update noar ti set v0='D2HB7TL852QVJR0' where id=4; -update noar tt set b0='BDQ6MIROG1R1PKP8EMQIETZB' where id=4; -update noar ti set b0='BDQ6MIROG1R1PKP8EMQIETZB' where id=4; -update noar tt set v0='DJDM' where id=4; -update noar ti set v0='DJDM' where id=4; -update noar tt set b1='K' where id=4; -update noar ti set b1='K' where id=4; -update noar tt set v0='PQ0W0KDBR9AQ09F' where id=4; -update noar ti set v0='PQ0W0KDBR9AQ09F' where id=4; -update noar tt set b2='69XW7K4HJG0AWKEJ' where id=4; -update noar ti set b2='69XW7K4HJG0AWKEJ' where id=4; -update noar tt set v0='QR15ZOIDRJTJDL6V' where id=5; -update noar ti set v0='QR15ZOIDRJTJDL6V' where id=5; -update noar tt set b0='O45HSTJ8QWWBUMYDVZTNLV9T2EYMV' where id=5; -update noar ti set b0='O45HSTJ8QWWBUMYDVZTNLV9T2EYMV' where id=5; -update noar tt set v0='SNPC1FHWOH0KHXXVJ92' where id=5; -update noar ti set v0='SNPC1FHWOH0KHXXVJ92' where id=5; -update noar tt set b1='C213DZQCL9IOXOB4SH7XYVG' where id=5; -update noar ti set b1='C213DZQCL9IOXOB4SH7XYVG' where id=5; -update noar tt set v0='WO6WWH28S6LPS96Y22BY' where id=5; -update noar ti set v0='WO6WWH28S6LPS96Y22BY' where id=5; -update noar tt set b2='UVMBWD5WY0' where id=5; -update noar ti set b2='UVMBWD5WY0' where id=5; -update noar tt set v0='W1AHLWPMFAS' where id=6; -update noar ti set v0='W1AHLWPMFAS' where id=6; -update noar tt set b0='0IZTDWZMH1C1BU' where id=6; -update noar ti set b0='0IZTDWZMH1C1BU' where id=6; -update noar tt set v0='YSBSYJAF' where id=6; -update noar ti set v0='YSBSYJAF' where id=6; -update noar tt set b1='2' where id=6; -update noar ti set b1='2' where id=6; -update noar tt set v0='XASLZDRI' where id=6; -update noar ti set v0='XASLZDRI' where id=6; -update noar tt set b2='BG' where id=6; -update noar ti set b2='BG' where id=6; -update noar tt set v0='1KIX3X5DS' where id=7; -update noar ti set v0='1KIX3X5DS' where id=7; -update noar tt set b0='BOIH' where id=7; -update noar ti set b0='BOIH' where id=7; -update noar tt set v0='VK' where id=7; -update noar ti set v0='VK' where id=7; -update noar tt set b1='17U86DE' where id=7; -update noar ti set b1='17U86DE' where id=7; -update noar tt set v0='OYS54B7AMPCSDG19O' where id=7; -update noar ti set v0='OYS54B7AMPCSDG19O' where id=7; -update noar tt set b2='5I8HTVOCNAO6XAO8K1JLO84AKMWIB9W5' where id=7; -update noar ti set b2='5I8HTVOCNAO6XAO8K1JLO84AKMWIB9W5' where id=7; -update noar tt set v0='DIYL5GB5FG530' where id=8; -update noar ti set v0='DIYL5GB5FG530' where id=8; -update noar tt set b0='78BMSMAW3UWGE4OF3KS8C2Y740' where id=8; -update noar ti set b0='78BMSMAW3UWGE4OF3KS8C2Y740' where id=8; -update noar tt set v0='KEBWB7FHP2PSEHOO5LHIS' where id=8; -update noar ti set v0='KEBWB7FHP2PSEHOO5LHIS' where id=8; -update noar tt set b1='OCI7ZNYO4G0WT5XXFFWEJKCX' where id=8; -update noar ti set b1='OCI7ZNYO4G0WT5XXFFWEJKCX' where id=8; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b2='JTWRO3Y52IO' where id=8; -update noar ti set b2='JTWRO3Y52IO' where id=8; -update noar tt set v0='2GTHJS3I3FT610VCWU929' where id=9; -update noar ti set v0='2GTHJS3I3FT610VCWU929' where id=9; -update noar tt set b0='HIC9EZ' where id=9; -update noar ti set b0='HIC9EZ' where id=9; -update noar tt set v0='02M2R965' where id=9; -update noar ti set v0='02M2R965' where id=9; -update noar tt set b1='2OBNUP6QP5CRHZ13F60B05YER4M9' where id=9; -update noar ti set b1='2OBNUP6QP5CRHZ13F60B05YER4M9' where id=9; -update noar tt set v0='N1XNJEB1EPLORB8' where id=9; -update noar ti set v0='N1XNJEB1EPLORB8' where id=9; -update noar tt set b2='CODJ3KO7G94' where id=9; -update noar ti set b2='CODJ3KO7G94' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='59U' where id=1; -update noar ti set v0='59U' where id=1; -update noar tt set b0='OVOSKGHWA0W' where id=1; -update noar ti set b0='OVOSKGHWA0W' where id=1; -update noar tt set v0='6AW' where id=1; -update noar ti set v0='6AW' where id=1; -update noar tt set b1='CPSHR5QXFDQGR63' where id=1; -update noar ti set b1='CPSHR5QXFDQGR63' where id=1; -update noar tt set v0='Z' where id=1; -update noar ti set v0='Z' where id=1; -update noar tt set b2='Y6OPCJCGB9KYZ1XQR9AB323NE8R4Y' where id=1; -update noar ti set b2='Y6OPCJCGB9KYZ1XQR9AB323NE8R4Y' where id=1; -update noar tt set v0='9' where id=2; -update noar ti set v0='9' where id=2; -update noar tt set b0='T6LJ1P99EHE5QCYYF9WLOWC1O' where id=2; -update noar ti set b0='T6LJ1P99EHE5QCYYF9WLOWC1O' where id=2; -update noar tt set v0='PUN2GUFBEJFWKG58SZ0IBKUVVN42HD' where id=2; -update noar ti set v0='PUN2GUFBEJFWKG58SZ0IBKUVVN42HD' where id=2; -update noar tt set b1='VADBHP' where id=2; -update noar ti set b1='VADBHP' where id=2; -update noar tt set v0='LSXUG781WLGC7S2BQ99U3PEIRRGBA' where id=2; -update noar ti set v0='LSXUG781WLGC7S2BQ99U3PEIRRGBA' where id=2; -update noar tt set b2='BKOX26PEZW0VUBW4GZB' where id=2; -update noar ti set b2='BKOX26PEZW0VUBW4GZB' where id=2; -update noar tt set v0='RSQ1CT699EQ4QCV' where id=3; -update noar ti set v0='RSQ1CT699EQ4QCV' where id=3; -update noar tt set b0='8SGM6RHWQ0ZKUQL3145Q2QUI3' where id=3; -update noar ti set b0='8SGM6RHWQ0ZKUQL3145Q2QUI3' where id=3; -update noar tt set v0='A7BKUNKLZMN5RP0VN2V5HEHHB5TX6E28' where id=3; -update noar ti set v0='A7BKUNKLZMN5RP0VN2V5HEHHB5TX6E28' where id=3; -update noar tt set b1='4G61POD3IA3WY3HZDYXU01XFJTT4' where id=3; -update noar ti set b1='4G61POD3IA3WY3HZDYXU01XFJTT4' where id=3; -update noar tt set v0='HJMS65VUXQA617KERLP4Z' where id=3; -update noar ti set v0='HJMS65VUXQA617KERLP4Z' where id=3; -update noar tt set b2='PXDCNY811KVX3A8X' where id=3; -update noar ti set b2='PXDCNY811KVX3A8X' where id=3; -update noar tt set v0='ET9WOOJ72IJWE6G2L4OPOBNW3BL884S' where id=4; -update noar ti set v0='ET9WOOJ72IJWE6G2L4OPOBNW3BL884S' where id=4; -update noar tt set b0='E5U73MKDE0Z' where id=4; -update noar ti set b0='E5U73MKDE0Z' where id=4; -update noar tt set v0='6YXLPCT4LCFXRUHH' where id=4; -update noar ti set v0='6YXLPCT4LCFXRUHH' where id=4; -update noar tt set b1='Z1I9HJTI' where id=4; -update noar ti set b1='Z1I9HJTI' where id=4; -update noar tt set v0='OA2CVH35HBKFMYIE5YIIGV375V5' where id=4; -update noar ti set v0='OA2CVH35HBKFMYIE5YIIGV375V5' where id=4; -update noar tt set b2='QWWTS6AMLM8S8DJ38YNYHFAHHO' where id=4; -update noar ti set b2='QWWTS6AMLM8S8DJ38YNYHFAHHO' where id=4; -update noar tt set v0='M886E0A0IW' where id=5; -update noar ti set v0='M886E0A0IW' where id=5; -update noar tt set b0='D4NWLPMWF4TZSS9X' where id=5; -update noar ti set b0='D4NWLPMWF4TZSS9X' where id=5; -update noar tt set v0='NI3PFYM1' where id=5; -update noar ti set v0='NI3PFYM1' where id=5; -update noar tt set b1='Y1TL9GGE01FKO43' where id=5; -update noar ti set b1='Y1TL9GGE01FKO43' where id=5; -update noar tt set v0='N' where id=5; -update noar ti set v0='N' where id=5; -update noar tt set b2='XM9' where id=5; -update noar ti set b2='XM9' where id=5; -update noar tt set v0='ASACW0Z0UVVUH6CQJ2ZS3F9ORVG0Z' where id=6; -update noar ti set v0='ASACW0Z0UVVUH6CQJ2ZS3F9ORVG0Z' where id=6; -update noar tt set b0='23HG3VOO99BEW2S3C65S8WTRO7FV3AGT' where id=6; -update noar ti set b0='23HG3VOO99BEW2S3C65S8WTRO7FV3AGT' where id=6; -update noar tt set v0='P1NUMMGTINZQ1D4M5CO8GU' where id=6; -update noar ti set v0='P1NUMMGTINZQ1D4M5CO8GU' where id=6; -update noar tt set b1='C0ZE64AMXX222F8CMXB7FPC497G4L5' where id=6; -update noar ti set b1='C0ZE64AMXX222F8CMXB7FPC497G4L5' where id=6; -update noar tt set v0='T6EL2' where id=6; -update noar ti set v0='T6EL2' where id=6; -update noar tt set b2='9W8HCI1K71VQ4CJ9HCXZU8H1A' where id=6; -update noar ti set b2='9W8HCI1K71VQ4CJ9HCXZU8H1A' where id=6; -update noar tt set v0='W9LL4NP3MFHBO01MH2VYN5W5PR4P' where id=7; -update noar ti set v0='W9LL4NP3MFHBO01MH2VYN5W5PR4P' where id=7; -update noar tt set b0='OL2YROBHGOVWY' where id=7; -update noar ti set b0='OL2YROBHGOVWY' where id=7; -update noar tt set v0='GQMOZ4H09WV3MJ' where id=7; -update noar ti set v0='GQMOZ4H09WV3MJ' where id=7; -update noar tt set b1='U4PW0K0XRG8A9DOVKBR0T34RP1QWTHL' where id=7; -update noar ti set b1='U4PW0K0XRG8A9DOVKBR0T34RP1QWTHL' where id=7; -update noar tt set v0='LSYG2AW8' where id=7; -update noar ti set v0='LSYG2AW8' where id=7; -update noar tt set b2='J64ILDEI186574IIPWSN' where id=7; -update noar ti set b2='J64ILDEI186574IIPWSN' where id=7; -update noar tt set v0='UP995JT0UA760VU8CVU69YMQUA3RK85' where id=8; -update noar ti set v0='UP995JT0UA760VU8CVU69YMQUA3RK85' where id=8; -update noar tt set b0='00ZL4MB8LPEKI47IQCRY4PZ0J' where id=8; -update noar ti set b0='00ZL4MB8LPEKI47IQCRY4PZ0J' where id=8; -update noar tt set v0='90YRASU6UNNBG43FYHLKJJY' where id=8; -update noar ti set v0='90YRASU6UNNBG43FYHLKJJY' where id=8; -update noar tt set b1='55GLKAGYF1Y9UCS4' where id=8; -update noar ti set b1='55GLKAGYF1Y9UCS4' where id=8; -update noar tt set v0='K80' where id=8; -update noar ti set v0='K80' where id=8; -update noar tt set b2='C2BFRWRRAUVRW7RD' where id=8; -update noar ti set b2='C2BFRWRRAUVRW7RD' where id=8; -update noar tt set v0='5U3ZZ10VJ2D3GDU0DQP2Q7X5BHBE' where id=9; -update noar ti set v0='5U3ZZ10VJ2D3GDU0DQP2Q7X5BHBE' where id=9; -update noar tt set b0='LT2AZ2VG91XJLFJT2YJDUQ00I2CZ5W5' where id=9; -update noar ti set b0='LT2AZ2VG91XJLFJT2YJDUQ00I2CZ5W5' where id=9; -update noar tt set v0='4F62RVEULDMZH7D80L18AZ54BRL' where id=9; -update noar ti set v0='4F62RVEULDMZH7D80L18AZ54BRL' where id=9; -update noar tt set b1='9906C' where id=9; -update noar ti set b1='9906C' where id=9; -update noar tt set v0='AP1K8SG3P1315FSIE1SHQJ7' where id=9; -update noar ti set v0='AP1K8SG3P1315FSIE1SHQJ7' where id=9; -update noar tt set b2='LRTG' where id=9; -update noar ti set b2='LRTG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MY536V' where id=1; -update noar ti set v0='MY536V' where id=1; -update noar tt set b0='XQAOXVVXMXTHF0QBYFLLQMQBN52DJMVJ' where id=1; -update noar ti set b0='XQAOXVVXMXTHF0QBYFLLQMQBN52DJMVJ' where id=1; -update noar tt set v0='QDD84ZQMV3YO4UH5UJ0LOQNL' where id=1; -update noar ti set v0='QDD84ZQMV3YO4UH5UJ0LOQNL' where id=1; -update noar tt set b1='CN7UKL2EOKGVZ3' where id=1; -update noar ti set b1='CN7UKL2EOKGVZ3' where id=1; -update noar tt set v0='NRMTOG6H4WZBHK' where id=1; -update noar ti set v0='NRMTOG6H4WZBHK' where id=1; -update noar tt set b2='K9518GHCZKVKVHZXY16KGROOO5D' where id=1; -update noar ti set b2='K9518GHCZKVKVHZXY16KGROOO5D' where id=1; -update noar tt set v0='TQ9I4CV2BO7' where id=2; -update noar ti set v0='TQ9I4CV2BO7' where id=2; -update noar tt set b0='SEX6EIVX4C9F0' where id=2; -update noar ti set b0='SEX6EIVX4C9F0' where id=2; -update noar tt set v0='5T06JQ' where id=2; -update noar ti set v0='5T06JQ' where id=2; -update noar tt set b1='Z11OZ' where id=2; -update noar ti set b1='Z11OZ' where id=2; -update noar tt set v0='IJ805IE7TSYAL' where id=2; -update noar ti set v0='IJ805IE7TSYAL' where id=2; -update noar tt set b2='1O6TFXDUBS7YS385N96DCFWQ' where id=2; -update noar ti set b2='1O6TFXDUBS7YS385N96DCFWQ' where id=2; -update noar tt set v0='UCQK3OU3AF5IIEPXBCZGLA62YFOJ' where id=3; -update noar ti set v0='UCQK3OU3AF5IIEPXBCZGLA62YFOJ' where id=3; -update noar tt set b0='H9BW62UMJXU3NO1DSPYBM8X68' where id=3; -update noar ti set b0='H9BW62UMJXU3NO1DSPYBM8X68' where id=3; -update noar tt set v0='QHPRE2OQGPDQSSQLHE8Z34SWKIH9G' where id=3; -update noar ti set v0='QHPRE2OQGPDQSSQLHE8Z34SWKIH9G' where id=3; -update noar tt set b1='LB0RO' where id=3; -update noar ti set b1='LB0RO' where id=3; -update noar tt set v0='TW44BF90VR0WCBE1J0JOXKH2W9E' where id=3; -update noar ti set v0='TW44BF90VR0WCBE1J0JOXKH2W9E' where id=3; -update noar tt set b2='WXGUET' where id=3; -update noar ti set b2='WXGUET' where id=3; -update noar tt set v0='XASQQH6' where id=4; -update noar ti set v0='XASQQH6' where id=4; -update noar tt set b0='Y' where id=4; -update noar ti set b0='Y' where id=4; -update noar tt set v0='KYTV4S9YGW7IH0YSE5MPHJF72' where id=4; -update noar ti set v0='KYTV4S9YGW7IH0YSE5MPHJF72' where id=4; -update noar tt set b1='DOKMBRIXB9MV3EH91C4HG' where id=4; -update noar ti set b1='DOKMBRIXB9MV3EH91C4HG' where id=4; -update noar tt set v0='SPYUWU2ZHQ07FEQMK' where id=4; -update noar ti set v0='SPYUWU2ZHQ07FEQMK' where id=4; -update noar tt set b2='IH5ISXX3VSMBCGYYTILYHOAAMBU' where id=4; -update noar ti set b2='IH5ISXX3VSMBCGYYTILYHOAAMBU' where id=4; -update noar tt set v0='J4' where id=5; -update noar ti set v0='J4' where id=5; -update noar tt set b0='EIX3' where id=5; -update noar ti set b0='EIX3' where id=5; -update noar tt set v0='J2' where id=5; -update noar ti set v0='J2' where id=5; -update noar tt set b1='FG0E1' where id=5; -update noar ti set b1='FG0E1' where id=5; -update noar tt set v0='XTNT961RTWDJ32T0X7' where id=5; -update noar ti set v0='XTNT961RTWDJ32T0X7' where id=5; -update noar tt set b2='VXCTXR7XMSY' where id=5; -update noar ti set b2='VXCTXR7XMSY' where id=5; -update noar tt set v0='HL9AB5FDWTZC0KG8Q54J8BNY0PI7K' where id=6; -update noar ti set v0='HL9AB5FDWTZC0KG8Q54J8BNY0PI7K' where id=6; -update noar tt set b0='0EPNIQOMICMFJBDCVURVLESQUWYEHK9O' where id=6; -update noar ti set b0='0EPNIQOMICMFJBDCVURVLESQUWYEHK9O' where id=6; -update noar tt set v0='HADYSO2P237N8NR821EOX7' where id=6; -update noar ti set v0='HADYSO2P237N8NR821EOX7' where id=6; -update noar tt set b1='AT3PUFU92JYRZSAF9RRX7H365K' where id=6; -update noar ti set b1='AT3PUFU92JYRZSAF9RRX7H365K' where id=6; -update noar tt set v0='3BHHRAI89K17ID4FQO4P2NMF7' where id=6; -update noar ti set v0='3BHHRAI89K17ID4FQO4P2NMF7' where id=6; -update noar tt set b2='SA9P560TS' where id=6; -update noar ti set b2='SA9P560TS' where id=6; -update noar tt set v0='YYDOY5LRUMJYTZW1DTVN0BXZ' where id=7; -update noar ti set v0='YYDOY5LRUMJYTZW1DTVN0BXZ' where id=7; -update noar tt set b0='HFFJ3U' where id=7; -update noar ti set b0='HFFJ3U' where id=7; -update noar tt set v0='BRC5QUDL6NJNKFOWJ4XW9ST5' where id=7; -update noar ti set v0='BRC5QUDL6NJNKFOWJ4XW9ST5' where id=7; -update noar tt set b1='BQXYLD31N617' where id=7; -update noar ti set b1='BQXYLD31N617' where id=7; -update noar tt set v0='V27M4X71O4PMPA46F8REVC553R' where id=7; -update noar ti set v0='V27M4X71O4PMPA46F8REVC553R' where id=7; -update noar tt set b2='2BK' where id=7; -update noar ti set b2='2BK' where id=7; -update noar tt set v0='IX' where id=8; -update noar ti set v0='IX' where id=8; -update noar tt set b0='HNHW' where id=8; -update noar ti set b0='HNHW' where id=8; -update noar tt set v0='9UN8DNWIYR5P7R0' where id=8; -update noar ti set v0='9UN8DNWIYR5P7R0' where id=8; -update noar tt set b1='LYL' where id=8; -update noar ti set b1='LYL' where id=8; -update noar tt set v0='RCVMRAS41NP63HZNGNS1TZOOUMRYG0' where id=8; -update noar ti set v0='RCVMRAS41NP63HZNGNS1TZOOUMRYG0' where id=8; -update noar tt set b2='IIEYS30P0VSFAIII7S8JWV8EIC7FW6' where id=8; -update noar ti set b2='IIEYS30P0VSFAIII7S8JWV8EIC7FW6' where id=8; -update noar tt set v0='NP3MYIX6KYGRVPG0TIH7YX4MXJI59' where id=9; -update noar ti set v0='NP3MYIX6KYGRVPG0TIH7YX4MXJI59' where id=9; -update noar tt set b0='W23EIGBK' where id=9; -update noar ti set b0='W23EIGBK' where id=9; -update noar tt set v0='9M' where id=9; -update noar ti set v0='9M' where id=9; -update noar tt set b1='LFLWK5KQ3NMAFHHO4YDEXSMAXLZJ4ADW' where id=9; -update noar ti set b1='LFLWK5KQ3NMAFHHO4YDEXSMAXLZJ4ADW' where id=9; -update noar tt set v0='OMD4L0EBGB25S86VEKD8A09HFNI6MD' where id=9; -update noar ti set v0='OMD4L0EBGB25S86VEKD8A09HFNI6MD' where id=9; -update noar tt set b2='2TSGHR55W5TB8WBF0HEQEGOHC0DBZO20' where id=9; -update noar ti set b2='2TSGHR55W5TB8WBF0HEQEGOHC0DBZO20' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IRV5CW5YBR' where id=1; -update noar ti set v0='IRV5CW5YBR' where id=1; -update noar tt set b0='XVSQJ' where id=1; -update noar ti set b0='XVSQJ' where id=1; -update noar tt set v0='Z1LYOC5JTUF3SPKEL' where id=1; -update noar ti set v0='Z1LYOC5JTUF3SPKEL' where id=1; -update noar tt set b1='EZVPDSJ979XMSMAO' where id=1; -update noar ti set b1='EZVPDSJ979XMSMAO' where id=1; -update noar tt set v0='BN1SJ' where id=1; -update noar ti set v0='BN1SJ' where id=1; -update noar tt set b2='KTC68LPMFS0' where id=1; -update noar ti set b2='KTC68LPMFS0' where id=1; -update noar tt set v0='71P3GWXEQKCD918IIV' where id=2; -update noar ti set v0='71P3GWXEQKCD918IIV' where id=2; -update noar tt set b0='LE9GFFDW0Z4H81352W5E9ISJB3KGKYTP' where id=2; -update noar ti set b0='LE9GFFDW0Z4H81352W5E9ISJB3KGKYTP' where id=2; -update noar tt set v0='Y8NU1CW6KLH6EY7' where id=2; -update noar ti set v0='Y8NU1CW6KLH6EY7' where id=2; -update noar tt set b1='932ZZW83D24GDQS13S' where id=2; -update noar ti set b1='932ZZW83D24GDQS13S' where id=2; -update noar tt set v0='VL675IMIE9LBRG9SJSJ1VSMG' where id=2; -update noar ti set v0='VL675IMIE9LBRG9SJSJ1VSMG' where id=2; -update noar tt set b2='34L9GGYG900581VF' where id=2; -update noar ti set b2='34L9GGYG900581VF' where id=2; -update noar tt set v0='J4946MQM1HZ7453N75BER0867IE4L' where id=3; -update noar ti set v0='J4946MQM1HZ7453N75BER0867IE4L' where id=3; -update noar tt set b0='O8UXHUVTNTD' where id=3; -update noar ti set b0='O8UXHUVTNTD' where id=3; -update noar tt set v0='DOH8' where id=3; -update noar ti set v0='DOH8' where id=3; -update noar tt set b1='KNKTAGHKP2RIN0X7WLE7KO9W' where id=3; -update noar ti set b1='KNKTAGHKP2RIN0X7WLE7KO9W' where id=3; -update noar tt set v0='FZM1JRRQ9B1FZLQBOI149AG' where id=3; -update noar ti set v0='FZM1JRRQ9B1FZLQBOI149AG' where id=3; -update noar tt set b2='4GMCG7OFL2FI9GB1BC1ONAM9' where id=3; -update noar ti set b2='4GMCG7OFL2FI9GB1BC1ONAM9' where id=3; -update noar tt set v0='PC2LW9SMOYE0' where id=4; -update noar ti set v0='PC2LW9SMOYE0' where id=4; -update noar tt set b0='DWID8FBCFAJRIVK6FOIQ2NAI4FI6RQE' where id=4; -update noar ti set b0='DWID8FBCFAJRIVK6FOIQ2NAI4FI6RQE' where id=4; -update noar tt set v0='4FG' where id=4; -update noar ti set v0='4FG' where id=4; -update noar tt set b1='DH3HL4ONMAJX' where id=4; -update noar ti set b1='DH3HL4ONMAJX' where id=4; -update noar tt set v0='WSDZ403' where id=4; -update noar ti set v0='WSDZ403' where id=4; -update noar tt set b2='T43AP9568KY3FQ8G0X36PF5RBIXM1Q' where id=4; -update noar ti set b2='T43AP9568KY3FQ8G0X36PF5RBIXM1Q' where id=4; -update noar tt set v0='P9QRJ5701B4D30VXF9W0WLG5P3OIIO02' where id=5; -update noar ti set v0='P9QRJ5701B4D30VXF9W0WLG5P3OIIO02' where id=5; -update noar tt set b0='OH5GQFHRM8Y7JPSAQQ' where id=5; -update noar ti set b0='OH5GQFHRM8Y7JPSAQQ' where id=5; -update noar tt set v0='F0ZSA5RB44XCL8KW368FKKQL0ZM2' where id=5; -update noar ti set v0='F0ZSA5RB44XCL8KW368FKKQL0ZM2' where id=5; -update noar tt set b1='1MYBRNTIDMYCWK8SELNPX7XJSN0K2T3' where id=5; -update noar ti set b1='1MYBRNTIDMYCWK8SELNPX7XJSN0K2T3' where id=5; -update noar tt set v0='KCLUN9ODJSDJULWYVLEA' where id=5; -update noar ti set v0='KCLUN9ODJSDJULWYVLEA' where id=5; -update noar tt set b2='FSMJM9AFL3QFXGP6YQHIHVMEZ6LI' where id=5; -update noar ti set b2='FSMJM9AFL3QFXGP6YQHIHVMEZ6LI' where id=5; -update noar tt set v0='QMJ3MHMYT9OY4CWYTB8I' where id=6; -update noar ti set v0='QMJ3MHMYT9OY4CWYTB8I' where id=6; -update noar tt set b0='CA1NN9R3EG2BQHPIA' where id=6; -update noar ti set b0='CA1NN9R3EG2BQHPIA' where id=6; -update noar tt set v0='M9CEK4R2IQ5CC6QCC2UP6CBZZK9OSEH' where id=6; -update noar ti set v0='M9CEK4R2IQ5CC6QCC2UP6CBZZK9OSEH' where id=6; -update noar tt set b1='LO61' where id=6; -update noar ti set b1='LO61' where id=6; -update noar tt set v0='VMGKHFCXMOCD0YGYG6RYNF' where id=6; -update noar ti set v0='VMGKHFCXMOCD0YGYG6RYNF' where id=6; -update noar tt set b2='9ZX80L1XM4CAYL0SJJI' where id=6; -update noar ti set b2='9ZX80L1XM4CAYL0SJJI' where id=6; -update noar tt set v0='B9LK2JKCVFZYA' where id=7; -update noar ti set v0='B9LK2JKCVFZYA' where id=7; -update noar tt set b0='ISO8IMFU5PYYHSYQ1LY6MQ6Y' where id=7; -update noar ti set b0='ISO8IMFU5PYYHSYQ1LY6MQ6Y' where id=7; -update noar tt set v0='DOIZXF7D' where id=7; -update noar ti set v0='DOIZXF7D' where id=7; -update noar tt set b1='ZG9X21TM07G9O1YYNAW' where id=7; -update noar ti set b1='ZG9X21TM07G9O1YYNAW' where id=7; -update noar tt set v0='KYR3INXS16NLC99XK7IODNBL' where id=7; -update noar ti set v0='KYR3INXS16NLC99XK7IODNBL' where id=7; -update noar tt set b2='TKOZMA0ZSK7IS1W7DFVZZ72' where id=7; -update noar ti set b2='TKOZMA0ZSK7IS1W7DFVZZ72' where id=7; -update noar tt set v0='NJX' where id=8; -update noar ti set v0='NJX' where id=8; -update noar tt set b0='472' where id=8; -update noar ti set b0='472' where id=8; -update noar tt set v0='401I8DPN0WPVS' where id=8; -update noar ti set v0='401I8DPN0WPVS' where id=8; -update noar tt set b1='1OEM4Z4Q7U4BRQJ56ZX38D6YVE' where id=8; -update noar ti set b1='1OEM4Z4Q7U4BRQJ56ZX38D6YVE' where id=8; -update noar tt set v0='6F6VM1ODPTHEQC861QN2APT3Z4JU0' where id=8; -update noar ti set v0='6F6VM1ODPTHEQC861QN2APT3Z4JU0' where id=8; -update noar tt set b2='BHK220T0ML55B0KVAAVVSTV7EXGYSOY' where id=8; -update noar ti set b2='BHK220T0ML55B0KVAAVVSTV7EXGYSOY' where id=8; -update noar tt set v0='Q97QHWA1Q' where id=9; -update noar ti set v0='Q97QHWA1Q' where id=9; -update noar tt set b0='8LM2W1' where id=9; -update noar ti set b0='8LM2W1' where id=9; -update noar tt set v0='WIZWGFDIWV' where id=9; -update noar ti set v0='WIZWGFDIWV' where id=9; -update noar tt set b1='4LIFZ7YDW17HONV5YLMNQR8T7HI' where id=9; -update noar ti set b1='4LIFZ7YDW17HONV5YLMNQR8T7HI' where id=9; -update noar tt set v0='WCNMCPSQKTHNEAY6UOMLNMJEA63LO' where id=9; -update noar ti set v0='WCNMCPSQKTHNEAY6UOMLNMJEA63LO' where id=9; -update noar tt set b2='9PCXMC44LON4AQTZMWKRXO931BLFTM' where id=9; -update noar ti set b2='9PCXMC44LON4AQTZMWKRXO931BLFTM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N5KJMZ1KDS4OJJX71QUYNWYU19HH' where id=1; -update noar ti set v0='N5KJMZ1KDS4OJJX71QUYNWYU19HH' where id=1; -update noar tt set b0='ERIADJNWSBR' where id=1; -update noar ti set b0='ERIADJNWSBR' where id=1; -update noar tt set v0='ORD4TEHMBZD6VWB9ZUPM83' where id=1; -update noar ti set v0='ORD4TEHMBZD6VWB9ZUPM83' where id=1; -update noar tt set b1='CR4QHT2FNSS23' where id=1; -update noar ti set b1='CR4QHT2FNSS23' where id=1; -update noar tt set v0='WP' where id=1; -update noar ti set v0='WP' where id=1; -update noar tt set b2='JCHFLPB1VBB27B' where id=1; -update noar ti set b2='JCHFLPB1VBB27B' where id=1; -update noar tt set v0='A3G' where id=2; -update noar ti set v0='A3G' where id=2; -update noar tt set b0='Z8NQFOH7D6K' where id=2; -update noar ti set b0='Z8NQFOH7D6K' where id=2; -update noar tt set v0='KS72XRPIRXJDEND59O463JY' where id=2; -update noar ti set v0='KS72XRPIRXJDEND59O463JY' where id=2; -update noar tt set b1='KHACXVRCJE5HRB6N5P9ZQ2JTTYHZ8Q9' where id=2; -update noar ti set b1='KHACXVRCJE5HRB6N5P9ZQ2JTTYHZ8Q9' where id=2; -update noar tt set v0='81FGKA05Y7D31P13H' where id=2; -update noar ti set v0='81FGKA05Y7D31P13H' where id=2; -update noar tt set b2='2PZKYZF4MSHAPDPBU3' where id=2; -update noar ti set b2='2PZKYZF4MSHAPDPBU3' where id=2; -update noar tt set v0='F6PA8' where id=3; -update noar ti set v0='F6PA8' where id=3; -update noar tt set b0='GH4J94IV' where id=3; -update noar ti set b0='GH4J94IV' where id=3; -update noar tt set v0='EDU3VNBQSG9CRMDM8S0A1WQYMYJCWII' where id=3; -update noar ti set v0='EDU3VNBQSG9CRMDM8S0A1WQYMYJCWII' where id=3; -update noar tt set b1='1I6S9B' where id=3; -update noar ti set b1='1I6S9B' where id=3; -update noar tt set v0='7Y6NRB96JB97' where id=3; -update noar ti set v0='7Y6NRB96JB97' where id=3; -update noar tt set b2='B33LA4YBDIJ7MOACCDW1Z' where id=3; -update noar ti set b2='B33LA4YBDIJ7MOACCDW1Z' where id=3; -update noar tt set v0='5SL2JK24Z' where id=4; -update noar ti set v0='5SL2JK24Z' where id=4; -update noar tt set b0='JSNCEDBH3P0FO3K4LF1PWG07HR33O' where id=4; -update noar ti set b0='JSNCEDBH3P0FO3K4LF1PWG07HR33O' where id=4; -update noar tt set v0='FTGZ620E59NGNVA1' where id=4; -update noar ti set v0='FTGZ620E59NGNVA1' where id=4; -update noar tt set b1='8E5JR8KU95HZC73IMJSP09HQZ' where id=4; -update noar ti set b1='8E5JR8KU95HZC73IMJSP09HQZ' where id=4; -update noar tt set v0='NAOODGFOOQ8IPIPSDEF2GPGN11U' where id=4; -update noar ti set v0='NAOODGFOOQ8IPIPSDEF2GPGN11U' where id=4; -update noar tt set b2='RY8' where id=4; -update noar ti set b2='RY8' where id=4; -update noar tt set v0='AZ1VPEZU3Z2T5JQIX4Q9DVGFBZEQI21N' where id=5; -update noar ti set v0='AZ1VPEZU3Z2T5JQIX4Q9DVGFBZEQI21N' where id=5; -update noar tt set b0='2BWV68W' where id=5; -update noar ti set b0='2BWV68W' where id=5; -update noar tt set v0='DBC76KL8TMHZV1GVPQ' where id=5; -update noar ti set v0='DBC76KL8TMHZV1GVPQ' where id=5; -update noar tt set b1='HGBHO0BDZ68C88XA03MPAQY9X' where id=5; -update noar ti set b1='HGBHO0BDZ68C88XA03MPAQY9X' where id=5; -update noar tt set v0='R8DBA8L' where id=5; -update noar ti set v0='R8DBA8L' where id=5; -update noar tt set b2='31A4I' where id=5; -update noar ti set b2='31A4I' where id=5; -update noar tt set v0='WA636V15B9GDCI1ITU2G7' where id=6; -update noar ti set v0='WA636V15B9GDCI1ITU2G7' where id=6; -update noar tt set b0='T0F9Y2OK7LSGSJSQWAR' where id=6; -update noar ti set b0='T0F9Y2OK7LSGSJSQWAR' where id=6; -update noar tt set v0='DL9C99TBK48600UA' where id=6; -update noar ti set v0='DL9C99TBK48600UA' where id=6; -update noar tt set b1='VSPXKBDP4LRLNWBX' where id=6; -update noar ti set b1='VSPXKBDP4LRLNWBX' where id=6; -update noar tt set v0='XC6BG2Z82OR1Q2C71CBVNXVIXTUVGDH' where id=6; -update noar ti set v0='XC6BG2Z82OR1Q2C71CBVNXVIXTUVGDH' where id=6; -update noar tt set b2='99PV51V6SRK8LPLFZ4S5V88RE2SC' where id=6; -update noar ti set b2='99PV51V6SRK8LPLFZ4S5V88RE2SC' where id=6; -update noar tt set v0='MJJH0NSVS8ZAN3MB3MG9S8P5KZOMQ' where id=7; -update noar ti set v0='MJJH0NSVS8ZAN3MB3MG9S8P5KZOMQ' where id=7; -update noar tt set b0='HO0CC' where id=7; -update noar ti set b0='HO0CC' where id=7; -update noar tt set v0='5611U' where id=7; -update noar ti set v0='5611U' where id=7; -update noar tt set b1='O' where id=7; -update noar ti set b1='O' where id=7; -update noar tt set v0='17YU2' where id=7; -update noar ti set v0='17YU2' where id=7; -update noar tt set b2='WA4' where id=7; -update noar ti set b2='WA4' where id=7; -update noar tt set v0='402ZOE20KD0GOYHOMNQ' where id=8; -update noar ti set v0='402ZOE20KD0GOYHOMNQ' where id=8; -update noar tt set b0='AKQTYVEO3O51208L74FY1GEMGK6QRA' where id=8; -update noar ti set b0='AKQTYVEO3O51208L74FY1GEMGK6QRA' where id=8; -update noar tt set v0='EHJAQJ' where id=8; -update noar ti set v0='EHJAQJ' where id=8; -update noar tt set b1='WSN7JX9S5SNAX05' where id=8; -update noar ti set b1='WSN7JX9S5SNAX05' where id=8; -update noar tt set v0='KD3C1TUP1481SXP1JNR' where id=8; -update noar ti set v0='KD3C1TUP1481SXP1JNR' where id=8; -update noar tt set b2='5TK1C32O1A' where id=8; -update noar ti set b2='5TK1C32O1A' where id=8; -update noar tt set v0='BQOUTX5LM5OU6JBBMNDFTGS7XY6ZHVEV' where id=9; -update noar ti set v0='BQOUTX5LM5OU6JBBMNDFTGS7XY6ZHVEV' where id=9; -update noar tt set b0='SH' where id=9; -update noar ti set b0='SH' where id=9; -update noar tt set v0='D2V98LQTQD0DWC4C' where id=9; -update noar ti set v0='D2V98LQTQD0DWC4C' where id=9; -update noar tt set b1='FSZ3HRXXNZQ6XY1U4LW7DGKM' where id=9; -update noar ti set b1='FSZ3HRXXNZQ6XY1U4LW7DGKM' where id=9; -update noar tt set v0='8NM652E0VAO4H6FV23IHDKTWY' where id=9; -update noar ti set v0='8NM652E0VAO4H6FV23IHDKTWY' where id=9; -update noar tt set b2='3OC5BFRUE0W1EG0U0N5BCNHG49102N63' where id=9; -update noar ti set b2='3OC5BFRUE0W1EG0U0N5BCNHG49102N63' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SW2PV7VHXKWNJ23MNV5IX4YGGDY86Z' where id=1; -update noar ti set v0='SW2PV7VHXKWNJ23MNV5IX4YGGDY86Z' where id=1; -update noar tt set b0='F8H2' where id=1; -update noar ti set b0='F8H2' where id=1; -update noar tt set v0='17H7X' where id=1; -update noar ti set v0='17H7X' where id=1; -update noar tt set b1='EZOUM34' where id=1; -update noar ti set b1='EZOUM34' where id=1; -update noar tt set v0='AC10Y6VLZ6JN70CRMC1HY2ZHTGB491' where id=1; -update noar ti set v0='AC10Y6VLZ6JN70CRMC1HY2ZHTGB491' where id=1; -update noar tt set b2='NHAXZIMNOJ0U0SNF' where id=1; -update noar ti set b2='NHAXZIMNOJ0U0SNF' where id=1; -update noar tt set v0='B0KZHQGF6CYR03RY1' where id=2; -update noar ti set v0='B0KZHQGF6CYR03RY1' where id=2; -update noar tt set b0='BL797J4RQ9452NIS1LF' where id=2; -update noar ti set b0='BL797J4RQ9452NIS1LF' where id=2; -update noar tt set v0='YPBYOXK63Y9UG1ITKTRLIJL' where id=2; -update noar ti set v0='YPBYOXK63Y9UG1ITKTRLIJL' where id=2; -update noar tt set b1='4OWQBA84VV' where id=2; -update noar ti set b1='4OWQBA84VV' where id=2; -update noar tt set v0='M3QOBSZY9B9GOKJ' where id=2; -update noar ti set v0='M3QOBSZY9B9GOKJ' where id=2; -update noar tt set b2='LE9462VD99GUBWG03177F' where id=2; -update noar ti set b2='LE9462VD99GUBWG03177F' where id=2; -update noar tt set v0='WIJC872X7EQJY9B7502OKDI' where id=3; -update noar ti set v0='WIJC872X7EQJY9B7502OKDI' where id=3; -update noar tt set b0='6CHA0I7H36CQIQFBGEOR9M76' where id=3; -update noar ti set b0='6CHA0I7H36CQIQFBGEOR9M76' where id=3; -update noar tt set v0='RV94JD6BIAGURU9HE1KO5HY9' where id=3; -update noar ti set v0='RV94JD6BIAGURU9HE1KO5HY9' where id=3; -update noar tt set b1='E13OL5JNLHVRLYXT7V28ZZNHMSJ7' where id=3; -update noar ti set b1='E13OL5JNLHVRLYXT7V28ZZNHMSJ7' where id=3; -update noar tt set v0='DEDP674JVTGL' where id=3; -update noar ti set v0='DEDP674JVTGL' where id=3; -update noar tt set b2='OWXM3KD' where id=3; -update noar ti set b2='OWXM3KD' where id=3; -update noar tt set v0='IHH2ZNP2XT' where id=4; -update noar ti set v0='IHH2ZNP2XT' where id=4; -update noar tt set b0='BQMMFEFAS8AQ' where id=4; -update noar ti set b0='BQMMFEFAS8AQ' where id=4; -update noar tt set v0='0UB1YYL5SJALUI' where id=4; -update noar ti set v0='0UB1YYL5SJALUI' where id=4; -update noar tt set b1='ZNL7NF3V1BX10YGQ3ADPIDE2I4A3O' where id=4; -update noar ti set b1='ZNL7NF3V1BX10YGQ3ADPIDE2I4A3O' where id=4; -update noar tt set v0='WYRXJ25ESZOQ5CUDS1LX' where id=4; -update noar ti set v0='WYRXJ25ESZOQ5CUDS1LX' where id=4; -update noar tt set b2='5ID2J1FTROF2BBYHO9P0M34' where id=4; -update noar ti set b2='5ID2J1FTROF2BBYHO9P0M34' where id=4; -update noar tt set v0='B' where id=5; -update noar ti set v0='B' where id=5; -update noar tt set b0='7V08' where id=5; -update noar ti set b0='7V08' where id=5; -update noar tt set v0='IUU93QFVD2V3IFG' where id=5; -update noar ti set v0='IUU93QFVD2V3IFG' where id=5; -update noar tt set b1='PI4MJIM991QXVXGHXYXNQTTPXSUGUMH' where id=5; -update noar ti set b1='PI4MJIM991QXVXGHXYXNQTTPXSUGUMH' where id=5; -update noar tt set v0='QJUMN7YWH8MRUHNQ39K7U7G0G7ZS' where id=5; -update noar ti set v0='QJUMN7YWH8MRUHNQ39K7U7G0G7ZS' where id=5; -update noar tt set b2='5CBIQ1H9XNHU' where id=5; -update noar ti set b2='5CBIQ1H9XNHU' where id=5; -update noar tt set v0='8XSK4CG' where id=6; -update noar ti set v0='8XSK4CG' where id=6; -update noar tt set b0='QJRXEQPBIAJEFCEAIVFK63DZCIB6Q' where id=6; -update noar ti set b0='QJRXEQPBIAJEFCEAIVFK63DZCIB6Q' where id=6; -update noar tt set v0='4SI2HE185PFQ9F832CUSS064BVFIH9VN' where id=6; -update noar ti set v0='4SI2HE185PFQ9F832CUSS064BVFIH9VN' where id=6; -update noar tt set b1='RIG8HQV1OCET8XRFGOTX8K' where id=6; -update noar ti set b1='RIG8HQV1OCET8XRFGOTX8K' where id=6; -update noar tt set v0='PPZJ1SVAFD45VGRA6T1GTZN6WQ3' where id=6; -update noar ti set v0='PPZJ1SVAFD45VGRA6T1GTZN6WQ3' where id=6; -update noar tt set b2='VORIRPQL6YTQU3' where id=6; -update noar ti set b2='VORIRPQL6YTQU3' where id=6; -update noar tt set v0='4L' where id=7; -update noar ti set v0='4L' where id=7; -update noar tt set b0='1D' where id=7; -update noar ti set b0='1D' where id=7; -update noar tt set v0='X68J2K7YHY44O8KP' where id=7; -update noar ti set v0='X68J2K7YHY44O8KP' where id=7; -update noar tt set b1='B1TFG4RH04TMLGINF6MN7V21PCE' where id=7; -update noar ti set b1='B1TFG4RH04TMLGINF6MN7V21PCE' where id=7; -update noar tt set v0='DAK2H2CANSHHZF' where id=7; -update noar ti set v0='DAK2H2CANSHHZF' where id=7; -update noar tt set b2='MRRWI' where id=7; -update noar ti set b2='MRRWI' where id=7; -update noar tt set v0='47029PLPUXTMO3' where id=8; -update noar ti set v0='47029PLPUXTMO3' where id=8; -update noar tt set b0='PU8RWT88B49Y7JS2MJGN3ZP8IF8ZP' where id=8; -update noar ti set b0='PU8RWT88B49Y7JS2MJGN3ZP8IF8ZP' where id=8; -update noar tt set v0='YLUZAQ3K5187UVSJ2DRNGQHIG09' where id=8; -update noar ti set v0='YLUZAQ3K5187UVSJ2DRNGQHIG09' where id=8; -update noar tt set b1='213NHTTL3XU5CEALLCL9ASL6ZRD' where id=8; -update noar ti set b1='213NHTTL3XU5CEALLCL9ASL6ZRD' where id=8; -update noar tt set v0='1JUWQCLVPCFZ3NWIOL6HFEGDTHAFMJZY' where id=8; -update noar ti set v0='1JUWQCLVPCFZ3NWIOL6HFEGDTHAFMJZY' where id=8; -update noar tt set b2='WVQFOJ2M' where id=8; -update noar ti set b2='WVQFOJ2M' where id=8; -update noar tt set v0='QVB7ZL6KW39JAUAVVIEW' where id=9; -update noar ti set v0='QVB7ZL6KW39JAUAVVIEW' where id=9; -update noar tt set b0='NZC789TBRYH9UEARWEEW29JDB' where id=9; -update noar ti set b0='NZC789TBRYH9UEARWEEW29JDB' where id=9; -update noar tt set v0='V' where id=9; -update noar ti set v0='V' where id=9; -update noar tt set b1='VLNMWZEIS8N' where id=9; -update noar ti set b1='VLNMWZEIS8N' where id=9; -update noar tt set v0='UBRT' where id=9; -update noar ti set v0='UBRT' where id=9; -update noar tt set b2='2KS' where id=9; -update noar ti set b2='2KS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6D' where id=1; -update noar ti set v0='6D' where id=1; -update noar tt set b0='CZJP6U7EQG1VS0M' where id=1; -update noar ti set b0='CZJP6U7EQG1VS0M' where id=1; -update noar tt set v0='TE0M8ZPFM5N1ECJ16V' where id=1; -update noar ti set v0='TE0M8ZPFM5N1ECJ16V' where id=1; -update noar tt set b1='IR3QPVQITLAQZKNP4EURIO9VDD' where id=1; -update noar ti set b1='IR3QPVQITLAQZKNP4EURIO9VDD' where id=1; -update noar tt set v0='XICTDK24N8LCJEKUSV0I9A31FZK' where id=1; -update noar ti set v0='XICTDK24N8LCJEKUSV0I9A31FZK' where id=1; -update noar tt set b2='87XEHIEXPU1ZRXXZ8A1SUON0J6FFE5Z' where id=1; -update noar ti set b2='87XEHIEXPU1ZRXXZ8A1SUON0J6FFE5Z' where id=1; -update noar tt set v0='TSKU5P3DH09' where id=2; -update noar ti set v0='TSKU5P3DH09' where id=2; -update noar tt set b0='8WAKINKY' where id=2; -update noar ti set b0='8WAKINKY' where id=2; -update noar tt set v0='GHAVEO37WC2DVU457H8' where id=2; -update noar ti set v0='GHAVEO37WC2DVU457H8' where id=2; -update noar tt set b1='KZIEEZK6O10DLXXM3VT34OZ740EF54ZS' where id=2; -update noar ti set b1='KZIEEZK6O10DLXXM3VT34OZ740EF54ZS' where id=2; -update noar tt set v0='0X5GW' where id=2; -update noar ti set v0='0X5GW' where id=2; -update noar tt set b2='T1FIJ98O85PRWJKKU81BTM' where id=2; -update noar ti set b2='T1FIJ98O85PRWJKKU81BTM' where id=2; -update noar tt set v0='PT8THOOEEYT' where id=3; -update noar ti set v0='PT8THOOEEYT' where id=3; -update noar tt set b0='0U985NFT6MZ7EQ8BGEIAD' where id=3; -update noar ti set b0='0U985NFT6MZ7EQ8BGEIAD' where id=3; -update noar tt set v0='MZ' where id=3; -update noar ti set v0='MZ' where id=3; -update noar tt set b1='FQI0VEJ' where id=3; -update noar ti set b1='FQI0VEJ' where id=3; -update noar tt set v0='AN4YWWXOUIH7SBVK5XCRRZFG055D611Z' where id=3; -update noar ti set v0='AN4YWWXOUIH7SBVK5XCRRZFG055D611Z' where id=3; -update noar tt set b2='5U' where id=3; -update noar ti set b2='5U' where id=3; -update noar tt set v0='8I' where id=4; -update noar ti set v0='8I' where id=4; -update noar tt set b0='KM8NE8283ULA6DSASU5P4RFX8H6L9V' where id=4; -update noar ti set b0='KM8NE8283ULA6DSASU5P4RFX8H6L9V' where id=4; -update noar tt set v0='ERIS9HADIZWSBCBTSQZOEXQFKI' where id=4; -update noar ti set v0='ERIS9HADIZWSBCBTSQZOEXQFKI' where id=4; -update noar tt set b1='2SZJWI94RJLNS' where id=4; -update noar ti set b1='2SZJWI94RJLNS' where id=4; -update noar tt set v0='USWCFOEDAHHR' where id=4; -update noar ti set v0='USWCFOEDAHHR' where id=4; -update noar tt set b2='PPF3GR12GMF6OJDPGI8E0PPYKZCQ' where id=4; -update noar ti set b2='PPF3GR12GMF6OJDPGI8E0PPYKZCQ' where id=4; -update noar tt set v0='ROCN1XQKX1MBYHZXDUJSSB87UDEY8CR' where id=5; -update noar ti set v0='ROCN1XQKX1MBYHZXDUJSSB87UDEY8CR' where id=5; -update noar tt set b0='NV0GFI' where id=5; -update noar ti set b0='NV0GFI' where id=5; -update noar tt set v0='N8T87BRHF3Q3SQCR0W' where id=5; -update noar ti set v0='N8T87BRHF3Q3SQCR0W' where id=5; -update noar tt set b1='XXJBEY5Z3UMGHOR7X45K8M' where id=5; -update noar ti set b1='XXJBEY5Z3UMGHOR7X45K8M' where id=5; -update noar tt set v0='P98TEYUOP3W60HGNW7V1EC8' where id=5; -update noar ti set v0='P98TEYUOP3W60HGNW7V1EC8' where id=5; -update noar tt set b2='3IYH0F0KMJJKZ621RJAAC6ZLSV' where id=5; -update noar ti set b2='3IYH0F0KMJJKZ621RJAAC6ZLSV' where id=5; -update noar tt set v0='GAAK6QY2S14UAR' where id=6; -update noar ti set v0='GAAK6QY2S14UAR' where id=6; -update noar tt set b0='RMH4M0WQ330UF' where id=6; -update noar ti set b0='RMH4M0WQ330UF' where id=6; -update noar tt set v0='3CA2NADO' where id=6; -update noar ti set v0='3CA2NADO' where id=6; -update noar tt set b1='6TDHSCS7K27JXY88C9P35JO' where id=6; -update noar ti set b1='6TDHSCS7K27JXY88C9P35JO' where id=6; -update noar tt set v0='JS9H6JEL4JUG9EO1YJ' where id=6; -update noar ti set v0='JS9H6JEL4JUG9EO1YJ' where id=6; -update noar tt set b2='7SPM' where id=6; -update noar ti set b2='7SPM' where id=6; -update noar tt set v0='15YPH9FN2MBHPI' where id=7; -update noar ti set v0='15YPH9FN2MBHPI' where id=7; -update noar tt set b0='FU32E5KY4H96Y96J45LMKL' where id=7; -update noar ti set b0='FU32E5KY4H96Y96J45LMKL' where id=7; -update noar tt set v0='UR4ZFQI36WJ' where id=7; -update noar ti set v0='UR4ZFQI36WJ' where id=7; -update noar tt set b1='MIWL503XT51Q1BZOS9JD45JGI2EEJQJ' where id=7; -update noar ti set b1='MIWL503XT51Q1BZOS9JD45JGI2EEJQJ' where id=7; -update noar tt set v0='H1VNR2' where id=7; -update noar ti set v0='H1VNR2' where id=7; -update noar tt set b2='EC' where id=7; -update noar ti set b2='EC' where id=7; -update noar tt set v0='ELEV9QVTWUGZAANIBJUVB6' where id=8; -update noar ti set v0='ELEV9QVTWUGZAANIBJUVB6' where id=8; -update noar tt set b0='1TYUDZGJTV1HFLIBSBNNJX5' where id=8; -update noar ti set b0='1TYUDZGJTV1HFLIBSBNNJX5' where id=8; -update noar tt set v0='PO1U6484WLGTWW' where id=8; -update noar ti set v0='PO1U6484WLGTWW' where id=8; -update noar tt set b1='MPEH9668VLH4Z70DYZ5ICFJUE7RJJM' where id=8; -update noar ti set b1='MPEH9668VLH4Z70DYZ5ICFJUE7RJJM' where id=8; -update noar tt set v0='Q2EBTHWBH9AVBYG27DNEV69' where id=8; -update noar ti set v0='Q2EBTHWBH9AVBYG27DNEV69' where id=8; -update noar tt set b2='BUE1Y8' where id=8; -update noar ti set b2='BUE1Y8' where id=8; -update noar tt set v0='8716G' where id=9; -update noar ti set v0='8716G' where id=9; -update noar tt set b0='7B25VLGCY765O8X8QK1GZ01WP' where id=9; -update noar ti set b0='7B25VLGCY765O8X8QK1GZ01WP' where id=9; -update noar tt set v0='J47OLD' where id=9; -update noar ti set v0='J47OLD' where id=9; -update noar tt set b1='CNC6F3YOZM0ZBJQXNYCN1SK6B' where id=9; -update noar ti set b1='CNC6F3YOZM0ZBJQXNYCN1SK6B' where id=9; -update noar tt set v0='OUPFB1GV82TGS0R' where id=9; -update noar ti set v0='OUPFB1GV82TGS0R' where id=9; -update noar tt set b2='5OV5SO869OHGPBH3EEU1STWA7223TWID' where id=9; -update noar ti set b2='5OV5SO869OHGPBH3EEU1STWA7223TWID' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BQIG0V48MQ' where id=1; -update noar ti set v0='BQIG0V48MQ' where id=1; -update noar tt set b0='U' where id=1; -update noar ti set b0='U' where id=1; -update noar tt set v0='KJ70PJMRUE9CG3QVAIWZCHCB94SNP' where id=1; -update noar ti set v0='KJ70PJMRUE9CG3QVAIWZCHCB94SNP' where id=1; -update noar tt set b1='7BVHTXKW0FGX5AH1QBZIRSB4H45CB8D' where id=1; -update noar ti set b1='7BVHTXKW0FGX5AH1QBZIRSB4H45CB8D' where id=1; -update noar tt set v0='UKZOK7WDUMP4CHYTGFA693ISOCQ5SJR' where id=1; -update noar ti set v0='UKZOK7WDUMP4CHYTGFA693ISOCQ5SJR' where id=1; -update noar tt set b2='LSVX4CP3AFZ1MJRPJ1M03345OBN7056S' where id=1; -update noar ti set b2='LSVX4CP3AFZ1MJRPJ1M03345OBN7056S' where id=1; -update noar tt set v0='IY22HYGFBU2J91G4RVA7L' where id=2; -update noar ti set v0='IY22HYGFBU2J91G4RVA7L' where id=2; -update noar tt set b0='96TX' where id=2; -update noar ti set b0='96TX' where id=2; -update noar tt set v0='6F26Y3SF30AORMCLT3P0QBW' where id=2; -update noar ti set v0='6F26Y3SF30AORMCLT3P0QBW' where id=2; -update noar tt set b1='37' where id=2; -update noar ti set b1='37' where id=2; -update noar tt set v0='GM1VUV4IE2Z8TSLDKPIC8O3LEE' where id=2; -update noar ti set v0='GM1VUV4IE2Z8TSLDKPIC8O3LEE' where id=2; -update noar tt set b2='7XTV' where id=2; -update noar ti set b2='7XTV' where id=2; -update noar tt set v0='2OJDOPU4W5U2QAAGQS' where id=3; -update noar ti set v0='2OJDOPU4W5U2QAAGQS' where id=3; -update noar tt set b0='STO31HDZ9' where id=3; -update noar ti set b0='STO31HDZ9' where id=3; -update noar tt set v0='BEV9C295UUTGU6JKSSXP0RTHFM' where id=3; -update noar ti set v0='BEV9C295UUTGU6JKSSXP0RTHFM' where id=3; -update noar tt set b1='3IS6GS' where id=3; -update noar ti set b1='3IS6GS' where id=3; -update noar tt set v0='KXMB3YLGU5Q08Q0K2GRKYX' where id=3; -update noar ti set v0='KXMB3YLGU5Q08Q0K2GRKYX' where id=3; -update noar tt set b2='26PKN10' where id=3; -update noar ti set b2='26PKN10' where id=3; -update noar tt set v0='D429CLUHMO8ZI4HY4NX0QM7BGV11' where id=4; -update noar ti set v0='D429CLUHMO8ZI4HY4NX0QM7BGV11' where id=4; -update noar tt set b0='QBDPZTZU3S3F' where id=4; -update noar ti set b0='QBDPZTZU3S3F' where id=4; -update noar tt set v0='J282VL9NUXXG4VA933TZQ' where id=4; -update noar ti set v0='J282VL9NUXXG4VA933TZQ' where id=4; -update noar tt set b1='MBFGCOZQJGZX2L7E2MEOOR6VZVNJW' where id=4; -update noar ti set b1='MBFGCOZQJGZX2L7E2MEOOR6VZVNJW' where id=4; -update noar tt set v0='ZWXY974S38FMBFV' where id=4; -update noar ti set v0='ZWXY974S38FMBFV' where id=4; -update noar tt set b2='XHU6OPXEQ080X266J04A0KH' where id=4; -update noar ti set b2='XHU6OPXEQ080X266J04A0KH' where id=4; -update noar tt set v0='1M6B87GOIVIPCSZ1F9' where id=5; -update noar ti set v0='1M6B87GOIVIPCSZ1F9' where id=5; -update noar tt set b0='4WLW2SH71KNBDY3QIX2EYPKGW' where id=5; -update noar ti set b0='4WLW2SH71KNBDY3QIX2EYPKGW' where id=5; -update noar tt set v0='R55W4ZB' where id=5; -update noar ti set v0='R55W4ZB' where id=5; -update noar tt set b1='E' where id=5; -update noar ti set b1='E' where id=5; -update noar tt set v0='O5UJTSY' where id=5; -update noar ti set v0='O5UJTSY' where id=5; -update noar tt set b2='ECGI50WCOC6QZ5GIRKRRD9DBZSJK' where id=5; -update noar ti set b2='ECGI50WCOC6QZ5GIRKRRD9DBZSJK' where id=5; -update noar tt set v0='X60PKVKDN7SUFYB' where id=6; -update noar ti set v0='X60PKVKDN7SUFYB' where id=6; -update noar tt set b0='V06T6G9KYONYW7S5YI2' where id=6; -update noar ti set b0='V06T6G9KYONYW7S5YI2' where id=6; -update noar tt set v0='EHTX6L1Q087I8QD13YTLC99F' where id=6; -update noar ti set v0='EHTX6L1Q087I8QD13YTLC99F' where id=6; -update noar tt set b1='G520YS1MHUT7O11WYC' where id=6; -update noar ti set b1='G520YS1MHUT7O11WYC' where id=6; -update noar tt set v0='MPOIMTQBBJGX0RX6RTO1Z0O' where id=6; -update noar ti set v0='MPOIMTQBBJGX0RX6RTO1Z0O' where id=6; -update noar tt set b2='38I' where id=6; -update noar ti set b2='38I' where id=6; -update noar tt set v0='01VEGNGP53I4DT3XWTFO4802RW' where id=7; -update noar ti set v0='01VEGNGP53I4DT3XWTFO4802RW' where id=7; -update noar tt set b0='L5C75GGHCZ9SWIJVTAXTI' where id=7; -update noar ti set b0='L5C75GGHCZ9SWIJVTAXTI' where id=7; -update noar tt set v0='H' where id=7; -update noar ti set v0='H' where id=7; -update noar tt set b1='JRXS4NN4KWTDW3010HQZA2JFS' where id=7; -update noar ti set b1='JRXS4NN4KWTDW3010HQZA2JFS' where id=7; -update noar tt set v0='XKGDKH6AO98944HFOBH' where id=7; -update noar ti set v0='XKGDKH6AO98944HFOBH' where id=7; -update noar tt set b2='NXG04X' where id=7; -update noar ti set b2='NXG04X' where id=7; -update noar tt set v0='8T6K0ZTSNZMZOQVT6QE' where id=8; -update noar ti set v0='8T6K0ZTSNZMZOQVT6QE' where id=8; -update noar tt set b0='EBCF1LXUI3BW7ZG9' where id=8; -update noar ti set b0='EBCF1LXUI3BW7ZG9' where id=8; -update noar tt set v0='4H93DK64' where id=8; -update noar ti set v0='4H93DK64' where id=8; -update noar tt set b1='TY5085JCOHSIURQRINI1' where id=8; -update noar ti set b1='TY5085JCOHSIURQRINI1' where id=8; -update noar tt set v0='EG4DI9M18EIDKLSI3ACB3Y6MW4YYUJ' where id=8; -update noar ti set v0='EG4DI9M18EIDKLSI3ACB3Y6MW4YYUJ' where id=8; -update noar tt set b2='DXKYOVX2P4PF' where id=8; -update noar ti set b2='DXKYOVX2P4PF' where id=8; -update noar tt set v0='5W0' where id=9; -update noar ti set v0='5W0' where id=9; -update noar tt set b0='V002D73J66' where id=9; -update noar ti set b0='V002D73J66' where id=9; -update noar tt set v0='VEX5KQOZYNC1NJ1YJHXEEG92W199ACHS' where id=9; -update noar ti set v0='VEX5KQOZYNC1NJ1YJHXEEG92W199ACHS' where id=9; -update noar tt set b1='QSIBF6VC44RR6J3THXL55QDN9ISGAHX0' where id=9; -update noar ti set b1='QSIBF6VC44RR6J3THXL55QDN9ISGAHX0' where id=9; -update noar tt set v0='AUMWUDDXSX7751FZ292NOZ7GK3C' where id=9; -update noar ti set v0='AUMWUDDXSX7751FZ292NOZ7GK3C' where id=9; -update noar tt set b2='K021K' where id=9; -update noar ti set b2='K021K' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0WE13K3D0WQ79RMKLJB94AVWB1' where id=1; -update noar ti set v0='0WE13K3D0WQ79RMKLJB94AVWB1' where id=1; -update noar tt set b0='WTPMT9GNO2SX4L704AO8' where id=1; -update noar ti set b0='WTPMT9GNO2SX4L704AO8' where id=1; -update noar tt set v0='UPP6' where id=1; -update noar ti set v0='UPP6' where id=1; -update noar tt set b1='5SNSUW0D35GFQL4YVJMA5KMXE' where id=1; -update noar ti set b1='5SNSUW0D35GFQL4YVJMA5KMXE' where id=1; -update noar tt set v0='791AWJYXW0OLL9A6BUPDU' where id=1; -update noar ti set v0='791AWJYXW0OLL9A6BUPDU' where id=1; -update noar tt set b2='6N0TMADS' where id=1; -update noar ti set b2='6N0TMADS' where id=1; -update noar tt set v0='0UPUGWCOPUTSO' where id=2; -update noar ti set v0='0UPUGWCOPUTSO' where id=2; -update noar tt set b0='BHW81UO6TMVGGTLB0V8CB56VH' where id=2; -update noar ti set b0='BHW81UO6TMVGGTLB0V8CB56VH' where id=2; -update noar tt set v0='L1Q' where id=2; -update noar ti set v0='L1Q' where id=2; -update noar tt set b1='DKQK78FKYWKL3MNE4WLS' where id=2; -update noar ti set b1='DKQK78FKYWKL3MNE4WLS' where id=2; -update noar tt set v0='ZMZ3ZCRE6DU0LESKX7OFE76CMUS' where id=2; -update noar ti set v0='ZMZ3ZCRE6DU0LESKX7OFE76CMUS' where id=2; -update noar tt set b2='U5YYORW586TJJYAHMSZZ83' where id=2; -update noar ti set b2='U5YYORW586TJJYAHMSZZ83' where id=2; -update noar tt set v0='TK2MS' where id=3; -update noar ti set v0='TK2MS' where id=3; -update noar tt set b0='RT6ZI1IRXFAVG' where id=3; -update noar ti set b0='RT6ZI1IRXFAVG' where id=3; -update noar tt set v0='DNHVUO348NNKBURNBZJ2XTSOTFBG11Q' where id=3; -update noar ti set v0='DNHVUO348NNKBURNBZJ2XTSOTFBG11Q' where id=3; -update noar tt set b1='59OBESBU4ZLIUM9NUU4BXQP' where id=3; -update noar ti set b1='59OBESBU4ZLIUM9NUU4BXQP' where id=3; -update noar tt set v0='MJ5FY2R8BQ2V9WZNEZGE82LJ87JZPWC4' where id=3; -update noar ti set v0='MJ5FY2R8BQ2V9WZNEZGE82LJ87JZPWC4' where id=3; -update noar tt set b2='9CBAXDODBKZCTJLVI2K2' where id=3; -update noar ti set b2='9CBAXDODBKZCTJLVI2K2' where id=3; -update noar tt set v0='LJG7HWD8Z5SM0F8R4O79UPED' where id=4; -update noar ti set v0='LJG7HWD8Z5SM0F8R4O79UPED' where id=4; -update noar tt set b0='XQ3VBWD93A2IDW9' where id=4; -update noar ti set b0='XQ3VBWD93A2IDW9' where id=4; -update noar tt set v0='I5X' where id=4; -update noar ti set v0='I5X' where id=4; -update noar tt set b1='FGT79W7UXB5U35CWY' where id=4; -update noar ti set b1='FGT79W7UXB5U35CWY' where id=4; -update noar tt set v0='5JWPVJDMJI7LEDHPMI1RA5FA6G5EGHEB' where id=4; -update noar ti set v0='5JWPVJDMJI7LEDHPMI1RA5FA6G5EGHEB' where id=4; -update noar tt set b2='GL7SJT' where id=4; -update noar ti set b2='GL7SJT' where id=4; -update noar tt set v0='NDMJXT8BQVZ0GKBD0RJ4E8KZL' where id=5; -update noar ti set v0='NDMJXT8BQVZ0GKBD0RJ4E8KZL' where id=5; -update noar tt set b0='JJHB9BLEFUUJYBNEEZALJQ5R17' where id=5; -update noar ti set b0='JJHB9BLEFUUJYBNEEZALJQ5R17' where id=5; -update noar tt set v0='2BLNFM2N6MNU2T' where id=5; -update noar ti set v0='2BLNFM2N6MNU2T' where id=5; -update noar tt set b1='P6YDETIJZ015' where id=5; -update noar ti set b1='P6YDETIJZ015' where id=5; -update noar tt set v0='7OD1C0FVLAI2J87OBF1TY39H' where id=5; -update noar ti set v0='7OD1C0FVLAI2J87OBF1TY39H' where id=5; -update noar tt set b2='NYMBT1' where id=5; -update noar ti set b2='NYMBT1' where id=5; -update noar tt set v0='T0LQILREIUB0OA9T2U7A' where id=6; -update noar ti set v0='T0LQILREIUB0OA9T2U7A' where id=6; -update noar tt set b0='2' where id=6; -update noar ti set b0='2' where id=6; -update noar tt set v0='QQM4507UPABZ30K7OG' where id=6; -update noar ti set v0='QQM4507UPABZ30K7OG' where id=6; -update noar tt set b1='BQIESDUYAEN' where id=6; -update noar ti set b1='BQIESDUYAEN' where id=6; -update noar tt set v0='Q02BFLEZ23IXYNPX2' where id=6; -update noar ti set v0='Q02BFLEZ23IXYNPX2' where id=6; -update noar tt set b2='HFLGOSNLQ8CUD7ZC4B1RDJG' where id=6; -update noar ti set b2='HFLGOSNLQ8CUD7ZC4B1RDJG' where id=6; -update noar tt set v0='29' where id=7; -update noar ti set v0='29' where id=7; -update noar tt set b0='PM8VWHIOIAQUQHZDOE2E2O0QPCG46W' where id=7; -update noar ti set b0='PM8VWHIOIAQUQHZDOE2E2O0QPCG46W' where id=7; -update noar tt set v0='OW39W1EZXS' where id=7; -update noar ti set v0='OW39W1EZXS' where id=7; -update noar tt set b1='OJOHE7DCQG76ZL61IO4BT1S4G5' where id=7; -update noar ti set b1='OJOHE7DCQG76ZL61IO4BT1S4G5' where id=7; -update noar tt set v0='CO93IP1J4XOLTM2QPU49NGUJRFN1' where id=7; -update noar ti set v0='CO93IP1J4XOLTM2QPU49NGUJRFN1' where id=7; -update noar tt set b2='Y' where id=7; -update noar ti set b2='Y' where id=7; -update noar tt set v0='500ZCJ2RPANJ4OXGA2CU66O7XW9ELZEP' where id=8; -update noar ti set v0='500ZCJ2RPANJ4OXGA2CU66O7XW9ELZEP' where id=8; -update noar tt set b0='OANLK0Y' where id=8; -update noar ti set b0='OANLK0Y' where id=8; -update noar tt set v0='8Z9J6S' where id=8; -update noar ti set v0='8Z9J6S' where id=8; -update noar tt set b1='H1D159L47A0AZRJUHQECXX38DQ4R3' where id=8; -update noar ti set b1='H1D159L47A0AZRJUHQECXX38DQ4R3' where id=8; -update noar tt set v0='KR1UA5IF' where id=8; -update noar ti set v0='KR1UA5IF' where id=8; -update noar tt set b2='QRSQOZJMEA6ABGQUMYN' where id=8; -update noar ti set b2='QRSQOZJMEA6ABGQUMYN' where id=8; -update noar tt set v0='M8LT4DQSM093C5T' where id=9; -update noar ti set v0='M8LT4DQSM093C5T' where id=9; -update noar tt set b0='A05A27K1U2U' where id=9; -update noar ti set b0='A05A27K1U2U' where id=9; -update noar tt set v0='7OJULO' where id=9; -update noar ti set v0='7OJULO' where id=9; -update noar tt set b1='MG1Y3' where id=9; -update noar ti set b1='MG1Y3' where id=9; -update noar tt set v0='5JJMFU06GXV4OQL20O8E1J' where id=9; -update noar ti set v0='5JJMFU06GXV4OQL20O8E1J' where id=9; -update noar tt set b2='3XA5SYLOVMRZUS' where id=9; -update noar ti set b2='3XA5SYLOVMRZUS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='97E1XUJ9XDI1W147HASZVGKQ91WCTU1R' where id=1; -update noar ti set v0='97E1XUJ9XDI1W147HASZVGKQ91WCTU1R' where id=1; -update noar tt set b0='KM' where id=1; -update noar ti set b0='KM' where id=1; -update noar tt set v0='0C' where id=1; -update noar ti set v0='0C' where id=1; -update noar tt set b1='IMR' where id=1; -update noar ti set b1='IMR' where id=1; -update noar tt set v0='GR' where id=1; -update noar ti set v0='GR' where id=1; -update noar tt set b2='CUGV1US' where id=1; -update noar ti set b2='CUGV1US' where id=1; -update noar tt set v0='Q8KGM96QGRPDN7QDCKYGKXR' where id=2; -update noar ti set v0='Q8KGM96QGRPDN7QDCKYGKXR' where id=2; -update noar tt set b0='MUZ5WXICBS2WBB1GPR48OEMVJSHN6NRJ' where id=2; -update noar ti set b0='MUZ5WXICBS2WBB1GPR48OEMVJSHN6NRJ' where id=2; -update noar tt set v0='E6FESUB7U988XRFL3XYC' where id=2; -update noar ti set v0='E6FESUB7U988XRFL3XYC' where id=2; -update noar tt set b1='OQMLS9NS5BYY' where id=2; -update noar ti set b1='OQMLS9NS5BYY' where id=2; -update noar tt set v0='MOIC92LMU2QS44ZUFSGC23EH7YAT' where id=2; -update noar ti set v0='MOIC92LMU2QS44ZUFSGC23EH7YAT' where id=2; -update noar tt set b2='R5G0CJO331FI' where id=2; -update noar ti set b2='R5G0CJO331FI' where id=2; -update noar tt set v0='LR8UZMQF5QYGVR6NA62T2' where id=3; -update noar ti set v0='LR8UZMQF5QYGVR6NA62T2' where id=3; -update noar tt set b0='EGCBWS7D1ET1PQL1J' where id=3; -update noar ti set b0='EGCBWS7D1ET1PQL1J' where id=3; -update noar tt set v0='CI2MG09ZO' where id=3; -update noar ti set v0='CI2MG09ZO' where id=3; -update noar tt set b1='LMAF' where id=3; -update noar ti set b1='LMAF' where id=3; -update noar tt set v0='MC0RXWCTJHYR0FDNSN7WBTMXQ4BZ7E' where id=3; -update noar ti set v0='MC0RXWCTJHYR0FDNSN7WBTMXQ4BZ7E' where id=3; -update noar tt set b2='GC8UP' where id=3; -update noar ti set b2='GC8UP' where id=3; -update noar tt set v0='JJ0I4Y48D1S' where id=4; -update noar ti set v0='JJ0I4Y48D1S' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='FW' where id=4; -update noar ti set v0='FW' where id=4; -update noar tt set b1='NQYPVRA9ICAVR5CNXU9PUQWOK11' where id=4; -update noar ti set b1='NQYPVRA9ICAVR5CNXU9PUQWOK11' where id=4; -update noar tt set v0='TMYFTZC47R0SL1RLJKGH101QQ9CDILM' where id=4; -update noar ti set v0='TMYFTZC47R0SL1RLJKGH101QQ9CDILM' where id=4; -update noar tt set b2='REDHGMH0J94R05GBYRMV31PP' where id=4; -update noar ti set b2='REDHGMH0J94R05GBYRMV31PP' where id=4; -update noar tt set v0='LCC13I41I2XPNQ6' where id=5; -update noar ti set v0='LCC13I41I2XPNQ6' where id=5; -update noar tt set b0='NMDYFPN4KNCKGY' where id=5; -update noar ti set b0='NMDYFPN4KNCKGY' where id=5; -update noar tt set v0='R85LLOZ1YPPDZNXRGD4PZA19EH9VITR' where id=5; -update noar ti set v0='R85LLOZ1YPPDZNXRGD4PZA19EH9VITR' where id=5; -update noar tt set b1='8XZLATWQBYJN' where id=5; -update noar ti set b1='8XZLATWQBYJN' where id=5; -update noar tt set v0='731YTQFDAV7TG60HL2DTG' where id=5; -update noar ti set v0='731YTQFDAV7TG60HL2DTG' where id=5; -update noar tt set b2='1LR7EA' where id=5; -update noar ti set b2='1LR7EA' where id=5; -update noar tt set v0='WXS3LI82FMETYPW' where id=6; -update noar ti set v0='WXS3LI82FMETYPW' where id=6; -update noar tt set b0='92TQ0TVCY82PO6DZI1HOMDO' where id=6; -update noar ti set b0='92TQ0TVCY82PO6DZI1HOMDO' where id=6; -update noar tt set v0='8U8QE01IQ0' where id=6; -update noar ti set v0='8U8QE01IQ0' where id=6; -update noar tt set b1='4GTENHIUJP6U' where id=6; -update noar ti set b1='4GTENHIUJP6U' where id=6; -update noar tt set v0='DR07ASCBKRZ9U51O9G7' where id=6; -update noar ti set v0='DR07ASCBKRZ9U51O9G7' where id=6; -update noar tt set b2='DHAHWE4' where id=6; -update noar ti set b2='DHAHWE4' where id=6; -update noar tt set v0='Y5N0ERXN7FKT' where id=7; -update noar ti set v0='Y5N0ERXN7FKT' where id=7; -update noar tt set b0='PCXS9N2C1IVE1KS28WD' where id=7; -update noar ti set b0='PCXS9N2C1IVE1KS28WD' where id=7; -update noar tt set v0='71FR6QH1KQD581Y144X51PI8YWHSK' where id=7; -update noar ti set v0='71FR6QH1KQD581Y144X51PI8YWHSK' where id=7; -update noar tt set b1='J429Q3RB3FV' where id=7; -update noar ti set b1='J429Q3RB3FV' where id=7; -update noar tt set v0='271YT7XLN7IW2VBG0C1K9YAR19Z1C' where id=7; -update noar ti set v0='271YT7XLN7IW2VBG0C1K9YAR19Z1C' where id=7; -update noar tt set b2='M77C' where id=7; -update noar ti set b2='M77C' where id=7; -update noar tt set v0='SX1I46X0P3BQ3A1DNZ5URHN08' where id=8; -update noar ti set v0='SX1I46X0P3BQ3A1DNZ5URHN08' where id=8; -update noar tt set b0='LI66Y7W93T' where id=8; -update noar ti set b0='LI66Y7W93T' where id=8; -update noar tt set v0='5DC5GIO5PIWAWOX' where id=8; -update noar ti set v0='5DC5GIO5PIWAWOX' where id=8; -update noar tt set b1='W5DJV7YMJVTZKOEXHI7PRNDRB' where id=8; -update noar ti set b1='W5DJV7YMJVTZKOEXHI7PRNDRB' where id=8; -update noar tt set v0='RM3WVK573' where id=8; -update noar ti set v0='RM3WVK573' where id=8; -update noar tt set b2='1' where id=8; -update noar ti set b2='1' where id=8; -update noar tt set v0='4W2QI5PAA' where id=9; -update noar ti set v0='4W2QI5PAA' where id=9; -update noar tt set b0='BGAWIR' where id=9; -update noar ti set b0='BGAWIR' where id=9; -update noar tt set v0='L0BM2G10OYDC2YIS8CV192VBFWOX93P' where id=9; -update noar ti set v0='L0BM2G10OYDC2YIS8CV192VBFWOX93P' where id=9; -update noar tt set b1='8V3550SQJ6RXO96DUBW8XMMLVSG' where id=9; -update noar ti set b1='8V3550SQJ6RXO96DUBW8XMMLVSG' where id=9; -update noar tt set v0='VHD' where id=9; -update noar ti set v0='VHD' where id=9; -update noar tt set b2='QM0T3O' where id=9; -update noar ti set b2='QM0T3O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HDMWJEJYITMNNYX1U' where id=1; -update noar ti set v0='HDMWJEJYITMNNYX1U' where id=1; -update noar tt set b0='0CS51LUJW7T19KR9E01PJH' where id=1; -update noar ti set b0='0CS51LUJW7T19KR9E01PJH' where id=1; -update noar tt set v0='A8KX4XZW1DJH751UEJ4HZ1SX' where id=1; -update noar ti set v0='A8KX4XZW1DJH751UEJ4HZ1SX' where id=1; -update noar tt set b1='34KYR48KNOCK4' where id=1; -update noar ti set b1='34KYR48KNOCK4' where id=1; -update noar tt set v0='I1WQ9IZL0OIBEXOB244CVAZE0BKMVO' where id=1; -update noar ti set v0='I1WQ9IZL0OIBEXOB244CVAZE0BKMVO' where id=1; -update noar tt set b2='Y7ATFNYO7' where id=1; -update noar ti set b2='Y7ATFNYO7' where id=1; -update noar tt set v0='J9RS8XGCJQ6' where id=2; -update noar ti set v0='J9RS8XGCJQ6' where id=2; -update noar tt set b0='HXVFI3ST5Z5P3YLH7GE2J3OGHTD0IW1' where id=2; -update noar ti set b0='HXVFI3ST5Z5P3YLH7GE2J3OGHTD0IW1' where id=2; -update noar tt set v0='JABWAPPSQ1V4K7FC68ZLO5JL' where id=2; -update noar ti set v0='JABWAPPSQ1V4K7FC68ZLO5JL' where id=2; -update noar tt set b1='M77MS2' where id=2; -update noar ti set b1='M77MS2' where id=2; -update noar tt set v0='F0QU' where id=2; -update noar ti set v0='F0QU' where id=2; -update noar tt set b2='P88ZN2NN3KLP3OSRR33QJQ9P0SB' where id=2; -update noar ti set b2='P88ZN2NN3KLP3OSRR33QJQ9P0SB' where id=2; -update noar tt set v0='3JLU366FB18V4ZTEK601WB' where id=3; -update noar ti set v0='3JLU366FB18V4ZTEK601WB' where id=3; -update noar tt set b0='5ESQRKIXY8H13ZGCB9Z' where id=3; -update noar ti set b0='5ESQRKIXY8H13ZGCB9Z' where id=3; -update noar tt set v0='A4NE543FUM' where id=3; -update noar ti set v0='A4NE543FUM' where id=3; -update noar tt set b1='Q9AXGAPOHCY' where id=3; -update noar ti set b1='Q9AXGAPOHCY' where id=3; -update noar tt set v0='H1BGXUBT1HR4GSVZDMU2LVVVWT5NKPLU' where id=3; -update noar ti set v0='H1BGXUBT1HR4GSVZDMU2LVVVWT5NKPLU' where id=3; -update noar tt set b2='O7SQ5ML' where id=3; -update noar ti set b2='O7SQ5ML' where id=3; -update noar tt set v0='3AF' where id=4; -update noar ti set v0='3AF' where id=4; -update noar tt set b0='24JPTNJHV4Q1FIPZB7Q' where id=4; -update noar ti set b0='24JPTNJHV4Q1FIPZB7Q' where id=4; -update noar tt set v0='CCNO07GXFY' where id=4; -update noar ti set v0='CCNO07GXFY' where id=4; -update noar tt set b1='7QPS4' where id=4; -update noar ti set b1='7QPS4' where id=4; -update noar tt set v0='MDE24SRIYDSB9ZPH82253JJV' where id=4; -update noar ti set v0='MDE24SRIYDSB9ZPH82253JJV' where id=4; -update noar tt set b2='VFRMUS9P5H27USAPL8BOTXYHBC' where id=4; -update noar ti set b2='VFRMUS9P5H27USAPL8BOTXYHBC' where id=4; -update noar tt set v0='3HGOMKYBF' where id=5; -update noar ti set v0='3HGOMKYBF' where id=5; -update noar tt set b0='K47L33M365G' where id=5; -update noar ti set b0='K47L33M365G' where id=5; -update noar tt set v0='1M9B6O16X' where id=5; -update noar ti set v0='1M9B6O16X' where id=5; -update noar tt set b1='YHGWSUZ7S4' where id=5; -update noar ti set b1='YHGWSUZ7S4' where id=5; -update noar tt set v0='1D20' where id=5; -update noar ti set v0='1D20' where id=5; -update noar tt set b2='3OTDQC8B22SHV9HO1SDOI6VFDZAE' where id=5; -update noar ti set b2='3OTDQC8B22SHV9HO1SDOI6VFDZAE' where id=5; -update noar tt set v0='8GT639GS7HP' where id=6; -update noar ti set v0='8GT639GS7HP' where id=6; -update noar tt set b0='KL1DV74H8' where id=6; -update noar ti set b0='KL1DV74H8' where id=6; -update noar tt set v0='9GSU3G915K9PI5O6VVZ83RMOFHD9U' where id=6; -update noar ti set v0='9GSU3G915K9PI5O6VVZ83RMOFHD9U' where id=6; -update noar tt set b1='9ML6HBFTGEETGA5J5KC7RXOK' where id=6; -update noar ti set b1='9ML6HBFTGEETGA5J5KC7RXOK' where id=6; -update noar tt set v0='L09UQWOTR5K9R526RESABLN' where id=6; -update noar ti set v0='L09UQWOTR5K9R526RESABLN' where id=6; -update noar tt set b2='G46BCWJHCQBUWL6X8NC607N' where id=6; -update noar ti set b2='G46BCWJHCQBUWL6X8NC607N' where id=6; -update noar tt set v0='N1' where id=7; -update noar ti set v0='N1' where id=7; -update noar tt set b0='VEP93ONIHZF02XFHZ' where id=7; -update noar ti set b0='VEP93ONIHZF02XFHZ' where id=7; -update noar tt set v0='RIC7B5NAEHXR' where id=7; -update noar ti set v0='RIC7B5NAEHXR' where id=7; -update noar tt set b1='74MCMDA5RH2QLUWSNJA1NN2H21XP' where id=7; -update noar ti set b1='74MCMDA5RH2QLUWSNJA1NN2H21XP' where id=7; -update noar tt set v0='M72KS5ODPA8MB' where id=7; -update noar ti set v0='M72KS5ODPA8MB' where id=7; -update noar tt set b2='5SGGCFJN7X1' where id=7; -update noar ti set b2='5SGGCFJN7X1' where id=7; -update noar tt set v0='DAZX3NSXB0OBPPQ' where id=8; -update noar ti set v0='DAZX3NSXB0OBPPQ' where id=8; -update noar tt set b0='U61RD7IEXFT7Y7Y6QTRJ' where id=8; -update noar ti set b0='U61RD7IEXFT7Y7Y6QTRJ' where id=8; -update noar tt set v0='FR445O9YLXSF2R0GASN041L7KCRNP' where id=8; -update noar ti set v0='FR445O9YLXSF2R0GASN041L7KCRNP' where id=8; -update noar tt set b1='V18NFTREY61U0D9D93SSDWIE' where id=8; -update noar ti set b1='V18NFTREY61U0D9D93SSDWIE' where id=8; -update noar tt set v0='7OV4IW9A6S7AY7LFNOK3SCNE18G' where id=8; -update noar ti set v0='7OV4IW9A6S7AY7LFNOK3SCNE18G' where id=8; -update noar tt set b2='U9G9JWXJ43QUD5I9' where id=8; -update noar ti set b2='U9G9JWXJ43QUD5I9' where id=8; -update noar tt set v0='6ZGELJ9UVDG9D3L87PWDO' where id=9; -update noar ti set v0='6ZGELJ9UVDG9D3L87PWDO' where id=9; -update noar tt set b0='K2HD65SB2KCR9BEWN1H' where id=9; -update noar ti set b0='K2HD65SB2KCR9BEWN1H' where id=9; -update noar tt set v0='OSC2HAI079QH0RJHEB' where id=9; -update noar ti set v0='OSC2HAI079QH0RJHEB' where id=9; -update noar tt set b1='JJEJM4' where id=9; -update noar ti set b1='JJEJM4' where id=9; -update noar tt set v0='0IA' where id=9; -update noar ti set v0='0IA' where id=9; -update noar tt set b2='ZSGMQ5V2SLVBWMI7C2OY0YV' where id=9; -update noar ti set b2='ZSGMQ5V2SLVBWMI7C2OY0YV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H2EIRBSKSKXRKA9SQRHZSHO' where id=1; -update noar ti set v0='H2EIRBSKSKXRKA9SQRHZSHO' where id=1; -update noar tt set b0='H' where id=1; -update noar ti set b0='H' where id=1; -update noar tt set v0='CV0YRCOWJVNF7RC5Y58V' where id=1; -update noar ti set v0='CV0YRCOWJVNF7RC5Y58V' where id=1; -update noar tt set b1='4P7XXZZBYOGRSDGDM513I2' where id=1; -update noar ti set b1='4P7XXZZBYOGRSDGDM513I2' where id=1; -update noar tt set v0='QWIZJ' where id=1; -update noar ti set v0='QWIZJ' where id=1; -update noar tt set b2='S6H44KS9ZJ0BWR8LCNPNIUOW53' where id=1; -update noar ti set b2='S6H44KS9ZJ0BWR8LCNPNIUOW53' where id=1; -update noar tt set v0='IDKCNNQ22UU4EF0EC7AS' where id=2; -update noar ti set v0='IDKCNNQ22UU4EF0EC7AS' where id=2; -update noar tt set b0='EXW08T6PWVVKKZVOH' where id=2; -update noar ti set b0='EXW08T6PWVVKKZVOH' where id=2; -update noar tt set v0='CO0C27QLQ' where id=2; -update noar ti set v0='CO0C27QLQ' where id=2; -update noar tt set b1='B2VN22Y4JG5Q' where id=2; -update noar ti set b1='B2VN22Y4JG5Q' where id=2; -update noar tt set v0='9D29IU2CEZ4' where id=2; -update noar ti set v0='9D29IU2CEZ4' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='FMT2OIVXT7J90ZY5MCM' where id=3; -update noar ti set v0='FMT2OIVXT7J90ZY5MCM' where id=3; -update noar tt set b0='L9A2UWTTWYNY6SPB1KXZYB9Z9R6HSI6' where id=3; -update noar ti set b0='L9A2UWTTWYNY6SPB1KXZYB9Z9R6HSI6' where id=3; -update noar tt set v0='FQ2N' where id=3; -update noar ti set v0='FQ2N' where id=3; -update noar tt set b1='WPQRVGG1HT8S0Z2Y02QWA217T3' where id=3; -update noar ti set b1='WPQRVGG1HT8S0Z2Y02QWA217T3' where id=3; -update noar tt set v0='AZSSCSR' where id=3; -update noar ti set v0='AZSSCSR' where id=3; -update noar tt set b2='QYHN' where id=3; -update noar ti set b2='QYHN' where id=3; -update noar tt set v0='T1SQFDTWO' where id=4; -update noar ti set v0='T1SQFDTWO' where id=4; -update noar tt set b0='PE5YVFTX9PU504DYZM67TRLKBIS0' where id=4; -update noar ti set b0='PE5YVFTX9PU504DYZM67TRLKBIS0' where id=4; -update noar tt set v0='RY09VV1M0' where id=4; -update noar ti set v0='RY09VV1M0' where id=4; -update noar tt set b1='Z1GXL7Y3SS1VUMB' where id=4; -update noar ti set b1='Z1GXL7Y3SS1VUMB' where id=4; -update noar tt set v0='RP3JS5W5HB8JW1DJA426635I0Y0VL' where id=4; -update noar ti set v0='RP3JS5W5HB8JW1DJA426635I0Y0VL' where id=4; -update noar tt set b2='JC9EYKF3PHEONPH4U' where id=4; -update noar ti set b2='JC9EYKF3PHEONPH4U' where id=4; -update noar tt set v0='L9BU76R32OKWI145AMTUMENCZPIPU' where id=5; -update noar ti set v0='L9BU76R32OKWI145AMTUMENCZPIPU' where id=5; -update noar tt set b0='BWBEEIHFSBDTMLGXWBJSIMZ' where id=5; -update noar ti set b0='BWBEEIHFSBDTMLGXWBJSIMZ' where id=5; -update noar tt set v0='XNIY1IQLB9U513LC7I4OFFGHK9PWS' where id=5; -update noar ti set v0='XNIY1IQLB9U513LC7I4OFFGHK9PWS' where id=5; -update noar tt set b1='SWH' where id=5; -update noar ti set b1='SWH' where id=5; -update noar tt set v0='QD' where id=5; -update noar ti set v0='QD' where id=5; -update noar tt set b2='DBZTO4VYF3' where id=5; -update noar ti set b2='DBZTO4VYF3' where id=5; -update noar tt set v0='UYNJCADJ2D03DRBAEFABUQ8CEWMFUJ' where id=6; -update noar ti set v0='UYNJCADJ2D03DRBAEFABUQ8CEWMFUJ' where id=6; -update noar tt set b0='1OH5KC7V2RCIM9QOYSIF' where id=6; -update noar ti set b0='1OH5KC7V2RCIM9QOYSIF' where id=6; -update noar tt set v0='E' where id=6; -update noar ti set v0='E' where id=6; -update noar tt set b1='9WJFHKSFXB9058XHVNFG06' where id=6; -update noar ti set b1='9WJFHKSFXB9058XHVNFG06' where id=6; -update noar tt set v0='7WG8NT0LTVDQIVSDNKX249RNOZ' where id=6; -update noar ti set v0='7WG8NT0LTVDQIVSDNKX249RNOZ' where id=6; -update noar tt set b2='MDIXJ8G66' where id=6; -update noar ti set b2='MDIXJ8G66' where id=6; -update noar tt set v0='TODOH8LKNYXSOFZULC2NZWJ40J2L8' where id=7; -update noar ti set v0='TODOH8LKNYXSOFZULC2NZWJ40J2L8' where id=7; -update noar tt set b0='T885HND' where id=7; -update noar ti set b0='T885HND' where id=7; -update noar tt set v0='ZP' where id=7; -update noar ti set v0='ZP' where id=7; -update noar tt set b1='82VL5YJC94RTOPB6DY7' where id=7; -update noar ti set b1='82VL5YJC94RTOPB6DY7' where id=7; -update noar tt set v0='ZU' where id=7; -update noar ti set v0='ZU' where id=7; -update noar tt set b2='0' where id=7; -update noar ti set b2='0' where id=7; -update noar tt set v0='PHO63' where id=8; -update noar ti set v0='PHO63' where id=8; -update noar tt set b0='8X6XYAOUAAT6ZV9AB2C8DVDCM8YX6N' where id=8; -update noar ti set b0='8X6XYAOUAAT6ZV9AB2C8DVDCM8YX6N' where id=8; -update noar tt set v0='AXU6EPJ56US0X1WA7N2Q1' where id=8; -update noar ti set v0='AXU6EPJ56US0X1WA7N2Q1' where id=8; -update noar tt set b1='Z0581T7D7PV' where id=8; -update noar ti set b1='Z0581T7D7PV' where id=8; -update noar tt set v0='X6TCA2VEVIIVK' where id=8; -update noar ti set v0='X6TCA2VEVIIVK' where id=8; -update noar tt set b2='DFAH72C18' where id=8; -update noar ti set b2='DFAH72C18' where id=8; -update noar tt set v0='Q2AITF9FSIFZZW1ZIY04AOYSV26' where id=9; -update noar ti set v0='Q2AITF9FSIFZZW1ZIY04AOYSV26' where id=9; -update noar tt set b0='KJFKEYMSX4H8YEKOWUXM' where id=9; -update noar ti set b0='KJFKEYMSX4H8YEKOWUXM' where id=9; -update noar tt set v0='M7QZV2W8' where id=9; -update noar ti set v0='M7QZV2W8' where id=9; -update noar tt set b1='GJJWLMCX7KHXZI' where id=9; -update noar ti set b1='GJJWLMCX7KHXZI' where id=9; -update noar tt set v0='VM0Y4KKC8D8MRTZVSALGRKUKNWQ' where id=9; -update noar ti set v0='VM0Y4KKC8D8MRTZVSALGRKUKNWQ' where id=9; -update noar tt set b2='2' where id=9; -update noar ti set b2='2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8PS5LIM97XCVWW4SN' where id=1; -update noar ti set v0='8PS5LIM97XCVWW4SN' where id=1; -update noar tt set b0='EAPSA49721L' where id=1; -update noar ti set b0='EAPSA49721L' where id=1; -update noar tt set v0='2VN2R0CX' where id=1; -update noar ti set v0='2VN2R0CX' where id=1; -update noar tt set b1='SJ' where id=1; -update noar ti set b1='SJ' where id=1; -update noar tt set v0='KYGQC6ZPX8LEI8' where id=1; -update noar ti set v0='KYGQC6ZPX8LEI8' where id=1; -update noar tt set b2='T915HILYU61P9OC74KEB' where id=1; -update noar ti set b2='T915HILYU61P9OC74KEB' where id=1; -update noar tt set v0='XNHQUSQL5VIE6KB5Y1QS' where id=2; -update noar ti set v0='XNHQUSQL5VIE6KB5Y1QS' where id=2; -update noar tt set b0='B7N3BW0W1LDKY3USEQ0U9EWGUKB' where id=2; -update noar ti set b0='B7N3BW0W1LDKY3USEQ0U9EWGUKB' where id=2; -update noar tt set v0='DAEA418JD95MM1VWO8KI0CS' where id=2; -update noar ti set v0='DAEA418JD95MM1VWO8KI0CS' where id=2; -update noar tt set b1='Q63OHX2EHXSRM17MQOT' where id=2; -update noar ti set b1='Q63OHX2EHXSRM17MQOT' where id=2; -update noar tt set v0='XK4A0R0PH1UMR76PWN8GLANQ0XTSYG' where id=2; -update noar ti set v0='XK4A0R0PH1UMR76PWN8GLANQ0XTSYG' where id=2; -update noar tt set b2='DOXYPOK8UEMGKK2LTZDWA3K9ZWSYOIO' where id=2; -update noar ti set b2='DOXYPOK8UEMGKK2LTZDWA3K9ZWSYOIO' where id=2; -update noar tt set v0='DF0ZFJ' where id=3; -update noar ti set v0='DF0ZFJ' where id=3; -update noar tt set b0='KX76YECE7L2ZYWWXSGO0X1W' where id=3; -update noar ti set b0='KX76YECE7L2ZYWWXSGO0X1W' where id=3; -update noar tt set v0='RZO9VQN8PP5QOBAIKIKJ2J' where id=3; -update noar ti set v0='RZO9VQN8PP5QOBAIKIKJ2J' where id=3; -update noar tt set b1='FYFVU7CMTVP5LFXJO' where id=3; -update noar ti set b1='FYFVU7CMTVP5LFXJO' where id=3; -update noar tt set v0='I6OK' where id=3; -update noar ti set v0='I6OK' where id=3; -update noar tt set b2='QHACU8HI0N5' where id=3; -update noar ti set b2='QHACU8HI0N5' where id=3; -update noar tt set v0='61BGS6Q1W340FGXCBU2V' where id=4; -update noar ti set v0='61BGS6Q1W340FGXCBU2V' where id=4; -update noar tt set b0='MXB91ANCYFM4LJ8MGPFBYP6DD9' where id=4; -update noar ti set b0='MXB91ANCYFM4LJ8MGPFBYP6DD9' where id=4; -update noar tt set v0='0AQK9ICMO7VWI4E' where id=4; -update noar ti set v0='0AQK9ICMO7VWI4E' where id=4; -update noar tt set b1='6L' where id=4; -update noar ti set b1='6L' where id=4; -update noar tt set v0='Q7R9YKWYDPNBRFALA89XXTJNB' where id=4; -update noar ti set v0='Q7R9YKWYDPNBRFALA89XXTJNB' where id=4; -update noar tt set b2='LYOZ8RS2BI567UM2LBUH7K' where id=4; -update noar ti set b2='LYOZ8RS2BI567UM2LBUH7K' where id=4; -update noar tt set v0='U' where id=5; -update noar ti set v0='U' where id=5; -update noar tt set b0='QLFO85GTIAK78WBOX5Y8VUUB4' where id=5; -update noar ti set b0='QLFO85GTIAK78WBOX5Y8VUUB4' where id=5; -update noar tt set v0='0FRNZL62' where id=5; -update noar ti set v0='0FRNZL62' where id=5; -update noar tt set b1='UIVZF5ANZ9ELJ6BMFMF' where id=5; -update noar ti set b1='UIVZF5ANZ9ELJ6BMFMF' where id=5; -update noar tt set v0='M1MD5PKP173' where id=5; -update noar ti set v0='M1MD5PKP173' where id=5; -update noar tt set b2='LMI5KJTU' where id=5; -update noar ti set b2='LMI5KJTU' where id=5; -update noar tt set v0='GD3RYUP6BJ9JAOSW4TO' where id=6; -update noar ti set v0='GD3RYUP6BJ9JAOSW4TO' where id=6; -update noar tt set b0='SR8' where id=6; -update noar ti set b0='SR8' where id=6; -update noar tt set v0='6CNB6VSRXDCJLB7EHC5OADJ4E' where id=6; -update noar ti set v0='6CNB6VSRXDCJLB7EHC5OADJ4E' where id=6; -update noar tt set b1='W9VW779LBHJLSHQK94UAMHWCGAEX3' where id=6; -update noar ti set b1='W9VW779LBHJLSHQK94UAMHWCGAEX3' where id=6; -update noar tt set v0='0B2ILT82R3' where id=6; -update noar ti set v0='0B2ILT82R3' where id=6; -update noar tt set b2='TGI97HZ' where id=6; -update noar ti set b2='TGI97HZ' where id=6; -update noar tt set v0='FAFZ3XL4M4' where id=7; -update noar ti set v0='FAFZ3XL4M4' where id=7; -update noar tt set b0='OCGZ' where id=7; -update noar ti set b0='OCGZ' where id=7; -update noar tt set v0='SDKVIWY6PZ40ZKH3EUR' where id=7; -update noar ti set v0='SDKVIWY6PZ40ZKH3EUR' where id=7; -update noar tt set b1='P261PRNROR6RNUPDMVBN8' where id=7; -update noar ti set b1='P261PRNROR6RNUPDMVBN8' where id=7; -update noar tt set v0='RBFUH' where id=7; -update noar ti set v0='RBFUH' where id=7; -update noar tt set b2='24B7V2NL' where id=7; -update noar ti set b2='24B7V2NL' where id=7; -update noar tt set v0='40Y15OF35FLX4Y90L58U2R2XYL5KQFJ' where id=8; -update noar ti set v0='40Y15OF35FLX4Y90L58U2R2XYL5KQFJ' where id=8; -update noar tt set b0='2TKRA8AMMPVBZLFA6' where id=8; -update noar ti set b0='2TKRA8AMMPVBZLFA6' where id=8; -update noar tt set v0='8EOGL83MPGHUL3LJ' where id=8; -update noar ti set v0='8EOGL83MPGHUL3LJ' where id=8; -update noar tt set b1='4KP252TBDA0XUH905GBOBEE' where id=8; -update noar ti set b1='4KP252TBDA0XUH905GBOBEE' where id=8; -update noar tt set v0='BMFHSF0DF' where id=8; -update noar ti set v0='BMFHSF0DF' where id=8; -update noar tt set b2='PBXCGKQG17PXSPP8414N' where id=8; -update noar ti set b2='PBXCGKQG17PXSPP8414N' where id=8; -update noar tt set v0='WCLX8KXI3TAW1TQ70PXP0' where id=9; -update noar ti set v0='WCLX8KXI3TAW1TQ70PXP0' where id=9; -update noar tt set b0='BFVHGBX3XSTZRMIPC52CGQO5SM2F' where id=9; -update noar ti set b0='BFVHGBX3XSTZRMIPC52CGQO5SM2F' where id=9; -update noar tt set v0='VI33D4FBYY29OPRHB0KX7FFE' where id=9; -update noar ti set v0='VI33D4FBYY29OPRHB0KX7FFE' where id=9; -update noar tt set b1='D2VJFNFHJ1VJ' where id=9; -update noar ti set b1='D2VJFNFHJ1VJ' where id=9; -update noar tt set v0='DAMO' where id=9; -update noar ti set v0='DAMO' where id=9; -update noar tt set b2='HZGDDJC9LOX03Z1T6FV' where id=9; -update noar ti set b2='HZGDDJC9LOX03Z1T6FV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EO35151XGXNWNVBQ' where id=1; -update noar ti set v0='EO35151XGXNWNVBQ' where id=1; -update noar tt set b0='HP24C0IDRAOPS41SMCDLP76ZHXEZ' where id=1; -update noar ti set b0='HP24C0IDRAOPS41SMCDLP76ZHXEZ' where id=1; -update noar tt set v0='59RZ38K1EN8X2TAZHF3R' where id=1; -update noar ti set v0='59RZ38K1EN8X2TAZHF3R' where id=1; -update noar tt set b1='6T2VPG1YK5' where id=1; -update noar ti set b1='6T2VPG1YK5' where id=1; -update noar tt set v0='ZBJIEF9BTW2Q9R1L6PVYBK067GND' where id=1; -update noar ti set v0='ZBJIEF9BTW2Q9R1L6PVYBK067GND' where id=1; -update noar tt set b2='JLIN0B15OLBA0LWA' where id=1; -update noar ti set b2='JLIN0B15OLBA0LWA' where id=1; -update noar tt set v0='PY2Q5I' where id=2; -update noar ti set v0='PY2Q5I' where id=2; -update noar tt set b0='NS' where id=2; -update noar ti set b0='NS' where id=2; -update noar tt set v0='W2DS' where id=2; -update noar ti set v0='W2DS' where id=2; -update noar tt set b1='0GN7SNIJ5H3539L4' where id=2; -update noar ti set b1='0GN7SNIJ5H3539L4' where id=2; -update noar tt set v0='XDE3ETOXZNK29RTXMM591W6CGSKKBZ' where id=2; -update noar ti set v0='XDE3ETOXZNK29RTXMM591W6CGSKKBZ' where id=2; -update noar tt set b2='SV72XPP4' where id=2; -update noar ti set b2='SV72XPP4' where id=2; -update noar tt set v0='JCSKFFSTO98U1S4CWW5WI2ETM' where id=3; -update noar ti set v0='JCSKFFSTO98U1S4CWW5WI2ETM' where id=3; -update noar tt set b0='MPVGTETTY7WSHDTI4DHGEGI' where id=3; -update noar ti set b0='MPVGTETTY7WSHDTI4DHGEGI' where id=3; -update noar tt set v0='TJPJ3H3IRXU0UY3ZDYRQZSD9S' where id=3; -update noar ti set v0='TJPJ3H3IRXU0UY3ZDYRQZSD9S' where id=3; -update noar tt set b1='VTU62' where id=3; -update noar ti set b1='VTU62' where id=3; -update noar tt set v0='AD' where id=3; -update noar ti set v0='AD' where id=3; -update noar tt set b2='F036JBM6EZCJ5W9EBNH2' where id=3; -update noar ti set b2='F036JBM6EZCJ5W9EBNH2' where id=3; -update noar tt set v0='ANCJZOJN4T1FHNRC87521K2I5' where id=4; -update noar ti set v0='ANCJZOJN4T1FHNRC87521K2I5' where id=4; -update noar tt set b0='99YAW8NHFSZIRBNUQZT6Q57AKMB9B7' where id=4; -update noar ti set b0='99YAW8NHFSZIRBNUQZT6Q57AKMB9B7' where id=4; -update noar tt set v0='SJ4PFBUSIVNC96K' where id=4; -update noar ti set v0='SJ4PFBUSIVNC96K' where id=4; -update noar tt set b1='3316AOE23OWPVBP5C' where id=4; -update noar ti set b1='3316AOE23OWPVBP5C' where id=4; -update noar tt set v0='AP5' where id=4; -update noar ti set v0='AP5' where id=4; -update noar tt set b2='GF5AR' where id=4; -update noar ti set b2='GF5AR' where id=4; -update noar tt set v0='7YLDFU952E9EOOL2H0B2KOGXPIX8YAE' where id=5; -update noar ti set v0='7YLDFU952E9EOOL2H0B2KOGXPIX8YAE' where id=5; -update noar tt set b0='G56336ZWCDEO0L81GQRLYGX' where id=5; -update noar ti set b0='G56336ZWCDEO0L81GQRLYGX' where id=5; -update noar tt set v0='HFUAIK2NWGGBDB' where id=5; -update noar ti set v0='HFUAIK2NWGGBDB' where id=5; -update noar tt set b1='SRFMFGZB7D5IN42V2LFA96U860MA' where id=5; -update noar ti set b1='SRFMFGZB7D5IN42V2LFA96U860MA' where id=5; -update noar tt set v0='C25M16UN5OW6NJ2' where id=5; -update noar ti set v0='C25M16UN5OW6NJ2' where id=5; -update noar tt set b2='35WMBZBN449HQHPFEN55ZV' where id=5; -update noar ti set b2='35WMBZBN449HQHPFEN55ZV' where id=5; -update noar tt set v0='DFN6' where id=6; -update noar ti set v0='DFN6' where id=6; -update noar tt set b0='MC8QTALEWA6O' where id=6; -update noar ti set b0='MC8QTALEWA6O' where id=6; -update noar tt set v0='H3R64PPQ3F5SHVRT6YSK7TS' where id=6; -update noar ti set v0='H3R64PPQ3F5SHVRT6YSK7TS' where id=6; -update noar tt set b1='6XRUP' where id=6; -update noar ti set b1='6XRUP' where id=6; -update noar tt set v0='IAS1906LURE5CP21CNWFL' where id=6; -update noar ti set v0='IAS1906LURE5CP21CNWFL' where id=6; -update noar tt set b2='M' where id=6; -update noar ti set b2='M' where id=6; -update noar tt set v0='LC1SGKPUUEWO24V8OBFHV0FGIXD' where id=7; -update noar ti set v0='LC1SGKPUUEWO24V8OBFHV0FGIXD' where id=7; -update noar tt set b0='8F66VWZAL' where id=7; -update noar ti set b0='8F66VWZAL' where id=7; -update noar tt set v0='D5BDQV1ZHCJ5T6F0QU2XM' where id=7; -update noar ti set v0='D5BDQV1ZHCJ5T6F0QU2XM' where id=7; -update noar tt set b1='OMVXBQCLI4' where id=7; -update noar ti set b1='OMVXBQCLI4' where id=7; -update noar tt set v0='ZRTTNABSPS4012QQSU118' where id=7; -update noar ti set v0='ZRTTNABSPS4012QQSU118' where id=7; -update noar tt set b2='5YG47300AA9XRQLEBQSY7RNE' where id=7; -update noar ti set b2='5YG47300AA9XRQLEBQSY7RNE' where id=7; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b0='DDX1JVXC3UME' where id=8; -update noar ti set b0='DDX1JVXC3UME' where id=8; -update noar tt set v0='6ICFLBOKN' where id=8; -update noar ti set v0='6ICFLBOKN' where id=8; -update noar tt set b1='GULF4ORP4WL19KNDOFD1OEZKAAIE2' where id=8; -update noar ti set b1='GULF4ORP4WL19KNDOFD1OEZKAAIE2' where id=8; -update noar tt set v0='Z7WSTX0RWQ3S03P17TZQ6DH5Q6PT5' where id=8; -update noar ti set v0='Z7WSTX0RWQ3S03P17TZQ6DH5Q6PT5' where id=8; -update noar tt set b2='O' where id=8; -update noar ti set b2='O' where id=8; -update noar tt set v0='U7QNS' where id=9; -update noar ti set v0='U7QNS' where id=9; -update noar tt set b0='H8P7RYPEFKJZ91SKF7KM0IYZJZY' where id=9; -update noar ti set b0='H8P7RYPEFKJZ91SKF7KM0IYZJZY' where id=9; -update noar tt set v0='P7N032KMP7DNVE8CTGWXBLGT3JSQ2Q' where id=9; -update noar ti set v0='P7N032KMP7DNVE8CTGWXBLGT3JSQ2Q' where id=9; -update noar tt set b1='GLQFG8ZVW0ZXM20JHLDQ7I' where id=9; -update noar ti set b1='GLQFG8ZVW0ZXM20JHLDQ7I' where id=9; -update noar tt set v0='90V15OL6OXEPHKHKHZZAFYW5BY5D8D' where id=9; -update noar ti set v0='90V15OL6OXEPHKHKHZZAFYW5BY5D8D' where id=9; -update noar tt set b2='FIHEU9H20H2VLWQ' where id=9; -update noar ti set b2='FIHEU9H20H2VLWQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GA7V0GLVX1GV9N26RMWKWI5EOAO3OA00' where id=1; -update noar ti set v0='GA7V0GLVX1GV9N26RMWKWI5EOAO3OA00' where id=1; -update noar tt set b0='5Q' where id=1; -update noar ti set b0='5Q' where id=1; -update noar tt set v0='16HFLSMCC9XYTXXOF' where id=1; -update noar ti set v0='16HFLSMCC9XYTXXOF' where id=1; -update noar tt set b1='VTTXU10D7BP' where id=1; -update noar ti set b1='VTTXU10D7BP' where id=1; -update noar tt set v0='QALVJYSPL9NT3NYDC' where id=1; -update noar ti set v0='QALVJYSPL9NT3NYDC' where id=1; -update noar tt set b2='C0QH2L' where id=1; -update noar ti set b2='C0QH2L' where id=1; -update noar tt set v0='I61UE3V1RIPKSXIVTKMS' where id=2; -update noar ti set v0='I61UE3V1RIPKSXIVTKMS' where id=2; -update noar tt set b0='391P428Y3V1J54' where id=2; -update noar ti set b0='391P428Y3V1J54' where id=2; -update noar tt set v0='5WAJJYDAV6PYFJR4KX2CDS9FT9AGD0HU' where id=2; -update noar ti set v0='5WAJJYDAV6PYFJR4KX2CDS9FT9AGD0HU' where id=2; -update noar tt set b1='BUATSX' where id=2; -update noar ti set b1='BUATSX' where id=2; -update noar tt set v0='GZGPA1PVX2Q50C6D2' where id=2; -update noar ti set v0='GZGPA1PVX2Q50C6D2' where id=2; -update noar tt set b2='TH4MFGV5HE' where id=2; -update noar ti set b2='TH4MFGV5HE' where id=2; -update noar tt set v0='GFX' where id=3; -update noar ti set v0='GFX' where id=3; -update noar tt set b0='3MGY24NBRN46WPKI' where id=3; -update noar ti set b0='3MGY24NBRN46WPKI' where id=3; -update noar tt set v0='FM6PPJUBE9FGEB' where id=3; -update noar ti set v0='FM6PPJUBE9FGEB' where id=3; -update noar tt set b1='T8HTP4A7M34N4MIWP6' where id=3; -update noar ti set b1='T8HTP4A7M34N4MIWP6' where id=3; -update noar tt set v0='53UZH8HAPKV1WX50E3B15' where id=3; -update noar ti set v0='53UZH8HAPKV1WX50E3B15' where id=3; -update noar tt set b2='Y1OG47300PATBI5P5YOMM' where id=3; -update noar ti set b2='Y1OG47300PATBI5P5YOMM' where id=3; -update noar tt set v0='976AQV38MW7NNVGY' where id=4; -update noar ti set v0='976AQV38MW7NNVGY' where id=4; -update noar tt set b0='TDISXZCDNW' where id=4; -update noar ti set b0='TDISXZCDNW' where id=4; -update noar tt set v0='USJJHE0TZM6C9EQ7PYOVF2WE' where id=4; -update noar ti set v0='USJJHE0TZM6C9EQ7PYOVF2WE' where id=4; -update noar tt set b1='OBFIP9IU5MARHUNQR' where id=4; -update noar ti set b1='OBFIP9IU5MARHUNQR' where id=4; -update noar tt set v0='3SDZJQ' where id=4; -update noar ti set v0='3SDZJQ' where id=4; -update noar tt set b2='11IVV' where id=4; -update noar ti set b2='11IVV' where id=4; -update noar tt set v0='LK9G2JFA0T' where id=5; -update noar ti set v0='LK9G2JFA0T' where id=5; -update noar tt set b0='QSGVCBUDBXTLI0RTV7E903JU' where id=5; -update noar ti set b0='QSGVCBUDBXTLI0RTV7E903JU' where id=5; -update noar tt set v0='Q0H' where id=5; -update noar ti set v0='Q0H' where id=5; -update noar tt set b1='MVD5U1JO509POLUF7GISSHSZI3VE11GA' where id=5; -update noar ti set b1='MVD5U1JO509POLUF7GISSHSZI3VE11GA' where id=5; -update noar tt set v0='B1QKH4XHUD1OCA3C3M6UHO5' where id=5; -update noar ti set v0='B1QKH4XHUD1OCA3C3M6UHO5' where id=5; -update noar tt set b2='IIC0X' where id=5; -update noar ti set b2='IIC0X' where id=5; -update noar tt set v0='92XC2H' where id=6; -update noar ti set v0='92XC2H' where id=6; -update noar tt set b0='02MVSPMKNPJFWP' where id=6; -update noar ti set b0='02MVSPMKNPJFWP' where id=6; -update noar tt set v0='H4UXF2SZSLG06ZKVPYG519KZGAQ3ZGT' where id=6; -update noar ti set v0='H4UXF2SZSLG06ZKVPYG519KZGAQ3ZGT' where id=6; -update noar tt set b1='TVEMKEGELF0XQWMZ69ZU4AS3EM' where id=6; -update noar ti set b1='TVEMKEGELF0XQWMZ69ZU4AS3EM' where id=6; -update noar tt set v0='I' where id=6; -update noar ti set v0='I' where id=6; -update noar tt set b2='8PY5YXWWQR0E8BT4850MOT' where id=6; -update noar ti set b2='8PY5YXWWQR0E8BT4850MOT' where id=6; -update noar tt set v0='JG' where id=7; -update noar ti set v0='JG' where id=7; -update noar tt set b0='9B5BVF2' where id=7; -update noar ti set b0='9B5BVF2' where id=7; -update noar tt set v0='EICUIUC1PZ9HBA1Z9CFKRZBP1PX6' where id=7; -update noar ti set v0='EICUIUC1PZ9HBA1Z9CFKRZBP1PX6' where id=7; -update noar tt set b1='SL5AEVL1GPDAMDCZ6O0MNZ512OXQF1' where id=7; -update noar ti set b1='SL5AEVL1GPDAMDCZ6O0MNZ512OXQF1' where id=7; -update noar tt set v0='NBB0Y501BC98UZBNV76GBEJQDGEQ447' where id=7; -update noar ti set v0='NBB0Y501BC98UZBNV76GBEJQDGEQ447' where id=7; -update noar tt set b2='2WQ19E38FZHQRQBIJSSWJIQV3LV1WW' where id=7; -update noar ti set b2='2WQ19E38FZHQRQBIJSSWJIQV3LV1WW' where id=7; -update noar tt set v0='MFPPEGLKB6EUQJPYWASJ' where id=8; -update noar ti set v0='MFPPEGLKB6EUQJPYWASJ' where id=8; -update noar tt set b0='RRLQ' where id=8; -update noar ti set b0='RRLQ' where id=8; -update noar tt set v0='U15QKE7E7CX6F9M1U2PRVE' where id=8; -update noar ti set v0='U15QKE7E7CX6F9M1U2PRVE' where id=8; -update noar tt set b1='HG' where id=8; -update noar ti set b1='HG' where id=8; -update noar tt set v0='D3D' where id=8; -update noar ti set v0='D3D' where id=8; -update noar tt set b2='6I71R60QRS1QEB53W5XCAQA3' where id=8; -update noar ti set b2='6I71R60QRS1QEB53W5XCAQA3' where id=8; -update noar tt set v0='BC2TROQ5J' where id=9; -update noar ti set v0='BC2TROQ5J' where id=9; -update noar tt set b0='DBKL0WVJHLHHZBU158HXCTC' where id=9; -update noar ti set b0='DBKL0WVJHLHHZBU158HXCTC' where id=9; -update noar tt set v0='Q86QF0H' where id=9; -update noar ti set v0='Q86QF0H' where id=9; -update noar tt set b1='DVKXRXENQFY6HUB9BC' where id=9; -update noar ti set b1='DVKXRXENQFY6HUB9BC' where id=9; -update noar tt set v0='Q5GAC9A0MFXD1ISX0A7R4GDOI8XFGZUA' where id=9; -update noar ti set v0='Q5GAC9A0MFXD1ISX0A7R4GDOI8XFGZUA' where id=9; -update noar tt set b2='O3UKR2' where id=9; -update noar ti set b2='O3UKR2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GT78ZCXRR3SK9A9EPSY7PDVY8K' where id=1; -update noar ti set v0='GT78ZCXRR3SK9A9EPSY7PDVY8K' where id=1; -update noar tt set b0='A' where id=1; -update noar ti set b0='A' where id=1; -update noar tt set v0='WIW0DNI' where id=1; -update noar ti set v0='WIW0DNI' where id=1; -update noar tt set b1='69R2XAL6UYYNSGMJM7H9' where id=1; -update noar ti set b1='69R2XAL6UYYNSGMJM7H9' where id=1; -update noar tt set v0='GN4' where id=1; -update noar ti set v0='GN4' where id=1; -update noar tt set b2='7MQYPD2W9BDBIIWQD' where id=1; -update noar ti set b2='7MQYPD2W9BDBIIWQD' where id=1; -update noar tt set v0='F' where id=2; -update noar ti set v0='F' where id=2; -update noar tt set b0='R3915QKQK9VAVM9A92NHXKWTPX32RT' where id=2; -update noar ti set b0='R3915QKQK9VAVM9A92NHXKWTPX32RT' where id=2; -update noar tt set v0='MG53LSY6HH' where id=2; -update noar ti set v0='MG53LSY6HH' where id=2; -update noar tt set b1='JKTMH876L9YY5LS3O3' where id=2; -update noar ti set b1='JKTMH876L9YY5LS3O3' where id=2; -update noar tt set v0='LQRPM5CU3' where id=2; -update noar ti set v0='LQRPM5CU3' where id=2; -update noar tt set b2='E2JYMUF3WOWBQKKDSAWFXHT7DI5RBXP' where id=2; -update noar ti set b2='E2JYMUF3WOWBQKKDSAWFXHT7DI5RBXP' where id=2; -update noar tt set v0='AY2WR33JL7162Q254BPVNW4M81QUZW' where id=3; -update noar ti set v0='AY2WR33JL7162Q254BPVNW4M81QUZW' where id=3; -update noar tt set b0='YXGHCE2NBRXEDIBRHH5TGO4' where id=3; -update noar ti set b0='YXGHCE2NBRXEDIBRHH5TGO4' where id=3; -update noar tt set v0='K4PL40ZEC5' where id=3; -update noar ti set v0='K4PL40ZEC5' where id=3; -update noar tt set b1='B478WS19IJFHQBFWHGH9VCE' where id=3; -update noar ti set b1='B478WS19IJFHQBFWHGH9VCE' where id=3; -update noar tt set v0='XWDL' where id=3; -update noar ti set v0='XWDL' where id=3; -update noar tt set b2='3QRY2X' where id=3; -update noar ti set b2='3QRY2X' where id=3; -update noar tt set v0='XN7XEWKTET' where id=4; -update noar ti set v0='XN7XEWKTET' where id=4; -update noar tt set b0='N5IK4PK9OUMZ4E0N' where id=4; -update noar ti set b0='N5IK4PK9OUMZ4E0N' where id=4; -update noar tt set v0='F6MLS7F08G1Y7SFGLHZ' where id=4; -update noar ti set v0='F6MLS7F08G1Y7SFGLHZ' where id=4; -update noar tt set b1='OY0MSTB90LJ8XZ8HC0K' where id=4; -update noar ti set b1='OY0MSTB90LJ8XZ8HC0K' where id=4; -update noar tt set v0='9CPZ6KLPA62RVPDNSU3QSE28' where id=4; -update noar ti set v0='9CPZ6KLPA62RVPDNSU3QSE28' where id=4; -update noar tt set b2='09H' where id=4; -update noar ti set b2='09H' where id=4; -update noar tt set v0='0CASECR6AEU9H93GYO' where id=5; -update noar ti set v0='0CASECR6AEU9H93GYO' where id=5; -update noar tt set b0='BOMIRTM6WXSYR4N08K2C74JAZC45' where id=5; -update noar ti set b0='BOMIRTM6WXSYR4N08K2C74JAZC45' where id=5; -update noar tt set v0='UWR075JQW2KXULXYXXU9AVBVWWX7SD' where id=5; -update noar ti set v0='UWR075JQW2KXULXYXXU9AVBVWWX7SD' where id=5; -update noar tt set b1='3Q8M7VVQ63G1P6L067D' where id=5; -update noar ti set b1='3Q8M7VVQ63G1P6L067D' where id=5; -update noar tt set v0='J8OR5YIL1CQXKS99U' where id=5; -update noar ti set v0='J8OR5YIL1CQXKS99U' where id=5; -update noar tt set b2='3FGU0QIE65G9LU' where id=5; -update noar ti set b2='3FGU0QIE65G9LU' where id=5; -update noar tt set v0='18V36V8P5' where id=6; -update noar ti set v0='18V36V8P5' where id=6; -update noar tt set b0='0UAJED77GUAIQTE7ZM2L4ZHVJRIDP8' where id=6; -update noar ti set b0='0UAJED77GUAIQTE7ZM2L4ZHVJRIDP8' where id=6; -update noar tt set v0='FRZGUT0NEEJRZ2KMV4ULIZ' where id=6; -update noar ti set v0='FRZGUT0NEEJRZ2KMV4ULIZ' where id=6; -update noar tt set b1='22HT12J432ZQMWTATX7B3D1JKRC6DG' where id=6; -update noar ti set b1='22HT12J432ZQMWTATX7B3D1JKRC6DG' where id=6; -update noar tt set v0='WTKIR5E' where id=6; -update noar ti set v0='WTKIR5E' where id=6; -update noar tt set b2='6' where id=6; -update noar ti set b2='6' where id=6; -update noar tt set v0='L8DZP8UC2KYA9ZYJO89QJM6JR' where id=7; -update noar ti set v0='L8DZP8UC2KYA9ZYJO89QJM6JR' where id=7; -update noar tt set b0='MRFCSM0VL0XK9SKBWVF38FYGW2UQU' where id=7; -update noar ti set b0='MRFCSM0VL0XK9SKBWVF38FYGW2UQU' where id=7; -update noar tt set v0='6T8BM' where id=7; -update noar ti set v0='6T8BM' where id=7; -update noar tt set b1='OIC607YT9KM5BPX27XZNZ1YRLLPWU' where id=7; -update noar ti set b1='OIC607YT9KM5BPX27XZNZ1YRLLPWU' where id=7; -update noar tt set v0='LUFTRKXOPVCA' where id=7; -update noar ti set v0='LUFTRKXOPVCA' where id=7; -update noar tt set b2='T295EWPNS33SQ1ODAIU' where id=7; -update noar ti set b2='T295EWPNS33SQ1ODAIU' where id=7; -update noar tt set v0='1GEH0CM6583MELPXY0' where id=8; -update noar ti set v0='1GEH0CM6583MELPXY0' where id=8; -update noar tt set b0='7O2VVWLCTZQLC3Z4EPOX72FO' where id=8; -update noar ti set b0='7O2VVWLCTZQLC3Z4EPOX72FO' where id=8; -update noar tt set v0='ITNM5XP3K6FE9H' where id=8; -update noar ti set v0='ITNM5XP3K6FE9H' where id=8; -update noar tt set b1='IT2U6T2VC60CO5W77E' where id=8; -update noar ti set b1='IT2U6T2VC60CO5W77E' where id=8; -update noar tt set v0='R5L3VX0' where id=8; -update noar ti set v0='R5L3VX0' where id=8; -update noar tt set b2='EWZL5PV1NFIPT5GP2AERUC9HOU' where id=8; -update noar ti set b2='EWZL5PV1NFIPT5GP2AERUC9HOU' where id=8; -update noar tt set v0='S4AT689IDOAY4EF' where id=9; -update noar ti set v0='S4AT689IDOAY4EF' where id=9; -update noar tt set b0='E33ICTT04MQNA0H905DTP8' where id=9; -update noar ti set b0='E33ICTT04MQNA0H905DTP8' where id=9; -update noar tt set v0='PWANA7K2W3ST7FOBCH' where id=9; -update noar ti set v0='PWANA7K2W3ST7FOBCH' where id=9; -update noar tt set b1='HNCRVBHT8OP93KA5N' where id=9; -update noar ti set b1='HNCRVBHT8OP93KA5N' where id=9; -update noar tt set v0='HYR66Y8N1CXQS7NVB9PJET41Q1KB0HT3' where id=9; -update noar ti set v0='HYR66Y8N1CXQS7NVB9PJET41Q1KB0HT3' where id=9; -update noar tt set b2='51U0I' where id=9; -update noar ti set b2='51U0I' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C36HZUEST1Q8EC2HG5G90QEHF0UEPM' where id=1; -update noar ti set v0='C36HZUEST1Q8EC2HG5G90QEHF0UEPM' where id=1; -update noar tt set b0='36J8JV9H7D5XAT9FT' where id=1; -update noar ti set b0='36J8JV9H7D5XAT9FT' where id=1; -update noar tt set v0='GEE8KPNXHKV4' where id=1; -update noar ti set v0='GEE8KPNXHKV4' where id=1; -update noar tt set b1='CI5FA2O3WT80G' where id=1; -update noar ti set b1='CI5FA2O3WT80G' where id=1; -update noar tt set v0='TO9' where id=1; -update noar ti set v0='TO9' where id=1; -update noar tt set b2='H61E9OWLF53K1LSZ81H6455ZVX5TX0' where id=1; -update noar ti set b2='H61E9OWLF53K1LSZ81H6455ZVX5TX0' where id=1; -update noar tt set v0='L5STQPKFZO3' where id=2; -update noar ti set v0='L5STQPKFZO3' where id=2; -update noar tt set b0='4MPAC26ADRUH' where id=2; -update noar ti set b0='4MPAC26ADRUH' where id=2; -update noar tt set v0='45GNQO833T2YBXQCY' where id=2; -update noar ti set v0='45GNQO833T2YBXQCY' where id=2; -update noar tt set b1='PVHSKPZFXQOPX4S6G0U70XWWC' where id=2; -update noar ti set b1='PVHSKPZFXQOPX4S6G0U70XWWC' where id=2; -update noar tt set v0='94D8D9Z2CCQ' where id=2; -update noar ti set v0='94D8D9Z2CCQ' where id=2; -update noar tt set b2='POU6TEUFEZQTRSCYJ' where id=2; -update noar ti set b2='POU6TEUFEZQTRSCYJ' where id=2; -update noar tt set v0='N2WYWRJXRF4RCYWIZCNZ' where id=3; -update noar ti set v0='N2WYWRJXRF4RCYWIZCNZ' where id=3; -update noar tt set b0='BX05GCHRSVNI6O57N9YLHRENNYT5' where id=3; -update noar ti set b0='BX05GCHRSVNI6O57N9YLHRENNYT5' where id=3; -update noar tt set v0='4AKF9ZHRX4UCAQ6JDW' where id=3; -update noar ti set v0='4AKF9ZHRX4UCAQ6JDW' where id=3; -update noar tt set b1='NDWYANAY0DVBOJYFGCIGJR1MTJ3OQV' where id=3; -update noar ti set b1='NDWYANAY0DVBOJYFGCIGJR1MTJ3OQV' where id=3; -update noar tt set v0='X6I' where id=3; -update noar ti set v0='X6I' where id=3; -update noar tt set b2='DBUDX1WO3' where id=3; -update noar ti set b2='DBUDX1WO3' where id=3; -update noar tt set v0='6SFF' where id=4; -update noar ti set v0='6SFF' where id=4; -update noar tt set b0='NEGS' where id=4; -update noar ti set b0='NEGS' where id=4; -update noar tt set v0='385AH0O2Y7FILZ' where id=4; -update noar ti set v0='385AH0O2Y7FILZ' where id=4; -update noar tt set b1='585' where id=4; -update noar ti set b1='585' where id=4; -update noar tt set v0='KI48I2P9C732XWNYCMBDD5JCN2E' where id=4; -update noar ti set v0='KI48I2P9C732XWNYCMBDD5JCN2E' where id=4; -update noar tt set b2='0Y86B1ER520HP1' where id=4; -update noar ti set b2='0Y86B1ER520HP1' where id=4; -update noar tt set v0='A95PPO36G56FH' where id=5; -update noar ti set v0='A95PPO36G56FH' where id=5; -update noar tt set b0='I55BFWUUMEPTCVFLLONIOWW1' where id=5; -update noar ti set b0='I55BFWUUMEPTCVFLLONIOWW1' where id=5; -update noar tt set v0='DRDVL57LT3XKW6VIWG1QDJF7' where id=5; -update noar ti set v0='DRDVL57LT3XKW6VIWG1QDJF7' where id=5; -update noar tt set b1='IF3UHWP5JMHIY' where id=5; -update noar ti set b1='IF3UHWP5JMHIY' where id=5; -update noar tt set v0='R4OA1UY3M' where id=5; -update noar ti set v0='R4OA1UY3M' where id=5; -update noar tt set b2='CPTRMBQY5N7YCM' where id=5; -update noar ti set b2='CPTRMBQY5N7YCM' where id=5; -update noar tt set v0='81Z' where id=6; -update noar ti set v0='81Z' where id=6; -update noar tt set b0='S5KJGLJIR9' where id=6; -update noar ti set b0='S5KJGLJIR9' where id=6; -update noar tt set v0='NHU' where id=6; -update noar ti set v0='NHU' where id=6; -update noar tt set b1='0EUZV632ERWLB1' where id=6; -update noar ti set b1='0EUZV632ERWLB1' where id=6; -update noar tt set v0='8QP4PM' where id=6; -update noar ti set v0='8QP4PM' where id=6; -update noar tt set b2='EIQGP4WULQLLUCFPCB' where id=6; -update noar ti set b2='EIQGP4WULQLLUCFPCB' where id=6; -update noar tt set v0='P9129VX9AV' where id=7; -update noar ti set v0='P9129VX9AV' where id=7; -update noar tt set b0='OGNDP01FAQVB0U5JIEVVYF4WD9V3' where id=7; -update noar ti set b0='OGNDP01FAQVB0U5JIEVVYF4WD9V3' where id=7; -update noar tt set v0='4NGNQ' where id=7; -update noar ti set v0='4NGNQ' where id=7; -update noar tt set b1='YHJUSH1TW5VTFR3ZJ72H8GIO4JNMR5Z' where id=7; -update noar ti set b1='YHJUSH1TW5VTFR3ZJ72H8GIO4JNMR5Z' where id=7; -update noar tt set v0='U' where id=7; -update noar ti set v0='U' where id=7; -update noar tt set b2='IQILSVHC4XDZ7WC3IYPQXHP2TWUQ' where id=7; -update noar ti set b2='IQILSVHC4XDZ7WC3IYPQXHP2TWUQ' where id=7; -update noar tt set v0='8LUENSHEX9S688SM78A' where id=8; -update noar ti set v0='8LUENSHEX9S688SM78A' where id=8; -update noar tt set b0='XLVG4OJ4ZFUF7ZHE3HPU1D5OER7XRHB' where id=8; -update noar ti set b0='XLVG4OJ4ZFUF7ZHE3HPU1D5OER7XRHB' where id=8; -update noar tt set v0='1LEQX' where id=8; -update noar ti set v0='1LEQX' where id=8; -update noar tt set b1='9JGWRVXLZV' where id=8; -update noar ti set b1='9JGWRVXLZV' where id=8; -update noar tt set v0='PW1HZUORRP39YX9P241NP7TJRCE0' where id=8; -update noar ti set v0='PW1HZUORRP39YX9P241NP7TJRCE0' where id=8; -update noar tt set b2='R88X9PPI' where id=8; -update noar ti set b2='R88X9PPI' where id=8; -update noar tt set v0='WKNZBTGV4UBC97X7U6PNHKBEZF' where id=9; -update noar ti set v0='WKNZBTGV4UBC97X7U6PNHKBEZF' where id=9; -update noar tt set b0='26S02F8E' where id=9; -update noar ti set b0='26S02F8E' where id=9; -update noar tt set v0='R4AV9PCU5A' where id=9; -update noar ti set v0='R4AV9PCU5A' where id=9; -update noar tt set b1='7L' where id=9; -update noar ti set b1='7L' where id=9; -update noar tt set v0='3NOUSJXWDRAAWI48CEDPULQ54Y6CZ' where id=9; -update noar ti set v0='3NOUSJXWDRAAWI48CEDPULQ54Y6CZ' where id=9; -update noar tt set b2='Y' where id=9; -update noar ti set b2='Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FUPYHDGNF1A06G' where id=1; -update noar ti set v0='FUPYHDGNF1A06G' where id=1; -update noar tt set b0='F43ST7XYO' where id=1; -update noar ti set b0='F43ST7XYO' where id=1; -update noar tt set v0='HLWBWJU3' where id=1; -update noar ti set v0='HLWBWJU3' where id=1; -update noar tt set b1='9DY77CE8KVVVBNTJ4T2QDWU5XZWCQX6Z' where id=1; -update noar ti set b1='9DY77CE8KVVVBNTJ4T2QDWU5XZWCQX6Z' where id=1; -update noar tt set v0='I03CD1MEE1OQUYW56HE8C1R7BIT7FQFJ' where id=1; -update noar ti set v0='I03CD1MEE1OQUYW56HE8C1R7BIT7FQFJ' where id=1; -update noar tt set b2='9V9X35I5XURE' where id=1; -update noar ti set b2='9V9X35I5XURE' where id=1; -update noar tt set v0='9B8X4BB' where id=2; -update noar ti set v0='9B8X4BB' where id=2; -update noar tt set b0='97O' where id=2; -update noar ti set b0='97O' where id=2; -update noar tt set v0='WYFH' where id=2; -update noar ti set v0='WYFH' where id=2; -update noar tt set b1='H1WR5' where id=2; -update noar ti set b1='H1WR5' where id=2; -update noar tt set v0='MDRL1M5SJ8F' where id=2; -update noar ti set v0='MDRL1M5SJ8F' where id=2; -update noar tt set b2='0HZNM33WJQN0' where id=2; -update noar ti set b2='0HZNM33WJQN0' where id=2; -update noar tt set v0='8LT3EP7YEXMAE2I0I7M14D' where id=3; -update noar ti set v0='8LT3EP7YEXMAE2I0I7M14D' where id=3; -update noar tt set b0='7C4I5AKJMUWR9286XQ70SAS2M' where id=3; -update noar ti set b0='7C4I5AKJMUWR9286XQ70SAS2M' where id=3; -update noar tt set v0='MVEG6KJCG2RIC34ODHCMIGY' where id=3; -update noar ti set v0='MVEG6KJCG2RIC34ODHCMIGY' where id=3; -update noar tt set b1='PGOKP785' where id=3; -update noar ti set b1='PGOKP785' where id=3; -update noar tt set v0='CCTK7UWCEFUVB45O9NYOI' where id=3; -update noar ti set v0='CCTK7UWCEFUVB45O9NYOI' where id=3; -update noar tt set b2='T13VC' where id=3; -update noar ti set b2='T13VC' where id=3; -update noar tt set v0='VEI303DC6XMZ0HBYE4SKH' where id=4; -update noar ti set v0='VEI303DC6XMZ0HBYE4SKH' where id=4; -update noar tt set b0='914GUTMT1DOB1OLPE' where id=4; -update noar ti set b0='914GUTMT1DOB1OLPE' where id=4; -update noar tt set v0='7IUU' where id=4; -update noar ti set v0='7IUU' where id=4; -update noar tt set b1='2VN2UWTC4TRE' where id=4; -update noar ti set b1='2VN2UWTC4TRE' where id=4; -update noar tt set v0='O66JHIVO1AGBFCQ4EZQBG0B' where id=4; -update noar ti set v0='O66JHIVO1AGBFCQ4EZQBG0B' where id=4; -update noar tt set b2='C5P8' where id=4; -update noar ti set b2='C5P8' where id=4; -update noar tt set v0='QR05WA5PD' where id=5; -update noar ti set v0='QR05WA5PD' where id=5; -update noar tt set b0='84JTVN8ATF' where id=5; -update noar ti set b0='84JTVN8ATF' where id=5; -update noar tt set v0='JT94DMCHFIMFVLI2RFC5FPVCBXOCP' where id=5; -update noar ti set v0='JT94DMCHFIMFVLI2RFC5FPVCBXOCP' where id=5; -update noar tt set b1='DVYT7VF0VDS2G9' where id=5; -update noar ti set b1='DVYT7VF0VDS2G9' where id=5; -update noar tt set v0='7BX67U528R6ROEAHW0II9ZR9' where id=5; -update noar ti set v0='7BX67U528R6ROEAHW0II9ZR9' where id=5; -update noar tt set b2='G2DCYIM9E5A0XIER438YC' where id=5; -update noar ti set b2='G2DCYIM9E5A0XIER438YC' where id=5; -update noar tt set v0='3L64' where id=6; -update noar ti set v0='3L64' where id=6; -update noar tt set b0='DKDMRE' where id=6; -update noar ti set b0='DKDMRE' where id=6; -update noar tt set v0='LSV1G944Q' where id=6; -update noar ti set v0='LSV1G944Q' where id=6; -update noar tt set b1='OXY68XHZL5GFO3XQ1G182TX' where id=6; -update noar ti set b1='OXY68XHZL5GFO3XQ1G182TX' where id=6; -update noar tt set v0='XNEOTPHKBPLPZ7UFYE9M9E' where id=6; -update noar ti set v0='XNEOTPHKBPLPZ7UFYE9M9E' where id=6; -update noar tt set b2='V9M2EEEO1HG7M1KHP8EBLKHJT8' where id=6; -update noar ti set b2='V9M2EEEO1HG7M1KHP8EBLKHJT8' where id=6; -update noar tt set v0='11SAC4M26X2X9RZJ7K23OK' where id=7; -update noar ti set v0='11SAC4M26X2X9RZJ7K23OK' where id=7; -update noar tt set b0='IK5XR3J130Y3LKRKTG8L1X187NQJ' where id=7; -update noar ti set b0='IK5XR3J130Y3LKRKTG8L1X187NQJ' where id=7; -update noar tt set v0='3D9QRSJ' where id=7; -update noar ti set v0='3D9QRSJ' where id=7; -update noar tt set b1='NTSTZI07ZQI4BDILUXDIKWC7PCLTA' where id=7; -update noar ti set b1='NTSTZI07ZQI4BDILUXDIKWC7PCLTA' where id=7; -update noar tt set v0='H6D1XBTNP8SZDINQXUO4I' where id=7; -update noar ti set v0='H6D1XBTNP8SZDINQXUO4I' where id=7; -update noar tt set b2='8FT' where id=7; -update noar ti set b2='8FT' where id=7; -update noar tt set v0='CLQN8TD9WRT8GOVGA9OMWAN9LTM100' where id=8; -update noar ti set v0='CLQN8TD9WRT8GOVGA9OMWAN9LTM100' where id=8; -update noar tt set b0='4L7LCGMES48M' where id=8; -update noar ti set b0='4L7LCGMES48M' where id=8; -update noar tt set v0='VUJ87D0CMPOFNG' where id=8; -update noar ti set v0='VUJ87D0CMPOFNG' where id=8; -update noar tt set b1='SYB3DUANMPK4IXEJMOZO7MOT' where id=8; -update noar ti set b1='SYB3DUANMPK4IXEJMOZO7MOT' where id=8; -update noar tt set v0='LJ29Y07Q6DJAE30N' where id=8; -update noar ti set v0='LJ29Y07Q6DJAE30N' where id=8; -update noar tt set b2='5AWE6LXUB6FIR' where id=8; -update noar ti set b2='5AWE6LXUB6FIR' where id=8; -update noar tt set v0='473NI0VBUSDFZ23K1AJI' where id=9; -update noar ti set v0='473NI0VBUSDFZ23K1AJI' where id=9; -update noar tt set b0='P51Z' where id=9; -update noar ti set b0='P51Z' where id=9; -update noar tt set v0='FRAA6BL9WJNW41FVYV9QOD' where id=9; -update noar ti set v0='FRAA6BL9WJNW41FVYV9QOD' where id=9; -update noar tt set b1='6' where id=9; -update noar ti set b1='6' where id=9; -update noar tt set v0='1PBUUP4FQ7JM0X7UI74' where id=9; -update noar ti set v0='1PBUUP4FQ7JM0X7UI74' where id=9; -update noar tt set b2='QR0UZI72K5L29M5OLZ4SVRK' where id=9; -update noar ti set b2='QR0UZI72K5L29M5OLZ4SVRK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AWFE8OQ1E1FO616TR7OA8ZTDT' where id=1; -update noar ti set v0='AWFE8OQ1E1FO616TR7OA8ZTDT' where id=1; -update noar tt set b0='7M102Z0M5R8EXZA4MI' where id=1; -update noar ti set b0='7M102Z0M5R8EXZA4MI' where id=1; -update noar tt set v0='BZG96LW0GOYAO' where id=1; -update noar ti set v0='BZG96LW0GOYAO' where id=1; -update noar tt set b1='T7Z89JTW0OEH13HF' where id=1; -update noar ti set b1='T7Z89JTW0OEH13HF' where id=1; -update noar tt set v0='91320WY5GSJA6N65DXCONIX163S7' where id=1; -update noar ti set v0='91320WY5GSJA6N65DXCONIX163S7' where id=1; -update noar tt set b2='IF0X0DEUDQOP2BIFVD' where id=1; -update noar ti set b2='IF0X0DEUDQOP2BIFVD' where id=1; -update noar tt set v0='Q0TQ9DG5BEENYOCHS03TUWRJG3A' where id=2; -update noar ti set v0='Q0TQ9DG5BEENYOCHS03TUWRJG3A' where id=2; -update noar tt set b0='YE4X5D3SMYWLRW2ZP5' where id=2; -update noar ti set b0='YE4X5D3SMYWLRW2ZP5' where id=2; -update noar tt set v0='SSLVY5' where id=2; -update noar ti set v0='SSLVY5' where id=2; -update noar tt set b1='7WZ18ILWYI5GC61L7VET3' where id=2; -update noar ti set b1='7WZ18ILWYI5GC61L7VET3' where id=2; -update noar tt set v0='J' where id=2; -update noar ti set v0='J' where id=2; -update noar tt set b2='05X1RO4GKWOYUP3K0SKDLA86Z1XX6BT' where id=2; -update noar ti set b2='05X1RO4GKWOYUP3K0SKDLA86Z1XX6BT' where id=2; -update noar tt set v0='M5MQVR' where id=3; -update noar ti set v0='M5MQVR' where id=3; -update noar tt set b0='TIR2UKCSOFMYUGO5472TD5RT' where id=3; -update noar ti set b0='TIR2UKCSOFMYUGO5472TD5RT' where id=3; -update noar tt set v0='FT2LNNOJWJFVG14IW' where id=3; -update noar ti set v0='FT2LNNOJWJFVG14IW' where id=3; -update noar tt set b1='9TOOWAH' where id=3; -update noar ti set b1='9TOOWAH' where id=3; -update noar tt set v0='XJ9K78' where id=3; -update noar ti set v0='XJ9K78' where id=3; -update noar tt set b2='ESBLTK' where id=3; -update noar ti set b2='ESBLTK' where id=3; -update noar tt set v0='7O29PDQQNPO0NFH4DPQXZVVE9F' where id=4; -update noar ti set v0='7O29PDQQNPO0NFH4DPQXZVVE9F' where id=4; -update noar tt set b0='0HBYFECN9ASG0NR4TQDID0ZCM9L' where id=4; -update noar ti set b0='0HBYFECN9ASG0NR4TQDID0ZCM9L' where id=4; -update noar tt set v0='VSPY1QPYTK3YQ9K6JB5H4DM73R' where id=4; -update noar ti set v0='VSPY1QPYTK3YQ9K6JB5H4DM73R' where id=4; -update noar tt set b1='WK7AB8INJZCO3DL' where id=4; -update noar ti set b1='WK7AB8INJZCO3DL' where id=4; -update noar tt set v0='HM8L2S28FSA2HDQS7MINDGT' where id=4; -update noar ti set v0='HM8L2S28FSA2HDQS7MINDGT' where id=4; -update noar tt set b2='ACW' where id=4; -update noar ti set b2='ACW' where id=4; -update noar tt set v0='OAOKG5L8IRQ8OZ18ZI2BRF' where id=5; -update noar ti set v0='OAOKG5L8IRQ8OZ18ZI2BRF' where id=5; -update noar tt set b0='K1' where id=5; -update noar ti set b0='K1' where id=5; -update noar tt set v0='L0Q6TG79RL' where id=5; -update noar ti set v0='L0Q6TG79RL' where id=5; -update noar tt set b1='WDCNMFM31AKKEDRPI3ZIQ16M' where id=5; -update noar ti set b1='WDCNMFM31AKKEDRPI3ZIQ16M' where id=5; -update noar tt set v0='GRB3S6LSLPCLQDNAMLM0DRK9IH' where id=5; -update noar ti set v0='GRB3S6LSLPCLQDNAMLM0DRK9IH' where id=5; -update noar tt set b2='7NNEEXBI0ERDRW23FWRNP2KQRBLEQ' where id=5; -update noar ti set b2='7NNEEXBI0ERDRW23FWRNP2KQRBLEQ' where id=5; -update noar tt set v0='PHZD7ULA1W51VT6PMI739XZS' where id=6; -update noar ti set v0='PHZD7ULA1W51VT6PMI739XZS' where id=6; -update noar tt set b0='3945SX04W11J04Y' where id=6; -update noar ti set b0='3945SX04W11J04Y' where id=6; -update noar tt set v0='WUZ70OI7ZTV0KWOEMI' where id=6; -update noar ti set v0='WUZ70OI7ZTV0KWOEMI' where id=6; -update noar tt set b1='T' where id=6; -update noar ti set b1='T' where id=6; -update noar tt set v0='EZMOHX14Y0FR' where id=6; -update noar ti set v0='EZMOHX14Y0FR' where id=6; -update noar tt set b2='C74Q08PFU7SBTAEG52OAAHCO' where id=6; -update noar ti set b2='C74Q08PFU7SBTAEG52OAAHCO' where id=6; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b0='R6GJD95LYE46' where id=7; -update noar ti set b0='R6GJD95LYE46' where id=7; -update noar tt set v0='WG1CHOSEPFH36RKB6RY51WS' where id=7; -update noar ti set v0='WG1CHOSEPFH36RKB6RY51WS' where id=7; -update noar tt set b1='7XTOK' where id=7; -update noar ti set b1='7XTOK' where id=7; -update noar tt set v0='06YRMX0QP6SG6QUJJ19NKZXHR6' where id=7; -update noar ti set v0='06YRMX0QP6SG6QUJJ19NKZXHR6' where id=7; -update noar tt set b2='Q2HM9KS8CBTGYVCL3C31X' where id=7; -update noar ti set b2='Q2HM9KS8CBTGYVCL3C31X' where id=7; -update noar tt set v0='327KGVFXPA0316FT1ZA8XIAIX0H' where id=8; -update noar ti set v0='327KGVFXPA0316FT1ZA8XIAIX0H' where id=8; -update noar tt set b0='X3X361PXNR44Q6G5WIN5IRAVFIS5I' where id=8; -update noar ti set b0='X3X361PXNR44Q6G5WIN5IRAVFIS5I' where id=8; -update noar tt set v0='98UZSF9BUM1ROH0OV2' where id=8; -update noar ti set v0='98UZSF9BUM1ROH0OV2' where id=8; -update noar tt set b1='ZNCHZH8NQL' where id=8; -update noar ti set b1='ZNCHZH8NQL' where id=8; -update noar tt set v0='48FBHIG0N5XHHEA' where id=8; -update noar ti set v0='48FBHIG0N5XHHEA' where id=8; -update noar tt set b2='HUQ0S0HOHKD61ZZEOVR1LNV14H' where id=8; -update noar ti set b2='HUQ0S0HOHKD61ZZEOVR1LNV14H' where id=8; -update noar tt set v0='WIHJDOI6ILQLS833AI2R' where id=9; -update noar ti set v0='WIHJDOI6ILQLS833AI2R' where id=9; -update noar tt set b0='0UNZKDPCS' where id=9; -update noar ti set b0='0UNZKDPCS' where id=9; -update noar tt set v0='FZTQKCGIQS7HZGS2WF' where id=9; -update noar ti set v0='FZTQKCGIQS7HZGS2WF' where id=9; -update noar tt set b1='4IGWIHGSWCD96XWQVST4VQF5' where id=9; -update noar ti set b1='4IGWIHGSWCD96XWQVST4VQF5' where id=9; -update noar tt set v0='M9J50DDC5GT8KBKXWT97728CEEJ' where id=9; -update noar ti set v0='M9J50DDC5GT8KBKXWT97728CEEJ' where id=9; -update noar tt set b2='EKL1PKSRVRH40RFY' where id=9; -update noar ti set b2='EKL1PKSRVRH40RFY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ON34SW6GOI6YEEYHIT4T' where id=1; -update noar ti set v0='ON34SW6GOI6YEEYHIT4T' where id=1; -update noar tt set b0='3EEMUY3P90' where id=1; -update noar ti set b0='3EEMUY3P90' where id=1; -update noar tt set v0='TS' where id=1; -update noar ti set v0='TS' where id=1; -update noar tt set b1='RLHOOZDTBQ' where id=1; -update noar ti set b1='RLHOOZDTBQ' where id=1; -update noar tt set v0='NRWUFVX65P9X8MOWQ5GPFV' where id=1; -update noar ti set v0='NRWUFVX65P9X8MOWQ5GPFV' where id=1; -update noar tt set b2='Q4GQLMZ5BJIMDC' where id=1; -update noar ti set b2='Q4GQLMZ5BJIMDC' where id=1; -update noar tt set v0='K5NIM86I5JB1T2X8L6G8NS6OG6W' where id=2; -update noar ti set v0='K5NIM86I5JB1T2X8L6G8NS6OG6W' where id=2; -update noar tt set b0='FT36QBK4MBMEEM0SPLDRNJ' where id=2; -update noar ti set b0='FT36QBK4MBMEEM0SPLDRNJ' where id=2; -update noar tt set v0='7ZV6MWYKYGTW5BPOFL' where id=2; -update noar ti set v0='7ZV6MWYKYGTW5BPOFL' where id=2; -update noar tt set b1='X0RXBN4YT8MR8GKIGX2ZCCDG5DH' where id=2; -update noar ti set b1='X0RXBN4YT8MR8GKIGX2ZCCDG5DH' where id=2; -update noar tt set v0='G9AKVXO3' where id=2; -update noar ti set v0='G9AKVXO3' where id=2; -update noar tt set b2='OOBQ3OEFKS7E1H0SQYTJVPPJMEN4' where id=2; -update noar ti set b2='OOBQ3OEFKS7E1H0SQYTJVPPJMEN4' where id=2; -update noar tt set v0='4' where id=3; -update noar ti set v0='4' where id=3; -update noar tt set b0='X7IAILF08583IT1IY17V5ZFGIGHDWLX3' where id=3; -update noar ti set b0='X7IAILF08583IT1IY17V5ZFGIGHDWLX3' where id=3; -update noar tt set v0='NWXHVFO9Z' where id=3; -update noar ti set v0='NWXHVFO9Z' where id=3; -update noar tt set b1='XNIIUSPF3GWN2K1AFIEMS41' where id=3; -update noar ti set b1='XNIIUSPF3GWN2K1AFIEMS41' where id=3; -update noar tt set v0='LIGMTF924REBH0J' where id=3; -update noar ti set v0='LIGMTF924REBH0J' where id=3; -update noar tt set b2='RS10M9NA5F1J0GV' where id=3; -update noar ti set b2='RS10M9NA5F1J0GV' where id=3; -update noar tt set v0='LQ0MQIWDN98C408QFP' where id=4; -update noar ti set v0='LQ0MQIWDN98C408QFP' where id=4; -update noar tt set b0='RR9OW' where id=4; -update noar ti set b0='RR9OW' where id=4; -update noar tt set v0='BOYZEYFH2XSTMHCU71XKPZ6FD90QTV9X' where id=4; -update noar ti set v0='BOYZEYFH2XSTMHCU71XKPZ6FD90QTV9X' where id=4; -update noar tt set b1='W2QU4XKNZ511' where id=4; -update noar ti set b1='W2QU4XKNZ511' where id=4; -update noar tt set v0='1RWRMZD0KA5Y0BAU2WYJTP2ZWR' where id=4; -update noar ti set v0='1RWRMZD0KA5Y0BAU2WYJTP2ZWR' where id=4; -update noar tt set b2='7' where id=4; -update noar ti set b2='7' where id=4; -update noar tt set v0='EE' where id=5; -update noar ti set v0='EE' where id=5; -update noar tt set b0='5AL7CE92GT' where id=5; -update noar ti set b0='5AL7CE92GT' where id=5; -update noar tt set v0='BJIS15P17SGQP38FL1QPGZQODUGW4XZS' where id=5; -update noar ti set v0='BJIS15P17SGQP38FL1QPGZQODUGW4XZS' where id=5; -update noar tt set b1='Z1O6X4NWGQDI9I43JMSE4GN' where id=5; -update noar ti set b1='Z1O6X4NWGQDI9I43JMSE4GN' where id=5; -update noar tt set v0='FJTJIDC2ZPM9LXFGGQWRA' where id=5; -update noar ti set v0='FJTJIDC2ZPM9LXFGGQWRA' where id=5; -update noar tt set b2='T77QTT7V5LRZUAVHBVPD0ACV4F' where id=5; -update noar ti set b2='T77QTT7V5LRZUAVHBVPD0ACV4F' where id=5; -update noar tt set v0='GNT4L4J0V3' where id=6; -update noar ti set v0='GNT4L4J0V3' where id=6; -update noar tt set b0='FSGQ40SAQ2PW8G6BQJ3HOM302' where id=6; -update noar ti set b0='FSGQ40SAQ2PW8G6BQJ3HOM302' where id=6; -update noar tt set v0='YQ5' where id=6; -update noar ti set v0='YQ5' where id=6; -update noar tt set b1='XR80YMUF92' where id=6; -update noar ti set b1='XR80YMUF92' where id=6; -update noar tt set v0='PF309N31UIMVFI8EOHJOWQ6LO6NBMB5' where id=6; -update noar ti set v0='PF309N31UIMVFI8EOHJOWQ6LO6NBMB5' where id=6; -update noar tt set b2='VJC6LHQM9UZ3' where id=6; -update noar ti set b2='VJC6LHQM9UZ3' where id=6; -update noar tt set v0='YGQFQJG3Z7ZIBCL5EXT8' where id=7; -update noar ti set v0='YGQFQJG3Z7ZIBCL5EXT8' where id=7; -update noar tt set b0='FTGCCRU' where id=7; -update noar ti set b0='FTGCCRU' where id=7; -update noar tt set v0='WZAKE46509' where id=7; -update noar ti set v0='WZAKE46509' where id=7; -update noar tt set b1='CBUPWWIAHJVE67SCZ9G4TN7P' where id=7; -update noar ti set b1='CBUPWWIAHJVE67SCZ9G4TN7P' where id=7; -update noar tt set v0='RTJ03' where id=7; -update noar ti set v0='RTJ03' where id=7; -update noar tt set b2='VIB' where id=7; -update noar ti set b2='VIB' where id=7; -update noar tt set v0='NUCUQDLQF2TOBMSPFZ' where id=8; -update noar ti set v0='NUCUQDLQF2TOBMSPFZ' where id=8; -update noar tt set b0='5GHZ2PI8TS4L8WY4W' where id=8; -update noar ti set b0='5GHZ2PI8TS4L8WY4W' where id=8; -update noar tt set v0='JU40VR5TNNZKJCHMJ8' where id=8; -update noar ti set v0='JU40VR5TNNZKJCHMJ8' where id=8; -update noar tt set b1='QNG6B2' where id=8; -update noar ti set b1='QNG6B2' where id=8; -update noar tt set v0='CN4JHQQT26FW7AMLMDOCUJ83YB' where id=8; -update noar ti set v0='CN4JHQQT26FW7AMLMDOCUJ83YB' where id=8; -update noar tt set b2='IO6QT9W' where id=8; -update noar ti set b2='IO6QT9W' where id=8; -update noar tt set v0='GLT2IXMGUJKZF0ZO6Y0LIMPUR2RAR' where id=9; -update noar ti set v0='GLT2IXMGUJKZF0ZO6Y0LIMPUR2RAR' where id=9; -update noar tt set b0='GQOZIU419CI8AX' where id=9; -update noar ti set b0='GQOZIU419CI8AX' where id=9; -update noar tt set v0='G1847DTXD5K4TNE4DZKR7LW' where id=9; -update noar ti set v0='G1847DTXD5K4TNE4DZKR7LW' where id=9; -update noar tt set b1='N' where id=9; -update noar ti set b1='N' where id=9; -update noar tt set v0='CMHG24TNY0HE9JCV1K8QC2B3G' where id=9; -update noar ti set v0='CMHG24TNY0HE9JCV1K8QC2B3G' where id=9; -update noar tt set b2='YG759HGELB06KCMH0AGY' where id=9; -update noar ti set b2='YG759HGELB06KCMH0AGY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8Y3' where id=1; -update noar ti set v0='8Y3' where id=1; -update noar tt set b0='C7M20TP5NKK' where id=1; -update noar ti set b0='C7M20TP5NKK' where id=1; -update noar tt set v0='2ISG42PKQUYJ3' where id=1; -update noar ti set v0='2ISG42PKQUYJ3' where id=1; -update noar tt set b1='DJFRKU8X' where id=1; -update noar ti set b1='DJFRKU8X' where id=1; -update noar tt set v0='PEZLQW4KNI8KS99CT2C6AKZ1OK1' where id=1; -update noar ti set v0='PEZLQW4KNI8KS99CT2C6AKZ1OK1' where id=1; -update noar tt set b2='0FCRQVLB5DFDS3K6N26BCA1M1VMB403' where id=1; -update noar ti set b2='0FCRQVLB5DFDS3K6N26BCA1M1VMB403' where id=1; -update noar tt set v0='2U5V9ZSPD2MY3O25XXL2N6ZWB4Q6DWGE' where id=2; -update noar ti set v0='2U5V9ZSPD2MY3O25XXL2N6ZWB4Q6DWGE' where id=2; -update noar tt set b0='60O315' where id=2; -update noar ti set b0='60O315' where id=2; -update noar tt set v0='PFV4BEXLLRRNEEWTITGFSTS6' where id=2; -update noar ti set v0='PFV4BEXLLRRNEEWTITGFSTS6' where id=2; -update noar tt set b1='GFO8M01KOUXFD5A02OU3C4ZTGQZ8O' where id=2; -update noar ti set b1='GFO8M01KOUXFD5A02OU3C4ZTGQZ8O' where id=2; -update noar tt set v0='IZR1' where id=2; -update noar ti set v0='IZR1' where id=2; -update noar tt set b2='F6SCCPN2NFEKZP79N' where id=2; -update noar ti set b2='F6SCCPN2NFEKZP79N' where id=2; -update noar tt set v0='1IYS8D2OL30ZWU' where id=3; -update noar ti set v0='1IYS8D2OL30ZWU' where id=3; -update noar tt set b0='DMPWIBQCEAZ9RTHU' where id=3; -update noar ti set b0='DMPWIBQCEAZ9RTHU' where id=3; -update noar tt set v0='ONDJ7B94EN77IXSXEF23' where id=3; -update noar ti set v0='ONDJ7B94EN77IXSXEF23' where id=3; -update noar tt set b1='UR0WSHTBS4QZ' where id=3; -update noar ti set b1='UR0WSHTBS4QZ' where id=3; -update noar tt set v0='7TXALEXNOTPQFQG1YOTBCC' where id=3; -update noar ti set v0='7TXALEXNOTPQFQG1YOTBCC' where id=3; -update noar tt set b2='Y51ZCWRUE6UNVFLQE8QFGJBUTW7KEEW1' where id=3; -update noar ti set b2='Y51ZCWRUE6UNVFLQE8QFGJBUTW7KEEW1' where id=3; -update noar tt set v0='GQ4J9YUIOHP1XMALJDZG2' where id=4; -update noar ti set v0='GQ4J9YUIOHP1XMALJDZG2' where id=4; -update noar tt set b0='5D77OFM2RCP8K34C4877' where id=4; -update noar ti set b0='5D77OFM2RCP8K34C4877' where id=4; -update noar tt set v0='DPWBEJKK1' where id=4; -update noar ti set v0='DPWBEJKK1' where id=4; -update noar tt set b1='4PY93OUIDUL' where id=4; -update noar ti set b1='4PY93OUIDUL' where id=4; -update noar tt set v0='9B3QUDM74XNPELR4FOJ7YNUA8OAQQ' where id=4; -update noar ti set v0='9B3QUDM74XNPELR4FOJ7YNUA8OAQQ' where id=4; -update noar tt set b2='U2P' where id=4; -update noar ti set b2='U2P' where id=4; -update noar tt set v0='MVLAAO6ZZW0EP54ZHQW2QASI9HHFSSZK' where id=5; -update noar ti set v0='MVLAAO6ZZW0EP54ZHQW2QASI9HHFSSZK' where id=5; -update noar tt set b0='5DEZK0A28PXP9R45E4H' where id=5; -update noar ti set b0='5DEZK0A28PXP9R45E4H' where id=5; -update noar tt set v0='YL2LGG579J7' where id=5; -update noar ti set v0='YL2LGG579J7' where id=5; -update noar tt set b1='0N3U8H04ENSBB0J67AJU517IT81VU7W' where id=5; -update noar ti set b1='0N3U8H04ENSBB0J67AJU517IT81VU7W' where id=5; -update noar tt set v0='GGGSMOO69KWTJGNBRNNWLOG8PA' where id=5; -update noar ti set v0='GGGSMOO69KWTJGNBRNNWLOG8PA' where id=5; -update noar tt set b2='3BUA5Q' where id=5; -update noar ti set b2='3BUA5Q' where id=5; -update noar tt set v0='2AIXGG2USKTI8A' where id=6; -update noar ti set v0='2AIXGG2USKTI8A' where id=6; -update noar tt set b0='511JOA3UVHFJXLI2GYXZOXXL19' where id=6; -update noar ti set b0='511JOA3UVHFJXLI2GYXZOXXL19' where id=6; -update noar tt set v0='YJ8YG420YXZAPER' where id=6; -update noar ti set v0='YJ8YG420YXZAPER' where id=6; -update noar tt set b1='TV52WC6AA7HTQ7RWVVZBUMS0N0H4IU' where id=6; -update noar ti set b1='TV52WC6AA7HTQ7RWVVZBUMS0N0H4IU' where id=6; -update noar tt set v0='9NTD8DMB8PTECD5MXFOEUJ5L87' where id=6; -update noar ti set v0='9NTD8DMB8PTECD5MXFOEUJ5L87' where id=6; -update noar tt set b2='HQXNBEL9KYL2DPIHAVNLEKBAM1' where id=6; -update noar ti set b2='HQXNBEL9KYL2DPIHAVNLEKBAM1' where id=6; -update noar tt set v0='WY3LFGM0OTK3RXC8KO7TX3' where id=7; -update noar ti set v0='WY3LFGM0OTK3RXC8KO7TX3' where id=7; -update noar tt set b0='UYICPWZAKPO1DRVSEJRMFG88' where id=7; -update noar ti set b0='UYICPWZAKPO1DRVSEJRMFG88' where id=7; -update noar tt set v0='H4XGE' where id=7; -update noar ti set v0='H4XGE' where id=7; -update noar tt set b1='HKJEJF6' where id=7; -update noar ti set b1='HKJEJF6' where id=7; -update noar tt set v0='Q713SG03E' where id=7; -update noar ti set v0='Q713SG03E' where id=7; -update noar tt set b2='S4BAN' where id=7; -update noar ti set b2='S4BAN' where id=7; -update noar tt set v0='GC' where id=8; -update noar ti set v0='GC' where id=8; -update noar tt set b0='CR5YQDGXFHQ56V77W4LU1FZSR4GBRC2' where id=8; -update noar ti set b0='CR5YQDGXFHQ56V77W4LU1FZSR4GBRC2' where id=8; -update noar tt set v0='QVRCYS8SH1GYKWKLPQ6' where id=8; -update noar ti set v0='QVRCYS8SH1GYKWKLPQ6' where id=8; -update noar tt set b1='6CNGJHSOMOQSCZAN4' where id=8; -update noar ti set b1='6CNGJHSOMOQSCZAN4' where id=8; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b2='LF8JOERZ8TANILPUAN3I2O56F7YBBG4G' where id=8; -update noar ti set b2='LF8JOERZ8TANILPUAN3I2O56F7YBBG4G' where id=8; -update noar tt set v0='RZ5TQBROVDMBNWF2F6BE8MNG946' where id=9; -update noar ti set v0='RZ5TQBROVDMBNWF2F6BE8MNG946' where id=9; -update noar tt set b0='OOHO1L' where id=9; -update noar ti set b0='OOHO1L' where id=9; -update noar tt set v0='18VCHBJ7W4KJY6CQDY' where id=9; -update noar ti set v0='18VCHBJ7W4KJY6CQDY' where id=9; -update noar tt set b1='X5BCUCM9VEDYYIAY5FZTNJ5W' where id=9; -update noar ti set b1='X5BCUCM9VEDYYIAY5FZTNJ5W' where id=9; -update noar tt set v0='Y3887D8R2CGZYP7AO4G8TTO7' where id=9; -update noar ti set v0='Y3887D8R2CGZYP7AO4G8TTO7' where id=9; -update noar tt set b2='MEOZ2COU46VAAX4' where id=9; -update noar ti set b2='MEOZ2COU46VAAX4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RP7CWTP0UNYRTSVWJ' where id=1; -update noar ti set v0='RP7CWTP0UNYRTSVWJ' where id=1; -update noar tt set b0='H2' where id=1; -update noar ti set b0='H2' where id=1; -update noar tt set v0='0BYL4R8G9HND4VMWMNEOQYO9' where id=1; -update noar ti set v0='0BYL4R8G9HND4VMWMNEOQYO9' where id=1; -update noar tt set b1='74PLQCVRJCRFHKJ07980K4' where id=1; -update noar ti set b1='74PLQCVRJCRFHKJ07980K4' where id=1; -update noar tt set v0='MK7QYEG8UCHEHAMZ2JQKP' where id=1; -update noar ti set v0='MK7QYEG8UCHEHAMZ2JQKP' where id=1; -update noar tt set b2='VNS6MMZLULKB5SU9' where id=1; -update noar ti set b2='VNS6MMZLULKB5SU9' where id=1; -update noar tt set v0='96EA6JRIE0MHA74K2KZXMWBSBK' where id=2; -update noar ti set v0='96EA6JRIE0MHA74K2KZXMWBSBK' where id=2; -update noar tt set b0='3M1LFR91' where id=2; -update noar ti set b0='3M1LFR91' where id=2; -update noar tt set v0='06YHVUESSO3LYS396W6BT1N5' where id=2; -update noar ti set v0='06YHVUESSO3LYS396W6BT1N5' where id=2; -update noar tt set b1='I90L6' where id=2; -update noar ti set b1='I90L6' where id=2; -update noar tt set v0='QJLNAMAIIDUG' where id=2; -update noar ti set v0='QJLNAMAIIDUG' where id=2; -update noar tt set b2='A171AT8ZDPY2OBR4S9' where id=2; -update noar ti set b2='A171AT8ZDPY2OBR4S9' where id=2; -update noar tt set v0='IKZBS4K2' where id=3; -update noar ti set v0='IKZBS4K2' where id=3; -update noar tt set b0='20LSQ9JLF7U0XTML' where id=3; -update noar ti set b0='20LSQ9JLF7U0XTML' where id=3; -update noar tt set v0='EXFXU7IHYHLM1Q7DSIXH5RKJJICBH6' where id=3; -update noar ti set v0='EXFXU7IHYHLM1Q7DSIXH5RKJJICBH6' where id=3; -update noar tt set b1='TJ8ZKT1NVUS918LZTFZ' where id=3; -update noar ti set b1='TJ8ZKT1NVUS918LZTFZ' where id=3; -update noar tt set v0='E30DI811ATKH5LX37NGY9COGEK' where id=3; -update noar ti set v0='E30DI811ATKH5LX37NGY9COGEK' where id=3; -update noar tt set b2='GEN6IEOKW3R' where id=3; -update noar ti set b2='GEN6IEOKW3R' where id=3; -update noar tt set v0='VLBNSU6647' where id=4; -update noar ti set v0='VLBNSU6647' where id=4; -update noar tt set b0='F7BZVRUAUUJGS2ZIVILP7U' where id=4; -update noar ti set b0='F7BZVRUAUUJGS2ZIVILP7U' where id=4; -update noar tt set v0='6VGCON4QPOA483EDJVG1CS6L03L' where id=4; -update noar ti set v0='6VGCON4QPOA483EDJVG1CS6L03L' where id=4; -update noar tt set b1='6VOAVF' where id=4; -update noar ti set b1='6VOAVF' where id=4; -update noar tt set v0='DHGRTS4E1MLFO' where id=4; -update noar ti set v0='DHGRTS4E1MLFO' where id=4; -update noar tt set b2='VSNUPD' where id=4; -update noar ti set b2='VSNUPD' where id=4; -update noar tt set v0='X6RI4L2Z05NM5K0Y84K6W8R2' where id=5; -update noar ti set v0='X6RI4L2Z05NM5K0Y84K6W8R2' where id=5; -update noar tt set b0='Q3CPKIN7AWZC' where id=5; -update noar ti set b0='Q3CPKIN7AWZC' where id=5; -update noar tt set v0='MP8YMBMBNS' where id=5; -update noar ti set v0='MP8YMBMBNS' where id=5; -update noar tt set b1='A4OPRVH33' where id=5; -update noar ti set b1='A4OPRVH33' where id=5; -update noar tt set v0='ITJG7Y1DTTGHZ9HAXAOOFJVQ01HF4G' where id=5; -update noar ti set v0='ITJG7Y1DTTGHZ9HAXAOOFJVQ01HF4G' where id=5; -update noar tt set b2='5RGR4DZQ43CDXC' where id=5; -update noar ti set b2='5RGR4DZQ43CDXC' where id=5; -update noar tt set v0='D87Y5WN' where id=6; -update noar ti set v0='D87Y5WN' where id=6; -update noar tt set b0='G' where id=6; -update noar ti set b0='G' where id=6; -update noar tt set v0='YQ752CPTFT1WSLNV6' where id=6; -update noar ti set v0='YQ752CPTFT1WSLNV6' where id=6; -update noar tt set b1='RA3HNHL8I52HH9JK' where id=6; -update noar ti set b1='RA3HNHL8I52HH9JK' where id=6; -update noar tt set v0='NX90WCPXSPNQRAB0ATBXRA7UYV2DSE' where id=6; -update noar ti set v0='NX90WCPXSPNQRAB0ATBXRA7UYV2DSE' where id=6; -update noar tt set b2='BBUGZA' where id=6; -update noar ti set b2='BBUGZA' where id=6; -update noar tt set v0='EJBS46I' where id=7; -update noar ti set v0='EJBS46I' where id=7; -update noar tt set b0='ZKBUAPNC4GXPS2M23143M7SQID' where id=7; -update noar ti set b0='ZKBUAPNC4GXPS2M23143M7SQID' where id=7; -update noar tt set v0='53U' where id=7; -update noar ti set v0='53U' where id=7; -update noar tt set b1='30GQ4PWIB6DFFUDL4GSPNEJCLIELT' where id=7; -update noar ti set b1='30GQ4PWIB6DFFUDL4GSPNEJCLIELT' where id=7; -update noar tt set v0='MEN8ZFINIGCU5YBK' where id=7; -update noar ti set v0='MEN8ZFINIGCU5YBK' where id=7; -update noar tt set b2='8TZX5AAU' where id=7; -update noar ti set b2='8TZX5AAU' where id=7; -update noar tt set v0='QQIRMPX87NJUOM7D5YU60G' where id=8; -update noar ti set v0='QQIRMPX87NJUOM7D5YU60G' where id=8; -update noar tt set b0='OPP90DRY9PMJ' where id=8; -update noar ti set b0='OPP90DRY9PMJ' where id=8; -update noar tt set v0='S5SZXMSXGTGAQAN10B3WGRF' where id=8; -update noar ti set v0='S5SZXMSXGTGAQAN10B3WGRF' where id=8; -update noar tt set b1='YQHIORNSVLA9L3' where id=8; -update noar ti set b1='YQHIORNSVLA9L3' where id=8; -update noar tt set v0='LWH7YTTWDTZGOVMB9CV' where id=8; -update noar ti set v0='LWH7YTTWDTZGOVMB9CV' where id=8; -update noar tt set b2='IR85OPJI921MQBRY88DK' where id=8; -update noar ti set b2='IR85OPJI921MQBRY88DK' where id=8; -update noar tt set v0='2BHA6BWS0PIGZCO42TQM38RUD25QD' where id=9; -update noar ti set v0='2BHA6BWS0PIGZCO42TQM38RUD25QD' where id=9; -update noar tt set b0='I6KHR6I' where id=9; -update noar ti set b0='I6KHR6I' where id=9; -update noar tt set v0='10LFBX0LYRDXGF4BJFKZQJNH0H' where id=9; -update noar ti set v0='10LFBX0LYRDXGF4BJFKZQJNH0H' where id=9; -update noar tt set b1='BLLTY4V80DHCX3DKDTMO1W0C66' where id=9; -update noar ti set b1='BLLTY4V80DHCX3DKDTMO1W0C66' where id=9; -update noar tt set v0='Q7JDC3F3C406B5OT10ALKRW64' where id=9; -update noar ti set v0='Q7JDC3F3C406B5OT10ALKRW64' where id=9; -update noar tt set b2='FO9726N1GEAAEUJ8ZVT84A' where id=9; -update noar ti set b2='FO9726N1GEAAEUJ8ZVT84A' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YVHFGA42' where id=1; -update noar ti set v0='YVHFGA42' where id=1; -update noar tt set b0='HPI' where id=1; -update noar ti set b0='HPI' where id=1; -update noar tt set v0='9KCNJW1XEJNCTJ' where id=1; -update noar ti set v0='9KCNJW1XEJNCTJ' where id=1; -update noar tt set b1='5HM7OIWEYRIJSF5YMFLYDPCVC' where id=1; -update noar ti set b1='5HM7OIWEYRIJSF5YMFLYDPCVC' where id=1; -update noar tt set v0='FARLMBQ' where id=1; -update noar ti set v0='FARLMBQ' where id=1; -update noar tt set b2='B0U7' where id=1; -update noar ti set b2='B0U7' where id=1; -update noar tt set v0='8DQNPHJFW9NZ' where id=2; -update noar ti set v0='8DQNPHJFW9NZ' where id=2; -update noar tt set b0='32PJQ7I' where id=2; -update noar ti set b0='32PJQ7I' where id=2; -update noar tt set v0='F3Z80HY0GY5SP54HPQU' where id=2; -update noar ti set v0='F3Z80HY0GY5SP54HPQU' where id=2; -update noar tt set b1='GIVWCKC8KQ4PM0H09D7SDG4' where id=2; -update noar ti set b1='GIVWCKC8KQ4PM0H09D7SDG4' where id=2; -update noar tt set v0='C27ZNH7GEPTN3CO5OPT58TYN83' where id=2; -update noar ti set v0='C27ZNH7GEPTN3CO5OPT58TYN83' where id=2; -update noar tt set b2='0FAX88NDEI52FNB66D064YQW' where id=2; -update noar ti set b2='0FAX88NDEI52FNB66D064YQW' where id=2; -update noar tt set v0='7Z04R5C2FY11XMMR0HA340YMR' where id=3; -update noar ti set v0='7Z04R5C2FY11XMMR0HA340YMR' where id=3; -update noar tt set b0='SHFIZYCW92IFDXA9UH0FDLVUXB' where id=3; -update noar ti set b0='SHFIZYCW92IFDXA9UH0FDLVUXB' where id=3; -update noar tt set v0='FE6TR27YNM1UJXY5HPJ2EU01BD' where id=3; -update noar ti set v0='FE6TR27YNM1UJXY5HPJ2EU01BD' where id=3; -update noar tt set b1='XNLAQ0QDRM502A' where id=3; -update noar ti set b1='XNLAQ0QDRM502A' where id=3; -update noar tt set v0='P8HOG53Z2OAN70M1M' where id=3; -update noar ti set v0='P8HOG53Z2OAN70M1M' where id=3; -update noar tt set b2='M' where id=3; -update noar ti set b2='M' where id=3; -update noar tt set v0='M0B5P0BNTNWKXVZY1SFGAF5TC0W4WT' where id=4; -update noar ti set v0='M0B5P0BNTNWKXVZY1SFGAF5TC0W4WT' where id=4; -update noar tt set b0='Y3Q16O' where id=4; -update noar ti set b0='Y3Q16O' where id=4; -update noar tt set v0='9M24D39D' where id=4; -update noar ti set v0='9M24D39D' where id=4; -update noar tt set b1='AUBI2H1VOR96B6PA4UKU0GLG4D' where id=4; -update noar ti set b1='AUBI2H1VOR96B6PA4UKU0GLG4D' where id=4; -update noar tt set v0='LBXCA1WZQT66K7PH2M1BHZKDWA7KAHH' where id=4; -update noar ti set v0='LBXCA1WZQT66K7PH2M1BHZKDWA7KAHH' where id=4; -update noar tt set b2='0P76Y65Y80Z8DWTM887J1ZD67BITJIK5' where id=4; -update noar ti set b2='0P76Y65Y80Z8DWTM887J1ZD67BITJIK5' where id=4; -update noar tt set v0='MKOA85VC40EUBGFZ08N5B6Y47THV' where id=5; -update noar ti set v0='MKOA85VC40EUBGFZ08N5B6Y47THV' where id=5; -update noar tt set b0='NKSCZJW6YW7O1BQ5FD' where id=5; -update noar ti set b0='NKSCZJW6YW7O1BQ5FD' where id=5; -update noar tt set v0='KG5U7CLTSLBNPASK6J00' where id=5; -update noar ti set v0='KG5U7CLTSLBNPASK6J00' where id=5; -update noar tt set b1='N7WKLPO9F5M6G7NNBQ4PS92O0' where id=5; -update noar ti set b1='N7WKLPO9F5M6G7NNBQ4PS92O0' where id=5; -update noar tt set v0='3GF7X10QAZCAEOJYHR' where id=5; -update noar ti set v0='3GF7X10QAZCAEOJYHR' where id=5; -update noar tt set b2='5E9UZGJVSA961R' where id=5; -update noar ti set b2='5E9UZGJVSA961R' where id=5; -update noar tt set v0='INOMBPQ13' where id=6; -update noar ti set v0='INOMBPQ13' where id=6; -update noar tt set b0='RV0VI8DJOQTFY1VRUBW8GPIQRIM' where id=6; -update noar ti set b0='RV0VI8DJOQTFY1VRUBW8GPIQRIM' where id=6; -update noar tt set v0='SLZYIEH0GSQO9Y976SJM7OY8WCAMC9P' where id=6; -update noar ti set v0='SLZYIEH0GSQO9Y976SJM7OY8WCAMC9P' where id=6; -update noar tt set b1='GQX6P0XBP8' where id=6; -update noar ti set b1='GQX6P0XBP8' where id=6; -update noar tt set v0='V5LX63EOP5E6HS2' where id=6; -update noar ti set v0='V5LX63EOP5E6HS2' where id=6; -update noar tt set b2='6GWMAJ3669T307F' where id=6; -update noar ti set b2='6GWMAJ3669T307F' where id=6; -update noar tt set v0='E9TZWKCMRA044PE' where id=7; -update noar ti set v0='E9TZWKCMRA044PE' where id=7; -update noar tt set b0='CYFARUDS8CWCU9DORMII02N' where id=7; -update noar ti set b0='CYFARUDS8CWCU9DORMII02N' where id=7; -update noar tt set v0='X0CD7MR8FBLJFLQE135KUJ' where id=7; -update noar ti set v0='X0CD7MR8FBLJFLQE135KUJ' where id=7; -update noar tt set b1='874BRIOJU3INV0ZO6RB6SRN8CW' where id=7; -update noar ti set b1='874BRIOJU3INV0ZO6RB6SRN8CW' where id=7; -update noar tt set v0='FCNKRMJ' where id=7; -update noar ti set v0='FCNKRMJ' where id=7; -update noar tt set b2='VIYE91QZ7VLSV65FV' where id=7; -update noar ti set b2='VIYE91QZ7VLSV65FV' where id=7; -update noar tt set v0='LO9ZZY3E49X86LDO7DPJL2' where id=8; -update noar ti set v0='LO9ZZY3E49X86LDO7DPJL2' where id=8; -update noar tt set b0='KEGTD0' where id=8; -update noar ti set b0='KEGTD0' where id=8; -update noar tt set v0='XTDJQZCQUBQJKY0MV7FF2GA8A2' where id=8; -update noar ti set v0='XTDJQZCQUBQJKY0MV7FF2GA8A2' where id=8; -update noar tt set b1='CR6RYHAGWYQCIC6MJXWZTXC75FJA' where id=8; -update noar ti set b1='CR6RYHAGWYQCIC6MJXWZTXC75FJA' where id=8; -update noar tt set v0='59DD448RJKL' where id=8; -update noar ti set v0='59DD448RJKL' where id=8; -update noar tt set b2='TYWB' where id=8; -update noar ti set b2='TYWB' where id=8; -update noar tt set v0='YCZ0R65OSXPKXYY8N' where id=9; -update noar ti set v0='YCZ0R65OSXPKXYY8N' where id=9; -update noar tt set b0='HVQ3C5DNERP4C' where id=9; -update noar ti set b0='HVQ3C5DNERP4C' where id=9; -update noar tt set v0='U4E9M3DB6978B0T' where id=9; -update noar ti set v0='U4E9M3DB6978B0T' where id=9; -update noar tt set b1='VQ2UVBMRQHOHUJ795XYEPJ40J71DX' where id=9; -update noar ti set b1='VQ2UVBMRQHOHUJ795XYEPJ40J71DX' where id=9; -update noar tt set v0='YD46X1R2QUQNP8M6G1LJWNA1WRXP3Y5A' where id=9; -update noar ti set v0='YD46X1R2QUQNP8M6G1LJWNA1WRXP3Y5A' where id=9; -update noar tt set b2='N1IIZHXVX1K4G0' where id=9; -update noar ti set b2='N1IIZHXVX1K4G0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NZXJ90XMYGTZB0RPJ0SP' where id=1; -update noar ti set v0='NZXJ90XMYGTZB0RPJ0SP' where id=1; -update noar tt set b0='899T3TVG2LTTORAWL0EGI' where id=1; -update noar ti set b0='899T3TVG2LTTORAWL0EGI' where id=1; -update noar tt set v0='5WFSQGFMY56Z1' where id=1; -update noar ti set v0='5WFSQGFMY56Z1' where id=1; -update noar tt set b1='ZL4YN6BLROC' where id=1; -update noar ti set b1='ZL4YN6BLROC' where id=1; -update noar tt set v0='PB824GVF4HHU3Y2UVN' where id=1; -update noar ti set v0='PB824GVF4HHU3Y2UVN' where id=1; -update noar tt set b2='19GG3J899DOC8WC99RNU0RK26' where id=1; -update noar ti set b2='19GG3J899DOC8WC99RNU0RK26' where id=1; -update noar tt set v0='UY7IA5MSI3' where id=2; -update noar ti set v0='UY7IA5MSI3' where id=2; -update noar tt set b0='DAYFUPLX' where id=2; -update noar ti set b0='DAYFUPLX' where id=2; -update noar tt set v0='ST' where id=2; -update noar ti set v0='ST' where id=2; -update noar tt set b1='AJEDD3ZC41' where id=2; -update noar ti set b1='AJEDD3ZC41' where id=2; -update noar tt set v0='4HO1RIGUZBMM' where id=2; -update noar ti set v0='4HO1RIGUZBMM' where id=2; -update noar tt set b2='7MH6L7XZKI6' where id=2; -update noar ti set b2='7MH6L7XZKI6' where id=2; -update noar tt set v0='FYJO84BHH5XUW564WW6590JZC374' where id=3; -update noar ti set v0='FYJO84BHH5XUW564WW6590JZC374' where id=3; -update noar tt set b0='F78S' where id=3; -update noar ti set b0='F78S' where id=3; -update noar tt set v0='04AHZK5P' where id=3; -update noar ti set v0='04AHZK5P' where id=3; -update noar tt set b1='4Q27EG2ZAA470C0Q7CZIQFDQ' where id=3; -update noar ti set b1='4Q27EG2ZAA470C0Q7CZIQFDQ' where id=3; -update noar tt set v0='SE798L3AERBT' where id=3; -update noar ti set v0='SE798L3AERBT' where id=3; -update noar tt set b2='69NY2N5FI7NZSXDHX7WAFO4T2FX3GDJ' where id=3; -update noar ti set b2='69NY2N5FI7NZSXDHX7WAFO4T2FX3GDJ' where id=3; -update noar tt set v0='D1CS' where id=4; -update noar ti set v0='D1CS' where id=4; -update noar tt set b0='YZTDGG649QB218Y' where id=4; -update noar ti set b0='YZTDGG649QB218Y' where id=4; -update noar tt set v0='YYKDWWOPOCWEG' where id=4; -update noar ti set v0='YYKDWWOPOCWEG' where id=4; -update noar tt set b1='BGBJIOYDJ2ERACX1K2M' where id=4; -update noar ti set b1='BGBJIOYDJ2ERACX1K2M' where id=4; -update noar tt set v0='JJDK5' where id=4; -update noar ti set v0='JJDK5' where id=4; -update noar tt set b2='QHOYQLYML19MXXSKS43J59J' where id=4; -update noar ti set b2='QHOYQLYML19MXXSKS43J59J' where id=4; -update noar tt set v0='VCK2G203AHNV7EX891M730A193LV' where id=5; -update noar ti set v0='VCK2G203AHNV7EX891M730A193LV' where id=5; -update noar tt set b0='T2S0' where id=5; -update noar ti set b0='T2S0' where id=5; -update noar tt set v0='8' where id=5; -update noar ti set v0='8' where id=5; -update noar tt set b1='ELNBDW3T2PMKSEAQU' where id=5; -update noar ti set b1='ELNBDW3T2PMKSEAQU' where id=5; -update noar tt set v0='LFQ' where id=5; -update noar ti set v0='LFQ' where id=5; -update noar tt set b2='SJUBUB3UBQWIQA31KPVI9H' where id=5; -update noar ti set b2='SJUBUB3UBQWIQA31KPVI9H' where id=5; -update noar tt set v0='ZP3ZSSQZFF0T7D0YKQXH304XCO' where id=6; -update noar ti set v0='ZP3ZSSQZFF0T7D0YKQXH304XCO' where id=6; -update noar tt set b0='L0I6318E4K78XR0SLC9O17' where id=6; -update noar ti set b0='L0I6318E4K78XR0SLC9O17' where id=6; -update noar tt set v0='92XSYU2J9AKJWFFIK8KCWDC2VDQLU9' where id=6; -update noar ti set v0='92XSYU2J9AKJWFFIK8KCWDC2VDQLU9' where id=6; -update noar tt set b1='S2EH5G24' where id=6; -update noar ti set b1='S2EH5G24' where id=6; -update noar tt set v0='I2AWY65O5PQH64U7NA8Q8VHV8BRB8IBN' where id=6; -update noar ti set v0='I2AWY65O5PQH64U7NA8Q8VHV8BRB8IBN' where id=6; -update noar tt set b2='FRF1CMSYYDWPVO050SGL' where id=6; -update noar ti set b2='FRF1CMSYYDWPVO050SGL' where id=6; -update noar tt set v0='0RJQEC8XWVE' where id=7; -update noar ti set v0='0RJQEC8XWVE' where id=7; -update noar tt set b0='BGYPMLS81YE0UD9O0MQS' where id=7; -update noar ti set b0='BGYPMLS81YE0UD9O0MQS' where id=7; -update noar tt set v0='CTTJCMWL5PRDAHRQJZB' where id=7; -update noar ti set v0='CTTJCMWL5PRDAHRQJZB' where id=7; -update noar tt set b1='AXO03UIKOVM54NNSMY' where id=7; -update noar ti set b1='AXO03UIKOVM54NNSMY' where id=7; -update noar tt set v0='S' where id=7; -update noar ti set v0='S' where id=7; -update noar tt set b2='0FH7H9L93D6M7QQOKU5MBRLL' where id=7; -update noar ti set b2='0FH7H9L93D6M7QQOKU5MBRLL' where id=7; -update noar tt set v0='PABN14PGJECJNR2NVYGBR1IW9FXLH' where id=8; -update noar ti set v0='PABN14PGJECJNR2NVYGBR1IW9FXLH' where id=8; -update noar tt set b0='66ZN5LOOHOQJLVEBVV2MT7ZOS16OD' where id=8; -update noar ti set b0='66ZN5LOOHOQJLVEBVV2MT7ZOS16OD' where id=8; -update noar tt set v0='NDYQOZG3I453DTRYOUJB' where id=8; -update noar ti set v0='NDYQOZG3I453DTRYOUJB' where id=8; -update noar tt set b1='13XJRQY1BLHQOQJ' where id=8; -update noar ti set b1='13XJRQY1BLHQOQJ' where id=8; -update noar tt set v0='YGN19TJZC6WB94WKQAFG52SXDY2AX8O9' where id=8; -update noar ti set v0='YGN19TJZC6WB94WKQAFG52SXDY2AX8O9' where id=8; -update noar tt set b2='DKRRR284ZNLL4H6892' where id=8; -update noar ti set b2='DKRRR284ZNLL4H6892' where id=8; -update noar tt set v0='OJPSA' where id=9; -update noar ti set v0='OJPSA' where id=9; -update noar tt set b0='7ORBM8TWGMI73CHH4ER4' where id=9; -update noar ti set b0='7ORBM8TWGMI73CHH4ER4' where id=9; -update noar tt set v0='4HN7HS70D8UEW5ZQ84YG4T9IY8NDQ' where id=9; -update noar ti set v0='4HN7HS70D8UEW5ZQ84YG4T9IY8NDQ' where id=9; -update noar tt set b1='ZFVVPTZJI' where id=9; -update noar ti set b1='ZFVVPTZJI' where id=9; -update noar tt set v0='CU8YLJVTI98PLG7R7QCGSPAH3' where id=9; -update noar ti set v0='CU8YLJVTI98PLG7R7QCGSPAH3' where id=9; -update noar tt set b2='O9ZCW1UZH396XV0HQ8JWR6OF4V0S9QFV' where id=9; -update noar ti set b2='O9ZCW1UZH396XV0HQ8JWR6OF4V0S9QFV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='36KMNYF5NQKSZRZ8B3NT6BQ5WWLV93Y' where id=1; -update noar ti set v0='36KMNYF5NQKSZRZ8B3NT6BQ5WWLV93Y' where id=1; -update noar tt set b0='VWGRXG0U33O5W4IQKEG0ZULMK' where id=1; -update noar ti set b0='VWGRXG0U33O5W4IQKEG0ZULMK' where id=1; -update noar tt set v0='27MIGXJ3DB00VUCM7PQ0ZFXI84OVCDUJ' where id=1; -update noar ti set v0='27MIGXJ3DB00VUCM7PQ0ZFXI84OVCDUJ' where id=1; -update noar tt set b1='9GK4QDNY7' where id=1; -update noar ti set b1='9GK4QDNY7' where id=1; -update noar tt set v0='220TDAQR0S228' where id=1; -update noar ti set v0='220TDAQR0S228' where id=1; -update noar tt set b2='Q7WA0N66ESPQVU1YUMEK8AMG1538J' where id=1; -update noar ti set b2='Q7WA0N66ESPQVU1YUMEK8AMG1538J' where id=1; -update noar tt set v0='T8PKEN7YQ2DBHUV' where id=2; -update noar ti set v0='T8PKEN7YQ2DBHUV' where id=2; -update noar tt set b0='WL01LKNKI8' where id=2; -update noar ti set b0='WL01LKNKI8' where id=2; -update noar tt set v0='W7RC63VP494IICS1' where id=2; -update noar ti set v0='W7RC63VP494IICS1' where id=2; -update noar tt set b1='8QZDJ6AIXM2G0BHSOTQ0' where id=2; -update noar ti set b1='8QZDJ6AIXM2G0BHSOTQ0' where id=2; -update noar tt set v0='Q9X' where id=2; -update noar ti set v0='Q9X' where id=2; -update noar tt set b2='XWOOLZJTO6PNJWE4S' where id=2; -update noar ti set b2='XWOOLZJTO6PNJWE4S' where id=2; -update noar tt set v0='TGJQV42' where id=3; -update noar ti set v0='TGJQV42' where id=3; -update noar tt set b0='VU0VTJE' where id=3; -update noar ti set b0='VU0VTJE' where id=3; -update noar tt set v0='FTX5462YZHTVU1QR93APBM' where id=3; -update noar ti set v0='FTX5462YZHTVU1QR93APBM' where id=3; -update noar tt set b1='OYJ37WNO7OTI' where id=3; -update noar ti set b1='OYJ37WNO7OTI' where id=3; -update noar tt set v0='L82CWAAF' where id=3; -update noar ti set v0='L82CWAAF' where id=3; -update noar tt set b2='RNEZY454' where id=3; -update noar ti set b2='RNEZY454' where id=3; -update noar tt set v0='RLIQ5GKZCTI07UW9Q' where id=4; -update noar ti set v0='RLIQ5GKZCTI07UW9Q' where id=4; -update noar tt set b0='D5FJAZPUPS8TJ7WY8P1ZY1SUSRHCBW' where id=4; -update noar ti set b0='D5FJAZPUPS8TJ7WY8P1ZY1SUSRHCBW' where id=4; -update noar tt set v0='GS' where id=4; -update noar ti set v0='GS' where id=4; -update noar tt set b1='33JH8B09ERBN1LBNN8H281M5AE' where id=4; -update noar ti set b1='33JH8B09ERBN1LBNN8H281M5AE' where id=4; -update noar tt set v0='GI564DW56VC' where id=4; -update noar ti set v0='GI564DW56VC' where id=4; -update noar tt set b2='TX01EYJTTJX' where id=4; -update noar ti set b2='TX01EYJTTJX' where id=4; -update noar tt set v0='0F8VHUHJ6CUIHQLR9PZT' where id=5; -update noar ti set v0='0F8VHUHJ6CUIHQLR9PZT' where id=5; -update noar tt set b0='Z69YU9VI8ZHM' where id=5; -update noar ti set b0='Z69YU9VI8ZHM' where id=5; -update noar tt set v0='Y35VBO01MV4C10508UFR3OTFTMFWP7' where id=5; -update noar ti set v0='Y35VBO01MV4C10508UFR3OTFTMFWP7' where id=5; -update noar tt set b1='2P6WTYSX3PMUDI187GJJR4' where id=5; -update noar ti set b1='2P6WTYSX3PMUDI187GJJR4' where id=5; -update noar tt set v0='FOMM99M2AK9LMR2SOM557ZK9PR9UAMFV' where id=5; -update noar ti set v0='FOMM99M2AK9LMR2SOM557ZK9PR9UAMFV' where id=5; -update noar tt set b2='D' where id=5; -update noar ti set b2='D' where id=5; -update noar tt set v0='U4GVVIMBZVBJ4HW6B993N8KOYGT3' where id=6; -update noar ti set v0='U4GVVIMBZVBJ4HW6B993N8KOYGT3' where id=6; -update noar tt set b0='LUOLZXIZ30H' where id=6; -update noar ti set b0='LUOLZXIZ30H' where id=6; -update noar tt set v0='TZDUN3455DA96FRNMHSJTKW121' where id=6; -update noar ti set v0='TZDUN3455DA96FRNMHSJTKW121' where id=6; -update noar tt set b1='FU3BZXDWC6GL2D2M0R6EC' where id=6; -update noar ti set b1='FU3BZXDWC6GL2D2M0R6EC' where id=6; -update noar tt set v0='O' where id=6; -update noar ti set v0='O' where id=6; -update noar tt set b2='5Q79G9LOE5A6CJZLIFK9M4M2' where id=6; -update noar ti set b2='5Q79G9LOE5A6CJZLIFK9M4M2' where id=6; -update noar tt set v0='33DS53D2Q8Q4ZTA993KH3DBPG6F' where id=7; -update noar ti set v0='33DS53D2Q8Q4ZTA993KH3DBPG6F' where id=7; -update noar tt set b0='510IELL5TIQ' where id=7; -update noar ti set b0='510IELL5TIQ' where id=7; -update noar tt set v0='LA' where id=7; -update noar ti set v0='LA' where id=7; -update noar tt set b1='NAKPR7XF101' where id=7; -update noar ti set b1='NAKPR7XF101' where id=7; -update noar tt set v0='2I66AU2BE0I4Q2AAH7QUU' where id=7; -update noar ti set v0='2I66AU2BE0I4Q2AAH7QUU' where id=7; -update noar tt set b2='X2UW2JDND' where id=7; -update noar ti set b2='X2UW2JDND' where id=7; -update noar tt set v0='2' where id=8; -update noar ti set v0='2' where id=8; -update noar tt set b0='ZS3ZF156GO6ZAYVJ00Y790DIRY2Q' where id=8; -update noar ti set b0='ZS3ZF156GO6ZAYVJ00Y790DIRY2Q' where id=8; -update noar tt set v0='AK7UEQIXG2MEVJL30USL2AQI15HX' where id=8; -update noar ti set v0='AK7UEQIXG2MEVJL30USL2AQI15HX' where id=8; -update noar tt set b1='Z59OU7MLQBBYG7M2KH7T08QAF' where id=8; -update noar ti set b1='Z59OU7MLQBBYG7M2KH7T08QAF' where id=8; -update noar tt set v0='AHSHR' where id=8; -update noar ti set v0='AHSHR' where id=8; -update noar tt set b2='TA37' where id=8; -update noar ti set b2='TA37' where id=8; -update noar tt set v0='V' where id=9; -update noar ti set v0='V' where id=9; -update noar tt set b0='E5IK99NWBORU2GYA086QGPO95431GYI' where id=9; -update noar ti set b0='E5IK99NWBORU2GYA086QGPO95431GYI' where id=9; -update noar tt set v0='M9VWOEWL017NV1MUF4XD4M28J8ZGKFWB' where id=9; -update noar ti set v0='M9VWOEWL017NV1MUF4XD4M28J8ZGKFWB' where id=9; -update noar tt set b1='OE9AZQG51FA7N' where id=9; -update noar ti set b1='OE9AZQG51FA7N' where id=9; -update noar tt set v0='QBCNTLTYHXJ91NB' where id=9; -update noar ti set v0='QBCNTLTYHXJ91NB' where id=9; -update noar tt set b2='7GNGQJHI1VGP8KAT6NOG3JTS' where id=9; -update noar ti set b2='7GNGQJHI1VGP8KAT6NOG3JTS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F9SRLA1L6XW8G7I' where id=1; -update noar ti set v0='F9SRLA1L6XW8G7I' where id=1; -update noar tt set b0='1R0FIE9LHUS1E0TJ2J5V' where id=1; -update noar ti set b0='1R0FIE9LHUS1E0TJ2J5V' where id=1; -update noar tt set v0='GFGRMUYF8LFZ4MTH' where id=1; -update noar ti set v0='GFGRMUYF8LFZ4MTH' where id=1; -update noar tt set b1='ZAX573ZJ8BWE9CEHMV2G' where id=1; -update noar ti set b1='ZAX573ZJ8BWE9CEHMV2G' where id=1; -update noar tt set v0='N75WAONFYAW9VNVFZ32F0C969V7J' where id=1; -update noar ti set v0='N75WAONFYAW9VNVFZ32F0C969V7J' where id=1; -update noar tt set b2='VJRFNWXXRVT244W' where id=1; -update noar ti set b2='VJRFNWXXRVT244W' where id=1; -update noar tt set v0='NHHV' where id=2; -update noar ti set v0='NHHV' where id=2; -update noar tt set b0='QRXI3XWRJC178QDPJUCHACA4I' where id=2; -update noar ti set b0='QRXI3XWRJC178QDPJUCHACA4I' where id=2; -update noar tt set v0='4W1RJI4O' where id=2; -update noar ti set v0='4W1RJI4O' where id=2; -update noar tt set b1='6UNKUOUYQ8LOK8493O3XRAP4G' where id=2; -update noar ti set b1='6UNKUOUYQ8LOK8493O3XRAP4G' where id=2; -update noar tt set v0='L8T4NICFI7R0FFJ3E0JTE4HQS7MKAVNQ' where id=2; -update noar ti set v0='L8T4NICFI7R0FFJ3E0JTE4HQS7MKAVNQ' where id=2; -update noar tt set b2='YS0BD73CG' where id=2; -update noar ti set b2='YS0BD73CG' where id=2; -update noar tt set v0='BFA8GU' where id=3; -update noar ti set v0='BFA8GU' where id=3; -update noar tt set b0='3TGDMLX3MVSBD7N' where id=3; -update noar ti set b0='3TGDMLX3MVSBD7N' where id=3; -update noar tt set v0='DDINNLNT6' where id=3; -update noar ti set v0='DDINNLNT6' where id=3; -update noar tt set b1='HFFJNY1SGGMLS1LQE1YE544F5V' where id=3; -update noar ti set b1='HFFJNY1SGGMLS1LQE1YE544F5V' where id=3; -update noar tt set v0='ANCK0PGOZK' where id=3; -update noar ti set v0='ANCK0PGOZK' where id=3; -update noar tt set b2='R2ASFCSZKFXYJBDG2FZRLR5B' where id=3; -update noar ti set b2='R2ASFCSZKFXYJBDG2FZRLR5B' where id=3; -update noar tt set v0='KM3T2BH7R' where id=4; -update noar ti set v0='KM3T2BH7R' where id=4; -update noar tt set b0='9QR92IX522BZ7AIPZZXO1B5AI' where id=4; -update noar ti set b0='9QR92IX522BZ7AIPZZXO1B5AI' where id=4; -update noar tt set v0='7MQYNJ9RQXNHDZ68ETY' where id=4; -update noar ti set v0='7MQYNJ9RQXNHDZ68ETY' where id=4; -update noar tt set b1='0BMRIM' where id=4; -update noar ti set b1='0BMRIM' where id=4; -update noar tt set v0='2TN0H' where id=4; -update noar ti set v0='2TN0H' where id=4; -update noar tt set b2='23HGJ7Y1Z3FX' where id=4; -update noar ti set b2='23HGJ7Y1Z3FX' where id=4; -update noar tt set v0='LH2XL3XT5I47KPX2TVIIQPXZDC3K39GB' where id=5; -update noar ti set v0='LH2XL3XT5I47KPX2TVIIQPXZDC3K39GB' where id=5; -update noar tt set b0='AH5LZY459R' where id=5; -update noar ti set b0='AH5LZY459R' where id=5; -update noar tt set v0='275SHUBF9TBQHCS5Y2VUZLLO4ZO8WB' where id=5; -update noar ti set v0='275SHUBF9TBQHCS5Y2VUZLLO4ZO8WB' where id=5; -update noar tt set b1='1BAZ4G' where id=5; -update noar ti set b1='1BAZ4G' where id=5; -update noar tt set v0='D1T565BLUVDR4SOB8FHYHC4WR7MJ' where id=5; -update noar ti set v0='D1T565BLUVDR4SOB8FHYHC4WR7MJ' where id=5; -update noar tt set b2='LUKV' where id=5; -update noar ti set b2='LUKV' where id=5; -update noar tt set v0='SUQQLE' where id=6; -update noar ti set v0='SUQQLE' where id=6; -update noar tt set b0='8VWUK367J11K' where id=6; -update noar ti set b0='8VWUK367J11K' where id=6; -update noar tt set v0='KKZYFQ8HEXUX5L48RYGP278Y5D0J' where id=6; -update noar ti set v0='KKZYFQ8HEXUX5L48RYGP278Y5D0J' where id=6; -update noar tt set b1='CKP1A21X9AIW' where id=6; -update noar ti set b1='CKP1A21X9AIW' where id=6; -update noar tt set v0='K96G2ALJ44L06PBS5VA0KH9CSM2SB' where id=6; -update noar ti set v0='K96G2ALJ44L06PBS5VA0KH9CSM2SB' where id=6; -update noar tt set b2='0FMYLMDSORQLHY7JT187WLC3WJG' where id=6; -update noar ti set b2='0FMYLMDSORQLHY7JT187WLC3WJG' where id=6; -update noar tt set v0='JST20FUIF8GXL2VD5I0W9AS74ZTJ4Z' where id=7; -update noar ti set v0='JST20FUIF8GXL2VD5I0W9AS74ZTJ4Z' where id=7; -update noar tt set b0='IX4BGOC6G4E6VPV' where id=7; -update noar ti set b0='IX4BGOC6G4E6VPV' where id=7; -update noar tt set v0='J8L0PFWFN97' where id=7; -update noar ti set v0='J8L0PFWFN97' where id=7; -update noar tt set b1='KJNKRUW' where id=7; -update noar ti set b1='KJNKRUW' where id=7; -update noar tt set v0='TMN8DX' where id=7; -update noar ti set v0='TMN8DX' where id=7; -update noar tt set b2='QEFNIA4ERU' where id=7; -update noar ti set b2='QEFNIA4ERU' where id=7; -update noar tt set v0='MY55UD7WQD71PFOJQRD9LM2ILO6D13' where id=8; -update noar ti set v0='MY55UD7WQD71PFOJQRD9LM2ILO6D13' where id=8; -update noar tt set b0='9O168LWC0QCZ9NAOK' where id=8; -update noar ti set b0='9O168LWC0QCZ9NAOK' where id=8; -update noar tt set v0='175I7P3ZZVOXUQDPJ' where id=8; -update noar ti set v0='175I7P3ZZVOXUQDPJ' where id=8; -update noar tt set b1='N1NU66JIEZN50OA033HHMGQBBMQZ' where id=8; -update noar ti set b1='N1NU66JIEZN50OA033HHMGQBBMQZ' where id=8; -update noar tt set v0='O53YWI64GQXZ28PMG' where id=8; -update noar ti set v0='O53YWI64GQXZ28PMG' where id=8; -update noar tt set b2='6M39DYZQFD0NBDO4BT1TIFPU6MA3FZN' where id=8; -update noar ti set b2='6M39DYZQFD0NBDO4BT1TIFPU6MA3FZN' where id=8; -update noar tt set v0='QGS20CI8JOGZ2LN' where id=9; -update noar ti set v0='QGS20CI8JOGZ2LN' where id=9; -update noar tt set b0='KIB8R1IQL40HELLBSAY4' where id=9; -update noar ti set b0='KIB8R1IQL40HELLBSAY4' where id=9; -update noar tt set v0='R1YQ39NFTA5HJ3Q39TOO' where id=9; -update noar ti set v0='R1YQ39NFTA5HJ3Q39TOO' where id=9; -update noar tt set b1='MH9UJ5OOLBNZX23HNO0E3SB' where id=9; -update noar ti set b1='MH9UJ5OOLBNZX23HNO0E3SB' where id=9; -update noar tt set v0='LHF' where id=9; -update noar ti set v0='LHF' where id=9; -update noar tt set b2='DQQGUYRR7FK' where id=9; -update noar ti set b2='DQQGUYRR7FK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8GPLQ2H6LCXQQLUCX6H2434S' where id=1; -update noar ti set v0='8GPLQ2H6LCXQQLUCX6H2434S' where id=1; -update noar tt set b0='OWH8WXM0V0G671FPP70N' where id=1; -update noar ti set b0='OWH8WXM0V0G671FPP70N' where id=1; -update noar tt set v0='WKLTCEGNAPP' where id=1; -update noar ti set v0='WKLTCEGNAPP' where id=1; -update noar tt set b1='4LELLB9RSCP01SH92F8B' where id=1; -update noar ti set b1='4LELLB9RSCP01SH92F8B' where id=1; -update noar tt set v0='804B4UA7K8' where id=1; -update noar ti set v0='804B4UA7K8' where id=1; -update noar tt set b2='G422L880BT609WEAFFBUPVZ7GHTA1EA' where id=1; -update noar ti set b2='G422L880BT609WEAFFBUPVZ7GHTA1EA' where id=1; -update noar tt set v0='EF7BZ2K2GIYMQ8EJJDHMDYF' where id=2; -update noar ti set v0='EF7BZ2K2GIYMQ8EJJDHMDYF' where id=2; -update noar tt set b0='019XDLGIAZNU1' where id=2; -update noar ti set b0='019XDLGIAZNU1' where id=2; -update noar tt set v0='D78JVO6AGD0XB2ZGTBE6Q' where id=2; -update noar ti set v0='D78JVO6AGD0XB2ZGTBE6Q' where id=2; -update noar tt set b1='QFKJ29' where id=2; -update noar ti set b1='QFKJ29' where id=2; -update noar tt set v0='KODEDFT5AVALRJE642GBAY53PK0RR9' where id=2; -update noar ti set v0='KODEDFT5AVALRJE642GBAY53PK0RR9' where id=2; -update noar tt set b2='15AP6UCOLW810J1PTG' where id=2; -update noar ti set b2='15AP6UCOLW810J1PTG' where id=2; -update noar tt set v0='XAL' where id=3; -update noar ti set v0='XAL' where id=3; -update noar tt set b0='7J26PRN8C83FX9NTDGA2MTYO' where id=3; -update noar ti set b0='7J26PRN8C83FX9NTDGA2MTYO' where id=3; -update noar tt set v0='9NEEYNNPVW8OYO2MXZ' where id=3; -update noar ti set v0='9NEEYNNPVW8OYO2MXZ' where id=3; -update noar tt set b1='RZYPB09VJK8S0I5DPFTESBDQ9I' where id=3; -update noar ti set b1='RZYPB09VJK8S0I5DPFTESBDQ9I' where id=3; -update noar tt set v0='LA96L307Q927TU' where id=3; -update noar ti set v0='LA96L307Q927TU' where id=3; -update noar tt set b2='ULVU8VA4GEJXXTCGNHPFZC59IOK' where id=3; -update noar ti set b2='ULVU8VA4GEJXXTCGNHPFZC59IOK' where id=3; -update noar tt set v0='L3JDAZ0UVBF4R6VBG2NAY8' where id=4; -update noar ti set v0='L3JDAZ0UVBF4R6VBG2NAY8' where id=4; -update noar tt set b0='RPFSCVC8PI1HJ2780I40ZXYCPDA4D' where id=4; -update noar ti set b0='RPFSCVC8PI1HJ2780I40ZXYCPDA4D' where id=4; -update noar tt set v0='PH6L9IJMI1BORWBE6JUKD814KIL7YGL' where id=4; -update noar ti set v0='PH6L9IJMI1BORWBE6JUKD814KIL7YGL' where id=4; -update noar tt set b1='Y9AZEIZKYP0H0VB' where id=4; -update noar ti set b1='Y9AZEIZKYP0H0VB' where id=4; -update noar tt set v0='D2JE4G1XVQRM16MB0XZNTN6' where id=4; -update noar ti set v0='D2JE4G1XVQRM16MB0XZNTN6' where id=4; -update noar tt set b2='S9NH5SHX' where id=4; -update noar ti set b2='S9NH5SHX' where id=4; -update noar tt set v0='V9F2ZSL37WLS0X0SK6G' where id=5; -update noar ti set v0='V9F2ZSL37WLS0X0SK6G' where id=5; -update noar tt set b0='DX2' where id=5; -update noar ti set b0='DX2' where id=5; -update noar tt set v0='JWO3EVP5FP4KQ4YSQ3G1' where id=5; -update noar ti set v0='JWO3EVP5FP4KQ4YSQ3G1' where id=5; -update noar tt set b1='SBK3GDH7956ACJVK3E4M9J3PSQ7XF4' where id=5; -update noar ti set b1='SBK3GDH7956ACJVK3E4M9J3PSQ7XF4' where id=5; -update noar tt set v0='PCSJTMOGEAB' where id=5; -update noar ti set v0='PCSJTMOGEAB' where id=5; -update noar tt set b2='07C940PPX' where id=5; -update noar ti set b2='07C940PPX' where id=5; -update noar tt set v0='8THA7J0M3BWE5' where id=6; -update noar ti set v0='8THA7J0M3BWE5' where id=6; -update noar tt set b0='WKKLD98GM7JZ2YOQQC6JXWISIYJDIT' where id=6; -update noar ti set b0='WKKLD98GM7JZ2YOQQC6JXWISIYJDIT' where id=6; -update noar tt set v0='L50POLU0VDY3IFU' where id=6; -update noar ti set v0='L50POLU0VDY3IFU' where id=6; -update noar tt set b1='1X3ZIUSKN6EMJA5UU3JWF21F7VT761S' where id=6; -update noar ti set b1='1X3ZIUSKN6EMJA5UU3JWF21F7VT761S' where id=6; -update noar tt set v0='PMS7' where id=6; -update noar ti set v0='PMS7' where id=6; -update noar tt set b2='PJJND65FI1RSKM' where id=6; -update noar ti set b2='PJJND65FI1RSKM' where id=6; -update noar tt set v0='WMRC9AMUZKFOU5NZEGJ6L6' where id=7; -update noar ti set v0='WMRC9AMUZKFOU5NZEGJ6L6' where id=7; -update noar tt set b0='PJC8' where id=7; -update noar ti set b0='PJC8' where id=7; -update noar tt set v0='TIF00BS3S3RQ37N427XB2' where id=7; -update noar ti set v0='TIF00BS3S3RQ37N427XB2' where id=7; -update noar tt set b1='78XD267G1' where id=7; -update noar ti set b1='78XD267G1' where id=7; -update noar tt set v0='1ZN70DJC6' where id=7; -update noar ti set v0='1ZN70DJC6' where id=7; -update noar tt set b2='DP851L3AKBXNIVAF' where id=7; -update noar ti set b2='DP851L3AKBXNIVAF' where id=7; -update noar tt set v0='MESI2ZCXKXYYQXCDZN2L1C0KRD' where id=8; -update noar ti set v0='MESI2ZCXKXYYQXCDZN2L1C0KRD' where id=8; -update noar tt set b0='D6N' where id=8; -update noar ti set b0='D6N' where id=8; -update noar tt set v0='88WP5W36R47SP0QAYZDN11' where id=8; -update noar ti set v0='88WP5W36R47SP0QAYZDN11' where id=8; -update noar tt set b1='ZYGGU58Q3X0N261OA98ALJ4' where id=8; -update noar ti set b1='ZYGGU58Q3X0N261OA98ALJ4' where id=8; -update noar tt set v0='L082YDCPXZXWI' where id=8; -update noar ti set v0='L082YDCPXZXWI' where id=8; -update noar tt set b2='EENU1' where id=8; -update noar ti set b2='EENU1' where id=8; -update noar tt set v0='S5G3N7S9LN' where id=9; -update noar ti set v0='S5G3N7S9LN' where id=9; -update noar tt set b0='X988JCHG8CCJQP87E0QQOCB' where id=9; -update noar ti set b0='X988JCHG8CCJQP87E0QQOCB' where id=9; -update noar tt set v0='B' where id=9; -update noar ti set v0='B' where id=9; -update noar tt set b1='0111U1F9LIVZPDB5QBM6' where id=9; -update noar ti set b1='0111U1F9LIVZPDB5QBM6' where id=9; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b2='JIUCXC4UYQC0G2TY99LSPE2Y' where id=9; -update noar ti set b2='JIUCXC4UYQC0G2TY99LSPE2Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WZSWH6Y00NEN6LW041Y2X' where id=1; -update noar ti set v0='WZSWH6Y00NEN6LW041Y2X' where id=1; -update noar tt set b0='6Z34AM8J5KEB9L6ZG9BTY421' where id=1; -update noar ti set b0='6Z34AM8J5KEB9L6ZG9BTY421' where id=1; -update noar tt set v0='CJYE3HDWFIT105T5G755UH4BJF5F' where id=1; -update noar ti set v0='CJYE3HDWFIT105T5G755UH4BJF5F' where id=1; -update noar tt set b1='OAJMFRLU76X9' where id=1; -update noar ti set b1='OAJMFRLU76X9' where id=1; -update noar tt set v0='1MNBR3R5PO' where id=1; -update noar ti set v0='1MNBR3R5PO' where id=1; -update noar tt set b2='UAJ0SK7Q2' where id=1; -update noar ti set b2='UAJ0SK7Q2' where id=1; -update noar tt set v0='BHYUFIWO' where id=2; -update noar ti set v0='BHYUFIWO' where id=2; -update noar tt set b0='WDARKHG2KHYJ8SNPGW4CP5MQ6U' where id=2; -update noar ti set b0='WDARKHG2KHYJ8SNPGW4CP5MQ6U' where id=2; -update noar tt set v0='OPGVKNTX6C09DTKID835RMKNMOC' where id=2; -update noar ti set v0='OPGVKNTX6C09DTKID835RMKNMOC' where id=2; -update noar tt set b1='O9QYKCBWEX9I7M9YFMT79L0ZK9DBQ9K' where id=2; -update noar ti set b1='O9QYKCBWEX9I7M9YFMT79L0ZK9DBQ9K' where id=2; -update noar tt set v0='KOMB6YDSB9NN25J0AACL0ZXPAMWUS' where id=2; -update noar ti set v0='KOMB6YDSB9NN25J0AACL0ZXPAMWUS' where id=2; -update noar tt set b2='K8O8Z21YGQ36EGFN3N9ZLMD37CNR' where id=2; -update noar ti set b2='K8O8Z21YGQ36EGFN3N9ZLMD37CNR' where id=2; -update noar tt set v0='4V' where id=3; -update noar ti set v0='4V' where id=3; -update noar tt set b0='QGTAV0H4GYZ5MYRK' where id=3; -update noar ti set b0='QGTAV0H4GYZ5MYRK' where id=3; -update noar tt set v0='NTIH0EZO4UEGW7X' where id=3; -update noar ti set v0='NTIH0EZO4UEGW7X' where id=3; -update noar tt set b1='6' where id=3; -update noar ti set b1='6' where id=3; -update noar tt set v0='56FU430NGWJRUJ98FOV3RJO' where id=3; -update noar ti set v0='56FU430NGWJRUJ98FOV3RJO' where id=3; -update noar tt set b2='CXQ2G9K' where id=3; -update noar ti set b2='CXQ2G9K' where id=3; -update noar tt set v0='VOUUQ' where id=4; -update noar ti set v0='VOUUQ' where id=4; -update noar tt set b0='WXY8ZT0BCLM6R6W' where id=4; -update noar ti set b0='WXY8ZT0BCLM6R6W' where id=4; -update noar tt set v0='U0OCHRKJ1HJHD' where id=4; -update noar ti set v0='U0OCHRKJ1HJHD' where id=4; -update noar tt set b1='B6PXT' where id=4; -update noar ti set b1='B6PXT' where id=4; -update noar tt set v0='52F3' where id=4; -update noar ti set v0='52F3' where id=4; -update noar tt set b2='YLR1YSS8E' where id=4; -update noar ti set b2='YLR1YSS8E' where id=4; -update noar tt set v0='7OOCKIMW0WV7GOZ115YQ' where id=5; -update noar ti set v0='7OOCKIMW0WV7GOZ115YQ' where id=5; -update noar tt set b0='7OU06252VWH6UEVZICURW' where id=5; -update noar ti set b0='7OU06252VWH6UEVZICURW' where id=5; -update noar tt set v0='T1EGP3NK0IDPR272KG5CO3GNRMTNLXHL' where id=5; -update noar ti set v0='T1EGP3NK0IDPR272KG5CO3GNRMTNLXHL' where id=5; -update noar tt set b1='H8W88NALHVHLLHPRIB3RY4VVME' where id=5; -update noar ti set b1='H8W88NALHVHLLHPRIB3RY4VVME' where id=5; -update noar tt set v0='F5GCOHL7KHQ4S' where id=5; -update noar ti set v0='F5GCOHL7KHQ4S' where id=5; -update noar tt set b2='RW7B6C6P' where id=5; -update noar ti set b2='RW7B6C6P' where id=5; -update noar tt set v0='2WQJM2GDHN9Q3UWBPEAIP78WB39O' where id=6; -update noar ti set v0='2WQJM2GDHN9Q3UWBPEAIP78WB39O' where id=6; -update noar tt set b0='87OJCS' where id=6; -update noar ti set b0='87OJCS' where id=6; -update noar tt set v0='472AN273NG5Q' where id=6; -update noar ti set v0='472AN273NG5Q' where id=6; -update noar tt set b1='HNT294IXJ8N4EJYHQKO9YYE255' where id=6; -update noar ti set b1='HNT294IXJ8N4EJYHQKO9YYE255' where id=6; -update noar tt set v0='H0QD5UIMN6UCPXOOXDTG8W4W3P9HBCM' where id=6; -update noar ti set v0='H0QD5UIMN6UCPXOOXDTG8W4W3P9HBCM' where id=6; -update noar tt set b2='F0R9PBV0LPL7N9' where id=6; -update noar ti set b2='F0R9PBV0LPL7N9' where id=6; -update noar tt set v0='XIVVI6VRIFLQ6IMMI2Z63T9XK23' where id=7; -update noar ti set v0='XIVVI6VRIFLQ6IMMI2Z63T9XK23' where id=7; -update noar tt set b0='WRFHS6Q8UI876' where id=7; -update noar ti set b0='WRFHS6Q8UI876' where id=7; -update noar tt set v0='888748F25DODKPN6GWTK2CV' where id=7; -update noar ti set v0='888748F25DODKPN6GWTK2CV' where id=7; -update noar tt set b1='VKGMSYXPVF6ZDHNB60W9N3H' where id=7; -update noar ti set b1='VKGMSYXPVF6ZDHNB60W9N3H' where id=7; -update noar tt set v0='GX74AFF1DT6RN05U6B09Z25EEBQLHVNE' where id=7; -update noar ti set v0='GX74AFF1DT6RN05U6B09Z25EEBQLHVNE' where id=7; -update noar tt set b2='KX3CHWY' where id=7; -update noar ti set b2='KX3CHWY' where id=7; -update noar tt set v0='W26GMIS4TJ8SZ0NTB0' where id=8; -update noar ti set v0='W26GMIS4TJ8SZ0NTB0' where id=8; -update noar tt set b0='PE4M1VGOJHB827SC4OVO6PHOIIS6P' where id=8; -update noar ti set b0='PE4M1VGOJHB827SC4OVO6PHOIIS6P' where id=8; -update noar tt set v0='J2M1J648DI7SEYI' where id=8; -update noar ti set v0='J2M1J648DI7SEYI' where id=8; -update noar tt set b1='OL0DGZV9FUUUMRMFR0IC3T' where id=8; -update noar ti set b1='OL0DGZV9FUUUMRMFR0IC3T' where id=8; -update noar tt set v0='ART112HVZFQJ4WHZQ8O4E58CRJ2HT3CR' where id=8; -update noar ti set v0='ART112HVZFQJ4WHZQ8O4E58CRJ2HT3CR' where id=8; -update noar tt set b2='PMGAH6PHG49M7E17D5VG' where id=8; -update noar ti set b2='PMGAH6PHG49M7E17D5VG' where id=8; -update noar tt set v0='KZCETM9WZ0BRXYLZE0DVJ' where id=9; -update noar ti set v0='KZCETM9WZ0BRXYLZE0DVJ' where id=9; -update noar tt set b0='FLCCW8KG3E52QZ9QEMY1RS9' where id=9; -update noar ti set b0='FLCCW8KG3E52QZ9QEMY1RS9' where id=9; -update noar tt set v0='4SGDM' where id=9; -update noar ti set v0='4SGDM' where id=9; -update noar tt set b1='FZ0EYPWU4MCQXIBM6EXH5' where id=9; -update noar ti set b1='FZ0EYPWU4MCQXIBM6EXH5' where id=9; -update noar tt set v0='JJC0E3MZZM550RW7' where id=9; -update noar ti set v0='JJC0E3MZZM550RW7' where id=9; -update noar tt set b2='YJIWRO3B4K1' where id=9; -update noar ti set b2='YJIWRO3B4K1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='87OKZU5TLETJ9T' where id=1; -update noar ti set v0='87OKZU5TLETJ9T' where id=1; -update noar tt set b0='JQ3N4CVUKEV191GYDB36' where id=1; -update noar ti set b0='JQ3N4CVUKEV191GYDB36' where id=1; -update noar tt set v0='6H2VA1BO0JDX6D191H' where id=1; -update noar ti set v0='6H2VA1BO0JDX6D191H' where id=1; -update noar tt set b1='Q2O7HQXK5T29DUJUMAXI2DK9Y' where id=1; -update noar ti set b1='Q2O7HQXK5T29DUJUMAXI2DK9Y' where id=1; -update noar tt set v0='P2H5DRX87YA0Z6RE7J45LNOAG4' where id=1; -update noar ti set v0='P2H5DRX87YA0Z6RE7J45LNOAG4' where id=1; -update noar tt set b2='ENZPNC6850Q' where id=1; -update noar ti set b2='ENZPNC6850Q' where id=1; -update noar tt set v0='BSURJH' where id=2; -update noar ti set v0='BSURJH' where id=2; -update noar tt set b0='1GPTGGJZ9DVDZ' where id=2; -update noar ti set b0='1GPTGGJZ9DVDZ' where id=2; -update noar tt set v0='X7590G2SM4C5I9ED6ZU21K' where id=2; -update noar ti set v0='X7590G2SM4C5I9ED6ZU21K' where id=2; -update noar tt set b1='VJ50XM9WA2UJ' where id=2; -update noar ti set b1='VJ50XM9WA2UJ' where id=2; -update noar tt set v0='1LC' where id=2; -update noar ti set v0='1LC' where id=2; -update noar tt set b2='7CWQ1OOI3JNDILNDZ0DS' where id=2; -update noar ti set b2='7CWQ1OOI3JNDILNDZ0DS' where id=2; -update noar tt set v0='JWHWY6A036' where id=3; -update noar ti set v0='JWHWY6A036' where id=3; -update noar tt set b0='V0KAVOMO1LF74M1GMHHWF49B8X698I' where id=3; -update noar ti set b0='V0KAVOMO1LF74M1GMHHWF49B8X698I' where id=3; -update noar tt set v0='L17TX1AB6SHJ7M8HFZSJAFLFT4BE94Q' where id=3; -update noar ti set v0='L17TX1AB6SHJ7M8HFZSJAFLFT4BE94Q' where id=3; -update noar tt set b1='BJIT5VAWNMBSXKLZR4L' where id=3; -update noar ti set b1='BJIT5VAWNMBSXKLZR4L' where id=3; -update noar tt set v0='CI2T0ELF18IQMKK3SSG3998CF08VHY' where id=3; -update noar ti set v0='CI2T0ELF18IQMKK3SSG3998CF08VHY' where id=3; -update noar tt set b2='CNGJ9SOUI919F1F9RVPMORH7KFQI' where id=3; -update noar ti set b2='CNGJ9SOUI919F1F9RVPMORH7KFQI' where id=3; -update noar tt set v0='ZCQVS5L34ZTA1O7' where id=4; -update noar ti set v0='ZCQVS5L34ZTA1O7' where id=4; -update noar tt set b0='DUJ5T13XWFYQPH' where id=4; -update noar ti set b0='DUJ5T13XWFYQPH' where id=4; -update noar tt set v0='P0TI13' where id=4; -update noar ti set v0='P0TI13' where id=4; -update noar tt set b1='EW8VT5JNIA28TOFGL7WF0M' where id=4; -update noar ti set b1='EW8VT5JNIA28TOFGL7WF0M' where id=4; -update noar tt set v0='GRDLZOYORX' where id=4; -update noar ti set v0='GRDLZOYORX' where id=4; -update noar tt set b2='H777G5JWFCWAD7CT' where id=4; -update noar ti set b2='H777G5JWFCWAD7CT' where id=4; -update noar tt set v0='AOZLW58C3TA5WIJC' where id=5; -update noar ti set v0='AOZLW58C3TA5WIJC' where id=5; -update noar tt set b0='H9K1BEKCFP81GKZU7IFLT01HUDMEM' where id=5; -update noar ti set b0='H9K1BEKCFP81GKZU7IFLT01HUDMEM' where id=5; -update noar tt set v0='LEJ2LA26IS7CIER8' where id=5; -update noar ti set v0='LEJ2LA26IS7CIER8' where id=5; -update noar tt set b1='KR2P94MCZWOOHA7PDJC5AVTEC7' where id=5; -update noar ti set b1='KR2P94MCZWOOHA7PDJC5AVTEC7' where id=5; -update noar tt set v0='HAY0ECTW0P4X4W8NEM6WQRBVEERES41' where id=5; -update noar ti set v0='HAY0ECTW0P4X4W8NEM6WQRBVEERES41' where id=5; -update noar tt set b2='AGKM4732V' where id=5; -update noar ti set b2='AGKM4732V' where id=5; -update noar tt set v0='U0O' where id=6; -update noar ti set v0='U0O' where id=6; -update noar tt set b0='WAL3O8CHEENU20HYW9D9J4H8J8' where id=6; -update noar ti set b0='WAL3O8CHEENU20HYW9D9J4H8J8' where id=6; -update noar tt set v0='OQQKKH6C5GYZSMLX55WCSE4819' where id=6; -update noar ti set v0='OQQKKH6C5GYZSMLX55WCSE4819' where id=6; -update noar tt set b1='SUOM5TXOSVKS' where id=6; -update noar ti set b1='SUOM5TXOSVKS' where id=6; -update noar tt set v0='BA1P531' where id=6; -update noar ti set v0='BA1P531' where id=6; -update noar tt set b2='I5KHIU' where id=6; -update noar ti set b2='I5KHIU' where id=6; -update noar tt set v0='H3H77I10D7KRFLLSO' where id=7; -update noar ti set v0='H3H77I10D7KRFLLSO' where id=7; -update noar tt set b0='VXZP4KOH103TP4Z51FMW3M5FMWR7' where id=7; -update noar ti set b0='VXZP4KOH103TP4Z51FMW3M5FMWR7' where id=7; -update noar tt set v0='D4RS0KLDZ' where id=7; -update noar ti set v0='D4RS0KLDZ' where id=7; -update noar tt set b1='7651JKONMR6YVQCI2DQ0OFW' where id=7; -update noar ti set b1='7651JKONMR6YVQCI2DQ0OFW' where id=7; -update noar tt set v0='6F43F5' where id=7; -update noar ti set v0='6F43F5' where id=7; -update noar tt set b2='5' where id=7; -update noar ti set b2='5' where id=7; -update noar tt set v0='DI1D4FLY1Z8' where id=8; -update noar ti set v0='DI1D4FLY1Z8' where id=8; -update noar tt set b0='FB1YJ7E9W798NQL4TW8F74KMMH7R' where id=8; -update noar ti set b0='FB1YJ7E9W798NQL4TW8F74KMMH7R' where id=8; -update noar tt set v0='QC28GGVYIPJM4ZYJHC0W7EJKH' where id=8; -update noar ti set v0='QC28GGVYIPJM4ZYJHC0W7EJKH' where id=8; -update noar tt set b1='N3E0PL' where id=8; -update noar ti set b1='N3E0PL' where id=8; -update noar tt set v0='MOQX7FSSX3QI8' where id=8; -update noar ti set v0='MOQX7FSSX3QI8' where id=8; -update noar tt set b2='5CDFC24QUIYV2FMNGIZJD2J3H' where id=8; -update noar ti set b2='5CDFC24QUIYV2FMNGIZJD2J3H' where id=8; -update noar tt set v0='WPSCP04B3GBJB' where id=9; -update noar ti set v0='WPSCP04B3GBJB' where id=9; -update noar tt set b0='Q1J' where id=9; -update noar ti set b0='Q1J' where id=9; -update noar tt set v0='3JFAM9DDGY90ICTOPP645I1AI1N' where id=9; -update noar ti set v0='3JFAM9DDGY90ICTOPP645I1AI1N' where id=9; -update noar tt set b1='OJTTYWDTQE079C790LB6ZF3NAIOLHF6O' where id=9; -update noar ti set b1='OJTTYWDTQE079C790LB6ZF3NAIOLHF6O' where id=9; -update noar tt set v0='HG0R66VTQS0QK8P49YQ' where id=9; -update noar ti set v0='HG0R66VTQS0QK8P49YQ' where id=9; -update noar tt set b2='39PANN16' where id=9; -update noar ti set b2='39PANN16' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1SC4OSLOMRIC' where id=1; -update noar ti set v0='1SC4OSLOMRIC' where id=1; -update noar tt set b0='W4IZAY3GJFUTN0PKPKA' where id=1; -update noar ti set b0='W4IZAY3GJFUTN0PKPKA' where id=1; -update noar tt set v0='3J82CFDHJNPM6' where id=1; -update noar ti set v0='3J82CFDHJNPM6' where id=1; -update noar tt set b1='05JNHG0MK6QV' where id=1; -update noar ti set b1='05JNHG0MK6QV' where id=1; -update noar tt set v0='Z1RIZD' where id=1; -update noar ti set v0='Z1RIZD' where id=1; -update noar tt set b2='AMFDBY6BREDVYGVO' where id=1; -update noar ti set b2='AMFDBY6BREDVYGVO' where id=1; -update noar tt set v0='WH' where id=2; -update noar ti set v0='WH' where id=2; -update noar tt set b0='RGCYH72AXAI5VYD6F9LDDU' where id=2; -update noar ti set b0='RGCYH72AXAI5VYD6F9LDDU' where id=2; -update noar tt set v0='HW7NN44BG' where id=2; -update noar ti set v0='HW7NN44BG' where id=2; -update noar tt set b1='ML' where id=2; -update noar ti set b1='ML' where id=2; -update noar tt set v0='KRBSJ8ULZ2FE68Q2GD06K' where id=2; -update noar ti set v0='KRBSJ8ULZ2FE68Q2GD06K' where id=2; -update noar tt set b2='T47' where id=2; -update noar ti set b2='T47' where id=2; -update noar tt set v0='O8PDWBEIIMC3RJK8JX6KSM536' where id=3; -update noar ti set v0='O8PDWBEIIMC3RJK8JX6KSM536' where id=3; -update noar tt set b0='6M0H1FUWM05MX01IF' where id=3; -update noar ti set b0='6M0H1FUWM05MX01IF' where id=3; -update noar tt set v0='86KYXXKKNNEPZB' where id=3; -update noar ti set v0='86KYXXKKNNEPZB' where id=3; -update noar tt set b1='OP5MZRMIEH' where id=3; -update noar ti set b1='OP5MZRMIEH' where id=3; -update noar tt set v0='ZH129JAQNONQF8D9AYTZZNZ6V9BLR' where id=3; -update noar ti set v0='ZH129JAQNONQF8D9AYTZZNZ6V9BLR' where id=3; -update noar tt set b2='X7NC09C2W38OZ' where id=3; -update noar ti set b2='X7NC09C2W38OZ' where id=3; -update noar tt set v0='0LIVJXNT9RXHPU909ETBT75G' where id=4; -update noar ti set v0='0LIVJXNT9RXHPU909ETBT75G' where id=4; -update noar tt set b0='PO89BPI4R0LFEQCGYJ1M8JSYN3N' where id=4; -update noar ti set b0='PO89BPI4R0LFEQCGYJ1M8JSYN3N' where id=4; -update noar tt set v0='L9LLZVTAYZTFKCI452TY' where id=4; -update noar ti set v0='L9LLZVTAYZTFKCI452TY' where id=4; -update noar tt set b1='35' where id=4; -update noar ti set b1='35' where id=4; -update noar tt set v0='Y4PUSRZXTGVSOXPCS7OHOP0R0JL51Z' where id=4; -update noar ti set v0='Y4PUSRZXTGVSOXPCS7OHOP0R0JL51Z' where id=4; -update noar tt set b2='94JHPDLD3STCMOROLB' where id=4; -update noar ti set b2='94JHPDLD3STCMOROLB' where id=4; -update noar tt set v0='CKT1' where id=5; -update noar ti set v0='CKT1' where id=5; -update noar tt set b0='11D9FTIXH7V' where id=5; -update noar ti set b0='11D9FTIXH7V' where id=5; -update noar tt set v0='VO8UZ54U0TSUUD763IMWC9UGT' where id=5; -update noar ti set v0='VO8UZ54U0TSUUD763IMWC9UGT' where id=5; -update noar tt set b1='7P86AOIY7MZJ9JX7' where id=5; -update noar ti set b1='7P86AOIY7MZJ9JX7' where id=5; -update noar tt set v0='0476SFW7S92U3QH8DX9' where id=5; -update noar ti set v0='0476SFW7S92U3QH8DX9' where id=5; -update noar tt set b2='D3BFGXLKSZ55TZ53' where id=5; -update noar ti set b2='D3BFGXLKSZ55TZ53' where id=5; -update noar tt set v0='C7BMNNG2BWPUKRTKHWKY8189D' where id=6; -update noar ti set v0='C7BMNNG2BWPUKRTKHWKY8189D' where id=6; -update noar tt set b0='FR2ZMC5' where id=6; -update noar ti set b0='FR2ZMC5' where id=6; -update noar tt set v0='0EGU' where id=6; -update noar ti set v0='0EGU' where id=6; -update noar tt set b1='5NRSN8T801KDK1CCBPWK32FUZCI' where id=6; -update noar ti set b1='5NRSN8T801KDK1CCBPWK32FUZCI' where id=6; -update noar tt set v0='HAZ8RJS9G1NYB96MYS2ND8' where id=6; -update noar ti set v0='HAZ8RJS9G1NYB96MYS2ND8' where id=6; -update noar tt set b2='67IRM5RI2EL34IK9IYNEDL7CJAYR88J' where id=6; -update noar ti set b2='67IRM5RI2EL34IK9IYNEDL7CJAYR88J' where id=6; -update noar tt set v0='ZQL10LCTJP1BJCQO53YX5RQF0' where id=7; -update noar ti set v0='ZQL10LCTJP1BJCQO53YX5RQF0' where id=7; -update noar tt set b0='RG5SM' where id=7; -update noar ti set b0='RG5SM' where id=7; -update noar tt set v0='IMOZA0B1Y' where id=7; -update noar ti set v0='IMOZA0B1Y' where id=7; -update noar tt set b1='1WNU0S5ETE9ABI3NWWPI1IP7V4AZYP9' where id=7; -update noar ti set b1='1WNU0S5ETE9ABI3NWWPI1IP7V4AZYP9' where id=7; -update noar tt set v0='DCPGQQEIYPHZ37X0F' where id=7; -update noar ti set v0='DCPGQQEIYPHZ37X0F' where id=7; -update noar tt set b2='6TQDJJZ' where id=7; -update noar ti set b2='6TQDJJZ' where id=7; -update noar tt set v0='IKHIFJ7SJ42' where id=8; -update noar ti set v0='IKHIFJ7SJ42' where id=8; -update noar tt set b0='LS9196MG8SXLJDVFXFBI' where id=8; -update noar ti set b0='LS9196MG8SXLJDVFXFBI' where id=8; -update noar tt set v0='6NDVGYGMQKKKSINXS' where id=8; -update noar ti set v0='6NDVGYGMQKKKSINXS' where id=8; -update noar tt set b1='LWGCQZTBWFCTTI2XMA' where id=8; -update noar ti set b1='LWGCQZTBWFCTTI2XMA' where id=8; -update noar tt set v0='GMMJATMW3LMD56CFV7YA4KJXL' where id=8; -update noar ti set v0='GMMJATMW3LMD56CFV7YA4KJXL' where id=8; -update noar tt set b2='PI40S3HHIIPC0UE5DENQ8H' where id=8; -update noar ti set b2='PI40S3HHIIPC0UE5DENQ8H' where id=8; -update noar tt set v0='B8G5H0RSC4NZGG1DP' where id=9; -update noar ti set v0='B8G5H0RSC4NZGG1DP' where id=9; -update noar tt set b0='KE2C6OU262H5J2EPY9VWW2K2V3D4' where id=9; -update noar ti set b0='KE2C6OU262H5J2EPY9VWW2K2V3D4' where id=9; -update noar tt set v0='3H4X' where id=9; -update noar ti set v0='3H4X' where id=9; -update noar tt set b1='RXTM' where id=9; -update noar ti set b1='RXTM' where id=9; -update noar tt set v0='TGMHBYX' where id=9; -update noar ti set v0='TGMHBYX' where id=9; -update noar tt set b2='WHHM9MCZ5CYDTOY' where id=9; -update noar ti set b2='WHHM9MCZ5CYDTOY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HUO79V9G6XHM5008O8JBDWJ6' where id=1; -update noar ti set v0='HUO79V9G6XHM5008O8JBDWJ6' where id=1; -update noar tt set b0='1N844DQVF5GB' where id=1; -update noar ti set b0='1N844DQVF5GB' where id=1; -update noar tt set v0='J877HK48ASEOQHGXKHQPJDDHM08YJ' where id=1; -update noar ti set v0='J877HK48ASEOQHGXKHQPJDDHM08YJ' where id=1; -update noar tt set b1='VPI5TB059X1IEFOQISDA09KEX7Q' where id=1; -update noar ti set b1='VPI5TB059X1IEFOQISDA09KEX7Q' where id=1; -update noar tt set v0='PWUG8S' where id=1; -update noar ti set v0='PWUG8S' where id=1; -update noar tt set b2='ER0E0OV515GXRPIRJN42' where id=1; -update noar ti set b2='ER0E0OV515GXRPIRJN42' where id=1; -update noar tt set v0='UR5KI248ZZTD84X' where id=2; -update noar ti set v0='UR5KI248ZZTD84X' where id=2; -update noar tt set b0='H1MYN52M96HWSCPAE3XWQCBVXX1PK70E' where id=2; -update noar ti set b0='H1MYN52M96HWSCPAE3XWQCBVXX1PK70E' where id=2; -update noar tt set v0='CSNXT5R5BI' where id=2; -update noar ti set v0='CSNXT5R5BI' where id=2; -update noar tt set b1='LJ1U4GXCRTOKI1DZ73MUKEF0DVAR' where id=2; -update noar ti set b1='LJ1U4GXCRTOKI1DZ73MUKEF0DVAR' where id=2; -update noar tt set v0='QBQ2FJKMPKTDTYDQ9BFUZBVOFGYTG4' where id=2; -update noar ti set v0='QBQ2FJKMPKTDTYDQ9BFUZBVOFGYTG4' where id=2; -update noar tt set b2='VE' where id=2; -update noar ti set b2='VE' where id=2; -update noar tt set v0='S1TUW7B4RAR3QRUOLRTR3XX273' where id=3; -update noar ti set v0='S1TUW7B4RAR3QRUOLRTR3XX273' where id=3; -update noar tt set b0='G9AHPIVCCKHMYY7IW' where id=3; -update noar ti set b0='G9AHPIVCCKHMYY7IW' where id=3; -update noar tt set v0='OHH092Y76OOVJ4R' where id=3; -update noar ti set v0='OHH092Y76OOVJ4R' where id=3; -update noar tt set b1='0' where id=3; -update noar ti set b1='0' where id=3; -update noar tt set v0='X87UNEMY6HHSLEQ8L' where id=3; -update noar ti set v0='X87UNEMY6HHSLEQ8L' where id=3; -update noar tt set b2='M9FYLGXQG1TC2IR8ID333J75RWV8' where id=3; -update noar ti set b2='M9FYLGXQG1TC2IR8ID333J75RWV8' where id=3; -update noar tt set v0='8XV4GNN8748FOINVN9' where id=4; -update noar ti set v0='8XV4GNN8748FOINVN9' where id=4; -update noar tt set b0='6WGZV0' where id=4; -update noar ti set b0='6WGZV0' where id=4; -update noar tt set v0='UFVBMBYZ6Y8ARWVED1PZ4L4A92GE4Q' where id=4; -update noar ti set v0='UFVBMBYZ6Y8ARWVED1PZ4L4A92GE4Q' where id=4; -update noar tt set b1='LT33PK4' where id=4; -update noar ti set b1='LT33PK4' where id=4; -update noar tt set v0='JVG17O' where id=4; -update noar ti set v0='JVG17O' where id=4; -update noar tt set b2='SHA4ZUW1PU5C82K57W85Z5FL15UPVG' where id=4; -update noar ti set b2='SHA4ZUW1PU5C82K57W85Z5FL15UPVG' where id=4; -update noar tt set v0='W21X0J71JT' where id=5; -update noar ti set v0='W21X0J71JT' where id=5; -update noar tt set b0='EHQ2K8SM' where id=5; -update noar ti set b0='EHQ2K8SM' where id=5; -update noar tt set v0='J5KTHW9IMWW8UWGIKT68I2049XW0P41T' where id=5; -update noar ti set v0='J5KTHW9IMWW8UWGIKT68I2049XW0P41T' where id=5; -update noar tt set b1='WPJPELW3D8VL3YY0UFE' where id=5; -update noar ti set b1='WPJPELW3D8VL3YY0UFE' where id=5; -update noar tt set v0='B6VQ14U40CG9ZRI94TM94' where id=5; -update noar ti set v0='B6VQ14U40CG9ZRI94TM94' where id=5; -update noar tt set b2='ZAGVLBV4N89JTI' where id=5; -update noar ti set b2='ZAGVLBV4N89JTI' where id=5; -update noar tt set v0='XY' where id=6; -update noar ti set v0='XY' where id=6; -update noar tt set b0='U' where id=6; -update noar ti set b0='U' where id=6; -update noar tt set v0='CMN03HKL3KEYK7WOH0RLVEBZX0CMTPPL' where id=6; -update noar ti set v0='CMN03HKL3KEYK7WOH0RLVEBZX0CMTPPL' where id=6; -update noar tt set b1='5I4HRRDQ6CO68KS8XDL47GO1YG' where id=6; -update noar ti set b1='5I4HRRDQ6CO68KS8XDL47GO1YG' where id=6; -update noar tt set v0='IVXNJYTDPC8K9KFGN2BYBS76R7OZ58PA' where id=6; -update noar ti set v0='IVXNJYTDPC8K9KFGN2BYBS76R7OZ58PA' where id=6; -update noar tt set b2='VSQHTRZ9QV6SM02BZ1HE' where id=6; -update noar ti set b2='VSQHTRZ9QV6SM02BZ1HE' where id=6; -update noar tt set v0='6URRVG' where id=7; -update noar ti set v0='6URRVG' where id=7; -update noar tt set b0='IBOX55CAOW3' where id=7; -update noar ti set b0='IBOX55CAOW3' where id=7; -update noar tt set v0='P02GH' where id=7; -update noar ti set v0='P02GH' where id=7; -update noar tt set b1='2ANUWZINQHN7FRGGLGNA' where id=7; -update noar ti set b1='2ANUWZINQHN7FRGGLGNA' where id=7; -update noar tt set v0='3MUKWM36X2UWDWN' where id=7; -update noar ti set v0='3MUKWM36X2UWDWN' where id=7; -update noar tt set b2='E7VF5JWD009BD4MTC6YUQBMMQHKH3YDQ' where id=7; -update noar ti set b2='E7VF5JWD009BD4MTC6YUQBMMQHKH3YDQ' where id=7; -update noar tt set v0='K9Z7XG10UT02FG4WSF8LJ06Z4OR1H8XV' where id=8; -update noar ti set v0='K9Z7XG10UT02FG4WSF8LJ06Z4OR1H8XV' where id=8; -update noar tt set b0='QME6SVVQ56J80OH2AY45T6F01KSV6X' where id=8; -update noar ti set b0='QME6SVVQ56J80OH2AY45T6F01KSV6X' where id=8; -update noar tt set v0='9IH2RI42ORV0ZNTMA6AJAEQZ98JHVPU' where id=8; -update noar ti set v0='9IH2RI42ORV0ZNTMA6AJAEQZ98JHVPU' where id=8; -update noar tt set b1='7GDL2UJLKHKJISW5' where id=8; -update noar ti set b1='7GDL2UJLKHKJISW5' where id=8; -update noar tt set v0='HAZA9MY1Y9HW1EIE' where id=8; -update noar ti set v0='HAZA9MY1Y9HW1EIE' where id=8; -update noar tt set b2='29TAXOAZVHD3OMKETO' where id=8; -update noar ti set b2='29TAXOAZVHD3OMKETO' where id=8; -update noar tt set v0='PAN' where id=9; -update noar ti set v0='PAN' where id=9; -update noar tt set b0='KJAPU6C4H3YW03PSPV91K' where id=9; -update noar ti set b0='KJAPU6C4H3YW03PSPV91K' where id=9; -update noar tt set v0='47K63WLB7UJUKJ93FA' where id=9; -update noar ti set v0='47K63WLB7UJUKJ93FA' where id=9; -update noar tt set b1='AF2X8BOMV4VERYWXA7JOIFZI3' where id=9; -update noar ti set b1='AF2X8BOMV4VERYWXA7JOIFZI3' where id=9; -update noar tt set v0='4H' where id=9; -update noar ti set v0='4H' where id=9; -update noar tt set b2='A2DLGH05Q3Y6XTL0O4271OBF' where id=9; -update noar ti set b2='A2DLGH05Q3Y6XTL0O4271OBF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITZV7T' where id=1; -update noar ti set v0='ITZV7T' where id=1; -update noar tt set b0='ON850QZ46IRH51HQJFA6PGIIXPOC8RIM' where id=1; -update noar ti set b0='ON850QZ46IRH51HQJFA6PGIIXPOC8RIM' where id=1; -update noar tt set v0='4PLKPTNKUSL0M0AF7' where id=1; -update noar ti set v0='4PLKPTNKUSL0M0AF7' where id=1; -update noar tt set b1='XGX7OX65W6JUR42TWG0' where id=1; -update noar ti set b1='XGX7OX65W6JUR42TWG0' where id=1; -update noar tt set v0='8IYJJGBDE2TNF7KW' where id=1; -update noar ti set v0='8IYJJGBDE2TNF7KW' where id=1; -update noar tt set b2='5DYP4BWA' where id=1; -update noar ti set b2='5DYP4BWA' where id=1; -update noar tt set v0='EA007E1RYR0HIGH6PAII0MJOARG7' where id=2; -update noar ti set v0='EA007E1RYR0HIGH6PAII0MJOARG7' where id=2; -update noar tt set b0='ZW3V8FA6PX4LK13WRO' where id=2; -update noar ti set b0='ZW3V8FA6PX4LK13WRO' where id=2; -update noar tt set v0='1WQ2G861492YFWCOWPRL7I93Y7ZH7' where id=2; -update noar ti set v0='1WQ2G861492YFWCOWPRL7I93Y7ZH7' where id=2; -update noar tt set b1='FR6DA85JDALGBQ5DBBWUSPECEEL646H' where id=2; -update noar ti set b1='FR6DA85JDALGBQ5DBBWUSPECEEL646H' where id=2; -update noar tt set v0='GM51N1IVE2D8UEWC4W93E2T3R6' where id=2; -update noar ti set v0='GM51N1IVE2D8UEWC4W93E2T3R6' where id=2; -update noar tt set b2='LKALLE4WOJ4Z9XWGN0L9IO9K' where id=2; -update noar ti set b2='LKALLE4WOJ4Z9XWGN0L9IO9K' where id=2; -update noar tt set v0='XAOIA17PZYG7I7O2' where id=3; -update noar ti set v0='XAOIA17PZYG7I7O2' where id=3; -update noar tt set b0='HEOCWGUCQYFJVUT0' where id=3; -update noar ti set b0='HEOCWGUCQYFJVUT0' where id=3; -update noar tt set v0='7A85306HEHF' where id=3; -update noar ti set v0='7A85306HEHF' where id=3; -update noar tt set b1='IOOAC94MPF58H6NR3PRP78D2' where id=3; -update noar ti set b1='IOOAC94MPF58H6NR3PRP78D2' where id=3; -update noar tt set v0='BQHTKVG0J78DABNHLCHC65B4' where id=3; -update noar ti set v0='BQHTKVG0J78DABNHLCHC65B4' where id=3; -update noar tt set b2='8YCQR3' where id=3; -update noar ti set b2='8YCQR3' where id=3; -update noar tt set v0='D9BIK' where id=4; -update noar ti set v0='D9BIK' where id=4; -update noar tt set b0='S2KYY07XA4I8' where id=4; -update noar ti set b0='S2KYY07XA4I8' where id=4; -update noar tt set v0='4M5MTGJ6YKK3T04TV4AH' where id=4; -update noar ti set v0='4M5MTGJ6YKK3T04TV4AH' where id=4; -update noar tt set b1='PDF6XMXQ0TV5T0AX3M8SDD2VMOXCFE' where id=4; -update noar ti set b1='PDF6XMXQ0TV5T0AX3M8SDD2VMOXCFE' where id=4; -update noar tt set v0='NDA6YMNSL3DLRU1BHFY8D2RFJ0X36AGX' where id=4; -update noar ti set v0='NDA6YMNSL3DLRU1BHFY8D2RFJ0X36AGX' where id=4; -update noar tt set b2='LET' where id=4; -update noar ti set b2='LET' where id=4; -update noar tt set v0='JPLAI' where id=5; -update noar ti set v0='JPLAI' where id=5; -update noar tt set b0='6JNJZFU0V42VL5563Y3FR6UBG' where id=5; -update noar ti set b0='6JNJZFU0V42VL5563Y3FR6UBG' where id=5; -update noar tt set v0='376615FHEH784C91UCM0RTC07TM4AI' where id=5; -update noar ti set v0='376615FHEH784C91UCM0RTC07TM4AI' where id=5; -update noar tt set b1='KVX1UZZKLOCXMPB3OIB' where id=5; -update noar ti set b1='KVX1UZZKLOCXMPB3OIB' where id=5; -update noar tt set v0='4HNFR2QGG6DA5IL681IVGNX' where id=5; -update noar ti set v0='4HNFR2QGG6DA5IL681IVGNX' where id=5; -update noar tt set b2='KQI6JR24387IH' where id=5; -update noar ti set b2='KQI6JR24387IH' where id=5; -update noar tt set v0='JKTC94MRJX6R' where id=6; -update noar ti set v0='JKTC94MRJX6R' where id=6; -update noar tt set b0='JGBCTL3Z139UFNWFF56PNAV06YVM7OH' where id=6; -update noar ti set b0='JGBCTL3Z139UFNWFF56PNAV06YVM7OH' where id=6; -update noar tt set v0='GH' where id=6; -update noar ti set v0='GH' where id=6; -update noar tt set b1='QR5C62BWM0QZMWMXAY4IL' where id=6; -update noar ti set b1='QR5C62BWM0QZMWMXAY4IL' where id=6; -update noar tt set v0='IWXHVO8FMLTP5SU8' where id=6; -update noar ti set v0='IWXHVO8FMLTP5SU8' where id=6; -update noar tt set b2='V96ZQR5GSVZ5K9MKECJ133OO2OH6E9' where id=6; -update noar ti set b2='V96ZQR5GSVZ5K9MKECJ133OO2OH6E9' where id=6; -update noar tt set v0='KRB1B8AE7WP7NUTEGMG2EUWI01I5V' where id=7; -update noar ti set v0='KRB1B8AE7WP7NUTEGMG2EUWI01I5V' where id=7; -update noar tt set b0='J0CFBHE1F' where id=7; -update noar ti set b0='J0CFBHE1F' where id=7; -update noar tt set v0='YPN5Y' where id=7; -update noar ti set v0='YPN5Y' where id=7; -update noar tt set b1='FHW' where id=7; -update noar ti set b1='FHW' where id=7; -update noar tt set v0='84FR7714FR78NAFQRKPBQSKODZXNS' where id=7; -update noar ti set v0='84FR7714FR78NAFQRKPBQSKODZXNS' where id=7; -update noar tt set b2='VXA7V7YZXURWDT' where id=7; -update noar ti set b2='VXA7V7YZXURWDT' where id=7; -update noar tt set v0='2Y279KGG4Y3YC3KYQDFDYQUYGHHOP5O' where id=8; -update noar ti set v0='2Y279KGG4Y3YC3KYQDFDYQUYGHHOP5O' where id=8; -update noar tt set b0='KXUMI50M49RBI35RIC' where id=8; -update noar ti set b0='KXUMI50M49RBI35RIC' where id=8; -update noar tt set v0='OYVHVNZ05NW62X4HSMED0PJ7L' where id=8; -update noar ti set v0='OYVHVNZ05NW62X4HSMED0PJ7L' where id=8; -update noar tt set b1='3IYBZCIUMGOBJ0S4GG1ZQ5I9ZGLM9I' where id=8; -update noar ti set b1='3IYBZCIUMGOBJ0S4GG1ZQ5I9ZGLM9I' where id=8; -update noar tt set v0='UOYDRBK' where id=8; -update noar ti set v0='UOYDRBK' where id=8; -update noar tt set b2='7CHZJJDZOJ0GN978Z' where id=8; -update noar ti set b2='7CHZJJDZOJ0GN978Z' where id=8; -update noar tt set v0='6Y7S9ZBMMUKY0ZILT6BR' where id=9; -update noar ti set v0='6Y7S9ZBMMUKY0ZILT6BR' where id=9; -update noar tt set b0='I9X11SW1EODQG98RHHOEXT7IIXXBXOP' where id=9; -update noar ti set b0='I9X11SW1EODQG98RHHOEXT7IIXXBXOP' where id=9; -update noar tt set v0='VA9W3B5T' where id=9; -update noar ti set v0='VA9W3B5T' where id=9; -update noar tt set b1='F6EM4P9ZTZRB4OHTDUP8OKEM' where id=9; -update noar ti set b1='F6EM4P9ZTZRB4OHTDUP8OKEM' where id=9; -update noar tt set v0='B6FE9DDY2CX51O0PU78M14H2JE' where id=9; -update noar ti set v0='B6FE9DDY2CX51O0PU78M14H2JE' where id=9; -update noar tt set b2='R80JMKEGT9LJP1YET4' where id=9; -update noar ti set b2='R80JMKEGT9LJP1YET4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F31RGXE0MLWRAO2FIZJ850K2PBBKK9' where id=1; -update noar ti set v0='F31RGXE0MLWRAO2FIZJ850K2PBBKK9' where id=1; -update noar tt set b0='AYB' where id=1; -update noar ti set b0='AYB' where id=1; -update noar tt set v0='UQRRD4R0SF7FTZ4K9W8JOGTWSOFO82' where id=1; -update noar ti set v0='UQRRD4R0SF7FTZ4K9W8JOGTWSOFO82' where id=1; -update noar tt set b1='66PBTAZWWP4UAZR1SMYP2ZZ4H0FYFD' where id=1; -update noar ti set b1='66PBTAZWWP4UAZR1SMYP2ZZ4H0FYFD' where id=1; -update noar tt set v0='GHLAT1APUGZGESDBK9WXF4NJQKS27' where id=1; -update noar ti set v0='GHLAT1APUGZGESDBK9WXF4NJQKS27' where id=1; -update noar tt set b2='XU2MJ8RT03C5SJ5XGC5' where id=1; -update noar ti set b2='XU2MJ8RT03C5SJ5XGC5' where id=1; -update noar tt set v0='HGWGS1TRENA1HWTHMYDHD05NY' where id=2; -update noar ti set v0='HGWGS1TRENA1HWTHMYDHD05NY' where id=2; -update noar tt set b0='1F6DMY0O53385QDOKPEMSO4W' where id=2; -update noar ti set b0='1F6DMY0O53385QDOKPEMSO4W' where id=2; -update noar tt set v0='9LZZ' where id=2; -update noar ti set v0='9LZZ' where id=2; -update noar tt set b1='6TPP760126T7' where id=2; -update noar ti set b1='6TPP760126T7' where id=2; -update noar tt set v0='NIGOG9MOPDJJTK0IPPJSV07TN' where id=2; -update noar ti set v0='NIGOG9MOPDJJTK0IPPJSV07TN' where id=2; -update noar tt set b2='YKYYTR3PBSW8OOXOTNLP27' where id=2; -update noar ti set b2='YKYYTR3PBSW8OOXOTNLP27' where id=2; -update noar tt set v0='UQ9SFQ03' where id=3; -update noar ti set v0='UQ9SFQ03' where id=3; -update noar tt set b0='Y' where id=3; -update noar ti set b0='Y' where id=3; -update noar tt set v0='B5GT' where id=3; -update noar ti set v0='B5GT' where id=3; -update noar tt set b1='6QFZAM' where id=3; -update noar ti set b1='6QFZAM' where id=3; -update noar tt set v0='0PONGRCRT0JCWJN7ER47OOL07LV9WCBA' where id=3; -update noar ti set v0='0PONGRCRT0JCWJN7ER47OOL07LV9WCBA' where id=3; -update noar tt set b2='LJFIPSOJSB40I7OZ4B3EUA8UCJ' where id=3; -update noar ti set b2='LJFIPSOJSB40I7OZ4B3EUA8UCJ' where id=3; -update noar tt set v0='6S57PV63EXYW' where id=4; -update noar ti set v0='6S57PV63EXYW' where id=4; -update noar tt set b0='15SNQWWN219H8JY' where id=4; -update noar ti set b0='15SNQWWN219H8JY' where id=4; -update noar tt set v0='JDQIOHTOYCE' where id=4; -update noar ti set v0='JDQIOHTOYCE' where id=4; -update noar tt set b1='Y' where id=4; -update noar ti set b1='Y' where id=4; -update noar tt set v0='MCKHXA73DR8N' where id=4; -update noar ti set v0='MCKHXA73DR8N' where id=4; -update noar tt set b2='EEJC' where id=4; -update noar ti set b2='EEJC' where id=4; -update noar tt set v0='26UI08CQN9JY97POUWKXW93ISQOQ' where id=5; -update noar ti set v0='26UI08CQN9JY97POUWKXW93ISQOQ' where id=5; -update noar tt set b0='FRCBLSNC' where id=5; -update noar ti set b0='FRCBLSNC' where id=5; -update noar tt set v0='A9ZPAT6' where id=5; -update noar ti set v0='A9ZPAT6' where id=5; -update noar tt set b1='XD9CGHREL' where id=5; -update noar ti set b1='XD9CGHREL' where id=5; -update noar tt set v0='UU0KFX068A4GWA88RA9214B747EY' where id=5; -update noar ti set v0='UU0KFX068A4GWA88RA9214B747EY' where id=5; -update noar tt set b2='J303Y0Y4BR8YXE' where id=5; -update noar ti set b2='J303Y0Y4BR8YXE' where id=5; -update noar tt set v0='GQ809Y4QBFP' where id=6; -update noar ti set v0='GQ809Y4QBFP' where id=6; -update noar tt set b0='VPHF8W7W7QVS' where id=6; -update noar ti set b0='VPHF8W7W7QVS' where id=6; -update noar tt set v0='00IDXVYQMVQX63L6CFB3IEYFPXEQ' where id=6; -update noar ti set v0='00IDXVYQMVQX63L6CFB3IEYFPXEQ' where id=6; -update noar tt set b1='37X4X3' where id=6; -update noar ti set b1='37X4X3' where id=6; -update noar tt set v0='XIRP8TC5L0TF52WLHJVTP5Y' where id=6; -update noar ti set v0='XIRP8TC5L0TF52WLHJVTP5Y' where id=6; -update noar tt set b2='5XXCIRA13RH5VT70PUT8Z4K2ZRS6M' where id=6; -update noar ti set b2='5XXCIRA13RH5VT70PUT8Z4K2ZRS6M' where id=6; -update noar tt set v0='745Z3D41KF8Z' where id=7; -update noar ti set v0='745Z3D41KF8Z' where id=7; -update noar tt set b0='TQTF5X03QYY' where id=7; -update noar ti set b0='TQTF5X03QYY' where id=7; -update noar tt set v0='K06L6R6' where id=7; -update noar ti set v0='K06L6R6' where id=7; -update noar tt set b1='OPC3' where id=7; -update noar ti set b1='OPC3' where id=7; -update noar tt set v0='R61JV3CPNDAL1MGY1' where id=7; -update noar ti set v0='R61JV3CPNDAL1MGY1' where id=7; -update noar tt set b2='L3GM6T2J' where id=7; -update noar ti set b2='L3GM6T2J' where id=7; -update noar tt set v0='CA6VYJIQOWPIBZ7UAS3N1J9Q' where id=8; -update noar ti set v0='CA6VYJIQOWPIBZ7UAS3N1J9Q' where id=8; -update noar tt set b0='D9CA' where id=8; -update noar ti set b0='D9CA' where id=8; -update noar tt set v0='IUAG7AUZ9TRO' where id=8; -update noar ti set v0='IUAG7AUZ9TRO' where id=8; -update noar tt set b1='WLFBZS74UBDLJFFF' where id=8; -update noar ti set b1='WLFBZS74UBDLJFFF' where id=8; -update noar tt set v0='5YLIFGQCFY6ER8YDGUARM85DU64O0D8' where id=8; -update noar ti set v0='5YLIFGQCFY6ER8YDGUARM85DU64O0D8' where id=8; -update noar tt set b2='KIUOUPS4J5E6FC5' where id=8; -update noar ti set b2='KIUOUPS4J5E6FC5' where id=8; -update noar tt set v0='7D8JAA7IWTQNQ2RR8I' where id=9; -update noar ti set v0='7D8JAA7IWTQNQ2RR8I' where id=9; -update noar tt set b0='R2M' where id=9; -update noar ti set b0='R2M' where id=9; -update noar tt set v0='QMO' where id=9; -update noar ti set v0='QMO' where id=9; -update noar tt set b1='QRG5IONJV3GI45PW' where id=9; -update noar ti set b1='QRG5IONJV3GI45PW' where id=9; -update noar tt set v0='6S907LXNKUSGHQPHFR8UHG' where id=9; -update noar ti set v0='6S907LXNKUSGHQPHFR8UHG' where id=9; -update noar tt set b2='T2EYYQR' where id=9; -update noar ti set b2='T2EYYQR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SY0OPAECW338K1XNKXFE' where id=1; -update noar ti set v0='SY0OPAECW338K1XNKXFE' where id=1; -update noar tt set b0='L1QASV' where id=1; -update noar ti set b0='L1QASV' where id=1; -update noar tt set v0='YUV' where id=1; -update noar ti set v0='YUV' where id=1; -update noar tt set b1='8ANLEZ1RWE6IQ16VE7BI' where id=1; -update noar ti set b1='8ANLEZ1RWE6IQ16VE7BI' where id=1; -update noar tt set v0='DRVINSKIA0FAIO481IB' where id=1; -update noar ti set v0='DRVINSKIA0FAIO481IB' where id=1; -update noar tt set b2='LPR99FNTUJ8XXU931SPARSXX9QQ' where id=1; -update noar ti set b2='LPR99FNTUJ8XXU931SPARSXX9QQ' where id=1; -update noar tt set v0='X9AY2FBI6OSTRBE' where id=2; -update noar ti set v0='X9AY2FBI6OSTRBE' where id=2; -update noar tt set b0='WK33TOH9INBWUJ696EZM6U0V' where id=2; -update noar ti set b0='WK33TOH9INBWUJ696EZM6U0V' where id=2; -update noar tt set v0='J4WPEAZBLQQWUNJYB3N2J1YUOD61ZQ67' where id=2; -update noar ti set v0='J4WPEAZBLQQWUNJYB3N2J1YUOD61ZQ67' where id=2; -update noar tt set b1='4OJGGIDH8D3NB1M038997V' where id=2; -update noar ti set b1='4OJGGIDH8D3NB1M038997V' where id=2; -update noar tt set v0='8PT4K7LKFPUNENSV2UQ0AXCLF1' where id=2; -update noar ti set v0='8PT4K7LKFPUNENSV2UQ0AXCLF1' where id=2; -update noar tt set b2='N2NLV' where id=2; -update noar ti set b2='N2NLV' where id=2; -update noar tt set v0='5GUX8M7ZB2F' where id=3; -update noar ti set v0='5GUX8M7ZB2F' where id=3; -update noar tt set b0='ZTXXIH8H' where id=3; -update noar ti set b0='ZTXXIH8H' where id=3; -update noar tt set v0='FZ3ZJ258O0J' where id=3; -update noar ti set v0='FZ3ZJ258O0J' where id=3; -update noar tt set b1='JRK8TF9OFW71MWQPNNNRB4YD0UYVGY' where id=3; -update noar ti set b1='JRK8TF9OFW71MWQPNNNRB4YD0UYVGY' where id=3; -update noar tt set v0='RUQJLT89XRUD8KDYZLE15PS6G3' where id=3; -update noar ti set v0='RUQJLT89XRUD8KDYZLE15PS6G3' where id=3; -update noar tt set b2='7ASOO6UQTNUQK9' where id=3; -update noar ti set b2='7ASOO6UQTNUQK9' where id=3; -update noar tt set v0='EP48AAT33SMTSXOO6OAG4BPVFA' where id=4; -update noar ti set v0='EP48AAT33SMTSXOO6OAG4BPVFA' where id=4; -update noar tt set b0='6S9FC8150NDF6YTJVN20QRUXRIQ1' where id=4; -update noar ti set b0='6S9FC8150NDF6YTJVN20QRUXRIQ1' where id=4; -update noar tt set v0='QE87L6EHRF4O55MEEYYOMOPBN' where id=4; -update noar ti set v0='QE87L6EHRF4O55MEEYYOMOPBN' where id=4; -update noar tt set b1='1QO32MJMKK0EYTFG3K6TEWIFQUX' where id=4; -update noar ti set b1='1QO32MJMKK0EYTFG3K6TEWIFQUX' where id=4; -update noar tt set v0='LQWU7' where id=4; -update noar ti set v0='LQWU7' where id=4; -update noar tt set b2='5DLPN0Q9HOJSY7ZZMD6Y70CEZB8K7' where id=4; -update noar ti set b2='5DLPN0Q9HOJSY7ZZMD6Y70CEZB8K7' where id=4; -update noar tt set v0='F5J0W63FVTERMBVLC53Y' where id=5; -update noar ti set v0='F5J0W63FVTERMBVLC53Y' where id=5; -update noar tt set b0='9LZYMVO' where id=5; -update noar ti set b0='9LZYMVO' where id=5; -update noar tt set v0='O' where id=5; -update noar ti set v0='O' where id=5; -update noar tt set b1='B9DCAQVX5IPR6EVE67KNU' where id=5; -update noar ti set b1='B9DCAQVX5IPR6EVE67KNU' where id=5; -update noar tt set v0='V2DZXICDR4PSRG0D8DOJZ' where id=5; -update noar ti set v0='V2DZXICDR4PSRG0D8DOJZ' where id=5; -update noar tt set b2='FGCZ64X2T00' where id=5; -update noar ti set b2='FGCZ64X2T00' where id=5; -update noar tt set v0='OKKOZ2CHPHL9GQ' where id=6; -update noar ti set v0='OKKOZ2CHPHL9GQ' where id=6; -update noar tt set b0='6UVNF9Z8HSJ6GKXHMFYS' where id=6; -update noar ti set b0='6UVNF9Z8HSJ6GKXHMFYS' where id=6; -update noar tt set v0='WNZA3LDNI9C03KT8BQPMQ0PB' where id=6; -update noar ti set v0='WNZA3LDNI9C03KT8BQPMQ0PB' where id=6; -update noar tt set b1='LQHXETX' where id=6; -update noar ti set b1='LQHXETX' where id=6; -update noar tt set v0='PC1N' where id=6; -update noar ti set v0='PC1N' where id=6; -update noar tt set b2='1C757WM190NZV' where id=6; -update noar ti set b2='1C757WM190NZV' where id=6; -update noar tt set v0='6UHRX9DY' where id=7; -update noar ti set v0='6UHRX9DY' where id=7; -update noar tt set b0='5DCC8W12ZVMVVNVEVDZ44D1QQY1S253' where id=7; -update noar ti set b0='5DCC8W12ZVMVVNVEVDZ44D1QQY1S253' where id=7; -update noar tt set v0='V9UT22S9778O3JFERB' where id=7; -update noar ti set v0='V9UT22S9778O3JFERB' where id=7; -update noar tt set b1='184RX3MH1MJKBOLZ35OF68B' where id=7; -update noar ti set b1='184RX3MH1MJKBOLZ35OF68B' where id=7; -update noar tt set v0='VO9IMQNE1Z80ACMEV7KYB3O9' where id=7; -update noar ti set v0='VO9IMQNE1Z80ACMEV7KYB3O9' where id=7; -update noar tt set b2='WD8Q' where id=7; -update noar ti set b2='WD8Q' where id=7; -update noar tt set v0='WMILX6' where id=8; -update noar ti set v0='WMILX6' where id=8; -update noar tt set b0='16SB' where id=8; -update noar ti set b0='16SB' where id=8; -update noar tt set v0='2ONKX0D2L82NPE4FFDR2HI2QXLF6YNB' where id=8; -update noar ti set v0='2ONKX0D2L82NPE4FFDR2HI2QXLF6YNB' where id=8; -update noar tt set b1='RJKALFDDI6FPCGHS' where id=8; -update noar ti set b1='RJKALFDDI6FPCGHS' where id=8; -update noar tt set v0='IL97UQZV7BQ86' where id=8; -update noar ti set v0='IL97UQZV7BQ86' where id=8; -update noar tt set b2='A' where id=8; -update noar ti set b2='A' where id=8; -update noar tt set v0='Q7OLHBQS590OZONM' where id=9; -update noar ti set v0='Q7OLHBQS590OZONM' where id=9; -update noar tt set b0='OOHBCUU5TKSD' where id=9; -update noar ti set b0='OOHBCUU5TKSD' where id=9; -update noar tt set v0='22BQU9' where id=9; -update noar ti set v0='22BQU9' where id=9; -update noar tt set b1='7RG0' where id=9; -update noar ti set b1='7RG0' where id=9; -update noar tt set v0='1H8HFYKMPFAE2O3LFW095UQ2' where id=9; -update noar ti set v0='1H8HFYKMPFAE2O3LFW095UQ2' where id=9; -update noar tt set b2='9AHD0WO4HWHD0EZVRRNIYJ1Z' where id=9; -update noar ti set b2='9AHD0WO4HWHD0EZVRRNIYJ1Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SIVJHAUK7P' where id=1; -update noar ti set v0='SIVJHAUK7P' where id=1; -update noar tt set b0='EV2X' where id=1; -update noar ti set b0='EV2X' where id=1; -update noar tt set v0='F21KLMSSA9MEC5Y4GHS17Z0I2NUG430' where id=1; -update noar ti set v0='F21KLMSSA9MEC5Y4GHS17Z0I2NUG430' where id=1; -update noar tt set b1='PYR9SM5M261MGJP' where id=1; -update noar ti set b1='PYR9SM5M261MGJP' where id=1; -update noar tt set v0='MU86PYFVX8SAVBZ' where id=1; -update noar ti set v0='MU86PYFVX8SAVBZ' where id=1; -update noar tt set b2='SQRRWZKR93O3N' where id=1; -update noar ti set b2='SQRRWZKR93O3N' where id=1; -update noar tt set v0='4PURI39PXJAWZQO586MXD2DR0C7EDF0' where id=2; -update noar ti set v0='4PURI39PXJAWZQO586MXD2DR0C7EDF0' where id=2; -update noar tt set b0='EWNV1M8DWR799Z4OICLDK96H' where id=2; -update noar ti set b0='EWNV1M8DWR799Z4OICLDK96H' where id=2; -update noar tt set v0='WC1UUNO5Y4' where id=2; -update noar ti set v0='WC1UUNO5Y4' where id=2; -update noar tt set b1='I51S8KYIXFJUOMN633HJ7N' where id=2; -update noar ti set b1='I51S8KYIXFJUOMN633HJ7N' where id=2; -update noar tt set v0='IZDFCQ2LCRQHYF0XQIDTSUAF2R' where id=2; -update noar ti set v0='IZDFCQ2LCRQHYF0XQIDTSUAF2R' where id=2; -update noar tt set b2='3PRI0FSUOQGSB8OR9242E' where id=2; -update noar ti set b2='3PRI0FSUOQGSB8OR9242E' where id=2; -update noar tt set v0='KUR546DX91YCD3A2VDUCSTW2IT' where id=3; -update noar ti set v0='KUR546DX91YCD3A2VDUCSTW2IT' where id=3; -update noar tt set b0='C8P3PPVR5EXZ' where id=3; -update noar ti set b0='C8P3PPVR5EXZ' where id=3; -update noar tt set v0='WFEIFJ3ONX3W8VUPGA' where id=3; -update noar ti set v0='WFEIFJ3ONX3W8VUPGA' where id=3; -update noar tt set b1='0G474G6GJV4' where id=3; -update noar ti set b1='0G474G6GJV4' where id=3; -update noar tt set v0='J4DNHZ1' where id=3; -update noar ti set v0='J4DNHZ1' where id=3; -update noar tt set b2='FIZUCBVDBH3AIQ0IV5QQMJVORL' where id=3; -update noar ti set b2='FIZUCBVDBH3AIQ0IV5QQMJVORL' where id=3; -update noar tt set v0='OU6IZFZ22Q8VVXYEO8E9MH2VS' where id=4; -update noar ti set v0='OU6IZFZ22Q8VVXYEO8E9MH2VS' where id=4; -update noar tt set b0='WGJJ3H3FUN0V9KG7788M283WEP' where id=4; -update noar ti set b0='WGJJ3H3FUN0V9KG7788M283WEP' where id=4; -update noar tt set v0='31DQIR06TS3YVPNODRS0SS806M1' where id=4; -update noar ti set v0='31DQIR06TS3YVPNODRS0SS806M1' where id=4; -update noar tt set b1='AAFPM2UDEWFQV414522M6NU' where id=4; -update noar ti set b1='AAFPM2UDEWFQV414522M6NU' where id=4; -update noar tt set v0='BHOOWY' where id=4; -update noar ti set v0='BHOOWY' where id=4; -update noar tt set b2='PYT' where id=4; -update noar ti set b2='PYT' where id=4; -update noar tt set v0='LMW4K1NGY0BMYO6X91J6IEF1M21I' where id=5; -update noar ti set v0='LMW4K1NGY0BMYO6X91J6IEF1M21I' where id=5; -update noar tt set b0='MSUFZBIC63FZIGHRC45TCRG' where id=5; -update noar ti set b0='MSUFZBIC63FZIGHRC45TCRG' where id=5; -update noar tt set v0='A5DQWZXTRBDR7CJSPU7Y2' where id=5; -update noar ti set v0='A5DQWZXTRBDR7CJSPU7Y2' where id=5; -update noar tt set b1='0WO' where id=5; -update noar ti set b1='0WO' where id=5; -update noar tt set v0='M24YXCB3X' where id=5; -update noar ti set v0='M24YXCB3X' where id=5; -update noar tt set b2='CHTSZY2SWDXR0YOPIAZ67VGSEIZTEZKR' where id=5; -update noar ti set b2='CHTSZY2SWDXR0YOPIAZ67VGSEIZTEZKR' where id=5; -update noar tt set v0='77EGNRM73Q6DZFXBJEC52D213Z' where id=6; -update noar ti set v0='77EGNRM73Q6DZFXBJEC52D213Z' where id=6; -update noar tt set b0='T5680CNGJY' where id=6; -update noar ti set b0='T5680CNGJY' where id=6; -update noar tt set v0='TWLXY1PLHZ52JOU' where id=6; -update noar ti set v0='TWLXY1PLHZ52JOU' where id=6; -update noar tt set b1='3Z7TMCO8F8CWS7I6V90C' where id=6; -update noar ti set b1='3Z7TMCO8F8CWS7I6V90C' where id=6; -update noar tt set v0='VHFKN3IQ' where id=6; -update noar ti set v0='VHFKN3IQ' where id=6; -update noar tt set b2='251I63TA628PO2ZOJKQSPQRL0GPB1RP' where id=6; -update noar ti set b2='251I63TA628PO2ZOJKQSPQRL0GPB1RP' where id=6; -update noar tt set v0='SRS2RZX58ZX1JSMU' where id=7; -update noar ti set v0='SRS2RZX58ZX1JSMU' where id=7; -update noar tt set b0='7KWUNO5PHGZNWAH15EH0Q80YUAVVSP' where id=7; -update noar ti set b0='7KWUNO5PHGZNWAH15EH0Q80YUAVVSP' where id=7; -update noar tt set v0='IO95UWAGBCCAD' where id=7; -update noar ti set v0='IO95UWAGBCCAD' where id=7; -update noar tt set b1='S5GOD79CX' where id=7; -update noar ti set b1='S5GOD79CX' where id=7; -update noar tt set v0='6W4HWAOAC23V7Z01OUDZEYVCDE5238O' where id=7; -update noar ti set v0='6W4HWAOAC23V7Z01OUDZEYVCDE5238O' where id=7; -update noar tt set b2='3JYP1BKFW1D71LEHXCLQFNBGO8' where id=7; -update noar ti set b2='3JYP1BKFW1D71LEHXCLQFNBGO8' where id=7; -update noar tt set v0='35OA6F64XFIRJPDA5YISMR' where id=8; -update noar ti set v0='35OA6F64XFIRJPDA5YISMR' where id=8; -update noar tt set b0='ANK' where id=8; -update noar ti set b0='ANK' where id=8; -update noar tt set v0='6JR3GM8AL73DN4W4DIL6GNS' where id=8; -update noar ti set v0='6JR3GM8AL73DN4W4DIL6GNS' where id=8; -update noar tt set b1='UG' where id=8; -update noar ti set b1='UG' where id=8; -update noar tt set v0='WTUK9EIZ8CS82V0857WII3OX07X4MG5T' where id=8; -update noar ti set v0='WTUK9EIZ8CS82V0857WII3OX07X4MG5T' where id=8; -update noar tt set b2='WIKG54ZG12I02' where id=8; -update noar ti set b2='WIKG54ZG12I02' where id=8; -update noar tt set v0='TOC5QBGYG' where id=9; -update noar ti set v0='TOC5QBGYG' where id=9; -update noar tt set b0='3G9613IVZ7VJ4YPJ8YQU6LJLPMS3B87' where id=9; -update noar ti set b0='3G9613IVZ7VJ4YPJ8YQU6LJLPMS3B87' where id=9; -update noar tt set v0='K7TCPDM03GS0ZJNAYSQEKW5' where id=9; -update noar ti set v0='K7TCPDM03GS0ZJNAYSQEKW5' where id=9; -update noar tt set b1='QIELXT6HBET73' where id=9; -update noar ti set b1='QIELXT6HBET73' where id=9; -update noar tt set v0='W8AK1C6K8HZ' where id=9; -update noar ti set v0='W8AK1C6K8HZ' where id=9; -update noar tt set b2='0A4MFE944U0I6V' where id=9; -update noar ti set b2='0A4MFE944U0I6V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LTHSBR8' where id=1; -update noar ti set v0='LTHSBR8' where id=1; -update noar tt set b0='T' where id=1; -update noar ti set b0='T' where id=1; -update noar tt set v0='4' where id=1; -update noar ti set v0='4' where id=1; -update noar tt set b1='Q2IDNVGZMHDLWXHA8Q7' where id=1; -update noar ti set b1='Q2IDNVGZMHDLWXHA8Q7' where id=1; -update noar tt set v0='QQN' where id=1; -update noar ti set v0='QQN' where id=1; -update noar tt set b2='XVMAK6L1B5GGJBWOMXIXGK' where id=1; -update noar ti set b2='XVMAK6L1B5GGJBWOMXIXGK' where id=1; -update noar tt set v0='ETPY1WJ6UYWW34W3YSRJ1PLK' where id=2; -update noar ti set v0='ETPY1WJ6UYWW34W3YSRJ1PLK' where id=2; -update noar tt set b0='BOEBAHREXS3DM5SLXR4M99FP9B' where id=2; -update noar ti set b0='BOEBAHREXS3DM5SLXR4M99FP9B' where id=2; -update noar tt set v0='ZME2X6HC' where id=2; -update noar ti set v0='ZME2X6HC' where id=2; -update noar tt set b1='JZPJ1OV5WON7SWVWB6HLBNR5' where id=2; -update noar ti set b1='JZPJ1OV5WON7SWVWB6HLBNR5' where id=2; -update noar tt set v0='QSOA' where id=2; -update noar ti set v0='QSOA' where id=2; -update noar tt set b2='G56LST5' where id=2; -update noar ti set b2='G56LST5' where id=2; -update noar tt set v0='RUWST3D1QMOLNS4ZOJSKOL91T9' where id=3; -update noar ti set v0='RUWST3D1QMOLNS4ZOJSKOL91T9' where id=3; -update noar tt set b0='45942MACD3LSGZ7RWC' where id=3; -update noar ti set b0='45942MACD3LSGZ7RWC' where id=3; -update noar tt set v0='5QMJX2C360JAAAEWCT8Y17' where id=3; -update noar ti set v0='5QMJX2C360JAAAEWCT8Y17' where id=3; -update noar tt set b1='SZHW1BGHFXSN0K7SZ83VAM21B' where id=3; -update noar ti set b1='SZHW1BGHFXSN0K7SZ83VAM21B' where id=3; -update noar tt set v0='J905FUTQ' where id=3; -update noar ti set v0='J905FUTQ' where id=3; -update noar tt set b2='W9YCRC7UDZJJNB1XZ3CU5J' where id=3; -update noar ti set b2='W9YCRC7UDZJJNB1XZ3CU5J' where id=3; -update noar tt set v0='IXGR24PS08CNJJD8K8D' where id=4; -update noar ti set v0='IXGR24PS08CNJJD8K8D' where id=4; -update noar tt set b0='DAJLYHP' where id=4; -update noar ti set b0='DAJLYHP' where id=4; -update noar tt set v0='EDMEWL3XAI8C5ZOI8SO9H9B5VJU' where id=4; -update noar ti set v0='EDMEWL3XAI8C5ZOI8SO9H9B5VJU' where id=4; -update noar tt set b1='PEZAD8JNDVOE0Z7IZMD51QLIJ8' where id=4; -update noar ti set b1='PEZAD8JNDVOE0Z7IZMD51QLIJ8' where id=4; -update noar tt set v0='OYTPFN5PQ03ISDPVZ652H4MZ2XEW3C' where id=4; -update noar ti set v0='OYTPFN5PQ03ISDPVZ652H4MZ2XEW3C' where id=4; -update noar tt set b2='O5F8JJ46Y6VJV8TPISGGBD' where id=4; -update noar ti set b2='O5F8JJ46Y6VJV8TPISGGBD' where id=4; -update noar tt set v0='YR48H4C377UKCR5BV2HPEG' where id=5; -update noar ti set v0='YR48H4C377UKCR5BV2HPEG' where id=5; -update noar tt set b0='80I5UVGAM4TVZY825D0Y70NWGQCIB' where id=5; -update noar ti set b0='80I5UVGAM4TVZY825D0Y70NWGQCIB' where id=5; -update noar tt set v0='JKQGPBOEKIVUBONHEPUTQS1' where id=5; -update noar ti set v0='JKQGPBOEKIVUBONHEPUTQS1' where id=5; -update noar tt set b1='J9QMX1YME34LU' where id=5; -update noar ti set b1='J9QMX1YME34LU' where id=5; -update noar tt set v0='4PQJPJ6XYEHYCLN' where id=5; -update noar ti set v0='4PQJPJ6XYEHYCLN' where id=5; -update noar tt set b2='RRLK08F7GAV4SPN1JOIXZY' where id=5; -update noar ti set b2='RRLK08F7GAV4SPN1JOIXZY' where id=5; -update noar tt set v0='YWM9UGC' where id=6; -update noar ti set v0='YWM9UGC' where id=6; -update noar tt set b0='7BLZ60JRV1XZ8WJL79ZH6DM' where id=6; -update noar ti set b0='7BLZ60JRV1XZ8WJL79ZH6DM' where id=6; -update noar tt set v0='K1' where id=6; -update noar ti set v0='K1' where id=6; -update noar tt set b1='UD0QN' where id=6; -update noar ti set b1='UD0QN' where id=6; -update noar tt set v0='H790' where id=6; -update noar ti set v0='H790' where id=6; -update noar tt set b2='02HTOXE8' where id=6; -update noar ti set b2='02HTOXE8' where id=6; -update noar tt set v0='XZBE09N6DDPS3O94KERZSB2Q' where id=7; -update noar ti set v0='XZBE09N6DDPS3O94KERZSB2Q' where id=7; -update noar tt set b0='V0HQI5IWHMZ' where id=7; -update noar ti set b0='V0HQI5IWHMZ' where id=7; -update noar tt set v0='Q2GREC4R7ACG58H' where id=7; -update noar ti set v0='Q2GREC4R7ACG58H' where id=7; -update noar tt set b1='HG0W6FB' where id=7; -update noar ti set b1='HG0W6FB' where id=7; -update noar tt set v0='UVM9NDSZXJ' where id=7; -update noar ti set v0='UVM9NDSZXJ' where id=7; -update noar tt set b2='KAAO386YRDS9ZF0DXW' where id=7; -update noar ti set b2='KAAO386YRDS9ZF0DXW' where id=7; -update noar tt set v0='ERPS' where id=8; -update noar ti set v0='ERPS' where id=8; -update noar tt set b0='B7M' where id=8; -update noar ti set b0='B7M' where id=8; -update noar tt set v0='1XQHWEZ7HCZ' where id=8; -update noar ti set v0='1XQHWEZ7HCZ' where id=8; -update noar tt set b1='7N0AC0ONOTQWVMZJ86' where id=8; -update noar ti set b1='7N0AC0ONOTQWVMZJ86' where id=8; -update noar tt set v0='GC' where id=8; -update noar ti set v0='GC' where id=8; -update noar tt set b2='2ILH6YR07S' where id=8; -update noar ti set b2='2ILH6YR07S' where id=8; -update noar tt set v0='LCRCXKT25DSSYFY80JJ' where id=9; -update noar ti set v0='LCRCXKT25DSSYFY80JJ' where id=9; -update noar tt set b0='3X' where id=9; -update noar ti set b0='3X' where id=9; -update noar tt set v0='DCI2GYN5Z712HZI2QP4MDRO' where id=9; -update noar ti set v0='DCI2GYN5Z712HZI2QP4MDRO' where id=9; -update noar tt set b1='E7LAWRMNPGJLGSBB3N2D5H0SL3AIMB' where id=9; -update noar ti set b1='E7LAWRMNPGJLGSBB3N2D5H0SL3AIMB' where id=9; -update noar tt set v0='2ROT25R3QCUD1S' where id=9; -update noar ti set v0='2ROT25R3QCUD1S' where id=9; -update noar tt set b2='IUNYUI9OAE3' where id=9; -update noar ti set b2='IUNYUI9OAE3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O4GVM81UCTZNBS' where id=1; -update noar ti set v0='O4GVM81UCTZNBS' where id=1; -update noar tt set b0='9K' where id=1; -update noar ti set b0='9K' where id=1; -update noar tt set v0='P2JV' where id=1; -update noar ti set v0='P2JV' where id=1; -update noar tt set b1='XBAVC2D8RYRB9ROTHP8AGFAH2' where id=1; -update noar ti set b1='XBAVC2D8RYRB9ROTHP8AGFAH2' where id=1; -update noar tt set v0='R23G0NG9XG' where id=1; -update noar ti set v0='R23G0NG9XG' where id=1; -update noar tt set b2='JRB7KPMBFW98BW18T8' where id=1; -update noar ti set b2='JRB7KPMBFW98BW18T8' where id=1; -update noar tt set v0='5N5' where id=2; -update noar ti set v0='5N5' where id=2; -update noar tt set b0='XLIV0VDVLL1G5NRW4GEAER9Z' where id=2; -update noar ti set b0='XLIV0VDVLL1G5NRW4GEAER9Z' where id=2; -update noar tt set v0='O907FMR99IMCWOTN' where id=2; -update noar ti set v0='O907FMR99IMCWOTN' where id=2; -update noar tt set b1='4FPZ962VXP3JD8R7PN33' where id=2; -update noar ti set b1='4FPZ962VXP3JD8R7PN33' where id=2; -update noar tt set v0='682ZF4PXU9E' where id=2; -update noar ti set v0='682ZF4PXU9E' where id=2; -update noar tt set b2='TGHZMRDNJB1U4I681HWZ9PCJPP' where id=2; -update noar ti set b2='TGHZMRDNJB1U4I681HWZ9PCJPP' where id=2; -update noar tt set v0='JCC1JYTJXUT4FJBHNDZNM3H69OYNF' where id=3; -update noar ti set v0='JCC1JYTJXUT4FJBHNDZNM3H69OYNF' where id=3; -update noar tt set b0='A3PWQD0FD52HO3CS1' where id=3; -update noar ti set b0='A3PWQD0FD52HO3CS1' where id=3; -update noar tt set v0='KLIN79H57E8F5TBMK6TC' where id=3; -update noar ti set v0='KLIN79H57E8F5TBMK6TC' where id=3; -update noar tt set b1='46D02H8JXD3GNBMUX' where id=3; -update noar ti set b1='46D02H8JXD3GNBMUX' where id=3; -update noar tt set v0='13QF' where id=3; -update noar ti set v0='13QF' where id=3; -update noar tt set b2='RPCRYIH5PZZL54F8EYA4FQEN062' where id=3; -update noar ti set b2='RPCRYIH5PZZL54F8EYA4FQEN062' where id=3; -update noar tt set v0='T089OJE05FFC' where id=4; -update noar ti set v0='T089OJE05FFC' where id=4; -update noar tt set b0='I5A4TY2BT262V6IOOMEMO8B3IL1M6VA2' where id=4; -update noar ti set b0='I5A4TY2BT262V6IOOMEMO8B3IL1M6VA2' where id=4; -update noar tt set v0='DFLPZ' where id=4; -update noar ti set v0='DFLPZ' where id=4; -update noar tt set b1='MF3QMJRLYYZJY829Y' where id=4; -update noar ti set b1='MF3QMJRLYYZJY829Y' where id=4; -update noar tt set v0='7EXDTR' where id=4; -update noar ti set v0='7EXDTR' where id=4; -update noar tt set b2='U9099VOC' where id=4; -update noar ti set b2='U9099VOC' where id=4; -update noar tt set v0='X5D9ZZY5ED1' where id=5; -update noar ti set v0='X5D9ZZY5ED1' where id=5; -update noar tt set b0='QUSPOQAPIA01ZBLVB3R8' where id=5; -update noar ti set b0='QUSPOQAPIA01ZBLVB3R8' where id=5; -update noar tt set v0='4VFO7WDD7KMO103N3UEH8SNZ1L6MU' where id=5; -update noar ti set v0='4VFO7WDD7KMO103N3UEH8SNZ1L6MU' where id=5; -update noar tt set b1='X25A10QVYXYOASUJ' where id=5; -update noar ti set b1='X25A10QVYXYOASUJ' where id=5; -update noar tt set v0='7UR' where id=5; -update noar ti set v0='7UR' where id=5; -update noar tt set b2='O0VI' where id=5; -update noar ti set b2='O0VI' where id=5; -update noar tt set v0='IZHOZJITXW79RME1' where id=6; -update noar ti set v0='IZHOZJITXW79RME1' where id=6; -update noar tt set b0='5AGDB4' where id=6; -update noar ti set b0='5AGDB4' where id=6; -update noar tt set v0='JEPUJ4R1XY7UQ' where id=6; -update noar ti set v0='JEPUJ4R1XY7UQ' where id=6; -update noar tt set b1='8O9ZNLCUC1SCDI04PRS1PMFWF23S0RA' where id=6; -update noar ti set b1='8O9ZNLCUC1SCDI04PRS1PMFWF23S0RA' where id=6; -update noar tt set v0='HQKAE0IZSN' where id=6; -update noar ti set v0='HQKAE0IZSN' where id=6; -update noar tt set b2='H63P6PWO7JJFYI32J2V65HWC5' where id=6; -update noar ti set b2='H63P6PWO7JJFYI32J2V65HWC5' where id=6; -update noar tt set v0='SOSSWIQ8' where id=7; -update noar ti set v0='SOSSWIQ8' where id=7; -update noar tt set b0='014EKNDZTZN9I25H' where id=7; -update noar ti set b0='014EKNDZTZN9I25H' where id=7; -update noar tt set v0='P0D3PG1N1EP5CF56' where id=7; -update noar ti set v0='P0D3PG1N1EP5CF56' where id=7; -update noar tt set b1='6YQ8IXU4JNW' where id=7; -update noar ti set b1='6YQ8IXU4JNW' where id=7; -update noar tt set v0='U8KEWEFUJ' where id=7; -update noar ti set v0='U8KEWEFUJ' where id=7; -update noar tt set b2='FK1Y' where id=7; -update noar ti set b2='FK1Y' where id=7; -update noar tt set v0='HXA9OWTUP7GK' where id=8; -update noar ti set v0='HXA9OWTUP7GK' where id=8; -update noar tt set b0='RV9Y4ZEOW37P4JZ0BA75ZLZX0' where id=8; -update noar ti set b0='RV9Y4ZEOW37P4JZ0BA75ZLZX0' where id=8; -update noar tt set v0='2K' where id=8; -update noar ti set v0='2K' where id=8; -update noar tt set b1='XMYON35ZQZCH8D' where id=8; -update noar ti set b1='XMYON35ZQZCH8D' where id=8; -update noar tt set v0='35' where id=8; -update noar ti set v0='35' where id=8; -update noar tt set b2='5F489KFTJ2LG2' where id=8; -update noar ti set b2='5F489KFTJ2LG2' where id=8; -update noar tt set v0='G0G0VLM17EFBU' where id=9; -update noar ti set v0='G0G0VLM17EFBU' where id=9; -update noar tt set b0='KN6XI62R' where id=9; -update noar ti set b0='KN6XI62R' where id=9; -update noar tt set v0='EBXVDUMPWUP53ZRX' where id=9; -update noar ti set v0='EBXVDUMPWUP53ZRX' where id=9; -update noar tt set b1='J' where id=9; -update noar ti set b1='J' where id=9; -update noar tt set v0='X8ZX2S' where id=9; -update noar ti set v0='X8ZX2S' where id=9; -update noar tt set b2='ABNA85AE8H25AY4D83FJONELG1FBU3L7' where id=9; -update noar ti set b2='ABNA85AE8H25AY4D83FJONELG1FBU3L7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BRNJ' where id=1; -update noar ti set v0='BRNJ' where id=1; -update noar tt set b0='R0ZEP9T' where id=1; -update noar ti set b0='R0ZEP9T' where id=1; -update noar tt set v0='ADQXWREPB637SILIJQ5N05NBGT' where id=1; -update noar ti set v0='ADQXWREPB637SILIJQ5N05NBGT' where id=1; -update noar tt set b1='2JWOBDTVSVAE6T8RN8QCPXIF1DYDES9' where id=1; -update noar ti set b1='2JWOBDTVSVAE6T8RN8QCPXIF1DYDES9' where id=1; -update noar tt set v0='YISO92KUL2QB35L5S57PI6DWM' where id=1; -update noar ti set v0='YISO92KUL2QB35L5S57PI6DWM' where id=1; -update noar tt set b2='HZ3OVMOBWG3WSAA32' where id=1; -update noar ti set b2='HZ3OVMOBWG3WSAA32' where id=1; -update noar tt set v0='0QY2NKDXBDTCQKS9UEMOQD7' where id=2; -update noar ti set v0='0QY2NKDXBDTCQKS9UEMOQD7' where id=2; -update noar tt set b0='ZEQA9Y8FDD694ZLKY2M8P9H3' where id=2; -update noar ti set b0='ZEQA9Y8FDD694ZLKY2M8P9H3' where id=2; -update noar tt set v0='ITOPJXOYH' where id=2; -update noar ti set v0='ITOPJXOYH' where id=2; -update noar tt set b1='HQGSGMLH0PGPB8' where id=2; -update noar ti set b1='HQGSGMLH0PGPB8' where id=2; -update noar tt set v0='44KJN' where id=2; -update noar ti set v0='44KJN' where id=2; -update noar tt set b2='Q23BYKABZ' where id=2; -update noar ti set b2='Q23BYKABZ' where id=2; -update noar tt set v0='3DLUCW0V529HOY0J' where id=3; -update noar ti set v0='3DLUCW0V529HOY0J' where id=3; -update noar tt set b0='M7OM2WQ' where id=3; -update noar ti set b0='M7OM2WQ' where id=3; -update noar tt set v0='F3C4D0Z0DC25L6XD3C' where id=3; -update noar ti set v0='F3C4D0Z0DC25L6XD3C' where id=3; -update noar tt set b1='WC41P1WQNRMHIFLDGZWY7OT3A783U' where id=3; -update noar ti set b1='WC41P1WQNRMHIFLDGZWY7OT3A783U' where id=3; -update noar tt set v0='N313TH' where id=3; -update noar ti set v0='N313TH' where id=3; -update noar tt set b2='8WGJ2P1P' where id=3; -update noar ti set b2='8WGJ2P1P' where id=3; -update noar tt set v0='PZ47VRUVV0W21MZVZ' where id=4; -update noar ti set v0='PZ47VRUVV0W21MZVZ' where id=4; -update noar tt set b0='U4Z2' where id=4; -update noar ti set b0='U4Z2' where id=4; -update noar tt set v0='6QVYTY3BBX1KJ7SLW9IU2HQ' where id=4; -update noar ti set v0='6QVYTY3BBX1KJ7SLW9IU2HQ' where id=4; -update noar tt set b1='KKO6A2QFSR1INUQ17' where id=4; -update noar ti set b1='KKO6A2QFSR1INUQ17' where id=4; -update noar tt set v0='TTN9F9KHFXV' where id=4; -update noar ti set v0='TTN9F9KHFXV' where id=4; -update noar tt set b2='NQVCQZYGXAO9NIMGHR0TK' where id=4; -update noar ti set b2='NQVCQZYGXAO9NIMGHR0TK' where id=4; -update noar tt set v0='LEGRO7N8Z69VB80L' where id=5; -update noar ti set v0='LEGRO7N8Z69VB80L' where id=5; -update noar tt set b0='8908XTYODQO0' where id=5; -update noar ti set b0='8908XTYODQO0' where id=5; -update noar tt set v0='SR' where id=5; -update noar ti set v0='SR' where id=5; -update noar tt set b1='QF5SXFVPA98' where id=5; -update noar ti set b1='QF5SXFVPA98' where id=5; -update noar tt set v0='5KNUMGRJ8683IZGDJS' where id=5; -update noar ti set v0='5KNUMGRJ8683IZGDJS' where id=5; -update noar tt set b2='F5CIDVNCIJ4WDXG' where id=5; -update noar ti set b2='F5CIDVNCIJ4WDXG' where id=5; -update noar tt set v0='XY9EYTT5WRX2QXTXDG09CDKMOYB' where id=6; -update noar ti set v0='XY9EYTT5WRX2QXTXDG09CDKMOYB' where id=6; -update noar tt set b0='985BSDRIFUAC70MH11TGFCN3P6' where id=6; -update noar ti set b0='985BSDRIFUAC70MH11TGFCN3P6' where id=6; -update noar tt set v0='AW7EIJ4HNW' where id=6; -update noar ti set v0='AW7EIJ4HNW' where id=6; -update noar tt set b1='X6BFNKFP2VS00SAYLMAJOO' where id=6; -update noar ti set b1='X6BFNKFP2VS00SAYLMAJOO' where id=6; -update noar tt set v0='DNO34BG10QBJO54977AI6M3KBA5VYHQ3' where id=6; -update noar ti set v0='DNO34BG10QBJO54977AI6M3KBA5VYHQ3' where id=6; -update noar tt set b2='SVZDG45A3505DQZ' where id=6; -update noar ti set b2='SVZDG45A3505DQZ' where id=6; -update noar tt set v0='UHJNP7T9KPC72M5HR' where id=7; -update noar ti set v0='UHJNP7T9KPC72M5HR' where id=7; -update noar tt set b0='0SOMHBCZV7T8STTP610F33CF5Z8' where id=7; -update noar ti set b0='0SOMHBCZV7T8STTP610F33CF5Z8' where id=7; -update noar tt set v0='GYWMS3LQIXTVLW8CH70' where id=7; -update noar ti set v0='GYWMS3LQIXTVLW8CH70' where id=7; -update noar tt set b1='PH2A949QDC5CB7YSQ041SBHLDV' where id=7; -update noar ti set b1='PH2A949QDC5CB7YSQ041SBHLDV' where id=7; -update noar tt set v0='DIXSDMFQSHD8' where id=7; -update noar ti set v0='DIXSDMFQSHD8' where id=7; -update noar tt set b2='HFIO8EBDF8BZZRPCZ75VC' where id=7; -update noar ti set b2='HFIO8EBDF8BZZRPCZ75VC' where id=7; -update noar tt set v0='8FQHKJ95U' where id=8; -update noar ti set v0='8FQHKJ95U' where id=8; -update noar tt set b0='BI8A545TJ9PU' where id=8; -update noar ti set b0='BI8A545TJ9PU' where id=8; -update noar tt set v0='WDTW2XQ7OW0UFA5CG' where id=8; -update noar ti set v0='WDTW2XQ7OW0UFA5CG' where id=8; -update noar tt set b1='MW843BW73P9EMAMJUD74TZKXJ9R3TW' where id=8; -update noar ti set b1='MW843BW73P9EMAMJUD74TZKXJ9R3TW' where id=8; -update noar tt set v0='QCP0VM2JKA0Z94CMUZXQ9XWBO1VXYY7' where id=8; -update noar ti set v0='QCP0VM2JKA0Z94CMUZXQ9XWBO1VXYY7' where id=8; -update noar tt set b2='ZGZ4LOJ6ULEM8HH8UBOS9EHYZLQ' where id=8; -update noar ti set b2='ZGZ4LOJ6ULEM8HH8UBOS9EHYZLQ' where id=8; -update noar tt set v0='K6' where id=9; -update noar ti set v0='K6' where id=9; -update noar tt set b0='LPZQ2' where id=9; -update noar ti set b0='LPZQ2' where id=9; -update noar tt set v0='WU8NI46FNT' where id=9; -update noar ti set v0='WU8NI46FNT' where id=9; -update noar tt set b1='ONSU5ENQH5AC3GREDTK1YASH' where id=9; -update noar ti set b1='ONSU5ENQH5AC3GREDTK1YASH' where id=9; -update noar tt set v0='UC8ALF0VFUA981K8D0JMA8FP8' where id=9; -update noar ti set v0='UC8ALF0VFUA981K8D0JMA8FP8' where id=9; -update noar tt set b2='CNBZG6GP3IG' where id=9; -update noar ti set b2='CNBZG6GP3IG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TH7UVMIEIKOWKWC6D0HS' where id=1; -update noar ti set v0='TH7UVMIEIKOWKWC6D0HS' where id=1; -update noar tt set b0='8C3Q698B5AZWC69VJ15OBMFDTC' where id=1; -update noar ti set b0='8C3Q698B5AZWC69VJ15OBMFDTC' where id=1; -update noar tt set v0='CS' where id=1; -update noar ti set v0='CS' where id=1; -update noar tt set b1='IM454LYD6X5S2U4XC165Q' where id=1; -update noar ti set b1='IM454LYD6X5S2U4XC165Q' where id=1; -update noar tt set v0='6' where id=1; -update noar ti set v0='6' where id=1; -update noar tt set b2='VYY9WRU623S4B094RHYYW' where id=1; -update noar ti set b2='VYY9WRU623S4B094RHYYW' where id=1; -update noar tt set v0='7D2AA' where id=2; -update noar ti set v0='7D2AA' where id=2; -update noar tt set b0='24UUWTHBBLKGX8OEMYIRTM8S0XGT' where id=2; -update noar ti set b0='24UUWTHBBLKGX8OEMYIRTM8S0XGT' where id=2; -update noar tt set v0='B59P527ZW8R9' where id=2; -update noar ti set v0='B59P527ZW8R9' where id=2; -update noar tt set b1='9UURG9ZUJSQEZ7Z5BSSZYL3OOFB' where id=2; -update noar ti set b1='9UURG9ZUJSQEZ7Z5BSSZYL3OOFB' where id=2; -update noar tt set v0='UDPTMLINC5EE' where id=2; -update noar ti set v0='UDPTMLINC5EE' where id=2; -update noar tt set b2='0WZM2RXM7CXM5NXQ8IG' where id=2; -update noar ti set b2='0WZM2RXM7CXM5NXQ8IG' where id=2; -update noar tt set v0='2' where id=3; -update noar ti set v0='2' where id=3; -update noar tt set b0='XVMVMSX9E' where id=3; -update noar ti set b0='XVMVMSX9E' where id=3; -update noar tt set v0='Q9JPLXDKTN' where id=3; -update noar ti set v0='Q9JPLXDKTN' where id=3; -update noar tt set b1='4CZVQ20XZ1GEP63L4Q8D94VTYAVQ' where id=3; -update noar ti set b1='4CZVQ20XZ1GEP63L4Q8D94VTYAVQ' where id=3; -update noar tt set v0='1SFSJS' where id=3; -update noar ti set v0='1SFSJS' where id=3; -update noar tt set b2='V' where id=3; -update noar ti set b2='V' where id=3; -update noar tt set v0='JN4BJM70W10T15C15EKMVUNGSH' where id=4; -update noar ti set v0='JN4BJM70W10T15C15EKMVUNGSH' where id=4; -update noar tt set b0='LYD6Q1' where id=4; -update noar ti set b0='LYD6Q1' where id=4; -update noar tt set v0='6WJPTLDWMLIX8344U25HMW3XZA' where id=4; -update noar ti set v0='6WJPTLDWMLIX8344U25HMW3XZA' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='644EE3PPAXKGXJQ3M8B0XY' where id=4; -update noar ti set v0='644EE3PPAXKGXJQ3M8B0XY' where id=4; -update noar tt set b2='33HIWBVW7ZUN8AM4NVDIA7JCU6OV' where id=4; -update noar ti set b2='33HIWBVW7ZUN8AM4NVDIA7JCU6OV' where id=4; -update noar tt set v0='Y9ETXJCII3MC58' where id=5; -update noar ti set v0='Y9ETXJCII3MC58' where id=5; -update noar tt set b0='0N0HGVJLLBH37CD1VAA8VK5U5TC' where id=5; -update noar ti set b0='0N0HGVJLLBH37CD1VAA8VK5U5TC' where id=5; -update noar tt set v0='AFTZA16CIX1W' where id=5; -update noar ti set v0='AFTZA16CIX1W' where id=5; -update noar tt set b1='4' where id=5; -update noar ti set b1='4' where id=5; -update noar tt set v0='FY75YOMMXG9OLMDD1Z' where id=5; -update noar ti set v0='FY75YOMMXG9OLMDD1Z' where id=5; -update noar tt set b2='4IWO74GU7GZP9PIRRX9US4YW' where id=5; -update noar ti set b2='4IWO74GU7GZP9PIRRX9US4YW' where id=5; -update noar tt set v0='M9A' where id=6; -update noar ti set v0='M9A' where id=6; -update noar tt set b0='U' where id=6; -update noar ti set b0='U' where id=6; -update noar tt set v0='I3A0RXR95B2R5DLSSG5' where id=6; -update noar ti set v0='I3A0RXR95B2R5DLSSG5' where id=6; -update noar tt set b1='W5MTAI14B4O7LJVMP1H' where id=6; -update noar ti set b1='W5MTAI14B4O7LJVMP1H' where id=6; -update noar tt set v0='U' where id=6; -update noar ti set v0='U' where id=6; -update noar tt set b2='81Z1R' where id=6; -update noar ti set b2='81Z1R' where id=6; -update noar tt set v0='Z3HU22K7BN64IBJTE2' where id=7; -update noar ti set v0='Z3HU22K7BN64IBJTE2' where id=7; -update noar tt set b0='2QFGR9DI' where id=7; -update noar ti set b0='2QFGR9DI' where id=7; -update noar tt set v0='W64Y4HRF4XMQ2O' where id=7; -update noar ti set v0='W64Y4HRF4XMQ2O' where id=7; -update noar tt set b1='7NKKHVW9SNPP6OJZH1G' where id=7; -update noar ti set b1='7NKKHVW9SNPP6OJZH1G' where id=7; -update noar tt set v0='U6LF1' where id=7; -update noar ti set v0='U6LF1' where id=7; -update noar tt set b2='X22XVF5SE0NXWLLIII8S9UH79JUMT' where id=7; -update noar ti set b2='X22XVF5SE0NXWLLIII8S9UH79JUMT' where id=7; -update noar tt set v0='TMMVCKDIVAS4P' where id=8; -update noar ti set v0='TMMVCKDIVAS4P' where id=8; -update noar tt set b0='FGX8YR7MD9T68' where id=8; -update noar ti set b0='FGX8YR7MD9T68' where id=8; -update noar tt set v0='7C01B' where id=8; -update noar ti set v0='7C01B' where id=8; -update noar tt set b1='D423L38DIHGBLZWNY71P66VH5BMNOMG' where id=8; -update noar ti set b1='D423L38DIHGBLZWNY71P66VH5BMNOMG' where id=8; -update noar tt set v0='EJGNO9SXMFSG0FMB0VVB' where id=8; -update noar ti set v0='EJGNO9SXMFSG0FMB0VVB' where id=8; -update noar tt set b2='AA32BL9UJBHRJ3T' where id=8; -update noar ti set b2='AA32BL9UJBHRJ3T' where id=8; -update noar tt set v0='4UST1' where id=9; -update noar ti set v0='4UST1' where id=9; -update noar tt set b0='8U6X4AWR4QC7DVRGN5PXIY9E5' where id=9; -update noar ti set b0='8U6X4AWR4QC7DVRGN5PXIY9E5' where id=9; -update noar tt set v0='IK9INHJ4GI46WRT9F89CO56CLJ1' where id=9; -update noar ti set v0='IK9INHJ4GI46WRT9F89CO56CLJ1' where id=9; -update noar tt set b1='J7BM4P3M5UAOWETNSNKM9G6FQAIB' where id=9; -update noar ti set b1='J7BM4P3M5UAOWETNSNKM9G6FQAIB' where id=9; -update noar tt set v0='E8GIZWM0T' where id=9; -update noar ti set v0='E8GIZWM0T' where id=9; -update noar tt set b2='0342DNAD3R3VQ0FSG' where id=9; -update noar ti set b2='0342DNAD3R3VQ0FSG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6KVFIRTZ354LYTPXK2FM6F97F' where id=1; -update noar ti set v0='6KVFIRTZ354LYTPXK2FM6F97F' where id=1; -update noar tt set b0='4LMHLFRN56JGAYHAS0JBO2UZPX72NSA' where id=1; -update noar ti set b0='4LMHLFRN56JGAYHAS0JBO2UZPX72NSA' where id=1; -update noar tt set v0='XRZO7583' where id=1; -update noar ti set v0='XRZO7583' where id=1; -update noar tt set b1='TP97NN39JN5O54' where id=1; -update noar ti set b1='TP97NN39JN5O54' where id=1; -update noar tt set v0='M7NQMI3AKMZLAFMZYCRBUP' where id=1; -update noar ti set v0='M7NQMI3AKMZLAFMZYCRBUP' where id=1; -update noar tt set b2='2JT09K00UUG5Y2' where id=1; -update noar ti set b2='2JT09K00UUG5Y2' where id=1; -update noar tt set v0='QQDS1' where id=2; -update noar ti set v0='QQDS1' where id=2; -update noar tt set b0='14YAZ0UDWUR1PWNWF5AABRS' where id=2; -update noar ti set b0='14YAZ0UDWUR1PWNWF5AABRS' where id=2; -update noar tt set v0='2HPFLNOI' where id=2; -update noar ti set v0='2HPFLNOI' where id=2; -update noar tt set b1='VW' where id=2; -update noar ti set b1='VW' where id=2; -update noar tt set v0='D7EDMNGL5HOJ7QZGUSWKBZ1VQMVKDW' where id=2; -update noar ti set v0='D7EDMNGL5HOJ7QZGUSWKBZ1VQMVKDW' where id=2; -update noar tt set b2='TKQHZBAB7UII22N' where id=2; -update noar ti set b2='TKQHZBAB7UII22N' where id=2; -update noar tt set v0='GATB8QG4K12HS44HIJ54R8W' where id=3; -update noar ti set v0='GATB8QG4K12HS44HIJ54R8W' where id=3; -update noar tt set b0='N8R' where id=3; -update noar ti set b0='N8R' where id=3; -update noar tt set v0='OAZT' where id=3; -update noar ti set v0='OAZT' where id=3; -update noar tt set b1='1V1HVIW6735HX67NZTU' where id=3; -update noar ti set b1='1V1HVIW6735HX67NZTU' where id=3; -update noar tt set v0='A4Q3RW6RG7' where id=3; -update noar ti set v0='A4Q3RW6RG7' where id=3; -update noar tt set b2='X33R0KLS8Z9GG4P25FY7O279GN1Y' where id=3; -update noar ti set b2='X33R0KLS8Z9GG4P25FY7O279GN1Y' where id=3; -update noar tt set v0='CM5TSXRMW1B0ONLI9KYOUGC' where id=4; -update noar ti set v0='CM5TSXRMW1B0ONLI9KYOUGC' where id=4; -update noar tt set b0='GV7U3UZBN8OPMV3ZFQT7CH3RVVHQG' where id=4; -update noar ti set b0='GV7U3UZBN8OPMV3ZFQT7CH3RVVHQG' where id=4; -update noar tt set v0='LOIQWJJ9808COO0NY78QD9OISPK0BW' where id=4; -update noar ti set v0='LOIQWJJ9808COO0NY78QD9OISPK0BW' where id=4; -update noar tt set b1='SQR93' where id=4; -update noar ti set b1='SQR93' where id=4; -update noar tt set v0='QGCI76U34C9FB6' where id=4; -update noar ti set v0='QGCI76U34C9FB6' where id=4; -update noar tt set b2='6KUIT' where id=4; -update noar ti set b2='6KUIT' where id=4; -update noar tt set v0='3QT0K8O' where id=5; -update noar ti set v0='3QT0K8O' where id=5; -update noar tt set b0='SQDLGBEULRU2EFQ440' where id=5; -update noar ti set b0='SQDLGBEULRU2EFQ440' where id=5; -update noar tt set v0='DTD1RKDYV4KC1' where id=5; -update noar ti set v0='DTD1RKDYV4KC1' where id=5; -update noar tt set b1='X0GFUQGAL5WHK' where id=5; -update noar ti set b1='X0GFUQGAL5WHK' where id=5; -update noar tt set v0='B8H6KHRET1P5XKIQ3CCHCTIZTAUA2' where id=5; -update noar ti set v0='B8H6KHRET1P5XKIQ3CCHCTIZTAUA2' where id=5; -update noar tt set b2='VATYHMH8N7A2877NMEU2JFB891U' where id=5; -update noar ti set b2='VATYHMH8N7A2877NMEU2JFB891U' where id=5; -update noar tt set v0='67HUVP3PJU0N' where id=6; -update noar ti set v0='67HUVP3PJU0N' where id=6; -update noar tt set b0='HUPD22HZD' where id=6; -update noar ti set b0='HUPD22HZD' where id=6; -update noar tt set v0='J3P70REANLB2I348DELB20PO' where id=6; -update noar ti set v0='J3P70REANLB2I348DELB20PO' where id=6; -update noar tt set b1='3UFYMMM8RQP530AU08RZEF716TDSH4' where id=6; -update noar ti set b1='3UFYMMM8RQP530AU08RZEF716TDSH4' where id=6; -update noar tt set v0='LD' where id=6; -update noar ti set v0='LD' where id=6; -update noar tt set b2='KJ53P' where id=6; -update noar ti set b2='KJ53P' where id=6; -update noar tt set v0='I' where id=7; -update noar ti set v0='I' where id=7; -update noar tt set b0='RC4COSJJY' where id=7; -update noar ti set b0='RC4COSJJY' where id=7; -update noar tt set v0='QJ3YEZ4BYIVWBN3UCNT3QJ5BUZ3' where id=7; -update noar ti set v0='QJ3YEZ4BYIVWBN3UCNT3QJ5BUZ3' where id=7; -update noar tt set b1='II1L6B1V0MG2B24F4S0H0FDY' where id=7; -update noar ti set b1='II1L6B1V0MG2B24F4S0H0FDY' where id=7; -update noar tt set v0='9713QXUKOK3UME' where id=7; -update noar ti set v0='9713QXUKOK3UME' where id=7; -update noar tt set b2='CTN6M9KSTBDPI3B6QOSFJYQ' where id=7; -update noar ti set b2='CTN6M9KSTBDPI3B6QOSFJYQ' where id=7; -update noar tt set v0='SOU5QQ2PUUR9FV7QCZ' where id=8; -update noar ti set v0='SOU5QQ2PUUR9FV7QCZ' where id=8; -update noar tt set b0='Z6P5' where id=8; -update noar ti set b0='Z6P5' where id=8; -update noar tt set v0='LYFA21YOE9Y1Q484CH6WJK' where id=8; -update noar ti set v0='LYFA21YOE9Y1Q484CH6WJK' where id=8; -update noar tt set b1='ZQJBW970U8KO82' where id=8; -update noar ti set b1='ZQJBW970U8KO82' where id=8; -update noar tt set v0='Z9LKVD62S3B7ZIFL' where id=8; -update noar ti set v0='Z9LKVD62S3B7ZIFL' where id=8; -update noar tt set b2='GPGBBO8B1R2WG5MGSZGC2P28' where id=8; -update noar ti set b2='GPGBBO8B1R2WG5MGSZGC2P28' where id=8; -update noar tt set v0='0949Y6VFL63EZGIGDDZSXE4OUNRUTL0C' where id=9; -update noar ti set v0='0949Y6VFL63EZGIGDDZSXE4OUNRUTL0C' where id=9; -update noar tt set b0='NO' where id=9; -update noar ti set b0='NO' where id=9; -update noar tt set v0='3SXZAU2MA481SH8XBX7O569DFSFX' where id=9; -update noar ti set v0='3SXZAU2MA481SH8XBX7O569DFSFX' where id=9; -update noar tt set b1='Q333A2Q8' where id=9; -update noar ti set b1='Q333A2Q8' where id=9; -update noar tt set v0='NLLGJR235L' where id=9; -update noar ti set v0='NLLGJR235L' where id=9; -update noar tt set b2='4SM7WEFTVMSNRPHZJOBF3BFZ8EYVAO' where id=9; -update noar ti set b2='4SM7WEFTVMSNRPHZJOBF3BFZ8EYVAO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GIAIMRY' where id=1; -update noar ti set v0='GIAIMRY' where id=1; -update noar tt set b0='MQ2R6P6CYS1GOBM0' where id=1; -update noar ti set b0='MQ2R6P6CYS1GOBM0' where id=1; -update noar tt set v0='J6TX9Z74YL3XLT1BVL4QOM2NIU' where id=1; -update noar ti set v0='J6TX9Z74YL3XLT1BVL4QOM2NIU' where id=1; -update noar tt set b1='V8S21JGOUIJD0J66VXD68FM0T3I' where id=1; -update noar ti set b1='V8S21JGOUIJD0J66VXD68FM0T3I' where id=1; -update noar tt set v0='7LPDBCFNA70OE97CT' where id=1; -update noar ti set v0='7LPDBCFNA70OE97CT' where id=1; -update noar tt set b2='ZR69U74BCO' where id=1; -update noar ti set b2='ZR69U74BCO' where id=1; -update noar tt set v0='UOKZD0DDO3E49RAFA8OR3HRKLO8PSRSV' where id=2; -update noar ti set v0='UOKZD0DDO3E49RAFA8OR3HRKLO8PSRSV' where id=2; -update noar tt set b0='F3XBXIPQ48QMUMW8S6JI8JIU5' where id=2; -update noar ti set b0='F3XBXIPQ48QMUMW8S6JI8JIU5' where id=2; -update noar tt set v0='0GEQQBJQ2MQEEBTEPK2' where id=2; -update noar ti set v0='0GEQQBJQ2MQEEBTEPK2' where id=2; -update noar tt set b1='M5JGSJWRAZIVHTZNPXIELWA' where id=2; -update noar ti set b1='M5JGSJWRAZIVHTZNPXIELWA' where id=2; -update noar tt set v0='VWVXBHKJL68XCP0W8BY' where id=2; -update noar ti set v0='VWVXBHKJL68XCP0W8BY' where id=2; -update noar tt set b2='RL4R431VDKQHBN1' where id=2; -update noar ti set b2='RL4R431VDKQHBN1' where id=2; -update noar tt set v0='USCYELR8BY07HI1R6' where id=3; -update noar ti set v0='USCYELR8BY07HI1R6' where id=3; -update noar tt set b0='QRFHDFW' where id=3; -update noar ti set b0='QRFHDFW' where id=3; -update noar tt set v0='I8FDSW3GO5MX76024G1TSNOGV3FXK' where id=3; -update noar ti set v0='I8FDSW3GO5MX76024G1TSNOGV3FXK' where id=3; -update noar tt set b1='U3NLW608YCBIJO6ZO7Y8HO' where id=3; -update noar ti set b1='U3NLW608YCBIJO6ZO7Y8HO' where id=3; -update noar tt set v0='VJQW8B0TRHU' where id=3; -update noar ti set v0='VJQW8B0TRHU' where id=3; -update noar tt set b2='19EL7ZQELWN' where id=3; -update noar ti set b2='19EL7ZQELWN' where id=3; -update noar tt set v0='KQ9WZM60583O3QP' where id=4; -update noar ti set v0='KQ9WZM60583O3QP' where id=4; -update noar tt set b0='XMJSL2ZPKOTM0996LF' where id=4; -update noar ti set b0='XMJSL2ZPKOTM0996LF' where id=4; -update noar tt set v0='4BPGHZWRCAYJBF8' where id=4; -update noar ti set v0='4BPGHZWRCAYJBF8' where id=4; -update noar tt set b1='L5E014TG7U5KZ7F7LC' where id=4; -update noar ti set b1='L5E014TG7U5KZ7F7LC' where id=4; -update noar tt set v0='PXKJIV0140NLLQDCR830INOHTB' where id=4; -update noar ti set v0='PXKJIV0140NLLQDCR830INOHTB' where id=4; -update noar tt set b2='RW4C' where id=4; -update noar ti set b2='RW4C' where id=4; -update noar tt set v0='3RWBK0BJY1PRLOJZZ' where id=5; -update noar ti set v0='3RWBK0BJY1PRLOJZZ' where id=5; -update noar tt set b0='A' where id=5; -update noar ti set b0='A' where id=5; -update noar tt set v0='SK8YEBOP1HU601TMMF5SMOQ9' where id=5; -update noar ti set v0='SK8YEBOP1HU601TMMF5SMOQ9' where id=5; -update noar tt set b1='INR0H0' where id=5; -update noar ti set b1='INR0H0' where id=5; -update noar tt set v0='JRB1J3N0' where id=5; -update noar ti set v0='JRB1J3N0' where id=5; -update noar tt set b2='NBVXYTYWGLIGGJHRA2C0' where id=5; -update noar ti set b2='NBVXYTYWGLIGGJHRA2C0' where id=5; -update noar tt set v0='RQLW' where id=6; -update noar ti set v0='RQLW' where id=6; -update noar tt set b0='SSLIJIZW3I8Z13LC2RM577' where id=6; -update noar ti set b0='SSLIJIZW3I8Z13LC2RM577' where id=6; -update noar tt set v0='2BO5N3W8WI4N6OME2MKD1NC' where id=6; -update noar ti set v0='2BO5N3W8WI4N6OME2MKD1NC' where id=6; -update noar tt set b1='IGAKA851VXVNQNPZH5DWRH65' where id=6; -update noar ti set b1='IGAKA851VXVNQNPZH5DWRH65' where id=6; -update noar tt set v0='NSMUJPVQC' where id=6; -update noar ti set v0='NSMUJPVQC' where id=6; -update noar tt set b2='ID5IN1AB2LDFAEUR2G' where id=6; -update noar ti set b2='ID5IN1AB2LDFAEUR2G' where id=6; -update noar tt set v0='RMO' where id=7; -update noar ti set v0='RMO' where id=7; -update noar tt set b0='5Y3J41T33RPMQ' where id=7; -update noar ti set b0='5Y3J41T33RPMQ' where id=7; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b1='7UNXD8539M1AQVAKJ2K5XNQ' where id=7; -update noar ti set b1='7UNXD8539M1AQVAKJ2K5XNQ' where id=7; -update noar tt set v0='02UNVRHFT9MLHAY6J8' where id=7; -update noar ti set v0='02UNVRHFT9MLHAY6J8' where id=7; -update noar tt set b2='3Z6EL36QQSE8CDT8' where id=7; -update noar ti set b2='3Z6EL36QQSE8CDT8' where id=7; -update noar tt set v0='SZCHT9NJLJN2A7N7XZYF1RL6' where id=8; -update noar ti set v0='SZCHT9NJLJN2A7N7XZYF1RL6' where id=8; -update noar tt set b0='43LZI9FW6X7VK33RMGFXX56V' where id=8; -update noar ti set b0='43LZI9FW6X7VK33RMGFXX56V' where id=8; -update noar tt set v0='3ZLCOU6F7W7O7S3C5HJPL51QM0H1M' where id=8; -update noar ti set v0='3ZLCOU6F7W7O7S3C5HJPL51QM0H1M' where id=8; -update noar tt set b1='I4YIYKNQBOK8T1OOGR5' where id=8; -update noar ti set b1='I4YIYKNQBOK8T1OOGR5' where id=8; -update noar tt set v0='KCEW67CD9YUS' where id=8; -update noar ti set v0='KCEW67CD9YUS' where id=8; -update noar tt set b2='Q75FX4L9CUPC8B' where id=8; -update noar ti set b2='Q75FX4L9CUPC8B' where id=8; -update noar tt set v0='PWEUDK6CSU7SMTFE8MHRDRI6' where id=9; -update noar ti set v0='PWEUDK6CSU7SMTFE8MHRDRI6' where id=9; -update noar tt set b0='CN46TH3KF31A81KW0Q2BNXGRE5' where id=9; -update noar ti set b0='CN46TH3KF31A81KW0Q2BNXGRE5' where id=9; -update noar tt set v0='6FSSBVOPALV64D' where id=9; -update noar ti set v0='6FSSBVOPALV64D' where id=9; -update noar tt set b1='2BHVYYA53WPZY8R' where id=9; -update noar ti set b1='2BHVYYA53WPZY8R' where id=9; -update noar tt set v0='KN2OPHKMAK3AKEEE1CV0E5B8L' where id=9; -update noar ti set v0='KN2OPHKMAK3AKEEE1CV0E5B8L' where id=9; -update noar tt set b2='I847C7HSS26WCT' where id=9; -update noar ti set b2='I847C7HSS26WCT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QH6K36CVT4MOFWFPT7ASIGBMTQ' where id=1; -update noar ti set v0='QH6K36CVT4MOFWFPT7ASIGBMTQ' where id=1; -update noar tt set b0='KYWWIJPJPJFC740FUSHV13C' where id=1; -update noar ti set b0='KYWWIJPJPJFC740FUSHV13C' where id=1; -update noar tt set v0='BVIR3ZIFIK5LQPP5L8XE94CFQX' where id=1; -update noar ti set v0='BVIR3ZIFIK5LQPP5L8XE94CFQX' where id=1; -update noar tt set b1='BHDWN391SU' where id=1; -update noar ti set b1='BHDWN391SU' where id=1; -update noar tt set v0='YD1V8YJY9FJ0LAO0NGKBLQ67CVWCGW' where id=1; -update noar ti set v0='YD1V8YJY9FJ0LAO0NGKBLQ67CVWCGW' where id=1; -update noar tt set b2='L5QS406J4LPEKBWBD' where id=1; -update noar ti set b2='L5QS406J4LPEKBWBD' where id=1; -update noar tt set v0='1AC0DQ33PWSR' where id=2; -update noar ti set v0='1AC0DQ33PWSR' where id=2; -update noar tt set b0='43Q4CLY7QFSV6G4W84CBHJGX' where id=2; -update noar ti set b0='43Q4CLY7QFSV6G4W84CBHJGX' where id=2; -update noar tt set v0='YL5YNZST4U2HM02KAEL344B' where id=2; -update noar ti set v0='YL5YNZST4U2HM02KAEL344B' where id=2; -update noar tt set b1='J' where id=2; -update noar ti set b1='J' where id=2; -update noar tt set v0='NEWUL' where id=2; -update noar ti set v0='NEWUL' where id=2; -update noar tt set b2='2O' where id=2; -update noar ti set b2='2O' where id=2; -update noar tt set v0='I2OMK9JODMVRJFVXVZ0C82MOWZ8MYS1A' where id=3; -update noar ti set v0='I2OMK9JODMVRJFVXVZ0C82MOWZ8MYS1A' where id=3; -update noar tt set b0='OJRCJGW' where id=3; -update noar ti set b0='OJRCJGW' where id=3; -update noar tt set v0='JEE1YC2ZN0J71DUVEH' where id=3; -update noar ti set v0='JEE1YC2ZN0J71DUVEH' where id=3; -update noar tt set b1='3QYLUDZR3B18RDIH7B7YEBYJ4W8HJ' where id=3; -update noar ti set b1='3QYLUDZR3B18RDIH7B7YEBYJ4W8HJ' where id=3; -update noar tt set v0='S594BSI16QSX4W4G' where id=3; -update noar ti set v0='S594BSI16QSX4W4G' where id=3; -update noar tt set b2='QP6RCNTURLSL' where id=3; -update noar ti set b2='QP6RCNTURLSL' where id=3; -update noar tt set v0='T' where id=4; -update noar ti set v0='T' where id=4; -update noar tt set b0='5' where id=4; -update noar ti set b0='5' where id=4; -update noar tt set v0='OOJ0IIMQ914CNHNC6QG2BG423LEW49' where id=4; -update noar ti set v0='OOJ0IIMQ914CNHNC6QG2BG423LEW49' where id=4; -update noar tt set b1='DAKMMKFRPIENJI2' where id=4; -update noar ti set b1='DAKMMKFRPIENJI2' where id=4; -update noar tt set v0='V17OVNSOEHPEGA81' where id=4; -update noar ti set v0='V17OVNSOEHPEGA81' where id=4; -update noar tt set b2='P6Q0' where id=4; -update noar ti set b2='P6Q0' where id=4; -update noar tt set v0='JDWALEQEYOSUHM' where id=5; -update noar ti set v0='JDWALEQEYOSUHM' where id=5; -update noar tt set b0='8UX4O6B' where id=5; -update noar ti set b0='8UX4O6B' where id=5; -update noar tt set v0='D5IUH8VXUFCD2A3DRXL39' where id=5; -update noar ti set v0='D5IUH8VXUFCD2A3DRXL39' where id=5; -update noar tt set b1='E5GK5A4UOAFU21JAJFMIJ4' where id=5; -update noar ti set b1='E5GK5A4UOAFU21JAJFMIJ4' where id=5; -update noar tt set v0='37G6QITT8UWJAQSPO6W9QMJLHHF74KB3' where id=5; -update noar ti set v0='37G6QITT8UWJAQSPO6W9QMJLHHF74KB3' where id=5; -update noar tt set b2='WXOLDPZBH7O6WE1A54RUJ3QVYKT8E' where id=5; -update noar ti set b2='WXOLDPZBH7O6WE1A54RUJ3QVYKT8E' where id=5; -update noar tt set v0='C8VRMW3LVHOC5S4' where id=6; -update noar ti set v0='C8VRMW3LVHOC5S4' where id=6; -update noar tt set b0='0YV87CFU2XYDSHJV1BM0M160BKF4' where id=6; -update noar ti set b0='0YV87CFU2XYDSHJV1BM0M160BKF4' where id=6; -update noar tt set v0='KO6V0ME4R2PFB0J0W8I5V2X4RL5REZLU' where id=6; -update noar ti set v0='KO6V0ME4R2PFB0J0W8I5V2X4RL5REZLU' where id=6; -update noar tt set b1='XXJ4R8IY69HZFWEP8VT1NNY' where id=6; -update noar ti set b1='XXJ4R8IY69HZFWEP8VT1NNY' where id=6; -update noar tt set v0='TWOV' where id=6; -update noar ti set v0='TWOV' where id=6; -update noar tt set b2='0EMX3IAEC2NFEZP' where id=6; -update noar ti set b2='0EMX3IAEC2NFEZP' where id=6; -update noar tt set v0='C6OJ2A' where id=7; -update noar ti set v0='C6OJ2A' where id=7; -update noar tt set b0='CQSIZ3GYCN3QOEQUC0B558PUM4NRPAG9' where id=7; -update noar ti set b0='CQSIZ3GYCN3QOEQUC0B558PUM4NRPAG9' where id=7; -update noar tt set v0='O0TZ6YK6Y7Y5WL7DGB7BHGAJX0N' where id=7; -update noar ti set v0='O0TZ6YK6Y7Y5WL7DGB7BHGAJX0N' where id=7; -update noar tt set b1='KAKJT3PO15XEAX6H06XYSASU8GY' where id=7; -update noar ti set b1='KAKJT3PO15XEAX6H06XYSASU8GY' where id=7; -update noar tt set v0='BSEVL' where id=7; -update noar ti set v0='BSEVL' where id=7; -update noar tt set b2='8YZUJYMYW' where id=7; -update noar ti set b2='8YZUJYMYW' where id=7; -update noar tt set v0='BSTI1E' where id=8; -update noar ti set v0='BSTI1E' where id=8; -update noar tt set b0='KLN0LA8' where id=8; -update noar ti set b0='KLN0LA8' where id=8; -update noar tt set v0='4EKCYHA04LRFBWGN6Z' where id=8; -update noar ti set v0='4EKCYHA04LRFBWGN6Z' where id=8; -update noar tt set b1='EZZRX914WC5F7V26A6TESEUQD' where id=8; -update noar ti set b1='EZZRX914WC5F7V26A6TESEUQD' where id=8; -update noar tt set v0='3M9BPW5V46K6XHA' where id=8; -update noar ti set v0='3M9BPW5V46K6XHA' where id=8; -update noar tt set b2='TSKCIU5Y5N6KYRPKDRJQ19HBVYS3C' where id=8; -update noar ti set b2='TSKCIU5Y5N6KYRPKDRJQ19HBVYS3C' where id=8; -update noar tt set v0='0LXC71ITYRX7UFGLNUGRWWVHG19B' where id=9; -update noar ti set v0='0LXC71ITYRX7UFGLNUGRWWVHG19B' where id=9; -update noar tt set b0='INH4GNQWU19CZCONEVI2X3BMH4' where id=9; -update noar ti set b0='INH4GNQWU19CZCONEVI2X3BMH4' where id=9; -update noar tt set v0='YEMOKFWHBEO9K' where id=9; -update noar ti set v0='YEMOKFWHBEO9K' where id=9; -update noar tt set b1='2CWV7QJWYPW1VP7SWH3SI3I' where id=9; -update noar ti set b1='2CWV7QJWYPW1VP7SWH3SI3I' where id=9; -update noar tt set v0='R1MN2YW8QMAVWHW1' where id=9; -update noar ti set v0='R1MN2YW8QMAVWHW1' where id=9; -update noar tt set b2='9WUD29' where id=9; -update noar ti set b2='9WUD29' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B5T8' where id=1; -update noar ti set v0='B5T8' where id=1; -update noar tt set b0='CO660TAJODWYREKTIL8MWIW5P2AE87' where id=1; -update noar ti set b0='CO660TAJODWYREKTIL8MWIW5P2AE87' where id=1; -update noar tt set v0='T804NWS769TX4' where id=1; -update noar ti set v0='T804NWS769TX4' where id=1; -update noar tt set b1='MRIT7' where id=1; -update noar ti set b1='MRIT7' where id=1; -update noar tt set v0='P965465JJWB3B0OGMUKJYERD6A9JJQWH' where id=1; -update noar ti set v0='P965465JJWB3B0OGMUKJYERD6A9JJQWH' where id=1; -update noar tt set b2='L3VSL' where id=1; -update noar ti set b2='L3VSL' where id=1; -update noar tt set v0='A0LGKO8Q8K64CBGE41CO3QP0' where id=2; -update noar ti set v0='A0LGKO8Q8K64CBGE41CO3QP0' where id=2; -update noar tt set b0='FOWFJ0K0T2PUQ1RXKBPZFXUK1R2' where id=2; -update noar ti set b0='FOWFJ0K0T2PUQ1RXKBPZFXUK1R2' where id=2; -update noar tt set v0='C9H904Q' where id=2; -update noar ti set v0='C9H904Q' where id=2; -update noar tt set b1='G5VF3NYLN7C1VWF80P348IWXXZD9' where id=2; -update noar ti set b1='G5VF3NYLN7C1VWF80P348IWXXZD9' where id=2; -update noar tt set v0='Q8W5VA3JQ7ITF899ATZUA6304' where id=2; -update noar ti set v0='Q8W5VA3JQ7ITF899ATZUA6304' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='PD2ERK4ZXXWISLGO24E18P' where id=3; -update noar ti set v0='PD2ERK4ZXXWISLGO24E18P' where id=3; -update noar tt set b0='LA67KMQ5B65VQYOWE0B' where id=3; -update noar ti set b0='LA67KMQ5B65VQYOWE0B' where id=3; -update noar tt set v0='PWN6NKI9Z4T' where id=3; -update noar ti set v0='PWN6NKI9Z4T' where id=3; -update noar tt set b1='F7Y2IVQB3LHPM23A' where id=3; -update noar ti set b1='F7Y2IVQB3LHPM23A' where id=3; -update noar tt set v0='SVJ' where id=3; -update noar ti set v0='SVJ' where id=3; -update noar tt set b2='UF7DA6ZNGPMGEV3FKZ1BSIYF6EQH5BM' where id=3; -update noar ti set b2='UF7DA6ZNGPMGEV3FKZ1BSIYF6EQH5BM' where id=3; -update noar tt set v0='KIDNWJM4D9' where id=4; -update noar ti set v0='KIDNWJM4D9' where id=4; -update noar tt set b0='E747G3' where id=4; -update noar ti set b0='E747G3' where id=4; -update noar tt set v0='Z4H3CQ0FE1H11JIZAIBDLMFDCJP55G' where id=4; -update noar ti set v0='Z4H3CQ0FE1H11JIZAIBDLMFDCJP55G' where id=4; -update noar tt set b1='524HM3B33V0O69AHSIKA' where id=4; -update noar ti set b1='524HM3B33V0O69AHSIKA' where id=4; -update noar tt set v0='VOL4RLSSP0HVD60WPW894AD34RB9' where id=4; -update noar ti set v0='VOL4RLSSP0HVD60WPW894AD34RB9' where id=4; -update noar tt set b2='4' where id=4; -update noar ti set b2='4' where id=4; -update noar tt set v0='9TE1U5U9NFQMZFHSR1R' where id=5; -update noar ti set v0='9TE1U5U9NFQMZFHSR1R' where id=5; -update noar tt set b0='X7UTGX47OC2A2F' where id=5; -update noar ti set b0='X7UTGX47OC2A2F' where id=5; -update noar tt set v0='S4CAA2KY4ZJJF5KA23R9GNEKK0IOG' where id=5; -update noar ti set v0='S4CAA2KY4ZJJF5KA23R9GNEKK0IOG' where id=5; -update noar tt set b1='94VNW042WE6Q77VSK57PCZTODOHJH' where id=5; -update noar ti set b1='94VNW042WE6Q77VSK57PCZTODOHJH' where id=5; -update noar tt set v0='7QHFHI6RCUBYZV' where id=5; -update noar ti set v0='7QHFHI6RCUBYZV' where id=5; -update noar tt set b2='TMNH1U3HUJYYF3N09S7W24' where id=5; -update noar ti set b2='TMNH1U3HUJYYF3N09S7W24' where id=5; -update noar tt set v0='BTB2NO9491ICN5IP8WZJMSLU6XP' where id=6; -update noar ti set v0='BTB2NO9491ICN5IP8WZJMSLU6XP' where id=6; -update noar tt set b0='76IMRVZPAVNFZ8UMXV' where id=6; -update noar ti set b0='76IMRVZPAVNFZ8UMXV' where id=6; -update noar tt set v0='7SZV42' where id=6; -update noar ti set v0='7SZV42' where id=6; -update noar tt set b1='E7J6TRPPXVE7O0GNXKIJF' where id=6; -update noar ti set b1='E7J6TRPPXVE7O0GNXKIJF' where id=6; -update noar tt set v0='E2O7AJASI' where id=6; -update noar ti set v0='E2O7AJASI' where id=6; -update noar tt set b2='DJXDN1UEJADMCZHZ9ID94YKV63RXITE' where id=6; -update noar ti set b2='DJXDN1UEJADMCZHZ9ID94YKV63RXITE' where id=6; -update noar tt set v0='MLRH7GDXVXLN1OC' where id=7; -update noar ti set v0='MLRH7GDXVXLN1OC' where id=7; -update noar tt set b0='DUACNJ2UV7AF4SK1SIE9PV' where id=7; -update noar ti set b0='DUACNJ2UV7AF4SK1SIE9PV' where id=7; -update noar tt set v0='A4DXTA3SN6ZT2A8B0YR69YKW57DBM' where id=7; -update noar ti set v0='A4DXTA3SN6ZT2A8B0YR69YKW57DBM' where id=7; -update noar tt set b1='EOJR5YXUNWA1R' where id=7; -update noar ti set b1='EOJR5YXUNWA1R' where id=7; -update noar tt set v0='D0LQEI2S' where id=7; -update noar ti set v0='D0LQEI2S' where id=7; -update noar tt set b2='QVNAUUOJESJ9' where id=7; -update noar ti set b2='QVNAUUOJESJ9' where id=7; -update noar tt set v0='L9BL' where id=8; -update noar ti set v0='L9BL' where id=8; -update noar tt set b0='1IN4MACQGCPUZFK5JB' where id=8; -update noar ti set b0='1IN4MACQGCPUZFK5JB' where id=8; -update noar tt set v0='4KS0T9XZOZUR73ZL4DDI4MSZZ' where id=8; -update noar ti set v0='4KS0T9XZOZUR73ZL4DDI4MSZZ' where id=8; -update noar tt set b1='C9QX5Q83QEABX0KA1Z9U' where id=8; -update noar ti set b1='C9QX5Q83QEABX0KA1Z9U' where id=8; -update noar tt set v0='87674KIIE7PMNBVEKFZCCB0Q3' where id=8; -update noar ti set v0='87674KIIE7PMNBVEKFZCCB0Q3' where id=8; -update noar tt set b2='90CJOZW8OSS' where id=8; -update noar ti set b2='90CJOZW8OSS' where id=8; -update noar tt set v0='3RKWDA8MDQLJ4OJFXUEM7KK7EBPTM74F' where id=9; -update noar ti set v0='3RKWDA8MDQLJ4OJFXUEM7KK7EBPTM74F' where id=9; -update noar tt set b0='YKBU49YBLGBEFCE' where id=9; -update noar ti set b0='YKBU49YBLGBEFCE' where id=9; -update noar tt set v0='EWEX6U9JT' where id=9; -update noar ti set v0='EWEX6U9JT' where id=9; -update noar tt set b1='PEYDDLZ4BY3958T5N44F' where id=9; -update noar ti set b1='PEYDDLZ4BY3958T5N44F' where id=9; -update noar tt set v0='UMJGWE19' where id=9; -update noar ti set v0='UMJGWE19' where id=9; -update noar tt set b2='URP014FRP0VT' where id=9; -update noar ti set b2='URP014FRP0VT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ICUD1RCNYUXD5G8QH2U' where id=1; -update noar ti set v0='6ICUD1RCNYUXD5G8QH2U' where id=1; -update noar tt set b0='T1' where id=1; -update noar ti set b0='T1' where id=1; -update noar tt set v0='TK6WHZBR7W2AX7GQ9Y6HVN0Z7' where id=1; -update noar ti set v0='TK6WHZBR7W2AX7GQ9Y6HVN0Z7' where id=1; -update noar tt set b1='6018X9W9Z9MCMN3H6' where id=1; -update noar ti set b1='6018X9W9Z9MCMN3H6' where id=1; -update noar tt set v0='O09X4V22OY3' where id=1; -update noar ti set v0='O09X4V22OY3' where id=1; -update noar tt set b2='WV92NADHCLKMYZV' where id=1; -update noar ti set b2='WV92NADHCLKMYZV' where id=1; -update noar tt set v0='I8YHO0RNDEN' where id=2; -update noar ti set v0='I8YHO0RNDEN' where id=2; -update noar tt set b0='L7WIUK5PF1F17IAEMZ6QYZ3VS' where id=2; -update noar ti set b0='L7WIUK5PF1F17IAEMZ6QYZ3VS' where id=2; -update noar tt set v0='IHSJ84PGBL5BTYL54TN2IX' where id=2; -update noar ti set v0='IHSJ84PGBL5BTYL54TN2IX' where id=2; -update noar tt set b1='36YOFM5O' where id=2; -update noar ti set b1='36YOFM5O' where id=2; -update noar tt set v0='HEQL7ODFJE3EO' where id=2; -update noar ti set v0='HEQL7ODFJE3EO' where id=2; -update noar tt set b2='7GPCM6K' where id=2; -update noar ti set b2='7GPCM6K' where id=2; -update noar tt set v0='UIPTAMOL3IC39LAV' where id=3; -update noar ti set v0='UIPTAMOL3IC39LAV' where id=3; -update noar tt set b0='66BOACX' where id=3; -update noar ti set b0='66BOACX' where id=3; -update noar tt set v0='4FS' where id=3; -update noar ti set v0='4FS' where id=3; -update noar tt set b1='GG' where id=3; -update noar ti set b1='GG' where id=3; -update noar tt set v0='2ZVCNCKHBSAOQL' where id=3; -update noar ti set v0='2ZVCNCKHBSAOQL' where id=3; -update noar tt set b2='RPGCLKP5CEC6L2N1TI7FQ0L1I' where id=3; -update noar ti set b2='RPGCLKP5CEC6L2N1TI7FQ0L1I' where id=3; -update noar tt set v0='SCKOIL5H5K8B90YVHJ0MZU00R6H' where id=4; -update noar ti set v0='SCKOIL5H5K8B90YVHJ0MZU00R6H' where id=4; -update noar tt set b0='LR6Z972L5FG' where id=4; -update noar ti set b0='LR6Z972L5FG' where id=4; -update noar tt set v0='BY4CVT' where id=4; -update noar ti set v0='BY4CVT' where id=4; -update noar tt set b1='SDC' where id=4; -update noar ti set b1='SDC' where id=4; -update noar tt set v0='Y352PRISAM7MWMUYZERKSGTIXHPA1OZ' where id=4; -update noar ti set v0='Y352PRISAM7MWMUYZERKSGTIXHPA1OZ' where id=4; -update noar tt set b2='H1B7J070BUNTWK8E' where id=4; -update noar ti set b2='H1B7J070BUNTWK8E' where id=4; -update noar tt set v0='4AQH50' where id=5; -update noar ti set v0='4AQH50' where id=5; -update noar tt set b0='84IVLFZQRRJ9SH1I9J' where id=5; -update noar ti set b0='84IVLFZQRRJ9SH1I9J' where id=5; -update noar tt set v0='837GEMP8JCRPN9D4V5C' where id=5; -update noar ti set v0='837GEMP8JCRPN9D4V5C' where id=5; -update noar tt set b1='O5FKFCJ18SWQA0CKWSEXJTI3OQ4' where id=5; -update noar ti set b1='O5FKFCJ18SWQA0CKWSEXJTI3OQ4' where id=5; -update noar tt set v0='T5P7O7ITWTZAO3LJWJV1BK0' where id=5; -update noar ti set v0='T5P7O7ITWTZAO3LJWJV1BK0' where id=5; -update noar tt set b2='HMTQXKEX' where id=5; -update noar ti set b2='HMTQXKEX' where id=5; -update noar tt set v0='RJXBPTV9XI31S7T1F45F0C7A41' where id=6; -update noar ti set v0='RJXBPTV9XI31S7T1F45F0C7A41' where id=6; -update noar tt set b0='H5VNEK4OM60IZPXQR2' where id=6; -update noar ti set b0='H5VNEK4OM60IZPXQR2' where id=6; -update noar tt set v0='P03NT7AEHRHX4WM6UI2C' where id=6; -update noar ti set v0='P03NT7AEHRHX4WM6UI2C' where id=6; -update noar tt set b1='2UL7' where id=6; -update noar ti set b1='2UL7' where id=6; -update noar tt set v0='KSSES9' where id=6; -update noar ti set v0='KSSES9' where id=6; -update noar tt set b2='0R1CE' where id=6; -update noar ti set b2='0R1CE' where id=6; -update noar tt set v0='004ASRUTRXET8B55A5L2EHS' where id=7; -update noar ti set v0='004ASRUTRXET8B55A5L2EHS' where id=7; -update noar tt set b0='KMCPFG23ITA' where id=7; -update noar ti set b0='KMCPFG23ITA' where id=7; -update noar tt set v0='02Q6RRXZ402OX2D6D9I2KRVDXA4C' where id=7; -update noar ti set v0='02Q6RRXZ402OX2D6D9I2KRVDXA4C' where id=7; -update noar tt set b1='PHMMX' where id=7; -update noar ti set b1='PHMMX' where id=7; -update noar tt set v0='I699IXJ56C1EWL3IR8EASD5' where id=7; -update noar ti set v0='I699IXJ56C1EWL3IR8EASD5' where id=7; -update noar tt set b2='G4ZDG2KLOJLWCTR' where id=7; -update noar ti set b2='G4ZDG2KLOJLWCTR' where id=7; -update noar tt set v0='U48AZW3XYEDI' where id=8; -update noar ti set v0='U48AZW3XYEDI' where id=8; -update noar tt set b0='ZAQBZNMNUVV3WFJML' where id=8; -update noar ti set b0='ZAQBZNMNUVV3WFJML' where id=8; -update noar tt set v0='8B' where id=8; -update noar ti set v0='8B' where id=8; -update noar tt set b1='SH9LRS6WMZWBYYOP' where id=8; -update noar ti set b1='SH9LRS6WMZWBYYOP' where id=8; -update noar tt set v0='RCSLSOK7UM7EV5YC' where id=8; -update noar ti set v0='RCSLSOK7UM7EV5YC' where id=8; -update noar tt set b2='9RFV4DRC2QWZ78ULQFPWX' where id=8; -update noar ti set b2='9RFV4DRC2QWZ78ULQFPWX' where id=8; -update noar tt set v0='3JP8TX9UYXC01HRKUJS4FWWFLP0' where id=9; -update noar ti set v0='3JP8TX9UYXC01HRKUJS4FWWFLP0' where id=9; -update noar tt set b0='2VVWHN4JC486SPQRGB7USS42W6XYC' where id=9; -update noar ti set b0='2VVWHN4JC486SPQRGB7USS42W6XYC' where id=9; -update noar tt set v0='3' where id=9; -update noar ti set v0='3' where id=9; -update noar tt set b1='44IXRD64PHO1BZ6MQJXIR9NNT6X9' where id=9; -update noar ti set b1='44IXRD64PHO1BZ6MQJXIR9NNT6X9' where id=9; -update noar tt set v0='7SQLH7E3EL1MAMTKS9RHQ' where id=9; -update noar ti set v0='7SQLH7E3EL1MAMTKS9RHQ' where id=9; -update noar tt set b2='6F5K8QQMN5ROZ8YJUB8M3UG' where id=9; -update noar ti set b2='6F5K8QQMN5ROZ8YJUB8M3UG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R8QC2LK3FJ9TUON4F' where id=1; -update noar ti set v0='R8QC2LK3FJ9TUON4F' where id=1; -update noar tt set b0='XW095Q43CN08D6SWVNGMYTFWFZUY' where id=1; -update noar ti set b0='XW095Q43CN08D6SWVNGMYTFWFZUY' where id=1; -update noar tt set v0='P6IOMB9' where id=1; -update noar ti set v0='P6IOMB9' where id=1; -update noar tt set b1='ZRSNSV45CAK063WFF1EBPIVO2X' where id=1; -update noar ti set b1='ZRSNSV45CAK063WFF1EBPIVO2X' where id=1; -update noar tt set v0='X781BE65UV0H8ODU2890' where id=1; -update noar ti set v0='X781BE65UV0H8ODU2890' where id=1; -update noar tt set b2='9JA9HXZOF4VLLMIC2DMDBMYARQ6ZC45' where id=1; -update noar ti set b2='9JA9HXZOF4VLLMIC2DMDBMYARQ6ZC45' where id=1; -update noar tt set v0='8W0K6RVWR1' where id=2; -update noar ti set v0='8W0K6RVWR1' where id=2; -update noar tt set b0='Z5Q7SQY8TQ052H2ELWVQ' where id=2; -update noar ti set b0='Z5Q7SQY8TQ052H2ELWVQ' where id=2; -update noar tt set v0='CEHVCWEL0B' where id=2; -update noar ti set v0='CEHVCWEL0B' where id=2; -update noar tt set b1='VM6T54E7KMJ' where id=2; -update noar ti set b1='VM6T54E7KMJ' where id=2; -update noar tt set v0='VE22WDZ' where id=2; -update noar ti set v0='VE22WDZ' where id=2; -update noar tt set b2='A9RZQCNNJBKDMB995J1V' where id=2; -update noar ti set b2='A9RZQCNNJBKDMB995J1V' where id=2; -update noar tt set v0='GOYN6CB99Q2KSG' where id=3; -update noar ti set v0='GOYN6CB99Q2KSG' where id=3; -update noar tt set b0='Z3ZLMFUD3M0' where id=3; -update noar ti set b0='Z3ZLMFUD3M0' where id=3; -update noar tt set v0='2T2TKFUYFZSDXBRGRBX9' where id=3; -update noar ti set v0='2T2TKFUYFZSDXBRGRBX9' where id=3; -update noar tt set b1='8X1UYGUVV61YPTHI' where id=3; -update noar ti set b1='8X1UYGUVV61YPTHI' where id=3; -update noar tt set v0='UK9V1XOPRP' where id=3; -update noar ti set v0='UK9V1XOPRP' where id=3; -update noar tt set b2='IIK3I7K1EHBLJ04LO038GRFILXDWPC2I' where id=3; -update noar ti set b2='IIK3I7K1EHBLJ04LO038GRFILXDWPC2I' where id=3; -update noar tt set v0='V6Z5C0' where id=4; -update noar ti set v0='V6Z5C0' where id=4; -update noar tt set b0='OK' where id=4; -update noar ti set b0='OK' where id=4; -update noar tt set v0='SM4CK413M1DQ3I41Y5AQ8KV' where id=4; -update noar ti set v0='SM4CK413M1DQ3I41Y5AQ8KV' where id=4; -update noar tt set b1='KOCCH34SMIW' where id=4; -update noar ti set b1='KOCCH34SMIW' where id=4; -update noar tt set v0='T77UAO0HF4FG' where id=4; -update noar ti set v0='T77UAO0HF4FG' where id=4; -update noar tt set b2='E8L0JOV5ZRCF7IJ1CMB' where id=4; -update noar ti set b2='E8L0JOV5ZRCF7IJ1CMB' where id=4; -update noar tt set v0='TCDIADG65A2GNZ009XE49D' where id=5; -update noar ti set v0='TCDIADG65A2GNZ009XE49D' where id=5; -update noar tt set b0='8MXEFNSR2ZWXB0A4RUTURVKGT' where id=5; -update noar ti set b0='8MXEFNSR2ZWXB0A4RUTURVKGT' where id=5; -update noar tt set v0='R40STLD0E' where id=5; -update noar ti set v0='R40STLD0E' where id=5; -update noar tt set b1='ENSYOB814N3L5DS55' where id=5; -update noar ti set b1='ENSYOB814N3L5DS55' where id=5; -update noar tt set v0='DWL' where id=5; -update noar ti set v0='DWL' where id=5; -update noar tt set b2='O3IKTL' where id=5; -update noar ti set b2='O3IKTL' where id=5; -update noar tt set v0='I625QTG0ZNOSYY6' where id=6; -update noar ti set v0='I625QTG0ZNOSYY6' where id=6; -update noar tt set b0='KJSS' where id=6; -update noar ti set b0='KJSS' where id=6; -update noar tt set v0='MEG' where id=6; -update noar ti set v0='MEG' where id=6; -update noar tt set b1='YAVEXA' where id=6; -update noar ti set b1='YAVEXA' where id=6; -update noar tt set v0='K2HVIJE7XZ2SEQUK6CHR4WNQ521' where id=6; -update noar ti set v0='K2HVIJE7XZ2SEQUK6CHR4WNQ521' where id=6; -update noar tt set b2='3GY9BAIKRSKX7QIX27GQMZQFZIZIA2CV' where id=6; -update noar ti set b2='3GY9BAIKRSKX7QIX27GQMZQFZIZIA2CV' where id=6; -update noar tt set v0='H5KTNKJIU37H4NMK8MA3SB1ZX' where id=7; -update noar ti set v0='H5KTNKJIU37H4NMK8MA3SB1ZX' where id=7; -update noar tt set b0='4DLSCD5A' where id=7; -update noar ti set b0='4DLSCD5A' where id=7; -update noar tt set v0='027' where id=7; -update noar ti set v0='027' where id=7; -update noar tt set b1='R577GJ8DRRXOUOADUDGO' where id=7; -update noar ti set b1='R577GJ8DRRXOUOADUDGO' where id=7; -update noar tt set v0='VMX38I58JTEQ' where id=7; -update noar ti set v0='VMX38I58JTEQ' where id=7; -update noar tt set b2='D' where id=7; -update noar ti set b2='D' where id=7; -update noar tt set v0='0HUB528TLU' where id=8; -update noar ti set v0='0HUB528TLU' where id=8; -update noar tt set b0='SISMFBBG9IJ' where id=8; -update noar ti set b0='SISMFBBG9IJ' where id=8; -update noar tt set v0='SH' where id=8; -update noar ti set v0='SH' where id=8; -update noar tt set b1='5PKBSY13703MGH1RR21OGJ3PGA' where id=8; -update noar ti set b1='5PKBSY13703MGH1RR21OGJ3PGA' where id=8; -update noar tt set v0='06PXG73FRVAYONSA24X' where id=8; -update noar ti set v0='06PXG73FRVAYONSA24X' where id=8; -update noar tt set b2='7OYLAEPV3PU8FTBORQAL8CUF70MKPPG' where id=8; -update noar ti set b2='7OYLAEPV3PU8FTBORQAL8CUF70MKPPG' where id=8; -update noar tt set v0='1M5OC' where id=9; -update noar ti set v0='1M5OC' where id=9; -update noar tt set b0='P4B2KFW3D11ZUI5S08ER3NK' where id=9; -update noar ti set b0='P4B2KFW3D11ZUI5S08ER3NK' where id=9; -update noar tt set v0='B7GKKTX1EDIUQ7QSZ55GP7DXZ6LM4' where id=9; -update noar ti set v0='B7GKKTX1EDIUQ7QSZ55GP7DXZ6LM4' where id=9; -update noar tt set b1='MGLPJ' where id=9; -update noar ti set b1='MGLPJ' where id=9; -update noar tt set v0='0JEJ1C0S' where id=9; -update noar ti set v0='0JEJ1C0S' where id=9; -update noar tt set b2='P13R2' where id=9; -update noar ti set b2='P13R2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='67BTHJWFWE0HGKZEYMU' where id=1; -update noar ti set v0='67BTHJWFWE0HGKZEYMU' where id=1; -update noar tt set b0='GAP0E1KP8L90MYLFMC6N01LDEC7KOT1' where id=1; -update noar ti set b0='GAP0E1KP8L90MYLFMC6N01LDEC7KOT1' where id=1; -update noar tt set v0='KQ7JCZ6YGQUK' where id=1; -update noar ti set v0='KQ7JCZ6YGQUK' where id=1; -update noar tt set b1='ZE0OUQIZZXN' where id=1; -update noar ti set b1='ZE0OUQIZZXN' where id=1; -update noar tt set v0='ZQLCYPCRT22QNN5GYUEBZXBLOZK48' where id=1; -update noar ti set v0='ZQLCYPCRT22QNN5GYUEBZXBLOZK48' where id=1; -update noar tt set b2='PXC5H5I9K0HPV243NF20IN6JY8' where id=1; -update noar ti set b2='PXC5H5I9K0HPV243NF20IN6JY8' where id=1; -update noar tt set v0='QPA2ZM9B2' where id=2; -update noar ti set v0='QPA2ZM9B2' where id=2; -update noar tt set b0='VNEXOVNAKX526KFG84' where id=2; -update noar ti set b0='VNEXOVNAKX526KFG84' where id=2; -update noar tt set v0='CJ58BVSXDAX02ZGK645N1JDQ' where id=2; -update noar ti set v0='CJ58BVSXDAX02ZGK645N1JDQ' where id=2; -update noar tt set b1='MDHDCKAS59ABXUXMGWPT' where id=2; -update noar ti set b1='MDHDCKAS59ABXUXMGWPT' where id=2; -update noar tt set v0='ALU' where id=2; -update noar ti set v0='ALU' where id=2; -update noar tt set b2='RNJR9E97ZPOL6L6KMU' where id=2; -update noar ti set b2='RNJR9E97ZPOL6L6KMU' where id=2; -update noar tt set v0='I377CVOQZIN8TRT9B7ZRKW27B' where id=3; -update noar ti set v0='I377CVOQZIN8TRT9B7ZRKW27B' where id=3; -update noar tt set b0='AE0VVV7WZLPFC51675YUZ2' where id=3; -update noar ti set b0='AE0VVV7WZLPFC51675YUZ2' where id=3; -update noar tt set v0='CSDAJS86J1590XZP' where id=3; -update noar ti set v0='CSDAJS86J1590XZP' where id=3; -update noar tt set b1='XI815HQWI9RUXNNPSFT05XVM6GLO' where id=3; -update noar ti set b1='XI815HQWI9RUXNNPSFT05XVM6GLO' where id=3; -update noar tt set v0='DVZAGDMMTQEM8OU916DJJET570YUW0T' where id=3; -update noar ti set v0='DVZAGDMMTQEM8OU916DJJET570YUW0T' where id=3; -update noar tt set b2='HCR5OV3FSQC5FP8155RAP' where id=3; -update noar ti set b2='HCR5OV3FSQC5FP8155RAP' where id=3; -update noar tt set v0='QUHWAN4EYATR' where id=4; -update noar ti set v0='QUHWAN4EYATR' where id=4; -update noar tt set b0='34CM0GT6WJOUHH5F4P6MWY97J' where id=4; -update noar ti set b0='34CM0GT6WJOUHH5F4P6MWY97J' where id=4; -update noar tt set v0='XK4Q00TBJNKJUSGVLH' where id=4; -update noar ti set v0='XK4Q00TBJNKJUSGVLH' where id=4; -update noar tt set b1='3WCXG6AA5X1M6JO9YZ' where id=4; -update noar ti set b1='3WCXG6AA5X1M6JO9YZ' where id=4; -update noar tt set v0='DAZ3DJH0ABMB' where id=4; -update noar ti set v0='DAZ3DJH0ABMB' where id=4; -update noar tt set b2='C5VM9LBTMDJT6OQJ8K6QW3GSO4' where id=4; -update noar ti set b2='C5VM9LBTMDJT6OQJ8K6QW3GSO4' where id=4; -update noar tt set v0='1IL299' where id=5; -update noar ti set v0='1IL299' where id=5; -update noar tt set b0='KZOM0QTTBJ90ZB' where id=5; -update noar ti set b0='KZOM0QTTBJ90ZB' where id=5; -update noar tt set v0='EUNJNXOBVA31QN3408LUHOW8B2S6' where id=5; -update noar ti set v0='EUNJNXOBVA31QN3408LUHOW8B2S6' where id=5; -update noar tt set b1='8SXR8JKCFA39FFEO3L1OID8W4DVQP8BP' where id=5; -update noar ti set b1='8SXR8JKCFA39FFEO3L1OID8W4DVQP8BP' where id=5; -update noar tt set v0='IJ6GYZP35IIFATQWH' where id=5; -update noar ti set v0='IJ6GYZP35IIFATQWH' where id=5; -update noar tt set b2='S08HKTK84JDUNPEYBP926B6FL4LDXBED' where id=5; -update noar ti set b2='S08HKTK84JDUNPEYBP926B6FL4LDXBED' where id=5; -update noar tt set v0='NNV29Q20BZ' where id=6; -update noar ti set v0='NNV29Q20BZ' where id=6; -update noar tt set b0='DI79XD7HSQTEXTDWO3A4AKBL' where id=6; -update noar ti set b0='DI79XD7HSQTEXTDWO3A4AKBL' where id=6; -update noar tt set v0='Q' where id=6; -update noar ti set v0='Q' where id=6; -update noar tt set b1='L6YXGO74SG4D6C8N5VN9FP7' where id=6; -update noar ti set b1='L6YXGO74SG4D6C8N5VN9FP7' where id=6; -update noar tt set v0='75UJEYIXOVO1QW6R6FAJ1' where id=6; -update noar ti set v0='75UJEYIXOVO1QW6R6FAJ1' where id=6; -update noar tt set b2='0M' where id=6; -update noar ti set b2='0M' where id=6; -update noar tt set v0='T00L1NMMO3GHS2QP' where id=7; -update noar ti set v0='T00L1NMMO3GHS2QP' where id=7; -update noar tt set b0='MRG1SJXK14E6VXIQ0S' where id=7; -update noar ti set b0='MRG1SJXK14E6VXIQ0S' where id=7; -update noar tt set v0='G5JNUYA44UH' where id=7; -update noar ti set v0='G5JNUYA44UH' where id=7; -update noar tt set b1='JYZ' where id=7; -update noar ti set b1='JYZ' where id=7; -update noar tt set v0='AF4KTNJDOVNZMSB' where id=7; -update noar ti set v0='AF4KTNJDOVNZMSB' where id=7; -update noar tt set b2='AJXGITWFG4JWQIZBR5H' where id=7; -update noar ti set b2='AJXGITWFG4JWQIZBR5H' where id=7; -update noar tt set v0='O50HPL6' where id=8; -update noar ti set v0='O50HPL6' where id=8; -update noar tt set b0='GR8YO1YKJWEELAFIO48G' where id=8; -update noar ti set b0='GR8YO1YKJWEELAFIO48G' where id=8; -update noar tt set v0='3R1X2BQFZKA6P0LNM' where id=8; -update noar ti set v0='3R1X2BQFZKA6P0LNM' where id=8; -update noar tt set b1='KUOVK84V5W75M' where id=8; -update noar ti set b1='KUOVK84V5W75M' where id=8; -update noar tt set v0='HUSA2VJFUP32S5AM1GROM3UR' where id=8; -update noar ti set v0='HUSA2VJFUP32S5AM1GROM3UR' where id=8; -update noar tt set b2='NLMGMJGPGPPFLIG806PCCRG5W' where id=8; -update noar ti set b2='NLMGMJGPGPPFLIG806PCCRG5W' where id=8; -update noar tt set v0='991152K' where id=9; -update noar ti set v0='991152K' where id=9; -update noar tt set b0='3F1258VOJH4DXW' where id=9; -update noar ti set b0='3F1258VOJH4DXW' where id=9; -update noar tt set v0='0VXXFX3UF4H' where id=9; -update noar ti set v0='0VXXFX3UF4H' where id=9; -update noar tt set b1='EYV771VH5QVAO8J6Q' where id=9; -update noar ti set b1='EYV771VH5QVAO8J6Q' where id=9; -update noar tt set v0='6JL311MCJIW' where id=9; -update noar ti set v0='6JL311MCJIW' where id=9; -update noar tt set b2='NOBKY' where id=9; -update noar ti set b2='NOBKY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FQN6G7XJ37Y3YMRZO5A6CNLW60VDB5U' where id=1; -update noar ti set v0='FQN6G7XJ37Y3YMRZO5A6CNLW60VDB5U' where id=1; -update noar tt set b0='M52KWNIGXZ3MQDL6WLRXGUZ9XN9W5URQ' where id=1; -update noar ti set b0='M52KWNIGXZ3MQDL6WLRXGUZ9XN9W5URQ' where id=1; -update noar tt set v0='PR4AUXMX58G2IRMCCGGGA4OY2G' where id=1; -update noar ti set v0='PR4AUXMX58G2IRMCCGGGA4OY2G' where id=1; -update noar tt set b1='YLOEKANQP40LMJZK6HKC' where id=1; -update noar ti set b1='YLOEKANQP40LMJZK6HKC' where id=1; -update noar tt set v0='Y96RZF9X5F7GOH' where id=1; -update noar ti set v0='Y96RZF9X5F7GOH' where id=1; -update noar tt set b2='QMJLIHBXNF5T3FF5O5DS9ZY5A740C' where id=1; -update noar ti set b2='QMJLIHBXNF5T3FF5O5DS9ZY5A740C' where id=1; -update noar tt set v0='IRBK3A6SSL19AVVZK7882CN4GLHTUI' where id=2; -update noar ti set v0='IRBK3A6SSL19AVVZK7882CN4GLHTUI' where id=2; -update noar tt set b0='2650IYQGBQF3EB4407E50SP4DVD' where id=2; -update noar ti set b0='2650IYQGBQF3EB4407E50SP4DVD' where id=2; -update noar tt set v0='H2' where id=2; -update noar ti set v0='H2' where id=2; -update noar tt set b1='MLJC4538GVQOJC1QIZCFA6AD372A7L' where id=2; -update noar ti set b1='MLJC4538GVQOJC1QIZCFA6AD372A7L' where id=2; -update noar tt set v0='RTE19UD32WW93E3T2ZZ' where id=2; -update noar ti set v0='RTE19UD32WW93E3T2ZZ' where id=2; -update noar tt set b2='F' where id=2; -update noar ti set b2='F' where id=2; -update noar tt set v0='0BJYLKRJNX2TB2O47MJJ' where id=3; -update noar ti set v0='0BJYLKRJNX2TB2O47MJJ' where id=3; -update noar tt set b0='WTV1' where id=3; -update noar ti set b0='WTV1' where id=3; -update noar tt set v0='ZWUXOL6' where id=3; -update noar ti set v0='ZWUXOL6' where id=3; -update noar tt set b1='11SUJQO4YFTLMOOVF3LNULU86TT8' where id=3; -update noar ti set b1='11SUJQO4YFTLMOOVF3LNULU86TT8' where id=3; -update noar tt set v0='KXDQWZ16V42ZW32Q5QILJEYJ1SKBLND' where id=3; -update noar ti set v0='KXDQWZ16V42ZW32Q5QILJEYJ1SKBLND' where id=3; -update noar tt set b2='RD35802WDOU28WJ9JHNEAJOP9NS' where id=3; -update noar ti set b2='RD35802WDOU28WJ9JHNEAJOP9NS' where id=3; -update noar tt set v0='Y26QIP7X25UGQPBGVKCSRAM0QLE' where id=4; -update noar ti set v0='Y26QIP7X25UGQPBGVKCSRAM0QLE' where id=4; -update noar tt set b0='22QEXO3717O24F1VCJ889W83405' where id=4; -update noar ti set b0='22QEXO3717O24F1VCJ889W83405' where id=4; -update noar tt set v0='YT1' where id=4; -update noar ti set v0='YT1' where id=4; -update noar tt set b1='NLKP' where id=4; -update noar ti set b1='NLKP' where id=4; -update noar tt set v0='QJGMUBBM1L755499R' where id=4; -update noar ti set v0='QJGMUBBM1L755499R' where id=4; -update noar tt set b2='9LI09Y1GQWU0LZ6OSYU6Z31' where id=4; -update noar ti set b2='9LI09Y1GQWU0LZ6OSYU6Z31' where id=4; -update noar tt set v0='28NT8TAU8' where id=5; -update noar ti set v0='28NT8TAU8' where id=5; -update noar tt set b0='MHKU5RZP0EOMFXZR' where id=5; -update noar ti set b0='MHKU5RZP0EOMFXZR' where id=5; -update noar tt set v0='LBFX92TK76BVIN11V3SZ' where id=5; -update noar ti set v0='LBFX92TK76BVIN11V3SZ' where id=5; -update noar tt set b1='UJK' where id=5; -update noar ti set b1='UJK' where id=5; -update noar tt set v0='ASX6X96L6L5FQF0N1' where id=5; -update noar ti set v0='ASX6X96L6L5FQF0N1' where id=5; -update noar tt set b2='FXDF1YA' where id=5; -update noar ti set b2='FXDF1YA' where id=5; -update noar tt set v0='CSRDWM89AT5WXH9HI5XPTZ66DT8' where id=6; -update noar ti set v0='CSRDWM89AT5WXH9HI5XPTZ66DT8' where id=6; -update noar tt set b0='PKKO6' where id=6; -update noar ti set b0='PKKO6' where id=6; -update noar tt set v0='OXR74IFCKYZ' where id=6; -update noar ti set v0='OXR74IFCKYZ' where id=6; -update noar tt set b1='H4IS5L9ZQJIPMRGUP' where id=6; -update noar ti set b1='H4IS5L9ZQJIPMRGUP' where id=6; -update noar tt set v0='67RFAEBELGL1WQ7FVFO63A16384H9I' where id=6; -update noar ti set v0='67RFAEBELGL1WQ7FVFO63A16384H9I' where id=6; -update noar tt set b2='A4B6XL43IRA1751' where id=6; -update noar ti set b2='A4B6XL43IRA1751' where id=6; -update noar tt set v0='RIZP7PPK6OUP66EIUZS' where id=7; -update noar ti set v0='RIZP7PPK6OUP66EIUZS' where id=7; -update noar tt set b0='KP8M' where id=7; -update noar ti set b0='KP8M' where id=7; -update noar tt set v0='PH50J3BKXTSQ0W8USNS0IQW6' where id=7; -update noar ti set v0='PH50J3BKXTSQ0W8USNS0IQW6' where id=7; -update noar tt set b1='LS44E8TM6H94XBZP1MNHPDBTLJM' where id=7; -update noar ti set b1='LS44E8TM6H94XBZP1MNHPDBTLJM' where id=7; -update noar tt set v0='LJWN3SR3OC8' where id=7; -update noar ti set v0='LJWN3SR3OC8' where id=7; -update noar tt set b2='EQ4IMRHUQ1ANBUAI33JNIYM2J8P8R1' where id=7; -update noar ti set b2='EQ4IMRHUQ1ANBUAI33JNIYM2J8P8R1' where id=7; -update noar tt set v0='1D1IPKY643I7J050MOSRUC5M' where id=8; -update noar ti set v0='1D1IPKY643I7J050MOSRUC5M' where id=8; -update noar tt set b0='HX5G00MH71VBWAHGH4DK0SM' where id=8; -update noar ti set b0='HX5G00MH71VBWAHGH4DK0SM' where id=8; -update noar tt set v0='YHWLKLPWT1YMOS88A64' where id=8; -update noar ti set v0='YHWLKLPWT1YMOS88A64' where id=8; -update noar tt set b1='3P7ZN47QWV' where id=8; -update noar ti set b1='3P7ZN47QWV' where id=8; -update noar tt set v0='HET5NB5YKRUWLYPA4SBULLXE' where id=8; -update noar ti set v0='HET5NB5YKRUWLYPA4SBULLXE' where id=8; -update noar tt set b2='B2YRQAAOSYKOVPN906' where id=8; -update noar ti set b2='B2YRQAAOSYKOVPN906' where id=8; -update noar tt set v0='D7S7ER7RAEI4FCE9' where id=9; -update noar ti set v0='D7S7ER7RAEI4FCE9' where id=9; -update noar tt set b0='3A8CWYTL4PSVB' where id=9; -update noar ti set b0='3A8CWYTL4PSVB' where id=9; -update noar tt set v0='EAUGZ4AJUJG4P8E9X58EI96QZ0L5' where id=9; -update noar ti set v0='EAUGZ4AJUJG4P8E9X58EI96QZ0L5' where id=9; -update noar tt set b1='D8NRDPO7FAPIAFJJB6MIGS' where id=9; -update noar ti set b1='D8NRDPO7FAPIAFJJB6MIGS' where id=9; -update noar tt set v0='OINIE' where id=9; -update noar ti set v0='OINIE' where id=9; -update noar tt set b2='5NVE03D0PPWS0O' where id=9; -update noar ti set b2='5NVE03D0PPWS0O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BZV2Q' where id=1; -update noar ti set v0='BZV2Q' where id=1; -update noar tt set b0='70HPAHMYEBGQ7DAZWPDUIKX4D4DAQU0' where id=1; -update noar ti set b0='70HPAHMYEBGQ7DAZWPDUIKX4D4DAQU0' where id=1; -update noar tt set v0='NPJTHWRK3A5Q7YVYAR4V2RJBKCXSLPR' where id=1; -update noar ti set v0='NPJTHWRK3A5Q7YVYAR4V2RJBKCXSLPR' where id=1; -update noar tt set b1='OLCCW9884V' where id=1; -update noar ti set b1='OLCCW9884V' where id=1; -update noar tt set v0='Y4QFAS4R3Q0UA2QIS1' where id=1; -update noar ti set v0='Y4QFAS4R3Q0UA2QIS1' where id=1; -update noar tt set b2='39PWV6V9' where id=1; -update noar ti set b2='39PWV6V9' where id=1; -update noar tt set v0='XS8N49YFK56H2CPKC' where id=2; -update noar ti set v0='XS8N49YFK56H2CPKC' where id=2; -update noar tt set b0='8F26IUJ3304SI1MJHC9VZN5TI06KW' where id=2; -update noar ti set b0='8F26IUJ3304SI1MJHC9VZN5TI06KW' where id=2; -update noar tt set v0='L1YZIY1AZ8IV' where id=2; -update noar ti set v0='L1YZIY1AZ8IV' where id=2; -update noar tt set b1='9E25QUAW7ZKWVV' where id=2; -update noar ti set b1='9E25QUAW7ZKWVV' where id=2; -update noar tt set v0='XYDESP2FWID57U2KJ0F4E7B' where id=2; -update noar ti set v0='XYDESP2FWID57U2KJ0F4E7B' where id=2; -update noar tt set b2='MZOD78TXP5X9UAL8QGUPEARGVG' where id=2; -update noar ti set b2='MZOD78TXP5X9UAL8QGUPEARGVG' where id=2; -update noar tt set v0='RDO0O4NIIXFLZTF4H4J7PF' where id=3; -update noar ti set v0='RDO0O4NIIXFLZTF4H4J7PF' where id=3; -update noar tt set b0='XRAJSP2D27E59PQ69P' where id=3; -update noar ti set b0='XRAJSP2D27E59PQ69P' where id=3; -update noar tt set v0='RSLUEJ2HYFSXHV2LZDXR5A6' where id=3; -update noar ti set v0='RSLUEJ2HYFSXHV2LZDXR5A6' where id=3; -update noar tt set b1='UCWRU80ERD5VP9I59A5XWA7VF2PQR1DD' where id=3; -update noar ti set b1='UCWRU80ERD5VP9I59A5XWA7VF2PQR1DD' where id=3; -update noar tt set v0='6Q0EVNDWO7SRQ5MHKRZ97N5M55' where id=3; -update noar ti set v0='6Q0EVNDWO7SRQ5MHKRZ97N5M55' where id=3; -update noar tt set b2='UIDKH' where id=3; -update noar ti set b2='UIDKH' where id=3; -update noar tt set v0='771WVJSIQ7LV6070SQ3A0E2WUBOF' where id=4; -update noar ti set v0='771WVJSIQ7LV6070SQ3A0E2WUBOF' where id=4; -update noar tt set b0='QZBPQNJTWVFUW415A9D' where id=4; -update noar ti set b0='QZBPQNJTWVFUW415A9D' where id=4; -update noar tt set v0='XCPT4BZLB64K' where id=4; -update noar ti set v0='XCPT4BZLB64K' where id=4; -update noar tt set b1='19UR7J9MT' where id=4; -update noar ti set b1='19UR7J9MT' where id=4; -update noar tt set v0='VOIN4KBV4X5ELC' where id=4; -update noar ti set v0='VOIN4KBV4X5ELC' where id=4; -update noar tt set b2='B0E9BCE6CX24HQ8JI' where id=4; -update noar ti set b2='B0E9BCE6CX24HQ8JI' where id=4; -update noar tt set v0='CEBPVBLWAKS42NQE6FBIIIYH814' where id=5; -update noar ti set v0='CEBPVBLWAKS42NQE6FBIIIYH814' where id=5; -update noar tt set b0='VZKRPII9Q3EC7S82BU1W2LR' where id=5; -update noar ti set b0='VZKRPII9Q3EC7S82BU1W2LR' where id=5; -update noar tt set v0='YJU85T81LMUJMPVSX4A' where id=5; -update noar ti set v0='YJU85T81LMUJMPVSX4A' where id=5; -update noar tt set b1='OCYV' where id=5; -update noar ti set b1='OCYV' where id=5; -update noar tt set v0='QNTBSI5K9YLYH5845VEV2N7LECABL9Y' where id=5; -update noar ti set v0='QNTBSI5K9YLYH5845VEV2N7LECABL9Y' where id=5; -update noar tt set b2='P65VWA3W7INEXCCFCNKTO9' where id=5; -update noar ti set b2='P65VWA3W7INEXCCFCNKTO9' where id=5; -update noar tt set v0='SU1FIL' where id=6; -update noar ti set v0='SU1FIL' where id=6; -update noar tt set b0='YZHYRTNBVSX1YA85U665VZ6' where id=6; -update noar ti set b0='YZHYRTNBVSX1YA85U665VZ6' where id=6; -update noar tt set v0='YM3VQ6KPLKNUFLHI6324' where id=6; -update noar ti set v0='YM3VQ6KPLKNUFLHI6324' where id=6; -update noar tt set b1='NEOWM' where id=6; -update noar ti set b1='NEOWM' where id=6; -update noar tt set v0='QV8W07IHSM40YC05O8R78C' where id=6; -update noar ti set v0='QV8W07IHSM40YC05O8R78C' where id=6; -update noar tt set b2='X99HHGF84VDAH91LD2M71IU107ERG8L' where id=6; -update noar ti set b2='X99HHGF84VDAH91LD2M71IU107ERG8L' where id=6; -update noar tt set v0='FU30S66VQYDKNJREU6LSPIUKBENQ' where id=7; -update noar ti set v0='FU30S66VQYDKNJREU6LSPIUKBENQ' where id=7; -update noar tt set b0='O31TH' where id=7; -update noar ti set b0='O31TH' where id=7; -update noar tt set v0='A797AJILPK6XYSNDTWZ2YII4456SY' where id=7; -update noar ti set v0='A797AJILPK6XYSNDTWZ2YII4456SY' where id=7; -update noar tt set b1='YXOHM6ECVM' where id=7; -update noar ti set b1='YXOHM6ECVM' where id=7; -update noar tt set v0='7C95XJ2LRIV6' where id=7; -update noar ti set v0='7C95XJ2LRIV6' where id=7; -update noar tt set b2='PQ435VKTYGV7YPPGIXX2SK14X' where id=7; -update noar ti set b2='PQ435VKTYGV7YPPGIXX2SK14X' where id=7; -update noar tt set v0='XGB0Y5T01LJJWBH' where id=8; -update noar ti set v0='XGB0Y5T01LJJWBH' where id=8; -update noar tt set b0='XQT4OVI4' where id=8; -update noar ti set b0='XQT4OVI4' where id=8; -update noar tt set v0='RP0YWBXHY92QPDBD04VADJQPA' where id=8; -update noar ti set v0='RP0YWBXHY92QPDBD04VADJQPA' where id=8; -update noar tt set b1='A5O9RGDGZH2F6AHI7LLW' where id=8; -update noar ti set b1='A5O9RGDGZH2F6AHI7LLW' where id=8; -update noar tt set v0='R4ZG1' where id=8; -update noar ti set v0='R4ZG1' where id=8; -update noar tt set b2='OSA7VEHFHG5U' where id=8; -update noar ti set b2='OSA7VEHFHG5U' where id=8; -update noar tt set v0='N1QKLVG' where id=9; -update noar ti set v0='N1QKLVG' where id=9; -update noar tt set b0='7YPU4WI' where id=9; -update noar ti set b0='7YPU4WI' where id=9; -update noar tt set v0='L1PPQ' where id=9; -update noar ti set v0='L1PPQ' where id=9; -update noar tt set b1='RF7W812XL67EC1CNJ3X98DR5Q' where id=9; -update noar ti set b1='RF7W812XL67EC1CNJ3X98DR5Q' where id=9; -update noar tt set v0='PAZIHGWAOVO96' where id=9; -update noar ti set v0='PAZIHGWAOVO96' where id=9; -update noar tt set b2='RPAFE' where id=9; -update noar ti set b2='RPAFE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6PHBSQ7Y4VCUYALN6KYBOV521QF' where id=1; -update noar ti set v0='6PHBSQ7Y4VCUYALN6KYBOV521QF' where id=1; -update noar tt set b0='U7NO' where id=1; -update noar ti set b0='U7NO' where id=1; -update noar tt set v0='ZRC49GNPMY0FUQLO120EHOZSDM5127IR' where id=1; -update noar ti set v0='ZRC49GNPMY0FUQLO120EHOZSDM5127IR' where id=1; -update noar tt set b1='2N86J09RSRSZGE2DI6QBMRM8SVBTHN' where id=1; -update noar ti set b1='2N86J09RSRSZGE2DI6QBMRM8SVBTHN' where id=1; -update noar tt set v0='56CU7CK8YRW6XAS' where id=1; -update noar ti set v0='56CU7CK8YRW6XAS' where id=1; -update noar tt set b2='140HE0B0CTFZODPX' where id=1; -update noar ti set b2='140HE0B0CTFZODPX' where id=1; -update noar tt set v0='XSIBHV2I4BEQWHFBV057H1PMYKJV' where id=2; -update noar ti set v0='XSIBHV2I4BEQWHFBV057H1PMYKJV' where id=2; -update noar tt set b0='EDP8OE6' where id=2; -update noar ti set b0='EDP8OE6' where id=2; -update noar tt set v0='UNW7SHM336OW4M03V1KM' where id=2; -update noar ti set v0='UNW7SHM336OW4M03V1KM' where id=2; -update noar tt set b1='PKZZCG1GVZZCXLDT5' where id=2; -update noar ti set b1='PKZZCG1GVZZCXLDT5' where id=2; -update noar tt set v0='6R21CV7VK0BZ8PATQ' where id=2; -update noar ti set v0='6R21CV7VK0BZ8PATQ' where id=2; -update noar tt set b2='WVRZ37OICTKFJ5PUPSU3' where id=2; -update noar ti set b2='WVRZ37OICTKFJ5PUPSU3' where id=2; -update noar tt set v0='Y2UWX6N8RN9KHGUYIYT' where id=3; -update noar ti set v0='Y2UWX6N8RN9KHGUYIYT' where id=3; -update noar tt set b0='CY7IEJAYPZWD908MQO' where id=3; -update noar ti set b0='CY7IEJAYPZWD908MQO' where id=3; -update noar tt set v0='SC04XJTKFABZB5CFL0LHXVV1N2I5U' where id=3; -update noar ti set v0='SC04XJTKFABZB5CFL0LHXVV1N2I5U' where id=3; -update noar tt set b1='I2ANSGNBNY4TCLOB3' where id=3; -update noar ti set b1='I2ANSGNBNY4TCLOB3' where id=3; -update noar tt set v0='TEFS2EAPKQKA2UTQPEC31' where id=3; -update noar ti set v0='TEFS2EAPKQKA2UTQPEC31' where id=3; -update noar tt set b2='0BTYJPL0EU0YM1DNCD' where id=3; -update noar ti set b2='0BTYJPL0EU0YM1DNCD' where id=3; -update noar tt set v0='AEHJEOJ9J06' where id=4; -update noar ti set v0='AEHJEOJ9J06' where id=4; -update noar tt set b0='UF0468UDNV6' where id=4; -update noar ti set b0='UF0468UDNV6' where id=4; -update noar tt set v0='1ZJ0F8NQ0QQL72VM5ML' where id=4; -update noar ti set v0='1ZJ0F8NQ0QQL72VM5ML' where id=4; -update noar tt set b1='539S5OWUAOJQKJL8ZV7H8E0KJ357' where id=4; -update noar ti set b1='539S5OWUAOJQKJL8ZV7H8E0KJ357' where id=4; -update noar tt set v0='HX86B' where id=4; -update noar ti set v0='HX86B' where id=4; -update noar tt set b2='6KLR0SSIW79DQQUD75WGHG10H5X' where id=4; -update noar ti set b2='6KLR0SSIW79DQQUD75WGHG10H5X' where id=4; -update noar tt set v0='JTMC9WMMI5TAZWD0KXQY' where id=5; -update noar ti set v0='JTMC9WMMI5TAZWD0KXQY' where id=5; -update noar tt set b0='UOXYRCHEQMAPMK' where id=5; -update noar ti set b0='UOXYRCHEQMAPMK' where id=5; -update noar tt set v0='QHQ1B524526G2PIJC0GFWIY' where id=5; -update noar ti set v0='QHQ1B524526G2PIJC0GFWIY' where id=5; -update noar tt set b1='3USO7LM7XHRMYG1B7J0' where id=5; -update noar ti set b1='3USO7LM7XHRMYG1B7J0' where id=5; -update noar tt set v0='OL3GGMER2A3GJVAXK' where id=5; -update noar ti set v0='OL3GGMER2A3GJVAXK' where id=5; -update noar tt set b2='DMSE7U0ACHESDK' where id=5; -update noar ti set b2='DMSE7U0ACHESDK' where id=5; -update noar tt set v0='SR0SQ523IBKW2JE' where id=6; -update noar ti set v0='SR0SQ523IBKW2JE' where id=6; -update noar tt set b0='4359SBJQOHRT9ZFWTG' where id=6; -update noar ti set b0='4359SBJQOHRT9ZFWTG' where id=6; -update noar tt set v0='B0KW0SJ08MW340IP9GHO7IDZDRLUW3G' where id=6; -update noar ti set v0='B0KW0SJ08MW340IP9GHO7IDZDRLUW3G' where id=6; -update noar tt set b1='R7A2OW21XWPAN' where id=6; -update noar ti set b1='R7A2OW21XWPAN' where id=6; -update noar tt set v0='9OSQPO81YR11PLLYE2FD82CIU' where id=6; -update noar ti set v0='9OSQPO81YR11PLLYE2FD82CIU' where id=6; -update noar tt set b2='AKH4F4D58KIFJSBLMHPATP94S62CX' where id=6; -update noar ti set b2='AKH4F4D58KIFJSBLMHPATP94S62CX' where id=6; -update noar tt set v0='R9KO2K6MHY8ZKTTJHO2VD' where id=7; -update noar ti set v0='R9KO2K6MHY8ZKTTJHO2VD' where id=7; -update noar tt set b0='RFMU4U7385YOGELC9YZ40HW55Z81' where id=7; -update noar ti set b0='RFMU4U7385YOGELC9YZ40HW55Z81' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b1='ZVCZVCMTN18OAD' where id=7; -update noar ti set b1='ZVCZVCMTN18OAD' where id=7; -update noar tt set v0='AG6Z6N621BYD' where id=7; -update noar ti set v0='AG6Z6N621BYD' where id=7; -update noar tt set b2='S1R2JVZBXB4SDY2QN8XZ2PQ97EOHR' where id=7; -update noar ti set b2='S1R2JVZBXB4SDY2QN8XZ2PQ97EOHR' where id=7; -update noar tt set v0='HIK5Q3LVC640VF5YFMHYDT7B0' where id=8; -update noar ti set v0='HIK5Q3LVC640VF5YFMHYDT7B0' where id=8; -update noar tt set b0='BZR3VGEQ28WWRL8YQL4QEW9Y' where id=8; -update noar ti set b0='BZR3VGEQ28WWRL8YQL4QEW9Y' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='RITL86P5LOCCTJRS97PX857VCERWJ1M' where id=8; -update noar ti set b1='RITL86P5LOCCTJRS97PX857VCERWJ1M' where id=8; -update noar tt set v0='CB353NB8P28' where id=8; -update noar ti set v0='CB353NB8P28' where id=8; -update noar tt set b2='KAWXRL0GFD6HO1' where id=8; -update noar ti set b2='KAWXRL0GFD6HO1' where id=8; -update noar tt set v0='W5S7LRXW8U7R88985CVOFWH0' where id=9; -update noar ti set v0='W5S7LRXW8U7R88985CVOFWH0' where id=9; -update noar tt set b0='7XC' where id=9; -update noar ti set b0='7XC' where id=9; -update noar tt set v0='IT' where id=9; -update noar ti set v0='IT' where id=9; -update noar tt set b1='MI6U3DTH' where id=9; -update noar ti set b1='MI6U3DTH' where id=9; -update noar tt set v0='KZH' where id=9; -update noar ti set v0='KZH' where id=9; -update noar tt set b2='R8B05M265W2UKRNGMGPAAZLMROPNPL6' where id=9; -update noar ti set b2='R8B05M265W2UKRNGMGPAAZLMROPNPL6' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y4TZBZMBF9G455X' where id=1; -update noar ti set v0='Y4TZBZMBF9G455X' where id=1; -update noar tt set b0='ES984128VENB0O3QE46YSJKTFVPVSDK' where id=1; -update noar ti set b0='ES984128VENB0O3QE46YSJKTFVPVSDK' where id=1; -update noar tt set v0='1XX2SL5AA92HNCL369LI3UFJQZM1ZAU' where id=1; -update noar ti set v0='1XX2SL5AA92HNCL369LI3UFJQZM1ZAU' where id=1; -update noar tt set b1='YR8HB73TGRC' where id=1; -update noar ti set b1='YR8HB73TGRC' where id=1; -update noar tt set v0='HGN' where id=1; -update noar ti set v0='HGN' where id=1; -update noar tt set b2='B0QL4TDP2' where id=1; -update noar ti set b2='B0QL4TDP2' where id=1; -update noar tt set v0='RR2GA9SPHKWJOX9LQK6FW1T4GOAS3CA' where id=2; -update noar ti set v0='RR2GA9SPHKWJOX9LQK6FW1T4GOAS3CA' where id=2; -update noar tt set b0='NQSEROAA6FSF' where id=2; -update noar ti set b0='NQSEROAA6FSF' where id=2; -update noar tt set v0='B35I4BRVSG0KKND7JINAP3DPGG5BAM3' where id=2; -update noar ti set v0='B35I4BRVSG0KKND7JINAP3DPGG5BAM3' where id=2; -update noar tt set b1='6QSJEX0HFNW7FH104T4INL8C' where id=2; -update noar ti set b1='6QSJEX0HFNW7FH104T4INL8C' where id=2; -update noar tt set v0='8PCOHQINEVNHHH64ZJN6QUCM' where id=2; -update noar ti set v0='8PCOHQINEVNHHH64ZJN6QUCM' where id=2; -update noar tt set b2='GL' where id=2; -update noar ti set b2='GL' where id=2; -update noar tt set v0='8Y5A8V98BP7EW2TCPN5R0MXX5CEOM' where id=3; -update noar ti set v0='8Y5A8V98BP7EW2TCPN5R0MXX5CEOM' where id=3; -update noar tt set b0='T2F0EYNFVUJLJ6NQEIAIEJNOFA6' where id=3; -update noar ti set b0='T2F0EYNFVUJLJ6NQEIAIEJNOFA6' where id=3; -update noar tt set v0='IPFSEQAHHX4SDFLSWDAL' where id=3; -update noar ti set v0='IPFSEQAHHX4SDFLSWDAL' where id=3; -update noar tt set b1='V0EFFTRX5VOWYDB2067' where id=3; -update noar ti set b1='V0EFFTRX5VOWYDB2067' where id=3; -update noar tt set v0='PV41I8M1W' where id=3; -update noar ti set v0='PV41I8M1W' where id=3; -update noar tt set b2='JUA25967FMTBO7NJAOZL' where id=3; -update noar ti set b2='JUA25967FMTBO7NJAOZL' where id=3; -update noar tt set v0='CSU9SD2PYH363GU0DJDLFIZ5CFRVBG5E' where id=4; -update noar ti set v0='CSU9SD2PYH363GU0DJDLFIZ5CFRVBG5E' where id=4; -update noar tt set b0='EDK7W3NPMYPBZYMFF8LB9J3YEVNR' where id=4; -update noar ti set b0='EDK7W3NPMYPBZYMFF8LB9J3YEVNR' where id=4; -update noar tt set v0='N0LOA5RZQWY6PUDV5D1G1DHLI8' where id=4; -update noar ti set v0='N0LOA5RZQWY6PUDV5D1G1DHLI8' where id=4; -update noar tt set b1='2UNC3' where id=4; -update noar ti set b1='2UNC3' where id=4; -update noar tt set v0='U0SDKJVX9MWJ7C6G1DD30H5251NO8X' where id=4; -update noar ti set v0='U0SDKJVX9MWJ7C6G1DD30H5251NO8X' where id=4; -update noar tt set b2='34QWF0BX23CJD7O47ICQHKM21EMEK' where id=4; -update noar ti set b2='34QWF0BX23CJD7O47ICQHKM21EMEK' where id=4; -update noar tt set v0='4ZWP6TENOTG4KUO44H7VV2F8QE7P87J' where id=5; -update noar ti set v0='4ZWP6TENOTG4KUO44H7VV2F8QE7P87J' where id=5; -update noar tt set b0='DCEOZ8QWMACAJ8YEDYQOHR5' where id=5; -update noar ti set b0='DCEOZ8QWMACAJ8YEDYQOHR5' where id=5; -update noar tt set v0='20L2FONG4TR6R51A' where id=5; -update noar ti set v0='20L2FONG4TR6R51A' where id=5; -update noar tt set b1='GNYN' where id=5; -update noar ti set b1='GNYN' where id=5; -update noar tt set v0='1CE3NRRDXST3J' where id=5; -update noar ti set v0='1CE3NRRDXST3J' where id=5; -update noar tt set b2='ZL9Z473SC' where id=5; -update noar ti set b2='ZL9Z473SC' where id=5; -update noar tt set v0='CXG89W7K117LAW4PM4' where id=6; -update noar ti set v0='CXG89W7K117LAW4PM4' where id=6; -update noar tt set b0='4HYCL4K5I' where id=6; -update noar ti set b0='4HYCL4K5I' where id=6; -update noar tt set v0='4MUTIM4AVW6EM325PCKKPRBBE' where id=6; -update noar ti set v0='4MUTIM4AVW6EM325PCKKPRBBE' where id=6; -update noar tt set b1='CZMUB7LQDSO8NXPZHFFF0R3E3H5' where id=6; -update noar ti set b1='CZMUB7LQDSO8NXPZHFFF0R3E3H5' where id=6; -update noar tt set v0='22QA6ORL' where id=6; -update noar ti set v0='22QA6ORL' where id=6; -update noar tt set b2='HF3RCHN' where id=6; -update noar ti set b2='HF3RCHN' where id=6; -update noar tt set v0='AO2AK2AJKSJ5SRVZDV4MTAX0TLUY' where id=7; -update noar ti set v0='AO2AK2AJKSJ5SRVZDV4MTAX0TLUY' where id=7; -update noar tt set b0='TXNBPAKFEMVH8074UA3FS' where id=7; -update noar ti set b0='TXNBPAKFEMVH8074UA3FS' where id=7; -update noar tt set v0='36DD99P3KEX8WEFFVF' where id=7; -update noar ti set v0='36DD99P3KEX8WEFFVF' where id=7; -update noar tt set b1='W7ZI2WD' where id=7; -update noar ti set b1='W7ZI2WD' where id=7; -update noar tt set v0='W3EF5RGS' where id=7; -update noar ti set v0='W3EF5RGS' where id=7; -update noar tt set b2='IRPNKBRGTFQMAPB57MYKVD' where id=7; -update noar ti set b2='IRPNKBRGTFQMAPB57MYKVD' where id=7; -update noar tt set v0='NHU93TBBFQ7RJBC4A562GOLNSDZRGFM' where id=8; -update noar ti set v0='NHU93TBBFQ7RJBC4A562GOLNSDZRGFM' where id=8; -update noar tt set b0='MG5ILW6D4BEFDQGVF' where id=8; -update noar ti set b0='MG5ILW6D4BEFDQGVF' where id=8; -update noar tt set v0='C0QA' where id=8; -update noar ti set v0='C0QA' where id=8; -update noar tt set b1='7Q0JVX7VLC' where id=8; -update noar ti set b1='7Q0JVX7VLC' where id=8; -update noar tt set v0='2CIXW0ML6XY71' where id=8; -update noar ti set v0='2CIXW0ML6XY71' where id=8; -update noar tt set b2='3BYHJDKFSJDX1ZH52' where id=8; -update noar ti set b2='3BYHJDKFSJDX1ZH52' where id=8; -update noar tt set v0='XF7NHJ9X25DG9EW' where id=9; -update noar ti set v0='XF7NHJ9X25DG9EW' where id=9; -update noar tt set b0='BMDKZ71VYRXAZ853WHJEF131' where id=9; -update noar ti set b0='BMDKZ71VYRXAZ853WHJEF131' where id=9; -update noar tt set v0='HTOTNKI7' where id=9; -update noar ti set v0='HTOTNKI7' where id=9; -update noar tt set b1='2AAVR46M5AMJM7Z54TNJ' where id=9; -update noar ti set b1='2AAVR46M5AMJM7Z54TNJ' where id=9; -update noar tt set v0='FFNMAEX8F18QQUUQM8K09CSQI4' where id=9; -update noar ti set v0='FFNMAEX8F18QQUUQM8K09CSQI4' where id=9; -update noar tt set b2='SD05IDPKDIOFHK1AD7' where id=9; -update noar ti set b2='SD05IDPKDIOFHK1AD7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TDB0XNEKN6SEIE6J13SCC44P' where id=1; -update noar ti set v0='TDB0XNEKN6SEIE6J13SCC44P' where id=1; -update noar tt set b0='HF1Z1I6DH15D7SC4XZ7NSSBXKFT' where id=1; -update noar ti set b0='HF1Z1I6DH15D7SC4XZ7NSSBXKFT' where id=1; -update noar tt set v0='VL6D1ABM7O0DCTC3B9F6Y2' where id=1; -update noar ti set v0='VL6D1ABM7O0DCTC3B9F6Y2' where id=1; -update noar tt set b1='J6KQC03N9WS5T' where id=1; -update noar ti set b1='J6KQC03N9WS5T' where id=1; -update noar tt set v0='6QDTKE' where id=1; -update noar ti set v0='6QDTKE' where id=1; -update noar tt set b2='9BXKL13NWBW8X427QPWHEWXJS4' where id=1; -update noar ti set b2='9BXKL13NWBW8X427QPWHEWXJS4' where id=1; -update noar tt set v0='YU5UJPEXI1RK9Y30' where id=2; -update noar ti set v0='YU5UJPEXI1RK9Y30' where id=2; -update noar tt set b0='LHS80SHX18' where id=2; -update noar ti set b0='LHS80SHX18' where id=2; -update noar tt set v0='NS3V5N9GAT1NKNNP4KXFH5MPV9I' where id=2; -update noar ti set v0='NS3V5N9GAT1NKNNP4KXFH5MPV9I' where id=2; -update noar tt set b1='WXLEEXPX0W8PRVFSBFRZUB1' where id=2; -update noar ti set b1='WXLEEXPX0W8PRVFSBFRZUB1' where id=2; -update noar tt set v0='BBZG9VV93QW06CEUYKT0ERCSZC4HF' where id=2; -update noar ti set v0='BBZG9VV93QW06CEUYKT0ERCSZC4HF' where id=2; -update noar tt set b2='62DESWXL6R1JXMRC' where id=2; -update noar ti set b2='62DESWXL6R1JXMRC' where id=2; -update noar tt set v0='D3B93X' where id=3; -update noar ti set v0='D3B93X' where id=3; -update noar tt set b0='VMRUKMU0QM0EALZIKKEUEHZJ' where id=3; -update noar ti set b0='VMRUKMU0QM0EALZIKKEUEHZJ' where id=3; -update noar tt set v0='0A86ZGSPK94NZPA' where id=3; -update noar ti set v0='0A86ZGSPK94NZPA' where id=3; -update noar tt set b1='KRH6037' where id=3; -update noar ti set b1='KRH6037' where id=3; -update noar tt set v0='F529R0SW0' where id=3; -update noar ti set v0='F529R0SW0' where id=3; -update noar tt set b2='LE' where id=3; -update noar ti set b2='LE' where id=3; -update noar tt set v0='O51K98R1D53XEHVWLDI8T' where id=4; -update noar ti set v0='O51K98R1D53XEHVWLDI8T' where id=4; -update noar tt set b0='IZ4' where id=4; -update noar ti set b0='IZ4' where id=4; -update noar tt set v0='OP3' where id=4; -update noar ti set v0='OP3' where id=4; -update noar tt set b1='KOO39KB4M40ZTOK5W57E3K' where id=4; -update noar ti set b1='KOO39KB4M40ZTOK5W57E3K' where id=4; -update noar tt set v0='9HNNVU' where id=4; -update noar ti set v0='9HNNVU' where id=4; -update noar tt set b2='BL72X6R33KN7M0MDGUQG1844PEMUK' where id=4; -update noar ti set b2='BL72X6R33KN7M0MDGUQG1844PEMUK' where id=4; -update noar tt set v0='IB8JAVD6B11P1CKNKQ1Z7WE6COA7K' where id=5; -update noar ti set v0='IB8JAVD6B11P1CKNKQ1Z7WE6COA7K' where id=5; -update noar tt set b0='2H2I2B0QK' where id=5; -update noar ti set b0='2H2I2B0QK' where id=5; -update noar tt set v0='KZE88XM8DOPVXGH98H6XJF' where id=5; -update noar ti set v0='KZE88XM8DOPVXGH98H6XJF' where id=5; -update noar tt set b1='U0' where id=5; -update noar ti set b1='U0' where id=5; -update noar tt set v0='PXL4AOB2VX2LZAWOY' where id=5; -update noar ti set v0='PXL4AOB2VX2LZAWOY' where id=5; -update noar tt set b2='DMZPNS6RQ' where id=5; -update noar ti set b2='DMZPNS6RQ' where id=5; -update noar tt set v0='N4J5MQ' where id=6; -update noar ti set v0='N4J5MQ' where id=6; -update noar tt set b0='XTP4Q6DJ1H6NHH1DZ2X7E' where id=6; -update noar ti set b0='XTP4Q6DJ1H6NHH1DZ2X7E' where id=6; -update noar tt set v0='MFFCTTILOEY4II3F58VRQBC7WW6IPH6K' where id=6; -update noar ti set v0='MFFCTTILOEY4II3F58VRQBC7WW6IPH6K' where id=6; -update noar tt set b1='U9BN90SLUZJ' where id=6; -update noar ti set b1='U9BN90SLUZJ' where id=6; -update noar tt set v0='O7205UUWHX55MYYLOEAAEQ5DW' where id=6; -update noar ti set v0='O7205UUWHX55MYYLOEAAEQ5DW' where id=6; -update noar tt set b2='D6EBJ0N3KAQ1DFZRTSY3PH' where id=6; -update noar ti set b2='D6EBJ0N3KAQ1DFZRTSY3PH' where id=6; -update noar tt set v0='H1IEGU70Y8EKE0VQSAY' where id=7; -update noar ti set v0='H1IEGU70Y8EKE0VQSAY' where id=7; -update noar tt set b0='ACHG6DW7QLMIPUO3UOMJ7DYS9CDGPB70' where id=7; -update noar ti set b0='ACHG6DW7QLMIPUO3UOMJ7DYS9CDGPB70' where id=7; -update noar tt set v0='E5ZI' where id=7; -update noar ti set v0='E5ZI' where id=7; -update noar tt set b1='VG34IT6J6C33WOAFK' where id=7; -update noar ti set b1='VG34IT6J6C33WOAFK' where id=7; -update noar tt set v0='4H2' where id=7; -update noar ti set v0='4H2' where id=7; -update noar tt set b2='ZVWYMD' where id=7; -update noar ti set b2='ZVWYMD' where id=7; -update noar tt set v0='OF2T87N0H2TAJ7R87' where id=8; -update noar ti set v0='OF2T87N0H2TAJ7R87' where id=8; -update noar tt set b0='6F70BEJW0WBGZUJEFP3MOO' where id=8; -update noar ti set b0='6F70BEJW0WBGZUJEFP3MOO' where id=8; -update noar tt set v0='5SCFF5' where id=8; -update noar ti set v0='5SCFF5' where id=8; -update noar tt set b1='F9' where id=8; -update noar ti set b1='F9' where id=8; -update noar tt set v0='VCEYC' where id=8; -update noar ti set v0='VCEYC' where id=8; -update noar tt set b2='LYFXXSAX3KF4LCG2WG6' where id=8; -update noar ti set b2='LYFXXSAX3KF4LCG2WG6' where id=8; -update noar tt set v0='Q7HBDAKR3WKUFG8E7J' where id=9; -update noar ti set v0='Q7HBDAKR3WKUFG8E7J' where id=9; -update noar tt set b0='ZS4ZO6M2Y6O07842Y4' where id=9; -update noar ti set b0='ZS4ZO6M2Y6O07842Y4' where id=9; -update noar tt set v0='1YP259TLCFZ' where id=9; -update noar ti set v0='1YP259TLCFZ' where id=9; -update noar tt set b1='Z4I9Q13AZVG65UV8O8XJCIJQNU' where id=9; -update noar ti set b1='Z4I9Q13AZVG65UV8O8XJCIJQNU' where id=9; -update noar tt set v0='Y1CSBR491TD2P7O7PBVX5GZOYTWC6' where id=9; -update noar ti set v0='Y1CSBR491TD2P7O7PBVX5GZOYTWC6' where id=9; -update noar tt set b2='T86II1W97FJ' where id=9; -update noar ti set b2='T86II1W97FJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IGKFL4WG3' where id=1; -update noar ti set v0='IGKFL4WG3' where id=1; -update noar tt set b0='DVPJCQFD' where id=1; -update noar ti set b0='DVPJCQFD' where id=1; -update noar tt set v0='QF338QJ1VB0D050POMBUHWAXF' where id=1; -update noar ti set v0='QF338QJ1VB0D050POMBUHWAXF' where id=1; -update noar tt set b1='QM8H7W5NXQJ44KV' where id=1; -update noar ti set b1='QM8H7W5NXQJ44KV' where id=1; -update noar tt set v0='XT8ZUPD38WDTQ' where id=1; -update noar ti set v0='XT8ZUPD38WDTQ' where id=1; -update noar tt set b2='BT7CH7FQ53' where id=1; -update noar ti set b2='BT7CH7FQ53' where id=1; -update noar tt set v0='LCF861RM1M8FJAE82PQ' where id=2; -update noar ti set v0='LCF861RM1M8FJAE82PQ' where id=2; -update noar tt set b0='P7PRND4OFZ8GA62MIK96FSB6PX4' where id=2; -update noar ti set b0='P7PRND4OFZ8GA62MIK96FSB6PX4' where id=2; -update noar tt set v0='41LF' where id=2; -update noar ti set v0='41LF' where id=2; -update noar tt set b1='WF1U' where id=2; -update noar ti set b1='WF1U' where id=2; -update noar tt set v0='M' where id=2; -update noar ti set v0='M' where id=2; -update noar tt set b2='GR0VTMZ270BTZ0UPJDHELM1QV7SJ6O' where id=2; -update noar ti set b2='GR0VTMZ270BTZ0UPJDHELM1QV7SJ6O' where id=2; -update noar tt set v0='70ROSZ254I4NTDZLZZRAL0F03F' where id=3; -update noar ti set v0='70ROSZ254I4NTDZLZZRAL0F03F' where id=3; -update noar tt set b0='CVDAN1DN9' where id=3; -update noar ti set b0='CVDAN1DN9' where id=3; -update noar tt set v0='B9' where id=3; -update noar ti set v0='B9' where id=3; -update noar tt set b1='9BNQ' where id=3; -update noar ti set b1='9BNQ' where id=3; -update noar tt set v0='ISDDR7MD2IV7QU' where id=3; -update noar ti set v0='ISDDR7MD2IV7QU' where id=3; -update noar tt set b2='IY37D93XDNFNW' where id=3; -update noar ti set b2='IY37D93XDNFNW' where id=3; -update noar tt set v0='MNAX' where id=4; -update noar ti set v0='MNAX' where id=4; -update noar tt set b0='OJA4P1VJYH7C2VCBDU4EPNF5UAYDXPJ' where id=4; -update noar ti set b0='OJA4P1VJYH7C2VCBDU4EPNF5UAYDXPJ' where id=4; -update noar tt set v0='MU8ZVRAQ1RZKEVPH6NRSAK8X0' where id=4; -update noar ti set v0='MU8ZVRAQ1RZKEVPH6NRSAK8X0' where id=4; -update noar tt set b1='QHXII8ZKIBZF9GA73NZ' where id=4; -update noar ti set b1='QHXII8ZKIBZF9GA73NZ' where id=4; -update noar tt set v0='1SR1KNF7DAWK2J60ZZDMKIE9N0VPGVI' where id=4; -update noar ti set v0='1SR1KNF7DAWK2J60ZZDMKIE9N0VPGVI' where id=4; -update noar tt set b2='NFEUT3ZV6WGU4ZGC3A05NJA29MVJM7J' where id=4; -update noar ti set b2='NFEUT3ZV6WGU4ZGC3A05NJA29MVJM7J' where id=4; -update noar tt set v0='0QVJ8144RLXMSE99' where id=5; -update noar ti set v0='0QVJ8144RLXMSE99' where id=5; -update noar tt set b0='LUH7C7XZOSD8ZHEE2A77XPU1R46ADGL9' where id=5; -update noar ti set b0='LUH7C7XZOSD8ZHEE2A77XPU1R46ADGL9' where id=5; -update noar tt set v0='NCVEQTQ128JHYQ7VCMNC6RG' where id=5; -update noar ti set v0='NCVEQTQ128JHYQ7VCMNC6RG' where id=5; -update noar tt set b1='E3AUDPD5GU4PJIW0XIY6TH4' where id=5; -update noar ti set b1='E3AUDPD5GU4PJIW0XIY6TH4' where id=5; -update noar tt set v0='ALAKKAPWJR9FYXE6VP85LOW' where id=5; -update noar ti set v0='ALAKKAPWJR9FYXE6VP85LOW' where id=5; -update noar tt set b2='MQN' where id=5; -update noar ti set b2='MQN' where id=5; -update noar tt set v0='IWVWJ9ZVXW2JOAYJFG8KYMWXUF' where id=6; -update noar ti set v0='IWVWJ9ZVXW2JOAYJFG8KYMWXUF' where id=6; -update noar tt set b0='P8IW5K5TSW8PMEKGP4ZWGFR671WUQJ' where id=6; -update noar ti set b0='P8IW5K5TSW8PMEKGP4ZWGFR671WUQJ' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b1='DBTIGJ3OL' where id=6; -update noar ti set b1='DBTIGJ3OL' where id=6; -update noar tt set v0='K9TU8ICNYTNOQK678IRSWUHQZSTLT' where id=6; -update noar ti set v0='K9TU8ICNYTNOQK678IRSWUHQZSTLT' where id=6; -update noar tt set b2='G1SPT1' where id=6; -update noar ti set b2='G1SPT1' where id=6; -update noar tt set v0='B6H2FJ0H9SW' where id=7; -update noar ti set v0='B6H2FJ0H9SW' where id=7; -update noar tt set b0='SGO7ZYPAFTA5BRQ4TQH2QT1CF3' where id=7; -update noar ti set b0='SGO7ZYPAFTA5BRQ4TQH2QT1CF3' where id=7; -update noar tt set v0='6GJPV9ERN72T0LB1UBL5YSQXO76I' where id=7; -update noar ti set v0='6GJPV9ERN72T0LB1UBL5YSQXO76I' where id=7; -update noar tt set b1='CO3Y7S0NQNM' where id=7; -update noar ti set b1='CO3Y7S0NQNM' where id=7; -update noar tt set v0='JQ4JAI0DKXGZAF54ZN1WM3TV3MSI' where id=7; -update noar ti set v0='JQ4JAI0DKXGZAF54ZN1WM3TV3MSI' where id=7; -update noar tt set b2='KPZ03UC4Z6CIV07JR2P54AR0R95' where id=7; -update noar ti set b2='KPZ03UC4Z6CIV07JR2P54AR0R95' where id=7; -update noar tt set v0='BICODOUW059Y0PEO4Q4WS' where id=8; -update noar ti set v0='BICODOUW059Y0PEO4Q4WS' where id=8; -update noar tt set b0='J0SCKLLLTZY2MNZS3WUR' where id=8; -update noar ti set b0='J0SCKLLLTZY2MNZS3WUR' where id=8; -update noar tt set v0='27ANXJ26DAL9JL5D6F10867EYI85' where id=8; -update noar ti set v0='27ANXJ26DAL9JL5D6F10867EYI85' where id=8; -update noar tt set b1='WQVV09UCZ3' where id=8; -update noar ti set b1='WQVV09UCZ3' where id=8; -update noar tt set v0='KXI126UJEIBYGEK0UN2M9RA2ZE6' where id=8; -update noar ti set v0='KXI126UJEIBYGEK0UN2M9RA2ZE6' where id=8; -update noar tt set b2='02CWRB6EEJZAHRUWK0QAN5XBCGD5H' where id=8; -update noar ti set b2='02CWRB6EEJZAHRUWK0QAN5XBCGD5H' where id=8; -update noar tt set v0='RUB04G2OPFFPVZLLFB' where id=9; -update noar ti set v0='RUB04G2OPFFPVZLLFB' where id=9; -update noar tt set b0='WIEK856NKM586SBBOY7UKMWXQ8D74LWX' where id=9; -update noar ti set b0='WIEK856NKM586SBBOY7UKMWXQ8D74LWX' where id=9; -update noar tt set v0='HCZEHMFLF' where id=9; -update noar ti set v0='HCZEHMFLF' where id=9; -update noar tt set b1='WP039LEGOIQUESIV4OQU0ECTQH' where id=9; -update noar ti set b1='WP039LEGOIQUESIV4OQU0ECTQH' where id=9; -update noar tt set v0='RFKHKT' where id=9; -update noar ti set v0='RFKHKT' where id=9; -update noar tt set b2='QOXKBTVJPDJU7' where id=9; -update noar ti set b2='QOXKBTVJPDJU7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='90JH9JCXYSQHPI5XRY02G3S8834ZNRVH' where id=1; -update noar ti set v0='90JH9JCXYSQHPI5XRY02G3S8834ZNRVH' where id=1; -update noar tt set b0='NFS7IENZ933UAA2G7201TFFVKZ' where id=1; -update noar ti set b0='NFS7IENZ933UAA2G7201TFFVKZ' where id=1; -update noar tt set v0='V8BDNVM' where id=1; -update noar ti set v0='V8BDNVM' where id=1; -update noar tt set b1='S33OPPVOY' where id=1; -update noar ti set b1='S33OPPVOY' where id=1; -update noar tt set v0='G45V1J19G0KF3AT' where id=1; -update noar ti set v0='G45V1J19G0KF3AT' where id=1; -update noar tt set b2='D7OKFH4KWB' where id=1; -update noar ti set b2='D7OKFH4KWB' where id=1; -update noar tt set v0='ULE71DP70EUEV3' where id=2; -update noar ti set v0='ULE71DP70EUEV3' where id=2; -update noar tt set b0='KQNMZYVTGAJ' where id=2; -update noar ti set b0='KQNMZYVTGAJ' where id=2; -update noar tt set v0='PB53TL593ZQDB4MUJBHUAKVU39XE2P8' where id=2; -update noar ti set v0='PB53TL593ZQDB4MUJBHUAKVU39XE2P8' where id=2; -update noar tt set b1='AFPDV' where id=2; -update noar ti set b1='AFPDV' where id=2; -update noar tt set v0='8V3DIQB9I9AMHL2WOPC62ZPU' where id=2; -update noar ti set v0='8V3DIQB9I9AMHL2WOPC62ZPU' where id=2; -update noar tt set b2='035LJ8JWYVC4KTMUU' where id=2; -update noar ti set b2='035LJ8JWYVC4KTMUU' where id=2; -update noar tt set v0='TI4W' where id=3; -update noar ti set v0='TI4W' where id=3; -update noar tt set b0='HPHIYCBE3GHQF8FRJRQB4' where id=3; -update noar ti set b0='HPHIYCBE3GHQF8FRJRQB4' where id=3; -update noar tt set v0='5WZOJN4' where id=3; -update noar ti set v0='5WZOJN4' where id=3; -update noar tt set b1='XT2' where id=3; -update noar ti set b1='XT2' where id=3; -update noar tt set v0='260YNAXJ0HTEBQL' where id=3; -update noar ti set v0='260YNAXJ0HTEBQL' where id=3; -update noar tt set b2='KZFE7Z3VZNQBSSA3OPAU' where id=3; -update noar ti set b2='KZFE7Z3VZNQBSSA3OPAU' where id=3; -update noar tt set v0='WZ23GI' where id=4; -update noar ti set v0='WZ23GI' where id=4; -update noar tt set b0='SVTOQ0JEJJKZFHVOYN96NU98ZKK1' where id=4; -update noar ti set b0='SVTOQ0JEJJKZFHVOYN96NU98ZKK1' where id=4; -update noar tt set v0='Q9' where id=4; -update noar ti set v0='Q9' where id=4; -update noar tt set b1='4' where id=4; -update noar ti set b1='4' where id=4; -update noar tt set v0='TW206QEY0AHCEF3R6597V9GYUG62' where id=4; -update noar ti set v0='TW206QEY0AHCEF3R6597V9GYUG62' where id=4; -update noar tt set b2='2Z2XOO650CW6KL79V' where id=4; -update noar ti set b2='2Z2XOO650CW6KL79V' where id=4; -update noar tt set v0='4IRSK87QL41S61MX5IHDE0XRFLC' where id=5; -update noar ti set v0='4IRSK87QL41S61MX5IHDE0XRFLC' where id=5; -update noar tt set b0='IJO' where id=5; -update noar ti set b0='IJO' where id=5; -update noar tt set v0='A7A58GH43OTRJRL' where id=5; -update noar ti set v0='A7A58GH43OTRJRL' where id=5; -update noar tt set b1='K8VS8QQYJHBL5YRS' where id=5; -update noar ti set b1='K8VS8QQYJHBL5YRS' where id=5; -update noar tt set v0='41RFQRYTQLSWYWAU5' where id=5; -update noar ti set v0='41RFQRYTQLSWYWAU5' where id=5; -update noar tt set b2='9I307GJ2RR87G' where id=5; -update noar ti set b2='9I307GJ2RR87G' where id=5; -update noar tt set v0='IJXHXCX416P4L1YITQXJM' where id=6; -update noar ti set v0='IJXHXCX416P4L1YITQXJM' where id=6; -update noar tt set b0='OE3NV57EM9KUJC9BGYQ190DY3IE' where id=6; -update noar ti set b0='OE3NV57EM9KUJC9BGYQ190DY3IE' where id=6; -update noar tt set v0='3TS87BVZDP2KFBY9OSLGBXRE' where id=6; -update noar ti set v0='3TS87BVZDP2KFBY9OSLGBXRE' where id=6; -update noar tt set b1='FMS1EY3RZ5GT8FS' where id=6; -update noar ti set b1='FMS1EY3RZ5GT8FS' where id=6; -update noar tt set v0='MQXQV9X81EUG2WLCZEBWC9R3FKDL' where id=6; -update noar ti set v0='MQXQV9X81EUG2WLCZEBWC9R3FKDL' where id=6; -update noar tt set b2='X3IJJZP37MMKTL' where id=6; -update noar ti set b2='X3IJJZP37MMKTL' where id=6; -update noar tt set v0='X7' where id=7; -update noar ti set v0='X7' where id=7; -update noar tt set b0='CB7KZXWCEAZOGJQQUF' where id=7; -update noar ti set b0='CB7KZXWCEAZOGJQQUF' where id=7; -update noar tt set v0='ZN1EXMEX3I78YNO57WFO8J1' where id=7; -update noar ti set v0='ZN1EXMEX3I78YNO57WFO8J1' where id=7; -update noar tt set b1='PHZ5BT8KXLLCKARPTI61U6AN' where id=7; -update noar ti set b1='PHZ5BT8KXLLCKARPTI61U6AN' where id=7; -update noar tt set v0='49PDZV4AN1TF59OIY0U' where id=7; -update noar ti set v0='49PDZV4AN1TF59OIY0U' where id=7; -update noar tt set b2='NUWZ3EM87ZOQDZP02GA' where id=7; -update noar ti set b2='NUWZ3EM87ZOQDZP02GA' where id=7; -update noar tt set v0='0HQ8ZSP8TF8WXMLN2LAFP3URKT888TT5' where id=8; -update noar ti set v0='0HQ8ZSP8TF8WXMLN2LAFP3URKT888TT5' where id=8; -update noar tt set b0='ZQ4SWQW8GPQW3G4RTBM7WC' where id=8; -update noar ti set b0='ZQ4SWQW8GPQW3G4RTBM7WC' where id=8; -update noar tt set v0='EC9I07HL5JCIKBG107OKZHY3JC' where id=8; -update noar ti set v0='EC9I07HL5JCIKBG107OKZHY3JC' where id=8; -update noar tt set b1='N7IHW8R8758T' where id=8; -update noar ti set b1='N7IHW8R8758T' where id=8; -update noar tt set v0='XQU68C3V8BMY1' where id=8; -update noar ti set v0='XQU68C3V8BMY1' where id=8; -update noar tt set b2='X6SMDBM47TP4SUYWHFLZBSO' where id=8; -update noar ti set b2='X6SMDBM47TP4SUYWHFLZBSO' where id=8; -update noar tt set v0='S7HM16ES' where id=9; -update noar ti set v0='S7HM16ES' where id=9; -update noar tt set b0='EBI6UIYSAKYHSLFHNER6E' where id=9; -update noar ti set b0='EBI6UIYSAKYHSLFHNER6E' where id=9; -update noar tt set v0='1X3AYKJ0H291Z1B' where id=9; -update noar ti set v0='1X3AYKJ0H291Z1B' where id=9; -update noar tt set b1='YW91JJKQ3G27RLB93BO0AH' where id=9; -update noar ti set b1='YW91JJKQ3G27RLB93BO0AH' where id=9; -update noar tt set v0='TS22Q27WI2T' where id=9; -update noar ti set v0='TS22Q27WI2T' where id=9; -update noar tt set b2='7OBW6SE79MTOPZ8Z5XKB0' where id=9; -update noar ti set b2='7OBW6SE79MTOPZ8Z5XKB0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G4' where id=1; -update noar ti set v0='G4' where id=1; -update noar tt set b0='XH6LPCWIBGE7U3AR' where id=1; -update noar ti set b0='XH6LPCWIBGE7U3AR' where id=1; -update noar tt set v0='MMKJLE2N6DP8' where id=1; -update noar ti set v0='MMKJLE2N6DP8' where id=1; -update noar tt set b1='AVXULQ6J9FP4MFR8IDCVEM7K8' where id=1; -update noar ti set b1='AVXULQ6J9FP4MFR8IDCVEM7K8' where id=1; -update noar tt set v0='VQJ' where id=1; -update noar ti set v0='VQJ' where id=1; -update noar tt set b2='LDWWWO36CLHH3L5H24QY2' where id=1; -update noar ti set b2='LDWWWO36CLHH3L5H24QY2' where id=1; -update noar tt set v0='03E1MHHYX6R49QGW6H7LYM6NUDKLE6' where id=2; -update noar ti set v0='03E1MHHYX6R49QGW6H7LYM6NUDKLE6' where id=2; -update noar tt set b0='3VN6K5WUEGSWEJY7245' where id=2; -update noar ti set b0='3VN6K5WUEGSWEJY7245' where id=2; -update noar tt set v0='9S7032YS8T4JCKJCUST9XJ5' where id=2; -update noar ti set v0='9S7032YS8T4JCKJCUST9XJ5' where id=2; -update noar tt set b1='6' where id=2; -update noar ti set b1='6' where id=2; -update noar tt set v0='0M7MZB' where id=2; -update noar ti set v0='0M7MZB' where id=2; -update noar tt set b2='28J2KK5LULHTNW' where id=2; -update noar ti set b2='28J2KK5LULHTNW' where id=2; -update noar tt set v0='GEAQPS0MZ3' where id=3; -update noar ti set v0='GEAQPS0MZ3' where id=3; -update noar tt set b0='IO6J' where id=3; -update noar ti set b0='IO6J' where id=3; -update noar tt set v0='4B1HER5' where id=3; -update noar ti set v0='4B1HER5' where id=3; -update noar tt set b1='RCGLKC3DBFLRT4XE5CTVEL3KKDR' where id=3; -update noar ti set b1='RCGLKC3DBFLRT4XE5CTVEL3KKDR' where id=3; -update noar tt set v0='RITASI9U8PUUZ380ERYUD5' where id=3; -update noar ti set v0='RITASI9U8PUUZ380ERYUD5' where id=3; -update noar tt set b2='8XEQG44B8U1K4U5RJ1' where id=3; -update noar ti set b2='8XEQG44B8U1K4U5RJ1' where id=3; -update noar tt set v0='MSS0S0VYE8NUX' where id=4; -update noar ti set v0='MSS0S0VYE8NUX' where id=4; -update noar tt set b0='L' where id=4; -update noar ti set b0='L' where id=4; -update noar tt set v0='1JS3WP30RW08VIPB' where id=4; -update noar ti set v0='1JS3WP30RW08VIPB' where id=4; -update noar tt set b1='VUC7XW6P' where id=4; -update noar ti set b1='VUC7XW6P' where id=4; -update noar tt set v0='J8GKS6C9NINBCJBSKNSP8UR4ODQ63S' where id=4; -update noar ti set v0='J8GKS6C9NINBCJBSKNSP8UR4ODQ63S' where id=4; -update noar tt set b2='MFDJ3WFZL6BIW4N' where id=4; -update noar ti set b2='MFDJ3WFZL6BIW4N' where id=4; -update noar tt set v0='HUPTWNX9D' where id=5; -update noar ti set v0='HUPTWNX9D' where id=5; -update noar tt set b0='0' where id=5; -update noar ti set b0='0' where id=5; -update noar tt set v0='9E1PA6K5TBTO3E' where id=5; -update noar ti set v0='9E1PA6K5TBTO3E' where id=5; -update noar tt set b1='TG5HB6BO0U8SBZUCC' where id=5; -update noar ti set b1='TG5HB6BO0U8SBZUCC' where id=5; -update noar tt set v0='Z0N1Z0TDQ551OX82R04B5CNP' where id=5; -update noar ti set v0='Z0N1Z0TDQ551OX82R04B5CNP' where id=5; -update noar tt set b2='YJW7SAQ' where id=5; -update noar ti set b2='YJW7SAQ' where id=5; -update noar tt set v0='5JN863S' where id=6; -update noar ti set v0='5JN863S' where id=6; -update noar tt set b0='G5419V4S4HPN8I45EOD01' where id=6; -update noar ti set b0='G5419V4S4HPN8I45EOD01' where id=6; -update noar tt set v0='A5JY24D06HBDSVT6CEJI95O4PY7V6' where id=6; -update noar ti set v0='A5JY24D06HBDSVT6CEJI95O4PY7V6' where id=6; -update noar tt set b1='BQH1023SCHEIP7VZ9CL' where id=6; -update noar ti set b1='BQH1023SCHEIP7VZ9CL' where id=6; -update noar tt set v0='4GMD35TKQS3GL5EXZD' where id=6; -update noar ti set v0='4GMD35TKQS3GL5EXZD' where id=6; -update noar tt set b2='U4' where id=6; -update noar ti set b2='U4' where id=6; -update noar tt set v0='YQY91HGT6CZXPZ6FS654PI222M5JN' where id=7; -update noar ti set v0='YQY91HGT6CZXPZ6FS654PI222M5JN' where id=7; -update noar tt set b0='OCS6' where id=7; -update noar ti set b0='OCS6' where id=7; -update noar tt set v0='O9OD4U5EBJ163500XCIGXLY16E0WZ5PG' where id=7; -update noar ti set v0='O9OD4U5EBJ163500XCIGXLY16E0WZ5PG' where id=7; -update noar tt set b1='M5TC854Z3OIMPUH7OY1BFMZZDA' where id=7; -update noar ti set b1='M5TC854Z3OIMPUH7OY1BFMZZDA' where id=7; -update noar tt set v0='XL814W' where id=7; -update noar ti set v0='XL814W' where id=7; -update noar tt set b2='VK0ET6BNDNTEAW2MHXH3EQNM0G' where id=7; -update noar ti set b2='VK0ET6BNDNTEAW2MHXH3EQNM0G' where id=7; -update noar tt set v0='P7F53' where id=8; -update noar ti set v0='P7F53' where id=8; -update noar tt set b0='5RYHDUJ06' where id=8; -update noar ti set b0='5RYHDUJ06' where id=8; -update noar tt set v0='5G4X0PNV1DF5YDXBI80FFIYJAB3T7' where id=8; -update noar ti set v0='5G4X0PNV1DF5YDXBI80FFIYJAB3T7' where id=8; -update noar tt set b1='2WF5UJ0FN150C' where id=8; -update noar ti set b1='2WF5UJ0FN150C' where id=8; -update noar tt set v0='6Q2HOPX09K3ZYJP18LZ5HW4W3HI6' where id=8; -update noar ti set v0='6Q2HOPX09K3ZYJP18LZ5HW4W3HI6' where id=8; -update noar tt set b2='86TITEDXSTRL1EJ7EK76X2Z9L72LI' where id=8; -update noar ti set b2='86TITEDXSTRL1EJ7EK76X2Z9L72LI' where id=8; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b0='LIZ6X7OOK1GBKH' where id=9; -update noar ti set b0='LIZ6X7OOK1GBKH' where id=9; -update noar tt set v0='9NHM1W' where id=9; -update noar ti set v0='9NHM1W' where id=9; -update noar tt set b1='EUSA3G4DCKIFBC79MHH' where id=9; -update noar ti set b1='EUSA3G4DCKIFBC79MHH' where id=9; -update noar tt set v0='6ZF0OC6RE7' where id=9; -update noar ti set v0='6ZF0OC6RE7' where id=9; -update noar tt set b2='W3CQ5DV9L5IYL5O46PRS7OOH' where id=9; -update noar ti set b2='W3CQ5DV9L5IYL5O46PRS7OOH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7B8FQ73YEJGZHENXAJ43UG3ZWS' where id=1; -update noar ti set v0='7B8FQ73YEJGZHENXAJ43UG3ZWS' where id=1; -update noar tt set b0='C1XZECMEXQQ85MWO702HDNF42II' where id=1; -update noar ti set b0='C1XZECMEXQQ85MWO702HDNF42II' where id=1; -update noar tt set v0='NJ1O4XLSF8AK' where id=1; -update noar ti set v0='NJ1O4XLSF8AK' where id=1; -update noar tt set b1='UB1I471NRUS' where id=1; -update noar ti set b1='UB1I471NRUS' where id=1; -update noar tt set v0='TY2ASUFN9JITJKX673UE' where id=1; -update noar ti set v0='TY2ASUFN9JITJKX673UE' where id=1; -update noar tt set b2='0H2RIMLRBQHRHZK03MYDGDZJTZ' where id=1; -update noar ti set b2='0H2RIMLRBQHRHZK03MYDGDZJTZ' where id=1; -update noar tt set v0='3FGT69LXG0L9XYPA09562K' where id=2; -update noar ti set v0='3FGT69LXG0L9XYPA09562K' where id=2; -update noar tt set b0='24NWM5SYSH99NY6NFQYSMSLDFL4P' where id=2; -update noar ti set b0='24NWM5SYSH99NY6NFQYSMSLDFL4P' where id=2; -update noar tt set v0='SRRX01W2BP76FAXDO' where id=2; -update noar ti set v0='SRRX01W2BP76FAXDO' where id=2; -update noar tt set b1='XRKFA1V97JLR3YLEK9BT37866T7O' where id=2; -update noar ti set b1='XRKFA1V97JLR3YLEK9BT37866T7O' where id=2; -update noar tt set v0='XHBWXK2YDGJL8K34GPC6B2D24Z4H5T91' where id=2; -update noar ti set v0='XHBWXK2YDGJL8K34GPC6B2D24Z4H5T91' where id=2; -update noar tt set b2='V3GBL9VLPU' where id=2; -update noar ti set b2='V3GBL9VLPU' where id=2; -update noar tt set v0='65VU4N4740WRVHVLDHA1I3' where id=3; -update noar ti set v0='65VU4N4740WRVHVLDHA1I3' where id=3; -update noar tt set b0='NIZU7BVBJUWX' where id=3; -update noar ti set b0='NIZU7BVBJUWX' where id=3; -update noar tt set v0='3T8QAATEOX7RYZKGAAVWKGFKB2' where id=3; -update noar ti set v0='3T8QAATEOX7RYZKGAAVWKGFKB2' where id=3; -update noar tt set b1='LKIFY' where id=3; -update noar ti set b1='LKIFY' where id=3; -update noar tt set v0='2VE' where id=3; -update noar ti set v0='2VE' where id=3; -update noar tt set b2='23PKF53QJK07BFDEF0TTV5' where id=3; -update noar ti set b2='23PKF53QJK07BFDEF0TTV5' where id=3; -update noar tt set v0='77' where id=4; -update noar ti set v0='77' where id=4; -update noar tt set b0='XIHVIHJ3L4LF1B6ES3' where id=4; -update noar ti set b0='XIHVIHJ3L4LF1B6ES3' where id=4; -update noar tt set v0='SKAUW22O1639PDHUM1FEZT2TKN44KN6O' where id=4; -update noar ti set v0='SKAUW22O1639PDHUM1FEZT2TKN44KN6O' where id=4; -update noar tt set b1='YI23NFUNCOEW3DGYJ51PPBOX27H' where id=4; -update noar ti set b1='YI23NFUNCOEW3DGYJ51PPBOX27H' where id=4; -update noar tt set v0='CEBPYVVT9DKIFF7YR3X2HVQ9' where id=4; -update noar ti set v0='CEBPYVVT9DKIFF7YR3X2HVQ9' where id=4; -update noar tt set b2='W33XOOJ' where id=4; -update noar ti set b2='W33XOOJ' where id=4; -update noar tt set v0='DYQO4K9X81VBRDEL' where id=5; -update noar ti set v0='DYQO4K9X81VBRDEL' where id=5; -update noar tt set b0='MD1CAIOSPXH1EX3YQGIJ9C' where id=5; -update noar ti set b0='MD1CAIOSPXH1EX3YQGIJ9C' where id=5; -update noar tt set v0='CEYMXL' where id=5; -update noar ti set v0='CEYMXL' where id=5; -update noar tt set b1='1TKM9O70B' where id=5; -update noar ti set b1='1TKM9O70B' where id=5; -update noar tt set v0='D15WZM1ZZAJYEB7E5OCJ' where id=5; -update noar ti set v0='D15WZM1ZZAJYEB7E5OCJ' where id=5; -update noar tt set b2='02' where id=5; -update noar ti set b2='02' where id=5; -update noar tt set v0='ZMGH3HEHNCWOB73J69KS' where id=6; -update noar ti set v0='ZMGH3HEHNCWOB73J69KS' where id=6; -update noar tt set b0='6ZRSRCKXIFVT33H9009L2FVLV' where id=6; -update noar ti set b0='6ZRSRCKXIFVT33H9009L2FVLV' where id=6; -update noar tt set v0='TVMU0MUTHDP71DB9LO' where id=6; -update noar ti set v0='TVMU0MUTHDP71DB9LO' where id=6; -update noar tt set b1='BBQXANP967V1SJL04RFQ32Z5NNG4M1T' where id=6; -update noar ti set b1='BBQXANP967V1SJL04RFQ32Z5NNG4M1T' where id=6; -update noar tt set v0='CNY3METERU7LAQ' where id=6; -update noar ti set v0='CNY3METERU7LAQ' where id=6; -update noar tt set b2='8L7J1EA9I4' where id=6; -update noar ti set b2='8L7J1EA9I4' where id=6; -update noar tt set v0='BZYO0JBFR3C92Z5KTYLZ' where id=7; -update noar ti set v0='BZYO0JBFR3C92Z5KTYLZ' where id=7; -update noar tt set b0='RYA22F622D1NE7JA8Y62A0EK8' where id=7; -update noar ti set b0='RYA22F622D1NE7JA8Y62A0EK8' where id=7; -update noar tt set v0='A3BZKLMK7DDTK4V510NOH1GBRYSE9JJ' where id=7; -update noar ti set v0='A3BZKLMK7DDTK4V510NOH1GBRYSE9JJ' where id=7; -update noar tt set b1='EMVLE7F3J9W3HZRXZQRBRX' where id=7; -update noar ti set b1='EMVLE7F3J9W3HZRXZQRBRX' where id=7; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b2='LXAVN' where id=7; -update noar ti set b2='LXAVN' where id=7; -update noar tt set v0='K' where id=8; -update noar ti set v0='K' where id=8; -update noar tt set b0='80YAXMS7Z6' where id=8; -update noar ti set b0='80YAXMS7Z6' where id=8; -update noar tt set v0='00HV5QHL7BGDF7KK6' where id=8; -update noar ti set v0='00HV5QHL7BGDF7KK6' where id=8; -update noar tt set b1='94O3H18FPQ2JVDSXQ1FPO8IN7TK' where id=8; -update noar ti set b1='94O3H18FPQ2JVDSXQ1FPO8IN7TK' where id=8; -update noar tt set v0='YRF744QRP1QD1M' where id=8; -update noar ti set v0='YRF744QRP1QD1M' where id=8; -update noar tt set b2='A71EQS4QAL7N' where id=8; -update noar ti set b2='A71EQS4QAL7N' where id=8; -update noar tt set v0='A7OP6WTJTPCW35089J' where id=9; -update noar ti set v0='A7OP6WTJTPCW35089J' where id=9; -update noar tt set b0='T7HJ691SN1T7' where id=9; -update noar ti set b0='T7HJ691SN1T7' where id=9; -update noar tt set v0='XUYEHWRRDKMB00MC4' where id=9; -update noar ti set v0='XUYEHWRRDKMB00MC4' where id=9; -update noar tt set b1='F4BA1MN632ESHVT7NVD4ZIA4' where id=9; -update noar ti set b1='F4BA1MN632ESHVT7NVD4ZIA4' where id=9; -update noar tt set v0='YR4OIB04J3A9E7U2U' where id=9; -update noar ti set v0='YR4OIB04J3A9E7U2U' where id=9; -update noar tt set b2='8' where id=9; -update noar ti set b2='8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7S14B59AS35GC' where id=1; -update noar ti set v0='7S14B59AS35GC' where id=1; -update noar tt set b0='KN8YTWFLVPSGN4JUXHGF9T8YE' where id=1; -update noar ti set b0='KN8YTWFLVPSGN4JUXHGF9T8YE' where id=1; -update noar tt set v0='Z3Z' where id=1; -update noar ti set v0='Z3Z' where id=1; -update noar tt set b1='24S6JMFII5HYNSI' where id=1; -update noar ti set b1='24S6JMFII5HYNSI' where id=1; -update noar tt set v0='WKS' where id=1; -update noar ti set v0='WKS' where id=1; -update noar tt set b2='1DHIDHUA8X1AEXYVAHM6X7Q' where id=1; -update noar ti set b2='1DHIDHUA8X1AEXYVAHM6X7Q' where id=1; -update noar tt set v0='OC9EXECYRG4FQ2V8R2J3WERD' where id=2; -update noar ti set v0='OC9EXECYRG4FQ2V8R2J3WERD' where id=2; -update noar tt set b0='EET6UW7Y3078K3H9J7' where id=2; -update noar ti set b0='EET6UW7Y3078K3H9J7' where id=2; -update noar tt set v0='FA8X2M9M' where id=2; -update noar ti set v0='FA8X2M9M' where id=2; -update noar tt set b1='G' where id=2; -update noar ti set b1='G' where id=2; -update noar tt set v0='7XR4CKJ6IFDD1UM25F7' where id=2; -update noar ti set v0='7XR4CKJ6IFDD1UM25F7' where id=2; -update noar tt set b2='MSL0FLBNQ6NE2PG839WDNLPK6O2ENW' where id=2; -update noar ti set b2='MSL0FLBNQ6NE2PG839WDNLPK6O2ENW' where id=2; -update noar tt set v0='WDJKZXXI4FE' where id=3; -update noar ti set v0='WDJKZXXI4FE' where id=3; -update noar tt set b0='OSXR6QWOSPHFF' where id=3; -update noar ti set b0='OSXR6QWOSPHFF' where id=3; -update noar tt set v0='USU3W' where id=3; -update noar ti set v0='USU3W' where id=3; -update noar tt set b1='VX' where id=3; -update noar ti set b1='VX' where id=3; -update noar tt set v0='ZCQG3VMYJ2CR4LSBUQW44' where id=3; -update noar ti set v0='ZCQG3VMYJ2CR4LSBUQW44' where id=3; -update noar tt set b2='FFVQG21R9JISEKPKADFIJZVZGEO5J3BW' where id=3; -update noar ti set b2='FFVQG21R9JISEKPKADFIJZVZGEO5J3BW' where id=3; -update noar tt set v0='3PGN5LMSE' where id=4; -update noar ti set v0='3PGN5LMSE' where id=4; -update noar tt set b0='F3JGST' where id=4; -update noar ti set b0='F3JGST' where id=4; -update noar tt set v0='6WFBZVU50BEDL5US0AHBR94E3TJ' where id=4; -update noar ti set v0='6WFBZVU50BEDL5US0AHBR94E3TJ' where id=4; -update noar tt set b1='4P9QMI8ND' where id=4; -update noar ti set b1='4P9QMI8ND' where id=4; -update noar tt set v0='QZ8VMGWFLML6MS0KXG6IR8VVIVI' where id=4; -update noar ti set v0='QZ8VMGWFLML6MS0KXG6IR8VVIVI' where id=4; -update noar tt set b2='B0AQGVNEIHKFC8GNLOTW' where id=4; -update noar ti set b2='B0AQGVNEIHKFC8GNLOTW' where id=4; -update noar tt set v0='ULWJ4O4GZPO74SQYVX5R2C' where id=5; -update noar ti set v0='ULWJ4O4GZPO74SQYVX5R2C' where id=5; -update noar tt set b0='B47P87GW7HGNCJ7Q6J1V4R3HAN0Z' where id=5; -update noar ti set b0='B47P87GW7HGNCJ7Q6J1V4R3HAN0Z' where id=5; -update noar tt set v0='SPIOZOFBJ751HYZK4GXY0WW' where id=5; -update noar ti set v0='SPIOZOFBJ751HYZK4GXY0WW' where id=5; -update noar tt set b1='7O0ZNTD787TSZ0S0KI3WMD4VBQ' where id=5; -update noar ti set b1='7O0ZNTD787TSZ0S0KI3WMD4VBQ' where id=5; -update noar tt set v0='3F' where id=5; -update noar ti set v0='3F' where id=5; -update noar tt set b2='MDU46LH5OILXALG4O89A' where id=5; -update noar ti set b2='MDU46LH5OILXALG4O89A' where id=5; -update noar tt set v0='GO87SKZD39NOF2VNSXW54ZRI8HFYLM' where id=6; -update noar ti set v0='GO87SKZD39NOF2VNSXW54ZRI8HFYLM' where id=6; -update noar tt set b0='1B299U729Y5GTU9XYQ6WKP' where id=6; -update noar ti set b0='1B299U729Y5GTU9XYQ6WKP' where id=6; -update noar tt set v0='3QL1SSQ3J8ILZ' where id=6; -update noar ti set v0='3QL1SSQ3J8ILZ' where id=6; -update noar tt set b1='YW5OI10T1UVD6N35JOGCB' where id=6; -update noar ti set b1='YW5OI10T1UVD6N35JOGCB' where id=6; -update noar tt set v0='M81OQ457829G5ODMAV7GP3XJWH' where id=6; -update noar ti set v0='M81OQ457829G5ODMAV7GP3XJWH' where id=6; -update noar tt set b2='207VU3YLGSE9KQ9GT7N14QYB0MWS' where id=6; -update noar ti set b2='207VU3YLGSE9KQ9GT7N14QYB0MWS' where id=6; -update noar tt set v0='3' where id=7; -update noar ti set v0='3' where id=7; -update noar tt set b0='IB' where id=7; -update noar ti set b0='IB' where id=7; -update noar tt set v0='DD58LRPU16LY' where id=7; -update noar ti set v0='DD58LRPU16LY' where id=7; -update noar tt set b1='6VHXF4Q2K7XYGSK' where id=7; -update noar ti set b1='6VHXF4Q2K7XYGSK' where id=7; -update noar tt set v0='IRF1JKPNFPIF0SX0BYB36M' where id=7; -update noar ti set v0='IRF1JKPNFPIF0SX0BYB36M' where id=7; -update noar tt set b2='TC875JYEI4I7ENIOCG' where id=7; -update noar ti set b2='TC875JYEI4I7ENIOCG' where id=7; -update noar tt set v0='V2A6AMVQ8H5EG' where id=8; -update noar ti set v0='V2A6AMVQ8H5EG' where id=8; -update noar tt set b0='D7P56RTHEZ96ERKIAGGNQN5KBFG3TN' where id=8; -update noar ti set b0='D7P56RTHEZ96ERKIAGGNQN5KBFG3TN' where id=8; -update noar tt set v0='XC0Y8RA39VRI418' where id=8; -update noar ti set v0='XC0Y8RA39VRI418' where id=8; -update noar tt set b1='TB2IRT9CGTZSKFLOBHZZXRO0K' where id=8; -update noar ti set b1='TB2IRT9CGTZSKFLOBHZZXRO0K' where id=8; -update noar tt set v0='IGFJQ148M4ORWD' where id=8; -update noar ti set v0='IGFJQ148M4ORWD' where id=8; -update noar tt set b2='EQUEHWHEOUSTB1J0NEZ35MK9Z8NSJUU6' where id=8; -update noar ti set b2='EQUEHWHEOUSTB1J0NEZ35MK9Z8NSJUU6' where id=8; -update noar tt set v0='H8L4A07GPSM3R2TTS5GIQMZ8' where id=9; -update noar ti set v0='H8L4A07GPSM3R2TTS5GIQMZ8' where id=9; -update noar tt set b0='B33HHKKYZ11VOCLB9XKBKZD' where id=9; -update noar ti set b0='B33HHKKYZ11VOCLB9XKBKZD' where id=9; -update noar tt set v0='W0XDM4A9WI9MGZFSMG' where id=9; -update noar ti set v0='W0XDM4A9WI9MGZFSMG' where id=9; -update noar tt set b1='OKMDTPM' where id=9; -update noar ti set b1='OKMDTPM' where id=9; -update noar tt set v0='2FYVQD4MBNK3X1N994' where id=9; -update noar ti set v0='2FYVQD4MBNK3X1N994' where id=9; -update noar tt set b2='6WS7B7Y6QIOZWUML6IG899IWARPWY' where id=9; -update noar ti set b2='6WS7B7Y6QIOZWUML6IG899IWARPWY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8UR9KRLJLDKXKC' where id=1; -update noar ti set v0='8UR9KRLJLDKXKC' where id=1; -update noar tt set b0='IW2PDF5NKZA2S7DBB1Q' where id=1; -update noar ti set b0='IW2PDF5NKZA2S7DBB1Q' where id=1; -update noar tt set v0='80OU09IVF5YC9631JHKUOX4T0' where id=1; -update noar ti set v0='80OU09IVF5YC9631JHKUOX4T0' where id=1; -update noar tt set b1='1E6JDLVULNGIADOIRV2YS7E' where id=1; -update noar ti set b1='1E6JDLVULNGIADOIRV2YS7E' where id=1; -update noar tt set v0='478YRFWB761UFCQ8Q4RC6US3NV1ZG' where id=1; -update noar ti set v0='478YRFWB761UFCQ8Q4RC6US3NV1ZG' where id=1; -update noar tt set b2='L' where id=1; -update noar ti set b2='L' where id=1; -update noar tt set v0='VG7JMSSA40PC8QIRIDFZZE2FPEDHM7' where id=2; -update noar ti set v0='VG7JMSSA40PC8QIRIDFZZE2FPEDHM7' where id=2; -update noar tt set b0='JSWRJFOCTCBQ5KCD1H' where id=2; -update noar ti set b0='JSWRJFOCTCBQ5KCD1H' where id=2; -update noar tt set v0='FCGDWNEQH8JWZAHKBM' where id=2; -update noar ti set v0='FCGDWNEQH8JWZAHKBM' where id=2; -update noar tt set b1='Q48G07O10R8PXLI' where id=2; -update noar ti set b1='Q48G07O10R8PXLI' where id=2; -update noar tt set v0='9MK7ZXQA11TBMX0W73X118YE' where id=2; -update noar ti set v0='9MK7ZXQA11TBMX0W73X118YE' where id=2; -update noar tt set b2='C6941HH7MM7H0K6QFR5Y' where id=2; -update noar ti set b2='C6941HH7MM7H0K6QFR5Y' where id=2; -update noar tt set v0='GKNZ' where id=3; -update noar ti set v0='GKNZ' where id=3; -update noar tt set b0='EV5RZK5WMXJ7MC96C7L' where id=3; -update noar ti set b0='EV5RZK5WMXJ7MC96C7L' where id=3; -update noar tt set v0='6M7NBNE5IXGW981NCUH1THKFVJTXHO' where id=3; -update noar ti set v0='6M7NBNE5IXGW981NCUH1THKFVJTXHO' where id=3; -update noar tt set b1='2G3BXPL43AYT' where id=3; -update noar ti set b1='2G3BXPL43AYT' where id=3; -update noar tt set v0='1C361A31AHEV5SI6QZO47VXDTBKFD03' where id=3; -update noar ti set v0='1C361A31AHEV5SI6QZO47VXDTBKFD03' where id=3; -update noar tt set b2='3NCH' where id=3; -update noar ti set b2='3NCH' where id=3; -update noar tt set v0='497S15D5IBFH1JAOPY4KKFIUEK' where id=4; -update noar ti set v0='497S15D5IBFH1JAOPY4KKFIUEK' where id=4; -update noar tt set b0='FH' where id=4; -update noar ti set b0='FH' where id=4; -update noar tt set v0='WPZASKJ0GKT3R9YRCUM4WLYY2MG' where id=4; -update noar ti set v0='WPZASKJ0GKT3R9YRCUM4WLYY2MG' where id=4; -update noar tt set b1='F31K3A4HQP9AWPSH2Z28XAA7JYUR' where id=4; -update noar ti set b1='F31K3A4HQP9AWPSH2Z28XAA7JYUR' where id=4; -update noar tt set v0='48X3SY' where id=4; -update noar ti set v0='48X3SY' where id=4; -update noar tt set b2='D1W1JDMTTX3YPW96OODLDJK' where id=4; -update noar ti set b2='D1W1JDMTTX3YPW96OODLDJK' where id=4; -update noar tt set v0='CWVELQR6UGSHBWXL9X94R7W54ZIM8D' where id=5; -update noar ti set v0='CWVELQR6UGSHBWXL9X94R7W54ZIM8D' where id=5; -update noar tt set b0='N2NFABMYWYW2U8SHQ7LQ2JQSUFC' where id=5; -update noar ti set b0='N2NFABMYWYW2U8SHQ7LQ2JQSUFC' where id=5; -update noar tt set v0='B1L' where id=5; -update noar ti set v0='B1L' where id=5; -update noar tt set b1='1CS7NV5YO05SWF' where id=5; -update noar ti set b1='1CS7NV5YO05SWF' where id=5; -update noar tt set v0='ZPZIA8HUB8WAKF5LKB1V0KS' where id=5; -update noar ti set v0='ZPZIA8HUB8WAKF5LKB1V0KS' where id=5; -update noar tt set b2='1BM6MLZHYFJC9P7E58WC' where id=5; -update noar ti set b2='1BM6MLZHYFJC9P7E58WC' where id=5; -update noar tt set v0='TUO29W31B8XINLH' where id=6; -update noar ti set v0='TUO29W31B8XINLH' where id=6; -update noar tt set b0='GQ531HW8F82O6' where id=6; -update noar ti set b0='GQ531HW8F82O6' where id=6; -update noar tt set v0='IA' where id=6; -update noar ti set v0='IA' where id=6; -update noar tt set b1='B33DK98SAWJHKFL1YVGFWM' where id=6; -update noar ti set b1='B33DK98SAWJHKFL1YVGFWM' where id=6; -update noar tt set v0='TV4GKDE9H1OBU' where id=6; -update noar ti set v0='TV4GKDE9H1OBU' where id=6; -update noar tt set b2='6AOTB3AERUJC92K2LOKK' where id=6; -update noar ti set b2='6AOTB3AERUJC92K2LOKK' where id=6; -update noar tt set v0='MD6UNO940OBMWIF6NSE2A8V9EL' where id=7; -update noar ti set v0='MD6UNO940OBMWIF6NSE2A8V9EL' where id=7; -update noar tt set b0='QQL13XE45GBT1TQ2MWIAIB' where id=7; -update noar ti set b0='QQL13XE45GBT1TQ2MWIAIB' where id=7; -update noar tt set v0='EI' where id=7; -update noar ti set v0='EI' where id=7; -update noar tt set b1='RNM652MLJZT0' where id=7; -update noar ti set b1='RNM652MLJZT0' where id=7; -update noar tt set v0='FQYKNTX3A9GKZ5SPC19AXYUCPV' where id=7; -update noar ti set v0='FQYKNTX3A9GKZ5SPC19AXYUCPV' where id=7; -update noar tt set b2='JNNOHSDRG64OXE0OB' where id=7; -update noar ti set b2='JNNOHSDRG64OXE0OB' where id=7; -update noar tt set v0='2HZDFN8KN6PM61FR3A2' where id=8; -update noar ti set v0='2HZDFN8KN6PM61FR3A2' where id=8; -update noar tt set b0='2' where id=8; -update noar ti set b0='2' where id=8; -update noar tt set v0='P51974RMYC4L7HHQMQKDKM8JHHQGUP' where id=8; -update noar ti set v0='P51974RMYC4L7HHQMQKDKM8JHHQGUP' where id=8; -update noar tt set b1='M' where id=8; -update noar ti set b1='M' where id=8; -update noar tt set v0='HGOO5962UPC2X3V' where id=8; -update noar ti set v0='HGOO5962UPC2X3V' where id=8; -update noar tt set b2='A52KYQ50PN0' where id=8; -update noar ti set b2='A52KYQ50PN0' where id=8; -update noar tt set v0='J073' where id=9; -update noar ti set v0='J073' where id=9; -update noar tt set b0='N544CFIGEXJSF0TT6M67KERQ69FQNY1' where id=9; -update noar ti set b0='N544CFIGEXJSF0TT6M67KERQ69FQNY1' where id=9; -update noar tt set v0='OIZK769PG' where id=9; -update noar ti set v0='OIZK769PG' where id=9; -update noar tt set b1='KJM0MPAE2BY205YCVEENTT6TNFR1' where id=9; -update noar ti set b1='KJM0MPAE2BY205YCVEENTT6TNFR1' where id=9; -update noar tt set v0='2G6NVTY6AC0U0M9GRVB1NSZ62GC2NK' where id=9; -update noar ti set v0='2G6NVTY6AC0U0M9GRVB1NSZ62GC2NK' where id=9; -update noar tt set b2='79P1V68U0' where id=9; -update noar ti set b2='79P1V68U0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ISR9WXX6PGU' where id=1; -update noar ti set v0='ISR9WXX6PGU' where id=1; -update noar tt set b0='8Z1N0UMH54VIAAKXUQOMQ3' where id=1; -update noar ti set b0='8Z1N0UMH54VIAAKXUQOMQ3' where id=1; -update noar tt set v0='9JYGYBM' where id=1; -update noar ti set v0='9JYGYBM' where id=1; -update noar tt set b1='OGVAZSKD2' where id=1; -update noar ti set b1='OGVAZSKD2' where id=1; -update noar tt set v0='WNJS0UUMDUA7GANHY6HM6OL6C5LZ' where id=1; -update noar ti set v0='WNJS0UUMDUA7GANHY6HM6OL6C5LZ' where id=1; -update noar tt set b2='S32' where id=1; -update noar ti set b2='S32' where id=1; -update noar tt set v0='I2J0STKJAZDOVQH4QZ27PR6T8' where id=2; -update noar ti set v0='I2J0STKJAZDOVQH4QZ27PR6T8' where id=2; -update noar tt set b0='NKVX1YV7F20DRRGY' where id=2; -update noar ti set b0='NKVX1YV7F20DRRGY' where id=2; -update noar tt set v0='92T1NMQ78Q5OAMG9' where id=2; -update noar ti set v0='92T1NMQ78Q5OAMG9' where id=2; -update noar tt set b1='U36L4WFXYIJQRPN7TJ71F1' where id=2; -update noar ti set b1='U36L4WFXYIJQRPN7TJ71F1' where id=2; -update noar tt set v0='VYOZ88ZMKKRABK0VBP0' where id=2; -update noar ti set v0='VYOZ88ZMKKRABK0VBP0' where id=2; -update noar tt set b2='HGJ1H6PW0J24CGMP1DHSZ24BYI49R' where id=2; -update noar ti set b2='HGJ1H6PW0J24CGMP1DHSZ24BYI49R' where id=2; -update noar tt set v0='SS7BOL6H7N0XCR4SFVA2Z94NVP40E' where id=3; -update noar ti set v0='SS7BOL6H7N0XCR4SFVA2Z94NVP40E' where id=3; -update noar tt set b0='4ZE1WNY0JQMNRASFYM4HL6' where id=3; -update noar ti set b0='4ZE1WNY0JQMNRASFYM4HL6' where id=3; -update noar tt set v0='J7QNHGSIAGQFK8MUAKU530FLS5Q47GL' where id=3; -update noar ti set v0='J7QNHGSIAGQFK8MUAKU530FLS5Q47GL' where id=3; -update noar tt set b1='PC6BA9R5LLFR3GUDH' where id=3; -update noar ti set b1='PC6BA9R5LLFR3GUDH' where id=3; -update noar tt set v0='P4926J2FC3PIZPATF9Q8WA8CKB' where id=3; -update noar ti set v0='P4926J2FC3PIZPATF9Q8WA8CKB' where id=3; -update noar tt set b2='S15' where id=3; -update noar ti set b2='S15' where id=3; -update noar tt set v0='L7YR' where id=4; -update noar ti set v0='L7YR' where id=4; -update noar tt set b0='SP35PUJV65' where id=4; -update noar ti set b0='SP35PUJV65' where id=4; -update noar tt set v0='9' where id=4; -update noar ti set v0='9' where id=4; -update noar tt set b1='VH9EZQ4JNE' where id=4; -update noar ti set b1='VH9EZQ4JNE' where id=4; -update noar tt set v0='YFJNI1D' where id=4; -update noar ti set v0='YFJNI1D' where id=4; -update noar tt set b2='L79RVMADYMG3ZB1FYIMM' where id=4; -update noar ti set b2='L79RVMADYMG3ZB1FYIMM' where id=4; -update noar tt set v0='H4QSO5PO546ZL6L' where id=5; -update noar ti set v0='H4QSO5PO546ZL6L' where id=5; -update noar tt set b0='DRWAD8MAYLAOXBTPCMPQZR87' where id=5; -update noar ti set b0='DRWAD8MAYLAOXBTPCMPQZR87' where id=5; -update noar tt set v0='XR0OCXAGQR' where id=5; -update noar ti set v0='XR0OCXAGQR' where id=5; -update noar tt set b1='SDQUEK7CI1DZ8AWS1TW' where id=5; -update noar ti set b1='SDQUEK7CI1DZ8AWS1TW' where id=5; -update noar tt set v0='PJ6D3SK79R8LRTU0' where id=5; -update noar ti set v0='PJ6D3SK79R8LRTU0' where id=5; -update noar tt set b2='RV2AEIERE7' where id=5; -update noar ti set b2='RV2AEIERE7' where id=5; -update noar tt set v0='Y1NB36ESX4AVRM2TW6N' where id=6; -update noar ti set v0='Y1NB36ESX4AVRM2TW6N' where id=6; -update noar tt set b0='FZBOACYRVYUE3P9AAY' where id=6; -update noar ti set b0='FZBOACYRVYUE3P9AAY' where id=6; -update noar tt set v0='IDCAQXXEEDIVD1RNS61G01GYYNNB' where id=6; -update noar ti set v0='IDCAQXXEEDIVD1RNS61G01GYYNNB' where id=6; -update noar tt set b1='4X3OUQ8NFKW45PMYD4' where id=6; -update noar ti set b1='4X3OUQ8NFKW45PMYD4' where id=6; -update noar tt set v0='RTU5J32' where id=6; -update noar ti set v0='RTU5J32' where id=6; -update noar tt set b2='0N' where id=6; -update noar ti set b2='0N' where id=6; -update noar tt set v0='ZZNVIX3IHKY3FOV1LV6AQ' where id=7; -update noar ti set v0='ZZNVIX3IHKY3FOV1LV6AQ' where id=7; -update noar tt set b0='HME4D4PV12W9NAE' where id=7; -update noar ti set b0='HME4D4PV12W9NAE' where id=7; -update noar tt set v0='I40IIF6SJP' where id=7; -update noar ti set v0='I40IIF6SJP' where id=7; -update noar tt set b1='5FDYKBU' where id=7; -update noar ti set b1='5FDYKBU' where id=7; -update noar tt set v0='HMFGH' where id=7; -update noar ti set v0='HMFGH' where id=7; -update noar tt set b2='M2KA7GDORAC' where id=7; -update noar ti set b2='M2KA7GDORAC' where id=7; -update noar tt set v0='43I' where id=8; -update noar ti set v0='43I' where id=8; -update noar tt set b0='LAIWPXQITAO5D4ZJ' where id=8; -update noar ti set b0='LAIWPXQITAO5D4ZJ' where id=8; -update noar tt set v0='RR6W70RXF9H75ILON9NOWNCUQ7H7D2JV' where id=8; -update noar ti set v0='RR6W70RXF9H75ILON9NOWNCUQ7H7D2JV' where id=8; -update noar tt set b1='1R0JD6888CXA2LXO6IQBF0YBODMGKE' where id=8; -update noar ti set b1='1R0JD6888CXA2LXO6IQBF0YBODMGKE' where id=8; -update noar tt set v0='OKI77PW8XCTR' where id=8; -update noar ti set v0='OKI77PW8XCTR' where id=8; -update noar tt set b2='PQJ0CM1LNWYCS27' where id=8; -update noar ti set b2='PQJ0CM1LNWYCS27' where id=8; -update noar tt set v0='JO7I' where id=9; -update noar ti set v0='JO7I' where id=9; -update noar tt set b0='YCQ8SU2E' where id=9; -update noar ti set b0='YCQ8SU2E' where id=9; -update noar tt set v0='PA' where id=9; -update noar ti set v0='PA' where id=9; -update noar tt set b1='NXH2QQTC9XAM' where id=9; -update noar ti set b1='NXH2QQTC9XAM' where id=9; -update noar tt set v0='SCCAESY87D4S3' where id=9; -update noar ti set v0='SCCAESY87D4S3' where id=9; -update noar tt set b2='G' where id=9; -update noar ti set b2='G' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VD7WAWF5C6G' where id=1; -update noar ti set v0='VD7WAWF5C6G' where id=1; -update noar tt set b0='O95PK0VNM' where id=1; -update noar ti set b0='O95PK0VNM' where id=1; -update noar tt set v0='QDPE7AEOVBU6Z' where id=1; -update noar ti set v0='QDPE7AEOVBU6Z' where id=1; -update noar tt set b1='ZQ4FMANLXB5Y855V1AF' where id=1; -update noar ti set b1='ZQ4FMANLXB5Y855V1AF' where id=1; -update noar tt set v0='H3D9RLUKCKYF025WX9' where id=1; -update noar ti set v0='H3D9RLUKCKYF025WX9' where id=1; -update noar tt set b2='ARO6CR3VN014A5GOFL7LHPG' where id=1; -update noar ti set b2='ARO6CR3VN014A5GOFL7LHPG' where id=1; -update noar tt set v0='CJCYJPILO9MZRY50SJUG0U5X58HE7Z' where id=2; -update noar ti set v0='CJCYJPILO9MZRY50SJUG0U5X58HE7Z' where id=2; -update noar tt set b0='1EI48IYTSQJKWDO44NHHCWAZ' where id=2; -update noar ti set b0='1EI48IYTSQJKWDO44NHHCWAZ' where id=2; -update noar tt set v0='YFCS3I8' where id=2; -update noar ti set v0='YFCS3I8' where id=2; -update noar tt set b1='2R2834D4' where id=2; -update noar ti set b1='2R2834D4' where id=2; -update noar tt set v0='0XY6JB8S1OO29KEHS' where id=2; -update noar ti set v0='0XY6JB8S1OO29KEHS' where id=2; -update noar tt set b2='2IWV' where id=2; -update noar ti set b2='2IWV' where id=2; -update noar tt set v0='DR' where id=3; -update noar ti set v0='DR' where id=3; -update noar tt set b0='RJBOW44WMWY0WFW1TUD5IMARS80JF' where id=3; -update noar ti set b0='RJBOW44WMWY0WFW1TUD5IMARS80JF' where id=3; -update noar tt set v0='4CR5FYWLN9CMXRLJKA0' where id=3; -update noar ti set v0='4CR5FYWLN9CMXRLJKA0' where id=3; -update noar tt set b1='3U69SZ0S' where id=3; -update noar ti set b1='3U69SZ0S' where id=3; -update noar tt set v0='7M4Y6EK4SSO7N4AY5U3CR' where id=3; -update noar ti set v0='7M4Y6EK4SSO7N4AY5U3CR' where id=3; -update noar tt set b2='LNHK3' where id=3; -update noar ti set b2='LNHK3' where id=3; -update noar tt set v0='LSP3TLSF6Z37YH2ZF120' where id=4; -update noar ti set v0='LSP3TLSF6Z37YH2ZF120' where id=4; -update noar tt set b0='6FGS1V8NEKK9L39Z' where id=4; -update noar ti set b0='6FGS1V8NEKK9L39Z' where id=4; -update noar tt set v0='AG7MFQ5IN8R222D3LQDNHJY9O32' where id=4; -update noar ti set v0='AG7MFQ5IN8R222D3LQDNHJY9O32' where id=4; -update noar tt set b1='AL746MG0288QOKRB8RW2M7357WC6QYA9' where id=4; -update noar ti set b1='AL746MG0288QOKRB8RW2M7357WC6QYA9' where id=4; -update noar tt set v0='4DMC1NZUB' where id=4; -update noar ti set v0='4DMC1NZUB' where id=4; -update noar tt set b2='ZBDVCHEKYI6VLCHX7ZLGXH' where id=4; -update noar ti set b2='ZBDVCHEKYI6VLCHX7ZLGXH' where id=4; -update noar tt set v0='JEKN0W6GBF59W53' where id=5; -update noar ti set v0='JEKN0W6GBF59W53' where id=5; -update noar tt set b0='4RU0T9T14WSI7S841BV8694YA7' where id=5; -update noar ti set b0='4RU0T9T14WSI7S841BV8694YA7' where id=5; -update noar tt set v0='AQADRD6YU4RGFD4899I7M' where id=5; -update noar ti set v0='AQADRD6YU4RGFD4899I7M' where id=5; -update noar tt set b1='20MBDRFOACOWLIZ' where id=5; -update noar ti set b1='20MBDRFOACOWLIZ' where id=5; -update noar tt set v0='EDGI' where id=5; -update noar ti set v0='EDGI' where id=5; -update noar tt set b2='TA4YTJGKOQN6CIQA49X9FFUY8IXC' where id=5; -update noar ti set b2='TA4YTJGKOQN6CIQA49X9FFUY8IXC' where id=5; -update noar tt set v0='D7CFZ3PP9S8MURGG' where id=6; -update noar ti set v0='D7CFZ3PP9S8MURGG' where id=6; -update noar tt set b0='FY' where id=6; -update noar ti set b0='FY' where id=6; -update noar tt set v0='3X' where id=6; -update noar ti set v0='3X' where id=6; -update noar tt set b1='EX7K7L9Q4LNLT944LDWDWAGCD' where id=6; -update noar ti set b1='EX7K7L9Q4LNLT944LDWDWAGCD' where id=6; -update noar tt set v0='DLFF2' where id=6; -update noar ti set v0='DLFF2' where id=6; -update noar tt set b2='PKMDA5WKSBGGD4CUVVOSVM9JRAOW4BXY' where id=6; -update noar ti set b2='PKMDA5WKSBGGD4CUVVOSVM9JRAOW4BXY' where id=6; -update noar tt set v0='3YDOUK5PQEKI' where id=7; -update noar ti set v0='3YDOUK5PQEKI' where id=7; -update noar tt set b0='F81H5' where id=7; -update noar ti set b0='F81H5' where id=7; -update noar tt set v0='HQH2IT47QD504WDSK' where id=7; -update noar ti set v0='HQH2IT47QD504WDSK' where id=7; -update noar tt set b1='N21JBYFT2IXHNRTJP' where id=7; -update noar ti set b1='N21JBYFT2IXHNRTJP' where id=7; -update noar tt set v0='E45RH1HPDH' where id=7; -update noar ti set v0='E45RH1HPDH' where id=7; -update noar tt set b2='QC51ET4L8' where id=7; -update noar ti set b2='QC51ET4L8' where id=7; -update noar tt set v0='AE9697VORYRR' where id=8; -update noar ti set v0='AE9697VORYRR' where id=8; -update noar tt set b0='6W3B5EMV845MUC' where id=8; -update noar ti set b0='6W3B5EMV845MUC' where id=8; -update noar tt set v0='39LIRV' where id=8; -update noar ti set v0='39LIRV' where id=8; -update noar tt set b1='F2TGHWC9IUTHIL' where id=8; -update noar ti set b1='F2TGHWC9IUTHIL' where id=8; -update noar tt set v0='1OR38' where id=8; -update noar ti set v0='1OR38' where id=8; -update noar tt set b2='7926KICTICTAQ' where id=8; -update noar ti set b2='7926KICTICTAQ' where id=8; -update noar tt set v0='0TF27LTHCH' where id=9; -update noar ti set v0='0TF27LTHCH' where id=9; -update noar tt set b0='0YT1FR6DG1PN' where id=9; -update noar ti set b0='0YT1FR6DG1PN' where id=9; -update noar tt set v0='VFUBV8HGHYSZL' where id=9; -update noar ti set v0='VFUBV8HGHYSZL' where id=9; -update noar tt set b1='UJG27D3FH66WZ4GKUEOJ11Y428IFEA' where id=9; -update noar ti set b1='UJG27D3FH66WZ4GKUEOJ11Y428IFEA' where id=9; -update noar tt set v0='TXSHQ3DV30YXDF' where id=9; -update noar ti set v0='TXSHQ3DV30YXDF' where id=9; -update noar tt set b2='YORRUYO6JI5ZF4UG' where id=9; -update noar ti set b2='YORRUYO6JI5ZF4UG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='19' where id=1; -update noar ti set v0='19' where id=1; -update noar tt set b0='C2QZ683CFXPUROG1HQHO' where id=1; -update noar ti set b0='C2QZ683CFXPUROG1HQHO' where id=1; -update noar tt set v0='KN' where id=1; -update noar ti set v0='KN' where id=1; -update noar tt set b1='8VGPX' where id=1; -update noar ti set b1='8VGPX' where id=1; -update noar tt set v0='43N1QXPY' where id=1; -update noar ti set v0='43N1QXPY' where id=1; -update noar tt set b2='3YIFUB1YGDBS0UA80A3RIC' where id=1; -update noar ti set b2='3YIFUB1YGDBS0UA80A3RIC' where id=1; -update noar tt set v0='R4GK5749SGL8EGKKR4WVB0IL2OBCIN' where id=2; -update noar ti set v0='R4GK5749SGL8EGKKR4WVB0IL2OBCIN' where id=2; -update noar tt set b0='S8LGZE3' where id=2; -update noar ti set b0='S8LGZE3' where id=2; -update noar tt set v0='2JS1K263R0N6HHBDG1Q7T8FHDLL8OG4H' where id=2; -update noar ti set v0='2JS1K263R0N6HHBDG1Q7T8FHDLL8OG4H' where id=2; -update noar tt set b1='59BU1KWHY510' where id=2; -update noar ti set b1='59BU1KWHY510' where id=2; -update noar tt set v0='QMMAY4Q8T5LGSJKYGQ48IY' where id=2; -update noar ti set v0='QMMAY4Q8T5LGSJKYGQ48IY' where id=2; -update noar tt set b2='IZU3RP3LEMKU0CI0ABR4XTI' where id=2; -update noar ti set b2='IZU3RP3LEMKU0CI0ABR4XTI' where id=2; -update noar tt set v0='5PAE9QOX5X7SZ3CA1M' where id=3; -update noar ti set v0='5PAE9QOX5X7SZ3CA1M' where id=3; -update noar tt set b0='YHNAYVGCR3F8Z3CY821SP05ZJHL25QRR' where id=3; -update noar ti set b0='YHNAYVGCR3F8Z3CY821SP05ZJHL25QRR' where id=3; -update noar tt set v0='PW45QZ84VAOEB5' where id=3; -update noar ti set v0='PW45QZ84VAOEB5' where id=3; -update noar tt set b1='E4RQJFBYQ3VFBKUDRCFZBP7FK0IB8SYD' where id=3; -update noar ti set b1='E4RQJFBYQ3VFBKUDRCFZBP7FK0IB8SYD' where id=3; -update noar tt set v0='87ZN2J1T' where id=3; -update noar ti set v0='87ZN2J1T' where id=3; -update noar tt set b2='SCOUDZA80CUGIJQW49XANU3' where id=3; -update noar ti set b2='SCOUDZA80CUGIJQW49XANU3' where id=3; -update noar tt set v0='FUQNGO75RVANVB3O' where id=4; -update noar ti set v0='FUQNGO75RVANVB3O' where id=4; -update noar tt set b0='T4QKEBFD0OS8BFA53K9X6EOPH7B82' where id=4; -update noar ti set b0='T4QKEBFD0OS8BFA53K9X6EOPH7B82' where id=4; -update noar tt set v0='JF6X1U2MR6C6LZ3EP569W0OC21YHA19M' where id=4; -update noar ti set v0='JF6X1U2MR6C6LZ3EP569W0OC21YHA19M' where id=4; -update noar tt set b1='1EJVK328XZ7EAIL4X' where id=4; -update noar ti set b1='1EJVK328XZ7EAIL4X' where id=4; -update noar tt set v0='N4818DGUKV1C3GJC897KQ' where id=4; -update noar ti set v0='N4818DGUKV1C3GJC897KQ' where id=4; -update noar tt set b2='LJR2YPSN' where id=4; -update noar ti set b2='LJR2YPSN' where id=4; -update noar tt set v0='CL0LEIE' where id=5; -update noar ti set v0='CL0LEIE' where id=5; -update noar tt set b0='9G34WG2V70UNP3YBKHA6I8' where id=5; -update noar ti set b0='9G34WG2V70UNP3YBKHA6I8' where id=5; -update noar tt set v0='OWJ20FBL9PX4ZFPEN60EN3MDS2NXCR1' where id=5; -update noar ti set v0='OWJ20FBL9PX4ZFPEN60EN3MDS2NXCR1' where id=5; -update noar tt set b1='MF7DUEU0' where id=5; -update noar ti set b1='MF7DUEU0' where id=5; -update noar tt set v0='VV1UTXQYHZ7R635465K9' where id=5; -update noar ti set v0='VV1UTXQYHZ7R635465K9' where id=5; -update noar tt set b2='O1D35TXQ5YNEAJ7M5ITY3' where id=5; -update noar ti set b2='O1D35TXQ5YNEAJ7M5ITY3' where id=5; -update noar tt set v0='X62KI1TYN' where id=6; -update noar ti set v0='X62KI1TYN' where id=6; -update noar tt set b0='Y1OWRRGO' where id=6; -update noar ti set b0='Y1OWRRGO' where id=6; -update noar tt set v0='W1JJ8LPN0' where id=6; -update noar ti set v0='W1JJ8LPN0' where id=6; -update noar tt set b1='7VHUJINYF0ZARR5E' where id=6; -update noar ti set b1='7VHUJINYF0ZARR5E' where id=6; -update noar tt set v0='J9GI8U4EKMSGF4L' where id=6; -update noar ti set v0='J9GI8U4EKMSGF4L' where id=6; -update noar tt set b2='VMH9TY2NQXWO1LBXP8SWFEG3868KG8CM' where id=6; -update noar ti set b2='VMH9TY2NQXWO1LBXP8SWFEG3868KG8CM' where id=6; -update noar tt set v0='CS5A452FYDFMFIAOGOS4G0VW7L' where id=7; -update noar ti set v0='CS5A452FYDFMFIAOGOS4G0VW7L' where id=7; -update noar tt set b0='QXR' where id=7; -update noar ti set b0='QXR' where id=7; -update noar tt set v0='6WM2FXV9DGRO3A' where id=7; -update noar ti set v0='6WM2FXV9DGRO3A' where id=7; -update noar tt set b1='HVPB41MWF' where id=7; -update noar ti set b1='HVPB41MWF' where id=7; -update noar tt set v0='243B0JW6WZRN26AZXR9098' where id=7; -update noar ti set v0='243B0JW6WZRN26AZXR9098' where id=7; -update noar tt set b2='7MKD' where id=7; -update noar ti set b2='7MKD' where id=7; -update noar tt set v0='P1TZ2G52FG34K547' where id=8; -update noar ti set v0='P1TZ2G52FG34K547' where id=8; -update noar tt set b0='DBG8' where id=8; -update noar ti set b0='DBG8' where id=8; -update noar tt set v0='Q0DFEXW' where id=8; -update noar ti set v0='Q0DFEXW' where id=8; -update noar tt set b1='C2HVBOF2A6MH0L' where id=8; -update noar ti set b1='C2HVBOF2A6MH0L' where id=8; -update noar tt set v0='3B0P9WFYCQ57NH6' where id=8; -update noar ti set v0='3B0P9WFYCQ57NH6' where id=8; -update noar tt set b2='IDQW9R06L368O7QJW' where id=8; -update noar ti set b2='IDQW9R06L368O7QJW' where id=8; -update noar tt set v0='YCPUVZ' where id=9; -update noar ti set v0='YCPUVZ' where id=9; -update noar tt set b0='VXGIJN' where id=9; -update noar ti set b0='VXGIJN' where id=9; -update noar tt set v0='OFOIIUFRFWDYUEFB' where id=9; -update noar ti set v0='OFOIIUFRFWDYUEFB' where id=9; -update noar tt set b1='DC' where id=9; -update noar ti set b1='DC' where id=9; -update noar tt set v0='DS4EPIKJY' where id=9; -update noar ti set v0='DS4EPIKJY' where id=9; -update noar tt set b2='77VW8EHRDHSV3T1U' where id=9; -update noar ti set b2='77VW8EHRDHSV3T1U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ESKE40X' where id=1; -update noar ti set v0='ESKE40X' where id=1; -update noar tt set b0='LLL5KKO' where id=1; -update noar ti set b0='LLL5KKO' where id=1; -update noar tt set v0='5PWJCKBL8O4B4O' where id=1; -update noar ti set v0='5PWJCKBL8O4B4O' where id=1; -update noar tt set b1='19' where id=1; -update noar ti set b1='19' where id=1; -update noar tt set v0='IUSFETJGMVYF6FVZ03ALH3PLGL' where id=1; -update noar ti set v0='IUSFETJGMVYF6FVZ03ALH3PLGL' where id=1; -update noar tt set b2='XEU' where id=1; -update noar ti set b2='XEU' where id=1; -update noar tt set v0='RO0O0' where id=2; -update noar ti set v0='RO0O0' where id=2; -update noar tt set b0='9ES5HYCR01U' where id=2; -update noar ti set b0='9ES5HYCR01U' where id=2; -update noar tt set v0='NKK0OM1TUHIGX6V8WQV' where id=2; -update noar ti set v0='NKK0OM1TUHIGX6V8WQV' where id=2; -update noar tt set b1='TH295DA2' where id=2; -update noar ti set b1='TH295DA2' where id=2; -update noar tt set v0='ONQU5XO899' where id=2; -update noar ti set v0='ONQU5XO899' where id=2; -update noar tt set b2='AL6ND8KTPBV5DNX2VRH33PGXBYQ5' where id=2; -update noar ti set b2='AL6ND8KTPBV5DNX2VRH33PGXBYQ5' where id=2; -update noar tt set v0='ZP6IMUG9O8ETCYHF' where id=3; -update noar ti set v0='ZP6IMUG9O8ETCYHF' where id=3; -update noar tt set b0='KJF0NBSI1PWNPQJ7KXCBZ' where id=3; -update noar ti set b0='KJF0NBSI1PWNPQJ7KXCBZ' where id=3; -update noar tt set v0='9MWLLSUW9APVY28Z6RFFU90ZMUSJ07LA' where id=3; -update noar ti set v0='9MWLLSUW9APVY28Z6RFFU90ZMUSJ07LA' where id=3; -update noar tt set b1='9S66I8RUJVCFYJ5HF6' where id=3; -update noar ti set b1='9S66I8RUJVCFYJ5HF6' where id=3; -update noar tt set v0='J6C4S5CCT1E' where id=3; -update noar ti set v0='J6C4S5CCT1E' where id=3; -update noar tt set b2='MFE4' where id=3; -update noar ti set b2='MFE4' where id=3; -update noar tt set v0='5V443W5VTD30GM3FRHYFW9Y6J4W' where id=4; -update noar ti set v0='5V443W5VTD30GM3FRHYFW9Y6J4W' where id=4; -update noar tt set b0='NLZT' where id=4; -update noar ti set b0='NLZT' where id=4; -update noar tt set v0='7GB2EIF4B4JH' where id=4; -update noar ti set v0='7GB2EIF4B4JH' where id=4; -update noar tt set b1='PUMUSF2SWC42IOGXIAU2YUSHXCYOMNXA' where id=4; -update noar ti set b1='PUMUSF2SWC42IOGXIAU2YUSHXCYOMNXA' where id=4; -update noar tt set v0='UZNEZEI2NUG80TWC8BX8O9HKX2GV6' where id=4; -update noar ti set v0='UZNEZEI2NUG80TWC8BX8O9HKX2GV6' where id=4; -update noar tt set b2='Y3' where id=4; -update noar ti set b2='Y3' where id=4; -update noar tt set v0='A00815CH3Y910MNCCUUCQV0F' where id=5; -update noar ti set v0='A00815CH3Y910MNCCUUCQV0F' where id=5; -update noar tt set b0='RXLW11CYWPLA8427ONFI8P6VKAQLTH' where id=5; -update noar ti set b0='RXLW11CYWPLA8427ONFI8P6VKAQLTH' where id=5; -update noar tt set v0='HG8P5MPBS43XHN1CKX2I5ZJUJO6S5' where id=5; -update noar ti set v0='HG8P5MPBS43XHN1CKX2I5ZJUJO6S5' where id=5; -update noar tt set b1='SDGTLX7B30P9O9' where id=5; -update noar ti set b1='SDGTLX7B30P9O9' where id=5; -update noar tt set v0='56' where id=5; -update noar ti set v0='56' where id=5; -update noar tt set b2='3XNWJHNFOO8SO62ADV1FOWBI7' where id=5; -update noar ti set b2='3XNWJHNFOO8SO62ADV1FOWBI7' where id=5; -update noar tt set v0='AU6Q71SSJEUXWE4V3G0LE7VC1' where id=6; -update noar ti set v0='AU6Q71SSJEUXWE4V3G0LE7VC1' where id=6; -update noar tt set b0='8Q6ONZ6H0KH9ST43SI67D' where id=6; -update noar ti set b0='8Q6ONZ6H0KH9ST43SI67D' where id=6; -update noar tt set v0='AR0RLNHG1JO8C' where id=6; -update noar ti set v0='AR0RLNHG1JO8C' where id=6; -update noar tt set b1='PP1J57S6U4BF802Q5P' where id=6; -update noar ti set b1='PP1J57S6U4BF802Q5P' where id=6; -update noar tt set v0='8DIMOP94VVPA94O0RP9IMPBZBSAIU' where id=6; -update noar ti set v0='8DIMOP94VVPA94O0RP9IMPBZBSAIU' where id=6; -update noar tt set b2='XWDI1QSDHZPRDMKGEDUW' where id=6; -update noar ti set b2='XWDI1QSDHZPRDMKGEDUW' where id=6; -update noar tt set v0='EUK0USOF' where id=7; -update noar ti set v0='EUK0USOF' where id=7; -update noar tt set b0='9QR' where id=7; -update noar ti set b0='9QR' where id=7; -update noar tt set v0='ZG3FD2CP2' where id=7; -update noar ti set v0='ZG3FD2CP2' where id=7; -update noar tt set b1='YAB57LLKACRGZB4IVBMN' where id=7; -update noar ti set b1='YAB57LLKACRGZB4IVBMN' where id=7; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b2='OUL95Y0L3M6GYB0X9PQJP0H9W7UKV3N7' where id=7; -update noar ti set b2='OUL95Y0L3M6GYB0X9PQJP0H9W7UKV3N7' where id=7; -update noar tt set v0='OMQ80INY4OJ3SQSZ2CIMQQ3QPF' where id=8; -update noar ti set v0='OMQ80INY4OJ3SQSZ2CIMQQ3QPF' where id=8; -update noar tt set b0='ZVYO5D1MO07M7AOA3BD9ITTT8XEJ0L' where id=8; -update noar ti set b0='ZVYO5D1MO07M7AOA3BD9ITTT8XEJ0L' where id=8; -update noar tt set v0='I8KNYVW2GHYAV5A98TYPJQOFEZ' where id=8; -update noar ti set v0='I8KNYVW2GHYAV5A98TYPJQOFEZ' where id=8; -update noar tt set b1='FM5JJOVOFGA9U99F' where id=8; -update noar ti set b1='FM5JJOVOFGA9U99F' where id=8; -update noar tt set v0='33W4ZF6ASNEQLBCUHIUF4IZVOQ7' where id=8; -update noar ti set v0='33W4ZF6ASNEQLBCUHIUF4IZVOQ7' where id=8; -update noar tt set b2='RLHE' where id=8; -update noar ti set b2='RLHE' where id=8; -update noar tt set v0='4IS1CL3X8VV0P5FMYOX' where id=9; -update noar ti set v0='4IS1CL3X8VV0P5FMYOX' where id=9; -update noar tt set b0='WW5QRRMSILFKFFSFK7QU' where id=9; -update noar ti set b0='WW5QRRMSILFKFFSFK7QU' where id=9; -update noar tt set v0='DTXVN59DWGE29BA30UNZQPY' where id=9; -update noar ti set v0='DTXVN59DWGE29BA30UNZQPY' where id=9; -update noar tt set b1='PKZ' where id=9; -update noar ti set b1='PKZ' where id=9; -update noar tt set v0='IQKLV9W1770IRK41OODGO7' where id=9; -update noar ti set v0='IQKLV9W1770IRK41OODGO7' where id=9; -update noar tt set b2='1IOAPH' where id=9; -update noar ti set b2='1IOAPH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R5OOV9SGLR1AWETR5BAV8NPO' where id=1; -update noar ti set v0='R5OOV9SGLR1AWETR5BAV8NPO' where id=1; -update noar tt set b0='LU7ECFMBSHRIZT8LAOHM8QY5N33ACAV3' where id=1; -update noar ti set b0='LU7ECFMBSHRIZT8LAOHM8QY5N33ACAV3' where id=1; -update noar tt set v0='QVCDH85UHQT5Z' where id=1; -update noar ti set v0='QVCDH85UHQT5Z' where id=1; -update noar tt set b1='HKAXEDOYT3230XGCX' where id=1; -update noar ti set b1='HKAXEDOYT3230XGCX' where id=1; -update noar tt set v0='NMUU9X1OPO6N8GK' where id=1; -update noar ti set v0='NMUU9X1OPO6N8GK' where id=1; -update noar tt set b2='SMUJFLJRTD1X2DLI' where id=1; -update noar ti set b2='SMUJFLJRTD1X2DLI' where id=1; -update noar tt set v0='LFKBOTAR7N8ER7SOPDU2PQKBTG' where id=2; -update noar ti set v0='LFKBOTAR7N8ER7SOPDU2PQKBTG' where id=2; -update noar tt set b0='3AWBQ8H1TGPXMRLHULZ4WM6M7UH' where id=2; -update noar ti set b0='3AWBQ8H1TGPXMRLHULZ4WM6M7UH' where id=2; -update noar tt set v0='22Z1XQGFVHN9TGWDYBI2QIRLYD' where id=2; -update noar ti set v0='22Z1XQGFVHN9TGWDYBI2QIRLYD' where id=2; -update noar tt set b1='AYUEUYMG61QXM8OFPV93VQ8X7K1R8SG9' where id=2; -update noar ti set b1='AYUEUYMG61QXM8OFPV93VQ8X7K1R8SG9' where id=2; -update noar tt set v0='RIJQ6NJ9ND92GK9706UWQXO6KR28Z' where id=2; -update noar ti set v0='RIJQ6NJ9ND92GK9706UWQXO6KR28Z' where id=2; -update noar tt set b2='AGYT2G3WKY57GNYLTUY5GEO' where id=2; -update noar ti set b2='AGYT2G3WKY57GNYLTUY5GEO' where id=2; -update noar tt set v0='4XO5SHLRX4SKLQE6QWP25' where id=3; -update noar ti set v0='4XO5SHLRX4SKLQE6QWP25' where id=3; -update noar tt set b0='MLHD5WMHHC5C00I773S6T' where id=3; -update noar ti set b0='MLHD5WMHHC5C00I773S6T' where id=3; -update noar tt set v0='V6NHRADFXUEYD4TZKJ007KCLAXNV' where id=3; -update noar ti set v0='V6NHRADFXUEYD4TZKJ007KCLAXNV' where id=3; -update noar tt set b1='RTK25YQ' where id=3; -update noar ti set b1='RTK25YQ' where id=3; -update noar tt set v0='F0E2YH8UPCTUVXAWIS0KQPH2TQ1TBHQG' where id=3; -update noar ti set v0='F0E2YH8UPCTUVXAWIS0KQPH2TQ1TBHQG' where id=3; -update noar tt set b2='CJHOIK0CMM1FIEF' where id=3; -update noar ti set b2='CJHOIK0CMM1FIEF' where id=3; -update noar tt set v0='0D39IMT' where id=4; -update noar ti set v0='0D39IMT' where id=4; -update noar tt set b0='7' where id=4; -update noar ti set b0='7' where id=4; -update noar tt set v0='GVQAIDZM17' where id=4; -update noar ti set v0='GVQAIDZM17' where id=4; -update noar tt set b1='9VZ' where id=4; -update noar ti set b1='9VZ' where id=4; -update noar tt set v0='KDISCFUM8SFYGSOXGOCLUGE5KUU5M' where id=4; -update noar ti set v0='KDISCFUM8SFYGSOXGOCLUGE5KUU5M' where id=4; -update noar tt set b2='2WPGSZ8H' where id=4; -update noar ti set b2='2WPGSZ8H' where id=4; -update noar tt set v0='YL7JUB36EY9WQDV4TEX' where id=5; -update noar ti set v0='YL7JUB36EY9WQDV4TEX' where id=5; -update noar tt set b0='SSQLFF9SG2SW64LORD' where id=5; -update noar ti set b0='SSQLFF9SG2SW64LORD' where id=5; -update noar tt set v0='MUTZ8G36YNJE5P1WFN' where id=5; -update noar ti set v0='MUTZ8G36YNJE5P1WFN' where id=5; -update noar tt set b1='Q26FJSQ1VV44S4KEAN5K7L55' where id=5; -update noar ti set b1='Q26FJSQ1VV44S4KEAN5K7L55' where id=5; -update noar tt set v0='NWBF' where id=5; -update noar ti set v0='NWBF' where id=5; -update noar tt set b2='UMVXDA4NCSHAHL' where id=5; -update noar ti set b2='UMVXDA4NCSHAHL' where id=5; -update noar tt set v0='XMMQQ5LMFJPJPHKLUQHYNK' where id=6; -update noar ti set v0='XMMQQ5LMFJPJPHKLUQHYNK' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='X03YJP' where id=6; -update noar ti set v0='X03YJP' where id=6; -update noar tt set b1='6MQIRL7LC6' where id=6; -update noar ti set b1='6MQIRL7LC6' where id=6; -update noar tt set v0='PU3HBPFOQL7PEOF99A' where id=6; -update noar ti set v0='PU3HBPFOQL7PEOF99A' where id=6; -update noar tt set b2='KY1OZ5KY' where id=6; -update noar ti set b2='KY1OZ5KY' where id=6; -update noar tt set v0='0XGOCI' where id=7; -update noar ti set v0='0XGOCI' where id=7; -update noar tt set b0='XQY14CT806U0EURARMI9' where id=7; -update noar ti set b0='XQY14CT806U0EURARMI9' where id=7; -update noar tt set v0='O25HUZUAZ6DRAEVLD8NTKXNA' where id=7; -update noar ti set v0='O25HUZUAZ6DRAEVLD8NTKXNA' where id=7; -update noar tt set b1='6VXD2S' where id=7; -update noar ti set b1='6VXD2S' where id=7; -update noar tt set v0='OS4XBYT94QEI4' where id=7; -update noar ti set v0='OS4XBYT94QEI4' where id=7; -update noar tt set b2='Z5UPUBDKF346LK4ODQMCHRLO' where id=7; -update noar ti set b2='Z5UPUBDKF346LK4ODQMCHRLO' where id=7; -update noar tt set v0='WYFF' where id=8; -update noar ti set v0='WYFF' where id=8; -update noar tt set b0='ER3JCL' where id=8; -update noar ti set b0='ER3JCL' where id=8; -update noar tt set v0='QP9UF9ZYCW' where id=8; -update noar ti set v0='QP9UF9ZYCW' where id=8; -update noar tt set b1='35SHDMR0KJPLZB736KC8L6AIZKU47EQ' where id=8; -update noar ti set b1='35SHDMR0KJPLZB736KC8L6AIZKU47EQ' where id=8; -update noar tt set v0='MTP6S' where id=8; -update noar ti set v0='MTP6S' where id=8; -update noar tt set b2='QZH08N732PWIZ09VGVGUS2RPY0VM' where id=8; -update noar ti set b2='QZH08N732PWIZ09VGVGUS2RPY0VM' where id=8; -update noar tt set v0='TV4JLNGWK9' where id=9; -update noar ti set v0='TV4JLNGWK9' where id=9; -update noar tt set b0='8DIOV4U36NOT' where id=9; -update noar ti set b0='8DIOV4U36NOT' where id=9; -update noar tt set v0='CYZ0ISDFX4YLMN3I65GCBO6T1PEW7XAR' where id=9; -update noar ti set v0='CYZ0ISDFX4YLMN3I65GCBO6T1PEW7XAR' where id=9; -update noar tt set b1='6AJAF5LQSLR9IWWKZOX' where id=9; -update noar ti set b1='6AJAF5LQSLR9IWWKZOX' where id=9; -update noar tt set v0='T2KBMGGWH8X3UTW7DAD9HG3XXT' where id=9; -update noar ti set v0='T2KBMGGWH8X3UTW7DAD9HG3XXT' where id=9; -update noar tt set b2='QRPN03UJXMA4CYD6VBIYXD3VOND' where id=9; -update noar ti set b2='QRPN03UJXMA4CYD6VBIYXD3VOND' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GDSS1UEFQ8ZLH293SNN0KARC' where id=1; -update noar ti set v0='GDSS1UEFQ8ZLH293SNN0KARC' where id=1; -update noar tt set b0='Y0' where id=1; -update noar ti set b0='Y0' where id=1; -update noar tt set v0='QX9IYANLE' where id=1; -update noar ti set v0='QX9IYANLE' where id=1; -update noar tt set b1='7F9MGHG3T5JOY2O092IWR2JT' where id=1; -update noar ti set b1='7F9MGHG3T5JOY2O092IWR2JT' where id=1; -update noar tt set v0='M2VO91HQKJRHKUEWTR86T5YVN5HDN' where id=1; -update noar ti set v0='M2VO91HQKJRHKUEWTR86T5YVN5HDN' where id=1; -update noar tt set b2='0X1HMJ44PFOW' where id=1; -update noar ti set b2='0X1HMJ44PFOW' where id=1; -update noar tt set v0='SOJREY9' where id=2; -update noar ti set v0='SOJREY9' where id=2; -update noar tt set b0='CQ8WIDML7ML4NZ38UN' where id=2; -update noar ti set b0='CQ8WIDML7ML4NZ38UN' where id=2; -update noar tt set v0='UX56CCRGQ442YJ83BKU5EDJS' where id=2; -update noar ti set v0='UX56CCRGQ442YJ83BKU5EDJS' where id=2; -update noar tt set b1='1N2IP9P0CA955SB61MU4N' where id=2; -update noar ti set b1='1N2IP9P0CA955SB61MU4N' where id=2; -update noar tt set v0='8KNVTMZX22RTR' where id=2; -update noar ti set v0='8KNVTMZX22RTR' where id=2; -update noar tt set b2='YC5H8S8A4NX31P81Z5PCOYE51FYOL9I3' where id=2; -update noar ti set b2='YC5H8S8A4NX31P81Z5PCOYE51FYOL9I3' where id=2; -update noar tt set v0='9OTFK7B6S5PQ7TJR887RZXPVZ' where id=3; -update noar ti set v0='9OTFK7B6S5PQ7TJR887RZXPVZ' where id=3; -update noar tt set b0='GOIEBK4Y9IN3ZM4XW2ROS' where id=3; -update noar ti set b0='GOIEBK4Y9IN3ZM4XW2ROS' where id=3; -update noar tt set v0='KU8' where id=3; -update noar ti set v0='KU8' where id=3; -update noar tt set b1='NZ3C2VS90BUHU48XB5PFT0' where id=3; -update noar ti set b1='NZ3C2VS90BUHU48XB5PFT0' where id=3; -update noar tt set v0='YE16YNZUDH0' where id=3; -update noar ti set v0='YE16YNZUDH0' where id=3; -update noar tt set b2='HLL18OFQ88I7YQ4BZ4PL6DI' where id=3; -update noar ti set b2='HLL18OFQ88I7YQ4BZ4PL6DI' where id=3; -update noar tt set v0='XNSSCA66VJEU0EH0ZDD' where id=4; -update noar ti set v0='XNSSCA66VJEU0EH0ZDD' where id=4; -update noar tt set b0='4W1FJ99CUUKD5YDNI0E4RQRDA1VQC' where id=4; -update noar ti set b0='4W1FJ99CUUKD5YDNI0E4RQRDA1VQC' where id=4; -update noar tt set v0='EOUD4EC36Z65H5WT0MSPV1X4HL9' where id=4; -update noar ti set v0='EOUD4EC36Z65H5WT0MSPV1X4HL9' where id=4; -update noar tt set b1='JKDW8KJF5USOTIQMBZGQPO2EB4' where id=4; -update noar ti set b1='JKDW8KJF5USOTIQMBZGQPO2EB4' where id=4; -update noar tt set v0='WMSC4ZDKQVXFONMD1J' where id=4; -update noar ti set v0='WMSC4ZDKQVXFONMD1J' where id=4; -update noar tt set b2='5FX9USFRQX7XTLTD4LIB' where id=4; -update noar ti set b2='5FX9USFRQX7XTLTD4LIB' where id=4; -update noar tt set v0='3S59D9H0TAKVYZSLD927V' where id=5; -update noar ti set v0='3S59D9H0TAKVYZSLD927V' where id=5; -update noar tt set b0='237XV' where id=5; -update noar ti set b0='237XV' where id=5; -update noar tt set v0='EJYBRW8' where id=5; -update noar ti set v0='EJYBRW8' where id=5; -update noar tt set b1='TNZOOMW' where id=5; -update noar ti set b1='TNZOOMW' where id=5; -update noar tt set v0='AYJYPLAPKMZCP7GG' where id=5; -update noar ti set v0='AYJYPLAPKMZCP7GG' where id=5; -update noar tt set b2='8Q48YQYNI9B3DAKO6BXWULR94Q0AN' where id=5; -update noar ti set b2='8Q48YQYNI9B3DAKO6BXWULR94Q0AN' where id=5; -update noar tt set v0='N2YAP9Q' where id=6; -update noar ti set v0='N2YAP9Q' where id=6; -update noar tt set b0='Q95' where id=6; -update noar ti set b0='Q95' where id=6; -update noar tt set v0='P31LOYKZBP69829DCM6C4' where id=6; -update noar ti set v0='P31LOYKZBP69829DCM6C4' where id=6; -update noar tt set b1='WBA40XN0HKVS' where id=6; -update noar ti set b1='WBA40XN0HKVS' where id=6; -update noar tt set v0='278E194SJC78BHPYY968SP' where id=6; -update noar ti set v0='278E194SJC78BHPYY968SP' where id=6; -update noar tt set b2='3047CLE3XNL89JN9HI4S' where id=6; -update noar ti set b2='3047CLE3XNL89JN9HI4S' where id=6; -update noar tt set v0='FWU5YS2GMEEUR8WN96L' where id=7; -update noar ti set v0='FWU5YS2GMEEUR8WN96L' where id=7; -update noar tt set b0='Y500RXT09RUE8YXD93LNEV0N4Y8OQ' where id=7; -update noar ti set b0='Y500RXT09RUE8YXD93LNEV0N4Y8OQ' where id=7; -update noar tt set v0='8T93W47KBBQLC35IGE' where id=7; -update noar ti set v0='8T93W47KBBQLC35IGE' where id=7; -update noar tt set b1='LGXYSMX0JKHPMBC4GQNWCP' where id=7; -update noar ti set b1='LGXYSMX0JKHPMBC4GQNWCP' where id=7; -update noar tt set v0='ZYOZN9B11ZTS5TGPBS6KDVSI166RFSXO' where id=7; -update noar ti set v0='ZYOZN9B11ZTS5TGPBS6KDVSI166RFSXO' where id=7; -update noar tt set b2='KQ' where id=7; -update noar ti set b2='KQ' where id=7; -update noar tt set v0='P' where id=8; -update noar ti set v0='P' where id=8; -update noar tt set b0='3H1' where id=8; -update noar ti set b0='3H1' where id=8; -update noar tt set v0='E0PCQYO6H89VCG2EVHB60JY3LB' where id=8; -update noar ti set v0='E0PCQYO6H89VCG2EVHB60JY3LB' where id=8; -update noar tt set b1='A2MUO51MBHR25C6V' where id=8; -update noar ti set b1='A2MUO51MBHR25C6V' where id=8; -update noar tt set v0='OYIJU3PUQ7E1D0QJKDZ1YIA8O29G690W' where id=8; -update noar ti set v0='OYIJU3PUQ7E1D0QJKDZ1YIA8O29G690W' where id=8; -update noar tt set b2='6' where id=8; -update noar ti set b2='6' where id=8; -update noar tt set v0='JHUT7E5KSL7S9T9F57UXG' where id=9; -update noar ti set v0='JHUT7E5KSL7S9T9F57UXG' where id=9; -update noar tt set b0='PMPAZVSIAZ8SJB3HLPVQXF' where id=9; -update noar ti set b0='PMPAZVSIAZ8SJB3HLPVQXF' where id=9; -update noar tt set v0='NZO9P' where id=9; -update noar ti set v0='NZO9P' where id=9; -update noar tt set b1='UGINMSFFT1OE84O2SFHZ1B66OOR1Y' where id=9; -update noar ti set b1='UGINMSFFT1OE84O2SFHZ1B66OOR1Y' where id=9; -update noar tt set v0='N6TAZF3GWWRS0YEZ' where id=9; -update noar ti set v0='N6TAZF3GWWRS0YEZ' where id=9; -update noar tt set b2='QKW2ZW3XKZ' where id=9; -update noar ti set b2='QKW2ZW3XKZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8085H3WKGE3ZSZ80KVBZB82J' where id=1; -update noar ti set v0='8085H3WKGE3ZSZ80KVBZB82J' where id=1; -update noar tt set b0='4M9AQLQITJTM3D02HCSS' where id=1; -update noar ti set b0='4M9AQLQITJTM3D02HCSS' where id=1; -update noar tt set v0='9NZPL44HOVCBHMNK6FH3JX' where id=1; -update noar ti set v0='9NZPL44HOVCBHMNK6FH3JX' where id=1; -update noar tt set b1='CG15I442' where id=1; -update noar ti set b1='CG15I442' where id=1; -update noar tt set v0='RHKTSYDBV05L' where id=1; -update noar ti set v0='RHKTSYDBV05L' where id=1; -update noar tt set b2='HA4ARL2GWP9E' where id=1; -update noar ti set b2='HA4ARL2GWP9E' where id=1; -update noar tt set v0='U7470ME9RH3' where id=2; -update noar ti set v0='U7470ME9RH3' where id=2; -update noar tt set b0='7COSTURH6IZFAI6TLASAJBXUND' where id=2; -update noar ti set b0='7COSTURH6IZFAI6TLASAJBXUND' where id=2; -update noar tt set v0='X8D64HF61R6ANMTFSGMHANEP' where id=2; -update noar ti set v0='X8D64HF61R6ANMTFSGMHANEP' where id=2; -update noar tt set b1='PCKYFQK9QJKFKLODURDINF' where id=2; -update noar ti set b1='PCKYFQK9QJKFKLODURDINF' where id=2; -update noar tt set v0='S7UDILAPODSR98KN8' where id=2; -update noar ti set v0='S7UDILAPODSR98KN8' where id=2; -update noar tt set b2='67V6Q94R' where id=2; -update noar ti set b2='67V6Q94R' where id=2; -update noar tt set v0='X' where id=3; -update noar ti set v0='X' where id=3; -update noar tt set b0='JO3O33' where id=3; -update noar ti set b0='JO3O33' where id=3; -update noar tt set v0='WKLXFGEM630S0FR9REQSGQ' where id=3; -update noar ti set v0='WKLXFGEM630S0FR9REQSGQ' where id=3; -update noar tt set b1='ZJX3S8HRZN69U' where id=3; -update noar ti set b1='ZJX3S8HRZN69U' where id=3; -update noar tt set v0='JW1WRP9S3FSAAS9Q06LBN7' where id=3; -update noar ti set v0='JW1WRP9S3FSAAS9Q06LBN7' where id=3; -update noar tt set b2='414NXGALJ3KK43W62CFBJBQ6P47YR5M' where id=3; -update noar ti set b2='414NXGALJ3KK43W62CFBJBQ6P47YR5M' where id=3; -update noar tt set v0='QEUQ9L0EI0UZNA6KVE824MXRXBWK8ZUN' where id=4; -update noar ti set v0='QEUQ9L0EI0UZNA6KVE824MXRXBWK8ZUN' where id=4; -update noar tt set b0='5GRDYB3R5YEIIH4BX4CUGFVJOZV' where id=4; -update noar ti set b0='5GRDYB3R5YEIIH4BX4CUGFVJOZV' where id=4; -update noar tt set v0='BYITJTGH5E1ZLE' where id=4; -update noar ti set v0='BYITJTGH5E1ZLE' where id=4; -update noar tt set b1='VJFWXCXHSX3O335PTA9Q3R' where id=4; -update noar ti set b1='VJFWXCXHSX3O335PTA9Q3R' where id=4; -update noar tt set v0='Z0I6J1448LRWEOVSJVKRHEAOZ2APBKWB' where id=4; -update noar ti set v0='Z0I6J1448LRWEOVSJVKRHEAOZ2APBKWB' where id=4; -update noar tt set b2='ZLQ89NZF9D08XHSQJAFRCV' where id=4; -update noar ti set b2='ZLQ89NZF9D08XHSQJAFRCV' where id=4; -update noar tt set v0='PXJFN8GSR0T4MF6OZ' where id=5; -update noar ti set v0='PXJFN8GSR0T4MF6OZ' where id=5; -update noar tt set b0='NSFY594582' where id=5; -update noar ti set b0='NSFY594582' where id=5; -update noar tt set v0='E31UGGZR62GTVYJ9KX0' where id=5; -update noar ti set v0='E31UGGZR62GTVYJ9KX0' where id=5; -update noar tt set b1='17KC538KG3GOSXD4C77I' where id=5; -update noar ti set b1='17KC538KG3GOSXD4C77I' where id=5; -update noar tt set v0='3CNYFDLATOJV8VEEIZ0GRID0KTZLY' where id=5; -update noar ti set v0='3CNYFDLATOJV8VEEIZ0GRID0KTZLY' where id=5; -update noar tt set b2='1AEGEW3A4PH3TF5J46KDYYS9SKIXR' where id=5; -update noar ti set b2='1AEGEW3A4PH3TF5J46KDYYS9SKIXR' where id=5; -update noar tt set v0='YR1OG8C5GH75Z5JHINPU' where id=6; -update noar ti set v0='YR1OG8C5GH75Z5JHINPU' where id=6; -update noar tt set b0='OKL5TBL99MY0G6MQQ8ZHI74FRY' where id=6; -update noar ti set b0='OKL5TBL99MY0G6MQQ8ZHI74FRY' where id=6; -update noar tt set v0='CIHNSDTWYH9LHP56FJ2B0FZ8GH' where id=6; -update noar ti set v0='CIHNSDTWYH9LHP56FJ2B0FZ8GH' where id=6; -update noar tt set b1='GI7F' where id=6; -update noar ti set b1='GI7F' where id=6; -update noar tt set v0='S7YTJF2J629F0HAOTQALJ' where id=6; -update noar ti set v0='S7YTJF2J629F0HAOTQALJ' where id=6; -update noar tt set b2='6Y0XKM56FW3ITOZ' where id=6; -update noar ti set b2='6Y0XKM56FW3ITOZ' where id=6; -update noar tt set v0='DBHE91TH' where id=7; -update noar ti set v0='DBHE91TH' where id=7; -update noar tt set b0='HMZ2KQE63VUTX7C3ZKCRZYJY' where id=7; -update noar ti set b0='HMZ2KQE63VUTX7C3ZKCRZYJY' where id=7; -update noar tt set v0='CKWXOZSA306SB6G' where id=7; -update noar ti set v0='CKWXOZSA306SB6G' where id=7; -update noar tt set b1='OB7K9ATROTGJ0OWBAG49C' where id=7; -update noar ti set b1='OB7K9ATROTGJ0OWBAG49C' where id=7; -update noar tt set v0='IYHS4P0GPQ4K' where id=7; -update noar ti set v0='IYHS4P0GPQ4K' where id=7; -update noar tt set b2='M9YFL5LCUM1NG' where id=7; -update noar ti set b2='M9YFL5LCUM1NG' where id=7; -update noar tt set v0='9WA83KFOQY7OWOE5AZPWC' where id=8; -update noar ti set v0='9WA83KFOQY7OWOE5AZPWC' where id=8; -update noar tt set b0='ZQZZ3GTO37AP1PAR1P2LD53GXIFC' where id=8; -update noar ti set b0='ZQZZ3GTO37AP1PAR1P2LD53GXIFC' where id=8; -update noar tt set v0='1GG0BXR967MSXST5' where id=8; -update noar ti set v0='1GG0BXR967MSXST5' where id=8; -update noar tt set b1='FYIJNQCZJTBKCAHIYWT7WLT8MW7' where id=8; -update noar ti set b1='FYIJNQCZJTBKCAHIYWT7WLT8MW7' where id=8; -update noar tt set v0='L50YBS9L8IV3DHCXYMA7TWS879DCPQI1' where id=8; -update noar ti set v0='L50YBS9L8IV3DHCXYMA7TWS879DCPQI1' where id=8; -update noar tt set b2='61H5GFXDQO7JF8U' where id=8; -update noar ti set b2='61H5GFXDQO7JF8U' where id=8; -update noar tt set v0='WG2W60DMI' where id=9; -update noar ti set v0='WG2W60DMI' where id=9; -update noar tt set b0='6YSOK97V9VOJNMEWE9WU8CMN' where id=9; -update noar ti set b0='6YSOK97V9VOJNMEWE9WU8CMN' where id=9; -update noar tt set v0='4RC6UM4WJJHE8KHJU28Y46' where id=9; -update noar ti set v0='4RC6UM4WJJHE8KHJU28Y46' where id=9; -update noar tt set b1='XMM5D2BOQDHGYMRBM' where id=9; -update noar ti set b1='XMM5D2BOQDHGYMRBM' where id=9; -update noar tt set v0='RIHX6GY5EHUT91TK2B9TGDU' where id=9; -update noar ti set v0='RIHX6GY5EHUT91TK2B9TGDU' where id=9; -update noar tt set b2='M040NX2' where id=9; -update noar ti set b2='M040NX2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OM9F6DGLJGWD3OWJ0' where id=1; -update noar ti set v0='OM9F6DGLJGWD3OWJ0' where id=1; -update noar tt set b0='WX2Q' where id=1; -update noar ti set b0='WX2Q' where id=1; -update noar tt set v0='KK3X' where id=1; -update noar ti set v0='KK3X' where id=1; -update noar tt set b1='165' where id=1; -update noar ti set b1='165' where id=1; -update noar tt set v0='X1WV45UVU5UDZ8545XS' where id=1; -update noar ti set v0='X1WV45UVU5UDZ8545XS' where id=1; -update noar tt set b2='R' where id=1; -update noar ti set b2='R' where id=1; -update noar tt set v0='6W0' where id=2; -update noar ti set v0='6W0' where id=2; -update noar tt set b0='2UL9TLTPUT6TPAPQ8ZQZMA3FQ' where id=2; -update noar ti set b0='2UL9TLTPUT6TPAPQ8ZQZMA3FQ' where id=2; -update noar tt set v0='I34TEVC82NCGG2F0ZHDI' where id=2; -update noar ti set v0='I34TEVC82NCGG2F0ZHDI' where id=2; -update noar tt set b1='URE9V' where id=2; -update noar ti set b1='URE9V' where id=2; -update noar tt set v0='V354JGXG1EHAY' where id=2; -update noar ti set v0='V354JGXG1EHAY' where id=2; -update noar tt set b2='69GQOP6MLGRP08HGSY9NBIEWUTM8' where id=2; -update noar ti set b2='69GQOP6MLGRP08HGSY9NBIEWUTM8' where id=2; -update noar tt set v0='ZR' where id=3; -update noar ti set v0='ZR' where id=3; -update noar tt set b0='XHD0WD7VIH93' where id=3; -update noar ti set b0='XHD0WD7VIH93' where id=3; -update noar tt set v0='N89UHDMRLLF6' where id=3; -update noar ti set v0='N89UHDMRLLF6' where id=3; -update noar tt set b1='NTUQEEGNZP9EBZ' where id=3; -update noar ti set b1='NTUQEEGNZP9EBZ' where id=3; -update noar tt set v0='TD04E4MMEJYR2U3Y2R' where id=3; -update noar ti set v0='TD04E4MMEJYR2U3Y2R' where id=3; -update noar tt set b2='LX9F0OG3CVT5GYBDK299DAK784SP' where id=3; -update noar ti set b2='LX9F0OG3CVT5GYBDK299DAK784SP' where id=3; -update noar tt set v0='MBP36W3IML' where id=4; -update noar ti set v0='MBP36W3IML' where id=4; -update noar tt set b0='QX7LXSPL0G0KVHN14ACCMCDY7BPQL' where id=4; -update noar ti set b0='QX7LXSPL0G0KVHN14ACCMCDY7BPQL' where id=4; -update noar tt set v0='MPPKJIHXGWF83NOYN' where id=4; -update noar ti set v0='MPPKJIHXGWF83NOYN' where id=4; -update noar tt set b1='DPXSFNFNZPER1KI4DJHR3' where id=4; -update noar ti set b1='DPXSFNFNZPER1KI4DJHR3' where id=4; -update noar tt set v0='URSS' where id=4; -update noar ti set v0='URSS' where id=4; -update noar tt set b2='MX4JZICCQ3K1RQN9' where id=4; -update noar ti set b2='MX4JZICCQ3K1RQN9' where id=4; -update noar tt set v0='KC3VGV0A2X757OC7L73MX2R1' where id=5; -update noar ti set v0='KC3VGV0A2X757OC7L73MX2R1' where id=5; -update noar tt set b0='ZXV5MSXG3RNJ2NR1RZRW6NGZBNOL3WN5' where id=5; -update noar ti set b0='ZXV5MSXG3RNJ2NR1RZRW6NGZBNOL3WN5' where id=5; -update noar tt set v0='34YNPL29DFCIZ2SKU02TS32NS8' where id=5; -update noar ti set v0='34YNPL29DFCIZ2SKU02TS32NS8' where id=5; -update noar tt set b1='9A3P6JWZX92Q6J3T90FHOA1ARI9D' where id=5; -update noar ti set b1='9A3P6JWZX92Q6J3T90FHOA1ARI9D' where id=5; -update noar tt set v0='NU7UZN37ZWLGPGESTQCKDA' where id=5; -update noar ti set v0='NU7UZN37ZWLGPGESTQCKDA' where id=5; -update noar tt set b2='WI6WPD2E' where id=5; -update noar ti set b2='WI6WPD2E' where id=5; -update noar tt set v0='178K6SRB8D0B4RBRHGFB87HF' where id=6; -update noar ti set v0='178K6SRB8D0B4RBRHGFB87HF' where id=6; -update noar tt set b0='NS5IPKY5T4VL' where id=6; -update noar ti set b0='NS5IPKY5T4VL' where id=6; -update noar tt set v0='VOH0MR9VJR6M0QEJQZIOL1RA7XD4RX' where id=6; -update noar ti set v0='VOH0MR9VJR6M0QEJQZIOL1RA7XD4RX' where id=6; -update noar tt set b1='YO4BDZ7CU2WV9AOCF49IIH8' where id=6; -update noar ti set b1='YO4BDZ7CU2WV9AOCF49IIH8' where id=6; -update noar tt set v0='XYQDCYR97CE2LG4J99XA' where id=6; -update noar ti set v0='XYQDCYR97CE2LG4J99XA' where id=6; -update noar tt set b2='IZX4L2ISKJVGV2FJ8W' where id=6; -update noar ti set b2='IZX4L2ISKJVGV2FJ8W' where id=6; -update noar tt set v0='KLKT9AUMZE4SDHD6O8X7FUJUAPX' where id=7; -update noar ti set v0='KLKT9AUMZE4SDHD6O8X7FUJUAPX' where id=7; -update noar tt set b0='ZNEIJHUAJ6GLJ' where id=7; -update noar ti set b0='ZNEIJHUAJ6GLJ' where id=7; -update noar tt set v0='23J1QZRV27FFHPH1BVV' where id=7; -update noar ti set v0='23J1QZRV27FFHPH1BVV' where id=7; -update noar tt set b1='RWHRD2YVW' where id=7; -update noar ti set b1='RWHRD2YVW' where id=7; -update noar tt set v0='IGZ' where id=7; -update noar ti set v0='IGZ' where id=7; -update noar tt set b2='XGRZ98XQ0V5P7HIFFRUO4J8' where id=7; -update noar ti set b2='XGRZ98XQ0V5P7HIFFRUO4J8' where id=7; -update noar tt set v0='MKKIQ4OJT' where id=8; -update noar ti set v0='MKKIQ4OJT' where id=8; -update noar tt set b0='JY' where id=8; -update noar ti set b0='JY' where id=8; -update noar tt set v0='MOGTDQ8ERF7JECXGSHUX3W92TYMKR' where id=8; -update noar ti set v0='MOGTDQ8ERF7JECXGSHUX3W92TYMKR' where id=8; -update noar tt set b1='D61JS2ST6F6FGEC29XOE2DRS27U5BSPP' where id=8; -update noar ti set b1='D61JS2ST6F6FGEC29XOE2DRS27U5BSPP' where id=8; -update noar tt set v0='G6LMY1LUTIFU2DFE89R' where id=8; -update noar ti set v0='G6LMY1LUTIFU2DFE89R' where id=8; -update noar tt set b2='3OJ3VH5BYH99Q8NWP9FTLZHV771CYX' where id=8; -update noar ti set b2='3OJ3VH5BYH99Q8NWP9FTLZHV771CYX' where id=8; -update noar tt set v0='0LD8B63HBY' where id=9; -update noar ti set v0='0LD8B63HBY' where id=9; -update noar tt set b0='GFWWZWRI5DF7I0RZZVSAN5WZVCJA' where id=9; -update noar ti set b0='GFWWZWRI5DF7I0RZZVSAN5WZVCJA' where id=9; -update noar tt set v0='JW8GKXES9ZRT3GI15V1Q' where id=9; -update noar ti set v0='JW8GKXES9ZRT3GI15V1Q' where id=9; -update noar tt set b1='ZN' where id=9; -update noar ti set b1='ZN' where id=9; -update noar tt set v0='TYPZJ6VDMQ' where id=9; -update noar ti set v0='TYPZJ6VDMQ' where id=9; -update noar tt set b2='365FB9MNA3ZTD' where id=9; -update noar ti set b2='365FB9MNA3ZTD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5LT' where id=1; -update noar ti set v0='5LT' where id=1; -update noar tt set b0='LNXTCKX' where id=1; -update noar ti set b0='LNXTCKX' where id=1; -update noar tt set v0='UEWTU2JHM' where id=1; -update noar ti set v0='UEWTU2JHM' where id=1; -update noar tt set b1='FD0B2WDPSNR2M' where id=1; -update noar ti set b1='FD0B2WDPSNR2M' where id=1; -update noar tt set v0='7PT7CA8EIPOKESUND9CGTSED8R' where id=1; -update noar ti set v0='7PT7CA8EIPOKESUND9CGTSED8R' where id=1; -update noar tt set b2='0REM82L82' where id=1; -update noar ti set b2='0REM82L82' where id=1; -update noar tt set v0='441X29DK2003SSIY9MLK19M3KI07V' where id=2; -update noar ti set v0='441X29DK2003SSIY9MLK19M3KI07V' where id=2; -update noar tt set b0='VUJ4F8SUTHE78DYTDL68YENPLWG' where id=2; -update noar ti set b0='VUJ4F8SUTHE78DYTDL68YENPLWG' where id=2; -update noar tt set v0='9Q3MZI4P686SDKP9K' where id=2; -update noar ti set v0='9Q3MZI4P686SDKP9K' where id=2; -update noar tt set b1='5' where id=2; -update noar ti set b1='5' where id=2; -update noar tt set v0='BJXRK44RBZ0Y9R1BDG4' where id=2; -update noar ti set v0='BJXRK44RBZ0Y9R1BDG4' where id=2; -update noar tt set b2='MX60I' where id=2; -update noar ti set b2='MX60I' where id=2; -update noar tt set v0='ACCEQTDTGF32KA9CWALURYM' where id=3; -update noar ti set v0='ACCEQTDTGF32KA9CWALURYM' where id=3; -update noar tt set b0='KR8R2' where id=3; -update noar ti set b0='KR8R2' where id=3; -update noar tt set v0='O227LV5IC' where id=3; -update noar ti set v0='O227LV5IC' where id=3; -update noar tt set b1='SMMYEVVNUJZLWRRET4DV6G3V4M0YEWPJ' where id=3; -update noar ti set b1='SMMYEVVNUJZLWRRET4DV6G3V4M0YEWPJ' where id=3; -update noar tt set v0='E0YCM1RDTAXZKA52CJBYMWGV86C' where id=3; -update noar ti set v0='E0YCM1RDTAXZKA52CJBYMWGV86C' where id=3; -update noar tt set b2='YHXJBMUTMPGHD8R9YGE' where id=3; -update noar ti set b2='YHXJBMUTMPGHD8R9YGE' where id=3; -update noar tt set v0='RSMLA8XZJ64CF7J' where id=4; -update noar ti set v0='RSMLA8XZJ64CF7J' where id=4; -update noar tt set b0='95A49B5F' where id=4; -update noar ti set b0='95A49B5F' where id=4; -update noar tt set v0='CUJY5X9' where id=4; -update noar ti set v0='CUJY5X9' where id=4; -update noar tt set b1='4VZ4K3L' where id=4; -update noar ti set b1='4VZ4K3L' where id=4; -update noar tt set v0='DSRUC2' where id=4; -update noar ti set v0='DSRUC2' where id=4; -update noar tt set b2='5JSGWN6K1C8KX7DOLHY' where id=4; -update noar ti set b2='5JSGWN6K1C8KX7DOLHY' where id=4; -update noar tt set v0='X51KLB1OEF' where id=5; -update noar ti set v0='X51KLB1OEF' where id=5; -update noar tt set b0='AYMJUWOZK96GYL4KY337XQXRHAPYC' where id=5; -update noar ti set b0='AYMJUWOZK96GYL4KY337XQXRHAPYC' where id=5; -update noar tt set v0='152K5' where id=5; -update noar ti set v0='152K5' where id=5; -update noar tt set b1='6SEO8JMU8FD' where id=5; -update noar ti set b1='6SEO8JMU8FD' where id=5; -update noar tt set v0='J7XKWW5BI5K6' where id=5; -update noar ti set v0='J7XKWW5BI5K6' where id=5; -update noar tt set b2='VWY0KY7KQF7FYZS1LO3L6LZ4P9WNO8' where id=5; -update noar ti set b2='VWY0KY7KQF7FYZS1LO3L6LZ4P9WNO8' where id=5; -update noar tt set v0='4Q677GFVA' where id=6; -update noar ti set v0='4Q677GFVA' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='9ZYSUK' where id=6; -update noar ti set v0='9ZYSUK' where id=6; -update noar tt set b1='JKSJKEF9QZQGEH' where id=6; -update noar ti set b1='JKSJKEF9QZQGEH' where id=6; -update noar tt set v0='ZJOUBF1695NIJDHIMAO384' where id=6; -update noar ti set v0='ZJOUBF1695NIJDHIMAO384' where id=6; -update noar tt set b2='ZW74LM9ZBUANXXE6584WQUU79QI9T' where id=6; -update noar ti set b2='ZW74LM9ZBUANXXE6584WQUU79QI9T' where id=6; -update noar tt set v0='XZR654NKSROEH0BPWM9YI9R' where id=7; -update noar ti set v0='XZR654NKSROEH0BPWM9YI9R' where id=7; -update noar tt set b0='MAGDKKGQH' where id=7; -update noar ti set b0='MAGDKKGQH' where id=7; -update noar tt set v0='0ILPRB4YW2F48EICCZXX47P9JJP' where id=7; -update noar ti set v0='0ILPRB4YW2F48EICCZXX47P9JJP' where id=7; -update noar tt set b1='FQC9RK9G12JXVWV' where id=7; -update noar ti set b1='FQC9RK9G12JXVWV' where id=7; -update noar tt set v0='UWOH3778BPPUF' where id=7; -update noar ti set v0='UWOH3778BPPUF' where id=7; -update noar tt set b2='2' where id=7; -update noar ti set b2='2' where id=7; -update noar tt set v0='OROP4X0XUUKUQEGMDO' where id=8; -update noar ti set v0='OROP4X0XUUKUQEGMDO' where id=8; -update noar tt set b0='9KHZFWINZY22TR7DFR' where id=8; -update noar ti set b0='9KHZFWINZY22TR7DFR' where id=8; -update noar tt set v0='VD5YC1BGL128OG3LX7DK7O6H5CUU' where id=8; -update noar ti set v0='VD5YC1BGL128OG3LX7DK7O6H5CUU' where id=8; -update noar tt set b1='8P5D3NB8NIUX4LVZVLV3J5UANFL4OE2' where id=8; -update noar ti set b1='8P5D3NB8NIUX4LVZVLV3J5UANFL4OE2' where id=8; -update noar tt set v0='W575DZ' where id=8; -update noar ti set v0='W575DZ' where id=8; -update noar tt set b2='6JI0SDRKAW8N04BTJDR7Q' where id=8; -update noar ti set b2='6JI0SDRKAW8N04BTJDR7Q' where id=8; -update noar tt set v0='1M7TXVB4FKNRNSJKY5G1QETEX44V' where id=9; -update noar ti set v0='1M7TXVB4FKNRNSJKY5G1QETEX44V' where id=9; -update noar tt set b0='0MSG9HJDENISRY77JWUELH0E0W8NFO8T' where id=9; -update noar ti set b0='0MSG9HJDENISRY77JWUELH0E0W8NFO8T' where id=9; -update noar tt set v0='3D74L3KEP1HWSTH54FZPHV' where id=9; -update noar ti set v0='3D74L3KEP1HWSTH54FZPHV' where id=9; -update noar tt set b1='YCSV912PEB6BE' where id=9; -update noar ti set b1='YCSV912PEB6BE' where id=9; -update noar tt set v0='27' where id=9; -update noar ti set v0='27' where id=9; -update noar tt set b2='3XG0MVJXZ63XGJJZBA8' where id=9; -update noar ti set b2='3XG0MVJXZ63XGJJZBA8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGN4QTFHFK' where id=1; -update noar ti set v0='JGN4QTFHFK' where id=1; -update noar tt set b0='DNYP0EE1ES4JDL577TSS00Q' where id=1; -update noar ti set b0='DNYP0EE1ES4JDL577TSS00Q' where id=1; -update noar tt set v0='UPJSWGW4MM6LI0F8K961PASN' where id=1; -update noar ti set v0='UPJSWGW4MM6LI0F8K961PASN' where id=1; -update noar tt set b1='FPG3R88I37FLO5' where id=1; -update noar ti set b1='FPG3R88I37FLO5' where id=1; -update noar tt set v0='BV0BA9' where id=1; -update noar ti set v0='BV0BA9' where id=1; -update noar tt set b2='WMCJM4LEX7DX0W6KPEF08UON' where id=1; -update noar ti set b2='WMCJM4LEX7DX0W6KPEF08UON' where id=1; -update noar tt set v0='G7' where id=2; -update noar ti set v0='G7' where id=2; -update noar tt set b0='TFH' where id=2; -update noar ti set b0='TFH' where id=2; -update noar tt set v0='M7AQAS08TI4B82' where id=2; -update noar ti set v0='M7AQAS08TI4B82' where id=2; -update noar tt set b1='H5LK7PEHOB3Y24G' where id=2; -update noar ti set b1='H5LK7PEHOB3Y24G' where id=2; -update noar tt set v0='5X419VQ4KWPIBM' where id=2; -update noar ti set v0='5X419VQ4KWPIBM' where id=2; -update noar tt set b2='VPBBD' where id=2; -update noar ti set b2='VPBBD' where id=2; -update noar tt set v0='LJXZ91ZOXXTW1HPYB304EC' where id=3; -update noar ti set v0='LJXZ91ZOXXTW1HPYB304EC' where id=3; -update noar tt set b0='E76KK42IV0L2P8Y7O7VOZOO6' where id=3; -update noar ti set b0='E76KK42IV0L2P8Y7O7VOZOO6' where id=3; -update noar tt set v0='B0' where id=3; -update noar ti set v0='B0' where id=3; -update noar tt set b1='UOT5F79' where id=3; -update noar ti set b1='UOT5F79' where id=3; -update noar tt set v0='4270VR8' where id=3; -update noar ti set v0='4270VR8' where id=3; -update noar tt set b2='9I8918KAPITNFZLWIFJ266FOANA' where id=3; -update noar ti set b2='9I8918KAPITNFZLWIFJ266FOANA' where id=3; -update noar tt set v0='5OKW3JXHD6E7435MINJ7M' where id=4; -update noar ti set v0='5OKW3JXHD6E7435MINJ7M' where id=4; -update noar tt set b0='1YBYYBD4B7AY7JHH3U8JSNNB6I1WXG8R' where id=4; -update noar ti set b0='1YBYYBD4B7AY7JHH3U8JSNNB6I1WXG8R' where id=4; -update noar tt set v0='PKWJU4I8IWH6VVQX0K3EW80YNKOZH' where id=4; -update noar ti set v0='PKWJU4I8IWH6VVQX0K3EW80YNKOZH' where id=4; -update noar tt set b1='AJMIJEEV' where id=4; -update noar ti set b1='AJMIJEEV' where id=4; -update noar tt set v0='GCAK54V1BUTU5FI2U' where id=4; -update noar ti set v0='GCAK54V1BUTU5FI2U' where id=4; -update noar tt set b2='QU93GWILSD4O439A49LHE' where id=4; -update noar ti set b2='QU93GWILSD4O439A49LHE' where id=4; -update noar tt set v0='HYREQ9FG9UNRGMAIYX' where id=5; -update noar ti set v0='HYREQ9FG9UNRGMAIYX' where id=5; -update noar tt set b0='3GBT0' where id=5; -update noar ti set b0='3GBT0' where id=5; -update noar tt set v0='S18EQDS' where id=5; -update noar ti set v0='S18EQDS' where id=5; -update noar tt set b1='ACKI84AH8DHCDERB53Z335MBTLKK66F9' where id=5; -update noar ti set b1='ACKI84AH8DHCDERB53Z335MBTLKK66F9' where id=5; -update noar tt set v0='SLO3BUOT5U3IE9' where id=5; -update noar ti set v0='SLO3BUOT5U3IE9' where id=5; -update noar tt set b2='2D91TPELQGJ' where id=5; -update noar ti set b2='2D91TPELQGJ' where id=5; -update noar tt set v0='F6132GVKX24P' where id=6; -update noar ti set v0='F6132GVKX24P' where id=6; -update noar tt set b0='KOPC7I2KY5FP5H815EF9F2QCIEWF' where id=6; -update noar ti set b0='KOPC7I2KY5FP5H815EF9F2QCIEWF' where id=6; -update noar tt set v0='UDKKHE4CR8EVX2Q5LO17BP9LO77' where id=6; -update noar ti set v0='UDKKHE4CR8EVX2Q5LO17BP9LO77' where id=6; -update noar tt set b1='H7P21A' where id=6; -update noar ti set b1='H7P21A' where id=6; -update noar tt set v0='3YIK9FNE5ILY' where id=6; -update noar ti set v0='3YIK9FNE5ILY' where id=6; -update noar tt set b2='063JBL6QOSQ34B5MUKL' where id=6; -update noar ti set b2='063JBL6QOSQ34B5MUKL' where id=6; -update noar tt set v0='WX9WXYIGGR4DZZQMA1MGXIB' where id=7; -update noar ti set v0='WX9WXYIGGR4DZZQMA1MGXIB' where id=7; -update noar tt set b0='1CMHFS9WQILWH' where id=7; -update noar ti set b0='1CMHFS9WQILWH' where id=7; -update noar tt set v0='CZMKT8F' where id=7; -update noar ti set v0='CZMKT8F' where id=7; -update noar tt set b1='YE0YYRN5A5V58T0I' where id=7; -update noar ti set b1='YE0YYRN5A5V58T0I' where id=7; -update noar tt set v0='9D22H8K' where id=7; -update noar ti set v0='9D22H8K' where id=7; -update noar tt set b2='HMNAC11J4S9PLTL8KSKSQTY8' where id=7; -update noar ti set b2='HMNAC11J4S9PLTL8KSKSQTY8' where id=7; -update noar tt set v0='N8RNIJ8R75RVP8OO4G35501BCZH1E5PK' where id=8; -update noar ti set v0='N8RNIJ8R75RVP8OO4G35501BCZH1E5PK' where id=8; -update noar tt set b0='IBPTTO45M40M8W4A5T9QK4779' where id=8; -update noar ti set b0='IBPTTO45M40M8W4A5T9QK4779' where id=8; -update noar tt set v0='TEQKE1C2DJEOCRRT7W8PR' where id=8; -update noar ti set v0='TEQKE1C2DJEOCRRT7W8PR' where id=8; -update noar tt set b1='7D' where id=8; -update noar ti set b1='7D' where id=8; -update noar tt set v0='4FABU203DVBSM4CIVQYA5R8EFIL' where id=8; -update noar ti set v0='4FABU203DVBSM4CIVQYA5R8EFIL' where id=8; -update noar tt set b2='2DGHEUT4H0HCQ19DB' where id=8; -update noar ti set b2='2DGHEUT4H0HCQ19DB' where id=8; -update noar tt set v0='VMZTHZ8WZ4KHWA' where id=9; -update noar ti set v0='VMZTHZ8WZ4KHWA' where id=9; -update noar tt set b0='Q8G4ANO9FWPMBSYSP7EU8TH2G' where id=9; -update noar ti set b0='Q8G4ANO9FWPMBSYSP7EU8TH2G' where id=9; -update noar tt set v0='GA0HBEDG28ISRLMNH6B45Y8P' where id=9; -update noar ti set v0='GA0HBEDG28ISRLMNH6B45Y8P' where id=9; -update noar tt set b1='IHM9GX2SND8MNR7AAF4UE02' where id=9; -update noar ti set b1='IHM9GX2SND8MNR7AAF4UE02' where id=9; -update noar tt set v0='MBJDOXW3LS0RS730WJ175KYZWATGWZQ' where id=9; -update noar ti set v0='MBJDOXW3LS0RS730WJ175KYZWATGWZQ' where id=9; -update noar tt set b2='WB84KK3ES0T' where id=9; -update noar ti set b2='WB84KK3ES0T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QBY6LV' where id=1; -update noar ti set v0='QBY6LV' where id=1; -update noar tt set b0='OVKC107A0Y3ZCY12G43LYBUR' where id=1; -update noar ti set b0='OVKC107A0Y3ZCY12G43LYBUR' where id=1; -update noar tt set v0='K8LJYQ2PFKJDD' where id=1; -update noar ti set v0='K8LJYQ2PFKJDD' where id=1; -update noar tt set b1='GSYQNRKCBJJA' where id=1; -update noar ti set b1='GSYQNRKCBJJA' where id=1; -update noar tt set v0='E1U' where id=1; -update noar ti set v0='E1U' where id=1; -update noar tt set b2='MQQZGAUVAOEENS7AJ2' where id=1; -update noar ti set b2='MQQZGAUVAOEENS7AJ2' where id=1; -update noar tt set v0='S3WZ0YC9V011XSG4EEPPZ6H4MT4D' where id=2; -update noar ti set v0='S3WZ0YC9V011XSG4EEPPZ6H4MT4D' where id=2; -update noar tt set b0='DI83NAA0MNS3QRLM' where id=2; -update noar ti set b0='DI83NAA0MNS3QRLM' where id=2; -update noar tt set v0='JA6SRDWITUO9VV4TKXB7' where id=2; -update noar ti set v0='JA6SRDWITUO9VV4TKXB7' where id=2; -update noar tt set b1='13Z57OG4PEDBVPEFRHBRNPQ0V6' where id=2; -update noar ti set b1='13Z57OG4PEDBVPEFRHBRNPQ0V6' where id=2; -update noar tt set v0='NHJWJ601DZ' where id=2; -update noar ti set v0='NHJWJ601DZ' where id=2; -update noar tt set b2='QL3D8OO67BS' where id=2; -update noar ti set b2='QL3D8OO67BS' where id=2; -update noar tt set v0='FO13D2POSU4TKT366NP' where id=3; -update noar ti set v0='FO13D2POSU4TKT366NP' where id=3; -update noar tt set b0='F3P6CJK2U4KNYIXE' where id=3; -update noar ti set b0='F3P6CJK2U4KNYIXE' where id=3; -update noar tt set v0='EFFCKQKTEZ288' where id=3; -update noar ti set v0='EFFCKQKTEZ288' where id=3; -update noar tt set b1='8ETN5QNUEVH77IU8S0QCDQBTCD' where id=3; -update noar ti set b1='8ETN5QNUEVH77IU8S0QCDQBTCD' where id=3; -update noar tt set v0='W4CZLDZO3CQY0T4ACQH24FD' where id=3; -update noar ti set v0='W4CZLDZO3CQY0T4ACQH24FD' where id=3; -update noar tt set b2='68OQ9XSPWC' where id=3; -update noar ti set b2='68OQ9XSPWC' where id=3; -update noar tt set v0='C4CDQ5M2IABWBS42HAAS' where id=4; -update noar ti set v0='C4CDQ5M2IABWBS42HAAS' where id=4; -update noar tt set b0='5EJRVGKY0XB' where id=4; -update noar ti set b0='5EJRVGKY0XB' where id=4; -update noar tt set v0='F2WNH15FORSUB632R1FFBHY4B' where id=4; -update noar ti set v0='F2WNH15FORSUB632R1FFBHY4B' where id=4; -update noar tt set b1='NDCBEC2CY8G4VPOEQVMZFX8Y' where id=4; -update noar ti set b1='NDCBEC2CY8G4VPOEQVMZFX8Y' where id=4; -update noar tt set v0='BRVH6XJTK3DVSWMQG' where id=4; -update noar ti set v0='BRVH6XJTK3DVSWMQG' where id=4; -update noar tt set b2='8OMQPM95BTW6JLXXX4WSYCH82CJG34K' where id=4; -update noar ti set b2='8OMQPM95BTW6JLXXX4WSYCH82CJG34K' where id=4; -update noar tt set v0='B3EBNE7I32' where id=5; -update noar ti set v0='B3EBNE7I32' where id=5; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set v0='AMZYJPSCET70XVUJMHCTXQBSXX' where id=5; -update noar ti set v0='AMZYJPSCET70XVUJMHCTXQBSXX' where id=5; -update noar tt set b1='RQJJQ' where id=5; -update noar ti set b1='RQJJQ' where id=5; -update noar tt set v0='SI' where id=5; -update noar ti set v0='SI' where id=5; -update noar tt set b2='1Q0W67XJ5R53' where id=5; -update noar ti set b2='1Q0W67XJ5R53' where id=5; -update noar tt set v0='W' where id=6; -update noar ti set v0='W' where id=6; -update noar tt set b0='ZQQZZS2650TVV58' where id=6; -update noar ti set b0='ZQQZZS2650TVV58' where id=6; -update noar tt set v0='FMX6N8SRJPGSUBJZS46S' where id=6; -update noar ti set v0='FMX6N8SRJPGSUBJZS46S' where id=6; -update noar tt set b1='T3VSKTNGPN0OLHGAV9K5Y1I5ERVQ' where id=6; -update noar ti set b1='T3VSKTNGPN0OLHGAV9K5Y1I5ERVQ' where id=6; -update noar tt set v0='ZR5A64D' where id=6; -update noar ti set v0='ZR5A64D' where id=6; -update noar tt set b2='0L98AT5YQK6KGF5' where id=6; -update noar ti set b2='0L98AT5YQK6KGF5' where id=6; -update noar tt set v0='F24NBRI1HGH6HU02SBHZLKL78KFV2W' where id=7; -update noar ti set v0='F24NBRI1HGH6HU02SBHZLKL78KFV2W' where id=7; -update noar tt set b0='3BCZN' where id=7; -update noar ti set b0='3BCZN' where id=7; -update noar tt set v0='NM07MR8SN9L69D0' where id=7; -update noar ti set v0='NM07MR8SN9L69D0' where id=7; -update noar tt set b1='2KFQF9IPL4WMX5Z' where id=7; -update noar ti set b1='2KFQF9IPL4WMX5Z' where id=7; -update noar tt set v0='2PCTBJ' where id=7; -update noar ti set v0='2PCTBJ' where id=7; -update noar tt set b2='QLHI32EKBMNNVQD' where id=7; -update noar ti set b2='QLHI32EKBMNNVQD' where id=7; -update noar tt set v0='S98ROI44IXUYDXQ' where id=8; -update noar ti set v0='S98ROI44IXUYDXQ' where id=8; -update noar tt set b0='NWISI' where id=8; -update noar ti set b0='NWISI' where id=8; -update noar tt set v0='8SG4UK11AXE016YB452' where id=8; -update noar ti set v0='8SG4UK11AXE016YB452' where id=8; -update noar tt set b1='9FGH3A2JVQ3GFF4CJ' where id=8; -update noar ti set b1='9FGH3A2JVQ3GFF4CJ' where id=8; -update noar tt set v0='8E54PD6V905HEA17WB' where id=8; -update noar ti set v0='8E54PD6V905HEA17WB' where id=8; -update noar tt set b2='ZMLRM3O0' where id=8; -update noar ti set b2='ZMLRM3O0' where id=8; -update noar tt set v0='9H2YM2J5E0BS0A8OJB8P24B2H3' where id=9; -update noar ti set v0='9H2YM2J5E0BS0A8OJB8P24B2H3' where id=9; -update noar tt set b0='F4H1' where id=9; -update noar ti set b0='F4H1' where id=9; -update noar tt set v0='U3URAFKJP8TL07NMU03N94JGNO' where id=9; -update noar ti set v0='U3URAFKJP8TL07NMU03N94JGNO' where id=9; -update noar tt set b1='WBKOZUBPFKC' where id=9; -update noar ti set b1='WBKOZUBPFKC' where id=9; -update noar tt set v0='950NBB1L1WJAYF' where id=9; -update noar ti set v0='950NBB1L1WJAYF' where id=9; -update noar tt set b2='3JZE6A0GL6K4055LXF8KEJUBALFGF6F1' where id=9; -update noar ti set b2='3JZE6A0GL6K4055LXF8KEJUBALFGF6F1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9877QISJZWDG5TRCA0WOA7QDCQDY3N' where id=1; -update noar ti set v0='9877QISJZWDG5TRCA0WOA7QDCQDY3N' where id=1; -update noar tt set b0='UN1MQMGSL0USVSIKFO' where id=1; -update noar ti set b0='UN1MQMGSL0USVSIKFO' where id=1; -update noar tt set v0='O0N4X' where id=1; -update noar ti set v0='O0N4X' where id=1; -update noar tt set b1='31' where id=1; -update noar ti set b1='31' where id=1; -update noar tt set v0='X9TCNPDK1TY305U72VI6' where id=1; -update noar ti set v0='X9TCNPDK1TY305U72VI6' where id=1; -update noar tt set b2='06R' where id=1; -update noar ti set b2='06R' where id=1; -update noar tt set v0='L0N3UJP51CXLT3Z69XI6NAQ3EWP1GB' where id=2; -update noar ti set v0='L0N3UJP51CXLT3Z69XI6NAQ3EWP1GB' where id=2; -update noar tt set b0='LWH30LLDH2JV6TYUGF' where id=2; -update noar ti set b0='LWH30LLDH2JV6TYUGF' where id=2; -update noar tt set v0='2PI29TFFIO0' where id=2; -update noar ti set v0='2PI29TFFIO0' where id=2; -update noar tt set b1='K5YRI9TSHS67Z77F2A3S9U5U4RQW3C' where id=2; -update noar ti set b1='K5YRI9TSHS67Z77F2A3S9U5U4RQW3C' where id=2; -update noar tt set v0='9QIKKPAYU3XFX4C' where id=2; -update noar ti set v0='9QIKKPAYU3XFX4C' where id=2; -update noar tt set b2='8OCM2CRFW759M0' where id=2; -update noar ti set b2='8OCM2CRFW759M0' where id=2; -update noar tt set v0='ZOUS40IIDM9XTCG2Z7P9MCHS' where id=3; -update noar ti set v0='ZOUS40IIDM9XTCG2Z7P9MCHS' where id=3; -update noar tt set b0='7E3BD5O1' where id=3; -update noar ti set b0='7E3BD5O1' where id=3; -update noar tt set v0='QZ4KN75FEGVF9' where id=3; -update noar ti set v0='QZ4KN75FEGVF9' where id=3; -update noar tt set b1='QF1KX7WTP' where id=3; -update noar ti set b1='QF1KX7WTP' where id=3; -update noar tt set v0='HOPUNF7M30GQNI0Y7JXIU6AKYK3A4EG' where id=3; -update noar ti set v0='HOPUNF7M30GQNI0Y7JXIU6AKYK3A4EG' where id=3; -update noar tt set b2='WPHABIAUXA0U0' where id=3; -update noar ti set b2='WPHABIAUXA0U0' where id=3; -update noar tt set v0='4806XCACSQKO' where id=4; -update noar ti set v0='4806XCACSQKO' where id=4; -update noar tt set b0='JR71U4' where id=4; -update noar ti set b0='JR71U4' where id=4; -update noar tt set v0='6Q8RPDXCTCI75U8W6FV5TG1CE4ZRG' where id=4; -update noar ti set v0='6Q8RPDXCTCI75U8W6FV5TG1CE4ZRG' where id=4; -update noar tt set b1='N3FRK2FP' where id=4; -update noar ti set b1='N3FRK2FP' where id=4; -update noar tt set v0='QEBD6LKNO' where id=4; -update noar ti set v0='QEBD6LKNO' where id=4; -update noar tt set b2='6U63NHFD42RY20S1' where id=4; -update noar ti set b2='6U63NHFD42RY20S1' where id=4; -update noar tt set v0='3MO6O6SHTRK' where id=5; -update noar ti set v0='3MO6O6SHTRK' where id=5; -update noar tt set b0='IE3A9KPQJ7R4KNYF2WPAEEC97A' where id=5; -update noar ti set b0='IE3A9KPQJ7R4KNYF2WPAEEC97A' where id=5; -update noar tt set v0='LD26DWMCPJVL1K7' where id=5; -update noar ti set v0='LD26DWMCPJVL1K7' where id=5; -update noar tt set b1='L26WI76NIFVTSFMZ7GBBU40KKANO8Z6' where id=5; -update noar ti set b1='L26WI76NIFVTSFMZ7GBBU40KKANO8Z6' where id=5; -update noar tt set v0='KLH0JBWPYGSKYGZ8Q7NCG' where id=5; -update noar ti set v0='KLH0JBWPYGSKYGZ8Q7NCG' where id=5; -update noar tt set b2='IKQDOQT694KK' where id=5; -update noar ti set b2='IKQDOQT694KK' where id=5; -update noar tt set v0='KW7OUX2ZGXXIMXVNEP2MG15M13' where id=6; -update noar ti set v0='KW7OUX2ZGXXIMXVNEP2MG15M13' where id=6; -update noar tt set b0='KXRZKKZW7D' where id=6; -update noar ti set b0='KXRZKKZW7D' where id=6; -update noar tt set v0='5XINU22GELE81P0O8HFW2D' where id=6; -update noar ti set v0='5XINU22GELE81P0O8HFW2D' where id=6; -update noar tt set b1='MWM54FOMUB2WR' where id=6; -update noar ti set b1='MWM54FOMUB2WR' where id=6; -update noar tt set v0='1DD2B4KHSMHUW18CSMSPH12OMCH09L65' where id=6; -update noar ti set v0='1DD2B4KHSMHUW18CSMSPH12OMCH09L65' where id=6; -update noar tt set b2='4QRM7CD07XREJXMP2UWT7BK8NV3K' where id=6; -update noar ti set b2='4QRM7CD07XREJXMP2UWT7BK8NV3K' where id=6; -update noar tt set v0='46MBYC4OHHEGFY1K7928BN37LSBE' where id=7; -update noar ti set v0='46MBYC4OHHEGFY1K7928BN37LSBE' where id=7; -update noar tt set b0='5VHGNSJLOZ5IHO0WVQVNJ1WO5VUGHP8Y' where id=7; -update noar ti set b0='5VHGNSJLOZ5IHO0WVQVNJ1WO5VUGHP8Y' where id=7; -update noar tt set v0='7J' where id=7; -update noar ti set v0='7J' where id=7; -update noar tt set b1='FXXY2EWJE8JXKTH' where id=7; -update noar ti set b1='FXXY2EWJE8JXKTH' where id=7; -update noar tt set v0='1DXSFXQ' where id=7; -update noar ti set v0='1DXSFXQ' where id=7; -update noar tt set b2='8898HQDTJF' where id=7; -update noar ti set b2='8898HQDTJF' where id=7; -update noar tt set v0='9F82N2B9FI' where id=8; -update noar ti set v0='9F82N2B9FI' where id=8; -update noar tt set b0='D9P8FY' where id=8; -update noar ti set b0='D9P8FY' where id=8; -update noar tt set v0='0E6LKTH10EG' where id=8; -update noar ti set v0='0E6LKTH10EG' where id=8; -update noar tt set b1='PBB3AQ' where id=8; -update noar ti set b1='PBB3AQ' where id=8; -update noar tt set v0='L99E7LA' where id=8; -update noar ti set v0='L99E7LA' where id=8; -update noar tt set b2='ZW40C5QYC5' where id=8; -update noar ti set b2='ZW40C5QYC5' where id=8; -update noar tt set v0='VKA30BP6ECKRZPY0N3FP' where id=9; -update noar ti set v0='VKA30BP6ECKRZPY0N3FP' where id=9; -update noar tt set b0='O' where id=9; -update noar ti set b0='O' where id=9; -update noar tt set v0='14QD9JUSW4P8AYRHHH607B4V' where id=9; -update noar ti set v0='14QD9JUSW4P8AYRHHH607B4V' where id=9; -update noar tt set b1='8LY6P8ZBRNQM4VUGA9Y8K3PG9NKJR7ZB' where id=9; -update noar ti set b1='8LY6P8ZBRNQM4VUGA9Y8K3PG9NKJR7ZB' where id=9; -update noar tt set v0='PA6GLXJTEX' where id=9; -update noar ti set v0='PA6GLXJTEX' where id=9; -update noar tt set b2='KIEBI52U' where id=9; -update noar ti set b2='KIEBI52U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H5HBU6R8BZYCIII1IFV4YLME' where id=1; -update noar ti set v0='H5HBU6R8BZYCIII1IFV4YLME' where id=1; -update noar tt set b0='N24KW0DCPYJQ2EQF0NHLE6FB7JJ' where id=1; -update noar ti set b0='N24KW0DCPYJQ2EQF0NHLE6FB7JJ' where id=1; -update noar tt set v0='14VXM7NSH8JELONFR89PG' where id=1; -update noar ti set v0='14VXM7NSH8JELONFR89PG' where id=1; -update noar tt set b1='BS5GV' where id=1; -update noar ti set b1='BS5GV' where id=1; -update noar tt set v0='RI5DGFRDWTME4' where id=1; -update noar ti set v0='RI5DGFRDWTME4' where id=1; -update noar tt set b2='QVO1VLYYV8QJ4KUSJDF' where id=1; -update noar ti set b2='QVO1VLYYV8QJ4KUSJDF' where id=1; -update noar tt set v0='DCJBP1W73KPH44P9A2F4' where id=2; -update noar ti set v0='DCJBP1W73KPH44P9A2F4' where id=2; -update noar tt set b0='R9SCSZYP2NW8W4MG5L4XPWV6LLUX9L' where id=2; -update noar ti set b0='R9SCSZYP2NW8W4MG5L4XPWV6LLUX9L' where id=2; -update noar tt set v0='B9KMSZ29WFF5IAY9K' where id=2; -update noar ti set v0='B9KMSZ29WFF5IAY9K' where id=2; -update noar tt set b1='G6EANYJD4AOC4R53' where id=2; -update noar ti set b1='G6EANYJD4AOC4R53' where id=2; -update noar tt set v0='QPFLNX' where id=2; -update noar ti set v0='QPFLNX' where id=2; -update noar tt set b2='N' where id=2; -update noar ti set b2='N' where id=2; -update noar tt set v0='KHET61D2' where id=3; -update noar ti set v0='KHET61D2' where id=3; -update noar tt set b0='HO5B1HZTHVILWBW1X9ZYWB63O' where id=3; -update noar ti set b0='HO5B1HZTHVILWBW1X9ZYWB63O' where id=3; -update noar tt set v0='PQDIOQK5LLXYD9GVBOM22P' where id=3; -update noar ti set v0='PQDIOQK5LLXYD9GVBOM22P' where id=3; -update noar tt set b1='EI1DPMO13ZMK5EE87' where id=3; -update noar ti set b1='EI1DPMO13ZMK5EE87' where id=3; -update noar tt set v0='7GDUXQNDOKFXNW9POZ8DDAYY83U7M3' where id=3; -update noar ti set v0='7GDUXQNDOKFXNW9POZ8DDAYY83U7M3' where id=3; -update noar tt set b2='0273OXVZ57ZESOFIFLBCTY4WPVM' where id=3; -update noar ti set b2='0273OXVZ57ZESOFIFLBCTY4WPVM' where id=3; -update noar tt set v0='G01U6X7A43G8Q' where id=4; -update noar ti set v0='G01U6X7A43G8Q' where id=4; -update noar tt set b0='2NIWV8FFS' where id=4; -update noar ti set b0='2NIWV8FFS' where id=4; -update noar tt set v0='9UK0J14GF0DC' where id=4; -update noar ti set v0='9UK0J14GF0DC' where id=4; -update noar tt set b1='B2C6Y4HNDL9QZKP2ZDU4BO5' where id=4; -update noar ti set b1='B2C6Y4HNDL9QZKP2ZDU4BO5' where id=4; -update noar tt set v0='3YLJH4XW0' where id=4; -update noar ti set v0='3YLJH4XW0' where id=4; -update noar tt set b2='AECACJFS' where id=4; -update noar ti set b2='AECACJFS' where id=4; -update noar tt set v0='311H3EHC' where id=5; -update noar ti set v0='311H3EHC' where id=5; -update noar tt set b0='YAHEPPLTBEXW0A4NGLNIOALW7' where id=5; -update noar ti set b0='YAHEPPLTBEXW0A4NGLNIOALW7' where id=5; -update noar tt set v0='0A8L603F5ZNLBXE528SF1KG8R93' where id=5; -update noar ti set v0='0A8L603F5ZNLBXE528SF1KG8R93' where id=5; -update noar tt set b1='4' where id=5; -update noar ti set b1='4' where id=5; -update noar tt set v0='WUBWN34O6QC9UJYYVEQ56BCS' where id=5; -update noar ti set v0='WUBWN34O6QC9UJYYVEQ56BCS' where id=5; -update noar tt set b2='DFVG6J' where id=5; -update noar ti set b2='DFVG6J' where id=5; -update noar tt set v0='WARQW9ICF8U8MQV4ZQBUENP2U3BEHL' where id=6; -update noar ti set v0='WARQW9ICF8U8MQV4ZQBUENP2U3BEHL' where id=6; -update noar tt set b0='NCEALEANHJ5S4YYUV' where id=6; -update noar ti set b0='NCEALEANHJ5S4YYUV' where id=6; -update noar tt set v0='G1NMBSNUER7DSXM0' where id=6; -update noar ti set v0='G1NMBSNUER7DSXM0' where id=6; -update noar tt set b1='HD4UGAIHZ3FS72PHGD5I9LH0S' where id=6; -update noar ti set b1='HD4UGAIHZ3FS72PHGD5I9LH0S' where id=6; -update noar tt set v0='QGNO39Z2T055QG39QV2NPSVI9MPY3J74' where id=6; -update noar ti set v0='QGNO39Z2T055QG39QV2NPSVI9MPY3J74' where id=6; -update noar tt set b2='AZ' where id=6; -update noar ti set b2='AZ' where id=6; -update noar tt set v0='MIR9' where id=7; -update noar ti set v0='MIR9' where id=7; -update noar tt set b0='RSKLUMYAC5LN4JWVT' where id=7; -update noar ti set b0='RSKLUMYAC5LN4JWVT' where id=7; -update noar tt set v0='NSAGD36PD97Q7OFAPSLGZ3Y5' where id=7; -update noar ti set v0='NSAGD36PD97Q7OFAPSLGZ3Y5' where id=7; -update noar tt set b1='G8YRCVXB3J11YVQOYRZDDHJ5Z12' where id=7; -update noar ti set b1='G8YRCVXB3J11YVQOYRZDDHJ5Z12' where id=7; -update noar tt set v0='JYUJ30HLYSNIO40BHKUUS9IMTYNKDD' where id=7; -update noar ti set v0='JYUJ30HLYSNIO40BHKUUS9IMTYNKDD' where id=7; -update noar tt set b2='AA5GR0WPXUI0ETO1HSEO3OZ' where id=7; -update noar ti set b2='AA5GR0WPXUI0ETO1HSEO3OZ' where id=7; -update noar tt set v0='MF5V32X6B9VVCDF' where id=8; -update noar ti set v0='MF5V32X6B9VVCDF' where id=8; -update noar tt set b0='WKAS4XO23A2VIXMW7UX56LGCJHH24T' where id=8; -update noar ti set b0='WKAS4XO23A2VIXMW7UX56LGCJHH24T' where id=8; -update noar tt set v0='40492I' where id=8; -update noar ti set v0='40492I' where id=8; -update noar tt set b1='K2XZKP6YUKJ599MBIULYS' where id=8; -update noar ti set b1='K2XZKP6YUKJ599MBIULYS' where id=8; -update noar tt set v0='AKIQYVM4DN6QAV7HPN905S1LCXZE7' where id=8; -update noar ti set v0='AKIQYVM4DN6QAV7HPN905S1LCXZE7' where id=8; -update noar tt set b2='9W4XY9Y8XCO6I5BWBQG' where id=8; -update noar ti set b2='9W4XY9Y8XCO6I5BWBQG' where id=8; -update noar tt set v0='8ODC8TJ8X32TFC6U6K' where id=9; -update noar ti set v0='8ODC8TJ8X32TFC6U6K' where id=9; -update noar tt set b0='B982RRGEVL02Y91VWCW7' where id=9; -update noar ti set b0='B982RRGEVL02Y91VWCW7' where id=9; -update noar tt set v0='CY' where id=9; -update noar ti set v0='CY' where id=9; -update noar tt set b1='WUS5' where id=9; -update noar ti set b1='WUS5' where id=9; -update noar tt set v0='DB6UV1N9FS9YCN3S' where id=9; -update noar ti set v0='DB6UV1N9FS9YCN3S' where id=9; -update noar tt set b2='2JR32MU3K1L2OY8KW7HU' where id=9; -update noar ti set b2='2JR32MU3K1L2OY8KW7HU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BAHDVEMAF6TXCHRV8RZ' where id=1; -update noar ti set v0='0BAHDVEMAF6TXCHRV8RZ' where id=1; -update noar tt set b0='6W681RWYE9QLQA1SEJ4WFK' where id=1; -update noar ti set b0='6W681RWYE9QLQA1SEJ4WFK' where id=1; -update noar tt set v0='3P24TYJXMVSW1' where id=1; -update noar ti set v0='3P24TYJXMVSW1' where id=1; -update noar tt set b1='K4F6RIK9WB4LCL7XIFDP2XP8IG8XRCV2' where id=1; -update noar ti set b1='K4F6RIK9WB4LCL7XIFDP2XP8IG8XRCV2' where id=1; -update noar tt set v0='YWF7ZMWX1WUXMVUQXZSFQV70D59' where id=1; -update noar ti set v0='YWF7ZMWX1WUXMVUQXZSFQV70D59' where id=1; -update noar tt set b2='YQJN2J5I9IL' where id=1; -update noar ti set b2='YQJN2J5I9IL' where id=1; -update noar tt set v0='S' where id=2; -update noar ti set v0='S' where id=2; -update noar tt set b0='0VM3S2TQIMV9KGQRHO6042353V' where id=2; -update noar ti set b0='0VM3S2TQIMV9KGQRHO6042353V' where id=2; -update noar tt set v0='MH01K96WWUEY06YQA3AJVXDWPLH57' where id=2; -update noar ti set v0='MH01K96WWUEY06YQA3AJVXDWPLH57' where id=2; -update noar tt set b1='VYC8U14504KR3B7U94QMIG' where id=2; -update noar ti set b1='VYC8U14504KR3B7U94QMIG' where id=2; -update noar tt set v0='TTKPMGOB5J4C8ZDJZ5WJ' where id=2; -update noar ti set v0='TTKPMGOB5J4C8ZDJZ5WJ' where id=2; -update noar tt set b2='ZOH0X84S14SV8NUT513W9' where id=2; -update noar ti set b2='ZOH0X84S14SV8NUT513W9' where id=2; -update noar tt set v0='HXJD18J' where id=3; -update noar ti set v0='HXJD18J' where id=3; -update noar tt set b0='0BX' where id=3; -update noar ti set b0='0BX' where id=3; -update noar tt set v0='1' where id=3; -update noar ti set v0='1' where id=3; -update noar tt set b1='96NGGQAJN' where id=3; -update noar ti set b1='96NGGQAJN' where id=3; -update noar tt set v0='MC6CSVS6K1' where id=3; -update noar ti set v0='MC6CSVS6K1' where id=3; -update noar tt set b2='L0O4RE2TBDVJQ6W3N5S1O97E0P2B' where id=3; -update noar ti set b2='L0O4RE2TBDVJQ6W3N5S1O97E0P2B' where id=3; -update noar tt set v0='QF4JB1HEQD2QBB7V8G3E8O8I' where id=4; -update noar ti set v0='QF4JB1HEQD2QBB7V8G3E8O8I' where id=4; -update noar tt set b0='6I8CIW9S3IDV5NGH15SQK6WG7ZIMZGVU' where id=4; -update noar ti set b0='6I8CIW9S3IDV5NGH15SQK6WG7ZIMZGVU' where id=4; -update noar tt set v0='DCR9KRAGB88R2612GK5I7A0YZ8J4D0VD' where id=4; -update noar ti set v0='DCR9KRAGB88R2612GK5I7A0YZ8J4D0VD' where id=4; -update noar tt set b1='NI2C7ZOLRMSM6YGXBS8HPK1VS91PZ5N' where id=4; -update noar ti set b1='NI2C7ZOLRMSM6YGXBS8HPK1VS91PZ5N' where id=4; -update noar tt set v0='5XUO7VXPWMI' where id=4; -update noar ti set v0='5XUO7VXPWMI' where id=4; -update noar tt set b2='75SPATWCF81WH' where id=4; -update noar ti set b2='75SPATWCF81WH' where id=4; -update noar tt set v0='LO3ZCGWS2SG31I0OJDTQ1V0J7' where id=5; -update noar ti set v0='LO3ZCGWS2SG31I0OJDTQ1V0J7' where id=5; -update noar tt set b0='STKLF0T58SM0TNDE8LQ1SCESW3' where id=5; -update noar ti set b0='STKLF0T58SM0TNDE8LQ1SCESW3' where id=5; -update noar tt set v0='OWTAU1BMK3' where id=5; -update noar ti set v0='OWTAU1BMK3' where id=5; -update noar tt set b1='6ZBEU3POBSYDBCXXI' where id=5; -update noar ti set b1='6ZBEU3POBSYDBCXXI' where id=5; -update noar tt set v0='RZ8LS9TCURZQREHXPJC' where id=5; -update noar ti set v0='RZ8LS9TCURZQREHXPJC' where id=5; -update noar tt set b2='JRB2IC86L908' where id=5; -update noar ti set b2='JRB2IC86L908' where id=5; -update noar tt set v0='TX4Z95BP4ZFBM2P5KWOXWV3328QF' where id=6; -update noar ti set v0='TX4Z95BP4ZFBM2P5KWOXWV3328QF' where id=6; -update noar tt set b0='J7D0KN5E8QTPSXC6TG69YTQBKP0EAHN' where id=6; -update noar ti set b0='J7D0KN5E8QTPSXC6TG69YTQBKP0EAHN' where id=6; -update noar tt set v0='VT425GBDCBJHX0DF' where id=6; -update noar ti set v0='VT425GBDCBJHX0DF' where id=6; -update noar tt set b1='B1JP4IR0TVN5KUGN' where id=6; -update noar ti set b1='B1JP4IR0TVN5KUGN' where id=6; -update noar tt set v0='MRM55C4H2Q7ZH8UBLSONG' where id=6; -update noar ti set v0='MRM55C4H2Q7ZH8UBLSONG' where id=6; -update noar tt set b2='QL36ARLN7RQKK8L' where id=6; -update noar ti set b2='QL36ARLN7RQKK8L' where id=6; -update noar tt set v0='Q99C0OIYH65GU' where id=7; -update noar ti set v0='Q99C0OIYH65GU' where id=7; -update noar tt set b0='XDVX0DGI0CTY89ZM' where id=7; -update noar ti set b0='XDVX0DGI0CTY89ZM' where id=7; -update noar tt set v0='ACHAXOTSM8O8NI99' where id=7; -update noar ti set v0='ACHAXOTSM8O8NI99' where id=7; -update noar tt set b1='3JJMYB9CV3' where id=7; -update noar ti set b1='3JJMYB9CV3' where id=7; -update noar tt set v0='MGI4MN0JK78U6C672AM1UL4KV3G2D' where id=7; -update noar ti set v0='MGI4MN0JK78U6C672AM1UL4KV3G2D' where id=7; -update noar tt set b2='WA1UB0KFK' where id=7; -update noar ti set b2='WA1UB0KFK' where id=7; -update noar tt set v0='QJYN' where id=8; -update noar ti set v0='QJYN' where id=8; -update noar tt set b0='DIG7UHHJCFM2UO7OI4I386' where id=8; -update noar ti set b0='DIG7UHHJCFM2UO7OI4I386' where id=8; -update noar tt set v0='T03WQPBFRY625D8QVKQ0NJ0J' where id=8; -update noar ti set v0='T03WQPBFRY625D8QVKQ0NJ0J' where id=8; -update noar tt set b1='61D' where id=8; -update noar ti set b1='61D' where id=8; -update noar tt set v0='HE2FTABS59W' where id=8; -update noar ti set v0='HE2FTABS59W' where id=8; -update noar tt set b2='I95UH4GBSJIYOECBPWORJS8UENPO6LIE' where id=8; -update noar ti set b2='I95UH4GBSJIYOECBPWORJS8UENPO6LIE' where id=8; -update noar tt set v0='M42AB4VQ2ALSM9ACEITW5S' where id=9; -update noar ti set v0='M42AB4VQ2ALSM9ACEITW5S' where id=9; -update noar tt set b0='XNE8LXH4KCO' where id=9; -update noar ti set b0='XNE8LXH4KCO' where id=9; -update noar tt set v0='DW60C619CFATRZHWWYQ' where id=9; -update noar ti set v0='DW60C619CFATRZHWWYQ' where id=9; -update noar tt set b1='HPZYGB9ROV6YKMRFYMRL' where id=9; -update noar ti set b1='HPZYGB9ROV6YKMRFYMRL' where id=9; -update noar tt set v0='VCSXIF5FXB8JJ4K3A8' where id=9; -update noar ti set v0='VCSXIF5FXB8JJ4K3A8' where id=9; -update noar tt set b2='MWNN5' where id=9; -update noar ti set b2='MWNN5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H3TPN3DRU0XGIKN2FMSS5AWDSLXM' where id=1; -update noar ti set v0='H3TPN3DRU0XGIKN2FMSS5AWDSLXM' where id=1; -update noar tt set b0='XRX4H3LKY7PBHS8JDR4JM5D04I' where id=1; -update noar ti set b0='XRX4H3LKY7PBHS8JDR4JM5D04I' where id=1; -update noar tt set v0='E14IDYSDQPNLKU41DRZNPRMO2' where id=1; -update noar ti set v0='E14IDYSDQPNLKU41DRZNPRMO2' where id=1; -update noar tt set b1='HI2PJJPAS8' where id=1; -update noar ti set b1='HI2PJJPAS8' where id=1; -update noar tt set v0='HLQ9IBJE4ELQURD9B8L77PEAYY0670Q' where id=1; -update noar ti set v0='HLQ9IBJE4ELQURD9B8L77PEAYY0670Q' where id=1; -update noar tt set b2='PJ' where id=1; -update noar ti set b2='PJ' where id=1; -update noar tt set v0='FTDU0OC1GUNA7SDZHXJ7SPDEC7ZO20' where id=2; -update noar ti set v0='FTDU0OC1GUNA7SDZHXJ7SPDEC7ZO20' where id=2; -update noar tt set b0='ZRGVTEBI4KPJY8E06V' where id=2; -update noar ti set b0='ZRGVTEBI4KPJY8E06V' where id=2; -update noar tt set v0='VGU9UVGXAUOAOXCXZW' where id=2; -update noar ti set v0='VGU9UVGXAUOAOXCXZW' where id=2; -update noar tt set b1='65C9K7YS0ZCLWD' where id=2; -update noar ti set b1='65C9K7YS0ZCLWD' where id=2; -update noar tt set v0='LFWR2B61HLW3Q' where id=2; -update noar ti set v0='LFWR2B61HLW3Q' where id=2; -update noar tt set b2='JEA7LIHL8UDSL3' where id=2; -update noar ti set b2='JEA7LIHL8UDSL3' where id=2; -update noar tt set v0='JXELV8Z' where id=3; -update noar ti set v0='JXELV8Z' where id=3; -update noar tt set b0='98RUG' where id=3; -update noar ti set b0='98RUG' where id=3; -update noar tt set v0='ZZQVTZXL4IRGK' where id=3; -update noar ti set v0='ZZQVTZXL4IRGK' where id=3; -update noar tt set b1='LK0R7FFED8' where id=3; -update noar ti set b1='LK0R7FFED8' where id=3; -update noar tt set v0='HRA69F' where id=3; -update noar ti set v0='HRA69F' where id=3; -update noar tt set b2='ETNHVB7G17WDHSWG5SEOEGP8X5' where id=3; -update noar ti set b2='ETNHVB7G17WDHSWG5SEOEGP8X5' where id=3; -update noar tt set v0='SIY0Z6T64C411KAP626OXUDYOJD9IO' where id=4; -update noar ti set v0='SIY0Z6T64C411KAP626OXUDYOJD9IO' where id=4; -update noar tt set b0='YL6LRM' where id=4; -update noar ti set b0='YL6LRM' where id=4; -update noar tt set v0='BFPCF281ON415AEGCNGUWMNEE' where id=4; -update noar ti set v0='BFPCF281ON415AEGCNGUWMNEE' where id=4; -update noar tt set b1='5W7LZTC25UT1C1RGE' where id=4; -update noar ti set b1='5W7LZTC25UT1C1RGE' where id=4; -update noar tt set v0='1P6IZFJ8SB8YWFSKDHLJ1XLIPU1L' where id=4; -update noar ti set v0='1P6IZFJ8SB8YWFSKDHLJ1XLIPU1L' where id=4; -update noar tt set b2='ZT6' where id=4; -update noar ti set b2='ZT6' where id=4; -update noar tt set v0='61SFKGPZ7RI' where id=5; -update noar ti set v0='61SFKGPZ7RI' where id=5; -update noar tt set b0='C13THBYNTEWVXXX' where id=5; -update noar ti set b0='C13THBYNTEWVXXX' where id=5; -update noar tt set v0='NI9OREOUY0XPPP8S86G49Q' where id=5; -update noar ti set v0='NI9OREOUY0XPPP8S86G49Q' where id=5; -update noar tt set b1='Z7XN29W7Y' where id=5; -update noar ti set b1='Z7XN29W7Y' where id=5; -update noar tt set v0='8P3B048Y6X6EGUC6A6C1EN2R9SIARW' where id=5; -update noar ti set v0='8P3B048Y6X6EGUC6A6C1EN2R9SIARW' where id=5; -update noar tt set b2='62KSURH9XUQCN8E5FKTPVY3TUIC56VUW' where id=5; -update noar ti set b2='62KSURH9XUQCN8E5FKTPVY3TUIC56VUW' where id=5; -update noar tt set v0='5HVQIRGO' where id=6; -update noar ti set v0='5HVQIRGO' where id=6; -update noar tt set b0='AN2GWY2ANAVLC0MPS' where id=6; -update noar ti set b0='AN2GWY2ANAVLC0MPS' where id=6; -update noar tt set v0='FX1SAZS7FNLC5SLEU' where id=6; -update noar ti set v0='FX1SAZS7FNLC5SLEU' where id=6; -update noar tt set b1='ZUCS3JKAZ54F8TIBWRD2JFG43VGJ9' where id=6; -update noar ti set b1='ZUCS3JKAZ54F8TIBWRD2JFG43VGJ9' where id=6; -update noar tt set v0='GBNOLS59XYLDBFY8ZIT2ASYMD5MVEJOQ' where id=6; -update noar ti set v0='GBNOLS59XYLDBFY8ZIT2ASYMD5MVEJOQ' where id=6; -update noar tt set b2='K72OXPLKADZMIC5B1APJ8AA4SX' where id=6; -update noar ti set b2='K72OXPLKADZMIC5B1APJ8AA4SX' where id=6; -update noar tt set v0='KQBMDXVJJ0BM3S' where id=7; -update noar ti set v0='KQBMDXVJJ0BM3S' where id=7; -update noar tt set b0='CJLHH932LR1NWIT' where id=7; -update noar ti set b0='CJLHH932LR1NWIT' where id=7; -update noar tt set v0='R0VKSU' where id=7; -update noar ti set v0='R0VKSU' where id=7; -update noar tt set b1='E7WLWME8XHMA' where id=7; -update noar ti set b1='E7WLWME8XHMA' where id=7; -update noar tt set v0='SXK7F33NM5KD09' where id=7; -update noar ti set v0='SXK7F33NM5KD09' where id=7; -update noar tt set b2='K7UQ70V1P7NC7JO05F84' where id=7; -update noar ti set b2='K7UQ70V1P7NC7JO05F84' where id=7; -update noar tt set v0='B51VK1I' where id=8; -update noar ti set v0='B51VK1I' where id=8; -update noar tt set b0='PNO2' where id=8; -update noar ti set b0='PNO2' where id=8; -update noar tt set v0='XGGLAK4D7J89F' where id=8; -update noar ti set v0='XGGLAK4D7J89F' where id=8; -update noar tt set b1='ZTJ4' where id=8; -update noar ti set b1='ZTJ4' where id=8; -update noar tt set v0='8N7YU77T1DQVG6' where id=8; -update noar ti set v0='8N7YU77T1DQVG6' where id=8; -update noar tt set b2='JKJNOK108967KI694YJ3GMXN' where id=8; -update noar ti set b2='JKJNOK108967KI694YJ3GMXN' where id=8; -update noar tt set v0='5VSYNDN' where id=9; -update noar ti set v0='5VSYNDN' where id=9; -update noar tt set b0='97I9SQW6UACXU' where id=9; -update noar ti set b0='97I9SQW6UACXU' where id=9; -update noar tt set v0='6O7SAIM4O7WBH0CRK3VJ3RDIG' where id=9; -update noar ti set v0='6O7SAIM4O7WBH0CRK3VJ3RDIG' where id=9; -update noar tt set b1='GW5ZRV' where id=9; -update noar ti set b1='GW5ZRV' where id=9; -update noar tt set v0='49AEMDJRGYULPQ6H7Z98B2' where id=9; -update noar ti set v0='49AEMDJRGYULPQ6H7Z98B2' where id=9; -update noar tt set b2='S6AV9M95RBLBB6B1HTED9AT5CPLYT406' where id=9; -update noar ti set b2='S6AV9M95RBLBB6B1HTED9AT5CPLYT406' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G3JVL6F5LUIGOVJOV7XKIPINF8OTVVQ' where id=1; -update noar ti set v0='G3JVL6F5LUIGOVJOV7XKIPINF8OTVVQ' where id=1; -update noar tt set b0='5DHOY458T59FUCJF477T2EEBT8' where id=1; -update noar ti set b0='5DHOY458T59FUCJF477T2EEBT8' where id=1; -update noar tt set v0='F7J8497T' where id=1; -update noar ti set v0='F7J8497T' where id=1; -update noar tt set b1='6DCRKO' where id=1; -update noar ti set b1='6DCRKO' where id=1; -update noar tt set v0='2IT' where id=1; -update noar ti set v0='2IT' where id=1; -update noar tt set b2='ZMFJR3VBCSRKRNVWK20GDSORC4J' where id=1; -update noar ti set b2='ZMFJR3VBCSRKRNVWK20GDSORC4J' where id=1; -update noar tt set v0='K50NZH9' where id=2; -update noar ti set v0='K50NZH9' where id=2; -update noar tt set b0='5FHTDP' where id=2; -update noar ti set b0='5FHTDP' where id=2; -update noar tt set v0='DB73JMV8GO1JINNN1TJ0QIQC' where id=2; -update noar ti set v0='DB73JMV8GO1JINNN1TJ0QIQC' where id=2; -update noar tt set b1='3VDFPGI6KC2V7411W8R5GK1P8U31' where id=2; -update noar ti set b1='3VDFPGI6KC2V7411W8R5GK1P8U31' where id=2; -update noar tt set v0='S8Z8JGZ8BP8' where id=2; -update noar ti set v0='S8Z8JGZ8BP8' where id=2; -update noar tt set b2='3Q8ZNSY74C1' where id=2; -update noar ti set b2='3Q8ZNSY74C1' where id=2; -update noar tt set v0='3YX9721VVEJDUDA' where id=3; -update noar ti set v0='3YX9721VVEJDUDA' where id=3; -update noar tt set b0='JH8AS' where id=3; -update noar ti set b0='JH8AS' where id=3; -update noar tt set v0='29WHSNKACBSE2JKTQ9FCIVNPSFS6AQ5A' where id=3; -update noar ti set v0='29WHSNKACBSE2JKTQ9FCIVNPSFS6AQ5A' where id=3; -update noar tt set b1='SEKWFEUG96PK' where id=3; -update noar ti set b1='SEKWFEUG96PK' where id=3; -update noar tt set v0='GQS651EF8DJ41CDK2TZAITF' where id=3; -update noar ti set v0='GQS651EF8DJ41CDK2TZAITF' where id=3; -update noar tt set b2='CSEAJ4G5WAKF6JHIWKU' where id=3; -update noar ti set b2='CSEAJ4G5WAKF6JHIWKU' where id=3; -update noar tt set v0='T3JKP' where id=4; -update noar ti set v0='T3JKP' where id=4; -update noar tt set b0='NOHMKZ1WS' where id=4; -update noar ti set b0='NOHMKZ1WS' where id=4; -update noar tt set v0='FADTOTBMZ6' where id=4; -update noar ti set v0='FADTOTBMZ6' where id=4; -update noar tt set b1='X618XFZRZ' where id=4; -update noar ti set b1='X618XFZRZ' where id=4; -update noar tt set v0='7WCT37YR' where id=4; -update noar ti set v0='7WCT37YR' where id=4; -update noar tt set b2='DN8CZ3FLXM' where id=4; -update noar ti set b2='DN8CZ3FLXM' where id=4; -update noar tt set v0='MDC60H' where id=5; -update noar ti set v0='MDC60H' where id=5; -update noar tt set b0='HLBZP30B1F8HXDJ8VM1VV5JN2QM' where id=5; -update noar ti set b0='HLBZP30B1F8HXDJ8VM1VV5JN2QM' where id=5; -update noar tt set v0='4LHRO5LIG9GTI6XWHNM' where id=5; -update noar ti set v0='4LHRO5LIG9GTI6XWHNM' where id=5; -update noar tt set b1='A42N14FN6ZUFJPG25N7' where id=5; -update noar ti set b1='A42N14FN6ZUFJPG25N7' where id=5; -update noar tt set v0='FSTR36P4I756P5AOTMPKMBW77976OOY' where id=5; -update noar ti set v0='FSTR36P4I756P5AOTMPKMBW77976OOY' where id=5; -update noar tt set b2='B26H7JBWQ46WY66JOVMXDB2T4H0E' where id=5; -update noar ti set b2='B26H7JBWQ46WY66JOVMXDB2T4H0E' where id=5; -update noar tt set v0='5ER9SBYR474TI' where id=6; -update noar ti set v0='5ER9SBYR474TI' where id=6; -update noar tt set b0='ELHTM5FH345EH12P07IL0HM7XC8GSBM3' where id=6; -update noar ti set b0='ELHTM5FH345EH12P07IL0HM7XC8GSBM3' where id=6; -update noar tt set v0='6I5N96WQPOJUA26UKYGJYN' where id=6; -update noar ti set v0='6I5N96WQPOJUA26UKYGJYN' where id=6; -update noar tt set b1='B669WKZJ5' where id=6; -update noar ti set b1='B669WKZJ5' where id=6; -update noar tt set v0='PLHRL5ENXYTLELOPPWT' where id=6; -update noar ti set v0='PLHRL5ENXYTLELOPPWT' where id=6; -update noar tt set b2='NUPN5ITY9WVM5KHUSC1R' where id=6; -update noar ti set b2='NUPN5ITY9WVM5KHUSC1R' where id=6; -update noar tt set v0='3VEMKM7M58PWF6TYMXMGGSHC2A' where id=7; -update noar ti set v0='3VEMKM7M58PWF6TYMXMGGSHC2A' where id=7; -update noar tt set b0='OCDOMAN43X9TWS87LT5HAJZF' where id=7; -update noar ti set b0='OCDOMAN43X9TWS87LT5HAJZF' where id=7; -update noar tt set v0='L38LX68UP48MBJO0FN2JZHDEUY' where id=7; -update noar ti set v0='L38LX68UP48MBJO0FN2JZHDEUY' where id=7; -update noar tt set b1='XE845LW8Y' where id=7; -update noar ti set b1='XE845LW8Y' where id=7; -update noar tt set v0='YU4BP3ST769M9ZEP' where id=7; -update noar ti set v0='YU4BP3ST769M9ZEP' where id=7; -update noar tt set b2='GWQJ' where id=7; -update noar ti set b2='GWQJ' where id=7; -update noar tt set v0='LEAT3THR6XNFG' where id=8; -update noar ti set v0='LEAT3THR6XNFG' where id=8; -update noar tt set b0='KEHBDLF75SC4X3KLT' where id=8; -update noar ti set b0='KEHBDLF75SC4X3KLT' where id=8; -update noar tt set v0='G' where id=8; -update noar ti set v0='G' where id=8; -update noar tt set b1='3PTN937' where id=8; -update noar ti set b1='3PTN937' where id=8; -update noar tt set v0='EJYW79RK0GN653T7LD02B3RYRVBS00W' where id=8; -update noar ti set v0='EJYW79RK0GN653T7LD02B3RYRVBS00W' where id=8; -update noar tt set b2='EV79D96U3W' where id=8; -update noar ti set b2='EV79D96U3W' where id=8; -update noar tt set v0='31J2F45RFWPSMUELRIH1KG' where id=9; -update noar ti set v0='31J2F45RFWPSMUELRIH1KG' where id=9; -update noar tt set b0='K56NDM1AELA0TBO1Y' where id=9; -update noar ti set b0='K56NDM1AELA0TBO1Y' where id=9; -update noar tt set v0='P812SBQB6NX6N5H7238C2C' where id=9; -update noar ti set v0='P812SBQB6NX6N5H7238C2C' where id=9; -update noar tt set b1='ZNK04XXCLH7TT414M9TBSUZ7FFQEVXWO' where id=9; -update noar ti set b1='ZNK04XXCLH7TT414M9TBSUZ7FFQEVXWO' where id=9; -update noar tt set v0='M7JE77EBR4ZCJS86WFQM5DZ6XV67' where id=9; -update noar ti set v0='M7JE77EBR4ZCJS86WFQM5DZ6XV67' where id=9; -update noar tt set b2='SE5XDPPMCIFPJRA21NUUUCU45M1B' where id=9; -update noar ti set b2='SE5XDPPMCIFPJRA21NUUUCU45M1B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CK8A595P72N6P0OL4S' where id=1; -update noar ti set v0='CK8A595P72N6P0OL4S' where id=1; -update noar tt set b0='J7O19GQZK52JRH9211' where id=1; -update noar ti set b0='J7O19GQZK52JRH9211' where id=1; -update noar tt set v0='QYPTT3WQBKIL8QF' where id=1; -update noar ti set v0='QYPTT3WQBKIL8QF' where id=1; -update noar tt set b1='HQ9CUW8ZQ96SZCC0E77W' where id=1; -update noar ti set b1='HQ9CUW8ZQ96SZCC0E77W' where id=1; -update noar tt set v0='OO8PDNF7H3GVKL5U0YQO8ETO7N32HP' where id=1; -update noar ti set v0='OO8PDNF7H3GVKL5U0YQO8ETO7N32HP' where id=1; -update noar tt set b2='8I6PRR2IY415NNT5M544QAP60CM7' where id=1; -update noar ti set b2='8I6PRR2IY415NNT5M544QAP60CM7' where id=1; -update noar tt set v0='5YVCJ5AZVA17EFOD0P0P7CZ939P4T' where id=2; -update noar ti set v0='5YVCJ5AZVA17EFOD0P0P7CZ939P4T' where id=2; -update noar tt set b0='H2VH' where id=2; -update noar ti set b0='H2VH' where id=2; -update noar tt set v0='QF017CHXF2CGB6VEDIU7K7NABF2GXX' where id=2; -update noar ti set v0='QF017CHXF2CGB6VEDIU7K7NABF2GXX' where id=2; -update noar tt set b1='L7Z8' where id=2; -update noar ti set b1='L7Z8' where id=2; -update noar tt set v0='Y02JEIX25Q43038ASD0AG4JCKMK62OBV' where id=2; -update noar ti set v0='Y02JEIX25Q43038ASD0AG4JCKMK62OBV' where id=2; -update noar tt set b2='EHON58K2C' where id=2; -update noar ti set b2='EHON58K2C' where id=2; -update noar tt set v0='3XHE45N1F3RXNCNEH2MP' where id=3; -update noar ti set v0='3XHE45N1F3RXNCNEH2MP' where id=3; -update noar tt set b0='4VW8YCBJH0AFCXD' where id=3; -update noar ti set b0='4VW8YCBJH0AFCXD' where id=3; -update noar tt set v0='0FGVW3' where id=3; -update noar ti set v0='0FGVW3' where id=3; -update noar tt set b1='L60ZXJ' where id=3; -update noar ti set b1='L60ZXJ' where id=3; -update noar tt set v0='ZR863418A2MYJRI5SWKECGR85X' where id=3; -update noar ti set v0='ZR863418A2MYJRI5SWKECGR85X' where id=3; -update noar tt set b2='QRXY106JJJXT7BC7' where id=3; -update noar ti set b2='QRXY106JJJXT7BC7' where id=3; -update noar tt set v0='KXTKUTFBHZ6JYXXOVJETN5' where id=4; -update noar ti set v0='KXTKUTFBHZ6JYXXOVJETN5' where id=4; -update noar tt set b0='C' where id=4; -update noar ti set b0='C' where id=4; -update noar tt set v0='PY' where id=4; -update noar ti set v0='PY' where id=4; -update noar tt set b1='43N2' where id=4; -update noar ti set b1='43N2' where id=4; -update noar tt set v0='QKL4P3Q8E00IC9BNL' where id=4; -update noar ti set v0='QKL4P3Q8E00IC9BNL' where id=4; -update noar tt set b2='ZKR2B48NE4' where id=4; -update noar ti set b2='ZKR2B48NE4' where id=4; -update noar tt set v0='7UTT0GWR' where id=5; -update noar ti set v0='7UTT0GWR' where id=5; -update noar tt set b0='GBPSWEUC07S8CEQK6F9F4C901NU' where id=5; -update noar ti set b0='GBPSWEUC07S8CEQK6F9F4C901NU' where id=5; -update noar tt set v0='89UD0Z2ZC9T1TZTGGWHENLYN1D85J' where id=5; -update noar ti set v0='89UD0Z2ZC9T1TZTGGWHENLYN1D85J' where id=5; -update noar tt set b1='5XU3NUX0CTN4DG09ZNH' where id=5; -update noar ti set b1='5XU3NUX0CTN4DG09ZNH' where id=5; -update noar tt set v0='LALQ' where id=5; -update noar ti set v0='LALQ' where id=5; -update noar tt set b2='SH' where id=5; -update noar ti set b2='SH' where id=5; -update noar tt set v0='R6JLQZGKWR81SZ' where id=6; -update noar ti set v0='R6JLQZGKWR81SZ' where id=6; -update noar tt set b0='237UZM1ZBF6FRKWIUBB8NJME' where id=6; -update noar ti set b0='237UZM1ZBF6FRKWIUBB8NJME' where id=6; -update noar tt set v0='26U' where id=6; -update noar ti set v0='26U' where id=6; -update noar tt set b1='I1AR4ITBCZM7156AZT3CWE60XJME' where id=6; -update noar ti set b1='I1AR4ITBCZM7156AZT3CWE60XJME' where id=6; -update noar tt set v0='SAO0AZ6GBN5QSQIFF1A7' where id=6; -update noar ti set v0='SAO0AZ6GBN5QSQIFF1A7' where id=6; -update noar tt set b2='X60FUXSPG9YLJN3DLI9C0E0' where id=6; -update noar ti set b2='X60FUXSPG9YLJN3DLI9C0E0' where id=6; -update noar tt set v0='9A36ANO' where id=7; -update noar ti set v0='9A36ANO' where id=7; -update noar tt set b0='1GMKUTQSGOOHV3R2YXKD9ITUNH5' where id=7; -update noar ti set b0='1GMKUTQSGOOHV3R2YXKD9ITUNH5' where id=7; -update noar tt set v0='FYLAAPTKRR6ZYTPBUCMQI' where id=7; -update noar ti set v0='FYLAAPTKRR6ZYTPBUCMQI' where id=7; -update noar tt set b1='Q1XEWKNBFERKC9' where id=7; -update noar ti set b1='Q1XEWKNBFERKC9' where id=7; -update noar tt set v0='NMOYYKNGCKC52TXEY2EO2WHLBPX9L9' where id=7; -update noar ti set v0='NMOYYKNGCKC52TXEY2EO2WHLBPX9L9' where id=7; -update noar tt set b2='9Z9CFXP2RLDIZX18MHIYODG0N0T7' where id=7; -update noar ti set b2='9Z9CFXP2RLDIZX18MHIYODG0N0T7' where id=7; -update noar tt set v0='VFXDZSP5SV' where id=8; -update noar ti set v0='VFXDZSP5SV' where id=8; -update noar tt set b0='DCFZLAGM7VK0G' where id=8; -update noar ti set b0='DCFZLAGM7VK0G' where id=8; -update noar tt set v0='NZPFG9XUIP7E47FJ0BZO0HCO8KDVZI3' where id=8; -update noar ti set v0='NZPFG9XUIP7E47FJ0BZO0HCO8KDVZI3' where id=8; -update noar tt set b1='HYIUARFCUAQK0LECUQXMI5GZ6ECUO7J' where id=8; -update noar ti set b1='HYIUARFCUAQK0LECUQXMI5GZ6ECUO7J' where id=8; -update noar tt set v0='CM' where id=8; -update noar ti set v0='CM' where id=8; -update noar tt set b2='O8RWVET0PPHFRWEQ3' where id=8; -update noar ti set b2='O8RWVET0PPHFRWEQ3' where id=8; -update noar tt set v0='UV4H4JDL39' where id=9; -update noar ti set v0='UV4H4JDL39' where id=9; -update noar tt set b0='ORYI7OW' where id=9; -update noar ti set b0='ORYI7OW' where id=9; -update noar tt set v0='Z2JRH4QP5Z4LYVM1U0C1' where id=9; -update noar ti set v0='Z2JRH4QP5Z4LYVM1U0C1' where id=9; -update noar tt set b1='51SMCI56FBSZTR1X2EIFCVWZHREK' where id=9; -update noar ti set b1='51SMCI56FBSZTR1X2EIFCVWZHREK' where id=9; -update noar tt set v0='UG2AUGUD6P92US' where id=9; -update noar ti set v0='UG2AUGUD6P92US' where id=9; -update noar tt set b2='KXW83HP0OM4TVPRR3OJKPX2VWZXBL' where id=9; -update noar ti set b2='KXW83HP0OM4TVPRR3OJKPX2VWZXBL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JKNAQNP4WZ9VV6OASGH5' where id=1; -update noar ti set v0='JKNAQNP4WZ9VV6OASGH5' where id=1; -update noar tt set b0='0Q811XJSVP' where id=1; -update noar ti set b0='0Q811XJSVP' where id=1; -update noar tt set v0='0TJ92Z9GHE5VEFS2IZOIMMR' where id=1; -update noar ti set v0='0TJ92Z9GHE5VEFS2IZOIMMR' where id=1; -update noar tt set b1='DX0EWRZ4W4YCMYXVZ5O7OZE46WAN9YUP' where id=1; -update noar ti set b1='DX0EWRZ4W4YCMYXVZ5O7OZE46WAN9YUP' where id=1; -update noar tt set v0='G7ASUHP0EJGKN5QLO78QR12B' where id=1; -update noar ti set v0='G7ASUHP0EJGKN5QLO78QR12B' where id=1; -update noar tt set b2='UNTAPML9' where id=1; -update noar ti set b2='UNTAPML9' where id=1; -update noar tt set v0='H1G1UZPE15HKKROLKXWIFYE' where id=2; -update noar ti set v0='H1G1UZPE15HKKROLKXWIFYE' where id=2; -update noar tt set b0='L9X48NG' where id=2; -update noar ti set b0='L9X48NG' where id=2; -update noar tt set v0='5UCSZZCCYQ' where id=2; -update noar ti set v0='5UCSZZCCYQ' where id=2; -update noar tt set b1='MB6A2GQSXVR59TCXRCX4' where id=2; -update noar ti set b1='MB6A2GQSXVR59TCXRCX4' where id=2; -update noar tt set v0='M5SAO36OAJM9IIQ37D' where id=2; -update noar ti set v0='M5SAO36OAJM9IIQ37D' where id=2; -update noar tt set b2='Q1HKK3' where id=2; -update noar ti set b2='Q1HKK3' where id=2; -update noar tt set v0='J6MA' where id=3; -update noar ti set v0='J6MA' where id=3; -update noar tt set b0='UZI0FZJX2A0OUUI0V' where id=3; -update noar ti set b0='UZI0FZJX2A0OUUI0V' where id=3; -update noar tt set v0='IAR8ESMFN3Y6UPCCCPHAKFFRYB' where id=3; -update noar ti set v0='IAR8ESMFN3Y6UPCCCPHAKFFRYB' where id=3; -update noar tt set b1='8FFELU8R14UWY8WJEA8EC27W3O15BS9C' where id=3; -update noar ti set b1='8FFELU8R14UWY8WJEA8EC27W3O15BS9C' where id=3; -update noar tt set v0='7ODYWRSK1BZDX1AL66Q3BONXGK5W' where id=3; -update noar ti set v0='7ODYWRSK1BZDX1AL66Q3BONXGK5W' where id=3; -update noar tt set b2='L9A4N5AWUYQV92BS70TV9LRUW71' where id=3; -update noar ti set b2='L9A4N5AWUYQV92BS70TV9LRUW71' where id=3; -update noar tt set v0='OLIBLMY4IN28GHAA2QN' where id=4; -update noar ti set v0='OLIBLMY4IN28GHAA2QN' where id=4; -update noar tt set b0='ROUA8LL7' where id=4; -update noar ti set b0='ROUA8LL7' where id=4; -update noar tt set v0='T033JU8NH1PVSVG9HOJV' where id=4; -update noar ti set v0='T033JU8NH1PVSVG9HOJV' where id=4; -update noar tt set b1='2C6T' where id=4; -update noar ti set b1='2C6T' where id=4; -update noar tt set v0='XXV7025GRIS8' where id=4; -update noar ti set v0='XXV7025GRIS8' where id=4; -update noar tt set b2='40VP9TDL' where id=4; -update noar ti set b2='40VP9TDL' where id=4; -update noar tt set v0='S' where id=5; -update noar ti set v0='S' where id=5; -update noar tt set b0='AA9PFDK3DJWQZP' where id=5; -update noar ti set b0='AA9PFDK3DJWQZP' where id=5; -update noar tt set v0='YK7CCBUDXR' where id=5; -update noar ti set v0='YK7CCBUDXR' where id=5; -update noar tt set b1='FAHYBOK7WST5OH1WGJG053LW9C9' where id=5; -update noar ti set b1='FAHYBOK7WST5OH1WGJG053LW9C9' where id=5; -update noar tt set v0='8SG1MPK9JNAZ90O3KTL' where id=5; -update noar ti set v0='8SG1MPK9JNAZ90O3KTL' where id=5; -update noar tt set b2='JTJ4S5' where id=5; -update noar ti set b2='JTJ4S5' where id=5; -update noar tt set v0='9YXCB' where id=6; -update noar ti set v0='9YXCB' where id=6; -update noar tt set b0='67MBNZG2H83' where id=6; -update noar ti set b0='67MBNZG2H83' where id=6; -update noar tt set v0='5MUB5WMI8O' where id=6; -update noar ti set v0='5MUB5WMI8O' where id=6; -update noar tt set b1='K8501YN77P2PQ' where id=6; -update noar ti set b1='K8501YN77P2PQ' where id=6; -update noar tt set v0='K6IUW4DXQEBY9BSKVO8R4D' where id=6; -update noar ti set v0='K6IUW4DXQEBY9BSKVO8R4D' where id=6; -update noar tt set b2='DBBHQMOIZ4DIWKSE0JRUACSQZOPPUW28' where id=6; -update noar ti set b2='DBBHQMOIZ4DIWKSE0JRUACSQZOPPUW28' where id=6; -update noar tt set v0='C7KLRM1NQYDVU9IJYR' where id=7; -update noar ti set v0='C7KLRM1NQYDVU9IJYR' where id=7; -update noar tt set b0='17B18IBW88F0FCN065LYHAZDS6DFHJ' where id=7; -update noar ti set b0='17B18IBW88F0FCN065LYHAZDS6DFHJ' where id=7; -update noar tt set v0='QPAGZE3ZJTG0D7ANB4FBDGMX' where id=7; -update noar ti set v0='QPAGZE3ZJTG0D7ANB4FBDGMX' where id=7; -update noar tt set b1='XSGF4C3YXBD927GJNUN' where id=7; -update noar ti set b1='XSGF4C3YXBD927GJNUN' where id=7; -update noar tt set v0='Q1JIN8ZT' where id=7; -update noar ti set v0='Q1JIN8ZT' where id=7; -update noar tt set b2='0V72PNGG73CY' where id=7; -update noar ti set b2='0V72PNGG73CY' where id=7; -update noar tt set v0='RHLAQ8SV' where id=8; -update noar ti set v0='RHLAQ8SV' where id=8; -update noar tt set b0='K5C5I2W8AMI9NF9NMWRO' where id=8; -update noar ti set b0='K5C5I2W8AMI9NF9NMWRO' where id=8; -update noar tt set v0='YID3V' where id=8; -update noar ti set v0='YID3V' where id=8; -update noar tt set b1='KWMZJ' where id=8; -update noar ti set b1='KWMZJ' where id=8; -update noar tt set v0='GP4X' where id=8; -update noar ti set v0='GP4X' where id=8; -update noar tt set b2='8PI6RRBDDVIZ342W35RVJBY2' where id=8; -update noar ti set b2='8PI6RRBDDVIZ342W35RVJBY2' where id=8; -update noar tt set v0='06I9GWIQM3NFUJEJ0A9VE0KIYMKA4' where id=9; -update noar ti set v0='06I9GWIQM3NFUJEJ0A9VE0KIYMKA4' where id=9; -update noar tt set b0='F2AUP44P7EOZ10177HOB9T4N' where id=9; -update noar ti set b0='F2AUP44P7EOZ10177HOB9T4N' where id=9; -update noar tt set v0='AXQPXAHFK' where id=9; -update noar ti set v0='AXQPXAHFK' where id=9; -update noar tt set b1='IJP5EZO9JW1KMEJ8PQF' where id=9; -update noar ti set b1='IJP5EZO9JW1KMEJ8PQF' where id=9; -update noar tt set v0='OXPWSD3WP4GXVJ' where id=9; -update noar ti set v0='OXPWSD3WP4GXVJ' where id=9; -update noar tt set b2='E2QYLAU9USSLI4YIGCW3QFYMGVG' where id=9; -update noar ti set b2='E2QYLAU9USSLI4YIGCW3QFYMGVG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WLBAV4077MELIJ5HWJH70J03' where id=1; -update noar ti set v0='WLBAV4077MELIJ5HWJH70J03' where id=1; -update noar tt set b0='KQS' where id=1; -update noar ti set b0='KQS' where id=1; -update noar tt set v0='YU03X2GVVITELQYT9J1IKYOL6W3VZ' where id=1; -update noar ti set v0='YU03X2GVVITELQYT9J1IKYOL6W3VZ' where id=1; -update noar tt set b1='59B1WBBTEGKNT263OZ4IL9R32A6YDZZ3' where id=1; -update noar ti set b1='59B1WBBTEGKNT263OZ4IL9R32A6YDZZ3' where id=1; -update noar tt set v0='TKG645' where id=1; -update noar ti set v0='TKG645' where id=1; -update noar tt set b2='KOBHB4D2GT28QYBD70T4SGVU' where id=1; -update noar ti set b2='KOBHB4D2GT28QYBD70T4SGVU' where id=1; -update noar tt set v0='A1P9KN' where id=2; -update noar ti set v0='A1P9KN' where id=2; -update noar tt set b0='A7FNK' where id=2; -update noar ti set b0='A7FNK' where id=2; -update noar tt set v0='HQ5FNSCF2772N544PY57GIOL2Q3RWVBY' where id=2; -update noar ti set v0='HQ5FNSCF2772N544PY57GIOL2Q3RWVBY' where id=2; -update noar tt set b1='3C9XJOW6BMZYSEJ0FOGYE2YCZ' where id=2; -update noar ti set b1='3C9XJOW6BMZYSEJ0FOGYE2YCZ' where id=2; -update noar tt set v0='UYWFBTP60GXKJL9OS52PHFM6SS' where id=2; -update noar ti set v0='UYWFBTP60GXKJL9OS52PHFM6SS' where id=2; -update noar tt set b2='PPEAK' where id=2; -update noar ti set b2='PPEAK' where id=2; -update noar tt set v0='INIDZFWSJSG95SVE' where id=3; -update noar ti set v0='INIDZFWSJSG95SVE' where id=3; -update noar tt set b0='EI893KPUOL6VWUA' where id=3; -update noar ti set b0='EI893KPUOL6VWUA' where id=3; -update noar tt set v0='K4P51E7' where id=3; -update noar ti set v0='K4P51E7' where id=3; -update noar tt set b1='0ZYXW7RES' where id=3; -update noar ti set b1='0ZYXW7RES' where id=3; -update noar tt set v0='VUPVR1JZYCR1LOMCKHAHZBRZMGS6L6O8' where id=3; -update noar ti set v0='VUPVR1JZYCR1LOMCKHAHZBRZMGS6L6O8' where id=3; -update noar tt set b2='Q6MR070B4AJD12' where id=3; -update noar ti set b2='Q6MR070B4AJD12' where id=3; -update noar tt set v0='WVDN5W' where id=4; -update noar ti set v0='WVDN5W' where id=4; -update noar tt set b0='8N4JGT2EVQVOGELBN1PNF5NGF55HNNZR' where id=4; -update noar ti set b0='8N4JGT2EVQVOGELBN1PNF5NGF55HNNZR' where id=4; -update noar tt set v0='OF3Q0Q64WV7JSJBJVEJ2104SD1HK' where id=4; -update noar ti set v0='OF3Q0Q64WV7JSJBJVEJ2104SD1HK' where id=4; -update noar tt set b1='K363TWC4' where id=4; -update noar ti set b1='K363TWC4' where id=4; -update noar tt set v0='PAA5JMZPSTM9XS3LI5KRXK2TCP3K6P2S' where id=4; -update noar ti set v0='PAA5JMZPSTM9XS3LI5KRXK2TCP3K6P2S' where id=4; -update noar tt set b2='6JBS4YIV992S69JTTS' where id=4; -update noar ti set b2='6JBS4YIV992S69JTTS' where id=4; -update noar tt set v0='PZJOGPY71EHNFVTQCX619HCAPX' where id=5; -update noar ti set v0='PZJOGPY71EHNFVTQCX619HCAPX' where id=5; -update noar tt set b0='G8C81ZI5DFATD51J77SRMK3C5OXYSH' where id=5; -update noar ti set b0='G8C81ZI5DFATD51J77SRMK3C5OXYSH' where id=5; -update noar tt set v0='TSFSPH15HO918AVUVGDYUOKIXF' where id=5; -update noar ti set v0='TSFSPH15HO918AVUVGDYUOKIXF' where id=5; -update noar tt set b1='3XFPNYCBTAJ' where id=5; -update noar ti set b1='3XFPNYCBTAJ' where id=5; -update noar tt set v0='AN7Q9HAQDQDGBES0HZY2T1SJ23CN1I' where id=5; -update noar ti set v0='AN7Q9HAQDQDGBES0HZY2T1SJ23CN1I' where id=5; -update noar tt set b2='CLFMGOM' where id=5; -update noar ti set b2='CLFMGOM' where id=5; -update noar tt set v0='OXH3FWIQMICPGNA' where id=6; -update noar ti set v0='OXH3FWIQMICPGNA' where id=6; -update noar tt set b0='X' where id=6; -update noar ti set b0='X' where id=6; -update noar tt set v0='X41JEBA' where id=6; -update noar ti set v0='X41JEBA' where id=6; -update noar tt set b1='3P7YN4Z' where id=6; -update noar ti set b1='3P7YN4Z' where id=6; -update noar tt set v0='JJMRWJ9RQTEU8J' where id=6; -update noar ti set v0='JJMRWJ9RQTEU8J' where id=6; -update noar tt set b2='JQFZI9YK1B2ZUNPV3IJ' where id=6; -update noar ti set b2='JQFZI9YK1B2ZUNPV3IJ' where id=6; -update noar tt set v0='N8DKRT7VE7' where id=7; -update noar ti set v0='N8DKRT7VE7' where id=7; -update noar tt set b0='WU8QRNQXXXXI0GQZEP47Z47E83FQS' where id=7; -update noar ti set b0='WU8QRNQXXXXI0GQZEP47Z47E83FQS' where id=7; -update noar tt set v0='JGCT4XA8OX9IOZ3AN42J' where id=7; -update noar ti set v0='JGCT4XA8OX9IOZ3AN42J' where id=7; -update noar tt set b1='LBGEXL1XCNWU3APRT6V1B9MFYJ9768VE' where id=7; -update noar ti set b1='LBGEXL1XCNWU3APRT6V1B9MFYJ9768VE' where id=7; -update noar tt set v0='6WKZ7' where id=7; -update noar ti set v0='6WKZ7' where id=7; -update noar tt set b2='AQM8T' where id=7; -update noar ti set b2='AQM8T' where id=7; -update noar tt set v0='YLY8' where id=8; -update noar ti set v0='YLY8' where id=8; -update noar tt set b0='SXC956LGDQHNHN1A7Q0A34H' where id=8; -update noar ti set b0='SXC956LGDQHNHN1A7Q0A34H' where id=8; -update noar tt set v0='MLJB' where id=8; -update noar ti set v0='MLJB' where id=8; -update noar tt set b1='CENHWRLIF1KFHBRJ32W1RC5ZMPSB36O' where id=8; -update noar ti set b1='CENHWRLIF1KFHBRJ32W1RC5ZMPSB36O' where id=8; -update noar tt set v0='PP380IR' where id=8; -update noar ti set v0='PP380IR' where id=8; -update noar tt set b2='K8FGDEH324GBTAVNB49RWW9' where id=8; -update noar ti set b2='K8FGDEH324GBTAVNB49RWW9' where id=8; -update noar tt set v0='OZTL03EGGAXV8L' where id=9; -update noar ti set v0='OZTL03EGGAXV8L' where id=9; -update noar tt set b0='3VOM4MAX' where id=9; -update noar ti set b0='3VOM4MAX' where id=9; -update noar tt set v0='DD' where id=9; -update noar ti set v0='DD' where id=9; -update noar tt set b1='C7QKTAFQ4T24MF2L1LCMLHCA8JB' where id=9; -update noar ti set b1='C7QKTAFQ4T24MF2L1LCMLHCA8JB' where id=9; -update noar tt set v0='GW0EHX3B3MIAL2UF5T' where id=9; -update noar ti set v0='GW0EHX3B3MIAL2UF5T' where id=9; -update noar tt set b2='7FBEQCLVSRS2538T' where id=9; -update noar ti set b2='7FBEQCLVSRS2538T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='95I' where id=1; -update noar ti set v0='95I' where id=1; -update noar tt set b0='NMQVTSSO' where id=1; -update noar ti set b0='NMQVTSSO' where id=1; -update noar tt set v0='3FP1N8EY1TDKSYKVDZCO' where id=1; -update noar ti set v0='3FP1N8EY1TDKSYKVDZCO' where id=1; -update noar tt set b1='FDD8Q' where id=1; -update noar ti set b1='FDD8Q' where id=1; -update noar tt set v0='IBJHK1RVAVDAT' where id=1; -update noar ti set v0='IBJHK1RVAVDAT' where id=1; -update noar tt set b2='333CXXQMTFLHY93MQK' where id=1; -update noar ti set b2='333CXXQMTFLHY93MQK' where id=1; -update noar tt set v0='WUO7MDQ22HW' where id=2; -update noar ti set v0='WUO7MDQ22HW' where id=2; -update noar tt set b0='HBCULRU6GUB4ZAAGBMC9U7CZ72220' where id=2; -update noar ti set b0='HBCULRU6GUB4ZAAGBMC9U7CZ72220' where id=2; -update noar tt set v0='042IMO56MS4T5W2Y8H' where id=2; -update noar ti set v0='042IMO56MS4T5W2Y8H' where id=2; -update noar tt set b1='XC6CM' where id=2; -update noar ti set b1='XC6CM' where id=2; -update noar tt set v0='S' where id=2; -update noar ti set v0='S' where id=2; -update noar tt set b2='G1UMFP7ISB334' where id=2; -update noar ti set b2='G1UMFP7ISB334' where id=2; -update noar tt set v0='PS2FCZVP6' where id=3; -update noar ti set v0='PS2FCZVP6' where id=3; -update noar tt set b0='0DKE' where id=3; -update noar ti set b0='0DKE' where id=3; -update noar tt set v0='V4JM820DI' where id=3; -update noar ti set v0='V4JM820DI' where id=3; -update noar tt set b1='GQYZL5D7U3XSPB' where id=3; -update noar ti set b1='GQYZL5D7U3XSPB' where id=3; -update noar tt set v0='DJH1YMHVFVWJF8Z00GYTWXKN7FJVHZUY' where id=3; -update noar ti set v0='DJH1YMHVFVWJF8Z00GYTWXKN7FJVHZUY' where id=3; -update noar tt set b2='SAGT8WGPRTV' where id=3; -update noar ti set b2='SAGT8WGPRTV' where id=3; -update noar tt set v0='FCJQIX0XMNZEYH4' where id=4; -update noar ti set v0='FCJQIX0XMNZEYH4' where id=4; -update noar tt set b0='O1JG3DN5U8R' where id=4; -update noar ti set b0='O1JG3DN5U8R' where id=4; -update noar tt set v0='F12DDFKE1L' where id=4; -update noar ti set v0='F12DDFKE1L' where id=4; -update noar tt set b1='F4Z9DUPSBX01A' where id=4; -update noar ti set b1='F4Z9DUPSBX01A' where id=4; -update noar tt set v0='AV862HFWU' where id=4; -update noar ti set v0='AV862HFWU' where id=4; -update noar tt set b2='9YQG7TXM0HZPWWJBBWCA36WZX37S7' where id=4; -update noar ti set b2='9YQG7TXM0HZPWWJBBWCA36WZX37S7' where id=4; -update noar tt set v0='T0FV73DQHJ8BOFM66VXJKFXE' where id=5; -update noar ti set v0='T0FV73DQHJ8BOFM66VXJKFXE' where id=5; -update noar tt set b0='NLYWQGLR92IGXQOWD9PPRY' where id=5; -update noar ti set b0='NLYWQGLR92IGXQOWD9PPRY' where id=5; -update noar tt set v0='51E75UY0C9TOYL' where id=5; -update noar ti set v0='51E75UY0C9TOYL' where id=5; -update noar tt set b1='ZQNJWNRCZJ1IZR41AYRZO7' where id=5; -update noar ti set b1='ZQNJWNRCZJ1IZR41AYRZO7' where id=5; -update noar tt set v0='6OHL5J7KKDJF14GTZCG0UDZXCPRVLJA' where id=5; -update noar ti set v0='6OHL5J7KKDJF14GTZCG0UDZXCPRVLJA' where id=5; -update noar tt set b2='EOT' where id=5; -update noar ti set b2='EOT' where id=5; -update noar tt set v0='K21UVNBJ5RL6CUEYG' where id=6; -update noar ti set v0='K21UVNBJ5RL6CUEYG' where id=6; -update noar tt set b0='X6H58EYZAUJ8I8I8RPX4VI8ZBYC5' where id=6; -update noar ti set b0='X6H58EYZAUJ8I8I8RPX4VI8ZBYC5' where id=6; -update noar tt set v0='1G409TIT12G0DDS0D' where id=6; -update noar ti set v0='1G409TIT12G0DDS0D' where id=6; -update noar tt set b1='SOUP3U' where id=6; -update noar ti set b1='SOUP3U' where id=6; -update noar tt set v0='S0LINMQJRR74ML2' where id=6; -update noar ti set v0='S0LINMQJRR74ML2' where id=6; -update noar tt set b2='1PAH' where id=6; -update noar ti set b2='1PAH' where id=6; -update noar tt set v0='T300F2METXIR' where id=7; -update noar ti set v0='T300F2METXIR' where id=7; -update noar tt set b0='M9WYOD7E1FZ' where id=7; -update noar ti set b0='M9WYOD7E1FZ' where id=7; -update noar tt set v0='DOB3Q78HLLYGM0S59' where id=7; -update noar ti set v0='DOB3Q78HLLYGM0S59' where id=7; -update noar tt set b1='SAB' where id=7; -update noar ti set b1='SAB' where id=7; -update noar tt set v0='ZO9CA9L87Z1FSSOEW09EC' where id=7; -update noar ti set v0='ZO9CA9L87Z1FSSOEW09EC' where id=7; -update noar tt set b2='0SNHAGSVF7CTXHY6PXTFN82SRY8S2' where id=7; -update noar ti set b2='0SNHAGSVF7CTXHY6PXTFN82SRY8S2' where id=7; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b0='H0N7E0ASYC9K7KSZHYNSNWTYYH9K' where id=8; -update noar ti set b0='H0N7E0ASYC9K7KSZHYNSNWTYYH9K' where id=8; -update noar tt set v0='IYJ' where id=8; -update noar ti set v0='IYJ' where id=8; -update noar tt set b1='FI61P170Y9S8' where id=8; -update noar ti set b1='FI61P170Y9S8' where id=8; -update noar tt set v0='BBLE7NYD4XIQU199MLI' where id=8; -update noar ti set v0='BBLE7NYD4XIQU199MLI' where id=8; -update noar tt set b2='HFII9CV' where id=8; -update noar ti set b2='HFII9CV' where id=8; -update noar tt set v0='9XJZUR4KNR' where id=9; -update noar ti set v0='9XJZUR4KNR' where id=9; -update noar tt set b0='8FE67ZCTBV4TKT35ZD80' where id=9; -update noar ti set b0='8FE67ZCTBV4TKT35ZD80' where id=9; -update noar tt set v0='N2JSSUL7D' where id=9; -update noar ti set v0='N2JSSUL7D' where id=9; -update noar tt set b1='BB9Z' where id=9; -update noar ti set b1='BB9Z' where id=9; -update noar tt set v0='FOHT2EL637L212F0P1BK' where id=9; -update noar ti set v0='FOHT2EL637L212F0P1BK' where id=9; -update noar tt set b2='53SCTONT71V8B3S6IV1AZR44E14' where id=9; -update noar ti set b2='53SCTONT71V8B3S6IV1AZR44E14' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VFG5L2CPECRJNGMJR97Q3ZHJS7MO' where id=1; -update noar ti set v0='VFG5L2CPECRJNGMJR97Q3ZHJS7MO' where id=1; -update noar tt set b0='1LMK8GHOJ19CJ' where id=1; -update noar ti set b0='1LMK8GHOJ19CJ' where id=1; -update noar tt set v0='4PJM764WBGQZTKNUQB2N7' where id=1; -update noar ti set v0='4PJM764WBGQZTKNUQB2N7' where id=1; -update noar tt set b1='S3GZYB' where id=1; -update noar ti set b1='S3GZYB' where id=1; -update noar tt set v0='6M8HQU0IOAQNMAFBYIWNCIL5EKIM64' where id=1; -update noar ti set v0='6M8HQU0IOAQNMAFBYIWNCIL5EKIM64' where id=1; -update noar tt set b2='V2KAXYMUULLPYNPL' where id=1; -update noar ti set b2='V2KAXYMUULLPYNPL' where id=1; -update noar tt set v0='SWOD4A2MKQ5PG8VPSTTHT' where id=2; -update noar ti set v0='SWOD4A2MKQ5PG8VPSTTHT' where id=2; -update noar tt set b0='Z7W18SQNC7JP2PNZG8JCT1' where id=2; -update noar ti set b0='Z7W18SQNC7JP2PNZG8JCT1' where id=2; -update noar tt set v0='N4PIZT5VW1' where id=2; -update noar ti set v0='N4PIZT5VW1' where id=2; -update noar tt set b1='BNXMY4UHG63' where id=2; -update noar ti set b1='BNXMY4UHG63' where id=2; -update noar tt set v0='3H7FDHO5W' where id=2; -update noar ti set v0='3H7FDHO5W' where id=2; -update noar tt set b2='DABZ7M' where id=2; -update noar ti set b2='DABZ7M' where id=2; -update noar tt set v0='GINT5LHEKMIRGC5BI2LIG889NY5HWK2R' where id=3; -update noar ti set v0='GINT5LHEKMIRGC5BI2LIG889NY5HWK2R' where id=3; -update noar tt set b0='HLWLY38VIK72LUFHUROLVQGDRIX' where id=3; -update noar ti set b0='HLWLY38VIK72LUFHUROLVQGDRIX' where id=3; -update noar tt set v0='UKO8WEN0BIXD70ZSP' where id=3; -update noar ti set v0='UKO8WEN0BIXD70ZSP' where id=3; -update noar tt set b1='9P5CPL3GSMW5Z4HV' where id=3; -update noar ti set b1='9P5CPL3GSMW5Z4HV' where id=3; -update noar tt set v0='OS1GLY' where id=3; -update noar ti set v0='OS1GLY' where id=3; -update noar tt set b2='E2SPQGFZQ08P' where id=3; -update noar ti set b2='E2SPQGFZQ08P' where id=3; -update noar tt set v0='0TU289OPBQ12JW3F' where id=4; -update noar ti set v0='0TU289OPBQ12JW3F' where id=4; -update noar tt set b0='PB58BXHFXGHZFIBXL4YEG7P' where id=4; -update noar ti set b0='PB58BXHFXGHZFIBXL4YEG7P' where id=4; -update noar tt set v0='OKIISE018' where id=4; -update noar ti set v0='OKIISE018' where id=4; -update noar tt set b1='W3T' where id=4; -update noar ti set b1='W3T' where id=4; -update noar tt set v0='LGY3Y9QP3OAHX0DSGCKFUA' where id=4; -update noar ti set v0='LGY3Y9QP3OAHX0DSGCKFUA' where id=4; -update noar tt set b2='F95S0PABDVYQYGZZZGCJ75SNEP6C4FX' where id=4; -update noar ti set b2='F95S0PABDVYQYGZZZGCJ75SNEP6C4FX' where id=4; -update noar tt set v0='JQ1V6J4SC99FXGLZQH299T17I977D3' where id=5; -update noar ti set v0='JQ1V6J4SC99FXGLZQH299T17I977D3' where id=5; -update noar tt set b0='FN0YPHLZTW3B8HJ8ENJSUF' where id=5; -update noar ti set b0='FN0YPHLZTW3B8HJ8ENJSUF' where id=5; -update noar tt set v0='YQX165XO7176N4YQ6ZOGPUEZVWPSI' where id=5; -update noar ti set v0='YQX165XO7176N4YQ6ZOGPUEZVWPSI' where id=5; -update noar tt set b1='HPP71S7Y0KRCS70WUJUSBBYE' where id=5; -update noar ti set b1='HPP71S7Y0KRCS70WUJUSBBYE' where id=5; -update noar tt set v0='CR50D0704GO02YB6O66E0OB0MDEXEUM1' where id=5; -update noar ti set v0='CR50D0704GO02YB6O66E0OB0MDEXEUM1' where id=5; -update noar tt set b2='LQKSZ7EEU1WE6HVXVUG' where id=5; -update noar ti set b2='LQKSZ7EEU1WE6HVXVUG' where id=5; -update noar tt set v0='ODHK37YEHW70ZVPCLJODEPQ' where id=6; -update noar ti set v0='ODHK37YEHW70ZVPCLJODEPQ' where id=6; -update noar tt set b0='MTXIKVAMAMUFC7N3TTKDL41' where id=6; -update noar ti set b0='MTXIKVAMAMUFC7N3TTKDL41' where id=6; -update noar tt set v0='W0F8M' where id=6; -update noar ti set v0='W0F8M' where id=6; -update noar tt set b1='SBJRP0V644AMU5KKYPB3SU48IIG' where id=6; -update noar ti set b1='SBJRP0V644AMU5KKYPB3SU48IIG' where id=6; -update noar tt set v0='L1WRXEAE38MZJ38I87X5K9' where id=6; -update noar ti set v0='L1WRXEAE38MZJ38I87X5K9' where id=6; -update noar tt set b2='57VFYAZEUU03IPUE1NPGBMQOOY5SDI' where id=6; -update noar ti set b2='57VFYAZEUU03IPUE1NPGBMQOOY5SDI' where id=6; -update noar tt set v0='85RD3' where id=7; -update noar ti set v0='85RD3' where id=7; -update noar tt set b0='707GBZT04KODU83AV8GG38G8S5' where id=7; -update noar ti set b0='707GBZT04KODU83AV8GG38G8S5' where id=7; -update noar tt set v0='KSLCIRJDQMXR7OI9OZZOGA5' where id=7; -update noar ti set v0='KSLCIRJDQMXR7OI9OZZOGA5' where id=7; -update noar tt set b1='P3QM225FN4F62DNP2QDDY2' where id=7; -update noar ti set b1='P3QM225FN4F62DNP2QDDY2' where id=7; -update noar tt set v0='P58V9XBMAED0XNXLHWKU' where id=7; -update noar ti set v0='P58V9XBMAED0XNXLHWKU' where id=7; -update noar tt set b2='NTMKBN7PGN9X6CGDMK0ZHLE' where id=7; -update noar ti set b2='NTMKBN7PGN9X6CGDMK0ZHLE' where id=7; -update noar tt set v0='LSCBRGMT' where id=8; -update noar ti set v0='LSCBRGMT' where id=8; -update noar tt set b0='J5GXHNA2MHELZKAJYUHK94SFU' where id=8; -update noar ti set b0='J5GXHNA2MHELZKAJYUHK94SFU' where id=8; -update noar tt set v0='UMHHXJYFSHDUM1NRTRKEE' where id=8; -update noar ti set v0='UMHHXJYFSHDUM1NRTRKEE' where id=8; -update noar tt set b1='V7' where id=8; -update noar ti set b1='V7' where id=8; -update noar tt set v0='7QPORD4BTT6VKQ6P1ST5H82BH4KI77' where id=8; -update noar ti set v0='7QPORD4BTT6VKQ6P1ST5H82BH4KI77' where id=8; -update noar tt set b2='GJFMU0UYJVBCGO9KWK1TQ7' where id=8; -update noar ti set b2='GJFMU0UYJVBCGO9KWK1TQ7' where id=8; -update noar tt set v0='W77IE2L763KEMKT4ONIVLMV0AJ' where id=9; -update noar ti set v0='W77IE2L763KEMKT4ONIVLMV0AJ' where id=9; -update noar tt set b0='DYG9DUC5NKEOOW4GM0BO3CLNX9L' where id=9; -update noar ti set b0='DYG9DUC5NKEOOW4GM0BO3CLNX9L' where id=9; -update noar tt set v0='8ANM0B3O6JNHZIAK33B02UN2TM2L' where id=9; -update noar ti set v0='8ANM0B3O6JNHZIAK33B02UN2TM2L' where id=9; -update noar tt set b1='U3VGOZSLQVQWNA4N8SO54Q6HF' where id=9; -update noar ti set b1='U3VGOZSLQVQWNA4N8SO54Q6HF' where id=9; -update noar tt set v0='GIY0CFJKLIWBN' where id=9; -update noar ti set v0='GIY0CFJKLIWBN' where id=9; -update noar tt set b2='72S2LM' where id=9; -update noar ti set b2='72S2LM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1XDJXG3KL04V2IGTCEULGKM' where id=1; -update noar ti set v0='1XDJXG3KL04V2IGTCEULGKM' where id=1; -update noar tt set b0='C' where id=1; -update noar ti set b0='C' where id=1; -update noar tt set v0='AQH6BPLIU114H6J4NACPDW4' where id=1; -update noar ti set v0='AQH6BPLIU114H6J4NACPDW4' where id=1; -update noar tt set b1='V1HGEC' where id=1; -update noar ti set b1='V1HGEC' where id=1; -update noar tt set v0='M6I35002MJ09CZZNQP' where id=1; -update noar ti set v0='M6I35002MJ09CZZNQP' where id=1; -update noar tt set b2='0ULKUFT8PMZ' where id=1; -update noar ti set b2='0ULKUFT8PMZ' where id=1; -update noar tt set v0='4LW518PD' where id=2; -update noar ti set v0='4LW518PD' where id=2; -update noar tt set b0='R0AZQ7BTVEGI' where id=2; -update noar ti set b0='R0AZQ7BTVEGI' where id=2; -update noar tt set v0='DGRSGDGYLAW10FZI7YWZR3AD' where id=2; -update noar ti set v0='DGRSGDGYLAW10FZI7YWZR3AD' where id=2; -update noar tt set b1='U1T2' where id=2; -update noar ti set b1='U1T2' where id=2; -update noar tt set v0='X73R7TESZAUJQZWQ4OOK40694H0' where id=2; -update noar ti set v0='X73R7TESZAUJQZWQ4OOK40694H0' where id=2; -update noar tt set b2='BP50AFNQRXQQ7' where id=2; -update noar ti set b2='BP50AFNQRXQQ7' where id=2; -update noar tt set v0='1P7TBXW3CU7J23' where id=3; -update noar ti set v0='1P7TBXW3CU7J23' where id=3; -update noar tt set b0='O5X03A28F4OIACSNEWX6JRJIKW' where id=3; -update noar ti set b0='O5X03A28F4OIACSNEWX6JRJIKW' where id=3; -update noar tt set v0='8PBU9RJUOTWQLURFPRQB6V' where id=3; -update noar ti set v0='8PBU9RJUOTWQLURFPRQB6V' where id=3; -update noar tt set b1='BM2' where id=3; -update noar ti set b1='BM2' where id=3; -update noar tt set v0='23OAB8A8D2TEPNEXT2IVF5XTK1IEPM' where id=3; -update noar ti set v0='23OAB8A8D2TEPNEXT2IVF5XTK1IEPM' where id=3; -update noar tt set b2='WTDEB66' where id=3; -update noar ti set b2='WTDEB66' where id=3; -update noar tt set v0='DPKYV3VWKVRPLX82DNMZZUZJ8HRZ4HY' where id=4; -update noar ti set v0='DPKYV3VWKVRPLX82DNMZZUZJ8HRZ4HY' where id=4; -update noar tt set b0='RD8L6H4FJH8OGW1NW' where id=4; -update noar ti set b0='RD8L6H4FJH8OGW1NW' where id=4; -update noar tt set v0='JKOGIJ6FUAP' where id=4; -update noar ti set v0='JKOGIJ6FUAP' where id=4; -update noar tt set b1='6FT7JWGAJSB5RH8XJMP' where id=4; -update noar ti set b1='6FT7JWGAJSB5RH8XJMP' where id=4; -update noar tt set v0='SONO7WAM1MC2PLFO0AWKMDYT8WIMI80Y' where id=4; -update noar ti set v0='SONO7WAM1MC2PLFO0AWKMDYT8WIMI80Y' where id=4; -update noar tt set b2='WH5FJJY1N' where id=4; -update noar ti set b2='WH5FJJY1N' where id=4; -update noar tt set v0='E' where id=5; -update noar ti set v0='E' where id=5; -update noar tt set b0='26VL706C5V0X' where id=5; -update noar ti set b0='26VL706C5V0X' where id=5; -update noar tt set v0='A4OYGZASQI8OZEW' where id=5; -update noar ti set v0='A4OYGZASQI8OZEW' where id=5; -update noar tt set b1='GNHVD4' where id=5; -update noar ti set b1='GNHVD4' where id=5; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b2='1HIIVKQD2MYVJ0LY7PHE4UO' where id=5; -update noar ti set b2='1HIIVKQD2MYVJ0LY7PHE4UO' where id=5; -update noar tt set v0='8ZX7K2R8FSQ79QAN3MCPAVMGHIB' where id=6; -update noar ti set v0='8ZX7K2R8FSQ79QAN3MCPAVMGHIB' where id=6; -update noar tt set b0='WIM' where id=6; -update noar ti set b0='WIM' where id=6; -update noar tt set v0='MPL5JPFE1KJ' where id=6; -update noar ti set v0='MPL5JPFE1KJ' where id=6; -update noar tt set b1='YI0F681Y1S7NHSAY80' where id=6; -update noar ti set b1='YI0F681Y1S7NHSAY80' where id=6; -update noar tt set v0='38881W4OFXFMKNDKH60WWSZI9' where id=6; -update noar ti set v0='38881W4OFXFMKNDKH60WWSZI9' where id=6; -update noar tt set b2='M5DKPR72UOAG00B2D4MCERUIWGODR' where id=6; -update noar ti set b2='M5DKPR72UOAG00B2D4MCERUIWGODR' where id=6; -update noar tt set v0='7CKQZELK' where id=7; -update noar ti set v0='7CKQZELK' where id=7; -update noar tt set b0='MRBTX7STQW' where id=7; -update noar ti set b0='MRBTX7STQW' where id=7; -update noar tt set v0='DBZ' where id=7; -update noar ti set v0='DBZ' where id=7; -update noar tt set b1='12D2BFU2NPZJNYXV9E1VKQQEKSP' where id=7; -update noar ti set b1='12D2BFU2NPZJNYXV9E1VKQQEKSP' where id=7; -update noar tt set v0='P5SUKF15N916SF2' where id=7; -update noar ti set v0='P5SUKF15N916SF2' where id=7; -update noar tt set b2='335Q78OGASW20RME3' where id=7; -update noar ti set b2='335Q78OGASW20RME3' where id=7; -update noar tt set v0='4SFHPVEVJFT5MPE2A8NCFJM4N2YZOTVY' where id=8; -update noar ti set v0='4SFHPVEVJFT5MPE2A8NCFJM4N2YZOTVY' where id=8; -update noar tt set b0='CR5FYIAKM' where id=8; -update noar ti set b0='CR5FYIAKM' where id=8; -update noar tt set v0='UA11CJTJGIUC2UKSQJA4' where id=8; -update noar ti set v0='UA11CJTJGIUC2UKSQJA4' where id=8; -update noar tt set b1='ULQEQYUYMOR72' where id=8; -update noar ti set b1='ULQEQYUYMOR72' where id=8; -update noar tt set v0='44QUU37ETM' where id=8; -update noar ti set v0='44QUU37ETM' where id=8; -update noar tt set b2='YJNNZ9VNF' where id=8; -update noar ti set b2='YJNNZ9VNF' where id=8; -update noar tt set v0='76QXK7WD21278XXVTR3DF2U4QW7RO8O' where id=9; -update noar ti set v0='76QXK7WD21278XXVTR3DF2U4QW7RO8O' where id=9; -update noar tt set b0='GMZDODSL2J53324IHEMOG7L' where id=9; -update noar ti set b0='GMZDODSL2J53324IHEMOG7L' where id=9; -update noar tt set v0='XXIKG55EII29JBW4U5QGLV1A3RKY4' where id=9; -update noar ti set v0='XXIKG55EII29JBW4U5QGLV1A3RKY4' where id=9; -update noar tt set b1='KXNCTBGFNU5' where id=9; -update noar ti set b1='KXNCTBGFNU5' where id=9; -update noar tt set v0='E59OE4GW5OIN42GROA5Y5L' where id=9; -update noar ti set v0='E59OE4GW5OIN42GROA5Y5L' where id=9; -update noar tt set b2='YGRTKYNBAZWBULWKRJ26276KT7JKO3VZ' where id=9; -update noar ti set b2='YGRTKYNBAZWBULWKRJ26276KT7JKO3VZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OPOE' where id=1; -update noar ti set v0='OPOE' where id=1; -update noar tt set b0='37S7WTG5E0DQ9HG90LSD8' where id=1; -update noar ti set b0='37S7WTG5E0DQ9HG90LSD8' where id=1; -update noar tt set v0='0Q32G3JJH5GA00VZ8GG' where id=1; -update noar ti set v0='0Q32G3JJH5GA00VZ8GG' where id=1; -update noar tt set b1='4KHPZO84BVUC7' where id=1; -update noar ti set b1='4KHPZO84BVUC7' where id=1; -update noar tt set v0='Y' where id=1; -update noar ti set v0='Y' where id=1; -update noar tt set b2='WC90BJSWIZ8HWHA6LWSJUOMP3P1IND8I' where id=1; -update noar ti set b2='WC90BJSWIZ8HWHA6LWSJUOMP3P1IND8I' where id=1; -update noar tt set v0='N4N8XSNTQVC3E' where id=2; -update noar ti set v0='N4N8XSNTQVC3E' where id=2; -update noar tt set b0='PLIQCI6AAEJ8QQ23FSPV8DAKKN' where id=2; -update noar ti set b0='PLIQCI6AAEJ8QQ23FSPV8DAKKN' where id=2; -update noar tt set v0='B00JIYJAQYX1W581M4R6' where id=2; -update noar ti set v0='B00JIYJAQYX1W581M4R6' where id=2; -update noar tt set b1='E8K219PT0' where id=2; -update noar ti set b1='E8K219PT0' where id=2; -update noar tt set v0='SJQS406DWOC4KTH463OBZ59' where id=2; -update noar ti set v0='SJQS406DWOC4KTH463OBZ59' where id=2; -update noar tt set b2='EZFJ1KV91U7NNJRWC2UTM' where id=2; -update noar ti set b2='EZFJ1KV91U7NNJRWC2UTM' where id=2; -update noar tt set v0='FWT6VTP5Z87FDO8T' where id=3; -update noar ti set v0='FWT6VTP5Z87FDO8T' where id=3; -update noar tt set b0='H0T5J9UVM54HY' where id=3; -update noar ti set b0='H0T5J9UVM54HY' where id=3; -update noar tt set v0='YUOVJM8SDILW6OHM1E2393H' where id=3; -update noar ti set v0='YUOVJM8SDILW6OHM1E2393H' where id=3; -update noar tt set b1='FN8MR' where id=3; -update noar ti set b1='FN8MR' where id=3; -update noar tt set v0='E10VVYH0OY229H2UIHQ1APEFK1CFD' where id=3; -update noar ti set v0='E10VVYH0OY229H2UIHQ1APEFK1CFD' where id=3; -update noar tt set b2='9TSAFOKJZTH02LOKMEQ' where id=3; -update noar ti set b2='9TSAFOKJZTH02LOKMEQ' where id=3; -update noar tt set v0='S2C7ZVPVA1YBW29N5BUP0V8LNZBN' where id=4; -update noar ti set v0='S2C7ZVPVA1YBW29N5BUP0V8LNZBN' where id=4; -update noar tt set b0='0FAV0PY9DKOUTPL410' where id=4; -update noar ti set b0='0FAV0PY9DKOUTPL410' where id=4; -update noar tt set v0='1SOJM' where id=4; -update noar ti set v0='1SOJM' where id=4; -update noar tt set b1='QGY8E3KAYV06LBUY' where id=4; -update noar ti set b1='QGY8E3KAYV06LBUY' where id=4; -update noar tt set v0='9VL5U2MDRXA' where id=4; -update noar ti set v0='9VL5U2MDRXA' where id=4; -update noar tt set b2='T72CYO00J' where id=4; -update noar ti set b2='T72CYO00J' where id=4; -update noar tt set v0='LYPMJ0R7MGU1F9D1I3D8QY8M9LEEH856' where id=5; -update noar ti set v0='LYPMJ0R7MGU1F9D1I3D8QY8M9LEEH856' where id=5; -update noar tt set b0='19CPT36N2UBDK' where id=5; -update noar ti set b0='19CPT36N2UBDK' where id=5; -update noar tt set v0='D1P8GG5' where id=5; -update noar ti set v0='D1P8GG5' where id=5; -update noar tt set b1='JOXL1' where id=5; -update noar ti set b1='JOXL1' where id=5; -update noar tt set v0='ZDNG173' where id=5; -update noar ti set v0='ZDNG173' where id=5; -update noar tt set b2='UJBY26EDXTMW2DURS0PXFRT' where id=5; -update noar ti set b2='UJBY26EDXTMW2DURS0PXFRT' where id=5; -update noar tt set v0='F615DJMS2U63IBC1YKW63R6HF' where id=6; -update noar ti set v0='F615DJMS2U63IBC1YKW63R6HF' where id=6; -update noar tt set b0='BYFY2S7K2CBGIO' where id=6; -update noar ti set b0='BYFY2S7K2CBGIO' where id=6; -update noar tt set v0='9C0SUD5IJAO29B9' where id=6; -update noar ti set v0='9C0SUD5IJAO29B9' where id=6; -update noar tt set b1='S1S7IPOZLUO' where id=6; -update noar ti set b1='S1S7IPOZLUO' where id=6; -update noar tt set v0='PMRHZQ29' where id=6; -update noar ti set v0='PMRHZQ29' where id=6; -update noar tt set b2='3X1UVSQL12OEU' where id=6; -update noar ti set b2='3X1UVSQL12OEU' where id=6; -update noar tt set v0='8I2BBFPJKJOSV8ZHPD6F6' where id=7; -update noar ti set v0='8I2BBFPJKJOSV8ZHPD6F6' where id=7; -update noar tt set b0='11ZHKVY73' where id=7; -update noar ti set b0='11ZHKVY73' where id=7; -update noar tt set v0='4BIVO2URW5BCQ' where id=7; -update noar ti set v0='4BIVO2URW5BCQ' where id=7; -update noar tt set b1='R56L0HU90EJEC6HWTXQM4GBMYRD' where id=7; -update noar ti set b1='R56L0HU90EJEC6HWTXQM4GBMYRD' where id=7; -update noar tt set v0='WRA7NWDPROPIXF' where id=7; -update noar ti set v0='WRA7NWDPROPIXF' where id=7; -update noar tt set b2='JK7LH71YYXB6AIN9VEPWUOTHHPW1JW' where id=7; -update noar ti set b2='JK7LH71YYXB6AIN9VEPWUOTHHPW1JW' where id=7; -update noar tt set v0='M3P3ANQD5QJRLYT8H2CKVGD' where id=8; -update noar ti set v0='M3P3ANQD5QJRLYT8H2CKVGD' where id=8; -update noar tt set b0='OXVQRRK3UNHKU' where id=8; -update noar ti set b0='OXVQRRK3UNHKU' where id=8; -update noar tt set v0='DHZ8891D44U4BLUTZMQ2VBBU' where id=8; -update noar ti set v0='DHZ8891D44U4BLUTZMQ2VBBU' where id=8; -update noar tt set b1='4EHVPJQ0NXSGQSU4YV47JI39PI7A' where id=8; -update noar ti set b1='4EHVPJQ0NXSGQSU4YV47JI39PI7A' where id=8; -update noar tt set v0='1TNM7D4CUG6CAR4JUKOW1GN4Q5C1' where id=8; -update noar ti set v0='1TNM7D4CUG6CAR4JUKOW1GN4Q5C1' where id=8; -update noar tt set b2='AUP' where id=8; -update noar ti set b2='AUP' where id=8; -update noar tt set v0='EOYBG2AYA7YFOTJJP7M57' where id=9; -update noar ti set v0='EOYBG2AYA7YFOTJJP7M57' where id=9; -update noar tt set b0='Q8TYATVXTHGC7ANFJAK33WWB' where id=9; -update noar ti set b0='Q8TYATVXTHGC7ANFJAK33WWB' where id=9; -update noar tt set v0='89A5647ORACMW64Y2Z7PXIP6' where id=9; -update noar ti set v0='89A5647ORACMW64Y2Z7PXIP6' where id=9; -update noar tt set b1='75HGKA' where id=9; -update noar ti set b1='75HGKA' where id=9; -update noar tt set v0='NKW9GBGVB9QJ2L' where id=9; -update noar ti set v0='NKW9GBGVB9QJ2L' where id=9; -update noar tt set b2='3GYSR3ZEAO0B' where id=9; -update noar ti set b2='3GYSR3ZEAO0B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='868M7MOY8GSMM9XXDSGITFSFC6U' where id=1; -update noar ti set v0='868M7MOY8GSMM9XXDSGITFSFC6U' where id=1; -update noar tt set b0='9VXWUW' where id=1; -update noar ti set b0='9VXWUW' where id=1; -update noar tt set v0='HPOPQVBEUA8' where id=1; -update noar ti set v0='HPOPQVBEUA8' where id=1; -update noar tt set b1='U4KXTRR2XKV1' where id=1; -update noar ti set b1='U4KXTRR2XKV1' where id=1; -update noar tt set v0='IISFKUZI3WHYQPQB9C76' where id=1; -update noar ti set v0='IISFKUZI3WHYQPQB9C76' where id=1; -update noar tt set b2='C301SQZEDU8M8U842V0BWL' where id=1; -update noar ti set b2='C301SQZEDU8M8U842V0BWL' where id=1; -update noar tt set v0='CE5DN76GACHA8XXBIK5IUZXWRX7AQ' where id=2; -update noar ti set v0='CE5DN76GACHA8XXBIK5IUZXWRX7AQ' where id=2; -update noar tt set b0='21KM636A9' where id=2; -update noar ti set b0='21KM636A9' where id=2; -update noar tt set v0='6S' where id=2; -update noar ti set v0='6S' where id=2; -update noar tt set b1='TOFL505VRHEM4SSAG9' where id=2; -update noar ti set b1='TOFL505VRHEM4SSAG9' where id=2; -update noar tt set v0='6CT91' where id=2; -update noar ti set v0='6CT91' where id=2; -update noar tt set b2='L0UA' where id=2; -update noar ti set b2='L0UA' where id=2; -update noar tt set v0='5906TXUPHOMNY5XPC2P0RTTD' where id=3; -update noar ti set v0='5906TXUPHOMNY5XPC2P0RTTD' where id=3; -update noar tt set b0='4NREU9YGYIFPGAAWGAZKLC0' where id=3; -update noar ti set b0='4NREU9YGYIFPGAAWGAZKLC0' where id=3; -update noar tt set v0='TIRXY40XEXNUZCN66V1QA' where id=3; -update noar ti set v0='TIRXY40XEXNUZCN66V1QA' where id=3; -update noar tt set b1='U98TVT14B5IQHWAFMRK9X5SBNNI6' where id=3; -update noar ti set b1='U98TVT14B5IQHWAFMRK9X5SBNNI6' where id=3; -update noar tt set v0='37B84' where id=3; -update noar ti set v0='37B84' where id=3; -update noar tt set b2='IP0PO8UNRKNA0SN34EBPU24NDL8624D' where id=3; -update noar ti set b2='IP0PO8UNRKNA0SN34EBPU24NDL8624D' where id=3; -update noar tt set v0='Z8AXKYEUTROS8S734OQ1HOQ8PL' where id=4; -update noar ti set v0='Z8AXKYEUTROS8S734OQ1HOQ8PL' where id=4; -update noar tt set b0='HA4' where id=4; -update noar ti set b0='HA4' where id=4; -update noar tt set v0='LL0EUFOY0Q7LOJ7H8OC0' where id=4; -update noar ti set v0='LL0EUFOY0Q7LOJ7H8OC0' where id=4; -update noar tt set b1='S8ML' where id=4; -update noar ti set b1='S8ML' where id=4; -update noar tt set v0='RB22TEPR7F9JE1ZP59Q1DRBBSBW' where id=4; -update noar ti set v0='RB22TEPR7F9JE1ZP59Q1DRBBSBW' where id=4; -update noar tt set b2='NV3SJPY3CBAVIF2KXM30AWT21RK44CO' where id=4; -update noar ti set b2='NV3SJPY3CBAVIF2KXM30AWT21RK44CO' where id=4; -update noar tt set v0='Y7F7' where id=5; -update noar ti set v0='Y7F7' where id=5; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set v0='C1YL6217XM4LOWNVC4ZJRXM2U4V' where id=5; -update noar ti set v0='C1YL6217XM4LOWNVC4ZJRXM2U4V' where id=5; -update noar tt set b1='K5N1B' where id=5; -update noar ti set b1='K5N1B' where id=5; -update noar tt set v0='ZGD9UTCRDPUY' where id=5; -update noar ti set v0='ZGD9UTCRDPUY' where id=5; -update noar tt set b2='SATRTYJUGH8J7OK6WYFBVCU4B' where id=5; -update noar ti set b2='SATRTYJUGH8J7OK6WYFBVCU4B' where id=5; -update noar tt set v0='AXW32QDT1LRKZ42STBT08HCV31S' where id=6; -update noar ti set v0='AXW32QDT1LRKZ42STBT08HCV31S' where id=6; -update noar tt set b0='BYWLJGBU6' where id=6; -update noar ti set b0='BYWLJGBU6' where id=6; -update noar tt set v0='96S1XXU6224WV5EYSPVY6QH9X17MKHX' where id=6; -update noar ti set v0='96S1XXU6224WV5EYSPVY6QH9X17MKHX' where id=6; -update noar tt set b1='Q33HUHJSWUDN9SR71BH2DNYJXSFP' where id=6; -update noar ti set b1='Q33HUHJSWUDN9SR71BH2DNYJXSFP' where id=6; -update noar tt set v0='K07D838SX16763OZ6AY' where id=6; -update noar ti set v0='K07D838SX16763OZ6AY' where id=6; -update noar tt set b2='0R' where id=6; -update noar ti set b2='0R' where id=6; -update noar tt set v0='KHOUT7WPSTFHFE4VZ' where id=7; -update noar ti set v0='KHOUT7WPSTFHFE4VZ' where id=7; -update noar tt set b0='X8KVKYKV31W8' where id=7; -update noar ti set b0='X8KVKYKV31W8' where id=7; -update noar tt set v0='EDJX88AU9RMI4U4DGUXMK' where id=7; -update noar ti set v0='EDJX88AU9RMI4U4DGUXMK' where id=7; -update noar tt set b1='XF7KPD9P82RY5WR8S8D098' where id=7; -update noar ti set b1='XF7KPD9P82RY5WR8S8D098' where id=7; -update noar tt set v0='E6' where id=7; -update noar ti set v0='E6' where id=7; -update noar tt set b2='GSBEM4UKWO8LXYS3FBXC' where id=7; -update noar ti set b2='GSBEM4UKWO8LXYS3FBXC' where id=7; -update noar tt set v0='GLOL7TEKUMYULQLRKV' where id=8; -update noar ti set v0='GLOL7TEKUMYULQLRKV' where id=8; -update noar tt set b0='1PB823LGOA2GBJRWYFQGN81IA7C0' where id=8; -update noar ti set b0='1PB823LGOA2GBJRWYFQGN81IA7C0' where id=8; -update noar tt set v0='4MM7LCMHALSJW4WYSGSBR1IVV3II8MO' where id=8; -update noar ti set v0='4MM7LCMHALSJW4WYSGSBR1IVV3II8MO' where id=8; -update noar tt set b1='GGM6NEOAD2YY0REFAV' where id=8; -update noar ti set b1='GGM6NEOAD2YY0REFAV' where id=8; -update noar tt set v0='0L448OJZM' where id=8; -update noar ti set v0='0L448OJZM' where id=8; -update noar tt set b2='HSX2K0XZ3GSGSRQYW3XVXV4BYCL44CE' where id=8; -update noar ti set b2='HSX2K0XZ3GSGSRQYW3XVXV4BYCL44CE' where id=8; -update noar tt set v0='T0R1J0F5M7QEC6ODYBJWRB' where id=9; -update noar ti set v0='T0R1J0F5M7QEC6ODYBJWRB' where id=9; -update noar tt set b0='U5L6U9' where id=9; -update noar ti set b0='U5L6U9' where id=9; -update noar tt set v0='U1K7ENH1X3N8P0KX96J5P' where id=9; -update noar ti set v0='U1K7ENH1X3N8P0KX96J5P' where id=9; -update noar tt set b1='OVJYCJA' where id=9; -update noar ti set b1='OVJYCJA' where id=9; -update noar tt set v0='M63IT55ZZBK5OC3C455TID' where id=9; -update noar ti set v0='M63IT55ZZBK5OC3C455TID' where id=9; -update noar tt set b2='DQ286QVQUDVCHXUCLPB' where id=9; -update noar ti set b2='DQ286QVQUDVCHXUCLPB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CQ9W2BFQDWKBBRC9043O8O0D' where id=1; -update noar ti set v0='CQ9W2BFQDWKBBRC9043O8O0D' where id=1; -update noar tt set b0='BE4N6EVTSHELQ4V3J31CVMO56LU' where id=1; -update noar ti set b0='BE4N6EVTSHELQ4V3J31CVMO56LU' where id=1; -update noar tt set v0='C93DIPTTYOVHVQA0RPS6CTNX' where id=1; -update noar ti set v0='C93DIPTTYOVHVQA0RPS6CTNX' where id=1; -update noar tt set b1='FRYU9UAO' where id=1; -update noar ti set b1='FRYU9UAO' where id=1; -update noar tt set v0='0C7LTBI4NVK5XEDTEC6DFIMSX3B0TGV' where id=1; -update noar ti set v0='0C7LTBI4NVK5XEDTEC6DFIMSX3B0TGV' where id=1; -update noar tt set b2='862RE92FD7DT28UVZHGWN8WVH2B' where id=1; -update noar ti set b2='862RE92FD7DT28UVZHGWN8WVH2B' where id=1; -update noar tt set v0='0JPR9J9HOBFVMQIPLEW' where id=2; -update noar ti set v0='0JPR9J9HOBFVMQIPLEW' where id=2; -update noar tt set b0='DJQDSUZFG1PZ5Y8US01VZWBQ0GQMXO' where id=2; -update noar ti set b0='DJQDSUZFG1PZ5Y8US01VZWBQ0GQMXO' where id=2; -update noar tt set v0='A9C5Y3CEG57KT6DUV8BC64ZJ0G' where id=2; -update noar ti set v0='A9C5Y3CEG57KT6DUV8BC64ZJ0G' where id=2; -update noar tt set b1='AIYHQ6' where id=2; -update noar ti set b1='AIYHQ6' where id=2; -update noar tt set v0='SH5' where id=2; -update noar ti set v0='SH5' where id=2; -update noar tt set b2='VYXPBTN1KH9' where id=2; -update noar ti set b2='VYXPBTN1KH9' where id=2; -update noar tt set v0='RM0EMGE1M24NQGPD' where id=3; -update noar ti set v0='RM0EMGE1M24NQGPD' where id=3; -update noar tt set b0='94YRQSVSF3SL4AP36T2T16' where id=3; -update noar ti set b0='94YRQSVSF3SL4AP36T2T16' where id=3; -update noar tt set v0='QPZPOVCNBQ5604' where id=3; -update noar ti set v0='QPZPOVCNBQ5604' where id=3; -update noar tt set b1='BM5G5H' where id=3; -update noar ti set b1='BM5G5H' where id=3; -update noar tt set v0='VLDFR4KBEO9M' where id=3; -update noar ti set v0='VLDFR4KBEO9M' where id=3; -update noar tt set b2='CXRMA95TAT7O4HOXRPTVH5BXWW3NLZ4O' where id=3; -update noar ti set b2='CXRMA95TAT7O4HOXRPTVH5BXWW3NLZ4O' where id=3; -update noar tt set v0='VR' where id=4; -update noar ti set v0='VR' where id=4; -update noar tt set b0='AQG7M0ZLE95CKEX' where id=4; -update noar ti set b0='AQG7M0ZLE95CKEX' where id=4; -update noar tt set v0='Z7DEOAWVBPRDBFMFL' where id=4; -update noar ti set v0='Z7DEOAWVBPRDBFMFL' where id=4; -update noar tt set b1='PA57HMZMK99DIQQ2POFS6LKMKB68P' where id=4; -update noar ti set b1='PA57HMZMK99DIQQ2POFS6LKMKB68P' where id=4; -update noar tt set v0='ZXYKP6SQB54DXX371' where id=4; -update noar ti set v0='ZXYKP6SQB54DXX371' where id=4; -update noar tt set b2='8TE3APDZZZYZ' where id=4; -update noar ti set b2='8TE3APDZZZYZ' where id=4; -update noar tt set v0='4G2C' where id=5; -update noar ti set v0='4G2C' where id=5; -update noar tt set b0='0I2JY2X46CBPZJI' where id=5; -update noar ti set b0='0I2JY2X46CBPZJI' where id=5; -update noar tt set v0='OL9KD4UQGP5XT8MLQQP3YGQXBFFI' where id=5; -update noar ti set v0='OL9KD4UQGP5XT8MLQQP3YGQXBFFI' where id=5; -update noar tt set b1='B20VKDD2VDGU' where id=5; -update noar ti set b1='B20VKDD2VDGU' where id=5; -update noar tt set v0='IP4STFWNQMW836A74VQ' where id=5; -update noar ti set v0='IP4STFWNQMW836A74VQ' where id=5; -update noar tt set b2='04SAVL7342H9OAPP5JL8T7HLYRXK466O' where id=5; -update noar ti set b2='04SAVL7342H9OAPP5JL8T7HLYRXK466O' where id=5; -update noar tt set v0='PSPEL3T84M' where id=6; -update noar ti set v0='PSPEL3T84M' where id=6; -update noar tt set b0='103DCO' where id=6; -update noar ti set b0='103DCO' where id=6; -update noar tt set v0='FDDAJ607NWDWCDG98X9' where id=6; -update noar ti set v0='FDDAJ607NWDWCDG98X9' where id=6; -update noar tt set b1='MFXBLQDIZR4N39N10NCAN980R' where id=6; -update noar ti set b1='MFXBLQDIZR4N39N10NCAN980R' where id=6; -update noar tt set v0='FH815IXX57ORKB5W23LV' where id=6; -update noar ti set v0='FH815IXX57ORKB5W23LV' where id=6; -update noar tt set b2='AARYDA' where id=6; -update noar ti set b2='AARYDA' where id=6; -update noar tt set v0='EHISY2O856GDXUAEYHABUCGR0Y' where id=7; -update noar ti set v0='EHISY2O856GDXUAEYHABUCGR0Y' where id=7; -update noar tt set b0='27P' where id=7; -update noar ti set b0='27P' where id=7; -update noar tt set v0='795IAK4YYMY13CSCBP1267A' where id=7; -update noar ti set v0='795IAK4YYMY13CSCBP1267A' where id=7; -update noar tt set b1='DIUML2QK2DOG45CX1T' where id=7; -update noar ti set b1='DIUML2QK2DOG45CX1T' where id=7; -update noar tt set v0='IIZZG5BEUX2RS2MAS90RI8EOHCZB57H0' where id=7; -update noar ti set v0='IIZZG5BEUX2RS2MAS90RI8EOHCZB57H0' where id=7; -update noar tt set b2='Y3YFJFGCX5V' where id=7; -update noar ti set b2='Y3YFJFGCX5V' where id=7; -update noar tt set v0='KF' where id=8; -update noar ti set v0='KF' where id=8; -update noar tt set b0='KQ5M39W8F' where id=8; -update noar ti set b0='KQ5M39W8F' where id=8; -update noar tt set v0='V0N7KHYJWYB4BU4ODUWBST' where id=8; -update noar ti set v0='V0N7KHYJWYB4BU4ODUWBST' where id=8; -update noar tt set b1='HH6S58YOR45B1FKE' where id=8; -update noar ti set b1='HH6S58YOR45B1FKE' where id=8; -update noar tt set v0='DX32Z' where id=8; -update noar ti set v0='DX32Z' where id=8; -update noar tt set b2='Z1CW' where id=8; -update noar ti set b2='Z1CW' where id=8; -update noar tt set v0='NUI' where id=9; -update noar ti set v0='NUI' where id=9; -update noar tt set b0='7DVKSBYK2Y3X4SSA389RIX7UGAI7IHZ' where id=9; -update noar ti set b0='7DVKSBYK2Y3X4SSA389RIX7UGAI7IHZ' where id=9; -update noar tt set v0='5V69PYQVGU' where id=9; -update noar ti set v0='5V69PYQVGU' where id=9; -update noar tt set b1='WCCK9IHUAKCB5LRMADZQ4THZ' where id=9; -update noar ti set b1='WCCK9IHUAKCB5LRMADZQ4THZ' where id=9; -update noar tt set v0='2SLJIWZZA0ZGQ87XLSKF' where id=9; -update noar ti set v0='2SLJIWZZA0ZGQ87XLSKF' where id=9; -update noar tt set b2='S7XO' where id=9; -update noar ti set b2='S7XO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OKW0L2RLLUV4J0' where id=1; -update noar ti set v0='OKW0L2RLLUV4J0' where id=1; -update noar tt set b0='WZVWV1I6NEOXYZ2' where id=1; -update noar ti set b0='WZVWV1I6NEOXYZ2' where id=1; -update noar tt set v0='YIE6F371LZVJ71B5WC30X4MDCFIMOB' where id=1; -update noar ti set v0='YIE6F371LZVJ71B5WC30X4MDCFIMOB' where id=1; -update noar tt set b1='NJGZV33OVII3I532831ODDF' where id=1; -update noar ti set b1='NJGZV33OVII3I532831ODDF' where id=1; -update noar tt set v0='UV6ADP8R40FXLL43K' where id=1; -update noar ti set v0='UV6ADP8R40FXLL43K' where id=1; -update noar tt set b2='5K4KE58' where id=1; -update noar ti set b2='5K4KE58' where id=1; -update noar tt set v0='UX28LZOZYET61QCVM9DKSM8' where id=2; -update noar ti set v0='UX28LZOZYET61QCVM9DKSM8' where id=2; -update noar tt set b0='6O9LV98O9A5WR9I97T9CB0TMTOI' where id=2; -update noar ti set b0='6O9LV98O9A5WR9I97T9CB0TMTOI' where id=2; -update noar tt set v0='GZMJTX14ICF1UQ2' where id=2; -update noar ti set v0='GZMJTX14ICF1UQ2' where id=2; -update noar tt set b1='HGMGRRIIDL1' where id=2; -update noar ti set b1='HGMGRRIIDL1' where id=2; -update noar tt set v0='J257RWCEKH33CJRKMM' where id=2; -update noar ti set v0='J257RWCEKH33CJRKMM' where id=2; -update noar tt set b2='BS00J88MLS50FLCY7QM64BKYSB' where id=2; -update noar ti set b2='BS00J88MLS50FLCY7QM64BKYSB' where id=2; -update noar tt set v0='2FFOKRTAC22D2P8VD8SJC07IXE6' where id=3; -update noar ti set v0='2FFOKRTAC22D2P8VD8SJC07IXE6' where id=3; -update noar tt set b0='ERMLDOFAOF9859L1UA' where id=3; -update noar ti set b0='ERMLDOFAOF9859L1UA' where id=3; -update noar tt set v0='HZZ2XVZH95AASFVQDLBDCU0V5BF' where id=3; -update noar ti set v0='HZZ2XVZH95AASFVQDLBDCU0V5BF' where id=3; -update noar tt set b1='2UX2Z1HRALYTXMWDRTL' where id=3; -update noar ti set b1='2UX2Z1HRALYTXMWDRTL' where id=3; -update noar tt set v0='5TH4ZIMC4' where id=3; -update noar ti set v0='5TH4ZIMC4' where id=3; -update noar tt set b2='S0C' where id=3; -update noar ti set b2='S0C' where id=3; -update noar tt set v0='C' where id=4; -update noar ti set v0='C' where id=4; -update noar tt set b0='RFAJBFIVNZQPXPCVDW4KD8L11ZFJM8JT' where id=4; -update noar ti set b0='RFAJBFIVNZQPXPCVDW4KD8L11ZFJM8JT' where id=4; -update noar tt set v0='S35WKQBIPS6C285DS' where id=4; -update noar ti set v0='S35WKQBIPS6C285DS' where id=4; -update noar tt set b1='NPLJBL' where id=4; -update noar ti set b1='NPLJBL' where id=4; -update noar tt set v0='L72XTV1GL083J6V4JLXKNCQ' where id=4; -update noar ti set v0='L72XTV1GL083J6V4JLXKNCQ' where id=4; -update noar tt set b2='RQ6HURJO651EQBQJMER0X18ZKFZ' where id=4; -update noar ti set b2='RQ6HURJO651EQBQJMER0X18ZKFZ' where id=4; -update noar tt set v0='YJ89YJUS9V3YAHS8HR4GM8FV42S' where id=5; -update noar ti set v0='YJ89YJUS9V3YAHS8HR4GM8FV42S' where id=5; -update noar tt set b0='IM2PAQ' where id=5; -update noar ti set b0='IM2PAQ' where id=5; -update noar tt set v0='PQ5PY2V2VXZW0W19BKSYYN73RQ7O8' where id=5; -update noar ti set v0='PQ5PY2V2VXZW0W19BKSYYN73RQ7O8' where id=5; -update noar tt set b1='JF' where id=5; -update noar ti set b1='JF' where id=5; -update noar tt set v0='6WYR5' where id=5; -update noar ti set v0='6WYR5' where id=5; -update noar tt set b2='8TC34ZRWSY4EFCENV9AR31G9' where id=5; -update noar ti set b2='8TC34ZRWSY4EFCENV9AR31G9' where id=5; -update noar tt set v0='YYYN87E7IEA' where id=6; -update noar ti set v0='YYYN87E7IEA' where id=6; -update noar tt set b0='WM4ZRZZ36JHGCX' where id=6; -update noar ti set b0='WM4ZRZZ36JHGCX' where id=6; -update noar tt set v0='O693ZV71' where id=6; -update noar ti set v0='O693ZV71' where id=6; -update noar tt set b1='FYSY91LT' where id=6; -update noar ti set b1='FYSY91LT' where id=6; -update noar tt set v0='HZPKWU7SJR6TXBL' where id=6; -update noar ti set v0='HZPKWU7SJR6TXBL' where id=6; -update noar tt set b2='T83B2Y7GNAOTUNQX1L9VBHLVE6A' where id=6; -update noar ti set b2='T83B2Y7GNAOTUNQX1L9VBHLVE6A' where id=6; -update noar tt set v0='SKU5RRNBM797W3C' where id=7; -update noar ti set v0='SKU5RRNBM797W3C' where id=7; -update noar tt set b0='OC11PJ' where id=7; -update noar ti set b0='OC11PJ' where id=7; -update noar tt set v0='WFKMMADSY3UWBYQBW22GIC0N' where id=7; -update noar ti set v0='WFKMMADSY3UWBYQBW22GIC0N' where id=7; -update noar tt set b1='UTG9M3059BOI23A2B' where id=7; -update noar ti set b1='UTG9M3059BOI23A2B' where id=7; -update noar tt set v0='UH1392IBLDUDJ18SIBY2DA' where id=7; -update noar ti set v0='UH1392IBLDUDJ18SIBY2DA' where id=7; -update noar tt set b2='K2XFEOSQSU666DHJ9GNUPR7WL' where id=7; -update noar ti set b2='K2XFEOSQSU666DHJ9GNUPR7WL' where id=7; -update noar tt set v0='ACGGISOONHW' where id=8; -update noar ti set v0='ACGGISOONHW' where id=8; -update noar tt set b0='N' where id=8; -update noar ti set b0='N' where id=8; -update noar tt set v0='7Y8N' where id=8; -update noar ti set v0='7Y8N' where id=8; -update noar tt set b1='K4EE1EZOA8ZU54SO6WB' where id=8; -update noar ti set b1='K4EE1EZOA8ZU54SO6WB' where id=8; -update noar tt set v0='N90VUUQ5FVVMM' where id=8; -update noar ti set v0='N90VUUQ5FVVMM' where id=8; -update noar tt set b2='SUBATF9KXZBXSDUEGSU9YBD03G' where id=8; -update noar ti set b2='SUBATF9KXZBXSDUEGSU9YBD03G' where id=8; -update noar tt set v0='XZMVYA' where id=9; -update noar ti set v0='XZMVYA' where id=9; -update noar tt set b0='8YIUC3LXL5FBK90GCZTXVR0HXZ4G' where id=9; -update noar ti set b0='8YIUC3LXL5FBK90GCZTXVR0HXZ4G' where id=9; -update noar tt set v0='D4ZTC1YH7IFF2ASVK2X3OAXVN' where id=9; -update noar ti set v0='D4ZTC1YH7IFF2ASVK2X3OAXVN' where id=9; -update noar tt set b1='VQYK59X17' where id=9; -update noar ti set b1='VQYK59X17' where id=9; -update noar tt set v0='EOEBS8ACEQGF' where id=9; -update noar ti set v0='EOEBS8ACEQGF' where id=9; -update noar tt set b2='UJU8LP0HX4EK45FHU5Y47HIBRIR' where id=9; -update noar ti set b2='UJU8LP0HX4EK45FHU5Y47HIBRIR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1CLWSO1JIYEZ3JQ' where id=1; -update noar ti set v0='1CLWSO1JIYEZ3JQ' where id=1; -update noar tt set b0='UED7YCNFQ9J97URGLNZ8GY' where id=1; -update noar ti set b0='UED7YCNFQ9J97URGLNZ8GY' where id=1; -update noar tt set v0='L5CFN37PY6H2SFQIG' where id=1; -update noar ti set v0='L5CFN37PY6H2SFQIG' where id=1; -update noar tt set b1='O10G02' where id=1; -update noar ti set b1='O10G02' where id=1; -update noar tt set v0='Y2P1VSIB4Q3DX5XMG7K0OMT1OQX6' where id=1; -update noar ti set v0='Y2P1VSIB4Q3DX5XMG7K0OMT1OQX6' where id=1; -update noar tt set b2='T5R18M9RFX78E1H' where id=1; -update noar ti set b2='T5R18M9RFX78E1H' where id=1; -update noar tt set v0='20XPQRC9FY1CN77EI' where id=2; -update noar ti set v0='20XPQRC9FY1CN77EI' where id=2; -update noar tt set b0='D2V8MDORXXJYBALB2EE9X' where id=2; -update noar ti set b0='D2V8MDORXXJYBALB2EE9X' where id=2; -update noar tt set v0='RW' where id=2; -update noar ti set v0='RW' where id=2; -update noar tt set b1='4X' where id=2; -update noar ti set b1='4X' where id=2; -update noar tt set v0='U6AFHTURD5L1A9JW0R8KQ' where id=2; -update noar ti set v0='U6AFHTURD5L1A9JW0R8KQ' where id=2; -update noar tt set b2='J5FM3P4EPHKOJ5I8CFYHQZ8GXUGEKJH' where id=2; -update noar ti set b2='J5FM3P4EPHKOJ5I8CFYHQZ8GXUGEKJH' where id=2; -update noar tt set v0='SUXE4EX3YDEVHZSOJV2Y2666T' where id=3; -update noar ti set v0='SUXE4EX3YDEVHZSOJV2Y2666T' where id=3; -update noar tt set b0='IP3VS9V0DGEF4NTEPK' where id=3; -update noar ti set b0='IP3VS9V0DGEF4NTEPK' where id=3; -update noar tt set v0='0EOZI64QZSVS6HNBI1QJO8OLWEGG' where id=3; -update noar ti set v0='0EOZI64QZSVS6HNBI1QJO8OLWEGG' where id=3; -update noar tt set b1='T' where id=3; -update noar ti set b1='T' where id=3; -update noar tt set v0='OC62B5JF1UXIPA6YOH4K8TYG' where id=3; -update noar ti set v0='OC62B5JF1UXIPA6YOH4K8TYG' where id=3; -update noar tt set b2='TRY9OF7TXBHWT5X8ZSLB' where id=3; -update noar ti set b2='TRY9OF7TXBHWT5X8ZSLB' where id=3; -update noar tt set v0='GT01QAX4X77DJ3JYQLJT' where id=4; -update noar ti set v0='GT01QAX4X77DJ3JYQLJT' where id=4; -update noar tt set b0='E4FLVAWGSGUJQ83EWT0AG3KRU14' where id=4; -update noar ti set b0='E4FLVAWGSGUJQ83EWT0AG3KRU14' where id=4; -update noar tt set v0='JXOXHX83ZPBEYLK9BXY4W3' where id=4; -update noar ti set v0='JXOXHX83ZPBEYLK9BXY4W3' where id=4; -update noar tt set b1='I543WWJYP9LYHDJ0YG1GBBC5US' where id=4; -update noar ti set b1='I543WWJYP9LYHDJ0YG1GBBC5US' where id=4; -update noar tt set v0='YOVGSLMD' where id=4; -update noar ti set v0='YOVGSLMD' where id=4; -update noar tt set b2='MD0PO' where id=4; -update noar ti set b2='MD0PO' where id=4; -update noar tt set v0='YOGBQBY8Y7CCW2CP96V' where id=5; -update noar ti set v0='YOGBQBY8Y7CCW2CP96V' where id=5; -update noar tt set b0='SO10T7T9RFS7MBOJ7LHDO47MY6DT57' where id=5; -update noar ti set b0='SO10T7T9RFS7MBOJ7LHDO47MY6DT57' where id=5; -update noar tt set v0='4NSPPCQO2MUBO09IH3GT1C' where id=5; -update noar ti set v0='4NSPPCQO2MUBO09IH3GT1C' where id=5; -update noar tt set b1='7CPSCVY5HDY0781INS9OHR4PI9W6I3' where id=5; -update noar ti set b1='7CPSCVY5HDY0781INS9OHR4PI9W6I3' where id=5; -update noar tt set v0='EHQ5ME' where id=5; -update noar ti set v0='EHQ5ME' where id=5; -update noar tt set b2='HAADR3OINKE87BBMV' where id=5; -update noar ti set b2='HAADR3OINKE87BBMV' where id=5; -update noar tt set v0='7YP1M' where id=6; -update noar ti set v0='7YP1M' where id=6; -update noar tt set b0='I3N5L5HF' where id=6; -update noar ti set b0='I3N5L5HF' where id=6; -update noar tt set v0='ZSA' where id=6; -update noar ti set v0='ZSA' where id=6; -update noar tt set b1='HLKTPVJ0XHBTXURRBKSU1PTE7P3' where id=6; -update noar ti set b1='HLKTPVJ0XHBTXURRBKSU1PTE7P3' where id=6; -update noar tt set v0='4IL7E8QHZ' where id=6; -update noar ti set v0='4IL7E8QHZ' where id=6; -update noar tt set b2='ZQVYHM33W72AAZD2VBVO34RE03H1TY' where id=6; -update noar ti set b2='ZQVYHM33W72AAZD2VBVO34RE03H1TY' where id=6; -update noar tt set v0='WJQF' where id=7; -update noar ti set v0='WJQF' where id=7; -update noar tt set b0='TQHT6TLPJ7QTJLICK' where id=7; -update noar ti set b0='TQHT6TLPJ7QTJLICK' where id=7; -update noar tt set v0='D7Z8IED45D6ZZUBO1D6U3A7NNKI' where id=7; -update noar ti set v0='D7Z8IED45D6ZZUBO1D6U3A7NNKI' where id=7; -update noar tt set b1='TPO98N9TSGX6BG51XMCHD' where id=7; -update noar ti set b1='TPO98N9TSGX6BG51XMCHD' where id=7; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b2='LPC0FNP8EFCVHN5' where id=7; -update noar ti set b2='LPC0FNP8EFCVHN5' where id=7; -update noar tt set v0='6ZFTC9B52IRFLZOSC11' where id=8; -update noar ti set v0='6ZFTC9B52IRFLZOSC11' where id=8; -update noar tt set b0='EOR6NMOHKM9MU5KJY58XY70' where id=8; -update noar ti set b0='EOR6NMOHKM9MU5KJY58XY70' where id=8; -update noar tt set v0='YMH0G1EH89OUW7ZQDPX' where id=8; -update noar ti set v0='YMH0G1EH89OUW7ZQDPX' where id=8; -update noar tt set b1='8IY11L1A' where id=8; -update noar ti set b1='8IY11L1A' where id=8; -update noar tt set v0='KL' where id=8; -update noar ti set v0='KL' where id=8; -update noar tt set b2='AJORWIPC02P6WZXQO3' where id=8; -update noar ti set b2='AJORWIPC02P6WZXQO3' where id=8; -update noar tt set v0='N5OMB3JO5OFAHVKCFPUG65KPE6' where id=9; -update noar ti set v0='N5OMB3JO5OFAHVKCFPUG65KPE6' where id=9; -update noar tt set b0='LTCUO5WBXZTPVGCQ' where id=9; -update noar ti set b0='LTCUO5WBXZTPVGCQ' where id=9; -update noar tt set v0='DHZV01HANF1AQ3HHRTT6F72BI' where id=9; -update noar ti set v0='DHZV01HANF1AQ3HHRTT6F72BI' where id=9; -update noar tt set b1='LQIH6' where id=9; -update noar ti set b1='LQIH6' where id=9; -update noar tt set v0='09YV50MZ3L7E0YIM7RPRC0EMTLGLL' where id=9; -update noar ti set v0='09YV50MZ3L7E0YIM7RPRC0EMTLGLL' where id=9; -update noar tt set b2='7437N5EMEVCKHG3628162YTCEL76SM' where id=9; -update noar ti set b2='7437N5EMEVCKHG3628162YTCEL76SM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ICAQJG3BD2DG9RDYEB' where id=1; -update noar ti set v0='6ICAQJG3BD2DG9RDYEB' where id=1; -update noar tt set b0='KKRAGG8' where id=1; -update noar ti set b0='KKRAGG8' where id=1; -update noar tt set v0='QVQ65UTTGMJ' where id=1; -update noar ti set v0='QVQ65UTTGMJ' where id=1; -update noar tt set b1='2Q4PUE60PW7OC5EBDPCHD' where id=1; -update noar ti set b1='2Q4PUE60PW7OC5EBDPCHD' where id=1; -update noar tt set v0='0HHQQY4B74RZJL6JOOYBS1' where id=1; -update noar ti set v0='0HHQQY4B74RZJL6JOOYBS1' where id=1; -update noar tt set b2='IFTLM2OI0P' where id=1; -update noar ti set b2='IFTLM2OI0P' where id=1; -update noar tt set v0='N066VUM7SXC833ZY3YZA1YZD' where id=2; -update noar ti set v0='N066VUM7SXC833ZY3YZA1YZD' where id=2; -update noar tt set b0='L0T0IJD5HSI8VFC7' where id=2; -update noar ti set b0='L0T0IJD5HSI8VFC7' where id=2; -update noar tt set v0='T1F2AYXQENO2NS' where id=2; -update noar ti set v0='T1F2AYXQENO2NS' where id=2; -update noar tt set b1='GQBLNM6VL5FMJ4XODE37YG4EJEPS' where id=2; -update noar ti set b1='GQBLNM6VL5FMJ4XODE37YG4EJEPS' where id=2; -update noar tt set v0='GQZ6Q' where id=2; -update noar ti set v0='GQZ6Q' where id=2; -update noar tt set b2='WCYLQAMBGYBWAP4RE5O2AM0PNNJKBS' where id=2; -update noar ti set b2='WCYLQAMBGYBWAP4RE5O2AM0PNNJKBS' where id=2; -update noar tt set v0='7LU0JY4SPVX9SWESBU5T0OOJ' where id=3; -update noar ti set v0='7LU0JY4SPVX9SWESBU5T0OOJ' where id=3; -update noar tt set b0='Y4ASNUCLNXM6' where id=3; -update noar ti set b0='Y4ASNUCLNXM6' where id=3; -update noar tt set v0='3TY5MEEZMYIY8IRS' where id=3; -update noar ti set v0='3TY5MEEZMYIY8IRS' where id=3; -update noar tt set b1='1CEJNNX2IR7BV' where id=3; -update noar ti set b1='1CEJNNX2IR7BV' where id=3; -update noar tt set v0='34GERYM7URA7S5PF0Z3OQ122446V0' where id=3; -update noar ti set v0='34GERYM7URA7S5PF0Z3OQ122446V0' where id=3; -update noar tt set b2='6T22' where id=3; -update noar ti set b2='6T22' where id=3; -update noar tt set v0='0S2W9LCYJKTAGCQE4JMS3Q4' where id=4; -update noar ti set v0='0S2W9LCYJKTAGCQE4JMS3Q4' where id=4; -update noar tt set b0='4O8X7BZ3HSN2D97C58FMC41I5DL2Z73B' where id=4; -update noar ti set b0='4O8X7BZ3HSN2D97C58FMC41I5DL2Z73B' where id=4; -update noar tt set v0='WZLJBWT0DUJOHEIYKI19FIANLZEL' where id=4; -update noar ti set v0='WZLJBWT0DUJOHEIYKI19FIANLZEL' where id=4; -update noar tt set b1='BTQZ4VSKD5BB5VY8Y71SX' where id=4; -update noar ti set b1='BTQZ4VSKD5BB5VY8Y71SX' where id=4; -update noar tt set v0='006HJG6KAK5I0D1YEY5XLS1J9K2U7K' where id=4; -update noar ti set v0='006HJG6KAK5I0D1YEY5XLS1J9K2U7K' where id=4; -update noar tt set b2='H1H8JCHNR0U2X275YCXOAQ6AGCK39' where id=4; -update noar ti set b2='H1H8JCHNR0U2X275YCXOAQ6AGCK39' where id=4; -update noar tt set v0='GOP2IOEVXA13W6OAO0Y0O8AVI0P' where id=5; -update noar ti set v0='GOP2IOEVXA13W6OAO0Y0O8AVI0P' where id=5; -update noar tt set b0='LLB3DPHB' where id=5; -update noar ti set b0='LLB3DPHB' where id=5; -update noar tt set v0='FUEAOGMQQASZ0H62' where id=5; -update noar ti set v0='FUEAOGMQQASZ0H62' where id=5; -update noar tt set b1='47KCT0' where id=5; -update noar ti set b1='47KCT0' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b2='USWXXMRSL4WM09S' where id=5; -update noar ti set b2='USWXXMRSL4WM09S' where id=5; -update noar tt set v0='XGA2' where id=6; -update noar ti set v0='XGA2' where id=6; -update noar tt set b0='CXLYUT6XP86UQD' where id=6; -update noar ti set b0='CXLYUT6XP86UQD' where id=6; -update noar tt set v0='EZPO76IXA5EWPR' where id=6; -update noar ti set v0='EZPO76IXA5EWPR' where id=6; -update noar tt set b1='HR1R6X5G28' where id=6; -update noar ti set b1='HR1R6X5G28' where id=6; -update noar tt set v0='85M2Q3Q7NJ0W' where id=6; -update noar ti set v0='85M2Q3Q7NJ0W' where id=6; -update noar tt set b2='UFT4JO6DZKMI8T95HP0TFA' where id=6; -update noar ti set b2='UFT4JO6DZKMI8T95HP0TFA' where id=6; -update noar tt set v0='8ZOP5XVK2NUE29TF7MCJ' where id=7; -update noar ti set v0='8ZOP5XVK2NUE29TF7MCJ' where id=7; -update noar tt set b0='FLF4XLQARQC418NXL' where id=7; -update noar ti set b0='FLF4XLQARQC418NXL' where id=7; -update noar tt set v0='XG0451Q9TG6SOO5V2' where id=7; -update noar ti set v0='XG0451Q9TG6SOO5V2' where id=7; -update noar tt set b1='Y3030NJP3SIFAXX3MNJUUPWCT' where id=7; -update noar ti set b1='Y3030NJP3SIFAXX3MNJUUPWCT' where id=7; -update noar tt set v0='HLWUPQ4KPPTRRFXGXYU6' where id=7; -update noar ti set v0='HLWUPQ4KPPTRRFXGXYU6' where id=7; -update noar tt set b2='TN12L3Z50P3WOTRJ39G8SQGFQ3F0RJWB' where id=7; -update noar ti set b2='TN12L3Z50P3WOTRJ39G8SQGFQ3F0RJWB' where id=7; -update noar tt set v0='7ZN5S' where id=8; -update noar ti set v0='7ZN5S' where id=8; -update noar tt set b0='AI02OF' where id=8; -update noar ti set b0='AI02OF' where id=8; -update noar tt set v0='IV2O71UNNLXEUFD2GS5VM82' where id=8; -update noar ti set v0='IV2O71UNNLXEUFD2GS5VM82' where id=8; -update noar tt set b1='OLPH4T4CR8B' where id=8; -update noar ti set b1='OLPH4T4CR8B' where id=8; -update noar tt set v0='8ZJO671AE0SR850F3H7X' where id=8; -update noar ti set v0='8ZJO671AE0SR850F3H7X' where id=8; -update noar tt set b2='IXV8Z79' where id=8; -update noar ti set b2='IXV8Z79' where id=8; -update noar tt set v0='TPISPCSM75XLQ5GE75X' where id=9; -update noar ti set v0='TPISPCSM75XLQ5GE75X' where id=9; -update noar tt set b0='4OGY4C4AL' where id=9; -update noar ti set b0='4OGY4C4AL' where id=9; -update noar tt set v0='JFBQJODX7F7RY0OCRTMXRLPG25O6815' where id=9; -update noar ti set v0='JFBQJODX7F7RY0OCRTMXRLPG25O6815' where id=9; -update noar tt set b1='GZSA0UZGV2PBFRRKV6116Y90Z3Q1W' where id=9; -update noar ti set b1='GZSA0UZGV2PBFRRKV6116Y90Z3Q1W' where id=9; -update noar tt set v0='AB7HT2DTGYSUYWRVUBMLN' where id=9; -update noar ti set v0='AB7HT2DTGYSUYWRVUBMLN' where id=9; -update noar tt set b2='TKD8M35DT' where id=9; -update noar ti set b2='TKD8M35DT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL6X65Q8MWKC01' where id=1; -update noar ti set v0='HL6X65Q8MWKC01' where id=1; -update noar tt set b0='QIF7Y4TCS9HAJNLIRM1H9U9EOZ4WN0H' where id=1; -update noar ti set b0='QIF7Y4TCS9HAJNLIRM1H9U9EOZ4WN0H' where id=1; -update noar tt set v0='UN1D2PEQKVKFVT' where id=1; -update noar ti set v0='UN1D2PEQKVKFVT' where id=1; -update noar tt set b1='F9FG66TVH1R6SD57' where id=1; -update noar ti set b1='F9FG66TVH1R6SD57' where id=1; -update noar tt set v0='N6HJHC86S2TUANP1GQNDOX95' where id=1; -update noar ti set v0='N6HJHC86S2TUANP1GQNDOX95' where id=1; -update noar tt set b2='2ZMVL7S1BCVS0K9KAMYGRSO' where id=1; -update noar ti set b2='2ZMVL7S1BCVS0K9KAMYGRSO' where id=1; -update noar tt set v0='93NJ997KQOK0O1N20ZDLHAWL2X60BZGD' where id=2; -update noar ti set v0='93NJ997KQOK0O1N20ZDLHAWL2X60BZGD' where id=2; -update noar tt set b0='P06B8NT660THG2C48M5T2YEK8NJBZ' where id=2; -update noar ti set b0='P06B8NT660THG2C48M5T2YEK8NJBZ' where id=2; -update noar tt set v0='VPK5TRC9CR6W6W9KONU23ZHCR' where id=2; -update noar ti set v0='VPK5TRC9CR6W6W9KONU23ZHCR' where id=2; -update noar tt set b1='PIFGCEU5D2WVWYTS' where id=2; -update noar ti set b1='PIFGCEU5D2WVWYTS' where id=2; -update noar tt set v0='AH090T1NN6QJA' where id=2; -update noar ti set v0='AH090T1NN6QJA' where id=2; -update noar tt set b2='KH8VKK08YLF9SZZE' where id=2; -update noar ti set b2='KH8VKK08YLF9SZZE' where id=2; -update noar tt set v0='NUFISPR718CXL36K01QR2E' where id=3; -update noar ti set v0='NUFISPR718CXL36K01QR2E' where id=3; -update noar tt set b0='CMOEN' where id=3; -update noar ti set b0='CMOEN' where id=3; -update noar tt set v0='QHT5O8PJZXQ2Y4P5W0W' where id=3; -update noar ti set v0='QHT5O8PJZXQ2Y4P5W0W' where id=3; -update noar tt set b1='XDNBYZG47OWS4RQ4JDSYIVMMFO' where id=3; -update noar ti set b1='XDNBYZG47OWS4RQ4JDSYIVMMFO' where id=3; -update noar tt set v0='6QA2R430FYJVX2Q0F2WOMLKU' where id=3; -update noar ti set v0='6QA2R430FYJVX2Q0F2WOMLKU' where id=3; -update noar tt set b2='E0BYPZPA410BKF80WVMMNJQ' where id=3; -update noar ti set b2='E0BYPZPA410BKF80WVMMNJQ' where id=3; -update noar tt set v0='HKEB8U1JPX10XPBX' where id=4; -update noar ti set v0='HKEB8U1JPX10XPBX' where id=4; -update noar tt set b0='0UX1GQBFWAJF9CF95V3D64OKFXPX8' where id=4; -update noar ti set b0='0UX1GQBFWAJF9CF95V3D64OKFXPX8' where id=4; -update noar tt set v0='EKRQUHR6OZRJB0U7E9' where id=4; -update noar ti set v0='EKRQUHR6OZRJB0U7E9' where id=4; -update noar tt set b1='FQPG4O8NED7ZWPFR8R58GQDEHOR4E' where id=4; -update noar ti set b1='FQPG4O8NED7ZWPFR8R58GQDEHOR4E' where id=4; -update noar tt set v0='IXRT3GZ7G66DID5U52BDYUJ1VY3H' where id=4; -update noar ti set v0='IXRT3GZ7G66DID5U52BDYUJ1VY3H' where id=4; -update noar tt set b2='80HWYLXFNG9607NOU3LB9MXA5' where id=4; -update noar ti set b2='80HWYLXFNG9607NOU3LB9MXA5' where id=4; -update noar tt set v0='6HFGFL1TJUX0' where id=5; -update noar ti set v0='6HFGFL1TJUX0' where id=5; -update noar tt set b0='B12D0JCF4K1YEQBA5WN82S8LG0C' where id=5; -update noar ti set b0='B12D0JCF4K1YEQBA5WN82S8LG0C' where id=5; -update noar tt set v0='JHYMC6XM1RND9QBW1YJX6ST6IAVZJW' where id=5; -update noar ti set v0='JHYMC6XM1RND9QBW1YJX6ST6IAVZJW' where id=5; -update noar tt set b1='VTQ1QU' where id=5; -update noar ti set b1='VTQ1QU' where id=5; -update noar tt set v0='635UBV8GAGK9HSU86GWO56IRM0U3Q' where id=5; -update noar ti set v0='635UBV8GAGK9HSU86GWO56IRM0U3Q' where id=5; -update noar tt set b2='0K' where id=5; -update noar ti set b2='0K' where id=5; -update noar tt set v0='FU3Y7X5ES8UAFGSTG49WUK9GELEI' where id=6; -update noar ti set v0='FU3Y7X5ES8UAFGSTG49WUK9GELEI' where id=6; -update noar tt set b0='W2XZ74MD769OWJZ8WRQ35AB8U16JL' where id=6; -update noar ti set b0='W2XZ74MD769OWJZ8WRQ35AB8U16JL' where id=6; -update noar tt set v0='X04MKKS1H6UTHC3SCDGK8UZCXGOU' where id=6; -update noar ti set v0='X04MKKS1H6UTHC3SCDGK8UZCXGOU' where id=6; -update noar tt set b1='5Z8NQLPF0BG75HG5X9O8W82CUC42XYM' where id=6; -update noar ti set b1='5Z8NQLPF0BG75HG5X9O8W82CUC42XYM' where id=6; -update noar tt set v0='K88PEOOTJRS2FKHCP3A87R' where id=6; -update noar ti set v0='K88PEOOTJRS2FKHCP3A87R' where id=6; -update noar tt set b2='YC9CFD' where id=6; -update noar ti set b2='YC9CFD' where id=6; -update noar tt set v0='GDXON6P' where id=7; -update noar ti set v0='GDXON6P' where id=7; -update noar tt set b0='GY6F89HPAZZ1BQ4IY5XU8GAYVL8UDT5' where id=7; -update noar ti set b0='GY6F89HPAZZ1BQ4IY5XU8GAYVL8UDT5' where id=7; -update noar tt set v0='KXUCUE9KFOF27M0B6YFLUN36DH5C6BRB' where id=7; -update noar ti set v0='KXUCUE9KFOF27M0B6YFLUN36DH5C6BRB' where id=7; -update noar tt set b1='8X8B3YNGA35OQ4389GHAWF7Q8' where id=7; -update noar ti set b1='8X8B3YNGA35OQ4389GHAWF7Q8' where id=7; -update noar tt set v0='C2WRU00MGLWUR8BDVY984G39BZH1ZR' where id=7; -update noar ti set v0='C2WRU00MGLWUR8BDVY984G39BZH1ZR' where id=7; -update noar tt set b2='PVZ4AKJ353UB64VE3OSDYPQ3KT8QV' where id=7; -update noar ti set b2='PVZ4AKJ353UB64VE3OSDYPQ3KT8QV' where id=7; -update noar tt set v0='SNR9FVT0Y4P5' where id=8; -update noar ti set v0='SNR9FVT0Y4P5' where id=8; -update noar tt set b0='2DYBASI0QWSF' where id=8; -update noar ti set b0='2DYBASI0QWSF' where id=8; -update noar tt set v0='TPBK10P51C' where id=8; -update noar ti set v0='TPBK10P51C' where id=8; -update noar tt set b1='LNDR52KIKO' where id=8; -update noar ti set b1='LNDR52KIKO' where id=8; -update noar tt set v0='62ZAK0A5AQRO6D1HU948H11IR9L0' where id=8; -update noar ti set v0='62ZAK0A5AQRO6D1HU948H11IR9L0' where id=8; -update noar tt set b2='FGIAKLOB7IW4O2FVAA5' where id=8; -update noar ti set b2='FGIAKLOB7IW4O2FVAA5' where id=8; -update noar tt set v0='B4' where id=9; -update noar ti set v0='B4' where id=9; -update noar tt set b0='QYPEPO8Q6EI' where id=9; -update noar ti set b0='QYPEPO8Q6EI' where id=9; -update noar tt set v0='8YGCDOB6RDZ51P7PJ' where id=9; -update noar ti set v0='8YGCDOB6RDZ51P7PJ' where id=9; -update noar tt set b1='NEBZTEUWFI' where id=9; -update noar ti set b1='NEBZTEUWFI' where id=9; -update noar tt set v0='2TUNBPN' where id=9; -update noar ti set v0='2TUNBPN' where id=9; -update noar tt set b2='8PV615PLHISK770CB4' where id=9; -update noar ti set b2='8PV615PLHISK770CB4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UP8EUHCYNQW2QQ' where id=1; -update noar ti set v0='UP8EUHCYNQW2QQ' where id=1; -update noar tt set b0='NS9DV' where id=1; -update noar ti set b0='NS9DV' where id=1; -update noar tt set v0='FT2W4T90Y2AOM3Q0Q6KSLXR2' where id=1; -update noar ti set v0='FT2W4T90Y2AOM3Q0Q6KSLXR2' where id=1; -update noar tt set b1='V1CK5H92V93W1KZLY6PWVNSAL14M2I' where id=1; -update noar ti set b1='V1CK5H92V93W1KZLY6PWVNSAL14M2I' where id=1; -update noar tt set v0='XFIZ2HYZSYJYAS0F' where id=1; -update noar ti set v0='XFIZ2HYZSYJYAS0F' where id=1; -update noar tt set b2='MXF72G1QK99R' where id=1; -update noar ti set b2='MXF72G1QK99R' where id=1; -update noar tt set v0='STEBGQH1RQ8C5N1IP9C03' where id=2; -update noar ti set v0='STEBGQH1RQ8C5N1IP9C03' where id=2; -update noar tt set b0='SW0PKDH16OSWHSXOGDI0' where id=2; -update noar ti set b0='SW0PKDH16OSWHSXOGDI0' where id=2; -update noar tt set v0='3F5VJZEDF68' where id=2; -update noar ti set v0='3F5VJZEDF68' where id=2; -update noar tt set b1='CU8OL2KG' where id=2; -update noar ti set b1='CU8OL2KG' where id=2; -update noar tt set v0='L3NWK3TOG7QK9F7ZII9PSECJA1T' where id=2; -update noar ti set v0='L3NWK3TOG7QK9F7ZII9PSECJA1T' where id=2; -update noar tt set b2='YIVKR1LF28FECBNQD0' where id=2; -update noar ti set b2='YIVKR1LF28FECBNQD0' where id=2; -update noar tt set v0='7V4ER' where id=3; -update noar ti set v0='7V4ER' where id=3; -update noar tt set b0='JIGR0F2BTT3Y2RG8320' where id=3; -update noar ti set b0='JIGR0F2BTT3Y2RG8320' where id=3; -update noar tt set v0='PABTE86OA32BMMM' where id=3; -update noar ti set v0='PABTE86OA32BMMM' where id=3; -update noar tt set b1='13S2MP40EV0H0CHAQYU64NBEE' where id=3; -update noar ti set b1='13S2MP40EV0H0CHAQYU64NBEE' where id=3; -update noar tt set v0='LV' where id=3; -update noar ti set v0='LV' where id=3; -update noar tt set b2='WQBU1L11HJYBABJNIWBR8I2BAZTAF' where id=3; -update noar ti set b2='WQBU1L11HJYBABJNIWBR8I2BAZTAF' where id=3; -update noar tt set v0='7I' where id=4; -update noar ti set v0='7I' where id=4; -update noar tt set b0='Z' where id=4; -update noar ti set b0='Z' where id=4; -update noar tt set v0='IDY9XZE5P08EON0MXW1W54' where id=4; -update noar ti set v0='IDY9XZE5P08EON0MXW1W54' where id=4; -update noar tt set b1='E36C050AKNVQE2JHULQEVD4I8' where id=4; -update noar ti set b1='E36C050AKNVQE2JHULQEVD4I8' where id=4; -update noar tt set v0='K1F8CGDB603UCUQ' where id=4; -update noar ti set v0='K1F8CGDB603UCUQ' where id=4; -update noar tt set b2='C9AZGNR42TJ7RAWZOJPV869T' where id=4; -update noar ti set b2='C9AZGNR42TJ7RAWZOJPV869T' where id=4; -update noar tt set v0='AWDXCF' where id=5; -update noar ti set v0='AWDXCF' where id=5; -update noar tt set b0='JPVJIQYQMSN7SE10GFL7QY3SXIN76GE1' where id=5; -update noar ti set b0='JPVJIQYQMSN7SE10GFL7QY3SXIN76GE1' where id=5; -update noar tt set v0='VK2EK4L9S' where id=5; -update noar ti set v0='VK2EK4L9S' where id=5; -update noar tt set b1='W7QUW4IG0UEZR5WC' where id=5; -update noar ti set b1='W7QUW4IG0UEZR5WC' where id=5; -update noar tt set v0='FSXTN4YVUW' where id=5; -update noar ti set v0='FSXTN4YVUW' where id=5; -update noar tt set b2='H' where id=5; -update noar ti set b2='H' where id=5; -update noar tt set v0='E6OSJ04WE7A9FNYDR1AIAY' where id=6; -update noar ti set v0='E6OSJ04WE7A9FNYDR1AIAY' where id=6; -update noar tt set b0='H2IO' where id=6; -update noar ti set b0='H2IO' where id=6; -update noar tt set v0='I3N7DAYDEQ5G6QWE8L33TY77588LFZ' where id=6; -update noar ti set v0='I3N7DAYDEQ5G6QWE8L33TY77588LFZ' where id=6; -update noar tt set b1='FLHZ1U0N0CKEKGARXUBB86IOTQV4SUY' where id=6; -update noar ti set b1='FLHZ1U0N0CKEKGARXUBB86IOTQV4SUY' where id=6; -update noar tt set v0='EKMSWA13UQYHCEUBZ33IQD9QN' where id=6; -update noar ti set v0='EKMSWA13UQYHCEUBZ33IQD9QN' where id=6; -update noar tt set b2='HH82LP' where id=6; -update noar ti set b2='HH82LP' where id=6; -update noar tt set v0='ZQOXCC8AO3Z1XG3MH4MWFJU9AQV195' where id=7; -update noar ti set v0='ZQOXCC8AO3Z1XG3MH4MWFJU9AQV195' where id=7; -update noar tt set b0='TMPEJVA589A7L9KPDDIO' where id=7; -update noar ti set b0='TMPEJVA589A7L9KPDDIO' where id=7; -update noar tt set v0='MWN053JH6WESLL43MQCO5Y79' where id=7; -update noar ti set v0='MWN053JH6WESLL43MQCO5Y79' where id=7; -update noar tt set b1='VO7FN' where id=7; -update noar ti set b1='VO7FN' where id=7; -update noar tt set v0='6XA7H8MZ2Y2IYU273770LTPEO' where id=7; -update noar ti set v0='6XA7H8MZ2Y2IYU273770LTPEO' where id=7; -update noar tt set b2='TDOAX0JYJ7SPYTZD703FFMIZRZ' where id=7; -update noar ti set b2='TDOAX0JYJ7SPYTZD703FFMIZRZ' where id=7; -update noar tt set v0='13BMKR3K3' where id=8; -update noar ti set v0='13BMKR3K3' where id=8; -update noar tt set b0='GUY2PPNARATT9FC7J7RG8BN8PQDZ2W' where id=8; -update noar ti set b0='GUY2PPNARATT9FC7J7RG8BN8PQDZ2W' where id=8; -update noar tt set v0='7KTKO3YH0Z73GZUWDCI' where id=8; -update noar ti set v0='7KTKO3YH0Z73GZUWDCI' where id=8; -update noar tt set b1='L2MB68QRGTK2YIB' where id=8; -update noar ti set b1='L2MB68QRGTK2YIB' where id=8; -update noar tt set v0='R' where id=8; -update noar ti set v0='R' where id=8; -update noar tt set b2='OLUWE5NMPGARAHC9W7UGJWKSW0' where id=8; -update noar ti set b2='OLUWE5NMPGARAHC9W7UGJWKSW0' where id=8; -update noar tt set v0='4J6R9SFFK2JLSR57XOZZC1M5D5LLNW37' where id=9; -update noar ti set v0='4J6R9SFFK2JLSR57XOZZC1M5D5LLNW37' where id=9; -update noar tt set b0='XU19W07I9ZIT2LBCX' where id=9; -update noar ti set b0='XU19W07I9ZIT2LBCX' where id=9; -update noar tt set v0='5UDERDQVLB' where id=9; -update noar ti set v0='5UDERDQVLB' where id=9; -update noar tt set b1='LHYA95WGSUFQTKO2Y4JUQ8B' where id=9; -update noar ti set b1='LHYA95WGSUFQTKO2Y4JUQ8B' where id=9; -update noar tt set v0='WUXLJKIMXT758FZQ9XAJLHHK8BHY' where id=9; -update noar ti set v0='WUXLJKIMXT758FZQ9XAJLHHK8BHY' where id=9; -update noar tt set b2='S3XY8TTBZOJDEQ65ZIRXTA7DXYX' where id=9; -update noar ti set b2='S3XY8TTBZOJDEQ65ZIRXTA7DXYX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ILZ' where id=1; -update noar ti set v0='2ILZ' where id=1; -update noar tt set b0='EC2DB40PJPXYCM' where id=1; -update noar ti set b0='EC2DB40PJPXYCM' where id=1; -update noar tt set v0='Q56QK20ZVFFTYIRHT3HRO5LHXX2A' where id=1; -update noar ti set v0='Q56QK20ZVFFTYIRHT3HRO5LHXX2A' where id=1; -update noar tt set b1='35Y4YJ7Q6APBMA3Y6' where id=1; -update noar ti set b1='35Y4YJ7Q6APBMA3Y6' where id=1; -update noar tt set v0='EZ2RY65IWA2AX0DIT0W7UVO1U7FKGDJO' where id=1; -update noar ti set v0='EZ2RY65IWA2AX0DIT0W7UVO1U7FKGDJO' where id=1; -update noar tt set b2='7H' where id=1; -update noar ti set b2='7H' where id=1; -update noar tt set v0='0RAW4EE86K22E5HST5EE7G8' where id=2; -update noar ti set v0='0RAW4EE86K22E5HST5EE7G8' where id=2; -update noar tt set b0='UO49FZ0A16ZILH790RTWQQPK' where id=2; -update noar ti set b0='UO49FZ0A16ZILH790RTWQQPK' where id=2; -update noar tt set v0='JKU23TO8EYKZ' where id=2; -update noar ti set v0='JKU23TO8EYKZ' where id=2; -update noar tt set b1='2H1DMWZSW' where id=2; -update noar ti set b1='2H1DMWZSW' where id=2; -update noar tt set v0='RRMYN3PW74FL7GHYAFZXNEOT' where id=2; -update noar ti set v0='RRMYN3PW74FL7GHYAFZXNEOT' where id=2; -update noar tt set b2='W3NOD0QR75HDT8H3RU7K4T5J6A34O6D' where id=2; -update noar ti set b2='W3NOD0QR75HDT8H3RU7K4T5J6A34O6D' where id=2; -update noar tt set v0='3GJWTO5Z' where id=3; -update noar ti set v0='3GJWTO5Z' where id=3; -update noar tt set b0='CN8QL0OXPCMDXNDRNH' where id=3; -update noar ti set b0='CN8QL0OXPCMDXNDRNH' where id=3; -update noar tt set v0='I5897KCNWE' where id=3; -update noar ti set v0='I5897KCNWE' where id=3; -update noar tt set b1='L8TG6653YGZXH' where id=3; -update noar ti set b1='L8TG6653YGZXH' where id=3; -update noar tt set v0='DSSIQV5QU' where id=3; -update noar ti set v0='DSSIQV5QU' where id=3; -update noar tt set b2='WZG4ZDR140F652LJADP' where id=3; -update noar ti set b2='WZG4ZDR140F652LJADP' where id=3; -update noar tt set v0='DE1JB' where id=4; -update noar ti set v0='DE1JB' where id=4; -update noar tt set b0='TMFQH787LU6MCMUFKCXW3K3U9AX8HC' where id=4; -update noar ti set b0='TMFQH787LU6MCMUFKCXW3K3U9AX8HC' where id=4; -update noar tt set v0='W5BI4AVIQV' where id=4; -update noar ti set v0='W5BI4AVIQV' where id=4; -update noar tt set b1='5T1PGF2CAEU799SHQ' where id=4; -update noar ti set b1='5T1PGF2CAEU799SHQ' where id=4; -update noar tt set v0='E18INA41CSOVI6X0YES' where id=4; -update noar ti set v0='E18INA41CSOVI6X0YES' where id=4; -update noar tt set b2='S1SDYU28WMEB' where id=4; -update noar ti set b2='S1SDYU28WMEB' where id=4; -update noar tt set v0='5FMBX4JJH7BDXXTY' where id=5; -update noar ti set v0='5FMBX4JJH7BDXXTY' where id=5; -update noar tt set b0='U21SWD95UC5D6WK' where id=5; -update noar ti set b0='U21SWD95UC5D6WK' where id=5; -update noar tt set v0='KOA4YF0DIORPY9PH' where id=5; -update noar ti set v0='KOA4YF0DIORPY9PH' where id=5; -update noar tt set b1='G4ZDF1H8W8JKE947F55CDJJSIW' where id=5; -update noar ti set b1='G4ZDF1H8W8JKE947F55CDJJSIW' where id=5; -update noar tt set v0='IA7VJO92RM5PR' where id=5; -update noar ti set v0='IA7VJO92RM5PR' where id=5; -update noar tt set b2='51HGLPS16LBXFZZEJJNAVF6SGQA7ZLB' where id=5; -update noar ti set b2='51HGLPS16LBXFZZEJJNAVF6SGQA7ZLB' where id=5; -update noar tt set v0='OWGPFRKXO85CT3YUE8WC4WN87JOFJ6G1' where id=6; -update noar ti set v0='OWGPFRKXO85CT3YUE8WC4WN87JOFJ6G1' where id=6; -update noar tt set b0='EP6TG4WLY63QOLPXRP4V4OOU2' where id=6; -update noar ti set b0='EP6TG4WLY63QOLPXRP4V4OOU2' where id=6; -update noar tt set v0='E3PFBB4JE8JJ0XW' where id=6; -update noar ti set v0='E3PFBB4JE8JJ0XW' where id=6; -update noar tt set b1='SUBZ6CDLFTS2GM4A753VA' where id=6; -update noar ti set b1='SUBZ6CDLFTS2GM4A753VA' where id=6; -update noar tt set v0='G1XWSSEZGGS0SLY1BISMJ' where id=6; -update noar ti set v0='G1XWSSEZGGS0SLY1BISMJ' where id=6; -update noar tt set b2='UA1FLG0XFXP69QUM' where id=6; -update noar ti set b2='UA1FLG0XFXP69QUM' where id=6; -update noar tt set v0='CD6VOUA0SYMEZ' where id=7; -update noar ti set v0='CD6VOUA0SYMEZ' where id=7; -update noar tt set b0='MGJ2H5AF3MRLD94' where id=7; -update noar ti set b0='MGJ2H5AF3MRLD94' where id=7; -update noar tt set v0='MHUKEY22WIM1U3AM9VP9D4ZU9MAL0O' where id=7; -update noar ti set v0='MHUKEY22WIM1U3AM9VP9D4ZU9MAL0O' where id=7; -update noar tt set b1='Q' where id=7; -update noar ti set b1='Q' where id=7; -update noar tt set v0='RSRFRYHC3NQ23YY1T9Y54' where id=7; -update noar ti set v0='RSRFRYHC3NQ23YY1T9Y54' where id=7; -update noar tt set b2='29UIT2ODNFU0F3IJFJ1Z2K3CTKVYMEM1' where id=7; -update noar ti set b2='29UIT2ODNFU0F3IJFJ1Z2K3CTKVYMEM1' where id=7; -update noar tt set v0='SOR8KWP4L8R00Q7Z3H72AO2' where id=8; -update noar ti set v0='SOR8KWP4L8R00Q7Z3H72AO2' where id=8; -update noar tt set b0='LHAMU6Q0JNQ18EIEOL0MZ8E5' where id=8; -update noar ti set b0='LHAMU6Q0JNQ18EIEOL0MZ8E5' where id=8; -update noar tt set v0='J8Q36JWZULIGIMDEFL0CGJHCMA' where id=8; -update noar ti set v0='J8Q36JWZULIGIMDEFL0CGJHCMA' where id=8; -update noar tt set b1='MLO7AU04JXN8BW4094EVGA25YRQA' where id=8; -update noar ti set b1='MLO7AU04JXN8BW4094EVGA25YRQA' where id=8; -update noar tt set v0='NB' where id=8; -update noar ti set v0='NB' where id=8; -update noar tt set b2='1JLDKBEEYE3L' where id=8; -update noar ti set b2='1JLDKBEEYE3L' where id=8; -update noar tt set v0='TS89N' where id=9; -update noar ti set v0='TS89N' where id=9; -update noar tt set b0='P0VGLFCBH4FW92DZS6H6YZ35M' where id=9; -update noar ti set b0='P0VGLFCBH4FW92DZS6H6YZ35M' where id=9; -update noar tt set v0='H9WMGS' where id=9; -update noar ti set v0='H9WMGS' where id=9; -update noar tt set b1='4GWF7K' where id=9; -update noar ti set b1='4GWF7K' where id=9; -update noar tt set v0='YP8DUVFOGGBWO6P7G12I7TXXT' where id=9; -update noar ti set v0='YP8DUVFOGGBWO6P7G12I7TXXT' where id=9; -update noar tt set b2='YUDEX6B1NMV8GS0QEWDNC' where id=9; -update noar ti set b2='YUDEX6B1NMV8GS0QEWDNC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AW2OD3GD' where id=1; -update noar ti set v0='AW2OD3GD' where id=1; -update noar tt set b0='LD362B0PY4GL3FP1N2K1ZQO' where id=1; -update noar ti set b0='LD362B0PY4GL3FP1N2K1ZQO' where id=1; -update noar tt set v0='NJUSK' where id=1; -update noar ti set v0='NJUSK' where id=1; -update noar tt set b1='F' where id=1; -update noar ti set b1='F' where id=1; -update noar tt set v0='BJJ9M6P7QKBIQVRWX4HZ2DOBN85CYUX' where id=1; -update noar ti set v0='BJJ9M6P7QKBIQVRWX4HZ2DOBN85CYUX' where id=1; -update noar tt set b2='TYHABQSNJ1K22M09URS41D' where id=1; -update noar ti set b2='TYHABQSNJ1K22M09URS41D' where id=1; -update noar tt set v0='QRK51RMVEC75W2VLPKO8BEAJ2F5Y' where id=2; -update noar ti set v0='QRK51RMVEC75W2VLPKO8BEAJ2F5Y' where id=2; -update noar tt set b0='JPET4IBA84O284OPWW7T' where id=2; -update noar ti set b0='JPET4IBA84O284OPWW7T' where id=2; -update noar tt set v0='XNEREF12QCG6OABO8JDTC39' where id=2; -update noar ti set v0='XNEREF12QCG6OABO8JDTC39' where id=2; -update noar tt set b1='XP1G1POT0LU1PH460E3YCX00KEL2ZYGH' where id=2; -update noar ti set b1='XP1G1POT0LU1PH460E3YCX00KEL2ZYGH' where id=2; -update noar tt set v0='2ECYTOWRO36RH5J2' where id=2; -update noar ti set v0='2ECYTOWRO36RH5J2' where id=2; -update noar tt set b2='28E5SE' where id=2; -update noar ti set b2='28E5SE' where id=2; -update noar tt set v0='14272XVETGR3VA1Z0V3A4PFJRU' where id=3; -update noar ti set v0='14272XVETGR3VA1Z0V3A4PFJRU' where id=3; -update noar tt set b0='31ZJQR5435MQL6KOUNUVGDFFK' where id=3; -update noar ti set b0='31ZJQR5435MQL6KOUNUVGDFFK' where id=3; -update noar tt set v0='WTF4054OEH982JDO00' where id=3; -update noar ti set v0='WTF4054OEH982JDO00' where id=3; -update noar tt set b1='ZSG682327IWQ64PEDQ19' where id=3; -update noar ti set b1='ZSG682327IWQ64PEDQ19' where id=3; -update noar tt set v0='ET2' where id=3; -update noar ti set v0='ET2' where id=3; -update noar tt set b2='BZ5OA' where id=3; -update noar ti set b2='BZ5OA' where id=3; -update noar tt set v0='BZK47' where id=4; -update noar ti set v0='BZK47' where id=4; -update noar tt set b0='VIS0F5Q2M7J' where id=4; -update noar ti set b0='VIS0F5Q2M7J' where id=4; -update noar tt set v0='6GN9JDJUGUJ1RMBA3JI' where id=4; -update noar ti set v0='6GN9JDJUGUJ1RMBA3JI' where id=4; -update noar tt set b1='7KCYUNPOAXVLDI7G8O6QKH' where id=4; -update noar ti set b1='7KCYUNPOAXVLDI7G8O6QKH' where id=4; -update noar tt set v0='N3' where id=4; -update noar ti set v0='N3' where id=4; -update noar tt set b2='FGJIZ58FVIY30WQSE5R5AW' where id=4; -update noar ti set b2='FGJIZ58FVIY30WQSE5R5AW' where id=4; -update noar tt set v0='RLE8P7' where id=5; -update noar ti set v0='RLE8P7' where id=5; -update noar tt set b0='2DCN2T9BYR0PC7QPQP56S' where id=5; -update noar ti set b0='2DCN2T9BYR0PC7QPQP56S' where id=5; -update noar tt set v0='KIMLSNBFAOASH5BEYNF0AN7XYV' where id=5; -update noar ti set v0='KIMLSNBFAOASH5BEYNF0AN7XYV' where id=5; -update noar tt set b1='LGR3R859K5XVPBNXI' where id=5; -update noar ti set b1='LGR3R859K5XVPBNXI' where id=5; -update noar tt set v0='DDK3QTDLKYSBUJ45O6BBWNNHI9J' where id=5; -update noar ti set v0='DDK3QTDLKYSBUJ45O6BBWNNHI9J' where id=5; -update noar tt set b2='0J313M5XGSZ5JGO3FWKGCR8' where id=5; -update noar ti set b2='0J313M5XGSZ5JGO3FWKGCR8' where id=5; -update noar tt set v0='QKHEY31TBVXX9GGTQ' where id=6; -update noar ti set v0='QKHEY31TBVXX9GGTQ' where id=6; -update noar tt set b0='GCA3TNF' where id=6; -update noar ti set b0='GCA3TNF' where id=6; -update noar tt set v0='6R75YFUCHPV6S0ZKO6WZKT5' where id=6; -update noar ti set v0='6R75YFUCHPV6S0ZKO6WZKT5' where id=6; -update noar tt set b1='H8P5MLQ2GMF3EI73W8BOXR0Z5QMMD7' where id=6; -update noar ti set b1='H8P5MLQ2GMF3EI73W8BOXR0Z5QMMD7' where id=6; -update noar tt set v0='5FPFN6VW5EIE9JGM' where id=6; -update noar ti set v0='5FPFN6VW5EIE9JGM' where id=6; -update noar tt set b2='WD2JX194' where id=6; -update noar ti set b2='WD2JX194' where id=6; -update noar tt set v0='IS1XT4LLD46FC5M80QNUE49BR' where id=7; -update noar ti set v0='IS1XT4LLD46FC5M80QNUE49BR' where id=7; -update noar tt set b0='CZI3' where id=7; -update noar ti set b0='CZI3' where id=7; -update noar tt set v0='3XQ0679P67887H8' where id=7; -update noar ti set v0='3XQ0679P67887H8' where id=7; -update noar tt set b1='QLV' where id=7; -update noar ti set b1='QLV' where id=7; -update noar tt set v0='6WMIUUJHCR1' where id=7; -update noar ti set v0='6WMIUUJHCR1' where id=7; -update noar tt set b2='IM9NUCDA' where id=7; -update noar ti set b2='IM9NUCDA' where id=7; -update noar tt set v0='OM9' where id=8; -update noar ti set v0='OM9' where id=8; -update noar tt set b0='4TAL4BXY0L1SNT00MA1E' where id=8; -update noar ti set b0='4TAL4BXY0L1SNT00MA1E' where id=8; -update noar tt set v0='Y09B0WO5XG66YFI9XV48JZ' where id=8; -update noar ti set v0='Y09B0WO5XG66YFI9XV48JZ' where id=8; -update noar tt set b1='6CVSMPHFRZUTYYPK1GVFYVRGASMF9' where id=8; -update noar ti set b1='6CVSMPHFRZUTYYPK1GVFYVRGASMF9' where id=8; -update noar tt set v0='YKHKWB8KAUQUB' where id=8; -update noar ti set v0='YKHKWB8KAUQUB' where id=8; -update noar tt set b2='CXSVD0YIDHDCCG5VYWK847F6' where id=8; -update noar ti set b2='CXSVD0YIDHDCCG5VYWK847F6' where id=8; -update noar tt set v0='STWZ8EFG' where id=9; -update noar ti set v0='STWZ8EFG' where id=9; -update noar tt set b0='L5FN0Q3HRTD2' where id=9; -update noar ti set b0='L5FN0Q3HRTD2' where id=9; -update noar tt set v0='BRXONH' where id=9; -update noar ti set v0='BRXONH' where id=9; -update noar tt set b1='ZXN9DJBZQLCZ20ZN7' where id=9; -update noar ti set b1='ZXN9DJBZQLCZ20ZN7' where id=9; -update noar tt set v0='VI2ACASVXBNGE8GPBK6OU2WXK' where id=9; -update noar ti set v0='VI2ACASVXBNGE8GPBK6OU2WXK' where id=9; -update noar tt set b2='LMPC2ETNA' where id=9; -update noar ti set b2='LMPC2ETNA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GFVBAQREW06YKPH3ZKO5QGNSXJHJHYP' where id=1; -update noar ti set v0='GFVBAQREW06YKPH3ZKO5QGNSXJHJHYP' where id=1; -update noar tt set b0='IM68GEOZJYF4IWM2Q1AJX1JDS3' where id=1; -update noar ti set b0='IM68GEOZJYF4IWM2Q1AJX1JDS3' where id=1; -update noar tt set v0='797K4URFJYTU4AKXX4T8ZIMBTTREKMEN' where id=1; -update noar ti set v0='797K4URFJYTU4AKXX4T8ZIMBTTREKMEN' where id=1; -update noar tt set b1='TQKGOJ' where id=1; -update noar ti set b1='TQKGOJ' where id=1; -update noar tt set v0='F1YPQRFBIKU527B4C4OTMQ151RZDL4GX' where id=1; -update noar ti set v0='F1YPQRFBIKU527B4C4OTMQ151RZDL4GX' where id=1; -update noar tt set b2='LS6IXQ5IVE31Z52K2JEZU7' where id=1; -update noar ti set b2='LS6IXQ5IVE31Z52K2JEZU7' where id=1; -update noar tt set v0='J4UOLAMN6B8XYNHFQCM6L' where id=2; -update noar ti set v0='J4UOLAMN6B8XYNHFQCM6L' where id=2; -update noar tt set b0='L65GIWZORKTMQVP' where id=2; -update noar ti set b0='L65GIWZORKTMQVP' where id=2; -update noar tt set v0='Q4B93LVPSFJ0' where id=2; -update noar ti set v0='Q4B93LVPSFJ0' where id=2; -update noar tt set b1='BDTLPEH6HZG5T33HEPG' where id=2; -update noar ti set b1='BDTLPEH6HZG5T33HEPG' where id=2; -update noar tt set v0='MZXCDT6' where id=2; -update noar ti set v0='MZXCDT6' where id=2; -update noar tt set b2='NF9RRLPHRE27SPVIVYO1QYM1GQX2C' where id=2; -update noar ti set b2='NF9RRLPHRE27SPVIVYO1QYM1GQX2C' where id=2; -update noar tt set v0='J4BU1W7REMUKXRZL8HNQMQPX' where id=3; -update noar ti set v0='J4BU1W7REMUKXRZL8HNQMQPX' where id=3; -update noar tt set b0='XYOQF1BGUALE93SPMPA3V2M6FD3HVQJ' where id=3; -update noar ti set b0='XYOQF1BGUALE93SPMPA3V2M6FD3HVQJ' where id=3; -update noar tt set v0='KM2CEA871P1NO6H47' where id=3; -update noar ti set v0='KM2CEA871P1NO6H47' where id=3; -update noar tt set b1='94S7HOXCPBEUV5VYF25Z' where id=3; -update noar ti set b1='94S7HOXCPBEUV5VYF25Z' where id=3; -update noar tt set v0='K5B' where id=3; -update noar ti set v0='K5B' where id=3; -update noar tt set b2='03TL80UC7J75ZV8QW655MXCPHD18WQ' where id=3; -update noar ti set b2='03TL80UC7J75ZV8QW655MXCPHD18WQ' where id=3; -update noar tt set v0='8NPRY9QZ5AS8KELE8C' where id=4; -update noar ti set v0='8NPRY9QZ5AS8KELE8C' where id=4; -update noar tt set b0='45J3TDDBV7CNO387HGRGGJC2IS8' where id=4; -update noar ti set b0='45J3TDDBV7CNO387HGRGGJC2IS8' where id=4; -update noar tt set v0='1X9O' where id=4; -update noar ti set v0='1X9O' where id=4; -update noar tt set b1='748TTPZYZO7W4WTIJ' where id=4; -update noar ti set b1='748TTPZYZO7W4WTIJ' where id=4; -update noar tt set v0='EGVA4ZBNYAB2P5F2T' where id=4; -update noar ti set v0='EGVA4ZBNYAB2P5F2T' where id=4; -update noar tt set b2='CM5JF' where id=4; -update noar ti set b2='CM5JF' where id=4; -update noar tt set v0='NA4F40ROMV9RJ90X33RRR9GOMSB79G' where id=5; -update noar ti set v0='NA4F40ROMV9RJ90X33RRR9GOMSB79G' where id=5; -update noar tt set b0='R8XA2S55BRHOYJ5F63O' where id=5; -update noar ti set b0='R8XA2S55BRHOYJ5F63O' where id=5; -update noar tt set v0='BFSK1QVY8QS6P520515' where id=5; -update noar ti set v0='BFSK1QVY8QS6P520515' where id=5; -update noar tt set b1='V82EP3EY21TF0GYJEDJB6TK777V468L' where id=5; -update noar ti set b1='V82EP3EY21TF0GYJEDJB6TK777V468L' where id=5; -update noar tt set v0='ZSKLP21' where id=5; -update noar ti set v0='ZSKLP21' where id=5; -update noar tt set b2='6MRX5I3WNEKK' where id=5; -update noar ti set b2='6MRX5I3WNEKK' where id=5; -update noar tt set v0='EELYQHJUMOXFSOWIACVIX1M98DYLT4' where id=6; -update noar ti set v0='EELYQHJUMOXFSOWIACVIX1M98DYLT4' where id=6; -update noar tt set b0='Y9ZJPJ0QXQ31IN7BRHC7B65MFS' where id=6; -update noar ti set b0='Y9ZJPJ0QXQ31IN7BRHC7B65MFS' where id=6; -update noar tt set v0='82L' where id=6; -update noar ti set v0='82L' where id=6; -update noar tt set b1='6JYV5JRCFFPFK41WR6Q' where id=6; -update noar ti set b1='6JYV5JRCFFPFK41WR6Q' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='D8QQ' where id=6; -update noar ti set b2='D8QQ' where id=6; -update noar tt set v0='80H89' where id=7; -update noar ti set v0='80H89' where id=7; -update noar tt set b0='TAFW7RE4REC3LNPX18C0QY' where id=7; -update noar ti set b0='TAFW7RE4REC3LNPX18C0QY' where id=7; -update noar tt set v0='KAGU' where id=7; -update noar ti set v0='KAGU' where id=7; -update noar tt set b1='LZNXX0959H5ED8QHDU6UXQT1WA' where id=7; -update noar ti set b1='LZNXX0959H5ED8QHDU6UXQT1WA' where id=7; -update noar tt set v0='WUU4MI2ET0RZQB' where id=7; -update noar ti set v0='WUU4MI2ET0RZQB' where id=7; -update noar tt set b2='AGK3XHZEBS5' where id=7; -update noar ti set b2='AGK3XHZEBS5' where id=7; -update noar tt set v0='ECA81L0Z58ANQVR63KHKES49ZL6EWW' where id=8; -update noar ti set v0='ECA81L0Z58ANQVR63KHKES49ZL6EWW' where id=8; -update noar tt set b0='JB495VPK' where id=8; -update noar ti set b0='JB495VPK' where id=8; -update noar tt set v0='MFO2' where id=8; -update noar ti set v0='MFO2' where id=8; -update noar tt set b1='MJREI2BSLULVL' where id=8; -update noar ti set b1='MJREI2BSLULVL' where id=8; -update noar tt set v0='Y0SS5UUUT53SJQFDZJI3659BR3K' where id=8; -update noar ti set v0='Y0SS5UUUT53SJQFDZJI3659BR3K' where id=8; -update noar tt set b2='RD' where id=8; -update noar ti set b2='RD' where id=8; -update noar tt set v0='T4DMD5CDZWUAY3Y36' where id=9; -update noar ti set v0='T4DMD5CDZWUAY3Y36' where id=9; -update noar tt set b0='48' where id=9; -update noar ti set b0='48' where id=9; -update noar tt set v0='K' where id=9; -update noar ti set v0='K' where id=9; -update noar tt set b1='9SEYLX2KGLOGJZNXX' where id=9; -update noar ti set b1='9SEYLX2KGLOGJZNXX' where id=9; -update noar tt set v0='VSCF' where id=9; -update noar ti set v0='VSCF' where id=9; -update noar tt set b2='VQBHMDLD0T2XHVBJD5' where id=9; -update noar ti set b2='VQBHMDLD0T2XHVBJD5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G' where id=1; -update noar ti set v0='G' where id=1; -update noar tt set b0='VAND2VIP5YLB0PPBZ961VVVF' where id=1; -update noar ti set b0='VAND2VIP5YLB0PPBZ961VVVF' where id=1; -update noar tt set v0='PXMUZSAL35EG5NDGO4' where id=1; -update noar ti set v0='PXMUZSAL35EG5NDGO4' where id=1; -update noar tt set b1='DFM4ER0JQ6NN05XRDBR22H' where id=1; -update noar ti set b1='DFM4ER0JQ6NN05XRDBR22H' where id=1; -update noar tt set v0='DXY' where id=1; -update noar ti set v0='DXY' where id=1; -update noar tt set b2='NS8EHGK3BXBM61FU0HXMG13KWA8936' where id=1; -update noar ti set b2='NS8EHGK3BXBM61FU0HXMG13KWA8936' where id=1; -update noar tt set v0='P72602TGNU' where id=2; -update noar ti set v0='P72602TGNU' where id=2; -update noar tt set b0='P5UHFRNRTJ2SCVWTU' where id=2; -update noar ti set b0='P5UHFRNRTJ2SCVWTU' where id=2; -update noar tt set v0='90EQCZY01DS063Y8RPGEFFPRKB' where id=2; -update noar ti set v0='90EQCZY01DS063Y8RPGEFFPRKB' where id=2; -update noar tt set b1='B9KN3OVZNDVQDR98KAHQGUOA6HRR' where id=2; -update noar ti set b1='B9KN3OVZNDVQDR98KAHQGUOA6HRR' where id=2; -update noar tt set v0='9NIGMQ30WMDMLKJWEKBNIOQ9R8GQH' where id=2; -update noar ti set v0='9NIGMQ30WMDMLKJWEKBNIOQ9R8GQH' where id=2; -update noar tt set b2='2RY63T41FRDOGB1MJ4MNWF7QW6O4VNMU' where id=2; -update noar ti set b2='2RY63T41FRDOGB1MJ4MNWF7QW6O4VNMU' where id=2; -update noar tt set v0='VOBZ9E5HN5PLDZ8WTSGRZ4F' where id=3; -update noar ti set v0='VOBZ9E5HN5PLDZ8WTSGRZ4F' where id=3; -update noar tt set b0='BMFSDJUT2OWQKFG894IAFGPFSY' where id=3; -update noar ti set b0='BMFSDJUT2OWQKFG894IAFGPFSY' where id=3; -update noar tt set v0='NZKF22IJSEM325QAECDAZRMDXFNBDM' where id=3; -update noar ti set v0='NZKF22IJSEM325QAECDAZRMDXFNBDM' where id=3; -update noar tt set b1='1HLTX77QNRUI2FJ3T6F9' where id=3; -update noar ti set b1='1HLTX77QNRUI2FJ3T6F9' where id=3; -update noar tt set v0='FGCMAVX0BW5UJHW73QTZJEPO4' where id=3; -update noar ti set v0='FGCMAVX0BW5UJHW73QTZJEPO4' where id=3; -update noar tt set b2='A6ANELT5R4SOTNQM8D12OJ4K7XTH6' where id=3; -update noar ti set b2='A6ANELT5R4SOTNQM8D12OJ4K7XTH6' where id=3; -update noar tt set v0='IV7U64WM8BJNU' where id=4; -update noar ti set v0='IV7U64WM8BJNU' where id=4; -update noar tt set b0='7NHBKRGA3J9HZGGA98J2KFY' where id=4; -update noar ti set b0='7NHBKRGA3J9HZGGA98J2KFY' where id=4; -update noar tt set v0='KQA778' where id=4; -update noar ti set v0='KQA778' where id=4; -update noar tt set b1='BKCZPSWKTIRJI6H5GH39I3ZFE79L' where id=4; -update noar ti set b1='BKCZPSWKTIRJI6H5GH39I3ZFE79L' where id=4; -update noar tt set v0='09P40844DPQ4AD7YHW5R5W0YA' where id=4; -update noar ti set v0='09P40844DPQ4AD7YHW5R5W0YA' where id=4; -update noar tt set b2='PFTMK7OJ' where id=4; -update noar ti set b2='PFTMK7OJ' where id=4; -update noar tt set v0='B7OCE' where id=5; -update noar ti set v0='B7OCE' where id=5; -update noar tt set b0='P4K6WO9ZGIYWXTALZ4K3WXQ4A8ZBZH' where id=5; -update noar ti set b0='P4K6WO9ZGIYWXTALZ4K3WXQ4A8ZBZH' where id=5; -update noar tt set v0='9J7TEROHHPY99BUCBVLC6LF4PHLRPCRT' where id=5; -update noar ti set v0='9J7TEROHHPY99BUCBVLC6LF4PHLRPCRT' where id=5; -update noar tt set b1='ZR36ZBK86UEEWJI7FSAA59TBE1' where id=5; -update noar ti set b1='ZR36ZBK86UEEWJI7FSAA59TBE1' where id=5; -update noar tt set v0='VCHB' where id=5; -update noar ti set v0='VCHB' where id=5; -update noar tt set b2='VOCE69FAPUN2XOAI96GU5' where id=5; -update noar ti set b2='VOCE69FAPUN2XOAI96GU5' where id=5; -update noar tt set v0='Z' where id=6; -update noar ti set v0='Z' where id=6; -update noar tt set b0='M3Y04D0V12UE20SV1Q9NUU5IPQIVZGBZ' where id=6; -update noar ti set b0='M3Y04D0V12UE20SV1Q9NUU5IPQIVZGBZ' where id=6; -update noar tt set v0='1IJW3F9O7MHN2LN3' where id=6; -update noar ti set v0='1IJW3F9O7MHN2LN3' where id=6; -update noar tt set b1='BEVM5ASK74UL5P8DLYE' where id=6; -update noar ti set b1='BEVM5ASK74UL5P8DLYE' where id=6; -update noar tt set v0='JPGKTZ6S1OZQ3R05G' where id=6; -update noar ti set v0='JPGKTZ6S1OZQ3R05G' where id=6; -update noar tt set b2='8JTQZ7V0OW4GHOMMAWB0QA2JQC383' where id=6; -update noar ti set b2='8JTQZ7V0OW4GHOMMAWB0QA2JQC383' where id=6; -update noar tt set v0='8Q4X8FTS4317' where id=7; -update noar ti set v0='8Q4X8FTS4317' where id=7; -update noar tt set b0='P0762NB0AZO6GTTBXCZ434FM8FG' where id=7; -update noar ti set b0='P0762NB0AZO6GTTBXCZ434FM8FG' where id=7; -update noar tt set v0='DV3' where id=7; -update noar ti set v0='DV3' where id=7; -update noar tt set b1='T0CE' where id=7; -update noar ti set b1='T0CE' where id=7; -update noar tt set v0='QLVY' where id=7; -update noar ti set v0='QLVY' where id=7; -update noar tt set b2='OMEKF' where id=7; -update noar ti set b2='OMEKF' where id=7; -update noar tt set v0='RXWO' where id=8; -update noar ti set v0='RXWO' where id=8; -update noar tt set b0='7Q7SY0D4W3C0TZDGTI5BEJD5' where id=8; -update noar ti set b0='7Q7SY0D4W3C0TZDGTI5BEJD5' where id=8; -update noar tt set v0='JM0D9VG8XLDTN3MSGE6LU' where id=8; -update noar ti set v0='JM0D9VG8XLDTN3MSGE6LU' where id=8; -update noar tt set b1='1XRWW45Q00BAT1FULKP0N' where id=8; -update noar ti set b1='1XRWW45Q00BAT1FULKP0N' where id=8; -update noar tt set v0='G1L5UPGBQWZ4QUR71H6YCH60TWW8OZHB' where id=8; -update noar ti set v0='G1L5UPGBQWZ4QUR71H6YCH60TWW8OZHB' where id=8; -update noar tt set b2='V9OJRMLCDW46D6T5R5LN4FPNURE7TF' where id=8; -update noar ti set b2='V9OJRMLCDW46D6T5R5LN4FPNURE7TF' where id=8; -update noar tt set v0='UEGT03NKE1Q302ZXJ2' where id=9; -update noar ti set v0='UEGT03NKE1Q302ZXJ2' where id=9; -update noar tt set b0='WHK6THY43PBQKOACBT' where id=9; -update noar ti set b0='WHK6THY43PBQKOACBT' where id=9; -update noar tt set v0='MJIHUP814XARHFL2OPZKS' where id=9; -update noar ti set v0='MJIHUP814XARHFL2OPZKS' where id=9; -update noar tt set b1='9ACLHM8MVAZC6CTRXV5GKXQ5DN1' where id=9; -update noar ti set b1='9ACLHM8MVAZC6CTRXV5GKXQ5DN1' where id=9; -update noar tt set v0='GQIQ0WY' where id=9; -update noar ti set v0='GQIQ0WY' where id=9; -update noar tt set b2='O7LJT0NABGE5' where id=9; -update noar ti set b2='O7LJT0NABGE5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='790RTHC395T6VUA57FX1' where id=1; -update noar ti set v0='790RTHC395T6VUA57FX1' where id=1; -update noar tt set b0='HT628UM42HKNJOBM8YTODY' where id=1; -update noar ti set b0='HT628UM42HKNJOBM8YTODY' where id=1; -update noar tt set v0='52BJ4RVTILA05AUIWWOI707PPPGXM8E' where id=1; -update noar ti set v0='52BJ4RVTILA05AUIWWOI707PPPGXM8E' where id=1; -update noar tt set b1='ONW43OQTL1ODGYH6NBMX' where id=1; -update noar ti set b1='ONW43OQTL1ODGYH6NBMX' where id=1; -update noar tt set v0='LSME4LOU7T4NEFE373VQ55QS' where id=1; -update noar ti set v0='LSME4LOU7T4NEFE373VQ55QS' where id=1; -update noar tt set b2='PN5OM45LA1B8SWRBSHHY6SSI1WSV' where id=1; -update noar ti set b2='PN5OM45LA1B8SWRBSHHY6SSI1WSV' where id=1; -update noar tt set v0='WD' where id=2; -update noar ti set v0='WD' where id=2; -update noar tt set b0='AHX43TEQLHKL1Y7I94A9NAT3T' where id=2; -update noar ti set b0='AHX43TEQLHKL1Y7I94A9NAT3T' where id=2; -update noar tt set v0='L' where id=2; -update noar ti set v0='L' where id=2; -update noar tt set b1='5P7P0XQ7AQ3O' where id=2; -update noar ti set b1='5P7P0XQ7AQ3O' where id=2; -update noar tt set v0='RRA7C2OARDA9XFOEIV' where id=2; -update noar ti set v0='RRA7C2OARDA9XFOEIV' where id=2; -update noar tt set b2='8A4MJ72YHJZ0DHTTJEZ54T912B2P1Z' where id=2; -update noar ti set b2='8A4MJ72YHJZ0DHTTJEZ54T912B2P1Z' where id=2; -update noar tt set v0='01BRERG9FB6N' where id=3; -update noar ti set v0='01BRERG9FB6N' where id=3; -update noar tt set b0='N5' where id=3; -update noar ti set b0='N5' where id=3; -update noar tt set v0='5FV6ZVV9UPI2H4AT9DYDYX82UYJG28K' where id=3; -update noar ti set v0='5FV6ZVV9UPI2H4AT9DYDYX82UYJG28K' where id=3; -update noar tt set b1='KSSUDN39VU' where id=3; -update noar ti set b1='KSSUDN39VU' where id=3; -update noar tt set v0='YFM9TM02KM964YMTYJPPIATLBJWNZ' where id=3; -update noar ti set v0='YFM9TM02KM964YMTYJPPIATLBJWNZ' where id=3; -update noar tt set b2='VXAM0CPF8JY' where id=3; -update noar ti set b2='VXAM0CPF8JY' where id=3; -update noar tt set v0='M' where id=4; -update noar ti set v0='M' where id=4; -update noar tt set b0='E4TNNL7ZTSTDVBIHRCP' where id=4; -update noar ti set b0='E4TNNL7ZTSTDVBIHRCP' where id=4; -update noar tt set v0='4URQ7XB0CREBIDGMU2TPRN24L1YC' where id=4; -update noar ti set v0='4URQ7XB0CREBIDGMU2TPRN24L1YC' where id=4; -update noar tt set b1='XAY2VSX5YVF2M4OK28WNFYG5Z' where id=4; -update noar ti set b1='XAY2VSX5YVF2M4OK28WNFYG5Z' where id=4; -update noar tt set v0='VAURJFSFL63LKHASC0QBSEF7Z0Z8FRG5' where id=4; -update noar ti set v0='VAURJFSFL63LKHASC0QBSEF7Z0Z8FRG5' where id=4; -update noar tt set b2='5BH9HH30AFAZUCVG2ZV0HIQQ1HWN' where id=4; -update noar ti set b2='5BH9HH30AFAZUCVG2ZV0HIQQ1HWN' where id=4; -update noar tt set v0='MN58Y59CF8ZPOA3ZNB6YPSSNF' where id=5; -update noar ti set v0='MN58Y59CF8ZPOA3ZNB6YPSSNF' where id=5; -update noar tt set b0='FAWEUNRX98QGODB' where id=5; -update noar ti set b0='FAWEUNRX98QGODB' where id=5; -update noar tt set v0='G2BEWGS0S476SC02MLAWZSKM67F' where id=5; -update noar ti set v0='G2BEWGS0S476SC02MLAWZSKM67F' where id=5; -update noar tt set b1='JIMPQKSPSU6FDMHN' where id=5; -update noar ti set b1='JIMPQKSPSU6FDMHN' where id=5; -update noar tt set v0='90X8Z18QOII' where id=5; -update noar ti set v0='90X8Z18QOII' where id=5; -update noar tt set b2='E2TZZSWUGHHUB48M' where id=5; -update noar ti set b2='E2TZZSWUGHHUB48M' where id=5; -update noar tt set v0='1W8AR8VKNBWHJVYIPWUNQ6XSV' where id=6; -update noar ti set v0='1W8AR8VKNBWHJVYIPWUNQ6XSV' where id=6; -update noar tt set b0='40XRV7KKCK3YF' where id=6; -update noar ti set b0='40XRV7KKCK3YF' where id=6; -update noar tt set v0='MMLACYF12OLT7QJIGVLO7NN9T5DE' where id=6; -update noar ti set v0='MMLACYF12OLT7QJIGVLO7NN9T5DE' where id=6; -update noar tt set b1='2ATD8' where id=6; -update noar ti set b1='2ATD8' where id=6; -update noar tt set v0='ZQ29ELJKL8FMVFN25YDK7A7A' where id=6; -update noar ti set v0='ZQ29ELJKL8FMVFN25YDK7A7A' where id=6; -update noar tt set b2='7JPC' where id=6; -update noar ti set b2='7JPC' where id=6; -update noar tt set v0='TVZVG42OQXT7W1AAFVGVRA0PQ' where id=7; -update noar ti set v0='TVZVG42OQXT7W1AAFVGVRA0PQ' where id=7; -update noar tt set b0='VC7QWJKY2VA6T' where id=7; -update noar ti set b0='VC7QWJKY2VA6T' where id=7; -update noar tt set v0='ETZWG' where id=7; -update noar ti set v0='ETZWG' where id=7; -update noar tt set b1='YKR7SNOFV7LTHBBARW7QMTHQBOWLJAM4' where id=7; -update noar ti set b1='YKR7SNOFV7LTHBBARW7QMTHQBOWLJAM4' where id=7; -update noar tt set v0='30G4GSXJZ' where id=7; -update noar ti set v0='30G4GSXJZ' where id=7; -update noar tt set b2='ZHOVLIUX4GXYO4BB' where id=7; -update noar ti set b2='ZHOVLIUX4GXYO4BB' where id=7; -update noar tt set v0='KPW7CE5EZP93841EIWR9G' where id=8; -update noar ti set v0='KPW7CE5EZP93841EIWR9G' where id=8; -update noar tt set b0='LL0QMRWAA9PI3T2FPGCZIBFJ3' where id=8; -update noar ti set b0='LL0QMRWAA9PI3T2FPGCZIBFJ3' where id=8; -update noar tt set v0='J1H4HSGZGOW5YQ4AFFEFD3Y4Z3RG1' where id=8; -update noar ti set v0='J1H4HSGZGOW5YQ4AFFEFD3Y4Z3RG1' where id=8; -update noar tt set b1='3D6NSXOSNNFTUN17GPJDPTI39EEJ' where id=8; -update noar ti set b1='3D6NSXOSNNFTUN17GPJDPTI39EEJ' where id=8; -update noar tt set v0='9NO7XV' where id=8; -update noar ti set v0='9NO7XV' where id=8; -update noar tt set b2='UEMTSBBAAEL1T0RYNQJAD7KN5RAI1U' where id=8; -update noar ti set b2='UEMTSBBAAEL1T0RYNQJAD7KN5RAI1U' where id=8; -update noar tt set v0='XMAL5Y4J5I72Z' where id=9; -update noar ti set v0='XMAL5Y4J5I72Z' where id=9; -update noar tt set b0='5Y7LXA9QZPS01' where id=9; -update noar ti set b0='5Y7LXA9QZPS01' where id=9; -update noar tt set v0='4NGEHL5FCVD27B189OU3ELC' where id=9; -update noar ti set v0='4NGEHL5FCVD27B189OU3ELC' where id=9; -update noar tt set b1='UR3JIFC' where id=9; -update noar ti set b1='UR3JIFC' where id=9; -update noar tt set v0='1ICQGUUGU' where id=9; -update noar ti set v0='1ICQGUUGU' where id=9; -update noar tt set b2='53XKIDZT2CRFH38' where id=9; -update noar ti set b2='53XKIDZT2CRFH38' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NMSM29H6DK50HWHQISJ' where id=1; -update noar ti set v0='NMSM29H6DK50HWHQISJ' where id=1; -update noar tt set b0='9273AYFX0G9X3Z3CAWJXQ1OL6ARUXYLB' where id=1; -update noar ti set b0='9273AYFX0G9X3Z3CAWJXQ1OL6ARUXYLB' where id=1; -update noar tt set v0='UUU6F8RV7R9' where id=1; -update noar ti set v0='UUU6F8RV7R9' where id=1; -update noar tt set b1='DCM' where id=1; -update noar ti set b1='DCM' where id=1; -update noar tt set v0='JT' where id=1; -update noar ti set v0='JT' where id=1; -update noar tt set b2='PR8QLXBMQX106WM' where id=1; -update noar ti set b2='PR8QLXBMQX106WM' where id=1; -update noar tt set v0='BU0PMEXJ8G6QE5YWF0AAE' where id=2; -update noar ti set v0='BU0PMEXJ8G6QE5YWF0AAE' where id=2; -update noar tt set b0='TBW0SONU8T61JI8AK791KDTXQIN9230' where id=2; -update noar ti set b0='TBW0SONU8T61JI8AK791KDTXQIN9230' where id=2; -update noar tt set v0='DYORRDDP8G2NCYDUMV0IRB' where id=2; -update noar ti set v0='DYORRDDP8G2NCYDUMV0IRB' where id=2; -update noar tt set b1='O3CQMSMY' where id=2; -update noar ti set b1='O3CQMSMY' where id=2; -update noar tt set v0='21FILP' where id=2; -update noar ti set v0='21FILP' where id=2; -update noar tt set b2='R8HN' where id=2; -update noar ti set b2='R8HN' where id=2; -update noar tt set v0='B827Z2WU883Z7I' where id=3; -update noar ti set v0='B827Z2WU883Z7I' where id=3; -update noar tt set b0='UMSUPM8K60RN5ER0NKJIL0N06B' where id=3; -update noar ti set b0='UMSUPM8K60RN5ER0NKJIL0N06B' where id=3; -update noar tt set v0='XDADHODWEUY4G4Q0VL2SIBI7' where id=3; -update noar ti set v0='XDADHODWEUY4G4Q0VL2SIBI7' where id=3; -update noar tt set b1='15' where id=3; -update noar ti set b1='15' where id=3; -update noar tt set v0='TGCHUW4F' where id=3; -update noar ti set v0='TGCHUW4F' where id=3; -update noar tt set b2='RAX5FFKBU3KORZVHQBY' where id=3; -update noar ti set b2='RAX5FFKBU3KORZVHQBY' where id=3; -update noar tt set v0='UWNJM31LCHB4JCADLKRS6EFV' where id=4; -update noar ti set v0='UWNJM31LCHB4JCADLKRS6EFV' where id=4; -update noar tt set b0='2D51W3YI331FLFV' where id=4; -update noar ti set b0='2D51W3YI331FLFV' where id=4; -update noar tt set v0='RQ18XZVGTI8JWOH49H' where id=4; -update noar ti set v0='RQ18XZVGTI8JWOH49H' where id=4; -update noar tt set b1='BHGY2M500JY' where id=4; -update noar ti set b1='BHGY2M500JY' where id=4; -update noar tt set v0='EGPSP' where id=4; -update noar ti set v0='EGPSP' where id=4; -update noar tt set b2='20XCRZ14H6PS8C87MTLYV' where id=4; -update noar ti set b2='20XCRZ14H6PS8C87MTLYV' where id=4; -update noar tt set v0='3KYD4KKDFF6EDGNH2EOQSVN4X1A3' where id=5; -update noar ti set v0='3KYD4KKDFF6EDGNH2EOQSVN4X1A3' where id=5; -update noar tt set b0='3ZXORPJRSI0JYWL7' where id=5; -update noar ti set b0='3ZXORPJRSI0JYWL7' where id=5; -update noar tt set v0='5CBV7YFYESZ8092NS36' where id=5; -update noar ti set v0='5CBV7YFYESZ8092NS36' where id=5; -update noar tt set b1='KMQWEB8OND' where id=5; -update noar ti set b1='KMQWEB8OND' where id=5; -update noar tt set v0='DXFS86XHGCBOAWO28' where id=5; -update noar ti set v0='DXFS86XHGCBOAWO28' where id=5; -update noar tt set b2='3XIP7Z10' where id=5; -update noar ti set b2='3XIP7Z10' where id=5; -update noar tt set v0='F0' where id=6; -update noar ti set v0='F0' where id=6; -update noar tt set b0='6DUFB' where id=6; -update noar ti set b0='6DUFB' where id=6; -update noar tt set v0='83K3AJYJAIGQGJZQ9AEXLZ' where id=6; -update noar ti set v0='83K3AJYJAIGQGJZQ9AEXLZ' where id=6; -update noar tt set b1='ZZ' where id=6; -update noar ti set b1='ZZ' where id=6; -update noar tt set v0='UWHL5SFDGC3U8SY962W' where id=6; -update noar ti set v0='UWHL5SFDGC3U8SY962W' where id=6; -update noar tt set b2='LH46J49812YLMJOP6U4P8' where id=6; -update noar ti set b2='LH46J49812YLMJOP6U4P8' where id=6; -update noar tt set v0='ZPS8905B45PQ4XMJ9671' where id=7; -update noar ti set v0='ZPS8905B45PQ4XMJ9671' where id=7; -update noar tt set b0='F2BUSFY79M6FFF43N9C' where id=7; -update noar ti set b0='F2BUSFY79M6FFF43N9C' where id=7; -update noar tt set v0='KDG' where id=7; -update noar ti set v0='KDG' where id=7; -update noar tt set b1='2C950BVNFZH04Y' where id=7; -update noar ti set b1='2C950BVNFZH04Y' where id=7; -update noar tt set v0='EIV2G4FK' where id=7; -update noar ti set v0='EIV2G4FK' where id=7; -update noar tt set b2='O0TF19PKL7QACHFU9640C' where id=7; -update noar ti set b2='O0TF19PKL7QACHFU9640C' where id=7; -update noar tt set v0='E0SS7QM4J5JAL7KAQPRD0X6PLFF3TS6' where id=8; -update noar ti set v0='E0SS7QM4J5JAL7KAQPRD0X6PLFF3TS6' where id=8; -update noar tt set b0='E9K6EGGQNK0PI0B' where id=8; -update noar ti set b0='E9K6EGGQNK0PI0B' where id=8; -update noar tt set v0='IBZSN9Q7GNG7W1JMSGH4RBIAOVT76' where id=8; -update noar ti set v0='IBZSN9Q7GNG7W1JMSGH4RBIAOVT76' where id=8; -update noar tt set b1='Y1URGPYSED9WI0X7YZKAKK2' where id=8; -update noar ti set b1='Y1URGPYSED9WI0X7YZKAKK2' where id=8; -update noar tt set v0='L0RZESP8QO5YU4CT9DX5A3FTRBQMQ6IL' where id=8; -update noar ti set v0='L0RZESP8QO5YU4CT9DX5A3FTRBQMQ6IL' where id=8; -update noar tt set b2='W7YTTAHB8MZCMK57K7U9W1IWXTZV' where id=8; -update noar ti set b2='W7YTTAHB8MZCMK57K7U9W1IWXTZV' where id=8; -update noar tt set v0='NIDNR4DDEZJX8FX' where id=9; -update noar ti set v0='NIDNR4DDEZJX8FX' where id=9; -update noar tt set b0='K5M7UIX6X4AMVMYBA' where id=9; -update noar ti set b0='K5M7UIX6X4AMVMYBA' where id=9; -update noar tt set v0='JJ7KRBADHMYZZKG970SSYJVB4' where id=9; -update noar ti set v0='JJ7KRBADHMYZZKG970SSYJVB4' where id=9; -update noar tt set b1='WLCM4H0G8N6AEM38DXUE429FBY' where id=9; -update noar ti set b1='WLCM4H0G8N6AEM38DXUE429FBY' where id=9; -update noar tt set v0='PX0O3X2985S93SA5XT1Q86OAP4V' where id=9; -update noar ti set v0='PX0O3X2985S93SA5XT1Q86OAP4V' where id=9; -update noar tt set b2='JUIEMBZASHWHKHA' where id=9; -update noar ti set b2='JUIEMBZASHWHKHA' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='X93JKKYLNZ1DJX0G662MC81P8' where id=1; -update noar ti set v0='X93JKKYLNZ1DJX0G662MC81P8' where id=1; -update noar tt set b0='70C8Q9' where id=1; -update noar ti set b0='70C8Q9' where id=1; -update noar tt set v0='2WEG3XPJI7H59VB9DOI3IERT' where id=1; -update noar ti set v0='2WEG3XPJI7H59VB9DOI3IERT' where id=1; -update noar tt set b1='ZK1R0YQN' where id=1; -update noar ti set b1='ZK1R0YQN' where id=1; -update noar tt set v0='138UKGR0RAEQ66C00RYE6HAK24YVCZA' where id=1; -update noar ti set v0='138UKGR0RAEQ66C00RYE6HAK24YVCZA' where id=1; -update noar tt set b2='1KDGDZAMW40942M384LW1NWC0OFPBYZR' where id=1; -update noar ti set b2='1KDGDZAMW40942M384LW1NWC0OFPBYZR' where id=1; -update noar tt set v0='0OZI' where id=2; -update noar ti set v0='0OZI' where id=2; -update noar tt set b0='U4SZ8HT04FMI9TDTNABW' where id=2; -update noar ti set b0='U4SZ8HT04FMI9TDTNABW' where id=2; -update noar tt set v0='7JPRGN4WG7QO2K92FI51PDOMOVK' where id=2; -update noar ti set v0='7JPRGN4WG7QO2K92FI51PDOMOVK' where id=2; -update noar tt set b1='VQO5EJHPNTSIHSQI6XCT2KHOIY0GM6XE' where id=2; -update noar ti set b1='VQO5EJHPNTSIHSQI6XCT2KHOIY0GM6XE' where id=2; -update noar tt set v0='5NE8DB' where id=2; -update noar ti set v0='5NE8DB' where id=2; -update noar tt set b2='9LCIF96V518YY9YJHOVTQZ6M' where id=2; -update noar ti set b2='9LCIF96V518YY9YJHOVTQZ6M' where id=2; -update noar tt set v0='T7XLD98FUQO4MR8N8S0DX4' where id=3; -update noar ti set v0='T7XLD98FUQO4MR8N8S0DX4' where id=3; -update noar tt set b0='KK1C12BDZZVDIDJ2G3' where id=3; -update noar ti set b0='KK1C12BDZZVDIDJ2G3' where id=3; -update noar tt set v0='WKT95IMCT2MEGNI5HU03V6RL8DZT' where id=3; -update noar ti set v0='WKT95IMCT2MEGNI5HU03V6RL8DZT' where id=3; -update noar tt set b1='BFE0VWLYNJVGC7UD10E1H0FYV3' where id=3; -update noar ti set b1='BFE0VWLYNJVGC7UD10E1H0FYV3' where id=3; -update noar tt set v0='H7F98OE9DKXDHDIGJ9M0RFANP65BBDGR' where id=3; -update noar ti set v0='H7F98OE9DKXDHDIGJ9M0RFANP65BBDGR' where id=3; -update noar tt set b2='O' where id=3; -update noar ti set b2='O' where id=3; -update noar tt set v0='1MTIRNG48V1T8XYURCNMV' where id=4; -update noar ti set v0='1MTIRNG48V1T8XYURCNMV' where id=4; -update noar tt set b0='IWS9L80PEDJLT11XCK00KIBM0J2DP' where id=4; -update noar ti set b0='IWS9L80PEDJLT11XCK00KIBM0J2DP' where id=4; -update noar tt set v0='C9P3BNL7' where id=4; -update noar ti set v0='C9P3BNL7' where id=4; -update noar tt set b1='6SSW4V' where id=4; -update noar ti set b1='6SSW4V' where id=4; -update noar tt set v0='XOHPQG1TR5B0LDG3EVSWUQPIBI' where id=4; -update noar ti set v0='XOHPQG1TR5B0LDG3EVSWUQPIBI' where id=4; -update noar tt set b2='W1HKDA0N02' where id=4; -update noar ti set b2='W1HKDA0N02' where id=4; -update noar tt set v0='9YE61SC45H4P2RVHD4QE4Z7F4X' where id=5; -update noar ti set v0='9YE61SC45H4P2RVHD4QE4Z7F4X' where id=5; -update noar tt set b0='LJGYR84YLV4YF1S8PUDRR38ZHBZB9O' where id=5; -update noar ti set b0='LJGYR84YLV4YF1S8PUDRR38ZHBZB9O' where id=5; -update noar tt set v0='AZF49VDJ22T4D5FWZ54FZ1H2MUW61US5' where id=5; -update noar ti set v0='AZF49VDJ22T4D5FWZ54FZ1H2MUW61US5' where id=5; -update noar tt set b1='25TCNQZGUOT1EO' where id=5; -update noar ti set b1='25TCNQZGUOT1EO' where id=5; -update noar tt set v0='K789U8YVKFK1ASMU6555XH2UTM2RSG8' where id=5; -update noar ti set v0='K789U8YVKFK1ASMU6555XH2UTM2RSG8' where id=5; -update noar tt set b2='56HBNVGEB5ELTVVBTVKCGHC' where id=5; -update noar ti set b2='56HBNVGEB5ELTVVBTVKCGHC' where id=5; -update noar tt set v0='QUMVG' where id=6; -update noar ti set v0='QUMVG' where id=6; -update noar tt set b0='PLWJR1I8HQ0S9H989S7ZV8VSA' where id=6; -update noar ti set b0='PLWJR1I8HQ0S9H989S7ZV8VSA' where id=6; -update noar tt set v0='E30JWNCI7' where id=6; -update noar ti set v0='E30JWNCI7' where id=6; -update noar tt set b1='V3R631N5HGSP' where id=6; -update noar ti set b1='V3R631N5HGSP' where id=6; -update noar tt set v0='G4UQTEBRLTS1YU6' where id=6; -update noar ti set v0='G4UQTEBRLTS1YU6' where id=6; -update noar tt set b2='Z1MVBHVOIN2V2BJBWOK3O6Z1I9' where id=6; -update noar ti set b2='Z1MVBHVOIN2V2BJBWOK3O6Z1I9' where id=6; -update noar tt set v0='WU7N3HDCILEXQ0G5DAGL1QN86W7Y' where id=7; -update noar ti set v0='WU7N3HDCILEXQ0G5DAGL1QN86W7Y' where id=7; -update noar tt set b0='1N1PCBWQF59IQR3I9KGBCV3B' where id=7; -update noar ti set b0='1N1PCBWQF59IQR3I9KGBCV3B' where id=7; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b1='181PN5GNN4HC8778WIM76JKLUS53HUS' where id=7; -update noar ti set b1='181PN5GNN4HC8778WIM76JKLUS53HUS' where id=7; -update noar tt set v0='T94NEFAUX4YM3AP29KOB8G' where id=7; -update noar ti set v0='T94NEFAUX4YM3AP29KOB8G' where id=7; -update noar tt set b2='4YG9NHJDFV7H76FEZSZ9E0BHCJT' where id=7; -update noar ti set b2='4YG9NHJDFV7H76FEZSZ9E0BHCJT' where id=7; -update noar tt set v0='MDQO' where id=8; -update noar ti set v0='MDQO' where id=8; -update noar tt set b0='PQHWPQ0P35JC34KVQ5N6VXYYM8J2' where id=8; -update noar ti set b0='PQHWPQ0P35JC34KVQ5N6VXYYM8J2' where id=8; -update noar tt set v0='LCKL0K9PBPGVCB8WU' where id=8; -update noar ti set v0='LCKL0K9PBPGVCB8WU' where id=8; -update noar tt set b1='0C47US0RL4' where id=8; -update noar ti set b1='0C47US0RL4' where id=8; -update noar tt set v0='M8UWSLBX7CD0LW4NW2RB' where id=8; -update noar ti set v0='M8UWSLBX7CD0LW4NW2RB' where id=8; -update noar tt set b2='5Z3H8QMP37GM' where id=8; -update noar ti set b2='5Z3H8QMP37GM' where id=8; -update noar tt set v0='GPWTR613HAU5Z2BRH51BRO' where id=9; -update noar ti set v0='GPWTR613HAU5Z2BRH51BRO' where id=9; -update noar tt set b0='LTGHC9O9IPBSBGT01P2F9' where id=9; -update noar ti set b0='LTGHC9O9IPBSBGT01P2F9' where id=9; -update noar tt set v0='YAWN' where id=9; -update noar ti set v0='YAWN' where id=9; -update noar tt set b1='B65HZ3NMYZYVMG9Z7XF' where id=9; -update noar ti set b1='B65HZ3NMYZYVMG9Z7XF' where id=9; -update noar tt set v0='G5VHN1U1PJJECTCRIQ3PNBV' where id=9; -update noar ti set v0='G5VHN1U1PJJECTCRIQ3PNBV' where id=9; -update noar tt set b2='0A134MBZTZVZRPV2R1Y085H' where id=9; -update noar ti set b2='0A134MBZTZVZRPV2R1Y085H' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4JKHGYGKBS0G96RATZ38J' where id=1; -update noar ti set v0='4JKHGYGKBS0G96RATZ38J' where id=1; -update noar tt set b0='WX' where id=1; -update noar ti set b0='WX' where id=1; -update noar tt set v0='EVA9ZA0B073PP7WRNOSJVKHLO' where id=1; -update noar ti set v0='EVA9ZA0B073PP7WRNOSJVKHLO' where id=1; -update noar tt set b1='FV352N8SXI6Q9440H5M6' where id=1; -update noar ti set b1='FV352N8SXI6Q9440H5M6' where id=1; -update noar tt set v0='XQNZGSBUIWJUTR6ZNDV7XIBMFVVZQM5' where id=1; -update noar ti set v0='XQNZGSBUIWJUTR6ZNDV7XIBMFVVZQM5' where id=1; -update noar tt set b2='93NSXKNT76WP1AYJ' where id=1; -update noar ti set b2='93NSXKNT76WP1AYJ' where id=1; -update noar tt set v0='CGB2XFXIR' where id=2; -update noar ti set v0='CGB2XFXIR' where id=2; -update noar tt set b0='IHO327JYV794G0RQH7LA7URIBJWW' where id=2; -update noar ti set b0='IHO327JYV794G0RQH7LA7URIBJWW' where id=2; -update noar tt set v0='UMXMTB98EV60DRZ0JSB' where id=2; -update noar ti set v0='UMXMTB98EV60DRZ0JSB' where id=2; -update noar tt set b1='E9IFJ90331470' where id=2; -update noar ti set b1='E9IFJ90331470' where id=2; -update noar tt set v0='L7IWJAT086QZDQXPF6ECFVH5' where id=2; -update noar ti set v0='L7IWJAT086QZDQXPF6ECFVH5' where id=2; -update noar tt set b2='YQXL29Y5P5JA' where id=2; -update noar ti set b2='YQXL29Y5P5JA' where id=2; -update noar tt set v0='IF3' where id=3; -update noar ti set v0='IF3' where id=3; -update noar tt set b0='Z327MOBIH5UNGT9' where id=3; -update noar ti set b0='Z327MOBIH5UNGT9' where id=3; -update noar tt set v0='ZZEDB552VCCM7I6JM28' where id=3; -update noar ti set v0='ZZEDB552VCCM7I6JM28' where id=3; -update noar tt set b1='9' where id=3; -update noar ti set b1='9' where id=3; -update noar tt set v0='V4PT5595UDSE02CIC94GX4RZZO' where id=3; -update noar ti set v0='V4PT5595UDSE02CIC94GX4RZZO' where id=3; -update noar tt set b2='06NDBSIP6SZOTZ6LBEUP5415HVODSJF4' where id=3; -update noar ti set b2='06NDBSIP6SZOTZ6LBEUP5415HVODSJF4' where id=3; -update noar tt set v0='NPZ2GQHN' where id=4; -update noar ti set v0='NPZ2GQHN' where id=4; -update noar tt set b0='MYQKZXCZR26DP82VWJH0HO3N4GA' where id=4; -update noar ti set b0='MYQKZXCZR26DP82VWJH0HO3N4GA' where id=4; -update noar tt set v0='D5MGNN4Y' where id=4; -update noar ti set v0='D5MGNN4Y' where id=4; -update noar tt set b1='CJ3EQT8H5ZK92SYWQ3U27BS2CNV0I' where id=4; -update noar ti set b1='CJ3EQT8H5ZK92SYWQ3U27BS2CNV0I' where id=4; -update noar tt set v0='J016SR4A1DF2P8X8ZNDV' where id=4; -update noar ti set v0='J016SR4A1DF2P8X8ZNDV' where id=4; -update noar tt set b2='5IANI6G1NQKYF9I46T3' where id=4; -update noar ti set b2='5IANI6G1NQKYF9I46T3' where id=4; -update noar tt set v0='BCIWXNAWRS9M549UQTMSL7PIKXNZH' where id=5; -update noar ti set v0='BCIWXNAWRS9M549UQTMSL7PIKXNZH' where id=5; -update noar tt set b0='Z2ODG96SKB09KIFRJX' where id=5; -update noar ti set b0='Z2ODG96SKB09KIFRJX' where id=5; -update noar tt set v0='IS99EO6VJ66' where id=5; -update noar ti set v0='IS99EO6VJ66' where id=5; -update noar tt set b1='0JRF1RXMGBQMJY0QT6AUVIZ' where id=5; -update noar ti set b1='0JRF1RXMGBQMJY0QT6AUVIZ' where id=5; -update noar tt set v0='LM1FNI62ENHU7AZ865EGKT' where id=5; -update noar ti set v0='LM1FNI62ENHU7AZ865EGKT' where id=5; -update noar tt set b2='9ZT1' where id=5; -update noar ti set b2='9ZT1' where id=5; -update noar tt set v0='L7VFIOX704O6PM51UCBTGC5S8RIC' where id=6; -update noar ti set v0='L7VFIOX704O6PM51UCBTGC5S8RIC' where id=6; -update noar tt set b0='6G4OMQVW5X' where id=6; -update noar ti set b0='6G4OMQVW5X' where id=6; -update noar tt set v0='YZN34MDP466BG55X' where id=6; -update noar ti set v0='YZN34MDP466BG55X' where id=6; -update noar tt set b1='PM8K0Y155ONLXB2W2H9U53ZO' where id=6; -update noar ti set b1='PM8K0Y155ONLXB2W2H9U53ZO' where id=6; -update noar tt set v0='RQVJHLS739VTGG8590HXQ7KI40' where id=6; -update noar ti set v0='RQVJHLS739VTGG8590HXQ7KI40' where id=6; -update noar tt set b2='4' where id=6; -update noar ti set b2='4' where id=6; -update noar tt set v0='8O9' where id=7; -update noar ti set v0='8O9' where id=7; -update noar tt set b0='NFX58YYOUZQD66SJS37JC123LAV5R' where id=7; -update noar ti set b0='NFX58YYOUZQD66SJS37JC123LAV5R' where id=7; -update noar tt set v0='4TBUU' where id=7; -update noar ti set v0='4TBUU' where id=7; -update noar tt set b1='BLUDG' where id=7; -update noar ti set b1='BLUDG' where id=7; -update noar tt set v0='YA2UP7G1I2SS0IWBI1S8IN' where id=7; -update noar ti set v0='YA2UP7G1I2SS0IWBI1S8IN' where id=7; -update noar tt set b2='CJD3WB776' where id=7; -update noar ti set b2='CJD3WB776' where id=7; -update noar tt set v0='COUZVICO6LPT17D8ZSMMRYTXDMM7VFM' where id=8; -update noar ti set v0='COUZVICO6LPT17D8ZSMMRYTXDMM7VFM' where id=8; -update noar tt set b0='E' where id=8; -update noar ti set b0='E' where id=8; -update noar tt set v0='AT' where id=8; -update noar ti set v0='AT' where id=8; -update noar tt set b1='OW597CDINVP6O0' where id=8; -update noar ti set b1='OW597CDINVP6O0' where id=8; -update noar tt set v0='WRM7CFZOUWX4S00HTCOTT5OOAM' where id=8; -update noar ti set v0='WRM7CFZOUWX4S00HTCOTT5OOAM' where id=8; -update noar tt set b2='1WGQ8HBB4EDLR7J5BYQBZ' where id=8; -update noar ti set b2='1WGQ8HBB4EDLR7J5BYQBZ' where id=8; -update noar tt set v0='E7YO7' where id=9; -update noar ti set v0='E7YO7' where id=9; -update noar tt set b0='BAAQSW1W3QQYC' where id=9; -update noar ti set b0='BAAQSW1W3QQYC' where id=9; -update noar tt set v0='6IQDSGGOVZL2H3A5NMVNPECOQEHDNUR' where id=9; -update noar ti set v0='6IQDSGGOVZL2H3A5NMVNPECOQEHDNUR' where id=9; -update noar tt set b1='N3SIY0U25Q4IR4SYI74OJGS' where id=9; -update noar ti set b1='N3SIY0U25Q4IR4SYI74OJGS' where id=9; -update noar tt set v0='R2' where id=9; -update noar ti set v0='R2' where id=9; -update noar tt set b2='JBZC' where id=9; -update noar ti set b2='JBZC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6T57Z0MJ5HF28YRCCLEK4GC' where id=1; -update noar ti set v0='6T57Z0MJ5HF28YRCCLEK4GC' where id=1; -update noar tt set b0='2' where id=1; -update noar ti set b0='2' where id=1; -update noar tt set v0='SPZPC6T4ML6HA2W78HT' where id=1; -update noar ti set v0='SPZPC6T4ML6HA2W78HT' where id=1; -update noar tt set b1='8E5E0EH77USBWL' where id=1; -update noar ti set b1='8E5E0EH77USBWL' where id=1; -update noar tt set v0='JQEBFMBDE0YWEF83LRI97DS730TBH' where id=1; -update noar ti set v0='JQEBFMBDE0YWEF83LRI97DS730TBH' where id=1; -update noar tt set b2='WC' where id=1; -update noar ti set b2='WC' where id=1; -update noar tt set v0='VHYWOX66ZSZ2DCEFMTBNZSTON5EN0' where id=2; -update noar ti set v0='VHYWOX66ZSZ2DCEFMTBNZSTON5EN0' where id=2; -update noar tt set b0='R414V99Y3EWO1DF0Q6VBHCN0U8TBFH0' where id=2; -update noar ti set b0='R414V99Y3EWO1DF0Q6VBHCN0U8TBFH0' where id=2; -update noar tt set v0='UVNZL21Y67JQTEM6M' where id=2; -update noar ti set v0='UVNZL21Y67JQTEM6M' where id=2; -update noar tt set b1='8CP' where id=2; -update noar ti set b1='8CP' where id=2; -update noar tt set v0='OV1LLSZMEN2' where id=2; -update noar ti set v0='OV1LLSZMEN2' where id=2; -update noar tt set b2='Y' where id=2; -update noar ti set b2='Y' where id=2; -update noar tt set v0='MAD' where id=3; -update noar ti set v0='MAD' where id=3; -update noar tt set b0='4' where id=3; -update noar ti set b0='4' where id=3; -update noar tt set v0='NIG6QCNDBD' where id=3; -update noar ti set v0='NIG6QCNDBD' where id=3; -update noar tt set b1='NUS2MMOL' where id=3; -update noar ti set b1='NUS2MMOL' where id=3; -update noar tt set v0='FWI9485DIK9M7ULG' where id=3; -update noar ti set v0='FWI9485DIK9M7ULG' where id=3; -update noar tt set b2='PDNTVL3PG4QLZ0176TMLDS3M' where id=3; -update noar ti set b2='PDNTVL3PG4QLZ0176TMLDS3M' where id=3; -update noar tt set v0='GK3X5I89EI9IUHQB2L696TWY82UR0ZM' where id=4; -update noar ti set v0='GK3X5I89EI9IUHQB2L696TWY82UR0ZM' where id=4; -update noar tt set b0='94UEBT9MDZ34ILEQ9VDL4BI4YURIKY' where id=4; -update noar ti set b0='94UEBT9MDZ34ILEQ9VDL4BI4YURIKY' where id=4; -update noar tt set v0='9833Y62899920HA' where id=4; -update noar ti set v0='9833Y62899920HA' where id=4; -update noar tt set b1='7EUY4R3NGGIFVI2X4W1OIV4Y' where id=4; -update noar ti set b1='7EUY4R3NGGIFVI2X4W1OIV4Y' where id=4; -update noar tt set v0='BTH8YX7AOUOO0PQE4T1KNNWMKKSR' where id=4; -update noar ti set v0='BTH8YX7AOUOO0PQE4T1KNNWMKKSR' where id=4; -update noar tt set b2='7GQPWLKBNIRFAE1V9VXBIG39X0H24' where id=4; -update noar ti set b2='7GQPWLKBNIRFAE1V9VXBIG39X0H24' where id=4; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b0='B2' where id=5; -update noar ti set b0='B2' where id=5; -update noar tt set v0='H4KNIR7K2IDD1' where id=5; -update noar ti set v0='H4KNIR7K2IDD1' where id=5; -update noar tt set b1='QYMXMYPGIYX0I1P' where id=5; -update noar ti set b1='QYMXMYPGIYX0I1P' where id=5; -update noar tt set v0='8WF20H' where id=5; -update noar ti set v0='8WF20H' where id=5; -update noar tt set b2='OEN5' where id=5; -update noar ti set b2='OEN5' where id=5; -update noar tt set v0='1U9FCA33VEPAVFZ8' where id=6; -update noar ti set v0='1U9FCA33VEPAVFZ8' where id=6; -update noar tt set b0='PATN3LEKBVQGRY8RNN0GWQDR' where id=6; -update noar ti set b0='PATN3LEKBVQGRY8RNN0GWQDR' where id=6; -update noar tt set v0='MZOWMIURY0OG2CH' where id=6; -update noar ti set v0='MZOWMIURY0OG2CH' where id=6; -update noar tt set b1='NZ31WVLY8CHY8PSDY1' where id=6; -update noar ti set b1='NZ31WVLY8CHY8PSDY1' where id=6; -update noar tt set v0='WQ4YN3PQZSD3TKI5SPMASVY3D3TNP' where id=6; -update noar ti set v0='WQ4YN3PQZSD3TKI5SPMASVY3D3TNP' where id=6; -update noar tt set b2='4CIZ04MZA54QKHZ2' where id=6; -update noar ti set b2='4CIZ04MZA54QKHZ2' where id=6; -update noar tt set v0='TPTLQ1WBIY7G0U9TE190DRYH' where id=7; -update noar ti set v0='TPTLQ1WBIY7G0U9TE190DRYH' where id=7; -update noar tt set b0='RGALWIA38AQRPN' where id=7; -update noar ti set b0='RGALWIA38AQRPN' where id=7; -update noar tt set v0='1ADCW' where id=7; -update noar ti set v0='1ADCW' where id=7; -update noar tt set b1='6' where id=7; -update noar ti set b1='6' where id=7; -update noar tt set v0='XA4U5H3T76306ELD0IOICWK3NO5I5' where id=7; -update noar ti set v0='XA4U5H3T76306ELD0IOICWK3NO5I5' where id=7; -update noar tt set b2='1R735KSH2SM7IU0L4RHTHD9VDCT379FW' where id=7; -update noar ti set b2='1R735KSH2SM7IU0L4RHTHD9VDCT379FW' where id=7; -update noar tt set v0='HQZZ' where id=8; -update noar ti set v0='HQZZ' where id=8; -update noar tt set b0='ZMKGY' where id=8; -update noar ti set b0='ZMKGY' where id=8; -update noar tt set v0='VIS8RFT' where id=8; -update noar ti set v0='VIS8RFT' where id=8; -update noar tt set b1='40FPV46TH38OV846TI0VCBYBNHU' where id=8; -update noar ti set b1='40FPV46TH38OV846TI0VCBYBNHU' where id=8; -update noar tt set v0='B76' where id=8; -update noar ti set v0='B76' where id=8; -update noar tt set b2='B6U9UD8BVWK0PK4PQ9O' where id=8; -update noar ti set b2='B6U9UD8BVWK0PK4PQ9O' where id=8; -update noar tt set v0='23R1YXZGW0FNHLGXDV2YY' where id=9; -update noar ti set v0='23R1YXZGW0FNHLGXDV2YY' where id=9; -update noar tt set b0='CWY1IVH3WPNFILPSU9Z3770WH1' where id=9; -update noar ti set b0='CWY1IVH3WPNFILPSU9Z3770WH1' where id=9; -update noar tt set v0='9VE0PIRV3B' where id=9; -update noar ti set v0='9VE0PIRV3B' where id=9; -update noar tt set b1='KW1TVEE' where id=9; -update noar ti set b1='KW1TVEE' where id=9; -update noar tt set v0='9AY7ZHE2D6U15FBFET9' where id=9; -update noar ti set v0='9AY7ZHE2D6U15FBFET9' where id=9; -update noar tt set b2='AWHDVCOLTLGJ' where id=9; -update noar ti set b2='AWHDVCOLTLGJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='05CWV2GHJXH51UP' where id=1; -update noar ti set v0='05CWV2GHJXH51UP' where id=1; -update noar tt set b0='EHCD' where id=1; -update noar ti set b0='EHCD' where id=1; -update noar tt set v0='W5AN0F0E9SJWKA2F6DTJ6JGS' where id=1; -update noar ti set v0='W5AN0F0E9SJWKA2F6DTJ6JGS' where id=1; -update noar tt set b1='ST7ZYLSTR102S71TCSY3XPQRCG6F8OJR' where id=1; -update noar ti set b1='ST7ZYLSTR102S71TCSY3XPQRCG6F8OJR' where id=1; -update noar tt set v0='A0ZJ' where id=1; -update noar ti set v0='A0ZJ' where id=1; -update noar tt set b2='NJU7BOAI8VM0W0CQM29C' where id=1; -update noar ti set b2='NJU7BOAI8VM0W0CQM29C' where id=1; -update noar tt set v0='0EBR5' where id=2; -update noar ti set v0='0EBR5' where id=2; -update noar tt set b0='5Z5N9WWMKF0ICX9T6PN6ZYAM30IZ' where id=2; -update noar ti set b0='5Z5N9WWMKF0ICX9T6PN6ZYAM30IZ' where id=2; -update noar tt set v0='6TC9G3DYUGS4RG4' where id=2; -update noar ti set v0='6TC9G3DYUGS4RG4' where id=2; -update noar tt set b1='VW3RDWEK1R7' where id=2; -update noar ti set b1='VW3RDWEK1R7' where id=2; -update noar tt set v0='HQYDID8' where id=2; -update noar ti set v0='HQYDID8' where id=2; -update noar tt set b2='MRTVEJ2HQQ' where id=2; -update noar ti set b2='MRTVEJ2HQQ' where id=2; -update noar tt set v0='ALKMVDQ0QYU2BZT' where id=3; -update noar ti set v0='ALKMVDQ0QYU2BZT' where id=3; -update noar tt set b0='E0T9VH0ADK8PX0KIHRZ8CVQRETH' where id=3; -update noar ti set b0='E0T9VH0ADK8PX0KIHRZ8CVQRETH' where id=3; -update noar tt set v0='AU9R17' where id=3; -update noar ti set v0='AU9R17' where id=3; -update noar tt set b1='114VNC2' where id=3; -update noar ti set b1='114VNC2' where id=3; -update noar tt set v0='NZZ' where id=3; -update noar ti set v0='NZZ' where id=3; -update noar tt set b2='OLCES341WKYAB02S5J20TKNOOJ7X9DQY' where id=3; -update noar ti set b2='OLCES341WKYAB02S5J20TKNOOJ7X9DQY' where id=3; -update noar tt set v0='2F8EJZ2UKXEZ' where id=4; -update noar ti set v0='2F8EJZ2UKXEZ' where id=4; -update noar tt set b0='SH09QABX99K63AGBWG1T90FIJQS1Z' where id=4; -update noar ti set b0='SH09QABX99K63AGBWG1T90FIJQS1Z' where id=4; -update noar tt set v0='5H4CMXP60IQJYI3N' where id=4; -update noar ti set v0='5H4CMXP60IQJYI3N' where id=4; -update noar tt set b1='GTE9V8WRNN651CECWGGY2' where id=4; -update noar ti set b1='GTE9V8WRNN651CECWGGY2' where id=4; -update noar tt set v0='75I3ZOKJSQ7E36A9ZLVJ' where id=4; -update noar ti set v0='75I3ZOKJSQ7E36A9ZLVJ' where id=4; -update noar tt set b2='WR7AB' where id=4; -update noar ti set b2='WR7AB' where id=4; -update noar tt set v0='UKS' where id=5; -update noar ti set v0='UKS' where id=5; -update noar tt set b0='F4HYLEFNDMFB41Z6GEP9JK3IF6Q0' where id=5; -update noar ti set b0='F4HYLEFNDMFB41Z6GEP9JK3IF6Q0' where id=5; -update noar tt set v0='SGFCDL7L85' where id=5; -update noar ti set v0='SGFCDL7L85' where id=5; -update noar tt set b1='9IOUZQSVQD846O52N' where id=5; -update noar ti set b1='9IOUZQSVQD846O52N' where id=5; -update noar tt set v0='WZVC9X' where id=5; -update noar ti set v0='WZVC9X' where id=5; -update noar tt set b2='GKMIS4V5KL' where id=5; -update noar ti set b2='GKMIS4V5KL' where id=5; -update noar tt set v0='YZLU5P6JW37HK84HS5PREIW67IN7' where id=6; -update noar ti set v0='YZLU5P6JW37HK84HS5PREIW67IN7' where id=6; -update noar tt set b0='ONPM8OR' where id=6; -update noar ti set b0='ONPM8OR' where id=6; -update noar tt set v0='6VNFHCUH0' where id=6; -update noar ti set v0='6VNFHCUH0' where id=6; -update noar tt set b1='IKZHW5S1DZP8JY6GK4U' where id=6; -update noar ti set b1='IKZHW5S1DZP8JY6GK4U' where id=6; -update noar tt set v0='378AB7WXHPW' where id=6; -update noar ti set v0='378AB7WXHPW' where id=6; -update noar tt set b2='A8HGRZRSQ4JITVGR3E4ZK1ES1' where id=6; -update noar ti set b2='A8HGRZRSQ4JITVGR3E4ZK1ES1' where id=6; -update noar tt set v0='FTAY6H5KIALKS6L' where id=7; -update noar ti set v0='FTAY6H5KIALKS6L' where id=7; -update noar tt set b0='GE4XOCVTI4ZAU35E67U1' where id=7; -update noar ti set b0='GE4XOCVTI4ZAU35E67U1' where id=7; -update noar tt set v0='KBVF76IFMI4IAGDC' where id=7; -update noar ti set v0='KBVF76IFMI4IAGDC' where id=7; -update noar tt set b1='9K7ZN87VSEC5PBR98125430EV' where id=7; -update noar ti set b1='9K7ZN87VSEC5PBR98125430EV' where id=7; -update noar tt set v0='SV7GRLJP0PWX4U3P40HF9HMETT0' where id=7; -update noar ti set v0='SV7GRLJP0PWX4U3P40HF9HMETT0' where id=7; -update noar tt set b2='R2FY6MUAYN43X9ITTPDFCPKG' where id=7; -update noar ti set b2='R2FY6MUAYN43X9ITTPDFCPKG' where id=7; -update noar tt set v0='G1ET1KC' where id=8; -update noar ti set v0='G1ET1KC' where id=8; -update noar tt set b0='47OHVP05PZ' where id=8; -update noar ti set b0='47OHVP05PZ' where id=8; -update noar tt set v0='WORGCZSQ3DV92ZWFWZ' where id=8; -update noar ti set v0='WORGCZSQ3DV92ZWFWZ' where id=8; -update noar tt set b1='KQ6MX9JODAO' where id=8; -update noar ti set b1='KQ6MX9JODAO' where id=8; -update noar tt set v0='OZMM8R5WVIQ8X4GAQ5V6XJ' where id=8; -update noar ti set v0='OZMM8R5WVIQ8X4GAQ5V6XJ' where id=8; -update noar tt set b2='ELI7FK0AT22XBYAARYD3EUZ3' where id=8; -update noar ti set b2='ELI7FK0AT22XBYAARYD3EUZ3' where id=8; -update noar tt set v0='S6XLX4IP' where id=9; -update noar ti set v0='S6XLX4IP' where id=9; -update noar tt set b0='56MM1D70V8C4Y0F2' where id=9; -update noar ti set b0='56MM1D70V8C4Y0F2' where id=9; -update noar tt set v0='EN59XNPMTT9JA' where id=9; -update noar ti set v0='EN59XNPMTT9JA' where id=9; -update noar tt set b1='HEIOWG4Y50N4PD8ZBDMIG8' where id=9; -update noar ti set b1='HEIOWG4Y50N4PD8ZBDMIG8' where id=9; -update noar tt set v0='59L6BZEI9IQ' where id=9; -update noar ti set v0='59L6BZEI9IQ' where id=9; -update noar tt set b2='Z43TH0999N3WJVZ8HCB2' where id=9; -update noar ti set b2='Z43TH0999N3WJVZ8HCB2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KKSH' where id=1; -update noar ti set v0='KKSH' where id=1; -update noar tt set b0='20RENUKZACFQK2TZMGW5' where id=1; -update noar ti set b0='20RENUKZACFQK2TZMGW5' where id=1; -update noar tt set v0='G3NOK' where id=1; -update noar ti set v0='G3NOK' where id=1; -update noar tt set b1='MNT' where id=1; -update noar ti set b1='MNT' where id=1; -update noar tt set v0='MBR08KP' where id=1; -update noar ti set v0='MBR08KP' where id=1; -update noar tt set b2='V85YQ293ZGI2Z' where id=1; -update noar ti set b2='V85YQ293ZGI2Z' where id=1; -update noar tt set v0='U8U' where id=2; -update noar ti set v0='U8U' where id=2; -update noar tt set b0='MDMCX7G1V0FY3TTOLIWCPN8BRQMD' where id=2; -update noar ti set b0='MDMCX7G1V0FY3TTOLIWCPN8BRQMD' where id=2; -update noar tt set v0='PIW9S70EWBH' where id=2; -update noar ti set v0='PIW9S70EWBH' where id=2; -update noar tt set b1='3CJ9SAKJ4I7NDAEIGG3IAMLP0Z3M' where id=2; -update noar ti set b1='3CJ9SAKJ4I7NDAEIGG3IAMLP0Z3M' where id=2; -update noar tt set v0='N' where id=2; -update noar ti set v0='N' where id=2; -update noar tt set b2='AWGZRY1DZAKN797A9MZ' where id=2; -update noar ti set b2='AWGZRY1DZAKN797A9MZ' where id=2; -update noar tt set v0='S0HH' where id=3; -update noar ti set v0='S0HH' where id=3; -update noar tt set b0='8JVAE5N1PL' where id=3; -update noar ti set b0='8JVAE5N1PL' where id=3; -update noar tt set v0='QFBMMTYCMH' where id=3; -update noar ti set v0='QFBMMTYCMH' where id=3; -update noar tt set b1='K5BAGGN' where id=3; -update noar ti set b1='K5BAGGN' where id=3; -update noar tt set v0='WFNL6JXSRV' where id=3; -update noar ti set v0='WFNL6JXSRV' where id=3; -update noar tt set b2='W66T66ZYPTRA' where id=3; -update noar ti set b2='W66T66ZYPTRA' where id=3; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b0='YLL3JUP' where id=4; -update noar ti set b0='YLL3JUP' where id=4; -update noar tt set v0='CULAOUYY74VFCMWWNR3RP4F9NSOJBE3' where id=4; -update noar ti set v0='CULAOUYY74VFCMWWNR3RP4F9NSOJBE3' where id=4; -update noar tt set b1='JW4RPJY4K8GCZIZJ' where id=4; -update noar ti set b1='JW4RPJY4K8GCZIZJ' where id=4; -update noar tt set v0='GQUTME1NL8ZPNN95HAA808XA' where id=4; -update noar ti set v0='GQUTME1NL8ZPNN95HAA808XA' where id=4; -update noar tt set b2='BSDJ2' where id=4; -update noar ti set b2='BSDJ2' where id=4; -update noar tt set v0='EYOY6Y04IDVFMTNWVL2BYV0' where id=5; -update noar ti set v0='EYOY6Y04IDVFMTNWVL2BYV0' where id=5; -update noar tt set b0='VMD3Z948Q7HOU9QKNMHSO' where id=5; -update noar ti set b0='VMD3Z948Q7HOU9QKNMHSO' where id=5; -update noar tt set v0='LL1VFJPVE1E18D7P' where id=5; -update noar ti set v0='LL1VFJPVE1E18D7P' where id=5; -update noar tt set b1='KPOCZE' where id=5; -update noar ti set b1='KPOCZE' where id=5; -update noar tt set v0='KW057LMWSU7A6JKPEWBO7N6U' where id=5; -update noar ti set v0='KW057LMWSU7A6JKPEWBO7N6U' where id=5; -update noar tt set b2='09FCD3NXHS23TQYKIZ7SINSGT5EQ63' where id=5; -update noar ti set b2='09FCD3NXHS23TQYKIZ7SINSGT5EQ63' where id=5; -update noar tt set v0='LASCQOV7EIV19W8P7J' where id=6; -update noar ti set v0='LASCQOV7EIV19W8P7J' where id=6; -update noar tt set b0='CXRIEOFUSG7O' where id=6; -update noar ti set b0='CXRIEOFUSG7O' where id=6; -update noar tt set v0='B6L2CYW29VR6NZFK4U2JB01O' where id=6; -update noar ti set v0='B6L2CYW29VR6NZFK4U2JB01O' where id=6; -update noar tt set b1='P6QTM59F326L8FPY902I' where id=6; -update noar ti set b1='P6QTM59F326L8FPY902I' where id=6; -update noar tt set v0='24KB7QYB5X8ZDAP1RY1' where id=6; -update noar ti set v0='24KB7QYB5X8ZDAP1RY1' where id=6; -update noar tt set b2='S94QJUQSF8FUDXP31QX0VW' where id=6; -update noar ti set b2='S94QJUQSF8FUDXP31QX0VW' where id=6; -update noar tt set v0='1697HSPIOZSBQJRKG5AWP4K7TF1A6N' where id=7; -update noar ti set v0='1697HSPIOZSBQJRKG5AWP4K7TF1A6N' where id=7; -update noar tt set b0='N4Y6LL9Z11WFX5D4DOCJ' where id=7; -update noar ti set b0='N4Y6LL9Z11WFX5D4DOCJ' where id=7; -update noar tt set v0='N7JM' where id=7; -update noar ti set v0='N7JM' where id=7; -update noar tt set b1='OK4NDKW3724' where id=7; -update noar ti set b1='OK4NDKW3724' where id=7; -update noar tt set v0='RJZS4GL5DLN' where id=7; -update noar ti set v0='RJZS4GL5DLN' where id=7; -update noar tt set b2='ORQD68OU0R' where id=7; -update noar ti set b2='ORQD68OU0R' where id=7; -update noar tt set v0='R75BKW4AL0U2QD66JFDZCO76' where id=8; -update noar ti set v0='R75BKW4AL0U2QD66JFDZCO76' where id=8; -update noar tt set b0='38L' where id=8; -update noar ti set b0='38L' where id=8; -update noar tt set v0='EGNFNW' where id=8; -update noar ti set v0='EGNFNW' where id=8; -update noar tt set b1='49' where id=8; -update noar ti set b1='49' where id=8; -update noar tt set v0='8BFY74JEQSYWCU477CL497ZTN7NJ' where id=8; -update noar ti set v0='8BFY74JEQSYWCU477CL497ZTN7NJ' where id=8; -update noar tt set b2='I3QS' where id=8; -update noar ti set b2='I3QS' where id=8; -update noar tt set v0='ZC6ZHZ4EFIQ7NV5' where id=9; -update noar ti set v0='ZC6ZHZ4EFIQ7NV5' where id=9; -update noar tt set b0='6JAV9F0C' where id=9; -update noar ti set b0='6JAV9F0C' where id=9; -update noar tt set v0='XE7FH2N66T2X2UMSEAL9I7ZTFV' where id=9; -update noar ti set v0='XE7FH2N66T2X2UMSEAL9I7ZTFV' where id=9; -update noar tt set b1='JS6K' where id=9; -update noar ti set b1='JS6K' where id=9; -update noar tt set v0='E8YVB509UQULR' where id=9; -update noar ti set v0='E8YVB509UQULR' where id=9; -update noar tt set b2='HO4NQEWU52AX27Y92GYM6DHTW00' where id=9; -update noar ti set b2='HO4NQEWU52AX27Y92GYM6DHTW00' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='730S4BY2LFQ1ROQ6RZ' where id=1; -update noar ti set v0='730S4BY2LFQ1ROQ6RZ' where id=1; -update noar tt set b0='15284GTV59H2JZG847J3HHA9EBK' where id=1; -update noar ti set b0='15284GTV59H2JZG847J3HHA9EBK' where id=1; -update noar tt set v0='I9VJGQYZJBWCLC' where id=1; -update noar ti set v0='I9VJGQYZJBWCLC' where id=1; -update noar tt set b1='95CR1CHKS' where id=1; -update noar ti set b1='95CR1CHKS' where id=1; -update noar tt set v0='JRNCJUP3KMGW94RVQ3UBHSEGDOGV' where id=1; -update noar ti set v0='JRNCJUP3KMGW94RVQ3UBHSEGDOGV' where id=1; -update noar tt set b2='VKQCVL71BUU1' where id=1; -update noar ti set b2='VKQCVL71BUU1' where id=1; -update noar tt set v0='0ZRBDO' where id=2; -update noar ti set v0='0ZRBDO' where id=2; -update noar tt set b0='HAO9Z1KDQEPV4RP2RQUTQ' where id=2; -update noar ti set b0='HAO9Z1KDQEPV4RP2RQUTQ' where id=2; -update noar tt set v0='05JYULBJ49Q38BOVGP2TZ58A' where id=2; -update noar ti set v0='05JYULBJ49Q38BOVGP2TZ58A' where id=2; -update noar tt set b1='R0OQXQOQR' where id=2; -update noar ti set b1='R0OQXQOQR' where id=2; -update noar tt set v0='C3WP5AQV59YJ8GVSJYF' where id=2; -update noar ti set v0='C3WP5AQV59YJ8GVSJYF' where id=2; -update noar tt set b2='FO519T33SP' where id=2; -update noar ti set b2='FO519T33SP' where id=2; -update noar tt set v0='W5U7XIIF9HTF2PXPOTGHMT' where id=3; -update noar ti set v0='W5U7XIIF9HTF2PXPOTGHMT' where id=3; -update noar tt set b0='5LBTK3UEGFWJRGXGVPLT' where id=3; -update noar ti set b0='5LBTK3UEGFWJRGXGVPLT' where id=3; -update noar tt set v0='VXJ3QQ1QSB1698ITA5P4ORECHHIP3DZ' where id=3; -update noar ti set v0='VXJ3QQ1QSB1698ITA5P4ORECHHIP3DZ' where id=3; -update noar tt set b1='UOGVNYUYLM9ALF28MMXCWR2AG26O8VA0' where id=3; -update noar ti set b1='UOGVNYUYLM9ALF28MMXCWR2AG26O8VA0' where id=3; -update noar tt set v0='3DK2H85BRW8LM' where id=3; -update noar ti set v0='3DK2H85BRW8LM' where id=3; -update noar tt set b2='J3E8D6F5V9CURDJR2EW5DYH82RMZNS' where id=3; -update noar ti set b2='J3E8D6F5V9CURDJR2EW5DYH82RMZNS' where id=3; -update noar tt set v0='C2' where id=4; -update noar ti set v0='C2' where id=4; -update noar tt set b0='AAVC7N7RT0G9WHDYV' where id=4; -update noar ti set b0='AAVC7N7RT0G9WHDYV' where id=4; -update noar tt set v0='DOS4Z0EV0QDJ90XY95B11KZ3F0EZ' where id=4; -update noar ti set v0='DOS4Z0EV0QDJ90XY95B11KZ3F0EZ' where id=4; -update noar tt set b1='EWVU6RRB6BC0HU8OQSR67VXHNAL1T2C' where id=4; -update noar ti set b1='EWVU6RRB6BC0HU8OQSR67VXHNAL1T2C' where id=4; -update noar tt set v0='TQICCY1AZX4FOA72NG8L0402A4REK' where id=4; -update noar ti set v0='TQICCY1AZX4FOA72NG8L0402A4REK' where id=4; -update noar tt set b2='YEZNQFTW6BGO1ELWFZY0Z' where id=4; -update noar ti set b2='YEZNQFTW6BGO1ELWFZY0Z' where id=4; -update noar tt set v0='P5L4FKEV5L3S98URRX00UH38XA1P0' where id=5; -update noar ti set v0='P5L4FKEV5L3S98URRX00UH38XA1P0' where id=5; -update noar tt set b0='82W' where id=5; -update noar ti set b0='82W' where id=5; -update noar tt set v0='DSNSQC' where id=5; -update noar ti set v0='DSNSQC' where id=5; -update noar tt set b1='R7EOMNRT6C' where id=5; -update noar ti set b1='R7EOMNRT6C' where id=5; -update noar tt set v0='U6FQ0SA0TAJXE1W' where id=5; -update noar ti set v0='U6FQ0SA0TAJXE1W' where id=5; -update noar tt set b2='DGI6MBQ6OI1JOWJKJ7HW5RNBUWG4N' where id=5; -update noar ti set b2='DGI6MBQ6OI1JOWJKJ7HW5RNBUWG4N' where id=5; -update noar tt set v0='7N2I7E0G8OMF0D9YN22PZ714P1UM3' where id=6; -update noar ti set v0='7N2I7E0G8OMF0D9YN22PZ714P1UM3' where id=6; -update noar tt set b0='6Q8E019EXCBF0FY1E' where id=6; -update noar ti set b0='6Q8E019EXCBF0FY1E' where id=6; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b1='7R9Z76C2IUAJEZD0LI0Y3T4Q71BSKM' where id=6; -update noar ti set b1='7R9Z76C2IUAJEZD0LI0Y3T4Q71BSKM' where id=6; -update noar tt set v0='8FNO6PICJVNM8F4P' where id=6; -update noar ti set v0='8FNO6PICJVNM8F4P' where id=6; -update noar tt set b2='KGA3FLL' where id=6; -update noar ti set b2='KGA3FLL' where id=6; -update noar tt set v0='FOFOU5SSBEY74' where id=7; -update noar ti set v0='FOFOU5SSBEY74' where id=7; -update noar tt set b0='N5MI1T5J2P' where id=7; -update noar ti set b0='N5MI1T5J2P' where id=7; -update noar tt set v0='6G6B3T6B4607B6HCW' where id=7; -update noar ti set v0='6G6B3T6B4607B6HCW' where id=7; -update noar tt set b1='S4LOH43M5F6' where id=7; -update noar ti set b1='S4LOH43M5F6' where id=7; -update noar tt set v0='DHA034' where id=7; -update noar ti set v0='DHA034' where id=7; -update noar tt set b2='M7T44RG3L34D4T4FQDZ2MK0TH' where id=7; -update noar ti set b2='M7T44RG3L34D4T4FQDZ2MK0TH' where id=7; -update noar tt set v0='P2FZDIK7APOX3DK4Z' where id=8; -update noar ti set v0='P2FZDIK7APOX3DK4Z' where id=8; -update noar tt set b0='EGYD8ZXFKSC4T1XYLL706Z64ORT2WRS' where id=8; -update noar ti set b0='EGYD8ZXFKSC4T1XYLL706Z64ORT2WRS' where id=8; -update noar tt set v0='935X' where id=8; -update noar ti set v0='935X' where id=8; -update noar tt set b1='VLI4SLWTQX78L1AHA1W2UAD9SQ4A8' where id=8; -update noar ti set b1='VLI4SLWTQX78L1AHA1W2UAD9SQ4A8' where id=8; -update noar tt set v0='LVEE855CMT0VPDG9YWPFI629QPO8' where id=8; -update noar ti set v0='LVEE855CMT0VPDG9YWPFI629QPO8' where id=8; -update noar tt set b2='6NIGT1D0MP' where id=8; -update noar ti set b2='6NIGT1D0MP' where id=8; -update noar tt set v0='131K6JLGSPA17809FK7U4ZX' where id=9; -update noar ti set v0='131K6JLGSPA17809FK7U4ZX' where id=9; -update noar tt set b0='OZ6WVU765FF0GBBGLL0EP3SFFDJ3FI94' where id=9; -update noar ti set b0='OZ6WVU765FF0GBBGLL0EP3SFFDJ3FI94' where id=9; -update noar tt set v0='ZRZCEYVHE8SVX5PEM0U3FYRW7R3N3SE' where id=9; -update noar ti set v0='ZRZCEYVHE8SVX5PEM0U3FYRW7R3N3SE' where id=9; -update noar tt set b1='GRV8FZELWL4FOLG' where id=9; -update noar ti set b1='GRV8FZELWL4FOLG' where id=9; -update noar tt set v0='116I2QN' where id=9; -update noar ti set v0='116I2QN' where id=9; -update noar tt set b2='1R6P1BWARP405YJY1058C8HDKL' where id=9; -update noar ti set b2='1R6P1BWARP405YJY1058C8HDKL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6V0PFHSZ1I4U0GJYMJWWL79BLQD7' where id=1; -update noar ti set v0='6V0PFHSZ1I4U0GJYMJWWL79BLQD7' where id=1; -update noar tt set b0='GFRW4X7XUDD2U2T2PQMO3MYYN0I9F45' where id=1; -update noar ti set b0='GFRW4X7XUDD2U2T2PQMO3MYYN0I9F45' where id=1; -update noar tt set v0='5YMEEJRA0942V1UQPF' where id=1; -update noar ti set v0='5YMEEJRA0942V1UQPF' where id=1; -update noar tt set b1='6CJI4KZQFS36JRRKF8TWX' where id=1; -update noar ti set b1='6CJI4KZQFS36JRRKF8TWX' where id=1; -update noar tt set v0='PVPD4XT6IP9T0KH61MGZ9G1ZI91A' where id=1; -update noar ti set v0='PVPD4XT6IP9T0KH61MGZ9G1ZI91A' where id=1; -update noar tt set b2='MTA7K' where id=1; -update noar ti set b2='MTA7K' where id=1; -update noar tt set v0='DE1J9NYSXH' where id=2; -update noar ti set v0='DE1J9NYSXH' where id=2; -update noar tt set b0='ME' where id=2; -update noar ti set b0='ME' where id=2; -update noar tt set v0='LUMY' where id=2; -update noar ti set v0='LUMY' where id=2; -update noar tt set b1='4MX64BHNUYYBQ5' where id=2; -update noar ti set b1='4MX64BHNUYYBQ5' where id=2; -update noar tt set v0='MHOHJ48ZCG5SMT4E03L' where id=2; -update noar ti set v0='MHOHJ48ZCG5SMT4E03L' where id=2; -update noar tt set b2='HJR9BOT3CK3QODJ' where id=2; -update noar ti set b2='HJR9BOT3CK3QODJ' where id=2; -update noar tt set v0='TNW2K5G2VUZS4U2JETI4XUYSLBBOVJ0' where id=3; -update noar ti set v0='TNW2K5G2VUZS4U2JETI4XUYSLBBOVJ0' where id=3; -update noar tt set b0='B1IFC' where id=3; -update noar ti set b0='B1IFC' where id=3; -update noar tt set v0='DI' where id=3; -update noar ti set v0='DI' where id=3; -update noar tt set b1='24T8Q166CZ9ZMF78MMG1NUTQ9OP4' where id=3; -update noar ti set b1='24T8Q166CZ9ZMF78MMG1NUTQ9OP4' where id=3; -update noar tt set v0='T5PTXNR7XUJHSR7T0N8HUGHUQQKER' where id=3; -update noar ti set v0='T5PTXNR7XUJHSR7T0N8HUGHUQQKER' where id=3; -update noar tt set b2='9MJMHTWGM2UGCD9B56U4ZEWR6VH5Z2' where id=3; -update noar ti set b2='9MJMHTWGM2UGCD9B56U4ZEWR6VH5Z2' where id=3; -update noar tt set v0='YOWG86VZT' where id=4; -update noar ti set v0='YOWG86VZT' where id=4; -update noar tt set b0='AGDF41DN42BRHYU57UIWVYFAYN45AG' where id=4; -update noar ti set b0='AGDF41DN42BRHYU57UIWVYFAYN45AG' where id=4; -update noar tt set v0='HS' where id=4; -update noar ti set v0='HS' where id=4; -update noar tt set b1='1OP3PZDWS02S6ENKIZY4' where id=4; -update noar ti set b1='1OP3PZDWS02S6ENKIZY4' where id=4; -update noar tt set v0='QRLR6P0FP0CZ1BO462UAUPG8NQ6E' where id=4; -update noar ti set v0='QRLR6P0FP0CZ1BO462UAUPG8NQ6E' where id=4; -update noar tt set b2='AVTGL0CGTE9OKPJ30XTFHVXX5' where id=4; -update noar ti set b2='AVTGL0CGTE9OKPJ30XTFHVXX5' where id=4; -update noar tt set v0='NV6FS02' where id=5; -update noar ti set v0='NV6FS02' where id=5; -update noar tt set b0='AY4TZT7SF8NAMBRO0SBB18BAJ3LJNW' where id=5; -update noar ti set b0='AY4TZT7SF8NAMBRO0SBB18BAJ3LJNW' where id=5; -update noar tt set v0='81F4EHR05SMKI' where id=5; -update noar ti set v0='81F4EHR05SMKI' where id=5; -update noar tt set b1='EJJBZ8S05AZBVEQN8KPG3DZLB' where id=5; -update noar ti set b1='EJJBZ8S05AZBVEQN8KPG3DZLB' where id=5; -update noar tt set v0='95B4U0TCG9K856HGXA7RW' where id=5; -update noar ti set v0='95B4U0TCG9K856HGXA7RW' where id=5; -update noar tt set b2='XBB1YZ' where id=5; -update noar ti set b2='XBB1YZ' where id=5; -update noar tt set v0='U7NDZ3BMIDZDUOWVQJMN3JWA' where id=6; -update noar ti set v0='U7NDZ3BMIDZDUOWVQJMN3JWA' where id=6; -update noar tt set b0='Z37FCV' where id=6; -update noar ti set b0='Z37FCV' where id=6; -update noar tt set v0='H3OK99TGZQ5LZ4NELPTOIER1014' where id=6; -update noar ti set v0='H3OK99TGZQ5LZ4NELPTOIER1014' where id=6; -update noar tt set b1='MWMUBQI' where id=6; -update noar ti set b1='MWMUBQI' where id=6; -update noar tt set v0='1R1' where id=6; -update noar ti set v0='1R1' where id=6; -update noar tt set b2='W4AAOWN4VXVG' where id=6; -update noar ti set b2='W4AAOWN4VXVG' where id=6; -update noar tt set v0='G3PACK2JABA3KLRKLI6X79L1KT' where id=7; -update noar ti set v0='G3PACK2JABA3KLRKLI6X79L1KT' where id=7; -update noar tt set b0='CCGVTTTHW0OD' where id=7; -update noar ti set b0='CCGVTTTHW0OD' where id=7; -update noar tt set v0='VMFRW67BCJ2PL1' where id=7; -update noar ti set v0='VMFRW67BCJ2PL1' where id=7; -update noar tt set b1='JSKM0KOTVXK' where id=7; -update noar ti set b1='JSKM0KOTVXK' where id=7; -update noar tt set v0='HDMULHJ5EO8QGR8XE' where id=7; -update noar ti set v0='HDMULHJ5EO8QGR8XE' where id=7; -update noar tt set b2='QTMB871NBPMLAEV0X5DMPOIUGNTL' where id=7; -update noar ti set b2='QTMB871NBPMLAEV0X5DMPOIUGNTL' where id=7; -update noar tt set v0='39' where id=8; -update noar ti set v0='39' where id=8; -update noar tt set b0='IE5EQ279SF81NZN0F9YQB7SZTOXI' where id=8; -update noar ti set b0='IE5EQ279SF81NZN0F9YQB7SZTOXI' where id=8; -update noar tt set v0='YRQ1U3LKY' where id=8; -update noar ti set v0='YRQ1U3LKY' where id=8; -update noar tt set b1='H50O0EBD9HVWVYYSTB0YDN' where id=8; -update noar ti set b1='H50O0EBD9HVWVYYSTB0YDN' where id=8; -update noar tt set v0='XXJTR597GXMVODUXZUQSFVOT7K13UEJ' where id=8; -update noar ti set v0='XXJTR597GXMVODUXZUQSFVOT7K13UEJ' where id=8; -update noar tt set b2='BZU77E' where id=8; -update noar ti set b2='BZU77E' where id=8; -update noar tt set v0='7UCXHJ2BHYMRV438VMEBING0V2' where id=9; -update noar ti set v0='7UCXHJ2BHYMRV438VMEBING0V2' where id=9; -update noar tt set b0='WN' where id=9; -update noar ti set b0='WN' where id=9; -update noar tt set v0='ERJVY' where id=9; -update noar ti set v0='ERJVY' where id=9; -update noar tt set b1='FFOP90Y0MRU5S547XTE' where id=9; -update noar ti set b1='FFOP90Y0MRU5S547XTE' where id=9; -update noar tt set v0='JRQA3B4V81QELFKFV0GNPAB04XVRAK1E' where id=9; -update noar ti set v0='JRQA3B4V81QELFKFV0GNPAB04XVRAK1E' where id=9; -update noar tt set b2='17NMQWC0EVHMHGDHZLGACL99S' where id=9; -update noar ti set b2='17NMQWC0EVHMHGDHZLGACL99S' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2N4ROCGAQ9W6C' where id=1; -update noar ti set v0='2N4ROCGAQ9W6C' where id=1; -update noar tt set b0='DGXCWUN0RG6PDFYNATN16XG' where id=1; -update noar ti set b0='DGXCWUN0RG6PDFYNATN16XG' where id=1; -update noar tt set v0='D33MZSIVZJ1AK4ML' where id=1; -update noar ti set v0='D33MZSIVZJ1AK4ML' where id=1; -update noar tt set b1='N5LJR' where id=1; -update noar ti set b1='N5LJR' where id=1; -update noar tt set v0='QHJGF8RQQ2DQZK5XE01XRQORBEY' where id=1; -update noar ti set v0='QHJGF8RQQ2DQZK5XE01XRQORBEY' where id=1; -update noar tt set b2='P0MTJZV' where id=1; -update noar ti set b2='P0MTJZV' where id=1; -update noar tt set v0='PLPRA9V8J4PZWAVPGXH5OKTTQYQ8' where id=2; -update noar ti set v0='PLPRA9V8J4PZWAVPGXH5OKTTQYQ8' where id=2; -update noar tt set b0='A3K0JMOX5W6PHDNQ3BBUNKAY0' where id=2; -update noar ti set b0='A3K0JMOX5W6PHDNQ3BBUNKAY0' where id=2; -update noar tt set v0='Q0LFZDW5Q3NAL5EDM4PA9VGAFTCY' where id=2; -update noar ti set v0='Q0LFZDW5Q3NAL5EDM4PA9VGAFTCY' where id=2; -update noar tt set b1='YOPHXZ5HBHIL6NSAF' where id=2; -update noar ti set b1='YOPHXZ5HBHIL6NSAF' where id=2; -update noar tt set v0='W11FDNBKWTMH1VAE0IK8MAZJUND' where id=2; -update noar ti set v0='W11FDNBKWTMH1VAE0IK8MAZJUND' where id=2; -update noar tt set b2='MINAY2M9UTBNN3F0NTFEJW6823H6' where id=2; -update noar ti set b2='MINAY2M9UTBNN3F0NTFEJW6823H6' where id=2; -update noar tt set v0='0IXVZAA585JQ93YX' where id=3; -update noar ti set v0='0IXVZAA585JQ93YX' where id=3; -update noar tt set b0='RHIA88UBDAEY' where id=3; -update noar ti set b0='RHIA88UBDAEY' where id=3; -update noar tt set v0='FUHCOOVI' where id=3; -update noar ti set v0='FUHCOOVI' where id=3; -update noar tt set b1='2WKSOWXP3O82B7GD5LDRWLT' where id=3; -update noar ti set b1='2WKSOWXP3O82B7GD5LDRWLT' where id=3; -update noar tt set v0='6N0BN1DITVFU7L9FUTT7AMOZ' where id=3; -update noar ti set v0='6N0BN1DITVFU7L9FUTT7AMOZ' where id=3; -update noar tt set b2='XCAEAN067QGVUH2E5PK' where id=3; -update noar ti set b2='XCAEAN067QGVUH2E5PK' where id=3; -update noar tt set v0='UC2XEZBVY18AF06' where id=4; -update noar ti set v0='UC2XEZBVY18AF06' where id=4; -update noar tt set b0='LOQTAWUXG9UZ' where id=4; -update noar ti set b0='LOQTAWUXG9UZ' where id=4; -update noar tt set v0='KFT5NK' where id=4; -update noar ti set v0='KFT5NK' where id=4; -update noar tt set b1='5P60EU13ZYKKNUSS5FIE61' where id=4; -update noar ti set b1='5P60EU13ZYKKNUSS5FIE61' where id=4; -update noar tt set v0='BD869JZAWF8H6LZKQ10A3C7IQCC' where id=4; -update noar ti set v0='BD869JZAWF8H6LZKQ10A3C7IQCC' where id=4; -update noar tt set b2='647AWAJKC1166WN' where id=4; -update noar ti set b2='647AWAJKC1166WN' where id=4; -update noar tt set v0='TVE59UI4IEQC6AUGCHEA01MP4G0' where id=5; -update noar ti set v0='TVE59UI4IEQC6AUGCHEA01MP4G0' where id=5; -update noar tt set b0='KGS5J' where id=5; -update noar ti set b0='KGS5J' where id=5; -update noar tt set v0='G3YEWM' where id=5; -update noar ti set v0='G3YEWM' where id=5; -update noar tt set b1='W7J4ED6QBUDUW6B7YO4ZZ6MWZ8MEDWJU' where id=5; -update noar ti set b1='W7J4ED6QBUDUW6B7YO4ZZ6MWZ8MEDWJU' where id=5; -update noar tt set v0='KZAF8OOIMM28VYTFWASFB' where id=5; -update noar ti set v0='KZAF8OOIMM28VYTFWASFB' where id=5; -update noar tt set b2='TJ' where id=5; -update noar ti set b2='TJ' where id=5; -update noar tt set v0='YM2591GG' where id=6; -update noar ti set v0='YM2591GG' where id=6; -update noar tt set b0='ZXWI1IPN4CSFLBBO0BPE0HHC3K5' where id=6; -update noar ti set b0='ZXWI1IPN4CSFLBBO0BPE0HHC3K5' where id=6; -update noar tt set v0='XB9T5' where id=6; -update noar ti set v0='XB9T5' where id=6; -update noar tt set b1='WATA' where id=6; -update noar ti set b1='WATA' where id=6; -update noar tt set v0='I5YTE45DJR' where id=6; -update noar ti set v0='I5YTE45DJR' where id=6; -update noar tt set b2='U3EWV8' where id=6; -update noar ti set b2='U3EWV8' where id=6; -update noar tt set v0='UJ0OKLPUNNF9P' where id=7; -update noar ti set v0='UJ0OKLPUNNF9P' where id=7; -update noar tt set b0='LGE4PATGU7D' where id=7; -update noar ti set b0='LGE4PATGU7D' where id=7; -update noar tt set v0='OTKP1H5KOU1UXJ' where id=7; -update noar ti set v0='OTKP1H5KOU1UXJ' where id=7; -update noar tt set b1='2UED6I7BZPFHI' where id=7; -update noar ti set b1='2UED6I7BZPFHI' where id=7; -update noar tt set v0='3MG5GWM8TII6U9GI' where id=7; -update noar ti set v0='3MG5GWM8TII6U9GI' where id=7; -update noar tt set b2='R3H' where id=7; -update noar ti set b2='R3H' where id=7; -update noar tt set v0='S5XW9O5FYOR65UVQ6PN' where id=8; -update noar ti set v0='S5XW9O5FYOR65UVQ6PN' where id=8; -update noar tt set b0='QNJOT24A9J0WLGW6XXGE43KS' where id=8; -update noar ti set b0='QNJOT24A9J0WLGW6XXGE43KS' where id=8; -update noar tt set v0='X' where id=8; -update noar ti set v0='X' where id=8; -update noar tt set b1='5JK9LZ' where id=8; -update noar ti set b1='5JK9LZ' where id=8; -update noar tt set v0='IM5OPSJTM22S4ILNLWYLF5IVR1E' where id=8; -update noar ti set v0='IM5OPSJTM22S4ILNLWYLF5IVR1E' where id=8; -update noar tt set b2='7IFQOFLDTABWKHZGMC' where id=8; -update noar ti set b2='7IFQOFLDTABWKHZGMC' where id=8; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b0='55RSJQPQGNK4IIF4WJJE' where id=9; -update noar ti set b0='55RSJQPQGNK4IIF4WJJE' where id=9; -update noar tt set v0='760X865' where id=9; -update noar ti set v0='760X865' where id=9; -update noar tt set b1='BFZDNY31A0G5S5FTCNG' where id=9; -update noar ti set b1='BFZDNY31A0G5S5FTCNG' where id=9; -update noar tt set v0='8SRMHIO8545TQJXTMZ4BCY' where id=9; -update noar ti set v0='8SRMHIO8545TQJXTMZ4BCY' where id=9; -update noar tt set b2='1J6BVHGRWUISD9KGWQD7' where id=9; -update noar ti set b2='1J6BVHGRWUISD9KGWQD7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RD70OX8ODB0NCBAZTVTZEU' where id=1; -update noar ti set v0='RD70OX8ODB0NCBAZTVTZEU' where id=1; -update noar tt set b0='Y92C53L8PL15NOI' where id=1; -update noar ti set b0='Y92C53L8PL15NOI' where id=1; -update noar tt set v0='2XBQ8S7GXIVIL6YGKYCXHK' where id=1; -update noar ti set v0='2XBQ8S7GXIVIL6YGKYCXHK' where id=1; -update noar tt set b1='U8ZBXL1659' where id=1; -update noar ti set b1='U8ZBXL1659' where id=1; -update noar tt set v0='AJG3MMIQRUELS5VDOWNIAPYSH1UDT2' where id=1; -update noar ti set v0='AJG3MMIQRUELS5VDOWNIAPYSH1UDT2' where id=1; -update noar tt set b2='1L7EWWTLXGMQE9J0EEUH' where id=1; -update noar ti set b2='1L7EWWTLXGMQE9J0EEUH' where id=1; -update noar tt set v0='D7SCVRVGBC6FAL1MP3X2M72' where id=2; -update noar ti set v0='D7SCVRVGBC6FAL1MP3X2M72' where id=2; -update noar tt set b0='3MWUX' where id=2; -update noar ti set b0='3MWUX' where id=2; -update noar tt set v0='1UPJVKWX5IGL40RLX' where id=2; -update noar ti set v0='1UPJVKWX5IGL40RLX' where id=2; -update noar tt set b1='PDVOFWH6ZJS86BZH4JV9HPS3PLFL' where id=2; -update noar ti set b1='PDVOFWH6ZJS86BZH4JV9HPS3PLFL' where id=2; -update noar tt set v0='FO6WZC' where id=2; -update noar ti set v0='FO6WZC' where id=2; -update noar tt set b2='TXTDVBB9Q3U6300X3IBYRWN6' where id=2; -update noar ti set b2='TXTDVBB9Q3U6300X3IBYRWN6' where id=2; -update noar tt set v0='O0Y23DMP' where id=3; -update noar ti set v0='O0Y23DMP' where id=3; -update noar tt set b0='7SCQ125WYJHTE2F1D5KLPNLMAGKCM2EQ' where id=3; -update noar ti set b0='7SCQ125WYJHTE2F1D5KLPNLMAGKCM2EQ' where id=3; -update noar tt set v0='ZX' where id=3; -update noar ti set v0='ZX' where id=3; -update noar tt set b1='SJPJ0QKG3NMAE95F74LFA' where id=3; -update noar ti set b1='SJPJ0QKG3NMAE95F74LFA' where id=3; -update noar tt set v0='QCFIRB' where id=3; -update noar ti set v0='QCFIRB' where id=3; -update noar tt set b2='61RNR7TKM0' where id=3; -update noar ti set b2='61RNR7TKM0' where id=3; -update noar tt set v0='MOM2875A' where id=4; -update noar ti set v0='MOM2875A' where id=4; -update noar tt set b0='PVX0W272C790UEEQYI17' where id=4; -update noar ti set b0='PVX0W272C790UEEQYI17' where id=4; -update noar tt set v0='AGRRK8MKRNX' where id=4; -update noar ti set v0='AGRRK8MKRNX' where id=4; -update noar tt set b1='LJBKN4DZF5V5PYPM6PP6GHFQM' where id=4; -update noar ti set b1='LJBKN4DZF5V5PYPM6PP6GHFQM' where id=4; -update noar tt set v0='QVMNIB4R85ORTKVQB10C4' where id=4; -update noar ti set v0='QVMNIB4R85ORTKVQB10C4' where id=4; -update noar tt set b2='VK6YDMZLD368ZB7WT92B538' where id=4; -update noar ti set b2='VK6YDMZLD368ZB7WT92B538' where id=4; -update noar tt set v0='PU4PSZO48T24' where id=5; -update noar ti set v0='PU4PSZO48T24' where id=5; -update noar tt set b0='5HS8HFYCEGQXQED40' where id=5; -update noar ti set b0='5HS8HFYCEGQXQED40' where id=5; -update noar tt set v0='4145GCWLCY8' where id=5; -update noar ti set v0='4145GCWLCY8' where id=5; -update noar tt set b1='XCMUA173L2QRYTTAIEWY43' where id=5; -update noar ti set b1='XCMUA173L2QRYTTAIEWY43' where id=5; -update noar tt set v0='50E4HCA1Z02SIH2MAY' where id=5; -update noar ti set v0='50E4HCA1Z02SIH2MAY' where id=5; -update noar tt set b2='FYBX4UIECOBA3RB493JAA3A1LKTN4FQ' where id=5; -update noar ti set b2='FYBX4UIECOBA3RB493JAA3A1LKTN4FQ' where id=5; -update noar tt set v0='RMG94ZT069YMYFP2Z9DYP' where id=6; -update noar ti set v0='RMG94ZT069YMYFP2Z9DYP' where id=6; -update noar tt set b0='IPVS8JYIRKXPIRFTEIMC' where id=6; -update noar ti set b0='IPVS8JYIRKXPIRFTEIMC' where id=6; -update noar tt set v0='NV6F7C3' where id=6; -update noar ti set v0='NV6F7C3' where id=6; -update noar tt set b1='BZGRAXDER2SCL' where id=6; -update noar ti set b1='BZGRAXDER2SCL' where id=6; -update noar tt set v0='S9MGBTTMWS6L0PF1' where id=6; -update noar ti set v0='S9MGBTTMWS6L0PF1' where id=6; -update noar tt set b2='OAK32A4GZ7XNE4CUWH780ZA16XQDSL' where id=6; -update noar ti set b2='OAK32A4GZ7XNE4CUWH780ZA16XQDSL' where id=6; -update noar tt set v0='8' where id=7; -update noar ti set v0='8' where id=7; -update noar tt set b0='31NFW36WWY8S0E9JV19IRYNWL' where id=7; -update noar ti set b0='31NFW36WWY8S0E9JV19IRYNWL' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b1='H4IF9Z5U' where id=7; -update noar ti set b1='H4IF9Z5U' where id=7; -update noar tt set v0='5O9UGK290V8HLCT2I5GQ' where id=7; -update noar ti set v0='5O9UGK290V8HLCT2I5GQ' where id=7; -update noar tt set b2='QVQSQDOI6XMSDO6EEB1DW' where id=7; -update noar ti set b2='QVQSQDOI6XMSDO6EEB1DW' where id=7; -update noar tt set v0='Q2F16N34HO02TODSGB72LXFAG0S3' where id=8; -update noar ti set v0='Q2F16N34HO02TODSGB72LXFAG0S3' where id=8; -update noar tt set b0='TO9XSLES2I9DXSH3RMD4SO2IOWKF' where id=8; -update noar ti set b0='TO9XSLES2I9DXSH3RMD4SO2IOWKF' where id=8; -update noar tt set v0='64NRTXEHBENL' where id=8; -update noar ti set v0='64NRTXEHBENL' where id=8; -update noar tt set b1='HY1' where id=8; -update noar ti set b1='HY1' where id=8; -update noar tt set v0='K86FP9U3B8BA6FOF' where id=8; -update noar ti set v0='K86FP9U3B8BA6FOF' where id=8; -update noar tt set b2='GNTAL6M8YYJLDZ43YQ5' where id=8; -update noar ti set b2='GNTAL6M8YYJLDZ43YQ5' where id=8; -update noar tt set v0='ZFKK9JVU4I3MKLF1SA79CL7OLUW20' where id=9; -update noar ti set v0='ZFKK9JVU4I3MKLF1SA79CL7OLUW20' where id=9; -update noar tt set b0='83BIKBZ8BYR' where id=9; -update noar ti set b0='83BIKBZ8BYR' where id=9; -update noar tt set v0='JQWIY8YS3T' where id=9; -update noar ti set v0='JQWIY8YS3T' where id=9; -update noar tt set b1='0GBAYKNWFG' where id=9; -update noar ti set b1='0GBAYKNWFG' where id=9; -update noar tt set v0='SF7F653H' where id=9; -update noar ti set v0='SF7F653H' where id=9; -update noar tt set b2='M8WH' where id=9; -update noar ti set b2='M8WH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FZ7PUE6SXVTPO1F5D2WK8CQVAOFPP9' where id=1; -update noar ti set v0='FZ7PUE6SXVTPO1F5D2WK8CQVAOFPP9' where id=1; -update noar tt set b0='EJQE8R' where id=1; -update noar ti set b0='EJQE8R' where id=1; -update noar tt set v0='QMNR1BUUN1QJJTOJLSMH' where id=1; -update noar ti set v0='QMNR1BUUN1QJJTOJLSMH' where id=1; -update noar tt set b1='IFAL1R2LOWBT7ENH22PRWPLY1TX' where id=1; -update noar ti set b1='IFAL1R2LOWBT7ENH22PRWPLY1TX' where id=1; -update noar tt set v0='K0NU1WJY7MO7X8P08ZD' where id=1; -update noar ti set v0='K0NU1WJY7MO7X8P08ZD' where id=1; -update noar tt set b2='JLLMQ47SCEUHTR' where id=1; -update noar ti set b2='JLLMQ47SCEUHTR' where id=1; -update noar tt set v0='8S' where id=2; -update noar ti set v0='8S' where id=2; -update noar tt set b0='WQJ4' where id=2; -update noar ti set b0='WQJ4' where id=2; -update noar tt set v0='YKRG0479ZPEKL1V6J530LRLOIAUN4G' where id=2; -update noar ti set v0='YKRG0479ZPEKL1V6J530LRLOIAUN4G' where id=2; -update noar tt set b1='TLF3B4JMRHU84DZ2Q6TY6UVKOWXG' where id=2; -update noar ti set b1='TLF3B4JMRHU84DZ2Q6TY6UVKOWXG' where id=2; -update noar tt set v0='FBT3D28A4J5C04F3BNXZ8DO9' where id=2; -update noar ti set v0='FBT3D28A4J5C04F3BNXZ8DO9' where id=2; -update noar tt set b2='MJL35DYL' where id=2; -update noar ti set b2='MJL35DYL' where id=2; -update noar tt set v0='Z9' where id=3; -update noar ti set v0='Z9' where id=3; -update noar tt set b0='GJHRT1W47E6' where id=3; -update noar ti set b0='GJHRT1W47E6' where id=3; -update noar tt set v0='M17PWKLFVSU6AQMX3PS' where id=3; -update noar ti set v0='M17PWKLFVSU6AQMX3PS' where id=3; -update noar tt set b1='G61C3DNJIN' where id=3; -update noar ti set b1='G61C3DNJIN' where id=3; -update noar tt set v0='EILFUTALO4ZKXPVYNT7K4SETPU' where id=3; -update noar ti set v0='EILFUTALO4ZKXPVYNT7K4SETPU' where id=3; -update noar tt set b2='KJNRTM35FLMA8PBF' where id=3; -update noar ti set b2='KJNRTM35FLMA8PBF' where id=3; -update noar tt set v0='B1NAHK1XVQR0RWZ5H9Q1KOX4E5' where id=4; -update noar ti set v0='B1NAHK1XVQR0RWZ5H9Q1KOX4E5' where id=4; -update noar tt set b0='P9A3' where id=4; -update noar ti set b0='P9A3' where id=4; -update noar tt set v0='71G2YNAMD5UB0LJ4TWJPS' where id=4; -update noar ti set v0='71G2YNAMD5UB0LJ4TWJPS' where id=4; -update noar tt set b1='2UOMPTMCWZ' where id=4; -update noar ti set b1='2UOMPTMCWZ' where id=4; -update noar tt set v0='COGVAD7G2Q1X6GAY8MTWBQGEMQXK7' where id=4; -update noar ti set v0='COGVAD7G2Q1X6GAY8MTWBQGEMQXK7' where id=4; -update noar tt set b2='FKYGXFPCB05BE1FL6RJ5' where id=4; -update noar ti set b2='FKYGXFPCB05BE1FL6RJ5' where id=4; -update noar tt set v0='Z8L2KQ' where id=5; -update noar ti set v0='Z8L2KQ' where id=5; -update noar tt set b0='SPBPR58URQJYCXA0' where id=5; -update noar ti set b0='SPBPR58URQJYCXA0' where id=5; -update noar tt set v0='RDM6PM8UZSDP6I9M58IFNZ5EBI' where id=5; -update noar ti set v0='RDM6PM8UZSDP6I9M58IFNZ5EBI' where id=5; -update noar tt set b1='43PPO8K8J118' where id=5; -update noar ti set b1='43PPO8K8J118' where id=5; -update noar tt set v0='A7PR5A4AZPAXQ6O747YNKMKJYR5I' where id=5; -update noar ti set v0='A7PR5A4AZPAXQ6O747YNKMKJYR5I' where id=5; -update noar tt set b2='L5ELRSKPFKEG' where id=5; -update noar ti set b2='L5ELRSKPFKEG' where id=5; -update noar tt set v0='NZRH9I' where id=6; -update noar ti set v0='NZRH9I' where id=6; -update noar tt set b0='UP' where id=6; -update noar ti set b0='UP' where id=6; -update noar tt set v0='S8086K3ZXZJU8' where id=6; -update noar ti set v0='S8086K3ZXZJU8' where id=6; -update noar tt set b1='720NGQSRP' where id=6; -update noar ti set b1='720NGQSRP' where id=6; -update noar tt set v0='VBFXXN2A1IA586XHMQT586E' where id=6; -update noar ti set v0='VBFXXN2A1IA586XHMQT586E' where id=6; -update noar tt set b2='M2G1W8OO' where id=6; -update noar ti set b2='M2G1W8OO' where id=6; -update noar tt set v0='2Q63A4VFY5HYCVS0FVVV60KDB' where id=7; -update noar ti set v0='2Q63A4VFY5HYCVS0FVVV60KDB' where id=7; -update noar tt set b0='GOFNXH1YLGE36L8F6IP24R' where id=7; -update noar ti set b0='GOFNXH1YLGE36L8F6IP24R' where id=7; -update noar tt set v0='HH1V76ESR6I54UH' where id=7; -update noar ti set v0='HH1V76ESR6I54UH' where id=7; -update noar tt set b1='II' where id=7; -update noar ti set b1='II' where id=7; -update noar tt set v0='6N9CDW7RN4O94MR4N9YERGEIP45WX5XD' where id=7; -update noar ti set v0='6N9CDW7RN4O94MR4N9YERGEIP45WX5XD' where id=7; -update noar tt set b2='0SKY532ITRABK3FSQD1' where id=7; -update noar ti set b2='0SKY532ITRABK3FSQD1' where id=7; -update noar tt set v0='MCIGW' where id=8; -update noar ti set v0='MCIGW' where id=8; -update noar tt set b0='VOQJVNS' where id=8; -update noar ti set b0='VOQJVNS' where id=8; -update noar tt set v0='7VQV5KG6YFU5EM6FM3' where id=8; -update noar ti set v0='7VQV5KG6YFU5EM6FM3' where id=8; -update noar tt set b1='LT8WA5J7VKQZ11A1' where id=8; -update noar ti set b1='LT8WA5J7VKQZ11A1' where id=8; -update noar tt set v0='KGEMVKXFLY8BMNUUR45CU' where id=8; -update noar ti set v0='KGEMVKXFLY8BMNUUR45CU' where id=8; -update noar tt set b2='QB99UFZ69F6X8ZAHAX5UKEVXW' where id=8; -update noar ti set b2='QB99UFZ69F6X8ZAHAX5UKEVXW' where id=8; -update noar tt set v0='775A' where id=9; -update noar ti set v0='775A' where id=9; -update noar tt set b0='H9J064UBBH' where id=9; -update noar ti set b0='H9J064UBBH' where id=9; -update noar tt set v0='2SNEAFD6PO891I7HYJB0' where id=9; -update noar ti set v0='2SNEAFD6PO891I7HYJB0' where id=9; -update noar tt set b1='FXPVE61LHENX1' where id=9; -update noar ti set b1='FXPVE61LHENX1' where id=9; -update noar tt set v0='Y9EV63TDO62ARS1G5X09OH9OYJH' where id=9; -update noar ti set v0='Y9EV63TDO62ARS1G5X09OH9OYJH' where id=9; -update noar tt set b2='LNJEFPY' where id=9; -update noar ti set b2='LNJEFPY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0Q6GF787KRD3' where id=1; -update noar ti set v0='0Q6GF787KRD3' where id=1; -update noar tt set b0='QSK1HG57JS8B866PRTA' where id=1; -update noar ti set b0='QSK1HG57JS8B866PRTA' where id=1; -update noar tt set v0='8STLWRX' where id=1; -update noar ti set v0='8STLWRX' where id=1; -update noar tt set b1='SRULMDFEWMBGNJIYWX7E1IRMOR' where id=1; -update noar ti set b1='SRULMDFEWMBGNJIYWX7E1IRMOR' where id=1; -update noar tt set v0='8GJBMZL' where id=1; -update noar ti set v0='8GJBMZL' where id=1; -update noar tt set b2='AQFC7N6NDHR0FO' where id=1; -update noar ti set b2='AQFC7N6NDHR0FO' where id=1; -update noar tt set v0='5LFX03FH9513APAJ6CTSGMM8KUVD' where id=2; -update noar ti set v0='5LFX03FH9513APAJ6CTSGMM8KUVD' where id=2; -update noar tt set b0='60LSBHXM22AVJN3G9R6DS3SZBXFW9L' where id=2; -update noar ti set b0='60LSBHXM22AVJN3G9R6DS3SZBXFW9L' where id=2; -update noar tt set v0='5JFR050' where id=2; -update noar ti set v0='5JFR050' where id=2; -update noar tt set b1='01HWZ9YF' where id=2; -update noar ti set b1='01HWZ9YF' where id=2; -update noar tt set v0='52VYTJM5H4MVPRE301NS' where id=2; -update noar ti set v0='52VYTJM5H4MVPRE301NS' where id=2; -update noar tt set b2='3VPQ9EKXJFM97' where id=2; -update noar ti set b2='3VPQ9EKXJFM97' where id=2; -update noar tt set v0='KDB11X1496UVI1U' where id=3; -update noar ti set v0='KDB11X1496UVI1U' where id=3; -update noar tt set b0='XGMO9QNRO9ME8TWDJIHKDELMKYZ000UY' where id=3; -update noar ti set b0='XGMO9QNRO9ME8TWDJIHKDELMKYZ000UY' where id=3; -update noar tt set v0='SMLLU79BKTT8TMN2TZ2D74HN' where id=3; -update noar ti set v0='SMLLU79BKTT8TMN2TZ2D74HN' where id=3; -update noar tt set b1='TV' where id=3; -update noar ti set b1='TV' where id=3; -update noar tt set v0='H5KAZCNJQZKBYQ5M318JXL4XHC9K' where id=3; -update noar ti set v0='H5KAZCNJQZKBYQ5M318JXL4XHC9K' where id=3; -update noar tt set b2='RT4M5QLJ5LYT' where id=3; -update noar ti set b2='RT4M5QLJ5LYT' where id=3; -update noar tt set v0='VC8S6OMVW' where id=4; -update noar ti set v0='VC8S6OMVW' where id=4; -update noar tt set b0='9MEZF8V4PLZLW' where id=4; -update noar ti set b0='9MEZF8V4PLZLW' where id=4; -update noar tt set v0='PFB2SCNE22U9BNBGQRNJACHDVV2QI' where id=4; -update noar ti set v0='PFB2SCNE22U9BNBGQRNJACHDVV2QI' where id=4; -update noar tt set b1='MIJHPF5N59NR9EDW0' where id=4; -update noar ti set b1='MIJHPF5N59NR9EDW0' where id=4; -update noar tt set v0='WOWE2C3IODFJFMC9LWS' where id=4; -update noar ti set v0='WOWE2C3IODFJFMC9LWS' where id=4; -update noar tt set b2='H0D5P8Q8IC6GD0DOHZT5K4N0Q6F' where id=4; -update noar ti set b2='H0D5P8Q8IC6GD0DOHZT5K4N0Q6F' where id=4; -update noar tt set v0='2NDGE1Z3P5IXLJJWVZXYOEGA' where id=5; -update noar ti set v0='2NDGE1Z3P5IXLJJWVZXYOEGA' where id=5; -update noar tt set b0='FZNEIU84PJBN3C6YYI' where id=5; -update noar ti set b0='FZNEIU84PJBN3C6YYI' where id=5; -update noar tt set v0='BLP441B5SNKUTP535V2M4ICEPHRG7VTT' where id=5; -update noar ti set v0='BLP441B5SNKUTP535V2M4ICEPHRG7VTT' where id=5; -update noar tt set b1='95YKOE4Q2I8QTUHRRTEWYTX0RFJQ' where id=5; -update noar ti set b1='95YKOE4Q2I8QTUHRRTEWYTX0RFJQ' where id=5; -update noar tt set v0='7ZOVBYLA' where id=5; -update noar ti set v0='7ZOVBYLA' where id=5; -update noar tt set b2='5L1Y55XLRJ27M6V3' where id=5; -update noar ti set b2='5L1Y55XLRJ27M6V3' where id=5; -update noar tt set v0='W08S2MF5WBGL2EGYSKXMP' where id=6; -update noar ti set v0='W08S2MF5WBGL2EGYSKXMP' where id=6; -update noar tt set b0='OIQZP03O4WLDJNX4PIMQ7IX' where id=6; -update noar ti set b0='OIQZP03O4WLDJNX4PIMQ7IX' where id=6; -update noar tt set v0='TGT' where id=6; -update noar ti set v0='TGT' where id=6; -update noar tt set b1='A' where id=6; -update noar ti set b1='A' where id=6; -update noar tt set v0='764RESI3Q' where id=6; -update noar ti set v0='764RESI3Q' where id=6; -update noar tt set b2='6' where id=6; -update noar ti set b2='6' where id=6; -update noar tt set v0='7BAO314HNL61D' where id=7; -update noar ti set v0='7BAO314HNL61D' where id=7; -update noar tt set b0='L8QMLIURK' where id=7; -update noar ti set b0='L8QMLIURK' where id=7; -update noar tt set v0='91ZVZS14NYX' where id=7; -update noar ti set v0='91ZVZS14NYX' where id=7; -update noar tt set b1='EC99D' where id=7; -update noar ti set b1='EC99D' where id=7; -update noar tt set v0='7MWYVKTNC7' where id=7; -update noar ti set v0='7MWYVKTNC7' where id=7; -update noar tt set b2='D139L8F4BICXB2M34' where id=7; -update noar ti set b2='D139L8F4BICXB2M34' where id=7; -update noar tt set v0='U' where id=8; -update noar ti set v0='U' where id=8; -update noar tt set b0='XSY2VZ07AXYUO0NS77ESUHBR' where id=8; -update noar ti set b0='XSY2VZ07AXYUO0NS77ESUHBR' where id=8; -update noar tt set v0='GCR' where id=8; -update noar ti set v0='GCR' where id=8; -update noar tt set b1='7749S6RDRLQV' where id=8; -update noar ti set b1='7749S6RDRLQV' where id=8; -update noar tt set v0='25CYCOGKTM6DEU17' where id=8; -update noar ti set v0='25CYCOGKTM6DEU17' where id=8; -update noar tt set b2='AXJ5W' where id=8; -update noar ti set b2='AXJ5W' where id=8; -update noar tt set v0='4P3MNGQRKFGRP' where id=9; -update noar ti set v0='4P3MNGQRKFGRP' where id=9; -update noar tt set b0='ZOE411' where id=9; -update noar ti set b0='ZOE411' where id=9; -update noar tt set v0='2BWZ0FDLXYLJB' where id=9; -update noar ti set v0='2BWZ0FDLXYLJB' where id=9; -update noar tt set b1='QKOYU80ZTH4JESLZW5T44PKV' where id=9; -update noar ti set b1='QKOYU80ZTH4JESLZW5T44PKV' where id=9; -update noar tt set v0='XYHEEQG3ANCU' where id=9; -update noar ti set v0='XYHEEQG3ANCU' where id=9; -update noar tt set b2='Y' where id=9; -update noar ti set b2='Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AMKN518R' where id=1; -update noar ti set v0='AMKN518R' where id=1; -update noar tt set b0='0FXWYX' where id=1; -update noar ti set b0='0FXWYX' where id=1; -update noar tt set v0='DS7H4U6ZVWBNESD40PO' where id=1; -update noar ti set v0='DS7H4U6ZVWBNESD40PO' where id=1; -update noar tt set b1='0MRZJXM80RDB' where id=1; -update noar ti set b1='0MRZJXM80RDB' where id=1; -update noar tt set v0='YGG' where id=1; -update noar ti set v0='YGG' where id=1; -update noar tt set b2='8PDQZGLX0B16C6R4WD0' where id=1; -update noar ti set b2='8PDQZGLX0B16C6R4WD0' where id=1; -update noar tt set v0='AOW238NCU56ABN9AX8SYH24ICP1SGJA' where id=2; -update noar ti set v0='AOW238NCU56ABN9AX8SYH24ICP1SGJA' where id=2; -update noar tt set b0='P271B61YFCH04QI9' where id=2; -update noar ti set b0='P271B61YFCH04QI9' where id=2; -update noar tt set v0='R0AG194' where id=2; -update noar ti set v0='R0AG194' where id=2; -update noar tt set b1='DXM59' where id=2; -update noar ti set b1='DXM59' where id=2; -update noar tt set v0='1GAFD' where id=2; -update noar ti set v0='1GAFD' where id=2; -update noar tt set b2='V08C' where id=2; -update noar ti set b2='V08C' where id=2; -update noar tt set v0='UESSCADYUXHI603Z66AQKPB' where id=3; -update noar ti set v0='UESSCADYUXHI603Z66AQKPB' where id=3; -update noar tt set b0='0OO05YC8NW53LXJQ7K3SU5UH9' where id=3; -update noar ti set b0='0OO05YC8NW53LXJQ7K3SU5UH9' where id=3; -update noar tt set v0='ADE7SQ1MM7UTY1S3044JX' where id=3; -update noar ti set v0='ADE7SQ1MM7UTY1S3044JX' where id=3; -update noar tt set b1='6MZJOLDIY0YN8Q' where id=3; -update noar ti set b1='6MZJOLDIY0YN8Q' where id=3; -update noar tt set v0='WDCN6P3APTUDKJBE8UM9MMPSBZSVM3' where id=3; -update noar ti set v0='WDCN6P3APTUDKJBE8UM9MMPSBZSVM3' where id=3; -update noar tt set b2='XGPXTP5HYBY0GXYUPKSFWQOSCR' where id=3; -update noar ti set b2='XGPXTP5HYBY0GXYUPKSFWQOSCR' where id=3; -update noar tt set v0='IA1M3GZP' where id=4; -update noar ti set v0='IA1M3GZP' where id=4; -update noar tt set b0='XFW9XK8F7V3YWPE72NEXILJOR2X1W' where id=4; -update noar ti set b0='XFW9XK8F7V3YWPE72NEXILJOR2X1W' where id=4; -update noar tt set v0='RJ25GDFJ6FLETIGOLK' where id=4; -update noar ti set v0='RJ25GDFJ6FLETIGOLK' where id=4; -update noar tt set b1='B5CV97LRB29AM0MLYPYXC3S' where id=4; -update noar ti set b1='B5CV97LRB29AM0MLYPYXC3S' where id=4; -update noar tt set v0='3EO' where id=4; -update noar ti set v0='3EO' where id=4; -update noar tt set b2='2GRR0CMCH4DNQL663JRX5' where id=4; -update noar ti set b2='2GRR0CMCH4DNQL663JRX5' where id=4; -update noar tt set v0='F2HM9HI4TDCYSULTE' where id=5; -update noar ti set v0='F2HM9HI4TDCYSULTE' where id=5; -update noar tt set b0='1516QOFM8HYHA' where id=5; -update noar ti set b0='1516QOFM8HYHA' where id=5; -update noar tt set v0='1K3' where id=5; -update noar ti set v0='1K3' where id=5; -update noar tt set b1='H' where id=5; -update noar ti set b1='H' where id=5; -update noar tt set v0='53XP3Q38QT' where id=5; -update noar ti set v0='53XP3Q38QT' where id=5; -update noar tt set b2='A0Y8M7A7BH74LJT63Q8A' where id=5; -update noar ti set b2='A0Y8M7A7BH74LJT63Q8A' where id=5; -update noar tt set v0='NI5ZAZXKLQERKZLZ9RA190EUS' where id=6; -update noar ti set v0='NI5ZAZXKLQERKZLZ9RA190EUS' where id=6; -update noar tt set b0='N749' where id=6; -update noar ti set b0='N749' where id=6; -update noar tt set v0='BJIUELODFXRKSTUT5ZMX9AWFREPTN7' where id=6; -update noar ti set v0='BJIUELODFXRKSTUT5ZMX9AWFREPTN7' where id=6; -update noar tt set b1='CWKMETCRQY588KS' where id=6; -update noar ti set b1='CWKMETCRQY588KS' where id=6; -update noar tt set v0='1P7O51T11A81QLQ8BAQ2IYF' where id=6; -update noar ti set v0='1P7O51T11A81QLQ8BAQ2IYF' where id=6; -update noar tt set b2='5MAFSL7XGACIL46HYXUY' where id=6; -update noar ti set b2='5MAFSL7XGACIL46HYXUY' where id=6; -update noar tt set v0='AXQV94DIW' where id=7; -update noar ti set v0='AXQV94DIW' where id=7; -update noar tt set b0='NQS9SRKTXP9' where id=7; -update noar ti set b0='NQS9SRKTXP9' where id=7; -update noar tt set v0='PFBEWG2NMJ6MN61RD1GJ7ANVSZONP3N8' where id=7; -update noar ti set v0='PFBEWG2NMJ6MN61RD1GJ7ANVSZONP3N8' where id=7; -update noar tt set b1='JV57OKZV6KJU8L5KD3NRQV86' where id=7; -update noar ti set b1='JV57OKZV6KJU8L5KD3NRQV86' where id=7; -update noar tt set v0='FXCIF6H9S7OZ5MRVB' where id=7; -update noar ti set v0='FXCIF6H9S7OZ5MRVB' where id=7; -update noar tt set b2='BYTJIU1IW6SRY' where id=7; -update noar ti set b2='BYTJIU1IW6SRY' where id=7; -update noar tt set v0='ARDKPAQZB62ST2MYFV9DRFY7Y' where id=8; -update noar ti set v0='ARDKPAQZB62ST2MYFV9DRFY7Y' where id=8; -update noar tt set b0='GBBERWWWTH7YJCCSIC6' where id=8; -update noar ti set b0='GBBERWWWTH7YJCCSIC6' where id=8; -update noar tt set v0='IAYJ3L6OPXV1T16WFD04P88SMS6I' where id=8; -update noar ti set v0='IAYJ3L6OPXV1T16WFD04P88SMS6I' where id=8; -update noar tt set b1='G0FE61ARBFKMOVDL81P4WG4CW56' where id=8; -update noar ti set b1='G0FE61ARBFKMOVDL81P4WG4CW56' where id=8; -update noar tt set v0='KL9H6FWKTTNJ8DMCD2LJXFX9YN' where id=8; -update noar ti set v0='KL9H6FWKTTNJ8DMCD2LJXFX9YN' where id=8; -update noar tt set b2='ZGCH2QY2USXDSUULHJTWDLZEGFRZOWI' where id=8; -update noar ti set b2='ZGCH2QY2USXDSUULHJTWDLZEGFRZOWI' where id=8; -update noar tt set v0='RDB0SV' where id=9; -update noar ti set v0='RDB0SV' where id=9; -update noar tt set b0='CP4D3J8INCWF9RDZ9FHN2' where id=9; -update noar ti set b0='CP4D3J8INCWF9RDZ9FHN2' where id=9; -update noar tt set v0='WTTNO' where id=9; -update noar ti set v0='WTTNO' where id=9; -update noar tt set b1='EY5N7RCKWEP9TA8QOQY7' where id=9; -update noar ti set b1='EY5N7RCKWEP9TA8QOQY7' where id=9; -update noar tt set v0='UCSEZ4HAY27S4VPB8EPPMJLQYDR6EY9' where id=9; -update noar ti set v0='UCSEZ4HAY27S4VPB8EPPMJLQYDR6EY9' where id=9; -update noar tt set b2='3L53BEZVT2YKOYV1WOE9MQHCH06CQT' where id=9; -update noar ti set b2='3L53BEZVT2YKOYV1WOE9MQHCH06CQT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SOWO51D' where id=1; -update noar ti set v0='SOWO51D' where id=1; -update noar tt set b0='CW42JX9F' where id=1; -update noar ti set b0='CW42JX9F' where id=1; -update noar tt set v0='9352UQCNYHHRRX22HL' where id=1; -update noar ti set v0='9352UQCNYHHRRX22HL' where id=1; -update noar tt set b1='L5UR0OGI3WQ2MGI9797A3W087NZ3UZ' where id=1; -update noar ti set b1='L5UR0OGI3WQ2MGI9797A3W087NZ3UZ' where id=1; -update noar tt set v0='KJ0I2YS7XM5L2NA' where id=1; -update noar ti set v0='KJ0I2YS7XM5L2NA' where id=1; -update noar tt set b2='K6OT2MVZJ60BM' where id=1; -update noar ti set b2='K6OT2MVZJ60BM' where id=1; -update noar tt set v0='1R' where id=2; -update noar ti set v0='1R' where id=2; -update noar tt set b0='YNLCQAN6VRAZ5582G4QHZKY' where id=2; -update noar ti set b0='YNLCQAN6VRAZ5582G4QHZKY' where id=2; -update noar tt set v0='CF' where id=2; -update noar ti set v0='CF' where id=2; -update noar tt set b1='LGA0GYM4B' where id=2; -update noar ti set b1='LGA0GYM4B' where id=2; -update noar tt set v0='ZETIV9WPQIXMXO' where id=2; -update noar ti set v0='ZETIV9WPQIXMXO' where id=2; -update noar tt set b2='084R77QBRAE8WR3628C9WWDPZG3OFF82' where id=2; -update noar ti set b2='084R77QBRAE8WR3628C9WWDPZG3OFF82' where id=2; -update noar tt set v0='HHJLNXF0DYJO' where id=3; -update noar ti set v0='HHJLNXF0DYJO' where id=3; -update noar tt set b0='TFGZ6T98E' where id=3; -update noar ti set b0='TFGZ6T98E' where id=3; -update noar tt set v0='Q7WE08LW97RNLVQ2HE2' where id=3; -update noar ti set v0='Q7WE08LW97RNLVQ2HE2' where id=3; -update noar tt set b1='PK27J26DJRNSE8Z5Y3D' where id=3; -update noar ti set b1='PK27J26DJRNSE8Z5Y3D' where id=3; -update noar tt set v0='KS3DE63Z9GCZTFH0Y6S6D6LUFS2Q16' where id=3; -update noar ti set v0='KS3DE63Z9GCZTFH0Y6S6D6LUFS2Q16' where id=3; -update noar tt set b2='Y7H0IDONT9IFRBSRU53PBB3OBEYZP' where id=3; -update noar ti set b2='Y7H0IDONT9IFRBSRU53PBB3OBEYZP' where id=3; -update noar tt set v0='8W2CJVT4WA54UI' where id=4; -update noar ti set v0='8W2CJVT4WA54UI' where id=4; -update noar tt set b0='KR9MOZJ77HSZY1DM6QDYQRMF' where id=4; -update noar ti set b0='KR9MOZJ77HSZY1DM6QDYQRMF' where id=4; -update noar tt set v0='V73' where id=4; -update noar ti set v0='V73' where id=4; -update noar tt set b1='ODYJBLEREP6' where id=4; -update noar ti set b1='ODYJBLEREP6' where id=4; -update noar tt set v0='NZQ4D2' where id=4; -update noar ti set v0='NZQ4D2' where id=4; -update noar tt set b2='PQAZ5' where id=4; -update noar ti set b2='PQAZ5' where id=4; -update noar tt set v0='0RDJOP1076MERNE' where id=5; -update noar ti set v0='0RDJOP1076MERNE' where id=5; -update noar tt set b0='1QDVZPW6WRZSI12' where id=5; -update noar ti set b0='1QDVZPW6WRZSI12' where id=5; -update noar tt set v0='RTYH5GEXL24NL6YUUMZZ0D' where id=5; -update noar ti set v0='RTYH5GEXL24NL6YUUMZZ0D' where id=5; -update noar tt set b1='8ZWA3JYXBJW5MTFW8E1' where id=5; -update noar ti set b1='8ZWA3JYXBJW5MTFW8E1' where id=5; -update noar tt set v0='AQCVQ1AENG3NLEL7R65GAD' where id=5; -update noar ti set v0='AQCVQ1AENG3NLEL7R65GAD' where id=5; -update noar tt set b2='12M9TR' where id=5; -update noar ti set b2='12M9TR' where id=5; -update noar tt set v0='OGWXVFYWBCCHAKOT0F7B600VSES4' where id=6; -update noar ti set v0='OGWXVFYWBCCHAKOT0F7B600VSES4' where id=6; -update noar tt set b0='PFR11' where id=6; -update noar ti set b0='PFR11' where id=6; -update noar tt set v0='NM' where id=6; -update noar ti set v0='NM' where id=6; -update noar tt set b1='YO' where id=6; -update noar ti set b1='YO' where id=6; -update noar tt set v0='08' where id=6; -update noar ti set v0='08' where id=6; -update noar tt set b2='ZAFFIM7JPH5XQ8QMWX' where id=6; -update noar ti set b2='ZAFFIM7JPH5XQ8QMWX' where id=6; -update noar tt set v0='TL3PSNXPZEXVJ9MJJ034' where id=7; -update noar ti set v0='TL3PSNXPZEXVJ9MJJ034' where id=7; -update noar tt set b0='D33GM' where id=7; -update noar ti set b0='D33GM' where id=7; -update noar tt set v0='SWGVJF9M' where id=7; -update noar ti set v0='SWGVJF9M' where id=7; -update noar tt set b1='VXRVHPBENQ50KG65JIHR' where id=7; -update noar ti set b1='VXRVHPBENQ50KG65JIHR' where id=7; -update noar tt set v0='ARKIXE' where id=7; -update noar ti set v0='ARKIXE' where id=7; -update noar tt set b2='QSGER' where id=7; -update noar ti set b2='QSGER' where id=7; -update noar tt set v0='ROIXMP10Q9Y3KN5AVX9GUG' where id=8; -update noar ti set v0='ROIXMP10Q9Y3KN5AVX9GUG' where id=8; -update noar tt set b0='RKGA9Y3U6QZ77YJ5KS00O' where id=8; -update noar ti set b0='RKGA9Y3U6QZ77YJ5KS00O' where id=8; -update noar tt set v0='F7D8ZEV0' where id=8; -update noar ti set v0='F7D8ZEV0' where id=8; -update noar tt set b1='JBKE385POLSW3QALFRCN' where id=8; -update noar ti set b1='JBKE385POLSW3QALFRCN' where id=8; -update noar tt set v0='ORW3Y9T11C8Q' where id=8; -update noar ti set v0='ORW3Y9T11C8Q' where id=8; -update noar tt set b2='LWNNCF8H' where id=8; -update noar ti set b2='LWNNCF8H' where id=8; -update noar tt set v0='FHU92WKHX4KUMNRKHK1K5MJNPCWVGFD' where id=9; -update noar ti set v0='FHU92WKHX4KUMNRKHK1K5MJNPCWVGFD' where id=9; -update noar tt set b0='X96QN56HQU83HKPWEKB' where id=9; -update noar ti set b0='X96QN56HQU83HKPWEKB' where id=9; -update noar tt set v0='ONNW9IYZZ2N6R' where id=9; -update noar ti set v0='ONNW9IYZZ2N6R' where id=9; -update noar tt set b1='KH3TJ' where id=9; -update noar ti set b1='KH3TJ' where id=9; -update noar tt set v0='CTE13H2593J839' where id=9; -update noar ti set v0='CTE13H2593J839' where id=9; -update noar tt set b2='RD7AZ' where id=9; -update noar ti set b2='RD7AZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JYD0' where id=1; -update noar ti set v0='JYD0' where id=1; -update noar tt set b0='F7IB' where id=1; -update noar ti set b0='F7IB' where id=1; -update noar tt set v0='J5' where id=1; -update noar ti set v0='J5' where id=1; -update noar tt set b1='XDODL' where id=1; -update noar ti set b1='XDODL' where id=1; -update noar tt set v0='SKJ1150CIQOO1DWL81E' where id=1; -update noar ti set v0='SKJ1150CIQOO1DWL81E' where id=1; -update noar tt set b2='LX2KWJKX1MWC9ZEPM49DCKY' where id=1; -update noar ti set b2='LX2KWJKX1MWC9ZEPM49DCKY' where id=1; -update noar tt set v0='GVXF2MFZ5H0GTKIJ6D70K1R3PZFR' where id=2; -update noar ti set v0='GVXF2MFZ5H0GTKIJ6D70K1R3PZFR' where id=2; -update noar tt set b0='09DA' where id=2; -update noar ti set b0='09DA' where id=2; -update noar tt set v0='CRJN1TBRKT5T5GOEMVG' where id=2; -update noar ti set v0='CRJN1TBRKT5T5GOEMVG' where id=2; -update noar tt set b1='F0JMXZ7S90' where id=2; -update noar ti set b1='F0JMXZ7S90' where id=2; -update noar tt set v0='LP6A6' where id=2; -update noar ti set v0='LP6A6' where id=2; -update noar tt set b2='UIQD0KP1CHQLUDI3' where id=2; -update noar ti set b2='UIQD0KP1CHQLUDI3' where id=2; -update noar tt set v0='22LYYRZJHDF5NL2UDXUNRB8T5' where id=3; -update noar ti set v0='22LYYRZJHDF5NL2UDXUNRB8T5' where id=3; -update noar tt set b0='JL4E4EX51Y1H9GIH8VZ5ZLYIM8S2EGM9' where id=3; -update noar ti set b0='JL4E4EX51Y1H9GIH8VZ5ZLYIM8S2EGM9' where id=3; -update noar tt set v0='V9EHCQKJZP7BBEWPCYGUMY0' where id=3; -update noar ti set v0='V9EHCQKJZP7BBEWPCYGUMY0' where id=3; -update noar tt set b1='EWV05LVNEISX2' where id=3; -update noar ti set b1='EWV05LVNEISX2' where id=3; -update noar tt set v0='8MDS8' where id=3; -update noar ti set v0='8MDS8' where id=3; -update noar tt set b2='UTDKHY1MRV5GM9LZJ8E8XWK6TV6ZJADW' where id=3; -update noar ti set b2='UTDKHY1MRV5GM9LZJ8E8XWK6TV6ZJADW' where id=3; -update noar tt set v0='VQV6NYXA69FRRCN9ZF' where id=4; -update noar ti set v0='VQV6NYXA69FRRCN9ZF' where id=4; -update noar tt set b0='LGGD3WK09KYHRF40S06JS9XS' where id=4; -update noar ti set b0='LGGD3WK09KYHRF40S06JS9XS' where id=4; -update noar tt set v0='H0L5VK4HARVUKH6LD69QCK4' where id=4; -update noar ti set v0='H0L5VK4HARVUKH6LD69QCK4' where id=4; -update noar tt set b1='96DVSAFX6U5DZYW89SH3R7ALK' where id=4; -update noar ti set b1='96DVSAFX6U5DZYW89SH3R7ALK' where id=4; -update noar tt set v0='3VUSH3BLQ36VWLSED6EHH85R' where id=4; -update noar ti set v0='3VUSH3BLQ36VWLSED6EHH85R' where id=4; -update noar tt set b2='BKGOPGAJZKADFH5KGY6LBPF' where id=4; -update noar ti set b2='BKGOPGAJZKADFH5KGY6LBPF' where id=4; -update noar tt set v0='8ZLDZ8PWMTE1A9XK94RQ7TS' where id=5; -update noar ti set v0='8ZLDZ8PWMTE1A9XK94RQ7TS' where id=5; -update noar tt set b0='YOMCYS3K88OSZ6V2' where id=5; -update noar ti set b0='YOMCYS3K88OSZ6V2' where id=5; -update noar tt set v0='4WGEQV1EISR' where id=5; -update noar ti set v0='4WGEQV1EISR' where id=5; -update noar tt set b1='9LED93E1RDOJ9' where id=5; -update noar ti set b1='9LED93E1RDOJ9' where id=5; -update noar tt set v0='1UGDMIJREX58WFGDWFJYH8IYV308L' where id=5; -update noar ti set v0='1UGDMIJREX58WFGDWFJYH8IYV308L' where id=5; -update noar tt set b2='9M0EZCD' where id=5; -update noar ti set b2='9M0EZCD' where id=5; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b0='OKT9FZDP9K0CVL0A4V9E' where id=6; -update noar ti set b0='OKT9FZDP9K0CVL0A4V9E' where id=6; -update noar tt set v0='5UEGPRI7PWJC2F1KPFLB' where id=6; -update noar ti set v0='5UEGPRI7PWJC2F1KPFLB' where id=6; -update noar tt set b1='180KB' where id=6; -update noar ti set b1='180KB' where id=6; -update noar tt set v0='GCNA' where id=6; -update noar ti set v0='GCNA' where id=6; -update noar tt set b2='IK83PAN49HVMR' where id=6; -update noar ti set b2='IK83PAN49HVMR' where id=6; -update noar tt set v0='TCMPVZMV122EWAOB4ZVT5TBB' where id=7; -update noar ti set v0='TCMPVZMV122EWAOB4ZVT5TBB' where id=7; -update noar tt set b0='YS7RLIHD6SLTJ' where id=7; -update noar ti set b0='YS7RLIHD6SLTJ' where id=7; -update noar tt set v0='WANRFGN5' where id=7; -update noar ti set v0='WANRFGN5' where id=7; -update noar tt set b1='YTKXXC1XV8QFQLIAYON5LIXE2VWZDZ' where id=7; -update noar ti set b1='YTKXXC1XV8QFQLIAYON5LIXE2VWZDZ' where id=7; -update noar tt set v0='UTW2A2' where id=7; -update noar ti set v0='UTW2A2' where id=7; -update noar tt set b2='C0V' where id=7; -update noar ti set b2='C0V' where id=7; -update noar tt set v0='O0SOVFM9E7YD' where id=8; -update noar ti set v0='O0SOVFM9E7YD' where id=8; -update noar tt set b0='HJRRZ5IGYO1AA6MIDA7LFQQY' where id=8; -update noar ti set b0='HJRRZ5IGYO1AA6MIDA7LFQQY' where id=8; -update noar tt set v0='SZBZALZOODO9ME1ZTUUI26P' where id=8; -update noar ti set v0='SZBZALZOODO9ME1ZTUUI26P' where id=8; -update noar tt set b1='4HSU2L8IQV5H20Y' where id=8; -update noar ti set b1='4HSU2L8IQV5H20Y' where id=8; -update noar tt set v0='L0DPUJENALYJIG2D87N0' where id=8; -update noar ti set v0='L0DPUJENALYJIG2D87N0' where id=8; -update noar tt set b2='74SM' where id=8; -update noar ti set b2='74SM' where id=8; -update noar tt set v0='ASF47OFFZ7Y0DUSXG08T' where id=9; -update noar ti set v0='ASF47OFFZ7Y0DUSXG08T' where id=9; -update noar tt set b0='ZUM' where id=9; -update noar ti set b0='ZUM' where id=9; -update noar tt set v0='U2Q0' where id=9; -update noar ti set v0='U2Q0' where id=9; -update noar tt set b1='8IA2SRMDYD' where id=9; -update noar ti set b1='8IA2SRMDYD' where id=9; -update noar tt set v0='NN69CTRFMB9QYOQ' where id=9; -update noar ti set v0='NN69CTRFMB9QYOQ' where id=9; -update noar tt set b2='ZWMPABBX5CZZJXDOS12GKS' where id=9; -update noar ti set b2='ZWMPABBX5CZZJXDOS12GKS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M99S8I2IRCQH5CD46VLA427' where id=1; -update noar ti set v0='M99S8I2IRCQH5CD46VLA427' where id=1; -update noar tt set b0='4E02MII1T7NLO' where id=1; -update noar ti set b0='4E02MII1T7NLO' where id=1; -update noar tt set v0='3J573ZT' where id=1; -update noar ti set v0='3J573ZT' where id=1; -update noar tt set b1='QRF9UIKJ5DLZ2YQCKXP1I' where id=1; -update noar ti set b1='QRF9UIKJ5DLZ2YQCKXP1I' where id=1; -update noar tt set v0='19SDTJ5F9B9QX266FTKW' where id=1; -update noar ti set v0='19SDTJ5F9B9QX266FTKW' where id=1; -update noar tt set b2='SSHDFQ7UTSKK6PV9WSSZ42PLV' where id=1; -update noar ti set b2='SSHDFQ7UTSKK6PV9WSSZ42PLV' where id=1; -update noar tt set v0='PC' where id=2; -update noar ti set v0='PC' where id=2; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set v0='6E4ZRH4NFG188CWEN2' where id=2; -update noar ti set v0='6E4ZRH4NFG188CWEN2' where id=2; -update noar tt set b1='XBUMIMTVN86' where id=2; -update noar ti set b1='XBUMIMTVN86' where id=2; -update noar tt set v0='NHWR4UJ04FKKNC' where id=2; -update noar ti set v0='NHWR4UJ04FKKNC' where id=2; -update noar tt set b2='0XKDA8UWY9K' where id=2; -update noar ti set b2='0XKDA8UWY9K' where id=2; -update noar tt set v0='ZJ5DUZWT175X7OJUWL3ENVU' where id=3; -update noar ti set v0='ZJ5DUZWT175X7OJUWL3ENVU' where id=3; -update noar tt set b0='QUE2HOAPC5OL250AN39QO4HT' where id=3; -update noar ti set b0='QUE2HOAPC5OL250AN39QO4HT' where id=3; -update noar tt set v0='TII50M0DWAHABRACZ' where id=3; -update noar ti set v0='TII50M0DWAHABRACZ' where id=3; -update noar tt set b1='9RPJ3TE7G' where id=3; -update noar ti set b1='9RPJ3TE7G' where id=3; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b2='PY72N2Y98VISCGZ3Q8ADOURI6CE' where id=3; -update noar ti set b2='PY72N2Y98VISCGZ3Q8ADOURI6CE' where id=3; -update noar tt set v0='B0D033EEHKFT1XHNT' where id=4; -update noar ti set v0='B0D033EEHKFT1XHNT' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='P1049NF91FRET2FUMFI' where id=4; -update noar ti set v0='P1049NF91FRET2FUMFI' where id=4; -update noar tt set b1='QALRV6BAVNH36RX171OIEK3F58' where id=4; -update noar ti set b1='QALRV6BAVNH36RX171OIEK3F58' where id=4; -update noar tt set v0='P3UJI0DVU596CVXB672JJXNF1Q4S7' where id=4; -update noar ti set v0='P3UJI0DVU596CVXB672JJXNF1Q4S7' where id=4; -update noar tt set b2='BVH124539SW3IWLJYF58E5QWRWVUQC' where id=4; -update noar ti set b2='BVH124539SW3IWLJYF58E5QWRWVUQC' where id=4; -update noar tt set v0='PG4FFS7E1VI8DC0' where id=5; -update noar ti set v0='PG4FFS7E1VI8DC0' where id=5; -update noar tt set b0='FVFGBLHRA2AEPZ80FBIMYK8' where id=5; -update noar ti set b0='FVFGBLHRA2AEPZ80FBIMYK8' where id=5; -update noar tt set v0='U75IP181HOE0ZN8YWHG8V39WG09O65' where id=5; -update noar ti set v0='U75IP181HOE0ZN8YWHG8V39WG09O65' where id=5; -update noar tt set b1='JYTQFQM3S911GD2N80' where id=5; -update noar ti set b1='JYTQFQM3S911GD2N80' where id=5; -update noar tt set v0='MF6276OYVE3R2934LBEB9QKM5CKO' where id=5; -update noar ti set v0='MF6276OYVE3R2934LBEB9QKM5CKO' where id=5; -update noar tt set b2='TCB20NFDJ8QHO' where id=5; -update noar ti set b2='TCB20NFDJ8QHO' where id=5; -update noar tt set v0='08G6WYWFI0L8S3OXI68GG693DE' where id=6; -update noar ti set v0='08G6WYWFI0L8S3OXI68GG693DE' where id=6; -update noar tt set b0='VXO' where id=6; -update noar ti set b0='VXO' where id=6; -update noar tt set v0='4L8V81BY30LDLGCOCWNJITDCXB' where id=6; -update noar ti set v0='4L8V81BY30LDLGCOCWNJITDCXB' where id=6; -update noar tt set b1='DKXOXHBHWPD' where id=6; -update noar ti set b1='DKXOXHBHWPD' where id=6; -update noar tt set v0='IBESIH8QFN7PA68NJYP1Q3MQQVY16OI0' where id=6; -update noar ti set v0='IBESIH8QFN7PA68NJYP1Q3MQQVY16OI0' where id=6; -update noar tt set b2='GF9O9W' where id=6; -update noar ti set b2='GF9O9W' where id=6; -update noar tt set v0='DUPB' where id=7; -update noar ti set v0='DUPB' where id=7; -update noar tt set b0='0342H1DT' where id=7; -update noar ti set b0='0342H1DT' where id=7; -update noar tt set v0='CCFHHSTSW7R5JFH9OJZGY6' where id=7; -update noar ti set v0='CCFHHSTSW7R5JFH9OJZGY6' where id=7; -update noar tt set b1='IPIH7' where id=7; -update noar ti set b1='IPIH7' where id=7; -update noar tt set v0='CTLXLPUUCKCJ0H7QOLEH7E8' where id=7; -update noar ti set v0='CTLXLPUUCKCJ0H7QOLEH7E8' where id=7; -update noar tt set b2='AUATGUTLUG2UUG5' where id=7; -update noar ti set b2='AUATGUTLUG2UUG5' where id=7; -update noar tt set v0='LQ3KPTKAQL4GMMU0E28XYH' where id=8; -update noar ti set v0='LQ3KPTKAQL4GMMU0E28XYH' where id=8; -update noar tt set b0='O2V' where id=8; -update noar ti set b0='O2V' where id=8; -update noar tt set v0='ZZDDAR0BFVUBKX8JVND1AWZMT' where id=8; -update noar ti set v0='ZZDDAR0BFVUBKX8JVND1AWZMT' where id=8; -update noar tt set b1='YTA1C6K' where id=8; -update noar ti set b1='YTA1C6K' where id=8; -update noar tt set v0='ATJMIRC6E9DPYSBMOYLPG' where id=8; -update noar ti set v0='ATJMIRC6E9DPYSBMOYLPG' where id=8; -update noar tt set b2='OAMZA90FIE4LGI3VO8MF41V' where id=8; -update noar ti set b2='OAMZA90FIE4LGI3VO8MF41V' where id=8; -update noar tt set v0='X4NIW' where id=9; -update noar ti set v0='X4NIW' where id=9; -update noar tt set b0='9N9UOM7OD2Y' where id=9; -update noar ti set b0='9N9UOM7OD2Y' where id=9; -update noar tt set v0='5FTKNURQNRN1L9C5' where id=9; -update noar ti set v0='5FTKNURQNRN1L9C5' where id=9; -update noar tt set b1='PYWNLU2O' where id=9; -update noar ti set b1='PYWNLU2O' where id=9; -update noar tt set v0='CUSL3R0T4ZX13HWHVQZ77FGZ2L' where id=9; -update noar ti set v0='CUSL3R0T4ZX13HWHVQZ77FGZ2L' where id=9; -update noar tt set b2='M00LOB' where id=9; -update noar ti set b2='M00LOB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HP56HAOK' where id=1; -update noar ti set v0='HP56HAOK' where id=1; -update noar tt set b0='G7OLRDEPR5' where id=1; -update noar ti set b0='G7OLRDEPR5' where id=1; -update noar tt set v0='TTIJTJ08I1K5B1GQY8LFP' where id=1; -update noar ti set v0='TTIJTJ08I1K5B1GQY8LFP' where id=1; -update noar tt set b1='6' where id=1; -update noar ti set b1='6' where id=1; -update noar tt set v0='MHGB7T49EQF3M' where id=1; -update noar ti set v0='MHGB7T49EQF3M' where id=1; -update noar tt set b2='6O1ZHDJRLNQM63MO54ODB2WYFBOGPYF9' where id=1; -update noar ti set b2='6O1ZHDJRLNQM63MO54ODB2WYFBOGPYF9' where id=1; -update noar tt set v0='P90QC5LM26OF21JSV6A2136YZ9' where id=2; -update noar ti set v0='P90QC5LM26OF21JSV6A2136YZ9' where id=2; -update noar tt set b0='QECR' where id=2; -update noar ti set b0='QECR' where id=2; -update noar tt set v0='989AOHSSCCMSVGG65' where id=2; -update noar ti set v0='989AOHSSCCMSVGG65' where id=2; -update noar tt set b1='ZQCDRG9FDEWN79E' where id=2; -update noar ti set b1='ZQCDRG9FDEWN79E' where id=2; -update noar tt set v0='WK32FBBR9827K' where id=2; -update noar ti set v0='WK32FBBR9827K' where id=2; -update noar tt set b2='ZT3U0RYHX1H' where id=2; -update noar ti set b2='ZT3U0RYHX1H' where id=2; -update noar tt set v0='G2' where id=3; -update noar ti set v0='G2' where id=3; -update noar tt set b0='0U921ZG' where id=3; -update noar ti set b0='0U921ZG' where id=3; -update noar tt set v0='SJHW7YC8VP1LT4C60XB44OHBYGI6C9' where id=3; -update noar ti set v0='SJHW7YC8VP1LT4C60XB44OHBYGI6C9' where id=3; -update noar tt set b1='GT7CZO' where id=3; -update noar ti set b1='GT7CZO' where id=3; -update noar tt set v0='EMDIIWNNKLPJ8G6HYJIBHP4GO46LP2' where id=3; -update noar ti set v0='EMDIIWNNKLPJ8G6HYJIBHP4GO46LP2' where id=3; -update noar tt set b2='C1MUT9JRB' where id=3; -update noar ti set b2='C1MUT9JRB' where id=3; -update noar tt set v0='84PG8AQZXQ8VK4641GAAXQY1DY' where id=4; -update noar ti set v0='84PG8AQZXQ8VK4641GAAXQY1DY' where id=4; -update noar tt set b0='LJX3BN' where id=4; -update noar ti set b0='LJX3BN' where id=4; -update noar tt set v0='A6XG9' where id=4; -update noar ti set v0='A6XG9' where id=4; -update noar tt set b1='FNTLKKP9MLO81YB11D7EL' where id=4; -update noar ti set b1='FNTLKKP9MLO81YB11D7EL' where id=4; -update noar tt set v0='VX2X33TZ0SWL6LFCL' where id=4; -update noar ti set v0='VX2X33TZ0SWL6LFCL' where id=4; -update noar tt set b2='8DV7LQHXA1M18BGMYOW3R2ZP936AMGS' where id=4; -update noar ti set b2='8DV7LQHXA1M18BGMYOW3R2ZP936AMGS' where id=4; -update noar tt set v0='EB4LMO7AFXFH82QSPA4M' where id=5; -update noar ti set v0='EB4LMO7AFXFH82QSPA4M' where id=5; -update noar tt set b0='UY7V4U2QSC8' where id=5; -update noar ti set b0='UY7V4U2QSC8' where id=5; -update noar tt set v0='JQXOX' where id=5; -update noar ti set v0='JQXOX' where id=5; -update noar tt set b1='5JF27Q2T3T' where id=5; -update noar ti set b1='5JF27Q2T3T' where id=5; -update noar tt set v0='IWGULX' where id=5; -update noar ti set v0='IWGULX' where id=5; -update noar tt set b2='KWCI258S5SZJ7' where id=5; -update noar ti set b2='KWCI258S5SZJ7' where id=5; -update noar tt set v0='YX524FJRZ5LHPU2K1CIQ2FYRR1' where id=6; -update noar ti set v0='YX524FJRZ5LHPU2K1CIQ2FYRR1' where id=6; -update noar tt set b0='6MGQD51' where id=6; -update noar ti set b0='6MGQD51' where id=6; -update noar tt set v0='WDOFFPB' where id=6; -update noar ti set v0='WDOFFPB' where id=6; -update noar tt set b1='ZIYIS33' where id=6; -update noar ti set b1='ZIYIS33' where id=6; -update noar tt set v0='60T0M9TIH0L8C' where id=6; -update noar ti set v0='60T0M9TIH0L8C' where id=6; -update noar tt set b2='AS' where id=6; -update noar ti set b2='AS' where id=6; -update noar tt set v0='JJJM5519IARJY8SND' where id=7; -update noar ti set v0='JJJM5519IARJY8SND' where id=7; -update noar tt set b0='CXG4UTEQD' where id=7; -update noar ti set b0='CXG4UTEQD' where id=7; -update noar tt set v0='J65328RGS0P3O7R02CK6KOQIKZE6D2' where id=7; -update noar ti set v0='J65328RGS0P3O7R02CK6KOQIKZE6D2' where id=7; -update noar tt set b1='DDWYLSBRDEPKWS6JN3H0DCU6TF' where id=7; -update noar ti set b1='DDWYLSBRDEPKWS6JN3H0DCU6TF' where id=7; -update noar tt set v0='YCXHCJT03CLG' where id=7; -update noar ti set v0='YCXHCJT03CLG' where id=7; -update noar tt set b2='UBRWTX0BST0SVF5B3U0WFJ7IDP3CK' where id=7; -update noar ti set b2='UBRWTX0BST0SVF5B3U0WFJ7IDP3CK' where id=7; -update noar tt set v0='OBVOKHC1M7W19J71P3AWL08QA2WY9' where id=8; -update noar ti set v0='OBVOKHC1M7W19J71P3AWL08QA2WY9' where id=8; -update noar tt set b0='4P6LR2YQO97ZUAU25' where id=8; -update noar ti set b0='4P6LR2YQO97ZUAU25' where id=8; -update noar tt set v0='18QYEU7TO2877V7PV7JBZ5YG3O5' where id=8; -update noar ti set v0='18QYEU7TO2877V7PV7JBZ5YG3O5' where id=8; -update noar tt set b1='2ROPMEXK' where id=8; -update noar ti set b1='2ROPMEXK' where id=8; -update noar tt set v0='1' where id=8; -update noar ti set v0='1' where id=8; -update noar tt set b2='1D8WS6RRJUIA8KE22Z0ELO05' where id=8; -update noar ti set b2='1D8WS6RRJUIA8KE22Z0ELO05' where id=8; -update noar tt set v0='KJWIWZ5GU48DQIJK1TWMV2KQGX6SW5' where id=9; -update noar ti set v0='KJWIWZ5GU48DQIJK1TWMV2KQGX6SW5' where id=9; -update noar tt set b0='RJZLE1ODIN6II' where id=9; -update noar ti set b0='RJZLE1ODIN6II' where id=9; -update noar tt set v0='GLT6O4EPVIEX8B4K7R0Z0VGV' where id=9; -update noar ti set v0='GLT6O4EPVIEX8B4K7R0Z0VGV' where id=9; -update noar tt set b1='94DA1ZZN' where id=9; -update noar ti set b1='94DA1ZZN' where id=9; -update noar tt set v0='LMGR9K8KAWEUX' where id=9; -update noar ti set v0='LMGR9K8KAWEUX' where id=9; -update noar tt set b2='NFTKHJX5MTRXV6F2CRT' where id=9; -update noar ti set b2='NFTKHJX5MTRXV6F2CRT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='J8HDDAT0LN9KYLOHBC1XRT9V9' where id=1; -update noar ti set v0='J8HDDAT0LN9KYLOHBC1XRT9V9' where id=1; -update noar tt set b0='W1QOJD8JCM9FECU8CQ655' where id=1; -update noar ti set b0='W1QOJD8JCM9FECU8CQ655' where id=1; -update noar tt set v0='L94C1LQE4B451UGJQE5EL5O97MCGR1X6' where id=1; -update noar ti set v0='L94C1LQE4B451UGJQE5EL5O97MCGR1X6' where id=1; -update noar tt set b1='S7H928OA4SD1J98GAB09ODZNVWP21MG3' where id=1; -update noar ti set b1='S7H928OA4SD1J98GAB09ODZNVWP21MG3' where id=1; -update noar tt set v0='DXKWWKDD8YJWUBB4HELE6' where id=1; -update noar ti set v0='DXKWWKDD8YJWUBB4HELE6' where id=1; -update noar tt set b2='H5B1LU9OXOCAO7TXN59GW4AZIU6H' where id=1; -update noar ti set b2='H5B1LU9OXOCAO7TXN59GW4AZIU6H' where id=1; -update noar tt set v0='D5PCCNL' where id=2; -update noar ti set v0='D5PCCNL' where id=2; -update noar tt set b0='WYIM5V289NC31' where id=2; -update noar ti set b0='WYIM5V289NC31' where id=2; -update noar tt set v0='LMSRY6C7PHO31F3OEQONH5KRHW18E' where id=2; -update noar ti set v0='LMSRY6C7PHO31F3OEQONH5KRHW18E' where id=2; -update noar tt set b1='P' where id=2; -update noar ti set b1='P' where id=2; -update noar tt set v0='VTZIN736HITAKZ3' where id=2; -update noar ti set v0='VTZIN736HITAKZ3' where id=2; -update noar tt set b2='BAYX7EZ' where id=2; -update noar ti set b2='BAYX7EZ' where id=2; -update noar tt set v0='9SSDMCAR' where id=3; -update noar ti set v0='9SSDMCAR' where id=3; -update noar tt set b0='7PPU991R8HZGOIX16UG9UMDW9TS9A' where id=3; -update noar ti set b0='7PPU991R8HZGOIX16UG9UMDW9TS9A' where id=3; -update noar tt set v0='QLJRG4AVBDXLFZW2QEJBEWRH1ESE89TV' where id=3; -update noar ti set v0='QLJRG4AVBDXLFZW2QEJBEWRH1ESE89TV' where id=3; -update noar tt set b1='H56B8I5MDLJLH0A15GPDB6F9P3KSJG' where id=3; -update noar ti set b1='H56B8I5MDLJLH0A15GPDB6F9P3KSJG' where id=3; -update noar tt set v0='KNX5OBC' where id=3; -update noar ti set v0='KNX5OBC' where id=3; -update noar tt set b2='9ZQN04AZKMH1VC3JQ' where id=3; -update noar ti set b2='9ZQN04AZKMH1VC3JQ' where id=3; -update noar tt set v0='ZYWZ1P4H' where id=4; -update noar ti set v0='ZYWZ1P4H' where id=4; -update noar tt set b0='42O0JE2XYTYVXN1XQCDZ9R7X' where id=4; -update noar ti set b0='42O0JE2XYTYVXN1XQCDZ9R7X' where id=4; -update noar tt set v0='V14XH3' where id=4; -update noar ti set v0='V14XH3' where id=4; -update noar tt set b1='CXSHF8XXSMQZR962FIKXW809ORTQQO' where id=4; -update noar ti set b1='CXSHF8XXSMQZR962FIKXW809ORTQQO' where id=4; -update noar tt set v0='O2CFTKK667I3M' where id=4; -update noar ti set v0='O2CFTKK667I3M' where id=4; -update noar tt set b2='KJCIZJ7MJP' where id=4; -update noar ti set b2='KJCIZJ7MJP' where id=4; -update noar tt set v0='NYBN7APWVT05L41SI20MM' where id=5; -update noar ti set v0='NYBN7APWVT05L41SI20MM' where id=5; -update noar tt set b0='2FGDIQYVYXOT10UKJOC9D3OCX7FPD8V' where id=5; -update noar ti set b0='2FGDIQYVYXOT10UKJOC9D3OCX7FPD8V' where id=5; -update noar tt set v0='DKP6E5FHHNZFBGA' where id=5; -update noar ti set v0='DKP6E5FHHNZFBGA' where id=5; -update noar tt set b1='VWNGRSAIZ16XJ2GJG2WIY3' where id=5; -update noar ti set b1='VWNGRSAIZ16XJ2GJG2WIY3' where id=5; -update noar tt set v0='HSPLRP64P0V914KX' where id=5; -update noar ti set v0='HSPLRP64P0V914KX' where id=5; -update noar tt set b2='LLM0UUTY6VZUNX' where id=5; -update noar ti set b2='LLM0UUTY6VZUNX' where id=5; -update noar tt set v0='BA6' where id=6; -update noar ti set v0='BA6' where id=6; -update noar tt set b0='OCIB31YBKYQPTC4SA' where id=6; -update noar ti set b0='OCIB31YBKYQPTC4SA' where id=6; -update noar tt set v0='XDPTKWIPLXHKHGOVHE' where id=6; -update noar ti set v0='XDPTKWIPLXHKHGOVHE' where id=6; -update noar tt set b1='WMRL7IPV738' where id=6; -update noar ti set b1='WMRL7IPV738' where id=6; -update noar tt set v0='CWOLZ063TQVSZU5' where id=6; -update noar ti set v0='CWOLZ063TQVSZU5' where id=6; -update noar tt set b2='6C3P7MLWKBMXBNO9Q5Z' where id=6; -update noar ti set b2='6C3P7MLWKBMXBNO9Q5Z' where id=6; -update noar tt set v0='0XGG4CIDTCAKX7KXKZ' where id=7; -update noar ti set v0='0XGG4CIDTCAKX7KXKZ' where id=7; -update noar tt set b0='6JEA2CL7YNEA51TDPLYM9A' where id=7; -update noar ti set b0='6JEA2CL7YNEA51TDPLYM9A' where id=7; -update noar tt set v0='C1B2Q7SBPDK79TFHKYT0C7796RZ8MT' where id=7; -update noar ti set v0='C1B2Q7SBPDK79TFHKYT0C7796RZ8MT' where id=7; -update noar tt set b1='WSTSRGR83WL37RVEKHYPSEF1T' where id=7; -update noar ti set b1='WSTSRGR83WL37RVEKHYPSEF1T' where id=7; -update noar tt set v0='JBRZ9RN8XTKWF' where id=7; -update noar ti set v0='JBRZ9RN8XTKWF' where id=7; -update noar tt set b2='B772S' where id=7; -update noar ti set b2='B772S' where id=7; -update noar tt set v0='EU2VFN23NFBFZK' where id=8; -update noar ti set v0='EU2VFN23NFBFZK' where id=8; -update noar tt set b0='XW0TN' where id=8; -update noar ti set b0='XW0TN' where id=8; -update noar tt set v0='PBHCYP2GSPS7WXZM' where id=8; -update noar ti set v0='PBHCYP2GSPS7WXZM' where id=8; -update noar tt set b1='YLIGT52NNNOOPPAYAECPR9ZQUF' where id=8; -update noar ti set b1='YLIGT52NNNOOPPAYAECPR9ZQUF' where id=8; -update noar tt set v0='1PIW2OPDTXCUSOPGML1' where id=8; -update noar ti set v0='1PIW2OPDTXCUSOPGML1' where id=8; -update noar tt set b2='BSV6Z1' where id=8; -update noar ti set b2='BSV6Z1' where id=8; -update noar tt set v0='CR9CDU75OBQUEA54YLTFMTEZI3I5QGH' where id=9; -update noar ti set v0='CR9CDU75OBQUEA54YLTFMTEZI3I5QGH' where id=9; -update noar tt set b0='UWXHKPP8HC5' where id=9; -update noar ti set b0='UWXHKPP8HC5' where id=9; -update noar tt set v0='WD4ODPZU7172RKH46LH355HF8FWSFN4' where id=9; -update noar ti set v0='WD4ODPZU7172RKH46LH355HF8FWSFN4' where id=9; -update noar tt set b1='A4DV' where id=9; -update noar ti set b1='A4DV' where id=9; -update noar tt set v0='FCKWPCYCVPUPL2ELJ3HU8HX78H8CZH' where id=9; -update noar ti set v0='FCKWPCYCVPUPL2ELJ3HU8HX78H8CZH' where id=9; -update noar tt set b2='1BNRD0KZESJ' where id=9; -update noar ti set b2='1BNRD0KZESJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FDMBXMBZHLZ' where id=1; -update noar ti set v0='FDMBXMBZHLZ' where id=1; -update noar tt set b0='IN5' where id=1; -update noar ti set b0='IN5' where id=1; -update noar tt set v0='97RMBKCJ0E0TY7NDLPKCOTE' where id=1; -update noar ti set v0='97RMBKCJ0E0TY7NDLPKCOTE' where id=1; -update noar tt set b1='JC4ICJ1' where id=1; -update noar ti set b1='JC4ICJ1' where id=1; -update noar tt set v0='7LEW2A0GP7LRLR3YXZ7OZ' where id=1; -update noar ti set v0='7LEW2A0GP7LRLR3YXZ7OZ' where id=1; -update noar tt set b2='VV2PJISPDZPI9B1JTU8SYRHTLL3774H' where id=1; -update noar ti set b2='VV2PJISPDZPI9B1JTU8SYRHTLL3774H' where id=1; -update noar tt set v0='9JRHNMIZJYSJ60MNB1HU33KCZAT6' where id=2; -update noar ti set v0='9JRHNMIZJYSJ60MNB1HU33KCZAT6' where id=2; -update noar tt set b0='BDN' where id=2; -update noar ti set b0='BDN' where id=2; -update noar tt set v0='HFKTTJ2P56' where id=2; -update noar ti set v0='HFKTTJ2P56' where id=2; -update noar tt set b1='FQEKIJIAI21LFMVP4VTY9' where id=2; -update noar ti set b1='FQEKIJIAI21LFMVP4VTY9' where id=2; -update noar tt set v0='MTZNEEF9MS7S7' where id=2; -update noar ti set v0='MTZNEEF9MS7S7' where id=2; -update noar tt set b2='OVB2HNAM72VCVORWF' where id=2; -update noar ti set b2='OVB2HNAM72VCVORWF' where id=2; -update noar tt set v0='6YC3' where id=3; -update noar ti set v0='6YC3' where id=3; -update noar tt set b0='Y05G95FY4SE7W3QI6EAMKM6G2' where id=3; -update noar ti set b0='Y05G95FY4SE7W3QI6EAMKM6G2' where id=3; -update noar tt set v0='QIMI8819MFN6FS28I21749AQ5RMQ' where id=3; -update noar ti set v0='QIMI8819MFN6FS28I21749AQ5RMQ' where id=3; -update noar tt set b1='GWKEYWSRSR7Y121Y601DNZQA' where id=3; -update noar ti set b1='GWKEYWSRSR7Y121Y601DNZQA' where id=3; -update noar tt set v0='IVME1J7E4DUFGS8TG' where id=3; -update noar ti set v0='IVME1J7E4DUFGS8TG' where id=3; -update noar tt set b2='KDEIC' where id=3; -update noar ti set b2='KDEIC' where id=3; -update noar tt set v0='H71T' where id=4; -update noar ti set v0='H71T' where id=4; -update noar tt set b0='ULEC8DPS4XVME6L6AX32DY6U7IMJE2F' where id=4; -update noar ti set b0='ULEC8DPS4XVME6L6AX32DY6U7IMJE2F' where id=4; -update noar tt set v0='Y' where id=4; -update noar ti set v0='Y' where id=4; -update noar tt set b1='IBCR8AOPQTK4MFD6OESZ' where id=4; -update noar ti set b1='IBCR8AOPQTK4MFD6OESZ' where id=4; -update noar tt set v0='DTTSM' where id=4; -update noar ti set v0='DTTSM' where id=4; -update noar tt set b2='8JT634KDTKI1ISORGQAXIUS6F8P' where id=4; -update noar ti set b2='8JT634KDTKI1ISORGQAXIUS6F8P' where id=4; -update noar tt set v0='KC1' where id=5; -update noar ti set v0='KC1' where id=5; -update noar tt set b0='IA17F78LYRM838BIY' where id=5; -update noar ti set b0='IA17F78LYRM838BIY' where id=5; -update noar tt set v0='XEY9VFYIBQPCF880Y8DF28VAFMYS51R4' where id=5; -update noar ti set v0='XEY9VFYIBQPCF880Y8DF28VAFMYS51R4' where id=5; -update noar tt set b1='GAR51MMI6D80' where id=5; -update noar ti set b1='GAR51MMI6D80' where id=5; -update noar tt set v0='VVA' where id=5; -update noar ti set v0='VVA' where id=5; -update noar tt set b2='VX86DN8I6DGJWJ2Z4U6F3DMSS6H' where id=5; -update noar ti set b2='VX86DN8I6DGJWJ2Z4U6F3DMSS6H' where id=5; -update noar tt set v0='OF4V1Z3SZPSZ7NICXZE0' where id=6; -update noar ti set v0='OF4V1Z3SZPSZ7NICXZE0' where id=6; -update noar tt set b0='JC681GMG4LY9P2HMW7YJ9Z6Q9QRQF' where id=6; -update noar ti set b0='JC681GMG4LY9P2HMW7YJ9Z6Q9QRQF' where id=6; -update noar tt set v0='3SD1J1IYLFCDD71Z0NMAFXPOSI9YVBQ' where id=6; -update noar ti set v0='3SD1J1IYLFCDD71Z0NMAFXPOSI9YVBQ' where id=6; -update noar tt set b1='ZRNI6TP' where id=6; -update noar ti set b1='ZRNI6TP' where id=6; -update noar tt set v0='Z6R2ZQ014G7I34ZYI2L2W' where id=6; -update noar ti set v0='Z6R2ZQ014G7I34ZYI2L2W' where id=6; -update noar tt set b2='FU69KU5JEDVUP7YP9ECJ4' where id=6; -update noar ti set b2='FU69KU5JEDVUP7YP9ECJ4' where id=6; -update noar tt set v0='OHB6M2CYXQKA7RZ1O' where id=7; -update noar ti set v0='OHB6M2CYXQKA7RZ1O' where id=7; -update noar tt set b0='ZUTA7SWI861CQUECRE38D9A5OI1A' where id=7; -update noar ti set b0='ZUTA7SWI861CQUECRE38D9A5OI1A' where id=7; -update noar tt set v0='2O7SXIVCGXWWRQ12AJJ2P3A' where id=7; -update noar ti set v0='2O7SXIVCGXWWRQ12AJJ2P3A' where id=7; -update noar tt set b1='P261AQYE1NUS5138KQUU072ICEC6RDV' where id=7; -update noar ti set b1='P261AQYE1NUS5138KQUU072ICEC6RDV' where id=7; -update noar tt set v0='W7IY0NVWY784N52IZZ3G0CDFHZQNSWRQ' where id=7; -update noar ti set v0='W7IY0NVWY784N52IZZ3G0CDFHZQNSWRQ' where id=7; -update noar tt set b2='4D8ZX' where id=7; -update noar ti set b2='4D8ZX' where id=7; -update noar tt set v0='LSMG00U26MN2K38' where id=8; -update noar ti set v0='LSMG00U26MN2K38' where id=8; -update noar tt set b0='I0PCB4F1DXL10JI5R28ZIW9I5' where id=8; -update noar ti set b0='I0PCB4F1DXL10JI5R28ZIW9I5' where id=8; -update noar tt set v0='G8FY41LT922HZUT9YJMOFAA' where id=8; -update noar ti set v0='G8FY41LT922HZUT9YJMOFAA' where id=8; -update noar tt set b1='TG27BX3YPYVHVFHJGIIZ' where id=8; -update noar ti set b1='TG27BX3YPYVHVFHJGIIZ' where id=8; -update noar tt set v0='JEVXA' where id=8; -update noar ti set v0='JEVXA' where id=8; -update noar tt set b2='Z9E9YW6GF54ZP' where id=8; -update noar ti set b2='Z9E9YW6GF54ZP' where id=8; -update noar tt set v0='U7IMZ8AZ52GSJMM0IODKASSXNBRUFT' where id=9; -update noar ti set v0='U7IMZ8AZ52GSJMM0IODKASSXNBRUFT' where id=9; -update noar tt set b0='RZPCQSX9B446BLSDNHPH8220IQ4G' where id=9; -update noar ti set b0='RZPCQSX9B446BLSDNHPH8220IQ4G' where id=9; -update noar tt set v0='3A3NVWMQRGGHVL4' where id=9; -update noar ti set v0='3A3NVWMQRGGHVL4' where id=9; -update noar tt set b1='6RDM' where id=9; -update noar ti set b1='6RDM' where id=9; -update noar tt set v0='VW6DCIYMR3R8FV5BEQGF42PRDT' where id=9; -update noar ti set v0='VW6DCIYMR3R8FV5BEQGF42PRDT' where id=9; -update noar tt set b2='2ZTZ4' where id=9; -update noar ti set b2='2ZTZ4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NK' where id=1; -update noar ti set v0='NK' where id=1; -update noar tt set b0='5YBYPF5S5RU91AWR1R' where id=1; -update noar ti set b0='5YBYPF5S5RU91AWR1R' where id=1; -update noar tt set v0='0UIOY4JXKXHN020SY' where id=1; -update noar ti set v0='0UIOY4JXKXHN020SY' where id=1; -update noar tt set b1='JF4RHRR1W2YX3VZF5QZI1' where id=1; -update noar ti set b1='JF4RHRR1W2YX3VZF5QZI1' where id=1; -update noar tt set v0='ZJOF716TFIJNGO6F7BGP7L' where id=1; -update noar ti set v0='ZJOF716TFIJNGO6F7BGP7L' where id=1; -update noar tt set b2='U9IV' where id=1; -update noar ti set b2='U9IV' where id=1; -update noar tt set v0='WWRKNUY2TJ1GNC35VRZZ0WQ' where id=2; -update noar ti set v0='WWRKNUY2TJ1GNC35VRZZ0WQ' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='ZW4615PKVK9' where id=2; -update noar ti set v0='ZW4615PKVK9' where id=2; -update noar tt set b1='WFG47HAX' where id=2; -update noar ti set b1='WFG47HAX' where id=2; -update noar tt set v0='FCYRXWWLLVS858VHO4IFLVO' where id=2; -update noar ti set v0='FCYRXWWLLVS858VHO4IFLVO' where id=2; -update noar tt set b2='QT73T90ZH' where id=2; -update noar ti set b2='QT73T90ZH' where id=2; -update noar tt set v0='WJXPCK19YF8H5BV' where id=3; -update noar ti set v0='WJXPCK19YF8H5BV' where id=3; -update noar tt set b0='PZZ5QG6P69GY9Y56Z5DQB5FC' where id=3; -update noar ti set b0='PZZ5QG6P69GY9Y56Z5DQB5FC' where id=3; -update noar tt set v0='F8KO' where id=3; -update noar ti set v0='F8KO' where id=3; -update noar tt set b1='ZJJPNE' where id=3; -update noar ti set b1='ZJJPNE' where id=3; -update noar tt set v0='M9H3' where id=3; -update noar ti set v0='M9H3' where id=3; -update noar tt set b2='O27R54EKB09GM' where id=3; -update noar ti set b2='O27R54EKB09GM' where id=3; -update noar tt set v0='XV4U9V6PMOO9' where id=4; -update noar ti set v0='XV4U9V6PMOO9' where id=4; -update noar tt set b0='H8XMELGU14DAMBOX3G4' where id=4; -update noar ti set b0='H8XMELGU14DAMBOX3G4' where id=4; -update noar tt set v0='I' where id=4; -update noar ti set v0='I' where id=4; -update noar tt set b1='LOS9JN6AELVWO89FTHMHDQL9QFVZSIA' where id=4; -update noar ti set b1='LOS9JN6AELVWO89FTHMHDQL9QFVZSIA' where id=4; -update noar tt set v0='Q1GYJGEH59S8X9PY8KDB7T' where id=4; -update noar ti set v0='Q1GYJGEH59S8X9PY8KDB7T' where id=4; -update noar tt set b2='55SXRGAVKNZMIAUS75EJQWE9W' where id=4; -update noar ti set b2='55SXRGAVKNZMIAUS75EJQWE9W' where id=4; -update noar tt set v0='NC9G3JGSOW3KL6AU' where id=5; -update noar ti set v0='NC9G3JGSOW3KL6AU' where id=5; -update noar tt set b0='HL7QSN59WQU37AI58S86' where id=5; -update noar ti set b0='HL7QSN59WQU37AI58S86' where id=5; -update noar tt set v0='6NJ' where id=5; -update noar ti set v0='6NJ' where id=5; -update noar tt set b1='E6ZAAGPE3Y0J098YV637ZX962I' where id=5; -update noar ti set b1='E6ZAAGPE3Y0J098YV637ZX962I' where id=5; -update noar tt set v0='ERRPK' where id=5; -update noar ti set v0='ERRPK' where id=5; -update noar tt set b2='69ZWHWL3PS6EQ4UZSB2BV' where id=5; -update noar ti set b2='69ZWHWL3PS6EQ4UZSB2BV' where id=5; -update noar tt set v0='5LQSB8OJ5KBEI9' where id=6; -update noar ti set v0='5LQSB8OJ5KBEI9' where id=6; -update noar tt set b0='KLBOV3YWPGV0AGROTP' where id=6; -update noar ti set b0='KLBOV3YWPGV0AGROTP' where id=6; -update noar tt set v0='7GCDMWD1RGSVDQKV74WLQ36PCOO339T' where id=6; -update noar ti set v0='7GCDMWD1RGSVDQKV74WLQ36PCOO339T' where id=6; -update noar tt set b1='SA7DBBEM03HV3OQF5XWZHKH' where id=6; -update noar ti set b1='SA7DBBEM03HV3OQF5XWZHKH' where id=6; -update noar tt set v0='N8F0O3II8007D1LAE8PPZY4RVXAM0B' where id=6; -update noar ti set v0='N8F0O3II8007D1LAE8PPZY4RVXAM0B' where id=6; -update noar tt set b2='G8TQ7LN4M7V6W9O' where id=6; -update noar ti set b2='G8TQ7LN4M7V6W9O' where id=6; -update noar tt set v0='G5KCL2WEH8T39S0SU5TRTUXQJQQT' where id=7; -update noar ti set v0='G5KCL2WEH8T39S0SU5TRTUXQJQQT' where id=7; -update noar tt set b0='96' where id=7; -update noar ti set b0='96' where id=7; -update noar tt set v0='ZRZJKUDBDF1ZJFRTF2' where id=7; -update noar ti set v0='ZRZJKUDBDF1ZJFRTF2' where id=7; -update noar tt set b1='2LX2DBGEMYYBT' where id=7; -update noar ti set b1='2LX2DBGEMYYBT' where id=7; -update noar tt set v0='QIY4' where id=7; -update noar ti set v0='QIY4' where id=7; -update noar tt set b2='VZ3HD5S57BR1X2CQ9SS2B' where id=7; -update noar ti set b2='VZ3HD5S57BR1X2CQ9SS2B' where id=7; -update noar tt set v0='AY9AXOSF5X2BXE0TXD4F057QT' where id=8; -update noar ti set v0='AY9AXOSF5X2BXE0TXD4F057QT' where id=8; -update noar tt set b0='TR9V7' where id=8; -update noar ti set b0='TR9V7' where id=8; -update noar tt set v0='FAMWRAC2NK5T2EFFLEHYR' where id=8; -update noar ti set v0='FAMWRAC2NK5T2EFFLEHYR' where id=8; -update noar tt set b1='X63PFWT8U4A3VEC04TL66JGAD4GGUDEC' where id=8; -update noar ti set b1='X63PFWT8U4A3VEC04TL66JGAD4GGUDEC' where id=8; -update noar tt set v0='D2W60R' where id=8; -update noar ti set v0='D2W60R' where id=8; -update noar tt set b2='XYX2WR768S0JNN8F3MRH8GO' where id=8; -update noar ti set b2='XYX2WR768S0JNN8F3MRH8GO' where id=8; -update noar tt set v0='V4ISLGA9Z6UP779' where id=9; -update noar ti set v0='V4ISLGA9Z6UP779' where id=9; -update noar tt set b0='M0QVZDDRXZ3T48NTT' where id=9; -update noar ti set b0='M0QVZDDRXZ3T48NTT' where id=9; -update noar tt set v0='YAPOI114LUC0TZ7FKFELBKX6' where id=9; -update noar ti set v0='YAPOI114LUC0TZ7FKFELBKX6' where id=9; -update noar tt set b1='7UA10WXQ0OWFNTX36' where id=9; -update noar ti set b1='7UA10WXQ0OWFNTX36' where id=9; -update noar tt set v0='H24BPAPLR1MW97BRDLZP812' where id=9; -update noar ti set v0='H24BPAPLR1MW97BRDLZP812' where id=9; -update noar tt set b2='0TG1KCTYG8' where id=9; -update noar ti set b2='0TG1KCTYG8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XIMAZBOU80YUH2OQZHQI' where id=1; -update noar ti set v0='XIMAZBOU80YUH2OQZHQI' where id=1; -update noar tt set b0='9H9O410P4G4NA55' where id=1; -update noar ti set b0='9H9O410P4G4NA55' where id=1; -update noar tt set v0='7KAPI2OQG4FRSFSAOB' where id=1; -update noar ti set v0='7KAPI2OQG4FRSFSAOB' where id=1; -update noar tt set b1='HQUY8LR' where id=1; -update noar ti set b1='HQUY8LR' where id=1; -update noar tt set v0='4KC7Q6H15PRGL' where id=1; -update noar ti set v0='4KC7Q6H15PRGL' where id=1; -update noar tt set b2='ZYUXJLYG3LJQXD5QZ3DMEE' where id=1; -update noar ti set b2='ZYUXJLYG3LJQXD5QZ3DMEE' where id=1; -update noar tt set v0='MHWGZ0G3OV4IFHR4PO4F30FNAF' where id=2; -update noar ti set v0='MHWGZ0G3OV4IFHR4PO4F30FNAF' where id=2; -update noar tt set b0='8SI7VOKA' where id=2; -update noar ti set b0='8SI7VOKA' where id=2; -update noar tt set v0='CP8ALTG70GLXRQH1GDGCSCTY9QIN7ML' where id=2; -update noar ti set v0='CP8ALTG70GLXRQH1GDGCSCTY9QIN7ML' where id=2; -update noar tt set b1='6FG5C69J6AB6UE06GU' where id=2; -update noar ti set b1='6FG5C69J6AB6UE06GU' where id=2; -update noar tt set v0='6CQ25HT6JRHB4DA79BAG98IE9KDGPQWY' where id=2; -update noar ti set v0='6CQ25HT6JRHB4DA79BAG98IE9KDGPQWY' where id=2; -update noar tt set b2='YR54MZ7K9' where id=2; -update noar ti set b2='YR54MZ7K9' where id=2; -update noar tt set v0='EDSAD' where id=3; -update noar ti set v0='EDSAD' where id=3; -update noar tt set b0='1HPUTZ73TSO69K' where id=3; -update noar ti set b0='1HPUTZ73TSO69K' where id=3; -update noar tt set v0='QH' where id=3; -update noar ti set v0='QH' where id=3; -update noar tt set b1='HH' where id=3; -update noar ti set b1='HH' where id=3; -update noar tt set v0='WQ2GT9QWSRBPD' where id=3; -update noar ti set v0='WQ2GT9QWSRBPD' where id=3; -update noar tt set b2='BCZU1HB3A0GGW4' where id=3; -update noar ti set b2='BCZU1HB3A0GGW4' where id=3; -update noar tt set v0='MKBZTNJ5VMRWBDRVH8YV2JYB4YDGM4YD' where id=4; -update noar ti set v0='MKBZTNJ5VMRWBDRVH8YV2JYB4YDGM4YD' where id=4; -update noar tt set b0='DWDDVYJR89GF86EF5N1PSETNJDJNN21' where id=4; -update noar ti set b0='DWDDVYJR89GF86EF5N1PSETNJDJNN21' where id=4; -update noar tt set v0='DX5SEFWHLXTOX' where id=4; -update noar ti set v0='DX5SEFWHLXTOX' where id=4; -update noar tt set b1='6AS351N' where id=4; -update noar ti set b1='6AS351N' where id=4; -update noar tt set v0='2WQTUH4QIHG' where id=4; -update noar ti set v0='2WQTUH4QIHG' where id=4; -update noar tt set b2='IUXJNABYS' where id=4; -update noar ti set b2='IUXJNABYS' where id=4; -update noar tt set v0='5X19E59HMI457DP8WOX' where id=5; -update noar ti set v0='5X19E59HMI457DP8WOX' where id=5; -update noar tt set b0='IO' where id=5; -update noar ti set b0='IO' where id=5; -update noar tt set v0='EHF' where id=5; -update noar ti set v0='EHF' where id=5; -update noar tt set b1='IY2IOQURIW0FH2GFEPROFUQJ9T' where id=5; -update noar ti set b1='IY2IOQURIW0FH2GFEPROFUQJ9T' where id=5; -update noar tt set v0='G7ZE2BM21DTN3NJZUZI6YPY' where id=5; -update noar ti set v0='G7ZE2BM21DTN3NJZUZI6YPY' where id=5; -update noar tt set b2='V5TQKW64OIDC2P4' where id=5; -update noar ti set b2='V5TQKW64OIDC2P4' where id=5; -update noar tt set v0='CYIMYZUXG1VVN175LYOS5M3OE0IRJ' where id=6; -update noar ti set v0='CYIMYZUXG1VVN175LYOS5M3OE0IRJ' where id=6; -update noar tt set b0='X95W9JOO8BQDLNZM8SJ3XZTEA' where id=6; -update noar ti set b0='X95W9JOO8BQDLNZM8SJ3XZTEA' where id=6; -update noar tt set v0='08IVW52KJOA5L5XIHM76EW8' where id=6; -update noar ti set v0='08IVW52KJOA5L5XIHM76EW8' where id=6; -update noar tt set b1='DV2Y4ZTEF2KRF9U' where id=6; -update noar ti set b1='DV2Y4ZTEF2KRF9U' where id=6; -update noar tt set v0='PB0E3D062GLQN3ZVWPES729ZL' where id=6; -update noar ti set v0='PB0E3D062GLQN3ZVWPES729ZL' where id=6; -update noar tt set b2='P' where id=6; -update noar ti set b2='P' where id=6; -update noar tt set v0='LZJJZ6A1XDLZV6PMVFG11' where id=7; -update noar ti set v0='LZJJZ6A1XDLZV6PMVFG11' where id=7; -update noar tt set b0='SGVTT8HDR' where id=7; -update noar ti set b0='SGVTT8HDR' where id=7; -update noar tt set v0='J2HF74' where id=7; -update noar ti set v0='J2HF74' where id=7; -update noar tt set b1='P96QZZRO3OCK1D9ZP7B851' where id=7; -update noar ti set b1='P96QZZRO3OCK1D9ZP7B851' where id=7; -update noar tt set v0='RODE3UEF1RFZ9G6YLUV' where id=7; -update noar ti set v0='RODE3UEF1RFZ9G6YLUV' where id=7; -update noar tt set b2='DM0HICD3VL4F21XOUPW' where id=7; -update noar ti set b2='DM0HICD3VL4F21XOUPW' where id=7; -update noar tt set v0='AF' where id=8; -update noar ti set v0='AF' where id=8; -update noar tt set b0='W8FAMBTTVYKVIAYBDO1VEWR' where id=8; -update noar ti set b0='W8FAMBTTVYKVIAYBDO1VEWR' where id=8; -update noar tt set v0='OKML0GZO' where id=8; -update noar ti set v0='OKML0GZO' where id=8; -update noar tt set b1='24PJ60ILWQYYS1EG3TWDLHU' where id=8; -update noar ti set b1='24PJ60ILWQYYS1EG3TWDLHU' where id=8; -update noar tt set v0='JGKL5KU20NMIGSFKKROIJZIJ48KF5NTJ' where id=8; -update noar ti set v0='JGKL5KU20NMIGSFKKROIJZIJ48KF5NTJ' where id=8; -update noar tt set b2='7U4BC' where id=8; -update noar ti set b2='7U4BC' where id=8; -update noar tt set v0='N0G06HDVMA9HP1QPKH0XZ3KP4L' where id=9; -update noar ti set v0='N0G06HDVMA9HP1QPKH0XZ3KP4L' where id=9; -update noar tt set b0='LWFWA74BDCU' where id=9; -update noar ti set b0='LWFWA74BDCU' where id=9; -update noar tt set v0='0JL25MS' where id=9; -update noar ti set v0='0JL25MS' where id=9; -update noar tt set b1='TCJB63E' where id=9; -update noar ti set b1='TCJB63E' where id=9; -update noar tt set v0='GBSUW1X0FV0750OADI9SEBB4ENVTGG' where id=9; -update noar ti set v0='GBSUW1X0FV0750OADI9SEBB4ENVTGG' where id=9; -update noar tt set b2='KY2FK8H3SMZQBQM06FIHOEK6D8Y8' where id=9; -update noar ti set b2='KY2FK8H3SMZQBQM06FIHOEK6D8Y8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IUWBC9Y6QMDXDVYR' where id=1; -update noar ti set v0='IUWBC9Y6QMDXDVYR' where id=1; -update noar tt set b0='3L4O1W6L' where id=1; -update noar ti set b0='3L4O1W6L' where id=1; -update noar tt set v0='L35O' where id=1; -update noar ti set v0='L35O' where id=1; -update noar tt set b1='SGA' where id=1; -update noar ti set b1='SGA' where id=1; -update noar tt set v0='6PJEW3' where id=1; -update noar ti set v0='6PJEW3' where id=1; -update noar tt set b2='ZKJ3' where id=1; -update noar ti set b2='ZKJ3' where id=1; -update noar tt set v0='NEK' where id=2; -update noar ti set v0='NEK' where id=2; -update noar tt set b0='TEYF3TK8AOTDJQ5OE90F57E3H' where id=2; -update noar ti set b0='TEYF3TK8AOTDJQ5OE90F57E3H' where id=2; -update noar tt set v0='8QGW2AB4WQVGWT46YR2YU9R' where id=2; -update noar ti set v0='8QGW2AB4WQVGWT46YR2YU9R' where id=2; -update noar tt set b1='V95RPGER5UOLZWYZTIXQSBS' where id=2; -update noar ti set b1='V95RPGER5UOLZWYZTIXQSBS' where id=2; -update noar tt set v0='T1JE7M' where id=2; -update noar ti set v0='T1JE7M' where id=2; -update noar tt set b2='5TWLNAMCU9H4O9BS40G0L1OB6FB' where id=2; -update noar ti set b2='5TWLNAMCU9H4O9BS40G0L1OB6FB' where id=2; -update noar tt set v0='4JWGCZZW4RNO15YF9CB' where id=3; -update noar ti set v0='4JWGCZZW4RNO15YF9CB' where id=3; -update noar tt set b0='ZY4NSRK9OOZ' where id=3; -update noar ti set b0='ZY4NSRK9OOZ' where id=3; -update noar tt set v0='KZXGF4CQ5TZG7F7NJKO' where id=3; -update noar ti set v0='KZXGF4CQ5TZG7F7NJKO' where id=3; -update noar tt set b1='RSP' where id=3; -update noar ti set b1='RSP' where id=3; -update noar tt set v0='T1ONZ' where id=3; -update noar ti set v0='T1ONZ' where id=3; -update noar tt set b2='28UPM1PV25C1HHNFGP1' where id=3; -update noar ti set b2='28UPM1PV25C1HHNFGP1' where id=3; -update noar tt set v0='R4YKZQORXOYQTS05PWQ' where id=4; -update noar ti set v0='R4YKZQORXOYQTS05PWQ' where id=4; -update noar tt set b0='1R0U' where id=4; -update noar ti set b0='1R0U' where id=4; -update noar tt set v0='YL9FX1GM6XJHJE' where id=4; -update noar ti set v0='YL9FX1GM6XJHJE' where id=4; -update noar tt set b1='FFBSOMJDGFKBV' where id=4; -update noar ti set b1='FFBSOMJDGFKBV' where id=4; -update noar tt set v0='I1H3SFETRWC' where id=4; -update noar ti set v0='I1H3SFETRWC' where id=4; -update noar tt set b2='3YOVBYBZLFTZT5EXVANJ9DN' where id=4; -update noar ti set b2='3YOVBYBZLFTZT5EXVANJ9DN' where id=4; -update noar tt set v0='V' where id=5; -update noar ti set v0='V' where id=5; -update noar tt set b0='ZGWR5KP2LXFIR01TXD5ZPY5' where id=5; -update noar ti set b0='ZGWR5KP2LXFIR01TXD5ZPY5' where id=5; -update noar tt set v0='6SWK1W9S3BK5CZF8DSPNCAM' where id=5; -update noar ti set v0='6SWK1W9S3BK5CZF8DSPNCAM' where id=5; -update noar tt set b1='IXAVX3LYSEV79VRV6MI8FLP' where id=5; -update noar ti set b1='IXAVX3LYSEV79VRV6MI8FLP' where id=5; -update noar tt set v0='21VSAEYY0W' where id=5; -update noar ti set v0='21VSAEYY0W' where id=5; -update noar tt set b2='B6RIHC5GGN0HP1QSLNLH2EJKZR' where id=5; -update noar ti set b2='B6RIHC5GGN0HP1QSLNLH2EJKZR' where id=5; -update noar tt set v0='ISBEVIZ2SMEOSTE67TJ' where id=6; -update noar ti set v0='ISBEVIZ2SMEOSTE67TJ' where id=6; -update noar tt set b0='LXGS6Z82XVIWFJE3JNQD7' where id=6; -update noar ti set b0='LXGS6Z82XVIWFJE3JNQD7' where id=6; -update noar tt set v0='15T30XA0EHLM9Z1BJIVX34NQHCU' where id=6; -update noar ti set v0='15T30XA0EHLM9Z1BJIVX34NQHCU' where id=6; -update noar tt set b1='LNXJQKDJ3X6337S2' where id=6; -update noar ti set b1='LNXJQKDJ3X6337S2' where id=6; -update noar tt set v0='XUHU88Y4J29GADBMDRE' where id=6; -update noar ti set v0='XUHU88Y4J29GADBMDRE' where id=6; -update noar tt set b2='PR7U8X' where id=6; -update noar ti set b2='PR7U8X' where id=6; -update noar tt set v0='B6TBGDHSYG0CCTR' where id=7; -update noar ti set v0='B6TBGDHSYG0CCTR' where id=7; -update noar tt set b0='OHCBQU0FPZNLISDBAXV9VLR6U8P' where id=7; -update noar ti set b0='OHCBQU0FPZNLISDBAXV9VLR6U8P' where id=7; -update noar tt set v0='YU5' where id=7; -update noar ti set v0='YU5' where id=7; -update noar tt set b1='BGMBXSJQMPEFIP6E77KS9N3A37JMJI3' where id=7; -update noar ti set b1='BGMBXSJQMPEFIP6E77KS9N3A37JMJI3' where id=7; -update noar tt set v0='UUMNZ9ZJ23GRRC3PBDXRK5YHEZV' where id=7; -update noar ti set v0='UUMNZ9ZJ23GRRC3PBDXRK5YHEZV' where id=7; -update noar tt set b2='H3X9Q73J53CFAAO45M4A0URJMEPI' where id=7; -update noar ti set b2='H3X9Q73J53CFAAO45M4A0URJMEPI' where id=7; -update noar tt set v0='1' where id=8; -update noar ti set v0='1' where id=8; -update noar tt set b0='V62TI7A1RY3X2GPVGHG9WVHQ5NKUPJ' where id=8; -update noar ti set b0='V62TI7A1RY3X2GPVGHG9WVHQ5NKUPJ' where id=8; -update noar tt set v0='46K37GU404HS0B0U8BLJ445JYNGTW5OF' where id=8; -update noar ti set v0='46K37GU404HS0B0U8BLJ445JYNGTW5OF' where id=8; -update noar tt set b1='A8LJKWUQNRXUQ4J40859X4KH85IT' where id=8; -update noar ti set b1='A8LJKWUQNRXUQ4J40859X4KH85IT' where id=8; -update noar tt set v0='P3CEKKJKZBMQ3OSEE1I' where id=8; -update noar ti set v0='P3CEKKJKZBMQ3OSEE1I' where id=8; -update noar tt set b2='HNCO4R7' where id=8; -update noar ti set b2='HNCO4R7' where id=8; -update noar tt set v0='6SXV0S61XDZJYSZ8NN4RY7D2O76BYY' where id=9; -update noar ti set v0='6SXV0S61XDZJYSZ8NN4RY7D2O76BYY' where id=9; -update noar tt set b0='4D7JHY' where id=9; -update noar ti set b0='4D7JHY' where id=9; -update noar tt set v0='0VOHP79' where id=9; -update noar ti set v0='0VOHP79' where id=9; -update noar tt set b1='1JBM735T9ORWVC5A6BIZWR2Y' where id=9; -update noar ti set b1='1JBM735T9ORWVC5A6BIZWR2Y' where id=9; -update noar tt set v0='GM8IKQPIWI2J8MDTDJVE' where id=9; -update noar ti set v0='GM8IKQPIWI2J8MDTDJVE' where id=9; -update noar tt set b2='ZPM6S7XTS3' where id=9; -update noar ti set b2='ZPM6S7XTS3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1AF01X3WS227' where id=1; -update noar ti set v0='1AF01X3WS227' where id=1; -update noar tt set b0='1R49AHBWT09IF5HLF5R6KAV' where id=1; -update noar ti set b0='1R49AHBWT09IF5HLF5R6KAV' where id=1; -update noar tt set v0='P0HDP2' where id=1; -update noar ti set v0='P0HDP2' where id=1; -update noar tt set b1='V4ZOBTMDUQSJUIMTX6OGRVV73PK0COX' where id=1; -update noar ti set b1='V4ZOBTMDUQSJUIMTX6OGRVV73PK0COX' where id=1; -update noar tt set v0='BCG9Y1I8X8VGOCNQMH5HH' where id=1; -update noar ti set v0='BCG9Y1I8X8VGOCNQMH5HH' where id=1; -update noar tt set b2='BAL8' where id=1; -update noar ti set b2='BAL8' where id=1; -update noar tt set v0='W6KIP' where id=2; -update noar ti set v0='W6KIP' where id=2; -update noar tt set b0='A1LN2XZW6' where id=2; -update noar ti set b0='A1LN2XZW6' where id=2; -update noar tt set v0='T8OWOMFO8ER645CKXBR4N5J4' where id=2; -update noar ti set v0='T8OWOMFO8ER645CKXBR4N5J4' where id=2; -update noar tt set b1='M65A8F75ZLFATNCGIEJ9BKS' where id=2; -update noar ti set b1='M65A8F75ZLFATNCGIEJ9BKS' where id=2; -update noar tt set v0='2WKZN7' where id=2; -update noar ti set v0='2WKZN7' where id=2; -update noar tt set b2='X2F' where id=2; -update noar ti set b2='X2F' where id=2; -update noar tt set v0='9P13EK0CEVA6SHZQHKV3DN7' where id=3; -update noar ti set v0='9P13EK0CEVA6SHZQHKV3DN7' where id=3; -update noar tt set b0='9W6E78T54GKTFAALZXPH79ONCOYJ' where id=3; -update noar ti set b0='9W6E78T54GKTFAALZXPH79ONCOYJ' where id=3; -update noar tt set v0='LSL8W0AC' where id=3; -update noar ti set v0='LSL8W0AC' where id=3; -update noar tt set b1='XSNNK80QZV5MNFZ2E6623QS' where id=3; -update noar ti set b1='XSNNK80QZV5MNFZ2E6623QS' where id=3; -update noar tt set v0='NHGCAVU9RIWUMN3YC7LQVG' where id=3; -update noar ti set v0='NHGCAVU9RIWUMN3YC7LQVG' where id=3; -update noar tt set b2='L' where id=3; -update noar ti set b2='L' where id=3; -update noar tt set v0='INJGNJQEBMWEIPWVJU0CE8R9B5HXQ' where id=4; -update noar ti set v0='INJGNJQEBMWEIPWVJU0CE8R9B5HXQ' where id=4; -update noar tt set b0='8GI41B8OW7V' where id=4; -update noar ti set b0='8GI41B8OW7V' where id=4; -update noar tt set v0='HHE80S' where id=4; -update noar ti set v0='HHE80S' where id=4; -update noar tt set b1='S' where id=4; -update noar ti set b1='S' where id=4; -update noar tt set v0='IXT6ZVZDZMK0T85YJN45MEG057' where id=4; -update noar ti set v0='IXT6ZVZDZMK0T85YJN45MEG057' where id=4; -update noar tt set b2='R1K2O4FKFMPRJXD6PZCW' where id=4; -update noar ti set b2='R1K2O4FKFMPRJXD6PZCW' where id=4; -update noar tt set v0='8F37QD6Y' where id=5; -update noar ti set v0='8F37QD6Y' where id=5; -update noar tt set b0='XERSA78' where id=5; -update noar ti set b0='XERSA78' where id=5; -update noar tt set v0='J2I1EOVVPK6F7R08H3RVMJ' where id=5; -update noar ti set v0='J2I1EOVVPK6F7R08H3RVMJ' where id=5; -update noar tt set b1='0TJCITGVWSB' where id=5; -update noar ti set b1='0TJCITGVWSB' where id=5; -update noar tt set v0='74FN6VF072SQ2WCCWSLG3PD' where id=5; -update noar ti set v0='74FN6VF072SQ2WCCWSLG3PD' where id=5; -update noar tt set b2='0IKG' where id=5; -update noar ti set b2='0IKG' where id=5; -update noar tt set v0='VA09DG6FN2X61PWLR684YT120V' where id=6; -update noar ti set v0='VA09DG6FN2X61PWLR684YT120V' where id=6; -update noar tt set b0='O10HRJ7R0HXSHN2J7V5' where id=6; -update noar ti set b0='O10HRJ7R0HXSHN2J7V5' where id=6; -update noar tt set v0='4ZRP8BKUT3Q1QEBG' where id=6; -update noar ti set v0='4ZRP8BKUT3Q1QEBG' where id=6; -update noar tt set b1='NLJHW2' where id=6; -update noar ti set b1='NLJHW2' where id=6; -update noar tt set v0='YOCXOS72XX4HO8K7G39UKCE9O' where id=6; -update noar ti set v0='YOCXOS72XX4HO8K7G39UKCE9O' where id=6; -update noar tt set b2='GBV9V4LQSJZ09UMHMEKGLSRJN' where id=6; -update noar ti set b2='GBV9V4LQSJZ09UMHMEKGLSRJN' where id=6; -update noar tt set v0='EVIU5FYHPGJH8WLTPNVFFE1PV' where id=7; -update noar ti set v0='EVIU5FYHPGJH8WLTPNVFFE1PV' where id=7; -update noar tt set b0='LTK177PKH35YPZ9A91' where id=7; -update noar ti set b0='LTK177PKH35YPZ9A91' where id=7; -update noar tt set v0='JMBFPP8Z554VG2VSYENDG' where id=7; -update noar ti set v0='JMBFPP8Z554VG2VSYENDG' where id=7; -update noar tt set b1='HR7JF0B25' where id=7; -update noar ti set b1='HR7JF0B25' where id=7; -update noar tt set v0='DPWFLMRYQHCSD6HDA1IG1UT6SVHU75' where id=7; -update noar ti set v0='DPWFLMRYQHCSD6HDA1IG1UT6SVHU75' where id=7; -update noar tt set b2='VHQ8IUZPUCPHA' where id=7; -update noar ti set b2='VHQ8IUZPUCPHA' where id=7; -update noar tt set v0='6O29JV8UO5HKA6VDNZ1V6Z36X' where id=8; -update noar ti set v0='6O29JV8UO5HKA6VDNZ1V6Z36X' where id=8; -update noar tt set b0='H5LETTK4PYX' where id=8; -update noar ti set b0='H5LETTK4PYX' where id=8; -update noar tt set v0='VYTJ3790LQU8NQYR' where id=8; -update noar ti set v0='VYTJ3790LQU8NQYR' where id=8; -update noar tt set b1='MVSR5HHA4C5AXWQS5GENVVV1B62BWN' where id=8; -update noar ti set b1='MVSR5HHA4C5AXWQS5GENVVV1B62BWN' where id=8; -update noar tt set v0='NKPACDJB' where id=8; -update noar ti set v0='NKPACDJB' where id=8; -update noar tt set b2='YILN1WQ' where id=8; -update noar ti set b2='YILN1WQ' where id=8; -update noar tt set v0='8IJ2AEJQSU1GYNXR9OYSS68X0J1NF' where id=9; -update noar ti set v0='8IJ2AEJQSU1GYNXR9OYSS68X0J1NF' where id=9; -update noar tt set b0='C0YEYJD9CW3CG1UX1EKO470' where id=9; -update noar ti set b0='C0YEYJD9CW3CG1UX1EKO470' where id=9; -update noar tt set v0='7B6SBJ87W5' where id=9; -update noar ti set v0='7B6SBJ87W5' where id=9; -update noar tt set b1='B8FKWM' where id=9; -update noar ti set b1='B8FKWM' where id=9; -update noar tt set v0='V2H3LBB1JLD10C1XPA6T4DHS40NA' where id=9; -update noar ti set v0='V2H3LBB1JLD10C1XPA6T4DHS40NA' where id=9; -update noar tt set b2='G8KDCJRBHAP0AY' where id=9; -update noar ti set b2='G8KDCJRBHAP0AY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9HIHW2P64KCSIM0' where id=1; -update noar ti set v0='9HIHW2P64KCSIM0' where id=1; -update noar tt set b0='ZGOYY60STTLGSKT9QSZLQ016' where id=1; -update noar ti set b0='ZGOYY60STTLGSKT9QSZLQ016' where id=1; -update noar tt set v0='HSQZ4J2VKO4U' where id=1; -update noar ti set v0='HSQZ4J2VKO4U' where id=1; -update noar tt set b1='O9I191I9DGIXABA' where id=1; -update noar ti set b1='O9I191I9DGIXABA' where id=1; -update noar tt set v0='YTA5XSHN31AE8KDC' where id=1; -update noar ti set v0='YTA5XSHN31AE8KDC' where id=1; -update noar tt set b2='F' where id=1; -update noar ti set b2='F' where id=1; -update noar tt set v0='A3WT1XH4' where id=2; -update noar ti set v0='A3WT1XH4' where id=2; -update noar tt set b0='TOPUAFDME79J8UHW8L9' where id=2; -update noar ti set b0='TOPUAFDME79J8UHW8L9' where id=2; -update noar tt set v0='GEY' where id=2; -update noar ti set v0='GEY' where id=2; -update noar tt set b1='EHK29M241DFY8ZGHCJ4' where id=2; -update noar ti set b1='EHK29M241DFY8ZGHCJ4' where id=2; -update noar tt set v0='91MC94IR9C1JWCQ' where id=2; -update noar ti set v0='91MC94IR9C1JWCQ' where id=2; -update noar tt set b2='99Z186GL74WPV9FFZGF1' where id=2; -update noar ti set b2='99Z186GL74WPV9FFZGF1' where id=2; -update noar tt set v0='I02RJX4AV9XPDDPEGL3Q24' where id=3; -update noar ti set v0='I02RJX4AV9XPDDPEGL3Q24' where id=3; -update noar tt set b0='064766' where id=3; -update noar ti set b0='064766' where id=3; -update noar tt set v0='KO4M0BU57' where id=3; -update noar ti set v0='KO4M0BU57' where id=3; -update noar tt set b1='D7MHSNW' where id=3; -update noar ti set b1='D7MHSNW' where id=3; -update noar tt set v0='5FXAKS9OEW' where id=3; -update noar ti set v0='5FXAKS9OEW' where id=3; -update noar tt set b2='9RXKSRFLL6DK' where id=3; -update noar ti set b2='9RXKSRFLL6DK' where id=3; -update noar tt set v0='5IJ1250RDGKZ8OR' where id=4; -update noar ti set v0='5IJ1250RDGKZ8OR' where id=4; -update noar tt set b0='X6' where id=4; -update noar ti set b0='X6' where id=4; -update noar tt set v0='ABQ28OV1794IZIE8GRIE74SBJP5' where id=4; -update noar ti set v0='ABQ28OV1794IZIE8GRIE74SBJP5' where id=4; -update noar tt set b1='D6FHCAV3A7QJ' where id=4; -update noar ti set b1='D6FHCAV3A7QJ' where id=4; -update noar tt set v0='RVYUOMOXHG3G' where id=4; -update noar ti set v0='RVYUOMOXHG3G' where id=4; -update noar tt set b2='MFJ0N3SHFY' where id=4; -update noar ti set b2='MFJ0N3SHFY' where id=4; -update noar tt set v0='5E9XK8AZJR2QHDW2M217K9UDW4YIMZ93' where id=5; -update noar ti set v0='5E9XK8AZJR2QHDW2M217K9UDW4YIMZ93' where id=5; -update noar tt set b0='3MM1N38' where id=5; -update noar ti set b0='3MM1N38' where id=5; -update noar tt set v0='YIG77DRP1NT7MA70YZNZ' where id=5; -update noar ti set v0='YIG77DRP1NT7MA70YZNZ' where id=5; -update noar tt set b1='HM5VT0VIFMX5' where id=5; -update noar ti set b1='HM5VT0VIFMX5' where id=5; -update noar tt set v0='E44S3M2D7' where id=5; -update noar ti set v0='E44S3M2D7' where id=5; -update noar tt set b2='9KGB9YS547AVWSIW07JVLMT' where id=5; -update noar ti set b2='9KGB9YS547AVWSIW07JVLMT' where id=5; -update noar tt set v0='TFLIRGQORV6S6HMK' where id=6; -update noar ti set v0='TFLIRGQORV6S6HMK' where id=6; -update noar tt set b0='JH0' where id=6; -update noar ti set b0='JH0' where id=6; -update noar tt set v0='SF3TUCQR1JTGU0LXWE1R0DNRHOGTPP8' where id=6; -update noar ti set v0='SF3TUCQR1JTGU0LXWE1R0DNRHOGTPP8' where id=6; -update noar tt set b1='WLUXRR3FE969X574' where id=6; -update noar ti set b1='WLUXRR3FE969X574' where id=6; -update noar tt set v0='AO2' where id=6; -update noar ti set v0='AO2' where id=6; -update noar tt set b2='FK' where id=6; -update noar ti set b2='FK' where id=6; -update noar tt set v0='1O0X7DOSU3CWQXWP5Y74OK7E9MQX' where id=7; -update noar ti set v0='1O0X7DOSU3CWQXWP5Y74OK7E9MQX' where id=7; -update noar tt set b0='RGV6MBE' where id=7; -update noar ti set b0='RGV6MBE' where id=7; -update noar tt set v0='51ZZZA9JI87KLBVKVLQVOQZV9LL8XX62' where id=7; -update noar ti set v0='51ZZZA9JI87KLBVKVLQVOQZV9LL8XX62' where id=7; -update noar tt set b1='LME1J16K3DC0VTDCXM44TW' where id=7; -update noar ti set b1='LME1J16K3DC0VTDCXM44TW' where id=7; -update noar tt set v0='6J4B6ZITB5N6A8YJCJQ1XJPMRSHLI' where id=7; -update noar ti set v0='6J4B6ZITB5N6A8YJCJQ1XJPMRSHLI' where id=7; -update noar tt set b2='GYSIE47ALW8' where id=7; -update noar ti set b2='GYSIE47ALW8' where id=7; -update noar tt set v0='KE' where id=8; -update noar ti set v0='KE' where id=8; -update noar tt set b0='BB8XO8EUNS6GX675FX9GVI' where id=8; -update noar ti set b0='BB8XO8EUNS6GX675FX9GVI' where id=8; -update noar tt set v0='7VZ05FTTP6HMT5BLGOP7LYNXUN4' where id=8; -update noar ti set v0='7VZ05FTTP6HMT5BLGOP7LYNXUN4' where id=8; -update noar tt set b1='K' where id=8; -update noar ti set b1='K' where id=8; -update noar tt set v0='TSFBMY5HR2YHSDT6E559F08J' where id=8; -update noar ti set v0='TSFBMY5HR2YHSDT6E559F08J' where id=8; -update noar tt set b2='HGIQ8168E62PTPD5BFMAIEW' where id=8; -update noar ti set b2='HGIQ8168E62PTPD5BFMAIEW' where id=8; -update noar tt set v0='42XP' where id=9; -update noar ti set v0='42XP' where id=9; -update noar tt set b0='NO4TPSLA6LT' where id=9; -update noar ti set b0='NO4TPSLA6LT' where id=9; -update noar tt set v0='OVJ9MSPPOOA84LA8NUG' where id=9; -update noar ti set v0='OVJ9MSPPOOA84LA8NUG' where id=9; -update noar tt set b1='TE4U' where id=9; -update noar ti set b1='TE4U' where id=9; -update noar tt set v0='PUUGG3UFRZGZ29HMYYY0S7KCQP8LBQ' where id=9; -update noar ti set v0='PUUGG3UFRZGZ29HMYYY0S7KCQP8LBQ' where id=9; -update noar tt set b2='4B5SPQICKSHW93TKJKE8IBB8MJB2YI2S' where id=9; -update noar ti set b2='4B5SPQICKSHW93TKJKE8IBB8MJB2YI2S' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GF17L1U1SX3LZMBL72' where id=1; -update noar ti set v0='GF17L1U1SX3LZMBL72' where id=1; -update noar tt set b0='BIXPE4LKQ735CMRFJ8CKEHY0CA8JQ' where id=1; -update noar ti set b0='BIXPE4LKQ735CMRFJ8CKEHY0CA8JQ' where id=1; -update noar tt set v0='VWW0Q' where id=1; -update noar ti set v0='VWW0Q' where id=1; -update noar tt set b1='QHEY4IW47M65KY9' where id=1; -update noar ti set b1='QHEY4IW47M65KY9' where id=1; -update noar tt set v0='2DYGP7345S1BKLKSZRGR9CLCA1DOZE' where id=1; -update noar ti set v0='2DYGP7345S1BKLKSZRGR9CLCA1DOZE' where id=1; -update noar tt set b2='WH5G4TLGEOBCK3X6BZ3CHTFJEZUSHHW' where id=1; -update noar ti set b2='WH5G4TLGEOBCK3X6BZ3CHTFJEZUSHHW' where id=1; -update noar tt set v0='RRGD' where id=2; -update noar ti set v0='RRGD' where id=2; -update noar tt set b0='IM' where id=2; -update noar ti set b0='IM' where id=2; -update noar tt set v0='Y6S1111MTK1NDOZ33RV3OEA1A9' where id=2; -update noar ti set v0='Y6S1111MTK1NDOZ33RV3OEA1A9' where id=2; -update noar tt set b1='T' where id=2; -update noar ti set b1='T' where id=2; -update noar tt set v0='5E3YSZ5D7ZKM2Y8HBTWN20P1F235' where id=2; -update noar ti set v0='5E3YSZ5D7ZKM2Y8HBTWN20P1F235' where id=2; -update noar tt set b2='EAH1Z1NKJFFOSGL4RYQRNARL' where id=2; -update noar ti set b2='EAH1Z1NKJFFOSGL4RYQRNARL' where id=2; -update noar tt set v0='21OE8CJNWI5' where id=3; -update noar ti set v0='21OE8CJNWI5' where id=3; -update noar tt set b0='PDOMXFN73FCT' where id=3; -update noar ti set b0='PDOMXFN73FCT' where id=3; -update noar tt set v0='NZ5TXD3AQDQ' where id=3; -update noar ti set v0='NZ5TXD3AQDQ' where id=3; -update noar tt set b1='ZO0PYX3IF3Q4FP23Z7LGKWNOJNZ3UP8' where id=3; -update noar ti set b1='ZO0PYX3IF3Q4FP23Z7LGKWNOJNZ3UP8' where id=3; -update noar tt set v0='ORJIBHYU9Y238PAKK7C' where id=3; -update noar ti set v0='ORJIBHYU9Y238PAKK7C' where id=3; -update noar tt set b2='H5RD5YWAS8' where id=3; -update noar ti set b2='H5RD5YWAS8' where id=3; -update noar tt set v0='Q19GASNYG9JIAP46IJRBAL1XCW7' where id=4; -update noar ti set v0='Q19GASNYG9JIAP46IJRBAL1XCW7' where id=4; -update noar tt set b0='TWBIUI2Q5BO3LD3RIQC' where id=4; -update noar ti set b0='TWBIUI2Q5BO3LD3RIQC' where id=4; -update noar tt set v0='1SFP' where id=4; -update noar ti set v0='1SFP' where id=4; -update noar tt set b1='X86J3UPKVPZ0PE4W' where id=4; -update noar ti set b1='X86J3UPKVPZ0PE4W' where id=4; -update noar tt set v0='WA890F8YZF968HN' where id=4; -update noar ti set v0='WA890F8YZF968HN' where id=4; -update noar tt set b2='EWS07I9' where id=4; -update noar ti set b2='EWS07I9' where id=4; -update noar tt set v0='169TT2I3RUI7GDBSQT8F48CBI' where id=5; -update noar ti set v0='169TT2I3RUI7GDBSQT8F48CBI' where id=5; -update noar tt set b0='MHWTYHVC8E88QYOY6Z' where id=5; -update noar ti set b0='MHWTYHVC8E88QYOY6Z' where id=5; -update noar tt set v0='V8X1VR71VBZL4U5OGQR6WFHHURAAUF' where id=5; -update noar ti set v0='V8X1VR71VBZL4U5OGQR6WFHHURAAUF' where id=5; -update noar tt set b1='6I3T' where id=5; -update noar ti set b1='6I3T' where id=5; -update noar tt set v0='XN' where id=5; -update noar ti set v0='XN' where id=5; -update noar tt set b2='PZ3NZBKIR0PCSWZWC3VLXU3PTO5AUP' where id=5; -update noar ti set b2='PZ3NZBKIR0PCSWZWC3VLXU3PTO5AUP' where id=5; -update noar tt set v0='DJ2OR7DROVN' where id=6; -update noar ti set v0='DJ2OR7DROVN' where id=6; -update noar tt set b0='I6430XDDKVG627T2CUIX' where id=6; -update noar ti set b0='I6430XDDKVG627T2CUIX' where id=6; -update noar tt set v0='KAAEGP' where id=6; -update noar ti set v0='KAAEGP' where id=6; -update noar tt set b1='5H' where id=6; -update noar ti set b1='5H' where id=6; -update noar tt set v0='VQ14VVOP7U' where id=6; -update noar ti set v0='VQ14VVOP7U' where id=6; -update noar tt set b2='68BW9OMT2WFVC8U0PE77IQCLTSEK5D' where id=6; -update noar ti set b2='68BW9OMT2WFVC8U0PE77IQCLTSEK5D' where id=6; -update noar tt set v0='QMDIF8Z144FMY1J4OUBYBJOEY0ZOY0' where id=7; -update noar ti set v0='QMDIF8Z144FMY1J4OUBYBJOEY0ZOY0' where id=7; -update noar tt set b0='HVW5I3S' where id=7; -update noar ti set b0='HVW5I3S' where id=7; -update noar tt set v0='K9DYRGMR' where id=7; -update noar ti set v0='K9DYRGMR' where id=7; -update noar tt set b1='KP8UAE2WQKDR46SVQ4AVB9O9LXWZSVTB' where id=7; -update noar ti set b1='KP8UAE2WQKDR46SVQ4AVB9O9LXWZSVTB' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b2='OBI72B7V81ADVKN26LVJKWJ6' where id=7; -update noar ti set b2='OBI72B7V81ADVKN26LVJKWJ6' where id=7; -update noar tt set v0='ZDXIBY' where id=8; -update noar ti set v0='ZDXIBY' where id=8; -update noar tt set b0='0LV853A7FHMSQ' where id=8; -update noar ti set b0='0LV853A7FHMSQ' where id=8; -update noar tt set v0='SXSMCIVD9' where id=8; -update noar ti set v0='SXSMCIVD9' where id=8; -update noar tt set b1='6AFPUJCZE7HNH' where id=8; -update noar ti set b1='6AFPUJCZE7HNH' where id=8; -update noar tt set v0='AQIQNPEVRW3BN40DBBSSL9S4PWY9U5N0' where id=8; -update noar ti set v0='AQIQNPEVRW3BN40DBBSSL9S4PWY9U5N0' where id=8; -update noar tt set b2='P06N9D7KMGE9R2CKLFQ8K08H7' where id=8; -update noar ti set b2='P06N9D7KMGE9R2CKLFQ8K08H7' where id=8; -update noar tt set v0='VW23U5K782KC5Y4O9GK552P55C' where id=9; -update noar ti set v0='VW23U5K782KC5Y4O9GK552P55C' where id=9; -update noar tt set b0='ZF' where id=9; -update noar ti set b0='ZF' where id=9; -update noar tt set v0='0KYY7' where id=9; -update noar ti set v0='0KYY7' where id=9; -update noar tt set b1='Q6NKN8TYPGE3FB5265N' where id=9; -update noar ti set b1='Q6NKN8TYPGE3FB5265N' where id=9; -update noar tt set v0='9XR' where id=9; -update noar ti set v0='9XR' where id=9; -update noar tt set b2='Q4RE36AW59CYH' where id=9; -update noar ti set b2='Q4RE36AW59CYH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3S0WWESDHKR4K2WT6QJDUD' where id=1; -update noar ti set v0='3S0WWESDHKR4K2WT6QJDUD' where id=1; -update noar tt set b0='98S345IMCAKXRS78TW57CGSQMV' where id=1; -update noar ti set b0='98S345IMCAKXRS78TW57CGSQMV' where id=1; -update noar tt set v0='LP2B7MV4T39WOGIDDT' where id=1; -update noar ti set v0='LP2B7MV4T39WOGIDDT' where id=1; -update noar tt set b1='T6JI' where id=1; -update noar ti set b1='T6JI' where id=1; -update noar tt set v0='2SQEKQZBACK1C0JCAP12IDTDAGS' where id=1; -update noar ti set v0='2SQEKQZBACK1C0JCAP12IDTDAGS' where id=1; -update noar tt set b2='HBH2TP3YS3X' where id=1; -update noar ti set b2='HBH2TP3YS3X' where id=1; -update noar tt set v0='EFB580L901RLHWFBZFMAD6LDD' where id=2; -update noar ti set v0='EFB580L901RLHWFBZFMAD6LDD' where id=2; -update noar tt set b0='0R' where id=2; -update noar ti set b0='0R' where id=2; -update noar tt set v0='TSLL5J9ABLE5VJ5QWU9DT' where id=2; -update noar ti set v0='TSLL5J9ABLE5VJ5QWU9DT' where id=2; -update noar tt set b1='KSZC3MI418X1X0P4LJRE' where id=2; -update noar ti set b1='KSZC3MI418X1X0P4LJRE' where id=2; -update noar tt set v0='T' where id=2; -update noar ti set v0='T' where id=2; -update noar tt set b2='Q14Z7EY36NPU498XWNSPZZ0RHLJUK' where id=2; -update noar ti set b2='Q14Z7EY36NPU498XWNSPZZ0RHLJUK' where id=2; -update noar tt set v0='2EYU368F9AIF0NHDJIH' where id=3; -update noar ti set v0='2EYU368F9AIF0NHDJIH' where id=3; -update noar tt set b0='R62QJWMOQZGTJ832UVCG25' where id=3; -update noar ti set b0='R62QJWMOQZGTJ832UVCG25' where id=3; -update noar tt set v0='4CQ06TQ' where id=3; -update noar ti set v0='4CQ06TQ' where id=3; -update noar tt set b1='X0H0S121RZCUZOWMM00W' where id=3; -update noar ti set b1='X0H0S121RZCUZOWMM00W' where id=3; -update noar tt set v0='07JPZUIHCF' where id=3; -update noar ti set v0='07JPZUIHCF' where id=3; -update noar tt set b2='O5K2VGGLZ' where id=3; -update noar ti set b2='O5K2VGGLZ' where id=3; -update noar tt set v0='A1PELQZP43WBDFWKYKZCO' where id=4; -update noar ti set v0='A1PELQZP43WBDFWKYKZCO' where id=4; -update noar tt set b0='TT3Q6E3CMRB49183WEDUCX1GUY1JB' where id=4; -update noar ti set b0='TT3Q6E3CMRB49183WEDUCX1GUY1JB' where id=4; -update noar tt set v0='BVZUTKEGUNII55' where id=4; -update noar ti set v0='BVZUTKEGUNII55' where id=4; -update noar tt set b1='QFO7XNDIN3W17DQBKWFELY4SYUTK' where id=4; -update noar ti set b1='QFO7XNDIN3W17DQBKWFELY4SYUTK' where id=4; -update noar tt set v0='GKZGU5XQE70G953153KW' where id=4; -update noar ti set v0='GKZGU5XQE70G953153KW' where id=4; -update noar tt set b2='0UT6VL9YRZ1BQGN2ZDDEND52KCJFIS' where id=4; -update noar ti set b2='0UT6VL9YRZ1BQGN2ZDDEND52KCJFIS' where id=4; -update noar tt set v0='IZ' where id=5; -update noar ti set v0='IZ' where id=5; -update noar tt set b0='PO' where id=5; -update noar ti set b0='PO' where id=5; -update noar tt set v0='IVLTDAOOVSAQ43COLDYYX3DS' where id=5; -update noar ti set v0='IVLTDAOOVSAQ43COLDYYX3DS' where id=5; -update noar tt set b1='LTM2Y7Q' where id=5; -update noar ti set b1='LTM2Y7Q' where id=5; -update noar tt set v0='6ILNNFYIFNPWETFXWWIGBP47X' where id=5; -update noar ti set v0='6ILNNFYIFNPWETFXWWIGBP47X' where id=5; -update noar tt set b2='ZJ9SEVPPPUFS4I' where id=5; -update noar ti set b2='ZJ9SEVPPPUFS4I' where id=5; -update noar tt set v0='3SQ8V1UBKQ78IT1NY6LYU1YUJ376OZWR' where id=6; -update noar ti set v0='3SQ8V1UBKQ78IT1NY6LYU1YUJ376OZWR' where id=6; -update noar tt set b0='BSE6T' where id=6; -update noar ti set b0='BSE6T' where id=6; -update noar tt set v0='SHSX1C95PJQHLU1CZOGSN6UCZLJBJHP' where id=6; -update noar ti set v0='SHSX1C95PJQHLU1CZOGSN6UCZLJBJHP' where id=6; -update noar tt set b1='Y4SSYZOGTV9XROMOTB5' where id=6; -update noar ti set b1='Y4SSYZOGTV9XROMOTB5' where id=6; -update noar tt set v0='F' where id=6; -update noar ti set v0='F' where id=6; -update noar tt set b2='4Z0V' where id=6; -update noar ti set b2='4Z0V' where id=6; -update noar tt set v0='EA8' where id=7; -update noar ti set v0='EA8' where id=7; -update noar tt set b0='02E687JK0K7LGDGAZ8VCQD' where id=7; -update noar ti set b0='02E687JK0K7LGDGAZ8VCQD' where id=7; -update noar tt set v0='2JVD7' where id=7; -update noar ti set v0='2JVD7' where id=7; -update noar tt set b1='829O6NNRJKWVJC3D07MHEWBYSE' where id=7; -update noar ti set b1='829O6NNRJKWVJC3D07MHEWBYSE' where id=7; -update noar tt set v0='CEKZE1U5RFIGD9AI0YW3' where id=7; -update noar ti set v0='CEKZE1U5RFIGD9AI0YW3' where id=7; -update noar tt set b2='EEFYBQ0' where id=7; -update noar ti set b2='EEFYBQ0' where id=7; -update noar tt set v0='6XHZQE03N4ZUCM0VE' where id=8; -update noar ti set v0='6XHZQE03N4ZUCM0VE' where id=8; -update noar tt set b0='YJ95' where id=8; -update noar ti set b0='YJ95' where id=8; -update noar tt set v0='4UEX038RMDJP6MPCHW7' where id=8; -update noar ti set v0='4UEX038RMDJP6MPCHW7' where id=8; -update noar tt set b1='QQ70KCQSVCC1QQUJZ9F6' where id=8; -update noar ti set b1='QQ70KCQSVCC1QQUJZ9F6' where id=8; -update noar tt set v0='NMB2NNIWLG3LVTX' where id=8; -update noar ti set v0='NMB2NNIWLG3LVTX' where id=8; -update noar tt set b2='5IPYW3GJOMUOCT8TPAMYPD' where id=8; -update noar ti set b2='5IPYW3GJOMUOCT8TPAMYPD' where id=8; -update noar tt set v0='56W3KQQQJG19X3MK1FU7693' where id=9; -update noar ti set v0='56W3KQQQJG19X3MK1FU7693' where id=9; -update noar tt set b0='EDJ8VGTE7K6UN0MB7V' where id=9; -update noar ti set b0='EDJ8VGTE7K6UN0MB7V' where id=9; -update noar tt set v0='JIAJQUSNHMO5SFJ9M' where id=9; -update noar ti set v0='JIAJQUSNHMO5SFJ9M' where id=9; -update noar tt set b1='MLV4JJE8VHT6QEAE2BTRD5Z' where id=9; -update noar ti set b1='MLV4JJE8VHT6QEAE2BTRD5Z' where id=9; -update noar tt set v0='IWCFX9FX' where id=9; -update noar ti set v0='IWCFX9FX' where id=9; -update noar tt set b2='OSD77LC4JJWD6RN' where id=9; -update noar ti set b2='OSD77LC4JJWD6RN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JGKB0Y2UJ' where id=1; -update noar ti set v0='JGKB0Y2UJ' where id=1; -update noar tt set b0='1EJZ4F' where id=1; -update noar ti set b0='1EJZ4F' where id=1; -update noar tt set v0='IPXSVZDVJK' where id=1; -update noar ti set v0='IPXSVZDVJK' where id=1; -update noar tt set b1='X7MGG5VY0C7JM' where id=1; -update noar ti set b1='X7MGG5VY0C7JM' where id=1; -update noar tt set v0='2J4RLDNK09RXS7Q92XUB0CXYUL' where id=1; -update noar ti set v0='2J4RLDNK09RXS7Q92XUB0CXYUL' where id=1; -update noar tt set b2='H0GCJD97' where id=1; -update noar ti set b2='H0GCJD97' where id=1; -update noar tt set v0='DSKHARQ1TPSGP5P2K' where id=2; -update noar ti set v0='DSKHARQ1TPSGP5P2K' where id=2; -update noar tt set b0='UST5EVB0TVB2OU0A8A' where id=2; -update noar ti set b0='UST5EVB0TVB2OU0A8A' where id=2; -update noar tt set v0='H455KF89AVZT' where id=2; -update noar ti set v0='H455KF89AVZT' where id=2; -update noar tt set b1='NBG' where id=2; -update noar ti set b1='NBG' where id=2; -update noar tt set v0='ILZ7WNV9UYBK6VYZDMEM' where id=2; -update noar ti set v0='ILZ7WNV9UYBK6VYZDMEM' where id=2; -update noar tt set b2='YDRIJRSB85QDIN0YMW6ADZ7QQI' where id=2; -update noar ti set b2='YDRIJRSB85QDIN0YMW6ADZ7QQI' where id=2; -update noar tt set v0='SSRBQH' where id=3; -update noar ti set v0='SSRBQH' where id=3; -update noar tt set b0='ZKC6DGD1BV3QC3XJWNJ6F0QFC80' where id=3; -update noar ti set b0='ZKC6DGD1BV3QC3XJWNJ6F0QFC80' where id=3; -update noar tt set v0='TR3E4EOX' where id=3; -update noar ti set v0='TR3E4EOX' where id=3; -update noar tt set b1='UZGN19LO2S50ANQXKJDZODO9' where id=3; -update noar ti set b1='UZGN19LO2S50ANQXKJDZODO9' where id=3; -update noar tt set v0='O3KC3BOJAHY' where id=3; -update noar ti set v0='O3KC3BOJAHY' where id=3; -update noar tt set b2='UEGN7YSGXA6RS842PNGBN9GS502CX' where id=3; -update noar ti set b2='UEGN7YSGXA6RS842PNGBN9GS502CX' where id=3; -update noar tt set v0='H5TPELD' where id=4; -update noar ti set v0='H5TPELD' where id=4; -update noar tt set b0='6B627B1YBSD1M' where id=4; -update noar ti set b0='6B627B1YBSD1M' where id=4; -update noar tt set v0='CXARHVNQD9IYEW9H' where id=4; -update noar ti set v0='CXARHVNQD9IYEW9H' where id=4; -update noar tt set b1='QPP3CFQRY6SI' where id=4; -update noar ti set b1='QPP3CFQRY6SI' where id=4; -update noar tt set v0='82VFOC1N2GK0NFQTTN4WK6' where id=4; -update noar ti set v0='82VFOC1N2GK0NFQTTN4WK6' where id=4; -update noar tt set b2='5VNK' where id=4; -update noar ti set b2='5VNK' where id=4; -update noar tt set v0='WP2CLGWII5KY2NE' where id=5; -update noar ti set v0='WP2CLGWII5KY2NE' where id=5; -update noar tt set b0='3IYOS7L3YJ8323Z1JX3WHCTM0F' where id=5; -update noar ti set b0='3IYOS7L3YJ8323Z1JX3WHCTM0F' where id=5; -update noar tt set v0='C3P4Y6ZT78RPWA72' where id=5; -update noar ti set v0='C3P4Y6ZT78RPWA72' where id=5; -update noar tt set b1='DOI00DZHRR3UX3A63K3Z7GM' where id=5; -update noar ti set b1='DOI00DZHRR3UX3A63K3Z7GM' where id=5; -update noar tt set v0='0C5H4TTNKZHOGJOWR' where id=5; -update noar ti set v0='0C5H4TTNKZHOGJOWR' where id=5; -update noar tt set b2='2HA5DGYHB17G5' where id=5; -update noar ti set b2='2HA5DGYHB17G5' where id=5; -update noar tt set v0='9BWN6Y3' where id=6; -update noar ti set v0='9BWN6Y3' where id=6; -update noar tt set b0='LN9B7A43' where id=6; -update noar ti set b0='LN9B7A43' where id=6; -update noar tt set v0='L7VM8FK1Y7VBEOMO' where id=6; -update noar ti set v0='L7VM8FK1Y7VBEOMO' where id=6; -update noar tt set b1='YUMOW' where id=6; -update noar ti set b1='YUMOW' where id=6; -update noar tt set v0='Z7GK8H7ARENPWJHH83QYRFFB97E6K' where id=6; -update noar ti set v0='Z7GK8H7ARENPWJHH83QYRFFB97E6K' where id=6; -update noar tt set b2='UALSJ' where id=6; -update noar ti set b2='UALSJ' where id=6; -update noar tt set v0='5PJY8KHE4LWLS53YDP' where id=7; -update noar ti set v0='5PJY8KHE4LWLS53YDP' where id=7; -update noar tt set b0='2L50XCEL922NS5AWAJUTLD7NYGUQ' where id=7; -update noar ti set b0='2L50XCEL922NS5AWAJUTLD7NYGUQ' where id=7; -update noar tt set v0='RK0B6DG5E1PN5Q5F3T' where id=7; -update noar ti set v0='RK0B6DG5E1PN5Q5F3T' where id=7; -update noar tt set b1='9XDHHGVUSLEZP' where id=7; -update noar ti set b1='9XDHHGVUSLEZP' where id=7; -update noar tt set v0='NLMCMP5WIC0EQE0GP9AWH45' where id=7; -update noar ti set v0='NLMCMP5WIC0EQE0GP9AWH45' where id=7; -update noar tt set b2='Z0XYU9PX00H1GBUDWE13X' where id=7; -update noar ti set b2='Z0XYU9PX00H1GBUDWE13X' where id=7; -update noar tt set v0='PGMNTSSJW2S8JKRFEKER0V2906JL14L' where id=8; -update noar ti set v0='PGMNTSSJW2S8JKRFEKER0V2906JL14L' where id=8; -update noar tt set b0='6A1Z4H33S' where id=8; -update noar ti set b0='6A1Z4H33S' where id=8; -update noar tt set v0='RJ9CY' where id=8; -update noar ti set v0='RJ9CY' where id=8; -update noar tt set b1='TOZX3PRA38J802U0A3WCEV' where id=8; -update noar ti set b1='TOZX3PRA38J802U0A3WCEV' where id=8; -update noar tt set v0='4UOKAYJ77U7GZJ5FW2HBT0014UB' where id=8; -update noar ti set v0='4UOKAYJ77U7GZJ5FW2HBT0014UB' where id=8; -update noar tt set b2='3YDUVXCHZ3EL9ZRMORV208XUS55' where id=8; -update noar ti set b2='3YDUVXCHZ3EL9ZRMORV208XUS55' where id=8; -update noar tt set v0='ZIF3GSX5DZ2NRQO49G' where id=9; -update noar ti set v0='ZIF3GSX5DZ2NRQO49G' where id=9; -update noar tt set b0='Q32P6M959NECCWAU2CSE' where id=9; -update noar ti set b0='Q32P6M959NECCWAU2CSE' where id=9; -update noar tt set v0='9B8TGX78IC10HEPR1Y24WQOQEL8' where id=9; -update noar ti set v0='9B8TGX78IC10HEPR1Y24WQOQEL8' where id=9; -update noar tt set b1='5F117LFBRUG231EQ' where id=9; -update noar ti set b1='5F117LFBRUG231EQ' where id=9; -update noar tt set v0='4' where id=9; -update noar ti set v0='4' where id=9; -update noar tt set b2='25IKV' where id=9; -update noar ti set b2='25IKV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FTO2NVMQRDWT7WKZU6LWJDWKKLKTI' where id=1; -update noar ti set v0='FTO2NVMQRDWT7WKZU6LWJDWKKLKTI' where id=1; -update noar tt set b0='RMLALBMZZ1' where id=1; -update noar ti set b0='RMLALBMZZ1' where id=1; -update noar tt set v0='QZ3W00BE07FX82AO58YDQ2C' where id=1; -update noar ti set v0='QZ3W00BE07FX82AO58YDQ2C' where id=1; -update noar tt set b1='D2M4A1KF6RMU4XO9FEM8PXQ21OC5' where id=1; -update noar ti set b1='D2M4A1KF6RMU4XO9FEM8PXQ21OC5' where id=1; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b2='ZYP4DTZK9UBXKWYKKTA' where id=1; -update noar ti set b2='ZYP4DTZK9UBXKWYKKTA' where id=1; -update noar tt set v0='97OOXX3HDOG23LX1FM0VO' where id=2; -update noar ti set v0='97OOXX3HDOG23LX1FM0VO' where id=2; -update noar tt set b0='R5QX46G5M' where id=2; -update noar ti set b0='R5QX46G5M' where id=2; -update noar tt set v0='VMG79OX2A4HTCO8INP3SDHCR9ZGAL' where id=2; -update noar ti set v0='VMG79OX2A4HTCO8INP3SDHCR9ZGAL' where id=2; -update noar tt set b1='R' where id=2; -update noar ti set b1='R' where id=2; -update noar tt set v0='7DUXG95GKWEPVQMTM' where id=2; -update noar ti set v0='7DUXG95GKWEPVQMTM' where id=2; -update noar tt set b2='XGXKA3OHOTFA2PMHD3Q1HO4KCGNE' where id=2; -update noar ti set b2='XGXKA3OHOTFA2PMHD3Q1HO4KCGNE' where id=2; -update noar tt set v0='7PZ4Z15KA4PQKMWYQ1JHHPNRM1P9' where id=3; -update noar ti set v0='7PZ4Z15KA4PQKMWYQ1JHHPNRM1P9' where id=3; -update noar tt set b0='CYVMM5QZQT4QXOXAHYCZL' where id=3; -update noar ti set b0='CYVMM5QZQT4QXOXAHYCZL' where id=3; -update noar tt set v0='IXXL1Z8AG1H58W1EO03S2SWSRNPJ96' where id=3; -update noar ti set v0='IXXL1Z8AG1H58W1EO03S2SWSRNPJ96' where id=3; -update noar tt set b1='IAZ21JZUZ30GXWFLTKNNX' where id=3; -update noar ti set b1='IAZ21JZUZ30GXWFLTKNNX' where id=3; -update noar tt set v0='FMI' where id=3; -update noar ti set v0='FMI' where id=3; -update noar tt set b2='R4CUILU2BYAKFYMDLV' where id=3; -update noar ti set b2='R4CUILU2BYAKFYMDLV' where id=3; -update noar tt set v0='P1S0APBNU' where id=4; -update noar ti set v0='P1S0APBNU' where id=4; -update noar tt set b0='LGCSDOY6909' where id=4; -update noar ti set b0='LGCSDOY6909' where id=4; -update noar tt set v0='XQQUM2C5UQTA0SFB' where id=4; -update noar ti set v0='XQQUM2C5UQTA0SFB' where id=4; -update noar tt set b1='ZK4XUNF9WQNO' where id=4; -update noar ti set b1='ZK4XUNF9WQNO' where id=4; -update noar tt set v0='FE3E91PYNGTFCDV523H9QECK2UV5R9C' where id=4; -update noar ti set v0='FE3E91PYNGTFCDV523H9QECK2UV5R9C' where id=4; -update noar tt set b2='YR2J0YXK0Q' where id=4; -update noar ti set b2='YR2J0YXK0Q' where id=4; -update noar tt set v0='GIM78IORLAV2CVJ3YKKJPZD6I85' where id=5; -update noar ti set v0='GIM78IORLAV2CVJ3YKKJPZD6I85' where id=5; -update noar tt set b0='2SYOY1GLX3S6QXT1G87ZP' where id=5; -update noar ti set b0='2SYOY1GLX3S6QXT1G87ZP' where id=5; -update noar tt set v0='8BBW5JB0XDFQOSBT7655LOVU' where id=5; -update noar ti set v0='8BBW5JB0XDFQOSBT7655LOVU' where id=5; -update noar tt set b1='OKU84Q1QXHOSHYA' where id=5; -update noar ti set b1='OKU84Q1QXHOSHYA' where id=5; -update noar tt set v0='WUZKBYF0MJF9LY0Z7MW9B1SDTGG' where id=5; -update noar ti set v0='WUZKBYF0MJF9LY0Z7MW9B1SDTGG' where id=5; -update noar tt set b2='972R8P3BIB5G9UYJUQGBFO' where id=5; -update noar ti set b2='972R8P3BIB5G9UYJUQGBFO' where id=5; -update noar tt set v0='8V8V6PC9PAXGYF0Y2' where id=6; -update noar ti set v0='8V8V6PC9PAXGYF0Y2' where id=6; -update noar tt set b0='YENZ2TPH4Q3KSPA' where id=6; -update noar ti set b0='YENZ2TPH4Q3KSPA' where id=6; -update noar tt set v0='UWE' where id=6; -update noar ti set v0='UWE' where id=6; -update noar tt set b1='3EM30LIF4DWVC6PORYPB5EJL7XQ2V0M3' where id=6; -update noar ti set b1='3EM30LIF4DWVC6PORYPB5EJL7XQ2V0M3' where id=6; -update noar tt set v0='2SGNX5XBWKIBTTVH' where id=6; -update noar ti set v0='2SGNX5XBWKIBTTVH' where id=6; -update noar tt set b2='MX9WN14U2CVRTMGV0WHYSU1E' where id=6; -update noar ti set b2='MX9WN14U2CVRTMGV0WHYSU1E' where id=6; -update noar tt set v0='2VCUJMG3RMFRVH1KT22AC8HTD5W5NZ' where id=7; -update noar ti set v0='2VCUJMG3RMFRVH1KT22AC8HTD5W5NZ' where id=7; -update noar tt set b0='JS' where id=7; -update noar ti set b0='JS' where id=7; -update noar tt set v0='B2P267OQ1MAS3WU3U' where id=7; -update noar ti set v0='B2P267OQ1MAS3WU3U' where id=7; -update noar tt set b1='NOTIEHG55AEFI2WMV6JC76EZ' where id=7; -update noar ti set b1='NOTIEHG55AEFI2WMV6JC76EZ' where id=7; -update noar tt set v0='1LPSBB0' where id=7; -update noar ti set v0='1LPSBB0' where id=7; -update noar tt set b2='6TNNQHEHZYRPDWOZANBDHQDFJ3WDK7' where id=7; -update noar ti set b2='6TNNQHEHZYRPDWOZANBDHQDFJ3WDK7' where id=7; -update noar tt set v0='KG0JWNVUQ722399VHTV7YOA' where id=8; -update noar ti set v0='KG0JWNVUQ722399VHTV7YOA' where id=8; -update noar tt set b0='3Q76OP' where id=8; -update noar ti set b0='3Q76OP' where id=8; -update noar tt set v0='RBKDSTAI6' where id=8; -update noar ti set v0='RBKDSTAI6' where id=8; -update noar tt set b1='35PG77PKUUYWNG9GP7JMJD3' where id=8; -update noar ti set b1='35PG77PKUUYWNG9GP7JMJD3' where id=8; -update noar tt set v0='23EYCUMEU0AVHTLVS' where id=8; -update noar ti set v0='23EYCUMEU0AVHTLVS' where id=8; -update noar tt set b2='CW5F' where id=8; -update noar ti set b2='CW5F' where id=8; -update noar tt set v0='IZHLGIXARP' where id=9; -update noar ti set v0='IZHLGIXARP' where id=9; -update noar tt set b0='D6M81TBG0EJYQAECGJJ66FI6OUZMCY0' where id=9; -update noar ti set b0='D6M81TBG0EJYQAECGJJ66FI6OUZMCY0' where id=9; -update noar tt set v0='B1OLWPNGSEKHVF0O29' where id=9; -update noar ti set v0='B1OLWPNGSEKHVF0O29' where id=9; -update noar tt set b1='QQAMNZCS56W1XEY' where id=9; -update noar ti set b1='QQAMNZCS56W1XEY' where id=9; -update noar tt set v0='GSQP8AZFADL1CR0FMFOLB' where id=9; -update noar ti set v0='GSQP8AZFADL1CR0FMFOLB' where id=9; -update noar tt set b2='3LQYU9W5Z61LITFHR' where id=9; -update noar ti set b2='3LQYU9W5Z61LITFHR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YONYM18' where id=1; -update noar ti set v0='YONYM18' where id=1; -update noar tt set b0='AI0QWE8N05I' where id=1; -update noar ti set b0='AI0QWE8N05I' where id=1; -update noar tt set v0='QLUZKSOOS56V' where id=1; -update noar ti set v0='QLUZKSOOS56V' where id=1; -update noar tt set b1='2U8JCISQB714A7YD11WK' where id=1; -update noar ti set b1='2U8JCISQB714A7YD11WK' where id=1; -update noar tt set v0='CATCGHN' where id=1; -update noar ti set v0='CATCGHN' where id=1; -update noar tt set b2='5KYO69AU9BOFGTUNPGUBALY' where id=1; -update noar ti set b2='5KYO69AU9BOFGTUNPGUBALY' where id=1; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b0='TGJYF6U40KSAC8UETFEX8H' where id=2; -update noar ti set b0='TGJYF6U40KSAC8UETFEX8H' where id=2; -update noar tt set v0='K7ZY5X8OWZAX' where id=2; -update noar ti set v0='K7ZY5X8OWZAX' where id=2; -update noar tt set b1='4GFVEME5YM4IV1ABHX8O2XS6056Z84' where id=2; -update noar ti set b1='4GFVEME5YM4IV1ABHX8O2XS6056Z84' where id=2; -update noar tt set v0='15XOYTMCQ' where id=2; -update noar ti set v0='15XOYTMCQ' where id=2; -update noar tt set b2='NSLY879L8AIZF2WX' where id=2; -update noar ti set b2='NSLY879L8AIZF2WX' where id=2; -update noar tt set v0='DNVTNZID4' where id=3; -update noar ti set v0='DNVTNZID4' where id=3; -update noar tt set b0='C1ZSLVL0MXY36RA' where id=3; -update noar ti set b0='C1ZSLVL0MXY36RA' where id=3; -update noar tt set v0='1PMFMNMY' where id=3; -update noar ti set v0='1PMFMNMY' where id=3; -update noar tt set b1='SM07010J6QPHP' where id=3; -update noar ti set b1='SM07010J6QPHP' where id=3; -update noar tt set v0='RIVP8IA08FPWSAN1WS' where id=3; -update noar ti set v0='RIVP8IA08FPWSAN1WS' where id=3; -update noar tt set b2='Q9UBZZ6KKNO45' where id=3; -update noar ti set b2='Q9UBZZ6KKNO45' where id=3; -update noar tt set v0='XTRFC869O8BNJKAPA03OK372JB' where id=4; -update noar ti set v0='XTRFC869O8BNJKAPA03OK372JB' where id=4; -update noar tt set b0='A6P23P5KVI1K3PEULJ' where id=4; -update noar ti set b0='A6P23P5KVI1K3PEULJ' where id=4; -update noar tt set v0='D6B28WGE' where id=4; -update noar ti set v0='D6B28WGE' where id=4; -update noar tt set b1='CU42ITSWPX' where id=4; -update noar ti set b1='CU42ITSWPX' where id=4; -update noar tt set v0='27WF9TOUI4FG52WGIXIG' where id=4; -update noar ti set v0='27WF9TOUI4FG52WGIXIG' where id=4; -update noar tt set b2='DUNRJYBKHPJWWX1K4IFMQJ9PM266Y' where id=4; -update noar ti set b2='DUNRJYBKHPJWWX1K4IFMQJ9PM266Y' where id=4; -update noar tt set v0='TDWHWPT1J4JYOI8' where id=5; -update noar ti set v0='TDWHWPT1J4JYOI8' where id=5; -update noar tt set b0='XD9H09BGNV9WTWKV6N4J67HL5' where id=5; -update noar ti set b0='XD9H09BGNV9WTWKV6N4J67HL5' where id=5; -update noar tt set v0='IKP2SJ' where id=5; -update noar ti set v0='IKP2SJ' where id=5; -update noar tt set b1='P52QQ02DYEZ57' where id=5; -update noar ti set b1='P52QQ02DYEZ57' where id=5; -update noar tt set v0='HNKJ1IEV4Y3NHHX2WG' where id=5; -update noar ti set v0='HNKJ1IEV4Y3NHHX2WG' where id=5; -update noar tt set b2='WI4IZFGLWN5QFG3' where id=5; -update noar ti set b2='WI4IZFGLWN5QFG3' where id=5; -update noar tt set v0='M5XVPJ04XXIOJ4S1' where id=6; -update noar ti set v0='M5XVPJ04XXIOJ4S1' where id=6; -update noar tt set b0='3VF5DDS8KPOZR5A85SM49JM1EZRTK8P' where id=6; -update noar ti set b0='3VF5DDS8KPOZR5A85SM49JM1EZRTK8P' where id=6; -update noar tt set v0='5D7JM' where id=6; -update noar ti set v0='5D7JM' where id=6; -update noar tt set b1='AQBXXPX7C110IDEXHH5' where id=6; -update noar ti set b1='AQBXXPX7C110IDEXHH5' where id=6; -update noar tt set v0='39ZLEVXA8HX37FBLIUU' where id=6; -update noar ti set v0='39ZLEVXA8HX37FBLIUU' where id=6; -update noar tt set b2='7KVP4NELFMNOZBUKRRNV3828GVT3' where id=6; -update noar ti set b2='7KVP4NELFMNOZBUKRRNV3828GVT3' where id=6; -update noar tt set v0='Z09T7DRWMGHAICKJJPPN0DIG2GA' where id=7; -update noar ti set v0='Z09T7DRWMGHAICKJJPPN0DIG2GA' where id=7; -update noar tt set b0='S9THXU9UZR14393V3J' where id=7; -update noar ti set b0='S9THXU9UZR14393V3J' where id=7; -update noar tt set v0='7' where id=7; -update noar ti set v0='7' where id=7; -update noar tt set b1='N7A9QKAKI565RW0ECJ85SJKGTN' where id=7; -update noar ti set b1='N7A9QKAKI565RW0ECJ85SJKGTN' where id=7; -update noar tt set v0='CHOSPO4IRCRDVM0LRECY' where id=7; -update noar ti set v0='CHOSPO4IRCRDVM0LRECY' where id=7; -update noar tt set b2='53KJJP4JM6KXQC2RJ1A6' where id=7; -update noar ti set b2='53KJJP4JM6KXQC2RJ1A6' where id=7; -update noar tt set v0='MP7YRS37FMJ1' where id=8; -update noar ti set v0='MP7YRS37FMJ1' where id=8; -update noar tt set b0='K' where id=8; -update noar ti set b0='K' where id=8; -update noar tt set v0='L8WFI1YNJ' where id=8; -update noar ti set v0='L8WFI1YNJ' where id=8; -update noar tt set b1='ZZXY2SD2EZTMZXM8ZPKCW04' where id=8; -update noar ti set b1='ZZXY2SD2EZTMZXM8ZPKCW04' where id=8; -update noar tt set v0='2GBIZMPN86LRDVA3SSHBKZ6B' where id=8; -update noar ti set v0='2GBIZMPN86LRDVA3SSHBKZ6B' where id=8; -update noar tt set b2='PHWAPRHKJHVJFU61VC' where id=8; -update noar ti set b2='PHWAPRHKJHVJFU61VC' where id=8; -update noar tt set v0='J1LR6T4RDXR58D6WJC5UBW4ZXBGN' where id=9; -update noar ti set v0='J1LR6T4RDXR58D6WJC5UBW4ZXBGN' where id=9; -update noar tt set b0='23QDE7DNP9MJX9NER4MAOJX5U5NFQH7B' where id=9; -update noar ti set b0='23QDE7DNP9MJX9NER4MAOJX5U5NFQH7B' where id=9; -update noar tt set v0='HZJAZDYSHQ24O5GARXIFE795ZUTZ6HBC' where id=9; -update noar ti set v0='HZJAZDYSHQ24O5GARXIFE795ZUTZ6HBC' where id=9; -update noar tt set b1='P4FBPYO8ASE6XD6JVZ' where id=9; -update noar ti set b1='P4FBPYO8ASE6XD6JVZ' where id=9; -update noar tt set v0='DPG9BR0RF3768OV1GZVZ8440WH' where id=9; -update noar ti set v0='DPG9BR0RF3768OV1GZVZ8440WH' where id=9; -update noar tt set b2='5NDSYFRC9V1UZV' where id=9; -update noar ti set b2='5NDSYFRC9V1UZV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z14GAEOUESAUR3K28KN' where id=1; -update noar ti set v0='Z14GAEOUESAUR3K28KN' where id=1; -update noar tt set b0='B9MAEXFNN2Z' where id=1; -update noar ti set b0='B9MAEXFNN2Z' where id=1; -update noar tt set v0='XI8FG328ASUUDNEL395WH9E' where id=1; -update noar ti set v0='XI8FG328ASUUDNEL395WH9E' where id=1; -update noar tt set b1='KB78MOSXXMHBZURL' where id=1; -update noar ti set b1='KB78MOSXXMHBZURL' where id=1; -update noar tt set v0='MFNTOWT1SNC4X366MZ8OIQ4SM' where id=1; -update noar ti set v0='MFNTOWT1SNC4X366MZ8OIQ4SM' where id=1; -update noar tt set b2='RZ0R8BR90MLLN4BKBB' where id=1; -update noar ti set b2='RZ0R8BR90MLLN4BKBB' where id=1; -update noar tt set v0='N9O01' where id=2; -update noar ti set v0='N9O01' where id=2; -update noar tt set b0='3OPTL2H3HQ8A1URVG07' where id=2; -update noar ti set b0='3OPTL2H3HQ8A1URVG07' where id=2; -update noar tt set v0='EKTHJUE76PWUJSDUZ7DT9Y' where id=2; -update noar ti set v0='EKTHJUE76PWUJSDUZ7DT9Y' where id=2; -update noar tt set b1='01R2TC8H6EGQJ67N5DWG9KQARBYBF4V' where id=2; -update noar ti set b1='01R2TC8H6EGQJ67N5DWG9KQARBYBF4V' where id=2; -update noar tt set v0='Y2MABJNHO4LN0X3GW7RU7VDS' where id=2; -update noar ti set v0='Y2MABJNHO4LN0X3GW7RU7VDS' where id=2; -update noar tt set b2='OF4OHJHNE65TDWC375VO3I' where id=2; -update noar ti set b2='OF4OHJHNE65TDWC375VO3I' where id=2; -update noar tt set v0='Z' where id=3; -update noar ti set v0='Z' where id=3; -update noar tt set b0='FEDDVZHGKKNOT3FUPS' where id=3; -update noar ti set b0='FEDDVZHGKKNOT3FUPS' where id=3; -update noar tt set v0='5CZ7J1B5URMY93CP6M9MO5IDRI4X' where id=3; -update noar ti set v0='5CZ7J1B5URMY93CP6M9MO5IDRI4X' where id=3; -update noar tt set b1='NAMG0TOBWBW2IP38J' where id=3; -update noar ti set b1='NAMG0TOBWBW2IP38J' where id=3; -update noar tt set v0='6OW03S1HJ8VH7L' where id=3; -update noar ti set v0='6OW03S1HJ8VH7L' where id=3; -update noar tt set b2='NT3T2G7HDX828PJUKV2OOSNX0' where id=3; -update noar ti set b2='NT3T2G7HDX828PJUKV2OOSNX0' where id=3; -update noar tt set v0='DAEAH8C0AIKJM4N01LQEUAN87B' where id=4; -update noar ti set v0='DAEAH8C0AIKJM4N01LQEUAN87B' where id=4; -update noar tt set b0='VIF4OQ71GD1C0K3' where id=4; -update noar ti set b0='VIF4OQ71GD1C0K3' where id=4; -update noar tt set v0='1E6NOEWBLQJ0ZXGST' where id=4; -update noar ti set v0='1E6NOEWBLQJ0ZXGST' where id=4; -update noar tt set b1='M1GZUS4KW9CM2P' where id=4; -update noar ti set b1='M1GZUS4KW9CM2P' where id=4; -update noar tt set v0='M4LEX8O8295OL54QJL' where id=4; -update noar ti set v0='M4LEX8O8295OL54QJL' where id=4; -update noar tt set b2='K5GYGGL6YP8J' where id=4; -update noar ti set b2='K5GYGGL6YP8J' where id=4; -update noar tt set v0='5YRVUOR5MF3D9' where id=5; -update noar ti set v0='5YRVUOR5MF3D9' where id=5; -update noar tt set b0='IOL4O' where id=5; -update noar ti set b0='IOL4O' where id=5; -update noar tt set v0='90I99KWXQSJYCGMMO6H7R1CO61NH' where id=5; -update noar ti set v0='90I99KWXQSJYCGMMO6H7R1CO61NH' where id=5; -update noar tt set b1='87YP56QR318G' where id=5; -update noar ti set b1='87YP56QR318G' where id=5; -update noar tt set v0='R0OS4P' where id=5; -update noar ti set v0='R0OS4P' where id=5; -update noar tt set b2='E5KQ15WIC' where id=5; -update noar ti set b2='E5KQ15WIC' where id=5; -update noar tt set v0='Q25B08G3RWCJYDN8' where id=6; -update noar ti set v0='Q25B08G3RWCJYDN8' where id=6; -update noar tt set b0='WFLJOQGPOBQIDJLO60' where id=6; -update noar ti set b0='WFLJOQGPOBQIDJLO60' where id=6; -update noar tt set v0='34ZIYEHGL7BOQXDJMMZALEMZ' where id=6; -update noar ti set v0='34ZIYEHGL7BOQXDJMMZALEMZ' where id=6; -update noar tt set b1='WF39BNL4OELFYLL3S4ATK84MMTG' where id=6; -update noar ti set b1='WF39BNL4OELFYLL3S4ATK84MMTG' where id=6; -update noar tt set v0='PX83216T247D' where id=6; -update noar ti set v0='PX83216T247D' where id=6; -update noar tt set b2='K41D7JT9UK' where id=6; -update noar ti set b2='K41D7JT9UK' where id=6; -update noar tt set v0='6YUD7' where id=7; -update noar ti set v0='6YUD7' where id=7; -update noar tt set b0='9S' where id=7; -update noar ti set b0='9S' where id=7; -update noar tt set v0='5P1N4WXLFAG3WFKFT6FI7BIRTZBPB' where id=7; -update noar ti set v0='5P1N4WXLFAG3WFKFT6FI7BIRTZBPB' where id=7; -update noar tt set b1='8YB7RBOIK' where id=7; -update noar ti set b1='8YB7RBOIK' where id=7; -update noar tt set v0='LMPETMV' where id=7; -update noar ti set v0='LMPETMV' where id=7; -update noar tt set b2='NSS8A54OG88BAJ3MRGHOZW79GC7H' where id=7; -update noar ti set b2='NSS8A54OG88BAJ3MRGHOZW79GC7H' where id=7; -update noar tt set v0='BG8CO4W2E8041' where id=8; -update noar ti set v0='BG8CO4W2E8041' where id=8; -update noar tt set b0='A2KA9KUHAD' where id=8; -update noar ti set b0='A2KA9KUHAD' where id=8; -update noar tt set v0='6KBJS2BW0LTY9K' where id=8; -update noar ti set v0='6KBJS2BW0LTY9K' where id=8; -update noar tt set b1='D7WTF3ZHJWT9OFLODDRE5F5DZ7U52' where id=8; -update noar ti set b1='D7WTF3ZHJWT9OFLODDRE5F5DZ7U52' where id=8; -update noar tt set v0='D648BBX55FIWVDFRPVEUW6WTCZ' where id=8; -update noar ti set v0='D648BBX55FIWVDFRPVEUW6WTCZ' where id=8; -update noar tt set b2='QI092KXNURF0D8SD512' where id=8; -update noar ti set b2='QI092KXNURF0D8SD512' where id=8; -update noar tt set v0='YJBVM9ZR5X7G9GI8Z5A29XZ' where id=9; -update noar ti set v0='YJBVM9ZR5X7G9GI8Z5A29XZ' where id=9; -update noar tt set b0='QBRE3KQURVJBPQYETCQK7T9A' where id=9; -update noar ti set b0='QBRE3KQURVJBPQYETCQK7T9A' where id=9; -update noar tt set v0='2RQONV2' where id=9; -update noar ti set v0='2RQONV2' where id=9; -update noar tt set b1='KXEU5ZHHMYUQRPX5YN2JKLDX1U4SF' where id=9; -update noar ti set b1='KXEU5ZHHMYUQRPX5YN2JKLDX1U4SF' where id=9; -update noar tt set v0='R8GJ54FYQYS7C' where id=9; -update noar ti set v0='R8GJ54FYQYS7C' where id=9; -update noar tt set b2='4KYCJBBB230K6PHESSQ4' where id=9; -update noar ti set b2='4KYCJBBB230K6PHESSQ4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DDSVFV8H0GENIFR6EWVXJR3QRB5' where id=1; -update noar ti set v0='DDSVFV8H0GENIFR6EWVXJR3QRB5' where id=1; -update noar tt set b0='7QM43QQ8UZ3' where id=1; -update noar ti set b0='7QM43QQ8UZ3' where id=1; -update noar tt set v0='JPROF4J4G2RKZ' where id=1; -update noar ti set v0='JPROF4J4G2RKZ' where id=1; -update noar tt set b1='ASRD9DD6H' where id=1; -update noar ti set b1='ASRD9DD6H' where id=1; -update noar tt set v0='RAN29HIW' where id=1; -update noar ti set v0='RAN29HIW' where id=1; -update noar tt set b2='YIYZR4KYFCOPK8Y' where id=1; -update noar ti set b2='YIYZR4KYFCOPK8Y' where id=1; -update noar tt set v0='OMSBMGFKOFGVW6' where id=2; -update noar ti set v0='OMSBMGFKOFGVW6' where id=2; -update noar tt set b0='G7FGHHFS9SDXYSMX4UFLGEHII29SX1' where id=2; -update noar ti set b0='G7FGHHFS9SDXYSMX4UFLGEHII29SX1' where id=2; -update noar tt set v0='S9DRXQFLS4S0UHMI96JB82796' where id=2; -update noar ti set v0='S9DRXQFLS4S0UHMI96JB82796' where id=2; -update noar tt set b1='Q6UT929U1JSJYTO' where id=2; -update noar ti set b1='Q6UT929U1JSJYTO' where id=2; -update noar tt set v0='CR4MB70H3ZTETYJDAW05QYWTJVG0' where id=2; -update noar ti set v0='CR4MB70H3ZTETYJDAW05QYWTJVG0' where id=2; -update noar tt set b2='VCS1BQJB8MUU7IXPQG' where id=2; -update noar ti set b2='VCS1BQJB8MUU7IXPQG' where id=2; -update noar tt set v0='7NFAKJE4350LHIG' where id=3; -update noar ti set v0='7NFAKJE4350LHIG' where id=3; -update noar tt set b0='6XFRW4R7JEHRN38QGW78V2DRNSJCM' where id=3; -update noar ti set b0='6XFRW4R7JEHRN38QGW78V2DRNSJCM' where id=3; -update noar tt set v0='RSIG88YV99' where id=3; -update noar ti set v0='RSIG88YV99' where id=3; -update noar tt set b1='W7YII0CZD0NY5LON80PI' where id=3; -update noar ti set b1='W7YII0CZD0NY5LON80PI' where id=3; -update noar tt set v0='UBJ09SVBII8' where id=3; -update noar ti set v0='UBJ09SVBII8' where id=3; -update noar tt set b2='GT3AI' where id=3; -update noar ti set b2='GT3AI' where id=3; -update noar tt set v0='0RV110SPRAZV5LV' where id=4; -update noar ti set v0='0RV110SPRAZV5LV' where id=4; -update noar tt set b0='7J9L3SW1QE8KMA0HWYL7W4QRAVNMI' where id=4; -update noar ti set b0='7J9L3SW1QE8KMA0HWYL7W4QRAVNMI' where id=4; -update noar tt set v0='W9Y98RZYGULDM7854BZT2IQUQ9TVN1' where id=4; -update noar ti set v0='W9Y98RZYGULDM7854BZT2IQUQ9TVN1' where id=4; -update noar tt set b1='7KE1X3HZ8YUS59BCJ8TZODH81AS' where id=4; -update noar ti set b1='7KE1X3HZ8YUS59BCJ8TZODH81AS' where id=4; -update noar tt set v0='5GKSOZ00HPHEDOD3SSLNI' where id=4; -update noar ti set v0='5GKSOZ00HPHEDOD3SSLNI' where id=4; -update noar tt set b2='L6Z8U64ORXR' where id=4; -update noar ti set b2='L6Z8U64ORXR' where id=4; -update noar tt set v0='A' where id=5; -update noar ti set v0='A' where id=5; -update noar tt set b0='MHYML2TCAXUKDD9P60888LM' where id=5; -update noar ti set b0='MHYML2TCAXUKDD9P60888LM' where id=5; -update noar tt set v0='EQ2NCZP' where id=5; -update noar ti set v0='EQ2NCZP' where id=5; -update noar tt set b1='COVK8CP5D7XYHERKBW7DNVU' where id=5; -update noar ti set b1='COVK8CP5D7XYHERKBW7DNVU' where id=5; -update noar tt set v0='YXF4D5QCXUF1ETKT' where id=5; -update noar ti set v0='YXF4D5QCXUF1ETKT' where id=5; -update noar tt set b2='6B0B05GWIUR' where id=5; -update noar ti set b2='6B0B05GWIUR' where id=5; -update noar tt set v0='O0LQI9OTX6TD19UQBL6IXM0D' where id=6; -update noar ti set v0='O0LQI9OTX6TD19UQBL6IXM0D' where id=6; -update noar tt set b0='WK9YH3YK0CCTI5JVNVX5Y1TO' where id=6; -update noar ti set b0='WK9YH3YK0CCTI5JVNVX5Y1TO' where id=6; -update noar tt set v0='SVHLNKOUVOQF7HOE6MRNFO86LND' where id=6; -update noar ti set v0='SVHLNKOUVOQF7HOE6MRNFO86LND' where id=6; -update noar tt set b1='VDFRUC5JSF6881ALDXJ' where id=6; -update noar ti set b1='VDFRUC5JSF6881ALDXJ' where id=6; -update noar tt set v0='OW6DCW7YIL6B265' where id=6; -update noar ti set v0='OW6DCW7YIL6B265' where id=6; -update noar tt set b2='PMG2VH0BY' where id=6; -update noar ti set b2='PMG2VH0BY' where id=6; -update noar tt set v0='NEIBCF43BE2YX6' where id=7; -update noar ti set v0='NEIBCF43BE2YX6' where id=7; -update noar tt set b0='CI' where id=7; -update noar ti set b0='CI' where id=7; -update noar tt set v0='92306LUVG4A22A2DLBMSSWKAP4' where id=7; -update noar ti set v0='92306LUVG4A22A2DLBMSSWKAP4' where id=7; -update noar tt set b1='QN1NNOTXV4CGU6MROHX6P8QBUKR31' where id=7; -update noar ti set b1='QN1NNOTXV4CGU6MROHX6P8QBUKR31' where id=7; -update noar tt set v0='54ZQYHSYM1' where id=7; -update noar ti set v0='54ZQYHSYM1' where id=7; -update noar tt set b2='TO' where id=7; -update noar ti set b2='TO' where id=7; -update noar tt set v0='WWY8ZWJDKBSTSMWKCKMP01MD9' where id=8; -update noar ti set v0='WWY8ZWJDKBSTSMWKCKMP01MD9' where id=8; -update noar tt set b0='A3AI0YAS36ED6YQY4X09DB8QEBF' where id=8; -update noar ti set b0='A3AI0YAS36ED6YQY4X09DB8QEBF' where id=8; -update noar tt set v0='PG17VN1CO6' where id=8; -update noar ti set v0='PG17VN1CO6' where id=8; -update noar tt set b1='RE' where id=8; -update noar ti set b1='RE' where id=8; -update noar tt set v0='54W' where id=8; -update noar ti set v0='54W' where id=8; -update noar tt set b2='RG6G8LKYUO9HNPLTA8GF4LEA2' where id=8; -update noar ti set b2='RG6G8LKYUO9HNPLTA8GF4LEA2' where id=8; -update noar tt set v0='B5V87HLW52NL8HM4K0JJOTZWZ' where id=9; -update noar ti set v0='B5V87HLW52NL8HM4K0JJOTZWZ' where id=9; -update noar tt set b0='I7EFVYGT0GHHPFOPKHQ7SJD0J046F0HP' where id=9; -update noar ti set b0='I7EFVYGT0GHHPFOPKHQ7SJD0J046F0HP' where id=9; -update noar tt set v0='1J34' where id=9; -update noar ti set v0='1J34' where id=9; -update noar tt set b1='C9HSHQ0UC4NPZ2NFRMFL6UHI' where id=9; -update noar ti set b1='C9HSHQ0UC4NPZ2NFRMFL6UHI' where id=9; -update noar tt set v0='E5N4DDJFCAOVK3R20FNQOFY1RXPCCF' where id=9; -update noar ti set v0='E5N4DDJFCAOVK3R20FNQOFY1RXPCCF' where id=9; -update noar tt set b2='NPZLW5YTKBN6MJQZXK6YYAO' where id=9; -update noar ti set b2='NPZLW5YTKBN6MJQZXK6YYAO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7RRJK4TZV3H6FJ3UQBRSHD' where id=1; -update noar ti set v0='7RRJK4TZV3H6FJ3UQBRSHD' where id=1; -update noar tt set b0='F5Z6D1ZFQLI51RFAUEOEQX9D6I48VF' where id=1; -update noar ti set b0='F5Z6D1ZFQLI51RFAUEOEQX9D6I48VF' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b1='MQSFGLWER9K18JDS6IDPJW7' where id=1; -update noar ti set b1='MQSFGLWER9K18JDS6IDPJW7' where id=1; -update noar tt set v0='Y5LWOJ1TLVW06ARBP85Q3AHVLLV' where id=1; -update noar ti set v0='Y5LWOJ1TLVW06ARBP85Q3AHVLLV' where id=1; -update noar tt set b2='7J5W' where id=1; -update noar ti set b2='7J5W' where id=1; -update noar tt set v0='76I5PJYIS5' where id=2; -update noar ti set v0='76I5PJYIS5' where id=2; -update noar tt set b0='OX8Y39TCDCU98IT5J6ZZAPM' where id=2; -update noar ti set b0='OX8Y39TCDCU98IT5J6ZZAPM' where id=2; -update noar tt set v0='OI0E84MVEFLOTTRP' where id=2; -update noar ti set v0='OI0E84MVEFLOTTRP' where id=2; -update noar tt set b1='RRQOS' where id=2; -update noar ti set b1='RRQOS' where id=2; -update noar tt set v0='FFV38CZ3GHK9LFKCGODIZN9V' where id=2; -update noar ti set v0='FFV38CZ3GHK9LFKCGODIZN9V' where id=2; -update noar tt set b2='VC6GX3ECGLBQPHPV8FRA' where id=2; -update noar ti set b2='VC6GX3ECGLBQPHPV8FRA' where id=2; -update noar tt set v0='QPOQWY9WV7OV9Q5ABLRIQ73AB' where id=3; -update noar ti set v0='QPOQWY9WV7OV9Q5ABLRIQ73AB' where id=3; -update noar tt set b0='PX2WBY728KK03DB1KW3J' where id=3; -update noar ti set b0='PX2WBY728KK03DB1KW3J' where id=3; -update noar tt set v0='EYTBUGV60NDETLEKT8TMZLCA3PUF6KQZ' where id=3; -update noar ti set v0='EYTBUGV60NDETLEKT8TMZLCA3PUF6KQZ' where id=3; -update noar tt set b1='CMT1IFG44R' where id=3; -update noar ti set b1='CMT1IFG44R' where id=3; -update noar tt set v0='3Z8T9EW8ZT0VIU97S33QNPNLTWC' where id=3; -update noar ti set v0='3Z8T9EW8ZT0VIU97S33QNPNLTWC' where id=3; -update noar tt set b2='8DR8PJX3XFS2UEF' where id=3; -update noar ti set b2='8DR8PJX3XFS2UEF' where id=3; -update noar tt set v0='TFS1Y929M' where id=4; -update noar ti set v0='TFS1Y929M' where id=4; -update noar tt set b0='ASR0UTSTP8S99CAY' where id=4; -update noar ti set b0='ASR0UTSTP8S99CAY' where id=4; -update noar tt set v0='3QDD47CDXYMOME87DZYE' where id=4; -update noar ti set v0='3QDD47CDXYMOME87DZYE' where id=4; -update noar tt set b1='0HKBU09GXP6NW' where id=4; -update noar ti set b1='0HKBU09GXP6NW' where id=4; -update noar tt set v0='8D4' where id=4; -update noar ti set v0='8D4' where id=4; -update noar tt set b2='UXKSQ02' where id=4; -update noar ti set b2='UXKSQ02' where id=4; -update noar tt set v0='1A5L0F9Y5JFQYY3NIFCW3H8UC0KSMZK' where id=5; -update noar ti set v0='1A5L0F9Y5JFQYY3NIFCW3H8UC0KSMZK' where id=5; -update noar tt set b0='7ECFT9UE70Y1NDDY' where id=5; -update noar ti set b0='7ECFT9UE70Y1NDDY' where id=5; -update noar tt set v0='68JBZCC3R2I9YAE5TE2YF9' where id=5; -update noar ti set v0='68JBZCC3R2I9YAE5TE2YF9' where id=5; -update noar tt set b1='PCQPR05FTJBLPA31CR61G' where id=5; -update noar ti set b1='PCQPR05FTJBLPA31CR61G' where id=5; -update noar tt set v0='MH1TCBDS' where id=5; -update noar ti set v0='MH1TCBDS' where id=5; -update noar tt set b2='VUUIPZNRC13P0KY6EOG' where id=5; -update noar ti set b2='VUUIPZNRC13P0KY6EOG' where id=5; -update noar tt set v0='NEVMDPL4YWR4EB79YB25M6F' where id=6; -update noar ti set v0='NEVMDPL4YWR4EB79YB25M6F' where id=6; -update noar tt set b0='C1FZ3T7EC9UV0FY' where id=6; -update noar ti set b0='C1FZ3T7EC9UV0FY' where id=6; -update noar tt set v0='CICVJ9V1E9DURZJUQMP5MWTPWKEH5NT' where id=6; -update noar ti set v0='CICVJ9V1E9DURZJUQMP5MWTPWKEH5NT' where id=6; -update noar tt set b1='TF1G43K8T' where id=6; -update noar ti set b1='TF1G43K8T' where id=6; -update noar tt set v0='D9EQ0NF2VKKG6I9GPSNAOQM' where id=6; -update noar ti set v0='D9EQ0NF2VKKG6I9GPSNAOQM' where id=6; -update noar tt set b2='IRKI97C7ABF' where id=6; -update noar ti set b2='IRKI97C7ABF' where id=6; -update noar tt set v0='1X7FJQ4SHPO50QLDVYN0PMCQ' where id=7; -update noar ti set v0='1X7FJQ4SHPO50QLDVYN0PMCQ' where id=7; -update noar tt set b0='ME1RMXO9C6CKH1LWSQKS3RMEPJCCAO' where id=7; -update noar ti set b0='ME1RMXO9C6CKH1LWSQKS3RMEPJCCAO' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b1='MY37S2NDPR' where id=7; -update noar ti set b1='MY37S2NDPR' where id=7; -update noar tt set v0='IG10I6M' where id=7; -update noar ti set v0='IG10I6M' where id=7; -update noar tt set b2='Y0BV7AUD891EIT48Z5Z7HMSHBM3FBLZD' where id=7; -update noar ti set b2='Y0BV7AUD891EIT48Z5Z7HMSHBM3FBLZD' where id=7; -update noar tt set v0='9OZ' where id=8; -update noar ti set v0='9OZ' where id=8; -update noar tt set b0='QJD5K8Q9HRHRF' where id=8; -update noar ti set b0='QJD5K8Q9HRHRF' where id=8; -update noar tt set v0='FO5UYDQA02GDM2PLVOWGZU' where id=8; -update noar ti set v0='FO5UYDQA02GDM2PLVOWGZU' where id=8; -update noar tt set b1='3K0' where id=8; -update noar ti set b1='3K0' where id=8; -update noar tt set v0='HMD874KV9J9EW6DTZXOWLYKCCIY570B' where id=8; -update noar ti set v0='HMD874KV9J9EW6DTZXOWLYKCCIY570B' where id=8; -update noar tt set b2='CBN1TMGTBEQ6GLDJL9QKON0L37JD6MV' where id=8; -update noar ti set b2='CBN1TMGTBEQ6GLDJL9QKON0L37JD6MV' where id=8; -update noar tt set v0='AAN2QC0JJZ26N310BPEAM1' where id=9; -update noar ti set v0='AAN2QC0JJZ26N310BPEAM1' where id=9; -update noar tt set b0='ABZHC09ZR2CZV3SRBMABYE5L' where id=9; -update noar ti set b0='ABZHC09ZR2CZV3SRBMABYE5L' where id=9; -update noar tt set v0='SP5I6G2BKJGRU' where id=9; -update noar ti set v0='SP5I6G2BKJGRU' where id=9; -update noar tt set b1='LNQNAWKLVS' where id=9; -update noar ti set b1='LNQNAWKLVS' where id=9; -update noar tt set v0='WGDF8SCS648ASOGN0K1L' where id=9; -update noar ti set v0='WGDF8SCS648ASOGN0K1L' where id=9; -update noar tt set b2='8O067WLVCGVKY8CPNM110C2N349N' where id=9; -update noar ti set b2='8O067WLVCGVKY8CPNM110C2N349N' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LXB51EVH933IPZ7O' where id=1; -update noar ti set v0='LXB51EVH933IPZ7O' where id=1; -update noar tt set b0='VVWWZ51BFZOEI8S4DTC09XISHW5002' where id=1; -update noar ti set b0='VVWWZ51BFZOEI8S4DTC09XISHW5002' where id=1; -update noar tt set v0='TSILO3GTPADNUYJNZZSTX' where id=1; -update noar ti set v0='TSILO3GTPADNUYJNZZSTX' where id=1; -update noar tt set b1='0Y5THGJXR8MY09' where id=1; -update noar ti set b1='0Y5THGJXR8MY09' where id=1; -update noar tt set v0='ONMKON6E680NVD2I9' where id=1; -update noar ti set v0='ONMKON6E680NVD2I9' where id=1; -update noar tt set b2='NU942F03I' where id=1; -update noar ti set b2='NU942F03I' where id=1; -update noar tt set v0='6HTK85Z1TEI6597H7AC' where id=2; -update noar ti set v0='6HTK85Z1TEI6597H7AC' where id=2; -update noar tt set b0='G7VNB96Z2LDV491' where id=2; -update noar ti set b0='G7VNB96Z2LDV491' where id=2; -update noar tt set v0='F8' where id=2; -update noar ti set v0='F8' where id=2; -update noar tt set b1='WQ5N8SG05PPBAC26YTO3NCE' where id=2; -update noar ti set b1='WQ5N8SG05PPBAC26YTO3NCE' where id=2; -update noar tt set v0='UU01XWY4Y' where id=2; -update noar ti set v0='UU01XWY4Y' where id=2; -update noar tt set b2='AF8A10BTGDI' where id=2; -update noar ti set b2='AF8A10BTGDI' where id=2; -update noar tt set v0='H37MOIAF9' where id=3; -update noar ti set v0='H37MOIAF9' where id=3; -update noar tt set b0='XNJ61TTRPDRZTS3X1WKPIDZB3VB81' where id=3; -update noar ti set b0='XNJ61TTRPDRZTS3X1WKPIDZB3VB81' where id=3; -update noar tt set v0='PEZ088L04Q' where id=3; -update noar ti set v0='PEZ088L04Q' where id=3; -update noar tt set b1='9UJWCTDHDWX7ELWEU0ZXM1AWEAQBD' where id=3; -update noar ti set b1='9UJWCTDHDWX7ELWEU0ZXM1AWEAQBD' where id=3; -update noar tt set v0='3HSJXW7BS0Y9T8B14TQSN69G' where id=3; -update noar ti set v0='3HSJXW7BS0Y9T8B14TQSN69G' where id=3; -update noar tt set b2='G1' where id=3; -update noar ti set b2='G1' where id=3; -update noar tt set v0='QGT280XEDYKPFF9' where id=4; -update noar ti set v0='QGT280XEDYKPFF9' where id=4; -update noar tt set b0='81OS93RR73ATUZB069CLJGA' where id=4; -update noar ti set b0='81OS93RR73ATUZB069CLJGA' where id=4; -update noar tt set v0='8US1FKCAF7BPLPTX3WN4' where id=4; -update noar ti set v0='8US1FKCAF7BPLPTX3WN4' where id=4; -update noar tt set b1='GEOLMX04V8YZ6MZFRIFPBP1DU9C2Y4A' where id=4; -update noar ti set b1='GEOLMX04V8YZ6MZFRIFPBP1DU9C2Y4A' where id=4; -update noar tt set v0='XPNWZEVNKFN6' where id=4; -update noar ti set v0='XPNWZEVNKFN6' where id=4; -update noar tt set b2='OADRS66BV7TBH2CR5IOKMTXK8V2ITN' where id=4; -update noar ti set b2='OADRS66BV7TBH2CR5IOKMTXK8V2ITN' where id=4; -update noar tt set v0='D0SU1SWXO10VHV' where id=5; -update noar ti set v0='D0SU1SWXO10VHV' where id=5; -update noar tt set b0='LQ4DRJ67' where id=5; -update noar ti set b0='LQ4DRJ67' where id=5; -update noar tt set v0='KCXV' where id=5; -update noar ti set v0='KCXV' where id=5; -update noar tt set b1='PCVGLFROKVYGKTUDS6MS' where id=5; -update noar ti set b1='PCVGLFROKVYGKTUDS6MS' where id=5; -update noar tt set v0='X63T5ZEDC7' where id=5; -update noar ti set v0='X63T5ZEDC7' where id=5; -update noar tt set b2='XJ8D7TZY54VUCEIO9GFMA48DO45Q' where id=5; -update noar ti set b2='XJ8D7TZY54VUCEIO9GFMA48DO45Q' where id=5; -update noar tt set v0='FJD4EYFIG47M190MW9GY' where id=6; -update noar ti set v0='FJD4EYFIG47M190MW9GY' where id=6; -update noar tt set b0='HP8M8EPA1N8A' where id=6; -update noar ti set b0='HP8M8EPA1N8A' where id=6; -update noar tt set v0='7DXMHU91JL72A4GAEB1T3PB8739H' where id=6; -update noar ti set v0='7DXMHU91JL72A4GAEB1T3PB8739H' where id=6; -update noar tt set b1='R' where id=6; -update noar ti set b1='R' where id=6; -update noar tt set v0='IZ9ENZKO66P7J5SHXYO0SY0BB7X' where id=6; -update noar ti set v0='IZ9ENZKO66P7J5SHXYO0SY0BB7X' where id=6; -update noar tt set b2='CARDU0M2JXD4U3B32KD1Q25FT2M507HW' where id=6; -update noar ti set b2='CARDU0M2JXD4U3B32KD1Q25FT2M507HW' where id=6; -update noar tt set v0='K8M0ME4QQWLE7J' where id=7; -update noar ti set v0='K8M0ME4QQWLE7J' where id=7; -update noar tt set b0='OXP87CUOH2DIH' where id=7; -update noar ti set b0='OXP87CUOH2DIH' where id=7; -update noar tt set v0='TCXXMB08G0213LLV0AH6AD7MG10GX' where id=7; -update noar ti set v0='TCXXMB08G0213LLV0AH6AD7MG10GX' where id=7; -update noar tt set b1='NSFBPDKH' where id=7; -update noar ti set b1='NSFBPDKH' where id=7; -update noar tt set v0='TDHS2IZLRCGE0' where id=7; -update noar ti set v0='TDHS2IZLRCGE0' where id=7; -update noar tt set b2='CX1QBHUUKZTZZ3EMEBZ91X7AJITF' where id=7; -update noar ti set b2='CX1QBHUUKZTZZ3EMEBZ91X7AJITF' where id=7; -update noar tt set v0='SKY' where id=8; -update noar ti set v0='SKY' where id=8; -update noar tt set b0='WQZ5CD0AR1GW58NPRN420B72EDUT19Y' where id=8; -update noar ti set b0='WQZ5CD0AR1GW58NPRN420B72EDUT19Y' where id=8; -update noar tt set v0='63LVMQB8EPY1C88MFO' where id=8; -update noar ti set v0='63LVMQB8EPY1C88MFO' where id=8; -update noar tt set b1='7JOEOOP7BIYH' where id=8; -update noar ti set b1='7JOEOOP7BIYH' where id=8; -update noar tt set v0='PYXAGS2ZLZVGM9XWHWX9HR' where id=8; -update noar ti set v0='PYXAGS2ZLZVGM9XWHWX9HR' where id=8; -update noar tt set b2='2' where id=8; -update noar ti set b2='2' where id=8; -update noar tt set v0='N5Y07Y8' where id=9; -update noar ti set v0='N5Y07Y8' where id=9; -update noar tt set b0='UZ898T' where id=9; -update noar ti set b0='UZ898T' where id=9; -update noar tt set v0='TGJGUPGGOO60LZN' where id=9; -update noar ti set v0='TGJGUPGGOO60LZN' where id=9; -update noar tt set b1='RHSJT6U9LQ4QCXDHQ7YL19EUNQV' where id=9; -update noar ti set b1='RHSJT6U9LQ4QCXDHQ7YL19EUNQV' where id=9; -update noar tt set v0='YGLESPKD68ILW' where id=9; -update noar ti set v0='YGLESPKD68ILW' where id=9; -update noar tt set b2='0RP733O6O5KTZJ81YWA3FARG' where id=9; -update noar ti set b2='0RP733O6O5KTZJ81YWA3FARG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='G1H9ZMYHDU' where id=1; -update noar ti set v0='G1H9ZMYHDU' where id=1; -update noar tt set b0='PABQ4WHRQB90WDGQGPRO1' where id=1; -update noar ti set b0='PABQ4WHRQB90WDGQGPRO1' where id=1; -update noar tt set v0='D96UZ0QVUJA2PBZE31P' where id=1; -update noar ti set v0='D96UZ0QVUJA2PBZE31P' where id=1; -update noar tt set b1='H0KDGY' where id=1; -update noar ti set b1='H0KDGY' where id=1; -update noar tt set v0='DH9MJ3' where id=1; -update noar ti set v0='DH9MJ3' where id=1; -update noar tt set b2='O5EC4WLTRIKHV2T8KSL' where id=1; -update noar ti set b2='O5EC4WLTRIKHV2T8KSL' where id=1; -update noar tt set v0='4PV3LIOE4T3ZSYEBAXEJW930O' where id=2; -update noar ti set v0='4PV3LIOE4T3ZSYEBAXEJW930O' where id=2; -update noar tt set b0='8PI03J1PMTLTXV' where id=2; -update noar ti set b0='8PI03J1PMTLTXV' where id=2; -update noar tt set v0='HFZDGNQZMHH303' where id=2; -update noar ti set v0='HFZDGNQZMHH303' where id=2; -update noar tt set b1='81I9O4QYU1QU' where id=2; -update noar ti set b1='81I9O4QYU1QU' where id=2; -update noar tt set v0='ATXQTWYN0ON6AS3ODR6' where id=2; -update noar ti set v0='ATXQTWYN0ON6AS3ODR6' where id=2; -update noar tt set b2='C' where id=2; -update noar ti set b2='C' where id=2; -update noar tt set v0='OTJ1162L63TWT3KEDDURS09V8HGSN6X' where id=3; -update noar ti set v0='OTJ1162L63TWT3KEDDURS09V8HGSN6X' where id=3; -update noar tt set b0='D7GNPDSSGG1LI' where id=3; -update noar ti set b0='D7GNPDSSGG1LI' where id=3; -update noar tt set v0='4RP86GH31TP8S2E2QL7CYQC6CKVPSNQV' where id=3; -update noar ti set v0='4RP86GH31TP8S2E2QL7CYQC6CKVPSNQV' where id=3; -update noar tt set b1='TYYHOVA35LB80IB59P3MM7' where id=3; -update noar ti set b1='TYYHOVA35LB80IB59P3MM7' where id=3; -update noar tt set v0='N19ALO7' where id=3; -update noar ti set v0='N19ALO7' where id=3; -update noar tt set b2='6EAXNJL9YDRK1RBMDDYJMVJYDEWXBPJ' where id=3; -update noar ti set b2='6EAXNJL9YDRK1RBMDDYJMVJYDEWXBPJ' where id=3; -update noar tt set v0='QSESKOBV35MWO581P6HKH881KP' where id=4; -update noar ti set v0='QSESKOBV35MWO581P6HKH881KP' where id=4; -update noar tt set b0='2W' where id=4; -update noar ti set b0='2W' where id=4; -update noar tt set v0='M2MD3A3XZUT50Q3KJ0ONYM' where id=4; -update noar ti set v0='M2MD3A3XZUT50Q3KJ0ONYM' where id=4; -update noar tt set b1='OC26D68' where id=4; -update noar ti set b1='OC26D68' where id=4; -update noar tt set v0='29VCK73FFCXRMH4Q8GUH1XCKFRVDRTK4' where id=4; -update noar ti set v0='29VCK73FFCXRMH4Q8GUH1XCKFRVDRTK4' where id=4; -update noar tt set b2='JR8G8S6XLMOEHF72DDMQPRKZ92' where id=4; -update noar ti set b2='JR8G8S6XLMOEHF72DDMQPRKZ92' where id=4; -update noar tt set v0='PN' where id=5; -update noar ti set v0='PN' where id=5; -update noar tt set b0='XWEFDCIILCY5' where id=5; -update noar ti set b0='XWEFDCIILCY5' where id=5; -update noar tt set v0='6JA6EKKGEOYJXAE0LONRI2TQJG' where id=5; -update noar ti set v0='6JA6EKKGEOYJXAE0LONRI2TQJG' where id=5; -update noar tt set b1='7SFHYH2T1QK6XGRJ6WW4MI88WRY6G5' where id=5; -update noar ti set b1='7SFHYH2T1QK6XGRJ6WW4MI88WRY6G5' where id=5; -update noar tt set v0='8O399Z0LCJOUDDJROX4SA' where id=5; -update noar ti set v0='8O399Z0LCJOUDDJROX4SA' where id=5; -update noar tt set b2='GFM3' where id=5; -update noar ti set b2='GFM3' where id=5; -update noar tt set v0='VNKH' where id=6; -update noar ti set v0='VNKH' where id=6; -update noar tt set b0='YGYMF3PLA2M3' where id=6; -update noar ti set b0='YGYMF3PLA2M3' where id=6; -update noar tt set v0='4PL5829VMSYNXJZKXLPFSS05YYA2U' where id=6; -update noar ti set v0='4PL5829VMSYNXJZKXLPFSS05YYA2U' where id=6; -update noar tt set b1='YJJ46L89X6M9' where id=6; -update noar ti set b1='YJJ46L89X6M9' where id=6; -update noar tt set v0='WHEZKK2FMOBNNS3X0Q' where id=6; -update noar ti set v0='WHEZKK2FMOBNNS3X0Q' where id=6; -update noar tt set b2='YVXATQDES26FWAK94BRIG' where id=6; -update noar ti set b2='YVXATQDES26FWAK94BRIG' where id=6; -update noar tt set v0='PADT6071U6NP' where id=7; -update noar ti set v0='PADT6071U6NP' where id=7; -update noar tt set b0='S53LPR8NS6V3CIM' where id=7; -update noar ti set b0='S53LPR8NS6V3CIM' where id=7; -update noar tt set v0='E4H7Z5EH5PL4' where id=7; -update noar ti set v0='E4H7Z5EH5PL4' where id=7; -update noar tt set b1='16D7520MJ6' where id=7; -update noar ti set b1='16D7520MJ6' where id=7; -update noar tt set v0='QBVH4MDZU' where id=7; -update noar ti set v0='QBVH4MDZU' where id=7; -update noar tt set b2='S2IX6SWEM69GF9LZ5U9H65EH' where id=7; -update noar ti set b2='S2IX6SWEM69GF9LZ5U9H65EH' where id=7; -update noar tt set v0='T078TFXU0Z' where id=8; -update noar ti set v0='T078TFXU0Z' where id=8; -update noar tt set b0='YFR' where id=8; -update noar ti set b0='YFR' where id=8; -update noar tt set v0='9N3NS4T16OVFT95ZJ80EHU2LQRS7PMEF' where id=8; -update noar ti set v0='9N3NS4T16OVFT95ZJ80EHU2LQRS7PMEF' where id=8; -update noar tt set b1='ZP8ULZRBFF2Z9O9X' where id=8; -update noar ti set b1='ZP8ULZRBFF2Z9O9X' where id=8; -update noar tt set v0='HLYQYQYFV224OY8' where id=8; -update noar ti set v0='HLYQYQYFV224OY8' where id=8; -update noar tt set b2='U462OA4KR4IRMY4CT7BJR9EOK' where id=8; -update noar ti set b2='U462OA4KR4IRMY4CT7BJR9EOK' where id=8; -update noar tt set v0='KJ5LIUOVSG9' where id=9; -update noar ti set v0='KJ5LIUOVSG9' where id=9; -update noar tt set b0='SUJJPR2' where id=9; -update noar ti set b0='SUJJPR2' where id=9; -update noar tt set v0='ICUDHA3SCRBQJQTYG' where id=9; -update noar ti set v0='ICUDHA3SCRBQJQTYG' where id=9; -update noar tt set b1='8I6T9F5J55H5HQ5ZHL2NCG547C' where id=9; -update noar ti set b1='8I6T9F5J55H5HQ5ZHL2NCG547C' where id=9; -update noar tt set v0='OKXC505ZDUC1VWS9' where id=9; -update noar ti set v0='OKXC505ZDUC1VWS9' where id=9; -update noar tt set b2='CPMK94U96ONWWFN7C' where id=9; -update noar ti set b2='CPMK94U96ONWWFN7C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6K2SJJW66IDTR' where id=1; -update noar ti set v0='6K2SJJW66IDTR' where id=1; -update noar tt set b0='5X2E4JI6FICQBNGU' where id=1; -update noar ti set b0='5X2E4JI6FICQBNGU' where id=1; -update noar tt set v0='U4RYDCKS00KW2OOK2HGEI5DKT' where id=1; -update noar ti set v0='U4RYDCKS00KW2OOK2HGEI5DKT' where id=1; -update noar tt set b1='3N5' where id=1; -update noar ti set b1='3N5' where id=1; -update noar tt set v0='8WQ' where id=1; -update noar ti set v0='8WQ' where id=1; -update noar tt set b2='E' where id=1; -update noar ti set b2='E' where id=1; -update noar tt set v0='IPKF' where id=2; -update noar ti set v0='IPKF' where id=2; -update noar tt set b0='RBSYU1EISEBS2531J2T8' where id=2; -update noar ti set b0='RBSYU1EISEBS2531J2T8' where id=2; -update noar tt set v0='4G97KWNHQV5TPKFQR8Y1YO7USW0DGSE' where id=2; -update noar ti set v0='4G97KWNHQV5TPKFQR8Y1YO7USW0DGSE' where id=2; -update noar tt set b1='ZI4180UK' where id=2; -update noar ti set b1='ZI4180UK' where id=2; -update noar tt set v0='1EMBWCUZMBOGYE3O3VEPA' where id=2; -update noar ti set v0='1EMBWCUZMBOGYE3O3VEPA' where id=2; -update noar tt set b2='8ZJW6BD7JOMEMUWH9CT8HQFID0PNAODZ' where id=2; -update noar ti set b2='8ZJW6BD7JOMEMUWH9CT8HQFID0PNAODZ' where id=2; -update noar tt set v0='BB84RG75BZJYD5HESV95VF9MORW1FK1' where id=3; -update noar ti set v0='BB84RG75BZJYD5HESV95VF9MORW1FK1' where id=3; -update noar tt set b0='ROKAP1N' where id=3; -update noar ti set b0='ROKAP1N' where id=3; -update noar tt set v0='ZR95U5OAG' where id=3; -update noar ti set v0='ZR95U5OAG' where id=3; -update noar tt set b1='KVQOTYY8BIR40GWJNDEX2LIM5C2T3O' where id=3; -update noar ti set b1='KVQOTYY8BIR40GWJNDEX2LIM5C2T3O' where id=3; -update noar tt set v0='4B243U3SQAU05HZ86' where id=3; -update noar ti set v0='4B243U3SQAU05HZ86' where id=3; -update noar tt set b2='ETFU1Q8RCGYGU65GGOTR' where id=3; -update noar ti set b2='ETFU1Q8RCGYGU65GGOTR' where id=3; -update noar tt set v0='ZNXU9CI8DGBIU5NQ' where id=4; -update noar ti set v0='ZNXU9CI8DGBIU5NQ' where id=4; -update noar tt set b0='FIQH1CCS4YBYVA6C8XU4N' where id=4; -update noar ti set b0='FIQH1CCS4YBYVA6C8XU4N' where id=4; -update noar tt set v0='UQMMFNCR21YX0SBZ2WTY64B1T0W8GLIJ' where id=4; -update noar ti set v0='UQMMFNCR21YX0SBZ2WTY64B1T0W8GLIJ' where id=4; -update noar tt set b1='1VR0W62SSPIQRV' where id=4; -update noar ti set b1='1VR0W62SSPIQRV' where id=4; -update noar tt set v0='KSEU60F3N0SOCE57QGO9GP6' where id=4; -update noar ti set v0='KSEU60F3N0SOCE57QGO9GP6' where id=4; -update noar tt set b2='RKRNM' where id=4; -update noar ti set b2='RKRNM' where id=4; -update noar tt set v0='US5EO8Y3KGQ' where id=5; -update noar ti set v0='US5EO8Y3KGQ' where id=5; -update noar tt set b0='LAVSR1GAT' where id=5; -update noar ti set b0='LAVSR1GAT' where id=5; -update noar tt set v0='VV3ZHJKFQ9IWQAZH' where id=5; -update noar ti set v0='VV3ZHJKFQ9IWQAZH' where id=5; -update noar tt set b1='31FCDPNMIAS5UXNLM' where id=5; -update noar ti set b1='31FCDPNMIAS5UXNLM' where id=5; -update noar tt set v0='6VZHU2MHIM2Y4RJC33BP1KA7MZ2DBL' where id=5; -update noar ti set v0='6VZHU2MHIM2Y4RJC33BP1KA7MZ2DBL' where id=5; -update noar tt set b2='7KBE2F' where id=5; -update noar ti set b2='7KBE2F' where id=5; -update noar tt set v0='QA34XR7VUJ8LH1OVXF70R6HF4V' where id=6; -update noar ti set v0='QA34XR7VUJ8LH1OVXF70R6HF4V' where id=6; -update noar tt set b0='PAFY' where id=6; -update noar ti set b0='PAFY' where id=6; -update noar tt set v0='9J' where id=6; -update noar ti set v0='9J' where id=6; -update noar tt set b1='0Y1XAJTYUMCRKLHNPB8Q2SZ06AJ88E' where id=6; -update noar ti set b1='0Y1XAJTYUMCRKLHNPB8Q2SZ06AJ88E' where id=6; -update noar tt set v0='I3SWKJZ' where id=6; -update noar ti set v0='I3SWKJZ' where id=6; -update noar tt set b2='T1MGQH8O28UNLWBF8YTVL1IWKPBGG3' where id=6; -update noar ti set b2='T1MGQH8O28UNLWBF8YTVL1IWKPBGG3' where id=6; -update noar tt set v0='VGN6A' where id=7; -update noar ti set v0='VGN6A' where id=7; -update noar tt set b0='57PCONKI' where id=7; -update noar ti set b0='57PCONKI' where id=7; -update noar tt set v0='X' where id=7; -update noar ti set v0='X' where id=7; -update noar tt set b1='HIL5LCX54AAWSHCL' where id=7; -update noar ti set b1='HIL5LCX54AAWSHCL' where id=7; -update noar tt set v0='8XPG8OF9KTYXXD174DKQ' where id=7; -update noar ti set v0='8XPG8OF9KTYXXD174DKQ' where id=7; -update noar tt set b2='T87J9Y7L7BKG' where id=7; -update noar ti set b2='T87J9Y7L7BKG' where id=7; -update noar tt set v0='PR' where id=8; -update noar ti set v0='PR' where id=8; -update noar tt set b0='C8A7QMQ0EUWAK' where id=8; -update noar ti set b0='C8A7QMQ0EUWAK' where id=8; -update noar tt set v0='RBKPU1JRANU7BZ0' where id=8; -update noar ti set v0='RBKPU1JRANU7BZ0' where id=8; -update noar tt set b1='XZT4DOI3WSU3EH' where id=8; -update noar ti set b1='XZT4DOI3WSU3EH' where id=8; -update noar tt set v0='UN1BDAFIIKY' where id=8; -update noar ti set v0='UN1BDAFIIKY' where id=8; -update noar tt set b2='6ZCDIOYBFTPNXE9FSFBH5XS82IS' where id=8; -update noar ti set b2='6ZCDIOYBFTPNXE9FSFBH5XS82IS' where id=8; -update noar tt set v0='0J50NLVHB97V0B47YH0Q9RZFJ428MNR3' where id=9; -update noar ti set v0='0J50NLVHB97V0B47YH0Q9RZFJ428MNR3' where id=9; -update noar tt set b0='LRK5A56Q1ZDDFV4MA' where id=9; -update noar ti set b0='LRK5A56Q1ZDDFV4MA' where id=9; -update noar tt set v0='BR8TXBWKS5CU1P5J9B07XKLA' where id=9; -update noar ti set v0='BR8TXBWKS5CU1P5J9B07XKLA' where id=9; -update noar tt set b1='9L3E9BSA59AP05EHZTX8G' where id=9; -update noar ti set b1='9L3E9BSA59AP05EHZTX8G' where id=9; -update noar tt set v0='TZEINUV7KPKMF6CXKH401PZ8F' where id=9; -update noar ti set v0='TZEINUV7KPKMF6CXKH401PZ8F' where id=9; -update noar tt set b2='QWYGS2ASPLEN07OS8N' where id=9; -update noar ti set b2='QWYGS2ASPLEN07OS8N' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9TS0MDH3P' where id=1; -update noar ti set v0='9TS0MDH3P' where id=1; -update noar tt set b0='0CMLOH3TTQ2Q1' where id=1; -update noar ti set b0='0CMLOH3TTQ2Q1' where id=1; -update noar tt set v0='T8S756' where id=1; -update noar ti set v0='T8S756' where id=1; -update noar tt set b1='355ARES50AS85AUBYYVP0WL22' where id=1; -update noar ti set b1='355ARES50AS85AUBYYVP0WL22' where id=1; -update noar tt set v0='NYYZ7GE0NMLN4ZEOGZA8L1MJNNJ1S1YJ' where id=1; -update noar ti set v0='NYYZ7GE0NMLN4ZEOGZA8L1MJNNJ1S1YJ' where id=1; -update noar tt set b2='3PN2LXLQMBPKXZXPC48432XO5O' where id=1; -update noar ti set b2='3PN2LXLQMBPKXZXPC48432XO5O' where id=1; -update noar tt set v0='LS6XDT' where id=2; -update noar ti set v0='LS6XDT' where id=2; -update noar tt set b0='RW' where id=2; -update noar ti set b0='RW' where id=2; -update noar tt set v0='QY' where id=2; -update noar ti set v0='QY' where id=2; -update noar tt set b1='4BRIS' where id=2; -update noar ti set b1='4BRIS' where id=2; -update noar tt set v0='N8INEEY5RS' where id=2; -update noar ti set v0='N8INEEY5RS' where id=2; -update noar tt set b2='Y1WV8YLS' where id=2; -update noar ti set b2='Y1WV8YLS' where id=2; -update noar tt set v0='5KQJN0PTESKD59S8IT0TXZZR3R' where id=3; -update noar ti set v0='5KQJN0PTESKD59S8IT0TXZZR3R' where id=3; -update noar tt set b0='7LY8M6FAAUCZW8ZB' where id=3; -update noar ti set b0='7LY8M6FAAUCZW8ZB' where id=3; -update noar tt set v0='2CVN4J9V' where id=3; -update noar ti set v0='2CVN4J9V' where id=3; -update noar tt set b1='OP9GIEYSIB5YY8AK' where id=3; -update noar ti set b1='OP9GIEYSIB5YY8AK' where id=3; -update noar tt set v0='THS1HQ9XQXU3RVDCFQ8L1J' where id=3; -update noar ti set v0='THS1HQ9XQXU3RVDCFQ8L1J' where id=3; -update noar tt set b2='MOB8C53CXLUNG9QBNUNU4HYFOUFYFEOH' where id=3; -update noar ti set b2='MOB8C53CXLUNG9QBNUNU4HYFOUFYFEOH' where id=3; -update noar tt set v0='0V8L9WE7P3Q417Z5' where id=4; -update noar ti set v0='0V8L9WE7P3Q417Z5' where id=4; -update noar tt set b0='RL4YLL6FLGJ6S2J1' where id=4; -update noar ti set b0='RL4YLL6FLGJ6S2J1' where id=4; -update noar tt set v0='QFSKH2H1TS3BCNISDGH0' where id=4; -update noar ti set v0='QFSKH2H1TS3BCNISDGH0' where id=4; -update noar tt set b1='35QLAE3KA7PKEL7O9CGKK0PULE679C' where id=4; -update noar ti set b1='35QLAE3KA7PKEL7O9CGKK0PULE679C' where id=4; -update noar tt set v0='EQII2R355RSR' where id=4; -update noar ti set v0='EQII2R355RSR' where id=4; -update noar tt set b2='P6MDBFRNHDLWGI9OHO' where id=4; -update noar ti set b2='P6MDBFRNHDLWGI9OHO' where id=4; -update noar tt set v0='F3CL46CEH030ET6KW296UDFJ89XSLR' where id=5; -update noar ti set v0='F3CL46CEH030ET6KW296UDFJ89XSLR' where id=5; -update noar tt set b0='MQCEAXFPYQBQFPKC7QCD887X1UA4J' where id=5; -update noar ti set b0='MQCEAXFPYQBQFPKC7QCD887X1UA4J' where id=5; -update noar tt set v0='ZXRE5TYFAG4Z1VJIEZCY' where id=5; -update noar ti set v0='ZXRE5TYFAG4Z1VJIEZCY' where id=5; -update noar tt set b1='E2' where id=5; -update noar ti set b1='E2' where id=5; -update noar tt set v0='UL7EQXI7' where id=5; -update noar ti set v0='UL7EQXI7' where id=5; -update noar tt set b2='I8BC1Z' where id=5; -update noar ti set b2='I8BC1Z' where id=5; -update noar tt set v0='CQS6JNTZUDTERIHXWWTJHB40' where id=6; -update noar ti set v0='CQS6JNTZUDTERIHXWWTJHB40' where id=6; -update noar tt set b0='NQM2QIW' where id=6; -update noar ti set b0='NQM2QIW' where id=6; -update noar tt set v0='OCVQ828X97WN8' where id=6; -update noar ti set v0='OCVQ828X97WN8' where id=6; -update noar tt set b1='EEFEBSCQHC2' where id=6; -update noar ti set b1='EEFEBSCQHC2' where id=6; -update noar tt set v0='WG5YJ3IH3CYIKW17T0GVT' where id=6; -update noar ti set v0='WG5YJ3IH3CYIKW17T0GVT' where id=6; -update noar tt set b2='J8FTISLJ6OY43HSJM8' where id=6; -update noar ti set b2='J8FTISLJ6OY43HSJM8' where id=6; -update noar tt set v0='D63NS3K8GG' where id=7; -update noar ti set v0='D63NS3K8GG' where id=7; -update noar tt set b0='HQV4N0' where id=7; -update noar ti set b0='HQV4N0' where id=7; -update noar tt set v0='NLBFM6UXLAV8C04Q59' where id=7; -update noar ti set v0='NLBFM6UXLAV8C04Q59' where id=7; -update noar tt set b1='NB650R7J' where id=7; -update noar ti set b1='NB650R7J' where id=7; -update noar tt set v0='6UPSO6NOSR2ZW3VN44JQKAIX4Z' where id=7; -update noar ti set v0='6UPSO6NOSR2ZW3VN44JQKAIX4Z' where id=7; -update noar tt set b2='ORNLBCUZFR4VCYB96' where id=7; -update noar ti set b2='ORNLBCUZFR4VCYB96' where id=7; -update noar tt set v0='3RO482PQGYIBMWQ' where id=8; -update noar ti set v0='3RO482PQGYIBMWQ' where id=8; -update noar tt set b0='ZQ' where id=8; -update noar ti set b0='ZQ' where id=8; -update noar tt set v0='NS76MOHY' where id=8; -update noar ti set v0='NS76MOHY' where id=8; -update noar tt set b1='3DJSVFJM4CDFO42OBNML0DD' where id=8; -update noar ti set b1='3DJSVFJM4CDFO42OBNML0DD' where id=8; -update noar tt set v0='F8RF8BD' where id=8; -update noar ti set v0='F8RF8BD' where id=8; -update noar tt set b2='KAUSE91' where id=8; -update noar ti set b2='KAUSE91' where id=8; -update noar tt set v0='JN' where id=9; -update noar ti set v0='JN' where id=9; -update noar tt set b0='Z6KWLR' where id=9; -update noar ti set b0='Z6KWLR' where id=9; -update noar tt set v0='AWGO2VKOGWP79UOC2DH25EUQBL5Q' where id=9; -update noar ti set v0='AWGO2VKOGWP79UOC2DH25EUQBL5Q' where id=9; -update noar tt set b1='K9BO70L4M4BO4CDN4IO9' where id=9; -update noar ti set b1='K9BO70L4M4BO4CDN4IO9' where id=9; -update noar tt set v0='EO34' where id=9; -update noar ti set v0='EO34' where id=9; -update noar tt set b2='5TZWF3U9AEYMQIRS10' where id=9; -update noar ti set b2='5TZWF3U9AEYMQIRS10' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NY2V9AYD28KL3MQ7BOU' where id=1; -update noar ti set v0='NY2V9AYD28KL3MQ7BOU' where id=1; -update noar tt set b0='GNAGKPJA6YRNGN4KN' where id=1; -update noar ti set b0='GNAGKPJA6YRNGN4KN' where id=1; -update noar tt set v0='986J0K48ZSZ5DEODKG30W72P' where id=1; -update noar ti set v0='986J0K48ZSZ5DEODKG30W72P' where id=1; -update noar tt set b1='EXI9D2AO0' where id=1; -update noar ti set b1='EXI9D2AO0' where id=1; -update noar tt set v0='PQC8YMO' where id=1; -update noar ti set v0='PQC8YMO' where id=1; -update noar tt set b2='9M1V87WDQ9JL8ZVQVOUVLBMT' where id=1; -update noar ti set b2='9M1V87WDQ9JL8ZVQVOUVLBMT' where id=1; -update noar tt set v0='U7DWK1JFZKOHO0' where id=2; -update noar ti set v0='U7DWK1JFZKOHO0' where id=2; -update noar tt set b0='SD6OSYJQ0UP3H95V9B0YWLH' where id=2; -update noar ti set b0='SD6OSYJQ0UP3H95V9B0YWLH' where id=2; -update noar tt set v0='NBJ304PT4KLMQCAYKWHYZKT9Z7' where id=2; -update noar ti set v0='NBJ304PT4KLMQCAYKWHYZKT9Z7' where id=2; -update noar tt set b1='8RXU115RILP4396UHKAGGS760' where id=2; -update noar ti set b1='8RXU115RILP4396UHKAGGS760' where id=2; -update noar tt set v0='A2SBP34613FAAA0QOI' where id=2; -update noar ti set v0='A2SBP34613FAAA0QOI' where id=2; -update noar tt set b2='MKVCN5DY9CE72K8NX14YW4' where id=2; -update noar ti set b2='MKVCN5DY9CE72K8NX14YW4' where id=2; -update noar tt set v0='T3F2H345ESDXDFRMEAC2ZT3B' where id=3; -update noar ti set v0='T3F2H345ESDXDFRMEAC2ZT3B' where id=3; -update noar tt set b0='GFAG1TKHE34M1' where id=3; -update noar ti set b0='GFAG1TKHE34M1' where id=3; -update noar tt set v0='L68WIMVP65' where id=3; -update noar ti set v0='L68WIMVP65' where id=3; -update noar tt set b1='HA8D9TUD2IV4Z16OB5CP5TUEZHVD5' where id=3; -update noar ti set b1='HA8D9TUD2IV4Z16OB5CP5TUEZHVD5' where id=3; -update noar tt set v0='AN9KA1YD3IF2CN2MMBW' where id=3; -update noar ti set v0='AN9KA1YD3IF2CN2MMBW' where id=3; -update noar tt set b2='JGEIOEXK2KR0GPPDLP0BRIUCKUHQRUQT' where id=3; -update noar ti set b2='JGEIOEXK2KR0GPPDLP0BRIUCKUHQRUQT' where id=3; -update noar tt set v0='8OR' where id=4; -update noar ti set v0='8OR' where id=4; -update noar tt set b0='A0I15NYCO' where id=4; -update noar ti set b0='A0I15NYCO' where id=4; -update noar tt set v0='6MJYG6QADFXS0SBQIGEB' where id=4; -update noar ti set v0='6MJYG6QADFXS0SBQIGEB' where id=4; -update noar tt set b1='8LDJM326VPILF9PO0NX9' where id=4; -update noar ti set b1='8LDJM326VPILF9PO0NX9' where id=4; -update noar tt set v0='9' where id=4; -update noar ti set v0='9' where id=4; -update noar tt set b2='MV7FMC1PWIE20TN30MSYH1Q98P7RJ' where id=4; -update noar ti set b2='MV7FMC1PWIE20TN30MSYH1Q98P7RJ' where id=4; -update noar tt set v0='K66A0FG20A2PR1KKYI7NEMRBODDMC' where id=5; -update noar ti set v0='K66A0FG20A2PR1KKYI7NEMRBODDMC' where id=5; -update noar tt set b0='2AWUIS5FJMD3E5LI33MN8E9CQHNEOVE' where id=5; -update noar ti set b0='2AWUIS5FJMD3E5LI33MN8E9CQHNEOVE' where id=5; -update noar tt set v0='Z7B9VR3B82H8KYIMDBWMNQ6RA8ZU65K' where id=5; -update noar ti set v0='Z7B9VR3B82H8KYIMDBWMNQ6RA8ZU65K' where id=5; -update noar tt set b1='N568K29XYH9ZF3XYDOGM0BS6201WB' where id=5; -update noar ti set b1='N568K29XYH9ZF3XYDOGM0BS6201WB' where id=5; -update noar tt set v0='V6LZL2BUJ' where id=5; -update noar ti set v0='V6LZL2BUJ' where id=5; -update noar tt set b2='SNMJ2R8FDL4BCIKQ5' where id=5; -update noar ti set b2='SNMJ2R8FDL4BCIKQ5' where id=5; -update noar tt set v0='61ZLFTCDMJPM0VIY1G0I5A' where id=6; -update noar ti set v0='61ZLFTCDMJPM0VIY1G0I5A' where id=6; -update noar tt set b0='L3MKS4JOQ0JNJZMNCZ4ZCPC1BW9' where id=6; -update noar ti set b0='L3MKS4JOQ0JNJZMNCZ4ZCPC1BW9' where id=6; -update noar tt set v0='7G2JYXUXWF4' where id=6; -update noar ti set v0='7G2JYXUXWF4' where id=6; -update noar tt set b1='E0E6CCGWJD7FC' where id=6; -update noar ti set b1='E0E6CCGWJD7FC' where id=6; -update noar tt set v0='XGUN6QNIEYNCTOT' where id=6; -update noar ti set v0='XGUN6QNIEYNCTOT' where id=6; -update noar tt set b2='QEU906YOVQ' where id=6; -update noar ti set b2='QEU906YOVQ' where id=6; -update noar tt set v0='UM' where id=7; -update noar ti set v0='UM' where id=7; -update noar tt set b0='OPG20V4XVH7VFHVS' where id=7; -update noar ti set b0='OPG20V4XVH7VFHVS' where id=7; -update noar tt set v0='JGLTG9Z5ND3GIH2ERFK3P4WNYSRC5' where id=7; -update noar ti set v0='JGLTG9Z5ND3GIH2ERFK3P4WNYSRC5' where id=7; -update noar tt set b1='BI4YIZ8TMQ' where id=7; -update noar ti set b1='BI4YIZ8TMQ' where id=7; -update noar tt set v0='CDF' where id=7; -update noar ti set v0='CDF' where id=7; -update noar tt set b2='K1846T0O2Z6PQQP05GKWDC1WZ6' where id=7; -update noar ti set b2='K1846T0O2Z6PQQP05GKWDC1WZ6' where id=7; -update noar tt set v0='WMZE9KY3X87UFEGX3I' where id=8; -update noar ti set v0='WMZE9KY3X87UFEGX3I' where id=8; -update noar tt set b0='TCIAC2BZWIVPQ9Q4ULH168QEHN8' where id=8; -update noar ti set b0='TCIAC2BZWIVPQ9Q4ULH168QEHN8' where id=8; -update noar tt set v0='MFSAHNC01KBVQQ75BC' where id=8; -update noar ti set v0='MFSAHNC01KBVQQ75BC' where id=8; -update noar tt set b1='K05O0BLUTOKTZF6ZJ3F' where id=8; -update noar ti set b1='K05O0BLUTOKTZF6ZJ3F' where id=8; -update noar tt set v0='M' where id=8; -update noar ti set v0='M' where id=8; -update noar tt set b2='EL5' where id=8; -update noar ti set b2='EL5' where id=8; -update noar tt set v0='CBXCGZYCLO0XEPNGVUVA' where id=9; -update noar ti set v0='CBXCGZYCLO0XEPNGVUVA' where id=9; -update noar tt set b0='0NFY2CYIFR' where id=9; -update noar ti set b0='0NFY2CYIFR' where id=9; -update noar tt set v0='EQGYRHPK836AOF' where id=9; -update noar ti set v0='EQGYRHPK836AOF' where id=9; -update noar tt set b1='QUFUPB09US52' where id=9; -update noar ti set b1='QUFUPB09US52' where id=9; -update noar tt set v0='TMT5B' where id=9; -update noar ti set v0='TMT5B' where id=9; -update noar tt set b2='S503WU5RTVN9B27' where id=9; -update noar ti set b2='S503WU5RTVN9B27' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PU0243VWIF4B6XH53LHDDZMVRVYE4PJY' where id=1; -update noar ti set v0='PU0243VWIF4B6XH53LHDDZMVRVYE4PJY' where id=1; -update noar tt set b0='TD2Q53X2RUAGDI6A0CK2A9C2OF4VUK' where id=1; -update noar ti set b0='TD2Q53X2RUAGDI6A0CK2A9C2OF4VUK' where id=1; -update noar tt set v0='PG5VSTFS34O31D42A1WE2S' where id=1; -update noar ti set v0='PG5VSTFS34O31D42A1WE2S' where id=1; -update noar tt set b1='58EDT7WQ337DKZ6T016YWOJUHH' where id=1; -update noar ti set b1='58EDT7WQ337DKZ6T016YWOJUHH' where id=1; -update noar tt set v0='IODP3IKTLSW514079080WBTEZ' where id=1; -update noar ti set v0='IODP3IKTLSW514079080WBTEZ' where id=1; -update noar tt set b2='RH6OKNO2JOY2CXNNI5CLQFDZIGNL0Q' where id=1; -update noar ti set b2='RH6OKNO2JOY2CXNNI5CLQFDZIGNL0Q' where id=1; -update noar tt set v0='WXDP6T761RGM68FRZ31UEA11EOA2' where id=2; -update noar ti set v0='WXDP6T761RGM68FRZ31UEA11EOA2' where id=2; -update noar tt set b0='XWJZ67VKOOFBH27HP' where id=2; -update noar ti set b0='XWJZ67VKOOFBH27HP' where id=2; -update noar tt set v0='G1NWW83LA4QOTBL7VQ' where id=2; -update noar ti set v0='G1NWW83LA4QOTBL7VQ' where id=2; -update noar tt set b1='3TR833VN' where id=2; -update noar ti set b1='3TR833VN' where id=2; -update noar tt set v0='XLL1JHVPRABD' where id=2; -update noar ti set v0='XLL1JHVPRABD' where id=2; -update noar tt set b2='KR02VZPISZOX3' where id=2; -update noar ti set b2='KR02VZPISZOX3' where id=2; -update noar tt set v0='CSTJRDS3EDJLGZD' where id=3; -update noar ti set v0='CSTJRDS3EDJLGZD' where id=3; -update noar tt set b0='7U3YADF' where id=3; -update noar ti set b0='7U3YADF' where id=3; -update noar tt set v0='PA33FIMK' where id=3; -update noar ti set v0='PA33FIMK' where id=3; -update noar tt set b1='QLXWHDQL2J4PYPUMK50IZUMZF' where id=3; -update noar ti set b1='QLXWHDQL2J4PYPUMK50IZUMZF' where id=3; -update noar tt set v0='7OSIMBKV3' where id=3; -update noar ti set v0='7OSIMBKV3' where id=3; -update noar tt set b2='9P63D50WO' where id=3; -update noar ti set b2='9P63D50WO' where id=3; -update noar tt set v0='B' where id=4; -update noar ti set v0='B' where id=4; -update noar tt set b0='ZI60CR3YU' where id=4; -update noar ti set b0='ZI60CR3YU' where id=4; -update noar tt set v0='K7BM16E7EEC2SCT488OABNVMF' where id=4; -update noar ti set v0='K7BM16E7EEC2SCT488OABNVMF' where id=4; -update noar tt set b1='DFO4TZ3JI9B4' where id=4; -update noar ti set b1='DFO4TZ3JI9B4' where id=4; -update noar tt set v0='K77XRSWQTJTA12S73I47A739' where id=4; -update noar ti set v0='K77XRSWQTJTA12S73I47A739' where id=4; -update noar tt set b2='EO50VRN' where id=4; -update noar ti set b2='EO50VRN' where id=4; -update noar tt set v0='R38CI5QP6IHTL3RJAV' where id=5; -update noar ti set v0='R38CI5QP6IHTL3RJAV' where id=5; -update noar tt set b0='9JKZMR476BMU5LNH69HDOHV4E' where id=5; -update noar ti set b0='9JKZMR476BMU5LNH69HDOHV4E' where id=5; -update noar tt set v0='WTLOMCY9' where id=5; -update noar ti set v0='WTLOMCY9' where id=5; -update noar tt set b1='7P1' where id=5; -update noar ti set b1='7P1' where id=5; -update noar tt set v0='8JG0' where id=5; -update noar ti set v0='8JG0' where id=5; -update noar tt set b2='DYFL4CUNB' where id=5; -update noar ti set b2='DYFL4CUNB' where id=5; -update noar tt set v0='68WUG89' where id=6; -update noar ti set v0='68WUG89' where id=6; -update noar tt set b0='IJ0U3G585DNTV6KRA8Z7UMQ' where id=6; -update noar ti set b0='IJ0U3G585DNTV6KRA8Z7UMQ' where id=6; -update noar tt set v0='QSCJRC9Y8WVVMU4GSXL' where id=6; -update noar ti set v0='QSCJRC9Y8WVVMU4GSXL' where id=6; -update noar tt set b1='SSUH7EJ86PQC7R1PR' where id=6; -update noar ti set b1='SSUH7EJ86PQC7R1PR' where id=6; -update noar tt set v0='08BVPHGCTOYDJANC08U5U50XT' where id=6; -update noar ti set v0='08BVPHGCTOYDJANC08U5U50XT' where id=6; -update noar tt set b2='H7' where id=6; -update noar ti set b2='H7' where id=6; -update noar tt set v0='G6S8M1820V1XO74S5SQ' where id=7; -update noar ti set v0='G6S8M1820V1XO74S5SQ' where id=7; -update noar tt set b0='3H' where id=7; -update noar ti set b0='3H' where id=7; -update noar tt set v0='H0O9HZHX8XD73DRNW' where id=7; -update noar ti set v0='H0O9HZHX8XD73DRNW' where id=7; -update noar tt set b1='KO712MFU5OXPY6XLRAH4E3E9C' where id=7; -update noar ti set b1='KO712MFU5OXPY6XLRAH4E3E9C' where id=7; -update noar tt set v0='4ME5IJ60RGW8' where id=7; -update noar ti set v0='4ME5IJ60RGW8' where id=7; -update noar tt set b2='6' where id=7; -update noar ti set b2='6' where id=7; -update noar tt set v0='4G1XESX3UU7TX5QUUVDP' where id=8; -update noar ti set v0='4G1XESX3UU7TX5QUUVDP' where id=8; -update noar tt set b0='FQ6Y7AJB5B1KNI3O4WZ' where id=8; -update noar ti set b0='FQ6Y7AJB5B1KNI3O4WZ' where id=8; -update noar tt set v0='L8ADRM5UTXW' where id=8; -update noar ti set v0='L8ADRM5UTXW' where id=8; -update noar tt set b1='I58SCELVBM8ENNR1' where id=8; -update noar ti set b1='I58SCELVBM8ENNR1' where id=8; -update noar tt set v0='P6X02730A51CITJL2B5T1OU4PQFD855R' where id=8; -update noar ti set v0='P6X02730A51CITJL2B5T1OU4PQFD855R' where id=8; -update noar tt set b2='8OA6S0O5XV' where id=8; -update noar ti set b2='8OA6S0O5XV' where id=8; -update noar tt set v0='C' where id=9; -update noar ti set v0='C' where id=9; -update noar tt set b0='DYVA472M3CZIOATJ8' where id=9; -update noar ti set b0='DYVA472M3CZIOATJ8' where id=9; -update noar tt set v0='8L' where id=9; -update noar ti set v0='8L' where id=9; -update noar tt set b1='6E0KPQOR' where id=9; -update noar ti set b1='6E0KPQOR' where id=9; -update noar tt set v0='3Z45SH4X8B6FT07K' where id=9; -update noar ti set v0='3Z45SH4X8B6FT07K' where id=9; -update noar tt set b2='G0RAQNSEACS' where id=9; -update noar ti set b2='G0RAQNSEACS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='13YRU' where id=1; -update noar ti set v0='13YRU' where id=1; -update noar tt set b0='RY2V8YLWEL60PTHJO5GLKBM73AC' where id=1; -update noar ti set b0='RY2V8YLWEL60PTHJO5GLKBM73AC' where id=1; -update noar tt set v0='28CPM4LYE3QYH9JD05HSKWHHAQ9GJ' where id=1; -update noar ti set v0='28CPM4LYE3QYH9JD05HSKWHHAQ9GJ' where id=1; -update noar tt set b1='WFRDECHOEGAUXW71VURN6Q2A8' where id=1; -update noar ti set b1='WFRDECHOEGAUXW71VURN6Q2A8' where id=1; -update noar tt set v0='10S5F9RFU22M60T77Y4Y19RY0CQ7J' where id=1; -update noar ti set v0='10S5F9RFU22M60T77Y4Y19RY0CQ7J' where id=1; -update noar tt set b2='5UHXO' where id=1; -update noar ti set b2='5UHXO' where id=1; -update noar tt set v0='BGLOM0' where id=2; -update noar ti set v0='BGLOM0' where id=2; -update noar tt set b0='57BSMBFFYRTYYHHD7TXG3JVFARFQ' where id=2; -update noar ti set b0='57BSMBFFYRTYYHHD7TXG3JVFARFQ' where id=2; -update noar tt set v0='M6HLEVD9J67KV21PCLEDQXH4N' where id=2; -update noar ti set v0='M6HLEVD9J67KV21PCLEDQXH4N' where id=2; -update noar tt set b1='E1BNI02Z5I6W89Q' where id=2; -update noar ti set b1='E1BNI02Z5I6W89Q' where id=2; -update noar tt set v0='S9U342SAFFBVSV8HBFPGEA57N34X9U' where id=2; -update noar ti set v0='S9U342SAFFBVSV8HBFPGEA57N34X9U' where id=2; -update noar tt set b2='UVL37GGK9WY5P7R053VU503ZUQF61P' where id=2; -update noar ti set b2='UVL37GGK9WY5P7R053VU503ZUQF61P' where id=2; -update noar tt set v0='2ZZOKPMCJYMQG8Q9A2' where id=3; -update noar ti set v0='2ZZOKPMCJYMQG8Q9A2' where id=3; -update noar tt set b0='5X2O0NGRP8O14YCWJ2WPYEXTNGB' where id=3; -update noar ti set b0='5X2O0NGRP8O14YCWJ2WPYEXTNGB' where id=3; -update noar tt set v0='VIS1PZ83SJRLOE30HUJO7K9EPWOOZ' where id=3; -update noar ti set v0='VIS1PZ83SJRLOE30HUJO7K9EPWOOZ' where id=3; -update noar tt set b1='JNI' where id=3; -update noar ti set b1='JNI' where id=3; -update noar tt set v0='I86WBGJ7UO' where id=3; -update noar ti set v0='I86WBGJ7UO' where id=3; -update noar tt set b2='KV9EQ3AO0NCDGY2HKI1' where id=3; -update noar ti set b2='KV9EQ3AO0NCDGY2HKI1' where id=3; -update noar tt set v0='0FR13GFXWT6A' where id=4; -update noar ti set v0='0FR13GFXWT6A' where id=4; -update noar tt set b0='T5PXLME89GEJIQGSFLWH7' where id=4; -update noar ti set b0='T5PXLME89GEJIQGSFLWH7' where id=4; -update noar tt set v0='AXJIMRV4AACRMERBZHWNZYS7' where id=4; -update noar ti set v0='AXJIMRV4AACRMERBZHWNZYS7' where id=4; -update noar tt set b1='X' where id=4; -update noar ti set b1='X' where id=4; -update noar tt set v0='UC4IH59N2KOQWIUZT66DV3818' where id=4; -update noar ti set v0='UC4IH59N2KOQWIUZT66DV3818' where id=4; -update noar tt set b2='NLU8A8UKTK9F648EWNQHQ' where id=4; -update noar ti set b2='NLU8A8UKTK9F648EWNQHQ' where id=4; -update noar tt set v0='WUQRPE' where id=5; -update noar ti set v0='WUQRPE' where id=5; -update noar tt set b0='SSZXOCKA3EIF4FGFIIGC7W' where id=5; -update noar ti set b0='SSZXOCKA3EIF4FGFIIGC7W' where id=5; -update noar tt set v0='RFQ4NIIXYXPQGS6HX0LS6QYKEOT0C' where id=5; -update noar ti set v0='RFQ4NIIXYXPQGS6HX0LS6QYKEOT0C' where id=5; -update noar tt set b1='G0' where id=5; -update noar ti set b1='G0' where id=5; -update noar tt set v0='HSYK' where id=5; -update noar ti set v0='HSYK' where id=5; -update noar tt set b2='1TIS2BSHSFS2' where id=5; -update noar ti set b2='1TIS2BSHSFS2' where id=5; -update noar tt set v0='VJVHOZ0ZJVRYFNWRIOAZZAE1Y4DNU2GL' where id=6; -update noar ti set v0='VJVHOZ0ZJVRYFNWRIOAZZAE1Y4DNU2GL' where id=6; -update noar tt set b0='RX4CW00Z07R60QD04GZ3AA9HPG80P' where id=6; -update noar ti set b0='RX4CW00Z07R60QD04GZ3AA9HPG80P' where id=6; -update noar tt set v0='CKKEMN9HN0PHYCW93TUK680LU836WUQI' where id=6; -update noar ti set v0='CKKEMN9HN0PHYCW93TUK680LU836WUQI' where id=6; -update noar tt set b1='M6J3MW1RN9EDUGEQDBLOXGCK7PUZC39C' where id=6; -update noar ti set b1='M6J3MW1RN9EDUGEQDBLOXGCK7PUZC39C' where id=6; -update noar tt set v0='7HBUD1IX0SYW7P6' where id=6; -update noar ti set v0='7HBUD1IX0SYW7P6' where id=6; -update noar tt set b2='L7SN1I8' where id=6; -update noar ti set b2='L7SN1I8' where id=6; -update noar tt set v0='K827W6QROVQE0ZCAHLLWTWE7' where id=7; -update noar ti set v0='K827W6QROVQE0ZCAHLLWTWE7' where id=7; -update noar tt set b0='ZIRT3HUAYYOGAPBLAYQO03H' where id=7; -update noar ti set b0='ZIRT3HUAYYOGAPBLAYQO03H' where id=7; -update noar tt set v0='VCF0AYOOJ26NMZ4GA7PM' where id=7; -update noar ti set v0='VCF0AYOOJ26NMZ4GA7PM' where id=7; -update noar tt set b1='MRBRCR1PWAC9HR2B2G2' where id=7; -update noar ti set b1='MRBRCR1PWAC9HR2B2G2' where id=7; -update noar tt set v0='XPBWZF2VK' where id=7; -update noar ti set v0='XPBWZF2VK' where id=7; -update noar tt set b2='X82Q2U83BJRBNXW6NT3L' where id=7; -update noar ti set b2='X82Q2U83BJRBNXW6NT3L' where id=7; -update noar tt set v0='53XNMDTGTWELZPEJ9GDNVC0I' where id=8; -update noar ti set v0='53XNMDTGTWELZPEJ9GDNVC0I' where id=8; -update noar tt set b0='53KEDWGVCNC6RJPKK' where id=8; -update noar ti set b0='53KEDWGVCNC6RJPKK' where id=8; -update noar tt set v0='JRTYKPMVJTZZE' where id=8; -update noar ti set v0='JRTYKPMVJTZZE' where id=8; -update noar tt set b1='X1NGRWUSX6' where id=8; -update noar ti set b1='X1NGRWUSX6' where id=8; -update noar tt set v0='RKBR7FOTNDVSO3' where id=8; -update noar ti set v0='RKBR7FOTNDVSO3' where id=8; -update noar tt set b2='GR' where id=8; -update noar ti set b2='GR' where id=8; -update noar tt set v0='WYO' where id=9; -update noar ti set v0='WYO' where id=9; -update noar tt set b0='U08SNEV3U3SUDPE05LITOMR77' where id=9; -update noar ti set b0='U08SNEV3U3SUDPE05LITOMR77' where id=9; -update noar tt set v0='6L3L6FWLZCT' where id=9; -update noar ti set v0='6L3L6FWLZCT' where id=9; -update noar tt set b1='6BC54JOSGZVB' where id=9; -update noar ti set b1='6BC54JOSGZVB' where id=9; -update noar tt set v0='KP6HATGVF' where id=9; -update noar ti set v0='KP6HATGVF' where id=9; -update noar tt set b2='30R0W256SGTR1IGGLT5A0TJUZX' where id=9; -update noar ti set b2='30R0W256SGTR1IGGLT5A0TJUZX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M91AP06W697DLGNYDQ' where id=1; -update noar ti set v0='M91AP06W697DLGNYDQ' where id=1; -update noar tt set b0='WFDAHZMNCU43Q' where id=1; -update noar ti set b0='WFDAHZMNCU43Q' where id=1; -update noar tt set v0='VP34CV5WT66' where id=1; -update noar ti set v0='VP34CV5WT66' where id=1; -update noar tt set b1='MH46QOYX43FGR1G48H1MQOD' where id=1; -update noar ti set b1='MH46QOYX43FGR1G48H1MQOD' where id=1; -update noar tt set v0='423TAD7T91Y1E94VGC26CVV4W24SM1PT' where id=1; -update noar ti set v0='423TAD7T91Y1E94VGC26CVV4W24SM1PT' where id=1; -update noar tt set b2='N3Q043CNTKV20LNH6X5T' where id=1; -update noar ti set b2='N3Q043CNTKV20LNH6X5T' where id=1; -update noar tt set v0='ZBWF131G0KDB' where id=2; -update noar ti set v0='ZBWF131G0KDB' where id=2; -update noar tt set b0='X84' where id=2; -update noar ti set b0='X84' where id=2; -update noar tt set v0='8ZR4AOD' where id=2; -update noar ti set v0='8ZR4AOD' where id=2; -update noar tt set b1='VGRTFJ48FI0HX8XFKD2CRWS' where id=2; -update noar ti set b1='VGRTFJ48FI0HX8XFKD2CRWS' where id=2; -update noar tt set v0='63JYKWV46HV08HJIV5M1' where id=2; -update noar ti set v0='63JYKWV46HV08HJIV5M1' where id=2; -update noar tt set b2='YUJDIQBKG5QLYE6ZA6AEF6PCDH76K9' where id=2; -update noar ti set b2='YUJDIQBKG5QLYE6ZA6AEF6PCDH76K9' where id=2; -update noar tt set v0='4GJSF' where id=3; -update noar ti set v0='4GJSF' where id=3; -update noar tt set b0='TKTO4JCXSZEKM28WLLA03U9YNEX11LPU' where id=3; -update noar ti set b0='TKTO4JCXSZEKM28WLLA03U9YNEX11LPU' where id=3; -update noar tt set v0='X179U' where id=3; -update noar ti set v0='X179U' where id=3; -update noar tt set b1='YE8QLET' where id=3; -update noar ti set b1='YE8QLET' where id=3; -update noar tt set v0='QXX2EDQ72UR41OFT4RKL' where id=3; -update noar ti set v0='QXX2EDQ72UR41OFT4RKL' where id=3; -update noar tt set b2='9IN4TGJI0M3C28T6K090Z3GJ22M7' where id=3; -update noar ti set b2='9IN4TGJI0M3C28T6K090Z3GJ22M7' where id=3; -update noar tt set v0='R1LR0BU781VQH9YNDR9TC' where id=4; -update noar ti set v0='R1LR0BU781VQH9YNDR9TC' where id=4; -update noar tt set b0='CF20MW0PJEDADAAWX3OVDKLW4OM1EXA8' where id=4; -update noar ti set b0='CF20MW0PJEDADAAWX3OVDKLW4OM1EXA8' where id=4; -update noar tt set v0='Q1QSWRVN' where id=4; -update noar ti set v0='Q1QSWRVN' where id=4; -update noar tt set b1='4ZQPNIXREP3W0ROQ8TMJD8S' where id=4; -update noar ti set b1='4ZQPNIXREP3W0ROQ8TMJD8S' where id=4; -update noar tt set v0='FLHMN92346E' where id=4; -update noar ti set v0='FLHMN92346E' where id=4; -update noar tt set b2='2' where id=4; -update noar ti set b2='2' where id=4; -update noar tt set v0='4BHTTJHCCTV0Q9SH' where id=5; -update noar ti set v0='4BHTTJHCCTV0Q9SH' where id=5; -update noar tt set b0='L2XSM3SNNFZYJ8TWTQH90SEKWJ4WEV' where id=5; -update noar ti set b0='L2XSM3SNNFZYJ8TWTQH90SEKWJ4WEV' where id=5; -update noar tt set v0='4' where id=5; -update noar ti set v0='4' where id=5; -update noar tt set b1='3BIP35NZ091ZGJFHKEZR6AFE' where id=5; -update noar ti set b1='3BIP35NZ091ZGJFHKEZR6AFE' where id=5; -update noar tt set v0='Z0JOVB8YQXYUZCG3' where id=5; -update noar ti set v0='Z0JOVB8YQXYUZCG3' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='LRPLON0QPLAXN72LVEIPYV' where id=6; -update noar ti set v0='LRPLON0QPLAXN72LVEIPYV' where id=6; -update noar tt set b0='DHYIKBWWKME2L0SO1HIRT27E0RSEE' where id=6; -update noar ti set b0='DHYIKBWWKME2L0SO1HIRT27E0RSEE' where id=6; -update noar tt set v0='ZBK11UTXJL83E7J0YCWT9B' where id=6; -update noar ti set v0='ZBK11UTXJL83E7J0YCWT9B' where id=6; -update noar tt set b1='BM48FL2S0160X21SQU0M7V0GN8R' where id=6; -update noar ti set b1='BM48FL2S0160X21SQU0M7V0GN8R' where id=6; -update noar tt set v0='R1JQ8EH3P' where id=6; -update noar ti set v0='R1JQ8EH3P' where id=6; -update noar tt set b2='SIIZOUOLMW4' where id=6; -update noar ti set b2='SIIZOUOLMW4' where id=6; -update noar tt set v0='2WOLIFVUIXE10YIKPS8ASZ1URZ5TN1VH' where id=7; -update noar ti set v0='2WOLIFVUIXE10YIKPS8ASZ1URZ5TN1VH' where id=7; -update noar tt set b0='3HH5ZYF' where id=7; -update noar ti set b0='3HH5ZYF' where id=7; -update noar tt set v0='Z9HKX7Q93ZBUWGGG9OJ7' where id=7; -update noar ti set v0='Z9HKX7Q93ZBUWGGG9OJ7' where id=7; -update noar tt set b1='AA1L4NVNZ7PIK431FYKKEIN9PDX' where id=7; -update noar ti set b1='AA1L4NVNZ7PIK431FYKKEIN9PDX' where id=7; -update noar tt set v0='Z31UX09LP8YAORHPKBW5Z14NSZBKXYZ' where id=7; -update noar ti set v0='Z31UX09LP8YAORHPKBW5Z14NSZBKXYZ' where id=7; -update noar tt set b2='6J73A7' where id=7; -update noar ti set b2='6J73A7' where id=7; -update noar tt set v0='XCRDMJGUDH' where id=8; -update noar ti set v0='XCRDMJGUDH' where id=8; -update noar tt set b0='MYU59R5' where id=8; -update noar ti set b0='MYU59R5' where id=8; -update noar tt set v0='2RZ4BZT43FNDPANPPIB4IOE' where id=8; -update noar ti set v0='2RZ4BZT43FNDPANPPIB4IOE' where id=8; -update noar tt set b1='S3XOCZ' where id=8; -update noar ti set b1='S3XOCZ' where id=8; -update noar tt set v0='R6SZLL8Y79M43F6C8WO0VH0DN' where id=8; -update noar ti set v0='R6SZLL8Y79M43F6C8WO0VH0DN' where id=8; -update noar tt set b2='KXFZN4SHRSY2MXZNBPU13RHD' where id=8; -update noar ti set b2='KXFZN4SHRSY2MXZNBPU13RHD' where id=8; -update noar tt set v0='XWRZBI03EZ2ZN3HT' where id=9; -update noar ti set v0='XWRZBI03EZ2ZN3HT' where id=9; -update noar tt set b0='DE360E3PXUJ6' where id=9; -update noar ti set b0='DE360E3PXUJ6' where id=9; -update noar tt set v0='YZE60BFK' where id=9; -update noar ti set v0='YZE60BFK' where id=9; -update noar tt set b1='D5S2S4I9LEN' where id=9; -update noar ti set b1='D5S2S4I9LEN' where id=9; -update noar tt set v0='30C1' where id=9; -update noar ti set v0='30C1' where id=9; -update noar tt set b2='B749A33E4X57LCY7I45' where id=9; -update noar ti set b2='B749A33E4X57LCY7I45' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='00FB6PZZRH8VF6MKRIPFZQ6PRP6J' where id=1; -update noar ti set v0='00FB6PZZRH8VF6MKRIPFZQ6PRP6J' where id=1; -update noar tt set b0='8R2TBRF3YEE7LGFGR3CICN6A' where id=1; -update noar ti set b0='8R2TBRF3YEE7LGFGR3CICN6A' where id=1; -update noar tt set v0='AAFIWC9KRCEIMPJE6DXCL01' where id=1; -update noar ti set v0='AAFIWC9KRCEIMPJE6DXCL01' where id=1; -update noar tt set b1='BC7I85KLFN0H6MZHP1GDVELNVR' where id=1; -update noar ti set b1='BC7I85KLFN0H6MZHP1GDVELNVR' where id=1; -update noar tt set v0='IXUGHC' where id=1; -update noar ti set v0='IXUGHC' where id=1; -update noar tt set b2='G5AQZZ395G51RNMY7Y5E8D3U' where id=1; -update noar ti set b2='G5AQZZ395G51RNMY7Y5E8D3U' where id=1; -update noar tt set v0='09IH2LSETI1RUWLPR70NJ6HQ' where id=2; -update noar ti set v0='09IH2LSETI1RUWLPR70NJ6HQ' where id=2; -update noar tt set b0='TM9LRQCSIN5N6Q4KUZRB1' where id=2; -update noar ti set b0='TM9LRQCSIN5N6Q4KUZRB1' where id=2; -update noar tt set v0='FT' where id=2; -update noar ti set v0='FT' where id=2; -update noar tt set b1='EJFPN8' where id=2; -update noar ti set b1='EJFPN8' where id=2; -update noar tt set v0='2A0' where id=2; -update noar ti set v0='2A0' where id=2; -update noar tt set b2='GJL709' where id=2; -update noar ti set b2='GJL709' where id=2; -update noar tt set v0='OLX2PSVBXWS0C71JOZJB' where id=3; -update noar ti set v0='OLX2PSVBXWS0C71JOZJB' where id=3; -update noar tt set b0='EMV3BIN2SP' where id=3; -update noar ti set b0='EMV3BIN2SP' where id=3; -update noar tt set v0='UIRC5JL' where id=3; -update noar ti set v0='UIRC5JL' where id=3; -update noar tt set b1='195I3WA6NYCYW1YASG0ZJ700TNONWEUP' where id=3; -update noar ti set b1='195I3WA6NYCYW1YASG0ZJ700TNONWEUP' where id=3; -update noar tt set v0='P9WF2VRNU6TNSF8O6V8H25PITG3CY' where id=3; -update noar ti set v0='P9WF2VRNU6TNSF8O6V8H25PITG3CY' where id=3; -update noar tt set b2='IM1XYJCMAP920EO2LGFQBFCWY3G' where id=3; -update noar ti set b2='IM1XYJCMAP920EO2LGFQBFCWY3G' where id=3; -update noar tt set v0='SBKUH35FAH48UB0YP4EW' where id=4; -update noar ti set v0='SBKUH35FAH48UB0YP4EW' where id=4; -update noar tt set b0='FTC1BVAZQTPWTQ0' where id=4; -update noar ti set b0='FTC1BVAZQTPWTQ0' where id=4; -update noar tt set v0='S3ZX5KB77454KVR06GAYDTS' where id=4; -update noar ti set v0='S3ZX5KB77454KVR06GAYDTS' where id=4; -update noar tt set b1='XL9L5PG9H541R76HFPR' where id=4; -update noar ti set b1='XL9L5PG9H541R76HFPR' where id=4; -update noar tt set v0='LR7MFNWGUI4YVT' where id=4; -update noar ti set v0='LR7MFNWGUI4YVT' where id=4; -update noar tt set b2='96FVYVM9OKZM0' where id=4; -update noar ti set b2='96FVYVM9OKZM0' where id=4; -update noar tt set v0='YL5XWTGFQ4HG95KNG7' where id=5; -update noar ti set v0='YL5XWTGFQ4HG95KNG7' where id=5; -update noar tt set b0='F7RU567MOYILMM0J83GNTC' where id=5; -update noar ti set b0='F7RU567MOYILMM0J83GNTC' where id=5; -update noar tt set v0='M6FX' where id=5; -update noar ti set v0='M6FX' where id=5; -update noar tt set b1='XB0YJTA' where id=5; -update noar ti set b1='XB0YJTA' where id=5; -update noar tt set v0='MN1H1FFV6HQD0LH38831KFSL3VLM' where id=5; -update noar ti set v0='MN1H1FFV6HQD0LH38831KFSL3VLM' where id=5; -update noar tt set b2='CQQ0XD27ASX0OTQ05DO2HGMWHJN2JB' where id=5; -update noar ti set b2='CQQ0XD27ASX0OTQ05DO2HGMWHJN2JB' where id=5; -update noar tt set v0='WJB85SDF7HGXOW4' where id=6; -update noar ti set v0='WJB85SDF7HGXOW4' where id=6; -update noar tt set b0='OWLGVRB2MZVP1U148CP' where id=6; -update noar ti set b0='OWLGVRB2MZVP1U148CP' where id=6; -update noar tt set v0='QZ78KXHAUUGSPXV' where id=6; -update noar ti set v0='QZ78KXHAUUGSPXV' where id=6; -update noar tt set b1='UC0KTMXW5RJF105646Q' where id=6; -update noar ti set b1='UC0KTMXW5RJF105646Q' where id=6; -update noar tt set v0='HGPUOYEL17YEHOJ5PWLKBLKO' where id=6; -update noar ti set v0='HGPUOYEL17YEHOJ5PWLKBLKO' where id=6; -update noar tt set b2='ZZ8QIL06NJW' where id=6; -update noar ti set b2='ZZ8QIL06NJW' where id=6; -update noar tt set v0='HHE4BLRWYL8MW312' where id=7; -update noar ti set v0='HHE4BLRWYL8MW312' where id=7; -update noar tt set b0='6BPQ7F6Y4T03S8U' where id=7; -update noar ti set b0='6BPQ7F6Y4T03S8U' where id=7; -update noar tt set v0='3B' where id=7; -update noar ti set v0='3B' where id=7; -update noar tt set b1='332B9K18TRAW7G2T' where id=7; -update noar ti set b1='332B9K18TRAW7G2T' where id=7; -update noar tt set v0='6S' where id=7; -update noar ti set v0='6S' where id=7; -update noar tt set b2='PGWRUCBGDWJBPQZNC828N4OQN' where id=7; -update noar ti set b2='PGWRUCBGDWJBPQZNC828N4OQN' where id=7; -update noar tt set v0='104IA' where id=8; -update noar ti set v0='104IA' where id=8; -update noar tt set b0='RZCE88WILA8XAQQ6B50WM' where id=8; -update noar ti set b0='RZCE88WILA8XAQQ6B50WM' where id=8; -update noar tt set v0='X8LI' where id=8; -update noar ti set v0='X8LI' where id=8; -update noar tt set b1='8NST28S5DJRV75TRI09M1MU2HDHNI4G' where id=8; -update noar ti set b1='8NST28S5DJRV75TRI09M1MU2HDHNI4G' where id=8; -update noar tt set v0='3' where id=8; -update noar ti set v0='3' where id=8; -update noar tt set b2='OLK72EDBVAK07WA5' where id=8; -update noar ti set b2='OLK72EDBVAK07WA5' where id=8; -update noar tt set v0='GAQ1DY7XOX8O' where id=9; -update noar ti set v0='GAQ1DY7XOX8O' where id=9; -update noar tt set b0='XH75R7N5W1QDBYB5LO9FCRJLF04R' where id=9; -update noar ti set b0='XH75R7N5W1QDBYB5LO9FCRJLF04R' where id=9; -update noar tt set v0='KSL0EQIBOIM5' where id=9; -update noar ti set v0='KSL0EQIBOIM5' where id=9; -update noar tt set b1='8JHI51DRO8DU165WZV61SJ8E5ANSJG' where id=9; -update noar ti set b1='8JHI51DRO8DU165WZV61SJ8E5ANSJG' where id=9; -update noar tt set v0='1WRL7K7T' where id=9; -update noar ti set v0='1WRL7K7T' where id=9; -update noar tt set b2='ZAQ1A4658AI' where id=9; -update noar ti set b2='ZAQ1A4658AI' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H7PWUSSI7CLDO' where id=1; -update noar ti set v0='H7PWUSSI7CLDO' where id=1; -update noar tt set b0='QHV9BDB8NJ8H8VL7Q8770ZPHRPDT6' where id=1; -update noar ti set b0='QHV9BDB8NJ8H8VL7Q8770ZPHRPDT6' where id=1; -update noar tt set v0='JD8R9J8GB08J3HIQPZ0C' where id=1; -update noar ti set v0='JD8R9J8GB08J3HIQPZ0C' where id=1; -update noar tt set b1='S9FGA3606KWD03IRGMPT86YR5OK3VV' where id=1; -update noar ti set b1='S9FGA3606KWD03IRGMPT86YR5OK3VV' where id=1; -update noar tt set v0='0Z8SM37F8Z9G2ZF774BMPHHV0C31RD' where id=1; -update noar ti set v0='0Z8SM37F8Z9G2ZF774BMPHHV0C31RD' where id=1; -update noar tt set b2='KTW941MFT4HCM' where id=1; -update noar ti set b2='KTW941MFT4HCM' where id=1; -update noar tt set v0='KWTBDNBNO9PL7M7NY9P' where id=2; -update noar ti set v0='KWTBDNBNO9PL7M7NY9P' where id=2; -update noar tt set b0='BZT64' where id=2; -update noar ti set b0='BZT64' where id=2; -update noar tt set v0='F30VO50IIHERLQHBEZRFMIA3AKH4MRHU' where id=2; -update noar ti set v0='F30VO50IIHERLQHBEZRFMIA3AKH4MRHU' where id=2; -update noar tt set b1='P7G10ZMN6928HUKBP0T' where id=2; -update noar ti set b1='P7G10ZMN6928HUKBP0T' where id=2; -update noar tt set v0='2I3ZAJIFLHA67IE' where id=2; -update noar ti set v0='2I3ZAJIFLHA67IE' where id=2; -update noar tt set b2='4L6PX54NP1VIJ27KYYSXUPYF91LQHC' where id=2; -update noar ti set b2='4L6PX54NP1VIJ27KYYSXUPYF91LQHC' where id=2; -update noar tt set v0='SL9WN43MI9N' where id=3; -update noar ti set v0='SL9WN43MI9N' where id=3; -update noar tt set b0='OZDH5W7BZRIKXVGLERSD' where id=3; -update noar ti set b0='OZDH5W7BZRIKXVGLERSD' where id=3; -update noar tt set v0='8IABTKDP3O35GY5S7MNV' where id=3; -update noar ti set v0='8IABTKDP3O35GY5S7MNV' where id=3; -update noar tt set b1='T8W' where id=3; -update noar ti set b1='T8W' where id=3; -update noar tt set v0='WBV6LIQRKUO1HWZOG0QOI0Z' where id=3; -update noar ti set v0='WBV6LIQRKUO1HWZOG0QOI0Z' where id=3; -update noar tt set b2='YYWKKQTU20ZS15MO6Q63L0D' where id=3; -update noar ti set b2='YYWKKQTU20ZS15MO6Q63L0D' where id=3; -update noar tt set v0='PRDLCXAU4J6UHU90EO1HVWM1NMITR' where id=4; -update noar ti set v0='PRDLCXAU4J6UHU90EO1HVWM1NMITR' where id=4; -update noar tt set b0='7W' where id=4; -update noar ti set b0='7W' where id=4; -update noar tt set v0='AJ17PND6CVNTYB28TAJTHHG1PE' where id=4; -update noar ti set v0='AJ17PND6CVNTYB28TAJTHHG1PE' where id=4; -update noar tt set b1='KXZSFUE5AL099UI0TZXXUO10J' where id=4; -update noar ti set b1='KXZSFUE5AL099UI0TZXXUO10J' where id=4; -update noar tt set v0='X' where id=4; -update noar ti set v0='X' where id=4; -update noar tt set b2='Q3Y9QBJGCE6FAL' where id=4; -update noar ti set b2='Q3Y9QBJGCE6FAL' where id=4; -update noar tt set v0='09H70FKTTM4D34X3TGNQID2' where id=5; -update noar ti set v0='09H70FKTTM4D34X3TGNQID2' where id=5; -update noar tt set b0='TX6A4KP2P7JELQNBMXGN04PDNP' where id=5; -update noar ti set b0='TX6A4KP2P7JELQNBMXGN04PDNP' where id=5; -update noar tt set v0='ZLT57ZRR50CTPLPWEF3DZK' where id=5; -update noar ti set v0='ZLT57ZRR50CTPLPWEF3DZK' where id=5; -update noar tt set b1='NZ09BRYPUX' where id=5; -update noar ti set b1='NZ09BRYPUX' where id=5; -update noar tt set v0='V1EHU2C7QDT2N3L4CHDKA' where id=5; -update noar ti set v0='V1EHU2C7QDT2N3L4CHDKA' where id=5; -update noar tt set b2='638DN7UG5FZ608O7SXHCNC29GJA5PPPC' where id=5; -update noar ti set b2='638DN7UG5FZ608O7SXHCNC29GJA5PPPC' where id=5; -update noar tt set v0='PUTUB8X4BT1T09YL6YQKWENNTB3PX4' where id=6; -update noar ti set v0='PUTUB8X4BT1T09YL6YQKWENNTB3PX4' where id=6; -update noar tt set b0='D58FU7Z9Q' where id=6; -update noar ti set b0='D58FU7Z9Q' where id=6; -update noar tt set v0='ZE03V1UICLY9' where id=6; -update noar ti set v0='ZE03V1UICLY9' where id=6; -update noar tt set b1='G5QERH5OM769V' where id=6; -update noar ti set b1='G5QERH5OM769V' where id=6; -update noar tt set v0='F2N5KW2' where id=6; -update noar ti set v0='F2N5KW2' where id=6; -update noar tt set b2='0XP4E3' where id=6; -update noar ti set b2='0XP4E3' where id=6; -update noar tt set v0='FDEBKIWKZ92BH7939WG4JG8D' where id=7; -update noar ti set v0='FDEBKIWKZ92BH7939WG4JG8D' where id=7; -update noar tt set b0='PNJ4QYU' where id=7; -update noar ti set b0='PNJ4QYU' where id=7; -update noar tt set v0='58B485L2JEFXJASSJ79L4P691EPUO' where id=7; -update noar ti set v0='58B485L2JEFXJASSJ79L4P691EPUO' where id=7; -update noar tt set b1='IWBJ43FLI5L284AC88M8FW' where id=7; -update noar ti set b1='IWBJ43FLI5L284AC88M8FW' where id=7; -update noar tt set v0='D6NG6SSKBMFXWP9XPFMX' where id=7; -update noar ti set v0='D6NG6SSKBMFXWP9XPFMX' where id=7; -update noar tt set b2='92PBWEYRMTIXS25K' where id=7; -update noar ti set b2='92PBWEYRMTIXS25K' where id=7; -update noar tt set v0='RFX3QIFOD7A4H8PYIPZ5AM' where id=8; -update noar ti set v0='RFX3QIFOD7A4H8PYIPZ5AM' where id=8; -update noar tt set b0='HYL1WXSL7VBJ8C' where id=8; -update noar ti set b0='HYL1WXSL7VBJ8C' where id=8; -update noar tt set v0='5HBD3J0DYNU0HQC7OTC6E5GD6OS6' where id=8; -update noar ti set v0='5HBD3J0DYNU0HQC7OTC6E5GD6OS6' where id=8; -update noar tt set b1='I93RGDK2S2IBYSJX683M8XI4TM6F' where id=8; -update noar ti set b1='I93RGDK2S2IBYSJX683M8XI4TM6F' where id=8; -update noar tt set v0='86MYBJHMKEIVUYAUHTX5UJC3F' where id=8; -update noar ti set v0='86MYBJHMKEIVUYAUHTX5UJC3F' where id=8; -update noar tt set b2='ACBVT2NWF5QL' where id=8; -update noar ti set b2='ACBVT2NWF5QL' where id=8; -update noar tt set v0='GVXBOH50YB9CZQZSHPBB41LJL7XFPRSZ' where id=9; -update noar ti set v0='GVXBOH50YB9CZQZSHPBB41LJL7XFPRSZ' where id=9; -update noar tt set b0='82YAEK23VOIVH2B' where id=9; -update noar ti set b0='82YAEK23VOIVH2B' where id=9; -update noar tt set v0='AYZ1' where id=9; -update noar ti set v0='AYZ1' where id=9; -update noar tt set b1='J6TWWGAU7Y3SB1ZC1UPAHBU' where id=9; -update noar ti set b1='J6TWWGAU7Y3SB1ZC1UPAHBU' where id=9; -update noar tt set v0='2G1KBSPXPEDJTI9L' where id=9; -update noar ti set v0='2G1KBSPXPEDJTI9L' where id=9; -update noar tt set b2='D25OPT0JBWKE6MZGX' where id=9; -update noar ti set b2='D25OPT0JBWKE6MZGX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='19WRBYZHOSNVJZTEW4BX5' where id=1; -update noar ti set v0='19WRBYZHOSNVJZTEW4BX5' where id=1; -update noar tt set b0='5NLLUTTYGXEJG' where id=1; -update noar ti set b0='5NLLUTTYGXEJG' where id=1; -update noar tt set v0='UAZKSN883G60G' where id=1; -update noar ti set v0='UAZKSN883G60G' where id=1; -update noar tt set b1='8ZUGO0XKJZFEUJ2ISHVYO' where id=1; -update noar ti set b1='8ZUGO0XKJZFEUJ2ISHVYO' where id=1; -update noar tt set v0='V6AVPVY2' where id=1; -update noar ti set v0='V6AVPVY2' where id=1; -update noar tt set b2='M83SQO5F7FTUIOF5VA7QXFHFHXP0582G' where id=1; -update noar ti set b2='M83SQO5F7FTUIOF5VA7QXFHFHXP0582G' where id=1; -update noar tt set v0='A55' where id=2; -update noar ti set v0='A55' where id=2; -update noar tt set b0='8BIXZ4SLL8Y3BJ' where id=2; -update noar ti set b0='8BIXZ4SLL8Y3BJ' where id=2; -update noar tt set v0='9E5T5ZHNFPXYJA0WMZQ' where id=2; -update noar ti set v0='9E5T5ZHNFPXYJA0WMZQ' where id=2; -update noar tt set b1='JSUL91' where id=2; -update noar ti set b1='JSUL91' where id=2; -update noar tt set v0='LWLQWLO7TJ91' where id=2; -update noar ti set v0='LWLQWLO7TJ91' where id=2; -update noar tt set b2='3BV4PS98UHJN7A4TI3TW7V92593' where id=2; -update noar ti set b2='3BV4PS98UHJN7A4TI3TW7V92593' where id=2; -update noar tt set v0='Y2HLYCMU5KPDMKR2RQW1KKKL9QKRUBE' where id=3; -update noar ti set v0='Y2HLYCMU5KPDMKR2RQW1KKKL9QKRUBE' where id=3; -update noar tt set b0='U3AWTAA7CY5X3RWK2NJNRVASNTZDC3' where id=3; -update noar ti set b0='U3AWTAA7CY5X3RWK2NJNRVASNTZDC3' where id=3; -update noar tt set v0='159GG0L3U8K8WOVX5KS8' where id=3; -update noar ti set v0='159GG0L3U8K8WOVX5KS8' where id=3; -update noar tt set b1='5JJN0WB5W' where id=3; -update noar ti set b1='5JJN0WB5W' where id=3; -update noar tt set v0='TG4XTMQWTF113PMOQXARUP6CNN898D' where id=3; -update noar ti set v0='TG4XTMQWTF113PMOQXARUP6CNN898D' where id=3; -update noar tt set b2='RDIKUPFLJMXEIO6V3LANGO' where id=3; -update noar ti set b2='RDIKUPFLJMXEIO6V3LANGO' where id=3; -update noar tt set v0='GAQCGTP18GHBEAZ9JHNDB2H12EMBA' where id=4; -update noar ti set v0='GAQCGTP18GHBEAZ9JHNDB2H12EMBA' where id=4; -update noar tt set b0='SJ8DBKD97A0NPJ9UFCZQ5XSPDQOHA' where id=4; -update noar ti set b0='SJ8DBKD97A0NPJ9UFCZQ5XSPDQOHA' where id=4; -update noar tt set v0='HNJ4DMWVAREEK8RM1R8RBQ2UC0USLEL' where id=4; -update noar ti set v0='HNJ4DMWVAREEK8RM1R8RBQ2UC0USLEL' where id=4; -update noar tt set b1='VRD5TZ263YVJE741QUHVQH15V0M9F' where id=4; -update noar ti set b1='VRD5TZ263YVJE741QUHVQH15V0M9F' where id=4; -update noar tt set v0='J3QGZUIH4FNEETIOXN' where id=4; -update noar ti set v0='J3QGZUIH4FNEETIOXN' where id=4; -update noar tt set b2='YA9A8ZG0I2EMDRQPZJJ5G9UQUQI' where id=4; -update noar ti set b2='YA9A8ZG0I2EMDRQPZJJ5G9UQUQI' where id=4; -update noar tt set v0='FJS7OTAA05IFMCA8W4TFQSOPCK51JL' where id=5; -update noar ti set v0='FJS7OTAA05IFMCA8W4TFQSOPCK51JL' where id=5; -update noar tt set b0='E1JVFVFNKMLM31ES2TQ8P' where id=5; -update noar ti set b0='E1JVFVFNKMLM31ES2TQ8P' where id=5; -update noar tt set v0='VE028ZUFMNF2E' where id=5; -update noar ti set v0='VE028ZUFMNF2E' where id=5; -update noar tt set b1='Y' where id=5; -update noar ti set b1='Y' where id=5; -update noar tt set v0='LN2IYOLXWKDU864JUK8UB5' where id=5; -update noar ti set v0='LN2IYOLXWKDU864JUK8UB5' where id=5; -update noar tt set b2='VIM983X3O4P2HHKEPCSJ7T0D4EUT' where id=5; -update noar ti set b2='VIM983X3O4P2HHKEPCSJ7T0D4EUT' where id=5; -update noar tt set v0='G0WVNZ' where id=6; -update noar ti set v0='G0WVNZ' where id=6; -update noar tt set b0='X3YSYRK7GA' where id=6; -update noar ti set b0='X3YSYRK7GA' where id=6; -update noar tt set v0='CWH0XWJOUIA9813EIVCJ22N' where id=6; -update noar ti set v0='CWH0XWJOUIA9813EIVCJ22N' where id=6; -update noar tt set b1='BHQ41RGENUD' where id=6; -update noar ti set b1='BHQ41RGENUD' where id=6; -update noar tt set v0='F1UM7L39EOAO6N847IK7QBNA84QCQ' where id=6; -update noar ti set v0='F1UM7L39EOAO6N847IK7QBNA84QCQ' where id=6; -update noar tt set b2='RORZW0DXLOYT5K18H6C7D9Z1WBK0G' where id=6; -update noar ti set b2='RORZW0DXLOYT5K18H6C7D9Z1WBK0G' where id=6; -update noar tt set v0='8H587RNNMIR2FIE7NH01MP7Y2Q1' where id=7; -update noar ti set v0='8H587RNNMIR2FIE7NH01MP7Y2Q1' where id=7; -update noar tt set b0='RFMGAYF089WSL9EA7FLILK85J81UV' where id=7; -update noar ti set b0='RFMGAYF089WSL9EA7FLILK85J81UV' where id=7; -update noar tt set v0='VJSY6JER0HHFP4MUM9LNBAY' where id=7; -update noar ti set v0='VJSY6JER0HHFP4MUM9LNBAY' where id=7; -update noar tt set b1='H63NZISDDG' where id=7; -update noar ti set b1='H63NZISDDG' where id=7; -update noar tt set v0='STR0C39QZ1GU9K5YZLBRL3QTV5PQX3' where id=7; -update noar ti set v0='STR0C39QZ1GU9K5YZLBRL3QTV5PQX3' where id=7; -update noar tt set b2='X8GU0O3JSG0Z3ZNPZ8LPM9KG8ZUUO' where id=7; -update noar ti set b2='X8GU0O3JSG0Z3ZNPZ8LPM9KG8ZUUO' where id=7; -update noar tt set v0='C5UX96BGJAGGFCBV2LLGD6GPW1' where id=8; -update noar ti set v0='C5UX96BGJAGGFCBV2LLGD6GPW1' where id=8; -update noar tt set b0='6PCSJXA2BV0IX6C4Q83167RZAG3U8' where id=8; -update noar ti set b0='6PCSJXA2BV0IX6C4Q83167RZAG3U8' where id=8; -update noar tt set v0='ZAC159HQCC26J3ZEL3LXQ6GF8F' where id=8; -update noar ti set v0='ZAC159HQCC26J3ZEL3LXQ6GF8F' where id=8; -update noar tt set b1='Q2B8HJL07A8ZI3HF0S15S' where id=8; -update noar ti set b1='Q2B8HJL07A8ZI3HF0S15S' where id=8; -update noar tt set v0='C3RAXUVXJHKZAV458GYVJ' where id=8; -update noar ti set v0='C3RAXUVXJHKZAV458GYVJ' where id=8; -update noar tt set b2='FB99J0JUK' where id=8; -update noar ti set b2='FB99J0JUK' where id=8; -update noar tt set v0='RLFAPPNF' where id=9; -update noar ti set v0='RLFAPPNF' where id=9; -update noar tt set b0='NEW3N1VI5LB08NYG38889DBXBC2NS' where id=9; -update noar ti set b0='NEW3N1VI5LB08NYG38889DBXBC2NS' where id=9; -update noar tt set v0='DELZ1' where id=9; -update noar ti set v0='DELZ1' where id=9; -update noar tt set b1='S' where id=9; -update noar ti set b1='S' where id=9; -update noar tt set v0='JU2' where id=9; -update noar ti set v0='JU2' where id=9; -update noar tt set b2='F139IV56DMN20MZG9DR2D' where id=9; -update noar ti set b2='F139IV56DMN20MZG9DR2D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SV0I' where id=1; -update noar ti set v0='SV0I' where id=1; -update noar tt set b0='KYMCXW37ZZYG9G1WF5ATXZKKKP' where id=1; -update noar ti set b0='KYMCXW37ZZYG9G1WF5ATXZKKKP' where id=1; -update noar tt set v0='MDKL6V' where id=1; -update noar ti set v0='MDKL6V' where id=1; -update noar tt set b1='MD4I9' where id=1; -update noar ti set b1='MD4I9' where id=1; -update noar tt set v0='YRMD9J0S33QTI9IIU0TI' where id=1; -update noar ti set v0='YRMD9J0S33QTI9IIU0TI' where id=1; -update noar tt set b2='K6' where id=1; -update noar ti set b2='K6' where id=1; -update noar tt set v0='6YXAOZDH0MGSQQK7ITJB' where id=2; -update noar ti set v0='6YXAOZDH0MGSQQK7ITJB' where id=2; -update noar tt set b0='KX4604VMO2H8XLHK9991OA' where id=2; -update noar ti set b0='KX4604VMO2H8XLHK9991OA' where id=2; -update noar tt set v0='RWDD74PFGPZU929A69' where id=2; -update noar ti set v0='RWDD74PFGPZU929A69' where id=2; -update noar tt set b1='VEZYHQKCXB79AUNRTN9YHY5P4' where id=2; -update noar ti set b1='VEZYHQKCXB79AUNRTN9YHY5P4' where id=2; -update noar tt set v0='VCCHNOCTD0KD9LNGWARX61ZP37MFEP' where id=2; -update noar ti set v0='VCCHNOCTD0KD9LNGWARX61ZP37MFEP' where id=2; -update noar tt set b2='VC6I970OBZDVQ8FNMS8Q210WSQ' where id=2; -update noar ti set b2='VC6I970OBZDVQ8FNMS8Q210WSQ' where id=2; -update noar tt set v0='NWD' where id=3; -update noar ti set v0='NWD' where id=3; -update noar tt set b0='0VHIDTC5JFAJB9BLX5QRWM7' where id=3; -update noar ti set b0='0VHIDTC5JFAJB9BLX5QRWM7' where id=3; -update noar tt set v0='HITJS54ZP1IHZ68T5AWZV9YPGS6' where id=3; -update noar ti set v0='HITJS54ZP1IHZ68T5AWZV9YPGS6' where id=3; -update noar tt set b1='N9QHQ14Y7' where id=3; -update noar ti set b1='N9QHQ14Y7' where id=3; -update noar tt set v0='E3ZCYHVHJUMRH557COJ9AW66WZL' where id=3; -update noar ti set v0='E3ZCYHVHJUMRH557COJ9AW66WZL' where id=3; -update noar tt set b2='44OU4CUBY8Z8GW7ZEFYYJ' where id=3; -update noar ti set b2='44OU4CUBY8Z8GW7ZEFYYJ' where id=3; -update noar tt set v0='UIA27FV2PWKWD1' where id=4; -update noar ti set v0='UIA27FV2PWKWD1' where id=4; -update noar tt set b0='8QE' where id=4; -update noar ti set b0='8QE' where id=4; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b1='Q2KMULE3' where id=4; -update noar ti set b1='Q2KMULE3' where id=4; -update noar tt set v0='YQ8OSCP9LM9W77YT6LBNZHC' where id=4; -update noar ti set v0='YQ8OSCP9LM9W77YT6LBNZHC' where id=4; -update noar tt set b2='99GLQ19ZZYHHU1WK6GFG' where id=4; -update noar ti set b2='99GLQ19ZZYHHU1WK6GFG' where id=4; -update noar tt set v0='B8IBBYQR3X4V' where id=5; -update noar ti set v0='B8IBBYQR3X4V' where id=5; -update noar tt set b0='F05Z4R0R7CZOBS5' where id=5; -update noar ti set b0='F05Z4R0R7CZOBS5' where id=5; -update noar tt set v0='JMGENIVG' where id=5; -update noar ti set v0='JMGENIVG' where id=5; -update noar tt set b1='FPQFEBR0SNDPFZ10N43BRN' where id=5; -update noar ti set b1='FPQFEBR0SNDPFZ10N43BRN' where id=5; -update noar tt set v0='DWQEAT8R1GU1UP043WW' where id=5; -update noar ti set v0='DWQEAT8R1GU1UP043WW' where id=5; -update noar tt set b2='3249945GFY9EOZR9ZLYQQD65V24' where id=5; -update noar ti set b2='3249945GFY9EOZR9ZLYQQD65V24' where id=5; -update noar tt set v0='48JZTBIWYK5Z' where id=6; -update noar ti set v0='48JZTBIWYK5Z' where id=6; -update noar tt set b0='3H8SVB1P17GET7EPIYG2MQ9ZNJ77Y02O' where id=6; -update noar ti set b0='3H8SVB1P17GET7EPIYG2MQ9ZNJ77Y02O' where id=6; -update noar tt set v0='23K8V7LX0AEOA74U9RQC3RS3GOOD1' where id=6; -update noar ti set v0='23K8V7LX0AEOA74U9RQC3RS3GOOD1' where id=6; -update noar tt set b1='GXADYKHDGDFCQ0N' where id=6; -update noar ti set b1='GXADYKHDGDFCQ0N' where id=6; -update noar tt set v0='DUKD05KLP0VDYFX0MB0JJ3TSG' where id=6; -update noar ti set v0='DUKD05KLP0VDYFX0MB0JJ3TSG' where id=6; -update noar tt set b2='DRP4RVCCMQT577SVE402NZ' where id=6; -update noar ti set b2='DRP4RVCCMQT577SVE402NZ' where id=6; -update noar tt set v0='58RFM0SYRWFARK' where id=7; -update noar ti set v0='58RFM0SYRWFARK' where id=7; -update noar tt set b0='88UZW72BTIRS1' where id=7; -update noar ti set b0='88UZW72BTIRS1' where id=7; -update noar tt set v0='NEQWA2TA40O3' where id=7; -update noar ti set v0='NEQWA2TA40O3' where id=7; -update noar tt set b1='G90ASRGC4BST' where id=7; -update noar ti set b1='G90ASRGC4BST' where id=7; -update noar tt set v0='VOMQ7G7XTVRY' where id=7; -update noar ti set v0='VOMQ7G7XTVRY' where id=7; -update noar tt set b2='96DLBNYMGQMBS' where id=7; -update noar ti set b2='96DLBNYMGQMBS' where id=7; -update noar tt set v0='S' where id=8; -update noar ti set v0='S' where id=8; -update noar tt set b0='J4HL4ATOGX4FJ7MSPDWQLP6Z2D' where id=8; -update noar ti set b0='J4HL4ATOGX4FJ7MSPDWQLP6Z2D' where id=8; -update noar tt set v0='8ZDMVNZSE38MRNPOB' where id=8; -update noar ti set v0='8ZDMVNZSE38MRNPOB' where id=8; -update noar tt set b1='J8VNWGHLWZ4Y6C' where id=8; -update noar ti set b1='J8VNWGHLWZ4Y6C' where id=8; -update noar tt set v0='6KAC16J06245FUPO3I' where id=8; -update noar ti set v0='6KAC16J06245FUPO3I' where id=8; -update noar tt set b2='SGD6M' where id=8; -update noar ti set b2='SGD6M' where id=8; -update noar tt set v0='MYF02N' where id=9; -update noar ti set v0='MYF02N' where id=9; -update noar tt set b0='EMFT87852EDNAY6GCIRU1H5JKKB4' where id=9; -update noar ti set b0='EMFT87852EDNAY6GCIRU1H5JKKB4' where id=9; -update noar tt set v0='LU6IZ9Y4KZ6XYKGEF9YY9' where id=9; -update noar ti set v0='LU6IZ9Y4KZ6XYKGEF9YY9' where id=9; -update noar tt set b1='JY5UGRX' where id=9; -update noar ti set b1='JY5UGRX' where id=9; -update noar tt set v0='3T5PRLJ3MVUN1MU61' where id=9; -update noar ti set v0='3T5PRLJ3MVUN1MU61' where id=9; -update noar tt set b2='295XFAMRT' where id=9; -update noar ti set b2='295XFAMRT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='53GM4O1DEVA23I501' where id=1; -update noar ti set v0='53GM4O1DEVA23I501' where id=1; -update noar tt set b0='TZHNQO02UW2ZI0NDG' where id=1; -update noar ti set b0='TZHNQO02UW2ZI0NDG' where id=1; -update noar tt set v0='BIWM4X0EL13' where id=1; -update noar ti set v0='BIWM4X0EL13' where id=1; -update noar tt set b1='D1Z0Y6X6VS7EEOCE35HM2H7ZBN5O81OF' where id=1; -update noar ti set b1='D1Z0Y6X6VS7EEOCE35HM2H7ZBN5O81OF' where id=1; -update noar tt set v0='0I9TZG9JE6A9LJTUZZMGY9BIAQM' where id=1; -update noar ti set v0='0I9TZG9JE6A9LJTUZZMGY9BIAQM' where id=1; -update noar tt set b2='DTBGWI45DT0JH5VM18' where id=1; -update noar ti set b2='DTBGWI45DT0JH5VM18' where id=1; -update noar tt set v0='R63SJ9WSTG9QXD5JOEO9A' where id=2; -update noar ti set v0='R63SJ9WSTG9QXD5JOEO9A' where id=2; -update noar tt set b0='C8EBOM3KUSK4UPNGKUC07Q67' where id=2; -update noar ti set b0='C8EBOM3KUSK4UPNGKUC07Q67' where id=2; -update noar tt set v0='MKSC' where id=2; -update noar ti set v0='MKSC' where id=2; -update noar tt set b1='RU92ZFBZ8NA2ZYVQ' where id=2; -update noar ti set b1='RU92ZFBZ8NA2ZYVQ' where id=2; -update noar tt set v0='YHZDKHH5L32PMPVH314BVFC' where id=2; -update noar ti set v0='YHZDKHH5L32PMPVH314BVFC' where id=2; -update noar tt set b2='RBXKHMSY' where id=2; -update noar ti set b2='RBXKHMSY' where id=2; -update noar tt set v0='VABOMGJ0ZOA0EP1SB3XC5NRE' where id=3; -update noar ti set v0='VABOMGJ0ZOA0EP1SB3XC5NRE' where id=3; -update noar tt set b0='G2RXB62681' where id=3; -update noar ti set b0='G2RXB62681' where id=3; -update noar tt set v0='10BU6RUQIPRD4DMKOR46MGBIUN8173' where id=3; -update noar ti set v0='10BU6RUQIPRD4DMKOR46MGBIUN8173' where id=3; -update noar tt set b1='8C7H0E' where id=3; -update noar ti set b1='8C7H0E' where id=3; -update noar tt set v0='TH9LIPWC' where id=3; -update noar ti set v0='TH9LIPWC' where id=3; -update noar tt set b2='VGTX4UL3Q34AY9SZK53MMOF' where id=3; -update noar ti set b2='VGTX4UL3Q34AY9SZK53MMOF' where id=3; -update noar tt set v0='YSM04' where id=4; -update noar ti set v0='YSM04' where id=4; -update noar tt set b0='C5' where id=4; -update noar ti set b0='C5' where id=4; -update noar tt set v0='982IFQ8DXI0MMHXTHGDY' where id=4; -update noar ti set v0='982IFQ8DXI0MMHXTHGDY' where id=4; -update noar tt set b1='I8F93LP9BYT6' where id=4; -update noar ti set b1='I8F93LP9BYT6' where id=4; -update noar tt set v0='SN' where id=4; -update noar ti set v0='SN' where id=4; -update noar tt set b2='EES7IGO1FD72CPSMQ2BGP4' where id=4; -update noar ti set b2='EES7IGO1FD72CPSMQ2BGP4' where id=4; -update noar tt set v0='SIRX7721I' where id=5; -update noar ti set v0='SIRX7721I' where id=5; -update noar tt set b0='V5G0EKJ4AD4BXM2N6VQYJ7' where id=5; -update noar ti set b0='V5G0EKJ4AD4BXM2N6VQYJ7' where id=5; -update noar tt set v0='DVT4X6PV7C8PLYXMMZOTY' where id=5; -update noar ti set v0='DVT4X6PV7C8PLYXMMZOTY' where id=5; -update noar tt set b1='SQUGGBCBBSEEYPOZFKARB397K6LRG' where id=5; -update noar ti set b1='SQUGGBCBBSEEYPOZFKARB397K6LRG' where id=5; -update noar tt set v0='DJS0J6GOUY6JB6UPFUK35AT77U4KZ' where id=5; -update noar ti set v0='DJS0J6GOUY6JB6UPFUK35AT77U4KZ' where id=5; -update noar tt set b2='7T8KSWKU49SF0U52S5P05' where id=5; -update noar ti set b2='7T8KSWKU49SF0U52S5P05' where id=5; -update noar tt set v0='8T2UQUX11AKE2U5AQLEY' where id=6; -update noar ti set v0='8T2UQUX11AKE2U5AQLEY' where id=6; -update noar tt set b0='VMNBOUGFTAXLJ3LCO7Q6CO' where id=6; -update noar ti set b0='VMNBOUGFTAXLJ3LCO7Q6CO' where id=6; -update noar tt set v0='9JDVBN2SMHEZS2L069SRBOUD' where id=6; -update noar ti set v0='9JDVBN2SMHEZS2L069SRBOUD' where id=6; -update noar tt set b1='Z3JOHLX39C0RE' where id=6; -update noar ti set b1='Z3JOHLX39C0RE' where id=6; -update noar tt set v0='GCQZLR4JZ871S' where id=6; -update noar ti set v0='GCQZLR4JZ871S' where id=6; -update noar tt set b2='DT3W' where id=6; -update noar ti set b2='DT3W' where id=6; -update noar tt set v0='FFWRTK6ZH0R8628EPGG9MA' where id=7; -update noar ti set v0='FFWRTK6ZH0R8628EPGG9MA' where id=7; -update noar tt set b0='L3O' where id=7; -update noar ti set b0='L3O' where id=7; -update noar tt set v0='LKN7YQETMUGY' where id=7; -update noar ti set v0='LKN7YQETMUGY' where id=7; -update noar tt set b1='POZS4Z75WVQT4DPLQTPAAFIOI1PYN' where id=7; -update noar ti set b1='POZS4Z75WVQT4DPLQTPAAFIOI1PYN' where id=7; -update noar tt set v0='IQ4HHO7A' where id=7; -update noar ti set v0='IQ4HHO7A' where id=7; -update noar tt set b2='P2UA49ZAEK0' where id=7; -update noar ti set b2='P2UA49ZAEK0' where id=7; -update noar tt set v0='EL06087A6ZHWXO73FIFK2M4ZFZVQ9B' where id=8; -update noar ti set v0='EL06087A6ZHWXO73FIFK2M4ZFZVQ9B' where id=8; -update noar tt set b0='OBG8R' where id=8; -update noar ti set b0='OBG8R' where id=8; -update noar tt set v0='NEZ0B6GW20GINB' where id=8; -update noar ti set v0='NEZ0B6GW20GINB' where id=8; -update noar tt set b1='460I5CCIEHK' where id=8; -update noar ti set b1='460I5CCIEHK' where id=8; -update noar tt set v0='RZ' where id=8; -update noar ti set v0='RZ' where id=8; -update noar tt set b2='2CSP' where id=8; -update noar ti set b2='2CSP' where id=8; -update noar tt set v0='SOTUGJT6OK0JDFU0L' where id=9; -update noar ti set v0='SOTUGJT6OK0JDFU0L' where id=9; -update noar tt set b0='NFFOG4527YDL7PH345Z1FCF' where id=9; -update noar ti set b0='NFFOG4527YDL7PH345Z1FCF' where id=9; -update noar tt set v0='DLNRAMVOZMF7H6Q8VO5WITXRLSCFKAT' where id=9; -update noar ti set v0='DLNRAMVOZMF7H6Q8VO5WITXRLSCFKAT' where id=9; -update noar tt set b1='OOD8' where id=9; -update noar ti set b1='OOD8' where id=9; -update noar tt set v0='KLOIJPKGCKZEM' where id=9; -update noar ti set v0='KLOIJPKGCKZEM' where id=9; -update noar tt set b2='GB9BOCGXG70' where id=9; -update noar ti set b2='GB9BOCGXG70' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L4RISOX3VAO1PZB' where id=1; -update noar ti set v0='L4RISOX3VAO1PZB' where id=1; -update noar tt set b0='NDO6MKQJVC5K7' where id=1; -update noar ti set b0='NDO6MKQJVC5K7' where id=1; -update noar tt set v0='G' where id=1; -update noar ti set v0='G' where id=1; -update noar tt set b1='G77HCANFT4MZP033AMIGXIN7Z3UPDEHR' where id=1; -update noar ti set b1='G77HCANFT4MZP033AMIGXIN7Z3UPDEHR' where id=1; -update noar tt set v0='J' where id=1; -update noar ti set v0='J' where id=1; -update noar tt set b2='C9YBTLKJSX1KECNYGT' where id=1; -update noar ti set b2='C9YBTLKJSX1KECNYGT' where id=1; -update noar tt set v0='YUJ' where id=2; -update noar ti set v0='YUJ' where id=2; -update noar tt set b0='Y57T0S2AVVHU5LXPH1ATVYEM56UED4U' where id=2; -update noar ti set b0='Y57T0S2AVVHU5LXPH1ATVYEM56UED4U' where id=2; -update noar tt set v0='BM' where id=2; -update noar ti set v0='BM' where id=2; -update noar tt set b1='H1GGH7V709TWJ' where id=2; -update noar ti set b1='H1GGH7V709TWJ' where id=2; -update noar tt set v0='HZGCQ6L3L8V3YJJ4WHRD2BPLJ' where id=2; -update noar ti set v0='HZGCQ6L3L8V3YJJ4WHRD2BPLJ' where id=2; -update noar tt set b2='Q9CEF81OEU' where id=2; -update noar ti set b2='Q9CEF81OEU' where id=2; -update noar tt set v0='2FVB' where id=3; -update noar ti set v0='2FVB' where id=3; -update noar tt set b0='LBI8DQ6PO3WL5HPA43' where id=3; -update noar ti set b0='LBI8DQ6PO3WL5HPA43' where id=3; -update noar tt set v0='TQ89DWT51' where id=3; -update noar ti set v0='TQ89DWT51' where id=3; -update noar tt set b1='UPTOMLQ4Y' where id=3; -update noar ti set b1='UPTOMLQ4Y' where id=3; -update noar tt set v0='EYBXFY9D9SL4CX31PW2A3K8V' where id=3; -update noar ti set v0='EYBXFY9D9SL4CX31PW2A3K8V' where id=3; -update noar tt set b2='ZQKCUAZBZ' where id=3; -update noar ti set b2='ZQKCUAZBZ' where id=3; -update noar tt set v0='HXRKKFK36YSNQSXZIKCD3X0YWFI5JOI' where id=4; -update noar ti set v0='HXRKKFK36YSNQSXZIKCD3X0YWFI5JOI' where id=4; -update noar tt set b0='B814' where id=4; -update noar ti set b0='B814' where id=4; -update noar tt set v0='H1LFUKRH3W82E92YUVTFUE4' where id=4; -update noar ti set v0='H1LFUKRH3W82E92YUVTFUE4' where id=4; -update noar tt set b1='Y57' where id=4; -update noar ti set b1='Y57' where id=4; -update noar tt set v0='ODXL1WRAR1GWSUZW1WITRU02HI' where id=4; -update noar ti set v0='ODXL1WRAR1GWSUZW1WITRU02HI' where id=4; -update noar tt set b2='SO' where id=4; -update noar ti set b2='SO' where id=4; -update noar tt set v0='DCSHUYWOBZSEO2S7P66IBHE1OD' where id=5; -update noar ti set v0='DCSHUYWOBZSEO2S7P66IBHE1OD' where id=5; -update noar tt set b0='5ZC2A' where id=5; -update noar ti set b0='5ZC2A' where id=5; -update noar tt set v0='0PMNIF34E59R9IXHAWK36H' where id=5; -update noar ti set v0='0PMNIF34E59R9IXHAWK36H' where id=5; -update noar tt set b1='WL3S2DPE' where id=5; -update noar ti set b1='WL3S2DPE' where id=5; -update noar tt set v0='L8RLGVU2P36DB' where id=5; -update noar ti set v0='L8RLGVU2P36DB' where id=5; -update noar tt set b2='4C147CE2O8KNI5MJS3LAZQ' where id=5; -update noar ti set b2='4C147CE2O8KNI5MJS3LAZQ' where id=5; -update noar tt set v0='62SHHUOC0ZAXM' where id=6; -update noar ti set v0='62SHHUOC0ZAXM' where id=6; -update noar tt set b0='XJWYW' where id=6; -update noar ti set b0='XJWYW' where id=6; -update noar tt set v0='8DUOQ90ETELRNHQE' where id=6; -update noar ti set v0='8DUOQ90ETELRNHQE' where id=6; -update noar tt set b1='43E1DS2RG2KKYAYPHMBA' where id=6; -update noar ti set b1='43E1DS2RG2KKYAYPHMBA' where id=6; -update noar tt set v0='436UBFXCZX4OIU' where id=6; -update noar ti set v0='436UBFXCZX4OIU' where id=6; -update noar tt set b2='MP6Y' where id=6; -update noar ti set b2='MP6Y' where id=6; -update noar tt set v0='CZE5EHSLWEZ9RQ' where id=7; -update noar ti set v0='CZE5EHSLWEZ9RQ' where id=7; -update noar tt set b0='APGF951C76TFJBXLRZAOQ71W7Q' where id=7; -update noar ti set b0='APGF951C76TFJBXLRZAOQ71W7Q' where id=7; -update noar tt set v0='WGLT01U8U4AI1X9Y' where id=7; -update noar ti set v0='WGLT01U8U4AI1X9Y' where id=7; -update noar tt set b1='82H3YR9DPUU9KA3KRD5QH5MOUXP553M' where id=7; -update noar ti set b1='82H3YR9DPUU9KA3KRD5QH5MOUXP553M' where id=7; -update noar tt set v0='7PEY8MRS5X7TRM' where id=7; -update noar ti set v0='7PEY8MRS5X7TRM' where id=7; -update noar tt set b2='SVT88RR48B50BSQI0ZK' where id=7; -update noar ti set b2='SVT88RR48B50BSQI0ZK' where id=7; -update noar tt set v0='3H0QUW' where id=8; -update noar ti set v0='3H0QUW' where id=8; -update noar tt set b0='EA5NX7TGDM100VBQUNMDBO27NYLMJ' where id=8; -update noar ti set b0='EA5NX7TGDM100VBQUNMDBO27NYLMJ' where id=8; -update noar tt set v0='XKK9U3Y4W58Y1YXABY' where id=8; -update noar ti set v0='XKK9U3Y4W58Y1YXABY' where id=8; -update noar tt set b1='MMIU4NQ5LV0HPBOB4H3MHAFEL4Q' where id=8; -update noar ti set b1='MMIU4NQ5LV0HPBOB4H3MHAFEL4Q' where id=8; -update noar tt set v0='QZBNALCNAQVYNKO3MSAUQ39RH' where id=8; -update noar ti set v0='QZBNALCNAQVYNKO3MSAUQ39RH' where id=8; -update noar tt set b2='NJ5' where id=8; -update noar ti set b2='NJ5' where id=8; -update noar tt set v0='ZL8IDMBL7TWY' where id=9; -update noar ti set v0='ZL8IDMBL7TWY' where id=9; -update noar tt set b0='9XJARF' where id=9; -update noar ti set b0='9XJARF' where id=9; -update noar tt set v0='GI4T4IFWO4S38BY6YUMU2S6B3NIKG' where id=9; -update noar ti set v0='GI4T4IFWO4S38BY6YUMU2S6B3NIKG' where id=9; -update noar tt set b1='A1OJXJQK5G6AX2IN' where id=9; -update noar ti set b1='A1OJXJQK5G6AX2IN' where id=9; -update noar tt set v0='AEL51' where id=9; -update noar ti set v0='AEL51' where id=9; -update noar tt set b2='POBL1ER37YN7Y5U' where id=9; -update noar ti set b2='POBL1ER37YN7Y5U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='H9QPY5H2' where id=1; -update noar ti set v0='H9QPY5H2' where id=1; -update noar tt set b0='V63RG8ONNGC7H22GPLNXM4KQUJJ45' where id=1; -update noar ti set b0='V63RG8ONNGC7H22GPLNXM4KQUJJ45' where id=1; -update noar tt set v0='GX' where id=1; -update noar ti set v0='GX' where id=1; -update noar tt set b1='TXG6DGPI8QCPP5E9P495MZZ31WTV5' where id=1; -update noar ti set b1='TXG6DGPI8QCPP5E9P495MZZ31WTV5' where id=1; -update noar tt set v0='AS6VIZXRHXGF5CU5IKO' where id=1; -update noar ti set v0='AS6VIZXRHXGF5CU5IKO' where id=1; -update noar tt set b2='88OECCKK5R3FR32XCG3KWNN0X8DZ7N' where id=1; -update noar ti set b2='88OECCKK5R3FR32XCG3KWNN0X8DZ7N' where id=1; -update noar tt set v0='C2HT0V701JR2O' where id=2; -update noar ti set v0='C2HT0V701JR2O' where id=2; -update noar tt set b0='IJNXOZHVN5USQ28AEO5SQD4Z' where id=2; -update noar ti set b0='IJNXOZHVN5USQ28AEO5SQD4Z' where id=2; -update noar tt set v0='5VJ0KK4PZT083UML4GXEU0BN1' where id=2; -update noar ti set v0='5VJ0KK4PZT083UML4GXEU0BN1' where id=2; -update noar tt set b1='HEMXBGZPJ1J56Z8SK0' where id=2; -update noar ti set b1='HEMXBGZPJ1J56Z8SK0' where id=2; -update noar tt set v0='JIKHKE3WKU4PA04QZOMBPFU' where id=2; -update noar ti set v0='JIKHKE3WKU4PA04QZOMBPFU' where id=2; -update noar tt set b2='8N' where id=2; -update noar ti set b2='8N' where id=2; -update noar tt set v0='CLSINGPZ8C6Y13D36S18S7R' where id=3; -update noar ti set v0='CLSINGPZ8C6Y13D36S18S7R' where id=3; -update noar tt set b0='OODQISFS89FWFTZL5ZSS2RHC8AY' where id=3; -update noar ti set b0='OODQISFS89FWFTZL5ZSS2RHC8AY' where id=3; -update noar tt set v0='V7' where id=3; -update noar ti set v0='V7' where id=3; -update noar tt set b1='KX' where id=3; -update noar ti set b1='KX' where id=3; -update noar tt set v0='ZPR4WFWTT9OY4SYI' where id=3; -update noar ti set v0='ZPR4WFWTT9OY4SYI' where id=3; -update noar tt set b2='4RHWI7EDSPOGMFSMKB6ZEIWDI6XUOFA0' where id=3; -update noar ti set b2='4RHWI7EDSPOGMFSMKB6ZEIWDI6XUOFA0' where id=3; -update noar tt set v0='UUGTGBHO5VKKDS4FPK02MUTFJAA' where id=4; -update noar ti set v0='UUGTGBHO5VKKDS4FPK02MUTFJAA' where id=4; -update noar tt set b0='LHHLWH33C53WE1DSHON' where id=4; -update noar ti set b0='LHHLWH33C53WE1DSHON' where id=4; -update noar tt set v0='OUNKLEXQFOD4OX9413JHJPU7' where id=4; -update noar ti set v0='OUNKLEXQFOD4OX9413JHJPU7' where id=4; -update noar tt set b1='UNAGA5GKZLJE0ZSB710IPCP8RXQ0T' where id=4; -update noar ti set b1='UNAGA5GKZLJE0ZSB710IPCP8RXQ0T' where id=4; -update noar tt set v0='6WU' where id=4; -update noar ti set v0='6WU' where id=4; -update noar tt set b2='DNQ36ZIFDVGLCOWN1NIV' where id=4; -update noar ti set b2='DNQ36ZIFDVGLCOWN1NIV' where id=4; -update noar tt set v0='SFSLP03QKQ0K17DFGB' where id=5; -update noar ti set v0='SFSLP03QKQ0K17DFGB' where id=5; -update noar tt set b0='D323QGG8FK6FN1FZ4S3' where id=5; -update noar ti set b0='D323QGG8FK6FN1FZ4S3' where id=5; -update noar tt set v0='5DH6DVD0JFOS44OHZ8' where id=5; -update noar ti set v0='5DH6DVD0JFOS44OHZ8' where id=5; -update noar tt set b1='7K4OV2' where id=5; -update noar ti set b1='7K4OV2' where id=5; -update noar tt set v0='9BQICLCFA5T6QLZZBSXVG5PGEFBRI6L4' where id=5; -update noar ti set v0='9BQICLCFA5T6QLZZBSXVG5PGEFBRI6L4' where id=5; -update noar tt set b2='38J1RX' where id=5; -update noar ti set b2='38J1RX' where id=5; -update noar tt set v0='PSLRRW8DLIQY' where id=6; -update noar ti set v0='PSLRRW8DLIQY' where id=6; -update noar tt set b0='RCB' where id=6; -update noar ti set b0='RCB' where id=6; -update noar tt set v0='2G1WPRUQ93HVJ' where id=6; -update noar ti set v0='2G1WPRUQ93HVJ' where id=6; -update noar tt set b1='HXCVG' where id=6; -update noar ti set b1='HXCVG' where id=6; -update noar tt set v0='7LWJPRZG1K5B79' where id=6; -update noar ti set v0='7LWJPRZG1K5B79' where id=6; -update noar tt set b2='VD7HW7BWEBA49N47OBJOID4I' where id=6; -update noar ti set b2='VD7HW7BWEBA49N47OBJOID4I' where id=6; -update noar tt set v0='Q7CJZNPSTQUYRC116QWMR2XM6HFKGT' where id=7; -update noar ti set v0='Q7CJZNPSTQUYRC116QWMR2XM6HFKGT' where id=7; -update noar tt set b0='J4B86VXKO9FJVP4LFUSN0' where id=7; -update noar ti set b0='J4B86VXKO9FJVP4LFUSN0' where id=7; -update noar tt set v0='06WSVXH72U' where id=7; -update noar ti set v0='06WSVXH72U' where id=7; -update noar tt set b1='IRO92GHSS2672XRO' where id=7; -update noar ti set b1='IRO92GHSS2672XRO' where id=7; -update noar tt set v0='LRF2G2P8B4AF3JS7D4PZM5B92QA3' where id=7; -update noar ti set v0='LRF2G2P8B4AF3JS7D4PZM5B92QA3' where id=7; -update noar tt set b2='IDJQMHPKEHUORU1XH' where id=7; -update noar ti set b2='IDJQMHPKEHUORU1XH' where id=7; -update noar tt set v0='4CERH4D25I6S1URL3JDXPGX1D18BVDH' where id=8; -update noar ti set v0='4CERH4D25I6S1URL3JDXPGX1D18BVDH' where id=8; -update noar tt set b0='XR30NGMZUMRDS2IXNWY4R' where id=8; -update noar ti set b0='XR30NGMZUMRDS2IXNWY4R' where id=8; -update noar tt set v0='OQC20GU1X5PK' where id=8; -update noar ti set v0='OQC20GU1X5PK' where id=8; -update noar tt set b1='45735S0LT5TME6HYIX6F' where id=8; -update noar ti set b1='45735S0LT5TME6HYIX6F' where id=8; -update noar tt set v0='EIZI4MUW4MJSTN' where id=8; -update noar ti set v0='EIZI4MUW4MJSTN' where id=8; -update noar tt set b2='94Y0H979D2L' where id=8; -update noar ti set b2='94Y0H979D2L' where id=8; -update noar tt set v0='SYNCBWWWWQNF' where id=9; -update noar ti set v0='SYNCBWWWWQNF' where id=9; -update noar tt set b0='6QKFTGROT5RM0B8PD23HEW' where id=9; -update noar ti set b0='6QKFTGROT5RM0B8PD23HEW' where id=9; -update noar tt set v0='OZOHAABVMAIA6KS' where id=9; -update noar ti set v0='OZOHAABVMAIA6KS' where id=9; -update noar tt set b1='FIDV' where id=9; -update noar ti set b1='FIDV' where id=9; -update noar tt set v0='PDXS146I' where id=9; -update noar ti set v0='PDXS146I' where id=9; -update noar tt set b2='O3ICGR' where id=9; -update noar ti set b2='O3ICGR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7OUVWO14BXTC2FFE05VV9NT7Z8OGGP' where id=1; -update noar ti set v0='7OUVWO14BXTC2FFE05VV9NT7Z8OGGP' where id=1; -update noar tt set b0='98DN3F7IA8V' where id=1; -update noar ti set b0='98DN3F7IA8V' where id=1; -update noar tt set v0='9W0H4F5SB78AO86U9KQE9' where id=1; -update noar ti set v0='9W0H4F5SB78AO86U9KQE9' where id=1; -update noar tt set b1='7HP8ET9CUISH3C8ZWC2WEUA7MMT0' where id=1; -update noar ti set b1='7HP8ET9CUISH3C8ZWC2WEUA7MMT0' where id=1; -update noar tt set v0='1WJ71HC77768G81' where id=1; -update noar ti set v0='1WJ71HC77768G81' where id=1; -update noar tt set b2='REN32GGSU8R7DM' where id=1; -update noar ti set b2='REN32GGSU8R7DM' where id=1; -update noar tt set v0='A75CFQOLP' where id=2; -update noar ti set v0='A75CFQOLP' where id=2; -update noar tt set b0='22OVT6BS' where id=2; -update noar ti set b0='22OVT6BS' where id=2; -update noar tt set v0='4UFN3RKW9V8HD9XSR9B3B8N' where id=2; -update noar ti set v0='4UFN3RKW9V8HD9XSR9B3B8N' where id=2; -update noar tt set b1='X4PFCPCQS23ODW37' where id=2; -update noar ti set b1='X4PFCPCQS23ODW37' where id=2; -update noar tt set v0='SBWQR2MOXVSUWYP0J' where id=2; -update noar ti set v0='SBWQR2MOXVSUWYP0J' where id=2; -update noar tt set b2='DH9N82RSVXZGWC7W4QENQ7E4FC855L' where id=2; -update noar ti set b2='DH9N82RSVXZGWC7W4QENQ7E4FC855L' where id=2; -update noar tt set v0='V83OL775PG2MZJR31J4DKOUUIEVZNF6B' where id=3; -update noar ti set v0='V83OL775PG2MZJR31J4DKOUUIEVZNF6B' where id=3; -update noar tt set b0='L4T64W1L5VH9D702' where id=3; -update noar ti set b0='L4T64W1L5VH9D702' where id=3; -update noar tt set v0='RRPULLIIC0BVS0O86H6F8ZYKPFV' where id=3; -update noar ti set v0='RRPULLIIC0BVS0O86H6F8ZYKPFV' where id=3; -update noar tt set b1='MHYSND5NPSN5DZT42' where id=3; -update noar ti set b1='MHYSND5NPSN5DZT42' where id=3; -update noar tt set v0='YKO0QGYV4SWYPHHWC5PKNC' where id=3; -update noar ti set v0='YKO0QGYV4SWYPHHWC5PKNC' where id=3; -update noar tt set b2='6WXSDXOTF4UXKRXZG' where id=3; -update noar ti set b2='6WXSDXOTF4UXKRXZG' where id=3; -update noar tt set v0='LOS63PP8QO9IN378CN' where id=4; -update noar ti set v0='LOS63PP8QO9IN378CN' where id=4; -update noar tt set b0='I' where id=4; -update noar ti set b0='I' where id=4; -update noar tt set v0='OO00J' where id=4; -update noar ti set v0='OO00J' where id=4; -update noar tt set b1='A9QUJK6979S' where id=4; -update noar ti set b1='A9QUJK6979S' where id=4; -update noar tt set v0='WHGA8SK4DHEV0EGB0GTL574JGT9' where id=4; -update noar ti set v0='WHGA8SK4DHEV0EGB0GTL574JGT9' where id=4; -update noar tt set b2='U' where id=4; -update noar ti set b2='U' where id=4; -update noar tt set v0='NHBH4K3' where id=5; -update noar ti set v0='NHBH4K3' where id=5; -update noar tt set b0='JVT3FJDFV2L9X3DN' where id=5; -update noar ti set b0='JVT3FJDFV2L9X3DN' where id=5; -update noar tt set v0='9N0BCC2' where id=5; -update noar ti set v0='9N0BCC2' where id=5; -update noar tt set b1='S9KB5Y06UQCWCRVY2CH' where id=5; -update noar ti set b1='S9KB5Y06UQCWCRVY2CH' where id=5; -update noar tt set v0='7Q3EENH3' where id=5; -update noar ti set v0='7Q3EENH3' where id=5; -update noar tt set b2='Y5LJUO0PBZPW4SA0DLD6IBR' where id=5; -update noar ti set b2='Y5LJUO0PBZPW4SA0DLD6IBR' where id=5; -update noar tt set v0='IU' where id=6; -update noar ti set v0='IU' where id=6; -update noar tt set b0='RR0OLRL25ZZ7' where id=6; -update noar ti set b0='RR0OLRL25ZZ7' where id=6; -update noar tt set v0='IETYL45BUYZZXTN2UBLAP9LIGV11XF8G' where id=6; -update noar ti set v0='IETYL45BUYZZXTN2UBLAP9LIGV11XF8G' where id=6; -update noar tt set b1='M' where id=6; -update noar ti set b1='M' where id=6; -update noar tt set v0='0HGZ' where id=6; -update noar ti set v0='0HGZ' where id=6; -update noar tt set b2='YH339TZ' where id=6; -update noar ti set b2='YH339TZ' where id=6; -update noar tt set v0='5IUUJC4S2OZ' where id=7; -update noar ti set v0='5IUUJC4S2OZ' where id=7; -update noar tt set b0='036C3AXTNVVCB8JTD' where id=7; -update noar ti set b0='036C3AXTNVVCB8JTD' where id=7; -update noar tt set v0='V0DGP8HU3R253WW5ZINO9YAFPENSEP' where id=7; -update noar ti set v0='V0DGP8HU3R253WW5ZINO9YAFPENSEP' where id=7; -update noar tt set b1='L56KD9JRAP' where id=7; -update noar ti set b1='L56KD9JRAP' where id=7; -update noar tt set v0='4XMI7IWACR2CMX585GPUQ2Q67EXM2F' where id=7; -update noar ti set v0='4XMI7IWACR2CMX585GPUQ2Q67EXM2F' where id=7; -update noar tt set b2='S3I7OU419YWCYK15J2R2LMH6L' where id=7; -update noar ti set b2='S3I7OU419YWCYK15J2R2LMH6L' where id=7; -update noar tt set v0='C0TRSA9R3' where id=8; -update noar ti set v0='C0TRSA9R3' where id=8; -update noar tt set b0='3888YQI9FRO' where id=8; -update noar ti set b0='3888YQI9FRO' where id=8; -update noar tt set v0='YOT24JL9P2Y68NR41U66GH' where id=8; -update noar ti set v0='YOT24JL9P2Y68NR41U66GH' where id=8; -update noar tt set b1='EKPV81UGDHBMK0ST1OIKYIK' where id=8; -update noar ti set b1='EKPV81UGDHBMK0ST1OIKYIK' where id=8; -update noar tt set v0='KBC' where id=8; -update noar ti set v0='KBC' where id=8; -update noar tt set b2='H9PNFSSCOB2VSJRDNN' where id=8; -update noar ti set b2='H9PNFSSCOB2VSJRDNN' where id=8; -update noar tt set v0='D14D2YHTPYINSH3LWVER8EQHHLDQ9G2G' where id=9; -update noar ti set v0='D14D2YHTPYINSH3LWVER8EQHHLDQ9G2G' where id=9; -update noar tt set b0='QKDPQEWMDFJZWDDXYW1GFFZ' where id=9; -update noar ti set b0='QKDPQEWMDFJZWDDXYW1GFFZ' where id=9; -update noar tt set v0='LPFSM8ITGUS29850' where id=9; -update noar ti set v0='LPFSM8ITGUS29850' where id=9; -update noar tt set b1='1JANQAZQ2XHESQBMIRINRT' where id=9; -update noar ti set b1='1JANQAZQ2XHESQBMIRINRT' where id=9; -update noar tt set v0='FT5SD3OUHVJGTC2CZL' where id=9; -update noar ti set v0='FT5SD3OUHVJGTC2CZL' where id=9; -update noar tt set b2='DMIWDIZVCAQYKQD8IKZ5PUZR8' where id=9; -update noar ti set b2='DMIWDIZVCAQYKQD8IKZ5PUZR8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M94PP53E' where id=1; -update noar ti set v0='M94PP53E' where id=1; -update noar tt set b0='U' where id=1; -update noar ti set b0='U' where id=1; -update noar tt set v0='NBDQP21L' where id=1; -update noar ti set v0='NBDQP21L' where id=1; -update noar tt set b1='V4VSKNTAOK8KFGS58UQIG3L1BS21R' where id=1; -update noar ti set b1='V4VSKNTAOK8KFGS58UQIG3L1BS21R' where id=1; -update noar tt set v0='O5IP5GUJ5PYMPQO942N' where id=1; -update noar ti set v0='O5IP5GUJ5PYMPQO942N' where id=1; -update noar tt set b2='FJU5NP' where id=1; -update noar ti set b2='FJU5NP' where id=1; -update noar tt set v0='JDU582XDCSNKJIKDEHPQZ6XYG42W' where id=2; -update noar ti set v0='JDU582XDCSNKJIKDEHPQZ6XYG42W' where id=2; -update noar tt set b0='J' where id=2; -update noar ti set b0='J' where id=2; -update noar tt set v0='WUURWEFW93G7B271BX40FY0PMJ7K93' where id=2; -update noar ti set v0='WUURWEFW93G7B271BX40FY0PMJ7K93' where id=2; -update noar tt set b1='6R73AY4Q2ETGHR0' where id=2; -update noar ti set b1='6R73AY4Q2ETGHR0' where id=2; -update noar tt set v0='CU7' where id=2; -update noar ti set v0='CU7' where id=2; -update noar tt set b2='RN4Y19IBZGRQX89S8DLLV6T0EA81BXSB' where id=2; -update noar ti set b2='RN4Y19IBZGRQX89S8DLLV6T0EA81BXSB' where id=2; -update noar tt set v0='JRBUO6S6PDHRZVJ8' where id=3; -update noar ti set v0='JRBUO6S6PDHRZVJ8' where id=3; -update noar tt set b0='YD4I1422ET6A6ABUKL' where id=3; -update noar ti set b0='YD4I1422ET6A6ABUKL' where id=3; -update noar tt set v0='YNIWR64NUS197I' where id=3; -update noar ti set v0='YNIWR64NUS197I' where id=3; -update noar tt set b1='7JRCB2CGUYA5' where id=3; -update noar ti set b1='7JRCB2CGUYA5' where id=3; -update noar tt set v0='T7FI5X9L2WR' where id=3; -update noar ti set v0='T7FI5X9L2WR' where id=3; -update noar tt set b2='UZZ1UDCR148' where id=3; -update noar ti set b2='UZZ1UDCR148' where id=3; -update noar tt set v0='5TZCMG37LETTU' where id=4; -update noar ti set v0='5TZCMG37LETTU' where id=4; -update noar tt set b0='X085TJMND2P8EV1OTDYDFMBQX85' where id=4; -update noar ti set b0='X085TJMND2P8EV1OTDYDFMBQX85' where id=4; -update noar tt set v0='ZYVN78RL8T' where id=4; -update noar ti set v0='ZYVN78RL8T' where id=4; -update noar tt set b1='AQEZW' where id=4; -update noar ti set b1='AQEZW' where id=4; -update noar tt set v0='6R6QEAMCY0TZYP' where id=4; -update noar ti set v0='6R6QEAMCY0TZYP' where id=4; -update noar tt set b2='1WNQQVMJW92CIFW9' where id=4; -update noar ti set b2='1WNQQVMJW92CIFW9' where id=4; -update noar tt set v0='3XJKQ6IXJ4B8D43CPAR4V32MJ' where id=5; -update noar ti set v0='3XJKQ6IXJ4B8D43CPAR4V32MJ' where id=5; -update noar tt set b0='4E7Y5MA8IP' where id=5; -update noar ti set b0='4E7Y5MA8IP' where id=5; -update noar tt set v0='Y69J4HPB7ZXRLML7DDRPT5YCSNPSGKT' where id=5; -update noar ti set v0='Y69J4HPB7ZXRLML7DDRPT5YCSNPSGKT' where id=5; -update noar tt set b1='ZYKXO25V5GK' where id=5; -update noar ti set b1='ZYKXO25V5GK' where id=5; -update noar tt set v0='MB0JAEO4I34IK' where id=5; -update noar ti set v0='MB0JAEO4I34IK' where id=5; -update noar tt set b2='E0WZ8WP' where id=5; -update noar ti set b2='E0WZ8WP' where id=5; -update noar tt set v0='CIMNXD8SZS8KJG04' where id=6; -update noar ti set v0='CIMNXD8SZS8KJG04' where id=6; -update noar tt set b0='UP' where id=6; -update noar ti set b0='UP' where id=6; -update noar tt set v0='TP6' where id=6; -update noar ti set v0='TP6' where id=6; -update noar tt set b1='76OUEUQGJU14C2Y' where id=6; -update noar ti set b1='76OUEUQGJU14C2Y' where id=6; -update noar tt set v0='RSUY34S6LA0L8Z06PSOWMVK1V' where id=6; -update noar ti set v0='RSUY34S6LA0L8Z06PSOWMVK1V' where id=6; -update noar tt set b2='9VRVR2ZZZ' where id=6; -update noar ti set b2='9VRVR2ZZZ' where id=6; -update noar tt set v0='W2H271NI83M4J6BOLE4M2' where id=7; -update noar ti set v0='W2H271NI83M4J6BOLE4M2' where id=7; -update noar tt set b0='XHV5YP2PZ6NRYTIL1' where id=7; -update noar ti set b0='XHV5YP2PZ6NRYTIL1' where id=7; -update noar tt set v0='GC2U99OY' where id=7; -update noar ti set v0='GC2U99OY' where id=7; -update noar tt set b1='ILEMB' where id=7; -update noar ti set b1='ILEMB' where id=7; -update noar tt set v0='UB9GGW8ZRJA9V6LJ5OWS' where id=7; -update noar ti set v0='UB9GGW8ZRJA9V6LJ5OWS' where id=7; -update noar tt set b2='ZHNWPOG4FKJ26JP7F' where id=7; -update noar ti set b2='ZHNWPOG4FKJ26JP7F' where id=7; -update noar tt set v0='PO6CTZ7KW19' where id=8; -update noar ti set v0='PO6CTZ7KW19' where id=8; -update noar tt set b0='QI520YIHI98TQ1N5LBI68D' where id=8; -update noar ti set b0='QI520YIHI98TQ1N5LBI68D' where id=8; -update noar tt set v0='STMKJYF16DQICHEQO4GRII1' where id=8; -update noar ti set v0='STMKJYF16DQICHEQO4GRII1' where id=8; -update noar tt set b1='7PSH4KJKJVAL2CER7MPTZH2QKNF79' where id=8; -update noar ti set b1='7PSH4KJKJVAL2CER7MPTZH2QKNF79' where id=8; -update noar tt set v0='PGR9CDQDZ3' where id=8; -update noar ti set v0='PGR9CDQDZ3' where id=8; -update noar tt set b2='ORRLMZKZA2' where id=8; -update noar ti set b2='ORRLMZKZA2' where id=8; -update noar tt set v0='EK0R7848949LAYLFWEUQGE' where id=9; -update noar ti set v0='EK0R7848949LAYLFWEUQGE' where id=9; -update noar tt set b0='SSVIJFXQH9DZLS6' where id=9; -update noar ti set b0='SSVIJFXQH9DZLS6' where id=9; -update noar tt set v0='NVNNO4Y1BSC1LU6VY1VMK' where id=9; -update noar ti set v0='NVNNO4Y1BSC1LU6VY1VMK' where id=9; -update noar tt set b1='JRS2S3ELCUET9B4FR' where id=9; -update noar ti set b1='JRS2S3ELCUET9B4FR' where id=9; -update noar tt set v0='KAQ7AS72K7QSRXAYCH' where id=9; -update noar ti set v0='KAQ7AS72K7QSRXAYCH' where id=9; -update noar tt set b2='KJ1T1EY0NKK70TXY7ZRAHT' where id=9; -update noar ti set b2='KJ1T1EY0NKK70TXY7ZRAHT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1L3JD2VY' where id=1; -update noar ti set v0='1L3JD2VY' where id=1; -update noar tt set b0='J63FHEY3TYE' where id=1; -update noar ti set b0='J63FHEY3TYE' where id=1; -update noar tt set v0='J0T1S6EVVKUK2V2SQLI' where id=1; -update noar ti set v0='J0T1S6EVVKUK2V2SQLI' where id=1; -update noar tt set b1='M8EKN39WP0YCKOC07' where id=1; -update noar ti set b1='M8EKN39WP0YCKOC07' where id=1; -update noar tt set v0='00JGZEK9K1SXFJYDHI11' where id=1; -update noar ti set v0='00JGZEK9K1SXFJYDHI11' where id=1; -update noar tt set b2='V0EW5HLMRDU5NF5H5OGLJ94F9HVKJKOC' where id=1; -update noar ti set b2='V0EW5HLMRDU5NF5H5OGLJ94F9HVKJKOC' where id=1; -update noar tt set v0='UTZKBP67QK3J1S41LROR5URPRK9' where id=2; -update noar ti set v0='UTZKBP67QK3J1S41LROR5URPRK9' where id=2; -update noar tt set b0='55ZITT0L6ICEHU' where id=2; -update noar ti set b0='55ZITT0L6ICEHU' where id=2; -update noar tt set v0='7GZF5HQWS218K' where id=2; -update noar ti set v0='7GZF5HQWS218K' where id=2; -update noar tt set b1='TKB' where id=2; -update noar ti set b1='TKB' where id=2; -update noar tt set v0='6SYV0P0SVHDJAVCQRYCZOZ66A0C' where id=2; -update noar ti set v0='6SYV0P0SVHDJAVCQRYCZOZ66A0C' where id=2; -update noar tt set b2='IJ0CX' where id=2; -update noar ti set b2='IJ0CX' where id=2; -update noar tt set v0='MW8GN1C4JCI1SYN7OVRBCX' where id=3; -update noar ti set v0='MW8GN1C4JCI1SYN7OVRBCX' where id=3; -update noar tt set b0='GWJSG5MH9Z02VXJTPHPI' where id=3; -update noar ti set b0='GWJSG5MH9Z02VXJTPHPI' where id=3; -update noar tt set v0='2JQV1F5NYWAVL0CK0TIV8PTUAWN' where id=3; -update noar ti set v0='2JQV1F5NYWAVL0CK0TIV8PTUAWN' where id=3; -update noar tt set b1='MPL5521' where id=3; -update noar ti set b1='MPL5521' where id=3; -update noar tt set v0='J7XJU1UU57M8H5EMY3I7N25USHR' where id=3; -update noar ti set v0='J7XJU1UU57M8H5EMY3I7N25USHR' where id=3; -update noar tt set b2='K7673RNUK0TT9S51Y7K5F959PU' where id=3; -update noar ti set b2='K7673RNUK0TT9S51Y7K5F959PU' where id=3; -update noar tt set v0='7LDNXY9VCK40B474NHE3KAQ11S88E0J' where id=4; -update noar ti set v0='7LDNXY9VCK40B474NHE3KAQ11S88E0J' where id=4; -update noar tt set b0='ZP' where id=4; -update noar ti set b0='ZP' where id=4; -update noar tt set v0='4NY64EYY90YH3SP8O' where id=4; -update noar ti set v0='4NY64EYY90YH3SP8O' where id=4; -update noar tt set b1='KZW4P4WIJTC9J5C062URWJ7JJV' where id=4; -update noar ti set b1='KZW4P4WIJTC9J5C062URWJ7JJV' where id=4; -update noar tt set v0='PPAO' where id=4; -update noar ti set v0='PPAO' where id=4; -update noar tt set b2='BYLQW' where id=4; -update noar ti set b2='BYLQW' where id=4; -update noar tt set v0='RF5GJQCAQUY2XDHC6ODWTDYHGEP93T8R' where id=5; -update noar ti set v0='RF5GJQCAQUY2XDHC6ODWTDYHGEP93T8R' where id=5; -update noar tt set b0='OECWMXC0RC32EE' where id=5; -update noar ti set b0='OECWMXC0RC32EE' where id=5; -update noar tt set v0='8E28C6AR3PXWRI89EH6DDXSF2HY' where id=5; -update noar ti set v0='8E28C6AR3PXWRI89EH6DDXSF2HY' where id=5; -update noar tt set b1='WVUNMT6S4LNXQGEEHD' where id=5; -update noar ti set b1='WVUNMT6S4LNXQGEEHD' where id=5; -update noar tt set v0='WEI8DSRUK6OV8SL2K34L0' where id=5; -update noar ti set v0='WEI8DSRUK6OV8SL2K34L0' where id=5; -update noar tt set b2='SWOC2LRCK9363EEG7DUE4GJSTA' where id=5; -update noar ti set b2='SWOC2LRCK9363EEG7DUE4GJSTA' where id=5; -update noar tt set v0='0MHIDNU8MNQT4DO' where id=6; -update noar ti set v0='0MHIDNU8MNQT4DO' where id=6; -update noar tt set b0='GDV0DO6DLW9ANJWAPNRZ3RYLTR3' where id=6; -update noar ti set b0='GDV0DO6DLW9ANJWAPNRZ3RYLTR3' where id=6; -update noar tt set v0='9G75CWCZS3AD2M8PHI9' where id=6; -update noar ti set v0='9G75CWCZS3AD2M8PHI9' where id=6; -update noar tt set b1='AKDMGXHXNSTN180R80N60' where id=6; -update noar ti set b1='AKDMGXHXNSTN180R80N60' where id=6; -update noar tt set v0='N' where id=6; -update noar ti set v0='N' where id=6; -update noar tt set b2='MUX5CQ7MF6OZW01925CXY7YL03Q' where id=6; -update noar ti set b2='MUX5CQ7MF6OZW01925CXY7YL03Q' where id=6; -update noar tt set v0='AKBO' where id=7; -update noar ti set v0='AKBO' where id=7; -update noar tt set b0='FWZY4IR5QNHRZOI36' where id=7; -update noar ti set b0='FWZY4IR5QNHRZOI36' where id=7; -update noar tt set v0='JRC5GCAF8ITLLL' where id=7; -update noar ti set v0='JRC5GCAF8ITLLL' where id=7; -update noar tt set b1='R2VGE0UTR4S4CR3JDLWUIN' where id=7; -update noar ti set b1='R2VGE0UTR4S4CR3JDLWUIN' where id=7; -update noar tt set v0='7362WX3GF1XRADAX9UBKE' where id=7; -update noar ti set v0='7362WX3GF1XRADAX9UBKE' where id=7; -update noar tt set b2='N1A59W2OJPK8E9N2TRMOXYBAQV06I' where id=7; -update noar ti set b2='N1A59W2OJPK8E9N2TRMOXYBAQV06I' where id=7; -update noar tt set v0='RTEVCC' where id=8; -update noar ti set v0='RTEVCC' where id=8; -update noar tt set b0='ZP7LPXPN5HIV' where id=8; -update noar ti set b0='ZP7LPXPN5HIV' where id=8; -update noar tt set v0='7VGJSXTJDJ9C77HU495GVXAG07CA' where id=8; -update noar ti set v0='7VGJSXTJDJ9C77HU495GVXAG07CA' where id=8; -update noar tt set b1='OXMFEK15KOEE0POD' where id=8; -update noar ti set b1='OXMFEK15KOEE0POD' where id=8; -update noar tt set v0='IJ6Z29ON72W4R7QOSZF5J' where id=8; -update noar ti set v0='IJ6Z29ON72W4R7QOSZF5J' where id=8; -update noar tt set b2='3K2QANRH' where id=8; -update noar ti set b2='3K2QANRH' where id=8; -update noar tt set v0='KRQW683FFJKC11SS6VJKB4V4SG804' where id=9; -update noar ti set v0='KRQW683FFJKC11SS6VJKB4V4SG804' where id=9; -update noar tt set b0='ZN96KNGEM' where id=9; -update noar ti set b0='ZN96KNGEM' where id=9; -update noar tt set v0='PT9UPGQ3N06KG4L4' where id=9; -update noar ti set v0='PT9UPGQ3N06KG4L4' where id=9; -update noar tt set b1='RDHE25CMLNDNBJOQ' where id=9; -update noar ti set b1='RDHE25CMLNDNBJOQ' where id=9; -update noar tt set v0='ZG1UAZ1DT' where id=9; -update noar ti set v0='ZG1UAZ1DT' where id=9; -update noar tt set b2='6HMGD7FA2CB0NHTQKBQ28JQC4IB94VJ' where id=9; -update noar ti set b2='6HMGD7FA2CB0NHTQKBQ28JQC4IB94VJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WPZR' where id=1; -update noar ti set v0='WPZR' where id=1; -update noar tt set b0='G3DM695' where id=1; -update noar ti set b0='G3DM695' where id=1; -update noar tt set v0='H5PXMFUUOQE4S21WLM2I' where id=1; -update noar ti set v0='H5PXMFUUOQE4S21WLM2I' where id=1; -update noar tt set b1='1JDSP964HWWAF' where id=1; -update noar ti set b1='1JDSP964HWWAF' where id=1; -update noar tt set v0='LZP6G776LMNVSGWDHOTLZ4WKC' where id=1; -update noar ti set v0='LZP6G776LMNVSGWDHOTLZ4WKC' where id=1; -update noar tt set b2='H8BFU' where id=1; -update noar ti set b2='H8BFU' where id=1; -update noar tt set v0='LDMXM02I8VLSKY7PWB0EY5NMHP2' where id=2; -update noar ti set v0='LDMXM02I8VLSKY7PWB0EY5NMHP2' where id=2; -update noar tt set b0='51CFRVIT97EBJNIUGXFD9EE0N1ZA' where id=2; -update noar ti set b0='51CFRVIT97EBJNIUGXFD9EE0N1ZA' where id=2; -update noar tt set v0='F7SD3T00DU7' where id=2; -update noar ti set v0='F7SD3T00DU7' where id=2; -update noar tt set b1='H1BS9' where id=2; -update noar ti set b1='H1BS9' where id=2; -update noar tt set v0='PZRYO8EAAJ6YKD' where id=2; -update noar ti set v0='PZRYO8EAAJ6YKD' where id=2; -update noar tt set b2='KQDT9CN6YQF' where id=2; -update noar ti set b2='KQDT9CN6YQF' where id=2; -update noar tt set v0='WO5JXLL73UKVAJN44X0SDNG2S' where id=3; -update noar ti set v0='WO5JXLL73UKVAJN44X0SDNG2S' where id=3; -update noar tt set b0='3HZH745XMUVTNB4VG' where id=3; -update noar ti set b0='3HZH745XMUVTNB4VG' where id=3; -update noar tt set v0='OX2UGT3Y12J' where id=3; -update noar ti set v0='OX2UGT3Y12J' where id=3; -update noar tt set b1='MHSQ4K85IBC' where id=3; -update noar ti set b1='MHSQ4K85IBC' where id=3; -update noar tt set v0='LFQSS8FY9XHPD2VX1RAVWRUSNQ' where id=3; -update noar ti set v0='LFQSS8FY9XHPD2VX1RAVWRUSNQ' where id=3; -update noar tt set b2='OKTNN3YLFN6WE3NGKJKVAW' where id=3; -update noar ti set b2='OKTNN3YLFN6WE3NGKJKVAW' where id=3; -update noar tt set v0='1TW884EQ6JW' where id=4; -update noar ti set v0='1TW884EQ6JW' where id=4; -update noar tt set b0='O9N9S5EY3J8X5MHLY6K5K' where id=4; -update noar ti set b0='O9N9S5EY3J8X5MHLY6K5K' where id=4; -update noar tt set v0='VK6' where id=4; -update noar ti set v0='VK6' where id=4; -update noar tt set b1='B4E71A90GJCH43R84COC' where id=4; -update noar ti set b1='B4E71A90GJCH43R84COC' where id=4; -update noar tt set v0='ZOPPIAAGIOFJ96KPTWM3CW8R' where id=4; -update noar ti set v0='ZOPPIAAGIOFJ96KPTWM3CW8R' where id=4; -update noar tt set b2='9VZX251NDLJPALUTVJB8UU344O6R' where id=4; -update noar ti set b2='9VZX251NDLJPALUTVJB8UU344O6R' where id=4; -update noar tt set v0='FTJ94X' where id=5; -update noar ti set v0='FTJ94X' where id=5; -update noar tt set b0='VG' where id=5; -update noar ti set b0='VG' where id=5; -update noar tt set v0='8V0Z9I1MAVPY7RXM6QWZ' where id=5; -update noar ti set v0='8V0Z9I1MAVPY7RXM6QWZ' where id=5; -update noar tt set b1='MX1Y0FJCJH22AQV' where id=5; -update noar ti set b1='MX1Y0FJCJH22AQV' where id=5; -update noar tt set v0='67IQDE6' where id=5; -update noar ti set v0='67IQDE6' where id=5; -update noar tt set b2='AMEF2FCZ7Q4XUM8D14HCGFDJVWWB' where id=5; -update noar ti set b2='AMEF2FCZ7Q4XUM8D14HCGFDJVWWB' where id=5; -update noar tt set v0='FZ3RV3865BUCJS43DM2' where id=6; -update noar ti set v0='FZ3RV3865BUCJS43DM2' where id=6; -update noar tt set b0='IMBZQL7D01P2TBFN2DD' where id=6; -update noar ti set b0='IMBZQL7D01P2TBFN2DD' where id=6; -update noar tt set v0='QE' where id=6; -update noar ti set v0='QE' where id=6; -update noar tt set b1='J9GRXSSLTE2GU9U4UIZRW1TFKT826TK' where id=6; -update noar ti set b1='J9GRXSSLTE2GU9U4UIZRW1TFKT826TK' where id=6; -update noar tt set v0='3TKLQ3EZQQTLNHGTZJ' where id=6; -update noar ti set v0='3TKLQ3EZQQTLNHGTZJ' where id=6; -update noar tt set b2='TL3D6O75MDQSR59' where id=6; -update noar ti set b2='TL3D6O75MDQSR59' where id=6; -update noar tt set v0='PXCPFNLIFFDM4OVEJFC7B' where id=7; -update noar ti set v0='PXCPFNLIFFDM4OVEJFC7B' where id=7; -update noar tt set b0='3EOP59WHOD83HAFQDA5NALRI6' where id=7; -update noar ti set b0='3EOP59WHOD83HAFQDA5NALRI6' where id=7; -update noar tt set v0='Y75A549BRD4BTP39' where id=7; -update noar ti set v0='Y75A549BRD4BTP39' where id=7; -update noar tt set b1='TX0QXULZRQWO3BSHZMZHL1ZY35JSCO5' where id=7; -update noar ti set b1='TX0QXULZRQWO3BSHZMZHL1ZY35JSCO5' where id=7; -update noar tt set v0='FI995XA46' where id=7; -update noar ti set v0='FI995XA46' where id=7; -update noar tt set b2='86Y83L1OSHKBG91UTZUZNM3H' where id=7; -update noar ti set b2='86Y83L1OSHKBG91UTZUZNM3H' where id=7; -update noar tt set v0='RINVCVCE21B1EP4PLJFZ' where id=8; -update noar ti set v0='RINVCVCE21B1EP4PLJFZ' where id=8; -update noar tt set b0='V3X309FY2K71HXZU0JT' where id=8; -update noar ti set b0='V3X309FY2K71HXZU0JT' where id=8; -update noar tt set v0='EL6QU3YPDWWIOK4D5PLX6' where id=8; -update noar ti set v0='EL6QU3YPDWWIOK4D5PLX6' where id=8; -update noar tt set b1='B6FJ6RGM0H' where id=8; -update noar ti set b1='B6FJ6RGM0H' where id=8; -update noar tt set v0='2H' where id=8; -update noar ti set v0='2H' where id=8; -update noar tt set b2='ESM' where id=8; -update noar ti set b2='ESM' where id=8; -update noar tt set v0='U4RT6NWD0K9MI6YMRRMDV' where id=9; -update noar ti set v0='U4RT6NWD0K9MI6YMRRMDV' where id=9; -update noar tt set b0='IV2V8LCWM' where id=9; -update noar ti set b0='IV2V8LCWM' where id=9; -update noar tt set v0='6W1G7KT5ZHQ9A' where id=9; -update noar ti set v0='6W1G7KT5ZHQ9A' where id=9; -update noar tt set b1='XRBMM2NCWF5OA64APS4FEA5XF74ZF' where id=9; -update noar ti set b1='XRBMM2NCWF5OA64APS4FEA5XF74ZF' where id=9; -update noar tt set v0='IR' where id=9; -update noar ti set v0='IR' where id=9; -update noar tt set b2='FJRKDT7EKKEYUX2S066P53KLIZJH3TP0' where id=9; -update noar ti set b2='FJRKDT7EKKEYUX2S066P53KLIZJH3TP0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XGV6B2CN4FUGTLE28OTMFT9NENVBG' where id=1; -update noar ti set v0='XGV6B2CN4FUGTLE28OTMFT9NENVBG' where id=1; -update noar tt set b0='CUYLL78GT4EUHOK' where id=1; -update noar ti set b0='CUYLL78GT4EUHOK' where id=1; -update noar tt set v0='7WWDNDW00GVQW4YWVDT4PWY' where id=1; -update noar ti set v0='7WWDNDW00GVQW4YWVDT4PWY' where id=1; -update noar tt set b1='KWXY61AY1PB' where id=1; -update noar ti set b1='KWXY61AY1PB' where id=1; -update noar tt set v0='V2ZNN5TCST0858HJ68F1' where id=1; -update noar ti set v0='V2ZNN5TCST0858HJ68F1' where id=1; -update noar tt set b2='W45XMBPGLQKJABEP3VK' where id=1; -update noar ti set b2='W45XMBPGLQKJABEP3VK' where id=1; -update noar tt set v0='AF84VXYKP64W33NABCA9AGT4I' where id=2; -update noar ti set v0='AF84VXYKP64W33NABCA9AGT4I' where id=2; -update noar tt set b0='2ILGUHBGV6GQRUJYXXJB' where id=2; -update noar ti set b0='2ILGUHBGV6GQRUJYXXJB' where id=2; -update noar tt set v0='TQNDHYL8BZ3X0IVISYEAXSYL65SZUVX' where id=2; -update noar ti set v0='TQNDHYL8BZ3X0IVISYEAXSYL65SZUVX' where id=2; -update noar tt set b1='D4111SCDP1O5Y7KCNO37' where id=2; -update noar ti set b1='D4111SCDP1O5Y7KCNO37' where id=2; -update noar tt set v0='H8KIAM2KH' where id=2; -update noar ti set v0='H8KIAM2KH' where id=2; -update noar tt set b2='F366PA7' where id=2; -update noar ti set b2='F366PA7' where id=2; -update noar tt set v0='1826MAL2EM0UM0ZXQ3HV' where id=3; -update noar ti set v0='1826MAL2EM0UM0ZXQ3HV' where id=3; -update noar tt set b0='NV3UEGUPA2QD44FL7E5V0XS' where id=3; -update noar ti set b0='NV3UEGUPA2QD44FL7E5V0XS' where id=3; -update noar tt set v0='UPBJI5CH7E0SL50CDCVBLA7J4UPDE' where id=3; -update noar ti set v0='UPBJI5CH7E0SL50CDCVBLA7J4UPDE' where id=3; -update noar tt set b1='ECBYDUZS5I4Z2QNSMKQMR' where id=3; -update noar ti set b1='ECBYDUZS5I4Z2QNSMKQMR' where id=3; -update noar tt set v0='S2YY1MK9HWBUSRRFFN0PROPKO' where id=3; -update noar ti set v0='S2YY1MK9HWBUSRRFFN0PROPKO' where id=3; -update noar tt set b2='ARHSUP5AFRS7E06424N68LBUXYE3X' where id=3; -update noar ti set b2='ARHSUP5AFRS7E06424N68LBUXYE3X' where id=3; -update noar tt set v0='0U03E03PYC4Y2Q52SW6HYF6O6MK9Z8' where id=4; -update noar ti set v0='0U03E03PYC4Y2Q52SW6HYF6O6MK9Z8' where id=4; -update noar tt set b0='ZASFFIH2NEIG28MFXNPURC' where id=4; -update noar ti set b0='ZASFFIH2NEIG28MFXNPURC' where id=4; -update noar tt set v0='0LQNM46E5TWNAZ946SKE305L' where id=4; -update noar ti set v0='0LQNM46E5TWNAZ946SKE305L' where id=4; -update noar tt set b1='C4W0TA9MTPN22VARP53K8Q4WMN' where id=4; -update noar ti set b1='C4W0TA9MTPN22VARP53K8Q4WMN' where id=4; -update noar tt set v0='P1THW093M8SZ6Q6AH7W7PTFEM4JXG' where id=4; -update noar ti set v0='P1THW093M8SZ6Q6AH7W7PTFEM4JXG' where id=4; -update noar tt set b2='EDE445I' where id=4; -update noar ti set b2='EDE445I' where id=4; -update noar tt set v0='7X5LDS8INWJCMVD54AAQB5CS6OI6M' where id=5; -update noar ti set v0='7X5LDS8INWJCMVD54AAQB5CS6OI6M' where id=5; -update noar tt set b0='SMQOVG3YALP' where id=5; -update noar ti set b0='SMQOVG3YALP' where id=5; -update noar tt set v0='6C2EF7MBO6PGPOVZGA9X8LD' where id=5; -update noar ti set v0='6C2EF7MBO6PGPOVZGA9X8LD' where id=5; -update noar tt set b1='GCQ9GPTPK5KT3T8QKI9T6EVPXD9L' where id=5; -update noar ti set b1='GCQ9GPTPK5KT3T8QKI9T6EVPXD9L' where id=5; -update noar tt set v0='2WUSO4MKBBI9ZLQFYS69KC' where id=5; -update noar ti set v0='2WUSO4MKBBI9ZLQFYS69KC' where id=5; -update noar tt set b2='DAN8F10RV' where id=5; -update noar ti set b2='DAN8F10RV' where id=5; -update noar tt set v0='95PE3215C79KFRO5SF' where id=6; -update noar ti set v0='95PE3215C79KFRO5SF' where id=6; -update noar tt set b0='1HR72A5LM' where id=6; -update noar ti set b0='1HR72A5LM' where id=6; -update noar tt set v0='KC7OLKK9I0NIMRXU1B6B' where id=6; -update noar ti set v0='KC7OLKK9I0NIMRXU1B6B' where id=6; -update noar tt set b1='CPAGNKQURE83HTIO7VFFLJXAJQJCJ' where id=6; -update noar ti set b1='CPAGNKQURE83HTIO7VFFLJXAJQJCJ' where id=6; -update noar tt set v0='TN86' where id=6; -update noar ti set v0='TN86' where id=6; -update noar tt set b2='06KF2T8ZZJKFYCPOLYBQYCOY' where id=6; -update noar ti set b2='06KF2T8ZZJKFYCPOLYBQYCOY' where id=6; -update noar tt set v0='6T1G201LY3QO440HTS' where id=7; -update noar ti set v0='6T1G201LY3QO440HTS' where id=7; -update noar tt set b0='CJTEMQMAX58V4' where id=7; -update noar ti set b0='CJTEMQMAX58V4' where id=7; -update noar tt set v0='XIC0CCVY' where id=7; -update noar ti set v0='XIC0CCVY' where id=7; -update noar tt set b1='CVMDDB05QF' where id=7; -update noar ti set b1='CVMDDB05QF' where id=7; -update noar tt set v0='3F17S62' where id=7; -update noar ti set v0='3F17S62' where id=7; -update noar tt set b2='6WO0L' where id=7; -update noar ti set b2='6WO0L' where id=7; -update noar tt set v0='KASOE1EU6ERK2V222O8AT4ZA85W1L' where id=8; -update noar ti set v0='KASOE1EU6ERK2V222O8AT4ZA85W1L' where id=8; -update noar tt set b0='0VVOB2NQ9V' where id=8; -update noar ti set b0='0VVOB2NQ9V' where id=8; -update noar tt set v0='K0DE5AHZ9' where id=8; -update noar ti set v0='K0DE5AHZ9' where id=8; -update noar tt set b1='5TW3W4G5TR0JAG' where id=8; -update noar ti set b1='5TW3W4G5TR0JAG' where id=8; -update noar tt set v0='7YTXOBB424' where id=8; -update noar ti set v0='7YTXOBB424' where id=8; -update noar tt set b2='42DNEUB7I38KRFQZQV0LTRP7VHE5R6D' where id=8; -update noar ti set b2='42DNEUB7I38KRFQZQV0LTRP7VHE5R6D' where id=8; -update noar tt set v0='Z7NFVKW' where id=9; -update noar ti set v0='Z7NFVKW' where id=9; -update noar tt set b0='3YF76E6LFX' where id=9; -update noar ti set b0='3YF76E6LFX' where id=9; -update noar tt set v0='0FLT6Z1' where id=9; -update noar ti set v0='0FLT6Z1' where id=9; -update noar tt set b1='DDL' where id=9; -update noar ti set b1='DDL' where id=9; -update noar tt set v0='UNA71MW4A' where id=9; -update noar ti set v0='UNA71MW4A' where id=9; -update noar tt set b2='R67I38VQDJ0TWU3IYIQYS1Y2FALF' where id=9; -update noar ti set b2='R67I38VQDJ0TWU3IYIQYS1Y2FALF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RNS4I3W1J3GW' where id=1; -update noar ti set v0='RNS4I3W1J3GW' where id=1; -update noar tt set b0='K' where id=1; -update noar ti set b0='K' where id=1; -update noar tt set v0='PNZSM19UHHVRJDMTVEYAGOMRFG4K' where id=1; -update noar ti set v0='PNZSM19UHHVRJDMTVEYAGOMRFG4K' where id=1; -update noar tt set b1='H' where id=1; -update noar ti set b1='H' where id=1; -update noar tt set v0='XPRN99HQV25HEM' where id=1; -update noar ti set v0='XPRN99HQV25HEM' where id=1; -update noar tt set b2='PD2L19MOTZIRQTQUU86Q6L' where id=1; -update noar ti set b2='PD2L19MOTZIRQTQUU86Q6L' where id=1; -update noar tt set v0='MOFU0RL3M8LBA42WQ6D' where id=2; -update noar ti set v0='MOFU0RL3M8LBA42WQ6D' where id=2; -update noar tt set b0='2KRY3ZIIM5WE0K' where id=2; -update noar ti set b0='2KRY3ZIIM5WE0K' where id=2; -update noar tt set v0='D8FOJTEFDDZKK30CVF5QA' where id=2; -update noar ti set v0='D8FOJTEFDDZKK30CVF5QA' where id=2; -update noar tt set b1='ZK3A2VJ509K0O6RRZCPAXYCP' where id=2; -update noar ti set b1='ZK3A2VJ509K0O6RRZCPAXYCP' where id=2; -update noar tt set v0='P43W25Q' where id=2; -update noar ti set v0='P43W25Q' where id=2; -update noar tt set b2='I8ISXTLW742JLU5IBIHGJJPNDB47G822' where id=2; -update noar ti set b2='I8ISXTLW742JLU5IBIHGJJPNDB47G822' where id=2; -update noar tt set v0='8061F2SI' where id=3; -update noar ti set v0='8061F2SI' where id=3; -update noar tt set b0='8N82V' where id=3; -update noar ti set b0='8N82V' where id=3; -update noar tt set v0='R' where id=3; -update noar ti set v0='R' where id=3; -update noar tt set b1='I2GWXPVWH8G6FLMH63QFXV3FW' where id=3; -update noar ti set b1='I2GWXPVWH8G6FLMH63QFXV3FW' where id=3; -update noar tt set v0='DHP' where id=3; -update noar ti set v0='DHP' where id=3; -update noar tt set b2='RKBU38WQAKMVT7SF3' where id=3; -update noar ti set b2='RKBU38WQAKMVT7SF3' where id=3; -update noar tt set v0='Q6V003VR5OSTD01XG12SJ5B2GNDQ' where id=4; -update noar ti set v0='Q6V003VR5OSTD01XG12SJ5B2GNDQ' where id=4; -update noar tt set b0='82SPMMEBINXV0UH3X3S8G8HE5A1VU7' where id=4; -update noar ti set b0='82SPMMEBINXV0UH3X3S8G8HE5A1VU7' where id=4; -update noar tt set v0='7OU1ISCFBSV3UUKASEPAYUO7OZ' where id=4; -update noar ti set v0='7OU1ISCFBSV3UUKASEPAYUO7OZ' where id=4; -update noar tt set b1='BLHDXIKWF616UAW9QF' where id=4; -update noar ti set b1='BLHDXIKWF616UAW9QF' where id=4; -update noar tt set v0='KJZJ88PZFWNXS0YM7X' where id=4; -update noar ti set v0='KJZJ88PZFWNXS0YM7X' where id=4; -update noar tt set b2='QYPRUTZXNHSU35CZK8HNBG4T22WIFJ' where id=4; -update noar ti set b2='QYPRUTZXNHSU35CZK8HNBG4T22WIFJ' where id=4; -update noar tt set v0='KP' where id=5; -update noar ti set v0='KP' where id=5; -update noar tt set b0='308MJM3KH7BNC32TK61EU0JM7TCDV' where id=5; -update noar ti set b0='308MJM3KH7BNC32TK61EU0JM7TCDV' where id=5; -update noar tt set v0='TH8OHLHYRDTJ' where id=5; -update noar ti set v0='TH8OHLHYRDTJ' where id=5; -update noar tt set b1='M1CI6FPW9Q10N81' where id=5; -update noar ti set b1='M1CI6FPW9Q10N81' where id=5; -update noar tt set v0='JHN4LMRYY3HEJ9HHGSOWZCQKCUN0BJA' where id=5; -update noar ti set v0='JHN4LMRYY3HEJ9HHGSOWZCQKCUN0BJA' where id=5; -update noar tt set b2='UYPQ1W' where id=5; -update noar ti set b2='UYPQ1W' where id=5; -update noar tt set v0='U8SRIU0ZMD83JLGR3X4XD8J4M6JICJ' where id=6; -update noar ti set v0='U8SRIU0ZMD83JLGR3X4XD8J4M6JICJ' where id=6; -update noar tt set b0='2EWPEUWI3QE8R' where id=6; -update noar ti set b0='2EWPEUWI3QE8R' where id=6; -update noar tt set v0='3YECOUP56R171E' where id=6; -update noar ti set v0='3YECOUP56R171E' where id=6; -update noar tt set b1='CR0KSW58SREUV8JCN0RN2' where id=6; -update noar ti set b1='CR0KSW58SREUV8JCN0RN2' where id=6; -update noar tt set v0='BDNP7' where id=6; -update noar ti set v0='BDNP7' where id=6; -update noar tt set b2='IIOW82DK9XM' where id=6; -update noar ti set b2='IIOW82DK9XM' where id=6; -update noar tt set v0='N70R04QVDHH296HDZ06BX' where id=7; -update noar ti set v0='N70R04QVDHH296HDZ06BX' where id=7; -update noar tt set b0='LNTYHYFLWMBXN0G5TVJYQ' where id=7; -update noar ti set b0='LNTYHYFLWMBXN0G5TVJYQ' where id=7; -update noar tt set v0='0N3XXT9G' where id=7; -update noar ti set v0='0N3XXT9G' where id=7; -update noar tt set b1='MYQAF0ONB58LUOECPNR3XSCNJP' where id=7; -update noar ti set b1='MYQAF0ONB58LUOECPNR3XSCNJP' where id=7; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b2='7R' where id=7; -update noar ti set b2='7R' where id=7; -update noar tt set v0='B10NRY3BTS' where id=8; -update noar ti set v0='B10NRY3BTS' where id=8; -update noar tt set b0='0N5Q7WK9HC5JQNAHZZKT0P64TCQ20' where id=8; -update noar ti set b0='0N5Q7WK9HC5JQNAHZZKT0P64TCQ20' where id=8; -update noar tt set v0='EBAJ' where id=8; -update noar ti set v0='EBAJ' where id=8; -update noar tt set b1='NA4MH' where id=8; -update noar ti set b1='NA4MH' where id=8; -update noar tt set v0='LKV7LSLDUOLF' where id=8; -update noar ti set v0='LKV7LSLDUOLF' where id=8; -update noar tt set b2='KZKAETOA2IOQNHBF3YLO7MCB6MA7KCUN' where id=8; -update noar ti set b2='KZKAETOA2IOQNHBF3YLO7MCB6MA7KCUN' where id=8; -update noar tt set v0='PLO9ZRD' where id=9; -update noar ti set v0='PLO9ZRD' where id=9; -update noar tt set b0='FPYO1H2C' where id=9; -update noar ti set b0='FPYO1H2C' where id=9; -update noar tt set v0='14GSNG9Q' where id=9; -update noar ti set v0='14GSNG9Q' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='E3SCJRMQ6G6F6TX6ICW5P' where id=9; -update noar ti set v0='E3SCJRMQ6G6F6TX6ICW5P' where id=9; -update noar tt set b2='68SUYGFTJ5KPL0I9TKYIH7621NDA8P3E' where id=9; -update noar ti set b2='68SUYGFTJ5KPL0I9TKYIH7621NDA8P3E' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CS9Q254KLP' where id=1; -update noar ti set v0='CS9Q254KLP' where id=1; -update noar tt set b0='7WPRXV76R9V1B38LVOBV' where id=1; -update noar ti set b0='7WPRXV76R9V1B38LVOBV' where id=1; -update noar tt set v0='DAIF8SA8J' where id=1; -update noar ti set v0='DAIF8SA8J' where id=1; -update noar tt set b1='DGP5W5CGAM4T8Q7ZDHP9RFMLFM6OHV3' where id=1; -update noar ti set b1='DGP5W5CGAM4T8Q7ZDHP9RFMLFM6OHV3' where id=1; -update noar tt set v0='Y' where id=1; -update noar ti set v0='Y' where id=1; -update noar tt set b2='X1S9MDJXP4WU0CN1TZOM' where id=1; -update noar ti set b2='X1S9MDJXP4WU0CN1TZOM' where id=1; -update noar tt set v0='5HTBOH64WLYI8VTZ2KPY' where id=2; -update noar ti set v0='5HTBOH64WLYI8VTZ2KPY' where id=2; -update noar tt set b0='Q6QHONHJS5ZDDXNDRG2CSMV' where id=2; -update noar ti set b0='Q6QHONHJS5ZDDXNDRG2CSMV' where id=2; -update noar tt set v0='EACY23ORG92C9JSWFMW' where id=2; -update noar ti set v0='EACY23ORG92C9JSWFMW' where id=2; -update noar tt set b1='7' where id=2; -update noar ti set b1='7' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='4O4DSK2AE1GPCXUCOUCHW31JI' where id=2; -update noar ti set b2='4O4DSK2AE1GPCXUCOUCHW31JI' where id=2; -update noar tt set v0='25YZM4NXC7CYXBGF07TN' where id=3; -update noar ti set v0='25YZM4NXC7CYXBGF07TN' where id=3; -update noar tt set b0='L6DF4QQ9475Q' where id=3; -update noar ti set b0='L6DF4QQ9475Q' where id=3; -update noar tt set v0='2WB66PK33NENKA1XTOHN2ZLXQKBZT2ZO' where id=3; -update noar ti set v0='2WB66PK33NENKA1XTOHN2ZLXQKBZT2ZO' where id=3; -update noar tt set b1='YRC4C8L4' where id=3; -update noar ti set b1='YRC4C8L4' where id=3; -update noar tt set v0='98KKGSKSIH6HJEK5DB2ZR8SU' where id=3; -update noar ti set v0='98KKGSKSIH6HJEK5DB2ZR8SU' where id=3; -update noar tt set b2='Q1P17AXJS9JAI7P42125FM37O9GU9PTI' where id=3; -update noar ti set b2='Q1P17AXJS9JAI7P42125FM37O9GU9PTI' where id=3; -update noar tt set v0='9EDQ4' where id=4; -update noar ti set v0='9EDQ4' where id=4; -update noar tt set b0='0IN6FZ50PF' where id=4; -update noar ti set b0='0IN6FZ50PF' where id=4; -update noar tt set v0='5UFO' where id=4; -update noar ti set v0='5UFO' where id=4; -update noar tt set b1='FO0JY9MS2US3J' where id=4; -update noar ti set b1='FO0JY9MS2US3J' where id=4; -update noar tt set v0='RC02ULX' where id=4; -update noar ti set v0='RC02ULX' where id=4; -update noar tt set b2='6E6BRKCK0WC81R' where id=4; -update noar ti set b2='6E6BRKCK0WC81R' where id=4; -update noar tt set v0='D6MOP6W9K3SDUI6' where id=5; -update noar ti set v0='D6MOP6W9K3SDUI6' where id=5; -update noar tt set b0='KZFAOQM' where id=5; -update noar ti set b0='KZFAOQM' where id=5; -update noar tt set v0='6SZRRG3IGEK7NUMS' where id=5; -update noar ti set v0='6SZRRG3IGEK7NUMS' where id=5; -update noar tt set b1='EICPN4INYQEZQWITTMGOMBA8R' where id=5; -update noar ti set b1='EICPN4INYQEZQWITTMGOMBA8R' where id=5; -update noar tt set v0='REG15BWE8ZELOHE5W3KBQY73AYPFJVQ' where id=5; -update noar ti set v0='REG15BWE8ZELOHE5W3KBQY73AYPFJVQ' where id=5; -update noar tt set b2='7PD67UF3V' where id=5; -update noar ti set b2='7PD67UF3V' where id=5; -update noar tt set v0='A' where id=6; -update noar ti set v0='A' where id=6; -update noar tt set b0='58UBNRGEJDS' where id=6; -update noar ti set b0='58UBNRGEJDS' where id=6; -update noar tt set v0='MFMGN6M1H' where id=6; -update noar ti set v0='MFMGN6M1H' where id=6; -update noar tt set b1='XLZ5IZECMEN' where id=6; -update noar ti set b1='XLZ5IZECMEN' where id=6; -update noar tt set v0='XS077DOGPLG9' where id=6; -update noar ti set v0='XS077DOGPLG9' where id=6; -update noar tt set b2='TM1IXJZICPYFEKI3ENPOX' where id=6; -update noar ti set b2='TM1IXJZICPYFEKI3ENPOX' where id=6; -update noar tt set v0='9MSMK' where id=7; -update noar ti set v0='9MSMK' where id=7; -update noar tt set b0='GPTNW5L08I6TLTZAY43DO9S40JDLNNP4' where id=7; -update noar ti set b0='GPTNW5L08I6TLTZAY43DO9S40JDLNNP4' where id=7; -update noar tt set v0='4N' where id=7; -update noar ti set v0='4N' where id=7; -update noar tt set b1='PEUHCVD' where id=7; -update noar ti set b1='PEUHCVD' where id=7; -update noar tt set v0='ZVXNPB2L' where id=7; -update noar ti set v0='ZVXNPB2L' where id=7; -update noar tt set b2='HQ5' where id=7; -update noar ti set b2='HQ5' where id=7; -update noar tt set v0='9JAXSTZW8WQL8QGDQJHN2I7' where id=8; -update noar ti set v0='9JAXSTZW8WQL8QGDQJHN2I7' where id=8; -update noar tt set b0='1TBGG6' where id=8; -update noar ti set b0='1TBGG6' where id=8; -update noar tt set v0='2X4PTHT17ACMOF1V9W1T3DR1N9C' where id=8; -update noar ti set v0='2X4PTHT17ACMOF1V9W1T3DR1N9C' where id=8; -update noar tt set b1='VJJSHVFA0HJW6' where id=8; -update noar ti set b1='VJJSHVFA0HJW6' where id=8; -update noar tt set v0='S43ZCA00D4TA' where id=8; -update noar ti set v0='S43ZCA00D4TA' where id=8; -update noar tt set b2='U87Y1ZI79LS81FDZO5M' where id=8; -update noar ti set b2='U87Y1ZI79LS81FDZO5M' where id=8; -update noar tt set v0='H0WWS2402O29YYP66' where id=9; -update noar ti set v0='H0WWS2402O29YYP66' where id=9; -update noar tt set b0='KC11SOA9J2GDP626DDVR8C52V9' where id=9; -update noar ti set b0='KC11SOA9J2GDP626DDVR8C52V9' where id=9; -update noar tt set v0='E6U3TQ958J5' where id=9; -update noar ti set v0='E6U3TQ958J5' where id=9; -update noar tt set b1='5K09D88' where id=9; -update noar ti set b1='5K09D88' where id=9; -update noar tt set v0='HU79FN8GSBNS' where id=9; -update noar ti set v0='HU79FN8GSBNS' where id=9; -update noar tt set b2='F6RY9' where id=9; -update noar ti set b2='F6RY9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A6ANV7NSH933E5' where id=1; -update noar ti set v0='A6ANV7NSH933E5' where id=1; -update noar tt set b0='BPKSZP2HZQ6SZW8GMBX4L2B8I3HZ' where id=1; -update noar ti set b0='BPKSZP2HZQ6SZW8GMBX4L2B8I3HZ' where id=1; -update noar tt set v0='OQ7W198AGXBD3IO1DWG62NLYA76XCS4Y' where id=1; -update noar ti set v0='OQ7W198AGXBD3IO1DWG62NLYA76XCS4Y' where id=1; -update noar tt set b1='E7ELAFZXZBQV1XK' where id=1; -update noar ti set b1='E7ELAFZXZBQV1XK' where id=1; -update noar tt set v0='VCV6TJH506G5ZLQ0BW' where id=1; -update noar ti set v0='VCV6TJH506G5ZLQ0BW' where id=1; -update noar tt set b2='7YFAIVW57L7FYSN7GGP5WD74LKRK' where id=1; -update noar ti set b2='7YFAIVW57L7FYSN7GGP5WD74LKRK' where id=1; -update noar tt set v0='98D9SDV4O2SNNII4' where id=2; -update noar ti set v0='98D9SDV4O2SNNII4' where id=2; -update noar tt set b0='DH77Y0GI0JR95NQ' where id=2; -update noar ti set b0='DH77Y0GI0JR95NQ' where id=2; -update noar tt set v0='6FDAGC91F5TISAS7ZZH' where id=2; -update noar ti set v0='6FDAGC91F5TISAS7ZZH' where id=2; -update noar tt set b1='99BNM8V0AOIDQXD8I8OP3QWZTZ' where id=2; -update noar ti set b1='99BNM8V0AOIDQXD8I8OP3QWZTZ' where id=2; -update noar tt set v0='TG0FS6HZMLEBNT2' where id=2; -update noar ti set v0='TG0FS6HZMLEBNT2' where id=2; -update noar tt set b2='BDI4RIXP9GBD4ALELRFRFB3FZYO72AP9' where id=2; -update noar ti set b2='BDI4RIXP9GBD4ALELRFRFB3FZYO72AP9' where id=2; -update noar tt set v0='P392DGUO462HTZOALHL5IF' where id=3; -update noar ti set v0='P392DGUO462HTZOALHL5IF' where id=3; -update noar tt set b0='NKKNCTN5LB2EYS8A6XFBCKIL60TBX3D8' where id=3; -update noar ti set b0='NKKNCTN5LB2EYS8A6XFBCKIL60TBX3D8' where id=3; -update noar tt set v0='FE4S1G028HVD3XAKKH8737Z' where id=3; -update noar ti set v0='FE4S1G028HVD3XAKKH8737Z' where id=3; -update noar tt set b1='3F90' where id=3; -update noar ti set b1='3F90' where id=3; -update noar tt set v0='RNYG6I5DORKGNB9WCMJ' where id=3; -update noar ti set v0='RNYG6I5DORKGNB9WCMJ' where id=3; -update noar tt set b2='FMY7CL5EPQVXP6B9BG2XU618ANN3CAW' where id=3; -update noar ti set b2='FMY7CL5EPQVXP6B9BG2XU618ANN3CAW' where id=3; -update noar tt set v0='WVENPQGA8H9FMF36X0J' where id=4; -update noar ti set v0='WVENPQGA8H9FMF36X0J' where id=4; -update noar tt set b0='HQ0OP' where id=4; -update noar ti set b0='HQ0OP' where id=4; -update noar tt set v0='4LU3AEZE81FUX8Z6MY' where id=4; -update noar ti set v0='4LU3AEZE81FUX8Z6MY' where id=4; -update noar tt set b1='VJ05LIWF8OZQO9JGHW65GGQ8KE29' where id=4; -update noar ti set b1='VJ05LIWF8OZQO9JGHW65GGQ8KE29' where id=4; -update noar tt set v0='PP85AV3O2OEVS156RS93TW22AX' where id=4; -update noar ti set v0='PP85AV3O2OEVS156RS93TW22AX' where id=4; -update noar tt set b2='C1TH' where id=4; -update noar ti set b2='C1TH' where id=4; -update noar tt set v0='800VZ2QP4912P0R' where id=5; -update noar ti set v0='800VZ2QP4912P0R' where id=5; -update noar tt set b0='7NUMQPOL9' where id=5; -update noar ti set b0='7NUMQPOL9' where id=5; -update noar tt set v0='VHDCUTUOG3FMHGZQMG9' where id=5; -update noar ti set v0='VHDCUTUOG3FMHGZQMG9' where id=5; -update noar tt set b1='QWTG38457QTQQLIJ2' where id=5; -update noar ti set b1='QWTG38457QTQQLIJ2' where id=5; -update noar tt set v0='095SQL0' where id=5; -update noar ti set v0='095SQL0' where id=5; -update noar tt set b2='Y' where id=5; -update noar ti set b2='Y' where id=5; -update noar tt set v0='K178IINGDC68SDV7LHE8FVP2XN' where id=6; -update noar ti set v0='K178IINGDC68SDV7LHE8FVP2XN' where id=6; -update noar tt set b0='GZR2QLEZQYQZTY0ZU93EH8N' where id=6; -update noar ti set b0='GZR2QLEZQYQZTY0ZU93EH8N' where id=6; -update noar tt set v0='8DJW8E5PTKT0EGKIW5Q3' where id=6; -update noar ti set v0='8DJW8E5PTKT0EGKIW5Q3' where id=6; -update noar tt set b1='4O2VZFLEGDKNKOC7ETD' where id=6; -update noar ti set b1='4O2VZFLEGDKNKOC7ETD' where id=6; -update noar tt set v0='0K' where id=6; -update noar ti set v0='0K' where id=6; -update noar tt set b2='CJUHF' where id=6; -update noar ti set b2='CJUHF' where id=6; -update noar tt set v0='6K0IDWZF28JFV7NU8J56XU9' where id=7; -update noar ti set v0='6K0IDWZF28JFV7NU8J56XU9' where id=7; -update noar tt set b0='NEVP9MAVQYNGQKNTLEJZB' where id=7; -update noar ti set b0='NEVP9MAVQYNGQKNTLEJZB' where id=7; -update noar tt set v0='P193ISM679CWQAN3YZ1CX' where id=7; -update noar ti set v0='P193ISM679CWQAN3YZ1CX' where id=7; -update noar tt set b1='GR2DGQZ0KVH' where id=7; -update noar ti set b1='GR2DGQZ0KVH' where id=7; -update noar tt set v0='FL0X17THORT5D' where id=7; -update noar ti set v0='FL0X17THORT5D' where id=7; -update noar tt set b2='Q7GWF572WM6L9WVDSF' where id=7; -update noar ti set b2='Q7GWF572WM6L9WVDSF' where id=7; -update noar tt set v0='KPC6UMRJB56' where id=8; -update noar ti set v0='KPC6UMRJB56' where id=8; -update noar tt set b0='TVUWIP75WL4V' where id=8; -update noar ti set b0='TVUWIP75WL4V' where id=8; -update noar tt set v0='OP8I1WB' where id=8; -update noar ti set v0='OP8I1WB' where id=8; -update noar tt set b1='CWBA8RK1EQ99U1V9W5F' where id=8; -update noar ti set b1='CWBA8RK1EQ99U1V9W5F' where id=8; -update noar tt set v0='RFQYJVYOH' where id=8; -update noar ti set v0='RFQYJVYOH' where id=8; -update noar tt set b2='W' where id=8; -update noar ti set b2='W' where id=8; -update noar tt set v0='DW0WCVWTKE3XHPRQ4J3OEMCMS5' where id=9; -update noar ti set v0='DW0WCVWTKE3XHPRQ4J3OEMCMS5' where id=9; -update noar tt set b0='0KHBKIEK7W1JSUM' where id=9; -update noar ti set b0='0KHBKIEK7W1JSUM' where id=9; -update noar tt set v0='ITRMQ974LJ2NE28B02' where id=9; -update noar ti set v0='ITRMQ974LJ2NE28B02' where id=9; -update noar tt set b1='HWUWMDV0' where id=9; -update noar ti set b1='HWUWMDV0' where id=9; -update noar tt set v0='TDWHIGSGUGSYNVSZYX9NTII9FJ4WWDB' where id=9; -update noar ti set v0='TDWHIGSGUGSYNVSZYX9NTII9FJ4WWDB' where id=9; -update noar tt set b2='UTOHP5DRDYBN6Q6899ENS9GOJK0F2E' where id=9; -update noar ti set b2='UTOHP5DRDYBN6Q6899ENS9GOJK0F2E' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q40VL7193ODVFE34T0' where id=1; -update noar ti set v0='Q40VL7193ODVFE34T0' where id=1; -update noar tt set b0='V5RV4TSPQX69PELX7KFQ' where id=1; -update noar ti set b0='V5RV4TSPQX69PELX7KFQ' where id=1; -update noar tt set v0='N27OG3J6PDRCD9XHEGOV' where id=1; -update noar ti set v0='N27OG3J6PDRCD9XHEGOV' where id=1; -update noar tt set b1='DPOAV8BV68G65GP17BLB' where id=1; -update noar ti set b1='DPOAV8BV68G65GP17BLB' where id=1; -update noar tt set v0='6VGDZEP5' where id=1; -update noar ti set v0='6VGDZEP5' where id=1; -update noar tt set b2='NOAV4L703NB5SX2PHZCYKHB6T7R' where id=1; -update noar ti set b2='NOAV4L703NB5SX2PHZCYKHB6T7R' where id=1; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b0='JA5M692FAUPH8YD' where id=2; -update noar ti set b0='JA5M692FAUPH8YD' where id=2; -update noar tt set v0='1ZKDTEB5AQIE1KH2U2XKGNY4X' where id=2; -update noar ti set v0='1ZKDTEB5AQIE1KH2U2XKGNY4X' where id=2; -update noar tt set b1='QBHKWUOHKNWAI7MLPGNE' where id=2; -update noar ti set b1='QBHKWUOHKNWAI7MLPGNE' where id=2; -update noar tt set v0='7TUMK6RPH3PUX00RGQCQMXDADENN9' where id=2; -update noar ti set v0='7TUMK6RPH3PUX00RGQCQMXDADENN9' where id=2; -update noar tt set b2='WA6KO98E3ZVIC7J3ITSDIFRMK' where id=2; -update noar ti set b2='WA6KO98E3ZVIC7J3ITSDIFRMK' where id=2; -update noar tt set v0='5OWI6XJWKNJON16O9ZGTQPC7RRPA' where id=3; -update noar ti set v0='5OWI6XJWKNJON16O9ZGTQPC7RRPA' where id=3; -update noar tt set b0='SR' where id=3; -update noar ti set b0='SR' where id=3; -update noar tt set v0='F1K' where id=3; -update noar ti set v0='F1K' where id=3; -update noar tt set b1='AQ2QJ7XCGIRWMVWXX4CDGLDN4EONK916' where id=3; -update noar ti set b1='AQ2QJ7XCGIRWMVWXX4CDGLDN4EONK916' where id=3; -update noar tt set v0='SOQ0K4503O03ESH' where id=3; -update noar ti set v0='SOQ0K4503O03ESH' where id=3; -update noar tt set b2='4BVCVILSWJYAL5930IHFA5' where id=3; -update noar ti set b2='4BVCVILSWJYAL5930IHFA5' where id=3; -update noar tt set v0='N4SDF' where id=4; -update noar ti set v0='N4SDF' where id=4; -update noar tt set b0='MTA9KCYYXOYLI2FTG4' where id=4; -update noar ti set b0='MTA9KCYYXOYLI2FTG4' where id=4; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b1='Q6VI4V0S3KDWU288TWPPNUE3TXSTP' where id=4; -update noar ti set b1='Q6VI4V0S3KDWU288TWPPNUE3TXSTP' where id=4; -update noar tt set v0='QZYJJSL6HI042NII36SYYJ7AMKT' where id=4; -update noar ti set v0='QZYJJSL6HI042NII36SYYJ7AMKT' where id=4; -update noar tt set b2='8AQEABPWUV78W5YT2V102MM4' where id=4; -update noar ti set b2='8AQEABPWUV78W5YT2V102MM4' where id=4; -update noar tt set v0='GRHFPPL3IQ4GVYLDNICBCN' where id=5; -update noar ti set v0='GRHFPPL3IQ4GVYLDNICBCN' where id=5; -update noar tt set b0='H5Z5OGF7XANTER6ZOEVXYIPUGFS2O8B' where id=5; -update noar ti set b0='H5Z5OGF7XANTER6ZOEVXYIPUGFS2O8B' where id=5; -update noar tt set v0='LYQ5HW5740I8N1VXQLZGK0A5QIT6M9KN' where id=5; -update noar ti set v0='LYQ5HW5740I8N1VXQLZGK0A5QIT6M9KN' where id=5; -update noar tt set b1='4D3XK3OKDDJ6TT708JSAYVKMIYVSQBB' where id=5; -update noar ti set b1='4D3XK3OKDDJ6TT708JSAYVKMIYVSQBB' where id=5; -update noar tt set v0='C423N11' where id=5; -update noar ti set v0='C423N11' where id=5; -update noar tt set b2='18SAG6I70M0VNUXILFU3DB' where id=5; -update noar ti set b2='18SAG6I70M0VNUXILFU3DB' where id=5; -update noar tt set v0='BY3UG98SS5RW9C26HFU' where id=6; -update noar ti set v0='BY3UG98SS5RW9C26HFU' where id=6; -update noar tt set b0='SE5' where id=6; -update noar ti set b0='SE5' where id=6; -update noar tt set v0='1ERKY7HPB6K0OTUC8HM' where id=6; -update noar ti set v0='1ERKY7HPB6K0OTUC8HM' where id=6; -update noar tt set b1='4E77VC4CBINAZUZNE5BM27222MO' where id=6; -update noar ti set b1='4E77VC4CBINAZUZNE5BM27222MO' where id=6; -update noar tt set v0='DFT0U5FT' where id=6; -update noar ti set v0='DFT0U5FT' where id=6; -update noar tt set b2='QC7JGSHVI7V0C5WSNGK53WHUMOVGKT3' where id=6; -update noar ti set b2='QC7JGSHVI7V0C5WSNGK53WHUMOVGKT3' where id=6; -update noar tt set v0='2Y' where id=7; -update noar ti set v0='2Y' where id=7; -update noar tt set b0='EM32N4XLC5D2MQ02' where id=7; -update noar ti set b0='EM32N4XLC5D2MQ02' where id=7; -update noar tt set v0='QKT599MG06SJB1B5PD' where id=7; -update noar ti set v0='QKT599MG06SJB1B5PD' where id=7; -update noar tt set b1='WQ37RIMMI2HUS3EJC7L5V6ZN' where id=7; -update noar ti set b1='WQ37RIMMI2HUS3EJC7L5V6ZN' where id=7; -update noar tt set v0='2CAMWPI8S0RBBE8ZJDGQT6VS0W8A1C' where id=7; -update noar ti set v0='2CAMWPI8S0RBBE8ZJDGQT6VS0W8A1C' where id=7; -update noar tt set b2='AWAH' where id=7; -update noar ti set b2='AWAH' where id=7; -update noar tt set v0='BV6XAGWTXN5ITRI40AZ371G4KE' where id=8; -update noar ti set v0='BV6XAGWTXN5ITRI40AZ371G4KE' where id=8; -update noar tt set b0='I5ZXYVERHZ' where id=8; -update noar ti set b0='I5ZXYVERHZ' where id=8; -update noar tt set v0='S2VEAZ855XWA' where id=8; -update noar ti set v0='S2VEAZ855XWA' where id=8; -update noar tt set b1='8X7EWHZ0' where id=8; -update noar ti set b1='8X7EWHZ0' where id=8; -update noar tt set v0='4JPJ2CSDDEKUUEB1USG7YFIW7' where id=8; -update noar ti set v0='4JPJ2CSDDEKUUEB1USG7YFIW7' where id=8; -update noar tt set b2='DII' where id=8; -update noar ti set b2='DII' where id=8; -update noar tt set v0='5A75G60KPYCWOOIPVYX53PYYBI' where id=9; -update noar ti set v0='5A75G60KPYCWOOIPVYX53PYYBI' where id=9; -update noar tt set b0='Z3U12JGTDJOGDUVR0T4WO7BL8K8TTOP' where id=9; -update noar ti set b0='Z3U12JGTDJOGDUVR0T4WO7BL8K8TTOP' where id=9; -update noar tt set v0='EBF0CHA3W1A8Z2QTSQZUPZM5WV' where id=9; -update noar ti set v0='EBF0CHA3W1A8Z2QTSQZUPZM5WV' where id=9; -update noar tt set b1='NPF3SKH' where id=9; -update noar ti set b1='NPF3SKH' where id=9; -update noar tt set v0='DJ51X5O799KN1EDNT4' where id=9; -update noar ti set v0='DJ51X5O799KN1EDNT4' where id=9; -update noar tt set b2='H83LWYFZOFYE93FTIE' where id=9; -update noar ti set b2='H83LWYFZOFYE93FTIE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L216J66DXUFDB6' where id=1; -update noar ti set v0='L216J66DXUFDB6' where id=1; -update noar tt set b0='3JNUGSHGGWC31BA5K1EU9I77T4L' where id=1; -update noar ti set b0='3JNUGSHGGWC31BA5K1EU9I77T4L' where id=1; -update noar tt set v0='PPQ9FYR21W6FFX3KU1X4JPPU' where id=1; -update noar ti set v0='PPQ9FYR21W6FFX3KU1X4JPPU' where id=1; -update noar tt set b1='RE4L8HV2585YPI892R' where id=1; -update noar ti set b1='RE4L8HV2585YPI892R' where id=1; -update noar tt set v0='3Z2DRB5P6HHXLRVONQVQ31KU35UMP' where id=1; -update noar ti set v0='3Z2DRB5P6HHXLRVONQVQ31KU35UMP' where id=1; -update noar tt set b2='OXHDY9R2L7IQ5KR5RWF33CGAR29Y' where id=1; -update noar ti set b2='OXHDY9R2L7IQ5KR5RWF33CGAR29Y' where id=1; -update noar tt set v0='RM9ZO9IFY4E' where id=2; -update noar ti set v0='RM9ZO9IFY4E' where id=2; -update noar tt set b0='JTPNEJ' where id=2; -update noar ti set b0='JTPNEJ' where id=2; -update noar tt set v0='I2N3XAFX5W8CVQ' where id=2; -update noar ti set v0='I2N3XAFX5W8CVQ' where id=2; -update noar tt set b1='Z2EBTZN3I9VYPWJO03' where id=2; -update noar ti set b1='Z2EBTZN3I9VYPWJO03' where id=2; -update noar tt set v0='5T7RB44ZHU4I89UF' where id=2; -update noar ti set v0='5T7RB44ZHU4I89UF' where id=2; -update noar tt set b2='D82GI1XWTUV4VI' where id=2; -update noar ti set b2='D82GI1XWTUV4VI' where id=2; -update noar tt set v0='WV27QB711I60AJO' where id=3; -update noar ti set v0='WV27QB711I60AJO' where id=3; -update noar tt set b0='7CZY1W6K' where id=3; -update noar ti set b0='7CZY1W6K' where id=3; -update noar tt set v0='82AMGMC' where id=3; -update noar ti set v0='82AMGMC' where id=3; -update noar tt set b1='JUT92YANW4G4QUPJ6' where id=3; -update noar ti set b1='JUT92YANW4G4QUPJ6' where id=3; -update noar tt set v0='55UNJDOWWEIL7VV' where id=3; -update noar ti set v0='55UNJDOWWEIL7VV' where id=3; -update noar tt set b2='0UW9' where id=3; -update noar ti set b2='0UW9' where id=3; -update noar tt set v0='BB75FMHPUEPO' where id=4; -update noar ti set v0='BB75FMHPUEPO' where id=4; -update noar tt set b0='K3BQ360V2A526TWDYD' where id=4; -update noar ti set b0='K3BQ360V2A526TWDYD' where id=4; -update noar tt set v0='6J8N' where id=4; -update noar ti set v0='6J8N' where id=4; -update noar tt set b1='AMU5' where id=4; -update noar ti set b1='AMU5' where id=4; -update noar tt set v0='B27R' where id=4; -update noar ti set v0='B27R' where id=4; -update noar tt set b2='O' where id=4; -update noar ti set b2='O' where id=4; -update noar tt set v0='31' where id=5; -update noar ti set v0='31' where id=5; -update noar tt set b0='KDDL7JOZVMSPAUA7BOR' where id=5; -update noar ti set b0='KDDL7JOZVMSPAUA7BOR' where id=5; -update noar tt set v0='HV' where id=5; -update noar ti set v0='HV' where id=5; -update noar tt set b1='TSG40YRD03OJ63PPU4OF6ZGW87RB' where id=5; -update noar ti set b1='TSG40YRD03OJ63PPU4OF6ZGW87RB' where id=5; -update noar tt set v0='UV' where id=5; -update noar ti set v0='UV' where id=5; -update noar tt set b2='49O' where id=5; -update noar ti set b2='49O' where id=5; -update noar tt set v0='G0UGH40M3BR89' where id=6; -update noar ti set v0='G0UGH40M3BR89' where id=6; -update noar tt set b0='8XRKCLUP' where id=6; -update noar ti set b0='8XRKCLUP' where id=6; -update noar tt set v0='4G08NKNGG56U8C0SNGBK' where id=6; -update noar ti set v0='4G08NKNGG56U8C0SNGBK' where id=6; -update noar tt set b1='U5Q1FGOWIUFTTB1' where id=6; -update noar ti set b1='U5Q1FGOWIUFTTB1' where id=6; -update noar tt set v0='5DXSCQPO2C0DTMTC' where id=6; -update noar ti set v0='5DXSCQPO2C0DTMTC' where id=6; -update noar tt set b2='UW2I29J5X6Y9T2KGY' where id=6; -update noar ti set b2='UW2I29J5X6Y9T2KGY' where id=6; -update noar tt set v0='B5MQYIXBK' where id=7; -update noar ti set v0='B5MQYIXBK' where id=7; -update noar tt set b0='PDD50CBPYGLVREJYRQZKYBOLV2HLX5' where id=7; -update noar ti set b0='PDD50CBPYGLVREJYRQZKYBOLV2HLX5' where id=7; -update noar tt set v0='FZMC' where id=7; -update noar ti set v0='FZMC' where id=7; -update noar tt set b1='H' where id=7; -update noar ti set b1='H' where id=7; -update noar tt set v0='1105F5OL' where id=7; -update noar ti set v0='1105F5OL' where id=7; -update noar tt set b2='8WTAS92G8A1JIOBV8LC9HL' where id=7; -update noar ti set b2='8WTAS92G8A1JIOBV8LC9HL' where id=7; -update noar tt set v0='IKTS1RCAWVE6WAN6AG548' where id=8; -update noar ti set v0='IKTS1RCAWVE6WAN6AG548' where id=8; -update noar tt set b0='F7V79OAO' where id=8; -update noar ti set b0='F7V79OAO' where id=8; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b1='7AL' where id=8; -update noar ti set b1='7AL' where id=8; -update noar tt set v0='5N' where id=8; -update noar ti set v0='5N' where id=8; -update noar tt set b2='SYMCSRP0MIP' where id=8; -update noar ti set b2='SYMCSRP0MIP' where id=8; -update noar tt set v0='0HOU7X8TI958RM4PEDD9FULXK' where id=9; -update noar ti set v0='0HOU7X8TI958RM4PEDD9FULXK' where id=9; -update noar tt set b0='Q2R324PIM' where id=9; -update noar ti set b0='Q2R324PIM' where id=9; -update noar tt set v0='6VZASL7MA5ZCHVAWDV18' where id=9; -update noar ti set v0='6VZASL7MA5ZCHVAWDV18' where id=9; -update noar tt set b1='1FNS0848JEGELV3YS9IC8E3BR' where id=9; -update noar ti set b1='1FNS0848JEGELV3YS9IC8E3BR' where id=9; -update noar tt set v0='BMJWRDRBCBQF9KT6PCERSX' where id=9; -update noar ti set v0='BMJWRDRBCBQF9KT6PCERSX' where id=9; -update noar tt set b2='KFUEK5STYM94I' where id=9; -update noar ti set b2='KFUEK5STYM94I' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ZJAGF2H06JVV4Y2ZJNQD0GF' where id=1; -update noar ti set v0='2ZJAGF2H06JVV4Y2ZJNQD0GF' where id=1; -update noar tt set b0='7' where id=1; -update noar ti set b0='7' where id=1; -update noar tt set v0='C1MVXJGRTB43I150HUW6D7UFXKB' where id=1; -update noar ti set v0='C1MVXJGRTB43I150HUW6D7UFXKB' where id=1; -update noar tt set b1='E6' where id=1; -update noar ti set b1='E6' where id=1; -update noar tt set v0='XT4IDAUGS53L338TX89' where id=1; -update noar ti set v0='XT4IDAUGS53L338TX89' where id=1; -update noar tt set b2='IUDCY3UHT7Y9W' where id=1; -update noar ti set b2='IUDCY3UHT7Y9W' where id=1; -update noar tt set v0='L88M2' where id=2; -update noar ti set v0='L88M2' where id=2; -update noar tt set b0='BCAWJ80C3Q9BLJUVZTMFD99OZW4C4' where id=2; -update noar ti set b0='BCAWJ80C3Q9BLJUVZTMFD99OZW4C4' where id=2; -update noar tt set v0='MPS' where id=2; -update noar ti set v0='MPS' where id=2; -update noar tt set b1='7N60NEE3MAHIMHIUMWN5WG' where id=2; -update noar ti set b1='7N60NEE3MAHIMHIUMWN5WG' where id=2; -update noar tt set v0='GIZ9GB' where id=2; -update noar ti set v0='GIZ9GB' where id=2; -update noar tt set b2='RVZ' where id=2; -update noar ti set b2='RVZ' where id=2; -update noar tt set v0='L60O11U' where id=3; -update noar ti set v0='L60O11U' where id=3; -update noar tt set b0='KZP4M65M628QHB0RYW' where id=3; -update noar ti set b0='KZP4M65M628QHB0RYW' where id=3; -update noar tt set v0='CUXBJ92HROQOV971UZWU5SVGCG' where id=3; -update noar ti set v0='CUXBJ92HROQOV971UZWU5SVGCG' where id=3; -update noar tt set b1='10VMTK4HEZJAFAEIDBP6U39ZC' where id=3; -update noar ti set b1='10VMTK4HEZJAFAEIDBP6U39ZC' where id=3; -update noar tt set v0='9CNV5JGB3AI85KXEFMFBNURYTS' where id=3; -update noar ti set v0='9CNV5JGB3AI85KXEFMFBNURYTS' where id=3; -update noar tt set b2='684VPUULD43UWPO' where id=3; -update noar ti set b2='684VPUULD43UWPO' where id=3; -update noar tt set v0='UDN8MYPX7XB5XPNDN2PSQV26OJEAEYM' where id=4; -update noar ti set v0='UDN8MYPX7XB5XPNDN2PSQV26OJEAEYM' where id=4; -update noar tt set b0='9WOPXKBQ' where id=4; -update noar ti set b0='9WOPXKBQ' where id=4; -update noar tt set v0='JEN39H2SEXEXNXUG42NMABL1A' where id=4; -update noar ti set v0='JEN39H2SEXEXNXUG42NMABL1A' where id=4; -update noar tt set b1='2UZ1W' where id=4; -update noar ti set b1='2UZ1W' where id=4; -update noar tt set v0='G9ZPRRG5E1TY7F' where id=4; -update noar ti set v0='G9ZPRRG5E1TY7F' where id=4; -update noar tt set b2='FDAH3UGHO' where id=4; -update noar ti set b2='FDAH3UGHO' where id=4; -update noar tt set v0='WOB4FBKF78WUVG9NTW8XFSDWH' where id=5; -update noar ti set v0='WOB4FBKF78WUVG9NTW8XFSDWH' where id=5; -update noar tt set b0='W' where id=5; -update noar ti set b0='W' where id=5; -update noar tt set v0='P6GWJUW3XAL7UZBXVOIS3993' where id=5; -update noar ti set v0='P6GWJUW3XAL7UZBXVOIS3993' where id=5; -update noar tt set b1='KR2NGIJF1MTZ8' where id=5; -update noar ti set b1='KR2NGIJF1MTZ8' where id=5; -update noar tt set v0='WIRUG' where id=5; -update noar ti set v0='WIRUG' where id=5; -update noar tt set b2='HS8W2DE589RPAE250WW' where id=5; -update noar ti set b2='HS8W2DE589RPAE250WW' where id=5; -update noar tt set v0='E39EDBEO9S' where id=6; -update noar ti set v0='E39EDBEO9S' where id=6; -update noar tt set b0='22Z5GXHKLC53NZND1NKM9H0L78K8' where id=6; -update noar ti set b0='22Z5GXHKLC53NZND1NKM9H0L78K8' where id=6; -update noar tt set v0='0IUUGFJO1OVUWJL990DW3HDBX09' where id=6; -update noar ti set v0='0IUUGFJO1OVUWJL990DW3HDBX09' where id=6; -update noar tt set b1='3B2087MV2AY99M7XB1C' where id=6; -update noar ti set b1='3B2087MV2AY99M7XB1C' where id=6; -update noar tt set v0='AB0UC53R' where id=6; -update noar ti set v0='AB0UC53R' where id=6; -update noar tt set b2='QRWUE5CM4F2U' where id=6; -update noar ti set b2='QRWUE5CM4F2U' where id=6; -update noar tt set v0='7YBB0BVQ24OZMZUO7QUD6Z8F3A0KG' where id=7; -update noar ti set v0='7YBB0BVQ24OZMZUO7QUD6Z8F3A0KG' where id=7; -update noar tt set b0='87Y2MYJSYXJ4IF8UGOFFZKMS' where id=7; -update noar ti set b0='87Y2MYJSYXJ4IF8UGOFFZKMS' where id=7; -update noar tt set v0='73LSTH0BXZW36OA6LVJMPKUIWE' where id=7; -update noar ti set v0='73LSTH0BXZW36OA6LVJMPKUIWE' where id=7; -update noar tt set b1='65TPUR989EH09W3O' where id=7; -update noar ti set b1='65TPUR989EH09W3O' where id=7; -update noar tt set v0='G7I6LERBGXSS6BJLP921Q' where id=7; -update noar ti set v0='G7I6LERBGXSS6BJLP921Q' where id=7; -update noar tt set b2='J18GXSZP2GVXBP4ZKLHCYETYWUKN8F6' where id=7; -update noar ti set b2='J18GXSZP2GVXBP4ZKLHCYETYWUKN8F6' where id=7; -update noar tt set v0='9X43MHCEDI8DRYO8H15EZ0GZ6QC2Z2' where id=8; -update noar ti set v0='9X43MHCEDI8DRYO8H15EZ0GZ6QC2Z2' where id=8; -update noar tt set b0='AO' where id=8; -update noar ti set b0='AO' where id=8; -update noar tt set v0='ZJQ5M56YT65VCYZ2JE9YQ4H' where id=8; -update noar ti set v0='ZJQ5M56YT65VCYZ2JE9YQ4H' where id=8; -update noar tt set b1='6RNRART7CFE50XV0RW93NXQ5VBN4V2VO' where id=8; -update noar ti set b1='6RNRART7CFE50XV0RW93NXQ5VBN4V2VO' where id=8; -update noar tt set v0='FTG4DVK1A54X3XZYPEAHV0' where id=8; -update noar ti set v0='FTG4DVK1A54X3XZYPEAHV0' where id=8; -update noar tt set b2='RAWRYFCQQ6HHOXHGP9GKMT2Q' where id=8; -update noar ti set b2='RAWRYFCQQ6HHOXHGP9GKMT2Q' where id=8; -update noar tt set v0='FP7' where id=9; -update noar ti set v0='FP7' where id=9; -update noar tt set b0='ZZB6DKBO' where id=9; -update noar ti set b0='ZZB6DKBO' where id=9; -update noar tt set v0='XWKRYVS' where id=9; -update noar ti set v0='XWKRYVS' where id=9; -update noar tt set b1='IG5805TARFTSG7RNXW0DT5' where id=9; -update noar ti set b1='IG5805TARFTSG7RNXW0DT5' where id=9; -update noar tt set v0='30I4C1L2MDYQOTKLJMG2T3JW' where id=9; -update noar ti set v0='30I4C1L2MDYQOTKLJMG2T3JW' where id=9; -update noar tt set b2='6ZZ3WQVOMUNKSW3QKQ6HV4ELR' where id=9; -update noar ti set b2='6ZZ3WQVOMUNKSW3QKQ6HV4ELR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NWHSJHAYMED9LHNQZM5P' where id=1; -update noar ti set v0='NWHSJHAYMED9LHNQZM5P' where id=1; -update noar tt set b0='KN2SZIYVYZYJBWGSMD' where id=1; -update noar ti set b0='KN2SZIYVYZYJBWGSMD' where id=1; -update noar tt set v0='X05D' where id=1; -update noar ti set v0='X05D' where id=1; -update noar tt set b1='T4H9PY559DJA88U2CYKJIJL0S4H27YTE' where id=1; -update noar ti set b1='T4H9PY559DJA88U2CYKJIJL0S4H27YTE' where id=1; -update noar tt set v0='KQK7ZE4SN5OH1A9K31YNBOM60EE3' where id=1; -update noar ti set v0='KQK7ZE4SN5OH1A9K31YNBOM60EE3' where id=1; -update noar tt set b2='C791GBP' where id=1; -update noar ti set b2='C791GBP' where id=1; -update noar tt set v0='3' where id=2; -update noar ti set v0='3' where id=2; -update noar tt set b0='09EU3XY68D172BL7MYJ0NO9' where id=2; -update noar ti set b0='09EU3XY68D172BL7MYJ0NO9' where id=2; -update noar tt set v0='N87PW08T2CZAMKKNKX0K5UKI4VQQ' where id=2; -update noar ti set v0='N87PW08T2CZAMKKNKX0K5UKI4VQQ' where id=2; -update noar tt set b1='LUDSRYIBTIKXVKNTP' where id=2; -update noar ti set b1='LUDSRYIBTIKXVKNTP' where id=2; -update noar tt set v0='A2CGYVFWZJKJP601A5G3S' where id=2; -update noar ti set v0='A2CGYVFWZJKJP601A5G3S' where id=2; -update noar tt set b2='3' where id=2; -update noar ti set b2='3' where id=2; -update noar tt set v0='SK7DCQTR6AOV' where id=3; -update noar ti set v0='SK7DCQTR6AOV' where id=3; -update noar tt set b0='TX044FKN6TVMY7Q8Q9C24' where id=3; -update noar ti set b0='TX044FKN6TVMY7Q8Q9C24' where id=3; -update noar tt set v0='3K7Q27B2CX8UC7SXW' where id=3; -update noar ti set v0='3K7Q27B2CX8UC7SXW' where id=3; -update noar tt set b1='LEXADGPDYKORJA' where id=3; -update noar ti set b1='LEXADGPDYKORJA' where id=3; -update noar tt set v0='L9SQ7WJW7MH4LS6CVM6LF8H7UVDQA4KN' where id=3; -update noar ti set v0='L9SQ7WJW7MH4LS6CVM6LF8H7UVDQA4KN' where id=3; -update noar tt set b2='F613SNE0I' where id=3; -update noar ti set b2='F613SNE0I' where id=3; -update noar tt set v0='4PYXQ382NKFQ0IK4P302NZ0' where id=4; -update noar ti set v0='4PYXQ382NKFQ0IK4P302NZ0' where id=4; -update noar tt set b0='B66OJJ44SST1SYVD38P' where id=4; -update noar ti set b0='B66OJJ44SST1SYVD38P' where id=4; -update noar tt set v0='6OXVVQAPA6' where id=4; -update noar ti set v0='6OXVVQAPA6' where id=4; -update noar tt set b1='L4T43M8L3' where id=4; -update noar ti set b1='L4T43M8L3' where id=4; -update noar tt set v0='UBZIT7HDIA783R8O2' where id=4; -update noar ti set v0='UBZIT7HDIA783R8O2' where id=4; -update noar tt set b2='NEQN3Z5MWI4ZPX8NL' where id=4; -update noar ti set b2='NEQN3Z5MWI4ZPX8NL' where id=4; -update noar tt set v0='HZ2SH0JQ11CMBGBGRPLJH01ZQNKGO2PT' where id=5; -update noar ti set v0='HZ2SH0JQ11CMBGBGRPLJH01ZQNKGO2PT' where id=5; -update noar tt set b0='548PXEBUH5Y25MHBGI' where id=5; -update noar ti set b0='548PXEBUH5Y25MHBGI' where id=5; -update noar tt set v0='RO' where id=5; -update noar ti set v0='RO' where id=5; -update noar tt set b1='2YNKHL05H' where id=5; -update noar ti set b1='2YNKHL05H' where id=5; -update noar tt set v0='BR' where id=5; -update noar ti set v0='BR' where id=5; -update noar tt set b2='VOX0H24KGGL9MZ' where id=5; -update noar ti set b2='VOX0H24KGGL9MZ' where id=5; -update noar tt set v0='F0NLNKPVIYFEZE5M0KALUA8TR8BIOR99' where id=6; -update noar ti set v0='F0NLNKPVIYFEZE5M0KALUA8TR8BIOR99' where id=6; -update noar tt set b0='W8I0B94RUSAH2' where id=6; -update noar ti set b0='W8I0B94RUSAH2' where id=6; -update noar tt set v0='6CFG33' where id=6; -update noar ti set v0='6CFG33' where id=6; -update noar tt set b1='2ZZY6U' where id=6; -update noar ti set b1='2ZZY6U' where id=6; -update noar tt set v0='HK08953CN6BQ4JXBK6661PCX' where id=6; -update noar ti set v0='HK08953CN6BQ4JXBK6661PCX' where id=6; -update noar tt set b2='6A3FMJIP78G6HIT7S' where id=6; -update noar ti set b2='6A3FMJIP78G6HIT7S' where id=6; -update noar tt set v0='9DU2GIVO84MYR7ZMZM9ZECGI0004C' where id=7; -update noar ti set v0='9DU2GIVO84MYR7ZMZM9ZECGI0004C' where id=7; -update noar tt set b0='HN3X0NCPFNCK' where id=7; -update noar ti set b0='HN3X0NCPFNCK' where id=7; -update noar tt set v0='P3HQFY31' where id=7; -update noar ti set v0='P3HQFY31' where id=7; -update noar tt set b1='YG4ZQAVR' where id=7; -update noar ti set b1='YG4ZQAVR' where id=7; -update noar tt set v0='C3QIWL4M8B' where id=7; -update noar ti set v0='C3QIWL4M8B' where id=7; -update noar tt set b2='AC11DOLF2RBNEH7B8' where id=7; -update noar ti set b2='AC11DOLF2RBNEH7B8' where id=7; -update noar tt set v0='9OTLAZ1E4' where id=8; -update noar ti set v0='9OTLAZ1E4' where id=8; -update noar tt set b0='SEEP3OE5L7H51BSWX1CAY6D86IMNZH6' where id=8; -update noar ti set b0='SEEP3OE5L7H51BSWX1CAY6D86IMNZH6' where id=8; -update noar tt set v0='FOWT349K24V8D2XVSBJK' where id=8; -update noar ti set v0='FOWT349K24V8D2XVSBJK' where id=8; -update noar tt set b1='KDCLCSSC3Q9OIY' where id=8; -update noar ti set b1='KDCLCSSC3Q9OIY' where id=8; -update noar tt set v0='RWIXT4BUO7XWPRNS7' where id=8; -update noar ti set v0='RWIXT4BUO7XWPRNS7' where id=8; -update noar tt set b2='CDTY7JAHNH16X39V7KKWSYHO3T3' where id=8; -update noar ti set b2='CDTY7JAHNH16X39V7KKWSYHO3T3' where id=8; -update noar tt set v0='J5PW316XFOGK89MAWP4EIN' where id=9; -update noar ti set v0='J5PW316XFOGK89MAWP4EIN' where id=9; -update noar tt set b0='6TEX1PX15LWBXX63' where id=9; -update noar ti set b0='6TEX1PX15LWBXX63' where id=9; -update noar tt set v0='GCD8ELC2BQ10MDG73RC0J' where id=9; -update noar ti set v0='GCD8ELC2BQ10MDG73RC0J' where id=9; -update noar tt set b1='Y4' where id=9; -update noar ti set b1='Y4' where id=9; -update noar tt set v0='ZQBUVKJ9M5Y4B57SO274HY6GTYTSD85' where id=9; -update noar ti set v0='ZQBUVKJ9M5Y4B57SO274HY6GTYTSD85' where id=9; -update noar tt set b2='G8XH9' where id=9; -update noar ti set b2='G8XH9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N5' where id=1; -update noar ti set v0='N5' where id=1; -update noar tt set b0='UACQC7JU4' where id=1; -update noar ti set b0='UACQC7JU4' where id=1; -update noar tt set v0='VTWW08W3FSXPGF67' where id=1; -update noar ti set v0='VTWW08W3FSXPGF67' where id=1; -update noar tt set b1='4Y5M334SHKRNP8UCFNXZA5WXV2BP0TXO' where id=1; -update noar ti set b1='4Y5M334SHKRNP8UCFNXZA5WXV2BP0TXO' where id=1; -update noar tt set v0='VAQI85KWNE' where id=1; -update noar ti set v0='VAQI85KWNE' where id=1; -update noar tt set b2='5W9KAEJF7HUDI' where id=1; -update noar ti set b2='5W9KAEJF7HUDI' where id=1; -update noar tt set v0='QMONG2VN16NTEGIK47THTB1UPB6O2DV' where id=2; -update noar ti set v0='QMONG2VN16NTEGIK47THTB1UPB6O2DV' where id=2; -update noar tt set b0='818O3SR' where id=2; -update noar ti set b0='818O3SR' where id=2; -update noar tt set v0='HSWIABRQ5ZANTAAMSF46K95' where id=2; -update noar ti set v0='HSWIABRQ5ZANTAAMSF46K95' where id=2; -update noar tt set b1='51ORZ5Q1N88HQG6QDUVEPQUHU6' where id=2; -update noar ti set b1='51ORZ5Q1N88HQG6QDUVEPQUHU6' where id=2; -update noar tt set v0='KSCB2C' where id=2; -update noar ti set v0='KSCB2C' where id=2; -update noar tt set b2='W6JXJ' where id=2; -update noar ti set b2='W6JXJ' where id=2; -update noar tt set v0='2A00RJM681W' where id=3; -update noar ti set v0='2A00RJM681W' where id=3; -update noar tt set b0='F1FTH2B' where id=3; -update noar ti set b0='F1FTH2B' where id=3; -update noar tt set v0='V92V83KO0EKHDIWMGBBT0GVHUHSUYIT' where id=3; -update noar ti set v0='V92V83KO0EKHDIWMGBBT0GVHUHSUYIT' where id=3; -update noar tt set b1='D07MLGVC9KFM0RDYHA47IOCVYT2HC' where id=3; -update noar ti set b1='D07MLGVC9KFM0RDYHA47IOCVYT2HC' where id=3; -update noar tt set v0='88MY32OLBEWMMJ' where id=3; -update noar ti set v0='88MY32OLBEWMMJ' where id=3; -update noar tt set b2='T6W69XOCEUGTT96R7E027DIG9F99ZEZO' where id=3; -update noar ti set b2='T6W69XOCEUGTT96R7E027DIG9F99ZEZO' where id=3; -update noar tt set v0='PP5K' where id=4; -update noar ti set v0='PP5K' where id=4; -update noar tt set b0='JSIPCVIE9QHW0GFAGKOU7P0EOTI4' where id=4; -update noar ti set b0='JSIPCVIE9QHW0GFAGKOU7P0EOTI4' where id=4; -update noar tt set v0='HEJOOGM7Q59' where id=4; -update noar ti set v0='HEJOOGM7Q59' where id=4; -update noar tt set b1='SZYPUTDYAG0' where id=4; -update noar ti set b1='SZYPUTDYAG0' where id=4; -update noar tt set v0='OMHECUO0EOE85KKCXMRM48OV7YNWIZRC' where id=4; -update noar ti set v0='OMHECUO0EOE85KKCXMRM48OV7YNWIZRC' where id=4; -update noar tt set b2='W' where id=4; -update noar ti set b2='W' where id=4; -update noar tt set v0='IN09HARX2UCX' where id=5; -update noar ti set v0='IN09HARX2UCX' where id=5; -update noar tt set b0='UK3NY' where id=5; -update noar ti set b0='UK3NY' where id=5; -update noar tt set v0='5L76ER4RDH4LMWHUX9UG7F9FQEIL8VH7' where id=5; -update noar ti set v0='5L76ER4RDH4LMWHUX9UG7F9FQEIL8VH7' where id=5; -update noar tt set b1='VSCKGHWELK9B' where id=5; -update noar ti set b1='VSCKGHWELK9B' where id=5; -update noar tt set v0='O7G6KMB0HTH3ZIRPJN174TOHFTBU7C' where id=5; -update noar ti set v0='O7G6KMB0HTH3ZIRPJN174TOHFTBU7C' where id=5; -update noar tt set b2='8WK9K7QHO0V27OVD0JXBF9U8QFTF' where id=5; -update noar ti set b2='8WK9K7QHO0V27OVD0JXBF9U8QFTF' where id=5; -update noar tt set v0='E3JXX1DOQDJPP' where id=6; -update noar ti set v0='E3JXX1DOQDJPP' where id=6; -update noar tt set b0='TWK' where id=6; -update noar ti set b0='TWK' where id=6; -update noar tt set v0='BQDVLKNRA561W3EIXM' where id=6; -update noar ti set v0='BQDVLKNRA561W3EIXM' where id=6; -update noar tt set b1='5SNUNB0O20LA4WF' where id=6; -update noar ti set b1='5SNUNB0O20LA4WF' where id=6; -update noar tt set v0='37M8XS1TDWOB' where id=6; -update noar ti set v0='37M8XS1TDWOB' where id=6; -update noar tt set b2='LOI6J8' where id=6; -update noar ti set b2='LOI6J8' where id=6; -update noar tt set v0='1J0Y7IJI65BN57OYBP7YBV2CRZN7P' where id=7; -update noar ti set v0='1J0Y7IJI65BN57OYBP7YBV2CRZN7P' where id=7; -update noar tt set b0='0J' where id=7; -update noar ti set b0='0J' where id=7; -update noar tt set v0='15CWG' where id=7; -update noar ti set v0='15CWG' where id=7; -update noar tt set b1='RZFMNIP5WFQ8YGGWFXEWERKDLJ378Q' where id=7; -update noar ti set b1='RZFMNIP5WFQ8YGGWFXEWERKDLJ378Q' where id=7; -update noar tt set v0='BXI2E2KVHU' where id=7; -update noar ti set v0='BXI2E2KVHU' where id=7; -update noar tt set b2='O4DUFHMCA01GEEXQME8ZCW16W421Z4' where id=7; -update noar ti set b2='O4DUFHMCA01GEEXQME8ZCW16W421Z4' where id=7; -update noar tt set v0='BWAI9MJSI7WAJ2YW5QO9397' where id=8; -update noar ti set v0='BWAI9MJSI7WAJ2YW5QO9397' where id=8; -update noar tt set b0='C46PVNIB879PVL5R5F' where id=8; -update noar ti set b0='C46PVNIB879PVL5R5F' where id=8; -update noar tt set v0='QAMIV53TCM3KAVSE' where id=8; -update noar ti set v0='QAMIV53TCM3KAVSE' where id=8; -update noar tt set b1='I1VDETXQGK2XHPG' where id=8; -update noar ti set b1='I1VDETXQGK2XHPG' where id=8; -update noar tt set v0='4CI8WKXD5BK5GI5IH5' where id=8; -update noar ti set v0='4CI8WKXD5BK5GI5IH5' where id=8; -update noar tt set b2='5' where id=8; -update noar ti set b2='5' where id=8; -update noar tt set v0='Z3IUV7VVDH' where id=9; -update noar ti set v0='Z3IUV7VVDH' where id=9; -update noar tt set b0='OI1HI6WQTHBRBA6927K4Y1NBLZ2VP' where id=9; -update noar ti set b0='OI1HI6WQTHBRBA6927K4Y1NBLZ2VP' where id=9; -update noar tt set v0='VXBAMU5ZW2O76ZC1UKPSG5VYEYV3P' where id=9; -update noar ti set v0='VXBAMU5ZW2O76ZC1UKPSG5VYEYV3P' where id=9; -update noar tt set b1='9JCMIUTJ3HAUNB71QJ4J0DY55CEU8H' where id=9; -update noar ti set b1='9JCMIUTJ3HAUNB71QJ4J0DY55CEU8H' where id=9; -update noar tt set v0='RGRU01F9JDGFSN8WKTC4' where id=9; -update noar ti set v0='RGRU01F9JDGFSN8WKTC4' where id=9; -update noar tt set b2='7HY0TERWCQR4QESCHT2Z' where id=9; -update noar ti set b2='7HY0TERWCQR4QESCHT2Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MX92BBA4SWVEMS06OJ' where id=1; -update noar ti set v0='MX92BBA4SWVEMS06OJ' where id=1; -update noar tt set b0='0RLF6RTR6WJESAEBLQPL8VEKKA7W6' where id=1; -update noar ti set b0='0RLF6RTR6WJESAEBLQPL8VEKKA7W6' where id=1; -update noar tt set v0='DVIQ' where id=1; -update noar ti set v0='DVIQ' where id=1; -update noar tt set b1='9EIU2WQMV9264VQH8Q8XIKZS5G' where id=1; -update noar ti set b1='9EIU2WQMV9264VQH8Q8XIKZS5G' where id=1; -update noar tt set v0='XF8VP0DLO1D01LQG' where id=1; -update noar ti set v0='XF8VP0DLO1D01LQG' where id=1; -update noar tt set b2='NKSHQML7FD9G6YGRZDC340AZE9X' where id=1; -update noar ti set b2='NKSHQML7FD9G6YGRZDC340AZE9X' where id=1; -update noar tt set v0='4AZHEXI9YIXWIRX1EDG8H' where id=2; -update noar ti set v0='4AZHEXI9YIXWIRX1EDG8H' where id=2; -update noar tt set b0='UB7CL95OH' where id=2; -update noar ti set b0='UB7CL95OH' where id=2; -update noar tt set v0='IUTX9H' where id=2; -update noar ti set v0='IUTX9H' where id=2; -update noar tt set b1='H70055R7WQ0UQT8MB9JHAPWLCRCV9' where id=2; -update noar ti set b1='H70055R7WQ0UQT8MB9JHAPWLCRCV9' where id=2; -update noar tt set v0='O49BHR7C5VVNIK4J38P7TF' where id=2; -update noar ti set v0='O49BHR7C5VVNIK4J38P7TF' where id=2; -update noar tt set b2='4IBXZJKZYO6G57A1H1H98' where id=2; -update noar ti set b2='4IBXZJKZYO6G57A1H1H98' where id=2; -update noar tt set v0='HXLLCRHBF6CE2' where id=3; -update noar ti set v0='HXLLCRHBF6CE2' where id=3; -update noar tt set b0='PHOBSYXSBO65X' where id=3; -update noar ti set b0='PHOBSYXSBO65X' where id=3; -update noar tt set v0='S29W7O' where id=3; -update noar ti set v0='S29W7O' where id=3; -update noar tt set b1='42RH1STPLQXLQ8W55IALDLWGI' where id=3; -update noar ti set b1='42RH1STPLQXLQ8W55IALDLWGI' where id=3; -update noar tt set v0='K72W05QTUOI87NJ4W07V2' where id=3; -update noar ti set v0='K72W05QTUOI87NJ4W07V2' where id=3; -update noar tt set b2='AYZ4Q58K4' where id=3; -update noar ti set b2='AYZ4Q58K4' where id=3; -update noar tt set v0='O5334BVU25QPGD3CNBGRB6' where id=4; -update noar ti set v0='O5334BVU25QPGD3CNBGRB6' where id=4; -update noar tt set b0='XNOCJZX9W9KD12398MH3JBBS2HEHT' where id=4; -update noar ti set b0='XNOCJZX9W9KD12398MH3JBBS2HEHT' where id=4; -update noar tt set v0='RAOGVEHESP' where id=4; -update noar ti set v0='RAOGVEHESP' where id=4; -update noar tt set b1='7BPBFE' where id=4; -update noar ti set b1='7BPBFE' where id=4; -update noar tt set v0='ST34364EB61ITQUIVWQ1' where id=4; -update noar ti set v0='ST34364EB61ITQUIVWQ1' where id=4; -update noar tt set b2='1WBII279D476PEH3QXBIK2AIT1YA8JEV' where id=4; -update noar ti set b2='1WBII279D476PEH3QXBIK2AIT1YA8JEV' where id=4; -update noar tt set v0='C6B' where id=5; -update noar ti set v0='C6B' where id=5; -update noar tt set b0='K3ZVOFIRDNLUH' where id=5; -update noar ti set b0='K3ZVOFIRDNLUH' where id=5; -update noar tt set v0='SVVWHXHDFQK' where id=5; -update noar ti set v0='SVVWHXHDFQK' where id=5; -update noar tt set b1='TZMAYB88690X' where id=5; -update noar ti set b1='TZMAYB88690X' where id=5; -update noar tt set v0='RKE34C0GINFZH0JELRN' where id=5; -update noar ti set v0='RKE34C0GINFZH0JELRN' where id=5; -update noar tt set b2='USWVYBNPQDUUINZRO2M0JR47O9FV0R' where id=5; -update noar ti set b2='USWVYBNPQDUUINZRO2M0JR47O9FV0R' where id=5; -update noar tt set v0='3ZDK3LB80V3' where id=6; -update noar ti set v0='3ZDK3LB80V3' where id=6; -update noar tt set b0='PBE5K96QI9R8S253AGP859LDPX' where id=6; -update noar ti set b0='PBE5K96QI9R8S253AGP859LDPX' where id=6; -update noar tt set v0='LVNY6LW8KJV6TI8K0' where id=6; -update noar ti set v0='LVNY6LW8KJV6TI8K0' where id=6; -update noar tt set b1='K2SUD0' where id=6; -update noar ti set b1='K2SUD0' where id=6; -update noar tt set v0='9PUG7' where id=6; -update noar ti set v0='9PUG7' where id=6; -update noar tt set b2='DNXGZ4L9VW0NZL8FNSLV7' where id=6; -update noar ti set b2='DNXGZ4L9VW0NZL8FNSLV7' where id=6; -update noar tt set v0='3AX58WOQR5O2EC' where id=7; -update noar ti set v0='3AX58WOQR5O2EC' where id=7; -update noar tt set b0='Q25H' where id=7; -update noar ti set b0='Q25H' where id=7; -update noar tt set v0='5SBTRDOJT3GEZO4VKSL92' where id=7; -update noar ti set v0='5SBTRDOJT3GEZO4VKSL92' where id=7; -update noar tt set b1='PAXCQIZNBUF30E1MN3D72IYAWZR' where id=7; -update noar ti set b1='PAXCQIZNBUF30E1MN3D72IYAWZR' where id=7; -update noar tt set v0='Z3G' where id=7; -update noar ti set v0='Z3G' where id=7; -update noar tt set b2='W9ZS14BS1JL90650K' where id=7; -update noar ti set b2='W9ZS14BS1JL90650K' where id=7; -update noar tt set v0='SMZMKDLPP' where id=8; -update noar ti set v0='SMZMKDLPP' where id=8; -update noar tt set b0='Y2UMT' where id=8; -update noar ti set b0='Y2UMT' where id=8; -update noar tt set v0='QKD49TOY9CPEE3BKTH3GO8HJP' where id=8; -update noar ti set v0='QKD49TOY9CPEE3BKTH3GO8HJP' where id=8; -update noar tt set b1='0Z02Y32' where id=8; -update noar ti set b1='0Z02Y32' where id=8; -update noar tt set v0='NXN6K' where id=8; -update noar ti set v0='NXN6K' where id=8; -update noar tt set b2='BS5LLYNWC' where id=8; -update noar ti set b2='BS5LLYNWC' where id=8; -update noar tt set v0='SGZZ6KFK3FTOXPEM0G15HTIE1QDI531' where id=9; -update noar ti set v0='SGZZ6KFK3FTOXPEM0G15HTIE1QDI531' where id=9; -update noar tt set b0='OB1FSM9CNOULC17SBF67QR98DY' where id=9; -update noar ti set b0='OB1FSM9CNOULC17SBF67QR98DY' where id=9; -update noar tt set v0='31F9WRL9RQ61DG3D7SYLL0P5M' where id=9; -update noar ti set v0='31F9WRL9RQ61DG3D7SYLL0P5M' where id=9; -update noar tt set b1='1Q' where id=9; -update noar ti set b1='1Q' where id=9; -update noar tt set v0='6I7381BY' where id=9; -update noar ti set v0='6I7381BY' where id=9; -update noar tt set b2='GEMR8SGTHQWEM94WAY' where id=9; -update noar ti set b2='GEMR8SGTHQWEM94WAY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F' where id=1; -update noar ti set v0='F' where id=1; -update noar tt set b0='STPBM' where id=1; -update noar ti set b0='STPBM' where id=1; -update noar tt set v0='WKUAFH2VN70A19A6XCGJDGW6E0B' where id=1; -update noar ti set v0='WKUAFH2VN70A19A6XCGJDGW6E0B' where id=1; -update noar tt set b1='I6IZ6NYUUMSJGJHMASU8WTRS2' where id=1; -update noar ti set b1='I6IZ6NYUUMSJGJHMASU8WTRS2' where id=1; -update noar tt set v0='D4' where id=1; -update noar ti set v0='D4' where id=1; -update noar tt set b2='KKSMN4LJ5Y7' where id=1; -update noar ti set b2='KKSMN4LJ5Y7' where id=1; -update noar tt set v0='I' where id=2; -update noar ti set v0='I' where id=2; -update noar tt set b0='151OFEVGJYQSZV' where id=2; -update noar ti set b0='151OFEVGJYQSZV' where id=2; -update noar tt set v0='GZKNCEWMC65M2FASI1SBUUJ3U8RU' where id=2; -update noar ti set v0='GZKNCEWMC65M2FASI1SBUUJ3U8RU' where id=2; -update noar tt set b1='0UBKOW2N8OKFJ84RBZCXSJEP037JU2' where id=2; -update noar ti set b1='0UBKOW2N8OKFJ84RBZCXSJEP037JU2' where id=2; -update noar tt set v0='Y5JSPAOPBT69B3OQKQGYOW9FQ' where id=2; -update noar ti set v0='Y5JSPAOPBT69B3OQKQGYOW9FQ' where id=2; -update noar tt set b2='FIZ' where id=2; -update noar ti set b2='FIZ' where id=2; -update noar tt set v0='3QU8' where id=3; -update noar ti set v0='3QU8' where id=3; -update noar tt set b0='R0E4HHC7QRPPC8HRL72LB09' where id=3; -update noar ti set b0='R0E4HHC7QRPPC8HRL72LB09' where id=3; -update noar tt set v0='4H' where id=3; -update noar ti set v0='4H' where id=3; -update noar tt set b1='9WWK01AA3Z4ZJ6PIPCMF7VN2YVKX9A6' where id=3; -update noar ti set b1='9WWK01AA3Z4ZJ6PIPCMF7VN2YVKX9A6' where id=3; -update noar tt set v0='M974YVNIZ1NARF5' where id=3; -update noar ti set v0='M974YVNIZ1NARF5' where id=3; -update noar tt set b2='TSGNSFRDYWC3HNIC753D67' where id=3; -update noar ti set b2='TSGNSFRDYWC3HNIC753D67' where id=3; -update noar tt set v0='MWFJUCTEVMHN36' where id=4; -update noar ti set v0='MWFJUCTEVMHN36' where id=4; -update noar tt set b0='56W9O1S1VSC' where id=4; -update noar ti set b0='56W9O1S1VSC' where id=4; -update noar tt set v0='FJKHA776QLMIR0JO2NAH0HWY' where id=4; -update noar ti set v0='FJKHA776QLMIR0JO2NAH0HWY' where id=4; -update noar tt set b1='J14BK0A3SZSWB' where id=4; -update noar ti set b1='J14BK0A3SZSWB' where id=4; -update noar tt set v0='1LBPB50A0NB2XUR6KWICOIIR2AJJLEE' where id=4; -update noar ti set v0='1LBPB50A0NB2XUR6KWICOIIR2AJJLEE' where id=4; -update noar tt set b2='RH6IC3JVTAQ' where id=4; -update noar ti set b2='RH6IC3JVTAQ' where id=4; -update noar tt set v0='DE31UPJUERRX4LFNB' where id=5; -update noar ti set v0='DE31UPJUERRX4LFNB' where id=5; -update noar tt set b0='411XK6UK7VY0U52R' where id=5; -update noar ti set b0='411XK6UK7VY0U52R' where id=5; -update noar tt set v0='73JGLEH067EY4DO' where id=5; -update noar ti set v0='73JGLEH067EY4DO' where id=5; -update noar tt set b1='4F3RTNEUT8LCRBS87IGM1T4QKHZ0UTD' where id=5; -update noar ti set b1='4F3RTNEUT8LCRBS87IGM1T4QKHZ0UTD' where id=5; -update noar tt set v0='KZCD3' where id=5; -update noar ti set v0='KZCD3' where id=5; -update noar tt set b2='ZV980JBFL7EMUZAJ6PVWSWE' where id=5; -update noar ti set b2='ZV980JBFL7EMUZAJ6PVWSWE' where id=5; -update noar tt set v0='DRDS9ZRMLQ4CDNGA5D09VQ' where id=6; -update noar ti set v0='DRDS9ZRMLQ4CDNGA5D09VQ' where id=6; -update noar tt set b0='T1PW5KLZE5N139R32MYD1TUASSI5' where id=6; -update noar ti set b0='T1PW5KLZE5N139R32MYD1TUASSI5' where id=6; -update noar tt set v0='QRWJHN' where id=6; -update noar ti set v0='QRWJHN' where id=6; -update noar tt set b1='BW683SLS2S6Z' where id=6; -update noar ti set b1='BW683SLS2S6Z' where id=6; -update noar tt set v0='WCXLHZBF8MKMWGATZ21' where id=6; -update noar ti set v0='WCXLHZBF8MKMWGATZ21' where id=6; -update noar tt set b2='RN4EG9A5MYLVX9YN13974R6KZ4J' where id=6; -update noar ti set b2='RN4EG9A5MYLVX9YN13974R6KZ4J' where id=6; -update noar tt set v0='K59ND6QPLAKDI418271' where id=7; -update noar ti set v0='K59ND6QPLAKDI418271' where id=7; -update noar tt set b0='UZ51TYKC23KH5YXD80' where id=7; -update noar ti set b0='UZ51TYKC23KH5YXD80' where id=7; -update noar tt set v0='T0AU7VSJLNVDS3BWJGYQ5NEUCHILJI1P' where id=7; -update noar ti set v0='T0AU7VSJLNVDS3BWJGYQ5NEUCHILJI1P' where id=7; -update noar tt set b1='N9GT3P7L3TS0' where id=7; -update noar ti set b1='N9GT3P7L3TS0' where id=7; -update noar tt set v0='1VWA3ND4TOW14JSWMHGA224AC7E1' where id=7; -update noar ti set v0='1VWA3ND4TOW14JSWMHGA224AC7E1' where id=7; -update noar tt set b2='FWLJ' where id=7; -update noar ti set b2='FWLJ' where id=7; -update noar tt set v0='1ECCPUL88LHV' where id=8; -update noar ti set v0='1ECCPUL88LHV' where id=8; -update noar tt set b0='Z8P05XW7NC' where id=8; -update noar ti set b0='Z8P05XW7NC' where id=8; -update noar tt set v0='YIHBO4PX0052N3ZZEJS8S95R1' where id=8; -update noar ti set v0='YIHBO4PX0052N3ZZEJS8S95R1' where id=8; -update noar tt set b1='S22VABMYDBGJJARTGCWVZGE' where id=8; -update noar ti set b1='S22VABMYDBGJJARTGCWVZGE' where id=8; -update noar tt set v0='04629RAXTQHBBB1JKKJAJ6M52U' where id=8; -update noar ti set v0='04629RAXTQHBBB1JKKJAJ6M52U' where id=8; -update noar tt set b2='907GRRVU33HRB5NFM4UVWCT9CWR9B4' where id=8; -update noar ti set b2='907GRRVU33HRB5NFM4UVWCT9CWR9B4' where id=8; -update noar tt set v0='MHIPLD3' where id=9; -update noar ti set v0='MHIPLD3' where id=9; -update noar tt set b0='O50M3AOG3O' where id=9; -update noar ti set b0='O50M3AOG3O' where id=9; -update noar tt set v0='TLRY7B9YFU' where id=9; -update noar ti set v0='TLRY7B9YFU' where id=9; -update noar tt set b1='N03VLWD4UT' where id=9; -update noar ti set b1='N03VLWD4UT' where id=9; -update noar tt set v0='CDLZYEK3J76E69KKG6CX3W7PM6MY' where id=9; -update noar ti set v0='CDLZYEK3J76E69KKG6CX3W7PM6MY' where id=9; -update noar tt set b2='3DGWJD3MF' where id=9; -update noar ti set b2='3DGWJD3MF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QXCYXIY9HEXZU0X0QW3ZF9V' where id=1; -update noar ti set v0='QXCYXIY9HEXZU0X0QW3ZF9V' where id=1; -update noar tt set b0='GMGK1CXTZ3V4GYUC2M9B91SK91BXLAX' where id=1; -update noar ti set b0='GMGK1CXTZ3V4GYUC2M9B91SK91BXLAX' where id=1; -update noar tt set v0='WAL' where id=1; -update noar ti set v0='WAL' where id=1; -update noar tt set b1='WVRXP5ON76J0FA2ODUFBMOGT6TU2MVBA' where id=1; -update noar ti set b1='WVRXP5ON76J0FA2ODUFBMOGT6TU2MVBA' where id=1; -update noar tt set v0='OUC85N24CR51NG4FNI1VQIEO76QQ1' where id=1; -update noar ti set v0='OUC85N24CR51NG4FNI1VQIEO76QQ1' where id=1; -update noar tt set b2='71RBGJJWLWAMUCYAB7VLG9S' where id=1; -update noar ti set b2='71RBGJJWLWAMUCYAB7VLG9S' where id=1; -update noar tt set v0='4RYEJGWGQHTIYCFBOK' where id=2; -update noar ti set v0='4RYEJGWGQHTIYCFBOK' where id=2; -update noar tt set b0='1HQV9KK28B2T1N24DH' where id=2; -update noar ti set b0='1HQV9KK28B2T1N24DH' where id=2; -update noar tt set v0='NIC3YMFDOHN' where id=2; -update noar ti set v0='NIC3YMFDOHN' where id=2; -update noar tt set b1='NSNUD3W7SODCJ9CSNG9ETAVJLIGPATU' where id=2; -update noar ti set b1='NSNUD3W7SODCJ9CSNG9ETAVJLIGPATU' where id=2; -update noar tt set v0='NRJCC8YIH81MI0G0JC7JTP3EMI' where id=2; -update noar ti set v0='NRJCC8YIH81MI0G0JC7JTP3EMI' where id=2; -update noar tt set b2='FN9' where id=2; -update noar ti set b2='FN9' where id=2; -update noar tt set v0='7ASEMW7' where id=3; -update noar ti set v0='7ASEMW7' where id=3; -update noar tt set b0='DN9RET9G7U99TOZ2RK43DN1G2LAPF' where id=3; -update noar ti set b0='DN9RET9G7U99TOZ2RK43DN1G2LAPF' where id=3; -update noar tt set v0='TAKI6KBV7' where id=3; -update noar ti set v0='TAKI6KBV7' where id=3; -update noar tt set b1='LT4JUNN3QAAV0L' where id=3; -update noar ti set b1='LT4JUNN3QAAV0L' where id=3; -update noar tt set v0='MZ36VLY1FYJ' where id=3; -update noar ti set v0='MZ36VLY1FYJ' where id=3; -update noar tt set b2='IMTACLKITMDX7Z' where id=3; -update noar ti set b2='IMTACLKITMDX7Z' where id=3; -update noar tt set v0='CYU' where id=4; -update noar ti set v0='CYU' where id=4; -update noar tt set b0='MNJ1OH9WNFA' where id=4; -update noar ti set b0='MNJ1OH9WNFA' where id=4; -update noar tt set v0='YIANQRDGU' where id=4; -update noar ti set v0='YIANQRDGU' where id=4; -update noar tt set b1='GBKAC8X6' where id=4; -update noar ti set b1='GBKAC8X6' where id=4; -update noar tt set v0='1D8EQJ5O0HB2CTYKHIE8OVY9NUV' where id=4; -update noar ti set v0='1D8EQJ5O0HB2CTYKHIE8OVY9NUV' where id=4; -update noar tt set b2='P8795LZLOR2YQQ4A3R19A4UO' where id=4; -update noar ti set b2='P8795LZLOR2YQQ4A3R19A4UO' where id=4; -update noar tt set v0='S6AYAN3YW7ZVLRPKK2N' where id=5; -update noar ti set v0='S6AYAN3YW7ZVLRPKK2N' where id=5; -update noar tt set b0='V8NNC1J57FXEJ' where id=5; -update noar ti set b0='V8NNC1J57FXEJ' where id=5; -update noar tt set v0='5YMAYSLLDSJGAN' where id=5; -update noar ti set v0='5YMAYSLLDSJGAN' where id=5; -update noar tt set b1='YQQZRJANDXENUR8KDZ1PUGBRONI71WS' where id=5; -update noar ti set b1='YQQZRJANDXENUR8KDZ1PUGBRONI71WS' where id=5; -update noar tt set v0='9ZHPLXAG6YUMIZL78OQWLZ035' where id=5; -update noar ti set v0='9ZHPLXAG6YUMIZL78OQWLZ035' where id=5; -update noar tt set b2='3' where id=5; -update noar ti set b2='3' where id=5; -update noar tt set v0='9CRW0R8PX92Z8EAW' where id=6; -update noar ti set v0='9CRW0R8PX92Z8EAW' where id=6; -update noar tt set b0='TICEQQ2TGM7L30' where id=6; -update noar ti set b0='TICEQQ2TGM7L30' where id=6; -update noar tt set v0='NA5GS1VIGH3CS37GOKHAVDLF8L387Q' where id=6; -update noar ti set v0='NA5GS1VIGH3CS37GOKHAVDLF8L387Q' where id=6; -update noar tt set b1='BX9DBOL' where id=6; -update noar ti set b1='BX9DBOL' where id=6; -update noar tt set v0='GY0Z8U89TVQ6PUKWY' where id=6; -update noar ti set v0='GY0Z8U89TVQ6PUKWY' where id=6; -update noar tt set b2='GTTXDBDPDGTPIMMS74EFR9DC2' where id=6; -update noar ti set b2='GTTXDBDPDGTPIMMS74EFR9DC2' where id=6; -update noar tt set v0='OHVPKG299C5RH1NM5G8UE' where id=7; -update noar ti set v0='OHVPKG299C5RH1NM5G8UE' where id=7; -update noar tt set b0='FXQAZ8UXV4KGEAMIBRATIGEZ0VXVGEFA' where id=7; -update noar ti set b0='FXQAZ8UXV4KGEAMIBRATIGEZ0VXVGEFA' where id=7; -update noar tt set v0='2L2WBE3H1RBX5FI9IW1NRM3' where id=7; -update noar ti set v0='2L2WBE3H1RBX5FI9IW1NRM3' where id=7; -update noar tt set b1='JOX4OPR4C59SQLMDBS3I' where id=7; -update noar ti set b1='JOX4OPR4C59SQLMDBS3I' where id=7; -update noar tt set v0='8XWQ831085PJYNHZYOU3V' where id=7; -update noar ti set v0='8XWQ831085PJYNHZYOU3V' where id=7; -update noar tt set b2='XNNNALCPSYOESMQQ829NAVV0AN75Y6' where id=7; -update noar ti set b2='XNNNALCPSYOESMQQ829NAVV0AN75Y6' where id=7; -update noar tt set v0='E1BPSL2J9I6VE3XYLKSLLPUVQRPV7BX' where id=8; -update noar ti set v0='E1BPSL2J9I6VE3XYLKSLLPUVQRPV7BX' where id=8; -update noar tt set b0='ABRW3EZ4S1F3SH0OON4VKW529G' where id=8; -update noar ti set b0='ABRW3EZ4S1F3SH0OON4VKW529G' where id=8; -update noar tt set v0='ULQ8SZWPC5MTBV' where id=8; -update noar ti set v0='ULQ8SZWPC5MTBV' where id=8; -update noar tt set b1='SJ2WCOUMB5NQ8PM7X27F446VME4I' where id=8; -update noar ti set b1='SJ2WCOUMB5NQ8PM7X27F446VME4I' where id=8; -update noar tt set v0='2C39Q1T7CI59ZO33T' where id=8; -update noar ti set v0='2C39Q1T7CI59ZO33T' where id=8; -update noar tt set b2='0LODV5VP465' where id=8; -update noar ti set b2='0LODV5VP465' where id=8; -update noar tt set v0='G5COILN' where id=9; -update noar ti set v0='G5COILN' where id=9; -update noar tt set b0='5DGTGB8HEMBC' where id=9; -update noar ti set b0='5DGTGB8HEMBC' where id=9; -update noar tt set v0='1QDBMVO12D8PKNQ3CLAG12ULZ7S4KWJ' where id=9; -update noar ti set v0='1QDBMVO12D8PKNQ3CLAG12ULZ7S4KWJ' where id=9; -update noar tt set b1='PC2FFX8IQRBN' where id=9; -update noar ti set b1='PC2FFX8IQRBN' where id=9; -update noar tt set v0='RLUGBNPPVCIIXAP' where id=9; -update noar ti set v0='RLUGBNPPVCIIXAP' where id=9; -update noar tt set b2='1EF6LTSRFBK2ROBBL' where id=9; -update noar ti set b2='1EF6LTSRFBK2ROBBL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,0,'','','',''); -insert into tt values (2,0,'','','',''); -insert into tt values (3,0,'','','',''); -insert into tt values (4,0,'','','',''); -insert into tt values (5,0,'','','',''); -insert into tt values (6,0,'','','',''); -insert into tt values (7,0,'','','',''); -insert into tt values (8,0,'','','',''); -insert into tt values (9,0,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LEEYUTRS34P' where id=1; -update noar ti set v0='LEEYUTRS34P' where id=1; -update noar tt set b0='M99ECXEP4X9N2CIUQXK31QQB4YMJOY' where id=1; -update noar ti set b0='M99ECXEP4X9N2CIUQXK31QQB4YMJOY' where id=1; -update noar tt set v0='UWUDZUWPEQEPJ22XLK' where id=1; -update noar ti set v0='UWUDZUWPEQEPJ22XLK' where id=1; -update noar tt set b1='LASOLRZDKEI8' where id=1; -update noar ti set b1='LASOLRZDKEI8' where id=1; -update noar tt set v0='T' where id=1; -update noar ti set v0='T' where id=1; -update noar tt set b2='Z8KZLNDQ4JIF0L7P78WA' where id=1; -update noar ti set b2='Z8KZLNDQ4JIF0L7P78WA' where id=1; -update noar tt set v0='2GP6DEJ' where id=2; -update noar ti set v0='2GP6DEJ' where id=2; -update noar tt set b0='H0X864HBR3V1RIEJ9ZBXQAIXC' where id=2; -update noar ti set b0='H0X864HBR3V1RIEJ9ZBXQAIXC' where id=2; -update noar tt set v0='UXN0' where id=2; -update noar ti set v0='UXN0' where id=2; -update noar tt set b1='SRZZVJEVO72JAWSSKOK2K4N2BI5QNIUV' where id=2; -update noar ti set b1='SRZZVJEVO72JAWSSKOK2K4N2BI5QNIUV' where id=2; -update noar tt set v0='WMNT8KVHXSWOXRQP3ICE1BPV8AU8W' where id=2; -update noar ti set v0='WMNT8KVHXSWOXRQP3ICE1BPV8AU8W' where id=2; -update noar tt set b2='3IDATCFXH1N' where id=2; -update noar ti set b2='3IDATCFXH1N' where id=2; -update noar tt set v0='2BLL8H' where id=3; -update noar ti set v0='2BLL8H' where id=3; -update noar tt set b0='8I0MR9O73A3ZU' where id=3; -update noar ti set b0='8I0MR9O73A3ZU' where id=3; -update noar tt set v0='F15MBIWGGJTKWMCL' where id=3; -update noar ti set v0='F15MBIWGGJTKWMCL' where id=3; -update noar tt set b1='10UEU09O9PS' where id=3; -update noar ti set b1='10UEU09O9PS' where id=3; -update noar tt set v0='Y69SGR0281ITJKO1DL' where id=3; -update noar ti set v0='Y69SGR0281ITJKO1DL' where id=3; -update noar tt set b2='P8KRKC81XD0GLF0MB75M66PAUWG6M' where id=3; -update noar ti set b2='P8KRKC81XD0GLF0MB75M66PAUWG6M' where id=3; -update noar tt set v0='V05FVC27AK67P8UF' where id=4; -update noar ti set v0='V05FVC27AK67P8UF' where id=4; -update noar tt set b0='96GOVZJ57YF4P' where id=4; -update noar ti set b0='96GOVZJ57YF4P' where id=4; -update noar tt set v0='PCAOE2SHBW179MA06KJ0JMOAKZE37' where id=4; -update noar ti set v0='PCAOE2SHBW179MA06KJ0JMOAKZE37' where id=4; -update noar tt set b1='QZUMP45P813MCN8XJXJU0MH1QVSGKR' where id=4; -update noar ti set b1='QZUMP45P813MCN8XJXJU0MH1QVSGKR' where id=4; -update noar tt set v0='KSBAC3PHT79Y3S4ONZL' where id=4; -update noar ti set v0='KSBAC3PHT79Y3S4ONZL' where id=4; -update noar tt set b2='RQQ75RL8WSBT80S6LF3HI911P9LS' where id=4; -update noar ti set b2='RQQ75RL8WSBT80S6LF3HI911P9LS' where id=4; -update noar tt set v0='S2JS1Z1W6HHE1R6' where id=5; -update noar ti set v0='S2JS1Z1W6HHE1R6' where id=5; -update noar tt set b0='R63EDI' where id=5; -update noar ti set b0='R63EDI' where id=5; -update noar tt set v0='DRYQ9SZR34TREIFDK6HQ' where id=5; -update noar ti set v0='DRYQ9SZR34TREIFDK6HQ' where id=5; -update noar tt set b1='WITFE0XFLPD7DQ05FRQMTGZTWZ4NYV' where id=5; -update noar ti set b1='WITFE0XFLPD7DQ05FRQMTGZTWZ4NYV' where id=5; -update noar tt set v0='I' where id=5; -update noar ti set v0='I' where id=5; -update noar tt set b2='9918LQ72RYXMO' where id=5; -update noar ti set b2='9918LQ72RYXMO' where id=5; -update noar tt set v0='HJVH8W1MPJY255UPCLAQRNN0M' where id=6; -update noar ti set v0='HJVH8W1MPJY255UPCLAQRNN0M' where id=6; -update noar tt set b0='XBO' where id=6; -update noar ti set b0='XBO' where id=6; -update noar tt set v0='WBSGL7V81QVEIFA7ZEDY6PQBBOG0V' where id=6; -update noar ti set v0='WBSGL7V81QVEIFA7ZEDY6PQBBOG0V' where id=6; -update noar tt set b1='EJAZIX23T' where id=6; -update noar ti set b1='EJAZIX23T' where id=6; -update noar tt set v0='RKS6' where id=6; -update noar ti set v0='RKS6' where id=6; -update noar tt set b2='QJB84V43MSQEEQD2' where id=6; -update noar ti set b2='QJB84V43MSQEEQD2' where id=6; -update noar tt set v0='J5CIGFE6PG3HHF4IR99RP0BQWDRFVN' where id=7; -update noar ti set v0='J5CIGFE6PG3HHF4IR99RP0BQWDRFVN' where id=7; -update noar tt set b0='025DD53DH735IIL0KAUXUU' where id=7; -update noar ti set b0='025DD53DH735IIL0KAUXUU' where id=7; -update noar tt set v0='KT8MERXTHITVZTE5YBC4PODA' where id=7; -update noar ti set v0='KT8MERXTHITVZTE5YBC4PODA' where id=7; -update noar tt set b1='BB' where id=7; -update noar ti set b1='BB' where id=7; -update noar tt set v0='9UJQL' where id=7; -update noar ti set v0='9UJQL' where id=7; -update noar tt set b2='E' where id=7; -update noar ti set b2='E' where id=7; -update noar tt set v0='MA2Q7MR' where id=8; -update noar ti set v0='MA2Q7MR' where id=8; -update noar tt set b0='P3' where id=8; -update noar ti set b0='P3' where id=8; -update noar tt set v0='VR1D8WP5LP7P30IHZ' where id=8; -update noar ti set v0='VR1D8WP5LP7P30IHZ' where id=8; -update noar tt set b1='LTR0HBW1FZZCCXOMR6J' where id=8; -update noar ti set b1='LTR0HBW1FZZCCXOMR6J' where id=8; -update noar tt set v0='SKPAMR51C' where id=8; -update noar ti set v0='SKPAMR51C' where id=8; -update noar tt set b2='U7PX143M1' where id=8; -update noar ti set b2='U7PX143M1' where id=8; -update noar tt set v0='7ET84JN35G0Q9QKLQ5DQSCTPY' where id=9; -update noar ti set v0='7ET84JN35G0Q9QKLQ5DQSCTPY' where id=9; -update noar tt set b0='54NUGHTSUN6B48CWGO' where id=9; -update noar ti set b0='54NUGHTSUN6B48CWGO' where id=9; -update noar tt set v0='R1WINZC46' where id=9; -update noar ti set v0='R1WINZC46' where id=9; -update noar tt set b1='ODRI06CHM5QTDPFM900R6J7JWJ8W' where id=9; -update noar ti set b1='ODRI06CHM5QTDPFM900R6J7JWJ8W' where id=9; -update noar tt set v0='HWOZH897A0BVVRO1CH2OQFR' where id=9; -update noar ti set v0='HWOZH897A0BVVRO1CH2OQFR' where id=9; -update noar tt set b2='L' where id=9; -update noar ti set b2='L' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.py deleted file mode 100644 index 6eea11afd7bdfc62b1a9430106834ad3a6d74e09..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.py +++ /dev/null @@ -1,62 +0,0 @@ -#!/usr/bin/env python - -import sys -import random -import string - -def main(): - print "# generated by tokudb_fast_update_blobs_with_varchar.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - nrows = 10 - - blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob' ] - for a in blob_types: - for b in blob_types: - for c in blob_types: - for n in [ 'null', 'not null' ]: - for v in [ 'varchar(32)', 'varchar(256)' ]: - test_blobs([ a, b, c ] , v, n, nrows) - return 0 - -def test_blobs(cols, v, n, nrows): - print "create table tt (id bigint unsigned primary key," - print " v0 %s %s," % (v, n) - for i in range(len(cols)): - if i < len(cols)-1: - print " b%d %s %s," % (i, cols[i], n) - else: - print " b%d %s %s" % (i, cols[i], n) - print ") engine=tokudb;" - - for id in range(1,nrows): - if n == 'null': - print "insert into tt (id) values (%d);" % (id) - else: - print "insert into tt values (%d,'','','','');" % (id) - - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert into ti select * from tt;" - - for id in range(1,nrows): - for i in range(3): - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(random.randint(1,32))) - print "update noar tt set v%d='%s' where id=%d;" % (0, long_str, id) - print "update noar ti set v%d='%s' where id=%d;" % (0, long_str, id) - - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(random.randint(1,32))) - print "update noar tt set b%d='%s' where id=%d;" % (i, long_str, id) - print "update noar ti set b%d='%s' where id=%d;" % (i, long_str, id) - - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test index 0821c0c7a79cfcb625dc80d3b4aef75f0b3a8330..15875c4729750be43f6609b76a004a2db879f3ac 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test @@ -1,33031 +1,84 @@ -# generated by tokudb_fast_update_blobs_with_varchar.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OORH' where id=1; -update noar ti set v0='OORH' where id=1; -update noar tt set b0='2KX2' where id=1; -update noar ti set b0='2KX2' where id=1; -update noar tt set v0='QJ541BDOS' where id=1; -update noar ti set v0='QJ541BDOS' where id=1; -update noar tt set b1='BSTHXT0AXOL4NYJD04Q5' where id=1; -update noar ti set b1='BSTHXT0AXOL4NYJD04Q5' where id=1; -update noar tt set v0='F8QUEDSYQ8DZ' where id=1; -update noar ti set v0='F8QUEDSYQ8DZ' where id=1; -update noar tt set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1; -update noar ti set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1; -update noar tt set v0='03CCYAYAFDEDMH8K0' where id=2; -update noar ti set v0='03CCYAYAFDEDMH8K0' where id=2; -update noar tt set b0='6MA' where id=2; -update noar ti set b0='6MA' where id=2; -update noar tt set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2; -update noar ti set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2; -update noar tt set b1='KU' where id=2; -update noar ti set b1='KU' where id=2; -update noar tt set v0='WC173JZCT89RZX29' where id=2; -update noar ti set v0='WC173JZCT89RZX29' where id=2; -update noar tt set b2='EM5Y0U95XHX1PO6J5FJ' where id=2; -update noar ti set b2='EM5Y0U95XHX1PO6J5FJ' where id=2; -update noar tt set v0='AA' where id=3; -update noar ti set v0='AA' where id=3; -update noar tt set b0='5B8BYWIMT' where id=3; -update noar ti set b0='5B8BYWIMT' where id=3; -update noar tt set v0='2MS56CLNQ911' where id=3; -update noar ti set v0='2MS56CLNQ911' where id=3; -update noar tt set b1='5KJ1' where id=3; -update noar ti set b1='5KJ1' where id=3; -update noar tt set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3; -update noar ti set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3; -update noar tt set b2='204EX0GAWYOAWK7BWVQF' where id=3; -update noar ti set b2='204EX0GAWYOAWK7BWVQF' where id=3; -update noar tt set v0='WNELP' where id=4; -update noar ti set v0='WNELP' where id=4; -update noar tt set b0='LDZD' where id=4; -update noar ti set b0='LDZD' where id=4; -update noar tt set v0='COPYTGCQ3QJC2' where id=4; -update noar ti set v0='COPYTGCQ3QJC2' where id=4; -update noar tt set b1='6YCDENC77R12FSE80VRMQUX' where id=4; -update noar ti set b1='6YCDENC77R12FSE80VRMQUX' where id=4; -update noar tt set v0='DUD' where id=4; -update noar ti set v0='DUD' where id=4; -update noar tt set b2='56CV28UU6QQE1VAK5V' where id=4; -update noar ti set b2='56CV28UU6QQE1VAK5V' where id=4; -update noar tt set v0='5U0QNH8D7R8C' where id=5; -update noar ti set v0='5U0QNH8D7R8C' where id=5; -update noar tt set b0='NQSA' where id=5; -update noar ti set b0='NQSA' where id=5; -update noar tt set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5; -update noar ti set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5; -update noar tt set b1='K40KK' where id=5; -update noar ti set b1='K40KK' where id=5; -update noar tt set v0='I51G38X' where id=5; -update noar ti set v0='I51G38X' where id=5; -update noar tt set b2='NMMDK5HT4TQCZ223HJMH' where id=5; -update noar ti set b2='NMMDK5HT4TQCZ223HJMH' where id=5; -update noar tt set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6; -update noar ti set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6; -update noar tt set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6; -update noar ti set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6; -update noar tt set v0='28TK0FK' where id=6; -update noar ti set v0='28TK0FK' where id=6; -update noar tt set b1='10D4UXSXS0B887F' where id=6; -update noar ti set b1='10D4UXSXS0B887F' where id=6; -update noar tt set v0='56' where id=6; -update noar ti set v0='56' where id=6; -update noar tt set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6; -update noar ti set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6; -update noar tt set v0='Y' where id=7; -update noar ti set v0='Y' where id=7; -update noar tt set b0='5GXO' where id=7; -update noar ti set b0='5GXO' where id=7; -update noar tt set v0='VYXHF6O2M9DGW' where id=7; -update noar ti set v0='VYXHF6O2M9DGW' where id=7; -update noar tt set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7; -update noar ti set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7; -update noar tt set v0='UZGDBY7Z678RSL0' where id=7; -update noar ti set v0='UZGDBY7Z678RSL0' where id=7; -update noar tt set b2='1WXPQ46G8OI9JCDDHH' where id=7; -update noar ti set b2='1WXPQ46G8OI9JCDDHH' where id=7; -update noar tt set v0='5L8G' where id=8; -update noar ti set v0='5L8G' where id=8; -update noar tt set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8; -update noar ti set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8; -update noar tt set v0='1GWHOS2XH171' where id=8; -update noar ti set v0='1GWHOS2XH171' where id=8; -update noar tt set b1='02LXB8DY' where id=8; -update noar ti set b1='02LXB8DY' where id=8; -update noar tt set v0='UOYGGAFZ6R6' where id=8; -update noar ti set v0='UOYGGAFZ6R6' where id=8; -update noar tt set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8; -update noar ti set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8; -update noar tt set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9; -update noar ti set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9; -update noar tt set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9; -update noar ti set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9; -update noar tt set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9; -update noar ti set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9; -update noar tt set b1='6OWZ8BSATIWDL414' where id=9; -update noar ti set b1='6OWZ8BSATIWDL414' where id=9; -update noar tt set v0='NAXC' where id=9; -update noar ti set v0='NAXC' where id=9; -update noar tt set b2='GPS5U' where id=9; -update noar ti set b2='GPS5U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GUA99YRIEYZU77WX3' where id=1; -update noar ti set v0='GUA99YRIEYZU77WX3' where id=1; -update noar tt set b0='E5Z8VH6HTFIAY13A' where id=1; -update noar ti set b0='E5Z8VH6HTFIAY13A' where id=1; -update noar tt set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1; -update noar ti set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1; -update noar tt set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1; -update noar ti set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1; -update noar tt set v0='KHA1NS5XOLNS7U5IDIYN' where id=1; -update noar ti set v0='KHA1NS5XOLNS7U5IDIYN' where id=1; -update noar tt set b2='CQ9O8NN2I7QRR4P1' where id=1; -update noar ti set b2='CQ9O8NN2I7QRR4P1' where id=1; -update noar tt set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2; -update noar ti set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2; -update noar tt set b0='Z6XMK8B1U' where id=2; -update noar ti set b0='Z6XMK8B1U' where id=2; -update noar tt set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2; -update noar ti set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2; -update noar tt set b1='BM2KNC' where id=2; -update noar ti set b1='BM2KNC' where id=2; -update noar tt set v0='CM0UZPQBB3V268YAQU' where id=2; -update noar ti set v0='CM0UZPQBB3V268YAQU' where id=2; -update noar tt set b2='O4L0L27RH52X' where id=2; -update noar ti set b2='O4L0L27RH52X' where id=2; -update noar tt set v0='S5GDFSYE' where id=3; -update noar ti set v0='S5GDFSYE' where id=3; -update noar tt set b0='I3M3S6CAV84NAZ5' where id=3; -update noar ti set b0='I3M3S6CAV84NAZ5' where id=3; -update noar tt set v0='61240QJW72' where id=3; -update noar ti set v0='61240QJW72' where id=3; -update noar tt set b1='Z2BJ9' where id=3; -update noar ti set b1='Z2BJ9' where id=3; -update noar tt set v0='DH1QO' where id=3; -update noar ti set v0='DH1QO' where id=3; -update noar tt set b2='VCDOV18NW' where id=3; -update noar ti set b2='VCDOV18NW' where id=3; -update noar tt set v0='ICZ07JGBI54A21OWP' where id=4; -update noar ti set v0='ICZ07JGBI54A21OWP' where id=4; -update noar tt set b0='22C9JSV2LTPPHOL' where id=4; -update noar ti set b0='22C9JSV2LTPPHOL' where id=4; -update noar tt set v0='J0HN6ATJ' where id=4; -update noar ti set v0='J0HN6ATJ' where id=4; -update noar tt set b1='V4OV7F' where id=4; -update noar ti set b1='V4OV7F' where id=4; -update noar tt set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4; -update noar ti set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4; -update noar tt set b2='Z5N6PXGUU15LZ' where id=4; -update noar ti set b2='Z5N6PXGUU15LZ' where id=4; -update noar tt set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5; -update noar ti set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5; -update noar tt set b0='BUIVHMNWP73OS6' where id=5; -update noar ti set b0='BUIVHMNWP73OS6' where id=5; -update noar tt set v0='Q7ZZN2EG00YC' where id=5; -update noar ti set v0='Q7ZZN2EG00YC' where id=5; -update noar tt set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5; -update noar ti set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5; -update noar tt set v0='CP440F' where id=5; -update noar ti set v0='CP440F' where id=5; -update noar tt set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5; -update noar ti set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5; -update noar tt set v0='8P4D2473PB' where id=6; -update noar ti set v0='8P4D2473PB' where id=6; -update noar tt set b0='WS8Y' where id=6; -update noar ti set b0='WS8Y' where id=6; -update noar tt set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6; -update noar ti set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6; -update noar tt set b1='8' where id=6; -update noar ti set b1='8' where id=6; -update noar tt set v0='26F120T2108GADPHE' where id=6; -update noar ti set v0='26F120T2108GADPHE' where id=6; -update noar tt set b2='JJ' where id=6; -update noar ti set b2='JJ' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='5ZTBEX6EBFB' where id=7; -update noar ti set b0='5ZTBEX6EBFB' where id=7; -update noar tt set v0='BUGCY48W5G0050' where id=7; -update noar ti set v0='BUGCY48W5G0050' where id=7; -update noar tt set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7; -update noar ti set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7; -update noar tt set v0='YSQAVTQ07AKVLVE' where id=7; -update noar ti set v0='YSQAVTQ07AKVLVE' where id=7; -update noar tt set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7; -update noar ti set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7; -update noar tt set v0='72T978DXAG0IB2OXWNMDMB' where id=8; -update noar ti set v0='72T978DXAG0IB2OXWNMDMB' where id=8; -update noar tt set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8; -update noar ti set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8; -update noar tt set v0='KH5K09RLK3ETRF9VQCG' where id=8; -update noar ti set v0='KH5K09RLK3ETRF9VQCG' where id=8; -update noar tt set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8; -update noar ti set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8; -update noar tt set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8; -update noar ti set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8; -update noar tt set b2='Y46UAO' where id=8; -update noar ti set b2='Y46UAO' where id=8; -update noar tt set v0='5R' where id=9; -update noar ti set v0='5R' where id=9; -update noar tt set b0='U58' where id=9; -update noar ti set b0='U58' where id=9; -update noar tt set v0='BZI' where id=9; -update noar ti set v0='BZI' where id=9; -update noar tt set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9; -update noar ti set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9; -update noar tt set v0='N17OPAA5V1RM5ZOY5774' where id=9; -update noar ti set v0='N17OPAA5V1RM5ZOY5774' where id=9; -update noar tt set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9; -update noar ti set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O' where id=1; -update noar ti set v0='O' where id=1; -update noar tt set b0='7WFINTFU68KC2MI' where id=1; -update noar ti set b0='7WFINTFU68KC2MI' where id=1; -update noar tt set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1; -update noar ti set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1; -update noar tt set b1='XZ67YVD8I7XNHX' where id=1; -update noar ti set b1='XZ67YVD8I7XNHX' where id=1; -update noar tt set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1; -update noar ti set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1; -update noar tt set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1; -update noar ti set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1; -update noar tt set v0='7G6OGU8JP2H61YHFMEHOV' where id=2; -update noar ti set v0='7G6OGU8JP2H61YHFMEHOV' where id=2; -update noar tt set b0='CP3A1L3H045J21O81H93TG' where id=2; -update noar ti set b0='CP3A1L3H045J21O81H93TG' where id=2; -update noar tt set v0='M88M5W0U4NTYSOP7Y0H' where id=2; -update noar ti set v0='M88M5W0U4NTYSOP7Y0H' where id=2; -update noar tt set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2; -update noar ti set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2; -update noar tt set v0='X75D7JD7ORSLI3XDQG1O' where id=2; -update noar ti set v0='X75D7JD7ORSLI3XDQG1O' where id=2; -update noar tt set b2='BGH26K278X3TQ22RLGBO38' where id=2; -update noar ti set b2='BGH26K278X3TQ22RLGBO38' where id=2; -update noar tt set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3; -update noar ti set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3; -update noar tt set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3; -update noar ti set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3; -update noar tt set v0='6A3M46OO64CLJ' where id=3; -update noar ti set v0='6A3M46OO64CLJ' where id=3; -update noar tt set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3; -update noar ti set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3; -update noar tt set v0='P034MPJ1F0C32' where id=3; -update noar ti set v0='P034MPJ1F0C32' where id=3; -update noar tt set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3; -update noar ti set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3; -update noar tt set v0='OR5' where id=4; -update noar ti set v0='OR5' where id=4; -update noar tt set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4; -update noar ti set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4; -update noar tt set v0='CK6IN48FCJB3OLAK46' where id=4; -update noar ti set v0='CK6IN48FCJB3OLAK46' where id=4; -update noar tt set b1='P6OCTFHT00CGUVSJG' where id=4; -update noar ti set b1='P6OCTFHT00CGUVSJG' where id=4; -update noar tt set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4; -update noar ti set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4; -update noar tt set b2='20LIQVKLWHQ' where id=4; -update noar ti set b2='20LIQVKLWHQ' where id=4; -update noar tt set v0='T3M9334' where id=5; -update noar ti set v0='T3M9334' where id=5; -update noar tt set b0='RWL2Q8I21' where id=5; -update noar ti set b0='RWL2Q8I21' where id=5; -update noar tt set v0='ZOURSSIAMP9P2' where id=5; -update noar ti set v0='ZOURSSIAMP9P2' where id=5; -update noar tt set b1='1QKM7QT6GUJUJ7' where id=5; -update noar ti set b1='1QKM7QT6GUJUJ7' where id=5; -update noar tt set v0='3KC4WWAE' where id=5; -update noar ti set v0='3KC4WWAE' where id=5; -update noar tt set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5; -update noar ti set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5; -update noar tt set v0='2CAH2H' where id=6; -update noar ti set v0='2CAH2H' where id=6; -update noar tt set b0='5KN6P62F8T6KI2QZ0J2G' where id=6; -update noar ti set b0='5KN6P62F8T6KI2QZ0J2G' where id=6; -update noar tt set v0='ZN1' where id=6; -update noar ti set v0='ZN1' where id=6; -update noar tt set b1='TD56FIWOOV9T33QLWNH6CL' where id=6; -update noar ti set b1='TD56FIWOOV9T33QLWNH6CL' where id=6; -update noar tt set v0='NQCYZW0Y2IJMDJ' where id=6; -update noar ti set v0='NQCYZW0Y2IJMDJ' where id=6; -update noar tt set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6; -update noar ti set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6; -update noar tt set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7; -update noar ti set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7; -update noar tt set b0='XQIABVXMDJZXAPF0FL2' where id=7; -update noar ti set b0='XQIABVXMDJZXAPF0FL2' where id=7; -update noar tt set v0='J8C31VBSKBX0Z46ZS9' where id=7; -update noar ti set v0='J8C31VBSKBX0Z46ZS9' where id=7; -update noar tt set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7; -update noar ti set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7; -update noar tt set v0='XP9LGI4YYTSN16GCDU2I' where id=7; -update noar ti set v0='XP9LGI4YYTSN16GCDU2I' where id=7; -update noar tt set b2='Q0UFFR16PFW40G2XZER' where id=7; -update noar ti set b2='Q0UFFR16PFW40G2XZER' where id=7; -update noar tt set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8; -update noar ti set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8; -update noar tt set b0='NOGT7Q2A0E5B9NP3TO' where id=8; -update noar ti set b0='NOGT7Q2A0E5B9NP3TO' where id=8; -update noar tt set v0='4MEA5S' where id=8; -update noar ti set v0='4MEA5S' where id=8; -update noar tt set b1='I' where id=8; -update noar ti set b1='I' where id=8; -update noar tt set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8; -update noar ti set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8; -update noar tt set b2='NOWQ33NMX08A3BF39' where id=8; -update noar ti set b2='NOWQ33NMX08A3BF39' where id=8; -update noar tt set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9; -update noar ti set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9; -update noar tt set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9; -update noar ti set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9; -update noar tt set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9; -update noar ti set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9; -update noar tt set b1='MITR2S8Z9B99U3U6' where id=9; -update noar ti set b1='MITR2S8Z9B99U3U6' where id=9; -update noar tt set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9; -update noar ti set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9; -update noar tt set b2='H41K62MYEH7YAJ' where id=9; -update noar ti set b2='H41K62MYEH7YAJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IZN4AE26FMKIAPVY1GBS' where id=1; -update noar ti set v0='IZN4AE26FMKIAPVY1GBS' where id=1; -update noar tt set b0='KQBOIDHT31' where id=1; -update noar ti set b0='KQBOIDHT31' where id=1; -update noar tt set v0='I' where id=1; -update noar ti set v0='I' where id=1; -update noar tt set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1; -update noar ti set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1; -update noar tt set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1; -update noar ti set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1; -update noar tt set b2='YQ9SWF40' where id=1; -update noar ti set b2='YQ9SWF40' where id=1; -update noar tt set v0='22Y' where id=2; -update noar ti set v0='22Y' where id=2; -update noar tt set b0='4PP3R' where id=2; -update noar ti set b0='4PP3R' where id=2; -update noar tt set v0='VKG379CB24BM3Q0HC97TTGL' where id=2; -update noar ti set v0='VKG379CB24BM3Q0HC97TTGL' where id=2; -update noar tt set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2; -update noar ti set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2; -update noar tt set v0='UA27HBFM2R8KIJ3G8YG' where id=2; -update noar ti set v0='UA27HBFM2R8KIJ3G8YG' where id=2; -update noar tt set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2; -update noar ti set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2; -update noar tt set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3; -update noar ti set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3; -update noar tt set b0='5IV1SQ2SHJ15TB6KT0' where id=3; -update noar ti set b0='5IV1SQ2SHJ15TB6KT0' where id=3; -update noar tt set v0='1M8FQQ360XV40' where id=3; -update noar ti set v0='1M8FQQ360XV40' where id=3; -update noar tt set b1='2' where id=3; -update noar ti set b1='2' where id=3; -update noar tt set v0='K7SID54GZ9LCSYD5WZHL0' where id=3; -update noar ti set v0='K7SID54GZ9LCSYD5WZHL0' where id=3; -update noar tt set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3; -update noar ti set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3; -update noar tt set v0='190QA423L6' where id=4; -update noar ti set v0='190QA423L6' where id=4; -update noar tt set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4; -update noar ti set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4; -update noar tt set v0='RV8YXGAFFEW' where id=4; -update noar ti set v0='RV8YXGAFFEW' where id=4; -update noar tt set b1='B' where id=4; -update noar ti set b1='B' where id=4; -update noar tt set v0='JWHU540G27P1NE5GK44' where id=4; -update noar ti set v0='JWHU540G27P1NE5GK44' where id=4; -update noar tt set b2='95LW7P' where id=4; -update noar ti set b2='95LW7P' where id=4; -update noar tt set v0='X6W3Y' where id=5; -update noar ti set v0='X6W3Y' where id=5; -update noar tt set b0='KA3PNL7ZZWYI0KST' where id=5; -update noar ti set b0='KA3PNL7ZZWYI0KST' where id=5; -update noar tt set v0='NW752UMNSAT85AG' where id=5; -update noar ti set v0='NW752UMNSAT85AG' where id=5; -update noar tt set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5; -update noar ti set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5; -update noar tt set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5; -update noar ti set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5; -update noar tt set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5; -update noar ti set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5; -update noar tt set v0='35B8ISOR6POBVG1YENORJ' where id=6; -update noar ti set v0='35B8ISOR6POBVG1YENORJ' where id=6; -update noar tt set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6; -update noar ti set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6; -update noar tt set v0='7590AYRMGET4QQ8ACT' where id=6; -update noar ti set v0='7590AYRMGET4QQ8ACT' where id=6; -update noar tt set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6; -update noar ti set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6; -update noar tt set v0='MUFTF428' where id=6; -update noar ti set v0='MUFTF428' where id=6; -update noar tt set b2='U4AQMT3YXHE9Y4AJ' where id=6; -update noar ti set b2='U4AQMT3YXHE9Y4AJ' where id=6; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7; -update noar ti set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7; -update noar tt set v0='H0VFZCKKDVRD' where id=7; -update noar ti set v0='H0VFZCKKDVRD' where id=7; -update noar tt set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7; -update noar ti set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7; -update noar tt set v0='4HT5CYXGHTO8R682IB7BW8' where id=7; -update noar ti set v0='4HT5CYXGHTO8R682IB7BW8' where id=7; -update noar tt set b2='A4J1U09SB44' where id=7; -update noar ti set b2='A4J1U09SB44' where id=7; -update noar tt set v0='OVP4QJY83KNWG48C4GLQJ' where id=8; -update noar ti set v0='OVP4QJY83KNWG48C4GLQJ' where id=8; -update noar tt set b0='1TUBS' where id=8; -update noar ti set b0='1TUBS' where id=8; -update noar tt set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8; -update noar ti set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8; -update noar tt set b1='98AZS' where id=8; -update noar ti set b1='98AZS' where id=8; -update noar tt set v0='L' where id=8; -update noar ti set v0='L' where id=8; -update noar tt set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8; -update noar ti set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8; -update noar tt set v0='TAHWUXACQRHYJY24' where id=9; -update noar ti set v0='TAHWUXACQRHYJY24' where id=9; -update noar tt set b0='LWGVFJMN17C6' where id=9; -update noar ti set b0='LWGVFJMN17C6' where id=9; -update noar tt set v0='F' where id=9; -update noar ti set v0='F' where id=9; -update noar tt set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9; -update noar ti set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9; -update noar tt set v0='Q40BUM86DC118LJR' where id=9; -update noar ti set v0='Q40BUM86DC118LJR' where id=9; -update noar tt set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9; -update noar ti set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='04ZQCUB6BKE12K' where id=1; -update noar ti set v0='04ZQCUB6BKE12K' where id=1; -update noar tt set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1; -update noar ti set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1; -update noar tt set v0='39NL47XA6NTRW' where id=1; -update noar ti set v0='39NL47XA6NTRW' where id=1; -update noar tt set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1; -update noar ti set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1; -update noar tt set v0='P' where id=1; -update noar ti set v0='P' where id=1; -update noar tt set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1; -update noar ti set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1; -update noar tt set v0='GUCUV3K' where id=2; -update noar ti set v0='GUCUV3K' where id=2; -update noar tt set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2; -update noar ti set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2; -update noar tt set v0='PE00LJ6ZMZOZGMK31X' where id=2; -update noar ti set v0='PE00LJ6ZMZOZGMK31X' where id=2; -update noar tt set b1='2H8XU7WKA' where id=2; -update noar ti set b1='2H8XU7WKA' where id=2; -update noar tt set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2; -update noar ti set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2; -update noar tt set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2; -update noar ti set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2; -update noar tt set v0='CP' where id=3; -update noar ti set v0='CP' where id=3; -update noar tt set b0='8YLC8Y7UUPT6U' where id=3; -update noar ti set b0='8YLC8Y7UUPT6U' where id=3; -update noar tt set v0='RUYO' where id=3; -update noar ti set v0='RUYO' where id=3; -update noar tt set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3; -update noar ti set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3; -update noar tt set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3; -update noar ti set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3; -update noar tt set b2='SJ2S157JO18KTYBITPUB' where id=3; -update noar ti set b2='SJ2S157JO18KTYBITPUB' where id=3; -update noar tt set v0='6BSLT8FMWFU55M9CDLE16' where id=4; -update noar ti set v0='6BSLT8FMWFU55M9CDLE16' where id=4; -update noar tt set b0='A6' where id=4; -update noar ti set b0='A6' where id=4; -update noar tt set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4; -update noar ti set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4; -update noar tt set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4; -update noar ti set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4; -update noar tt set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4; -update noar ti set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4; -update noar tt set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4; -update noar ti set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4; -update noar tt set v0='YYOW1K' where id=5; -update noar ti set v0='YYOW1K' where id=5; -update noar tt set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5; -update noar ti set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5; -update noar tt set v0='SLRQDJP6NV15BOC1R' where id=5; -update noar ti set v0='SLRQDJP6NV15BOC1R' where id=5; -update noar tt set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5; -update noar ti set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5; -update noar tt set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5; -update noar ti set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5; -update noar tt set b2='4' where id=5; -update noar ti set b2='4' where id=5; -update noar tt set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6; -update noar ti set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6; -update noar tt set b0='R3MU2F0PW007PN' where id=6; -update noar ti set b0='R3MU2F0PW007PN' where id=6; -update noar tt set v0='0B3O4POU0MFYT8' where id=6; -update noar ti set v0='0B3O4POU0MFYT8' where id=6; -update noar tt set b1='MYDNT1DWITK1I' where id=6; -update noar ti set b1='MYDNT1DWITK1I' where id=6; -update noar tt set v0='0IET0IV730CDS3YP' where id=6; -update noar ti set v0='0IET0IV730CDS3YP' where id=6; -update noar tt set b2='ZNMGR3WP78U43W' where id=6; -update noar ti set b2='ZNMGR3WP78U43W' where id=6; -update noar tt set v0='9K4M9YJ21B3H9L28I' where id=7; -update noar ti set v0='9K4M9YJ21B3H9L28I' where id=7; -update noar tt set b0='ZOCGMA' where id=7; -update noar ti set b0='ZOCGMA' where id=7; -update noar tt set v0='2O8NB6AY5BGN3UPOCFENP' where id=7; -update noar ti set v0='2O8NB6AY5BGN3UPOCFENP' where id=7; -update noar tt set b1='GEEL7K9S50M' where id=7; -update noar ti set b1='GEEL7K9S50M' where id=7; -update noar tt set v0='1NZU1V' where id=7; -update noar ti set v0='1NZU1V' where id=7; -update noar tt set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7; -update noar ti set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7; -update noar tt set v0='Y8YR18HBNGB626H14D07N81XP' where id=8; -update noar ti set v0='Y8YR18HBNGB626H14D07N81XP' where id=8; -update noar tt set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8; -update noar ti set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8; -update noar tt set v0='OE9Z8D277PAO' where id=8; -update noar ti set v0='OE9Z8D277PAO' where id=8; -update noar tt set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8; -update noar ti set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8; -update noar tt set v0='L6AP' where id=8; -update noar ti set v0='L6AP' where id=8; -update noar tt set b2='3HEXQO0MCRG95KHSNHL5' where id=8; -update noar ti set b2='3HEXQO0MCRG95KHSNHL5' where id=8; -update noar tt set v0='5O27VIEO3RFE86KYI9PE23A' where id=9; -update noar ti set v0='5O27VIEO3RFE86KYI9PE23A' where id=9; -update noar tt set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9; -update noar ti set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9; -update noar tt set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9; -update noar ti set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9; -update noar tt set b1='DHE1H05R' where id=9; -update noar ti set b1='DHE1H05R' where id=9; -update noar tt set v0='ZI4VG1QJ' where id=9; -update noar ti set v0='ZI4VG1QJ' where id=9; -update noar tt set b2='BDWVOKE8AQSN' where id=9; -update noar ti set b2='BDWVOKE8AQSN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S38V6P1S0BNAN' where id=1; -update noar ti set v0='S38V6P1S0BNAN' where id=1; -update noar tt set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1; -update noar ti set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1; -update noar tt set v0='OE4TZHS4ZS83W4W0H' where id=1; -update noar ti set v0='OE4TZHS4ZS83W4W0H' where id=1; -update noar tt set b1='W0K32SKSG7B96L9H' where id=1; -update noar ti set b1='W0K32SKSG7B96L9H' where id=1; -update noar tt set v0='LBOXALUNT3OWTZLKU5R9' where id=1; -update noar ti set v0='LBOXALUNT3OWTZLKU5R9' where id=1; -update noar tt set b2='0PJW46H' where id=1; -update noar ti set b2='0PJW46H' where id=1; -update noar tt set v0='LX0LP5ZNAK38' where id=2; -update noar ti set v0='LX0LP5ZNAK38' where id=2; -update noar tt set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2; -update noar ti set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2; -update noar tt set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2; -update noar ti set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2; -update noar tt set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2; -update noar ti set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2; -update noar tt set v0='TH7PT4B3CQIKZX' where id=2; -update noar ti set v0='TH7PT4B3CQIKZX' where id=2; -update noar tt set b2='SXMI1EWOHWD3JVD' where id=2; -update noar ti set b2='SXMI1EWOHWD3JVD' where id=2; -update noar tt set v0='Y0Z' where id=3; -update noar ti set v0='Y0Z' where id=3; -update noar tt set b0='K6XFB5LF110BPTEW' where id=3; -update noar ti set b0='K6XFB5LF110BPTEW' where id=3; -update noar tt set v0='SCQQFA4SM76PN' where id=3; -update noar ti set v0='SCQQFA4SM76PN' where id=3; -update noar tt set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3; -update noar ti set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3; -update noar tt set v0='WD0JXHA7UTFKIHHBYR40O' where id=3; -update noar ti set v0='WD0JXHA7UTFKIHHBYR40O' where id=3; -update noar tt set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3; -update noar ti set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3; -update noar tt set v0='5P' where id=4; -update noar ti set v0='5P' where id=4; -update noar tt set b0='1SQE34Q' where id=4; -update noar ti set b0='1SQE34Q' where id=4; -update noar tt set v0='6Y402D' where id=4; -update noar ti set v0='6Y402D' where id=4; -update noar tt set b1='LLH' where id=4; -update noar ti set b1='LLH' where id=4; -update noar tt set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4; -update noar ti set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4; -update noar tt set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4; -update noar ti set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4; -update noar tt set v0='Y' where id=5; -update noar ti set v0='Y' where id=5; -update noar tt set b0='BJG6AHGRBQX' where id=5; -update noar ti set b0='BJG6AHGRBQX' where id=5; -update noar tt set v0='MPQZ0QZB62X7Y' where id=5; -update noar ti set v0='MPQZ0QZB62X7Y' where id=5; -update noar tt set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5; -update noar ti set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5; -update noar tt set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5; -update noar ti set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5; -update noar tt set b2='TP' where id=5; -update noar ti set b2='TP' where id=5; -update noar tt set v0='0I94Y0RXY' where id=6; -update noar ti set v0='0I94Y0RXY' where id=6; -update noar tt set b0='LTKIVTQGWUU6TJ50L3' where id=6; -update noar ti set b0='LTKIVTQGWUU6TJ50L3' where id=6; -update noar tt set v0='77' where id=6; -update noar ti set v0='77' where id=6; -update noar tt set b1='57B9' where id=6; -update noar ti set b1='57B9' where id=6; -update noar tt set v0='JPVK' where id=6; -update noar ti set v0='JPVK' where id=6; -update noar tt set b2='7S8UC521SKWPB1YN' where id=6; -update noar ti set b2='7S8UC521SKWPB1YN' where id=6; -update noar tt set v0='S7V1DK2PSEEWLVRJ' where id=7; -update noar ti set v0='S7V1DK2PSEEWLVRJ' where id=7; -update noar tt set b0='M' where id=7; -update noar ti set b0='M' where id=7; -update noar tt set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7; -update noar ti set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7; -update noar tt set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7; -update noar ti set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7; -update noar tt set v0='DQ5R' where id=7; -update noar ti set v0='DQ5R' where id=7; -update noar tt set b2='L5WL1UCS7D63PK' where id=7; -update noar ti set b2='L5WL1UCS7D63PK' where id=7; -update noar tt set v0='FIV2QZXCI6' where id=8; -update noar ti set v0='FIV2QZXCI6' where id=8; -update noar tt set b0='Z' where id=8; -update noar ti set b0='Z' where id=8; -update noar tt set v0='KYAT0VLE4QGAX' where id=8; -update noar ti set v0='KYAT0VLE4QGAX' where id=8; -update noar tt set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8; -update noar ti set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8; -update noar tt set v0='UP8M2' where id=8; -update noar ti set v0='UP8M2' where id=8; -update noar tt set b2='K' where id=8; -update noar ti set b2='K' where id=8; -update noar tt set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9; -update noar ti set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9; -update noar tt set b0='EMJO39' where id=9; -update noar ti set b0='EMJO39' where id=9; -update noar tt set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9; -update noar ti set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9; -update noar tt set b1='8V' where id=9; -update noar ti set b1='8V' where id=9; -update noar tt set v0='MRIN8ORER7BV8U' where id=9; -update noar ti set v0='MRIN8ORER7BV8U' where id=9; -update noar tt set b2='AC06BV0K9NCB' where id=9; -update noar ti set b2='AC06BV0K9NCB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1; -update noar ti set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1; -update noar tt set b0='LCMBPP' where id=1; -update noar ti set b0='LCMBPP' where id=1; -update noar tt set v0='AH8ZSE' where id=1; -update noar ti set v0='AH8ZSE' where id=1; -update noar tt set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1; -update noar ti set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1; -update noar tt set v0='T6ZQZAIBIGQ' where id=1; -update noar ti set v0='T6ZQZAIBIGQ' where id=1; -update noar tt set b2='26G6B' where id=1; -update noar ti set b2='26G6B' where id=1; -update noar tt set v0='KWVG4RGVCVQUG447HI15B3' where id=2; -update noar ti set v0='KWVG4RGVCVQUG447HI15B3' where id=2; -update noar tt set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2; -update noar ti set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2; -update noar tt set v0='NYKQVR682WY73LJ46X534' where id=2; -update noar ti set v0='NYKQVR682WY73LJ46X534' where id=2; -update noar tt set b1='JNR7' where id=2; -update noar ti set b1='JNR7' where id=2; -update noar tt set v0='LZGHD' where id=2; -update noar ti set v0='LZGHD' where id=2; -update noar tt set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2; -update noar ti set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2; -update noar tt set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3; -update noar ti set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3; -update noar tt set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3; -update noar ti set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3; -update noar tt set v0='HGB6LP6SZ87D1CHB5CG2' where id=3; -update noar ti set v0='HGB6LP6SZ87D1CHB5CG2' where id=3; -update noar tt set b1='4OR' where id=3; -update noar ti set b1='4OR' where id=3; -update noar tt set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3; -update noar ti set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3; -update noar tt set b2='ZM4YUEG9LQXXFWB41' where id=3; -update noar ti set b2='ZM4YUEG9LQXXFWB41' where id=3; -update noar tt set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4; -update noar ti set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4; -update noar tt set b0='43ENW7LUTWV0R' where id=4; -update noar ti set b0='43ENW7LUTWV0R' where id=4; -update noar tt set v0='N' where id=4; -update noar ti set v0='N' where id=4; -update noar tt set b1='UMBBU6MVYCK42I7ACK' where id=4; -update noar ti set b1='UMBBU6MVYCK42I7ACK' where id=4; -update noar tt set v0='4DFQD' where id=4; -update noar ti set v0='4DFQD' where id=4; -update noar tt set b2='T8GL5FTXYIIR487B9A' where id=4; -update noar ti set b2='T8GL5FTXYIIR487B9A' where id=4; -update noar tt set v0='VC3A0WRGPZ' where id=5; -update noar ti set v0='VC3A0WRGPZ' where id=5; -update noar tt set b0='QG1WQTBLSQ5OX0117EPL' where id=5; -update noar ti set b0='QG1WQTBLSQ5OX0117EPL' where id=5; -update noar tt set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5; -update noar ti set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5; -update noar tt set b1='E5Y' where id=5; -update noar ti set b1='E5Y' where id=5; -update noar tt set v0='41I5732CA8FNMWFR9S9' where id=5; -update noar ti set v0='41I5732CA8FNMWFR9S9' where id=5; -update noar tt set b2='RYAIU39QF00IHDN38OGC' where id=5; -update noar ti set b2='RYAIU39QF00IHDN38OGC' where id=5; -update noar tt set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6; -update noar ti set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6; -update noar tt set b0='O80GCRGKEU' where id=6; -update noar ti set b0='O80GCRGKEU' where id=6; -update noar tt set v0='R6XD8JUP4B1H3PRP' where id=6; -update noar ti set v0='R6XD8JUP4B1H3PRP' where id=6; -update noar tt set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6; -update noar ti set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6; -update noar tt set v0='63DKVNZHNN0' where id=6; -update noar ti set v0='63DKVNZHNN0' where id=6; -update noar tt set b2='FSTAA6AUZLYLT3F9' where id=6; -update noar ti set b2='FSTAA6AUZLYLT3F9' where id=6; -update noar tt set v0='X7E9TW3BK' where id=7; -update noar ti set v0='X7E9TW3BK' where id=7; -update noar tt set b0='NQLIZ13XOI7NLODXN' where id=7; -update noar ti set b0='NQLIZ13XOI7NLODXN' where id=7; -update noar tt set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7; -update noar ti set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7; -update noar tt set b1='OV3TRV2LWC16R2Q' where id=7; -update noar ti set b1='OV3TRV2LWC16R2Q' where id=7; -update noar tt set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7; -update noar ti set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7; -update noar tt set b2='T46QEM927MDPU16R' where id=7; -update noar ti set b2='T46QEM927MDPU16R' where id=7; -update noar tt set v0='0RSGX' where id=8; -update noar ti set v0='0RSGX' where id=8; -update noar tt set b0='HT37NEDB1WXQ3855' where id=8; -update noar ti set b0='HT37NEDB1WXQ3855' where id=8; -update noar tt set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8; -update noar ti set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8; -update noar tt set b1='XBNBB2QG5' where id=8; -update noar ti set b1='XBNBB2QG5' where id=8; -update noar tt set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8; -update noar ti set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8; -update noar tt set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8; -update noar ti set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8; -update noar tt set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9; -update noar ti set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9; -update noar tt set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9; -update noar ti set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9; -update noar tt set v0='70IPM' where id=9; -update noar ti set v0='70IPM' where id=9; -update noar tt set b1='8Q' where id=9; -update noar ti set b1='8Q' where id=9; -update noar tt set v0='UYS1XSNQ' where id=9; -update noar ti set v0='UYS1XSNQ' where id=9; -update noar tt set b2='JWKAH0' where id=9; -update noar ti set b2='JWKAH0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VY8' where id=1; -update noar ti set v0='VY8' where id=1; -update noar tt set b0='X2P0YGHY4R437' where id=1; -update noar ti set b0='X2P0YGHY4R437' where id=1; -update noar tt set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1; -update noar ti set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1; -update noar tt set b1='E' where id=1; -update noar ti set b1='E' where id=1; -update noar tt set v0='9NEV08TH95QF' where id=1; -update noar ti set v0='9NEV08TH95QF' where id=1; -update noar tt set b2='0P6FW9QRC66S3WI78VH4L' where id=1; -update noar ti set b2='0P6FW9QRC66S3WI78VH4L' where id=1; -update noar tt set v0='VKCLFL5J8QJ6L931Y4E8' where id=2; -update noar ti set v0='VKCLFL5J8QJ6L931Y4E8' where id=2; -update noar tt set b0='M4YM3DU5X363CCO' where id=2; -update noar ti set b0='M4YM3DU5X363CCO' where id=2; -update noar tt set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2; -update noar ti set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2; -update noar tt set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2; -update noar ti set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2; -update noar tt set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2; -update noar ti set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2; -update noar tt set b2='EMIQD8DJ3PZ67YSJ' where id=2; -update noar ti set b2='EMIQD8DJ3PZ67YSJ' where id=2; -update noar tt set v0='GM0J5TMT5B7OTMDL7UVD' where id=3; -update noar ti set v0='GM0J5TMT5B7OTMDL7UVD' where id=3; -update noar tt set b0='TRGLG5' where id=3; -update noar ti set b0='TRGLG5' where id=3; -update noar tt set v0='6P' where id=3; -update noar ti set v0='6P' where id=3; -update noar tt set b1='8JI5TNDWBE9' where id=3; -update noar ti set b1='8JI5TNDWBE9' where id=3; -update noar tt set v0='2PO3AP0TZKHUJ2' where id=3; -update noar ti set v0='2PO3AP0TZKHUJ2' where id=3; -update noar tt set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3; -update noar ti set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3; -update noar tt set v0='K2DHG0' where id=4; -update noar ti set v0='K2DHG0' where id=4; -update noar tt set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4; -update noar ti set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4; -update noar tt set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4; -update noar ti set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4; -update noar tt set b1='M2UMTZD4N68LKNZ' where id=4; -update noar ti set b1='M2UMTZD4N68LKNZ' where id=4; -update noar tt set v0='KQFOM64' where id=4; -update noar ti set v0='KQFOM64' where id=4; -update noar tt set b2='FC2SY3' where id=4; -update noar ti set b2='FC2SY3' where id=4; -update noar tt set v0='ABRFPIUA0PI5OMV8BQ' where id=5; -update noar ti set v0='ABRFPIUA0PI5OMV8BQ' where id=5; -update noar tt set b0='47ESUSFE93S92AEKPL3' where id=5; -update noar ti set b0='47ESUSFE93S92AEKPL3' where id=5; -update noar tt set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5; -update noar ti set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5; -update noar tt set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5; -update noar ti set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5; -update noar tt set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5; -update noar ti set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5; -update noar tt set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5; -update noar ti set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5; -update noar tt set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6; -update noar ti set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6; -update noar tt set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6; -update noar ti set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6; -update noar tt set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6; -update noar ti set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6; -update noar tt set b1='DRZFMIHB1DJ53BNAG98F' where id=6; -update noar ti set b1='DRZFMIHB1DJ53BNAG98F' where id=6; -update noar tt set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6; -update noar ti set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6; -update noar tt set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6; -update noar ti set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6; -update noar tt set v0='EW050M4VTKQDO1' where id=7; -update noar ti set v0='EW050M4VTKQDO1' where id=7; -update noar tt set b0='F8AWRYREIYO8W9OQU' where id=7; -update noar ti set b0='F8AWRYREIYO8W9OQU' where id=7; -update noar tt set v0='T6KSNPYHF9' where id=7; -update noar ti set v0='T6KSNPYHF9' where id=7; -update noar tt set b1='X5XT8NOQBFC7U28QCA' where id=7; -update noar ti set b1='X5XT8NOQBFC7U28QCA' where id=7; -update noar tt set v0='GIDSBSEGU' where id=7; -update noar ti set v0='GIDSBSEGU' where id=7; -update noar tt set b2='7U' where id=7; -update noar ti set b2='7U' where id=7; -update noar tt set v0='1EKP5Y1W5CIW1' where id=8; -update noar ti set v0='1EKP5Y1W5CIW1' where id=8; -update noar tt set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8; -update noar ti set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8; -update noar tt set v0='XWBX7HF9MSKR6GKWNZ' where id=8; -update noar ti set v0='XWBX7HF9MSKR6GKWNZ' where id=8; -update noar tt set b1='3CXWM0LG' where id=8; -update noar ti set b1='3CXWM0LG' where id=8; -update noar tt set v0='X4CBCX6B' where id=8; -update noar ti set v0='X4CBCX6B' where id=8; -update noar tt set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8; -update noar ti set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8; -update noar tt set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9; -update noar ti set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9; -update noar tt set b0='H9TWUAX675GZCY3RMK6M2L' where id=9; -update noar ti set b0='H9TWUAX675GZCY3RMK6M2L' where id=9; -update noar tt set v0='0AZ3' where id=9; -update noar ti set v0='0AZ3' where id=9; -update noar tt set b1='1FKK4UEX8LM046B' where id=9; -update noar ti set b1='1FKK4UEX8LM046B' where id=9; -update noar tt set v0='XUL0HW' where id=9; -update noar ti set v0='XUL0HW' where id=9; -update noar tt set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9; -update noar ti set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1; -update noar ti set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1; -update noar tt set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1; -update noar ti set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1; -update noar tt set v0='Q44LT7ABYHY4LGRWUMRM' where id=1; -update noar ti set v0='Q44LT7ABYHY4LGRWUMRM' where id=1; -update noar tt set b1='20KLS720GMVW8L0' where id=1; -update noar ti set b1='20KLS720GMVW8L0' where id=1; -update noar tt set v0='8IGESBH9Z56YGGXON' where id=1; -update noar ti set v0='8IGESBH9Z56YGGXON' where id=1; -update noar tt set b2='OD68NJ4JBCC1I2JN57' where id=1; -update noar ti set b2='OD68NJ4JBCC1I2JN57' where id=1; -update noar tt set v0='UE2NFRIXZ5EJT' where id=2; -update noar ti set v0='UE2NFRIXZ5EJT' where id=2; -update noar tt set b0='4NPR1ZAD7UF' where id=2; -update noar ti set b0='4NPR1ZAD7UF' where id=2; -update noar tt set v0='QBQHJLECGHY2A2VXI' where id=2; -update noar ti set v0='QBQHJLECGHY2A2VXI' where id=2; -update noar tt set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2; -update noar ti set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2; -update noar tt set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2; -update noar ti set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2; -update noar tt set b2='FBQPDF940H02PEMIAI' where id=2; -update noar ti set b2='FBQPDF940H02PEMIAI' where id=2; -update noar tt set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3; -update noar ti set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3; -update noar tt set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3; -update noar ti set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3; -update noar tt set v0='4M67PM4KZ25XMZ' where id=3; -update noar ti set v0='4M67PM4KZ25XMZ' where id=3; -update noar tt set b1='7T5JPEM9IL28AIL' where id=3; -update noar ti set b1='7T5JPEM9IL28AIL' where id=3; -update noar tt set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3; -update noar ti set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3; -update noar tt set b2='C9JU' where id=3; -update noar ti set b2='C9JU' where id=3; -update noar tt set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4; -update noar ti set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4; -update noar tt set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4; -update noar ti set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4; -update noar tt set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4; -update noar ti set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4; -update noar tt set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4; -update noar ti set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4; -update noar tt set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4; -update noar ti set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4; -update noar tt set b2='AK8PSI77WH1' where id=4; -update noar ti set b2='AK8PSI77WH1' where id=4; -update noar tt set v0='IWEOB12HV1N9ZW6653YDJV' where id=5; -update noar ti set v0='IWEOB12HV1N9ZW6653YDJV' where id=5; -update noar tt set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5; -update noar ti set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5; -update noar tt set v0='7Y0SH837Y9LE4O3P41' where id=5; -update noar ti set v0='7Y0SH837Y9LE4O3P41' where id=5; -update noar tt set b1='JHVHRTV3' where id=5; -update noar ti set b1='JHVHRTV3' where id=5; -update noar tt set v0='N76JP' where id=5; -update noar ti set v0='N76JP' where id=5; -update noar tt set b2='NM' where id=5; -update noar ti set b2='NM' where id=5; -update noar tt set v0='RC0INFBHY8E' where id=6; -update noar ti set v0='RC0INFBHY8E' where id=6; -update noar tt set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6; -update noar ti set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6; -update noar tt set v0='SBFY48ZNF5H5DH' where id=6; -update noar ti set v0='SBFY48ZNF5H5DH' where id=6; -update noar tt set b1='L21LI3R625D2YJGAFP' where id=6; -update noar ti set b1='L21LI3R625D2YJGAFP' where id=6; -update noar tt set v0='LMUD0LNEI1MU3M1' where id=6; -update noar ti set v0='LMUD0LNEI1MU3M1' where id=6; -update noar tt set b2='SN23OYXBUAD3GV' where id=6; -update noar ti set b2='SN23OYXBUAD3GV' where id=6; -update noar tt set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7; -update noar ti set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7; -update noar tt set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7; -update noar ti set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7; -update noar tt set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7; -update noar ti set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7; -update noar tt set b1='DNH2DYGAHWXHDTEJ7D2' where id=7; -update noar ti set b1='DNH2DYGAHWXHDTEJ7D2' where id=7; -update noar tt set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7; -update noar ti set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7; -update noar tt set b2='Z9GUG6A8O' where id=7; -update noar ti set b2='Z9GUG6A8O' where id=7; -update noar tt set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8; -update noar ti set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8; -update noar tt set b0='AL92PTHOTGVKKMFF8QF' where id=8; -update noar ti set b0='AL92PTHOTGVKKMFF8QF' where id=8; -update noar tt set v0='E4IC' where id=8; -update noar ti set v0='E4IC' where id=8; -update noar tt set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8; -update noar ti set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8; -update noar tt set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8; -update noar ti set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8; -update noar tt set b2='W8OA' where id=8; -update noar ti set b2='W8OA' where id=8; -update noar tt set v0='ETZIGE' where id=9; -update noar ti set v0='ETZIGE' where id=9; -update noar tt set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9; -update noar ti set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9; -update noar tt set v0='AILZHIRDBKOV' where id=9; -update noar ti set v0='AILZHIRDBKOV' where id=9; -update noar tt set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9; -update noar ti set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9; -update noar tt set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9; -update noar ti set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9; -update noar tt set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9; -update noar ti set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QU22E82U77' where id=1; -update noar ti set v0='QU22E82U77' where id=1; -update noar tt set b0='ST3F5ZE5C8KCF1EV' where id=1; -update noar ti set b0='ST3F5ZE5C8KCF1EV' where id=1; -update noar tt set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1; -update noar ti set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1; -update noar tt set b1='YZC' where id=1; -update noar ti set b1='YZC' where id=1; -update noar tt set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1; -update noar ti set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1; -update noar tt set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1; -update noar ti set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1; -update noar tt set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2; -update noar ti set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2; -update noar tt set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2; -update noar ti set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2; -update noar tt set v0='L9AO05MW638GWS7SX5ID221' where id=2; -update noar ti set v0='L9AO05MW638GWS7SX5ID221' where id=2; -update noar tt set b1='SD99B5' where id=2; -update noar ti set b1='SD99B5' where id=2; -update noar tt set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2; -update noar ti set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2; -update noar tt set b2='HU8TE' where id=2; -update noar ti set b2='HU8TE' where id=2; -update noar tt set v0='ULT0MMPPM7OK9O4624QTS' where id=3; -update noar ti set v0='ULT0MMPPM7OK9O4624QTS' where id=3; -update noar tt set b0='OZMILYDFOMCXPYB' where id=3; -update noar ti set b0='OZMILYDFOMCXPYB' where id=3; -update noar tt set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3; -update noar ti set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3; -update noar tt set b1='02I6F3BHNUC9' where id=3; -update noar ti set b1='02I6F3BHNUC9' where id=3; -update noar tt set v0='D25NC7B' where id=3; -update noar ti set v0='D25NC7B' where id=3; -update noar tt set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3; -update noar ti set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3; -update noar tt set v0='RNS0LJROE' where id=4; -update noar ti set v0='RNS0LJROE' where id=4; -update noar tt set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4; -update noar ti set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4; -update noar tt set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4; -update noar ti set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4; -update noar tt set b1='8K' where id=4; -update noar ti set b1='8K' where id=4; -update noar tt set v0='ZSZQ1MHUQNGOISN7T7' where id=4; -update noar ti set v0='ZSZQ1MHUQNGOISN7T7' where id=4; -update noar tt set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4; -update noar ti set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4; -update noar tt set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5; -update noar ti set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5; -update noar tt set b0='VD94PIRUU' where id=5; -update noar ti set b0='VD94PIRUU' where id=5; -update noar tt set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5; -update noar ti set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5; -update noar tt set b1='YCW3NVRO' where id=5; -update noar ti set b1='YCW3NVRO' where id=5; -update noar tt set v0='TO54LKA9R42ES8HY2ICDO07' where id=5; -update noar ti set v0='TO54LKA9R42ES8HY2ICDO07' where id=5; -update noar tt set b2='91OLCN23499UQB40L5' where id=5; -update noar ti set b2='91OLCN23499UQB40L5' where id=5; -update noar tt set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6; -update noar ti set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6; -update noar tt set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6; -update noar ti set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6; -update noar tt set v0='TX3MFADKV55E6YH7Z9' where id=6; -update noar ti set v0='TX3MFADKV55E6YH7Z9' where id=6; -update noar tt set b1='LZBR' where id=6; -update noar ti set b1='LZBR' where id=6; -update noar tt set v0='EJ0SJO87NA1' where id=6; -update noar ti set v0='EJ0SJO87NA1' where id=6; -update noar tt set b2='18C4CTA6DT1U2ZVTO' where id=6; -update noar ti set b2='18C4CTA6DT1U2ZVTO' where id=6; -update noar tt set v0='L2LVFZPT0E01F5Y9D' where id=7; -update noar ti set v0='L2LVFZPT0E01F5Y9D' where id=7; -update noar tt set b0='16ZYKJTF' where id=7; -update noar ti set b0='16ZYKJTF' where id=7; -update noar tt set v0='XOWMD8EC3WC' where id=7; -update noar ti set v0='XOWMD8EC3WC' where id=7; -update noar tt set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7; -update noar ti set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7; -update noar tt set v0='QTU2SSON9T8FC' where id=7; -update noar ti set v0='QTU2SSON9T8FC' where id=7; -update noar tt set b2='R0J247T7UOTUU8P' where id=7; -update noar ti set b2='R0J247T7UOTUU8P' where id=7; -update noar tt set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8; -update noar ti set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8; -update noar tt set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8; -update noar ti set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8; -update noar tt set v0='JQBMFJCE37N' where id=8; -update noar ti set v0='JQBMFJCE37N' where id=8; -update noar tt set b1='1U' where id=8; -update noar ti set b1='1U' where id=8; -update noar tt set v0='51SE5CIRX4NUPHLJI9' where id=8; -update noar ti set v0='51SE5CIRX4NUPHLJI9' where id=8; -update noar tt set b2='7Y2MPAN' where id=8; -update noar ti set b2='7Y2MPAN' where id=8; -update noar tt set v0='97DBNRTK0MMBMJM5QIBPG' where id=9; -update noar ti set v0='97DBNRTK0MMBMJM5QIBPG' where id=9; -update noar tt set b0='KEJ3KBMFC9Q387YIG40S' where id=9; -update noar ti set b0='KEJ3KBMFC9Q387YIG40S' where id=9; -update noar tt set v0='KHPAIQAEF4' where id=9; -update noar ti set v0='KHPAIQAEF4' where id=9; -update noar tt set b1='NPH61C' where id=9; -update noar ti set b1='NPH61C' where id=9; -update noar tt set v0='M3EK88D5Z70HXPC' where id=9; -update noar ti set v0='M3EK88D5Z70HXPC' where id=9; -update noar tt set b2='NUACWYEZB35HZBQ4' where id=9; -update noar ti set b2='NUACWYEZB35HZBQ4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='518' where id=1; -update noar ti set v0='518' where id=1; -update noar tt set b0='RQQ9962CCUS46HP' where id=1; -update noar ti set b0='RQQ9962CCUS46HP' where id=1; -update noar tt set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1; -update noar ti set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1; -update noar tt set b1='M648B4FLGLXBFP46D72' where id=1; -update noar ti set b1='M648B4FLGLXBFP46D72' where id=1; -update noar tt set v0='I08J13M8D' where id=1; -update noar ti set v0='I08J13M8D' where id=1; -update noar tt set b2='LDB' where id=1; -update noar ti set b2='LDB' where id=1; -update noar tt set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2; -update noar ti set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2; -update noar tt set b0='56Y' where id=2; -update noar ti set b0='56Y' where id=2; -update noar tt set v0='581YJ6O5N9MF2APEVE8VL' where id=2; -update noar ti set v0='581YJ6O5N9MF2APEVE8VL' where id=2; -update noar tt set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2; -update noar ti set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2; -update noar tt set v0='80A07PE' where id=2; -update noar ti set v0='80A07PE' where id=2; -update noar tt set b2='TWFE29UXN00DE13JHSGB' where id=2; -update noar ti set b2='TWFE29UXN00DE13JHSGB' where id=2; -update noar tt set v0='4' where id=3; -update noar ti set v0='4' where id=3; -update noar tt set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3; -update noar ti set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3; -update noar tt set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3; -update noar ti set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3; -update noar tt set b1='BWH3VF268PP9' where id=3; -update noar ti set b1='BWH3VF268PP9' where id=3; -update noar tt set v0='WQTKM50JKV0AD4LJVALOI' where id=3; -update noar ti set v0='WQTKM50JKV0AD4LJVALOI' where id=3; -update noar tt set b2='VLZCD9DJIXQUQB8IHU' where id=3; -update noar ti set b2='VLZCD9DJIXQUQB8IHU' where id=3; -update noar tt set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4; -update noar ti set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4; -update noar tt set b0='T1V15H7QOGXNTN08G4QUYK' where id=4; -update noar ti set b0='T1V15H7QOGXNTN08G4QUYK' where id=4; -update noar tt set v0='3' where id=4; -update noar ti set v0='3' where id=4; -update noar tt set b1='OM' where id=4; -update noar ti set b1='OM' where id=4; -update noar tt set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4; -update noar ti set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4; -update noar tt set b2='1WA1R' where id=4; -update noar ti set b2='1WA1R' where id=4; -update noar tt set v0='XN8X2MWVMMN' where id=5; -update noar ti set v0='XN8X2MWVMMN' where id=5; -update noar tt set b0='S6' where id=5; -update noar ti set b0='S6' where id=5; -update noar tt set v0='N8BGHSTLQIERFZ3ZN6' where id=5; -update noar ti set v0='N8BGHSTLQIERFZ3ZN6' where id=5; -update noar tt set b1='QQZBHL2X' where id=5; -update noar ti set b1='QQZBHL2X' where id=5; -update noar tt set v0='E4PE1DWIG' where id=5; -update noar ti set v0='E4PE1DWIG' where id=5; -update noar tt set b2='D0TRPD5U6R8LGPI99HJLO' where id=5; -update noar ti set b2='D0TRPD5U6R8LGPI99HJLO' where id=5; -update noar tt set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6; -update noar ti set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6; -update noar tt set b0='DUORPEZ' where id=6; -update noar ti set b0='DUORPEZ' where id=6; -update noar tt set v0='1MF' where id=6; -update noar ti set v0='1MF' where id=6; -update noar tt set b1='PCMBLJ9IP3U' where id=6; -update noar ti set b1='PCMBLJ9IP3U' where id=6; -update noar tt set v0='UHS2GSZRDOD1' where id=6; -update noar ti set v0='UHS2GSZRDOD1' where id=6; -update noar tt set b2='KMT54' where id=6; -update noar ti set b2='KMT54' where id=6; -update noar tt set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7; -update noar ti set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7; -update noar tt set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7; -update noar ti set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7; -update noar tt set v0='AX6PQEXI' where id=7; -update noar ti set v0='AX6PQEXI' where id=7; -update noar tt set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7; -update noar ti set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7; -update noar tt set v0='MV6202' where id=7; -update noar ti set v0='MV6202' where id=7; -update noar tt set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7; -update noar ti set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7; -update noar tt set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8; -update noar ti set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8; -update noar tt set b0='DUE20VL4BKCM1DOA' where id=8; -update noar ti set b0='DUE20VL4BKCM1DOA' where id=8; -update noar tt set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8; -update noar ti set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8; -update noar tt set b1='76R8B' where id=8; -update noar ti set b1='76R8B' where id=8; -update noar tt set v0='9' where id=8; -update noar ti set v0='9' where id=8; -update noar tt set b2='ROLL4' where id=8; -update noar ti set b2='ROLL4' where id=8; -update noar tt set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9; -update noar ti set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9; -update noar tt set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9; -update noar ti set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9; -update noar tt set v0='KMNY4J2' where id=9; -update noar ti set v0='KMNY4J2' where id=9; -update noar tt set b1='U' where id=9; -update noar ti set b1='U' where id=9; -update noar tt set v0='XJJFD395S96WW' where id=9; -update noar ti set v0='XJJFD395S96WW' where id=9; -update noar tt set b2='3JB2PRX38M8' where id=9; -update noar ti set b2='3JB2PRX38M8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1; -update noar ti set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1; -update noar tt set b0='CO' where id=1; -update noar ti set b0='CO' where id=1; -update noar tt set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1; -update noar ti set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1; -update noar tt set b1='2D6YAWC2N680EZ2X1HSSI' where id=1; -update noar ti set b1='2D6YAWC2N680EZ2X1HSSI' where id=1; -update noar tt set v0='PGXGLDH6' where id=1; -update noar ti set v0='PGXGLDH6' where id=1; -update noar tt set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1; -update noar ti set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1; -update noar tt set v0='EN' where id=2; -update noar ti set v0='EN' where id=2; -update noar tt set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2; -update noar ti set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2; -update noar tt set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2; -update noar ti set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2; -update noar tt set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2; -update noar ti set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2; -update noar tt set v0='CSGD5O0U' where id=2; -update noar ti set v0='CSGD5O0U' where id=2; -update noar tt set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2; -update noar ti set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2; -update noar tt set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3; -update noar ti set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3; -update noar tt set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3; -update noar ti set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3; -update noar tt set v0='AEUEDXZZH7YSJ' where id=3; -update noar ti set v0='AEUEDXZZH7YSJ' where id=3; -update noar tt set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3; -update noar ti set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3; -update noar tt set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3; -update noar ti set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3; -update noar tt set b2='0XN2OWNY' where id=3; -update noar ti set b2='0XN2OWNY' where id=3; -update noar tt set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4; -update noar ti set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4; -update noar tt set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4; -update noar ti set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4; -update noar tt set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4; -update noar ti set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4; -update noar tt set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4; -update noar ti set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4; -update noar tt set v0='YPR' where id=4; -update noar ti set v0='YPR' where id=4; -update noar tt set b2='RGIGJ4QK2MQYOC' where id=4; -update noar ti set b2='RGIGJ4QK2MQYOC' where id=4; -update noar tt set v0='06ZTWJ731' where id=5; -update noar ti set v0='06ZTWJ731' where id=5; -update noar tt set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5; -update noar ti set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5; -update noar tt set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5; -update noar ti set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5; -update noar tt set b1='X3ZU1V4S' where id=5; -update noar ti set b1='X3ZU1V4S' where id=5; -update noar tt set v0='DO' where id=5; -update noar ti set v0='DO' where id=5; -update noar tt set b2='BIF337KCVTFZOUT0HUOBCC' where id=5; -update noar ti set b2='BIF337KCVTFZOUT0HUOBCC' where id=5; -update noar tt set v0='52UPGW2LTPNUDA1RO' where id=6; -update noar ti set v0='52UPGW2LTPNUDA1RO' where id=6; -update noar tt set b0='8YTXBN7' where id=6; -update noar ti set b0='8YTXBN7' where id=6; -update noar tt set v0='Q4BKXWB' where id=6; -update noar ti set v0='Q4BKXWB' where id=6; -update noar tt set b1='WHA0' where id=6; -update noar ti set b1='WHA0' where id=6; -update noar tt set v0='U' where id=6; -update noar ti set v0='U' where id=6; -update noar tt set b2='PJ' where id=6; -update noar ti set b2='PJ' where id=6; -update noar tt set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7; -update noar ti set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7; -update noar tt set b0='UJX21AMMV02QV3JN6J6V' where id=7; -update noar ti set b0='UJX21AMMV02QV3JN6J6V' where id=7; -update noar tt set v0='6DHG' where id=7; -update noar ti set v0='6DHG' where id=7; -update noar tt set b1='4K36Y6HSW93DCV2GUOC' where id=7; -update noar ti set b1='4K36Y6HSW93DCV2GUOC' where id=7; -update noar tt set v0='G' where id=7; -update noar ti set v0='G' where id=7; -update noar tt set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7; -update noar ti set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7; -update noar tt set v0='CCSGEXYJS9J6' where id=8; -update noar ti set v0='CCSGEXYJS9J6' where id=8; -update noar tt set b0='EU6TW4FZZ8418L2' where id=8; -update noar ti set b0='EU6TW4FZZ8418L2' where id=8; -update noar tt set v0='2H' where id=8; -update noar ti set v0='2H' where id=8; -update noar tt set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8; -update noar ti set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8; -update noar tt set v0='NLCMGE3927F0GKK5CVT' where id=8; -update noar ti set v0='NLCMGE3927F0GKK5CVT' where id=8; -update noar tt set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8; -update noar ti set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8; -update noar tt set v0='ZCP70WPC' where id=9; -update noar ti set v0='ZCP70WPC' where id=9; -update noar tt set b0='VVS47EPKEIC5I2E2X' where id=9; -update noar ti set b0='VVS47EPKEIC5I2E2X' where id=9; -update noar tt set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9; -update noar ti set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9; -update noar ti set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9; -update noar tt set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9; -update noar ti set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1; -update noar ti set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1; -update noar tt set b0='4E' where id=1; -update noar ti set b0='4E' where id=1; -update noar tt set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1; -update noar ti set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1; -update noar tt set b1='3MKECHHBBV2XE4KC7' where id=1; -update noar ti set b1='3MKECHHBBV2XE4KC7' where id=1; -update noar tt set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1; -update noar ti set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1; -update noar tt set b2='ZXDH2SQC' where id=1; -update noar ti set b2='ZXDH2SQC' where id=1; -update noar tt set v0='LIR55AI811KBFOT' where id=2; -update noar ti set v0='LIR55AI811KBFOT' where id=2; -update noar tt set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2; -update noar ti set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2; -update noar tt set v0='VY9VF3MVWZHL' where id=2; -update noar ti set v0='VY9VF3MVWZHL' where id=2; -update noar tt set b1='URPT2INKAZC' where id=2; -update noar ti set b1='URPT2INKAZC' where id=2; -update noar tt set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2; -update noar ti set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2; -update noar tt set b2='KP3CWJRRKM' where id=2; -update noar ti set b2='KP3CWJRRKM' where id=2; -update noar tt set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3; -update noar ti set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3; -update noar tt set b0='YXOP3' where id=3; -update noar ti set b0='YXOP3' where id=3; -update noar tt set v0='VYUVROLL2N' where id=3; -update noar ti set v0='VYUVROLL2N' where id=3; -update noar tt set b1='SMCFO14L1JD' where id=3; -update noar ti set b1='SMCFO14L1JD' where id=3; -update noar tt set v0='8TTRLRR8I' where id=3; -update noar ti set v0='8TTRLRR8I' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4; -update noar ti set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4; -update noar tt set b0='0E7RYLJYFGTT' where id=4; -update noar ti set b0='0E7RYLJYFGTT' where id=4; -update noar tt set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4; -update noar ti set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4; -update noar tt set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4; -update noar ti set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4; -update noar tt set v0='U5A6416LF4RA1E25EOU17TJ' where id=4; -update noar ti set v0='U5A6416LF4RA1E25EOU17TJ' where id=4; -update noar tt set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4; -update noar ti set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4; -update noar tt set v0='VSD9834MIY7LV' where id=5; -update noar ti set v0='VSD9834MIY7LV' where id=5; -update noar tt set b0='NLDZJGLZUMIY3' where id=5; -update noar ti set b0='NLDZJGLZUMIY3' where id=5; -update noar tt set v0='DY' where id=5; -update noar ti set v0='DY' where id=5; -update noar tt set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5; -update noar ti set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5; -update noar tt set v0='X808' where id=5; -update noar ti set v0='X808' where id=5; -update noar tt set b2='VXBFZNP6JRVZJ4N0' where id=5; -update noar ti set b2='VXBFZNP6JRVZJ4N0' where id=5; -update noar tt set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6; -update noar ti set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6; -update noar tt set b0='DC' where id=6; -update noar ti set b0='DC' where id=6; -update noar tt set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6; -update noar ti set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6; -update noar tt set b1='M' where id=6; -update noar ti set b1='M' where id=6; -update noar tt set v0='H2Y69AOEK' where id=6; -update noar ti set v0='H2Y69AOEK' where id=6; -update noar tt set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6; -update noar ti set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6; -update noar tt set v0='EHLT2111EWVF29Y74N1C' where id=7; -update noar ti set v0='EHLT2111EWVF29Y74N1C' where id=7; -update noar tt set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7; -update noar ti set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7; -update noar tt set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7; -update noar ti set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7; -update noar tt set b1='6SW7' where id=7; -update noar ti set b1='6SW7' where id=7; -update noar tt set v0='6' where id=7; -update noar ti set v0='6' where id=7; -update noar tt set b2='K1DJQQML2WMCQLO8IGO0' where id=7; -update noar ti set b2='K1DJQQML2WMCQLO8IGO0' where id=7; -update noar tt set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8; -update noar ti set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8; -update noar tt set b0='Z5NJ081B4V8F7G8OL' where id=8; -update noar ti set b0='Z5NJ081B4V8F7G8OL' where id=8; -update noar tt set v0='LSFGEHGIP39Z' where id=8; -update noar ti set v0='LSFGEHGIP39Z' where id=8; -update noar tt set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8; -update noar ti set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8; -update noar tt set v0='PIOKCE6G' where id=8; -update noar ti set v0='PIOKCE6G' where id=8; -update noar tt set b2='E224G' where id=8; -update noar ti set b2='E224G' where id=8; -update noar tt set v0='KSG' where id=9; -update noar ti set v0='KSG' where id=9; -update noar tt set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9; -update noar ti set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9; -update noar tt set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9; -update noar ti set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9; -update noar tt set b1='287AV582B2LBT0ZK167WS38' where id=9; -update noar ti set b1='287AV582B2LBT0ZK167WS38' where id=9; -update noar tt set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9; -update noar ti set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9; -update noar tt set b2='37KMQ8A030C7U62D9JZA576990' where id=9; -update noar ti set b2='37KMQ8A030C7U62D9JZA576990' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JQ5H9' where id=1; -update noar ti set v0='JQ5H9' where id=1; -update noar tt set b0='VJPD0YVFG' where id=1; -update noar ti set b0='VJPD0YVFG' where id=1; -update noar tt set v0='TG21O8USE' where id=1; -update noar ti set v0='TG21O8USE' where id=1; -update noar tt set b1='6G8NCFVDGKUKASL088V3' where id=1; -update noar ti set b1='6G8NCFVDGKUKASL088V3' where id=1; -update noar tt set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1; -update noar ti set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1; -update noar tt set b2='RGUOOSC9F0U5KG' where id=1; -update noar ti set b2='RGUOOSC9F0U5KG' where id=1; -update noar tt set v0='AGM80' where id=2; -update noar ti set v0='AGM80' where id=2; -update noar tt set b0='3Z2F4H7KGT8COPM' where id=2; -update noar ti set b0='3Z2F4H7KGT8COPM' where id=2; -update noar tt set v0='4SJZW' where id=2; -update noar ti set v0='4SJZW' where id=2; -update noar tt set b1='K18GZ3H8T185BSIJ6F8' where id=2; -update noar ti set b1='K18GZ3H8T185BSIJ6F8' where id=2; -update noar tt set v0='GSAV7U0MXXY3JK2UW6' where id=2; -update noar ti set v0='GSAV7U0MXXY3JK2UW6' where id=2; -update noar tt set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2; -update noar ti set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2; -update noar tt set v0='K1DGS28E' where id=3; -update noar ti set v0='K1DGS28E' where id=3; -update noar tt set b0='X01UMRXH0ZKUP1W11DW' where id=3; -update noar ti set b0='X01UMRXH0ZKUP1W11DW' where id=3; -update noar tt set v0='7R8MH6TTJA03' where id=3; -update noar ti set v0='7R8MH6TTJA03' where id=3; -update noar tt set b1='XOB7YLIV8WJWKX1W' where id=3; -update noar ti set b1='XOB7YLIV8WJWKX1W' where id=3; -update noar tt set v0='HHJY' where id=3; -update noar ti set v0='HHJY' where id=3; -update noar tt set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3; -update noar ti set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3; -update noar tt set v0='VR3ZLY04Q0Z' where id=4; -update noar ti set v0='VR3ZLY04Q0Z' where id=4; -update noar tt set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4; -update noar ti set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4; -update noar tt set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4; -update noar ti set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4; -update noar tt set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4; -update noar ti set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4; -update noar tt set v0='H1PPXV3OG64MVUT1Z' where id=4; -update noar ti set v0='H1PPXV3OG64MVUT1Z' where id=4; -update noar tt set b2='VVT5D8VX' where id=4; -update noar ti set b2='VVT5D8VX' where id=4; -update noar tt set v0='VLHKW4GFZ2921QC' where id=5; -update noar ti set v0='VLHKW4GFZ2921QC' where id=5; -update noar tt set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5; -update noar ti set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5; -update noar tt set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5; -update noar ti set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5; -update noar tt set b1='5KW8W8MRG21D9' where id=5; -update noar ti set b1='5KW8W8MRG21D9' where id=5; -update noar tt set v0='5L9IMI8P' where id=5; -update noar ti set v0='5L9IMI8P' where id=5; -update noar tt set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5; -update noar ti set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5; -update noar tt set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6; -update noar ti set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6; -update noar tt set b0='4QEAQ0YSIDXO0G0N9X' where id=6; -update noar ti set b0='4QEAQ0YSIDXO0G0N9X' where id=6; -update noar tt set v0='UNKSY9EZAVCY9P' where id=6; -update noar ti set v0='UNKSY9EZAVCY9P' where id=6; -update noar tt set b1='IRBV92X76W9HTGV708EN' where id=6; -update noar ti set b1='IRBV92X76W9HTGV708EN' where id=6; -update noar tt set v0='1C' where id=6; -update noar ti set v0='1C' where id=6; -update noar tt set b2='JMZC6IVL6' where id=6; -update noar ti set b2='JMZC6IVL6' where id=6; -update noar tt set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7; -update noar ti set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7; -update noar tt set b0='8IHLZWAIV39R0VH34F' where id=7; -update noar ti set b0='8IHLZWAIV39R0VH34F' where id=7; -update noar tt set v0='3SMM9GOIVSZIWHL' where id=7; -update noar ti set v0='3SMM9GOIVSZIWHL' where id=7; -update noar tt set b1='2R10ZK23VDA2' where id=7; -update noar ti set b1='2R10ZK23VDA2' where id=7; -update noar tt set v0='SEU60PG9PS6J75J' where id=7; -update noar ti set v0='SEU60PG9PS6J75J' where id=7; -update noar tt set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7; -update noar ti set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7; -update noar tt set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8; -update noar ti set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8; -update noar tt set b0='Q' where id=8; -update noar ti set b0='Q' where id=8; -update noar tt set v0='8SEL11YFSI6U' where id=8; -update noar ti set v0='8SEL11YFSI6U' where id=8; -update noar tt set b1='3ZI267XHVDWH0' where id=8; -update noar ti set b1='3ZI267XHVDWH0' where id=8; -update noar tt set v0='OVC6B8M7UVBAG0O6E' where id=8; -update noar ti set v0='OVC6B8M7UVBAG0O6E' where id=8; -update noar tt set b2='TPNBIOVDC' where id=8; -update noar ti set b2='TPNBIOVDC' where id=8; -update noar tt set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9; -update noar ti set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9; -update noar tt set b0='A' where id=9; -update noar ti set b0='A' where id=9; -update noar tt set v0='BT80PH367VLYE447H0SZXE' where id=9; -update noar ti set v0='BT80PH367VLYE447H0SZXE' where id=9; -update noar tt set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9; -update noar ti set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9; -update noar tt set v0='S07ZFDJ8M' where id=9; -update noar ti set v0='S07ZFDJ8M' where id=9; -update noar tt set b2='00K8RL' where id=9; -update noar ti set b2='00K8RL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1; -update noar ti set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1; -update noar tt set b0='I9B' where id=1; -update noar ti set b0='I9B' where id=1; -update noar tt set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1; -update noar ti set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1; -update noar tt set b1='4XFWY95F8' where id=1; -update noar ti set b1='4XFWY95F8' where id=1; -update noar tt set v0='QNXPNBW3KX88ML' where id=1; -update noar ti set v0='QNXPNBW3KX88ML' where id=1; -update noar tt set b2='BQJJX0V071AC8K' where id=1; -update noar ti set b2='BQJJX0V071AC8K' where id=1; -update noar tt set v0='LKRKMACP7HLZKBJIMXZD5' where id=2; -update noar ti set v0='LKRKMACP7HLZKBJIMXZD5' where id=2; -update noar tt set b0='U85GFW' where id=2; -update noar ti set b0='U85GFW' where id=2; -update noar tt set v0='E2OU1YDJ257IYFW41G' where id=2; -update noar ti set v0='E2OU1YDJ257IYFW41G' where id=2; -update noar tt set b1='IFUNURYM892' where id=2; -update noar ti set b1='IFUNURYM892' where id=2; -update noar tt set v0='H2SWLM2YA147BQO4F010Q9V' where id=2; -update noar ti set v0='H2SWLM2YA147BQO4F010Q9V' where id=2; -update noar tt set b2='WIQMLLAS3SAWN2TSE1YN' where id=2; -update noar ti set b2='WIQMLLAS3SAWN2TSE1YN' where id=2; -update noar tt set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3; -update noar ti set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3; -update noar tt set b0='MJLTP7CCK' where id=3; -update noar ti set b0='MJLTP7CCK' where id=3; -update noar tt set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3; -update noar ti set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3; -update noar tt set b1='L' where id=3; -update noar ti set b1='L' where id=3; -update noar tt set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3; -update noar ti set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3; -update noar tt set b2='H602GSGVE11Z3K2S9YJ' where id=3; -update noar ti set b2='H602GSGVE11Z3K2S9YJ' where id=3; -update noar tt set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4; -update noar ti set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4; -update noar tt set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4; -update noar ti set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4; -update noar tt set v0='THZB1B767B1WXPX2SMJGR' where id=4; -update noar ti set v0='THZB1B767B1WXPX2SMJGR' where id=4; -update noar tt set b1='6EFXT6GV9A4EN5RBPTW' where id=4; -update noar ti set b1='6EFXT6GV9A4EN5RBPTW' where id=4; -update noar tt set v0='OH4QKME4A3I1ZWVU' where id=4; -update noar ti set v0='OH4QKME4A3I1ZWVU' where id=4; -update noar tt set b2='6POBQ0XQ4V99HOGF3EX' where id=4; -update noar ti set b2='6POBQ0XQ4V99HOGF3EX' where id=4; -update noar tt set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5; -update noar ti set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5; -update noar tt set b0='H579V6W2NLZ0US' where id=5; -update noar ti set b0='H579V6W2NLZ0US' where id=5; -update noar tt set v0='9H8T6C41BPRR6CEZ' where id=5; -update noar ti set v0='9H8T6C41BPRR6CEZ' where id=5; -update noar tt set b1='XHDDL4RBY' where id=5; -update noar ti set b1='XHDDL4RBY' where id=5; -update noar tt set v0='A9FPDC' where id=5; -update noar ti set v0='A9FPDC' where id=5; -update noar tt set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5; -update noar ti set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5; -update noar tt set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6; -update noar ti set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6; -update noar tt set b0='DJ6VDI94SZYD1PTRV1Q' where id=6; -update noar ti set b0='DJ6VDI94SZYD1PTRV1Q' where id=6; -update noar tt set v0='6UVE7U7KB3N88QIVHGW5K' where id=6; -update noar ti set v0='6UVE7U7KB3N88QIVHGW5K' where id=6; -update noar tt set b1='DH09NPRRI80X0JET058' where id=6; -update noar ti set b1='DH09NPRRI80X0JET058' where id=6; -update noar tt set v0='J8YL9WHZ' where id=6; -update noar ti set v0='J8YL9WHZ' where id=6; -update noar tt set b2='H086K8' where id=6; -update noar ti set b2='H086K8' where id=6; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b0='7FEYN21U26Y3N15XPZ8K' where id=7; -update noar ti set b0='7FEYN21U26Y3N15XPZ8K' where id=7; -update noar tt set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7; -update noar ti set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7; -update noar tt set b1='FHV' where id=7; -update noar ti set b1='FHV' where id=7; -update noar tt set v0='8YAR9NYYSH' where id=7; -update noar ti set v0='8YAR9NYYSH' where id=7; -update noar tt set b2='THYEBHUCV' where id=7; -update noar ti set b2='THYEBHUCV' where id=7; -update noar tt set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8; -update noar ti set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8; -update noar tt set b0='LDUCB3CG' where id=8; -update noar ti set b0='LDUCB3CG' where id=8; -update noar tt set v0='WJ5' where id=8; -update noar ti set v0='WJ5' where id=8; -update noar tt set b1='0EXXW5UNP5R4KES' where id=8; -update noar ti set b1='0EXXW5UNP5R4KES' where id=8; -update noar tt set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8; -update noar ti set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8; -update noar tt set b2='UWRL32W' where id=8; -update noar ti set b2='UWRL32W' where id=8; -update noar tt set v0='N8KOKS149ELTEKUB5XD' where id=9; -update noar ti set v0='N8KOKS149ELTEKUB5XD' where id=9; -update noar tt set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9; -update noar ti set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9; -update noar tt set v0='AGU7V0' where id=9; -update noar ti set v0='AGU7V0' where id=9; -update noar tt set b1='2H' where id=9; -update noar ti set b1='2H' where id=9; -update noar tt set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9; -update noar ti set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9; -update noar tt set b2='0SJDSWLS6WQES66ZRB36N' where id=9; -update noar ti set b2='0SJDSWLS6WQES66ZRB36N' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1; -update noar ti set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1; -update noar tt set b0='U2V366L' where id=1; -update noar ti set b0='U2V366L' where id=1; -update noar tt set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1; -update noar ti set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1; -update noar tt set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1; -update noar ti set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1; -update noar tt set v0='JYJZL0HQ' where id=1; -update noar ti set v0='JYJZL0HQ' where id=1; -update noar tt set b2='ZV5E2Q' where id=1; -update noar ti set b2='ZV5E2Q' where id=1; -update noar tt set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2; -update noar ti set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2; -update noar tt set b0='2I9MPRXJ0PVE' where id=2; -update noar ti set b0='2I9MPRXJ0PVE' where id=2; -update noar tt set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2; -update noar ti set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2; -update noar tt set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2; -update noar ti set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2; -update noar tt set v0='Q04FYRPM11B7OB' where id=2; -update noar ti set v0='Q04FYRPM11B7OB' where id=2; -update noar tt set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2; -update noar ti set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2; -update noar tt set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3; -update noar ti set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3; -update noar tt set b0='G8NWUK5VM77D' where id=3; -update noar ti set b0='G8NWUK5VM77D' where id=3; -update noar tt set v0='IUF4K1' where id=3; -update noar ti set v0='IUF4K1' where id=3; -update noar tt set b1='Y8NL0QKZKR20FZUMURW82' where id=3; -update noar ti set b1='Y8NL0QKZKR20FZUMURW82' where id=3; -update noar tt set v0='3SILD5JTGORBCZO' where id=3; -update noar ti set v0='3SILD5JTGORBCZO' where id=3; -update noar tt set b2='6QTZW6II8H' where id=3; -update noar ti set b2='6QTZW6II8H' where id=3; -update noar tt set v0='V0ZVQNK' where id=4; -update noar ti set v0='V0ZVQNK' where id=4; -update noar tt set b0='IE2MQ8BA' where id=4; -update noar ti set b0='IE2MQ8BA' where id=4; -update noar tt set v0='9NFVPUUU8Y0226V' where id=4; -update noar ti set v0='9NFVPUUU8Y0226V' where id=4; -update noar tt set b1='TK' where id=4; -update noar ti set b1='TK' where id=4; -update noar tt set v0='13TASNX' where id=4; -update noar ti set v0='13TASNX' where id=4; -update noar tt set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4; -update noar ti set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4; -update noar tt set v0='U2R9IHN2UZ' where id=5; -update noar ti set v0='U2R9IHN2UZ' where id=5; -update noar tt set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5; -update noar ti set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5; -update noar tt set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5; -update noar ti set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5; -update noar tt set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5; -update noar ti set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5; -update noar tt set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5; -update noar ti set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5; -update noar tt set b2='UHS87PO53UMIW7CNWDKQ' where id=5; -update noar ti set b2='UHS87PO53UMIW7CNWDKQ' where id=5; -update noar tt set v0='WOKE' where id=6; -update noar ti set v0='WOKE' where id=6; -update noar tt set b0='YT5M' where id=6; -update noar ti set b0='YT5M' where id=6; -update noar tt set v0='5SSWY' where id=6; -update noar ti set v0='5SSWY' where id=6; -update noar tt set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6; -update noar ti set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6; -update noar tt set v0='PSLYZIJQJSH70J' where id=6; -update noar ti set v0='PSLYZIJQJSH70J' where id=6; -update noar tt set b2='CA0W9TOM6F48FL' where id=6; -update noar ti set b2='CA0W9TOM6F48FL' where id=6; -update noar tt set v0='2PLYSS9D7S3O0' where id=7; -update noar ti set v0='2PLYSS9D7S3O0' where id=7; -update noar tt set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7; -update noar ti set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7; -update noar tt set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7; -update noar ti set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7; -update noar tt set b1='TEU83WTUK9F8Q8LR6GDY' where id=7; -update noar ti set b1='TEU83WTUK9F8Q8LR6GDY' where id=7; -update noar tt set v0='10U' where id=7; -update noar ti set v0='10U' where id=7; -update noar tt set b2='AGNPLF' where id=7; -update noar ti set b2='AGNPLF' where id=7; -update noar tt set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8; -update noar ti set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8; -update noar tt set b0='Z3IB04' where id=8; -update noar ti set b0='Z3IB04' where id=8; -update noar tt set v0='9DNP7OU59Q0MUCM0LBY0' where id=8; -update noar ti set v0='9DNP7OU59Q0MUCM0LBY0' where id=8; -update noar tt set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8; -update noar ti set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8; -update noar tt set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8; -update noar ti set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8; -update noar tt set b2='THLPEVK' where id=8; -update noar ti set b2='THLPEVK' where id=8; -update noar tt set v0='5EYGBI1G87PYKW6' where id=9; -update noar ti set v0='5EYGBI1G87PYKW6' where id=9; -update noar tt set b0='ZN5KD5WYAV' where id=9; -update noar ti set b0='ZN5KD5WYAV' where id=9; -update noar tt set v0='ZXXZ' where id=9; -update noar ti set v0='ZXXZ' where id=9; -update noar tt set b1='DMBUCSC' where id=9; -update noar ti set b1='DMBUCSC' where id=9; -update noar tt set v0='VNH55Q7758O81ROLL' where id=9; -update noar ti set v0='VNH55Q7758O81ROLL' where id=9; -update noar tt set b2='47V1E44NMHHR8NGW3U1U' where id=9; -update noar ti set b2='47V1E44NMHHR8NGW3U1U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1; -update noar ti set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1; -update noar tt set b0='JLBNRI5' where id=1; -update noar ti set b0='JLBNRI5' where id=1; -update noar tt set v0='657Z9C2VSIS8S0BOUS4GN' where id=1; -update noar ti set v0='657Z9C2VSIS8S0BOUS4GN' where id=1; -update noar tt set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1; -update noar ti set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1; -update noar tt set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1; -update noar ti set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1; -update noar tt set b2='Y698MNX25' where id=1; -update noar ti set b2='Y698MNX25' where id=1; -update noar tt set v0='B919JNLCE3Y5TKJH24QC' where id=2; -update noar ti set v0='B919JNLCE3Y5TKJH24QC' where id=2; -update noar tt set b0='WJTMA4LU6R' where id=2; -update noar ti set b0='WJTMA4LU6R' where id=2; -update noar tt set v0='S5Q0H' where id=2; -update noar ti set v0='S5Q0H' where id=2; -update noar tt set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2; -update noar ti set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2; -update noar tt set v0='S18' where id=2; -update noar ti set v0='S18' where id=2; -update noar tt set b2='25EU28RZNCXWJ0GLZ27I' where id=2; -update noar ti set b2='25EU28RZNCXWJ0GLZ27I' where id=2; -update noar tt set v0='LRTIUXQWHTJAFIIX7VS' where id=3; -update noar ti set v0='LRTIUXQWHTJAFIIX7VS' where id=3; -update noar tt set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3; -update noar ti set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3; -update noar tt set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3; -update noar ti set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3; -update noar tt set b1='L8RL5IDLMIFY0Q3' where id=3; -update noar ti set b1='L8RL5IDLMIFY0Q3' where id=3; -update noar tt set v0='XY4DVW5XZJ8' where id=3; -update noar ti set v0='XY4DVW5XZJ8' where id=3; -update noar tt set b2='G4L' where id=3; -update noar ti set b2='G4L' where id=3; -update noar tt set v0='AGHDYX17QI3C4FQT8FD' where id=4; -update noar ti set v0='AGHDYX17QI3C4FQT8FD' where id=4; -update noar tt set b0='J305V' where id=4; -update noar ti set b0='J305V' where id=4; -update noar tt set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4; -update noar ti set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4; -update noar tt set b1='VAWGMUSVGOY7M549DA' where id=4; -update noar ti set b1='VAWGMUSVGOY7M549DA' where id=4; -update noar tt set v0='4N4L4XHWF3FQAWP0' where id=4; -update noar ti set v0='4N4L4XHWF3FQAWP0' where id=4; -update noar tt set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4; -update noar ti set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4; -update noar tt set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5; -update noar ti set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5; -update noar tt set b0='ZXZOHO389V70KSY' where id=5; -update noar ti set b0='ZXZOHO389V70KSY' where id=5; -update noar tt set v0='RKRL3YI88D' where id=5; -update noar ti set v0='RKRL3YI88D' where id=5; -update noar tt set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5; -update noar ti set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5; -update noar tt set v0='QCWXNGK1782X2RJ5O' where id=5; -update noar ti set v0='QCWXNGK1782X2RJ5O' where id=5; -update noar tt set b2='ONSN' where id=5; -update noar ti set b2='ONSN' where id=5; -update noar tt set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6; -update noar ti set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6; -update noar tt set b0='KN6' where id=6; -update noar ti set b0='KN6' where id=6; -update noar tt set v0='JJVI8J9IYCXEN4TT' where id=6; -update noar ti set v0='JJVI8J9IYCXEN4TT' where id=6; -update noar tt set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6; -update noar ti set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6; -update noar tt set v0='M5A5T5ALDQZ2S' where id=6; -update noar ti set v0='M5A5T5ALDQZ2S' where id=6; -update noar tt set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6; -update noar ti set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6; -update noar tt set v0='711A' where id=7; -update noar ti set v0='711A' where id=7; -update noar tt set b0='0BABH32UO' where id=7; -update noar ti set b0='0BABH32UO' where id=7; -update noar tt set v0='AFF8575R' where id=7; -update noar ti set v0='AFF8575R' where id=7; -update noar tt set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7; -update noar ti set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7; -update noar tt set v0='BB8' where id=7; -update noar ti set v0='BB8' where id=7; -update noar tt set b2='EN8' where id=7; -update noar ti set b2='EN8' where id=7; -update noar tt set v0='XFAJ3WG6A1RT02Y58S56' where id=8; -update noar ti set v0='XFAJ3WG6A1RT02Y58S56' where id=8; -update noar tt set b0='U2FAHR0OBYTH2TZUUUBR' where id=8; -update noar ti set b0='U2FAHR0OBYTH2TZUUUBR' where id=8; -update noar tt set v0='WP0ZIO09JI5S7KU' where id=8; -update noar ti set v0='WP0ZIO09JI5S7KU' where id=8; -update noar tt set b1='DGTOWH01GRNAQMQJ7E' where id=8; -update noar ti set b1='DGTOWH01GRNAQMQJ7E' where id=8; -update noar tt set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8; -update noar ti set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8; -update noar tt set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8; -update noar ti set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8; -update noar tt set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9; -update noar ti set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9; -update noar tt set b0='1WWYUFG' where id=9; -update noar ti set b0='1WWYUFG' where id=9; -update noar tt set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9; -update noar ti set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9; -update noar tt set b1='EEOP' where id=9; -update noar ti set b1='EEOP' where id=9; -update noar tt set v0='EXVRZNXS6308' where id=9; -update noar ti set v0='EXVRZNXS6308' where id=9; -update noar tt set b2='KVNVS6TASTDKU0' where id=9; -update noar ti set b2='KVNVS6TASTDKU0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5BY2WL' where id=1; -update noar ti set v0='5BY2WL' where id=1; -update noar tt set b0='2LG9OQA' where id=1; -update noar ti set b0='2LG9OQA' where id=1; -update noar tt set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1; -update noar ti set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1; -update noar tt set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1; -update noar ti set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1; -update noar tt set v0='I9N4' where id=1; -update noar ti set v0='I9N4' where id=1; -update noar tt set b2='9S04H0WXMJGX' where id=1; -update noar ti set b2='9S04H0WXMJGX' where id=1; -update noar tt set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2; -update noar ti set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2; -update noar tt set b0='HKA2BQ' where id=2; -update noar ti set b0='HKA2BQ' where id=2; -update noar tt set v0='RC9C' where id=2; -update noar ti set v0='RC9C' where id=2; -update noar tt set b1='NNMCXD4IOIDTTA50OYXON' where id=2; -update noar ti set b1='NNMCXD4IOIDTTA50OYXON' where id=2; -update noar tt set v0='KNNYL' where id=2; -update noar ti set v0='KNNYL' where id=2; -update noar tt set b2='LO4QC69RGJP009Y1H9LFEP' where id=2; -update noar ti set b2='LO4QC69RGJP009Y1H9LFEP' where id=2; -update noar tt set v0='MPM75NHQ4IPXT3C8' where id=3; -update noar ti set v0='MPM75NHQ4IPXT3C8' where id=3; -update noar tt set b0='7V03CXP84YGBJ7' where id=3; -update noar ti set b0='7V03CXP84YGBJ7' where id=3; -update noar tt set v0='XDALAKE4F' where id=3; -update noar ti set v0='XDALAKE4F' where id=3; -update noar tt set b1='I93I7' where id=3; -update noar ti set b1='I93I7' where id=3; -update noar tt set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3; -update noar ti set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3; -update noar tt set b2='6QHW9NIPVXL388SD19DH1QT' where id=3; -update noar ti set b2='6QHW9NIPVXL388SD19DH1QT' where id=3; -update noar tt set v0='2UR6MB' where id=4; -update noar ti set v0='2UR6MB' where id=4; -update noar tt set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4; -update noar ti set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4; -update noar tt set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4; -update noar ti set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4; -update noar tt set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4; -update noar ti set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4; -update noar tt set v0='UYN69R6P1S6C6C1VJLEOA' where id=4; -update noar ti set v0='UYN69R6P1S6C6C1VJLEOA' where id=4; -update noar tt set b2='OQRMWCBP47J6FDIMS' where id=4; -update noar ti set b2='OQRMWCBP47J6FDIMS' where id=4; -update noar tt set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5; -update noar ti set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5; -update noar tt set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5; -update noar ti set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5; -update noar tt set v0='JUG' where id=5; -update noar ti set v0='JUG' where id=5; -update noar tt set b1='Q7V93AJC11' where id=5; -update noar ti set b1='Q7V93AJC11' where id=5; -update noar tt set v0='7D4AP' where id=5; -update noar ti set v0='7D4AP' where id=5; -update noar tt set b2='2SVBGC' where id=5; -update noar ti set b2='2SVBGC' where id=5; -update noar tt set v0='MLVZ' where id=6; -update noar ti set v0='MLVZ' where id=6; -update noar tt set b0='RGKY0TF70FT' where id=6; -update noar ti set b0='RGKY0TF70FT' where id=6; -update noar tt set v0='PL4M' where id=6; -update noar ti set v0='PL4M' where id=6; -update noar tt set b1='RO74V47G9JS2L5' where id=6; -update noar ti set b1='RO74V47G9JS2L5' where id=6; -update noar tt set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6; -update noar ti set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6; -update noar tt set b2='OY5AGV9P44VVI2ET6O8R' where id=6; -update noar ti set b2='OY5AGV9P44VVI2ET6O8R' where id=6; -update noar tt set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7; -update noar ti set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7; -update noar tt set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7; -update noar ti set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7; -update noar tt set v0='J' where id=7; -update noar ti set v0='J' where id=7; -update noar tt set b1='I2CUQVOAZV3' where id=7; -update noar ti set b1='I2CUQVOAZV3' where id=7; -update noar tt set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7; -update noar ti set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7; -update noar tt set b2='34VTBWMG2M' where id=7; -update noar ti set b2='34VTBWMG2M' where id=7; -update noar tt set v0='MS9RX3TVZRRI7SU1B463' where id=8; -update noar ti set v0='MS9RX3TVZRRI7SU1B463' where id=8; -update noar tt set b0='T2S1GA0O' where id=8; -update noar ti set b0='T2S1GA0O' where id=8; -update noar tt set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8; -update noar ti set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8; -update noar tt set b1='KN' where id=8; -update noar ti set b1='KN' where id=8; -update noar tt set v0='BHKL7AH4LB0GU5H' where id=8; -update noar ti set v0='BHKL7AH4LB0GU5H' where id=8; -update noar tt set b2='E1J9X4DJPFPM' where id=8; -update noar ti set b2='E1J9X4DJPFPM' where id=8; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b0='2MSHYUC013XQ0KRK' where id=9; -update noar ti set b0='2MSHYUC013XQ0KRK' where id=9; -update noar tt set v0='4PMIPCAB' where id=9; -update noar ti set v0='4PMIPCAB' where id=9; -update noar tt set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9; -update noar ti set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9; -update noar tt set v0='V8YM4VCQ5IZ0XN' where id=9; -update noar ti set v0='V8YM4VCQ5IZ0XN' where id=9; -update noar tt set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9; -update noar ti set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NUXTEA371UUI1Y' where id=1; -update noar ti set v0='NUXTEA371UUI1Y' where id=1; -update noar tt set b0='16Z77OSIX' where id=1; -update noar ti set b0='16Z77OSIX' where id=1; -update noar tt set v0='3G6JRE3MPHPSEAA3' where id=1; -update noar ti set v0='3G6JRE3MPHPSEAA3' where id=1; -update noar tt set b1='C' where id=1; -update noar ti set b1='C' where id=1; -update noar tt set v0='FSIY84G0PLSNGVE73' where id=1; -update noar ti set v0='FSIY84G0PLSNGVE73' where id=1; -update noar tt set b2='KXJNKTSQ5' where id=1; -update noar ti set b2='KXJNKTSQ5' where id=1; -update noar tt set v0='HZY4KKANDK01GX' where id=2; -update noar ti set v0='HZY4KKANDK01GX' where id=2; -update noar tt set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2; -update noar ti set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2; -update noar tt set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2; -update noar ti set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2; -update noar tt set b1='YGBBURCJNMLCSGJIC666' where id=2; -update noar ti set b1='YGBBURCJNMLCSGJIC666' where id=2; -update noar tt set v0='WJBID4' where id=2; -update noar ti set v0='WJBID4' where id=2; -update noar tt set b2='OW' where id=2; -update noar ti set b2='OW' where id=2; -update noar tt set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3; -update noar ti set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3; -update noar tt set b0='MMZAKYRWQ' where id=3; -update noar ti set b0='MMZAKYRWQ' where id=3; -update noar tt set v0='5KEN4' where id=3; -update noar ti set v0='5KEN4' where id=3; -update noar tt set b1='23VAQ9R7BYX3P107O86LG' where id=3; -update noar ti set b1='23VAQ9R7BYX3P107O86LG' where id=3; -update noar tt set v0='GJOZQ4ZKS1DP' where id=3; -update noar ti set v0='GJOZQ4ZKS1DP' where id=3; -update noar tt set b2='BE96528P2KJA4HMQELHRBT67B' where id=3; -update noar ti set b2='BE96528P2KJA4HMQELHRBT67B' where id=3; -update noar tt set v0='86X7J' where id=4; -update noar ti set v0='86X7J' where id=4; -update noar tt set b0='YLZ23YHWBIE9TRZVHX' where id=4; -update noar ti set b0='YLZ23YHWBIE9TRZVHX' where id=4; -update noar tt set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4; -update noar ti set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4; -update noar tt set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4; -update noar ti set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4; -update noar tt set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4; -update noar ti set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4; -update noar tt set b2='85FZDU3L632EIH9C' where id=4; -update noar ti set b2='85FZDU3L632EIH9C' where id=4; -update noar tt set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5; -update noar ti set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5; -update noar tt set b0='1FW1O8R5WEDYEBD5P' where id=5; -update noar ti set b0='1FW1O8R5WEDYEBD5P' where id=5; -update noar tt set v0='FSE0XKCJ5WL5T5V9Z' where id=5; -update noar ti set v0='FSE0XKCJ5WL5T5V9Z' where id=5; -update noar tt set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5; -update noar ti set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5; -update noar tt set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5; -update noar ti set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5; -update noar tt set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5; -update noar ti set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5; -update noar tt set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6; -update noar ti set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6; -update noar tt set b0='0LFIO0E64XWEM4MDNT' where id=6; -update noar ti set b0='0LFIO0E64XWEM4MDNT' where id=6; -update noar tt set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6; -update noar ti set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6; -update noar tt set b1='7V' where id=6; -update noar ti set b1='7V' where id=6; -update noar tt set v0='2H' where id=6; -update noar ti set v0='2H' where id=6; -update noar tt set b2='H7C4YNHPDQXFW70HLATM' where id=6; -update noar ti set b2='H7C4YNHPDQXFW70HLATM' where id=6; -update noar tt set v0='10Q5O525U9TTL' where id=7; -update noar ti set v0='10Q5O525U9TTL' where id=7; -update noar tt set b0='41VHZGG491TA0K79J7JTM6' where id=7; -update noar ti set b0='41VHZGG491TA0K79J7JTM6' where id=7; -update noar tt set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7; -update noar ti set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7; -update noar tt set b1='2' where id=7; -update noar ti set b1='2' where id=7; -update noar tt set v0='0BS325FYR2' where id=7; -update noar ti set v0='0BS325FYR2' where id=7; -update noar tt set b2='NUFVIE5W873HNMQJJM' where id=7; -update noar ti set b2='NUFVIE5W873HNMQJJM' where id=7; -update noar tt set v0='AHBC' where id=8; -update noar ti set v0='AHBC' where id=8; -update noar tt set b0='HE5M00J' where id=8; -update noar ti set b0='HE5M00J' where id=8; -update noar tt set v0='HGIR661F6T' where id=8; -update noar ti set v0='HGIR661F6T' where id=8; -update noar tt set b1='0EN1AWPW3F' where id=8; -update noar ti set b1='0EN1AWPW3F' where id=8; -update noar tt set v0='ETKRBQBSS8VLY' where id=8; -update noar ti set v0='ETKRBQBSS8VLY' where id=8; -update noar tt set b2='BCY2NTOER4' where id=8; -update noar ti set b2='BCY2NTOER4' where id=8; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9; -update noar ti set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9; -update noar tt set v0='9BTNPDXOT02K9CIOEB0YP' where id=9; -update noar ti set v0='9BTNPDXOT02K9CIOEB0YP' where id=9; -update noar tt set b1='TDZXB7BL' where id=9; -update noar ti set b1='TDZXB7BL' where id=9; -update noar tt set v0='KM3IGNRGMYJQ4BXWSX' where id=9; -update noar ti set v0='KM3IGNRGMYJQ4BXWSX' where id=9; -update noar tt set b2='X5' where id=9; -update noar ti set b2='X5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5TGH918FE' where id=1; -update noar ti set v0='5TGH918FE' where id=1; -update noar tt set b0='DYIIPEVFFMH8D' where id=1; -update noar ti set b0='DYIIPEVFFMH8D' where id=1; -update noar tt set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1; -update noar ti set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1; -update noar tt set b1='Y8FMSVM4G5F1' where id=1; -update noar ti set b1='Y8FMSVM4G5F1' where id=1; -update noar tt set v0='3UWXF3K5QB18G6S7Q' where id=1; -update noar ti set v0='3UWXF3K5QB18G6S7Q' where id=1; -update noar tt set b2='M6IOS8B0BAY68N378IJMKX97' where id=1; -update noar ti set b2='M6IOS8B0BAY68N378IJMKX97' where id=1; -update noar tt set v0='ZQ95I7HTDYANBB9CXHFF' where id=2; -update noar ti set v0='ZQ95I7HTDYANBB9CXHFF' where id=2; -update noar tt set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2; -update noar ti set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2; -update noar tt set v0='POVX7' where id=2; -update noar ti set v0='POVX7' where id=2; -update noar tt set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2; -update noar ti set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2; -update noar tt set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2; -update noar ti set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2; -update noar tt set b2='FNTMLAGSSJ5ZURXB7HC' where id=2; -update noar ti set b2='FNTMLAGSSJ5ZURXB7HC' where id=2; -update noar tt set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3; -update noar ti set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3; -update noar tt set b0='V7FDONMP2IK3JH7BUE2' where id=3; -update noar ti set b0='V7FDONMP2IK3JH7BUE2' where id=3; -update noar tt set v0='4OXKBWQV' where id=3; -update noar ti set v0='4OXKBWQV' where id=3; -update noar tt set b1='OIM47J4XC2' where id=3; -update noar ti set b1='OIM47J4XC2' where id=3; -update noar tt set v0='S83N9' where id=3; -update noar ti set v0='S83N9' where id=3; -update noar tt set b2='AD1GLPXFE' where id=3; -update noar ti set b2='AD1GLPXFE' where id=3; -update noar tt set v0='BYJC7F6ZO9K' where id=4; -update noar ti set v0='BYJC7F6ZO9K' where id=4; -update noar tt set b0='7FV8LMS' where id=4; -update noar ti set b0='7FV8LMS' where id=4; -update noar tt set v0='4ISJJJN30Z' where id=4; -update noar ti set v0='4ISJJJN30Z' where id=4; -update noar tt set b1='2M4XBSVF3GC9CE3' where id=4; -update noar ti set b1='2M4XBSVF3GC9CE3' where id=4; -update noar tt set v0='9VRXVQ' where id=4; -update noar ti set v0='9VRXVQ' where id=4; -update noar tt set b2='4ZM' where id=4; -update noar ti set b2='4ZM' where id=4; -update noar tt set v0='9KSNH' where id=5; -update noar ti set v0='9KSNH' where id=5; -update noar tt set b0='86CAAUHFFSWB' where id=5; -update noar ti set b0='86CAAUHFFSWB' where id=5; -update noar tt set v0='RQVYJ8' where id=5; -update noar ti set v0='RQVYJ8' where id=5; -update noar tt set b1='XZUVE1YYQD' where id=5; -update noar ti set b1='XZUVE1YYQD' where id=5; -update noar tt set v0='X8M1YTDQ' where id=5; -update noar ti set v0='X8M1YTDQ' where id=5; -update noar tt set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5; -update noar ti set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5; -update noar tt set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6; -update noar ti set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6; -update noar tt set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6; -update noar ti set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6; -update noar tt set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6; -update noar ti set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6; -update noar tt set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6; -update noar ti set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6; -update noar tt set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6; -update noar ti set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6; -update noar tt set b2='9LJNIZ3CP' where id=6; -update noar ti set b2='9LJNIZ3CP' where id=6; -update noar tt set v0='8N3WUNAJ75E7' where id=7; -update noar ti set v0='8N3WUNAJ75E7' where id=7; -update noar tt set b0='0AGM7NDNWHNB7I' where id=7; -update noar ti set b0='0AGM7NDNWHNB7I' where id=7; -update noar tt set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7; -update noar ti set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7; -update noar tt set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7; -update noar ti set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7; -update noar tt set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7; -update noar ti set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7; -update noar tt set b2='NBNHZHOTEX' where id=7; -update noar ti set b2='NBNHZHOTEX' where id=7; -update noar tt set v0='5HUMGT6' where id=8; -update noar ti set v0='5HUMGT6' where id=8; -update noar tt set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8; -update noar ti set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8; -update noar tt set v0='1PS25C28ZSSZTJPSEWX38' where id=8; -update noar ti set v0='1PS25C28ZSSZTJPSEWX38' where id=8; -update noar tt set b1='LWWE2QKT34' where id=8; -update noar ti set b1='LWWE2QKT34' where id=8; -update noar tt set v0='FGPM7' where id=8; -update noar ti set v0='FGPM7' where id=8; -update noar tt set b2='5C6SQ3EIW8XQ62A' where id=8; -update noar ti set b2='5C6SQ3EIW8XQ62A' where id=8; -update noar tt set v0='G9I651J3AVMD9PR' where id=9; -update noar ti set v0='G9I651J3AVMD9PR' where id=9; -update noar tt set b0='UGQ6X69UB03C' where id=9; -update noar ti set b0='UGQ6X69UB03C' where id=9; -update noar tt set v0='16VPMT57FBS8P0YY7CMJF' where id=9; -update noar ti set v0='16VPMT57FBS8P0YY7CMJF' where id=9; -update noar tt set b1='KE0DUX1VW' where id=9; -update noar ti set b1='KE0DUX1VW' where id=9; -update noar tt set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9; -update noar ti set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9; -update noar tt set b2='BMXO3' where id=9; -update noar ti set b2='BMXO3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1; -update noar ti set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1; -update noar tt set b0='F0TQXVIXKJSWTGBM5C' where id=1; -update noar ti set b0='F0TQXVIXKJSWTGBM5C' where id=1; -update noar tt set v0='1H9C8BNKSC' where id=1; -update noar ti set v0='1H9C8BNKSC' where id=1; -update noar tt set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1; -update noar ti set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1; -update noar tt set v0='1ZF10NQBEY0U65G4J5L' where id=1; -update noar ti set v0='1ZF10NQBEY0U65G4J5L' where id=1; -update noar tt set b2='7WNH2OS2XPM' where id=1; -update noar ti set b2='7WNH2OS2XPM' where id=1; -update noar tt set v0='D3XMXM7' where id=2; -update noar ti set v0='D3XMXM7' where id=2; -update noar tt set b0='WTNB7Q5' where id=2; -update noar ti set b0='WTNB7Q5' where id=2; -update noar tt set v0='ABO5' where id=2; -update noar ti set v0='ABO5' where id=2; -update noar tt set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2; -update noar ti set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2; -update noar tt set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2; -update noar ti set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2; -update noar tt set b2='9XXLMOEPD38WOB63EXANEPML' where id=2; -update noar ti set b2='9XXLMOEPD38WOB63EXANEPML' where id=2; -update noar tt set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3; -update noar ti set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3; -update noar tt set b0='TYPUVLV97A2N9' where id=3; -update noar ti set b0='TYPUVLV97A2N9' where id=3; -update noar tt set v0='MHNKFVL009I' where id=3; -update noar ti set v0='MHNKFVL009I' where id=3; -update noar tt set b1='BD7NHBPCBPSMC6BW13' where id=3; -update noar ti set b1='BD7NHBPCBPSMC6BW13' where id=3; -update noar tt set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3; -update noar ti set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3; -update noar tt set b2='L0EKEC1' where id=3; -update noar ti set b2='L0EKEC1' where id=3; -update noar tt set v0='483MNNYHGG2XP2DBUNHWOX' where id=4; -update noar ti set v0='483MNNYHGG2XP2DBUNHWOX' where id=4; -update noar tt set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4; -update noar ti set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4; -update noar tt set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4; -update noar ti set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4; -update noar tt set b1='CQEW7T5A0TG5' where id=4; -update noar ti set b1='CQEW7T5A0TG5' where id=4; -update noar tt set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4; -update noar ti set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4; -update noar tt set b2='IGS2E16017LGTLUWQIH' where id=4; -update noar ti set b2='IGS2E16017LGTLUWQIH' where id=4; -update noar tt set v0='F3L7NXAHX' where id=5; -update noar ti set v0='F3L7NXAHX' where id=5; -update noar tt set b0='FO7VS07OYO1P' where id=5; -update noar ti set b0='FO7VS07OYO1P' where id=5; -update noar tt set v0='8Y1KGDOHP3' where id=5; -update noar ti set v0='8Y1KGDOHP3' where id=5; -update noar tt set b1='CPILFN' where id=5; -update noar ti set b1='CPILFN' where id=5; -update noar tt set v0='OYL9TR5VMR8' where id=5; -update noar ti set v0='OYL9TR5VMR8' where id=5; -update noar tt set b2='RDQYG9FLZTPW1' where id=5; -update noar ti set b2='RDQYG9FLZTPW1' where id=5; -update noar tt set v0='UB8Y8YBTYBGYZR7Y' where id=6; -update noar ti set v0='UB8Y8YBTYBGYZR7Y' where id=6; -update noar tt set b0='WXUL1PZN98MLRU' where id=6; -update noar ti set b0='WXUL1PZN98MLRU' where id=6; -update noar tt set v0='NUNHMV' where id=6; -update noar ti set v0='NUNHMV' where id=6; -update noar tt set b1='3DWJ25W' where id=6; -update noar ti set b1='3DWJ25W' where id=6; -update noar tt set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6; -update noar ti set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6; -update noar tt set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6; -update noar ti set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6; -update noar tt set v0='CNV' where id=7; -update noar ti set v0='CNV' where id=7; -update noar tt set b0='M0VSGIL' where id=7; -update noar ti set b0='M0VSGIL' where id=7; -update noar tt set v0='R92B3TNW3' where id=7; -update noar ti set v0='R92B3TNW3' where id=7; -update noar tt set b1='0OT4REN' where id=7; -update noar ti set b1='0OT4REN' where id=7; -update noar tt set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7; -update noar ti set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7; -update noar tt set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7; -update noar ti set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7; -update noar tt set v0='WNAH6J4ZQBV' where id=8; -update noar ti set v0='WNAH6J4ZQBV' where id=8; -update noar tt set b0='CMKK254WZ1Y' where id=8; -update noar ti set b0='CMKK254WZ1Y' where id=8; -update noar tt set v0='7ZVR0GI4NXFM' where id=8; -update noar ti set v0='7ZVR0GI4NXFM' where id=8; -update noar tt set b1='TJ3BJ' where id=8; -update noar ti set b1='TJ3BJ' where id=8; -update noar tt set v0='S7YOGPZCMR' where id=8; -update noar ti set v0='S7YOGPZCMR' where id=8; -update noar tt set b2='YJYVTDC7L' where id=8; -update noar ti set b2='YJYVTDC7L' where id=8; -update noar tt set v0='L87Q3SGF3' where id=9; -update noar ti set v0='L87Q3SGF3' where id=9; -update noar tt set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9; -update noar ti set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9; -update noar tt set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9; -update noar ti set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9; -update noar tt set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9; -update noar ti set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9; -update noar tt set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9; -update noar ti set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9; -update noar tt set b2='2QY18PV' where id=9; -update noar ti set b2='2QY18PV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RDN1LDPADLY2W' where id=1; -update noar ti set v0='RDN1LDPADLY2W' where id=1; -update noar tt set b0='TN' where id=1; -update noar ti set b0='TN' where id=1; -update noar tt set v0='94JQFG63HHL79LOTLS5MSN' where id=1; -update noar ti set v0='94JQFG63HHL79LOTLS5MSN' where id=1; -update noar tt set b1='B' where id=1; -update noar ti set b1='B' where id=1; -update noar tt set v0='XFFOMZ0VK6' where id=1; -update noar ti set v0='XFFOMZ0VK6' where id=1; -update noar tt set b2='9H685MH3J3WCAMS1JDUWCT' where id=1; -update noar ti set b2='9H685MH3J3WCAMS1JDUWCT' where id=1; -update noar tt set v0='UBFNF46GSMK2' where id=2; -update noar ti set v0='UBFNF46GSMK2' where id=2; -update noar tt set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2; -update noar ti set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2; -update noar tt set v0='P486AR0LXI51NMOPWQX' where id=2; -update noar ti set v0='P486AR0LXI51NMOPWQX' where id=2; -update noar tt set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2; -update noar ti set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2; -update noar tt set v0='JCCD' where id=2; -update noar ti set v0='JCCD' where id=2; -update noar tt set b2='YYTM4Z' where id=2; -update noar ti set b2='YYTM4Z' where id=2; -update noar tt set v0='GRMFU6ZODW6D92DQ' where id=3; -update noar ti set v0='GRMFU6ZODW6D92DQ' where id=3; -update noar tt set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3; -update noar ti set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3; -update noar tt set v0='U323Y8P41QIJNEB' where id=3; -update noar ti set v0='U323Y8P41QIJNEB' where id=3; -update noar tt set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3; -update noar ti set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3; -update noar tt set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3; -update noar ti set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3; -update noar tt set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3; -update noar ti set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3; -update noar tt set v0='QXS7A7MDO2X' where id=4; -update noar ti set v0='QXS7A7MDO2X' where id=4; -update noar tt set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4; -update noar ti set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4; -update noar tt set v0='KYXCP05FECRY2UQW' where id=4; -update noar ti set v0='KYXCP05FECRY2UQW' where id=4; -update noar tt set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4; -update noar ti set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4; -update noar tt set v0='T2RJGS8GKFFES7KZNO' where id=4; -update noar ti set v0='T2RJGS8GKFFES7KZNO' where id=4; -update noar tt set b2='P1GZFDM' where id=4; -update noar ti set b2='P1GZFDM' where id=4; -update noar tt set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5; -update noar ti set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5; -update noar tt set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5; -update noar ti set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5; -update noar tt set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5; -update noar ti set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5; -update noar tt set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5; -update noar ti set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5; -update noar tt set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5; -update noar ti set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5; -update noar tt set b2='UUPKWLRM758VX55ECP' where id=5; -update noar ti set b2='UUPKWLRM758VX55ECP' where id=5; -update noar tt set v0='J52OAHYW3XA' where id=6; -update noar ti set v0='J52OAHYW3XA' where id=6; -update noar tt set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6; -update noar ti set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6; -update noar tt set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6; -update noar ti set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6; -update noar tt set b1='8NNHVX5A8' where id=6; -update noar ti set b1='8NNHVX5A8' where id=6; -update noar tt set v0='W4TO2I' where id=6; -update noar ti set v0='W4TO2I' where id=6; -update noar tt set b2='LG8XZRO0CCCYF7GVLBK81' where id=6; -update noar ti set b2='LG8XZRO0CCCYF7GVLBK81' where id=6; -update noar tt set v0='D2R5VD6P' where id=7; -update noar ti set v0='D2R5VD6P' where id=7; -update noar tt set b0='GXN1XNP38EWS1T0' where id=7; -update noar ti set b0='GXN1XNP38EWS1T0' where id=7; -update noar tt set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7; -update noar ti set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7; -update noar tt set b1='EZUTM6BMDS15LXBANEBEG' where id=7; -update noar ti set b1='EZUTM6BMDS15LXBANEBEG' where id=7; -update noar tt set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7; -update noar ti set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7; -update noar tt set b2='9LB1QPXSBRBJBJSIUC4H' where id=7; -update noar ti set b2='9LB1QPXSBRBJBJSIUC4H' where id=7; -update noar tt set v0='YUSN0UNMQ' where id=8; -update noar ti set v0='YUSN0UNMQ' where id=8; -update noar tt set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8; -update noar ti set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8; -update noar tt set v0='QK8FQP857BPQQAP' where id=8; -update noar ti set v0='QK8FQP857BPQQAP' where id=8; -update noar tt set b1='X2R3KPK3RTOT1MQ4G0' where id=8; -update noar ti set b1='X2R3KPK3RTOT1MQ4G0' where id=8; -update noar tt set v0='V' where id=8; -update noar ti set v0='V' where id=8; -update noar tt set b2='9M0WH6C' where id=8; -update noar ti set b2='9M0WH6C' where id=8; -update noar tt set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9; -update noar ti set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9; -update noar tt set b0='1R9G1GA2REZXA' where id=9; -update noar ti set b0='1R9G1GA2REZXA' where id=9; -update noar tt set v0='X4E8R20G5L5KV' where id=9; -update noar ti set v0='X4E8R20G5L5KV' where id=9; -update noar tt set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9; -update noar ti set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9; -update noar tt set v0='A' where id=9; -update noar ti set v0='A' where id=9; -update noar tt set b2='DLR4SONDNKNBV' where id=9; -update noar ti set b2='DLR4SONDNKNBV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1; -update noar ti set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1; -update noar tt set b0='6J0OJOB0K2RK9UCXTP' where id=1; -update noar ti set b0='6J0OJOB0K2RK9UCXTP' where id=1; -update noar tt set v0='Y198CUIDA92LXYR4' where id=1; -update noar ti set v0='Y198CUIDA92LXYR4' where id=1; -update noar tt set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1; -update noar ti set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1; -update noar tt set v0='4E' where id=1; -update noar ti set v0='4E' where id=1; -update noar tt set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1; -update noar ti set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1; -update noar tt set v0='H5AODKXM' where id=2; -update noar ti set v0='H5AODKXM' where id=2; -update noar tt set b0='9237HY6G145L' where id=2; -update noar ti set b0='9237HY6G145L' where id=2; -update noar tt set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2; -update noar ti set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2; -update noar tt set b1='Z7K0SRRD06BA' where id=2; -update noar ti set b1='Z7K0SRRD06BA' where id=2; -update noar tt set v0='47858' where id=2; -update noar ti set v0='47858' where id=2; -update noar tt set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2; -update noar ti set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2; -update noar tt set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3; -update noar ti set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3; -update noar tt set b0='RHKKFGGD4BL' where id=3; -update noar ti set b0='RHKKFGGD4BL' where id=3; -update noar tt set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3; -update noar ti set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3; -update noar tt set b1='ZQ9MCC2X6DUAT' where id=3; -update noar ti set b1='ZQ9MCC2X6DUAT' where id=3; -update noar tt set v0='AGKOH223XDS2WO' where id=3; -update noar ti set v0='AGKOH223XDS2WO' where id=3; -update noar tt set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3; -update noar ti set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3; -update noar tt set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4; -update noar ti set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4; -update noar tt set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4; -update noar ti set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4; -update noar tt set v0='XU78695F80KHTO7TEJ8B' where id=4; -update noar ti set v0='XU78695F80KHTO7TEJ8B' where id=4; -update noar tt set b1='VAXTK0LR69LIFBR1' where id=4; -update noar ti set b1='VAXTK0LR69LIFBR1' where id=4; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4; -update noar ti set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4; -update noar tt set v0='NKTZ' where id=5; -update noar ti set v0='NKTZ' where id=5; -update noar tt set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5; -update noar ti set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5; -update noar tt set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5; -update noar ti set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5; -update noar tt set b1='J0P8DUG3Q06X5JXJ' where id=5; -update noar ti set b1='J0P8DUG3Q06X5JXJ' where id=5; -update noar tt set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5; -update noar ti set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5; -update noar tt set b2='KWCM' where id=5; -update noar ti set b2='KWCM' where id=5; -update noar tt set v0='S2L6RJGZG837U' where id=6; -update noar ti set v0='S2L6RJGZG837U' where id=6; -update noar tt set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6; -update noar ti set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6; -update noar tt set v0='6ZZHECEI52F313T2' where id=6; -update noar ti set v0='6ZZHECEI52F313T2' where id=6; -update noar tt set b1='5GMOCX7SUU' where id=6; -update noar ti set b1='5GMOCX7SUU' where id=6; -update noar tt set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6; -update noar ti set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6; -update noar tt set b2='LK96K0V9QNJS1JNSW' where id=6; -update noar ti set b2='LK96K0V9QNJS1JNSW' where id=6; -update noar tt set v0='CQ1WIPZISC188YMKA' where id=7; -update noar ti set v0='CQ1WIPZISC188YMKA' where id=7; -update noar tt set b0='AKBTBDCEVWW7' where id=7; -update noar ti set b0='AKBTBDCEVWW7' where id=7; -update noar tt set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7; -update noar ti set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7; -update noar tt set b1='DJJ2HODYS' where id=7; -update noar ti set b1='DJJ2HODYS' where id=7; -update noar tt set v0='JJUVP90KR9FD6' where id=7; -update noar ti set v0='JJUVP90KR9FD6' where id=7; -update noar tt set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7; -update noar ti set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7; -update noar tt set v0='ESN6E0' where id=8; -update noar ti set v0='ESN6E0' where id=8; -update noar tt set b0='BGG8Z' where id=8; -update noar ti set b0='BGG8Z' where id=8; -update noar tt set v0='R3XFXIO7J3VR' where id=8; -update noar ti set v0='R3XFXIO7J3VR' where id=8; -update noar tt set b1='P7IRB' where id=8; -update noar ti set b1='P7IRB' where id=8; -update noar tt set v0='F0R33BXEC87EVTYIZF' where id=8; -update noar ti set v0='F0R33BXEC87EVTYIZF' where id=8; -update noar tt set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8; -update noar ti set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8; -update noar tt set v0='INLH6' where id=9; -update noar ti set v0='INLH6' where id=9; -update noar tt set b0='TY' where id=9; -update noar ti set b0='TY' where id=9; -update noar tt set v0='G79ENEPDWJTIT57CKVLI' where id=9; -update noar ti set v0='G79ENEPDWJTIT57CKVLI' where id=9; -update noar tt set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9; -update noar ti set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9; -update noar tt set v0='TSEM89X' where id=9; -update noar ti set v0='TSEM89X' where id=9; -update noar tt set b2='NUAP4MRQOP0Z46Y0' where id=9; -update noar ti set b2='NUAP4MRQOP0Z46Y0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1; -update noar ti set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1; -update noar tt set b0='X1FV2B' where id=1; -update noar ti set b0='X1FV2B' where id=1; -update noar tt set v0='4OL6' where id=1; -update noar ti set v0='4OL6' where id=1; -update noar tt set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1; -update noar ti set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1; -update noar tt set v0='K2QX8ZDC5YWU' where id=1; -update noar ti set v0='K2QX8ZDC5YWU' where id=1; -update noar tt set b2='1Y6CGI5ZU6QNVWT' where id=1; -update noar ti set b2='1Y6CGI5ZU6QNVWT' where id=1; -update noar tt set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2; -update noar ti set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2; -update noar tt set b0='66Y' where id=2; -update noar ti set b0='66Y' where id=2; -update noar tt set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2; -update noar ti set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2; -update noar tt set b1='ZA6VGOH3ANO1849RVMT' where id=2; -update noar ti set b1='ZA6VGOH3ANO1849RVMT' where id=2; -update noar tt set v0='YOTY' where id=2; -update noar ti set v0='YOTY' where id=2; -update noar tt set b2='264E7IB' where id=2; -update noar ti set b2='264E7IB' where id=2; -update noar tt set v0='P' where id=3; -update noar ti set v0='P' where id=3; -update noar tt set b0='BZ' where id=3; -update noar ti set b0='BZ' where id=3; -update noar tt set v0='HEW' where id=3; -update noar ti set v0='HEW' where id=3; -update noar tt set b1='GFM4WVNW8IB68MLE' where id=3; -update noar ti set b1='GFM4WVNW8IB68MLE' where id=3; -update noar tt set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3; -update noar ti set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3; -update noar tt set b2='0H6QSY6AAC35E' where id=3; -update noar ti set b2='0H6QSY6AAC35E' where id=3; -update noar tt set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4; -update noar ti set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4; -update noar tt set b0='K85C7K2DYMTTU5K5JMA' where id=4; -update noar ti set b0='K85C7K2DYMTTU5K5JMA' where id=4; -update noar tt set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4; -update noar ti set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4; -update noar tt set b1='ECP5SYHQHFMO5' where id=4; -update noar ti set b1='ECP5SYHQHFMO5' where id=4; -update noar tt set v0='BGJCFHKAIY2OU7SWV' where id=4; -update noar ti set v0='BGJCFHKAIY2OU7SWV' where id=4; -update noar tt set b2='W40RECBSDLYEQ499' where id=4; -update noar ti set b2='W40RECBSDLYEQ499' where id=4; -update noar tt set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5; -update noar ti set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5; -update noar tt set b0='EKWRHT2' where id=5; -update noar ti set b0='EKWRHT2' where id=5; -update noar tt set v0='VH6JW0HNVEZJTLHPEISH6' where id=5; -update noar ti set v0='VH6JW0HNVEZJTLHPEISH6' where id=5; -update noar tt set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5; -update noar ti set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5; -update noar tt set v0='N88UGE0' where id=5; -update noar ti set v0='N88UGE0' where id=5; -update noar tt set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5; -update noar ti set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5; -update noar tt set v0='1DKTMGV8ZIJFY70' where id=6; -update noar ti set v0='1DKTMGV8ZIJFY70' where id=6; -update noar tt set b0='BC07R3' where id=6; -update noar ti set b0='BC07R3' where id=6; -update noar tt set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6; -update noar ti set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6; -update noar tt set b1='WCP5SITMIL29E69EWSAEI3B' where id=6; -update noar ti set b1='WCP5SITMIL29E69EWSAEI3B' where id=6; -update noar tt set v0='IHK7WN8KFMK756IKZLKEP0' where id=6; -update noar ti set v0='IHK7WN8KFMK756IKZLKEP0' where id=6; -update noar tt set b2='WQWBIX31' where id=6; -update noar ti set b2='WQWBIX31' where id=6; -update noar tt set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7; -update noar ti set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7; -update noar tt set b0='CRRISU2K9' where id=7; -update noar ti set b0='CRRISU2K9' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b1='OX' where id=7; -update noar ti set b1='OX' where id=7; -update noar tt set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7; -update noar ti set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7; -update noar tt set b2='PMC2GMSSNRCAK8CS846DC2' where id=7; -update noar ti set b2='PMC2GMSSNRCAK8CS846DC2' where id=7; -update noar tt set v0='41GT' where id=8; -update noar ti set v0='41GT' where id=8; -update noar tt set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8; -update noar ti set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8; -update noar tt set v0='T11M0VBTGOTC7' where id=8; -update noar ti set v0='T11M0VBTGOTC7' where id=8; -update noar tt set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8; -update noar ti set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8; -update noar tt set v0='2FZDE35RKUV3R7BDMHAE' where id=8; -update noar ti set v0='2FZDE35RKUV3R7BDMHAE' where id=8; -update noar tt set b2='F1C9OR2HWIZ1LZVS57B' where id=8; -update noar ti set b2='F1C9OR2HWIZ1LZVS57B' where id=8; -update noar tt set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9; -update noar ti set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9; -update noar tt set b0='24PNSZGAS8SXGXTP' where id=9; -update noar ti set b0='24PNSZGAS8SXGXTP' where id=9; -update noar tt set v0='IJIYFZX0QA49' where id=9; -update noar ti set v0='IJIYFZX0QA49' where id=9; -update noar tt set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9; -update noar ti set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9; -update noar tt set v0='LMKGF2YF' where id=9; -update noar ti set v0='LMKGF2YF' where id=9; -update noar tt set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9; -update noar ti set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1; -update noar ti set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1; -update noar tt set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1; -update noar ti set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1; -update noar tt set v0='EA01' where id=1; -update noar ti set v0='EA01' where id=1; -update noar tt set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1; -update noar ti set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1; -update noar tt set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1; -update noar ti set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1; -update noar tt set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1; -update noar ti set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1; -update noar tt set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2; -update noar ti set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2; -update noar tt set b0='D94NCPFQQQCPIE1TE2G' where id=2; -update noar ti set b0='D94NCPFQQQCPIE1TE2G' where id=2; -update noar tt set v0='D' where id=2; -update noar ti set v0='D' where id=2; -update noar tt set b1='M6FOQ5IMOH' where id=2; -update noar ti set b1='M6FOQ5IMOH' where id=2; -update noar tt set v0='CV' where id=2; -update noar ti set v0='CV' where id=2; -update noar tt set b2='5GSOB0UCF4XG' where id=2; -update noar ti set b2='5GSOB0UCF4XG' where id=2; -update noar tt set v0='TNRA2XXPBI' where id=3; -update noar ti set v0='TNRA2XXPBI' where id=3; -update noar tt set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3; -update noar ti set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3; -update noar tt set v0='HVEI2' where id=3; -update noar ti set v0='HVEI2' where id=3; -update noar tt set b1='G20MDR85O0ACKEZT' where id=3; -update noar ti set b1='G20MDR85O0ACKEZT' where id=3; -update noar tt set v0='P7328SD5HM794AMY' where id=3; -update noar ti set v0='P7328SD5HM794AMY' where id=3; -update noar tt set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3; -update noar ti set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3; -update noar tt set v0='WN3AIRV5ITL' where id=4; -update noar ti set v0='WN3AIRV5ITL' where id=4; -update noar tt set b0='CSC7HBU' where id=4; -update noar ti set b0='CSC7HBU' where id=4; -update noar tt set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4; -update noar ti set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4; -update noar tt set b1='TS2K1JLQKU7RS7ULFV' where id=4; -update noar ti set b1='TS2K1JLQKU7RS7ULFV' where id=4; -update noar tt set v0='RYUB49CTP9' where id=4; -update noar ti set v0='RYUB49CTP9' where id=4; -update noar tt set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4; -update noar ti set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4; -update noar tt set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5; -update noar ti set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5; -update noar tt set b0='0G6I1NQIOBE' where id=5; -update noar ti set b0='0G6I1NQIOBE' where id=5; -update noar tt set v0='9BMGYUAOBGSSACLSXXXP' where id=5; -update noar ti set v0='9BMGYUAOBGSSACLSXXXP' where id=5; -update noar tt set b1='5AKX5' where id=5; -update noar ti set b1='5AKX5' where id=5; -update noar tt set v0='BMA7HYV' where id=5; -update noar ti set v0='BMA7HYV' where id=5; -update noar tt set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5; -update noar ti set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5; -update noar tt set v0='J2OSPZWSTVY' where id=6; -update noar ti set v0='J2OSPZWSTVY' where id=6; -update noar tt set b0='XW2XUK1JSAI' where id=6; -update noar ti set b0='XW2XUK1JSAI' where id=6; -update noar tt set v0='13B5S7628U3H660R' where id=6; -update noar ti set v0='13B5S7628U3H660R' where id=6; -update noar tt set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6; -update noar ti set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6; -update noar tt set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6; -update noar ti set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6; -update noar tt set b2='L55PAF7DAYW3L' where id=6; -update noar ti set b2='L55PAF7DAYW3L' where id=6; -update noar tt set v0='QRRBU' where id=7; -update noar ti set v0='QRRBU' where id=7; -update noar tt set b0='W71' where id=7; -update noar ti set b0='W71' where id=7; -update noar tt set v0='9V7UOY' where id=7; -update noar ti set v0='9V7UOY' where id=7; -update noar tt set b1='W3882CQ3X3UJN150MQD1M' where id=7; -update noar ti set b1='W3882CQ3X3UJN150MQD1M' where id=7; -update noar tt set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7; -update noar ti set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7; -update noar tt set b2='BE9TGMD1B6E9B' where id=7; -update noar ti set b2='BE9TGMD1B6E9B' where id=7; -update noar tt set v0='WONPYSTO5' where id=8; -update noar ti set v0='WONPYSTO5' where id=8; -update noar tt set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8; -update noar ti set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='UW888Q6J' where id=8; -update noar ti set b1='UW888Q6J' where id=8; -update noar tt set v0='0VP7N7N' where id=8; -update noar ti set v0='0VP7N7N' where id=8; -update noar tt set b2='VQ' where id=8; -update noar ti set b2='VQ' where id=8; -update noar tt set v0='M9' where id=9; -update noar ti set v0='M9' where id=9; -update noar tt set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9; -update noar ti set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9; -update noar tt set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9; -update noar ti set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9; -update noar tt set b1='4VT00IPDUKI3' where id=9; -update noar ti set b1='4VT00IPDUKI3' where id=9; -update noar tt set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9; -update noar ti set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9; -update noar tt set b2='354467' where id=9; -update noar ti set b2='354467' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='BYET' where id=1; -update noar ti set v0='BYET' where id=1; -update noar tt set b0='PXRAQCV856SNE' where id=1; -update noar ti set b0='PXRAQCV856SNE' where id=1; -update noar tt set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1; -update noar ti set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1; -update noar tt set b1='JX8LZI7E9KZN' where id=1; -update noar ti set b1='JX8LZI7E9KZN' where id=1; -update noar tt set v0='P9QJFO5' where id=1; -update noar ti set v0='P9QJFO5' where id=1; -update noar tt set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1; -update noar ti set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1; -update noar tt set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2; -update noar ti set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2; -update noar tt set b0='WATMSCTME30ZTLNGN42JJI2' where id=2; -update noar ti set b0='WATMSCTME30ZTLNGN42JJI2' where id=2; -update noar tt set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2; -update noar ti set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2; -update noar tt set b1='W2OALQJKHGAFCNW7GVE' where id=2; -update noar ti set b1='W2OALQJKHGAFCNW7GVE' where id=2; -update noar tt set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2; -update noar ti set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2; -update noar tt set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2; -update noar ti set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2; -update noar tt set v0='VD' where id=3; -update noar ti set v0='VD' where id=3; -update noar tt set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3; -update noar ti set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3; -update noar tt set v0='3BJ6ISBOADND' where id=3; -update noar ti set v0='3BJ6ISBOADND' where id=3; -update noar tt set b1='TCTWC8UNPER1D7XY5LE8' where id=3; -update noar ti set b1='TCTWC8UNPER1D7XY5LE8' where id=3; -update noar tt set v0='VOE8' where id=3; -update noar ti set v0='VOE8' where id=3; -update noar tt set b2='0ETQ7NULKA' where id=3; -update noar ti set b2='0ETQ7NULKA' where id=3; -update noar tt set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4; -update noar ti set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4; -update noar tt set b0='C06NB4XODKEO8FIO' where id=4; -update noar ti set b0='C06NB4XODKEO8FIO' where id=4; -update noar tt set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4; -update noar ti set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4; -update noar tt set b1='XI6Z6NM14' where id=4; -update noar ti set b1='XI6Z6NM14' where id=4; -update noar tt set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4; -update noar ti set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4; -update noar tt set b2='A1' where id=4; -update noar ti set b2='A1' where id=4; -update noar tt set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5; -update noar ti set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5; -update noar tt set b0='X3IL8YPVXGEGCG4' where id=5; -update noar ti set b0='X3IL8YPVXGEGCG4' where id=5; -update noar tt set v0='5787N40J27E18N7DG7XHVZS' where id=5; -update noar ti set v0='5787N40J27E18N7DG7XHVZS' where id=5; -update noar tt set b1='08ZI' where id=5; -update noar ti set b1='08ZI' where id=5; -update noar tt set v0='BH' where id=5; -update noar ti set v0='BH' where id=5; -update noar tt set b2='7JEQU8UJ40' where id=5; -update noar ti set b2='7JEQU8UJ40' where id=5; -update noar tt set v0='KU1PYWE' where id=6; -update noar ti set v0='KU1PYWE' where id=6; -update noar tt set b0='ZG5I9AM26O' where id=6; -update noar ti set b0='ZG5I9AM26O' where id=6; -update noar tt set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6; -update noar ti set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6; -update noar tt set b1='JZIFRF3Y68RVXOTM2D' where id=6; -update noar ti set b1='JZIFRF3Y68RVXOTM2D' where id=6; -update noar tt set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6; -update noar ti set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6; -update noar tt set b2='9KW9K0LT61WV3B' where id=6; -update noar ti set b2='9KW9K0LT61WV3B' where id=6; -update noar tt set v0='8YCO64' where id=7; -update noar ti set v0='8YCO64' where id=7; -update noar tt set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7; -update noar ti set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7; -update noar tt set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7; -update noar ti set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7; -update noar tt set b1='8J59C0' where id=7; -update noar ti set b1='8J59C0' where id=7; -update noar tt set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7; -update noar ti set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7; -update noar tt set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7; -update noar ti set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7; -update noar tt set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8; -update noar ti set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8; -update noar tt set b0='6GMPQM6ZD' where id=8; -update noar ti set b0='6GMPQM6ZD' where id=8; -update noar tt set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8; -update noar ti set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8; -update noar tt set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8; -update noar ti set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8; -update noar tt set v0='EB' where id=8; -update noar ti set v0='EB' where id=8; -update noar tt set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8; -update noar ti set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8; -update noar tt set v0='EXX2' where id=9; -update noar ti set v0='EXX2' where id=9; -update noar tt set b0='MXZ2HC1L70FFC' where id=9; -update noar ti set b0='MXZ2HC1L70FFC' where id=9; -update noar tt set v0='P8U87WH594NVIJ58KIWL1' where id=9; -update noar ti set v0='P8U87WH594NVIJ58KIWL1' where id=9; -update noar tt set b1='0' where id=9; -update noar ti set b1='0' where id=9; -update noar tt set v0='QGL' where id=9; -update noar ti set v0='QGL' where id=9; -update noar tt set b2='CZ3BR6MT1X' where id=9; -update noar ti set b2='CZ3BR6MT1X' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D0KN24MEJQZC2PR9A' where id=1; -update noar ti set v0='D0KN24MEJQZC2PR9A' where id=1; -update noar tt set b0='2N8Z' where id=1; -update noar ti set b0='2N8Z' where id=1; -update noar tt set v0='65N82EVEWW' where id=1; -update noar ti set v0='65N82EVEWW' where id=1; -update noar tt set b1='UL6KAL1GU8' where id=1; -update noar ti set b1='UL6KAL1GU8' where id=1; -update noar tt set v0='WUUIRYVFVWE6D' where id=1; -update noar ti set v0='WUUIRYVFVWE6D' where id=1; -update noar tt set b2='8WN7R34J9G1HLL2' where id=1; -update noar ti set b2='8WN7R34J9G1HLL2' where id=1; -update noar tt set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2; -update noar ti set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2; -update noar tt set b0='8' where id=2; -update noar ti set b0='8' where id=2; -update noar tt set v0='K9JUEPN8' where id=2; -update noar ti set v0='K9JUEPN8' where id=2; -update noar tt set b1='E4252OX77L0FF8N2E' where id=2; -update noar ti set b1='E4252OX77L0FF8N2E' where id=2; -update noar tt set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2; -update noar ti set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2; -update noar tt set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2; -update noar ti set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2; -update noar tt set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3; -update noar ti set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3; -update noar tt set b0='T9AU1XYOYU0D2163KYQ' where id=3; -update noar ti set b0='T9AU1XYOYU0D2163KYQ' where id=3; -update noar tt set v0='B5INDB' where id=3; -update noar ti set v0='B5INDB' where id=3; -update noar tt set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3; -update noar ti set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3; -update noar tt set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3; -update noar ti set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3; -update noar tt set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3; -update noar ti set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3; -update noar tt set v0='XGWEVHMQN8' where id=4; -update noar ti set v0='XGWEVHMQN8' where id=4; -update noar tt set b0='UOU' where id=4; -update noar ti set b0='UOU' where id=4; -update noar tt set v0='2VH3AL9XARP' where id=4; -update noar ti set v0='2VH3AL9XARP' where id=4; -update noar tt set b1='3I1BDJOX8X1QRM0NSIW' where id=4; -update noar ti set b1='3I1BDJOX8X1QRM0NSIW' where id=4; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4; -update noar ti set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4; -update noar tt set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5; -update noar ti set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5; -update noar tt set b0='7Z' where id=5; -update noar ti set b0='7Z' where id=5; -update noar tt set v0='P8DP9RLR3ECYFA6AL86' where id=5; -update noar ti set v0='P8DP9RLR3ECYFA6AL86' where id=5; -update noar tt set b1='OKZ3' where id=5; -update noar ti set b1='OKZ3' where id=5; -update noar tt set v0='5EZ' where id=5; -update noar ti set v0='5EZ' where id=5; -update noar tt set b2='CTP5K69VS8HE' where id=5; -update noar ti set b2='CTP5K69VS8HE' where id=5; -update noar tt set v0='9QH969YHJYTT3FFDO5' where id=6; -update noar ti set v0='9QH969YHJYTT3FFDO5' where id=6; -update noar tt set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6; -update noar ti set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6; -update noar tt set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6; -update noar ti set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6; -update noar tt set b1='0' where id=6; -update noar ti set b1='0' where id=6; -update noar tt set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6; -update noar ti set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6; -update noar tt set b2='Z4EOV1MHPLU' where id=6; -update noar ti set b2='Z4EOV1MHPLU' where id=6; -update noar tt set v0='R5IT2AVSYH4M48MUFV' where id=7; -update noar ti set v0='R5IT2AVSYH4M48MUFV' where id=7; -update noar tt set b0='SB0FAOGB0ORU9' where id=7; -update noar ti set b0='SB0FAOGB0ORU9' where id=7; -update noar tt set v0='0QCC57BCZISAQ' where id=7; -update noar ti set v0='0QCC57BCZISAQ' where id=7; -update noar tt set b1='D92T0HMD4981FXDMOJUN50' where id=7; -update noar ti set b1='D92T0HMD4981FXDMOJUN50' where id=7; -update noar tt set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7; -update noar ti set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7; -update noar tt set b2='KK8OROB8YCC370CS' where id=7; -update noar ti set b2='KK8OROB8YCC370CS' where id=7; -update noar tt set v0='JEG' where id=8; -update noar ti set v0='JEG' where id=8; -update noar tt set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8; -update noar ti set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8; -update noar tt set v0='FO8C' where id=8; -update noar ti set v0='FO8C' where id=8; -update noar tt set b1='ZWQ4' where id=8; -update noar ti set b1='ZWQ4' where id=8; -update noar tt set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8; -update noar ti set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8; -update noar tt set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8; -update noar ti set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8; -update noar tt set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9; -update noar ti set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9; -update noar tt set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9; -update noar ti set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9; -update noar tt set v0='1CCIFCNOV5A2XZ' where id=9; -update noar ti set v0='1CCIFCNOV5A2XZ' where id=9; -update noar tt set b1='6L8ZD2IO8B3K83OY' where id=9; -update noar ti set b1='6L8ZD2IO8B3K83OY' where id=9; -update noar tt set v0='K4U' where id=9; -update noar ti set v0='K4U' where id=9; -update noar tt set b2='F7G3BZYU0Q97K' where id=9; -update noar ti set b2='F7G3BZYU0Q97K' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q1' where id=1; -update noar ti set v0='Q1' where id=1; -update noar tt set b0='9VQUXZD4VZ523ZWP5' where id=1; -update noar ti set b0='9VQUXZD4VZ523ZWP5' where id=1; -update noar tt set v0='E48Q' where id=1; -update noar ti set v0='E48Q' where id=1; -update noar tt set b1='U597Z8G1L418ZLQ2P' where id=1; -update noar ti set b1='U597Z8G1L418ZLQ2P' where id=1; -update noar tt set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1; -update noar ti set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1; -update noar tt set b2='QHPACUBFHZZ' where id=1; -update noar ti set b2='QHPACUBFHZZ' where id=1; -update noar tt set v0='2N6O0O7SBSHSM03SD1U' where id=2; -update noar ti set v0='2N6O0O7SBSHSM03SD1U' where id=2; -update noar tt set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2; -update noar ti set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2; -update noar tt set v0='5' where id=2; -update noar ti set v0='5' where id=2; -update noar tt set b1='M1YN6ADRB5EQHW' where id=2; -update noar ti set b1='M1YN6ADRB5EQHW' where id=2; -update noar tt set v0='VYM4FOSZ7XIBMRLYOP' where id=2; -update noar ti set v0='VYM4FOSZ7XIBMRLYOP' where id=2; -update noar tt set b2='RP0BUGIV' where id=2; -update noar ti set b2='RP0BUGIV' where id=2; -update noar tt set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3; -update noar ti set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3; -update noar tt set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3; -update noar ti set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3; -update noar tt set v0='BYGREAH' where id=3; -update noar ti set v0='BYGREAH' where id=3; -update noar tt set b1='E' where id=3; -update noar ti set b1='E' where id=3; -update noar tt set v0='BYHW7P6' where id=3; -update noar ti set v0='BYHW7P6' where id=3; -update noar tt set b2='ZTET0I75AN' where id=3; -update noar ti set b2='ZTET0I75AN' where id=3; -update noar tt set v0='FGPAJFQIJCIYD4SP1' where id=4; -update noar ti set v0='FGPAJFQIJCIYD4SP1' where id=4; -update noar tt set b0='5KCMB' where id=4; -update noar ti set b0='5KCMB' where id=4; -update noar tt set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4; -update noar ti set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='X0PSMOQLVB3V77D3N' where id=4; -update noar ti set v0='X0PSMOQLVB3V77D3N' where id=4; -update noar tt set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4; -update noar ti set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4; -update noar tt set v0='TX9KW6PNGJNVBN' where id=5; -update noar ti set v0='TX9KW6PNGJNVBN' where id=5; -update noar tt set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5; -update noar ti set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5; -update noar tt set v0='NDVJVJL' where id=5; -update noar ti set v0='NDVJVJL' where id=5; -update noar tt set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5; -update noar ti set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5; -update noar tt set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5; -update noar ti set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5; -update noar tt set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5; -update noar ti set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5; -update noar tt set v0='GXKK' where id=6; -update noar ti set v0='GXKK' where id=6; -update noar tt set b0='8HO' where id=6; -update noar ti set b0='8HO' where id=6; -update noar tt set v0='ZND9KNTDDSQPVE7083Z' where id=6; -update noar ti set v0='ZND9KNTDDSQPVE7083Z' where id=6; -update noar tt set b1='L9T93T8955I8W652DFDH3K' where id=6; -update noar ti set b1='L9T93T8955I8W652DFDH3K' where id=6; -update noar tt set v0='R890OUQEBACJMNLAZ' where id=6; -update noar ti set v0='R890OUQEBACJMNLAZ' where id=6; -update noar tt set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6; -update noar ti set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6; -update noar tt set v0='Q9C0NP8G' where id=7; -update noar ti set v0='Q9C0NP8G' where id=7; -update noar tt set b0='O1KDM982G' where id=7; -update noar ti set b0='O1KDM982G' where id=7; -update noar tt set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7; -update noar ti set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7; -update noar tt set b1='W6CZQFW3I9MLC' where id=7; -update noar ti set b1='W6CZQFW3I9MLC' where id=7; -update noar tt set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7; -update noar ti set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7; -update noar tt set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7; -update noar ti set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7; -update noar tt set v0='TRV6JBLN' where id=8; -update noar ti set v0='TRV6JBLN' where id=8; -update noar tt set b0='C18E0M961RH5KJT' where id=8; -update noar ti set b0='C18E0M961RH5KJT' where id=8; -update noar tt set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8; -update noar ti set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8; -update noar tt set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8; -update noar ti set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8; -update noar tt set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8; -update noar ti set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8; -update noar tt set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8; -update noar ti set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8; -update noar tt set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9; -update noar ti set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9; -update noar tt set b0='3R4' where id=9; -update noar ti set b0='3R4' where id=9; -update noar tt set v0='Z2W4IOS' where id=9; -update noar ti set v0='Z2W4IOS' where id=9; -update noar tt set b1='X5JTLZY' where id=9; -update noar ti set b1='X5JTLZY' where id=9; -update noar tt set v0='GJNLF89WINZPO' where id=9; -update noar ti set v0='GJNLF89WINZPO' where id=9; -update noar tt set b2='SSLPPOH4GQQ' where id=9; -update noar ti set b2='SSLPPOH4GQQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HUUBW07QPI19Z7GY' where id=1; -update noar ti set v0='HUUBW07QPI19Z7GY' where id=1; -update noar tt set b0='DWB0N0KRCDTIZ5BIYT' where id=1; -update noar ti set b0='DWB0N0KRCDTIZ5BIYT' where id=1; -update noar tt set v0='KNPWL2XSER0' where id=1; -update noar ti set v0='KNPWL2XSER0' where id=1; -update noar tt set b1='Q' where id=1; -update noar ti set b1='Q' where id=1; -update noar tt set v0='PEDK0PMW3VTPVFFD1JD5' where id=1; -update noar ti set v0='PEDK0PMW3VTPVFFD1JD5' where id=1; -update noar tt set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1; -update noar ti set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1; -update noar tt set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2; -update noar ti set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2; -update noar tt set b0='DVL5QAWLBJPJT4' where id=2; -update noar ti set b0='DVL5QAWLBJPJT4' where id=2; -update noar tt set v0='3' where id=2; -update noar ti set v0='3' where id=2; -update noar tt set b1='ZQAY3QAIXVVC' where id=2; -update noar ti set b1='ZQAY3QAIXVVC' where id=2; -update noar tt set v0='GKUYV9' where id=2; -update noar ti set v0='GKUYV9' where id=2; -update noar tt set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2; -update noar ti set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2; -update noar tt set v0='UUAAQ16QIMA0P8UFBCT' where id=3; -update noar ti set v0='UUAAQ16QIMA0P8UFBCT' where id=3; -update noar tt set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3; -update noar ti set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3; -update noar tt set v0='NLI8SQ3U5' where id=3; -update noar ti set v0='NLI8SQ3U5' where id=3; -update noar tt set b1='A' where id=3; -update noar ti set b1='A' where id=3; -update noar tt set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3; -update noar ti set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3; -update noar tt set b2='A5S51YNYAH2' where id=3; -update noar ti set b2='A5S51YNYAH2' where id=3; -update noar tt set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4; -update noar ti set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4; -update noar tt set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4; -update noar ti set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4; -update noar tt set v0='EYDTO0IAL8H0W' where id=4; -update noar ti set v0='EYDTO0IAL8H0W' where id=4; -update noar tt set b1='R2HM4JKFJJERCO' where id=4; -update noar ti set b1='R2HM4JKFJJERCO' where id=4; -update noar tt set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4; -update noar ti set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4; -update noar tt set b2='WOC222J9M' where id=4; -update noar ti set b2='WOC222J9M' where id=4; -update noar tt set v0='KH1KA' where id=5; -update noar ti set v0='KH1KA' where id=5; -update noar tt set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5; -update noar ti set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5; -update noar tt set v0='36MOL10Q7NQSNDLCFLWU' where id=5; -update noar ti set v0='36MOL10Q7NQSNDLCFLWU' where id=5; -update noar tt set b1='R2XT' where id=5; -update noar ti set b1='R2XT' where id=5; -update noar tt set v0='YY991MRRCKDH' where id=5; -update noar ti set v0='YY991MRRCKDH' where id=5; -update noar tt set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5; -update noar ti set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5; -update noar tt set v0='92BZBW68T' where id=6; -update noar ti set v0='92BZBW68T' where id=6; -update noar tt set b0='OVX8ZKV' where id=6; -update noar ti set b0='OVX8ZKV' where id=6; -update noar tt set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6; -update noar ti set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6; -update noar tt set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6; -update noar ti set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6; -update noar tt set v0='IO9AUF6W' where id=6; -update noar ti set v0='IO9AUF6W' where id=6; -update noar tt set b2='JNBQTLWHEZQ' where id=6; -update noar ti set b2='JNBQTLWHEZQ' where id=6; -update noar tt set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7; -update noar ti set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7; -update noar tt set b0='F3R7ZJHQFN6KL0LTE' where id=7; -update noar ti set b0='F3R7ZJHQFN6KL0LTE' where id=7; -update noar tt set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7; -update noar ti set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7; -update noar tt set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7; -update noar ti set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7; -update noar tt set v0='AKYN29I0441KRBSNWH919C' where id=7; -update noar ti set v0='AKYN29I0441KRBSNWH919C' where id=7; -update noar tt set b2='1L' where id=7; -update noar ti set b2='1L' where id=7; -update noar tt set v0='7EPXFBQK' where id=8; -update noar ti set v0='7EPXFBQK' where id=8; -update noar tt set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8; -update noar ti set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8; -update noar tt set v0='IAL666LNCG35LYQ0QQK6O5' where id=8; -update noar ti set v0='IAL666LNCG35LYQ0QQK6O5' where id=8; -update noar tt set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8; -update noar ti set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8; -update noar tt set v0='E6QTX01IY2M21N7H' where id=8; -update noar ti set v0='E6QTX01IY2M21N7H' where id=8; -update noar tt set b2='OH56KOFBNTLC26K' where id=8; -update noar ti set b2='OH56KOFBNTLC26K' where id=8; -update noar tt set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9; -update noar ti set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9; -update noar tt set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9; -update noar ti set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9; -update noar tt set v0='Q1DHSP4I2' where id=9; -update noar ti set v0='Q1DHSP4I2' where id=9; -update noar tt set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9; -update noar ti set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9; -update noar tt set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9; -update noar ti set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9; -update noar tt set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9; -update noar ti set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1; -update noar ti set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1; -update noar tt set b0='YB8NTN82M' where id=1; -update noar ti set b0='YB8NTN82M' where id=1; -update noar tt set v0='LRL32Z5N10JBOF6' where id=1; -update noar ti set v0='LRL32Z5N10JBOF6' where id=1; -update noar tt set b1='SVXTVA7OG59RTB' where id=1; -update noar ti set b1='SVXTVA7OG59RTB' where id=1; -update noar tt set v0='5RQF5QA6JGO' where id=1; -update noar ti set v0='5RQF5QA6JGO' where id=1; -update noar tt set b2='LEOR80S' where id=1; -update noar ti set b2='LEOR80S' where id=1; -update noar tt set v0='YSZTG' where id=2; -update noar ti set v0='YSZTG' where id=2; -update noar tt set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2; -update noar ti set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2; -update noar tt set v0='4U7JBMZB54FMAZV' where id=2; -update noar ti set v0='4U7JBMZB54FMAZV' where id=2; -update noar tt set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2; -update noar ti set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2; -update noar tt set v0='XMT1U' where id=2; -update noar ti set v0='XMT1U' where id=2; -update noar tt set b2='2' where id=2; -update noar ti set b2='2' where id=2; -update noar tt set v0='1GXOXA9B3NSGQHU7NBE' where id=3; -update noar ti set v0='1GXOXA9B3NSGQHU7NBE' where id=3; -update noar tt set b0='Q' where id=3; -update noar ti set b0='Q' where id=3; -update noar tt set v0='SY02UKUCTT5A' where id=3; -update noar ti set v0='SY02UKUCTT5A' where id=3; -update noar tt set b1='OQA4' where id=3; -update noar ti set b1='OQA4' where id=3; -update noar tt set v0='DTPZ3DT8PWK8GMWZV' where id=3; -update noar ti set v0='DTPZ3DT8PWK8GMWZV' where id=3; -update noar tt set b2='BYTZ' where id=3; -update noar ti set b2='BYTZ' where id=3; -update noar tt set v0='15603KRF033QUHOY' where id=4; -update noar ti set v0='15603KRF033QUHOY' where id=4; -update noar tt set b0='S7KDI30VIRK9UTK' where id=4; -update noar ti set b0='S7KDI30VIRK9UTK' where id=4; -update noar tt set v0='K0FER' where id=4; -update noar ti set v0='K0FER' where id=4; -update noar tt set b1='42Z7ZIUCK1QXN7' where id=4; -update noar ti set b1='42Z7ZIUCK1QXN7' where id=4; -update noar tt set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4; -update noar ti set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4; -update noar tt set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4; -update noar ti set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4; -update noar tt set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5; -update noar ti set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5; -update noar tt set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5; -update noar ti set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5; -update noar tt set v0='BGVZXQEI40OKTLREY2DA9M' where id=5; -update noar ti set v0='BGVZXQEI40OKTLREY2DA9M' where id=5; -update noar tt set b1='09H5O6IDB32T31OYK5W29M' where id=5; -update noar ti set b1='09H5O6IDB32T31OYK5W29M' where id=5; -update noar tt set v0='MD4BVS633PCUN2W4I8QII' where id=5; -update noar ti set v0='MD4BVS633PCUN2W4I8QII' where id=5; -update noar tt set b2='BFJKMP6SMV3E' where id=5; -update noar ti set b2='BFJKMP6SMV3E' where id=5; -update noar tt set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6; -update noar ti set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6; -update noar tt set b0='8GX6Q05B7HT' where id=6; -update noar ti set b0='8GX6Q05B7HT' where id=6; -update noar tt set v0='TF8YT7Z7TP7SWJ' where id=6; -update noar ti set v0='TF8YT7Z7TP7SWJ' where id=6; -update noar tt set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6; -update noar ti set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6; -update noar tt set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6; -update noar ti set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6; -update noar tt set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6; -update noar ti set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6; -update noar tt set v0='I6PH4WVRW9LMMJGJOX8G' where id=7; -update noar ti set v0='I6PH4WVRW9LMMJGJOX8G' where id=7; -update noar tt set b0='O3FXX' where id=7; -update noar ti set b0='O3FXX' where id=7; -update noar tt set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7; -update noar ti set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7; -update noar tt set b1='RVCM' where id=7; -update noar ti set b1='RVCM' where id=7; -update noar tt set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7; -update noar ti set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7; -update noar tt set b2='BIQ0IXWC485HTEQLR' where id=7; -update noar ti set b2='BIQ0IXWC485HTEQLR' where id=7; -update noar tt set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8; -update noar ti set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8; -update noar tt set b0='40LTMGJRJ' where id=8; -update noar ti set b0='40LTMGJRJ' where id=8; -update noar tt set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8; -update noar ti set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8; -update noar tt set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8; -update noar ti set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8; -update noar tt set v0='2J4V4ZSAQYNC70B' where id=8; -update noar ti set v0='2J4V4ZSAQYNC70B' where id=8; -update noar tt set b2='DZZ0' where id=8; -update noar ti set b2='DZZ0' where id=8; -update noar tt set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9; -update noar ti set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9; -update noar tt set b0='RSZVBVQCPOFXOP20BZDU7' where id=9; -update noar ti set b0='RSZVBVQCPOFXOP20BZDU7' where id=9; -update noar tt set v0='P6QM8EN0RKBV' where id=9; -update noar ti set v0='P6QM8EN0RKBV' where id=9; -update noar tt set b1='6GQNANW4XY' where id=9; -update noar ti set b1='6GQNANW4XY' where id=9; -update noar tt set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9; -update noar ti set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9; -update noar tt set b2='FHKJWR6H7L9T90F' where id=9; -update noar ti set b2='FHKJWR6H7L9T90F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1; -update noar ti set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1; -update noar tt set b0='JENF6SB63H4AYG0' where id=1; -update noar ti set b0='JENF6SB63H4AYG0' where id=1; -update noar tt set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1; -update noar ti set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1; -update noar tt set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1; -update noar ti set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1; -update noar tt set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1; -update noar ti set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1; -update noar tt set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1; -update noar ti set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1; -update noar tt set v0='Y25R' where id=2; -update noar ti set v0='Y25R' where id=2; -update noar tt set b0='H4VK6D' where id=2; -update noar ti set b0='H4VK6D' where id=2; -update noar tt set v0='AWEAEXIEIBCI' where id=2; -update noar ti set v0='AWEAEXIEIBCI' where id=2; -update noar tt set b1='ZWPPE01VM' where id=2; -update noar ti set b1='ZWPPE01VM' where id=2; -update noar tt set v0='NB58' where id=2; -update noar ti set v0='NB58' where id=2; -update noar tt set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2; -update noar ti set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2; -update noar tt set v0='ZSR72DAZ' where id=3; -update noar ti set v0='ZSR72DAZ' where id=3; -update noar tt set b0='XB02MJ4ICXBRV3VV' where id=3; -update noar ti set b0='XB02MJ4ICXBRV3VV' where id=3; -update noar tt set v0='FUECLF2I8' where id=3; -update noar ti set v0='FUECLF2I8' where id=3; -update noar tt set b1='J' where id=3; -update noar ti set b1='J' where id=3; -update noar tt set v0='H6YTR6XT4KTYNJII' where id=3; -update noar ti set v0='H6YTR6XT4KTYNJII' where id=3; -update noar tt set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3; -update noar ti set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3; -update noar tt set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4; -update noar ti set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4; -update noar tt set b0='FZ6ROIOL' where id=4; -update noar ti set b0='FZ6ROIOL' where id=4; -update noar tt set v0='SDEGGDYRK7507WI2YMX0H' where id=4; -update noar ti set v0='SDEGGDYRK7507WI2YMX0H' where id=4; -update noar tt set b1='V712HMILEG2H' where id=4; -update noar ti set b1='V712HMILEG2H' where id=4; -update noar tt set v0='XAHGN' where id=4; -update noar ti set v0='XAHGN' where id=4; -update noar tt set b2='RD4MIT78' where id=4; -update noar ti set b2='RD4MIT78' where id=4; -update noar tt set v0='61D9790SJYM01MY' where id=5; -update noar ti set v0='61D9790SJYM01MY' where id=5; -update noar tt set b0='64WWSHKCKQZOF6BXS1Q' where id=5; -update noar ti set b0='64WWSHKCKQZOF6BXS1Q' where id=5; -update noar tt set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5; -update noar ti set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5; -update noar tt set b1='XODEY' where id=5; -update noar ti set b1='XODEY' where id=5; -update noar tt set v0='Z6Q5JV9RJ' where id=5; -update noar ti set v0='Z6Q5JV9RJ' where id=5; -update noar tt set b2='3F2Y' where id=5; -update noar ti set b2='3F2Y' where id=5; -update noar tt set v0='GKP57TE04U' where id=6; -update noar ti set v0='GKP57TE04U' where id=6; -update noar tt set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6; -update noar ti set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6; -update noar tt set v0='UYJ7H577BH85MWIKC' where id=6; -update noar ti set v0='UYJ7H577BH85MWIKC' where id=6; -update noar tt set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6; -update noar ti set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6; -update noar tt set v0='VTT4CEHEGQWXUJ' where id=6; -update noar ti set v0='VTT4CEHEGQWXUJ' where id=6; -update noar tt set b2='CKK2F' where id=6; -update noar ti set b2='CKK2F' where id=6; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7; -update noar ti set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7; -update noar tt set v0='YNVNV1I56VEM2D31E6X2H2' where id=7; -update noar ti set v0='YNVNV1I56VEM2D31E6X2H2' where id=7; -update noar tt set b1='PD8IBJQVWZ098IJD' where id=7; -update noar ti set b1='PD8IBJQVWZ098IJD' where id=7; -update noar tt set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7; -update noar ti set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7; -update noar tt set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7; -update noar ti set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7; -update noar tt set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8; -update noar ti set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8; -update noar tt set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8; -update noar ti set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8; -update noar tt set v0='G12FLSA31' where id=8; -update noar ti set v0='G12FLSA31' where id=8; -update noar tt set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8; -update noar ti set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8; -update noar tt set v0='C8J5WQW' where id=8; -update noar ti set v0='C8J5WQW' where id=8; -update noar tt set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8; -update noar ti set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8; -update noar tt set v0='9BF8O69YBTF7LBL9A' where id=9; -update noar ti set v0='9BF8O69YBTF7LBL9A' where id=9; -update noar tt set b0='L381608G9R6IDQCKP' where id=9; -update noar ti set b0='L381608G9R6IDQCKP' where id=9; -update noar tt set v0='CHIRGZUA' where id=9; -update noar ti set v0='CHIRGZUA' where id=9; -update noar tt set b1='YK5IQS' where id=9; -update noar ti set b1='YK5IQS' where id=9; -update noar tt set v0='VAGEWP3DF1QNWH' where id=9; -update noar ti set v0='VAGEWP3DF1QNWH' where id=9; -update noar tt set b2='EEXAQOWD89IMT47' where id=9; -update noar ti set b2='EEXAQOWD89IMT47' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BB' where id=1; -update noar ti set v0='0BB' where id=1; -update noar tt set b0='RAHWAQAPLY' where id=1; -update noar ti set b0='RAHWAQAPLY' where id=1; -update noar tt set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1; -update noar ti set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1; -update noar tt set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1; -update noar ti set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1; -update noar tt set v0='PLF4U2B0ISP' where id=1; -update noar ti set v0='PLF4U2B0ISP' where id=1; -update noar tt set b2='FAYV' where id=1; -update noar ti set b2='FAYV' where id=1; -update noar tt set v0='G8WT62HP' where id=2; -update noar ti set v0='G8WT62HP' where id=2; -update noar tt set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2; -update noar ti set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2; -update noar tt set v0='91QS87M6T0WNUR0E2K2PHM' where id=2; -update noar ti set v0='91QS87M6T0WNUR0E2K2PHM' where id=2; -update noar tt set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2; -update noar ti set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2; -update noar tt set v0='B28RHH69' where id=2; -update noar ti set v0='B28RHH69' where id=2; -update noar tt set b2='7CO8IXI' where id=2; -update noar ti set b2='7CO8IXI' where id=2; -update noar tt set v0='XWZY' where id=3; -update noar ti set v0='XWZY' where id=3; -update noar tt set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3; -update noar ti set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3; -update noar tt set v0='BU4K6E' where id=3; -update noar ti set v0='BU4K6E' where id=3; -update noar tt set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3; -update noar ti set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3; -update noar tt set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3; -update noar ti set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3; -update noar tt set b2='QUZM4G15GGJBRWV8R' where id=3; -update noar ti set b2='QUZM4G15GGJBRWV8R' where id=3; -update noar tt set v0='3UC521OAT0HPH4GN3ATKW' where id=4; -update noar ti set v0='3UC521OAT0HPH4GN3ATKW' where id=4; -update noar tt set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4; -update noar ti set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4; -update noar tt set v0='8ZWM2GJOHDWHCKBH3' where id=4; -update noar ti set v0='8ZWM2GJOHDWHCKBH3' where id=4; -update noar tt set b1='DC8J' where id=4; -update noar ti set b1='DC8J' where id=4; -update noar tt set v0='Y1H2ODQEN8FGI' where id=4; -update noar ti set v0='Y1H2ODQEN8FGI' where id=4; -update noar tt set b2='O7UF5AZB0N55YEL' where id=4; -update noar ti set b2='O7UF5AZB0N55YEL' where id=4; -update noar tt set v0='893J' where id=5; -update noar ti set v0='893J' where id=5; -update noar tt set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5; -update noar ti set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5; -update noar tt set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5; -update noar ti set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5; -update noar tt set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5; -update noar ti set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5; -update noar tt set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5; -update noar ti set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5; -update noar tt set b2='46UWSUOQSFJ64PCHG27' where id=5; -update noar ti set b2='46UWSUOQSFJ64PCHG27' where id=5; -update noar tt set v0='KBWZG5UTAYCOO6526' where id=6; -update noar ti set v0='KBWZG5UTAYCOO6526' where id=6; -update noar tt set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6; -update noar ti set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6; -update noar tt set v0='WRXYCV4QUP1SOI295' where id=6; -update noar ti set v0='WRXYCV4QUP1SOI295' where id=6; -update noar tt set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6; -update noar ti set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6; -update noar tt set v0='JWPPIHS35A0J5U2' where id=6; -update noar ti set v0='JWPPIHS35A0J5U2' where id=6; -update noar tt set b2='R' where id=6; -update noar ti set b2='R' where id=6; -update noar tt set v0='RO' where id=7; -update noar ti set v0='RO' where id=7; -update noar tt set b0='3LK3RIXCXOOZ' where id=7; -update noar ti set b0='3LK3RIXCXOOZ' where id=7; -update noar tt set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7; -update noar ti set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7; -update noar tt set b1='A14PM37J551W618' where id=7; -update noar ti set b1='A14PM37J551W618' where id=7; -update noar tt set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7; -update noar ti set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7; -update noar tt set b2='CPBOPLQK8XC' where id=7; -update noar ti set b2='CPBOPLQK8XC' where id=7; -update noar tt set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8; -update noar ti set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8; -update noar tt set b0='MSW' where id=8; -update noar ti set b0='MSW' where id=8; -update noar tt set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8; -update noar ti set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8; -update noar tt set b1='IA' where id=8; -update noar ti set b1='IA' where id=8; -update noar tt set v0='ACBYUD17E6Q5E' where id=8; -update noar ti set v0='ACBYUD17E6Q5E' where id=8; -update noar tt set b2='4M31GTY9G4OZR1YCATFNB' where id=8; -update noar ti set b2='4M31GTY9G4OZR1YCATFNB' where id=8; -update noar tt set v0='BMT3CR6T' where id=9; -update noar ti set v0='BMT3CR6T' where id=9; -update noar tt set b0='HKBPON1MWH' where id=9; -update noar ti set b0='HKBPON1MWH' where id=9; -update noar tt set v0='NWU3' where id=9; -update noar ti set v0='NWU3' where id=9; -update noar tt set b1='EX0LFK3' where id=9; -update noar ti set b1='EX0LFK3' where id=9; -update noar tt set v0='YTHC79D5I4WVO9FH' where id=9; -update noar ti set v0='YTHC79D5I4WVO9FH' where id=9; -update noar tt set b2='U00GJFWOZ2SAYZT4N2' where id=9; -update noar ti set b2='U00GJFWOZ2SAYZT4N2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HM' where id=1; -update noar ti set v0='HM' where id=1; -update noar tt set b0='8BTHL' where id=1; -update noar ti set b0='8BTHL' where id=1; -update noar tt set v0='8MKDG23NFZLJWTF' where id=1; -update noar ti set v0='8MKDG23NFZLJWTF' where id=1; -update noar tt set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1; -update noar ti set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1; -update noar tt set v0='ZBTEB4ULU8EOZZPPG9' where id=1; -update noar ti set v0='ZBTEB4ULU8EOZZPPG9' where id=1; -update noar tt set b2='V3RNJPQ' where id=1; -update noar ti set b2='V3RNJPQ' where id=1; -update noar tt set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2; -update noar ti set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2; -update noar tt set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2; -update noar ti set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2; -update noar tt set v0='NG19R' where id=2; -update noar ti set v0='NG19R' where id=2; -update noar tt set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2; -update noar ti set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2; -update noar tt set v0='55114R43T0ERGU93MFTRC9' where id=2; -update noar ti set v0='55114R43T0ERGU93MFTRC9' where id=2; -update noar tt set b2='1LGJ' where id=2; -update noar ti set b2='1LGJ' where id=2; -update noar tt set v0='1RZMQ8X' where id=3; -update noar ti set v0='1RZMQ8X' where id=3; -update noar tt set b0='LCM3QDM77M56YCHKH' where id=3; -update noar ti set b0='LCM3QDM77M56YCHKH' where id=3; -update noar tt set v0='DSYQ2ECLVV5P' where id=3; -update noar ti set v0='DSYQ2ECLVV5P' where id=3; -update noar tt set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3; -update noar ti set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3; -update noar tt set v0='NEUT73' where id=3; -update noar ti set v0='NEUT73' where id=3; -update noar tt set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3; -update noar ti set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3; -update noar tt set v0='6TTHF46W58QLZVVHODB' where id=4; -update noar ti set v0='6TTHF46W58QLZVVHODB' where id=4; -update noar tt set b0='KWH1KZX0XP5' where id=4; -update noar ti set b0='KWH1KZX0XP5' where id=4; -update noar tt set v0='0PC98G0EA3NA9P5WGPXP' where id=4; -update noar ti set v0='0PC98G0EA3NA9P5WGPXP' where id=4; -update noar tt set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4; -update noar ti set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4; -update noar tt set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4; -update noar ti set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4; -update noar tt set b2='6' where id=4; -update noar ti set b2='6' where id=4; -update noar tt set v0='Q26V9LP3493G' where id=5; -update noar ti set v0='Q26V9LP3493G' where id=5; -update noar tt set b0='GQ73ASURRUXH6KE3S3QDT' where id=5; -update noar ti set b0='GQ73ASURRUXH6KE3S3QDT' where id=5; -update noar tt set v0='GV7EOXB4YN6' where id=5; -update noar ti set v0='GV7EOXB4YN6' where id=5; -update noar tt set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5; -update noar ti set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5; -update noar tt set v0='93' where id=5; -update noar ti set v0='93' where id=5; -update noar tt set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5; -update noar ti set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5; -update noar tt set v0='TX7X08IQOJ3ZS3VZ' where id=6; -update noar ti set v0='TX7X08IQOJ3ZS3VZ' where id=6; -update noar tt set b0='MC9K' where id=6; -update noar ti set b0='MC9K' where id=6; -update noar tt set v0='ZG' where id=6; -update noar ti set v0='ZG' where id=6; -update noar tt set b1='2OFU' where id=6; -update noar ti set b1='2OFU' where id=6; -update noar tt set v0='07ZKU6QIAYFMUEWIR3' where id=6; -update noar ti set v0='07ZKU6QIAYFMUEWIR3' where id=6; -update noar tt set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6; -update noar ti set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6; -update noar tt set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7; -update noar ti set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7; -update noar tt set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7; -update noar ti set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7; -update noar tt set v0='ZZO2E' where id=7; -update noar ti set v0='ZZO2E' where id=7; -update noar tt set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7; -update noar ti set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7; -update noar tt set v0='1FE5KOFQH' where id=7; -update noar ti set v0='1FE5KOFQH' where id=7; -update noar tt set b2='KIAFNJQOWN4' where id=7; -update noar ti set b2='KIAFNJQOWN4' where id=7; -update noar tt set v0='KLEB57PH6' where id=8; -update noar ti set v0='KLEB57PH6' where id=8; -update noar tt set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8; -update noar ti set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8; -update noar tt set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8; -update noar ti set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8; -update noar tt set b1='Q0QSXIQRRJ9D' where id=8; -update noar ti set b1='Q0QSXIQRRJ9D' where id=8; -update noar tt set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8; -update noar ti set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8; -update noar tt set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8; -update noar ti set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8; -update noar tt set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9; -update noar ti set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9; -update noar tt set b0='9TUB5PX90' where id=9; -update noar ti set b0='9TUB5PX90' where id=9; -update noar tt set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9; -update noar ti set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9; -update noar tt set b1='Q865T' where id=9; -update noar ti set b1='Q865T' where id=9; -update noar tt set v0='XYWSGSEDR' where id=9; -update noar ti set v0='XYWSGSEDR' where id=9; -update noar tt set b2='08C5LC3LSYJ44LJRYVF95W' where id=9; -update noar ti set b2='08C5LC3LSYJ44LJRYVF95W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z6MC9LT99X1' where id=1; -update noar ti set v0='Z6MC9LT99X1' where id=1; -update noar tt set b0='XH300J6J983' where id=1; -update noar ti set b0='XH300J6J983' where id=1; -update noar tt set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1; -update noar ti set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1; -update noar tt set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1; -update noar ti set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1; -update noar tt set v0='8' where id=1; -update noar ti set v0='8' where id=1; -update noar tt set b2='5Z7PQTNT269JKJFY' where id=1; -update noar ti set b2='5Z7PQTNT269JKJFY' where id=1; -update noar tt set v0='PX1BAY' where id=2; -update noar ti set v0='PX1BAY' where id=2; -update noar tt set b0='08KOGS1P' where id=2; -update noar ti set b0='08KOGS1P' where id=2; -update noar tt set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2; -update noar ti set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2; -update noar tt set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2; -update noar ti set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2; -update noar tt set v0='EBYVS' where id=2; -update noar ti set v0='EBYVS' where id=2; -update noar tt set b2='4' where id=2; -update noar ti set b2='4' where id=2; -update noar tt set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3; -update noar ti set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3; -update noar tt set b0='XRCE' where id=3; -update noar ti set b0='XRCE' where id=3; -update noar tt set v0='9WQ3B9IAH8AD86' where id=3; -update noar ti set v0='9WQ3B9IAH8AD86' where id=3; -update noar tt set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3; -update noar ti set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3; -update noar tt set v0='C85XJ0NOL3WR' where id=3; -update noar ti set v0='C85XJ0NOL3WR' where id=3; -update noar tt set b2='7QQL' where id=3; -update noar ti set b2='7QQL' where id=3; -update noar tt set v0='QTLY6SIZF' where id=4; -update noar ti set v0='QTLY6SIZF' where id=4; -update noar tt set b0='D0TOKZ1M16Z7' where id=4; -update noar ti set b0='D0TOKZ1M16Z7' where id=4; -update noar tt set v0='1L5XMGZZ47' where id=4; -update noar ti set v0='1L5XMGZZ47' where id=4; -update noar tt set b1='JDBMWJ0585Q77MK3YPK' where id=4; -update noar ti set b1='JDBMWJ0585Q77MK3YPK' where id=4; -update noar tt set v0='O6' where id=4; -update noar ti set v0='O6' where id=4; -update noar tt set b2='JKE56' where id=4; -update noar ti set b2='JKE56' where id=4; -update noar tt set v0='N9Y' where id=5; -update noar ti set v0='N9Y' where id=5; -update noar tt set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5; -update noar ti set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5; -update noar tt set v0='CZMC02JSH2BT' where id=5; -update noar ti set v0='CZMC02JSH2BT' where id=5; -update noar tt set b1='QRX8SF' where id=5; -update noar ti set b1='QRX8SF' where id=5; -update noar tt set v0='05' where id=5; -update noar ti set v0='05' where id=5; -update noar tt set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5; -update noar ti set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5; -update noar tt set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6; -update noar ti set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6; -update noar tt set b0='2MWU5XMKQL' where id=6; -update noar ti set b0='2MWU5XMKQL' where id=6; -update noar tt set v0='85JRDBCM0LJQL6JCWZ2' where id=6; -update noar ti set v0='85JRDBCM0LJQL6JCWZ2' where id=6; -update noar tt set b1='QQVP7' where id=6; -update noar ti set b1='QQVP7' where id=6; -update noar tt set v0='EDXRUA6IT09DJ39' where id=6; -update noar ti set v0='EDXRUA6IT09DJ39' where id=6; -update noar tt set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6; -update noar ti set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6; -update noar tt set v0='GRN82' where id=7; -update noar ti set v0='GRN82' where id=7; -update noar tt set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7; -update noar ti set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7; -update noar tt set v0='Q38P61LQISWWP8LV7' where id=7; -update noar ti set v0='Q38P61LQISWWP8LV7' where id=7; -update noar tt set b1='94INXVGRQH' where id=7; -update noar ti set b1='94INXVGRQH' where id=7; -update noar tt set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7; -update noar ti set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7; -update noar tt set b2='0VLKQ2' where id=7; -update noar ti set b2='0VLKQ2' where id=7; -update noar tt set v0='G7WKORB811774EKUZNLCC8' where id=8; -update noar ti set v0='G7WKORB811774EKUZNLCC8' where id=8; -update noar tt set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8; -update noar ti set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8; -update noar tt set v0='JHDQ3' where id=8; -update noar ti set v0='JHDQ3' where id=8; -update noar tt set b1='XEXH725N652DIPRV8S2E6' where id=8; -update noar ti set b1='XEXH725N652DIPRV8S2E6' where id=8; -update noar tt set v0='17SSPHKD6' where id=8; -update noar ti set v0='17SSPHKD6' where id=8; -update noar tt set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8; -update noar ti set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8; -update noar tt set v0='R' where id=9; -update noar ti set v0='R' where id=9; -update noar tt set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9; -update noar ti set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9; -update noar tt set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9; -update noar ti set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9; -update noar tt set b1='9' where id=9; -update noar ti set b1='9' where id=9; -update noar tt set v0='I' where id=9; -update noar ti set v0='I' where id=9; -update noar tt set b2='N' where id=9; -update noar ti set b2='N' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1; -update noar ti set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1; -update noar tt set b0='L8OV1JXWHLBR7H9576' where id=1; -update noar ti set b0='L8OV1JXWHLBR7H9576' where id=1; -update noar tt set v0='BMTDO6CDG' where id=1; -update noar ti set v0='BMTDO6CDG' where id=1; -update noar tt set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1; -update noar ti set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1; -update noar tt set v0='6WJ02TMOVO32R95I' where id=1; -update noar ti set v0='6WJ02TMOVO32R95I' where id=1; -update noar tt set b2='CA4T8CJO3ZMM' where id=1; -update noar ti set b2='CA4T8CJO3ZMM' where id=1; -update noar tt set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2; -update noar ti set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2; -update noar tt set b0='ZECK6DC4' where id=2; -update noar ti set b0='ZECK6DC4' where id=2; -update noar tt set v0='7GFA42TD4OCU11UO9CGY' where id=2; -update noar ti set v0='7GFA42TD4OCU11UO9CGY' where id=2; -update noar tt set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2; -update noar ti set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2; -update noar tt set v0='UKTDWU3SXB93EO6V6' where id=2; -update noar ti set v0='UKTDWU3SXB93EO6V6' where id=2; -update noar tt set b2='4YHT022F' where id=2; -update noar ti set b2='4YHT022F' where id=2; -update noar tt set v0='F6O793' where id=3; -update noar ti set v0='F6O793' where id=3; -update noar tt set b0='VMG89W04EG' where id=3; -update noar ti set b0='VMG89W04EG' where id=3; -update noar tt set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3; -update noar ti set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3; -update noar tt set b1='QC5XH78HKAO9MPCI' where id=3; -update noar ti set b1='QC5XH78HKAO9MPCI' where id=3; -update noar tt set v0='14QP752GNIIWKY5HS7' where id=3; -update noar ti set v0='14QP752GNIIWKY5HS7' where id=3; -update noar tt set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3; -update noar ti set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3; -update noar tt set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4; -update noar ti set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4; -update noar tt set b0='A5SAGD2S' where id=4; -update noar ti set b0='A5SAGD2S' where id=4; -update noar tt set v0='ZBPEL52CCNM' where id=4; -update noar ti set v0='ZBPEL52CCNM' where id=4; -update noar tt set b1='4SS9JG9UR325X58OKOHECO8' where id=4; -update noar ti set b1='4SS9JG9UR325X58OKOHECO8' where id=4; -update noar tt set v0='Z5AK5' where id=4; -update noar ti set v0='Z5AK5' where id=4; -update noar tt set b2='CJIDWOHK0Y2GO6CECSZ' where id=4; -update noar ti set b2='CJIDWOHK0Y2GO6CECSZ' where id=4; -update noar tt set v0='1A1H5UE' where id=5; -update noar ti set v0='1A1H5UE' where id=5; -update noar tt set b0='O2UVU2GMCO21CYAM' where id=5; -update noar ti set b0='O2UVU2GMCO21CYAM' where id=5; -update noar tt set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5; -update noar ti set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5; -update noar tt set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5; -update noar ti set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5; -update noar tt set v0='NJF06983RRB2PY5GV6O7' where id=5; -update noar ti set v0='NJF06983RRB2PY5GV6O7' where id=5; -update noar tt set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5; -update noar ti set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5; -update noar tt set v0='374FT1FSJBDV' where id=6; -update noar ti set v0='374FT1FSJBDV' where id=6; -update noar tt set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6; -update noar ti set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6; -update noar tt set v0='GO5633ADRLSIS1AWT7MMGK' where id=6; -update noar ti set v0='GO5633ADRLSIS1AWT7MMGK' where id=6; -update noar tt set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6; -update noar ti set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6; -update noar tt set v0='V1VWDPMOZUILZE1' where id=6; -update noar ti set v0='V1VWDPMOZUILZE1' where id=6; -update noar tt set b2='8JVZFI0KTX' where id=6; -update noar ti set b2='8JVZFI0KTX' where id=6; -update noar tt set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7; -update noar ti set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7; -update noar tt set b0='7F5UAY90CRRV7' where id=7; -update noar ti set b0='7F5UAY90CRRV7' where id=7; -update noar tt set v0='LMYWP8RSKQMBR' where id=7; -update noar ti set v0='LMYWP8RSKQMBR' where id=7; -update noar tt set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7; -update noar ti set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7; -update noar tt set v0='C' where id=7; -update noar ti set v0='C' where id=7; -update noar tt set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7; -update noar ti set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7; -update noar tt set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8; -update noar ti set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8; -update noar tt set b0='C150BK9GYYUZO870ALT' where id=8; -update noar ti set b0='C150BK9GYYUZO870ALT' where id=8; -update noar tt set v0='JRAA20' where id=8; -update noar ti set v0='JRAA20' where id=8; -update noar tt set b1='FER8Z8XSFGMX' where id=8; -update noar ti set b1='FER8Z8XSFGMX' where id=8; -update noar tt set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8; -update noar ti set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8; -update noar tt set b2='8' where id=8; -update noar ti set b2='8' where id=8; -update noar tt set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9; -update noar ti set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9; -update noar tt set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9; -update noar ti set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9; -update noar tt set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9; -update noar ti set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9; -update noar tt set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9; -update noar ti set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9; -update noar tt set v0='UWBS48E3KSC22R' where id=9; -update noar ti set v0='UWBS48E3KSC22R' where id=9; -update noar tt set b2='2H5FQ97DBTT304Q6SS' where id=9; -update noar ti set b2='2H5FQ97DBTT304Q6SS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IK3O4OZPGR67G8R8' where id=1; -update noar ti set v0='IK3O4OZPGR67G8R8' where id=1; -update noar tt set b0='ZI7HHGFTCEPLVP' where id=1; -update noar ti set b0='ZI7HHGFTCEPLVP' where id=1; -update noar tt set v0='HLBEUE4BXWEHNF53' where id=1; -update noar ti set v0='HLBEUE4BXWEHNF53' where id=1; -update noar tt set b1='UKJ5BRPH03SU' where id=1; -update noar ti set b1='UKJ5BRPH03SU' where id=1; -update noar tt set v0='B2' where id=1; -update noar ti set v0='B2' where id=1; -update noar tt set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1; -update noar ti set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1; -update noar tt set v0='4RDXRJKV576C9LY' where id=2; -update noar ti set v0='4RDXRJKV576C9LY' where id=2; -update noar tt set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2; -update noar ti set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2; -update noar tt set v0='L45U12VZZ5L4HONYU' where id=2; -update noar ti set v0='L45U12VZZ5L4HONYU' where id=2; -update noar tt set b1='BXLHX1U5AYX2ZU6KHV' where id=2; -update noar ti set b1='BXLHX1U5AYX2ZU6KHV' where id=2; -update noar tt set v0='1U8ZW9O8Q' where id=2; -update noar ti set v0='1U8ZW9O8Q' where id=2; -update noar tt set b2='UR03VNA1FPJZ6' where id=2; -update noar ti set b2='UR03VNA1FPJZ6' where id=2; -update noar tt set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3; -update noar ti set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3; -update noar tt set b0='TMSD6CWNR1XIJAO4I82W' where id=3; -update noar ti set b0='TMSD6CWNR1XIJAO4I82W' where id=3; -update noar tt set v0='9YMNI9' where id=3; -update noar ti set v0='9YMNI9' where id=3; -update noar tt set b1='2YCWMLAREXU' where id=3; -update noar ti set b1='2YCWMLAREXU' where id=3; -update noar tt set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3; -update noar ti set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3; -update noar tt set b2='ZBM1R2V' where id=3; -update noar ti set b2='ZBM1R2V' where id=3; -update noar tt set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4; -update noar ti set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4; -update noar tt set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4; -update noar ti set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4; -update noar tt set v0='HN7S0NKLSVTM' where id=4; -update noar ti set v0='HN7S0NKLSVTM' where id=4; -update noar tt set b1='VPQFB' where id=4; -update noar ti set b1='VPQFB' where id=4; -update noar tt set v0='42' where id=4; -update noar ti set v0='42' where id=4; -update noar tt set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4; -update noar ti set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4; -update noar tt set v0='ST4ZELCMLUY' where id=5; -update noar ti set v0='ST4ZELCMLUY' where id=5; -update noar tt set b0='SHWROHBW2HXJU0NG' where id=5; -update noar ti set b0='SHWROHBW2HXJU0NG' where id=5; -update noar tt set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5; -update noar ti set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5; -update noar tt set b1='SUH7MUQAOWG' where id=5; -update noar ti set b1='SUH7MUQAOWG' where id=5; -update noar tt set v0='X40Y2D' where id=5; -update noar ti set v0='X40Y2D' where id=5; -update noar tt set b2='1TCIELI8ZDSFHHCUBDO' where id=5; -update noar ti set b2='1TCIELI8ZDSFHHCUBDO' where id=5; -update noar tt set v0='WFZV5VX92KQ' where id=6; -update noar ti set v0='WFZV5VX92KQ' where id=6; -update noar tt set b0='D5J0SIX2EPIXF' where id=6; -update noar ti set b0='D5J0SIX2EPIXF' where id=6; -update noar tt set v0='EL7T93UUF2DHFZPG503ES0' where id=6; -update noar ti set v0='EL7T93UUF2DHFZPG503ES0' where id=6; -update noar tt set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6; -update noar ti set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6; -update noar tt set v0='VF8GDPT' where id=6; -update noar ti set v0='VF8GDPT' where id=6; -update noar tt set b2='N1EZMSO84UL115J' where id=6; -update noar ti set b2='N1EZMSO84UL115J' where id=6; -update noar tt set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7; -update noar ti set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7; -update noar tt set b0='7LV5BR' where id=7; -update noar ti set b0='7LV5BR' where id=7; -update noar tt set v0='OM850' where id=7; -update noar ti set v0='OM850' where id=7; -update noar tt set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7; -update noar ti set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7; -update noar tt set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7; -update noar ti set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7; -update noar tt set b2='BJPQHQ9N3Y' where id=7; -update noar ti set b2='BJPQHQ9N3Y' where id=7; -update noar tt set v0='SWPISUK0VT11H6GWQM1' where id=8; -update noar ti set v0='SWPISUK0VT11H6GWQM1' where id=8; -update noar tt set b0='3JUL' where id=8; -update noar ti set b0='3JUL' where id=8; -update noar tt set v0='15HA6QF1V3YWR' where id=8; -update noar ti set v0='15HA6QF1V3YWR' where id=8; -update noar tt set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8; -update noar ti set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8; -update noar tt set v0='RVPMIYTXHJLK084' where id=8; -update noar ti set v0='RVPMIYTXHJLK084' where id=8; -update noar tt set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8; -update noar ti set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8; -update noar tt set v0='MM' where id=9; -update noar ti set v0='MM' where id=9; -update noar tt set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9; -update noar ti set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9; -update noar tt set v0='VN' where id=9; -update noar ti set v0='VN' where id=9; -update noar tt set b1='O483YC2BYFHGL8SH' where id=9; -update noar ti set b1='O483YC2BYFHGL8SH' where id=9; -update noar tt set v0='IB0ILQ9GKHTWYHV8' where id=9; -update noar ti set v0='IB0ILQ9GKHTWYHV8' where id=9; -update noar tt set b2='M9NK' where id=9; -update noar ti set b2='M9NK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1; -update noar ti set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1; -update noar tt set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1; -update noar ti set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1; -update noar tt set v0='7JN10Z7WSF62' where id=1; -update noar ti set v0='7JN10Z7WSF62' where id=1; -update noar tt set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1; -update noar ti set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1; -update noar tt set v0='QPF50RIQ' where id=1; -update noar ti set v0='QPF50RIQ' where id=1; -update noar tt set b2='ZUKCLHP1F41NKI8LSDH' where id=1; -update noar ti set b2='ZUKCLHP1F41NKI8LSDH' where id=1; -update noar tt set v0='BRSRC3O907XK' where id=2; -update noar ti set v0='BRSRC3O907XK' where id=2; -update noar tt set b0='JVPKLNR3RVE' where id=2; -update noar ti set b0='JVPKLNR3RVE' where id=2; -update noar tt set v0='SQ3HH4PM' where id=2; -update noar ti set v0='SQ3HH4PM' where id=2; -update noar tt set b1='UUQ4Q' where id=2; -update noar ti set b1='UUQ4Q' where id=2; -update noar tt set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2; -update noar ti set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2; -update noar tt set b2='R74K11LKR6C' where id=2; -update noar ti set b2='R74K11LKR6C' where id=2; -update noar tt set v0='H53OPQ' where id=3; -update noar ti set v0='H53OPQ' where id=3; -update noar tt set b0='7' where id=3; -update noar ti set b0='7' where id=3; -update noar tt set v0='H77B3NILXJ7DM186' where id=3; -update noar ti set v0='H77B3NILXJ7DM186' where id=3; -update noar tt set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3; -update noar ti set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3; -update noar tt set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3; -update noar ti set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3; -update noar tt set b2='LUC3I230BND' where id=3; -update noar ti set b2='LUC3I230BND' where id=3; -update noar tt set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4; -update noar ti set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4; -update noar tt set b0='WSVOMU6D' where id=4; -update noar ti set b0='WSVOMU6D' where id=4; -update noar tt set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4; -update noar ti set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4; -update noar tt set b1='D8IH0SHPILGH1JSW' where id=4; -update noar ti set b1='D8IH0SHPILGH1JSW' where id=4; -update noar tt set v0='QFL1YESZ90QF6ORD4' where id=4; -update noar ti set v0='QFL1YESZ90QF6ORD4' where id=4; -update noar tt set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4; -update noar ti set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4; -update noar tt set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5; -update noar ti set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5; -update noar tt set b0='A5C8N7SNN8RR9M7JSGD' where id=5; -update noar ti set b0='A5C8N7SNN8RR9M7JSGD' where id=5; -update noar tt set v0='M8MUYPIY9' where id=5; -update noar ti set v0='M8MUYPIY9' where id=5; -update noar tt set b1='3BRY9ZOT3A' where id=5; -update noar ti set b1='3BRY9ZOT3A' where id=5; -update noar tt set v0='V827ION0JVZM' where id=5; -update noar ti set v0='V827ION0JVZM' where id=5; -update noar tt set b2='MUOVV2ZFNC4BW' where id=5; -update noar ti set b2='MUOVV2ZFNC4BW' where id=5; -update noar tt set v0='C' where id=6; -update noar ti set v0='C' where id=6; -update noar tt set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6; -update noar ti set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6; -update noar tt set v0='8' where id=6; -update noar ti set v0='8' where id=6; -update noar tt set b1='YZZOPHCQONPSMICM3' where id=6; -update noar ti set b1='YZZOPHCQONPSMICM3' where id=6; -update noar tt set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6; -update noar ti set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6; -update noar tt set b2='OY4UV4QDZXIT1TFMI' where id=6; -update noar ti set b2='OY4UV4QDZXIT1TFMI' where id=6; -update noar tt set v0='JSBHCBFRZXVS4E2' where id=7; -update noar ti set v0='JSBHCBFRZXVS4E2' where id=7; -update noar tt set b0='6QBJYEGIGB2RHENT3P' where id=7; -update noar ti set b0='6QBJYEGIGB2RHENT3P' where id=7; -update noar tt set v0='JU9ST' where id=7; -update noar ti set v0='JU9ST' where id=7; -update noar tt set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7; -update noar ti set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7; -update noar tt set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7; -update noar ti set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7; -update noar tt set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7; -update noar ti set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7; -update noar tt set v0='G4FLSSDT2OGHX753XWUHLF' where id=8; -update noar ti set v0='G4FLSSDT2OGHX753XWUHLF' where id=8; -update noar tt set b0='34RF' where id=8; -update noar ti set b0='34RF' where id=8; -update noar tt set v0='JJOVK4N4D7398C2' where id=8; -update noar ti set v0='JJOVK4N4D7398C2' where id=8; -update noar tt set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8; -update noar ti set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8; -update noar tt set v0='WQSAY37EF5JPGGWCQ' where id=8; -update noar ti set v0='WQSAY37EF5JPGGWCQ' where id=8; -update noar tt set b2='DUWHJEOKZ9ATZH' where id=8; -update noar ti set b2='DUWHJEOKZ9ATZH' where id=8; -update noar tt set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9; -update noar ti set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9; -update noar tt set b0='V' where id=9; -update noar ti set b0='V' where id=9; -update noar tt set v0='RND' where id=9; -update noar ti set v0='RND' where id=9; -update noar tt set b1='1VKTMVQGX75U6KH' where id=9; -update noar ti set b1='1VKTMVQGX75U6KH' where id=9; -update noar tt set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9; -update noar ti set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9; -update noar tt set b2='FY1Z6N8' where id=9; -update noar ti set b2='FY1Z6N8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2R585KTYR61A' where id=1; -update noar ti set v0='2R585KTYR61A' where id=1; -update noar tt set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1; -update noar ti set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1; -update noar tt set v0='XLJ' where id=1; -update noar ti set v0='XLJ' where id=1; -update noar tt set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1; -update noar ti set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1; -update noar tt set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1; -update noar ti set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1; -update noar tt set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1; -update noar ti set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1; -update noar tt set v0='1TA8N0IZ' where id=2; -update noar ti set v0='1TA8N0IZ' where id=2; -update noar tt set b0='6A8IA0RDJ744236Z' where id=2; -update noar ti set b0='6A8IA0RDJ744236Z' where id=2; -update noar tt set v0='UZEEU0W6U77HLF' where id=2; -update noar ti set v0='UZEEU0W6U77HLF' where id=2; -update noar tt set b1='OHDCWMQ3' where id=2; -update noar ti set b1='OHDCWMQ3' where id=2; -update noar tt set v0='HUM5MR61PTDIWEZBZRJQ' where id=2; -update noar ti set v0='HUM5MR61PTDIWEZBZRJQ' where id=2; -update noar tt set b2='VCB' where id=2; -update noar ti set b2='VCB' where id=2; -update noar tt set v0='W' where id=3; -update noar ti set v0='W' where id=3; -update noar tt set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3; -update noar ti set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3; -update noar tt set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3; -update noar ti set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3; -update noar tt set b1='T0UR3OTVRB4V5QZK8UK' where id=3; -update noar ti set b1='T0UR3OTVRB4V5QZK8UK' where id=3; -update noar tt set v0='VGOSM5QHPAF' where id=3; -update noar ti set v0='VGOSM5QHPAF' where id=3; -update noar tt set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3; -update noar ti set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3; -update noar tt set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4; -update noar ti set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4; -update noar tt set b0='UOJ21YG46EVH5LQN' where id=4; -update noar ti set b0='UOJ21YG46EVH5LQN' where id=4; -update noar tt set v0='1SK3WZ' where id=4; -update noar ti set v0='1SK3WZ' where id=4; -update noar tt set b1='XVKV5V' where id=4; -update noar ti set b1='XVKV5V' where id=4; -update noar tt set v0='RHKR97DLPQJTNU6' where id=4; -update noar ti set v0='RHKR97DLPQJTNU6' where id=4; -update noar tt set b2='C92JZCTLTW1' where id=4; -update noar ti set b2='C92JZCTLTW1' where id=4; -update noar tt set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5; -update noar ti set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5; -update noar tt set b0='NULO36F6' where id=5; -update noar ti set b0='NULO36F6' where id=5; -update noar tt set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5; -update noar ti set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5; -update noar tt set b1='RE71VUMX1ZX1ACUYTM' where id=5; -update noar ti set b1='RE71VUMX1ZX1ACUYTM' where id=5; -update noar tt set v0='ZL6EUU4EXPKL' where id=5; -update noar ti set v0='ZL6EUU4EXPKL' where id=5; -update noar tt set b2='C8Y8W4V3BP4ZSH2' where id=5; -update noar ti set b2='C8Y8W4V3BP4ZSH2' where id=5; -update noar tt set v0='UH7U' where id=6; -update noar ti set v0='UH7U' where id=6; -update noar tt set b0='I92RZFVX1220IYMATRSOAGWH' where id=6; -update noar ti set b0='I92RZFVX1220IYMATRSOAGWH' where id=6; -update noar tt set v0='BNZSHCN3JNZQMB4NR' where id=6; -update noar ti set v0='BNZSHCN3JNZQMB4NR' where id=6; -update noar tt set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6; -update noar ti set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6; -update noar tt set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6; -update noar ti set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6; -update noar tt set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6; -update noar ti set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6; -update noar tt set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7; -update noar ti set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7; -update noar tt set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7; -update noar ti set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7; -update noar tt set v0='Z49I8QYOU0NRP3KON' where id=7; -update noar ti set v0='Z49I8QYOU0NRP3KON' where id=7; -update noar tt set b1='MT0USM' where id=7; -update noar ti set b1='MT0USM' where id=7; -update noar tt set v0='4UD83QCJMBMXSHIXG' where id=7; -update noar ti set v0='4UD83QCJMBMXSHIXG' where id=7; -update noar tt set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7; -update noar ti set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7; -update noar tt set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8; -update noar ti set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8; -update noar tt set b0='OGBCZDEGLCGHOOK27AM3' where id=8; -update noar ti set b0='OGBCZDEGLCGHOOK27AM3' where id=8; -update noar tt set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8; -update noar ti set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8; -update noar tt set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8; -update noar ti set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8; -update noar tt set v0='VWGDZ2R0MIR4D' where id=8; -update noar ti set v0='VWGDZ2R0MIR4D' where id=8; -update noar tt set b2='O5JR5GMFPN7W9AO' where id=8; -update noar ti set b2='O5JR5GMFPN7W9AO' where id=8; -update noar tt set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9; -update noar ti set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9; -update noar tt set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9; -update noar ti set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9; -update noar tt set v0='LT5IFUAQJF6C6RYLK6' where id=9; -update noar ti set v0='LT5IFUAQJF6C6RYLK6' where id=9; -update noar tt set b1='ICJM4B3V8' where id=9; -update noar ti set b1='ICJM4B3V8' where id=9; -update noar tt set v0='H7ERG6AT2UC1I' where id=9; -update noar ti set v0='H7ERG6AT2UC1I' where id=9; -update noar tt set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9; -update noar ti set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='O1A1O2PXT' where id=1; -update noar ti set v0='O1A1O2PXT' where id=1; -update noar tt set b0='MF5AL' where id=1; -update noar ti set b0='MF5AL' where id=1; -update noar tt set v0='JRCIBZTS7F' where id=1; -update noar ti set v0='JRCIBZTS7F' where id=1; -update noar tt set b1='GPCY83CCQW8GC2HC' where id=1; -update noar ti set b1='GPCY83CCQW8GC2HC' where id=1; -update noar tt set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1; -update noar ti set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1; -update noar tt set b2='DBCFLRUYAVWK2FNUW95' where id=1; -update noar ti set b2='DBCFLRUYAVWK2FNUW95' where id=1; -update noar tt set v0='G1OHG' where id=2; -update noar ti set v0='G1OHG' where id=2; -update noar tt set b0='GS3KIAS90OZN82AC9RYD' where id=2; -update noar ti set b0='GS3KIAS90OZN82AC9RYD' where id=2; -update noar tt set v0='EN9' where id=2; -update noar ti set v0='EN9' where id=2; -update noar tt set b1='QP' where id=2; -update noar ti set b1='QP' where id=2; -update noar tt set v0='8NOBJ4I0QAAOGL97EPW' where id=2; -update noar ti set v0='8NOBJ4I0QAAOGL97EPW' where id=2; -update noar tt set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2; -update noar ti set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2; -update noar tt set v0='SVAEG7W0XR7TYLRCL' where id=3; -update noar ti set v0='SVAEG7W0XR7TYLRCL' where id=3; -update noar tt set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3; -update noar ti set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3; -update noar tt set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3; -update noar ti set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3; -update noar tt set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3; -update noar ti set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3; -update noar tt set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3; -update noar ti set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3; -update noar tt set b2='5JG092OA' where id=3; -update noar ti set b2='5JG092OA' where id=3; -update noar tt set v0='A' where id=4; -update noar ti set v0='A' where id=4; -update noar tt set b0='RQO9P512' where id=4; -update noar ti set b0='RQO9P512' where id=4; -update noar tt set v0='SVK15TYQ45PC' where id=4; -update noar ti set v0='SVK15TYQ45PC' where id=4; -update noar tt set b1='FMO8O4TSZ74N' where id=4; -update noar ti set b1='FMO8O4TSZ74N' where id=4; -update noar tt set v0='4YM4V' where id=4; -update noar ti set v0='4YM4V' where id=4; -update noar tt set b2='BC9FI2ZXQEFQZ5' where id=4; -update noar ti set b2='BC9FI2ZXQEFQZ5' where id=4; -update noar tt set v0='2BAH6JT1FW0TR2E7A' where id=5; -update noar ti set v0='2BAH6JT1FW0TR2E7A' where id=5; -update noar tt set b0='YRSTE5XBE' where id=5; -update noar ti set b0='YRSTE5XBE' where id=5; -update noar tt set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5; -update noar ti set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5; -update noar tt set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5; -update noar ti set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5; -update noar tt set v0='DQ0UUL' where id=5; -update noar ti set v0='DQ0UUL' where id=5; -update noar tt set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5; -update noar ti set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5; -update noar tt set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6; -update noar ti set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6; -update noar tt set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6; -update noar ti set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6; -update noar tt set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6; -update noar ti set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6; -update noar tt set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6; -update noar ti set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6; -update noar tt set v0='9WF8' where id=6; -update noar ti set v0='9WF8' where id=6; -update noar tt set b2='HE4CRUBPCCYKEPY2FI' where id=6; -update noar ti set b2='HE4CRUBPCCYKEPY2FI' where id=6; -update noar tt set v0='6DSRCP8J' where id=7; -update noar ti set v0='6DSRCP8J' where id=7; -update noar tt set b0='V8FVFQ' where id=7; -update noar ti set b0='V8FVFQ' where id=7; -update noar tt set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7; -update noar ti set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7; -update noar tt set b1='FCJAO17TBNJQI2' where id=7; -update noar ti set b1='FCJAO17TBNJQI2' where id=7; -update noar tt set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7; -update noar ti set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7; -update noar tt set b2='FUZCTE' where id=7; -update noar ti set b2='FUZCTE' where id=7; -update noar tt set v0='YJXZ2OO0DCXLND3VR971L' where id=8; -update noar ti set v0='YJXZ2OO0DCXLND3VR971L' where id=8; -update noar tt set b0='761VT8D8ZVOVVB' where id=8; -update noar ti set b0='761VT8D8ZVOVVB' where id=8; -update noar tt set v0='VQPHXF3IHY8XWCUEJSQA' where id=8; -update noar ti set v0='VQPHXF3IHY8XWCUEJSQA' where id=8; -update noar tt set b1='KWLB9XQC4G24' where id=8; -update noar ti set b1='KWLB9XQC4G24' where id=8; -update noar tt set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8; -update noar ti set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8; -update noar tt set b2='DTUN91TE' where id=8; -update noar ti set b2='DTUN91TE' where id=8; -update noar tt set v0='94O78OO94CRWGLM' where id=9; -update noar ti set v0='94O78OO94CRWGLM' where id=9; -update noar tt set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9; -update noar ti set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9; -update noar tt set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9; -update noar ti set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9; -update noar tt set b1='RGJ3HE9DOBT8Q5BWY' where id=9; -update noar ti set b1='RGJ3HE9DOBT8Q5BWY' where id=9; -update noar tt set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9; -update noar ti set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9; -update noar tt set b2='KNVYXA5JJWAPY6NWL' where id=9; -update noar ti set b2='KNVYXA5JJWAPY6NWL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1; -update noar ti set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1; -update noar tt set b0='SZ4S290JRQ1EB405NVJVYA' where id=1; -update noar ti set b0='SZ4S290JRQ1EB405NVJVYA' where id=1; -update noar tt set v0='VF8B69OS' where id=1; -update noar ti set v0='VF8B69OS' where id=1; -update noar tt set b1='SF8VXDGM61U4' where id=1; -update noar ti set b1='SF8VXDGM61U4' where id=1; -update noar tt set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1; -update noar ti set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1; -update noar tt set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1; -update noar ti set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1; -update noar tt set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2; -update noar ti set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2; -update noar tt set b0='7CJDZ05XVE' where id=2; -update noar ti set b0='7CJDZ05XVE' where id=2; -update noar tt set v0='H4YF052OA84JF' where id=2; -update noar ti set v0='H4YF052OA84JF' where id=2; -update noar tt set b1='HUO20RGN9QCGE5T2DW' where id=2; -update noar ti set b1='HUO20RGN9QCGE5T2DW' where id=2; -update noar tt set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2; -update noar ti set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2; -update noar tt set b2='9G0B9' where id=2; -update noar ti set b2='9G0B9' where id=2; -update noar tt set v0='6Y9J5LS9CCZMBKC' where id=3; -update noar ti set v0='6Y9J5LS9CCZMBKC' where id=3; -update noar tt set b0='K7039U41DBKCV71YCQDMEG' where id=3; -update noar ti set b0='K7039U41DBKCV71YCQDMEG' where id=3; -update noar tt set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3; -update noar ti set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3; -update noar tt set b1='URZJPKG64L' where id=3; -update noar ti set b1='URZJPKG64L' where id=3; -update noar tt set v0='YC2IFXQWUOGL2AP' where id=3; -update noar ti set v0='YC2IFXQWUOGL2AP' where id=3; -update noar tt set b2='41USV259' where id=3; -update noar ti set b2='41USV259' where id=3; -update noar tt set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4; -update noar ti set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4; -update noar tt set b0='FFVFBEZV7EZ' where id=4; -update noar ti set b0='FFVFBEZV7EZ' where id=4; -update noar tt set v0='FH81L79' where id=4; -update noar ti set v0='FH81L79' where id=4; -update noar tt set b1='YPKOTFOYYVHVJFYQNP32M' where id=4; -update noar ti set b1='YPKOTFOYYVHVJFYQNP32M' where id=4; -update noar tt set v0='6DJQM7LBVKL68YCT5UH6' where id=4; -update noar ti set v0='6DJQM7LBVKL68YCT5UH6' where id=4; -update noar tt set b2='A37BVEJZZOI1XC02N' where id=4; -update noar ti set b2='A37BVEJZZOI1XC02N' where id=4; -update noar tt set v0='1UVVDYLLRM' where id=5; -update noar ti set v0='1UVVDYLLRM' where id=5; -update noar tt set b0='729ZG1WVN1BELZG53QC' where id=5; -update noar ti set b0='729ZG1WVN1BELZG53QC' where id=5; -update noar tt set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5; -update noar ti set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5; -update noar tt set b1='HDM3IT6V3GZCV83' where id=5; -update noar ti set b1='HDM3IT6V3GZCV83' where id=5; -update noar tt set v0='G8ST0' where id=5; -update noar ti set v0='G8ST0' where id=5; -update noar tt set b2='46P6N' where id=5; -update noar ti set b2='46P6N' where id=5; -update noar tt set v0='52WADJ56O3J' where id=6; -update noar ti set v0='52WADJ56O3J' where id=6; -update noar tt set b0='60OIJY9K5C93B1015CNNT8UP' where id=6; -update noar ti set b0='60OIJY9K5C93B1015CNNT8UP' where id=6; -update noar tt set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6; -update noar ti set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6; -update noar tt set b1='VKRFVE4G9MI6PTYS7UAN' where id=6; -update noar ti set b1='VKRFVE4G9MI6PTYS7UAN' where id=6; -update noar tt set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6; -update noar ti set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6; -update noar tt set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6; -update noar ti set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6; -update noar tt set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7; -update noar ti set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7; -update noar tt set b0='G45C2MLHMMJS7U9SJR90' where id=7; -update noar ti set b0='G45C2MLHMMJS7U9SJR90' where id=7; -update noar tt set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7; -update noar ti set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7; -update noar tt set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7; -update noar ti set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7; -update noar tt set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7; -update noar ti set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7; -update noar tt set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7; -update noar ti set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7; -update noar tt set v0='BXB3IZ7HCTC4339LV3QN' where id=8; -update noar ti set v0='BXB3IZ7HCTC4339LV3QN' where id=8; -update noar tt set b0='PCQI97EI7OB6HD74' where id=8; -update noar ti set b0='PCQI97EI7OB6HD74' where id=8; -update noar tt set v0='66M4K2NART1' where id=8; -update noar ti set v0='66M4K2NART1' where id=8; -update noar tt set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8; -update noar ti set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8; -update noar tt set v0='MPYKI51OS2LWRGTH' where id=8; -update noar ti set v0='MPYKI51OS2LWRGTH' where id=8; -update noar tt set b2='7UEMPQWI4F' where id=8; -update noar ti set b2='7UEMPQWI4F' where id=8; -update noar tt set v0='4B1RBT1L8O29ZTT' where id=9; -update noar ti set v0='4B1RBT1L8O29ZTT' where id=9; -update noar tt set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9; -update noar ti set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9; -update noar tt set v0='6V24D0' where id=9; -update noar ti set v0='6V24D0' where id=9; -update noar tt set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9; -update noar ti set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9; -update noar tt set v0='4EF318TZIG71AL5LWEQQGD' where id=9; -update noar ti set v0='4EF318TZIG71AL5LWEQQGD' where id=9; -update noar tt set b2='BKHJRR4OIKXX8EABIM' where id=9; -update noar ti set b2='BKHJRR4OIKXX8EABIM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1; -update noar ti set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1; -update noar tt set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1; -update noar ti set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1; -update noar tt set v0='9NBPN152DN55WS3FPQU' where id=1; -update noar ti set v0='9NBPN152DN55WS3FPQU' where id=1; -update noar tt set b1='8WFNIVJETT5K' where id=1; -update noar ti set b1='8WFNIVJETT5K' where id=1; -update noar tt set v0='WJBCQ0X7DQUA0F33617GD7' where id=1; -update noar ti set v0='WJBCQ0X7DQUA0F33617GD7' where id=1; -update noar tt set b2='KMY0AZASEM5I6RH06' where id=1; -update noar ti set b2='KMY0AZASEM5I6RH06' where id=1; -update noar tt set v0='29UXP1U' where id=2; -update noar ti set v0='29UXP1U' where id=2; -update noar tt set b0='AKLIRCX714DI9NCVD5H' where id=2; -update noar ti set b0='AKLIRCX714DI9NCVD5H' where id=2; -update noar tt set v0='9ZJUKEGQET7RVJYZRMC' where id=2; -update noar ti set v0='9ZJUKEGQET7RVJYZRMC' where id=2; -update noar tt set b1='EHGD7KMYJFO0' where id=2; -update noar ti set b1='EHGD7KMYJFO0' where id=2; -update noar tt set v0='SKLKYHD' where id=2; -update noar ti set v0='SKLKYHD' where id=2; -update noar tt set b2='3TQUZQ88PYOGUQ68' where id=2; -update noar ti set b2='3TQUZQ88PYOGUQ68' where id=2; -update noar tt set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3; -update noar ti set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3; -update noar tt set b0='PYLKH' where id=3; -update noar ti set b0='PYLKH' where id=3; -update noar tt set v0='FH5CISSDVBGEQ' where id=3; -update noar ti set v0='FH5CISSDVBGEQ' where id=3; -update noar tt set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3; -update noar ti set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3; -update noar tt set v0='9LLIKQQNZKQ5JEI' where id=3; -update noar ti set v0='9LLIKQQNZKQ5JEI' where id=3; -update noar tt set b2='D3ACYO' where id=3; -update noar ti set b2='D3ACYO' where id=3; -update noar tt set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4; -update noar ti set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4; -update noar tt set b0='DAKW5ZUFH45MI3' where id=4; -update noar ti set b0='DAKW5ZUFH45MI3' where id=4; -update noar tt set v0='0YWJPDCE1IDZ17E74K7' where id=4; -update noar ti set v0='0YWJPDCE1IDZ17E74K7' where id=4; -update noar tt set b1='SX7NDB5VYW1NYPYLFESSK' where id=4; -update noar ti set b1='SX7NDB5VYW1NYPYLFESSK' where id=4; -update noar tt set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4; -update noar ti set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4; -update noar tt set b2='7K8Q9M8ALB8LF8KCFIP' where id=4; -update noar ti set b2='7K8Q9M8ALB8LF8KCFIP' where id=4; -update noar tt set v0='VZLL' where id=5; -update noar ti set v0='VZLL' where id=5; -update noar tt set b0='N3Y24AO03' where id=5; -update noar ti set b0='N3Y24AO03' where id=5; -update noar tt set v0='IN2DO3R' where id=5; -update noar ti set v0='IN2DO3R' where id=5; -update noar tt set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5; -update noar ti set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5; -update noar tt set v0='9XTRGKBD9VH51CMUTLAWT' where id=5; -update noar ti set v0='9XTRGKBD9VH51CMUTLAWT' where id=5; -update noar tt set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5; -update noar ti set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5; -update noar tt set v0='CM' where id=6; -update noar ti set v0='CM' where id=6; -update noar tt set b0='927MMNI5HRT7YT6T54TRKH' where id=6; -update noar ti set b0='927MMNI5HRT7YT6T54TRKH' where id=6; -update noar tt set v0='11KA5OOYJ8OG' where id=6; -update noar ti set v0='11KA5OOYJ8OG' where id=6; -update noar tt set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6; -update noar ti set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6; -update noar tt set v0='3' where id=6; -update noar ti set v0='3' where id=6; -update noar tt set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6; -update noar ti set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6; -update noar tt set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7; -update noar ti set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7; -update noar tt set b0='9X1RIFI8J29VL2UY' where id=7; -update noar ti set b0='9X1RIFI8J29VL2UY' where id=7; -update noar tt set v0='WJOAC6LJKVNXJRWTJT' where id=7; -update noar ti set v0='WJOAC6LJKVNXJRWTJT' where id=7; -update noar tt set b1='KZHBWY6CLM8A8F1M' where id=7; -update noar ti set b1='KZHBWY6CLM8A8F1M' where id=7; -update noar tt set v0='R2UNRD' where id=7; -update noar ti set v0='R2UNRD' where id=7; -update noar tt set b2='1WVM0S09' where id=7; -update noar ti set b2='1WVM0S09' where id=7; -update noar tt set v0='O5U3WT' where id=8; -update noar ti set v0='O5U3WT' where id=8; -update noar tt set b0='Q7GG47GLX68L4A' where id=8; -update noar ti set b0='Q7GG47GLX68L4A' where id=8; -update noar tt set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8; -update noar ti set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8; -update noar tt set b1='JHASN1Z07C73KASSKYKY0' where id=8; -update noar ti set b1='JHASN1Z07C73KASSKYKY0' where id=8; -update noar tt set v0='8KY0FOOQ' where id=8; -update noar ti set v0='8KY0FOOQ' where id=8; -update noar tt set b2='ZW83NFKIL6' where id=8; -update noar ti set b2='ZW83NFKIL6' where id=8; -update noar tt set v0='DULXBV72WCSC9C4K9Q' where id=9; -update noar ti set v0='DULXBV72WCSC9C4K9Q' where id=9; -update noar tt set b0='TEL51M5L55URCC' where id=9; -update noar ti set b0='TEL51M5L55URCC' where id=9; -update noar tt set v0='DPKLQUD6DSSOBJU' where id=9; -update noar ti set v0='DPKLQUD6DSSOBJU' where id=9; -update noar tt set b1='AOD34HPC' where id=9; -update noar ti set b1='AOD34HPC' where id=9; -update noar tt set v0='69RPMNC' where id=9; -update noar ti set v0='69RPMNC' where id=9; -update noar tt set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9; -update noar ti set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1; -update noar ti set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1; -update noar tt set b0='18ZQLFZWU9S7S39' where id=1; -update noar ti set b0='18ZQLFZWU9S7S39' where id=1; -update noar tt set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1; -update noar ti set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1; -update noar tt set b1='0EPQMQH1FSHT5U' where id=1; -update noar ti set b1='0EPQMQH1FSHT5U' where id=1; -update noar tt set v0='AKKCK1HRPC' where id=1; -update noar ti set v0='AKKCK1HRPC' where id=1; -update noar tt set b2='LB1R4UFSQ65GXPKK4AKE' where id=1; -update noar ti set b2='LB1R4UFSQ65GXPKK4AKE' where id=1; -update noar tt set v0='00UZP7BC' where id=2; -update noar ti set v0='00UZP7BC' where id=2; -update noar tt set b0='8U' where id=2; -update noar ti set b0='8U' where id=2; -update noar tt set v0='6EHFY3FFJOD9D0O9LTCL' where id=2; -update noar ti set v0='6EHFY3FFJOD9D0O9LTCL' where id=2; -update noar tt set b1='OIW8NBMJK8DF7X1FLX5' where id=2; -update noar ti set b1='OIW8NBMJK8DF7X1FLX5' where id=2; -update noar tt set v0='DVV' where id=2; -update noar ti set v0='DVV' where id=2; -update noar tt set b2='IFV' where id=2; -update noar ti set b2='IFV' where id=2; -update noar tt set v0='7WT0V6SW18TVOUT9' where id=3; -update noar ti set v0='7WT0V6SW18TVOUT9' where id=3; -update noar tt set b0='VNP7RKEXKU34' where id=3; -update noar ti set b0='VNP7RKEXKU34' where id=3; -update noar tt set v0='ESL34CBK8' where id=3; -update noar ti set v0='ESL34CBK8' where id=3; -update noar tt set b1='1GDEJIENQ' where id=3; -update noar ti set b1='1GDEJIENQ' where id=3; -update noar tt set v0='X3T8HW29JJSD1XS' where id=3; -update noar ti set v0='X3T8HW29JJSD1XS' where id=3; -update noar tt set b2='BNFVDTA0L43MR6RGDBB4O' where id=3; -update noar ti set b2='BNFVDTA0L43MR6RGDBB4O' where id=3; -update noar tt set v0='49PR' where id=4; -update noar ti set v0='49PR' where id=4; -update noar tt set b0='R' where id=4; -update noar ti set b0='R' where id=4; -update noar tt set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4; -update noar ti set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4; -update noar tt set b1='STLBPEQHR9X1D7EZ1FC' where id=4; -update noar ti set b1='STLBPEQHR9X1D7EZ1FC' where id=4; -update noar tt set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4; -update noar ti set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4; -update noar tt set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4; -update noar ti set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4; -update noar tt set v0='DH2UDAP542BQXWZU87' where id=5; -update noar ti set v0='DH2UDAP542BQXWZU87' where id=5; -update noar tt set b0='RUHEB80EMAQ3TZX602BEUK' where id=5; -update noar ti set b0='RUHEB80EMAQ3TZX602BEUK' where id=5; -update noar tt set v0='I7CEPMGBML' where id=5; -update noar ti set v0='I7CEPMGBML' where id=5; -update noar tt set b1='DHVLWEQA2NH3' where id=5; -update noar ti set b1='DHVLWEQA2NH3' where id=5; -update noar tt set v0='0KV355DFPAGHQRJ7OY71O5' where id=5; -update noar ti set v0='0KV355DFPAGHQRJ7OY71O5' where id=5; -update noar tt set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5; -update noar ti set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5; -update noar tt set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6; -update noar ti set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6; -update noar tt set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6; -update noar ti set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6; -update noar tt set v0='4079ILLBGYXAEJIZULS64L7H' where id=6; -update noar ti set v0='4079ILLBGYXAEJIZULS64L7H' where id=6; -update noar tt set b1='76AR' where id=6; -update noar ti set b1='76AR' where id=6; -update noar tt set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6; -update noar ti set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6; -update noar tt set b2='CS' where id=6; -update noar ti set b2='CS' where id=6; -update noar tt set v0='NJNJO0Y7U1XJ2' where id=7; -update noar ti set v0='NJNJO0Y7U1XJ2' where id=7; -update noar tt set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7; -update noar ti set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7; -update noar tt set v0='5G73BQC4D' where id=7; -update noar ti set v0='5G73BQC4D' where id=7; -update noar tt set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7; -update noar ti set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7; -update noar tt set v0='UVQ0SUXN8S1' where id=7; -update noar ti set v0='UVQ0SUXN8S1' where id=7; -update noar tt set b2='3UOIZ2UMMF7ZK4PQ' where id=7; -update noar ti set b2='3UOIZ2UMMF7ZK4PQ' where id=7; -update noar tt set v0='619E3D7LU' where id=8; -update noar ti set v0='619E3D7LU' where id=8; -update noar tt set b0='WLCZ816UX5BFH0B' where id=8; -update noar ti set b0='WLCZ816UX5BFH0B' where id=8; -update noar tt set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8; -update noar ti set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8; -update noar tt set b1='X32865E' where id=8; -update noar ti set b1='X32865E' where id=8; -update noar tt set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8; -update noar ti set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8; -update noar tt set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8; -update noar ti set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8; -update noar tt set v0='XSWJL' where id=9; -update noar ti set v0='XSWJL' where id=9; -update noar tt set b0='PD118O5H6684DAA7NWFDF' where id=9; -update noar ti set b0='PD118O5H6684DAA7NWFDF' where id=9; -update noar tt set v0='VO7K' where id=9; -update noar ti set v0='VO7K' where id=9; -update noar tt set b1='PT2JJDY24NIAV8TG' where id=9; -update noar ti set b1='PT2JJDY24NIAV8TG' where id=9; -update noar tt set v0='K169602Q28' where id=9; -update noar ti set v0='K169602Q28' where id=9; -update noar tt set b2='PHL5HBJ' where id=9; -update noar ti set b2='PHL5HBJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N8DGZFT4CXJ35' where id=1; -update noar ti set v0='N8DGZFT4CXJ35' where id=1; -update noar tt set b0='AHVZJIAE' where id=1; -update noar ti set b0='AHVZJIAE' where id=1; -update noar tt set v0='U1YR5GK9' where id=1; -update noar ti set v0='U1YR5GK9' where id=1; -update noar tt set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1; -update noar ti set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1; -update noar tt set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1; -update noar ti set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1; -update noar tt set b2='VVXGZP' where id=1; -update noar ti set b2='VVXGZP' where id=1; -update noar tt set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2; -update noar ti set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2; -update noar tt set b0='8R' where id=2; -update noar ti set b0='8R' where id=2; -update noar tt set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2; -update noar ti set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2; -update noar tt set b1='7XXB0E0TO80JW' where id=2; -update noar ti set b1='7XXB0E0TO80JW' where id=2; -update noar tt set v0='3QF' where id=2; -update noar ti set v0='3QF' where id=2; -update noar tt set b2='UJJQ6U34UDEHHMT9ML' where id=2; -update noar ti set b2='UJJQ6U34UDEHHMT9ML' where id=2; -update noar tt set v0='O8E' where id=3; -update noar ti set v0='O8E' where id=3; -update noar tt set b0='0TIB5X2QT' where id=3; -update noar ti set b0='0TIB5X2QT' where id=3; -update noar tt set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3; -update noar ti set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3; -update noar tt set b1='KWAGR1' where id=3; -update noar ti set b1='KWAGR1' where id=3; -update noar tt set v0='ZYBUMPA6LAELS9RIAV' where id=3; -update noar ti set v0='ZYBUMPA6LAELS9RIAV' where id=3; -update noar tt set b2='A526JIW26' where id=3; -update noar ti set b2='A526JIW26' where id=3; -update noar tt set v0='L86BTKOVBT7P' where id=4; -update noar ti set v0='L86BTKOVBT7P' where id=4; -update noar tt set b0='FW' where id=4; -update noar ti set b0='FW' where id=4; -update noar tt set v0='QNREEE5VLGXUU' where id=4; -update noar ti set v0='QNREEE5VLGXUU' where id=4; -update noar tt set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4; -update noar ti set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4; -update noar tt set v0='4A0SIK7MG' where id=4; -update noar ti set v0='4A0SIK7MG' where id=4; -update noar tt set b2='MQQ210DVRYER2KZ0K7N' where id=4; -update noar ti set b2='MQQ210DVRYER2KZ0K7N' where id=4; -update noar tt set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5; -update noar ti set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5; -update noar tt set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5; -update noar ti set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5; -update noar tt set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5; -update noar ti set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5; -update noar tt set b1='IN' where id=5; -update noar ti set b1='IN' where id=5; -update noar tt set v0='MCYKQUT3Q5I8' where id=5; -update noar ti set v0='MCYKQUT3Q5I8' where id=5; -update noar tt set b2='B' where id=5; -update noar ti set b2='B' where id=5; -update noar tt set v0='NCLMBO5YMDBMF' where id=6; -update noar ti set v0='NCLMBO5YMDBMF' where id=6; -update noar tt set b0='JDVOKML69' where id=6; -update noar ti set b0='JDVOKML69' where id=6; -update noar tt set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6; -update noar ti set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6; -update noar tt set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6; -update noar ti set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6; -update noar tt set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6; -update noar ti set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6; -update noar tt set b2='2IX' where id=6; -update noar ti set b2='2IX' where id=6; -update noar tt set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7; -update noar ti set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7; -update noar tt set b0='9TE70UGGE8' where id=7; -update noar ti set b0='9TE70UGGE8' where id=7; -update noar tt set v0='G3UE4MPCXE44V' where id=7; -update noar ti set v0='G3UE4MPCXE44V' where id=7; -update noar tt set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7; -update noar ti set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7; -update noar tt set v0='CPZW3IU51718KPGW03' where id=7; -update noar ti set v0='CPZW3IU51718KPGW03' where id=7; -update noar tt set b2='ZTKU' where id=7; -update noar ti set b2='ZTKU' where id=7; -update noar tt set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8; -update noar ti set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8; -update noar tt set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8; -update noar ti set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8; -update noar tt set v0='6JFT16AA31JN' where id=8; -update noar ti set v0='6JFT16AA31JN' where id=8; -update noar tt set b1='G5AV1ZWE' where id=8; -update noar ti set b1='G5AV1ZWE' where id=8; -update noar tt set v0='V0' where id=8; -update noar ti set v0='V0' where id=8; -update noar tt set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8; -update noar ti set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8; -update noar tt set v0='UHZWXWJTXE7AS3053G' where id=9; -update noar ti set v0='UHZWXWJTXE7AS3053G' where id=9; -update noar tt set b0='S9M372YCI' where id=9; -update noar ti set b0='S9M372YCI' where id=9; -update noar tt set v0='VU5' where id=9; -update noar ti set v0='VU5' where id=9; -update noar tt set b1='8' where id=9; -update noar ti set b1='8' where id=9; -update noar tt set v0='8ZU4H3G' where id=9; -update noar ti set v0='8ZU4H3G' where id=9; -update noar tt set b2='VFSU3R4R60' where id=9; -update noar ti set b2='VFSU3R4R60' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1; -update noar ti set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1; -update noar tt set b0='EE63OMQO7W' where id=1; -update noar ti set b0='EE63OMQO7W' where id=1; -update noar tt set v0='ROK' where id=1; -update noar ti set v0='ROK' where id=1; -update noar tt set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1; -update noar ti set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1; -update noar tt set v0='4' where id=1; -update noar ti set v0='4' where id=1; -update noar tt set b2='MI95VJ8R2OQ468Z' where id=1; -update noar ti set b2='MI95VJ8R2OQ468Z' where id=1; -update noar tt set v0='FDNEEYTF9G' where id=2; -update noar ti set v0='FDNEEYTF9G' where id=2; -update noar tt set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2; -update noar ti set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2; -update noar tt set v0='AQBMGF0DZ' where id=2; -update noar ti set v0='AQBMGF0DZ' where id=2; -update noar tt set b1='T2KSOD2FPL188JR5' where id=2; -update noar ti set b1='T2KSOD2FPL188JR5' where id=2; -update noar tt set v0='8KG5' where id=2; -update noar ti set v0='8KG5' where id=2; -update noar tt set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2; -update noar ti set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2; -update noar tt set v0='XI7EXI9RQCFES7C' where id=3; -update noar ti set v0='XI7EXI9RQCFES7C' where id=3; -update noar tt set b0='GKA9LYUBWWV' where id=3; -update noar ti set b0='GKA9LYUBWWV' where id=3; -update noar tt set v0='RVOB' where id=3; -update noar ti set v0='RVOB' where id=3; -update noar tt set b1='P3N757K' where id=3; -update noar ti set b1='P3N757K' where id=3; -update noar tt set v0='KVAO2DC14R58I' where id=3; -update noar ti set v0='KVAO2DC14R58I' where id=3; -update noar tt set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3; -update noar ti set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3; -update noar tt set v0='G16DMOAQ9VMGI' where id=4; -update noar ti set v0='G16DMOAQ9VMGI' where id=4; -update noar tt set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4; -update noar ti set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4; -update noar tt set v0='ELOPWADO6ZQY5OEE' where id=4; -update noar ti set v0='ELOPWADO6ZQY5OEE' where id=4; -update noar tt set b1='J' where id=4; -update noar ti set b1='J' where id=4; -update noar tt set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4; -update noar ti set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4; -update noar tt set b2='TZJXOO2UIZXSV7' where id=4; -update noar ti set b2='TZJXOO2UIZXSV7' where id=4; -update noar tt set v0='4ZE8' where id=5; -update noar ti set v0='4ZE8' where id=5; -update noar tt set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5; -update noar ti set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5; -update noar tt set v0='4H' where id=5; -update noar ti set v0='4H' where id=5; -update noar tt set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5; -update noar ti set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5; -update noar tt set v0='AQHKPABV7JEH04H5AI2' where id=5; -update noar ti set v0='AQHKPABV7JEH04H5AI2' where id=5; -update noar tt set b2='0BA' where id=5; -update noar ti set b2='0BA' where id=5; -update noar tt set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6; -update noar ti set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6; -update noar tt set b0='NARDX08UT6PANWB58AZFWI' where id=6; -update noar ti set b0='NARDX08UT6PANWB58AZFWI' where id=6; -update noar tt set v0='WPWVVGP4H' where id=6; -update noar ti set v0='WPWVVGP4H' where id=6; -update noar tt set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6; -update noar ti set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6; -update noar tt set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6; -update noar ti set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6; -update noar tt set b2='NY7963I6R7H47W' where id=6; -update noar ti set b2='NY7963I6R7H47W' where id=6; -update noar tt set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7; -update noar ti set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7; -update noar tt set b0='X56DEW3WPJNL2BT' where id=7; -update noar ti set b0='X56DEW3WPJNL2BT' where id=7; -update noar tt set v0='Z6CEO7C0A9ZTH02CL' where id=7; -update noar ti set v0='Z6CEO7C0A9ZTH02CL' where id=7; -update noar tt set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7; -update noar ti set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7; -update noar tt set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7; -update noar ti set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7; -update noar tt set b2='UIQ24R' where id=7; -update noar ti set b2='UIQ24R' where id=7; -update noar tt set v0='DMQ' where id=8; -update noar ti set v0='DMQ' where id=8; -update noar tt set b0='BGQYQJBJDSUHK6NWP8Z' where id=8; -update noar ti set b0='BGQYQJBJDSUHK6NWP8Z' where id=8; -update noar tt set v0='2FCSOLSR1M0XUB9P' where id=8; -update noar ti set v0='2FCSOLSR1M0XUB9P' where id=8; -update noar tt set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8; -update noar ti set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8; -update noar tt set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8; -update noar ti set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set v0='1S4W1' where id=9; -update noar ti set v0='1S4W1' where id=9; -update noar tt set b0='YR04WUTRCHXFEDB2UWL' where id=9; -update noar ti set b0='YR04WUTRCHXFEDB2UWL' where id=9; -update noar tt set v0='3TZWCD7RVD9087VUX' where id=9; -update noar ti set v0='3TZWCD7RVD9087VUX' where id=9; -update noar tt set b1='V28XHDSM61IQNR' where id=9; -update noar ti set b1='V28XHDSM61IQNR' where id=9; -update noar tt set v0='EAHDEZMDVHNAP' where id=9; -update noar ti set v0='EAHDEZMDVHNAP' where id=9; -update noar tt set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9; -update noar ti set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8EBHMYEII' where id=1; -update noar ti set v0='8EBHMYEII' where id=1; -update noar tt set b0='O2YYU4XROKHE' where id=1; -update noar ti set b0='O2YYU4XROKHE' where id=1; -update noar tt set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1; -update noar ti set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1; -update noar tt set b1='1HWQET9' where id=1; -update noar ti set b1='1HWQET9' where id=1; -update noar tt set v0='EA9D9ELSVDCHPZ4ZMX' where id=1; -update noar ti set v0='EA9D9ELSVDCHPZ4ZMX' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2; -update noar ti set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2; -update noar tt set b0='HHZPD7TNBU09KHNB1KB7A' where id=2; -update noar ti set b0='HHZPD7TNBU09KHNB1KB7A' where id=2; -update noar tt set v0='UGOV' where id=2; -update noar ti set v0='UGOV' where id=2; -update noar tt set b1='MG7' where id=2; -update noar ti set b1='MG7' where id=2; -update noar tt set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2; -update noar ti set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2; -update noar tt set b2='HOYP1B22VNYU584' where id=2; -update noar ti set b2='HOYP1B22VNYU584' where id=2; -update noar tt set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3; -update noar ti set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3; -update noar tt set b0='DSK342P7JAG80NUGYEE5IVT' where id=3; -update noar ti set b0='DSK342P7JAG80NUGYEE5IVT' where id=3; -update noar tt set v0='N0M9L42C' where id=3; -update noar ti set v0='N0M9L42C' where id=3; -update noar tt set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3; -update noar ti set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3; -update noar tt set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3; -update noar ti set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3; -update noar tt set b2='UMY2WBLRW' where id=3; -update noar ti set b2='UMY2WBLRW' where id=3; -update noar tt set v0='K3AO2ALPR8C0V' where id=4; -update noar ti set v0='K3AO2ALPR8C0V' where id=4; -update noar tt set b0='G5F' where id=4; -update noar ti set b0='G5F' where id=4; -update noar tt set v0='C3RAGNUG8SQ5' where id=4; -update noar ti set v0='C3RAGNUG8SQ5' where id=4; -update noar tt set b1='T' where id=4; -update noar ti set b1='T' where id=4; -update noar tt set v0='W7T2EMHSIG5HXZVZ8F' where id=4; -update noar ti set v0='W7T2EMHSIG5HXZVZ8F' where id=4; -update noar tt set b2='68KCAUGGKG' where id=4; -update noar ti set b2='68KCAUGGKG' where id=4; -update noar tt set v0='ZXEDM' where id=5; -update noar ti set v0='ZXEDM' where id=5; -update noar tt set b0='6VPTKWVZA6Y6M3G' where id=5; -update noar ti set b0='6VPTKWVZA6Y6M3G' where id=5; -update noar tt set v0='Y4DF' where id=5; -update noar ti set v0='Y4DF' where id=5; -update noar tt set b1='RBI4VSSXAVKUX4' where id=5; -update noar ti set b1='RBI4VSSXAVKUX4' where id=5; -update noar tt set v0='MUU1LK18X3FSPZ5CGV6' where id=5; -update noar ti set v0='MUU1LK18X3FSPZ5CGV6' where id=5; -update noar tt set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5; -update noar ti set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5; -update noar tt set v0='BIOCA3CG1JJK' where id=6; -update noar ti set v0='BIOCA3CG1JJK' where id=6; -update noar tt set b0='W33BRU3D' where id=6; -update noar ti set b0='W33BRU3D' where id=6; -update noar tt set v0='WVC8HIFT3HQYOKNIUNFV' where id=6; -update noar ti set v0='WVC8HIFT3HQYOKNIUNFV' where id=6; -update noar tt set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6; -update noar ti set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6; -update noar tt set v0='WDIVE' where id=6; -update noar ti set v0='WDIVE' where id=6; -update noar tt set b2='XGIG9W31' where id=6; -update noar ti set b2='XGIG9W31' where id=6; -update noar tt set v0='M1H4OE2W4' where id=7; -update noar ti set v0='M1H4OE2W4' where id=7; -update noar tt set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7; -update noar ti set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7; -update noar tt set v0='W' where id=7; -update noar ti set v0='W' where id=7; -update noar tt set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7; -update noar ti set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7; -update noar tt set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7; -update noar ti set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7; -update noar tt set b2='M5012IJ' where id=7; -update noar ti set b2='M5012IJ' where id=7; -update noar tt set v0='R61ZUAT0' where id=8; -update noar ti set v0='R61ZUAT0' where id=8; -update noar tt set b0='HAY' where id=8; -update noar ti set b0='HAY' where id=8; -update noar tt set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8; -update noar ti set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8; -update noar tt set b1='Y1F2S1Z740K8PBFC3' where id=8; -update noar ti set b1='Y1F2S1Z740K8PBFC3' where id=8; -update noar tt set v0='CW6IHS2N86E70K2B7LZR8G' where id=8; -update noar ti set v0='CW6IHS2N86E70K2B7LZR8G' where id=8; -update noar tt set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8; -update noar ti set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8; -update noar tt set v0='P03QKBG69N0VT' where id=9; -update noar ti set v0='P03QKBG69N0VT' where id=9; -update noar tt set b0='KI' where id=9; -update noar ti set b0='KI' where id=9; -update noar tt set v0='QBZCZZAO8Q0RON29' where id=9; -update noar ti set v0='QBZCZZAO8Q0RON29' where id=9; -update noar tt set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9; -update noar ti set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b2='C5RFEHWOQ69VFFJALJ5M' where id=9; -update noar ti set b2='C5RFEHWOQ69VFFJALJ5M' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AY' where id=1; -update noar ti set v0='AY' where id=1; -update noar tt set b0='J30' where id=1; -update noar ti set b0='J30' where id=1; -update noar tt set v0='T6VBCSQCXR56O35N41EECZ0' where id=1; -update noar ti set v0='T6VBCSQCXR56O35N41EECZ0' where id=1; -update noar tt set b1='AV5T0YXYBHFUZG9E42Z' where id=1; -update noar ti set b1='AV5T0YXYBHFUZG9E42Z' where id=1; -update noar tt set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1; -update noar ti set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1; -update noar tt set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1; -update noar ti set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1; -update noar tt set v0='IQQ5POGSDAGB' where id=2; -update noar ti set v0='IQQ5POGSDAGB' where id=2; -update noar tt set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2; -update noar ti set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2; -update noar tt set v0='EY82XVC7T88H5F' where id=2; -update noar ti set v0='EY82XVC7T88H5F' where id=2; -update noar tt set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2; -update noar ti set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2; -update noar tt set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2; -update noar ti set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2; -update noar tt set b2='GH' where id=2; -update noar ti set b2='GH' where id=2; -update noar tt set v0='V5MVVIVA1Z8L1KFIVV2' where id=3; -update noar ti set v0='V5MVVIVA1Z8L1KFIVV2' where id=3; -update noar tt set b0='H1VOTZZGM6XTRQX' where id=3; -update noar ti set b0='H1VOTZZGM6XTRQX' where id=3; -update noar tt set v0='ZZ7JW' where id=3; -update noar ti set v0='ZZ7JW' where id=3; -update noar tt set b1='5D' where id=3; -update noar ti set b1='5D' where id=3; -update noar tt set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3; -update noar ti set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3; -update noar tt set b2='BVRV5LRCP6V5JDSN4KINW' where id=3; -update noar ti set b2='BVRV5LRCP6V5JDSN4KINW' where id=3; -update noar tt set v0='KAE544RS6OY8F6CDAP9FR2' where id=4; -update noar ti set v0='KAE544RS6OY8F6CDAP9FR2' where id=4; -update noar tt set b0='J' where id=4; -update noar ti set b0='J' where id=4; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b1='TWDH6I2KOINUTA93N9' where id=4; -update noar ti set b1='TWDH6I2KOINUTA93N9' where id=4; -update noar tt set v0='H2T2BX' where id=4; -update noar ti set v0='H2T2BX' where id=4; -update noar tt set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4; -update noar ti set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4; -update noar tt set v0='ZL8WFWM7UDG8OXO6C9' where id=5; -update noar ti set v0='ZL8WFWM7UDG8OXO6C9' where id=5; -update noar tt set b0='FELX8C49B6V5UEU4C1FCGO' where id=5; -update noar ti set b0='FELX8C49B6V5UEU4C1FCGO' where id=5; -update noar tt set v0='U9BZ0AO43JNC67EP5OD03' where id=5; -update noar ti set v0='U9BZ0AO43JNC67EP5OD03' where id=5; -update noar tt set b1='ROFYI4BXQD' where id=5; -update noar ti set b1='ROFYI4BXQD' where id=5; -update noar tt set v0='UMC7PYJ3T8YV' where id=5; -update noar ti set v0='UMC7PYJ3T8YV' where id=5; -update noar tt set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5; -update noar ti set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5; -update noar tt set v0='09YJ133FWZG' where id=6; -update noar ti set v0='09YJ133FWZG' where id=6; -update noar tt set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6; -update noar ti set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6; -update noar tt set v0='Z8T4JSWEDDL159' where id=6; -update noar ti set v0='Z8T4JSWEDDL159' where id=6; -update noar tt set b1='F32TMK228URWQ5LBEIY57T01R' where id=6; -update noar ti set b1='F32TMK228URWQ5LBEIY57T01R' where id=6; -update noar tt set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6; -update noar ti set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6; -update noar tt set b2='H4WI' where id=6; -update noar ti set b2='H4WI' where id=6; -update noar tt set v0='R89CK8XF2DB50O47R0X' where id=7; -update noar ti set v0='R89CK8XF2DB50O47R0X' where id=7; -update noar tt set b0='P2JV7J8PP60103ZM7J50' where id=7; -update noar ti set b0='P2JV7J8PP60103ZM7J50' where id=7; -update noar tt set v0='5WS4WMN' where id=7; -update noar ti set v0='5WS4WMN' where id=7; -update noar tt set b1='QILOIZN9T0FWSPEWKQV' where id=7; -update noar ti set b1='QILOIZN9T0FWSPEWKQV' where id=7; -update noar tt set v0='9ZSS3TVEQ5L46MFAW' where id=7; -update noar ti set v0='9ZSS3TVEQ5L46MFAW' where id=7; -update noar tt set b2='2MWW7NI' where id=7; -update noar ti set b2='2MWW7NI' where id=7; -update noar tt set v0='7M5UK5' where id=8; -update noar ti set v0='7M5UK5' where id=8; -update noar tt set b0='L' where id=8; -update noar ti set b0='L' where id=8; -update noar tt set v0='M7247XEJX74G88Y8H0Q5' where id=8; -update noar ti set v0='M7247XEJX74G88Y8H0Q5' where id=8; -update noar tt set b1='4DSZ' where id=8; -update noar ti set b1='4DSZ' where id=8; -update noar tt set v0='A20Y' where id=8; -update noar ti set v0='A20Y' where id=8; -update noar tt set b2='8SCPPHFIX4UK4GKU7' where id=8; -update noar ti set b2='8SCPPHFIX4UK4GKU7' where id=8; -update noar tt set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9; -update noar ti set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9; -update noar tt set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9; -update noar ti set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9; -update noar tt set v0='LCQB' where id=9; -update noar ti set v0='LCQB' where id=9; -update noar tt set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9; -update noar ti set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9; -update noar tt set v0='Q' where id=9; -update noar ti set v0='Q' where id=9; -update noar tt set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9; -update noar ti set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0SJCA511KEYYM' where id=1; -update noar ti set v0='0SJCA511KEYYM' where id=1; -update noar tt set b0='W7' where id=1; -update noar ti set b0='W7' where id=1; -update noar tt set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1; -update noar ti set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1; -update noar tt set b1='H3E1EQUDJF7M413S2' where id=1; -update noar ti set b1='H3E1EQUDJF7M413S2' where id=1; -update noar tt set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1; -update noar ti set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1; -update noar tt set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1; -update noar ti set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1; -update noar tt set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2; -update noar ti set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2; -update noar tt set b0='BFX7BQW9Y' where id=2; -update noar ti set b0='BFX7BQW9Y' where id=2; -update noar tt set v0='4KX7K5PO' where id=2; -update noar ti set v0='4KX7K5PO' where id=2; -update noar tt set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2; -update noar ti set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2; -update noar tt set v0='QYHZD5X53RE0QP8GM' where id=2; -update noar ti set v0='QYHZD5X53RE0QP8GM' where id=2; -update noar tt set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2; -update noar ti set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2; -update noar tt set v0='9AJ3Q8EQFWFWBVOT' where id=3; -update noar ti set v0='9AJ3Q8EQFWFWBVOT' where id=3; -update noar tt set b0='QBDE8JTC2DDX' where id=3; -update noar ti set b0='QBDE8JTC2DDX' where id=3; -update noar tt set v0='96I9H1' where id=3; -update noar ti set v0='96I9H1' where id=3; -update noar tt set b1='HWD9ABGEEQ7UE' where id=3; -update noar ti set b1='HWD9ABGEEQ7UE' where id=3; -update noar tt set v0='JJ6K0MLWS00DDWVG2X' where id=3; -update noar ti set v0='JJ6K0MLWS00DDWVG2X' where id=3; -update noar tt set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3; -update noar ti set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3; -update noar tt set v0='K9QTGG2ISNB5I86D7F0UH' where id=4; -update noar ti set v0='K9QTGG2ISNB5I86D7F0UH' where id=4; -update noar tt set b0='BNSBHTMZRUL' where id=4; -update noar ti set b0='BNSBHTMZRUL' where id=4; -update noar tt set v0='S38FMX' where id=4; -update noar ti set v0='S38FMX' where id=4; -update noar tt set b1='XT8' where id=4; -update noar ti set b1='XT8' where id=4; -update noar tt set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4; -update noar ti set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4; -update noar tt set b2='TPIBIYLLZZG8BFI' where id=4; -update noar ti set b2='TPIBIYLLZZG8BFI' where id=4; -update noar tt set v0='FUFPMZL1LK' where id=5; -update noar ti set v0='FUFPMZL1LK' where id=5; -update noar tt set b0='QM8OA2DZ5C' where id=5; -update noar ti set b0='QM8OA2DZ5C' where id=5; -update noar tt set v0='PHS6SOBQTC13N' where id=5; -update noar ti set v0='PHS6SOBQTC13N' where id=5; -update noar tt set b1='C721' where id=5; -update noar ti set b1='C721' where id=5; -update noar tt set v0='IXEN3G' where id=5; -update noar ti set v0='IXEN3G' where id=5; -update noar tt set b2='BI' where id=5; -update noar ti set b2='BI' where id=5; -update noar tt set v0='7PC0' where id=6; -update noar ti set v0='7PC0' where id=6; -update noar tt set b0='W9Q4IW24Y' where id=6; -update noar ti set b0='W9Q4IW24Y' where id=6; -update noar tt set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6; -update noar ti set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6; -update noar tt set b1='SREC' where id=6; -update noar ti set b1='SREC' where id=6; -update noar tt set v0='RUT9A46P' where id=6; -update noar ti set v0='RUT9A46P' where id=6; -update noar tt set b2='CP460MW8K20MNDMJJV' where id=6; -update noar ti set b2='CP460MW8K20MNDMJJV' where id=6; -update noar tt set v0='0OIXNLJPF1XE3W' where id=7; -update noar ti set v0='0OIXNLJPF1XE3W' where id=7; -update noar tt set b0='5FXKKR6' where id=7; -update noar ti set b0='5FXKKR6' where id=7; -update noar tt set v0='5ZA8' where id=7; -update noar ti set v0='5ZA8' where id=7; -update noar tt set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7; -update noar ti set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7; -update noar tt set v0='VNKZV582' where id=7; -update noar ti set v0='VNKZV582' where id=7; -update noar tt set b2='D40FG' where id=7; -update noar ti set b2='D40FG' where id=7; -update noar tt set v0='N' where id=8; -update noar ti set v0='N' where id=8; -update noar tt set b0='CKITJ80' where id=8; -update noar ti set b0='CKITJ80' where id=8; -update noar tt set v0='TAG8KP1I70T' where id=8; -update noar ti set v0='TAG8KP1I70T' where id=8; -update noar tt set b1='MUFDAR3MKF7G2' where id=8; -update noar ti set b1='MUFDAR3MKF7G2' where id=8; -update noar tt set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8; -update noar ti set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8; -update noar tt set b2='JD9VBD90ISALS28FAZR' where id=8; -update noar ti set b2='JD9VBD90ISALS28FAZR' where id=8; -update noar tt set v0='N9FWVOTP' where id=9; -update noar ti set v0='N9FWVOTP' where id=9; -update noar tt set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9; -update noar ti set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9; -update noar tt set v0='K1KQ1NZL' where id=9; -update noar ti set v0='K1KQ1NZL' where id=9; -update noar tt set b1='JUJ08UIPL' where id=9; -update noar ti set b1='JUJ08UIPL' where id=9; -update noar tt set v0='KXNON0H8NK4ER1X' where id=9; -update noar ti set v0='KXNON0H8NK4ER1X' where id=9; -update noar tt set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9; -update noar ti set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SVS1CJH9MHOF' where id=1; -update noar ti set v0='SVS1CJH9MHOF' where id=1; -update noar tt set b0='P6VY4DA' where id=1; -update noar ti set b0='P6VY4DA' where id=1; -update noar tt set v0='YXA4PZVFI2SAPLXO2QQK' where id=1; -update noar ti set v0='YXA4PZVFI2SAPLXO2QQK' where id=1; -update noar tt set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1; -update noar ti set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1; -update noar tt set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1; -update noar ti set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1; -update noar tt set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1; -update noar ti set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1; -update noar tt set v0='HFXPSFWSTAQBLGF' where id=2; -update noar ti set v0='HFXPSFWSTAQBLGF' where id=2; -update noar tt set b0='16799X2JGMRSJKV9JT0E56V4' where id=2; -update noar ti set b0='16799X2JGMRSJKV9JT0E56V4' where id=2; -update noar tt set v0='Q8Y38VBDRAH' where id=2; -update noar ti set v0='Q8Y38VBDRAH' where id=2; -update noar tt set b1='JADHN4OKI9LI' where id=2; -update noar ti set b1='JADHN4OKI9LI' where id=2; -update noar tt set v0='28TF2' where id=2; -update noar ti set v0='28TF2' where id=2; -update noar tt set b2='I7CRDB3S3V' where id=2; -update noar ti set b2='I7CRDB3S3V' where id=2; -update noar tt set v0='C7JR292X2L1WZV94QN' where id=3; -update noar ti set v0='C7JR292X2L1WZV94QN' where id=3; -update noar tt set b0='YF5YOYC5' where id=3; -update noar ti set b0='YF5YOYC5' where id=3; -update noar tt set v0='3' where id=3; -update noar ti set v0='3' where id=3; -update noar tt set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3; -update noar ti set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3; -update noar tt set v0='FLHB2KV6J4G121' where id=3; -update noar ti set v0='FLHB2KV6J4G121' where id=3; -update noar tt set b2='JT3EX2VT' where id=3; -update noar ti set b2='JT3EX2VT' where id=3; -update noar tt set v0='EE243AO5A96' where id=4; -update noar ti set v0='EE243AO5A96' where id=4; -update noar tt set b0='5HWHG' where id=4; -update noar ti set b0='5HWHG' where id=4; -update noar tt set v0='F4' where id=4; -update noar ti set v0='F4' where id=4; -update noar tt set b1='W55UA' where id=4; -update noar ti set b1='W55UA' where id=4; -update noar tt set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4; -update noar ti set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4; -update noar tt set b2='K1WURXKC32P6M942G' where id=4; -update noar ti set b2='K1WURXKC32P6M942G' where id=4; -update noar tt set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5; -update noar ti set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5; -update noar tt set b0='EZEFSR60' where id=5; -update noar ti set b0='EZEFSR60' where id=5; -update noar tt set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5; -update noar ti set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5; -update noar tt set b1='4MDKTF12OW' where id=5; -update noar ti set b1='4MDKTF12OW' where id=5; -update noar tt set v0='2QBROSWYOZN1UVBY83' where id=5; -update noar ti set v0='2QBROSWYOZN1UVBY83' where id=5; -update noar tt set b2='C5XEL5SD8UGGKK15V2LVL' where id=5; -update noar ti set b2='C5XEL5SD8UGGKK15V2LVL' where id=5; -update noar tt set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6; -update noar ti set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6; -update noar tt set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6; -update noar ti set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6; -update noar tt set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6; -update noar ti set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6; -update noar tt set b1='NQ' where id=6; -update noar ti set b1='NQ' where id=6; -update noar tt set v0='5M8SF1VA' where id=6; -update noar ti set v0='5M8SF1VA' where id=6; -update noar tt set b2='WHA1UQ691XYY03Z6BSSYM' where id=6; -update noar ti set b2='WHA1UQ691XYY03Z6BSSYM' where id=6; -update noar tt set v0='QW3RFE7OMBWT' where id=7; -update noar ti set v0='QW3RFE7OMBWT' where id=7; -update noar tt set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7; -update noar ti set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7; -update noar tt set v0='NC34Q6U1KKX666K8XF' where id=7; -update noar ti set v0='NC34Q6U1KKX666K8XF' where id=7; -update noar tt set b1='14J4V1B186PIFT7IOGS05OS' where id=7; -update noar ti set b1='14J4V1B186PIFT7IOGS05OS' where id=7; -update noar tt set v0='Q' where id=7; -update noar ti set v0='Q' where id=7; -update noar tt set b2='BMYOOMTZGF9W' where id=7; -update noar ti set b2='BMYOOMTZGF9W' where id=7; -update noar tt set v0='I26IL1UK' where id=8; -update noar ti set v0='I26IL1UK' where id=8; -update noar tt set b0='FJ6EHR' where id=8; -update noar ti set b0='FJ6EHR' where id=8; -update noar tt set v0='98S8AP88WJKA5BW7CA' where id=8; -update noar ti set v0='98S8AP88WJKA5BW7CA' where id=8; -update noar tt set b1='4ELCB1SGHORBKGVTPBV0' where id=8; -update noar ti set b1='4ELCB1SGHORBKGVTPBV0' where id=8; -update noar tt set v0='WCD3ZIUW' where id=8; -update noar ti set v0='WCD3ZIUW' where id=8; -update noar tt set b2='AHG5G' where id=8; -update noar ti set b2='AHG5G' where id=8; -update noar tt set v0='RQ955GUNMT' where id=9; -update noar ti set v0='RQ955GUNMT' where id=9; -update noar tt set b0='BWQGDY2J' where id=9; -update noar ti set b0='BWQGDY2J' where id=9; -update noar tt set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9; -update noar ti set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9; -update noar tt set b1='KPFBY4BJOM121XBCCCC' where id=9; -update noar ti set b1='KPFBY4BJOM121XBCCCC' where id=9; -update noar tt set v0='FEDMAGOB4PM' where id=9; -update noar ti set v0='FEDMAGOB4PM' where id=9; -update noar tt set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9; -update noar ti set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7NSIRRE7PDO090UO532COPA' where id=1; -update noar ti set v0='7NSIRRE7PDO090UO532COPA' where id=1; -update noar tt set b0='SX1AT' where id=1; -update noar ti set b0='SX1AT' where id=1; -update noar tt set v0='N03ON7YRP8S' where id=1; -update noar ti set v0='N03ON7YRP8S' where id=1; -update noar tt set b1='89HJLL11ASIIQCQURM' where id=1; -update noar ti set b1='89HJLL11ASIIQCQURM' where id=1; -update noar tt set v0='A4AR7' where id=1; -update noar ti set v0='A4AR7' where id=1; -update noar tt set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1; -update noar ti set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1; -update noar tt set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2; -update noar ti set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2; -update noar tt set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2; -update noar ti set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2; -update noar tt set v0='FSFE' where id=2; -update noar ti set v0='FSFE' where id=2; -update noar tt set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2; -update noar ti set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2; -update noar tt set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2; -update noar ti set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2; -update noar tt set b2='QDH8NG2' where id=2; -update noar ti set b2='QDH8NG2' where id=2; -update noar tt set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3; -update noar ti set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3; -update noar tt set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3; -update noar ti set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3; -update noar tt set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3; -update noar ti set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3; -update noar tt set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3; -update noar ti set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3; -update noar tt set v0='5A' where id=3; -update noar ti set v0='5A' where id=3; -update noar tt set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3; -update noar ti set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3; -update noar tt set v0='5IP4Z' where id=4; -update noar ti set v0='5IP4Z' where id=4; -update noar tt set b0='F0PJ76HZYMDYELDP' where id=4; -update noar ti set b0='F0PJ76HZYMDYELDP' where id=4; -update noar tt set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4; -update noar ti set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4; -update noar tt set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4; -update noar ti set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4; -update noar tt set v0='OA4L81CUX' where id=4; -update noar ti set v0='OA4L81CUX' where id=4; -update noar tt set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4; -update noar ti set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4; -update noar tt set v0='NUCA6QW41U1' where id=5; -update noar ti set v0='NUCA6QW41U1' where id=5; -update noar tt set b0='W7' where id=5; -update noar ti set b0='W7' where id=5; -update noar tt set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5; -update noar ti set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5; -update noar tt set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5; -update noar ti set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5; -update noar tt set v0='9H' where id=5; -update noar ti set v0='9H' where id=5; -update noar tt set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5; -update noar ti set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5; -update noar tt set v0='MP' where id=6; -update noar ti set v0='MP' where id=6; -update noar tt set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6; -update noar ti set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6; -update noar tt set v0='NIN' where id=6; -update noar ti set v0='NIN' where id=6; -update noar tt set b1='G1VN' where id=6; -update noar ti set b1='G1VN' where id=6; -update noar tt set v0='5X4A8X9G' where id=6; -update noar ti set v0='5X4A8X9G' where id=6; -update noar tt set b2='L4TF1XNRU' where id=6; -update noar ti set b2='L4TF1XNRU' where id=6; -update noar tt set v0='CGW4S3OU4X2HWSIAI' where id=7; -update noar ti set v0='CGW4S3OU4X2HWSIAI' where id=7; -update noar tt set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7; -update noar ti set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7; -update noar tt set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7; -update noar ti set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7; -update noar tt set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7; -update noar ti set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7; -update noar tt set v0='VXXDJWEH6L0Q37VZH4' where id=7; -update noar ti set v0='VXXDJWEH6L0Q37VZH4' where id=7; -update noar tt set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7; -update noar ti set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7; -update noar tt set v0='9FM9F4HES3IDD1' where id=8; -update noar ti set v0='9FM9F4HES3IDD1' where id=8; -update noar tt set b0='1GSA50TRBY1A' where id=8; -update noar ti set b0='1GSA50TRBY1A' where id=8; -update noar tt set v0='GPKEQ6JDN3EJ' where id=8; -update noar ti set v0='GPKEQ6JDN3EJ' where id=8; -update noar tt set b1='HMCACD3NLDLBM' where id=8; -update noar ti set b1='HMCACD3NLDLBM' where id=8; -update noar tt set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8; -update noar ti set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8; -update noar tt set b2='N7LL9Q1GGC44BJ0U' where id=8; -update noar ti set b2='N7LL9Q1GGC44BJ0U' where id=8; -update noar tt set v0='KRQ2CIRE' where id=9; -update noar ti set v0='KRQ2CIRE' where id=9; -update noar tt set b0='0HT9ZF' where id=9; -update noar ti set b0='0HT9ZF' where id=9; -update noar tt set v0='IDM27YTA1K3D9HOGAZ' where id=9; -update noar ti set v0='IDM27YTA1K3D9HOGAZ' where id=9; -update noar tt set b1='NG5LFG7C0IR0J' where id=9; -update noar ti set b1='NG5LFG7C0IR0J' where id=9; -update noar tt set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9; -update noar ti set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9; -update noar tt set b2='A7VR9468YV1K7NQ83D4QW' where id=9; -update noar ti set b2='A7VR9468YV1K7NQ83D4QW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F2G0ANRRZDXN3D4FFNC' where id=1; -update noar ti set v0='F2G0ANRRZDXN3D4FFNC' where id=1; -update noar tt set b0='RUZV3AR7JIM1O52' where id=1; -update noar ti set b0='RUZV3AR7JIM1O52' where id=1; -update noar tt set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1; -update noar ti set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1; -update noar tt set b1='LUMO2HT0IAWOA59X6X6' where id=1; -update noar ti set b1='LUMO2HT0IAWOA59X6X6' where id=1; -update noar tt set v0='QXKFTUV6ZV4D6BQ' where id=1; -update noar ti set v0='QXKFTUV6ZV4D6BQ' where id=1; -update noar tt set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1; -update noar ti set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1; -update noar tt set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2; -update noar ti set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2; -update noar tt set b0='0EVJPQXQTW7Z' where id=2; -update noar ti set b0='0EVJPQXQTW7Z' where id=2; -update noar tt set v0='SH' where id=2; -update noar ti set v0='SH' where id=2; -update noar tt set b1='9E6QCLPTOE7BM' where id=2; -update noar ti set b1='9E6QCLPTOE7BM' where id=2; -update noar tt set v0='V7E1KX6HZKTERI90R9H' where id=2; -update noar ti set v0='V7E1KX6HZKTERI90R9H' where id=2; -update noar tt set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2; -update noar ti set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2; -update noar tt set v0='3YT' where id=3; -update noar ti set v0='3YT' where id=3; -update noar tt set b0='J0R9J071UFTZRFQBIV' where id=3; -update noar ti set b0='J0R9J071UFTZRFQBIV' where id=3; -update noar tt set v0='DY7R66U21GBF7H' where id=3; -update noar ti set v0='DY7R66U21GBF7H' where id=3; -update noar tt set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3; -update noar ti set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3; -update noar tt set v0='JLYNG0GO4GDX' where id=3; -update noar ti set v0='JLYNG0GO4GDX' where id=3; -update noar tt set b2='XSEEWBUBJIT889CWKKT3V' where id=3; -update noar ti set b2='XSEEWBUBJIT889CWKKT3V' where id=3; -update noar tt set v0='MIC2UB2IYTMJIIDM5YR' where id=4; -update noar ti set v0='MIC2UB2IYTMJIIDM5YR' where id=4; -update noar tt set b0='6MO92TRDPABU' where id=4; -update noar ti set b0='6MO92TRDPABU' where id=4; -update noar tt set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4; -update noar ti set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4; -update noar tt set b1='B539UQP1' where id=4; -update noar ti set b1='B539UQP1' where id=4; -update noar tt set v0='W80LXAGKMIIKDMLCA86V374D' where id=4; -update noar ti set v0='W80LXAGKMIIKDMLCA86V374D' where id=4; -update noar tt set b2='U1SC08Z' where id=4; -update noar ti set b2='U1SC08Z' where id=4; -update noar tt set v0='3GUHJWCANWBT7DRLUL0O' where id=5; -update noar ti set v0='3GUHJWCANWBT7DRLUL0O' where id=5; -update noar tt set b0='31FMH4K8' where id=5; -update noar ti set b0='31FMH4K8' where id=5; -update noar tt set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5; -update noar ti set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5; -update noar tt set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5; -update noar ti set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5; -update noar tt set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5; -update noar ti set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5; -update noar tt set b2='ETUW9U7OIZV04B9X5QR47' where id=5; -update noar ti set b2='ETUW9U7OIZV04B9X5QR47' where id=5; -update noar tt set v0='V9OVZF75BGPQF' where id=6; -update noar ti set v0='V9OVZF75BGPQF' where id=6; -update noar tt set b0='O4USARXBMSLAUMT3Z2' where id=6; -update noar ti set b0='O4USARXBMSLAUMT3Z2' where id=6; -update noar tt set v0='S' where id=6; -update noar ti set v0='S' where id=6; -update noar tt set b1='X1N47' where id=6; -update noar ti set b1='X1N47' where id=6; -update noar tt set v0='ZN3YFSON7Z3TY6SZXH09' where id=6; -update noar ti set v0='ZN3YFSON7Z3TY6SZXH09' where id=6; -update noar tt set b2='X0ILJWFPQ' where id=6; -update noar ti set b2='X0ILJWFPQ' where id=6; -update noar tt set v0='1QLFW9CL7BMT97T6LDW' where id=7; -update noar ti set v0='1QLFW9CL7BMT97T6LDW' where id=7; -update noar tt set b0='W5BW075XNE51' where id=7; -update noar ti set b0='W5BW075XNE51' where id=7; -update noar tt set v0='U79QMV33OU' where id=7; -update noar ti set v0='U79QMV33OU' where id=7; -update noar tt set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7; -update noar ti set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7; -update noar tt set v0='QOGJE1JD52Q' where id=7; -update noar ti set v0='QOGJE1JD52Q' where id=7; -update noar tt set b2='AOG6H' where id=7; -update noar ti set b2='AOG6H' where id=7; -update noar tt set v0='EXKDQW53D' where id=8; -update noar ti set v0='EXKDQW53D' where id=8; -update noar tt set b0='8DO6JVYMT6WHBPHEWU' where id=8; -update noar ti set b0='8DO6JVYMT6WHBPHEWU' where id=8; -update noar tt set v0='4MPSGJFPHGLMLJA4O' where id=8; -update noar ti set v0='4MPSGJFPHGLMLJA4O' where id=8; -update noar tt set b1='BF8S1V9QSSY' where id=8; -update noar ti set b1='BF8S1V9QSSY' where id=8; -update noar tt set v0='TK0RXP9B9UX6U2HH5Z' where id=8; -update noar ti set v0='TK0RXP9B9UX6U2HH5Z' where id=8; -update noar tt set b2='H7VMWTB517LSTLC81CQ' where id=8; -update noar ti set b2='H7VMWTB517LSTLC81CQ' where id=8; -update noar tt set v0='DMU3ZIU56SRXS6FPFPK' where id=9; -update noar ti set v0='DMU3ZIU56SRXS6FPFPK' where id=9; -update noar tt set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9; -update noar ti set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9; -update noar tt set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9; -update noar ti set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9; -update noar tt set b1='XPRPASTTAAY42U64R24J47B' where id=9; -update noar ti set b1='XPRPASTTAAY42U64R24J47B' where id=9; -update noar tt set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9; -update noar ti set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9; -update noar tt set b2='U' where id=9; -update noar ti set b2='U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GA4XSR9G0Z278E' where id=1; -update noar ti set v0='GA4XSR9G0Z278E' where id=1; -update noar tt set b0='TEMR3FDD' where id=1; -update noar ti set b0='TEMR3FDD' where id=1; -update noar tt set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1; -update noar ti set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1; -update noar tt set b1='D06Y0' where id=1; -update noar ti set b1='D06Y0' where id=1; -update noar tt set v0='S' where id=1; -update noar ti set v0='S' where id=1; -update noar tt set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1; -update noar ti set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1; -update noar tt set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2; -update noar ti set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2; -update noar tt set b0='A14Z7NYHDE14' where id=2; -update noar ti set b0='A14Z7NYHDE14' where id=2; -update noar tt set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2; -update noar ti set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2; -update noar tt set b1='HO9MK5ALLTQC' where id=2; -update noar ti set b1='HO9MK5ALLTQC' where id=2; -update noar tt set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2; -update noar ti set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2; -update noar tt set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2; -update noar ti set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2; -update noar tt set v0='VYX70NNZ' where id=3; -update noar ti set v0='VYX70NNZ' where id=3; -update noar tt set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3; -update noar ti set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3; -update noar tt set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3; -update noar ti set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3; -update noar tt set b1='E1FLSM' where id=3; -update noar ti set b1='E1FLSM' where id=3; -update noar tt set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3; -update noar ti set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3; -update noar tt set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3; -update noar ti set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3; -update noar tt set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4; -update noar ti set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4; -update noar tt set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4; -update noar ti set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4; -update noar tt set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4; -update noar ti set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4; -update noar tt set b1='XBH3M' where id=4; -update noar ti set b1='XBH3M' where id=4; -update noar tt set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4; -update noar ti set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4; -update noar tt set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4; -update noar ti set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4; -update noar tt set v0='19728D9MCS4' where id=5; -update noar ti set v0='19728D9MCS4' where id=5; -update noar tt set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5; -update noar ti set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5; -update noar tt set v0='RMWZ03T59S5ROOWWL4SO' where id=5; -update noar ti set v0='RMWZ03T59S5ROOWWL4SO' where id=5; -update noar tt set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5; -update noar ti set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5; -update noar tt set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5; -update noar ti set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5; -update noar tt set b2='0CDF8CJ76JCIX' where id=5; -update noar ti set b2='0CDF8CJ76JCIX' where id=5; -update noar tt set v0='S047S' where id=6; -update noar ti set v0='S047S' where id=6; -update noar tt set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6; -update noar ti set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6; -update noar tt set v0='DEB4J06NZKCOT8UV' where id=6; -update noar ti set v0='DEB4J06NZKCOT8UV' where id=6; -update noar tt set b1='SZEZR' where id=6; -update noar ti set b1='SZEZR' where id=6; -update noar tt set v0='A0CL8JG7AUL35' where id=6; -update noar ti set v0='A0CL8JG7AUL35' where id=6; -update noar tt set b2='J1' where id=6; -update noar ti set b2='J1' where id=6; -update noar tt set v0='9TA9ASJL9' where id=7; -update noar ti set v0='9TA9ASJL9' where id=7; -update noar tt set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7; -update noar ti set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7; -update noar tt set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7; -update noar ti set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7; -update noar tt set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7; -update noar ti set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7; -update noar tt set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7; -update noar ti set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7; -update noar tt set b2='VSD39SUUD' where id=7; -update noar ti set b2='VSD39SUUD' where id=7; -update noar tt set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8; -update noar ti set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8; -update noar tt set b0='GN3AEOJEFP12IT2Q5D786' where id=8; -update noar ti set b0='GN3AEOJEFP12IT2Q5D786' where id=8; -update noar tt set v0='BY0TR3KHUS' where id=8; -update noar ti set v0='BY0TR3KHUS' where id=8; -update noar tt set b1='PTP14D3R2FFALR7' where id=8; -update noar ti set b1='PTP14D3R2FFALR7' where id=8; -update noar tt set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8; -update noar ti set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8; -update noar tt set b2='5ADFE3ZKBHV7' where id=8; -update noar ti set b2='5ADFE3ZKBHV7' where id=8; -update noar tt set v0='DCEEB3ZJBY' where id=9; -update noar ti set v0='DCEEB3ZJBY' where id=9; -update noar tt set b0='N7IUX' where id=9; -update noar ti set b0='N7IUX' where id=9; -update noar tt set v0='VCHGPT' where id=9; -update noar ti set v0='VCHGPT' where id=9; -update noar tt set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9; -update noar ti set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9; -update noar tt set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9; -update noar ti set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9; -update noar tt set b2='A74Z0BJGH' where id=9; -update noar ti set b2='A74Z0BJGH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1; -update noar ti set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1; -update noar tt set b0='SI7' where id=1; -update noar ti set b0='SI7' where id=1; -update noar tt set v0='Z95A' where id=1; -update noar ti set v0='Z95A' where id=1; -update noar tt set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1; -update noar ti set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1; -update noar tt set v0='F02EU' where id=1; -update noar ti set v0='F02EU' where id=1; -update noar tt set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1; -update noar ti set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1; -update noar tt set v0='A0QIZ6RB9BER48PW9XFIN' where id=2; -update noar ti set v0='A0QIZ6RB9BER48PW9XFIN' where id=2; -update noar tt set b0='ZP5UWW' where id=2; -update noar ti set b0='ZP5UWW' where id=2; -update noar tt set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2; -update noar ti set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2; -update noar tt set b1='V2LS' where id=2; -update noar ti set b1='V2LS' where id=2; -update noar tt set v0='1HPC7O56RS' where id=2; -update noar ti set v0='1HPC7O56RS' where id=2; -update noar tt set b2='2PI' where id=2; -update noar ti set b2='2PI' where id=2; -update noar tt set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3; -update noar ti set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3; -update noar tt set b0='AD' where id=3; -update noar ti set b0='AD' where id=3; -update noar tt set v0='HAQ2W' where id=3; -update noar ti set v0='HAQ2W' where id=3; -update noar tt set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3; -update noar ti set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3; -update noar tt set v0='W7YAHULSVIZN' where id=3; -update noar ti set v0='W7YAHULSVIZN' where id=3; -update noar tt set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3; -update noar ti set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4; -update noar ti set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4; -update noar tt set v0='X6PSJ48A1HL' where id=4; -update noar ti set v0='X6PSJ48A1HL' where id=4; -update noar tt set b1='EZNSOAW8EVHWU1MIE' where id=4; -update noar ti set b1='EZNSOAW8EVHWU1MIE' where id=4; -update noar tt set v0='F7S5LV11CKC0U3IM' where id=4; -update noar ti set v0='F7S5LV11CKC0U3IM' where id=4; -update noar tt set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4; -update noar ti set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4; -update noar tt set v0='ZE1ZSJWS3GCH' where id=5; -update noar ti set v0='ZE1ZSJWS3GCH' where id=5; -update noar tt set b0='PCZDZTQDK430MZCCM3ED4' where id=5; -update noar ti set b0='PCZDZTQDK430MZCCM3ED4' where id=5; -update noar tt set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5; -update noar ti set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5; -update noar tt set b1='LN30P564TPXKP' where id=5; -update noar ti set b1='LN30P564TPXKP' where id=5; -update noar tt set v0='QS6PSAF6OG0L583UJ' where id=5; -update noar ti set v0='QS6PSAF6OG0L583UJ' where id=5; -update noar tt set b2='MX' where id=5; -update noar ti set b2='MX' where id=5; -update noar tt set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6; -update noar ti set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6; -update noar tt set b0='Z8TXQHOD' where id=6; -update noar ti set b0='Z8TXQHOD' where id=6; -update noar tt set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6; -update noar ti set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6; -update noar tt set b1='FUX4LNKYFX1' where id=6; -update noar ti set b1='FUX4LNKYFX1' where id=6; -update noar tt set v0='JSZMC2BR1W5EQ3P' where id=6; -update noar ti set v0='JSZMC2BR1W5EQ3P' where id=6; -update noar tt set b2='8LT9TI' where id=6; -update noar ti set b2='8LT9TI' where id=6; -update noar tt set v0='NUERFXT5L7YF9A' where id=7; -update noar ti set v0='NUERFXT5L7YF9A' where id=7; -update noar tt set b0='RHIM46ID550YIE940WF819NFVU6' where id=7; -update noar ti set b0='RHIM46ID550YIE940WF819NFVU6' where id=7; -update noar tt set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7; -update noar ti set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7; -update noar tt set b1='YO9LBZV13IGKDV' where id=7; -update noar ti set b1='YO9LBZV13IGKDV' where id=7; -update noar tt set v0='ZCKKDV' where id=7; -update noar ti set v0='ZCKKDV' where id=7; -update noar tt set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7; -update noar ti set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7; -update noar tt set v0='PPW0557YUDC1V3JEI' where id=8; -update noar ti set v0='PPW0557YUDC1V3JEI' where id=8; -update noar tt set b0='1GBHWSS8HEAMGQE' where id=8; -update noar ti set b0='1GBHWSS8HEAMGQE' where id=8; -update noar tt set v0='L' where id=8; -update noar ti set v0='L' where id=8; -update noar tt set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8; -update noar ti set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8; -update noar tt set v0='FMUI1JLJ2UOP5JTF7Z' where id=8; -update noar ti set v0='FMUI1JLJ2UOP5JTF7Z' where id=8; -update noar tt set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8; -update noar ti set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8; -update noar tt set v0='5ZAQVJGR0FF9L2KJK' where id=9; -update noar ti set v0='5ZAQVJGR0FF9L2KJK' where id=9; -update noar tt set b0='J1EZ6F00EDN8JHDQ' where id=9; -update noar ti set b0='J1EZ6F00EDN8JHDQ' where id=9; -update noar tt set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9; -update noar ti set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9; -update noar tt set b1='Z' where id=9; -update noar ti set b1='Z' where id=9; -update noar tt set v0='MH6LDXE5053QJY5CP3' where id=9; -update noar ti set v0='MH6LDXE5053QJY5CP3' where id=9; -update noar tt set b2='024K7PZ8XQBVSKCH' where id=9; -update noar ti set b2='024K7PZ8XQBVSKCH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1; -update noar ti set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1; -update noar tt set b0='ZD5' where id=1; -update noar ti set b0='ZD5' where id=1; -update noar tt set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1; -update noar ti set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1; -update noar tt set b1='ZJ0Q56' where id=1; -update noar ti set b1='ZJ0Q56' where id=1; -update noar tt set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1; -update noar ti set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1; -update noar tt set b2='6M' where id=1; -update noar ti set b2='6M' where id=1; -update noar tt set v0='NJMF27L482YFB4' where id=2; -update noar ti set v0='NJMF27L482YFB4' where id=2; -update noar tt set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2; -update noar ti set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2; -update noar tt set v0='WX2UGT' where id=2; -update noar ti set v0='WX2UGT' where id=2; -update noar tt set b1='MBXN' where id=2; -update noar ti set b1='MBXN' where id=2; -update noar tt set v0='JER6ANLDH74K352P' where id=2; -update noar ti set v0='JER6ANLDH74K352P' where id=2; -update noar tt set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2; -update noar ti set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2; -update noar tt set v0='CJOK8J430TWBC' where id=3; -update noar ti set v0='CJOK8J430TWBC' where id=3; -update noar tt set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3; -update noar ti set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3; -update noar tt set v0='1LI25' where id=3; -update noar ti set v0='1LI25' where id=3; -update noar tt set b1='PK2SEUOKCJNTQJGL' where id=3; -update noar ti set b1='PK2SEUOKCJNTQJGL' where id=3; -update noar tt set v0='TTRMTRTC' where id=3; -update noar ti set v0='TTRMTRTC' where id=3; -update noar tt set b2='ON6G2O3V07RW777B8VBP' where id=3; -update noar ti set b2='ON6G2O3V07RW777B8VBP' where id=3; -update noar tt set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4; -update noar ti set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4; -update noar tt set b0='AICM6Q7EVUXJPPPQGZS' where id=4; -update noar ti set b0='AICM6Q7EVUXJPPPQGZS' where id=4; -update noar tt set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4; -update noar ti set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4; -update noar tt set b1='IJAYTD8WDYPV1B' where id=4; -update noar ti set b1='IJAYTD8WDYPV1B' where id=4; -update noar tt set v0='IX2IS2P9DA9WK872' where id=4; -update noar ti set v0='IX2IS2P9DA9WK872' where id=4; -update noar tt set b2='C' where id=4; -update noar ti set b2='C' where id=4; -update noar tt set v0='CJOCR90MH9JQ8D' where id=5; -update noar ti set v0='CJOCR90MH9JQ8D' where id=5; -update noar tt set b0='M0XN1R6D' where id=5; -update noar ti set b0='M0XN1R6D' where id=5; -update noar tt set v0='A7W3X0Y0QKHU' where id=5; -update noar ti set v0='A7W3X0Y0QKHU' where id=5; -update noar tt set b1='AWTGHB5SWCU4LD' where id=5; -update noar ti set b1='AWTGHB5SWCU4LD' where id=5; -update noar tt set v0='HF3JFPAZEGZ1D' where id=5; -update noar ti set v0='HF3JFPAZEGZ1D' where id=5; -update noar tt set b2='ESW87EBUDE' where id=5; -update noar ti set b2='ESW87EBUDE' where id=5; -update noar tt set v0='M9' where id=6; -update noar ti set v0='M9' where id=6; -update noar tt set b0='01BL1PGPWRO' where id=6; -update noar ti set b0='01BL1PGPWRO' where id=6; -update noar tt set v0='J96OL2QIUN2TW69N4VUOZR' where id=6; -update noar ti set v0='J96OL2QIUN2TW69N4VUOZR' where id=6; -update noar tt set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6; -update noar ti set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6; -update noar tt set v0='WEDXHHK9NGV6F2MK4N8O' where id=6; -update noar ti set v0='WEDXHHK9NGV6F2MK4N8O' where id=6; -update noar tt set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6; -update noar ti set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6; -update noar tt set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7; -update noar ti set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7; -update noar tt set b0='C7G734CC8APAQU19W' where id=7; -update noar ti set b0='C7G734CC8APAQU19W' where id=7; -update noar tt set v0='EG' where id=7; -update noar ti set v0='EG' where id=7; -update noar tt set b1='H344WC1PKOUFI' where id=7; -update noar ti set b1='H344WC1PKOUFI' where id=7; -update noar tt set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7; -update noar ti set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7; -update noar tt set b2='8A' where id=7; -update noar ti set b2='8A' where id=7; -update noar tt set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8; -update noar ti set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8; -update noar tt set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8; -update noar ti set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8; -update noar tt set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8; -update noar ti set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8; -update noar tt set b1='AU' where id=8; -update noar ti set b1='AU' where id=8; -update noar tt set v0='YBTE4ZO' where id=8; -update noar ti set v0='YBTE4ZO' where id=8; -update noar tt set b2='H' where id=8; -update noar ti set b2='H' where id=8; -update noar tt set v0='9C5BLT0VXJ79UL' where id=9; -update noar ti set v0='9C5BLT0VXJ79UL' where id=9; -update noar tt set b0='QDRBV6WR9LGS' where id=9; -update noar ti set b0='QDRBV6WR9LGS' where id=9; -update noar tt set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9; -update noar ti set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9; -update noar tt set b1='8OBMNVTOYCIVM' where id=9; -update noar ti set b1='8OBMNVTOYCIVM' where id=9; -update noar tt set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9; -update noar ti set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9; -update noar tt set b2='AP8A8R75IK6X5' where id=9; -update noar ti set b2='AP8A8R75IK6X5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1; -update noar ti set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1; -update noar tt set b0='C2X2' where id=1; -update noar ti set b0='C2X2' where id=1; -update noar tt set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1; -update noar ti set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1; -update noar tt set b1='31CY2Y3K6S6CJK' where id=1; -update noar ti set b1='31CY2Y3K6S6CJK' where id=1; -update noar tt set v0='F96F4D0HIC7BE52' where id=1; -update noar ti set v0='F96F4D0HIC7BE52' where id=1; -update noar tt set b2='39OLOE6J36V8AK47L6M2' where id=1; -update noar ti set b2='39OLOE6J36V8AK47L6M2' where id=1; -update noar tt set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2; -update noar ti set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2; -update noar tt set b0='B56' where id=2; -update noar ti set b0='B56' where id=2; -update noar tt set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2; -update noar ti set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2; -update noar tt set b1='F' where id=2; -update noar ti set b1='F' where id=2; -update noar tt set v0='K2JYX5OEGDKV' where id=2; -update noar ti set v0='K2JYX5OEGDKV' where id=2; -update noar tt set b2='Q8JZYWVE' where id=2; -update noar ti set b2='Q8JZYWVE' where id=2; -update noar tt set v0='1C' where id=3; -update noar ti set v0='1C' where id=3; -update noar tt set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3; -update noar ti set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3; -update noar tt set v0='W3BX3H' where id=3; -update noar ti set v0='W3BX3H' where id=3; -update noar tt set b1='34AHS5BO06X7CALPGKG10GB' where id=3; -update noar ti set b1='34AHS5BO06X7CALPGKG10GB' where id=3; -update noar tt set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3; -update noar ti set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3; -update noar tt set b2='YCT5173NUTGAEU8WW' where id=3; -update noar ti set b2='YCT5173NUTGAEU8WW' where id=3; -update noar tt set v0='PCT' where id=4; -update noar ti set v0='PCT' where id=4; -update noar tt set b0='RLXM8NM70GJPV' where id=4; -update noar ti set b0='RLXM8NM70GJPV' where id=4; -update noar tt set v0='XC3MVDL' where id=4; -update noar ti set v0='XC3MVDL' where id=4; -update noar tt set b1='NR4' where id=4; -update noar ti set b1='NR4' where id=4; -update noar tt set v0='CF17CTN2KQAONCRP' where id=4; -update noar ti set v0='CF17CTN2KQAONCRP' where id=4; -update noar tt set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4; -update noar ti set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4; -update noar tt set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5; -update noar ti set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5; -update noar tt set b0='JPXH5JVYA8O' where id=5; -update noar ti set b0='JPXH5JVYA8O' where id=5; -update noar tt set v0='UBI71D4EER47V7VXJL666V3' where id=5; -update noar ti set v0='UBI71D4EER47V7VXJL666V3' where id=5; -update noar tt set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5; -update noar ti set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5; -update noar tt set v0='4IBMWD' where id=5; -update noar ti set v0='4IBMWD' where id=5; -update noar tt set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5; -update noar ti set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5; -update noar tt set v0='NGACLMQGQ' where id=6; -update noar ti set v0='NGACLMQGQ' where id=6; -update noar tt set b0='HSQ4' where id=6; -update noar ti set b0='HSQ4' where id=6; -update noar tt set v0='5TG8QKKFQZKDJ8' where id=6; -update noar ti set v0='5TG8QKKFQZKDJ8' where id=6; -update noar tt set b1='IYTGSKCO4LIASOV' where id=6; -update noar ti set b1='IYTGSKCO4LIASOV' where id=6; -update noar tt set v0='QB14ZKHM' where id=6; -update noar ti set v0='QB14ZKHM' where id=6; -update noar tt set b2='WJMZ492D75GTRN' where id=6; -update noar ti set b2='WJMZ492D75GTRN' where id=6; -update noar tt set v0='JHOXU6BXOTS' where id=7; -update noar ti set v0='JHOXU6BXOTS' where id=7; -update noar tt set b0='6Y6JSJ85LJ7' where id=7; -update noar ti set b0='6Y6JSJ85LJ7' where id=7; -update noar tt set v0='CI3JTO' where id=7; -update noar ti set v0='CI3JTO' where id=7; -update noar tt set b1='A00CSY95X2Y' where id=7; -update noar ti set b1='A00CSY95X2Y' where id=7; -update noar tt set v0='U6T4' where id=7; -update noar ti set v0='U6T4' where id=7; -update noar tt set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7; -update noar ti set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7; -update noar tt set v0='F' where id=8; -update noar ti set v0='F' where id=8; -update noar tt set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8; -update noar ti set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8; -update noar tt set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8; -update noar ti set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8; -update noar tt set b1='42' where id=8; -update noar ti set b1='42' where id=8; -update noar tt set v0='SIJKM2IZC24XCSK' where id=8; -update noar ti set v0='SIJKM2IZC24XCSK' where id=8; -update noar tt set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8; -update noar ti set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8; -update noar tt set v0='6M6DPA' where id=9; -update noar ti set v0='6M6DPA' where id=9; -update noar tt set b0='ANMLOMQZL47J897PJM0QLF' where id=9; -update noar ti set b0='ANMLOMQZL47J897PJM0QLF' where id=9; -update noar tt set v0='93' where id=9; -update noar ti set v0='93' where id=9; -update noar tt set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9; -update noar ti set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9; -update noar tt set v0='VWACSI' where id=9; -update noar ti set v0='VWACSI' where id=9; -update noar tt set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9; -update noar ti set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1LMZOTE3XY9U0S' where id=1; -update noar ti set v0='1LMZOTE3XY9U0S' where id=1; -update noar tt set b0='CUPMYGJ' where id=1; -update noar ti set b0='CUPMYGJ' where id=1; -update noar tt set v0='FN9FX81B3UFX2SXR' where id=1; -update noar ti set v0='FN9FX81B3UFX2SXR' where id=1; -update noar tt set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1; -update noar ti set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1; -update noar tt set v0='KGXCKH7NCX6JM8SY52' where id=1; -update noar ti set v0='KGXCKH7NCX6JM8SY52' where id=1; -update noar tt set b2='I' where id=1; -update noar ti set b2='I' where id=1; -update noar tt set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2; -update noar ti set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2; -update noar tt set b0='B8M46N' where id=2; -update noar ti set b0='B8M46N' where id=2; -update noar tt set v0='IEECMOP0VF8OJRMYRJE' where id=2; -update noar ti set v0='IEECMOP0VF8OJRMYRJE' where id=2; -update noar tt set b1='2IVOQS9' where id=2; -update noar ti set b1='2IVOQS9' where id=2; -update noar tt set v0='T6U6G727MWLCYX7' where id=2; -update noar ti set v0='T6U6G727MWLCYX7' where id=2; -update noar tt set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2; -update noar ti set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2; -update noar tt set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3; -update noar ti set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3; -update noar tt set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3; -update noar ti set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3; -update noar tt set v0='7V3J45UAWACHDD2' where id=3; -update noar ti set v0='7V3J45UAWACHDD2' where id=3; -update noar tt set b1='V5Q9T7XY5M1BKDK' where id=3; -update noar ti set b1='V5Q9T7XY5M1BKDK' where id=3; -update noar tt set v0='D' where id=3; -update noar ti set v0='D' where id=3; -update noar tt set b2='AXDZ1QSJVUI' where id=3; -update noar ti set b2='AXDZ1QSJVUI' where id=3; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b0='W2DNZAH0O' where id=4; -update noar ti set b0='W2DNZAH0O' where id=4; -update noar tt set v0='ANWLI9YP8Z9L' where id=4; -update noar ti set v0='ANWLI9YP8Z9L' where id=4; -update noar tt set b1='ACYL' where id=4; -update noar ti set b1='ACYL' where id=4; -update noar tt set v0='7W' where id=4; -update noar ti set v0='7W' where id=4; -update noar tt set b2='UK30' where id=4; -update noar ti set b2='UK30' where id=4; -update noar tt set v0='S4K3NEZLQY5IVB0M' where id=5; -update noar ti set v0='S4K3NEZLQY5IVB0M' where id=5; -update noar tt set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5; -update noar ti set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5; -update noar tt set v0='KUVK8YAEOAGXM20XI' where id=5; -update noar ti set v0='KUVK8YAEOAGXM20XI' where id=5; -update noar tt set b1='NHOU6FTFZJ' where id=5; -update noar ti set b1='NHOU6FTFZJ' where id=5; -update noar tt set v0='CC3TD' where id=5; -update noar ti set v0='CC3TD' where id=5; -update noar tt set b2='R' where id=5; -update noar ti set b2='R' where id=5; -update noar tt set v0='X2DG' where id=6; -update noar ti set v0='X2DG' where id=6; -update noar tt set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6; -update noar ti set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6; -update noar tt set v0='7Z4ZCTYWEK' where id=6; -update noar ti set v0='7Z4ZCTYWEK' where id=6; -update noar tt set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6; -update noar ti set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6; -update noar tt set v0='6AKN4445HHPP' where id=6; -update noar ti set v0='6AKN4445HHPP' where id=6; -update noar tt set b2='CLF95AWIND8GV2KD2FYQF' where id=6; -update noar ti set b2='CLF95AWIND8GV2KD2FYQF' where id=6; -update noar tt set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7; -update noar ti set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7; -update noar tt set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7; -update noar ti set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7; -update noar tt set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7; -update noar ti set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7; -update noar tt set b1='INB6O5' where id=7; -update noar ti set b1='INB6O5' where id=7; -update noar tt set v0='P7R0PJSA9SG9MHOBQ76J' where id=7; -update noar ti set v0='P7R0PJSA9SG9MHOBQ76J' where id=7; -update noar tt set b2='Z7LGX63MY' where id=7; -update noar ti set b2='Z7LGX63MY' where id=7; -update noar tt set v0='OMLHP4FWS24W0BWIIVI' where id=8; -update noar ti set v0='OMLHP4FWS24W0BWIIVI' where id=8; -update noar tt set b0='948CFC3U' where id=8; -update noar ti set b0='948CFC3U' where id=8; -update noar tt set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8; -update noar ti set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8; -update noar tt set b1='6G13H' where id=8; -update noar ti set b1='6G13H' where id=8; -update noar tt set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8; -update noar ti set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8; -update noar tt set b2='UNO4F99E' where id=8; -update noar ti set b2='UNO4F99E' where id=8; -update noar tt set v0='OF9XI5OG3QZST5PLJ1' where id=9; -update noar ti set v0='OF9XI5OG3QZST5PLJ1' where id=9; -update noar tt set b0='YVETNAS0YLVN4L' where id=9; -update noar ti set b0='YVETNAS0YLVN4L' where id=9; -update noar tt set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9; -update noar ti set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9; -update noar tt set b1='C2X17SJLT7HU' where id=9; -update noar ti set b1='C2X17SJLT7HU' where id=9; -update noar tt set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9; -update noar ti set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9; -update noar tt set b2='WQ82OA3HKPQ' where id=9; -update noar ti set b2='WQ82OA3HKPQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D' where id=1; -update noar ti set v0='D' where id=1; -update noar tt set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1; -update noar ti set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1; -update noar tt set v0='AW6Z46H0P198' where id=1; -update noar ti set v0='AW6Z46H0P198' where id=1; -update noar tt set b1='ETFCJ7AA5HOCYE52I' where id=1; -update noar ti set b1='ETFCJ7AA5HOCYE52I' where id=1; -update noar tt set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1; -update noar ti set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1; -update noar tt set b2='JBB9Z8GP3' where id=1; -update noar ti set b2='JBB9Z8GP3' where id=1; -update noar tt set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2; -update noar ti set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2; -update noar tt set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2; -update noar ti set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2; -update noar tt set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2; -update noar ti set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2; -update noar tt set b1='B6761NAON656YVHC6O' where id=2; -update noar ti set b1='B6761NAON656YVHC6O' where id=2; -update noar tt set v0='OAV7PK4WJHBZ6R26OI3' where id=2; -update noar ti set v0='OAV7PK4WJHBZ6R26OI3' where id=2; -update noar tt set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2; -update noar ti set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2; -update noar tt set v0='HCQ219NF' where id=3; -update noar ti set v0='HCQ219NF' where id=3; -update noar tt set b0='UBRUADST4RK2LJ13DOM' where id=3; -update noar ti set b0='UBRUADST4RK2LJ13DOM' where id=3; -update noar tt set v0='OXNAXWTO265GWA8BJUIJ' where id=3; -update noar ti set v0='OXNAXWTO265GWA8BJUIJ' where id=3; -update noar tt set b1='P4U' where id=3; -update noar ti set b1='P4U' where id=3; -update noar tt set v0='6QF79F5WZ8AHZ' where id=3; -update noar ti set v0='6QF79F5WZ8AHZ' where id=3; -update noar tt set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3; -update noar ti set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3; -update noar tt set v0='VYM' where id=4; -update noar ti set v0='VYM' where id=4; -update noar tt set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4; -update noar ti set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4; -update noar tt set v0='DCS57LEP3UIEMOVFC' where id=4; -update noar ti set v0='DCS57LEP3UIEMOVFC' where id=4; -update noar tt set b1='OGYTT997DPGUZQT1OY6XL' where id=4; -update noar ti set b1='OGYTT997DPGUZQT1OY6XL' where id=4; -update noar tt set v0='M' where id=4; -update noar ti set v0='M' where id=4; -update noar tt set b2='GF5RWQ0KSTH44RR' where id=4; -update noar ti set b2='GF5RWQ0KSTH44RR' where id=4; -update noar tt set v0='LE8URYJKP7NC56' where id=5; -update noar ti set v0='LE8URYJKP7NC56' where id=5; -update noar tt set b0='YI7NRJRK8V' where id=5; -update noar ti set b0='YI7NRJRK8V' where id=5; -update noar tt set v0='XW11Z6E77V1R7RIJWML' where id=5; -update noar ti set v0='XW11Z6E77V1R7RIJWML' where id=5; -update noar tt set b1='6ZTLENBCF' where id=5; -update noar ti set b1='6ZTLENBCF' where id=5; -update noar tt set v0='A3ZLJ4J' where id=5; -update noar ti set v0='A3ZLJ4J' where id=5; -update noar tt set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5; -update noar ti set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5; -update noar tt set v0='MZXPRNYAM' where id=6; -update noar ti set v0='MZXPRNYAM' where id=6; -update noar tt set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6; -update noar ti set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6; -update noar tt set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6; -update noar ti set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6; -update noar tt set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6; -update noar ti set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6; -update noar tt set v0='8K7A6Z' where id=6; -update noar ti set v0='8K7A6Z' where id=6; -update noar tt set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6; -update noar ti set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6; -update noar tt set v0='TR66X8K1JPP3' where id=7; -update noar ti set v0='TR66X8K1JPP3' where id=7; -update noar tt set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7; -update noar ti set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7; -update noar tt set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7; -update noar ti set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7; -update noar tt set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7; -update noar ti set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7; -update noar tt set v0='5HDGHD8MFR72KK6G028' where id=7; -update noar ti set v0='5HDGHD8MFR72KK6G028' where id=7; -update noar tt set b2='5ZM649Z9S8' where id=7; -update noar ti set b2='5ZM649Z9S8' where id=7; -update noar tt set v0='M4K0GMFGLBAZ5OOS6J' where id=8; -update noar ti set v0='M4K0GMFGLBAZ5OOS6J' where id=8; -update noar tt set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8; -update noar ti set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8; -update noar tt set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8; -update noar ti set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8; -update noar tt set b1='IQJX8QANJ1H9' where id=8; -update noar ti set b1='IQJX8QANJ1H9' where id=8; -update noar tt set v0='C9GJO4' where id=8; -update noar ti set v0='C9GJO4' where id=8; -update noar tt set b2='4AX5OPKC49' where id=8; -update noar ti set b2='4AX5OPKC49' where id=8; -update noar tt set v0='99BDP3OBII5T3OZVU' where id=9; -update noar ti set v0='99BDP3OBII5T3OZVU' where id=9; -update noar tt set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9; -update noar ti set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9; -update noar tt set v0='44' where id=9; -update noar ti set v0='44' where id=9; -update noar tt set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9; -update noar ti set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9; -update noar tt set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9; -update noar ti set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9; -update noar tt set b2='XNGO2U59AQ' where id=9; -update noar ti set b2='XNGO2U59AQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KL3YO1N1ZIG' where id=1; -update noar ti set v0='KL3YO1N1ZIG' where id=1; -update noar tt set b0='2JLUN' where id=1; -update noar ti set b0='2JLUN' where id=1; -update noar tt set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1; -update noar ti set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1; -update noar tt set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1; -update noar ti set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1; -update noar tt set v0='6PV' where id=1; -update noar ti set v0='6PV' where id=1; -update noar tt set b2='SHIH' where id=1; -update noar ti set b2='SHIH' where id=1; -update noar tt set v0='UX0AKB9HO385YILPHB' where id=2; -update noar ti set v0='UX0AKB9HO385YILPHB' where id=2; -update noar tt set b0='L35E5O4P' where id=2; -update noar ti set b0='L35E5O4P' where id=2; -update noar tt set v0='O3SCDNVFMKI4NKU' where id=2; -update noar ti set v0='O3SCDNVFMKI4NKU' where id=2; -update noar tt set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2; -update noar ti set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2; -update noar tt set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2; -update noar ti set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2; -update noar tt set b2='DUNPH7ZD6880UZHNY0U' where id=2; -update noar ti set b2='DUNPH7ZD6880UZHNY0U' where id=2; -update noar tt set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3; -update noar ti set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3; -update noar tt set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3; -update noar ti set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3; -update noar tt set v0='M286S' where id=3; -update noar ti set v0='M286S' where id=3; -update noar tt set b1='BHT55J' where id=3; -update noar ti set b1='BHT55J' where id=3; -update noar tt set v0='Y2NAB5C' where id=3; -update noar ti set v0='Y2NAB5C' where id=3; -update noar tt set b2='ZJR5557' where id=3; -update noar ti set b2='ZJR5557' where id=3; -update noar tt set v0='E2OYNB' where id=4; -update noar ti set v0='E2OYNB' where id=4; -update noar tt set b0='G4220ULH36UNWDY1MDEMK8L' where id=4; -update noar ti set b0='G4220ULH36UNWDY1MDEMK8L' where id=4; -update noar tt set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4; -update noar ti set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4; -update noar tt set b1='Y25FSLX3314E6SY3R' where id=4; -update noar ti set b1='Y25FSLX3314E6SY3R' where id=4; -update noar tt set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4; -update noar ti set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4; -update noar tt set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4; -update noar ti set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4; -update noar tt set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5; -update noar ti set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5; -update noar tt set b0='S7' where id=5; -update noar ti set b0='S7' where id=5; -update noar tt set v0='1SPC2LGO3IEPTN4X1YI' where id=5; -update noar ti set v0='1SPC2LGO3IEPTN4X1YI' where id=5; -update noar tt set b1='TV6NUIUR5' where id=5; -update noar ti set b1='TV6NUIUR5' where id=5; -update noar tt set v0='RR' where id=5; -update noar ti set v0='RR' where id=5; -update noar tt set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5; -update noar ti set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5; -update noar tt set v0='ULKBH' where id=6; -update noar ti set v0='ULKBH' where id=6; -update noar tt set b0='QYPSDLGTDN1792AW4KI' where id=6; -update noar ti set b0='QYPSDLGTDN1792AW4KI' where id=6; -update noar tt set v0='EPUTN0MBMOSE5L0W7' where id=6; -update noar ti set v0='EPUTN0MBMOSE5L0W7' where id=6; -update noar tt set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6; -update noar ti set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6; -update noar tt set v0='G' where id=6; -update noar ti set v0='G' where id=6; -update noar tt set b2='4V3FFDJV' where id=6; -update noar ti set b2='4V3FFDJV' where id=6; -update noar tt set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7; -update noar ti set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7; -update noar tt set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7; -update noar ti set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7; -update noar tt set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7; -update noar ti set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7; -update noar tt set b1='T80Y46G3VSTA7GPPYR8G3' where id=7; -update noar ti set b1='T80Y46G3VSTA7GPPYR8G3' where id=7; -update noar tt set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7; -update noar ti set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7; -update noar tt set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7; -update noar ti set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7; -update noar tt set v0='EQWPI8XDYUX79AD' where id=8; -update noar ti set v0='EQWPI8XDYUX79AD' where id=8; -update noar tt set b0='I06RMXEW9' where id=8; -update noar ti set b0='I06RMXEW9' where id=8; -update noar tt set v0='4RESBJ43DAG' where id=8; -update noar ti set v0='4RESBJ43DAG' where id=8; -update noar tt set b1='BYR3RVM' where id=8; -update noar ti set b1='BYR3RVM' where id=8; -update noar tt set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8; -update noar ti set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8; -update noar tt set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8; -update noar ti set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8; -update noar tt set v0='HS4UMZG' where id=9; -update noar ti set v0='HS4UMZG' where id=9; -update noar tt set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9; -update noar ti set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9; -update noar tt set v0='S3QWNGYYJWS8PBM5P7' where id=9; -update noar ti set v0='S3QWNGYYJWS8PBM5P7' where id=9; -update noar tt set b1='4CPY' where id=9; -update noar ti set b1='4CPY' where id=9; -update noar tt set v0='ES0I93G8AJOV' where id=9; -update noar ti set v0='ES0I93G8AJOV' where id=9; -update noar tt set b2='I9BSPXBO7WRR25B' where id=9; -update noar ti set b2='I9BSPXBO7WRR25B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WT' where id=1; -update noar ti set v0='WT' where id=1; -update noar tt set b0='JP' where id=1; -update noar ti set b0='JP' where id=1; -update noar tt set v0='TZ8073I46IRKQX847' where id=1; -update noar ti set v0='TZ8073I46IRKQX847' where id=1; -update noar tt set b1='IX7KGDN' where id=1; -update noar ti set b1='IX7KGDN' where id=1; -update noar tt set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1; -update noar ti set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1; -update noar tt set b2='I7U94RRN' where id=1; -update noar ti set b2='I7U94RRN' where id=1; -update noar tt set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2; -update noar ti set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2; -update noar tt set b0='LV' where id=2; -update noar ti set b0='LV' where id=2; -update noar tt set v0='9F57SC1ULXMC' where id=2; -update noar ti set v0='9F57SC1ULXMC' where id=2; -update noar tt set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2; -update noar ti set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2; -update noar tt set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2; -update noar ti set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2; -update noar tt set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2; -update noar ti set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2; -update noar tt set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3; -update noar ti set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3; -update noar tt set b0='B' where id=3; -update noar ti set b0='B' where id=3; -update noar tt set v0='JJE2S04VWOVOE' where id=3; -update noar ti set v0='JJE2S04VWOVOE' where id=3; -update noar tt set b1='5SY9B2P0T' where id=3; -update noar ti set b1='5SY9B2P0T' where id=3; -update noar tt set v0='O2JS9DT385D04WC' where id=3; -update noar ti set v0='O2JS9DT385D04WC' where id=3; -update noar tt set b2='7S390ARWXAAFCGZK' where id=3; -update noar ti set b2='7S390ARWXAAFCGZK' where id=3; -update noar tt set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4; -update noar ti set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4; -update noar tt set b0='OXSXD9AWR9FDB2UBAIZ' where id=4; -update noar ti set b0='OXSXD9AWR9FDB2UBAIZ' where id=4; -update noar tt set v0='6VYZ6' where id=4; -update noar ti set v0='6VYZ6' where id=4; -update noar tt set b1='IYECCXG7TC' where id=4; -update noar ti set b1='IYECCXG7TC' where id=4; -update noar tt set v0='AN6' where id=4; -update noar ti set v0='AN6' where id=4; -update noar tt set b2='4JQN5DRS' where id=4; -update noar ti set b2='4JQN5DRS' where id=4; -update noar tt set v0='UWSA' where id=5; -update noar ti set v0='UWSA' where id=5; -update noar tt set b0='9KILI0UVNRRPAREKHDYVD6' where id=5; -update noar ti set b0='9KILI0UVNRRPAREKHDYVD6' where id=5; -update noar tt set v0='PYNXUMVK3A5Z' where id=5; -update noar ti set v0='PYNXUMVK3A5Z' where id=5; -update noar tt set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5; -update noar ti set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5; -update noar tt set v0='5Y' where id=5; -update noar ti set v0='5Y' where id=5; -update noar tt set b2='F4JD5RT9NNO7OBKS0M' where id=5; -update noar ti set b2='F4JD5RT9NNO7OBKS0M' where id=5; -update noar tt set v0='GC5ZK3DMH8E' where id=6; -update noar ti set v0='GC5ZK3DMH8E' where id=6; -update noar tt set b0='AKY' where id=6; -update noar ti set b0='AKY' where id=6; -update noar tt set v0='0MNL29FU9DZ1' where id=6; -update noar ti set v0='0MNL29FU9DZ1' where id=6; -update noar tt set b1='VK961N' where id=6; -update noar ti set b1='VK961N' where id=6; -update noar tt set v0='TYOH7NUCM6' where id=6; -update noar ti set v0='TYOH7NUCM6' where id=6; -update noar tt set b2='6ZNCDT3NT22B' where id=6; -update noar ti set b2='6ZNCDT3NT22B' where id=6; -update noar tt set v0='C0K73UQ9UCL231S' where id=7; -update noar ti set v0='C0K73UQ9UCL231S' where id=7; -update noar tt set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7; -update noar ti set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7; -update noar tt set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7; -update noar ti set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7; -update noar tt set b1='D1BVSN2Q' where id=7; -update noar ti set b1='D1BVSN2Q' where id=7; -update noar tt set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7; -update noar ti set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7; -update noar tt set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7; -update noar ti set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7; -update noar tt set v0='FGLNOA2PJGKVKU' where id=8; -update noar ti set v0='FGLNOA2PJGKVKU' where id=8; -update noar tt set b0='MCP48L29E4S768QWKGQ0FN' where id=8; -update noar ti set b0='MCP48L29E4S768QWKGQ0FN' where id=8; -update noar tt set v0='HVS' where id=8; -update noar ti set v0='HVS' where id=8; -update noar tt set b1='Z' where id=8; -update noar ti set b1='Z' where id=8; -update noar tt set v0='P4QO024KWVI2' where id=8; -update noar ti set v0='P4QO024KWVI2' where id=8; -update noar tt set b2='3O06FEX8W0' where id=8; -update noar ti set b2='3O06FEX8W0' where id=8; -update noar tt set v0='94TS3PDXY4EZUIHSPDXEO' where id=9; -update noar ti set v0='94TS3PDXY4EZUIHSPDXEO' where id=9; -update noar tt set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9; -update noar ti set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9; -update noar tt set v0='DZYNBUMYRDB92' where id=9; -update noar ti set v0='DZYNBUMYRDB92' where id=9; -update noar tt set b1='56F3NYVB1KO3S1S8J' where id=9; -update noar ti set b1='56F3NYVB1KO3S1S8J' where id=9; -update noar tt set v0='N' where id=9; -update noar ti set v0='N' where id=9; -update noar tt set b2='NH0EC2J043WJ' where id=9; -update noar ti set b2='NH0EC2J043WJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1; -update noar ti set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1; -update noar tt set b0='SCMPC3RFIN' where id=1; -update noar ti set b0='SCMPC3RFIN' where id=1; -update noar tt set v0='BUZHWG' where id=1; -update noar ti set v0='BUZHWG' where id=1; -update noar tt set b1='NUHFXWKN6BVDA' where id=1; -update noar ti set b1='NUHFXWKN6BVDA' where id=1; -update noar tt set v0='RFFKPUHD' where id=1; -update noar ti set v0='RFFKPUHD' where id=1; -update noar tt set b2='49CHTO1' where id=1; -update noar ti set b2='49CHTO1' where id=1; -update noar tt set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2; -update noar ti set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2; -update noar tt set b0='AC9MZ8CSKAMGL2J99PWL' where id=2; -update noar ti set b0='AC9MZ8CSKAMGL2J99PWL' where id=2; -update noar tt set v0='ML0Q3UG029LU9L40ZTL' where id=2; -update noar ti set v0='ML0Q3UG029LU9L40ZTL' where id=2; -update noar tt set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2; -update noar ti set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2; -update noar tt set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2; -update noar ti set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2; -update noar tt set b2='UJH' where id=2; -update noar ti set b2='UJH' where id=2; -update noar tt set v0='SD4WXO0I1' where id=3; -update noar ti set v0='SD4WXO0I1' where id=3; -update noar tt set b0='MS9UM3ZEU70P' where id=3; -update noar ti set b0='MS9UM3ZEU70P' where id=3; -update noar tt set v0='NE8X6T1MN7AZH8A' where id=3; -update noar ti set v0='NE8X6T1MN7AZH8A' where id=3; -update noar tt set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3; -update noar ti set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3; -update noar tt set v0='MB9KVPLXIVAYLZGJU' where id=3; -update noar ti set v0='MB9KVPLXIVAYLZGJU' where id=3; -update noar tt set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3; -update noar ti set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3; -update noar tt set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4; -update noar ti set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4; -update noar tt set b0='SIV3XFSJUI' where id=4; -update noar ti set b0='SIV3XFSJUI' where id=4; -update noar tt set v0='F8R8M33TQG' where id=4; -update noar ti set v0='F8R8M33TQG' where id=4; -update noar tt set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4; -update noar ti set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4; -update noar tt set v0='8JLY' where id=4; -update noar ti set v0='8JLY' where id=4; -update noar tt set b2='H6B38DN6HR2RT' where id=4; -update noar ti set b2='H6B38DN6HR2RT' where id=4; -update noar tt set v0='GCDUN8D' where id=5; -update noar ti set v0='GCDUN8D' where id=5; -update noar tt set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5; -update noar ti set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5; -update noar tt set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5; -update noar ti set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5; -update noar tt set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5; -update noar ti set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5; -update noar tt set v0='LHUD7F27RPNVCE2F' where id=5; -update noar ti set v0='LHUD7F27RPNVCE2F' where id=5; -update noar tt set b2='G6RFP' where id=5; -update noar ti set b2='G6RFP' where id=5; -update noar tt set v0='BVHKJDC8K7LPWKMA1L6' where id=6; -update noar ti set v0='BVHKJDC8K7LPWKMA1L6' where id=6; -update noar tt set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6; -update noar ti set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6; -update noar tt set v0='Q9TG4R' where id=6; -update noar ti set v0='Q9TG4R' where id=6; -update noar tt set b1='YNFW56I7A6FFPU6V3UV60' where id=6; -update noar ti set b1='YNFW56I7A6FFPU6V3UV60' where id=6; -update noar tt set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6; -update noar ti set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6; -update noar tt set b2='VSBKTIKOQW6ED6L74TQ' where id=6; -update noar ti set b2='VSBKTIKOQW6ED6L74TQ' where id=6; -update noar tt set v0='GX836WVXXX' where id=7; -update noar ti set v0='GX836WVXXX' where id=7; -update noar tt set b0='XSCO2IYDICMK8' where id=7; -update noar ti set b0='XSCO2IYDICMK8' where id=7; -update noar tt set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7; -update noar ti set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7; -update noar tt set b1='6RRAGG1D5R2' where id=7; -update noar ti set b1='6RRAGG1D5R2' where id=7; -update noar tt set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7; -update noar ti set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7; -update noar tt set b2='A5M' where id=7; -update noar ti set b2='A5M' where id=7; -update noar tt set v0='N9HQLQHG7G' where id=8; -update noar ti set v0='N9HQLQHG7G' where id=8; -update noar tt set b0='SMVX6JV' where id=8; -update noar ti set b0='SMVX6JV' where id=8; -update noar tt set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8; -update noar ti set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8; -update noar tt set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8; -update noar ti set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8; -update noar tt set v0='E0LP4PINUA' where id=8; -update noar ti set v0='E0LP4PINUA' where id=8; -update noar tt set b2='5D3DQB' where id=8; -update noar ti set b2='5D3DQB' where id=8; -update noar tt set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9; -update noar ti set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9; -update noar tt set b0='C4JKAQ952V' where id=9; -update noar ti set b0='C4JKAQ952V' where id=9; -update noar tt set v0='FLNGUF6XVIA3RVUEAW' where id=9; -update noar ti set v0='FLNGUF6XVIA3RVUEAW' where id=9; -update noar tt set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9; -update noar ti set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9; -update noar tt set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9; -update noar ti set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9; -update noar tt set b2='HH9JTXQJ1KT' where id=9; -update noar ti set b2='HH9JTXQJ1KT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0SHED8Q2' where id=1; -update noar ti set v0='0SHED8Q2' where id=1; -update noar tt set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1; -update noar ti set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1; -update noar tt set v0='2S08FHJADCFP4FC2DXFX' where id=1; -update noar ti set v0='2S08FHJADCFP4FC2DXFX' where id=1; -update noar tt set b1='OWKAKK8HV' where id=1; -update noar ti set b1='OWKAKK8HV' where id=1; -update noar tt set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1; -update noar ti set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1; -update noar tt set b2='S9HU1MV362YOIP1WSL8' where id=1; -update noar ti set b2='S9HU1MV362YOIP1WSL8' where id=1; -update noar tt set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2; -update noar ti set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2; -update noar tt set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2; -update noar ti set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2; -update noar tt set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2; -update noar ti set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2; -update noar tt set b1='QQG2X9BS5U7B2UHP' where id=2; -update noar ti set b1='QQG2X9BS5U7B2UHP' where id=2; -update noar tt set v0='JTK8Y8HRE2VKL5XJT' where id=2; -update noar ti set v0='JTK8Y8HRE2VKL5XJT' where id=2; -update noar tt set b2='FTXOS5MA4N950PQCE3WDXS' where id=2; -update noar ti set b2='FTXOS5MA4N950PQCE3WDXS' where id=2; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3; -update noar ti set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3; -update noar tt set v0='HCT' where id=3; -update noar ti set v0='HCT' where id=3; -update noar tt set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3; -update noar ti set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3; -update noar tt set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3; -update noar ti set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3; -update noar tt set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3; -update noar ti set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3; -update noar tt set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4; -update noar ti set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4; -update noar tt set b0='MPVQLAC' where id=4; -update noar ti set b0='MPVQLAC' where id=4; -update noar tt set v0='KF7Q0TOHR6G' where id=4; -update noar ti set v0='KF7Q0TOHR6G' where id=4; -update noar tt set b1='KAU1TDA1' where id=4; -update noar ti set b1='KAU1TDA1' where id=4; -update noar tt set v0='EUA3' where id=4; -update noar ti set v0='EUA3' where id=4; -update noar tt set b2='XO8J8Q8EWE' where id=4; -update noar ti set b2='XO8J8Q8EWE' where id=4; -update noar tt set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5; -update noar ti set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5; -update noar tt set b0='L5TOIR4' where id=5; -update noar ti set b0='L5TOIR4' where id=5; -update noar tt set v0='0V58BZCZ15P40UM4DW' where id=5; -update noar ti set v0='0V58BZCZ15P40UM4DW' where id=5; -update noar tt set b1='OFEVXHM' where id=5; -update noar ti set b1='OFEVXHM' where id=5; -update noar tt set v0='8PFDBMH1R7WD' where id=5; -update noar ti set v0='8PFDBMH1R7WD' where id=5; -update noar tt set b2='3MAE1ESH817' where id=5; -update noar ti set b2='3MAE1ESH817' where id=5; -update noar tt set v0='TEIIUST2W8TZ' where id=6; -update noar ti set v0='TEIIUST2W8TZ' where id=6; -update noar tt set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6; -update noar ti set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6; -update noar tt set v0='5W8WR1S3CS4DQ4C7VC' where id=6; -update noar ti set v0='5W8WR1S3CS4DQ4C7VC' where id=6; -update noar tt set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6; -update noar ti set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6; -update noar tt set v0='RNLIR1PGJ' where id=6; -update noar ti set v0='RNLIR1PGJ' where id=6; -update noar tt set b2='988MEBR8CITAAJW' where id=6; -update noar ti set b2='988MEBR8CITAAJW' where id=6; -update noar tt set v0='U9' where id=7; -update noar ti set v0='U9' where id=7; -update noar tt set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7; -update noar ti set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7; -update noar tt set v0='8RV3QRZQHMFRXBKKXRK' where id=7; -update noar ti set v0='8RV3QRZQHMFRXBKKXRK' where id=7; -update noar tt set b1='BFQ0AAX' where id=7; -update noar ti set b1='BFQ0AAX' where id=7; -update noar tt set v0='S' where id=7; -update noar ti set v0='S' where id=7; -update noar tt set b2='0DIX9RF0PW0BQKNFD' where id=7; -update noar ti set b2='0DIX9RF0PW0BQKNFD' where id=7; -update noar tt set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8; -update noar ti set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8; -update noar tt set b0='0JQHEA56NXMG' where id=8; -update noar ti set b0='0JQHEA56NXMG' where id=8; -update noar tt set v0='L7PGKHNKASTLAH' where id=8; -update noar ti set v0='L7PGKHNKASTLAH' where id=8; -update noar tt set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8; -update noar ti set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8; -update noar tt set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8; -update noar ti set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8; -update noar tt set b2='R9X1' where id=8; -update noar ti set b2='R9X1' where id=8; -update noar tt set v0='KL3' where id=9; -update noar ti set v0='KL3' where id=9; -update noar tt set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9; -update noar ti set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9; -update noar tt set v0='F1B' where id=9; -update noar ti set v0='F1B' where id=9; -update noar tt set b1='Q8' where id=9; -update noar ti set b1='Q8' where id=9; -update noar tt set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9; -update noar ti set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9; -update noar tt set b2='83XQR3O437RY5' where id=9; -update noar ti set b2='83XQR3O437RY5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 tinyblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DJ1MXSKXM' where id=1; -update noar ti set v0='DJ1MXSKXM' where id=1; -update noar tt set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1; -update noar ti set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1; -update noar tt set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1; -update noar ti set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1; -update noar tt set b1='RQU8MD2WPZWZ0UC' where id=1; -update noar ti set b1='RQU8MD2WPZWZ0UC' where id=1; -update noar tt set v0='1EXESFMDG5BT' where id=1; -update noar ti set v0='1EXESFMDG5BT' where id=1; -update noar tt set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1; -update noar ti set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1; -update noar tt set v0='5Q0N3JQVUVOADI' where id=2; -update noar ti set v0='5Q0N3JQVUVOADI' where id=2; -update noar tt set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2; -update noar ti set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2; -update noar tt set v0='HZZB2G5XVBXDL65O' where id=2; -update noar ti set v0='HZZB2G5XVBXDL65O' where id=2; -update noar tt set b1='L9T7HXAT3EHODS8' where id=2; -update noar ti set b1='L9T7HXAT3EHODS8' where id=2; -update noar tt set v0='DU9DXS' where id=2; -update noar ti set v0='DU9DXS' where id=2; -update noar tt set b2='2CXIEKMTJ0XSC' where id=2; -update noar ti set b2='2CXIEKMTJ0XSC' where id=2; -update noar tt set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3; -update noar ti set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3; -update noar tt set b0='IWEJS2CBWDD1P6HC1P3' where id=3; -update noar ti set b0='IWEJS2CBWDD1P6HC1P3' where id=3; -update noar tt set v0='NJNDZYGN94MOM31' where id=3; -update noar ti set v0='NJNDZYGN94MOM31' where id=3; -update noar tt set b1='FOS' where id=3; -update noar ti set b1='FOS' where id=3; -update noar tt set v0='S81S' where id=3; -update noar ti set v0='S81S' where id=3; -update noar tt set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3; -update noar ti set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3; -update noar tt set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4; -update noar ti set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4; -update noar tt set b0='2SFJ7' where id=4; -update noar ti set b0='2SFJ7' where id=4; -update noar tt set v0='RBMCGI9VC1' where id=4; -update noar ti set v0='RBMCGI9VC1' where id=4; -update noar tt set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4; -update noar ti set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4; -update noar tt set v0='9L41QS' where id=4; -update noar ti set v0='9L41QS' where id=4; -update noar tt set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4; -update noar ti set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4; -update noar tt set v0='S2EKIR5I4MQV682' where id=5; -update noar ti set v0='S2EKIR5I4MQV682' where id=5; -update noar tt set b0='H2ZX7RT' where id=5; -update noar ti set b0='H2ZX7RT' where id=5; -update noar tt set v0='EZT' where id=5; -update noar ti set v0='EZT' where id=5; -update noar tt set b1='B17GX0FPOPJY3W5HFROX' where id=5; -update noar ti set b1='B17GX0FPOPJY3W5HFROX' where id=5; -update noar tt set v0='7P961' where id=5; -update noar ti set v0='7P961' where id=5; -update noar tt set b2='CTE' where id=5; -update noar ti set b2='CTE' where id=5; -update noar tt set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6; -update noar ti set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6; -update noar tt set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6; -update noar ti set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6; -update noar tt set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6; -update noar ti set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6; -update noar tt set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6; -update noar ti set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6; -update noar tt set v0='X' where id=6; -update noar ti set v0='X' where id=6; -update noar tt set b2='ENHUSCOXDL4T4GBD37' where id=6; -update noar ti set b2='ENHUSCOXDL4T4GBD37' where id=6; -update noar tt set v0='PBXRJ8C76OJ' where id=7; -update noar ti set v0='PBXRJ8C76OJ' where id=7; -update noar tt set b0='JBY8M983' where id=7; -update noar ti set b0='JBY8M983' where id=7; -update noar tt set v0='3H3LZPGFW3QALWN' where id=7; -update noar ti set v0='3H3LZPGFW3QALWN' where id=7; -update noar tt set b1='RLNZR7MXBHOH3QRIBT' where id=7; -update noar ti set b1='RLNZR7MXBHOH3QRIBT' where id=7; -update noar tt set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7; -update noar ti set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7; -update noar tt set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7; -update noar ti set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7; -update noar tt set v0='573' where id=8; -update noar ti set v0='573' where id=8; -update noar tt set b0='H2GPG4MINPW5OX6J619E' where id=8; -update noar ti set b0='H2GPG4MINPW5OX6J619E' where id=8; -update noar tt set v0='T77M' where id=8; -update noar ti set v0='T77M' where id=8; -update noar tt set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8; -update noar ti set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8; -update noar tt set v0='E6QN6A2QCK' where id=8; -update noar ti set v0='E6QN6A2QCK' where id=8; -update noar tt set b2='GSW0VPZZ3SDLLIY7YD' where id=8; -update noar ti set b2='GSW0VPZZ3SDLLIY7YD' where id=8; -update noar tt set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9; -update noar ti set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9; -update noar tt set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9; -update noar ti set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9; -update noar tt set v0='NDV' where id=9; -update noar ti set v0='NDV' where id=9; -update noar tt set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9; -update noar ti set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9; -update noar tt set v0='ES5ZL7LJH9' where id=9; -update noar ti set v0='ES5ZL7LJH9' where id=9; -update noar tt set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9; -update noar ti set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 tinyblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R9XJ' where id=1; -update noar ti set v0='R9XJ' where id=1; -update noar tt set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1; -update noar ti set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1; -update noar tt set v0='KTH6250' where id=1; -update noar ti set v0='KTH6250' where id=1; -update noar tt set b1='H4X6OT3NHPBEMN61N93' where id=1; -update noar ti set b1='H4X6OT3NHPBEMN61N93' where id=1; -update noar tt set v0='7RJAX' where id=1; -update noar ti set v0='7RJAX' where id=1; -update noar tt set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1; -update noar ti set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1; -update noar tt set v0='582VBSGHKIYLXAWCGQ' where id=2; -update noar ti set v0='582VBSGHKIYLXAWCGQ' where id=2; -update noar tt set b0='DCOUYG' where id=2; -update noar ti set b0='DCOUYG' where id=2; -update noar tt set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2; -update noar ti set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2; -update noar tt set b1='CO4DJ0GL' where id=2; -update noar ti set b1='CO4DJ0GL' where id=2; -update noar tt set v0='WQMQHIB' where id=2; -update noar ti set v0='WQMQHIB' where id=2; -update noar tt set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2; -update noar ti set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2; -update noar tt set v0='NTIWNJ2BESJMS0EWO52Z' where id=3; -update noar ti set v0='NTIWNJ2BESJMS0EWO52Z' where id=3; -update noar tt set b0='WTVHFKBQ55OQKT' where id=3; -update noar ti set b0='WTVHFKBQ55OQKT' where id=3; -update noar tt set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3; -update noar ti set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3; -update noar tt set b1='DQM7LK92XMAPWEITZ7P' where id=3; -update noar ti set b1='DQM7LK92XMAPWEITZ7P' where id=3; -update noar tt set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3; -update noar ti set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3; -update noar tt set b2='O0A093X6CD3B' where id=3; -update noar ti set b2='O0A093X6CD3B' where id=3; -update noar tt set v0='6Y412YH5' where id=4; -update noar ti set v0='6Y412YH5' where id=4; -update noar tt set b0='OI5R' where id=4; -update noar ti set b0='OI5R' where id=4; -update noar tt set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4; -update noar ti set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4; -update noar tt set b1='KV3M8Z' where id=4; -update noar ti set b1='KV3M8Z' where id=4; -update noar tt set v0='MLMDVQTO8' where id=4; -update noar ti set v0='MLMDVQTO8' where id=4; -update noar tt set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4; -update noar ti set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4; -update noar tt set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5; -update noar ti set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5; -update noar tt set b0='NA' where id=5; -update noar ti set b0='NA' where id=5; -update noar tt set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5; -update noar ti set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5; -update noar tt set b1='H90T2S7XJ582TWIVRT' where id=5; -update noar ti set b1='H90T2S7XJ582TWIVRT' where id=5; -update noar tt set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5; -update noar ti set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5; -update noar tt set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5; -update noar ti set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5; -update noar tt set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6; -update noar ti set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6; -update noar tt set b0='NIA8K4T3D3SE4VI' where id=6; -update noar ti set b0='NIA8K4T3D3SE4VI' where id=6; -update noar tt set v0='3QND0CO15NPYM99' where id=6; -update noar ti set v0='3QND0CO15NPYM99' where id=6; -update noar tt set b1='IP' where id=6; -update noar ti set b1='IP' where id=6; -update noar tt set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6; -update noar ti set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6; -update noar tt set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6; -update noar ti set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6; -update noar tt set v0='0Y' where id=7; -update noar ti set v0='0Y' where id=7; -update noar tt set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7; -update noar ti set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7; -update noar tt set v0='FGKLRHEABY' where id=7; -update noar ti set v0='FGKLRHEABY' where id=7; -update noar tt set b1='ZP2IHOJ1' where id=7; -update noar ti set b1='ZP2IHOJ1' where id=7; -update noar tt set v0='NHW' where id=7; -update noar ti set v0='NHW' where id=7; -update noar tt set b2='PV13G6' where id=7; -update noar ti set b2='PV13G6' where id=7; -update noar tt set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8; -update noar ti set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8; -update noar tt set b0='2S2YNRSHG' where id=8; -update noar ti set b0='2S2YNRSHG' where id=8; -update noar tt set v0='TDED4Y6FQ3G' where id=8; -update noar ti set v0='TDED4Y6FQ3G' where id=8; -update noar tt set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8; -update noar ti set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8; -update noar tt set v0='M2I11JZJVBYA1A' where id=8; -update noar ti set v0='M2I11JZJVBYA1A' where id=8; -update noar tt set b2='BVX' where id=8; -update noar ti set b2='BVX' where id=8; -update noar tt set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9; -update noar ti set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9; -update noar tt set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9; -update noar ti set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9; -update noar tt set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9; -update noar ti set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9; -update noar tt set b1='5UR' where id=9; -update noar ti set b1='5UR' where id=9; -update noar tt set v0='JG' where id=9; -update noar ti set v0='JG' where id=9; -update noar tt set b2='W0HBGNHRNQ2Y1KGZ9' where id=9; -update noar ti set b2='W0HBGNHRNQ2Y1KGZ9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AIF91B8I' where id=1; -update noar ti set v0='AIF91B8I' where id=1; -update noar tt set b0='P2UWJAJ0UED' where id=1; -update noar ti set b0='P2UWJAJ0UED' where id=1; -update noar tt set v0='J6QQ9R' where id=1; -update noar ti set v0='J6QQ9R' where id=1; -update noar tt set b1='YBED' where id=1; -update noar ti set b1='YBED' where id=1; -update noar tt set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1; -update noar ti set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1; -update noar tt set b2='O5OV2' where id=1; -update noar ti set b2='O5OV2' where id=1; -update noar tt set v0='O1' where id=2; -update noar ti set v0='O1' where id=2; -update noar tt set b0='9U2S7WHR' where id=2; -update noar ti set b0='9U2S7WHR' where id=2; -update noar tt set v0='1FTCQ8GJA4RPYMS4OD4' where id=2; -update noar ti set v0='1FTCQ8GJA4RPYMS4OD4' where id=2; -update noar tt set b1='KJPEE7FZFBOP' where id=2; -update noar ti set b1='KJPEE7FZFBOP' where id=2; -update noar tt set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2; -update noar ti set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2; -update noar tt set b2='HGVBH7BM7JLHA26OPT1T' where id=2; -update noar ti set b2='HGVBH7BM7JLHA26OPT1T' where id=2; -update noar tt set v0='C22A6R7' where id=3; -update noar ti set v0='C22A6R7' where id=3; -update noar tt set b0='NUR511QMVKB5S06P94O' where id=3; -update noar ti set b0='NUR511QMVKB5S06P94O' where id=3; -update noar tt set v0='JHF01LEAU68T5E8ROL' where id=3; -update noar ti set v0='JHF01LEAU68T5E8ROL' where id=3; -update noar tt set b1='885KWQCUQAVBTJU' where id=3; -update noar ti set b1='885KWQCUQAVBTJU' where id=3; -update noar tt set v0='25YFTYUNIX16VC16' where id=3; -update noar ti set v0='25YFTYUNIX16VC16' where id=3; -update noar tt set b2='FKP' where id=3; -update noar ti set b2='FKP' where id=3; -update noar tt set v0='W5WF3UWG0QH8XE' where id=4; -update noar ti set v0='W5WF3UWG0QH8XE' where id=4; -update noar tt set b0='9ZXNEUHITKC5GV' where id=4; -update noar ti set b0='9ZXNEUHITKC5GV' where id=4; -update noar tt set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4; -update noar ti set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4; -update noar tt set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4; -update noar ti set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4; -update noar tt set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4; -update noar ti set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4; -update noar tt set b2='WYA3P4NWIZ3OCBD' where id=4; -update noar ti set b2='WYA3P4NWIZ3OCBD' where id=4; -update noar tt set v0='4K76' where id=5; -update noar ti set v0='4K76' where id=5; -update noar tt set b0='SPTB4PQKL4725I' where id=5; -update noar ti set b0='SPTB4PQKL4725I' where id=5; -update noar tt set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5; -update noar ti set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5; -update noar tt set b1='BYL' where id=5; -update noar ti set b1='BYL' where id=5; -update noar tt set v0='1FH05SBTE4GCF8' where id=5; -update noar ti set v0='1FH05SBTE4GCF8' where id=5; -update noar tt set b2='17TQK2XOQJ' where id=5; -update noar ti set b2='17TQK2XOQJ' where id=5; -update noar tt set v0='B0SU9OUYUBL74M2KW3' where id=6; -update noar ti set v0='B0SU9OUYUBL74M2KW3' where id=6; -update noar tt set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6; -update noar ti set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6; -update noar tt set v0='IJKJCI' where id=6; -update noar ti set v0='IJKJCI' where id=6; -update noar tt set b1='C' where id=6; -update noar ti set b1='C' where id=6; -update noar tt set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6; -update noar ti set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6; -update noar tt set b2='5H78U5R' where id=6; -update noar ti set b2='5H78U5R' where id=6; -update noar tt set v0='3YHAD0184TOSB' where id=7; -update noar ti set v0='3YHAD0184TOSB' where id=7; -update noar tt set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7; -update noar ti set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7; -update noar tt set v0='HXV8' where id=7; -update noar ti set v0='HXV8' where id=7; -update noar tt set b1='35TE6T343DPM3QKONCDW' where id=7; -update noar ti set b1='35TE6T343DPM3QKONCDW' where id=7; -update noar tt set v0='AX9QMIZZXIK3TC5E208I' where id=7; -update noar ti set v0='AX9QMIZZXIK3TC5E208I' where id=7; -update noar tt set b2='9TBNOLSB59ACW48L8S' where id=7; -update noar ti set b2='9TBNOLSB59ACW48L8S' where id=7; -update noar tt set v0='CTMXL39WHZ' where id=8; -update noar ti set v0='CTMXL39WHZ' where id=8; -update noar tt set b0='IW9AR7R473ZH6QTD2' where id=8; -update noar ti set b0='IW9AR7R473ZH6QTD2' where id=8; -update noar tt set v0='KY3JNL3GNN0G3T0' where id=8; -update noar ti set v0='KY3JNL3GNN0G3T0' where id=8; -update noar tt set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8; -update noar ti set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8; -update noar tt set v0='JPBW87M0Q0OVH8C51' where id=8; -update noar ti set v0='JPBW87M0Q0OVH8C51' where id=8; -update noar tt set b2='N857' where id=8; -update noar ti set b2='N857' where id=8; -update noar tt set v0='MGIK8JFIS' where id=9; -update noar ti set v0='MGIK8JFIS' where id=9; -update noar tt set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9; -update noar ti set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9; -update noar tt set v0='AHBTVPEJ' where id=9; -update noar ti set v0='AHBTVPEJ' where id=9; -update noar tt set b1='DI9SMHZZ02SZ' where id=9; -update noar ti set b1='DI9SMHZZ02SZ' where id=9; -update noar tt set v0='JB67SJHVA6LH' where id=9; -update noar ti set v0='JB67SJHVA6LH' where id=9; -update noar tt set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9; -update noar ti set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 tinyblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8MO6YNMF4G45RQTC3I' where id=1; -update noar ti set v0='8MO6YNMF4G45RQTC3I' where id=1; -update noar tt set b0='FI' where id=1; -update noar ti set b0='FI' where id=1; -update noar tt set v0='T81M35RVQ1S6AMW1IW' where id=1; -update noar ti set v0='T81M35RVQ1S6AMW1IW' where id=1; -update noar tt set b1='Z2H2H' where id=1; -update noar ti set b1='Z2H2H' where id=1; -update noar tt set v0='JK7Y5OACOH4P88F3' where id=1; -update noar ti set v0='JK7Y5OACOH4P88F3' where id=1; -update noar tt set b2='QVNMR' where id=1; -update noar ti set b2='QVNMR' where id=1; -update noar tt set v0='MAG6J0MKJG' where id=2; -update noar ti set v0='MAG6J0MKJG' where id=2; -update noar tt set b0='QSMS5EFAQD2BBM' where id=2; -update noar ti set b0='QSMS5EFAQD2BBM' where id=2; -update noar tt set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2; -update noar ti set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2; -update noar tt set b1='ABMFG5858RP' where id=2; -update noar ti set b1='ABMFG5858RP' where id=2; -update noar tt set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2; -update noar ti set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2; -update noar tt set b2='OTH01L' where id=2; -update noar ti set b2='OTH01L' where id=2; -update noar tt set v0='RIQFIC6CJ7OIAU56' where id=3; -update noar ti set v0='RIQFIC6CJ7OIAU56' where id=3; -update noar tt set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3; -update noar ti set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3; -update noar tt set v0='37PTZ47CJHT' where id=3; -update noar ti set v0='37PTZ47CJHT' where id=3; -update noar tt set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3; -update noar ti set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3; -update noar tt set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3; -update noar ti set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3; -update noar tt set b2='64B6J0D112DX0RC7M7' where id=3; -update noar ti set b2='64B6J0D112DX0RC7M7' where id=3; -update noar tt set v0='EOJHMGQD' where id=4; -update noar ti set v0='EOJHMGQD' where id=4; -update noar tt set b0='HP4OXIIEYBHMQW6C3JP' where id=4; -update noar ti set b0='HP4OXIIEYBHMQW6C3JP' where id=4; -update noar tt set v0='G513IT5' where id=4; -update noar ti set v0='G513IT5' where id=4; -update noar tt set b1='GNYDJF5RHXED4A9' where id=4; -update noar ti set b1='GNYDJF5RHXED4A9' where id=4; -update noar tt set v0='M8TQCFMZO' where id=4; -update noar ti set v0='M8TQCFMZO' where id=4; -update noar tt set b2='41A8EPTG' where id=4; -update noar ti set b2='41A8EPTG' where id=4; -update noar tt set v0='J6YEZ2JWQRKARZ' where id=5; -update noar ti set v0='J6YEZ2JWQRKARZ' where id=5; -update noar tt set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5; -update noar ti set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5; -update noar tt set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5; -update noar ti set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5; -update noar tt set b1='7X312CKU58' where id=5; -update noar ti set b1='7X312CKU58' where id=5; -update noar tt set v0='ZCMAZBL3BWYQDHS407' where id=5; -update noar ti set v0='ZCMAZBL3BWYQDHS407' where id=5; -update noar tt set b2='F3U' where id=5; -update noar ti set b2='F3U' where id=5; -update noar tt set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6; -update noar ti set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6; -update noar tt set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6; -update noar ti set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6; -update noar tt set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6; -update noar ti set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6; -update noar tt set b1='8HNU2OK9ZK7N0' where id=6; -update noar ti set b1='8HNU2OK9ZK7N0' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6; -update noar ti set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6; -update noar tt set v0='T0LUWPAJ397GQS6UH2DP' where id=7; -update noar ti set v0='T0LUWPAJ397GQS6UH2DP' where id=7; -update noar tt set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7; -update noar ti set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7; -update noar tt set v0='VYO6FN9XA' where id=7; -update noar ti set v0='VYO6FN9XA' where id=7; -update noar tt set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7; -update noar ti set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7; -update noar tt set v0='2BT' where id=7; -update noar ti set v0='2BT' where id=7; -update noar tt set b2='P78ZDR3UWGSLUMC' where id=7; -update noar ti set b2='P78ZDR3UWGSLUMC' where id=7; -update noar tt set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8; -update noar ti set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8; -update noar tt set b0='UQE' where id=8; -update noar ti set b0='UQE' where id=8; -update noar tt set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8; -update noar ti set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8; -update noar tt set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8; -update noar ti set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8; -update noar tt set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8; -update noar ti set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8; -update noar tt set b2='34' where id=8; -update noar ti set b2='34' where id=8; -update noar tt set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9; -update noar ti set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9; -update noar tt set b0='Y7FW3MVANGFM741' where id=9; -update noar ti set b0='Y7FW3MVANGFM741' where id=9; -update noar tt set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9; -update noar ti set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9; -update noar tt set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9; -update noar ti set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9; -update noar tt set v0='2YN5' where id=9; -update noar ti set v0='2YN5' where id=9; -update noar tt set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9; -update noar ti set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VB9VCSDEOZGB' where id=1; -update noar ti set v0='VB9VCSDEOZGB' where id=1; -update noar tt set b0='HL4UG894D7NH55JN' where id=1; -update noar ti set b0='HL4UG894D7NH55JN' where id=1; -update noar tt set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1; -update noar ti set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1; -update noar tt set b1='4LVOBI4A4' where id=1; -update noar ti set b1='4LVOBI4A4' where id=1; -update noar tt set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1; -update noar ti set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1; -update noar tt set b2='G38ET' where id=1; -update noar ti set b2='G38ET' where id=1; -update noar tt set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2; -update noar ti set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2; -update noar tt set b0='3THMOQ8R6GIAKDJV' where id=2; -update noar ti set b0='3THMOQ8R6GIAKDJV' where id=2; -update noar tt set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2; -update noar ti set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2; -update noar tt set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2; -update noar ti set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2; -update noar tt set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2; -update noar ti set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2; -update noar tt set b2='E06O5FLZYKJ' where id=2; -update noar ti set b2='E06O5FLZYKJ' where id=2; -update noar tt set v0='M3YZZ7OFQ0D8V20KSGH' where id=3; -update noar ti set v0='M3YZZ7OFQ0D8V20KSGH' where id=3; -update noar tt set b0='MF48EAYMLRJZN' where id=3; -update noar ti set b0='MF48EAYMLRJZN' where id=3; -update noar tt set v0='H9ZMA950T1G3VET3F' where id=3; -update noar ti set v0='H9ZMA950T1G3VET3F' where id=3; -update noar tt set b1='3E7290K9K' where id=3; -update noar ti set b1='3E7290K9K' where id=3; -update noar tt set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3; -update noar ti set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3; -update noar tt set b2='MXDII1D1GBA' where id=3; -update noar ti set b2='MXDII1D1GBA' where id=3; -update noar tt set v0='8CJ576M0H8QMH' where id=4; -update noar ti set v0='8CJ576M0H8QMH' where id=4; -update noar tt set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4; -update noar ti set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4; -update noar tt set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4; -update noar ti set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4; -update noar tt set b1='MP5UM38MPXK2STK' where id=4; -update noar ti set b1='MP5UM38MPXK2STK' where id=4; -update noar tt set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4; -update noar ti set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4; -update noar tt set b2='7IALJFG3XHVNL425L9' where id=4; -update noar ti set b2='7IALJFG3XHVNL425L9' where id=4; -update noar tt set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5; -update noar ti set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5; -update noar tt set b0='NUZ4W' where id=5; -update noar ti set b0='NUZ4W' where id=5; -update noar tt set v0='OZL5HGH' where id=5; -update noar ti set v0='OZL5HGH' where id=5; -update noar tt set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5; -update noar ti set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5; -update noar tt set v0='9E8VH1BSSJFRPCX' where id=5; -update noar ti set v0='9E8VH1BSSJFRPCX' where id=5; -update noar tt set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5; -update noar ti set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5; -update noar tt set v0='CFCTGV0XCINNS3' where id=6; -update noar ti set v0='CFCTGV0XCINNS3' where id=6; -update noar tt set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6; -update noar ti set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6; -update noar tt set v0='31RUMYEKQP8DP6' where id=6; -update noar ti set v0='31RUMYEKQP8DP6' where id=6; -update noar tt set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6; -update noar ti set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6; -update noar tt set v0='L' where id=6; -update noar ti set v0='L' where id=6; -update noar tt set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6; -update noar ti set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6; -update noar tt set v0='89' where id=7; -update noar ti set v0='89' where id=7; -update noar tt set b0='6PNIO8U5Z5D8HX8MRPY' where id=7; -update noar ti set b0='6PNIO8U5Z5D8HX8MRPY' where id=7; -update noar tt set v0='BEEKBP75ZV' where id=7; -update noar ti set v0='BEEKBP75ZV' where id=7; -update noar tt set b1='KX4KW7ITSMEUI' where id=7; -update noar ti set b1='KX4KW7ITSMEUI' where id=7; -update noar tt set v0='WPKG8AH0E1BC3' where id=7; -update noar ti set v0='WPKG8AH0E1BC3' where id=7; -update noar tt set b2='0ASK8I' where id=7; -update noar ti set b2='0ASK8I' where id=7; -update noar tt set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8; -update noar ti set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8; -update noar tt set b0='JK4YSH' where id=8; -update noar ti set b0='JK4YSH' where id=8; -update noar tt set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8; -update noar ti set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8; -update noar tt set b1='0CNHFOIMCSAH6N5WC76O' where id=8; -update noar ti set b1='0CNHFOIMCSAH6N5WC76O' where id=8; -update noar tt set v0='COGP2V' where id=8; -update noar ti set v0='COGP2V' where id=8; -update noar tt set b2='1LHL8D0R2' where id=8; -update noar ti set b2='1LHL8D0R2' where id=8; -update noar tt set v0='MG0QN6O9GXKC9U4' where id=9; -update noar ti set v0='MG0QN6O9GXKC9U4' where id=9; -update noar tt set b0='5HMOVA4IOM8KYC93FVVAK' where id=9; -update noar ti set b0='5HMOVA4IOM8KYC93FVVAK' where id=9; -update noar tt set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9; -update noar ti set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9; -update noar tt set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9; -update noar ti set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9; -update noar tt set v0='9NPY0F2CE90FDCXQ2' where id=9; -update noar ti set v0='9NPY0F2CE90FDCXQ2' where id=9; -update noar tt set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9; -update noar ti set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1; -update noar ti set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1; -update noar tt set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1; -update noar ti set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1; -update noar tt set v0='RJ79HCDNZ33RI542OQLT' where id=1; -update noar ti set v0='RJ79HCDNZ33RI542OQLT' where id=1; -update noar tt set b1='F7CB6G8WD' where id=1; -update noar ti set b1='F7CB6G8WD' where id=1; -update noar tt set v0='X' where id=1; -update noar ti set v0='X' where id=1; -update noar tt set b2='QI54OISB1OFCREUZJD' where id=1; -update noar ti set b2='QI54OISB1OFCREUZJD' where id=1; -update noar tt set v0='K0FGJY8S074MY' where id=2; -update noar ti set v0='K0FGJY8S074MY' where id=2; -update noar tt set b0='OVFHK' where id=2; -update noar ti set b0='OVFHK' where id=2; -update noar tt set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2; -update noar ti set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2; -update noar tt set b1='BHTNWKY' where id=2; -update noar ti set b1='BHTNWKY' where id=2; -update noar tt set v0='P6WCXP836TZUHPHWV' where id=2; -update noar ti set v0='P6WCXP836TZUHPHWV' where id=2; -update noar tt set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2; -update noar ti set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2; -update noar tt set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3; -update noar ti set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3; -update noar tt set b0='YMXTW' where id=3; -update noar ti set b0='YMXTW' where id=3; -update noar tt set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3; -update noar ti set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3; -update noar tt set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3; -update noar ti set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3; -update noar tt set v0='FEM' where id=3; -update noar ti set v0='FEM' where id=3; -update noar tt set b2='GUJLWW6Y1K2M9U8KD1' where id=3; -update noar ti set b2='GUJLWW6Y1K2M9U8KD1' where id=3; -update noar tt set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4; -update noar ti set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4; -update noar tt set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4; -update noar ti set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4; -update noar tt set v0='2HQFO2AMOW90SBSA75T2H4' where id=4; -update noar ti set v0='2HQFO2AMOW90SBSA75T2H4' where id=4; -update noar tt set b1='HOPQ5J' where id=4; -update noar ti set b1='HOPQ5J' where id=4; -update noar tt set v0='AUQML2Y' where id=4; -update noar ti set v0='AUQML2Y' where id=4; -update noar tt set b2='I' where id=4; -update noar ti set b2='I' where id=4; -update noar tt set v0='MXNQX2W' where id=5; -update noar ti set v0='MXNQX2W' where id=5; -update noar tt set b0='7BFBOVSRJC2H2IESLQUQF' where id=5; -update noar ti set b0='7BFBOVSRJC2H2IESLQUQF' where id=5; -update noar tt set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5; -update noar ti set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5; -update noar tt set b1='NHJ1G4V12GX044STM3NR' where id=5; -update noar ti set b1='NHJ1G4V12GX044STM3NR' where id=5; -update noar tt set v0='QJ' where id=5; -update noar ti set v0='QJ' where id=5; -update noar tt set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5; -update noar ti set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5; -update noar tt set v0='LP5D1W' where id=6; -update noar ti set v0='LP5D1W' where id=6; -update noar tt set b0='F9A3UQNPJOPUB4X2SF03' where id=6; -update noar ti set b0='F9A3UQNPJOPUB4X2SF03' where id=6; -update noar tt set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6; -update noar ti set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6; -update noar tt set b1='MO' where id=6; -update noar ti set b1='MO' where id=6; -update noar tt set v0='LVOCQCCATPTB' where id=6; -update noar ti set v0='LVOCQCCATPTB' where id=6; -update noar tt set b2='FN284L6E4YQ' where id=6; -update noar ti set b2='FN284L6E4YQ' where id=6; -update noar tt set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7; -update noar ti set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7; -update noar tt set b0='8GZX15BGW' where id=7; -update noar ti set b0='8GZX15BGW' where id=7; -update noar tt set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7; -update noar ti set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7; -update noar tt set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7; -update noar ti set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7; -update noar tt set v0='JZB9KBPXHQOXRB2PS6' where id=7; -update noar ti set v0='JZB9KBPXHQOXRB2PS6' where id=7; -update noar tt set b2='DCTT48' where id=7; -update noar ti set b2='DCTT48' where id=7; -update noar tt set v0='RN8BID43CASG' where id=8; -update noar ti set v0='RN8BID43CASG' where id=8; -update noar tt set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8; -update noar ti set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8; -update noar tt set v0='GAAJ2AG05OH2I3VY2O' where id=8; -update noar ti set v0='GAAJ2AG05OH2I3VY2O' where id=8; -update noar tt set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8; -update noar ti set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8; -update noar tt set v0='F8' where id=8; -update noar ti set v0='F8' where id=8; -update noar tt set b2='GT8TR3N' where id=8; -update noar ti set b2='GT8TR3N' where id=8; -update noar tt set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9; -update noar ti set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9; -update noar tt set b0='D0L0PLE7' where id=9; -update noar ti set b0='D0L0PLE7' where id=9; -update noar tt set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9; -update noar ti set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9; -update noar tt set b1='AY6JFAPQHA' where id=9; -update noar ti set b1='AY6JFAPQHA' where id=9; -update noar tt set v0='C9JJ1DHB8L7RGOGRVPI' where id=9; -update noar ti set v0='C9JJ1DHB8L7RGOGRVPI' where id=9; -update noar tt set b2='TZ55BT0S1DEX' where id=9; -update noar ti set b2='TZ55BT0S1DEX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SL185N' where id=1; -update noar ti set v0='SL185N' where id=1; -update noar tt set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1; -update noar ti set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1; -update noar tt set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1; -update noar ti set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1; -update noar tt set b1='7GG0CPT' where id=1; -update noar ti set b1='7GG0CPT' where id=1; -update noar tt set v0='5IQFVMNTQAVJTBSRNBV' where id=1; -update noar ti set v0='5IQFVMNTQAVJTBSRNBV' where id=1; -update noar tt set b2='SAY0VWC3AL' where id=1; -update noar ti set b2='SAY0VWC3AL' where id=1; -update noar tt set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2; -update noar ti set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2; -update noar tt set b0='00XKM63N1RRRMC' where id=2; -update noar ti set b0='00XKM63N1RRRMC' where id=2; -update noar tt set v0='MPYS06VCS5' where id=2; -update noar ti set v0='MPYS06VCS5' where id=2; -update noar tt set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2; -update noar ti set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2; -update noar tt set v0='Y1XOVQ' where id=2; -update noar ti set v0='Y1XOVQ' where id=2; -update noar tt set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2; -update noar ti set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2; -update noar tt set v0='0US' where id=3; -update noar ti set v0='0US' where id=3; -update noar tt set b0='ZRTQMXSF' where id=3; -update noar ti set b0='ZRTQMXSF' where id=3; -update noar tt set v0='J5H51AX' where id=3; -update noar ti set v0='J5H51AX' where id=3; -update noar tt set b1='0N8K2W2IP97NQHIQF' where id=3; -update noar ti set b1='0N8K2W2IP97NQHIQF' where id=3; -update noar tt set v0='8IZID2V8VF26J' where id=3; -update noar ti set v0='8IZID2V8VF26J' where id=3; -update noar tt set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3; -update noar ti set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3; -update noar tt set v0='HSLBG' where id=4; -update noar ti set v0='HSLBG' where id=4; -update noar tt set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4; -update noar ti set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4; -update noar tt set v0='JXHR8XFSSPNQPD' where id=4; -update noar ti set v0='JXHR8XFSSPNQPD' where id=4; -update noar tt set b1='DBG7QPTMRNNA4' where id=4; -update noar ti set b1='DBG7QPTMRNNA4' where id=4; -update noar tt set v0='E5' where id=4; -update noar ti set v0='E5' where id=4; -update noar tt set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4; -update noar ti set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4; -update noar tt set v0='ML4Z1G1JWP0DHEMPEPT' where id=5; -update noar ti set v0='ML4Z1G1JWP0DHEMPEPT' where id=5; -update noar tt set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5; -update noar ti set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5; -update noar tt set v0='R6B0QGILF1MS' where id=5; -update noar ti set v0='R6B0QGILF1MS' where id=5; -update noar tt set b1='AP2N5J' where id=5; -update noar ti set b1='AP2N5J' where id=5; -update noar tt set v0='7PXK20QHITD' where id=5; -update noar ti set v0='7PXK20QHITD' where id=5; -update noar tt set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5; -update noar ti set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5; -update noar tt set v0='VFAZLK2ER2PCRAV7' where id=6; -update noar ti set v0='VFAZLK2ER2PCRAV7' where id=6; -update noar tt set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6; -update noar ti set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6; -update noar tt set v0='11M7JAMV' where id=6; -update noar ti set v0='11M7JAMV' where id=6; -update noar tt set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6; -update noar ti set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6; -update noar tt set v0='MJKJO5HBC15' where id=6; -update noar ti set v0='MJKJO5HBC15' where id=6; -update noar tt set b2='OA' where id=6; -update noar ti set b2='OA' where id=6; -update noar tt set v0='O' where id=7; -update noar ti set v0='O' where id=7; -update noar tt set b0='CIDTBH61S3EDO6IVTWK3' where id=7; -update noar ti set b0='CIDTBH61S3EDO6IVTWK3' where id=7; -update noar tt set v0='MM15F2JGPB2' where id=7; -update noar ti set v0='MM15F2JGPB2' where id=7; -update noar tt set b1='6BFA1U6HFOJ2Q9GTG' where id=7; -update noar ti set b1='6BFA1U6HFOJ2Q9GTG' where id=7; -update noar tt set v0='H6Q5P1980JKG' where id=7; -update noar ti set v0='H6Q5P1980JKG' where id=7; -update noar tt set b2='GXOA1SV9UHWIL' where id=7; -update noar ti set b2='GXOA1SV9UHWIL' where id=7; -update noar tt set v0='ACLU5D8JDSHMFW' where id=8; -update noar ti set v0='ACLU5D8JDSHMFW' where id=8; -update noar tt set b0='ET58YPLALZQSTI8Y0AM' where id=8; -update noar ti set b0='ET58YPLALZQSTI8Y0AM' where id=8; -update noar tt set v0='8XTZ0PHE4' where id=8; -update noar ti set v0='8XTZ0PHE4' where id=8; -update noar tt set b1='AL8NG0FEDRYEXIH' where id=8; -update noar ti set b1='AL8NG0FEDRYEXIH' where id=8; -update noar tt set v0='TBB1X5L' where id=8; -update noar ti set v0='TBB1X5L' where id=8; -update noar tt set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8; -update noar ti set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8; -update noar tt set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9; -update noar ti set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9; -update noar tt set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9; -update noar ti set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9; -update noar tt set v0='28M5EF' where id=9; -update noar ti set v0='28M5EF' where id=9; -update noar tt set b1='TO1' where id=9; -update noar ti set b1='TO1' where id=9; -update noar tt set v0='DF' where id=9; -update noar ti set v0='DF' where id=9; -update noar tt set b2='D9OL' where id=9; -update noar ti set b2='D9OL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1; -update noar ti set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1; -update noar tt set b0='NKY8V0K0W0' where id=1; -update noar ti set b0='NKY8V0K0W0' where id=1; -update noar tt set v0='R4S' where id=1; -update noar ti set v0='R4S' where id=1; -update noar tt set b1='LUFY4NXZ42V1Y2I52' where id=1; -update noar ti set b1='LUFY4NXZ42V1Y2I52' where id=1; -update noar tt set v0='Z809N9FCJRKJQBD' where id=1; -update noar ti set v0='Z809N9FCJRKJQBD' where id=1; -update noar tt set b2='SP2' where id=1; -update noar ti set b2='SP2' where id=1; -update noar tt set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2; -update noar ti set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2; -update noar tt set b0='E6M3UQV5MK1' where id=2; -update noar ti set b0='E6M3UQV5MK1' where id=2; -update noar tt set v0='0C858G02VNW22CR' where id=2; -update noar ti set v0='0C858G02VNW22CR' where id=2; -update noar tt set b1='RDO86' where id=2; -update noar ti set b1='RDO86' where id=2; -update noar tt set v0='NSIKLEHC' where id=2; -update noar ti set v0='NSIKLEHC' where id=2; -update noar tt set b2='MDK' where id=2; -update noar ti set b2='MDK' where id=2; -update noar tt set v0='CWZEJQ1Q' where id=3; -update noar ti set v0='CWZEJQ1Q' where id=3; -update noar tt set b0='198SH3U1JPRQCA70VEXDTXT' where id=3; -update noar ti set b0='198SH3U1JPRQCA70VEXDTXT' where id=3; -update noar tt set v0='M2A6LO06CE' where id=3; -update noar ti set v0='M2A6LO06CE' where id=3; -update noar tt set b1='ZSDAPLY4XF2JU93' where id=3; -update noar ti set b1='ZSDAPLY4XF2JU93' where id=3; -update noar tt set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3; -update noar ti set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3; -update noar tt set b2='LE' where id=3; -update noar ti set b2='LE' where id=3; -update noar tt set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4; -update noar ti set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4; -update noar tt set b0='A' where id=4; -update noar ti set b0='A' where id=4; -update noar tt set v0='SQAASN3ND4PW0VLYY55UWM' where id=4; -update noar ti set v0='SQAASN3ND4PW0VLYY55UWM' where id=4; -update noar tt set b1='2M3YLV873KLL8FGFZLPWU' where id=4; -update noar ti set b1='2M3YLV873KLL8FGFZLPWU' where id=4; -update noar tt set v0='VV9MGGFJEJBIRAHWMX' where id=4; -update noar ti set v0='VV9MGGFJEJBIRAHWMX' where id=4; -update noar tt set b2='UXEXO3WN7L7KQZH6HSDF' where id=4; -update noar ti set b2='UXEXO3WN7L7KQZH6HSDF' where id=4; -update noar tt set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5; -update noar ti set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5; -update noar tt set b0='H942QEAPA' where id=5; -update noar ti set b0='H942QEAPA' where id=5; -update noar tt set v0='4K9GQYZLEP5' where id=5; -update noar ti set v0='4K9GQYZLEP5' where id=5; -update noar tt set b1='AL01TKC1WDZVNG4M' where id=5; -update noar ti set b1='AL01TKC1WDZVNG4M' where id=5; -update noar tt set v0='J5JN8VGJT' where id=5; -update noar ti set v0='J5JN8VGJT' where id=5; -update noar tt set b2='MUI7C7B7E' where id=5; -update noar ti set b2='MUI7C7B7E' where id=5; -update noar tt set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6; -update noar ti set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6; -update noar tt set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6; -update noar ti set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6; -update noar tt set v0='3ZVVPY03L' where id=6; -update noar ti set v0='3ZVVPY03L' where id=6; -update noar tt set b1='3U21I9JX1' where id=6; -update noar ti set b1='3U21I9JX1' where id=6; -update noar tt set v0='EBGQ1TQH0IKSQ' where id=6; -update noar ti set v0='EBGQ1TQH0IKSQ' where id=6; -update noar tt set b2='H9VFRPMY6SVK1' where id=6; -update noar ti set b2='H9VFRPMY6SVK1' where id=6; -update noar tt set v0='VCILMOZWJFTK2HR0COSI22D' where id=7; -update noar ti set v0='VCILMOZWJFTK2HR0COSI22D' where id=7; -update noar tt set b0='9NICEITIMXDWW' where id=7; -update noar ti set b0='9NICEITIMXDWW' where id=7; -update noar tt set v0='SKSPWIW0YURQ' where id=7; -update noar ti set v0='SKSPWIW0YURQ' where id=7; -update noar tt set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7; -update noar ti set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7; -update noar tt set v0='0D94643Z' where id=7; -update noar ti set v0='0D94643Z' where id=7; -update noar tt set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7; -update noar ti set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7; -update noar tt set v0='K0FDLAHL7OL2IVVNOF1' where id=8; -update noar ti set v0='K0FDLAHL7OL2IVVNOF1' where id=8; -update noar tt set b0='YCHZSCV1VX' where id=8; -update noar ti set b0='YCHZSCV1VX' where id=8; -update noar tt set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8; -update noar ti set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8; -update noar tt set b1='F2QE54GTWGXO1Z' where id=8; -update noar ti set b1='F2QE54GTWGXO1Z' where id=8; -update noar tt set v0='GXIHVOAQV' where id=8; -update noar ti set v0='GXIHVOAQV' where id=8; -update noar tt set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8; -update noar ti set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8; -update noar tt set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9; -update noar ti set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9; -update noar tt set b0='0NUCN6IX2ZOZRN9O' where id=9; -update noar ti set b0='0NUCN6IX2ZOZRN9O' where id=9; -update noar tt set v0='WPXVA' where id=9; -update noar ti set v0='WPXVA' where id=9; -update noar tt set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9; -update noar ti set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9; -update noar tt set v0='TYRBMZ474ICZJX8' where id=9; -update noar ti set v0='TYRBMZ474ICZJX8' where id=9; -update noar tt set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9; -update noar ti set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1; -update noar ti set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1; -update noar tt set b0='S328ECLT3RRUYQCA0V2C' where id=1; -update noar ti set b0='S328ECLT3RRUYQCA0V2C' where id=1; -update noar tt set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1; -update noar ti set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1; -update noar tt set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1; -update noar ti set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1; -update noar tt set v0='T1' where id=1; -update noar ti set v0='T1' where id=1; -update noar tt set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1; -update noar ti set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1; -update noar tt set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2; -update noar ti set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2; -update noar tt set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2; -update noar ti set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2; -update noar tt set v0='80B8949XG' where id=2; -update noar ti set v0='80B8949XG' where id=2; -update noar tt set b1='XWE' where id=2; -update noar ti set b1='XWE' where id=2; -update noar tt set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2; -update noar ti set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2; -update noar tt set b2='QI1QDB1I' where id=2; -update noar ti set b2='QI1QDB1I' where id=2; -update noar tt set v0='QSK' where id=3; -update noar ti set v0='QSK' where id=3; -update noar tt set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3; -update noar ti set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3; -update noar tt set v0='KAR9FGEBD' where id=3; -update noar ti set v0='KAR9FGEBD' where id=3; -update noar tt set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3; -update noar ti set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3; -update noar tt set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3; -update noar ti set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3; -update noar tt set b2='0CYU2G1JL' where id=3; -update noar ti set b2='0CYU2G1JL' where id=3; -update noar tt set v0='HUZYVET6ZO9KNU' where id=4; -update noar ti set v0='HUZYVET6ZO9KNU' where id=4; -update noar tt set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4; -update noar ti set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4; -update noar tt set v0='5KC' where id=4; -update noar ti set v0='5KC' where id=4; -update noar tt set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4; -update noar ti set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4; -update noar tt set v0='1FRGAH492177BPCIXWVKR99' where id=4; -update noar ti set v0='1FRGAH492177BPCIXWVKR99' where id=4; -update noar tt set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4; -update noar ti set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4; -update noar tt set v0='WQU38IVP1984WA557O3LR' where id=5; -update noar ti set v0='WQU38IVP1984WA557O3LR' where id=5; -update noar tt set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5; -update noar ti set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5; -update noar tt set v0='FXK8' where id=5; -update noar ti set v0='FXK8' where id=5; -update noar tt set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5; -update noar ti set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5; -update noar tt set v0='FMBTPP' where id=5; -update noar ti set v0='FMBTPP' where id=5; -update noar tt set b2='HQU56AWCMMQ3L' where id=5; -update noar ti set b2='HQU56AWCMMQ3L' where id=5; -update noar tt set v0='50VD4T562NTPR1G' where id=6; -update noar ti set v0='50VD4T562NTPR1G' where id=6; -update noar tt set b0='FX4VA' where id=6; -update noar ti set b0='FX4VA' where id=6; -update noar tt set v0='4UPOCOH7B0MV9H3JH5' where id=6; -update noar ti set v0='4UPOCOH7B0MV9H3JH5' where id=6; -update noar tt set b1='4MO3VI5LCR0JQT' where id=6; -update noar ti set b1='4MO3VI5LCR0JQT' where id=6; -update noar tt set v0='FN5' where id=6; -update noar ti set v0='FN5' where id=6; -update noar tt set b2='E6754' where id=6; -update noar ti set b2='E6754' where id=6; -update noar tt set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7; -update noar ti set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7; -update noar tt set b0='CK6TVL' where id=7; -update noar ti set b0='CK6TVL' where id=7; -update noar tt set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7; -update noar ti set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7; -update noar tt set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7; -update noar ti set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7; -update noar tt set v0='SK08F4' where id=7; -update noar ti set v0='SK08F4' where id=7; -update noar tt set b2='YUMII2Y603QNJZEHZ2' where id=7; -update noar ti set b2='YUMII2Y603QNJZEHZ2' where id=7; -update noar tt set v0='GQS1' where id=8; -update noar ti set v0='GQS1' where id=8; -update noar tt set b0='HX' where id=8; -update noar ti set b0='HX' where id=8; -update noar tt set v0='7L3M4D8I4RI' where id=8; -update noar ti set v0='7L3M4D8I4RI' where id=8; -update noar tt set b1='YRSA' where id=8; -update noar ti set b1='YRSA' where id=8; -update noar tt set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8; -update noar ti set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8; -update noar tt set b2='U1E5' where id=8; -update noar ti set b2='U1E5' where id=8; -update noar tt set v0='3JT6YE' where id=9; -update noar ti set v0='3JT6YE' where id=9; -update noar tt set b0='48CS9AA1LPXG' where id=9; -update noar ti set b0='48CS9AA1LPXG' where id=9; -update noar tt set v0='M5' where id=9; -update noar ti set v0='M5' where id=9; -update noar tt set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9; -update noar ti set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9; -update noar tt set v0='4LC07BPK' where id=9; -update noar ti set v0='4LC07BPK' where id=9; -update noar tt set b2='8CR0' where id=9; -update noar ti set b2='8CR0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1; -update noar ti set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1; -update noar tt set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1; -update noar ti set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1; -update noar tt set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1; -update noar ti set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1; -update noar tt set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1; -update noar ti set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1; -update noar tt set v0='DPBJF4F987I' where id=1; -update noar ti set v0='DPBJF4F987I' where id=1; -update noar tt set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1; -update noar ti set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1; -update noar tt set v0='75850D7P52SMA799HZ' where id=2; -update noar ti set v0='75850D7P52SMA799HZ' where id=2; -update noar tt set b0='Q992DR0ONYEANG0H1W7T' where id=2; -update noar ti set b0='Q992DR0ONYEANG0H1W7T' where id=2; -update noar tt set v0='0NHDR5HW1KL9AT4' where id=2; -update noar ti set v0='0NHDR5HW1KL9AT4' where id=2; -update noar tt set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2; -update noar ti set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2; -update noar tt set v0='F9Y0' where id=2; -update noar ti set v0='F9Y0' where id=2; -update noar tt set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2; -update noar ti set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2; -update noar tt set v0='RKGS2C08E6KXF' where id=3; -update noar ti set v0='RKGS2C08E6KXF' where id=3; -update noar tt set b0='G6JJ6B0SI8HKRF' where id=3; -update noar ti set b0='G6JJ6B0SI8HKRF' where id=3; -update noar tt set v0='AHGMKZ1LLNN4PPT74G24' where id=3; -update noar ti set v0='AHGMKZ1LLNN4PPT74G24' where id=3; -update noar tt set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3; -update noar ti set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3; -update noar tt set v0='7KYOE' where id=3; -update noar ti set v0='7KYOE' where id=3; -update noar tt set b2='WGRVJ3BA3YITX2R4' where id=3; -update noar ti set b2='WGRVJ3BA3YITX2R4' where id=3; -update noar tt set v0='64T1F5D' where id=4; -update noar ti set v0='64T1F5D' where id=4; -update noar tt set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4; -update noar ti set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4; -update noar tt set v0='351ETRMEMKM' where id=4; -update noar ti set v0='351ETRMEMKM' where id=4; -update noar tt set b1='NOHATEZUVX2' where id=4; -update noar ti set b1='NOHATEZUVX2' where id=4; -update noar tt set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4; -update noar ti set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4; -update noar tt set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4; -update noar ti set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4; -update noar tt set v0='DQ8JHMJA1Q92UP2RGKK' where id=5; -update noar ti set v0='DQ8JHMJA1Q92UP2RGKK' where id=5; -update noar tt set b0='4M' where id=5; -update noar ti set b0='4M' where id=5; -update noar tt set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5; -update noar ti set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5; -update noar tt set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5; -update noar ti set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5; -update noar tt set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5; -update noar ti set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5; -update noar tt set b2='6N9E9VM' where id=5; -update noar ti set b2='6N9E9VM' where id=5; -update noar tt set v0='RGQDJQDQQNSPD54T' where id=6; -update noar ti set v0='RGQDJQDQQNSPD54T' where id=6; -update noar tt set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6; -update noar ti set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6; -update noar tt set v0='CVQCEWUR8Q' where id=6; -update noar ti set v0='CVQCEWUR8Q' where id=6; -update noar tt set b1='FBGCMN10QO8UTQ57B' where id=6; -update noar ti set b1='FBGCMN10QO8UTQ57B' where id=6; -update noar tt set v0='0NHRRNP8871XWIUFN6O8' where id=6; -update noar ti set v0='0NHRRNP8871XWIUFN6O8' where id=6; -update noar tt set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6; -update noar ti set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6; -update noar tt set v0='G' where id=7; -update noar ti set v0='G' where id=7; -update noar tt set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7; -update noar ti set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7; -update noar tt set v0='K26RTCEEW232CNC1LCF' where id=7; -update noar ti set v0='K26RTCEEW232CNC1LCF' where id=7; -update noar tt set b1='OJ958LZXQBJE' where id=7; -update noar ti set b1='OJ958LZXQBJE' where id=7; -update noar tt set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7; -update noar ti set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7; -update noar tt set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7; -update noar ti set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7; -update noar tt set v0='OHDXG9X1939XN8N58FTY' where id=8; -update noar ti set v0='OHDXG9X1939XN8N58FTY' where id=8; -update noar tt set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8; -update noar ti set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8; -update noar tt set v0='GPTY' where id=8; -update noar ti set v0='GPTY' where id=8; -update noar tt set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8; -update noar ti set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8; -update noar tt set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8; -update noar ti set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8; -update noar tt set b2='71CF20NDNO6' where id=8; -update noar ti set b2='71CF20NDNO6' where id=8; -update noar tt set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9; -update noar ti set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9; -update noar tt set b0='7F02' where id=9; -update noar ti set b0='7F02' where id=9; -update noar tt set v0='R793TUXUT3LYE6K4IT2' where id=9; -update noar ti set v0='R793TUXUT3LYE6K4IT2' where id=9; -update noar tt set b1='Q6SHP1' where id=9; -update noar ti set b1='Q6SHP1' where id=9; -update noar tt set v0='83GNXN' where id=9; -update noar ti set v0='83GNXN' where id=9; -update noar tt set b2='PTP1DRZJNC8WDHHV' where id=9; -update noar ti set b2='PTP1DRZJNC8WDHHV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XU3QDNUUUED' where id=1; -update noar ti set v0='XU3QDNUUUED' where id=1; -update noar tt set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1; -update noar ti set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1; -update noar tt set v0='6EGUYIRRDCY' where id=1; -update noar ti set v0='6EGUYIRRDCY' where id=1; -update noar tt set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1; -update noar ti set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1; -update noar tt set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1; -update noar ti set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1; -update noar tt set b2='QUJCA01C2SQPDX' where id=1; -update noar ti set b2='QUJCA01C2SQPDX' where id=1; -update noar tt set v0='A82OPJ5V' where id=2; -update noar ti set v0='A82OPJ5V' where id=2; -update noar tt set b0='XIC2HT6THN' where id=2; -update noar ti set b0='XIC2HT6THN' where id=2; -update noar tt set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2; -update noar ti set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2; -update noar tt set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2; -update noar ti set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2; -update noar tt set v0='YST3X32WY2' where id=2; -update noar ti set v0='YST3X32WY2' where id=2; -update noar tt set b2='21ZSBY2DSKWOBE769' where id=2; -update noar ti set b2='21ZSBY2DSKWOBE769' where id=2; -update noar tt set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3; -update noar ti set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3; -update noar tt set b0='AJ' where id=3; -update noar ti set b0='AJ' where id=3; -update noar tt set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3; -update noar ti set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3; -update noar tt set b1='WC' where id=3; -update noar ti set b1='WC' where id=3; -update noar tt set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3; -update noar ti set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3; -update noar tt set b2='MSCU2' where id=3; -update noar ti set b2='MSCU2' where id=3; -update noar tt set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4; -update noar ti set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4; -update noar tt set b0='ICK01X4ZUCAWWND0Q9' where id=4; -update noar ti set b0='ICK01X4ZUCAWWND0Q9' where id=4; -update noar tt set v0='BBB7CY7USQ2LPT' where id=4; -update noar ti set v0='BBB7CY7USQ2LPT' where id=4; -update noar tt set b1='ZF08YH17VUV2' where id=4; -update noar ti set b1='ZF08YH17VUV2' where id=4; -update noar tt set v0='XKR42V' where id=4; -update noar ti set v0='XKR42V' where id=4; -update noar tt set b2='L9IH6' where id=4; -update noar ti set b2='L9IH6' where id=4; -update noar tt set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5; -update noar ti set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5; -update noar tt set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5; -update noar ti set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5; -update noar tt set v0='EEAQ9T7XGQGVOY5BJA51' where id=5; -update noar ti set v0='EEAQ9T7XGQGVOY5BJA51' where id=5; -update noar tt set b1='NFIU62OLJ8' where id=5; -update noar ti set b1='NFIU62OLJ8' where id=5; -update noar tt set v0='PW7ICJ9WMEFTB' where id=5; -update noar ti set v0='PW7ICJ9WMEFTB' where id=5; -update noar tt set b2='SG' where id=5; -update noar ti set b2='SG' where id=5; -update noar tt set v0='0PIHZIB3NA2' where id=6; -update noar ti set v0='0PIHZIB3NA2' where id=6; -update noar tt set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6; -update noar ti set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6; -update noar tt set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6; -update noar ti set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6; -update noar tt set b1='P29U6MKFISL0V85A' where id=6; -update noar ti set b1='P29U6MKFISL0V85A' where id=6; -update noar tt set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6; -update noar ti set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6; -update noar tt set b2='ZPTXO' where id=6; -update noar ti set b2='ZPTXO' where id=6; -update noar tt set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7; -update noar ti set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7; -update noar tt set b0='QA366PO6IU82995G00G8D2FX2' where id=7; -update noar ti set b0='QA366PO6IU82995G00G8D2FX2' where id=7; -update noar tt set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7; -update noar ti set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7; -update noar tt set b1='T587BFDUBC6733FBGOG14V' where id=7; -update noar ti set b1='T587BFDUBC6733FBGOG14V' where id=7; -update noar tt set v0='QYK' where id=7; -update noar ti set v0='QYK' where id=7; -update noar tt set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7; -update noar ti set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7; -update noar tt set v0='OAUT3IRL' where id=8; -update noar ti set v0='OAUT3IRL' where id=8; -update noar tt set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8; -update noar ti set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8; -update noar tt set v0='GERZLX365' where id=8; -update noar ti set v0='GERZLX365' where id=8; -update noar tt set b1='91J5U2MFCRY5A20RSK9' where id=8; -update noar ti set b1='91J5U2MFCRY5A20RSK9' where id=8; -update noar tt set v0='FD6O2TEKP3FB' where id=8; -update noar ti set v0='FD6O2TEKP3FB' where id=8; -update noar tt set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8; -update noar ti set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8; -update noar tt set v0='U5EXFWMFLW6YQU8SJZ' where id=9; -update noar ti set v0='U5EXFWMFLW6YQU8SJZ' where id=9; -update noar tt set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9; -update noar ti set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9; -update noar tt set v0='OIH4JC' where id=9; -update noar ti set v0='OIH4JC' where id=9; -update noar tt set b1='X5TK2Z5Q3WPV7B' where id=9; -update noar ti set b1='X5TK2Z5Q3WPV7B' where id=9; -update noar tt set v0='O32I0SKW7G8HJ89FSM9W' where id=9; -update noar ti set v0='O32I0SKW7G8HJ89FSM9W' where id=9; -update noar tt set b2='Q' where id=9; -update noar ti set b2='Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A' where id=1; -update noar ti set v0='A' where id=1; -update noar tt set b0='V' where id=1; -update noar ti set b0='V' where id=1; -update noar tt set v0='NDHFNZVNZER0' where id=1; -update noar ti set v0='NDHFNZVNZER0' where id=1; -update noar tt set b1='XOF1T71SN19LPLUUMR8T0V' where id=1; -update noar ti set b1='XOF1T71SN19LPLUUMR8T0V' where id=1; -update noar tt set v0='XGDTM4ULG' where id=1; -update noar ti set v0='XGDTM4ULG' where id=1; -update noar tt set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1; -update noar ti set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1; -update noar tt set v0='TDQCD51C6LS50PCSS19' where id=2; -update noar ti set v0='TDQCD51C6LS50PCSS19' where id=2; -update noar tt set b0='2JLOMEVP50CSX5P' where id=2; -update noar ti set b0='2JLOMEVP50CSX5P' where id=2; -update noar tt set v0='W92IZ6W4ZX03GU7HB' where id=2; -update noar ti set v0='W92IZ6W4ZX03GU7HB' where id=2; -update noar tt set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2; -update noar ti set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2; -update noar tt set v0='QK71N118' where id=2; -update noar ti set v0='QK71N118' where id=2; -update noar tt set b2='9218G' where id=2; -update noar ti set b2='9218G' where id=2; -update noar tt set v0='2X' where id=3; -update noar ti set v0='2X' where id=3; -update noar tt set b0='EFN3UHPG090PAMQD5' where id=3; -update noar ti set b0='EFN3UHPG090PAMQD5' where id=3; -update noar tt set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3; -update noar ti set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3; -update noar tt set b1='U2XEAPDE54CJZCLJL' where id=3; -update noar ti set b1='U2XEAPDE54CJZCLJL' where id=3; -update noar tt set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3; -update noar ti set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3; -update noar tt set b2='JK' where id=3; -update noar ti set b2='JK' where id=3; -update noar tt set v0='RSWUAHUL6' where id=4; -update noar ti set v0='RSWUAHUL6' where id=4; -update noar tt set b0='GRQKU46EDTIGMF' where id=4; -update noar ti set b0='GRQKU46EDTIGMF' where id=4; -update noar tt set v0='BT' where id=4; -update noar ti set v0='BT' where id=4; -update noar tt set b1='X71JQGKDDFX3489U9T7B' where id=4; -update noar ti set b1='X71JQGKDDFX3489U9T7B' where id=4; -update noar tt set v0='57E93K20CL0OC9F1LQI986I' where id=4; -update noar ti set v0='57E93K20CL0OC9F1LQI986I' where id=4; -update noar tt set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4; -update noar ti set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4; -update noar tt set v0='932WM7HPL6Y2W0DEFD1B' where id=5; -update noar ti set v0='932WM7HPL6Y2W0DEFD1B' where id=5; -update noar tt set b0='3OO66UPVGB3GCD0' where id=5; -update noar ti set b0='3OO66UPVGB3GCD0' where id=5; -update noar tt set v0='82GEP0KY' where id=5; -update noar ti set v0='82GEP0KY' where id=5; -update noar tt set b1='XCZ91DUJ1SATYGR' where id=5; -update noar ti set b1='XCZ91DUJ1SATYGR' where id=5; -update noar tt set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5; -update noar ti set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5; -update noar tt set b2='F8' where id=5; -update noar ti set b2='F8' where id=5; -update noar tt set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6; -update noar ti set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6; -update noar tt set b0='HMLMF01XNW' where id=6; -update noar ti set b0='HMLMF01XNW' where id=6; -update noar tt set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6; -update noar ti set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6; -update noar tt set b1='V6Y1597M85UVADSRV' where id=6; -update noar ti set b1='V6Y1597M85UVADSRV' where id=6; -update noar tt set v0='01VB5IWSED' where id=6; -update noar ti set v0='01VB5IWSED' where id=6; -update noar tt set b2='N2WIMKTUKTN96Y' where id=6; -update noar ti set b2='N2WIMKTUKTN96Y' where id=6; -update noar tt set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7; -update noar ti set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7; -update noar tt set b0='TLT3' where id=7; -update noar ti set b0='TLT3' where id=7; -update noar tt set v0='96XRMMICUZOBMTW' where id=7; -update noar ti set v0='96XRMMICUZOBMTW' where id=7; -update noar tt set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7; -update noar ti set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7; -update noar tt set v0='HK' where id=7; -update noar ti set v0='HK' where id=7; -update noar tt set b2='F3VYTPKOVD' where id=7; -update noar ti set b2='F3VYTPKOVD' where id=7; -update noar tt set v0='KJBME3Y' where id=8; -update noar ti set v0='KJBME3Y' where id=8; -update noar tt set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8; -update noar ti set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8; -update noar tt set v0='2JS7M6NW4A' where id=8; -update noar ti set v0='2JS7M6NW4A' where id=8; -update noar tt set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8; -update noar ti set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8; -update noar tt set v0='B' where id=8; -update noar ti set v0='B' where id=8; -update noar tt set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8; -update noar ti set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8; -update noar tt set v0='TB71OWDBCDPM8021R' where id=9; -update noar ti set v0='TB71OWDBCDPM8021R' where id=9; -update noar tt set b0='9W71QX99B' where id=9; -update noar ti set b0='9W71QX99B' where id=9; -update noar tt set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9; -update noar ti set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9; -update noar tt set b1='V8ULB' where id=9; -update noar ti set b1='V8ULB' where id=9; -update noar tt set v0='YH' where id=9; -update noar ti set v0='YH' where id=9; -update noar tt set b2='33XO87DZ48YNP1FGU0B9N06' where id=9; -update noar ti set b2='33XO87DZ48YNP1FGU0B9N06' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LIO' where id=1; -update noar ti set v0='LIO' where id=1; -update noar tt set b0='Y3G6XG4' where id=1; -update noar ti set b0='Y3G6XG4' where id=1; -update noar tt set v0='F1TTLJHRNTKD11T0X' where id=1; -update noar ti set v0='F1TTLJHRNTKD11T0X' where id=1; -update noar tt set b1='BQUA0FE5BZH9ID18986P' where id=1; -update noar ti set b1='BQUA0FE5BZH9ID18986P' where id=1; -update noar tt set v0='UNNX6JFFSSHUMN' where id=1; -update noar ti set v0='UNNX6JFFSSHUMN' where id=1; -update noar tt set b2='P' where id=1; -update noar ti set b2='P' where id=1; -update noar tt set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2; -update noar ti set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2; -update noar tt set b0='RTSYOKZYRMV' where id=2; -update noar ti set b0='RTSYOKZYRMV' where id=2; -update noar tt set v0='05I0' where id=2; -update noar ti set v0='05I0' where id=2; -update noar tt set b1='N9J0WU24H943KVVVX' where id=2; -update noar ti set b1='N9J0WU24H943KVVVX' where id=2; -update noar tt set v0='DJU70IQUL6D3K' where id=2; -update noar ti set v0='DJU70IQUL6D3K' where id=2; -update noar tt set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2; -update noar ti set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2; -update noar tt set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3; -update noar ti set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3; -update noar tt set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3; -update noar ti set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3; -update noar tt set v0='OMFW2X6OPA63M2MDH0' where id=3; -update noar ti set v0='OMFW2X6OPA63M2MDH0' where id=3; -update noar tt set b1='DYCORSVKDBSIODO' where id=3; -update noar ti set b1='DYCORSVKDBSIODO' where id=3; -update noar tt set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3; -update noar ti set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3; -update noar tt set b2='YLKWWFI0LSXIRPY' where id=3; -update noar ti set b2='YLKWWFI0LSXIRPY' where id=3; -update noar tt set v0='S4AD6GZOPINU' where id=4; -update noar ti set v0='S4AD6GZOPINU' where id=4; -update noar tt set b0='HKWF6Q5' where id=4; -update noar ti set b0='HKWF6Q5' where id=4; -update noar tt set v0='MN4MZABRRR' where id=4; -update noar ti set v0='MN4MZABRRR' where id=4; -update noar tt set b1='JBG3CX7QIJPG8E4WKOP' where id=4; -update noar ti set b1='JBG3CX7QIJPG8E4WKOP' where id=4; -update noar tt set v0='XV0D7BVKE5PN60PI' where id=4; -update noar ti set v0='XV0D7BVKE5PN60PI' where id=4; -update noar tt set b2='LU' where id=4; -update noar ti set b2='LU' where id=4; -update noar tt set v0='QTRCD6W428RS51AGQDDGK' where id=5; -update noar ti set v0='QTRCD6W428RS51AGQDDGK' where id=5; -update noar tt set b0='9RGU7ICDRQ2BPIGU8' where id=5; -update noar ti set b0='9RGU7ICDRQ2BPIGU8' where id=5; -update noar tt set v0='5CDTGIYK' where id=5; -update noar ti set v0='5CDTGIYK' where id=5; -update noar tt set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5; -update noar ti set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5; -update noar tt set v0='D4' where id=5; -update noar ti set v0='D4' where id=5; -update noar tt set b2='15D3YAD6XZ' where id=5; -update noar ti set b2='15D3YAD6XZ' where id=5; -update noar tt set v0='1AM2CE6P2QXNZH4KYJM' where id=6; -update noar ti set v0='1AM2CE6P2QXNZH4KYJM' where id=6; -update noar tt set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6; -update noar ti set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6; -update noar tt set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6; -update noar ti set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6; -update noar tt set b1='MR74EBF' where id=6; -update noar ti set b1='MR74EBF' where id=6; -update noar tt set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6; -update noar ti set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6; -update noar tt set b2='4I5O1UF4P' where id=6; -update noar ti set b2='4I5O1UF4P' where id=6; -update noar tt set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7; -update noar ti set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7; -update noar tt set b0='WVRKN6KQI81P' where id=7; -update noar ti set b0='WVRKN6KQI81P' where id=7; -update noar tt set v0='9YCQ5SM8UGLDKJT109L' where id=7; -update noar ti set v0='9YCQ5SM8UGLDKJT109L' where id=7; -update noar tt set b1='6JU7I4A0CL' where id=7; -update noar ti set b1='6JU7I4A0CL' where id=7; -update noar tt set v0='JKGCOF73Z91ZW7TKRAE' where id=7; -update noar ti set v0='JKGCOF73Z91ZW7TKRAE' where id=7; -update noar tt set b2='U38TDJVLX2VBFCDH80DW' where id=7; -update noar ti set b2='U38TDJVLX2VBFCDH80DW' where id=7; -update noar tt set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8; -update noar ti set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8; -update noar tt set b0='C8V604PVVWW98W50X7R' where id=8; -update noar ti set b0='C8V604PVVWW98W50X7R' where id=8; -update noar tt set v0='Q8A1HTG' where id=8; -update noar ti set v0='Q8A1HTG' where id=8; -update noar tt set b1='8J0PJKK2' where id=8; -update noar ti set b1='8J0PJKK2' where id=8; -update noar tt set v0='83TXLAE0BLSTDEMYA7NI' where id=8; -update noar ti set v0='83TXLAE0BLSTDEMYA7NI' where id=8; -update noar tt set b2='3YOQ' where id=8; -update noar ti set b2='3YOQ' where id=8; -update noar tt set v0='3UBHD4NN1UOAXGBLEID' where id=9; -update noar ti set v0='3UBHD4NN1UOAXGBLEID' where id=9; -update noar tt set b0='34E5ENE2UY9TG0L4BL18O5' where id=9; -update noar ti set b0='34E5ENE2UY9TG0L4BL18O5' where id=9; -update noar tt set v0='PY80H4WWA' where id=9; -update noar ti set v0='PY80H4WWA' where id=9; -update noar tt set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9; -update noar ti set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9; -update noar tt set v0='7YBMM6TTD0PU087URN' where id=9; -update noar ti set v0='7YBMM6TTD0PU087URN' where id=9; -update noar tt set b2='W932B20IVW48' where id=9; -update noar ti set b2='W932B20IVW48' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='66P36' where id=1; -update noar ti set v0='66P36' where id=1; -update noar tt set b0='MCD37D1R1KER146C' where id=1; -update noar ti set b0='MCD37D1R1KER146C' where id=1; -update noar tt set v0='I1ISD5FF2SRZD6DU8TE72' where id=1; -update noar ti set v0='I1ISD5FF2SRZD6DU8TE72' where id=1; -update noar tt set b1='FOKH5RXCGIDV5' where id=1; -update noar ti set b1='FOKH5RXCGIDV5' where id=1; -update noar tt set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1; -update noar ti set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1; -update noar tt set b2='8L971501K5EMR3N9N2' where id=1; -update noar ti set b2='8L971501K5EMR3N9N2' where id=1; -update noar tt set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2; -update noar ti set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2; -update noar tt set b0='GH' where id=2; -update noar ti set b0='GH' where id=2; -update noar tt set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2; -update noar ti set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2; -update noar tt set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2; -update noar ti set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2; -update noar tt set v0='9BLVXWR70TQ77GBR3357PPS' where id=2; -update noar ti set v0='9BLVXWR70TQ77GBR3357PPS' where id=2; -update noar tt set b2='KAK2QFV8AC9JMZ' where id=2; -update noar ti set b2='KAK2QFV8AC9JMZ' where id=2; -update noar tt set v0='0JAJ10RDO3E' where id=3; -update noar ti set v0='0JAJ10RDO3E' where id=3; -update noar tt set b0='9E6SCXIE51YLGRTB6885W' where id=3; -update noar ti set b0='9E6SCXIE51YLGRTB6885W' where id=3; -update noar tt set v0='XD7' where id=3; -update noar ti set v0='XD7' where id=3; -update noar tt set b1='S1Y2CUR7KXKEC60B' where id=3; -update noar ti set b1='S1Y2CUR7KXKEC60B' where id=3; -update noar tt set v0='KVH56ZNR' where id=3; -update noar ti set v0='KVH56ZNR' where id=3; -update noar tt set b2='L71GF9OKU' where id=3; -update noar ti set b2='L71GF9OKU' where id=3; -update noar tt set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4; -update noar ti set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4; -update noar tt set b0='HXAM9OKSZ690M7NTC162' where id=4; -update noar ti set b0='HXAM9OKSZ690M7NTC162' where id=4; -update noar tt set v0='NEJHHDD' where id=4; -update noar ti set v0='NEJHHDD' where id=4; -update noar tt set b1='A568QPAT4XAYNCHP5W7' where id=4; -update noar ti set b1='A568QPAT4XAYNCHP5W7' where id=4; -update noar tt set v0='1FV1' where id=4; -update noar ti set v0='1FV1' where id=4; -update noar tt set b2='L8B6XD4ZBI8YW47WN' where id=4; -update noar ti set b2='L8B6XD4ZBI8YW47WN' where id=4; -update noar tt set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5; -update noar ti set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5; -update noar tt set b0='YODXM2TJPBSKRA42DJ0N03' where id=5; -update noar ti set b0='YODXM2TJPBSKRA42DJ0N03' where id=5; -update noar tt set v0='SMNSDK41XML66DA4ZVP2R' where id=5; -update noar ti set v0='SMNSDK41XML66DA4ZVP2R' where id=5; -update noar tt set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5; -update noar ti set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5; -update noar tt set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5; -update noar ti set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5; -update noar tt set b2='7TPAJV1I56NEUEEMUCY' where id=5; -update noar ti set b2='7TPAJV1I56NEUEEMUCY' where id=5; -update noar tt set v0='XIM' where id=6; -update noar ti set v0='XIM' where id=6; -update noar tt set b0='6PQ3OFLL3NQE3F1Y' where id=6; -update noar ti set b0='6PQ3OFLL3NQE3F1Y' where id=6; -update noar tt set v0='10ZGXC9H13O30CX' where id=6; -update noar ti set v0='10ZGXC9H13O30CX' where id=6; -update noar tt set b1='76GNA8DZML' where id=6; -update noar ti set b1='76GNA8DZML' where id=6; -update noar tt set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6; -update noar ti set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6; -update noar tt set b2='MNWHHPLF0V3W4' where id=6; -update noar ti set b2='MNWHHPLF0V3W4' where id=6; -update noar tt set v0='2NHJWSU' where id=7; -update noar ti set v0='2NHJWSU' where id=7; -update noar tt set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7; -update noar ti set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7; -update noar tt set v0='0MWVFT8GACPKZ2ULEACPM' where id=7; -update noar ti set v0='0MWVFT8GACPKZ2ULEACPM' where id=7; -update noar tt set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7; -update noar ti set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7; -update noar tt set v0='MMB7WITNIC' where id=7; -update noar ti set v0='MMB7WITNIC' where id=7; -update noar tt set b2='ELP5PQ38R336W' where id=7; -update noar ti set b2='ELP5PQ38R336W' where id=7; -update noar tt set v0='4IJA' where id=8; -update noar ti set v0='4IJA' where id=8; -update noar tt set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8; -update noar ti set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8; -update noar tt set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8; -update noar ti set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8; -update noar tt set b1='GLZFTYYCMUI' where id=8; -update noar ti set b1='GLZFTYYCMUI' where id=8; -update noar tt set v0='VHW' where id=8; -update noar ti set v0='VHW' where id=8; -update noar tt set b2='205J91153H2NOGTNW' where id=8; -update noar ti set b2='205J91153H2NOGTNW' where id=8; -update noar tt set v0='XCN' where id=9; -update noar ti set v0='XCN' where id=9; -update noar tt set b0='N36OMXEDRSW' where id=9; -update noar ti set b0='N36OMXEDRSW' where id=9; -update noar tt set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9; -update noar ti set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9; -update noar tt set b1='ODBZE0PZXQF' where id=9; -update noar ti set b1='ODBZE0PZXQF' where id=9; -update noar tt set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9; -update noar ti set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9; -update noar tt set b2='H559PD' where id=9; -update noar ti set b2='H559PD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WR7DJFSN5UGF203' where id=1; -update noar ti set v0='WR7DJFSN5UGF203' where id=1; -update noar tt set b0='EV' where id=1; -update noar ti set b0='EV' where id=1; -update noar tt set v0='1VUUO1B6L357Z' where id=1; -update noar ti set v0='1VUUO1B6L357Z' where id=1; -update noar tt set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1; -update noar ti set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1; -update noar tt set v0='QCDDPRM3' where id=1; -update noar ti set v0='QCDDPRM3' where id=1; -update noar tt set b2='RK57SA2IS9ROA7EYOO4' where id=1; -update noar ti set b2='RK57SA2IS9ROA7EYOO4' where id=1; -update noar tt set v0='H3AEEE8CSC' where id=2; -update noar ti set v0='H3AEEE8CSC' where id=2; -update noar tt set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2; -update noar ti set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2; -update noar tt set v0='34MKP6XSBWURK3NRNFDW' where id=2; -update noar ti set v0='34MKP6XSBWURK3NRNFDW' where id=2; -update noar tt set b1='S0UFBA' where id=2; -update noar ti set b1='S0UFBA' where id=2; -update noar tt set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2; -update noar ti set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2; -update noar tt set b2='T7UBGMD4ITIEQKH8GL0' where id=2; -update noar ti set b2='T7UBGMD4ITIEQKH8GL0' where id=2; -update noar tt set v0='ONRJ4D5ZGSD' where id=3; -update noar ti set v0='ONRJ4D5ZGSD' where id=3; -update noar tt set b0='0ZIOOUCWDYWM' where id=3; -update noar ti set b0='0ZIOOUCWDYWM' where id=3; -update noar tt set v0='EHHKBBXXA4' where id=3; -update noar ti set v0='EHHKBBXXA4' where id=3; -update noar tt set b1='8' where id=3; -update noar ti set b1='8' where id=3; -update noar tt set v0='CO0509YW75U84YV4RIBP4L' where id=3; -update noar ti set v0='CO0509YW75U84YV4RIBP4L' where id=3; -update noar tt set b2='97' where id=3; -update noar ti set b2='97' where id=3; -update noar tt set v0='WYYMGD0YQH21QCRBWBI' where id=4; -update noar ti set v0='WYYMGD0YQH21QCRBWBI' where id=4; -update noar tt set b0='PQ3EH514' where id=4; -update noar ti set b0='PQ3EH514' where id=4; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b1='BJMRH8FHAL7B88BY' where id=4; -update noar ti set b1='BJMRH8FHAL7B88BY' where id=4; -update noar tt set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4; -update noar ti set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4; -update noar tt set b2='30R4CZ07A' where id=4; -update noar ti set b2='30R4CZ07A' where id=4; -update noar tt set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5; -update noar ti set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5; -update noar tt set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5; -update noar ti set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5; -update noar tt set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5; -update noar ti set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5; -update noar tt set b1='L2FAACS2R' where id=5; -update noar ti set b1='L2FAACS2R' where id=5; -update noar tt set v0='5S81UC' where id=5; -update noar ti set v0='5S81UC' where id=5; -update noar tt set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5; -update noar ti set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5; -update noar tt set v0='9UR7X6DBXII6M' where id=6; -update noar ti set v0='9UR7X6DBXII6M' where id=6; -update noar tt set b0='T47UURFHFDDERX9' where id=6; -update noar ti set b0='T47UURFHFDDERX9' where id=6; -update noar tt set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6; -update noar ti set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6; -update noar tt set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6; -update noar ti set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6; -update noar tt set v0='20B0YH1KL3' where id=6; -update noar ti set v0='20B0YH1KL3' where id=6; -update noar tt set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6; -update noar ti set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='6T8DDEHYU' where id=7; -update noar ti set b0='6T8DDEHYU' where id=7; -update noar tt set v0='WZRBYQB' where id=7; -update noar ti set v0='WZRBYQB' where id=7; -update noar tt set b1='C121LRUJAW7' where id=7; -update noar ti set b1='C121LRUJAW7' where id=7; -update noar tt set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7; -update noar ti set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7; -update noar tt set b2='RNCBIAQCUBBVYHO1QZL' where id=7; -update noar ti set b2='RNCBIAQCUBBVYHO1QZL' where id=7; -update noar tt set v0='48DFTNYZ51EC5A0R8' where id=8; -update noar ti set v0='48DFTNYZ51EC5A0R8' where id=8; -update noar tt set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8; -update noar ti set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8; -update noar tt set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8; -update noar ti set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8; -update noar tt set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8; -update noar ti set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8; -update noar tt set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8; -update noar ti set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8; -update noar tt set b2='5JW4J6E89GQMJG1PVC714' where id=8; -update noar ti set b2='5JW4J6E89GQMJG1PVC714' where id=8; -update noar tt set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9; -update noar ti set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9; -update noar tt set b0='YW34M3XCXH1' where id=9; -update noar ti set b0='YW34M3XCXH1' where id=9; -update noar tt set v0='97K' where id=9; -update noar ti set v0='97K' where id=9; -update noar tt set b1='7TQBWK7AGI9GW19YJA8' where id=9; -update noar ti set b1='7TQBWK7AGI9GW19YJA8' where id=9; -update noar tt set v0='QVGTS6U49IC' where id=9; -update noar ti set v0='QVGTS6U49IC' where id=9; -update noar tt set b2='I2YICWKYUF6F4OYSC' where id=9; -update noar ti set b2='I2YICWKYUF6F4OYSC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4BMPA0839HMTXAG9ME9' where id=1; -update noar ti set v0='4BMPA0839HMTXAG9ME9' where id=1; -update noar tt set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1; -update noar ti set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1; -update noar tt set v0='OAQU' where id=1; -update noar ti set v0='OAQU' where id=1; -update noar tt set b1='LL3RXSPP' where id=1; -update noar ti set b1='LL3RXSPP' where id=1; -update noar tt set v0='RY88YGHYMHYF09VQ5UL' where id=1; -update noar ti set v0='RY88YGHYMHYF09VQ5UL' where id=1; -update noar tt set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1; -update noar ti set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1; -update noar tt set v0='E8NIALN0VFSJ2BWQQOM' where id=2; -update noar ti set v0='E8NIALN0VFSJ2BWQQOM' where id=2; -update noar tt set b0='SXBENCGGQDZ7UOD' where id=2; -update noar ti set b0='SXBENCGGQDZ7UOD' where id=2; -update noar tt set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2; -update noar ti set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2; -update noar tt set b1='6W7JQI' where id=2; -update noar ti set b1='6W7JQI' where id=2; -update noar tt set v0='SBMKBU62US8JD' where id=2; -update noar ti set v0='SBMKBU62US8JD' where id=2; -update noar tt set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2; -update noar ti set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2; -update noar tt set v0='S8OIEBK88Z4KXZPXG091' where id=3; -update noar ti set v0='S8OIEBK88Z4KXZPXG091' where id=3; -update noar tt set b0='P3WVCX809TM860ITFOO' where id=3; -update noar ti set b0='P3WVCX809TM860ITFOO' where id=3; -update noar tt set v0='R4FT1HKOKH4AOL' where id=3; -update noar ti set v0='R4FT1HKOKH4AOL' where id=3; -update noar tt set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3; -update noar ti set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3; -update noar tt set v0='P25ZB0' where id=3; -update noar ti set v0='P25ZB0' where id=3; -update noar tt set b2='VJJ9W' where id=3; -update noar ti set b2='VJJ9W' where id=3; -update noar tt set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4; -update noar ti set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4; -update noar tt set b0='530BIS28' where id=4; -update noar ti set b0='530BIS28' where id=4; -update noar tt set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4; -update noar ti set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4; -update noar tt set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4; -update noar ti set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4; -update noar tt set v0='XDXQ50' where id=4; -update noar ti set v0='XDXQ50' where id=4; -update noar tt set b2='Y2LYY15VF1NS42J' where id=4; -update noar ti set b2='Y2LYY15VF1NS42J' where id=4; -update noar tt set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5; -update noar ti set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5; -update noar tt set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5; -update noar ti set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5; -update noar tt set v0='GGDKHWXD8W3Z5C5VW' where id=5; -update noar ti set v0='GGDKHWXD8W3Z5C5VW' where id=5; -update noar tt set b1='2H13PFK' where id=5; -update noar ti set b1='2H13PFK' where id=5; -update noar tt set v0='YMPW39D' where id=5; -update noar ti set v0='YMPW39D' where id=5; -update noar tt set b2='UUDE38BOTQN' where id=5; -update noar ti set b2='UUDE38BOTQN' where id=5; -update noar tt set v0='W30U893BRMN52AZWGJPH1LW' where id=6; -update noar ti set v0='W30U893BRMN52AZWGJPH1LW' where id=6; -update noar tt set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6; -update noar ti set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6; -update noar tt set v0='VH1A6JAWGD' where id=6; -update noar ti set v0='VH1A6JAWGD' where id=6; -update noar tt set b1='WN8CNRAP6' where id=6; -update noar ti set b1='WN8CNRAP6' where id=6; -update noar tt set v0='JRTNA7C5ZLQ' where id=6; -update noar ti set v0='JRTNA7C5ZLQ' where id=6; -update noar tt set b2='VL' where id=6; -update noar ti set b2='VL' where id=6; -update noar tt set v0='9BL8' where id=7; -update noar ti set v0='9BL8' where id=7; -update noar tt set b0='5NRVOC45C5GO4F0' where id=7; -update noar ti set b0='5NRVOC45C5GO4F0' where id=7; -update noar tt set v0='XO5VLH981YJ55EK' where id=7; -update noar ti set v0='XO5VLH981YJ55EK' where id=7; -update noar tt set b1='YABWQ96' where id=7; -update noar ti set b1='YABWQ96' where id=7; -update noar tt set v0='NYYG9WXZ6UWXY6P4' where id=7; -update noar ti set v0='NYYG9WXZ6UWXY6P4' where id=7; -update noar tt set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7; -update noar ti set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7; -update noar tt set v0='8MONZCNZQ3RPNYU7' where id=8; -update noar ti set v0='8MONZCNZQ3RPNYU7' where id=8; -update noar tt set b0='D6ZXJEV1IM5PS3O' where id=8; -update noar ti set b0='D6ZXJEV1IM5PS3O' where id=8; -update noar tt set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8; -update noar ti set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8; -update noar tt set b1='EWIKJU8LTL7KVESF49REB' where id=8; -update noar ti set b1='EWIKJU8LTL7KVESF49REB' where id=8; -update noar tt set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8; -update noar ti set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8; -update noar tt set b2='GUC58YXKP9QJVXHB' where id=8; -update noar ti set b2='GUC58YXKP9QJVXHB' where id=8; -update noar tt set v0='UX' where id=9; -update noar ti set v0='UX' where id=9; -update noar tt set b0='4PG35UP1L7DJDH' where id=9; -update noar ti set b0='4PG35UP1L7DJDH' where id=9; -update noar tt set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9; -update noar ti set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9; -update noar tt set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9; -update noar ti set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9; -update noar tt set v0='Z75XPJ8B1CD7J' where id=9; -update noar ti set v0='Z75XPJ8B1CD7J' where id=9; -update noar tt set b2='0GI5E7EMXH5Y08N69H' where id=9; -update noar ti set b2='0GI5E7EMXH5Y08N69H' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1' where id=1; -update noar ti set v0='1' where id=1; -update noar tt set b0='PE9UBWBA1U146G1B95ZZ' where id=1; -update noar ti set b0='PE9UBWBA1U146G1B95ZZ' where id=1; -update noar tt set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1; -update noar ti set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1; -update noar tt set b1='BQI2G6ND4YKE8FNDXB8B' where id=1; -update noar ti set b1='BQI2G6ND4YKE8FNDXB8B' where id=1; -update noar tt set v0='9MT' where id=1; -update noar ti set v0='9MT' where id=1; -update noar tt set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1; -update noar ti set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1; -update noar tt set v0='YMGK9UVXIC615FT' where id=2; -update noar ti set v0='YMGK9UVXIC615FT' where id=2; -update noar tt set b0='6V0SZA3II' where id=2; -update noar ti set b0='6V0SZA3II' where id=2; -update noar tt set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2; -update noar ti set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2; -update noar tt set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2; -update noar ti set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2; -update noar tt set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2; -update noar ti set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2; -update noar tt set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2; -update noar ti set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2; -update noar tt set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3; -update noar ti set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3; -update noar tt set b0='LLELKM' where id=3; -update noar ti set b0='LLELKM' where id=3; -update noar tt set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3; -update noar ti set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3; -update noar tt set b1='3A03S' where id=3; -update noar ti set b1='3A03S' where id=3; -update noar tt set v0='F12YJ2T224ZMWQC3541' where id=3; -update noar ti set v0='F12YJ2T224ZMWQC3541' where id=3; -update noar tt set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3; -update noar ti set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3; -update noar tt set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4; -update noar ti set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4; -update noar tt set b0='7NDVRZV085MIGN7' where id=4; -update noar ti set b0='7NDVRZV085MIGN7' where id=4; -update noar tt set v0='KUQQBIE2Z' where id=4; -update noar ti set v0='KUQQBIE2Z' where id=4; -update noar tt set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4; -update noar ti set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4; -update noar tt set v0='KA6L8DY' where id=4; -update noar ti set v0='KA6L8DY' where id=4; -update noar tt set b2='NCRSQMVR7238GV2IA7' where id=4; -update noar ti set b2='NCRSQMVR7238GV2IA7' where id=4; -update noar tt set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5; -update noar ti set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5; -update noar tt set b0='QGA8973KAGGH4O3' where id=5; -update noar ti set b0='QGA8973KAGGH4O3' where id=5; -update noar tt set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5; -update noar ti set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5; -update noar tt set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5; -update noar ti set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5; -update noar tt set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5; -update noar ti set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5; -update noar tt set b2='O1IG3FJV3JJ8AYUGH' where id=5; -update noar ti set b2='O1IG3FJV3JJ8AYUGH' where id=5; -update noar tt set v0='GH7GG9FD9CM2CJJRQZ10' where id=6; -update noar ti set v0='GH7GG9FD9CM2CJJRQZ10' where id=6; -update noar tt set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6; -update noar ti set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6; -update noar tt set v0='O9FPLB8KZEC2WGHB6K' where id=6; -update noar ti set v0='O9FPLB8KZEC2WGHB6K' where id=6; -update noar tt set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6; -update noar ti set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6; -update noar tt set v0='IH2HTYW' where id=6; -update noar ti set v0='IH2HTYW' where id=6; -update noar tt set b2='V4B0A6A' where id=6; -update noar ti set b2='V4B0A6A' where id=6; -update noar tt set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7; -update noar ti set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7; -update noar tt set b0='IGAIC8A6' where id=7; -update noar ti set b0='IGAIC8A6' where id=7; -update noar tt set v0='6D' where id=7; -update noar ti set v0='6D' where id=7; -update noar tt set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7; -update noar ti set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7; -update noar tt set v0='A' where id=7; -update noar ti set v0='A' where id=7; -update noar tt set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7; -update noar ti set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7; -update noar tt set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8; -update noar ti set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8; -update noar tt set b0='QF253N6' where id=8; -update noar ti set b0='QF253N6' where id=8; -update noar tt set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8; -update noar ti set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8; -update noar tt set b1='11UDK4CPW55UVKC' where id=8; -update noar ti set b1='11UDK4CPW55UVKC' where id=8; -update noar tt set v0='72L5UIOSTSJ94LUK' where id=8; -update noar ti set v0='72L5UIOSTSJ94LUK' where id=8; -update noar tt set b2='Z8UFY0GARQL' where id=8; -update noar ti set b2='Z8UFY0GARQL' where id=8; -update noar tt set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9; -update noar ti set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9; -update noar tt set b0='F0L7KJGF' where id=9; -update noar ti set b0='F0L7KJGF' where id=9; -update noar tt set v0='ZL0BDNUWONKQ9XMF3' where id=9; -update noar ti set v0='ZL0BDNUWONKQ9XMF3' where id=9; -update noar tt set b1='50ETN5YT368Q1' where id=9; -update noar ti set b1='50ETN5YT368Q1' where id=9; -update noar tt set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9; -update noar ti set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9; -update noar tt set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9; -update noar ti set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RMF01TT' where id=1; -update noar ti set v0='RMF01TT' where id=1; -update noar tt set b0='Z8OQ6FGL7ZGJQBDO' where id=1; -update noar ti set b0='Z8OQ6FGL7ZGJQBDO' where id=1; -update noar tt set v0='JFDXUR06PRFAS' where id=1; -update noar ti set v0='JFDXUR06PRFAS' where id=1; -update noar tt set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1; -update noar ti set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1; -update noar tt set v0='40PL9VPTN' where id=1; -update noar ti set v0='40PL9VPTN' where id=1; -update noar tt set b2='C4ASYIWSIUY856' where id=1; -update noar ti set b2='C4ASYIWSIUY856' where id=1; -update noar tt set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2; -update noar ti set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2; -update noar tt set b0='W' where id=2; -update noar ti set b0='W' where id=2; -update noar tt set v0='P2XCINSP' where id=2; -update noar ti set v0='P2XCINSP' where id=2; -update noar tt set b1='ACBKGTGY809111HHC' where id=2; -update noar ti set b1='ACBKGTGY809111HHC' where id=2; -update noar tt set v0='ZA500HGL15KG9CQLXV6' where id=2; -update noar ti set v0='ZA500HGL15KG9CQLXV6' where id=2; -update noar tt set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2; -update noar ti set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2; -update noar tt set v0='RL' where id=3; -update noar ti set v0='RL' where id=3; -update noar tt set b0='Q3NI0GQN82' where id=3; -update noar ti set b0='Q3NI0GQN82' where id=3; -update noar tt set v0='BEB' where id=3; -update noar ti set v0='BEB' where id=3; -update noar tt set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3; -update noar ti set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3; -update noar tt set v0='D9HM6WXLPOZJCEPC5DT1' where id=3; -update noar ti set v0='D9HM6WXLPOZJCEPC5DT1' where id=3; -update noar tt set b2='WKGITDSV2X9WMZY' where id=3; -update noar ti set b2='WKGITDSV2X9WMZY' where id=3; -update noar tt set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4; -update noar ti set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4; -update noar tt set b0='8' where id=4; -update noar ti set b0='8' where id=4; -update noar tt set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4; -update noar ti set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4; -update noar tt set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4; -update noar ti set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4; -update noar tt set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4; -update noar ti set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4; -update noar tt set b2='GBL63964UDOJJDMVFUD' where id=4; -update noar ti set b2='GBL63964UDOJJDMVFUD' where id=4; -update noar tt set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5; -update noar ti set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5; -update noar tt set b0='QDUYVZK' where id=5; -update noar ti set b0='QDUYVZK' where id=5; -update noar tt set v0='TD7CE0H7H2' where id=5; -update noar ti set v0='TD7CE0H7H2' where id=5; -update noar tt set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5; -update noar ti set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5; -update noar tt set v0='886UI54V' where id=5; -update noar ti set v0='886UI54V' where id=5; -update noar tt set b2='S14OOJECI0MXNAQL0PYFE' where id=5; -update noar ti set b2='S14OOJECI0MXNAQL0PYFE' where id=5; -update noar tt set v0='P4UHO7PLH6OM5' where id=6; -update noar ti set v0='P4UHO7PLH6OM5' where id=6; -update noar tt set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6; -update noar ti set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6; -update noar tt set v0='SWUF5XPW9H3UVK' where id=6; -update noar ti set v0='SWUF5XPW9H3UVK' where id=6; -update noar tt set b1='5WGW3WQPV' where id=6; -update noar ti set b1='5WGW3WQPV' where id=6; -update noar tt set v0='4KPY0RUXA8XPWXWL' where id=6; -update noar ti set v0='4KPY0RUXA8XPWXWL' where id=6; -update noar tt set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6; -update noar ti set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6; -update noar tt set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7; -update noar ti set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7; -update noar tt set b0='5NZ0' where id=7; -update noar ti set b0='5NZ0' where id=7; -update noar tt set v0='C5KRRT3T5ST1ZLAQQ' where id=7; -update noar ti set v0='C5KRRT3T5ST1ZLAQQ' where id=7; -update noar tt set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7; -update noar ti set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7; -update noar tt set v0='391NN8Z2KJ2VQB92LMCQ' where id=7; -update noar ti set v0='391NN8Z2KJ2VQB92LMCQ' where id=7; -update noar tt set b2='ONSMZSMKJBTAKQCRV' where id=7; -update noar ti set b2='ONSMZSMKJBTAKQCRV' where id=7; -update noar tt set v0='S0YZ99B' where id=8; -update noar ti set v0='S0YZ99B' where id=8; -update noar tt set b0='ES5BN1BBO4RPW9T' where id=8; -update noar ti set b0='ES5BN1BBO4RPW9T' where id=8; -update noar tt set v0='NYVZV5F' where id=8; -update noar ti set v0='NYVZV5F' where id=8; -update noar tt set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8; -update noar ti set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8; -update noar tt set v0='DMHLY4HFO6HHWOW9CQQ' where id=8; -update noar ti set v0='DMHLY4HFO6HHWOW9CQQ' where id=8; -update noar tt set b2='2D' where id=8; -update noar ti set b2='2D' where id=8; -update noar tt set v0='P' where id=9; -update noar ti set v0='P' where id=9; -update noar tt set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9; -update noar ti set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9; -update noar tt set v0='0L587SDBCAUXX' where id=9; -update noar ti set v0='0L587SDBCAUXX' where id=9; -update noar tt set b1='1E' where id=9; -update noar ti set b1='1E' where id=9; -update noar tt set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9; -update noar ti set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9; -update noar tt set b2='JJYXPEYNNWD9WV5I5I8' where id=9; -update noar ti set b2='JJYXPEYNNWD9WV5I5I8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U3QXFT7' where id=1; -update noar ti set v0='U3QXFT7' where id=1; -update noar tt set b0='RT1M41Q144JC9YH65' where id=1; -update noar ti set b0='RT1M41Q144JC9YH65' where id=1; -update noar tt set v0='D9H' where id=1; -update noar ti set v0='D9H' where id=1; -update noar tt set b1='98XU74MA2TRJBKOTQO28' where id=1; -update noar ti set b1='98XU74MA2TRJBKOTQO28' where id=1; -update noar tt set v0='DC' where id=1; -update noar ti set v0='DC' where id=1; -update noar tt set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1; -update noar ti set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1; -update noar tt set v0='OW9JQ5UW6WLFFH8SJC' where id=2; -update noar ti set v0='OW9JQ5UW6WLFFH8SJC' where id=2; -update noar tt set b0='XGL56XP7Q8RV1HYC0Q' where id=2; -update noar ti set b0='XGL56XP7Q8RV1HYC0Q' where id=2; -update noar tt set v0='5R09PJ2A385FM4XL5HT6' where id=2; -update noar ti set v0='5R09PJ2A385FM4XL5HT6' where id=2; -update noar tt set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2; -update noar ti set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2; -update noar tt set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2; -update noar ti set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2; -update noar tt set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2; -update noar ti set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2; -update noar tt set v0='H5381XQR4GPX5S864HK0UM6' where id=3; -update noar ti set v0='H5381XQR4GPX5S864HK0UM6' where id=3; -update noar tt set b0='6YPZ' where id=3; -update noar ti set b0='6YPZ' where id=3; -update noar tt set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3; -update noar ti set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3; -update noar tt set b1='MV4G9KSH5' where id=3; -update noar ti set b1='MV4G9KSH5' where id=3; -update noar tt set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3; -update noar ti set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3; -update noar tt set b2='N1WW103NIE8MPPKVR' where id=3; -update noar ti set b2='N1WW103NIE8MPPKVR' where id=3; -update noar tt set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4; -update noar ti set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4; -update noar tt set b0='GA4LV' where id=4; -update noar ti set b0='GA4LV' where id=4; -update noar tt set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4; -update noar ti set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4; -update noar tt set b1='ZNJA2BSW8FAG22' where id=4; -update noar ti set b1='ZNJA2BSW8FAG22' where id=4; -update noar tt set v0='E9BX06TVP5X5Q13AIA0DH' where id=4; -update noar ti set v0='E9BX06TVP5X5Q13AIA0DH' where id=4; -update noar tt set b2='WT1TLCXBYIHWI1GD' where id=4; -update noar ti set b2='WT1TLCXBYIHWI1GD' where id=4; -update noar tt set v0='FR4N3PFY2YUL' where id=5; -update noar ti set v0='FR4N3PFY2YUL' where id=5; -update noar tt set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5; -update noar ti set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5; -update noar tt set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5; -update noar ti set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5; -update noar tt set b1='3LORD46P63UKU9I' where id=5; -update noar ti set b1='3LORD46P63UKU9I' where id=5; -update noar tt set v0='HYSX4' where id=5; -update noar ti set v0='HYSX4' where id=5; -update noar tt set b2='S0DNS3JOSD3SAP2J' where id=5; -update noar ti set b2='S0DNS3JOSD3SAP2J' where id=5; -update noar tt set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6; -update noar ti set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6; -update noar tt set b0='RU1NL87CQUUJ' where id=6; -update noar ti set b0='RU1NL87CQUUJ' where id=6; -update noar tt set v0='N2W' where id=6; -update noar ti set v0='N2W' where id=6; -update noar tt set b1='ENZYX098BBUN6' where id=6; -update noar ti set b1='ENZYX098BBUN6' where id=6; -update noar tt set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6; -update noar ti set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6; -update noar tt set b2='16MIXU5ERSCJI6L4J' where id=6; -update noar ti set b2='16MIXU5ERSCJI6L4J' where id=6; -update noar tt set v0='0VROV7N303VI' where id=7; -update noar ti set v0='0VROV7N303VI' where id=7; -update noar tt set b0='9EAXF7IU64QQZMHZN8KT' where id=7; -update noar ti set b0='9EAXF7IU64QQZMHZN8KT' where id=7; -update noar tt set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7; -update noar ti set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7; -update noar tt set b1='QZ9OGK5QMZN' where id=7; -update noar ti set b1='QZ9OGK5QMZN' where id=7; -update noar tt set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7; -update noar ti set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7; -update noar tt set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7; -update noar ti set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7; -update noar tt set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8; -update noar ti set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8; -update noar tt set b0='QMEYKB2ZFJ7CR9C' where id=8; -update noar ti set b0='QMEYKB2ZFJ7CR9C' where id=8; -update noar tt set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8; -update noar ti set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8; -update noar tt set b1='MZ88MTYLM91POPWKBL4YR42' where id=8; -update noar ti set b1='MZ88MTYLM91POPWKBL4YR42' where id=8; -update noar tt set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8; -update noar ti set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8; -update noar tt set b2='8RXXW09' where id=8; -update noar ti set b2='8RXXW09' where id=8; -update noar tt set v0='8G4JFPTVC2' where id=9; -update noar ti set v0='8G4JFPTVC2' where id=9; -update noar tt set b0='V2X8IYO53' where id=9; -update noar ti set b0='V2X8IYO53' where id=9; -update noar tt set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9; -update noar ti set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9; -update noar tt set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9; -update noar ti set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9; -update noar tt set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9; -update noar ti set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9; -update noar tt set b2='8962W028V' where id=9; -update noar ti set b2='8962W028V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TH15PY73DK' where id=1; -update noar ti set v0='TH15PY73DK' where id=1; -update noar tt set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1; -update noar ti set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1; -update noar tt set v0='41Q4BTSQXMESELQOKQGC' where id=1; -update noar ti set v0='41Q4BTSQXMESELQOKQGC' where id=1; -update noar tt set b1='Q76MJEQVKBLOMVCX' where id=1; -update noar ti set b1='Q76MJEQVKBLOMVCX' where id=1; -update noar tt set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1; -update noar ti set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1; -update noar tt set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1; -update noar ti set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1; -update noar tt set v0='RNBMZ9HUPE5K0J0' where id=2; -update noar ti set v0='RNBMZ9HUPE5K0J0' where id=2; -update noar tt set b0='2TIDWLLT1523PJ2D9' where id=2; -update noar ti set b0='2TIDWLLT1523PJ2D9' where id=2; -update noar tt set v0='5QCWUK' where id=2; -update noar ti set v0='5QCWUK' where id=2; -update noar tt set b1='RNN4JR6F47WMUZF5U0' where id=2; -update noar ti set b1='RNN4JR6F47WMUZF5U0' where id=2; -update noar tt set v0='5CIA5BBKHVSZ109' where id=2; -update noar ti set v0='5CIA5BBKHVSZ109' where id=2; -update noar tt set b2='N8LGZV9J6XWEVRWWI455' where id=2; -update noar ti set b2='N8LGZV9J6XWEVRWWI455' where id=2; -update noar tt set v0='CDP21XWGVXVGP3NZ' where id=3; -update noar ti set v0='CDP21XWGVXVGP3NZ' where id=3; -update noar tt set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3; -update noar ti set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3; -update noar tt set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3; -update noar ti set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3; -update noar tt set b1='56P7UPE82CRZB0LY1D' where id=3; -update noar ti set b1='56P7UPE82CRZB0LY1D' where id=3; -update noar tt set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3; -update noar ti set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3; -update noar tt set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3; -update noar ti set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3; -update noar tt set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4; -update noar ti set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4; -update noar tt set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4; -update noar ti set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4; -update noar tt set v0='EDY85L1BTLM4JHIXXW5' where id=4; -update noar ti set v0='EDY85L1BTLM4JHIXXW5' where id=4; -update noar tt set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4; -update noar ti set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4; -update noar tt set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4; -update noar ti set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4; -update noar tt set b2='WZJ768O72CD5BDJPW' where id=4; -update noar ti set b2='WZJ768O72CD5BDJPW' where id=4; -update noar tt set v0='UV3MTZUBJ' where id=5; -update noar ti set v0='UV3MTZUBJ' where id=5; -update noar tt set b0='NVZGPUM7K' where id=5; -update noar ti set b0='NVZGPUM7K' where id=5; -update noar tt set v0='EBGKJO901EQM4QDXKZV8' where id=5; -update noar ti set v0='EBGKJO901EQM4QDXKZV8' where id=5; -update noar tt set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5; -update noar ti set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5; -update noar tt set v0='DIK2ICHW' where id=5; -update noar ti set v0='DIK2ICHW' where id=5; -update noar tt set b2='0GN7ZIMMG2' where id=5; -update noar ti set b2='0GN7ZIMMG2' where id=5; -update noar tt set v0='NE0UBZOOVWP7' where id=6; -update noar ti set v0='NE0UBZOOVWP7' where id=6; -update noar tt set b0='SOBQZS6XZ' where id=6; -update noar ti set b0='SOBQZS6XZ' where id=6; -update noar tt set v0='X8' where id=6; -update noar ti set v0='X8' where id=6; -update noar tt set b1='7LJ6OFVK0TQ' where id=6; -update noar ti set b1='7LJ6OFVK0TQ' where id=6; -update noar tt set v0='4IYGUK5' where id=6; -update noar ti set v0='4IYGUK5' where id=6; -update noar tt set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6; -update noar ti set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6; -update noar tt set v0='NF4' where id=7; -update noar ti set v0='NF4' where id=7; -update noar tt set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7; -update noar ti set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7; -update noar tt set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7; -update noar ti set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7; -update noar tt set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7; -update noar ti set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7; -update noar tt set v0='4' where id=7; -update noar ti set v0='4' where id=7; -update noar tt set b2='87L795D2' where id=7; -update noar ti set b2='87L795D2' where id=7; -update noar tt set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8; -update noar ti set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8; -update noar tt set b0='L1DCVB' where id=8; -update noar ti set b0='L1DCVB' where id=8; -update noar tt set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8; -update noar ti set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8; -update noar tt set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8; -update noar ti set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8; -update noar tt set v0='LK3MG079VW3U2' where id=8; -update noar ti set v0='LK3MG079VW3U2' where id=8; -update noar tt set b2='LNWBMBLQ' where id=8; -update noar ti set b2='LNWBMBLQ' where id=8; -update noar tt set v0='CAPH35G2ZBLK' where id=9; -update noar ti set v0='CAPH35G2ZBLK' where id=9; -update noar tt set b0='49DERRZ6GBRBXN' where id=9; -update noar ti set b0='49DERRZ6GBRBXN' where id=9; -update noar tt set v0='MDGQV7TRBNX3LRECJ34TY' where id=9; -update noar ti set v0='MDGQV7TRBNX3LRECJ34TY' where id=9; -update noar tt set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9; -update noar ti set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9; -update noar tt set v0='GQTOL8I' where id=9; -update noar ti set v0='GQTOL8I' where id=9; -update noar tt set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9; -update noar ti set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SA80PG' where id=1; -update noar ti set v0='SA80PG' where id=1; -update noar tt set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1; -update noar ti set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1; -update noar tt set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1; -update noar ti set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1; -update noar tt set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1; -update noar ti set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1; -update noar tt set v0='T9ZXXD6XZE' where id=1; -update noar ti set v0='T9ZXXD6XZE' where id=1; -update noar tt set b2='DGMPOJ' where id=1; -update noar ti set b2='DGMPOJ' where id=1; -update noar tt set v0='FDM7H7G' where id=2; -update noar ti set v0='FDM7H7G' where id=2; -update noar tt set b0='YUMMS05KO9BRE1CZ4R' where id=2; -update noar ti set b0='YUMMS05KO9BRE1CZ4R' where id=2; -update noar tt set v0='63KFBR6' where id=2; -update noar ti set v0='63KFBR6' where id=2; -update noar tt set b1='N4VW4O8U3D' where id=2; -update noar ti set b1='N4VW4O8U3D' where id=2; -update noar tt set v0='UYB56R8SRKCA8O5O' where id=2; -update noar ti set v0='UYB56R8SRKCA8O5O' where id=2; -update noar tt set b2='3HCEENYOE9HZ0SEP1' where id=2; -update noar ti set b2='3HCEENYOE9HZ0SEP1' where id=2; -update noar tt set v0='GK7YW07HGHV' where id=3; -update noar ti set v0='GK7YW07HGHV' where id=3; -update noar tt set b0='4HHV537SNEGOS3' where id=3; -update noar ti set b0='4HHV537SNEGOS3' where id=3; -update noar tt set v0='UR4U43GFPKQF28AV' where id=3; -update noar ti set v0='UR4U43GFPKQF28AV' where id=3; -update noar tt set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3; -update noar ti set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3; -update noar tt set v0='ZKZ8RO' where id=3; -update noar ti set v0='ZKZ8RO' where id=3; -update noar tt set b2='4SVQWVJ9' where id=3; -update noar ti set b2='4SVQWVJ9' where id=3; -update noar tt set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4; -update noar ti set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4; -update noar tt set b0='R3IFSPI0M' where id=4; -update noar ti set b0='R3IFSPI0M' where id=4; -update noar tt set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4; -update noar ti set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4; -update noar tt set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4; -update noar ti set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4; -update noar tt set v0='8768' where id=4; -update noar ti set v0='8768' where id=4; -update noar tt set b2='DVSHBK' where id=4; -update noar ti set b2='DVSHBK' where id=4; -update noar tt set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5; -update noar ti set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5; -update noar tt set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5; -update noar ti set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5; -update noar tt set v0='J8XLH1TN4GKWHPLD' where id=5; -update noar ti set v0='J8XLH1TN4GKWHPLD' where id=5; -update noar tt set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5; -update noar ti set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5; -update noar tt set v0='ST' where id=5; -update noar ti set v0='ST' where id=5; -update noar tt set b2='H8F10L06U' where id=5; -update noar ti set b2='H8F10L06U' where id=5; -update noar tt set v0='3VQ1LSWAMUVP' where id=6; -update noar ti set v0='3VQ1LSWAMUVP' where id=6; -update noar tt set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6; -update noar ti set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6; -update noar tt set v0='LW' where id=6; -update noar ti set v0='LW' where id=6; -update noar tt set b1='XC7T528FA5G' where id=6; -update noar ti set b1='XC7T528FA5G' where id=6; -update noar tt set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6; -update noar ti set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6; -update noar tt set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6; -update noar ti set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6; -update noar tt set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7; -update noar ti set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7; -update noar tt set b0='16F1BCE' where id=7; -update noar ti set b0='16F1BCE' where id=7; -update noar tt set v0='F7HYCT5X3V155PQ6KFEAG' where id=7; -update noar ti set v0='F7HYCT5X3V155PQ6KFEAG' where id=7; -update noar tt set b1='BCDI10FVTNMK' where id=7; -update noar ti set b1='BCDI10FVTNMK' where id=7; -update noar tt set v0='MD206ZJRKOC57CS7ISK7' where id=7; -update noar ti set v0='MD206ZJRKOC57CS7ISK7' where id=7; -update noar tt set b2='PNN11WCL2N8NQ36' where id=7; -update noar ti set b2='PNN11WCL2N8NQ36' where id=7; -update noar tt set v0='S' where id=8; -update noar ti set v0='S' where id=8; -update noar tt set b0='AT5I7DO9R1' where id=8; -update noar ti set b0='AT5I7DO9R1' where id=8; -update noar tt set v0='UBTG0KLEG678OMWELQX64M' where id=8; -update noar ti set v0='UBTG0KLEG678OMWELQX64M' where id=8; -update noar tt set b1='YCVZMH' where id=8; -update noar ti set b1='YCVZMH' where id=8; -update noar tt set v0='DIPPRLUPQRAI68V' where id=8; -update noar ti set v0='DIPPRLUPQRAI68V' where id=8; -update noar tt set b2='4TIPR78COMZCS5DOE7HJ5' where id=8; -update noar ti set b2='4TIPR78COMZCS5DOE7HJ5' where id=8; -update noar tt set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9; -update noar ti set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9; -update noar tt set b0='LUUIEVD0ZWLE8' where id=9; -update noar ti set b0='LUUIEVD0ZWLE8' where id=9; -update noar tt set v0='62Z' where id=9; -update noar ti set v0='62Z' where id=9; -update noar tt set b1='JEEBWUBR1248QKC12IE2' where id=9; -update noar ti set b1='JEEBWUBR1248QKC12IE2' where id=9; -update noar tt set v0='2SWZ' where id=9; -update noar ti set v0='2SWZ' where id=9; -update noar tt set b2='1MPY7LPQWAD6VC0' where id=9; -update noar ti set b2='1MPY7LPQWAD6VC0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1; -update noar ti set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1; -update noar tt set b0='ESST' where id=1; -update noar ti set b0='ESST' where id=1; -update noar tt set v0='49RXKRGWR' where id=1; -update noar ti set v0='49RXKRGWR' where id=1; -update noar tt set b1='UZNQ' where id=1; -update noar ti set b1='UZNQ' where id=1; -update noar tt set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1; -update noar ti set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1; -update noar tt set b2='DJ04THBCA5H6S65QTXIBUH' where id=1; -update noar ti set b2='DJ04THBCA5H6S65QTXIBUH' where id=1; -update noar tt set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2; -update noar ti set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2; -update noar tt set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2; -update noar ti set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2; -update noar tt set v0='H2C7KQ6PVFUFM1' where id=2; -update noar ti set v0='H2C7KQ6PVFUFM1' where id=2; -update noar tt set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2; -update noar ti set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2; -update noar tt set v0='TR5RC5W2EHZQ8K' where id=2; -update noar ti set v0='TR5RC5W2EHZQ8K' where id=2; -update noar tt set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2; -update noar ti set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2; -update noar tt set v0='OGCTEWDFCQD0NIAOL6U8' where id=3; -update noar ti set v0='OGCTEWDFCQD0NIAOL6U8' where id=3; -update noar tt set b0='D2EMA' where id=3; -update noar ti set b0='D2EMA' where id=3; -update noar tt set v0='IK2XQAHHCEVO20F5MP' where id=3; -update noar ti set v0='IK2XQAHHCEVO20F5MP' where id=3; -update noar tt set b1='X04490O' where id=3; -update noar ti set b1='X04490O' where id=3; -update noar tt set v0='OGQD9D' where id=3; -update noar ti set v0='OGQD9D' where id=3; -update noar tt set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3; -update noar ti set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3; -update noar tt set v0='5H1X21G16' where id=4; -update noar ti set v0='5H1X21G16' where id=4; -update noar tt set b0='JLS7' where id=4; -update noar ti set b0='JLS7' where id=4; -update noar tt set v0='J' where id=4; -update noar ti set v0='J' where id=4; -update noar tt set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4; -update noar ti set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4; -update noar tt set v0='EM1X6O0EFXVQX' where id=4; -update noar ti set v0='EM1X6O0EFXVQX' where id=4; -update noar tt set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4; -update noar ti set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4; -update noar tt set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5; -update noar ti set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5; -update noar tt set b0='SRO76FHS821' where id=5; -update noar ti set b0='SRO76FHS821' where id=5; -update noar tt set v0='LZBN4' where id=5; -update noar ti set v0='LZBN4' where id=5; -update noar tt set b1='CH4V1NSX5MFNL5EKE3' where id=5; -update noar ti set b1='CH4V1NSX5MFNL5EKE3' where id=5; -update noar tt set v0='AHRNJU17953C9QOMAT8M4G' where id=5; -update noar ti set v0='AHRNJU17953C9QOMAT8M4G' where id=5; -update noar tt set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5; -update noar ti set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5; -update noar tt set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6; -update noar ti set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6; -update noar tt set b0='MR' where id=6; -update noar ti set b0='MR' where id=6; -update noar tt set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6; -update noar ti set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6; -update noar tt set b1='XQ61ZO1AA1' where id=6; -update noar ti set b1='XQ61ZO1AA1' where id=6; -update noar tt set v0='CY1EDINWIJM6' where id=6; -update noar ti set v0='CY1EDINWIJM6' where id=6; -update noar tt set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6; -update noar ti set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6; -update noar tt set v0='HFI7E' where id=7; -update noar ti set v0='HFI7E' where id=7; -update noar tt set b0='E03D44VII94OE' where id=7; -update noar ti set b0='E03D44VII94OE' where id=7; -update noar tt set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7; -update noar ti set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7; -update noar tt set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7; -update noar ti set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7; -update noar tt set v0='S3Q0QEVQTNMZ' where id=7; -update noar ti set v0='S3Q0QEVQTNMZ' where id=7; -update noar tt set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7; -update noar ti set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7; -update noar tt set v0='QL1QUU44' where id=8; -update noar ti set v0='QL1QUU44' where id=8; -update noar tt set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8; -update noar ti set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8; -update noar tt set v0='5LFBKA' where id=8; -update noar ti set v0='5LFBKA' where id=8; -update noar tt set b1='O365AOJKCSIP1IEZB' where id=8; -update noar ti set b1='O365AOJKCSIP1IEZB' where id=8; -update noar tt set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8; -update noar ti set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8; -update noar tt set b2='2' where id=8; -update noar ti set b2='2' where id=8; -update noar tt set v0='CHC3WS3NQ8E3' where id=9; -update noar ti set v0='CHC3WS3NQ8E3' where id=9; -update noar tt set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9; -update noar ti set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9; -update noar tt set v0='QW1L77S5' where id=9; -update noar ti set v0='QW1L77S5' where id=9; -update noar tt set b1='2ACU3T' where id=9; -update noar ti set b1='2ACU3T' where id=9; -update noar tt set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9; -update noar ti set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9; -update noar tt set b2='DXD97YPLYBJ' where id=9; -update noar ti set b2='DXD97YPLYBJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1; -update noar ti set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1; -update noar tt set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1; -update noar ti set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1; -update noar tt set v0='F15NQZ' where id=1; -update noar ti set v0='F15NQZ' where id=1; -update noar tt set b1='ZH7957RP7K43J' where id=1; -update noar ti set b1='ZH7957RP7K43J' where id=1; -update noar tt set v0='3LR25MEL4' where id=1; -update noar ti set v0='3LR25MEL4' where id=1; -update noar tt set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1; -update noar ti set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1; -update noar tt set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2; -update noar ti set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2; -update noar tt set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2; -update noar ti set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2; -update noar tt set v0='FLHB82P5OG6T6LQ' where id=2; -update noar ti set v0='FLHB82P5OG6T6LQ' where id=2; -update noar tt set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2; -update noar ti set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2; -update noar tt set v0='CXQA3H1Z3G' where id=2; -update noar ti set v0='CXQA3H1Z3G' where id=2; -update noar tt set b2='A1KB1JFTR6O12F' where id=2; -update noar ti set b2='A1KB1JFTR6O12F' where id=2; -update noar tt set v0='E' where id=3; -update noar ti set v0='E' where id=3; -update noar tt set b0='CF' where id=3; -update noar ti set b0='CF' where id=3; -update noar tt set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3; -update noar ti set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3; -update noar tt set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3; -update noar ti set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3; -update noar tt set v0='5GL5' where id=3; -update noar ti set v0='5GL5' where id=3; -update noar tt set b2='E1JGP9CR98X4G' where id=3; -update noar ti set b2='E1JGP9CR98X4G' where id=3; -update noar tt set v0='LMEU0' where id=4; -update noar ti set v0='LMEU0' where id=4; -update noar tt set b0='QTYV3THLM0ERNESBDQC' where id=4; -update noar ti set b0='QTYV3THLM0ERNESBDQC' where id=4; -update noar tt set v0='4LDB03DGA090H40EF889SPK4EA' where id=4; -update noar ti set v0='4LDB03DGA090H40EF889SPK4EA' where id=4; -update noar tt set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4; -update noar ti set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4; -update noar tt set v0='XQAMQP15NHRP' where id=4; -update noar ti set v0='XQAMQP15NHRP' where id=4; -update noar tt set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4; -update noar ti set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4; -update noar tt set v0='VHLJMC20' where id=5; -update noar ti set v0='VHLJMC20' where id=5; -update noar tt set b0='VRLKYSSI' where id=5; -update noar ti set b0='VRLKYSSI' where id=5; -update noar tt set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5; -update noar ti set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5; -update noar tt set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5; -update noar ti set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5; -update noar tt set v0='KKOXIJXRR' where id=5; -update noar ti set v0='KKOXIJXRR' where id=5; -update noar tt set b2='T1EAV5PTEGWFZ' where id=5; -update noar ti set b2='T1EAV5PTEGWFZ' where id=5; -update noar tt set v0='F93EJF' where id=6; -update noar ti set v0='F93EJF' where id=6; -update noar tt set b0='7BENK' where id=6; -update noar ti set b0='7BENK' where id=6; -update noar tt set v0='NB6O0J' where id=6; -update noar ti set v0='NB6O0J' where id=6; -update noar tt set b1='S12' where id=6; -update noar ti set b1='S12' where id=6; -update noar tt set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6; -update noar ti set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6; -update noar tt set b2='4MUPNZTJRJNR' where id=6; -update noar ti set b2='4MUPNZTJRJNR' where id=6; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b0='L5PB8ON8PV3HW6WU967LO' where id=7; -update noar ti set b0='L5PB8ON8PV3HW6WU967LO' where id=7; -update noar tt set v0='R8AABML7ODOJOYVNI' where id=7; -update noar ti set v0='R8AABML7ODOJOYVNI' where id=7; -update noar tt set b1='IQR4KF3CQK' where id=7; -update noar ti set b1='IQR4KF3CQK' where id=7; -update noar tt set v0='8JTV0AA7PEXBY48CG' where id=7; -update noar ti set v0='8JTV0AA7PEXBY48CG' where id=7; -update noar tt set b2='HB49T79' where id=7; -update noar ti set b2='HB49T79' where id=7; -update noar tt set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8; -update noar ti set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8; -update noar tt set b0='AIS2KY6M' where id=8; -update noar ti set b0='AIS2KY6M' where id=8; -update noar tt set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8; -update noar ti set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8; -update noar tt set b1='TGAX97F6VW9' where id=8; -update noar ti set b1='TGAX97F6VW9' where id=8; -update noar tt set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8; -update noar ti set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8; -update noar tt set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8; -update noar ti set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8; -update noar tt set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9; -update noar ti set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9; -update noar tt set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9; -update noar ti set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9; -update noar tt set v0='E03P' where id=9; -update noar ti set v0='E03P' where id=9; -update noar tt set b1='R7SUMSY3KCAMODTJT54' where id=9; -update noar ti set b1='R7SUMSY3KCAMODTJT54' where id=9; -update noar tt set v0='LITW0FBL69AGSICB' where id=9; -update noar ti set v0='LITW0FBL69AGSICB' where id=9; -update noar tt set b2='QZF1CCV15' where id=9; -update noar ti set b2='QZF1CCV15' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WEICMI03B3L98HEG2L' where id=1; -update noar ti set v0='WEICMI03B3L98HEG2L' where id=1; -update noar tt set b0='6DUO87IOTWL987PVGN' where id=1; -update noar ti set b0='6DUO87IOTWL987PVGN' where id=1; -update noar tt set v0='O' where id=1; -update noar ti set v0='O' where id=1; -update noar tt set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1; -update noar ti set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1; -update noar tt set v0='LJBP5E' where id=1; -update noar ti set v0='LJBP5E' where id=1; -update noar tt set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1; -update noar ti set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1; -update noar tt set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2; -update noar ti set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2; -update noar tt set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2; -update noar ti set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2; -update noar tt set v0='N2BU8AR00M9E9N20W4G' where id=2; -update noar ti set v0='N2BU8AR00M9E9N20W4G' where id=2; -update noar tt set b1='B2GZW25XHG4Q32CCDLXF1' where id=2; -update noar ti set b1='B2GZW25XHG4Q32CCDLXF1' where id=2; -update noar tt set v0='2MM6KGL6EPGPXAL1M6' where id=2; -update noar ti set v0='2MM6KGL6EPGPXAL1M6' where id=2; -update noar tt set b2='AIGM3DHPG' where id=2; -update noar ti set b2='AIGM3DHPG' where id=2; -update noar tt set v0='J5AYDH8CYWIZK4' where id=3; -update noar ti set v0='J5AYDH8CYWIZK4' where id=3; -update noar tt set b0='PESZFGHN2OD2243NJ' where id=3; -update noar ti set b0='PESZFGHN2OD2243NJ' where id=3; -update noar tt set v0='DWTK5RGZB5P01THT' where id=3; -update noar ti set v0='DWTK5RGZB5P01THT' where id=3; -update noar tt set b1='UYW2775ZWE' where id=3; -update noar ti set b1='UYW2775ZWE' where id=3; -update noar tt set v0='3LAORLB9SSFKE2M7SQT99P' where id=3; -update noar ti set v0='3LAORLB9SSFKE2M7SQT99P' where id=3; -update noar tt set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3; -update noar ti set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3; -update noar tt set v0='CGQLK3UOOB30HNV3DRWI' where id=4; -update noar ti set v0='CGQLK3UOOB30HNV3DRWI' where id=4; -update noar tt set b0='K1' where id=4; -update noar ti set b0='K1' where id=4; -update noar tt set v0='PJX9HD71S6JTT8F8B77' where id=4; -update noar ti set v0='PJX9HD71S6JTT8F8B77' where id=4; -update noar tt set b1='A3HEWLX' where id=4; -update noar ti set b1='A3HEWLX' where id=4; -update noar tt set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4; -update noar ti set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4; -update noar tt set b2='WXW0B8ABCTL2SOFHOKQ' where id=4; -update noar ti set b2='WXW0B8ABCTL2SOFHOKQ' where id=4; -update noar tt set v0='L2WWV5SC' where id=5; -update noar ti set v0='L2WWV5SC' where id=5; -update noar tt set b0='M4FV' where id=5; -update noar ti set b0='M4FV' where id=5; -update noar tt set v0='9XH7VB9' where id=5; -update noar ti set v0='9XH7VB9' where id=5; -update noar tt set b1='VEVE' where id=5; -update noar ti set b1='VEVE' where id=5; -update noar tt set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5; -update noar ti set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5; -update noar tt set b2='RK22WIFGCQG9FYJ' where id=5; -update noar ti set b2='RK22WIFGCQG9FYJ' where id=5; -update noar tt set v0='6K' where id=6; -update noar ti set v0='6K' where id=6; -update noar tt set b0='KB6CI88G3IV8B4EP' where id=6; -update noar ti set b0='KB6CI88G3IV8B4EP' where id=6; -update noar tt set v0='0RDYG9FPW05KCZPT7JU' where id=6; -update noar ti set v0='0RDYG9FPW05KCZPT7JU' where id=6; -update noar tt set b1='ZSPAC2N1H3QOIEOVG' where id=6; -update noar ti set b1='ZSPAC2N1H3QOIEOVG' where id=6; -update noar tt set v0='D4BENW98MZEFV' where id=6; -update noar ti set v0='D4BENW98MZEFV' where id=6; -update noar tt set b2='ABKJ21KKF1WK191I' where id=6; -update noar ti set b2='ABKJ21KKF1WK191I' where id=6; -update noar tt set v0='EN3' where id=7; -update noar ti set v0='EN3' where id=7; -update noar tt set b0='FXVSZJXYKB' where id=7; -update noar ti set b0='FXVSZJXYKB' where id=7; -update noar tt set v0='CF918YZ2W0' where id=7; -update noar ti set v0='CF918YZ2W0' where id=7; -update noar tt set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7; -update noar ti set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7; -update noar tt set v0='7LA68AXM8QMVTMHNKN9G' where id=7; -update noar ti set v0='7LA68AXM8QMVTMHNKN9G' where id=7; -update noar tt set b2='2GHN46O2G0' where id=7; -update noar ti set b2='2GHN46O2G0' where id=7; -update noar tt set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8; -update noar ti set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8; -update noar tt set b0='VPDN7E4SXBP5' where id=8; -update noar ti set b0='VPDN7E4SXBP5' where id=8; -update noar tt set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8; -update noar ti set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8; -update noar tt set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8; -update noar ti set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8; -update noar tt set v0='Q197C245' where id=8; -update noar ti set v0='Q197C245' where id=8; -update noar tt set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8; -update noar ti set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8; -update noar tt set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9; -update noar ti set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9; -update noar tt set b0='G2V3QF13J88JYTL76MZOC' where id=9; -update noar ti set b0='G2V3QF13J88JYTL76MZOC' where id=9; -update noar tt set v0='FFK755MQG83UXHPPQLZU3F' where id=9; -update noar ti set v0='FFK755MQG83UXHPPQLZU3F' where id=9; -update noar tt set b1='SEPB2RFI9XZZN' where id=9; -update noar ti set b1='SEPB2RFI9XZZN' where id=9; -update noar tt set v0='ISRWP16H8N7O6T9T' where id=9; -update noar ti set v0='ISRWP16H8N7O6T9T' where id=9; -update noar tt set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9; -update noar ti set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1; -update noar ti set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1; -update noar tt set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1; -update noar ti set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1; -update noar tt set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1; -update noar ti set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1; -update noar tt set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1; -update noar ti set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1; -update noar tt set v0='SNOK4' where id=1; -update noar ti set v0='SNOK4' where id=1; -update noar tt set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1; -update noar ti set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1; -update noar tt set v0='4797V' where id=2; -update noar ti set v0='4797V' where id=2; -update noar tt set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2; -update noar ti set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2; -update noar tt set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2; -update noar ti set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2; -update noar tt set b1='RZ8WM6EC0ESPB6EL' where id=2; -update noar ti set b1='RZ8WM6EC0ESPB6EL' where id=2; -update noar tt set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2; -update noar ti set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2; -update noar tt set b2='NBXF9I' where id=2; -update noar ti set b2='NBXF9I' where id=2; -update noar tt set v0='M' where id=3; -update noar ti set v0='M' where id=3; -update noar tt set b0='4FC3TGX' where id=3; -update noar ti set b0='4FC3TGX' where id=3; -update noar tt set v0='RNDPDUJ9KY97L2K5QFSI' where id=3; -update noar ti set v0='RNDPDUJ9KY97L2K5QFSI' where id=3; -update noar tt set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3; -update noar ti set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3; -update noar tt set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3; -update noar ti set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3; -update noar tt set b2='08S89K' where id=3; -update noar ti set b2='08S89K' where id=3; -update noar tt set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4; -update noar ti set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4; -update noar tt set b0='8H1P97YTNKX2BE3V51MN' where id=4; -update noar ti set b0='8H1P97YTNKX2BE3V51MN' where id=4; -update noar tt set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4; -update noar ti set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4; -update noar tt set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4; -update noar ti set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4; -update noar tt set v0='Z7MV61DL' where id=4; -update noar ti set v0='Z7MV61DL' where id=4; -update noar tt set b2='MPOP' where id=4; -update noar ti set b2='MPOP' where id=4; -update noar tt set v0='UX4' where id=5; -update noar ti set v0='UX4' where id=5; -update noar tt set b0='HFS772M4M0W4BQL09N115' where id=5; -update noar ti set b0='HFS772M4M0W4BQL09N115' where id=5; -update noar tt set v0='83A2RFH69OWK4YP0T5OA' where id=5; -update noar ti set v0='83A2RFH69OWK4YP0T5OA' where id=5; -update noar tt set b1='P80W' where id=5; -update noar ti set b1='P80W' where id=5; -update noar tt set v0='5H8DBQ8EOU2U' where id=5; -update noar ti set v0='5H8DBQ8EOU2U' where id=5; -update noar tt set b2='YGCZF3VH1WG8' where id=5; -update noar ti set b2='YGCZF3VH1WG8' where id=5; -update noar tt set v0='LC4BVHX8Q25KZ5NUS39E' where id=6; -update noar ti set v0='LC4BVHX8Q25KZ5NUS39E' where id=6; -update noar tt set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6; -update noar ti set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6; -update noar tt set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6; -update noar ti set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6; -update noar tt set b1='42PJF0EFA' where id=6; -update noar ti set b1='42PJF0EFA' where id=6; -update noar tt set v0='NY4TGA' where id=6; -update noar ti set v0='NY4TGA' where id=6; -update noar tt set b2='9XNJ5DTCYUHV' where id=6; -update noar ti set b2='9XNJ5DTCYUHV' where id=6; -update noar tt set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7; -update noar ti set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7; -update noar tt set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7; -update noar ti set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7; -update noar tt set v0='QU231SYC3FQ' where id=7; -update noar ti set v0='QU231SYC3FQ' where id=7; -update noar tt set b1='5H3FK65AFOKCBL6ZBRTD' where id=7; -update noar ti set b1='5H3FK65AFOKCBL6ZBRTD' where id=7; -update noar tt set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7; -update noar ti set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7; -update noar tt set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7; -update noar ti set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7; -update noar tt set v0='589UC2IMSBCK' where id=8; -update noar ti set v0='589UC2IMSBCK' where id=8; -update noar tt set b0='O' where id=8; -update noar ti set b0='O' where id=8; -update noar tt set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8; -update noar ti set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8; -update noar tt set b1='M1HKEE4SEI7N58YR' where id=8; -update noar ti set b1='M1HKEE4SEI7N58YR' where id=8; -update noar tt set v0='FMVRV63WRLKYAQS1C8' where id=8; -update noar ti set v0='FMVRV63WRLKYAQS1C8' where id=8; -update noar tt set b2='8EMABSBI51DRJPM3FIVPG8' where id=8; -update noar ti set b2='8EMABSBI51DRJPM3FIVPG8' where id=8; -update noar tt set v0='XJQ5WO' where id=9; -update noar ti set v0='XJQ5WO' where id=9; -update noar tt set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9; -update noar ti set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9; -update noar tt set v0='OHSO' where id=9; -update noar ti set v0='OHSO' where id=9; -update noar tt set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9; -update noar ti set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9; -update noar tt set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9; -update noar ti set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9; -update noar tt set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9; -update noar ti set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ND2PP77ECRKP' where id=1; -update noar ti set v0='ND2PP77ECRKP' where id=1; -update noar tt set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1; -update noar ti set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1; -update noar tt set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1; -update noar ti set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1; -update noar tt set b1='AITE7EW5422TEV' where id=1; -update noar ti set b1='AITE7EW5422TEV' where id=1; -update noar tt set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1; -update noar ti set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1; -update noar tt set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1; -update noar ti set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1; -update noar tt set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2; -update noar ti set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2; -update noar tt set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2; -update noar ti set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2; -update noar tt set v0='INXDX91X0OTNC7RNG' where id=2; -update noar ti set v0='INXDX91X0OTNC7RNG' where id=2; -update noar tt set b1='5NSNHDB4WERK81J4H' where id=2; -update noar ti set b1='5NSNHDB4WERK81J4H' where id=2; -update noar tt set v0='5R' where id=2; -update noar ti set v0='5R' where id=2; -update noar tt set b2='HW357HOGSMGCFD' where id=2; -update noar ti set b2='HW357HOGSMGCFD' where id=2; -update noar tt set v0='7HZTV' where id=3; -update noar ti set v0='7HZTV' where id=3; -update noar tt set b0='0D8Y5A10XZS5' where id=3; -update noar ti set b0='0D8Y5A10XZS5' where id=3; -update noar tt set v0='7FGKHAYR3VD' where id=3; -update noar ti set v0='7FGKHAYR3VD' where id=3; -update noar tt set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3; -update noar ti set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3; -update noar tt set v0='DDMN6XJ9SU1UWC2G7' where id=3; -update noar ti set v0='DDMN6XJ9SU1UWC2G7' where id=3; -update noar tt set b2='SRUU86A5' where id=3; -update noar ti set b2='SRUU86A5' where id=3; -update noar tt set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4; -update noar ti set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4; -update noar tt set b0='G' where id=4; -update noar ti set b0='G' where id=4; -update noar tt set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4; -update noar ti set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4; -update noar tt set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4; -update noar ti set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4; -update noar tt set v0='7MR0OY5K7' where id=4; -update noar ti set v0='7MR0OY5K7' where id=4; -update noar tt set b2='PJWOOMHF6BP0' where id=4; -update noar ti set b2='PJWOOMHF6BP0' where id=4; -update noar tt set v0='8ROI54VXJ' where id=5; -update noar ti set v0='8ROI54VXJ' where id=5; -update noar tt set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5; -update noar ti set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5; -update noar tt set v0='Y725NS0VBPBY' where id=5; -update noar ti set v0='Y725NS0VBPBY' where id=5; -update noar tt set b1='LD5IUFX5L737GGJAZ' where id=5; -update noar ti set b1='LD5IUFX5L737GGJAZ' where id=5; -update noar tt set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5; -update noar ti set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5; -update noar tt set b2='AJZA7' where id=5; -update noar ti set b2='AJZA7' where id=5; -update noar tt set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6; -update noar ti set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6; -update noar tt set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6; -update noar ti set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6; -update noar tt set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6; -update noar ti set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6; -update noar tt set b1='P5IPF01TNVJDQQB4ML7W' where id=6; -update noar ti set b1='P5IPF01TNVJDQQB4ML7W' where id=6; -update noar tt set v0='R19TN5' where id=6; -update noar ti set v0='R19TN5' where id=6; -update noar tt set b2='SD' where id=6; -update noar ti set b2='SD' where id=6; -update noar tt set v0='9YGI8PSBUCN0S05Y' where id=7; -update noar ti set v0='9YGI8PSBUCN0S05Y' where id=7; -update noar tt set b0='7' where id=7; -update noar ti set b0='7' where id=7; -update noar tt set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7; -update noar ti set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7; -update noar tt set b1='6FQ' where id=7; -update noar ti set b1='6FQ' where id=7; -update noar tt set v0='4YZ3R6D9P26L199FHJ' where id=7; -update noar ti set v0='4YZ3R6D9P26L199FHJ' where id=7; -update noar tt set b2='SKEEMR1W5HXDVT' where id=7; -update noar ti set b2='SKEEMR1W5HXDVT' where id=7; -update noar tt set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8; -update noar ti set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8; -update noar tt set b0='SF2EAXMCDJLGK27R' where id=8; -update noar ti set b0='SF2EAXMCDJLGK27R' where id=8; -update noar tt set v0='G48Y' where id=8; -update noar ti set v0='G48Y' where id=8; -update noar tt set b1='79615FMJ4CX2LUC6CLKO8I' where id=8; -update noar ti set b1='79615FMJ4CX2LUC6CLKO8I' where id=8; -update noar tt set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8; -update noar ti set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8; -update noar tt set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8; -update noar ti set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8; -update noar tt set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9; -update noar ti set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9; -update noar tt set b0='FEPD1UGN0Y' where id=9; -update noar ti set b0='FEPD1UGN0Y' where id=9; -update noar tt set v0='0BAHVCLWR3NR' where id=9; -update noar ti set v0='0BAHVCLWR3NR' where id=9; -update noar tt set b1='8EZNK8WJMAW' where id=9; -update noar ti set b1='8EZNK8WJMAW' where id=9; -update noar tt set v0='FUB3OLP3CV68U6FA4NX' where id=9; -update noar ti set v0='FUB3OLP3CV68U6FA4NX' where id=9; -update noar tt set b2='0AEBIN4G49NDO' where id=9; -update noar ti set b2='0AEBIN4G49NDO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y602IAFU4ZDN78RFKC910' where id=1; -update noar ti set v0='Y602IAFU4ZDN78RFKC910' where id=1; -update noar tt set b0='1WEZPKHBDRDBPGSPUPR' where id=1; -update noar ti set b0='1WEZPKHBDRDBPGSPUPR' where id=1; -update noar tt set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1; -update noar ti set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1; -update noar tt set b1='AGF46JL01951ANG' where id=1; -update noar ti set b1='AGF46JL01951ANG' where id=1; -update noar tt set v0='VV9ITRDQ43CPY81D47P' where id=1; -update noar ti set v0='VV9ITRDQ43CPY81D47P' where id=1; -update noar tt set b2='XXH54NGZK49' where id=1; -update noar ti set b2='XXH54NGZK49' where id=1; -update noar tt set v0='ZMD7XTC' where id=2; -update noar ti set v0='ZMD7XTC' where id=2; -update noar tt set b0='0F61L1IXU' where id=2; -update noar ti set b0='0F61L1IXU' where id=2; -update noar tt set v0='FUACLUGQSAQ0461TRQ9' where id=2; -update noar ti set v0='FUACLUGQSAQ0461TRQ9' where id=2; -update noar tt set b1='PQV2O' where id=2; -update noar ti set b1='PQV2O' where id=2; -update noar tt set v0='H9PBXDDZG' where id=2; -update noar ti set v0='H9PBXDDZG' where id=2; -update noar tt set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2; -update noar ti set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2; -update noar tt set v0='OM' where id=3; -update noar ti set v0='OM' where id=3; -update noar tt set b0='0' where id=3; -update noar ti set b0='0' where id=3; -update noar tt set v0='VTKANW1WR4P9' where id=3; -update noar ti set v0='VTKANW1WR4P9' where id=3; -update noar tt set b1='KW2J2MJWNBSBLNQ' where id=3; -update noar ti set b1='KW2J2MJWNBSBLNQ' where id=3; -update noar tt set v0='W8CJCJDJNBAUWHFS' where id=3; -update noar ti set v0='W8CJCJDJNBAUWHFS' where id=3; -update noar tt set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3; -update noar ti set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3; -update noar tt set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4; -update noar ti set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4; -update noar tt set b0='ZC5LORFU6EZZH' where id=4; -update noar ti set b0='ZC5LORFU6EZZH' where id=4; -update noar tt set v0='Q5RGPI7S6OBRR3TLPYF' where id=4; -update noar ti set v0='Q5RGPI7S6OBRR3TLPYF' where id=4; -update noar tt set b1='DR1CIWPF' where id=4; -update noar ti set b1='DR1CIWPF' where id=4; -update noar tt set v0='2SK1C87QMNM5' where id=4; -update noar ti set v0='2SK1C87QMNM5' where id=4; -update noar tt set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4; -update noar ti set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4; -update noar tt set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5; -update noar ti set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5; -update noar tt set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5; -update noar ti set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5; -update noar tt set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5; -update noar ti set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5; -update noar tt set b1='U3C3ZOM8OOM3VE0G855G' where id=5; -update noar ti set b1='U3C3ZOM8OOM3VE0G855G' where id=5; -update noar tt set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5; -update noar ti set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5; -update noar tt set b2='HNLDRQ6XQANK' where id=5; -update noar ti set b2='HNLDRQ6XQANK' where id=5; -update noar tt set v0='YERRW4C40' where id=6; -update noar ti set v0='YERRW4C40' where id=6; -update noar tt set b0='JD' where id=6; -update noar ti set b0='JD' where id=6; -update noar tt set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6; -update noar ti set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6; -update noar tt set b1='4DMB6ETH6JRGK' where id=6; -update noar ti set b1='4DMB6ETH6JRGK' where id=6; -update noar tt set v0='U19I' where id=6; -update noar ti set v0='U19I' where id=6; -update noar tt set b2='DMK2D8UL0E8HG166743YVX65' where id=6; -update noar ti set b2='DMK2D8UL0E8HG166743YVX65' where id=6; -update noar tt set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7; -update noar ti set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7; -update noar tt set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7; -update noar ti set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7; -update noar tt set v0='LONEE2W' where id=7; -update noar ti set v0='LONEE2W' where id=7; -update noar tt set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7; -update noar ti set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7; -update noar tt set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7; -update noar ti set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7; -update noar tt set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7; -update noar ti set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7; -update noar tt set v0='HLFPC18TE' where id=8; -update noar ti set v0='HLFPC18TE' where id=8; -update noar tt set b0='7B4MBS' where id=8; -update noar ti set b0='7B4MBS' where id=8; -update noar tt set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8; -update noar ti set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8; -update noar tt set b1='MM55K8J' where id=8; -update noar ti set b1='MM55K8J' where id=8; -update noar tt set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8; -update noar ti set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8; -update noar tt set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8; -update noar ti set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8; -update noar tt set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9; -update noar ti set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9; -update noar tt set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9; -update noar ti set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9; -update noar tt set v0='K' where id=9; -update noar ti set v0='K' where id=9; -update noar tt set b1='NUZV4K9AOKB' where id=9; -update noar ti set b1='NUZV4K9AOKB' where id=9; -update noar tt set v0='47TOGYQK' where id=9; -update noar ti set v0='47TOGYQK' where id=9; -update noar tt set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9; -update noar ti set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1; -update noar ti set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1; -update noar tt set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1; -update noar ti set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1; -update noar tt set v0='EJ43F8SBKH2OTTPFA' where id=1; -update noar ti set v0='EJ43F8SBKH2OTTPFA' where id=1; -update noar tt set b1='2U3EPQ0WU4PE' where id=1; -update noar ti set b1='2U3EPQ0WU4PE' where id=1; -update noar tt set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1; -update noar ti set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1; -update noar tt set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1; -update noar ti set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1; -update noar tt set v0='I61GXFOICHK' where id=2; -update noar ti set v0='I61GXFOICHK' where id=2; -update noar tt set b0='6EVWABNCX9XUBJM' where id=2; -update noar ti set b0='6EVWABNCX9XUBJM' where id=2; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2; -update noar ti set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2; -update noar tt set v0='F22' where id=2; -update noar ti set v0='F22' where id=2; -update noar tt set b2='EY4HQ7U1BAY9WQY20' where id=2; -update noar ti set b2='EY4HQ7U1BAY9WQY20' where id=2; -update noar tt set v0='I16BD' where id=3; -update noar ti set v0='I16BD' where id=3; -update noar tt set b0='0UQQKQZ' where id=3; -update noar ti set b0='0UQQKQZ' where id=3; -update noar tt set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3; -update noar ti set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3; -update noar tt set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3; -update noar ti set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3; -update noar tt set v0='JBV' where id=3; -update noar ti set v0='JBV' where id=3; -update noar tt set b2='RIWJ584MDZIL1' where id=3; -update noar ti set b2='RIWJ584MDZIL1' where id=3; -update noar tt set v0='OQTNO5HNDNCQNP39CT' where id=4; -update noar ti set v0='OQTNO5HNDNCQNP39CT' where id=4; -update noar tt set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4; -update noar ti set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4; -update noar tt set v0='7UWRKN5K' where id=4; -update noar ti set v0='7UWRKN5K' where id=4; -update noar tt set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4; -update noar ti set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4; -update noar tt set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4; -update noar ti set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4; -update noar tt set b2='2WZWSX' where id=4; -update noar ti set b2='2WZWSX' where id=4; -update noar tt set v0='IZDSDTXZCM8V' where id=5; -update noar ti set v0='IZDSDTXZCM8V' where id=5; -update noar tt set b0='1AKEL9386KAYTTNSYU' where id=5; -update noar ti set b0='1AKEL9386KAYTTNSYU' where id=5; -update noar tt set v0='IJWB20DJ039' where id=5; -update noar ti set v0='IJWB20DJ039' where id=5; -update noar tt set b1='Z' where id=5; -update noar ti set b1='Z' where id=5; -update noar tt set v0='4Y8FW1K4GVEO1' where id=5; -update noar ti set v0='4Y8FW1K4GVEO1' where id=5; -update noar tt set b2='93B0P70Q' where id=5; -update noar ti set b2='93B0P70Q' where id=5; -update noar tt set v0='E3V84H3201OJNO0JQCM5' where id=6; -update noar ti set v0='E3V84H3201OJNO0JQCM5' where id=6; -update noar tt set b0='E2XVNNCF7IA' where id=6; -update noar ti set b0='E2XVNNCF7IA' where id=6; -update noar tt set v0='59FGXR' where id=6; -update noar ti set v0='59FGXR' where id=6; -update noar tt set b1='ETE0DQJ' where id=6; -update noar ti set b1='ETE0DQJ' where id=6; -update noar tt set v0='L3JWB' where id=6; -update noar ti set v0='L3JWB' where id=6; -update noar tt set b2='EVMIFKHC1H' where id=6; -update noar ti set b2='EVMIFKHC1H' where id=6; -update noar tt set v0='X7' where id=7; -update noar ti set v0='X7' where id=7; -update noar tt set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7; -update noar ti set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7; -update noar tt set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7; -update noar ti set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7; -update noar tt set b1='5' where id=7; -update noar ti set b1='5' where id=7; -update noar tt set v0='KU6WSI30JE' where id=7; -update noar ti set v0='KU6WSI30JE' where id=7; -update noar tt set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7; -update noar ti set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7; -update noar tt set v0='Q08C6463' where id=8; -update noar ti set v0='Q08C6463' where id=8; -update noar tt set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8; -update noar ti set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8; -update noar tt set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8; -update noar ti set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8; -update noar tt set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8; -update noar ti set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8; -update noar tt set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8; -update noar ti set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8; -update noar tt set b2='W' where id=8; -update noar ti set b2='W' where id=8; -update noar tt set v0='RQ081M3YBM9IDU9H' where id=9; -update noar ti set v0='RQ081M3YBM9IDU9H' where id=9; -update noar tt set b0='JAMCD09Q' where id=9; -update noar ti set b0='JAMCD09Q' where id=9; -update noar tt set v0='4NS' where id=9; -update noar ti set v0='4NS' where id=9; -update noar tt set b1='11GEJG373BICU3RXQPUDUG' where id=9; -update noar ti set b1='11GEJG373BICU3RXQPUDUG' where id=9; -update noar tt set v0='VYBXTUFEGH7Y' where id=9; -update noar ti set v0='VYBXTUFEGH7Y' where id=9; -update noar tt set b2='V67B861W3N3BHOJYW' where id=9; -update noar ti set b2='V67B861W3N3BHOJYW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1; -update noar ti set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1; -update noar tt set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1; -update noar ti set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1; -update noar tt set v0='X9Q8DLCWAEFJRQ' where id=1; -update noar ti set v0='X9Q8DLCWAEFJRQ' where id=1; -update noar tt set b1='PZUEYU5H13PF6J' where id=1; -update noar ti set b1='PZUEYU5H13PF6J' where id=1; -update noar tt set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1; -update noar ti set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1; -update noar tt set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1; -update noar ti set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1; -update noar tt set v0='0T' where id=2; -update noar ti set v0='0T' where id=2; -update noar tt set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2; -update noar ti set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2; -update noar tt set v0='Z6E17BS9FTBZCH9MP3723' where id=2; -update noar ti set v0='Z6E17BS9FTBZCH9MP3723' where id=2; -update noar tt set b1='11B' where id=2; -update noar ti set b1='11B' where id=2; -update noar tt set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2; -update noar ti set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2; -update noar tt set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2; -update noar ti set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2; -update noar tt set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3; -update noar ti set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3; -update noar tt set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3; -update noar ti set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3; -update noar tt set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3; -update noar ti set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3; -update noar tt set b1='NI2XQQ35PKVZ3C' where id=3; -update noar ti set b1='NI2XQQ35PKVZ3C' where id=3; -update noar tt set v0='LZAEV3A481CXHC7U6CFR' where id=3; -update noar ti set v0='LZAEV3A481CXHC7U6CFR' where id=3; -update noar tt set b2='5IXOBZB0XAS4F' where id=3; -update noar ti set b2='5IXOBZB0XAS4F' where id=3; -update noar tt set v0='HV3HE5SYGJO22CP3RH3R' where id=4; -update noar ti set v0='HV3HE5SYGJO22CP3RH3R' where id=4; -update noar tt set b0='YLN474FQ3HI' where id=4; -update noar ti set b0='YLN474FQ3HI' where id=4; -update noar tt set v0='SLU' where id=4; -update noar ti set v0='SLU' where id=4; -update noar tt set b1='PZJCTIF' where id=4; -update noar ti set b1='PZJCTIF' where id=4; -update noar tt set v0='WECNUP' where id=4; -update noar ti set v0='WECNUP' where id=4; -update noar tt set b2='YCBVO41ZQ' where id=4; -update noar ti set b2='YCBVO41ZQ' where id=4; -update noar tt set v0='UA6WJOM8NFAVLHRONT8OL' where id=5; -update noar ti set v0='UA6WJOM8NFAVLHRONT8OL' where id=5; -update noar tt set b0='BPN2I' where id=5; -update noar ti set b0='BPN2I' where id=5; -update noar tt set v0='8BL3HSDLV7TQ5O7B' where id=5; -update noar ti set v0='8BL3HSDLV7TQ5O7B' where id=5; -update noar tt set b1='PSIVO3K4HOX2S3Z62GZ' where id=5; -update noar ti set b1='PSIVO3K4HOX2S3Z62GZ' where id=5; -update noar tt set v0='FOF1VZYMXR' where id=5; -update noar ti set v0='FOF1VZYMXR' where id=5; -update noar tt set b2='LH2U2G71QM1UNODRNAA8D7' where id=5; -update noar ti set b2='LH2U2G71QM1UNODRNAA8D7' where id=5; -update noar tt set v0='G7KAMMOX8P8RJB3E0MBW' where id=6; -update noar ti set v0='G7KAMMOX8P8RJB3E0MBW' where id=6; -update noar tt set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6; -update noar ti set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6; -update noar tt set v0='AJQW5QNPOMBRE2XKAB35J' where id=6; -update noar ti set v0='AJQW5QNPOMBRE2XKAB35J' where id=6; -update noar tt set b1='RXYLS6W045BIX6CQ7YSDL' where id=6; -update noar ti set b1='RXYLS6W045BIX6CQ7YSDL' where id=6; -update noar tt set v0='UH72ZR9L6G5MEYVZB17C' where id=6; -update noar ti set v0='UH72ZR9L6G5MEYVZB17C' where id=6; -update noar tt set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6; -update noar ti set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6; -update noar tt set v0='95XHVZLKIRUJVALD' where id=7; -update noar ti set v0='95XHVZLKIRUJVALD' where id=7; -update noar tt set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7; -update noar ti set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7; -update noar tt set v0='JDVWC5O9' where id=7; -update noar ti set v0='JDVWC5O9' where id=7; -update noar tt set b1='R6D0T3R95H' where id=7; -update noar ti set b1='R6D0T3R95H' where id=7; -update noar tt set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7; -update noar ti set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7; -update noar tt set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7; -update noar ti set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7; -update noar tt set v0='JZSDW6' where id=8; -update noar ti set v0='JZSDW6' where id=8; -update noar tt set b0='69P4HQ10A1L7KZ6' where id=8; -update noar ti set b0='69P4HQ10A1L7KZ6' where id=8; -update noar tt set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8; -update noar ti set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8; -update noar tt set b1='QGEPCHS4Q2C380X938MROX1' where id=8; -update noar ti set b1='QGEPCHS4Q2C380X938MROX1' where id=8; -update noar tt set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8; -update noar ti set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8; -update noar tt set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8; -update noar ti set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8; -update noar tt set v0='3JSEO668C9R4NL0YUYS' where id=9; -update noar ti set v0='3JSEO668C9R4NL0YUYS' where id=9; -update noar tt set b0='5T' where id=9; -update noar ti set b0='5T' where id=9; -update noar tt set v0='W7FF5G8XQ' where id=9; -update noar ti set v0='W7FF5G8XQ' where id=9; -update noar tt set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9; -update noar ti set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9; -update noar tt set v0='09J9S' where id=9; -update noar ti set v0='09J9S' where id=9; -update noar tt set b2='28OGOEV8PZIK' where id=9; -update noar ti set b2='28OGOEV8PZIK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LHX2ZB6NK' where id=1; -update noar ti set v0='LHX2ZB6NK' where id=1; -update noar tt set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1; -update noar ti set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1; -update noar tt set v0='9U07HY9' where id=1; -update noar ti set v0='9U07HY9' where id=1; -update noar tt set b1='0J1NSUW24TO1DYZ' where id=1; -update noar ti set b1='0J1NSUW24TO1DYZ' where id=1; -update noar tt set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1; -update noar ti set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1; -update noar tt set b2='UQGZZISD' where id=1; -update noar ti set b2='UQGZZISD' where id=1; -update noar tt set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2; -update noar ti set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2; -update noar tt set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2; -update noar ti set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2; -update noar tt set v0='50YN' where id=2; -update noar ti set v0='50YN' where id=2; -update noar tt set b1='G70FI' where id=2; -update noar ti set b1='G70FI' where id=2; -update noar tt set v0='0H8WK7R4F1XK79A' where id=2; -update noar ti set v0='0H8WK7R4F1XK79A' where id=2; -update noar tt set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2; -update noar ti set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2; -update noar tt set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3; -update noar ti set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3; -update noar tt set b0='3UA' where id=3; -update noar ti set b0='3UA' where id=3; -update noar tt set v0='FKTSPE0A26VMUS' where id=3; -update noar ti set v0='FKTSPE0A26VMUS' where id=3; -update noar tt set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3; -update noar ti set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3; -update noar tt set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3; -update noar ti set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3; -update noar tt set b2='QG9YJE1HE9M7OJT0U8C70' where id=3; -update noar ti set b2='QG9YJE1HE9M7OJT0U8C70' where id=3; -update noar tt set v0='TFPDYPL' where id=4; -update noar ti set v0='TFPDYPL' where id=4; -update noar tt set b0='KPEC50J3BINWVJW8F3EN56' where id=4; -update noar ti set b0='KPEC50J3BINWVJW8F3EN56' where id=4; -update noar tt set v0='DJEH5WA29E' where id=4; -update noar ti set v0='DJEH5WA29E' where id=4; -update noar tt set b1='ZQ4CCT3HY' where id=4; -update noar ti set b1='ZQ4CCT3HY' where id=4; -update noar tt set v0='O8UK846M5' where id=4; -update noar ti set v0='O8UK846M5' where id=4; -update noar tt set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4; -update noar ti set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4; -update noar tt set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5; -update noar ti set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5; -update noar tt set b0='3ME77J7V' where id=5; -update noar ti set b0='3ME77J7V' where id=5; -update noar tt set v0='F' where id=5; -update noar ti set v0='F' where id=5; -update noar tt set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5; -update noar ti set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5; -update noar tt set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5; -update noar ti set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5; -update noar tt set b2='WB5TNZ8890' where id=5; -update noar ti set b2='WB5TNZ8890' where id=5; -update noar tt set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6; -update noar ti set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6; -update noar tt set b0='I9I' where id=6; -update noar ti set b0='I9I' where id=6; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b1='8OXP694JRS911ISOM' where id=6; -update noar ti set b1='8OXP694JRS911ISOM' where id=6; -update noar tt set v0='HBZS6K32FVMLQ4LQV1S' where id=6; -update noar ti set v0='HBZS6K32FVMLQ4LQV1S' where id=6; -update noar tt set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6; -update noar ti set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6; -update noar tt set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7; -update noar ti set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7; -update noar tt set b0='S4M02VYK43ISK1' where id=7; -update noar ti set b0='S4M02VYK43ISK1' where id=7; -update noar tt set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7; -update noar ti set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7; -update noar tt set b1='7R0BSXH3OU4XYMSFN' where id=7; -update noar ti set b1='7R0BSXH3OU4XYMSFN' where id=7; -update noar tt set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7; -update noar ti set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7; -update noar tt set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7; -update noar ti set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7; -update noar tt set v0='66PSAB4Z9UUPE' where id=8; -update noar ti set v0='66PSAB4Z9UUPE' where id=8; -update noar tt set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8; -update noar ti set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8; -update noar tt set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8; -update noar ti set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8; -update noar tt set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8; -update noar ti set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8; -update noar tt set v0='YRAM0HHAK2' where id=8; -update noar ti set v0='YRAM0HHAK2' where id=8; -update noar tt set b2='812X' where id=8; -update noar ti set b2='812X' where id=8; -update noar tt set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9; -update noar ti set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9; -update noar tt set b0='WJZKMM6WGBN6C18LN3' where id=9; -update noar ti set b0='WJZKMM6WGBN6C18LN3' where id=9; -update noar tt set v0='5VAWD2CL8ICMYZ042' where id=9; -update noar ti set v0='5VAWD2CL8ICMYZ042' where id=9; -update noar tt set b1='3O1N8KH99ZPUCOUYU' where id=9; -update noar ti set b1='3O1N8KH99ZPUCOUYU' where id=9; -update noar tt set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9; -update noar ti set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9; -update noar tt set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9; -update noar ti set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1; -update noar ti set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1; -update noar tt set b0='PO1XLCTDRY7Y9TLBHPA' where id=1; -update noar ti set b0='PO1XLCTDRY7Y9TLBHPA' where id=1; -update noar tt set v0='9EX878EK42G0S2' where id=1; -update noar ti set v0='9EX878EK42G0S2' where id=1; -update noar tt set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1; -update noar ti set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1; -update noar tt set v0='2A1P42HOH' where id=1; -update noar ti set v0='2A1P42HOH' where id=1; -update noar tt set b2='1ICRJXNNIIF8WO' where id=1; -update noar ti set b2='1ICRJXNNIIF8WO' where id=1; -update noar tt set v0='DERUJ7LLL5N9Q' where id=2; -update noar ti set v0='DERUJ7LLL5N9Q' where id=2; -update noar tt set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2; -update noar ti set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2; -update noar tt set v0='5HHCOO' where id=2; -update noar ti set v0='5HHCOO' where id=2; -update noar tt set b1='YKSRP8W60O9SINZ5B' where id=2; -update noar ti set b1='YKSRP8W60O9SINZ5B' where id=2; -update noar tt set v0='7' where id=2; -update noar ti set v0='7' where id=2; -update noar tt set b2='BVD7PQO8LSLXG' where id=2; -update noar ti set b2='BVD7PQO8LSLXG' where id=2; -update noar tt set v0='9WTOV65' where id=3; -update noar ti set v0='9WTOV65' where id=3; -update noar tt set b0='C1JI' where id=3; -update noar ti set b0='C1JI' where id=3; -update noar tt set v0='7X2P' where id=3; -update noar ti set v0='7X2P' where id=3; -update noar tt set b1='O5ISJ0UOTRD0V' where id=3; -update noar ti set b1='O5ISJ0UOTRD0V' where id=3; -update noar tt set v0='531HV67H0YIMIRZYN5' where id=3; -update noar ti set v0='531HV67H0YIMIRZYN5' where id=3; -update noar tt set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3; -update noar ti set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3; -update noar tt set v0='51FF6T23TR1NZVA7' where id=4; -update noar ti set v0='51FF6T23TR1NZVA7' where id=4; -update noar tt set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4; -update noar ti set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4; -update noar tt set v0='5V' where id=4; -update noar ti set v0='5V' where id=4; -update noar tt set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4; -update noar ti set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4; -update noar tt set v0='WFUL9R1UJ23M' where id=4; -update noar ti set v0='WFUL9R1UJ23M' where id=4; -update noar tt set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4; -update noar ti set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4; -update noar tt set v0='CK0TST4Z36BWT8' where id=5; -update noar ti set v0='CK0TST4Z36BWT8' where id=5; -update noar tt set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5; -update noar ti set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5; -update noar tt set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5; -update noar ti set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5; -update noar tt set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5; -update noar ti set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5; -update noar tt set v0='69RVKDO' where id=5; -update noar ti set v0='69RVKDO' where id=5; -update noar tt set b2='8XYM39IIRZAKHUG' where id=5; -update noar ti set b2='8XYM39IIRZAKHUG' where id=5; -update noar tt set v0='BVRXK5QXQ0EU9TR' where id=6; -update noar ti set v0='BVRXK5QXQ0EU9TR' where id=6; -update noar tt set b0='J5' where id=6; -update noar ti set b0='J5' where id=6; -update noar tt set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6; -update noar ti set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6; -update noar tt set b1='BPJWEXDNXEKUBDY7UFXF' where id=6; -update noar ti set b1='BPJWEXDNXEKUBDY7UFXF' where id=6; -update noar tt set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6; -update noar ti set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6; -update noar tt set b2='3CWOZ9C82GDMMIPW' where id=6; -update noar ti set b2='3CWOZ9C82GDMMIPW' where id=6; -update noar tt set v0='I9CV4IWYN9DIG23LIE' where id=7; -update noar ti set v0='I9CV4IWYN9DIG23LIE' where id=7; -update noar tt set b0='O' where id=7; -update noar ti set b0='O' where id=7; -update noar tt set v0='RO' where id=7; -update noar ti set v0='RO' where id=7; -update noar tt set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7; -update noar ti set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7; -update noar tt set v0='R33ZHBXIFOURPCGC' where id=7; -update noar ti set v0='R33ZHBXIFOURPCGC' where id=7; -update noar tt set b2='NDN1' where id=7; -update noar ti set b2='NDN1' where id=7; -update noar tt set v0='VC' where id=8; -update noar ti set v0='VC' where id=8; -update noar tt set b0='PMV3OUNE2KK9AK8' where id=8; -update noar ti set b0='PMV3OUNE2KK9AK8' where id=8; -update noar tt set v0='LXP9TPQ3TA0' where id=8; -update noar ti set v0='LXP9TPQ3TA0' where id=8; -update noar tt set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8; -update noar ti set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8; -update noar tt set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8; -update noar ti set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8; -update noar tt set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8; -update noar ti set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8; -update noar tt set v0='6TQJUYVPYI' where id=9; -update noar ti set v0='6TQJUYVPYI' where id=9; -update noar tt set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9; -update noar ti set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9; -update noar ti set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9; -update noar tt set v0='5376WRVQ3HNS2B9HAH' where id=9; -update noar ti set v0='5376WRVQ3HNS2B9HAH' where id=9; -update noar tt set b2='XUAYWQ6R525' where id=9; -update noar ti set b2='XUAYWQ6R525' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0YVLXIS380VWLYZ3T' where id=1; -update noar ti set v0='0YVLXIS380VWLYZ3T' where id=1; -update noar tt set b0='Z' where id=1; -update noar ti set b0='Z' where id=1; -update noar tt set v0='5GX044EA36AP1EZU' where id=1; -update noar ti set v0='5GX044EA36AP1EZU' where id=1; -update noar tt set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1; -update noar ti set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1; -update noar tt set v0='YKWPHWKG5' where id=1; -update noar ti set v0='YKWPHWKG5' where id=1; -update noar tt set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1; -update noar ti set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1; -update noar tt set v0='R88NYQ5M63YZ0DK35M' where id=2; -update noar ti set v0='R88NYQ5M63YZ0DK35M' where id=2; -update noar tt set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2; -update noar ti set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2; -update noar tt set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2; -update noar ti set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2; -update noar tt set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2; -update noar ti set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2; -update noar tt set v0='AJR5DLB8AWOO209T' where id=2; -update noar ti set v0='AJR5DLB8AWOO209T' where id=2; -update noar tt set b2='A6HHP' where id=2; -update noar ti set b2='A6HHP' where id=2; -update noar tt set v0='K9DCFOA90R90K59' where id=3; -update noar ti set v0='K9DCFOA90R90K59' where id=3; -update noar tt set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3; -update noar ti set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3; -update noar tt set v0='P3IRFC0Z' where id=3; -update noar ti set v0='P3IRFC0Z' where id=3; -update noar tt set b1='Z9YAVRQIW9KT' where id=3; -update noar ti set b1='Z9YAVRQIW9KT' where id=3; -update noar tt set v0='P7MVISGR64LL' where id=3; -update noar ti set v0='P7MVISGR64LL' where id=3; -update noar tt set b2='DVJYV4C' where id=3; -update noar ti set b2='DVJYV4C' where id=3; -update noar tt set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4; -update noar ti set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4; -update noar tt set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4; -update noar ti set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4; -update noar tt set v0='LKAO30TFXYD2AU' where id=4; -update noar ti set v0='LKAO30TFXYD2AU' where id=4; -update noar tt set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4; -update noar ti set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4; -update noar tt set v0='HG0BVR' where id=4; -update noar ti set v0='HG0BVR' where id=4; -update noar tt set b2='1VR7KMWPMCBBJQMQZS' where id=4; -update noar ti set b2='1VR7KMWPMCBBJQMQZS' where id=4; -update noar tt set v0='8AFIOP9ZMAF94QE5' where id=5; -update noar ti set v0='8AFIOP9ZMAF94QE5' where id=5; -update noar tt set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5; -update noar ti set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5; -update noar tt set v0='MXOCJC8NUWEY' where id=5; -update noar ti set v0='MXOCJC8NUWEY' where id=5; -update noar tt set b1='EJGJ5BND76L8JU37' where id=5; -update noar ti set b1='EJGJ5BND76L8JU37' where id=5; -update noar tt set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5; -update noar ti set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5; -update noar tt set b2='52KCUMMX2YVZ2NE' where id=5; -update noar ti set b2='52KCUMMX2YVZ2NE' where id=5; -update noar tt set v0='5X0' where id=6; -update noar ti set v0='5X0' where id=6; -update noar tt set b0='K' where id=6; -update noar ti set b0='K' where id=6; -update noar tt set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6; -update noar ti set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6; -update noar tt set b1='HAY' where id=6; -update noar ti set b1='HAY' where id=6; -update noar tt set v0='CQKFFKVR31TMN7WMVZL' where id=6; -update noar ti set v0='CQKFFKVR31TMN7WMVZL' where id=6; -update noar tt set b2='JZTQMS2' where id=6; -update noar ti set b2='JZTQMS2' where id=6; -update noar tt set v0='P9AM8MJIHX2DC6PXDQ' where id=7; -update noar ti set v0='P9AM8MJIHX2DC6PXDQ' where id=7; -update noar tt set b0='VDZK2CT6F08RCBW8G' where id=7; -update noar ti set b0='VDZK2CT6F08RCBW8G' where id=7; -update noar tt set v0='P6V0CVPR' where id=7; -update noar ti set v0='P6V0CVPR' where id=7; -update noar tt set b1='YQD762IVWTTZMJYIIQ19963' where id=7; -update noar ti set b1='YQD762IVWTTZMJYIIQ19963' where id=7; -update noar tt set v0='AP' where id=7; -update noar ti set v0='AP' where id=7; -update noar tt set b2='OV91JL626479BQB40GYOOYX' where id=7; -update noar ti set b2='OV91JL626479BQB40GYOOYX' where id=7; -update noar tt set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8; -update noar ti set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8; -update noar tt set b0='X3BTIIWS1MRWA1NZHS' where id=8; -update noar ti set b0='X3BTIIWS1MRWA1NZHS' where id=8; -update noar tt set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8; -update noar ti set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8; -update noar tt set b1='89T8PW6QPWU8M' where id=8; -update noar ti set b1='89T8PW6QPWU8M' where id=8; -update noar tt set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8; -update noar ti set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8; -update noar tt set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8; -update noar ti set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8; -update noar tt set v0='5O2EIBBM' where id=9; -update noar ti set v0='5O2EIBBM' where id=9; -update noar tt set b0='B994FK071KTRW' where id=9; -update noar ti set b0='B994FK071KTRW' where id=9; -update noar tt set v0='YIWC9RVL6KEBIBL' where id=9; -update noar ti set v0='YIWC9RVL6KEBIBL' where id=9; -update noar tt set b1='W' where id=9; -update noar ti set b1='W' where id=9; -update noar tt set v0='R5PT' where id=9; -update noar ti set v0='R5PT' where id=9; -update noar tt set b2='R52' where id=9; -update noar ti set b2='R52' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1; -update noar ti set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1; -update noar tt set b0='Y8KALR7YQ7IS' where id=1; -update noar ti set b0='Y8KALR7YQ7IS' where id=1; -update noar tt set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1; -update noar ti set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1; -update noar tt set b1='VKXS5S' where id=1; -update noar ti set b1='VKXS5S' where id=1; -update noar tt set v0='SQ' where id=1; -update noar ti set v0='SQ' where id=1; -update noar tt set b2='SB3Y' where id=1; -update noar ti set b2='SB3Y' where id=1; -update noar tt set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2; -update noar ti set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2; -update noar tt set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2; -update noar ti set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2; -update noar tt set v0='N55EX6288ADTC' where id=2; -update noar ti set v0='N55EX6288ADTC' where id=2; -update noar tt set b1='XEH6BK5O9C00BWUQF4' where id=2; -update noar ti set b1='XEH6BK5O9C00BWUQF4' where id=2; -update noar tt set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2; -update noar ti set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2; -update noar tt set b2='47K9ZIQEYU5ZKIR' where id=2; -update noar ti set b2='47K9ZIQEYU5ZKIR' where id=2; -update noar tt set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3; -update noar ti set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3; -update noar tt set b0='X8SODI4' where id=3; -update noar ti set b0='X8SODI4' where id=3; -update noar tt set v0='IH' where id=3; -update noar ti set v0='IH' where id=3; -update noar tt set b1='A84SWZ' where id=3; -update noar ti set b1='A84SWZ' where id=3; -update noar tt set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3; -update noar ti set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3; -update noar tt set b2='W67X0PC' where id=3; -update noar ti set b2='W67X0PC' where id=3; -update noar tt set v0='7AKVP' where id=4; -update noar ti set v0='7AKVP' where id=4; -update noar tt set b0='HZ2QD1I0W2O' where id=4; -update noar ti set b0='HZ2QD1I0W2O' where id=4; -update noar tt set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4; -update noar ti set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4; -update noar tt set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4; -update noar ti set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4; -update noar tt set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4; -update noar ti set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4; -update noar tt set b2='X0DDD' where id=4; -update noar ti set b2='X0DDD' where id=4; -update noar tt set v0='EVZ4AC' where id=5; -update noar ti set v0='EVZ4AC' where id=5; -update noar tt set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5; -update noar ti set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5; -update noar tt set v0='N39R3U6I7QAHR0QEJO697P' where id=5; -update noar ti set v0='N39R3U6I7QAHR0QEJO697P' where id=5; -update noar tt set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5; -update noar ti set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5; -update noar tt set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5; -update noar ti set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5; -update noar tt set b2='C1BNPBM' where id=5; -update noar ti set b2='C1BNPBM' where id=5; -update noar tt set v0='GPA' where id=6; -update noar ti set v0='GPA' where id=6; -update noar tt set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6; -update noar ti set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6; -update noar tt set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6; -update noar ti set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6; -update noar tt set b1='HSW6NPWYVGKNLURML860Z' where id=6; -update noar ti set b1='HSW6NPWYVGKNLURML860Z' where id=6; -update noar tt set v0='91OW6FNV' where id=6; -update noar ti set v0='91OW6FNV' where id=6; -update noar tt set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6; -update noar ti set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6; -update noar tt set v0='LHSPLQILJ7RFZ' where id=7; -update noar ti set v0='LHSPLQILJ7RFZ' where id=7; -update noar tt set b0='9BY5J41KU37CB09' where id=7; -update noar ti set b0='9BY5J41KU37CB09' where id=7; -update noar tt set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7; -update noar ti set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7; -update noar tt set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7; -update noar ti set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7; -update noar tt set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7; -update noar ti set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7; -update noar tt set b2='4N38USQQVQWW6FJB038GPE9R' where id=7; -update noar ti set b2='4N38USQQVQWW6FJB038GPE9R' where id=7; -update noar tt set v0='NCZBTSFGIA4CILGO' where id=8; -update noar ti set v0='NCZBTSFGIA4CILGO' where id=8; -update noar tt set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8; -update noar ti set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8; -update noar tt set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8; -update noar ti set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8; -update noar tt set b1='2QPRM9AZ5ZEPQ7QQA' where id=8; -update noar ti set b1='2QPRM9AZ5ZEPQ7QQA' where id=8; -update noar tt set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8; -update noar ti set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8; -update noar tt set b2='Y' where id=8; -update noar ti set b2='Y' where id=8; -update noar tt set v0='IFCABDOXG8NQMJQ0A503K' where id=9; -update noar ti set v0='IFCABDOXG8NQMJQ0A503K' where id=9; -update noar tt set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9; -update noar ti set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9; -update noar tt set v0='NV0' where id=9; -update noar ti set v0='NV0' where id=9; -update noar tt set b1='EVQQG' where id=9; -update noar ti set b1='EVQQG' where id=9; -update noar tt set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9; -update noar ti set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9; -update noar tt set b2='TVER2ZAQRH45' where id=9; -update noar ti set b2='TVER2ZAQRH45' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1; -update noar ti set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1; -update noar tt set b0='9SJ6M' where id=1; -update noar ti set b0='9SJ6M' where id=1; -update noar tt set v0='GC' where id=1; -update noar ti set v0='GC' where id=1; -update noar tt set b1='090AVDSF1YXO' where id=1; -update noar ti set b1='090AVDSF1YXO' where id=1; -update noar tt set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1; -update noar ti set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1; -update noar tt set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1; -update noar ti set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1; -update noar tt set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2; -update noar ti set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2; -update noar tt set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2; -update noar ti set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2; -update noar tt set v0='CUGBMN4XM43L' where id=2; -update noar ti set v0='CUGBMN4XM43L' where id=2; -update noar tt set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2; -update noar ti set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2; -update noar tt set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2; -update noar ti set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2; -update noar tt set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2; -update noar ti set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2; -update noar tt set v0='DIX3L3TSFV925' where id=3; -update noar ti set v0='DIX3L3TSFV925' where id=3; -update noar tt set b0='0ZF6GGVPU' where id=3; -update noar ti set b0='0ZF6GGVPU' where id=3; -update noar tt set v0='3ZNO90IM46DTX' where id=3; -update noar ti set v0='3ZNO90IM46DTX' where id=3; -update noar tt set b1='QA' where id=3; -update noar ti set b1='QA' where id=3; -update noar tt set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3; -update noar ti set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3; -update noar tt set b2='KDHPE430N34S' where id=3; -update noar ti set b2='KDHPE430N34S' where id=3; -update noar tt set v0='R' where id=4; -update noar ti set v0='R' where id=4; -update noar tt set b0='3E6BB41RH22' where id=4; -update noar ti set b0='3E6BB41RH22' where id=4; -update noar tt set v0='6HSMF2ZYUYT7' where id=4; -update noar ti set v0='6HSMF2ZYUYT7' where id=4; -update noar tt set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4; -update noar ti set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4; -update noar tt set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4; -update noar ti set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4; -update noar tt set b2='9E31S6R' where id=4; -update noar ti set b2='9E31S6R' where id=4; -update noar tt set v0='K9NSDLS2COGGZ' where id=5; -update noar ti set v0='K9NSDLS2COGGZ' where id=5; -update noar tt set b0='RM3E04A92DBAO' where id=5; -update noar ti set b0='RM3E04A92DBAO' where id=5; -update noar tt set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5; -update noar ti set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5; -update noar tt set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5; -update noar ti set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5; -update noar tt set v0='C1S' where id=5; -update noar ti set v0='C1S' where id=5; -update noar tt set b2='CXY5V1CAD' where id=5; -update noar ti set b2='CXY5V1CAD' where id=5; -update noar tt set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6; -update noar ti set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6; -update noar tt set b0='X2V' where id=6; -update noar ti set b0='X2V' where id=6; -update noar tt set v0='02L92JX' where id=6; -update noar ti set v0='02L92JX' where id=6; -update noar tt set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6; -update noar ti set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6; -update noar tt set v0='2AKADNLLS3RV2' where id=6; -update noar ti set v0='2AKADNLLS3RV2' where id=6; -update noar tt set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6; -update noar ti set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6; -update noar tt set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7; -update noar ti set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7; -update noar tt set b0='FKIEVDENRSI9Q' where id=7; -update noar ti set b0='FKIEVDENRSI9Q' where id=7; -update noar tt set v0='2ZQ' where id=7; -update noar ti set v0='2ZQ' where id=7; -update noar tt set b1='2J078YEGG264HAC258XGVW5Q' where id=7; -update noar ti set b1='2J078YEGG264HAC258XGVW5Q' where id=7; -update noar tt set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7; -update noar ti set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7; -update noar tt set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7; -update noar ti set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7; -update noar tt set v0='BVZU7L' where id=8; -update noar ti set v0='BVZU7L' where id=8; -update noar tt set b0='MAADW2QEH0947XESB66WA86S' where id=8; -update noar ti set b0='MAADW2QEH0947XESB66WA86S' where id=8; -update noar tt set v0='4201B0DPODXITSFMM7JM' where id=8; -update noar ti set v0='4201B0DPODXITSFMM7JM' where id=8; -update noar tt set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8; -update noar ti set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8; -update noar tt set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8; -update noar ti set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8; -update noar tt set b2='C' where id=8; -update noar ti set b2='C' where id=8; -update noar tt set v0='XE97FCQRRW' where id=9; -update noar ti set v0='XE97FCQRRW' where id=9; -update noar tt set b0='5CFPJ50NIUK1FTW' where id=9; -update noar ti set b0='5CFPJ50NIUK1FTW' where id=9; -update noar tt set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9; -update noar ti set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9; -update noar tt set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9; -update noar ti set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9; -update noar tt set v0='946' where id=9; -update noar ti set v0='946' where id=9; -update noar tt set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9; -update noar ti set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F90EPQQQZ69622JU5K' where id=1; -update noar ti set v0='F90EPQQQZ69622JU5K' where id=1; -update noar tt set b0='ALYESR1' where id=1; -update noar ti set b0='ALYESR1' where id=1; -update noar tt set v0='4OOS0Q' where id=1; -update noar ti set v0='4OOS0Q' where id=1; -update noar tt set b1='188K91WKCXVDXIXZH' where id=1; -update noar ti set b1='188K91WKCXVDXIXZH' where id=1; -update noar tt set v0='R3V' where id=1; -update noar ti set v0='R3V' where id=1; -update noar tt set b2='7IU' where id=1; -update noar ti set b2='7IU' where id=1; -update noar tt set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2; -update noar ti set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2; -update noar tt set b0='1V5TVQGPZASY657S6' where id=2; -update noar ti set b0='1V5TVQGPZASY657S6' where id=2; -update noar tt set v0='ZSHAT9M' where id=2; -update noar ti set v0='ZSHAT9M' where id=2; -update noar tt set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2; -update noar ti set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2; -update noar tt set v0='YPR6RR0CA' where id=2; -update noar ti set v0='YPR6RR0CA' where id=2; -update noar tt set b2='WWKE17RDEHPNUDPGV8R6J' where id=2; -update noar ti set b2='WWKE17RDEHPNUDPGV8R6J' where id=2; -update noar tt set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3; -update noar ti set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3; -update noar tt set b0='UZN8NJ' where id=3; -update noar ti set b0='UZN8NJ' where id=3; -update noar tt set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3; -update noar ti set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3; -update noar tt set b1='I6MVIOGHRIJGK' where id=3; -update noar ti set b1='I6MVIOGHRIJGK' where id=3; -update noar tt set v0='T4QZHBCWUMLGGJ42VK3' where id=3; -update noar ti set v0='T4QZHBCWUMLGGJ42VK3' where id=3; -update noar tt set b2='RYCVEA2MWSD3V' where id=3; -update noar ti set b2='RYCVEA2MWSD3V' where id=3; -update noar tt set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4; -update noar ti set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4; -update noar tt set b0='ZP69NTPUU6XO' where id=4; -update noar ti set b0='ZP69NTPUU6XO' where id=4; -update noar tt set v0='R36VIVOPJI9DJVL15SN' where id=4; -update noar ti set v0='R36VIVOPJI9DJVL15SN' where id=4; -update noar tt set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4; -update noar ti set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4; -update noar tt set v0='J8' where id=4; -update noar ti set v0='J8' where id=4; -update noar tt set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4; -update noar ti set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4; -update noar tt set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5; -update noar ti set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5; -update noar tt set b0='2MQSNZSILV4NPB1Z' where id=5; -update noar ti set b0='2MQSNZSILV4NPB1Z' where id=5; -update noar tt set v0='S89RMBJJYKDLEO8OWA' where id=5; -update noar ti set v0='S89RMBJJYKDLEO8OWA' where id=5; -update noar tt set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5; -update noar ti set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5; -update noar tt set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5; -update noar ti set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5; -update noar tt set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5; -update noar ti set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5; -update noar tt set v0='54V' where id=6; -update noar ti set v0='54V' where id=6; -update noar tt set b0='82QBXJKUKKR' where id=6; -update noar ti set b0='82QBXJKUKKR' where id=6; -update noar tt set v0='T84S8S2REYUQK' where id=6; -update noar ti set v0='T84S8S2REYUQK' where id=6; -update noar tt set b1='YCJAMV8M8' where id=6; -update noar ti set b1='YCJAMV8M8' where id=6; -update noar tt set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6; -update noar ti set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6; -update noar tt set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6; -update noar ti set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6; -update noar tt set v0='3TUO8C' where id=7; -update noar ti set v0='3TUO8C' where id=7; -update noar tt set b0='NZSR' where id=7; -update noar ti set b0='NZSR' where id=7; -update noar tt set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7; -update noar ti set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7; -update noar tt set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7; -update noar ti set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7; -update noar tt set v0='TS7E29UW' where id=7; -update noar ti set v0='TS7E29UW' where id=7; -update noar tt set b2='ZJVN43FK4GY9BMH' where id=7; -update noar ti set b2='ZJVN43FK4GY9BMH' where id=7; -update noar tt set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8; -update noar ti set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8; -update noar tt set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8; -update noar ti set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8; -update noar tt set v0='ERXI0FS4DT' where id=8; -update noar ti set v0='ERXI0FS4DT' where id=8; -update noar tt set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8; -update noar ti set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8; -update noar tt set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8; -update noar ti set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8; -update noar tt set b2='76ZM51PQ0WQQO0' where id=8; -update noar ti set b2='76ZM51PQ0WQQO0' where id=8; -update noar tt set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9; -update noar ti set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9; -update noar tt set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9; -update noar ti set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9; -update noar tt set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9; -update noar ti set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9; -update noar tt set b1='0' where id=9; -update noar ti set b1='0' where id=9; -update noar tt set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9; -update noar ti set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9; -update noar tt set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9; -update noar ti set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1; -update noar ti set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1; -update noar tt set b0='DKZ6ZNLD4' where id=1; -update noar ti set b0='DKZ6ZNLD4' where id=1; -update noar tt set v0='NXSQT' where id=1; -update noar ti set v0='NXSQT' where id=1; -update noar tt set b1='2ORHQ83GDJNQ' where id=1; -update noar ti set b1='2ORHQ83GDJNQ' where id=1; -update noar tt set v0='CGLKOQ7GRQQLVI102R' where id=1; -update noar ti set v0='CGLKOQ7GRQQLVI102R' where id=1; -update noar tt set b2='L7VA' where id=1; -update noar ti set b2='L7VA' where id=1; -update noar tt set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2; -update noar ti set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2; -update noar tt set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2; -update noar ti set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2; -update noar tt set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2; -update noar ti set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2; -update noar tt set b1='5I175TSKW' where id=2; -update noar ti set b1='5I175TSKW' where id=2; -update noar tt set v0='65E2SPUIMZES192Z2YC' where id=2; -update noar ti set v0='65E2SPUIMZES192Z2YC' where id=2; -update noar tt set b2='TMQU7' where id=2; -update noar ti set b2='TMQU7' where id=2; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b0='IJOXWKF' where id=3; -update noar ti set b0='IJOXWKF' where id=3; -update noar tt set v0='1A9DQ' where id=3; -update noar ti set v0='1A9DQ' where id=3; -update noar tt set b1='8KNR1HXJUQQOAEU156TY' where id=3; -update noar ti set b1='8KNR1HXJUQQOAEU156TY' where id=3; -update noar tt set v0='P7WF4I04306KUMO2N' where id=3; -update noar ti set v0='P7WF4I04306KUMO2N' where id=3; -update noar tt set b2='PFMWGFO' where id=3; -update noar ti set b2='PFMWGFO' where id=3; -update noar tt set v0='IGS4JU' where id=4; -update noar ti set v0='IGS4JU' where id=4; -update noar tt set b0='8FY6ADN8TQNM' where id=4; -update noar ti set b0='8FY6ADN8TQNM' where id=4; -update noar tt set v0='1PICAVU8PDEL2MNY50N' where id=4; -update noar ti set v0='1PICAVU8PDEL2MNY50N' where id=4; -update noar tt set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4; -update noar ti set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4; -update noar tt set v0='VBLEEPOO2W56K94S4C600' where id=4; -update noar ti set v0='VBLEEPOO2W56K94S4C600' where id=4; -update noar tt set b2='F5NX90U' where id=4; -update noar ti set b2='F5NX90U' where id=4; -update noar tt set v0='XDP5IN8CETC6RW2' where id=5; -update noar ti set v0='XDP5IN8CETC6RW2' where id=5; -update noar tt set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5; -update noar ti set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5; -update noar tt set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5; -update noar ti set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5; -update noar tt set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5; -update noar ti set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5; -update noar tt set v0='5ICJ' where id=5; -update noar ti set v0='5ICJ' where id=5; -update noar tt set b2='MNUT8R1DVJ1KDL9K1' where id=5; -update noar ti set b2='MNUT8R1DVJ1KDL9K1' where id=5; -update noar tt set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6; -update noar ti set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6; -update noar tt set b0='KVPBH' where id=6; -update noar ti set b0='KVPBH' where id=6; -update noar tt set v0='TX' where id=6; -update noar ti set v0='TX' where id=6; -update noar tt set b1='NALHFFULK' where id=6; -update noar ti set b1='NALHFFULK' where id=6; -update noar tt set v0='RXWND4E243CHD2584ZCQ7' where id=6; -update noar ti set v0='RXWND4E243CHD2584ZCQ7' where id=6; -update noar tt set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6; -update noar ti set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6; -update noar tt set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7; -update noar ti set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7; -update noar tt set b0='JZTOSN4131P5ABLZ' where id=7; -update noar ti set b0='JZTOSN4131P5ABLZ' where id=7; -update noar tt set v0='GPOOAJKUI64C' where id=7; -update noar ti set v0='GPOOAJKUI64C' where id=7; -update noar tt set b1='42MFK7ZM7' where id=7; -update noar ti set b1='42MFK7ZM7' where id=7; -update noar tt set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7; -update noar ti set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7; -update noar tt set b2='BUU2CLFLHMTQL' where id=7; -update noar ti set b2='BUU2CLFLHMTQL' where id=7; -update noar tt set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8; -update noar ti set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8; -update noar tt set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8; -update noar ti set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8; -update noar tt set v0='HKJO6VSPOX3' where id=8; -update noar ti set v0='HKJO6VSPOX3' where id=8; -update noar tt set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8; -update noar ti set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8; -update noar tt set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8; -update noar ti set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8; -update noar tt set b2='5VKVCN1NU12T' where id=8; -update noar ti set b2='5VKVCN1NU12T' where id=8; -update noar tt set v0='IR4THFPYL8NL4WY8' where id=9; -update noar ti set v0='IR4THFPYL8NL4WY8' where id=9; -update noar tt set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9; -update noar ti set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9; -update noar tt set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9; -update noar ti set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9; -update noar tt set b1='KCWZ3OA6YZZ' where id=9; -update noar ti set b1='KCWZ3OA6YZZ' where id=9; -update noar tt set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9; -update noar ti set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9; -update noar tt set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9; -update noar ti set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VASH4CFHPXPECA2G20IB66E' where id=1; -update noar ti set v0='VASH4CFHPXPECA2G20IB66E' where id=1; -update noar tt set b0='8220R2SWHAQBF' where id=1; -update noar ti set b0='8220R2SWHAQBF' where id=1; -update noar tt set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1; -update noar ti set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1; -update noar tt set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1; -update noar ti set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1; -update noar tt set v0='VJQZKV5O63RQ2E5KGPVC' where id=1; -update noar ti set v0='VJQZKV5O63RQ2E5KGPVC' where id=1; -update noar tt set b2='LC6' where id=1; -update noar ti set b2='LC6' where id=1; -update noar tt set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2; -update noar ti set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2; -update noar tt set b0='CVBL40Z2IAQHZ9' where id=2; -update noar ti set b0='CVBL40Z2IAQHZ9' where id=2; -update noar tt set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2; -update noar ti set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2; -update noar tt set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2; -update noar ti set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2; -update noar tt set v0='QELXOIF044KO6DB' where id=2; -update noar ti set v0='QELXOIF044KO6DB' where id=2; -update noar tt set b2='LR' where id=2; -update noar ti set b2='LR' where id=2; -update noar tt set v0='DFLUV' where id=3; -update noar ti set v0='DFLUV' where id=3; -update noar tt set b0='11R' where id=3; -update noar ti set b0='11R' where id=3; -update noar tt set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3; -update noar ti set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3; -update noar tt set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3; -update noar ti set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3; -update noar tt set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3; -update noar ti set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3; -update noar tt set b2='XI6M' where id=3; -update noar ti set b2='XI6M' where id=3; -update noar tt set v0='XB82QW78JJJG' where id=4; -update noar ti set v0='XB82QW78JJJG' where id=4; -update noar tt set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4; -update noar ti set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4; -update noar tt set v0='9CQN0CQG26DK' where id=4; -update noar ti set v0='9CQN0CQG26DK' where id=4; -update noar tt set b1='FGRJ9V3WT0VG9A' where id=4; -update noar ti set b1='FGRJ9V3WT0VG9A' where id=4; -update noar tt set v0='OH2TDKG6' where id=4; -update noar ti set v0='OH2TDKG6' where id=4; -update noar tt set b2='70OHIX9R16' where id=4; -update noar ti set b2='70OHIX9R16' where id=4; -update noar tt set v0='G7JPAZY3B23KMDEY7U8R' where id=5; -update noar ti set v0='G7JPAZY3B23KMDEY7U8R' where id=5; -update noar tt set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5; -update noar ti set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5; -update noar tt set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5; -update noar ti set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5; -update noar tt set b1='O' where id=5; -update noar ti set b1='O' where id=5; -update noar tt set v0='BE' where id=5; -update noar ti set v0='BE' where id=5; -update noar tt set b2='P9IGX0UVUJMF42389S8' where id=5; -update noar ti set b2='P9IGX0UVUJMF42389S8' where id=5; -update noar tt set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6; -update noar ti set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6; -update noar tt set b0='Y0DZX2E3LV4U0QW6V' where id=6; -update noar ti set b0='Y0DZX2E3LV4U0QW6V' where id=6; -update noar tt set v0='H6PV3VFUD0514PY' where id=6; -update noar ti set v0='H6PV3VFUD0514PY' where id=6; -update noar tt set b1='NAHBN4CN58CM4NS9W9TX' where id=6; -update noar ti set b1='NAHBN4CN58CM4NS9W9TX' where id=6; -update noar tt set v0='S6066LV8EMUGGOE5SL2XQ' where id=6; -update noar ti set v0='S6066LV8EMUGGOE5SL2XQ' where id=6; -update noar tt set b2='PZ2W' where id=6; -update noar ti set b2='PZ2W' where id=6; -update noar tt set v0='2RFIXZT6B1S0DO4U' where id=7; -update noar ti set v0='2RFIXZT6B1S0DO4U' where id=7; -update noar tt set b0='32ET70UQ85YX5EA2' where id=7; -update noar ti set b0='32ET70UQ85YX5EA2' where id=7; -update noar tt set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7; -update noar ti set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7; -update noar tt set b1='I5' where id=7; -update noar ti set b1='I5' where id=7; -update noar tt set v0='YK00JL1KCSZ0BOS1XU' where id=7; -update noar ti set v0='YK00JL1KCSZ0BOS1XU' where id=7; -update noar tt set b2='N4JJS1II' where id=7; -update noar ti set b2='N4JJS1II' where id=7; -update noar tt set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8; -update noar ti set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8; -update noar tt set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8; -update noar ti set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8; -update noar tt set v0='IS' where id=8; -update noar ti set v0='IS' where id=8; -update noar tt set b1='BG32D18NHVGVLWA9' where id=8; -update noar ti set b1='BG32D18NHVGVLWA9' where id=8; -update noar tt set v0='UOZ' where id=8; -update noar ti set v0='UOZ' where id=8; -update noar tt set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8; -update noar ti set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8; -update noar tt set v0='N0GP3' where id=9; -update noar ti set v0='N0GP3' where id=9; -update noar tt set b0='14W38Z82UWJLU' where id=9; -update noar ti set b0='14W38Z82UWJLU' where id=9; -update noar tt set v0='QW1GS4PGNPZ063LF0' where id=9; -update noar ti set v0='QW1GS4PGNPZ063LF0' where id=9; -update noar tt set b1='A' where id=9; -update noar ti set b1='A' where id=9; -update noar tt set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9; -update noar ti set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9; -update noar tt set b2='03JTWKN4QIFBCZDY9D' where id=9; -update noar ti set b2='03JTWKN4QIFBCZDY9D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S5XYTFIBIRL682CLNPN4VV' where id=1; -update noar ti set v0='S5XYTFIBIRL682CLNPN4VV' where id=1; -update noar tt set b0='GHLR29Z9D' where id=1; -update noar ti set b0='GHLR29Z9D' where id=1; -update noar tt set v0='B6TSLV2HDAT228QL8' where id=1; -update noar ti set v0='B6TSLV2HDAT228QL8' where id=1; -update noar tt set b1='HSL' where id=1; -update noar ti set b1='HSL' where id=1; -update noar tt set v0='OR57BP5ICHGJU8FK' where id=1; -update noar ti set v0='OR57BP5ICHGJU8FK' where id=1; -update noar tt set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1; -update noar ti set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1; -update noar tt set v0='ZPX3GM3827' where id=2; -update noar ti set v0='ZPX3GM3827' where id=2; -update noar tt set b0='1' where id=2; -update noar ti set b0='1' where id=2; -update noar tt set v0='5RU36NXKUX4' where id=2; -update noar ti set v0='5RU36NXKUX4' where id=2; -update noar tt set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2; -update noar ti set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2; -update noar tt set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2; -update noar ti set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2; -update noar tt set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2; -update noar ti set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2; -update noar tt set v0='YUT' where id=3; -update noar ti set v0='YUT' where id=3; -update noar tt set b0='CMSUE' where id=3; -update noar ti set b0='CMSUE' where id=3; -update noar tt set v0='RTM' where id=3; -update noar ti set v0='RTM' where id=3; -update noar tt set b1='MP' where id=3; -update noar ti set b1='MP' where id=3; -update noar tt set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3; -update noar ti set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3; -update noar tt set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3; -update noar ti set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3; -update noar tt set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4; -update noar ti set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4; -update noar tt set b0='TRXI4SQ4HO29AM' where id=4; -update noar ti set b0='TRXI4SQ4HO29AM' where id=4; -update noar tt set v0='93140JN' where id=4; -update noar ti set v0='93140JN' where id=4; -update noar tt set b1='V25RFLTKPDUD' where id=4; -update noar ti set b1='V25RFLTKPDUD' where id=4; -update noar tt set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4; -update noar ti set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4; -update noar tt set b2='J7FV' where id=4; -update noar ti set b2='J7FV' where id=4; -update noar tt set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5; -update noar ti set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5; -update noar tt set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5; -update noar ti set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5; -update noar tt set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5; -update noar ti set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5; -update noar tt set b1='3HLWRN7J84QJU6' where id=5; -update noar ti set b1='3HLWRN7J84QJU6' where id=5; -update noar tt set v0='X3Q9DOEP6T5UECW' where id=5; -update noar ti set v0='X3Q9DOEP6T5UECW' where id=5; -update noar tt set b2='AUXBGX63JR8J9' where id=5; -update noar ti set b2='AUXBGX63JR8J9' where id=5; -update noar tt set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6; -update noar ti set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6; -update noar tt set b0='UZGCCJZT' where id=6; -update noar ti set b0='UZGCCJZT' where id=6; -update noar tt set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6; -update noar ti set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6; -update noar tt set b1='XZFNXV8JI7' where id=6; -update noar ti set b1='XZFNXV8JI7' where id=6; -update noar tt set v0='J0' where id=6; -update noar ti set v0='J0' where id=6; -update noar tt set b2='TYJ' where id=6; -update noar ti set b2='TYJ' where id=6; -update noar tt set v0='PTS3' where id=7; -update noar ti set v0='PTS3' where id=7; -update noar tt set b0='4UYA7948LW684ND' where id=7; -update noar ti set b0='4UYA7948LW684ND' where id=7; -update noar tt set v0='C406K1WBS4CE2' where id=7; -update noar ti set v0='C406K1WBS4CE2' where id=7; -update noar tt set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7; -update noar ti set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7; -update noar tt set v0='AVT7' where id=7; -update noar ti set v0='AVT7' where id=7; -update noar tt set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7; -update noar ti set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7; -update noar tt set v0='WQCTS2K' where id=8; -update noar ti set v0='WQCTS2K' where id=8; -update noar tt set b0='Y82WBEIYBD' where id=8; -update noar ti set b0='Y82WBEIYBD' where id=8; -update noar tt set v0='JQM' where id=8; -update noar ti set v0='JQM' where id=8; -update noar tt set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8; -update noar ti set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8; -update noar tt set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8; -update noar ti set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8; -update noar tt set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8; -update noar ti set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8; -update noar tt set v0='RYE' where id=9; -update noar ti set v0='RYE' where id=9; -update noar tt set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9; -update noar ti set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9; -update noar tt set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9; -update noar ti set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9; -update noar tt set b1='XNNLVS4BBBUXYGLN53M0' where id=9; -update noar ti set b1='XNNLVS4BBBUXYGLN53M0' where id=9; -update noar tt set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9; -update noar ti set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9; -update noar tt set b2='QPWJ3HPR03BDMIV9B4' where id=9; -update noar ti set b2='QPWJ3HPR03BDMIV9B4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1; -update noar ti set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1; -update noar tt set b0='97' where id=1; -update noar ti set b0='97' where id=1; -update noar tt set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1; -update noar ti set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1; -update noar tt set b1='MNSEU4QMVLPW' where id=1; -update noar ti set b1='MNSEU4QMVLPW' where id=1; -update noar tt set v0='GF6L9YYC93K4WIB' where id=1; -update noar ti set v0='GF6L9YYC93K4WIB' where id=1; -update noar tt set b2='P487KQKNU8295BQZG7P10DKMT' where id=1; -update noar ti set b2='P487KQKNU8295BQZG7P10DKMT' where id=1; -update noar tt set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2; -update noar ti set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2; -update noar tt set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2; -update noar ti set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2; -update noar tt set v0='GTTYH7R6EXRK' where id=2; -update noar ti set v0='GTTYH7R6EXRK' where id=2; -update noar tt set b1='DADK3BK8C423W' where id=2; -update noar ti set b1='DADK3BK8C423W' where id=2; -update noar tt set v0='ECA' where id=2; -update noar ti set v0='ECA' where id=2; -update noar tt set b2='W0A36DNEBJ7JZIENX47' where id=2; -update noar ti set b2='W0A36DNEBJ7JZIENX47' where id=2; -update noar tt set v0='97N990O6FS7GMC2' where id=3; -update noar ti set v0='97N990O6FS7GMC2' where id=3; -update noar tt set b0='XYE3Q' where id=3; -update noar ti set b0='XYE3Q' where id=3; -update noar tt set v0='6692' where id=3; -update noar ti set v0='6692' where id=3; -update noar tt set b1='XZFR9W3NH' where id=3; -update noar ti set b1='XZFR9W3NH' where id=3; -update noar tt set v0='2A0E' where id=3; -update noar ti set v0='2A0E' where id=3; -update noar tt set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3; -update noar ti set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3; -update noar tt set v0='W7ETQO' where id=4; -update noar ti set v0='W7ETQO' where id=4; -update noar tt set b0='2U2NYCND795FXC1' where id=4; -update noar ti set b0='2U2NYCND795FXC1' where id=4; -update noar tt set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4; -update noar ti set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4; -update noar tt set b1='DZNXE5A9NFTJRAY1XWHC' where id=4; -update noar ti set b1='DZNXE5A9NFTJRAY1XWHC' where id=4; -update noar tt set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4; -update noar ti set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4; -update noar tt set b2='CF2ZQFNS' where id=4; -update noar ti set b2='CF2ZQFNS' where id=4; -update noar tt set v0='BSEYQPDI6K' where id=5; -update noar ti set v0='BSEYQPDI6K' where id=5; -update noar tt set b0='O42XW16A2OOR49I1' where id=5; -update noar ti set b0='O42XW16A2OOR49I1' where id=5; -update noar tt set v0='FCMVWLR89X4XRYN55P2P' where id=5; -update noar ti set v0='FCMVWLR89X4XRYN55P2P' where id=5; -update noar tt set b1='CYJWKRAR10WKKNH1' where id=5; -update noar ti set b1='CYJWKRAR10WKKNH1' where id=5; -update noar tt set v0='96848K86' where id=5; -update noar ti set v0='96848K86' where id=5; -update noar tt set b2='18XFMNE92YQTVVY62K' where id=5; -update noar ti set b2='18XFMNE92YQTVVY62K' where id=5; -update noar tt set v0='6X28FJ0AR91T6GI4' where id=6; -update noar ti set v0='6X28FJ0AR91T6GI4' where id=6; -update noar tt set b0='ZA55JV' where id=6; -update noar ti set b0='ZA55JV' where id=6; -update noar tt set v0='WR12Q8PX9O' where id=6; -update noar ti set v0='WR12Q8PX9O' where id=6; -update noar tt set b1='KH444CFXOK2' where id=6; -update noar ti set b1='KH444CFXOK2' where id=6; -update noar tt set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6; -update noar ti set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6; -update noar tt set b2='TE2' where id=6; -update noar ti set b2='TE2' where id=6; -update noar tt set v0='58' where id=7; -update noar ti set v0='58' where id=7; -update noar tt set b0='7Y0LL1VS4LRW1671QGU' where id=7; -update noar ti set b0='7Y0LL1VS4LRW1671QGU' where id=7; -update noar tt set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7; -update noar ti set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7; -update noar tt set b1='TZCM2KR104Z3L4NYOI' where id=7; -update noar ti set b1='TZCM2KR104Z3L4NYOI' where id=7; -update noar tt set v0='5BK2KBK4' where id=7; -update noar ti set v0='5BK2KBK4' where id=7; -update noar tt set b2='R6BO38TUGY1XJPXZ' where id=7; -update noar ti set b2='R6BO38TUGY1XJPXZ' where id=7; -update noar tt set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8; -update noar ti set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8; -update noar tt set b0='R4' where id=8; -update noar ti set b0='R4' where id=8; -update noar tt set v0='UD6TH59NTL66XNAKL' where id=8; -update noar ti set v0='UD6TH59NTL66XNAKL' where id=8; -update noar tt set b1='6HF247PXA2880ODXVCPP' where id=8; -update noar ti set b1='6HF247PXA2880ODXVCPP' where id=8; -update noar tt set v0='K0POXNHX' where id=8; -update noar ti set v0='K0POXNHX' where id=8; -update noar tt set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8; -update noar ti set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8; -update noar tt set v0='EE1FYWU' where id=9; -update noar ti set v0='EE1FYWU' where id=9; -update noar tt set b0='LU9' where id=9; -update noar ti set b0='LU9' where id=9; -update noar tt set v0='61SDLBOH2Z0URC5DUDGD' where id=9; -update noar ti set v0='61SDLBOH2Z0URC5DUDGD' where id=9; -update noar tt set b1='CHK319K0' where id=9; -update noar ti set b1='CHK319K0' where id=9; -update noar tt set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9; -update noar ti set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9; -update noar tt set b2='I2OEFB8LPV8' where id=9; -update noar ti set b2='I2OEFB8LPV8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UH1QOV' where id=1; -update noar ti set v0='UH1QOV' where id=1; -update noar tt set b0='OCO0' where id=1; -update noar ti set b0='OCO0' where id=1; -update noar tt set v0='CUA8VV6DON' where id=1; -update noar ti set v0='CUA8VV6DON' where id=1; -update noar tt set b1='GYG3GND4JATRQGYIO6GY1' where id=1; -update noar ti set b1='GYG3GND4JATRQGYIO6GY1' where id=1; -update noar tt set v0='5DFKBSOVPS3JS5LTTDT3' where id=1; -update noar ti set v0='5DFKBSOVPS3JS5LTTDT3' where id=1; -update noar tt set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1; -update noar ti set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1; -update noar tt set v0='V7ZKV9X' where id=2; -update noar ti set v0='V7ZKV9X' where id=2; -update noar tt set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2; -update noar ti set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2; -update noar tt set v0='PC' where id=2; -update noar ti set v0='PC' where id=2; -update noar tt set b1='DQRBT5OFC' where id=2; -update noar ti set b1='DQRBT5OFC' where id=2; -update noar tt set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2; -update noar ti set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2; -update noar tt set b2='EQHBBW2C7SEP8VAT' where id=2; -update noar ti set b2='EQHBBW2C7SEP8VAT' where id=2; -update noar tt set v0='V7BRD9R3Z' where id=3; -update noar ti set v0='V7BRD9R3Z' where id=3; -update noar tt set b0='1W0' where id=3; -update noar ti set b0='1W0' where id=3; -update noar tt set v0='N1G10DIA1BL' where id=3; -update noar ti set v0='N1G10DIA1BL' where id=3; -update noar tt set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3; -update noar ti set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3; -update noar tt set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3; -update noar ti set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3; -update noar tt set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3; -update noar ti set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3; -update noar tt set v0='S5LZC' where id=4; -update noar ti set v0='S5LZC' where id=4; -update noar tt set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4; -update noar ti set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4; -update noar tt set v0='F46PG' where id=4; -update noar ti set v0='F46PG' where id=4; -update noar tt set b1='XNZJBLT95NPJCSM' where id=4; -update noar ti set b1='XNZJBLT95NPJCSM' where id=4; -update noar tt set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4; -update noar ti set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4; -update noar tt set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4; -update noar ti set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4; -update noar tt set v0='G3C8P8X' where id=5; -update noar ti set v0='G3C8P8X' where id=5; -update noar tt set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5; -update noar ti set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5; -update noar tt set v0='X5FS9R8D' where id=5; -update noar ti set v0='X5FS9R8D' where id=5; -update noar tt set b1='Q4B71CBDI9ULSZW' where id=5; -update noar ti set b1='Q4B71CBDI9ULSZW' where id=5; -update noar tt set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5; -update noar ti set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5; -update noar tt set b2='OZL17X4V0Z' where id=5; -update noar ti set b2='OZL17X4V0Z' where id=5; -update noar tt set v0='B5OIZN7DY8827F5JW53E94QV' where id=6; -update noar ti set v0='B5OIZN7DY8827F5JW53E94QV' where id=6; -update noar tt set b0='M1' where id=6; -update noar ti set b0='M1' where id=6; -update noar tt set v0='AAOXJC979PR4MGNF' where id=6; -update noar ti set v0='AAOXJC979PR4MGNF' where id=6; -update noar tt set b1='4L8G220187' where id=6; -update noar ti set b1='4L8G220187' where id=6; -update noar tt set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6; -update noar ti set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6; -update noar tt set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6; -update noar ti set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6; -update noar tt set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7; -update noar ti set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7; -update noar tt set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7; -update noar ti set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7; -update noar tt set v0='QC6EOS4G68ZAKJ0H' where id=7; -update noar ti set v0='QC6EOS4G68ZAKJ0H' where id=7; -update noar tt set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7; -update noar ti set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7; -update noar tt set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7; -update noar ti set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7; -update noar tt set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7; -update noar ti set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7; -update noar tt set v0='PLWDFTFCFN31K' where id=8; -update noar ti set v0='PLWDFTFCFN31K' where id=8; -update noar tt set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8; -update noar ti set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8; -update noar tt set v0='VLG4IFJ9UW1JOB2' where id=8; -update noar ti set v0='VLG4IFJ9UW1JOB2' where id=8; -update noar tt set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8; -update noar ti set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8; -update noar tt set v0='5KV0' where id=8; -update noar ti set v0='5KV0' where id=8; -update noar tt set b2='7BJLOT' where id=8; -update noar ti set b2='7BJLOT' where id=8; -update noar tt set v0='8G2NAHJ3QZZSKBRA' where id=9; -update noar ti set v0='8G2NAHJ3QZZSKBRA' where id=9; -update noar tt set b0='EF35Y' where id=9; -update noar ti set b0='EF35Y' where id=9; -update noar tt set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9; -update noar ti set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9; -update noar tt set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9; -update noar ti set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9; -update noar tt set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9; -update noar ti set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9; -update noar tt set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9; -update noar ti set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1; -update noar ti set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1; -update noar tt set b0='29' where id=1; -update noar ti set b0='29' where id=1; -update noar tt set v0='QGXK1EM2MW' where id=1; -update noar ti set v0='QGXK1EM2MW' where id=1; -update noar tt set b1='5I1LIG' where id=1; -update noar ti set b1='5I1LIG' where id=1; -update noar tt set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1; -update noar ti set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1; -update noar tt set b2='X1' where id=1; -update noar ti set b2='X1' where id=1; -update noar tt set v0='ZOAFGR5' where id=2; -update noar ti set v0='ZOAFGR5' where id=2; -update noar tt set b0='KX1DDSM7P' where id=2; -update noar ti set b0='KX1DDSM7P' where id=2; -update noar tt set v0='N78MXSRPMGK8O7RS' where id=2; -update noar ti set v0='N78MXSRPMGK8O7RS' where id=2; -update noar tt set b1='DUQ5MHFTN82' where id=2; -update noar ti set b1='DUQ5MHFTN82' where id=2; -update noar tt set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2; -update noar ti set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2; -update noar tt set b2='HT4NHOFZN1C1EJ' where id=2; -update noar ti set b2='HT4NHOFZN1C1EJ' where id=2; -update noar tt set v0='RBLT0OH868AMI82AE6Q19Y' where id=3; -update noar ti set v0='RBLT0OH868AMI82AE6Q19Y' where id=3; -update noar tt set b0='IC' where id=3; -update noar ti set b0='IC' where id=3; -update noar tt set v0='ZI41G' where id=3; -update noar ti set v0='ZI41G' where id=3; -update noar tt set b1='AIA4SRGCGMH3PNZA' where id=3; -update noar ti set b1='AIA4SRGCGMH3PNZA' where id=3; -update noar tt set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3; -update noar ti set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3; -update noar tt set b2='B1FM8QT6U2E2QH6VG' where id=3; -update noar ti set b2='B1FM8QT6U2E2QH6VG' where id=3; -update noar tt set v0='ZKFFH' where id=4; -update noar ti set v0='ZKFFH' where id=4; -update noar tt set b0='JMYXBD' where id=4; -update noar ti set b0='JMYXBD' where id=4; -update noar tt set v0='3E06094U1' where id=4; -update noar ti set v0='3E06094U1' where id=4; -update noar tt set b1='CU9FVZ36JY1UPOV' where id=4; -update noar ti set b1='CU9FVZ36JY1UPOV' where id=4; -update noar tt set v0='1YHNG52GDYCJGL9' where id=4; -update noar ti set v0='1YHNG52GDYCJGL9' where id=4; -update noar tt set b2='GN0CFKGX0PBGP4' where id=4; -update noar ti set b2='GN0CFKGX0PBGP4' where id=4; -update noar tt set v0='6T0NHGG8O7NT3BHWB' where id=5; -update noar ti set v0='6T0NHGG8O7NT3BHWB' where id=5; -update noar tt set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5; -update noar ti set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5; -update noar tt set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5; -update noar ti set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5; -update noar tt set b1='4O' where id=5; -update noar ti set b1='4O' where id=5; -update noar tt set v0='F8AST' where id=5; -update noar ti set v0='F8AST' where id=5; -update noar tt set b2='JO3SRJAJ94P95BESG' where id=5; -update noar ti set b2='JO3SRJAJ94P95BESG' where id=5; -update noar tt set v0='BA1PB5JL8U3S8' where id=6; -update noar ti set v0='BA1PB5JL8U3S8' where id=6; -update noar tt set b0='ROAP3E6ULD' where id=6; -update noar ti set b0='ROAP3E6ULD' where id=6; -update noar tt set v0='HZU' where id=6; -update noar ti set v0='HZU' where id=6; -update noar tt set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6; -update noar ti set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6; -update noar tt set v0='BJ2R8' where id=6; -update noar ti set v0='BJ2R8' where id=6; -update noar tt set b2='LHNI69FR' where id=6; -update noar ti set b2='LHNI69FR' where id=6; -update noar tt set v0='H' where id=7; -update noar ti set v0='H' where id=7; -update noar tt set b0='EW5WT5AO7L5U3' where id=7; -update noar ti set b0='EW5WT5AO7L5U3' where id=7; -update noar tt set v0='JHBYWFDND0VVNVINS15I' where id=7; -update noar ti set v0='JHBYWFDND0VVNVINS15I' where id=7; -update noar tt set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7; -update noar ti set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7; -update noar tt set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7; -update noar ti set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7; -update noar tt set b2='Z' where id=7; -update noar ti set b2='Z' where id=7; -update noar tt set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8; -update noar ti set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8; -update noar tt set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8; -update noar ti set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8; -update noar tt set v0='B41ED0UJ2HKS5EX07IMF' where id=8; -update noar ti set v0='B41ED0UJ2HKS5EX07IMF' where id=8; -update noar tt set b1='GJEA2TGEZDIRI3D' where id=8; -update noar ti set b1='GJEA2TGEZDIRI3D' where id=8; -update noar tt set v0='1E17XO1ZM2825X5A' where id=8; -update noar ti set v0='1E17XO1ZM2825X5A' where id=8; -update noar tt set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8; -update noar ti set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8; -update noar tt set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9; -update noar ti set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9; -update noar tt set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9; -update noar ti set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9; -update noar tt set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9; -update noar ti set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9; -update noar tt set b1='JRAJ' where id=9; -update noar ti set b1='JRAJ' where id=9; -update noar tt set v0='FAWJ7W7QOAG95EMF' where id=9; -update noar ti set v0='FAWJ7W7QOAG95EMF' where id=9; -update noar tt set b2='OG6MYKZ9ITKZL4PFMN9' where id=9; -update noar ti set b2='OG6MYKZ9ITKZL4PFMN9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1; -update noar ti set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1; -update noar tt set b0='1PK59L2YBM1' where id=1; -update noar ti set b0='1PK59L2YBM1' where id=1; -update noar tt set v0='UVT81TMYQ7' where id=1; -update noar ti set v0='UVT81TMYQ7' where id=1; -update noar tt set b1='A5K75JUUIUPR58' where id=1; -update noar ti set b1='A5K75JUUIUPR58' where id=1; -update noar tt set v0='XB32XI7GSQR' where id=1; -update noar ti set v0='XB32XI7GSQR' where id=1; -update noar tt set b2='13ZT7AW0IZSQNSL' where id=1; -update noar ti set b2='13ZT7AW0IZSQNSL' where id=1; -update noar tt set v0='25YG' where id=2; -update noar ti set v0='25YG' where id=2; -update noar tt set b0='C2GSBBLKK' where id=2; -update noar ti set b0='C2GSBBLKK' where id=2; -update noar tt set v0='BI4RNAOHYLN66FX6N' where id=2; -update noar ti set v0='BI4RNAOHYLN66FX6N' where id=2; -update noar tt set b1='1J3B' where id=2; -update noar ti set b1='1J3B' where id=2; -update noar tt set v0='KJ1ED6C27BI68' where id=2; -update noar ti set v0='KJ1ED6C27BI68' where id=2; -update noar tt set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2; -update noar ti set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2; -update noar tt set v0='K' where id=3; -update noar ti set v0='K' where id=3; -update noar tt set b0='FLGV5IFDBSOMAF3G' where id=3; -update noar ti set b0='FLGV5IFDBSOMAF3G' where id=3; -update noar tt set v0='RG18L68M2CLLBZ' where id=3; -update noar ti set v0='RG18L68M2CLLBZ' where id=3; -update noar tt set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3; -update noar ti set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3; -update noar tt set v0='BY90ICPPG8IX' where id=3; -update noar ti set v0='BY90ICPPG8IX' where id=3; -update noar tt set b2='2ZLXDOF' where id=3; -update noar ti set b2='2ZLXDOF' where id=3; -update noar tt set v0='NMQTFR2' where id=4; -update noar ti set v0='NMQTFR2' where id=4; -update noar tt set b0='5M1KUJILOHQVSQTXN' where id=4; -update noar ti set b0='5M1KUJILOHQVSQTXN' where id=4; -update noar tt set v0='ENHI3BUPFC1I241GOWHDI' where id=4; -update noar ti set v0='ENHI3BUPFC1I241GOWHDI' where id=4; -update noar tt set b1='3QNXCDLT' where id=4; -update noar ti set b1='3QNXCDLT' where id=4; -update noar tt set v0='DH5HTJH9ECJYMI' where id=4; -update noar ti set v0='DH5HTJH9ECJYMI' where id=4; -update noar tt set b2='77R64E3OSALE5T8XHL' where id=4; -update noar ti set b2='77R64E3OSALE5T8XHL' where id=4; -update noar tt set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5; -update noar ti set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5; -update noar tt set b0='427HGY' where id=5; -update noar ti set b0='427HGY' where id=5; -update noar tt set v0='IUX0P' where id=5; -update noar ti set v0='IUX0P' where id=5; -update noar tt set b1='ACM4SDATWHSPZM' where id=5; -update noar ti set b1='ACM4SDATWHSPZM' where id=5; -update noar tt set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5; -update noar ti set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5; -update noar tt set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5; -update noar ti set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5; -update noar tt set v0='LR' where id=6; -update noar ti set v0='LR' where id=6; -update noar tt set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6; -update noar ti set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6; -update noar tt set v0='OYD90VT6' where id=6; -update noar ti set v0='OYD90VT6' where id=6; -update noar tt set b1='V9893TNTKBPRFYMP5X' where id=6; -update noar ti set b1='V9893TNTKBPRFYMP5X' where id=6; -update noar tt set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6; -update noar ti set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6; -update noar tt set b2='4F8BPJZ34TMW4V19GE' where id=6; -update noar ti set b2='4F8BPJZ34TMW4V19GE' where id=6; -update noar tt set v0='VGFV3JF8JWTLH52QU6' where id=7; -update noar ti set v0='VGFV3JF8JWTLH52QU6' where id=7; -update noar tt set b0='ZV' where id=7; -update noar ti set b0='ZV' where id=7; -update noar tt set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7; -update noar ti set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7; -update noar tt set b1='3LYEEEBBNBTE754AYGWR' where id=7; -update noar ti set b1='3LYEEEBBNBTE754AYGWR' where id=7; -update noar tt set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7; -update noar ti set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7; -update noar tt set b2='9LSGRUNDDD1' where id=7; -update noar ti set b2='9LSGRUNDDD1' where id=7; -update noar tt set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8; -update noar ti set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8; -update noar tt set b0='40ZK7OLV972SCCJAUXY' where id=8; -update noar ti set b0='40ZK7OLV972SCCJAUXY' where id=8; -update noar tt set v0='2JOEMDBX0VZFFWZMQVC7' where id=8; -update noar ti set v0='2JOEMDBX0VZFFWZMQVC7' where id=8; -update noar tt set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8; -update noar ti set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8; -update noar tt set v0='VYQJCGG55U0E' where id=8; -update noar ti set v0='VYQJCGG55U0E' where id=8; -update noar tt set b2='MYC' where id=8; -update noar ti set b2='MYC' where id=8; -update noar tt set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9; -update noar ti set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9; -update noar tt set b0='Z7OFRREHFROZ9H3HS' where id=9; -update noar ti set b0='Z7OFRREHFROZ9H3HS' where id=9; -update noar tt set v0='TF3KO' where id=9; -update noar ti set v0='TF3KO' where id=9; -update noar tt set b1='YJ2SR8DHMYQ6AHW' where id=9; -update noar ti set b1='YJ2SR8DHMYQ6AHW' where id=9; -update noar tt set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9; -update noar ti set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9; -update noar tt set b2='3U' where id=9; -update noar ti set b2='3U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ATQH74JNA3KVF5PR6E' where id=1; -update noar ti set v0='ATQH74JNA3KVF5PR6E' where id=1; -update noar tt set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1; -update noar ti set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1; -update noar tt set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1; -update noar ti set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1; -update noar tt set b1='5HJ5DXTC529' where id=1; -update noar ti set b1='5HJ5DXTC529' where id=1; -update noar tt set v0='PYU3DS7H4' where id=1; -update noar ti set v0='PYU3DS7H4' where id=1; -update noar tt set b2='3H1L7YUI8AP1' where id=1; -update noar ti set b2='3H1L7YUI8AP1' where id=1; -update noar tt set v0='XBG57EQXIPFY3QOJKPRU' where id=2; -update noar ti set v0='XBG57EQXIPFY3QOJKPRU' where id=2; -update noar tt set b0='345UV875NMBVV7QS30C7VWP1' where id=2; -update noar ti set b0='345UV875NMBVV7QS30C7VWP1' where id=2; -update noar tt set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2; -update noar ti set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2; -update noar tt set b1='7Y5KY18WQQ45HXCTV8' where id=2; -update noar ti set b1='7Y5KY18WQQ45HXCTV8' where id=2; -update noar tt set v0='ZEQKLT2OJG14E1U4F9OI' where id=2; -update noar ti set v0='ZEQKLT2OJG14E1U4F9OI' where id=2; -update noar tt set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2; -update noar ti set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2; -update noar tt set v0='VVUJ' where id=3; -update noar ti set v0='VVUJ' where id=3; -update noar tt set b0='ONRM1' where id=3; -update noar ti set b0='ONRM1' where id=3; -update noar tt set v0='YYJD889CP6PEN' where id=3; -update noar ti set v0='YYJD889CP6PEN' where id=3; -update noar tt set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3; -update noar ti set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3; -update noar tt set v0='XXQENMA8N2QQPT' where id=3; -update noar ti set v0='XXQENMA8N2QQPT' where id=3; -update noar tt set b2='P9WDCHELW0W4U79LJ67' where id=3; -update noar ti set b2='P9WDCHELW0W4U79LJ67' where id=3; -update noar tt set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4; -update noar ti set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4; -update noar tt set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4; -update noar ti set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4; -update noar tt set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4; -update noar ti set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4; -update noar tt set b1='V2VJY0R' where id=4; -update noar ti set b1='V2VJY0R' where id=4; -update noar tt set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4; -update noar ti set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4; -update noar tt set b2='S0' where id=4; -update noar ti set b2='S0' where id=4; -update noar tt set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5; -update noar ti set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5; -update noar tt set b0='8YJF1VW6CMG9X5II5ZXE' where id=5; -update noar ti set b0='8YJF1VW6CMG9X5II5ZXE' where id=5; -update noar tt set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5; -update noar ti set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5; -update noar tt set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5; -update noar ti set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5; -update noar tt set v0='AE71G810G3MJX129B0OFPW' where id=5; -update noar ti set v0='AE71G810G3MJX129B0OFPW' where id=5; -update noar tt set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5; -update noar ti set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5; -update noar tt set v0='TE3R94O' where id=6; -update noar ti set v0='TE3R94O' where id=6; -update noar tt set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6; -update noar ti set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6; -update noar tt set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6; -update noar ti set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6; -update noar tt set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6; -update noar ti set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6; -update noar tt set v0='1K' where id=6; -update noar ti set v0='1K' where id=6; -update noar tt set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6; -update noar ti set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6; -update noar tt set v0='0NI0MU70SMQ' where id=7; -update noar ti set v0='0NI0MU70SMQ' where id=7; -update noar tt set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7; -update noar ti set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7; -update noar tt set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7; -update noar ti set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7; -update noar tt set b1='IIE4JLEFCBN2HPX0' where id=7; -update noar ti set b1='IIE4JLEFCBN2HPX0' where id=7; -update noar tt set v0='0OWWRVVQAXFOXOV1J' where id=7; -update noar ti set v0='0OWWRVVQAXFOXOV1J' where id=7; -update noar tt set b2='52LRBFM3O7M' where id=7; -update noar ti set b2='52LRBFM3O7M' where id=7; -update noar tt set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8; -update noar ti set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8; -update noar tt set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8; -update noar ti set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8; -update noar tt set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8; -update noar ti set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8; -update noar tt set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8; -update noar ti set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8; -update noar tt set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8; -update noar ti set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8; -update noar tt set b2='E9X' where id=8; -update noar ti set b2='E9X' where id=8; -update noar tt set v0='TH' where id=9; -update noar ti set v0='TH' where id=9; -update noar tt set b0='BXLIPQ0IZL44F9' where id=9; -update noar ti set b0='BXLIPQ0IZL44F9' where id=9; -update noar tt set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9; -update noar ti set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9; -update noar tt set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9; -update noar ti set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9; -update noar tt set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9; -update noar ti set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9; -update noar tt set b2='G0IGPL' where id=9; -update noar ti set b2='G0IGPL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K4K0VB2PMY483' where id=1; -update noar ti set v0='K4K0VB2PMY483' where id=1; -update noar tt set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1; -update noar ti set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1; -update noar tt set v0='ZGZ5MYOFOLX52S4E5' where id=1; -update noar ti set v0='ZGZ5MYOFOLX52S4E5' where id=1; -update noar tt set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1; -update noar ti set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1; -update noar tt set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1; -update noar ti set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1; -update noar tt set b2='C688ZHZSFN904Z0DHING4U3' where id=1; -update noar ti set b2='C688ZHZSFN904Z0DHING4U3' where id=1; -update noar tt set v0='YWY' where id=2; -update noar ti set v0='YWY' where id=2; -update noar tt set b0='C0NGA8SUSURIBGN80CKAU4' where id=2; -update noar ti set b0='C0NGA8SUSURIBGN80CKAU4' where id=2; -update noar tt set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2; -update noar ti set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2; -update noar tt set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2; -update noar ti set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2; -update noar tt set v0='GASWIJCZ2A2B8Y8I1A' where id=2; -update noar ti set v0='GASWIJCZ2A2B8Y8I1A' where id=2; -update noar tt set b2='D' where id=2; -update noar ti set b2='D' where id=2; -update noar tt set v0='OP6RSKX795B3O368UOZ0EUL' where id=3; -update noar ti set v0='OP6RSKX795B3O368UOZ0EUL' where id=3; -update noar tt set b0='ORE5EFAVV2Q5V3' where id=3; -update noar ti set b0='ORE5EFAVV2Q5V3' where id=3; -update noar tt set v0='8VXVFTCA8P' where id=3; -update noar ti set v0='8VXVFTCA8P' where id=3; -update noar tt set b1='6FKJ' where id=3; -update noar ti set b1='6FKJ' where id=3; -update noar tt set v0='T1AP91UZZWN' where id=3; -update noar ti set v0='T1AP91UZZWN' where id=3; -update noar tt set b2='ASF71I3R9VGYIKLODO' where id=3; -update noar ti set b2='ASF71I3R9VGYIKLODO' where id=3; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b0='HQ1' where id=4; -update noar ti set b0='HQ1' where id=4; -update noar tt set v0='KO4TCQDILA3UUMT3NV6R77' where id=4; -update noar ti set v0='KO4TCQDILA3UUMT3NV6R77' where id=4; -update noar tt set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4; -update noar ti set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4; -update noar tt set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4; -update noar ti set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4; -update noar tt set b2='74' where id=4; -update noar ti set b2='74' where id=4; -update noar tt set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5; -update noar ti set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5; -update noar tt set b0='O1BTP' where id=5; -update noar ti set b0='O1BTP' where id=5; -update noar tt set v0='WBMC34EENE9TP83' where id=5; -update noar ti set v0='WBMC34EENE9TP83' where id=5; -update noar tt set b1='EFYMTD' where id=5; -update noar ti set b1='EFYMTD' where id=5; -update noar tt set v0='0NZ9B' where id=5; -update noar ti set v0='0NZ9B' where id=5; -update noar tt set b2='XJL5GIVALX6KDRW' where id=5; -update noar ti set b2='XJL5GIVALX6KDRW' where id=5; -update noar tt set v0='4GX5VQ9' where id=6; -update noar ti set v0='4GX5VQ9' where id=6; -update noar tt set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6; -update noar ti set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6; -update noar tt set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6; -update noar ti set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6; -update noar tt set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6; -update noar ti set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6; -update noar tt set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6; -update noar ti set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6; -update noar tt set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6; -update noar ti set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6; -update noar tt set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7; -update noar ti set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7; -update noar tt set b0='94WMM1DO6N3CX6GIPN' where id=7; -update noar ti set b0='94WMM1DO6N3CX6GIPN' where id=7; -update noar tt set v0='005XU1TZDLCDQ5829A8Z0' where id=7; -update noar ti set v0='005XU1TZDLCDQ5829A8Z0' where id=7; -update noar tt set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7; -update noar ti set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7; -update noar tt set v0='X2CPFMGQUCXVLU' where id=7; -update noar ti set v0='X2CPFMGQUCXVLU' where id=7; -update noar tt set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7; -update noar ti set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7; -update noar tt set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8; -update noar ti set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8; -update noar tt set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8; -update noar ti set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8; -update noar tt set v0='VLQR' where id=8; -update noar ti set v0='VLQR' where id=8; -update noar tt set b1='DWCJBMJMV' where id=8; -update noar ti set b1='DWCJBMJMV' where id=8; -update noar tt set v0='3XCAM3ZY55OU0' where id=8; -update noar ti set v0='3XCAM3ZY55OU0' where id=8; -update noar tt set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8; -update noar ti set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8; -update noar tt set v0='8' where id=9; -update noar ti set v0='8' where id=9; -update noar tt set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9; -update noar ti set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9; -update noar tt set v0='2ANB7SH1PNC' where id=9; -update noar ti set v0='2ANB7SH1PNC' where id=9; -update noar tt set b1='G4T' where id=9; -update noar ti set b1='G4T' where id=9; -update noar tt set v0='XJAPFXTIVLPL5A39EBR9F' where id=9; -update noar ti set v0='XJAPFXTIVLPL5A39EBR9F' where id=9; -update noar tt set b2='4D' where id=9; -update noar ti set b2='4D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V4U42S' where id=1; -update noar ti set v0='V4U42S' where id=1; -update noar tt set b0='H4J' where id=1; -update noar ti set b0='H4J' where id=1; -update noar tt set v0='0Q6RJI9JQJ1AB1' where id=1; -update noar ti set v0='0Q6RJI9JQJ1AB1' where id=1; -update noar tt set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1; -update noar ti set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1; -update noar tt set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1; -update noar ti set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1; -update noar tt set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1; -update noar ti set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1; -update noar tt set v0='0H7MTVT7T7UO5AU64KIXF' where id=2; -update noar ti set v0='0H7MTVT7T7UO5AU64KIXF' where id=2; -update noar tt set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2; -update noar ti set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2; -update noar tt set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2; -update noar ti set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2; -update noar tt set b1='072E3QCHF2HBR2N2D29RKT' where id=2; -update noar ti set b1='072E3QCHF2HBR2N2D29RKT' where id=2; -update noar tt set v0='3MPNJ552DSHLPO296DLS0GI' where id=2; -update noar ti set v0='3MPNJ552DSHLPO296DLS0GI' where id=2; -update noar tt set b2='KMFTY3B0RVL06C9VBXO' where id=2; -update noar ti set b2='KMFTY3B0RVL06C9VBXO' where id=2; -update noar tt set v0='I60E4' where id=3; -update noar ti set v0='I60E4' where id=3; -update noar tt set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3; -update noar ti set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3; -update noar tt set v0='GS93J6YLBRSR9MCPN33BC' where id=3; -update noar ti set v0='GS93J6YLBRSR9MCPN33BC' where id=3; -update noar tt set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3; -update noar ti set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3; -update noar tt set v0='5K8XG' where id=3; -update noar ti set v0='5K8XG' where id=3; -update noar tt set b2='5N24QX5QD3' where id=3; -update noar ti set b2='5N24QX5QD3' where id=3; -update noar tt set v0='7YEVQH5M79Q06P' where id=4; -update noar ti set v0='7YEVQH5M79Q06P' where id=4; -update noar tt set b0='OKR252ZEIIK4W031X' where id=4; -update noar ti set b0='OKR252ZEIIK4W031X' where id=4; -update noar tt set v0='RCTUNEGEM9HHSW' where id=4; -update noar ti set v0='RCTUNEGEM9HHSW' where id=4; -update noar tt set b1='32PCUK2826GG' where id=4; -update noar ti set b1='32PCUK2826GG' where id=4; -update noar tt set v0='9ME65ODSRFPDE73Z3' where id=4; -update noar ti set v0='9ME65ODSRFPDE73Z3' where id=4; -update noar tt set b2='VW63MKBAY4I3K9X' where id=4; -update noar ti set b2='VW63MKBAY4I3K9X' where id=4; -update noar tt set v0='UDA' where id=5; -update noar ti set v0='UDA' where id=5; -update noar tt set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5; -update noar ti set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5; -update noar tt set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5; -update noar ti set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5; -update noar tt set b1='YJSXEU25P95G' where id=5; -update noar ti set b1='YJSXEU25P95G' where id=5; -update noar tt set v0='YZ9SJI5FFLW1' where id=5; -update noar ti set v0='YZ9SJI5FFLW1' where id=5; -update noar tt set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5; -update noar ti set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5; -update noar tt set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6; -update noar ti set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6; -update noar tt set b0='YZH1V4U6SK52EBIGL6' where id=6; -update noar ti set b0='YZH1V4U6SK52EBIGL6' where id=6; -update noar tt set v0='YULBVM1' where id=6; -update noar ti set v0='YULBVM1' where id=6; -update noar tt set b1='GIQX8GUBCMBX7DE6PL0' where id=6; -update noar ti set b1='GIQX8GUBCMBX7DE6PL0' where id=6; -update noar tt set v0='VBQZ07ZY4YFT7' where id=6; -update noar ti set v0='VBQZ07ZY4YFT7' where id=6; -update noar tt set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6; -update noar ti set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6; -update noar tt set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7; -update noar ti set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7; -update noar tt set b0='GLOILK015BVL72VZUGFOOA' where id=7; -update noar ti set b0='GLOILK015BVL72VZUGFOOA' where id=7; -update noar tt set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7; -update noar ti set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7; -update noar tt set b1='K' where id=7; -update noar ti set b1='K' where id=7; -update noar tt set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7; -update noar ti set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7; -update noar tt set b2='9P5LV7PQ22C' where id=7; -update noar ti set b2='9P5LV7PQ22C' where id=7; -update noar tt set v0='0XTU6QYKXN9JI4RADPS' where id=8; -update noar ti set v0='0XTU6QYKXN9JI4RADPS' where id=8; -update noar tt set b0='HR1N216X32E8DZU4T8BD' where id=8; -update noar ti set b0='HR1N216X32E8DZU4T8BD' where id=8; -update noar tt set v0='3U6L6KDBFI6EZL' where id=8; -update noar ti set v0='3U6L6KDBFI6EZL' where id=8; -update noar tt set b1='9AB3UOB3QPAG' where id=8; -update noar ti set b1='9AB3UOB3QPAG' where id=8; -update noar tt set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8; -update noar ti set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8; -update noar tt set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8; -update noar ti set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8; -update noar tt set v0='69T242S86LZCDCJG4P' where id=9; -update noar ti set v0='69T242S86LZCDCJG4P' where id=9; -update noar tt set b0='CZB568J5' where id=9; -update noar ti set b0='CZB568J5' where id=9; -update noar tt set v0='WTQKSNNL7SFBK9UK' where id=9; -update noar ti set v0='WTQKSNNL7SFBK9UK' where id=9; -update noar tt set b1='6IR75N' where id=9; -update noar ti set b1='6IR75N' where id=9; -update noar tt set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9; -update noar ti set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9; -update noar tt set b2='SUK1SPW7SXO198S0GM3XMF' where id=9; -update noar ti set b2='SUK1SPW7SXO198S0GM3XMF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L23JVO0UHDHBSR5JYDB7W' where id=1; -update noar ti set v0='L23JVO0UHDHBSR5JYDB7W' where id=1; -update noar tt set b0='MKPTI3J043PRY2BP' where id=1; -update noar ti set b0='MKPTI3J043PRY2BP' where id=1; -update noar tt set v0='DZUSDSK1063WV' where id=1; -update noar ti set v0='DZUSDSK1063WV' where id=1; -update noar tt set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1; -update noar ti set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1; -update noar tt set v0='G6W739LBYFWYVQ' where id=1; -update noar ti set v0='G6W739LBYFWYVQ' where id=1; -update noar tt set b2='CEB2AIP' where id=1; -update noar ti set b2='CEB2AIP' where id=1; -update noar tt set v0='UXQMN46WT92ISPAEMOW' where id=2; -update noar ti set v0='UXQMN46WT92ISPAEMOW' where id=2; -update noar tt set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2; -update noar ti set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2; -update noar tt set v0='X22' where id=2; -update noar ti set v0='X22' where id=2; -update noar tt set b1='R259RG2V8G968RMOGYN2' where id=2; -update noar ti set b1='R259RG2V8G968RMOGYN2' where id=2; -update noar tt set v0='G1QMTV' where id=2; -update noar ti set v0='G1QMTV' where id=2; -update noar tt set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2; -update noar ti set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2; -update noar tt set v0='76HXO72TSYEEI9' where id=3; -update noar ti set v0='76HXO72TSYEEI9' where id=3; -update noar tt set b0='TXABT5AVF1MBWA7U' where id=3; -update noar ti set b0='TXABT5AVF1MBWA7U' where id=3; -update noar tt set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3; -update noar ti set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3; -update noar tt set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3; -update noar ti set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3; -update noar tt set v0='CDXOBTBHJ' where id=3; -update noar ti set v0='CDXOBTBHJ' where id=3; -update noar tt set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3; -update noar ti set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3; -update noar tt set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4; -update noar ti set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4; -update noar tt set b0='KY9B62SBKFMZ9HF5AH' where id=4; -update noar ti set b0='KY9B62SBKFMZ9HF5AH' where id=4; -update noar tt set v0='6Z73Z89' where id=4; -update noar ti set v0='6Z73Z89' where id=4; -update noar tt set b1='U1TRVLQCBI1X7' where id=4; -update noar ti set b1='U1TRVLQCBI1X7' where id=4; -update noar tt set v0='P7F86F1TIWW' where id=4; -update noar ti set v0='P7F86F1TIWW' where id=4; -update noar tt set b2='00FLJI' where id=4; -update noar ti set b2='00FLJI' where id=4; -update noar tt set v0='MWRTHB3RLJ' where id=5; -update noar ti set v0='MWRTHB3RLJ' where id=5; -update noar tt set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5; -update noar ti set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5; -update noar tt set v0='NMUWM2FKI0RSXCOZS' where id=5; -update noar ti set v0='NMUWM2FKI0RSXCOZS' where id=5; -update noar tt set b1='2X89' where id=5; -update noar ti set b1='2X89' where id=5; -update noar tt set v0='XAWYR86T0G9DOMSF3VVXL' where id=5; -update noar ti set v0='XAWYR86T0G9DOMSF3VVXL' where id=5; -update noar tt set b2='H6ZY6HCSQ7NESTD247C' where id=5; -update noar ti set b2='H6ZY6HCSQ7NESTD247C' where id=5; -update noar tt set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6; -update noar ti set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6; -update noar tt set b0='XF' where id=6; -update noar ti set b0='XF' where id=6; -update noar tt set v0='88' where id=6; -update noar ti set v0='88' where id=6; -update noar tt set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6; -update noar ti set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6; -update noar tt set v0='WIHDAVU' where id=6; -update noar ti set v0='WIHDAVU' where id=6; -update noar tt set b2='NYJG0QPZCCIRBIDDL' where id=6; -update noar ti set b2='NYJG0QPZCCIRBIDDL' where id=6; -update noar tt set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7; -update noar ti set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7; -update noar tt set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7; -update noar ti set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7; -update noar tt set v0='R0IF0T0XHQHE7' where id=7; -update noar ti set v0='R0IF0T0XHQHE7' where id=7; -update noar tt set b1='64H32X' where id=7; -update noar ti set b1='64H32X' where id=7; -update noar tt set v0='Q72AO9876' where id=7; -update noar ti set v0='Q72AO9876' where id=7; -update noar tt set b2='2' where id=7; -update noar ti set b2='2' where id=7; -update noar tt set v0='06K8SZ46D' where id=8; -update noar ti set v0='06K8SZ46D' where id=8; -update noar tt set b0='EM1WWEREDTE4AJARNKC' where id=8; -update noar ti set b0='EM1WWEREDTE4AJARNKC' where id=8; -update noar tt set v0='DCUP2AWKDWUP630HCQHA' where id=8; -update noar ti set v0='DCUP2AWKDWUP630HCQHA' where id=8; -update noar tt set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8; -update noar ti set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8; -update noar tt set v0='HZN48T' where id=8; -update noar ti set v0='HZN48T' where id=8; -update noar tt set b2='KB19D9UTK' where id=8; -update noar ti set b2='KB19D9UTK' where id=8; -update noar tt set v0='W' where id=9; -update noar ti set v0='W' where id=9; -update noar tt set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9; -update noar ti set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9; -update noar tt set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9; -update noar ti set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9; -update noar tt set b1='N' where id=9; -update noar ti set b1='N' where id=9; -update noar tt set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9; -update noar ti set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9; -update noar tt set b2='YXWJ30BF6XUE84P3U' where id=9; -update noar ti set b2='YXWJ30BF6XUE84P3U' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZER3B2TB' where id=1; -update noar ti set v0='ZER3B2TB' where id=1; -update noar tt set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1; -update noar ti set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1; -update noar tt set v0='BJJT72' where id=1; -update noar ti set v0='BJJT72' where id=1; -update noar tt set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1; -update noar ti set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1; -update noar tt set v0='GZHONEIXEE' where id=1; -update noar ti set v0='GZHONEIXEE' where id=1; -update noar tt set b2='B' where id=1; -update noar ti set b2='B' where id=1; -update noar tt set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2; -update noar ti set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2; -update noar tt set b0='6CAMSKV' where id=2; -update noar ti set b0='6CAMSKV' where id=2; -update noar tt set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2; -update noar ti set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2; -update noar tt set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2; -update noar ti set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2; -update noar tt set v0='YFTQOOJUC7LJ5H' where id=2; -update noar ti set v0='YFTQOOJUC7LJ5H' where id=2; -update noar tt set b2='5L0BWCR4PL25' where id=2; -update noar ti set b2='5L0BWCR4PL25' where id=2; -update noar tt set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3; -update noar ti set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3; -update noar tt set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3; -update noar ti set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3; -update noar tt set v0='3PX5CPKSDHLKDX5DB' where id=3; -update noar ti set v0='3PX5CPKSDHLKDX5DB' where id=3; -update noar tt set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3; -update noar ti set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3; -update noar tt set v0='J1D98GFRQ' where id=3; -update noar ti set v0='J1D98GFRQ' where id=3; -update noar tt set b2='O79MR8LFTGWRHYCI7FP3' where id=3; -update noar ti set b2='O79MR8LFTGWRHYCI7FP3' where id=3; -update noar tt set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4; -update noar ti set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4; -update noar tt set b0='0QLH' where id=4; -update noar ti set b0='0QLH' where id=4; -update noar tt set v0='ZEMNBKSMEL825FSHG9U' where id=4; -update noar ti set v0='ZEMNBKSMEL825FSHG9U' where id=4; -update noar tt set b1='30R7LQ861ZU535IKTNQ' where id=4; -update noar ti set b1='30R7LQ861ZU535IKTNQ' where id=4; -update noar tt set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4; -update noar ti set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4; -update noar tt set b2='RJ3B1O2B9JLKLIX3VEO' where id=4; -update noar ti set b2='RJ3B1O2B9JLKLIX3VEO' where id=4; -update noar tt set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5; -update noar ti set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5; -update noar tt set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5; -update noar ti set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5; -update noar tt set v0='H86ESHCEPJ' where id=5; -update noar ti set v0='H86ESHCEPJ' where id=5; -update noar tt set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5; -update noar ti set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5; -update noar tt set v0='8IR3IHD5LAR36X7UE0R' where id=5; -update noar ti set v0='8IR3IHD5LAR36X7UE0R' where id=5; -update noar tt set b2='I2V7XPDJVWEA' where id=5; -update noar ti set b2='I2V7XPDJVWEA' where id=5; -update noar tt set v0='D' where id=6; -update noar ti set v0='D' where id=6; -update noar tt set b0='NIQ2XFMXO22' where id=6; -update noar ti set b0='NIQ2XFMXO22' where id=6; -update noar tt set v0='LA1VGDAVEDESQ7B5' where id=6; -update noar ti set v0='LA1VGDAVEDESQ7B5' where id=6; -update noar tt set b1='0ESWKMPYO2S8NAA' where id=6; -update noar ti set b1='0ESWKMPYO2S8NAA' where id=6; -update noar tt set v0='UJFWZCBDXW4G99' where id=6; -update noar ti set v0='UJFWZCBDXW4G99' where id=6; -update noar tt set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6; -update noar ti set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6; -update noar tt set v0='R' where id=7; -update noar ti set v0='R' where id=7; -update noar tt set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7; -update noar ti set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7; -update noar tt set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7; -update noar ti set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7; -update noar tt set b1='E2DJZ7YNJJMLE96' where id=7; -update noar ti set b1='E2DJZ7YNJJMLE96' where id=7; -update noar tt set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7; -update noar ti set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7; -update noar tt set b2='38E6IQJ6' where id=7; -update noar ti set b2='38E6IQJ6' where id=7; -update noar tt set v0='4P8Q713F5' where id=8; -update noar ti set v0='4P8Q713F5' where id=8; -update noar tt set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8; -update noar ti set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8; -update noar tt set v0='4Z28GWV0WI9DK' where id=8; -update noar ti set v0='4Z28GWV0WI9DK' where id=8; -update noar tt set b1='YNGBR14' where id=8; -update noar ti set b1='YNGBR14' where id=8; -update noar tt set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8; -update noar ti set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8; -update noar tt set b2='0U4B4NEA8KZTNWC8MI' where id=8; -update noar ti set b2='0U4B4NEA8KZTNWC8MI' where id=8; -update noar tt set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9; -update noar ti set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9; -update noar tt set b0='UZ' where id=9; -update noar ti set b0='UZ' where id=9; -update noar tt set v0='21T1PSG8YVT3RR383YNM0' where id=9; -update noar ti set v0='21T1PSG8YVT3RR383YNM0' where id=9; -update noar tt set b1='QYV96LKUZ' where id=9; -update noar ti set b1='QYV96LKUZ' where id=9; -update noar tt set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9; -update noar ti set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9; -update noar tt set b2='WGDVLBDEZ56O45GNFND' where id=9; -update noar ti set b2='WGDVLBDEZ56O45GNFND' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1; -update noar ti set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1; -update noar tt set b0='VL18TR2DNYDC25ZG' where id=1; -update noar ti set b0='VL18TR2DNYDC25ZG' where id=1; -update noar tt set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1; -update noar ti set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1; -update noar tt set b1='4FYM92FEMWKSBPP1LW' where id=1; -update noar ti set b1='4FYM92FEMWKSBPP1LW' where id=1; -update noar tt set v0='JC' where id=1; -update noar ti set v0='JC' where id=1; -update noar tt set b2='2H' where id=1; -update noar ti set b2='2H' where id=1; -update noar tt set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2; -update noar ti set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2; -update noar tt set b0='KGSP7ES2YO3UH2LQR' where id=2; -update noar ti set b0='KGSP7ES2YO3UH2LQR' where id=2; -update noar tt set v0='USG' where id=2; -update noar ti set v0='USG' where id=2; -update noar tt set b1='2964GQ' where id=2; -update noar ti set b1='2964GQ' where id=2; -update noar tt set v0='37B' where id=2; -update noar ti set v0='37B' where id=2; -update noar tt set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2; -update noar ti set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2; -update noar tt set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3; -update noar ti set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3; -update noar tt set b0='KMIXKI5GZAB8V5TCFRE5' where id=3; -update noar ti set b0='KMIXKI5GZAB8V5TCFRE5' where id=3; -update noar tt set v0='PO9RSR13T' where id=3; -update noar ti set v0='PO9RSR13T' where id=3; -update noar tt set b1='GUGA8H5PAXBQQ7MYER0D' where id=3; -update noar ti set b1='GUGA8H5PAXBQQ7MYER0D' where id=3; -update noar tt set v0='VF3QKSSOV78CX7MA0A2N' where id=3; -update noar ti set v0='VF3QKSSOV78CX7MA0A2N' where id=3; -update noar tt set b2='IK6Y' where id=3; -update noar ti set b2='IK6Y' where id=3; -update noar tt set v0='QPY891R3QSBMEG3A01AMUMG' where id=4; -update noar ti set v0='QPY891R3QSBMEG3A01AMUMG' where id=4; -update noar tt set b0='MGGM9' where id=4; -update noar ti set b0='MGGM9' where id=4; -update noar tt set v0='IERH' where id=4; -update noar ti set v0='IERH' where id=4; -update noar tt set b1='3OBWCFUP7GIRV9' where id=4; -update noar ti set b1='3OBWCFUP7GIRV9' where id=4; -update noar tt set v0='IXV' where id=4; -update noar ti set v0='IXV' where id=4; -update noar tt set b2='APXIHLJ580D7J5B71' where id=4; -update noar ti set b2='APXIHLJ580D7J5B71' where id=4; -update noar tt set v0='U2IL4JG33NT24NE8LY' where id=5; -update noar ti set v0='U2IL4JG33NT24NE8LY' where id=5; -update noar tt set b0='DLI4DXN' where id=5; -update noar ti set b0='DLI4DXN' where id=5; -update noar tt set v0='8ORFOQ73YOIH3' where id=5; -update noar ti set v0='8ORFOQ73YOIH3' where id=5; -update noar tt set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5; -update noar ti set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5; -update noar tt set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5; -update noar ti set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5; -update noar tt set b2='VCMIP73NF3HJM5QQDAECK' where id=5; -update noar ti set b2='VCMIP73NF3HJM5QQDAECK' where id=5; -update noar tt set v0='XF2B' where id=6; -update noar ti set v0='XF2B' where id=6; -update noar tt set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6; -update noar ti set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6; -update noar tt set v0='GSK501DWXYLPS13LU' where id=6; -update noar ti set v0='GSK501DWXYLPS13LU' where id=6; -update noar tt set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6; -update noar ti set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6; -update noar tt set v0='K60R5UCOK2E' where id=6; -update noar ti set v0='K60R5UCOK2E' where id=6; -update noar tt set b2='XU5GVMZCYA5GS18' where id=6; -update noar ti set b2='XU5GVMZCYA5GS18' where id=6; -update noar tt set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7; -update noar ti set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7; -update noar tt set b0='CN73PX7SFGUVX' where id=7; -update noar ti set b0='CN73PX7SFGUVX' where id=7; -update noar tt set v0='UK9QL' where id=7; -update noar ti set v0='UK9QL' where id=7; -update noar tt set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7; -update noar ti set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7; -update noar tt set v0='34HPE' where id=7; -update noar ti set v0='34HPE' where id=7; -update noar tt set b2='JUPPB4RDTY2OZ2XMXOR' where id=7; -update noar ti set b2='JUPPB4RDTY2OZ2XMXOR' where id=7; -update noar tt set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8; -update noar ti set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8; -update noar tt set b0='TNZK2E0KUKJBZ' where id=8; -update noar ti set b0='TNZK2E0KUKJBZ' where id=8; -update noar tt set v0='C' where id=8; -update noar ti set v0='C' where id=8; -update noar tt set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8; -update noar ti set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8; -update noar tt set v0='KB7QSJSUPRGALK' where id=8; -update noar ti set v0='KB7QSJSUPRGALK' where id=8; -update noar tt set b2='UP4DW' where id=8; -update noar ti set b2='UP4DW' where id=8; -update noar tt set v0='D2XC722DSEZHLEAG5V' where id=9; -update noar ti set v0='D2XC722DSEZHLEAG5V' where id=9; -update noar tt set b0='C8FCTDCLFUJOVIL' where id=9; -update noar ti set b0='C8FCTDCLFUJOVIL' where id=9; -update noar tt set v0='ASX1JM3TRVHLI5' where id=9; -update noar ti set v0='ASX1JM3TRVHLI5' where id=9; -update noar tt set b1='LJCX8EEK2RZALC3PTVJFM' where id=9; -update noar ti set b1='LJCX8EEK2RZALC3PTVJFM' where id=9; -update noar tt set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9; -update noar ti set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9; -update noar tt set b2='FC0OHEY' where id=9; -update noar ti set b2='FC0OHEY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1; -update noar ti set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1; -update noar tt set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1; -update noar ti set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1; -update noar tt set v0='HZLH' where id=1; -update noar ti set v0='HZLH' where id=1; -update noar tt set b1='TAMNEBRZIYWZMMAXXC' where id=1; -update noar ti set b1='TAMNEBRZIYWZMMAXXC' where id=1; -update noar tt set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1; -update noar ti set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1; -update noar tt set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1; -update noar ti set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1; -update noar tt set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2; -update noar ti set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2; -update noar tt set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2; -update noar ti set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2; -update noar tt set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2; -update noar ti set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2; -update noar tt set b1='FI0P8USQIS1HAR' where id=2; -update noar ti set b1='FI0P8USQIS1HAR' where id=2; -update noar tt set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2; -update noar ti set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2; -update noar tt set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2; -update noar ti set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2; -update noar tt set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3; -update noar ti set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3; -update noar tt set b0='4WE5X4268' where id=3; -update noar ti set b0='4WE5X4268' where id=3; -update noar tt set v0='RZ8AQRCT57EFYIVQK3' where id=3; -update noar ti set v0='RZ8AQRCT57EFYIVQK3' where id=3; -update noar tt set b1='6Z3G17UE1T6DWAKCPOT' where id=3; -update noar ti set b1='6Z3G17UE1T6DWAKCPOT' where id=3; -update noar tt set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3; -update noar ti set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3; -update noar tt set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3; -update noar ti set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3; -update noar tt set v0='Q' where id=4; -update noar ti set v0='Q' where id=4; -update noar tt set b0='790AQ3FR1XAKQ7J96O' where id=4; -update noar ti set b0='790AQ3FR1XAKQ7J96O' where id=4; -update noar tt set v0='RNC0NJXG' where id=4; -update noar ti set v0='RNC0NJXG' where id=4; -update noar tt set b1='BS8MUZSWDI02YLPNBXKZ' where id=4; -update noar ti set b1='BS8MUZSWDI02YLPNBXKZ' where id=4; -update noar tt set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4; -update noar ti set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4; -update noar tt set b2='716E9B94DMOQRWBDXLLTE81' where id=4; -update noar ti set b2='716E9B94DMOQRWBDXLLTE81' where id=4; -update noar tt set v0='LTPTMWH7' where id=5; -update noar ti set v0='LTPTMWH7' where id=5; -update noar tt set b0='6DLTZPWJXHA57OL7O' where id=5; -update noar ti set b0='6DLTZPWJXHA57OL7O' where id=5; -update noar tt set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5; -update noar ti set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5; -update noar tt set b1='OWET5SAJY93XXWY6Q' where id=5; -update noar ti set b1='OWET5SAJY93XXWY6Q' where id=5; -update noar tt set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5; -update noar ti set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5; -update noar tt set b2='LIC9K2G7' where id=5; -update noar ti set b2='LIC9K2G7' where id=5; -update noar tt set v0='9X4I118ATM6XW2CP3' where id=6; -update noar ti set v0='9X4I118ATM6XW2CP3' where id=6; -update noar tt set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6; -update noar ti set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6; -update noar tt set v0='V' where id=6; -update noar ti set v0='V' where id=6; -update noar tt set b1='JKQE0YCBT0139G' where id=6; -update noar ti set b1='JKQE0YCBT0139G' where id=6; -update noar tt set v0='YK81UBKGIJ6LSIB7J4' where id=6; -update noar ti set v0='YK81UBKGIJ6LSIB7J4' where id=6; -update noar tt set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6; -update noar ti set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6; -update noar tt set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7; -update noar ti set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7; -update noar tt set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7; -update noar ti set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7; -update noar tt set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7; -update noar ti set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7; -update noar tt set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7; -update noar ti set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7; -update noar tt set v0='MJNSE4RU0' where id=7; -update noar ti set v0='MJNSE4RU0' where id=7; -update noar tt set b2='L7YVQU7FC099COPF2HVRH9' where id=7; -update noar ti set b2='L7YVQU7FC099COPF2HVRH9' where id=7; -update noar tt set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8; -update noar ti set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8; -update noar tt set b0='QK2HW51U16IAQXEMQDLEM' where id=8; -update noar ti set b0='QK2HW51U16IAQXEMQDLEM' where id=8; -update noar tt set v0='6YHWAIS3P7' where id=8; -update noar ti set v0='6YHWAIS3P7' where id=8; -update noar tt set b1='DVTRZJ41A6SL4CYI43J' where id=8; -update noar ti set b1='DVTRZJ41A6SL4CYI43J' where id=8; -update noar tt set v0='PYGO8HY' where id=8; -update noar ti set v0='PYGO8HY' where id=8; -update noar tt set b2='6' where id=8; -update noar ti set b2='6' where id=8; -update noar tt set v0='YVF7G0RPZK8GH0W4L5U' where id=9; -update noar ti set v0='YVF7G0RPZK8GH0W4L5U' where id=9; -update noar tt set b0='ZVW0D' where id=9; -update noar ti set b0='ZVW0D' where id=9; -update noar tt set v0='WRBRJR0PUWNQXLWK' where id=9; -update noar ti set v0='WRBRJR0PUWNQXLWK' where id=9; -update noar tt set b1='MF36U4O' where id=9; -update noar ti set b1='MF36U4O' where id=9; -update noar tt set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9; -update noar ti set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9; -update noar tt set b2='BKIWO5A0M1X96BQLKZS' where id=9; -update noar ti set b2='BKIWO5A0M1X96BQLKZS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='MO3D30LM8B0Q8OBR' where id=1; -update noar ti set v0='MO3D30LM8B0Q8OBR' where id=1; -update noar tt set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1; -update noar ti set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1; -update noar tt set v0='DA85PD9SU6HV2R' where id=1; -update noar ti set v0='DA85PD9SU6HV2R' where id=1; -update noar tt set b1='4' where id=1; -update noar ti set b1='4' where id=1; -update noar tt set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1; -update noar ti set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1; -update noar tt set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1; -update noar ti set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1; -update noar tt set v0='2RVYVSG054HQH7DCBCGAV' where id=2; -update noar ti set v0='2RVYVSG054HQH7DCBCGAV' where id=2; -update noar tt set b0='Z' where id=2; -update noar ti set b0='Z' where id=2; -update noar tt set v0='0IV3OCI9CC059E68MGHJ' where id=2; -update noar ti set v0='0IV3OCI9CC059E68MGHJ' where id=2; -update noar tt set b1='BCNDHCCPJDXD27KA8L' where id=2; -update noar ti set b1='BCNDHCCPJDXD27KA8L' where id=2; -update noar tt set v0='XO' where id=2; -update noar ti set v0='XO' where id=2; -update noar tt set b2='MHQ43XP8IY2Q0TFZVUS' where id=2; -update noar ti set b2='MHQ43XP8IY2Q0TFZVUS' where id=2; -update noar tt set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3; -update noar ti set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3; -update noar tt set b0='6CXKYU6MGWCYNT' where id=3; -update noar ti set b0='6CXKYU6MGWCYNT' where id=3; -update noar tt set v0='OPRAL68V3W3F' where id=3; -update noar ti set v0='OPRAL68V3W3F' where id=3; -update noar tt set b1='6CR23K' where id=3; -update noar ti set b1='6CR23K' where id=3; -update noar tt set v0='PEU' where id=3; -update noar ti set v0='PEU' where id=3; -update noar tt set b2='O6Y0GD' where id=3; -update noar ti set b2='O6Y0GD' where id=3; -update noar tt set v0='NBCJ4ENSSJVK7284DDBH' where id=4; -update noar ti set v0='NBCJ4ENSSJVK7284DDBH' where id=4; -update noar tt set b0='MNXVJ8G8A040JG4' where id=4; -update noar ti set b0='MNXVJ8G8A040JG4' where id=4; -update noar tt set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4; -update noar ti set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4; -update noar tt set b1='F18NE22E2NWXRCSC' where id=4; -update noar ti set b1='F18NE22E2NWXRCSC' where id=4; -update noar tt set v0='XMMFLCB38E' where id=4; -update noar ti set v0='XMMFLCB38E' where id=4; -update noar tt set b2='4S6L18AMFFHZVQXN' where id=4; -update noar ti set b2='4S6L18AMFFHZVQXN' where id=4; -update noar tt set v0='1HT699BJXLWF7PHV81P' where id=5; -update noar ti set v0='1HT699BJXLWF7PHV81P' where id=5; -update noar tt set b0='C7' where id=5; -update noar ti set b0='C7' where id=5; -update noar tt set v0='LKT0J02L5' where id=5; -update noar ti set v0='LKT0J02L5' where id=5; -update noar tt set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5; -update noar ti set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5; -update noar tt set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5; -update noar ti set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5; -update noar tt set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5; -update noar ti set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5; -update noar tt set v0='G3B9IOQ7I6HI3K' where id=6; -update noar ti set v0='G3B9IOQ7I6HI3K' where id=6; -update noar tt set b0='F734M595W6TN6VZ559JMJF7T' where id=6; -update noar ti set b0='F734M595W6TN6VZ559JMJF7T' where id=6; -update noar tt set v0='T2GNQ' where id=6; -update noar ti set v0='T2GNQ' where id=6; -update noar tt set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6; -update noar ti set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6; -update noar tt set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6; -update noar ti set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6; -update noar tt set b2='CZ' where id=6; -update noar ti set b2='CZ' where id=6; -update noar tt set v0='5BR2' where id=7; -update noar ti set v0='5BR2' where id=7; -update noar tt set b0='MRDP8' where id=7; -update noar ti set b0='MRDP8' where id=7; -update noar tt set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7; -update noar ti set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7; -update noar tt set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7; -update noar ti set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7; -update noar tt set v0='0KDY' where id=7; -update noar ti set v0='0KDY' where id=7; -update noar tt set b2='40UTQWSB9S3Y93Q' where id=7; -update noar ti set b2='40UTQWSB9S3Y93Q' where id=7; -update noar tt set v0='YJMBZ4WFEX' where id=8; -update noar ti set v0='YJMBZ4WFEX' where id=8; -update noar tt set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8; -update noar ti set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8; -update noar tt set v0='D78D' where id=8; -update noar ti set v0='D78D' where id=8; -update noar tt set b1='KG5' where id=8; -update noar ti set b1='KG5' where id=8; -update noar tt set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8; -update noar ti set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8; -update noar tt set b2='94W3RGPR9J7UC4' where id=8; -update noar ti set b2='94W3RGPR9J7UC4' where id=8; -update noar tt set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9; -update noar ti set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9; -update noar tt set b0='93M7' where id=9; -update noar ti set b0='93M7' where id=9; -update noar tt set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9; -update noar ti set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9; -update noar tt set b1='BTH8H9PTV2REDR2H' where id=9; -update noar ti set b1='BTH8H9PTV2REDR2H' where id=9; -update noar tt set v0='0C2Q7HB4C5E5' where id=9; -update noar ti set v0='0C2Q7HB4C5E5' where id=9; -update noar tt set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9; -update noar ti set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITD57JUS8PZW804021UG414R' where id=1; -update noar ti set v0='ITD57JUS8PZW804021UG414R' where id=1; -update noar tt set b0='WUY2LGBUTQP7251GT' where id=1; -update noar ti set b0='WUY2LGBUTQP7251GT' where id=1; -update noar tt set v0='QMPF8MITENB3ZDK' where id=1; -update noar ti set v0='QMPF8MITENB3ZDK' where id=1; -update noar tt set b1='CZ2V4' where id=1; -update noar ti set b1='CZ2V4' where id=1; -update noar tt set v0='PJVFPR6P2' where id=1; -update noar ti set v0='PJVFPR6P2' where id=1; -update noar tt set b2='CKV1XVN7LQQM5' where id=1; -update noar ti set b2='CKV1XVN7LQQM5' where id=1; -update noar tt set v0='2' where id=2; -update noar ti set v0='2' where id=2; -update noar tt set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2; -update noar ti set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2; -update noar tt set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2; -update noar ti set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2; -update noar tt set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2; -update noar ti set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2; -update noar tt set v0='5ZYFDLUVUV13' where id=2; -update noar ti set v0='5ZYFDLUVUV13' where id=2; -update noar tt set b2='WAJ30H8WVKORHVFK3' where id=2; -update noar ti set b2='WAJ30H8WVKORHVFK3' where id=2; -update noar tt set v0='O' where id=3; -update noar ti set v0='O' where id=3; -update noar tt set b0='Q2SI' where id=3; -update noar ti set b0='Q2SI' where id=3; -update noar tt set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3; -update noar ti set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3; -update noar tt set b1='HLKB8RCE5X9QT7E57I5' where id=3; -update noar ti set b1='HLKB8RCE5X9QT7E57I5' where id=3; -update noar tt set v0='4T89MBSQX4Y1XAXIR5K' where id=3; -update noar ti set v0='4T89MBSQX4Y1XAXIR5K' where id=3; -update noar tt set b2='G0UODU6X2' where id=3; -update noar ti set b2='G0UODU6X2' where id=3; -update noar tt set v0='V1E892GQM7C' where id=4; -update noar ti set v0='V1E892GQM7C' where id=4; -update noar tt set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4; -update noar ti set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4; -update noar tt set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4; -update noar ti set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4; -update noar tt set b1='WKCILNMWE' where id=4; -update noar ti set b1='WKCILNMWE' where id=4; -update noar tt set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4; -update noar ti set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4; -update noar tt set b2='ZZES' where id=4; -update noar ti set b2='ZZES' where id=4; -update noar tt set v0='5177KRLJE8A88Y' where id=5; -update noar ti set v0='5177KRLJE8A88Y' where id=5; -update noar tt set b0='IBQOC6IEUZOG9XSE0O' where id=5; -update noar ti set b0='IBQOC6IEUZOG9XSE0O' where id=5; -update noar tt set v0='HSQFU67S8' where id=5; -update noar ti set v0='HSQFU67S8' where id=5; -update noar tt set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5; -update noar ti set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5; -update noar tt set v0='Z6NG1V' where id=5; -update noar ti set v0='Z6NG1V' where id=5; -update noar tt set b2='IY' where id=5; -update noar ti set b2='IY' where id=5; -update noar tt set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6; -update noar ti set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6; -update noar tt set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6; -update noar ti set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6; -update noar tt set v0='NW0S3C80CMUUZM' where id=6; -update noar ti set v0='NW0S3C80CMUUZM' where id=6; -update noar tt set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6; -update noar ti set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6; -update noar tt set v0='1QBC8O' where id=6; -update noar ti set v0='1QBC8O' where id=6; -update noar tt set b2='0FZ' where id=6; -update noar ti set b2='0FZ' where id=6; -update noar tt set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7; -update noar ti set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7; -update noar tt set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7; -update noar ti set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7; -update noar tt set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7; -update noar ti set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7; -update noar tt set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7; -update noar ti set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7; -update noar tt set v0='EQOHMW92S' where id=7; -update noar ti set v0='EQOHMW92S' where id=7; -update noar tt set b2='9' where id=7; -update noar ti set b2='9' where id=7; -update noar tt set v0='62OH6UO4VUEW' where id=8; -update noar ti set v0='62OH6UO4VUEW' where id=8; -update noar tt set b0='L35XMXLPG7ZHIJYHT' where id=8; -update noar ti set b0='L35XMXLPG7ZHIJYHT' where id=8; -update noar tt set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8; -update noar ti set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8; -update noar tt set b1='LTA3GALWTJY' where id=8; -update noar ti set b1='LTA3GALWTJY' where id=8; -update noar tt set v0='9X1U8QM2IBGPXWDZT8' where id=8; -update noar ti set v0='9X1U8QM2IBGPXWDZT8' where id=8; -update noar tt set b2='93JXB6XEK28V84C6AYG' where id=8; -update noar ti set b2='93JXB6XEK28V84C6AYG' where id=8; -update noar tt set v0='PL4OJKK0LRZB6T' where id=9; -update noar ti set v0='PL4OJKK0LRZB6T' where id=9; -update noar tt set b0='T3' where id=9; -update noar ti set b0='T3' where id=9; -update noar tt set v0='SLAD3CQNTN' where id=9; -update noar ti set v0='SLAD3CQNTN' where id=9; -update noar tt set b1='U1A6UKP2DBFBEJ' where id=9; -update noar ti set b1='U1A6UKP2DBFBEJ' where id=9; -update noar tt set v0='M' where id=9; -update noar ti set v0='M' where id=9; -update noar tt set b2='VMPGNADCAKOAFDZV0JG3' where id=9; -update noar ti set b2='VMPGNADCAKOAFDZV0JG3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1; -update noar ti set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1; -update noar tt set b0='4SY57CZZ919S8' where id=1; -update noar ti set b0='4SY57CZZ919S8' where id=1; -update noar tt set v0='FYGV7TTNG89MA3' where id=1; -update noar ti set v0='FYGV7TTNG89MA3' where id=1; -update noar tt set b1='99Q6LWKXGAUEIVKIQD' where id=1; -update noar ti set b1='99Q6LWKXGAUEIVKIQD' where id=1; -update noar tt set v0='GFQBZVQAA8' where id=1; -update noar ti set v0='GFQBZVQAA8' where id=1; -update noar tt set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1; -update noar ti set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1; -update noar tt set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2; -update noar ti set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2; -update noar tt set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2; -update noar ti set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2; -update noar tt set v0='1R588Z32TGHHVCAP5FS7' where id=2; -update noar ti set v0='1R588Z32TGHHVCAP5FS7' where id=2; -update noar tt set b1='SYOP93XOTWW78135' where id=2; -update noar ti set b1='SYOP93XOTWW78135' where id=2; -update noar tt set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2; -update noar ti set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2; -update noar tt set b2='R8ER' where id=2; -update noar ti set b2='R8ER' where id=2; -update noar tt set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3; -update noar ti set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3; -update noar tt set b0='XAPAUQN26W4FPKARN4GGI8' where id=3; -update noar ti set b0='XAPAUQN26W4FPKARN4GGI8' where id=3; -update noar tt set v0='1DHU0TR' where id=3; -update noar ti set v0='1DHU0TR' where id=3; -update noar tt set b1='Y4K' where id=3; -update noar ti set b1='Y4K' where id=3; -update noar tt set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3; -update noar ti set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3; -update noar tt set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3; -update noar ti set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3; -update noar tt set v0='W590ZYAPRPVYBMM2LW' where id=4; -update noar ti set v0='W590ZYAPRPVYBMM2LW' where id=4; -update noar tt set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4; -update noar ti set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4; -update noar tt set v0='0W4D' where id=4; -update noar ti set v0='0W4D' where id=4; -update noar tt set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4; -update noar ti set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4; -update noar tt set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4; -update noar ti set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4; -update noar tt set b2='6' where id=4; -update noar ti set b2='6' where id=4; -update noar tt set v0='40X12J923KO56NXU0T0' where id=5; -update noar ti set v0='40X12J923KO56NXU0T0' where id=5; -update noar tt set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5; -update noar ti set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5; -update noar tt set v0='FPE7A' where id=5; -update noar ti set v0='FPE7A' where id=5; -update noar tt set b1='XBE4X' where id=5; -update noar ti set b1='XBE4X' where id=5; -update noar tt set v0='KY65MW6D5XG53FSSUP' where id=5; -update noar ti set v0='KY65MW6D5XG53FSSUP' where id=5; -update noar tt set b2='MXESE8WMUTTJFL' where id=5; -update noar ti set b2='MXESE8WMUTTJFL' where id=5; -update noar tt set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6; -update noar ti set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6; -update noar tt set b0='7ORGOKVV2NT04TEZOGK0' where id=6; -update noar ti set b0='7ORGOKVV2NT04TEZOGK0' where id=6; -update noar tt set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6; -update noar ti set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6; -update noar tt set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6; -update noar ti set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6; -update noar tt set v0='R' where id=6; -update noar ti set v0='R' where id=6; -update noar tt set b2='YS6VKGTB7' where id=6; -update noar ti set b2='YS6VKGTB7' where id=6; -update noar tt set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7; -update noar ti set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7; -update noar tt set b0='1UDPXO93HC9' where id=7; -update noar ti set b0='1UDPXO93HC9' where id=7; -update noar tt set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7; -update noar ti set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7; -update noar tt set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7; -update noar ti set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7; -update noar tt set v0='7QWYFDXB021BDE8BSLNE' where id=7; -update noar ti set v0='7QWYFDXB021BDE8BSLNE' where id=7; -update noar tt set b2='KU3T9K2I2YZ58' where id=7; -update noar ti set b2='KU3T9K2I2YZ58' where id=7; -update noar tt set v0='VG62AB9BGU50JRB6A5R3C464' where id=8; -update noar ti set v0='VG62AB9BGU50JRB6A5R3C464' where id=8; -update noar tt set b0='RCO0EA59FPU30VC2' where id=8; -update noar ti set b0='RCO0EA59FPU30VC2' where id=8; -update noar tt set v0='X8SUP8E2WZJO3' where id=8; -update noar ti set v0='X8SUP8E2WZJO3' where id=8; -update noar tt set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8; -update noar ti set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8; -update noar tt set v0='KCSS48BU9' where id=8; -update noar ti set v0='KCSS48BU9' where id=8; -update noar tt set b2='ZT' where id=8; -update noar ti set b2='ZT' where id=8; -update noar tt set v0='TCPKI958Q6QI6U6' where id=9; -update noar ti set v0='TCPKI958Q6QI6U6' where id=9; -update noar tt set b0='IZZQZTSHCYDH9Y5ESAG' where id=9; -update noar ti set b0='IZZQZTSHCYDH9Y5ESAG' where id=9; -update noar tt set v0='OF51YVXAL11ZZ9SEZKQ' where id=9; -update noar ti set v0='OF51YVXAL11ZZ9SEZKQ' where id=9; -update noar tt set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9; -update noar ti set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9; -update noar tt set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9; -update noar ti set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9; -update noar tt set b2='YOI0MS8I0XG8XXPSL' where id=9; -update noar ti set b2='YOI0MS8I0XG8XXPSL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='W3D1' where id=1; -update noar ti set v0='W3D1' where id=1; -update noar tt set b0='NW4UR2' where id=1; -update noar ti set b0='NW4UR2' where id=1; -update noar tt set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1; -update noar ti set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1; -update noar tt set b1='P80BRBLSVBXL8ZS1O' where id=1; -update noar ti set b1='P80BRBLSVBXL8ZS1O' where id=1; -update noar tt set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1; -update noar ti set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1; -update noar tt set b2='N18KZ895FSVRKJGVRNGOL5' where id=1; -update noar ti set b2='N18KZ895FSVRKJGVRNGOL5' where id=1; -update noar tt set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2; -update noar ti set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2; -update noar tt set b0='V' where id=2; -update noar ti set b0='V' where id=2; -update noar tt set v0='5UJRNA7DFS' where id=2; -update noar ti set v0='5UJRNA7DFS' where id=2; -update noar tt set b1='EM27SOMM28VMLWYU' where id=2; -update noar ti set b1='EM27SOMM28VMLWYU' where id=2; -update noar tt set v0='7KSN1PHCSD' where id=2; -update noar ti set v0='7KSN1PHCSD' where id=2; -update noar tt set b2='4TN6UMXDT1QX2' where id=2; -update noar ti set b2='4TN6UMXDT1QX2' where id=2; -update noar tt set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3; -update noar ti set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3; -update noar tt set b0='0KUFS61FOX3XMDQX649S2' where id=3; -update noar ti set b0='0KUFS61FOX3XMDQX649S2' where id=3; -update noar tt set v0='JMKIKZCCVS5' where id=3; -update noar ti set v0='JMKIKZCCVS5' where id=3; -update noar tt set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3; -update noar ti set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3; -update noar tt set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3; -update noar ti set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3; -update noar tt set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3; -update noar ti set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3; -update noar tt set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4; -update noar ti set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4; -update noar tt set b0='SJ503SX5X1JQ0L' where id=4; -update noar ti set b0='SJ503SX5X1JQ0L' where id=4; -update noar tt set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4; -update noar ti set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4; -update noar tt set b1='5L40LVPW1KB313G8PJLR' where id=4; -update noar ti set b1='5L40LVPW1KB313G8PJLR' where id=4; -update noar tt set v0='GEJ1' where id=4; -update noar ti set v0='GEJ1' where id=4; -update noar tt set b2='IBNNZ62T3RF' where id=4; -update noar ti set b2='IBNNZ62T3RF' where id=4; -update noar tt set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5; -update noar ti set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5; -update noar tt set b0='0W699XI0368CDW5NCRIR' where id=5; -update noar ti set b0='0W699XI0368CDW5NCRIR' where id=5; -update noar tt set v0='DX9QNU3B5CLFX' where id=5; -update noar ti set v0='DX9QNU3B5CLFX' where id=5; -update noar tt set b1='CLS6I' where id=5; -update noar ti set b1='CLS6I' where id=5; -update noar tt set v0='Z6YAS7L0RCB2' where id=5; -update noar ti set v0='Z6YAS7L0RCB2' where id=5; -update noar tt set b2='9IL' where id=5; -update noar ti set b2='9IL' where id=5; -update noar tt set v0='LLOY0XHJFYB35' where id=6; -update noar ti set v0='LLOY0XHJFYB35' where id=6; -update noar tt set b0='6FUHFYTH8ZG8UIBP5L' where id=6; -update noar ti set b0='6FUHFYTH8ZG8UIBP5L' where id=6; -update noar tt set v0='EY9VVC7KVAW' where id=6; -update noar ti set v0='EY9VVC7KVAW' where id=6; -update noar tt set b1='7YWRQ0CFYB' where id=6; -update noar ti set b1='7YWRQ0CFYB' where id=6; -update noar tt set v0='XG4FGAX6HCLSS87YSKIW' where id=6; -update noar ti set v0='XG4FGAX6HCLSS87YSKIW' where id=6; -update noar tt set b2='N5VRJHXH37Q6E941O8CNTA' where id=6; -update noar ti set b2='N5VRJHXH37Q6E941O8CNTA' where id=6; -update noar tt set v0='M0RXIQ4FRB' where id=7; -update noar ti set v0='M0RXIQ4FRB' where id=7; -update noar tt set b0='MOYBU9678MWW8MXKIAVSM27' where id=7; -update noar ti set b0='MOYBU9678MWW8MXKIAVSM27' where id=7; -update noar tt set v0='R1MCR' where id=7; -update noar ti set v0='R1MCR' where id=7; -update noar tt set b1='JERUHLL069YF1RDPYZ91K0' where id=7; -update noar ti set b1='JERUHLL069YF1RDPYZ91K0' where id=7; -update noar tt set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7; -update noar ti set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7; -update noar tt set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7; -update noar ti set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7; -update noar tt set v0='SMELCFPT2798867DMXG' where id=8; -update noar ti set v0='SMELCFPT2798867DMXG' where id=8; -update noar tt set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8; -update noar ti set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8; -update noar tt set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8; -update noar ti set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8; -update noar tt set b1='ROWAUYQHDW8T6XJQ3' where id=8; -update noar ti set b1='ROWAUYQHDW8T6XJQ3' where id=8; -update noar tt set v0='WIRKB86IJC8' where id=8; -update noar ti set v0='WIRKB86IJC8' where id=8; -update noar tt set b2='Z35FP' where id=8; -update noar ti set b2='Z35FP' where id=8; -update noar tt set v0='D15WVM2' where id=9; -update noar ti set v0='D15WVM2' where id=9; -update noar tt set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9; -update noar ti set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9; -update noar tt set v0='189ZNQIKHXX6BALO6' where id=9; -update noar ti set v0='189ZNQIKHXX6BALO6' where id=9; -update noar tt set b1='WCHR8091EGNW8BTBD3NK0V' where id=9; -update noar ti set b1='WCHR8091EGNW8BTBD3NK0V' where id=9; -update noar tt set v0='W' where id=9; -update noar ti set v0='W' where id=9; -update noar tt set b2='VAZ5YWRGXYHEFPUU0' where id=9; -update noar ti set b2='VAZ5YWRGXYHEFPUU0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YH64NY9U' where id=1; -update noar ti set v0='YH64NY9U' where id=1; -update noar tt set b0='RR38BT' where id=1; -update noar ti set b0='RR38BT' where id=1; -update noar tt set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1; -update noar ti set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1; -update noar tt set b1='EU' where id=1; -update noar ti set b1='EU' where id=1; -update noar tt set v0='HLC3HNO2IKJ1UV8W' where id=1; -update noar ti set v0='HLC3HNO2IKJ1UV8W' where id=1; -update noar tt set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1; -update noar ti set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1; -update noar tt set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2; -update noar ti set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2; -update noar tt set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2; -update noar ti set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2; -update noar tt set v0='88A4ODH' where id=2; -update noar ti set v0='88A4ODH' where id=2; -update noar tt set b1='94MTRTJJVTC' where id=2; -update noar ti set b1='94MTRTJJVTC' where id=2; -update noar tt set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2; -update noar ti set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2; -update noar tt set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2; -update noar ti set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3; -update noar ti set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3; -update noar tt set v0='W7W6LJPCCB' where id=3; -update noar ti set v0='W7W6LJPCCB' where id=3; -update noar tt set b1='K45M1DUF0JY5R6OD' where id=3; -update noar ti set b1='K45M1DUF0JY5R6OD' where id=3; -update noar tt set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3; -update noar ti set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3; -update noar tt set b2='C' where id=3; -update noar ti set b2='C' where id=3; -update noar tt set v0='SNON9BJKO0FVNWZPL48T' where id=4; -update noar ti set v0='SNON9BJKO0FVNWZPL48T' where id=4; -update noar tt set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4; -update noar ti set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4; -update noar tt set v0='HBBQW53XQ1RR' where id=4; -update noar ti set v0='HBBQW53XQ1RR' where id=4; -update noar tt set b1='DQB8E49P1W6H9QIK' where id=4; -update noar ti set b1='DQB8E49P1W6H9QIK' where id=4; -update noar tt set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4; -update noar ti set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4; -update noar tt set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4; -update noar ti set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4; -update noar tt set v0='BBTODGJ' where id=5; -update noar ti set v0='BBTODGJ' where id=5; -update noar tt set b0='VMDK086MGTLYAOMCE' where id=5; -update noar ti set b0='VMDK086MGTLYAOMCE' where id=5; -update noar tt set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5; -update noar ti set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5; -update noar tt set b1='2P88KOIGR7MY' where id=5; -update noar ti set b1='2P88KOIGR7MY' where id=5; -update noar tt set v0='5O20RQK1PINZB6J' where id=5; -update noar ti set v0='5O20RQK1PINZB6J' where id=5; -update noar tt set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5; -update noar ti set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5; -update noar tt set v0='L58AJTUVD60C96X' where id=6; -update noar ti set v0='L58AJTUVD60C96X' where id=6; -update noar tt set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6; -update noar ti set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6; -update noar tt set v0='AZ5M' where id=6; -update noar ti set v0='AZ5M' where id=6; -update noar tt set b1='ENY89A15IMOFBYYSJ' where id=6; -update noar ti set b1='ENY89A15IMOFBYYSJ' where id=6; -update noar tt set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6; -update noar ti set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6; -update noar tt set b2='GT1JSITR' where id=6; -update noar ti set b2='GT1JSITR' where id=6; -update noar tt set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7; -update noar ti set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7; -update noar tt set b0='U06GT692Z346ACL' where id=7; -update noar ti set b0='U06GT692Z346ACL' where id=7; -update noar tt set v0='P42SNGTI79NF2XS2VJ196RW' where id=7; -update noar ti set v0='P42SNGTI79NF2XS2VJ196RW' where id=7; -update noar tt set b1='2K80FM' where id=7; -update noar ti set b1='2K80FM' where id=7; -update noar tt set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7; -update noar ti set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7; -update noar tt set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7; -update noar ti set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7; -update noar tt set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8; -update noar ti set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8; -update noar tt set b0='QWCJ' where id=8; -update noar ti set b0='QWCJ' where id=8; -update noar tt set v0='LNP5V07PTG7VIB2HOW' where id=8; -update noar ti set v0='LNP5V07PTG7VIB2HOW' where id=8; -update noar tt set b1='ZRBVWSI60R' where id=8; -update noar ti set b1='ZRBVWSI60R' where id=8; -update noar tt set v0='QMX2A4KSPQI7' where id=8; -update noar ti set v0='QMX2A4KSPQI7' where id=8; -update noar tt set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8; -update noar ti set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8; -update noar tt set v0='F6UHBY' where id=9; -update noar ti set v0='F6UHBY' where id=9; -update noar tt set b0='SB7' where id=9; -update noar ti set b0='SB7' where id=9; -update noar tt set v0='9' where id=9; -update noar ti set v0='9' where id=9; -update noar tt set b1='UD6QKFLGWZNM' where id=9; -update noar ti set b1='UD6QKFLGWZNM' where id=9; -update noar tt set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9; -update noar ti set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9; -update noar tt set b2='1THJ07X0RGYY6AUA2OG' where id=9; -update noar ti set b2='1THJ07X0RGYY6AUA2OG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1; -update noar ti set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1; -update noar tt set b0='94YFTUE5N2' where id=1; -update noar ti set b0='94YFTUE5N2' where id=1; -update noar tt set v0='EY0W1H85X8ATC5GCXT' where id=1; -update noar ti set v0='EY0W1H85X8ATC5GCXT' where id=1; -update noar tt set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1; -update noar ti set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1; -update noar tt set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1; -update noar ti set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1; -update noar tt set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1; -update noar ti set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1; -update noar tt set v0='7FKHVA' where id=2; -update noar ti set v0='7FKHVA' where id=2; -update noar tt set b0='5GLF78' where id=2; -update noar ti set b0='5GLF78' where id=2; -update noar tt set v0='9TC676IJKGLAT' where id=2; -update noar ti set v0='9TC676IJKGLAT' where id=2; -update noar tt set b1='R1RZVZ8TFI0I83ELZ' where id=2; -update noar ti set b1='R1RZVZ8TFI0I83ELZ' where id=2; -update noar tt set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2; -update noar ti set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2; -update noar tt set b2='E41IAT6E6LF4' where id=2; -update noar ti set b2='E41IAT6E6LF4' where id=2; -update noar tt set v0='OPNXA' where id=3; -update noar ti set v0='OPNXA' where id=3; -update noar tt set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3; -update noar ti set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3; -update noar tt set v0='CJB9UP7T5GGN8' where id=3; -update noar ti set v0='CJB9UP7T5GGN8' where id=3; -update noar tt set b1='NM65Q5B' where id=3; -update noar ti set b1='NM65Q5B' where id=3; -update noar tt set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3; -update noar ti set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3; -update noar tt set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3; -update noar ti set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3; -update noar tt set v0='N7IO' where id=4; -update noar ti set v0='N7IO' where id=4; -update noar tt set b0='48VSL095DE50O9D17C9SZ' where id=4; -update noar ti set b0='48VSL095DE50O9D17C9SZ' where id=4; -update noar tt set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4; -update noar ti set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4; -update noar tt set b1='18V7R4BW21EQYS32A' where id=4; -update noar ti set b1='18V7R4BW21EQYS32A' where id=4; -update noar tt set v0='UZAT3GVSL39' where id=4; -update noar ti set v0='UZAT3GVSL39' where id=4; -update noar tt set b2='6L' where id=4; -update noar ti set b2='6L' where id=4; -update noar tt set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5; -update noar ti set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5; -update noar tt set b0='GLSNRVFRSRQXYVLKE1T8' where id=5; -update noar ti set b0='GLSNRVFRSRQXYVLKE1T8' where id=5; -update noar tt set v0='GRJNION06' where id=5; -update noar ti set v0='GRJNION06' where id=5; -update noar tt set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5; -update noar ti set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5; -update noar tt set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5; -update noar ti set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5; -update noar tt set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5; -update noar ti set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5; -update noar tt set v0='Y06YWYB3CXL' where id=6; -update noar ti set v0='Y06YWYB3CXL' where id=6; -update noar tt set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6; -update noar ti set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6; -update noar tt set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6; -update noar ti set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6; -update noar tt set b1='KPBI0Z' where id=6; -update noar ti set b1='KPBI0Z' where id=6; -update noar tt set v0='ST3' where id=6; -update noar ti set v0='ST3' where id=6; -update noar tt set b2='A43CB6HD82ECZFGW2BTY' where id=6; -update noar ti set b2='A43CB6HD82ECZFGW2BTY' where id=6; -update noar tt set v0='U747P33BX7' where id=7; -update noar ti set v0='U747P33BX7' where id=7; -update noar tt set b0='0DCO0MD03LPHGEZC' where id=7; -update noar ti set b0='0DCO0MD03LPHGEZC' where id=7; -update noar tt set v0='80IP1S6N5Q' where id=7; -update noar ti set v0='80IP1S6N5Q' where id=7; -update noar tt set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7; -update noar ti set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7; -update noar tt set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7; -update noar ti set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7; -update noar tt set b2='7W' where id=7; -update noar ti set b2='7W' where id=7; -update noar tt set v0='JW70XNS3WACV1DEN1YV' where id=8; -update noar ti set v0='JW70XNS3WACV1DEN1YV' where id=8; -update noar tt set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8; -update noar ti set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8; -update noar tt set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8; -update noar ti set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8; -update noar tt set b1='SJPT61WVH' where id=8; -update noar ti set b1='SJPT61WVH' where id=8; -update noar tt set v0='A6V8' where id=8; -update noar ti set v0='A6V8' where id=8; -update noar tt set b2='DM' where id=8; -update noar ti set b2='DM' where id=8; -update noar tt set v0='LLWPL' where id=9; -update noar ti set v0='LLWPL' where id=9; -update noar tt set b0='V' where id=9; -update noar ti set b0='V' where id=9; -update noar tt set v0='BRBICN7ST9C9UW3' where id=9; -update noar ti set v0='BRBICN7ST9C9UW3' where id=9; -update noar tt set b1='8XB198WG6THPO9' where id=9; -update noar ti set b1='8XB198WG6THPO9' where id=9; -update noar tt set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9; -update noar ti set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9; -update noar tt set b2='CIXKO76YX68RI2SZ73RF33' where id=9; -update noar ti set b2='CIXKO76YX68RI2SZ73RF33' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NF14KYZASFOQDEPBI3GP' where id=1; -update noar ti set v0='NF14KYZASFOQDEPBI3GP' where id=1; -update noar tt set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1; -update noar ti set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1; -update noar tt set v0='MPZIB5XF7RSN' where id=1; -update noar ti set v0='MPZIB5XF7RSN' where id=1; -update noar tt set b1='ORX2M3L1' where id=1; -update noar ti set b1='ORX2M3L1' where id=1; -update noar tt set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1; -update noar ti set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1; -update noar tt set b2='1SQOK28T7K4ALP440E8' where id=1; -update noar ti set b2='1SQOK28T7K4ALP440E8' where id=1; -update noar tt set v0='5E6WJRQT070BJ' where id=2; -update noar ti set v0='5E6WJRQT070BJ' where id=2; -update noar tt set b0='UMT6119EMTCMJ543017BNUC' where id=2; -update noar ti set b0='UMT6119EMTCMJ543017BNUC' where id=2; -update noar tt set v0='VSR1' where id=2; -update noar ti set v0='VSR1' where id=2; -update noar tt set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2; -update noar ti set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2; -update noar tt set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2; -update noar ti set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2; -update noar tt set b2='H6TM4KZ7KC2JF7ZRII66' where id=2; -update noar ti set b2='H6TM4KZ7KC2JF7ZRII66' where id=2; -update noar tt set v0='RGFKPI867BCFYV7GBXMULV60' where id=3; -update noar ti set v0='RGFKPI867BCFYV7GBXMULV60' where id=3; -update noar tt set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3; -update noar ti set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3; -update noar tt set v0='Q5' where id=3; -update noar ti set v0='Q5' where id=3; -update noar tt set b1='2KQR' where id=3; -update noar ti set b1='2KQR' where id=3; -update noar tt set v0='FB' where id=3; -update noar ti set v0='FB' where id=3; -update noar tt set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3; -update noar ti set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3; -update noar tt set v0='40' where id=4; -update noar ti set v0='40' where id=4; -update noar tt set b0='OTE' where id=4; -update noar ti set b0='OTE' where id=4; -update noar tt set v0='W6168IS' where id=4; -update noar ti set v0='W6168IS' where id=4; -update noar tt set b1='SRNZQ6' where id=4; -update noar ti set b1='SRNZQ6' where id=4; -update noar tt set v0='U29DYKN3G3ORH117R' where id=4; -update noar ti set v0='U29DYKN3G3ORH117R' where id=4; -update noar tt set b2='68AO3EQUGKQNI5NZF' where id=4; -update noar ti set b2='68AO3EQUGKQNI5NZF' where id=4; -update noar tt set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5; -update noar ti set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5; -update noar tt set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5; -update noar ti set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5; -update noar tt set v0='2B3F569G60IPIGZZ' where id=5; -update noar ti set v0='2B3F569G60IPIGZZ' where id=5; -update noar tt set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5; -update noar ti set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5; -update noar tt set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5; -update noar ti set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5; -update noar tt set b2='FISCIQ4V1TTHQ9V' where id=5; -update noar ti set b2='FISCIQ4V1TTHQ9V' where id=5; -update noar tt set v0='77U0QMWNPVQRNMKO954D' where id=6; -update noar ti set v0='77U0QMWNPVQRNMKO954D' where id=6; -update noar tt set b0='QVGAE64L' where id=6; -update noar ti set b0='QVGAE64L' where id=6; -update noar tt set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6; -update noar ti set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6; -update noar tt set b1='5DUZ2KLQ4G0D9AXJ226' where id=6; -update noar ti set b1='5DUZ2KLQ4G0D9AXJ226' where id=6; -update noar tt set v0='N5A' where id=6; -update noar ti set v0='N5A' where id=6; -update noar tt set b2='1CQ' where id=6; -update noar ti set b2='1CQ' where id=6; -update noar tt set v0='TG0YYIIUKEE1JF' where id=7; -update noar ti set v0='TG0YYIIUKEE1JF' where id=7; -update noar tt set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7; -update noar ti set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7; -update noar tt set v0='OS8' where id=7; -update noar ti set v0='OS8' where id=7; -update noar tt set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7; -update noar ti set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7; -update noar tt set v0='2QG46UC03CEZM26ONK' where id=7; -update noar ti set v0='2QG46UC03CEZM26ONK' where id=7; -update noar tt set b2='VH2NE0IC' where id=7; -update noar ti set b2='VH2NE0IC' where id=7; -update noar tt set v0='MRK95MXZRLGE9' where id=8; -update noar ti set v0='MRK95MXZRLGE9' where id=8; -update noar tt set b0='DDAP8765B9K' where id=8; -update noar ti set b0='DDAP8765B9K' where id=8; -update noar tt set v0='UORH' where id=8; -update noar ti set v0='UORH' where id=8; -update noar tt set b1='TZJZE' where id=8; -update noar ti set b1='TZJZE' where id=8; -update noar tt set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8; -update noar ti set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8; -update noar tt set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8; -update noar ti set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8; -update noar tt set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9; -update noar ti set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9; -update noar tt set b0='C49RXQZNGV41K1P8' where id=9; -update noar ti set b0='C49RXQZNGV41K1P8' where id=9; -update noar tt set v0='H9M83V1' where id=9; -update noar ti set v0='H9M83V1' where id=9; -update noar tt set b1='F8VYBZBZOYVRJDOV6' where id=9; -update noar ti set b1='F8VYBZBZOYVRJDOV6' where id=9; -update noar tt set v0='MNHP' where id=9; -update noar ti set v0='MNHP' where id=9; -update noar tt set b2='FZ950SFLY7LPVIF' where id=9; -update noar ti set b2='FZ950SFLY7LPVIF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1; -update noar ti set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1; -update noar tt set b0='UDWGQTED08Y9A7KDY3HIC' where id=1; -update noar ti set b0='UDWGQTED08Y9A7KDY3HIC' where id=1; -update noar tt set v0='DZR' where id=1; -update noar ti set v0='DZR' where id=1; -update noar tt set b1='80V3D' where id=1; -update noar ti set b1='80V3D' where id=1; -update noar tt set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1; -update noar ti set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1; -update noar tt set b2='4MXTW6U' where id=1; -update noar ti set b2='4MXTW6U' where id=1; -update noar tt set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2; -update noar ti set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2; -update noar tt set b0='HUIX9W8X75FOFTZ8W' where id=2; -update noar ti set b0='HUIX9W8X75FOFTZ8W' where id=2; -update noar tt set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2; -update noar ti set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2; -update noar tt set b1='OP0GPDHVEM3PIKBLG' where id=2; -update noar ti set b1='OP0GPDHVEM3PIKBLG' where id=2; -update noar tt set v0='ON' where id=2; -update noar ti set v0='ON' where id=2; -update noar tt set b2='FO4YRBQ4F9ZLT' where id=2; -update noar ti set b2='FO4YRBQ4F9ZLT' where id=2; -update noar tt set v0='88PC1PAAN40Z3500OEKYV' where id=3; -update noar ti set v0='88PC1PAAN40Z3500OEKYV' where id=3; -update noar tt set b0='RA50' where id=3; -update noar ti set b0='RA50' where id=3; -update noar tt set v0='FJ' where id=3; -update noar ti set v0='FJ' where id=3; -update noar tt set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3; -update noar ti set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3; -update noar tt set v0='TG' where id=3; -update noar ti set v0='TG' where id=3; -update noar tt set b2='3ID2846HXPE2PFYCGOY' where id=3; -update noar ti set b2='3ID2846HXPE2PFYCGOY' where id=3; -update noar tt set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4; -update noar ti set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4; -update noar tt set b0='H3JD5OH2NLRIJR' where id=4; -update noar ti set b0='H3JD5OH2NLRIJR' where id=4; -update noar tt set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4; -update noar ti set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4; -update noar tt set b1='FXSU3K6UJDGS' where id=4; -update noar ti set b1='FXSU3K6UJDGS' where id=4; -update noar tt set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4; -update noar ti set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4; -update noar tt set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4; -update noar ti set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4; -update noar tt set v0='OODOYH1J6JJJ' where id=5; -update noar ti set v0='OODOYH1J6JJJ' where id=5; -update noar tt set b0='34ECPVJHSZ1' where id=5; -update noar ti set b0='34ECPVJHSZ1' where id=5; -update noar tt set v0='PFPETC7II' where id=5; -update noar ti set v0='PFPETC7II' where id=5; -update noar tt set b1='A' where id=5; -update noar ti set b1='A' where id=5; -update noar tt set v0='IF9' where id=5; -update noar ti set v0='IF9' where id=5; -update noar tt set b2='W17NGDA8U54OW67WMQ7' where id=5; -update noar ti set b2='W17NGDA8U54OW67WMQ7' where id=5; -update noar tt set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6; -update noar ti set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6; -update noar tt set b0='3VRLHATW4C7YKWX' where id=6; -update noar ti set b0='3VRLHATW4C7YKWX' where id=6; -update noar tt set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6; -update noar ti set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6; -update noar tt set b1='PWZK77CBRLQ' where id=6; -update noar ti set b1='PWZK77CBRLQ' where id=6; -update noar tt set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6; -update noar ti set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6; -update noar tt set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6; -update noar ti set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6; -update noar tt set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7; -update noar ti set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7; -update noar tt set b0='NUD22EOW7' where id=7; -update noar ti set b0='NUD22EOW7' where id=7; -update noar tt set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7; -update noar ti set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7; -update noar tt set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7; -update noar ti set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7; -update noar tt set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7; -update noar ti set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7; -update noar tt set b2='4VJO' where id=7; -update noar ti set b2='4VJO' where id=7; -update noar tt set v0='B9ISV' where id=8; -update noar ti set v0='B9ISV' where id=8; -update noar tt set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8; -update noar ti set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8; -update noar tt set v0='4YO2AP' where id=8; -update noar ti set v0='4YO2AP' where id=8; -update noar tt set b1='9CHK2M1KX7ZITS' where id=8; -update noar ti set b1='9CHK2M1KX7ZITS' where id=8; -update noar tt set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8; -update noar ti set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8; -update noar tt set b2='PR0B7VTPNTFD' where id=8; -update noar ti set b2='PR0B7VTPNTFD' where id=8; -update noar tt set v0='16QSW0UOQX5FOOEW93ACEK' where id=9; -update noar ti set v0='16QSW0UOQX5FOOEW93ACEK' where id=9; -update noar tt set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9; -update noar ti set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9; -update noar tt set v0='QV15ZUHFXN' where id=9; -update noar ti set v0='QV15ZUHFXN' where id=9; -update noar tt set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9; -update noar ti set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9; -update noar tt set v0='T7IDSPSL4V6B3GP95KTV' where id=9; -update noar ti set v0='T7IDSPSL4V6B3GP95KTV' where id=9; -update noar tt set b2='73XOD2SOBDKRO' where id=9; -update noar ti set b2='73XOD2SOBDKRO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7B5M' where id=1; -update noar ti set v0='7B5M' where id=1; -update noar tt set b0='O3VMLM1IOLKRXHB6YR' where id=1; -update noar ti set b0='O3VMLM1IOLKRXHB6YR' where id=1; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b1='H5YOI42039L' where id=1; -update noar ti set b1='H5YOI42039L' where id=1; -update noar tt set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1; -update noar ti set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1; -update noar tt set b2='LII19QR4QVIXCRM6Y68QNW' where id=1; -update noar ti set b2='LII19QR4QVIXCRM6Y68QNW' where id=1; -update noar tt set v0='IB4VQQ5IHZ1PZG0TF5' where id=2; -update noar ti set v0='IB4VQQ5IHZ1PZG0TF5' where id=2; -update noar tt set b0='T48X5PGD66V9FFYFND40' where id=2; -update noar ti set b0='T48X5PGD66V9FFYFND40' where id=2; -update noar tt set v0='LY5JEFNJ' where id=2; -update noar ti set v0='LY5JEFNJ' where id=2; -update noar tt set b1='WRH7HD4W' where id=2; -update noar ti set b1='WRH7HD4W' where id=2; -update noar tt set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2; -update noar ti set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2; -update noar tt set b2='EPC1R3NW84GHX' where id=2; -update noar ti set b2='EPC1R3NW84GHX' where id=2; -update noar tt set v0='K6F' where id=3; -update noar ti set v0='K6F' where id=3; -update noar tt set b0='2RF1AIYPTHYOF' where id=3; -update noar ti set b0='2RF1AIYPTHYOF' where id=3; -update noar tt set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3; -update noar ti set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3; -update noar tt set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3; -update noar ti set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3; -update noar tt set v0='8UKOKCAOY14S3G' where id=3; -update noar ti set v0='8UKOKCAOY14S3G' where id=3; -update noar tt set b2='1T' where id=3; -update noar ti set b2='1T' where id=3; -update noar tt set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4; -update noar ti set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4; -update noar tt set b0='VRVK48N0ANA7UFKT3HCII' where id=4; -update noar ti set b0='VRVK48N0ANA7UFKT3HCII' where id=4; -update noar tt set v0='95M1KDITRLP7A' where id=4; -update noar ti set v0='95M1KDITRLP7A' where id=4; -update noar tt set b1='G48AFM62I1' where id=4; -update noar ti set b1='G48AFM62I1' where id=4; -update noar tt set v0='U6HX9XAIMD' where id=4; -update noar ti set v0='U6HX9XAIMD' where id=4; -update noar tt set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4; -update noar ti set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4; -update noar tt set v0='48ID6' where id=5; -update noar ti set v0='48ID6' where id=5; -update noar tt set b0='COR' where id=5; -update noar ti set b0='COR' where id=5; -update noar tt set v0='8HU6F72OMO05' where id=5; -update noar ti set v0='8HU6F72OMO05' where id=5; -update noar tt set b1='FLGUJQK9ASFC' where id=5; -update noar ti set b1='FLGUJQK9ASFC' where id=5; -update noar tt set v0='40P86CUT189CP7TE' where id=5; -update noar ti set v0='40P86CUT189CP7TE' where id=5; -update noar tt set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5; -update noar ti set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5; -update noar tt set v0='V7C7NTC4W0BC' where id=6; -update noar ti set v0='V7C7NTC4W0BC' where id=6; -update noar tt set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6; -update noar ti set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6; -update noar tt set v0='COPWZREUYZQ' where id=6; -update noar ti set v0='COPWZREUYZQ' where id=6; -update noar tt set b1='1HW44' where id=6; -update noar ti set b1='1HW44' where id=6; -update noar tt set v0='ZFC' where id=6; -update noar ti set v0='ZFC' where id=6; -update noar tt set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6; -update noar ti set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6; -update noar tt set v0='O6P' where id=7; -update noar ti set v0='O6P' where id=7; -update noar tt set b0='2P87YJFWGBFNO' where id=7; -update noar ti set b0='2P87YJFWGBFNO' where id=7; -update noar tt set v0='5TCOQ6' where id=7; -update noar ti set v0='5TCOQ6' where id=7; -update noar tt set b1='EQGN6KQ7LB32244S9IRH2B' where id=7; -update noar ti set b1='EQGN6KQ7LB32244S9IRH2B' where id=7; -update noar tt set v0='8F9D3HNKKNTF1A01KLF' where id=7; -update noar ti set v0='8F9D3HNKKNTF1A01KLF' where id=7; -update noar tt set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7; -update noar ti set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7; -update noar tt set v0='B9MGWQ07VMW' where id=8; -update noar ti set v0='B9MGWQ07VMW' where id=8; -update noar tt set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8; -update noar ti set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8; -update noar tt set v0='GSZM' where id=8; -update noar ti set v0='GSZM' where id=8; -update noar tt set b1='5AMUAGW913HUXKV' where id=8; -update noar ti set b1='5AMUAGW913HUXKV' where id=8; -update noar tt set v0='GDNWZHPWE1QAK' where id=8; -update noar ti set v0='GDNWZHPWE1QAK' where id=8; -update noar tt set b2='R494CL4' where id=8; -update noar ti set b2='R494CL4' where id=8; -update noar tt set v0='A6CELHPA' where id=9; -update noar ti set v0='A6CELHPA' where id=9; -update noar tt set b0='55Y2X' where id=9; -update noar ti set b0='55Y2X' where id=9; -update noar tt set v0='NMJCIE8BLY0FPQPZ' where id=9; -update noar ti set v0='NMJCIE8BLY0FPQPZ' where id=9; -update noar tt set b1='9SVDGNAE' where id=9; -update noar ti set b1='9SVDGNAE' where id=9; -update noar tt set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9; -update noar ti set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9; -update noar tt set b2='85Y' where id=9; -update noar ti set b2='85Y' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1; -update noar ti set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1; -update noar tt set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1; -update noar ti set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1; -update noar tt set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1; -update noar ti set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1; -update noar tt set b1='XQGICMLKNHPQ' where id=1; -update noar ti set b1='XQGICMLKNHPQ' where id=1; -update noar tt set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1; -update noar ti set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1; -update noar tt set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1; -update noar ti set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1; -update noar tt set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2; -update noar ti set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2; -update noar tt set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2; -update noar ti set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2; -update noar tt set v0='C21MCP7ARXRTLA8S' where id=2; -update noar ti set v0='C21MCP7ARXRTLA8S' where id=2; -update noar tt set b1='E3O0' where id=2; -update noar ti set b1='E3O0' where id=2; -update noar tt set v0='76XWRWI04VKDH2TOGZ9' where id=2; -update noar ti set v0='76XWRWI04VKDH2TOGZ9' where id=2; -update noar tt set b2='DFZ3GCUWRSHNLQD3' where id=2; -update noar ti set b2='DFZ3GCUWRSHNLQD3' where id=2; -update noar tt set v0='M9XZL1XRHKE1AZ913A' where id=3; -update noar ti set v0='M9XZL1XRHKE1AZ913A' where id=3; -update noar tt set b0='19GJPEUNNO' where id=3; -update noar ti set b0='19GJPEUNNO' where id=3; -update noar tt set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3; -update noar ti set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3; -update noar tt set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3; -update noar ti set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3; -update noar tt set v0='VRBMZ6APJJ4U2HY' where id=3; -update noar ti set v0='VRBMZ6APJJ4U2HY' where id=3; -update noar tt set b2='7' where id=3; -update noar ti set b2='7' where id=3; -update noar tt set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4; -update noar ti set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4; -update noar tt set b0='PDY8SKSEN1XEC2K96' where id=4; -update noar ti set b0='PDY8SKSEN1XEC2K96' where id=4; -update noar tt set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4; -update noar ti set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4; -update noar tt set b1='QGO9O' where id=4; -update noar ti set b1='QGO9O' where id=4; -update noar tt set v0='ETX98A2ZCD' where id=4; -update noar ti set v0='ETX98A2ZCD' where id=4; -update noar tt set b2='JE3VVV20VHTQ' where id=4; -update noar ti set b2='JE3VVV20VHTQ' where id=4; -update noar tt set v0='6L9' where id=5; -update noar ti set v0='6L9' where id=5; -update noar tt set b0='1B9HKLBZ7AW4' where id=5; -update noar ti set b0='1B9HKLBZ7AW4' where id=5; -update noar tt set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5; -update noar ti set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5; -update noar tt set b1='4L47QY' where id=5; -update noar ti set b1='4L47QY' where id=5; -update noar tt set v0='BOMR8S' where id=5; -update noar ti set v0='BOMR8S' where id=5; -update noar tt set b2='F0IZUPH5JMTB7M4H44WT' where id=5; -update noar ti set b2='F0IZUPH5JMTB7M4H44WT' where id=5; -update noar tt set v0='3XV4BLXT1ASGXFS0IR14' where id=6; -update noar ti set v0='3XV4BLXT1ASGXFS0IR14' where id=6; -update noar tt set b0='NQKNL94JUMLJ' where id=6; -update noar ti set b0='NQKNL94JUMLJ' where id=6; -update noar tt set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6; -update noar ti set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6; -update noar tt set b1='GMFXSRRA1TKLLP' where id=6; -update noar ti set b1='GMFXSRRA1TKLLP' where id=6; -update noar tt set v0='CP2BGCGWZKMYY88RIOOY' where id=6; -update noar ti set v0='CP2BGCGWZKMYY88RIOOY' where id=6; -update noar tt set b2='X31H0BB0' where id=6; -update noar ti set b2='X31H0BB0' where id=6; -update noar tt set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7; -update noar ti set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7; -update noar tt set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7; -update noar ti set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7; -update noar tt set v0='EJ550841' where id=7; -update noar ti set v0='EJ550841' where id=7; -update noar tt set b1='AV4TF5M3NQYKV0I31L7V0' where id=7; -update noar ti set b1='AV4TF5M3NQYKV0I31L7V0' where id=7; -update noar tt set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7; -update noar ti set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7; -update noar tt set b2='PMGD7UWY' where id=7; -update noar ti set b2='PMGD7UWY' where id=7; -update noar tt set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8; -update noar ti set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8; -update noar tt set b0='LZ1QP2OQJ3U4BLDI09' where id=8; -update noar ti set b0='LZ1QP2OQJ3U4BLDI09' where id=8; -update noar tt set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8; -update noar ti set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8; -update noar tt set b1='8NVXJ1TORGCO' where id=8; -update noar ti set b1='8NVXJ1TORGCO' where id=8; -update noar tt set v0='WXKFM7H' where id=8; -update noar ti set v0='WXKFM7H' where id=8; -update noar tt set b2='2GBZE5Q7V5O4LP66M5AN' where id=8; -update noar ti set b2='2GBZE5Q7V5O4LP66M5AN' where id=8; -update noar tt set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9; -update noar ti set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9; -update noar tt set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9; -update noar ti set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9; -update noar tt set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9; -update noar ti set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9; -update noar tt set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9; -update noar ti set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9; -update noar tt set v0='T7FKCFNSJ3GLTXM5' where id=9; -update noar ti set v0='T7FKCFNSJ3GLTXM5' where id=9; -update noar tt set b2='6IE9YDK6IH15L1' where id=9; -update noar ti set b2='6IE9YDK6IH15L1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KZSXHZ71NWO' where id=1; -update noar ti set v0='KZSXHZ71NWO' where id=1; -update noar tt set b0='O4Q3CNNWCHYKFK7' where id=1; -update noar ti set b0='O4Q3CNNWCHYKFK7' where id=1; -update noar tt set v0='XFJ14XGHYGXTDELKGS' where id=1; -update noar ti set v0='XFJ14XGHYGXTDELKGS' where id=1; -update noar tt set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1; -update noar ti set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1; -update noar tt set v0='G7IANSTI86HBBDTK29C' where id=1; -update noar ti set v0='G7IANSTI86HBBDTK29C' where id=1; -update noar tt set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1; -update noar ti set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1; -update noar tt set v0='WP4VXHSTQCVO6D2KQ' where id=2; -update noar ti set v0='WP4VXHSTQCVO6D2KQ' where id=2; -update noar tt set b0='KOK4P4NXT78PDP' where id=2; -update noar ti set b0='KOK4P4NXT78PDP' where id=2; -update noar tt set v0='9H77ENRPFIWWM' where id=2; -update noar ti set v0='9H77ENRPFIWWM' where id=2; -update noar tt set b1='I1109OT3OUN' where id=2; -update noar ti set b1='I1109OT3OUN' where id=2; -update noar tt set v0='HBE3X7PJCDMV' where id=2; -update noar ti set v0='HBE3X7PJCDMV' where id=2; -update noar tt set b2='WO4UMOUUBZAKMLE3EC' where id=2; -update noar ti set b2='WO4UMOUUBZAKMLE3EC' where id=2; -update noar tt set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3; -update noar ti set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3; -update noar tt set b0='5OBVORTZSQOS3D' where id=3; -update noar ti set b0='5OBVORTZSQOS3D' where id=3; -update noar tt set v0='2W' where id=3; -update noar ti set v0='2W' where id=3; -update noar tt set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3; -update noar ti set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3; -update noar tt set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3; -update noar ti set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3; -update noar tt set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3; -update noar ti set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3; -update noar tt set v0='U' where id=4; -update noar ti set v0='U' where id=4; -update noar tt set b0='2P46UM' where id=4; -update noar ti set b0='2P46UM' where id=4; -update noar tt set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4; -update noar ti set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4; -update noar tt set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4; -update noar ti set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4; -update noar tt set v0='9EKLBE01TYW9D7O36TYA' where id=4; -update noar ti set v0='9EKLBE01TYW9D7O36TYA' where id=4; -update noar tt set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4; -update noar ti set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4; -update noar tt set v0='9SAO240F7KVUS' where id=5; -update noar ti set v0='9SAO240F7KVUS' where id=5; -update noar tt set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5; -update noar ti set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5; -update noar tt set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5; -update noar ti set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5; -update noar tt set b1='YQ' where id=5; -update noar ti set b1='YQ' where id=5; -update noar tt set v0='H21IGF1VYH42GSB2Y' where id=5; -update noar ti set v0='H21IGF1VYH42GSB2Y' where id=5; -update noar tt set b2='FR0D2X8463N' where id=5; -update noar ti set b2='FR0D2X8463N' where id=5; -update noar tt set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6; -update noar ti set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6; -update noar tt set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6; -update noar ti set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6; -update noar tt set v0='KOZ4A0K5LHD5TSRE' where id=6; -update noar ti set v0='KOZ4A0K5LHD5TSRE' where id=6; -update noar tt set b1='6QRH1ULSTN3M3SI99' where id=6; -update noar ti set b1='6QRH1ULSTN3M3SI99' where id=6; -update noar tt set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6; -update noar ti set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6; -update noar tt set b2='XX5NITXUHRLQNF' where id=6; -update noar ti set b2='XX5NITXUHRLQNF' where id=6; -update noar tt set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7; -update noar ti set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7; -update noar tt set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7; -update noar ti set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7; -update noar tt set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7; -update noar ti set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7; -update noar tt set b1='30ZFKKDIAGF' where id=7; -update noar ti set b1='30ZFKKDIAGF' where id=7; -update noar tt set v0='C95F7H251FS' where id=7; -update noar ti set v0='C95F7H251FS' where id=7; -update noar tt set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7; -update noar ti set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7; -update noar tt set v0='0GCMNRT9' where id=8; -update noar ti set v0='0GCMNRT9' where id=8; -update noar tt set b0='UR9HJ72DEAZ' where id=8; -update noar ti set b0='UR9HJ72DEAZ' where id=8; -update noar tt set v0='9F81SUFATO80' where id=8; -update noar ti set v0='9F81SUFATO80' where id=8; -update noar tt set b1='0HY01VHG' where id=8; -update noar ti set b1='0HY01VHG' where id=8; -update noar tt set v0='EKM' where id=8; -update noar ti set v0='EKM' where id=8; -update noar tt set b2='ZY' where id=8; -update noar ti set b2='ZY' where id=8; -update noar tt set v0='E5V8XS74LUB3VU' where id=9; -update noar ti set v0='E5V8XS74LUB3VU' where id=9; -update noar tt set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9; -update noar ti set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9; -update noar tt set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9; -update noar ti set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9; -update noar tt set b1='7JQOUNL3TRVQS1' where id=9; -update noar ti set b1='7JQOUNL3TRVQS1' where id=9; -update noar tt set v0='QFSFALZLQO83RKM' where id=9; -update noar ti set v0='QFSFALZLQO83RKM' where id=9; -update noar tt set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9; -update noar ti set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KJ6MKP049PDG' where id=1; -update noar ti set v0='KJ6MKP049PDG' where id=1; -update noar tt set b0='69E1' where id=1; -update noar ti set b0='69E1' where id=1; -update noar tt set v0='DV6D9' where id=1; -update noar ti set v0='DV6D9' where id=1; -update noar tt set b1='A7R18OFT4719POYYKW' where id=1; -update noar ti set b1='A7R18OFT4719POYYKW' where id=1; -update noar tt set v0='YMEJKYXVKIRY1A' where id=1; -update noar ti set v0='YMEJKYXVKIRY1A' where id=1; -update noar tt set b2='K7FMF' where id=1; -update noar ti set b2='K7FMF' where id=1; -update noar tt set v0='JPXGG54S' where id=2; -update noar ti set v0='JPXGG54S' where id=2; -update noar tt set b0='WCAKXTLZ7624V' where id=2; -update noar ti set b0='WCAKXTLZ7624V' where id=2; -update noar tt set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2; -update noar ti set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2; -update noar tt set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2; -update noar ti set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2; -update noar tt set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2; -update noar ti set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2; -update noar tt set b2='UZRX94PCNHOR' where id=2; -update noar ti set b2='UZRX94PCNHOR' where id=2; -update noar tt set v0='O3K8E2KKBO22MJRM4' where id=3; -update noar ti set v0='O3K8E2KKBO22MJRM4' where id=3; -update noar tt set b0='TD3' where id=3; -update noar ti set b0='TD3' where id=3; -update noar tt set v0='N5GZATTF8VZBWVJ' where id=3; -update noar ti set v0='N5GZATTF8VZBWVJ' where id=3; -update noar tt set b1='LN2GBCLZEUN' where id=3; -update noar ti set b1='LN2GBCLZEUN' where id=3; -update noar tt set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3; -update noar ti set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3; -update noar tt set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3; -update noar ti set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3; -update noar tt set v0='V3WN4JUFIS4YMZT' where id=4; -update noar ti set v0='V3WN4JUFIS4YMZT' where id=4; -update noar tt set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4; -update noar ti set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4; -update noar tt set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4; -update noar ti set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4; -update noar tt set b1='P5GI' where id=4; -update noar ti set b1='P5GI' where id=4; -update noar tt set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4; -update noar ti set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4; -update noar tt set b2='CFBBHF' where id=4; -update noar ti set b2='CFBBHF' where id=4; -update noar tt set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5; -update noar ti set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5; -update noar tt set b0='K' where id=5; -update noar ti set b0='K' where id=5; -update noar tt set v0='47MBG75Q6GPW' where id=5; -update noar ti set v0='47MBG75Q6GPW' where id=5; -update noar tt set b1='PLNZFEXBT1' where id=5; -update noar ti set b1='PLNZFEXBT1' where id=5; -update noar tt set v0='6VW2EPWR8I' where id=5; -update noar ti set v0='6VW2EPWR8I' where id=5; -update noar tt set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5; -update noar ti set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5; -update noar tt set v0='YOJH0FLKQD9R' where id=6; -update noar ti set v0='YOJH0FLKQD9R' where id=6; -update noar tt set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6; -update noar ti set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6; -update noar tt set v0='4IFEK' where id=6; -update noar ti set v0='4IFEK' where id=6; -update noar tt set b1='OS2PDRO36I4ILQ' where id=6; -update noar ti set b1='OS2PDRO36I4ILQ' where id=6; -update noar tt set v0='HPB0H' where id=6; -update noar ti set v0='HPB0H' where id=6; -update noar tt set b2='PNITSXSGGIN' where id=6; -update noar ti set b2='PNITSXSGGIN' where id=6; -update noar tt set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7; -update noar ti set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7; -update noar tt set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7; -update noar ti set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7; -update noar tt set v0='0PZ0UK' where id=7; -update noar ti set v0='0PZ0UK' where id=7; -update noar tt set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7; -update noar ti set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7; -update noar tt set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7; -update noar ti set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7; -update noar tt set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7; -update noar ti set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7; -update noar tt set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8; -update noar ti set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8; -update noar tt set b0='ESL93' where id=8; -update noar ti set b0='ESL93' where id=8; -update noar tt set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8; -update noar ti set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8; -update noar tt set b1='G' where id=8; -update noar ti set b1='G' where id=8; -update noar tt set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8; -update noar ti set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8; -update noar tt set b2='8MUF' where id=8; -update noar ti set b2='8MUF' where id=8; -update noar tt set v0='W19KL15S2QHVW280KXP0' where id=9; -update noar ti set v0='W19KL15S2QHVW280KXP0' where id=9; -update noar tt set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9; -update noar ti set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9; -update noar tt set v0='KFLNKTMFCJAUPEHWDRZT' where id=9; -update noar ti set v0='KFLNKTMFCJAUPEHWDRZT' where id=9; -update noar tt set b1='8A9K' where id=9; -update noar ti set b1='8A9K' where id=9; -update noar tt set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9; -update noar ti set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9; -update noar tt set b2='I2W9N7WP7FEH' where id=9; -update noar ti set b2='I2W9N7WP7FEH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ITO' where id=1; -update noar ti set v0='ITO' where id=1; -update noar tt set b0='9BP' where id=1; -update noar ti set b0='9BP' where id=1; -update noar tt set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1; -update noar ti set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1; -update noar tt set b1='8BI9TK0' where id=1; -update noar ti set b1='8BI9TK0' where id=1; -update noar tt set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1; -update noar ti set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1; -update noar tt set b2='TTKLVH6ABGT8' where id=1; -update noar ti set b2='TTKLVH6ABGT8' where id=1; -update noar tt set v0='RUW83BI5QOF9EQ2H7F0G' where id=2; -update noar ti set v0='RUW83BI5QOF9EQ2H7F0G' where id=2; -update noar tt set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2; -update noar ti set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2; -update noar tt set v0='EN9ZXMYC' where id=2; -update noar ti set v0='EN9ZXMYC' where id=2; -update noar tt set b1='8488T5G82EB59QH6' where id=2; -update noar ti set b1='8488T5G82EB59QH6' where id=2; -update noar tt set v0='BSZ0895XG' where id=2; -update noar ti set v0='BSZ0895XG' where id=2; -update noar tt set b2='HAEQ7TZ2GL0C' where id=2; -update noar ti set b2='HAEQ7TZ2GL0C' where id=2; -update noar tt set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3; -update noar ti set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3; -update noar tt set b0='SWF4F624MVDSM8H0OA' where id=3; -update noar ti set b0='SWF4F624MVDSM8H0OA' where id=3; -update noar tt set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3; -update noar ti set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3; -update noar tt set b1='8ZXJ34RTK995TK' where id=3; -update noar ti set b1='8ZXJ34RTK995TK' where id=3; -update noar tt set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3; -update noar ti set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3; -update noar tt set b2='R7CYSNEVJ3D' where id=3; -update noar ti set b2='R7CYSNEVJ3D' where id=3; -update noar tt set v0='JK7IGN97' where id=4; -update noar ti set v0='JK7IGN97' where id=4; -update noar tt set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4; -update noar ti set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4; -update noar tt set v0='F063BPTT4UF2JO' where id=4; -update noar ti set v0='F063BPTT4UF2JO' where id=4; -update noar tt set b1='U9A35HW6MO5VIG79M01LELB' where id=4; -update noar ti set b1='U9A35HW6MO5VIG79M01LELB' where id=4; -update noar tt set v0='D28GTGR7HCKIBJW1ILZM' where id=4; -update noar ti set v0='D28GTGR7HCKIBJW1ILZM' where id=4; -update noar tt set b2='CQWH0W' where id=4; -update noar ti set b2='CQWH0W' where id=4; -update noar tt set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5; -update noar ti set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5; -update noar tt set b0='8VN1QDSICJTI8ZV82Z' where id=5; -update noar ti set b0='8VN1QDSICJTI8ZV82Z' where id=5; -update noar tt set v0='6F4NC9M7OA0KH41KFTZ' where id=5; -update noar ti set v0='6F4NC9M7OA0KH41KFTZ' where id=5; -update noar tt set b1='B931DFW' where id=5; -update noar ti set b1='B931DFW' where id=5; -update noar tt set v0='U' where id=5; -update noar ti set v0='U' where id=5; -update noar tt set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5; -update noar ti set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5; -update noar tt set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6; -update noar ti set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6; -update noar tt set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6; -update noar ti set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6; -update noar tt set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6; -update noar ti set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6; -update noar tt set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6; -update noar ti set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6; -update noar tt set v0='845QXJ0IC6COX' where id=6; -update noar ti set v0='845QXJ0IC6COX' where id=6; -update noar tt set b2='4JWH5WI4J73LH3IAIBND1S' where id=6; -update noar ti set b2='4JWH5WI4J73LH3IAIBND1S' where id=6; -update noar tt set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7; -update noar ti set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7; -update noar tt set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7; -update noar ti set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7; -update noar tt set v0='V4SRVJAOCJ69' where id=7; -update noar ti set v0='V4SRVJAOCJ69' where id=7; -update noar tt set b1='I77SO2B8M7I51' where id=7; -update noar ti set b1='I77SO2B8M7I51' where id=7; -update noar tt set v0='WKQ4F33J16DZSV3HQFTS' where id=7; -update noar ti set v0='WKQ4F33J16DZSV3HQFTS' where id=7; -update noar tt set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7; -update noar ti set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7; -update noar tt set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8; -update noar ti set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8; -update noar tt set b0='VVQA' where id=8; -update noar ti set b0='VVQA' where id=8; -update noar tt set v0='W0QBLTI0H1MR' where id=8; -update noar ti set v0='W0QBLTI0H1MR' where id=8; -update noar tt set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8; -update noar ti set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8; -update noar tt set v0='F7DPBVSLGTU1YL009S' where id=8; -update noar ti set v0='F7DPBVSLGTU1YL009S' where id=8; -update noar tt set b2='9JVFALJV78AGGJNW07UMS' where id=8; -update noar ti set b2='9JVFALJV78AGGJNW07UMS' where id=8; -update noar tt set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9; -update noar ti set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9; -update noar tt set b0='NPZS3' where id=9; -update noar ti set b0='NPZS3' where id=9; -update noar tt set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9; -update noar ti set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9; -update noar tt set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9; -update noar ti set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9; -update noar tt set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9; -update noar ti set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9; -update noar tt set b2='QTB' where id=9; -update noar ti set b2='QTB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U' where id=1; -update noar ti set v0='U' where id=1; -update noar tt set b0='MF3BLQ' where id=1; -update noar ti set b0='MF3BLQ' where id=1; -update noar tt set v0='JWT2OX' where id=1; -update noar ti set v0='JWT2OX' where id=1; -update noar tt set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1; -update noar ti set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1; -update noar tt set v0='2' where id=1; -update noar ti set v0='2' where id=1; -update noar tt set b2='X7P5EQWGF2QRWJ' where id=1; -update noar ti set b2='X7P5EQWGF2QRWJ' where id=1; -update noar tt set v0='3J3R13MW2L8KRX93UYO3' where id=2; -update noar ti set v0='3J3R13MW2L8KRX93UYO3' where id=2; -update noar tt set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2; -update noar ti set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2; -update noar tt set v0='BIR8QY7YS9RG38846YKR7' where id=2; -update noar ti set v0='BIR8QY7YS9RG38846YKR7' where id=2; -update noar tt set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2; -update noar ti set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2; -update noar tt set v0='G3N7JHA25VY4DQEIY4G' where id=2; -update noar ti set v0='G3N7JHA25VY4DQEIY4G' where id=2; -update noar tt set b2='3ODMSDN0EFH5T080' where id=2; -update noar ti set b2='3ODMSDN0EFH5T080' where id=2; -update noar tt set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3; -update noar ti set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3; -update noar tt set b0='W' where id=3; -update noar ti set b0='W' where id=3; -update noar tt set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3; -update noar ti set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3; -update noar tt set b1='JLED5SW6YJZL97' where id=3; -update noar ti set b1='JLED5SW6YJZL97' where id=3; -update noar tt set v0='WL7E77ZWPWMKKM9L4G' where id=3; -update noar ti set v0='WL7E77ZWPWMKKM9L4G' where id=3; -update noar tt set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3; -update noar ti set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3; -update noar tt set v0='9EQY3QU1' where id=4; -update noar ti set v0='9EQY3QU1' where id=4; -update noar tt set b0='H9OSPWTQKIA1PDC96' where id=4; -update noar ti set b0='H9OSPWTQKIA1PDC96' where id=4; -update noar tt set v0='U8KU66FHTYBNFOF3' where id=4; -update noar ti set v0='U8KU66FHTYBNFOF3' where id=4; -update noar tt set b1='Y52LWJP' where id=4; -update noar ti set b1='Y52LWJP' where id=4; -update noar tt set v0='CN' where id=4; -update noar ti set v0='CN' where id=4; -update noar tt set b2='JFYBRI1UTWBEM344C6TY4172' where id=4; -update noar ti set b2='JFYBRI1UTWBEM344C6TY4172' where id=4; -update noar tt set v0='GPNOZCYQ5Q0' where id=5; -update noar ti set v0='GPNOZCYQ5Q0' where id=5; -update noar tt set b0='P2EKX' where id=5; -update noar ti set b0='P2EKX' where id=5; -update noar tt set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5; -update noar ti set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5; -update noar tt set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5; -update noar ti set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5; -update noar tt set v0='K62ZQCPLYBRSQ7QOG71H' where id=5; -update noar ti set v0='K62ZQCPLYBRSQ7QOG71H' where id=5; -update noar tt set b2='AWI' where id=5; -update noar ti set b2='AWI' where id=5; -update noar tt set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6; -update noar ti set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6; -update noar tt set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6; -update noar ti set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6; -update noar tt set v0='BXMLD0HEBZC3T' where id=6; -update noar ti set v0='BXMLD0HEBZC3T' where id=6; -update noar tt set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6; -update noar ti set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6; -update noar tt set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6; -update noar ti set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6; -update noar tt set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6; -update noar ti set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6; -update noar tt set v0='P3OKH912FY11UDU12' where id=7; -update noar ti set v0='P3OKH912FY11UDU12' where id=7; -update noar tt set b0='OCETZULD1T6U158J2W8JFN' where id=7; -update noar ti set b0='OCETZULD1T6U158J2W8JFN' where id=7; -update noar tt set v0='E5NI0FUGU' where id=7; -update noar ti set v0='E5NI0FUGU' where id=7; -update noar tt set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7; -update noar ti set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7; -update noar tt set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7; -update noar ti set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7; -update noar tt set b2='0MD' where id=7; -update noar ti set b2='0MD' where id=7; -update noar tt set v0='ZN' where id=8; -update noar ti set v0='ZN' where id=8; -update noar tt set b0='RD0D9ITUK1' where id=8; -update noar ti set b0='RD0D9ITUK1' where id=8; -update noar tt set v0='EX5C2HATSE86' where id=8; -update noar ti set v0='EX5C2HATSE86' where id=8; -update noar tt set b1='C80UATLXF' where id=8; -update noar ti set b1='C80UATLXF' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8; -update noar ti set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8; -update noar tt set v0='KZ8H5583AL' where id=9; -update noar ti set v0='KZ8H5583AL' where id=9; -update noar tt set b0='FU7WY7JUN' where id=9; -update noar ti set b0='FU7WY7JUN' where id=9; -update noar tt set v0='IZXZOPQK9MWBTF5' where id=9; -update noar ti set v0='IZXZOPQK9MWBTF5' where id=9; -update noar tt set b1='DR7HY0KTDLO' where id=9; -update noar ti set b1='DR7HY0KTDLO' where id=9; -update noar tt set v0='0I9VUGMMTV' where id=9; -update noar ti set v0='0I9VUGMMTV' where id=9; -update noar tt set b2='MIEU' where id=9; -update noar ti set b2='MIEU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='OGF8S4CV8UIBRJK' where id=1; -update noar ti set v0='OGF8S4CV8UIBRJK' where id=1; -update noar tt set b0='T75D7OOZ' where id=1; -update noar ti set b0='T75D7OOZ' where id=1; -update noar tt set v0='0' where id=1; -update noar ti set v0='0' where id=1; -update noar tt set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1; -update noar ti set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1; -update noar tt set v0='LKGMQHR701SPB' where id=1; -update noar ti set v0='LKGMQHR701SPB' where id=1; -update noar tt set b2='UOMNKV4466VEG' where id=1; -update noar ti set b2='UOMNKV4466VEG' where id=1; -update noar tt set v0='4D7XOLA' where id=2; -update noar ti set v0='4D7XOLA' where id=2; -update noar tt set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2; -update noar ti set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2; -update noar tt set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2; -update noar ti set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2; -update noar tt set b1='SU6YJ9QL1R' where id=2; -update noar ti set b1='SU6YJ9QL1R' where id=2; -update noar tt set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2; -update noar ti set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2; -update noar tt set b2='KCDW11AHUJU99' where id=2; -update noar ti set b2='KCDW11AHUJU99' where id=2; -update noar tt set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3; -update noar ti set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3; -update noar tt set b0='7YV1RQ849H' where id=3; -update noar ti set b0='7YV1RQ849H' where id=3; -update noar tt set v0='UI49S' where id=3; -update noar ti set v0='UI49S' where id=3; -update noar tt set b1='YC5QVA2F6T5' where id=3; -update noar ti set b1='YC5QVA2F6T5' where id=3; -update noar tt set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3; -update noar ti set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3; -update noar tt set b2='J5YO511MXMXB4SRVPW' where id=3; -update noar ti set b2='J5YO511MXMXB4SRVPW' where id=3; -update noar tt set v0='4ZCHSIJ2' where id=4; -update noar ti set v0='4ZCHSIJ2' where id=4; -update noar tt set b0='MD8OP1AW8ZZ3HO1UHB' where id=4; -update noar ti set b0='MD8OP1AW8ZZ3HO1UHB' where id=4; -update noar tt set v0='BKY9CV22I4UCFXJRITOV' where id=4; -update noar ti set v0='BKY9CV22I4UCFXJRITOV' where id=4; -update noar tt set b1='L' where id=4; -update noar ti set b1='L' where id=4; -update noar tt set v0='HBSTXGNYOQY3EVXM63' where id=4; -update noar ti set v0='HBSTXGNYOQY3EVXM63' where id=4; -update noar tt set b2='YUBMWEXZAPSUGY6X12' where id=4; -update noar ti set b2='YUBMWEXZAPSUGY6X12' where id=4; -update noar tt set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5; -update noar ti set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5; -update noar tt set b0='HAPDHQP179B1G5D4H1CYQ' where id=5; -update noar ti set b0='HAPDHQP179B1G5D4H1CYQ' where id=5; -update noar tt set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5; -update noar ti set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5; -update noar tt set b1='T' where id=5; -update noar ti set b1='T' where id=5; -update noar tt set v0='6EKFPRM8M9BFVRAW2UG850' where id=5; -update noar ti set v0='6EKFPRM8M9BFVRAW2UG850' where id=5; -update noar tt set b2='XO0RKEEC2194N48B88UV0SHF' where id=5; -update noar ti set b2='XO0RKEEC2194N48B88UV0SHF' where id=5; -update noar tt set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6; -update noar ti set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6; -update noar tt set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6; -update noar ti set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6; -update noar tt set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6; -update noar ti set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6; -update noar tt set b1='ZD5OA2VP' where id=6; -update noar ti set b1='ZD5OA2VP' where id=6; -update noar tt set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6; -update noar ti set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6; -update noar tt set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6; -update noar ti set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6; -update noar tt set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7; -update noar ti set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7; -update noar tt set b0='ISJCA21RVKMIK7' where id=7; -update noar ti set b0='ISJCA21RVKMIK7' where id=7; -update noar tt set v0='LKX7T6EOL47TSXMLU' where id=7; -update noar ti set v0='LKX7T6EOL47TSXMLU' where id=7; -update noar tt set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7; -update noar ti set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7; -update noar tt set v0='O5AP3YS' where id=7; -update noar ti set v0='O5AP3YS' where id=7; -update noar tt set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7; -update noar ti set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7; -update noar tt set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8; -update noar ti set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8; -update noar tt set b0='6HCL' where id=8; -update noar ti set b0='6HCL' where id=8; -update noar tt set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8; -update noar ti set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8; -update noar tt set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8; -update noar ti set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8; -update noar tt set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8; -update noar ti set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8; -update noar tt set b2='RMHV8S61' where id=8; -update noar ti set b2='RMHV8S61' where id=8; -update noar tt set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9; -update noar ti set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9; -update noar tt set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9; -update noar ti set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9; -update noar tt set v0='0YY1UJT64QAY6CCR1XP5L' where id=9; -update noar ti set v0='0YY1UJT64QAY6CCR1XP5L' where id=9; -update noar tt set b1='K60G2FL9BID4XERZD9' where id=9; -update noar ti set b1='K60G2FL9BID4XERZD9' where id=9; -update noar tt set v0='P2YZQZ5PK4' where id=9; -update noar ti set v0='P2YZQZ5PK4' where id=9; -update noar tt set b2='2R5M9BAC' where id=9; -update noar ti set b2='2R5M9BAC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 blob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='E9X1ZQFL2' where id=1; -update noar ti set v0='E9X1ZQFL2' where id=1; -update noar tt set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1; -update noar ti set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1; -update noar tt set v0='BC2TSN3ZLQGRNQ89' where id=1; -update noar ti set v0='BC2TSN3ZLQGRNQ89' where id=1; -update noar tt set b1='MV1WVXUZ4' where id=1; -update noar ti set b1='MV1WVXUZ4' where id=1; -update noar tt set v0='8S7SPB0UZ6E7O8J97P1' where id=1; -update noar ti set v0='8S7SPB0UZ6E7O8J97P1' where id=1; -update noar tt set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1; -update noar ti set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1; -update noar tt set v0='8RFOEHPEAE3HKABL49Z' where id=2; -update noar ti set v0='8RFOEHPEAE3HKABL49Z' where id=2; -update noar tt set b0='OZC6BF4U6' where id=2; -update noar ti set b0='OZC6BF4U6' where id=2; -update noar tt set v0='X3' where id=2; -update noar ti set v0='X3' where id=2; -update noar tt set b1='RQ3' where id=2; -update noar ti set b1='RQ3' where id=2; -update noar tt set v0='KAEM91UTZXD' where id=2; -update noar ti set v0='KAEM91UTZXD' where id=2; -update noar tt set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2; -update noar ti set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2; -update noar tt set v0='XEB7BGPTDDG1QSXC' where id=3; -update noar ti set v0='XEB7BGPTDDG1QSXC' where id=3; -update noar tt set b0='M1D' where id=3; -update noar ti set b0='M1D' where id=3; -update noar tt set v0='SRY2GIS7X8Y' where id=3; -update noar ti set v0='SRY2GIS7X8Y' where id=3; -update noar tt set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3; -update noar ti set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3; -update noar tt set v0='7C2PA3SU6W' where id=3; -update noar ti set v0='7C2PA3SU6W' where id=3; -update noar tt set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3; -update noar ti set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3; -update noar tt set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4; -update noar ti set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4; -update noar tt set b0='JUDRBMNXN' where id=4; -update noar ti set b0='JUDRBMNXN' where id=4; -update noar tt set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4; -update noar ti set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4; -update noar tt set b1='T1FOP' where id=4; -update noar ti set b1='T1FOP' where id=4; -update noar tt set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4; -update noar ti set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4; -update noar tt set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4; -update noar ti set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4; -update noar tt set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5; -update noar ti set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5; -update noar tt set b0='2WLZ0RW1JUJ' where id=5; -update noar ti set b0='2WLZ0RW1JUJ' where id=5; -update noar tt set v0='AT4FECL92TKPAG6V' where id=5; -update noar ti set v0='AT4FECL92TKPAG6V' where id=5; -update noar tt set b1='Z' where id=5; -update noar ti set b1='Z' where id=5; -update noar tt set v0='T7W76QACTXQ' where id=5; -update noar ti set v0='T7W76QACTXQ' where id=5; -update noar tt set b2='RY46816SDX7FWQO5L4VG' where id=5; -update noar ti set b2='RY46816SDX7FWQO5L4VG' where id=5; -update noar tt set v0='9XSQZ1SDT8EU1G91' where id=6; -update noar ti set v0='9XSQZ1SDT8EU1G91' where id=6; -update noar tt set b0='0QY' where id=6; -update noar ti set b0='0QY' where id=6; -update noar tt set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6; -update noar ti set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6; -update noar tt set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6; -update noar ti set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6; -update noar tt set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6; -update noar ti set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6; -update noar tt set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6; -update noar ti set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6; -update noar tt set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7; -update noar ti set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7; -update noar tt set b0='OKDSCH277STM4' where id=7; -update noar ti set b0='OKDSCH277STM4' where id=7; -update noar tt set v0='ZE6AEHLU9EFAZSD' where id=7; -update noar ti set v0='ZE6AEHLU9EFAZSD' where id=7; -update noar tt set b1='D8AOOGBV' where id=7; -update noar ti set b1='D8AOOGBV' where id=7; -update noar tt set v0='ZMJP' where id=7; -update noar ti set v0='ZMJP' where id=7; -update noar tt set b2='C8QY8GALNS8Q7ZL1' where id=7; -update noar ti set b2='C8QY8GALNS8Q7ZL1' where id=7; -update noar tt set v0='ZXEQE9' where id=8; -update noar ti set v0='ZXEQE9' where id=8; -update noar tt set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8; -update noar ti set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8; -update noar tt set v0='BKOYQQBWMXEUV' where id=8; -update noar ti set v0='BKOYQQBWMXEUV' where id=8; -update noar tt set b1='H2' where id=8; -update noar ti set b1='H2' where id=8; -update noar tt set v0='AXHD6459QSE6GS25N' where id=8; -update noar ti set v0='AXHD6459QSE6GS25N' where id=8; -update noar tt set b2='IF21AE5KO8UK' where id=8; -update noar ti set b2='IF21AE5KO8UK' where id=8; -update noar tt set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9; -update noar ti set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9; -update noar tt set b0='W' where id=9; -update noar ti set b0='W' where id=9; -update noar tt set v0='JL' where id=9; -update noar ti set v0='JL' where id=9; -update noar tt set b1='1XEQ1KLE6O3QPFV' where id=9; -update noar ti set b1='1XEQ1KLE6O3QPFV' where id=9; -update noar tt set v0='ETWY5VUTTJKFXVVO4' where id=9; -update noar ti set v0='ETWY5VUTTJKFXVVO4' where id=9; -update noar tt set b2='KSSX637' where id=9; -update noar ti set b2='KSSX637' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 blob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EGDA2KDOIQ' where id=1; -update noar ti set v0='EGDA2KDOIQ' where id=1; -update noar tt set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1; -update noar ti set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1; -update noar tt set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1; -update noar ti set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1; -update noar tt set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1; -update noar ti set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1; -update noar tt set v0='0NRM5JSTS5' where id=1; -update noar ti set v0='0NRM5JSTS5' where id=1; -update noar tt set b2='VA66JSY9BYP43' where id=1; -update noar ti set b2='VA66JSY9BYP43' where id=1; -update noar tt set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2; -update noar ti set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2; -update noar tt set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2; -update noar ti set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2; -update noar tt set v0='KOPR6' where id=2; -update noar ti set v0='KOPR6' where id=2; -update noar tt set b1='L0TQQV0JLYK3TLBQF' where id=2; -update noar ti set b1='L0TQQV0JLYK3TLBQF' where id=2; -update noar tt set v0='SBP4498QNZMVROFWL5' where id=2; -update noar ti set v0='SBP4498QNZMVROFWL5' where id=2; -update noar tt set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2; -update noar ti set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2; -update noar tt set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3; -update noar ti set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3; -update noar tt set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3; -update noar ti set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3; -update noar tt set v0='YHTOOUL' where id=3; -update noar ti set v0='YHTOOUL' where id=3; -update noar tt set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3; -update noar ti set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3; -update noar tt set v0='4VNUT3D4XRA96' where id=3; -update noar ti set v0='4VNUT3D4XRA96' where id=3; -update noar tt set b2='QEA40Z7SHSHEIYRV' where id=3; -update noar ti set b2='QEA40Z7SHSHEIYRV' where id=3; -update noar tt set v0='CL2ZHJ818MBN' where id=4; -update noar ti set v0='CL2ZHJ818MBN' where id=4; -update noar tt set b0='O' where id=4; -update noar ti set b0='O' where id=4; -update noar tt set v0='3RMZTE70ZWHU' where id=4; -update noar ti set v0='3RMZTE70ZWHU' where id=4; -update noar tt set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4; -update noar ti set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4; -update noar tt set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4; -update noar ti set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4; -update noar tt set b2='KQ9S30UUFLUFQP4R' where id=4; -update noar ti set b2='KQ9S30UUFLUFQP4R' where id=4; -update noar tt set v0='8TI0D' where id=5; -update noar ti set v0='8TI0D' where id=5; -update noar tt set b0='IFK' where id=5; -update noar ti set b0='IFK' where id=5; -update noar tt set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5; -update noar ti set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5; -update noar tt set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5; -update noar ti set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5; -update noar tt set v0='R3BI37AB7RI52V' where id=5; -update noar ti set v0='R3BI37AB7RI52V' where id=5; -update noar tt set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5; -update noar ti set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5; -update noar tt set v0='0J' where id=6; -update noar ti set v0='0J' where id=6; -update noar tt set b0='YINVG' where id=6; -update noar ti set b0='YINVG' where id=6; -update noar tt set v0='QCBSRBO4X9' where id=6; -update noar ti set v0='QCBSRBO4X9' where id=6; -update noar tt set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6; -update noar ti set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6; -update noar tt set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6; -update noar ti set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6; -update noar tt set b2='TZWI30K3CXK5HLYBG' where id=6; -update noar ti set b2='TZWI30K3CXK5HLYBG' where id=6; -update noar tt set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7; -update noar ti set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7; -update noar tt set b0='5' where id=7; -update noar ti set b0='5' where id=7; -update noar tt set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7; -update noar ti set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7; -update noar tt set b1='RID5EBZCYZH7AJVF' where id=7; -update noar ti set b1='RID5EBZCYZH7AJVF' where id=7; -update noar tt set v0='F43' where id=7; -update noar ti set v0='F43' where id=7; -update noar tt set b2='F1TM0VMO' where id=7; -update noar ti set b2='F1TM0VMO' where id=7; -update noar tt set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8; -update noar ti set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8; -update noar tt set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8; -update noar ti set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8; -update noar tt set v0='OWLEKG41A2B' where id=8; -update noar ti set v0='OWLEKG41A2B' where id=8; -update noar tt set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8; -update noar ti set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8; -update noar tt set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8; -update noar ti set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8; -update noar tt set b2='8UB40GWKDGG9GA0SJ08M91' where id=8; -update noar ti set b2='8UB40GWKDGG9GA0SJ08M91' where id=8; -update noar tt set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9; -update noar ti set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9; -update noar tt set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9; -update noar ti set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9; -update noar tt set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9; -update noar ti set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9; -update noar tt set b1='PYT1EZGI5' where id=9; -update noar ti set b1='PYT1EZGI5' where id=9; -update noar tt set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9; -update noar ti set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9; -update noar tt set b2='XE5L6NUD9ILXL' where id=9; -update noar ti set b2='XE5L6NUD9ILXL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 blob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VWO3A712ZVZBUDH08CF' where id=1; -update noar ti set v0='VWO3A712ZVZBUDH08CF' where id=1; -update noar tt set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1; -update noar ti set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1; -update noar tt set v0='KP5UUHUKL69QWLSXBXQ' where id=1; -update noar ti set v0='KP5UUHUKL69QWLSXBXQ' where id=1; -update noar tt set b1='CZL44K6Y8F78X9' where id=1; -update noar ti set b1='CZL44K6Y8F78X9' where id=1; -update noar tt set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1; -update noar ti set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1; -update noar tt set b2='CLC7U' where id=1; -update noar ti set b2='CLC7U' where id=1; -update noar tt set v0='FC' where id=2; -update noar ti set v0='FC' where id=2; -update noar tt set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2; -update noar ti set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2; -update noar tt set v0='14' where id=2; -update noar ti set v0='14' where id=2; -update noar tt set b1='LILAHSEV' where id=2; -update noar ti set b1='LILAHSEV' where id=2; -update noar tt set v0='5H0D' where id=2; -update noar ti set v0='5H0D' where id=2; -update noar tt set b2='T4G4R6YC2037R' where id=2; -update noar ti set b2='T4G4R6YC2037R' where id=2; -update noar tt set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3; -update noar ti set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3; -update noar tt set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3; -update noar ti set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3; -update noar tt set v0='YPKR2MTJJJ18G56' where id=3; -update noar ti set v0='YPKR2MTJJJ18G56' where id=3; -update noar tt set b1='0CPGGZA57RCQESQKN0A5WF' where id=3; -update noar ti set b1='0CPGGZA57RCQESQKN0A5WF' where id=3; -update noar tt set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3; -update noar ti set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3; -update noar tt set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3; -update noar ti set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3; -update noar tt set v0='ZJ' where id=4; -update noar ti set v0='ZJ' where id=4; -update noar tt set b0='M941P3L1H' where id=4; -update noar ti set b0='M941P3L1H' where id=4; -update noar tt set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4; -update noar ti set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4; -update noar tt set b1='7EKKE2MKYBMGYZB' where id=4; -update noar ti set b1='7EKKE2MKYBMGYZB' where id=4; -update noar tt set v0='VCUMP6EC29MLWWAY7C5IC' where id=4; -update noar ti set v0='VCUMP6EC29MLWWAY7C5IC' where id=4; -update noar tt set b2='UNY49XCPVB7MHEUEP9N' where id=4; -update noar ti set b2='UNY49XCPVB7MHEUEP9N' where id=4; -update noar tt set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5; -update noar ti set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5; -update noar tt set b0='F6MQI' where id=5; -update noar ti set b0='F6MQI' where id=5; -update noar tt set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5; -update noar ti set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5; -update noar tt set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5; -update noar ti set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5; -update noar tt set v0='9' where id=5; -update noar ti set v0='9' where id=5; -update noar tt set b2='JOS43IZ' where id=5; -update noar ti set b2='JOS43IZ' where id=5; -update noar tt set v0='ZYK7HW' where id=6; -update noar ti set v0='ZYK7HW' where id=6; -update noar tt set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6; -update noar ti set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6; -update noar tt set v0='DJFP76V21' where id=6; -update noar ti set v0='DJFP76V21' where id=6; -update noar tt set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6; -update noar ti set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6; -update noar tt set v0='JXBTOQCXPF2FSKMVQAGW' where id=6; -update noar ti set v0='JXBTOQCXPF2FSKMVQAGW' where id=6; -update noar tt set b2='MJVY8F7Z9K' where id=6; -update noar ti set b2='MJVY8F7Z9K' where id=6; -update noar tt set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7; -update noar ti set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7; -update noar tt set b0='RKD' where id=7; -update noar ti set b0='RKD' where id=7; -update noar tt set v0='HFVCMUV8WK69OB' where id=7; -update noar ti set v0='HFVCMUV8WK69OB' where id=7; -update noar tt set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7; -update noar ti set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7; -update noar tt set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7; -update noar ti set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7; -update noar tt set b2='PB9ZWRPZQFJJ' where id=7; -update noar ti set b2='PB9ZWRPZQFJJ' where id=7; -update noar tt set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8; -update noar ti set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8; -update noar tt set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8; -update noar ti set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8; -update noar tt set v0='TAZQ958I1WQTXYVW' where id=8; -update noar ti set v0='TAZQ958I1WQTXYVW' where id=8; -update noar tt set b1='8TXO2S49383RAXPFC0MYG' where id=8; -update noar ti set b1='8TXO2S49383RAXPFC0MYG' where id=8; -update noar tt set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8; -update noar ti set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8; -update noar tt set b2='O42' where id=8; -update noar ti set b2='O42' where id=8; -update noar tt set v0='YP9SI2' where id=9; -update noar ti set v0='YP9SI2' where id=9; -update noar tt set b0='DJXRKXCTUW83AHPOBVUEF' where id=9; -update noar ti set b0='DJXRKXCTUW83AHPOBVUEF' where id=9; -update noar tt set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9; -update noar ti set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9; -update noar tt set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9; -update noar ti set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9; -update noar tt set v0='QS7E25L9FVQJCKN17M3QX' where id=9; -update noar ti set v0='QS7E25L9FVQJCKN17M3QX' where id=9; -update noar tt set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9; -update noar ti set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 blob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3E5YX5Z5773UPSE2' where id=1; -update noar ti set v0='3E5YX5Z5773UPSE2' where id=1; -update noar tt set b0='KDCK' where id=1; -update noar ti set b0='KDCK' where id=1; -update noar tt set v0='SD6FJW' where id=1; -update noar ti set v0='SD6FJW' where id=1; -update noar tt set b1='F1ATBZF2P7E' where id=1; -update noar ti set b1='F1ATBZF2P7E' where id=1; -update noar tt set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1; -update noar ti set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1; -update noar tt set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1; -update noar ti set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1; -update noar tt set v0='VDQX8XDJEH' where id=2; -update noar ti set v0='VDQX8XDJEH' where id=2; -update noar tt set b0='T1WQXDT80RCFVTA3TKOB3' where id=2; -update noar ti set b0='T1WQXDT80RCFVTA3TKOB3' where id=2; -update noar tt set v0='JUO2' where id=2; -update noar ti set v0='JUO2' where id=2; -update noar tt set b1='KEAA53ZM' where id=2; -update noar ti set b1='KEAA53ZM' where id=2; -update noar tt set v0='HT132K73J99A7Q8V1M8C' where id=2; -update noar ti set v0='HT132K73J99A7Q8V1M8C' where id=2; -update noar tt set b2='Z1U9DF3RUL' where id=2; -update noar ti set b2='Z1U9DF3RUL' where id=2; -update noar tt set v0='AZD58D4PA4OR4' where id=3; -update noar ti set v0='AZD58D4PA4OR4' where id=3; -update noar tt set b0='V0MOA67KZF5' where id=3; -update noar ti set b0='V0MOA67KZF5' where id=3; -update noar tt set v0='VKL2WW1TGML6U3N' where id=3; -update noar ti set v0='VKL2WW1TGML6U3N' where id=3; -update noar tt set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3; -update noar ti set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3; -update noar tt set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3; -update noar ti set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3; -update noar tt set b2='5Z3RKX9OFQFDSHSRO8' where id=3; -update noar ti set b2='5Z3RKX9OFQFDSHSRO8' where id=3; -update noar tt set v0='PCMJD' where id=4; -update noar ti set v0='PCMJD' where id=4; -update noar tt set b0='NYBZ' where id=4; -update noar ti set b0='NYBZ' where id=4; -update noar tt set v0='HEMA2IXZH7U' where id=4; -update noar ti set v0='HEMA2IXZH7U' where id=4; -update noar tt set b1='ZWNGNO65U70CLAIMSQZTH' where id=4; -update noar ti set b1='ZWNGNO65U70CLAIMSQZTH' where id=4; -update noar tt set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4; -update noar ti set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4; -update noar tt set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4; -update noar ti set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4; -update noar tt set v0='6NNN2UR5TOY2Y13X9LPR' where id=5; -update noar ti set v0='6NNN2UR5TOY2Y13X9LPR' where id=5; -update noar tt set b0='34UZRLX' where id=5; -update noar ti set b0='34UZRLX' where id=5; -update noar tt set v0='Y81CMO1FJ8YHP' where id=5; -update noar ti set v0='Y81CMO1FJ8YHP' where id=5; -update noar tt set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5; -update noar ti set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5; -update noar tt set v0='WE' where id=5; -update noar ti set v0='WE' where id=5; -update noar tt set b2='IKY1LND0' where id=5; -update noar ti set b2='IKY1LND0' where id=5; -update noar tt set v0='BTBM37AYQ5HJZ0P1' where id=6; -update noar ti set v0='BTBM37AYQ5HJZ0P1' where id=6; -update noar tt set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6; -update noar ti set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6; -update noar tt set v0='2DE80SDS4TST8' where id=6; -update noar ti set v0='2DE80SDS4TST8' where id=6; -update noar tt set b1='GF' where id=6; -update noar ti set b1='GF' where id=6; -update noar tt set v0='2M69PA5W7V' where id=6; -update noar ti set v0='2M69PA5W7V' where id=6; -update noar tt set b2='SWJOGR2AKBSA' where id=6; -update noar ti set b2='SWJOGR2AKBSA' where id=6; -update noar tt set v0='5ASHPRGS1G88TB2LTMYR' where id=7; -update noar ti set v0='5ASHPRGS1G88TB2LTMYR' where id=7; -update noar tt set b0='O' where id=7; -update noar ti set b0='O' where id=7; -update noar tt set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7; -update noar ti set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7; -update noar tt set b1='HR4H1KFC6R59JS8R0905EH' where id=7; -update noar ti set b1='HR4H1KFC6R59JS8R0905EH' where id=7; -update noar tt set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7; -update noar ti set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7; -update noar tt set b2='WG2A3' where id=7; -update noar ti set b2='WG2A3' where id=7; -update noar tt set v0='MC2Z6ZTPMYQNX5HV' where id=8; -update noar ti set v0='MC2Z6ZTPMYQNX5HV' where id=8; -update noar tt set b0='ZAXGR' where id=8; -update noar ti set b0='ZAXGR' where id=8; -update noar tt set v0='X4KXXXSDZZWD' where id=8; -update noar ti set v0='X4KXXXSDZZWD' where id=8; -update noar tt set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8; -update noar ti set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8; -update noar tt set v0='87G679F9P' where id=8; -update noar ti set v0='87G679F9P' where id=8; -update noar tt set b2='P2A' where id=8; -update noar ti set b2='P2A' where id=8; -update noar tt set v0='GTQI549SI' where id=9; -update noar ti set v0='GTQI549SI' where id=9; -update noar tt set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9; -update noar ti set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9; -update noar tt set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9; -update noar ti set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9; -update noar tt set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9; -update noar ti set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9; -update noar tt set v0='KMGBS8LL' where id=9; -update noar ti set v0='KMGBS8LL' where id=9; -update noar tt set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9; -update noar ti set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='M3HMHEMY1I' where id=1; -update noar ti set v0='M3HMHEMY1I' where id=1; -update noar tt set b0='4OKEO80D4JQV18' where id=1; -update noar ti set b0='4OKEO80D4JQV18' where id=1; -update noar tt set v0='UY' where id=1; -update noar ti set v0='UY' where id=1; -update noar tt set b1='V1GEEKHM' where id=1; -update noar ti set b1='V1GEEKHM' where id=1; -update noar tt set v0='WYNIBVMHCZZ' where id=1; -update noar ti set v0='WYNIBVMHCZZ' where id=1; -update noar tt set b2='8FI09VBHFPZAIFSZO4A' where id=1; -update noar ti set b2='8FI09VBHFPZAIFSZO4A' where id=1; -update noar tt set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2; -update noar ti set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2; -update noar tt set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2; -update noar ti set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2; -update noar tt set v0='WNIT7ZDSPO4M48T43LX' where id=2; -update noar ti set v0='WNIT7ZDSPO4M48T43LX' where id=2; -update noar tt set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2; -update noar ti set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2; -update noar tt set v0='L2BDMY0P0FFPBQYPS8' where id=2; -update noar ti set v0='L2BDMY0P0FFPBQYPS8' where id=2; -update noar tt set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2; -update noar ti set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2; -update noar tt set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3; -update noar ti set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3; -update noar tt set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3; -update noar ti set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3; -update noar tt set v0='F354VCIO6IFKAZ' where id=3; -update noar ti set v0='F354VCIO6IFKAZ' where id=3; -update noar tt set b1='8ENNVRR' where id=3; -update noar ti set b1='8ENNVRR' where id=3; -update noar tt set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3; -update noar ti set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3; -update noar tt set b2='0V81MMPL92410' where id=3; -update noar ti set b2='0V81MMPL92410' where id=3; -update noar tt set v0='R0J' where id=4; -update noar ti set v0='R0J' where id=4; -update noar tt set b0='Z8Z41S9P4502PX7E' where id=4; -update noar ti set b0='Z8Z41S9P4502PX7E' where id=4; -update noar tt set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4; -update noar ti set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4; -update noar tt set b1='0FP2V71YFMH0' where id=4; -update noar ti set b1='0FP2V71YFMH0' where id=4; -update noar tt set v0='CYB6CIV' where id=4; -update noar ti set v0='CYB6CIV' where id=4; -update noar tt set b2='T2JSX33MB' where id=4; -update noar ti set b2='T2JSX33MB' where id=4; -update noar tt set v0='I' where id=5; -update noar ti set v0='I' where id=5; -update noar tt set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5; -update noar ti set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5; -update noar tt set v0='970RHROEK5KJF' where id=5; -update noar ti set v0='970RHROEK5KJF' where id=5; -update noar tt set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5; -update noar ti set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5; -update noar tt set v0='0N5' where id=5; -update noar ti set v0='0N5' where id=5; -update noar tt set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5; -update noar ti set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5; -update noar tt set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6; -update noar ti set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6; -update noar tt set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6; -update noar ti set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6; -update noar tt set v0='TM2WS0TBFNTU' where id=6; -update noar ti set v0='TM2WS0TBFNTU' where id=6; -update noar tt set b1='WI0EX1IVIFFMWI' where id=6; -update noar ti set b1='WI0EX1IVIFFMWI' where id=6; -update noar tt set v0='ER4ZL2PXZH8WUUQI' where id=6; -update noar ti set v0='ER4ZL2PXZH8WUUQI' where id=6; -update noar tt set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6; -update noar ti set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6; -update noar tt set v0='6V8O2WN16AQUU' where id=7; -update noar ti set v0='6V8O2WN16AQUU' where id=7; -update noar tt set b0='MACEL4FL9JT7O84X' where id=7; -update noar ti set b0='MACEL4FL9JT7O84X' where id=7; -update noar tt set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7; -update noar ti set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7; -update noar tt set b1='XTZHPZC2O88U' where id=7; -update noar ti set b1='XTZHPZC2O88U' where id=7; -update noar tt set v0='3PIPL8GQSZR2391A0049JF' where id=7; -update noar ti set v0='3PIPL8GQSZR2391A0049JF' where id=7; -update noar tt set b2='BMBYZL7TZAND2T' where id=7; -update noar ti set b2='BMBYZL7TZAND2T' where id=7; -update noar tt set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8; -update noar ti set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8; -update noar tt set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8; -update noar ti set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8; -update noar tt set v0='VEVDIQ4HZACMU4HAE9' where id=8; -update noar ti set v0='VEVDIQ4HZACMU4HAE9' where id=8; -update noar tt set b1='PW38656' where id=8; -update noar ti set b1='PW38656' where id=8; -update noar tt set v0='KYI9F' where id=8; -update noar ti set v0='KYI9F' where id=8; -update noar tt set b2='008UXBXNF' where id=8; -update noar ti set b2='008UXBXNF' where id=8; -update noar tt set v0='NL7K2R' where id=9; -update noar ti set v0='NL7K2R' where id=9; -update noar tt set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9; -update noar ti set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9; -update noar tt set v0='49AGM3MFSWZ' where id=9; -update noar ti set v0='49AGM3MFSWZ' where id=9; -update noar tt set b1='WXU6YVQ986L' where id=9; -update noar ti set b1='WXU6YVQ986L' where id=9; -update noar tt set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9; -update noar ti set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9; -update noar tt set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9; -update noar ti set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NBLHVNIGW6N4UTIJQ' where id=1; -update noar ti set v0='NBLHVNIGW6N4UTIJQ' where id=1; -update noar tt set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1; -update noar ti set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1; -update noar tt set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1; -update noar ti set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1; -update noar tt set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1; -update noar ti set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1; -update noar tt set v0='N7' where id=1; -update noar ti set v0='N7' where id=1; -update noar tt set b2='5LTMITIDLTLTI8P83K' where id=1; -update noar ti set b2='5LTMITIDLTLTI8P83K' where id=1; -update noar tt set v0='8XXQ50ATQPK985Y3XISXQ' where id=2; -update noar ti set v0='8XXQ50ATQPK985Y3XISXQ' where id=2; -update noar tt set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2; -update noar ti set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2; -update noar tt set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2; -update noar ti set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2; -update noar tt set b1='C6GKG8LYBVEXU4' where id=2; -update noar ti set b1='C6GKG8LYBVEXU4' where id=2; -update noar tt set v0='AQDNY' where id=2; -update noar ti set v0='AQDNY' where id=2; -update noar tt set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2; -update noar ti set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2; -update noar tt set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3; -update noar ti set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3; -update noar tt set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3; -update noar ti set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3; -update noar tt set v0='7NO' where id=3; -update noar ti set v0='7NO' where id=3; -update noar tt set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3; -update noar ti set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3; -update noar tt set v0='H7JWZSL3HZL6TX826Y' where id=3; -update noar ti set v0='H7JWZSL3HZL6TX826Y' where id=3; -update noar tt set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3; -update noar ti set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3; -update noar tt set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4; -update noar ti set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4; -update noar tt set b0='73' where id=4; -update noar ti set b0='73' where id=4; -update noar tt set v0='9X0H' where id=4; -update noar ti set v0='9X0H' where id=4; -update noar tt set b1='F7JVZK' where id=4; -update noar ti set b1='F7JVZK' where id=4; -update noar tt set v0='HKG' where id=4; -update noar ti set v0='HKG' where id=4; -update noar tt set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4; -update noar ti set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4; -update noar tt set v0='W951DR4G' where id=5; -update noar ti set v0='W951DR4G' where id=5; -update noar tt set b0='I44TCJ' where id=5; -update noar ti set b0='I44TCJ' where id=5; -update noar tt set v0='EOVZZLQD' where id=5; -update noar ti set v0='EOVZZLQD' where id=5; -update noar tt set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5; -update noar ti set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5; -update noar tt set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5; -update noar ti set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5; -update noar tt set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5; -update noar ti set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5; -update noar tt set v0='AOB1' where id=6; -update noar ti set v0='AOB1' where id=6; -update noar tt set b0='JDQIHQU5GUB9E1R24DX' where id=6; -update noar ti set b0='JDQIHQU5GUB9E1R24DX' where id=6; -update noar tt set v0='HZZLE76Q4ZI143K' where id=6; -update noar ti set v0='HZZLE76Q4ZI143K' where id=6; -update noar tt set b1='3PSUWS0M4CK8T' where id=6; -update noar ti set b1='3PSUWS0M4CK8T' where id=6; -update noar tt set v0='DN87K9PUPZVQPZH9TBE591' where id=6; -update noar ti set v0='DN87K9PUPZVQPZH9TBE591' where id=6; -update noar tt set b2='G' where id=6; -update noar ti set b2='G' where id=6; -update noar tt set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7; -update noar ti set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7; -update noar tt set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7; -update noar ti set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7; -update noar tt set v0='WX00E8V4M3O' where id=7; -update noar ti set v0='WX00E8V4M3O' where id=7; -update noar tt set b1='U2R4F' where id=7; -update noar ti set b1='U2R4F' where id=7; -update noar tt set v0='YRU4' where id=7; -update noar ti set v0='YRU4' where id=7; -update noar tt set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7; -update noar ti set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7; -update noar tt set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8; -update noar ti set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8; -update noar tt set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8; -update noar ti set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8; -update noar tt set v0='77GGW17L' where id=8; -update noar ti set v0='77GGW17L' where id=8; -update noar tt set b1='UA' where id=8; -update noar ti set b1='UA' where id=8; -update noar tt set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8; -update noar ti set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8; -update noar tt set b2='YUP21X5NKNA9SFQF29NTX9' where id=8; -update noar ti set b2='YUP21X5NKNA9SFQF29NTX9' where id=8; -update noar tt set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9; -update noar ti set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9; -update noar tt set b0='YL' where id=9; -update noar ti set b0='YL' where id=9; -update noar tt set v0='6S' where id=9; -update noar ti set v0='6S' where id=9; -update noar tt set b1='32Q1BUX5NBCSW7XS30V' where id=9; -update noar ti set b1='32Q1BUX5NBCSW7XS30V' where id=9; -update noar tt set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9; -update noar ti set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9; -update noar tt set b2='RARWFDHMRV947XD' where id=9; -update noar ti set b2='RARWFDHMRV947XD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1; -update noar ti set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1; -update noar tt set b0='W3SSTL2559S0Y7UIK' where id=1; -update noar ti set b0='W3SSTL2559S0Y7UIK' where id=1; -update noar tt set v0='6YZ' where id=1; -update noar ti set v0='6YZ' where id=1; -update noar tt set b1='GTB9CE4QM' where id=1; -update noar ti set b1='GTB9CE4QM' where id=1; -update noar tt set v0='PW59UHVDG69ZERC1' where id=1; -update noar ti set v0='PW59UHVDG69ZERC1' where id=1; -update noar tt set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1; -update noar ti set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1; -update noar tt set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2; -update noar ti set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2; -update noar tt set b0='BQYSACORFXSLTON' where id=2; -update noar ti set b0='BQYSACORFXSLTON' where id=2; -update noar tt set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2; -update noar ti set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2; -update noar tt set b1='4UPQB8Y862NLMM2299O' where id=2; -update noar ti set b1='4UPQB8Y862NLMM2299O' where id=2; -update noar tt set v0='WR' where id=2; -update noar ti set v0='WR' where id=2; -update noar tt set b2='AKWMDQO0A9QQ5H4' where id=2; -update noar ti set b2='AKWMDQO0A9QQ5H4' where id=2; -update noar tt set v0='GZS4PDI' where id=3; -update noar ti set v0='GZS4PDI' where id=3; -update noar tt set b0='DHCH6W9284Z3RNLP4' where id=3; -update noar ti set b0='DHCH6W9284Z3RNLP4' where id=3; -update noar tt set v0='F4APV0Y2PX7XO6JJS2HK' where id=3; -update noar ti set v0='F4APV0Y2PX7XO6JJS2HK' where id=3; -update noar tt set b1='EL3UA5IDIWH' where id=3; -update noar ti set b1='EL3UA5IDIWH' where id=3; -update noar tt set v0='MWSLQBF8FXB60B3CO' where id=3; -update noar ti set v0='MWSLQBF8FXB60B3CO' where id=3; -update noar tt set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3; -update noar ti set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3; -update noar tt set v0='CHT0GEUF5DO7' where id=4; -update noar ti set v0='CHT0GEUF5DO7' where id=4; -update noar tt set b0='RYVM6' where id=4; -update noar ti set b0='RYVM6' where id=4; -update noar tt set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4; -update noar ti set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4; -update noar tt set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4; -update noar ti set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4; -update noar tt set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4; -update noar ti set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4; -update noar tt set b2='2QJG1J06JJ6QZCHZDRE8' where id=4; -update noar ti set b2='2QJG1J06JJ6QZCHZDRE8' where id=4; -update noar tt set v0='8X2P713' where id=5; -update noar ti set v0='8X2P713' where id=5; -update noar tt set b0='DG3SFS3XY' where id=5; -update noar ti set b0='DG3SFS3XY' where id=5; -update noar tt set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5; -update noar ti set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5; -update noar tt set b1='G75FPLWTELLXK1N0JT7GW' where id=5; -update noar ti set b1='G75FPLWTELLXK1N0JT7GW' where id=5; -update noar tt set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5; -update noar ti set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5; -update noar tt set b2='LSRZCLJBFY05RHE2I3' where id=5; -update noar ti set b2='LSRZCLJBFY05RHE2I3' where id=5; -update noar tt set v0='PCNTTLPH3CWYK8IIDUI293' where id=6; -update noar ti set v0='PCNTTLPH3CWYK8IIDUI293' where id=6; -update noar tt set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6; -update noar ti set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6; -update noar tt set v0='S5T6I4YG' where id=6; -update noar ti set v0='S5T6I4YG' where id=6; -update noar tt set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6; -update noar ti set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6; -update noar tt set v0='FND2O' where id=6; -update noar ti set v0='FND2O' where id=6; -update noar tt set b2='92PWAT76' where id=6; -update noar ti set b2='92PWAT76' where id=6; -update noar tt set v0='46WSX4BLGMALAL91WTHPI' where id=7; -update noar ti set v0='46WSX4BLGMALAL91WTHPI' where id=7; -update noar tt set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7; -update noar ti set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7; -update noar tt set v0='LAN4K46VCXTOVSF4' where id=7; -update noar ti set v0='LAN4K46VCXTOVSF4' where id=7; -update noar tt set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7; -update noar ti set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7; -update noar tt set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7; -update noar ti set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7; -update noar tt set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7; -update noar ti set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7; -update noar tt set v0='FUW6WIX' where id=8; -update noar ti set v0='FUW6WIX' where id=8; -update noar tt set b0='H8VRSCX1WVZYF' where id=8; -update noar ti set b0='H8VRSCX1WVZYF' where id=8; -update noar tt set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8; -update noar ti set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8; -update noar tt set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8; -update noar ti set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8; -update noar tt set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8; -update noar ti set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8; -update noar tt set b2='Q39' where id=8; -update noar ti set b2='Q39' where id=8; -update noar tt set v0='46MAB4BS5LJX' where id=9; -update noar ti set v0='46MAB4BS5LJX' where id=9; -update noar tt set b0='1MA85EZZ6BKKLVA1E' where id=9; -update noar ti set b0='1MA85EZZ6BKKLVA1E' where id=9; -update noar tt set v0='R7L37HWO3RQSSLIE75B' where id=9; -update noar ti set v0='R7L37HWO3RQSSLIE75B' where id=9; -update noar tt set b1='E6EKMS4MBVHBHS' where id=9; -update noar ti set b1='E6EKMS4MBVHBHS' where id=9; -update noar tt set v0='ALX9L42TRUA' where id=9; -update noar ti set v0='ALX9L42TRUA' where id=9; -update noar tt set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9; -update noar ti set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KLGE0BG7GWKR4P' where id=1; -update noar ti set v0='KLGE0BG7GWKR4P' where id=1; -update noar tt set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1; -update noar ti set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1; -update noar tt set v0='Q1SJNXU7G153XSRY8' where id=1; -update noar ti set v0='Q1SJNXU7G153XSRY8' where id=1; -update noar tt set b1='8' where id=1; -update noar ti set b1='8' where id=1; -update noar tt set v0='FR' where id=1; -update noar ti set v0='FR' where id=1; -update noar tt set b2='RIYPQ5VFY' where id=1; -update noar ti set b2='RIYPQ5VFY' where id=1; -update noar tt set v0='237G' where id=2; -update noar ti set v0='237G' where id=2; -update noar tt set b0='XMDY7LW' where id=2; -update noar ti set b0='XMDY7LW' where id=2; -update noar tt set v0='KNPAXKN9XG5MVX8' where id=2; -update noar ti set v0='KNPAXKN9XG5MVX8' where id=2; -update noar tt set b1='Y7JNKK97HQVNVVUURW' where id=2; -update noar ti set b1='Y7JNKK97HQVNVVUURW' where id=2; -update noar tt set v0='M0SCYZSSUKLQTPN' where id=2; -update noar ti set v0='M0SCYZSSUKLQTPN' where id=2; -update noar tt set b2='5VGR7' where id=2; -update noar ti set b2='5VGR7' where id=2; -update noar tt set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3; -update noar ti set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3; -update noar tt set b0='BQQW7Y' where id=3; -update noar ti set b0='BQQW7Y' where id=3; -update noar tt set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3; -update noar ti set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3; -update noar tt set b1='YEPVCUALXL2' where id=3; -update noar ti set b1='YEPVCUALXL2' where id=3; -update noar tt set v0='IKCWWIE0QO' where id=3; -update noar ti set v0='IKCWWIE0QO' where id=3; -update noar tt set b2='F31IGIYI' where id=3; -update noar ti set b2='F31IGIYI' where id=3; -update noar tt set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4; -update noar ti set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4; -update noar tt set b0='EWOCGB26DM8YF7MXCT3' where id=4; -update noar ti set b0='EWOCGB26DM8YF7MXCT3' where id=4; -update noar tt set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4; -update noar ti set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4; -update noar tt set b1='Y0THT5KAZ8UHEOOV1E8' where id=4; -update noar ti set b1='Y0THT5KAZ8UHEOOV1E8' where id=4; -update noar tt set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4; -update noar ti set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4; -update noar tt set b2='KIQHHS0KOJQ3SQKALUG' where id=4; -update noar ti set b2='KIQHHS0KOJQ3SQKALUG' where id=4; -update noar tt set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5; -update noar ti set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5; -update noar tt set b0='5Q' where id=5; -update noar ti set b0='5Q' where id=5; -update noar tt set v0='K1CJT8GQD1UHA63F0N' where id=5; -update noar ti set v0='K1CJT8GQD1UHA63F0N' where id=5; -update noar tt set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5; -update noar ti set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5; -update noar tt set v0='W52UW6TBQAWHAPBSWZNRN' where id=5; -update noar ti set v0='W52UW6TBQAWHAPBSWZNRN' where id=5; -update noar tt set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5; -update noar ti set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5; -update noar tt set v0='HEQVS' where id=6; -update noar ti set v0='HEQVS' where id=6; -update noar tt set b0='H3ZETYUG5Y0N' where id=6; -update noar ti set b0='H3ZETYUG5Y0N' where id=6; -update noar tt set v0='3ZT5A07KT7NERJGHY' where id=6; -update noar ti set v0='3ZT5A07KT7NERJGHY' where id=6; -update noar tt set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6; -update noar ti set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6; -update noar tt set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6; -update noar ti set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6; -update noar tt set b2='JAVGZR72FC' where id=6; -update noar ti set b2='JAVGZR72FC' where id=6; -update noar tt set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7; -update noar ti set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7; -update noar tt set b0='PQXT8I1N64G' where id=7; -update noar ti set b0='PQXT8I1N64G' where id=7; -update noar tt set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7; -update noar ti set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7; -update noar tt set b1='EFS' where id=7; -update noar ti set b1='EFS' where id=7; -update noar tt set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7; -update noar ti set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7; -update noar tt set b2='L9SBW' where id=7; -update noar ti set b2='L9SBW' where id=7; -update noar tt set v0='7VNXQADY57ECUG2ED2C3U' where id=8; -update noar ti set v0='7VNXQADY57ECUG2ED2C3U' where id=8; -update noar tt set b0='DW7WRRQI' where id=8; -update noar ti set b0='DW7WRRQI' where id=8; -update noar tt set v0='0A9ELQNQS2R0GTV9V2HB' where id=8; -update noar ti set v0='0A9ELQNQS2R0GTV9V2HB' where id=8; -update noar tt set b1='MMJF62JE8PAN4Q2UZ' where id=8; -update noar ti set b1='MMJF62JE8PAN4Q2UZ' where id=8; -update noar tt set v0='JIY7E' where id=8; -update noar ti set v0='JIY7E' where id=8; -update noar tt set b2='YQJ7WDQU' where id=8; -update noar ti set b2='YQJ7WDQU' where id=8; -update noar tt set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9; -update noar ti set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9; -update noar tt set b0='KW08QEZJ4ZGHDA486J' where id=9; -update noar ti set b0='KW08QEZJ4ZGHDA486J' where id=9; -update noar tt set v0='ST0TH03' where id=9; -update noar ti set v0='ST0TH03' where id=9; -update noar tt set b1='K5EF' where id=9; -update noar ti set b1='K5EF' where id=9; -update noar tt set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9; -update noar ti set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9; -update noar tt set b2='H4G7' where id=9; -update noar ti set b2='H4G7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1; -update noar ti set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1; -update noar tt set b0='93UVSGIVGT42ADLDT3NK' where id=1; -update noar ti set b0='93UVSGIVGT42ADLDT3NK' where id=1; -update noar tt set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1; -update noar ti set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1; -update noar tt set b1='YEM4' where id=1; -update noar ti set b1='YEM4' where id=1; -update noar tt set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1; -update noar ti set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1; -update noar tt set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1; -update noar ti set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1; -update noar tt set v0='KCFH382CADV7BCUP5' where id=2; -update noar ti set v0='KCFH382CADV7BCUP5' where id=2; -update noar tt set b0='4V1K' where id=2; -update noar ti set b0='4V1K' where id=2; -update noar tt set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2; -update noar ti set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2; -update noar tt set b1='S6SCH0N9QR165WKECE86TY318R' where id=2; -update noar ti set b1='S6SCH0N9QR165WKECE86TY318R' where id=2; -update noar tt set v0='F6' where id=2; -update noar ti set v0='F6' where id=2; -update noar tt set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2; -update noar ti set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2; -update noar tt set v0='U05SSGF3Q' where id=3; -update noar ti set v0='U05SSGF3Q' where id=3; -update noar tt set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3; -update noar ti set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3; -update noar tt set v0='0I53F7N2KQ6RK5EWE0G' where id=3; -update noar ti set v0='0I53F7N2KQ6RK5EWE0G' where id=3; -update noar tt set b1='LG8M' where id=3; -update noar ti set b1='LG8M' where id=3; -update noar tt set v0='6Y' where id=3; -update noar ti set v0='6Y' where id=3; -update noar tt set b2='OB1ZN9DZ2' where id=3; -update noar ti set b2='OB1ZN9DZ2' where id=3; -update noar tt set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4; -update noar ti set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4; -update noar tt set b0='F653BK' where id=4; -update noar ti set b0='F653BK' where id=4; -update noar tt set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4; -update noar ti set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4; -update noar tt set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4; -update noar ti set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4; -update noar tt set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4; -update noar ti set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4; -update noar tt set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4; -update noar ti set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4; -update noar tt set v0='6RG8BSDUBAAXTUT' where id=5; -update noar ti set v0='6RG8BSDUBAAXTUT' where id=5; -update noar tt set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5; -update noar ti set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5; -update noar tt set v0='6RYV2XZ6HV' where id=5; -update noar ti set v0='6RYV2XZ6HV' where id=5; -update noar tt set b1='C3LE5CEWZBLW443BA5Q' where id=5; -update noar ti set b1='C3LE5CEWZBLW443BA5Q' where id=5; -update noar tt set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5; -update noar ti set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5; -update noar tt set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5; -update noar ti set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5; -update noar tt set v0='DR0O8WZW6AFNK' where id=6; -update noar ti set v0='DR0O8WZW6AFNK' where id=6; -update noar tt set b0='4XR4VNNFZU' where id=6; -update noar ti set b0='4XR4VNNFZU' where id=6; -update noar tt set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6; -update noar ti set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6; -update noar tt set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6; -update noar ti set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6; -update noar tt set v0='D' where id=6; -update noar ti set v0='D' where id=6; -update noar tt set b2='OOY63370OI4J' where id=6; -update noar ti set b2='OOY63370OI4J' where id=6; -update noar tt set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7; -update noar ti set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7; -update noar tt set b0='C9FUDV7C6CCJ13CI' where id=7; -update noar ti set b0='C9FUDV7C6CCJ13CI' where id=7; -update noar tt set v0='3U1JDTD3HA' where id=7; -update noar ti set v0='3U1JDTD3HA' where id=7; -update noar tt set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7; -update noar ti set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7; -update noar tt set v0='1ZGE4IRWW1MAN' where id=7; -update noar ti set v0='1ZGE4IRWW1MAN' where id=7; -update noar tt set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7; -update noar ti set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7; -update noar tt set v0='CYE53QBP5MEWX0UYB8D2M' where id=8; -update noar ti set v0='CYE53QBP5MEWX0UYB8D2M' where id=8; -update noar tt set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8; -update noar ti set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8; -update noar tt set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8; -update noar ti set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8; -update noar tt set b1='C57TXEZCYA6V' where id=8; -update noar ti set b1='C57TXEZCYA6V' where id=8; -update noar tt set v0='ZE' where id=8; -update noar ti set v0='ZE' where id=8; -update noar tt set b2='G2B67SGW4' where id=8; -update noar ti set b2='G2B67SGW4' where id=8; -update noar tt set v0='JYY09FG2DJWI0FXS5V' where id=9; -update noar ti set v0='JYY09FG2DJWI0FXS5V' where id=9; -update noar tt set b0='BW71ETJ0WTIEEW0' where id=9; -update noar ti set b0='BW71ETJ0WTIEEW0' where id=9; -update noar tt set v0='MDS1PX2A' where id=9; -update noar ti set v0='MDS1PX2A' where id=9; -update noar tt set b1='R96ODXV' where id=9; -update noar ti set b1='R96ODXV' where id=9; -update noar tt set v0='FIX2TS4ME60JF863SQBM' where id=9; -update noar ti set v0='FIX2TS4ME60JF863SQBM' where id=9; -update noar tt set b2='05N115LPDHX2MX7FM9K9CNG' where id=9; -update noar ti set b2='05N115LPDHX2MX7FM9K9CNG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1; -update noar ti set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1; -update noar tt set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1; -update noar ti set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1; -update noar tt set v0='M' where id=1; -update noar ti set v0='M' where id=1; -update noar tt set b1='LD407W9AAO2CCSV' where id=1; -update noar ti set b1='LD407W9AAO2CCSV' where id=1; -update noar tt set v0='P' where id=1; -update noar ti set v0='P' where id=1; -update noar tt set b2='336YN54X0HJMTEG' where id=1; -update noar ti set b2='336YN54X0HJMTEG' where id=1; -update noar tt set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2; -update noar ti set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2; -update noar tt set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2; -update noar ti set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2; -update noar tt set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2; -update noar ti set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2; -update noar tt set b1='L1WQBU4' where id=2; -update noar ti set b1='L1WQBU4' where id=2; -update noar tt set v0='JHZMA' where id=2; -update noar ti set v0='JHZMA' where id=2; -update noar tt set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2; -update noar ti set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2; -update noar tt set v0='8VMXFJ614TAO2KR1' where id=3; -update noar ti set v0='8VMXFJ614TAO2KR1' where id=3; -update noar tt set b0='3G2E6W7D0DY4GEE' where id=3; -update noar ti set b0='3G2E6W7D0DY4GEE' where id=3; -update noar tt set v0='QO42CBU3WA098CACF' where id=3; -update noar ti set v0='QO42CBU3WA098CACF' where id=3; -update noar tt set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3; -update noar ti set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3; -update noar tt set v0='IXR3ORU5ZE' where id=3; -update noar ti set v0='IXR3ORU5ZE' where id=3; -update noar tt set b2='HE' where id=3; -update noar ti set b2='HE' where id=3; -update noar tt set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4; -update noar ti set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4; -update noar tt set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4; -update noar ti set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4; -update noar tt set v0='NKTFZ5CIDGOAQG' where id=4; -update noar ti set v0='NKTFZ5CIDGOAQG' where id=4; -update noar tt set b1='4I7QEP' where id=4; -update noar ti set b1='4I7QEP' where id=4; -update noar tt set v0='JXW0ZGKPU2880XKI' where id=4; -update noar ti set v0='JXW0ZGKPU2880XKI' where id=4; -update noar tt set b2='4JIYJI' where id=4; -update noar ti set b2='4JIYJI' where id=4; -update noar tt set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5; -update noar ti set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5; -update noar tt set b0='7MZBUNA' where id=5; -update noar ti set b0='7MZBUNA' where id=5; -update noar tt set v0='KWZFDFH4WMCAWJPD7' where id=5; -update noar ti set v0='KWZFDFH4WMCAWJPD7' where id=5; -update noar tt set b1='MTWJCGQM4P2BU' where id=5; -update noar ti set b1='MTWJCGQM4P2BU' where id=5; -update noar tt set v0='MV98QWGBLXPYUQ' where id=5; -update noar ti set v0='MV98QWGBLXPYUQ' where id=5; -update noar tt set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5; -update noar ti set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5; -update noar tt set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6; -update noar ti set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6; -update noar tt set b0='2XKH9L' where id=6; -update noar ti set b0='2XKH9L' where id=6; -update noar tt set v0='TF' where id=6; -update noar ti set v0='TF' where id=6; -update noar tt set b1='O9YD3BF' where id=6; -update noar ti set b1='O9YD3BF' where id=6; -update noar tt set v0='HKIZIRFOQC' where id=6; -update noar ti set v0='HKIZIRFOQC' where id=6; -update noar tt set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6; -update noar ti set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6; -update noar tt set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7; -update noar ti set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7; -update noar tt set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7; -update noar ti set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7; -update noar tt set v0='U68VEVJS35X4HPUIQ1XN' where id=7; -update noar ti set v0='U68VEVJS35X4HPUIQ1XN' where id=7; -update noar tt set b1='QB70Q4KTKST9IE2' where id=7; -update noar ti set b1='QB70Q4KTKST9IE2' where id=7; -update noar tt set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7; -update noar ti set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7; -update noar tt set b2='1BFYY05IWUR0FY4YWRH5G' where id=7; -update noar ti set b2='1BFYY05IWUR0FY4YWRH5G' where id=7; -update noar tt set v0='HE2RTXDKYLB' where id=8; -update noar ti set v0='HE2RTXDKYLB' where id=8; -update noar tt set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8; -update noar ti set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8; -update noar tt set v0='KC8QDE5N8DLDMPOQHO2' where id=8; -update noar ti set v0='KC8QDE5N8DLDMPOQHO2' where id=8; -update noar tt set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8; -update noar ti set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8; -update noar tt set v0='2LXG6CREDZKIQD' where id=8; -update noar ti set v0='2LXG6CREDZKIQD' where id=8; -update noar tt set b2='X' where id=8; -update noar ti set b2='X' where id=8; -update noar tt set v0='6' where id=9; -update noar ti set v0='6' where id=9; -update noar tt set b0='1M4EB0VTBQ1FYQQR8J5' where id=9; -update noar ti set b0='1M4EB0VTBQ1FYQQR8J5' where id=9; -update noar tt set v0='60PTRWJG5X7XCUOX' where id=9; -update noar ti set v0='60PTRWJG5X7XCUOX' where id=9; -update noar tt set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9; -update noar ti set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9; -update noar tt set v0='X77FOJINSWXEPW' where id=9; -update noar ti set v0='X77FOJINSWXEPW' where id=9; -update noar tt set b2='I4Z0LC' where id=9; -update noar ti set b2='I4Z0LC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='17XW' where id=1; -update noar ti set v0='17XW' where id=1; -update noar tt set b0='OGZ' where id=1; -update noar ti set b0='OGZ' where id=1; -update noar tt set v0='XSVDXTHMV4KKHHCUKUE' where id=1; -update noar ti set v0='XSVDXTHMV4KKHHCUKUE' where id=1; -update noar tt set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1; -update noar ti set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1; -update noar tt set v0='K09COWECDCM6G1KK5L' where id=1; -update noar ti set v0='K09COWECDCM6G1KK5L' where id=1; -update noar tt set b2='22U50ZPB' where id=1; -update noar ti set b2='22U50ZPB' where id=1; -update noar tt set v0='BF6VSD4W6R258AGZS6HTH' where id=2; -update noar ti set v0='BF6VSD4W6R258AGZS6HTH' where id=2; -update noar tt set b0='IDE5YAXZOU40I' where id=2; -update noar ti set b0='IDE5YAXZOU40I' where id=2; -update noar tt set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2; -update noar ti set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2; -update noar tt set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2; -update noar ti set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2; -update noar tt set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2; -update noar ti set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2; -update noar tt set b2='SOBU4VG6R791UNM' where id=2; -update noar ti set b2='SOBU4VG6R791UNM' where id=2; -update noar tt set v0='P2VL4MEOOQQKHSFQJ8' where id=3; -update noar ti set v0='P2VL4MEOOQQKHSFQJ8' where id=3; -update noar tt set b0='S' where id=3; -update noar ti set b0='S' where id=3; -update noar tt set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3; -update noar ti set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3; -update noar tt set b1='Y1X' where id=3; -update noar ti set b1='Y1X' where id=3; -update noar tt set v0='E5IORNATZ9A9ZZW' where id=3; -update noar ti set v0='E5IORNATZ9A9ZZW' where id=3; -update noar tt set b2='8G9TV6GNBG2MT' where id=3; -update noar ti set b2='8G9TV6GNBG2MT' where id=3; -update noar tt set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4; -update noar ti set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4; -update noar tt set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4; -update noar ti set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4; -update noar tt set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4; -update noar ti set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4; -update noar tt set b1='GCFDECVIP0FZX8QTKD5H71' where id=4; -update noar ti set b1='GCFDECVIP0FZX8QTKD5H71' where id=4; -update noar tt set v0='AT126111KT' where id=4; -update noar ti set v0='AT126111KT' where id=4; -update noar tt set b2='C2ZSEGBWSYDE' where id=4; -update noar ti set b2='C2ZSEGBWSYDE' where id=4; -update noar tt set v0='0EA7QDPMS9EZP5EBV' where id=5; -update noar ti set v0='0EA7QDPMS9EZP5EBV' where id=5; -update noar tt set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5; -update noar ti set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5; -update noar tt set v0='71SGU26Z78S4A4X' where id=5; -update noar ti set v0='71SGU26Z78S4A4X' where id=5; -update noar tt set b1='1O3M9RQES' where id=5; -update noar ti set b1='1O3M9RQES' where id=5; -update noar tt set v0='4S26QD4BGJXH' where id=5; -update noar ti set v0='4S26QD4BGJXH' where id=5; -update noar tt set b2='CZQ9DJLU85E' where id=5; -update noar ti set b2='CZQ9DJLU85E' where id=5; -update noar tt set v0='TTME' where id=6; -update noar ti set v0='TTME' where id=6; -update noar tt set b0='S1PH4AODP9W' where id=6; -update noar ti set b0='S1PH4AODP9W' where id=6; -update noar tt set v0='UQ88N1SYLB5FLESZQY84' where id=6; -update noar ti set v0='UQ88N1SYLB5FLESZQY84' where id=6; -update noar tt set b1='6G34Z94VFXGBTSP' where id=6; -update noar ti set b1='6G34Z94VFXGBTSP' where id=6; -update noar tt set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6; -update noar ti set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6; -update noar tt set b2='907SEJ91BSE6J98LHCK8X' where id=6; -update noar ti set b2='907SEJ91BSE6J98LHCK8X' where id=6; -update noar tt set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7; -update noar ti set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7; -update noar tt set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7; -update noar ti set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7; -update noar tt set v0='7CUOXQOYDQSP' where id=7; -update noar ti set v0='7CUOXQOYDQSP' where id=7; -update noar tt set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7; -update noar ti set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7; -update noar tt set v0='YJ9DUUN' where id=7; -update noar ti set v0='YJ9DUUN' where id=7; -update noar tt set b2='VC3RBPJJST7SO14P61OL7U' where id=7; -update noar ti set b2='VC3RBPJJST7SO14P61OL7U' where id=7; -update noar tt set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8; -update noar ti set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8; -update noar tt set b0='469' where id=8; -update noar ti set b0='469' where id=8; -update noar tt set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8; -update noar ti set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8; -update noar tt set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8; -update noar ti set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8; -update noar tt set v0='QT2TOT5BWUK3O' where id=8; -update noar ti set v0='QT2TOT5BWUK3O' where id=8; -update noar tt set b2='442' where id=8; -update noar ti set b2='442' where id=8; -update noar tt set v0='BY8YQHNJ' where id=9; -update noar ti set v0='BY8YQHNJ' where id=9; -update noar tt set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9; -update noar ti set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9; -update noar tt set v0='WT7V3VQKGD1LDL83QH0' where id=9; -update noar ti set v0='WT7V3VQKGD1LDL83QH0' where id=9; -update noar tt set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9; -update noar ti set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9; -update noar tt set v0='PCBB88Q5' where id=9; -update noar ti set v0='PCBB88Q5' where id=9; -update noar tt set b2='0LTSCEZUVG03T2TKLJ7' where id=9; -update noar ti set b2='0LTSCEZUVG03T2TKLJ7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9F2UUEOR5EC0YD' where id=1; -update noar ti set v0='9F2UUEOR5EC0YD' where id=1; -update noar tt set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1; -update noar ti set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1; -update noar tt set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1; -update noar ti set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1; -update noar tt set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1; -update noar ti set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1; -update noar tt set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1; -update noar ti set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1; -update noar tt set b2='ZEDD87VDST9JWQ' where id=1; -update noar ti set b2='ZEDD87VDST9JWQ' where id=1; -update noar tt set v0='5CHAU3S25AQY8SN6EY' where id=2; -update noar ti set v0='5CHAU3S25AQY8SN6EY' where id=2; -update noar tt set b0='4GD' where id=2; -update noar ti set b0='4GD' where id=2; -update noar tt set v0='ID' where id=2; -update noar ti set v0='ID' where id=2; -update noar tt set b1='ABX51353GW74' where id=2; -update noar ti set b1='ABX51353GW74' where id=2; -update noar tt set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2; -update noar ti set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2; -update noar tt set b2='K6TE7H' where id=2; -update noar ti set b2='K6TE7H' where id=2; -update noar tt set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3; -update noar ti set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3; -update noar tt set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3; -update noar ti set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3; -update noar tt set v0='C52MMWSJJVDF5LFFTX4X' where id=3; -update noar ti set v0='C52MMWSJJVDF5LFFTX4X' where id=3; -update noar tt set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3; -update noar ti set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3; -update noar tt set v0='MDPRSO17N2M6F73' where id=3; -update noar ti set v0='MDPRSO17N2M6F73' where id=3; -update noar tt set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3; -update noar ti set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3; -update noar tt set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4; -update noar ti set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4; -update noar tt set b0='REEOS' where id=4; -update noar ti set b0='REEOS' where id=4; -update noar tt set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4; -update noar ti set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='ASL84DR76KZU7M' where id=4; -update noar ti set v0='ASL84DR76KZU7M' where id=4; -update noar tt set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4; -update noar ti set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4; -update noar tt set v0='02HZ1E10ZE1' where id=5; -update noar ti set v0='02HZ1E10ZE1' where id=5; -update noar tt set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5; -update noar ti set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5; -update noar tt set v0='S8TYW9Q0J0FGJ' where id=5; -update noar ti set v0='S8TYW9Q0J0FGJ' where id=5; -update noar tt set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5; -update noar ti set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5; -update noar tt set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5; -update noar ti set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5; -update noar tt set b2='95O3DT' where id=5; -update noar ti set b2='95O3DT' where id=5; -update noar tt set v0='5BDWTVAASDLHR3LGSXS' where id=6; -update noar ti set v0='5BDWTVAASDLHR3LGSXS' where id=6; -update noar tt set b0='OUUPVAO5RXQMVR8E4US50P' where id=6; -update noar ti set b0='OUUPVAO5RXQMVR8E4US50P' where id=6; -update noar tt set v0='Y7BZZU4SK' where id=6; -update noar ti set v0='Y7BZZU4SK' where id=6; -update noar tt set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6; -update noar ti set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6; -update noar tt set v0='5KXY9TM50HIYD' where id=6; -update noar ti set v0='5KXY9TM50HIYD' where id=6; -update noar tt set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6; -update noar ti set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6; -update noar tt set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7; -update noar ti set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7; -update noar tt set b0='C' where id=7; -update noar ti set b0='C' where id=7; -update noar tt set v0='NO9M9ITFS42A' where id=7; -update noar ti set v0='NO9M9ITFS42A' where id=7; -update noar tt set b1='SUM8A946P6RJCE7DYQ' where id=7; -update noar ti set b1='SUM8A946P6RJCE7DYQ' where id=7; -update noar tt set v0='YC1ZA79C2IJKL' where id=7; -update noar ti set v0='YC1ZA79C2IJKL' where id=7; -update noar tt set b2='3BLZFQ6A' where id=7; -update noar ti set b2='3BLZFQ6A' where id=7; -update noar tt set v0='3IIXY1GTYISDJ276Y3' where id=8; -update noar ti set v0='3IIXY1GTYISDJ276Y3' where id=8; -update noar tt set b0='DUY5P4LN7DFX7M7U9HO' where id=8; -update noar ti set b0='DUY5P4LN7DFX7M7U9HO' where id=8; -update noar tt set v0='U36ECOKVIBROSDID9' where id=8; -update noar ti set v0='U36ECOKVIBROSDID9' where id=8; -update noar tt set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8; -update noar ti set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8; -update noar tt set v0='GV6CE' where id=8; -update noar ti set v0='GV6CE' where id=8; -update noar tt set b2='J7VFYOPJEE3SK' where id=8; -update noar ti set b2='J7VFYOPJEE3SK' where id=8; -update noar tt set v0='Q5UO' where id=9; -update noar ti set v0='Q5UO' where id=9; -update noar tt set b0='PFHFVJ0TM' where id=9; -update noar ti set b0='PFHFVJ0TM' where id=9; -update noar tt set v0='WVIDAGJ9IP' where id=9; -update noar ti set v0='WVIDAGJ9IP' where id=9; -update noar tt set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9; -update noar ti set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9; -update noar tt set v0='STL20D7YMU' where id=9; -update noar ti set v0='STL20D7YMU' where id=9; -update noar tt set b2='WIOXFUQVC85X30M' where id=9; -update noar ti set b2='WIOXFUQVC85X30M' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1; -update noar ti set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1; -update noar tt set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1; -update noar ti set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1; -update noar tt set v0='EGS51EG5SJIBCWN' where id=1; -update noar ti set v0='EGS51EG5SJIBCWN' where id=1; -update noar tt set b1='RT6CKA' where id=1; -update noar ti set b1='RT6CKA' where id=1; -update noar tt set v0='MKDBQ' where id=1; -update noar ti set v0='MKDBQ' where id=1; -update noar tt set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1; -update noar ti set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1; -update noar tt set v0='56XURDVW9' where id=2; -update noar ti set v0='56XURDVW9' where id=2; -update noar tt set b0='Z488EKIIKBV6QTW7KD' where id=2; -update noar ti set b0='Z488EKIIKBV6QTW7KD' where id=2; -update noar tt set v0='1098026SFEESCBGSLKJJKB093P' where id=2; -update noar ti set v0='1098026SFEESCBGSLKJJKB093P' where id=2; -update noar tt set b1='IDAHK2DRDGAJJKYO48' where id=2; -update noar ti set b1='IDAHK2DRDGAJJKYO48' where id=2; -update noar tt set v0='YABVGL24Z' where id=2; -update noar ti set v0='YABVGL24Z' where id=2; -update noar tt set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2; -update noar ti set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2; -update noar tt set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3; -update noar ti set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3; -update noar tt set b0='MBX1RN' where id=3; -update noar ti set b0='MBX1RN' where id=3; -update noar tt set v0='X2RPORBB1282PAKY4356TAC7' where id=3; -update noar ti set v0='X2RPORBB1282PAKY4356TAC7' where id=3; -update noar tt set b1='7XDBAAEIIW' where id=3; -update noar ti set b1='7XDBAAEIIW' where id=3; -update noar tt set v0='HVU0X2SDFW' where id=3; -update noar ti set v0='HVU0X2SDFW' where id=3; -update noar tt set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3; -update noar ti set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3; -update noar tt set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4; -update noar ti set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4; -update noar tt set b0='B' where id=4; -update noar ti set b0='B' where id=4; -update noar tt set v0='MP' where id=4; -update noar ti set v0='MP' where id=4; -update noar tt set b1='E7GEVUBQ1M' where id=4; -update noar ti set b1='E7GEVUBQ1M' where id=4; -update noar tt set v0='A1EGBNZ49BU9G3K2' where id=4; -update noar ti set v0='A1EGBNZ49BU9G3K2' where id=4; -update noar tt set b2='VNCTYBJV0G' where id=4; -update noar ti set b2='VNCTYBJV0G' where id=4; -update noar tt set v0='AH1WZFGX768YE8' where id=5; -update noar ti set v0='AH1WZFGX768YE8' where id=5; -update noar tt set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5; -update noar ti set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5; -update noar tt set v0='SLO7VCDGYETCWA20' where id=5; -update noar ti set v0='SLO7VCDGYETCWA20' where id=5; -update noar tt set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5; -update noar ti set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5; -update noar tt set v0='ZQYY51Y3OXUWI0752B9' where id=5; -update noar ti set v0='ZQYY51Y3OXUWI0752B9' where id=5; -update noar tt set b2='C' where id=5; -update noar ti set b2='C' where id=5; -update noar tt set v0='0NQW2B' where id=6; -update noar ti set v0='0NQW2B' where id=6; -update noar tt set b0='33MD91RAEZ' where id=6; -update noar ti set b0='33MD91RAEZ' where id=6; -update noar tt set v0='NP1OA916LHWGLLWSREF' where id=6; -update noar ti set v0='NP1OA916LHWGLLWSREF' where id=6; -update noar tt set b1='2LI6GZ14IMUJ7JFUN' where id=6; -update noar ti set b1='2LI6GZ14IMUJ7JFUN' where id=6; -update noar tt set v0='42896820IB7RI' where id=6; -update noar ti set v0='42896820IB7RI' where id=6; -update noar tt set b2='6E7CRPO8TGJERL57Y9AL4' where id=6; -update noar ti set b2='6E7CRPO8TGJERL57Y9AL4' where id=6; -update noar tt set v0='Y2DN9ITV' where id=7; -update noar ti set v0='Y2DN9ITV' where id=7; -update noar tt set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7; -update noar ti set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7; -update noar tt set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7; -update noar ti set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7; -update noar tt set b1='6L5XIGHXWANSEF2OWLL' where id=7; -update noar ti set b1='6L5XIGHXWANSEF2OWLL' where id=7; -update noar tt set v0='J5MI' where id=7; -update noar ti set v0='J5MI' where id=7; -update noar tt set b2='EG4PZZH25K' where id=7; -update noar ti set b2='EG4PZZH25K' where id=7; -update noar tt set v0='CX' where id=8; -update noar ti set v0='CX' where id=8; -update noar tt set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8; -update noar ti set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8; -update noar tt set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8; -update noar ti set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8; -update noar tt set b1='WH9E' where id=8; -update noar ti set b1='WH9E' where id=8; -update noar tt set v0='UBA36IC1BJZ360DDYVMAUS' where id=8; -update noar ti set v0='UBA36IC1BJZ360DDYVMAUS' where id=8; -update noar tt set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8; -update noar ti set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8; -update noar tt set v0='NHRP7TL8OSUL' where id=9; -update noar ti set v0='NHRP7TL8OSUL' where id=9; -update noar tt set b0='237OM' where id=9; -update noar ti set b0='237OM' where id=9; -update noar tt set v0='9FR1HH' where id=9; -update noar ti set v0='9FR1HH' where id=9; -update noar tt set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9; -update noar ti set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9; -update noar tt set v0='5U5' where id=9; -update noar ti set v0='5U5' where id=9; -update noar tt set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9; -update noar ti set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='1BO1DNNP1E' where id=1; -update noar ti set v0='1BO1DNNP1E' where id=1; -update noar tt set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1; -update noar ti set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1; -update noar tt set v0='ZJ0PNKBMJBVIQD' where id=1; -update noar ti set v0='ZJ0PNKBMJBVIQD' where id=1; -update noar tt set b1='T' where id=1; -update noar ti set b1='T' where id=1; -update noar tt set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1; -update noar ti set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1; -update noar tt set b2='E613RECVZ471P4M3D0BU52' where id=1; -update noar ti set b2='E613RECVZ471P4M3D0BU52' where id=1; -update noar tt set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2; -update noar ti set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2; -update noar tt set b0='VWA9CZ2U07R9U' where id=2; -update noar ti set b0='VWA9CZ2U07R9U' where id=2; -update noar tt set v0='IZ485Z5O4W87TXUDKIQDM' where id=2; -update noar ti set v0='IZ485Z5O4W87TXUDKIQDM' where id=2; -update noar tt set b1='97H9MR' where id=2; -update noar ti set b1='97H9MR' where id=2; -update noar tt set v0='ZTQ4WAZA796DE7FW2RE8' where id=2; -update noar ti set v0='ZTQ4WAZA796DE7FW2RE8' where id=2; -update noar tt set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2; -update noar ti set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2; -update noar tt set v0='YLY4LQWGZ9R2U' where id=3; -update noar ti set v0='YLY4LQWGZ9R2U' where id=3; -update noar tt set b0='5A3F511Q' where id=3; -update noar ti set b0='5A3F511Q' where id=3; -update noar tt set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3; -update noar ti set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3; -update noar tt set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3; -update noar ti set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3; -update noar tt set v0='5RQXK' where id=3; -update noar ti set v0='5RQXK' where id=3; -update noar tt set b2='PMJ0Y2DUHE4' where id=3; -update noar ti set b2='PMJ0Y2DUHE4' where id=3; -update noar tt set v0='QHV78B9I8D3WOE' where id=4; -update noar ti set v0='QHV78B9I8D3WOE' where id=4; -update noar tt set b0='W4T3L8UKPE' where id=4; -update noar ti set b0='W4T3L8UKPE' where id=4; -update noar tt set v0='JYILDD' where id=4; -update noar ti set v0='JYILDD' where id=4; -update noar tt set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4; -update noar ti set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4; -update noar tt set v0='AY9V72MI82953VDAX1QZ8' where id=4; -update noar ti set v0='AY9V72MI82953VDAX1QZ8' where id=4; -update noar tt set b2='CSMCP8PJP556FRVFN6F3R3' where id=4; -update noar ti set b2='CSMCP8PJP556FRVFN6F3R3' where id=4; -update noar tt set v0='8ZCCTAUZI' where id=5; -update noar ti set v0='8ZCCTAUZI' where id=5; -update noar tt set b0='2O74R7TCE6HF5' where id=5; -update noar ti set b0='2O74R7TCE6HF5' where id=5; -update noar tt set v0='S' where id=5; -update noar ti set v0='S' where id=5; -update noar tt set b1='5WGXUS' where id=5; -update noar ti set b1='5WGXUS' where id=5; -update noar tt set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5; -update noar ti set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5; -update noar tt set b2='OGBX' where id=5; -update noar ti set b2='OGBX' where id=5; -update noar tt set v0='LNIACFCW0RJBBG01U' where id=6; -update noar ti set v0='LNIACFCW0RJBBG01U' where id=6; -update noar tt set b0='NYTCEPMJWJ' where id=6; -update noar ti set b0='NYTCEPMJWJ' where id=6; -update noar tt set v0='PA' where id=6; -update noar ti set v0='PA' where id=6; -update noar tt set b1='FZU9' where id=6; -update noar ti set b1='FZU9' where id=6; -update noar tt set v0='US7B749ROL8' where id=6; -update noar ti set v0='US7B749ROL8' where id=6; -update noar tt set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6; -update noar ti set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6; -update noar tt set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7; -update noar ti set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7; -update noar tt set b0='WCLYSOL83NAQ8FQ5' where id=7; -update noar ti set b0='WCLYSOL83NAQ8FQ5' where id=7; -update noar tt set v0='JGGHO' where id=7; -update noar ti set v0='JGGHO' where id=7; -update noar tt set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7; -update noar ti set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7; -update noar tt set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7; -update noar ti set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7; -update noar tt set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7; -update noar ti set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7; -update noar tt set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8; -update noar ti set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8; -update noar tt set b0='LCWFYGE0STUI' where id=8; -update noar ti set b0='LCWFYGE0STUI' where id=8; -update noar tt set v0='GO226N1Q295DKRVD' where id=8; -update noar ti set v0='GO226N1Q295DKRVD' where id=8; -update noar tt set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8; -update noar ti set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8; -update noar tt set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8; -update noar ti set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8; -update noar tt set b2='7BIQ7R2R0WNHRMTE9UO' where id=8; -update noar ti set b2='7BIQ7R2R0WNHRMTE9UO' where id=8; -update noar tt set v0='78UA7UZ8UTXCZARVYT4' where id=9; -update noar ti set v0='78UA7UZ8UTXCZARVYT4' where id=9; -update noar tt set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9; -update noar ti set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9; -update noar tt set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9; -update noar ti set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9; -update noar tt set b1='UW9FXM0' where id=9; -update noar ti set b1='UW9FXM0' where id=9; -update noar tt set v0='MJ5Z108TVNJR5X9S' where id=9; -update noar ti set v0='MJ5Z108TVNJR5X9S' where id=9; -update noar tt set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9; -update noar ti set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PTGKA67MQ' where id=1; -update noar ti set v0='PTGKA67MQ' where id=1; -update noar tt set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1; -update noar ti set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1; -update noar tt set v0='4T3QICKQ' where id=1; -update noar ti set v0='4T3QICKQ' where id=1; -update noar tt set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1; -update noar ti set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1; -update noar tt set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1; -update noar ti set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1; -update noar tt set b2='98BQCNT0GBA3OJXVF' where id=1; -update noar ti set b2='98BQCNT0GBA3OJXVF' where id=1; -update noar tt set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2; -update noar ti set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2; -update noar tt set b0='WQMJB' where id=2; -update noar ti set b0='WQMJB' where id=2; -update noar tt set v0='N1JU16FYP58ZBN7QXWVP' where id=2; -update noar ti set v0='N1JU16FYP58ZBN7QXWVP' where id=2; -update noar tt set b1='X9YXP9DSUPMN17D' where id=2; -update noar ti set b1='X9YXP9DSUPMN17D' where id=2; -update noar tt set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2; -update noar ti set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2; -update noar tt set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2; -update noar ti set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2; -update noar tt set v0='1R9SFJW8Z9NU83' where id=3; -update noar ti set v0='1R9SFJW8Z9NU83' where id=3; -update noar tt set b0='P28' where id=3; -update noar ti set b0='P28' where id=3; -update noar tt set v0='KQYOF1CEVWXBS2IENU85THA' where id=3; -update noar ti set v0='KQYOF1CEVWXBS2IENU85THA' where id=3; -update noar tt set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3; -update noar ti set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3; -update noar tt set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3; -update noar ti set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3; -update noar tt set b2='D' where id=3; -update noar ti set b2='D' where id=3; -update noar tt set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4; -update noar ti set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4; -update noar tt set b0='4T65Z9' where id=4; -update noar ti set b0='4T65Z9' where id=4; -update noar tt set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4; -update noar ti set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4; -update noar tt set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4; -update noar ti set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4; -update noar tt set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4; -update noar ti set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4; -update noar tt set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4; -update noar ti set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4; -update noar tt set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5; -update noar ti set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5; -update noar tt set b0='OA3FYFCJLC0D6T' where id=5; -update noar ti set b0='OA3FYFCJLC0D6T' where id=5; -update noar tt set v0='71247J8C' where id=5; -update noar ti set v0='71247J8C' where id=5; -update noar tt set b1='3TU6XTNG1' where id=5; -update noar ti set b1='3TU6XTNG1' where id=5; -update noar tt set v0='FG' where id=5; -update noar ti set v0='FG' where id=5; -update noar tt set b2='E84' where id=5; -update noar ti set b2='E84' where id=5; -update noar tt set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6; -update noar ti set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6; -update noar tt set b0='XXNGTMANVO' where id=6; -update noar ti set b0='XXNGTMANVO' where id=6; -update noar tt set v0='Y7DLDIS7VZR' where id=6; -update noar ti set v0='Y7DLDIS7VZR' where id=6; -update noar tt set b1='X4M7ZAXEF65KO5ZKX' where id=6; -update noar ti set b1='X4M7ZAXEF65KO5ZKX' where id=6; -update noar tt set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6; -update noar ti set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6; -update noar tt set b2='G043OIEM83ID' where id=6; -update noar ti set b2='G043OIEM83ID' where id=6; -update noar tt set v0='IHVB7ER2' where id=7; -update noar ti set v0='IHVB7ER2' where id=7; -update noar tt set b0='LOIUO4E01ZRXK1O' where id=7; -update noar ti set b0='LOIUO4E01ZRXK1O' where id=7; -update noar tt set v0='37M4S6GN98OG' where id=7; -update noar ti set v0='37M4S6GN98OG' where id=7; -update noar tt set b1='R3E6XJ2TC8DOYXE' where id=7; -update noar ti set b1='R3E6XJ2TC8DOYXE' where id=7; -update noar tt set v0='JLVUT524TZUE' where id=7; -update noar ti set v0='JLVUT524TZUE' where id=7; -update noar tt set b2='NK95KSOVU4Z' where id=7; -update noar ti set b2='NK95KSOVU4Z' where id=7; -update noar tt set v0='UOW1PHY00J7KXBHJF68' where id=8; -update noar ti set v0='UOW1PHY00J7KXBHJF68' where id=8; -update noar tt set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8; -update noar ti set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8; -update noar tt set v0='2XW1YFPN' where id=8; -update noar ti set v0='2XW1YFPN' where id=8; -update noar tt set b1='QZA' where id=8; -update noar ti set b1='QZA' where id=8; -update noar tt set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8; -update noar ti set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8; -update noar tt set b2='P2YSYWS9H8F5UA3GGPDN' where id=8; -update noar ti set b2='P2YSYWS9H8F5UA3GGPDN' where id=8; -update noar tt set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9; -update noar ti set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9; -update noar tt set b0='4Y23GZ7RMUQM7J362X' where id=9; -update noar ti set b0='4Y23GZ7RMUQM7J362X' where id=9; -update noar tt set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9; -update noar ti set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9; -update noar tt set b1='R7PATZX8GY2PRJSB45S5A' where id=9; -update noar ti set b1='R7PATZX8GY2PRJSB45S5A' where id=9; -update noar tt set v0='V3IURG' where id=9; -update noar ti set v0='V3IURG' where id=9; -update noar tt set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9; -update noar ti set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CVQT6QBFJPXKKS3C2' where id=1; -update noar ti set v0='CVQT6QBFJPXKKS3C2' where id=1; -update noar tt set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1; -update noar ti set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1; -update noar tt set v0='KRSRZ5GS4BHVQZ' where id=1; -update noar ti set v0='KRSRZ5GS4BHVQZ' where id=1; -update noar tt set b1='JXTCPQ3R' where id=1; -update noar ti set b1='JXTCPQ3R' where id=1; -update noar tt set v0='22LCQF7ELOJZJGU' where id=1; -update noar ti set v0='22LCQF7ELOJZJGU' where id=1; -update noar tt set b2='ECPSQY4G9NBC5DWVQV495S' where id=1; -update noar ti set b2='ECPSQY4G9NBC5DWVQV495S' where id=1; -update noar tt set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2; -update noar ti set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2; -update noar tt set b0='2NUYN7O7YA47YNL' where id=2; -update noar ti set b0='2NUYN7O7YA47YNL' where id=2; -update noar tt set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2; -update noar ti set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2; -update noar tt set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2; -update noar ti set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2; -update noar tt set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2; -update noar ti set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2; -update noar tt set b2='ZJMC88A5VZLE7' where id=2; -update noar ti set b2='ZJMC88A5VZLE7' where id=2; -update noar tt set v0='B88FQW7KGY9NVZ1' where id=3; -update noar ti set v0='B88FQW7KGY9NVZ1' where id=3; -update noar tt set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3; -update noar ti set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3; -update noar tt set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3; -update noar ti set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3; -update noar tt set b1='H6IYS6UVG' where id=3; -update noar ti set b1='H6IYS6UVG' where id=3; -update noar tt set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3; -update noar ti set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3; -update noar tt set b2='UWN' where id=3; -update noar ti set b2='UWN' where id=3; -update noar tt set v0='HANVSS2K3CZY0CENQ' where id=4; -update noar ti set v0='HANVSS2K3CZY0CENQ' where id=4; -update noar tt set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4; -update noar ti set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4; -update noar tt set v0='OZYDIQO055EY' where id=4; -update noar ti set v0='OZYDIQO055EY' where id=4; -update noar tt set b1='Z4Q9Z' where id=4; -update noar ti set b1='Z4Q9Z' where id=4; -update noar tt set v0='J9D19VZIBLMUV1V79V' where id=4; -update noar ti set v0='J9D19VZIBLMUV1V79V' where id=4; -update noar tt set b2='NXD2YRXQIYIE9TM6K' where id=4; -update noar ti set b2='NXD2YRXQIYIE9TM6K' where id=4; -update noar tt set v0='OKCBOO51D4JM3TX9I1X' where id=5; -update noar ti set v0='OKCBOO51D4JM3TX9I1X' where id=5; -update noar tt set b0='V' where id=5; -update noar ti set b0='V' where id=5; -update noar tt set v0='FAKX0KXCLTS5LNVCX8I' where id=5; -update noar ti set v0='FAKX0KXCLTS5LNVCX8I' where id=5; -update noar tt set b1='GHNS1P5T84UN6R' where id=5; -update noar ti set b1='GHNS1P5T84UN6R' where id=5; -update noar tt set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5; -update noar ti set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5; -update noar tt set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5; -update noar ti set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5; -update noar tt set v0='Q6HHGU' where id=6; -update noar ti set v0='Q6HHGU' where id=6; -update noar tt set b0='9H1O0DW8GMGW8U617SFX' where id=6; -update noar ti set b0='9H1O0DW8GMGW8U617SFX' where id=6; -update noar tt set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6; -update noar ti set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6; -update noar tt set b1='OWPKMLGFUY9SYHPE8HE' where id=6; -update noar ti set b1='OWPKMLGFUY9SYHPE8HE' where id=6; -update noar tt set v0='ZCE35A1JS9MNT' where id=6; -update noar ti set v0='ZCE35A1JS9MNT' where id=6; -update noar tt set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6; -update noar ti set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6; -update noar tt set v0='M5EJ32ASHRY66CH4CST' where id=7; -update noar ti set v0='M5EJ32ASHRY66CH4CST' where id=7; -update noar tt set b0='D56MR' where id=7; -update noar ti set b0='D56MR' where id=7; -update noar tt set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7; -update noar ti set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7; -update noar tt set b1='86JX62U76TZ1' where id=7; -update noar ti set b1='86JX62U76TZ1' where id=7; -update noar tt set v0='7787RQK215BYT3BPJ44V' where id=7; -update noar ti set v0='7787RQK215BYT3BPJ44V' where id=7; -update noar tt set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7; -update noar ti set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7; -update noar tt set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8; -update noar ti set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8; -update noar tt set b0='DNUQ4B11G4UHWIIRF' where id=8; -update noar ti set b0='DNUQ4B11G4UHWIIRF' where id=8; -update noar tt set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8; -update noar ti set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8; -update noar tt set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8; -update noar ti set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8; -update noar tt set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8; -update noar ti set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8; -update noar tt set b2='VL36TG8RJOGEUH67R' where id=8; -update noar ti set b2='VL36TG8RJOGEUH67R' where id=8; -update noar tt set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9; -update noar ti set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9; -update noar tt set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9; -update noar ti set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9; -update noar tt set v0='2LWI00ARFL' where id=9; -update noar ti set v0='2LWI00ARFL' where id=9; -update noar tt set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9; -update noar ti set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9; -update noar tt set v0='RL0P' where id=9; -update noar ti set v0='RL0P' where id=9; -update noar tt set b2='CPP63Q2IOXWDD4' where id=9; -update noar ti set b2='CPP63Q2IOXWDD4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='21OJJYNQB6DXC3DU9' where id=1; -update noar ti set v0='21OJJYNQB6DXC3DU9' where id=1; -update noar tt set b0='61GHSABART' where id=1; -update noar ti set b0='61GHSABART' where id=1; -update noar tt set v0='964OS' where id=1; -update noar ti set v0='964OS' where id=1; -update noar tt set b1='ZRQ1104R0LCUXR1N' where id=1; -update noar ti set b1='ZRQ1104R0LCUXR1N' where id=1; -update noar tt set v0='GD0I3Z3EL' where id=1; -update noar ti set v0='GD0I3Z3EL' where id=1; -update noar tt set b2='NEX4Y4S' where id=1; -update noar ti set b2='NEX4Y4S' where id=1; -update noar tt set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2; -update noar ti set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2; -update noar tt set b0='KCT7H4I42XOUNF0' where id=2; -update noar ti set b0='KCT7H4I42XOUNF0' where id=2; -update noar tt set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2; -update noar ti set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2; -update noar tt set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2; -update noar ti set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2; -update noar tt set v0='N0GAUEJ60X' where id=2; -update noar ti set v0='N0GAUEJ60X' where id=2; -update noar tt set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2; -update noar ti set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2; -update noar tt set v0='TSMVX05CRK8793J' where id=3; -update noar ti set v0='TSMVX05CRK8793J' where id=3; -update noar tt set b0='5517O941L6K11RFH' where id=3; -update noar ti set b0='5517O941L6K11RFH' where id=3; -update noar tt set v0='7UGN' where id=3; -update noar ti set v0='7UGN' where id=3; -update noar tt set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3; -update noar ti set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3; -update noar tt set v0='FZ7WPJZ1' where id=3; -update noar ti set v0='FZ7WPJZ1' where id=3; -update noar tt set b2='S3265J2X2V' where id=3; -update noar ti set b2='S3265J2X2V' where id=3; -update noar tt set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4; -update noar ti set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4; -update noar tt set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4; -update noar ti set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4; -update noar tt set v0='RF2' where id=4; -update noar ti set v0='RF2' where id=4; -update noar tt set b1='YWSDXLGHWDBR5WS8V' where id=4; -update noar ti set b1='YWSDXLGHWDBR5WS8V' where id=4; -update noar tt set v0='6' where id=4; -update noar ti set v0='6' where id=4; -update noar tt set b2='ZKW39A368' where id=4; -update noar ti set b2='ZKW39A368' where id=4; -update noar tt set v0='5VIC7O1ULHW8CM' where id=5; -update noar ti set v0='5VIC7O1ULHW8CM' where id=5; -update noar tt set b0='3LVZF5EBOCDFTW8' where id=5; -update noar ti set b0='3LVZF5EBOCDFTW8' where id=5; -update noar tt set v0='E2DXLBA17' where id=5; -update noar ti set v0='E2DXLBA17' where id=5; -update noar tt set b1='ZH' where id=5; -update noar ti set b1='ZH' where id=5; -update noar tt set v0='NLXA3S' where id=5; -update noar ti set v0='NLXA3S' where id=5; -update noar tt set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5; -update noar ti set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5; -update noar tt set v0='U43I4FYRABBHNY9U' where id=6; -update noar ti set v0='U43I4FYRABBHNY9U' where id=6; -update noar tt set b0='FZ' where id=6; -update noar ti set b0='FZ' where id=6; -update noar tt set v0='2TUNSXX5YJHX8F6SABLT' where id=6; -update noar ti set v0='2TUNSXX5YJHX8F6SABLT' where id=6; -update noar tt set b1='48ZP479' where id=6; -update noar ti set b1='48ZP479' where id=6; -update noar tt set v0='EEL7VO4WJHNI' where id=6; -update noar ti set v0='EEL7VO4WJHNI' where id=6; -update noar tt set b2='AM7K5GT1L0NTY1ZNQ0' where id=6; -update noar ti set b2='AM7K5GT1L0NTY1ZNQ0' where id=6; -update noar tt set v0='FVW85RANM6T35BDIO' where id=7; -update noar ti set v0='FVW85RANM6T35BDIO' where id=7; -update noar tt set b0='RJBNVO6QKVKU7P' where id=7; -update noar ti set b0='RJBNVO6QKVKU7P' where id=7; -update noar tt set v0='2UP94M17BJ485Y' where id=7; -update noar ti set v0='2UP94M17BJ485Y' where id=7; -update noar tt set b1='QMUSTOPA2' where id=7; -update noar ti set b1='QMUSTOPA2' where id=7; -update noar tt set v0='V' where id=7; -update noar ti set v0='V' where id=7; -update noar tt set b2='ZNKIGBSS' where id=7; -update noar ti set b2='ZNKIGBSS' where id=7; -update noar tt set v0='HGS9I3I62ELHRQXIW' where id=8; -update noar ti set v0='HGS9I3I62ELHRQXIW' where id=8; -update noar tt set b0='8E6GOZWVA50USLU' where id=8; -update noar ti set b0='8E6GOZWVA50USLU' where id=8; -update noar tt set v0='TQLEVN4' where id=8; -update noar ti set v0='TQLEVN4' where id=8; -update noar tt set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8; -update noar ti set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8; -update noar tt set v0='FXBLG2MD' where id=8; -update noar ti set v0='FXBLG2MD' where id=8; -update noar tt set b2='3S' where id=8; -update noar ti set b2='3S' where id=8; -update noar tt set v0='IJ8PGQ90RT0G64Q7' where id=9; -update noar ti set v0='IJ8PGQ90RT0G64Q7' where id=9; -update noar tt set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9; -update noar ti set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9; -update noar tt set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9; -update noar ti set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9; -update noar tt set b1='A' where id=9; -update noar ti set b1='A' where id=9; -update noar tt set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9; -update noar ti set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9; -update noar tt set b2='R0F' where id=9; -update noar ti set b2='R0F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HL1RD2FWCWOD4TPKVWY3' where id=1; -update noar ti set v0='HL1RD2FWCWOD4TPKVWY3' where id=1; -update noar tt set b0='GUKWFY7CPO67USXO7PL' where id=1; -update noar ti set b0='GUKWFY7CPO67USXO7PL' where id=1; -update noar tt set v0='VB8LBUVC' where id=1; -update noar ti set v0='VB8LBUVC' where id=1; -update noar tt set b1='4DX4NT96ZZD' where id=1; -update noar ti set b1='4DX4NT96ZZD' where id=1; -update noar tt set v0='X2724PXIMMDDIFPRNG2' where id=1; -update noar ti set v0='X2724PXIMMDDIFPRNG2' where id=1; -update noar tt set b2='V8A2PMQ4YJKNDI' where id=1; -update noar ti set b2='V8A2PMQ4YJKNDI' where id=1; -update noar tt set v0='7HFLNHBQ' where id=2; -update noar ti set v0='7HFLNHBQ' where id=2; -update noar tt set b0='C1OH562IFS14PO9VJ' where id=2; -update noar ti set b0='C1OH562IFS14PO9VJ' where id=2; -update noar tt set v0='1K' where id=2; -update noar ti set v0='1K' where id=2; -update noar tt set b1='Q4HPM4N2IUAZTT' where id=2; -update noar ti set b1='Q4HPM4N2IUAZTT' where id=2; -update noar tt set v0='QBVCL' where id=2; -update noar ti set v0='QBVCL' where id=2; -update noar tt set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2; -update noar ti set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2; -update noar tt set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3; -update noar ti set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3; -update noar tt set b0='JP5W9QVIITSZGKMHP' where id=3; -update noar ti set b0='JP5W9QVIITSZGKMHP' where id=3; -update noar tt set v0='BB7D18JDANP' where id=3; -update noar ti set v0='BB7D18JDANP' where id=3; -update noar tt set b1='VOYP4GZ250RG6Y' where id=3; -update noar ti set b1='VOYP4GZ250RG6Y' where id=3; -update noar tt set v0='D' where id=3; -update noar ti set v0='D' where id=3; -update noar tt set b2='XZKWF6T3L34' where id=3; -update noar ti set b2='XZKWF6T3L34' where id=3; -update noar tt set v0='FL9YY5Y' where id=4; -update noar ti set v0='FL9YY5Y' where id=4; -update noar tt set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4; -update noar ti set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4; -update noar tt set v0='2XYMN595X4221C60V2JUREDT' where id=4; -update noar ti set v0='2XYMN595X4221C60V2JUREDT' where id=4; -update noar tt set b1='FWWUMNSB5Y6I61ETVSE' where id=4; -update noar ti set b1='FWWUMNSB5Y6I61ETVSE' where id=4; -update noar tt set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4; -update noar ti set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4; -update noar tt set b2='6BCKTKY34QPMOZ' where id=4; -update noar ti set b2='6BCKTKY34QPMOZ' where id=4; -update noar tt set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5; -update noar ti set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5; -update noar tt set b0='1LL' where id=5; -update noar ti set b0='1LL' where id=5; -update noar tt set v0='06T19ZH7UK1590GPD4Q' where id=5; -update noar ti set v0='06T19ZH7UK1590GPD4Q' where id=5; -update noar tt set b1='BI8' where id=5; -update noar ti set b1='BI8' where id=5; -update noar tt set v0='QVGXLF' where id=5; -update noar ti set v0='QVGXLF' where id=5; -update noar tt set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5; -update noar ti set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5; -update noar tt set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6; -update noar ti set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6; -update noar tt set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6; -update noar ti set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6; -update noar tt set v0='JNU' where id=6; -update noar ti set v0='JNU' where id=6; -update noar tt set b1='7TMRYOTWM5' where id=6; -update noar ti set b1='7TMRYOTWM5' where id=6; -update noar tt set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6; -update noar ti set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6; -update noar tt set b2='BV' where id=6; -update noar ti set b2='BV' where id=6; -update noar tt set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7; -update noar ti set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7; -update noar tt set b0='G0UK0XTO9V4QJWM25FM2' where id=7; -update noar ti set b0='G0UK0XTO9V4QJWM25FM2' where id=7; -update noar tt set v0='NNRAG27BONARLR9B' where id=7; -update noar ti set v0='NNRAG27BONARLR9B' where id=7; -update noar tt set b1='42NGZEDM' where id=7; -update noar ti set b1='42NGZEDM' where id=7; -update noar tt set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7; -update noar ti set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7; -update noar tt set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7; -update noar ti set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7; -update noar tt set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8; -update noar ti set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8; -update noar tt set b0='069PFK2GC' where id=8; -update noar ti set b0='069PFK2GC' where id=8; -update noar tt set v0='ZXI19RYQ2ERCRAEM02' where id=8; -update noar ti set v0='ZXI19RYQ2ERCRAEM02' where id=8; -update noar tt set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8; -update noar ti set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8; -update noar tt set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8; -update noar ti set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8; -update noar tt set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8; -update noar ti set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8; -update noar tt set v0='4DCD6O32EFXIHM548S' where id=9; -update noar ti set v0='4DCD6O32EFXIHM548S' where id=9; -update noar tt set b0='1XPL50ZSNGCBIIMOE' where id=9; -update noar ti set b0='1XPL50ZSNGCBIIMOE' where id=9; -update noar tt set v0='JTHEBALS7W51UD' where id=9; -update noar ti set v0='JTHEBALS7W51UD' where id=9; -update noar tt set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9; -update noar ti set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9; -update noar tt set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9; -update noar ti set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9; -update noar tt set b2='4O' where id=9; -update noar ti set b2='4O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1; -update noar ti set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1; -update noar tt set b0='XS4YW8N0' where id=1; -update noar ti set b0='XS4YW8N0' where id=1; -update noar tt set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1; -update noar ti set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1; -update noar tt set b1='UOY7XP9Q3I' where id=1; -update noar ti set b1='UOY7XP9Q3I' where id=1; -update noar tt set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1; -update noar ti set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1; -update noar tt set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1; -update noar ti set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1; -update noar tt set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2; -update noar ti set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2; -update noar tt set b0='YS' where id=2; -update noar ti set b0='YS' where id=2; -update noar tt set v0='2MQ' where id=2; -update noar ti set v0='2MQ' where id=2; -update noar tt set b1='6H' where id=2; -update noar ti set b1='6H' where id=2; -update noar tt set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2; -update noar ti set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2; -update noar tt set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2; -update noar ti set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2; -update noar tt set v0='ZSZJCRHSDTASOKP' where id=3; -update noar ti set v0='ZSZJCRHSDTASOKP' where id=3; -update noar tt set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3; -update noar ti set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3; -update noar tt set v0='DJAYWIET5A2' where id=3; -update noar ti set v0='DJAYWIET5A2' where id=3; -update noar tt set b1='XWSG1JZ82J4JVD0' where id=3; -update noar ti set b1='XWSG1JZ82J4JVD0' where id=3; -update noar tt set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3; -update noar ti set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3; -update noar tt set b2='E9O5CCAAZJXOVN4XJAVV' where id=3; -update noar ti set b2='E9O5CCAAZJXOVN4XJAVV' where id=3; -update noar tt set v0='T0FCMLHKT' where id=4; -update noar ti set v0='T0FCMLHKT' where id=4; -update noar tt set b0='5A' where id=4; -update noar ti set b0='5A' where id=4; -update noar tt set v0='G05M' where id=4; -update noar ti set v0='G05M' where id=4; -update noar tt set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4; -update noar ti set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4; -update noar tt set v0='1878E2FQ' where id=4; -update noar ti set v0='1878E2FQ' where id=4; -update noar tt set b2='KI' where id=4; -update noar ti set b2='KI' where id=4; -update noar tt set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5; -update noar ti set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5; -update noar tt set b0='IL0XN03E38173DN20XVVJFNYST' where id=5; -update noar ti set b0='IL0XN03E38173DN20XVVJFNYST' where id=5; -update noar tt set v0='WCOQXVSP6' where id=5; -update noar ti set v0='WCOQXVSP6' where id=5; -update noar tt set b1='FWTQY8I13RAC88OE' where id=5; -update noar ti set b1='FWTQY8I13RAC88OE' where id=5; -update noar tt set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5; -update noar ti set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5; -update noar tt set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5; -update noar ti set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5; -update noar tt set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6; -update noar ti set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6; -update noar tt set b0='3RP2KUVAJU' where id=6; -update noar ti set b0='3RP2KUVAJU' where id=6; -update noar tt set v0='TF5ULM69909MG1F4XWE' where id=6; -update noar ti set v0='TF5ULM69909MG1F4XWE' where id=6; -update noar tt set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6; -update noar ti set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6; -update noar tt set v0='P' where id=6; -update noar ti set v0='P' where id=6; -update noar tt set b2='Z9C25Z' where id=6; -update noar ti set b2='Z9C25Z' where id=6; -update noar tt set v0='CD275S' where id=7; -update noar ti set v0='CD275S' where id=7; -update noar tt set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7; -update noar ti set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7; -update noar tt set v0='J2S9I1CSEFIVF8K' where id=7; -update noar ti set v0='J2S9I1CSEFIVF8K' where id=7; -update noar tt set b1='6OGLSTEL3E7IQ10QIW' where id=7; -update noar ti set b1='6OGLSTEL3E7IQ10QIW' where id=7; -update noar tt set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7; -update noar ti set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7; -update noar tt set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7; -update noar ti set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7; -update noar tt set v0='9Z4IZW04452H1' where id=8; -update noar ti set v0='9Z4IZW04452H1' where id=8; -update noar tt set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8; -update noar ti set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8; -update noar tt set v0='T86CCN' where id=8; -update noar ti set v0='T86CCN' where id=8; -update noar tt set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8; -update noar ti set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8; -update noar ti set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8; -update noar tt set v0='B52CAJI96TQK5B975' where id=9; -update noar ti set v0='B52CAJI96TQK5B975' where id=9; -update noar tt set b0='KMPC5DOVZIS0Y' where id=9; -update noar ti set b0='KMPC5DOVZIS0Y' where id=9; -update noar tt set v0='4W4GKTWP3E' where id=9; -update noar ti set v0='4W4GKTWP3E' where id=9; -update noar tt set b1='UBVHJA' where id=9; -update noar ti set b1='UBVHJA' where id=9; -update noar tt set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9; -update noar ti set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9; -update noar tt set b2='YD47DNMEJREBVGOXPIYG' where id=9; -update noar ti set b2='YD47DNMEJREBVGOXPIYG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1; -update noar ti set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1; -update noar tt set b0='RLLVE0MLL4' where id=1; -update noar ti set b0='RLLVE0MLL4' where id=1; -update noar tt set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1; -update noar ti set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1; -update noar tt set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1; -update noar ti set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1; -update noar tt set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1; -update noar ti set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1; -update noar tt set b2='Y7DMSACCPS' where id=1; -update noar ti set b2='Y7DMSACCPS' where id=1; -update noar tt set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2; -update noar ti set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2; -update noar tt set b0='4BF' where id=2; -update noar ti set b0='4BF' where id=2; -update noar tt set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2; -update noar ti set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2; -update noar tt set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2; -update noar ti set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2; -update noar tt set v0='46X' where id=2; -update noar ti set v0='46X' where id=2; -update noar tt set b2='6P76O29FUK' where id=2; -update noar ti set b2='6P76O29FUK' where id=2; -update noar tt set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3; -update noar ti set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3; -update noar tt set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3; -update noar ti set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3; -update noar tt set v0='PKO68AA992J9LZW' where id=3; -update noar ti set v0='PKO68AA992J9LZW' where id=3; -update noar tt set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3; -update noar ti set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3; -update noar tt set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3; -update noar ti set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3; -update noar tt set b2='B4' where id=3; -update noar ti set b2='B4' where id=3; -update noar tt set v0='C5DL21QOX' where id=4; -update noar ti set v0='C5DL21QOX' where id=4; -update noar tt set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4; -update noar ti set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4; -update noar tt set v0='AHNHK5E' where id=4; -update noar ti set v0='AHNHK5E' where id=4; -update noar tt set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4; -update noar ti set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4; -update noar tt set v0='F45F9' where id=4; -update noar ti set v0='F45F9' where id=4; -update noar tt set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4; -update noar ti set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4; -update noar tt set v0='K1MGDJ09245C3' where id=5; -update noar ti set v0='K1MGDJ09245C3' where id=5; -update noar tt set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5; -update noar ti set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5; -update noar tt set v0='A0FTUZG2RS8V66' where id=5; -update noar ti set v0='A0FTUZG2RS8V66' where id=5; -update noar tt set b1='AOUKDUT2L87LJNC40XY' where id=5; -update noar ti set b1='AOUKDUT2L87LJNC40XY' where id=5; -update noar tt set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5; -update noar ti set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5; -update noar tt set b2='2ID80FL1J' where id=5; -update noar ti set b2='2ID80FL1J' where id=5; -update noar tt set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6; -update noar ti set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6; -update noar tt set b0='IKVATZQ3DT6DGO7P3Y' where id=6; -update noar ti set b0='IKVATZQ3DT6DGO7P3Y' where id=6; -update noar tt set v0='CKAU5ELPA7E0' where id=6; -update noar ti set v0='CKAU5ELPA7E0' where id=6; -update noar tt set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6; -update noar ti set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6; -update noar tt set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6; -update noar ti set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6; -update noar tt set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6; -update noar ti set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6; -update noar tt set v0='A54L0IZUO00M3S6IKOVR' where id=7; -update noar ti set v0='A54L0IZUO00M3S6IKOVR' where id=7; -update noar tt set b0='77LE8LAX8E80VBZ' where id=7; -update noar ti set b0='77LE8LAX8E80VBZ' where id=7; -update noar tt set v0='ESD10HZONAA' where id=7; -update noar ti set v0='ESD10HZONAA' where id=7; -update noar tt set b1='457RXVL6' where id=7; -update noar ti set b1='457RXVL6' where id=7; -update noar tt set v0='K3GB1CMRX' where id=7; -update noar ti set v0='K3GB1CMRX' where id=7; -update noar tt set b2='G0PO81R' where id=7; -update noar ti set b2='G0PO81R' where id=7; -update noar tt set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8; -update noar ti set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8; -update noar tt set b0='G8GR4K' where id=8; -update noar ti set b0='G8GR4K' where id=8; -update noar tt set v0='EBCN' where id=8; -update noar ti set v0='EBCN' where id=8; -update noar tt set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8; -update noar ti set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8; -update noar tt set v0='1FT' where id=8; -update noar ti set v0='1FT' where id=8; -update noar tt set b2='MR' where id=8; -update noar ti set b2='MR' where id=8; -update noar tt set v0='P' where id=9; -update noar ti set v0='P' where id=9; -update noar tt set b0='XAQHI1JW82OAH6PDMD749H8' where id=9; -update noar ti set b0='XAQHI1JW82OAH6PDMD749H8' where id=9; -update noar tt set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9; -update noar ti set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9; -update noar tt set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9; -update noar ti set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9; -update noar tt set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9; -update noar ti set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9; -update noar tt set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9; -update noar ti set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Q' where id=1; -update noar ti set v0='Q' where id=1; -update noar tt set b0='QF6QYXNCNRA' where id=1; -update noar ti set b0='QF6QYXNCNRA' where id=1; -update noar tt set v0='GPHGIOU' where id=1; -update noar ti set v0='GPHGIOU' where id=1; -update noar tt set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1; -update noar ti set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1; -update noar tt set v0='BYFU44IZ7Y' where id=1; -update noar ti set v0='BYFU44IZ7Y' where id=1; -update noar tt set b2='AVTD6LLI' where id=1; -update noar ti set b2='AVTD6LLI' where id=1; -update noar tt set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2; -update noar ti set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2; -update noar tt set b0='8NRUDSOK3N' where id=2; -update noar ti set b0='8NRUDSOK3N' where id=2; -update noar tt set v0='7N5ROF' where id=2; -update noar ti set v0='7N5ROF' where id=2; -update noar tt set b1='IJSJZBU6SBCI' where id=2; -update noar ti set b1='IJSJZBU6SBCI' where id=2; -update noar tt set v0='XGSRV' where id=2; -update noar ti set v0='XGSRV' where id=2; -update noar tt set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2; -update noar ti set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2; -update noar tt set v0='SW' where id=3; -update noar ti set v0='SW' where id=3; -update noar tt set b0='D0ERQQE7UWE3EQ' where id=3; -update noar ti set b0='D0ERQQE7UWE3EQ' where id=3; -update noar tt set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3; -update noar ti set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3; -update noar tt set b1='U55Z4C2V' where id=3; -update noar ti set b1='U55Z4C2V' where id=3; -update noar tt set v0='7OLHVM8M8LQGCX34X287S' where id=3; -update noar ti set v0='7OLHVM8M8LQGCX34X287S' where id=3; -update noar tt set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3; -update noar ti set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3; -update noar tt set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4; -update noar ti set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4; -update noar tt set b0='8PXX4HM' where id=4; -update noar ti set b0='8PXX4HM' where id=4; -update noar tt set v0='7EDT6RR3J8' where id=4; -update noar ti set v0='7EDT6RR3J8' where id=4; -update noar tt set b1='ABYHAUSDNK' where id=4; -update noar ti set b1='ABYHAUSDNK' where id=4; -update noar tt set v0='YFV8I8' where id=4; -update noar ti set v0='YFV8I8' where id=4; -update noar tt set b2='N6NDGXA3URTL355' where id=4; -update noar ti set b2='N6NDGXA3URTL355' where id=4; -update noar tt set v0='ZF' where id=5; -update noar ti set v0='ZF' where id=5; -update noar tt set b0='3WS6WJCL24' where id=5; -update noar ti set b0='3WS6WJCL24' where id=5; -update noar tt set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5; -update noar ti set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5; -update noar tt set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5; -update noar ti set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5; -update noar tt set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5; -update noar ti set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5; -update noar tt set b2='JDDZMKV89XRKFJID0L4F41' where id=5; -update noar ti set b2='JDDZMKV89XRKFJID0L4F41' where id=5; -update noar tt set v0='OEE8T' where id=6; -update noar ti set v0='OEE8T' where id=6; -update noar tt set b0='EX7' where id=6; -update noar ti set b0='EX7' where id=6; -update noar tt set v0='7GMGBMBI' where id=6; -update noar ti set v0='7GMGBMBI' where id=6; -update noar tt set b1='8UAD34JETQCE' where id=6; -update noar ti set b1='8UAD34JETQCE' where id=6; -update noar tt set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6; -update noar ti set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6; -update noar tt set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6; -update noar ti set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6; -update noar tt set v0='RP' where id=7; -update noar ti set v0='RP' where id=7; -update noar tt set b0='GKGHPBWZE' where id=7; -update noar ti set b0='GKGHPBWZE' where id=7; -update noar tt set v0='9FMWXHDJ00YF5923W' where id=7; -update noar ti set v0='9FMWXHDJ00YF5923W' where id=7; -update noar tt set b1='QD4' where id=7; -update noar ti set b1='QD4' where id=7; -update noar tt set v0='DIPTXOWFRRNBELFY' where id=7; -update noar ti set v0='DIPTXOWFRRNBELFY' where id=7; -update noar tt set b2='BPRWG3CLLIU' where id=7; -update noar ti set b2='BPRWG3CLLIU' where id=7; -update noar tt set v0='UYQ' where id=8; -update noar ti set v0='UYQ' where id=8; -update noar tt set b0='M4GQ5CDULHQFMAQ0' where id=8; -update noar ti set b0='M4GQ5CDULHQFMAQ0' where id=8; -update noar tt set v0='NMOZTXTI4TKY' where id=8; -update noar ti set v0='NMOZTXTI4TKY' where id=8; -update noar tt set b1='7' where id=8; -update noar ti set b1='7' where id=8; -update noar tt set v0='MBB' where id=8; -update noar ti set v0='MBB' where id=8; -update noar tt set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8; -update noar ti set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8; -update noar tt set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9; -update noar ti set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9; -update noar tt set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9; -update noar ti set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9; -update noar tt set v0='EMUT16' where id=9; -update noar ti set v0='EMUT16' where id=9; -update noar tt set b1='GQNKZ8M' where id=9; -update noar ti set b1='GQNKZ8M' where id=9; -update noar tt set v0='O40BP' where id=9; -update noar ti set v0='O40BP' where id=9; -update noar tt set b2='SINGGHTR9MS5J' where id=9; -update noar ti set b2='SINGGHTR9MS5J' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1; -update noar ti set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1; -update noar tt set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1; -update noar ti set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1; -update noar tt set v0='IL36WANFZC' where id=1; -update noar ti set v0='IL36WANFZC' where id=1; -update noar tt set b1='718SKGB08T8F2JNH' where id=1; -update noar ti set b1='718SKGB08T8F2JNH' where id=1; -update noar tt set v0='6QQS20G7XG' where id=1; -update noar ti set v0='6QQS20G7XG' where id=1; -update noar tt set b2='936DSFV' where id=1; -update noar ti set b2='936DSFV' where id=1; -update noar tt set v0='HCP6V4IGG1S9N1153' where id=2; -update noar ti set v0='HCP6V4IGG1S9N1153' where id=2; -update noar tt set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2; -update noar ti set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2; -update noar tt set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2; -update noar ti set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2; -update noar tt set b1='GO6S03BI7B' where id=2; -update noar ti set b1='GO6S03BI7B' where id=2; -update noar tt set v0='3Y1L5KZFWL8' where id=2; -update noar ti set v0='3Y1L5KZFWL8' where id=2; -update noar tt set b2='0SAVNFXS' where id=2; -update noar ti set b2='0SAVNFXS' where id=2; -update noar tt set v0='ORJ7IA0SITJDG' where id=3; -update noar ti set v0='ORJ7IA0SITJDG' where id=3; -update noar tt set b0='I8VTVVG0SJ9NJ' where id=3; -update noar ti set b0='I8VTVVG0SJ9NJ' where id=3; -update noar tt set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3; -update noar ti set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3; -update noar tt set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3; -update noar ti set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3; -update noar tt set v0='8V2692RPN' where id=3; -update noar ti set v0='8V2692RPN' where id=3; -update noar tt set b2='MRUK27B216ND2VY7LU' where id=3; -update noar ti set b2='MRUK27B216ND2VY7LU' where id=3; -update noar tt set v0='9JDGBG1FQM2ZC' where id=4; -update noar ti set v0='9JDGBG1FQM2ZC' where id=4; -update noar tt set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4; -update noar ti set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4; -update noar tt set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4; -update noar ti set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4; -update noar tt set b1='VULZMFMGV790' where id=4; -update noar ti set b1='VULZMFMGV790' where id=4; -update noar tt set v0='B0JJ6UUV8FZZO9' where id=4; -update noar ti set v0='B0JJ6UUV8FZZO9' where id=4; -update noar tt set b2='ZSRXYK66R0TPVJV9A' where id=4; -update noar ti set b2='ZSRXYK66R0TPVJV9A' where id=4; -update noar tt set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5; -update noar ti set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5; -update noar tt set b0='C32JNFWQZ' where id=5; -update noar ti set b0='C32JNFWQZ' where id=5; -update noar tt set v0='5W8S' where id=5; -update noar ti set v0='5W8S' where id=5; -update noar tt set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5; -update noar ti set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5; -update noar tt set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5; -update noar ti set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5; -update noar tt set b2='7P2G' where id=5; -update noar ti set b2='7P2G' where id=5; -update noar tt set v0='0CBM31M1W' where id=6; -update noar ti set v0='0CBM31M1W' where id=6; -update noar tt set b0='RT629VIM3YR5H0FPCGLYBO' where id=6; -update noar ti set b0='RT629VIM3YR5H0FPCGLYBO' where id=6; -update noar tt set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6; -update noar ti set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6; -update noar tt set b1='9J73GRC1' where id=6; -update noar ti set b1='9J73GRC1' where id=6; -update noar tt set v0='HQ0M0PFDVJYZC' where id=6; -update noar ti set v0='HQ0M0PFDVJYZC' where id=6; -update noar tt set b2='QPOOQJII' where id=6; -update noar ti set b2='QPOOQJII' where id=6; -update noar tt set v0='K' where id=7; -update noar ti set v0='K' where id=7; -update noar tt set b0='OP' where id=7; -update noar ti set b0='OP' where id=7; -update noar tt set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7; -update noar ti set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7; -update noar tt set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7; -update noar ti set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7; -update noar tt set v0='9' where id=7; -update noar ti set v0='9' where id=7; -update noar tt set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7; -update noar ti set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7; -update noar tt set v0='A0XEKZJWIEXVFJB' where id=8; -update noar ti set v0='A0XEKZJWIEXVFJB' where id=8; -update noar tt set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8; -update noar ti set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8; -update noar tt set v0='OTT' where id=8; -update noar ti set v0='OTT' where id=8; -update noar tt set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8; -update noar ti set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8; -update noar tt set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8; -update noar ti set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8; -update noar tt set b2='XU8A8IT1PW458V3FTWJV' where id=8; -update noar ti set b2='XU8A8IT1PW458V3FTWJV' where id=8; -update noar tt set v0='VMZ7RG692N4' where id=9; -update noar ti set v0='VMZ7RG692N4' where id=9; -update noar tt set b0='Z2HZYGM4J2BBTP0G' where id=9; -update noar ti set b0='Z2HZYGM4J2BBTP0G' where id=9; -update noar tt set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9; -update noar ti set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9; -update noar tt set b1='2QZ6VCT01CICI4' where id=9; -update noar ti set b1='2QZ6VCT01CICI4' where id=9; -update noar tt set v0='CTRZIFP' where id=9; -update noar ti set v0='CTRZIFP' where id=9; -update noar tt set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9; -update noar ti set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1; -update noar ti set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1; -update noar tt set b0='P8FC1ARO2HP6Q26Y' where id=1; -update noar ti set b0='P8FC1ARO2HP6Q26Y' where id=1; -update noar tt set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1; -update noar ti set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1; -update noar tt set b1='LOU4OKP1BL' where id=1; -update noar ti set b1='LOU4OKP1BL' where id=1; -update noar tt set v0='8VFW77O' where id=1; -update noar ti set v0='8VFW77O' where id=1; -update noar tt set b2='SWHTVHNT0YWRXH8EW' where id=1; -update noar ti set b2='SWHTVHNT0YWRXH8EW' where id=1; -update noar tt set v0='IX4UMYR2' where id=2; -update noar ti set v0='IX4UMYR2' where id=2; -update noar tt set b0='TV' where id=2; -update noar ti set b0='TV' where id=2; -update noar tt set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2; -update noar ti set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2; -update noar tt set b1='MC' where id=2; -update noar ti set b1='MC' where id=2; -update noar tt set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2; -update noar ti set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2; -update noar tt set b2='D0VNKR9TZ39UZF8252QOH' where id=2; -update noar ti set b2='D0VNKR9TZ39UZF8252QOH' where id=2; -update noar tt set v0='QSECL3T36HGUFOCC4ZYOW' where id=3; -update noar ti set v0='QSECL3T36HGUFOCC4ZYOW' where id=3; -update noar tt set b0='H' where id=3; -update noar ti set b0='H' where id=3; -update noar tt set v0='PB403RABLD37I0W2QP' where id=3; -update noar ti set v0='PB403RABLD37I0W2QP' where id=3; -update noar tt set b1='UX' where id=3; -update noar ti set b1='UX' where id=3; -update noar tt set v0='A5' where id=3; -update noar ti set v0='A5' where id=3; -update noar tt set b2='HRM9QXKVPCGYVT303FK66' where id=3; -update noar ti set b2='HRM9QXKVPCGYVT303FK66' where id=3; -update noar tt set v0='W' where id=4; -update noar ti set v0='W' where id=4; -update noar tt set b0='BSKVQXP54HLRTCR9' where id=4; -update noar ti set b0='BSKVQXP54HLRTCR9' where id=4; -update noar tt set v0='DX7JYDJCWG5SZ931U9RCM' where id=4; -update noar ti set v0='DX7JYDJCWG5SZ931U9RCM' where id=4; -update noar tt set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4; -update noar ti set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4; -update noar tt set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4; -update noar ti set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4; -update noar tt set b2='R7BNJ3EMZY9ZGMVH' where id=4; -update noar ti set b2='R7BNJ3EMZY9ZGMVH' where id=4; -update noar tt set v0='SFIHR' where id=5; -update noar ti set v0='SFIHR' where id=5; -update noar tt set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5; -update noar ti set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5; -update noar tt set v0='SSRIA' where id=5; -update noar ti set v0='SSRIA' where id=5; -update noar tt set b1='BSUB1WOW' where id=5; -update noar ti set b1='BSUB1WOW' where id=5; -update noar tt set v0='QLUNYKC' where id=5; -update noar ti set v0='QLUNYKC' where id=5; -update noar tt set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5; -update noar ti set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5; -update noar tt set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6; -update noar ti set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6; -update noar tt set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6; -update noar ti set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6; -update noar tt set v0='1' where id=6; -update noar ti set v0='1' where id=6; -update noar tt set b1='QLFY2XHV9HGHPJ' where id=6; -update noar ti set b1='QLFY2XHV9HGHPJ' where id=6; -update noar tt set v0='KX5NV' where id=6; -update noar ti set v0='KX5NV' where id=6; -update noar tt set b2='U1IAW9W' where id=6; -update noar ti set b2='U1IAW9W' where id=6; -update noar tt set v0='10JDK' where id=7; -update noar ti set v0='10JDK' where id=7; -update noar tt set b0='C10W76E7R' where id=7; -update noar ti set b0='C10W76E7R' where id=7; -update noar tt set v0='E' where id=7; -update noar ti set v0='E' where id=7; -update noar tt set b1='PYW304GJF0KFL4J8WS' where id=7; -update noar ti set b1='PYW304GJF0KFL4J8WS' where id=7; -update noar tt set v0='E29EOK6RLDPGNIWTUWC8P' where id=7; -update noar ti set v0='E29EOK6RLDPGNIWTUWC8P' where id=7; -update noar tt set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7; -update noar ti set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7; -update noar tt set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8; -update noar ti set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8; -update noar tt set b0='2FI' where id=8; -update noar ti set b0='2FI' where id=8; -update noar tt set v0='VG64DCDIN21X77EH4N7ELVD' where id=8; -update noar ti set v0='VG64DCDIN21X77EH4N7ELVD' where id=8; -update noar tt set b1='71HR9E8HHQUA0O1VVLR1' where id=8; -update noar ti set b1='71HR9E8HHQUA0O1VVLR1' where id=8; -update noar tt set v0='F2YS0AMVIO0P54' where id=8; -update noar ti set v0='F2YS0AMVIO0P54' where id=8; -update noar tt set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8; -update noar ti set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8; -update noar tt set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9; -update noar ti set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9; -update noar tt set b0='3S1WCM' where id=9; -update noar ti set b0='3S1WCM' where id=9; -update noar tt set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9; -update noar ti set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9; -update noar tt set b1='L' where id=9; -update noar ti set b1='L' where id=9; -update noar tt set v0='950Z8NSDX3ETQVF23G' where id=9; -update noar ti set v0='950Z8NSDX3ETQVF23G' where id=9; -update noar tt set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9; -update noar ti set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V4THDEBWR4QM3J' where id=1; -update noar ti set v0='V4THDEBWR4QM3J' where id=1; -update noar tt set b0='EKCTXW5S4ZCLAWTEF' where id=1; -update noar ti set b0='EKCTXW5S4ZCLAWTEF' where id=1; -update noar tt set v0='CZIH6J' where id=1; -update noar ti set v0='CZIH6J' where id=1; -update noar tt set b1='Y8EIS3O7H' where id=1; -update noar ti set b1='Y8EIS3O7H' where id=1; -update noar tt set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1; -update noar ti set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1; -update noar tt set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1; -update noar ti set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1; -update noar tt set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2; -update noar ti set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2; -update noar tt set b0='76SM4BQURN4SH' where id=2; -update noar ti set b0='76SM4BQURN4SH' where id=2; -update noar tt set v0='ND2NWNT' where id=2; -update noar ti set v0='ND2NWNT' where id=2; -update noar tt set b1='O7XW033WZ2TF0M' where id=2; -update noar ti set b1='O7XW033WZ2TF0M' where id=2; -update noar tt set v0='01KXQRFL75M24G4G' where id=2; -update noar ti set v0='01KXQRFL75M24G4G' where id=2; -update noar tt set b2='KK' where id=2; -update noar ti set b2='KK' where id=2; -update noar tt set v0='L4PWHJNVAMOPEN' where id=3; -update noar ti set v0='L4PWHJNVAMOPEN' where id=3; -update noar tt set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3; -update noar ti set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3; -update noar tt set v0='DFK0AJYRV6U29FOVPE034PO' where id=3; -update noar ti set v0='DFK0AJYRV6U29FOVPE034PO' where id=3; -update noar tt set b1='MYX' where id=3; -update noar ti set b1='MYX' where id=3; -update noar tt set v0='17M' where id=3; -update noar ti set v0='17M' where id=3; -update noar tt set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3; -update noar ti set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3; -update noar tt set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4; -update noar ti set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4; -update noar tt set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4; -update noar ti set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4; -update noar tt set v0='4JGD5VISZ3CEM36' where id=4; -update noar ti set v0='4JGD5VISZ3CEM36' where id=4; -update noar tt set b1='FYQ4XFFR761' where id=4; -update noar ti set b1='FYQ4XFFR761' where id=4; -update noar tt set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4; -update noar ti set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4; -update noar tt set b2='HY0D7' where id=4; -update noar ti set b2='HY0D7' where id=4; -update noar tt set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5; -update noar ti set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5; -update noar tt set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5; -update noar ti set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5; -update noar tt set v0='K5DA1UZM4VQ5' where id=5; -update noar ti set v0='K5DA1UZM4VQ5' where id=5; -update noar tt set b1='G43TF4GQYISB66734WDE' where id=5; -update noar ti set b1='G43TF4GQYISB66734WDE' where id=5; -update noar tt set v0='KRZ3LXH4' where id=5; -update noar ti set v0='KRZ3LXH4' where id=5; -update noar tt set b2='RW1P0U660I7YW5C38DP0T' where id=5; -update noar ti set b2='RW1P0U660I7YW5C38DP0T' where id=5; -update noar tt set v0='FB1S' where id=6; -update noar ti set v0='FB1S' where id=6; -update noar tt set b0='QM07H2G4Y4Y35' where id=6; -update noar ti set b0='QM07H2G4Y4Y35' where id=6; -update noar tt set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6; -update noar ti set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6; -update noar tt set b1='A' where id=6; -update noar ti set b1='A' where id=6; -update noar tt set v0='RG50T3F6GBMAX1X' where id=6; -update noar ti set v0='RG50T3F6GBMAX1X' where id=6; -update noar tt set b2='AQPUTMVZ96IA' where id=6; -update noar ti set b2='AQPUTMVZ96IA' where id=6; -update noar tt set v0='8HEMBQXQVV2KN6P7S' where id=7; -update noar ti set v0='8HEMBQXQVV2KN6P7S' where id=7; -update noar tt set b0='AFQ6' where id=7; -update noar ti set b0='AFQ6' where id=7; -update noar tt set v0='BUF3AVQU1DYUW0QN34GH0' where id=7; -update noar ti set v0='BUF3AVQU1DYUW0QN34GH0' where id=7; -update noar tt set b1='JCM9MT1NQRFLLKO343Y' where id=7; -update noar ti set b1='JCM9MT1NQRFLLKO343Y' where id=7; -update noar tt set v0='RERYI' where id=7; -update noar ti set v0='RERYI' where id=7; -update noar tt set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7; -update noar ti set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7; -update noar tt set v0='575YE4HY7U3I' where id=8; -update noar ti set v0='575YE4HY7U3I' where id=8; -update noar tt set b0='PVGQ6S' where id=8; -update noar ti set b0='PVGQ6S' where id=8; -update noar tt set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8; -update noar ti set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8; -update noar tt set b1='NDCC5H97399M' where id=8; -update noar ti set b1='NDCC5H97399M' where id=8; -update noar tt set v0='FSSGHDCVOU2HHDB3QYX88' where id=8; -update noar ti set v0='FSSGHDCVOU2HHDB3QYX88' where id=8; -update noar tt set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8; -update noar ti set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8; -update noar tt set v0='AMLAJN' where id=9; -update noar ti set v0='AMLAJN' where id=9; -update noar tt set b0='RWB' where id=9; -update noar ti set b0='RWB' where id=9; -update noar tt set v0='LJ0NOMFSQCSCS' where id=9; -update noar ti set v0='LJ0NOMFSQCSCS' where id=9; -update noar tt set b1='L1D' where id=9; -update noar ti set b1='L1D' where id=9; -update noar tt set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9; -update noar ti set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9; -update noar tt set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9; -update noar ti set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='84KMRKXTIC1YC2' where id=1; -update noar ti set v0='84KMRKXTIC1YC2' where id=1; -update noar tt set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1; -update noar ti set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1; -update noar tt set v0='L5C7Z4OWN4P395FUQ3HI' where id=1; -update noar ti set v0='L5C7Z4OWN4P395FUQ3HI' where id=1; -update noar tt set b1='WM1VXZ87JBB1' where id=1; -update noar ti set b1='WM1VXZ87JBB1' where id=1; -update noar tt set v0='JGUZ13EBM1DXYCHS' where id=1; -update noar ti set v0='JGUZ13EBM1DXYCHS' where id=1; -update noar tt set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1; -update noar ti set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1; -update noar tt set v0='JDOW' where id=2; -update noar ti set v0='JDOW' where id=2; -update noar tt set b0='1U192K4DAUI' where id=2; -update noar ti set b0='1U192K4DAUI' where id=2; -update noar tt set v0='4OERL68FY12XRI6WE' where id=2; -update noar ti set v0='4OERL68FY12XRI6WE' where id=2; -update noar tt set b1='Q580ZY9PQQW599DT26N4W' where id=2; -update noar ti set b1='Q580ZY9PQQW599DT26N4W' where id=2; -update noar tt set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2; -update noar ti set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2; -update noar tt set b2='WYQLFEBWR7' where id=2; -update noar ti set b2='WYQLFEBWR7' where id=2; -update noar tt set v0='850HEBXJGVF4A9LB0G6' where id=3; -update noar ti set v0='850HEBXJGVF4A9LB0G6' where id=3; -update noar tt set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3; -update noar ti set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3; -update noar tt set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3; -update noar ti set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3; -update noar tt set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3; -update noar ti set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3; -update noar tt set v0='BUH0PSQPL' where id=3; -update noar ti set v0='BUH0PSQPL' where id=3; -update noar tt set b2='WETZ7Q181K3ENUORLJOVC' where id=3; -update noar ti set b2='WETZ7Q181K3ENUORLJOVC' where id=3; -update noar tt set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4; -update noar ti set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4; -update noar tt set b0='5VYIHZ43X6HNR' where id=4; -update noar ti set b0='5VYIHZ43X6HNR' where id=4; -update noar tt set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4; -update noar ti set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4; -update noar tt set b1='2L4DZOX6FQPV' where id=4; -update noar ti set b1='2L4DZOX6FQPV' where id=4; -update noar tt set v0='CP6JBLEG2X9U6D' where id=4; -update noar ti set v0='CP6JBLEG2X9U6D' where id=4; -update noar tt set b2='MPPAQF17XWJELS28DWW' where id=4; -update noar ti set b2='MPPAQF17XWJELS28DWW' where id=4; -update noar tt set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5; -update noar ti set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5; -update noar tt set b0='NW4UJJ1WLQA6K26H' where id=5; -update noar ti set b0='NW4UJJ1WLQA6K26H' where id=5; -update noar tt set v0='MB' where id=5; -update noar ti set v0='MB' where id=5; -update noar tt set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5; -update noar ti set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5; -update noar tt set v0='Z64' where id=5; -update noar ti set v0='Z64' where id=5; -update noar tt set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5; -update noar ti set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5; -update noar tt set v0='AVRRXO5CQYXHPDCW0' where id=6; -update noar ti set v0='AVRRXO5CQYXHPDCW0' where id=6; -update noar tt set b0='O' where id=6; -update noar ti set b0='O' where id=6; -update noar tt set v0='N8S1XG4BS504J68ZQKFO' where id=6; -update noar ti set v0='N8S1XG4BS504J68ZQKFO' where id=6; -update noar tt set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6; -update noar ti set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6; -update noar tt set v0='9SA' where id=6; -update noar ti set v0='9SA' where id=6; -update noar tt set b2='CLB5J' where id=6; -update noar ti set b2='CLB5J' where id=6; -update noar tt set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7; -update noar ti set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7; -update noar tt set b0='TY223YMGNY' where id=7; -update noar ti set b0='TY223YMGNY' where id=7; -update noar tt set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7; -update noar ti set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7; -update noar tt set b1='CWZ' where id=7; -update noar ti set b1='CWZ' where id=7; -update noar tt set v0='7V44477KO' where id=7; -update noar ti set v0='7V44477KO' where id=7; -update noar tt set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7; -update noar ti set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7; -update noar tt set v0='K3NXH4' where id=8; -update noar ti set v0='K3NXH4' where id=8; -update noar tt set b0='CT5UF3ZFBG1K' where id=8; -update noar ti set b0='CT5UF3ZFBG1K' where id=8; -update noar tt set v0='IUGLVO7UHOZKVDH6A' where id=8; -update noar ti set v0='IUGLVO7UHOZKVDH6A' where id=8; -update noar tt set b1='V8YEO7AG8UHO' where id=8; -update noar ti set b1='V8YEO7AG8UHO' where id=8; -update noar tt set v0='AI756EXP89J9WFCW57' where id=8; -update noar ti set v0='AI756EXP89J9WFCW57' where id=8; -update noar tt set b2='2M7S680ETYZKU5CX' where id=8; -update noar ti set b2='2M7S680ETYZKU5CX' where id=8; -update noar tt set v0='KPTGNP2655HOUDCV' where id=9; -update noar ti set v0='KPTGNP2655HOUDCV' where id=9; -update noar tt set b0='4T9VTU0F82G671S7' where id=9; -update noar ti set b0='4T9VTU0F82G671S7' where id=9; -update noar tt set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9; -update noar ti set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9; -update noar tt set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9; -update noar ti set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9; -update noar tt set v0='7YN4ONAP7' where id=9; -update noar ti set v0='7YN4ONAP7' where id=9; -update noar tt set b2='4R0E4GIQT9O' where id=9; -update noar ti set b2='4R0E4GIQT9O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PGPR9X9YJUTCFF' where id=1; -update noar ti set v0='PGPR9X9YJUTCFF' where id=1; -update noar tt set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1; -update noar ti set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1; -update noar tt set v0='BKCH' where id=1; -update noar ti set v0='BKCH' where id=1; -update noar tt set b1='EYNSYJQ3P985PSD' where id=1; -update noar ti set b1='EYNSYJQ3P985PSD' where id=1; -update noar tt set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1; -update noar ti set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1; -update noar tt set b2='9M761U25' where id=1; -update noar ti set b2='9M761U25' where id=1; -update noar tt set v0='F7PMRFSYNJL2P84C4EJ' where id=2; -update noar ti set v0='F7PMRFSYNJL2P84C4EJ' where id=2; -update noar tt set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2; -update noar ti set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2; -update noar tt set v0='3CX9TFLV9BZ2RXL8N' where id=2; -update noar ti set v0='3CX9TFLV9BZ2RXL8N' where id=2; -update noar tt set b1='KEUMZBWUBN65AJ' where id=2; -update noar ti set b1='KEUMZBWUBN65AJ' where id=2; -update noar tt set v0='M7L4' where id=2; -update noar ti set v0='M7L4' where id=2; -update noar tt set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2; -update noar ti set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2; -update noar tt set v0='5' where id=3; -update noar ti set v0='5' where id=3; -update noar tt set b0='5PO5HAL5' where id=3; -update noar ti set b0='5PO5HAL5' where id=3; -update noar tt set v0='0' where id=3; -update noar ti set v0='0' where id=3; -update noar tt set b1='YX4NQFQD3V423DD1HE8X62' where id=3; -update noar ti set b1='YX4NQFQD3V423DD1HE8X62' where id=3; -update noar tt set v0='2YRGKJNVNI' where id=3; -update noar ti set v0='2YRGKJNVNI' where id=3; -update noar tt set b2='SB8I77XDMKLUE52PMR5X' where id=3; -update noar ti set b2='SB8I77XDMKLUE52PMR5X' where id=3; -update noar tt set v0='HQDIN9CRJZ' where id=4; -update noar ti set v0='HQDIN9CRJZ' where id=4; -update noar tt set b0='5TT0NEGCLMIW' where id=4; -update noar ti set b0='5TT0NEGCLMIW' where id=4; -update noar tt set v0='MRQS93GDRK' where id=4; -update noar ti set v0='MRQS93GDRK' where id=4; -update noar tt set b1='IB0SPJJN' where id=4; -update noar ti set b1='IB0SPJJN' where id=4; -update noar tt set v0='BTG' where id=4; -update noar ti set v0='BTG' where id=4; -update noar tt set b2='5UXQITX5DMCJMN9SV0LJY' where id=4; -update noar ti set b2='5UXQITX5DMCJMN9SV0LJY' where id=4; -update noar tt set v0='4' where id=5; -update noar ti set v0='4' where id=5; -update noar tt set b0='THXVJ63P' where id=5; -update noar ti set b0='THXVJ63P' where id=5; -update noar tt set v0='TVX59QX25AU1J355FN' where id=5; -update noar ti set v0='TVX59QX25AU1J355FN' where id=5; -update noar tt set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5; -update noar ti set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5; -update noar tt set v0='HL1MDNVIYQ45B8KN' where id=5; -update noar ti set v0='HL1MDNVIYQ45B8KN' where id=5; -update noar tt set b2='G9QZTTOOI2US6' where id=5; -update noar ti set b2='G9QZTTOOI2US6' where id=5; -update noar tt set v0='8BN191' where id=6; -update noar ti set v0='8BN191' where id=6; -update noar tt set b0='79E6XKBZH' where id=6; -update noar ti set b0='79E6XKBZH' where id=6; -update noar tt set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6; -update noar ti set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6; -update noar tt set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6; -update noar ti set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6; -update noar tt set v0='HRTKC' where id=6; -update noar ti set v0='HRTKC' where id=6; -update noar tt set b2='YP02J3' where id=6; -update noar ti set b2='YP02J3' where id=6; -update noar tt set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7; -update noar ti set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7; -update noar tt set b0='RF8O62' where id=7; -update noar ti set b0='RF8O62' where id=7; -update noar tt set v0='WZUPL6918F4' where id=7; -update noar ti set v0='WZUPL6918F4' where id=7; -update noar tt set b1='C2AELA42F' where id=7; -update noar ti set b1='C2AELA42F' where id=7; -update noar tt set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7; -update noar ti set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7; -update noar tt set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7; -update noar ti set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7; -update noar tt set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8; -update noar ti set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8; -update noar tt set b0='87Z0NO' where id=8; -update noar ti set b0='87Z0NO' where id=8; -update noar tt set v0='48UKQ18CU89HY1PJB' where id=8; -update noar ti set v0='48UKQ18CU89HY1PJB' where id=8; -update noar tt set b1='LCR9OTZHBTCTI5HGJPP0' where id=8; -update noar ti set b1='LCR9OTZHBTCTI5HGJPP0' where id=8; -update noar tt set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8; -update noar ti set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8; -update noar tt set b2='ODXXXF5YUTF2SA3JPXLY' where id=8; -update noar ti set b2='ODXXXF5YUTF2SA3JPXLY' where id=8; -update noar tt set v0='TE' where id=9; -update noar ti set v0='TE' where id=9; -update noar tt set b0='CS0RDZQD' where id=9; -update noar ti set b0='CS0RDZQD' where id=9; -update noar tt set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9; -update noar ti set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9; -update noar tt set b1='5HH2LTH3L2VYH8Q' where id=9; -update noar ti set b1='5HH2LTH3L2VYH8Q' where id=9; -update noar tt set v0='2LGZ6YXANFZMLO' where id=9; -update noar ti set v0='2LGZ6YXANFZMLO' where id=9; -update noar tt set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9; -update noar ti set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1; -update noar ti set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1; -update noar tt set b0='QP9TCZ5AYIW' where id=1; -update noar ti set b0='QP9TCZ5AYIW' where id=1; -update noar tt set v0='FODV' where id=1; -update noar ti set v0='FODV' where id=1; -update noar tt set b1='ZNU2SC8U8HYHGYUT' where id=1; -update noar ti set b1='ZNU2SC8U8HYHGYUT' where id=1; -update noar tt set v0='FJJDGHK35OJQQWM7PG' where id=1; -update noar ti set v0='FJJDGHK35OJQQWM7PG' where id=1; -update noar tt set b2='GAMAODV6ZL4' where id=1; -update noar ti set b2='GAMAODV6ZL4' where id=1; -update noar tt set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2; -update noar ti set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2; -update noar tt set b0='FW987LIWOQV3BW' where id=2; -update noar ti set b0='FW987LIWOQV3BW' where id=2; -update noar tt set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2; -update noar ti set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2; -update noar tt set b1='PKP' where id=2; -update noar ti set b1='PKP' where id=2; -update noar tt set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2; -update noar ti set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2; -update noar tt set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2; -update noar ti set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2; -update noar tt set v0='U6MBM' where id=3; -update noar ti set v0='U6MBM' where id=3; -update noar tt set b0='Z620N2WNPPZGYCTGV5K' where id=3; -update noar ti set b0='Z620N2WNPPZGYCTGV5K' where id=3; -update noar tt set v0='2JLTFVM1' where id=3; -update noar ti set v0='2JLTFVM1' where id=3; -update noar tt set b1='3JVU' where id=3; -update noar ti set b1='3JVU' where id=3; -update noar tt set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3; -update noar ti set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3; -update noar tt set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3; -update noar ti set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3; -update noar tt set v0='I6JYY' where id=4; -update noar ti set v0='I6JYY' where id=4; -update noar tt set b0='FTHB4MFRE0QKE' where id=4; -update noar ti set b0='FTHB4MFRE0QKE' where id=4; -update noar tt set v0='KM7C34NN23' where id=4; -update noar ti set v0='KM7C34NN23' where id=4; -update noar tt set b1='HC5ALQ183SOX' where id=4; -update noar ti set b1='HC5ALQ183SOX' where id=4; -update noar tt set v0='T' where id=4; -update noar ti set v0='T' where id=4; -update noar tt set b2='8LJV9IBHD6H7RR' where id=4; -update noar ti set b2='8LJV9IBHD6H7RR' where id=4; -update noar tt set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5; -update noar ti set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5; -update noar tt set b0='AV3YVQMM3MI2J' where id=5; -update noar ti set b0='AV3YVQMM3MI2J' where id=5; -update noar tt set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5; -update noar ti set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5; -update noar tt set b1='RRYPE7V3P' where id=5; -update noar ti set b1='RRYPE7V3P' where id=5; -update noar tt set v0='WU13VPVSMKE0J2O8X' where id=5; -update noar ti set v0='WU13VPVSMKE0J2O8X' where id=5; -update noar tt set b2='K' where id=5; -update noar ti set b2='K' where id=5; -update noar tt set v0='859YF' where id=6; -update noar ti set v0='859YF' where id=6; -update noar tt set b0='7A9FOFGVVMS1JWO4KE3' where id=6; -update noar ti set b0='7A9FOFGVVMS1JWO4KE3' where id=6; -update noar tt set v0='HU770U0MW46XKK1' where id=6; -update noar ti set v0='HU770U0MW46XKK1' where id=6; -update noar tt set b1='H7Z6YSIVS945I0' where id=6; -update noar ti set b1='H7Z6YSIVS945I0' where id=6; -update noar tt set v0='FTTHL0XVXENZB40ISH0' where id=6; -update noar ti set v0='FTTHL0XVXENZB40ISH0' where id=6; -update noar tt set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6; -update noar ti set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6; -update noar tt set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7; -update noar ti set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7; -update noar tt set b0='AWOYNE4HYW9B4ULK3ILS' where id=7; -update noar ti set b0='AWOYNE4HYW9B4ULK3ILS' where id=7; -update noar tt set v0='MMUI' where id=7; -update noar ti set v0='MMUI' where id=7; -update noar tt set b1='HS2XHNESK' where id=7; -update noar ti set b1='HS2XHNESK' where id=7; -update noar tt set v0='J66G1P8LK1' where id=7; -update noar ti set v0='J66G1P8LK1' where id=7; -update noar tt set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7; -update noar ti set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7; -update noar tt set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8; -update noar ti set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8; -update noar tt set b0='JNXK473GZQHOFVN5DB9OKP' where id=8; -update noar ti set b0='JNXK473GZQHOFVN5DB9OKP' where id=8; -update noar tt set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8; -update noar ti set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8; -update noar tt set b1='TY6UHCGWXAV' where id=8; -update noar ti set b1='TY6UHCGWXAV' where id=8; -update noar tt set v0='FUNJO59UL05U' where id=8; -update noar ti set v0='FUNJO59UL05U' where id=8; -update noar tt set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8; -update noar ti set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8; -update noar tt set v0='HUJS0R4' where id=9; -update noar ti set v0='HUJS0R4' where id=9; -update noar tt set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9; -update noar ti set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9; -update noar tt set v0='SI2R8ML45IR' where id=9; -update noar ti set v0='SI2R8ML45IR' where id=9; -update noar tt set b1='CXPTEU9S6C6700B' where id=9; -update noar ti set b1='CXPTEU9S6C6700B' where id=9; -update noar tt set v0='T4T' where id=9; -update noar ti set v0='T4T' where id=9; -update noar tt set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9; -update noar ti set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='9PQEZ4VJSOX0' where id=1; -update noar ti set v0='9PQEZ4VJSOX0' where id=1; -update noar tt set b0='O8E' where id=1; -update noar ti set b0='O8E' where id=1; -update noar tt set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1; -update noar ti set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1; -update noar tt set b1='98FVN3OO1E1S' where id=1; -update noar ti set b1='98FVN3OO1E1S' where id=1; -update noar tt set v0='YZWIW6OM9QVWB42L76' where id=1; -update noar ti set v0='YZWIW6OM9QVWB42L76' where id=1; -update noar tt set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1; -update noar ti set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1; -update noar tt set v0='BSN60NF' where id=2; -update noar ti set v0='BSN60NF' where id=2; -update noar tt set b0='FMYGOJLUS3Q0NELVY' where id=2; -update noar ti set b0='FMYGOJLUS3Q0NELVY' where id=2; -update noar tt set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2; -update noar ti set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2; -update noar tt set b1='3Z0' where id=2; -update noar ti set b1='3Z0' where id=2; -update noar tt set v0='23TB3E5CZYI3WAJ3XHO' where id=2; -update noar ti set v0='23TB3E5CZYI3WAJ3XHO' where id=2; -update noar tt set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2; -update noar ti set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2; -update noar tt set v0='388MBT4SFV4O49' where id=3; -update noar ti set v0='388MBT4SFV4O49' where id=3; -update noar tt set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3; -update noar ti set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3; -update noar tt set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3; -update noar ti set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3; -update noar tt set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3; -update noar ti set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3; -update noar tt set v0='FECMTITEA9S82Z3' where id=3; -update noar ti set v0='FECMTITEA9S82Z3' where id=3; -update noar tt set b2='E5149OSO3AUSQE3C71E2' where id=3; -update noar ti set b2='E5149OSO3AUSQE3C71E2' where id=3; -update noar tt set v0='DVFAFK062JB3P' where id=4; -update noar ti set v0='DVFAFK062JB3P' where id=4; -update noar tt set b0='LFQM77I' where id=4; -update noar ti set b0='LFQM77I' where id=4; -update noar tt set v0='CNZR2ALYZ7LF3PBSULJO' where id=4; -update noar ti set v0='CNZR2ALYZ7LF3PBSULJO' where id=4; -update noar tt set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4; -update noar ti set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4; -update noar tt set v0='0W' where id=4; -update noar ti set v0='0W' where id=4; -update noar tt set b2='ZYB32YAV13' where id=4; -update noar ti set b2='ZYB32YAV13' where id=4; -update noar tt set v0='MO37JFHJAWAPURNOU' where id=5; -update noar ti set v0='MO37JFHJAWAPURNOU' where id=5; -update noar tt set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5; -update noar ti set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5; -update noar tt set v0='5V7VC96F0' where id=5; -update noar ti set v0='5V7VC96F0' where id=5; -update noar tt set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5; -update noar ti set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5; -update noar tt set v0='5XYYC50ADP7GJVVS' where id=5; -update noar ti set v0='5XYYC50ADP7GJVVS' where id=5; -update noar tt set b2='81W3O7' where id=5; -update noar ti set b2='81W3O7' where id=5; -update noar tt set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6; -update noar ti set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6; -update noar tt set b0='JULOTLY6RVNPM' where id=6; -update noar ti set b0='JULOTLY6RVNPM' where id=6; -update noar tt set v0='OOZI87MGYZ1DHU3601' where id=6; -update noar ti set v0='OOZI87MGYZ1DHU3601' where id=6; -update noar tt set b1='42' where id=6; -update noar ti set b1='42' where id=6; -update noar tt set v0='86O6' where id=6; -update noar ti set v0='86O6' where id=6; -update noar tt set b2='BF5' where id=6; -update noar ti set b2='BF5' where id=6; -update noar tt set v0='AC4BZELC6FQ' where id=7; -update noar ti set v0='AC4BZELC6FQ' where id=7; -update noar tt set b0='KAW6SDQ' where id=7; -update noar ti set b0='KAW6SDQ' where id=7; -update noar tt set v0='M4OZFK5XCUGJDZHSQLO' where id=7; -update noar ti set v0='M4OZFK5XCUGJDZHSQLO' where id=7; -update noar tt set b1='PTICZPMKF2UPMVY' where id=7; -update noar ti set b1='PTICZPMKF2UPMVY' where id=7; -update noar tt set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7; -update noar ti set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7; -update noar tt set b2='WU3LBW7' where id=7; -update noar ti set b2='WU3LBW7' where id=7; -update noar tt set v0='PV889WHHUOQXREI' where id=8; -update noar ti set v0='PV889WHHUOQXREI' where id=8; -update noar tt set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8; -update noar ti set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8; -update noar tt set v0='BQIINCEDNA460022I2X8NP' where id=8; -update noar ti set v0='BQIINCEDNA460022I2X8NP' where id=8; -update noar tt set b1='9365Y28JR6E7DFCZW9' where id=8; -update noar ti set b1='9365Y28JR6E7DFCZW9' where id=8; -update noar tt set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8; -update noar ti set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8; -update noar tt set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8; -update noar ti set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8; -update noar tt set v0='Y' where id=9; -update noar ti set v0='Y' where id=9; -update noar tt set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9; -update noar ti set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9; -update noar tt set v0='LVGX0UGSSRJX' where id=9; -update noar ti set v0='LVGX0UGSSRJX' where id=9; -update noar tt set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9; -update noar ti set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9; -update noar tt set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9; -update noar ti set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9; -update noar tt set b2='NSX4ZQQEJTGYPEP' where id=9; -update noar ti set b2='NSX4ZQQEJTGYPEP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NG8MXG' where id=1; -update noar ti set v0='NG8MXG' where id=1; -update noar tt set b0='C8TRHI1CEUJMCLWJ5' where id=1; -update noar ti set b0='C8TRHI1CEUJMCLWJ5' where id=1; -update noar tt set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1; -update noar ti set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1; -update noar tt set b1='X8KKMGTEKSK42EN970W2GL' where id=1; -update noar ti set b1='X8KKMGTEKSK42EN970W2GL' where id=1; -update noar tt set v0='BP1D1MRV0UJGB523DH5' where id=1; -update noar ti set v0='BP1D1MRV0UJGB523DH5' where id=1; -update noar tt set b2='OERA4H0VQGFOAA4TX9FI' where id=1; -update noar ti set b2='OERA4H0VQGFOAA4TX9FI' where id=1; -update noar tt set v0='Z9GVZANQ0LAXZYQTX' where id=2; -update noar ti set v0='Z9GVZANQ0LAXZYQTX' where id=2; -update noar tt set b0='BC7DNEVBXCOALJKSDH' where id=2; -update noar ti set b0='BC7DNEVBXCOALJKSDH' where id=2; -update noar tt set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2; -update noar ti set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2; -update noar tt set b1='XK3SDYK3PIJKJG' where id=2; -update noar ti set b1='XK3SDYK3PIJKJG' where id=2; -update noar tt set v0='V3NUO1MOV21MVTJ4VVDR' where id=2; -update noar ti set v0='V3NUO1MOV21MVTJ4VVDR' where id=2; -update noar tt set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2; -update noar ti set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2; -update noar tt set v0='QL2XJNG3MZMUEXZP7H' where id=3; -update noar ti set v0='QL2XJNG3MZMUEXZP7H' where id=3; -update noar tt set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3; -update noar ti set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3; -update noar tt set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3; -update noar ti set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3; -update noar tt set b1='TPLLSXAV87BAZFOO' where id=3; -update noar ti set b1='TPLLSXAV87BAZFOO' where id=3; -update noar tt set v0='60F9D49S7MPPSYKDWWQBL3' where id=3; -update noar ti set v0='60F9D49S7MPPSYKDWWQBL3' where id=3; -update noar tt set b2='TTCF3N1MBFGER6I2' where id=3; -update noar ti set b2='TTCF3N1MBFGER6I2' where id=3; -update noar tt set v0='H9O' where id=4; -update noar ti set v0='H9O' where id=4; -update noar tt set b0='SSJ0VOAU' where id=4; -update noar ti set b0='SSJ0VOAU' where id=4; -update noar tt set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4; -update noar ti set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4; -update noar tt set b1='QO5WX6NX9FYTZ' where id=4; -update noar ti set b1='QO5WX6NX9FYTZ' where id=4; -update noar tt set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4; -update noar ti set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4; -update noar tt set b2='EEJEILTHUOL2WI' where id=4; -update noar ti set b2='EEJEILTHUOL2WI' where id=4; -update noar tt set v0='VNPFB' where id=5; -update noar ti set v0='VNPFB' where id=5; -update noar tt set b0='URNVXJRKA8KAEPP2X0K9R' where id=5; -update noar ti set b0='URNVXJRKA8KAEPP2X0K9R' where id=5; -update noar tt set v0='OF' where id=5; -update noar ti set v0='OF' where id=5; -update noar tt set b1='P34MVO' where id=5; -update noar ti set b1='P34MVO' where id=5; -update noar tt set v0='IHR14N5QIU5UNXE2YNS' where id=5; -update noar ti set v0='IHR14N5QIU5UNXE2YNS' where id=5; -update noar tt set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5; -update noar ti set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5; -update noar tt set v0='V88HEHV8UP3LL31VTL0M' where id=6; -update noar ti set v0='V88HEHV8UP3LL31VTL0M' where id=6; -update noar tt set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6; -update noar ti set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6; -update noar tt set v0='4HSE7EFM8DINVD93YATM' where id=6; -update noar ti set v0='4HSE7EFM8DINVD93YATM' where id=6; -update noar tt set b1='NL3W8' where id=6; -update noar ti set b1='NL3W8' where id=6; -update noar tt set v0='4HZGP' where id=6; -update noar ti set v0='4HZGP' where id=6; -update noar tt set b2='JGY2EM0SMCMG59TNFXR' where id=6; -update noar ti set b2='JGY2EM0SMCMG59TNFXR' where id=6; -update noar tt set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7; -update noar ti set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7; -update noar tt set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7; -update noar ti set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7; -update noar tt set v0='6N7KLLM8SLHFA16K7PO' where id=7; -update noar ti set v0='6N7KLLM8SLHFA16K7PO' where id=7; -update noar tt set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7; -update noar ti set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7; -update noar tt set v0='B' where id=7; -update noar ti set v0='B' where id=7; -update noar tt set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7; -update noar ti set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7; -update noar tt set v0='0W0G8LAB0HP4TMK0FDX6' where id=8; -update noar ti set v0='0W0G8LAB0HP4TMK0FDX6' where id=8; -update noar tt set b0='6IECLLZNFQYUWZWFL8' where id=8; -update noar ti set b0='6IECLLZNFQYUWZWFL8' where id=8; -update noar tt set v0='Q3A69N4' where id=8; -update noar ti set v0='Q3A69N4' where id=8; -update noar tt set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8; -update noar ti set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8; -update noar tt set v0='VY4H38W9' where id=8; -update noar ti set v0='VY4H38W9' where id=8; -update noar tt set b2='CKM' where id=8; -update noar ti set b2='CKM' where id=8; -update noar tt set v0='34Z' where id=9; -update noar ti set v0='34Z' where id=9; -update noar tt set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9; -update noar ti set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9; -update noar tt set v0='L' where id=9; -update noar ti set v0='L' where id=9; -update noar tt set b1='WYZ' where id=9; -update noar ti set b1='WYZ' where id=9; -update noar tt set v0='ZMG22NTVH' where id=9; -update noar ti set v0='ZMG22NTVH' where id=9; -update noar tt set b2='7TP0HP1' where id=9; -update noar ti set b2='7TP0HP1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1; -update noar ti set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1; -update noar tt set b0='Q2A8RUAZW' where id=1; -update noar ti set b0='Q2A8RUAZW' where id=1; -update noar tt set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1; -update noar ti set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1; -update noar tt set b1='Z149291IXGO' where id=1; -update noar ti set b1='Z149291IXGO' where id=1; -update noar tt set v0='5U46MWCXK045R3WATPSI' where id=1; -update noar ti set v0='5U46MWCXK045R3WATPSI' where id=1; -update noar tt set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1; -update noar ti set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1; -update noar tt set v0='1TE3Z3Y2ES' where id=2; -update noar ti set v0='1TE3Z3Y2ES' where id=2; -update noar tt set b0='GYVBCAERQLNK56GAJXGIQT' where id=2; -update noar ti set b0='GYVBCAERQLNK56GAJXGIQT' where id=2; -update noar tt set v0='O9TEV0FLVUJGE' where id=2; -update noar ti set v0='O9TEV0FLVUJGE' where id=2; -update noar tt set b1='5R' where id=2; -update noar ti set b1='5R' where id=2; -update noar tt set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2; -update noar ti set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2; -update noar tt set b2='M5SB21MY4A06HO4PJK' where id=2; -update noar ti set b2='M5SB21MY4A06HO4PJK' where id=2; -update noar tt set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3; -update noar ti set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3; -update noar tt set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3; -update noar ti set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3; -update noar tt set v0='9A' where id=3; -update noar ti set v0='9A' where id=3; -update noar tt set b1='F5BS' where id=3; -update noar ti set b1='F5BS' where id=3; -update noar tt set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3; -update noar ti set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3; -update noar tt set b2='5DW7' where id=3; -update noar ti set b2='5DW7' where id=3; -update noar tt set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4; -update noar ti set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4; -update noar tt set b0='ILM6P1V' where id=4; -update noar ti set b0='ILM6P1V' where id=4; -update noar tt set v0='R755QIYZLK1CN09G572' where id=4; -update noar ti set v0='R755QIYZLK1CN09G572' where id=4; -update noar tt set b1='6F' where id=4; -update noar ti set b1='6F' where id=4; -update noar tt set v0='E' where id=4; -update noar ti set v0='E' where id=4; -update noar tt set b2='DCVUWKGBDQJFSSGBP' where id=4; -update noar ti set b2='DCVUWKGBDQJFSSGBP' where id=4; -update noar tt set v0='PC5H51' where id=5; -update noar ti set v0='PC5H51' where id=5; -update noar tt set b0='Q' where id=5; -update noar ti set b0='Q' where id=5; -update noar tt set v0='ETN' where id=5; -update noar ti set v0='ETN' where id=5; -update noar tt set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5; -update noar ti set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5; -update noar tt set v0='AH4L4' where id=5; -update noar ti set v0='AH4L4' where id=5; -update noar tt set b2='X1PTYLFKYL0' where id=5; -update noar ti set b2='X1PTYLFKYL0' where id=5; -update noar tt set v0='URRG7BE0USKJS0KS80V35TJM' where id=6; -update noar ti set v0='URRG7BE0USKJS0KS80V35TJM' where id=6; -update noar tt set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6; -update noar ti set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6; -update noar tt set v0='W3VN' where id=6; -update noar ti set v0='W3VN' where id=6; -update noar tt set b1='AI8A09Y' where id=6; -update noar ti set b1='AI8A09Y' where id=6; -update noar tt set v0='7FK2BF' where id=6; -update noar ti set v0='7FK2BF' where id=6; -update noar tt set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6; -update noar ti set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6; -update noar tt set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7; -update noar ti set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7; -update noar tt set b0='7CSMB993KJB8' where id=7; -update noar ti set b0='7CSMB993KJB8' where id=7; -update noar tt set v0='86W2ROZ7MOWO6YUWS82E' where id=7; -update noar ti set v0='86W2ROZ7MOWO6YUWS82E' where id=7; -update noar tt set b1='H5LZP06DZGB9J7O' where id=7; -update noar ti set b1='H5LZP06DZGB9J7O' where id=7; -update noar tt set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7; -update noar ti set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7; -update noar tt set b2='N21TAZPP1G' where id=7; -update noar ti set b2='N21TAZPP1G' where id=7; -update noar tt set v0='OC1Q2H7T0TRB97OVM6' where id=8; -update noar ti set v0='OC1Q2H7T0TRB97OVM6' where id=8; -update noar tt set b0='W8DOSD6X5CR' where id=8; -update noar ti set b0='W8DOSD6X5CR' where id=8; -update noar tt set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8; -update noar ti set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8; -update noar tt set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8; -update noar ti set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8; -update noar tt set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8; -update noar ti set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8; -update noar tt set b2='RPFVCK3MGEQ' where id=8; -update noar ti set b2='RPFVCK3MGEQ' where id=8; -update noar tt set v0='T05KTFLZIK8Q2RX67XFB3' where id=9; -update noar ti set v0='T05KTFLZIK8Q2RX67XFB3' where id=9; -update noar tt set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9; -update noar ti set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9; -update noar tt set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9; -update noar ti set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9; -update noar tt set b1='PA24CEW9VI5V60A6JS9EP' where id=9; -update noar ti set b1='PA24CEW9VI5V60A6JS9EP' where id=9; -update noar tt set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9; -update noar ti set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9; -update noar tt set b2='O7Q7KOEW26B918A34F' where id=9; -update noar ti set b2='O7Q7KOEW26B918A34F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2ZP4G' where id=1; -update noar ti set v0='2ZP4G' where id=1; -update noar tt set b0='01LEI6LGA79NN3J' where id=1; -update noar ti set b0='01LEI6LGA79NN3J' where id=1; -update noar tt set v0='N4V' where id=1; -update noar ti set v0='N4V' where id=1; -update noar tt set b1='4X2I4E' where id=1; -update noar ti set b1='4X2I4E' where id=1; -update noar tt set v0='QDIXK' where id=1; -update noar ti set v0='QDIXK' where id=1; -update noar tt set b2='HDJUDDIWR' where id=1; -update noar ti set b2='HDJUDDIWR' where id=1; -update noar tt set v0='OEF' where id=2; -update noar ti set v0='OEF' where id=2; -update noar tt set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2; -update noar ti set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2; -update noar tt set v0='PCN' where id=2; -update noar ti set v0='PCN' where id=2; -update noar tt set b1='450700GHCWQ' where id=2; -update noar ti set b1='450700GHCWQ' where id=2; -update noar tt set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2; -update noar ti set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2; -update noar tt set b2='2HOR702CXVMDI0' where id=2; -update noar ti set b2='2HOR702CXVMDI0' where id=2; -update noar tt set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3; -update noar ti set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3; -update noar tt set b0='C08AJVG8ZC' where id=3; -update noar ti set b0='C08AJVG8ZC' where id=3; -update noar tt set v0='C28U2XGQAAYG44' where id=3; -update noar ti set v0='C28U2XGQAAYG44' where id=3; -update noar tt set b1='K4YPM7C' where id=3; -update noar ti set b1='K4YPM7C' where id=3; -update noar tt set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3; -update noar ti set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3; -update noar tt set b2='9B8FBRLA7A28R2' where id=3; -update noar ti set b2='9B8FBRLA7A28R2' where id=3; -update noar tt set v0='OAL' where id=4; -update noar ti set v0='OAL' where id=4; -update noar tt set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4; -update noar ti set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4; -update noar tt set v0='SZT0J' where id=4; -update noar ti set v0='SZT0J' where id=4; -update noar tt set b1='J' where id=4; -update noar ti set b1='J' where id=4; -update noar tt set v0='4D' where id=4; -update noar ti set v0='4D' where id=4; -update noar tt set b2='T2BBZBIFJAKOSUV8U' where id=4; -update noar ti set b2='T2BBZBIFJAKOSUV8U' where id=4; -update noar tt set v0='NF0ROOLY' where id=5; -update noar ti set v0='NF0ROOLY' where id=5; -update noar tt set b0='6K3O61HYF498PKS9F60PWM7' where id=5; -update noar ti set b0='6K3O61HYF498PKS9F60PWM7' where id=5; -update noar tt set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5; -update noar ti set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5; -update noar tt set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5; -update noar ti set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5; -update noar tt set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5; -update noar ti set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5; -update noar tt set b2='G13E5OPP2V4' where id=5; -update noar ti set b2='G13E5OPP2V4' where id=5; -update noar tt set v0='GWBNI7E8QVL' where id=6; -update noar ti set v0='GWBNI7E8QVL' where id=6; -update noar tt set b0='GCAE' where id=6; -update noar ti set b0='GCAE' where id=6; -update noar tt set v0='42Z5B17W' where id=6; -update noar ti set v0='42Z5B17W' where id=6; -update noar tt set b1='D0DN9' where id=6; -update noar ti set b1='D0DN9' where id=6; -update noar tt set v0='97IAVIVA01ZVGU' where id=6; -update noar ti set v0='97IAVIVA01ZVGU' where id=6; -update noar tt set b2='GRJO5HU7HSA9PB' where id=6; -update noar ti set b2='GRJO5HU7HSA9PB' where id=6; -update noar tt set v0='OH' where id=7; -update noar ti set v0='OH' where id=7; -update noar tt set b0='6BY82J9L2HZCWY0FY0W' where id=7; -update noar ti set b0='6BY82J9L2HZCWY0FY0W' where id=7; -update noar tt set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7; -update noar ti set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7; -update noar tt set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7; -update noar ti set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7; -update noar tt set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7; -update noar ti set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7; -update noar tt set b2='EQ960JVNXC2K' where id=7; -update noar ti set b2='EQ960JVNXC2K' where id=7; -update noar tt set v0='QP' where id=8; -update noar ti set v0='QP' where id=8; -update noar tt set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8; -update noar ti set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8; -update noar tt set v0='G8YSYAKL6JV' where id=8; -update noar ti set v0='G8YSYAKL6JV' where id=8; -update noar tt set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8; -update noar ti set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8; -update noar tt set v0='5DHUHZE3' where id=8; -update noar ti set v0='5DHUHZE3' where id=8; -update noar tt set b2='CXK5HHVF2LVUIFVHA5' where id=8; -update noar ti set b2='CXK5HHVF2LVUIFVHA5' where id=8; -update noar tt set v0='E3BMKSHIKWSGNHCWP' where id=9; -update noar ti set v0='E3BMKSHIKWSGNHCWP' where id=9; -update noar tt set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9; -update noar ti set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9; -update noar tt set v0='C60S' where id=9; -update noar ti set v0='C60S' where id=9; -update noar tt set b1='C' where id=9; -update noar ti set b1='C' where id=9; -update noar tt set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9; -update noar ti set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9; -update noar tt set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9; -update noar ti set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1; -update noar ti set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1; -update noar tt set b0='R8IEW' where id=1; -update noar ti set b0='R8IEW' where id=1; -update noar tt set v0='OR0M4TX' where id=1; -update noar ti set v0='OR0M4TX' where id=1; -update noar tt set b1='QJTLO20R' where id=1; -update noar ti set b1='QJTLO20R' where id=1; -update noar tt set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1; -update noar ti set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1; -update noar tt set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1; -update noar ti set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1; -update noar tt set v0='FF3XO7' where id=2; -update noar ti set v0='FF3XO7' where id=2; -update noar tt set b0='CGTC' where id=2; -update noar ti set b0='CGTC' where id=2; -update noar tt set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2; -update noar ti set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2; -update noar tt set b1='UQ55G3FP095A77' where id=2; -update noar ti set b1='UQ55G3FP095A77' where id=2; -update noar tt set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2; -update noar ti set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2; -update noar tt set b2='WIYEY4CVM4ND' where id=2; -update noar ti set b2='WIYEY4CVM4ND' where id=2; -update noar tt set v0='87F' where id=3; -update noar ti set v0='87F' where id=3; -update noar tt set b0='V73VPVY' where id=3; -update noar ti set b0='V73VPVY' where id=3; -update noar tt set v0='21XNY8' where id=3; -update noar ti set v0='21XNY8' where id=3; -update noar tt set b1='REH5S' where id=3; -update noar ti set b1='REH5S' where id=3; -update noar tt set v0='GOOB18DFUSH8U17V6G0' where id=3; -update noar ti set v0='GOOB18DFUSH8U17V6G0' where id=3; -update noar tt set b2='GA4NUOMAEMEARS3BJ923K' where id=3; -update noar ti set b2='GA4NUOMAEMEARS3BJ923K' where id=3; -update noar tt set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4; -update noar ti set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4; -update noar tt set b0='8IQA1OY3AV9RLCJHKW' where id=4; -update noar ti set b0='8IQA1OY3AV9RLCJHKW' where id=4; -update noar tt set v0='M2ND1' where id=4; -update noar ti set v0='M2ND1' where id=4; -update noar tt set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4; -update noar ti set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4; -update noar tt set v0='HCBTC1UI7VEE6OO' where id=4; -update noar ti set v0='HCBTC1UI7VEE6OO' where id=4; -update noar tt set b2='EUVNBYY9' where id=4; -update noar ti set b2='EUVNBYY9' where id=4; -update noar tt set v0='O78QJ7K7HAR0FZR6K' where id=5; -update noar ti set v0='O78QJ7K7HAR0FZR6K' where id=5; -update noar tt set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5; -update noar ti set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5; -update noar tt set v0='FAWT4QEK7II0Z6JF' where id=5; -update noar ti set v0='FAWT4QEK7II0Z6JF' where id=5; -update noar tt set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5; -update noar ti set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5; -update noar tt set v0='S4MQ8C3EW9A5R' where id=5; -update noar ti set v0='S4MQ8C3EW9A5R' where id=5; -update noar tt set b2='26Z' where id=5; -update noar ti set b2='26Z' where id=5; -update noar tt set v0='8GB2DBT8V' where id=6; -update noar ti set v0='8GB2DBT8V' where id=6; -update noar tt set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6; -update noar ti set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6; -update noar tt set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6; -update noar ti set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6; -update noar tt set b1='R99BWONGOT0' where id=6; -update noar ti set b1='R99BWONGOT0' where id=6; -update noar tt set v0='LL0VX2VA74DZIE' where id=6; -update noar ti set v0='LL0VX2VA74DZIE' where id=6; -update noar tt set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6; -update noar ti set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6; -update noar tt set v0='WWF9QN8Z6S05PUAE972300L26' where id=7; -update noar ti set v0='WWF9QN8Z6S05PUAE972300L26' where id=7; -update noar tt set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7; -update noar ti set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7; -update noar tt set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7; -update noar ti set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7; -update noar tt set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7; -update noar ti set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7; -update noar tt set v0='H3PMCSEU9MPSH' where id=7; -update noar ti set v0='H3PMCSEU9MPSH' where id=7; -update noar tt set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7; -update noar ti set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7; -update noar tt set v0='GPY' where id=8; -update noar ti set v0='GPY' where id=8; -update noar tt set b0='28ISLOSD81EN6YD3ACSXDF' where id=8; -update noar ti set b0='28ISLOSD81EN6YD3ACSXDF' where id=8; -update noar tt set v0='QQT6CN6OD1UWQ' where id=8; -update noar ti set v0='QQT6CN6OD1UWQ' where id=8; -update noar tt set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8; -update noar ti set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8; -update noar tt set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8; -update noar ti set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8; -update noar tt set b2='2MTZ4PJR' where id=8; -update noar ti set b2='2MTZ4PJR' where id=8; -update noar tt set v0='667GOGOD0WCETW1TWMT' where id=9; -update noar ti set v0='667GOGOD0WCETW1TWMT' where id=9; -update noar tt set b0='O8J29YPW92CJF2' where id=9; -update noar ti set b0='O8J29YPW92CJF2' where id=9; -update noar tt set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9; -update noar ti set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9; -update noar tt set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9; -update noar ti set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9; -update noar tt set v0='V4X1JPMZHKF2EMF' where id=9; -update noar ti set v0='V4X1JPMZHKF2EMF' where id=9; -update noar tt set b2='KDZWNS' where id=9; -update noar ti set b2='KDZWNS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8MQ2YCFR' where id=1; -update noar ti set v0='8MQ2YCFR' where id=1; -update noar tt set b0='PFA1F6QG4LY21FC8K2' where id=1; -update noar ti set b0='PFA1F6QG4LY21FC8K2' where id=1; -update noar tt set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1; -update noar ti set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1; -update noar tt set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1; -update noar ti set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1; -update noar tt set v0='2GRSWH' where id=1; -update noar ti set v0='2GRSWH' where id=1; -update noar tt set b2='4CZ4F15ZHEYG821PQ' where id=1; -update noar ti set b2='4CZ4F15ZHEYG821PQ' where id=1; -update noar tt set v0='9Y4LOWTMNOUCV3IX' where id=2; -update noar ti set v0='9Y4LOWTMNOUCV3IX' where id=2; -update noar tt set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2; -update noar ti set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2; -update noar tt set v0='P0KQ2W3EJZEGAC3' where id=2; -update noar ti set v0='P0KQ2W3EJZEGAC3' where id=2; -update noar tt set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2; -update noar ti set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2; -update noar tt set v0='R751A3HRK' where id=2; -update noar ti set v0='R751A3HRK' where id=2; -update noar tt set b2='F33JMZA4E2CSSLW' where id=2; -update noar ti set b2='F33JMZA4E2CSSLW' where id=2; -update noar tt set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3; -update noar ti set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3; -update noar tt set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3; -update noar ti set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3; -update noar tt set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3; -update noar ti set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3; -update noar tt set b1='PQOD' where id=3; -update noar ti set b1='PQOD' where id=3; -update noar tt set v0='EA7VW5SB3CNWQ' where id=3; -update noar ti set v0='EA7VW5SB3CNWQ' where id=3; -update noar tt set b2='VVY56UFFFIL' where id=3; -update noar ti set b2='VVY56UFFFIL' where id=3; -update noar tt set v0='ZPGZBU401P2AD' where id=4; -update noar ti set v0='ZPGZBU401P2AD' where id=4; -update noar tt set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4; -update noar ti set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4; -update noar tt set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4; -update noar ti set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4; -update noar tt set b1='4WEWY619KNDBWI16V59YJLU' where id=4; -update noar ti set b1='4WEWY619KNDBWI16V59YJLU' where id=4; -update noar tt set v0='RRYCBO' where id=4; -update noar ti set v0='RRYCBO' where id=4; -update noar tt set b2='VZQS1YIGKJWVWGOKKPXI' where id=4; -update noar ti set b2='VZQS1YIGKJWVWGOKKPXI' where id=4; -update noar tt set v0='UUEADOXZ5QVMST' where id=5; -update noar ti set v0='UUEADOXZ5QVMST' where id=5; -update noar tt set b0='CYTF' where id=5; -update noar ti set b0='CYTF' where id=5; -update noar tt set v0='7GR08064UUKL5P6' where id=5; -update noar ti set v0='7GR08064UUKL5P6' where id=5; -update noar tt set b1='AOCAZYOH4MDQGT4SQA' where id=5; -update noar ti set b1='AOCAZYOH4MDQGT4SQA' where id=5; -update noar tt set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5; -update noar ti set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5; -update noar tt set b2='DNTOSGXA' where id=5; -update noar ti set b2='DNTOSGXA' where id=5; -update noar tt set v0='D3WALG84SDKPU3WMS5V27' where id=6; -update noar ti set v0='D3WALG84SDKPU3WMS5V27' where id=6; -update noar tt set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6; -update noar ti set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6; -update noar tt set v0='8R7AZY6DYH7MT0E' where id=6; -update noar ti set v0='8R7AZY6DYH7MT0E' where id=6; -update noar tt set b1='0YXI' where id=6; -update noar ti set b1='0YXI' where id=6; -update noar tt set v0='A1BSGA' where id=6; -update noar ti set v0='A1BSGA' where id=6; -update noar tt set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6; -update noar ti set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6; -update noar tt set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7; -update noar ti set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7; -update noar tt set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7; -update noar ti set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7; -update noar tt set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7; -update noar ti set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7; -update noar tt set b1='JUQPOXD6' where id=7; -update noar ti set b1='JUQPOXD6' where id=7; -update noar tt set v0='QM4I0FKR76JR8N14PKECY' where id=7; -update noar ti set v0='QM4I0FKR76JR8N14PKECY' where id=7; -update noar tt set b2='HBNIMG00FV3J0SKV1HTOP' where id=7; -update noar ti set b2='HBNIMG00FV3J0SKV1HTOP' where id=7; -update noar tt set v0='K8Z8FUVYPBFT2' where id=8; -update noar ti set v0='K8Z8FUVYPBFT2' where id=8; -update noar tt set b0='T40VI2Z32AHGT' where id=8; -update noar ti set b0='T40VI2Z32AHGT' where id=8; -update noar tt set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8; -update noar ti set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8; -update noar tt set b1='E2MT8HYQJZEXEFH' where id=8; -update noar ti set b1='E2MT8HYQJZEXEFH' where id=8; -update noar tt set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8; -update noar ti set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8; -update noar tt set b2='FQWKFD83775Q9O3TYP42QA' where id=8; -update noar ti set b2='FQWKFD83775Q9O3TYP42QA' where id=8; -update noar tt set v0='3K207KSNHM4' where id=9; -update noar ti set v0='3K207KSNHM4' where id=9; -update noar tt set b0='LE6GI1B' where id=9; -update noar ti set b0='LE6GI1B' where id=9; -update noar tt set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9; -update noar ti set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9; -update noar tt set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9; -update noar ti set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9; -update noar tt set v0='Z0SVHJCDXRU71XM7R' where id=9; -update noar ti set v0='Z0SVHJCDXRU71XM7R' where id=9; -update noar tt set b2='F2XXINS0OIMAVLT9W' where id=9; -update noar ti set b2='F2XXINS0OIMAVLT9W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZXAHA9KCIDO7MYN6JF0' where id=1; -update noar ti set v0='ZXAHA9KCIDO7MYN6JF0' where id=1; -update noar tt set b0='HZXGWHMW4T7PBHPS' where id=1; -update noar ti set b0='HZXGWHMW4T7PBHPS' where id=1; -update noar tt set v0='GI' where id=1; -update noar ti set v0='GI' where id=1; -update noar tt set b1='DSVNHETNPM9LOBBO07' where id=1; -update noar ti set b1='DSVNHETNPM9LOBBO07' where id=1; -update noar tt set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1; -update noar ti set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1; -update noar tt set b2='638HJQ2K13SM5TFTS3' where id=1; -update noar ti set b2='638HJQ2K13SM5TFTS3' where id=1; -update noar tt set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2; -update noar ti set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2; -update noar tt set b0='G87LXRXL' where id=2; -update noar ti set b0='G87LXRXL' where id=2; -update noar tt set v0='ZIUGLK2VB390NZ' where id=2; -update noar ti set v0='ZIUGLK2VB390NZ' where id=2; -update noar tt set b1='2Z8YQM' where id=2; -update noar ti set b1='2Z8YQM' where id=2; -update noar tt set v0='WD418INXDHJA' where id=2; -update noar ti set v0='WD418INXDHJA' where id=2; -update noar tt set b2='6OXKD5KV38KEBF0NZ1K' where id=2; -update noar ti set b2='6OXKD5KV38KEBF0NZ1K' where id=2; -update noar tt set v0='CYMIUCERBXVP4CJ' where id=3; -update noar ti set v0='CYMIUCERBXVP4CJ' where id=3; -update noar tt set b0='6147G0H77U' where id=3; -update noar ti set b0='6147G0H77U' where id=3; -update noar tt set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3; -update noar ti set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3; -update noar tt set b1='DUGSUM4M8U' where id=3; -update noar ti set b1='DUGSUM4M8U' where id=3; -update noar tt set v0='ROVO1UK' where id=3; -update noar ti set v0='ROVO1UK' where id=3; -update noar tt set b2='24CYUW51G0' where id=3; -update noar ti set b2='24CYUW51G0' where id=3; -update noar tt set v0='HCJU' where id=4; -update noar ti set v0='HCJU' where id=4; -update noar tt set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4; -update noar ti set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4; -update noar tt set v0='ZMAYPO6ER' where id=4; -update noar ti set v0='ZMAYPO6ER' where id=4; -update noar tt set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4; -update noar ti set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4; -update noar tt set v0='4GYMUYNFHJLUCIPYK5' where id=4; -update noar ti set v0='4GYMUYNFHJLUCIPYK5' where id=4; -update noar tt set b2='W6A1XHZA9DEQZIP442' where id=4; -update noar ti set b2='W6A1XHZA9DEQZIP442' where id=4; -update noar tt set v0='JL5DIB1ZG68IL' where id=5; -update noar ti set v0='JL5DIB1ZG68IL' where id=5; -update noar tt set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5; -update noar ti set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5; -update noar tt set v0='XP07RSPJ299IIU1Y6E8' where id=5; -update noar ti set v0='XP07RSPJ299IIU1Y6E8' where id=5; -update noar tt set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5; -update noar ti set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5; -update noar tt set v0='MM6B' where id=5; -update noar ti set v0='MM6B' where id=5; -update noar tt set b2='HVM6HVBVI0HX' where id=5; -update noar ti set b2='HVM6HVBVI0HX' where id=5; -update noar tt set v0='OS2PNDORQ8I86YN1KM4OC' where id=6; -update noar ti set v0='OS2PNDORQ8I86YN1KM4OC' where id=6; -update noar tt set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6; -update noar ti set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6; -update noar tt set v0='4JJNP148OUHMJ3EGIOHOA' where id=6; -update noar ti set v0='4JJNP148OUHMJ3EGIOHOA' where id=6; -update noar tt set b1='C' where id=6; -update noar ti set b1='C' where id=6; -update noar tt set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6; -update noar ti set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6; -update noar tt set b2='15A4BMDBV1X64' where id=6; -update noar ti set b2='15A4BMDBV1X64' where id=6; -update noar tt set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7; -update noar ti set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7; -update noar tt set b0='YRY5WJD9HEAC2Q0XL' where id=7; -update noar ti set b0='YRY5WJD9HEAC2Q0XL' where id=7; -update noar tt set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7; -update noar ti set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7; -update noar tt set b1='Z7PR7B2AE6' where id=7; -update noar ti set b1='Z7PR7B2AE6' where id=7; -update noar tt set v0='28SMM2OFCE83W9PZN' where id=7; -update noar ti set v0='28SMM2OFCE83W9PZN' where id=7; -update noar tt set b2='RMVZ2FZ5JB' where id=7; -update noar ti set b2='RMVZ2FZ5JB' where id=7; -update noar tt set v0='FP' where id=8; -update noar ti set v0='FP' where id=8; -update noar tt set b0='Q4NWQ' where id=8; -update noar ti set b0='Q4NWQ' where id=8; -update noar tt set v0='PC59FLLRHOH1XY9GL3F' where id=8; -update noar ti set v0='PC59FLLRHOH1XY9GL3F' where id=8; -update noar tt set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8; -update noar ti set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8; -update noar tt set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8; -update noar ti set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8; -update noar tt set b2='XW7M' where id=8; -update noar ti set b2='XW7M' where id=8; -update noar tt set v0='5RG9BBYLBV' where id=9; -update noar ti set v0='5RG9BBYLBV' where id=9; -update noar tt set b0='YH0MD718RL' where id=9; -update noar ti set b0='YH0MD718RL' where id=9; -update noar tt set v0='355O3IB' where id=9; -update noar ti set v0='355O3IB' where id=9; -update noar tt set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9; -update noar ti set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9; -update noar tt set v0='8IYOIY86E' where id=9; -update noar ti set v0='8IYOIY86E' where id=9; -update noar tt set b2='JWBWUD2UOVL665XG9O2' where id=9; -update noar ti set b2='JWBWUD2UOVL665XG9O2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='53NJXRWODZ00H0P' where id=1; -update noar ti set v0='53NJXRWODZ00H0P' where id=1; -update noar tt set b0='Q' where id=1; -update noar ti set b0='Q' where id=1; -update noar tt set v0='LFXBBYJM' where id=1; -update noar ti set v0='LFXBBYJM' where id=1; -update noar tt set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1; -update noar ti set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1; -update noar tt set v0='SYL32JY5KP3J6G2Y' where id=1; -update noar ti set v0='SYL32JY5KP3J6G2Y' where id=1; -update noar tt set b2='U4YF' where id=1; -update noar ti set b2='U4YF' where id=1; -update noar tt set v0='VI0D2S5341KY2Q36JHTR' where id=2; -update noar ti set v0='VI0D2S5341KY2Q36JHTR' where id=2; -update noar tt set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2; -update noar ti set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2; -update noar tt set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2; -update noar ti set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2; -update noar tt set b1='A2L' where id=2; -update noar ti set b1='A2L' where id=2; -update noar tt set v0='SKYND9HJ6NK9YZ0T1' where id=2; -update noar ti set v0='SKYND9HJ6NK9YZ0T1' where id=2; -update noar tt set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2; -update noar ti set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2; -update noar tt set v0='DKN88' where id=3; -update noar ti set v0='DKN88' where id=3; -update noar tt set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3; -update noar ti set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3; -update noar tt set v0='CZWWUFQGS93NNS4' where id=3; -update noar ti set v0='CZWWUFQGS93NNS4' where id=3; -update noar tt set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3; -update noar ti set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3; -update noar tt set v0='EDDIP9IYAFXMUXWNY' where id=3; -update noar ti set v0='EDDIP9IYAFXMUXWNY' where id=3; -update noar tt set b2='513UJZQEGYUJN' where id=3; -update noar ti set b2='513UJZQEGYUJN' where id=3; -update noar tt set v0='2EM25ILRC41Q' where id=4; -update noar ti set v0='2EM25ILRC41Q' where id=4; -update noar tt set b0='YB8862QIDIQLX' where id=4; -update noar ti set b0='YB8862QIDIQLX' where id=4; -update noar tt set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4; -update noar ti set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4; -update noar tt set b1='E602RTBF4YLY' where id=4; -update noar ti set b1='E602RTBF4YLY' where id=4; -update noar tt set v0='GK55ETJQT954' where id=4; -update noar ti set v0='GK55ETJQT954' where id=4; -update noar tt set b2='K' where id=4; -update noar ti set b2='K' where id=4; -update noar tt set v0='IFR65JDTP9AUL7XP57X01' where id=5; -update noar ti set v0='IFR65JDTP9AUL7XP57X01' where id=5; -update noar tt set b0='XRPGQ5IPQIPJDR3FF5' where id=5; -update noar ti set b0='XRPGQ5IPQIPJDR3FF5' where id=5; -update noar tt set v0='90ABFY4EH0BMNQX079B' where id=5; -update noar ti set v0='90ABFY4EH0BMNQX079B' where id=5; -update noar tt set b1='IPBPSCH359J72HHM8R' where id=5; -update noar ti set b1='IPBPSCH359J72HHM8R' where id=5; -update noar tt set v0='WDOIIDSM8UDFSTXQMO' where id=5; -update noar ti set v0='WDOIIDSM8UDFSTXQMO' where id=5; -update noar tt set b2='C1SYUE0DSMSS72MPJMRE' where id=5; -update noar ti set b2='C1SYUE0DSMSS72MPJMRE' where id=5; -update noar tt set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6; -update noar ti set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6; -update noar tt set b0='QGDBNCWW054I5X0A' where id=6; -update noar ti set b0='QGDBNCWW054I5X0A' where id=6; -update noar tt set v0='2KNG' where id=6; -update noar ti set v0='2KNG' where id=6; -update noar tt set b1='M6PWKQAOIK4GQVFM' where id=6; -update noar ti set b1='M6PWKQAOIK4GQVFM' where id=6; -update noar tt set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6; -update noar ti set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6; -update noar tt set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6; -update noar ti set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6; -update noar tt set v0='S9UBSPA2LOX' where id=7; -update noar ti set v0='S9UBSPA2LOX' where id=7; -update noar tt set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7; -update noar ti set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7; -update noar tt set v0='F' where id=7; -update noar ti set v0='F' where id=7; -update noar tt set b1='JJ1EYCB81DGM1DTFE' where id=7; -update noar ti set b1='JJ1EYCB81DGM1DTFE' where id=7; -update noar tt set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7; -update noar ti set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7; -update noar tt set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7; -update noar ti set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7; -update noar tt set v0='QKQW9I6L7C' where id=8; -update noar ti set v0='QKQW9I6L7C' where id=8; -update noar tt set b0='EPFNTG7M3AR29CT' where id=8; -update noar ti set b0='EPFNTG7M3AR29CT' where id=8; -update noar tt set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8; -update noar ti set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8; -update noar tt set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8; -update noar ti set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8; -update noar tt set v0='XFJMZSZMQJF' where id=8; -update noar ti set v0='XFJMZSZMQJF' where id=8; -update noar tt set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8; -update noar ti set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8; -update noar tt set v0='W5UYO' where id=9; -update noar ti set v0='W5UYO' where id=9; -update noar tt set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9; -update noar ti set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9; -update noar tt set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9; -update noar ti set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9; -update noar tt set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9; -update noar ti set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9; -update noar tt set v0='OLPM6C' where id=9; -update noar ti set v0='OLPM6C' where id=9; -update noar tt set b2='61ERRVAM' where id=9; -update noar ti set b2='61ERRVAM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1; -update noar ti set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1; -update noar tt set b0='VABL6HL9UUB5' where id=1; -update noar ti set b0='VABL6HL9UUB5' where id=1; -update noar tt set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1; -update noar ti set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1; -update noar tt set b1='LALW8OY22L' where id=1; -update noar ti set b1='LALW8OY22L' where id=1; -update noar tt set v0='ZI0BXLLJL3' where id=1; -update noar ti set v0='ZI0BXLLJL3' where id=1; -update noar tt set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1; -update noar ti set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1; -update noar tt set v0='YOJJRWZHJYRMZ' where id=2; -update noar ti set v0='YOJJRWZHJYRMZ' where id=2; -update noar tt set b0='GX8QW9X' where id=2; -update noar ti set b0='GX8QW9X' where id=2; -update noar tt set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2; -update noar ti set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2; -update noar tt set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2; -update noar ti set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2; -update noar tt set v0='7BDEXA74YEBZVAQP70' where id=2; -update noar ti set v0='7BDEXA74YEBZVAQP70' where id=2; -update noar tt set b2='YOZ1ZFC7O' where id=2; -update noar ti set b2='YOZ1ZFC7O' where id=2; -update noar tt set v0='LK4B9LW' where id=3; -update noar ti set v0='LK4B9LW' where id=3; -update noar tt set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3; -update noar ti set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3; -update noar tt set v0='C09MSQYBKFTTT14' where id=3; -update noar ti set v0='C09MSQYBKFTTT14' where id=3; -update noar tt set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3; -update noar ti set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3; -update noar tt set v0='NQFX9CKKWL2BLIN7' where id=3; -update noar ti set v0='NQFX9CKKWL2BLIN7' where id=3; -update noar tt set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3; -update noar ti set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3; -update noar tt set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4; -update noar ti set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4; -update noar tt set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4; -update noar ti set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4; -update noar tt set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4; -update noar ti set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4; -update noar tt set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4; -update noar ti set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4; -update noar tt set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4; -update noar ti set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4; -update noar tt set b2='3FSV8Z4ZEAG8FWWSD' where id=4; -update noar ti set b2='3FSV8Z4ZEAG8FWWSD' where id=4; -update noar tt set v0='PS5G9KCN9Z7D6MZGY' where id=5; -update noar ti set v0='PS5G9KCN9Z7D6MZGY' where id=5; -update noar tt set b0='25VFXPCQKWZE6I1JK' where id=5; -update noar ti set b0='25VFXPCQKWZE6I1JK' where id=5; -update noar tt set v0='WWTKFAP11TY47JAD' where id=5; -update noar ti set v0='WWTKFAP11TY47JAD' where id=5; -update noar tt set b1='NSC9NG5E4U87' where id=5; -update noar ti set b1='NSC9NG5E4U87' where id=5; -update noar tt set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5; -update noar ti set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5; -update noar tt set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5; -update noar ti set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5; -update noar tt set v0='Y' where id=6; -update noar ti set v0='Y' where id=6; -update noar tt set b0='GTM9MDR94T39' where id=6; -update noar ti set b0='GTM9MDR94T39' where id=6; -update noar tt set v0='MSFRV01L9P' where id=6; -update noar ti set v0='MSFRV01L9P' where id=6; -update noar tt set b1='ED2IAIAQ3M8QNB7E3CP' where id=6; -update noar ti set b1='ED2IAIAQ3M8QNB7E3CP' where id=6; -update noar tt set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6; -update noar ti set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6; -update noar tt set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6; -update noar ti set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6; -update noar tt set v0='RJB' where id=7; -update noar ti set v0='RJB' where id=7; -update noar tt set b0='153SQWKJCOZKQANGE' where id=7; -update noar ti set b0='153SQWKJCOZKQANGE' where id=7; -update noar tt set v0='2FQFTXN9CR82P1' where id=7; -update noar ti set v0='2FQFTXN9CR82P1' where id=7; -update noar tt set b1='MFY' where id=7; -update noar ti set b1='MFY' where id=7; -update noar tt set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7; -update noar ti set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7; -update noar tt set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7; -update noar ti set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7; -update noar tt set v0='4QX' where id=8; -update noar ti set v0='4QX' where id=8; -update noar tt set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8; -update noar ti set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8; -update noar tt set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8; -update noar ti set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8; -update noar tt set b1='A2ORVUD' where id=8; -update noar ti set b1='A2ORVUD' where id=8; -update noar tt set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8; -update noar ti set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8; -update noar tt set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8; -update noar ti set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8; -update noar tt set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9; -update noar ti set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9; -update noar tt set b0='Q30O1UHU' where id=9; -update noar ti set b0='Q30O1UHU' where id=9; -update noar tt set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9; -update noar ti set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9; -update noar tt set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9; -update noar ti set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9; -update noar tt set v0='0' where id=9; -update noar ti set v0='0' where id=9; -update noar tt set b2='O6H29BGGYZ1M5KLR2DR35' where id=9; -update noar ti set b2='O6H29BGGYZ1M5KLR2DR35' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='02WIPE8AS' where id=1; -update noar ti set v0='02WIPE8AS' where id=1; -update noar tt set b0='Q' where id=1; -update noar ti set b0='Q' where id=1; -update noar tt set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1; -update noar ti set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1; -update noar tt set b1='WDB8' where id=1; -update noar ti set b1='WDB8' where id=1; -update noar tt set v0='5LBGKCZX9UJRDB' where id=1; -update noar ti set v0='5LBGKCZX9UJRDB' where id=1; -update noar tt set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1; -update noar ti set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1; -update noar tt set v0='K8G55IME4GZ4' where id=2; -update noar ti set v0='K8G55IME4GZ4' where id=2; -update noar tt set b0='GAIYM36GR0TWRALL61E' where id=2; -update noar ti set b0='GAIYM36GR0TWRALL61E' where id=2; -update noar tt set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2; -update noar ti set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2; -update noar tt set b1='2TG' where id=2; -update noar ti set b1='2TG' where id=2; -update noar tt set v0='2AFJFY8285A' where id=2; -update noar ti set v0='2AFJFY8285A' where id=2; -update noar tt set b2='W49R8E96BAX' where id=2; -update noar ti set b2='W49R8E96BAX' where id=2; -update noar tt set v0='VQU48DKJGWZSG27HH51' where id=3; -update noar ti set v0='VQU48DKJGWZSG27HH51' where id=3; -update noar tt set b0='WVJIRIOSB1MC1' where id=3; -update noar ti set b0='WVJIRIOSB1MC1' where id=3; -update noar tt set v0='46YG' where id=3; -update noar ti set v0='46YG' where id=3; -update noar tt set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3; -update noar ti set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3; -update noar tt set v0='58TSIDW74PPMGI5K9FTV8' where id=3; -update noar ti set v0='58TSIDW74PPMGI5K9FTV8' where id=3; -update noar tt set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3; -update noar ti set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3; -update noar tt set v0='XXCQ9' where id=4; -update noar ti set v0='XXCQ9' where id=4; -update noar tt set b0='FJG3W74BGRD962QMEY' where id=4; -update noar ti set b0='FJG3W74BGRD962QMEY' where id=4; -update noar tt set v0='6SO83PIRN05YQ9GP6Z7I' where id=4; -update noar ti set v0='6SO83PIRN05YQ9GP6Z7I' where id=4; -update noar tt set b1='UCXDQ4CURUTIA3I11' where id=4; -update noar ti set b1='UCXDQ4CURUTIA3I11' where id=4; -update noar tt set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4; -update noar ti set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4; -update noar tt set b2='GVVOERSLMYRKZXAULJPY' where id=4; -update noar ti set b2='GVVOERSLMYRKZXAULJPY' where id=4; -update noar tt set v0='LU40357O1R7K9R47J12MLTGW' where id=5; -update noar ti set v0='LU40357O1R7K9R47J12MLTGW' where id=5; -update noar tt set b0='3YNMDV' where id=5; -update noar ti set b0='3YNMDV' where id=5; -update noar tt set v0='WOJ9HOG8M6K0' where id=5; -update noar ti set v0='WOJ9HOG8M6K0' where id=5; -update noar tt set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5; -update noar ti set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5; -update noar tt set v0='XONPQPN7JE0CHPE9J' where id=5; -update noar ti set v0='XONPQPN7JE0CHPE9J' where id=5; -update noar tt set b2='CSDKN30HKF0C3QL6LBOR' where id=5; -update noar ti set b2='CSDKN30HKF0C3QL6LBOR' where id=5; -update noar tt set v0='69OA8LI92713GE4KP0E0' where id=6; -update noar ti set v0='69OA8LI92713GE4KP0E0' where id=6; -update noar tt set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6; -update noar ti set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6; -update noar tt set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6; -update noar ti set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6; -update noar tt set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6; -update noar ti set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6; -update noar tt set v0='VUVDAUEP6EO8251NTG' where id=6; -update noar ti set v0='VUVDAUEP6EO8251NTG' where id=6; -update noar tt set b2='NBQ2PI7R2AWFHGSZ' where id=6; -update noar ti set b2='NBQ2PI7R2AWFHGSZ' where id=6; -update noar tt set v0='WFYEB3Y8' where id=7; -update noar ti set v0='WFYEB3Y8' where id=7; -update noar tt set b0='VCB' where id=7; -update noar ti set b0='VCB' where id=7; -update noar tt set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7; -update noar ti set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7; -update noar tt set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7; -update noar ti set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7; -update noar tt set v0='09VUJW2G' where id=7; -update noar ti set v0='09VUJW2G' where id=7; -update noar tt set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7; -update noar ti set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7; -update noar tt set v0='YODS7Z6BS' where id=8; -update noar ti set v0='YODS7Z6BS' where id=8; -update noar tt set b0='L1PW5ZU' where id=8; -update noar ti set b0='L1PW5ZU' where id=8; -update noar tt set v0='MRWX4U' where id=8; -update noar ti set v0='MRWX4U' where id=8; -update noar tt set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8; -update noar ti set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8; -update noar tt set v0='LEUL3VHWJNBW5L5PG' where id=8; -update noar ti set v0='LEUL3VHWJNBW5L5PG' where id=8; -update noar tt set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8; -update noar ti set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8; -update noar tt set v0='6F6FAICK47' where id=9; -update noar ti set v0='6F6FAICK47' where id=9; -update noar tt set b0='BER1' where id=9; -update noar ti set b0='BER1' where id=9; -update noar tt set v0='GFJTRNY0ZP9XJ' where id=9; -update noar ti set v0='GFJTRNY0ZP9XJ' where id=9; -update noar tt set b1='68H6GUGSBV824J6IHHEV' where id=9; -update noar ti set b1='68H6GUGSBV824J6IHHEV' where id=9; -update noar tt set v0='8HWA5FP01CKG725UD6ZQ' where id=9; -update noar ti set v0='8HWA5FP01CKG725UD6ZQ' where id=9; -update noar tt set b2='71RT' where id=9; -update noar ti set b2='71RT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='YUDNVRAONWSHFR' where id=1; -update noar ti set v0='YUDNVRAONWSHFR' where id=1; -update noar tt set b0='O' where id=1; -update noar ti set b0='O' where id=1; -update noar tt set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1; -update noar ti set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1; -update noar tt set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1; -update noar ti set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1; -update noar tt set v0='2A3GY' where id=1; -update noar ti set v0='2A3GY' where id=1; -update noar tt set b2='ZJPEUDXJC351YY6' where id=1; -update noar ti set b2='ZJPEUDXJC351YY6' where id=1; -update noar tt set v0='OBBRACP4Z7VDWO3TS' where id=2; -update noar ti set v0='OBBRACP4Z7VDWO3TS' where id=2; -update noar tt set b0='VC0M3PQLFYC3' where id=2; -update noar ti set b0='VC0M3PQLFYC3' where id=2; -update noar tt set v0='MB639G5' where id=2; -update noar ti set v0='MB639G5' where id=2; -update noar tt set b1='MS1OFAOGAUET3' where id=2; -update noar ti set b1='MS1OFAOGAUET3' where id=2; -update noar tt set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2; -update noar ti set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2; -update noar tt set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2; -update noar ti set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2; -update noar tt set v0='FCGQBJ4KXVSMWD' where id=3; -update noar ti set v0='FCGQBJ4KXVSMWD' where id=3; -update noar tt set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3; -update noar ti set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3; -update noar tt set v0='L7ODF5P2' where id=3; -update noar ti set v0='L7ODF5P2' where id=3; -update noar tt set b1='SOEJ9FO5M4NI9' where id=3; -update noar ti set b1='SOEJ9FO5M4NI9' where id=3; -update noar tt set v0='1601THUIO' where id=3; -update noar ti set v0='1601THUIO' where id=3; -update noar tt set b2='KHDX60P5' where id=3; -update noar ti set b2='KHDX60P5' where id=3; -update noar tt set v0='MJOKUBL1EJX3SO7' where id=4; -update noar ti set v0='MJOKUBL1EJX3SO7' where id=4; -update noar tt set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4; -update noar ti set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4; -update noar tt set v0='3JDS23' where id=4; -update noar ti set v0='3JDS23' where id=4; -update noar tt set b1='8ZNI6NJ0' where id=4; -update noar ti set b1='8ZNI6NJ0' where id=4; -update noar tt set v0='0KF2SRKTMT1DO4G17' where id=4; -update noar ti set v0='0KF2SRKTMT1DO4G17' where id=4; -update noar tt set b2='PYN1C1T2CXZ759' where id=4; -update noar ti set b2='PYN1C1T2CXZ759' where id=4; -update noar tt set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5; -update noar ti set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5; -update noar tt set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5; -update noar ti set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5; -update noar tt set v0='G6LBL6UFZE' where id=5; -update noar ti set v0='G6LBL6UFZE' where id=5; -update noar tt set b1='813B0G' where id=5; -update noar ti set b1='813B0G' where id=5; -update noar tt set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5; -update noar ti set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5; -update noar tt set b2='81' where id=5; -update noar ti set b2='81' where id=5; -update noar tt set v0='USVOJFIS3ABD' where id=6; -update noar ti set v0='USVOJFIS3ABD' where id=6; -update noar tt set b0='22DK7EG96R2EQF01ZM6IB98' where id=6; -update noar ti set b0='22DK7EG96R2EQF01ZM6IB98' where id=6; -update noar tt set v0='UROH5QS678HX3BRTEYWSE6' where id=6; -update noar ti set v0='UROH5QS678HX3BRTEYWSE6' where id=6; -update noar tt set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6; -update noar ti set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6; -update noar tt set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6; -update noar ti set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6; -update noar tt set b2='GGRBQRQUFV07G' where id=6; -update noar ti set b2='GGRBQRQUFV07G' where id=6; -update noar tt set v0='ZXGEJ2OE4ROBE' where id=7; -update noar ti set v0='ZXGEJ2OE4ROBE' where id=7; -update noar tt set b0='ZNWD2HTGCLW393WWSN' where id=7; -update noar ti set b0='ZNWD2HTGCLW393WWSN' where id=7; -update noar tt set v0='ADX3OW' where id=7; -update noar ti set v0='ADX3OW' where id=7; -update noar tt set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7; -update noar ti set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7; -update noar tt set v0='SD8' where id=7; -update noar ti set v0='SD8' where id=7; -update noar tt set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7; -update noar ti set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7; -update noar tt set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8; -update noar ti set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8; -update noar tt set b0='QYTHGM9XT7VN2XJFLTR' where id=8; -update noar ti set b0='QYTHGM9XT7VN2XJFLTR' where id=8; -update noar tt set v0='3TVE9EQSR3L1FD0N46I' where id=8; -update noar ti set v0='3TVE9EQSR3L1FD0N46I' where id=8; -update noar tt set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8; -update noar ti set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8; -update noar tt set v0='H9A1N6ONMP' where id=8; -update noar ti set v0='H9A1N6ONMP' where id=8; -update noar tt set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8; -update noar ti set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8; -update noar tt set v0='NC47DFISGAGN3F09' where id=9; -update noar ti set v0='NC47DFISGAGN3F09' where id=9; -update noar tt set b0='Y0TKV' where id=9; -update noar ti set b0='Y0TKV' where id=9; -update noar tt set v0='NUK4BLOS' where id=9; -update noar ti set v0='NUK4BLOS' where id=9; -update noar tt set b1='3O44Q' where id=9; -update noar ti set b1='3O44Q' where id=9; -update noar tt set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9; -update noar ti set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9; -update noar tt set b2='4Q8EYB5L3OY3D8KE14MN' where id=9; -update noar ti set b2='4Q8EYB5L3OY3D8KE14MN' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='N' where id=1; -update noar ti set v0='N' where id=1; -update noar tt set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1; -update noar ti set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1; -update noar tt set v0='JKU8VXN7D' where id=1; -update noar ti set v0='JKU8VXN7D' where id=1; -update noar tt set b1='YDFNDR9TG6GC0HA' where id=1; -update noar ti set b1='YDFNDR9TG6GC0HA' where id=1; -update noar tt set v0='5DSPGEIHHVKWT9Z' where id=1; -update noar ti set v0='5DSPGEIHHVKWT9Z' where id=1; -update noar tt set b2='NCT5R56' where id=1; -update noar ti set b2='NCT5R56' where id=1; -update noar tt set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2; -update noar ti set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2; -update noar tt set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2; -update noar ti set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2; -update noar tt set v0='P' where id=2; -update noar ti set v0='P' where id=2; -update noar tt set b1='5URUZW0' where id=2; -update noar ti set b1='5URUZW0' where id=2; -update noar tt set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2; -update noar ti set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2; -update noar tt set b2='5WHQAX33V0XJU' where id=2; -update noar ti set b2='5WHQAX33V0XJU' where id=2; -update noar tt set v0='78FSJUXZLFOOZH3U7UXO' where id=3; -update noar ti set v0='78FSJUXZLFOOZH3U7UXO' where id=3; -update noar tt set b0='3YSXHIU' where id=3; -update noar ti set b0='3YSXHIU' where id=3; -update noar tt set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3; -update noar ti set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3; -update noar tt set b1='3WZFQUYWW' where id=3; -update noar ti set b1='3WZFQUYWW' where id=3; -update noar tt set v0='UPMUMHMUXJAVWFM5M72HM' where id=3; -update noar ti set v0='UPMUMHMUXJAVWFM5M72HM' where id=3; -update noar tt set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3; -update noar ti set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3; -update noar tt set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4; -update noar ti set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4; -update noar tt set b0='V3UX3HL8Y' where id=4; -update noar ti set b0='V3UX3HL8Y' where id=4; -update noar tt set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4; -update noar ti set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4; -update noar tt set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4; -update noar ti set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4; -update noar tt set v0='4PC5M167NADGXQZDDV' where id=4; -update noar ti set v0='4PC5M167NADGXQZDDV' where id=4; -update noar tt set b2='9SD5GKYRBW1' where id=4; -update noar ti set b2='9SD5GKYRBW1' where id=4; -update noar tt set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5; -update noar ti set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5; -update noar tt set b0='3W5' where id=5; -update noar ti set b0='3W5' where id=5; -update noar tt set v0='WSJ0X77XS63H4M7259ZD1T' where id=5; -update noar ti set v0='WSJ0X77XS63H4M7259ZD1T' where id=5; -update noar tt set b1='G8VAWEV0B' where id=5; -update noar ti set b1='G8VAWEV0B' where id=5; -update noar tt set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5; -update noar ti set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5; -update noar tt set b2='LEB90RZ' where id=5; -update noar ti set b2='LEB90RZ' where id=5; -update noar tt set v0='NHSVG' where id=6; -update noar ti set v0='NHSVG' where id=6; -update noar tt set b0='FG' where id=6; -update noar ti set b0='FG' where id=6; -update noar tt set v0='P8O67MEN8U' where id=6; -update noar ti set v0='P8O67MEN8U' where id=6; -update noar tt set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6; -update noar ti set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6; -update noar tt set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6; -update noar ti set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6; -update noar tt set b2='0KM1E06RPBBYZ6WEKE' where id=6; -update noar ti set b2='0KM1E06RPBBYZ6WEKE' where id=6; -update noar tt set v0='DK4R00FQKZVH' where id=7; -update noar ti set v0='DK4R00FQKZVH' where id=7; -update noar tt set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7; -update noar ti set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7; -update noar tt set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7; -update noar ti set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7; -update noar tt set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7; -update noar ti set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7; -update noar tt set v0='T6T5WBRY6' where id=7; -update noar ti set v0='T6T5WBRY6' where id=7; -update noar tt set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7; -update noar ti set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7; -update noar tt set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8; -update noar ti set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8; -update noar tt set b0='DSIMV4K676JCPA4YQE' where id=8; -update noar ti set b0='DSIMV4K676JCPA4YQE' where id=8; -update noar tt set v0='UM9H01M831' where id=8; -update noar ti set v0='UM9H01M831' where id=8; -update noar tt set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8; -update noar ti set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8; -update noar tt set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8; -update noar ti set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8; -update noar tt set b2='NBAT91HZYRDZRSXBDP' where id=8; -update noar ti set b2='NBAT91HZYRDZRSXBDP' where id=8; -update noar tt set v0='GK4OP0FSQJKJ0DT' where id=9; -update noar ti set v0='GK4OP0FSQJKJ0DT' where id=9; -update noar tt set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9; -update noar ti set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9; -update noar tt set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9; -update noar ti set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9; -update noar tt set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9; -update noar ti set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9; -update noar tt set v0='CWGLRYMYXSU' where id=9; -update noar ti set v0='CWGLRYMYXSU' where id=9; -update noar tt set b2='FP3VFIDZY' where id=9; -update noar ti set b2='FP3VFIDZY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LLFBG8VBB2I' where id=1; -update noar ti set v0='LLFBG8VBB2I' where id=1; -update noar tt set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1; -update noar ti set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1; -update noar tt set v0='439NQPBBYPJ38' where id=1; -update noar ti set v0='439NQPBBYPJ38' where id=1; -update noar tt set b1='T9NQK7250QMBJ6G3TZED5C' where id=1; -update noar ti set b1='T9NQK7250QMBJ6G3TZED5C' where id=1; -update noar tt set v0='S' where id=1; -update noar ti set v0='S' where id=1; -update noar tt set b2='7STB' where id=1; -update noar ti set b2='7STB' where id=1; -update noar tt set v0='COH8TVC777MHK1' where id=2; -update noar ti set v0='COH8TVC777MHK1' where id=2; -update noar tt set b0='B6JDVH3' where id=2; -update noar ti set b0='B6JDVH3' where id=2; -update noar tt set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2; -update noar ti set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2; -update noar tt set b1='Y0TO' where id=2; -update noar ti set b1='Y0TO' where id=2; -update noar tt set v0='OU9OWWS416ZIXI1660R' where id=2; -update noar ti set v0='OU9OWWS416ZIXI1660R' where id=2; -update noar tt set b2='AFUDORACFV46H3V4DBRJ' where id=2; -update noar ti set b2='AFUDORACFV46H3V4DBRJ' where id=2; -update noar tt set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3; -update noar ti set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3; -update noar tt set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3; -update noar ti set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3; -update noar tt set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3; -update noar ti set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3; -update noar tt set b1='YY4UFQGSWKKM8TVYJB9' where id=3; -update noar ti set b1='YY4UFQGSWKKM8TVYJB9' where id=3; -update noar tt set v0='3RHB1MQW2793637Z' where id=3; -update noar ti set v0='3RHB1MQW2793637Z' where id=3; -update noar tt set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3; -update noar ti set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3; -update noar tt set v0='VACJ89JOLRN3HI0P8ERA' where id=4; -update noar ti set v0='VACJ89JOLRN3HI0P8ERA' where id=4; -update noar tt set b0='2JKZJFW1EB6G2AR8QK' where id=4; -update noar ti set b0='2JKZJFW1EB6G2AR8QK' where id=4; -update noar tt set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4; -update noar ti set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4; -update noar tt set b1='02GKU71LWW7Q4908ONBA1' where id=4; -update noar ti set b1='02GKU71LWW7Q4908ONBA1' where id=4; -update noar tt set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4; -update noar ti set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4; -update noar tt set b2='D7YLH4JPV6OQD9O3NNLK' where id=4; -update noar ti set b2='D7YLH4JPV6OQD9O3NNLK' where id=4; -update noar tt set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5; -update noar ti set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5; -update noar tt set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5; -update noar ti set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5; -update noar tt set v0='6BXHZ4V' where id=5; -update noar ti set v0='6BXHZ4V' where id=5; -update noar tt set b1='D' where id=5; -update noar ti set b1='D' where id=5; -update noar tt set v0='SK9SG' where id=5; -update noar ti set v0='SK9SG' where id=5; -update noar tt set b2='5RF6IY0R' where id=5; -update noar ti set b2='5RF6IY0R' where id=5; -update noar tt set v0='DX' where id=6; -update noar ti set v0='DX' where id=6; -update noar tt set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6; -update noar ti set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6; -update noar tt set v0='WYD9EK' where id=6; -update noar ti set v0='WYD9EK' where id=6; -update noar tt set b1='USL82FEUNMEEE4TTCIZVW' where id=6; -update noar ti set b1='USL82FEUNMEEE4TTCIZVW' where id=6; -update noar tt set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6; -update noar ti set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6; -update noar tt set b2='3TK8' where id=6; -update noar ti set b2='3TK8' where id=6; -update noar tt set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7; -update noar ti set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7; -update noar tt set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7; -update noar ti set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7; -update noar tt set v0='DUO' where id=7; -update noar ti set v0='DUO' where id=7; -update noar tt set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7; -update noar ti set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7; -update noar tt set v0='SP61Y' where id=7; -update noar ti set v0='SP61Y' where id=7; -update noar tt set b2='GNB1WPKT5XJVR' where id=7; -update noar ti set b2='GNB1WPKT5XJVR' where id=7; -update noar tt set v0='BSCD' where id=8; -update noar ti set v0='BSCD' where id=8; -update noar tt set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8; -update noar ti set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8; -update noar tt set v0='GNSYJ62FETS' where id=8; -update noar ti set v0='GNSYJ62FETS' where id=8; -update noar tt set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8; -update noar ti set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8; -update noar tt set v0='NFR5JIP7ISSN2PICY476KQ' where id=8; -update noar ti set v0='NFR5JIP7ISSN2PICY476KQ' where id=8; -update noar tt set b2='F96I73FDASH9K9O9QVJ7' where id=8; -update noar ti set b2='F96I73FDASH9K9O9QVJ7' where id=8; -update noar tt set v0='KH6IM5DP4CRU' where id=9; -update noar ti set v0='KH6IM5DP4CRU' where id=9; -update noar tt set b0='MG' where id=9; -update noar ti set b0='MG' where id=9; -update noar tt set v0='HQVOE57D9QLW' where id=9; -update noar ti set v0='HQVOE57D9QLW' where id=9; -update noar tt set b1='UWZEKF5SRFWTKV' where id=9; -update noar ti set b1='UWZEKF5SRFWTKV' where id=9; -update noar tt set v0='NCTTH4LR' where id=9; -update noar ti set v0='NCTTH4LR' where id=9; -update noar tt set b2='YE8TWCW29FVX87LG' where id=9; -update noar ti set b2='YE8TWCW29FVX87LG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='04PIU0CKKINXJLH41' where id=1; -update noar ti set v0='04PIU0CKKINXJLH41' where id=1; -update noar tt set b0='M6QWWV' where id=1; -update noar ti set b0='M6QWWV' where id=1; -update noar tt set v0='2Y0O8PQ91CAI7PH6D6' where id=1; -update noar ti set v0='2Y0O8PQ91CAI7PH6D6' where id=1; -update noar tt set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1; -update noar ti set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1; -update noar tt set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1; -update noar ti set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1; -update noar tt set b2='BED5PXB80GBH1B8G2JQBBT' where id=1; -update noar ti set b2='BED5PXB80GBH1B8G2JQBBT' where id=1; -update noar tt set v0='HVYJ1ZX' where id=2; -update noar ti set v0='HVYJ1ZX' where id=2; -update noar tt set b0='ARUE' where id=2; -update noar ti set b0='ARUE' where id=2; -update noar tt set v0='NSQXA7PCT2SG56UN' where id=2; -update noar ti set v0='NSQXA7PCT2SG56UN' where id=2; -update noar tt set b1='53' where id=2; -update noar ti set b1='53' where id=2; -update noar tt set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2; -update noar ti set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2; -update noar tt set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2; -update noar ti set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2; -update noar tt set v0='YVCLXLU032ERAZUWXHQ' where id=3; -update noar ti set v0='YVCLXLU032ERAZUWXHQ' where id=3; -update noar tt set b0='9GHVX4JS9C67JU' where id=3; -update noar ti set b0='9GHVX4JS9C67JU' where id=3; -update noar tt set v0='CNE' where id=3; -update noar ti set v0='CNE' where id=3; -update noar tt set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3; -update noar ti set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3; -update noar tt set v0='1PHPPWFUDLE' where id=3; -update noar ti set v0='1PHPPWFUDLE' where id=3; -update noar tt set b2='RQ0A3' where id=3; -update noar ti set b2='RQ0A3' where id=3; -update noar tt set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4; -update noar ti set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4; -update noar tt set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4; -update noar ti set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4; -update noar tt set v0='8PIKO4UFEV9W3' where id=4; -update noar ti set v0='8PIKO4UFEV9W3' where id=4; -update noar tt set b1='G884SW0' where id=4; -update noar ti set b1='G884SW0' where id=4; -update noar tt set v0='PD7UEA1E9DN5FI4WSR' where id=4; -update noar ti set v0='PD7UEA1E9DN5FI4WSR' where id=4; -update noar tt set b2='A' where id=4; -update noar ti set b2='A' where id=4; -update noar tt set v0='3SUCBJK5PMUUI' where id=5; -update noar ti set v0='3SUCBJK5PMUUI' where id=5; -update noar tt set b0='IHKV7D4VTTBTLHEUI78I' where id=5; -update noar ti set b0='IHKV7D4VTTBTLHEUI78I' where id=5; -update noar tt set v0='C4BEACU9PGM3AR3KJFSS5' where id=5; -update noar ti set v0='C4BEACU9PGM3AR3KJFSS5' where id=5; -update noar tt set b1='042HA' where id=5; -update noar ti set b1='042HA' where id=5; -update noar tt set v0='HXOT' where id=5; -update noar ti set v0='HXOT' where id=5; -update noar tt set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5; -update noar ti set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5; -update noar tt set v0='UFLT8KV6A' where id=6; -update noar ti set v0='UFLT8KV6A' where id=6; -update noar tt set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6; -update noar ti set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6; -update noar tt set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6; -update noar ti set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6; -update noar tt set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6; -update noar ti set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6; -update noar tt set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6; -update noar ti set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6; -update noar tt set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6; -update noar ti set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6; -update noar tt set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7; -update noar ti set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7; -update noar tt set b0='NUBOG6EO0FQ2RSVH79V' where id=7; -update noar ti set b0='NUBOG6EO0FQ2RSVH79V' where id=7; -update noar tt set v0='E8KKF2DEKO11' where id=7; -update noar ti set v0='E8KKF2DEKO11' where id=7; -update noar tt set b1='1BCMTILG12L7DR9RY3Y6' where id=7; -update noar ti set b1='1BCMTILG12L7DR9RY3Y6' where id=7; -update noar tt set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7; -update noar ti set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7; -update noar tt set b2='XW7TWY9JDOAN' where id=7; -update noar ti set b2='XW7TWY9JDOAN' where id=7; -update noar tt set v0='1CAR5BV5' where id=8; -update noar ti set v0='1CAR5BV5' where id=8; -update noar tt set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8; -update noar ti set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8; -update noar tt set v0='MAKQ12A0KHZWUWM' where id=8; -update noar ti set v0='MAKQ12A0KHZWUWM' where id=8; -update noar tt set b1='AWEEFJGHNS0' where id=8; -update noar ti set b1='AWEEFJGHNS0' where id=8; -update noar tt set v0='RC4SCVOU908CI9O' where id=8; -update noar ti set v0='RC4SCVOU908CI9O' where id=8; -update noar tt set b2='DTJAHRJIY860W' where id=8; -update noar ti set b2='DTJAHRJIY860W' where id=8; -update noar tt set v0='GDVAL' where id=9; -update noar ti set v0='GDVAL' where id=9; -update noar tt set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9; -update noar ti set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9; -update noar tt set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9; -update noar ti set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9; -update noar tt set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9; -update noar ti set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9; -update noar tt set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9; -update noar ti set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9; -update noar tt set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9; -update noar ti set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1; -update noar ti set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1; -update noar tt set b0='RW8F3WW26' where id=1; -update noar ti set b0='RW8F3WW26' where id=1; -update noar tt set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1; -update noar ti set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1; -update noar tt set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1; -update noar ti set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1; -update noar tt set v0='AGUVP0RIS' where id=1; -update noar ti set v0='AGUVP0RIS' where id=1; -update noar tt set b2='K63DRD1AZ2VUCFGEC' where id=1; -update noar ti set b2='K63DRD1AZ2VUCFGEC' where id=1; -update noar tt set v0='QDOH273EW2DPFL' where id=2; -update noar ti set v0='QDOH273EW2DPFL' where id=2; -update noar tt set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2; -update noar ti set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2; -update noar tt set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2; -update noar ti set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2; -update noar tt set b1='DEIAYQWFCE3VYT0JGC' where id=2; -update noar ti set b1='DEIAYQWFCE3VYT0JGC' where id=2; -update noar tt set v0='5PLIAAL9GV' where id=2; -update noar ti set v0='5PLIAAL9GV' where id=2; -update noar tt set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2; -update noar ti set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2; -update noar tt set v0='C2' where id=3; -update noar ti set v0='C2' where id=3; -update noar tt set b0='OFL2RLO5X6XJTUZ9C' where id=3; -update noar ti set b0='OFL2RLO5X6XJTUZ9C' where id=3; -update noar tt set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3; -update noar ti set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3; -update noar tt set b1='C0P5UA2NZF' where id=3; -update noar ti set b1='C0P5UA2NZF' where id=3; -update noar tt set v0='O7' where id=3; -update noar ti set v0='O7' where id=3; -update noar tt set b2='ZDA80T5NXP5DL' where id=3; -update noar ti set b2='ZDA80T5NXP5DL' where id=3; -update noar tt set v0='ISOJ0ZDAD0N' where id=4; -update noar ti set v0='ISOJ0ZDAD0N' where id=4; -update noar tt set b0='TEBY' where id=4; -update noar ti set b0='TEBY' where id=4; -update noar tt set v0='YFD4Q6MMORW8OIO' where id=4; -update noar ti set v0='YFD4Q6MMORW8OIO' where id=4; -update noar tt set b1='6J4X1L16Z9URL8Q' where id=4; -update noar ti set b1='6J4X1L16Z9URL8Q' where id=4; -update noar tt set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4; -update noar ti set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4; -update noar tt set b2='F9O1Y' where id=4; -update noar ti set b2='F9O1Y' where id=4; -update noar tt set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5; -update noar ti set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5; -update noar tt set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5; -update noar ti set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5; -update noar tt set v0='FLCM73' where id=5; -update noar ti set v0='FLCM73' where id=5; -update noar tt set b1='NWP0ZJUR' where id=5; -update noar ti set b1='NWP0ZJUR' where id=5; -update noar tt set v0='SRZQ' where id=5; -update noar ti set v0='SRZQ' where id=5; -update noar tt set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5; -update noar ti set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5; -update noar tt set v0='4' where id=6; -update noar ti set v0='4' where id=6; -update noar tt set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6; -update noar ti set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6; -update noar tt set v0='YPG9SAAVQCZC1H9' where id=6; -update noar ti set v0='YPG9SAAVQCZC1H9' where id=6; -update noar tt set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6; -update noar ti set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6; -update noar tt set v0='VIHBZCIBK' where id=6; -update noar ti set v0='VIHBZCIBK' where id=6; -update noar tt set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6; -update noar ti set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6; -update noar tt set v0='NKVU0JBVPG970BQF4T2' where id=7; -update noar ti set v0='NKVU0JBVPG970BQF4T2' where id=7; -update noar tt set b0='9E6RXCGCTIEB17TPA0K8T' where id=7; -update noar ti set b0='9E6RXCGCTIEB17TPA0K8T' where id=7; -update noar tt set v0='RPF8' where id=7; -update noar ti set v0='RPF8' where id=7; -update noar tt set b1='W8' where id=7; -update noar ti set b1='W8' where id=7; -update noar tt set v0='9GKGU' where id=7; -update noar ti set v0='9GKGU' where id=7; -update noar tt set b2='0RH8DCPBKR' where id=7; -update noar ti set b2='0RH8DCPBKR' where id=7; -update noar tt set v0='G5ES2EE' where id=8; -update noar ti set v0='G5ES2EE' where id=8; -update noar tt set b0='38K' where id=8; -update noar ti set b0='38K' where id=8; -update noar tt set v0='X8CI62NX4LXCC' where id=8; -update noar ti set v0='X8CI62NX4LXCC' where id=8; -update noar tt set b1='YD7E005F8L1967YIAKDZQT3M' where id=8; -update noar ti set b1='YD7E005F8L1967YIAKDZQT3M' where id=8; -update noar tt set v0='WWP52' where id=8; -update noar ti set v0='WWP52' where id=8; -update noar tt set b2='PN' where id=8; -update noar ti set b2='PN' where id=8; -update noar tt set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9; -update noar ti set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9; -update noar tt set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9; -update noar ti set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9; -update noar tt set v0='50OK' where id=9; -update noar ti set v0='50OK' where id=9; -update noar tt set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9; -update noar ti set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9; -update noar tt set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9; -update noar ti set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9; -update noar tt set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9; -update noar ti set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I8C5Q9X07R' where id=1; -update noar ti set v0='I8C5Q9X07R' where id=1; -update noar tt set b0='3WLOOV9QMRVO1' where id=1; -update noar ti set b0='3WLOOV9QMRVO1' where id=1; -update noar tt set v0='PS7TBY1KIQLYL5D0MGQG' where id=1; -update noar ti set v0='PS7TBY1KIQLYL5D0MGQG' where id=1; -update noar tt set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1; -update noar ti set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1; -update noar tt set v0='ALOMZYO1J' where id=1; -update noar ti set v0='ALOMZYO1J' where id=1; -update noar tt set b2='3LYGVNI53FYT6FI93TOW0' where id=1; -update noar ti set b2='3LYGVNI53FYT6FI93TOW0' where id=1; -update noar tt set v0='RPT90BSEX2S' where id=2; -update noar ti set v0='RPT90BSEX2S' where id=2; -update noar tt set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2; -update noar ti set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2; -update noar tt set v0='4QHZG' where id=2; -update noar ti set v0='4QHZG' where id=2; -update noar tt set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2; -update noar ti set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2; -update noar tt set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2; -update noar ti set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2; -update noar tt set b2='QCP697HDPJF732' where id=2; -update noar ti set b2='QCP697HDPJF732' where id=2; -update noar tt set v0='XRIM2465' where id=3; -update noar ti set v0='XRIM2465' where id=3; -update noar tt set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3; -update noar ti set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3; -update noar tt set v0='GS40Z5Z0IDJRJEK90' where id=3; -update noar ti set v0='GS40Z5Z0IDJRJEK90' where id=3; -update noar tt set b1='PYAPTT7' where id=3; -update noar ti set b1='PYAPTT7' where id=3; -update noar tt set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3; -update noar ti set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3; -update noar tt set b2='2H8E9NLEL' where id=3; -update noar ti set b2='2H8E9NLEL' where id=3; -update noar tt set v0='QENNTFGI1WOVMXF' where id=4; -update noar ti set v0='QENNTFGI1WOVMXF' where id=4; -update noar tt set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4; -update noar ti set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4; -update noar tt set v0='JD1L53AOTZ30FISIYPSLE0' where id=4; -update noar ti set v0='JD1L53AOTZ30FISIYPSLE0' where id=4; -update noar tt set b1='1L' where id=4; -update noar ti set b1='1L' where id=4; -update noar tt set v0='B8FS583VHNZ5' where id=4; -update noar ti set v0='B8FS583VHNZ5' where id=4; -update noar tt set b2='RZMBJX3' where id=4; -update noar ti set b2='RZMBJX3' where id=4; -update noar tt set v0='Y7VCTRKWIJT3315LN3F' where id=5; -update noar ti set v0='Y7VCTRKWIJT3315LN3F' where id=5; -update noar tt set b0='H5QOHKC' where id=5; -update noar ti set b0='H5QOHKC' where id=5; -update noar tt set v0='73KA5B3O' where id=5; -update noar ti set v0='73KA5B3O' where id=5; -update noar tt set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5; -update noar ti set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5; -update noar tt set v0='SHAQWOLRFH4RM7' where id=5; -update noar ti set v0='SHAQWOLRFH4RM7' where id=5; -update noar tt set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5; -update noar ti set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5; -update noar tt set v0='ZOO4BDTW3AH9I' where id=6; -update noar ti set v0='ZOO4BDTW3AH9I' where id=6; -update noar tt set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6; -update noar ti set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6; -update noar tt set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6; -update noar ti set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6; -update noar tt set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6; -update noar ti set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6; -update noar tt set v0='C4AT' where id=6; -update noar ti set v0='C4AT' where id=6; -update noar tt set b2='P406SCU8XOATXCN8O' where id=6; -update noar ti set b2='P406SCU8XOATXCN8O' where id=6; -update noar tt set v0='5F5B1S0CP5GE' where id=7; -update noar ti set v0='5F5B1S0CP5GE' where id=7; -update noar tt set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7; -update noar ti set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7; -update noar tt set v0='NV' where id=7; -update noar ti set v0='NV' where id=7; -update noar tt set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7; -update noar ti set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7; -update noar tt set v0='8CC54CZQQRGPJFTYJ21QC' where id=7; -update noar ti set v0='8CC54CZQQRGPJFTYJ21QC' where id=7; -update noar tt set b2='BYQ2CWL86510' where id=7; -update noar ti set b2='BYQ2CWL86510' where id=7; -update noar tt set v0='OTL25OSNLWOZ26V2N' where id=8; -update noar ti set v0='OTL25OSNLWOZ26V2N' where id=8; -update noar tt set b0='P6' where id=8; -update noar ti set b0='P6' where id=8; -update noar tt set v0='JLQYI8EMZVNTRTRKW54' where id=8; -update noar ti set v0='JLQYI8EMZVNTRTRKW54' where id=8; -update noar tt set b1='C9X00BVX7MS6O3WAJS92' where id=8; -update noar ti set b1='C9X00BVX7MS6O3WAJS92' where id=8; -update noar tt set v0='BSPJHY26S' where id=8; -update noar ti set v0='BSPJHY26S' where id=8; -update noar tt set b2='PN5BZJYC' where id=8; -update noar ti set b2='PN5BZJYC' where id=8; -update noar tt set v0='4NOHVZ7UAZ4N' where id=9; -update noar ti set v0='4NOHVZ7UAZ4N' where id=9; -update noar tt set b0='IYDJFZXSF39' where id=9; -update noar ti set b0='IYDJFZXSF39' where id=9; -update noar tt set v0='U3' where id=9; -update noar ti set v0='U3' where id=9; -update noar tt set b1='BG' where id=9; -update noar ti set b1='BG' where id=9; -update noar tt set v0='3D16YEHZOQB7GJ8' where id=9; -update noar ti set v0='3D16YEHZOQB7GJ8' where id=9; -update noar tt set b2='ZH' where id=9; -update noar ti set b2='ZH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='4RPAVR0FMHYMREJVAON4L' where id=1; -update noar ti set v0='4RPAVR0FMHYMREJVAON4L' where id=1; -update noar tt set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1; -update noar ti set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1; -update noar tt set v0='ZCJL1A' where id=1; -update noar ti set v0='ZCJL1A' where id=1; -update noar tt set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1; -update noar ti set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1; -update noar tt set v0='X0EYAAO99OEPK86VOQLQ' where id=1; -update noar ti set v0='X0EYAAO99OEPK86VOQLQ' where id=1; -update noar tt set b2='VTUFUV2H9GZZX8K2QC' where id=1; -update noar ti set b2='VTUFUV2H9GZZX8K2QC' where id=1; -update noar tt set v0='HLUVOQHA1U6T5U' where id=2; -update noar ti set v0='HLUVOQHA1U6T5U' where id=2; -update noar tt set b0='H16I610GH8PCWFR2SS' where id=2; -update noar ti set b0='H16I610GH8PCWFR2SS' where id=2; -update noar tt set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2; -update noar ti set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2; -update noar tt set b1='JZFZ8EHE2IB' where id=2; -update noar ti set b1='JZFZ8EHE2IB' where id=2; -update noar tt set v0='P45GOG51AQYX1NQ00L6Z' where id=2; -update noar ti set v0='P45GOG51AQYX1NQ00L6Z' where id=2; -update noar tt set b2='K15TS36JEE4U' where id=2; -update noar ti set b2='K15TS36JEE4U' where id=2; -update noar tt set v0='AGLV63JNR3L' where id=3; -update noar ti set v0='AGLV63JNR3L' where id=3; -update noar tt set b0='LIRFP5M34XV5TRKO8' where id=3; -update noar ti set b0='LIRFP5M34XV5TRKO8' where id=3; -update noar tt set v0='TKEZAKO805' where id=3; -update noar ti set v0='TKEZAKO805' where id=3; -update noar tt set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3; -update noar ti set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3; -update noar tt set v0='I' where id=3; -update noar ti set v0='I' where id=3; -update noar tt set b2='332F9WR7P12O8IFZGFCCSIG' where id=3; -update noar ti set b2='332F9WR7P12O8IFZGFCCSIG' where id=3; -update noar tt set v0='Z' where id=4; -update noar ti set v0='Z' where id=4; -update noar tt set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4; -update noar ti set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4; -update noar tt set v0='GM0UHIBYN6K01' where id=4; -update noar ti set v0='GM0UHIBYN6K01' where id=4; -update noar tt set b1='RIS' where id=4; -update noar ti set b1='RIS' where id=4; -update noar tt set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4; -update noar ti set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4; -update noar tt set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4; -update noar ti set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4; -update noar tt set v0='G' where id=5; -update noar ti set v0='G' where id=5; -update noar tt set b0='676HVKVA' where id=5; -update noar ti set b0='676HVKVA' where id=5; -update noar tt set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5; -update noar ti set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5; -update noar tt set b1='VSB4WD7QNZUYJAS' where id=5; -update noar ti set b1='VSB4WD7QNZUYJAS' where id=5; -update noar tt set v0='LZ8MOUWL' where id=5; -update noar ti set v0='LZ8MOUWL' where id=5; -update noar tt set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5; -update noar ti set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5; -update noar tt set v0='7IB26U9JDY' where id=6; -update noar ti set v0='7IB26U9JDY' where id=6; -update noar tt set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6; -update noar ti set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6; -update noar tt set v0='4AGNHTU' where id=6; -update noar ti set v0='4AGNHTU' where id=6; -update noar tt set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6; -update noar ti set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6; -update noar tt set v0='0QQGT2JM' where id=6; -update noar ti set v0='0QQGT2JM' where id=6; -update noar tt set b2='A5F3GWAS7K' where id=6; -update noar ti set b2='A5F3GWAS7K' where id=6; -update noar tt set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7; -update noar ti set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7; -update noar tt set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7; -update noar ti set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7; -update noar tt set v0='6BCMV8IBJSDV26562XEKW' where id=7; -update noar ti set v0='6BCMV8IBJSDV26562XEKW' where id=7; -update noar tt set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7; -update noar ti set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7; -update noar tt set v0='O9XY485TJ12VW5RZ54P0LA' where id=7; -update noar ti set v0='O9XY485TJ12VW5RZ54P0LA' where id=7; -update noar tt set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7; -update noar ti set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7; -update noar tt set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8; -update noar ti set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8; -update noar tt set b0='BEUI81HXKS' where id=8; -update noar ti set b0='BEUI81HXKS' where id=8; -update noar tt set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8; -update noar ti set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8; -update noar tt set b1='P' where id=8; -update noar ti set b1='P' where id=8; -update noar tt set v0='DPNH' where id=8; -update noar ti set v0='DPNH' where id=8; -update noar tt set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8; -update noar ti set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8; -update noar tt set v0='G3H9' where id=9; -update noar ti set v0='G3H9' where id=9; -update noar tt set b0='NDY1UHTP' where id=9; -update noar ti set b0='NDY1UHTP' where id=9; -update noar tt set v0='O50DUVWCA07' where id=9; -update noar ti set v0='O50DUVWCA07' where id=9; -update noar tt set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9; -update noar ti set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9; -update noar tt set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9; -update noar ti set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9; -update noar tt set b2='F1M0W35E5QTBQW' where id=9; -update noar ti set b2='F1M0W35E5QTBQW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1; -update noar ti set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1; -update noar tt set b0='4JB1XZR6GGHO53ZR281F' where id=1; -update noar ti set b0='4JB1XZR6GGHO53ZR281F' where id=1; -update noar tt set v0='JWRNW' where id=1; -update noar ti set v0='JWRNW' where id=1; -update noar tt set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1; -update noar ti set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1; -update noar tt set v0='N29EM7SG' where id=1; -update noar ti set v0='N29EM7SG' where id=1; -update noar tt set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1; -update noar ti set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1; -update noar tt set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2; -update noar ti set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2; -update noar tt set b0='0XDBSJQ37C1B1' where id=2; -update noar ti set b0='0XDBSJQ37C1B1' where id=2; -update noar tt set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2; -update noar ti set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2; -update noar tt set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2; -update noar ti set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2; -update noar tt set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2; -update noar ti set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2; -update noar tt set b2='8Q53SEJ02L' where id=2; -update noar ti set b2='8Q53SEJ02L' where id=2; -update noar tt set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3; -update noar ti set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3; -update noar tt set b0='GSIU' where id=3; -update noar ti set b0='GSIU' where id=3; -update noar tt set v0='Y1' where id=3; -update noar ti set v0='Y1' where id=3; -update noar tt set b1='T68PIO' where id=3; -update noar ti set b1='T68PIO' where id=3; -update noar tt set v0='K6NEEP5R4ATOBJJ9IH990' where id=3; -update noar ti set v0='K6NEEP5R4ATOBJJ9IH990' where id=3; -update noar tt set b2='K5W7IM6LWGZZ3M0' where id=3; -update noar ti set b2='K5W7IM6LWGZZ3M0' where id=3; -update noar tt set v0='P49ZS' where id=4; -update noar ti set v0='P49ZS' where id=4; -update noar tt set b0='KDP' where id=4; -update noar ti set b0='KDP' where id=4; -update noar tt set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4; -update noar ti set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4; -update noar tt set b1='5E8QJL8K5P7UT4' where id=4; -update noar ti set b1='5E8QJL8K5P7UT4' where id=4; -update noar tt set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4; -update noar ti set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4; -update noar tt set b2='1' where id=4; -update noar ti set b2='1' where id=4; -update noar tt set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5; -update noar ti set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5; -update noar tt set b0='YSOKXCCVIFPNE503BJ' where id=5; -update noar ti set b0='YSOKXCCVIFPNE503BJ' where id=5; -update noar tt set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5; -update noar ti set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5; -update noar tt set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5; -update noar ti set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5; -update noar tt set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5; -update noar ti set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5; -update noar tt set b2='0A78JP672GGOL1EPEZ2FL3' where id=5; -update noar ti set b2='0A78JP672GGOL1EPEZ2FL3' where id=5; -update noar tt set v0='KD' where id=6; -update noar ti set v0='KD' where id=6; -update noar tt set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6; -update noar ti set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6; -update noar tt set v0='IWRP' where id=6; -update noar ti set v0='IWRP' where id=6; -update noar tt set b1='OFF94CSWJROSA21895' where id=6; -update noar ti set b1='OFF94CSWJROSA21895' where id=6; -update noar tt set v0='VSS3UFBK9WK1FJHECF7BY' where id=6; -update noar ti set v0='VSS3UFBK9WK1FJHECF7BY' where id=6; -update noar tt set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6; -update noar ti set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6; -update noar tt set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7; -update noar ti set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7; -update noar tt set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7; -update noar ti set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7; -update noar tt set v0='MNE5FOBSGFRYEDHVDH' where id=7; -update noar ti set v0='MNE5FOBSGFRYEDHVDH' where id=7; -update noar tt set b1='NWRSX' where id=7; -update noar ti set b1='NWRSX' where id=7; -update noar tt set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7; -update noar ti set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7; -update noar tt set b2='QQPRH7ZR32V' where id=7; -update noar ti set b2='QQPRH7ZR32V' where id=7; -update noar tt set v0='4I9UBAA9QYT' where id=8; -update noar ti set v0='4I9UBAA9QYT' where id=8; -update noar tt set b0='5W7' where id=8; -update noar ti set b0='5W7' where id=8; -update noar tt set v0='B9OY5AQA4Q' where id=8; -update noar ti set v0='B9OY5AQA4Q' where id=8; -update noar tt set b1='LJAAXNXP115K7KM1VP' where id=8; -update noar ti set b1='LJAAXNXP115K7KM1VP' where id=8; -update noar tt set v0='DV4RPJBFVTIDKBC7OBF' where id=8; -update noar ti set v0='DV4RPJBFVTIDKBC7OBF' where id=8; -update noar tt set b2='31VBHA0WYNFMM0ND1U3HA' where id=8; -update noar ti set b2='31VBHA0WYNFMM0ND1U3HA' where id=8; -update noar tt set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9; -update noar ti set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9; -update noar tt set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9; -update noar ti set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9; -update noar tt set v0='UC9C4E0GIFIGUYP' where id=9; -update noar ti set v0='UC9C4E0GIFIGUYP' where id=9; -update noar tt set b1='A3' where id=9; -update noar ti set b1='A3' where id=9; -update noar tt set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9; -update noar ti set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9; -update noar tt set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9; -update noar ti set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='924DMLHUZX5E1Y19A7U7N00' where id=1; -update noar ti set v0='924DMLHUZX5E1Y19A7U7N00' where id=1; -update noar tt set b0='JP8DZFA' where id=1; -update noar ti set b0='JP8DZFA' where id=1; -update noar tt set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1; -update noar ti set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1; -update noar tt set b1='9VLRHCPDWO0C4K' where id=1; -update noar ti set b1='9VLRHCPDWO0C4K' where id=1; -update noar tt set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1; -update noar ti set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1; -update noar tt set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1; -update noar ti set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1; -update noar tt set v0='GBN11VA7O1ALPWFGF52YW' where id=2; -update noar ti set v0='GBN11VA7O1ALPWFGF52YW' where id=2; -update noar tt set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2; -update noar ti set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2; -update noar tt set v0='JLAQ0KAECQ44HIXDL' where id=2; -update noar ti set v0='JLAQ0KAECQ44HIXDL' where id=2; -update noar tt set b1='MOCI6K7R99AWNUUY41PR' where id=2; -update noar ti set b1='MOCI6K7R99AWNUUY41PR' where id=2; -update noar tt set v0='VAAT8W7W' where id=2; -update noar ti set v0='VAAT8W7W' where id=2; -update noar tt set b2='4JSEXQ6S' where id=2; -update noar ti set b2='4JSEXQ6S' where id=2; -update noar tt set v0='ZHBHDC' where id=3; -update noar ti set v0='ZHBHDC' where id=3; -update noar tt set b0='5TGZ8GVN8CL16U3X8' where id=3; -update noar ti set b0='5TGZ8GVN8CL16U3X8' where id=3; -update noar tt set v0='TU23OZIPA8UGBI' where id=3; -update noar ti set v0='TU23OZIPA8UGBI' where id=3; -update noar tt set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3; -update noar ti set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3; -update noar tt set v0='4C73OMK8H1DCENPECENX9A' where id=3; -update noar ti set v0='4C73OMK8H1DCENPECENX9A' where id=3; -update noar tt set b2='INLDUPR0LZDEP0RZTGQGN' where id=3; -update noar ti set b2='INLDUPR0LZDEP0RZTGQGN' where id=3; -update noar tt set v0='YT7A' where id=4; -update noar ti set v0='YT7A' where id=4; -update noar tt set b0='0FDN1G9PMPQZ3AR' where id=4; -update noar ti set b0='0FDN1G9PMPQZ3AR' where id=4; -update noar tt set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4; -update noar ti set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4; -update noar tt set b1='TS1KIWDC11NU' where id=4; -update noar ti set b1='TS1KIWDC11NU' where id=4; -update noar tt set v0='MSOK978ZD6RHCAA54PZK' where id=4; -update noar ti set v0='MSOK978ZD6RHCAA54PZK' where id=4; -update noar tt set b2='6ODSCOI97HKWV6XBS' where id=4; -update noar ti set b2='6ODSCOI97HKWV6XBS' where id=4; -update noar tt set v0='WOHVUAJC0J' where id=5; -update noar ti set v0='WOHVUAJC0J' where id=5; -update noar tt set b0='M8FU0I4A' where id=5; -update noar ti set b0='M8FU0I4A' where id=5; -update noar tt set v0='WTRCHAKQH0Q7' where id=5; -update noar ti set v0='WTRCHAKQH0Q7' where id=5; -update noar tt set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5; -update noar ti set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5; -update noar tt set v0='4B2HHDWGINKTA1DZ7SV' where id=5; -update noar ti set v0='4B2HHDWGINKTA1DZ7SV' where id=5; -update noar tt set b2='B6U2C5HAUQRG86JD' where id=5; -update noar ti set b2='B6U2C5HAUQRG86JD' where id=5; -update noar tt set v0='TSO5YX' where id=6; -update noar ti set v0='TSO5YX' where id=6; -update noar tt set b0='6Z' where id=6; -update noar ti set b0='6Z' where id=6; -update noar tt set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6; -update noar ti set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6; -update noar tt set b1='WOMS5DM' where id=6; -update noar ti set b1='WOMS5DM' where id=6; -update noar tt set v0='WC6TYFYM4' where id=6; -update noar ti set v0='WC6TYFYM4' where id=6; -update noar tt set b2='TVVGTIBZR' where id=6; -update noar ti set b2='TVVGTIBZR' where id=6; -update noar tt set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7; -update noar ti set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7; -update noar tt set b0='2' where id=7; -update noar ti set b0='2' where id=7; -update noar tt set v0='SA0N50XSZOX' where id=7; -update noar ti set v0='SA0N50XSZOX' where id=7; -update noar tt set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7; -update noar ti set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7; -update noar tt set v0='IN5N' where id=7; -update noar ti set v0='IN5N' where id=7; -update noar tt set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7; -update noar ti set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7; -update noar tt set v0='HBMGILPW70USWKO' where id=8; -update noar ti set v0='HBMGILPW70USWKO' where id=8; -update noar tt set b0='208RB6CBMXVB53KPANMN4EE' where id=8; -update noar ti set b0='208RB6CBMXVB53KPANMN4EE' where id=8; -update noar tt set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8; -update noar ti set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8; -update noar tt set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8; -update noar ti set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8; -update noar tt set v0='N6ZN051UYD077Y387' where id=8; -update noar ti set v0='N6ZN051UYD077Y387' where id=8; -update noar tt set b2='JPR6S6LDP719XB' where id=8; -update noar ti set b2='JPR6S6LDP719XB' where id=8; -update noar tt set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9; -update noar ti set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9; -update noar tt set b0='7G7ZVU4S9B3KWOZAONRU' where id=9; -update noar ti set b0='7G7ZVU4S9B3KWOZAONRU' where id=9; -update noar tt set v0='VO' where id=9; -update noar ti set v0='VO' where id=9; -update noar tt set b1='WIL0ZP5I27' where id=9; -update noar ti set b1='WIL0ZP5I27' where id=9; -update noar tt set v0='EZ4LVF8VSTKFNYNN8' where id=9; -update noar ti set v0='EZ4LVF8VSTKFNYNN8' where id=9; -update noar tt set b2='RKVSQY' where id=9; -update noar ti set b2='RKVSQY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RX' where id=1; -update noar ti set v0='RX' where id=1; -update noar tt set b0='2WCIMKBCKFK7PGH' where id=1; -update noar ti set b0='2WCIMKBCKFK7PGH' where id=1; -update noar tt set v0='706PK' where id=1; -update noar ti set v0='706PK' where id=1; -update noar tt set b1='6E' where id=1; -update noar ti set b1='6E' where id=1; -update noar tt set v0='1ORZ2X5I49' where id=1; -update noar ti set v0='1ORZ2X5I49' where id=1; -update noar tt set b2='T6VKX' where id=1; -update noar ti set b2='T6VKX' where id=1; -update noar tt set v0='03' where id=2; -update noar ti set v0='03' where id=2; -update noar tt set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2; -update noar ti set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2; -update noar tt set v0='UQ3SS' where id=2; -update noar ti set v0='UQ3SS' where id=2; -update noar tt set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2; -update noar ti set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2; -update noar tt set v0='78M7YTPAQAYTB64XCV00ZF' where id=2; -update noar ti set v0='78M7YTPAQAYTB64XCV00ZF' where id=2; -update noar tt set b2='16G' where id=2; -update noar ti set b2='16G' where id=2; -update noar tt set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3; -update noar ti set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3; -update noar tt set b0='WEL6DTZCHTYUL7KZHABDO' where id=3; -update noar ti set b0='WEL6DTZCHTYUL7KZHABDO' where id=3; -update noar tt set v0='MIKXSUXLEMVJ43RVGFB' where id=3; -update noar ti set v0='MIKXSUXLEMVJ43RVGFB' where id=3; -update noar tt set b1='0IHM2JLXMH2ZB' where id=3; -update noar ti set b1='0IHM2JLXMH2ZB' where id=3; -update noar tt set v0='UVOG2TS516' where id=3; -update noar ti set v0='UVOG2TS516' where id=3; -update noar tt set b2='IQSM8OM' where id=3; -update noar ti set b2='IQSM8OM' where id=3; -update noar tt set v0='YUSNVJJMY5BWXLZE86' where id=4; -update noar ti set v0='YUSNVJJMY5BWXLZE86' where id=4; -update noar tt set b0='X2' where id=4; -update noar ti set b0='X2' where id=4; -update noar tt set v0='7HB0QKR67NM' where id=4; -update noar ti set v0='7HB0QKR67NM' where id=4; -update noar tt set b1='XG' where id=4; -update noar ti set b1='XG' where id=4; -update noar tt set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4; -update noar ti set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4; -update noar tt set b2='HO749TUPMSMB7VLMDFER4' where id=4; -update noar ti set b2='HO749TUPMSMB7VLMDFER4' where id=4; -update noar tt set v0='7UUD0C' where id=5; -update noar ti set v0='7UUD0C' where id=5; -update noar tt set b0='JVY3ARWMV' where id=5; -update noar ti set b0='JVY3ARWMV' where id=5; -update noar tt set v0='7L' where id=5; -update noar ti set v0='7L' where id=5; -update noar tt set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5; -update noar ti set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5; -update noar tt set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5; -update noar ti set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5; -update noar tt set b2='JEUV1' where id=5; -update noar ti set b2='JEUV1' where id=5; -update noar tt set v0='R65BOTHCZ' where id=6; -update noar ti set v0='R65BOTHCZ' where id=6; -update noar tt set b0='CBJ' where id=6; -update noar ti set b0='CBJ' where id=6; -update noar tt set v0='77DZEK4T' where id=6; -update noar ti set v0='77DZEK4T' where id=6; -update noar tt set b1='LSRJKJGL36P9S57649G320Z' where id=6; -update noar ti set b1='LSRJKJGL36P9S57649G320Z' where id=6; -update noar tt set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6; -update noar ti set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6; -update noar tt set b2='JZBV6WWM2FVYN4E19J' where id=6; -update noar ti set b2='JZBV6WWM2FVYN4E19J' where id=6; -update noar tt set v0='F43ZUIDPHZ4AVK3' where id=7; -update noar ti set v0='F43ZUIDPHZ4AVK3' where id=7; -update noar tt set b0='N4FA8K89K3KJ4XISQ8V' where id=7; -update noar ti set b0='N4FA8K89K3KJ4XISQ8V' where id=7; -update noar tt set v0='Q1343X9C6MLSTV' where id=7; -update noar ti set v0='Q1343X9C6MLSTV' where id=7; -update noar tt set b1='UYRSGXXC' where id=7; -update noar ti set b1='UYRSGXXC' where id=7; -update noar tt set v0='5EI5LREEYV0QINGGU' where id=7; -update noar ti set v0='5EI5LREEYV0QINGGU' where id=7; -update noar tt set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7; -update noar ti set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7; -update noar tt set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8; -update noar ti set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8; -update noar tt set b0='2MCJUZ5V291MY' where id=8; -update noar ti set b0='2MCJUZ5V291MY' where id=8; -update noar tt set v0='9M3GJC0B' where id=8; -update noar ti set v0='9M3GJC0B' where id=8; -update noar tt set b1='BYHHYHHUNAEQUJM6W' where id=8; -update noar ti set b1='BYHHYHHUNAEQUJM6W' where id=8; -update noar tt set v0='B5N' where id=8; -update noar ti set v0='B5N' where id=8; -update noar tt set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8; -update noar ti set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8; -update noar tt set v0='OGBGY3ZREMY193Q9F' where id=9; -update noar ti set v0='OGBGY3ZREMY193Q9F' where id=9; -update noar tt set b0='CH0XSWBC2P' where id=9; -update noar ti set b0='CH0XSWBC2P' where id=9; -update noar tt set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9; -update noar ti set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9; -update noar tt set b1='AXCLAER11W651LFG' where id=9; -update noar ti set b1='AXCLAER11W651LFG' where id=9; -update noar tt set v0='JE3BLVVQNPLHWMM' where id=9; -update noar ti set v0='JE3BLVVQNPLHWMM' where id=9; -update noar tt set b2='ITIF' where id=9; -update noar ti set b2='ITIF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7' where id=1; -update noar ti set v0='7' where id=1; -update noar tt set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1; -update noar ti set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1; -update noar tt set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1; -update noar ti set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1; -update noar tt set b1='VLDXMXBKYLHWY' where id=1; -update noar ti set b1='VLDXMXBKYLHWY' where id=1; -update noar tt set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1; -update noar ti set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1; -update noar tt set b2='RXYF95Q' where id=1; -update noar ti set b2='RXYF95Q' where id=1; -update noar tt set v0='05' where id=2; -update noar ti set v0='05' where id=2; -update noar tt set b0='ZB1DFZM' where id=2; -update noar ti set b0='ZB1DFZM' where id=2; -update noar tt set v0='HKG3PDFVE5' where id=2; -update noar ti set v0='HKG3PDFVE5' where id=2; -update noar tt set b1='A7SMDWGJM7BXX99' where id=2; -update noar ti set b1='A7SMDWGJM7BXX99' where id=2; -update noar tt set v0='09KYTXMNP3B9JT' where id=2; -update noar ti set v0='09KYTXMNP3B9JT' where id=2; -update noar tt set b2='6I36X22EZW0A9B' where id=2; -update noar ti set b2='6I36X22EZW0A9B' where id=2; -update noar tt set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3; -update noar ti set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3; -update noar tt set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3; -update noar ti set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3; -update noar tt set v0='PSDFUNRWD3DE7T973DE' where id=3; -update noar ti set v0='PSDFUNRWD3DE7T973DE' where id=3; -update noar tt set b1='W7FL5IIMK1Z' where id=3; -update noar ti set b1='W7FL5IIMK1Z' where id=3; -update noar tt set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3; -update noar ti set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3; -update noar tt set b2='76WUV4E03OP8IC7XANZDRT1' where id=3; -update noar ti set b2='76WUV4E03OP8IC7XANZDRT1' where id=3; -update noar tt set v0='SSNGY' where id=4; -update noar ti set v0='SSNGY' where id=4; -update noar tt set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4; -update noar ti set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4; -update noar tt set v0='IVRBC79VODTM5ESR5' where id=4; -update noar ti set v0='IVRBC79VODTM5ESR5' where id=4; -update noar tt set b1='A5' where id=4; -update noar ti set b1='A5' where id=4; -update noar tt set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4; -update noar ti set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4; -update noar tt set b2='HGWVIJPSN0GFXZ' where id=4; -update noar ti set b2='HGWVIJPSN0GFXZ' where id=4; -update noar tt set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5; -update noar ti set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5; -update noar tt set b0='6EX94' where id=5; -update noar ti set b0='6EX94' where id=5; -update noar tt set v0='5QA780MPCBH12AG76Q6DCL' where id=5; -update noar ti set v0='5QA780MPCBH12AG76Q6DCL' where id=5; -update noar tt set b1='2XRCU69NFWZF7XDFNR' where id=5; -update noar ti set b1='2XRCU69NFWZF7XDFNR' where id=5; -update noar tt set v0='LRVEXWM4468MWAS8' where id=5; -update noar ti set v0='LRVEXWM4468MWAS8' where id=5; -update noar tt set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5; -update noar ti set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5; -update noar tt set v0='K9' where id=6; -update noar ti set v0='K9' where id=6; -update noar tt set b0='TS1VF5B9QKAP31QTG' where id=6; -update noar ti set b0='TS1VF5B9QKAP31QTG' where id=6; -update noar tt set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6; -update noar ti set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6; -update noar tt set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6; -update noar ti set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6; -update noar tt set v0='CYCBT' where id=6; -update noar ti set v0='CYCBT' where id=6; -update noar tt set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6; -update noar ti set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6; -update noar tt set v0='CBZF6X7INO4ZHUM2G1' where id=7; -update noar ti set v0='CBZF6X7INO4ZHUM2G1' where id=7; -update noar tt set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7; -update noar ti set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7; -update noar tt set v0='W18N5FE2S4OHWQ7X' where id=7; -update noar ti set v0='W18N5FE2S4OHWQ7X' where id=7; -update noar tt set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7; -update noar ti set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7; -update noar tt set v0='0CU' where id=7; -update noar ti set v0='0CU' where id=7; -update noar tt set b2='57OPJB9725UTU7H' where id=7; -update noar ti set b2='57OPJB9725UTU7H' where id=7; -update noar tt set v0='I9H685OG5WIGKTI3733' where id=8; -update noar ti set v0='I9H685OG5WIGKTI3733' where id=8; -update noar tt set b0='N0QLZ27FYU' where id=8; -update noar ti set b0='N0QLZ27FYU' where id=8; -update noar tt set v0='WIJRXFY' where id=8; -update noar ti set v0='WIJRXFY' where id=8; -update noar tt set b1='HLX2BV5FZ5IM047NC' where id=8; -update noar ti set b1='HLX2BV5FZ5IM047NC' where id=8; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8; -update noar ti set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8; -update noar tt set v0='4XZ3ISOBVA9IEZI9ND' where id=9; -update noar ti set v0='4XZ3ISOBVA9IEZI9ND' where id=9; -update noar tt set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9; -update noar ti set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9; -update noar tt set v0='OF' where id=9; -update noar ti set v0='OF' where id=9; -update noar tt set b1='ZQEIMTX7MNTG' where id=9; -update noar ti set b1='ZQEIMTX7MNTG' where id=9; -update noar tt set v0='OL1ST5QPQ743W2EJMI4YR' where id=9; -update noar ti set v0='OL1ST5QPQ743W2EJMI4YR' where id=9; -update noar tt set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9; -update noar ti set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VG' where id=1; -update noar ti set v0='VG' where id=1; -update noar tt set b0='FJN3XA968HN9GHXM2APSKL' where id=1; -update noar ti set b0='FJN3XA968HN9GHXM2APSKL' where id=1; -update noar tt set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1; -update noar ti set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1; -update noar tt set b1='H1G3' where id=1; -update noar ti set b1='H1G3' where id=1; -update noar tt set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1; -update noar ti set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1; -update noar tt set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1; -update noar ti set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1; -update noar tt set v0='YCV4YB8X8MIYIYDSAPD' where id=2; -update noar ti set v0='YCV4YB8X8MIYIYDSAPD' where id=2; -update noar tt set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2; -update noar ti set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2; -update noar tt set v0='F5WDA5H09RI' where id=2; -update noar ti set v0='F5WDA5H09RI' where id=2; -update noar tt set b1='DVLYDGB9UAVRDQ160SF6' where id=2; -update noar ti set b1='DVLYDGB9UAVRDQ160SF6' where id=2; -update noar tt set v0='PZ1LPO8WDF04JS2' where id=2; -update noar ti set v0='PZ1LPO8WDF04JS2' where id=2; -update noar tt set b2='L9HGD8ZI4WKVC7T2' where id=2; -update noar ti set b2='L9HGD8ZI4WKVC7T2' where id=2; -update noar tt set v0='Y6E0C0SOYHI' where id=3; -update noar ti set v0='Y6E0C0SOYHI' where id=3; -update noar tt set b0='PNCSIUC' where id=3; -update noar ti set b0='PNCSIUC' where id=3; -update noar tt set v0='5QKUG4AENZJWRD' where id=3; -update noar ti set v0='5QKUG4AENZJWRD' where id=3; -update noar tt set b1='OSHU5P5' where id=3; -update noar ti set b1='OSHU5P5' where id=3; -update noar tt set v0='962Q7' where id=3; -update noar ti set v0='962Q7' where id=3; -update noar tt set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3; -update noar ti set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3; -update noar tt set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4; -update noar ti set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4; -update noar tt set b0='GURSCLP' where id=4; -update noar ti set b0='GURSCLP' where id=4; -update noar tt set v0='V2FN6E1TUKV9341PNOEEI' where id=4; -update noar ti set v0='V2FN6E1TUKV9341PNOEEI' where id=4; -update noar tt set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4; -update noar ti set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4; -update noar tt set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4; -update noar ti set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4; -update noar tt set b2='WVV2D762GU1TKFJD' where id=4; -update noar ti set b2='WVV2D762GU1TKFJD' where id=4; -update noar tt set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5; -update noar ti set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5; -update noar tt set b0='B327PUI3MYCEI8XP96' where id=5; -update noar ti set b0='B327PUI3MYCEI8XP96' where id=5; -update noar tt set v0='DA7DXNGKX7' where id=5; -update noar ti set v0='DA7DXNGKX7' where id=5; -update noar tt set b1='KB1G9K7XE09SF6LGY5I47' where id=5; -update noar ti set b1='KB1G9K7XE09SF6LGY5I47' where id=5; -update noar tt set v0='E570M6JXEA4JBZJFPHFT' where id=5; -update noar ti set v0='E570M6JXEA4JBZJFPHFT' where id=5; -update noar tt set b2='W3L' where id=5; -update noar ti set b2='W3L' where id=5; -update noar tt set v0='DSR1XNMKT0AZ' where id=6; -update noar ti set v0='DSR1XNMKT0AZ' where id=6; -update noar tt set b0='18X' where id=6; -update noar ti set b0='18X' where id=6; -update noar tt set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6; -update noar ti set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6; -update noar tt set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6; -update noar ti set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6; -update noar tt set v0='6W0Y' where id=6; -update noar ti set v0='6W0Y' where id=6; -update noar tt set b2='KIMUPFZ' where id=6; -update noar ti set b2='KIMUPFZ' where id=6; -update noar tt set v0='AH' where id=7; -update noar ti set v0='AH' where id=7; -update noar tt set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7; -update noar ti set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7; -update noar tt set v0='48NXU97IQYAGCJYQ3B' where id=7; -update noar ti set v0='48NXU97IQYAGCJYQ3B' where id=7; -update noar tt set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7; -update noar ti set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7; -update noar tt set v0='5ZR6VB9CEAWA4ZSD4J' where id=7; -update noar ti set v0='5ZR6VB9CEAWA4ZSD4J' where id=7; -update noar tt set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7; -update noar ti set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7; -update noar tt set v0='ARRFXWW4LY05R2U5P5' where id=8; -update noar ti set v0='ARRFXWW4LY05R2U5P5' where id=8; -update noar tt set b0='OEVDKE117AD88ZTXFAZ' where id=8; -update noar ti set b0='OEVDKE117AD88ZTXFAZ' where id=8; -update noar tt set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8; -update noar ti set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8; -update noar tt set b1='NOI76XV' where id=8; -update noar ti set b1='NOI76XV' where id=8; -update noar tt set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8; -update noar ti set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8; -update noar tt set b2='7PYL9NZFGE9OYKORR' where id=8; -update noar ti set b2='7PYL9NZFGE9OYKORR' where id=8; -update noar tt set v0='I7' where id=9; -update noar ti set v0='I7' where id=9; -update noar tt set b0='PF' where id=9; -update noar ti set b0='PF' where id=9; -update noar tt set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9; -update noar ti set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9; -update noar tt set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9; -update noar ti set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9; -update noar tt set v0='2T2RWCL0Y4' where id=9; -update noar ti set v0='2T2RWCL0Y4' where id=9; -update noar tt set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9; -update noar ti set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IW6Y0QH0HNFJKJM3' where id=1; -update noar ti set v0='IW6Y0QH0HNFJKJM3' where id=1; -update noar tt set b0='73OJM' where id=1; -update noar ti set b0='73OJM' where id=1; -update noar tt set v0='SJI5ZFVKS' where id=1; -update noar ti set v0='SJI5ZFVKS' where id=1; -update noar tt set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1; -update noar ti set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1; -update noar tt set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1; -update noar ti set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1; -update noar tt set b2='V7UN' where id=1; -update noar ti set b2='V7UN' where id=1; -update noar tt set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2; -update noar ti set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2; -update noar tt set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2; -update noar ti set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2; -update noar tt set v0='8WM21ZZLR1Y7Q' where id=2; -update noar ti set v0='8WM21ZZLR1Y7Q' where id=2; -update noar tt set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2; -update noar ti set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2; -update noar tt set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2; -update noar ti set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2; -update noar tt set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2; -update noar ti set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2; -update noar tt set v0='LK1XQODE31ALGYF3WBABAW6' where id=3; -update noar ti set v0='LK1XQODE31ALGYF3WBABAW6' where id=3; -update noar tt set b0='312HEGO0J4GC00YOCF' where id=3; -update noar ti set b0='312HEGO0J4GC00YOCF' where id=3; -update noar tt set v0='7PC' where id=3; -update noar ti set v0='7PC' where id=3; -update noar tt set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3; -update noar ti set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3; -update noar tt set v0='AKV6P2UY' where id=3; -update noar ti set v0='AKV6P2UY' where id=3; -update noar tt set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3; -update noar ti set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3; -update noar tt set v0='1OHUNAICUT8XP4O66UC' where id=4; -update noar ti set v0='1OHUNAICUT8XP4O66UC' where id=4; -update noar tt set b0='TZ9NLOPICFE' where id=4; -update noar ti set b0='TZ9NLOPICFE' where id=4; -update noar tt set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4; -update noar ti set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4; -update noar tt set b1='O9HU0YGH' where id=4; -update noar ti set b1='O9HU0YGH' where id=4; -update noar tt set v0='8J' where id=4; -update noar ti set v0='8J' where id=4; -update noar tt set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4; -update noar ti set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4; -update noar tt set v0='QYA938NA' where id=5; -update noar ti set v0='QYA938NA' where id=5; -update noar tt set b0='30XT95LYU4V06OTXDP4VNM' where id=5; -update noar ti set b0='30XT95LYU4V06OTXDP4VNM' where id=5; -update noar tt set v0='8S9K5D2LHGAVDR9LYVH' where id=5; -update noar ti set v0='8S9K5D2LHGAVDR9LYVH' where id=5; -update noar tt set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5; -update noar ti set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5; -update noar tt set v0='5C' where id=5; -update noar ti set v0='5C' where id=5; -update noar tt set b2='E5DNMQW0DNEV3XZG881N6' where id=5; -update noar ti set b2='E5DNMQW0DNEV3XZG881N6' where id=5; -update noar tt set v0='JKTGTP' where id=6; -update noar ti set v0='JKTGTP' where id=6; -update noar tt set b0='8YWA1' where id=6; -update noar ti set b0='8YWA1' where id=6; -update noar tt set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6; -update noar ti set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6; -update noar tt set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6; -update noar ti set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6; -update noar tt set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6; -update noar ti set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6; -update noar tt set b2='GE' where id=6; -update noar ti set b2='GE' where id=6; -update noar tt set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7; -update noar ti set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7; -update noar tt set b0='PJ6CMI7C' where id=7; -update noar ti set b0='PJ6CMI7C' where id=7; -update noar tt set v0='BW1FVWMHL4G5' where id=7; -update noar ti set v0='BW1FVWMHL4G5' where id=7; -update noar tt set b1='AM9PTG21' where id=7; -update noar ti set b1='AM9PTG21' where id=7; -update noar tt set v0='OJXW7YO' where id=7; -update noar ti set v0='OJXW7YO' where id=7; -update noar tt set b2='IYBAI4Z2A' where id=7; -update noar ti set b2='IYBAI4Z2A' where id=7; -update noar tt set v0='ADSI8OELHE0ZZEA3Z' where id=8; -update noar ti set v0='ADSI8OELHE0ZZEA3Z' where id=8; -update noar tt set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8; -update noar ti set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8; -update noar tt set v0='90DG6AA' where id=8; -update noar ti set v0='90DG6AA' where id=8; -update noar tt set b1='S4' where id=8; -update noar ti set b1='S4' where id=8; -update noar tt set v0='KRKT17T019AUOG6API6OI0G8' where id=8; -update noar ti set v0='KRKT17T019AUOG6API6OI0G8' where id=8; -update noar tt set b2='SKLLY80VXK' where id=8; -update noar ti set b2='SKLLY80VXK' where id=8; -update noar tt set v0='P9QLBX' where id=9; -update noar ti set v0='P9QLBX' where id=9; -update noar tt set b0='1R3CPMX0OWEWT' where id=9; -update noar ti set b0='1R3CPMX0OWEWT' where id=9; -update noar tt set v0='IF0RM8UN9F6W09SC6B' where id=9; -update noar ti set v0='IF0RM8UN9F6W09SC6B' where id=9; -update noar tt set b1='ZKF5F092H183FKWWS9TP' where id=9; -update noar ti set b1='ZKF5F092H183FKWWS9TP' where id=9; -update noar tt set v0='MZR4BSRH7WV8DQ0' where id=9; -update noar ti set v0='MZR4BSRH7WV8DQ0' where id=9; -update noar tt set b2='FEDLU4D2MJ' where id=9; -update noar ti set b2='FEDLU4D2MJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L3786MH907' where id=1; -update noar ti set v0='L3786MH907' where id=1; -update noar tt set b0='ELM3TRETS5A3WB51' where id=1; -update noar ti set b0='ELM3TRETS5A3WB51' where id=1; -update noar tt set v0='FLL1KAJZCYTD8OXO4V36H' where id=1; -update noar ti set v0='FLL1KAJZCYTD8OXO4V36H' where id=1; -update noar tt set b1='ITRUL57EP0F1YKXG2' where id=1; -update noar ti set b1='ITRUL57EP0F1YKXG2' where id=1; -update noar tt set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1; -update noar ti set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1; -update noar tt set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1; -update noar ti set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1; -update noar tt set v0='O' where id=2; -update noar ti set v0='O' where id=2; -update noar tt set b0='HCC6S' where id=2; -update noar ti set b0='HCC6S' where id=2; -update noar tt set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2; -update noar ti set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2; -update noar tt set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2; -update noar ti set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2; -update noar tt set v0='1JOA0R7LQJWD16TA' where id=2; -update noar ti set v0='1JOA0R7LQJWD16TA' where id=2; -update noar tt set b2='L' where id=2; -update noar ti set b2='L' where id=2; -update noar tt set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3; -update noar ti set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3; -update noar tt set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3; -update noar ti set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3; -update noar tt set v0='384WA1Z' where id=3; -update noar ti set v0='384WA1Z' where id=3; -update noar tt set b1='D9DOWXS4GXUX' where id=3; -update noar ti set b1='D9DOWXS4GXUX' where id=3; -update noar tt set v0='FGDTBLBH01EFII9OHGY' where id=3; -update noar ti set v0='FGDTBLBH01EFII9OHGY' where id=3; -update noar tt set b2='YZKYP33HYHXCOD' where id=3; -update noar ti set b2='YZKYP33HYHXCOD' where id=3; -update noar tt set v0='CU25C0' where id=4; -update noar ti set v0='CU25C0' where id=4; -update noar tt set b0='S7W3' where id=4; -update noar ti set b0='S7W3' where id=4; -update noar tt set v0='D' where id=4; -update noar ti set v0='D' where id=4; -update noar tt set b1='TYXENYDW6AVV7D7J' where id=4; -update noar ti set b1='TYXENYDW6AVV7D7J' where id=4; -update noar tt set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4; -update noar ti set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4; -update noar tt set b2='CLC0UPD' where id=4; -update noar ti set b2='CLC0UPD' where id=4; -update noar tt set v0='3X3I49A' where id=5; -update noar ti set v0='3X3I49A' where id=5; -update noar tt set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5; -update noar ti set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5; -update noar tt set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5; -update noar ti set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5; -update noar tt set b1='CJ' where id=5; -update noar ti set b1='CJ' where id=5; -update noar tt set v0='6GXY89738LQVIPB' where id=5; -update noar ti set v0='6GXY89738LQVIPB' where id=5; -update noar tt set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5; -update noar ti set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5; -update noar tt set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6; -update noar ti set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6; -update noar tt set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6; -update noar ti set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6; -update noar tt set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6; -update noar ti set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6; -update noar tt set b1='WBCZFSOJRG' where id=6; -update noar ti set b1='WBCZFSOJRG' where id=6; -update noar tt set v0='2ZZ' where id=6; -update noar ti set v0='2ZZ' where id=6; -update noar tt set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6; -update noar ti set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6; -update noar tt set v0='LRBQWRQHDY' where id=7; -update noar ti set v0='LRBQWRQHDY' where id=7; -update noar tt set b0='EBK6PH6RTVLGLTXFEMI' where id=7; -update noar ti set b0='EBK6PH6RTVLGLTXFEMI' where id=7; -update noar tt set v0='XPP5MOW6BHOK6' where id=7; -update noar ti set v0='XPP5MOW6BHOK6' where id=7; -update noar tt set b1='ZERGFQPI8QLUZ4QT3OI' where id=7; -update noar ti set b1='ZERGFQPI8QLUZ4QT3OI' where id=7; -update noar tt set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7; -update noar ti set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7; -update noar tt set b2='BX7I' where id=7; -update noar ti set b2='BX7I' where id=7; -update noar tt set v0='3KD' where id=8; -update noar ti set v0='3KD' where id=8; -update noar tt set b0='NE' where id=8; -update noar ti set b0='NE' where id=8; -update noar tt set v0='V2XUXEHY0RDT' where id=8; -update noar ti set v0='V2XUXEHY0RDT' where id=8; -update noar tt set b1='45AU94G24WIBAOZ094' where id=8; -update noar ti set b1='45AU94G24WIBAOZ094' where id=8; -update noar tt set v0='7S2NUS' where id=8; -update noar ti set v0='7S2NUS' where id=8; -update noar tt set b2='L0PUWZ6D7MQYI8C' where id=8; -update noar ti set b2='L0PUWZ6D7MQYI8C' where id=8; -update noar tt set v0='JKBZIFRJVD' where id=9; -update noar ti set v0='JKBZIFRJVD' where id=9; -update noar tt set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9; -update noar ti set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9; -update noar tt set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9; -update noar ti set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9; -update noar tt set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9; -update noar ti set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9; -update noar tt set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9; -update noar ti set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9; -update noar tt set b2='2UI7LHK6M7DMW' where id=9; -update noar ti set b2='2UI7LHK6M7DMW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='7UI8H45MAL' where id=1; -update noar ti set v0='7UI8H45MAL' where id=1; -update noar tt set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1; -update noar ti set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1; -update noar tt set v0='QZMRKBIXXHBUSTIMAB4R' where id=1; -update noar ti set v0='QZMRKBIXXHBUSTIMAB4R' where id=1; -update noar tt set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1; -update noar ti set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1; -update noar tt set v0='O3WKCFM97Q2KUR3KW' where id=1; -update noar ti set v0='O3WKCFM97Q2KUR3KW' where id=1; -update noar tt set b2='NJEQ588SH2' where id=1; -update noar ti set b2='NJEQ588SH2' where id=1; -update noar tt set v0='U8' where id=2; -update noar ti set v0='U8' where id=2; -update noar tt set b0='P' where id=2; -update noar ti set b0='P' where id=2; -update noar tt set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2; -update noar ti set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2; -update noar tt set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2; -update noar ti set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2; -update noar tt set v0='PE1I1GLH' where id=2; -update noar ti set v0='PE1I1GLH' where id=2; -update noar tt set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2; -update noar ti set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2; -update noar tt set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3; -update noar ti set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3; -update noar tt set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3; -update noar ti set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3; -update noar tt set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3; -update noar ti set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3; -update noar tt set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3; -update noar ti set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3; -update noar tt set v0='JU' where id=3; -update noar ti set v0='JU' where id=3; -update noar tt set b2='KD2Q2RA8P61VD0' where id=3; -update noar ti set b2='KD2Q2RA8P61VD0' where id=3; -update noar tt set v0='5I6TPP3QDZ073' where id=4; -update noar ti set v0='5I6TPP3QDZ073' where id=4; -update noar tt set b0='YHQV33RT' where id=4; -update noar ti set b0='YHQV33RT' where id=4; -update noar tt set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4; -update noar ti set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4; -update noar tt set b1='GXNDFSV704RLWWNMX' where id=4; -update noar ti set b1='GXNDFSV704RLWWNMX' where id=4; -update noar tt set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4; -update noar ti set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4; -update noar tt set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4; -update noar ti set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4; -update noar tt set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5; -update noar ti set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5; -update noar tt set b0='65STS' where id=5; -update noar ti set b0='65STS' where id=5; -update noar tt set v0='OI12XC' where id=5; -update noar ti set v0='OI12XC' where id=5; -update noar tt set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5; -update noar ti set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5; -update noar tt set v0='J15HK0J' where id=5; -update noar ti set v0='J15HK0J' where id=5; -update noar tt set b2='X444IUUYL20KVSFNF59KSJ7' where id=5; -update noar ti set b2='X444IUUYL20KVSFNF59KSJ7' where id=5; -update noar tt set v0='0FU57N2HAZ9PBBH95Y' where id=6; -update noar ti set v0='0FU57N2HAZ9PBBH95Y' where id=6; -update noar tt set b0='BSURJ' where id=6; -update noar ti set b0='BSURJ' where id=6; -update noar tt set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6; -update noar ti set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6; -update noar tt set b1='YAO7U2CE509TYQ6' where id=6; -update noar ti set b1='YAO7U2CE509TYQ6' where id=6; -update noar tt set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6; -update noar ti set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6; -update noar tt set b2='FVTWUXIDKTR' where id=6; -update noar ti set b2='FVTWUXIDKTR' where id=6; -update noar tt set v0='E8IGQ5MJNTOAL3K9W' where id=7; -update noar ti set v0='E8IGQ5MJNTOAL3K9W' where id=7; -update noar tt set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7; -update noar ti set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7; -update noar tt set v0='L56LU4N9HT6Y8ZSADTELH' where id=7; -update noar ti set v0='L56LU4N9HT6Y8ZSADTELH' where id=7; -update noar tt set b1='5GR3SWUP7FAGZ19' where id=7; -update noar ti set b1='5GR3SWUP7FAGZ19' where id=7; -update noar tt set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7; -update noar ti set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7; -update noar tt set b2='TL4D0' where id=7; -update noar ti set b2='TL4D0' where id=7; -update noar tt set v0='LM1XXEO9G4K3X' where id=8; -update noar ti set v0='LM1XXEO9G4K3X' where id=8; -update noar tt set b0='SOQCLCWYKOR816LKAXUF' where id=8; -update noar ti set b0='SOQCLCWYKOR816LKAXUF' where id=8; -update noar tt set v0='UQF34P681HP8U' where id=8; -update noar ti set v0='UQF34P681HP8U' where id=8; -update noar tt set b1='R85VS7GPW43Q5UA' where id=8; -update noar ti set b1='R85VS7GPW43Q5UA' where id=8; -update noar tt set v0='Y3KUWQSIKOB03N2ZP' where id=8; -update noar ti set v0='Y3KUWQSIKOB03N2ZP' where id=8; -update noar tt set b2='5EUYI' where id=8; -update noar ti set b2='5EUYI' where id=8; -update noar tt set v0='JSMVXK14H76UFBI6EYB' where id=9; -update noar ti set v0='JSMVXK14H76UFBI6EYB' where id=9; -update noar tt set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9; -update noar ti set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9; -update noar tt set v0='M12IP' where id=9; -update noar ti set v0='M12IP' where id=9; -update noar tt set b1='69KI7EBRU07OBB4' where id=9; -update noar ti set b1='69KI7EBRU07OBB4' where id=9; -update noar tt set v0='MSLVNY1P' where id=9; -update noar ti set v0='MSLVNY1P' where id=9; -update noar tt set b2='DF0G6147Q' where id=9; -update noar ti set b2='DF0G6147Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JP5IX5RT' where id=1; -update noar ti set v0='JP5IX5RT' where id=1; -update noar tt set b0='GL2KM353S3JM' where id=1; -update noar ti set b0='GL2KM353S3JM' where id=1; -update noar tt set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1; -update noar ti set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1; -update noar tt set b1='2C9CTSB848Y28Q' where id=1; -update noar ti set b1='2C9CTSB848Y28Q' where id=1; -update noar tt set v0='MBWR' where id=1; -update noar ti set v0='MBWR' where id=1; -update noar tt set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1; -update noar ti set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1; -update noar tt set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2; -update noar ti set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2; -update noar tt set b0='FHQJ9GG3XU3' where id=2; -update noar ti set b0='FHQJ9GG3XU3' where id=2; -update noar tt set v0='VJH8RULNDDF8410M63CM' where id=2; -update noar ti set v0='VJH8RULNDDF8410M63CM' where id=2; -update noar tt set b1='J000R67' where id=2; -update noar ti set b1='J000R67' where id=2; -update noar tt set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2; -update noar ti set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2; -update noar tt set b2='QCQBC5V2' where id=2; -update noar ti set b2='QCQBC5V2' where id=2; -update noar tt set v0='Z4NKOQ93XNOO' where id=3; -update noar ti set v0='Z4NKOQ93XNOO' where id=3; -update noar tt set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3; -update noar ti set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3; -update noar tt set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3; -update noar ti set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3; -update noar tt set b1='EG0ANJ' where id=3; -update noar ti set b1='EG0ANJ' where id=3; -update noar tt set v0='1Q3DW' where id=3; -update noar ti set v0='1Q3DW' where id=3; -update noar tt set b2='BOEAQ55' where id=3; -update noar ti set b2='BOEAQ55' where id=3; -update noar tt set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4; -update noar ti set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4; -update noar tt set b0='T4KF02MKP9B9HG78WWSY' where id=4; -update noar ti set b0='T4KF02MKP9B9HG78WWSY' where id=4; -update noar tt set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4; -update noar ti set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4; -update noar tt set b1='FQVJ' where id=4; -update noar ti set b1='FQVJ' where id=4; -update noar tt set v0='V50EOPCIDXB173KR1Y4B04' where id=4; -update noar ti set v0='V50EOPCIDXB173KR1Y4B04' where id=4; -update noar tt set b2='UWK6GIHO' where id=4; -update noar ti set b2='UWK6GIHO' where id=4; -update noar tt set v0='8F2YGNC2VT09C205IQHZ' where id=5; -update noar ti set v0='8F2YGNC2VT09C205IQHZ' where id=5; -update noar tt set b0='14UU385CBB5J5WNHCKFW9T57' where id=5; -update noar ti set b0='14UU385CBB5J5WNHCKFW9T57' where id=5; -update noar tt set v0='5G2G4JFJ5' where id=5; -update noar ti set v0='5G2G4JFJ5' where id=5; -update noar tt set b1='WKKGXC1BSCKEFLFM798' where id=5; -update noar ti set b1='WKKGXC1BSCKEFLFM798' where id=5; -update noar tt set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5; -update noar ti set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5; -update noar tt set b2='0ME' where id=5; -update noar ti set b2='0ME' where id=5; -update noar tt set v0='G8VSPSLFMMP' where id=6; -update noar ti set v0='G8VSPSLFMMP' where id=6; -update noar tt set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6; -update noar ti set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6; -update noar tt set v0='I' where id=6; -update noar ti set v0='I' where id=6; -update noar tt set b1='4ET' where id=6; -update noar ti set b1='4ET' where id=6; -update noar tt set v0='D9X3P0F' where id=6; -update noar ti set v0='D9X3P0F' where id=6; -update noar tt set b2='2DONXTISK6Q9JMZQJEK' where id=6; -update noar ti set b2='2DONXTISK6Q9JMZQJEK' where id=6; -update noar tt set v0='WMOOA1T17C' where id=7; -update noar ti set v0='WMOOA1T17C' where id=7; -update noar tt set b0='RJ7VQM2XHRH5GGSZ14X' where id=7; -update noar ti set b0='RJ7VQM2XHRH5GGSZ14X' where id=7; -update noar tt set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7; -update noar ti set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7; -update noar tt set b1='BQ761IADLQ' where id=7; -update noar ti set b1='BQ761IADLQ' where id=7; -update noar tt set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7; -update noar ti set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7; -update noar tt set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7; -update noar ti set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7; -update noar tt set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8; -update noar ti set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8; -update noar tt set b0='98Q7U1ONG45AX64TDW' where id=8; -update noar ti set b0='98Q7U1ONG45AX64TDW' where id=8; -update noar tt set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8; -update noar ti set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8; -update noar tt set b1='VD7Q66H5J' where id=8; -update noar ti set b1='VD7Q66H5J' where id=8; -update noar tt set v0='IHA0PY656CXUZIKY89P2L' where id=8; -update noar ti set v0='IHA0PY656CXUZIKY89P2L' where id=8; -update noar tt set b2='J28Q2XKHVH8FV' where id=8; -update noar ti set b2='J28Q2XKHVH8FV' where id=8; -update noar tt set v0='LEYNEDV76' where id=9; -update noar ti set v0='LEYNEDV76' where id=9; -update noar tt set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9; -update noar ti set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9; -update noar tt set v0='A5B2X92O7HZZJDF6R1CM' where id=9; -update noar ti set v0='A5B2X92O7HZZJDF6R1CM' where id=9; -update noar tt set b1='0PLM3L77B0U' where id=9; -update noar ti set b1='0PLM3L77B0U' where id=9; -update noar tt set v0='0GH8Q1OWIAEXFMB' where id=9; -update noar ti set v0='0GH8Q1OWIAEXFMB' where id=9; -update noar tt set b2='HWGRL1' where id=9; -update noar ti set b2='HWGRL1' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1; -update noar ti set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1; -update noar tt set b0='KQ3FO2WGG' where id=1; -update noar ti set b0='KQ3FO2WGG' where id=1; -update noar tt set v0='XAD0' where id=1; -update noar ti set v0='XAD0' where id=1; -update noar tt set b1='RKMCRDYXH4I' where id=1; -update noar ti set b1='RKMCRDYXH4I' where id=1; -update noar tt set v0='6FVVD15FDZOGYR' where id=1; -update noar ti set v0='6FVVD15FDZOGYR' where id=1; -update noar tt set b2='D6O5GODMWS2YH5' where id=1; -update noar ti set b2='D6O5GODMWS2YH5' where id=1; -update noar tt set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2; -update noar ti set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2; -update noar tt set b0='HNKI' where id=2; -update noar ti set b0='HNKI' where id=2; -update noar tt set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2; -update noar ti set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2; -update noar tt set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2; -update noar ti set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2; -update noar tt set v0='0PZ2OD2TL' where id=2; -update noar ti set v0='0PZ2OD2TL' where id=2; -update noar tt set b2='ZID7IEW694L2MLNJW7FIK' where id=2; -update noar ti set b2='ZID7IEW694L2MLNJW7FIK' where id=2; -update noar tt set v0='HEKPIJAUY05TLI8' where id=3; -update noar ti set v0='HEKPIJAUY05TLI8' where id=3; -update noar tt set b0='U2O8HDHI6XX2X' where id=3; -update noar ti set b0='U2O8HDHI6XX2X' where id=3; -update noar tt set v0='3S81VCBDLYO2LRBIQIV' where id=3; -update noar ti set v0='3S81VCBDLYO2LRBIQIV' where id=3; -update noar tt set b1='QF8PB' where id=3; -update noar ti set b1='QF8PB' where id=3; -update noar tt set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3; -update noar ti set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3; -update noar tt set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3; -update noar ti set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3; -update noar tt set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4; -update noar ti set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4; -update noar tt set b0='71BIBM6' where id=4; -update noar ti set b0='71BIBM6' where id=4; -update noar tt set v0='7VUXS6DXVCQZVN' where id=4; -update noar ti set v0='7VUXS6DXVCQZVN' where id=4; -update noar tt set b1='3S' where id=4; -update noar ti set b1='3S' where id=4; -update noar tt set v0='LEX9UT9ADQ30' where id=4; -update noar ti set v0='LEX9UT9ADQ30' where id=4; -update noar tt set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4; -update noar ti set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4; -update noar tt set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5; -update noar ti set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5; -update noar tt set b0='NKCL6M1M1JA1MSU9W' where id=5; -update noar ti set b0='NKCL6M1M1JA1MSU9W' where id=5; -update noar tt set v0='2MZ4Q2D2F62T8963DY' where id=5; -update noar ti set v0='2MZ4Q2D2F62T8963DY' where id=5; -update noar tt set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5; -update noar ti set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5; -update noar tt set v0='CL' where id=5; -update noar ti set v0='CL' where id=5; -update noar tt set b2='B3XQZTMGA4OFNQKQDX' where id=5; -update noar ti set b2='B3XQZTMGA4OFNQKQDX' where id=5; -update noar tt set v0='K6A' where id=6; -update noar ti set v0='K6A' where id=6; -update noar tt set b0='F8UYPZBG6SQNU7H' where id=6; -update noar ti set b0='F8UYPZBG6SQNU7H' where id=6; -update noar tt set v0='OFE5UOY7FNGWCFU' where id=6; -update noar ti set v0='OFE5UOY7FNGWCFU' where id=6; -update noar tt set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6; -update noar ti set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6; -update noar tt set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6; -update noar ti set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6; -update noar tt set b2='2' where id=6; -update noar ti set b2='2' where id=6; -update noar tt set v0='4HCH4C' where id=7; -update noar ti set v0='4HCH4C' where id=7; -update noar tt set b0='E9O2UHBK9T26' where id=7; -update noar ti set b0='E9O2UHBK9T26' where id=7; -update noar tt set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7; -update noar ti set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7; -update noar tt set b1='TS9XWJ' where id=7; -update noar ti set b1='TS9XWJ' where id=7; -update noar tt set v0='BQAO' where id=7; -update noar ti set v0='BQAO' where id=7; -update noar tt set b2='905814Z5HRXZTMH7' where id=7; -update noar ti set b2='905814Z5HRXZTMH7' where id=7; -update noar tt set v0='AIU5F' where id=8; -update noar ti set v0='AIU5F' where id=8; -update noar tt set b0='VDIV03TLS6XT4YHCNH' where id=8; -update noar ti set b0='VDIV03TLS6XT4YHCNH' where id=8; -update noar tt set v0='M7NBRZDJOYC6' where id=8; -update noar ti set v0='M7NBRZDJOYC6' where id=8; -update noar tt set b1='05WN5YTXG0MZCT1F0H1S' where id=8; -update noar ti set b1='05WN5YTXG0MZCT1F0H1S' where id=8; -update noar tt set v0='0W5R' where id=8; -update noar ti set v0='0W5R' where id=8; -update noar tt set b2='ZBQOHJDSBPMU8C' where id=8; -update noar ti set b2='ZBQOHJDSBPMU8C' where id=8; -update noar tt set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9; -update noar ti set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9; -update noar tt set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9; -update noar ti set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9; -update noar tt set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9; -update noar ti set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9; -update noar tt set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9; -update noar ti set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9; -update noar tt set v0='BRPX6FDQOG2ZOP' where id=9; -update noar ti set v0='BRPX6FDQOG2ZOP' where id=9; -update noar tt set b2='22QVEES0BNXQM2OSMR5W' where id=9; -update noar ti set b2='22QVEES0BNXQM2OSMR5W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZYERXU6INJW20WFA62VN' where id=1; -update noar ti set v0='ZYERXU6INJW20WFA62VN' where id=1; -update noar tt set b0='RV7KGDD9S2M2IGK8F' where id=1; -update noar ti set b0='RV7KGDD9S2M2IGK8F' where id=1; -update noar tt set v0='CO4G2H8LMZQR7OKTU' where id=1; -update noar ti set v0='CO4G2H8LMZQR7OKTU' where id=1; -update noar tt set b1='MA5V8S' where id=1; -update noar ti set b1='MA5V8S' where id=1; -update noar tt set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1; -update noar ti set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1; -update noar tt set b2='V1IR2WXBATIESLZ4YXEB4' where id=1; -update noar ti set b2='V1IR2WXBATIESLZ4YXEB4' where id=1; -update noar tt set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2; -update noar ti set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2; -update noar tt set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2; -update noar ti set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2; -update noar tt set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2; -update noar ti set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2; -update noar tt set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2; -update noar ti set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2; -update noar tt set v0='SUV258PB59VYM1TI0X7LTLT' where id=2; -update noar ti set v0='SUV258PB59VYM1TI0X7LTLT' where id=2; -update noar tt set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2; -update noar ti set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2; -update noar tt set v0='RJJFJD' where id=3; -update noar ti set v0='RJJFJD' where id=3; -update noar tt set b0='9ZL18ZR9' where id=3; -update noar ti set b0='9ZL18ZR9' where id=3; -update noar tt set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3; -update noar ti set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3; -update noar tt set b1='G9T3T0LX8GF94O2BY944BL' where id=3; -update noar ti set b1='G9T3T0LX8GF94O2BY944BL' where id=3; -update noar tt set v0='HC5CUZ1GUF87O7QW79H' where id=3; -update noar ti set v0='HC5CUZ1GUF87O7QW79H' where id=3; -update noar tt set b2='SQT0PNNG8CMB4CAE' where id=3; -update noar ti set b2='SQT0PNNG8CMB4CAE' where id=3; -update noar tt set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4; -update noar ti set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4; -update noar tt set b0='5ML8O07L6A07MVAJJX7' where id=4; -update noar ti set b0='5ML8O07L6A07MVAJJX7' where id=4; -update noar tt set v0='8J5RI9X' where id=4; -update noar ti set v0='8J5RI9X' where id=4; -update noar tt set b1='X7P0JXIJUO2L5N' where id=4; -update noar ti set b1='X7P0JXIJUO2L5N' where id=4; -update noar tt set v0='TFMGYUI212MOEKKNY2S' where id=4; -update noar ti set v0='TFMGYUI212MOEKKNY2S' where id=4; -update noar tt set b2='BB5QN' where id=4; -update noar ti set b2='BB5QN' where id=4; -update noar tt set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5; -update noar ti set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5; -update noar tt set b0='34O3E87MHHEOOSTUOY1U49' where id=5; -update noar ti set b0='34O3E87MHHEOOSTUOY1U49' where id=5; -update noar tt set v0='9TVSNPTQ3ZA' where id=5; -update noar ti set v0='9TVSNPTQ3ZA' where id=5; -update noar tt set b1='502C8M555G9OSA5WEF3SG1YX' where id=5; -update noar ti set b1='502C8M555G9OSA5WEF3SG1YX' where id=5; -update noar tt set v0='V' where id=5; -update noar ti set v0='V' where id=5; -update noar tt set b2='G9IYEZ2SHXZ3' where id=5; -update noar ti set b2='G9IYEZ2SHXZ3' where id=5; -update noar tt set v0='S4YT2BOP' where id=6; -update noar ti set v0='S4YT2BOP' where id=6; -update noar tt set b0='MJHBD8OR3J' where id=6; -update noar ti set b0='MJHBD8OR3J' where id=6; -update noar tt set v0='TI79XH' where id=6; -update noar ti set v0='TI79XH' where id=6; -update noar tt set b1='72YWT90FD73TYJJ' where id=6; -update noar ti set b1='72YWT90FD73TYJJ' where id=6; -update noar tt set v0='EZ6FELBMYKF9UMI' where id=6; -update noar ti set v0='EZ6FELBMYKF9UMI' where id=6; -update noar tt set b2='7BB1KDGZF4U2NH9FKQI' where id=6; -update noar ti set b2='7BB1KDGZF4U2NH9FKQI' where id=6; -update noar tt set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7; -update noar ti set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7; -update noar tt set b0='NDLQ0AORDTB4COKB66QM5F' where id=7; -update noar ti set b0='NDLQ0AORDTB4COKB66QM5F' where id=7; -update noar tt set v0='DJT' where id=7; -update noar ti set v0='DJT' where id=7; -update noar tt set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7; -update noar ti set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7; -update noar tt set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7; -update noar ti set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7; -update noar tt set b2='C1AYYX4Y5O7VI' where id=7; -update noar ti set b2='C1AYYX4Y5O7VI' where id=7; -update noar tt set v0='PDB4OMSUJZ6HCUEYY89' where id=8; -update noar ti set v0='PDB4OMSUJZ6HCUEYY89' where id=8; -update noar tt set b0='RYL8V67U7YXTX41' where id=8; -update noar ti set b0='RYL8V67U7YXTX41' where id=8; -update noar tt set v0='RB13F' where id=8; -update noar ti set v0='RB13F' where id=8; -update noar tt set b1='P' where id=8; -update noar ti set b1='P' where id=8; -update noar tt set v0='TD3KOODUFA' where id=8; -update noar ti set v0='TD3KOODUFA' where id=8; -update noar tt set b2='95KAYL21DU1PPLHKA5GNAS' where id=8; -update noar ti set b2='95KAYL21DU1PPLHKA5GNAS' where id=8; -update noar tt set v0='BXQIYUMD2VI0IAPCFK7M' where id=9; -update noar ti set v0='BXQIYUMD2VI0IAPCFK7M' where id=9; -update noar tt set b0='U9LDRGGW50J2RJ' where id=9; -update noar ti set b0='U9LDRGGW50J2RJ' where id=9; -update noar tt set v0='DP8Q0' where id=9; -update noar ti set v0='DP8Q0' where id=9; -update noar tt set b1='WZYTKVY6HGEG' where id=9; -update noar ti set b1='WZYTKVY6HGEG' where id=9; -update noar tt set v0='YBOA86D' where id=9; -update noar ti set v0='YBOA86D' where id=9; -update noar tt set b2='8YJZ88W1KCCWZ' where id=9; -update noar ti set b2='8YJZ88W1KCCWZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XPBFVE2J5K5VIWRK8Y4' where id=1; -update noar ti set v0='XPBFVE2J5K5VIWRK8Y4' where id=1; -update noar tt set b0='N884NQ45BFOGGPU76014' where id=1; -update noar ti set b0='N884NQ45BFOGGPU76014' where id=1; -update noar tt set v0='YFX62UX6WJJK3XS83C' where id=1; -update noar ti set v0='YFX62UX6WJJK3XS83C' where id=1; -update noar tt set b1='RLF1X650Q' where id=1; -update noar ti set b1='RLF1X650Q' where id=1; -update noar tt set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1; -update noar ti set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1; -update noar tt set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1; -update noar ti set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1; -update noar tt set v0='IP5KO3PJDNIZ4MGK' where id=2; -update noar ti set v0='IP5KO3PJDNIZ4MGK' where id=2; -update noar tt set b0='N' where id=2; -update noar ti set b0='N' where id=2; -update noar tt set v0='SB19QLB0CERD' where id=2; -update noar ti set v0='SB19QLB0CERD' where id=2; -update noar tt set b1='PTEY2LECD33SMPZYE' where id=2; -update noar ti set b1='PTEY2LECD33SMPZYE' where id=2; -update noar tt set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2; -update noar ti set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2; -update noar tt set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2; -update noar ti set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2; -update noar tt set v0='TXARXVDIOH3' where id=3; -update noar ti set v0='TXARXVDIOH3' where id=3; -update noar tt set b0='ZYH4XMDFTB8W3XW45' where id=3; -update noar ti set b0='ZYH4XMDFTB8W3XW45' where id=3; -update noar tt set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3; -update noar ti set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3; -update noar tt set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3; -update noar ti set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3; -update noar tt set v0='QELDRSGUXXDM0VDM77J0' where id=3; -update noar ti set v0='QELDRSGUXXDM0VDM77J0' where id=3; -update noar tt set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3; -update noar ti set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3; -update noar tt set v0='RU10G' where id=4; -update noar ti set v0='RU10G' where id=4; -update noar tt set b0='CYB5OC8O389' where id=4; -update noar ti set b0='CYB5OC8O389' where id=4; -update noar tt set v0='8AUT' where id=4; -update noar ti set v0='8AUT' where id=4; -update noar tt set b1='7F4' where id=4; -update noar ti set b1='7F4' where id=4; -update noar tt set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4; -update noar ti set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4; -update noar tt set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4; -update noar ti set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4; -update noar tt set v0='MRNGXR8U7553' where id=5; -update noar ti set v0='MRNGXR8U7553' where id=5; -update noar tt set b0='S3GVN2QW7DOFFODAL' where id=5; -update noar ti set b0='S3GVN2QW7DOFFODAL' where id=5; -update noar tt set v0='H4CIYCSQ4BE4H93' where id=5; -update noar ti set v0='H4CIYCSQ4BE4H93' where id=5; -update noar tt set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5; -update noar ti set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5; -update noar tt set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5; -update noar ti set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5; -update noar tt set b2='SBCXRAK3HR' where id=5; -update noar ti set b2='SBCXRAK3HR' where id=5; -update noar tt set v0='7D4PPC4DBY3PWHOCH' where id=6; -update noar ti set v0='7D4PPC4DBY3PWHOCH' where id=6; -update noar tt set b0='J4EWJZ9UC8' where id=6; -update noar ti set b0='J4EWJZ9UC8' where id=6; -update noar tt set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6; -update noar ti set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6; -update noar tt set b1='Q3XK2VMOJFTM69FQT9' where id=6; -update noar ti set b1='Q3XK2VMOJFTM69FQT9' where id=6; -update noar tt set v0='5HIR90R2QZZL' where id=6; -update noar ti set v0='5HIR90R2QZZL' where id=6; -update noar tt set b2='2B2QP7KBDQ' where id=6; -update noar ti set b2='2B2QP7KBDQ' where id=6; -update noar tt set v0='LPEHSCY1KU1GZB' where id=7; -update noar ti set v0='LPEHSCY1KU1GZB' where id=7; -update noar tt set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7; -update noar ti set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7; -update noar tt set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7; -update noar ti set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7; -update noar tt set b1='ZEMHJD3Z' where id=7; -update noar ti set b1='ZEMHJD3Z' where id=7; -update noar tt set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7; -update noar ti set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7; -update noar tt set b2='JA7X11TDRZFYYENVP9GFY' where id=7; -update noar ti set b2='JA7X11TDRZFYYENVP9GFY' where id=7; -update noar tt set v0='FTE09F6BDURE' where id=8; -update noar ti set v0='FTE09F6BDURE' where id=8; -update noar tt set b0='W0T696OU' where id=8; -update noar ti set b0='W0T696OU' where id=8; -update noar tt set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8; -update noar ti set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8; -update noar tt set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8; -update noar ti set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8; -update noar tt set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8; -update noar ti set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8; -update noar tt set b2='YCVB7SRDQLYNXN002N' where id=8; -update noar ti set b2='YCVB7SRDQLYNXN002N' where id=8; -update noar tt set v0='KQN82IILP3JK' where id=9; -update noar ti set v0='KQN82IILP3JK' where id=9; -update noar tt set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9; -update noar ti set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9; -update noar tt set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9; -update noar ti set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9; -update noar tt set b1='0PUCMC' where id=9; -update noar ti set b1='0PUCMC' where id=9; -update noar tt set v0='QL7Q63SYC5JS2SB0QW' where id=9; -update noar ti set v0='QL7Q63SYC5JS2SB0QW' where id=9; -update noar tt set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9; -update noar ti set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Z104694OJFA' where id=1; -update noar ti set v0='Z104694OJFA' where id=1; -update noar tt set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1; -update noar ti set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1; -update noar tt set v0='GCG9RIPJUOG5YY' where id=1; -update noar ti set v0='GCG9RIPJUOG5YY' where id=1; -update noar tt set b1='JDPM61NY3TKJ' where id=1; -update noar ti set b1='JDPM61NY3TKJ' where id=1; -update noar tt set v0='D8JESE7' where id=1; -update noar ti set v0='D8JESE7' where id=1; -update noar tt set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1; -update noar ti set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1; -update noar tt set v0='N9OJY26GINEFLG4S' where id=2; -update noar ti set v0='N9OJY26GINEFLG4S' where id=2; -update noar tt set b0='K0UQMIL7EV1RXYF' where id=2; -update noar ti set b0='K0UQMIL7EV1RXYF' where id=2; -update noar tt set v0='UJLKP3A04AAIKNYI66J60W' where id=2; -update noar ti set v0='UJLKP3A04AAIKNYI66J60W' where id=2; -update noar tt set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2; -update noar ti set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2; -update noar tt set v0='6UZRF4L79IEA' where id=2; -update noar ti set v0='6UZRF4L79IEA' where id=2; -update noar tt set b2='A988H0T01T28V1VQA' where id=2; -update noar ti set b2='A988H0T01T28V1VQA' where id=2; -update noar tt set v0='9JV' where id=3; -update noar ti set v0='9JV' where id=3; -update noar tt set b0='YG8DC08IY536' where id=3; -update noar ti set b0='YG8DC08IY536' where id=3; -update noar tt set v0='3FUEF' where id=3; -update noar ti set v0='3FUEF' where id=3; -update noar tt set b1='HRSAQND8C85PX' where id=3; -update noar ti set b1='HRSAQND8C85PX' where id=3; -update noar tt set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3; -update noar ti set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3; -update noar tt set b2='LH5F0' where id=3; -update noar ti set b2='LH5F0' where id=3; -update noar tt set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4; -update noar ti set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4; -update noar tt set b0='H' where id=4; -update noar ti set b0='H' where id=4; -update noar tt set v0='BT79' where id=4; -update noar ti set v0='BT79' where id=4; -update noar tt set b1='EF24AI' where id=4; -update noar ti set b1='EF24AI' where id=4; -update noar tt set v0='MY' where id=4; -update noar ti set v0='MY' where id=4; -update noar tt set b2='ZGLZB5P' where id=4; -update noar ti set b2='ZGLZB5P' where id=4; -update noar tt set v0='8' where id=5; -update noar ti set v0='8' where id=5; -update noar tt set b0='HZTBR6' where id=5; -update noar ti set b0='HZTBR6' where id=5; -update noar tt set v0='0JG3CURUM2I2M3Y9ZJ' where id=5; -update noar ti set v0='0JG3CURUM2I2M3Y9ZJ' where id=5; -update noar tt set b1='A98P8HM8F4P7PSGHE7' where id=5; -update noar ti set b1='A98P8HM8F4P7PSGHE7' where id=5; -update noar tt set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5; -update noar ti set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5; -update noar tt set b2='D2K9423' where id=5; -update noar ti set b2='D2K9423' where id=5; -update noar tt set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6; -update noar ti set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6; -update noar tt set b0='4Z1ES5VG' where id=6; -update noar ti set b0='4Z1ES5VG' where id=6; -update noar tt set v0='88' where id=6; -update noar ti set v0='88' where id=6; -update noar tt set b1='ADJ92F3K8MI401JOYTMGD' where id=6; -update noar ti set b1='ADJ92F3K8MI401JOYTMGD' where id=6; -update noar tt set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6; -update noar ti set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6; -update noar tt set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6; -update noar ti set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6; -update noar tt set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7; -update noar ti set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7; -update noar tt set b0='NLRJ8VMTXKLGKGBD' where id=7; -update noar ti set b0='NLRJ8VMTXKLGKGBD' where id=7; -update noar tt set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7; -update noar ti set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7; -update noar tt set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7; -update noar ti set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7; -update noar tt set v0='EVTLPJHBKIJUD7HO00TU' where id=7; -update noar ti set v0='EVTLPJHBKIJUD7HO00TU' where id=7; -update noar tt set b2='OR472GINOYWB' where id=7; -update noar ti set b2='OR472GINOYWB' where id=7; -update noar tt set v0='VW7Q2Q' where id=8; -update noar ti set v0='VW7Q2Q' where id=8; -update noar tt set b0='0HPMBR62' where id=8; -update noar ti set b0='0HPMBR62' where id=8; -update noar tt set v0='GIL8' where id=8; -update noar ti set v0='GIL8' where id=8; -update noar tt set b1='TMJXG7HP' where id=8; -update noar ti set b1='TMJXG7HP' where id=8; -update noar tt set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8; -update noar ti set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8; -update noar tt set b2='6HM02YPNV9' where id=8; -update noar ti set b2='6HM02YPNV9' where id=8; -update noar tt set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9; -update noar ti set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9; -update noar tt set b0='OI5E3M8J0LFZB0NJFC9W' where id=9; -update noar ti set b0='OI5E3M8J0LFZB0NJFC9W' where id=9; -update noar tt set v0='C7Q9' where id=9; -update noar ti set v0='C7Q9' where id=9; -update noar tt set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9; -update noar ti set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9; -update noar tt set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9; -update noar ti set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9; -update noar tt set b2='K' where id=9; -update noar ti set b2='K' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1; -update noar ti set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1; -update noar tt set b0='VT6C40X6R3KXKATEA' where id=1; -update noar ti set b0='VT6C40X6R3KXKATEA' where id=1; -update noar tt set v0='3ZHP3U319UVUQ34' where id=1; -update noar ti set v0='3ZHP3U319UVUQ34' where id=1; -update noar tt set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1; -update noar ti set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1; -update noar tt set v0='200Q' where id=1; -update noar ti set v0='200Q' where id=1; -update noar tt set b2='XE8Y528DXOEFK2YCIAPYH' where id=1; -update noar ti set b2='XE8Y528DXOEFK2YCIAPYH' where id=1; -update noar tt set v0='1DNYC' where id=2; -update noar ti set v0='1DNYC' where id=2; -update noar tt set b0='CS38OK2MOMA' where id=2; -update noar ti set b0='CS38OK2MOMA' where id=2; -update noar tt set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2; -update noar ti set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2; -update noar tt set b1='O6NU' where id=2; -update noar ti set b1='O6NU' where id=2; -update noar tt set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2; -update noar ti set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2; -update noar tt set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2; -update noar ti set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2; -update noar tt set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3; -update noar ti set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3; -update noar tt set b0='YLRJPC0Q' where id=3; -update noar ti set b0='YLRJPC0Q' where id=3; -update noar tt set v0='HV3' where id=3; -update noar ti set v0='HV3' where id=3; -update noar tt set b1='TY' where id=3; -update noar ti set b1='TY' where id=3; -update noar tt set v0='3BZ4R' where id=3; -update noar ti set v0='3BZ4R' where id=3; -update noar tt set b2='SWX42SMYGD3XT' where id=3; -update noar ti set b2='SWX42SMYGD3XT' where id=3; -update noar tt set v0='8' where id=4; -update noar ti set v0='8' where id=4; -update noar tt set b0='5OPOJFZ4DR7NU' where id=4; -update noar ti set b0='5OPOJFZ4DR7NU' where id=4; -update noar tt set v0='Q487J5R36GI' where id=4; -update noar ti set v0='Q487J5R36GI' where id=4; -update noar tt set b1='IY9DNBQ77DMW48OMD' where id=4; -update noar ti set b1='IY9DNBQ77DMW48OMD' where id=4; -update noar tt set v0='I2KQF9H6YYNIITVNTX' where id=4; -update noar ti set v0='I2KQF9H6YYNIITVNTX' where id=4; -update noar tt set b2='ZK' where id=4; -update noar ti set b2='ZK' where id=4; -update noar tt set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5; -update noar ti set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5; -update noar tt set b0='WQUI7A9IZZ' where id=5; -update noar ti set b0='WQUI7A9IZZ' where id=5; -update noar tt set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5; -update noar ti set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5; -update noar tt set b1='Q5' where id=5; -update noar ti set b1='Q5' where id=5; -update noar tt set v0='61DS1' where id=5; -update noar ti set v0='61DS1' where id=5; -update noar tt set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5; -update noar ti set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5; -update noar tt set v0='7XKGH17THVCPSI' where id=6; -update noar ti set v0='7XKGH17THVCPSI' where id=6; -update noar tt set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6; -update noar ti set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6; -update noar tt set v0='UPPMBQZJ' where id=6; -update noar ti set v0='UPPMBQZJ' where id=6; -update noar tt set b1='1RZNIXTHU2N58' where id=6; -update noar ti set b1='1RZNIXTHU2N58' where id=6; -update noar tt set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6; -update noar ti set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6; -update noar tt set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6; -update noar ti set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6; -update noar tt set v0='0RE' where id=7; -update noar ti set v0='0RE' where id=7; -update noar tt set b0='Z2WBNJYHIP4YY1HQTCK' where id=7; -update noar ti set b0='Z2WBNJYHIP4YY1HQTCK' where id=7; -update noar tt set v0='0GCZCELXI' where id=7; -update noar ti set v0='0GCZCELXI' where id=7; -update noar tt set b1='6' where id=7; -update noar ti set b1='6' where id=7; -update noar tt set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7; -update noar ti set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7; -update noar tt set b2='RGQVQ7S594' where id=7; -update noar ti set b2='RGQVQ7S594' where id=7; -update noar tt set v0='H30R' where id=8; -update noar ti set v0='H30R' where id=8; -update noar tt set b0='B9NU' where id=8; -update noar ti set b0='B9NU' where id=8; -update noar tt set v0='R' where id=8; -update noar ti set v0='R' where id=8; -update noar tt set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8; -update noar ti set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8; -update noar tt set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8; -update noar ti set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8; -update noar tt set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8; -update noar ti set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8; -update noar tt set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9; -update noar ti set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9; -update noar tt set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9; -update noar ti set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9; -update noar tt set v0='YNOEV0RPCOVSIWI08A' where id=9; -update noar ti set v0='YNOEV0RPCOVSIWI08A' where id=9; -update noar tt set b1='7' where id=9; -update noar ti set b1='7' where id=9; -update noar tt set v0='52896H3LM2BORSSL6' where id=9; -update noar ti set v0='52896H3LM2BORSSL6' where id=9; -update noar tt set b2='DXMZGE' where id=9; -update noar ti set b2='DXMZGE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='80K1T1DG' where id=1; -update noar ti set v0='80K1T1DG' where id=1; -update noar tt set b0='HBX9PLDXOB6KNKZHJX6C' where id=1; -update noar ti set b0='HBX9PLDXOB6KNKZHJX6C' where id=1; -update noar tt set v0='ZR024SSYS9O05Q4' where id=1; -update noar ti set v0='ZR024SSYS9O05Q4' where id=1; -update noar tt set b1='87199C69QG' where id=1; -update noar ti set b1='87199C69QG' where id=1; -update noar tt set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1; -update noar ti set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1; -update noar tt set b2='QPA5AB5LJJ' where id=1; -update noar ti set b2='QPA5AB5LJJ' where id=1; -update noar tt set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2; -update noar ti set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2; -update noar tt set b0='4M5OS7SHQSAEGN0UK589K' where id=2; -update noar ti set b0='4M5OS7SHQSAEGN0UK589K' where id=2; -update noar tt set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2; -update noar ti set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2; -update noar tt set b1='T8' where id=2; -update noar ti set b1='T8' where id=2; -update noar tt set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2; -update noar ti set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2; -update noar tt set b2='Y382S3VVV2HR3' where id=2; -update noar ti set b2='Y382S3VVV2HR3' where id=2; -update noar tt set v0='93QMMILBC7BP01GPU4' where id=3; -update noar ti set v0='93QMMILBC7BP01GPU4' where id=3; -update noar tt set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3; -update noar ti set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3; -update noar tt set v0='JEG71' where id=3; -update noar ti set v0='JEG71' where id=3; -update noar tt set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3; -update noar ti set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3; -update noar tt set v0='KC36VT2CIDR8FXV' where id=3; -update noar ti set v0='KC36VT2CIDR8FXV' where id=3; -update noar tt set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3; -update noar ti set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3; -update noar tt set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4; -update noar ti set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4; -update noar tt set b0='NK' where id=4; -update noar ti set b0='NK' where id=4; -update noar tt set v0='VLKYVN' where id=4; -update noar ti set v0='VLKYVN' where id=4; -update noar tt set b1='IJ' where id=4; -update noar ti set b1='IJ' where id=4; -update noar tt set v0='CT99GM7ILWOTCW97Z' where id=4; -update noar ti set v0='CT99GM7ILWOTCW97Z' where id=4; -update noar tt set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4; -update noar ti set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4; -update noar tt set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5; -update noar ti set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5; -update noar tt set b0='FW4I2' where id=5; -update noar ti set b0='FW4I2' where id=5; -update noar tt set v0='SR7YWKOJF45I1' where id=5; -update noar ti set v0='SR7YWKOJF45I1' where id=5; -update noar tt set b1='Y8I3I200H034LJTBAAK' where id=5; -update noar ti set b1='Y8I3I200H034LJTBAAK' where id=5; -update noar tt set v0='384TWQL739P440MA4' where id=5; -update noar ti set v0='384TWQL739P440MA4' where id=5; -update noar tt set b2='PGI85TB1DA8FO8' where id=5; -update noar ti set b2='PGI85TB1DA8FO8' where id=5; -update noar tt set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6; -update noar ti set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6; -update noar tt set b0='1IRJ' where id=6; -update noar ti set b0='1IRJ' where id=6; -update noar tt set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6; -update noar ti set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6; -update noar tt set b1='FLUAGBM' where id=6; -update noar ti set b1='FLUAGBM' where id=6; -update noar tt set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6; -update noar ti set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6; -update noar tt set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6; -update noar ti set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6; -update noar tt set v0='C' where id=7; -update noar ti set v0='C' where id=7; -update noar tt set b0='R' where id=7; -update noar ti set b0='R' where id=7; -update noar tt set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7; -update noar ti set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7; -update noar tt set b1='M4C7EV' where id=7; -update noar ti set b1='M4C7EV' where id=7; -update noar tt set v0='NNJK' where id=7; -update noar ti set v0='NNJK' where id=7; -update noar tt set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7; -update noar ti set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b0='7C81N' where id=8; -update noar ti set b0='7C81N' where id=8; -update noar tt set v0='COR37X28U51YQHLOG' where id=8; -update noar ti set v0='COR37X28U51YQHLOG' where id=8; -update noar tt set b1='CB0J5X9E7758A' where id=8; -update noar ti set b1='CB0J5X9E7758A' where id=8; -update noar tt set v0='95NKZ' where id=8; -update noar ti set v0='95NKZ' where id=8; -update noar tt set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8; -update noar ti set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8; -update noar tt set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9; -update noar ti set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9; -update noar tt set b0='5NF8BYY5NO03' where id=9; -update noar ti set b0='5NF8BYY5NO03' where id=9; -update noar tt set v0='8AI' where id=9; -update noar ti set v0='8AI' where id=9; -update noar tt set b1='T5CPVMUV1OZMTDPM' where id=9; -update noar ti set b1='T5CPVMUV1OZMTDPM' where id=9; -update noar tt set v0='88DP' where id=9; -update noar ti set v0='88DP' where id=9; -update noar tt set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9; -update noar ti set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V7ZWG4AZN' where id=1; -update noar ti set v0='V7ZWG4AZN' where id=1; -update noar tt set b0='TATBDD2ZM99M313' where id=1; -update noar ti set b0='TATBDD2ZM99M313' where id=1; -update noar tt set v0='03LC2CBJJ0BL74IK4ISJY' where id=1; -update noar ti set v0='03LC2CBJJ0BL74IK4ISJY' where id=1; -update noar tt set b1='AJAKRSLCG2GB53F5HN96' where id=1; -update noar ti set b1='AJAKRSLCG2GB53F5HN96' where id=1; -update noar tt set v0='5PM2W' where id=1; -update noar ti set v0='5PM2W' where id=1; -update noar tt set b2='UU5KAQ0CLOX84U016VEDS' where id=1; -update noar ti set b2='UU5KAQ0CLOX84U016VEDS' where id=1; -update noar tt set v0='210ZEO5YTH9U4' where id=2; -update noar ti set v0='210ZEO5YTH9U4' where id=2; -update noar tt set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2; -update noar ti set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2; -update noar tt set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2; -update noar ti set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2; -update noar tt set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2; -update noar ti set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2; -update noar tt set v0='9I0CLSUIA47H9ME' where id=2; -update noar ti set v0='9I0CLSUIA47H9ME' where id=2; -update noar tt set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2; -update noar ti set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2; -update noar tt set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3; -update noar ti set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3; -update noar tt set b0='HJZ9E7Q044US50K9VTSXDM' where id=3; -update noar ti set b0='HJZ9E7Q044US50K9VTSXDM' where id=3; -update noar tt set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3; -update noar ti set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3; -update noar tt set b1='OPYEFP5EXI0N' where id=3; -update noar ti set b1='OPYEFP5EXI0N' where id=3; -update noar tt set v0='HMSL2S' where id=3; -update noar ti set v0='HMSL2S' where id=3; -update noar tt set b2='JJFG1F0RC' where id=3; -update noar ti set b2='JJFG1F0RC' where id=3; -update noar tt set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4; -update noar ti set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4; -update noar tt set b0='4F91R01XDIYTY7PUS8DX' where id=4; -update noar ti set b0='4F91R01XDIYTY7PUS8DX' where id=4; -update noar tt set v0='XM2LWTBVF6WNNR1Y' where id=4; -update noar ti set v0='XM2LWTBVF6WNNR1Y' where id=4; -update noar tt set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4; -update noar ti set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4; -update noar tt set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4; -update noar ti set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4; -update noar tt set b2='7U0W7OCG8' where id=4; -update noar ti set b2='7U0W7OCG8' where id=4; -update noar tt set v0='3XVPGMXMQLK70U3' where id=5; -update noar ti set v0='3XVPGMXMQLK70U3' where id=5; -update noar tt set b0='Y4QWDP12JWF36SF1' where id=5; -update noar ti set b0='Y4QWDP12JWF36SF1' where id=5; -update noar tt set v0='D2H16PRZVJV320S5IJ' where id=5; -update noar ti set v0='D2H16PRZVJV320S5IJ' where id=5; -update noar tt set b1='H0HEHKKSFQZGIS' where id=5; -update noar ti set b1='H0HEHKKSFQZGIS' where id=5; -update noar tt set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5; -update noar ti set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5; -update noar tt set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5; -update noar ti set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5; -update noar tt set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6; -update noar ti set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6; -update noar tt set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6; -update noar ti set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6; -update noar tt set v0='W381UCX' where id=6; -update noar ti set v0='W381UCX' where id=6; -update noar tt set b1='J75YLBPR6MQ' where id=6; -update noar ti set b1='J75YLBPR6MQ' where id=6; -update noar tt set v0='W7AOOR8I9455' where id=6; -update noar ti set v0='W7AOOR8I9455' where id=6; -update noar tt set b2='P26M' where id=6; -update noar ti set b2='P26M' where id=6; -update noar tt set v0='CL3WQ1K115R' where id=7; -update noar ti set v0='CL3WQ1K115R' where id=7; -update noar tt set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7; -update noar ti set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7; -update noar tt set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7; -update noar ti set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7; -update noar tt set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7; -update noar ti set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7; -update noar tt set v0='IH390HHQZUMM67V2U8ETY' where id=7; -update noar ti set v0='IH390HHQZUMM67V2U8ETY' where id=7; -update noar tt set b2='HWMGCETHG' where id=7; -update noar ti set b2='HWMGCETHG' where id=7; -update noar tt set v0='ZPD0QKTZY8GGA' where id=8; -update noar ti set v0='ZPD0QKTZY8GGA' where id=8; -update noar tt set b0='SPPEFGAI' where id=8; -update noar ti set b0='SPPEFGAI' where id=8; -update noar tt set v0='RTFOKFTU2KIMD' where id=8; -update noar ti set v0='RTFOKFTU2KIMD' where id=8; -update noar tt set b1='58' where id=8; -update noar ti set b1='58' where id=8; -update noar tt set v0='DUIYVWOW' where id=8; -update noar ti set v0='DUIYVWOW' where id=8; -update noar tt set b2='ZL0M4SSJ488QF1RRW9' where id=8; -update noar ti set b2='ZL0M4SSJ488QF1RRW9' where id=8; -update noar tt set v0='IMBQX11WXDZD23' where id=9; -update noar ti set v0='IMBQX11WXDZD23' where id=9; -update noar tt set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9; -update noar ti set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9; -update noar tt set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9; -update noar ti set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9; -update noar tt set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9; -update noar ti set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9; -update noar tt set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9; -update noar ti set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9; -update noar tt set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9; -update noar ti set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='HEMYCHEGMT4Y1B9' where id=1; -update noar ti set v0='HEMYCHEGMT4Y1B9' where id=1; -update noar tt set b0='FFNXWDY2QWMMI8GC' where id=1; -update noar ti set b0='FFNXWDY2QWMMI8GC' where id=1; -update noar tt set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1; -update noar ti set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1; -update noar tt set b1='N' where id=1; -update noar ti set b1='N' where id=1; -update noar tt set v0='ZUEDPH7OKOEK2A' where id=1; -update noar ti set v0='ZUEDPH7OKOEK2A' where id=1; -update noar tt set b2='PZKKNBCMF7HFB2Z622Y' where id=1; -update noar ti set b2='PZKKNBCMF7HFB2Z622Y' where id=1; -update noar tt set v0='O326QBS9C' where id=2; -update noar ti set v0='O326QBS9C' where id=2; -update noar tt set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2; -update noar ti set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2; -update noar tt set v0='IVBTK11YVL' where id=2; -update noar ti set v0='IVBTK11YVL' where id=2; -update noar tt set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2; -update noar ti set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2; -update noar tt set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2; -update noar ti set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2; -update noar tt set b2='OFCOACO' where id=2; -update noar ti set b2='OFCOACO' where id=2; -update noar tt set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3; -update noar ti set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3; -update noar tt set b0='H118W0CPF67WCLB0H' where id=3; -update noar ti set b0='H118W0CPF67WCLB0H' where id=3; -update noar tt set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3; -update noar ti set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3; -update noar tt set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3; -update noar ti set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3; -update noar tt set v0='VR6HMN8I7XJ7B' where id=3; -update noar ti set v0='VR6HMN8I7XJ7B' where id=3; -update noar tt set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3; -update noar ti set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3; -update noar tt set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4; -update noar ti set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4; -update noar tt set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4; -update noar ti set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4; -update noar tt set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4; -update noar ti set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4; -update noar tt set b1='5C6' where id=4; -update noar ti set b1='5C6' where id=4; -update noar tt set v0='0HP0DQ87N0UUZXUVBSD' where id=4; -update noar ti set v0='0HP0DQ87N0UUZXUVBSD' where id=4; -update noar tt set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4; -update noar ti set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4; -update noar tt set v0='WI' where id=5; -update noar ti set v0='WI' where id=5; -update noar tt set b0='B6G' where id=5; -update noar ti set b0='B6G' where id=5; -update noar tt set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5; -update noar ti set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5; -update noar tt set b1='VTA' where id=5; -update noar ti set b1='VTA' where id=5; -update noar tt set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5; -update noar ti set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5; -update noar tt set b2='JWC437U603LHDVC6' where id=5; -update noar ti set b2='JWC437U603LHDVC6' where id=5; -update noar tt set v0='W95HR' where id=6; -update noar ti set v0='W95HR' where id=6; -update noar tt set b0='KW1L' where id=6; -update noar ti set b0='KW1L' where id=6; -update noar tt set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6; -update noar ti set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6; -update noar tt set b1='3M' where id=6; -update noar ti set b1='3M' where id=6; -update noar tt set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6; -update noar ti set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6; -update noar tt set b2='G' where id=6; -update noar ti set b2='G' where id=6; -update noar tt set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7; -update noar ti set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7; -update noar tt set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7; -update noar ti set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7; -update noar tt set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7; -update noar ti set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7; -update noar tt set b1='Z6VEJCBCNSM7BM2G' where id=7; -update noar ti set b1='Z6VEJCBCNSM7BM2G' where id=7; -update noar tt set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7; -update noar ti set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7; -update noar tt set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7; -update noar ti set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7; -update noar tt set v0='JBCKL91QVNSC' where id=8; -update noar ti set v0='JBCKL91QVNSC' where id=8; -update noar tt set b0='VU' where id=8; -update noar ti set b0='VU' where id=8; -update noar tt set v0='TKRV0AGLFXH9' where id=8; -update noar ti set v0='TKRV0AGLFXH9' where id=8; -update noar tt set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8; -update noar ti set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8; -update noar tt set v0='ZASLCM7TE29EMVXOLZ4' where id=8; -update noar ti set v0='ZASLCM7TE29EMVXOLZ4' where id=8; -update noar tt set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8; -update noar ti set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8; -update noar tt set v0='R9QS4' where id=9; -update noar ti set v0='R9QS4' where id=9; -update noar tt set b0='01XPT9N4' where id=9; -update noar ti set b0='01XPT9N4' where id=9; -update noar tt set v0='O4Z' where id=9; -update noar ti set v0='O4Z' where id=9; -update noar tt set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9; -update noar ti set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9; -update noar tt set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9; -update noar ti set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9; -update noar tt set b2='8B' where id=9; -update noar ti set b2='8B' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='VBNLXDWCY8P0D827ZS' where id=1; -update noar ti set v0='VBNLXDWCY8P0D827ZS' where id=1; -update noar tt set b0='HGOQ86QPAJELJY' where id=1; -update noar ti set b0='HGOQ86QPAJELJY' where id=1; -update noar tt set v0='D11ZZAFZDELOMBJ9F4' where id=1; -update noar ti set v0='D11ZZAFZDELOMBJ9F4' where id=1; -update noar tt set b1='W1HW4' where id=1; -update noar ti set b1='W1HW4' where id=1; -update noar tt set v0='JG8L8NA067' where id=1; -update noar ti set v0='JG8L8NA067' where id=1; -update noar tt set b2='I' where id=1; -update noar ti set b2='I' where id=1; -update noar tt set v0='WU6IU' where id=2; -update noar ti set v0='WU6IU' where id=2; -update noar tt set b0='2DL5F2ZV0' where id=2; -update noar ti set b0='2DL5F2ZV0' where id=2; -update noar tt set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2; -update noar ti set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2; -update noar tt set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2; -update noar ti set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2; -update noar tt set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2; -update noar ti set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2; -update noar tt set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2; -update noar ti set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2; -update noar tt set v0='3K43ZFVV8Y8' where id=3; -update noar ti set v0='3K43ZFVV8Y8' where id=3; -update noar tt set b0='X18B2' where id=3; -update noar ti set b0='X18B2' where id=3; -update noar tt set v0='1AS08QZHPYLM99KTAS58' where id=3; -update noar ti set v0='1AS08QZHPYLM99KTAS58' where id=3; -update noar tt set b1='Q9ANGZ' where id=3; -update noar ti set b1='Q9ANGZ' where id=3; -update noar tt set v0='70QIT25GLE' where id=3; -update noar ti set v0='70QIT25GLE' where id=3; -update noar tt set b2='PPJLC0N1IFY4K6KJ' where id=3; -update noar ti set b2='PPJLC0N1IFY4K6KJ' where id=3; -update noar tt set v0='TN4GIH4YSG411YD3' where id=4; -update noar ti set v0='TN4GIH4YSG411YD3' where id=4; -update noar tt set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4; -update noar ti set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4; -update noar tt set v0='BW00HBMU4U' where id=4; -update noar ti set v0='BW00HBMU4U' where id=4; -update noar tt set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4; -update noar ti set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4; -update noar tt set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4; -update noar ti set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4; -update noar tt set b2='1SC2' where id=4; -update noar ti set b2='1SC2' where id=4; -update noar tt set v0='O7' where id=5; -update noar ti set v0='O7' where id=5; -update noar tt set b0='2X54APC5PR3DS4KH04VGE' where id=5; -update noar ti set b0='2X54APC5PR3DS4KH04VGE' where id=5; -update noar tt set v0='HVY5EKT1ZXCRJ' where id=5; -update noar ti set v0='HVY5EKT1ZXCRJ' where id=5; -update noar tt set b1='WTPTUF' where id=5; -update noar ti set b1='WTPTUF' where id=5; -update noar tt set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5; -update noar ti set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5; -update noar tt set b2='J477EQG00AHOH3WA9' where id=5; -update noar ti set b2='J477EQG00AHOH3WA9' where id=5; -update noar tt set v0='LCFGNS92EOU6YKAF' where id=6; -update noar ti set v0='LCFGNS92EOU6YKAF' where id=6; -update noar tt set b0='O3U1RW1BOJYOP3J' where id=6; -update noar ti set b0='O3U1RW1BOJYOP3J' where id=6; -update noar tt set v0='LA17XKMM6XURUMQXMSW38' where id=6; -update noar ti set v0='LA17XKMM6XURUMQXMSW38' where id=6; -update noar tt set b1='N' where id=6; -update noar ti set b1='N' where id=6; -update noar tt set v0='MTFL4RSOQ98VKT1' where id=6; -update noar ti set v0='MTFL4RSOQ98VKT1' where id=6; -update noar tt set b2='CTSJ5TE2Z85Y4SHXSG' where id=6; -update noar ti set b2='CTSJ5TE2Z85Y4SHXSG' where id=6; -update noar tt set v0='LEM2DK4XYJGAMQL' where id=7; -update noar ti set v0='LEM2DK4XYJGAMQL' where id=7; -update noar tt set b0='CNHPI6OQPRBMR' where id=7; -update noar ti set b0='CNHPI6OQPRBMR' where id=7; -update noar tt set v0='0T31' where id=7; -update noar ti set v0='0T31' where id=7; -update noar tt set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7; -update noar ti set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7; -update noar tt set v0='DT2AYTM1RYB5ELQKU3B2' where id=7; -update noar ti set v0='DT2AYTM1RYB5ELQKU3B2' where id=7; -update noar tt set b2='2H5XXD4MLKVUKKLHM6' where id=7; -update noar ti set b2='2H5XXD4MLKVUKKLHM6' where id=7; -update noar tt set v0='XII6KEUC23X' where id=8; -update noar ti set v0='XII6KEUC23X' where id=8; -update noar tt set b0='KM9J386EX9MJLD79POMU4' where id=8; -update noar ti set b0='KM9J386EX9MJLD79POMU4' where id=8; -update noar tt set v0='0JLFR7G9QWSUO' where id=8; -update noar ti set v0='0JLFR7G9QWSUO' where id=8; -update noar tt set b1='DLAAOUBXYGC87UIV88LM9' where id=8; -update noar ti set b1='DLAAOUBXYGC87UIV88LM9' where id=8; -update noar tt set v0='JKVYZY6K0RCCLRMEX0E' where id=8; -update noar ti set v0='JKVYZY6K0RCCLRMEX0E' where id=8; -update noar tt set b2='EW5AG' where id=8; -update noar ti set b2='EW5AG' where id=8; -update noar tt set v0='BJ3I5IB' where id=9; -update noar ti set v0='BJ3I5IB' where id=9; -update noar tt set b0='5QNVTA0D23UQ' where id=9; -update noar ti set b0='5QNVTA0D23UQ' where id=9; -update noar tt set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9; -update noar ti set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9; -update noar tt set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9; -update noar ti set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9; -update noar tt set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9; -update noar ti set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9; -update noar tt set b2='1ES1IN7ZEVXSNP9G2T' where id=9; -update noar ti set b2='1ES1IN7ZEVXSNP9G2T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NNCHWZG' where id=1; -update noar ti set v0='NNCHWZG' where id=1; -update noar tt set b0='V62LJQQ1N8Z' where id=1; -update noar ti set b0='V62LJQQ1N8Z' where id=1; -update noar tt set v0='UP6JH766TL8DIPJW26GG' where id=1; -update noar ti set v0='UP6JH766TL8DIPJW26GG' where id=1; -update noar tt set b1='972' where id=1; -update noar ti set b1='972' where id=1; -update noar tt set v0='V76YTXYWIB5CQE3JP7WH31' where id=1; -update noar ti set v0='V76YTXYWIB5CQE3JP7WH31' where id=1; -update noar tt set b2='UOQ975H6L3E2L761L978SIFX' where id=1; -update noar ti set b2='UOQ975H6L3E2L761L978SIFX' where id=1; -update noar tt set v0='6V8F8IBA24O20SELD' where id=2; -update noar ti set v0='6V8F8IBA24O20SELD' where id=2; -update noar tt set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2; -update noar ti set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2; -update noar tt set v0='I8KDINPV3HQDCOFVSTOI' where id=2; -update noar ti set v0='I8KDINPV3HQDCOFVSTOI' where id=2; -update noar tt set b1='GNHXYR7U8X' where id=2; -update noar ti set b1='GNHXYR7U8X' where id=2; -update noar tt set v0='IL8' where id=2; -update noar ti set v0='IL8' where id=2; -update noar tt set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2; -update noar ti set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2; -update noar tt set v0='S63FMJ' where id=3; -update noar ti set v0='S63FMJ' where id=3; -update noar tt set b0='VRLARBNL5LFZZXO' where id=3; -update noar ti set b0='VRLARBNL5LFZZXO' where id=3; -update noar tt set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3; -update noar ti set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3; -update noar tt set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3; -update noar ti set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3; -update noar tt set v0='8KDWYIM24DDZD8GBGZ' where id=3; -update noar ti set v0='8KDWYIM24DDZD8GBGZ' where id=3; -update noar tt set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3; -update noar ti set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3; -update noar tt set v0='816JGL6G79SMB' where id=4; -update noar ti set v0='816JGL6G79SMB' where id=4; -update noar tt set b0='172JZ8EV6BG5E4BS' where id=4; -update noar ti set b0='172JZ8EV6BG5E4BS' where id=4; -update noar tt set v0='6CA538UKIEPYDC7MA2BLT0' where id=4; -update noar ti set v0='6CA538UKIEPYDC7MA2BLT0' where id=4; -update noar tt set b1='2S25DBO8AGY7QYZ9RX9' where id=4; -update noar ti set b1='2S25DBO8AGY7QYZ9RX9' where id=4; -update noar tt set v0='VBHPTZFVTJUHGGE71L2O' where id=4; -update noar ti set v0='VBHPTZFVTJUHGGE71L2O' where id=4; -update noar tt set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4; -update noar ti set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4; -update noar tt set v0='FW7643Z' where id=5; -update noar ti set v0='FW7643Z' where id=5; -update noar tt set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5; -update noar ti set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5; -update noar tt set v0='KS9LRDYKYKJEUA8VT887' where id=5; -update noar ti set v0='KS9LRDYKYKJEUA8VT887' where id=5; -update noar tt set b1='CXN90DC77STQC8FZBC31' where id=5; -update noar ti set b1='CXN90DC77STQC8FZBC31' where id=5; -update noar tt set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5; -update noar ti set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5; -update noar tt set b2='PAHYVJY6K5EAMHW2R674' where id=5; -update noar ti set b2='PAHYVJY6K5EAMHW2R674' where id=5; -update noar tt set v0='KYQ2YM4SP8T52EDP7' where id=6; -update noar ti set v0='KYQ2YM4SP8T52EDP7' where id=6; -update noar tt set b0='QGAJ4I' where id=6; -update noar ti set b0='QGAJ4I' where id=6; -update noar tt set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6; -update noar ti set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6; -update noar tt set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6; -update noar ti set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6; -update noar tt set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6; -update noar ti set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6; -update noar tt set b2='10LWIW6DZJAC' where id=6; -update noar ti set b2='10LWIW6DZJAC' where id=6; -update noar tt set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7; -update noar ti set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7; -update noar tt set b0='HTRBI14ZEVI' where id=7; -update noar ti set b0='HTRBI14ZEVI' where id=7; -update noar tt set v0='YPZDK29RF' where id=7; -update noar ti set v0='YPZDK29RF' where id=7; -update noar tt set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7; -update noar ti set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7; -update noar tt set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7; -update noar ti set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7; -update noar tt set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7; -update noar ti set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7; -update noar tt set v0='GVOYN7JMCCC' where id=8; -update noar ti set v0='GVOYN7JMCCC' where id=8; -update noar tt set b0='R22TS1O1GEY34' where id=8; -update noar ti set b0='R22TS1O1GEY34' where id=8; -update noar tt set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8; -update noar ti set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8; -update noar tt set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8; -update noar ti set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8; -update noar tt set v0='Y8' where id=8; -update noar ti set v0='Y8' where id=8; -update noar tt set b2='QLTZBSKPUFAMX1ZAC' where id=8; -update noar ti set b2='QLTZBSKPUFAMX1ZAC' where id=8; -update noar tt set v0='CECRHPZC3MFG155D' where id=9; -update noar ti set v0='CECRHPZC3MFG155D' where id=9; -update noar tt set b0='8GR46T3GF5TN' where id=9; -update noar ti set b0='8GR46T3GF5TN' where id=9; -update noar tt set v0='W2TCPWFKBPA' where id=9; -update noar ti set v0='W2TCPWFKBPA' where id=9; -update noar tt set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9; -update noar ti set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9; -update noar tt set v0='FWBPYW42JN3FSCW00' where id=9; -update noar ti set v0='FWBPYW42JN3FSCW00' where id=9; -update noar tt set b2='AM9E34IYOFC' where id=9; -update noar ti set b2='AM9E34IYOFC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1; -update noar ti set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1; -update noar tt set b0='FQ62XXOGQPK14KWKHKDT' where id=1; -update noar ti set b0='FQ62XXOGQPK14KWKHKDT' where id=1; -update noar tt set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1; -update noar ti set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1; -update noar tt set b1='RW0' where id=1; -update noar ti set b1='RW0' where id=1; -update noar tt set v0='ZW71DEKRQHWI2HX7K2' where id=1; -update noar ti set v0='ZW71DEKRQHWI2HX7K2' where id=1; -update noar tt set b2='TIRRRSO01XQ24MGKG' where id=1; -update noar ti set b2='TIRRRSO01XQ24MGKG' where id=1; -update noar tt set v0='AW6GICB7IOEUDJXTPPZQX' where id=2; -update noar ti set v0='AW6GICB7IOEUDJXTPPZQX' where id=2; -update noar tt set b0='EP5HNJD059W00PXYSDH' where id=2; -update noar ti set b0='EP5HNJD059W00PXYSDH' where id=2; -update noar tt set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2; -update noar ti set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2; -update noar tt set b1='7VBK' where id=2; -update noar ti set b1='7VBK' where id=2; -update noar tt set v0='38L418T35CUX91R4Y8HR9DW' where id=2; -update noar ti set v0='38L418T35CUX91R4Y8HR9DW' where id=2; -update noar tt set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2; -update noar ti set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2; -update noar tt set v0='JRI0NYXJET2O52DNLHA2' where id=3; -update noar ti set v0='JRI0NYXJET2O52DNLHA2' where id=3; -update noar tt set b0='ERIVS2PFP' where id=3; -update noar ti set b0='ERIVS2PFP' where id=3; -update noar tt set v0='E1VHJS7OPQK5PI' where id=3; -update noar ti set v0='E1VHJS7OPQK5PI' where id=3; -update noar tt set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3; -update noar ti set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3; -update noar tt set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3; -update noar ti set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3; -update noar tt set b2='I52ES10M7L4TXORS' where id=3; -update noar ti set b2='I52ES10M7L4TXORS' where id=3; -update noar tt set v0='223U0E7F2EXKOMFI2E' where id=4; -update noar ti set v0='223U0E7F2EXKOMFI2E' where id=4; -update noar tt set b0='ZF641A' where id=4; -update noar ti set b0='ZF641A' where id=4; -update noar tt set v0='P8DQ1M0W5ONK2' where id=4; -update noar ti set v0='P8DQ1M0W5ONK2' where id=4; -update noar tt set b1='RDMQ3Q7YJW13CD' where id=4; -update noar ti set b1='RDMQ3Q7YJW13CD' where id=4; -update noar tt set v0='XW9LZLLRA8XVUN' where id=4; -update noar ti set v0='XW9LZLLRA8XVUN' where id=4; -update noar tt set b2='OJFYL' where id=4; -update noar ti set b2='OJFYL' where id=4; -update noar tt set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5; -update noar ti set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5; -update noar tt set b0='V5L442FIMKA7U8' where id=5; -update noar ti set b0='V5L442FIMKA7U8' where id=5; -update noar tt set v0='2J4CSIV3GI415AHC' where id=5; -update noar ti set v0='2J4CSIV3GI415AHC' where id=5; -update noar tt set b1='ID0BB5P5XM5GWRKR' where id=5; -update noar ti set b1='ID0BB5P5XM5GWRKR' where id=5; -update noar tt set v0='PP18FE7JX3OITBTC7X7' where id=5; -update noar ti set v0='PP18FE7JX3OITBTC7X7' where id=5; -update noar tt set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5; -update noar ti set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5; -update noar tt set v0='LWRKR8J' where id=6; -update noar ti set v0='LWRKR8J' where id=6; -update noar tt set b0='AHZTRCOTKJO0E' where id=6; -update noar ti set b0='AHZTRCOTKJO0E' where id=6; -update noar tt set v0='H5WHHBYH350Q3' where id=6; -update noar ti set v0='H5WHHBYH350Q3' where id=6; -update noar tt set b1='1EEIEPCDY5OCB7CO622UN' where id=6; -update noar ti set b1='1EEIEPCDY5OCB7CO622UN' where id=6; -update noar tt set v0='A98DPKO' where id=6; -update noar ti set v0='A98DPKO' where id=6; -update noar tt set b2='BJAFLN7RY7E3QB2Q' where id=6; -update noar ti set b2='BJAFLN7RY7E3QB2Q' where id=6; -update noar tt set v0='3QBNUE4ONWQHXJ8NTHER' where id=7; -update noar ti set v0='3QBNUE4ONWQHXJ8NTHER' where id=7; -update noar tt set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7; -update noar ti set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7; -update noar tt set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7; -update noar ti set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7; -update noar tt set b1='UVN3' where id=7; -update noar ti set b1='UVN3' where id=7; -update noar tt set v0='MU' where id=7; -update noar ti set v0='MU' where id=7; -update noar tt set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7; -update noar ti set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7; -update noar tt set v0='ZXUMZ2T3Y' where id=8; -update noar ti set v0='ZXUMZ2T3Y' where id=8; -update noar tt set b0='JYHP9LSMJO0U7KX' where id=8; -update noar ti set b0='JYHP9LSMJO0U7KX' where id=8; -update noar tt set v0='SFQS3F7E873MQ' where id=8; -update noar ti set v0='SFQS3F7E873MQ' where id=8; -update noar tt set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8; -update noar ti set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8; -update noar tt set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8; -update noar ti set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8; -update noar tt set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8; -update noar ti set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8; -update noar tt set v0='AUA57HQBP5GGDQ' where id=9; -update noar ti set v0='AUA57HQBP5GGDQ' where id=9; -update noar tt set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9; -update noar ti set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9; -update noar tt set v0='GXRANG' where id=9; -update noar ti set v0='GXRANG' where id=9; -update noar tt set b1='6F66DRUTYRLQWS7F9N' where id=9; -update noar ti set b1='6F66DRUTYRLQWS7F9N' where id=9; -update noar tt set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9; -update noar ti set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9; -update noar tt set b2='T5R0EJCJ8159HT9JATA1SU' where id=9; -update noar ti set b2='T5R0EJCJ8159HT9JATA1SU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 mediumblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1; -update noar ti set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1; -update noar tt set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1; -update noar ti set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1; -update noar tt set v0='0JH205WDY4' where id=1; -update noar ti set v0='0JH205WDY4' where id=1; -update noar tt set b1='XPJLGAM5G5MBMOYL8' where id=1; -update noar ti set b1='XPJLGAM5G5MBMOYL8' where id=1; -update noar tt set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1; -update noar ti set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1; -update noar tt set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1; -update noar ti set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1; -update noar tt set v0='H4ZV7BVH18JJJCL' where id=2; -update noar ti set v0='H4ZV7BVH18JJJCL' where id=2; -update noar tt set b0='UUJ896ZTCDUXHP' where id=2; -update noar ti set b0='UUJ896ZTCDUXHP' where id=2; -update noar tt set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2; -update noar ti set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2; -update noar tt set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2; -update noar ti set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2; -update noar tt set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2; -update noar ti set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2; -update noar tt set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2; -update noar ti set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2; -update noar tt set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3; -update noar ti set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3; -update noar tt set b0='1' where id=3; -update noar ti set b0='1' where id=3; -update noar tt set v0='I7E' where id=3; -update noar ti set v0='I7E' where id=3; -update noar tt set b1='3FDG83' where id=3; -update noar ti set b1='3FDG83' where id=3; -update noar tt set v0='4ORPNPK' where id=3; -update noar ti set v0='4ORPNPK' where id=3; -update noar tt set b2='2ULS9K' where id=3; -update noar ti set b2='2ULS9K' where id=3; -update noar tt set v0='O1PMBHY075U16X935JJMK08S' where id=4; -update noar ti set v0='O1PMBHY075U16X935JJMK08S' where id=4; -update noar tt set b0='K' where id=4; -update noar ti set b0='K' where id=4; -update noar tt set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4; -update noar ti set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4; -update noar tt set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4; -update noar ti set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4; -update noar tt set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4; -update noar ti set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4; -update noar tt set b2='OR3MRXDHIE4CF8NTR10N' where id=4; -update noar ti set b2='OR3MRXDHIE4CF8NTR10N' where id=4; -update noar tt set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5; -update noar ti set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5; -update noar tt set b0='3H' where id=5; -update noar ti set b0='3H' where id=5; -update noar tt set v0='QMWPWW1CXB' where id=5; -update noar ti set v0='QMWPWW1CXB' where id=5; -update noar tt set b1='AX5RLDPA' where id=5; -update noar ti set b1='AX5RLDPA' where id=5; -update noar tt set v0='4ROM60I2Z33' where id=5; -update noar ti set v0='4ROM60I2Z33' where id=5; -update noar tt set b2='90ZSZJFO0' where id=5; -update noar ti set b2='90ZSZJFO0' where id=5; -update noar tt set v0='DQEVQS4J' where id=6; -update noar ti set v0='DQEVQS4J' where id=6; -update noar tt set b0='YM5MYGDHFWM9GNSG' where id=6; -update noar ti set b0='YM5MYGDHFWM9GNSG' where id=6; -update noar tt set v0='KUT48NZFM7IY' where id=6; -update noar ti set v0='KUT48NZFM7IY' where id=6; -update noar tt set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6; -update noar ti set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6; -update noar tt set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6; -update noar ti set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6; -update noar tt set b2='7AMJCK45ASCK4OUB' where id=6; -update noar ti set b2='7AMJCK45ASCK4OUB' where id=6; -update noar tt set v0='Z6UJT8M6Z4KC5E0THQ' where id=7; -update noar ti set v0='Z6UJT8M6Z4KC5E0THQ' where id=7; -update noar tt set b0='W334K2AZZA' where id=7; -update noar ti set b0='W334K2AZZA' where id=7; -update noar tt set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7; -update noar ti set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7; -update noar tt set b1='OK0W67ORO' where id=7; -update noar ti set b1='OK0W67ORO' where id=7; -update noar tt set v0='AD8234RVE9D88NZQ' where id=7; -update noar ti set v0='AD8234RVE9D88NZQ' where id=7; -update noar tt set b2='NCI9L5L' where id=7; -update noar ti set b2='NCI9L5L' where id=7; -update noar tt set v0='7OH8BLDL' where id=8; -update noar ti set v0='7OH8BLDL' where id=8; -update noar tt set b0='C4RH' where id=8; -update noar ti set b0='C4RH' where id=8; -update noar tt set v0='KHLQ5K9K28ULKKHU6KEV' where id=8; -update noar ti set v0='KHLQ5K9K28ULKKHU6KEV' where id=8; -update noar tt set b1='XJWIA4AF20PZDVQ6H' where id=8; -update noar ti set b1='XJWIA4AF20PZDVQ6H' where id=8; -update noar tt set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8; -update noar ti set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8; -update noar tt set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8; -update noar ti set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8; -update noar tt set v0='X6M2XK1HFG2' where id=9; -update noar ti set v0='X6M2XK1HFG2' where id=9; -update noar tt set b0='K63E' where id=9; -update noar ti set b0='K63E' where id=9; -update noar tt set v0='J82ASN9450NFQBR30S2' where id=9; -update noar ti set v0='J82ASN9450NFQBR30S2' where id=9; -update noar tt set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9; -update noar ti set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9; -update noar tt set v0='5625AQU4J5MNRI65A' where id=9; -update noar ti set v0='5625AQU4J5MNRI65A' where id=9; -update noar tt set b2='I4D5VW0LEQ3PABO' where id=9; -update noar ti set b2='I4D5VW0LEQ3PABO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 mediumblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0BPTF92ADUFGK8NPZGP' where id=1; -update noar ti set v0='0BPTF92ADUFGK8NPZGP' where id=1; -update noar tt set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1; -update noar ti set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1; -update noar tt set v0='AVEXP37LCH6NUYO' where id=1; -update noar ti set v0='AVEXP37LCH6NUYO' where id=1; -update noar tt set b1='LZIIS4V6XZV1UO3K99' where id=1; -update noar ti set b1='LZIIS4V6XZV1UO3K99' where id=1; -update noar tt set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1; -update noar ti set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1; -update noar tt set b2='CRLUDYC9IY8RAZN92VNV' where id=1; -update noar ti set b2='CRLUDYC9IY8RAZN92VNV' where id=1; -update noar tt set v0='AZPAWHEZIVRCI' where id=2; -update noar ti set v0='AZPAWHEZIVRCI' where id=2; -update noar tt set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2; -update noar ti set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2; -update noar tt set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2; -update noar ti set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2; -update noar tt set b1='771QV07PW9H6DHVT8NTGJ' where id=2; -update noar ti set b1='771QV07PW9H6DHVT8NTGJ' where id=2; -update noar tt set v0='HMN' where id=2; -update noar ti set v0='HMN' where id=2; -update noar tt set b2='H' where id=2; -update noar ti set b2='H' where id=2; -update noar tt set v0='QT8AHVEEUY4YE3QP' where id=3; -update noar ti set v0='QT8AHVEEUY4YE3QP' where id=3; -update noar tt set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3; -update noar ti set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3; -update noar tt set v0='K28L41LNI3UNDERFG6F' where id=3; -update noar ti set v0='K28L41LNI3UNDERFG6F' where id=3; -update noar tt set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3; -update noar ti set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3; -update noar tt set v0='ZW9Y8TJU554E32P' where id=3; -update noar ti set v0='ZW9Y8TJU554E32P' where id=3; -update noar tt set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3; -update noar ti set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3; -update noar tt set v0='ECN55GSELF1JY' where id=4; -update noar ti set v0='ECN55GSELF1JY' where id=4; -update noar tt set b0='S1' where id=4; -update noar ti set b0='S1' where id=4; -update noar tt set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4; -update noar ti set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4; -update noar tt set b1='WZPKFLC302AROII0' where id=4; -update noar ti set b1='WZPKFLC302AROII0' where id=4; -update noar tt set v0='UOET36' where id=4; -update noar ti set v0='UOET36' where id=4; -update noar tt set b2='TZGTB267C9XCOUM32REXAZE' where id=4; -update noar ti set b2='TZGTB267C9XCOUM32REXAZE' where id=4; -update noar tt set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5; -update noar ti set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5; -update noar tt set b0='BYMXMSQO5T71VS317HR3T' where id=5; -update noar ti set b0='BYMXMSQO5T71VS317HR3T' where id=5; -update noar tt set v0='9YTTI1EMLUHC0VFC01' where id=5; -update noar ti set v0='9YTTI1EMLUHC0VFC01' where id=5; -update noar tt set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5; -update noar ti set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5; -update noar tt set v0='O7KGCHNOX9N' where id=5; -update noar ti set v0='O7KGCHNOX9N' where id=5; -update noar tt set b2='PU8' where id=5; -update noar ti set b2='PU8' where id=5; -update noar tt set v0='HYSOHU' where id=6; -update noar ti set v0='HYSOHU' where id=6; -update noar tt set b0='4OIVYTCHV' where id=6; -update noar ti set b0='4OIVYTCHV' where id=6; -update noar tt set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6; -update noar ti set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6; -update noar tt set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6; -update noar ti set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6; -update noar tt set v0='T6570PPLMITPCPD' where id=6; -update noar ti set v0='T6570PPLMITPCPD' where id=6; -update noar tt set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6; -update noar ti set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6; -update noar tt set v0='IANCRZHUB31M4R4VGA' where id=7; -update noar ti set v0='IANCRZHUB31M4R4VGA' where id=7; -update noar tt set b0='961A1S' where id=7; -update noar ti set b0='961A1S' where id=7; -update noar tt set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7; -update noar ti set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7; -update noar tt set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7; -update noar ti set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7; -update noar tt set v0='UY' where id=7; -update noar ti set v0='UY' where id=7; -update noar tt set b2='JRK9MJ752JTPUKMZZQPF6' where id=7; -update noar ti set b2='JRK9MJ752JTPUKMZZQPF6' where id=7; -update noar tt set v0='D0KT' where id=8; -update noar ti set v0='D0KT' where id=8; -update noar tt set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8; -update noar ti set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8; -update noar tt set v0='CV5OY830BXQQXL95JDX3' where id=8; -update noar ti set v0='CV5OY830BXQQXL95JDX3' where id=8; -update noar tt set b1='1ZNFCTS3C2M' where id=8; -update noar ti set b1='1ZNFCTS3C2M' where id=8; -update noar tt set v0='2M5XH8SUK' where id=8; -update noar ti set v0='2M5XH8SUK' where id=8; -update noar tt set b2='5B335GUE2CA65AO8' where id=8; -update noar ti set b2='5B335GUE2CA65AO8' where id=8; -update noar tt set v0='UKR7HGQ' where id=9; -update noar ti set v0='UKR7HGQ' where id=9; -update noar tt set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9; -update noar ti set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9; -update noar tt set v0='1ZGID7OWPXRUNPMTLAVB' where id=9; -update noar ti set v0='1ZGID7OWPXRUNPMTLAVB' where id=9; -update noar tt set b1='3736ZBEFFYM1VB4ONERO' where id=9; -update noar ti set b1='3736ZBEFFYM1VB4ONERO' where id=9; -update noar tt set v0='DM41BH75U' where id=9; -update noar ti set v0='DM41BH75U' where id=9; -update noar tt set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9; -update noar ti set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='P9754ISX9ROQI08URN1' where id=1; -update noar ti set v0='P9754ISX9ROQI08URN1' where id=1; -update noar tt set b0='4BBTZ86HNXI6XSDIN2L' where id=1; -update noar ti set b0='4BBTZ86HNXI6XSDIN2L' where id=1; -update noar tt set v0='0RAT02RZ4IKOB3' where id=1; -update noar ti set v0='0RAT02RZ4IKOB3' where id=1; -update noar tt set b1='16XK' where id=1; -update noar ti set b1='16XK' where id=1; -update noar tt set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1; -update noar ti set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1; -update noar tt set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1; -update noar ti set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1; -update noar tt set v0='PX91W0OI4F' where id=2; -update noar ti set v0='PX91W0OI4F' where id=2; -update noar tt set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2; -update noar ti set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2; -update noar tt set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2; -update noar ti set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2; -update noar tt set b1='VAGWTRWGIL2' where id=2; -update noar ti set b1='VAGWTRWGIL2' where id=2; -update noar tt set v0='M2XRI5T8YS4Q0TX0YG' where id=2; -update noar ti set v0='M2XRI5T8YS4Q0TX0YG' where id=2; -update noar tt set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2; -update noar ti set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2; -update noar tt set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3; -update noar ti set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3; -update noar tt set b0='CZG1U8EELR1Y6' where id=3; -update noar ti set b0='CZG1U8EELR1Y6' where id=3; -update noar tt set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3; -update noar ti set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3; -update noar tt set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3; -update noar ti set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3; -update noar tt set v0='QXPFZV' where id=3; -update noar ti set v0='QXPFZV' where id=3; -update noar tt set b2='AC59PD1PD15SH' where id=3; -update noar ti set b2='AC59PD1PD15SH' where id=3; -update noar tt set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4; -update noar ti set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4; -update noar tt set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4; -update noar ti set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4; -update noar tt set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4; -update noar ti set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4; -update noar tt set b1='4CWUPLJD9JIO8HN' where id=4; -update noar ti set b1='4CWUPLJD9JIO8HN' where id=4; -update noar tt set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4; -update noar ti set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4; -update noar tt set b2='HRE87PTZXG' where id=4; -update noar ti set b2='HRE87PTZXG' where id=4; -update noar tt set v0='0258P3I2M5' where id=5; -update noar ti set v0='0258P3I2M5' where id=5; -update noar tt set b0='1DKFW0MKOBZY30ACA6192' where id=5; -update noar ti set b0='1DKFW0MKOBZY30ACA6192' where id=5; -update noar tt set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5; -update noar ti set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5; -update noar tt set b1='QS2ZSLW5NJJ799HX8' where id=5; -update noar ti set b1='QS2ZSLW5NJJ799HX8' where id=5; -update noar tt set v0='PV52H6MO' where id=5; -update noar ti set v0='PV52H6MO' where id=5; -update noar tt set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5; -update noar ti set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5; -update noar tt set v0='M3BJN377JMRFQS5AY' where id=6; -update noar ti set v0='M3BJN377JMRFQS5AY' where id=6; -update noar tt set b0='GSZB' where id=6; -update noar ti set b0='GSZB' where id=6; -update noar tt set v0='IRUI2NWN1RDT171EA4' where id=6; -update noar ti set v0='IRUI2NWN1RDT171EA4' where id=6; -update noar tt set b1='OFVG79YD4PYDE3T' where id=6; -update noar ti set b1='OFVG79YD4PYDE3T' where id=6; -update noar tt set v0='EDZCEV5MSY1J' where id=6; -update noar ti set v0='EDZCEV5MSY1J' where id=6; -update noar tt set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6; -update noar ti set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6; -update noar tt set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7; -update noar ti set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7; -update noar tt set b0='Y7D49VAUV8' where id=7; -update noar ti set b0='Y7D49VAUV8' where id=7; -update noar tt set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7; -update noar ti set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7; -update noar tt set b1='8LQ2' where id=7; -update noar ti set b1='8LQ2' where id=7; -update noar tt set v0='CSHU3BW8EAH3B' where id=7; -update noar ti set v0='CSHU3BW8EAH3B' where id=7; -update noar tt set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7; -update noar ti set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7; -update noar tt set v0='7GX' where id=8; -update noar ti set v0='7GX' where id=8; -update noar tt set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8; -update noar ti set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8; -update noar tt set v0='6RFA36W' where id=8; -update noar ti set v0='6RFA36W' where id=8; -update noar tt set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8; -update noar ti set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8; -update noar tt set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8; -update noar ti set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8; -update noar tt set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8; -update noar ti set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8; -update noar tt set v0='YX77DNRPZ6ZSIZVFKM' where id=9; -update noar ti set v0='YX77DNRPZ6ZSIZVFKM' where id=9; -update noar tt set b0='IAOV80TPE' where id=9; -update noar ti set b0='IAOV80TPE' where id=9; -update noar tt set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9; -update noar ti set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9; -update noar tt set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9; -update noar ti set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9; -update noar tt set v0='P04MRK1G7' where id=9; -update noar ti set v0='P04MRK1G7' where id=9; -update noar tt set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9; -update noar ti set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 mediumblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1; -update noar ti set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1; -update noar tt set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1; -update noar ti set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1; -update noar tt set v0='WNYH9PHZ02C9D9UM' where id=1; -update noar ti set v0='WNYH9PHZ02C9D9UM' where id=1; -update noar tt set b1='YFF' where id=1; -update noar ti set b1='YFF' where id=1; -update noar tt set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1; -update noar ti set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1; -update noar tt set b2='5JTLME485' where id=1; -update noar ti set b2='5JTLME485' where id=1; -update noar tt set v0='F4RJXJX7WIE5Y3' where id=2; -update noar ti set v0='F4RJXJX7WIE5Y3' where id=2; -update noar tt set b0='7NFHZU1NN' where id=2; -update noar ti set b0='7NFHZU1NN' where id=2; -update noar tt set v0='NTIE5DW1F28WSMZ7D30W' where id=2; -update noar ti set v0='NTIE5DW1F28WSMZ7D30W' where id=2; -update noar tt set b1='QMPFBZASME' where id=2; -update noar ti set b1='QMPFBZASME' where id=2; -update noar tt set v0='NG' where id=2; -update noar ti set v0='NG' where id=2; -update noar tt set b2='AGVRQ4GV38JE1' where id=2; -update noar ti set b2='AGVRQ4GV38JE1' where id=2; -update noar tt set v0='39UE1TEX2BA442N' where id=3; -update noar ti set v0='39UE1TEX2BA442N' where id=3; -update noar tt set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3; -update noar ti set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3; -update noar tt set v0='IKC944DZARP9DH' where id=3; -update noar ti set v0='IKC944DZARP9DH' where id=3; -update noar tt set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3; -update noar ti set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3; -update noar tt set v0='I0T6NPLXDMGWZJVS' where id=3; -update noar ti set v0='I0T6NPLXDMGWZJVS' where id=3; -update noar tt set b2='EE7O0QXJ' where id=3; -update noar ti set b2='EE7O0QXJ' where id=3; -update noar tt set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4; -update noar ti set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4; -update noar tt set b0='HCJXTNPL0UTX' where id=4; -update noar ti set b0='HCJXTNPL0UTX' where id=4; -update noar tt set v0='LX4O8' where id=4; -update noar ti set v0='LX4O8' where id=4; -update noar tt set b1='55Z2H7JJ' where id=4; -update noar ti set b1='55Z2H7JJ' where id=4; -update noar tt set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4; -update noar ti set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4; -update noar tt set b2='7QF43' where id=4; -update noar ti set b2='7QF43' where id=4; -update noar tt set v0='1M0EUUZ8S3ET2' where id=5; -update noar ti set v0='1M0EUUZ8S3ET2' where id=5; -update noar tt set b0='SQWBIH0E90M43R' where id=5; -update noar ti set b0='SQWBIH0E90M43R' where id=5; -update noar tt set v0='J1597GUSZZWOPU6D3RCIO' where id=5; -update noar ti set v0='J1597GUSZZWOPU6D3RCIO' where id=5; -update noar tt set b1='C' where id=5; -update noar ti set b1='C' where id=5; -update noar tt set v0='8UPD193X9P12KGKN179' where id=5; -update noar ti set v0='8UPD193X9P12KGKN179' where id=5; -update noar tt set b2='BQLC431LDK4GTLN93' where id=5; -update noar ti set b2='BQLC431LDK4GTLN93' where id=5; -update noar tt set v0='FKIRPWPEAGN0XNHINS9' where id=6; -update noar ti set v0='FKIRPWPEAGN0XNHINS9' where id=6; -update noar tt set b0='W' where id=6; -update noar ti set b0='W' where id=6; -update noar tt set v0='C26NC9B0X68XYH' where id=6; -update noar ti set v0='C26NC9B0X68XYH' where id=6; -update noar tt set b1='PBV8MRYF3DX5P' where id=6; -update noar ti set b1='PBV8MRYF3DX5P' where id=6; -update noar tt set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6; -update noar ti set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6; -update noar tt set b2='95UQDOGLDG2O6I8SF2' where id=6; -update noar ti set b2='95UQDOGLDG2O6I8SF2' where id=6; -update noar tt set v0='MAOMFDRT' where id=7; -update noar ti set v0='MAOMFDRT' where id=7; -update noar tt set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7; -update noar ti set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7; -update noar tt set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7; -update noar ti set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7; -update noar tt set b1='9H9VRMA0NPBOZ' where id=7; -update noar ti set b1='9H9VRMA0NPBOZ' where id=7; -update noar tt set v0='T' where id=7; -update noar ti set v0='T' where id=7; -update noar tt set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7; -update noar ti set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7; -update noar tt set v0='3FS8KW7FSUW' where id=8; -update noar ti set v0='3FS8KW7FSUW' where id=8; -update noar tt set b0='CHDAHU0DRI6' where id=8; -update noar ti set b0='CHDAHU0DRI6' where id=8; -update noar tt set v0='12R217A2EXCSOD9UA' where id=8; -update noar ti set v0='12R217A2EXCSOD9UA' where id=8; -update noar tt set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8; -update noar ti set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8; -update noar tt set v0='7' where id=8; -update noar ti set v0='7' where id=8; -update noar tt set b2='0T055ZOMZ5QJ5' where id=8; -update noar ti set b2='0T055ZOMZ5QJ5' where id=8; -update noar tt set v0='UAH0JHN6PG0RJ3' where id=9; -update noar ti set v0='UAH0JHN6PG0RJ3' where id=9; -update noar tt set b0='S3' where id=9; -update noar ti set b0='S3' where id=9; -update noar tt set v0='2C0F5F1ZHPV1' where id=9; -update noar ti set v0='2C0F5F1ZHPV1' where id=9; -update noar tt set b1='A1GVONA281EGWFOJP2UB' where id=9; -update noar ti set b1='A1GVONA281EGWFOJP2UB' where id=9; -update noar tt set v0='0VQOMMO9' where id=9; -update noar ti set v0='0VQOMMO9' where id=9; -update noar tt set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9; -update noar ti set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CR1XGA' where id=1; -update noar ti set v0='CR1XGA' where id=1; -update noar tt set b0='E8' where id=1; -update noar ti set b0='E8' where id=1; -update noar tt set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1; -update noar ti set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1; -update noar tt set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1; -update noar ti set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1; -update noar tt set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1; -update noar ti set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1; -update noar tt set b2='5IK7YPSDFZWNU' where id=1; -update noar ti set b2='5IK7YPSDFZWNU' where id=1; -update noar tt set v0='HJUNFY' where id=2; -update noar ti set v0='HJUNFY' where id=2; -update noar tt set b0='2III2HXL24GFAOFU8BU' where id=2; -update noar ti set b0='2III2HXL24GFAOFU8BU' where id=2; -update noar tt set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2; -update noar ti set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2; -update noar tt set b1='9YN' where id=2; -update noar ti set b1='9YN' where id=2; -update noar tt set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2; -update noar ti set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2; -update noar tt set b2='JB088Y0DUU' where id=2; -update noar ti set b2='JB088Y0DUU' where id=2; -update noar tt set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3; -update noar ti set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3; -update noar tt set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3; -update noar ti set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3; -update noar tt set v0='JTBORLWDTO36AQL' where id=3; -update noar ti set v0='JTBORLWDTO36AQL' where id=3; -update noar tt set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3; -update noar ti set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3; -update noar tt set v0='QB9VYA8BV6NOMEJAYN36B' where id=3; -update noar ti set v0='QB9VYA8BV6NOMEJAYN36B' where id=3; -update noar tt set b2='KTL0HUCN0M' where id=3; -update noar ti set b2='KTL0HUCN0M' where id=3; -update noar tt set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4; -update noar ti set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4; -update noar tt set b0='Z259P259Z9UV' where id=4; -update noar ti set b0='Z259P259Z9UV' where id=4; -update noar tt set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4; -update noar ti set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='4H3J8TO' where id=4; -update noar ti set v0='4H3J8TO' where id=4; -update noar tt set b2='XY8BF07UKW773O' where id=4; -update noar ti set b2='XY8BF07UKW773O' where id=4; -update noar tt set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5; -update noar ti set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5; -update noar tt set b0='R' where id=5; -update noar ti set b0='R' where id=5; -update noar tt set v0='GY1MJUTPI8B71YQK45QXA1' where id=5; -update noar ti set v0='GY1MJUTPI8B71YQK45QXA1' where id=5; -update noar tt set b1='7WP725AY1O147HHK372S61B' where id=5; -update noar ti set b1='7WP725AY1O147HHK372S61B' where id=5; -update noar tt set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5; -update noar ti set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5; -update noar tt set b2='O2HSARPHHL4' where id=5; -update noar ti set b2='O2HSARPHHL4' where id=5; -update noar tt set v0='RGU6JH5' where id=6; -update noar ti set v0='RGU6JH5' where id=6; -update noar tt set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6; -update noar ti set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6; -update noar tt set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6; -update noar ti set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6; -update noar tt set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6; -update noar ti set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6; -update noar tt set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6; -update noar ti set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6; -update noar tt set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6; -update noar ti set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6; -update noar tt set v0='CA3L4IG8' where id=7; -update noar ti set v0='CA3L4IG8' where id=7; -update noar tt set b0='7AZ' where id=7; -update noar ti set b0='7AZ' where id=7; -update noar tt set v0='C49AL32LNCVW' where id=7; -update noar ti set v0='C49AL32LNCVW' where id=7; -update noar tt set b1='XAC495IV7WSC2CBIYYYOG0' where id=7; -update noar ti set b1='XAC495IV7WSC2CBIYYYOG0' where id=7; -update noar tt set v0='UC6RTUBJMLOF2IZ' where id=7; -update noar ti set v0='UC6RTUBJMLOF2IZ' where id=7; -update noar tt set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7; -update noar ti set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7; -update noar tt set v0='92W81S36LCQ' where id=8; -update noar ti set v0='92W81S36LCQ' where id=8; -update noar tt set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8; -update noar ti set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8; -update noar tt set v0='CDCMSQ' where id=8; -update noar ti set v0='CDCMSQ' where id=8; -update noar tt set b1='FW1S1MMI' where id=8; -update noar ti set b1='FW1S1MMI' where id=8; -update noar tt set v0='9IY1JC' where id=8; -update noar ti set v0='9IY1JC' where id=8; -update noar tt set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8; -update noar ti set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8; -update noar tt set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9; -update noar ti set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9; -update noar tt set b0='GN9OJF' where id=9; -update noar ti set b0='GN9OJF' where id=9; -update noar tt set v0='I5UAABASIYUD53OHBD2CMT' where id=9; -update noar ti set v0='I5UAABASIYUD53OHBD2CMT' where id=9; -update noar tt set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9; -update noar ti set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9; -update noar tt set v0='PU37BK87C2F433FH697TA' where id=9; -update noar ti set v0='PU37BK87C2F433FH697TA' where id=9; -update noar tt set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9; -update noar ti set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RTMTUTG8' where id=1; -update noar ti set v0='RTMTUTG8' where id=1; -update noar tt set b0='X7VE' where id=1; -update noar ti set b0='X7VE' where id=1; -update noar tt set v0='5SX0TV5E725' where id=1; -update noar ti set v0='5SX0TV5E725' where id=1; -update noar tt set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1; -update noar ti set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1; -update noar tt set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1; -update noar ti set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1; -update noar tt set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1; -update noar ti set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1; -update noar tt set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2; -update noar ti set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2; -update noar tt set b0='SXAD1J5K2MAVN9TERSE' where id=2; -update noar ti set b0='SXAD1J5K2MAVN9TERSE' where id=2; -update noar tt set v0='WZ7Q48Y4P' where id=2; -update noar ti set v0='WZ7Q48Y4P' where id=2; -update noar tt set b1='LPV8WVT6F63F6X1XQ13YA' where id=2; -update noar ti set b1='LPV8WVT6F63F6X1XQ13YA' where id=2; -update noar tt set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2; -update noar ti set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2; -update noar tt set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2; -update noar ti set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2; -update noar tt set v0='8' where id=3; -update noar ti set v0='8' where id=3; -update noar tt set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3; -update noar ti set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3; -update noar tt set v0='BXF8' where id=3; -update noar ti set v0='BXF8' where id=3; -update noar tt set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3; -update noar ti set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3; -update noar tt set v0='WDPU' where id=3; -update noar ti set v0='WDPU' where id=3; -update noar tt set b2='FB2LQXNAPVP6U8LHJDER' where id=3; -update noar ti set b2='FB2LQXNAPVP6U8LHJDER' where id=3; -update noar tt set v0='SK3PO1RAD' where id=4; -update noar ti set v0='SK3PO1RAD' where id=4; -update noar tt set b0='WGBK47FR56TAE758UOC8' where id=4; -update noar ti set b0='WGBK47FR56TAE758UOC8' where id=4; -update noar tt set v0='NV' where id=4; -update noar ti set v0='NV' where id=4; -update noar tt set b1='TY589HFE91KG' where id=4; -update noar ti set b1='TY589HFE91KG' where id=4; -update noar tt set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4; -update noar ti set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4; -update noar tt set b2='W' where id=4; -update noar ti set b2='W' where id=4; -update noar tt set v0='2O42O63C4TVZGN1VGYZQDA' where id=5; -update noar ti set v0='2O42O63C4TVZGN1VGYZQDA' where id=5; -update noar tt set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5; -update noar ti set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5; -update noar tt set v0='3TCWGRJR7RA4M951K93XK80E' where id=5; -update noar ti set v0='3TCWGRJR7RA4M951K93XK80E' where id=5; -update noar tt set b1='DHBXPUGDSVD4' where id=5; -update noar ti set b1='DHBXPUGDSVD4' where id=5; -update noar tt set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5; -update noar ti set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5; -update noar tt set b2='3VPY3IZ68J' where id=5; -update noar ti set b2='3VPY3IZ68J' where id=5; -update noar tt set v0='MF8SUTEEUHCF3MOH79PFV' where id=6; -update noar ti set v0='MF8SUTEEUHCF3MOH79PFV' where id=6; -update noar tt set b0='M9G887ULQV0XU' where id=6; -update noar ti set b0='M9G887ULQV0XU' where id=6; -update noar tt set v0='E5YXO1FFW5LTWWMHC3L' where id=6; -update noar ti set v0='E5YXO1FFW5LTWWMHC3L' where id=6; -update noar tt set b1='3MEXXTITVPX5R7IPZDDI' where id=6; -update noar ti set b1='3MEXXTITVPX5R7IPZDDI' where id=6; -update noar tt set v0='K5N' where id=6; -update noar ti set v0='K5N' where id=6; -update noar tt set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6; -update noar ti set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6; -update noar tt set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7; -update noar ti set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7; -update noar tt set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7; -update noar ti set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7; -update noar tt set v0='I3XNMPSMIM2LCMC' where id=7; -update noar ti set v0='I3XNMPSMIM2LCMC' where id=7; -update noar tt set b1='SBL2' where id=7; -update noar ti set b1='SBL2' where id=7; -update noar tt set v0='WDE6C9UGCJD' where id=7; -update noar ti set v0='WDE6C9UGCJD' where id=7; -update noar tt set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7; -update noar ti set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7; -update noar tt set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8; -update noar ti set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8; -update noar tt set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8; -update noar ti set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8; -update noar tt set v0='5X2N' where id=8; -update noar ti set v0='5X2N' where id=8; -update noar tt set b1='NHFYK9V8TZNPSTOPLHU98' where id=8; -update noar ti set b1='NHFYK9V8TZNPSTOPLHU98' where id=8; -update noar tt set v0='BQWXTLN620N7BY4VCM' where id=8; -update noar ti set v0='BQWXTLN620N7BY4VCM' where id=8; -update noar tt set b2='VYGGUA0EOP' where id=8; -update noar ti set b2='VYGGUA0EOP' where id=8; -update noar tt set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9; -update noar ti set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9; -update noar tt set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9; -update noar ti set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9; -update noar tt set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9; -update noar ti set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9; -update noar tt set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9; -update noar ti set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9; -update noar tt set v0='ET' where id=9; -update noar ti set v0='ET' where id=9; -update noar tt set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9; -update noar ti set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JDZTWT75GK' where id=1; -update noar ti set v0='JDZTWT75GK' where id=1; -update noar tt set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1; -update noar ti set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1; -update noar tt set v0='EMG430PG6EH9PNRLV0RXW' where id=1; -update noar ti set v0='EMG430PG6EH9PNRLV0RXW' where id=1; -update noar tt set b1='DKZ9TYWDVXCT4J97T7L' where id=1; -update noar ti set b1='DKZ9TYWDVXCT4J97T7L' where id=1; -update noar tt set v0='8N94K60XISURNM49HE6' where id=1; -update noar ti set v0='8N94K60XISURNM49HE6' where id=1; -update noar tt set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1; -update noar ti set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1; -update noar tt set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2; -update noar ti set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2; -update noar tt set b0='UT' where id=2; -update noar ti set b0='UT' where id=2; -update noar tt set v0='BUX76QV0U6S0TKN0X75DJ' where id=2; -update noar ti set v0='BUX76QV0U6S0TKN0X75DJ' where id=2; -update noar tt set b1='SPC' where id=2; -update noar ti set b1='SPC' where id=2; -update noar tt set v0='VLK0JQYJ1WSZW3' where id=2; -update noar ti set v0='VLK0JQYJ1WSZW3' where id=2; -update noar tt set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2; -update noar ti set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2; -update noar tt set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3; -update noar ti set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3; -update noar tt set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3; -update noar ti set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3; -update noar tt set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3; -update noar ti set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3; -update noar tt set b1='M07QGB3AYF' where id=3; -update noar ti set b1='M07QGB3AYF' where id=3; -update noar tt set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3; -update noar ti set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3; -update noar tt set b2='2VQGZMRVFARPEJFKHI' where id=3; -update noar ti set b2='2VQGZMRVFARPEJFKHI' where id=3; -update noar tt set v0='ZLREW5MJM64' where id=4; -update noar ti set v0='ZLREW5MJM64' where id=4; -update noar tt set b0='XWAGF' where id=4; -update noar ti set b0='XWAGF' where id=4; -update noar tt set v0='8QSQO9369AC4' where id=4; -update noar ti set v0='8QSQO9369AC4' where id=4; -update noar tt set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4; -update noar ti set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4; -update noar tt set v0='WNS04K7Y4A93Y39J' where id=4; -update noar ti set v0='WNS04K7Y4A93Y39J' where id=4; -update noar tt set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4; -update noar ti set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4; -update noar tt set v0='JH8FPOKV5X8JMCAY' where id=5; -update noar ti set v0='JH8FPOKV5X8JMCAY' where id=5; -update noar tt set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5; -update noar ti set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5; -update noar tt set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5; -update noar ti set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5; -update noar tt set b1='EPPR17' where id=5; -update noar ti set b1='EPPR17' where id=5; -update noar tt set v0='BDZFW5LMD1FI4KVOS3' where id=5; -update noar ti set v0='BDZFW5LMD1FI4KVOS3' where id=5; -update noar tt set b2='WJD0PUENGA9H0' where id=5; -update noar ti set b2='WJD0PUENGA9H0' where id=5; -update noar tt set v0='TIJM7AJP' where id=6; -update noar ti set v0='TIJM7AJP' where id=6; -update noar tt set b0='JIBSVOPPL7XTFZBHNA' where id=6; -update noar ti set b0='JIBSVOPPL7XTFZBHNA' where id=6; -update noar tt set v0='53KEIE9064KHPLBFX939' where id=6; -update noar ti set v0='53KEIE9064KHPLBFX939' where id=6; -update noar tt set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6; -update noar ti set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6; -update noar tt set v0='XT6BU32Z' where id=6; -update noar ti set v0='XT6BU32Z' where id=6; -update noar tt set b2='08VCFYRT6VWA6LT' where id=6; -update noar ti set b2='08VCFYRT6VWA6LT' where id=6; -update noar tt set v0='E6W8FCMHOTFVA' where id=7; -update noar ti set v0='E6W8FCMHOTFVA' where id=7; -update noar tt set b0='NAX' where id=7; -update noar ti set b0='NAX' where id=7; -update noar tt set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7; -update noar ti set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7; -update noar tt set b1='1E' where id=7; -update noar ti set b1='1E' where id=7; -update noar tt set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7; -update noar ti set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7; -update noar tt set b2='547' where id=7; -update noar ti set b2='547' where id=7; -update noar tt set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8; -update noar ti set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8; -update noar tt set b0='9P22MJWBRALIQM34A5NPVG' where id=8; -update noar ti set b0='9P22MJWBRALIQM34A5NPVG' where id=8; -update noar tt set v0='IXNPII71VQ' where id=8; -update noar ti set v0='IXNPII71VQ' where id=8; -update noar tt set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8; -update noar ti set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8; -update noar tt set v0='R9H5XNWJMBZ' where id=8; -update noar ti set v0='R9H5XNWJMBZ' where id=8; -update noar tt set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8; -update noar ti set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8; -update noar tt set v0='F6QDB9GGTX5F11VGHUKZI' where id=9; -update noar ti set v0='F6QDB9GGTX5F11VGHUKZI' where id=9; -update noar tt set b0='C9JG9WQ9A15S4' where id=9; -update noar ti set b0='C9JG9WQ9A15S4' where id=9; -update noar tt set v0='JJ2JN7S5' where id=9; -update noar ti set v0='JJ2JN7S5' where id=9; -update noar tt set b1='UTBD5J5TZ0' where id=9; -update noar ti set b1='UTBD5J5TZ0' where id=9; -update noar tt set v0='Z696FKBSCT4N' where id=9; -update noar ti set v0='Z696FKBSCT4N' where id=9; -update noar tt set b2='X02OHHSTWDB' where id=9; -update noar ti set b2='X02OHHSTWDB' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='V8ET1B6MD0V383' where id=1; -update noar ti set v0='V8ET1B6MD0V383' where id=1; -update noar tt set b0='C63Q2NL3TX' where id=1; -update noar ti set b0='C63Q2NL3TX' where id=1; -update noar tt set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1; -update noar ti set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1; -update noar tt set b1='3N' where id=1; -update noar ti set b1='3N' where id=1; -update noar tt set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1; -update noar ti set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1; -update noar tt set b2='R9I9GZIZQ3YH0O8X' where id=1; -update noar ti set b2='R9I9GZIZQ3YH0O8X' where id=1; -update noar tt set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2; -update noar ti set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2; -update noar tt set b0='XGB0O43GM55EO9IW4' where id=2; -update noar ti set b0='XGB0O43GM55EO9IW4' where id=2; -update noar tt set v0='XHA1PKD29B1I90O6EWS9C' where id=2; -update noar ti set v0='XHA1PKD29B1I90O6EWS9C' where id=2; -update noar tt set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2; -update noar ti set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2; -update noar tt set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2; -update noar ti set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2; -update noar tt set b2='FHR3BL30LGDQEXN' where id=2; -update noar ti set b2='FHR3BL30LGDQEXN' where id=2; -update noar tt set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3; -update noar ti set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3; -update noar tt set b0='3COZNPSBT9SWK3' where id=3; -update noar ti set b0='3COZNPSBT9SWK3' where id=3; -update noar tt set v0='8GA22CP2UJGR22RYO8' where id=3; -update noar ti set v0='8GA22CP2UJGR22RYO8' where id=3; -update noar tt set b1='Q3U2XVKP' where id=3; -update noar ti set b1='Q3U2XVKP' where id=3; -update noar tt set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3; -update noar ti set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3; -update noar tt set b2='702' where id=3; -update noar ti set b2='702' where id=3; -update noar tt set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4; -update noar ti set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4; -update noar tt set b0='9LBI9' where id=4; -update noar ti set b0='9LBI9' where id=4; -update noar tt set v0='YZEISY903PWBWS200L' where id=4; -update noar ti set v0='YZEISY903PWBWS200L' where id=4; -update noar tt set b1='D' where id=4; -update noar ti set b1='D' where id=4; -update noar tt set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4; -update noar ti set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4; -update noar tt set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4; -update noar ti set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4; -update noar tt set v0='U75DI3FMZIHS' where id=5; -update noar ti set v0='U75DI3FMZIHS' where id=5; -update noar tt set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5; -update noar ti set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5; -update noar tt set v0='NU77J5H6Y1' where id=5; -update noar ti set v0='NU77J5H6Y1' where id=5; -update noar tt set b1='WBW' where id=5; -update noar ti set b1='WBW' where id=5; -update noar tt set v0='3C6EWF8' where id=5; -update noar ti set v0='3C6EWF8' where id=5; -update noar tt set b2='GK3SWJG4KAIF4' where id=5; -update noar ti set b2='GK3SWJG4KAIF4' where id=5; -update noar tt set v0='C3X68CP7DV7A1WWCUD4F' where id=6; -update noar ti set v0='C3X68CP7DV7A1WWCUD4F' where id=6; -update noar tt set b0='HVF0WS' where id=6; -update noar ti set b0='HVF0WS' where id=6; -update noar tt set v0='T63GM2' where id=6; -update noar ti set v0='T63GM2' where id=6; -update noar tt set b1='XN23KY' where id=6; -update noar ti set b1='XN23KY' where id=6; -update noar tt set v0='ZB0G' where id=6; -update noar ti set v0='ZB0G' where id=6; -update noar tt set b2='KA74QT1I2N4FBHT95A' where id=6; -update noar ti set b2='KA74QT1I2N4FBHT95A' where id=6; -update noar tt set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7; -update noar ti set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7; -update noar tt set b0='XF7OOBW7A9W84' where id=7; -update noar ti set b0='XF7OOBW7A9W84' where id=7; -update noar tt set v0='C5QNBG40LB' where id=7; -update noar ti set v0='C5QNBG40LB' where id=7; -update noar tt set b1='B5ABZ78' where id=7; -update noar ti set b1='B5ABZ78' where id=7; -update noar tt set v0='UJP' where id=7; -update noar ti set v0='UJP' where id=7; -update noar tt set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7; -update noar ti set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7; -update noar tt set v0='GG9I8JP4499CHGYEESY0' where id=8; -update noar ti set v0='GG9I8JP4499CHGYEESY0' where id=8; -update noar tt set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8; -update noar ti set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8; -update noar tt set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8; -update noar ti set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8; -update noar tt set b1='N' where id=8; -update noar ti set b1='N' where id=8; -update noar tt set v0='RZQOGVX4Q' where id=8; -update noar ti set v0='RZQOGVX4Q' where id=8; -update noar tt set b2='V91DL9J' where id=8; -update noar ti set b2='V91DL9J' where id=8; -update noar tt set v0='W0F' where id=9; -update noar ti set v0='W0F' where id=9; -update noar tt set b0='3' where id=9; -update noar ti set b0='3' where id=9; -update noar tt set v0='7W3UCZM696JOB4D2' where id=9; -update noar ti set v0='7W3UCZM696JOB4D2' where id=9; -update noar tt set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9; -update noar ti set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9; -update noar tt set v0='F' where id=9; -update noar ti set v0='F' where id=9; -update noar tt set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9; -update noar ti set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='Y0TZFAFPO' where id=1; -update noar ti set v0='Y0TZFAFPO' where id=1; -update noar tt set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1; -update noar ti set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1; -update noar tt set v0='GUBD7S0WD86QA8HGF' where id=1; -update noar ti set v0='GUBD7S0WD86QA8HGF' where id=1; -update noar tt set b1='2V7D7S6PR4X1AKWC' where id=1; -update noar ti set b1='2V7D7S6PR4X1AKWC' where id=1; -update noar tt set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1; -update noar ti set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1; -update noar tt set b2='W6A3JEVTJX24R' where id=1; -update noar ti set b2='W6A3JEVTJX24R' where id=1; -update noar tt set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2; -update noar ti set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2; -update noar tt set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2; -update noar ti set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2; -update noar tt set v0='HU44Z6YHY5R311J' where id=2; -update noar ti set v0='HU44Z6YHY5R311J' where id=2; -update noar tt set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2; -update noar ti set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2; -update noar tt set v0='RUSPN4JRC74C3LSGS' where id=2; -update noar ti set v0='RUSPN4JRC74C3LSGS' where id=2; -update noar tt set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2; -update noar ti set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2; -update noar tt set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3; -update noar ti set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3; -update noar tt set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3; -update noar ti set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3; -update noar tt set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3; -update noar ti set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3; -update noar tt set b1='UDPP' where id=3; -update noar ti set b1='UDPP' where id=3; -update noar tt set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3; -update noar ti set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3; -update noar tt set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3; -update noar ti set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3; -update noar tt set v0='I4' where id=4; -update noar ti set v0='I4' where id=4; -update noar tt set b0='4SZQEWI7WP' where id=4; -update noar ti set b0='4SZQEWI7WP' where id=4; -update noar tt set v0='GRF1XVBVD' where id=4; -update noar ti set v0='GRF1XVBVD' where id=4; -update noar tt set b1='NQY3WWU' where id=4; -update noar ti set b1='NQY3WWU' where id=4; -update noar tt set v0='0UI5SRLRGOMI' where id=4; -update noar ti set v0='0UI5SRLRGOMI' where id=4; -update noar tt set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4; -update noar ti set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4; -update noar tt set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5; -update noar ti set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5; -update noar tt set b0='GN061QFF0DTCSSIHFNC3I' where id=5; -update noar ti set b0='GN061QFF0DTCSSIHFNC3I' where id=5; -update noar tt set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5; -update noar ti set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5; -update noar tt set b1='SF6LHC5Y8VIJVI6HYU8' where id=5; -update noar ti set b1='SF6LHC5Y8VIJVI6HYU8' where id=5; -update noar tt set v0='H61ML8BKE22A1U' where id=5; -update noar ti set v0='H61ML8BKE22A1U' where id=5; -update noar tt set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5; -update noar ti set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5; -update noar tt set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6; -update noar ti set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6; -update noar tt set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6; -update noar ti set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6; -update noar tt set v0='UL774WMW2' where id=6; -update noar ti set v0='UL774WMW2' where id=6; -update noar tt set b1='LDYP0LXVSR7V6CFST0' where id=6; -update noar ti set b1='LDYP0LXVSR7V6CFST0' where id=6; -update noar tt set v0='CY5O25XWQHOHVMJ02' where id=6; -update noar ti set v0='CY5O25XWQHOHVMJ02' where id=6; -update noar tt set b2='BIMCIIDQT1JD1' where id=6; -update noar ti set b2='BIMCIIDQT1JD1' where id=6; -update noar tt set v0='K6' where id=7; -update noar ti set v0='K6' where id=7; -update noar tt set b0='A7CSST68SL' where id=7; -update noar ti set b0='A7CSST68SL' where id=7; -update noar tt set v0='99RUPK8PHGC' where id=7; -update noar ti set v0='99RUPK8PHGC' where id=7; -update noar tt set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7; -update noar ti set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7; -update noar tt set v0='V153NO' where id=7; -update noar ti set v0='V153NO' where id=7; -update noar tt set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7; -update noar ti set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7; -update noar tt set v0='4FAWYLHXETBPGUI0M0963BL' where id=8; -update noar ti set v0='4FAWYLHXETBPGUI0M0963BL' where id=8; -update noar tt set b0='0NR021OY5XIQX' where id=8; -update noar ti set b0='0NR021OY5XIQX' where id=8; -update noar tt set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8; -update noar ti set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8; -update noar tt set b1='24GNKUXK' where id=8; -update noar ti set b1='24GNKUXK' where id=8; -update noar tt set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8; -update noar ti set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8; -update noar tt set b2='9OGVXHP498Q882IHV' where id=8; -update noar ti set b2='9OGVXHP498Q882IHV' where id=8; -update noar tt set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9; -update noar ti set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9; -update noar tt set b0='KE048PRIXCQETE' where id=9; -update noar ti set b0='KE048PRIXCQETE' where id=9; -update noar tt set v0='UKWHY5NIA' where id=9; -update noar ti set v0='UKWHY5NIA' where id=9; -update noar tt set b1='1IMO1WU3MONAXGZE' where id=9; -update noar ti set b1='1IMO1WU3MONAXGZE' where id=9; -update noar tt set v0='W23HUU7DNUB7M4VGQ38C668' where id=9; -update noar ti set v0='W23HUU7DNUB7M4VGQ38C668' where id=9; -update noar tt set b2='PECRR4P2K93AARS3D' where id=9; -update noar ti set b2='PECRR4P2K93AARS3D' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='B1IGO7DV20L56324S8' where id=1; -update noar ti set v0='B1IGO7DV20L56324S8' where id=1; -update noar tt set b0='MJ8CQD0' where id=1; -update noar ti set b0='MJ8CQD0' where id=1; -update noar tt set v0='S1LA5VV5G9QGH8' where id=1; -update noar ti set v0='S1LA5VV5G9QGH8' where id=1; -update noar tt set b1='J9OY0V' where id=1; -update noar ti set b1='J9OY0V' where id=1; -update noar tt set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1; -update noar ti set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1; -update noar tt set b2='4RG9SMNZC0J' where id=1; -update noar ti set b2='4RG9SMNZC0J' where id=1; -update noar tt set v0='YXA6MMZP' where id=2; -update noar ti set v0='YXA6MMZP' where id=2; -update noar tt set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2; -update noar ti set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2; -update noar tt set v0='GGOUD' where id=2; -update noar ti set v0='GGOUD' where id=2; -update noar tt set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2; -update noar ti set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2; -update noar tt set v0='L7E6RO53E' where id=2; -update noar ti set v0='L7E6RO53E' where id=2; -update noar tt set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2; -update noar ti set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2; -update noar tt set v0='H0D91Q3RT7H5OJZR' where id=3; -update noar ti set v0='H0D91Q3RT7H5OJZR' where id=3; -update noar tt set b0='XZM16WP9FF4JDBB8AG2M' where id=3; -update noar ti set b0='XZM16WP9FF4JDBB8AG2M' where id=3; -update noar tt set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3; -update noar ti set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3; -update noar tt set b1='IR7QINVXUYRH7' where id=3; -update noar ti set b1='IR7QINVXUYRH7' where id=3; -update noar tt set v0='9Q4CFI4YXX7VSXV' where id=3; -update noar ti set v0='9Q4CFI4YXX7VSXV' where id=3; -update noar tt set b2='AR02Q3OY9K37ZFUPZG' where id=3; -update noar ti set b2='AR02Q3OY9K37ZFUPZG' where id=3; -update noar tt set v0='2YHV63R51IIK0B2' where id=4; -update noar ti set v0='2YHV63R51IIK0B2' where id=4; -update noar tt set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4; -update noar ti set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4; -update noar tt set v0='M8KJFKIU9' where id=4; -update noar ti set v0='M8KJFKIU9' where id=4; -update noar tt set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4; -update noar ti set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4; -update noar tt set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4; -update noar ti set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4; -update noar tt set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4; -update noar ti set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4; -update noar tt set v0='146B6' where id=5; -update noar ti set v0='146B6' where id=5; -update noar tt set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5; -update noar ti set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5; -update noar tt set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5; -update noar ti set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5; -update noar tt set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5; -update noar ti set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5; -update noar tt set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5; -update noar ti set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5; -update noar tt set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5; -update noar ti set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5; -update noar tt set v0='5M1D0YRXIUVAOBIOM1NN' where id=6; -update noar ti set v0='5M1D0YRXIUVAOBIOM1NN' where id=6; -update noar tt set b0='81OULN2Z5U3ZR2F' where id=6; -update noar ti set b0='81OULN2Z5U3ZR2F' where id=6; -update noar tt set v0='NDDE8SHV1T1F10M90N' where id=6; -update noar ti set v0='NDDE8SHV1T1F10M90N' where id=6; -update noar tt set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6; -update noar ti set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6; -update noar tt set v0='78I0ODYN5' where id=6; -update noar ti set v0='78I0ODYN5' where id=6; -update noar tt set b2='6KZVJUE97U4T' where id=6; -update noar ti set b2='6KZVJUE97U4T' where id=6; -update noar tt set v0='65TLN8GCF022' where id=7; -update noar ti set v0='65TLN8GCF022' where id=7; -update noar tt set b0='I' where id=7; -update noar ti set b0='I' where id=7; -update noar tt set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7; -update noar ti set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7; -update noar tt set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7; -update noar ti set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7; -update noar tt set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7; -update noar ti set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7; -update noar tt set b2='1CDYV630DYAJNVY' where id=7; -update noar ti set b2='1CDYV630DYAJNVY' where id=7; -update noar tt set v0='N9OOB6PD2AORDA' where id=8; -update noar ti set v0='N9OOB6PD2AORDA' where id=8; -update noar tt set b0='47U7FAS5G0796N5YQM' where id=8; -update noar ti set b0='47U7FAS5G0796N5YQM' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b1='Z030' where id=8; -update noar ti set b1='Z030' where id=8; -update noar tt set v0='3ZESS79005ZT9' where id=8; -update noar ti set v0='3ZESS79005ZT9' where id=8; -update noar tt set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8; -update noar ti set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8; -update noar tt set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9; -update noar ti set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9; -update noar tt set b0='KZXRYUP19AX0KFTQ5M' where id=9; -update noar ti set b0='KZXRYUP19AX0KFTQ5M' where id=9; -update noar tt set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9; -update noar ti set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9; -update noar tt set b1='0KPET4QKC' where id=9; -update noar ti set b1='0KPET4QKC' where id=9; -update noar tt set v0='C4LZ68' where id=9; -update noar ti set v0='C4LZ68' where id=9; -update noar tt set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9; -update noar ti set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='IF69NY3BXJ' where id=1; -update noar ti set b0='IF69NY3BXJ' where id=1; -update noar tt set v0='1ZL' where id=1; -update noar ti set v0='1ZL' where id=1; -update noar tt set b1='XNALR03RRD0ZJKE3R478YN' where id=1; -update noar ti set b1='XNALR03RRD0ZJKE3R478YN' where id=1; -update noar tt set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1; -update noar ti set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1; -update noar tt set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1; -update noar ti set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1; -update noar tt set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2; -update noar ti set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2; -update noar tt set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2; -update noar ti set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2; -update noar tt set v0='H07SAQWVECS74XHRYQ' where id=2; -update noar ti set v0='H07SAQWVECS74XHRYQ' where id=2; -update noar tt set b1='EQLHGZCJVAQXH' where id=2; -update noar ti set b1='EQLHGZCJVAQXH' where id=2; -update noar tt set v0='1H45UEOJWEIU' where id=2; -update noar ti set v0='1H45UEOJWEIU' where id=2; -update noar tt set b2='1UTY5NL' where id=2; -update noar ti set b2='1UTY5NL' where id=2; -update noar tt set v0='BWL3TTLP9JRLJ' where id=3; -update noar ti set v0='BWL3TTLP9JRLJ' where id=3; -update noar tt set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3; -update noar ti set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3; -update noar tt set v0='O32AJI62PH1QOV' where id=3; -update noar ti set v0='O32AJI62PH1QOV' where id=3; -update noar tt set b1='A1DCBV2E54EH001Q56HUS' where id=3; -update noar ti set b1='A1DCBV2E54EH001Q56HUS' where id=3; -update noar tt set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3; -update noar ti set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3; -update noar tt set b2='6' where id=3; -update noar ti set b2='6' where id=3; -update noar tt set v0='DCB88P1BS5L4WWTRJJD' where id=4; -update noar ti set v0='DCB88P1BS5L4WWTRJJD' where id=4; -update noar tt set b0='NZ6LCR5WOA2XRU5TD8' where id=4; -update noar ti set b0='NZ6LCR5WOA2XRU5TD8' where id=4; -update noar tt set v0='GP2WH0P74UL3W' where id=4; -update noar ti set v0='GP2WH0P74UL3W' where id=4; -update noar tt set b1='Z8FFCOGQE9D3IDX0' where id=4; -update noar ti set b1='Z8FFCOGQE9D3IDX0' where id=4; -update noar tt set v0='1WPRL8' where id=4; -update noar ti set v0='1WPRL8' where id=4; -update noar tt set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4; -update noar ti set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4; -update noar tt set v0='A224B86H08EE0QXF' where id=5; -update noar ti set v0='A224B86H08EE0QXF' where id=5; -update noar tt set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5; -update noar ti set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5; -update noar tt set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5; -update noar ti set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5; -update noar tt set b1='NR29' where id=5; -update noar ti set b1='NR29' where id=5; -update noar tt set v0='DLE2' where id=5; -update noar ti set v0='DLE2' where id=5; -update noar tt set b2='75GYXANI2URDQNHH2A0G' where id=5; -update noar ti set b2='75GYXANI2URDQNHH2A0G' where id=5; -update noar tt set v0='UNBC' where id=6; -update noar ti set v0='UNBC' where id=6; -update noar tt set b0='AU5RH' where id=6; -update noar ti set b0='AU5RH' where id=6; -update noar tt set v0='IWW2358XZECDI3JX3' where id=6; -update noar ti set v0='IWW2358XZECDI3JX3' where id=6; -update noar tt set b1='4WC' where id=6; -update noar ti set b1='4WC' where id=6; -update noar tt set v0='AX41AV2FD791OIQ8' where id=6; -update noar ti set v0='AX41AV2FD791OIQ8' where id=6; -update noar tt set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6; -update noar ti set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6; -update noar tt set v0='JCE827LMW' where id=7; -update noar ti set v0='JCE827LMW' where id=7; -update noar tt set b0='C0CRF0GRC4' where id=7; -update noar ti set b0='C0CRF0GRC4' where id=7; -update noar tt set v0='WM2' where id=7; -update noar ti set v0='WM2' where id=7; -update noar tt set b1='NPLL8QOKHBGII' where id=7; -update noar ti set b1='NPLL8QOKHBGII' where id=7; -update noar tt set v0='E' where id=7; -update noar ti set v0='E' where id=7; -update noar tt set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7; -update noar ti set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7; -update noar tt set v0='ICA' where id=8; -update noar ti set v0='ICA' where id=8; -update noar tt set b0='V9CXIG1Y' where id=8; -update noar ti set b0='V9CXIG1Y' where id=8; -update noar tt set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8; -update noar ti set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8; -update noar tt set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8; -update noar ti set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8; -update noar tt set v0='GYU0O' where id=8; -update noar ti set v0='GYU0O' where id=8; -update noar tt set b2='0LNX7N8HJKRR613LJOL' where id=8; -update noar ti set b2='0LNX7N8HJKRR613LJOL' where id=8; -update noar tt set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9; -update noar ti set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9; -update noar tt set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9; -update noar ti set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9; -update noar tt set v0='P1TIS1TKAT' where id=9; -update noar ti set v0='P1TIS1TKAT' where id=9; -update noar tt set b1='6AO7DZDS68' where id=9; -update noar ti set b1='6AO7DZDS68' where id=9; -update noar tt set v0='BFJGZH00LXF9FQ39MK' where id=9; -update noar ti set v0='BFJGZH00LXF9FQ39MK' where id=9; -update noar tt set b2='97F59UKP' where id=9; -update noar ti set b2='97F59UKP' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZOCDEKMHB2QN11NE51' where id=1; -update noar ti set v0='ZOCDEKMHB2QN11NE51' where id=1; -update noar tt set b0='CAR6T8HPC5PCL' where id=1; -update noar ti set b0='CAR6T8HPC5PCL' where id=1; -update noar tt set v0='M7W67XGCP293DKXJTQ3XE' where id=1; -update noar ti set v0='M7W67XGCP293DKXJTQ3XE' where id=1; -update noar tt set b1='A8ZNUZK4WN' where id=1; -update noar ti set b1='A8ZNUZK4WN' where id=1; -update noar tt set v0='0T7R81XZSE4D4L9' where id=1; -update noar ti set v0='0T7R81XZSE4D4L9' where id=1; -update noar tt set b2='EPSTA' where id=1; -update noar ti set b2='EPSTA' where id=1; -update noar tt set v0='QVNL9ORWZ4GHG' where id=2; -update noar ti set v0='QVNL9ORWZ4GHG' where id=2; -update noar tt set b0='V9DVQLQ5FTXF' where id=2; -update noar ti set b0='V9DVQLQ5FTXF' where id=2; -update noar tt set v0='TD' where id=2; -update noar ti set v0='TD' where id=2; -update noar tt set b1='UBT1RRT5DYN' where id=2; -update noar ti set b1='UBT1RRT5DYN' where id=2; -update noar tt set v0='7NGC4AD0YOE38CEXI0J5' where id=2; -update noar ti set v0='7NGC4AD0YOE38CEXI0J5' where id=2; -update noar tt set b2='S6H0OB82UFW0V3' where id=2; -update noar ti set b2='S6H0OB82UFW0V3' where id=2; -update noar tt set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3; -update noar ti set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3; -update noar tt set b0='2L' where id=3; -update noar ti set b0='2L' where id=3; -update noar tt set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3; -update noar ti set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3; -update noar tt set b1='DC' where id=3; -update noar ti set b1='DC' where id=3; -update noar tt set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3; -update noar ti set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3; -update noar tt set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3; -update noar ti set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3; -update noar tt set v0='4' where id=4; -update noar ti set v0='4' where id=4; -update noar tt set b0='OHOPZLCK9' where id=4; -update noar ti set b0='OHOPZLCK9' where id=4; -update noar tt set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4; -update noar ti set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4; -update noar tt set b1='BV1JHRA9V' where id=4; -update noar ti set b1='BV1JHRA9V' where id=4; -update noar tt set v0='K1RH2UNXR75EDOJDF4GNH' where id=4; -update noar ti set v0='K1RH2UNXR75EDOJDF4GNH' where id=4; -update noar tt set b2='R1QXWG18EM58E86GOO2GXXP' where id=4; -update noar ti set b2='R1QXWG18EM58E86GOO2GXXP' where id=4; -update noar tt set v0='J9GEQ25I0947YIK70H8Z' where id=5; -update noar ti set v0='J9GEQ25I0947YIK70H8Z' where id=5; -update noar tt set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5; -update noar ti set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5; -update noar tt set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5; -update noar ti set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5; -update noar tt set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5; -update noar ti set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5; -update noar tt set v0='ML7' where id=5; -update noar ti set v0='ML7' where id=5; -update noar tt set b2='4MZ99F' where id=5; -update noar ti set b2='4MZ99F' where id=5; -update noar tt set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6; -update noar ti set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6; -update noar tt set b0='9PUCB9SDDFZI1F39' where id=6; -update noar ti set b0='9PUCB9SDDFZI1F39' where id=6; -update noar tt set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6; -update noar ti set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6; -update noar tt set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6; -update noar ti set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6; -update noar tt set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6; -update noar ti set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6; -update noar tt set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6; -update noar ti set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6; -update noar tt set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7; -update noar ti set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7; -update noar tt set b0='SPUUTRMS' where id=7; -update noar ti set b0='SPUUTRMS' where id=7; -update noar tt set v0='DGNM362PAALAC' where id=7; -update noar ti set v0='DGNM362PAALAC' where id=7; -update noar tt set b1='MN7RXYQ1ID5R1K4C' where id=7; -update noar ti set b1='MN7RXYQ1ID5R1K4C' where id=7; -update noar tt set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7; -update noar ti set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7; -update noar tt set b2='7JRP2HY' where id=7; -update noar ti set b2='7JRP2HY' where id=7; -update noar tt set v0='JAE9LUZV6T7ZJYD0D42B' where id=8; -update noar ti set v0='JAE9LUZV6T7ZJYD0D42B' where id=8; -update noar tt set b0='B' where id=8; -update noar ti set b0='B' where id=8; -update noar tt set v0='OW1AECDWD820HL0WQRVZ94' where id=8; -update noar ti set v0='OW1AECDWD820HL0WQRVZ94' where id=8; -update noar tt set b1='LHIISZ7Y6CG70ZFD6' where id=8; -update noar ti set b1='LHIISZ7Y6CG70ZFD6' where id=8; -update noar tt set v0='PAMD08IADUBO' where id=8; -update noar ti set v0='PAMD08IADUBO' where id=8; -update noar tt set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8; -update noar ti set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8; -update noar tt set v0='6B5DOVQDSMP7T2HK1G' where id=9; -update noar ti set v0='6B5DOVQDSMP7T2HK1G' where id=9; -update noar tt set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9; -update noar ti set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9; -update noar tt set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9; -update noar ti set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9; -update noar tt set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9; -update noar ti set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9; -update noar tt set v0='BPPVJ1QZK42' where id=9; -update noar ti set v0='BPPVJ1QZK42' where id=9; -update noar tt set b2='01F0KRLBVONW' where id=9; -update noar ti set b2='01F0KRLBVONW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1; -update noar ti set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1; -update noar tt set b0='TICZNHX6SMBRVN' where id=1; -update noar ti set b0='TICZNHX6SMBRVN' where id=1; -update noar tt set v0='3' where id=1; -update noar ti set v0='3' where id=1; -update noar tt set b1='E' where id=1; -update noar ti set b1='E' where id=1; -update noar tt set v0='HAHL7PP' where id=1; -update noar ti set v0='HAHL7PP' where id=1; -update noar tt set b2='DE1DCSY2SS9PA3' where id=1; -update noar ti set b2='DE1DCSY2SS9PA3' where id=1; -update noar tt set v0='SA2EBYISV883BAF' where id=2; -update noar ti set v0='SA2EBYISV883BAF' where id=2; -update noar tt set b0='P0' where id=2; -update noar ti set b0='P0' where id=2; -update noar tt set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2; -update noar ti set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2; -update noar tt set b1='G' where id=2; -update noar ti set b1='G' where id=2; -update noar tt set v0='YW87EGUCTJB9XUY9Z5' where id=2; -update noar ti set v0='YW87EGUCTJB9XUY9Z5' where id=2; -update noar tt set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2; -update noar ti set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2; -update noar tt set v0='M3ZJUW12WKFM0KXPNVGE' where id=3; -update noar ti set v0='M3ZJUW12WKFM0KXPNVGE' where id=3; -update noar tt set b0='ECSUVUKU2YJ4WOM' where id=3; -update noar ti set b0='ECSUVUKU2YJ4WOM' where id=3; -update noar tt set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3; -update noar ti set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3; -update noar tt set b1='2M74HBMZOZCAD8P2' where id=3; -update noar ti set b1='2M74HBMZOZCAD8P2' where id=3; -update noar tt set v0='168' where id=3; -update noar ti set v0='168' where id=3; -update noar tt set b2='T3PIJT7PZ4S' where id=3; -update noar ti set b2='T3PIJT7PZ4S' where id=3; -update noar tt set v0='I1QPO05HPCKYFJLVRQ4' where id=4; -update noar ti set v0='I1QPO05HPCKYFJLVRQ4' where id=4; -update noar tt set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4; -update noar ti set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4; -update noar tt set v0='VEPYIS3XNWF' where id=4; -update noar ti set v0='VEPYIS3XNWF' where id=4; -update noar tt set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4; -update noar ti set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4; -update noar tt set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4; -update noar ti set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4; -update noar tt set b2='6ORP9' where id=4; -update noar ti set b2='6ORP9' where id=4; -update noar tt set v0='KQK00LMBM42A' where id=5; -update noar ti set v0='KQK00LMBM42A' where id=5; -update noar tt set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5; -update noar ti set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5; -update noar tt set v0='VSG14N0REDW' where id=5; -update noar ti set v0='VSG14N0REDW' where id=5; -update noar tt set b1='I29HIB0L8TMPU8YKQ146' where id=5; -update noar ti set b1='I29HIB0L8TMPU8YKQ146' where id=5; -update noar tt set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5; -update noar ti set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5; -update noar tt set b2='QDQBGT' where id=5; -update noar ti set b2='QDQBGT' where id=5; -update noar tt set v0='AXUJ' where id=6; -update noar ti set v0='AXUJ' where id=6; -update noar tt set b0='6KVRFRJ9ZD1647' where id=6; -update noar ti set b0='6KVRFRJ9ZD1647' where id=6; -update noar tt set v0='VYVOYKY' where id=6; -update noar ti set v0='VYVOYKY' where id=6; -update noar tt set b1='K0SK' where id=6; -update noar ti set b1='K0SK' where id=6; -update noar tt set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6; -update noar ti set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6; -update noar tt set b2='HZ' where id=6; -update noar ti set b2='HZ' where id=6; -update noar tt set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7; -update noar ti set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7; -update noar tt set b0='SE8G7OYYORSJXZ' where id=7; -update noar ti set b0='SE8G7OYYORSJXZ' where id=7; -update noar tt set v0='QMLE6CXXCLSVB' where id=7; -update noar ti set v0='QMLE6CXXCLSVB' where id=7; -update noar tt set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7; -update noar ti set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7; -update noar tt set v0='OU1OE5' where id=7; -update noar ti set v0='OU1OE5' where id=7; -update noar tt set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7; -update noar ti set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7; -update noar tt set v0='QB' where id=8; -update noar ti set v0='QB' where id=8; -update noar tt set b0='40PP83' where id=8; -update noar ti set b0='40PP83' where id=8; -update noar tt set v0='0DJVHDFWUDQUH6G' where id=8; -update noar ti set v0='0DJVHDFWUDQUH6G' where id=8; -update noar tt set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8; -update noar ti set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8; -update noar tt set v0='I4W1' where id=8; -update noar ti set v0='I4W1' where id=8; -update noar tt set b2='CP2R41KJPHKBACPNZ' where id=8; -update noar ti set b2='CP2R41KJPHKBACPNZ' where id=8; -update noar tt set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9; -update noar ti set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9; -update noar tt set b0='33J76D63WVJ' where id=9; -update noar ti set b0='33J76D63WVJ' where id=9; -update noar tt set v0='3N41WDAVWDN24SJD94X' where id=9; -update noar ti set v0='3N41WDAVWDN24SJD94X' where id=9; -update noar tt set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9; -update noar ti set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9; -update noar tt set v0='RCDMKUG' where id=9; -update noar ti set v0='RCDMKUG' where id=9; -update noar tt set b2='ZUQE6NCO53NUAMCI79J2V' where id=9; -update noar ti set b2='ZUQE6NCO53NUAMCI79J2V' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1; -update noar ti set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1; -update noar tt set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1; -update noar ti set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1; -update noar tt set v0='LODP6R' where id=1; -update noar ti set v0='LODP6R' where id=1; -update noar tt set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1; -update noar ti set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1; -update noar tt set v0='KGLZL2SDLF' where id=1; -update noar ti set v0='KGLZL2SDLF' where id=1; -update noar tt set b2='LQOR5V8WNGV907Q7CUW51' where id=1; -update noar ti set b2='LQOR5V8WNGV907Q7CUW51' where id=1; -update noar tt set v0='YSRDR' where id=2; -update noar ti set v0='YSRDR' where id=2; -update noar tt set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2; -update noar ti set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2; -update noar tt set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2; -update noar ti set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2; -update noar tt set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2; -update noar ti set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2; -update noar tt set v0='UG61G1IU02DC' where id=2; -update noar ti set v0='UG61G1IU02DC' where id=2; -update noar tt set b2='IRJ627EIQNXIE2OO152N41H' where id=2; -update noar ti set b2='IRJ627EIQNXIE2OO152N41H' where id=2; -update noar tt set v0='RUAXU0MH' where id=3; -update noar ti set v0='RUAXU0MH' where id=3; -update noar tt set b0='DYQAB9S08O' where id=3; -update noar ti set b0='DYQAB9S08O' where id=3; -update noar tt set v0='79T1MC1AM8LWSS4JPLTM' where id=3; -update noar ti set v0='79T1MC1AM8LWSS4JPLTM' where id=3; -update noar tt set b1='0K838MO2IQ89' where id=3; -update noar ti set b1='0K838MO2IQ89' where id=3; -update noar tt set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3; -update noar ti set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3; -update noar tt set b2='BDVP168J' where id=3; -update noar ti set b2='BDVP168J' where id=3; -update noar tt set v0='NO8T26I920P6WHW2' where id=4; -update noar ti set v0='NO8T26I920P6WHW2' where id=4; -update noar tt set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4; -update noar ti set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4; -update noar tt set v0='923X' where id=4; -update noar ti set v0='923X' where id=4; -update noar tt set b1='EVV' where id=4; -update noar ti set b1='EVV' where id=4; -update noar tt set v0='J26PMGW0GE9O5' where id=4; -update noar ti set v0='J26PMGW0GE9O5' where id=4; -update noar tt set b2='EM' where id=4; -update noar ti set b2='EM' where id=4; -update noar tt set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5; -update noar ti set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5; -update noar tt set b0='28FI0Y8MXCU2CC6' where id=5; -update noar ti set b0='28FI0Y8MXCU2CC6' where id=5; -update noar tt set v0='BZJ42JC' where id=5; -update noar ti set v0='BZJ42JC' where id=5; -update noar tt set b1='Q' where id=5; -update noar ti set b1='Q' where id=5; -update noar tt set v0='UGY2B9' where id=5; -update noar ti set v0='UGY2B9' where id=5; -update noar tt set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5; -update noar ti set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5; -update noar tt set v0='60PYFUZ2KZ0U9EL2' where id=6; -update noar ti set v0='60PYFUZ2KZ0U9EL2' where id=6; -update noar tt set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6; -update noar ti set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6; -update noar tt set v0='M1X5T' where id=6; -update noar ti set v0='M1X5T' where id=6; -update noar tt set b1='JJV5SDS' where id=6; -update noar ti set b1='JJV5SDS' where id=6; -update noar tt set v0='29' where id=6; -update noar ti set v0='29' where id=6; -update noar tt set b2='9HHBDWFG1IU' where id=6; -update noar ti set b2='9HHBDWFG1IU' where id=6; -update noar tt set v0='UEY1BXVS41D2T3QM' where id=7; -update noar ti set v0='UEY1BXVS41D2T3QM' where id=7; -update noar tt set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7; -update noar ti set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7; -update noar tt set v0='IFNRKG8PG6HAX42HM7' where id=7; -update noar ti set v0='IFNRKG8PG6HAX42HM7' where id=7; -update noar tt set b1='6L22HQB9YGS3YQVZO' where id=7; -update noar ti set b1='6L22HQB9YGS3YQVZO' where id=7; -update noar tt set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7; -update noar ti set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7; -update noar tt set b2='85SHVJ96H5FWDMXWP' where id=7; -update noar ti set b2='85SHVJ96H5FWDMXWP' where id=7; -update noar tt set v0='Z5B' where id=8; -update noar ti set v0='Z5B' where id=8; -update noar tt set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8; -update noar ti set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8; -update noar tt set v0='CWLWGPLK8CXPFGPI7EB' where id=8; -update noar ti set v0='CWLWGPLK8CXPFGPI7EB' where id=8; -update noar tt set b1='H' where id=8; -update noar ti set b1='H' where id=8; -update noar tt set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8; -update noar ti set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8; -update noar tt set b2='47DOY1MIKDJTA' where id=8; -update noar ti set b2='47DOY1MIKDJTA' where id=8; -update noar tt set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9; -update noar ti set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9; -update noar tt set b0='8' where id=9; -update noar ti set b0='8' where id=9; -update noar tt set v0='L1YFD04D2YP9OKQ00K' where id=9; -update noar ti set v0='L1YFD04D2YP9OKQ00K' where id=9; -update noar tt set b1='JA58' where id=9; -update noar ti set b1='JA58' where id=9; -update noar tt set v0='H40W5JV3HKCXQGMF' where id=9; -update noar ti set v0='H40W5JV3HKCXQGMF' where id=9; -update noar tt set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9; -update noar ti set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1; -update noar ti set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1; -update noar tt set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1; -update noar ti set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1; -update noar tt set v0='ZS' where id=1; -update noar ti set v0='ZS' where id=1; -update noar tt set b1='5DOON491BMLHG2ESO' where id=1; -update noar ti set b1='5DOON491BMLHG2ESO' where id=1; -update noar tt set v0='W9MI90OM' where id=1; -update noar ti set v0='W9MI90OM' where id=1; -update noar tt set b2='JA9KNJ1N12K57LK54N37FPI' where id=1; -update noar ti set b2='JA9KNJ1N12K57LK54N37FPI' where id=1; -update noar tt set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2; -update noar ti set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2; -update noar tt set b0='YOMA9VC5QZHSWW' where id=2; -update noar ti set b0='YOMA9VC5QZHSWW' where id=2; -update noar tt set v0='BNBIY5QEV9ZVAQXI' where id=2; -update noar ti set v0='BNBIY5QEV9ZVAQXI' where id=2; -update noar tt set b1='TO9B82GFVV1SB40A88C0VL' where id=2; -update noar ti set b1='TO9B82GFVV1SB40A88C0VL' where id=2; -update noar tt set v0='6H3893SDBQ41MW' where id=2; -update noar ti set v0='6H3893SDBQ41MW' where id=2; -update noar tt set b2='3WF2LSAZ29BLJP4P5IE' where id=2; -update noar ti set b2='3WF2LSAZ29BLJP4P5IE' where id=2; -update noar tt set v0='FGC5A0Q9XQTOQEXFD2J' where id=3; -update noar ti set v0='FGC5A0Q9XQTOQEXFD2J' where id=3; -update noar tt set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3; -update noar ti set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3; -update noar tt set v0='EHJ3SIELU89Q' where id=3; -update noar ti set v0='EHJ3SIELU89Q' where id=3; -update noar tt set b1='CWHXGMDBX3' where id=3; -update noar ti set b1='CWHXGMDBX3' where id=3; -update noar tt set v0='3TF3QDOHS' where id=3; -update noar ti set v0='3TF3QDOHS' where id=3; -update noar tt set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3; -update noar ti set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3; -update noar tt set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4; -update noar ti set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4; -update noar tt set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4; -update noar ti set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4; -update noar tt set v0='NZS92FP4JBZF' where id=4; -update noar ti set v0='NZS92FP4JBZF' where id=4; -update noar tt set b1='P88E' where id=4; -update noar ti set b1='P88E' where id=4; -update noar tt set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4; -update noar ti set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4; -update noar tt set b2='MFEKKPG' where id=4; -update noar ti set b2='MFEKKPG' where id=4; -update noar tt set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5; -update noar ti set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5; -update noar tt set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5; -update noar ti set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5; -update noar tt set v0='94T3FOLJCXXWGM' where id=5; -update noar ti set v0='94T3FOLJCXXWGM' where id=5; -update noar tt set b1='LKO3' where id=5; -update noar ti set b1='LKO3' where id=5; -update noar tt set v0='IML7U3CCMJWATB' where id=5; -update noar ti set v0='IML7U3CCMJWATB' where id=5; -update noar tt set b2='IRZGRE' where id=5; -update noar ti set b2='IRZGRE' where id=5; -update noar tt set v0='SCAS7O8V7XQER' where id=6; -update noar ti set v0='SCAS7O8V7XQER' where id=6; -update noar tt set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6; -update noar ti set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6; -update noar tt set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6; -update noar ti set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6; -update noar tt set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6; -update noar ti set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6; -update noar tt set v0='L2NBU13U2JUQNSFTR2L' where id=6; -update noar ti set v0='L2NBU13U2JUQNSFTR2L' where id=6; -update noar tt set b2='DE1246A53PW4EF0K3VMIL5G' where id=6; -update noar ti set b2='DE1246A53PW4EF0K3VMIL5G' where id=6; -update noar tt set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7; -update noar ti set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7; -update noar tt set b0='P3' where id=7; -update noar ti set b0='P3' where id=7; -update noar tt set v0='BPBPYRZ5557DD3SUD' where id=7; -update noar ti set v0='BPBPYRZ5557DD3SUD' where id=7; -update noar tt set b1='P60SQ1UJO40J00TP' where id=7; -update noar ti set b1='P60SQ1UJO40J00TP' where id=7; -update noar tt set v0='LC1RB9ENHEKJ4' where id=7; -update noar ti set v0='LC1RB9ENHEKJ4' where id=7; -update noar tt set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7; -update noar ti set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7; -update noar tt set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8; -update noar ti set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8; -update noar tt set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8; -update noar ti set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8; -update noar tt set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8; -update noar ti set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8; -update noar tt set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8; -update noar ti set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8; -update noar tt set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8; -update noar ti set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8; -update noar tt set b2='99N2UPRFUGZ0DH' where id=8; -update noar ti set b2='99N2UPRFUGZ0DH' where id=8; -update noar tt set v0='IYK6UQA' where id=9; -update noar ti set v0='IYK6UQA' where id=9; -update noar tt set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9; -update noar ti set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9; -update noar tt set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9; -update noar ti set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9; -update noar tt set b1='SAAXXBPEISOGETTZWTCL' where id=9; -update noar ti set b1='SAAXXBPEISOGETTZWTCL' where id=9; -update noar tt set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9; -update noar ti set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9; -update noar tt set b2='TJ42' where id=9; -update noar ti set b2='TJ42' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EDGZ' where id=1; -update noar ti set v0='EDGZ' where id=1; -update noar tt set b0='LY1ZQXGR5VZCG' where id=1; -update noar ti set b0='LY1ZQXGR5VZCG' where id=1; -update noar tt set v0='1WCOIK6IX1' where id=1; -update noar ti set v0='1WCOIK6IX1' where id=1; -update noar tt set b1='UXML1V' where id=1; -update noar ti set b1='UXML1V' where id=1; -update noar tt set v0='Q58HLME7JQQR7Q09S' where id=1; -update noar ti set v0='Q58HLME7JQQR7Q09S' where id=1; -update noar tt set b2='J19SCMYZXROWONP5' where id=1; -update noar ti set b2='J19SCMYZXROWONP5' where id=1; -update noar tt set v0='Q3WCQBSGBGPO7' where id=2; -update noar ti set v0='Q3WCQBSGBGPO7' where id=2; -update noar tt set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2; -update noar ti set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2; -update noar tt set v0='4PT' where id=2; -update noar ti set v0='4PT' where id=2; -update noar tt set b1='TI4ND0PN5C' where id=2; -update noar ti set b1='TI4ND0PN5C' where id=2; -update noar tt set v0='DZXS' where id=2; -update noar ti set v0='DZXS' where id=2; -update noar tt set b2='G7OUN4L43' where id=2; -update noar ti set b2='G7OUN4L43' where id=2; -update noar tt set v0='URLY1C4ACI5GCXO4CXX' where id=3; -update noar ti set v0='URLY1C4ACI5GCXO4CXX' where id=3; -update noar tt set b0='8VEB2' where id=3; -update noar ti set b0='8VEB2' where id=3; -update noar tt set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3; -update noar ti set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3; -update noar tt set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3; -update noar ti set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3; -update noar tt set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3; -update noar ti set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3; -update noar tt set b2='X3S7GUZJ1' where id=3; -update noar ti set b2='X3S7GUZJ1' where id=3; -update noar tt set v0='1W9S8' where id=4; -update noar ti set v0='1W9S8' where id=4; -update noar tt set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4; -update noar ti set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4; -update noar tt set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4; -update noar ti set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4; -update noar tt set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4; -update noar ti set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4; -update noar tt set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4; -update noar ti set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4; -update noar tt set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4; -update noar ti set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4; -update noar tt set v0='9EWYHRP0D8' where id=5; -update noar ti set v0='9EWYHRP0D8' where id=5; -update noar tt set b0='LPGD' where id=5; -update noar ti set b0='LPGD' where id=5; -update noar tt set v0='XG7BF8KE' where id=5; -update noar ti set v0='XG7BF8KE' where id=5; -update noar tt set b1='U5GPP2BCJO9N1WYP30' where id=5; -update noar ti set b1='U5GPP2BCJO9N1WYP30' where id=5; -update noar tt set v0='UV5XL42YUWWXG' where id=5; -update noar ti set v0='UV5XL42YUWWXG' where id=5; -update noar tt set b2='7MN5NZD36Q96W9E' where id=5; -update noar ti set b2='7MN5NZD36Q96W9E' where id=5; -update noar tt set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6; -update noar ti set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6; -update noar tt set b0='VO' where id=6; -update noar ti set b0='VO' where id=6; -update noar tt set v0='Y6' where id=6; -update noar ti set v0='Y6' where id=6; -update noar tt set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6; -update noar ti set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6; -update noar tt set v0='S5FKO2KP' where id=6; -update noar ti set v0='S5FKO2KP' where id=6; -update noar tt set b2='R' where id=6; -update noar ti set b2='R' where id=6; -update noar tt set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7; -update noar ti set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7; -update noar tt set b0='FSPDL686DJ' where id=7; -update noar ti set b0='FSPDL686DJ' where id=7; -update noar tt set v0='C3FP17RHYLQJ04BMRK8' where id=7; -update noar ti set v0='C3FP17RHYLQJ04BMRK8' where id=7; -update noar tt set b1='J4RDQJY7MXR8Q9D' where id=7; -update noar ti set b1='J4RDQJY7MXR8Q9D' where id=7; -update noar tt set v0='DEV' where id=7; -update noar ti set v0='DEV' where id=7; -update noar tt set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7; -update noar ti set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7; -update noar tt set v0='A4PHIJ1GOWESVUQURKMR' where id=8; -update noar ti set v0='A4PHIJ1GOWESVUQURKMR' where id=8; -update noar tt set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8; -update noar ti set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8; -update noar tt set v0='12VJKL4HGDCWWNHD' where id=8; -update noar ti set v0='12VJKL4HGDCWWNHD' where id=8; -update noar tt set b1='7YI' where id=8; -update noar ti set b1='7YI' where id=8; -update noar tt set v0='KIJG51BVAVB' where id=8; -update noar ti set v0='KIJG51BVAVB' where id=8; -update noar tt set b2='I0ED9S52N7BGL' where id=8; -update noar ti set b2='I0ED9S52N7BGL' where id=8; -update noar tt set v0='XXARA4LJ' where id=9; -update noar ti set v0='XXARA4LJ' where id=9; -update noar tt set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9; -update noar ti set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9; -update noar tt set v0='7' where id=9; -update noar ti set v0='7' where id=9; -update noar tt set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9; -update noar ti set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9; -update noar tt set v0='SM3KD9E1499042WLSJL' where id=9; -update noar ti set v0='SM3KD9E1499042WLSJL' where id=9; -update noar tt set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9; -update noar ti set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RPULX62LW9PWNL1BBV' where id=1; -update noar ti set v0='RPULX62LW9PWNL1BBV' where id=1; -update noar tt set b0='EBN6H433WR' where id=1; -update noar ti set b0='EBN6H433WR' where id=1; -update noar tt set v0='60NROLQQ' where id=1; -update noar ti set v0='60NROLQQ' where id=1; -update noar tt set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1; -update noar ti set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1; -update noar tt set v0='LCT' where id=1; -update noar ti set v0='LCT' where id=1; -update noar tt set b2='GI5KZZ99EBI40COB8MF' where id=1; -update noar ti set b2='GI5KZZ99EBI40COB8MF' where id=1; -update noar tt set v0='5KIKJIPI2O' where id=2; -update noar ti set v0='5KIKJIPI2O' where id=2; -update noar tt set b0='6FPOWKKA7T453RNKFDZEA' where id=2; -update noar ti set b0='6FPOWKKA7T453RNKFDZEA' where id=2; -update noar tt set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2; -update noar ti set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2; -update noar tt set b1='U1EG0N56F8B9LPK6NY' where id=2; -update noar ti set b1='U1EG0N56F8B9LPK6NY' where id=2; -update noar tt set v0='VAI' where id=2; -update noar ti set v0='VAI' where id=2; -update noar tt set b2='JERVQIXJAIW0MO7112GW' where id=2; -update noar ti set b2='JERVQIXJAIW0MO7112GW' where id=2; -update noar tt set v0='U6Z' where id=3; -update noar ti set v0='U6Z' where id=3; -update noar tt set b0='DKV6A4' where id=3; -update noar ti set b0='DKV6A4' where id=3; -update noar tt set v0='G1PU5MW3D1VNOIW4' where id=3; -update noar ti set v0='G1PU5MW3D1VNOIW4' where id=3; -update noar tt set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3; -update noar ti set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3; -update noar tt set v0='G19NBCB' where id=3; -update noar ti set v0='G19NBCB' where id=3; -update noar tt set b2='X4O' where id=3; -update noar ti set b2='X4O' where id=3; -update noar tt set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4; -update noar ti set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4; -update noar tt set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4; -update noar ti set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4; -update noar tt set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4; -update noar ti set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4; -update noar tt set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4; -update noar ti set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4; -update noar tt set v0='SWL9BUMAZOWZQPOTVJWH' where id=4; -update noar ti set v0='SWL9BUMAZOWZQPOTVJWH' where id=4; -update noar tt set b2='JC0JMDLMA' where id=4; -update noar ti set b2='JC0JMDLMA' where id=4; -update noar tt set v0='OWM2KBXJKS033BE4MS17IX' where id=5; -update noar ti set v0='OWM2KBXJKS033BE4MS17IX' where id=5; -update noar tt set b0='XSWV23J92G16F' where id=5; -update noar ti set b0='XSWV23J92G16F' where id=5; -update noar tt set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5; -update noar ti set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5; -update noar tt set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5; -update noar ti set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5; -update noar tt set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5; -update noar ti set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5; -update noar tt set b2='T8VO7Z72AVLOIHFH' where id=5; -update noar ti set b2='T8VO7Z72AVLOIHFH' where id=5; -update noar tt set v0='JIJ' where id=6; -update noar ti set v0='JIJ' where id=6; -update noar tt set b0='V382QTI0XDOHNMBHASS' where id=6; -update noar ti set b0='V382QTI0XDOHNMBHASS' where id=6; -update noar tt set v0='PHDU8W5R9WSBVV' where id=6; -update noar ti set v0='PHDU8W5R9WSBVV' where id=6; -update noar tt set b1='C0' where id=6; -update noar ti set b1='C0' where id=6; -update noar tt set v0='HMZSR5CLHHRPXC67' where id=6; -update noar ti set v0='HMZSR5CLHHRPXC67' where id=6; -update noar tt set b2='2LEXRJ' where id=6; -update noar ti set b2='2LEXRJ' where id=6; -update noar tt set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7; -update noar ti set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7; -update noar tt set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7; -update noar ti set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7; -update noar tt set v0='U9A6JGW3F1QERDQKC' where id=7; -update noar ti set v0='U9A6JGW3F1QERDQKC' where id=7; -update noar tt set b1='A4QS9VL' where id=7; -update noar ti set b1='A4QS9VL' where id=7; -update noar tt set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7; -update noar ti set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7; -update noar tt set b2='JEY07ZTACQSBJ5EMAP8N' where id=7; -update noar ti set b2='JEY07ZTACQSBJ5EMAP8N' where id=7; -update noar tt set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8; -update noar ti set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8; -update noar tt set b0='2TTWCMPE38E' where id=8; -update noar ti set b0='2TTWCMPE38E' where id=8; -update noar tt set v0='YTY0086ZWN3MLYD9' where id=8; -update noar ti set v0='YTY0086ZWN3MLYD9' where id=8; -update noar tt set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8; -update noar ti set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8; -update noar tt set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8; -update noar ti set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8; -update noar tt set b2='8J9DMSY8YQUT28SJUIVLD' where id=8; -update noar ti set b2='8J9DMSY8YQUT28SJUIVLD' where id=8; -update noar tt set v0='9AG61GUQBY8XNS' where id=9; -update noar ti set v0='9AG61GUQBY8XNS' where id=9; -update noar tt set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9; -update noar ti set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9; -update noar tt set v0='ATK4K28K' where id=9; -update noar ti set v0='ATK4K28K' where id=9; -update noar tt set b1='KENHIFIEMDMC' where id=9; -update noar ti set b1='KENHIFIEMDMC' where id=9; -update noar tt set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9; -update noar ti set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9; -update noar tt set b2='GWPCEJ7Z3477H9QRG' where id=9; -update noar ti set b2='GWPCEJ7Z3477H9QRG' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 tinyblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='58BLDTUHYA3L9SSP455H1' where id=1; -update noar ti set v0='58BLDTUHYA3L9SSP455H1' where id=1; -update noar tt set b0='5AAQ6W7ZXBB25WA2HH4' where id=1; -update noar ti set b0='5AAQ6W7ZXBB25WA2HH4' where id=1; -update noar tt set v0='Y4IMF' where id=1; -update noar ti set v0='Y4IMF' where id=1; -update noar tt set b1='NM72EQ9ONP' where id=1; -update noar ti set b1='NM72EQ9ONP' where id=1; -update noar tt set v0='M6' where id=1; -update noar ti set v0='M6' where id=1; -update noar tt set b2='Z48P1N9PHFQX3' where id=1; -update noar ti set b2='Z48P1N9PHFQX3' where id=1; -update noar tt set v0='4EUQXPC3FPCGGT3' where id=2; -update noar ti set v0='4EUQXPC3FPCGGT3' where id=2; -update noar tt set b0='91SLTZYN3' where id=2; -update noar ti set b0='91SLTZYN3' where id=2; -update noar tt set v0='WAEH1BDR9' where id=2; -update noar ti set v0='WAEH1BDR9' where id=2; -update noar tt set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2; -update noar ti set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2; -update noar tt set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2; -update noar ti set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2; -update noar tt set b2='SOZXB0T23OOJ' where id=2; -update noar ti set b2='SOZXB0T23OOJ' where id=2; -update noar tt set v0='VBTA34YD' where id=3; -update noar ti set v0='VBTA34YD' where id=3; -update noar tt set b0='MWN05PD8' where id=3; -update noar ti set b0='MWN05PD8' where id=3; -update noar tt set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3; -update noar ti set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3; -update noar tt set b1='ECEI' where id=3; -update noar ti set b1='ECEI' where id=3; -update noar tt set v0='C6' where id=3; -update noar ti set v0='C6' where id=3; -update noar tt set b2='8P5H68F' where id=3; -update noar ti set b2='8P5H68F' where id=3; -update noar tt set v0='3FICLOL8BJTD7SXE' where id=4; -update noar ti set v0='3FICLOL8BJTD7SXE' where id=4; -update noar tt set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4; -update noar ti set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4; -update noar tt set v0='U26ZCEPQJ5OFB' where id=4; -update noar ti set v0='U26ZCEPQJ5OFB' where id=4; -update noar tt set b1='YFM8S' where id=4; -update noar ti set b1='YFM8S' where id=4; -update noar tt set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4; -update noar ti set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4; -update noar tt set b2='PPK' where id=4; -update noar ti set b2='PPK' where id=4; -update noar tt set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5; -update noar ti set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5; -update noar tt set b0='RE213' where id=5; -update noar ti set b0='RE213' where id=5; -update noar tt set v0='TZ' where id=5; -update noar ti set v0='TZ' where id=5; -update noar tt set b1='J6' where id=5; -update noar ti set b1='J6' where id=5; -update noar tt set v0='OL1VSJ51WE9V1P7' where id=5; -update noar ti set v0='OL1VSJ51WE9V1P7' where id=5; -update noar tt set b2='S' where id=5; -update noar ti set b2='S' where id=5; -update noar tt set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6; -update noar ti set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6; -update noar tt set b0='BB7SVEU7Z5LDJ9DLM5' where id=6; -update noar ti set b0='BB7SVEU7Z5LDJ9DLM5' where id=6; -update noar tt set v0='CMPL5ODE8KGFYMX4X' where id=6; -update noar ti set v0='CMPL5ODE8KGFYMX4X' where id=6; -update noar tt set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6; -update noar ti set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6; -update noar tt set v0='W0E6GTBF' where id=6; -update noar ti set v0='W0E6GTBF' where id=6; -update noar tt set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6; -update noar ti set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6; -update noar tt set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7; -update noar ti set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7; -update noar tt set b0='O1A00MQB10MI8' where id=7; -update noar ti set b0='O1A00MQB10MI8' where id=7; -update noar tt set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7; -update noar ti set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7; -update noar tt set b1='QL59' where id=7; -update noar ti set b1='QL59' where id=7; -update noar tt set v0='FR1IISP7H0EZE1BKUM8OC' where id=7; -update noar ti set v0='FR1IISP7H0EZE1BKUM8OC' where id=7; -update noar tt set b2='5DLR63GH6D1HNTR1GH' where id=7; -update noar ti set b2='5DLR63GH6D1HNTR1GH' where id=7; -update noar tt set v0='B6HLS9E2I63HRS62BQ5' where id=8; -update noar ti set v0='B6HLS9E2I63HRS62BQ5' where id=8; -update noar tt set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8; -update noar ti set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8; -update noar tt set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8; -update noar ti set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8; -update noar tt set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8; -update noar ti set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8; -update noar tt set v0='TGBG4QLZO18CL9XF6LCD2' where id=8; -update noar ti set v0='TGBG4QLZO18CL9XF6LCD2' where id=8; -update noar tt set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8; -update noar ti set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8; -update noar tt set v0='31OMU1T13401V5NUK' where id=9; -update noar ti set v0='31OMU1T13401V5NUK' where id=9; -update noar tt set b0='PQ3HSSEWF4O164ZAT' where id=9; -update noar ti set b0='PQ3HSSEWF4O164ZAT' where id=9; -update noar tt set v0='AFAUHUC' where id=9; -update noar ti set v0='AFAUHUC' where id=9; -update noar tt set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9; -update noar ti set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9; -update noar tt set v0='YP' where id=9; -update noar ti set v0='YP' where id=9; -update noar tt set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9; -update noar ti set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='PFZI1ZDQWRW79BR' where id=1; -update noar ti set v0='PFZI1ZDQWRW79BR' where id=1; -update noar tt set b0='ZY4' where id=1; -update noar ti set b0='ZY4' where id=1; -update noar tt set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1; -update noar ti set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1; -update noar tt set b1='DBW5MIYOW66JF' where id=1; -update noar ti set b1='DBW5MIYOW66JF' where id=1; -update noar tt set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1; -update noar ti set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1; -update noar tt set b2='LCUB' where id=1; -update noar ti set b2='LCUB' where id=1; -update noar tt set v0='1Q3G' where id=2; -update noar ti set v0='1Q3G' where id=2; -update noar tt set b0='6V7DPI' where id=2; -update noar ti set b0='6V7DPI' where id=2; -update noar tt set v0='Q2EEOCM7TZKRM9DM' where id=2; -update noar ti set v0='Q2EEOCM7TZKRM9DM' where id=2; -update noar tt set b1='19RO1G' where id=2; -update noar ti set b1='19RO1G' where id=2; -update noar tt set v0='GK4ERLUA2VYO' where id=2; -update noar ti set v0='GK4ERLUA2VYO' where id=2; -update noar tt set b2='LR8F35OLYZZZ5CULEQTJ' where id=2; -update noar ti set b2='LR8F35OLYZZZ5CULEQTJ' where id=2; -update noar tt set v0='FJTVQ' where id=3; -update noar ti set v0='FJTVQ' where id=3; -update noar tt set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3; -update noar ti set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3; -update noar tt set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3; -update noar ti set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3; -update noar tt set b1='KFA75OEBW4MJW9N2GW' where id=3; -update noar ti set b1='KFA75OEBW4MJW9N2GW' where id=3; -update noar tt set v0='F68IZ0374' where id=3; -update noar ti set v0='F68IZ0374' where id=3; -update noar tt set b2='ZXS8XWVM35DBD' where id=3; -update noar ti set b2='ZXS8XWVM35DBD' where id=3; -update noar tt set v0='O57L' where id=4; -update noar ti set v0='O57L' where id=4; -update noar tt set b0='7X4BT8LV' where id=4; -update noar ti set b0='7X4BT8LV' where id=4; -update noar tt set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4; -update noar ti set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4; -update noar tt set b1='IT742DH35MG0ZZL59FD3' where id=4; -update noar ti set b1='IT742DH35MG0ZZL59FD3' where id=4; -update noar tt set v0='TCNJYKTBL33MLG10' where id=4; -update noar ti set v0='TCNJYKTBL33MLG10' where id=4; -update noar tt set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4; -update noar ti set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4; -update noar tt set v0='AGW0EZFKVV' where id=5; -update noar ti set v0='AGW0EZFKVV' where id=5; -update noar tt set b0='3I5X9D' where id=5; -update noar ti set b0='3I5X9D' where id=5; -update noar tt set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5; -update noar ti set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5; -update noar tt set b1='HY5VK58ER70PZASX4' where id=5; -update noar ti set b1='HY5VK58ER70PZASX4' where id=5; -update noar tt set v0='EVCKXHJJNSCKB48XT' where id=5; -update noar ti set v0='EVCKXHJJNSCKB48XT' where id=5; -update noar tt set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5; -update noar ti set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5; -update noar tt set v0='A065D7RN1JT56EJQV' where id=6; -update noar ti set v0='A065D7RN1JT56EJQV' where id=6; -update noar tt set b0='R9KWS0UEOUZ394' where id=6; -update noar ti set b0='R9KWS0UEOUZ394' where id=6; -update noar tt set v0='S55FYWZQVX' where id=6; -update noar ti set v0='S55FYWZQVX' where id=6; -update noar tt set b1='OTMPKHQNZFJNI' where id=6; -update noar ti set b1='OTMPKHQNZFJNI' where id=6; -update noar tt set v0='E4P3B' where id=6; -update noar ti set v0='E4P3B' where id=6; -update noar tt set b2='OKQWF8P0C4S6TR05BTF1' where id=6; -update noar ti set b2='OKQWF8P0C4S6TR05BTF1' where id=6; -update noar tt set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7; -update noar ti set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7; -update noar tt set b0='GRVCDP53ZVKTH05V' where id=7; -update noar ti set b0='GRVCDP53ZVKTH05V' where id=7; -update noar tt set v0='BDLOGIPIRIS' where id=7; -update noar ti set v0='BDLOGIPIRIS' where id=7; -update noar tt set b1='7HSQVQC01PPQ' where id=7; -update noar ti set b1='7HSQVQC01PPQ' where id=7; -update noar tt set v0='84AX4UFWW' where id=7; -update noar ti set v0='84AX4UFWW' where id=7; -update noar tt set b2='IAIU' where id=7; -update noar ti set b2='IAIU' where id=7; -update noar tt set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8; -update noar ti set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8; -update noar tt set b0='7ZI1B' where id=8; -update noar ti set b0='7ZI1B' where id=8; -update noar tt set v0='CFGJD7O' where id=8; -update noar ti set v0='CFGJD7O' where id=8; -update noar tt set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8; -update noar ti set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8; -update noar tt set v0='N8498UCGW8O8ZDHXI11' where id=8; -update noar ti set v0='N8498UCGW8O8ZDHXI11' where id=8; -update noar tt set b2='CMOL' where id=8; -update noar ti set b2='CMOL' where id=8; -update noar tt set v0='003' where id=9; -update noar ti set v0='003' where id=9; -update noar tt set b0='8RS' where id=9; -update noar ti set b0='8RS' where id=9; -update noar tt set v0='OH85JETPP' where id=9; -update noar ti set v0='OH85JETPP' where id=9; -update noar tt set b1='GYUQAX51UEX2V' where id=9; -update noar ti set b1='GYUQAX51UEX2V' where id=9; -update noar tt set v0='UM2XY' where id=9; -update noar ti set v0='UM2XY' where id=9; -update noar tt set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9; -update noar ti set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 tinyblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='K7XOCEWHIK6N4' where id=1; -update noar ti set v0='K7XOCEWHIK6N4' where id=1; -update noar tt set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1; -update noar ti set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1; -update noar tt set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1; -update noar ti set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1; -update noar tt set b1='KU2DL1ZB414TU0XZ5I' where id=1; -update noar ti set b1='KU2DL1ZB414TU0XZ5I' where id=1; -update noar tt set v0='ZQXND1RKI36X' where id=1; -update noar ti set v0='ZQXND1RKI36X' where id=1; -update noar tt set b2='U' where id=1; -update noar ti set b2='U' where id=1; -update noar tt set v0='GLVWB4O63MR' where id=2; -update noar ti set v0='GLVWB4O63MR' where id=2; -update noar tt set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2; -update noar ti set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2; -update noar tt set v0='ASSXRUYQBX7GB' where id=2; -update noar ti set v0='ASSXRUYQBX7GB' where id=2; -update noar tt set b1='Z98E' where id=2; -update noar ti set b1='Z98E' where id=2; -update noar tt set v0='FVGE24ML' where id=2; -update noar ti set v0='FVGE24ML' where id=2; -update noar tt set b2='G37NBLBNJU' where id=2; -update noar ti set b2='G37NBLBNJU' where id=2; -update noar tt set v0='2QNCL' where id=3; -update noar ti set v0='2QNCL' where id=3; -update noar tt set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3; -update noar ti set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3; -update noar tt set v0='UFH7J' where id=3; -update noar ti set v0='UFH7J' where id=3; -update noar tt set b1='WRAD9B1D1YG2GEPA8N05B' where id=3; -update noar ti set b1='WRAD9B1D1YG2GEPA8N05B' where id=3; -update noar tt set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3; -update noar ti set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3; -update noar tt set b2='TYKL2R4LAYRU0K4' where id=3; -update noar ti set b2='TYKL2R4LAYRU0K4' where id=3; -update noar tt set v0='OT8V2O5A2NKCQ71' where id=4; -update noar ti set v0='OT8V2O5A2NKCQ71' where id=4; -update noar tt set b0='5PDA9I' where id=4; -update noar ti set b0='5PDA9I' where id=4; -update noar tt set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4; -update noar ti set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4; -update noar tt set b1='STTW7WR7GHIUCYF08DXXC' where id=4; -update noar ti set b1='STTW7WR7GHIUCYF08DXXC' where id=4; -update noar tt set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4; -update noar ti set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4; -update noar tt set b2='SKFJD2IXD4LY' where id=4; -update noar ti set b2='SKFJD2IXD4LY' where id=4; -update noar tt set v0='VSA4F624UJE' where id=5; -update noar ti set v0='VSA4F624UJE' where id=5; -update noar tt set b0='W' where id=5; -update noar ti set b0='W' where id=5; -update noar tt set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5; -update noar ti set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5; -update noar tt set b1='1NBU' where id=5; -update noar ti set b1='1NBU' where id=5; -update noar tt set v0='KFPXT4QUGB28OOEAHU06B' where id=5; -update noar ti set v0='KFPXT4QUGB28OOEAHU06B' where id=5; -update noar tt set b2='YOOKE6BR' where id=5; -update noar ti set b2='YOOKE6BR' where id=5; -update noar tt set v0='ILUOUWS5LJ' where id=6; -update noar ti set v0='ILUOUWS5LJ' where id=6; -update noar tt set b0='RKXV8F56U7JZLE' where id=6; -update noar ti set b0='RKXV8F56U7JZLE' where id=6; -update noar tt set v0='2XN21YLQS5' where id=6; -update noar ti set v0='2XN21YLQS5' where id=6; -update noar tt set b1='QL' where id=6; -update noar ti set b1='QL' where id=6; -update noar tt set v0='9HTHQEQ9UFG7GBLIB' where id=6; -update noar ti set v0='9HTHQEQ9UFG7GBLIB' where id=6; -update noar tt set b2='U6RH' where id=6; -update noar ti set b2='U6RH' where id=6; -update noar tt set v0='7VWXERGUPBLLXGLTEX6' where id=7; -update noar ti set v0='7VWXERGUPBLLXGLTEX6' where id=7; -update noar tt set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7; -update noar ti set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7; -update noar tt set v0='6IZGPGBAQ3RXM' where id=7; -update noar ti set v0='6IZGPGBAQ3RXM' where id=7; -update noar tt set b1='ZTQUOXDQCR' where id=7; -update noar ti set b1='ZTQUOXDQCR' where id=7; -update noar tt set v0='WMT5NH' where id=7; -update noar ti set v0='WMT5NH' where id=7; -update noar tt set b2='9LG5DRG8QBT2' where id=7; -update noar ti set b2='9LG5DRG8QBT2' where id=7; -update noar tt set v0='0FSV9LF7HN' where id=8; -update noar ti set v0='0FSV9LF7HN' where id=8; -update noar tt set b0='2LTUA' where id=8; -update noar ti set b0='2LTUA' where id=8; -update noar tt set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8; -update noar ti set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8; -update noar tt set b1='QDQ8J6CVSR0DAZ11B' where id=8; -update noar ti set b1='QDQ8J6CVSR0DAZ11B' where id=8; -update noar tt set v0='QQIEK3SWCIF1A9372A3' where id=8; -update noar ti set v0='QQIEK3SWCIF1A9372A3' where id=8; -update noar tt set b2='JP2RIQR162VE5W8TX' where id=8; -update noar ti set b2='JP2RIQR162VE5W8TX' where id=8; -update noar tt set v0='MCCED6Z4M' where id=9; -update noar ti set v0='MCCED6Z4M' where id=9; -update noar tt set b0='NQ8UOIM0P7H' where id=9; -update noar ti set b0='NQ8UOIM0P7H' where id=9; -update noar tt set v0='YC34H379KF' where id=9; -update noar ti set v0='YC34H379KF' where id=9; -update noar tt set b1='KI' where id=9; -update noar ti set b1='KI' where id=9; -update noar tt set v0='2XOR8' where id=9; -update noar ti set v0='2XOR8' where id=9; -update noar tt set b2='J5K5YTVFQ9HVZTDJKY' where id=9; -update noar ti set b2='J5K5YTVFQ9HVZTDJKY' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XXZRVK2LX' where id=1; -update noar ti set v0='XXZRVK2LX' where id=1; -update noar tt set b0='OCH53MO2OKGD2' where id=1; -update noar ti set b0='OCH53MO2OKGD2' where id=1; -update noar tt set v0='H2Z' where id=1; -update noar ti set v0='H2Z' where id=1; -update noar tt set b1='FZSRXCRM8F' where id=1; -update noar ti set b1='FZSRXCRM8F' where id=1; -update noar tt set v0='QHJI4' where id=1; -update noar ti set v0='QHJI4' where id=1; -update noar tt set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1; -update noar ti set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1; -update noar tt set v0='BWVRJJKHOWFZ960CX' where id=2; -update noar ti set v0='BWVRJJKHOWFZ960CX' where id=2; -update noar tt set b0='NT1438HIJ257H5WYXZ9LB6' where id=2; -update noar ti set b0='NT1438HIJ257H5WYXZ9LB6' where id=2; -update noar tt set v0='NEWE' where id=2; -update noar ti set v0='NEWE' where id=2; -update noar tt set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2; -update noar ti set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2; -update noar tt set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2; -update noar ti set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2; -update noar tt set b2='34NG7W6B86XFMFOR6' where id=2; -update noar ti set b2='34NG7W6B86XFMFOR6' where id=2; -update noar tt set v0='TX3LAJWBE4' where id=3; -update noar ti set v0='TX3LAJWBE4' where id=3; -update noar tt set b0='SA' where id=3; -update noar ti set b0='SA' where id=3; -update noar tt set v0='U0GP9ZVUEGWERA18A6' where id=3; -update noar ti set v0='U0GP9ZVUEGWERA18A6' where id=3; -update noar tt set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3; -update noar ti set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3; -update noar tt set v0='JUE9OH' where id=3; -update noar ti set v0='JUE9OH' where id=3; -update noar tt set b2='BPOLUVX9TPIM08BM3' where id=3; -update noar ti set b2='BPOLUVX9TPIM08BM3' where id=3; -update noar tt set v0='NNNFCYWJK3M21LLFZJRV' where id=4; -update noar ti set v0='NNNFCYWJK3M21LLFZJRV' where id=4; -update noar tt set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4; -update noar ti set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4; -update noar tt set v0='0WQVBGWN39HUQ3V' where id=4; -update noar ti set v0='0WQVBGWN39HUQ3V' where id=4; -update noar tt set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4; -update noar ti set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4; -update noar tt set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4; -update noar ti set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4; -update noar tt set b2='6HCOT9U6BABUW2D' where id=4; -update noar ti set b2='6HCOT9U6BABUW2D' where id=4; -update noar tt set v0='Q' where id=5; -update noar ti set v0='Q' where id=5; -update noar tt set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5; -update noar ti set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5; -update noar tt set v0='NP36V0U2ZLP0NL' where id=5; -update noar ti set v0='NP36V0U2ZLP0NL' where id=5; -update noar tt set b1='NSG4' where id=5; -update noar ti set b1='NSG4' where id=5; -update noar tt set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5; -update noar ti set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5; -update noar tt set b2='MK1Y8IU7BC2IUY' where id=5; -update noar ti set b2='MK1Y8IU7BC2IUY' where id=5; -update noar tt set v0='PG' where id=6; -update noar ti set v0='PG' where id=6; -update noar tt set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6; -update noar ti set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6; -update noar tt set v0='QS5WG' where id=6; -update noar ti set v0='QS5WG' where id=6; -update noar tt set b1='QR2OAV95RJBTHCM2SD' where id=6; -update noar ti set b1='QR2OAV95RJBTHCM2SD' where id=6; -update noar tt set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6; -update noar ti set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6; -update noar tt set b2='V83ZMLV' where id=6; -update noar ti set b2='V83ZMLV' where id=6; -update noar tt set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7; -update noar ti set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7; -update noar tt set b0='ZKO6X' where id=7; -update noar ti set b0='ZKO6X' where id=7; -update noar tt set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7; -update noar ti set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7; -update noar tt set b1='AU1YSN3RW5NDMSSQ8H' where id=7; -update noar ti set b1='AU1YSN3RW5NDMSSQ8H' where id=7; -update noar tt set v0='ZP8YB' where id=7; -update noar ti set v0='ZP8YB' where id=7; -update noar tt set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7; -update noar ti set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7; -update noar tt set v0='1VOD4' where id=8; -update noar ti set v0='1VOD4' where id=8; -update noar tt set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8; -update noar ti set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8; -update noar tt set v0='TRYAUJ4NYSY0' where id=8; -update noar ti set v0='TRYAUJ4NYSY0' where id=8; -update noar tt set b1='PO5DLN' where id=8; -update noar ti set b1='PO5DLN' where id=8; -update noar tt set v0='TGU0GG4VVWAPOSPQT' where id=8; -update noar ti set v0='TGU0GG4VVWAPOSPQT' where id=8; -update noar tt set b2='60' where id=8; -update noar ti set b2='60' where id=8; -update noar tt set v0='CD9KLYG2YR0RI8F' where id=9; -update noar ti set v0='CD9KLYG2YR0RI8F' where id=9; -update noar tt set b0='6RUQIWVBR99VWPL4' where id=9; -update noar ti set b0='6RUQIWVBR99VWPL4' where id=9; -update noar tt set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9; -update noar ti set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9; -update noar tt set b1='Z2X2' where id=9; -update noar ti set b1='Z2X2' where id=9; -update noar tt set v0='DPITK' where id=9; -update noar ti set v0='DPITK' where id=9; -update noar tt set b2='37M' where id=9; -update noar ti set b2='37M' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1; -update noar ti set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1; -update noar tt set b0='G4GS2A7T015PH' where id=1; -update noar ti set b0='G4GS2A7T015PH' where id=1; -update noar tt set v0='8DSJ1KX1LUIW' where id=1; -update noar ti set v0='8DSJ1KX1LUIW' where id=1; -update noar tt set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1; -update noar ti set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1; -update noar tt set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1; -update noar ti set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1; -update noar tt set b2='BPOY7999PI769JY9SQ69XYA2' where id=1; -update noar ti set b2='BPOY7999PI769JY9SQ69XYA2' where id=1; -update noar tt set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2; -update noar ti set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2; -update noar tt set b0='8AVX3WZQC111M940V' where id=2; -update noar ti set b0='8AVX3WZQC111M940V' where id=2; -update noar tt set v0='LXD8' where id=2; -update noar ti set v0='LXD8' where id=2; -update noar tt set b1='HU0CIH4' where id=2; -update noar ti set b1='HU0CIH4' where id=2; -update noar tt set v0='R' where id=2; -update noar ti set v0='R' where id=2; -update noar tt set b2='AHYYQU' where id=2; -update noar ti set b2='AHYYQU' where id=2; -update noar tt set v0='YI0YBXN676MSZG6GQHM84C' where id=3; -update noar ti set v0='YI0YBXN676MSZG6GQHM84C' where id=3; -update noar tt set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3; -update noar ti set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3; -update noar tt set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3; -update noar ti set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3; -update noar tt set b1='II1KSE5UD' where id=3; -update noar ti set b1='II1KSE5UD' where id=3; -update noar tt set v0='W5Z3' where id=3; -update noar ti set v0='W5Z3' where id=3; -update noar tt set b2='AQTAT8Y089147A12' where id=3; -update noar ti set b2='AQTAT8Y089147A12' where id=3; -update noar tt set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4; -update noar ti set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4; -update noar tt set b0='WQS9H9DP1DH7JNYRIP' where id=4; -update noar ti set b0='WQS9H9DP1DH7JNYRIP' where id=4; -update noar tt set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4; -update noar ti set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4; -update noar tt set b1='BYMUD0DD1QU6BZ1' where id=4; -update noar ti set b1='BYMUD0DD1QU6BZ1' where id=4; -update noar tt set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4; -update noar ti set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4; -update noar tt set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4; -update noar ti set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4; -update noar tt set v0='MVQBXP4O6KOI2' where id=5; -update noar ti set v0='MVQBXP4O6KOI2' where id=5; -update noar tt set b0='BLNJDAUNF' where id=5; -update noar ti set b0='BLNJDAUNF' where id=5; -update noar tt set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5; -update noar ti set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5; -update noar tt set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5; -update noar ti set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5; -update noar tt set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5; -update noar ti set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5; -update noar tt set b2='MDV64GUBR4F9TV' where id=5; -update noar ti set b2='MDV64GUBR4F9TV' where id=5; -update noar tt set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6; -update noar ti set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6; -update noar tt set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6; -update noar ti set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6; -update noar tt set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6; -update noar ti set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6; -update noar tt set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6; -update noar ti set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6; -update noar tt set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6; -update noar ti set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6; -update noar tt set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6; -update noar ti set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6; -update noar tt set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7; -update noar ti set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7; -update noar tt set b0='6AGUIR3MRAK7VFT9I3' where id=7; -update noar ti set b0='6AGUIR3MRAK7VFT9I3' where id=7; -update noar tt set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7; -update noar ti set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7; -update noar tt set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7; -update noar ti set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7; -update noar tt set v0='9HIC5MAC71UMW6UZ2DX' where id=7; -update noar ti set v0='9HIC5MAC71UMW6UZ2DX' where id=7; -update noar tt set b2='4CQ8' where id=7; -update noar ti set b2='4CQ8' where id=7; -update noar tt set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8; -update noar ti set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8; -update noar tt set b0='TZ' where id=8; -update noar ti set b0='TZ' where id=8; -update noar tt set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8; -update noar ti set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8; -update noar tt set b1='7HHOZ3YF5T5CFPH' where id=8; -update noar ti set b1='7HHOZ3YF5T5CFPH' where id=8; -update noar tt set v0='3' where id=8; -update noar ti set v0='3' where id=8; -update noar tt set b2='34Q5EMYYUZY8' where id=8; -update noar ti set b2='34Q5EMYYUZY8' where id=8; -update noar tt set v0='X6ZA' where id=9; -update noar ti set v0='X6ZA' where id=9; -update noar tt set b0='8' where id=9; -update noar ti set b0='8' where id=9; -update noar tt set v0='FMX05GOH826ACCM' where id=9; -update noar ti set v0='FMX05GOH826ACCM' where id=9; -update noar tt set b1='NVCOX3' where id=9; -update noar ti set b1='NVCOX3' where id=9; -update noar tt set v0='SPNUJBWY3V' where id=9; -update noar ti set v0='SPNUJBWY3V' where id=9; -update noar tt set b2='IMMRRH2FFBQ8OKIS' where id=9; -update noar ti set b2='IMMRRH2FFBQ8OKIS' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1; -update noar ti set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1; -update noar tt set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1; -update noar ti set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1; -update noar tt set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1; -update noar ti set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1; -update noar tt set b1='G490QRKXEQW4' where id=1; -update noar ti set b1='G490QRKXEQW4' where id=1; -update noar tt set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1; -update noar ti set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1; -update noar tt set b2='CE12HXKWT6IIFPGI2' where id=1; -update noar ti set b2='CE12HXKWT6IIFPGI2' where id=1; -update noar tt set v0='WC5BV5SZYAOS3FK' where id=2; -update noar ti set v0='WC5BV5SZYAOS3FK' where id=2; -update noar tt set b0='V6HPB1JTAXGBXHT' where id=2; -update noar ti set b0='V6HPB1JTAXGBXHT' where id=2; -update noar tt set v0='MJX2WP' where id=2; -update noar ti set v0='MJX2WP' where id=2; -update noar tt set b1='CZGE90Z4HFE5F' where id=2; -update noar ti set b1='CZGE90Z4HFE5F' where id=2; -update noar tt set v0='XKB47MXHIJKO2Y' where id=2; -update noar ti set v0='XKB47MXHIJKO2Y' where id=2; -update noar tt set b2='B1N1HM25MMRSEB' where id=2; -update noar ti set b2='B1N1HM25MMRSEB' where id=2; -update noar tt set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3; -update noar ti set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3; -update noar tt set b0='7C2NFFZ21CHNR' where id=3; -update noar ti set b0='7C2NFFZ21CHNR' where id=3; -update noar tt set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3; -update noar ti set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3; -update noar tt set b1='6R2QTRAIN' where id=3; -update noar ti set b1='6R2QTRAIN' where id=3; -update noar tt set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3; -update noar ti set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3; -update noar tt set b2='MFY' where id=3; -update noar ti set b2='MFY' where id=3; -update noar tt set v0='KPF5V32AK8IFN5H8A43A7H' where id=4; -update noar ti set v0='KPF5V32AK8IFN5H8A43A7H' where id=4; -update noar tt set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4; -update noar ti set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4; -update noar tt set v0='GV4IVQBPIB20M2IXNYNU' where id=4; -update noar ti set v0='GV4IVQBPIB20M2IXNYNU' where id=4; -update noar tt set b1='5OCFIE' where id=4; -update noar ti set b1='5OCFIE' where id=4; -update noar tt set v0='573GA9L3' where id=4; -update noar ti set v0='573GA9L3' where id=4; -update noar tt set b2='D2H3AGMYRCXMFIZ9LKX' where id=4; -update noar ti set b2='D2H3AGMYRCXMFIZ9LKX' where id=4; -update noar tt set v0='G3CQI6NNS' where id=5; -update noar ti set v0='G3CQI6NNS' where id=5; -update noar tt set b0='ICJ629Z6Z1G' where id=5; -update noar ti set b0='ICJ629Z6Z1G' where id=5; -update noar tt set v0='MEPUUC13THR15U7UAJR' where id=5; -update noar ti set v0='MEPUUC13THR15U7UAJR' where id=5; -update noar tt set b1='UFNZRE63HCEYVQF278ZB' where id=5; -update noar ti set b1='UFNZRE63HCEYVQF278ZB' where id=5; -update noar tt set v0='UJRZZ5YROICF9MMG3' where id=5; -update noar ti set v0='UJRZZ5YROICF9MMG3' where id=5; -update noar tt set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5; -update noar ti set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5; -update noar tt set v0='CWOJVA01' where id=6; -update noar ti set v0='CWOJVA01' where id=6; -update noar tt set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6; -update noar ti set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6; -update noar tt set v0='UYGHA4V0' where id=6; -update noar ti set v0='UYGHA4V0' where id=6; -update noar tt set b1='2VZZZZ2GJX5PBFNKFK' where id=6; -update noar ti set b1='2VZZZZ2GJX5PBFNKFK' where id=6; -update noar tt set v0='COWFEC3H498X' where id=6; -update noar ti set v0='COWFEC3H498X' where id=6; -update noar tt set b2='V81V0ZAGMO' where id=6; -update noar ti set b2='V81V0ZAGMO' where id=6; -update noar tt set v0='46' where id=7; -update noar ti set v0='46' where id=7; -update noar tt set b0='HPDP180T0' where id=7; -update noar ti set b0='HPDP180T0' where id=7; -update noar tt set v0='KOHD9G6AW579YUFJB' where id=7; -update noar ti set v0='KOHD9G6AW579YUFJB' where id=7; -update noar tt set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7; -update noar ti set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7; -update noar tt set v0='9TS4YJQM16XK44QGK' where id=7; -update noar ti set v0='9TS4YJQM16XK44QGK' where id=7; -update noar tt set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7; -update noar ti set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7; -update noar tt set v0='AZJ9YU8' where id=8; -update noar ti set v0='AZJ9YU8' where id=8; -update noar tt set b0='87H2I43CB' where id=8; -update noar ti set b0='87H2I43CB' where id=8; -update noar tt set v0='J4X' where id=8; -update noar ti set v0='J4X' where id=8; -update noar tt set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8; -update noar ti set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8; -update noar tt set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8; -update noar ti set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8; -update noar tt set b2='VC0BUEPZQCBJGH' where id=8; -update noar ti set b2='VC0BUEPZQCBJGH' where id=8; -update noar tt set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9; -update noar ti set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9; -update noar tt set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9; -update noar ti set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9; -update noar tt set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9; -update noar ti set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9; -update noar tt set b1='WT2WQGBZA5NDTIMHA' where id=9; -update noar ti set b1='WT2WQGBZA5NDTIMHA' where id=9; -update noar tt set v0='S43OB3JP' where id=9; -update noar ti set v0='S43OB3JP' where id=9; -update noar tt set b2='167K9PC4OQ' where id=9; -update noar ti set b2='167K9PC4OQ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='50RCO9JLZ2PCP5' where id=1; -update noar ti set v0='50RCO9JLZ2PCP5' where id=1; -update noar tt set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1; -update noar ti set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1; -update noar tt set v0='O8Y7J4HPNZQU8AIJ2' where id=1; -update noar ti set v0='O8Y7J4HPNZQU8AIJ2' where id=1; -update noar tt set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1; -update noar ti set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1; -update noar tt set v0='J5EI5W' where id=1; -update noar ti set v0='J5EI5W' where id=1; -update noar tt set b2='KL25N5PYDHHULJZ' where id=1; -update noar ti set b2='KL25N5PYDHHULJZ' where id=1; -update noar tt set v0='B4HSII' where id=2; -update noar ti set v0='B4HSII' where id=2; -update noar tt set b0='OYP' where id=2; -update noar ti set b0='OYP' where id=2; -update noar tt set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2; -update noar ti set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2; -update noar tt set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2; -update noar ti set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2; -update noar tt set v0='HQLO0LUVQMOJBJA' where id=2; -update noar ti set v0='HQLO0LUVQMOJBJA' where id=2; -update noar tt set b2='ITTO1E1O0TJ7ZZ75WC' where id=2; -update noar ti set b2='ITTO1E1O0TJ7ZZ75WC' where id=2; -update noar tt set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3; -update noar ti set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3; -update noar tt set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3; -update noar ti set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3; -update noar tt set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3; -update noar ti set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3; -update noar tt set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3; -update noar ti set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3; -update noar tt set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3; -update noar ti set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3; -update noar tt set b2='MK44' where id=3; -update noar ti set b2='MK44' where id=3; -update noar tt set v0='48Z45CTL4TGL9SSG38UZB4' where id=4; -update noar ti set v0='48Z45CTL4TGL9SSG38UZB4' where id=4; -update noar tt set b0='U6ASIAI04VUA4CJG75O3' where id=4; -update noar ti set b0='U6ASIAI04VUA4CJG75O3' where id=4; -update noar tt set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4; -update noar ti set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4; -update noar tt set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4; -update noar ti set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4; -update noar tt set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4; -update noar ti set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4; -update noar tt set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4; -update noar ti set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4; -update noar tt set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5; -update noar ti set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5; -update noar tt set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5; -update noar ti set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5; -update noar tt set v0='IO0SBG7G5TFJM4' where id=5; -update noar ti set v0='IO0SBG7G5TFJM4' where id=5; -update noar tt set b1='6YUNRCIFC5JKT' where id=5; -update noar ti set b1='6YUNRCIFC5JKT' where id=5; -update noar tt set v0='Y92DCBMQ' where id=5; -update noar ti set v0='Y92DCBMQ' where id=5; -update noar tt set b2='V4U1BLCKMFATATOEWBSF' where id=5; -update noar ti set b2='V4U1BLCKMFATATOEWBSF' where id=5; -update noar tt set v0='D1EI1' where id=6; -update noar ti set v0='D1EI1' where id=6; -update noar tt set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6; -update noar ti set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6; -update noar tt set v0='892KGP26627GMGXOV1S4Z0' where id=6; -update noar ti set v0='892KGP26627GMGXOV1S4Z0' where id=6; -update noar tt set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6; -update noar ti set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6; -update noar tt set v0='9ZYRWKX3' where id=6; -update noar ti set v0='9ZYRWKX3' where id=6; -update noar tt set b2='OD8D63R9QGAX32OYNI' where id=6; -update noar ti set b2='OD8D63R9QGAX32OYNI' where id=6; -update noar tt set v0='R8UXPSCDZ508S8U8' where id=7; -update noar ti set v0='R8UXPSCDZ508S8U8' where id=7; -update noar tt set b0='VMNXZE2F7TJQMMTUR6IF' where id=7; -update noar ti set b0='VMNXZE2F7TJQMMTUR6IF' where id=7; -update noar tt set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7; -update noar ti set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7; -update noar tt set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7; -update noar ti set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7; -update noar tt set v0='87E8HH7L' where id=7; -update noar ti set v0='87E8HH7L' where id=7; -update noar tt set b2='Z6' where id=7; -update noar ti set b2='Z6' where id=7; -update noar tt set v0='DSSQ' where id=8; -update noar ti set v0='DSSQ' where id=8; -update noar tt set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8; -update noar ti set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8; -update noar tt set v0='SHX6JGANSBC4TQEVNSY0' where id=8; -update noar ti set v0='SHX6JGANSBC4TQEVNSY0' where id=8; -update noar tt set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8; -update noar ti set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8; -update noar tt set v0='96JKDFJOO' where id=8; -update noar ti set v0='96JKDFJOO' where id=8; -update noar tt set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8; -update noar ti set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8; -update noar tt set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9; -update noar ti set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9; -update noar tt set b0='CQAHXE6SG772H3U2ALA' where id=9; -update noar ti set b0='CQAHXE6SG772H3U2ALA' where id=9; -update noar tt set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9; -update noar ti set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9; -update noar tt set b1='JUEO7UGL' where id=9; -update noar ti set b1='JUEO7UGL' where id=9; -update noar tt set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9; -update noar ti set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9; -update noar tt set b2='5QIIZ789T4' where id=9; -update noar ti set b2='5QIIZ789T4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1; -update noar ti set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1; -update noar tt set b0='57DCEZQ' where id=1; -update noar ti set b0='57DCEZQ' where id=1; -update noar tt set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1; -update noar ti set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1; -update noar tt set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1; -update noar ti set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1; -update noar tt set v0='NW01RNLPB1XGYJVAD3' where id=1; -update noar ti set v0='NW01RNLPB1XGYJVAD3' where id=1; -update noar tt set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1; -update noar ti set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1; -update noar tt set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2; -update noar ti set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2; -update noar tt set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2; -update noar ti set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2; -update noar tt set v0='OCP66CMFR0Z8S69W34O' where id=2; -update noar ti set v0='OCP66CMFR0Z8S69W34O' where id=2; -update noar tt set b1='OTFJF' where id=2; -update noar ti set b1='OTFJF' where id=2; -update noar tt set v0='C95HU32AO9Z' where id=2; -update noar ti set v0='C95HU32AO9Z' where id=2; -update noar tt set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2; -update noar ti set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2; -update noar tt set v0='8QFBMSNLI7JR74DCWYH5' where id=3; -update noar ti set v0='8QFBMSNLI7JR74DCWYH5' where id=3; -update noar tt set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3; -update noar ti set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3; -update noar tt set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3; -update noar ti set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3; -update noar tt set b1='270XASA7JJZROBB7O6M' where id=3; -update noar ti set b1='270XASA7JJZROBB7O6M' where id=3; -update noar tt set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3; -update noar ti set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3; -update noar tt set b2='KMZEXA3A9FGOM63RL1DU' where id=3; -update noar ti set b2='KMZEXA3A9FGOM63RL1DU' where id=3; -update noar tt set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4; -update noar ti set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4; -update noar tt set b0='FRLZIIP0F48GW8VU4VXZI' where id=4; -update noar ti set b0='FRLZIIP0F48GW8VU4VXZI' where id=4; -update noar tt set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4; -update noar ti set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4; -update noar tt set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4; -update noar ti set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4; -update noar tt set v0='QE4IHUVFGZRGNF' where id=4; -update noar ti set v0='QE4IHUVFGZRGNF' where id=4; -update noar tt set b2='P' where id=4; -update noar ti set b2='P' where id=4; -update noar tt set v0='DJNCX5SQTK' where id=5; -update noar ti set v0='DJNCX5SQTK' where id=5; -update noar tt set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5; -update noar ti set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5; -update noar tt set v0='8GVL4NPZ' where id=5; -update noar ti set v0='8GVL4NPZ' where id=5; -update noar tt set b1='LW0F7ZPM2' where id=5; -update noar ti set b1='LW0F7ZPM2' where id=5; -update noar tt set v0='BPLK0LD' where id=5; -update noar ti set v0='BPLK0LD' where id=5; -update noar tt set b2='D4S' where id=5; -update noar ti set b2='D4S' where id=5; -update noar tt set v0='JKYGMPPXAW6' where id=6; -update noar ti set v0='JKYGMPPXAW6' where id=6; -update noar tt set b0='NL7ABMQ' where id=6; -update noar ti set b0='NL7ABMQ' where id=6; -update noar tt set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6; -update noar ti set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6; -update noar tt set b1='BM2CHLWIC6DZNS' where id=6; -update noar ti set b1='BM2CHLWIC6DZNS' where id=6; -update noar tt set v0='J88PI3GFJNCCCEER4350' where id=6; -update noar ti set v0='J88PI3GFJNCCCEER4350' where id=6; -update noar tt set b2='PV3EH83BPH7K9KBH' where id=6; -update noar ti set b2='PV3EH83BPH7K9KBH' where id=6; -update noar tt set v0='EW' where id=7; -update noar ti set v0='EW' where id=7; -update noar tt set b0='RSKH1TA2C2S8KG9E8' where id=7; -update noar ti set b0='RSKH1TA2C2S8KG9E8' where id=7; -update noar tt set v0='4CN5OXWS' where id=7; -update noar ti set v0='4CN5OXWS' where id=7; -update noar tt set b1='UI1J1X' where id=7; -update noar ti set b1='UI1J1X' where id=7; -update noar tt set v0='TUV' where id=7; -update noar ti set v0='TUV' where id=7; -update noar tt set b2='EKKFDTL' where id=7; -update noar ti set b2='EKKFDTL' where id=7; -update noar tt set v0='ZU9' where id=8; -update noar ti set v0='ZU9' where id=8; -update noar tt set b0='IE' where id=8; -update noar ti set b0='IE' where id=8; -update noar tt set v0='HV' where id=8; -update noar ti set v0='HV' where id=8; -update noar tt set b1='F5AVF' where id=8; -update noar ti set b1='F5AVF' where id=8; -update noar tt set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8; -update noar ti set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8; -update noar tt set b2='9DQH' where id=8; -update noar ti set b2='9DQH' where id=8; -update noar tt set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9; -update noar ti set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9; -update noar tt set b0='CUNUCWH' where id=9; -update noar ti set b0='CUNUCWH' where id=9; -update noar tt set v0='9K85Z30MX05KX0' where id=9; -update noar ti set v0='9K85Z30MX05KX0' where id=9; -update noar tt set b1='ET3WJTI' where id=9; -update noar ti set b1='ET3WJTI' where id=9; -update noar tt set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9; -update noar ti set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9; -update noar tt set b2='CNF2VVL0GK' where id=9; -update noar ti set b2='CNF2VVL0GK' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1; -update noar ti set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1; -update noar tt set b0='SD0DCNISM6T' where id=1; -update noar ti set b0='SD0DCNISM6T' where id=1; -update noar tt set v0='EX' where id=1; -update noar ti set v0='EX' where id=1; -update noar tt set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1; -update noar ti set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1; -update noar tt set v0='LZF12I3940AUCYJL3' where id=1; -update noar ti set v0='LZF12I3940AUCYJL3' where id=1; -update noar tt set b2='9' where id=1; -update noar ti set b2='9' where id=1; -update noar tt set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2; -update noar ti set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2; -update noar tt set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2; -update noar ti set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2; -update noar tt set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2; -update noar ti set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2; -update noar tt set b1='W7KIGZHH29POEJF' where id=2; -update noar ti set b1='W7KIGZHH29POEJF' where id=2; -update noar tt set v0='4OVO3AYB0VQ2EEBND7R' where id=2; -update noar ti set v0='4OVO3AYB0VQ2EEBND7R' where id=2; -update noar tt set b2='UI9WQUJPYA' where id=2; -update noar ti set b2='UI9WQUJPYA' where id=2; -update noar tt set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3; -update noar ti set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3; -update noar tt set b0='M' where id=3; -update noar ti set b0='M' where id=3; -update noar tt set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3; -update noar ti set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3; -update noar tt set b1='3M9ZAY6KCMCEVT55PB' where id=3; -update noar ti set b1='3M9ZAY6KCMCEVT55PB' where id=3; -update noar tt set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3; -update noar ti set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3; -update noar tt set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3; -update noar ti set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3; -update noar tt set v0='7YZ1GVXYQAZ7M' where id=4; -update noar ti set v0='7YZ1GVXYQAZ7M' where id=4; -update noar tt set b0='I3RFY9' where id=4; -update noar ti set b0='I3RFY9' where id=4; -update noar tt set v0='2M4SR0PYAEH' where id=4; -update noar ti set v0='2M4SR0PYAEH' where id=4; -update noar tt set b1='2SEC6MBYRK7BDG2H3TQ' where id=4; -update noar ti set b1='2SEC6MBYRK7BDG2H3TQ' where id=4; -update noar tt set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4; -update noar ti set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4; -update noar tt set b2='D7WDO8F' where id=4; -update noar ti set b2='D7WDO8F' where id=4; -update noar tt set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5; -update noar ti set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5; -update noar tt set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5; -update noar ti set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5; -update noar tt set v0='SFH8LF1M1UR' where id=5; -update noar ti set v0='SFH8LF1M1UR' where id=5; -update noar tt set b1='2Z0Q4XTYCDAWJUR' where id=5; -update noar ti set b1='2Z0Q4XTYCDAWJUR' where id=5; -update noar tt set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5; -update noar ti set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5; -update noar tt set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5; -update noar ti set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5; -update noar tt set v0='TU79F08N50UI4L1O' where id=6; -update noar ti set v0='TU79F08N50UI4L1O' where id=6; -update noar tt set b0='XOBI8I4' where id=6; -update noar ti set b0='XOBI8I4' where id=6; -update noar tt set v0='7B63CCS09SZHOQ' where id=6; -update noar ti set v0='7B63CCS09SZHOQ' where id=6; -update noar tt set b1='AWP2FPSJQ0EB6A25M6' where id=6; -update noar ti set b1='AWP2FPSJQ0EB6A25M6' where id=6; -update noar tt set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6; -update noar ti set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6; -update noar tt set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6; -update noar ti set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6; -update noar tt set v0='7C9YTG3PXX' where id=7; -update noar ti set v0='7C9YTG3PXX' where id=7; -update noar tt set b0='EI93' where id=7; -update noar ti set b0='EI93' where id=7; -update noar tt set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7; -update noar ti set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7; -update noar tt set b1='C0EMNJO' where id=7; -update noar ti set b1='C0EMNJO' where id=7; -update noar tt set v0='MLQNW1XP19FF3BPQ5' where id=7; -update noar ti set v0='MLQNW1XP19FF3BPQ5' where id=7; -update noar tt set b2='BYJ6W' where id=7; -update noar ti set b2='BYJ6W' where id=7; -update noar tt set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8; -update noar ti set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8; -update noar tt set b0='P8OEM' where id=8; -update noar ti set b0='P8OEM' where id=8; -update noar tt set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8; -update noar ti set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8; -update noar tt set b1='C4ZYBOR31BS9' where id=8; -update noar ti set b1='C4ZYBOR31BS9' where id=8; -update noar tt set v0='I332AIMZO2VL485' where id=8; -update noar ti set v0='I332AIMZO2VL485' where id=8; -update noar tt set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8; -update noar ti set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8; -update noar tt set v0='CZHHJ' where id=9; -update noar ti set v0='CZHHJ' where id=9; -update noar tt set b0='5' where id=9; -update noar ti set b0='5' where id=9; -update noar tt set v0='X99Z9UB6DI86UD5P' where id=9; -update noar ti set v0='X99Z9UB6DI86UD5P' where id=9; -update noar tt set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9; -update noar ti set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9; -update noar tt set v0='Y06SNYH3' where id=9; -update noar ti set v0='Y06SNYH3' where id=9; -update noar tt set b2='MWNSAEZ2P' where id=9; -update noar ti set b2='MWNSAEZ2P' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='T' where id=1; -update noar ti set v0='T' where id=1; -update noar tt set b0='SIU9ULYKC' where id=1; -update noar ti set b0='SIU9ULYKC' where id=1; -update noar tt set v0='ZFZH3PB7ED' where id=1; -update noar ti set v0='ZFZH3PB7ED' where id=1; -update noar tt set b1='ZU' where id=1; -update noar ti set b1='ZU' where id=1; -update noar tt set v0='EOTFHZ5EWJ1AYOFD' where id=1; -update noar ti set v0='EOTFHZ5EWJ1AYOFD' where id=1; -update noar tt set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1; -update noar ti set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1; -update noar tt set v0='H5DW9A' where id=2; -update noar ti set v0='H5DW9A' where id=2; -update noar tt set b0='639001SULAZG18U7AU4YRVA' where id=2; -update noar ti set b0='639001SULAZG18U7AU4YRVA' where id=2; -update noar tt set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2; -update noar ti set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2; -update noar tt set b1='MS6STQRV4GAXOC9C' where id=2; -update noar ti set b1='MS6STQRV4GAXOC9C' where id=2; -update noar tt set v0='F01CPGHT4JLKXH3I6W7' where id=2; -update noar ti set v0='F01CPGHT4JLKXH3I6W7' where id=2; -update noar tt set b2='IO06VG' where id=2; -update noar ti set b2='IO06VG' where id=2; -update noar tt set v0='AGJ' where id=3; -update noar ti set v0='AGJ' where id=3; -update noar tt set b0='RB' where id=3; -update noar ti set b0='RB' where id=3; -update noar tt set v0='2UWLYEU2BGADY' where id=3; -update noar ti set v0='2UWLYEU2BGADY' where id=3; -update noar tt set b1='9752DUQ93LK42Z115J60XPNV' where id=3; -update noar ti set b1='9752DUQ93LK42Z115J60XPNV' where id=3; -update noar tt set v0='MPMSFRQI' where id=3; -update noar ti set v0='MPMSFRQI' where id=3; -update noar tt set b2='B' where id=3; -update noar ti set b2='B' where id=3; -update noar tt set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4; -update noar ti set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4; -update noar tt set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4; -update noar ti set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4; -update noar tt set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4; -update noar ti set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4; -update noar tt set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4; -update noar ti set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4; -update noar tt set v0='JZ2O19P3' where id=4; -update noar ti set v0='JZ2O19P3' where id=4; -update noar tt set b2='E8CRIRAT7S' where id=4; -update noar ti set b2='E8CRIRAT7S' where id=4; -update noar tt set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5; -update noar ti set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5; -update noar tt set b0='CAA2O' where id=5; -update noar ti set b0='CAA2O' where id=5; -update noar tt set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5; -update noar ti set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5; -update noar tt set b1='QVPYAC9LFB7G' where id=5; -update noar ti set b1='QVPYAC9LFB7G' where id=5; -update noar tt set v0='TYBZYCODHQ8QRU' where id=5; -update noar ti set v0='TYBZYCODHQ8QRU' where id=5; -update noar tt set b2='GW0BWV8FJ077RHJR' where id=5; -update noar ti set b2='GW0BWV8FJ077RHJR' where id=5; -update noar tt set v0='N94BACIP6HE6XA4NW0Y' where id=6; -update noar ti set v0='N94BACIP6HE6XA4NW0Y' where id=6; -update noar tt set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6; -update noar ti set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6; -update noar tt set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6; -update noar ti set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6; -update noar tt set b1='F58CMPMY' where id=6; -update noar ti set b1='F58CMPMY' where id=6; -update noar tt set v0='S66TOKO2LGXOXN5OM8' where id=6; -update noar ti set v0='S66TOKO2LGXOXN5OM8' where id=6; -update noar tt set b2='8B6OD13T38XMR' where id=6; -update noar ti set b2='8B6OD13T38XMR' where id=6; -update noar tt set v0='1' where id=7; -update noar ti set v0='1' where id=7; -update noar tt set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7; -update noar ti set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7; -update noar tt set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7; -update noar ti set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7; -update noar tt set b1='BU148FKQ100F7D' where id=7; -update noar ti set b1='BU148FKQ100F7D' where id=7; -update noar tt set v0='QU2TL69T0ML49545YVQL98' where id=7; -update noar ti set v0='QU2TL69T0ML49545YVQL98' where id=7; -update noar tt set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7; -update noar ti set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7; -update noar tt set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8; -update noar ti set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8; -update noar tt set b0='FJK1' where id=8; -update noar ti set b0='FJK1' where id=8; -update noar tt set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8; -update noar ti set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8; -update noar tt set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8; -update noar ti set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8; -update noar tt set v0='39PVX0HHATHKDLJ7BV3D75' where id=8; -update noar ti set v0='39PVX0HHATHKDLJ7BV3D75' where id=8; -update noar tt set b2='YENGFU8QCGABF37P6YQ' where id=8; -update noar ti set b2='YENGFU8QCGABF37P6YQ' where id=8; -update noar tt set v0='4J49JA6L5KPL9R' where id=9; -update noar ti set v0='4J49JA6L5KPL9R' where id=9; -update noar tt set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9; -update noar ti set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9; -update noar tt set v0='4LQNA9H5Q3L9' where id=9; -update noar ti set v0='4LQNA9H5Q3L9' where id=9; -update noar tt set b1='66Q' where id=9; -update noar ti set b1='66Q' where id=9; -update noar tt set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9; -update noar ti set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9; -update noar tt set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9; -update noar ti set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='U8SIJCI4YPN' where id=1; -update noar ti set v0='U8SIJCI4YPN' where id=1; -update noar tt set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1; -update noar ti set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1; -update noar tt set v0='0OO' where id=1; -update noar ti set v0='0OO' where id=1; -update noar tt set b1='8S7HWXRE3UJ' where id=1; -update noar ti set b1='8S7HWXRE3UJ' where id=1; -update noar tt set v0='F69OSZO1FRATRYPHY' where id=1; -update noar ti set v0='F69OSZO1FRATRYPHY' where id=1; -update noar tt set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1; -update noar ti set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1; -update noar tt set v0='LNT4C43E05EMHJF5SQL' where id=2; -update noar ti set v0='LNT4C43E05EMHJF5SQL' where id=2; -update noar tt set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2; -update noar ti set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2; -update noar tt set v0='G3H3MNG8J323QA2YHF' where id=2; -update noar ti set v0='G3H3MNG8J323QA2YHF' where id=2; -update noar tt set b1='54GZX2XF609LF0SABF8Q' where id=2; -update noar ti set b1='54GZX2XF609LF0SABF8Q' where id=2; -update noar tt set v0='ZUIWP20Y7GQ5T2SM4' where id=2; -update noar ti set v0='ZUIWP20Y7GQ5T2SM4' where id=2; -update noar tt set b2='7V3L5A6' where id=2; -update noar ti set b2='7V3L5A6' where id=2; -update noar tt set v0='XMA0JT04TAN3QHZT' where id=3; -update noar ti set v0='XMA0JT04TAN3QHZT' where id=3; -update noar tt set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3; -update noar ti set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3; -update noar tt set v0='1XUTKRMRDOZLIQC3A' where id=3; -update noar ti set v0='1XUTKRMRDOZLIQC3A' where id=3; -update noar tt set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3; -update noar ti set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3; -update noar tt set v0='FSHR80K' where id=3; -update noar ti set v0='FSHR80K' where id=3; -update noar tt set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3; -update noar ti set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3; -update noar tt set v0='9QY2JTEJBS5M0TSC3O' where id=4; -update noar ti set v0='9QY2JTEJBS5M0TSC3O' where id=4; -update noar tt set b0='6N4D0L4CY' where id=4; -update noar ti set b0='6N4D0L4CY' where id=4; -update noar tt set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4; -update noar ti set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4; -update noar tt set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4; -update noar ti set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4; -update noar tt set v0='5ISQS21S9' where id=4; -update noar ti set v0='5ISQS21S9' where id=4; -update noar tt set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4; -update noar ti set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4; -update noar tt set v0='JX4C84CT' where id=5; -update noar ti set v0='JX4C84CT' where id=5; -update noar tt set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5; -update noar ti set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5; -update noar tt set v0='ZAO9' where id=5; -update noar ti set v0='ZAO9' where id=5; -update noar tt set b1='6CK27' where id=5; -update noar ti set b1='6CK27' where id=5; -update noar tt set v0='HZTQ1M' where id=5; -update noar ti set v0='HZTQ1M' where id=5; -update noar tt set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5; -update noar ti set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5; -update noar tt set v0='4VA3JP' where id=6; -update noar ti set v0='4VA3JP' where id=6; -update noar tt set b0='HEW7B3VU83PUET' where id=6; -update noar ti set b0='HEW7B3VU83PUET' where id=6; -update noar tt set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6; -update noar ti set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6; -update noar tt set b1='GCGDIH86ZJK351PYI' where id=6; -update noar ti set b1='GCGDIH86ZJK351PYI' where id=6; -update noar tt set v0='JCLYLMSAE' where id=6; -update noar ti set v0='JCLYLMSAE' where id=6; -update noar tt set b2='ESGORQWV' where id=6; -update noar ti set b2='ESGORQWV' where id=6; -update noar tt set v0='LTDNZ4ZY1NR4' where id=7; -update noar ti set v0='LTDNZ4ZY1NR4' where id=7; -update noar tt set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7; -update noar ti set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7; -update noar tt set v0='YT3SR0TMOP' where id=7; -update noar ti set v0='YT3SR0TMOP' where id=7; -update noar tt set b1='7' where id=7; -update noar ti set b1='7' where id=7; -update noar tt set v0='57HM20P752U1U9CMZ' where id=7; -update noar ti set v0='57HM20P752U1U9CMZ' where id=7; -update noar tt set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7; -update noar ti set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7; -update noar tt set v0='ZJVSLN2SL6XTEN6' where id=8; -update noar ti set v0='ZJVSLN2SL6XTEN6' where id=8; -update noar tt set b0='QLX75HLH3SIM1TXF4F2OF' where id=8; -update noar ti set b0='QLX75HLH3SIM1TXF4F2OF' where id=8; -update noar tt set v0='Z' where id=8; -update noar ti set v0='Z' where id=8; -update noar tt set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8; -update noar ti set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8; -update noar tt set v0='F' where id=8; -update noar ti set v0='F' where id=8; -update noar tt set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8; -update noar ti set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8; -update noar tt set v0='41PZHYVX' where id=9; -update noar ti set v0='41PZHYVX' where id=9; -update noar tt set b0='K3TX52Z' where id=9; -update noar ti set b0='K3TX52Z' where id=9; -update noar tt set v0='C6' where id=9; -update noar ti set v0='C6' where id=9; -update noar tt set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9; -update noar ti set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9; -update noar tt set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9; -update noar ti set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9; -update noar tt set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9; -update noar ti set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='TBBF7PNIEY0' where id=1; -update noar ti set v0='TBBF7PNIEY0' where id=1; -update noar tt set b0='LIZNCB0CTAXNQSD93GJ7' where id=1; -update noar ti set b0='LIZNCB0CTAXNQSD93GJ7' where id=1; -update noar tt set v0='K4I1C1C' where id=1; -update noar ti set v0='K4I1C1C' where id=1; -update noar tt set b1='VKP9NE2M88912BMV83E85RKX0' where id=1; -update noar ti set b1='VKP9NE2M88912BMV83E85RKX0' where id=1; -update noar tt set v0='XYPIXPOQCVNTJ' where id=1; -update noar ti set v0='XYPIXPOQCVNTJ' where id=1; -update noar tt set b2='T8ZJH' where id=1; -update noar ti set b2='T8ZJH' where id=1; -update noar tt set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2; -update noar ti set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2; -update noar tt set b0='2KFS6VVW6KVUQYOZ' where id=2; -update noar ti set b0='2KFS6VVW6KVUQYOZ' where id=2; -update noar tt set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2; -update noar ti set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2; -update noar tt set b1='QC' where id=2; -update noar ti set b1='QC' where id=2; -update noar tt set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2; -update noar ti set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2; -update noar tt set b2='AK55K44396UYZA58SF6' where id=2; -update noar ti set b2='AK55K44396UYZA58SF6' where id=2; -update noar tt set v0='BVXN6HK9' where id=3; -update noar ti set v0='BVXN6HK9' where id=3; -update noar tt set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3; -update noar ti set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3; -update noar tt set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3; -update noar ti set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3; -update noar tt set b1='E' where id=3; -update noar ti set b1='E' where id=3; -update noar tt set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3; -update noar ti set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3; -update noar tt set b2='M12B16' where id=3; -update noar ti set b2='M12B16' where id=3; -update noar tt set v0='JJ7NM' where id=4; -update noar ti set v0='JJ7NM' where id=4; -update noar tt set b0='5Z1QWAHPXTIZH' where id=4; -update noar ti set b0='5Z1QWAHPXTIZH' where id=4; -update noar tt set v0='5ASWU915ZHUJ6ZAX3' where id=4; -update noar ti set v0='5ASWU915ZHUJ6ZAX3' where id=4; -update noar tt set b1='M' where id=4; -update noar ti set b1='M' where id=4; -update noar tt set v0='35WL482ODFSP' where id=4; -update noar ti set v0='35WL482ODFSP' where id=4; -update noar tt set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4; -update noar ti set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4; -update noar tt set v0='49QN' where id=5; -update noar ti set v0='49QN' where id=5; -update noar tt set b0='FSBF' where id=5; -update noar ti set b0='FSBF' where id=5; -update noar tt set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5; -update noar ti set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5; -update noar tt set b1='XREMAVV3V' where id=5; -update noar ti set b1='XREMAVV3V' where id=5; -update noar tt set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5; -update noar ti set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5; -update noar tt set b2='ZLH0PSC738953AXM3' where id=5; -update noar ti set b2='ZLH0PSC738953AXM3' where id=5; -update noar tt set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6; -update noar ti set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6; -update noar tt set b0='TV6AFZN19FM' where id=6; -update noar ti set b0='TV6AFZN19FM' where id=6; -update noar tt set v0='3WYRVJB726G0' where id=6; -update noar ti set v0='3WYRVJB726G0' where id=6; -update noar tt set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6; -update noar ti set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6; -update noar tt set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6; -update noar ti set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6; -update noar tt set b2='1SCYP805068' where id=6; -update noar ti set b2='1SCYP805068' where id=6; -update noar tt set v0='DJUBO3DUJVAN' where id=7; -update noar ti set v0='DJUBO3DUJVAN' where id=7; -update noar tt set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7; -update noar ti set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7; -update noar tt set v0='CTRS5FX94HLNNDS2ICS' where id=7; -update noar ti set v0='CTRS5FX94HLNNDS2ICS' where id=7; -update noar tt set b1='FVHURWB1WUVU0Z9AD' where id=7; -update noar ti set b1='FVHURWB1WUVU0Z9AD' where id=7; -update noar tt set v0='AY' where id=7; -update noar ti set v0='AY' where id=7; -update noar tt set b2='3YMPHT51' where id=7; -update noar ti set b2='3YMPHT51' where id=7; -update noar tt set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8; -update noar ti set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8; -update noar tt set b0='561GQ1WTR5JUT4' where id=8; -update noar ti set b0='561GQ1WTR5JUT4' where id=8; -update noar tt set v0='CRDDPT6' where id=8; -update noar ti set v0='CRDDPT6' where id=8; -update noar tt set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8; -update noar ti set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8; -update noar tt set v0='E83T4C3AGAUEE8CA' where id=8; -update noar ti set v0='E83T4C3AGAUEE8CA' where id=8; -update noar tt set b2='PQEKJUKB6BG46N' where id=8; -update noar ti set b2='PQEKJUKB6BG46N' where id=8; -update noar tt set v0='QQLMPUZ48F2MKG57Y' where id=9; -update noar ti set v0='QQLMPUZ48F2MKG57Y' where id=9; -update noar tt set b0='57KJMENX6Q' where id=9; -update noar ti set b0='57KJMENX6Q' where id=9; -update noar tt set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9; -update noar ti set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9; -update noar tt set b1='7' where id=9; -update noar ti set b1='7' where id=9; -update noar tt set v0='E4' where id=9; -update noar ti set v0='E4' where id=9; -update noar tt set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9; -update noar ti set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='2E' where id=1; -update noar ti set v0='2E' where id=1; -update noar tt set b0='53TK1A4LL' where id=1; -update noar ti set b0='53TK1A4LL' where id=1; -update noar tt set v0='9M5M4WWJUM' where id=1; -update noar ti set v0='9M5M4WWJUM' where id=1; -update noar tt set b1='SI6NYL' where id=1; -update noar ti set b1='SI6NYL' where id=1; -update noar tt set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1; -update noar ti set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1; -update noar tt set b2='87CERJODG11T5I7XLZ67' where id=1; -update noar ti set b2='87CERJODG11T5I7XLZ67' where id=1; -update noar tt set v0='325DYXA87X2WCVXI8RQBA8' where id=2; -update noar ti set v0='325DYXA87X2WCVXI8RQBA8' where id=2; -update noar tt set b0='9DB4O5F174YRU70V3' where id=2; -update noar ti set b0='9DB4O5F174YRU70V3' where id=2; -update noar tt set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2; -update noar ti set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2; -update noar tt set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2; -update noar ti set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2; -update noar tt set v0='W5I' where id=2; -update noar ti set v0='W5I' where id=2; -update noar tt set b2='C' where id=2; -update noar ti set b2='C' where id=2; -update noar tt set v0='0CRRFIUSG5FX' where id=3; -update noar ti set v0='0CRRFIUSG5FX' where id=3; -update noar tt set b0='IHB' where id=3; -update noar ti set b0='IHB' where id=3; -update noar tt set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3; -update noar ti set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3; -update noar tt set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3; -update noar ti set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3; -update noar tt set v0='18AJ7I5ERYTH' where id=3; -update noar ti set v0='18AJ7I5ERYTH' where id=3; -update noar tt set b2='8DQ9V' where id=3; -update noar ti set b2='8DQ9V' where id=3; -update noar tt set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4; -update noar ti set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4; -update noar tt set b0='BFBZOC5JPDFE' where id=4; -update noar ti set b0='BFBZOC5JPDFE' where id=4; -update noar tt set v0='LKCVPSETW2YZ8GG6BTZC' where id=4; -update noar ti set v0='LKCVPSETW2YZ8GG6BTZC' where id=4; -update noar tt set b1='M' where id=4; -update noar ti set b1='M' where id=4; -update noar tt set v0='PHQTBXBOD0M14DII' where id=4; -update noar ti set v0='PHQTBXBOD0M14DII' where id=4; -update noar tt set b2='OHQHP6YE' where id=4; -update noar ti set b2='OHQHP6YE' where id=4; -update noar tt set v0='J6S2OAVLBQXOF2' where id=5; -update noar ti set v0='J6S2OAVLBQXOF2' where id=5; -update noar tt set b0='LF8KZHUOLIMPORVU' where id=5; -update noar ti set b0='LF8KZHUOLIMPORVU' where id=5; -update noar tt set v0='FAP2FZOKQPPUB2J' where id=5; -update noar ti set v0='FAP2FZOKQPPUB2J' where id=5; -update noar tt set b1='R3GYXMU' where id=5; -update noar ti set b1='R3GYXMU' where id=5; -update noar tt set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5; -update noar ti set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5; -update noar tt set b2='1C7TCKJTE73L' where id=5; -update noar ti set b2='1C7TCKJTE73L' where id=5; -update noar tt set v0='QXY' where id=6; -update noar ti set v0='QXY' where id=6; -update noar tt set b0='N3P9Y60LA' where id=6; -update noar ti set b0='N3P9Y60LA' where id=6; -update noar tt set v0='KQ9AMGGCUE5PHY75I2' where id=6; -update noar ti set v0='KQ9AMGGCUE5PHY75I2' where id=6; -update noar tt set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6; -update noar ti set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6; -update noar tt set v0='HJX8KQMJKE47VFJ8Q6' where id=6; -update noar ti set v0='HJX8KQMJKE47VFJ8Q6' where id=6; -update noar tt set b2='ITLB5314ATXDPQL4LXS1C' where id=6; -update noar ti set b2='ITLB5314ATXDPQL4LXS1C' where id=6; -update noar tt set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7; -update noar ti set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7; -update noar tt set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7; -update noar ti set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7; -update noar tt set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7; -update noar ti set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7; -update noar tt set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7; -update noar ti set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7; -update noar tt set v0='I71R32RCD40GV' where id=7; -update noar ti set v0='I71R32RCD40GV' where id=7; -update noar tt set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7; -update noar ti set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7; -update noar tt set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8; -update noar ti set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8; -update noar tt set b0='ZBNA0TCRCEB' where id=8; -update noar ti set b0='ZBNA0TCRCEB' where id=8; -update noar tt set v0='JDJZEAESVWDVDTYRH2XB0' where id=8; -update noar ti set v0='JDJZEAESVWDVDTYRH2XB0' where id=8; -update noar tt set b1='LVF' where id=8; -update noar ti set b1='LVF' where id=8; -update noar tt set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8; -update noar ti set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8; -update noar tt set b2='5LJSMNV0P571P2N' where id=8; -update noar ti set b2='5LJSMNV0P571P2N' where id=8; -update noar tt set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9; -update noar ti set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9; -update noar tt set b0='A5O3IP3Y' where id=9; -update noar ti set b0='A5O3IP3Y' where id=9; -update noar tt set v0='BDS' where id=9; -update noar ti set v0='BDS' where id=9; -update noar tt set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9; -update noar ti set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9; -update noar tt set v0='GZ31I1069A' where id=9; -update noar ti set v0='GZ31I1069A' where id=9; -update noar tt set b2='1JP3' where id=9; -update noar ti set b2='1JP3' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='UKIJ7HPB54D2N1KW50' where id=1; -update noar ti set v0='UKIJ7HPB54D2N1KW50' where id=1; -update noar tt set b0='KW' where id=1; -update noar ti set b0='KW' where id=1; -update noar tt set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1; -update noar ti set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1; -update noar tt set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1; -update noar ti set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1; -update noar tt set v0='G9UB9LVW5C' where id=1; -update noar ti set v0='G9UB9LVW5C' where id=1; -update noar tt set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1; -update noar ti set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1; -update noar tt set v0='V2C' where id=2; -update noar ti set v0='V2C' where id=2; -update noar tt set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2; -update noar ti set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2; -update noar tt set v0='UOOBPBV53' where id=2; -update noar ti set v0='UOOBPBV53' where id=2; -update noar tt set b1='BW41MYTU2E4BGDJN6Z' where id=2; -update noar ti set b1='BW41MYTU2E4BGDJN6Z' where id=2; -update noar tt set v0='WN43Z4AAZ80W' where id=2; -update noar ti set v0='WN43Z4AAZ80W' where id=2; -update noar tt set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2; -update noar ti set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2; -update noar tt set v0='MI1KT' where id=3; -update noar ti set v0='MI1KT' where id=3; -update noar tt set b0='T1TJOALQQWM' where id=3; -update noar ti set b0='T1TJOALQQWM' where id=3; -update noar tt set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3; -update noar ti set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3; -update noar tt set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3; -update noar ti set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3; -update noar tt set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3; -update noar ti set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3; -update noar tt set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3; -update noar ti set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3; -update noar tt set v0='U8WK8TM6IN9TVFWFZG' where id=4; -update noar ti set v0='U8WK8TM6IN9TVFWFZG' where id=4; -update noar tt set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4; -update noar ti set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4; -update noar tt set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4; -update noar ti set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4; -update noar tt set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4; -update noar ti set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4; -update noar tt set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4; -update noar ti set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4; -update noar tt set b2='ZFL89395OILU1ENGJAAM' where id=4; -update noar ti set b2='ZFL89395OILU1ENGJAAM' where id=4; -update noar tt set v0='9KP9F90F8VOV' where id=5; -update noar ti set v0='9KP9F90F8VOV' where id=5; -update noar tt set b0='QAD1TZ3G4VR7E' where id=5; -update noar ti set b0='QAD1TZ3G4VR7E' where id=5; -update noar tt set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5; -update noar ti set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5; -update noar tt set b1='7AG7O3IW9SNK3CDRARU' where id=5; -update noar ti set b1='7AG7O3IW9SNK3CDRARU' where id=5; -update noar tt set v0='93DY8PIEHIYBNW5N78HC' where id=5; -update noar ti set v0='93DY8PIEHIYBNW5N78HC' where id=5; -update noar tt set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5; -update noar ti set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5; -update noar tt set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6; -update noar ti set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6; -update noar tt set b0='FB37HKBDAKD23ZZZP4Z3' where id=6; -update noar ti set b0='FB37HKBDAKD23ZZZP4Z3' where id=6; -update noar tt set v0='TP2MLYK14IH5S1D' where id=6; -update noar ti set v0='TP2MLYK14IH5S1D' where id=6; -update noar tt set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6; -update noar ti set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6; -update noar tt set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6; -update noar ti set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6; -update noar tt set b2='SMKR3N' where id=6; -update noar ti set b2='SMKR3N' where id=6; -update noar tt set v0='X8W4YF0191NKRO2AFAU' where id=7; -update noar ti set v0='X8W4YF0191NKRO2AFAU' where id=7; -update noar tt set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7; -update noar ti set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7; -update noar tt set v0='KXUIANCEXBWSL3FP4SGU' where id=7; -update noar ti set v0='KXUIANCEXBWSL3FP4SGU' where id=7; -update noar tt set b1='8RQKOE8FYOHIWA8WB' where id=7; -update noar ti set b1='8RQKOE8FYOHIWA8WB' where id=7; -update noar tt set v0='7QMZAYZ36FVC5F87' where id=7; -update noar ti set v0='7QMZAYZ36FVC5F87' where id=7; -update noar tt set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7; -update noar ti set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7; -update noar tt set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8; -update noar ti set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8; -update noar tt set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8; -update noar ti set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8; -update noar tt set v0='K1ZTD89TLKK103E09C8Q7' where id=8; -update noar ti set v0='K1ZTD89TLKK103E09C8Q7' where id=8; -update noar tt set b1='12NDKZ9HL' where id=8; -update noar ti set b1='12NDKZ9HL' where id=8; -update noar tt set v0='A442U8OULC7M2T5UB7416KL' where id=8; -update noar ti set v0='A442U8OULC7M2T5UB7416KL' where id=8; -update noar tt set b2='7ZJE82EX9XK7DL6L' where id=8; -update noar ti set b2='7ZJE82EX9XK7DL6L' where id=8; -update noar tt set v0='VOSU04MMOBI3009UXCM5' where id=9; -update noar ti set v0='VOSU04MMOBI3009UXCM5' where id=9; -update noar tt set b0='PRKEEUBGOTXA3' where id=9; -update noar ti set b0='PRKEEUBGOTXA3' where id=9; -update noar tt set v0='E32NQOLSN3KUSOTNNQ' where id=9; -update noar ti set v0='E32NQOLSN3KUSOTNNQ' where id=9; -update noar tt set b1='345AT8LGSTZVN4HTUJ2LM' where id=9; -update noar ti set b1='345AT8LGSTZVN4HTUJ2LM' where id=9; -update noar tt set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9; -update noar ti set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9; -update noar tt set b2='161CVACR' where id=9; -update noar ti set b2='161CVACR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3WGRYWS1JL87K' where id=1; -update noar ti set v0='S3WGRYWS1JL87K' where id=1; -update noar tt set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1; -update noar ti set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1; -update noar tt set v0='E7KQ4DM76T29VJKJM' where id=1; -update noar ti set v0='E7KQ4DM76T29VJKJM' where id=1; -update noar tt set b1='RWPL' where id=1; -update noar ti set b1='RWPL' where id=1; -update noar tt set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1; -update noar ti set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1; -update noar tt set b2='M' where id=1; -update noar ti set b2='M' where id=1; -update noar tt set v0='605452XQRHQ' where id=2; -update noar ti set v0='605452XQRHQ' where id=2; -update noar tt set b0='S2Y1GNILERW5BX' where id=2; -update noar ti set b0='S2Y1GNILERW5BX' where id=2; -update noar tt set v0='322C' where id=2; -update noar ti set v0='322C' where id=2; -update noar tt set b1='F2TJ6BN8LP9D2KM8' where id=2; -update noar ti set b1='F2TJ6BN8LP9D2KM8' where id=2; -update noar tt set v0='JWR0IFLLBS' where id=2; -update noar ti set v0='JWR0IFLLBS' where id=2; -update noar tt set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2; -update noar ti set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2; -update noar tt set v0='6W' where id=3; -update noar ti set v0='6W' where id=3; -update noar tt set b0='Q3RL2U' where id=3; -update noar ti set b0='Q3RL2U' where id=3; -update noar tt set v0='LPGJ8XWM69B14YMLR' where id=3; -update noar ti set v0='LPGJ8XWM69B14YMLR' where id=3; -update noar tt set b1='GHQS7QEWEO9XE91UI4CB' where id=3; -update noar ti set b1='GHQS7QEWEO9XE91UI4CB' where id=3; -update noar tt set v0='H98TAFAKTIEGX' where id=3; -update noar ti set v0='H98TAFAKTIEGX' where id=3; -update noar tt set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3; -update noar ti set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3; -update noar tt set v0='U59L' where id=4; -update noar ti set v0='U59L' where id=4; -update noar tt set b0='0Y4JKSE8450D8SFL0' where id=4; -update noar ti set b0='0Y4JKSE8450D8SFL0' where id=4; -update noar tt set v0='29JZ7IN87653YDI9N0EVHEM' where id=4; -update noar ti set v0='29JZ7IN87653YDI9N0EVHEM' where id=4; -update noar tt set b1='QEBZE2HC3NP9U' where id=4; -update noar ti set b1='QEBZE2HC3NP9U' where id=4; -update noar tt set v0='4ED1URIBWQ9W1QQNGCDI' where id=4; -update noar ti set v0='4ED1URIBWQ9W1QQNGCDI' where id=4; -update noar tt set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4; -update noar ti set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4; -update noar tt set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5; -update noar ti set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5; -update noar tt set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5; -update noar ti set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5; -update noar tt set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5; -update noar ti set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5; -update noar tt set b1='2TCB3SDEGTPC4PLVO7J' where id=5; -update noar ti set b1='2TCB3SDEGTPC4PLVO7J' where id=5; -update noar tt set v0='XDVTJAWMK0YE3XZ6XT' where id=5; -update noar ti set v0='XDVTJAWMK0YE3XZ6XT' where id=5; -update noar tt set b2='5UB' where id=5; -update noar ti set b2='5UB' where id=5; -update noar tt set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6; -update noar ti set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6; -update noar tt set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6; -update noar ti set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6; -update noar tt set v0='JPQKP7HBTIRYC' where id=6; -update noar ti set v0='JPQKP7HBTIRYC' where id=6; -update noar tt set b1='HFTW8L0K' where id=6; -update noar ti set b1='HFTW8L0K' where id=6; -update noar tt set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6; -update noar ti set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6; -update noar tt set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6; -update noar ti set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6; -update noar tt set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7; -update noar ti set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7; -update noar tt set b0='2AFH2XG7BBE7Y6IMX' where id=7; -update noar ti set b0='2AFH2XG7BBE7Y6IMX' where id=7; -update noar tt set v0='GVL4L966AQCP39HH' where id=7; -update noar ti set v0='GVL4L966AQCP39HH' where id=7; -update noar tt set b1='3J2E90GHY1I' where id=7; -update noar ti set b1='3J2E90GHY1I' where id=7; -update noar tt set v0='3X4DERQ' where id=7; -update noar ti set v0='3X4DERQ' where id=7; -update noar tt set b2='MM7GCW7Z' where id=7; -update noar ti set b2='MM7GCW7Z' where id=7; -update noar tt set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8; -update noar ti set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8; -update noar tt set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8; -update noar ti set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8; -update noar tt set v0='W7THSP2D4K54RG8HJQNT12C' where id=8; -update noar ti set v0='W7THSP2D4K54RG8HJQNT12C' where id=8; -update noar tt set b1='GCH5CYW' where id=8; -update noar ti set b1='GCH5CYW' where id=8; -update noar tt set v0='F167WCWWYOFOPQH' where id=8; -update noar ti set v0='F167WCWWYOFOPQH' where id=8; -update noar tt set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8; -update noar ti set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8; -update noar tt set v0='O' where id=9; -update noar ti set v0='O' where id=9; -update noar tt set b0='OG8ZGD0CPFLSP' where id=9; -update noar ti set b0='OG8ZGD0CPFLSP' where id=9; -update noar tt set v0='FDP6R52NMT' where id=9; -update noar ti set v0='FDP6R52NMT' where id=9; -update noar tt set b1='2JRMGMPX3AYRI' where id=9; -update noar ti set b1='2JRMGMPX3AYRI' where id=9; -update noar tt set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9; -update noar ti set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9; -update noar tt set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9; -update noar ti set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1; -update noar ti set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1; -update noar tt set b0='JC' where id=1; -update noar ti set b0='JC' where id=1; -update noar tt set v0='ZM8X0DQAI5MOT7AYWG' where id=1; -update noar ti set v0='ZM8X0DQAI5MOT7AYWG' where id=1; -update noar tt set b1='BIAGAZJAG9T3IZME688IXY' where id=1; -update noar ti set b1='BIAGAZJAG9T3IZME688IXY' where id=1; -update noar tt set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1; -update noar ti set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1; -update noar tt set b2='YU4VQ3N1069EAP3IV' where id=1; -update noar ti set b2='YU4VQ3N1069EAP3IV' where id=1; -update noar tt set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2; -update noar ti set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2; -update noar tt set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2; -update noar ti set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2; -update noar tt set v0='T6DOCH0A0TRCYV' where id=2; -update noar ti set v0='T6DOCH0A0TRCYV' where id=2; -update noar tt set b1='ZHNETGL9ZN' where id=2; -update noar ti set b1='ZHNETGL9ZN' where id=2; -update noar tt set v0='L' where id=2; -update noar ti set v0='L' where id=2; -update noar tt set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2; -update noar ti set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2; -update noar tt set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3; -update noar ti set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3; -update noar tt set b0='CEVM974G1P0718EJ' where id=3; -update noar ti set b0='CEVM974G1P0718EJ' where id=3; -update noar tt set v0='H5S2ATW7C98DF9RPMMWL' where id=3; -update noar ti set v0='H5S2ATW7C98DF9RPMMWL' where id=3; -update noar tt set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3; -update noar ti set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3; -update noar tt set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3; -update noar ti set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3; -update noar tt set b2='R11FH6OGNN1AHWZQPMTIK' where id=3; -update noar ti set b2='R11FH6OGNN1AHWZQPMTIK' where id=3; -update noar tt set v0='GSQYPZWE4L5TG49FU0DM' where id=4; -update noar ti set v0='GSQYPZWE4L5TG49FU0DM' where id=4; -update noar tt set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4; -update noar ti set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4; -update noar tt set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4; -update noar ti set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4; -update noar tt set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4; -update noar ti set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4; -update noar tt set v0='N3Z42UT2SOFRQDGMC' where id=4; -update noar ti set v0='N3Z42UT2SOFRQDGMC' where id=4; -update noar tt set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4; -update noar ti set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4; -update noar tt set v0='ICLDS9J7TVOZ1' where id=5; -update noar ti set v0='ICLDS9J7TVOZ1' where id=5; -update noar tt set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5; -update noar ti set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5; -update noar tt set v0='YNA9KWNBVFV9I82Q' where id=5; -update noar ti set v0='YNA9KWNBVFV9I82Q' where id=5; -update noar tt set b1='GNOO' where id=5; -update noar ti set b1='GNOO' where id=5; -update noar tt set v0='3PTH' where id=5; -update noar ti set v0='3PTH' where id=5; -update noar tt set b2='NKLRJ6VASBQ' where id=5; -update noar ti set b2='NKLRJ6VASBQ' where id=5; -update noar tt set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6; -update noar ti set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6; -update noar tt set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6; -update noar ti set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6; -update noar tt set v0='CR04P4R36D5BQM' where id=6; -update noar ti set v0='CR04P4R36D5BQM' where id=6; -update noar tt set b1='GGIP0U' where id=6; -update noar ti set b1='GGIP0U' where id=6; -update noar tt set v0='CH4HDIAT4GTDC64MQ' where id=6; -update noar ti set v0='CH4HDIAT4GTDC64MQ' where id=6; -update noar tt set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6; -update noar ti set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6; -update noar tt set v0='02H' where id=7; -update noar ti set v0='02H' where id=7; -update noar tt set b0='C9E7H5C2EQOT1M' where id=7; -update noar ti set b0='C9E7H5C2EQOT1M' where id=7; -update noar tt set v0='DGFGS07K6DNCPC3MS3R' where id=7; -update noar ti set v0='DGFGS07K6DNCPC3MS3R' where id=7; -update noar tt set b1='Q0XONI3W9' where id=7; -update noar ti set b1='Q0XONI3W9' where id=7; -update noar tt set v0='JLA' where id=7; -update noar ti set v0='JLA' where id=7; -update noar tt set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7; -update noar ti set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7; -update noar tt set v0='8HF' where id=8; -update noar ti set v0='8HF' where id=8; -update noar tt set b0='WORURWAPBVPPGN0NLSM3EL' where id=8; -update noar ti set b0='WORURWAPBVPPGN0NLSM3EL' where id=8; -update noar tt set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8; -update noar ti set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8; -update noar tt set b1='WSLC6MIHAXWDH6XOOX1' where id=8; -update noar ti set b1='WSLC6MIHAXWDH6XOOX1' where id=8; -update noar tt set v0='UIVXW' where id=8; -update noar ti set v0='UIVXW' where id=8; -update noar tt set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8; -update noar ti set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8; -update noar tt set v0='MB75XVQOMALVJ' where id=9; -update noar ti set v0='MB75XVQOMALVJ' where id=9; -update noar tt set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9; -update noar ti set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9; -update noar tt set v0='ICGZHLQCZME9WGX2IEG1J' where id=9; -update noar ti set v0='ICGZHLQCZME9WGX2IEG1J' where id=9; -update noar tt set b1='NHKE4FV419DKF0LRP' where id=9; -update noar ti set b1='NHKE4FV419DKF0LRP' where id=9; -update noar tt set v0='Y276HO0ONEXAVTY' where id=9; -update noar ti set v0='Y276HO0ONEXAVTY' where id=9; -update noar tt set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9; -update noar ti set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 blob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='L' where id=1; -update noar ti set v0='L' where id=1; -update noar tt set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1; -update noar ti set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1; -update noar tt set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1; -update noar ti set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1; -update noar tt set b1='B8J18ASUR15OQ4T' where id=1; -update noar ti set b1='B8J18ASUR15OQ4T' where id=1; -update noar tt set v0='5RUR2QM26SI' where id=1; -update noar ti set v0='5RUR2QM26SI' where id=1; -update noar tt set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1; -update noar ti set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1; -update noar tt set v0='QZYWCD' where id=2; -update noar ti set v0='QZYWCD' where id=2; -update noar tt set b0='BINEM1YJTSUNDCC876' where id=2; -update noar ti set b0='BINEM1YJTSUNDCC876' where id=2; -update noar tt set v0='P' where id=2; -update noar ti set v0='P' where id=2; -update noar tt set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2; -update noar ti set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2; -update noar tt set v0='A298' where id=2; -update noar ti set v0='A298' where id=2; -update noar tt set b2='GZYHSDQJQHYALX71VU93L' where id=2; -update noar ti set b2='GZYHSDQJQHYALX71VU93L' where id=2; -update noar tt set v0='D85O7I' where id=3; -update noar ti set v0='D85O7I' where id=3; -update noar tt set b0='CPA8QF9H9UX12KA81' where id=3; -update noar ti set b0='CPA8QF9H9UX12KA81' where id=3; -update noar tt set v0='FICQ84LZJFIP7PYL' where id=3; -update noar ti set v0='FICQ84LZJFIP7PYL' where id=3; -update noar tt set b1='IX3GC' where id=3; -update noar ti set b1='IX3GC' where id=3; -update noar tt set v0='F8BYMYYZK' where id=3; -update noar ti set v0='F8BYMYYZK' where id=3; -update noar tt set b2='DTY2J15TDF6QJ4ASDFHV' where id=3; -update noar ti set b2='DTY2J15TDF6QJ4ASDFHV' where id=3; -update noar tt set v0='JSFK' where id=4; -update noar ti set v0='JSFK' where id=4; -update noar tt set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4; -update noar ti set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4; -update noar tt set v0='CINJSK' where id=4; -update noar ti set v0='CINJSK' where id=4; -update noar tt set b1='71YNP5SHY3ACZ' where id=4; -update noar ti set b1='71YNP5SHY3ACZ' where id=4; -update noar tt set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4; -update noar ti set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4; -update noar tt set b2='RBNY60W2NIO401AZF0JABJS' where id=4; -update noar ti set b2='RBNY60W2NIO401AZF0JABJS' where id=4; -update noar tt set v0='41RSKPVDMZ9TJ2X0Y' where id=5; -update noar ti set v0='41RSKPVDMZ9TJ2X0Y' where id=5; -update noar tt set b0='RST9GQUA12JLRJWYT8SG03' where id=5; -update noar ti set b0='RST9GQUA12JLRJWYT8SG03' where id=5; -update noar tt set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5; -update noar ti set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5; -update noar tt set b1='JL7D3A5W6DTOSOJT387' where id=5; -update noar ti set b1='JL7D3A5W6DTOSOJT387' where id=5; -update noar tt set v0='G3GRW4A7T7NXYECN9S8' where id=5; -update noar ti set v0='G3GRW4A7T7NXYECN9S8' where id=5; -update noar tt set b2='JP3AP2RV3CHL6NLKH44W' where id=5; -update noar ti set b2='JP3AP2RV3CHL6NLKH44W' where id=5; -update noar tt set v0='HNEGO' where id=6; -update noar ti set v0='HNEGO' where id=6; -update noar tt set b0='U12549GNVN' where id=6; -update noar ti set b0='U12549GNVN' where id=6; -update noar tt set v0='DDL4V8N5D10UKHGOUAU' where id=6; -update noar ti set v0='DDL4V8N5D10UKHGOUAU' where id=6; -update noar tt set b1='B' where id=6; -update noar ti set b1='B' where id=6; -update noar tt set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6; -update noar ti set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6; -update noar tt set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6; -update noar ti set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6; -update noar tt set v0='P' where id=7; -update noar ti set v0='P' where id=7; -update noar tt set b0='KB5F87UYEMELU1TV8M6URR' where id=7; -update noar ti set b0='KB5F87UYEMELU1TV8M6URR' where id=7; -update noar tt set v0='VHY5G' where id=7; -update noar ti set v0='VHY5G' where id=7; -update noar tt set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7; -update noar ti set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7; -update noar tt set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7; -update noar ti set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7; -update noar tt set b2='ZGA' where id=7; -update noar ti set b2='ZGA' where id=7; -update noar tt set v0='6FY31V0YF8S9XUBBHQY' where id=8; -update noar ti set v0='6FY31V0YF8S9XUBBHQY' where id=8; -update noar tt set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8; -update noar ti set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8; -update noar tt set v0='UMI4K' where id=8; -update noar ti set v0='UMI4K' where id=8; -update noar tt set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8; -update noar ti set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8; -update noar tt set v0='T0IC0011NB' where id=8; -update noar ti set v0='T0IC0011NB' where id=8; -update noar tt set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8; -update noar ti set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8; -update noar tt set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9; -update noar ti set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9; -update noar tt set b0='7Q6D64RGUK3PUY' where id=9; -update noar ti set b0='7Q6D64RGUK3PUY' where id=9; -update noar tt set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9; -update noar ti set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9; -update noar tt set b1='4' where id=9; -update noar ti set b1='4' where id=9; -update noar tt set v0='QEH2B8FJFGMO4MKY6NL' where id=9; -update noar ti set v0='QEH2B8FJFGMO4MKY6NL' where id=9; -update noar tt set b2='ZU58H9' where id=9; -update noar ti set b2='ZU58H9' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DTMX31LT49' where id=1; -update noar ti set v0='DTMX31LT49' where id=1; -update noar tt set b0='PAIW5VX' where id=1; -update noar ti set b0='PAIW5VX' where id=1; -update noar tt set v0='PQ1P3WOVPOAQ09BNOV6' where id=1; -update noar ti set v0='PQ1P3WOVPOAQ09BNOV6' where id=1; -update noar tt set b1='ZNMM2QH8D3' where id=1; -update noar ti set b1='ZNMM2QH8D3' where id=1; -update noar tt set v0='9' where id=1; -update noar ti set v0='9' where id=1; -update noar tt set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1; -update noar ti set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1; -update noar tt set v0='242U6W' where id=2; -update noar ti set v0='242U6W' where id=2; -update noar tt set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2; -update noar ti set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2; -update noar tt set v0='UHJMZKTNQYM07TR' where id=2; -update noar ti set v0='UHJMZKTNQYM07TR' where id=2; -update noar tt set b1='M' where id=2; -update noar ti set b1='M' where id=2; -update noar tt set v0='XX7JU2EWQCU' where id=2; -update noar ti set v0='XX7JU2EWQCU' where id=2; -update noar tt set b2='W' where id=2; -update noar ti set b2='W' where id=2; -update noar tt set v0='KK2GTOD6G' where id=3; -update noar ti set v0='KK2GTOD6G' where id=3; -update noar tt set b0='JUDSP5NKRSK57OQBR' where id=3; -update noar ti set b0='JUDSP5NKRSK57OQBR' where id=3; -update noar tt set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3; -update noar ti set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3; -update noar tt set b1='LC6D3Z' where id=3; -update noar ti set b1='LC6D3Z' where id=3; -update noar tt set v0='S708Z4E' where id=3; -update noar ti set v0='S708Z4E' where id=3; -update noar tt set b2='2FFK5' where id=3; -update noar ti set b2='2FFK5' where id=3; -update noar tt set v0='PT22MSDN13S6GE' where id=4; -update noar ti set v0='PT22MSDN13S6GE' where id=4; -update noar tt set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4; -update noar ti set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4; -update noar tt set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4; -update noar ti set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4; -update noar tt set b1='OBYGYWZJONTEX8GTDKC' where id=4; -update noar ti set b1='OBYGYWZJONTEX8GTDKC' where id=4; -update noar tt set v0='G9ZLLSPV3YKDQZ1X' where id=4; -update noar ti set v0='G9ZLLSPV3YKDQZ1X' where id=4; -update noar tt set b2='F5P74FRS78K4T1L' where id=4; -update noar ti set b2='F5P74FRS78K4T1L' where id=4; -update noar tt set v0='4T5R' where id=5; -update noar ti set v0='4T5R' where id=5; -update noar tt set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5; -update noar ti set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5; -update noar tt set v0='IR24U' where id=5; -update noar ti set v0='IR24U' where id=5; -update noar tt set b1='IFQNUF4Q' where id=5; -update noar ti set b1='IFQNUF4Q' where id=5; -update noar tt set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5; -update noar ti set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5; -update noar tt set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5; -update noar ti set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5; -update noar tt set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6; -update noar ti set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6; -update noar tt set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6; -update noar ti set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6; -update noar tt set v0='NU1VRWH1BY3XHQ' where id=6; -update noar ti set v0='NU1VRWH1BY3XHQ' where id=6; -update noar tt set b1='P1PBGYABXMC' where id=6; -update noar ti set b1='P1PBGYABXMC' where id=6; -update noar tt set v0='CDENN3JWMIVNF' where id=6; -update noar ti set v0='CDENN3JWMIVNF' where id=6; -update noar tt set b2='K5CPN6ZZMCF52D13G90' where id=6; -update noar ti set b2='K5CPN6ZZMCF52D13G90' where id=6; -update noar tt set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7; -update noar ti set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7; -update noar tt set b0='YVLF' where id=7; -update noar ti set b0='YVLF' where id=7; -update noar tt set v0='OBP0EPIUE8WZLG328CTIL' where id=7; -update noar ti set v0='OBP0EPIUE8WZLG328CTIL' where id=7; -update noar tt set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7; -update noar ti set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7; -update noar tt set v0='B1UU9' where id=7; -update noar ti set v0='B1UU9' where id=7; -update noar tt set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7; -update noar ti set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7; -update noar tt set v0='OOBQJZFN72H9C564B3MH' where id=8; -update noar ti set v0='OOBQJZFN72H9C564B3MH' where id=8; -update noar tt set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8; -update noar ti set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8; -update noar tt set v0='PW5E5EGXSO7QD30APF69HG' where id=8; -update noar ti set v0='PW5E5EGXSO7QD30APF69HG' where id=8; -update noar tt set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8; -update noar ti set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8; -update noar tt set v0='NJ' where id=8; -update noar ti set v0='NJ' where id=8; -update noar tt set b2='N0D1X57S5D38EKVICEQ' where id=8; -update noar ti set b2='N0D1X57S5D38EKVICEQ' where id=8; -update noar tt set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9; -update noar ti set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9; -update noar tt set b0='66P8RS0J2' where id=9; -update noar ti set b0='66P8RS0J2' where id=9; -update noar tt set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9; -update noar ti set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9; -update noar tt set b1='APCV460NQRTF' where id=9; -update noar ti set b1='APCV460NQRTF' where id=9; -update noar tt set v0='VOA55UOV17DCYAT' where id=9; -update noar ti set v0='VOA55UOV17DCYAT' where id=9; -update noar tt set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9; -update noar ti set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 blob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='IFHBN69C2W9IH8Q1I5' where id=1; -update noar ti set v0='IFHBN69C2W9IH8Q1I5' where id=1; -update noar tt set b0='K2EZPJMULWBD1Q9HMP' where id=1; -update noar ti set b0='K2EZPJMULWBD1Q9HMP' where id=1; -update noar tt set v0='V0Y' where id=1; -update noar ti set v0='V0Y' where id=1; -update noar tt set b1='FW' where id=1; -update noar ti set b1='FW' where id=1; -update noar tt set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1; -update noar ti set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1; -update noar tt set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1; -update noar ti set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1; -update noar tt set v0='7J0R6O6D4COSHLQOXTOL' where id=2; -update noar ti set v0='7J0R6O6D4COSHLQOXTOL' where id=2; -update noar tt set b0='756Y' where id=2; -update noar ti set b0='756Y' where id=2; -update noar tt set v0='MWJE44Z' where id=2; -update noar ti set v0='MWJE44Z' where id=2; -update noar tt set b1='RYSNYV4FA96AU' where id=2; -update noar ti set b1='RYSNYV4FA96AU' where id=2; -update noar tt set v0='3HVY' where id=2; -update noar ti set v0='3HVY' where id=2; -update noar tt set b2='54LHL' where id=2; -update noar ti set b2='54LHL' where id=2; -update noar tt set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3; -update noar ti set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3; -update noar tt set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3; -update noar ti set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3; -update noar tt set v0='T2K5EBKLKUMLNNGS' where id=3; -update noar ti set v0='T2K5EBKLKUMLNNGS' where id=3; -update noar tt set b1='6LFQMYZ3I2X' where id=3; -update noar ti set b1='6LFQMYZ3I2X' where id=3; -update noar tt set v0='V7RIZMDYL8UT6731QDD' where id=3; -update noar ti set v0='V7RIZMDYL8UT6731QDD' where id=3; -update noar tt set b2='I' where id=3; -update noar ti set b2='I' where id=3; -update noar tt set v0='7UYA84RHSB7XYZG' where id=4; -update noar ti set v0='7UYA84RHSB7XYZG' where id=4; -update noar tt set b0='IY' where id=4; -update noar ti set b0='IY' where id=4; -update noar tt set v0='FDFY6B' where id=4; -update noar ti set v0='FDFY6B' where id=4; -update noar tt set b1='K4A1DR46UCEKTQD83OILDY' where id=4; -update noar ti set b1='K4A1DR46UCEKTQD83OILDY' where id=4; -update noar tt set v0='0LYV0Y65VWVGJ9EW' where id=4; -update noar ti set v0='0LYV0Y65VWVGJ9EW' where id=4; -update noar tt set b2='BHC6AABZIM' where id=4; -update noar ti set b2='BHC6AABZIM' where id=4; -update noar tt set v0='YUZOM62M3ZD1DKS7YS' where id=5; -update noar ti set v0='YUZOM62M3ZD1DKS7YS' where id=5; -update noar tt set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5; -update noar ti set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5; -update noar tt set v0='AMG85TBX5SNXT' where id=5; -update noar ti set v0='AMG85TBX5SNXT' where id=5; -update noar tt set b1='LXTBW' where id=5; -update noar ti set b1='LXTBW' where id=5; -update noar tt set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5; -update noar ti set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5; -update noar tt set b2='WNXM0XP8NCVBV' where id=5; -update noar ti set b2='WNXM0XP8NCVBV' where id=5; -update noar tt set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6; -update noar ti set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6; -update noar tt set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6; -update noar ti set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6; -update noar tt set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6; -update noar ti set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6; -update noar tt set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6; -update noar ti set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6; -update noar tt set v0='JSOG8BT7Z7A' where id=6; -update noar ti set v0='JSOG8BT7Z7A' where id=6; -update noar tt set b2='7AXL8J9L411W4W' where id=6; -update noar ti set b2='7AXL8J9L411W4W' where id=6; -update noar tt set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7; -update noar ti set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7; -update noar tt set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7; -update noar ti set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7; -update noar tt set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7; -update noar ti set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7; -update noar tt set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7; -update noar ti set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7; -update noar tt set v0='5IYW' where id=7; -update noar ti set v0='5IYW' where id=7; -update noar tt set b2='I8OXFV24GB6G' where id=7; -update noar ti set b2='I8OXFV24GB6G' where id=7; -update noar tt set v0='3S60974J' where id=8; -update noar ti set v0='3S60974J' where id=8; -update noar tt set b0='0PII0CSKGOUX9SZ1N319' where id=8; -update noar ti set b0='0PII0CSKGOUX9SZ1N319' where id=8; -update noar tt set v0='Z7TYZQUWV9' where id=8; -update noar ti set v0='Z7TYZQUWV9' where id=8; -update noar tt set b1='P40KW6Y4EGGC0V' where id=8; -update noar ti set b1='P40KW6Y4EGGC0V' where id=8; -update noar tt set v0='2S' where id=8; -update noar ti set v0='2S' where id=8; -update noar tt set b2='HZ8R527GG7982M63' where id=8; -update noar ti set b2='HZ8R527GG7982M63' where id=8; -update noar tt set v0='B16XUAD5I' where id=9; -update noar ti set v0='B16XUAD5I' where id=9; -update noar tt set b0='R' where id=9; -update noar ti set b0='R' where id=9; -update noar tt set v0='CPWNEW3ST3D2' where id=9; -update noar ti set v0='CPWNEW3ST3D2' where id=9; -update noar tt set b1='U0YF3J7V4EM6DL85C3' where id=9; -update noar ti set b1='U0YF3J7V4EM6DL85C3' where id=9; -update noar tt set v0='HX01FHNZ1901HRG49X' where id=9; -update noar ti set v0='HX01FHNZ1901HRG49X' where id=9; -update noar tt set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9; -update noar ti set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KKG71HYAK6VH4' where id=1; -update noar ti set v0='KKG71HYAK6VH4' where id=1; -update noar tt set b0='7NL8U' where id=1; -update noar ti set b0='7NL8U' where id=1; -update noar tt set v0='K6NK3340PXQHMIGCI66' where id=1; -update noar ti set v0='K6NK3340PXQHMIGCI66' where id=1; -update noar tt set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1; -update noar ti set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1; -update noar tt set v0='EPNZ8F5KYZQXVTMA' where id=1; -update noar ti set v0='EPNZ8F5KYZQXVTMA' where id=1; -update noar tt set b2='JU91' where id=1; -update noar ti set b2='JU91' where id=1; -update noar tt set v0='1CZK' where id=2; -update noar ti set v0='1CZK' where id=2; -update noar tt set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2; -update noar ti set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2; -update noar tt set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2; -update noar ti set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2; -update noar tt set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2; -update noar ti set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2; -update noar tt set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2; -update noar ti set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2; -update noar tt set b2='QRYYAZO4ODLRHL0YKJ' where id=2; -update noar ti set b2='QRYYAZO4ODLRHL0YKJ' where id=2; -update noar tt set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3; -update noar ti set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3; -update noar tt set b0='BE5YU6UTBNMU' where id=3; -update noar ti set b0='BE5YU6UTBNMU' where id=3; -update noar tt set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3; -update noar ti set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3; -update noar tt set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3; -update noar ti set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3; -update noar tt set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3; -update noar ti set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3; -update noar tt set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3; -update noar ti set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3; -update noar tt set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4; -update noar ti set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4; -update noar tt set b0='GYHL1BJU34B4WE6JR8M7M' where id=4; -update noar ti set b0='GYHL1BJU34B4WE6JR8M7M' where id=4; -update noar tt set v0='AKXGGKICASNTJEZ' where id=4; -update noar ti set v0='AKXGGKICASNTJEZ' where id=4; -update noar tt set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4; -update noar ti set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4; -update noar tt set v0='J8Q6TD1C7RP2U107XA5' where id=4; -update noar ti set v0='J8Q6TD1C7RP2U107XA5' where id=4; -update noar tt set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4; -update noar ti set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4; -update noar tt set v0='8TRLGUPWI3' where id=5; -update noar ti set v0='8TRLGUPWI3' where id=5; -update noar tt set b0='MWS8G1Y2' where id=5; -update noar ti set b0='MWS8G1Y2' where id=5; -update noar tt set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5; -update noar ti set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5; -update noar tt set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5; -update noar ti set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5; -update noar tt set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5; -update noar ti set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5; -update noar tt set b2='557MUWJP0O83PMQU' where id=5; -update noar ti set b2='557MUWJP0O83PMQU' where id=5; -update noar tt set v0='6AZBII' where id=6; -update noar ti set v0='6AZBII' where id=6; -update noar tt set b0='CH' where id=6; -update noar ti set b0='CH' where id=6; -update noar tt set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6; -update noar ti set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6; -update noar tt set b1='O38TW8PN97HD' where id=6; -update noar ti set b1='O38TW8PN97HD' where id=6; -update noar tt set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6; -update noar ti set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6; -update noar tt set b2='VSYZYABAT89SLCDSELCYN8' where id=6; -update noar ti set b2='VSYZYABAT89SLCDSELCYN8' where id=6; -update noar tt set v0='8' where id=7; -update noar ti set v0='8' where id=7; -update noar tt set b0='WF35' where id=7; -update noar ti set b0='WF35' where id=7; -update noar tt set v0='3RN2C3KSOA4EPYYIFIX' where id=7; -update noar ti set v0='3RN2C3KSOA4EPYYIFIX' where id=7; -update noar tt set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7; -update noar ti set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7; -update noar tt set v0='HVPK4RS5JD3T49' where id=7; -update noar ti set v0='HVPK4RS5JD3T49' where id=7; -update noar tt set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7; -update noar ti set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7; -update noar tt set v0='E1RNRITTQ5YSTRBG7V78L' where id=8; -update noar ti set v0='E1RNRITTQ5YSTRBG7V78L' where id=8; -update noar tt set b0='LA7' where id=8; -update noar ti set b0='LA7' where id=8; -update noar tt set v0='1BEH' where id=8; -update noar ti set v0='1BEH' where id=8; -update noar tt set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8; -update noar ti set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8; -update noar tt set v0='QQPM3U' where id=8; -update noar ti set v0='QQPM3U' where id=8; -update noar tt set b2='4TCJ' where id=8; -update noar ti set b2='4TCJ' where id=8; -update noar tt set v0='PMGHI89V66IJ' where id=9; -update noar ti set v0='PMGHI89V66IJ' where id=9; -update noar tt set b0='PO35OJSKFGBZMOZH' where id=9; -update noar ti set b0='PO35OJSKFGBZMOZH' where id=9; -update noar tt set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9; -update noar ti set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9; -update noar tt set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9; -update noar ti set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9; -update noar tt set v0='M' where id=9; -update noar ti set v0='M' where id=9; -update noar tt set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9; -update noar ti set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1; -update noar ti set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1; -update noar tt set b0='15LBEF35' where id=1; -update noar ti set b0='15LBEF35' where id=1; -update noar tt set v0='ULVX' where id=1; -update noar ti set v0='ULVX' where id=1; -update noar tt set b1='C0PO' where id=1; -update noar ti set b1='C0PO' where id=1; -update noar tt set v0='3' where id=1; -update noar ti set v0='3' where id=1; -update noar tt set b2='681J7U6IQSZ2UPRY' where id=1; -update noar ti set b2='681J7U6IQSZ2UPRY' where id=1; -update noar tt set v0='AISOC' where id=2; -update noar ti set v0='AISOC' where id=2; -update noar tt set b0='GWUH8008KDKY668UAL7XADPA' where id=2; -update noar ti set b0='GWUH8008KDKY668UAL7XADPA' where id=2; -update noar tt set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2; -update noar ti set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2; -update noar tt set b1='QFFST3U6W4M7W8CHWE' where id=2; -update noar ti set b1='QFFST3U6W4M7W8CHWE' where id=2; -update noar tt set v0='O9HDG3BFOH' where id=2; -update noar ti set v0='O9HDG3BFOH' where id=2; -update noar tt set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2; -update noar ti set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2; -update noar tt set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3; -update noar ti set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3; -update noar tt set b0='62BZ4UKSX9' where id=3; -update noar ti set b0='62BZ4UKSX9' where id=3; -update noar tt set v0='1ZNSRP6FMQNYHFV8P' where id=3; -update noar ti set v0='1ZNSRP6FMQNYHFV8P' where id=3; -update noar tt set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3; -update noar ti set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3; -update noar tt set v0='6ZT2WWXD8MGDTHEE' where id=3; -update noar ti set v0='6ZT2WWXD8MGDTHEE' where id=3; -update noar tt set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3; -update noar ti set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3; -update noar tt set v0='9NQBVBGBHAN090' where id=4; -update noar ti set v0='9NQBVBGBHAN090' where id=4; -update noar tt set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4; -update noar ti set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4; -update noar tt set v0='OTA' where id=4; -update noar ti set v0='OTA' where id=4; -update noar tt set b1='TU70S6R3M6IDHRHCORFTS6' where id=4; -update noar ti set b1='TU70S6R3M6IDHRHCORFTS6' where id=4; -update noar tt set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4; -update noar ti set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4; -update noar tt set b2='4HV' where id=4; -update noar ti set b2='4HV' where id=4; -update noar tt set v0='HV33UANAE3KR8EZI460WD2' where id=5; -update noar ti set v0='HV33UANAE3KR8EZI460WD2' where id=5; -update noar tt set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5; -update noar ti set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5; -update noar tt set v0='40K5QSJ' where id=5; -update noar ti set v0='40K5QSJ' where id=5; -update noar tt set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5; -update noar ti set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5; -update noar tt set v0='0LSTCMFPGM51' where id=5; -update noar ti set v0='0LSTCMFPGM51' where id=5; -update noar tt set b2='MX0BFS7BA' where id=5; -update noar ti set b2='MX0BFS7BA' where id=5; -update noar tt set v0='YCG5Z904G9PEEEE' where id=6; -update noar ti set v0='YCG5Z904G9PEEEE' where id=6; -update noar tt set b0='FK8' where id=6; -update noar ti set b0='FK8' where id=6; -update noar tt set v0='1W2IAM53X' where id=6; -update noar ti set v0='1W2IAM53X' where id=6; -update noar tt set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6; -update noar ti set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6; -update noar tt set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6; -update noar ti set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6; -update noar tt set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6; -update noar ti set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6; -update noar tt set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7; -update noar ti set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7; -update noar tt set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7; -update noar ti set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7; -update noar tt set v0='KV1ADBOZJ13DJQKUMAO3' where id=7; -update noar ti set v0='KV1ADBOZJ13DJQKUMAO3' where id=7; -update noar tt set b1='6X2WO0' where id=7; -update noar ti set b1='6X2WO0' where id=7; -update noar tt set v0='6WNKIIPT89M29CG' where id=7; -update noar ti set v0='6WNKIIPT89M29CG' where id=7; -update noar tt set b2='VHU4MTJIUERQ9Y' where id=7; -update noar ti set b2='VHU4MTJIUERQ9Y' where id=7; -update noar tt set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8; -update noar ti set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8; -update noar tt set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8; -update noar ti set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8; -update noar tt set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8; -update noar ti set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8; -update noar tt set b1='V2B1WA' where id=8; -update noar ti set b1='V2B1WA' where id=8; -update noar tt set v0='8Y7AHSDA2F' where id=8; -update noar ti set v0='8Y7AHSDA2F' where id=8; -update noar tt set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8; -update noar ti set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8; -update noar tt set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9; -update noar ti set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9; -update noar tt set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9; -update noar ti set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9; -update noar tt set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9; -update noar ti set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9; -update noar tt set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9; -update noar ti set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9; -update noar tt set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9; -update noar ti set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9; -update noar tt set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9; -update noar ti set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='8K7' where id=1; -update noar ti set v0='8K7' where id=1; -update noar tt set b0='YHTFQ5CNLDJ' where id=1; -update noar ti set b0='YHTFQ5CNLDJ' where id=1; -update noar tt set v0='4TQD' where id=1; -update noar ti set v0='4TQD' where id=1; -update noar tt set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1; -update noar ti set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1; -update noar tt set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1; -update noar ti set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1; -update noar tt set b2='6JXGU' where id=1; -update noar ti set b2='6JXGU' where id=1; -update noar tt set v0='FMY45C6R' where id=2; -update noar ti set v0='FMY45C6R' where id=2; -update noar tt set b0='DZPNU7UOJMRZ32' where id=2; -update noar ti set b0='DZPNU7UOJMRZ32' where id=2; -update noar tt set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2; -update noar ti set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2; -update noar tt set b1='2EE7HQ7M0HNS5544HRA' where id=2; -update noar ti set b1='2EE7HQ7M0HNS5544HRA' where id=2; -update noar tt set v0='REX08ZX' where id=2; -update noar ti set v0='REX08ZX' where id=2; -update noar tt set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2; -update noar ti set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2; -update noar tt set v0='8N5B0SJ' where id=3; -update noar ti set v0='8N5B0SJ' where id=3; -update noar tt set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3; -update noar ti set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3; -update noar tt set v0='9J77DG0' where id=3; -update noar ti set v0='9J77DG0' where id=3; -update noar tt set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3; -update noar ti set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3; -update noar tt set v0='E6EL9QY' where id=3; -update noar ti set v0='E6EL9QY' where id=3; -update noar tt set b2='5L6M2D' where id=3; -update noar ti set b2='5L6M2D' where id=3; -update noar tt set v0='ENJTUAV1MMFBL' where id=4; -update noar ti set v0='ENJTUAV1MMFBL' where id=4; -update noar tt set b0='C8AWSZ7ZXP8KLT9LW' where id=4; -update noar ti set b0='C8AWSZ7ZXP8KLT9LW' where id=4; -update noar tt set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4; -update noar ti set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4; -update noar tt set b1='UKCCS6TX8LHKVKOP' where id=4; -update noar ti set b1='UKCCS6TX8LHKVKOP' where id=4; -update noar tt set v0='4HP1TA9VI4EFFI6YIO' where id=4; -update noar ti set v0='4HP1TA9VI4EFFI6YIO' where id=4; -update noar tt set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4; -update noar ti set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4; -update noar tt set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5; -update noar ti set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5; -update noar tt set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5; -update noar ti set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5; -update noar tt set v0='VSFP3X7QQHR' where id=5; -update noar ti set v0='VSFP3X7QQHR' where id=5; -update noar tt set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5; -update noar ti set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5; -update noar tt set v0='SBW8YSE7ZRDVK9RB82' where id=5; -update noar ti set v0='SBW8YSE7ZRDVK9RB82' where id=5; -update noar tt set b2='7D22' where id=5; -update noar ti set b2='7D22' where id=5; -update noar tt set v0='WQ81QM' where id=6; -update noar ti set v0='WQ81QM' where id=6; -update noar tt set b0='K9UK6KJFZFH3PCB' where id=6; -update noar ti set b0='K9UK6KJFZFH3PCB' where id=6; -update noar tt set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6; -update noar ti set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6; -update noar tt set b1='9VCDUX8AWVC7H68KNTSB' where id=6; -update noar ti set b1='9VCDUX8AWVC7H68KNTSB' where id=6; -update noar tt set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6; -update noar ti set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6; -update noar tt set b2='LV0A37F8E7UL8F5W' where id=6; -update noar ti set b2='LV0A37F8E7UL8F5W' where id=6; -update noar tt set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7; -update noar ti set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7; -update noar tt set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7; -update noar ti set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7; -update noar tt set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7; -update noar ti set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7; -update noar tt set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7; -update noar ti set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7; -update noar tt set v0='RD5RXL7ODA562LG85' where id=7; -update noar ti set v0='RD5RXL7ODA562LG85' where id=7; -update noar tt set b2='TZPS2M4MCY4RB093QLR' where id=7; -update noar ti set b2='TZPS2M4MCY4RB093QLR' where id=7; -update noar tt set v0='AXASNN0FLXEJ5MLG5YNR' where id=8; -update noar ti set v0='AXASNN0FLXEJ5MLG5YNR' where id=8; -update noar tt set b0='59WF0PW7Z5DUB0YTTE' where id=8; -update noar ti set b0='59WF0PW7Z5DUB0YTTE' where id=8; -update noar tt set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8; -update noar ti set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8; -update noar tt set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8; -update noar ti set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8; -update noar tt set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8; -update noar ti set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8; -update noar tt set b2='4T6PACN' where id=8; -update noar ti set b2='4T6PACN' where id=8; -update noar tt set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9; -update noar ti set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9; -update noar tt set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9; -update noar ti set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9; -update noar tt set v0='XKTYZ3' where id=9; -update noar ti set v0='XKTYZ3' where id=9; -update noar tt set b1='UQWQQYQ8CIORII8BFNXC' where id=9; -update noar ti set b1='UQWQQYQ8CIORII8BFNXC' where id=9; -update noar tt set v0='H351JDZO1E64OJ1BHJ5268' where id=9; -update noar ti set v0='H351JDZO1E64OJ1BHJ5268' where id=9; -update noar tt set b2='832RSIP315L3HA8' where id=9; -update noar ti set b2='832RSIP315L3HA8' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='QKEGN3A' where id=1; -update noar ti set v0='QKEGN3A' where id=1; -update noar tt set b0='P8S2QR330UZ1NLL' where id=1; -update noar ti set b0='P8S2QR330UZ1NLL' where id=1; -update noar tt set v0='GQZ55V84' where id=1; -update noar ti set v0='GQZ55V84' where id=1; -update noar tt set b1='WBXM6MDUSOXZDS' where id=1; -update noar ti set b1='WBXM6MDUSOXZDS' where id=1; -update noar tt set v0='1VM3B9ZB1D7GXHP9T8' where id=1; -update noar ti set v0='1VM3B9ZB1D7GXHP9T8' where id=1; -update noar tt set b2='FQYKK87HX' where id=1; -update noar ti set b2='FQYKK87HX' where id=1; -update noar tt set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2; -update noar ti set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2; -update noar tt set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2; -update noar ti set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2; -update noar tt set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2; -update noar ti set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2; -update noar tt set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2; -update noar ti set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2; -update noar tt set v0='6L83JY7CL1' where id=2; -update noar ti set v0='6L83JY7CL1' where id=2; -update noar tt set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2; -update noar ti set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2; -update noar tt set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3; -update noar ti set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3; -update noar tt set b0='E1DRBM7' where id=3; -update noar ti set b0='E1DRBM7' where id=3; -update noar tt set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3; -update noar ti set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3; -update noar tt set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3; -update noar ti set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3; -update noar tt set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3; -update noar ti set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3; -update noar tt set b2='JWTW5FO04EGC2SPB34JP937' where id=3; -update noar ti set b2='JWTW5FO04EGC2SPB34JP937' where id=3; -update noar tt set v0='R4QP0055' where id=4; -update noar ti set v0='R4QP0055' where id=4; -update noar tt set b0='CN5HDFZVI5GYSJPG' where id=4; -update noar ti set b0='CN5HDFZVI5GYSJPG' where id=4; -update noar tt set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4; -update noar ti set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4; -update noar tt set b1='PJE2D5WM4' where id=4; -update noar ti set b1='PJE2D5WM4' where id=4; -update noar tt set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4; -update noar ti set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4; -update noar tt set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4; -update noar ti set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4; -update noar tt set v0='EXV5K5055PGDE' where id=5; -update noar ti set v0='EXV5K5055PGDE' where id=5; -update noar tt set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5; -update noar ti set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5; -update noar tt set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5; -update noar ti set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5; -update noar tt set b1='FDIQKTX2G4ZY' where id=5; -update noar ti set b1='FDIQKTX2G4ZY' where id=5; -update noar tt set v0='VUYONOVGKHKRAPSYRLHH' where id=5; -update noar ti set v0='VUYONOVGKHKRAPSYRLHH' where id=5; -update noar tt set b2='RSIFG7AFR' where id=5; -update noar ti set b2='RSIFG7AFR' where id=5; -update noar tt set v0='61S8SGOJLUCS0EOMAWW' where id=6; -update noar ti set v0='61S8SGOJLUCS0EOMAWW' where id=6; -update noar tt set b0='ESG9BM1JTCGRT7091S8OH5' where id=6; -update noar ti set b0='ESG9BM1JTCGRT7091S8OH5' where id=6; -update noar tt set v0='VWJUD7426TAVMH' where id=6; -update noar ti set v0='VWJUD7426TAVMH' where id=6; -update noar tt set b1='HW6JLYDHRCPG2BDVU4Y' where id=6; -update noar ti set b1='HW6JLYDHRCPG2BDVU4Y' where id=6; -update noar tt set v0='264LW3NFCBJ8HCG' where id=6; -update noar ti set v0='264LW3NFCBJ8HCG' where id=6; -update noar tt set b2='57AV' where id=6; -update noar ti set b2='57AV' where id=6; -update noar tt set v0='KLLIBS' where id=7; -update noar ti set v0='KLLIBS' where id=7; -update noar tt set b0='LL7J2W' where id=7; -update noar ti set b0='LL7J2W' where id=7; -update noar tt set v0='B' where id=7; -update noar ti set v0='B' where id=7; -update noar tt set b1='SG0TI8SN9JYJZSSPO' where id=7; -update noar ti set b1='SG0TI8SN9JYJZSSPO' where id=7; -update noar tt set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7; -update noar ti set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7; -update noar tt set b2='1Z5Y' where id=7; -update noar ti set b2='1Z5Y' where id=7; -update noar tt set v0='W' where id=8; -update noar ti set v0='W' where id=8; -update noar tt set b0='T' where id=8; -update noar ti set b0='T' where id=8; -update noar tt set v0='W8BHHA88M80T9' where id=8; -update noar ti set v0='W8BHHA88M80T9' where id=8; -update noar tt set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8; -update noar ti set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8; -update noar tt set v0='P5R6S15AJJZ4G' where id=8; -update noar ti set v0='P5R6S15AJJZ4G' where id=8; -update noar tt set b2='4B47OTCK5BX0FQ' where id=8; -update noar ti set b2='4B47OTCK5BX0FQ' where id=8; -update noar tt set v0='R1JA4IW8770G3XN' where id=9; -update noar ti set v0='R1JA4IW8770G3XN' where id=9; -update noar tt set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9; -update noar ti set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9; -update noar tt set v0='KX59YQO5130RP' where id=9; -update noar ti set v0='KX59YQO5130RP' where id=9; -update noar tt set b1='CSBG6JYS' where id=9; -update noar ti set b1='CSBG6JYS' where id=9; -update noar tt set v0='3B7RTVA2VXRR' where id=9; -update noar ti set v0='3B7RTVA2VXRR' where id=9; -update noar tt set b2='6T' where id=9; -update noar ti set b2='6T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FT8' where id=1; -update noar ti set v0='FT8' where id=1; -update noar tt set b0='VAENZXPK6O' where id=1; -update noar ti set b0='VAENZXPK6O' where id=1; -update noar tt set v0='POZ88ANNZ2D' where id=1; -update noar ti set v0='POZ88ANNZ2D' where id=1; -update noar tt set b1='NVAZQZOL3FCLFTH7P' where id=1; -update noar ti set b1='NVAZQZOL3FCLFTH7P' where id=1; -update noar tt set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1; -update noar ti set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1; -update noar tt set b2='I6W45LDM0593NT' where id=1; -update noar ti set b2='I6W45LDM0593NT' where id=1; -update noar tt set v0='WULPLIRCJQQJYMT' where id=2; -update noar ti set v0='WULPLIRCJQQJYMT' where id=2; -update noar tt set b0='DG' where id=2; -update noar ti set b0='DG' where id=2; -update noar tt set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2; -update noar ti set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2; -update noar tt set b1='NWSA44U51BEFY0OAUOFNQH' where id=2; -update noar ti set b1='NWSA44U51BEFY0OAUOFNQH' where id=2; -update noar tt set v0='3OQ02' where id=2; -update noar ti set v0='3OQ02' where id=2; -update noar tt set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2; -update noar ti set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2; -update noar tt set v0='HVAPLR7RCME647MBTX09MRFI' where id=3; -update noar ti set v0='HVAPLR7RCME647MBTX09MRFI' where id=3; -update noar tt set b0='82F' where id=3; -update noar ti set b0='82F' where id=3; -update noar tt set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3; -update noar ti set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3; -update noar tt set b1='I0F2EVAPI8LHOL' where id=3; -update noar ti set b1='I0F2EVAPI8LHOL' where id=3; -update noar tt set v0='UDK' where id=3; -update noar ti set v0='UDK' where id=3; -update noar tt set b2='RE4YV8L5Q6QKF0S' where id=3; -update noar ti set b2='RE4YV8L5Q6QKF0S' where id=3; -update noar tt set v0='J' where id=4; -update noar ti set v0='J' where id=4; -update noar tt set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4; -update noar ti set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4; -update noar tt set v0='5F7K1UKGLI' where id=4; -update noar ti set v0='5F7K1UKGLI' where id=4; -update noar tt set b1='WQG6RZ946ZB0' where id=4; -update noar ti set b1='WQG6RZ946ZB0' where id=4; -update noar tt set v0='QMSUCJ7LZOTRCW75AYV2' where id=4; -update noar ti set v0='QMSUCJ7LZOTRCW75AYV2' where id=4; -update noar tt set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4; -update noar ti set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4; -update noar tt set v0='G' where id=5; -update noar ti set v0='G' where id=5; -update noar tt set b0='5KU994BHZ5H0G1BS42HR' where id=5; -update noar ti set b0='5KU994BHZ5H0G1BS42HR' where id=5; -update noar tt set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5; -update noar ti set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5; -update noar tt set b1='Z2OURVX9' where id=5; -update noar ti set b1='Z2OURVX9' where id=5; -update noar tt set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5; -update noar ti set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5; -update noar tt set b2='CKO74TCU' where id=5; -update noar ti set b2='CKO74TCU' where id=5; -update noar tt set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6; -update noar ti set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6; -update noar tt set b0='S7CCMHX5X' where id=6; -update noar ti set b0='S7CCMHX5X' where id=6; -update noar tt set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6; -update noar ti set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6; -update noar tt set b1='NBKKR6' where id=6; -update noar ti set b1='NBKKR6' where id=6; -update noar tt set v0='GJ0R78ES7G0ZEZ44D4' where id=6; -update noar ti set v0='GJ0R78ES7G0ZEZ44D4' where id=6; -update noar tt set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6; -update noar ti set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6; -update noar tt set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7; -update noar ti set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7; -update noar tt set b0='R11ZT3B2' where id=7; -update noar ti set b0='R11ZT3B2' where id=7; -update noar tt set v0='VCOBT9ECGMQNNUWS6S' where id=7; -update noar ti set v0='VCOBT9ECGMQNNUWS6S' where id=7; -update noar tt set b1='9NXOAVIAI0U7OT' where id=7; -update noar ti set b1='9NXOAVIAI0U7OT' where id=7; -update noar tt set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7; -update noar ti set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7; -update noar tt set b2='U' where id=7; -update noar ti set b2='U' where id=7; -update noar tt set v0='5XZ6FWRJ5P43EMLMD6' where id=8; -update noar ti set v0='5XZ6FWRJ5P43EMLMD6' where id=8; -update noar tt set b0='X' where id=8; -update noar ti set b0='X' where id=8; -update noar tt set v0='DMHVL7SHYJADINV' where id=8; -update noar ti set v0='DMHVL7SHYJADINV' where id=8; -update noar tt set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8; -update noar ti set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8; -update noar tt set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8; -update noar ti set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8; -update noar tt set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8; -update noar ti set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8; -update noar tt set v0='JCL6BMQ96LMYV5' where id=9; -update noar ti set v0='JCL6BMQ96LMYV5' where id=9; -update noar tt set b0='H0G31IKJRM7ZAWQEIXD' where id=9; -update noar ti set b0='H0G31IKJRM7ZAWQEIXD' where id=9; -update noar tt set v0='EF89U9AM4NSCDYN' where id=9; -update noar ti set v0='EF89U9AM4NSCDYN' where id=9; -update noar tt set b1='97K4W4SVM86MJ60X' where id=9; -update noar ti set b1='97K4W4SVM86MJ60X' where id=9; -update noar tt set v0='XVKM0Q9' where id=9; -update noar ti set v0='XVKM0Q9' where id=9; -update noar tt set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9; -update noar ti set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='DPBVHLPKWMWULUJG' where id=1; -update noar ti set v0='DPBVHLPKWMWULUJG' where id=1; -update noar tt set b0='JLRR6KMZKYE14QLM3C' where id=1; -update noar ti set b0='JLRR6KMZKYE14QLM3C' where id=1; -update noar tt set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1; -update noar ti set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1; -update noar tt set b1='BE643WDQVTNJ05CZTK4' where id=1; -update noar ti set b1='BE643WDQVTNJ05CZTK4' where id=1; -update noar tt set v0='OGR24I' where id=1; -update noar ti set v0='OGR24I' where id=1; -update noar tt set b2='ASHKPG' where id=1; -update noar ti set b2='ASHKPG' where id=1; -update noar tt set v0='PY' where id=2; -update noar ti set v0='PY' where id=2; -update noar tt set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2; -update noar ti set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2; -update noar tt set v0='AF' where id=2; -update noar ti set v0='AF' where id=2; -update noar tt set b1='YP' where id=2; -update noar ti set b1='YP' where id=2; -update noar tt set v0='S1' where id=2; -update noar ti set v0='S1' where id=2; -update noar tt set b2='KRNT33UF877E8D66TU02NNRXY' where id=2; -update noar ti set b2='KRNT33UF877E8D66TU02NNRXY' where id=2; -update noar tt set v0='VSJGHLTY8' where id=3; -update noar ti set v0='VSJGHLTY8' where id=3; -update noar tt set b0='T07R29PLQL5MMX' where id=3; -update noar ti set b0='T07R29PLQL5MMX' where id=3; -update noar tt set v0='MEMFPA6F3U56FIAO' where id=3; -update noar ti set v0='MEMFPA6F3U56FIAO' where id=3; -update noar tt set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3; -update noar ti set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3; -update noar tt set v0='5R' where id=3; -update noar ti set v0='5R' where id=3; -update noar tt set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3; -update noar ti set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3; -update noar tt set v0='NH0XB' where id=4; -update noar ti set v0='NH0XB' where id=4; -update noar tt set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4; -update noar ti set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4; -update noar tt set v0='9P9RKH2Y85FEVODV10D727F' where id=4; -update noar ti set v0='9P9RKH2Y85FEVODV10D727F' where id=4; -update noar tt set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4; -update noar ti set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4; -update noar tt set v0='70U3RQ49YBC1Z' where id=4; -update noar ti set v0='70U3RQ49YBC1Z' where id=4; -update noar tt set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4; -update noar ti set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4; -update noar tt set v0='VJIZQR' where id=5; -update noar ti set v0='VJIZQR' where id=5; -update noar tt set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5; -update noar ti set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5; -update noar tt set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5; -update noar ti set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5; -update noar tt set b1='8WW3AAJD04B3BXCG' where id=5; -update noar ti set b1='8WW3AAJD04B3BXCG' where id=5; -update noar tt set v0='DZO5UHVKBCY2YX' where id=5; -update noar ti set v0='DZO5UHVKBCY2YX' where id=5; -update noar tt set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5; -update noar ti set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5; -update noar tt set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6; -update noar ti set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6; -update noar tt set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6; -update noar ti set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6; -update noar tt set v0='KZ2' where id=6; -update noar ti set v0='KZ2' where id=6; -update noar tt set b1='Q38Q533JRLU12BMG73V6NP' where id=6; -update noar ti set b1='Q38Q533JRLU12BMG73V6NP' where id=6; -update noar tt set v0='MIP3EAAH4' where id=6; -update noar ti set v0='MIP3EAAH4' where id=6; -update noar tt set b2='3RO9JWRVN140L' where id=6; -update noar ti set b2='3RO9JWRVN140L' where id=6; -update noar tt set v0='M06FWZ7NCZSFI' where id=7; -update noar ti set v0='M06FWZ7NCZSFI' where id=7; -update noar tt set b0='I1' where id=7; -update noar ti set b0='I1' where id=7; -update noar tt set v0='KKD8J8QG' where id=7; -update noar ti set v0='KKD8J8QG' where id=7; -update noar tt set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7; -update noar ti set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7; -update noar tt set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7; -update noar ti set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7; -update noar tt set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7; -update noar ti set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7; -update noar tt set v0='UFN199EXA4BGPML' where id=8; -update noar ti set v0='UFN199EXA4BGPML' where id=8; -update noar tt set b0='DGI7MQXFOAZJARDUC2EFT' where id=8; -update noar ti set b0='DGI7MQXFOAZJARDUC2EFT' where id=8; -update noar tt set v0='BGU' where id=8; -update noar ti set v0='BGU' where id=8; -update noar tt set b1='KKW8BEMYDAQBP1JCN' where id=8; -update noar ti set b1='KKW8BEMYDAQBP1JCN' where id=8; -update noar tt set v0='YNG3VJZUJCA' where id=8; -update noar ti set v0='YNG3VJZUJCA' where id=8; -update noar tt set b2='L' where id=8; -update noar ti set b2='L' where id=8; -update noar tt set v0='MINRP' where id=9; -update noar ti set v0='MINRP' where id=9; -update noar tt set b0='506LVCZ' where id=9; -update noar ti set b0='506LVCZ' where id=9; -update noar tt set v0='MMXHLKXDM' where id=9; -update noar ti set v0='MMXHLKXDM' where id=9; -update noar tt set b1='QDHBE755V3W9A73TVKE' where id=9; -update noar ti set b1='QDHBE755V3W9A73TVKE' where id=9; -update noar tt set v0='VWVR8L3ZF1JMADSDUF2' where id=9; -update noar ti set v0='VWVR8L3ZF1JMADSDUF2' where id=9; -update noar tt set b2='6AICB3TQLAHVJ' where id=9; -update noar ti set b2='6AICB3TQLAHVJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='0AL83Q2S5J81R' where id=1; -update noar ti set v0='0AL83Q2S5J81R' where id=1; -update noar tt set b0='TIFCWHGSX' where id=1; -update noar ti set b0='TIFCWHGSX' where id=1; -update noar tt set v0='X3' where id=1; -update noar ti set v0='X3' where id=1; -update noar tt set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1; -update noar ti set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1; -update noar tt set v0='UWR' where id=1; -update noar ti set v0='UWR' where id=1; -update noar tt set b2='S2F78TIABEB8F4F92' where id=1; -update noar ti set b2='S2F78TIABEB8F4F92' where id=1; -update noar tt set v0='2KDUHNXJRUY2' where id=2; -update noar ti set v0='2KDUHNXJRUY2' where id=2; -update noar tt set b0='GI00LGX32WB' where id=2; -update noar ti set b0='GI00LGX32WB' where id=2; -update noar tt set v0='8IJPQB5QY62V30QNP' where id=2; -update noar ti set v0='8IJPQB5QY62V30QNP' where id=2; -update noar tt set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2; -update noar ti set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2; -update noar tt set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2; -update noar ti set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2; -update noar tt set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2; -update noar ti set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2; -update noar tt set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3; -update noar ti set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3; -update noar tt set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3; -update noar ti set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3; -update noar tt set v0='D2CTCQV' where id=3; -update noar ti set v0='D2CTCQV' where id=3; -update noar tt set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3; -update noar ti set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3; -update noar tt set v0='UFPM3BZ1L39KCUV4EMEU' where id=3; -update noar ti set v0='UFPM3BZ1L39KCUV4EMEU' where id=3; -update noar tt set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3; -update noar ti set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3; -update noar tt set v0='YW9Y2' where id=4; -update noar ti set v0='YW9Y2' where id=4; -update noar tt set b0='S66AEROOH4IV9' where id=4; -update noar ti set b0='S66AEROOH4IV9' where id=4; -update noar tt set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4; -update noar ti set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4; -update noar tt set b1='366U66S2T9JNP' where id=4; -update noar ti set b1='366U66S2T9JNP' where id=4; -update noar tt set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4; -update noar ti set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4; -update noar tt set b2='O5BJD1RXAE7YC03T5' where id=4; -update noar ti set b2='O5BJD1RXAE7YC03T5' where id=4; -update noar tt set v0='Q4XSM6EDTJC' where id=5; -update noar ti set v0='Q4XSM6EDTJC' where id=5; -update noar tt set b0='IT72' where id=5; -update noar ti set b0='IT72' where id=5; -update noar tt set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5; -update noar ti set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5; -update noar tt set b1='SR0RDFEJYDVJ36X047H5ML' where id=5; -update noar ti set b1='SR0RDFEJYDVJ36X047H5ML' where id=5; -update noar tt set v0='38G7' where id=5; -update noar ti set v0='38G7' where id=5; -update noar tt set b2='F8IC8EKXZVVGG3WBDXP' where id=5; -update noar ti set b2='F8IC8EKXZVVGG3WBDXP' where id=5; -update noar tt set v0='CTK5UK51O' where id=6; -update noar ti set v0='CTK5UK51O' where id=6; -update noar tt set b0='L1P6AYNNZ8FJ' where id=6; -update noar ti set b0='L1P6AYNNZ8FJ' where id=6; -update noar tt set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6; -update noar ti set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6; -update noar tt set b1='FPHV49XBPAUG' where id=6; -update noar ti set b1='FPHV49XBPAUG' where id=6; -update noar tt set v0='EV6MQJQCP' where id=6; -update noar ti set v0='EV6MQJQCP' where id=6; -update noar tt set b2='TCD7BHFAEX3V8ULH0I' where id=6; -update noar ti set b2='TCD7BHFAEX3V8ULH0I' where id=6; -update noar tt set v0='8SBDXZHEIZXXZWRODV' where id=7; -update noar ti set v0='8SBDXZHEIZXXZWRODV' where id=7; -update noar tt set b0='DNEDD7U3J8E2' where id=7; -update noar ti set b0='DNEDD7U3J8E2' where id=7; -update noar tt set v0='QLM0PKRSHEWD97V4W0980N0' where id=7; -update noar ti set v0='QLM0PKRSHEWD97V4W0980N0' where id=7; -update noar tt set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7; -update noar ti set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7; -update noar tt set v0='TJG7FYG2' where id=7; -update noar ti set v0='TJG7FYG2' where id=7; -update noar tt set b2='XJ77US2RX27X13UP2XNVQ9' where id=7; -update noar ti set b2='XJ77US2RX27X13UP2XNVQ9' where id=7; -update noar tt set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8; -update noar ti set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8; -update noar tt set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8; -update noar ti set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8; -update noar tt set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8; -update noar ti set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8; -update noar tt set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8; -update noar ti set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8; -update noar tt set v0='2A7JLBC66U7M2XKQH' where id=8; -update noar ti set v0='2A7JLBC66U7M2XKQH' where id=8; -update noar tt set b2='68ZZQ' where id=8; -update noar ti set b2='68ZZQ' where id=8; -update noar tt set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9; -update noar ti set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9; -update noar tt set b0='PUJFIX793HCU' where id=9; -update noar ti set b0='PUJFIX793HCU' where id=9; -update noar tt set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9; -update noar ti set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9; -update noar tt set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9; -update noar ti set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9; -update noar tt set v0='IQD' where id=9; -update noar ti set v0='IQD' where id=9; -update noar tt set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9; -update noar ti set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='FME77XFX8HT' where id=1; -update noar ti set v0='FME77XFX8HT' where id=1; -update noar tt set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1; -update noar ti set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1; -update noar tt set v0='M3LZN8GQH98FM' where id=1; -update noar ti set v0='M3LZN8GQH98FM' where id=1; -update noar tt set b1='4P9VBC31GLFT' where id=1; -update noar ti set b1='4P9VBC31GLFT' where id=1; -update noar tt set v0='DEUK' where id=1; -update noar ti set v0='DEUK' where id=1; -update noar tt set b2='FNLX15HDQK' where id=1; -update noar ti set b2='FNLX15HDQK' where id=1; -update noar tt set v0='30A8KSEINAA9K' where id=2; -update noar ti set v0='30A8KSEINAA9K' where id=2; -update noar tt set b0='19Y4BUYPQORPRY36' where id=2; -update noar ti set b0='19Y4BUYPQORPRY36' where id=2; -update noar tt set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2; -update noar ti set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2; -update noar tt set b1='N87HND4V6Q4' where id=2; -update noar ti set b1='N87HND4V6Q4' where id=2; -update noar tt set v0='R7PYFPMJJ5G66E4Z2' where id=2; -update noar ti set v0='R7PYFPMJJ5G66E4Z2' where id=2; -update noar tt set b2='EGNRYF5AEZ0YDD' where id=2; -update noar ti set b2='EGNRYF5AEZ0YDD' where id=2; -update noar tt set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3; -update noar ti set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3; -update noar tt set b0='H4CBMCNTU' where id=3; -update noar ti set b0='H4CBMCNTU' where id=3; -update noar tt set v0='NN' where id=3; -update noar ti set v0='NN' where id=3; -update noar tt set b1='0GX2XQL4SHH' where id=3; -update noar ti set b1='0GX2XQL4SHH' where id=3; -update noar tt set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3; -update noar ti set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3; -update noar tt set b2='0GSN12RLPSONISN1U' where id=3; -update noar ti set b2='0GSN12RLPSONISN1U' where id=3; -update noar tt set v0='SNNDVAJT2CMC009OSE' where id=4; -update noar ti set v0='SNNDVAJT2CMC009OSE' where id=4; -update noar tt set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4; -update noar ti set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4; -update noar tt set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4; -update noar ti set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4; -update noar tt set b1='GTK3HFPND' where id=4; -update noar ti set b1='GTK3HFPND' where id=4; -update noar tt set v0='C8L65XAHG' where id=4; -update noar ti set v0='C8L65XAHG' where id=4; -update noar tt set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4; -update noar ti set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4; -update noar tt set v0='J' where id=5; -update noar ti set v0='J' where id=5; -update noar tt set b0='PEEAU5N47WR' where id=5; -update noar ti set b0='PEEAU5N47WR' where id=5; -update noar tt set v0='1Z738TO6E7' where id=5; -update noar ti set v0='1Z738TO6E7' where id=5; -update noar tt set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5; -update noar ti set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5; -update noar tt set v0='SEBBBYRQKOJ49O5WH' where id=5; -update noar ti set v0='SEBBBYRQKOJ49O5WH' where id=5; -update noar tt set b2='2OTVKSVF322JN' where id=5; -update noar ti set b2='2OTVKSVF322JN' where id=5; -update noar tt set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6; -update noar ti set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6; -update noar tt set b0='K58DLLPGH2X9I7USC15VVC' where id=6; -update noar ti set b0='K58DLLPGH2X9I7USC15VVC' where id=6; -update noar tt set v0='HU6ZB1HYH73YHL' where id=6; -update noar ti set v0='HU6ZB1HYH73YHL' where id=6; -update noar tt set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6; -update noar ti set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6; -update noar tt set v0='MV3OLMODIPFIVUSJVBQG' where id=6; -update noar ti set v0='MV3OLMODIPFIVUSJVBQG' where id=6; -update noar tt set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6; -update noar ti set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6; -update noar tt set v0='K3KMHHZEQS9HN1' where id=7; -update noar ti set v0='K3KMHHZEQS9HN1' where id=7; -update noar tt set b0='K251SWEDZDSL79' where id=7; -update noar ti set b0='K251SWEDZDSL79' where id=7; -update noar tt set v0='XO7M' where id=7; -update noar ti set v0='XO7M' where id=7; -update noar tt set b1='UMBDSPYMBHVHB3EI3' where id=7; -update noar ti set b1='UMBDSPYMBHVHB3EI3' where id=7; -update noar tt set v0='ZPWUCVI7VIT' where id=7; -update noar ti set v0='ZPWUCVI7VIT' where id=7; -update noar tt set b2='RKEU' where id=7; -update noar ti set b2='RKEU' where id=7; -update noar tt set v0='GJ1GV1DF' where id=8; -update noar ti set v0='GJ1GV1DF' where id=8; -update noar tt set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8; -update noar ti set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8; -update noar tt set v0='41MJM605CH4EWX373399TOA272CP' where id=8; -update noar ti set v0='41MJM605CH4EWX373399TOA272CP' where id=8; -update noar tt set b1='1RHPS5FOUBYVPAEC79D' where id=8; -update noar ti set b1='1RHPS5FOUBYVPAEC79D' where id=8; -update noar tt set v0='TGJZQ8CTPAER55BHD2S' where id=8; -update noar ti set v0='TGJZQ8CTPAER55BHD2S' where id=8; -update noar tt set b2='MFZA7IQPA4KGWU972E' where id=8; -update noar ti set b2='MFZA7IQPA4KGWU972E' where id=8; -update noar tt set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9; -update noar ti set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9; -update noar tt set b0='UCBC95REM4' where id=9; -update noar ti set b0='UCBC95REM4' where id=9; -update noar tt set v0='H8VW26' where id=9; -update noar ti set v0='H8VW26' where id=9; -update noar tt set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9; -update noar ti set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9; -update noar tt set v0='9V1MX0SZ00QXS' where id=9; -update noar ti set v0='9V1MX0SZ00QXS' where id=9; -update noar tt set b2='D9E15RPWMKOPTMQC' where id=9; -update noar ti set b2='D9E15RPWMKOPTMQC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='SJBTJFBY' where id=1; -update noar ti set v0='SJBTJFBY' where id=1; -update noar tt set b0='2P0BD7V89' where id=1; -update noar ti set b0='2P0BD7V89' where id=1; -update noar tt set v0='6DK7PVS' where id=1; -update noar ti set v0='6DK7PVS' where id=1; -update noar tt set b1='3EDI' where id=1; -update noar ti set b1='3EDI' where id=1; -update noar tt set v0='8RF' where id=1; -update noar ti set v0='8RF' where id=1; -update noar tt set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1; -update noar ti set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1; -update noar tt set v0='HJ798U3XK' where id=2; -update noar ti set v0='HJ798U3XK' where id=2; -update noar tt set b0='YHHQZ' where id=2; -update noar ti set b0='YHHQZ' where id=2; -update noar tt set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2; -update noar ti set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2; -update noar tt set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2; -update noar ti set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2; -update noar tt set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2; -update noar ti set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2; -update noar tt set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2; -update noar ti set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2; -update noar tt set v0='X3JSOWS7KOB9NV3V' where id=3; -update noar ti set v0='X3JSOWS7KOB9NV3V' where id=3; -update noar tt set b0='NO' where id=3; -update noar ti set b0='NO' where id=3; -update noar tt set v0='KXJZU0Z0K2RMGU9' where id=3; -update noar ti set v0='KXJZU0Z0K2RMGU9' where id=3; -update noar tt set b1='XS8ORTD7FLQG1E0' where id=3; -update noar ti set b1='XS8ORTD7FLQG1E0' where id=3; -update noar tt set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3; -update noar ti set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3; -update noar tt set b2='LPUO39GEGZ' where id=3; -update noar ti set b2='LPUO39GEGZ' where id=3; -update noar tt set v0='GEXJ5RTDCE' where id=4; -update noar ti set v0='GEXJ5RTDCE' where id=4; -update noar tt set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4; -update noar ti set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4; -update noar tt set v0='LP' where id=4; -update noar ti set v0='LP' where id=4; -update noar tt set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4; -update noar ti set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4; -update noar tt set v0='SF574' where id=4; -update noar ti set v0='SF574' where id=4; -update noar tt set b2='8PWGL3C' where id=4; -update noar ti set b2='8PWGL3C' where id=4; -update noar tt set v0='FW0TYH58E8UC1JD26J5LI' where id=5; -update noar ti set v0='FW0TYH58E8UC1JD26J5LI' where id=5; -update noar tt set b0='056' where id=5; -update noar ti set b0='056' where id=5; -update noar tt set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5; -update noar ti set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5; -update noar tt set b1='TRJ' where id=5; -update noar ti set b1='TRJ' where id=5; -update noar tt set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5; -update noar ti set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5; -update noar tt set b2='ADG2SMIWRR' where id=5; -update noar ti set b2='ADG2SMIWRR' where id=5; -update noar tt set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6; -update noar ti set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6; -update noar tt set b0='8ETYMSQO' where id=6; -update noar ti set b0='8ETYMSQO' where id=6; -update noar tt set v0='XDX17PMRJT4GT' where id=6; -update noar ti set v0='XDX17PMRJT4GT' where id=6; -update noar tt set b1='O3K9ZTZ9PO867' where id=6; -update noar ti set b1='O3K9ZTZ9PO867' where id=6; -update noar tt set v0='0' where id=6; -update noar ti set v0='0' where id=6; -update noar tt set b2='OAQJQ0' where id=6; -update noar ti set b2='OAQJQ0' where id=6; -update noar tt set v0='D1RD' where id=7; -update noar ti set v0='D1RD' where id=7; -update noar tt set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7; -update noar ti set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7; -update noar tt set v0='Y6PJ' where id=7; -update noar ti set v0='Y6PJ' where id=7; -update noar tt set b1='99SOGZBAHF' where id=7; -update noar ti set b1='99SOGZBAHF' where id=7; -update noar tt set v0='OG38T' where id=7; -update noar ti set v0='OG38T' where id=7; -update noar tt set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7; -update noar ti set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7; -update noar tt set v0='MQXX0R6UY1O' where id=8; -update noar ti set v0='MQXX0R6UY1O' where id=8; -update noar tt set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8; -update noar ti set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8; -update noar tt set v0='F96K5MZ6OYLK' where id=8; -update noar ti set v0='F96K5MZ6OYLK' where id=8; -update noar tt set b1='XXP79A9TH5E1NL1X3WZ' where id=8; -update noar ti set b1='XXP79A9TH5E1NL1X3WZ' where id=8; -update noar tt set v0='A' where id=8; -update noar ti set v0='A' where id=8; -update noar tt set b2='OCT0W2941UU0XWFMG29' where id=8; -update noar ti set b2='OCT0W2941UU0XWFMG29' where id=8; -update noar tt set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9; -update noar ti set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9; -update noar tt set b0='6' where id=9; -update noar ti set b0='6' where id=9; -update noar tt set v0='OF3UCX5SKADQ4KIF' where id=9; -update noar ti set v0='OF3UCX5SKADQ4KIF' where id=9; -update noar tt set b1='BYTQG9EQJVQTJIIC8' where id=9; -update noar ti set b1='BYTQG9EQJVQTJIIC8' where id=9; -update noar tt set v0='JSN3NW5EJJU4C540BZJZHK' where id=9; -update noar ti set v0='JSN3NW5EJJU4C540BZJZHK' where id=9; -update noar tt set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9; -update noar ti set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1; -update noar ti set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1; -update noar tt set b0='5ZUR86QBTVDP93LIQ' where id=1; -update noar ti set b0='5ZUR86QBTVDP93LIQ' where id=1; -update noar tt set v0='5GNLQ' where id=1; -update noar ti set v0='5GNLQ' where id=1; -update noar tt set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1; -update noar ti set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1; -update noar tt set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1; -update noar ti set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1; -update noar tt set b2='QOA2PY6H1OP16DVOD1PC4' where id=1; -update noar ti set b2='QOA2PY6H1OP16DVOD1PC4' where id=1; -update noar tt set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2; -update noar ti set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2; -update noar tt set b0='FOPAO85BB78ZCT5U18M9JD' where id=2; -update noar ti set b0='FOPAO85BB78ZCT5U18M9JD' where id=2; -update noar tt set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2; -update noar ti set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2; -update noar tt set b1='TEY962JR9OE' where id=2; -update noar ti set b1='TEY962JR9OE' where id=2; -update noar tt set v0='CPFZ4IO' where id=2; -update noar ti set v0='CPFZ4IO' where id=2; -update noar tt set b2='HKSDHDHLX9P' where id=2; -update noar ti set b2='HKSDHDHLX9P' where id=2; -update noar tt set v0='QHXL2WU17IT' where id=3; -update noar ti set v0='QHXL2WU17IT' where id=3; -update noar tt set b0='I06H1EKO1NIMYJXF2O5C' where id=3; -update noar ti set b0='I06H1EKO1NIMYJXF2O5C' where id=3; -update noar tt set v0='UPT67K6K7FC8Z2' where id=3; -update noar ti set v0='UPT67K6K7FC8Z2' where id=3; -update noar tt set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3; -update noar ti set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3; -update noar tt set v0='A2SJT6C0IWQKM9I3' where id=3; -update noar ti set v0='A2SJT6C0IWQKM9I3' where id=3; -update noar tt set b2='I5YEITB973H84PFGQZ3XG3J' where id=3; -update noar ti set b2='I5YEITB973H84PFGQZ3XG3J' where id=3; -update noar tt set v0='RW7' where id=4; -update noar ti set v0='RW7' where id=4; -update noar tt set b0='UJQ3Z4N5C3NS3832A' where id=4; -update noar ti set b0='UJQ3Z4N5C3NS3832A' where id=4; -update noar tt set v0='N00IXPQCHO3TB0P671' where id=4; -update noar ti set v0='N00IXPQCHO3TB0P671' where id=4; -update noar tt set b1='P7TP9H4FA' where id=4; -update noar ti set b1='P7TP9H4FA' where id=4; -update noar tt set v0='VG24O291JX0EYG5UY' where id=4; -update noar ti set v0='VG24O291JX0EYG5UY' where id=4; -update noar tt set b2='CIZ3EYAITJANDCXSMKWID' where id=4; -update noar ti set b2='CIZ3EYAITJANDCXSMKWID' where id=4; -update noar tt set v0='PSN1WAALUNSAT' where id=5; -update noar ti set v0='PSN1WAALUNSAT' where id=5; -update noar tt set b0='WE2T801L006YN9J' where id=5; -update noar ti set b0='WE2T801L006YN9J' where id=5; -update noar tt set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5; -update noar ti set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5; -update noar tt set b1='DJA7' where id=5; -update noar ti set b1='DJA7' where id=5; -update noar tt set v0='04OUGOZ0MK1' where id=5; -update noar ti set v0='04OUGOZ0MK1' where id=5; -update noar tt set b2='UFS' where id=5; -update noar ti set b2='UFS' where id=5; -update noar tt set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6; -update noar ti set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6; -update noar tt set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6; -update noar ti set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6; -update noar tt set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6; -update noar ti set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6; -update noar tt set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6; -update noar ti set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6; -update noar tt set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6; -update noar ti set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6; -update noar tt set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6; -update noar ti set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6; -update noar tt set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7; -update noar ti set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7; -update noar tt set b0='96LBU3UD38V1517X4X0' where id=7; -update noar ti set b0='96LBU3UD38V1517X4X0' where id=7; -update noar tt set v0='2IT7WZJWAIT0I' where id=7; -update noar ti set v0='2IT7WZJWAIT0I' where id=7; -update noar tt set b1='V3C4JW70IOP97RJWDMCSSX' where id=7; -update noar ti set b1='V3C4JW70IOP97RJWDMCSSX' where id=7; -update noar tt set v0='L9G3' where id=7; -update noar ti set v0='L9G3' where id=7; -update noar tt set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7; -update noar ti set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7; -update noar tt set v0='42NLOT4UQFS' where id=8; -update noar ti set v0='42NLOT4UQFS' where id=8; -update noar tt set b0='S62B8XDFSSQ0' where id=8; -update noar ti set b0='S62B8XDFSSQ0' where id=8; -update noar tt set v0='X76ZFPSI6' where id=8; -update noar ti set v0='X76ZFPSI6' where id=8; -update noar tt set b1='FXK' where id=8; -update noar ti set b1='FXK' where id=8; -update noar tt set v0='MSNUUCHC4D' where id=8; -update noar ti set v0='MSNUUCHC4D' where id=8; -update noar tt set b2='T0XXZ3DB' where id=8; -update noar ti set b2='T0XXZ3DB' where id=8; -update noar tt set v0='I8IWTMSE' where id=9; -update noar ti set v0='I8IWTMSE' where id=9; -update noar tt set b0='1UO' where id=9; -update noar ti set b0='1UO' where id=9; -update noar tt set v0='JT' where id=9; -update noar ti set v0='JT' where id=9; -update noar tt set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9; -update noar ti set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9; -update noar tt set v0='TH5E9Z' where id=9; -update noar ti set v0='TH5E9Z' where id=9; -update noar tt set b2='222NO4NTFXSOM57' where id=9; -update noar ti set b2='222NO4NTFXSOM57' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='5YIBB5UNICW9845FJBUCTO' where id=1; -update noar ti set v0='5YIBB5UNICW9845FJBUCTO' where id=1; -update noar tt set b0='MXN7' where id=1; -update noar ti set b0='MXN7' where id=1; -update noar tt set v0='KUJVXXVC7JOR5DQP' where id=1; -update noar ti set v0='KUJVXXVC7JOR5DQP' where id=1; -update noar tt set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1; -update noar ti set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1; -update noar tt set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1; -update noar ti set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1; -update noar tt set b2='NPZQWM6' where id=1; -update noar ti set b2='NPZQWM6' where id=1; -update noar tt set v0='7IIYB8' where id=2; -update noar ti set v0='7IIYB8' where id=2; -update noar tt set b0='3XA8WDH4ILAZXZ3MYN' where id=2; -update noar ti set b0='3XA8WDH4ILAZXZ3MYN' where id=2; -update noar tt set v0='T3QGJ9J7NRHJI6K1D' where id=2; -update noar ti set v0='T3QGJ9J7NRHJI6K1D' where id=2; -update noar tt set b1='HY' where id=2; -update noar ti set b1='HY' where id=2; -update noar tt set v0='YDV2S0YCTQ8RASJJ2HS' where id=2; -update noar ti set v0='YDV2S0YCTQ8RASJJ2HS' where id=2; -update noar tt set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2; -update noar ti set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2; -update noar tt set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3; -update noar ti set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3; -update noar tt set b0='E8DE7XU' where id=3; -update noar ti set b0='E8DE7XU' where id=3; -update noar tt set v0='GRAD2LTLER' where id=3; -update noar ti set v0='GRAD2LTLER' where id=3; -update noar tt set b1='CPKQOCLGYDOP18' where id=3; -update noar ti set b1='CPKQOCLGYDOP18' where id=3; -update noar tt set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3; -update noar ti set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3; -update noar tt set b2='YI' where id=3; -update noar ti set b2='YI' where id=3; -update noar tt set v0='H' where id=4; -update noar ti set v0='H' where id=4; -update noar tt set b0='VNFPJJKXK91C' where id=4; -update noar ti set b0='VNFPJJKXK91C' where id=4; -update noar tt set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4; -update noar ti set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4; -update noar tt set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4; -update noar ti set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4; -update noar tt set v0='V' where id=4; -update noar ti set v0='V' where id=4; -update noar tt set b2='00Z6QQ' where id=4; -update noar ti set b2='00Z6QQ' where id=4; -update noar tt set v0='53C8BD8' where id=5; -update noar ti set v0='53C8BD8' where id=5; -update noar tt set b0='6LM17NK1' where id=5; -update noar ti set b0='6LM17NK1' where id=5; -update noar tt set v0='Y0TUAR0QU0QO8U' where id=5; -update noar ti set v0='Y0TUAR0QU0QO8U' where id=5; -update noar tt set b1='0CPIUW' where id=5; -update noar ti set b1='0CPIUW' where id=5; -update noar tt set v0='TXX80PRDST6ZKF' where id=5; -update noar ti set v0='TXX80PRDST6ZKF' where id=5; -update noar tt set b2='ANHBGV8GFJM' where id=5; -update noar ti set b2='ANHBGV8GFJM' where id=5; -update noar tt set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6; -update noar ti set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6; -update noar tt set b0='K0OHWH6TGS3XN' where id=6; -update noar ti set b0='K0OHWH6TGS3XN' where id=6; -update noar tt set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6; -update noar ti set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6; -update noar tt set b1='5' where id=6; -update noar ti set b1='5' where id=6; -update noar tt set v0='5KA8V1OMWDB2Z9UDYQK' where id=6; -update noar ti set v0='5KA8V1OMWDB2Z9UDYQK' where id=6; -update noar tt set b2='817L591' where id=6; -update noar ti set b2='817L591' where id=6; -update noar tt set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7; -update noar ti set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7; -update noar tt set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7; -update noar ti set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7; -update noar tt set v0='H54KHZJB5' where id=7; -update noar ti set v0='H54KHZJB5' where id=7; -update noar tt set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7; -update noar ti set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7; -update noar tt set v0='4UF9' where id=7; -update noar ti set v0='4UF9' where id=7; -update noar tt set b2='CBD6U6MUZHWS4RY1W5' where id=7; -update noar ti set b2='CBD6U6MUZHWS4RY1W5' where id=7; -update noar tt set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8; -update noar ti set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8; -update noar tt set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8; -update noar ti set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b1='SSR74TAPELE03RMYQAFT' where id=8; -update noar ti set b1='SSR74TAPELE03RMYQAFT' where id=8; -update noar tt set v0='07GYC0C26KXP37NWZE1MO' where id=8; -update noar ti set v0='07GYC0C26KXP37NWZE1MO' where id=8; -update noar tt set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8; -update noar ti set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8; -update noar tt set v0='PVQ50MWWW' where id=9; -update noar ti set v0='PVQ50MWWW' where id=9; -update noar tt set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9; -update noar ti set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9; -update noar tt set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9; -update noar ti set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9; -update noar tt set b1='7RUY5OQDD8' where id=9; -update noar ti set b1='7RUY5OQDD8' where id=9; -update noar tt set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9; -update noar ti set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9; -update noar tt set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9; -update noar ti set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='S3WOBYMKV629I7E1XUJCG163' where id=1; -update noar ti set v0='S3WOBYMKV629I7E1XUJCG163' where id=1; -update noar tt set b0='7GSYV' where id=1; -update noar ti set b0='7GSYV' where id=1; -update noar tt set v0='JMP59E0SBEI5UKS2CF1' where id=1; -update noar ti set v0='JMP59E0SBEI5UKS2CF1' where id=1; -update noar tt set b1='BR44HNYO9JJV9NNPMVST' where id=1; -update noar ti set b1='BR44HNYO9JJV9NNPMVST' where id=1; -update noar tt set v0='R4NKM8LXH2' where id=1; -update noar ti set v0='R4NKM8LXH2' where id=1; -update noar tt set b2='VE2LB0DFDES1CB97V' where id=1; -update noar ti set b2='VE2LB0DFDES1CB97V' where id=1; -update noar tt set v0='NWWCS9HVGWBNEBIMCZA23' where id=2; -update noar ti set v0='NWWCS9HVGWBNEBIMCZA23' where id=2; -update noar tt set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2; -update noar ti set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2; -update noar tt set v0='YUAQ3E' where id=2; -update noar ti set v0='YUAQ3E' where id=2; -update noar tt set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2; -update noar ti set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2; -update noar tt set v0='MJMLFBB' where id=2; -update noar ti set v0='MJMLFBB' where id=2; -update noar tt set b2='UT0ZYO6DKRZIG54C772MDG' where id=2; -update noar ti set b2='UT0ZYO6DKRZIG54C772MDG' where id=2; -update noar tt set v0='BWTS5XCE563B61T3CP4DMO' where id=3; -update noar ti set v0='BWTS5XCE563B61T3CP4DMO' where id=3; -update noar tt set b0='EIW7WSKT0MEGBJJMEO' where id=3; -update noar ti set b0='EIW7WSKT0MEGBJJMEO' where id=3; -update noar tt set v0='EPICL7Z14LG9' where id=3; -update noar ti set v0='EPICL7Z14LG9' where id=3; -update noar tt set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3; -update noar ti set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3; -update noar tt set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3; -update noar ti set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3; -update noar tt set b2='IALFJJ7K40IXNQU8' where id=3; -update noar ti set b2='IALFJJ7K40IXNQU8' where id=3; -update noar tt set v0='ORHEIO52QFHWJ4A3' where id=4; -update noar ti set v0='ORHEIO52QFHWJ4A3' where id=4; -update noar tt set b0='GRYJN4R2AHE' where id=4; -update noar ti set b0='GRYJN4R2AHE' where id=4; -update noar tt set v0='V37WORKOR9O' where id=4; -update noar ti set v0='V37WORKOR9O' where id=4; -update noar tt set b1='FDBVAG' where id=4; -update noar ti set b1='FDBVAG' where id=4; -update noar tt set v0='UZBFL9UHEPE7OTV04GETP' where id=4; -update noar ti set v0='UZBFL9UHEPE7OTV04GETP' where id=4; -update noar tt set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4; -update noar ti set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4; -update noar tt set v0='KADFFXAAU5QLA9T5BLPL583' where id=5; -update noar ti set v0='KADFFXAAU5QLA9T5BLPL583' where id=5; -update noar tt set b0='36S59X86VT' where id=5; -update noar ti set b0='36S59X86VT' where id=5; -update noar tt set v0='FX5EHG28EHYWCRLL6' where id=5; -update noar ti set v0='FX5EHG28EHYWCRLL6' where id=5; -update noar tt set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5; -update noar ti set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5; -update noar tt set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5; -update noar ti set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5; -update noar tt set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5; -update noar ti set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5; -update noar tt set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6; -update noar ti set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6; -update noar tt set b0='QD97N3TTIL3' where id=6; -update noar ti set b0='QD97N3TTIL3' where id=6; -update noar tt set v0='4NF378ECWJ' where id=6; -update noar ti set v0='4NF378ECWJ' where id=6; -update noar tt set b1='LAAW46MQHWT6A' where id=6; -update noar ti set b1='LAAW46MQHWT6A' where id=6; -update noar tt set v0='2FTO3NIS' where id=6; -update noar ti set v0='2FTO3NIS' where id=6; -update noar tt set b2='WEB38FB8YMHHLCPV' where id=6; -update noar ti set b2='WEB38FB8YMHHLCPV' where id=6; -update noar tt set v0='ZNXXVVB' where id=7; -update noar ti set v0='ZNXXVVB' where id=7; -update noar tt set b0='UF5P19DYI3' where id=7; -update noar ti set b0='UF5P19DYI3' where id=7; -update noar tt set v0='1UBGXLDMB' where id=7; -update noar ti set v0='1UBGXLDMB' where id=7; -update noar tt set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7; -update noar ti set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7; -update noar tt set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7; -update noar ti set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7; -update noar tt set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7; -update noar ti set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7; -update noar tt set v0='LUWLJORIA7POZCB' where id=8; -update noar ti set v0='LUWLJORIA7POZCB' where id=8; -update noar tt set b0='2TVGNOR' where id=8; -update noar ti set b0='2TVGNOR' where id=8; -update noar tt set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8; -update noar ti set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8; -update noar tt set b1='O170TG' where id=8; -update noar ti set b1='O170TG' where id=8; -update noar tt set v0='GIYB3SKHI1YHZFV' where id=8; -update noar ti set v0='GIYB3SKHI1YHZFV' where id=8; -update noar tt set b2='XBJEJ7IZNL22RHKA' where id=8; -update noar ti set b2='XBJEJ7IZNL22RHKA' where id=8; -update noar tt set v0='3KFAL' where id=9; -update noar ti set v0='3KFAL' where id=9; -update noar tt set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9; -update noar ti set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9; -update noar tt set v0='J4WP' where id=9; -update noar ti set v0='J4WP' where id=9; -update noar tt set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9; -update noar ti set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9; -update noar tt set v0='KU' where id=9; -update noar ti set v0='KU' where id=9; -update noar tt set b2='E8T' where id=9; -update noar ti set b2='E8T' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1; -update noar ti set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1; -update noar tt set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1; -update noar ti set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1; -update noar tt set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1; -update noar ti set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1; -update noar tt set b1='MUYE4FEQZ5' where id=1; -update noar ti set b1='MUYE4FEQZ5' where id=1; -update noar tt set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1; -update noar ti set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1; -update noar tt set b2='TWCPR' where id=1; -update noar ti set b2='TWCPR' where id=1; -update noar tt set v0='MTEZE8LTCJPIDKSJWXE' where id=2; -update noar ti set v0='MTEZE8LTCJPIDKSJWXE' where id=2; -update noar tt set b0='QIAIZUVDN8YM' where id=2; -update noar ti set b0='QIAIZUVDN8YM' where id=2; -update noar tt set v0='TFGRNU2QU' where id=2; -update noar ti set v0='TFGRNU2QU' where id=2; -update noar tt set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2; -update noar ti set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2; -update noar tt set v0='JE' where id=2; -update noar ti set v0='JE' where id=2; -update noar tt set b2='3QYP8R05V8ST' where id=2; -update noar ti set b2='3QYP8R05V8ST' where id=2; -update noar tt set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3; -update noar ti set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3; -update noar tt set b0='PA7IDPT95SW2OW5' where id=3; -update noar ti set b0='PA7IDPT95SW2OW5' where id=3; -update noar tt set v0='2X6H0H' where id=3; -update noar ti set v0='2X6H0H' where id=3; -update noar tt set b1='8BQHCICPE' where id=3; -update noar ti set b1='8BQHCICPE' where id=3; -update noar tt set v0='WFVTH1Q9O4BP5A14957VS' where id=3; -update noar ti set v0='WFVTH1Q9O4BP5A14957VS' where id=3; -update noar tt set b2='DRZ3JOLF9BE' where id=3; -update noar ti set b2='DRZ3JOLF9BE' where id=3; -update noar tt set v0='39W8FXHK14GYLKHCUS' where id=4; -update noar ti set v0='39W8FXHK14GYLKHCUS' where id=4; -update noar tt set b0='PY20H353UIANN3I8G8O9AKY' where id=4; -update noar ti set b0='PY20H353UIANN3I8G8O9AKY' where id=4; -update noar tt set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4; -update noar ti set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4; -update noar tt set b1='J1GRMTVT746A63V3BKHD3U' where id=4; -update noar ti set b1='J1GRMTVT746A63V3BKHD3U' where id=4; -update noar tt set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4; -update noar ti set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4; -update noar tt set b2='X6VKEIHA' where id=4; -update noar ti set b2='X6VKEIHA' where id=4; -update noar tt set v0='2HM74' where id=5; -update noar ti set v0='2HM74' where id=5; -update noar tt set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5; -update noar ti set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5; -update noar tt set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5; -update noar ti set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5; -update noar tt set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5; -update noar ti set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5; -update noar tt set v0='6PT4RS2L' where id=5; -update noar ti set v0='6PT4RS2L' where id=5; -update noar tt set b2='NRH' where id=5; -update noar ti set b2='NRH' where id=5; -update noar tt set v0='AO9REU3AKJ2HN' where id=6; -update noar ti set v0='AO9REU3AKJ2HN' where id=6; -update noar tt set b0='344IMAFNYWN1VPNIO8G3QP' where id=6; -update noar ti set b0='344IMAFNYWN1VPNIO8G3QP' where id=6; -update noar tt set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6; -update noar ti set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6; -update noar tt set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6; -update noar ti set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6; -update noar tt set v0='ZAWIH0Z032M68' where id=6; -update noar ti set v0='ZAWIH0Z032M68' where id=6; -update noar tt set b2='DQ41UB' where id=6; -update noar ti set b2='DQ41UB' where id=6; -update noar tt set v0='YMFQS5' where id=7; -update noar ti set v0='YMFQS5' where id=7; -update noar tt set b0='5EWX' where id=7; -update noar ti set b0='5EWX' where id=7; -update noar tt set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7; -update noar ti set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7; -update noar tt set b1='0PGUONFQBMKD' where id=7; -update noar ti set b1='0PGUONFQBMKD' where id=7; -update noar tt set v0='UNOLJ35TQJVFXZCV' where id=7; -update noar ti set v0='UNOLJ35TQJVFXZCV' where id=7; -update noar tt set b2='1J3L' where id=7; -update noar ti set b2='1J3L' where id=7; -update noar tt set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8; -update noar ti set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8; -update noar tt set b0='0IY0' where id=8; -update noar ti set b0='0IY0' where id=8; -update noar tt set v0='6L1B8FLDQE7M1HCLY0GG' where id=8; -update noar ti set v0='6L1B8FLDQE7M1HCLY0GG' where id=8; -update noar tt set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8; -update noar ti set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8; -update noar tt set v0='IP' where id=8; -update noar ti set v0='IP' where id=8; -update noar tt set b2='7' where id=8; -update noar ti set b2='7' where id=8; -update noar tt set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9; -update noar ti set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9; -update noar tt set b0='YPPN52C7IPNUK' where id=9; -update noar ti set b0='YPPN52C7IPNUK' where id=9; -update noar tt set v0='XEDMBXRTD253UJ' where id=9; -update noar ti set v0='XEDMBXRTD253UJ' where id=9; -update noar tt set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9; -update noar ti set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9; -update noar tt set v0='J' where id=9; -update noar ti set v0='J' where id=9; -update noar tt set b2='DP7RSS29NH6W' where id=9; -update noar ti set b2='DP7RSS29NH6W' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 mediumblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='D9' where id=1; -update noar ti set v0='D9' where id=1; -update noar tt set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1; -update noar ti set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1; -update noar tt set v0='QR0EKGQ5YUDOT57D3T5' where id=1; -update noar ti set v0='QR0EKGQ5YUDOT57D3T5' where id=1; -update noar tt set b1='EE2R5' where id=1; -update noar ti set b1='EE2R5' where id=1; -update noar tt set v0='HL2F1D8CBB' where id=1; -update noar ti set v0='HL2F1D8CBB' where id=1; -update noar tt set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1; -update noar ti set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1; -update noar tt set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2; -update noar ti set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2; -update noar tt set b0='JFHS' where id=2; -update noar ti set b0='JFHS' where id=2; -update noar tt set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2; -update noar ti set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2; -update noar tt set b1='PM4IS8CHAS4' where id=2; -update noar ti set b1='PM4IS8CHAS4' where id=2; -update noar tt set v0='92BQAV8NM5BZQY94Q' where id=2; -update noar ti set v0='92BQAV8NM5BZQY94Q' where id=2; -update noar tt set b2='HOPYGDCR8Q' where id=2; -update noar ti set b2='HOPYGDCR8Q' where id=2; -update noar tt set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3; -update noar ti set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3; -update noar tt set b0='MXNUGECQVV10FM' where id=3; -update noar ti set b0='MXNUGECQVV10FM' where id=3; -update noar tt set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3; -update noar ti set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3; -update noar tt set b1='6IF' where id=3; -update noar ti set b1='6IF' where id=3; -update noar tt set v0='JCIKPZFLSWSR' where id=3; -update noar ti set v0='JCIKPZFLSWSR' where id=3; -update noar tt set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3; -update noar ti set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3; -update noar tt set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4; -update noar ti set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4; -update noar tt set b0='3027K0E8VM7ZFUGKSFKH6' where id=4; -update noar ti set b0='3027K0E8VM7ZFUGKSFKH6' where id=4; -update noar tt set v0='UBQBM1AVW1Z48KF3' where id=4; -update noar ti set v0='UBQBM1AVW1Z48KF3' where id=4; -update noar tt set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4; -update noar ti set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4; -update noar tt set v0='SCLTUZ76N03DLZYQ' where id=4; -update noar ti set v0='SCLTUZ76N03DLZYQ' where id=4; -update noar tt set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4; -update noar ti set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4; -update noar tt set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5; -update noar ti set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5; -update noar tt set b0='I7X0FRJA666B65WR' where id=5; -update noar ti set b0='I7X0FRJA666B65WR' where id=5; -update noar tt set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5; -update noar ti set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5; -update noar tt set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5; -update noar ti set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5; -update noar tt set v0='BNHP3ORJD224TI9' where id=5; -update noar ti set v0='BNHP3ORJD224TI9' where id=5; -update noar tt set b2='DA2' where id=5; -update noar ti set b2='DA2' where id=5; -update noar tt set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6; -update noar ti set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6; -update noar tt set b0='ICTA580809' where id=6; -update noar ti set b0='ICTA580809' where id=6; -update noar tt set v0='6FPBLTQZME' where id=6; -update noar ti set v0='6FPBLTQZME' where id=6; -update noar tt set b1='KVS0SR22V84J' where id=6; -update noar ti set b1='KVS0SR22V84J' where id=6; -update noar tt set v0='NZUHCUHEVFY015AWH0II' where id=6; -update noar ti set v0='NZUHCUHEVFY015AWH0II' where id=6; -update noar tt set b2='5LKMNFT7BYX13RNN3D2' where id=6; -update noar ti set b2='5LKMNFT7BYX13RNN3D2' where id=6; -update noar tt set v0='8OJF7ATX' where id=7; -update noar ti set v0='8OJF7ATX' where id=7; -update noar tt set b0='HY' where id=7; -update noar ti set b0='HY' where id=7; -update noar tt set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7; -update noar ti set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7; -update noar tt set b1='S390CJJD' where id=7; -update noar ti set b1='S390CJJD' where id=7; -update noar tt set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7; -update noar ti set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7; -update noar tt set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7; -update noar ti set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7; -update noar tt set v0='QQMPZ0OHR28D79' where id=8; -update noar ti set v0='QQMPZ0OHR28D79' where id=8; -update noar tt set b0='ZKA08H4VSV78' where id=8; -update noar ti set b0='ZKA08H4VSV78' where id=8; -update noar tt set v0='JX3TMT' where id=8; -update noar ti set v0='JX3TMT' where id=8; -update noar tt set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8; -update noar ti set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8; -update noar tt set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8; -update noar ti set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8; -update noar tt set b2='5F4HV' where id=8; -update noar ti set b2='5F4HV' where id=8; -update noar tt set v0='PIXO' where id=9; -update noar ti set v0='PIXO' where id=9; -update noar tt set b0='YYRAVC33GKFL8FWX3L7W356' where id=9; -update noar ti set b0='YYRAVC33GKFL8FWX3L7W356' where id=9; -update noar tt set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9; -update noar ti set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9; -update noar tt set b1='991XDMGDFUY' where id=9; -update noar ti set b1='991XDMGDFUY' where id=9; -update noar tt set v0='EVB07' where id=9; -update noar ti set v0='EVB07' where id=9; -update noar tt set b2='2TEUEW2UPEGM8TTC' where id=9; -update noar ti set b2='2TEUEW2UPEGM8TTC' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1; -update noar ti set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1; -update noar tt set b0='65AYFMENZSIIE1AU9GQH0' where id=1; -update noar ti set b0='65AYFMENZSIIE1AU9GQH0' where id=1; -update noar tt set v0='EMZ0FRE4' where id=1; -update noar ti set v0='EMZ0FRE4' where id=1; -update noar tt set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1; -update noar ti set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1; -update noar tt set v0='J8CZQVDQVHIL0JK' where id=1; -update noar ti set v0='J8CZQVDQVHIL0JK' where id=1; -update noar tt set b2='D' where id=1; -update noar ti set b2='D' where id=1; -update noar tt set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2; -update noar ti set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2; -update noar tt set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2; -update noar ti set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2; -update noar tt set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2; -update noar ti set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2; -update noar tt set b1='XNUO087QXE2DW2S2RN' where id=2; -update noar ti set b1='XNUO087QXE2DW2S2RN' where id=2; -update noar tt set v0='WXBLHR5O9S26KJ' where id=2; -update noar ti set v0='WXBLHR5O9S26KJ' where id=2; -update noar tt set b2='FBZ2G4EC1TL0Z' where id=2; -update noar ti set b2='FBZ2G4EC1TL0Z' where id=2; -update noar tt set v0='G5MTX6MM' where id=3; -update noar ti set v0='G5MTX6MM' where id=3; -update noar tt set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3; -update noar ti set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3; -update noar tt set v0='EPVJTJWUX2J5WJ8POC0' where id=3; -update noar ti set v0='EPVJTJWUX2J5WJ8POC0' where id=3; -update noar tt set b1='XZK8ONZZB38V6XFB4RQY' where id=3; -update noar ti set b1='XZK8ONZZB38V6XFB4RQY' where id=3; -update noar tt set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3; -update noar ti set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3; -update noar tt set b2='6BCT9YG7Q' where id=3; -update noar ti set b2='6BCT9YG7Q' where id=3; -update noar tt set v0='KZCKIHDO68' where id=4; -update noar ti set v0='KZCKIHDO68' where id=4; -update noar tt set b0='3ZBSXY8HC6V0V' where id=4; -update noar ti set b0='3ZBSXY8HC6V0V' where id=4; -update noar tt set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4; -update noar ti set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4; -update noar tt set b1='IUR6XIDPH3S53428KL62E' where id=4; -update noar ti set b1='IUR6XIDPH3S53428KL62E' where id=4; -update noar tt set v0='UGG5Q22T71' where id=4; -update noar ti set v0='UGG5Q22T71' where id=4; -update noar tt set b2='I84P493V' where id=4; -update noar ti set b2='I84P493V' where id=4; -update noar tt set v0='3SKVU9U' where id=5; -update noar ti set v0='3SKVU9U' where id=5; -update noar tt set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5; -update noar ti set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5; -update noar tt set v0='ZKN87Y91E92' where id=5; -update noar ti set v0='ZKN87Y91E92' where id=5; -update noar tt set b1='ORNCL32BWWCE0Y7K8H' where id=5; -update noar ti set b1='ORNCL32BWWCE0Y7K8H' where id=5; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5; -update noar ti set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5; -update noar tt set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6; -update noar ti set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6; -update noar tt set b0='P3IST8MDNY' where id=6; -update noar ti set b0='P3IST8MDNY' where id=6; -update noar tt set v0='XQ5' where id=6; -update noar ti set v0='XQ5' where id=6; -update noar tt set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6; -update noar ti set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6; -update noar tt set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6; -update noar ti set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6; -update noar tt set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6; -update noar ti set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6; -update noar tt set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7; -update noar ti set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7; -update noar tt set b0='LOP4D' where id=7; -update noar ti set b0='LOP4D' where id=7; -update noar tt set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7; -update noar ti set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7; -update noar tt set b1='SYPK32' where id=7; -update noar ti set b1='SYPK32' where id=7; -update noar tt set v0='LD' where id=7; -update noar ti set v0='LD' where id=7; -update noar tt set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7; -update noar ti set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7; -update noar tt set v0='SQ0IIA75ERHFB1' where id=8; -update noar ti set v0='SQ0IIA75ERHFB1' where id=8; -update noar tt set b0='M10NQVJL21TE1VR6DV' where id=8; -update noar ti set b0='M10NQVJL21TE1VR6DV' where id=8; -update noar tt set v0='GZKT2DLPN6WW9T499E' where id=8; -update noar ti set v0='GZKT2DLPN6WW9T499E' where id=8; -update noar tt set b1='VE599MSD5X' where id=8; -update noar ti set b1='VE599MSD5X' where id=8; -update noar tt set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8; -update noar ti set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8; -update noar tt set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8; -update noar ti set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8; -update noar tt set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9; -update noar ti set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9; -update noar tt set b0='KXTSIXGF' where id=9; -update noar ti set b0='KXTSIXGF' where id=9; -update noar tt set v0='9IVFLPZ2' where id=9; -update noar ti set v0='9IVFLPZ2' where id=9; -update noar tt set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9; -update noar ti set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9; -update noar tt set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9; -update noar ti set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9; -update noar tt set b2='CRIKIZKM3J025XCCCX1MXO' where id=9; -update noar ti set b2='CRIKIZKM3J025XCCCX1MXO' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 mediumblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1; -update noar ti set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1; -update noar tt set b0='72LS2M4YJDXD' where id=1; -update noar ti set b0='72LS2M4YJDXD' where id=1; -update noar tt set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1; -update noar ti set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1; -update noar tt set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1; -update noar ti set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1; -update noar tt set v0='ZHG308' where id=1; -update noar ti set v0='ZHG308' where id=1; -update noar tt set b2='M0CEW9C' where id=1; -update noar ti set b2='M0CEW9C' where id=1; -update noar tt set v0='VKTY2ZMT4AYDUNHMYK' where id=2; -update noar ti set v0='VKTY2ZMT4AYDUNHMYK' where id=2; -update noar tt set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2; -update noar ti set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2; -update noar tt set v0='6XP0J5V' where id=2; -update noar ti set v0='6XP0J5V' where id=2; -update noar tt set b1='2UO54AUG1RFKZ' where id=2; -update noar ti set b1='2UO54AUG1RFKZ' where id=2; -update noar tt set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2; -update noar ti set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2; -update noar tt set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2; -update noar ti set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2; -update noar tt set v0='MHNPHHW7' where id=3; -update noar ti set v0='MHNPHHW7' where id=3; -update noar tt set b0='FS9LSQRKPF77QRDMO4' where id=3; -update noar ti set b0='FS9LSQRKPF77QRDMO4' where id=3; -update noar tt set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3; -update noar ti set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3; -update noar tt set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3; -update noar ti set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3; -update noar tt set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3; -update noar ti set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3; -update noar tt set b2='3' where id=3; -update noar ti set b2='3' where id=3; -update noar tt set v0='V17V33W179' where id=4; -update noar ti set v0='V17V33W179' where id=4; -update noar tt set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4; -update noar ti set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4; -update noar tt set v0='QZ7X' where id=4; -update noar ti set v0='QZ7X' where id=4; -update noar tt set b1='7IG' where id=4; -update noar ti set b1='7IG' where id=4; -update noar tt set v0='8XRY8VV4' where id=4; -update noar ti set v0='8XRY8VV4' where id=4; -update noar tt set b2='F9KCRAMOX' where id=4; -update noar ti set b2='F9KCRAMOX' where id=4; -update noar tt set v0='BTA69' where id=5; -update noar ti set v0='BTA69' where id=5; -update noar tt set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5; -update noar ti set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5; -update noar tt set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5; -update noar ti set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5; -update noar tt set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5; -update noar ti set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5; -update noar tt set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5; -update noar ti set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5; -update noar tt set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5; -update noar ti set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5; -update noar tt set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6; -update noar ti set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6; -update noar tt set b0='D2EL72ESP446YH' where id=6; -update noar ti set b0='D2EL72ESP446YH' where id=6; -update noar tt set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6; -update noar ti set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6; -update noar tt set b1='8099L' where id=6; -update noar ti set b1='8099L' where id=6; -update noar tt set v0='20SHNTYE2VMGG9GIXK' where id=6; -update noar ti set v0='20SHNTYE2VMGG9GIXK' where id=6; -update noar tt set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6; -update noar ti set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6; -update noar tt set v0='HK82FN' where id=7; -update noar ti set v0='HK82FN' where id=7; -update noar tt set b0='I10FAXAQK1EBKFHRZUBZ' where id=7; -update noar ti set b0='I10FAXAQK1EBKFHRZUBZ' where id=7; -update noar tt set v0='BU03' where id=7; -update noar ti set v0='BU03' where id=7; -update noar tt set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7; -update noar ti set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7; -update noar tt set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7; -update noar ti set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7; -update noar tt set b2='TODWD481ZJC2JZ' where id=7; -update noar ti set b2='TODWD481ZJC2JZ' where id=7; -update noar tt set v0='5' where id=8; -update noar ti set v0='5' where id=8; -update noar tt set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8; -update noar ti set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8; -update noar tt set v0='MEOTLCQHRL60BPTXT' where id=8; -update noar ti set v0='MEOTLCQHRL60BPTXT' where id=8; -update noar tt set b1='HAXDD6AKW0D1IPY' where id=8; -update noar ti set b1='HAXDD6AKW0D1IPY' where id=8; -update noar tt set v0='NG0MA83UE' where id=8; -update noar ti set v0='NG0MA83UE' where id=8; -update noar tt set b2='WOLTOVV62CCIYYMW1N1D' where id=8; -update noar ti set b2='WOLTOVV62CCIYYMW1N1D' where id=8; -update noar tt set v0='NHL8D5' where id=9; -update noar ti set v0='NHL8D5' where id=9; -update noar tt set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9; -update noar ti set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9; -update noar tt set v0='GVZULKGGT' where id=9; -update noar ti set v0='GVZULKGGT' where id=9; -update noar tt set b1='ZVKGLZN' where id=9; -update noar ti set b1='ZVKGLZN' where id=9; -update noar tt set v0='7838230IEEWPJYQ19Q2XG' where id=9; -update noar ti set v0='7838230IEEWPJYQ19Q2XG' where id=9; -update noar tt set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9; -update noar ti set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='LE77E' where id=1; -update noar ti set v0='LE77E' where id=1; -update noar tt set b0='DBLRKONL' where id=1; -update noar ti set b0='DBLRKONL' where id=1; -update noar tt set v0='QWI9VG1K2W5' where id=1; -update noar ti set v0='QWI9VG1K2W5' where id=1; -update noar tt set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1; -update noar ti set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1; -update noar tt set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1; -update noar ti set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1; -update noar tt set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1; -update noar ti set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1; -update noar tt set v0='ZYEZJ8K' where id=2; -update noar ti set v0='ZYEZJ8K' where id=2; -update noar tt set b0='WBVUH62MOPZECYHI5559' where id=2; -update noar ti set b0='WBVUH62MOPZECYHI5559' where id=2; -update noar tt set v0='RW56J' where id=2; -update noar ti set v0='RW56J' where id=2; -update noar tt set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2; -update noar ti set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2; -update noar tt set v0='VHGN3IGBLZN' where id=2; -update noar ti set v0='VHGN3IGBLZN' where id=2; -update noar tt set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2; -update noar ti set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2; -update noar tt set v0='GJJ3' where id=3; -update noar ti set v0='GJJ3' where id=3; -update noar tt set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3; -update noar ti set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3; -update noar tt set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3; -update noar ti set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3; -update noar tt set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3; -update noar ti set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3; -update noar tt set v0='WW7W' where id=3; -update noar ti set v0='WW7W' where id=3; -update noar tt set b2='W3MP' where id=3; -update noar ti set b2='W3MP' where id=3; -update noar tt set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4; -update noar ti set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4; -update noar tt set b0='3425PRNQ8SXL1F7YO' where id=4; -update noar ti set b0='3425PRNQ8SXL1F7YO' where id=4; -update noar tt set v0='WTRXLPM7XWJI2OR' where id=4; -update noar ti set v0='WTRXLPM7XWJI2OR' where id=4; -update noar tt set b1='RNP8GVFPPPWG609847B' where id=4; -update noar ti set b1='RNP8GVFPPPWG609847B' where id=4; -update noar tt set v0='8G' where id=4; -update noar ti set v0='8G' where id=4; -update noar tt set b2='X' where id=4; -update noar ti set b2='X' where id=4; -update noar tt set v0='5DK7EGZI9Y' where id=5; -update noar ti set v0='5DK7EGZI9Y' where id=5; -update noar tt set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5; -update noar ti set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5; -update noar tt set v0='OR4PX1WF2G' where id=5; -update noar ti set v0='OR4PX1WF2G' where id=5; -update noar tt set b1='POO8IY' where id=5; -update noar ti set b1='POO8IY' where id=5; -update noar tt set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5; -update noar ti set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5; -update noar tt set b2='FOKG' where id=5; -update noar ti set b2='FOKG' where id=5; -update noar tt set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6; -update noar ti set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6; -update noar tt set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6; -update noar ti set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6; -update noar tt set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6; -update noar ti set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6; -update noar tt set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6; -update noar ti set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6; -update noar tt set v0='ILCEOH1F85WFFQPN' where id=6; -update noar ti set v0='ILCEOH1F85WFFQPN' where id=6; -update noar tt set b2='BDH5PGE1K6R' where id=6; -update noar ti set b2='BDH5PGE1K6R' where id=6; -update noar tt set v0='T5' where id=7; -update noar ti set v0='T5' where id=7; -update noar tt set b0='JRPH' where id=7; -update noar ti set b0='JRPH' where id=7; -update noar tt set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7; -update noar ti set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7; -update noar tt set b1='TOU8LL26' where id=7; -update noar ti set b1='TOU8LL26' where id=7; -update noar tt set v0='O' where id=7; -update noar ti set v0='O' where id=7; -update noar tt set b2='0' where id=7; -update noar ti set b2='0' where id=7; -update noar tt set v0='1S6QQV39EM80' where id=8; -update noar ti set v0='1S6QQV39EM80' where id=8; -update noar tt set b0='0F12G0Z9M7J1RA9UTE2A' where id=8; -update noar ti set b0='0F12G0Z9M7J1RA9UTE2A' where id=8; -update noar tt set v0='STFID1XJJTZUT6RC8X6OMF' where id=8; -update noar ti set v0='STFID1XJJTZUT6RC8X6OMF' where id=8; -update noar tt set b1='51F' where id=8; -update noar ti set b1='51F' where id=8; -update noar tt set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8; -update noar ti set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8; -update noar tt set b2='7Z6' where id=8; -update noar ti set b2='7Z6' where id=8; -update noar tt set v0='ZYSI' where id=9; -update noar ti set v0='ZYSI' where id=9; -update noar tt set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9; -update noar ti set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9; -update noar tt set v0='LSUOEYIHZP2PTA' where id=9; -update noar ti set v0='LSUOEYIHZP2PTA' where id=9; -update noar tt set b1='QDV3MRPS' where id=9; -update noar ti set b1='QDV3MRPS' where id=9; -update noar tt set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9; -update noar ti set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9; -update noar tt set b2='JPGM3T05Z6VFU29585DR' where id=9; -update noar ti set b2='JPGM3T05Z6VFU29585DR' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 tinyblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6' where id=1; -update noar ti set v0='6' where id=1; -update noar tt set b0='US4ATMUKEBZM' where id=1; -update noar ti set b0='US4ATMUKEBZM' where id=1; -update noar tt set v0='PO671AYD4PNRQM' where id=1; -update noar ti set v0='PO671AYD4PNRQM' where id=1; -update noar tt set b1='6' where id=1; -update noar ti set b1='6' where id=1; -update noar tt set v0='Y0YKCBOJQ0SPEX0IV6' where id=1; -update noar ti set v0='Y0YKCBOJQ0SPEX0IV6' where id=1; -update noar tt set b2='90E9F' where id=1; -update noar ti set b2='90E9F' where id=1; -update noar tt set v0='WGN4E92CYV4LE3P59S' where id=2; -update noar ti set v0='WGN4E92CYV4LE3P59S' where id=2; -update noar tt set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2; -update noar ti set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2; -update noar tt set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2; -update noar ti set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2; -update noar tt set b1='9238' where id=2; -update noar ti set b1='9238' where id=2; -update noar tt set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2; -update noar ti set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2; -update noar tt set b2='G' where id=2; -update noar ti set b2='G' where id=2; -update noar tt set v0='1NJ7LM61CXS9NQFE7' where id=3; -update noar ti set v0='1NJ7LM61CXS9NQFE7' where id=3; -update noar tt set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3; -update noar ti set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3; -update noar tt set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3; -update noar ti set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3; -update noar tt set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3; -update noar ti set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3; -update noar tt set v0='8' where id=3; -update noar ti set v0='8' where id=3; -update noar tt set b2='RL6JWGO77OXZKLZTHJCE1' where id=3; -update noar ti set b2='RL6JWGO77OXZKLZTHJCE1' where id=3; -update noar tt set v0='KFCF4Y6KMBUIF' where id=4; -update noar ti set v0='KFCF4Y6KMBUIF' where id=4; -update noar tt set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4; -update noar ti set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4; -update noar tt set v0='DDOG' where id=4; -update noar ti set v0='DDOG' where id=4; -update noar tt set b1='2UVOD1LZXJGNYDMB' where id=4; -update noar ti set b1='2UVOD1LZXJGNYDMB' where id=4; -update noar tt set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4; -update noar ti set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4; -update noar tt set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4; -update noar ti set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4; -update noar tt set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5; -update noar ti set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5; -update noar tt set b0='Z9E520' where id=5; -update noar ti set b0='Z9E520' where id=5; -update noar tt set v0='0OYSU4Q' where id=5; -update noar ti set v0='0OYSU4Q' where id=5; -update noar tt set b1='7MKYBQJHOO8WC' where id=5; -update noar ti set b1='7MKYBQJHOO8WC' where id=5; -update noar tt set v0='8T6JWTZ6B' where id=5; -update noar ti set v0='8T6JWTZ6B' where id=5; -update noar tt set b2='83H80G45GR3' where id=5; -update noar ti set b2='83H80G45GR3' where id=5; -update noar tt set v0='5DJEHJ4JTX58WUTE' where id=6; -update noar ti set v0='5DJEHJ4JTX58WUTE' where id=6; -update noar tt set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6; -update noar ti set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6; -update noar tt set v0='S2UH3F6TXP' where id=6; -update noar ti set v0='S2UH3F6TXP' where id=6; -update noar tt set b1='WQUCJVWWZ14KF' where id=6; -update noar ti set b1='WQUCJVWWZ14KF' where id=6; -update noar tt set v0='UMQ2PJ' where id=6; -update noar ti set v0='UMQ2PJ' where id=6; -update noar tt set b2='CS9M' where id=6; -update noar ti set b2='CS9M' where id=6; -update noar tt set v0='M0Y6KKWGSPE' where id=7; -update noar ti set v0='M0Y6KKWGSPE' where id=7; -update noar tt set b0='4DA5MTAB4N' where id=7; -update noar ti set b0='4DA5MTAB4N' where id=7; -update noar tt set v0='2ARPR017U' where id=7; -update noar ti set v0='2ARPR017U' where id=7; -update noar tt set b1='WB' where id=7; -update noar ti set b1='WB' where id=7; -update noar tt set v0='P0NJ8KPKEFXRR3GCWWY' where id=7; -update noar ti set v0='P0NJ8KPKEFXRR3GCWWY' where id=7; -update noar tt set b2='7GA3' where id=7; -update noar ti set b2='7GA3' where id=7; -update noar tt set v0='18XC4VQW6' where id=8; -update noar ti set v0='18XC4VQW6' where id=8; -update noar tt set b0='V7A4EM87' where id=8; -update noar ti set b0='V7A4EM87' where id=8; -update noar tt set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8; -update noar ti set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8; -update noar tt set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8; -update noar ti set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8; -update noar tt set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8; -update noar ti set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8; -update noar tt set b2='3XR7V98QU8SKOPGKXY' where id=8; -update noar ti set b2='3XR7V98QU8SKOPGKXY' where id=8; -update noar tt set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9; -update noar ti set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9; -update noar tt set b0='3KF' where id=9; -update noar ti set b0='3KF' where id=9; -update noar tt set v0='QJ4' where id=9; -update noar ti set v0='QJ4' where id=9; -update noar tt set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9; -update noar ti set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9; -update noar tt set v0='01H2432K4ELT78BCC5T43VN' where id=9; -update noar ti set v0='01H2432K4ELT78BCC5T43VN' where id=9; -update noar tt set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9; -update noar ti set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F3R16IWBI1' where id=1; -update noar ti set v0='F3R16IWBI1' where id=1; -update noar tt set b0='0BNGO0FHP' where id=1; -update noar ti set b0='0BNGO0FHP' where id=1; -update noar tt set v0='GRTFJROM63ED8P8C8QXV98' where id=1; -update noar ti set v0='GRTFJROM63ED8P8C8QXV98' where id=1; -update noar tt set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1; -update noar ti set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1; -update noar tt set v0='BD4AHS' where id=1; -update noar ti set v0='BD4AHS' where id=1; -update noar tt set b2='R23B3AF19AC9YE' where id=1; -update noar ti set b2='R23B3AF19AC9YE' where id=1; -update noar tt set v0='3XLCF7QRZCAW1K8F90' where id=2; -update noar ti set v0='3XLCF7QRZCAW1K8F90' where id=2; -update noar tt set b0='IBA8CC5BQCVCSGVZG' where id=2; -update noar ti set b0='IBA8CC5BQCVCSGVZG' where id=2; -update noar tt set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2; -update noar ti set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2; -update noar tt set b1='U41DLMCW8' where id=2; -update noar ti set b1='U41DLMCW8' where id=2; -update noar tt set v0='0E703N2IH3ZBEKNR7R3J' where id=2; -update noar ti set v0='0E703N2IH3ZBEKNR7R3J' where id=2; -update noar tt set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2; -update noar ti set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2; -update noar tt set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3; -update noar ti set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3; -update noar tt set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3; -update noar ti set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3; -update noar tt set v0='TV3E8S9' where id=3; -update noar ti set v0='TV3E8S9' where id=3; -update noar tt set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3; -update noar ti set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3; -update noar tt set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3; -update noar ti set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3; -update noar tt set b2='PD46IS543T' where id=3; -update noar ti set b2='PD46IS543T' where id=3; -update noar tt set v0='S6JUY3V9' where id=4; -update noar ti set v0='S6JUY3V9' where id=4; -update noar tt set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4; -update noar ti set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4; -update noar tt set v0='EE7X2LFKGKW' where id=4; -update noar ti set v0='EE7X2LFKGKW' where id=4; -update noar tt set b1='7' where id=4; -update noar ti set b1='7' where id=4; -update noar tt set v0='5A9' where id=4; -update noar ti set v0='5A9' where id=4; -update noar tt set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4; -update noar ti set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4; -update noar tt set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5; -update noar ti set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5; -update noar tt set b0='2SASR7' where id=5; -update noar ti set b0='2SASR7' where id=5; -update noar tt set v0='XKISCEET6LG' where id=5; -update noar ti set v0='XKISCEET6LG' where id=5; -update noar tt set b1='DR9GPRNQH9KEV0LYG3F3' where id=5; -update noar ti set b1='DR9GPRNQH9KEV0LYG3F3' where id=5; -update noar tt set v0='II7LOD36CAR2HNTGBENX' where id=5; -update noar ti set v0='II7LOD36CAR2HNTGBENX' where id=5; -update noar tt set b2='MBY5RCYSH' where id=5; -update noar ti set b2='MBY5RCYSH' where id=5; -update noar tt set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6; -update noar ti set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6; -update noar tt set b0='L0570NIN17TQ0VKC' where id=6; -update noar ti set b0='L0570NIN17TQ0VKC' where id=6; -update noar tt set v0='7O7JSUFYHN0S4WRCDIRD' where id=6; -update noar ti set v0='7O7JSUFYHN0S4WRCDIRD' where id=6; -update noar tt set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6; -update noar ti set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6; -update noar tt set v0='NSP' where id=6; -update noar ti set v0='NSP' where id=6; -update noar tt set b2='IYI1B13P3D0B7JJCN' where id=6; -update noar ti set b2='IYI1B13P3D0B7JJCN' where id=6; -update noar tt set v0='JXC4' where id=7; -update noar ti set v0='JXC4' where id=7; -update noar tt set b0='XPQTVJGJ8TNR3YT0D' where id=7; -update noar ti set b0='XPQTVJGJ8TNR3YT0D' where id=7; -update noar tt set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7; -update noar ti set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7; -update noar tt set b1='G8DHXTSGNXUW' where id=7; -update noar ti set b1='G8DHXTSGNXUW' where id=7; -update noar tt set v0='SUPO4N75K8' where id=7; -update noar ti set v0='SUPO4N75K8' where id=7; -update noar tt set b2='MRHFYKI' where id=7; -update noar ti set b2='MRHFYKI' where id=7; -update noar tt set v0='MTC5F1VCOEHNDPRY' where id=8; -update noar ti set v0='MTC5F1VCOEHNDPRY' where id=8; -update noar tt set b0='Z2551V8D2' where id=8; -update noar ti set b0='Z2551V8D2' where id=8; -update noar tt set v0='C034Y5CZBZ28RLGCK3XUO' where id=8; -update noar ti set v0='C034Y5CZBZ28RLGCK3XUO' where id=8; -update noar tt set b1='FXDRZE82LX' where id=8; -update noar ti set b1='FXDRZE82LX' where id=8; -update noar tt set v0='MHSJFLU' where id=8; -update noar ti set v0='MHSJFLU' where id=8; -update noar tt set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8; -update noar ti set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8; -update noar tt set v0='4RSFIHB7O0' where id=9; -update noar ti set v0='4RSFIHB7O0' where id=9; -update noar tt set b0='9TA' where id=9; -update noar ti set b0='9TA' where id=9; -update noar tt set v0='4XPAK' where id=9; -update noar ti set v0='4XPAK' where id=9; -update noar tt set b1='VFP2O' where id=9; -update noar ti set b1='VFP2O' where id=9; -update noar tt set v0='YSZFP4XUUNYF7HLHH9RR' where id=9; -update noar ti set v0='YSZFP4XUUNYF7HLHH9RR' where id=9; -update noar tt set b2='OZ92E63NCPEC9J2' where id=9; -update noar ti set b2='OZ92E63NCPEC9J2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 tinyblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='NP4IKXAT99YOZVHRFT' where id=1; -update noar ti set v0='NP4IKXAT99YOZVHRFT' where id=1; -update noar tt set b0='Y7SYCX8W3' where id=1; -update noar ti set b0='Y7SYCX8W3' where id=1; -update noar tt set v0='C3H85HL2VOQ7KOPFHVW' where id=1; -update noar ti set v0='C3H85HL2VOQ7KOPFHVW' where id=1; -update noar tt set b1='ZBRD2' where id=1; -update noar ti set b1='ZBRD2' where id=1; -update noar tt set v0='D94' where id=1; -update noar ti set v0='D94' where id=1; -update noar tt set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1; -update noar ti set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1; -update noar tt set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2; -update noar ti set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2; -update noar tt set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2; -update noar ti set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2; -update noar tt set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2; -update noar ti set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2; -update noar tt set b1='QJZ' where id=2; -update noar ti set b1='QJZ' where id=2; -update noar tt set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2; -update noar ti set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2; -update noar tt set b2='B96X7N' where id=2; -update noar ti set b2='B96X7N' where id=2; -update noar tt set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3; -update noar ti set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3; -update noar tt set b0='T' where id=3; -update noar ti set b0='T' where id=3; -update noar tt set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3; -update noar ti set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3; -update noar tt set b1='SEQL908JJ3' where id=3; -update noar ti set b1='SEQL908JJ3' where id=3; -update noar tt set v0='94DWF5EFS2GAA6XADVR2Y' where id=3; -update noar ti set v0='94DWF5EFS2GAA6XADVR2Y' where id=3; -update noar tt set b2='6KW' where id=3; -update noar ti set b2='6KW' where id=3; -update noar tt set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4; -update noar ti set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4; -update noar tt set b0='97CC0OR4GU5YW34O9G3WE' where id=4; -update noar ti set b0='97CC0OR4GU5YW34O9G3WE' where id=4; -update noar tt set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4; -update noar ti set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4; -update noar tt set b1='2I04' where id=4; -update noar ti set b1='2I04' where id=4; -update noar tt set v0='XB7YSPC1' where id=4; -update noar ti set v0='XB7YSPC1' where id=4; -update noar tt set b2='ZI' where id=4; -update noar ti set b2='ZI' where id=4; -update noar tt set v0='4ORML134L4E7OV1' where id=5; -update noar ti set v0='4ORML134L4E7OV1' where id=5; -update noar tt set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5; -update noar ti set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5; -update noar tt set v0='6WNA1' where id=5; -update noar ti set v0='6WNA1' where id=5; -update noar tt set b1='KH2N21FZBVVNXT' where id=5; -update noar ti set b1='KH2N21FZBVVNXT' where id=5; -update noar tt set v0='71NU42PJCX40QBX' where id=5; -update noar ti set v0='71NU42PJCX40QBX' where id=5; -update noar tt set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5; -update noar ti set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5; -update noar tt set v0='DAFL6DFK' where id=6; -update noar ti set v0='DAFL6DFK' where id=6; -update noar tt set b0='TC0Y' where id=6; -update noar ti set b0='TC0Y' where id=6; -update noar tt set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6; -update noar ti set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6; -update noar tt set b1='5LPAKVBZ6H9QA24' where id=6; -update noar ti set b1='5LPAKVBZ6H9QA24' where id=6; -update noar tt set v0='ZITMKAM5BP9YCF0K' where id=6; -update noar ti set v0='ZITMKAM5BP9YCF0K' where id=6; -update noar tt set b2='KV6I8KFCOK' where id=6; -update noar ti set b2='KV6I8KFCOK' where id=6; -update noar tt set v0='3E559JVFAS' where id=7; -update noar ti set v0='3E559JVFAS' where id=7; -update noar tt set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7; -update noar ti set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7; -update noar tt set v0='WWJL5UQ' where id=7; -update noar ti set v0='WWJL5UQ' where id=7; -update noar tt set b1='KWL1BKB1L07N797' where id=7; -update noar ti set b1='KWL1BKB1L07N797' where id=7; -update noar tt set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7; -update noar ti set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7; -update noar tt set b2='GUI7C' where id=7; -update noar ti set b2='GUI7C' where id=7; -update noar tt set v0='249V3Y78FFR2WB6UYWTY' where id=8; -update noar ti set v0='249V3Y78FFR2WB6UYWTY' where id=8; -update noar tt set b0='HY5ECNKUT2FI' where id=8; -update noar ti set b0='HY5ECNKUT2FI' where id=8; -update noar tt set v0='4HU4W7R10OMZSZO21X2' where id=8; -update noar ti set v0='4HU4W7R10OMZSZO21X2' where id=8; -update noar tt set b1='D67TG1' where id=8; -update noar ti set b1='D67TG1' where id=8; -update noar tt set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8; -update noar ti set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8; -update noar tt set b2='3151T5O' where id=8; -update noar ti set b2='3151T5O' where id=8; -update noar tt set v0='6HFX' where id=9; -update noar ti set v0='6HFX' where id=9; -update noar tt set b0='FUNLX89' where id=9; -update noar ti set b0='FUNLX89' where id=9; -update noar tt set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9; -update noar ti set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9; -update noar tt set b1='O87L8MBFS6SRJ2J4U9K' where id=9; -update noar ti set b1='O87L8MBFS6SRJ2J4U9K' where id=9; -update noar tt set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9; -update noar ti set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9; -update noar tt set b2='R7PGHEL' where id=9; -update noar ti set b2='R7PGHEL' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='F72NWFY051JONVM1E4N4' where id=1; -update noar ti set v0='F72NWFY051JONVM1E4N4' where id=1; -update noar tt set b0='YKE1' where id=1; -update noar ti set b0='YKE1' where id=1; -update noar tt set v0='CXGL1OZJ5' where id=1; -update noar ti set v0='CXGL1OZJ5' where id=1; -update noar tt set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1; -update noar ti set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1; -update noar tt set v0='62DTN052LY5T7DKUG22YHGM' where id=1; -update noar ti set v0='62DTN052LY5T7DKUG22YHGM' where id=1; -update noar tt set b2='YFDP5VKSGP3QA3B' where id=1; -update noar ti set b2='YFDP5VKSGP3QA3B' where id=1; -update noar tt set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2; -update noar ti set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2; -update noar tt set b0='MQZBZP' where id=2; -update noar ti set b0='MQZBZP' where id=2; -update noar tt set v0='JFYGTWN40CT45B7GGYUTR' where id=2; -update noar ti set v0='JFYGTWN40CT45B7GGYUTR' where id=2; -update noar tt set b1='A8IAETVWRULGUMQX2E' where id=2; -update noar ti set b1='A8IAETVWRULGUMQX2E' where id=2; -update noar tt set v0='LJM4LCIEQ4WA61CL' where id=2; -update noar ti set v0='LJM4LCIEQ4WA61CL' where id=2; -update noar tt set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2; -update noar ti set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2; -update noar tt set v0='GUFJ' where id=3; -update noar ti set v0='GUFJ' where id=3; -update noar tt set b0='FMZ7LUVCL' where id=3; -update noar ti set b0='FMZ7LUVCL' where id=3; -update noar tt set v0='IGZA3P9YU6BLG44' where id=3; -update noar ti set v0='IGZA3P9YU6BLG44' where id=3; -update noar tt set b1='0AHRCNFSY928W' where id=3; -update noar ti set b1='0AHRCNFSY928W' where id=3; -update noar tt set v0='1LBZ3F4M' where id=3; -update noar ti set v0='1LBZ3F4M' where id=3; -update noar tt set b2='NM6YBTZN8WTGGAL4ZE' where id=3; -update noar ti set b2='NM6YBTZN8WTGGAL4ZE' where id=3; -update noar tt set v0='WSK' where id=4; -update noar ti set v0='WSK' where id=4; -update noar tt set b0='4IMKPEC354BD' where id=4; -update noar ti set b0='4IMKPEC354BD' where id=4; -update noar tt set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4; -update noar ti set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4; -update noar tt set b1='O8QEPCSCVG4TN8RE0P00M' where id=4; -update noar ti set b1='O8QEPCSCVG4TN8RE0P00M' where id=4; -update noar tt set v0='CDHA8OVJSBNV2' where id=4; -update noar ti set v0='CDHA8OVJSBNV2' where id=4; -update noar tt set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4; -update noar ti set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4; -update noar tt set v0='PDNQREAX4YAFDZST4' where id=5; -update noar ti set v0='PDNQREAX4YAFDZST4' where id=5; -update noar tt set b0='D3' where id=5; -update noar ti set b0='D3' where id=5; -update noar tt set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5; -update noar ti set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5; -update noar tt set b1='ONWN6' where id=5; -update noar ti set b1='ONWN6' where id=5; -update noar tt set v0='Z63OYWP1' where id=5; -update noar ti set v0='Z63OYWP1' where id=5; -update noar tt set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5; -update noar ti set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5; -update noar tt set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6; -update noar ti set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6; -update noar tt set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6; -update noar ti set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6; -update noar tt set v0='KNEK' where id=6; -update noar ti set v0='KNEK' where id=6; -update noar tt set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6; -update noar ti set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6; -update noar tt set v0='21DPG0O26YEMF722QXIOHI' where id=6; -update noar ti set v0='21DPG0O26YEMF722QXIOHI' where id=6; -update noar tt set b2='U9LV8NADTRY35NL17HWW137' where id=6; -update noar ti set b2='U9LV8NADTRY35NL17HWW137' where id=6; -update noar tt set v0='UAC629SBMJLSN1QR1M' where id=7; -update noar ti set v0='UAC629SBMJLSN1QR1M' where id=7; -update noar tt set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7; -update noar ti set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7; -update noar tt set v0='KHDNXO0YUBC' where id=7; -update noar ti set v0='KHDNXO0YUBC' where id=7; -update noar tt set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7; -update noar ti set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7; -update noar tt set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7; -update noar ti set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7; -update noar tt set b2='1N' where id=7; -update noar ti set b2='1N' where id=7; -update noar tt set v0='EPHKTPAMZSO9VD' where id=8; -update noar ti set v0='EPHKTPAMZSO9VD' where id=8; -update noar tt set b0='UCTP1PB4S37LMC11O4SG' where id=8; -update noar ti set b0='UCTP1PB4S37LMC11O4SG' where id=8; -update noar tt set v0='Z72ZKRJ80GXAKD9XC' where id=8; -update noar ti set v0='Z72ZKRJ80GXAKD9XC' where id=8; -update noar tt set b1='424GFORQPN7IFY9WXF75' where id=8; -update noar ti set b1='424GFORQPN7IFY9WXF75' where id=8; -update noar tt set v0='DXL2TJAZ76S' where id=8; -update noar ti set v0='DXL2TJAZ76S' where id=8; -update noar tt set b2='7VMAGJF9654ODDIF6Y' where id=8; -update noar ti set b2='7VMAGJF9654ODDIF6Y' where id=8; -update noar tt set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9; -update noar ti set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9; -update noar tt set b0='Q620B3726' where id=9; -update noar ti set b0='Q620B3726' where id=9; -update noar tt set v0='LSZK5M0CR46TQM7J7202' where id=9; -update noar ti set v0='LSZK5M0CR46TQM7J7202' where id=9; -update noar tt set b1='PN1AEX4113G2MWG6T2TE749' where id=9; -update noar ti set b1='PN1AEX4113G2MWG6T2TE749' where id=9; -update noar tt set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9; -update noar ti set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9; -update noar tt set b2='9AMN88PAHTXOJT780AOVYR4' where id=9; -update noar ti set b2='9AMN88PAHTXOJT780AOVYR4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 blob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='APLZI' where id=1; -update noar ti set v0='APLZI' where id=1; -update noar tt set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1; -update noar ti set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1; -update noar tt set v0='I4V63LCSQ' where id=1; -update noar ti set v0='I4V63LCSQ' where id=1; -update noar tt set b1='MHQJC9NV7C8Y0XM' where id=1; -update noar ti set b1='MHQJC9NV7C8Y0XM' where id=1; -update noar tt set v0='R0Q5TLCM4E' where id=1; -update noar ti set v0='R0Q5TLCM4E' where id=1; -update noar tt set b2='01W3U47FLDXU' where id=1; -update noar ti set b2='01W3U47FLDXU' where id=1; -update noar tt set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2; -update noar ti set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2; -update noar tt set b0='H19OVWEIZV0L4ZPU' where id=2; -update noar ti set b0='H19OVWEIZV0L4ZPU' where id=2; -update noar tt set v0='8QXDGL1YI17WMRX2X8' where id=2; -update noar ti set v0='8QXDGL1YI17WMRX2X8' where id=2; -update noar tt set b1='SNSJ1OA' where id=2; -update noar ti set b1='SNSJ1OA' where id=2; -update noar tt set v0='ACAKCLR0Z' where id=2; -update noar ti set v0='ACAKCLR0Z' where id=2; -update noar tt set b2='GKW8' where id=2; -update noar ti set b2='GKW8' where id=2; -update noar tt set v0='GORMU1E6O4SZF5N' where id=3; -update noar ti set v0='GORMU1E6O4SZF5N' where id=3; -update noar tt set b0='0B1QFQWK4QIYQUD9YLN6' where id=3; -update noar ti set b0='0B1QFQWK4QIYQUD9YLN6' where id=3; -update noar tt set v0='M4F2ZS8S5ED6' where id=3; -update noar ti set v0='M4F2ZS8S5ED6' where id=3; -update noar tt set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3; -update noar ti set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3; -update noar tt set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3; -update noar ti set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3; -update noar tt set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3; -update noar ti set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3; -update noar tt set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4; -update noar ti set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4; -update noar tt set b0='1' where id=4; -update noar ti set b0='1' where id=4; -update noar tt set v0='225NUVBNSANXY8FXQ' where id=4; -update noar ti set v0='225NUVBNSANXY8FXQ' where id=4; -update noar tt set b1='40CCS0V14AQYGU3HUV0' where id=4; -update noar ti set b1='40CCS0V14AQYGU3HUV0' where id=4; -update noar tt set v0='XE9IQE9RG5F0F' where id=4; -update noar ti set v0='XE9IQE9RG5F0F' where id=4; -update noar tt set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4; -update noar ti set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4; -update noar tt set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5; -update noar ti set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5; -update noar tt set b0='157GH41KBMXQ1NB86SI8' where id=5; -update noar ti set b0='157GH41KBMXQ1NB86SI8' where id=5; -update noar tt set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5; -update noar ti set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5; -update noar tt set b1='CJI5CKES00ZEUFRDICA67' where id=5; -update noar ti set b1='CJI5CKES00ZEUFRDICA67' where id=5; -update noar tt set v0='I0P6UW01XIQ3WUNIR' where id=5; -update noar ti set v0='I0P6UW01XIQ3WUNIR' where id=5; -update noar tt set b2='E7' where id=5; -update noar ti set b2='E7' where id=5; -update noar tt set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6; -update noar ti set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6; -update noar tt set b0='O1HKAN2KDVFHRWKVV' where id=6; -update noar ti set b0='O1HKAN2KDVFHRWKVV' where id=6; -update noar tt set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6; -update noar ti set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6; -update noar tt set b1='45XI' where id=6; -update noar ti set b1='45XI' where id=6; -update noar tt set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6; -update noar ti set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6; -update noar tt set b2='TFH0198RJO7L' where id=6; -update noar ti set b2='TFH0198RJO7L' where id=6; -update noar tt set v0='3Z' where id=7; -update noar ti set v0='3Z' where id=7; -update noar tt set b0='XJA96B06L9AP97TX' where id=7; -update noar ti set b0='XJA96B06L9AP97TX' where id=7; -update noar tt set v0='64TJ2GMIHOYE' where id=7; -update noar ti set v0='64TJ2GMIHOYE' where id=7; -update noar tt set b1='5CDAHJ' where id=7; -update noar ti set b1='5CDAHJ' where id=7; -update noar tt set v0='5EPYCKMEP5OQYXZ67' where id=7; -update noar ti set v0='5EPYCKMEP5OQYXZ67' where id=7; -update noar tt set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7; -update noar ti set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7; -update noar tt set v0='1YDMMK99RLONRIEHZC8JUS' where id=8; -update noar ti set v0='1YDMMK99RLONRIEHZC8JUS' where id=8; -update noar tt set b0='0HE327ETWP8ZYGQ8DXS' where id=8; -update noar ti set b0='0HE327ETWP8ZYGQ8DXS' where id=8; -update noar tt set v0='AQ852028Z1Y9FYITIHTM' where id=8; -update noar ti set v0='AQ852028Z1Y9FYITIHTM' where id=8; -update noar tt set b1='3DXVPJW8Y8' where id=8; -update noar ti set b1='3DXVPJW8Y8' where id=8; -update noar tt set v0='IN' where id=8; -update noar ti set v0='IN' where id=8; -update noar tt set b2='SOI73ZNUPWHTSW' where id=8; -update noar ti set b2='SOI73ZNUPWHTSW' where id=8; -update noar tt set v0='83868FRCEWWI' where id=9; -update noar ti set v0='83868FRCEWWI' where id=9; -update noar tt set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9; -update noar ti set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9; -update noar tt set v0='E8YAGGTRWYS' where id=9; -update noar ti set v0='E8YAGGTRWYS' where id=9; -update noar tt set b1='SGEATI51WWWYV6BDT' where id=9; -update noar ti set b1='SGEATI51WWWYV6BDT' where id=9; -update noar tt set v0='2' where id=9; -update noar ti set v0='2' where id=9; -update noar tt set b2='6' where id=9; -update noar ti set b2='6' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='6ZBNVKOG3W6NX4RB' where id=1; -update noar ti set v0='6ZBNVKOG3W6NX4RB' where id=1; -update noar tt set b0='QX8O7MA5URA98KP94' where id=1; -update noar ti set b0='QX8O7MA5URA98KP94' where id=1; -update noar tt set v0='G1RI' where id=1; -update noar ti set v0='G1RI' where id=1; -update noar tt set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1; -update noar ti set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1; -update noar tt set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1; -update noar ti set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1; -update noar tt set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1; -update noar ti set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1; -update noar tt set v0='1270IA7FZOOF3' where id=2; -update noar ti set v0='1270IA7FZOOF3' where id=2; -update noar tt set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2; -update noar ti set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2; -update noar tt set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2; -update noar ti set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2; -update noar tt set b1='TI1UBV' where id=2; -update noar ti set b1='TI1UBV' where id=2; -update noar tt set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2; -update noar ti set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2; -update noar tt set b2='4J1' where id=2; -update noar ti set b2='4J1' where id=2; -update noar tt set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3; -update noar ti set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3; -update noar tt set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3; -update noar ti set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3; -update noar tt set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3; -update noar ti set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3; -update noar tt set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3; -update noar ti set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3; -update noar tt set v0='0N' where id=3; -update noar ti set v0='0N' where id=3; -update noar tt set b2='Y8CMUCOD' where id=3; -update noar ti set b2='Y8CMUCOD' where id=3; -update noar tt set v0='X' where id=4; -update noar ti set v0='X' where id=4; -update noar tt set b0='X' where id=4; -update noar ti set b0='X' where id=4; -update noar tt set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4; -update noar ti set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4; -update noar tt set b1='YK40PK165PPS' where id=4; -update noar ti set b1='YK40PK165PPS' where id=4; -update noar tt set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4; -update noar ti set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4; -update noar tt set b2='DA3NEDNCW9NUF87' where id=4; -update noar ti set b2='DA3NEDNCW9NUF87' where id=4; -update noar tt set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5; -update noar ti set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5; -update noar tt set b0='Y3CP1FCN93' where id=5; -update noar ti set b0='Y3CP1FCN93' where id=5; -update noar tt set v0='AR9JVNGCRIJ' where id=5; -update noar ti set v0='AR9JVNGCRIJ' where id=5; -update noar tt set b1='5MU6N' where id=5; -update noar ti set b1='5MU6N' where id=5; -update noar tt set v0='SW9A7073QK8IFU5P' where id=5; -update noar ti set v0='SW9A7073QK8IFU5P' where id=5; -update noar tt set b2='NY3EY' where id=5; -update noar ti set b2='NY3EY' where id=5; -update noar tt set v0='GKUH3JWD1Q7MV' where id=6; -update noar ti set v0='GKUH3JWD1Q7MV' where id=6; -update noar tt set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6; -update noar ti set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6; -update noar tt set v0='O9JR149YTD5AC74D' where id=6; -update noar ti set v0='O9JR149YTD5AC74D' where id=6; -update noar tt set b1='HP2' where id=6; -update noar ti set b1='HP2' where id=6; -update noar tt set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6; -update noar ti set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6; -update noar tt set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6; -update noar ti set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6; -update noar tt set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7; -update noar ti set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7; -update noar tt set b0='638SVMZ1HDZ' where id=7; -update noar ti set b0='638SVMZ1HDZ' where id=7; -update noar tt set v0='5K' where id=7; -update noar ti set v0='5K' where id=7; -update noar tt set b1='3XC' where id=7; -update noar ti set b1='3XC' where id=7; -update noar tt set v0='V5NIFIE57BNHT9GC8' where id=7; -update noar ti set v0='V5NIFIE57BNHT9GC8' where id=7; -update noar tt set b2='K5YFJQLVCESN9A' where id=7; -update noar ti set b2='K5YFJQLVCESN9A' where id=7; -update noar tt set v0='ZHZWH4OFS91HN22GJWK3G' where id=8; -update noar ti set v0='ZHZWH4OFS91HN22GJWK3G' where id=8; -update noar tt set b0='22ZU078V' where id=8; -update noar ti set b0='22ZU078V' where id=8; -update noar tt set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8; -update noar ti set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8; -update noar tt set b1='CHQWB5G7TB7R6F' where id=8; -update noar ti set b1='CHQWB5G7TB7R6F' where id=8; -update noar tt set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8; -update noar ti set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8; -update noar tt set b2='N3Y0' where id=8; -update noar ti set b2='N3Y0' where id=8; -update noar tt set v0='GY7Y73QRKBYO9H0856DT34' where id=9; -update noar ti set v0='GY7Y73QRKBYO9H0856DT34' where id=9; -update noar tt set b0='D5OGS' where id=9; -update noar ti set b0='D5OGS' where id=9; -update noar tt set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9; -update noar ti set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9; -update noar tt set b1='ESTISXLS27HP2TSFS8IQ' where id=9; -update noar ti set b1='ESTISXLS27HP2TSFS8IQ' where id=9; -update noar tt set v0='OWHJZDT3YWSAG2U' where id=9; -update noar ti set v0='OWHJZDT3YWSAG2U' where id=9; -update noar tt set b2='B0Z' where id=9; -update noar ti set b2='B0Z' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 blob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='ONFF44G2302R' where id=1; -update noar ti set v0='ONFF44G2302R' where id=1; -update noar tt set b0='UC5R9GZTZ3GL4WG' where id=1; -update noar ti set b0='UC5R9GZTZ3GL4WG' where id=1; -update noar tt set v0='V' where id=1; -update noar ti set v0='V' where id=1; -update noar tt set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1; -update noar ti set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1; -update noar tt set v0='XSCJ6ER4CAI' where id=1; -update noar ti set v0='XSCJ6ER4CAI' where id=1; -update noar tt set b2='EP15TLUDWYZGFC' where id=1; -update noar ti set b2='EP15TLUDWYZGFC' where id=1; -update noar tt set v0='ZOBJM6BIB58SYN' where id=2; -update noar ti set v0='ZOBJM6BIB58SYN' where id=2; -update noar tt set b0='JEV0KHG' where id=2; -update noar ti set b0='JEV0KHG' where id=2; -update noar tt set v0='QQVJ0' where id=2; -update noar ti set v0='QQVJ0' where id=2; -update noar tt set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2; -update noar ti set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2; -update noar tt set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2; -update noar ti set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2; -update noar tt set b2='RPSC5L8' where id=2; -update noar ti set b2='RPSC5L8' where id=2; -update noar tt set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3; -update noar ti set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3; -update noar tt set b0='JLBNDOU9UND27' where id=3; -update noar ti set b0='JLBNDOU9UND27' where id=3; -update noar tt set v0='BGI68Q06' where id=3; -update noar ti set v0='BGI68Q06' where id=3; -update noar tt set b1='NZZC3V2E5O3SSH8T5' where id=3; -update noar ti set b1='NZZC3V2E5O3SSH8T5' where id=3; -update noar tt set v0='JGKQUMGQ7G07XZ8GI' where id=3; -update noar ti set v0='JGKQUMGQ7G07XZ8GI' where id=3; -update noar tt set b2='1QXL' where id=3; -update noar ti set b2='1QXL' where id=3; -update noar tt set v0='3OT0Z8' where id=4; -update noar ti set v0='3OT0Z8' where id=4; -update noar tt set b0='5R0ZEF' where id=4; -update noar ti set b0='5R0ZEF' where id=4; -update noar tt set v0='9PZFZJ6ENDTNTOSRL' where id=4; -update noar ti set v0='9PZFZJ6ENDTNTOSRL' where id=4; -update noar tt set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4; -update noar ti set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4; -update noar tt set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4; -update noar ti set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4; -update noar tt set b2='9YF1NI30R1ZP8FESQCR' where id=4; -update noar ti set b2='9YF1NI30R1ZP8FESQCR' where id=4; -update noar tt set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5; -update noar ti set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5; -update noar tt set b0='4BWWN467RNC1M5CRZQ' where id=5; -update noar ti set b0='4BWWN467RNC1M5CRZQ' where id=5; -update noar tt set v0='V5I916LT9G4YWHRFUZVS92' where id=5; -update noar ti set v0='V5I916LT9G4YWHRFUZVS92' where id=5; -update noar tt set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5; -update noar ti set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5; -update noar tt set v0='RDQ1PCR' where id=5; -update noar ti set v0='RDQ1PCR' where id=5; -update noar tt set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5; -update noar ti set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5; -update noar tt set v0='TSQ7SMNE2UK57' where id=6; -update noar ti set v0='TSQ7SMNE2UK57' where id=6; -update noar tt set b0='96G9QADI0NURQB8SR8AW3Z' where id=6; -update noar ti set b0='96G9QADI0NURQB8SR8AW3Z' where id=6; -update noar tt set v0='LSGP724UKNHA86OZO' where id=6; -update noar ti set v0='LSGP724UKNHA86OZO' where id=6; -update noar tt set b1='W5PPE5Q6' where id=6; -update noar ti set b1='W5PPE5Q6' where id=6; -update noar tt set v0='KJ5R' where id=6; -update noar ti set v0='KJ5R' where id=6; -update noar tt set b2='44V3F' where id=6; -update noar ti set b2='44V3F' where id=6; -update noar tt set v0='8F41FKG835LCEE9HBQ' where id=7; -update noar ti set v0='8F41FKG835LCEE9HBQ' where id=7; -update noar tt set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7; -update noar ti set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7; -update noar tt set v0='3I4KFFXPOMX' where id=7; -update noar ti set v0='3I4KFFXPOMX' where id=7; -update noar tt set b1='BGDG' where id=7; -update noar ti set b1='BGDG' where id=7; -update noar tt set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7; -update noar ti set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7; -update noar tt set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7; -update noar ti set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7; -update noar tt set v0='QPFVBY5OMJN' where id=8; -update noar ti set v0='QPFVBY5OMJN' where id=8; -update noar tt set b0='FHOWUG2M30B0SCM4FBIA' where id=8; -update noar ti set b0='FHOWUG2M30B0SCM4FBIA' where id=8; -update noar tt set v0='LTNSHQ3' where id=8; -update noar ti set v0='LTNSHQ3' where id=8; -update noar tt set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8; -update noar ti set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8; -update noar tt set v0='4' where id=8; -update noar ti set v0='4' where id=8; -update noar tt set b2='B50OD0' where id=8; -update noar ti set b2='B50OD0' where id=8; -update noar tt set v0='G' where id=9; -update noar ti set v0='G' where id=9; -update noar tt set b0='9ZKNYBO5C' where id=9; -update noar ti set b0='9ZKNYBO5C' where id=9; -update noar tt set v0='3V1ZXCECFE458612Z20AL' where id=9; -update noar ti set v0='3V1ZXCECFE458612Z20AL' where id=9; -update noar tt set b1='S8L' where id=9; -update noar ti set b1='S8L' where id=9; -update noar tt set v0='4NFAK0P40' where id=9; -update noar ti set v0='4NFAK0P40' where id=9; -update noar tt set b2='TVC5WGNVIKZQAZOU2Q' where id=9; -update noar ti set b2='TVC5WGNVIKZQAZOU2Q' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='GBAK2BFJAOAQZSAE1' where id=1; -update noar ti set v0='GBAK2BFJAOAQZSAE1' where id=1; -update noar tt set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1; -update noar ti set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1; -update noar tt set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1; -update noar ti set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1; -update noar tt set b1='75' where id=1; -update noar ti set b1='75' where id=1; -update noar tt set v0='6L3C5H' where id=1; -update noar ti set v0='6L3C5H' where id=1; -update noar tt set b2='R4HZOO7UMCKCLR7NEV5C' where id=1; -update noar ti set b2='R4HZOO7UMCKCLR7NEV5C' where id=1; -update noar tt set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2; -update noar ti set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2; -update noar tt set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2; -update noar ti set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2; -update noar tt set v0='CEBLSXHJFZM8PZH' where id=2; -update noar ti set v0='CEBLSXHJFZM8PZH' where id=2; -update noar tt set b1='LZMVYM8' where id=2; -update noar ti set b1='LZMVYM8' where id=2; -update noar tt set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2; -update noar ti set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2; -update noar tt set b2='3G7C5EFVZNVHH' where id=2; -update noar ti set b2='3G7C5EFVZNVHH' where id=2; -update noar tt set v0='RG3HEJVRQ1NZ' where id=3; -update noar ti set v0='RG3HEJVRQ1NZ' where id=3; -update noar tt set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3; -update noar ti set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3; -update noar tt set v0='Z09I' where id=3; -update noar ti set v0='Z09I' where id=3; -update noar tt set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3; -update noar ti set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3; -update noar tt set v0='I' where id=3; -update noar ti set v0='I' where id=3; -update noar tt set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3; -update noar ti set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3; -update noar tt set v0='P17KDT11RZTM7NJFHAY7S' where id=4; -update noar ti set v0='P17KDT11RZTM7NJFHAY7S' where id=4; -update noar tt set b0='3' where id=4; -update noar ti set b0='3' where id=4; -update noar tt set v0='RM' where id=4; -update noar ti set v0='RM' where id=4; -update noar tt set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4; -update noar ti set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4; -update noar tt set v0='U76' where id=4; -update noar ti set v0='U76' where id=4; -update noar tt set b2='ZYKG98BP' where id=4; -update noar ti set b2='ZYKG98BP' where id=4; -update noar tt set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5; -update noar ti set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5; -update noar tt set b0='WZ6UW2AXNVHZZR3S213H' where id=5; -update noar ti set b0='WZ6UW2AXNVHZZR3S213H' where id=5; -update noar tt set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5; -update noar ti set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5; -update noar tt set b1='V3HOG6WVDD81L0IRYXX' where id=5; -update noar ti set b1='V3HOG6WVDD81L0IRYXX' where id=5; -update noar tt set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5; -update noar ti set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5; -update noar tt set b2='3TEB7F6M8GDF' where id=5; -update noar ti set b2='3TEB7F6M8GDF' where id=5; -update noar tt set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6; -update noar ti set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6; -update noar tt set b0='V07KWAZ0CZ4NGOL' where id=6; -update noar ti set b0='V07KWAZ0CZ4NGOL' where id=6; -update noar tt set v0='Z2M0IN0E2CJUW56N1XC' where id=6; -update noar ti set v0='Z2M0IN0E2CJUW56N1XC' where id=6; -update noar tt set b1='N5A' where id=6; -update noar ti set b1='N5A' where id=6; -update noar tt set v0='WFAGYXW8RY' where id=6; -update noar ti set v0='WFAGYXW8RY' where id=6; -update noar tt set b2='DQVMF' where id=6; -update noar ti set b2='DQVMF' where id=6; -update noar tt set v0='ODYUYEZLTQWHFXP7HO' where id=7; -update noar ti set v0='ODYUYEZLTQWHFXP7HO' where id=7; -update noar tt set b0='42' where id=7; -update noar ti set b0='42' where id=7; -update noar tt set v0='JW06A2SCBZJ0UBF' where id=7; -update noar ti set v0='JW06A2SCBZJ0UBF' where id=7; -update noar tt set b1='T' where id=7; -update noar ti set b1='T' where id=7; -update noar tt set v0='Q1' where id=7; -update noar ti set v0='Q1' where id=7; -update noar tt set b2='LU5V96HNDFV3II9DG' where id=7; -update noar ti set b2='LU5V96HNDFV3II9DG' where id=7; -update noar tt set v0='9CDZSGIQYZ1' where id=8; -update noar ti set v0='9CDZSGIQYZ1' where id=8; -update noar tt set b0='QZAF36' where id=8; -update noar ti set b0='QZAF36' where id=8; -update noar tt set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8; -update noar ti set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8; -update noar tt set b1='5' where id=8; -update noar ti set b1='5' where id=8; -update noar tt set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8; -update noar ti set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8; -update noar tt set b2='0F2LTWHBA7CMPDMT' where id=8; -update noar ti set b2='0F2LTWHBA7CMPDMT' where id=8; -update noar tt set v0='BVFQFLWV37YE9' where id=9; -update noar ti set v0='BVFQFLWV37YE9' where id=9; -update noar tt set b0='FO7AVDCBHBQD85C2XIB' where id=9; -update noar ti set b0='FO7AVDCBHBQD85C2XIB' where id=9; -update noar tt set v0='5MI' where id=9; -update noar ti set v0='5MI' where id=9; -update noar tt set b1='MBFUVC7' where id=9; -update noar ti set b1='MBFUVC7' where id=9; -update noar tt set v0='7HGQN' where id=9; -update noar ti set v0='7HGQN' where id=9; -update noar tt set b2='6UN2QPBM7F' where id=9; -update noar ti set b2='6UN2QPBM7F' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 mediumblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1; -update noar ti set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1; -update noar tt set b0='UUKC7TM3' where id=1; -update noar ti set b0='UUKC7TM3' where id=1; -update noar tt set v0='GPY8QITUR6O6W97FY' where id=1; -update noar ti set v0='GPY8QITUR6O6W97FY' where id=1; -update noar tt set b1='874KU4JDVZ3Z59' where id=1; -update noar ti set b1='874KU4JDVZ3Z59' where id=1; -update noar tt set v0='T1031PZ5PLO' where id=1; -update noar ti set v0='T1031PZ5PLO' where id=1; -update noar tt set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1; -update noar ti set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1; -update noar tt set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2; -update noar ti set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2; -update noar tt set b0='20V7TMPFEZA' where id=2; -update noar ti set b0='20V7TMPFEZA' where id=2; -update noar tt set v0='4THRSY' where id=2; -update noar ti set v0='4THRSY' where id=2; -update noar tt set b1='G0KBHF9' where id=2; -update noar ti set b1='G0KBHF9' where id=2; -update noar tt set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2; -update noar ti set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2; -update noar tt set b2='ND61J5O61IBF4' where id=2; -update noar ti set b2='ND61J5O61IBF4' where id=2; -update noar tt set v0='QPGFY0NDS' where id=3; -update noar ti set v0='QPGFY0NDS' where id=3; -update noar tt set b0='GH4DBL7P38V' where id=3; -update noar ti set b0='GH4DBL7P38V' where id=3; -update noar tt set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3; -update noar ti set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3; -update noar tt set b1='6XJ5O' where id=3; -update noar ti set b1='6XJ5O' where id=3; -update noar tt set v0='FM4KL1VOV' where id=3; -update noar ti set v0='FM4KL1VOV' where id=3; -update noar tt set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3; -update noar ti set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3; -update noar tt set v0='33FHSUNH06SQJFKHLMR8H' where id=4; -update noar ti set v0='33FHSUNH06SQJFKHLMR8H' where id=4; -update noar tt set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4; -update noar ti set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4; -update noar tt set v0='PNLN4U5M99YQ07' where id=4; -update noar ti set v0='PNLN4U5M99YQ07' where id=4; -update noar tt set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4; -update noar ti set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4; -update noar tt set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4; -update noar ti set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4; -update noar tt set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4; -update noar ti set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4; -update noar tt set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5; -update noar ti set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5; -update noar tt set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5; -update noar ti set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5; -update noar tt set v0='8M2ME99C9QF73PJ9E6' where id=5; -update noar ti set v0='8M2ME99C9QF73PJ9E6' where id=5; -update noar tt set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5; -update noar ti set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5; -update noar tt set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5; -update noar ti set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5; -update noar tt set b2='GTNYW0OMB' where id=5; -update noar ti set b2='GTNYW0OMB' where id=5; -update noar tt set v0='Z3NOBOH76EHC8PK2YX7' where id=6; -update noar ti set v0='Z3NOBOH76EHC8PK2YX7' where id=6; -update noar tt set b0='YQTQG1M' where id=6; -update noar ti set b0='YQTQG1M' where id=6; -update noar tt set v0='M9R4' where id=6; -update noar ti set v0='M9R4' where id=6; -update noar tt set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6; -update noar ti set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6; -update noar tt set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6; -update noar ti set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6; -update noar tt set b2='68TK0AQPJYGVF0X8K5CP' where id=6; -update noar ti set b2='68TK0AQPJYGVF0X8K5CP' where id=6; -update noar tt set v0='057MIGJB7DW83GD3TD5LY' where id=7; -update noar ti set v0='057MIGJB7DW83GD3TD5LY' where id=7; -update noar tt set b0='3I9DUBDTHRK1AWPP' where id=7; -update noar ti set b0='3I9DUBDTHRK1AWPP' where id=7; -update noar tt set v0='H5UTRAI3DT13VIW' where id=7; -update noar ti set v0='H5UTRAI3DT13VIW' where id=7; -update noar tt set b1='23WQ0U' where id=7; -update noar ti set b1='23WQ0U' where id=7; -update noar tt set v0='B2' where id=7; -update noar ti set v0='B2' where id=7; -update noar tt set b2='5O2JVOBF' where id=7; -update noar ti set b2='5O2JVOBF' where id=7; -update noar tt set v0='KV6QLNCBC72PUY9' where id=8; -update noar ti set v0='KV6QLNCBC72PUY9' where id=8; -update noar tt set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8; -update noar ti set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8; -update noar tt set v0='I8DXY2G2FA1D' where id=8; -update noar ti set v0='I8DXY2G2FA1D' where id=8; -update noar tt set b1='IS2N19XIFUVAQV' where id=8; -update noar ti set b1='IS2N19XIFUVAQV' where id=8; -update noar tt set v0='7B8UE7EMWCRMXULNJ6' where id=8; -update noar ti set v0='7B8UE7EMWCRMXULNJ6' where id=8; -update noar tt set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8; -update noar ti set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8; -update noar tt set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9; -update noar ti set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9; -update noar tt set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9; -update noar ti set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9; -update noar tt set v0='HW7FT' where id=9; -update noar ti set v0='HW7FT' where id=9; -update noar tt set b1='B4JZCYMR5SINH9' where id=9; -update noar ti set b1='B4JZCYMR5SINH9' where id=9; -update noar tt set v0='72P5QAGDQS6YI3UKHCQ' where id=9; -update noar ti set v0='72P5QAGDQS6YI3UKHCQ' where id=9; -update noar tt set b2='T7' where id=9; -update noar ti set b2='T7' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1; -update noar ti set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1; -update noar tt set b0='JDRTTEDJEKYZ' where id=1; -update noar ti set b0='JDRTTEDJEKYZ' where id=1; -update noar tt set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1; -update noar ti set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1; -update noar tt set b1='KI7TCZ' where id=1; -update noar ti set b1='KI7TCZ' where id=1; -update noar tt set v0='RN6WUSGIWZ' where id=1; -update noar ti set v0='RN6WUSGIWZ' where id=1; -update noar tt set b2='5GCA9ZHZA' where id=1; -update noar ti set b2='5GCA9ZHZA' where id=1; -update noar tt set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2; -update noar ti set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2; -update noar tt set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2; -update noar ti set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2; -update noar tt set v0='3ZM3FY' where id=2; -update noar ti set v0='3ZM3FY' where id=2; -update noar tt set b1='NE8YKPIMT8X' where id=2; -update noar ti set b1='NE8YKPIMT8X' where id=2; -update noar tt set v0='5PGF96I4NUD' where id=2; -update noar ti set v0='5PGF96I4NUD' where id=2; -update noar tt set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2; -update noar ti set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2; -update noar tt set v0='G0YYPCREI3VN1Y90O' where id=3; -update noar ti set v0='G0YYPCREI3VN1Y90O' where id=3; -update noar tt set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3; -update noar ti set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3; -update noar tt set v0='B' where id=3; -update noar ti set v0='B' where id=3; -update noar tt set b1='37' where id=3; -update noar ti set b1='37' where id=3; -update noar tt set v0='HIY4NHE4J4P' where id=3; -update noar ti set v0='HIY4NHE4J4P' where id=3; -update noar tt set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3; -update noar ti set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3; -update noar tt set v0='ZIW2NTL' where id=4; -update noar ti set v0='ZIW2NTL' where id=4; -update noar tt set b0='63SIVCFFPDHY' where id=4; -update noar ti set b0='63SIVCFFPDHY' where id=4; -update noar tt set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4; -update noar ti set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4; -update noar tt set b1='1LPCZ7O' where id=4; -update noar ti set b1='1LPCZ7O' where id=4; -update noar tt set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4; -update noar ti set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4; -update noar tt set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4; -update noar ti set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4; -update noar tt set v0='RODZ3450' where id=5; -update noar ti set v0='RODZ3450' where id=5; -update noar tt set b0='DZ87GBUNF00SF813AFMXUF40' where id=5; -update noar ti set b0='DZ87GBUNF00SF813AFMXUF40' where id=5; -update noar tt set v0='XY' where id=5; -update noar ti set v0='XY' where id=5; -update noar tt set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5; -update noar ti set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5; -update noar tt set v0='8E5USDZ4TM0T2YG6KCUV' where id=5; -update noar ti set v0='8E5USDZ4TM0T2YG6KCUV' where id=5; -update noar tt set b2='DES9M7F2DHTK55TUWQNT' where id=5; -update noar ti set b2='DES9M7F2DHTK55TUWQNT' where id=5; -update noar tt set v0='FGV' where id=6; -update noar ti set v0='FGV' where id=6; -update noar tt set b0='OW4PGJ11' where id=6; -update noar ti set b0='OW4PGJ11' where id=6; -update noar tt set v0='CMDTIGRQ1' where id=6; -update noar ti set v0='CMDTIGRQ1' where id=6; -update noar tt set b1='JN0WE9' where id=6; -update noar ti set b1='JN0WE9' where id=6; -update noar tt set v0='EN' where id=6; -update noar ti set v0='EN' where id=6; -update noar tt set b2='1X4BGE' where id=6; -update noar ti set b2='1X4BGE' where id=6; -update noar tt set v0='C7RWJQS' where id=7; -update noar ti set v0='C7RWJQS' where id=7; -update noar tt set b0='2IUMU5TN7SI7JA9' where id=7; -update noar ti set b0='2IUMU5TN7SI7JA9' where id=7; -update noar tt set v0='UDDH2N38ZAWJ' where id=7; -update noar ti set v0='UDDH2N38ZAWJ' where id=7; -update noar tt set b1='ESPYVR27U' where id=7; -update noar ti set b1='ESPYVR27U' where id=7; -update noar tt set v0='V8TN202EO8DNY4' where id=7; -update noar ti set v0='V8TN202EO8DNY4' where id=7; -update noar tt set b2='BJ' where id=7; -update noar ti set b2='BJ' where id=7; -update noar tt set v0='AEO4L7' where id=8; -update noar ti set v0='AEO4L7' where id=8; -update noar tt set b0='E32MVCZSP4Z9ECXICSC8U' where id=8; -update noar ti set b0='E32MVCZSP4Z9ECXICSC8U' where id=8; -update noar tt set v0='K13K7VHGK4' where id=8; -update noar ti set v0='K13K7VHGK4' where id=8; -update noar tt set b1='3KYHZ47ZL744FUUD9K6O105' where id=8; -update noar ti set b1='3KYHZ47ZL744FUUD9K6O105' where id=8; -update noar tt set v0='A06' where id=8; -update noar ti set v0='A06' where id=8; -update noar tt set b2='4095SLA5PF' where id=8; -update noar ti set b2='4095SLA5PF' where id=8; -update noar tt set v0='EV5V9U' where id=9; -update noar ti set v0='EV5V9U' where id=9; -update noar tt set b0='9N5MAD6AB0VF' where id=9; -update noar ti set b0='9N5MAD6AB0VF' where id=9; -update noar tt set v0='Q790BQ5UMM0CJ3O9KT' where id=9; -update noar ti set v0='Q790BQ5UMM0CJ3O9KT' where id=9; -update noar tt set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9; -update noar ti set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9; -update noar tt set v0='XXS2RE7B7E1QAO' where id=9; -update noar ti set v0='XXS2RE7B7E1QAO' where id=9; -update noar tt set b2='OMF9SH' where id=9; -update noar ti set b2='OMF9SH' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 mediumblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='EASP4KR9E69XOA3' where id=1; -update noar ti set v0='EASP4KR9E69XOA3' where id=1; -update noar tt set b0='HQ0WT' where id=1; -update noar ti set b0='HQ0WT' where id=1; -update noar tt set v0='X76F6NXHRJL60R8Q' where id=1; -update noar ti set v0='X76F6NXHRJL60R8Q' where id=1; -update noar tt set b1='OFRR37QE397AG2SCCB' where id=1; -update noar ti set b1='OFRR37QE397AG2SCCB' where id=1; -update noar tt set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1; -update noar ti set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1; -update noar tt set b2='A2N3V7JC' where id=1; -update noar ti set b2='A2N3V7JC' where id=1; -update noar tt set v0='53' where id=2; -update noar ti set v0='53' where id=2; -update noar tt set b0='RFJV9ZOBHM0K1ST9RHD' where id=2; -update noar ti set b0='RFJV9ZOBHM0K1ST9RHD' where id=2; -update noar tt set v0='ITFVEBR3' where id=2; -update noar ti set v0='ITFVEBR3' where id=2; -update noar tt set b1='EYUFH5QVJDKQ1RGVWZ' where id=2; -update noar ti set b1='EYUFH5QVJDKQ1RGVWZ' where id=2; -update noar tt set v0='C2DO1VFDH0KIQARYW7OB' where id=2; -update noar ti set v0='C2DO1VFDH0KIQARYW7OB' where id=2; -update noar tt set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2; -update noar ti set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2; -update noar tt set v0='V3YGITPMKWIJTRGSDHM8' where id=3; -update noar ti set v0='V3YGITPMKWIJTRGSDHM8' where id=3; -update noar tt set b0='XZAGC' where id=3; -update noar ti set b0='XZAGC' where id=3; -update noar tt set v0='KJBBA' where id=3; -update noar ti set v0='KJBBA' where id=3; -update noar tt set b1='U8PGDXINHRV2BQYHSY0' where id=3; -update noar ti set b1='U8PGDXINHRV2BQYHSY0' where id=3; -update noar tt set v0='RWBEEYXP7YE6DGBIOUP9' where id=3; -update noar ti set v0='RWBEEYXP7YE6DGBIOUP9' where id=3; -update noar tt set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3; -update noar ti set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3; -update noar tt set v0='L7YDOAC8UA9XH9F4INR' where id=4; -update noar ti set v0='L7YDOAC8UA9XH9F4INR' where id=4; -update noar tt set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4; -update noar ti set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4; -update noar tt set v0='D2CST1UNS4SEPXW' where id=4; -update noar ti set v0='D2CST1UNS4SEPXW' where id=4; -update noar tt set b1='6R9PGBHQUQTL2F4J' where id=4; -update noar ti set b1='6R9PGBHQUQTL2F4J' where id=4; -update noar tt set v0='DC6BL2WA' where id=4; -update noar ti set v0='DC6BL2WA' where id=4; -update noar tt set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4; -update noar ti set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4; -update noar tt set v0='1' where id=5; -update noar ti set v0='1' where id=5; -update noar tt set b0='CG26XP421DTNU' where id=5; -update noar ti set b0='CG26XP421DTNU' where id=5; -update noar tt set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5; -update noar ti set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5; -update noar tt set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5; -update noar ti set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5; -update noar tt set v0='783USG44U1VU324J05' where id=5; -update noar ti set v0='783USG44U1VU324J05' where id=5; -update noar tt set b2='U' where id=5; -update noar ti set b2='U' where id=5; -update noar tt set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6; -update noar ti set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6; -update noar tt set b0='059YG6LM' where id=6; -update noar ti set b0='059YG6LM' where id=6; -update noar tt set v0='0FXRR0AD6YL7CL2' where id=6; -update noar ti set v0='0FXRR0AD6YL7CL2' where id=6; -update noar tt set b1='1N3SK0AXTS8M' where id=6; -update noar ti set b1='1N3SK0AXTS8M' where id=6; -update noar tt set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6; -update noar ti set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6; -update noar tt set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6; -update noar ti set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6; -update noar tt set v0='Y6VD622ZXQROOBF2' where id=7; -update noar ti set v0='Y6VD622ZXQROOBF2' where id=7; -update noar tt set b0='Y7SZVU36I0JD7R1' where id=7; -update noar ti set b0='Y7SZVU36I0JD7R1' where id=7; -update noar tt set v0='OQ3QMBPNLG8UWAE2M4' where id=7; -update noar ti set v0='OQ3QMBPNLG8UWAE2M4' where id=7; -update noar tt set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7; -update noar ti set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7; -update noar tt set v0='XP9NI93XL1QD' where id=7; -update noar ti set v0='XP9NI93XL1QD' where id=7; -update noar tt set b2='SCXPXKOT5' where id=7; -update noar ti set b2='SCXPXKOT5' where id=7; -update noar tt set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8; -update noar ti set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8; -update noar tt set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8; -update noar ti set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8; -update noar tt set v0='M6ILSDL7MOGD' where id=8; -update noar ti set v0='M6ILSDL7MOGD' where id=8; -update noar tt set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8; -update noar ti set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8; -update noar tt set v0='EKKNG44WKU9XM6KJ6C0J' where id=8; -update noar ti set v0='EKKNG44WKU9XM6KJ6C0J' where id=8; -update noar tt set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8; -update noar ti set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8; -update noar tt set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9; -update noar ti set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9; -update noar tt set b0='1VEA173H2SQPTMWD' where id=9; -update noar ti set b0='1VEA173H2SQPTMWD' where id=9; -update noar tt set v0='0CRKH4OOE774HGW' where id=9; -update noar ti set v0='0CRKH4OOE774HGW' where id=9; -update noar tt set b1='AZP9R0MEPRIG' where id=9; -update noar ti set b1='AZP9R0MEPRIG' where id=9; -update noar tt set v0='1E' where id=9; -update noar ti set v0='1E' where id=9; -update noar tt set b2='PZFZR3DXM7LKPINHAZ' where id=9; -update noar ti set b2='PZFZR3DXM7LKPINHAZ' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) null, - b0 longblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C' where id=1; -update noar ti set v0='C' where id=1; -update noar tt set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1; -update noar ti set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1; -update noar tt set v0='YZO' where id=1; -update noar ti set v0='YZO' where id=1; -update noar tt set b1='Y22P5303H4U' where id=1; -update noar ti set b1='Y22P5303H4U' where id=1; -update noar tt set v0='E5RIB4Q5412VGPE3K' where id=1; -update noar ti set v0='E5RIB4Q5412VGPE3K' where id=1; -update noar tt set b2='J5N5RPMG' where id=1; -update noar ti set b2='J5N5RPMG' where id=1; -update noar tt set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2; -update noar ti set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2; -update noar tt set b0='11SUB6PE2AIXKX9268WKKU76' where id=2; -update noar ti set b0='11SUB6PE2AIXKX9268WKKU76' where id=2; -update noar tt set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2; -update noar ti set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2; -update noar tt set b1='AE46G94ISVEWG00K6SSE' where id=2; -update noar ti set b1='AE46G94ISVEWG00K6SSE' where id=2; -update noar tt set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2; -update noar ti set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2; -update noar tt set b2='GWBOWNVV3LTAKY' where id=2; -update noar ti set b2='GWBOWNVV3LTAKY' where id=2; -update noar tt set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3; -update noar ti set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3; -update noar tt set b0='FC2MME72H3HTL48ZI52CBP' where id=3; -update noar ti set b0='FC2MME72H3HTL48ZI52CBP' where id=3; -update noar tt set v0='5IBK' where id=3; -update noar ti set v0='5IBK' where id=3; -update noar tt set b1='OKITB1P28Y79AWZF1UPD' where id=3; -update noar ti set b1='OKITB1P28Y79AWZF1UPD' where id=3; -update noar tt set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3; -update noar ti set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3; -update noar tt set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3; -update noar ti set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3; -update noar tt set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4; -update noar ti set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4; -update noar tt set b0='QGUW' where id=4; -update noar ti set b0='QGUW' where id=4; -update noar tt set v0='QA6OJ33FCLZK94B' where id=4; -update noar ti set v0='QA6OJ33FCLZK94B' where id=4; -update noar tt set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4; -update noar ti set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4; -update noar tt set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4; -update noar ti set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4; -update noar tt set b2='BQ5SYMGB5' where id=4; -update noar ti set b2='BQ5SYMGB5' where id=4; -update noar tt set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5; -update noar ti set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5; -update noar tt set b0='3BD2XJAPE6173BIR' where id=5; -update noar ti set b0='3BD2XJAPE6173BIR' where id=5; -update noar tt set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5; -update noar ti set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5; -update noar tt set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5; -update noar ti set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5; -update noar tt set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5; -update noar ti set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5; -update noar tt set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5; -update noar ti set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5; -update noar tt set v0='5' where id=6; -update noar ti set v0='5' where id=6; -update noar tt set b0='6HU9TVMCAKVUDV8Q' where id=6; -update noar ti set b0='6HU9TVMCAKVUDV8Q' where id=6; -update noar tt set v0='A0UUG8V1W4814K08MGN' where id=6; -update noar ti set v0='A0UUG8V1W4814K08MGN' where id=6; -update noar tt set b1='I2' where id=6; -update noar ti set b1='I2' where id=6; -update noar tt set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6; -update noar ti set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6; -update noar tt set b2='G7LEFLNKHX4EAIEM' where id=6; -update noar ti set b2='G7LEFLNKHX4EAIEM' where id=6; -update noar tt set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7; -update noar ti set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7; -update noar tt set b0='GBGKAWP992' where id=7; -update noar ti set b0='GBGKAWP992' where id=7; -update noar tt set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7; -update noar ti set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7; -update noar tt set b1='AUTYZAFELJX' where id=7; -update noar ti set b1='AUTYZAFELJX' where id=7; -update noar tt set v0='NQM9SIC6CIYFQUIE' where id=7; -update noar ti set v0='NQM9SIC6CIYFQUIE' where id=7; -update noar tt set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7; -update noar ti set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7; -update noar tt set v0='UWQ454ISEYGIEB2K3GHS' where id=8; -update noar ti set v0='UWQ454ISEYGIEB2K3GHS' where id=8; -update noar tt set b0='8L12CJHUYCBASKOQ' where id=8; -update noar ti set b0='8L12CJHUYCBASKOQ' where id=8; -update noar tt set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8; -update noar ti set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8; -update noar tt set b1='29Q4PXC1K' where id=8; -update noar ti set b1='29Q4PXC1K' where id=8; -update noar tt set v0='R7B5B3S32W' where id=8; -update noar ti set v0='R7B5B3S32W' where id=8; -update noar tt set b2='0RXY3JWX7S7XXQNM' where id=8; -update noar ti set b2='0RXY3JWX7S7XXQNM' where id=8; -update noar tt set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9; -update noar ti set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9; -update noar tt set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9; -update noar ti set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9; -update noar tt set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9; -update noar ti set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9; -update noar tt set b1='V3AL' where id=9; -update noar ti set b1='V3AL' where id=9; -update noar tt set v0='30' where id=9; -update noar ti set v0='30' where id=9; -update noar tt set b2='BWSTM87GEI8A07V88ZEY4' where id=9; -update noar ti set b2='BWSTM87GEI8A07V88ZEY4' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) null, - b0 longblob null, - b1 longblob null, - b2 longblob null -) engine=tokudb; -insert into tt (id) values (1); -insert into tt (id) values (2); -insert into tt (id) values (3); -insert into tt (id) values (4); -insert into tt (id) values (5); -insert into tt (id) values (6); -insert into tt (id) values (7); -insert into tt (id) values (8); -insert into tt (id) values (9); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='59VIS6' where id=1; -update noar ti set v0='59VIS6' where id=1; -update noar tt set b0='Y16FUVRDYANKU0F4DQ' where id=1; -update noar ti set b0='Y16FUVRDYANKU0F4DQ' where id=1; -update noar tt set v0='MN3NQ9WZC6LT6LJ74' where id=1; -update noar ti set v0='MN3NQ9WZC6LT6LJ74' where id=1; -update noar tt set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1; -update noar ti set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1; -update noar tt set v0='640H' where id=1; -update noar ti set v0='640H' where id=1; -update noar tt set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1; -update noar ti set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1; -update noar tt set v0='MRG388CO9ZJX' where id=2; -update noar ti set v0='MRG388CO9ZJX' where id=2; -update noar tt set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2; -update noar ti set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2; -update noar tt set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2; -update noar ti set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2; -update noar tt set b1='NZL5GJRNCNTCF2EB' where id=2; -update noar ti set b1='NZL5GJRNCNTCF2EB' where id=2; -update noar tt set v0='MHQLGNY' where id=2; -update noar ti set v0='MHQLGNY' where id=2; -update noar tt set b2='SSGH3O8YFLQU' where id=2; -update noar ti set b2='SSGH3O8YFLQU' where id=2; -update noar tt set v0='TIEKUG3' where id=3; -update noar ti set v0='TIEKUG3' where id=3; -update noar tt set b0='8' where id=3; -update noar ti set b0='8' where id=3; -update noar tt set v0='PMSXC24' where id=3; -update noar ti set v0='PMSXC24' where id=3; -update noar tt set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3; -update noar ti set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3; -update noar tt set v0='9' where id=3; -update noar ti set v0='9' where id=3; -update noar tt set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3; -update noar ti set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3; -update noar tt set v0='GJ0QKFH8G2FJJKVPEQK' where id=4; -update noar ti set v0='GJ0QKFH8G2FJJKVPEQK' where id=4; -update noar tt set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4; -update noar ti set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4; -update noar tt set v0='4OO3' where id=4; -update noar ti set v0='4OO3' where id=4; -update noar tt set b1='EKV7VUEF8Q7YRQGA560' where id=4; -update noar ti set b1='EKV7VUEF8Q7YRQGA560' where id=4; -update noar tt set v0='I1J7T9AAHPRK1K27M' where id=4; -update noar ti set v0='I1J7T9AAHPRK1K27M' where id=4; -update noar tt set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4; -update noar ti set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4; -update noar tt set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5; -update noar ti set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5; -update noar tt set b0='99MYQIQFLPOO2' where id=5; -update noar ti set b0='99MYQIQFLPOO2' where id=5; -update noar tt set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5; -update noar ti set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5; -update noar tt set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5; -update noar ti set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5; -update noar tt set v0='117MQSB1W' where id=5; -update noar ti set v0='117MQSB1W' where id=5; -update noar tt set b2='7' where id=5; -update noar ti set b2='7' where id=5; -update noar tt set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6; -update noar ti set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6; -update noar tt set b0='KDAXYY2ZKGQ' where id=6; -update noar ti set b0='KDAXYY2ZKGQ' where id=6; -update noar tt set v0='4IRV4' where id=6; -update noar ti set v0='4IRV4' where id=6; -update noar tt set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6; -update noar ti set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6; -update noar tt set v0='IL1B4LWKHPG9' where id=6; -update noar ti set v0='IL1B4LWKHPG9' where id=6; -update noar tt set b2='RZKG3Z0MGB20YRIK' where id=6; -update noar ti set b2='RZKG3Z0MGB20YRIK' where id=6; -update noar tt set v0='1QXMQT9' where id=7; -update noar ti set v0='1QXMQT9' where id=7; -update noar tt set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7; -update noar ti set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7; -update noar tt set v0='21YP6W' where id=7; -update noar ti set v0='21YP6W' where id=7; -update noar tt set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7; -update noar ti set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7; -update noar tt set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7; -update noar ti set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7; -update noar tt set b2='XC' where id=7; -update noar ti set b2='XC' where id=7; -update noar tt set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8; -update noar ti set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8; -update noar tt set b0='YKL29KZ2AWI9' where id=8; -update noar ti set b0='YKL29KZ2AWI9' where id=8; -update noar tt set v0='OR' where id=8; -update noar ti set v0='OR' where id=8; -update noar tt set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8; -update noar ti set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8; -update noar tt set v0='UEI6QQPEKLOVS4Q7' where id=8; -update noar ti set v0='UEI6QQPEKLOVS4Q7' where id=8; -update noar tt set b2='TFWGLAOD' where id=8; -update noar ti set b2='TFWGLAOD' where id=8; -update noar tt set v0='61E4GG41WNY575' where id=9; -update noar ti set v0='61E4GG41WNY575' where id=9; -update noar tt set b0='SCQEWNAKJR51B285WBC' where id=9; -update noar ti set b0='SCQEWNAKJR51B285WBC' where id=9; -update noar tt set v0='PB6QMSD3U9I2M' where id=9; -update noar ti set v0='PB6QMSD3U9I2M' where id=9; -update noar tt set b1='IYBZ' where id=9; -update noar ti set b1='IYBZ' where id=9; -update noar tt set v0='91XMZFO9C' where id=9; -update noar ti set v0='91XMZFO9C' where id=9; -update noar tt set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9; -update noar ti set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(32) not null, - b0 longblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1; -update noar ti set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1; -update noar tt set b0='N0O88B2D6' where id=1; -update noar ti set b0='N0O88B2D6' where id=1; -update noar tt set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1; -update noar ti set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1; -update noar tt set b1='37XGQ95OSFFT5X42Q9W' where id=1; -update noar ti set b1='37XGQ95OSFFT5X42Q9W' where id=1; -update noar tt set v0='PR3N6SAZ' where id=1; -update noar ti set v0='PR3N6SAZ' where id=1; -update noar tt set b2='8I4A' where id=1; -update noar ti set b2='8I4A' where id=1; -update noar tt set v0='UBOZN' where id=2; -update noar ti set v0='UBOZN' where id=2; -update noar tt set b0='R1MVCFGWM1O9A0' where id=2; -update noar ti set b0='R1MVCFGWM1O9A0' where id=2; -update noar tt set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2; -update noar ti set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2; -update noar tt set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2; -update noar ti set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2; -update noar tt set v0='K9IOAEJHNQA9' where id=2; -update noar ti set v0='K9IOAEJHNQA9' where id=2; -update noar tt set b2='FVIM7GEJ27X' where id=2; -update noar ti set b2='FVIM7GEJ27X' where id=2; -update noar tt set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3; -update noar ti set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3; -update noar tt set b0='1OP916G1RF7QHC497' where id=3; -update noar ti set b0='1OP916G1RF7QHC497' where id=3; -update noar tt set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3; -update noar ti set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3; -update noar tt set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3; -update noar ti set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3; -update noar tt set v0='P4NY' where id=3; -update noar ti set v0='P4NY' where id=3; -update noar tt set b2='PEQ2A' where id=3; -update noar ti set b2='PEQ2A' where id=3; -update noar tt set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4; -update noar ti set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4; -update noar tt set b0='TFG25A1' where id=4; -update noar ti set b0='TFG25A1' where id=4; -update noar tt set v0='8H' where id=4; -update noar ti set v0='8H' where id=4; -update noar tt set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4; -update noar ti set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4; -update noar tt set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4; -update noar ti set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4; -update noar tt set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4; -update noar ti set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4; -update noar tt set v0='SRNVJNY0Z' where id=5; -update noar ti set v0='SRNVJNY0Z' where id=5; -update noar tt set b0='P' where id=5; -update noar ti set b0='P' where id=5; -update noar tt set v0='UBQZIO6U0' where id=5; -update noar ti set v0='UBQZIO6U0' where id=5; -update noar tt set b1='U54L8PRPOMM7VC31E' where id=5; -update noar ti set b1='U54L8PRPOMM7VC31E' where id=5; -update noar tt set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5; -update noar ti set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5; -update noar tt set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5; -update noar ti set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5; -update noar tt set v0='55AKSTWK3CKK7BV' where id=6; -update noar ti set v0='55AKSTWK3CKK7BV' where id=6; -update noar tt set b0='KY7Z' where id=6; -update noar ti set b0='KY7Z' where id=6; -update noar tt set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6; -update noar ti set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6; -update noar tt set b1='X3' where id=6; -update noar ti set b1='X3' where id=6; -update noar tt set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6; -update noar ti set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6; -update noar tt set b2='0OXI2SG154UCHMGQM' where id=6; -update noar ti set b2='0OXI2SG154UCHMGQM' where id=6; -update noar tt set v0='LM12BDBTUXZ' where id=7; -update noar ti set v0='LM12BDBTUXZ' where id=7; -update noar tt set b0='32AYRCYIRJRLE697I' where id=7; -update noar ti set b0='32AYRCYIRJRLE697I' where id=7; -update noar tt set v0='0' where id=7; -update noar ti set v0='0' where id=7; -update noar tt set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7; -update noar ti set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7; -update noar tt set v0='6RTRMOE31H17VNZG5DSNY0' where id=7; -update noar ti set v0='6RTRMOE31H17VNZG5DSNY0' where id=7; -update noar tt set b2='PQ2W0Q38ENFQ8QRRV' where id=7; -update noar ti set b2='PQ2W0Q38ENFQ8QRRV' where id=7; -update noar tt set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8; -update noar ti set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8; -update noar tt set b0='NS9PULEDOQZVAPOW6U' where id=8; -update noar ti set b0='NS9PULEDOQZVAPOW6U' where id=8; -update noar tt set v0='9FIW5ZD3RJR530ARUHJF' where id=8; -update noar ti set v0='9FIW5ZD3RJR530ARUHJF' where id=8; -update noar tt set b1='PKNK5' where id=8; -update noar ti set b1='PKNK5' where id=8; -update noar tt set v0='739F8P4' where id=8; -update noar ti set v0='739F8P4' where id=8; -update noar tt set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8; -update noar ti set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8; -update noar tt set v0='RN6PH' where id=9; -update noar ti set v0='RN6PH' where id=9; -update noar tt set b0='GP1S6HTYE0GX083U' where id=9; -update noar ti set b0='GP1S6HTYE0GX083U' where id=9; -update noar tt set v0='JEZPISDJ1KY5GJ' where id=9; -update noar ti set v0='JEZPISDJ1KY5GJ' where id=9; -update noar tt set b1='5IPR43G9OCJH9' where id=9; -update noar ti set b1='5IPR43G9OCJH9' where id=9; -update noar tt set v0='O47MVT09F9' where id=9; -update noar ti set v0='O47MVT09F9' where id=9; -update noar tt set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9; -update noar ti set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - v0 varchar(256) not null, - b0 longblob not null, - b1 longblob not null, - b2 longblob not null -) engine=tokudb; -insert into tt values (1,'','','',''); -insert into tt values (2,'','','',''); -insert into tt values (3,'','','',''); -insert into tt values (4,'','','',''); -insert into tt values (5,'','','',''); -insert into tt values (6,'','','',''); -insert into tt values (7,'','','',''); -insert into tt values (8,'','','',''); -insert into tt values (9,'','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1; -update noar ti set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1; -update noar tt set b0='LMA' where id=1; -update noar ti set b0='LMA' where id=1; -update noar tt set v0='QES8729V3ZKS4FZRL' where id=1; -update noar ti set v0='QES8729V3ZKS4FZRL' where id=1; -update noar tt set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1; -update noar ti set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1; -update noar tt set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1; -update noar ti set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1; -update noar tt set b2='3HSO5XNEJ59' where id=1; -update noar ti set b2='3HSO5XNEJ59' where id=1; -update noar tt set v0='785EI1QQNEG1ZW7L' where id=2; -update noar ti set v0='785EI1QQNEG1ZW7L' where id=2; -update noar tt set b0='8X133OT' where id=2; -update noar ti set b0='8X133OT' where id=2; -update noar tt set v0='ZE' where id=2; -update noar ti set v0='ZE' where id=2; -update noar tt set b1='5MWOR8' where id=2; -update noar ti set b1='5MWOR8' where id=2; -update noar tt set v0='JZLR2M' where id=2; -update noar ti set v0='JZLR2M' where id=2; -update noar tt set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2; -update noar ti set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2; -update noar tt set v0='5JRK06C9QZL0X' where id=3; -update noar ti set v0='5JRK06C9QZL0X' where id=3; -update noar tt set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3; -update noar ti set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3; -update noar tt set v0='R88GRBCKRR4GOJCJCV0V' where id=3; -update noar ti set v0='R88GRBCKRR4GOJCJCV0V' where id=3; -update noar tt set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3; -update noar ti set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3; -update noar tt set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3; -update noar ti set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3; -update noar tt set b2='W1VTVX64P881E1C0LEF9' where id=3; -update noar ti set b2='W1VTVX64P881E1C0LEF9' where id=3; -update noar tt set v0='JUQC4PQSW1FH0JBJPF' where id=4; -update noar ti set v0='JUQC4PQSW1FH0JBJPF' where id=4; -update noar tt set b0='MC6Q3JQR88' where id=4; -update noar ti set b0='MC6Q3JQR88' where id=4; -update noar tt set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4; -update noar ti set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4; -update noar tt set b1='7BF7EI1' where id=4; -update noar ti set b1='7BF7EI1' where id=4; -update noar tt set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4; -update noar ti set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4; -update noar tt set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4; -update noar ti set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4; -update noar tt set v0='HJQC0OCESWPGF14VOVKT' where id=5; -update noar ti set v0='HJQC0OCESWPGF14VOVKT' where id=5; -update noar tt set b0='8O9UCSXDF7GU' where id=5; -update noar ti set b0='8O9UCSXDF7GU' where id=5; -update noar tt set v0='OYVZDAC0QB1OBB' where id=5; -update noar ti set v0='OYVZDAC0QB1OBB' where id=5; -update noar tt set b1='HHH50' where id=5; -update noar ti set b1='HHH50' where id=5; -update noar tt set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5; -update noar ti set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5; -update noar tt set b2='K779NJDMFEOA' where id=5; -update noar ti set b2='K779NJDMFEOA' where id=5; -update noar tt set v0='OVXT1X' where id=6; -update noar ti set v0='OVXT1X' where id=6; -update noar tt set b0='63V2OXBQNKL2LD710' where id=6; -update noar ti set b0='63V2OXBQNKL2LD710' where id=6; -update noar tt set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6; -update noar ti set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6; -update noar tt set b1='7HW3YATS3WGVZWQ8B24C74' where id=6; -update noar ti set b1='7HW3YATS3WGVZWQ8B24C74' where id=6; -update noar tt set v0='GBERGIH8' where id=6; -update noar ti set v0='GBERGIH8' where id=6; -update noar tt set b2='YR3LN' where id=6; -update noar ti set b2='YR3LN' where id=6; -update noar tt set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7; -update noar ti set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7; -update noar tt set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7; -update noar ti set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7; -update noar tt set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7; -update noar ti set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7; -update noar tt set b1='1U09FXSSIYL16M6JEA8H606P' where id=7; -update noar ti set b1='1U09FXSSIYL16M6JEA8H606P' where id=7; -update noar tt set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7; -update noar ti set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7; -update noar tt set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7; -update noar ti set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7; -update noar tt set v0='PQ8FXWADPE5OGKA9W' where id=8; -update noar ti set v0='PQ8FXWADPE5OGKA9W' where id=8; -update noar tt set b0='21YP85HIA8WEFUC8TNX3M50' where id=8; -update noar ti set b0='21YP85HIA8WEFUC8TNX3M50' where id=8; -update noar tt set v0='4VZFL6K01OGTFH2IID1E1' where id=8; -update noar ti set v0='4VZFL6K01OGTFH2IID1E1' where id=8; -update noar tt set b1='JUJISIJ60YBM2GHE9W6M' where id=8; -update noar ti set b1='JUJISIJ60YBM2GHE9W6M' where id=8; -update noar tt set v0='JYQ9EFJDF94MD' where id=8; -update noar ti set v0='JYQ9EFJDF94MD' where id=8; -update noar tt set b2='PHIC3GT1SEJL04' where id=8; -update noar ti set b2='PHIC3GT1SEJL04' where id=8; -update noar tt set v0='9UOB0KDAE96FO' where id=9; -update noar ti set v0='9UOB0KDAE96FO' where id=9; -update noar tt set b0='JX' where id=9; -update noar ti set b0='JX' where id=9; -update noar tt set v0='0Y08GKSNFS62O' where id=9; -update noar ti set v0='0Y08GKSNFS62O' where id=9; -update noar tt set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9; -update noar ti set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9; -update noar tt set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9; -update noar ti set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9; -update noar tt set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9; -update noar ti set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; +--source ../include/fast_update_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_blobs_with_varchar.inc + +--perl + + my $nrows = 10; + open(FILE, '>', "$ENV{GENERATED}") or die; + my @blob_types = ('tinyblob', 'blob', 'mediumblob', 'longblob'); + foreach my $i (0, 1) { + foreach my $a (@blob_types) { + foreach my $b (@blob_types) { + foreach my $c (@blob_types) { + foreach my $n ('null', 'not null') { + foreach my $v ('varchar(32)', 'varchar(256)') { + test_blobs([$a, $b, $c], $v, $n, $i, $nrows); + } + } + } + } + } + } + close FILE; + + sub test_blobs { + my $cols = shift; + my $v = shift; + my $n = shift; + my $need_fixed_int = shift; + my $nrows = shift; + + print FILE "create table tt (id bigint unsigned primary key,\n"; + print FILE " f0 int $n,\n" if ($need_fixed_int); + print FILE " v0 $v $n,\n"; + foreach my $i (0 .. $#{$cols}) { + if ($i < $#{$cols}) { + print FILE " b$i $cols->[$i] $n,\n"; + } + else { + print FILE " b$i $cols->[$i] $n\n"; + } + } + print FILE ") engine=tokudb;\n"; + + foreach my $id (1 .. ($nrows - 1)) { + if ($n eq 'null') { + print FILE "insert into tt (id) values ($id);\n"; + } + else { + if ($need_fixed_int) { + print FILE "insert into tt values ($id, 0, '', '', '', '');\n"; + } + else { + print FILE "insert into tt values ($id, '', '', '', '');\n"; + } + } + } + + print FILE "create table ti like tt;\n"; + print FILE "alter table ti engine=innodb;\n"; + print FILE "insert into ti select * from tt;\n"; + + foreach my $id (1 .. ($nrows - 1)) { + foreach my $i (0 .. 2) { + my $long_str = rnd_str((rand(32) + 1), ("A" .. "Z", 0 .. 9)); + print FILE "update tt set v0='$long_str' where id=$id;\n"; + print FILE "update ti set v0='$long_str' where id=$id;\n"; + + $long_str = rnd_str((rand(32) + 1), ("A" .. "Z", 0 .. 9)); + print FILE "update tt set b$i='$long_str' where id=$id;\n"; + print FILE "update ti set b$i='$long_str' where id=$id;\n"; + } + } + + print FILE '--let $diff_tables = test.tt, test.ti'."\n"; + print FILE "--source include/diff_tables.inc\n"; + print FILE "drop table tt, ti;\n"; + } + + sub rnd_str { join '', @_[ map{ rand @_ } 1 .. shift ] } + +EOF + +--source ../include/fast_update_gen_footer_silent.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_char.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_char.test index 2ee6fbd79eeaafaffcd7fc6a2102cd61b1355e34..173648459428d8bf8323c7737b03bfaab3c2b0e9 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_char.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_char.test @@ -4,94 +4,96 @@ source include/have_tokudb.inc; source include/have_innodb.inc; -set default_storage_engine='tokudb'; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; -disable_warnings; -drop table if exists tt, ti; -enable_warnings; - -set tokudb_disable_slow_update=1; - -create table tt (id int primary key, c char(32), b binary(32)); +create table tt (id int primary key, c char(32), b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values (1,null,null); insert into ti values (1,null,null); -update noar tt set c='hi' where id=1; -update noar ti set c='hi' where id=1; +update tt set c='hi' where id=1; +update ti set c='hi' where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set c='there' where id=1; -update noar ti set c='there' where id=1; +update tt set c='there' where id=1; +update ti set c='there' where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; drop table tt, ti; -create table tt (id char(8) primary key, c char(32), b binary(32)); +create table tt (id char(8) primary key, + c char(32), + b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null); insert into ti values ('1',null,null); -update noar tt set c='hi' where id='1'; -update noar ti set c='hi' where id='1'; +update tt set c='hi' where id='1'; +update ti set c='hi' where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set c='there' where id='1'; -update noar ti set c='there' where id='1'; +update tt set c='there' where id='1'; +update ti set c='there' where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; drop table tt, ti; -create table tt (id varchar(8) primary key, a int, b char(32), c char(32), d binary(32)); +create table tt (id varchar(8) primary key, + a int, + b char(32), + c char(32), + d binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null,null,null); insert into ti values ('1',null,null,null,null); -update noar tt set b='hi' where id='1'; -update noar ti set b='hi' where id='1'; +update tt set b='hi' where id='1'; +update ti set b='hi' where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set c='there' where id='1'; -update noar ti set c='there' where id='1'; +update tt set c='there' where id='1'; +update ti set c='there' where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; drop table tt, ti; -create table tt (id varchar(8) primary key, a int, b char(32), c char(32), d binary(32)); +create table tt (id varchar(8) primary key, + a int, + b char(32), + c char(32), + d binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; insert into tt values ('1',null,null,null,null); insert into ti values ('1',null,null,null,null); -update noar tt set b='123' where id='1'; -update noar ti set b='123' where id='1'; +update tt set b='123' where id='1'; +update ti set b='123' where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set c=456 where id='1'; -update noar ti set c=456 where id='1'; +update tt set c=456 where id='1'; +update ti set c=456 where id='1'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set c=789 where id=1; -update noar ti set c=789 where id=1; +update tt set c=789 where id=1; +update ti set c=789 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; drop table tt, ti; - - - diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_deadlock.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_deadlock.test index 24221f85f759c0f8f0581e5062beaeb446abc82f..380f28d6a79d85b444fdae99f8a95ef0834d320c 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_deadlock.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_deadlock.test @@ -1,31 +1,31 @@ source include/have_tokudb.inc; -disable_warnings; -drop table if exists t; -enable_warnings; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; -set default_storage_engine='tokudb'; - -create table t (id bigint primary key, b bigint not null default 0); +create table t (id bigint primary key, + b bigint not null default 0) engine = tokudb; insert into t (id) values (1),(2); connect (conn1,localhost,root,,); +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; connection default; begin; -update noar t set b=b+1 where id=1; +update t set b=b+1 where id=1; connection conn1; begin; -update noar t set b=b-1 where id=2; +update t set b=b-1 where id=2; connection default; -send update noar t set b=b+1 where id=2; +send update t set b=b+1 where id=2; connection conn1; sleep 1; error 1205,1213; -update noar t set b=b-1 where id=1; +update t set b=b-1 where id=1; rollback; connection default; @@ -38,4 +38,3 @@ disconnect conn1; select * from t; drop table t; - diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.py deleted file mode 100644 index 430d4c4f36550702139edae0bb2d7d90d778e271..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.py +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env python - -import sys - -def main(): - print "# generated by tokudb_update_decr_floor.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - print "set tokudb_disable_slow_update=1;" - - for t in [ 'tinyint', 'smallint', 'mediumint', 'int', 'bigint' ]: - for u in [ '', 'unsigned' ]: - for n in [ 'null', 'not null' ]: - test_int(t, u, n) - return 0 - -def test_int(t, u, n): - print "create table tt (" - print " id %s %s %s primary key," % (t, u, n) - print " x %s %s %s" % (t, u, n) - print ");" - - print "insert into tt values (1,4);" - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert into ti select * from tt;" - - if u == 'unsigned': - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - print "update noar ti set x=if(x=0,0,x-1) where id=1;" - - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - print "update noar ti set x=if(x=0,0,x-1) where id=1;" - - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - print "update noar ti set x=if(x=0,0,x-1) where id=1;" - - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - print "update noar ti set x=if(x=0,0,x-1) where id=1;" - - print "# try to decrement when x=0" - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - print "update noar ti set x=if(x=0,0,x-1) where id=1;" - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - else: - print "replace_regex /MariaDB/XYZ/ /MySQL/XYZ/;" - print "error ER_UNSUPPORTED_EXTENSION;" - print "update noar tt set x=if(x=0,0,x-1) where id=1;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.test index 133331d35781305dc355c152232a26a44a3886b1..109e39d0e0aa3c2da3d92e1533f660a377c381db 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_decr_floor.test @@ -1,348 +1,61 @@ -# generated by tokudb_update_decr_floor.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -set tokudb_disable_slow_update=1; -create table tt ( - id tinyint null primary key, - x tinyint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id tinyint not null primary key, - x tinyint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id tinyint unsigned null primary key, - x tinyint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id tinyint unsigned not null primary key, - x tinyint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint null primary key, - x smallint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id smallint not null primary key, - x smallint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id smallint unsigned null primary key, - x smallint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint unsigned not null primary key, - x smallint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint null primary key, - x mediumint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id mediumint not null primary key, - x mediumint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id mediumint unsigned null primary key, - x mediumint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint unsigned not null primary key, - x mediumint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int null primary key, - x int null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id int not null primary key, - x int not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id int unsigned null primary key, - x int unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int unsigned not null primary key, - x int unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint null primary key, - x bigint null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id bigint not null primary key, - x bigint not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=if(x=0,0,x-1) where id=1; -drop table tt, ti; -create table tt ( - id bigint unsigned null primary key, - x bigint unsigned null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint unsigned not null primary key, - x bigint unsigned not null -); -insert into tt values (1,4); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -# try to decrement when x=0 -update noar tt set x=if(x=0,0,x-1) where id=1; -update noar ti set x=if(x=0,0,x-1) where id=1; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; +--source ../include/fast_update_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_decr_floor.inc + +--perl + open(FILE, '>', "$ENV{GENERATED}") or die; + foreach my $t ('tinyint', 'smallint', 'mediumint', 'int', 'bigint') { + foreach my $u ('', 'unsigned') { + foreach my $n ('null', 'not null') { + test_int($t, $u, $n); + } + } + } + close FILE; + + sub test_int { + my $t = shift; + my $u = shift; + my $n = shift; + + print FILE "create table tt (\n"; + print FILE " id $t $u primary key,\n"; + print FILE " x $t $u $n\n"; + print FILE ") engine = tokudb;\n"; + + print FILE "insert into tt values (1,4);\n"; + print FILE "create table ti like tt;\n"; + print FILE "alter table ti engine=innodb;\n"; + print FILE "insert into ti select * from tt;\n"; + + if ($u eq 'unsigned') { + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE "update ti set x = if(x = 0, 0, x - 1) where id = 1;\n"; + + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE "update ti set x = if(x = 0, 0, x - 1) where id = 1;\n"; + + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE "update ti set x = if(x = 0, 0, x - 1) where id = 1;\n"; + + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE "update ti set x = if(x = 0, 0, x - 1) where id = 1;\n"; + + print FILE "# try to decrement when x=0\n"; + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE "update ti set x = if(x = 0, 0, x - 1) where id = 1;\n"; + print FILE '--let $diff_tables = test.tt, test.ti'."\n"; + print FILE "--source include/diff_tables.inc\n"; + } + else { + print FILE "--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/\n"; + print FILE "--error ER_UNSUPPORTED_EXTENSION\n"; + print FILE "update tt set x = if(x = 0, 0, x - 1) where id = 1;\n"; + } + + print FILE "drop table tt, ti;\n"; + } + +EOF + +--source ../include/fast_update_gen_footer_silent.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_disable_slow_update.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_disable_slow_update.test deleted file mode 100644 index 3fdca0a6edd6d9c4e98f29afc5699880b1c44da1..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_disable_slow_update.test +++ /dev/null @@ -1,17 +0,0 @@ ---source include/have_tokudb.inc - -set default_storage_engine='tokudb'; - ---disable_warnings -drop table if exists t; ---enable_warnings - -create table t (id int primary key, b int, key(b)); - -set tokudb_disable_slow_update=1; - -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; ---error ER_UNSUPPORTED_EXTENSION -update noar t set b=b+1 where id=42; - -drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_error.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_error.test index dc7c4d277dcfabbc1f21d4bd5235bd6bf24970ba..51fde25a5f26bc8d93dc394db50b94faeb779e7e 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_error.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_error.test @@ -1,25 +1,19 @@ # test that char field updates are fast # test that char field primary keys are fast - source include/have_tokudb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists tt; -enable_warnings; - -set tokudb_disable_slow_update=1; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; -create table tt (id int primary key, x int); +create table tt (id int primary key, x int) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar tt set x=1 where id='abc'; +update tt set x=1 where id='abc'; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar tt set x='abc' where id=1; +update tt set x='abc' where id=1; drop table tt; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_int.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_int.py deleted file mode 100644 index f6414f0ec5b30d62168fd633fe17e29d61dddbb1..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_int.py +++ /dev/null @@ -1,77 +0,0 @@ -#!/usr/bin/env python - -import sys - -def main(): - print "# generated by tokudb_fast_update_int.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - for t in [ 'tinyint', 'smallint', 'mediumint', 'int', 'bigint' ]: - for u in [ '', 'unsigned' ]: - for n in [ 'null', 'not null' ]: - test_int(t, u, n) - return 0 - -def test_int(t, u, n): - print "create table t (" - print " id %s %s %s primary key," % (t, u, n) - print " x %s %s %s" % (t, u, n) - print ");" - - print "insert into t values (1,0),(2,0),(3,0);" - print "select * from t;" - - print "set tokudb_disable_slow_update=1;" - - # set is fast - print "update noar t set x=100 where id=2;" - print "select * from t;" - - # increment is fast - print "update noar t set x=x+1 where id=3;" - print "select * from t;" - - # decrement is fast - print "update noar t set x=x-1 where id=3;" - print "select * from t;" - - # field=field+constant is fast - print "update noar t set x=x+100 where id=3;" - print "select * from t;" - - # field=field-constant is fast - print "update noar t set x=x-100 where id=3;" - print "select * from t;" - - # field=constant+field is not yet fast - print "replace_regex /MariaDB/XYZ/ /MySQL/XYZ/;" - print "error ER_UNSUPPORTED_EXTENSION;" - print "update noar t set x=1+x where id=1;" - - # field=-field is not yet fast - print "replace_regex /MariaDB/XYZ/ /MySQL/XYZ/;" - print "error ER_UNSUPPORTED_EXTENSION;" - print "update noar t set x=-x where id=1;" - - # yes, we can update a field in a non-existent row and the row is not inserted - print "update noar t set x=x+1 where id=100;" - print "select * from t;" - - # range updates are not yet fast - print "replace_regex /MariaDB/XYZ/ /MySQL/XYZ/;" - print "error ER_UNSUPPORTED_EXTENSION;" - print "update noar t set x=x+1 where 1 <= id and id < 100;" - - # full table updates are not yet fast - print "replace_regex /MariaDB/XYZ/ /MySQL/XYZ/;" - print "error ER_UNSUPPORTED_EXTENSION;" - print "update noar t set x=x+1;" - - print "drop table t;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_int.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_int.test index e663cbfb8fd07fe92cfa0aef6f2e9d3e55395333..699fc9dacba074c1fb79b07c30fb5ebd36a6f209 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_int.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_int.test @@ -1,647 +1,35 @@ -# generated by tokudb_fast_update_int.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -create table t ( - id tinyint null primary key, - x tinyint null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id tinyint not null primary key, - x tinyint not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id tinyint unsigned null primary key, - x tinyint unsigned null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id tinyint unsigned not null primary key, - x tinyint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id smallint null primary key, - x smallint null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id smallint not null primary key, - x smallint not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id smallint unsigned null primary key, - x smallint unsigned null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id smallint unsigned not null primary key, - x smallint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id mediumint null primary key, - x mediumint null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id mediumint not null primary key, - x mediumint not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id mediumint unsigned null primary key, - x mediumint unsigned null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id mediumint unsigned not null primary key, - x mediumint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id int null primary key, - x int null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id int not null primary key, - x int not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id int unsigned null primary key, - x int unsigned null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id int unsigned not null primary key, - x int unsigned not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id bigint null primary key, - x bigint null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id bigint not null primary key, - x bigint not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id bigint unsigned null primary key, - x bigint unsigned null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; -create table t ( - id bigint unsigned not null primary key, - x bigint unsigned not null -); -insert into t values (1,0),(2,0),(3,0); -select * from t; -set tokudb_disable_slow_update=1; -update noar t set x=100 where id=2; -select * from t; -update noar t set x=x+1 where id=3; -select * from t; -update noar t set x=x-1 where id=3; -select * from t; -update noar t set x=x+100 where id=3; -select * from t; -update noar t set x=x-100 where id=3; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=1+x where id=1; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=-x where id=1; -update noar t set x=x+1 where id=100; -select * from t; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where 1 <= id and id < 100; -replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; -error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1; -drop table t; +--source ../include/fast_update_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_int.inc + +--perl + + my $mysql_current_test_dir = $ENV{MYSQL_CURRENT_TEST_DIR}; + open(FILE, '>', "$ENV{GENERATED}") or die; + foreach my $t ('tinyint', 'smallint', 'mediumint', 'int', 'bigint') { + foreach my $u ('', 'unsigned') { + foreach my $n ('null', 'not null') { + print FILE "--echo ### Test int for: $t, $u, $n\n"; + test_int($t, $u, $n); + } + } + } + close FILE; + + sub test_int { + my $t = shift; + my $u = shift; + my $n = shift; + + print FILE "create table t (\n"; + print FILE " id $t $u primary key,\n"; + print FILE " x $t $u $n\n"; + print FILE ") engine = tokudb;\n"; + + print FILE "--source $ENV{MYSQL_CURRENT_TEST_DIR}/../include/". + "fast_update_int.inc\n\n"; + } + +EOF + +--source ../include/fast_update_gen_footer.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_int_bounds.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_int_bounds.test index cf35424323604ea7580e8291f8d84767f5ac029e..cefeb1ff1f585ef5b57af6633509010044a464ad 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_int_bounds.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_int_bounds.test @@ -1,82 +1,77 @@ source include/have_tokudb.inc; source include/have_innodb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -create table tt (id int primary key, x int); +create table tt (id int primary key, x int) engine = tokudb; insert into tt values (1,0),(2,-pow(2,31)),(3,pow(2,31)-1); create table ti like tt; alter table ti engine=innodb; insert into ti select * from tt; -set tokudb_disable_slow_update=1; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x-2 where id=1; -update noar ti set x=x-2 where id=1; +update tt set x=x-2 where id=1; +update ti set x=x-2 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x-1 where id=2; -update noar ti set x=x-1 where id=2; +update tt set x=x-1 where id=2; +update ti set x=x-1 where id=2; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x+1 where id=2; -update noar ti set x=x+1 where id=2; +update tt set x=x+1 where id=2; +update ti set x=x+1 where id=2; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x+1 where id=3; -update noar ti set x=x+1 where id=3; +update tt set x=x+1 where id=3; +update ti set x=x+1 where id=3; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x-1 where id=3; -update noar ti set x=x-1 where id=3; +update tt set x=x-1 where id=3; +update ti set x=x-1 where id=3; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; # test clip at maximum insert into tt values (4,pow(2,31)-10); insert into ti values (4,pow(2,31)-10); -update noar tt set x=x+20 where id=4; -update noar ti set x=x+20 where id=4; +update tt set x=x+20 where id=4; +update ti set x=x+20 where id=4; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; insert into tt values (5,pow(2,31)-10); insert into ti values (5,pow(2,31)-10); -update noar tt set x=x - -20 where id=5; -update noar ti set x=x - -20 where id=5; +update tt set x=x - -20 where id=5; +update ti set x=x - -20 where id=5; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; # test clip at minimum insert into tt values (6,-pow(2,31)+10); insert into ti values (6,-pow(2,31)+10); -update noar tt set x=x-20 where id=6; -update noar ti set x=x-20 where id=6; +update tt set x=x-20 where id=6; +update ti set x=x-20 where id=6; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; insert into tt values (7,-pow(2,31)+10); insert into ti values (7,-pow(2,31)+10); -update noar tt set x=x + -20 where id=7; -update noar ti set x=x + -20 where id=7; +update tt set x=x + -20 where id=7; +update ti set x=x + -20 where id=7; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_key.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_key.test index 21f3cbf999a768aa3bba542eb0a033ac05b846e0..6ff74d191af2b92e6966ed7861159f75eb508cd6 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_key.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_key.test @@ -1,71 +1,78 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -set tokudb_disable_slow_update=1; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; # must have primary key -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint); +create table t (ida int not null, + idb bigint not null, + idc tinyint unsigned not null, + x bigint) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1; +update t set x=x+1 where ida=1; drop table t; # must have no clustering keys -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, clustering key(ida,idb,idc)); +create table t (ida int not null, + idb bigint not null, + idc tinyint unsigned not null, + x bigint, + clustering key(ida,idb,idc)) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1; +update t set x=x+1 where ida=1; drop table t; -# update noar field must not be part of any key -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, primary key(ida,idb,idc), key(x)); +# update field must not be part of any key +create table t (ida int not null, + idb bigint not null, + idc tinyint unsigned not null, + x bigint, + primary key(ida,idb,idc), + key(x)) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1; +update t set x=x+1 where ida=1; drop table t; # must have no pk prefixed -create table t (id char(32), x bigint, primary key(id(1))); +create table t (id char(32), x bigint, primary key(id(1))) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where id='hi'; +update t set x=x+1 where id='hi'; drop table t; -create table t (id varchar(32), x bigint, primary key(id(1))); +create table t (id varchar(32), x bigint, primary key(id(1))) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where id='hi'; +update t set x=x+1 where id='hi'; drop table t; # test for point updates on compound keys -create table t (ida int not null, idb bigint not null, idc tinyint unsigned not null, x bigint, primary key(ida,idb,idc)); +create table t (ida int not null, + idb bigint not null, + idc tinyint unsigned not null, + x bigint, + primary key(ida,idb,idc)) engine = tokudb; insert into t values (1,2,3,0); replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1; +update t set x=x+1 where ida=1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1 and idb=2; +update t set x=x+1 where ida=1 and idb=2; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where ida=1 and idb=2 or idc=3; +update t set x=x+1 where ida=1 and idb=2 or idc=3; -update noar t set x=x+1 where ida=1 and idb=2 and idc=3; +update t set x=x+1 where ida=1 and idb=2 and idc=3; select * from t; -update noar t set x=x+1 where idc=3 and ida=1 and idb=2; +update t set x=x+1 where idc=3 and ida=1 and idb=2; select * from t; drop table t; - - - - diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_sqlmode.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_sqlmode.test index 9eb7721b53864b345889c8c00bdfb379b8c2870d..2740cd6c3160fcc98455a4f7edb694cd506d0789 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_sqlmode.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_sqlmode.test @@ -1,36 +1,29 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -set tokudb_disable_slow_update=1; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; let $default_sql_mode = `select @@session.sql_mode`; -create table t (id int primary key, x int not null); +create table t (id int primary key, x int not null) engine = tokudb; insert into t values (1,0); -update noar t set x=42 where id=1; -update noar t set x=x+1 where id=1; -update noar t set x=x-1 where id=1; +update t set x=42 where id=1; +update t set x=x+1 where id=1; +update t set x=x-1 where id=1; eval set session sql_mode="$default_sql_mode,traditional"; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=42 where id=1; +update t set x=42 where id=1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x+1 where id=1; +update t set x=x+1 where id=1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -update noar t set x=x-1 where id=1; - -eval set session sql_mode="$default_sql_mode"; +update t set x=x-1 where id=1; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_uint_bounds.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_uint_bounds.test index f4f43d60e31a6f9a9a9286f81ae454752da88024..a35658cba18ba7dbf444d75077a79fa8a75ca56c 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_uint_bounds.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_uint_bounds.test @@ -1,62 +1,54 @@ source include/have_tokudb.inc; source include/have_innodb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -create table tt (id int primary key, x int unsigned); +create table tt (id int primary key, x int unsigned) engine = tokudb; insert into tt values (1,0),(2,pow(2,32)-1); create table ti like tt; alter table ti engine=innodb; insert into ti select * from tt; -set tokudb_disable_slow_update=1; +set tokudb_enable_fast_update=1; +source ../include/setup_fast_update_upsert.inc; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x-2 where id=1; -update noar ti set x=if(x<2,0,x-2) where id=1; +update tt set x=x-2 where id=1; +update ti set x=if(x<2,0,x-2) where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x+1 where id=1; -update noar ti set x=x+1 where id=1; +update tt set x=x+1 where id=1; +update ti set x=x+1 where id=1; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x-1 where id=2; -update noar ti set x=x-1 where id=2; +update tt set x=x-1 where id=2; +update ti set x=x-1 where id=2; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -update noar tt set x=x+1 where id=2; -update noar ti set x=x+1 where id=2; +update tt set x=x+1 where id=2; +update ti set x=x+1 where id=2; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; # test clip at maximum insert into tt values (4,pow(2,32)-10); insert into ti values (4,pow(2,32)-10); -update noar tt set x=x+20 where id=4; -update noar ti set x=x+20 where id=4; +update tt set x=x+20 where id=4; +update ti set x=x+20 where id=4; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; # test clip at minimum insert into tt values (5,10); insert into ti values (5,10); -update noar tt set x=x-20 where id=5; -update noar ti set x=if(x<20,0,x-20) where id=5; +update tt set x=x-20 where id=5; +update ti set x=if(x<20,0,x-20) where id=5; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; drop table tt, ti; - - - diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.py b/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.py deleted file mode 100644 index 54cc0050ee3287d0cdc3a1b19fe3124483c1cbfd..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.py +++ /dev/null @@ -1,63 +0,0 @@ -#!/usr/bin/env python - -import sys -import random -import string - -def main(): - print "# generated by tokudb_fast_update_varchar.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists t;" - print "enable_warnings;" - - nrows = 100 - - for t in [ 'varchar', 'varbinary' ]: - for l in [ 32, 256 ]: - for n in [ 'null', 'not null' ]: - test_varchar(t, l, n, nrows) - return 0 - -def test_varchar(t, l, n, nrows): - print "create table tt (id bigint unsigned primary key," - print " f0 int %s," % (n) - for i in range(4): - print " v%d %s(%d) %s," % (i, t, l, n) - print " b0 text %s" % (n) - print ") engine=tokudb;" - - if n == 'null': - print "insert into tt (id) values (0);" - print "insert into tt values (1,2,'a','b','c','d','e');" - for i in range(2,nrows): - print "insert into tt values (%d,%d,'','','','','');" % (i,i+1) - - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert into ti select * from tt;" - - nulltest = [ 'null this', 'null is', 'null a', 'null test' ] - for i in range(4): - print "update noar tt set v%d='%s %s' where id=0;" % (i, nulltest[i], str(i)) - print "update noar ti set v%d='%s %s' where id=0;" % (i, nulltest[i], str(i)) - - test = [ 'this' ,'is', 'another', 'test'] - for i in range(4): - print "update noar tt set v%d='%s %s' where id=1;" % (i, test[i], str(i)) - print "update noar ti set v%d='%s %s' where id=1;" % (i, test[i], str(i)) - - for id in range(2,nrows): - for i in range(4): - long_str = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(l+1)) - print "update noar tt set v%d='%s' where id=%d;" % (i, long_str, id) - print "update noar ti set v%d='%s' where id=%d;" % (i, long_str, id) - - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.test index b407f416a3bef7afbe2c0ffeed80268bf3830be3..66e5c977d1fc14e50ff90fdd2e8db56853b008ca 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_varchar.test @@ -1,7315 +1,75 @@ -# generated by tokudb_fast_update_varchar.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists t; -enable_warnings; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(32) null, - v1 varchar(32) null, - v2 varchar(32) null, - v3 varchar(32) null, - b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='C6P5MJKRJ430AM9T012TSRGW76CFGSHQL' where id=2; -update noar ti set v0='C6P5MJKRJ430AM9T012TSRGW76CFGSHQL' where id=2; -update noar tt set v1='FQ3TW0TRJWER0OSIO33UTIFSBT7PTGO9A' where id=2; -update noar ti set v1='FQ3TW0TRJWER0OSIO33UTIFSBT7PTGO9A' where id=2; -update noar tt set v2='XAXU3S3K4PYXB4IB4HH5ANUUOGC1KD3JX' where id=2; -update noar ti set v2='XAXU3S3K4PYXB4IB4HH5ANUUOGC1KD3JX' where id=2; -update noar tt set v3='879I2MV65FUY0WFCFS09C74IN1VAISIEG' where id=2; -update noar ti set v3='879I2MV65FUY0WFCFS09C74IN1VAISIEG' where id=2; -update noar tt set v0='QAPUD5QIQINRVEPEYVDYJ6N9UI0GFZHRV' where id=3; -update noar ti set v0='QAPUD5QIQINRVEPEYVDYJ6N9UI0GFZHRV' where id=3; -update noar tt set v1='M6ME86RQIYBCUDNTD125MIV92IT6CKU15' where id=3; -update noar ti set v1='M6ME86RQIYBCUDNTD125MIV92IT6CKU15' where id=3; -update noar tt set v2='KSZGNMKS7PTH611GW21K59DD2R7KY4JAO' where id=3; -update noar ti set v2='KSZGNMKS7PTH611GW21K59DD2R7KY4JAO' where id=3; -update noar tt set v3='OSZTEY9AS1ZSXGBMVQ13ST2RB5UX4G7O2' where id=3; -update noar ti set v3='OSZTEY9AS1ZSXGBMVQ13ST2RB5UX4G7O2' where id=3; -update noar tt set v0='C67XB2ZDJCMF7MATMIZ7UKCOCXM6LX4IB' where id=4; -update noar ti set v0='C67XB2ZDJCMF7MATMIZ7UKCOCXM6LX4IB' where id=4; -update noar tt set v1='S0LRECBVNG2PF4USXXGK5HQBXNMGR0PV6' where id=4; -update noar ti set v1='S0LRECBVNG2PF4USXXGK5HQBXNMGR0PV6' where id=4; -update noar tt set v2='MYYF7M19VXCDAZYIZ0WLCDHPAA5D33BS1' where id=4; -update noar ti set v2='MYYF7M19VXCDAZYIZ0WLCDHPAA5D33BS1' where id=4; -update noar tt set v3='4KJDY3HCYE207SAY3ULNRAWO9E0ST1DBJ' where id=4; -update noar ti set v3='4KJDY3HCYE207SAY3ULNRAWO9E0ST1DBJ' where id=4; -update noar tt set v0='ZEHYFMX8YWZ0OQRFIWDF06KZSZRTWITWJ' where id=5; -update noar ti set v0='ZEHYFMX8YWZ0OQRFIWDF06KZSZRTWITWJ' where id=5; -update noar tt set v1='VB77NEBRKD15EYCTJMD5VFKUV82J77U0V' where id=5; -update noar ti set v1='VB77NEBRKD15EYCTJMD5VFKUV82J77U0V' where id=5; -update noar tt set v2='SPES6400D3NGGXUOR58GB4L6HVDUSXC8P' where id=5; -update noar ti set v2='SPES6400D3NGGXUOR58GB4L6HVDUSXC8P' where id=5; -update noar tt set v3='O8DK85ADX9I2AXO33NRKUXM4H70IQDVKR' where id=5; -update noar ti set v3='O8DK85ADX9I2AXO33NRKUXM4H70IQDVKR' where id=5; -update noar tt set v0='XG699LK06ZH0GP0MY8P2XM1W8IC31RY6M' where id=6; -update noar ti set v0='XG699LK06ZH0GP0MY8P2XM1W8IC31RY6M' where id=6; -update noar tt set v1='RR0ZPFCBNNDDO66XALOIV0M2WC2RFPWBS' where id=6; -update noar ti set v1='RR0ZPFCBNNDDO66XALOIV0M2WC2RFPWBS' where id=6; -update noar tt set v2='Z2MCQCRYBBGIAS7KKIR27SL3UBTF3KQ03' where id=6; -update noar ti set v2='Z2MCQCRYBBGIAS7KKIR27SL3UBTF3KQ03' where id=6; -update noar tt set v3='WYLCHBCNJA7T0IWFKTBZ5UBBOEUE3U9SU' where id=6; -update noar ti set v3='WYLCHBCNJA7T0IWFKTBZ5UBBOEUE3U9SU' where id=6; -update noar tt set v0='FNTPDPCBPGIND8BEXG3IFATRTOR880BQP' where id=7; -update noar ti set v0='FNTPDPCBPGIND8BEXG3IFATRTOR880BQP' where id=7; -update noar tt set v1='Y3FUDUS2RG0YODAEUX24KMI7STMMTVZWI' where id=7; -update noar ti set v1='Y3FUDUS2RG0YODAEUX24KMI7STMMTVZWI' where id=7; -update noar tt set v2='EUFYQFY3UIUWXAI2MZUSAYWINYCMPTRGZ' where id=7; -update noar ti set v2='EUFYQFY3UIUWXAI2MZUSAYWINYCMPTRGZ' where id=7; -update noar tt set v3='0VKBUX3MRYOE43HZ8G5U0MDOLG7SSXNNN' where id=7; -update noar ti set v3='0VKBUX3MRYOE43HZ8G5U0MDOLG7SSXNNN' where id=7; -update noar tt set v0='IE1Z9DPV3DFMCSETQ264T61V783D676YN' where id=8; -update noar ti set v0='IE1Z9DPV3DFMCSETQ264T61V783D676YN' where id=8; -update noar tt set v1='4ZEW2NAEC433N7TBWAI4GQWJ7LK5Q4RZ4' where id=8; -update noar ti set v1='4ZEW2NAEC433N7TBWAI4GQWJ7LK5Q4RZ4' where id=8; -update noar tt set v2='1AKQ41LJFMF1OOQMZO7QPL2ZVZYPU21DO' where id=8; -update noar ti set v2='1AKQ41LJFMF1OOQMZO7QPL2ZVZYPU21DO' where id=8; -update noar tt set v3='H8IXFC4QIDAWFHF8WUFUBPAMPKP59A4GE' where id=8; -update noar ti set v3='H8IXFC4QIDAWFHF8WUFUBPAMPKP59A4GE' where id=8; -update noar tt set v0='X52UNAQHTIRRLCHDP5UXFU6T1W92U00QM' where id=9; -update noar ti set v0='X52UNAQHTIRRLCHDP5UXFU6T1W92U00QM' where id=9; -update noar tt set v1='BMMKIH7Q87O155JXO8U6DNZX14JK7PV4Q' where id=9; -update noar ti set v1='BMMKIH7Q87O155JXO8U6DNZX14JK7PV4Q' where id=9; -update noar tt set v2='KU8TVA6SW62YC74DGYSYSDUKWQDF0AS93' where id=9; -update noar ti set v2='KU8TVA6SW62YC74DGYSYSDUKWQDF0AS93' where id=9; -update noar tt set v3='X2SX9JJP3STQ275JROOJ7PH47L1QCANI1' where id=9; -update noar ti set v3='X2SX9JJP3STQ275JROOJ7PH47L1QCANI1' where id=9; -update noar tt set v0='ETF1T11GAD3PQ1P6MNIYKOCOASRR935DN' where id=10; -update noar ti set v0='ETF1T11GAD3PQ1P6MNIYKOCOASRR935DN' where id=10; -update noar tt set v1='JAY008V1UNCFN77B872P7VBW06IM8ZULL' where id=10; -update noar ti set v1='JAY008V1UNCFN77B872P7VBW06IM8ZULL' where id=10; -update noar tt set v2='QK8M39DNPHE6PMIAUW8XP45NXJQICY8FX' where id=10; -update noar ti set v2='QK8M39DNPHE6PMIAUW8XP45NXJQICY8FX' where id=10; -update noar tt set v3='NJH9VF4CGS75EELNRM6DM8BOASPQOJ1YF' where id=10; -update noar ti set v3='NJH9VF4CGS75EELNRM6DM8BOASPQOJ1YF' where id=10; -update noar tt set v0='YPHFJEX1D9EP9OJKD711P1HDWC218HYDQ' where id=11; -update noar ti set v0='YPHFJEX1D9EP9OJKD711P1HDWC218HYDQ' where id=11; -update noar tt set v1='1C59XHWYXDJ0CH93KBID1H0FLLZW6OV4Q' where id=11; -update noar ti set v1='1C59XHWYXDJ0CH93KBID1H0FLLZW6OV4Q' where id=11; -update noar tt set v2='KCC2KKBFWCZ0TEQYF37CHNIU28PDH4G4B' where id=11; -update noar ti set v2='KCC2KKBFWCZ0TEQYF37CHNIU28PDH4G4B' where id=11; -update noar tt set v3='E9DRCXC8PRS1577KJJ0MUKCSCIQ5ULM8L' where id=11; -update noar ti set v3='E9DRCXC8PRS1577KJJ0MUKCSCIQ5ULM8L' where id=11; -update noar tt set v0='CAY0BJBX055RDS035VBFOAJYR1HV48F6L' where id=12; -update noar ti set v0='CAY0BJBX055RDS035VBFOAJYR1HV48F6L' where id=12; -update noar tt set v1='2E8R0YCLEB4KSSXAZ52SJT5Z7RHZPFUZ2' where id=12; -update noar ti set v1='2E8R0YCLEB4KSSXAZ52SJT5Z7RHZPFUZ2' where id=12; -update noar tt set v2='J7M9UEU8HY09D3P14DAZRYK48QDEEF2XU' where id=12; -update noar ti set v2='J7M9UEU8HY09D3P14DAZRYK48QDEEF2XU' where id=12; -update noar tt set v3='1FLHE73K0AJSAXRHNV18N1PIV8SSXZ4LT' where id=12; -update noar ti set v3='1FLHE73K0AJSAXRHNV18N1PIV8SSXZ4LT' where id=12; -update noar tt set v0='Z5S4BCN44TJCY6TXJN1I9NF8P2SUCD43A' where id=13; -update noar ti set v0='Z5S4BCN44TJCY6TXJN1I9NF8P2SUCD43A' where id=13; -update noar tt set v1='PGIKAGQ4A8JJDWW5W5NGXKEHG85ZXFQIZ' where id=13; -update noar ti set v1='PGIKAGQ4A8JJDWW5W5NGXKEHG85ZXFQIZ' where id=13; -update noar tt set v2='5GYNMV2KG45CU5PZ5DR7IAGOU2FXGGYRY' where id=13; -update noar ti set v2='5GYNMV2KG45CU5PZ5DR7IAGOU2FXGGYRY' where id=13; -update noar tt set v3='8YWN60PRVBV5P3XT39UK4WCZXIKNV3OMU' where id=13; -update noar ti set v3='8YWN60PRVBV5P3XT39UK4WCZXIKNV3OMU' where id=13; -update noar tt set v0='5PN29VPJJZC4X1RSDFY8CBF2LDDDU2CK3' where id=14; -update noar ti set v0='5PN29VPJJZC4X1RSDFY8CBF2LDDDU2CK3' where id=14; -update noar tt set v1='5SXHKMF44USM4OM0KUQSOAUDH74460FAO' where id=14; -update noar ti set v1='5SXHKMF44USM4OM0KUQSOAUDH74460FAO' where id=14; -update noar tt set v2='T37K7U6RHE7I8E16NBU06WAXWPQIIKRIT' where id=14; -update noar ti set v2='T37K7U6RHE7I8E16NBU06WAXWPQIIKRIT' where id=14; -update noar tt set v3='284CTENU9U8YL9B1OTG0Q8SXZZZ7M5I6U' where id=14; -update noar ti set v3='284CTENU9U8YL9B1OTG0Q8SXZZZ7M5I6U' where id=14; -update noar tt set v0='ETZNDEYEUZXLKM8HTLEBSEYP692A2WVEC' where id=15; -update noar ti set v0='ETZNDEYEUZXLKM8HTLEBSEYP692A2WVEC' where id=15; -update noar tt set v1='TOP0E92F9FWDEWEC4YPE80MH7DRSBUKIB' where id=15; -update noar ti set v1='TOP0E92F9FWDEWEC4YPE80MH7DRSBUKIB' where id=15; -update noar tt set v2='OYEI596E9HVPLAGZGBQYSFAWKZG41BCVM' where id=15; -update noar ti set v2='OYEI596E9HVPLAGZGBQYSFAWKZG41BCVM' where id=15; -update noar tt set v3='51HLJN8D2X7DIFFNY4IQBP48WODL1YG3E' where id=15; -update noar ti set v3='51HLJN8D2X7DIFFNY4IQBP48WODL1YG3E' where id=15; -update noar tt set v0='XONA19S58DXOWIKZUOIJNT8CWF3N4RVVM' where id=16; -update noar ti set v0='XONA19S58DXOWIKZUOIJNT8CWF3N4RVVM' where id=16; -update noar tt set v1='943ENEWA3RYCJRDUVOM2F8UKTR391IDL3' where id=16; -update noar ti set v1='943ENEWA3RYCJRDUVOM2F8UKTR391IDL3' where id=16; -update noar tt set v2='CB4MQIO2UXYFSCOSQACFE96L9W4LTH9UC' where id=16; -update noar ti set v2='CB4MQIO2UXYFSCOSQACFE96L9W4LTH9UC' where id=16; -update noar tt set v3='C3M7ZLL5KVPPD8YKEP7UTFN5O9BJAWRQY' where id=16; -update noar ti set v3='C3M7ZLL5KVPPD8YKEP7UTFN5O9BJAWRQY' where id=16; -update noar tt set v0='Q5SH1O4QPLTMXTL5Z6JHLNT0SVFBYOOXU' where id=17; -update noar ti set v0='Q5SH1O4QPLTMXTL5Z6JHLNT0SVFBYOOXU' where id=17; -update noar tt set v1='52FCXSRGM2N12OI10IYNRUGLVV1AUMTE7' where id=17; -update noar ti set v1='52FCXSRGM2N12OI10IYNRUGLVV1AUMTE7' where id=17; -update noar tt set v2='GYHFZZROG27CYF5ERW711U8EQ9FDS6H2T' where id=17; -update noar ti set v2='GYHFZZROG27CYF5ERW711U8EQ9FDS6H2T' where id=17; -update noar tt set v3='B2M72KUXJLTTCJ1RC47E2QNOAMH5BMX7K' where id=17; -update noar ti set v3='B2M72KUXJLTTCJ1RC47E2QNOAMH5BMX7K' where id=17; -update noar tt set v0='NAJYNURN3M8WTQI61PDF4JWAPVT6PLRGH' where id=18; -update noar ti set v0='NAJYNURN3M8WTQI61PDF4JWAPVT6PLRGH' where id=18; -update noar tt set v1='4IJQ7MVQPR795Z9IQXVHR0HMTTRN7KTES' where id=18; -update noar ti set v1='4IJQ7MVQPR795Z9IQXVHR0HMTTRN7KTES' where id=18; -update noar tt set v2='E2ZS9OQGKIRZ4V4TH1Y89HTIN4OMC2XRW' where id=18; -update noar ti set v2='E2ZS9OQGKIRZ4V4TH1Y89HTIN4OMC2XRW' where id=18; -update noar tt set v3='FL672KMTP7X2LQ2Z3X0V3JQY61XZT1LV4' where id=18; -update noar ti set v3='FL672KMTP7X2LQ2Z3X0V3JQY61XZT1LV4' where id=18; -update noar tt set v0='91MVJ862UD5B8CALA6XIPUERX6M0EZI9U' where id=19; -update noar ti set v0='91MVJ862UD5B8CALA6XIPUERX6M0EZI9U' where id=19; -update noar tt set v1='3PMLFZZSY1ILDOPUEA9V9JL6CREQXZFLI' where id=19; -update noar ti set v1='3PMLFZZSY1ILDOPUEA9V9JL6CREQXZFLI' where id=19; -update noar tt set v2='GQ9TSV4W2FAPQVICDG8H5L1LWBKX7H2G8' where id=19; -update noar ti set v2='GQ9TSV4W2FAPQVICDG8H5L1LWBKX7H2G8' where id=19; -update noar tt set v3='KQQVF17YK17KYX2N6HHWBJ5CYX0BLC3TP' where id=19; -update noar ti set v3='KQQVF17YK17KYX2N6HHWBJ5CYX0BLC3TP' where id=19; -update noar tt set v0='BQ2C26F41R16F9IT6CHBS5SPWHX44U665' where id=20; -update noar ti set v0='BQ2C26F41R16F9IT6CHBS5SPWHX44U665' where id=20; -update noar tt set v1='BQLHGIX1QDX1FTDBELFBLKHMG4EGK3JUX' where id=20; -update noar ti set v1='BQLHGIX1QDX1FTDBELFBLKHMG4EGK3JUX' where id=20; -update noar tt set v2='8D8MWG0B0O5P3L4QHU7MAZ2FG7P1WXTDH' where id=20; -update noar ti set v2='8D8MWG0B0O5P3L4QHU7MAZ2FG7P1WXTDH' where id=20; -update noar tt set v3='A8BGZNDJPECVJXRC33OIZOMDMPPUXFMUR' where id=20; -update noar ti set v3='A8BGZNDJPECVJXRC33OIZOMDMPPUXFMUR' where id=20; -update noar tt set v0='P2ZCHS22PAQE5HP6TJ6GA9G6CYJDS8Y62' where id=21; -update noar ti set v0='P2ZCHS22PAQE5HP6TJ6GA9G6CYJDS8Y62' where id=21; -update noar tt set v1='HJ76W65BKZASJ0D5MVZOTT65E9JWCSQCG' where id=21; -update noar ti set v1='HJ76W65BKZASJ0D5MVZOTT65E9JWCSQCG' where id=21; -update noar tt set v2='HXN3H4N2716EPCF7SK5TJTCBMFHC1APFB' where id=21; -update noar ti set v2='HXN3H4N2716EPCF7SK5TJTCBMFHC1APFB' where id=21; -update noar tt set v3='MH0EOVWCAIQBG9Q6ASDCR5ADU3VVACATF' where id=21; -update noar ti set v3='MH0EOVWCAIQBG9Q6ASDCR5ADU3VVACATF' where id=21; -update noar tt set v0='107DEIHQ3GDC2NDS2Q07EDVFGWSO0J7SH' where id=22; -update noar ti set v0='107DEIHQ3GDC2NDS2Q07EDVFGWSO0J7SH' where id=22; -update noar tt set v1='FP7GFDM5MIX0U2QPXRRLNS5LF4I47TCNI' where id=22; -update noar ti set v1='FP7GFDM5MIX0U2QPXRRLNS5LF4I47TCNI' where id=22; -update noar tt set v2='IW8AA65FH5KWY484BCUEC2ZG2HWCLJ524' where id=22; -update noar ti set v2='IW8AA65FH5KWY484BCUEC2ZG2HWCLJ524' where id=22; -update noar tt set v3='J753JLU9JBWL0PTD9UM79MTK8MN7O57P5' where id=22; -update noar ti set v3='J753JLU9JBWL0PTD9UM79MTK8MN7O57P5' where id=22; -update noar tt set v0='9QF74QJJ49U6GQUVDCUFZ9C37H29KK1UY' where id=23; -update noar ti set v0='9QF74QJJ49U6GQUVDCUFZ9C37H29KK1UY' where id=23; -update noar tt set v1='IHA7PGIUNHGGWSXMW36C5WKYBF4K751AL' where id=23; -update noar ti set v1='IHA7PGIUNHGGWSXMW36C5WKYBF4K751AL' where id=23; -update noar tt set v2='YH1VL0ACEOES4HMPVH0WG2S9M0HX3FTWV' where id=23; -update noar ti set v2='YH1VL0ACEOES4HMPVH0WG2S9M0HX3FTWV' where id=23; -update noar tt set v3='XUCZC7D538MJST1GT6PVVHGZFYO64SW9O' where id=23; -update noar ti set v3='XUCZC7D538MJST1GT6PVVHGZFYO64SW9O' where id=23; -update noar tt set v0='8PH7LGKOHB54MDLK7RAPQTA9WFJ16TSJO' where id=24; -update noar ti set v0='8PH7LGKOHB54MDLK7RAPQTA9WFJ16TSJO' where id=24; -update noar tt set v1='BI1N1R8MP2R1Q9J8DICC5MXUCJREWV4SN' where id=24; -update noar ti set v1='BI1N1R8MP2R1Q9J8DICC5MXUCJREWV4SN' where id=24; -update noar tt set v2='JNDECEQE4UUXAOHS5QFG0922VTF09F674' where id=24; -update noar ti set v2='JNDECEQE4UUXAOHS5QFG0922VTF09F674' where id=24; -update noar tt set v3='N8H46WLI7LDXI6RKCXN559WMGERULO3KE' where id=24; -update noar ti set v3='N8H46WLI7LDXI6RKCXN559WMGERULO3KE' where id=24; -update noar tt set v0='0WI2SGQAPLGKEMTT89MJK3NQ1TRF57OR4' where id=25; -update noar ti set v0='0WI2SGQAPLGKEMTT89MJK3NQ1TRF57OR4' where id=25; -update noar tt set v1='VDNWTAZJI1RFJT3124UQYF8DYW5OGG0K3' where id=25; -update noar ti set v1='VDNWTAZJI1RFJT3124UQYF8DYW5OGG0K3' where id=25; -update noar tt set v2='VVWCC2BHB28RTN4QFLMPKGB6VIPQS9W3E' where id=25; -update noar ti set v2='VVWCC2BHB28RTN4QFLMPKGB6VIPQS9W3E' where id=25; -update noar tt set v3='6VN2LQ5BU505V7XXF1MSOJUDMPL8JOKYS' where id=25; -update noar ti set v3='6VN2LQ5BU505V7XXF1MSOJUDMPL8JOKYS' where id=25; -update noar tt set v0='WJQFASTDWGPKZU42IU4V5YFWY1VSDE3WJ' where id=26; -update noar ti set v0='WJQFASTDWGPKZU42IU4V5YFWY1VSDE3WJ' where id=26; -update noar tt set v1='OSDG1E7D6JY0THUCU9KCZQOCV0CWUDW68' where id=26; -update noar ti set v1='OSDG1E7D6JY0THUCU9KCZQOCV0CWUDW68' where id=26; -update noar tt set v2='10MB7PZUJQ05HXB7JM5PIH17N3UR9VGKQ' where id=26; -update noar ti set v2='10MB7PZUJQ05HXB7JM5PIH17N3UR9VGKQ' where id=26; -update noar tt set v3='FFZ23U1FOVCKI2WU8MCYHK5I6YDPRGQ7M' where id=26; -update noar ti set v3='FFZ23U1FOVCKI2WU8MCYHK5I6YDPRGQ7M' where id=26; -update noar tt set v0='XZF7INM5CEMFE64IPWUMNF4CF616KP96Y' where id=27; -update noar ti set v0='XZF7INM5CEMFE64IPWUMNF4CF616KP96Y' where id=27; -update noar tt set v1='5K5SQQUIXQ0J6G4NG2H073TLMUR4JBRHR' where id=27; -update noar ti set v1='5K5SQQUIXQ0J6G4NG2H073TLMUR4JBRHR' where id=27; -update noar tt set v2='4XIOGA6AU0ZE4RNRLGXMM174169A7FJ8O' where id=27; -update noar ti set v2='4XIOGA6AU0ZE4RNRLGXMM174169A7FJ8O' where id=27; -update noar tt set v3='OQJ9J76C3G1V8YC3I3LVRP15MCY8CFNC2' where id=27; -update noar ti set v3='OQJ9J76C3G1V8YC3I3LVRP15MCY8CFNC2' where id=27; -update noar tt set v0='GEJ9PDRMCVLOG03AR7GE2KUU06MDZTYER' where id=28; -update noar ti set v0='GEJ9PDRMCVLOG03AR7GE2KUU06MDZTYER' where id=28; -update noar tt set v1='1M7LYV783XMZEH73YCQ0GDPAZR3H33QNM' where id=28; -update noar ti set v1='1M7LYV783XMZEH73YCQ0GDPAZR3H33QNM' where id=28; -update noar tt set v2='5YTZ0UGTGHUR2E4L8NSR9YVY11S370HBA' where id=28; -update noar ti set v2='5YTZ0UGTGHUR2E4L8NSR9YVY11S370HBA' where id=28; -update noar tt set v3='0EB9NBJKQNDEJ2TSBPDBF6XE0WAETK7Y6' where id=28; -update noar ti set v3='0EB9NBJKQNDEJ2TSBPDBF6XE0WAETK7Y6' where id=28; -update noar tt set v0='SPRV1BGKMGD2G168A6NTPXRVUZAEB9TNL' where id=29; -update noar ti set v0='SPRV1BGKMGD2G168A6NTPXRVUZAEB9TNL' where id=29; -update noar tt set v1='07PHHJMEP9LIY6G7ISABOP3Y9DC2CEAGR' where id=29; -update noar ti set v1='07PHHJMEP9LIY6G7ISABOP3Y9DC2CEAGR' where id=29; -update noar tt set v2='GHSF6KNPA6KU20RRTU1KX5VF2V7ES6LBF' where id=29; -update noar ti set v2='GHSF6KNPA6KU20RRTU1KX5VF2V7ES6LBF' where id=29; -update noar tt set v3='DRMTKXYG6OHUUP0HMQ63YIQ1QVM0RHEU8' where id=29; -update noar ti set v3='DRMTKXYG6OHUUP0HMQ63YIQ1QVM0RHEU8' where id=29; -update noar tt set v0='8B98SDALI4I18REJFK4IWTM2PXCCUC55Z' where id=30; -update noar ti set v0='8B98SDALI4I18REJFK4IWTM2PXCCUC55Z' where id=30; -update noar tt set v1='82ZUIOLY0RXD9YOSCJ6TM50OBAXDIDR0B' where id=30; -update noar ti set v1='82ZUIOLY0RXD9YOSCJ6TM50OBAXDIDR0B' where id=30; -update noar tt set v2='EUS9RJRQ3H4F0C2G53U83SFS7I8UGMDFZ' where id=30; -update noar ti set v2='EUS9RJRQ3H4F0C2G53U83SFS7I8UGMDFZ' where id=30; -update noar tt set v3='A3G2TYACCQ7FLM83FHBQOWCVGOQIBEA34' where id=30; -update noar ti set v3='A3G2TYACCQ7FLM83FHBQOWCVGOQIBEA34' where id=30; -update noar tt set v0='URCNNZR6413MRLALGAAVA8TBYBSIJ8DFE' where id=31; -update noar ti set v0='URCNNZR6413MRLALGAAVA8TBYBSIJ8DFE' where id=31; -update noar tt set v1='QW6IRTPK76HZFID8EB4CFZSVW04E4MNJD' where id=31; -update noar ti set v1='QW6IRTPK76HZFID8EB4CFZSVW04E4MNJD' where id=31; -update noar tt set v2='Q09KRN14VAE8LU961P5DUEXFFF0UN5H0B' where id=31; -update noar ti set v2='Q09KRN14VAE8LU961P5DUEXFFF0UN5H0B' where id=31; -update noar tt set v3='Z3WJ30H2J28NATJVWOVJZSZQ15CRMR8IQ' where id=31; -update noar ti set v3='Z3WJ30H2J28NATJVWOVJZSZQ15CRMR8IQ' where id=31; -update noar tt set v0='18CAZA6MKOP3NY31ZJGX7JY1RD9H7MSB6' where id=32; -update noar ti set v0='18CAZA6MKOP3NY31ZJGX7JY1RD9H7MSB6' where id=32; -update noar tt set v1='FLY9WZ1FJ2074AA92R56673E5VNVKBZ0U' where id=32; -update noar ti set v1='FLY9WZ1FJ2074AA92R56673E5VNVKBZ0U' where id=32; -update noar tt set v2='YKJS5WNZ21VBZMTC1IK75DKJDH88NOIJC' where id=32; -update noar ti set v2='YKJS5WNZ21VBZMTC1IK75DKJDH88NOIJC' where id=32; -update noar tt set v3='Z0TBKW3I880W08Z5R82GGQV7LFF3N31G7' where id=32; -update noar ti set v3='Z0TBKW3I880W08Z5R82GGQV7LFF3N31G7' where id=32; -update noar tt set v0='K7B49HGXRR2UYZ7U1AHA7Q6RV76VE5EI5' where id=33; -update noar ti set v0='K7B49HGXRR2UYZ7U1AHA7Q6RV76VE5EI5' where id=33; -update noar tt set v1='G0COXPS7X6FJLIJQERQ3DFD13YWEBQWDG' where id=33; -update noar ti set v1='G0COXPS7X6FJLIJQERQ3DFD13YWEBQWDG' where id=33; -update noar tt set v2='5MD1ZS25BSXQQTILR08ZAM2AX47SJ67LJ' where id=33; -update noar ti set v2='5MD1ZS25BSXQQTILR08ZAM2AX47SJ67LJ' where id=33; -update noar tt set v3='P236IWTBHCTU9Z1SVB4SPZ7EU1Q6PQ7UG' where id=33; -update noar ti set v3='P236IWTBHCTU9Z1SVB4SPZ7EU1Q6PQ7UG' where id=33; -update noar tt set v0='KRVYBE4GVL382458JLRALHF1Z5LOXSG36' where id=34; -update noar ti set v0='KRVYBE4GVL382458JLRALHF1Z5LOXSG36' where id=34; -update noar tt set v1='5GKY08ZLHY2CK1TW4W9MH8JO5X3MMZ6UA' where id=34; -update noar ti set v1='5GKY08ZLHY2CK1TW4W9MH8JO5X3MMZ6UA' where id=34; -update noar tt set v2='ZFTESHXZWSGUE1PO05DJJ4NTHC4BXNTJM' where id=34; -update noar ti set v2='ZFTESHXZWSGUE1PO05DJJ4NTHC4BXNTJM' where id=34; -update noar tt set v3='5139ZWEPLT9R59F4Q9OWO9N2N7BOUNISC' where id=34; -update noar ti set v3='5139ZWEPLT9R59F4Q9OWO9N2N7BOUNISC' where id=34; -update noar tt set v0='2Y03O5MO2DWECZAH5ZPSU6JV7ZN5CFT8G' where id=35; -update noar ti set v0='2Y03O5MO2DWECZAH5ZPSU6JV7ZN5CFT8G' where id=35; -update noar tt set v1='FWUZZYUM3HPEIAMSOYPR9LVPTHPI9UAKB' where id=35; -update noar ti set v1='FWUZZYUM3HPEIAMSOYPR9LVPTHPI9UAKB' where id=35; -update noar tt set v2='8XKKEWLGB9YBVZS6MMFXOC0R0HYT72IRI' where id=35; -update noar ti set v2='8XKKEWLGB9YBVZS6MMFXOC0R0HYT72IRI' where id=35; -update noar tt set v3='Z53R1BXHRG9O8JY4CTYVX7V04G2YL12QR' where id=35; -update noar ti set v3='Z53R1BXHRG9O8JY4CTYVX7V04G2YL12QR' where id=35; -update noar tt set v0='OUV8RMH3A8GSSV58YWWQRK0Z9PRY83AAB' where id=36; -update noar ti set v0='OUV8RMH3A8GSSV58YWWQRK0Z9PRY83AAB' where id=36; -update noar tt set v1='NZUL5BS463AGH7WMFVTGD93X5QSXLDZUR' where id=36; -update noar ti set v1='NZUL5BS463AGH7WMFVTGD93X5QSXLDZUR' where id=36; -update noar tt set v2='RLMYSEWOA5T24CERMFHDPDQHB5BVG5X1O' where id=36; -update noar ti set v2='RLMYSEWOA5T24CERMFHDPDQHB5BVG5X1O' where id=36; -update noar tt set v3='1D5MBR0R2QSYZBXOVBK0V6CJ9WMWL32TT' where id=36; -update noar ti set v3='1D5MBR0R2QSYZBXOVBK0V6CJ9WMWL32TT' where id=36; -update noar tt set v0='KOSY5HJLZEZ0N03M22KDQAFAODJ09JWUG' where id=37; -update noar ti set v0='KOSY5HJLZEZ0N03M22KDQAFAODJ09JWUG' where id=37; -update noar tt set v1='7UIFAU5VQEKE49JYQ063Y77UGCVI77O8R' where id=37; -update noar ti set v1='7UIFAU5VQEKE49JYQ063Y77UGCVI77O8R' where id=37; -update noar tt set v2='GJDCD5PGW82BYOOETKYMBWGH9208OCWYY' where id=37; -update noar ti set v2='GJDCD5PGW82BYOOETKYMBWGH9208OCWYY' where id=37; -update noar tt set v3='MU0GRMGW78R93POY2YCXXRUN5BT15VSVC' where id=37; -update noar ti set v3='MU0GRMGW78R93POY2YCXXRUN5BT15VSVC' where id=37; -update noar tt set v0='SWVVSTD1XV3KFGV6EOJLF6GVGV19R6JVG' where id=38; -update noar ti set v0='SWVVSTD1XV3KFGV6EOJLF6GVGV19R6JVG' where id=38; -update noar tt set v1='Z5377X1FRJG6ZSHVFPJFABBY2NEKAA7LZ' where id=38; -update noar ti set v1='Z5377X1FRJG6ZSHVFPJFABBY2NEKAA7LZ' where id=38; -update noar tt set v2='QTG2C52LEYE4U9BUK52MMMMRJTWT3LWSM' where id=38; -update noar ti set v2='QTG2C52LEYE4U9BUK52MMMMRJTWT3LWSM' where id=38; -update noar tt set v3='9Q8C3QT414MF8ELA72ECGELEXLB17265A' where id=38; -update noar ti set v3='9Q8C3QT414MF8ELA72ECGELEXLB17265A' where id=38; -update noar tt set v0='229ERUNFC7UUA02YUVCXYFXN2BNFMVPXB' where id=39; -update noar ti set v0='229ERUNFC7UUA02YUVCXYFXN2BNFMVPXB' where id=39; -update noar tt set v1='Q4EPIZ79FXI1BWVRW29OITU2EB2UM6NH1' where id=39; -update noar ti set v1='Q4EPIZ79FXI1BWVRW29OITU2EB2UM6NH1' where id=39; -update noar tt set v2='N5E531AI6LAYDX9OYUHXVFIKQBUYCG3BN' where id=39; -update noar ti set v2='N5E531AI6LAYDX9OYUHXVFIKQBUYCG3BN' where id=39; -update noar tt set v3='V7LEWEU5DH4NHBJ9F2KS7OATJOM48A1QV' where id=39; -update noar ti set v3='V7LEWEU5DH4NHBJ9F2KS7OATJOM48A1QV' where id=39; -update noar tt set v0='2BO42FSK5BN8K0C84LYRJSOCSOQYGUKE6' where id=40; -update noar ti set v0='2BO42FSK5BN8K0C84LYRJSOCSOQYGUKE6' where id=40; -update noar tt set v1='DBQ3SK9METFRULPA9JR3J2HENT7VBLCV8' where id=40; -update noar ti set v1='DBQ3SK9METFRULPA9JR3J2HENT7VBLCV8' where id=40; -update noar tt set v2='OHKT0HS2AJKRETD80BJBF891IKNHGTULE' where id=40; -update noar ti set v2='OHKT0HS2AJKRETD80BJBF891IKNHGTULE' where id=40; -update noar tt set v3='2CO8NXQIFWKAL4Y1G2F4H0SBG43H5D987' where id=40; -update noar ti set v3='2CO8NXQIFWKAL4Y1G2F4H0SBG43H5D987' where id=40; -update noar tt set v0='T06FV780MYOO8M5MBIN0AQ4E04LTVEE34' where id=41; -update noar ti set v0='T06FV780MYOO8M5MBIN0AQ4E04LTVEE34' where id=41; -update noar tt set v1='ST4VM9I20H6M5G8MN1VBM3SD3GE8LTL5Q' where id=41; -update noar ti set v1='ST4VM9I20H6M5G8MN1VBM3SD3GE8LTL5Q' where id=41; -update noar tt set v2='Y1QH92Q281DGR9OCMQEE0TG8IQMR7E55Q' where id=41; -update noar ti set v2='Y1QH92Q281DGR9OCMQEE0TG8IQMR7E55Q' where id=41; -update noar tt set v3='7MLHS7VHC7XZ2UE5C5J1ITNQ3HTKMT0M4' where id=41; -update noar ti set v3='7MLHS7VHC7XZ2UE5C5J1ITNQ3HTKMT0M4' where id=41; -update noar tt set v0='EUES4TNVQUHST6XYUKUNZRYDE00H9E3ET' where id=42; -update noar ti set v0='EUES4TNVQUHST6XYUKUNZRYDE00H9E3ET' where id=42; -update noar tt set v1='YRHWRPMBBHD144YCNXFT1PQIV5IJGCC86' where id=42; -update noar ti set v1='YRHWRPMBBHD144YCNXFT1PQIV5IJGCC86' where id=42; -update noar tt set v2='9M765V1YX537R8I03AO706NCMA99KCLE7' where id=42; -update noar ti set v2='9M765V1YX537R8I03AO706NCMA99KCLE7' where id=42; -update noar tt set v3='6W0ESIUQKA1KJWXE1SAEUSOO1UDPA32IP' where id=42; -update noar ti set v3='6W0ESIUQKA1KJWXE1SAEUSOO1UDPA32IP' where id=42; -update noar tt set v0='GHO01XGSMT12P8K8YUWW4822F2TB2A1WY' where id=43; -update noar ti set v0='GHO01XGSMT12P8K8YUWW4822F2TB2A1WY' where id=43; -update noar tt set v1='DMGU1UMBGB9NN4EOIC0J55TW9X5MXD54M' where id=43; -update noar ti set v1='DMGU1UMBGB9NN4EOIC0J55TW9X5MXD54M' where id=43; -update noar tt set v2='PPUGMRL5JQPIZ4OU5T3BNWO2UU01M5ZTD' where id=43; -update noar ti set v2='PPUGMRL5JQPIZ4OU5T3BNWO2UU01M5ZTD' where id=43; -update noar tt set v3='DR3UTBMFJKPHCGUDHRQAAWVC1YL24BMMN' where id=43; -update noar ti set v3='DR3UTBMFJKPHCGUDHRQAAWVC1YL24BMMN' where id=43; -update noar tt set v0='MQBQQJTIUOMW2EF464QUDTPPNX533YJZR' where id=44; -update noar ti set v0='MQBQQJTIUOMW2EF464QUDTPPNX533YJZR' where id=44; -update noar tt set v1='J53YVRKD7KWR60599IXY4M9K67GV9NLPH' where id=44; -update noar ti set v1='J53YVRKD7KWR60599IXY4M9K67GV9NLPH' where id=44; -update noar tt set v2='30SOHZPPZIKPY52Y3IK0AGZWLWWPGA7DR' where id=44; -update noar ti set v2='30SOHZPPZIKPY52Y3IK0AGZWLWWPGA7DR' where id=44; -update noar tt set v3='WJUQXAOQQ87OKE6KQ5P33Z33K00POIMV1' where id=44; -update noar ti set v3='WJUQXAOQQ87OKE6KQ5P33Z33K00POIMV1' where id=44; -update noar tt set v0='H9L307FD360CBDLITL0176G6ETWRG9RN3' where id=45; -update noar ti set v0='H9L307FD360CBDLITL0176G6ETWRG9RN3' where id=45; -update noar tt set v1='PAH82M79MPSSQCUUNOXFRXATRZ7SC0BAB' where id=45; -update noar ti set v1='PAH82M79MPSSQCUUNOXFRXATRZ7SC0BAB' where id=45; -update noar tt set v2='97I78JVD1MVPLZPZALUZNPANWFMWBHTF1' where id=45; -update noar ti set v2='97I78JVD1MVPLZPZALUZNPANWFMWBHTF1' where id=45; -update noar tt set v3='TXUJEWCI2MD8JMXWXRA7YFYVOXP2QTKOA' where id=45; -update noar ti set v3='TXUJEWCI2MD8JMXWXRA7YFYVOXP2QTKOA' where id=45; -update noar tt set v0='BG1RKJ1VBUB22VGT7L45ZYJDQ6TGZ7500' where id=46; -update noar ti set v0='BG1RKJ1VBUB22VGT7L45ZYJDQ6TGZ7500' where id=46; -update noar tt set v1='TVR985R8I8H14C1XKJL3DFJ7WFCKJG7IY' where id=46; -update noar ti set v1='TVR985R8I8H14C1XKJL3DFJ7WFCKJG7IY' where id=46; -update noar tt set v2='PQFIXIEDB7XVWRDYHCQCYEALXAGTMJT8C' where id=46; -update noar ti set v2='PQFIXIEDB7XVWRDYHCQCYEALXAGTMJT8C' where id=46; -update noar tt set v3='KWLNFQECG32YF9JLQ5WCVXRPNMH7QT5CP' where id=46; -update noar ti set v3='KWLNFQECG32YF9JLQ5WCVXRPNMH7QT5CP' where id=46; -update noar tt set v0='P05HAGUVHF2BY8A117PQB4LXKP2WWMY42' where id=47; -update noar ti set v0='P05HAGUVHF2BY8A117PQB4LXKP2WWMY42' where id=47; -update noar tt set v1='VS6KV97CEAXBBQOGETK6X0YJG6OT77V31' where id=47; -update noar ti set v1='VS6KV97CEAXBBQOGETK6X0YJG6OT77V31' where id=47; -update noar tt set v2='7Q7W0GV5G356XPDMHBH2RJZ4G9U43AUEX' where id=47; -update noar ti set v2='7Q7W0GV5G356XPDMHBH2RJZ4G9U43AUEX' where id=47; -update noar tt set v3='641AVJHYGZBGY3SS4V7CZX1D9D1PL82AA' where id=47; -update noar ti set v3='641AVJHYGZBGY3SS4V7CZX1D9D1PL82AA' where id=47; -update noar tt set v0='H76MQY3XZEMY41JDREB1U3PQGROCZJ32O' where id=48; -update noar ti set v0='H76MQY3XZEMY41JDREB1U3PQGROCZJ32O' where id=48; -update noar tt set v1='UDELV3TMJKN971SC67V04IJV0ZZ9NT957' where id=48; -update noar ti set v1='UDELV3TMJKN971SC67V04IJV0ZZ9NT957' where id=48; -update noar tt set v2='5DEU5BI2HWI7BD1E28KGU5FRFLRXTJ393' where id=48; -update noar ti set v2='5DEU5BI2HWI7BD1E28KGU5FRFLRXTJ393' where id=48; -update noar tt set v3='651U16ZE6EX7BNYFOCQQU26Y0X5S76OZI' where id=48; -update noar ti set v3='651U16ZE6EX7BNYFOCQQU26Y0X5S76OZI' where id=48; -update noar tt set v0='S3KKMZJ9TAHIG1SJMU2Q1PONODEDSM7T0' where id=49; -update noar ti set v0='S3KKMZJ9TAHIG1SJMU2Q1PONODEDSM7T0' where id=49; -update noar tt set v1='0G192ZBDTGJUMGQ0CMME00F8X1F7UKK3Q' where id=49; -update noar ti set v1='0G192ZBDTGJUMGQ0CMME00F8X1F7UKK3Q' where id=49; -update noar tt set v2='24RTDTONPHWS1H3FCA2LO8I2YP588RGJB' where id=49; -update noar ti set v2='24RTDTONPHWS1H3FCA2LO8I2YP588RGJB' where id=49; -update noar tt set v3='M8QZ39EZNBNMHS4NXEN9QOMMMAOUHW002' where id=49; -update noar ti set v3='M8QZ39EZNBNMHS4NXEN9QOMMMAOUHW002' where id=49; -update noar tt set v0='A6IZG7ZEZQTCZICP7OB1K17VF7ZGPF0RP' where id=50; -update noar ti set v0='A6IZG7ZEZQTCZICP7OB1K17VF7ZGPF0RP' where id=50; -update noar tt set v1='NEMY8UFM78ML661P6147SXCDP6J02RQEA' where id=50; -update noar ti set v1='NEMY8UFM78ML661P6147SXCDP6J02RQEA' where id=50; -update noar tt set v2='RGW6669TULDTCI6AEGFLI30M0BNJU4X91' where id=50; -update noar ti set v2='RGW6669TULDTCI6AEGFLI30M0BNJU4X91' where id=50; -update noar tt set v3='T5BB49AUMIPRA78A5NN71VHQHWCA12T4W' where id=50; -update noar ti set v3='T5BB49AUMIPRA78A5NN71VHQHWCA12T4W' where id=50; -update noar tt set v0='LXSNRNC3J6O8KPFCMD8SYV621VISQPEWE' where id=51; -update noar ti set v0='LXSNRNC3J6O8KPFCMD8SYV621VISQPEWE' where id=51; -update noar tt set v1='UWDWY1GR92F74CT5TSD6T6XGBPZ5H8SF7' where id=51; -update noar ti set v1='UWDWY1GR92F74CT5TSD6T6XGBPZ5H8SF7' where id=51; -update noar tt set v2='QJ9IP4S6WWGF0KX80D8XTAOF5HL4UQVPT' where id=51; -update noar ti set v2='QJ9IP4S6WWGF0KX80D8XTAOF5HL4UQVPT' where id=51; -update noar tt set v3='ZM7P24RT3BCVDM2ICWF07OC5OSJSFIDVL' where id=51; -update noar ti set v3='ZM7P24RT3BCVDM2ICWF07OC5OSJSFIDVL' where id=51; -update noar tt set v0='BJK46ALUVTQE8RUU97LP5E043KVMJD70D' where id=52; -update noar ti set v0='BJK46ALUVTQE8RUU97LP5E043KVMJD70D' where id=52; -update noar tt set v1='BFDIN2FDON0CU2CLKEB4MC9Z5X3JN0SK4' where id=52; -update noar ti set v1='BFDIN2FDON0CU2CLKEB4MC9Z5X3JN0SK4' where id=52; -update noar tt set v2='VNAUIIRJCOVS0KJU253HJ368GVKR11KDI' where id=52; -update noar ti set v2='VNAUIIRJCOVS0KJU253HJ368GVKR11KDI' where id=52; -update noar tt set v3='VC2YTAA7CH1X8C69MG1PC7V9ZEOTNQ4UF' where id=52; -update noar ti set v3='VC2YTAA7CH1X8C69MG1PC7V9ZEOTNQ4UF' where id=52; -update noar tt set v0='TQ8Y5T19I5IBFL0XG66X20Y7W7OQTQX5O' where id=53; -update noar ti set v0='TQ8Y5T19I5IBFL0XG66X20Y7W7OQTQX5O' where id=53; -update noar tt set v1='4SOFHDU9AZBUCTWWKUJJG30IDACHX458Y' where id=53; -update noar ti set v1='4SOFHDU9AZBUCTWWKUJJG30IDACHX458Y' where id=53; -update noar tt set v2='LC298ZARGDWN2SQC8KQ99TC0XDK0J3HNY' where id=53; -update noar ti set v2='LC298ZARGDWN2SQC8KQ99TC0XDK0J3HNY' where id=53; -update noar tt set v3='JKTZGV4VOVAOCI3M1E4PX7FZP3YYAIV9X' where id=53; -update noar ti set v3='JKTZGV4VOVAOCI3M1E4PX7FZP3YYAIV9X' where id=53; -update noar tt set v0='BU4HHSK0CDGWDZKOYOIXQHTF74DP95NFK' where id=54; -update noar ti set v0='BU4HHSK0CDGWDZKOYOIXQHTF74DP95NFK' where id=54; -update noar tt set v1='6JZYFTSSCTGO9WF9BFNLUA0NBMMF2N8XE' where id=54; -update noar ti set v1='6JZYFTSSCTGO9WF9BFNLUA0NBMMF2N8XE' where id=54; -update noar tt set v2='OU0NT3U4AIEQ0WXBG8WH5NCK96W8ZEPPE' where id=54; -update noar ti set v2='OU0NT3U4AIEQ0WXBG8WH5NCK96W8ZEPPE' where id=54; -update noar tt set v3='N7PV3KCTRBT0I1Z7R44WEBSB6OLCYFO8J' where id=54; -update noar ti set v3='N7PV3KCTRBT0I1Z7R44WEBSB6OLCYFO8J' where id=54; -update noar tt set v0='6MWP2FE7BPLOBTS1DMQ71HD2UNOMR0CKX' where id=55; -update noar ti set v0='6MWP2FE7BPLOBTS1DMQ71HD2UNOMR0CKX' where id=55; -update noar tt set v1='3IBBZHYPZUG5N4C0MZQ858DGRB3QVU8UL' where id=55; -update noar ti set v1='3IBBZHYPZUG5N4C0MZQ858DGRB3QVU8UL' where id=55; -update noar tt set v2='050LJRF8Z661PFZFFJI4PUY5HC6FZ4XAZ' where id=55; -update noar ti set v2='050LJRF8Z661PFZFFJI4PUY5HC6FZ4XAZ' where id=55; -update noar tt set v3='3N4YM08A7GF6NY4WKIZJYB812CB69M1TM' where id=55; -update noar ti set v3='3N4YM08A7GF6NY4WKIZJYB812CB69M1TM' where id=55; -update noar tt set v0='11366LNF4LLZJS8Y0PTI84JBHS00YSTU8' where id=56; -update noar ti set v0='11366LNF4LLZJS8Y0PTI84JBHS00YSTU8' where id=56; -update noar tt set v1='OR5YXKS53YP6XHGIPZ296G6AQIOET6R03' where id=56; -update noar ti set v1='OR5YXKS53YP6XHGIPZ296G6AQIOET6R03' where id=56; -update noar tt set v2='YWJ31G85YR5HHNVEODM3JKOH15OP90Q2F' where id=56; -update noar ti set v2='YWJ31G85YR5HHNVEODM3JKOH15OP90Q2F' where id=56; -update noar tt set v3='ZX8KYZ3EQSDX25XGXMZBANP2AT8UEUGQD' where id=56; -update noar ti set v3='ZX8KYZ3EQSDX25XGXMZBANP2AT8UEUGQD' where id=56; -update noar tt set v0='WIL66TSKLO1QDQ9SHC8TPYTENWK094IQL' where id=57; -update noar ti set v0='WIL66TSKLO1QDQ9SHC8TPYTENWK094IQL' where id=57; -update noar tt set v1='IZST9BLY30O1OI6GOLNSHYKW2PJ4L7PQ5' where id=57; -update noar ti set v1='IZST9BLY30O1OI6GOLNSHYKW2PJ4L7PQ5' where id=57; -update noar tt set v2='LR1LDYMEN07AFFSLXMSLMI2CRQHWW0NLJ' where id=57; -update noar ti set v2='LR1LDYMEN07AFFSLXMSLMI2CRQHWW0NLJ' where id=57; -update noar tt set v3='49FQ5TLVYGKN8ERX3UV4KBK9RDDS2FJ94' where id=57; -update noar ti set v3='49FQ5TLVYGKN8ERX3UV4KBK9RDDS2FJ94' where id=57; -update noar tt set v0='TCRDTTNMB5C482EBDU1DLJ03Q3SUJS1DN' where id=58; -update noar ti set v0='TCRDTTNMB5C482EBDU1DLJ03Q3SUJS1DN' where id=58; -update noar tt set v1='YIKSGR2NEZ614TL0PTJ51X8B1L64ZBDI7' where id=58; -update noar ti set v1='YIKSGR2NEZ614TL0PTJ51X8B1L64ZBDI7' where id=58; -update noar tt set v2='SB70C6U9232ELJNALDDGK2FMGH3TNG7DG' where id=58; -update noar ti set v2='SB70C6U9232ELJNALDDGK2FMGH3TNG7DG' where id=58; -update noar tt set v3='RTYBZM0KZMBKBQA3NP5DG61BHPHILZCPD' where id=58; -update noar ti set v3='RTYBZM0KZMBKBQA3NP5DG61BHPHILZCPD' where id=58; -update noar tt set v0='NMF2XQ4OS8UHPBS2L41G3Y3NMSQIK9L9T' where id=59; -update noar ti set v0='NMF2XQ4OS8UHPBS2L41G3Y3NMSQIK9L9T' where id=59; -update noar tt set v1='WCVNB26Z87VXGXFMQ0CDWAU3F1KRRZWFY' where id=59; -update noar ti set v1='WCVNB26Z87VXGXFMQ0CDWAU3F1KRRZWFY' where id=59; -update noar tt set v2='XU6QL3KQ6HDG5FPE1COTEVANDNK0N79AT' where id=59; -update noar ti set v2='XU6QL3KQ6HDG5FPE1COTEVANDNK0N79AT' where id=59; -update noar tt set v3='1ZUQRU4LD7QCGT0WJYWNJKJW1XFL9OQ4C' where id=59; -update noar ti set v3='1ZUQRU4LD7QCGT0WJYWNJKJW1XFL9OQ4C' where id=59; -update noar tt set v0='VM06I5MPUPJN55OXYHJ14T9OURYRW001B' where id=60; -update noar ti set v0='VM06I5MPUPJN55OXYHJ14T9OURYRW001B' where id=60; -update noar tt set v1='76ATR77K16EY7AD3L8ZGQN3UXO8C8LHJW' where id=60; -update noar ti set v1='76ATR77K16EY7AD3L8ZGQN3UXO8C8LHJW' where id=60; -update noar tt set v2='SYFSBI4ABGH7CKOIMJWL7RV551NBNB4WM' where id=60; -update noar ti set v2='SYFSBI4ABGH7CKOIMJWL7RV551NBNB4WM' where id=60; -update noar tt set v3='1VGRTZQKX8T4Q58WYGP6GQGQ3PLNBBV89' where id=60; -update noar ti set v3='1VGRTZQKX8T4Q58WYGP6GQGQ3PLNBBV89' where id=60; -update noar tt set v0='VLJU7DG5MGME7XQMV9UC6OCCABFEP2DML' where id=61; -update noar ti set v0='VLJU7DG5MGME7XQMV9UC6OCCABFEP2DML' where id=61; -update noar tt set v1='U66MIZ9X814XSSWFALZAYCTIA87M243J5' where id=61; -update noar ti set v1='U66MIZ9X814XSSWFALZAYCTIA87M243J5' where id=61; -update noar tt set v2='PZ2JMGVY0UA0NMJI5TXPN9DTUEPXD64ZJ' where id=61; -update noar ti set v2='PZ2JMGVY0UA0NMJI5TXPN9DTUEPXD64ZJ' where id=61; -update noar tt set v3='CD0C0X8WS18IBF8BOJ2B4NQX8ZE0WC6E9' where id=61; -update noar ti set v3='CD0C0X8WS18IBF8BOJ2B4NQX8ZE0WC6E9' where id=61; -update noar tt set v0='A5S44N1TMX88VG6SDHDVYQTTD70GUXWEK' where id=62; -update noar ti set v0='A5S44N1TMX88VG6SDHDVYQTTD70GUXWEK' where id=62; -update noar tt set v1='SHQW6Y2ZGOCTNYRLE1MVL53I8UV4P2HP7' where id=62; -update noar ti set v1='SHQW6Y2ZGOCTNYRLE1MVL53I8UV4P2HP7' where id=62; -update noar tt set v2='TZJYK2PK5C8DZ6POOETAXPV2H0RQ6X8QH' where id=62; -update noar ti set v2='TZJYK2PK5C8DZ6POOETAXPV2H0RQ6X8QH' where id=62; -update noar tt set v3='P5YTFZJWGPMZWGJZPO6BULJLOCF07Z9LF' where id=62; -update noar ti set v3='P5YTFZJWGPMZWGJZPO6BULJLOCF07Z9LF' where id=62; -update noar tt set v0='DXIUJPJIGCKXE8KYU4X15XQOFQ4KXU6LL' where id=63; -update noar ti set v0='DXIUJPJIGCKXE8KYU4X15XQOFQ4KXU6LL' where id=63; -update noar tt set v1='W6Q9E97RFAFETEM2IORNUUNC5GZG6TZUO' where id=63; -update noar ti set v1='W6Q9E97RFAFETEM2IORNUUNC5GZG6TZUO' where id=63; -update noar tt set v2='OQRGLG7YZZNRD1YQALS0JO6O6ZLEK1QVP' where id=63; -update noar ti set v2='OQRGLG7YZZNRD1YQALS0JO6O6ZLEK1QVP' where id=63; -update noar tt set v3='OVI0WCUGVDSVH7ZOO4TD9XV0IYQQ12VNY' where id=63; -update noar ti set v3='OVI0WCUGVDSVH7ZOO4TD9XV0IYQQ12VNY' where id=63; -update noar tt set v0='J5Q3VFO0ZA4DF8QHCTXZ4YUN7SDW3CBY2' where id=64; -update noar ti set v0='J5Q3VFO0ZA4DF8QHCTXZ4YUN7SDW3CBY2' where id=64; -update noar tt set v1='3WQ6YQKV13E7UMVSZR92EYP91I1WIBA55' where id=64; -update noar ti set v1='3WQ6YQKV13E7UMVSZR92EYP91I1WIBA55' where id=64; -update noar tt set v2='TG3O9OM8TTPPB60233M822MVF6DTMJ1GY' where id=64; -update noar ti set v2='TG3O9OM8TTPPB60233M822MVF6DTMJ1GY' where id=64; -update noar tt set v3='PECH6S66TNU0T7E2AV4G7I0ICY9J5HYMT' where id=64; -update noar ti set v3='PECH6S66TNU0T7E2AV4G7I0ICY9J5HYMT' where id=64; -update noar tt set v0='P9V026YRE4E6N27H8W0FE9RD9ID4H0KHP' where id=65; -update noar ti set v0='P9V026YRE4E6N27H8W0FE9RD9ID4H0KHP' where id=65; -update noar tt set v1='GR5V92X8VME7QHTLZRDYDNYU4XDY27WK8' where id=65; -update noar ti set v1='GR5V92X8VME7QHTLZRDYDNYU4XDY27WK8' where id=65; -update noar tt set v2='ZHTIM8XBIIKT1ZUANZI28GNAJ6WIA6VSA' where id=65; -update noar ti set v2='ZHTIM8XBIIKT1ZUANZI28GNAJ6WIA6VSA' where id=65; -update noar tt set v3='52Y1LAL6S07WFRHRMYGM703S4BNXQXFWI' where id=65; -update noar ti set v3='52Y1LAL6S07WFRHRMYGM703S4BNXQXFWI' where id=65; -update noar tt set v0='HQBYRGQY7H3EZN9NTQKO0ZV64VF211XBQ' where id=66; -update noar ti set v0='HQBYRGQY7H3EZN9NTQKO0ZV64VF211XBQ' where id=66; -update noar tt set v1='V6YGXLISICT0K8K792R7Z9FKORGIYYM3W' where id=66; -update noar ti set v1='V6YGXLISICT0K8K792R7Z9FKORGIYYM3W' where id=66; -update noar tt set v2='A9SF2TOIUJ06VKQZGFIGG4AFAMYA03I8L' where id=66; -update noar ti set v2='A9SF2TOIUJ06VKQZGFIGG4AFAMYA03I8L' where id=66; -update noar tt set v3='8DRMIRHJKHA0JUCRYG6GYK3ACZI889F5G' where id=66; -update noar ti set v3='8DRMIRHJKHA0JUCRYG6GYK3ACZI889F5G' where id=66; -update noar tt set v0='U7IRM1W59O9W71HVONRKHK63WA7APZR80' where id=67; -update noar ti set v0='U7IRM1W59O9W71HVONRKHK63WA7APZR80' where id=67; -update noar tt set v1='EW9RSVANN4GXFDHNJEUYVKTTQ1M1H6EC4' where id=67; -update noar ti set v1='EW9RSVANN4GXFDHNJEUYVKTTQ1M1H6EC4' where id=67; -update noar tt set v2='RBZLXMMNGSIH2Z0ZKTMODQR9AHUOBZGG6' where id=67; -update noar ti set v2='RBZLXMMNGSIH2Z0ZKTMODQR9AHUOBZGG6' where id=67; -update noar tt set v3='91KMBJ1JJ3EO9MFXTM2GWL9KBG2B0VUQ3' where id=67; -update noar ti set v3='91KMBJ1JJ3EO9MFXTM2GWL9KBG2B0VUQ3' where id=67; -update noar tt set v0='4VDHEZIWXIWFA9UN3UY9C0P5R5Z8J5WXJ' where id=68; -update noar ti set v0='4VDHEZIWXIWFA9UN3UY9C0P5R5Z8J5WXJ' where id=68; -update noar tt set v1='SPYS7HLQ9OAX7KOGWVTWXHD0MAP474K59' where id=68; -update noar ti set v1='SPYS7HLQ9OAX7KOGWVTWXHD0MAP474K59' where id=68; -update noar tt set v2='TN58DN9GB8OE3TKX3QXJP1D56Q0WT1WMK' where id=68; -update noar ti set v2='TN58DN9GB8OE3TKX3QXJP1D56Q0WT1WMK' where id=68; -update noar tt set v3='T7P8DXVVUCAJPU7SZIF1UH5THFSRAJBOA' where id=68; -update noar ti set v3='T7P8DXVVUCAJPU7SZIF1UH5THFSRAJBOA' where id=68; -update noar tt set v0='RBAFLFIAP39ZJPEB45CMYIJNL4O69NHJA' where id=69; -update noar ti set v0='RBAFLFIAP39ZJPEB45CMYIJNL4O69NHJA' where id=69; -update noar tt set v1='A8UO00Q0QGUITMRJYGIEJ6J3VOORX3V2X' where id=69; -update noar ti set v1='A8UO00Q0QGUITMRJYGIEJ6J3VOORX3V2X' where id=69; -update noar tt set v2='4C8OI3LBJ9BEU1UL6PSL4EUX3VI5AXZVC' where id=69; -update noar ti set v2='4C8OI3LBJ9BEU1UL6PSL4EUX3VI5AXZVC' where id=69; -update noar tt set v3='YBI1CCKRD7HH53NL2Z38J58BJUPSWD3B8' where id=69; -update noar ti set v3='YBI1CCKRD7HH53NL2Z38J58BJUPSWD3B8' where id=69; -update noar tt set v0='0R6EPZDWXP8REHTE4QAHQRR1TCR2PES1M' where id=70; -update noar ti set v0='0R6EPZDWXP8REHTE4QAHQRR1TCR2PES1M' where id=70; -update noar tt set v1='AUUJPYXXC4KFMJK48FJ8722FR9BAKX0KY' where id=70; -update noar ti set v1='AUUJPYXXC4KFMJK48FJ8722FR9BAKX0KY' where id=70; -update noar tt set v2='0Z9S1U27VH738JD5Z175A1J3YPB2N025M' where id=70; -update noar ti set v2='0Z9S1U27VH738JD5Z175A1J3YPB2N025M' where id=70; -update noar tt set v3='N1CKHUX8C5MMJLBYGQEBL6BPNBV9J11IW' where id=70; -update noar ti set v3='N1CKHUX8C5MMJLBYGQEBL6BPNBV9J11IW' where id=70; -update noar tt set v0='E53K6FCNE8296B77TTNO8FTKYDV15DHFE' where id=71; -update noar ti set v0='E53K6FCNE8296B77TTNO8FTKYDV15DHFE' where id=71; -update noar tt set v1='J70EEQVMHMLKOFVPPKGPP33WCDRD4LHHN' where id=71; -update noar ti set v1='J70EEQVMHMLKOFVPPKGPP33WCDRD4LHHN' where id=71; -update noar tt set v2='UG7ILDDTK2AFZU9YU6DQ0DYLZN430MUM9' where id=71; -update noar ti set v2='UG7ILDDTK2AFZU9YU6DQ0DYLZN430MUM9' where id=71; -update noar tt set v3='GHCMT694ZNB7UW5VTMDGLTD68F3AR46GW' where id=71; -update noar ti set v3='GHCMT694ZNB7UW5VTMDGLTD68F3AR46GW' where id=71; -update noar tt set v0='CLJZXA12D8IYJEZDB1R4E7GRMV8N72RT9' where id=72; -update noar ti set v0='CLJZXA12D8IYJEZDB1R4E7GRMV8N72RT9' where id=72; -update noar tt set v1='OSHBB5ZRF7RLE6CHZMKR56QZH0ISXB4CK' where id=72; -update noar ti set v1='OSHBB5ZRF7RLE6CHZMKR56QZH0ISXB4CK' where id=72; -update noar tt set v2='1VFD6E9NXSITTRRMLYXW93N450TU3RJ4T' where id=72; -update noar ti set v2='1VFD6E9NXSITTRRMLYXW93N450TU3RJ4T' where id=72; -update noar tt set v3='0V0KHIZHYM3FRMXLFODZSA97R7H7RDGEH' where id=72; -update noar ti set v3='0V0KHIZHYM3FRMXLFODZSA97R7H7RDGEH' where id=72; -update noar tt set v0='OZVGOUL95XCUZW1FCTFPDMXGU29RCGAFW' where id=73; -update noar ti set v0='OZVGOUL95XCUZW1FCTFPDMXGU29RCGAFW' where id=73; -update noar tt set v1='96OUR5V5JBHNI7ZFSSYCJ0H7WE4YT283N' where id=73; -update noar ti set v1='96OUR5V5JBHNI7ZFSSYCJ0H7WE4YT283N' where id=73; -update noar tt set v2='IYCI1S7HOLM7P4IC0OIEOCL953EI8G19T' where id=73; -update noar ti set v2='IYCI1S7HOLM7P4IC0OIEOCL953EI8G19T' where id=73; -update noar tt set v3='GWJW0RFJJB80X5T880J9CYGPXX0J6ZDWE' where id=73; -update noar ti set v3='GWJW0RFJJB80X5T880J9CYGPXX0J6ZDWE' where id=73; -update noar tt set v0='DZKR232DCPAICDL3DH921CM82LM0J2KCP' where id=74; -update noar ti set v0='DZKR232DCPAICDL3DH921CM82LM0J2KCP' where id=74; -update noar tt set v1='R2ZZFSGBVIX329YJGWA2NA1KNYXFICHML' where id=74; -update noar ti set v1='R2ZZFSGBVIX329YJGWA2NA1KNYXFICHML' where id=74; -update noar tt set v2='H3O2GLFUQXEAV6MONOE4NYCUUHH89IWSP' where id=74; -update noar ti set v2='H3O2GLFUQXEAV6MONOE4NYCUUHH89IWSP' where id=74; -update noar tt set v3='DN2WPI8C0V14DOIDC8HOCXL1MH36X8P1Q' where id=74; -update noar ti set v3='DN2WPI8C0V14DOIDC8HOCXL1MH36X8P1Q' where id=74; -update noar tt set v0='KKAU7NVQJIDYC5J4PSKO2B9NFQZCNZNAM' where id=75; -update noar ti set v0='KKAU7NVQJIDYC5J4PSKO2B9NFQZCNZNAM' where id=75; -update noar tt set v1='5KTQ2LYODHTNDBTPWP7O39G18YKS1F3JF' where id=75; -update noar ti set v1='5KTQ2LYODHTNDBTPWP7O39G18YKS1F3JF' where id=75; -update noar tt set v2='LSR05H81093YIS2VI9K42MF90NKAV6YBB' where id=75; -update noar ti set v2='LSR05H81093YIS2VI9K42MF90NKAV6YBB' where id=75; -update noar tt set v3='8Q6YN8ACEGSRW6J792TQRJZXL2CRM6F8R' where id=75; -update noar ti set v3='8Q6YN8ACEGSRW6J792TQRJZXL2CRM6F8R' where id=75; -update noar tt set v0='MELD8O9P7RWKK94A3N9XQEG11OX85JEBG' where id=76; -update noar ti set v0='MELD8O9P7RWKK94A3N9XQEG11OX85JEBG' where id=76; -update noar tt set v1='7MJK9CPHQ90RZKKWHG3R4NZ5BDTXP5AGV' where id=76; -update noar ti set v1='7MJK9CPHQ90RZKKWHG3R4NZ5BDTXP5AGV' where id=76; -update noar tt set v2='BVFAEOYPQQWIVH9QVEMD1B6J3U9UKB6I9' where id=76; -update noar ti set v2='BVFAEOYPQQWIVH9QVEMD1B6J3U9UKB6I9' where id=76; -update noar tt set v3='65WMWMYPC9566T2IG53KGTVILG4FAWFFR' where id=76; -update noar ti set v3='65WMWMYPC9566T2IG53KGTVILG4FAWFFR' where id=76; -update noar tt set v0='I2P6PFQJXFXRX21THQ8W3X0N90J9Z54RK' where id=77; -update noar ti set v0='I2P6PFQJXFXRX21THQ8W3X0N90J9Z54RK' where id=77; -update noar tt set v1='46L8DSTTPJTKB3PMHWKGBG5U632P4S9VH' where id=77; -update noar ti set v1='46L8DSTTPJTKB3PMHWKGBG5U632P4S9VH' where id=77; -update noar tt set v2='QHCHD1TSI870RBHOPS3X1A2TXDR3TYIOR' where id=77; -update noar ti set v2='QHCHD1TSI870RBHOPS3X1A2TXDR3TYIOR' where id=77; -update noar tt set v3='QCOE17ASDZR7CP4NF06B3RD41F09TTFBP' where id=77; -update noar ti set v3='QCOE17ASDZR7CP4NF06B3RD41F09TTFBP' where id=77; -update noar tt set v0='ZDMHLYKTPA6UJ2HOUPF2NZ29YCBS0LPB1' where id=78; -update noar ti set v0='ZDMHLYKTPA6UJ2HOUPF2NZ29YCBS0LPB1' where id=78; -update noar tt set v1='6K9DP0RUZUCQSJVYDVO3IGAP6SBDV9WK2' where id=78; -update noar ti set v1='6K9DP0RUZUCQSJVYDVO3IGAP6SBDV9WK2' where id=78; -update noar tt set v2='W968MKNIHCPENL5EU0OQYHEE736JRBDO5' where id=78; -update noar ti set v2='W968MKNIHCPENL5EU0OQYHEE736JRBDO5' where id=78; -update noar tt set v3='C1P5NN3CLAOACWO6GC8CHW2XBXTOTBQ9R' where id=78; -update noar ti set v3='C1P5NN3CLAOACWO6GC8CHW2XBXTOTBQ9R' where id=78; -update noar tt set v0='VVKCPGTI9ZP4RGQ2RE426UCHSVG5WERM2' where id=79; -update noar ti set v0='VVKCPGTI9ZP4RGQ2RE426UCHSVG5WERM2' where id=79; -update noar tt set v1='9ALQ6SFBH1BH1BSWX9ZW2QUHFIOHJNN2P' where id=79; -update noar ti set v1='9ALQ6SFBH1BH1BSWX9ZW2QUHFIOHJNN2P' where id=79; -update noar tt set v2='F1OMWTAX0TKMXLGDNRPXK2H1XMTV4U35U' where id=79; -update noar ti set v2='F1OMWTAX0TKMXLGDNRPXK2H1XMTV4U35U' where id=79; -update noar tt set v3='BBHGSD8QTJYUMMKBNO9ZXFEFN1DC4H96O' where id=79; -update noar ti set v3='BBHGSD8QTJYUMMKBNO9ZXFEFN1DC4H96O' where id=79; -update noar tt set v0='M2QRLC1L0PT4QMP0SQZOMSJ3NPO51GVVP' where id=80; -update noar ti set v0='M2QRLC1L0PT4QMP0SQZOMSJ3NPO51GVVP' where id=80; -update noar tt set v1='8CUN3B6L2QK65VPPX6KEUGK0GCCRKDWXY' where id=80; -update noar ti set v1='8CUN3B6L2QK65VPPX6KEUGK0GCCRKDWXY' where id=80; -update noar tt set v2='FPBXGU1CSXX8MJ9QI07LL3OQJNFZ26BJ6' where id=80; -update noar ti set v2='FPBXGU1CSXX8MJ9QI07LL3OQJNFZ26BJ6' where id=80; -update noar tt set v3='46F7JMV2CUHK73NN43IDQDJ3IGD3HONK1' where id=80; -update noar ti set v3='46F7JMV2CUHK73NN43IDQDJ3IGD3HONK1' where id=80; -update noar tt set v0='A0ZN1UOWXZNNHMPZQYJ7DBBTNNFNXZEMZ' where id=81; -update noar ti set v0='A0ZN1UOWXZNNHMPZQYJ7DBBTNNFNXZEMZ' where id=81; -update noar tt set v1='ORHZ2BWY8BTXPZI1L8UGPNPQDWZ82MI9F' where id=81; -update noar ti set v1='ORHZ2BWY8BTXPZI1L8UGPNPQDWZ82MI9F' where id=81; -update noar tt set v2='4SCC68CXZKXW1MSH38YPWFHHNCR1LLLPX' where id=81; -update noar ti set v2='4SCC68CXZKXW1MSH38YPWFHHNCR1LLLPX' where id=81; -update noar tt set v3='Q3UV3XI9P0K1Z0500D09ELUNF9T6HUG74' where id=81; -update noar ti set v3='Q3UV3XI9P0K1Z0500D09ELUNF9T6HUG74' where id=81; -update noar tt set v0='HMKFAE5NRNU6RH1YPE05J01N99MA2VE49' where id=82; -update noar ti set v0='HMKFAE5NRNU6RH1YPE05J01N99MA2VE49' where id=82; -update noar tt set v1='3IRSQZM5VULR93W6646I8GA84KST7OS5N' where id=82; -update noar ti set v1='3IRSQZM5VULR93W6646I8GA84KST7OS5N' where id=82; -update noar tt set v2='Y9JNPJ2LBEX0RPZJ9YVM9228DAGXNH4JW' where id=82; -update noar ti set v2='Y9JNPJ2LBEX0RPZJ9YVM9228DAGXNH4JW' where id=82; -update noar tt set v3='RS6C2HAFDTOO9543IDMN6UXTDFW1QETP1' where id=82; -update noar ti set v3='RS6C2HAFDTOO9543IDMN6UXTDFW1QETP1' where id=82; -update noar tt set v0='N4KAN5KDW8AJA5W15B4LGKU0O3I01WNRJ' where id=83; -update noar ti set v0='N4KAN5KDW8AJA5W15B4LGKU0O3I01WNRJ' where id=83; -update noar tt set v1='LVRX9LKT4XG5JRRXIQB7NBKEIWE5G1Z0F' where id=83; -update noar ti set v1='LVRX9LKT4XG5JRRXIQB7NBKEIWE5G1Z0F' where id=83; -update noar tt set v2='7V5MZJ3S5CLDNEGNN742S3AB4EF2U24AW' where id=83; -update noar ti set v2='7V5MZJ3S5CLDNEGNN742S3AB4EF2U24AW' where id=83; -update noar tt set v3='8I2GEFBSHQW0QLRJULT7HRHVK0Y2R6ES2' where id=83; -update noar ti set v3='8I2GEFBSHQW0QLRJULT7HRHVK0Y2R6ES2' where id=83; -update noar tt set v0='G562B5W18EY13A325QPBQ8NCB86402DU3' where id=84; -update noar ti set v0='G562B5W18EY13A325QPBQ8NCB86402DU3' where id=84; -update noar tt set v1='GF9MO8PYMC5QQ4L43YSECUUUT86PT5YXG' where id=84; -update noar ti set v1='GF9MO8PYMC5QQ4L43YSECUUUT86PT5YXG' where id=84; -update noar tt set v2='3YBHFTJZX6XA4VDHC3ZSAUIUJY8XZCOCG' where id=84; -update noar ti set v2='3YBHFTJZX6XA4VDHC3ZSAUIUJY8XZCOCG' where id=84; -update noar tt set v3='DQPOWJCK6AXIIMMTOL3IKCWFLNLI1NCUY' where id=84; -update noar ti set v3='DQPOWJCK6AXIIMMTOL3IKCWFLNLI1NCUY' where id=84; -update noar tt set v0='0CCAKASQ5XAATMWANI4X4ZA0O2ANTH8GW' where id=85; -update noar ti set v0='0CCAKASQ5XAATMWANI4X4ZA0O2ANTH8GW' where id=85; -update noar tt set v1='03VKPN0A8P1FCWYRG60XGG4FCOFV7RV0K' where id=85; -update noar ti set v1='03VKPN0A8P1FCWYRG60XGG4FCOFV7RV0K' where id=85; -update noar tt set v2='VZNWPKE0C0NU97GVW871PDTKLEI0JK2C5' where id=85; -update noar ti set v2='VZNWPKE0C0NU97GVW871PDTKLEI0JK2C5' where id=85; -update noar tt set v3='3ROAED83IVX2TI5V9XQ8JJTC6PM2C0BKO' where id=85; -update noar ti set v3='3ROAED83IVX2TI5V9XQ8JJTC6PM2C0BKO' where id=85; -update noar tt set v0='HFP49S7VKG4MZOW206CCV65GYXA8RTBEU' where id=86; -update noar ti set v0='HFP49S7VKG4MZOW206CCV65GYXA8RTBEU' where id=86; -update noar tt set v1='ZGO9G3JQ62QX259SX49B4KCE5J0Z13KTQ' where id=86; -update noar ti set v1='ZGO9G3JQ62QX259SX49B4KCE5J0Z13KTQ' where id=86; -update noar tt set v2='MF6BS4LYEE77RVU0XZCXG8DLPP2SI2JN7' where id=86; -update noar ti set v2='MF6BS4LYEE77RVU0XZCXG8DLPP2SI2JN7' where id=86; -update noar tt set v3='DSMSM4C5TJ1SLWSUORHARNIPFJ1BTLSRB' where id=86; -update noar ti set v3='DSMSM4C5TJ1SLWSUORHARNIPFJ1BTLSRB' where id=86; -update noar tt set v0='12J0WFG2QMZI5B9AE73EFPST3YNHKJXXI' where id=87; -update noar ti set v0='12J0WFG2QMZI5B9AE73EFPST3YNHKJXXI' where id=87; -update noar tt set v1='SE17BN62U6TY2WZUL3GE5RMT3WDX077UT' where id=87; -update noar ti set v1='SE17BN62U6TY2WZUL3GE5RMT3WDX077UT' where id=87; -update noar tt set v2='TQ2BF114DVI2JRRQUX66BSNDHQ1KF6HVH' where id=87; -update noar ti set v2='TQ2BF114DVI2JRRQUX66BSNDHQ1KF6HVH' where id=87; -update noar tt set v3='FWOVRM7J7I4NIHXNM8MGO40TY0IYA35GJ' where id=87; -update noar ti set v3='FWOVRM7J7I4NIHXNM8MGO40TY0IYA35GJ' where id=87; -update noar tt set v0='OWCTJVROTLMNGUAEBNQWVJR5MJUNIX1H4' where id=88; -update noar ti set v0='OWCTJVROTLMNGUAEBNQWVJR5MJUNIX1H4' where id=88; -update noar tt set v1='CBE9DQ9177C8HEEMKX4UP1ADNNBCGJNWQ' where id=88; -update noar ti set v1='CBE9DQ9177C8HEEMKX4UP1ADNNBCGJNWQ' where id=88; -update noar tt set v2='Y0TFC8VCPYK33W7WMQ4MYYFTAEN4I3L2W' where id=88; -update noar ti set v2='Y0TFC8VCPYK33W7WMQ4MYYFTAEN4I3L2W' where id=88; -update noar tt set v3='471X5RZT3OQ7RI5DFWIW3CKAEMSZ8SZAC' where id=88; -update noar ti set v3='471X5RZT3OQ7RI5DFWIW3CKAEMSZ8SZAC' where id=88; -update noar tt set v0='YBVOTSDFGJEIW5HKIU3TC6QNDT6DVIXY9' where id=89; -update noar ti set v0='YBVOTSDFGJEIW5HKIU3TC6QNDT6DVIXY9' where id=89; -update noar tt set v1='M93848BGHLYG3MKIMBZOPCMXS0BVM54U4' where id=89; -update noar ti set v1='M93848BGHLYG3MKIMBZOPCMXS0BVM54U4' where id=89; -update noar tt set v2='SG5JALK95ZK2BM6BFAKXWK4ZTPN2TF13G' where id=89; -update noar ti set v2='SG5JALK95ZK2BM6BFAKXWK4ZTPN2TF13G' where id=89; -update noar tt set v3='WGFAAAPCAQUODIKZR4EYP37GH23UYZRM5' where id=89; -update noar ti set v3='WGFAAAPCAQUODIKZR4EYP37GH23UYZRM5' where id=89; -update noar tt set v0='4OQ0UW7A1DMJ6TF0PN5DCRYOQPZNEC6HW' where id=90; -update noar ti set v0='4OQ0UW7A1DMJ6TF0PN5DCRYOQPZNEC6HW' where id=90; -update noar tt set v1='KDWRZM4Q2XB467W1NE7MKTCYLDDSR7FPJ' where id=90; -update noar ti set v1='KDWRZM4Q2XB467W1NE7MKTCYLDDSR7FPJ' where id=90; -update noar tt set v2='90KUWNZ9LZ8IF2U5N75FS8F5CTHR88MOX' where id=90; -update noar ti set v2='90KUWNZ9LZ8IF2U5N75FS8F5CTHR88MOX' where id=90; -update noar tt set v3='A5VA60QNXIX9VTJAPI7F7KTMCIUWXNPM2' where id=90; -update noar ti set v3='A5VA60QNXIX9VTJAPI7F7KTMCIUWXNPM2' where id=90; -update noar tt set v0='4IUUBR2FWGA4M737O3ZHRVATI1L2JJIZ3' where id=91; -update noar ti set v0='4IUUBR2FWGA4M737O3ZHRVATI1L2JJIZ3' where id=91; -update noar tt set v1='3959L09WO5RWOG8U384R6I52P4RL7UXZ7' where id=91; -update noar ti set v1='3959L09WO5RWOG8U384R6I52P4RL7UXZ7' where id=91; -update noar tt set v2='SS541JIFI2E1SVQNZXDOC4EM1S5QWWH20' where id=91; -update noar ti set v2='SS541JIFI2E1SVQNZXDOC4EM1S5QWWH20' where id=91; -update noar tt set v3='M5UVDOOASTWWNVU3TZ6O2PZ43KBU02B90' where id=91; -update noar ti set v3='M5UVDOOASTWWNVU3TZ6O2PZ43KBU02B90' where id=91; -update noar tt set v0='VKATQCCEAT6BQWHEBG25UFI7KSMCZI6H2' where id=92; -update noar ti set v0='VKATQCCEAT6BQWHEBG25UFI7KSMCZI6H2' where id=92; -update noar tt set v1='7E6MDARNTLKDCM8RU5QQADD9TDIMKMEJ6' where id=92; -update noar ti set v1='7E6MDARNTLKDCM8RU5QQADD9TDIMKMEJ6' where id=92; -update noar tt set v2='53D30F1FZN1IZD1GU6KK62FLT99XASARB' where id=92; -update noar ti set v2='53D30F1FZN1IZD1GU6KK62FLT99XASARB' where id=92; -update noar tt set v3='OXT8TH15Y1DYBRZSRJNUC3I475NNEY18R' where id=92; -update noar ti set v3='OXT8TH15Y1DYBRZSRJNUC3I475NNEY18R' where id=92; -update noar tt set v0='60OLGDJNS27L2MT3E2095PN8I2211H2MH' where id=93; -update noar ti set v0='60OLGDJNS27L2MT3E2095PN8I2211H2MH' where id=93; -update noar tt set v1='5UR3YYZWWR3ND41MCLZ6F0DBBHEOOMTLF' where id=93; -update noar ti set v1='5UR3YYZWWR3ND41MCLZ6F0DBBHEOOMTLF' where id=93; -update noar tt set v2='3SQYLKIZQYJ0IY5M8ETNA2B7XOMDNCKKX' where id=93; -update noar ti set v2='3SQYLKIZQYJ0IY5M8ETNA2B7XOMDNCKKX' where id=93; -update noar tt set v3='6OTAKG45GOXEZ3MPS13A6SZX55YVATFTM' where id=93; -update noar ti set v3='6OTAKG45GOXEZ3MPS13A6SZX55YVATFTM' where id=93; -update noar tt set v0='5FVK04MKT5OB6H8TXDUANZEP2L7F4DNXZ' where id=94; -update noar ti set v0='5FVK04MKT5OB6H8TXDUANZEP2L7F4DNXZ' where id=94; -update noar tt set v1='05SWHSWJ2OBNGU0WEDA8H0K44GUR5M11Q' where id=94; -update noar ti set v1='05SWHSWJ2OBNGU0WEDA8H0K44GUR5M11Q' where id=94; -update noar tt set v2='SXGX92BX5DS2X2NRVYK35UUJMR87LUCGU' where id=94; -update noar ti set v2='SXGX92BX5DS2X2NRVYK35UUJMR87LUCGU' where id=94; -update noar tt set v3='HNAHFBZ9NRJSYM04MGJZK81BPZ5VU50SV' where id=94; -update noar ti set v3='HNAHFBZ9NRJSYM04MGJZK81BPZ5VU50SV' where id=94; -update noar tt set v0='TDSORSBT9LYYA30HGJKNBKBDBXMZGVFDJ' where id=95; -update noar ti set v0='TDSORSBT9LYYA30HGJKNBKBDBXMZGVFDJ' where id=95; -update noar tt set v1='RVWREG0I181IDF6K3BTFY09Y2J8XSSHX9' where id=95; -update noar ti set v1='RVWREG0I181IDF6K3BTFY09Y2J8XSSHX9' where id=95; -update noar tt set v2='LBF10KKVT07EB492RYU4ULNY50G4TGDX9' where id=95; -update noar ti set v2='LBF10KKVT07EB492RYU4ULNY50G4TGDX9' where id=95; -update noar tt set v3='WQAD9AFW7LH5MV11HRKO792E2MU6PJ8V5' where id=95; -update noar ti set v3='WQAD9AFW7LH5MV11HRKO792E2MU6PJ8V5' where id=95; -update noar tt set v0='3PYBHQSOSTJZGH9DTHZLK1I7VUS96C0BR' where id=96; -update noar ti set v0='3PYBHQSOSTJZGH9DTHZLK1I7VUS96C0BR' where id=96; -update noar tt set v1='3EARLA2YM5BKMVRH2VPMNHIBPIOEQY9DM' where id=96; -update noar ti set v1='3EARLA2YM5BKMVRH2VPMNHIBPIOEQY9DM' where id=96; -update noar tt set v2='L3R0TD206KTHNIM90Q7ASMEWZFGXG0GVN' where id=96; -update noar ti set v2='L3R0TD206KTHNIM90Q7ASMEWZFGXG0GVN' where id=96; -update noar tt set v3='7RE2E3LGRTOP4MTOUEMNXEWKZJIQQ1VL4' where id=96; -update noar ti set v3='7RE2E3LGRTOP4MTOUEMNXEWKZJIQQ1VL4' where id=96; -update noar tt set v0='K568I90I55F9K8BCA069APVII0RTL908C' where id=97; -update noar ti set v0='K568I90I55F9K8BCA069APVII0RTL908C' where id=97; -update noar tt set v1='RDTRDI2GG3FMAQGXLH3FTXQEP59TC0TT3' where id=97; -update noar ti set v1='RDTRDI2GG3FMAQGXLH3FTXQEP59TC0TT3' where id=97; -update noar tt set v2='BY7R7WR4LMU70ASFV6BXPY4M3ABDIRZ26' where id=97; -update noar ti set v2='BY7R7WR4LMU70ASFV6BXPY4M3ABDIRZ26' where id=97; -update noar tt set v3='ZCBP8EQUE8UCM9BW9RMJ4GJVRZFUFG47S' where id=97; -update noar ti set v3='ZCBP8EQUE8UCM9BW9RMJ4GJVRZFUFG47S' where id=97; -update noar tt set v0='SED9J1MSSDCVAXD59O79U5RWLUL97SNH5' where id=98; -update noar ti set v0='SED9J1MSSDCVAXD59O79U5RWLUL97SNH5' where id=98; -update noar tt set v1='J3IKNGK7VOKMBEJZVWG6U3VDH895L97MN' where id=98; -update noar ti set v1='J3IKNGK7VOKMBEJZVWG6U3VDH895L97MN' where id=98; -update noar tt set v2='J3YC5CQSSIQ39DJSPA8NWV7K26X3NAJFS' where id=98; -update noar ti set v2='J3YC5CQSSIQ39DJSPA8NWV7K26X3NAJFS' where id=98; -update noar tt set v3='78AU510THUYPI35U4R32XLPJRTTN27O0Z' where id=98; -update noar ti set v3='78AU510THUYPI35U4R32XLPJRTTN27O0Z' where id=98; -update noar tt set v0='6XHBZNO1XU18061ZF5U6UQ4MC0FS0I90U' where id=99; -update noar ti set v0='6XHBZNO1XU18061ZF5U6UQ4MC0FS0I90U' where id=99; -update noar tt set v1='MSZI7IF6MAJE3QS5NMZ41OXBJ07D9UJRN' where id=99; -update noar ti set v1='MSZI7IF6MAJE3QS5NMZ41OXBJ07D9UJRN' where id=99; -update noar tt set v2='ACZUSBYPBA6NM2PPVAF1ZWAH0897G5F6G' where id=99; -update noar ti set v2='ACZUSBYPBA6NM2PPVAF1ZWAH0897G5F6G' where id=99; -update noar tt set v3='RFWF0WUA0CBD62C3IVV9SI3SW5PU8NWC3' where id=99; -update noar ti set v3='RFWF0WUA0CBD62C3IVV9SI3SW5PU8NWC3' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(32) not null, - v1 varchar(32) not null, - v2 varchar(32) not null, - v3 varchar(32) not null, - b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='IC5XO2HY0SNAHR1O9UT9DAISFBFW9GTL9' where id=2; -update noar ti set v0='IC5XO2HY0SNAHR1O9UT9DAISFBFW9GTL9' where id=2; -update noar tt set v1='Q0PDDCYZMRX73GMZNM7JWE1A0UGF7B31B' where id=2; -update noar ti set v1='Q0PDDCYZMRX73GMZNM7JWE1A0UGF7B31B' where id=2; -update noar tt set v2='ZOTP4VITR9E1QSA3OXLGF83HPLVW5KJM0' where id=2; -update noar ti set v2='ZOTP4VITR9E1QSA3OXLGF83HPLVW5KJM0' where id=2; -update noar tt set v3='AWXKUXS098Z5LMTQXXIN55OMZZ63CYGMP' where id=2; -update noar ti set v3='AWXKUXS098Z5LMTQXXIN55OMZZ63CYGMP' where id=2; -update noar tt set v0='4FSEIEP6GOUA7GQ8FGJ4FBRGH4BT4BTJC' where id=3; -update noar ti set v0='4FSEIEP6GOUA7GQ8FGJ4FBRGH4BT4BTJC' where id=3; -update noar tt set v1='2RSDZ9QLEIWX7P7QA25ZNSINU5V1EK85T' where id=3; -update noar ti set v1='2RSDZ9QLEIWX7P7QA25ZNSINU5V1EK85T' where id=3; -update noar tt set v2='8V8QR8UT1C81UA151W3Q92C0XKHX402RF' where id=3; -update noar ti set v2='8V8QR8UT1C81UA151W3Q92C0XKHX402RF' where id=3; -update noar tt set v3='A4Q3XWFULLJ1AVQJUCSXWO66SYH9G5DU0' where id=3; -update noar ti set v3='A4Q3XWFULLJ1AVQJUCSXWO66SYH9G5DU0' where id=3; -update noar tt set v0='NHCZBZQKG5I0X2WJVRJ4SSYQN2RYCYMCH' where id=4; -update noar ti set v0='NHCZBZQKG5I0X2WJVRJ4SSYQN2RYCYMCH' where id=4; -update noar tt set v1='N6DQGNNR1IJM8T9E3OXR8J981D02Z7NBA' where id=4; -update noar ti set v1='N6DQGNNR1IJM8T9E3OXR8J981D02Z7NBA' where id=4; -update noar tt set v2='DMAB0DQA1KA5PMA4EGOX8TEFKHV3D9IZK' where id=4; -update noar ti set v2='DMAB0DQA1KA5PMA4EGOX8TEFKHV3D9IZK' where id=4; -update noar tt set v3='DWEEZJCE69GD1YUVLMWFFB459SEGR5XPG' where id=4; -update noar ti set v3='DWEEZJCE69GD1YUVLMWFFB459SEGR5XPG' where id=4; -update noar tt set v0='POLT15DV510BZFUP1NR6RFWEPD0PXET9J' where id=5; -update noar ti set v0='POLT15DV510BZFUP1NR6RFWEPD0PXET9J' where id=5; -update noar tt set v1='5TALX42LEWH68AKJV33EJCEZF4W3LBFG5' where id=5; -update noar ti set v1='5TALX42LEWH68AKJV33EJCEZF4W3LBFG5' where id=5; -update noar tt set v2='ZZM5S7W6OHF5SZ5WFU9RKWUM9YBYZFIB8' where id=5; -update noar ti set v2='ZZM5S7W6OHF5SZ5WFU9RKWUM9YBYZFIB8' where id=5; -update noar tt set v3='4JZFKJR24A5SGQDMAXH3RSXOJ3SVWLZ0M' where id=5; -update noar ti set v3='4JZFKJR24A5SGQDMAXH3RSXOJ3SVWLZ0M' where id=5; -update noar tt set v0='USNXDKICO9BMNWKR24S48RVS8K7S8SKK9' where id=6; -update noar ti set v0='USNXDKICO9BMNWKR24S48RVS8K7S8SKK9' where id=6; -update noar tt set v1='67EEX1BOWG7H82527UDYZ0VJDQHOW029V' where id=6; -update noar ti set v1='67EEX1BOWG7H82527UDYZ0VJDQHOW029V' where id=6; -update noar tt set v2='UWFTI4U2BQ4OIWGZDMCVW7XE1XN20EO8P' where id=6; -update noar ti set v2='UWFTI4U2BQ4OIWGZDMCVW7XE1XN20EO8P' where id=6; -update noar tt set v3='9UXD7FNN7U6N0BM4QAUQCMW1CHTNEBYB0' where id=6; -update noar ti set v3='9UXD7FNN7U6N0BM4QAUQCMW1CHTNEBYB0' where id=6; -update noar tt set v0='0OBEZ3NAQYDQS7QD1KTR9VZSHP6M8CXI7' where id=7; -update noar ti set v0='0OBEZ3NAQYDQS7QD1KTR9VZSHP6M8CXI7' where id=7; -update noar tt set v1='0MRH2NPTSNSRAU8VKXW39HF2HS6T4RC0I' where id=7; -update noar ti set v1='0MRH2NPTSNSRAU8VKXW39HF2HS6T4RC0I' where id=7; -update noar tt set v2='NK9M6P6IOVZGA5HI4MHWY4AYK5I2RUASJ' where id=7; -update noar ti set v2='NK9M6P6IOVZGA5HI4MHWY4AYK5I2RUASJ' where id=7; -update noar tt set v3='ON8SN347RNPG97ODV5EI0J603UFI76718' where id=7; -update noar ti set v3='ON8SN347RNPG97ODV5EI0J603UFI76718' where id=7; -update noar tt set v0='N46Q5EM8SE02AHFIX0Z3VYT50MDUJVF26' where id=8; -update noar ti set v0='N46Q5EM8SE02AHFIX0Z3VYT50MDUJVF26' where id=8; -update noar tt set v1='OVYOQYYDBL5VW9P1O178P84WV6BT61ZFB' where id=8; -update noar ti set v1='OVYOQYYDBL5VW9P1O178P84WV6BT61ZFB' where id=8; -update noar tt set v2='WO40KLPQ3NUW7W41UO8AU649BLKPRRO8N' where id=8; -update noar ti set v2='WO40KLPQ3NUW7W41UO8AU649BLKPRRO8N' where id=8; -update noar tt set v3='E484JGWQJ29GHH2JVWXTQWGMA4CN2EV24' where id=8; -update noar ti set v3='E484JGWQJ29GHH2JVWXTQWGMA4CN2EV24' where id=8; -update noar tt set v0='MXXSJ5F5LL5N69CMDGWZRD5AK7IL9KCB1' where id=9; -update noar ti set v0='MXXSJ5F5LL5N69CMDGWZRD5AK7IL9KCB1' where id=9; -update noar tt set v1='73R73QXHPLHVQPCOU45H5BQRDQ0Z1NMOM' where id=9; -update noar ti set v1='73R73QXHPLHVQPCOU45H5BQRDQ0Z1NMOM' where id=9; -update noar tt set v2='97YU1WRG43ZR6ZIZ96WB4PLAMLPGKKAJX' where id=9; -update noar ti set v2='97YU1WRG43ZR6ZIZ96WB4PLAMLPGKKAJX' where id=9; -update noar tt set v3='PEE7XA7EHIDF51GC1ZYFNZBHKJ89ZKMLH' where id=9; -update noar ti set v3='PEE7XA7EHIDF51GC1ZYFNZBHKJ89ZKMLH' where id=9; -update noar tt set v0='S2B68U5VZ8OVWV8Q3J37HV58OE6GOXW0A' where id=10; -update noar ti set v0='S2B68U5VZ8OVWV8Q3J37HV58OE6GOXW0A' where id=10; -update noar tt set v1='GP3Y0W0P4BS0EZ7H6FE16FOKX3DJWRMLY' where id=10; -update noar ti set v1='GP3Y0W0P4BS0EZ7H6FE16FOKX3DJWRMLY' where id=10; -update noar tt set v2='3JV9560T6SJ4LJ0SFJKLLGGRFID1MNTKK' where id=10; -update noar ti set v2='3JV9560T6SJ4LJ0SFJKLLGGRFID1MNTKK' where id=10; -update noar tt set v3='9EV800RY0AITX5QFRU6ZNY17UUK73N2SC' where id=10; -update noar ti set v3='9EV800RY0AITX5QFRU6ZNY17UUK73N2SC' where id=10; -update noar tt set v0='EYBDRKCTPFMGCDZVO2YS3IY5EIY9BG42B' where id=11; -update noar ti set v0='EYBDRKCTPFMGCDZVO2YS3IY5EIY9BG42B' where id=11; -update noar tt set v1='DV27FZMQFUD649W2J8E1DW4NFEK6SROD6' where id=11; -update noar ti set v1='DV27FZMQFUD649W2J8E1DW4NFEK6SROD6' where id=11; -update noar tt set v2='PPZP92XQXICUBXKELDGCQ876W2RFSQVT5' where id=11; -update noar ti set v2='PPZP92XQXICUBXKELDGCQ876W2RFSQVT5' where id=11; -update noar tt set v3='UWCL4J2FBX582CUS2I55SVQJ58IBCJ86R' where id=11; -update noar ti set v3='UWCL4J2FBX582CUS2I55SVQJ58IBCJ86R' where id=11; -update noar tt set v0='1WXM0LVSZME86D22IW98WJUUECSDROVOM' where id=12; -update noar ti set v0='1WXM0LVSZME86D22IW98WJUUECSDROVOM' where id=12; -update noar tt set v1='VLI1TPGF2NESX1HQMOADI8VGRZ48J4K4C' where id=12; -update noar ti set v1='VLI1TPGF2NESX1HQMOADI8VGRZ48J4K4C' where id=12; -update noar tt set v2='6Q7LNCN40HHPCVVHZGSD5NXJBMW02M24A' where id=12; -update noar ti set v2='6Q7LNCN40HHPCVVHZGSD5NXJBMW02M24A' where id=12; -update noar tt set v3='PFE8GLBMI79N2W13J05171NKI7Q00Y9LT' where id=12; -update noar ti set v3='PFE8GLBMI79N2W13J05171NKI7Q00Y9LT' where id=12; -update noar tt set v0='N2XJE761M372KF2RR9Z2P1UTC366LCJ3J' where id=13; -update noar ti set v0='N2XJE761M372KF2RR9Z2P1UTC366LCJ3J' where id=13; -update noar tt set v1='GN6E0I6YTSI26BO48J0CK23DTD2B17SUQ' where id=13; -update noar ti set v1='GN6E0I6YTSI26BO48J0CK23DTD2B17SUQ' where id=13; -update noar tt set v2='ARPFNK3XAK3RVXRYX89G9Y4HJ2RXRB5H4' where id=13; -update noar ti set v2='ARPFNK3XAK3RVXRYX89G9Y4HJ2RXRB5H4' where id=13; -update noar tt set v3='NBBHLV3YQB5D5ZJYOGOC0H8K5XESK5XF2' where id=13; -update noar ti set v3='NBBHLV3YQB5D5ZJYOGOC0H8K5XESK5XF2' where id=13; -update noar tt set v0='RH3FVYGUKGXSSCHZPZRBR71SF4MQSPBLP' where id=14; -update noar ti set v0='RH3FVYGUKGXSSCHZPZRBR71SF4MQSPBLP' where id=14; -update noar tt set v1='8BZQD8O0S0X3CTIXK4B1R3QAWNUJZWL8E' where id=14; -update noar ti set v1='8BZQD8O0S0X3CTIXK4B1R3QAWNUJZWL8E' where id=14; -update noar tt set v2='TO8OJNYUK4UDMBJ217893S818K3VXRP76' where id=14; -update noar ti set v2='TO8OJNYUK4UDMBJ217893S818K3VXRP76' where id=14; -update noar tt set v3='AIP2RSZ7BM6J8W6HOBTWGKN4UXAUFVHDO' where id=14; -update noar ti set v3='AIP2RSZ7BM6J8W6HOBTWGKN4UXAUFVHDO' where id=14; -update noar tt set v0='DDR470GJVTIJXBMKR1UYTPWE98RA8X99X' where id=15; -update noar ti set v0='DDR470GJVTIJXBMKR1UYTPWE98RA8X99X' where id=15; -update noar tt set v1='GPSAJ70ZQDYTMUBZ85HHREVYSYFUYBUBB' where id=15; -update noar ti set v1='GPSAJ70ZQDYTMUBZ85HHREVYSYFUYBUBB' where id=15; -update noar tt set v2='V617AYHE1PSVO3SB6SINQJ8JWEZV14MBE' where id=15; -update noar ti set v2='V617AYHE1PSVO3SB6SINQJ8JWEZV14MBE' where id=15; -update noar tt set v3='I1WMQKDSS40M8Y59YDCYF80FZ3AUUZIXP' where id=15; -update noar ti set v3='I1WMQKDSS40M8Y59YDCYF80FZ3AUUZIXP' where id=15; -update noar tt set v0='MG4LKIVDTV26501IOAWX2LPOWWYXUM3BA' where id=16; -update noar ti set v0='MG4LKIVDTV26501IOAWX2LPOWWYXUM3BA' where id=16; -update noar tt set v1='GC4XSGQ7R9YRGWW05LDJZDFJ00D2Z5ANZ' where id=16; -update noar ti set v1='GC4XSGQ7R9YRGWW05LDJZDFJ00D2Z5ANZ' where id=16; -update noar tt set v2='OPFIIFO3L4492C6BPB8BKGQXZBILAO3ER' where id=16; -update noar ti set v2='OPFIIFO3L4492C6BPB8BKGQXZBILAO3ER' where id=16; -update noar tt set v3='97AOS93FGU3NRP8GQDBDX8TGK4F8YB6NG' where id=16; -update noar ti set v3='97AOS93FGU3NRP8GQDBDX8TGK4F8YB6NG' where id=16; -update noar tt set v0='WXNFNF2VBEFQMR1UZG9QPI06BJVIPLOZN' where id=17; -update noar ti set v0='WXNFNF2VBEFQMR1UZG9QPI06BJVIPLOZN' where id=17; -update noar tt set v1='2L1O8ETO2PJB0YZMIQUGA1PFXFRKS95O7' where id=17; -update noar ti set v1='2L1O8ETO2PJB0YZMIQUGA1PFXFRKS95O7' where id=17; -update noar tt set v2='S9ECH1HUYNSFSL30V8W5D4OE26HLNUFAQ' where id=17; -update noar ti set v2='S9ECH1HUYNSFSL30V8W5D4OE26HLNUFAQ' where id=17; -update noar tt set v3='DZANTZKACCGAASTTXK0FJIVHXOWH4AGNB' where id=17; -update noar ti set v3='DZANTZKACCGAASTTXK0FJIVHXOWH4AGNB' where id=17; -update noar tt set v0='IEG3RW11RLW5TGA4YFW9ZK8T4RTA9CVME' where id=18; -update noar ti set v0='IEG3RW11RLW5TGA4YFW9ZK8T4RTA9CVME' where id=18; -update noar tt set v1='R9EU9GRHHQG3P47YCRXN55RMM5V90T2ZY' where id=18; -update noar ti set v1='R9EU9GRHHQG3P47YCRXN55RMM5V90T2ZY' where id=18; -update noar tt set v2='EKILZ01W3LBC1NUWRRMSBKP1BD17IVDC9' where id=18; -update noar ti set v2='EKILZ01W3LBC1NUWRRMSBKP1BD17IVDC9' where id=18; -update noar tt set v3='GFDKSWC5YC4SOGIS640IPXBP9MYDIMWHE' where id=18; -update noar ti set v3='GFDKSWC5YC4SOGIS640IPXBP9MYDIMWHE' where id=18; -update noar tt set v0='W77FM5AWKG4DF3T8FPTP38NLUZWREVXYE' where id=19; -update noar ti set v0='W77FM5AWKG4DF3T8FPTP38NLUZWREVXYE' where id=19; -update noar tt set v1='I9JYBB78EUW30IUQXIXKNPV9PPNO57ZXD' where id=19; -update noar ti set v1='I9JYBB78EUW30IUQXIXKNPV9PPNO57ZXD' where id=19; -update noar tt set v2='7VL9TOKT6HAR9687A61PGBLIMWTA6DFIW' where id=19; -update noar ti set v2='7VL9TOKT6HAR9687A61PGBLIMWTA6DFIW' where id=19; -update noar tt set v3='0JF5PXKJLKAMGA7E9X8EWSXNWK2MUPVUT' where id=19; -update noar ti set v3='0JF5PXKJLKAMGA7E9X8EWSXNWK2MUPVUT' where id=19; -update noar tt set v0='HEFACTG7YYF1Z1JGMXV669FGJF0I2P0BF' where id=20; -update noar ti set v0='HEFACTG7YYF1Z1JGMXV669FGJF0I2P0BF' where id=20; -update noar tt set v1='OO7UJU0KTNQNNUQM4BPHXJUJNAKKSBS2T' where id=20; -update noar ti set v1='OO7UJU0KTNQNNUQM4BPHXJUJNAKKSBS2T' where id=20; -update noar tt set v2='4NQF6FLJH4YMYLRA1HY3HMC52USSIVTY7' where id=20; -update noar ti set v2='4NQF6FLJH4YMYLRA1HY3HMC52USSIVTY7' where id=20; -update noar tt set v3='DWQVRTFYPOB8ZTPBEKQ8J3YR130VZ2ZLW' where id=20; -update noar ti set v3='DWQVRTFYPOB8ZTPBEKQ8J3YR130VZ2ZLW' where id=20; -update noar tt set v0='5W456K1N1MDUTNUXVYGTMOSM7F4OM4OMS' where id=21; -update noar ti set v0='5W456K1N1MDUTNUXVYGTMOSM7F4OM4OMS' where id=21; -update noar tt set v1='47T3ULSER9YHQR18PVVBGQ9UEJV5CK47V' where id=21; -update noar ti set v1='47T3ULSER9YHQR18PVVBGQ9UEJV5CK47V' where id=21; -update noar tt set v2='MHF1OT9LL8DYO4MIH4TET9JZVUSSYOV34' where id=21; -update noar ti set v2='MHF1OT9LL8DYO4MIH4TET9JZVUSSYOV34' where id=21; -update noar tt set v3='MI47BUFMW8RE0UUK84CNU0ST2NBSMYNU8' where id=21; -update noar ti set v3='MI47BUFMW8RE0UUK84CNU0ST2NBSMYNU8' where id=21; -update noar tt set v0='CK794DCXV3DJ807LN5MRA69RDSEGISSWH' where id=22; -update noar ti set v0='CK794DCXV3DJ807LN5MRA69RDSEGISSWH' where id=22; -update noar tt set v1='S14ZD8B01EAB5PHS6LV3DIPXD6RFLPAHO' where id=22; -update noar ti set v1='S14ZD8B01EAB5PHS6LV3DIPXD6RFLPAHO' where id=22; -update noar tt set v2='LHDMH1H8G4S1WW2HSOD1JFGDV8KFBPYE0' where id=22; -update noar ti set v2='LHDMH1H8G4S1WW2HSOD1JFGDV8KFBPYE0' where id=22; -update noar tt set v3='PGXO0ZDSYAIJMKHNX7O1O30HID1JSTIZ7' where id=22; -update noar ti set v3='PGXO0ZDSYAIJMKHNX7O1O30HID1JSTIZ7' where id=22; -update noar tt set v0='WVLICYCYR4S9ZULQ83EENNL4YGWC73HYF' where id=23; -update noar ti set v0='WVLICYCYR4S9ZULQ83EENNL4YGWC73HYF' where id=23; -update noar tt set v1='CB70NXN6B2QHKYOWDXJ2U5LL0UD1WWVNZ' where id=23; -update noar ti set v1='CB70NXN6B2QHKYOWDXJ2U5LL0UD1WWVNZ' where id=23; -update noar tt set v2='HPKTN3F4P62UENMPQDUMS9C2TMW2Y0AV2' where id=23; -update noar ti set v2='HPKTN3F4P62UENMPQDUMS9C2TMW2Y0AV2' where id=23; -update noar tt set v3='036NGPDY8WTTM5M35C2PSWAK1XL2J4O7V' where id=23; -update noar ti set v3='036NGPDY8WTTM5M35C2PSWAK1XL2J4O7V' where id=23; -update noar tt set v0='CFSKBV9QMMYMH5D1MI3BKXUYVDDGLG98E' where id=24; -update noar ti set v0='CFSKBV9QMMYMH5D1MI3BKXUYVDDGLG98E' where id=24; -update noar tt set v1='4CCX1OCX0CE3T8XZ96HA6VX6FGKPGPY96' where id=24; -update noar ti set v1='4CCX1OCX0CE3T8XZ96HA6VX6FGKPGPY96' where id=24; -update noar tt set v2='SIYRIZQX5AXVNRMVX5F0W3L6832E0K6H4' where id=24; -update noar ti set v2='SIYRIZQX5AXVNRMVX5F0W3L6832E0K6H4' where id=24; -update noar tt set v3='FX62E6T8XI4GDS00N6L79TXAY0F2BCF4S' where id=24; -update noar ti set v3='FX62E6T8XI4GDS00N6L79TXAY0F2BCF4S' where id=24; -update noar tt set v0='ST5L6MEOLSDA060YFHTP47S0I87QQB6L3' where id=25; -update noar ti set v0='ST5L6MEOLSDA060YFHTP47S0I87QQB6L3' where id=25; -update noar tt set v1='A091Z1Q9QJL4E5D2FLS27MYW8UUABCLF9' where id=25; -update noar ti set v1='A091Z1Q9QJL4E5D2FLS27MYW8UUABCLF9' where id=25; -update noar tt set v2='HYBQ7XV6HV0HYI3QCZYT4CUX38ZCN8S70' where id=25; -update noar ti set v2='HYBQ7XV6HV0HYI3QCZYT4CUX38ZCN8S70' where id=25; -update noar tt set v3='JNOLKOLVV4R72PCMLORCWWU7M1BG7BIZR' where id=25; -update noar ti set v3='JNOLKOLVV4R72PCMLORCWWU7M1BG7BIZR' where id=25; -update noar tt set v0='MD4DSLDI07LPA90H1XQNSV3TGM9LBXPWJ' where id=26; -update noar ti set v0='MD4DSLDI07LPA90H1XQNSV3TGM9LBXPWJ' where id=26; -update noar tt set v1='J3LCONXH4O9HQLI7DWYAAZ9GOGMZIO3P5' where id=26; -update noar ti set v1='J3LCONXH4O9HQLI7DWYAAZ9GOGMZIO3P5' where id=26; -update noar tt set v2='155FN4UEQD5QXM0ZWDHCVYWO1L4T7LYBE' where id=26; -update noar ti set v2='155FN4UEQD5QXM0ZWDHCVYWO1L4T7LYBE' where id=26; -update noar tt set v3='DJJ2DRL31ZAEFNQ1Q4MYUORS9X3OVLO2X' where id=26; -update noar ti set v3='DJJ2DRL31ZAEFNQ1Q4MYUORS9X3OVLO2X' where id=26; -update noar tt set v0='ESDC76FIG5DPRG0IJ97PGKB6K87U9WIWK' where id=27; -update noar ti set v0='ESDC76FIG5DPRG0IJ97PGKB6K87U9WIWK' where id=27; -update noar tt set v1='ELWR3BV7Y78Y61B2HVHPFO1K56H0RW866' where id=27; -update noar ti set v1='ELWR3BV7Y78Y61B2HVHPFO1K56H0RW866' where id=27; -update noar tt set v2='2ZJQRVPGMU71SAKDCOCU405S8QHI21O8T' where id=27; -update noar ti set v2='2ZJQRVPGMU71SAKDCOCU405S8QHI21O8T' where id=27; -update noar tt set v3='GKX9LBORKVFG9BL7IIKGPH4GOWZFXXCLE' where id=27; -update noar ti set v3='GKX9LBORKVFG9BL7IIKGPH4GOWZFXXCLE' where id=27; -update noar tt set v0='NX882U918NUAYDJRLLQF4WDCWPSEI23XK' where id=28; -update noar ti set v0='NX882U918NUAYDJRLLQF4WDCWPSEI23XK' where id=28; -update noar tt set v1='55IH4Q3ZA6SGR0UMVZITJHXN4N3BW92W0' where id=28; -update noar ti set v1='55IH4Q3ZA6SGR0UMVZITJHXN4N3BW92W0' where id=28; -update noar tt set v2='PBKRHDGVRKON2Z8JO7DD4C81BNG569KQ4' where id=28; -update noar ti set v2='PBKRHDGVRKON2Z8JO7DD4C81BNG569KQ4' where id=28; -update noar tt set v3='A1Y2OLPE36VRI9U678V7OCCSV75IEPQFL' where id=28; -update noar ti set v3='A1Y2OLPE36VRI9U678V7OCCSV75IEPQFL' where id=28; -update noar tt set v0='RGU4YM87704N645N1I0ME54LNJ9XOVS3X' where id=29; -update noar ti set v0='RGU4YM87704N645N1I0ME54LNJ9XOVS3X' where id=29; -update noar tt set v1='HNA2T6A8VWXR6WRJ9MY6YLSCVAQQXY3M7' where id=29; -update noar ti set v1='HNA2T6A8VWXR6WRJ9MY6YLSCVAQQXY3M7' where id=29; -update noar tt set v2='9ZES4AMD4RX4ZR6QR7OFG0BSGHMBH8883' where id=29; -update noar ti set v2='9ZES4AMD4RX4ZR6QR7OFG0BSGHMBH8883' where id=29; -update noar tt set v3='AEG2C7QKLAN9V1FGFXBDK3VHHQG20NOWJ' where id=29; -update noar ti set v3='AEG2C7QKLAN9V1FGFXBDK3VHHQG20NOWJ' where id=29; -update noar tt set v0='N1WGIZC6RP2DPM8HU5VCZD56JVGSCT4X1' where id=30; -update noar ti set v0='N1WGIZC6RP2DPM8HU5VCZD56JVGSCT4X1' where id=30; -update noar tt set v1='9RHMWTVFDF6NN44UTAQETOOOUAQ7LN65Q' where id=30; -update noar ti set v1='9RHMWTVFDF6NN44UTAQETOOOUAQ7LN65Q' where id=30; -update noar tt set v2='1C5XLYIPYJVT2K0GJH8I3GHWAKHURD193' where id=30; -update noar ti set v2='1C5XLYIPYJVT2K0GJH8I3GHWAKHURD193' where id=30; -update noar tt set v3='73YSFPFLAMB492LE0G12WGKWYILPZA9BS' where id=30; -update noar ti set v3='73YSFPFLAMB492LE0G12WGKWYILPZA9BS' where id=30; -update noar tt set v0='SXB26E99E82FGNP6Y7EIDN3PIDXEMQSLO' where id=31; -update noar ti set v0='SXB26E99E82FGNP6Y7EIDN3PIDXEMQSLO' where id=31; -update noar tt set v1='UR9A8MO1JR4HRQC3ILU47FI2RBGHSHJSA' where id=31; -update noar ti set v1='UR9A8MO1JR4HRQC3ILU47FI2RBGHSHJSA' where id=31; -update noar tt set v2='H6QL8DDX982E9ITL50L00XYTBGM0A77JC' where id=31; -update noar ti set v2='H6QL8DDX982E9ITL50L00XYTBGM0A77JC' where id=31; -update noar tt set v3='4GNP22WVLSQ4XWGZ5C9WEJ6XQ17O7FVFB' where id=31; -update noar ti set v3='4GNP22WVLSQ4XWGZ5C9WEJ6XQ17O7FVFB' where id=31; -update noar tt set v0='DRK4DE6NEW3L64L9IPJFWPMYS1UK4OTZW' where id=32; -update noar ti set v0='DRK4DE6NEW3L64L9IPJFWPMYS1UK4OTZW' where id=32; -update noar tt set v1='4390UJUYHQ3L8ZF61IQCJQCMD9749L5JI' where id=32; -update noar ti set v1='4390UJUYHQ3L8ZF61IQCJQCMD9749L5JI' where id=32; -update noar tt set v2='KZHVCPKBY0VKE4VL64LHEDUU6HZ7ZMQVT' where id=32; -update noar ti set v2='KZHVCPKBY0VKE4VL64LHEDUU6HZ7ZMQVT' where id=32; -update noar tt set v3='2RBUEST1JBBCSGRRA747QGH0SEWEYMT0U' where id=32; -update noar ti set v3='2RBUEST1JBBCSGRRA747QGH0SEWEYMT0U' where id=32; -update noar tt set v0='7RCZP79131SPLJCZWTELLCSM2D06HH4HS' where id=33; -update noar ti set v0='7RCZP79131SPLJCZWTELLCSM2D06HH4HS' where id=33; -update noar tt set v1='B6CK2P0D4Q356BAC43DWHSK5OJ8Y3HQZN' where id=33; -update noar ti set v1='B6CK2P0D4Q356BAC43DWHSK5OJ8Y3HQZN' where id=33; -update noar tt set v2='2F6RG5KMIUP336XER6IDE2AWEZ1FNH1T6' where id=33; -update noar ti set v2='2F6RG5KMIUP336XER6IDE2AWEZ1FNH1T6' where id=33; -update noar tt set v3='KRPW7E7Z1C7SZP1UN9IFVXFBKHF85YK53' where id=33; -update noar ti set v3='KRPW7E7Z1C7SZP1UN9IFVXFBKHF85YK53' where id=33; -update noar tt set v0='QNUNJBUZ1FK4MCZ23HHGAXOSEAXT0KR9W' where id=34; -update noar ti set v0='QNUNJBUZ1FK4MCZ23HHGAXOSEAXT0KR9W' where id=34; -update noar tt set v1='UY513WZ30POA6498F5LN1SF72OP5QFUUL' where id=34; -update noar ti set v1='UY513WZ30POA6498F5LN1SF72OP5QFUUL' where id=34; -update noar tt set v2='DKEFMEFDK98VY4S4RO0N5LNFWRN9FSZUV' where id=34; -update noar ti set v2='DKEFMEFDK98VY4S4RO0N5LNFWRN9FSZUV' where id=34; -update noar tt set v3='1JIMNYCI3DIYDUNAE3PGYRYDUNCKVPTBT' where id=34; -update noar ti set v3='1JIMNYCI3DIYDUNAE3PGYRYDUNCKVPTBT' where id=34; -update noar tt set v0='9ZR89KBUA2FOKG6TS070CCPVFTZIJN1I0' where id=35; -update noar ti set v0='9ZR89KBUA2FOKG6TS070CCPVFTZIJN1I0' where id=35; -update noar tt set v1='7D59AS2WW3XDXFGT47GIP697J8TVA743S' where id=35; -update noar ti set v1='7D59AS2WW3XDXFGT47GIP697J8TVA743S' where id=35; -update noar tt set v2='OQXN5LBC4DV58KNIVU921B8WSAOW451GI' where id=35; -update noar ti set v2='OQXN5LBC4DV58KNIVU921B8WSAOW451GI' where id=35; -update noar tt set v3='WGNH9I1TF7KKJ9O82PVHVAC5M98BQI8OG' where id=35; -update noar ti set v3='WGNH9I1TF7KKJ9O82PVHVAC5M98BQI8OG' where id=35; -update noar tt set v0='V2K6M004XBVTSTHX9C0GXFNY90FP3AF4W' where id=36; -update noar ti set v0='V2K6M004XBVTSTHX9C0GXFNY90FP3AF4W' where id=36; -update noar tt set v1='AHS1XOZXG81WIDW5D6ZZRML5Y1DLMYH2A' where id=36; -update noar ti set v1='AHS1XOZXG81WIDW5D6ZZRML5Y1DLMYH2A' where id=36; -update noar tt set v2='RYNTCSYP7WAYT02H9OMJ5JBOBETQEKVOK' where id=36; -update noar ti set v2='RYNTCSYP7WAYT02H9OMJ5JBOBETQEKVOK' where id=36; -update noar tt set v3='ZPZCJZQN6PMG5ZS5QN69OBVMTLFXRR8ZL' where id=36; -update noar ti set v3='ZPZCJZQN6PMG5ZS5QN69OBVMTLFXRR8ZL' where id=36; -update noar tt set v0='8IVANXGSTLQ3YTV1GIRDUR5HOVS1SEX9O' where id=37; -update noar ti set v0='8IVANXGSTLQ3YTV1GIRDUR5HOVS1SEX9O' where id=37; -update noar tt set v1='ONT0M1R9TLBHE6PAZ6FQQG5C32PS3T51G' where id=37; -update noar ti set v1='ONT0M1R9TLBHE6PAZ6FQQG5C32PS3T51G' where id=37; -update noar tt set v2='HT3WH7N2MAX6Q7TE3FGB42LFRYFQBGSAC' where id=37; -update noar ti set v2='HT3WH7N2MAX6Q7TE3FGB42LFRYFQBGSAC' where id=37; -update noar tt set v3='C8UIWZCW2LUS4S2TXLLDAE1N46OQZLETC' where id=37; -update noar ti set v3='C8UIWZCW2LUS4S2TXLLDAE1N46OQZLETC' where id=37; -update noar tt set v0='HSJ4DRGWMSRJ9ELKF8MTEO0JUOCTJFXJY' where id=38; -update noar ti set v0='HSJ4DRGWMSRJ9ELKF8MTEO0JUOCTJFXJY' where id=38; -update noar tt set v1='2T5AKG48718GP6082Y6DJLOPJ50QES0PN' where id=38; -update noar ti set v1='2T5AKG48718GP6082Y6DJLOPJ50QES0PN' where id=38; -update noar tt set v2='VAVBE7XGCPILUWCU6S5B2K0MEUHJTKEWO' where id=38; -update noar ti set v2='VAVBE7XGCPILUWCU6S5B2K0MEUHJTKEWO' where id=38; -update noar tt set v3='ZTJ0R4TK4L95TVAQXAPMR78PXDFMEB07E' where id=38; -update noar ti set v3='ZTJ0R4TK4L95TVAQXAPMR78PXDFMEB07E' where id=38; -update noar tt set v0='WGTN6HRVCAFU7WME0EQJE4RDX9TG8MI2N' where id=39; -update noar ti set v0='WGTN6HRVCAFU7WME0EQJE4RDX9TG8MI2N' where id=39; -update noar tt set v1='4GMDL9HSBRIJC9N73NSN4NHKMIKOPGFI1' where id=39; -update noar ti set v1='4GMDL9HSBRIJC9N73NSN4NHKMIKOPGFI1' where id=39; -update noar tt set v2='NAY0H6O3OZWM38GYA56N55SCWFC4VW4HG' where id=39; -update noar ti set v2='NAY0H6O3OZWM38GYA56N55SCWFC4VW4HG' where id=39; -update noar tt set v3='EAS4VE6TVICZN935H74PV87TSH89BZXCE' where id=39; -update noar ti set v3='EAS4VE6TVICZN935H74PV87TSH89BZXCE' where id=39; -update noar tt set v0='QX726B4678INQ678FWVTGX9WQUIC48QKK' where id=40; -update noar ti set v0='QX726B4678INQ678FWVTGX9WQUIC48QKK' where id=40; -update noar tt set v1='9459TT7K7N1MPKDFBYSIN0PAT1S9VWTFQ' where id=40; -update noar ti set v1='9459TT7K7N1MPKDFBYSIN0PAT1S9VWTFQ' where id=40; -update noar tt set v2='Q7W3AYPPLMMAX0DWWD8PR9DCM624DJSRV' where id=40; -update noar ti set v2='Q7W3AYPPLMMAX0DWWD8PR9DCM624DJSRV' where id=40; -update noar tt set v3='YQ5RFJ2ROQYRY7ARLGZ1RN5WHMBJOIG7S' where id=40; -update noar ti set v3='YQ5RFJ2ROQYRY7ARLGZ1RN5WHMBJOIG7S' where id=40; -update noar tt set v0='4LWS3REU2R5V12F63N5WE4MCP5SB0NPQA' where id=41; -update noar ti set v0='4LWS3REU2R5V12F63N5WE4MCP5SB0NPQA' where id=41; -update noar tt set v1='37DM7X8YVGETVCCLFVS6TL6SL33ZUYK6N' where id=41; -update noar ti set v1='37DM7X8YVGETVCCLFVS6TL6SL33ZUYK6N' where id=41; -update noar tt set v2='DFF00QDEEF22SQK0XA5A9G21F6GE0DKAT' where id=41; -update noar ti set v2='DFF00QDEEF22SQK0XA5A9G21F6GE0DKAT' where id=41; -update noar tt set v3='TI1H7LFTTWUBBTF9L62SS5SDTNHKRIMGV' where id=41; -update noar ti set v3='TI1H7LFTTWUBBTF9L62SS5SDTNHKRIMGV' where id=41; -update noar tt set v0='KPG0UO65554LAFUSSIFQ30ICFOQ06PXPA' where id=42; -update noar ti set v0='KPG0UO65554LAFUSSIFQ30ICFOQ06PXPA' where id=42; -update noar tt set v1='TEZFDX8D6EVATEZXY5RUP8TKZRADQK0GW' where id=42; -update noar ti set v1='TEZFDX8D6EVATEZXY5RUP8TKZRADQK0GW' where id=42; -update noar tt set v2='GQFCTJS98GHV3F26G7GK2PT5NSMMAA6CH' where id=42; -update noar ti set v2='GQFCTJS98GHV3F26G7GK2PT5NSMMAA6CH' where id=42; -update noar tt set v3='OC2W4Q38SZ65NJ6STUODVNZ2C02B3CSLD' where id=42; -update noar ti set v3='OC2W4Q38SZ65NJ6STUODVNZ2C02B3CSLD' where id=42; -update noar tt set v0='T27I57X77K6YCLUDI73JW7USXKFBJKA0F' where id=43; -update noar ti set v0='T27I57X77K6YCLUDI73JW7USXKFBJKA0F' where id=43; -update noar tt set v1='VA9YRPYO4GF4RXLWSLZ5JOXDJ5HGHMBKK' where id=43; -update noar ti set v1='VA9YRPYO4GF4RXLWSLZ5JOXDJ5HGHMBKK' where id=43; -update noar tt set v2='5LHZ7A46PJ8IABOPK3UVKTOHVMZA7J2EY' where id=43; -update noar ti set v2='5LHZ7A46PJ8IABOPK3UVKTOHVMZA7J2EY' where id=43; -update noar tt set v3='COLCOM6R1SETG64BKZ3B95SHB32DU8TRN' where id=43; -update noar ti set v3='COLCOM6R1SETG64BKZ3B95SHB32DU8TRN' where id=43; -update noar tt set v0='NSKD5FY2WQZG8YD8ZT5LKVRLCXYMFDBT8' where id=44; -update noar ti set v0='NSKD5FY2WQZG8YD8ZT5LKVRLCXYMFDBT8' where id=44; -update noar tt set v1='E8RN2RYRTDGG5FOWPR5CBJHXLQUUR157Y' where id=44; -update noar ti set v1='E8RN2RYRTDGG5FOWPR5CBJHXLQUUR157Y' where id=44; -update noar tt set v2='EPRU7R48RJWR6Y7DVA9WZMCTI0HVT9ORH' where id=44; -update noar ti set v2='EPRU7R48RJWR6Y7DVA9WZMCTI0HVT9ORH' where id=44; -update noar tt set v3='1812OQ1ATY0MJLNQQU3QMPKI7G4MJNSUS' where id=44; -update noar ti set v3='1812OQ1ATY0MJLNQQU3QMPKI7G4MJNSUS' where id=44; -update noar tt set v0='ZTDTZADNHTWY7BH2AGHAILRVYYE1R3H39' where id=45; -update noar ti set v0='ZTDTZADNHTWY7BH2AGHAILRVYYE1R3H39' where id=45; -update noar tt set v1='X1BCYWXUWODHYBPOAERYOQT1ARJ6RSD02' where id=45; -update noar ti set v1='X1BCYWXUWODHYBPOAERYOQT1ARJ6RSD02' where id=45; -update noar tt set v2='Y7UV22XZ7ZP5961REQUIT3JTOVHVLI0OD' where id=45; -update noar ti set v2='Y7UV22XZ7ZP5961REQUIT3JTOVHVLI0OD' where id=45; -update noar tt set v3='G7DY4RERWJDSAYOL521JZOCXSQDLEEOI0' where id=45; -update noar ti set v3='G7DY4RERWJDSAYOL521JZOCXSQDLEEOI0' where id=45; -update noar tt set v0='NA21FUNZ92D94NXIB5Z5Q3BK55YH59R04' where id=46; -update noar ti set v0='NA21FUNZ92D94NXIB5Z5Q3BK55YH59R04' where id=46; -update noar tt set v1='9TO9ABF3KTVGDLB1I0H7OPNY8JQDX5T7F' where id=46; -update noar ti set v1='9TO9ABF3KTVGDLB1I0H7OPNY8JQDX5T7F' where id=46; -update noar tt set v2='6V811OH844BBI7VG00FRSRNZNRBMGYWC7' where id=46; -update noar ti set v2='6V811OH844BBI7VG00FRSRNZNRBMGYWC7' where id=46; -update noar tt set v3='225PMJV2D2MIYEPR26A46N5NCN8RFBN5L' where id=46; -update noar ti set v3='225PMJV2D2MIYEPR26A46N5NCN8RFBN5L' where id=46; -update noar tt set v0='1SO0B8ZRX54P19QDN20SGPVNMACDFYV3K' where id=47; -update noar ti set v0='1SO0B8ZRX54P19QDN20SGPVNMACDFYV3K' where id=47; -update noar tt set v1='741RH13OZT17CH11BD2QLD8RCQDOCOCK6' where id=47; -update noar ti set v1='741RH13OZT17CH11BD2QLD8RCQDOCOCK6' where id=47; -update noar tt set v2='I2V0N77TSE742033A7AQK5Y8PYL82W6YE' where id=47; -update noar ti set v2='I2V0N77TSE742033A7AQK5Y8PYL82W6YE' where id=47; -update noar tt set v3='8YFXJH16U493FMJCSEPGNWN0FKQD0T7PQ' where id=47; -update noar ti set v3='8YFXJH16U493FMJCSEPGNWN0FKQD0T7PQ' where id=47; -update noar tt set v0='YBKAK07ZWAXOK8I8ZXORSASJH2V3HNIVY' where id=48; -update noar ti set v0='YBKAK07ZWAXOK8I8ZXORSASJH2V3HNIVY' where id=48; -update noar tt set v1='RBMVMXEXCT1P67PMTTH5VF1JT4W7DALMS' where id=48; -update noar ti set v1='RBMVMXEXCT1P67PMTTH5VF1JT4W7DALMS' where id=48; -update noar tt set v2='PWU2S2SW67CKD97SD5OQ3FFW4RBO9RSLN' where id=48; -update noar ti set v2='PWU2S2SW67CKD97SD5OQ3FFW4RBO9RSLN' where id=48; -update noar tt set v3='A0O0ZK57IQ6RKFGR2DB38QONLZ9H97FCH' where id=48; -update noar ti set v3='A0O0ZK57IQ6RKFGR2DB38QONLZ9H97FCH' where id=48; -update noar tt set v0='UD5E38ESCEKY62OO2S0T9BBYNYKSP6S1T' where id=49; -update noar ti set v0='UD5E38ESCEKY62OO2S0T9BBYNYKSP6S1T' where id=49; -update noar tt set v1='U6N91XTYZRKYEDEGCKRT2N54JNGTBWO3M' where id=49; -update noar ti set v1='U6N91XTYZRKYEDEGCKRT2N54JNGTBWO3M' where id=49; -update noar tt set v2='VKJMTDP90CZSYSRKX4P76Q5PZV4H9UMNV' where id=49; -update noar ti set v2='VKJMTDP90CZSYSRKX4P76Q5PZV4H9UMNV' where id=49; -update noar tt set v3='CNOFFG1MH0OU8AVJM10SIT87NXKW5H59N' where id=49; -update noar ti set v3='CNOFFG1MH0OU8AVJM10SIT87NXKW5H59N' where id=49; -update noar tt set v0='P812RC62SIBWQXGBCS605N9S6E18NRGV4' where id=50; -update noar ti set v0='P812RC62SIBWQXGBCS605N9S6E18NRGV4' where id=50; -update noar tt set v1='QHC8S5VT9AVA5YGTUAW3VLRKUGZVXGNVA' where id=50; -update noar ti set v1='QHC8S5VT9AVA5YGTUAW3VLRKUGZVXGNVA' where id=50; -update noar tt set v2='CJGT889VWMRR3VWAHHX3I9BQ883302YUV' where id=50; -update noar ti set v2='CJGT889VWMRR3VWAHHX3I9BQ883302YUV' where id=50; -update noar tt set v3='00O79WCJKM9P95GRHM83WO18PKZZ7ZL5D' where id=50; -update noar ti set v3='00O79WCJKM9P95GRHM83WO18PKZZ7ZL5D' where id=50; -update noar tt set v0='28OB8OSV18E0UPVBFBZKI42E2LY7EAVLF' where id=51; -update noar ti set v0='28OB8OSV18E0UPVBFBZKI42E2LY7EAVLF' where id=51; -update noar tt set v1='S8FSD4Y7IPA7IBII7DM6TYWY23HX03XGH' where id=51; -update noar ti set v1='S8FSD4Y7IPA7IBII7DM6TYWY23HX03XGH' where id=51; -update noar tt set v2='79H4LSLH9C31HPCSNMKZGMF0L9ZPTKUXS' where id=51; -update noar ti set v2='79H4LSLH9C31HPCSNMKZGMF0L9ZPTKUXS' where id=51; -update noar tt set v3='NYF45SOB5E9NUXCN1UHR2JFSX4FH5SBX8' where id=51; -update noar ti set v3='NYF45SOB5E9NUXCN1UHR2JFSX4FH5SBX8' where id=51; -update noar tt set v0='L5AGQXZZQSVF6V997ZY71MDEKXBHV6M20' where id=52; -update noar ti set v0='L5AGQXZZQSVF6V997ZY71MDEKXBHV6M20' where id=52; -update noar tt set v1='ZX0IME7TZE8YTKDMTTW25YOH8XJ5B33RM' where id=52; -update noar ti set v1='ZX0IME7TZE8YTKDMTTW25YOH8XJ5B33RM' where id=52; -update noar tt set v2='S2U46H5RPOPPSHGFRYSLANRA32XWEX1LN' where id=52; -update noar ti set v2='S2U46H5RPOPPSHGFRYSLANRA32XWEX1LN' where id=52; -update noar tt set v3='B4R4JBRO0KJ402ALGLT7AAO35QDDVI1JI' where id=52; -update noar ti set v3='B4R4JBRO0KJ402ALGLT7AAO35QDDVI1JI' where id=52; -update noar tt set v0='FX574IZ99KXXQG64AR38DMMIC7USB05SD' where id=53; -update noar ti set v0='FX574IZ99KXXQG64AR38DMMIC7USB05SD' where id=53; -update noar tt set v1='S4JNMCD91RH8WD5XIK8QGRZELGTF08M1B' where id=53; -update noar ti set v1='S4JNMCD91RH8WD5XIK8QGRZELGTF08M1B' where id=53; -update noar tt set v2='E3ZNO9XQ2NK7C4KO8NL9LGAJJDD7X8RE5' where id=53; -update noar ti set v2='E3ZNO9XQ2NK7C4KO8NL9LGAJJDD7X8RE5' where id=53; -update noar tt set v3='RBA9KV3R1UIG6V83R6LZ00OZ16BB0LZ7O' where id=53; -update noar ti set v3='RBA9KV3R1UIG6V83R6LZ00OZ16BB0LZ7O' where id=53; -update noar tt set v0='QPO42ZYUTZMH8M9C6G7MONKLA92Q95SBF' where id=54; -update noar ti set v0='QPO42ZYUTZMH8M9C6G7MONKLA92Q95SBF' where id=54; -update noar tt set v1='2MACK1ERN0WK90FFUNTT6006ICJ7D881N' where id=54; -update noar ti set v1='2MACK1ERN0WK90FFUNTT6006ICJ7D881N' where id=54; -update noar tt set v2='LND86O8W9AP505H336MHTBONZQB1OHZZQ' where id=54; -update noar ti set v2='LND86O8W9AP505H336MHTBONZQB1OHZZQ' where id=54; -update noar tt set v3='UXBQT496TN75ZEYTB8FVRQCI6AYQLQMSN' where id=54; -update noar ti set v3='UXBQT496TN75ZEYTB8FVRQCI6AYQLQMSN' where id=54; -update noar tt set v0='PLTWOC7H04M5FOTV6UFI1SIRJ6PC4NUYR' where id=55; -update noar ti set v0='PLTWOC7H04M5FOTV6UFI1SIRJ6PC4NUYR' where id=55; -update noar tt set v1='RGL8W2DNKNHWGPW4N2M1NDBOARH91T9AR' where id=55; -update noar ti set v1='RGL8W2DNKNHWGPW4N2M1NDBOARH91T9AR' where id=55; -update noar tt set v2='HCEZBXWCLOR3QP22Y30THHNPPB58AAL7G' where id=55; -update noar ti set v2='HCEZBXWCLOR3QP22Y30THHNPPB58AAL7G' where id=55; -update noar tt set v3='JD6LJXFQ1C0BEH34RBRQ6CMO83M5PFY9C' where id=55; -update noar ti set v3='JD6LJXFQ1C0BEH34RBRQ6CMO83M5PFY9C' where id=55; -update noar tt set v0='6F0PQ6PJ956Z52O0UCAZIVQHKYMKNWP7C' where id=56; -update noar ti set v0='6F0PQ6PJ956Z52O0UCAZIVQHKYMKNWP7C' where id=56; -update noar tt set v1='0TIMH0J9RYFPH70LLB9CEFAX7RP44Y97B' where id=56; -update noar ti set v1='0TIMH0J9RYFPH70LLB9CEFAX7RP44Y97B' where id=56; -update noar tt set v2='60ZNZMTADX9WTK0AMKCKVWGUBX66FGC30' where id=56; -update noar ti set v2='60ZNZMTADX9WTK0AMKCKVWGUBX66FGC30' where id=56; -update noar tt set v3='R5DNMFQ3ZZ4CCUENGPVB3KC3UK4TKI3OH' where id=56; -update noar ti set v3='R5DNMFQ3ZZ4CCUENGPVB3KC3UK4TKI3OH' where id=56; -update noar tt set v0='39V33N09U4CF4UHTPXH6YMJ3HZJXC2HMH' where id=57; -update noar ti set v0='39V33N09U4CF4UHTPXH6YMJ3HZJXC2HMH' where id=57; -update noar tt set v1='873FWSLK5N7NLC4EZ3RFI9VL6QKLVKEMK' where id=57; -update noar ti set v1='873FWSLK5N7NLC4EZ3RFI9VL6QKLVKEMK' where id=57; -update noar tt set v2='UXW5GE2L9YHO6BRWP30BK09Q0IM590DDR' where id=57; -update noar ti set v2='UXW5GE2L9YHO6BRWP30BK09Q0IM590DDR' where id=57; -update noar tt set v3='BYDXX4IV634E48M2XP2XT5S4X5Q6I6U9Y' where id=57; -update noar ti set v3='BYDXX4IV634E48M2XP2XT5S4X5Q6I6U9Y' where id=57; -update noar tt set v0='PNBTJLSJRIOR6C3S77NLL4DU12WQ9N93L' where id=58; -update noar ti set v0='PNBTJLSJRIOR6C3S77NLL4DU12WQ9N93L' where id=58; -update noar tt set v1='XZSLGUO1A5405C6U0NG2RB08ALAWV6X5R' where id=58; -update noar ti set v1='XZSLGUO1A5405C6U0NG2RB08ALAWV6X5R' where id=58; -update noar tt set v2='SMX3RD2OPJ00HSV3LOB7SXVB4S5ZSUZ5R' where id=58; -update noar ti set v2='SMX3RD2OPJ00HSV3LOB7SXVB4S5ZSUZ5R' where id=58; -update noar tt set v3='MVTRS71Q1QOZEXR7RMZ719XGS4PF0OIYD' where id=58; -update noar ti set v3='MVTRS71Q1QOZEXR7RMZ719XGS4PF0OIYD' where id=58; -update noar tt set v0='1IQXUCLU60IVP95D8CTTJ84LJBKUP5281' where id=59; -update noar ti set v0='1IQXUCLU60IVP95D8CTTJ84LJBKUP5281' where id=59; -update noar tt set v1='EVU1YYQ5I93N40T3GSHEMAXINU1OLI6DF' where id=59; -update noar ti set v1='EVU1YYQ5I93N40T3GSHEMAXINU1OLI6DF' where id=59; -update noar tt set v2='6FXAWIA7W9YOAUFL8PQ7ACUGK2UEVY5YD' where id=59; -update noar ti set v2='6FXAWIA7W9YOAUFL8PQ7ACUGK2UEVY5YD' where id=59; -update noar tt set v3='DJI5LP9SH2QOIZXQX82OZO0VPE5B8MM63' where id=59; -update noar ti set v3='DJI5LP9SH2QOIZXQX82OZO0VPE5B8MM63' where id=59; -update noar tt set v0='ZQBAJG3TNI7PHWE3APHMSVCWYIQKIB7D5' where id=60; -update noar ti set v0='ZQBAJG3TNI7PHWE3APHMSVCWYIQKIB7D5' where id=60; -update noar tt set v1='LENGXXXH8LB0V1C11YLSNJV4P4GDRX886' where id=60; -update noar ti set v1='LENGXXXH8LB0V1C11YLSNJV4P4GDRX886' where id=60; -update noar tt set v2='AI5HP3552ZV9WOAUCYQFSCRHO2MONZDJ0' where id=60; -update noar ti set v2='AI5HP3552ZV9WOAUCYQFSCRHO2MONZDJ0' where id=60; -update noar tt set v3='XH4Y1FGRQVYJ4KUL68JXK4AQPPO8WQOVF' where id=60; -update noar ti set v3='XH4Y1FGRQVYJ4KUL68JXK4AQPPO8WQOVF' where id=60; -update noar tt set v0='6P0EDLNPK2ZUHIP4X6DOQ9ZI23RD88K7O' where id=61; -update noar ti set v0='6P0EDLNPK2ZUHIP4X6DOQ9ZI23RD88K7O' where id=61; -update noar tt set v1='4HQ62BOQT579T1CVOYP0SKA2UPLLU2QTD' where id=61; -update noar ti set v1='4HQ62BOQT579T1CVOYP0SKA2UPLLU2QTD' where id=61; -update noar tt set v2='J1U9LJA18760AZQ5SHUUJE1QNBUCM0XWL' where id=61; -update noar ti set v2='J1U9LJA18760AZQ5SHUUJE1QNBUCM0XWL' where id=61; -update noar tt set v3='IK9RSG1SF9VQTHVAGQPHJK5NHSNDEI004' where id=61; -update noar ti set v3='IK9RSG1SF9VQTHVAGQPHJK5NHSNDEI004' where id=61; -update noar tt set v0='EULSTNX20UWMKI41Y50A3IJS342IIN7AS' where id=62; -update noar ti set v0='EULSTNX20UWMKI41Y50A3IJS342IIN7AS' where id=62; -update noar tt set v1='MF5I064OXYNUBH4P6W5BQ1UJYMVGTP1GI' where id=62; -update noar ti set v1='MF5I064OXYNUBH4P6W5BQ1UJYMVGTP1GI' where id=62; -update noar tt set v2='IB28RE569YI4KX6Q2P19IY8KXTG5RLAZ3' where id=62; -update noar ti set v2='IB28RE569YI4KX6Q2P19IY8KXTG5RLAZ3' where id=62; -update noar tt set v3='31WVQ919FJA3HTPLNENVLZNDK18QFE6P6' where id=62; -update noar ti set v3='31WVQ919FJA3HTPLNENVLZNDK18QFE6P6' where id=62; -update noar tt set v0='VSAD6EYW20EBWUFG0MG5D9VFHPYU1KTBQ' where id=63; -update noar ti set v0='VSAD6EYW20EBWUFG0MG5D9VFHPYU1KTBQ' where id=63; -update noar tt set v1='KPTMK64O8P5BOGYKV703F5606HD7I4GU5' where id=63; -update noar ti set v1='KPTMK64O8P5BOGYKV703F5606HD7I4GU5' where id=63; -update noar tt set v2='ONYEURNEZT7FZ5A4NT4TLI6MC3VRXFROH' where id=63; -update noar ti set v2='ONYEURNEZT7FZ5A4NT4TLI6MC3VRXFROH' where id=63; -update noar tt set v3='U2F2GD4J0QGRMGMHNFVY7XAK3TOPY02X9' where id=63; -update noar ti set v3='U2F2GD4J0QGRMGMHNFVY7XAK3TOPY02X9' where id=63; -update noar tt set v0='0BQBY1BZ9K9L9STEGRS3S2NVCMCDFGV4K' where id=64; -update noar ti set v0='0BQBY1BZ9K9L9STEGRS3S2NVCMCDFGV4K' where id=64; -update noar tt set v1='2EO5P7GTH7YPASLBO25RG82G89XRPVJIK' where id=64; -update noar ti set v1='2EO5P7GTH7YPASLBO25RG82G89XRPVJIK' where id=64; -update noar tt set v2='94BNSO0BB09REGYUUOHIAD0FFXJY61TX4' where id=64; -update noar ti set v2='94BNSO0BB09REGYUUOHIAD0FFXJY61TX4' where id=64; -update noar tt set v3='HAHN3E7E855AYLHEVJFCSEWFW9L7KTKCH' where id=64; -update noar ti set v3='HAHN3E7E855AYLHEVJFCSEWFW9L7KTKCH' where id=64; -update noar tt set v0='EJRWHRZX9FR187T5M16SKH78LP7AAC7PD' where id=65; -update noar ti set v0='EJRWHRZX9FR187T5M16SKH78LP7AAC7PD' where id=65; -update noar tt set v1='6TT6QVN9FF5HJ1DXUXXLZ711QYC7SZCOZ' where id=65; -update noar ti set v1='6TT6QVN9FF5HJ1DXUXXLZ711QYC7SZCOZ' where id=65; -update noar tt set v2='7ZLQM70K04JXDLG7QR7H0KM47V3UN3MUX' where id=65; -update noar ti set v2='7ZLQM70K04JXDLG7QR7H0KM47V3UN3MUX' where id=65; -update noar tt set v3='2B2AM2WJ34QZJP7HWYDQO2LYPYNQVLOU9' where id=65; -update noar ti set v3='2B2AM2WJ34QZJP7HWYDQO2LYPYNQVLOU9' where id=65; -update noar tt set v0='Q154SZTETB5MW5GB6FRVBHVJ5N5V0S3AH' where id=66; -update noar ti set v0='Q154SZTETB5MW5GB6FRVBHVJ5N5V0S3AH' where id=66; -update noar tt set v1='GE2RXV6R22V95VXPJCQFSG82AYQDVZ1MF' where id=66; -update noar ti set v1='GE2RXV6R22V95VXPJCQFSG82AYQDVZ1MF' where id=66; -update noar tt set v2='PRUZSRQ16GCVEFGFQIYL6JFZ2Z2Y7CM80' where id=66; -update noar ti set v2='PRUZSRQ16GCVEFGFQIYL6JFZ2Z2Y7CM80' where id=66; -update noar tt set v3='0VXA0ZYG1MJ5PBP9ERCCRC6CFAO6RDY4T' where id=66; -update noar ti set v3='0VXA0ZYG1MJ5PBP9ERCCRC6CFAO6RDY4T' where id=66; -update noar tt set v0='YHYL5F5BYVLI3DNWAOJCPJ0P18QHIXRHA' where id=67; -update noar ti set v0='YHYL5F5BYVLI3DNWAOJCPJ0P18QHIXRHA' where id=67; -update noar tt set v1='JP7DDGYM7BK24EDL8AMRTXOQ3NKFGMY2V' where id=67; -update noar ti set v1='JP7DDGYM7BK24EDL8AMRTXOQ3NKFGMY2V' where id=67; -update noar tt set v2='37IJ7WD0KGCRYHS2KWCYRVKOYHJ9UQV6I' where id=67; -update noar ti set v2='37IJ7WD0KGCRYHS2KWCYRVKOYHJ9UQV6I' where id=67; -update noar tt set v3='3X8VDRPC97AAXOH7Q4T6KNG4NJRZ57W10' where id=67; -update noar ti set v3='3X8VDRPC97AAXOH7Q4T6KNG4NJRZ57W10' where id=67; -update noar tt set v0='509QVRTDDCUAPI4OQPPUXDSDQWLG558N2' where id=68; -update noar ti set v0='509QVRTDDCUAPI4OQPPUXDSDQWLG558N2' where id=68; -update noar tt set v1='7FZE6K86C7VC1VB31RZ31GS3XIALY4MUU' where id=68; -update noar ti set v1='7FZE6K86C7VC1VB31RZ31GS3XIALY4MUU' where id=68; -update noar tt set v2='M7WKQ44BRJTNJE1P3QG17FWVB7QY67NR0' where id=68; -update noar ti set v2='M7WKQ44BRJTNJE1P3QG17FWVB7QY67NR0' where id=68; -update noar tt set v3='UHBMO711Z9NXMP0PQT03IRGRE4H6F4Y0K' where id=68; -update noar ti set v3='UHBMO711Z9NXMP0PQT03IRGRE4H6F4Y0K' where id=68; -update noar tt set v0='YB2JABZV2A4UH2IRH4K5RAIKM669F6O4F' where id=69; -update noar ti set v0='YB2JABZV2A4UH2IRH4K5RAIKM669F6O4F' where id=69; -update noar tt set v1='ELON3CUX7WSO9AOLU0AE1LSDDQQDW5QNI' where id=69; -update noar ti set v1='ELON3CUX7WSO9AOLU0AE1LSDDQQDW5QNI' where id=69; -update noar tt set v2='GUA3PW824YE0STAYONF6YCZG7NZ6Y35RF' where id=69; -update noar ti set v2='GUA3PW824YE0STAYONF6YCZG7NZ6Y35RF' where id=69; -update noar tt set v3='R06CG6JLVBCVPTMGSCE6X3NHQEMME5RDA' where id=69; -update noar ti set v3='R06CG6JLVBCVPTMGSCE6X3NHQEMME5RDA' where id=69; -update noar tt set v0='8QFVPBOJZ82ADRDFS2QQS469ESDK74DEC' where id=70; -update noar ti set v0='8QFVPBOJZ82ADRDFS2QQS469ESDK74DEC' where id=70; -update noar tt set v1='C0FIKKI4OOACGSTF39JIVGNTD1YBXTPYB' where id=70; -update noar ti set v1='C0FIKKI4OOACGSTF39JIVGNTD1YBXTPYB' where id=70; -update noar tt set v2='MB1QU94AKC723WWK4WM1QGA8M1W2XYJF1' where id=70; -update noar ti set v2='MB1QU94AKC723WWK4WM1QGA8M1W2XYJF1' where id=70; -update noar tt set v3='DV1O1M3HI97UNCKF3C57VPMMJTUW9UTAV' where id=70; -update noar ti set v3='DV1O1M3HI97UNCKF3C57VPMMJTUW9UTAV' where id=70; -update noar tt set v0='4UO38QRD4VS15AATHXRZE89LE7KAA4K4A' where id=71; -update noar ti set v0='4UO38QRD4VS15AATHXRZE89LE7KAA4K4A' where id=71; -update noar tt set v1='H9EVDRRI7VUK6R61RWFNZKTQW485PTL3G' where id=71; -update noar ti set v1='H9EVDRRI7VUK6R61RWFNZKTQW485PTL3G' where id=71; -update noar tt set v2='A01XKRUP4G4HCIM0HMKC8YRFE0OJ2ML32' where id=71; -update noar ti set v2='A01XKRUP4G4HCIM0HMKC8YRFE0OJ2ML32' where id=71; -update noar tt set v3='4E3VF6JL4U6I2PY8A8PN0Z6LIJYFVT08P' where id=71; -update noar ti set v3='4E3VF6JL4U6I2PY8A8PN0Z6LIJYFVT08P' where id=71; -update noar tt set v0='WFIKIYMFOEQL0OSKVVMSJ5J6MVD3UT5O0' where id=72; -update noar ti set v0='WFIKIYMFOEQL0OSKVVMSJ5J6MVD3UT5O0' where id=72; -update noar tt set v1='UUYHQAOMT8LCLHU8BHXA29FJJJ0MZT8B9' where id=72; -update noar ti set v1='UUYHQAOMT8LCLHU8BHXA29FJJJ0MZT8B9' where id=72; -update noar tt set v2='E4QPJW1146OKN135FBM5XRIIKX6OW433W' where id=72; -update noar ti set v2='E4QPJW1146OKN135FBM5XRIIKX6OW433W' where id=72; -update noar tt set v3='BLDOKLY31IDY69EV5TC2JJ7GQYU5FZ26L' where id=72; -update noar ti set v3='BLDOKLY31IDY69EV5TC2JJ7GQYU5FZ26L' where id=72; -update noar tt set v0='Z5ZWQ7I5E4U4EQ21FO1C7TOGL6YXMAEZP' where id=73; -update noar ti set v0='Z5ZWQ7I5E4U4EQ21FO1C7TOGL6YXMAEZP' where id=73; -update noar tt set v1='U8RDOIQ951TXCLVWX1ERKXE5C5SJS44QI' where id=73; -update noar ti set v1='U8RDOIQ951TXCLVWX1ERKXE5C5SJS44QI' where id=73; -update noar tt set v2='325BHUSVCW6G9CDVKGIYJ6CP347LT7C2S' where id=73; -update noar ti set v2='325BHUSVCW6G9CDVKGIYJ6CP347LT7C2S' where id=73; -update noar tt set v3='3K59CJGTA9DM38KZL12IIRL645WDCUOF6' where id=73; -update noar ti set v3='3K59CJGTA9DM38KZL12IIRL645WDCUOF6' where id=73; -update noar tt set v0='U1EG1W31O5VM6XSK544KKZJRV5OZUSL1A' where id=74; -update noar ti set v0='U1EG1W31O5VM6XSK544KKZJRV5OZUSL1A' where id=74; -update noar tt set v1='NKN3WOH2HDBRKO2TDXJP5VE6MFTE6NQIK' where id=74; -update noar ti set v1='NKN3WOH2HDBRKO2TDXJP5VE6MFTE6NQIK' where id=74; -update noar tt set v2='MXC1QZSIHR6TD5YKCBTC6GCOQ2WDV4TA6' where id=74; -update noar ti set v2='MXC1QZSIHR6TD5YKCBTC6GCOQ2WDV4TA6' where id=74; -update noar tt set v3='LLGYBP5VLQSDZMXBB61RR0JQ1IANZUY9E' where id=74; -update noar ti set v3='LLGYBP5VLQSDZMXBB61RR0JQ1IANZUY9E' where id=74; -update noar tt set v0='6Z77X7P2SJNJ8A2Z4UQVDTGH2TXU2ESOD' where id=75; -update noar ti set v0='6Z77X7P2SJNJ8A2Z4UQVDTGH2TXU2ESOD' where id=75; -update noar tt set v1='0NGGSYR67BU1EHKG53KR7610C4YNA22SJ' where id=75; -update noar ti set v1='0NGGSYR67BU1EHKG53KR7610C4YNA22SJ' where id=75; -update noar tt set v2='JO40KAT463ZSC8MUTKREQORNAHIIK1HW8' where id=75; -update noar ti set v2='JO40KAT463ZSC8MUTKREQORNAHIIK1HW8' where id=75; -update noar tt set v3='LFI92CC2PSZPKMTKY3D10LTZWHJSHD4HM' where id=75; -update noar ti set v3='LFI92CC2PSZPKMTKY3D10LTZWHJSHD4HM' where id=75; -update noar tt set v0='H52H2Q8NQJO6UKXPX9TXM9EAJ12AVNEJ0' where id=76; -update noar ti set v0='H52H2Q8NQJO6UKXPX9TXM9EAJ12AVNEJ0' where id=76; -update noar tt set v1='Y1CZZVYK7MMZDDFNSDUP3OU01ZREMBD04' where id=76; -update noar ti set v1='Y1CZZVYK7MMZDDFNSDUP3OU01ZREMBD04' where id=76; -update noar tt set v2='J2LUUHTJQVC8EDGS7I3U159ZYL6LQ7SQ5' where id=76; -update noar ti set v2='J2LUUHTJQVC8EDGS7I3U159ZYL6LQ7SQ5' where id=76; -update noar tt set v3='E153B33MMB10WI8191FIYYWR1MD132US4' where id=76; -update noar ti set v3='E153B33MMB10WI8191FIYYWR1MD132US4' where id=76; -update noar tt set v0='DT2FB9CHFYUKX1WZEGJSTOA8DSRGLINXS' where id=77; -update noar ti set v0='DT2FB9CHFYUKX1WZEGJSTOA8DSRGLINXS' where id=77; -update noar tt set v1='K47ZCMG32O8TDMXIT4ZZVU3WUR5CK6281' where id=77; -update noar ti set v1='K47ZCMG32O8TDMXIT4ZZVU3WUR5CK6281' where id=77; -update noar tt set v2='E3MY4ZJDE9FRI845QX7L1JKE16RAOPB99' where id=77; -update noar ti set v2='E3MY4ZJDE9FRI845QX7L1JKE16RAOPB99' where id=77; -update noar tt set v3='8KIQVK1LIWNCEJOJFUJNRL3XAQCF6KQ5K' where id=77; -update noar ti set v3='8KIQVK1LIWNCEJOJFUJNRL3XAQCF6KQ5K' where id=77; -update noar tt set v0='GAUR2AKOVDS68JCYAUA27J3MEOLTT4NXD' where id=78; -update noar ti set v0='GAUR2AKOVDS68JCYAUA27J3MEOLTT4NXD' where id=78; -update noar tt set v1='WCU7F9Q0RH1IMVRYF9U1LCEQ0L50FE1CH' where id=78; -update noar ti set v1='WCU7F9Q0RH1IMVRYF9U1LCEQ0L50FE1CH' where id=78; -update noar tt set v2='L22IR67BLXQABI6DMMS5L1QMQDLFM05NH' where id=78; -update noar ti set v2='L22IR67BLXQABI6DMMS5L1QMQDLFM05NH' where id=78; -update noar tt set v3='OF514U1W2T1PULX5F19TST16ISLX261VM' where id=78; -update noar ti set v3='OF514U1W2T1PULX5F19TST16ISLX261VM' where id=78; -update noar tt set v0='FZU198AH61GTW7180NA2LFNSQW2SCVEA6' where id=79; -update noar ti set v0='FZU198AH61GTW7180NA2LFNSQW2SCVEA6' where id=79; -update noar tt set v1='7TUL6I09XZU7RP79CZDO2VLW5A8ETL695' where id=79; -update noar ti set v1='7TUL6I09XZU7RP79CZDO2VLW5A8ETL695' where id=79; -update noar tt set v2='L9D174CXNLVJW1FLYZER42YFERA5G33WO' where id=79; -update noar ti set v2='L9D174CXNLVJW1FLYZER42YFERA5G33WO' where id=79; -update noar tt set v3='V9D1TIRFVT56BXONELNKX0DZ476TY0BG9' where id=79; -update noar ti set v3='V9D1TIRFVT56BXONELNKX0DZ476TY0BG9' where id=79; -update noar tt set v0='76MITPR19HDDFNXEVC3R1QA6FCN50STKQ' where id=80; -update noar ti set v0='76MITPR19HDDFNXEVC3R1QA6FCN50STKQ' where id=80; -update noar tt set v1='5I24FSLVFP2WQDG3AQG1QHFWW08YPLD2U' where id=80; -update noar ti set v1='5I24FSLVFP2WQDG3AQG1QHFWW08YPLD2U' where id=80; -update noar tt set v2='0J0SKPWU530OVKZGJEZ8SCQ2I472EZ188' where id=80; -update noar ti set v2='0J0SKPWU530OVKZGJEZ8SCQ2I472EZ188' where id=80; -update noar tt set v3='0CV0ZOCN649DHA2VUVYJNBVQ43H62A1Z1' where id=80; -update noar ti set v3='0CV0ZOCN649DHA2VUVYJNBVQ43H62A1Z1' where id=80; -update noar tt set v0='8W9QWDO0V4HISTFSJ1Z3O0BEKHN5G6R1Z' where id=81; -update noar ti set v0='8W9QWDO0V4HISTFSJ1Z3O0BEKHN5G6R1Z' where id=81; -update noar tt set v1='93T7Z53MIR1EP02R7SOMTSEB12LS666NZ' where id=81; -update noar ti set v1='93T7Z53MIR1EP02R7SOMTSEB12LS666NZ' where id=81; -update noar tt set v2='E4YHBTUJAU83094D1Z0BCP2M4154EEPBF' where id=81; -update noar ti set v2='E4YHBTUJAU83094D1Z0BCP2M4154EEPBF' where id=81; -update noar tt set v3='2BGYRT4HGEADERD3AL8B4OBXKJUT31N88' where id=81; -update noar ti set v3='2BGYRT4HGEADERD3AL8B4OBXKJUT31N88' where id=81; -update noar tt set v0='VAMNISNLQ3PG37VIRL7AGZ45ADSWG20RP' where id=82; -update noar ti set v0='VAMNISNLQ3PG37VIRL7AGZ45ADSWG20RP' where id=82; -update noar tt set v1='R9KZX21ALTSPL2CQVQO1LJB9CRO88GOC1' where id=82; -update noar ti set v1='R9KZX21ALTSPL2CQVQO1LJB9CRO88GOC1' where id=82; -update noar tt set v2='GS8XUCBZ64ECI341QXC7638DQNYS9G977' where id=82; -update noar ti set v2='GS8XUCBZ64ECI341QXC7638DQNYS9G977' where id=82; -update noar tt set v3='ZDAT2P3X8IF5R1L52CEENJKWDLQA0G0AV' where id=82; -update noar ti set v3='ZDAT2P3X8IF5R1L52CEENJKWDLQA0G0AV' where id=82; -update noar tt set v0='71AX43MZ4ZAGC2HX30BITFS7SXOU7IXNT' where id=83; -update noar ti set v0='71AX43MZ4ZAGC2HX30BITFS7SXOU7IXNT' where id=83; -update noar tt set v1='0ELCJ3MSUGGZFQA4IIGWRQ3W7LTAML82G' where id=83; -update noar ti set v1='0ELCJ3MSUGGZFQA4IIGWRQ3W7LTAML82G' where id=83; -update noar tt set v2='VPMVK8QYNB300TILT3KX3UA034TDBR5S7' where id=83; -update noar ti set v2='VPMVK8QYNB300TILT3KX3UA034TDBR5S7' where id=83; -update noar tt set v3='8AG9QUIWP3348C4AX4FTSAOH2AOZ8N5GK' where id=83; -update noar ti set v3='8AG9QUIWP3348C4AX4FTSAOH2AOZ8N5GK' where id=83; -update noar tt set v0='2523J3T4J6YVYNGV9AYJ0Z9K9II0LJA8O' where id=84; -update noar ti set v0='2523J3T4J6YVYNGV9AYJ0Z9K9II0LJA8O' where id=84; -update noar tt set v1='DN3ZS6W6EDU1N8P19WCNU3SCYYOVWA7FG' where id=84; -update noar ti set v1='DN3ZS6W6EDU1N8P19WCNU3SCYYOVWA7FG' where id=84; -update noar tt set v2='2WI19INSY619HGY5A6P7NYDJ35OJKDR2D' where id=84; -update noar ti set v2='2WI19INSY619HGY5A6P7NYDJ35OJKDR2D' where id=84; -update noar tt set v3='DFBH97AVHBXZR6G7YYCE7NOJEOHY03OOR' where id=84; -update noar ti set v3='DFBH97AVHBXZR6G7YYCE7NOJEOHY03OOR' where id=84; -update noar tt set v0='HRJTQI6QM6W93IWKFXVEMHZILM7C51BVI' where id=85; -update noar ti set v0='HRJTQI6QM6W93IWKFXVEMHZILM7C51BVI' where id=85; -update noar tt set v1='9ETTI4T735T047AQLFXZ9V0QEBUM4Q3O8' where id=85; -update noar ti set v1='9ETTI4T735T047AQLFXZ9V0QEBUM4Q3O8' where id=85; -update noar tt set v2='MRN1XW2RQRDV56TB83GR6YY1G0OKPDH51' where id=85; -update noar ti set v2='MRN1XW2RQRDV56TB83GR6YY1G0OKPDH51' where id=85; -update noar tt set v3='7X1360SOJ83FW8CQJ0PX3REUANSSHEK6C' where id=85; -update noar ti set v3='7X1360SOJ83FW8CQJ0PX3REUANSSHEK6C' where id=85; -update noar tt set v0='JKCII8RC5G6ZFO5QBTZNQVYJQL9VDLWUM' where id=86; -update noar ti set v0='JKCII8RC5G6ZFO5QBTZNQVYJQL9VDLWUM' where id=86; -update noar tt set v1='LAB459CIQW4TF2NF2GROH28MIA1BSPODT' where id=86; -update noar ti set v1='LAB459CIQW4TF2NF2GROH28MIA1BSPODT' where id=86; -update noar tt set v2='L550EWTDOV3BJ0ZQGB8Z8L3WLCKGRQVZQ' where id=86; -update noar ti set v2='L550EWTDOV3BJ0ZQGB8Z8L3WLCKGRQVZQ' where id=86; -update noar tt set v3='030Y45DZ5LEQ03R1GXH6MJ4HBMTI1Q2SP' where id=86; -update noar ti set v3='030Y45DZ5LEQ03R1GXH6MJ4HBMTI1Q2SP' where id=86; -update noar tt set v0='Q8NF6I7AUI9Q686O4G15FBOOSEO8S9GKA' where id=87; -update noar ti set v0='Q8NF6I7AUI9Q686O4G15FBOOSEO8S9GKA' where id=87; -update noar tt set v1='1YGD1P5UV16JPPX3EQPEBMYCF5O2TMCKE' where id=87; -update noar ti set v1='1YGD1P5UV16JPPX3EQPEBMYCF5O2TMCKE' where id=87; -update noar tt set v2='F8OPSNADZEV43HMHGGPTP52QCS23096XX' where id=87; -update noar ti set v2='F8OPSNADZEV43HMHGGPTP52QCS23096XX' where id=87; -update noar tt set v3='CFJ4E3ILWHLEPZ26HHPKK4KY6RMMSDYUL' where id=87; -update noar ti set v3='CFJ4E3ILWHLEPZ26HHPKK4KY6RMMSDYUL' where id=87; -update noar tt set v0='4D52XWH2ZEB6Y2Z241UKZTR3YNI66PJLN' where id=88; -update noar ti set v0='4D52XWH2ZEB6Y2Z241UKZTR3YNI66PJLN' where id=88; -update noar tt set v1='THIISDQDZM5BOTL8RLTP4ZK9IYS3QS5TI' where id=88; -update noar ti set v1='THIISDQDZM5BOTL8RLTP4ZK9IYS3QS5TI' where id=88; -update noar tt set v2='820G35HO8VW0PKOGKWYKKO83HV29XIGNH' where id=88; -update noar ti set v2='820G35HO8VW0PKOGKWYKKO83HV29XIGNH' where id=88; -update noar tt set v3='L29KEVNWE4JHO8EZJXTZ79PTYE4TIZMIS' where id=88; -update noar ti set v3='L29KEVNWE4JHO8EZJXTZ79PTYE4TIZMIS' where id=88; -update noar tt set v0='1J5JXKMCH0FNWSRJ5JK575CZ0FR5HSV6M' where id=89; -update noar ti set v0='1J5JXKMCH0FNWSRJ5JK575CZ0FR5HSV6M' where id=89; -update noar tt set v1='38GYOGLUYPSTV8N4JO4D3MWJZ87BX4NDT' where id=89; -update noar ti set v1='38GYOGLUYPSTV8N4JO4D3MWJZ87BX4NDT' where id=89; -update noar tt set v2='6LYHDG61J75S96LURZ1QFPQPCG06Z2EOA' where id=89; -update noar ti set v2='6LYHDG61J75S96LURZ1QFPQPCG06Z2EOA' where id=89; -update noar tt set v3='LPW74VWXSOJH8YTSIPUMYGJA049P8P5UC' where id=89; -update noar ti set v3='LPW74VWXSOJH8YTSIPUMYGJA049P8P5UC' where id=89; -update noar tt set v0='COTJVYSUNNOU5XPFVBNHH0DMFNND8KQEY' where id=90; -update noar ti set v0='COTJVYSUNNOU5XPFVBNHH0DMFNND8KQEY' where id=90; -update noar tt set v1='RILPDL5BCFP1BH6G5O16VSO99N5ROH823' where id=90; -update noar ti set v1='RILPDL5BCFP1BH6G5O16VSO99N5ROH823' where id=90; -update noar tt set v2='FOYA2IWCZSND8J8LQKVXTJGZBKWRSNMRM' where id=90; -update noar ti set v2='FOYA2IWCZSND8J8LQKVXTJGZBKWRSNMRM' where id=90; -update noar tt set v3='9NX048130G536AR4Z5TGXLF048RL2B0BQ' where id=90; -update noar ti set v3='9NX048130G536AR4Z5TGXLF048RL2B0BQ' where id=90; -update noar tt set v0='5A0OKTUYFYY0REBNPA1DFQPD3WE066NH8' where id=91; -update noar ti set v0='5A0OKTUYFYY0REBNPA1DFQPD3WE066NH8' where id=91; -update noar tt set v1='M7YKAFBYA12WJ00L0T1KC060B263IRLU9' where id=91; -update noar ti set v1='M7YKAFBYA12WJ00L0T1KC060B263IRLU9' where id=91; -update noar tt set v2='RVNGMEKJ0GZJYR03MBOABN1KVCFHITH2S' where id=91; -update noar ti set v2='RVNGMEKJ0GZJYR03MBOABN1KVCFHITH2S' where id=91; -update noar tt set v3='7HU7DGM71M83XMAGJZD5BKOFUXW1ZLDX5' where id=91; -update noar ti set v3='7HU7DGM71M83XMAGJZD5BKOFUXW1ZLDX5' where id=91; -update noar tt set v0='62RVRTD2TILSQ1FIAK5445N095UB9R6L2' where id=92; -update noar ti set v0='62RVRTD2TILSQ1FIAK5445N095UB9R6L2' where id=92; -update noar tt set v1='3Z7YXT9ICT3PG2LVDTN5QSFYABGEETX0I' where id=92; -update noar ti set v1='3Z7YXT9ICT3PG2LVDTN5QSFYABGEETX0I' where id=92; -update noar tt set v2='967X07WO4V9J8G7YKA3KIIPNFBF784Y12' where id=92; -update noar ti set v2='967X07WO4V9J8G7YKA3KIIPNFBF784Y12' where id=92; -update noar tt set v3='0IGLNWBAVAHS4RAVIE6LJ6D2CVKY48DCZ' where id=92; -update noar ti set v3='0IGLNWBAVAHS4RAVIE6LJ6D2CVKY48DCZ' where id=92; -update noar tt set v0='C0U0C8KU3U6HCWSL8DFU4IBYQAK2QUP0J' where id=93; -update noar ti set v0='C0U0C8KU3U6HCWSL8DFU4IBYQAK2QUP0J' where id=93; -update noar tt set v1='QJ1PETVEJGCXZJ06ZGVI4TCVI64DMJXZE' where id=93; -update noar ti set v1='QJ1PETVEJGCXZJ06ZGVI4TCVI64DMJXZE' where id=93; -update noar tt set v2='7XA1KVO1SENCAM9C8H2PVFSKSLEFK3MDX' where id=93; -update noar ti set v2='7XA1KVO1SENCAM9C8H2PVFSKSLEFK3MDX' where id=93; -update noar tt set v3='LX94SJ3GZ2ROSOG87CHXE8Y4HMMJQFO5R' where id=93; -update noar ti set v3='LX94SJ3GZ2ROSOG87CHXE8Y4HMMJQFO5R' where id=93; -update noar tt set v0='CR5FS516EEC4FJW0TT2QF58HN21FZ0ASB' where id=94; -update noar ti set v0='CR5FS516EEC4FJW0TT2QF58HN21FZ0ASB' where id=94; -update noar tt set v1='NL6SYNS3B1MQI3UI81Y2V5RJOELZVXB0L' where id=94; -update noar ti set v1='NL6SYNS3B1MQI3UI81Y2V5RJOELZVXB0L' where id=94; -update noar tt set v2='ES2BMV466W9IR49HHWSD84QD9C5K1CZFA' where id=94; -update noar ti set v2='ES2BMV466W9IR49HHWSD84QD9C5K1CZFA' where id=94; -update noar tt set v3='MZAZ1049ZCXKM251UD33KATM0K24X45HV' where id=94; -update noar ti set v3='MZAZ1049ZCXKM251UD33KATM0K24X45HV' where id=94; -update noar tt set v0='FFTEM9NP7KAGILDCFDXNNJ3GNGL332G9G' where id=95; -update noar ti set v0='FFTEM9NP7KAGILDCFDXNNJ3GNGL332G9G' where id=95; -update noar tt set v1='RWWMHJ4SGI66H1TR7M2X3T2FP3X592S1B' where id=95; -update noar ti set v1='RWWMHJ4SGI66H1TR7M2X3T2FP3X592S1B' where id=95; -update noar tt set v2='N58JJI6J9OA5SGQWI7ZBWMZ83IPJH2UVT' where id=95; -update noar ti set v2='N58JJI6J9OA5SGQWI7ZBWMZ83IPJH2UVT' where id=95; -update noar tt set v3='T9PD6HENPF61KZ6DD0WJWQ2B3SHHHRFND' where id=95; -update noar ti set v3='T9PD6HENPF61KZ6DD0WJWQ2B3SHHHRFND' where id=95; -update noar tt set v0='UMCI75NEY2L860S6VKTKV0OH3TAE8PYRS' where id=96; -update noar ti set v0='UMCI75NEY2L860S6VKTKV0OH3TAE8PYRS' where id=96; -update noar tt set v1='9SUKTBTF1K8G2ATHFTRJV73RFU7POTY8D' where id=96; -update noar ti set v1='9SUKTBTF1K8G2ATHFTRJV73RFU7POTY8D' where id=96; -update noar tt set v2='WSU1EF52PZHNTILLBN5K2URGBVWYQ1C2L' where id=96; -update noar ti set v2='WSU1EF52PZHNTILLBN5K2URGBVWYQ1C2L' where id=96; -update noar tt set v3='7P8L8D7A48BHQFB2UTPK1OCHMHI052LCD' where id=96; -update noar ti set v3='7P8L8D7A48BHQFB2UTPK1OCHMHI052LCD' where id=96; -update noar tt set v0='UWKMNL0870KPSF7GCMSRY77I5QUIQQQ1P' where id=97; -update noar ti set v0='UWKMNL0870KPSF7GCMSRY77I5QUIQQQ1P' where id=97; -update noar tt set v1='E7FL9RTMIT5DYC9LNVCRYH414DRIE1D0D' where id=97; -update noar ti set v1='E7FL9RTMIT5DYC9LNVCRYH414DRIE1D0D' where id=97; -update noar tt set v2='1BAKJEWCJRKVY7PTO9DXC980MSDE2TE6H' where id=97; -update noar ti set v2='1BAKJEWCJRKVY7PTO9DXC980MSDE2TE6H' where id=97; -update noar tt set v3='TYXARM2HKG0P62LASWVW4N0EAXGAQW7GO' where id=97; -update noar ti set v3='TYXARM2HKG0P62LASWVW4N0EAXGAQW7GO' where id=97; -update noar tt set v0='4VE776DG508IW3LZUE6AUTAW2JDPCAZWL' where id=98; -update noar ti set v0='4VE776DG508IW3LZUE6AUTAW2JDPCAZWL' where id=98; -update noar tt set v1='NSJ0K2LFG0TGTLS16P6MWA0CQVA9WLQKO' where id=98; -update noar ti set v1='NSJ0K2LFG0TGTLS16P6MWA0CQVA9WLQKO' where id=98; -update noar tt set v2='E3I7L3WBNQ3BYO4JKT32M2NIR8P9B7J3A' where id=98; -update noar ti set v2='E3I7L3WBNQ3BYO4JKT32M2NIR8P9B7J3A' where id=98; -update noar tt set v3='Z4I17U2NUSBCDD8PCJBIPT4PYQWLVSABE' where id=98; -update noar ti set v3='Z4I17U2NUSBCDD8PCJBIPT4PYQWLVSABE' where id=98; -update noar tt set v0='0O0D2HFHYY99YW2J7W2XQHXKLXRGJ359S' where id=99; -update noar ti set v0='0O0D2HFHYY99YW2J7W2XQHXKLXRGJ359S' where id=99; -update noar tt set v1='DFF5OUK3F76SRB6QD81YPY6ORPRO1CNUC' where id=99; -update noar ti set v1='DFF5OUK3F76SRB6QD81YPY6ORPRO1CNUC' where id=99; -update noar tt set v2='NDUJ9GJXVB05Q13HOEV9OHP1RH9MJR99U' where id=99; -update noar ti set v2='NDUJ9GJXVB05Q13HOEV9OHP1RH9MJR99U' where id=99; -update noar tt set v3='M4U6GZOI06LY5NIHERUPWJA31CK4W066E' where id=99; -update noar ti set v3='M4U6GZOI06LY5NIHERUPWJA31CK4W066E' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varchar(256) null, - v1 varchar(256) null, - v2 varchar(256) null, - v3 varchar(256) null, - b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='K0W6GSMZDOZSZR4MMED85PF5WJ9IWV8785BFW1FNVMT5X8E2TOYD6ARV8FHJIBJFOJG78VMWR5OQNT8MRSJY8U1YRU759VGVPCDN1M1YF5BNR1R9P60U0VIW3UQJLWBUBEM7HC4XZ1YC4KQI3WTSCCQJ86I2AYN84ZD620ZOESK6J3L5BG7SWPBZZ1X69CVEOQW6B2IY19K39RMI96NAET67E4GCU6NDPH94HO5RX776UAINOL2SCPDTN8EPNF2DC' where id=2; -update noar ti set v0='K0W6GSMZDOZSZR4MMED85PF5WJ9IWV8785BFW1FNVMT5X8E2TOYD6ARV8FHJIBJFOJG78VMWR5OQNT8MRSJY8U1YRU759VGVPCDN1M1YF5BNR1R9P60U0VIW3UQJLWBUBEM7HC4XZ1YC4KQI3WTSCCQJ86I2AYN84ZD620ZOESK6J3L5BG7SWPBZZ1X69CVEOQW6B2IY19K39RMI96NAET67E4GCU6NDPH94HO5RX776UAINOL2SCPDTN8EPNF2DC' where id=2; -update noar tt set v1='Y1AQIBH8DKUGNVBYW8RJBE9NCSLAUNAUBC4VSEBE5M8R3Z2CQRKA7B51WO0U4BH2P7DDWL5UEZBA1Z2F32STCUOEBB5LD157F64EHDJ9E5UDTTXU7O8YRJC6E44R0R0TNFQ3XJ5AAP4TM46XQDJE9Y9PWQEXT9XOGSINUP5WYKTPRO436B5OYOKHDPELSLR2ABH9896GJ9PPZ7PIR9JB64UWPOW9KMVOJG1RWQHU2G4Q3FJLYJV2AONY6FBXJ25W0' where id=2; -update noar ti set v1='Y1AQIBH8DKUGNVBYW8RJBE9NCSLAUNAUBC4VSEBE5M8R3Z2CQRKA7B51WO0U4BH2P7DDWL5UEZBA1Z2F32STCUOEBB5LD157F64EHDJ9E5UDTTXU7O8YRJC6E44R0R0TNFQ3XJ5AAP4TM46XQDJE9Y9PWQEXT9XOGSINUP5WYKTPRO436B5OYOKHDPELSLR2ABH9896GJ9PPZ7PIR9JB64UWPOW9KMVOJG1RWQHU2G4Q3FJLYJV2AONY6FBXJ25W0' where id=2; -update noar tt set v2='09PCLQORLSJ5YF7N8MCH3BBWTHOGUI04V0AT7BUT09E35UG3RVA6EV96SK3VVS73TAG6K1ZL3MNVYU2Y7WSBR4HS7DX7RV046KUBG6GGORQ3OJIT9XMOA7GFAX0GPSV2KBVIVMU34DYNL96SBBOTL6ULYKA7HYEI10H0Q61Z338YPWTAITE8SP4V0NIT3Q01VOFNSDVWZCW4D4MJB8WWW1G6JNKFCNSAA13WZ9HEPQU1BAVKQGGYTR4OOWJZTZMQ9' where id=2; -update noar ti set v2='09PCLQORLSJ5YF7N8MCH3BBWTHOGUI04V0AT7BUT09E35UG3RVA6EV96SK3VVS73TAG6K1ZL3MNVYU2Y7WSBR4HS7DX7RV046KUBG6GGORQ3OJIT9XMOA7GFAX0GPSV2KBVIVMU34DYNL96SBBOTL6ULYKA7HYEI10H0Q61Z338YPWTAITE8SP4V0NIT3Q01VOFNSDVWZCW4D4MJB8WWW1G6JNKFCNSAA13WZ9HEPQU1BAVKQGGYTR4OOWJZTZMQ9' where id=2; -update noar tt set v3='PE352OYVX26PJUMOM1A7BHE9ZUHYT0LCL0XNICJPNIT527WN93EK1N50XY7NMHGEIKNCV5PN06LFZG5IOJLHYEHD9LAJFY5U4ZFMFPWDCNS4U3ORYAQSTU1VOW5YKYAX6TRNDC1JJCMYDMHGZ3XNYXY2LCIGDIC3FBLOONH2QDW6DM9C4Q2WYSOTI88H3E0DXEOI29WV5P63DFK20CI1I6VIVT2E29FO72U7W7BS1FD36W4XYQQ6WANI63G1TZ9Y9' where id=2; -update noar ti set v3='PE352OYVX26PJUMOM1A7BHE9ZUHYT0LCL0XNICJPNIT527WN93EK1N50XY7NMHGEIKNCV5PN06LFZG5IOJLHYEHD9LAJFY5U4ZFMFPWDCNS4U3ORYAQSTU1VOW5YKYAX6TRNDC1JJCMYDMHGZ3XNYXY2LCIGDIC3FBLOONH2QDW6DM9C4Q2WYSOTI88H3E0DXEOI29WV5P63DFK20CI1I6VIVT2E29FO72U7W7BS1FD36W4XYQQ6WANI63G1TZ9Y9' where id=2; -update noar tt set v0='75RKPVVH4RWVRNCN2V6UOWSVEBPEROBIOL9IYCMUVFYKCEC39SJHZPMNRXKZUWDHAOFAI8NGMURUPJ0RUBC6JQW2HAKWQLQB1UXAP0CPCGL4XTWU1TSDM9ES7IOIK5S6Z133NCYW0LLGNWCE5O6ZK5AWAJVIG5J2WVTRN4M5D649CYOH5E0WEF31BO5FZ5ZH3EWJ7V3SL3AF4VOYHGYWPOMQ8PS1RT4MARY3O9ZVN1SMG2878CFWU7LXWP3Q47Q82' where id=3; -update noar ti set v0='75RKPVVH4RWVRNCN2V6UOWSVEBPEROBIOL9IYCMUVFYKCEC39SJHZPMNRXKZUWDHAOFAI8NGMURUPJ0RUBC6JQW2HAKWQLQB1UXAP0CPCGL4XTWU1TSDM9ES7IOIK5S6Z133NCYW0LLGNWCE5O6ZK5AWAJVIG5J2WVTRN4M5D649CYOH5E0WEF31BO5FZ5ZH3EWJ7V3SL3AF4VOYHGYWPOMQ8PS1RT4MARY3O9ZVN1SMG2878CFWU7LXWP3Q47Q82' where id=3; -update noar tt set v1='PIGNY61M1LRE6P523M94TKDPSQUR48UYG570WYL123AC6M7TCTZVWRFNYMAQIYJ0GI8CT3FV3ATVR8UT2I10G8XKGXOKNTMJ7B6PLNNVQWRW18CP528DSQKNWB5KQKMW753VETUL55FEPJ516XF5AUCTPBDHUT1SVFG8HUFP7U54JC656F2CFLY7AL0MAX0J35E0VYLPK3378NW2G99E8MJJULBFAAZP4WZ9ALXW45R4X75ZETM1FQR7AYW1H3LSM' where id=3; -update noar ti set v1='PIGNY61M1LRE6P523M94TKDPSQUR48UYG570WYL123AC6M7TCTZVWRFNYMAQIYJ0GI8CT3FV3ATVR8UT2I10G8XKGXOKNTMJ7B6PLNNVQWRW18CP528DSQKNWB5KQKMW753VETUL55FEPJ516XF5AUCTPBDHUT1SVFG8HUFP7U54JC656F2CFLY7AL0MAX0J35E0VYLPK3378NW2G99E8MJJULBFAAZP4WZ9ALXW45R4X75ZETM1FQR7AYW1H3LSM' where id=3; -update noar tt set v2='4SW5NYQDT95S713YORAUW5AZUJACT2EAKMD4SRT8SKCHLOAMD4L1XHCGVZOFGCROW1QT0SEKR25RP1MVWPWMGUFRVBT3ZV0E2B2QMTRH8MZIOGLR25NGNSHI9CKGJA4LT1K6SJ5O6JYSRTH3BGZHP3LNLV37HVA9NZBBA72LVG0MDIRAPDZKEGZBSQLWJDA0Z9S4WEW5IM32UDVVXC1W3FKL95N5Q76A3DS4EFQ28Y1SL8BKF67VMJMPKMT95WXES' where id=3; -update noar ti set v2='4SW5NYQDT95S713YORAUW5AZUJACT2EAKMD4SRT8SKCHLOAMD4L1XHCGVZOFGCROW1QT0SEKR25RP1MVWPWMGUFRVBT3ZV0E2B2QMTRH8MZIOGLR25NGNSHI9CKGJA4LT1K6SJ5O6JYSRTH3BGZHP3LNLV37HVA9NZBBA72LVG0MDIRAPDZKEGZBSQLWJDA0Z9S4WEW5IM32UDVVXC1W3FKL95N5Q76A3DS4EFQ28Y1SL8BKF67VMJMPKMT95WXES' where id=3; -update noar tt set v3='JL9GZP7FPVMRNII2C3GB09OESYN1QNU5GFL5O57MJU9NJJWONWO4NDDL2KD4B5OJ5SEBY3KCL7629WX37UTW0B9H38QOHGE5VMJKSTDS3VSPRM3SRF4CUD780X8NBEWJAS81FF3UT01JVSLTC8SOIHA7C4J5W68Z3KC2T8DZXS9JI3BF9EYU9HY372EUOENHRBYJWTDF9ODVOXN40AT1WE4HBR6A7CXDY2U0W0BW0OAZ9QDX9EYHZZFDK4LHZ2ZYE' where id=3; -update noar ti set v3='JL9GZP7FPVMRNII2C3GB09OESYN1QNU5GFL5O57MJU9NJJWONWO4NDDL2KD4B5OJ5SEBY3KCL7629WX37UTW0B9H38QOHGE5VMJKSTDS3VSPRM3SRF4CUD780X8NBEWJAS81FF3UT01JVSLTC8SOIHA7C4J5W68Z3KC2T8DZXS9JI3BF9EYU9HY372EUOENHRBYJWTDF9ODVOXN40AT1WE4HBR6A7CXDY2U0W0BW0OAZ9QDX9EYHZZFDK4LHZ2ZYE' where id=3; -update noar tt set v0='O732IS5IKPAMYRXPBQ22C8BTJ3F6F1INXZNSF327JE6CRBUEZNTZRB7S4S6MYUGTJMMKL8QHDROGVO9UEKDF2OOCSZQVKFLT9GE55DFYRTSROPLKV7R60DZZ3OQ03XFOANYU62JDWMBPEL9KN2SK5O55A865ZLKU5GEVZ88OLAVM4JBUDPQW7U1N9AQFRKLG8Z8XJDR7LV7R9GKUVR5FM1DC2BDNNXCAI9R8UQ9C5D7CCSO9DZBGBO84812S7BDTT' where id=4; -update noar ti set v0='O732IS5IKPAMYRXPBQ22C8BTJ3F6F1INXZNSF327JE6CRBUEZNTZRB7S4S6MYUGTJMMKL8QHDROGVO9UEKDF2OOCSZQVKFLT9GE55DFYRTSROPLKV7R60DZZ3OQ03XFOANYU62JDWMBPEL9KN2SK5O55A865ZLKU5GEVZ88OLAVM4JBUDPQW7U1N9AQFRKLG8Z8XJDR7LV7R9GKUVR5FM1DC2BDNNXCAI9R8UQ9C5D7CCSO9DZBGBO84812S7BDTT' where id=4; -update noar tt set v1='R92NFJNZ1ZBJJ44PGPPJHP3QL89MA6GL8J4PVUIZ0QD59JSQMKF2T36UK1CKVMC41D92UJHZO9X8VDVJSV9IV790JVZRDOSDTRVN18VA2GHMMBRIJHVHH2TCQ2XX43YPY00RBNEF9XQFPFH0WPOKL01RRIIMTAN9CCOWFLHADU54HCKLIK3A8FB0M76NQFY85GOXWLENR7E4LEDI60II5ZUYYTND83IG4XCTJSRLJU6FGHB5EX10K67U6SB4LO5V5' where id=4; -update noar ti set v1='R92NFJNZ1ZBJJ44PGPPJHP3QL89MA6GL8J4PVUIZ0QD59JSQMKF2T36UK1CKVMC41D92UJHZO9X8VDVJSV9IV790JVZRDOSDTRVN18VA2GHMMBRIJHVHH2TCQ2XX43YPY00RBNEF9XQFPFH0WPOKL01RRIIMTAN9CCOWFLHADU54HCKLIK3A8FB0M76NQFY85GOXWLENR7E4LEDI60II5ZUYYTND83IG4XCTJSRLJU6FGHB5EX10K67U6SB4LO5V5' where id=4; -update noar tt set v2='W69H8Z6VZ8LA67X1IGDGBKWET2AUH4ZO7TG0T56TA2KX0MGY7QUJCW7VO26KYI2UPHITIR62NVN68V4W3X1CQTQB9X5EVY5B8YZWZ3GGEA0EDZ8LLIFH30GA4LQRW1AVZG17M2MP49KF7CYRSZ38K97NTJWEBMQQ3H044BPR2408RASQRDKISLCLP9HI9HF3XZV8DWWUUXYKK5UVFOBPI5Q9EXOG3PG83J8T68VSEO26VMLREELCQDKUKSAQNJ76R' where id=4; -update noar ti set v2='W69H8Z6VZ8LA67X1IGDGBKWET2AUH4ZO7TG0T56TA2KX0MGY7QUJCW7VO26KYI2UPHITIR62NVN68V4W3X1CQTQB9X5EVY5B8YZWZ3GGEA0EDZ8LLIFH30GA4LQRW1AVZG17M2MP49KF7CYRSZ38K97NTJWEBMQQ3H044BPR2408RASQRDKISLCLP9HI9HF3XZV8DWWUUXYKK5UVFOBPI5Q9EXOG3PG83J8T68VSEO26VMLREELCQDKUKSAQNJ76R' where id=4; -update noar tt set v3='Y7OHOAFHJXBXCX6E68T44HCLCR708OZTWB0KVUNVHOAJBO639Q5Z9V96RCOA170Z7HYCI1HJ8A53SPTOTPZGSGS9U4HIY9R6K5Z45UGZ4RXQ61818OUPLO6BSRA0H3JW41I95GFAH1WRGT9DS96J5X9C66V4KHNO6ZRK4HLBIYCEILURCLYNRGRBJBK7CL1YYIHN2TQ9J61XEN2MMP6HCSU8VGWFYGIV5VNSCQPDRGLAD97NI08W5C3KTEZ2R1W3A' where id=4; -update noar ti set v3='Y7OHOAFHJXBXCX6E68T44HCLCR708OZTWB0KVUNVHOAJBO639Q5Z9V96RCOA170Z7HYCI1HJ8A53SPTOTPZGSGS9U4HIY9R6K5Z45UGZ4RXQ61818OUPLO6BSRA0H3JW41I95GFAH1WRGT9DS96J5X9C66V4KHNO6ZRK4HLBIYCEILURCLYNRGRBJBK7CL1YYIHN2TQ9J61XEN2MMP6HCSU8VGWFYGIV5VNSCQPDRGLAD97NI08W5C3KTEZ2R1W3A' where id=4; -update noar tt set v0='QDFMNFO3RAM2I6KVQWF13POURUFMES6N4ES0BE84AZA52D0FL2I9QFKVSESY52EB6X5MJET7IFRCVGQ1SMZROWUJL37VM8JP384MQ18BXFTN57LGARZMLIHULU3TNYCJNJDNEEQW4EYHAXR6WO3FD3I0L7O941H54P18517FB67EB21NXPTIVLZDZPM97Q6PHJ01AWUYMY6D342YLPN73LY3Y6VW6EUZKFBULZ83VFQWTDQLKFP5HNPVBHE0ZAL65' where id=5; -update noar ti set v0='QDFMNFO3RAM2I6KVQWF13POURUFMES6N4ES0BE84AZA52D0FL2I9QFKVSESY52EB6X5MJET7IFRCVGQ1SMZROWUJL37VM8JP384MQ18BXFTN57LGARZMLIHULU3TNYCJNJDNEEQW4EYHAXR6WO3FD3I0L7O941H54P18517FB67EB21NXPTIVLZDZPM97Q6PHJ01AWUYMY6D342YLPN73LY3Y6VW6EUZKFBULZ83VFQWTDQLKFP5HNPVBHE0ZAL65' where id=5; -update noar tt set v1='LS0BRZHH02R0T1AR4Z5NDJS1B8UX1ZITUJDSJBWMD0LO8SB9VG3UDIMBVEXQNIQ6OF7RWDH52SITB3RX7JPVTH00AXP9ORGVAJQKO9XVSN6NQ5AWTE0QDSU8WZHO723LF1SZEZBKO3RO2XFWPPLWO0P6JH6NMD0EGM4YJ4AVMP9L0P48OZW90QCQHM8J4V10SAXAWSVNVBBLVKO5K3BFE49MCJOZ2QJIFN7DJRXFZ7PYV1O0X0FK46216OQVPW0B6' where id=5; -update noar ti set v1='LS0BRZHH02R0T1AR4Z5NDJS1B8UX1ZITUJDSJBWMD0LO8SB9VG3UDIMBVEXQNIQ6OF7RWDH52SITB3RX7JPVTH00AXP9ORGVAJQKO9XVSN6NQ5AWTE0QDSU8WZHO723LF1SZEZBKO3RO2XFWPPLWO0P6JH6NMD0EGM4YJ4AVMP9L0P48OZW90QCQHM8J4V10SAXAWSVNVBBLVKO5K3BFE49MCJOZ2QJIFN7DJRXFZ7PYV1O0X0FK46216OQVPW0B6' where id=5; -update noar tt set v2='A4C7QHK8HMB9NSK75LAALP92FWEIU68ZB8FBWCPUXMIJQQN52MW3BQP55B878AC95ZZYJBPKKPWP1DJMTCTAD5TU4S6U1YI46VUKHZ8FNRIHJ05U3A4B4P1Z9XV6QV1KH66ITXIDK3P9DKDQEI2MB50G580JYVQL46K467K3KLIFVE4OFM2BX8JJLPPKD66J7DBUZOCWSIP5N9CV3059KG6X4L3IV3GIDDGFFRTQDDX92IS5ZTJM0HUSI3EO3XPDS' where id=5; -update noar ti set v2='A4C7QHK8HMB9NSK75LAALP92FWEIU68ZB8FBWCPUXMIJQQN52MW3BQP55B878AC95ZZYJBPKKPWP1DJMTCTAD5TU4S6U1YI46VUKHZ8FNRIHJ05U3A4B4P1Z9XV6QV1KH66ITXIDK3P9DKDQEI2MB50G580JYVQL46K467K3KLIFVE4OFM2BX8JJLPPKD66J7DBUZOCWSIP5N9CV3059KG6X4L3IV3GIDDGFFRTQDDX92IS5ZTJM0HUSI3EO3XPDS' where id=5; -update noar tt set v3='D000YBD5B7GH5C90XTPYZSPH5GTQYSXOE96NSGCARPR0TYQIVAOA84QNZF2XKNVDC8BC2EMHH8SHH0377XVAESNBDH2B2H741Y0ZWP6VVGR91F5CWTYVD1EAK6QXEHUNUKWLRVMNCMIC8E2WAVOY59ERMKZPYUN3IEFIIPTOMT1SFYM27EZLZFESH4RXDV1W3CZTP79VQVKVSZTQRSJTE03N9WV3K8X6NF409ON9IEDNHABZDJZILRC1XKLL3CRUI' where id=5; -update noar ti set v3='D000YBD5B7GH5C90XTPYZSPH5GTQYSXOE96NSGCARPR0TYQIVAOA84QNZF2XKNVDC8BC2EMHH8SHH0377XVAESNBDH2B2H741Y0ZWP6VVGR91F5CWTYVD1EAK6QXEHUNUKWLRVMNCMIC8E2WAVOY59ERMKZPYUN3IEFIIPTOMT1SFYM27EZLZFESH4RXDV1W3CZTP79VQVKVSZTQRSJTE03N9WV3K8X6NF409ON9IEDNHABZDJZILRC1XKLL3CRUI' where id=5; -update noar tt set v0='XK4GTRA9D3OXXOTDRAOW18R4H6KFN8YQ6XI8K8B14UR3H5XOQTB3KP88NTVR33BE3EQFO4G9YXDD1BGV038EISPM8QZUU523UK2JFBU368LL68YZIAONYPTV0X6FF634FOOY9OJY5HR5PVUXUMFRGBGAJE162SF4M5275AF7AZUL57LMS3KPNBU78J13M071SQ3LJGYQ40SK8PD7WEVPCB6B07TZG1D9J7HS1VNVRZYZN2JQVLLVUV5IISHOFRI94' where id=6; -update noar ti set v0='XK4GTRA9D3OXXOTDRAOW18R4H6KFN8YQ6XI8K8B14UR3H5XOQTB3KP88NTVR33BE3EQFO4G9YXDD1BGV038EISPM8QZUU523UK2JFBU368LL68YZIAONYPTV0X6FF634FOOY9OJY5HR5PVUXUMFRGBGAJE162SF4M5275AF7AZUL57LMS3KPNBU78J13M071SQ3LJGYQ40SK8PD7WEVPCB6B07TZG1D9J7HS1VNVRZYZN2JQVLLVUV5IISHOFRI94' where id=6; -update noar tt set v1='YAY4QHWIZ1RZFFYDNRYNUGXUAT9JT3COKZLWY9PR0G6WY8RS7G1BVX9F7FRNTYQKSOZDJ7J2N58WQEOVVH9T2P4ILBSJRZ9S02DV15C1F6TLWGT9VP8CIB8S1C6GNMR2GT7WNFICIPELB53NZVU7DXDTMDFAXTQL0JC7TG9GTUW5LE49MFZA2XEVSVLPEU6WYNGQCJ6U2MG3PRYYF3MZO59P1D6GSSWAGI2IYBMU9RXPT976F7KVW7FTQ9OHWKEKU' where id=6; -update noar ti set v1='YAY4QHWIZ1RZFFYDNRYNUGXUAT9JT3COKZLWY9PR0G6WY8RS7G1BVX9F7FRNTYQKSOZDJ7J2N58WQEOVVH9T2P4ILBSJRZ9S02DV15C1F6TLWGT9VP8CIB8S1C6GNMR2GT7WNFICIPELB53NZVU7DXDTMDFAXTQL0JC7TG9GTUW5LE49MFZA2XEVSVLPEU6WYNGQCJ6U2MG3PRYYF3MZO59P1D6GSSWAGI2IYBMU9RXPT976F7KVW7FTQ9OHWKEKU' where id=6; -update noar tt set v2='47G26074KUHEAMXLO8QFGN2ZW43TX04A7DRFPG07QO76XMS10OX8WGN7V6PVYHCGZ4CKU2LTUU3HD1KG4V8GAKV3FHV086X5IUPJNODC6SA34XZJ379Z7V89WNRJ4G3IR67DFD2237S6D3DDM6RINUBRXSXAFBYMD26K3VY2C0AGEGJWUM81D5RBFFKGX32YFK3945PDSH6NQH4K7JA213HMEXLE2N696WX92L2BB4REVUW1PDI7IYJ35BQ75VX2Z' where id=6; -update noar ti set v2='47G26074KUHEAMXLO8QFGN2ZW43TX04A7DRFPG07QO76XMS10OX8WGN7V6PVYHCGZ4CKU2LTUU3HD1KG4V8GAKV3FHV086X5IUPJNODC6SA34XZJ379Z7V89WNRJ4G3IR67DFD2237S6D3DDM6RINUBRXSXAFBYMD26K3VY2C0AGEGJWUM81D5RBFFKGX32YFK3945PDSH6NQH4K7JA213HMEXLE2N696WX92L2BB4REVUW1PDI7IYJ35BQ75VX2Z' where id=6; -update noar tt set v3='2LTHQTEYOWTTQFD3WBBCKUI6BPT889OLB28X79EMH2T44T0RK6KN9MAO5THOQ5J77GB1NFTILR1PFBRXG9LQYJ79CNTOFCNQF8CR0OA9C8QGAVY318BIWXEKFWOBCZMFNBDJQX1D4LBQUIBWYWLKK3XIZR6AAS413W2WVXVEL7B1MVWOC3JJPF1PL9TLLZCPNWZQU75FB45P1G8LJB4B32DUA6R45T6TXYQS4LDC189VXEPNW836QNHFGMY3S5XVE' where id=6; -update noar ti set v3='2LTHQTEYOWTTQFD3WBBCKUI6BPT889OLB28X79EMH2T44T0RK6KN9MAO5THOQ5J77GB1NFTILR1PFBRXG9LQYJ79CNTOFCNQF8CR0OA9C8QGAVY318BIWXEKFWOBCZMFNBDJQX1D4LBQUIBWYWLKK3XIZR6AAS413W2WVXVEL7B1MVWOC3JJPF1PL9TLLZCPNWZQU75FB45P1G8LJB4B32DUA6R45T6TXYQS4LDC189VXEPNW836QNHFGMY3S5XVE' where id=6; -update noar tt set v0='TE4IFEDR8PCBJIQ4XEDO9WTM46X3HNHZ8HYTB8M8QXO4XARRPPA8HT6OZENYXX59PT0L9KFSYZ2VYWH8BA3WWTBGERGEHTHVSBKD0A9LCV6JLYKFWUIACXFV43R4NKQCJ8GIFXM1LMIKMDRV7JI7HZLBMGIEZE3JUDUF2E4HO5GHDQ8FQ9LTBL3IP34CYZNPD67LEOMSIO5277H8O5HWOZ2KKBS8FJY54XXTF7L4TM810QIV35F71UJC465PAVJOW' where id=7; -update noar ti set v0='TE4IFEDR8PCBJIQ4XEDO9WTM46X3HNHZ8HYTB8M8QXO4XARRPPA8HT6OZENYXX59PT0L9KFSYZ2VYWH8BA3WWTBGERGEHTHVSBKD0A9LCV6JLYKFWUIACXFV43R4NKQCJ8GIFXM1LMIKMDRV7JI7HZLBMGIEZE3JUDUF2E4HO5GHDQ8FQ9LTBL3IP34CYZNPD67LEOMSIO5277H8O5HWOZ2KKBS8FJY54XXTF7L4TM810QIV35F71UJC465PAVJOW' where id=7; -update noar tt set v1='9GD7WFEYYHFJ1QFQ2P0ZDBFBNJDNESVVSPBXD4825WP82FQOC7TU1296G278O80IHTPGDLVAGQ1A2SP3ES25QMXE7TH73A8645QFCNBY8UQY20UJEQVM8BOSNDFB79039YQUUCLL0HMLON0GEDS5JW3FUM7FURHXLU5SCZMRLZFAGEUVLBHKJTH2UXXZ8M9YKS5LNOW93ZO2B4NSUG8U9311G2WEZUISAFITADFZP2Z85OU1XLN96DT1JFHHZ3QBK' where id=7; -update noar ti set v1='9GD7WFEYYHFJ1QFQ2P0ZDBFBNJDNESVVSPBXD4825WP82FQOC7TU1296G278O80IHTPGDLVAGQ1A2SP3ES25QMXE7TH73A8645QFCNBY8UQY20UJEQVM8BOSNDFB79039YQUUCLL0HMLON0GEDS5JW3FUM7FURHXLU5SCZMRLZFAGEUVLBHKJTH2UXXZ8M9YKS5LNOW93ZO2B4NSUG8U9311G2WEZUISAFITADFZP2Z85OU1XLN96DT1JFHHZ3QBK' where id=7; -update noar tt set v2='FCTKB4A7L70RS7CWYUONWWH1A4HCZM2QAG5E933Z4B7NTN5PAROOMZWNONTDRHK8KGIAWLY3F75IOOW1BG0BZN0E16GBO4LBRP70V8IE3TDMXS2Q7E04DSY22CKQ68WAO2YASXJPJBT09GU9KNAGUZIDHC7O2BRE7R0R9H4DLRDMCUA40FKWFFAD1DLOJ2FVSV40FB8T589C10JDG0Y5KQYPQ0QVGXS1ND7UV1GQM215LT2EWG0IWWWZZWFKXRS9T' where id=7; -update noar ti set v2='FCTKB4A7L70RS7CWYUONWWH1A4HCZM2QAG5E933Z4B7NTN5PAROOMZWNONTDRHK8KGIAWLY3F75IOOW1BG0BZN0E16GBO4LBRP70V8IE3TDMXS2Q7E04DSY22CKQ68WAO2YASXJPJBT09GU9KNAGUZIDHC7O2BRE7R0R9H4DLRDMCUA40FKWFFAD1DLOJ2FVSV40FB8T589C10JDG0Y5KQYPQ0QVGXS1ND7UV1GQM215LT2EWG0IWWWZZWFKXRS9T' where id=7; -update noar tt set v3='6UZHIQ33GCT9GQBHN7CUP24EUR3DARFIFBTVVNYQBNSBWG7Q9EKJJIEZURTAWMNUCNFACD4GUK8XXSYGQY89BYYKW0YU2W5ITCS7Y0U5F8R5D9HIAOCO07XUNERE8QHU51H313JW16N5P2ZBN2V4HUZU3TMWN8B1GATROR80BPVDBUO7NYTUO6RROEZLANH2KOBSJ6YFXYUY9N2OJY7XV97IKWSE30R4JP1DB64N8IFBTLPMVRKL8SSP2BR76P7YI' where id=7; -update noar ti set v3='6UZHIQ33GCT9GQBHN7CUP24EUR3DARFIFBTVVNYQBNSBWG7Q9EKJJIEZURTAWMNUCNFACD4GUK8XXSYGQY89BYYKW0YU2W5ITCS7Y0U5F8R5D9HIAOCO07XUNERE8QHU51H313JW16N5P2ZBN2V4HUZU3TMWN8B1GATROR80BPVDBUO7NYTUO6RROEZLANH2KOBSJ6YFXYUY9N2OJY7XV97IKWSE30R4JP1DB64N8IFBTLPMVRKL8SSP2BR76P7YI' where id=7; -update noar tt set v0='K6LV9H9QJ71XWIHWV7RBHS9QPU8GWHE64VPDXZVDJKRM13A9J1RGVHOYQU7N5T11LLSSRLZH42I0MX5R82X84N03YZ954G5T52ALJC4DOBK6TPMCJTVGWN4AFVNUO0SJ0AIROS7AWRW8JUQZNAHXVOT11RU4KHOUI43QOUOKUD5TGMH8G0I0WG778DD4CR6P4AF334TZA2C34YFD3RUC547WIWZG97TYYKYZ8R3GTG64W09VMSUT3IPKL8E0G6H2O' where id=8; -update noar ti set v0='K6LV9H9QJ71XWIHWV7RBHS9QPU8GWHE64VPDXZVDJKRM13A9J1RGVHOYQU7N5T11LLSSRLZH42I0MX5R82X84N03YZ954G5T52ALJC4DOBK6TPMCJTVGWN4AFVNUO0SJ0AIROS7AWRW8JUQZNAHXVOT11RU4KHOUI43QOUOKUD5TGMH8G0I0WG778DD4CR6P4AF334TZA2C34YFD3RUC547WIWZG97TYYKYZ8R3GTG64W09VMSUT3IPKL8E0G6H2O' where id=8; -update noar tt set v1='64ZO05KGENRZWHG1OQO4R5MHCZNZXFW89PFLX5NK19I36I2NITA2AVQN7U9YALKZRWTHCOBMHVXX8PDRXOTNXGPY0P3OYBTJEOZ48V31R22S9J9I6TE8NBHGC24GYYEWWZZMZ6RWULP1CDVPVPECAB167CYMUEH6YJ0RMLVMZXN7ZANCMIQGVC7PWZHC6VMT4GHKGSHHMBG8EMCD35UWBV7S4KT77O6DGFOAPYPZ9YNEWZQ12C63ZK1ZTWL9ATE8U' where id=8; -update noar ti set v1='64ZO05KGENRZWHG1OQO4R5MHCZNZXFW89PFLX5NK19I36I2NITA2AVQN7U9YALKZRWTHCOBMHVXX8PDRXOTNXGPY0P3OYBTJEOZ48V31R22S9J9I6TE8NBHGC24GYYEWWZZMZ6RWULP1CDVPVPECAB167CYMUEH6YJ0RMLVMZXN7ZANCMIQGVC7PWZHC6VMT4GHKGSHHMBG8EMCD35UWBV7S4KT77O6DGFOAPYPZ9YNEWZQ12C63ZK1ZTWL9ATE8U' where id=8; -update noar tt set v2='55IVFEBV3CMCPLRBP7DGB8NT5J3CF27DHP0BCDEQHLSTGL46KM4ZP5DYIIHRFL4X70Q149GU1G4VOZWCCTC3VKP0C01QQ6VOQXT4X1LDNW2CSQRBG6PT3W9P5543AXO2LKSD1S53EEK7VI6THX8T9IGHB78ORLXHTWFOF1DTQ9D5IRIE9WSZHGQ5L8Z0BF7LT9FH4963IR3MES0GSYKUO8587G1LZEFCEAM720F1JJYGQJ5EAAMRNFAZ02MBBBRSM' where id=8; -update noar ti set v2='55IVFEBV3CMCPLRBP7DGB8NT5J3CF27DHP0BCDEQHLSTGL46KM4ZP5DYIIHRFL4X70Q149GU1G4VOZWCCTC3VKP0C01QQ6VOQXT4X1LDNW2CSQRBG6PT3W9P5543AXO2LKSD1S53EEK7VI6THX8T9IGHB78ORLXHTWFOF1DTQ9D5IRIE9WSZHGQ5L8Z0BF7LT9FH4963IR3MES0GSYKUO8587G1LZEFCEAM720F1JJYGQJ5EAAMRNFAZ02MBBBRSM' where id=8; -update noar tt set v3='5F05P8URBS9NAYRP75YYAEB2DF6O90RYGWS7XA0ZEHWIL4GD682WOVVWELDX90JSJ2YV3RK27QBGS6LJ1V1YOBROG4K8VRCMH80C54FZR9Z78KACY5W8B8Q6M3RWKWCBIVFI19SMDQM6YEYJZM1FT6VIRET5G4V9ZD0APKCWSI3JVKP3JIRKGUZXMG60TSNSZ7N4ZXIIXKBYB4AVL1QMWRTCIIMZKFJG8VOK8ITKOGP5H7IM2A31OHR60KMI26DA5' where id=8; -update noar ti set v3='5F05P8URBS9NAYRP75YYAEB2DF6O90RYGWS7XA0ZEHWIL4GD682WOVVWELDX90JSJ2YV3RK27QBGS6LJ1V1YOBROG4K8VRCMH80C54FZR9Z78KACY5W8B8Q6M3RWKWCBIVFI19SMDQM6YEYJZM1FT6VIRET5G4V9ZD0APKCWSI3JVKP3JIRKGUZXMG60TSNSZ7N4ZXIIXKBYB4AVL1QMWRTCIIMZKFJG8VOK8ITKOGP5H7IM2A31OHR60KMI26DA5' where id=8; -update noar tt set v0='8V6OS9RK6FCACS7MT1RL28SHETV1SDW2DC3SSHDZEU38FQTM0LOUX2EU1JPKIC6S7KZ3WQHR9G8REUSHRI2KY09J3JKC2SHMCZMR7FRSWDP7KZ7PNQ93VQUUX75VYFQ8NZYJOOEQ6PFCU0J7IW0BFPG777U0S0DJPD1V4X7C0M9EOLP9CCP5K4N9QNXLGVELV9LV2TGMI37JJCQC44G2CV64H7WSH6PAEQ4LIYJKL8UYLN9I3HU85JPMQH8KXDGJG' where id=9; -update noar ti set v0='8V6OS9RK6FCACS7MT1RL28SHETV1SDW2DC3SSHDZEU38FQTM0LOUX2EU1JPKIC6S7KZ3WQHR9G8REUSHRI2KY09J3JKC2SHMCZMR7FRSWDP7KZ7PNQ93VQUUX75VYFQ8NZYJOOEQ6PFCU0J7IW0BFPG777U0S0DJPD1V4X7C0M9EOLP9CCP5K4N9QNXLGVELV9LV2TGMI37JJCQC44G2CV64H7WSH6PAEQ4LIYJKL8UYLN9I3HU85JPMQH8KXDGJG' where id=9; -update noar tt set v1='KWRON81VJ4JE8B1OQZL08PJU844NBG4WJ2O1YIOOL7HTKFIG82U5GIY18HOIQXXNL6NAEUCME29M0KUT9RLXMHJDQ7J8FRPNV862J56815VRJLLP4ZG9AV3WNRDSMNVNQ4YK0VIXP76KSY43OI08U5K1T0RV2HPFGE2NXC2O3YPRBBQJR55LHU9TD34UWBMYKKYVV81ROHMHKYCZLZLMFK54B6XGZ5AYD0SC185QCCSGN9IDMJYL6KQELJBF1EY5H' where id=9; -update noar ti set v1='KWRON81VJ4JE8B1OQZL08PJU844NBG4WJ2O1YIOOL7HTKFIG82U5GIY18HOIQXXNL6NAEUCME29M0KUT9RLXMHJDQ7J8FRPNV862J56815VRJLLP4ZG9AV3WNRDSMNVNQ4YK0VIXP76KSY43OI08U5K1T0RV2HPFGE2NXC2O3YPRBBQJR55LHU9TD34UWBMYKKYVV81ROHMHKYCZLZLMFK54B6XGZ5AYD0SC185QCCSGN9IDMJYL6KQELJBF1EY5H' where id=9; -update noar tt set v2='8RUNX4TUNHBV7J7WBPXMC1CFQHZXJ9XSIG6DVRX6V2VO5UN7IGPIGTIJ8U879ZRX4ES3QT0F4272DUY8AK7HNDMJC8630X00T5JX4NJYTPVJTI43N8GJWAZSSMYZZY5DSPQX0RPA2RBA453WZ234T4RDLJRCEE0S4A2PWAW5468P56G0GQKVD7SSLAIAG8AFIO44V2IN1EADKA2Q5NX5JDTKNVUFWSZBNPM3NZKC6IMJJYJU4MFBPGFGIK58AVUPK' where id=9; -update noar ti set v2='8RUNX4TUNHBV7J7WBPXMC1CFQHZXJ9XSIG6DVRX6V2VO5UN7IGPIGTIJ8U879ZRX4ES3QT0F4272DUY8AK7HNDMJC8630X00T5JX4NJYTPVJTI43N8GJWAZSSMYZZY5DSPQX0RPA2RBA453WZ234T4RDLJRCEE0S4A2PWAW5468P56G0GQKVD7SSLAIAG8AFIO44V2IN1EADKA2Q5NX5JDTKNVUFWSZBNPM3NZKC6IMJJYJU4MFBPGFGIK58AVUPK' where id=9; -update noar tt set v3='PZC7VKRIK8R2RQD4WGYC0ZBI53AOWTM1KG0QQ1KQWH3MM046P38W2F7YKZCDJCC3JZE7LUCFMJ1ZXSYLI0KUN7V4OTHB2PWHB6S2RJHY3S7LEZ1TA4O3R93HF351OPLNKCDNX3XL7JJI341TUNOVH0YTZ7WN9Z7HUTQ9N030AMLSL081NMYD8HRMJCAQJB6XXYR7R9XBN6SJ8VC9NRRWQQ49H62E1X71QSDRO47JUT9FS7CCWB1RMUPFMW52VPAQ1' where id=9; -update noar ti set v3='PZC7VKRIK8R2RQD4WGYC0ZBI53AOWTM1KG0QQ1KQWH3MM046P38W2F7YKZCDJCC3JZE7LUCFMJ1ZXSYLI0KUN7V4OTHB2PWHB6S2RJHY3S7LEZ1TA4O3R93HF351OPLNKCDNX3XL7JJI341TUNOVH0YTZ7WN9Z7HUTQ9N030AMLSL081NMYD8HRMJCAQJB6XXYR7R9XBN6SJ8VC9NRRWQQ49H62E1X71QSDRO47JUT9FS7CCWB1RMUPFMW52VPAQ1' where id=9; -update noar tt set v0='TILB2FVJ9E89CM9EMNGMKAG05LA9B6JBOWM4CT7UAE5DY53HXMVGJFC75Z2NZFW1YZZZIB8YTTBUBY0O5JKL5XH3WN8KAB6844VRMKYA5OC1X9YD4X3UTYZ01YPK3YF5LK977KZ6X5TBF5X2QVVZPY3KDQ44DFM5POB3EJHM5B5CV42LML5S04XB6YIB3H9NQDJIXAXS58SK5NHQUZR4S8EFHOEV96D5UKII9P8PQL1JGP15KTT70XSQEDJJ4JNH6' where id=10; -update noar ti set v0='TILB2FVJ9E89CM9EMNGMKAG05LA9B6JBOWM4CT7UAE5DY53HXMVGJFC75Z2NZFW1YZZZIB8YTTBUBY0O5JKL5XH3WN8KAB6844VRMKYA5OC1X9YD4X3UTYZ01YPK3YF5LK977KZ6X5TBF5X2QVVZPY3KDQ44DFM5POB3EJHM5B5CV42LML5S04XB6YIB3H9NQDJIXAXS58SK5NHQUZR4S8EFHOEV96D5UKII9P8PQL1JGP15KTT70XSQEDJJ4JNH6' where id=10; -update noar tt set v1='H7RDRMIRV69WXYS228RT55O7FHO1JN5VRR8S58RO6IBJE7HG7JQ7I7CBLWWZD08J6BK5EEKGNZVTXIZ3U326GBL3TWGWL6PMEQLM38KDMG702CV3CBH130GH11RG7WJE7PDD0RUICAQS801CLCJWAJFFDTMFTQCP4WN56Z5ZTXBIDDGT8YW09CHMTYPR1NOXWG9BW3052F1EM3QKBZ9A92ZUB991L1LOH7FM7QSFPMW7UO6DRYJG5K5V1XTPC9T88' where id=10; -update noar ti set v1='H7RDRMIRV69WXYS228RT55O7FHO1JN5VRR8S58RO6IBJE7HG7JQ7I7CBLWWZD08J6BK5EEKGNZVTXIZ3U326GBL3TWGWL6PMEQLM38KDMG702CV3CBH130GH11RG7WJE7PDD0RUICAQS801CLCJWAJFFDTMFTQCP4WN56Z5ZTXBIDDGT8YW09CHMTYPR1NOXWG9BW3052F1EM3QKBZ9A92ZUB991L1LOH7FM7QSFPMW7UO6DRYJG5K5V1XTPC9T88' where id=10; -update noar tt set v2='VPURGZP03AYF64VCYB79C2MJGMOW3LOF4D9U645M5CFFOPF2T5BZIXNLCAHLVOAC27N60G672FR4GPH8I3GRSDXYEIYJIKA2FDVGLZ434NT7F7C91PM9RV0X8PETPF0JTWYOJHD3VO1FJFCBT8AE60CS2GNUKZ04EAH524TMI3L6IGUYKJUTFBVI8F4KDEVKJPOFP175VF1MCQRBHYK9WP17LDWO1D3GDYIOIIJZFTISH65020Q1LMHXUT6K53C9P' where id=10; -update noar ti set v2='VPURGZP03AYF64VCYB79C2MJGMOW3LOF4D9U645M5CFFOPF2T5BZIXNLCAHLVOAC27N60G672FR4GPH8I3GRSDXYEIYJIKA2FDVGLZ434NT7F7C91PM9RV0X8PETPF0JTWYOJHD3VO1FJFCBT8AE60CS2GNUKZ04EAH524TMI3L6IGUYKJUTFBVI8F4KDEVKJPOFP175VF1MCQRBHYK9WP17LDWO1D3GDYIOIIJZFTISH65020Q1LMHXUT6K53C9P' where id=10; -update noar tt set v3='ERAEHB3K6FHNAM4V65KY2TOFFLTG8T6R7A9C3QEFSO63HU8RZ14GG2VPDA37HXNNKM6SUK7A3E6N5ZV58PJCSJO5XLRXDEUSMGFAU9ZWYZHQO74M9EX7GDBVUAI455ATIVE1C2OVDOXQBUFBMAOCFZOMIF4HLJI06FADRN9ESXB8HIAL285Y3W1SLSEH9I0J53MNRHM46O2S4HV9YI0UN9T8KI2CYQLKBMFIZWDF0AQLWDCZ6BWKVN0F9N5X2T07I' where id=10; -update noar ti set v3='ERAEHB3K6FHNAM4V65KY2TOFFLTG8T6R7A9C3QEFSO63HU8RZ14GG2VPDA37HXNNKM6SUK7A3E6N5ZV58PJCSJO5XLRXDEUSMGFAU9ZWYZHQO74M9EX7GDBVUAI455ATIVE1C2OVDOXQBUFBMAOCFZOMIF4HLJI06FADRN9ESXB8HIAL285Y3W1SLSEH9I0J53MNRHM46O2S4HV9YI0UN9T8KI2CYQLKBMFIZWDF0AQLWDCZ6BWKVN0F9N5X2T07I' where id=10; -update noar tt set v0='STFEB339U1N7HFMLLPQN3OP5Z3MJE4ACO02GT0YVVIPN2GH1TZHBUPJBQHHWXZ4WCXDVGUEH8MJWTS2FKBKYHN10K2ZHBYX1MFEOXGNHNCW951QCV7RSLN2CSHQU8PVNI4R68LMRY8RS0FIAHTTGU3EDM034IM7DIS310E6C0CB64RT3E1EQRPFJBI1M5W4D3WE39RLPLESPDA4XNCRIHAYPNH9SM2PB08L1VF4QVJFFR4J1JB91KR7P4Q8RGF5JP' where id=11; -update noar ti set v0='STFEB339U1N7HFMLLPQN3OP5Z3MJE4ACO02GT0YVVIPN2GH1TZHBUPJBQHHWXZ4WCXDVGUEH8MJWTS2FKBKYHN10K2ZHBYX1MFEOXGNHNCW951QCV7RSLN2CSHQU8PVNI4R68LMRY8RS0FIAHTTGU3EDM034IM7DIS310E6C0CB64RT3E1EQRPFJBI1M5W4D3WE39RLPLESPDA4XNCRIHAYPNH9SM2PB08L1VF4QVJFFR4J1JB91KR7P4Q8RGF5JP' where id=11; -update noar tt set v1='JZU6AZDFHLO4IVEZU2VKR8SQGEKTOVBWAVCFIC6O14RAB74WD4SY503KM4GH9R035XFUHB8T6I0SS2YNPG8ZZ1H5QFWOIREHA9NCLOJCESBNIWOJ3NFVF4OGL2Y02ELEA4WNH6G01GATZLEKCJH00RJKZRAGXEIW70CC2I80L3D0RSB5EB5FJEDZD6W71P7ALCWM8S32SGAMH2UQTUJBHWS0CQXEXKW4CWJ9A1XNMN6MNUINBW5OABATA016JTWWI' where id=11; -update noar ti set v1='JZU6AZDFHLO4IVEZU2VKR8SQGEKTOVBWAVCFIC6O14RAB74WD4SY503KM4GH9R035XFUHB8T6I0SS2YNPG8ZZ1H5QFWOIREHA9NCLOJCESBNIWOJ3NFVF4OGL2Y02ELEA4WNH6G01GATZLEKCJH00RJKZRAGXEIW70CC2I80L3D0RSB5EB5FJEDZD6W71P7ALCWM8S32SGAMH2UQTUJBHWS0CQXEXKW4CWJ9A1XNMN6MNUINBW5OABATA016JTWWI' where id=11; -update noar tt set v2='UM3E5UG6NTBWZI5111D0TVLF4RPDLJQQPQFX2KOCNYIH7KDSH2ZRU3KZOWLMX8GT7795548PFBPXAL4T072X7667ZVMKRQVIXN8IPBNM749OKXL3PPTWQIN9EZ2O1NOZOPG1GC7NI57X8RP0A6RU0ZJ5PCI99E0SYA5HH3RGFRJBCVU875WQQOKLGXJ3A63QX9GVC3BOLXQFNZSRNXYNZO3W0P991R0XPUHO6FV22935OM1N1F6PBHYSDN522COV6' where id=11; -update noar ti set v2='UM3E5UG6NTBWZI5111D0TVLF4RPDLJQQPQFX2KOCNYIH7KDSH2ZRU3KZOWLMX8GT7795548PFBPXAL4T072X7667ZVMKRQVIXN8IPBNM749OKXL3PPTWQIN9EZ2O1NOZOPG1GC7NI57X8RP0A6RU0ZJ5PCI99E0SYA5HH3RGFRJBCVU875WQQOKLGXJ3A63QX9GVC3BOLXQFNZSRNXYNZO3W0P991R0XPUHO6FV22935OM1N1F6PBHYSDN522COV6' where id=11; -update noar tt set v3='RNO6912YC082O2MX8E0F1B3S6A4ZSOWV44SUWB9KR6SO5WVUK42OAAS7CFYWAJ8E5CTHXFGS8XGDBFRRQ21B8IZHJ1RQNDO7537BWAL1ZZ9J4A90UNYGZYCX8RQLHQ6OERYZ2P2AMQME2ICDZWP7OZ0SU49A0DJ39T7FS16B7H60VX5S7G54BUZY52FZM107NPTT87F4D6NRNPZHZAH14AK3EZVTKVHGBCMFZKOKB66BGMZFAQEWM433QYHRUMFSG' where id=11; -update noar ti set v3='RNO6912YC082O2MX8E0F1B3S6A4ZSOWV44SUWB9KR6SO5WVUK42OAAS7CFYWAJ8E5CTHXFGS8XGDBFRRQ21B8IZHJ1RQNDO7537BWAL1ZZ9J4A90UNYGZYCX8RQLHQ6OERYZ2P2AMQME2ICDZWP7OZ0SU49A0DJ39T7FS16B7H60VX5S7G54BUZY52FZM107NPTT87F4D6NRNPZHZAH14AK3EZVTKVHGBCMFZKOKB66BGMZFAQEWM433QYHRUMFSG' where id=11; -update noar tt set v0='ZBTYZZQ6N1D6SYSGMVI9OXXHTGB47K1AE70DXFCZ08NSOR5SQXS31Y16Q1BCHBMPUMOOCUXBPUDXRWVLLHB6X4ATXWP7HCUFF6I68KC34ZI7RIR0QRT5RJ79709QX4GGY5D8QCDJ5MSS6JDP1WO0VFP14P9WDS59ONVEBPJ58VD6A168LZCV9FES66NQ9YUDTGP9L88VHP807A15JOXY1XAG2FBEJX6QVHKCFNOK5FCV24ZWRN8TJIPU6SS5OAAHP' where id=12; -update noar ti set v0='ZBTYZZQ6N1D6SYSGMVI9OXXHTGB47K1AE70DXFCZ08NSOR5SQXS31Y16Q1BCHBMPUMOOCUXBPUDXRWVLLHB6X4ATXWP7HCUFF6I68KC34ZI7RIR0QRT5RJ79709QX4GGY5D8QCDJ5MSS6JDP1WO0VFP14P9WDS59ONVEBPJ58VD6A168LZCV9FES66NQ9YUDTGP9L88VHP807A15JOXY1XAG2FBEJX6QVHKCFNOK5FCV24ZWRN8TJIPU6SS5OAAHP' where id=12; -update noar tt set v1='P2QESD5NKTQKDUSGDDL2G74XRQW8UB1VUWTFKF3W3Z5W5U5FEZ51IHO1D39YBZK479DDSYE1E6PV9A70WDI9HHWWZ4E41Z7CY896TOSCFCW3LW3BHLY4OSBEYDCIV9XHLNQMUWKNJZHAXM3K72LPLGBTOC4IKGZSMRC8S53DH1ZHVR45QOP8OPMM3T8KXDQEPWX6VJXRMSXE81J00AQ8P31Q7BHE60MX2GRFL7F137D22IEHH5W0559W0FYKL9HHQ' where id=12; -update noar ti set v1='P2QESD5NKTQKDUSGDDL2G74XRQW8UB1VUWTFKF3W3Z5W5U5FEZ51IHO1D39YBZK479DDSYE1E6PV9A70WDI9HHWWZ4E41Z7CY896TOSCFCW3LW3BHLY4OSBEYDCIV9XHLNQMUWKNJZHAXM3K72LPLGBTOC4IKGZSMRC8S53DH1ZHVR45QOP8OPMM3T8KXDQEPWX6VJXRMSXE81J00AQ8P31Q7BHE60MX2GRFL7F137D22IEHH5W0559W0FYKL9HHQ' where id=12; -update noar tt set v2='D8ISEBZFRCZHU6FRW6QUKHYPOHL5RNMIXP4CGNSIF1LKQP03YC7EY9Y75K5OLVRTJPZXOF6WWG8A66E6JR6PSTW5K9SDA5TQH7I5A9B8EQNVWD77C1L5Y4ZL26QY6W7G31T7FKMEJCPN6ZFM2D336D6NGL7SK7ODP891GYPZGKGITMGTPT1HZN9DDX7OJEOONH6SB2R1SW01MATJ80QDHO9X7MMWI2YA3LHA29DZTOS5BZU20CHSEKRFSWBXI78OL' where id=12; -update noar ti set v2='D8ISEBZFRCZHU6FRW6QUKHYPOHL5RNMIXP4CGNSIF1LKQP03YC7EY9Y75K5OLVRTJPZXOF6WWG8A66E6JR6PSTW5K9SDA5TQH7I5A9B8EQNVWD77C1L5Y4ZL26QY6W7G31T7FKMEJCPN6ZFM2D336D6NGL7SK7ODP891GYPZGKGITMGTPT1HZN9DDX7OJEOONH6SB2R1SW01MATJ80QDHO9X7MMWI2YA3LHA29DZTOS5BZU20CHSEKRFSWBXI78OL' where id=12; -update noar tt set v3='QZZGM5VHOHC036K76P4O6CVQBE680S04LQ5M4QA1G6941S2B5IP3SQFCUJ43ZHEF6W34P0TFB9X4BMI2I5FENA6B7VZ0MKPDT62E4L35WWG0F4VO5TFGYSXBP2Y0ZCWUYR914RUAN1882LR6D2U1N2LQDPOM0UBTVV1RGBSS9AH4Z79IBYZUBTGVSUU84CISE06ANE0WP9HAAJN62GLP61H7FW17EYQP41E52PU0MTET8EPKFP6NGW26LKICF0YT3' where id=12; -update noar ti set v3='QZZGM5VHOHC036K76P4O6CVQBE680S04LQ5M4QA1G6941S2B5IP3SQFCUJ43ZHEF6W34P0TFB9X4BMI2I5FENA6B7VZ0MKPDT62E4L35WWG0F4VO5TFGYSXBP2Y0ZCWUYR914RUAN1882LR6D2U1N2LQDPOM0UBTVV1RGBSS9AH4Z79IBYZUBTGVSUU84CISE06ANE0WP9HAAJN62GLP61H7FW17EYQP41E52PU0MTET8EPKFP6NGW26LKICF0YT3' where id=12; -update noar tt set v0='CBZ1HGVRQXVSPJXLTAEIOTXNVAR709NC14JTZADASW9BUUEA3U79Z39IM2OP487JCUO5IM332BWRREU5HLK5ZSWA87GOTJUYWX6ATF50J2NKC5C16XRT4TYDHWJZPPGK9BW6EQ9OY2S7TC7UF5R1SJ56AWA60MTDY5X5L4JSC5NV5X9ZV4UJID4MNABB7UNCSRGVNUO0UACKSV4MQ4NWRZ6XB0OKM9FWFA247E1PYPDVI77OUDQVZIKOIH45IHJWQ' where id=13; -update noar ti set v0='CBZ1HGVRQXVSPJXLTAEIOTXNVAR709NC14JTZADASW9BUUEA3U79Z39IM2OP487JCUO5IM332BWRREU5HLK5ZSWA87GOTJUYWX6ATF50J2NKC5C16XRT4TYDHWJZPPGK9BW6EQ9OY2S7TC7UF5R1SJ56AWA60MTDY5X5L4JSC5NV5X9ZV4UJID4MNABB7UNCSRGVNUO0UACKSV4MQ4NWRZ6XB0OKM9FWFA247E1PYPDVI77OUDQVZIKOIH45IHJWQ' where id=13; -update noar tt set v1='610HGZ8VZ9FP7L3LMRIJOO1RZHRF0HTLRPYXWIU1C3TBCA8EWD0O80JTGXSUDLD2FNXI38W7D7VJ4NOFYJEJYLH1SZJ0NR4TXJ7RJFHKB9G9HLKN5C0GEDMYGYKLHNXI78ORWX5NI3QHCL5TIV3YRSJZVG06FQGF51VT8CENST8X4K4H2Q41I3LQ7JYKT0MKP3DY8U1289AQF6PY4XD6PJHDQEWV1DEUL0PA5BU0MKXVQVQQG8PC1MW19Z7L5388E' where id=13; -update noar ti set v1='610HGZ8VZ9FP7L3LMRIJOO1RZHRF0HTLRPYXWIU1C3TBCA8EWD0O80JTGXSUDLD2FNXI38W7D7VJ4NOFYJEJYLH1SZJ0NR4TXJ7RJFHKB9G9HLKN5C0GEDMYGYKLHNXI78ORWX5NI3QHCL5TIV3YRSJZVG06FQGF51VT8CENST8X4K4H2Q41I3LQ7JYKT0MKP3DY8U1289AQF6PY4XD6PJHDQEWV1DEUL0PA5BU0MKXVQVQQG8PC1MW19Z7L5388E' where id=13; -update noar tt set v2='BKMBYMGDF76K3BIJM0OD0QUGMIVKGDUPHXQ9YJ29Z924MAI7QFI534ZLNOFJ2RFUXM5S6YZ4FEDRH48NHSH3DTHWHX31TFDAI6UT4VT569AGI3VNXQE2J0XKZ6T2QR42TQVQ963PYD9J12D0PQ5WDODAIGDKSC1UKMHUBUA7BFK11U0MV65DQYBLPBP32VZN47WRWKZ3JKWDLB0QAZP8RNOMUP8FXS90DDCF49S154G7HMR312I2HWMY3KQDO7MZE' where id=13; -update noar ti set v2='BKMBYMGDF76K3BIJM0OD0QUGMIVKGDUPHXQ9YJ29Z924MAI7QFI534ZLNOFJ2RFUXM5S6YZ4FEDRH48NHSH3DTHWHX31TFDAI6UT4VT569AGI3VNXQE2J0XKZ6T2QR42TQVQ963PYD9J12D0PQ5WDODAIGDKSC1UKMHUBUA7BFK11U0MV65DQYBLPBP32VZN47WRWKZ3JKWDLB0QAZP8RNOMUP8FXS90DDCF49S154G7HMR312I2HWMY3KQDO7MZE' where id=13; -update noar tt set v3='EMN0BPRMR96LBBCRB2HEVSN9Q9856EJD6J6633XDMUX754HXGX4X818JUJS1MLN7XPERDZG7L7G5MG6H7VPVOY34C7JSELCYLDSWUC69LX56JADK6TPXGGVHY7RSBV7E1BFGNC4WMS0FX5PXRI8O4FSEVTONLIPL6A2ZWY3SA96PPCPP09QN8SJF42DJZQ3TRLGEI1VXCJ8GYIP8WFQRQ7KJUEOMVDKJQTM6S1LB6UC07X3K1Q46BL5FZ6ZQC8ULB' where id=13; -update noar ti set v3='EMN0BPRMR96LBBCRB2HEVSN9Q9856EJD6J6633XDMUX754HXGX4X818JUJS1MLN7XPERDZG7L7G5MG6H7VPVOY34C7JSELCYLDSWUC69LX56JADK6TPXGGVHY7RSBV7E1BFGNC4WMS0FX5PXRI8O4FSEVTONLIPL6A2ZWY3SA96PPCPP09QN8SJF42DJZQ3TRLGEI1VXCJ8GYIP8WFQRQ7KJUEOMVDKJQTM6S1LB6UC07X3K1Q46BL5FZ6ZQC8ULB' where id=13; -update noar tt set v0='2PNWKYJ0IL35C8Y0M5151XVQ63SJVXGWI2D7M2ZIICHF5P40JP9OHT4IZJSLTIFPKD8UJJEZNHATHFYOG171NHM8DEDFHPUA0XXHQM2JG1RCGWYL7IXRFNLKTGGKJDBCAJMIP6A04GU0MVOSZ9D0T34K4P11ATH0J2CHKNYFQ5ZXN4C839MYDMY98GTNI52DWA1FU4MSHKC0EL5EJBK7MEKH1FNGKRWTLDVY82BINBGNO65FH7J6Q3TJ4X5CHTW0F' where id=14; -update noar ti set v0='2PNWKYJ0IL35C8Y0M5151XVQ63SJVXGWI2D7M2ZIICHF5P40JP9OHT4IZJSLTIFPKD8UJJEZNHATHFYOG171NHM8DEDFHPUA0XXHQM2JG1RCGWYL7IXRFNLKTGGKJDBCAJMIP6A04GU0MVOSZ9D0T34K4P11ATH0J2CHKNYFQ5ZXN4C839MYDMY98GTNI52DWA1FU4MSHKC0EL5EJBK7MEKH1FNGKRWTLDVY82BINBGNO65FH7J6Q3TJ4X5CHTW0F' where id=14; -update noar tt set v1='ETS35EEO8ERWB9ATR3OL6LZ7LZKSEM4SGCFC6IQ5DRYZXLRZNHI8HYUUTC3EIO239AOS9RTBXGUJK54E6UDON5WFCYOHYX5S4263ZOAGBBGDKNAAJWWH1QWNODYBBRW232HJU5UX6442E0K9X027FUFD23U9I3GXTPBWPDF60CA23ZTQ9A1WIK5W47DHESV73DHJTUOBWPVN3JTZ5VA1X4KOET333Q5XOSPE9NZTIVXUL7HR0HBR7P6BG20G4K7NL' where id=14; -update noar ti set v1='ETS35EEO8ERWB9ATR3OL6LZ7LZKSEM4SGCFC6IQ5DRYZXLRZNHI8HYUUTC3EIO239AOS9RTBXGUJK54E6UDON5WFCYOHYX5S4263ZOAGBBGDKNAAJWWH1QWNODYBBRW232HJU5UX6442E0K9X027FUFD23U9I3GXTPBWPDF60CA23ZTQ9A1WIK5W47DHESV73DHJTUOBWPVN3JTZ5VA1X4KOET333Q5XOSPE9NZTIVXUL7HR0HBR7P6BG20G4K7NL' where id=14; -update noar tt set v2='13QZSK0KQFU1YD4VIJQJNQYS29TI6FPIP6VWPND2YN4NJ6VDTUJWAQXAI7GYM8ZWZ81976RRWXBZJH5KGA0AGGI8DRAGC7HB7Q2FVUE4TK9OWRZ2M5IWH3ZIQBVXU17PTVHWB4ORY424H104NAKYJ4XAAI93VHHF07F4SBBRIRQTYOAL0YKVOX9JUKMNG61A6CO3C66G8HJG2A83VCQ36GYUAMKFOCSGCF6PF5DCJR08PC4AFC781E0MYBKZT3PD3' where id=14; -update noar ti set v2='13QZSK0KQFU1YD4VIJQJNQYS29TI6FPIP6VWPND2YN4NJ6VDTUJWAQXAI7GYM8ZWZ81976RRWXBZJH5KGA0AGGI8DRAGC7HB7Q2FVUE4TK9OWRZ2M5IWH3ZIQBVXU17PTVHWB4ORY424H104NAKYJ4XAAI93VHHF07F4SBBRIRQTYOAL0YKVOX9JUKMNG61A6CO3C66G8HJG2A83VCQ36GYUAMKFOCSGCF6PF5DCJR08PC4AFC781E0MYBKZT3PD3' where id=14; -update noar tt set v3='INTZ7B0FKLX6FP8USN5MSOQ3DRQQGPBAYY3C3VVSW67D9X5WZPQ2H4KTQQSPWH9DJYJ1AACYL53112HJPK9KFWEVAZBCZPZU24G018YCILZOAZSBN7X9VYOXP572924AB2FGITSWCGRN5LWRZ173HVE1GSY2TKK8CANS1752PGHZLA0XQXJ4N3NE0W5W8XYARFSPI6LAPLNF143N8ZOFOLRBVKA0BQMFKEBF4AHT7AGNB1O556D5Y906Y8WA50NA3' where id=14; -update noar ti set v3='INTZ7B0FKLX6FP8USN5MSOQ3DRQQGPBAYY3C3VVSW67D9X5WZPQ2H4KTQQSPWH9DJYJ1AACYL53112HJPK9KFWEVAZBCZPZU24G018YCILZOAZSBN7X9VYOXP572924AB2FGITSWCGRN5LWRZ173HVE1GSY2TKK8CANS1752PGHZLA0XQXJ4N3NE0W5W8XYARFSPI6LAPLNF143N8ZOFOLRBVKA0BQMFKEBF4AHT7AGNB1O556D5Y906Y8WA50NA3' where id=14; -update noar tt set v0='OMUCFK4FET86VL9K4Z3D7P92NDDEMMTWUY80OHR2DU2S77LUDZ15Y0J4AUDLT0XYSJBSG4LHOSBHXCQPQLRZ0XLOUC7C3KTOC6PPDFO5RHH41TZ2BV6ZPS1FXJAEGNSDQ9E08SCM0A09QJC445OVSQDR7AM5GV7RYRWH37HL3W8V3WDJ62N4IQHKH08TXE5LQWR5Y2GFQTT5320KSEER3IBVFS4FUCD6WX3GG40T4JCCDZ659FGJA0LM7PCMP3KJV' where id=15; -update noar ti set v0='OMUCFK4FET86VL9K4Z3D7P92NDDEMMTWUY80OHR2DU2S77LUDZ15Y0J4AUDLT0XYSJBSG4LHOSBHXCQPQLRZ0XLOUC7C3KTOC6PPDFO5RHH41TZ2BV6ZPS1FXJAEGNSDQ9E08SCM0A09QJC445OVSQDR7AM5GV7RYRWH37HL3W8V3WDJ62N4IQHKH08TXE5LQWR5Y2GFQTT5320KSEER3IBVFS4FUCD6WX3GG40T4JCCDZ659FGJA0LM7PCMP3KJV' where id=15; -update noar tt set v1='YLNX5N8CQ4AY5YU90RUT1UELWH2NVKI955NUJ4PD1ZPB25NY4VB5B1BV7KE490YA5CITNJR6RIW58EEF59HVJRN2H8UEHELYTID6QUA7YYQZS0S3L5RSRDV0WIYQCKVNFMBQXXFVJB109GRIPYHRWDDJ9FJ1X8EEH7JXZXLPT0JE4PMFA5RGF9PKYR6XAP5UZ75ZKHRZZW6X1T1PLHNOSH4XISR2F2WSCJ1B1H1O373OMNNK2V8P3APCT9Q6A15LC' where id=15; -update noar ti set v1='YLNX5N8CQ4AY5YU90RUT1UELWH2NVKI955NUJ4PD1ZPB25NY4VB5B1BV7KE490YA5CITNJR6RIW58EEF59HVJRN2H8UEHELYTID6QUA7YYQZS0S3L5RSRDV0WIYQCKVNFMBQXXFVJB109GRIPYHRWDDJ9FJ1X8EEH7JXZXLPT0JE4PMFA5RGF9PKYR6XAP5UZ75ZKHRZZW6X1T1PLHNOSH4XISR2F2WSCJ1B1H1O373OMNNK2V8P3APCT9Q6A15LC' where id=15; -update noar tt set v2='UUN41LU3WL80F1PGPS1SIQ6PHIXBUCZCHAFOQVWVCOXWJVYEO1JU9LU80HQWAN8V358AJN9JL2LR0NSKKD741ANQKUYG3S82SM7POWXHHPU7BA60CK6PCPQ4C6HF44I9UTAVLWU56XZPJK05ENY9K6ICTF3YXPV1984WTPRP3AD436MPE1KXIXT9U92FVMJ6U3QMSKGNSZVXELP849ZF5SA5EVS0729282903L0APHAOSORFTR6TUW0L7DI63TTC5' where id=15; -update noar ti set v2='UUN41LU3WL80F1PGPS1SIQ6PHIXBUCZCHAFOQVWVCOXWJVYEO1JU9LU80HQWAN8V358AJN9JL2LR0NSKKD741ANQKUYG3S82SM7POWXHHPU7BA60CK6PCPQ4C6HF44I9UTAVLWU56XZPJK05ENY9K6ICTF3YXPV1984WTPRP3AD436MPE1KXIXT9U92FVMJ6U3QMSKGNSZVXELP849ZF5SA5EVS0729282903L0APHAOSORFTR6TUW0L7DI63TTC5' where id=15; -update noar tt set v3='CRJ95A8151BNBTWQPQEQ0UX3WMYZHTS5I1PMZ0RD5YQDYVXF8K0NN9YF2CEK20EE2N9DG1MZSQDVHLN9R51SHCI7DQCBXRQJ61CNXD3KYDDKOE0RSGWUHCOB4DAC0VF8OBOZXTYDCQNAWBIY4ZQXEWBJPYEUH8ZMS2J4BAES75UPGWD576U0BJZWIS6MQOFNFQATV61O9FKTJ2CRDASMPFLTJSV3YCN6KWTBW8VMRENA3CEZIQGEWQ95R2XS8BYJL' where id=15; -update noar ti set v3='CRJ95A8151BNBTWQPQEQ0UX3WMYZHTS5I1PMZ0RD5YQDYVXF8K0NN9YF2CEK20EE2N9DG1MZSQDVHLN9R51SHCI7DQCBXRQJ61CNXD3KYDDKOE0RSGWUHCOB4DAC0VF8OBOZXTYDCQNAWBIY4ZQXEWBJPYEUH8ZMS2J4BAES75UPGWD576U0BJZWIS6MQOFNFQATV61O9FKTJ2CRDASMPFLTJSV3YCN6KWTBW8VMRENA3CEZIQGEWQ95R2XS8BYJL' where id=15; -update noar tt set v0='DY5HNMY99RL9AFP3JM9WWU1VLM3K8G9L6HNAA1F61Q6ON1XEKTCS6JVLEL5LOA0C0AZFLPP1B00JHM2HVKOFF2C8KZ63CJIP8INIXF9MYNCAKHZJ4QW46MC9HCKEEP4AKX0KF98T64A4Z5H448V5RF0QHOLA85XVC2VLTEUL4W1UJGNGQ8M9KL9HJZE3C4MW9N6IOEYBQTTKUVRLWJUFSEBKYJIUHSWTUDLOG93QEHAYOJL33LTMZ6CB56BAA4KOE' where id=16; -update noar ti set v0='DY5HNMY99RL9AFP3JM9WWU1VLM3K8G9L6HNAA1F61Q6ON1XEKTCS6JVLEL5LOA0C0AZFLPP1B00JHM2HVKOFF2C8KZ63CJIP8INIXF9MYNCAKHZJ4QW46MC9HCKEEP4AKX0KF98T64A4Z5H448V5RF0QHOLA85XVC2VLTEUL4W1UJGNGQ8M9KL9HJZE3C4MW9N6IOEYBQTTKUVRLWJUFSEBKYJIUHSWTUDLOG93QEHAYOJL33LTMZ6CB56BAA4KOE' where id=16; -update noar tt set v1='YVIMS6MH43DTBXUPI2AM8DEDCP8OIPTWUU4EFKHW65ALSKSO4O7KOLLE6VIXG5CF17B7C7G2MF4ZMOFFEXTKKBEOHXJBIHZGTVBLCCL9NLDJB8R6KAVYUZ9LDV3XXBB8TTCXW0KSPYMT9JNFC9FS7RULWM03UQK55ABSOCA0D9ZOW967M3KFWNFOQUB8X8UTS0F6DFNJ2PWOX6S80JIG9RO8XFPRB20J07O6EW8UXX7L276SL5P1EB20BGTI44WHL' where id=16; -update noar ti set v1='YVIMS6MH43DTBXUPI2AM8DEDCP8OIPTWUU4EFKHW65ALSKSO4O7KOLLE6VIXG5CF17B7C7G2MF4ZMOFFEXTKKBEOHXJBIHZGTVBLCCL9NLDJB8R6KAVYUZ9LDV3XXBB8TTCXW0KSPYMT9JNFC9FS7RULWM03UQK55ABSOCA0D9ZOW967M3KFWNFOQUB8X8UTS0F6DFNJ2PWOX6S80JIG9RO8XFPRB20J07O6EW8UXX7L276SL5P1EB20BGTI44WHL' where id=16; -update noar tt set v2='4Z6W9NYSLKE1W93KP5IW301MDBX6XD5CJT8CZ9CEFKHH8A7KPWRME3KP58GGDHGJTI12FSVBS0YNQNU1PSDXWW8CVUJQIBTI8UQVDQF7BKAIU9QAD5PXY7IFUXRFVM4DFAIW6C83QFEEJRBTEZDZTHCJZ49AVPXS8UJ5S62AXAOOPW9FHYK2UNDNY06M0VUTFPIT8IG41B819E8TM9X8Z2UMRW2667OOXKEBGN9JVGL0MGENM4JTWLFG2OH1VUEBZ' where id=16; -update noar ti set v2='4Z6W9NYSLKE1W93KP5IW301MDBX6XD5CJT8CZ9CEFKHH8A7KPWRME3KP58GGDHGJTI12FSVBS0YNQNU1PSDXWW8CVUJQIBTI8UQVDQF7BKAIU9QAD5PXY7IFUXRFVM4DFAIW6C83QFEEJRBTEZDZTHCJZ49AVPXS8UJ5S62AXAOOPW9FHYK2UNDNY06M0VUTFPIT8IG41B819E8TM9X8Z2UMRW2667OOXKEBGN9JVGL0MGENM4JTWLFG2OH1VUEBZ' where id=16; -update noar tt set v3='6DCS6589XD15G2KDZKYUOECGWA9V71948FBVBSSH7CAY0VK5YW06NKXVCVET0ME4Z1MFSOD03N390VRBQK56EQ3JC7R5KHK1I69KNXLOVHEWFFQ98UK9AYCITUIU4SUHC9M4UN33JUSRL4GWHSIPP2U2A8GVBXBGPXARL9N8VE959SWWUOJKSESON2FHI0PXL0T1AZOW9GC60XS65KBRWDPHSJE13ZAQ71YWYUIDIT5AIGEYZD7EPA8MU0XCRE6VF' where id=16; -update noar ti set v3='6DCS6589XD15G2KDZKYUOECGWA9V71948FBVBSSH7CAY0VK5YW06NKXVCVET0ME4Z1MFSOD03N390VRBQK56EQ3JC7R5KHK1I69KNXLOVHEWFFQ98UK9AYCITUIU4SUHC9M4UN33JUSRL4GWHSIPP2U2A8GVBXBGPXARL9N8VE959SWWUOJKSESON2FHI0PXL0T1AZOW9GC60XS65KBRWDPHSJE13ZAQ71YWYUIDIT5AIGEYZD7EPA8MU0XCRE6VF' where id=16; -update noar tt set v0='1EX7JUJR8MQ6QW6ITYIBK4RS2BQI4I9FS6ZVBEACZQ853WXRDWWSG6GE3DWWU10YF7710U40XUVNW897MZV8G1EMQYX6XU7P0EPKF7ZTLO31A6XTQBVVPWCX8CZHWQCN0WOW3R5VIRM27D1GQGPSAKJYJ3YF6OQUIH3VFWUOBJHSAN019AL4RZWVIXIZUPFERNH9FUDJR42PLF2UE2FX4OFRF81YF3TJYM9I84J881KHMI3JBDPJDQ8TNBXHULHVF' where id=17; -update noar ti set v0='1EX7JUJR8MQ6QW6ITYIBK4RS2BQI4I9FS6ZVBEACZQ853WXRDWWSG6GE3DWWU10YF7710U40XUVNW897MZV8G1EMQYX6XU7P0EPKF7ZTLO31A6XTQBVVPWCX8CZHWQCN0WOW3R5VIRM27D1GQGPSAKJYJ3YF6OQUIH3VFWUOBJHSAN019AL4RZWVIXIZUPFERNH9FUDJR42PLF2UE2FX4OFRF81YF3TJYM9I84J881KHMI3JBDPJDQ8TNBXHULHVF' where id=17; -update noar tt set v1='M9XA630UPYUNXTSPY40QES8JDG4274PGCE7B1JN4YLL88GL6UCECK0V84OI8IU63Y2I4EZ16P44HHC0FJLNIOXVIOF1BEMH4DH81QS1966WQR8QESPC3FG0JYJBWLATLK5U20456YTI5N21TC27YBGBVH3LU8DADLPGLM07KLJ1DKSGUXOJXPZBNNG9LIS8AKK7D0JR3MOOWOKRN90EO7PTW8827W52T14RGMQ72XXJNFXPVIYHBQYOYDZUUC8WUM' where id=17; -update noar ti set v1='M9XA630UPYUNXTSPY40QES8JDG4274PGCE7B1JN4YLL88GL6UCECK0V84OI8IU63Y2I4EZ16P44HHC0FJLNIOXVIOF1BEMH4DH81QS1966WQR8QESPC3FG0JYJBWLATLK5U20456YTI5N21TC27YBGBVH3LU8DADLPGLM07KLJ1DKSGUXOJXPZBNNG9LIS8AKK7D0JR3MOOWOKRN90EO7PTW8827W52T14RGMQ72XXJNFXPVIYHBQYOYDZUUC8WUM' where id=17; -update noar tt set v2='IZULBI6J1M7JAAK559NKOU6YC45H51C6EOOWY0AQXGXZTX0007WVQL8LLY87PWSYVCUQXV0VCHHLCC82IATF9R9B9NKNDL633AQPSW075J2BXG65Q1JV7Q7P5YPQ6LCFWFEBFEZUC2OTARO4JBUUS1KKP6HWM89YIMU8AL236GU45P1JGQQCA6M7RXETNW5DHV4L82E4GZ4VCVY82E31BPPNZJAD1KJ1SOEQ8G1DJ45D04QKBQIJ80VPU82TS93BX' where id=17; -update noar ti set v2='IZULBI6J1M7JAAK559NKOU6YC45H51C6EOOWY0AQXGXZTX0007WVQL8LLY87PWSYVCUQXV0VCHHLCC82IATF9R9B9NKNDL633AQPSW075J2BXG65Q1JV7Q7P5YPQ6LCFWFEBFEZUC2OTARO4JBUUS1KKP6HWM89YIMU8AL236GU45P1JGQQCA6M7RXETNW5DHV4L82E4GZ4VCVY82E31BPPNZJAD1KJ1SOEQ8G1DJ45D04QKBQIJ80VPU82TS93BX' where id=17; -update noar tt set v3='QG5GTFR49E4F0LKAJ8WKFQUT7R8I2DIY7YCON9SPKW19YNPIHGYFGEYLQTVA8PIIRY3ZEQ80YY44ZZ1GD1CYQLJBV6SVFQBHANBPKX2RQZ8JLTK3UT6O3K527SVI036ENJ1UWFMNZW9DM6QC3MB4ZWMS8PA1K5B2Y55T30VPTWNWZAJICX9Z1TAG5400YH2TGW2Q9P1T8XON02UES0E7FEBWZ5XF5A6ME7B2SMLQWY4KO55LGEW4D25QF0RUYFUMB' where id=17; -update noar ti set v3='QG5GTFR49E4F0LKAJ8WKFQUT7R8I2DIY7YCON9SPKW19YNPIHGYFGEYLQTVA8PIIRY3ZEQ80YY44ZZ1GD1CYQLJBV6SVFQBHANBPKX2RQZ8JLTK3UT6O3K527SVI036ENJ1UWFMNZW9DM6QC3MB4ZWMS8PA1K5B2Y55T30VPTWNWZAJICX9Z1TAG5400YH2TGW2Q9P1T8XON02UES0E7FEBWZ5XF5A6ME7B2SMLQWY4KO55LGEW4D25QF0RUYFUMB' where id=17; -update noar tt set v0='8K2JZ9ZN54VC5W5YTMU4R2OL2UDKXGYAAK1X2N25MLU1G66DP4SHQQ6H6F0PBW5JTVQNQXVYTQ2OD2T6DP7MFJSJT95NC5EHRC3SVYBVTFLG3ZKAMPC3271AD3LBCUYPXGM4YPDT03QOEZ051EDD1L054XM9SOPWBZ71LFXQN7MZNU0C4Z94ZTZQ661XLDQCGJG16U8XWWXZXLS61EUOOMT2O9OZIHY5SF3GA4L8EBVVCTXCVECHANQVIYJF9TYJA' where id=18; -update noar ti set v0='8K2JZ9ZN54VC5W5YTMU4R2OL2UDKXGYAAK1X2N25MLU1G66DP4SHQQ6H6F0PBW5JTVQNQXVYTQ2OD2T6DP7MFJSJT95NC5EHRC3SVYBVTFLG3ZKAMPC3271AD3LBCUYPXGM4YPDT03QOEZ051EDD1L054XM9SOPWBZ71LFXQN7MZNU0C4Z94ZTZQ661XLDQCGJG16U8XWWXZXLS61EUOOMT2O9OZIHY5SF3GA4L8EBVVCTXCVECHANQVIYJF9TYJA' where id=18; -update noar tt set v1='P1TI3VGHO4U7XLPQU4J4BOB9061IRDSR2P8F6K7CVSK9OL3JW76HO7HA3YYS89MNTBU6YV0NTMM39Y2XQPEZX04NYJRJ3H7GAJ3VIJP28I8ZPXQ73PPQXB5T3RLBEFEJ80H89V3HS78NJ3JVNMQTQRDKVAWY32LSC7QY88EA436MWEVPJYHKSDSDAVOU9V5TH9LB0P9MDY45B8OQXHCT48GKPHKF9Y3WGRLZ3GCTL8NGANXTS2HU0466DO2E2AXNL' where id=18; -update noar ti set v1='P1TI3VGHO4U7XLPQU4J4BOB9061IRDSR2P8F6K7CVSK9OL3JW76HO7HA3YYS89MNTBU6YV0NTMM39Y2XQPEZX04NYJRJ3H7GAJ3VIJP28I8ZPXQ73PPQXB5T3RLBEFEJ80H89V3HS78NJ3JVNMQTQRDKVAWY32LSC7QY88EA436MWEVPJYHKSDSDAVOU9V5TH9LB0P9MDY45B8OQXHCT48GKPHKF9Y3WGRLZ3GCTL8NGANXTS2HU0466DO2E2AXNL' where id=18; -update noar tt set v2='0GF9EHOS7Y0HYH0RJK4TZLC4OSF5FPYO5ZGMTUGTP1J0247XMQXDCK3IIGCNJV1DLGZ9LSM3CC6H1WYWB6PET2WUZI5YWL9WTP7E2EWDXZF9IGUJTVV49736J22063ARMMO7VF0DA4HY85G2Z5CM5L536CYO9QGIF8Z2PZCAXYM6VCI7TOHLU257GLQVI04J29D6UYZ1V2TBXI4BNJZGFNW6E1258SLLOAAYMSCUKF6HC0P6B49ZBKBM8GPFEXJAN' where id=18; -update noar ti set v2='0GF9EHOS7Y0HYH0RJK4TZLC4OSF5FPYO5ZGMTUGTP1J0247XMQXDCK3IIGCNJV1DLGZ9LSM3CC6H1WYWB6PET2WUZI5YWL9WTP7E2EWDXZF9IGUJTVV49736J22063ARMMO7VF0DA4HY85G2Z5CM5L536CYO9QGIF8Z2PZCAXYM6VCI7TOHLU257GLQVI04J29D6UYZ1V2TBXI4BNJZGFNW6E1258SLLOAAYMSCUKF6HC0P6B49ZBKBM8GPFEXJAN' where id=18; -update noar tt set v3='VSJJPAWBOTXJE0RUC1FBYQZSFWY1KQ9O15HB8TABPYVIVEC591859EEHGPUMTLUBQ342QTP33RQQ793NIKBRT10LLOG0GGY4QILVRD48F1RXC10O46NYU0BDY4R7D6CVJLENGPVNUDRR6VCVJ4RGKRK5GS1Y1Q7NWCZ002AWD2A6V610FH2W2FX1X28RMH649YW6LVW1HRZ5VAYGDLYF5QM593F3891FRVN007L2TFPZCWW1WSUAOAK6U1Q69BXUS' where id=18; -update noar ti set v3='VSJJPAWBOTXJE0RUC1FBYQZSFWY1KQ9O15HB8TABPYVIVEC591859EEHGPUMTLUBQ342QTP33RQQ793NIKBRT10LLOG0GGY4QILVRD48F1RXC10O46NYU0BDY4R7D6CVJLENGPVNUDRR6VCVJ4RGKRK5GS1Y1Q7NWCZ002AWD2A6V610FH2W2FX1X28RMH649YW6LVW1HRZ5VAYGDLYF5QM593F3891FRVN007L2TFPZCWW1WSUAOAK6U1Q69BXUS' where id=18; -update noar tt set v0='J61BZEOQFZ08XSSBJ2LYGFGU741OSER0XJGABRRBAQOOC6X7VNLNANY0AEEXDSVIFZQ9N3V7KYDB1KO3S2JKKLY2PLA6C51NQ82LLG6BBTLID6EWSQP0C1U6X7L5GQ9O9CTDO0IGH66E2XMPYLL3TUZFW507CA9UYILSWZX4SLCHREKOU0JJPT0LDFG89A0TKRK9QMVG1JS1JD2BVXTNPOUHYZB3LO4MQCK3XD7S6V62QV8VLIPOTT2I5ZBUY5FIQ' where id=19; -update noar ti set v0='J61BZEOQFZ08XSSBJ2LYGFGU741OSER0XJGABRRBAQOOC6X7VNLNANY0AEEXDSVIFZQ9N3V7KYDB1KO3S2JKKLY2PLA6C51NQ82LLG6BBTLID6EWSQP0C1U6X7L5GQ9O9CTDO0IGH66E2XMPYLL3TUZFW507CA9UYILSWZX4SLCHREKOU0JJPT0LDFG89A0TKRK9QMVG1JS1JD2BVXTNPOUHYZB3LO4MQCK3XD7S6V62QV8VLIPOTT2I5ZBUY5FIQ' where id=19; -update noar tt set v1='X9SHZS550ADRHP2NFR6Z5LPL8Q3SIA03ST8FSMZ549EOVY8Q80ZVYG3BPLX4ESMJUFLGC5ILWHVFW5OM2VI8TT1GUPS3HXFDPQ7RNLNKZVJCDL96HQAG4VO26JYHV5CS836W6MUTFDH81Q6S68QLORT48SXYIKN3JJ2NK87MOJKEI9KNL5FBJEC2FTQQSYF8EWP9VTSKU3O41WN55L07H2FYVG986ERQWEUW93PTGHEL6G1PZFAOLNMDFGC37WSQN' where id=19; -update noar ti set v1='X9SHZS550ADRHP2NFR6Z5LPL8Q3SIA03ST8FSMZ549EOVY8Q80ZVYG3BPLX4ESMJUFLGC5ILWHVFW5OM2VI8TT1GUPS3HXFDPQ7RNLNKZVJCDL96HQAG4VO26JYHV5CS836W6MUTFDH81Q6S68QLORT48SXYIKN3JJ2NK87MOJKEI9KNL5FBJEC2FTQQSYF8EWP9VTSKU3O41WN55L07H2FYVG986ERQWEUW93PTGHEL6G1PZFAOLNMDFGC37WSQN' where id=19; -update noar tt set v2='MCK1ROFUKOOYQKHCHOD2VMXQZ8YHOSX2Q6XD8DPI8XV35BG1Z85DO89GVN6F7OKCTZXD87375GWB8H5QHP8TWUBKO0NVSFVBV5QWP3UB0M9O7PUTHNFRI2VL8EIWFNALBH7G8O2OSNP3X85N672891GCZD3QHU1LX740ST25UM4YJ7GTNCCM7QVLB85AKCU8QGXAQQGUJDFTPY7G6NM4ILR6NSY7E6CKU3QMZ5W3ZJ9O5Z412A464PK6LHA8DKPS4' where id=19; -update noar ti set v2='MCK1ROFUKOOYQKHCHOD2VMXQZ8YHOSX2Q6XD8DPI8XV35BG1Z85DO89GVN6F7OKCTZXD87375GWB8H5QHP8TWUBKO0NVSFVBV5QWP3UB0M9O7PUTHNFRI2VL8EIWFNALBH7G8O2OSNP3X85N672891GCZD3QHU1LX740ST25UM4YJ7GTNCCM7QVLB85AKCU8QGXAQQGUJDFTPY7G6NM4ILR6NSY7E6CKU3QMZ5W3ZJ9O5Z412A464PK6LHA8DKPS4' where id=19; -update noar tt set v3='YXT6TYZFVOPURSW0RQ3F4YJ9SFHH4E7NJOJPLDC9R48ZPUN8CDSISFKETUPGZLBB18JJ849UPAZEHMDFZ4CANRQAX2WKI740GSXOKVUOWT9KKIBP230B9ZGGSXDEW205SKNCCPCXI3181HKQCYB0TUL1JVSIH8A3A209M9VEEDGDE6B1FYFQCQO1QRJV9S57U6XBQMZ0K8BGJJQE4T7U43M058VAPXGAPKANFGQCB8P8SQ7K4DJFNUXPFKBXJTOV0' where id=19; -update noar ti set v3='YXT6TYZFVOPURSW0RQ3F4YJ9SFHH4E7NJOJPLDC9R48ZPUN8CDSISFKETUPGZLBB18JJ849UPAZEHMDFZ4CANRQAX2WKI740GSXOKVUOWT9KKIBP230B9ZGGSXDEW205SKNCCPCXI3181HKQCYB0TUL1JVSIH8A3A209M9VEEDGDE6B1FYFQCQO1QRJV9S57U6XBQMZ0K8BGJJQE4T7U43M058VAPXGAPKANFGQCB8P8SQ7K4DJFNUXPFKBXJTOV0' where id=19; -update noar tt set v0='LV01CP920RSCAZHN5VF1W9JEVFDYH596R8J8LC0MF86T3Z1UAYM45873ERUF3EEDP1GOTNSF2IGBLYIXTOI3TVFK1WI9JE0DX1R5WXCKJ9EBH115MTQM4T52S31O05GKVUZ62P9TXQ1J9QV4ZCT4VEOQN4BJKBKH4B7579YR7XP4AW9AVUVAS1P8S6K649WLYMPVMKHZOKRADCRWUARYLFIGW0IS030GMTLGQN9CKN9QR73MR15N5JTOMV9HORU1M' where id=20; -update noar ti set v0='LV01CP920RSCAZHN5VF1W9JEVFDYH596R8J8LC0MF86T3Z1UAYM45873ERUF3EEDP1GOTNSF2IGBLYIXTOI3TVFK1WI9JE0DX1R5WXCKJ9EBH115MTQM4T52S31O05GKVUZ62P9TXQ1J9QV4ZCT4VEOQN4BJKBKH4B7579YR7XP4AW9AVUVAS1P8S6K649WLYMPVMKHZOKRADCRWUARYLFIGW0IS030GMTLGQN9CKN9QR73MR15N5JTOMV9HORU1M' where id=20; -update noar tt set v1='1UFRXZG0XHBSFLK2C2P2ZO6R90R625ABCFS2N1EHDWLQC9CZ1K5CH797VU1GYB0WR220IXN50J8TOU7NFZIIA6P5BMHXBMTOJ7EHOHAU8MN09C9TV8315GV3HDKSWOLADRYLJMGVQ6EDK4G1C8UW2I59YEMMNIUW0GMIZRMX48FWGBGHZRFUK0LTQ0U12JJXNHIFNTMQ0J83A2MOJMXZMJ3VT89NPGDHZP742QU5MB8QZRJW5MNR7U5BW2FN68UHI' where id=20; -update noar ti set v1='1UFRXZG0XHBSFLK2C2P2ZO6R90R625ABCFS2N1EHDWLQC9CZ1K5CH797VU1GYB0WR220IXN50J8TOU7NFZIIA6P5BMHXBMTOJ7EHOHAU8MN09C9TV8315GV3HDKSWOLADRYLJMGVQ6EDK4G1C8UW2I59YEMMNIUW0GMIZRMX48FWGBGHZRFUK0LTQ0U12JJXNHIFNTMQ0J83A2MOJMXZMJ3VT89NPGDHZP742QU5MB8QZRJW5MNR7U5BW2FN68UHI' where id=20; -update noar tt set v2='8SK5PQ12JIT36Z8U8U2KML2USL1BVSRB3Y4OV7THU88WF1HQYP6VR9GXEU6JXXGYOPOXKGIB1UQL477WFK0Z4ROJD4X86PZC4RD5PHDRQ1LWL2TVML4KGS59CUU9Z123SWRE902TMW1988N5CI2OPZ5ENMF9SOW3T0346DL6TE0VKTFRERW0JYFGJ99OQAEUI9B5E1C1K9OFR6JRFZMFPJLSEKBUPRB1370URWGMEWD757G72OFBZR6KAUJL9CLWR' where id=20; -update noar ti set v2='8SK5PQ12JIT36Z8U8U2KML2USL1BVSRB3Y4OV7THU88WF1HQYP6VR9GXEU6JXXGYOPOXKGIB1UQL477WFK0Z4ROJD4X86PZC4RD5PHDRQ1LWL2TVML4KGS59CUU9Z123SWRE902TMW1988N5CI2OPZ5ENMF9SOW3T0346DL6TE0VKTFRERW0JYFGJ99OQAEUI9B5E1C1K9OFR6JRFZMFPJLSEKBUPRB1370URWGMEWD757G72OFBZR6KAUJL9CLWR' where id=20; -update noar tt set v3='T7ZKLIFD9NTGMHUL3XHEHR5WVSYDTDZPD43CNEAWTRAMRI63VD7X5RYPQ9PEXBG249AW68DNN7FME87SWD6IGBUQOAX54KXEOW2EGYIKRQONVFSZFJN0OO2JP9OBQ1NJ6CK8RDD4AC4QKARWMY2H0HFX156B5J43B3OTDSKUS1FIAD1H7ON77RMD5WD6IEUV37UVDTRXED5EFZV7HP9R7ZQ29D4C3V5KZADLRP1RPULWD25RSMQVXGMDG3AFT4FLB' where id=20; -update noar ti set v3='T7ZKLIFD9NTGMHUL3XHEHR5WVSYDTDZPD43CNEAWTRAMRI63VD7X5RYPQ9PEXBG249AW68DNN7FME87SWD6IGBUQOAX54KXEOW2EGYIKRQONVFSZFJN0OO2JP9OBQ1NJ6CK8RDD4AC4QKARWMY2H0HFX156B5J43B3OTDSKUS1FIAD1H7ON77RMD5WD6IEUV37UVDTRXED5EFZV7HP9R7ZQ29D4C3V5KZADLRP1RPULWD25RSMQVXGMDG3AFT4FLB' where id=20; -update noar tt set v0='W1VTJ1H2REY8435MAB757VIZ0X0Q36L8IHQB818ROI46K7QDUYYXC4YE7DIL247O2X6V0590O71IUDN3JVJP47Z24DJW0SQ0IYYWP6IOLRHF4XHEU7WK8AJ87ZPJV9E6VNY861F2PWANFB6XRXYP0CT0H3ZLDDH663Y8PWYF13MIL5QDVQF2Y2UKVMHI86SFED8HAA2XU035PSBQDSO136J2MLI8Y84GM0T08P5OGJRHJE1LVJ8HZ2UIHYFNO8OU6' where id=21; -update noar ti set v0='W1VTJ1H2REY8435MAB757VIZ0X0Q36L8IHQB818ROI46K7QDUYYXC4YE7DIL247O2X6V0590O71IUDN3JVJP47Z24DJW0SQ0IYYWP6IOLRHF4XHEU7WK8AJ87ZPJV9E6VNY861F2PWANFB6XRXYP0CT0H3ZLDDH663Y8PWYF13MIL5QDVQF2Y2UKVMHI86SFED8HAA2XU035PSBQDSO136J2MLI8Y84GM0T08P5OGJRHJE1LVJ8HZ2UIHYFNO8OU6' where id=21; -update noar tt set v1='4NS89B2R8N583FYQLH4K8JF4PA22Z2HHWCRKARP1SIKKVH4YW3QKA89V9A5KKI4GFMXREH351Z6Z8F36XV8D8YQBC76EGIV0V17Z4BZZBVVH6WJWQTM33UWSPI0VX5HLCN3YEYNUH6SZO5N7OY0CW00G3ZM3U4QXUFZEEDXI3Y1TMGKFLR1HVH17J14RYDBZ5JG78SPDTAU5GS9RI8THFAWFBJ4ON4IV3MN3G5PQPKXHFLSFWJAHK9OQLDHJL9HMZ' where id=21; -update noar ti set v1='4NS89B2R8N583FYQLH4K8JF4PA22Z2HHWCRKARP1SIKKVH4YW3QKA89V9A5KKI4GFMXREH351Z6Z8F36XV8D8YQBC76EGIV0V17Z4BZZBVVH6WJWQTM33UWSPI0VX5HLCN3YEYNUH6SZO5N7OY0CW00G3ZM3U4QXUFZEEDXI3Y1TMGKFLR1HVH17J14RYDBZ5JG78SPDTAU5GS9RI8THFAWFBJ4ON4IV3MN3G5PQPKXHFLSFWJAHK9OQLDHJL9HMZ' where id=21; -update noar tt set v2='A0LMSBWZ9N9HNOEL7F8JYWRD40FBX2BQJ5PZMJCDQFPWP9B3YFYNHXDLYLXIIRR00I163U773YB1J3HKXRT77S0FW734KHZ6M14PU8BZJGWV9U22H3O6EC1SZRNTXQXGQ584YBDN3CKTGSFH6RFO8N3M30HQN7O06M5HG62DMVF3UIHE56FM1NS2CVGVCQ86TFBI8N1K4NSIG0GG4SOHAQ3JN69EN84RKP5O7MV2LZQVORM2GQZ3U612OTF40N7EM' where id=21; -update noar ti set v2='A0LMSBWZ9N9HNOEL7F8JYWRD40FBX2BQJ5PZMJCDQFPWP9B3YFYNHXDLYLXIIRR00I163U773YB1J3HKXRT77S0FW734KHZ6M14PU8BZJGWV9U22H3O6EC1SZRNTXQXGQ584YBDN3CKTGSFH6RFO8N3M30HQN7O06M5HG62DMVF3UIHE56FM1NS2CVGVCQ86TFBI8N1K4NSIG0GG4SOHAQ3JN69EN84RKP5O7MV2LZQVORM2GQZ3U612OTF40N7EM' where id=21; -update noar tt set v3='NZS96BSKLCQF9IT0W1P1C3HB61PCORQDT0MBFBYMPHPOC07VHTEVXUIA8KDFR5TNSIJ4JTECMAZC1730AWPHMTN9RTVKKANK4Z4H4DHO3M2ZWICK84NJ4CS2QK6G8URGBVWGJ4N7HRN2UW82JF99Y9KRXM45O0W7CIPOMQ4U4VL7OAWMATGRWCHLEF5OOME1UFYHRNKMJEAABEP472J7MNTL20L94OS835OQR5F43RMT2I1CIZM4GERKNVQM90QIZ' where id=21; -update noar ti set v3='NZS96BSKLCQF9IT0W1P1C3HB61PCORQDT0MBFBYMPHPOC07VHTEVXUIA8KDFR5TNSIJ4JTECMAZC1730AWPHMTN9RTVKKANK4Z4H4DHO3M2ZWICK84NJ4CS2QK6G8URGBVWGJ4N7HRN2UW82JF99Y9KRXM45O0W7CIPOMQ4U4VL7OAWMATGRWCHLEF5OOME1UFYHRNKMJEAABEP472J7MNTL20L94OS835OQR5F43RMT2I1CIZM4GERKNVQM90QIZ' where id=21; -update noar tt set v0='UGBZLIBD8CC75F2WQUKFPQJIO0XXHNYJW03ZKO4N0PLCDYNGJNJC7EC5VZLLGBL9SXACXN0VD5RJWG2ERIYRSY0J3P5TULBECQM03BXM0RB5JCBZL6GPPQQXUQGXDDHJ9MKO14OF3DEIW308QTWQ00E0M96QB4CAQGFE79Q28F649ERLALRVGG9BJM2W2NJAW5QHOC71I709WYWQZKLYJ87MTC9IB8CJI8X50D64AEZQPY3BDY00XY61AW0IFDBIL' where id=22; -update noar ti set v0='UGBZLIBD8CC75F2WQUKFPQJIO0XXHNYJW03ZKO4N0PLCDYNGJNJC7EC5VZLLGBL9SXACXN0VD5RJWG2ERIYRSY0J3P5TULBECQM03BXM0RB5JCBZL6GPPQQXUQGXDDHJ9MKO14OF3DEIW308QTWQ00E0M96QB4CAQGFE79Q28F649ERLALRVGG9BJM2W2NJAW5QHOC71I709WYWQZKLYJ87MTC9IB8CJI8X50D64AEZQPY3BDY00XY61AW0IFDBIL' where id=22; -update noar tt set v1='U2D0N9XSKPXZXC19LLNV01AFVZWMK1T46MEWT7CN1HU839QKJQH1KV4QIQRU8KJ2BEVAV4T6AG0MQ6QKDQBUU35EKLH8EIXLMVMEPI8IEZCAS9256XIIP0B7YZT9FAB7DMXD7MUBNKFP5XQW70EQE4WS5MOKSWYQRJ4DWE0NMPU9NE8DRK9NNEDTMVP2PDW2PJXX5MIVSH9T8TD2OF9WBTK9RP357D9DGUSRXR4AT7F9AGP7ALLRP5JUHJ02F2Y7B' where id=22; -update noar ti set v1='U2D0N9XSKPXZXC19LLNV01AFVZWMK1T46MEWT7CN1HU839QKJQH1KV4QIQRU8KJ2BEVAV4T6AG0MQ6QKDQBUU35EKLH8EIXLMVMEPI8IEZCAS9256XIIP0B7YZT9FAB7DMXD7MUBNKFP5XQW70EQE4WS5MOKSWYQRJ4DWE0NMPU9NE8DRK9NNEDTMVP2PDW2PJXX5MIVSH9T8TD2OF9WBTK9RP357D9DGUSRXR4AT7F9AGP7ALLRP5JUHJ02F2Y7B' where id=22; -update noar tt set v2='WGPUFZ2V2NUJ8AKGWBFY35R817A5NUEK3RPA0K3441W4NMED0MP0777CCBCNM32CNNAQFCZ61L8HRBTQZ8P5J5RQ69E47PFBVJPKM3E9G88SD8BWSW133QGSLWQUNT7O5VDDUST1ZEEYO93JAN9F0SSJIQKTVUAR5EO0EW4NSURB021ITS4WM9AORN85A6JK29M7LTY28PT150WMHUXO28H7QH1O4EL90EF7NNLL8Z17HPLURNT3L88EDG4IAQ3GG' where id=22; -update noar ti set v2='WGPUFZ2V2NUJ8AKGWBFY35R817A5NUEK3RPA0K3441W4NMED0MP0777CCBCNM32CNNAQFCZ61L8HRBTQZ8P5J5RQ69E47PFBVJPKM3E9G88SD8BWSW133QGSLWQUNT7O5VDDUST1ZEEYO93JAN9F0SSJIQKTVUAR5EO0EW4NSURB021ITS4WM9AORN85A6JK29M7LTY28PT150WMHUXO28H7QH1O4EL90EF7NNLL8Z17HPLURNT3L88EDG4IAQ3GG' where id=22; -update noar tt set v3='PKP6NQBE0B5BDU8R7HYUAZKYU1C9AFI2OUWA3DTN0U3I6HZBF4NDE2AHLZFN355GDYTVB0ACHAUQRJ0DK3ZRJHUQU1WHQDZDV8AXUP77364HFEUT10KZ96C43IHITGB0HXMUT5G76269RH1VEQ9J29JW3GZZNOQ85TAZUKZXTPE2R4GY9RXIATB1S50EA8F4Q272CVZAQ3FP886ZHJRPZ3YSD3O9S7IRHWFUMRVGMEFB4702JZUJD874Z5EQGOJ4X' where id=22; -update noar ti set v3='PKP6NQBE0B5BDU8R7HYUAZKYU1C9AFI2OUWA3DTN0U3I6HZBF4NDE2AHLZFN355GDYTVB0ACHAUQRJ0DK3ZRJHUQU1WHQDZDV8AXUP77364HFEUT10KZ96C43IHITGB0HXMUT5G76269RH1VEQ9J29JW3GZZNOQ85TAZUKZXTPE2R4GY9RXIATB1S50EA8F4Q272CVZAQ3FP886ZHJRPZ3YSD3O9S7IRHWFUMRVGMEFB4702JZUJD874Z5EQGOJ4X' where id=22; -update noar tt set v0='8XUE96NUSYCBKQM1BRH2WAN8Z9E46UJOTOPZ9EZF1STTM8RB0T0ODHXS78LP7JL8XJTQ2KMEQ5TSQ3FJ88TA675FNPON62G07XCO9O9ODTCVN298RPMT22V96VDKGDR0FN74MVEBC9AHJ3MKS1U2Q8WO3EMCFZ10VKRGWGTH3C2FSLQPSJOOMR02OICALM8IUIY1DGPUY2SRWW3SP6W1NDRALQTEIBW3DDDTMOR2ZPHE2CKU9H6XGX0D070GNE94L' where id=23; -update noar ti set v0='8XUE96NUSYCBKQM1BRH2WAN8Z9E46UJOTOPZ9EZF1STTM8RB0T0ODHXS78LP7JL8XJTQ2KMEQ5TSQ3FJ88TA675FNPON62G07XCO9O9ODTCVN298RPMT22V96VDKGDR0FN74MVEBC9AHJ3MKS1U2Q8WO3EMCFZ10VKRGWGTH3C2FSLQPSJOOMR02OICALM8IUIY1DGPUY2SRWW3SP6W1NDRALQTEIBW3DDDTMOR2ZPHE2CKU9H6XGX0D070GNE94L' where id=23; -update noar tt set v1='HFRFDS0MIO9IXBXBAYGZ5UNFH9WDBR0IL9OXTNII28OXZN6BA8XNLTXGKNQIL7220BTDHN6UFD60MI7FYOH691T0ECE7GBJ26G03R9OFX35IVATM9HVKV5BXDO7JVOY9LDNMCUXZ9Z3F37RM0FON3PNSO98LUOZZSTUFIUK90S2ANW5EHD5THE14OPTPX9OKY233Y5NKQUKNE5PMH25E8BS9EJIZJZ9D9S4C9GNW37MUPFJORRRCFG2QMDZY2SP7G' where id=23; -update noar ti set v1='HFRFDS0MIO9IXBXBAYGZ5UNFH9WDBR0IL9OXTNII28OXZN6BA8XNLTXGKNQIL7220BTDHN6UFD60MI7FYOH691T0ECE7GBJ26G03R9OFX35IVATM9HVKV5BXDO7JVOY9LDNMCUXZ9Z3F37RM0FON3PNSO98LUOZZSTUFIUK90S2ANW5EHD5THE14OPTPX9OKY233Y5NKQUKNE5PMH25E8BS9EJIZJZ9D9S4C9GNW37MUPFJORRRCFG2QMDZY2SP7G' where id=23; -update noar tt set v2='G3PLP00WZ7GHLSPSB5JGEFIBVKUDM35OMABXTO7UJXZHWEB35N7H4E0M1TYPFNLIMXCT4REBMNCRWUN3XDVJEWLUUU0A3KA1ASNTJK0RKSW8B7LJYJOAQIT1HP1ZJ4PVDHA9FLVQAWTKZTZU66V6VW7O0F9TK9KKDC7QRADR6DA70YQM7MCQRRENIYHFSJRPJTM54JV8K9FOLZ8G4ZSQUZ9794EAEIQ3NOCC2IQ6NPX7NDYACVKZ3UYL9O4WE88Q8' where id=23; -update noar ti set v2='G3PLP00WZ7GHLSPSB5JGEFIBVKUDM35OMABXTO7UJXZHWEB35N7H4E0M1TYPFNLIMXCT4REBMNCRWUN3XDVJEWLUUU0A3KA1ASNTJK0RKSW8B7LJYJOAQIT1HP1ZJ4PVDHA9FLVQAWTKZTZU66V6VW7O0F9TK9KKDC7QRADR6DA70YQM7MCQRRENIYHFSJRPJTM54JV8K9FOLZ8G4ZSQUZ9794EAEIQ3NOCC2IQ6NPX7NDYACVKZ3UYL9O4WE88Q8' where id=23; -update noar tt set v3='42ZSXXWCVHS66K7MKGFW3YM204GW4RVV8TQBPMFFD5GIHDZ24YPLHGHXNHUJRRRMMCQCJN2C9DQACGUJIL582T0LCFU74B3312AFDAR1O2XWT3QTGHWEZD3EK3C8E7FP38ZP82UH7S1OC8LW18AZZRIR5I9UKAKWYYWAYK1JV2UE6EDZA66IJZEGOFQD5G51QVIT9A35ZKWTHE587Q894KJCKL0J07G5XVJEL71Z40MY1MBUQI0N3XL50YRNZFISZ' where id=23; -update noar ti set v3='42ZSXXWCVHS66K7MKGFW3YM204GW4RVV8TQBPMFFD5GIHDZ24YPLHGHXNHUJRRRMMCQCJN2C9DQACGUJIL582T0LCFU74B3312AFDAR1O2XWT3QTGHWEZD3EK3C8E7FP38ZP82UH7S1OC8LW18AZZRIR5I9UKAKWYYWAYK1JV2UE6EDZA66IJZEGOFQD5G51QVIT9A35ZKWTHE587Q894KJCKL0J07G5XVJEL71Z40MY1MBUQI0N3XL50YRNZFISZ' where id=23; -update noar tt set v0='7J8CHYLGKRVOP13WX9VZ5U4NTMQ0AGPA7RPFQG28LGZD6RYMNIIB99BP1A7I5M0Z3THBS99G3ITMSFAISAR9QFMDHECURHU2MMEGM0BL97UXT9F4622I7VISAYE8ERTOU5HVC1CYX7IOBQDTS9T9ADDLNOOC9NEJPBKL09TMX61SOI83M3BLMLS2SFJ9GRSLUYNCEHHK0MUU6C0XSSB8JJTHDEDQVEY54XG6VFFOZ5IT2C38KNZPOFK2UP0XEPECQ' where id=24; -update noar ti set v0='7J8CHYLGKRVOP13WX9VZ5U4NTMQ0AGPA7RPFQG28LGZD6RYMNIIB99BP1A7I5M0Z3THBS99G3ITMSFAISAR9QFMDHECURHU2MMEGM0BL97UXT9F4622I7VISAYE8ERTOU5HVC1CYX7IOBQDTS9T9ADDLNOOC9NEJPBKL09TMX61SOI83M3BLMLS2SFJ9GRSLUYNCEHHK0MUU6C0XSSB8JJTHDEDQVEY54XG6VFFOZ5IT2C38KNZPOFK2UP0XEPECQ' where id=24; -update noar tt set v1='D8PJ4MPF1UB0G1QBAKWA2XZ5DPHM7CCT4WAN0DJ0T4VGLW9S33PQA2FG59VSPUXMK0KDHK7WH42A82I6LBYPZDULQUZ1H9GCPH1I7SWMZHYPHX94FKY051OXN83ITWUID6AY3RJ0SR5I15IQR1MH2SWIADQKPYQ9IZZYI40XRLAEX31VKAZVYZJ0I2NQ2P9AL3J0E5YE4WT9FZBQ139GL3TXP476LQ60EOD75F8WVQ38N1G7H8YO5592L5QYT8I0E' where id=24; -update noar ti set v1='D8PJ4MPF1UB0G1QBAKWA2XZ5DPHM7CCT4WAN0DJ0T4VGLW9S33PQA2FG59VSPUXMK0KDHK7WH42A82I6LBYPZDULQUZ1H9GCPH1I7SWMZHYPHX94FKY051OXN83ITWUID6AY3RJ0SR5I15IQR1MH2SWIADQKPYQ9IZZYI40XRLAEX31VKAZVYZJ0I2NQ2P9AL3J0E5YE4WT9FZBQ139GL3TXP476LQ60EOD75F8WVQ38N1G7H8YO5592L5QYT8I0E' where id=24; -update noar tt set v2='4ZJVIU9H0VJZDIJB32Z1HHDB0WQVP1PIKF07DJRYW5P6GNID1DKJWNNCO32S164MREKD2DWC2KZKNDGD5SZ1G0NZTEMI87CA9MHVJJ9FVB5I9AS8A5WH8R377XHKORXNCU2NH2I3S85IOGFNHJS6SF2MXQ8IDV8X3A0RQ6V9M0T4Q44KZKB9508INMR7DMTKDC3Y0WBQUZUFYDQPB53X1X2CNIAQL5Q8MEHNIH3V0SQBDJR5B934RP236UVTJUXOM' where id=24; -update noar ti set v2='4ZJVIU9H0VJZDIJB32Z1HHDB0WQVP1PIKF07DJRYW5P6GNID1DKJWNNCO32S164MREKD2DWC2KZKNDGD5SZ1G0NZTEMI87CA9MHVJJ9FVB5I9AS8A5WH8R377XHKORXNCU2NH2I3S85IOGFNHJS6SF2MXQ8IDV8X3A0RQ6V9M0T4Q44KZKB9508INMR7DMTKDC3Y0WBQUZUFYDQPB53X1X2CNIAQL5Q8MEHNIH3V0SQBDJR5B934RP236UVTJUXOM' where id=24; -update noar tt set v3='53ESDP7LESASZGW8TQ767HZP425HAAKXUYFQILKVAALNWOXZM6HK0N4MEF4PAHZ7EYAI1S17P6MC0IRBXOBULT45WVJECYT27YLYDU53YUHR462N0DSGTK6P47S9VJD6RMWIQKKQ4UGN7NJRTWB8CXPU727HVTP0IMR69FB50Y6O6S74UO4OCOM3TOD8P6XSL1BQXH2NH4DQPFOIWWN9SXU1227LJ6UN6K7R9476MZYZTFKK4XFS1WSXHG3P14OKP' where id=24; -update noar ti set v3='53ESDP7LESASZGW8TQ767HZP425HAAKXUYFQILKVAALNWOXZM6HK0N4MEF4PAHZ7EYAI1S17P6MC0IRBXOBULT45WVJECYT27YLYDU53YUHR462N0DSGTK6P47S9VJD6RMWIQKKQ4UGN7NJRTWB8CXPU727HVTP0IMR69FB50Y6O6S74UO4OCOM3TOD8P6XSL1BQXH2NH4DQPFOIWWN9SXU1227LJ6UN6K7R9476MZYZTFKK4XFS1WSXHG3P14OKP' where id=24; -update noar tt set v0='MD7VLTYM9E79UYYML4O0W1XSTYJ7BHYDCAINIRSFNRI7WTPWGYNXGE7LIZVYO0VIAB4U408XG192QMCKZ6JV7NXPPRATQ86JZQIN2XAZSG6UB41SUTGDX7S5HRTJMEXJFTBR0A32ICY6P6PBYZAL5ZBSD0F13VG5AHWGPRKQIK5AVDFSFVZQHJXOXFV28GIMCU9W94EP6TTILLSN0TLT7QNZ2PD8TCXDFF7FVRJUXY22S9ZP93VQQHQBCLY80Y8WQ' where id=25; -update noar ti set v0='MD7VLTYM9E79UYYML4O0W1XSTYJ7BHYDCAINIRSFNRI7WTPWGYNXGE7LIZVYO0VIAB4U408XG192QMCKZ6JV7NXPPRATQ86JZQIN2XAZSG6UB41SUTGDX7S5HRTJMEXJFTBR0A32ICY6P6PBYZAL5ZBSD0F13VG5AHWGPRKQIK5AVDFSFVZQHJXOXFV28GIMCU9W94EP6TTILLSN0TLT7QNZ2PD8TCXDFF7FVRJUXY22S9ZP93VQQHQBCLY80Y8WQ' where id=25; -update noar tt set v1='527RZK4NO6ZJMXS85715TCM5ZRSCEJQKJCFICVAOL3ODY6EH1R4U2VD26V1T1KUHU01LX9X28O03I0DKYWLEPC8NLUR1Z74YY7N9XLY1R171QJPKGIPHU5QQIP8LU9M2WMVWVTNSOMHA5KS28R8HFZLDYSDYDA0DG2Y9W3AZ54IZ33CZNJ3N4FO9MA47WHF42PGTIO7NWDUK7KYGWTMM08AWP53Q6MMVDIY31P1NDAKFAW8R7QVC4A78C7ARRWLOP' where id=25; -update noar ti set v1='527RZK4NO6ZJMXS85715TCM5ZRSCEJQKJCFICVAOL3ODY6EH1R4U2VD26V1T1KUHU01LX9X28O03I0DKYWLEPC8NLUR1Z74YY7N9XLY1R171QJPKGIPHU5QQIP8LU9M2WMVWVTNSOMHA5KS28R8HFZLDYSDYDA0DG2Y9W3AZ54IZ33CZNJ3N4FO9MA47WHF42PGTIO7NWDUK7KYGWTMM08AWP53Q6MMVDIY31P1NDAKFAW8R7QVC4A78C7ARRWLOP' where id=25; -update noar tt set v2='JFG1272IZ1DYJNXK3YRXFOS9N0PUTD2Q5PU5R0XQQ34YCU1JJG9UFKUCMEL0RH59GYETR29E12ZAPJ7XO82BSXA2OLZ33Y5HP1ZSJ1D4EDFWZC9JQE3GFZ9Q3YHPY9GWRCLXTARG7EVOSPFR11M5WQPEWK7QFOSR1GRY1AQPSV3XT9JD35KIMRS72KWRMFZBGHIMD9FC4G6TI01C1IJBS1JOL2Y0RPE2Q0IPEJINOTI5KV4MB3ZUCRWO0COXOPDYP' where id=25; -update noar ti set v2='JFG1272IZ1DYJNXK3YRXFOS9N0PUTD2Q5PU5R0XQQ34YCU1JJG9UFKUCMEL0RH59GYETR29E12ZAPJ7XO82BSXA2OLZ33Y5HP1ZSJ1D4EDFWZC9JQE3GFZ9Q3YHPY9GWRCLXTARG7EVOSPFR11M5WQPEWK7QFOSR1GRY1AQPSV3XT9JD35KIMRS72KWRMFZBGHIMD9FC4G6TI01C1IJBS1JOL2Y0RPE2Q0IPEJINOTI5KV4MB3ZUCRWO0COXOPDYP' where id=25; -update noar tt set v3='AZ2G226Q2R8HNJTTSVAN59A0KJ7ZK6LE58GEJV3IANTVLBM6F8XW27URGZLC0R4SVGJC78U0UXWJANUYHC0UC6XRQA78F9F8WB0OS6U7XO33S2NGZDBW34KPAQLEDQDZP9GC0U5SJCUTT6EC2VU7F2ZRGL3SWUHCY33B34RC6MIB2K76R3S2NTUFSWF0SPU8TI244CMJM330JBZKAXALUTRAQJEIRN6WID56PX8CWXYXF6UOI9N79TDG9SR982YB0' where id=25; -update noar ti set v3='AZ2G226Q2R8HNJTTSVAN59A0KJ7ZK6LE58GEJV3IANTVLBM6F8XW27URGZLC0R4SVGJC78U0UXWJANUYHC0UC6XRQA78F9F8WB0OS6U7XO33S2NGZDBW34KPAQLEDQDZP9GC0U5SJCUTT6EC2VU7F2ZRGL3SWUHCY33B34RC6MIB2K76R3S2NTUFSWF0SPU8TI244CMJM330JBZKAXALUTRAQJEIRN6WID56PX8CWXYXF6UOI9N79TDG9SR982YB0' where id=25; -update noar tt set v0='XGWW4COVKK098H85IWP096PUZ8KR80M4WL0ZLE5PRQ7D7M8A1BWNRPVWWXFFNFQS1KL6WE0GEN29QATEKY7350QA2KOSPDV3CDGA5K2CLNQ9QK3UH6ZC31Q5KDQG06EF945V68EM6KCN7B7HQ77IW8P5F7T4XEH1IEVD212F10G8YM61YWAZBGPPQV4H98ZTLZZSQMQXEH5JGFM9ZZ19YY3MHGK8W07JW27F9NYA2J1RF9F00ZSWZWMRZZBXDXQPI' where id=26; -update noar ti set v0='XGWW4COVKK098H85IWP096PUZ8KR80M4WL0ZLE5PRQ7D7M8A1BWNRPVWWXFFNFQS1KL6WE0GEN29QATEKY7350QA2KOSPDV3CDGA5K2CLNQ9QK3UH6ZC31Q5KDQG06EF945V68EM6KCN7B7HQ77IW8P5F7T4XEH1IEVD212F10G8YM61YWAZBGPPQV4H98ZTLZZSQMQXEH5JGFM9ZZ19YY3MHGK8W07JW27F9NYA2J1RF9F00ZSWZWMRZZBXDXQPI' where id=26; -update noar tt set v1='LSNNWGAB5OQACFE1YHR2JEF13EHQYA6CMOKARHRQF6F1BGXXHPHED9L2VYYS5SOBNBC78HGVA95C7JQTL7DBARI7JJW6KN7ZY0C8S7RYVKTBHG93WPXM8SE2WG930Y3S0PS2PQR049107ZYWLGCROSZABXOQO7PDJE7JACBFQLILIVCFYIOEW9BGX5DPNIHEAC22CQWVMAQZCF3AIQYV4MIM7672BJIYN2QTQFVKA9H1QEWCSQV2HPFS6YFMSKWHF' where id=26; -update noar ti set v1='LSNNWGAB5OQACFE1YHR2JEF13EHQYA6CMOKARHRQF6F1BGXXHPHED9L2VYYS5SOBNBC78HGVA95C7JQTL7DBARI7JJW6KN7ZY0C8S7RYVKTBHG93WPXM8SE2WG930Y3S0PS2PQR049107ZYWLGCROSZABXOQO7PDJE7JACBFQLILIVCFYIOEW9BGX5DPNIHEAC22CQWVMAQZCF3AIQYV4MIM7672BJIYN2QTQFVKA9H1QEWCSQV2HPFS6YFMSKWHF' where id=26; -update noar tt set v2='GP24FL97JZGRHJZE652AXEA2HGD6G9ZTFTD3A6XCR9DB3FSTFX5TZ1J2RD8OIVLJ06UTKP5FWN1LF0N9W04N0HTYK2YFKLVHXYDVDJ82MKPIDXTDSFQVKL0UJ6FL3VAEV4IZYKTWW9Z8UKVANXSGWKDBJ2VKWUNR8EG3Z3Y3SOR2JPOD78GXBAWO6CNSU4KG038RVWA50IT8V0QRQXBQZLBCL7NSBIKX9V6O9CB0B8RV8WF1J65CT4HZPB7A37444' where id=26; -update noar ti set v2='GP24FL97JZGRHJZE652AXEA2HGD6G9ZTFTD3A6XCR9DB3FSTFX5TZ1J2RD8OIVLJ06UTKP5FWN1LF0N9W04N0HTYK2YFKLVHXYDVDJ82MKPIDXTDSFQVKL0UJ6FL3VAEV4IZYKTWW9Z8UKVANXSGWKDBJ2VKWUNR8EG3Z3Y3SOR2JPOD78GXBAWO6CNSU4KG038RVWA50IT8V0QRQXBQZLBCL7NSBIKX9V6O9CB0B8RV8WF1J65CT4HZPB7A37444' where id=26; -update noar tt set v3='IWJJ8IXOFW2KT60CO6UMA15QEWE0RJ5YKJFZ7MJ4UF62Y2LXEU3SIKUBL4GBBCSDQ88ILE7LSEEDX3JQ3IK5GC6XO07KFFHA8OM4BZ983ZVCJA9V7VFZ62Q38Z06K8CXFGPS4KMG5L6TUG6SOWBE3A4UZ6TJU9NU6XPEDFAKSR9K2KDO64K9NUCITIXK2PAHU12C62S9N6FNOG27DO5A44W89FD4RS709L1KW89ZWCC7Z2K8ZY8QI6IUZAPDVRKOD' where id=26; -update noar ti set v3='IWJJ8IXOFW2KT60CO6UMA15QEWE0RJ5YKJFZ7MJ4UF62Y2LXEU3SIKUBL4GBBCSDQ88ILE7LSEEDX3JQ3IK5GC6XO07KFFHA8OM4BZ983ZVCJA9V7VFZ62Q38Z06K8CXFGPS4KMG5L6TUG6SOWBE3A4UZ6TJU9NU6XPEDFAKSR9K2KDO64K9NUCITIXK2PAHU12C62S9N6FNOG27DO5A44W89FD4RS709L1KW89ZWCC7Z2K8ZY8QI6IUZAPDVRKOD' where id=26; -update noar tt set v0='40ET51DFIRBAZZ7PD57GHKU1UL5TXXPR6VGLXZ13VUOARD8V9TWWYOFF891WI0Z004ZSSJ6PKZ808YO4D2YF0QGIAXHDXI2WJXHCKST2V8SVTHHU1TVJ9IB8AVA6MHXWWM0418B64H7DEAMUFY7JPIBIDWVYXTHP42JHL7GIRP4HGVR4MRGQUBXUSJJGKYF5FWT2PIQA102TBFA9Y17HPGRVGZ7LMHKC9FE7DWV2C1NNTJCZLS1B9VU38QFX0WR1L' where id=27; -update noar ti set v0='40ET51DFIRBAZZ7PD57GHKU1UL5TXXPR6VGLXZ13VUOARD8V9TWWYOFF891WI0Z004ZSSJ6PKZ808YO4D2YF0QGIAXHDXI2WJXHCKST2V8SVTHHU1TVJ9IB8AVA6MHXWWM0418B64H7DEAMUFY7JPIBIDWVYXTHP42JHL7GIRP4HGVR4MRGQUBXUSJJGKYF5FWT2PIQA102TBFA9Y17HPGRVGZ7LMHKC9FE7DWV2C1NNTJCZLS1B9VU38QFX0WR1L' where id=27; -update noar tt set v1='EXXL17US3FVZAEYCR2UOO90O3YAOXXXTL2HL6981VLH19HUACVG6VH24JXJAG0V323Q05ZPM15KNNLLT0JV9B4VSFDKZYBF7D92SNGK3YS31FLWPPAWVPPDPTDK22BZKRAENP6JIPDOYF0EI4TTF9T6F5DBYVRJ2DYROT592TNMS4A9H4XHLJSKXF3IJKSFJ2UDRHBVRBF4IX2HX2ZAM8VJ00HV3JR8AYEA0ZI8QQI57CC66JUOHTRZ051HCE7CUC' where id=27; -update noar ti set v1='EXXL17US3FVZAEYCR2UOO90O3YAOXXXTL2HL6981VLH19HUACVG6VH24JXJAG0V323Q05ZPM15KNNLLT0JV9B4VSFDKZYBF7D92SNGK3YS31FLWPPAWVPPDPTDK22BZKRAENP6JIPDOYF0EI4TTF9T6F5DBYVRJ2DYROT592TNMS4A9H4XHLJSKXF3IJKSFJ2UDRHBVRBF4IX2HX2ZAM8VJ00HV3JR8AYEA0ZI8QQI57CC66JUOHTRZ051HCE7CUC' where id=27; -update noar tt set v2='I2TVEX131HUB85YRMIOQ0EZ877JJV9NN3829JZII2UUL8W6JDZ2YTTPUJEOOSZO70DEWQ219HQB4AUZQ1PK5AR7LSXZBRMJ79LT7HDO3F628313340XLC8XW9MYKLNCKHXIDLWN3719OQ6DKVD9M2ICE7H2EXGOM2QPFMXQXOP94IOJ3E7HB2CBFP5MOKNOO5VQHE6X08F59UZ987V7CIJDVS8L5FY4710XRA3ATR0R13ZS4U06TZJGFHY7A85G98' where id=27; -update noar ti set v2='I2TVEX131HUB85YRMIOQ0EZ877JJV9NN3829JZII2UUL8W6JDZ2YTTPUJEOOSZO70DEWQ219HQB4AUZQ1PK5AR7LSXZBRMJ79LT7HDO3F628313340XLC8XW9MYKLNCKHXIDLWN3719OQ6DKVD9M2ICE7H2EXGOM2QPFMXQXOP94IOJ3E7HB2CBFP5MOKNOO5VQHE6X08F59UZ987V7CIJDVS8L5FY4710XRA3ATR0R13ZS4U06TZJGFHY7A85G98' where id=27; -update noar tt set v3='BEO2IUTH4NNLYU7P4J3X59GRPRPYXRKTTY1QRD5JA7EQJC7YMOH47YSBPV0NIQVDV9PG32ZGPYYDOUX3IO7WLKL9AWBQJ40ZYIRW03G050XR8AL9UHWLCJY0R8SICLOEDOLD3T3CID0BMCGPD2NCF6FUO4LFGX3264J0VG37H86LHHAVCDYMNS1F4SA60XD15ZV72U64I8N2A6Z7V2FSZHXRTEHDDA85Q9W7PVRSZ7B3QFTP09MLZBBIN9CD6U0I8' where id=27; -update noar ti set v3='BEO2IUTH4NNLYU7P4J3X59GRPRPYXRKTTY1QRD5JA7EQJC7YMOH47YSBPV0NIQVDV9PG32ZGPYYDOUX3IO7WLKL9AWBQJ40ZYIRW03G050XR8AL9UHWLCJY0R8SICLOEDOLD3T3CID0BMCGPD2NCF6FUO4LFGX3264J0VG37H86LHHAVCDYMNS1F4SA60XD15ZV72U64I8N2A6Z7V2FSZHXRTEHDDA85Q9W7PVRSZ7B3QFTP09MLZBBIN9CD6U0I8' where id=27; -update noar tt set v0='1PDPPXTL3Q3N3ODSP63B7TX83IM7SOEG4NFY6OI1RGLVT7SISVSKZQYGJ3C6B5KCOYMQ38TO12I068XH31DJY8K6CZ361KKZSUEC548O569N46BRI2GP43LUD817L8KLLFVWMVDLBPRQN294SBPR7M2VETHS72W1IFG4BY29GZ9S5E3IB8TH63Z4O07GYHNC38YXPFUZKPPJV6CP608VJI4RPANS302SB83S5MAOJU5IW991CCWC5RPROEQ7GK1PI' where id=28; -update noar ti set v0='1PDPPXTL3Q3N3ODSP63B7TX83IM7SOEG4NFY6OI1RGLVT7SISVSKZQYGJ3C6B5KCOYMQ38TO12I068XH31DJY8K6CZ361KKZSUEC548O569N46BRI2GP43LUD817L8KLLFVWMVDLBPRQN294SBPR7M2VETHS72W1IFG4BY29GZ9S5E3IB8TH63Z4O07GYHNC38YXPFUZKPPJV6CP608VJI4RPANS302SB83S5MAOJU5IW991CCWC5RPROEQ7GK1PI' where id=28; -update noar tt set v1='1BVEFAHYLBA8SLVSSB5HIZ7BC5VCKN27FILHHNR25V9MO7XOTY1I8GEOZ8B9CB23L88542JN484MKMMZE94M9U3N8AP8HC30EYADQYQZSOH2TEAZ2DVHLEZ4V2FSYMQBTQMQ6EX1TNX638AM61D5KCC0EPJNPR7FS9VRD9O0TCR79D71YR1SDQ3BTAI1SQS62F7YABR7CEWKEAASQLYIF7F7MOBH933QPNTYDUOB9ONLF3LDLECDJGF4E1BSEWN3N' where id=28; -update noar ti set v1='1BVEFAHYLBA8SLVSSB5HIZ7BC5VCKN27FILHHNR25V9MO7XOTY1I8GEOZ8B9CB23L88542JN484MKMMZE94M9U3N8AP8HC30EYADQYQZSOH2TEAZ2DVHLEZ4V2FSYMQBTQMQ6EX1TNX638AM61D5KCC0EPJNPR7FS9VRD9O0TCR79D71YR1SDQ3BTAI1SQS62F7YABR7CEWKEAASQLYIF7F7MOBH933QPNTYDUOB9ONLF3LDLECDJGF4E1BSEWN3N' where id=28; -update noar tt set v2='L1AF2NRL0R3YVG5S7MF9YC4EYTZJ1KXX3D06XHKJSD3LF1UQ1D1B0DM1CANTSIF963KGJRXMHCCMU4G3LBQ6QOCDPRGBYM924YOGACFRXX846AW96A8W3U51XYYJM7DSW1BQO22D5S5E2SE2DPO0KLB6N7FK46WM14HUG644GEX8S9AWL50G3PRUB2S2FSQ3HMCR0ZSEPVXT90LPKZYIKJ1S8L2XBU6B4GLQ0PPI0VH49LVZR5ZKEKHYMGWHDDUZW' where id=28; -update noar ti set v2='L1AF2NRL0R3YVG5S7MF9YC4EYTZJ1KXX3D06XHKJSD3LF1UQ1D1B0DM1CANTSIF963KGJRXMHCCMU4G3LBQ6QOCDPRGBYM924YOGACFRXX846AW96A8W3U51XYYJM7DSW1BQO22D5S5E2SE2DPO0KLB6N7FK46WM14HUG644GEX8S9AWL50G3PRUB2S2FSQ3HMCR0ZSEPVXT90LPKZYIKJ1S8L2XBU6B4GLQ0PPI0VH49LVZR5ZKEKHYMGWHDDUZW' where id=28; -update noar tt set v3='CV3OK1PIW1WGJM1KQJTNXNRG9T9PYHH6DH9HPTYMTYPMLY98K8ZAM349JK4SR6B9L4U2TN0Y45H7OWHRZDQVICEZHRQ68XUKDBA1OYLL8L92XT6RFPLMYQPT3GHUIPA60B9IBXZFN80OT289ZDGXL2BHBI5JWB0KKN2BCWBTN2RTVBLMLH2LAF4NDBUJD7WGPUOX4RZG89RY18S03NZC5TR2OJJ5932O69ZG7VOK5Z11MR82PQKCGL2FFI9HWNXP1' where id=28; -update noar ti set v3='CV3OK1PIW1WGJM1KQJTNXNRG9T9PYHH6DH9HPTYMTYPMLY98K8ZAM349JK4SR6B9L4U2TN0Y45H7OWHRZDQVICEZHRQ68XUKDBA1OYLL8L92XT6RFPLMYQPT3GHUIPA60B9IBXZFN80OT289ZDGXL2BHBI5JWB0KKN2BCWBTN2RTVBLMLH2LAF4NDBUJD7WGPUOX4RZG89RY18S03NZC5TR2OJJ5932O69ZG7VOK5Z11MR82PQKCGL2FFI9HWNXP1' where id=28; -update noar tt set v0='HKVY2KBUSEEXYG7JWLSVT5HEG1NRG26L37LH2TZ8BV3CXVD17S8DXK9VVC6GOLYCBJUBU354FBTH2PPAKCK7EB2WB5Q8XEHF0YIV1CDMOWJV9ZMCNTP4CJFC9NG5Q2IOX0B9UEX9QJACR5QP9B2PBX3BA45TDKU0L9GRJV87S3LN7QRAAJM11JQJJ0VBN87YNV3UYMQ6V1846TX50EE4LVT7NFOELCWFHPX2FRUHEEWZ8URSBYOJVFI0WZJJ76Y0T' where id=29; -update noar ti set v0='HKVY2KBUSEEXYG7JWLSVT5HEG1NRG26L37LH2TZ8BV3CXVD17S8DXK9VVC6GOLYCBJUBU354FBTH2PPAKCK7EB2WB5Q8XEHF0YIV1CDMOWJV9ZMCNTP4CJFC9NG5Q2IOX0B9UEX9QJACR5QP9B2PBX3BA45TDKU0L9GRJV87S3LN7QRAAJM11JQJJ0VBN87YNV3UYMQ6V1846TX50EE4LVT7NFOELCWFHPX2FRUHEEWZ8URSBYOJVFI0WZJJ76Y0T' where id=29; -update noar tt set v1='GQXAY9FAJVF1NTFM7UT72OPOAUXIERUMW76E02IKK5MKROUTMTS9D9EQSAGGJSUJYJ037PSCV0P99CK4IERYQPR1Y6XS2DWVP9APLSG99K0SFB9CCNVO8SQ5CHV8C5WW6XB77RLITPR4RCNHFGP64CKRVAA513T2UOP3IN8UJ0C60PW42LB9NLG45CQPAZ2N20E71EN8H8ZJNWB6B7AVV2ZMZ4J3TMS655HDS7M9P5MA6F3G61I3ANWU5EB03QCR8' where id=29; -update noar ti set v1='GQXAY9FAJVF1NTFM7UT72OPOAUXIERUMW76E02IKK5MKROUTMTS9D9EQSAGGJSUJYJ037PSCV0P99CK4IERYQPR1Y6XS2DWVP9APLSG99K0SFB9CCNVO8SQ5CHV8C5WW6XB77RLITPR4RCNHFGP64CKRVAA513T2UOP3IN8UJ0C60PW42LB9NLG45CQPAZ2N20E71EN8H8ZJNWB6B7AVV2ZMZ4J3TMS655HDS7M9P5MA6F3G61I3ANWU5EB03QCR8' where id=29; -update noar tt set v2='KSTHQ3ASWTOIE2I31S7EK2GOVJ9CQAQDEENGHG8Q895WSZ6BV75VB325G98HIBCRVX0TA2H02A0DIJQH632SYSRGIR970TJHD6D3XZ6JTXIY761IWPHQXAZ2AHUCNC0O10Q9M09EYD5LMLY1EDJHZMOPQHXYORC7SC8WIYGF257AQ4KGGC1WX2FDYWP169C3VA0XBLOAW6NU0QP5NJT064P2KAQXKX5D9O1IUH6UEKIKQ2FJ538YPYMHCLT71KI1M' where id=29; -update noar ti set v2='KSTHQ3ASWTOIE2I31S7EK2GOVJ9CQAQDEENGHG8Q895WSZ6BV75VB325G98HIBCRVX0TA2H02A0DIJQH632SYSRGIR970TJHD6D3XZ6JTXIY761IWPHQXAZ2AHUCNC0O10Q9M09EYD5LMLY1EDJHZMOPQHXYORC7SC8WIYGF257AQ4KGGC1WX2FDYWP169C3VA0XBLOAW6NU0QP5NJT064P2KAQXKX5D9O1IUH6UEKIKQ2FJ538YPYMHCLT71KI1M' where id=29; -update noar tt set v3='HPKC8C0ZYFBF4AED2VI4EWCXWB98LDYW1ZUFTI8J1Z2ANUOEM79M8R9SHRX5JWK4TWEZUWWM1SECSKPIXYN0KFKXI1D9414L11TE2X5COSQAXOQK3LE7ZTVE16VYVPECLBKKZZRL593X936PHEY4O292BDY7EPMD4DITXQR8XCWIKYDZQEX06LHN3TOVQ8D8E72RL7I3GOQOV4MU143S3NSAOIGH9XU9CFPU9BOAVTO7O6MXWAEC04ULG68WD2REC' where id=29; -update noar ti set v3='HPKC8C0ZYFBF4AED2VI4EWCXWB98LDYW1ZUFTI8J1Z2ANUOEM79M8R9SHRX5JWK4TWEZUWWM1SECSKPIXYN0KFKXI1D9414L11TE2X5COSQAXOQK3LE7ZTVE16VYVPECLBKKZZRL593X936PHEY4O292BDY7EPMD4DITXQR8XCWIKYDZQEX06LHN3TOVQ8D8E72RL7I3GOQOV4MU143S3NSAOIGH9XU9CFPU9BOAVTO7O6MXWAEC04ULG68WD2REC' where id=29; -update noar tt set v0='SEB5VYG0UCCXMJBFOG9R0AYJZSYPBXHT7T3ESNEV1PK3Z9K6KW04UOOHGGFNJLK0EZYMGBNY3C5REE90DUDGQS8T26XPKH5OCJDHXTMTGHZAK8Y23TOI8TF01PMF1JZHHT1KNP4MVBNKA1MVLRINTFDNI2WIPYWXEHT2MTIX7M2H5JJ6JLBMWHTFGIPG08TUO67DI5FC50XOR7HYXH6KIAOYA9MTF37LPFRCG03QUSUVR9HEPZM7BF7W8VCUJH8BC' where id=30; -update noar ti set v0='SEB5VYG0UCCXMJBFOG9R0AYJZSYPBXHT7T3ESNEV1PK3Z9K6KW04UOOHGGFNJLK0EZYMGBNY3C5REE90DUDGQS8T26XPKH5OCJDHXTMTGHZAK8Y23TOI8TF01PMF1JZHHT1KNP4MVBNKA1MVLRINTFDNI2WIPYWXEHT2MTIX7M2H5JJ6JLBMWHTFGIPG08TUO67DI5FC50XOR7HYXH6KIAOYA9MTF37LPFRCG03QUSUVR9HEPZM7BF7W8VCUJH8BC' where id=30; -update noar tt set v1='BMPWURUEY3IZXOYMTMD7OQAHPFUE47A8T9Q8SXE95VEVVLBV6QRZEGEP9LBUFHUC17PAAS65D3Y1D9C4H3C3QTDOUAM5TW9XRYNSBQI0L67XBY1OREZ00QXQUV45FFST7JMFGWUY85649TNMF82ZOM3Y7NK68E0H08PMMTB3GGJTMUOH0TFO92HNVXA7HUENJERPX76LLIE6JHNT8HQW0T3BIMCEAX6I5B0ZBWJYRJC51O15TF1YGSH4ADZGR86M9' where id=30; -update noar ti set v1='BMPWURUEY3IZXOYMTMD7OQAHPFUE47A8T9Q8SXE95VEVVLBV6QRZEGEP9LBUFHUC17PAAS65D3Y1D9C4H3C3QTDOUAM5TW9XRYNSBQI0L67XBY1OREZ00QXQUV45FFST7JMFGWUY85649TNMF82ZOM3Y7NK68E0H08PMMTB3GGJTMUOH0TFO92HNVXA7HUENJERPX76LLIE6JHNT8HQW0T3BIMCEAX6I5B0ZBWJYRJC51O15TF1YGSH4ADZGR86M9' where id=30; -update noar tt set v2='EEM8ECWGIR59COM0OIM0NN9D6R8ZXT28QCAWLBI3WRB6W9IKHARIYLIQX645KTHOXLV8UFI65HD68U533H3XU3RVCWQPWONC377RQPEHEKJ09ME8N0A95K1BYKI9SS20AZ17ZDNFXUK93MX4SO8E2YOYSP1RVI98I0IMFWTQIICLN089NSSSDBL0W3P0KRI1AA98SDW1YJV5AE16175Z8YCR7DEKCVWRWYHQZ1HFLZJ0RZ5RB0HJLCCU89GT268UI' where id=30; -update noar ti set v2='EEM8ECWGIR59COM0OIM0NN9D6R8ZXT28QCAWLBI3WRB6W9IKHARIYLIQX645KTHOXLV8UFI65HD68U533H3XU3RVCWQPWONC377RQPEHEKJ09ME8N0A95K1BYKI9SS20AZ17ZDNFXUK93MX4SO8E2YOYSP1RVI98I0IMFWTQIICLN089NSSSDBL0W3P0KRI1AA98SDW1YJV5AE16175Z8YCR7DEKCVWRWYHQZ1HFLZJ0RZ5RB0HJLCCU89GT268UI' where id=30; -update noar tt set v3='XV4WH7M3MDSXGXB5AZY22QY4YFRU8CJ6603AF6D8ED5STNRWBG91O02FQ6ZE7URZZ2KH0XQNQLUP9ZB2S0YT8Y0SXL8342BN317FFP375MMQT9TM7LIN9I0B9IVV8QK5LFE7TS7CX2XGKD79M3AK9TZQIDK1GN8IM8HSAVY4L59VVA3X0FJTSQZ115E3Z26SQZL1QDK8YQSGEIXZO1KB8IZGP3UV3Z3XO5J4HXYEBZEONCVOPR6HCA9E7DCZ1EXT0' where id=30; -update noar ti set v3='XV4WH7M3MDSXGXB5AZY22QY4YFRU8CJ6603AF6D8ED5STNRWBG91O02FQ6ZE7URZZ2KH0XQNQLUP9ZB2S0YT8Y0SXL8342BN317FFP375MMQT9TM7LIN9I0B9IVV8QK5LFE7TS7CX2XGKD79M3AK9TZQIDK1GN8IM8HSAVY4L59VVA3X0FJTSQZ115E3Z26SQZL1QDK8YQSGEIXZO1KB8IZGP3UV3Z3XO5J4HXYEBZEONCVOPR6HCA9E7DCZ1EXT0' where id=30; -update noar tt set v0='USGQUUVN3R8AY8OU7J5CPG3D32QQ6KCVBBDJE5GKTDFUIS9ED1SWNSVIU08U6DNAKYJ1ADMODB8AYI5PFBZFI2FDQGT48134F87ET26CMB0IGTJTVYI7F7W8E18PUSM9VAHZN746YJ49ELHXHAIT30RP29VH2FD3122381W277SVWAOTQFBPJOL4ZR8164F18C522U1R3QSTDX0B5OL3RIPSIHT5HERUW4VLBE1X35KX9VOH7OFJ9WXR8YCAZNUE3' where id=31; -update noar ti set v0='USGQUUVN3R8AY8OU7J5CPG3D32QQ6KCVBBDJE5GKTDFUIS9ED1SWNSVIU08U6DNAKYJ1ADMODB8AYI5PFBZFI2FDQGT48134F87ET26CMB0IGTJTVYI7F7W8E18PUSM9VAHZN746YJ49ELHXHAIT30RP29VH2FD3122381W277SVWAOTQFBPJOL4ZR8164F18C522U1R3QSTDX0B5OL3RIPSIHT5HERUW4VLBE1X35KX9VOH7OFJ9WXR8YCAZNUE3' where id=31; -update noar tt set v1='6HG9A9NA3CXI9ZTB7UGBKZ26FFVJDDPKVAUB3RBVK5BDJ2WCCLZJ945CRC36FX0MWMEKFPPXZE0QLP37DPR3QBHHN05Q5GZPO0ULDC9PN96AGWNYJCNUKSUT1ODSPAGTTHYFOQGYHGX6GP35YU420OZV2TYOW1T58WF2CPDAXUGLV3URYGR7BM4OA6ISP2UKUAGYS43OX4S0EXH0E8DLHJ6L8H595DQHVK8KTRKMENLYKKCBWWZ30WX8HZ52W386V' where id=31; -update noar ti set v1='6HG9A9NA3CXI9ZTB7UGBKZ26FFVJDDPKVAUB3RBVK5BDJ2WCCLZJ945CRC36FX0MWMEKFPPXZE0QLP37DPR3QBHHN05Q5GZPO0ULDC9PN96AGWNYJCNUKSUT1ODSPAGTTHYFOQGYHGX6GP35YU420OZV2TYOW1T58WF2CPDAXUGLV3URYGR7BM4OA6ISP2UKUAGYS43OX4S0EXH0E8DLHJ6L8H595DQHVK8KTRKMENLYKKCBWWZ30WX8HZ52W386V' where id=31; -update noar tt set v2='506VCFQW8979C0B58OKSU2SQ3MFVVBJ4YMRG37AOSJOEP1CTE5ITTCH8ZHYW7WZK9B415H8ZYYOXEEN48JB28C5HCCJXVGM0UYCQT30CIB91J2J4HFYCG56715FSO2AWXWU0YV9P06WPA9LX6LSWWC7X08FS9Y6WJSA2PJZD2MO4PNDTL2841Z7AMU2X86C45BQ0LJM371XM91TEIVIY9H66021012660B01EXHUR72HXPHASQL536IZ9T8V82EM8' where id=31; -update noar ti set v2='506VCFQW8979C0B58OKSU2SQ3MFVVBJ4YMRG37AOSJOEP1CTE5ITTCH8ZHYW7WZK9B415H8ZYYOXEEN48JB28C5HCCJXVGM0UYCQT30CIB91J2J4HFYCG56715FSO2AWXWU0YV9P06WPA9LX6LSWWC7X08FS9Y6WJSA2PJZD2MO4PNDTL2841Z7AMU2X86C45BQ0LJM371XM91TEIVIY9H66021012660B01EXHUR72HXPHASQL536IZ9T8V82EM8' where id=31; -update noar tt set v3='HFPTZVT8CHM2WHXYE56GP3G0G2MG1C6BY6819KBWCF6IQ9ADZ8D8TNR363VG2VO23O4UO0SBD6N7DA91E5J690ITBTV6DLZ83D4EWTOHEFOLAUBX8WV2O35GP583NKRHIHN4PPOTAY07UU5QERNDJU5EH3GC7J5KF5TKDZV3IMXDNHM73IAQ0S1MEDNGLNF5VA1IO80YCFP51E9O4MUDL3D604H12DU69LHDU6BEZ72KC9TFZ1466NGIAYBS4QDF0' where id=31; -update noar ti set v3='HFPTZVT8CHM2WHXYE56GP3G0G2MG1C6BY6819KBWCF6IQ9ADZ8D8TNR363VG2VO23O4UO0SBD6N7DA91E5J690ITBTV6DLZ83D4EWTOHEFOLAUBX8WV2O35GP583NKRHIHN4PPOTAY07UU5QERNDJU5EH3GC7J5KF5TKDZV3IMXDNHM73IAQ0S1MEDNGLNF5VA1IO80YCFP51E9O4MUDL3D604H12DU69LHDU6BEZ72KC9TFZ1466NGIAYBS4QDF0' where id=31; -update noar tt set v0='7W6GSG53LDKXZSQ3MJD9MSCTTHGS75JLPS2HM3BRXDGDWGQBEAHDFNE4MZRRDT6OYZS9FLX8YTZF4YCAZAZL658BMFZ6NX58UJS0UYUUWASQDC3V4FTVG2X821RB3HB0PWJIONYGU0OZEH5OT7WPKMJMMZ05IF7CCE71ZFO18UOD16Q9B9RFW2BGO1G5TYM8X02KDBC08A4FJGU93HLTFZNPXDRZ53FTXBES98ODKJ1TWGGMYKPL1KBB4HBOAKJ9M' where id=32; -update noar ti set v0='7W6GSG53LDKXZSQ3MJD9MSCTTHGS75JLPS2HM3BRXDGDWGQBEAHDFNE4MZRRDT6OYZS9FLX8YTZF4YCAZAZL658BMFZ6NX58UJS0UYUUWASQDC3V4FTVG2X821RB3HB0PWJIONYGU0OZEH5OT7WPKMJMMZ05IF7CCE71ZFO18UOD16Q9B9RFW2BGO1G5TYM8X02KDBC08A4FJGU93HLTFZNPXDRZ53FTXBES98ODKJ1TWGGMYKPL1KBB4HBOAKJ9M' where id=32; -update noar tt set v1='GQLCDHO5FAU8T1I11V0LQ4ARS5AINR4XN75MMHND73CJ7GJ1O2GAF4DHT1IVDQVNGTPHTK67ZEBXCPQ5O6ZMURJDKGYEFV3ZIWTDITYY6R3DTJOV5BMCTW1MLQ2CB9ISMF68O2RP8YEOOHS3NHV3W7IXVOCNMCM91DZNT2HFS58JFBPB5KNW0M0EHJC9QOAY13IXH14V89MO1UQXV0TA0DKTG2JUH8ANGTBMYGKXVSXDAHQCOEUZP2LGXK2D1YRMD' where id=32; -update noar ti set v1='GQLCDHO5FAU8T1I11V0LQ4ARS5AINR4XN75MMHND73CJ7GJ1O2GAF4DHT1IVDQVNGTPHTK67ZEBXCPQ5O6ZMURJDKGYEFV3ZIWTDITYY6R3DTJOV5BMCTW1MLQ2CB9ISMF68O2RP8YEOOHS3NHV3W7IXVOCNMCM91DZNT2HFS58JFBPB5KNW0M0EHJC9QOAY13IXH14V89MO1UQXV0TA0DKTG2JUH8ANGTBMYGKXVSXDAHQCOEUZP2LGXK2D1YRMD' where id=32; -update noar tt set v2='OEK4R7RVKPVE3BM7AK1PU2QO4PF39QTXBT7G11U9GFFNSNEUE3Y01NWTJETKGAZ6O5UWAA0OD35F0YIFQ7ADCEDWCGU00RWYNW83GFF75XOMQOB8JA560HQLT2HIZSAOYD8QJRRKWJ2QHCPNKGTJGB7EIUMNRIT7Q2HPQGORLN41ADVYA6ARQ9EF2AI4FLAAO3ISEJNF2GYEYAY0NVX3JUCHRS82II58UEJGMKZS1W72WRXJ5X0EK6KIPW1JR3KFT' where id=32; -update noar ti set v2='OEK4R7RVKPVE3BM7AK1PU2QO4PF39QTXBT7G11U9GFFNSNEUE3Y01NWTJETKGAZ6O5UWAA0OD35F0YIFQ7ADCEDWCGU00RWYNW83GFF75XOMQOB8JA560HQLT2HIZSAOYD8QJRRKWJ2QHCPNKGTJGB7EIUMNRIT7Q2HPQGORLN41ADVYA6ARQ9EF2AI4FLAAO3ISEJNF2GYEYAY0NVX3JUCHRS82II58UEJGMKZS1W72WRXJ5X0EK6KIPW1JR3KFT' where id=32; -update noar tt set v3='JP3JGE7PM28QA2IX19WADVBAZYB1TL4V19TBYA79KFN8602XS04M0263X2TNW6BQGBV9J6HZ4Z1CH5TKNCH06ZS5NRIHWSZKS670BYM22RXF3UMZ6NXQO2L7HWNFMLUGQ7RDLYY7M4WFSKKBLG388WS8T5H5A7NJN7WIMJJWR8HC4QVO1T9S43286BIHLX1CFALNJ0J8NUM3QDZT2YO4R81A9H7M9WEIC0QK0VON062IG3MED6MB7F6NRMMQ7G0LW' where id=32; -update noar ti set v3='JP3JGE7PM28QA2IX19WADVBAZYB1TL4V19TBYA79KFN8602XS04M0263X2TNW6BQGBV9J6HZ4Z1CH5TKNCH06ZS5NRIHWSZKS670BYM22RXF3UMZ6NXQO2L7HWNFMLUGQ7RDLYY7M4WFSKKBLG388WS8T5H5A7NJN7WIMJJWR8HC4QVO1T9S43286BIHLX1CFALNJ0J8NUM3QDZT2YO4R81A9H7M9WEIC0QK0VON062IG3MED6MB7F6NRMMQ7G0LW' where id=32; -update noar tt set v0='XJUNKKGNZYOPYWI0YNXXTUYO0VD841OAH95L5489WKH42SBTEUYXJG4CAR6EH6R1PX4P61LYPWZJR5SSWBL4UGTDKWYSRURLEVI0O8Q8H8P1OOUFJ5OE67B7UGEH9S5VQR8WPIHT3ZVHX3I4NZA9BXF6S00FP4CNZRUB9VMZKXUGW9YDZLH6Q7B7W274I4TAXJTL65IP5GI7EPQLUYKO4C62OII3EGLV1IDI7MF4KX9Y77KOIE7ZPX0IQ8AWF0PF4' where id=33; -update noar ti set v0='XJUNKKGNZYOPYWI0YNXXTUYO0VD841OAH95L5489WKH42SBTEUYXJG4CAR6EH6R1PX4P61LYPWZJR5SSWBL4UGTDKWYSRURLEVI0O8Q8H8P1OOUFJ5OE67B7UGEH9S5VQR8WPIHT3ZVHX3I4NZA9BXF6S00FP4CNZRUB9VMZKXUGW9YDZLH6Q7B7W274I4TAXJTL65IP5GI7EPQLUYKO4C62OII3EGLV1IDI7MF4KX9Y77KOIE7ZPX0IQ8AWF0PF4' where id=33; -update noar tt set v1='2GQWU5SSRWW772TCQKN4Z75CTVI4FBNPOZ4GLCBJ53D266L1P00K4NU3QNVQOTD5S153G0JQQFB1UJUIK2GAXGBM5UONRK85R2MUU91IQL6G887Z7QXZ0B777NS6JO8CIEY5GKIUUXBP0Q0KC6QGVK9VT5RCLJ0LPJHGN02VPRE48EHNCELO5YVYQOJVXY1CZ085JG6U987ZBMSJAEA6YB5SU4KO3MH4WZ8BEGGOI7JE8C8R35T2SOAJQ0TNATC87' where id=33; -update noar ti set v1='2GQWU5SSRWW772TCQKN4Z75CTVI4FBNPOZ4GLCBJ53D266L1P00K4NU3QNVQOTD5S153G0JQQFB1UJUIK2GAXGBM5UONRK85R2MUU91IQL6G887Z7QXZ0B777NS6JO8CIEY5GKIUUXBP0Q0KC6QGVK9VT5RCLJ0LPJHGN02VPRE48EHNCELO5YVYQOJVXY1CZ085JG6U987ZBMSJAEA6YB5SU4KO3MH4WZ8BEGGOI7JE8C8R35T2SOAJQ0TNATC87' where id=33; -update noar tt set v2='8L6DFI5EFNTY2L9SFPMJFQGA2Y2BAHIZ8PXP7Q6K9WFCKGIOP3S61V74A5B3GJ8VF4FJYZEE5FEL6GWSQ6D5C1GA8P095H0ST5YD573I4INKDMON9GMN2LGW0E7ORZE72G37540A1H5K83QBUTLK24Y2NMK2R1QHW19XAXWC32RH0P0UAGRY6YS2PLBT7E2KP9A19KH5C7NZXEGP0GQPWHBP1AIQFGLMAOQZH2XFQOQ7CX6CAF6WNCC7WGXFGY2UJ' where id=33; -update noar ti set v2='8L6DFI5EFNTY2L9SFPMJFQGA2Y2BAHIZ8PXP7Q6K9WFCKGIOP3S61V74A5B3GJ8VF4FJYZEE5FEL6GWSQ6D5C1GA8P095H0ST5YD573I4INKDMON9GMN2LGW0E7ORZE72G37540A1H5K83QBUTLK24Y2NMK2R1QHW19XAXWC32RH0P0UAGRY6YS2PLBT7E2KP9A19KH5C7NZXEGP0GQPWHBP1AIQFGLMAOQZH2XFQOQ7CX6CAF6WNCC7WGXFGY2UJ' where id=33; -update noar tt set v3='9K0I0PMN2FVXAJ7ITQQK9AC1IP346NAT7RBGXBK5KQ42JA73HZIC05K9BW1L9KU2VR0RB9H50DPYN0VOQ58RC4WRSW49L0T4TOV4S96BZWWJBZUIX5Z76QFA8EQQ5PUE6RYTIEGVYSVIMQ14JY75BV44ZXVCTFI71JS4S2J6FXKRICRY3XM1PREQ4ZV6O8BHZTL5NRTLSI4INTSRBYV1QBDJ0RCU6RIQNBYLYN93BMV9KBEDVQSQXJESY52EMZ1EI' where id=33; -update noar ti set v3='9K0I0PMN2FVXAJ7ITQQK9AC1IP346NAT7RBGXBK5KQ42JA73HZIC05K9BW1L9KU2VR0RB9H50DPYN0VOQ58RC4WRSW49L0T4TOV4S96BZWWJBZUIX5Z76QFA8EQQ5PUE6RYTIEGVYSVIMQ14JY75BV44ZXVCTFI71JS4S2J6FXKRICRY3XM1PREQ4ZV6O8BHZTL5NRTLSI4INTSRBYV1QBDJ0RCU6RIQNBYLYN93BMV9KBEDVQSQXJESY52EMZ1EI' where id=33; -update noar tt set v0='SI26W3G68GS54M7AMEB9AG2I5OEK9BA89KR7TG7KLBFOUGXH1MYIFCYYYX32I96QTKRCRP5QJJDQDR5OJLGC2F4QO90F93LJZZAE6BTN98DFS92IA1XQNN3XKSHW2I9Y02FHVFQ84YOZIM7XLA10KPJ1ZEWNZ7EA99JXHIF4EX3PQRO99LEQ0YXTEWZJQ47OEJZB3DAQDQAKLX7KKZZ2PIGN5EOWANGLUXCKFDX1OOVXB4E1XHUF6O0S32A72YKPG' where id=34; -update noar ti set v0='SI26W3G68GS54M7AMEB9AG2I5OEK9BA89KR7TG7KLBFOUGXH1MYIFCYYYX32I96QTKRCRP5QJJDQDR5OJLGC2F4QO90F93LJZZAE6BTN98DFS92IA1XQNN3XKSHW2I9Y02FHVFQ84YOZIM7XLA10KPJ1ZEWNZ7EA99JXHIF4EX3PQRO99LEQ0YXTEWZJQ47OEJZB3DAQDQAKLX7KKZZ2PIGN5EOWANGLUXCKFDX1OOVXB4E1XHUF6O0S32A72YKPG' where id=34; -update noar tt set v1='PO8QZ3A2OC1BP6M07DVLPL1GP8ODXZIVUPRPZ6ZCKOIQDU3GFR8D10N2TVB9J7COE8IAEJ1RVSDW84K9T2AGCJQ3DCQKIYESQK0VZSUB5GNLOQYZ9MZ17VYU7CFTZGGHCF8R82HJB7NVCLMVQ1AJZK9P8F89W5IOQ7J59OX0QKV0L712WJX2ARNW75SQPS7FK67QSHKNRDUIEXJVR3F54FY3Z4BL0O9CCN1U2UIUHTGC1ZUZS0TFPN9AZDGHLF9H2' where id=34; -update noar ti set v1='PO8QZ3A2OC1BP6M07DVLPL1GP8ODXZIVUPRPZ6ZCKOIQDU3GFR8D10N2TVB9J7COE8IAEJ1RVSDW84K9T2AGCJQ3DCQKIYESQK0VZSUB5GNLOQYZ9MZ17VYU7CFTZGGHCF8R82HJB7NVCLMVQ1AJZK9P8F89W5IOQ7J59OX0QKV0L712WJX2ARNW75SQPS7FK67QSHKNRDUIEXJVR3F54FY3Z4BL0O9CCN1U2UIUHTGC1ZUZS0TFPN9AZDGHLF9H2' where id=34; -update noar tt set v2='5N6HRFQ4949NXIMOPNIA6IKQHEXN2B0R7G3T2WS2RCWO7LVJSURZRCQ52O45R598M3BDHGO1ZW22C0WAOOWJ3CDP3SAXKTRHC2W5N9R8MMR50977PSLKYLOTXZ6SKNER8BT4LC7SCPHIRDAFFPP9398I678Q3EV3WIOZDJGE84L3KV0FLNJU0M0OACPH7HD6ENJX4MYB2L29SR28SVCEQUIR644Y0ODRMU8JYK18VZW80UUUR6KPU1LK2JMPU0WPR' where id=34; -update noar ti set v2='5N6HRFQ4949NXIMOPNIA6IKQHEXN2B0R7G3T2WS2RCWO7LVJSURZRCQ52O45R598M3BDHGO1ZW22C0WAOOWJ3CDP3SAXKTRHC2W5N9R8MMR50977PSLKYLOTXZ6SKNER8BT4LC7SCPHIRDAFFPP9398I678Q3EV3WIOZDJGE84L3KV0FLNJU0M0OACPH7HD6ENJX4MYB2L29SR28SVCEQUIR644Y0ODRMU8JYK18VZW80UUUR6KPU1LK2JMPU0WPR' where id=34; -update noar tt set v3='II772IKVGX1MX8RKL36PYI9JO2BZXQKCQARD630DZQFWCMPYLDRL0XU563SUV37FNISKK1C06JGTMUHKPODBSQ7R8TH9FPXSJVQUBDU6V23GBDOGBQIFAZAH0TWAE6WKG3P2S4AD5EY7K6IM5MM3NJJQRCJM6REH78QG081T5NMLCNGLZCBXI71MTSZ2AMBHU159LJR9XQ59A6SJT7C3UZRRGT0FFVWKKZXDBZV1FXQJ6KM5WXQPCVNO5C22Q5UPY' where id=34; -update noar ti set v3='II772IKVGX1MX8RKL36PYI9JO2BZXQKCQARD630DZQFWCMPYLDRL0XU563SUV37FNISKK1C06JGTMUHKPODBSQ7R8TH9FPXSJVQUBDU6V23GBDOGBQIFAZAH0TWAE6WKG3P2S4AD5EY7K6IM5MM3NJJQRCJM6REH78QG081T5NMLCNGLZCBXI71MTSZ2AMBHU159LJR9XQ59A6SJT7C3UZRRGT0FFVWKKZXDBZV1FXQJ6KM5WXQPCVNO5C22Q5UPY' where id=34; -update noar tt set v0='6RRGZWPIE81BJ57BSNVWQGQXCK05KYLUFA471G7L3UUN7EX9J1C534B3X41QN8YY6WEO5RMWFSEE30MY01LQN1VEDZA0F7M0K32LZC6ED4VTDPD6IZ2K2443N9R2LO8VOCLZLRJZDBPWIUBNVNDENVFK31M7OVZV0J2JGI4Y2JJQMKJG7SAN3F21OTGURRJ67ARF3NJ80SA2956N74NMUESIWR5C8NUHBGMAP8NJBTS5EZC902Y70TRSQCJP7321P' where id=35; -update noar ti set v0='6RRGZWPIE81BJ57BSNVWQGQXCK05KYLUFA471G7L3UUN7EX9J1C534B3X41QN8YY6WEO5RMWFSEE30MY01LQN1VEDZA0F7M0K32LZC6ED4VTDPD6IZ2K2443N9R2LO8VOCLZLRJZDBPWIUBNVNDENVFK31M7OVZV0J2JGI4Y2JJQMKJG7SAN3F21OTGURRJ67ARF3NJ80SA2956N74NMUESIWR5C8NUHBGMAP8NJBTS5EZC902Y70TRSQCJP7321P' where id=35; -update noar tt set v1='V8VTPC7BEKW93PHXRRAE123CQ9JIN0L0PQJA9PCBR06O3FF1HD8CHI8OKAABN2J42PXJ2C8JDLCCMGE0MS0D1GF3POQQ5856K3KN49HYD074NAG1ACYL7VOPOVCZMEZMI2Y7KINSBM7JMJNICJ0YTIW1D97QGC9NO1HFME9Q1M9SU98JPU44IGUPFNFP26JNQ6GH9A880NB3BER6SNDPA17S8OV1WM5Z28RYDP057BYFHB041DPAEVYW5KK50YXF8' where id=35; -update noar ti set v1='V8VTPC7BEKW93PHXRRAE123CQ9JIN0L0PQJA9PCBR06O3FF1HD8CHI8OKAABN2J42PXJ2C8JDLCCMGE0MS0D1GF3POQQ5856K3KN49HYD074NAG1ACYL7VOPOVCZMEZMI2Y7KINSBM7JMJNICJ0YTIW1D97QGC9NO1HFME9Q1M9SU98JPU44IGUPFNFP26JNQ6GH9A880NB3BER6SNDPA17S8OV1WM5Z28RYDP057BYFHB041DPAEVYW5KK50YXF8' where id=35; -update noar tt set v2='M40EG1BA6XTQLKBSJN8A9739NS4QI29XDURDLEMMNIW1CXAOZVGX5J1VG9JPWJKKLNYWKTXEYSEIEUR50OIU84YUDKOBNCA4P4IVD86PMBWPJ6Q0WJU3P7KF3DLQ9H8EP2JJMSSHSR5BCEIS4TSLDTF2H47IH637X80DJNMCTJN2ENEK51ST3UCQQ78AEQ5QHM1XBNW9BR1PPFUMU63NOK8BSM4Y24RCJ9QZWLBAPI6Q13CIB3V4MYZGPFPAYM5E9' where id=35; -update noar ti set v2='M40EG1BA6XTQLKBSJN8A9739NS4QI29XDURDLEMMNIW1CXAOZVGX5J1VG9JPWJKKLNYWKTXEYSEIEUR50OIU84YUDKOBNCA4P4IVD86PMBWPJ6Q0WJU3P7KF3DLQ9H8EP2JJMSSHSR5BCEIS4TSLDTF2H47IH637X80DJNMCTJN2ENEK51ST3UCQQ78AEQ5QHM1XBNW9BR1PPFUMU63NOK8BSM4Y24RCJ9QZWLBAPI6Q13CIB3V4MYZGPFPAYM5E9' where id=35; -update noar tt set v3='ELPMQLP458OO7NAL97BIEJ1J7ZM4U1BGMDBUTPH1A4WKHDMB5QVX3TJUIELK1MQXH81F008HC2QV2ZM707GB67WFIG2YR7KH3L1HR5JH1527P6BOJG35ORSSIHD1SOFIN39STN53GG74MIARZBYGJHNG1TQGI0A6SW3VV9OVM2MDSJN6IE3E9Z45WAJ2J03HZQ4HEJF96PEGNOPP3RC47419S9HKF1HSU22T6ZT8QBIY1X0U1VTXE73UWUYCSQ4XZ' where id=35; -update noar ti set v3='ELPMQLP458OO7NAL97BIEJ1J7ZM4U1BGMDBUTPH1A4WKHDMB5QVX3TJUIELK1MQXH81F008HC2QV2ZM707GB67WFIG2YR7KH3L1HR5JH1527P6BOJG35ORSSIHD1SOFIN39STN53GG74MIARZBYGJHNG1TQGI0A6SW3VV9OVM2MDSJN6IE3E9Z45WAJ2J03HZQ4HEJF96PEGNOPP3RC47419S9HKF1HSU22T6ZT8QBIY1X0U1VTXE73UWUYCSQ4XZ' where id=35; -update noar tt set v0='P7JUPRGYYN2914ZB40YYAE78T3CZYKZ3LWMT9X3X94Q4XYS7G4LT1VF4SPHLS0LZQHLAQP1ES8BPI0XNEYGXQC662H4EILD1Z2P4E4CBRYDIJU9OG7SXUSZ6RPHCGYBVQNOFDQIIBC66FGK9V1S0C8RXMQ6R6GL77ZR35HI7HVHSQ0USEBG0J7TQC67CY8V6BD8TRQO0O8SX0HRAVULJMTJR60HAEYYNT4DE25IDPIGX7T88NQUS8ZYOQD9U5LS49' where id=36; -update noar ti set v0='P7JUPRGYYN2914ZB40YYAE78T3CZYKZ3LWMT9X3X94Q4XYS7G4LT1VF4SPHLS0LZQHLAQP1ES8BPI0XNEYGXQC662H4EILD1Z2P4E4CBRYDIJU9OG7SXUSZ6RPHCGYBVQNOFDQIIBC66FGK9V1S0C8RXMQ6R6GL77ZR35HI7HVHSQ0USEBG0J7TQC67CY8V6BD8TRQO0O8SX0HRAVULJMTJR60HAEYYNT4DE25IDPIGX7T88NQUS8ZYOQD9U5LS49' where id=36; -update noar tt set v1='2V2NF6ULETBD58Z0LEMRB25477HWMDYOYYNLWI3KR86K3CMV5ZF6QGOGFI8FEAYJZVDP9EMU3C291ZXCWL8GDSPIOHPCHL7BU4T9VIS3Y5ZRDRZY9LFR2TOG25ZDI5I8K6EL17ZNRAZ5CANMEGLAY2VHWV8CLBSY3TDEIX9WS25VRYZM76R3A1GSGCIE0JDGFOA1MUJSP14SQD757ME54GACJHG4I0WNR1QKKF7MW3ISJULIWP1MGS8NOG0KZ4YHF' where id=36; -update noar ti set v1='2V2NF6ULETBD58Z0LEMRB25477HWMDYOYYNLWI3KR86K3CMV5ZF6QGOGFI8FEAYJZVDP9EMU3C291ZXCWL8GDSPIOHPCHL7BU4T9VIS3Y5ZRDRZY9LFR2TOG25ZDI5I8K6EL17ZNRAZ5CANMEGLAY2VHWV8CLBSY3TDEIX9WS25VRYZM76R3A1GSGCIE0JDGFOA1MUJSP14SQD757ME54GACJHG4I0WNR1QKKF7MW3ISJULIWP1MGS8NOG0KZ4YHF' where id=36; -update noar tt set v2='UUVWDIMYHHRSSM4UKUZGDR4TUGPPQKT9ZKTUEY5D88C3WV8O7RWIWFCLYN76BH9PZDPDPEIQLONIWVGIJY60BRQEN6D2CNQFDJHXP6QZLSXTNPG27YJVHZMOVE3D216A4DKHJLSJGXW3VRKH0SLT5PBEHAZDFIYW93HO22I5JM60N6Q6PZXFABE07WBIILAY8LOQRD7B7F4CTETS4XVO5DDJCQGNOTDLF1WUNL2DDXSCNUONOA12G6E8O8ZC3RDPI' where id=36; -update noar ti set v2='UUVWDIMYHHRSSM4UKUZGDR4TUGPPQKT9ZKTUEY5D88C3WV8O7RWIWFCLYN76BH9PZDPDPEIQLONIWVGIJY60BRQEN6D2CNQFDJHXP6QZLSXTNPG27YJVHZMOVE3D216A4DKHJLSJGXW3VRKH0SLT5PBEHAZDFIYW93HO22I5JM60N6Q6PZXFABE07WBIILAY8LOQRD7B7F4CTETS4XVO5DDJCQGNOTDLF1WUNL2DDXSCNUONOA12G6E8O8ZC3RDPI' where id=36; -update noar tt set v3='PCJJE28CZRNLBBLYX00AVE0PSWUQVEY5AWYSAX3JI85D78HGQ9M7XW7TQT17IDY331HMCWFO4NB4BXXCQD36G5ZJAZ67E6WIOFWW1BKYMIOJYQLEQYP8LCWWSA618L4IRIL6LHJIZ4Q2IYK3QISO5XS91YR7SPPFJNMZ2QIT8FXXWH26HBIZYVXEAUSW6W6K6FMPUJ9NKSHMPG24TNU1UKVV6TEUTSO0T1RXVXWKO89LZDXS21LWUHB2X8TE1RKBS' where id=36; -update noar ti set v3='PCJJE28CZRNLBBLYX00AVE0PSWUQVEY5AWYSAX3JI85D78HGQ9M7XW7TQT17IDY331HMCWFO4NB4BXXCQD36G5ZJAZ67E6WIOFWW1BKYMIOJYQLEQYP8LCWWSA618L4IRIL6LHJIZ4Q2IYK3QISO5XS91YR7SPPFJNMZ2QIT8FXXWH26HBIZYVXEAUSW6W6K6FMPUJ9NKSHMPG24TNU1UKVV6TEUTSO0T1RXVXWKO89LZDXS21LWUHB2X8TE1RKBS' where id=36; -update noar tt set v0='VZYC2EVSQNE7K10HWF8BZ6FKZX45ANCG9V41LPF4QK5NS5OLC1XMBWMRWXP3X7APPGKBVOX8YAEORQWLKDALS2TJ5EELTSGC2IESQSU49YNB0T98ITOV2D9NPZPB7P340GD5ZGGGMCW6BJ5WUJQRTX397TIX0146ZD8BQMDH42EJ7ZAZGJ9SWGHIDIGPEE2TBR0QHGPVPH184AN5N0628DLV5PVIBPEUDFMJJMKRHU6YMZAG8BFPESJYSP10IJE9A' where id=37; -update noar ti set v0='VZYC2EVSQNE7K10HWF8BZ6FKZX45ANCG9V41LPF4QK5NS5OLC1XMBWMRWXP3X7APPGKBVOX8YAEORQWLKDALS2TJ5EELTSGC2IESQSU49YNB0T98ITOV2D9NPZPB7P340GD5ZGGGMCW6BJ5WUJQRTX397TIX0146ZD8BQMDH42EJ7ZAZGJ9SWGHIDIGPEE2TBR0QHGPVPH184AN5N0628DLV5PVIBPEUDFMJJMKRHU6YMZAG8BFPESJYSP10IJE9A' where id=37; -update noar tt set v1='QLGG0UEIAR6V8B7G6BVB9NTUOARB4FRCADPLCGJQY8DO5JA4B76917TI57RDEY6Z1IE1PLMDY7OXZOHABENG6EBQGTKEP2WEYWLA8VX4JUR7BFW189IUSX41ZCEANXXBI0B7W8GYHRFRPLRM43U4U10HZI8ZD6DQLKJY2V5G36PUBQMCYVKGTHBQ30MJFAMLWPB76ECVDG5YN8GVTXE229B8S3P1CJ7DSN0UWRN7JBZF03S9LRZXFI4Z04CY81TRT' where id=37; -update noar ti set v1='QLGG0UEIAR6V8B7G6BVB9NTUOARB4FRCADPLCGJQY8DO5JA4B76917TI57RDEY6Z1IE1PLMDY7OXZOHABENG6EBQGTKEP2WEYWLA8VX4JUR7BFW189IUSX41ZCEANXXBI0B7W8GYHRFRPLRM43U4U10HZI8ZD6DQLKJY2V5G36PUBQMCYVKGTHBQ30MJFAMLWPB76ECVDG5YN8GVTXE229B8S3P1CJ7DSN0UWRN7JBZF03S9LRZXFI4Z04CY81TRT' where id=37; -update noar tt set v2='WCFWJ2VCYRPGWTYQ5PZUJTMM9VA53T1RBSBUPLD36IXOEY13EV5TT38RARM7V82X2I7ZJ1ZLRXAF99PTYD8K1G8JIGH7N25T43E9NIRPMGR7RV2OL9WLBEJ0OT0CQNBKJIO7F2OMVUA20GKMES8BOU74NBJPNCVODQAJFRLK4SP2WDM6KUYXLOY7C2BYJASID5SQNS7ZFZKWHN5M40BGP9LZKDNK05J4N5HA4MHVJLIFHDEUGJ7XPYNGA79SZBBLT' where id=37; -update noar ti set v2='WCFWJ2VCYRPGWTYQ5PZUJTMM9VA53T1RBSBUPLD36IXOEY13EV5TT38RARM7V82X2I7ZJ1ZLRXAF99PTYD8K1G8JIGH7N25T43E9NIRPMGR7RV2OL9WLBEJ0OT0CQNBKJIO7F2OMVUA20GKMES8BOU74NBJPNCVODQAJFRLK4SP2WDM6KUYXLOY7C2BYJASID5SQNS7ZFZKWHN5M40BGP9LZKDNK05J4N5HA4MHVJLIFHDEUGJ7XPYNGA79SZBBLT' where id=37; -update noar tt set v3='MO2GY6Y24Z3PV67LWO081TA9FMHWX10JVJ8OUIWPACPFZ9PBHPDLHC0B23IQ2YP49BC6WOBVP1L25GG9T0SMQHEAVVN9T2SK6EBOHYCPMB9BIZYSWBES9E3I8AQS4F2ILSAHEKM8UD9TK8QC6CCAN25ZAWR8J0KYTCO63FYA3BJLP0UIL2RJIAST9GDWNQPL463P3B1WWOTGGPE31C9DHKDI20SHQS4Q872VL6HX3MRYM1JB45SOR8SCGWAXVXWQU' where id=37; -update noar ti set v3='MO2GY6Y24Z3PV67LWO081TA9FMHWX10JVJ8OUIWPACPFZ9PBHPDLHC0B23IQ2YP49BC6WOBVP1L25GG9T0SMQHEAVVN9T2SK6EBOHYCPMB9BIZYSWBES9E3I8AQS4F2ILSAHEKM8UD9TK8QC6CCAN25ZAWR8J0KYTCO63FYA3BJLP0UIL2RJIAST9GDWNQPL463P3B1WWOTGGPE31C9DHKDI20SHQS4Q872VL6HX3MRYM1JB45SOR8SCGWAXVXWQU' where id=37; -update noar tt set v0='BLEMK4WHMRMRC2168NSCHC0J1XDRQJAJWN898EK8XDNFPUQ8WK9G70B1E4C2J6J97KA2BH97WSPQKL7I7TWP26FVJQH15MQ7AHG0Q0B3W2ZTTBALUYM4S171OJV1YC0D1IVK6VSQMLL27OQR9Q8DPF6NAZJVU7BWCEBW79SVGCWFIBE997DUYGV24MP955I2QWGA0D8TSJLJPU2C6P8ZAX1ZZHBZ7PWBKNLFQ0UWZF3FWFY8E1O6K17P3Z6CY5CD7' where id=38; -update noar ti set v0='BLEMK4WHMRMRC2168NSCHC0J1XDRQJAJWN898EK8XDNFPUQ8WK9G70B1E4C2J6J97KA2BH97WSPQKL7I7TWP26FVJQH15MQ7AHG0Q0B3W2ZTTBALUYM4S171OJV1YC0D1IVK6VSQMLL27OQR9Q8DPF6NAZJVU7BWCEBW79SVGCWFIBE997DUYGV24MP955I2QWGA0D8TSJLJPU2C6P8ZAX1ZZHBZ7PWBKNLFQ0UWZF3FWFY8E1O6K17P3Z6CY5CD7' where id=38; -update noar tt set v1='3U1EKVNAUPBJSZOF7VTPEYGHFUIJ11JETHL8HU65OWMD8TELHE2THLI58JEBCKXCII7QQQAWUGZKA1FWS0EHZUXQFK8DQJ4OB0PWFLKSHCHZDF2HBCY6WRSI7J447TTFNSDGPH07S9J17RGIXI8ROWSPNRXWLOFLHKZBXPMWDL01JWNWFAZ8SFVMBO2V02E2IZ3AO7KUB0LGJTZBG1FAWT0C6PCP54YI5KRYB7ZJSTPUYZXNB3U5P1YFUZHCJ2U8M' where id=38; -update noar ti set v1='3U1EKVNAUPBJSZOF7VTPEYGHFUIJ11JETHL8HU65OWMD8TELHE2THLI58JEBCKXCII7QQQAWUGZKA1FWS0EHZUXQFK8DQJ4OB0PWFLKSHCHZDF2HBCY6WRSI7J447TTFNSDGPH07S9J17RGIXI8ROWSPNRXWLOFLHKZBXPMWDL01JWNWFAZ8SFVMBO2V02E2IZ3AO7KUB0LGJTZBG1FAWT0C6PCP54YI5KRYB7ZJSTPUYZXNB3U5P1YFUZHCJ2U8M' where id=38; -update noar tt set v2='XYXXOVJA3MVYICGJI92SLTQ8MA44NNQ456OMEAT8TZDDBCNWJH5ZEUVBGGWR9AXMHXKCAMZT6RQZVR6N1R5XOV257EFKV4JKIBOHRSOU0H057G5OZGGECT6YVFC04GVS3BFHXQYIB0AXOWPDAEM9B82ISPB1WWG9I1QEMGHUXRYFNWK7DWORZMFYP25BTUYYFJB7BYPZ37SCAEWMWNNRXLL8PWQYIW12K68AJ1VGLNAE7X2OY41F0FM9JPDSBUPUQ' where id=38; -update noar ti set v2='XYXXOVJA3MVYICGJI92SLTQ8MA44NNQ456OMEAT8TZDDBCNWJH5ZEUVBGGWR9AXMHXKCAMZT6RQZVR6N1R5XOV257EFKV4JKIBOHRSOU0H057G5OZGGECT6YVFC04GVS3BFHXQYIB0AXOWPDAEM9B82ISPB1WWG9I1QEMGHUXRYFNWK7DWORZMFYP25BTUYYFJB7BYPZ37SCAEWMWNNRXLL8PWQYIW12K68AJ1VGLNAE7X2OY41F0FM9JPDSBUPUQ' where id=38; -update noar tt set v3='5L73SKY8XCDCE44Z5XSXL2IK878E2ZQV6PCRB3Q1CWQ7QU6OBEAXJO7RN2HPX7IXDR17QR54S3C2YCE8FV9X4ILFP7ZZ69FWM2W50ALPA72SUMDBYWVGC9B8ICDOP9PHYZ89ESF0SD9X71M2JGGNAQYAEL6TK15KCSG7EAIUWSW6M3SOZLD4GSUWJZ971TG9UP1AWK6T00KFZJVOAD76ZV10XZ8PZER0DIKK7FBZ18TQDQ4Z0KX8WQM6LX0APV7H4' where id=38; -update noar ti set v3='5L73SKY8XCDCE44Z5XSXL2IK878E2ZQV6PCRB3Q1CWQ7QU6OBEAXJO7RN2HPX7IXDR17QR54S3C2YCE8FV9X4ILFP7ZZ69FWM2W50ALPA72SUMDBYWVGC9B8ICDOP9PHYZ89ESF0SD9X71M2JGGNAQYAEL6TK15KCSG7EAIUWSW6M3SOZLD4GSUWJZ971TG9UP1AWK6T00KFZJVOAD76ZV10XZ8PZER0DIKK7FBZ18TQDQ4Z0KX8WQM6LX0APV7H4' where id=38; -update noar tt set v0='B4IMNLSGG9KWHN21N6KI1DE8AM0SFA8P6YV5WF3PWKLW9LLO20AW2BL8MH60HAQEP15LE59KU0U9KFE1ZXW154CJXMWNXNWTV1GNR24T6ES5EAXT0Q9P5SN2FAP4BQI8PTPPE0S7FZ5W5NUAB0YG1UXR4KGWNFFZELBBJDBGR4TWIR6SZ0UWLKL398XP8B7712OUSLUBYJZD03GPBBQMWBVSPZWU1O2B4ALC0MFXF7XEINIDHMUWI64EVIB3YTFWW' where id=39; -update noar ti set v0='B4IMNLSGG9KWHN21N6KI1DE8AM0SFA8P6YV5WF3PWKLW9LLO20AW2BL8MH60HAQEP15LE59KU0U9KFE1ZXW154CJXMWNXNWTV1GNR24T6ES5EAXT0Q9P5SN2FAP4BQI8PTPPE0S7FZ5W5NUAB0YG1UXR4KGWNFFZELBBJDBGR4TWIR6SZ0UWLKL398XP8B7712OUSLUBYJZD03GPBBQMWBVSPZWU1O2B4ALC0MFXF7XEINIDHMUWI64EVIB3YTFWW' where id=39; -update noar tt set v1='WWW6M0YXSMIZJAFX1NPFPL7B9S75TM45GCU759PAHIDWACM5LB5IOY7GZSYK0QOZC9DQ2NNAI4ZW0RAXSZFV6YZ85RTW5JMJTVPYTCJAHSL2QPOZWURJTUI7U3ASW5P99X5QNXPXOCIWVWWFG86L7YLHCE83HPA1V1P3VFPZB6ASQEZIKM5ZKIMFND91UQMCNNYQKSKEMFDAJ7CE9Y134AV2HI4V2O5XA8EL0CDP3UIOBQ4K0WMIPE3I8HHDB18P3' where id=39; -update noar ti set v1='WWW6M0YXSMIZJAFX1NPFPL7B9S75TM45GCU759PAHIDWACM5LB5IOY7GZSYK0QOZC9DQ2NNAI4ZW0RAXSZFV6YZ85RTW5JMJTVPYTCJAHSL2QPOZWURJTUI7U3ASW5P99X5QNXPXOCIWVWWFG86L7YLHCE83HPA1V1P3VFPZB6ASQEZIKM5ZKIMFND91UQMCNNYQKSKEMFDAJ7CE9Y134AV2HI4V2O5XA8EL0CDP3UIOBQ4K0WMIPE3I8HHDB18P3' where id=39; -update noar tt set v2='R72ZGMWBTTUYGM2EJ0DQFE7LY1B8C6F83VRQQ1EI1TM4GYOMQORPCNZ2FKS1802XU7UGHGMJ5GLB7TVDT54HNVXK9Q6V7H8M7TOUP9L0FC06Y0X3HASMUJPBEB3VTO47OGQ345QKRUGGMMBFK16LTNBNK1QFH5NF3Y2LVD2UV2NALPUPERN0YB06DZ736UPOJS78W22XAHKQ97LU19AP5JXBSLSMKTU96IP087DB89XNP8463RHND2D81SZXX0HQ9' where id=39; -update noar ti set v2='R72ZGMWBTTUYGM2EJ0DQFE7LY1B8C6F83VRQQ1EI1TM4GYOMQORPCNZ2FKS1802XU7UGHGMJ5GLB7TVDT54HNVXK9Q6V7H8M7TOUP9L0FC06Y0X3HASMUJPBEB3VTO47OGQ345QKRUGGMMBFK16LTNBNK1QFH5NF3Y2LVD2UV2NALPUPERN0YB06DZ736UPOJS78W22XAHKQ97LU19AP5JXBSLSMKTU96IP087DB89XNP8463RHND2D81SZXX0HQ9' where id=39; -update noar tt set v3='I6RAY59JTJM0VVCWEA3KVOGUZ8LUVEWO9TC7IVR40TRTRX0EOMNNV46AHEFHCFA5MJYFLKPDGJXP97WZKG2K3HGUKG6JX81M3SOEX2WNDOFU3J0WD253TGUBE18343XG2HZLI1N0M7GLQ5K179NZ5J7C4QJKV031V3L1PMULL8EAWT1XL05SHW9ZF8TIQ3RRWIZK8T4QDDV6MHZP9B6WXWS6UPGJ448BSK59XLXHNA2ZKADCUV3DOIGZM1TDD2WVN' where id=39; -update noar ti set v3='I6RAY59JTJM0VVCWEA3KVOGUZ8LUVEWO9TC7IVR40TRTRX0EOMNNV46AHEFHCFA5MJYFLKPDGJXP97WZKG2K3HGUKG6JX81M3SOEX2WNDOFU3J0WD253TGUBE18343XG2HZLI1N0M7GLQ5K179NZ5J7C4QJKV031V3L1PMULL8EAWT1XL05SHW9ZF8TIQ3RRWIZK8T4QDDV6MHZP9B6WXWS6UPGJ448BSK59XLXHNA2ZKADCUV3DOIGZM1TDD2WVN' where id=39; -update noar tt set v0='993LPX5KQ7LIL089G7YFC4ZLW6MBK1SMIMSHVEVLVLG46WJP2H6K9KC3V7MK4UB0I0LHSQW9I1Y3S4HGC781WR9F5QIDL6TL5P3Q9MAL1IFJW5G9MAII7CI0UOJQYLAJDW837MVT7NVVBG0KN58WBZGWP4TEHE5SKSD6B63MLSWUW3HTENUPHWL81A4SV3JL4GR6FJWQOU3RCBLM3H3ZKKIHLS6UB49N3URGCBVPW8KYNSETT57EODXUSB4FFEB96' where id=40; -update noar ti set v0='993LPX5KQ7LIL089G7YFC4ZLW6MBK1SMIMSHVEVLVLG46WJP2H6K9KC3V7MK4UB0I0LHSQW9I1Y3S4HGC781WR9F5QIDL6TL5P3Q9MAL1IFJW5G9MAII7CI0UOJQYLAJDW837MVT7NVVBG0KN58WBZGWP4TEHE5SKSD6B63MLSWUW3HTENUPHWL81A4SV3JL4GR6FJWQOU3RCBLM3H3ZKKIHLS6UB49N3URGCBVPW8KYNSETT57EODXUSB4FFEB96' where id=40; -update noar tt set v1='G20KIJ273MJUZIS1CETODHSCF2R7IDEC9B911INZS4J5SIAX7O50LPT593YQS8PZFUFYLVIRHDILBW5J5YPRDG2GKX64NEWVEOPBNBNQIGJXLCXDVH9ETJXR936IM6ZX24OPOQPZ6F39GFLEV27809QH9HZQJDBTWNG62TV1686957XBNX0NLHKY2YB19RVM3D43OELFAQ8DAJR7SJ41Z1ZCJCCBGTH2RIL5L7WR8LB141MHU736KZ0B965T6HATI' where id=40; -update noar ti set v1='G20KIJ273MJUZIS1CETODHSCF2R7IDEC9B911INZS4J5SIAX7O50LPT593YQS8PZFUFYLVIRHDILBW5J5YPRDG2GKX64NEWVEOPBNBNQIGJXLCXDVH9ETJXR936IM6ZX24OPOQPZ6F39GFLEV27809QH9HZQJDBTWNG62TV1686957XBNX0NLHKY2YB19RVM3D43OELFAQ8DAJR7SJ41Z1ZCJCCBGTH2RIL5L7WR8LB141MHU736KZ0B965T6HATI' where id=40; -update noar tt set v2='KQQWXZC7RRYMYUHA95EXL4KSC2YXUNPVOTXTQGVSRTSAFC4DXMQ7C1DEIJDQ682UIUCHJ0985NI7T6OLLCJ4ZKJH1PM93QT2OJFQP576FSLCVB57GEHSFZEXMVJO0KA0FSND0P4QCIFCSETC6TS5HLOGD6CBGW3QIW241P855G4KMGJPSBDXZ4LGC87GZT6Z8101K4MB4WI680G9ZPDR5IOXM6ZO0L7VBTKY4CRQBL990JLBGAXXEWZPM92BZ7SH4' where id=40; -update noar ti set v2='KQQWXZC7RRYMYUHA95EXL4KSC2YXUNPVOTXTQGVSRTSAFC4DXMQ7C1DEIJDQ682UIUCHJ0985NI7T6OLLCJ4ZKJH1PM93QT2OJFQP576FSLCVB57GEHSFZEXMVJO0KA0FSND0P4QCIFCSETC6TS5HLOGD6CBGW3QIW241P855G4KMGJPSBDXZ4LGC87GZT6Z8101K4MB4WI680G9ZPDR5IOXM6ZO0L7VBTKY4CRQBL990JLBGAXXEWZPM92BZ7SH4' where id=40; -update noar tt set v3='R7732WUFVPUQ2FSPG2M64R2NWRSJXF65DEXK4ZLARSVJBFNRJYTW0OO5FJHWHLZDDURYFCSCF35WDLHR092CRIFC1DWSDC69XZ13ZDL30Y33IQW9ZS682HUG7JTXMKML50J9YJQQ7757LM5PVXS6YMNECT3N9D1H0MKSZCNV4R3SLEGHRCQXI1335UXBZSPP3GD9ZJ64A0KUB2QQZ4O6CDS9P5LSYWKHW8FZSS8I8HHKTFB1MIBMZZI5M7G70DMIM' where id=40; -update noar ti set v3='R7732WUFVPUQ2FSPG2M64R2NWRSJXF65DEXK4ZLARSVJBFNRJYTW0OO5FJHWHLZDDURYFCSCF35WDLHR092CRIFC1DWSDC69XZ13ZDL30Y33IQW9ZS682HUG7JTXMKML50J9YJQQ7757LM5PVXS6YMNECT3N9D1H0MKSZCNV4R3SLEGHRCQXI1335UXBZSPP3GD9ZJ64A0KUB2QQZ4O6CDS9P5LSYWKHW8FZSS8I8HHKTFB1MIBMZZI5M7G70DMIM' where id=40; -update noar tt set v0='Z3MCG8M3D3Y1FY3T9LXZGFNSPSABYWJPN1LRNSWZZDWLVUMUROCS747SFXQ16L0EFLZ8ZUTXFR0664NYK2MNRBO1CZ0VDHZN9WNIJZSTXD1101APO8RBR4P6NM4CS3KP7B3EBPEJI9VVVO8VSVLZ79B3YX559EC0TF4ANCB9V5DGR0SEX7UX78D9BUIFAZKFWP0UCBOMROPT9AEBMPC0NTM9O6ZGC540D5RF5DR3XVXDC063N6I3EV5MT2O6KYPHO' where id=41; -update noar ti set v0='Z3MCG8M3D3Y1FY3T9LXZGFNSPSABYWJPN1LRNSWZZDWLVUMUROCS747SFXQ16L0EFLZ8ZUTXFR0664NYK2MNRBO1CZ0VDHZN9WNIJZSTXD1101APO8RBR4P6NM4CS3KP7B3EBPEJI9VVVO8VSVLZ79B3YX559EC0TF4ANCB9V5DGR0SEX7UX78D9BUIFAZKFWP0UCBOMROPT9AEBMPC0NTM9O6ZGC540D5RF5DR3XVXDC063N6I3EV5MT2O6KYPHO' where id=41; -update noar tt set v1='46MKAPEF3NX2QVY44GJC9D7V2Z24DL6B32XK5XG6WI46CB59G13U8CVKBLGF2Z3JI3DTIL4ZCV1QUM8KZJ7HFINJAR69U9XAZLBQK3T0N3D07F0VUBHGXTDSLEM531CDBACDYN51GQ0C0NNALOLSUY5TVEC9YUFB7N17GIHLL1OQIT69VY2BPTP4ZL4RLGJFM6BCNIDZGM2AQ47OKRAA3HUH1H57QBQYDLX3DXXUI4GXIE05822GCIKGGLVH0I5CD' where id=41; -update noar ti set v1='46MKAPEF3NX2QVY44GJC9D7V2Z24DL6B32XK5XG6WI46CB59G13U8CVKBLGF2Z3JI3DTIL4ZCV1QUM8KZJ7HFINJAR69U9XAZLBQK3T0N3D07F0VUBHGXTDSLEM531CDBACDYN51GQ0C0NNALOLSUY5TVEC9YUFB7N17GIHLL1OQIT69VY2BPTP4ZL4RLGJFM6BCNIDZGM2AQ47OKRAA3HUH1H57QBQYDLX3DXXUI4GXIE05822GCIKGGLVH0I5CD' where id=41; -update noar tt set v2='KJQPN7FELWSAGIMTUZSS5G1Y4S6RZRDM117CQMC2VTXX7WP1WNPHRFTJORJ0ZAV0VKVKRMKXSPL60LTU9BMKXF50XELPVUYYGWHPH5KXIKTJBT1ZUQ5MK4QMKR1I22S8FJHYK29E2UQXK8J50D3JSIWFHGMBENW4KWWZH0RT8F3CGKGNL6F7NHJUV2JX2FXG8AFKRXAO0B5OK9ZEW95LGDJK52OQLW1DZIIIFXXO54JAGOFO350CLZWR9HDEIFKIH' where id=41; -update noar ti set v2='KJQPN7FELWSAGIMTUZSS5G1Y4S6RZRDM117CQMC2VTXX7WP1WNPHRFTJORJ0ZAV0VKVKRMKXSPL60LTU9BMKXF50XELPVUYYGWHPH5KXIKTJBT1ZUQ5MK4QMKR1I22S8FJHYK29E2UQXK8J50D3JSIWFHGMBENW4KWWZH0RT8F3CGKGNL6F7NHJUV2JX2FXG8AFKRXAO0B5OK9ZEW95LGDJK52OQLW1DZIIIFXXO54JAGOFO350CLZWR9HDEIFKIH' where id=41; -update noar tt set v3='YY06IPGGO2185RI97507ZEU5GJDLL1B1RRXQBPR84A9FZJAS0HIXW5UV3WSD5H274H16JYTIKDKHZ972RWEW1EL0CISWMTJBJ5O4DM649JN3GX1TJGHFOUTBKDGBR2J2RIUG2O8YEVT0Z82QSY0CPC4FRA1S4SVZKXOBS45MUV90MTHVOSU0DSW2EAI4NNFOC2CDKDBNIQGUK887SF6H19XXRV6CQCBGZ4YUWJ49W4HD4IXAHD8Q6PNU0CKO168NV' where id=41; -update noar ti set v3='YY06IPGGO2185RI97507ZEU5GJDLL1B1RRXQBPR84A9FZJAS0HIXW5UV3WSD5H274H16JYTIKDKHZ972RWEW1EL0CISWMTJBJ5O4DM649JN3GX1TJGHFOUTBKDGBR2J2RIUG2O8YEVT0Z82QSY0CPC4FRA1S4SVZKXOBS45MUV90MTHVOSU0DSW2EAI4NNFOC2CDKDBNIQGUK887SF6H19XXRV6CQCBGZ4YUWJ49W4HD4IXAHD8Q6PNU0CKO168NV' where id=41; -update noar tt set v0='OE23U00BRJNAN1Q6CLG6UX86B4B7F04DNNZ7488OALTICLR3RQL5EKLTQKRH1648N96KZ4JA5GDA19ZL7W0RHH2VN6ND6ZG9Y7OW2JFN3G03JSYEPX9F8ACQ8OPSW64X2GMXA45MXK5L5C84LJH5NGCDD0Z60GN0J48KE72U2QZ78NERFSU6E1KDRNKOFFU6ZXEO5D3708Z28A3A4S7Y6Z6OIQTQ947OZ5E9CDK7ZG73FME1IDK56HWWHE57UMH48' where id=42; -update noar ti set v0='OE23U00BRJNAN1Q6CLG6UX86B4B7F04DNNZ7488OALTICLR3RQL5EKLTQKRH1648N96KZ4JA5GDA19ZL7W0RHH2VN6ND6ZG9Y7OW2JFN3G03JSYEPX9F8ACQ8OPSW64X2GMXA45MXK5L5C84LJH5NGCDD0Z60GN0J48KE72U2QZ78NERFSU6E1KDRNKOFFU6ZXEO5D3708Z28A3A4S7Y6Z6OIQTQ947OZ5E9CDK7ZG73FME1IDK56HWWHE57UMH48' where id=42; -update noar tt set v1='3F403KPRKN4YWEWE7WSN3MMD5TIRZXP9H7T1P9ZGIYSR8O8QAS65NJKB07TMD875F3NN7RJNDX7FCWNFFEYZ1IIL7B1IAKC21SF1K4K89YMQB0OD0FWQRSPMLGZ8PNXZ0TV2FUKOWHZ48CLP17MCPLLQU1BBOWL43DOHDGXEV7PRA3MA7N80C2MRH9SXXD5YL4WW1C0VPJ6G2UI8K6U82WV1WCZFC50JENMFSXADNVENE71JFDPDIS6VPIQ361NWQ' where id=42; -update noar ti set v1='3F403KPRKN4YWEWE7WSN3MMD5TIRZXP9H7T1P9ZGIYSR8O8QAS65NJKB07TMD875F3NN7RJNDX7FCWNFFEYZ1IIL7B1IAKC21SF1K4K89YMQB0OD0FWQRSPMLGZ8PNXZ0TV2FUKOWHZ48CLP17MCPLLQU1BBOWL43DOHDGXEV7PRA3MA7N80C2MRH9SXXD5YL4WW1C0VPJ6G2UI8K6U82WV1WCZFC50JENMFSXADNVENE71JFDPDIS6VPIQ361NWQ' where id=42; -update noar tt set v2='A689HC5A2R0QKAS16GKGAHET6NM05JUJ6AXYM71HNYC3IXDW9E476XWMCHBQCQPOM4S44JQTWSZ23D65RIMQ4CZA6TJS5AUSVB3MXQNKVML5J5P4UG2TTPPS128LJACSHZX75SG3ZT8WWJ0RSCKOAL5IOB2B5EFDBAL67PM7YGCGXDHNSMS2WQDDWZTVXENSM6EFOZ0O8756JFBW03XHK5BJ721K4YIXI780QI6C9UHPQL9WKPDM0G6CCYVZE89MK' where id=42; -update noar ti set v2='A689HC5A2R0QKAS16GKGAHET6NM05JUJ6AXYM71HNYC3IXDW9E476XWMCHBQCQPOM4S44JQTWSZ23D65RIMQ4CZA6TJS5AUSVB3MXQNKVML5J5P4UG2TTPPS128LJACSHZX75SG3ZT8WWJ0RSCKOAL5IOB2B5EFDBAL67PM7YGCGXDHNSMS2WQDDWZTVXENSM6EFOZ0O8756JFBW03XHK5BJ721K4YIXI780QI6C9UHPQL9WKPDM0G6CCYVZE89MK' where id=42; -update noar tt set v3='05RIS5NFQ3ZVDKNECQPV7E7XQ13JPG3WGB40B4WOJ9QERREJ6O8KBBO9BLGZ2GLJJIJCCZOC3QSLH8S6UCU63KZGRTAVV9163IM8XJIB3W5ZNYG299G4OT3OBZOCB7IESUT9HMMLNJYKTIYKZAC106YRV8NSJKIGZ43CEA1YCGJKJ08UHL1JY0XE4CKWQ0BCBXAL2YI8D8WFFYU1IDN2KS9TTGX6CNIBXO653PPC6PXEOF7D5SHS8HTQKLZ1R1K62' where id=42; -update noar ti set v3='05RIS5NFQ3ZVDKNECQPV7E7XQ13JPG3WGB40B4WOJ9QERREJ6O8KBBO9BLGZ2GLJJIJCCZOC3QSLH8S6UCU63KZGRTAVV9163IM8XJIB3W5ZNYG299G4OT3OBZOCB7IESUT9HMMLNJYKTIYKZAC106YRV8NSJKIGZ43CEA1YCGJKJ08UHL1JY0XE4CKWQ0BCBXAL2YI8D8WFFYU1IDN2KS9TTGX6CNIBXO653PPC6PXEOF7D5SHS8HTQKLZ1R1K62' where id=42; -update noar tt set v0='D1G815F5O4FQG47FUSLT4QB2AFWFCAOF011LO7O0AQ0OF18N8Q8RK5IPTDDNJR3ALHVG1W40ZUA84QTHV71720GRBT6SZG6UAL5A80NIS3IM168Y5GEWDJZ2JZ7CZQHNRUUULBTYKZLKE5ZZRQ6GZYJX0VTM47MKHRPJXM4WZRZXMO4CRURT8BL0J7XYFO3CYN0LE61FVKPAAB8D8I9WLNFT5R0J9R3KKH8LKYWLREW59TY9GE3HPKYBOCGLQI6Q6' where id=43; -update noar ti set v0='D1G815F5O4FQG47FUSLT4QB2AFWFCAOF011LO7O0AQ0OF18N8Q8RK5IPTDDNJR3ALHVG1W40ZUA84QTHV71720GRBT6SZG6UAL5A80NIS3IM168Y5GEWDJZ2JZ7CZQHNRUUULBTYKZLKE5ZZRQ6GZYJX0VTM47MKHRPJXM4WZRZXMO4CRURT8BL0J7XYFO3CYN0LE61FVKPAAB8D8I9WLNFT5R0J9R3KKH8LKYWLREW59TY9GE3HPKYBOCGLQI6Q6' where id=43; -update noar tt set v1='45JZXZBA53MFMOXQG7UQH6X71TNWY03M2X742VSXT7TFM40B7KYBSNZMWDU6QFHJ5LUEQTOLK3M8KJYSWMIJ8CSYY2R9V1MMJK8L6C997D9PYNWIAUQ7C33BLNKY36BFZ66LC0DJLZXCLQ44N8ANZ2XPPJQUD8N782IIW94Q5U5TIA38T31Q1HUBS6D8QNT2XWQPFD1KQZH8EDSAGECSRJI9ZSCSU4M9X62OT1ECPJGXU5V03SWXH98SF8MGTPWKM' where id=43; -update noar ti set v1='45JZXZBA53MFMOXQG7UQH6X71TNWY03M2X742VSXT7TFM40B7KYBSNZMWDU6QFHJ5LUEQTOLK3M8KJYSWMIJ8CSYY2R9V1MMJK8L6C997D9PYNWIAUQ7C33BLNKY36BFZ66LC0DJLZXCLQ44N8ANZ2XPPJQUD8N782IIW94Q5U5TIA38T31Q1HUBS6D8QNT2XWQPFD1KQZH8EDSAGECSRJI9ZSCSU4M9X62OT1ECPJGXU5V03SWXH98SF8MGTPWKM' where id=43; -update noar tt set v2='3F00ROGF7G6ZJR61D63E6SSO7DK9NR44CFLCC4CAZVX13XAEUAMMSDK8L5MBJPRG2JR7HCUWT4JATW4MWVRSH0XLDQVRCWVRBDOWVT8VSVDA3BEQU1SZEZXGZW6T5J7TLCUIQ4S4J92PJRG6HV2UULVIU40XV29L1CB9TPW7G1Y8EZEFVOAWQ13TGCVWIXL8N2WBPE32KIOUV5MX7SAFBC1Q0K43US8WK1NAUABBCT41JD525UWGC6M4QQ7JHM9SB' where id=43; -update noar ti set v2='3F00ROGF7G6ZJR61D63E6SSO7DK9NR44CFLCC4CAZVX13XAEUAMMSDK8L5MBJPRG2JR7HCUWT4JATW4MWVRSH0XLDQVRCWVRBDOWVT8VSVDA3BEQU1SZEZXGZW6T5J7TLCUIQ4S4J92PJRG6HV2UULVIU40XV29L1CB9TPW7G1Y8EZEFVOAWQ13TGCVWIXL8N2WBPE32KIOUV5MX7SAFBC1Q0K43US8WK1NAUABBCT41JD525UWGC6M4QQ7JHM9SB' where id=43; -update noar tt set v3='NBXHDWG2L8H1845MJSD52ZPK7W89T2GPYHWIT2PR9X3BC69632RG0KHE3W6FHD51KNG58Q944SI99SGSZXKM3SBHPAWRI57NTWM0V5F5RMM97B6WJ07MK0D1J67O2HY1ZBWBSQ4YEUFIEPFE0YNYKHH8GRJELYW9G1WJFEX4TAIEK7NXMHJSAP2I48ND2XXZI2EO88623WFBPV87GVNCH9CFUIWCGJ1242PPSOZXGTMNOMPQVXULNKVBFPWDUC4U6' where id=43; -update noar ti set v3='NBXHDWG2L8H1845MJSD52ZPK7W89T2GPYHWIT2PR9X3BC69632RG0KHE3W6FHD51KNG58Q944SI99SGSZXKM3SBHPAWRI57NTWM0V5F5RMM97B6WJ07MK0D1J67O2HY1ZBWBSQ4YEUFIEPFE0YNYKHH8GRJELYW9G1WJFEX4TAIEK7NXMHJSAP2I48ND2XXZI2EO88623WFBPV87GVNCH9CFUIWCGJ1242PPSOZXGTMNOMPQVXULNKVBFPWDUC4U6' where id=43; -update noar tt set v0='ZASF426FE5FMJKZ7MC4WJJL0BQU9OYY1TRLJK39WCVAVY9B0Q5N4XUVO9XSEQDN9L9HIWSZU51R1WBMHPXRJXNS98660R84NC4J6PRWFBPTQSA28A35SY4A4G8S0JGSOOTBR1781MNE0VMLI1FDGY5MRTW1MFB7ECPQJ4GU36W2WCTE9EXCQDR5WUKSPZYVGCB425GK8Y66UPNNCG32F2FTNZ57OQDIUOXOR9PS8SK5AXU83SCELLRDDRHRCMHLQS' where id=44; -update noar ti set v0='ZASF426FE5FMJKZ7MC4WJJL0BQU9OYY1TRLJK39WCVAVY9B0Q5N4XUVO9XSEQDN9L9HIWSZU51R1WBMHPXRJXNS98660R84NC4J6PRWFBPTQSA28A35SY4A4G8S0JGSOOTBR1781MNE0VMLI1FDGY5MRTW1MFB7ECPQJ4GU36W2WCTE9EXCQDR5WUKSPZYVGCB425GK8Y66UPNNCG32F2FTNZ57OQDIUOXOR9PS8SK5AXU83SCELLRDDRHRCMHLQS' where id=44; -update noar tt set v1='6FQVOHCK6SESFKS10D3XLCGCMU73G2P4LALWX9FVXORPD43B67ST9AK1KD3PSHF3D9UQCROLCCDHGT0VX2T1CK3MUNI7DI0Y9K42UBKWI8OHQERT0JHFZ3BHGHL7D7OTOQDWD3WMKR26WNG4O5R7GP38LH7GDBMETCZQ9L5Q2O00UHCBL3Y9PIKXL32Y268F8K28NHCPWS189UDLZ1S58A1GNUOM5IWZTHXEQ3HK5W6S2YYUXRC9KEVQESVK4ASDL' where id=44; -update noar ti set v1='6FQVOHCK6SESFKS10D3XLCGCMU73G2P4LALWX9FVXORPD43B67ST9AK1KD3PSHF3D9UQCROLCCDHGT0VX2T1CK3MUNI7DI0Y9K42UBKWI8OHQERT0JHFZ3BHGHL7D7OTOQDWD3WMKR26WNG4O5R7GP38LH7GDBMETCZQ9L5Q2O00UHCBL3Y9PIKXL32Y268F8K28NHCPWS189UDLZ1S58A1GNUOM5IWZTHXEQ3HK5W6S2YYUXRC9KEVQESVK4ASDL' where id=44; -update noar tt set v2='7UG64XDR4FS4DZG9QTWHWURK1GD2LPCHG8E0VBWE1SWTHVRVD934Y5IKDF5USIMNYG822IT0KMAZ223823C7JURMEZPY5JJY0P5LY7QM7I3MCPWF1OLGPW2PJT1PZYXG71EEWMTM1U8G4FFQZUH8KXHHAMVGSPXR55QLFJ94WUNDGBI0IVBXZX7VODOLERLF0L9KW4RTTQGQF2MSIVUM0JT8LF57NFELCYA1PFNR3QSP471X3OKBGNZ5YH94ZGHWC' where id=44; -update noar ti set v2='7UG64XDR4FS4DZG9QTWHWURK1GD2LPCHG8E0VBWE1SWTHVRVD934Y5IKDF5USIMNYG822IT0KMAZ223823C7JURMEZPY5JJY0P5LY7QM7I3MCPWF1OLGPW2PJT1PZYXG71EEWMTM1U8G4FFQZUH8KXHHAMVGSPXR55QLFJ94WUNDGBI0IVBXZX7VODOLERLF0L9KW4RTTQGQF2MSIVUM0JT8LF57NFELCYA1PFNR3QSP471X3OKBGNZ5YH94ZGHWC' where id=44; -update noar tt set v3='AWIJB0TG8E28Q6Z994V6W4JL467CY5IMIT0RPUU2WO84S0FL7PM1BCFLAWBXGYQOS28Y6QF2Z0AX6HY4LDZG2GCRD3EBO9SZJ701UR65EBMPGOKSAU0VLRQX6FC248O7F4WVEYQBEL1V1U689SFLNA6JTV5H0KIHT65I2U1LDMPRQEL7HLED0HV68QIXFPJ1VVDOTZGG7PHGA269MMB4MEWQPQH5ERFYZQXS4RNE8PB5LJI950ODXK8S96VS3T8YS' where id=44; -update noar ti set v3='AWIJB0TG8E28Q6Z994V6W4JL467CY5IMIT0RPUU2WO84S0FL7PM1BCFLAWBXGYQOS28Y6QF2Z0AX6HY4LDZG2GCRD3EBO9SZJ701UR65EBMPGOKSAU0VLRQX6FC248O7F4WVEYQBEL1V1U689SFLNA6JTV5H0KIHT65I2U1LDMPRQEL7HLED0HV68QIXFPJ1VVDOTZGG7PHGA269MMB4MEWQPQH5ERFYZQXS4RNE8PB5LJI950ODXK8S96VS3T8YS' where id=44; -update noar tt set v0='JG9YIO87UTZM2RAH3O5SUU7VDOYWYC2O4WTN9WIEGY9OZ16ZIK3X0QKRBS0M7AFOHZUA7F3JHFKWMUDI9UM6LB8TXCROHPUYJ7Z9GC9Y27X5XA85SJOJK1MRWM15PE6WAU68XYHPRO3VD3F6LDNN20BIFC4D2XNDKA4CMS1VOZG4GQVLWG61K3E5RXPYHL2TWQ9UKX3H5DHEESURLUHOCJLC2PWVGI1UE7LVP6U2BTS0PCCPQBPV214ILUA7MLWFD' where id=45; -update noar ti set v0='JG9YIO87UTZM2RAH3O5SUU7VDOYWYC2O4WTN9WIEGY9OZ16ZIK3X0QKRBS0M7AFOHZUA7F3JHFKWMUDI9UM6LB8TXCROHPUYJ7Z9GC9Y27X5XA85SJOJK1MRWM15PE6WAU68XYHPRO3VD3F6LDNN20BIFC4D2XNDKA4CMS1VOZG4GQVLWG61K3E5RXPYHL2TWQ9UKX3H5DHEESURLUHOCJLC2PWVGI1UE7LVP6U2BTS0PCCPQBPV214ILUA7MLWFD' where id=45; -update noar tt set v1='HERPPL6A3AUITLQHMY061HWO2IK8GF3L5NORWYH2CC8PQA4C2IPLKSDGSIKY22P3FVV27VA3O2BYZYCIRX4EOM3CVV2BKZDWWOPKREEBBI12K9IC5DR7ZJADKCRG5CC7KQZPWSBZYTW9MJNLOEQ3EFX5YDRXBV5U2WQCKH2KM580HD5LX3G61DRXHTELYTD1J412BZSZZRTL8L63E0Y2AO4P9D0H7Q2X08LQFYIJ9MO5X1SKINILUD7N2TAS3Q14C' where id=45; -update noar ti set v1='HERPPL6A3AUITLQHMY061HWO2IK8GF3L5NORWYH2CC8PQA4C2IPLKSDGSIKY22P3FVV27VA3O2BYZYCIRX4EOM3CVV2BKZDWWOPKREEBBI12K9IC5DR7ZJADKCRG5CC7KQZPWSBZYTW9MJNLOEQ3EFX5YDRXBV5U2WQCKH2KM580HD5LX3G61DRXHTELYTD1J412BZSZZRTL8L63E0Y2AO4P9D0H7Q2X08LQFYIJ9MO5X1SKINILUD7N2TAS3Q14C' where id=45; -update noar tt set v2='YR5ZMT5CCHI8OIPLX8T01WGBIXXYBVJ8M92NYYQ2NNLM9GW27Z22FRN8Y3DDHE53QSSUGIH6NPSZXCAXVSLHA99VIA61Z15AEXE5CD0RJBJZ64WQE9BTZW8XIG89WYT5U7MONIE46KFH1WV8KZP4HQXYRTSOM39ZI25FMIC409J698GSHVYA22U663VZC77V4KJFB95K7GITFKF82RL5QHZNC2OO5ELLF6OUO3EZNHECA8IV3X71IZBRMUICPQWI9' where id=45; -update noar ti set v2='YR5ZMT5CCHI8OIPLX8T01WGBIXXYBVJ8M92NYYQ2NNLM9GW27Z22FRN8Y3DDHE53QSSUGIH6NPSZXCAXVSLHA99VIA61Z15AEXE5CD0RJBJZ64WQE9BTZW8XIG89WYT5U7MONIE46KFH1WV8KZP4HQXYRTSOM39ZI25FMIC409J698GSHVYA22U663VZC77V4KJFB95K7GITFKF82RL5QHZNC2OO5ELLF6OUO3EZNHECA8IV3X71IZBRMUICPQWI9' where id=45; -update noar tt set v3='3LXRDHCHL5PEQYT7TDNK1HX2OBGN4N23MQI20QQ4RDDGS4Z6QZVGKJYU7YOD1Z5A0WOMHFMTO1WI6XETQCC4BMSGAJEYNC257PWL7285KOSTX4FQWDTGP9OUI7EEFSTTC9SJAC46FUNOCG3T7QVVDXLEZYGVYPUBSVQSB26DR5TC19TM36XBZ74GVUDX65HWDKMHO1JP7EIGE1FE3TU941FKRACIG66D4BH77A4DPJN5VBEW80K5623WNVZVJD5KJ' where id=45; -update noar ti set v3='3LXRDHCHL5PEQYT7TDNK1HX2OBGN4N23MQI20QQ4RDDGS4Z6QZVGKJYU7YOD1Z5A0WOMHFMTO1WI6XETQCC4BMSGAJEYNC257PWL7285KOSTX4FQWDTGP9OUI7EEFSTTC9SJAC46FUNOCG3T7QVVDXLEZYGVYPUBSVQSB26DR5TC19TM36XBZ74GVUDX65HWDKMHO1JP7EIGE1FE3TU941FKRACIG66D4BH77A4DPJN5VBEW80K5623WNVZVJD5KJ' where id=45; -update noar tt set v0='9ENTSCYFZO62M5ULORB17RJQLU5V81JGLS82QTRPSZ7H0K1MV0LYI1W96DQ8P3CA2PAIXOVZLZWBH6GDNBOTT82UC4W5SQR0V76LN0H0H84TIRSPN49V1JESHVFCAQPVIAWN1UQ70JZJ8W645XXHF6QQA57VKOIJSVWSKJHRASHE3CIOXD8FW15SKMQ5JU925WT1ID84BTJGU0FIK46G0XFJD6YQIQFYMT5P1EWMUNY6ABY3EHLQEMUW23VB5BUHV' where id=46; -update noar ti set v0='9ENTSCYFZO62M5ULORB17RJQLU5V81JGLS82QTRPSZ7H0K1MV0LYI1W96DQ8P3CA2PAIXOVZLZWBH6GDNBOTT82UC4W5SQR0V76LN0H0H84TIRSPN49V1JESHVFCAQPVIAWN1UQ70JZJ8W645XXHF6QQA57VKOIJSVWSKJHRASHE3CIOXD8FW15SKMQ5JU925WT1ID84BTJGU0FIK46G0XFJD6YQIQFYMT5P1EWMUNY6ABY3EHLQEMUW23VB5BUHV' where id=46; -update noar tt set v1='DPPW2OFFL7947HVD0B21ZDIFTK7OMK5TJRZWAOXYLNFLT7E99Z5AEYH66MMJEEPVN71EOW7QFPRR0U8L6GQVELC80LY78EJRIL2LCHSX6JDKN3IWJXNPSV88JWBZNNAHHSK75KFL1BZ0DTO26C0IB2ME3K656QJYIBXNEUDPLFEM1N36K310CIQXEJJS15ACJCQJ7S9FR1A8U5VH5IPMUTJENU2CGXEQ7HTY1AD6VPTY4DH4UA1OM93TLZS2R5Y9R' where id=46; -update noar ti set v1='DPPW2OFFL7947HVD0B21ZDIFTK7OMK5TJRZWAOXYLNFLT7E99Z5AEYH66MMJEEPVN71EOW7QFPRR0U8L6GQVELC80LY78EJRIL2LCHSX6JDKN3IWJXNPSV88JWBZNNAHHSK75KFL1BZ0DTO26C0IB2ME3K656QJYIBXNEUDPLFEM1N36K310CIQXEJJS15ACJCQJ7S9FR1A8U5VH5IPMUTJENU2CGXEQ7HTY1AD6VPTY4DH4UA1OM93TLZS2R5Y9R' where id=46; -update noar tt set v2='UJZNBG6GAPE11AUNX0HMYZC5XYDQ2F8QIPNYUSK1K0BPMT9PT3KXJN71M588CZD6N9829W5OY6ZUBO2NNHN548NE9A99M6TUUO0B157DYAP67XK600355KKALHMKBQLZ3XI39T7YC8JW2OMMBMC3SLH49VLJGDAOOVDCBTY3KKV0OW8EUF1JK27Z19EA8P97P15TEV4KRP1J974FJD4M2QWGUTKL52UT6XX7WRAG1NNSSAFUQNP7JPVUWENDHTN57' where id=46; -update noar ti set v2='UJZNBG6GAPE11AUNX0HMYZC5XYDQ2F8QIPNYUSK1K0BPMT9PT3KXJN71M588CZD6N9829W5OY6ZUBO2NNHN548NE9A99M6TUUO0B157DYAP67XK600355KKALHMKBQLZ3XI39T7YC8JW2OMMBMC3SLH49VLJGDAOOVDCBTY3KKV0OW8EUF1JK27Z19EA8P97P15TEV4KRP1J974FJD4M2QWGUTKL52UT6XX7WRAG1NNSSAFUQNP7JPVUWENDHTN57' where id=46; -update noar tt set v3='UZQLK670RHRNSORMDVM9Y3CBR0YHPEVIZY84XL9OWXBWL2XSPWR163ICFEU0T9F56O873P2ZS8NACN28CU00T93I3F9SIAYZ66IPWIAUB0R8DG1L0PTQCMW3CZP7P7LE3VKQPWWTWETSMM3HCG21466YF76TKL8DZS5HKRXLWSNU7M8QGX2PHLXDSFY938WK8LSE141P2RAVNWIYY75VVBMIVSELXZMVO8JSVKOKO5O8TEMMS6OY4ZQ7742RXU9MG' where id=46; -update noar ti set v3='UZQLK670RHRNSORMDVM9Y3CBR0YHPEVIZY84XL9OWXBWL2XSPWR163ICFEU0T9F56O873P2ZS8NACN28CU00T93I3F9SIAYZ66IPWIAUB0R8DG1L0PTQCMW3CZP7P7LE3VKQPWWTWETSMM3HCG21466YF76TKL8DZS5HKRXLWSNU7M8QGX2PHLXDSFY938WK8LSE141P2RAVNWIYY75VVBMIVSELXZMVO8JSVKOKO5O8TEMMS6OY4ZQ7742RXU9MG' where id=46; -update noar tt set v0='QYCOIHOOB8T4ZSR7SSU8GV1M4WJPO16XHINOJ31CQJTOJFTHO3QWZZK1UXZJMECUPOJOM151CQB9EZSA054E7WT5M48EJH9LQ7CV5G6VU9ZOUHQ9Q97HOIR0WMG8CHMMQYHZY3Z3ENKB3VJPB6O54A8RYY8UHLD439HK2FFUJ11QIXXATAKLQ3VZ692PVK5BM39VTBYQ9T6WLG8VNC4WPUBCMZZ2HUWLMEABGDRO74MWM7B1IZQZUTKI2H2R3SG2V' where id=47; -update noar ti set v0='QYCOIHOOB8T4ZSR7SSU8GV1M4WJPO16XHINOJ31CQJTOJFTHO3QWZZK1UXZJMECUPOJOM151CQB9EZSA054E7WT5M48EJH9LQ7CV5G6VU9ZOUHQ9Q97HOIR0WMG8CHMMQYHZY3Z3ENKB3VJPB6O54A8RYY8UHLD439HK2FFUJ11QIXXATAKLQ3VZ692PVK5BM39VTBYQ9T6WLG8VNC4WPUBCMZZ2HUWLMEABGDRO74MWM7B1IZQZUTKI2H2R3SG2V' where id=47; -update noar tt set v1='M9Z0XNVK6R9G0N4AS7IDBVII5JFYPM48ZGBQCMB7V4T2JVZBVE67HJNI04GK9L426B0VO8DKI33DH2DV80HY7BW5RZS06JI3CNA5RRCVKFVKO85JOMQ43L3F2T3ZPC81HXWZBYNNJAZXTBKDI7U3LIKPVMR8F0DJN5XLGW0B37AU79KROR1THW1MRFIMX1Q51N6N05WJMHRYO2P5UW48511HOIKBNO1W25OT02CWYTR32T82ETHEZL2BNE8L3JISO' where id=47; -update noar ti set v1='M9Z0XNVK6R9G0N4AS7IDBVII5JFYPM48ZGBQCMB7V4T2JVZBVE67HJNI04GK9L426B0VO8DKI33DH2DV80HY7BW5RZS06JI3CNA5RRCVKFVKO85JOMQ43L3F2T3ZPC81HXWZBYNNJAZXTBKDI7U3LIKPVMR8F0DJN5XLGW0B37AU79KROR1THW1MRFIMX1Q51N6N05WJMHRYO2P5UW48511HOIKBNO1W25OT02CWYTR32T82ETHEZL2BNE8L3JISO' where id=47; -update noar tt set v2='G9EILFGX9P8FSREERZ6D61KGH4GWIZL8LNN9PTXITNY9R800SYWBJ01KZMUXRSZVJ71XNLLTP8FSK78X4VE9S7L5OM1YAQVMBNYHRLZVLF9R8OK1PV946K7E1SG6G47IZL9A3Q59DHEQFFNJ5LKLXE0Y0L4FO4CH5Y2MWPJGVMS51X6AL21S3SBMDPI9PTE4QCNY7NSKT3RJE91NULTRAED38I9J372RQ0WBN2UPCC7P0ILLBX5A33VJUS21YW8DS' where id=47; -update noar ti set v2='G9EILFGX9P8FSREERZ6D61KGH4GWIZL8LNN9PTXITNY9R800SYWBJ01KZMUXRSZVJ71XNLLTP8FSK78X4VE9S7L5OM1YAQVMBNYHRLZVLF9R8OK1PV946K7E1SG6G47IZL9A3Q59DHEQFFNJ5LKLXE0Y0L4FO4CH5Y2MWPJGVMS51X6AL21S3SBMDPI9PTE4QCNY7NSKT3RJE91NULTRAED38I9J372RQ0WBN2UPCC7P0ILLBX5A33VJUS21YW8DS' where id=47; -update noar tt set v3='9QLF7LOZG6PXILNQ8MNQJBLX1Z6KC0M7OO8QFLSWW4J7TPNKS5QPHU2S54ASGC1XOQGA8L1V9043ASI75YY4N92QG4OTG29OVOQ17T0GGT7ZE2ELR913TSC0P9B9AUE200UY979ZURXF5908BCYB9TSTEKCVNZEOHA590K6ZPRQZS7XHC2ANGHDA65NWVZ4A6EU6B2CD71EKNPLC9OL6CC4XNWUPXNNNAFRN9LDFBGK7R7Q7RQCH9RYKJPF424RDQ' where id=47; -update noar ti set v3='9QLF7LOZG6PXILNQ8MNQJBLX1Z6KC0M7OO8QFLSWW4J7TPNKS5QPHU2S54ASGC1XOQGA8L1V9043ASI75YY4N92QG4OTG29OVOQ17T0GGT7ZE2ELR913TSC0P9B9AUE200UY979ZURXF5908BCYB9TSTEKCVNZEOHA590K6ZPRQZS7XHC2ANGHDA65NWVZ4A6EU6B2CD71EKNPLC9OL6CC4XNWUPXNNNAFRN9LDFBGK7R7Q7RQCH9RYKJPF424RDQ' where id=47; -update noar tt set v0='84RTZR1O70NRAEV1G7078FW2C01W0N7M7DLJVQS2AN3IN45CBOQHXTE15LVS1O23R2HUBXAF73KW2FCQWAOJ18D33097V2VUI45FE3UM5DNKUPSGAB8X45DXZNKTL00TXM7R9IWEE5ID3DTVYTD6PX3IO7YEMUF5CKXUJS3KZ9FAH9ZPYTZV816ZTQHZKITOKK6SCWP62YOE10ZAAY78KVBE8Y9MVW0I3HU94KII7FPCBDM8K6Y1S4SASYW9SK9N0' where id=48; -update noar ti set v0='84RTZR1O70NRAEV1G7078FW2C01W0N7M7DLJVQS2AN3IN45CBOQHXTE15LVS1O23R2HUBXAF73KW2FCQWAOJ18D33097V2VUI45FE3UM5DNKUPSGAB8X45DXZNKTL00TXM7R9IWEE5ID3DTVYTD6PX3IO7YEMUF5CKXUJS3KZ9FAH9ZPYTZV816ZTQHZKITOKK6SCWP62YOE10ZAAY78KVBE8Y9MVW0I3HU94KII7FPCBDM8K6Y1S4SASYW9SK9N0' where id=48; -update noar tt set v1='93PI3V8FY5GI1RUR6FVC8LPAR3QVI2GG3QVZECL2ES7TXUVFBMV4PGJC4CX6JTZ8L4TBAW7DCNKE6UZR2JFD4KKNMIOEARK33YQ4FEFN3A21I38VEUUBLN3921NA1K0SFR9MZ7EUPFJNL3AGW4YS8LOCVNQ6ZTK2JZF2EZJLH5F2IP3HUBUT1KSI92E4AXG264F2B92HWNTXZRXOXKIFNMP8W4OL1UM90RE2NZJIHBV5FFKNPW2XTBAPLQN0WWWER' where id=48; -update noar ti set v1='93PI3V8FY5GI1RUR6FVC8LPAR3QVI2GG3QVZECL2ES7TXUVFBMV4PGJC4CX6JTZ8L4TBAW7DCNKE6UZR2JFD4KKNMIOEARK33YQ4FEFN3A21I38VEUUBLN3921NA1K0SFR9MZ7EUPFJNL3AGW4YS8LOCVNQ6ZTK2JZF2EZJLH5F2IP3HUBUT1KSI92E4AXG264F2B92HWNTXZRXOXKIFNMP8W4OL1UM90RE2NZJIHBV5FFKNPW2XTBAPLQN0WWWER' where id=48; -update noar tt set v2='5E48DYWE6BYJ26ZL0Z8MK84LKOGEY4PEM09FE5PCZ42969EO8D0HR2QP09OM23K4L1VGM8HIISRTDMALQNJDOMHYT9XN8KVVS327TSRTVS1AR708UJ7ICBWNCJURVP37SGZ0HX3WB1MDHL4EYQC8VWL53DF41LZ8XWJ0WIY8GCH12IEFAT4ZCQZPC8SSVLZXXCXDCPQAGRRSJ63PIPY6304W0EL00TXK2YQL8RE4CSP311D9D49H4HLTUUHZ1QK6J' where id=48; -update noar ti set v2='5E48DYWE6BYJ26ZL0Z8MK84LKOGEY4PEM09FE5PCZ42969EO8D0HR2QP09OM23K4L1VGM8HIISRTDMALQNJDOMHYT9XN8KVVS327TSRTVS1AR708UJ7ICBWNCJURVP37SGZ0HX3WB1MDHL4EYQC8VWL53DF41LZ8XWJ0WIY8GCH12IEFAT4ZCQZPC8SSVLZXXCXDCPQAGRRSJ63PIPY6304W0EL00TXK2YQL8RE4CSP311D9D49H4HLTUUHZ1QK6J' where id=48; -update noar tt set v3='6NVOZATTNOLBLORLPL1YGYFZLS8JGKT8A1WWGBH1GQR75ZNC3W4NPWI6QUIKAZMZCTNITRYH6WTUWCUWBENLUZSH0VXKBXTWALS2Q3YHBTZ1S339UH1C037O88RTY8KQ2F9WZG81EYVPFVWNUQO9W94N1RQ6XUATU21WDW7KGYOVRG8AFGXBPOO08VEUX0AM6SCMRJR6VQRXYV45X9WID0DH2ML48YGUQL948ZLJHTK03CKDDD6NR8UCQTTL04BYD' where id=48; -update noar ti set v3='6NVOZATTNOLBLORLPL1YGYFZLS8JGKT8A1WWGBH1GQR75ZNC3W4NPWI6QUIKAZMZCTNITRYH6WTUWCUWBENLUZSH0VXKBXTWALS2Q3YHBTZ1S339UH1C037O88RTY8KQ2F9WZG81EYVPFVWNUQO9W94N1RQ6XUATU21WDW7KGYOVRG8AFGXBPOO08VEUX0AM6SCMRJR6VQRXYV45X9WID0DH2ML48YGUQL948ZLJHTK03CKDDD6NR8UCQTTL04BYD' where id=48; -update noar tt set v0='JB20IGZK9ISIU6AY2JYJSMICCOW1IUA0AMW01YJWOV0RXURO5FUKF3C9O9TFYGBQAFUG15LS9ZZ9S505XFFJ2QTA015YJGLVSC4Q1266TD5TZGX3LE1TED8PNMT95HJ4A6R2AFBHH0Y9TG9W7H94YY10JWR2EF2H32BLQC5KO0K97HW3GUTYCK25U8G1KHYNJ74Q27GYA8YX3FCUVHYTZOPG4A2GVS9FFKPSSN59LXLV5ATS3MDORDUY8WMH9RTRX' where id=49; -update noar ti set v0='JB20IGZK9ISIU6AY2JYJSMICCOW1IUA0AMW01YJWOV0RXURO5FUKF3C9O9TFYGBQAFUG15LS9ZZ9S505XFFJ2QTA015YJGLVSC4Q1266TD5TZGX3LE1TED8PNMT95HJ4A6R2AFBHH0Y9TG9W7H94YY10JWR2EF2H32BLQC5KO0K97HW3GUTYCK25U8G1KHYNJ74Q27GYA8YX3FCUVHYTZOPG4A2GVS9FFKPSSN59LXLV5ATS3MDORDUY8WMH9RTRX' where id=49; -update noar tt set v1='0KC5CQPTHMTR70TV3473ZRLRJ7ND7LZV8CCGXTFVXLTELX6EESZ2042R8PHA3X5W38SYVU5AMCXSTKU51JO5IXHIGPBJURYM7H7VCMH6IR0HKTSR8QGHSRT3FMDEGYXJY6GEM4O8CFFA8G9879O14FJMAOKKIMUYDZQBFEVGHY42YZ06NN77QU5UVMQY3DZJ75NIFKNE7Y26KCCR3RG78DL55YE1Y25UZT7YMO167E4K163OJE8TW3APHI5USXRAO' where id=49; -update noar ti set v1='0KC5CQPTHMTR70TV3473ZRLRJ7ND7LZV8CCGXTFVXLTELX6EESZ2042R8PHA3X5W38SYVU5AMCXSTKU51JO5IXHIGPBJURYM7H7VCMH6IR0HKTSR8QGHSRT3FMDEGYXJY6GEM4O8CFFA8G9879O14FJMAOKKIMUYDZQBFEVGHY42YZ06NN77QU5UVMQY3DZJ75NIFKNE7Y26KCCR3RG78DL55YE1Y25UZT7YMO167E4K163OJE8TW3APHI5USXRAO' where id=49; -update noar tt set v2='VCXDXU3HTBDOM7OW62IXT71OP82FS4V9P51VB2OJMWBDXSWNEU1PPSJREM2L1YB8Y61E7N2QNOHZP6N5D09RC1XCFX3OBM76J9263TTF2664EYC5BXO5UTXRG4VUTE5NJOLBYSOYC0R244SOJFI6NW6ZO1VU063QZGHMGS5ZUYL83UXUSO6MVL9P5ZI9PSTIBUACWJPYI2I813A1I3XSXCN7RFN3EMM19R6JN024DTZBOQ9AHEDF1BVAR5FVF7815' where id=49; -update noar ti set v2='VCXDXU3HTBDOM7OW62IXT71OP82FS4V9P51VB2OJMWBDXSWNEU1PPSJREM2L1YB8Y61E7N2QNOHZP6N5D09RC1XCFX3OBM76J9263TTF2664EYC5BXO5UTXRG4VUTE5NJOLBYSOYC0R244SOJFI6NW6ZO1VU063QZGHMGS5ZUYL83UXUSO6MVL9P5ZI9PSTIBUACWJPYI2I813A1I3XSXCN7RFN3EMM19R6JN024DTZBOQ9AHEDF1BVAR5FVF7815' where id=49; -update noar tt set v3='QGK2AXBO1Y27KQ7QXXEHM4O15OKAD3SM6MSSSNYK6ALEBGL9ZGHNCIQIH27A9MN4ENKLUSX7B7WF1WPNB2B3XG0C79UQC6KVKX6Y3GR676NWC86RCFNKZJ3JXO8353DWEN10AGBEVPKZWHGZSL6CITM6C9QMW5J97MLM3DVCVO9YJL6Q1D4XKK5UE0TDX6AQP4MRDH1SB6A9NQH7K1TC8N2X6J8YYDS09W1HJDSAO88QF96YRXKCNVLLCIRYYDSZI' where id=49; -update noar ti set v3='QGK2AXBO1Y27KQ7QXXEHM4O15OKAD3SM6MSSSNYK6ALEBGL9ZGHNCIQIH27A9MN4ENKLUSX7B7WF1WPNB2B3XG0C79UQC6KVKX6Y3GR676NWC86RCFNKZJ3JXO8353DWEN10AGBEVPKZWHGZSL6CITM6C9QMW5J97MLM3DVCVO9YJL6Q1D4XKK5UE0TDX6AQP4MRDH1SB6A9NQH7K1TC8N2X6J8YYDS09W1HJDSAO88QF96YRXKCNVLLCIRYYDSZI' where id=49; -update noar tt set v0='JMPHE29OP53BE06JT195SZIHHQXQADDF3W06AJ9IFXLLBKPO3T61KL97WC1QOKAZE4QED165Z8BNZNBJBQ4SOEBLDKKCLTH95822CCNTZTKPRAKK980GQ1YFDQKTULQENRPCBYQXI2XODOQ355RWIISOHPQNE10R2SR48E76PWXK3MNVOMIP8H939CI2A0X5KK702YVAPU4793DN9WNQCHKY4RD0Q3P8IO6NIKNE09R3WRUU6HG6PW6YGPHGEM9UP' where id=50; -update noar ti set v0='JMPHE29OP53BE06JT195SZIHHQXQADDF3W06AJ9IFXLLBKPO3T61KL97WC1QOKAZE4QED165Z8BNZNBJBQ4SOEBLDKKCLTH95822CCNTZTKPRAKK980GQ1YFDQKTULQENRPCBYQXI2XODOQ355RWIISOHPQNE10R2SR48E76PWXK3MNVOMIP8H939CI2A0X5KK702YVAPU4793DN9WNQCHKY4RD0Q3P8IO6NIKNE09R3WRUU6HG6PW6YGPHGEM9UP' where id=50; -update noar tt set v1='HBF5RQQ74SCEF9U9LEYK1T601NEBP4BP82UJGBPU38658Z1LRC14NXQFHH6AQPMMEZFTLXFUVTXT1F661JT0PWDRFQI4NFEAV3ADYTI63HPJT0BWEAZHYF3NG82XWTC6L5YRC513BSDMQ1BFOIA098HW4S0FV19YSADBIEF6Y0U8IW9SYSRMIBVLWWH229RH58MC0SBQRNWVHC66I12O1F9Q9EX8F54AJGA6CI33WEIGHCRDTYYNQ0P3POWQG718S' where id=50; -update noar ti set v1='HBF5RQQ74SCEF9U9LEYK1T601NEBP4BP82UJGBPU38658Z1LRC14NXQFHH6AQPMMEZFTLXFUVTXT1F661JT0PWDRFQI4NFEAV3ADYTI63HPJT0BWEAZHYF3NG82XWTC6L5YRC513BSDMQ1BFOIA098HW4S0FV19YSADBIEF6Y0U8IW9SYSRMIBVLWWH229RH58MC0SBQRNWVHC66I12O1F9Q9EX8F54AJGA6CI33WEIGHCRDTYYNQ0P3POWQG718S' where id=50; -update noar tt set v2='C3XRV3VY0FFM9V8VAD0MCB68L7TBMYWLJAFNFOQLVWM6AG9FQ3551MWWARWYXTURKXDRX04YO1XO4345ZP0KMX300K4BYMO8WF4HS734SRG8P5A436C09CO4TWVE6414L9JSC463XXO2X0OY9UA2QT8P4SG1024PZAK8B2V6F23EXRVFRG4KGV091KC5P7SXRWR7BV35BXJ86KAS0JIH8GJQXDLPKEMGBJTMV6N4YOHH5X1RM36IZ1NDC2EEDEKR4' where id=50; -update noar ti set v2='C3XRV3VY0FFM9V8VAD0MCB68L7TBMYWLJAFNFOQLVWM6AG9FQ3551MWWARWYXTURKXDRX04YO1XO4345ZP0KMX300K4BYMO8WF4HS734SRG8P5A436C09CO4TWVE6414L9JSC463XXO2X0OY9UA2QT8P4SG1024PZAK8B2V6F23EXRVFRG4KGV091KC5P7SXRWR7BV35BXJ86KAS0JIH8GJQXDLPKEMGBJTMV6N4YOHH5X1RM36IZ1NDC2EEDEKR4' where id=50; -update noar tt set v3='IURGHSM1X5GYTBU0BZ3QCRC2ZADQB19O4AIR1S9RHP8QEIJQHDQ62D2SSPFOPNKAEIA8E3A35F5AFY1LODRK1XGLIHHS4SV1RZKAKIBQ7G2WWR1N7WKF8H3PMZFW20OCAE4K7UXUSAKN8W2UF3WI5PYG5X3OUH1BUB1KGLP23NMKSAVZPDH7FLW9CCLT14QMY7Y57V1NZFMUHJ60K8IVIFKXWG3HG1T54BDZ9JTX5DCULPIWCARNXPZEKD856NHQH' where id=50; -update noar ti set v3='IURGHSM1X5GYTBU0BZ3QCRC2ZADQB19O4AIR1S9RHP8QEIJQHDQ62D2SSPFOPNKAEIA8E3A35F5AFY1LODRK1XGLIHHS4SV1RZKAKIBQ7G2WWR1N7WKF8H3PMZFW20OCAE4K7UXUSAKN8W2UF3WI5PYG5X3OUH1BUB1KGLP23NMKSAVZPDH7FLW9CCLT14QMY7Y57V1NZFMUHJ60K8IVIFKXWG3HG1T54BDZ9JTX5DCULPIWCARNXPZEKD856NHQH' where id=50; -update noar tt set v0='W3ZUVR38BY1IPTB60N0OHV4ECOAK6EH4IINTE7OO93ELLLIKP4RPMFHNPPYQYQ0DEAEXV5XUCBDXER6JT6OM0CM29PYQ1X4VKRPDD7JCFEAS9YCB32FX61XRNVYX5RNRS5M0IF2U1KI7OOFU2J9IMM14X1I7N8WDXL7O9PDJTY67OKUON78GLL6K0YB1MCZ6ES73XPCNS0NV2RM9VT1KT8R9KVI0LPNM231NCFNMBV3Y8DL2Q7HNO3JTLS4HZMI2S' where id=51; -update noar ti set v0='W3ZUVR38BY1IPTB60N0OHV4ECOAK6EH4IINTE7OO93ELLLIKP4RPMFHNPPYQYQ0DEAEXV5XUCBDXER6JT6OM0CM29PYQ1X4VKRPDD7JCFEAS9YCB32FX61XRNVYX5RNRS5M0IF2U1KI7OOFU2J9IMM14X1I7N8WDXL7O9PDJTY67OKUON78GLL6K0YB1MCZ6ES73XPCNS0NV2RM9VT1KT8R9KVI0LPNM231NCFNMBV3Y8DL2Q7HNO3JTLS4HZMI2S' where id=51; -update noar tt set v1='7Y6ERWR5ADIBXXICMYSPIIKYIE8F6Z7JJX2PN3XWBIE2A8HCCOMTAD154YO9H6GITWA316OVQFJAI7G5TDY45DORVGTOBXU781HL9U0SYJRUX2CXI64P57Q3783KJLQIGXZ0I0QJ11PYNMDBBYAPDT0LJO3FL63883S5OAB2022UDQKTFCHIPRH3T6FKNUCRTU7YUZZ47CO21GIH4RV2ADW303ZN65BZQXW4KBMRAX70OZWDVP6QIFKLKGNZ4U1DV' where id=51; -update noar ti set v1='7Y6ERWR5ADIBXXICMYSPIIKYIE8F6Z7JJX2PN3XWBIE2A8HCCOMTAD154YO9H6GITWA316OVQFJAI7G5TDY45DORVGTOBXU781HL9U0SYJRUX2CXI64P57Q3783KJLQIGXZ0I0QJ11PYNMDBBYAPDT0LJO3FL63883S5OAB2022UDQKTFCHIPRH3T6FKNUCRTU7YUZZ47CO21GIH4RV2ADW303ZN65BZQXW4KBMRAX70OZWDVP6QIFKLKGNZ4U1DV' where id=51; -update noar tt set v2='GM8A7CBKD49TBH5B4YE5BLDZPGRS1XYCKHKQ6P4MGQTQBA8TI3P1O9O42C7VKFWR5LXLPRW76AYKI1JOW3T7MJKN0D8KY3MUF1F77MTALR8JO28FBXNB83LILDIBGRJ2H4BCIT1KL25SSI52YPFA89VBO3R4QX6GQVHJIHB9VO9VK213FH9WU1KI2N99E17PTHWOHZCUXJUP6B7JG1ZK2EOHN0IORWCKB0GTVQF216U7U9QOG7P3RQX31QMUT0N9A' where id=51; -update noar ti set v2='GM8A7CBKD49TBH5B4YE5BLDZPGRS1XYCKHKQ6P4MGQTQBA8TI3P1O9O42C7VKFWR5LXLPRW76AYKI1JOW3T7MJKN0D8KY3MUF1F77MTALR8JO28FBXNB83LILDIBGRJ2H4BCIT1KL25SSI52YPFA89VBO3R4QX6GQVHJIHB9VO9VK213FH9WU1KI2N99E17PTHWOHZCUXJUP6B7JG1ZK2EOHN0IORWCKB0GTVQF216U7U9QOG7P3RQX31QMUT0N9A' where id=51; -update noar tt set v3='KW6J55I7VBK4F7W9ZKGIU0N8LRC3WIKDA5IN67DV6HK1GTP015C9L1Q07IPJURB68D9WZ81O2VPXYRQPZUMI61LIQYHMHEL9XXDJ0D1K5QQTMDRUXY29AAX7W3NOR3K8J7YPXC9B25EXDAD7O0VCJOIIAIU3KL05NLJPAULZGY31LZ2DRGEC9IPRNUOE7WCNSZO3C5Z97CXLI48ZO2XZGF49TNPK9UQTRDREZVNGKS4UDWQT4FDEI9YP1Y8JRKLQS' where id=51; -update noar ti set v3='KW6J55I7VBK4F7W9ZKGIU0N8LRC3WIKDA5IN67DV6HK1GTP015C9L1Q07IPJURB68D9WZ81O2VPXYRQPZUMI61LIQYHMHEL9XXDJ0D1K5QQTMDRUXY29AAX7W3NOR3K8J7YPXC9B25EXDAD7O0VCJOIIAIU3KL05NLJPAULZGY31LZ2DRGEC9IPRNUOE7WCNSZO3C5Z97CXLI48ZO2XZGF49TNPK9UQTRDREZVNGKS4UDWQT4FDEI9YP1Y8JRKLQS' where id=51; -update noar tt set v0='23UQE0FZ6UB8TNMLSX1P0BW4SENCQSYZT2J5GDFE2W8A2U3V8WDTO9ANN2UE9TVPY2A3YGSUT7X8VQNXL1LQ22DOYVAQHVKB9PBY2HM1SDEDTBEW9DKF14J1N7XXNU5MD665S55B7CJ1YGF7IUWSZV1G35U1GHJP13PMI1LELWQAJZ2DFTWAE2AOGZVBXW9M3STNRNNA9Y8THMRZGTKMVIVNWYOCHXQG8FDKX3O09ZNBMKL298TEFJ1EFUSOTV6S3' where id=52; -update noar ti set v0='23UQE0FZ6UB8TNMLSX1P0BW4SENCQSYZT2J5GDFE2W8A2U3V8WDTO9ANN2UE9TVPY2A3YGSUT7X8VQNXL1LQ22DOYVAQHVKB9PBY2HM1SDEDTBEW9DKF14J1N7XXNU5MD665S55B7CJ1YGF7IUWSZV1G35U1GHJP13PMI1LELWQAJZ2DFTWAE2AOGZVBXW9M3STNRNNA9Y8THMRZGTKMVIVNWYOCHXQG8FDKX3O09ZNBMKL298TEFJ1EFUSOTV6S3' where id=52; -update noar tt set v1='PCVR85NU5EPCBR51AD4BE8DW007VMOXH0OISYAODXTY5IO4HD9MY3MOOYCT1F4QF4D22OJDE5V69C40Q6ZRJ029DWRXR1YCQMWG1W43S3IMO0A7L4CAJJ1QSXLRXLVGYW4OE5SDYAVJNA2MWDRQWT6JWTX9C5ELX2L6ZSZOAPZKWW8V9XM0OCZ1PAIVVGRMUR7ZM3BII98U1M426495A6TOOOHVF6VXEYCS3TLDLQVJ7MIXLEBINUFY9IJRHBTW1F' where id=52; -update noar ti set v1='PCVR85NU5EPCBR51AD4BE8DW007VMOXH0OISYAODXTY5IO4HD9MY3MOOYCT1F4QF4D22OJDE5V69C40Q6ZRJ029DWRXR1YCQMWG1W43S3IMO0A7L4CAJJ1QSXLRXLVGYW4OE5SDYAVJNA2MWDRQWT6JWTX9C5ELX2L6ZSZOAPZKWW8V9XM0OCZ1PAIVVGRMUR7ZM3BII98U1M426495A6TOOOHVF6VXEYCS3TLDLQVJ7MIXLEBINUFY9IJRHBTW1F' where id=52; -update noar tt set v2='1FNSSB0HKGY5CMGPP07EOI2D4DW6499BVKO643QW9G0UVF9QNIAFBS1PT5TI6OQO28QU58XAH8G25UH73NASVJY3ZMFT8RE0VFA3BZ8TLWG9ALCEI53UBDN5W06RZU83K2NZNFR48YMZODGQX81M2A712GP8HV4ICO2JCYF1JX231685YC1J6492KTHXGQPX3W3FEGZUQN3V4FTMZAQDT8YV0O42N82OO866PGPE0ZM7YD4BXU32XINLCMG1RO222' where id=52; -update noar ti set v2='1FNSSB0HKGY5CMGPP07EOI2D4DW6499BVKO643QW9G0UVF9QNIAFBS1PT5TI6OQO28QU58XAH8G25UH73NASVJY3ZMFT8RE0VFA3BZ8TLWG9ALCEI53UBDN5W06RZU83K2NZNFR48YMZODGQX81M2A712GP8HV4ICO2JCYF1JX231685YC1J6492KTHXGQPX3W3FEGZUQN3V4FTMZAQDT8YV0O42N82OO866PGPE0ZM7YD4BXU32XINLCMG1RO222' where id=52; -update noar tt set v3='AD7R73CGA41XVO20T5YR1FPZ26E4I6WM8Y213HVRIZDQGHUVOI71IPICR9KFLR2FNH7YDFDNRDJOKOD81P6DV6SUXQM8TVNM7HG9ZXIHXQ1Z0F5AVFF5X81AXMKKAI5MN1SCWCXI0D54SCYUKYZI27SHW17OBPAXTUUG1LF520RJKE2GZGH2172Y0B198NI5466UV7IT1EEU5RIG5EFD3DNHBIAMRHP6KZZCJU31ZRNPS1JZKPBYF1U7OOK9UFETO' where id=52; -update noar ti set v3='AD7R73CGA41XVO20T5YR1FPZ26E4I6WM8Y213HVRIZDQGHUVOI71IPICR9KFLR2FNH7YDFDNRDJOKOD81P6DV6SUXQM8TVNM7HG9ZXIHXQ1Z0F5AVFF5X81AXMKKAI5MN1SCWCXI0D54SCYUKYZI27SHW17OBPAXTUUG1LF520RJKE2GZGH2172Y0B198NI5466UV7IT1EEU5RIG5EFD3DNHBIAMRHP6KZZCJU31ZRNPS1JZKPBYF1U7OOK9UFETO' where id=52; -update noar tt set v0='ZL9FYITBAMBCN7ADBVNOU3A1VS8EUMQL6D0UGH532ALAVH5VL0NS4AG42HXGH5354VRG24TUZBYIVRYRVXNSGFFJHVCEJYJWGPETWFAKP3A8NSDHYHUP7QXPLHY09UFC4IIBU7N4I2X23LS0XEUG2YHVTG15GMIBUC4UWHZDL629FOB4FD7C7OMZIXVK7M7A3FD2ZRKL9RN8XX3F0099ERM0WYV6J306YBZTBGS2U6VRD9AY23Q30IBYJ5JFK0QOP' where id=53; -update noar ti set v0='ZL9FYITBAMBCN7ADBVNOU3A1VS8EUMQL6D0UGH532ALAVH5VL0NS4AG42HXGH5354VRG24TUZBYIVRYRVXNSGFFJHVCEJYJWGPETWFAKP3A8NSDHYHUP7QXPLHY09UFC4IIBU7N4I2X23LS0XEUG2YHVTG15GMIBUC4UWHZDL629FOB4FD7C7OMZIXVK7M7A3FD2ZRKL9RN8XX3F0099ERM0WYV6J306YBZTBGS2U6VRD9AY23Q30IBYJ5JFK0QOP' where id=53; -update noar tt set v1='PBBKGZEODIR5Q55FA40R3RMUXHYNVDFRF47L4PLQDY0X47X66YJX67RRZB99N8TCRCU6MTL4VRR102MTDXOW18XQE0J39G8QBF1TQ9IOMIIU8M7RSX2BHXMOTPX5ZO741UEXDPGTG6F821AB8ASN9QUE8VLXWT7GEYX6PBE15MP0GYD4UDA1CHAAT53DO86S3MMAUXNCO5SAQPGS33GMXULUTLQGQ1JPP7BKUXI2W0A2YGTLZUAJB86DEZX94BF1G' where id=53; -update noar ti set v1='PBBKGZEODIR5Q55FA40R3RMUXHYNVDFRF47L4PLQDY0X47X66YJX67RRZB99N8TCRCU6MTL4VRR102MTDXOW18XQE0J39G8QBF1TQ9IOMIIU8M7RSX2BHXMOTPX5ZO741UEXDPGTG6F821AB8ASN9QUE8VLXWT7GEYX6PBE15MP0GYD4UDA1CHAAT53DO86S3MMAUXNCO5SAQPGS33GMXULUTLQGQ1JPP7BKUXI2W0A2YGTLZUAJB86DEZX94BF1G' where id=53; -update noar tt set v2='KDL7HSEBTTF64BH0BKSZP4SOQW3LX1Z7RCJGBJJAP8ZN54E24REUIAIM5Q6YHLOOWFU0PLA6013JT7MG4R6IABW6MG1226AX4XBB71DVOPM3Z2WGGNHD7MAS93F724BMWK06BXGO147P1YCXZ3LZ938WOLBL6NDXM1279N9G0A4KNEGRSRZT1TXSN3UU4UD1XZMQCD3ATEFXM177A5F890IGWPWCBHJ4M9N1L77ZROCO1VSJIMO36YOMQ1F8FDZQX' where id=53; -update noar ti set v2='KDL7HSEBTTF64BH0BKSZP4SOQW3LX1Z7RCJGBJJAP8ZN54E24REUIAIM5Q6YHLOOWFU0PLA6013JT7MG4R6IABW6MG1226AX4XBB71DVOPM3Z2WGGNHD7MAS93F724BMWK06BXGO147P1YCXZ3LZ938WOLBL6NDXM1279N9G0A4KNEGRSRZT1TXSN3UU4UD1XZMQCD3ATEFXM177A5F890IGWPWCBHJ4M9N1L77ZROCO1VSJIMO36YOMQ1F8FDZQX' where id=53; -update noar tt set v3='A0FQBNDLIDKZ5HDXWBJAZEEEFL5LUZEB90BSCAE8AGYHK76ZCQ3JVA9HP2P7L2Z1GUDSEOY4GGZFAHGN7D0JW3IBRTOBDNK92OK084ANG0K1FYBXCT5HFMBYBORIX3B7FJN15W32KKGXJPWMD0IQITPY6FI3533TTWFLZCA0203QONACATIUXREJX64DU04RYCEGPUVHVXN2C0UO5XJ2F6YFUKUT1CCNPL4X2JHPCUXJBB85FGYH1BD4BJHK8GX3H' where id=53; -update noar ti set v3='A0FQBNDLIDKZ5HDXWBJAZEEEFL5LUZEB90BSCAE8AGYHK76ZCQ3JVA9HP2P7L2Z1GUDSEOY4GGZFAHGN7D0JW3IBRTOBDNK92OK084ANG0K1FYBXCT5HFMBYBORIX3B7FJN15W32KKGXJPWMD0IQITPY6FI3533TTWFLZCA0203QONACATIUXREJX64DU04RYCEGPUVHVXN2C0UO5XJ2F6YFUKUT1CCNPL4X2JHPCUXJBB85FGYH1BD4BJHK8GX3H' where id=53; -update noar tt set v0='BAPOIHD64B450YH4R56M3XJB67LQPZTN25RWC28ZKGMGA6SMUIWWLIS3Z4KW0OHM24MKQCSNYJ17RX45K0CMQLQPG62NWTJ4QQFOUJE8CDXPC0IVIHCFQMADXNSCT1JPYF6CCMYMG3PY6JYYX7WD5L5PRUADHM5UQDWW4OMSH9G904FV9TMQLBISGJZX6XD1E63FWNHGC5EVBTVRDX49OL35FBY0XFLHHYJN6RNS622UHAQ4LJCF88TZYQDG1QC7V' where id=54; -update noar ti set v0='BAPOIHD64B450YH4R56M3XJB67LQPZTN25RWC28ZKGMGA6SMUIWWLIS3Z4KW0OHM24MKQCSNYJ17RX45K0CMQLQPG62NWTJ4QQFOUJE8CDXPC0IVIHCFQMADXNSCT1JPYF6CCMYMG3PY6JYYX7WD5L5PRUADHM5UQDWW4OMSH9G904FV9TMQLBISGJZX6XD1E63FWNHGC5EVBTVRDX49OL35FBY0XFLHHYJN6RNS622UHAQ4LJCF88TZYQDG1QC7V' where id=54; -update noar tt set v1='EFY3XLE5OXTUSARCO934E13M3KLI2M1SMZCYZRFCU8LVREMDRCZNI2W619ENYOMDHXMMB3YC7VXYT4I6NGZBQBQXKZAFGRZMX3WI9VKZOWT1ROSYEI2UYJZ9IZXSPKAB90YLVLLCOL7V3DPBF4RJJWP4HR7OR9B7VSHR1OUD0RXXNEWYNIIGHKST58NMEKJP6DGJ312LQU1TLG31SEO4YXWIY2WDBP6PJZCJBKD8LAM7LBO26HFASVT1HPFHZL2BH' where id=54; -update noar ti set v1='EFY3XLE5OXTUSARCO934E13M3KLI2M1SMZCYZRFCU8LVREMDRCZNI2W619ENYOMDHXMMB3YC7VXYT4I6NGZBQBQXKZAFGRZMX3WI9VKZOWT1ROSYEI2UYJZ9IZXSPKAB90YLVLLCOL7V3DPBF4RJJWP4HR7OR9B7VSHR1OUD0RXXNEWYNIIGHKST58NMEKJP6DGJ312LQU1TLG31SEO4YXWIY2WDBP6PJZCJBKD8LAM7LBO26HFASVT1HPFHZL2BH' where id=54; -update noar tt set v2='N8U6ZPBXUVGIFQKJ5RQL3OATNJ0FTB44I3X93QT9ZDL2L1Q8OXNN2IHICRI8M3NKKGVOIJ4JKHM6YWVU4KKWAZZ55S6CKQ4CIZP5O06HRXT4Q4221BOPIRYEJURNCZF6EUHQ38469X9X46LTNI8MSI8507BXZQBGPCNG1YHBDQ38E63114I7F1VEH8L7SYVX3CA9921OUS4NPUV39VPTELCVVP15ZG2TPWWT8MXD147B0H3N80OBONH727VBFGO0S' where id=54; -update noar ti set v2='N8U6ZPBXUVGIFQKJ5RQL3OATNJ0FTB44I3X93QT9ZDL2L1Q8OXNN2IHICRI8M3NKKGVOIJ4JKHM6YWVU4KKWAZZ55S6CKQ4CIZP5O06HRXT4Q4221BOPIRYEJURNCZF6EUHQ38469X9X46LTNI8MSI8507BXZQBGPCNG1YHBDQ38E63114I7F1VEH8L7SYVX3CA9921OUS4NPUV39VPTELCVVP15ZG2TPWWT8MXD147B0H3N80OBONH727VBFGO0S' where id=54; -update noar tt set v3='D5WU8HHE9314PJKNKJY44TPZB4RKMQA50XOC3WRFN3HSE4JOL92VUCZQRW1DF6OCVY2AGZNO83O480JJIF3QGMM2LF0XDFXCOKK21EG7TLMW487YPQBA1DAJZANJPGD6JLCQPL939238LBP8GT93I7NSFZ8F3EX3DJ633SSX8MR0WQ010YWIEVHHTDKOH7F7RDGG2HPCQXKADD0NXTVG7XS1H44LRYSNA4GG0WK43LQLDQ1TETU6NCDGJVEO3T0WI' where id=54; -update noar ti set v3='D5WU8HHE9314PJKNKJY44TPZB4RKMQA50XOC3WRFN3HSE4JOL92VUCZQRW1DF6OCVY2AGZNO83O480JJIF3QGMM2LF0XDFXCOKK21EG7TLMW487YPQBA1DAJZANJPGD6JLCQPL939238LBP8GT93I7NSFZ8F3EX3DJ633SSX8MR0WQ010YWIEVHHTDKOH7F7RDGG2HPCQXKADD0NXTVG7XS1H44LRYSNA4GG0WK43LQLDQ1TETU6NCDGJVEO3T0WI' where id=54; -update noar tt set v0='5KEBZ7PEV4XE1WV6QIO28EEIDZTUSQHU3XXOOM7ADH9W09UQSN2G28IJOY0T1RI70TIER87ZJXWNZWKMONKET7BHBKMKDF9RF5LE5C4LRZBC7EXOEYPCH7W9SDKYJ1LHBEQVCIMEB0VZ50LPHTK8DUIB138KO4A8NW1J3U8AIVHIR8GQBSYZ2W0LH675HZUVT1FLBBV8ZEU2DC9K8HCJGB514HHS0S7DTFWUUQOS342X8LSPHCTHNRL2TRZEOPBIZ' where id=55; -update noar ti set v0='5KEBZ7PEV4XE1WV6QIO28EEIDZTUSQHU3XXOOM7ADH9W09UQSN2G28IJOY0T1RI70TIER87ZJXWNZWKMONKET7BHBKMKDF9RF5LE5C4LRZBC7EXOEYPCH7W9SDKYJ1LHBEQVCIMEB0VZ50LPHTK8DUIB138KO4A8NW1J3U8AIVHIR8GQBSYZ2W0LH675HZUVT1FLBBV8ZEU2DC9K8HCJGB514HHS0S7DTFWUUQOS342X8LSPHCTHNRL2TRZEOPBIZ' where id=55; -update noar tt set v1='SP782CC3A5B2UIW6REYP3SS0BIX7BER4VPD7483TAUYOMMSSVD69RW8DT18E8LANUGWZ2QFR3CT5VFH6F83H94RA5ED0L572ZDZRYUMO8MJSDXNK9OHJALDMO1UAH0N03ZY969KSOVNZOCO8YNJN37B0QVTI62DON7FGRCRM3B0QDXPOMSAFDGP5LMIEOFP1YUFFXHULAB8THDIMS9DYT0P7RLYXUFUY0785CBG9DZWDWTLOXC9SJLV0CITFX9D7N' where id=55; -update noar ti set v1='SP782CC3A5B2UIW6REYP3SS0BIX7BER4VPD7483TAUYOMMSSVD69RW8DT18E8LANUGWZ2QFR3CT5VFH6F83H94RA5ED0L572ZDZRYUMO8MJSDXNK9OHJALDMO1UAH0N03ZY969KSOVNZOCO8YNJN37B0QVTI62DON7FGRCRM3B0QDXPOMSAFDGP5LMIEOFP1YUFFXHULAB8THDIMS9DYT0P7RLYXUFUY0785CBG9DZWDWTLOXC9SJLV0CITFX9D7N' where id=55; -update noar tt set v2='UGTQD0STZNDIRFSK9L97HGSOORV00LVXD5U76QDQTZOBI2DFMJWVOF334RQD596ER9Y19LIANSR0K8YNB58V17Z2TM1FXYBP36QQKZ0TSTVRU3PNFUITJYM7BJQTESLEZIR49YX812XTC1CQCZZES1IGQV6I1ITFGJ3J3BDQB74OM6D4XTN2DEFVZZVIWDJBYTXNRUXFRHT47Z3JSHGKX8EP6031YAKQLS4ME5UVDD079BTWQCTRJMWLJ11KSN30R' where id=55; -update noar ti set v2='UGTQD0STZNDIRFSK9L97HGSOORV00LVXD5U76QDQTZOBI2DFMJWVOF334RQD596ER9Y19LIANSR0K8YNB58V17Z2TM1FXYBP36QQKZ0TSTVRU3PNFUITJYM7BJQTESLEZIR49YX812XTC1CQCZZES1IGQV6I1ITFGJ3J3BDQB74OM6D4XTN2DEFVZZVIWDJBYTXNRUXFRHT47Z3JSHGKX8EP6031YAKQLS4ME5UVDD079BTWQCTRJMWLJ11KSN30R' where id=55; -update noar tt set v3='IR0AVQZZUS3XEJ6O8RR6I238SPQAXJLXZHRZBK98CN4Z59TCVAUQS1ZVD7SB1B5SF2U3XVNUL3D0NQ7XTSEOJ3T6HOY405F2HB8T7TO91R90XJR6IL9SNC2O9T5LRSN3E1GAQT0ASDDRZ1KE7962FX774SECR81O4Z6WKQME9KMVHIN5C9N5145B49T6U71GBID5G1L2A47KPT4HPFH9ETHFY4HW1GX6TFRMF2N8KK0GH6K1ZVU9PMWAUXEZ7KNUH' where id=55; -update noar ti set v3='IR0AVQZZUS3XEJ6O8RR6I238SPQAXJLXZHRZBK98CN4Z59TCVAUQS1ZVD7SB1B5SF2U3XVNUL3D0NQ7XTSEOJ3T6HOY405F2HB8T7TO91R90XJR6IL9SNC2O9T5LRSN3E1GAQT0ASDDRZ1KE7962FX774SECR81O4Z6WKQME9KMVHIN5C9N5145B49T6U71GBID5G1L2A47KPT4HPFH9ETHFY4HW1GX6TFRMF2N8KK0GH6K1ZVU9PMWAUXEZ7KNUH' where id=55; -update noar tt set v0='2XVRXAUXBGGSHA02PHRF5WM23SVCINVTS31613SIKPF42FW01653P6QQ7AZDGLWWPP3E1V25LPLJ950BP6RH4OUZUP6U5JZ3ESP3CKX7W1CM10ZRKAUL0IHUCP1XJUC3NV33PT3BZQJJ4EWNW2YAAZ9SEFON7DS297QOJJA4WUUWSV43QOO5AJDOSX694MUC2M229TL19XZ80PS1R7BQ1G0RNH2HNK3EN4ENWOHMX8MAVX5JDPGP9IC6RU2DG1RDN' where id=56; -update noar ti set v0='2XVRXAUXBGGSHA02PHRF5WM23SVCINVTS31613SIKPF42FW01653P6QQ7AZDGLWWPP3E1V25LPLJ950BP6RH4OUZUP6U5JZ3ESP3CKX7W1CM10ZRKAUL0IHUCP1XJUC3NV33PT3BZQJJ4EWNW2YAAZ9SEFON7DS297QOJJA4WUUWSV43QOO5AJDOSX694MUC2M229TL19XZ80PS1R7BQ1G0RNH2HNK3EN4ENWOHMX8MAVX5JDPGP9IC6RU2DG1RDN' where id=56; -update noar tt set v1='WKTYSGIL5KW3XX3ODB3ZXQEIDPYVDFETW2PFC7JQMIEZCIIEKS6V1PR1LI4PLJQXCQALPGJJ7C7MFDNY9ZM3T9W2WGDC82PSSW8ITUD53UTVY426MRX5VJVP9N99HFE3YFSWJOZKRE2NJ6G5IBVG5Y0IDD6AX2Q6HQFD18CVA7S2Z8OXPDDADLFHM0C3BO0CCWHCG67C8G1UJ4UDYWGD7ESPLH3PIGJHT81N3PNI9EBRBV9WC6D7YIU4AY0VXQ8I2' where id=56; -update noar ti set v1='WKTYSGIL5KW3XX3ODB3ZXQEIDPYVDFETW2PFC7JQMIEZCIIEKS6V1PR1LI4PLJQXCQALPGJJ7C7MFDNY9ZM3T9W2WGDC82PSSW8ITUD53UTVY426MRX5VJVP9N99HFE3YFSWJOZKRE2NJ6G5IBVG5Y0IDD6AX2Q6HQFD18CVA7S2Z8OXPDDADLFHM0C3BO0CCWHCG67C8G1UJ4UDYWGD7ESPLH3PIGJHT81N3PNI9EBRBV9WC6D7YIU4AY0VXQ8I2' where id=56; -update noar tt set v2='VS47NFSA08ZZ47ZVU1HLA7Q29YEZIZ9PTL3SNLGSCLIOR8IKEURY24XRPBZ4AB8YA5S13MBDMJFA4W090FJHJ2GX8GWX0RT0CEHVP129KOL1X2048Z4U605ZIV2ZX9R6UU39GDX60TFRTDMV86USA03IJ9BPC6HPBTXG38MV3DWHWJ9AK272BUM8J7M09EALJSDI76TXU7NVFBGCXJVGGR1U0N1RHP2H2UTUJ7Y2I2INIYIZUGRKTP7Z45OM8S37U' where id=56; -update noar ti set v2='VS47NFSA08ZZ47ZVU1HLA7Q29YEZIZ9PTL3SNLGSCLIOR8IKEURY24XRPBZ4AB8YA5S13MBDMJFA4W090FJHJ2GX8GWX0RT0CEHVP129KOL1X2048Z4U605ZIV2ZX9R6UU39GDX60TFRTDMV86USA03IJ9BPC6HPBTXG38MV3DWHWJ9AK272BUM8J7M09EALJSDI76TXU7NVFBGCXJVGGR1U0N1RHP2H2UTUJ7Y2I2INIYIZUGRKTP7Z45OM8S37U' where id=56; -update noar tt set v3='TKHXH2TUVZ35KW8ECSY84F6B9G0RN8JZU8LZSGSTUOIAQY5P4KFM8XMI2T4FG2UVDGWNFJAZ9H5BB5MFW90XVGNGS528IEKC1G52UAHPGXF5VH10VO3OC4KO7BO4UKLR380OFXN5KDIUSS86R1TQD6YDDBNXKPDV3ZB059XOSGE0ISD9J0NEG5HDEOGY7MRTYV08937GY5N1THJJIK8FSJDGF0W8OFPWT3OHYM8L1GDLTJVYJ6VOJG1Y96JTTLSAV' where id=56; -update noar ti set v3='TKHXH2TUVZ35KW8ECSY84F6B9G0RN8JZU8LZSGSTUOIAQY5P4KFM8XMI2T4FG2UVDGWNFJAZ9H5BB5MFW90XVGNGS528IEKC1G52UAHPGXF5VH10VO3OC4KO7BO4UKLR380OFXN5KDIUSS86R1TQD6YDDBNXKPDV3ZB059XOSGE0ISD9J0NEG5HDEOGY7MRTYV08937GY5N1THJJIK8FSJDGF0W8OFPWT3OHYM8L1GDLTJVYJ6VOJG1Y96JTTLSAV' where id=56; -update noar tt set v0='OQRVV7TKUBTCNWOMOHXDKY34RBM65J78BH049YBAMGPN3LEI9X1H7OTDIFN706ISCIAT2B02IRTTSSXF7KVOC8VGVZPWTCVM0FO6ZVP92SXC75DP04MW6YXIJ90P32IZPF1F1SK2SDIQW2QJVZAYFW4ARYY9SU959VSF3L8ZW6Q6E70GRGK71ICY8FZ8SRLH7V1NS96V4JV3TRPBHMBM3HFKBGMY7HA9E0YWZYJ1MRVPATQ5LVOX8B6IUOHJ11LO0' where id=57; -update noar ti set v0='OQRVV7TKUBTCNWOMOHXDKY34RBM65J78BH049YBAMGPN3LEI9X1H7OTDIFN706ISCIAT2B02IRTTSSXF7KVOC8VGVZPWTCVM0FO6ZVP92SXC75DP04MW6YXIJ90P32IZPF1F1SK2SDIQW2QJVZAYFW4ARYY9SU959VSF3L8ZW6Q6E70GRGK71ICY8FZ8SRLH7V1NS96V4JV3TRPBHMBM3HFKBGMY7HA9E0YWZYJ1MRVPATQ5LVOX8B6IUOHJ11LO0' where id=57; -update noar tt set v1='4TN0SP1FBHJJXDMU0BUGSH16R3HZLP6PBP3898F2VNZXZ0B6267WIFAO0DXSNM4PKAAQQGDB0K4CXR19RPDGNJVC2JBDJJV50LIJH54V6XMHW1ILDV4OOIZ1028L3JP6IZV53F1TA01T640TBXEL2JX5PW85AB753K3NZWO4NHALZ2FWRJS71N130HDL14244HH4LNZOSS6ZUWKU85Q9VE0INU68JGDGIFOTHZJMXFSOR6NYUQD1ELA132DM53Z19' where id=57; -update noar ti set v1='4TN0SP1FBHJJXDMU0BUGSH16R3HZLP6PBP3898F2VNZXZ0B6267WIFAO0DXSNM4PKAAQQGDB0K4CXR19RPDGNJVC2JBDJJV50LIJH54V6XMHW1ILDV4OOIZ1028L3JP6IZV53F1TA01T640TBXEL2JX5PW85AB753K3NZWO4NHALZ2FWRJS71N130HDL14244HH4LNZOSS6ZUWKU85Q9VE0INU68JGDGIFOTHZJMXFSOR6NYUQD1ELA132DM53Z19' where id=57; -update noar tt set v2='ZT4VWDLJU9A6RX17I03RU04VKQ2IELHQ45XLD70YKQFMMKIOTCB9KINY3BHGVU5QYD2DTE2FIRRXWAERKR8H3VAW1TWMS5PSJHH38SK203CK5QF58CPHZP4YP57U13EVRCV0FANAAKNBU2MNF685D9QY43GOX1LAZWFKIZ961ZZ5HBWN9Q3R9W5OB5G1QTOVUYI9Y0CPMLANDW0BQ21TK3SUPPVNWX05E2XKI4SZ7FJKV4A5GNKW58CSDIBKJ7BKV' where id=57; -update noar ti set v2='ZT4VWDLJU9A6RX17I03RU04VKQ2IELHQ45XLD70YKQFMMKIOTCB9KINY3BHGVU5QYD2DTE2FIRRXWAERKR8H3VAW1TWMS5PSJHH38SK203CK5QF58CPHZP4YP57U13EVRCV0FANAAKNBU2MNF685D9QY43GOX1LAZWFKIZ961ZZ5HBWN9Q3R9W5OB5G1QTOVUYI9Y0CPMLANDW0BQ21TK3SUPPVNWX05E2XKI4SZ7FJKV4A5GNKW58CSDIBKJ7BKV' where id=57; -update noar tt set v3='1PDH4D1PM0XNQZT5SPS63J000RNAOUBW88BLZ8D1LZR4L1DKN6CMFU2UEKSFKXGA195XKAQUQW6OCXV1HCMAT9W18W6HE46HI6XRHLQH9UPI5DFC0RU5KQNVJ56YU4YPOFO0NZN21IPTQPAF6WHAWEJD6E8N67ZUJMIAET33V0ZR7YUKTDK52SOLJJ1XZ9JZHBRV8S3IEBSR6J90SIO2SCOZO5X98VPR7ZYJ5K4LC446M1BXDX312KAVN6KRPD2IS' where id=57; -update noar ti set v3='1PDH4D1PM0XNQZT5SPS63J000RNAOUBW88BLZ8D1LZR4L1DKN6CMFU2UEKSFKXGA195XKAQUQW6OCXV1HCMAT9W18W6HE46HI6XRHLQH9UPI5DFC0RU5KQNVJ56YU4YPOFO0NZN21IPTQPAF6WHAWEJD6E8N67ZUJMIAET33V0ZR7YUKTDK52SOLJJ1XZ9JZHBRV8S3IEBSR6J90SIO2SCOZO5X98VPR7ZYJ5K4LC446M1BXDX312KAVN6KRPD2IS' where id=57; -update noar tt set v0='T4IYVQX8QWH7DCJ98VJY092YGKJHA7UB8SNGPBPAHTM1E10925N9RUPCT6MJ1QRBUKRBFJVQGX4XQOJAO29F2SG0RBVOR595QULYSMW5BM5D9F08H9C0P62SCXRKDO87CP14BW15ODYHW3UW6L29P5ORG7U16NVODTM9ZZU8SCTFPWL2AUC6FHTQ8YP2NXMVOHGXJSUWD4VB1XR4IWHAN03GLA62YB66EXIHYYFP0NGYMU5JG8P2245FNTFH2ALSY' where id=58; -update noar ti set v0='T4IYVQX8QWH7DCJ98VJY092YGKJHA7UB8SNGPBPAHTM1E10925N9RUPCT6MJ1QRBUKRBFJVQGX4XQOJAO29F2SG0RBVOR595QULYSMW5BM5D9F08H9C0P62SCXRKDO87CP14BW15ODYHW3UW6L29P5ORG7U16NVODTM9ZZU8SCTFPWL2AUC6FHTQ8YP2NXMVOHGXJSUWD4VB1XR4IWHAN03GLA62YB66EXIHYYFP0NGYMU5JG8P2245FNTFH2ALSY' where id=58; -update noar tt set v1='H7WEYMXXQ08LK3FKZMLSW30KI0UANO3S634GJ1VSNC8XYR161D3XNQ7ZDAOR19MRUYA33R9NGGHXGOPE88QBB5JKRC9TX6MVSH3JIT0SXZI1OYBD58IG45A4WK9Y3VZSPIF96GDZ8G19Z5IATL4YNUES8AAQKPN0XWDMNCOFRD0JX5VUKORKEDJ8BBWKHCT0HT235HOFB60S35VOWNK0URG8OAOYJ0V5P1NOJ0AWGBX9GMPZVJCOAKXXU2WYOX5GV' where id=58; -update noar ti set v1='H7WEYMXXQ08LK3FKZMLSW30KI0UANO3S634GJ1VSNC8XYR161D3XNQ7ZDAOR19MRUYA33R9NGGHXGOPE88QBB5JKRC9TX6MVSH3JIT0SXZI1OYBD58IG45A4WK9Y3VZSPIF96GDZ8G19Z5IATL4YNUES8AAQKPN0XWDMNCOFRD0JX5VUKORKEDJ8BBWKHCT0HT235HOFB60S35VOWNK0URG8OAOYJ0V5P1NOJ0AWGBX9GMPZVJCOAKXXU2WYOX5GV' where id=58; -update noar tt set v2='1CKWL0AI2QJC9TJ7FXE8OHM5F3HOGMQBAME9JH19VKQ8OXX3Q4QGJOZ4MDLEJLMWT80RIMO8332NH74LP2FSRGBK541MEJ1IO190U7TVPLB7WQ7AEBIVTYVHQNZ5W5Z8XBMLHYW1T2PASDT8VJKYUYCJESPMGIIEDCOPW4PV3MUZW35GPLMMYPGUYBB75NOO7RERYD4ATM3XF10Y2N9V1QA0NYP6KXH4KS46VLUPV8DB19MA55BHESKJEW9O62777' where id=58; -update noar ti set v2='1CKWL0AI2QJC9TJ7FXE8OHM5F3HOGMQBAME9JH19VKQ8OXX3Q4QGJOZ4MDLEJLMWT80RIMO8332NH74LP2FSRGBK541MEJ1IO190U7TVPLB7WQ7AEBIVTYVHQNZ5W5Z8XBMLHYW1T2PASDT8VJKYUYCJESPMGIIEDCOPW4PV3MUZW35GPLMMYPGUYBB75NOO7RERYD4ATM3XF10Y2N9V1QA0NYP6KXH4KS46VLUPV8DB19MA55BHESKJEW9O62777' where id=58; -update noar tt set v3='GT2XAWQ1WX4S935LJDP4LU49YKV1PBSTOF0N0ZE8Z9A356SPP9TC92GE9UE5ZX4R14EXLTO4KNZE2MVIDUN3TBFIMXDU8IDGUMHLW79BJSFLB04I8K7RVETY8QIV24MJQHENQUTSXTTENVU6Z56N6SWZNTA0PN5C9XOUM3KRNFTWUU5BIV4JCKD73XVC166VGPV40PHZTJXSF1SXUSLDPIHZ3AQ8O7AHYHKZSGS1SD6TDY6K9AIWFPUTIUCEP4M3K' where id=58; -update noar ti set v3='GT2XAWQ1WX4S935LJDP4LU49YKV1PBSTOF0N0ZE8Z9A356SPP9TC92GE9UE5ZX4R14EXLTO4KNZE2MVIDUN3TBFIMXDU8IDGUMHLW79BJSFLB04I8K7RVETY8QIV24MJQHENQUTSXTTENVU6Z56N6SWZNTA0PN5C9XOUM3KRNFTWUU5BIV4JCKD73XVC166VGPV40PHZTJXSF1SXUSLDPIHZ3AQ8O7AHYHKZSGS1SD6TDY6K9AIWFPUTIUCEP4M3K' where id=58; -update noar tt set v0='OCJKLR5DWR3C8QSGNPUDDVM8FA7T7UWVKEF80AXPSP50JUKOZKXW9MLTRCSSGQ1WJ3UIM7CED973ORIG8G2X30YR6IABYP5FYXS3BUB8YASSJZ15VDR21UR4D1MKIKOOTBISIG9IUWHC607NUVBA3IRRJRZF13INTJ5UOSDFJEJFQC61NA9IF486JNSEMIZ4WEW0NPWV7SJ5FWHZPOYMYRKTTJI7SU73Y55R53A58S2R7B4TQVUC6WRLKA2XPT6W5' where id=59; -update noar ti set v0='OCJKLR5DWR3C8QSGNPUDDVM8FA7T7UWVKEF80AXPSP50JUKOZKXW9MLTRCSSGQ1WJ3UIM7CED973ORIG8G2X30YR6IABYP5FYXS3BUB8YASSJZ15VDR21UR4D1MKIKOOTBISIG9IUWHC607NUVBA3IRRJRZF13INTJ5UOSDFJEJFQC61NA9IF486JNSEMIZ4WEW0NPWV7SJ5FWHZPOYMYRKTTJI7SU73Y55R53A58S2R7B4TQVUC6WRLKA2XPT6W5' where id=59; -update noar tt set v1='SZX3XFTLON4AGEFQKX8O2A6BQQBMK0O1J02XXY1DFW8MPKSCVGYVLZ3YOM21V8YHDK7VJHZGI7NX5SOKXF4XVIN2OY7IPWPCSR9J22LHMIUJ1UXRMFCWTU04ZO3OHNB5873V882WYTFWOVLIHD2RQMPRMRBC3FKFUGT7E3SBGVVZ2KKWE82S35T0Y3S13YSIB68Z81FGFCQGDPLL6QWXHELNJB4IJRWH1ER7WM56ITTFHK0IJ9SPVTN7AV9XRR1D3' where id=59; -update noar ti set v1='SZX3XFTLON4AGEFQKX8O2A6BQQBMK0O1J02XXY1DFW8MPKSCVGYVLZ3YOM21V8YHDK7VJHZGI7NX5SOKXF4XVIN2OY7IPWPCSR9J22LHMIUJ1UXRMFCWTU04ZO3OHNB5873V882WYTFWOVLIHD2RQMPRMRBC3FKFUGT7E3SBGVVZ2KKWE82S35T0Y3S13YSIB68Z81FGFCQGDPLL6QWXHELNJB4IJRWH1ER7WM56ITTFHK0IJ9SPVTN7AV9XRR1D3' where id=59; -update noar tt set v2='SGKGE4Z01FT1ZLC2PAW8G5T8PGG0EUCYSAF8L5MV2C071IHPV5J8O9KA2749U7QUK0AC4A7MWW81HVM3NBRDWDKT1LTEOYH8UGT3QXDIV37U89K8VXAZ9G87BMEAMZI2MSBG5704H4W45B17JIRGJ8QI25O0MLRVN72NS7JJG4754YC8L6C6P26OTWXL6Z4H7ZGB094GML0PHEXA0ISPIS5YX52ZVLSEWPB6XNOHJ8I8TVARPJ9YEDT8VSS0349Q2' where id=59; -update noar ti set v2='SGKGE4Z01FT1ZLC2PAW8G5T8PGG0EUCYSAF8L5MV2C071IHPV5J8O9KA2749U7QUK0AC4A7MWW81HVM3NBRDWDKT1LTEOYH8UGT3QXDIV37U89K8VXAZ9G87BMEAMZI2MSBG5704H4W45B17JIRGJ8QI25O0MLRVN72NS7JJG4754YC8L6C6P26OTWXL6Z4H7ZGB094GML0PHEXA0ISPIS5YX52ZVLSEWPB6XNOHJ8I8TVARPJ9YEDT8VSS0349Q2' where id=59; -update noar tt set v3='WW7PJ5U5FIPYO51MRLEAD29VOJ4RONVS3U7BAR4Y0BA7ZKOLO3GE7FJCWMSFD58GEHH9I45SPCPMB5EGOZHFVI3ICQ045KPR3CLRI5UA7LN10X0T1I824EY3YMFM0Y4L2N6I9O905JKPA39931IAOT3LQ8ZFN1UWFNQU8HMD86068TAHR1M1XL6EL22P49AJXJMVECPWTERW3D7YV2RQFS1UO4N6KBVIQWN37ZRUUB1ITN7I4D1VD5KMZ6JH9F8G4' where id=59; -update noar ti set v3='WW7PJ5U5FIPYO51MRLEAD29VOJ4RONVS3U7BAR4Y0BA7ZKOLO3GE7FJCWMSFD58GEHH9I45SPCPMB5EGOZHFVI3ICQ045KPR3CLRI5UA7LN10X0T1I824EY3YMFM0Y4L2N6I9O905JKPA39931IAOT3LQ8ZFN1UWFNQU8HMD86068TAHR1M1XL6EL22P49AJXJMVECPWTERW3D7YV2RQFS1UO4N6KBVIQWN37ZRUUB1ITN7I4D1VD5KMZ6JH9F8G4' where id=59; -update noar tt set v0='AOZVC9T1CKT9IETJ31WKMG7KHLMD0H6H0SAMB3ITD6EUYXKT4SM2U7DNVWT7Y8X0YRPSTVWR0AP74XA9ZHWMBHQ3NC4EGX7B5T9GX9WI04M3EY8EVJDXLC17TYY0TDUPV3Y30MICMKCV0OYCS3TMAR29TL33OKG3VX7BK8WV04HMBSB9YCZOALIAM2R1XK4EIQG4V7R6L4Q0YADNGASZJY8Z3KM467RF308IDJ6SN9TXRWHS30NI42WIX2S5QXVP7' where id=60; -update noar ti set v0='AOZVC9T1CKT9IETJ31WKMG7KHLMD0H6H0SAMB3ITD6EUYXKT4SM2U7DNVWT7Y8X0YRPSTVWR0AP74XA9ZHWMBHQ3NC4EGX7B5T9GX9WI04M3EY8EVJDXLC17TYY0TDUPV3Y30MICMKCV0OYCS3TMAR29TL33OKG3VX7BK8WV04HMBSB9YCZOALIAM2R1XK4EIQG4V7R6L4Q0YADNGASZJY8Z3KM467RF308IDJ6SN9TXRWHS30NI42WIX2S5QXVP7' where id=60; -update noar tt set v1='MMLN0JIFW6NRG014UZVRAUY0GH8VJ731Z77FPBUZVVRXGVD8L5SOIWTU9CFKRFFY1JUZM74LEWBLUNZGJOZZDTPY93UHS4S27P72QXSB95MP3X8EXYDSCEOO7DMTMYX98GCQ4242HDVLPITE4DB16DJKGCL8HRD2KJXFT6EFMLFX1OWA6ME5JP3KRG0LC2R9IB35EHHQ4MKO7N4QBNEH6EZ8EJXPLWPECQN2M08JAPBP08RJX678HHPJFG46SDO2S' where id=60; -update noar ti set v1='MMLN0JIFW6NRG014UZVRAUY0GH8VJ731Z77FPBUZVVRXGVD8L5SOIWTU9CFKRFFY1JUZM74LEWBLUNZGJOZZDTPY93UHS4S27P72QXSB95MP3X8EXYDSCEOO7DMTMYX98GCQ4242HDVLPITE4DB16DJKGCL8HRD2KJXFT6EFMLFX1OWA6ME5JP3KRG0LC2R9IB35EHHQ4MKO7N4QBNEH6EZ8EJXPLWPECQN2M08JAPBP08RJX678HHPJFG46SDO2S' where id=60; -update noar tt set v2='QY5UN1Q1FY85OIARC056Q9VM5I46LPE7SY61Z6PNGZVNC31JJHRZ4V9S33CDNJPSD7MXFT8CSYWWLPOB9MQ3KK4IJ7NDE2WCSEUEZ2N1TFI7BOBUK5TG2RGHLTOPIJAMLYOOKIH9Y8BUEZYRW6HEFBS0WBZ38IXH4Y93SN18O6DYV5ISB83HNLFM3YAV03MYPJD09GI30RJZ2WVCA43RSH6ITEGQA3HX1KFRM3ECBVYWXYQDR1SMYHO0EZ9XW2PHT' where id=60; -update noar ti set v2='QY5UN1Q1FY85OIARC056Q9VM5I46LPE7SY61Z6PNGZVNC31JJHRZ4V9S33CDNJPSD7MXFT8CSYWWLPOB9MQ3KK4IJ7NDE2WCSEUEZ2N1TFI7BOBUK5TG2RGHLTOPIJAMLYOOKIH9Y8BUEZYRW6HEFBS0WBZ38IXH4Y93SN18O6DYV5ISB83HNLFM3YAV03MYPJD09GI30RJZ2WVCA43RSH6ITEGQA3HX1KFRM3ECBVYWXYQDR1SMYHO0EZ9XW2PHT' where id=60; -update noar tt set v3='6LEOVTR64VSNYLW6RIHCEY2CRAFZHKXEQNHT9V60WZNZ7HWXW1P347NY7A8GO4KT7GTFY5832650LMBPT5J2YHANYC0MMDSKC59C8Q85G30TJI9PKMKK2TH7AEDTB18RL82OMQI7IRAQNZUZWP62WDL4MI0XKUBN0VSWG38SZYHMX4D1ZA3G2XXCEFEVUIBQBZV9H5NUM78ENIEVY51PWE7OU9V82LBUXAIV3WPRXKVX9Q7WJCYTP29DG4IIAVEWA' where id=60; -update noar ti set v3='6LEOVTR64VSNYLW6RIHCEY2CRAFZHKXEQNHT9V60WZNZ7HWXW1P347NY7A8GO4KT7GTFY5832650LMBPT5J2YHANYC0MMDSKC59C8Q85G30TJI9PKMKK2TH7AEDTB18RL82OMQI7IRAQNZUZWP62WDL4MI0XKUBN0VSWG38SZYHMX4D1ZA3G2XXCEFEVUIBQBZV9H5NUM78ENIEVY51PWE7OU9V82LBUXAIV3WPRXKVX9Q7WJCYTP29DG4IIAVEWA' where id=60; -update noar tt set v0='Z06DWH9481KQY5ZFX768QBMQLADK5COYS3Y4O6H5EIUEL3V9OVPWQ1UL1WKLNSZF6A9IDS6W1Q6RZMI3ROTFLE363BVOXDK8SEYZHGE55ZK56JYUWJ6B67P5SIP6S4V0W1ZEI6MNZKXN2NHMU0HKJDU9HDIICVH2C29O8Y4GPFD9NH5L74ZYHXQZ5JC9WLP4H3LD0K5A9B6OT89ZXMAV52N18P06R1PQKXK5C3M1P6XENDYXX9E9VWORZWENUXG9M' where id=61; -update noar ti set v0='Z06DWH9481KQY5ZFX768QBMQLADK5COYS3Y4O6H5EIUEL3V9OVPWQ1UL1WKLNSZF6A9IDS6W1Q6RZMI3ROTFLE363BVOXDK8SEYZHGE55ZK56JYUWJ6B67P5SIP6S4V0W1ZEI6MNZKXN2NHMU0HKJDU9HDIICVH2C29O8Y4GPFD9NH5L74ZYHXQZ5JC9WLP4H3LD0K5A9B6OT89ZXMAV52N18P06R1PQKXK5C3M1P6XENDYXX9E9VWORZWENUXG9M' where id=61; -update noar tt set v1='FCAIZUEISH1PP8D1UJEMUG2LMIY4FFH9OOCLC9MNLWJ8ISEUK7H1NG74WOC5NGXJO88RW8708K3C1V0J22REYZBKA3P4OW4Z3NGSS8O0R8EQACR0W5T308R178MYU6DK7EYKZI8I34AS9X00NTTYOKPILSVXL1X2V650O1X7TOA23WJEGTCZWKF63GMDS099SC7U7G4FH9STT61069CVVJ3V1L7PVZRYRY9JQUS8DNRXGCL2O221OWZ3FYH18KB6R' where id=61; -update noar ti set v1='FCAIZUEISH1PP8D1UJEMUG2LMIY4FFH9OOCLC9MNLWJ8ISEUK7H1NG74WOC5NGXJO88RW8708K3C1V0J22REYZBKA3P4OW4Z3NGSS8O0R8EQACR0W5T308R178MYU6DK7EYKZI8I34AS9X00NTTYOKPILSVXL1X2V650O1X7TOA23WJEGTCZWKF63GMDS099SC7U7G4FH9STT61069CVVJ3V1L7PVZRYRY9JQUS8DNRXGCL2O221OWZ3FYH18KB6R' where id=61; -update noar tt set v2='VJSKU2WK2WHEIRX475ME9G71GYLRFCQ3PLISDP8AG0ML2YF1CZ3FZ7BUO4GO8367049CQZNP78901O3MYGCS8B8GEQT8JS6C8UZ6CTQSASARSYMW7AVUA36IQJQZZGIO3AHBCUEFT7ZJJ5JHEGI2N4ZAHBZP7LR4NFZEBKQH6A27G0RQTCI3E9R2DJNWZBH06GFMXS62333RIOVPDA7L35VFRGHJPN4D6ONHFH3PHQFSKIC2HBN1XOB387FP88I1M' where id=61; -update noar ti set v2='VJSKU2WK2WHEIRX475ME9G71GYLRFCQ3PLISDP8AG0ML2YF1CZ3FZ7BUO4GO8367049CQZNP78901O3MYGCS8B8GEQT8JS6C8UZ6CTQSASARSYMW7AVUA36IQJQZZGIO3AHBCUEFT7ZJJ5JHEGI2N4ZAHBZP7LR4NFZEBKQH6A27G0RQTCI3E9R2DJNWZBH06GFMXS62333RIOVPDA7L35VFRGHJPN4D6ONHFH3PHQFSKIC2HBN1XOB387FP88I1M' where id=61; -update noar tt set v3='I9SDEYSD90H16OQ8OJCZH3TSBAZU4CD4HZ8EPQ8AAADHM1JWLIZ6CZWX6H29IR5YJARZO32GSWODWNC3TZDSUMBNKI918PF1R9UOJHYJVK7DSPLRP78QHVQ7QH9G6QJO68X2RLOLDMH1O5GS3OONBFVWEEA8LAJSR1KX3T5ICPA46IDRHPXK6DKC0U7J7NIBDHKJXYCUDPUK6AA0E6ST3H4SH635J89OFQS5DCR0FH5CU757J65PJTMERPCLHIJ6K' where id=61; -update noar ti set v3='I9SDEYSD90H16OQ8OJCZH3TSBAZU4CD4HZ8EPQ8AAADHM1JWLIZ6CZWX6H29IR5YJARZO32GSWODWNC3TZDSUMBNKI918PF1R9UOJHYJVK7DSPLRP78QHVQ7QH9G6QJO68X2RLOLDMH1O5GS3OONBFVWEEA8LAJSR1KX3T5ICPA46IDRHPXK6DKC0U7J7NIBDHKJXYCUDPUK6AA0E6ST3H4SH635J89OFQS5DCR0FH5CU757J65PJTMERPCLHIJ6K' where id=61; -update noar tt set v0='NXEXZUGUPS1TTYH4MEMQCOTU47J1L06S1Y5GN3N77G8262UEXHEZ6LKSACZ0MGUE5IMHE5EMSKSG5KBANY09Q64HL579L4OJ7L51HQPT1QMNIEWV4XMH91BB9C0BTOLZRDA0RHL7KQY9IT2ICMYUHVANHFXOJCQO7YKCG8XNAXQ84EVD25315P096U36XTW85N6X6O8D2TMOGCQIMXVPN0SIRFA7WS8D9RSK79B42GDI6RB2E8FA5TEEBT5F4YCHR' where id=62; -update noar ti set v0='NXEXZUGUPS1TTYH4MEMQCOTU47J1L06S1Y5GN3N77G8262UEXHEZ6LKSACZ0MGUE5IMHE5EMSKSG5KBANY09Q64HL579L4OJ7L51HQPT1QMNIEWV4XMH91BB9C0BTOLZRDA0RHL7KQY9IT2ICMYUHVANHFXOJCQO7YKCG8XNAXQ84EVD25315P096U36XTW85N6X6O8D2TMOGCQIMXVPN0SIRFA7WS8D9RSK79B42GDI6RB2E8FA5TEEBT5F4YCHR' where id=62; -update noar tt set v1='5AU9RJ74MDW27W4LVAXBPYS3NI7AEPDVVY7OEFFS0RDKVYXX6TU08HU72MRJ4860MGPDRFYYKX3GAVGZ85K4NE7CC25JM4RF1LYRTIYH67JLAWN63DODIF0H627PC08LKYGB9FMMZVHGWRKOQU7LZPI5BTC895DB81RATMR7EV02SOREHELLO72EMTWWOIXX8XG8DHJK5FU7EU64XSTRZPTY9BE80M9XK5RO3I9L9ZGE4G0FW7Q4HBXPPUTBL13I8' where id=62; -update noar ti set v1='5AU9RJ74MDW27W4LVAXBPYS3NI7AEPDVVY7OEFFS0RDKVYXX6TU08HU72MRJ4860MGPDRFYYKX3GAVGZ85K4NE7CC25JM4RF1LYRTIYH67JLAWN63DODIF0H627PC08LKYGB9FMMZVHGWRKOQU7LZPI5BTC895DB81RATMR7EV02SOREHELLO72EMTWWOIXX8XG8DHJK5FU7EU64XSTRZPTY9BE80M9XK5RO3I9L9ZGE4G0FW7Q4HBXPPUTBL13I8' where id=62; -update noar tt set v2='70OX8IB5D52ZKY0YRQDR3P1NMCPNMWO1CQ8KFIVMTRNYKEEFGP1YP2ELLWBEHW24USBQRU6P3DGJ3FJH2TPQJ0Q4X436IGF8QC41XU74K4YOQ5YZNZGZIYY8QS8ZP9IVBHPIKTFYOO5FGAUYALC1XHDZCZUGFCAT8BBYYQXCWQJQ2Y7K72XGA7LUUFRALQG6P57OOYSADVUKYNZ75GX7AMJQBPWOAC5DNDK75XIPE6Q172FRAMRK3OLHDIRUSC14A' where id=62; -update noar ti set v2='70OX8IB5D52ZKY0YRQDR3P1NMCPNMWO1CQ8KFIVMTRNYKEEFGP1YP2ELLWBEHW24USBQRU6P3DGJ3FJH2TPQJ0Q4X436IGF8QC41XU74K4YOQ5YZNZGZIYY8QS8ZP9IVBHPIKTFYOO5FGAUYALC1XHDZCZUGFCAT8BBYYQXCWQJQ2Y7K72XGA7LUUFRALQG6P57OOYSADVUKYNZ75GX7AMJQBPWOAC5DNDK75XIPE6Q172FRAMRK3OLHDIRUSC14A' where id=62; -update noar tt set v3='122OFJ6KA5NDLUYVNC0PAVE1U3IF10MIATZ9IOTXG6GC8339IJRIFRQ2QHFKU44R0FNRV8HO75VCIQ3YRON1DMOP7TU53DC6SQG6OJ5ICNUZDT3JUI070RZPZ84U4YV5I8ATT1S8SZZ7YUCF5THZK446OFU7NV54KSBRF3LFQ4ZT5C09XDZRHP436GQEE0J8SWM57DT6RV5033VNPV6MN3NR3CLTAIMWNN2W2ON4S914094K295W0DA7T6ULBQ64R' where id=62; -update noar ti set v3='122OFJ6KA5NDLUYVNC0PAVE1U3IF10MIATZ9IOTXG6GC8339IJRIFRQ2QHFKU44R0FNRV8HO75VCIQ3YRON1DMOP7TU53DC6SQG6OJ5ICNUZDT3JUI070RZPZ84U4YV5I8ATT1S8SZZ7YUCF5THZK446OFU7NV54KSBRF3LFQ4ZT5C09XDZRHP436GQEE0J8SWM57DT6RV5033VNPV6MN3NR3CLTAIMWNN2W2ON4S914094K295W0DA7T6ULBQ64R' where id=62; -update noar tt set v0='7XPULF6CBZ1A8KZW7WRCIRVO2HJSTNY8FH7HFF6OV7KQ5XQL3CSTHZS26YHE84YD9WNW48KH1TNVT9KSAGV8M95NF31N4RRB31QAGLY5QDF1K9LKB369I8UQZZFU5KAN2CSU8ERAZHZOPV611U4L80Y9DGMN1E35JYCQJD2N0WN7SJFGG5STWU2P42KP66DZSFB317VZTL9ZT78LHMZ3VVL74QNZY1B5K0AZYL2LK5L2IU4BV0OC8PYY9X6IM6G2I' where id=63; -update noar ti set v0='7XPULF6CBZ1A8KZW7WRCIRVO2HJSTNY8FH7HFF6OV7KQ5XQL3CSTHZS26YHE84YD9WNW48KH1TNVT9KSAGV8M95NF31N4RRB31QAGLY5QDF1K9LKB369I8UQZZFU5KAN2CSU8ERAZHZOPV611U4L80Y9DGMN1E35JYCQJD2N0WN7SJFGG5STWU2P42KP66DZSFB317VZTL9ZT78LHMZ3VVL74QNZY1B5K0AZYL2LK5L2IU4BV0OC8PYY9X6IM6G2I' where id=63; -update noar tt set v1='425VW1UHS2MFSSZQYC4MJMDFT6VQUJNYA7D6JZR5TZQY0CU6O2NHSZBE3AY9YMX05Y0ER4LZXUPV6DAOS4ZJDENI9QWXWBQLM6N45VKI4EUQFV96QFLGAPA5WBL2RR5W9L96XZI76OA8LK1KMER86D3VZ7T6VQWZ15KH662NG1YEFPXNXPLZCPKSDVS2TKYAEFD0D5VAWFQ6HS2NB7V8B013ETWJ5XN9S6BXLT38U063CZDVQUPSYM6U9K8C1RFAL' where id=63; -update noar ti set v1='425VW1UHS2MFSSZQYC4MJMDFT6VQUJNYA7D6JZR5TZQY0CU6O2NHSZBE3AY9YMX05Y0ER4LZXUPV6DAOS4ZJDENI9QWXWBQLM6N45VKI4EUQFV96QFLGAPA5WBL2RR5W9L96XZI76OA8LK1KMER86D3VZ7T6VQWZ15KH662NG1YEFPXNXPLZCPKSDVS2TKYAEFD0D5VAWFQ6HS2NB7V8B013ETWJ5XN9S6BXLT38U063CZDVQUPSYM6U9K8C1RFAL' where id=63; -update noar tt set v2='FIGA0YYCOX1PAY3OZMU14NO5NRN6DH84XGAHB52YXWYFXSPIAUC5YLNAYKDPMRXJK9Q6QBS0E9T88K5NY5C9O08HJ8I3WVVTC9YOWRRHG547IW6UC0Z3ENMUD1LQ2KSELRN4SRQ0ADR0XHNTPJ9PL147WK2KLSQYMTY2P7LDGKE4M76OY6XPRUHWVMCTQM9BRAFWMU9H1PPA0OX2TU7FJWGEPD7ATSU0KV4524ZI0X9FEE95D6DQ5OLWF6HM29X2W' where id=63; -update noar ti set v2='FIGA0YYCOX1PAY3OZMU14NO5NRN6DH84XGAHB52YXWYFXSPIAUC5YLNAYKDPMRXJK9Q6QBS0E9T88K5NY5C9O08HJ8I3WVVTC9YOWRRHG547IW6UC0Z3ENMUD1LQ2KSELRN4SRQ0ADR0XHNTPJ9PL147WK2KLSQYMTY2P7LDGKE4M76OY6XPRUHWVMCTQM9BRAFWMU9H1PPA0OX2TU7FJWGEPD7ATSU0KV4524ZI0X9FEE95D6DQ5OLWF6HM29X2W' where id=63; -update noar tt set v3='NRMJA9ZDTW4RCGR5VG9S19ZYBAO8R1FRT7JMA26N2PRKIUAUBDQFB1PBD89HVWNT119VIPTYM3PE8JYT1NNMCVYEQWAPN67P0XI9BN4FA2A3Z5O7FYDO0P3FITXFDCDA19D7T82Y9FDCJ49QK3JL9L2MR1YVM1ZD7I792QOJJDAHO0HF10KKY6P99IGVVHBWFM6IQA6JD6KH83U95BQOEBX5BNJSC2CGZA1NFGCZDSPTZH5ZPMYIDPWM372O2HQPR' where id=63; -update noar ti set v3='NRMJA9ZDTW4RCGR5VG9S19ZYBAO8R1FRT7JMA26N2PRKIUAUBDQFB1PBD89HVWNT119VIPTYM3PE8JYT1NNMCVYEQWAPN67P0XI9BN4FA2A3Z5O7FYDO0P3FITXFDCDA19D7T82Y9FDCJ49QK3JL9L2MR1YVM1ZD7I792QOJJDAHO0HF10KKY6P99IGVVHBWFM6IQA6JD6KH83U95BQOEBX5BNJSC2CGZA1NFGCZDSPTZH5ZPMYIDPWM372O2HQPR' where id=63; -update noar tt set v0='XE7SDGQ7FNX96D0EETW8TBJHY74508G28F219SHG2ZUBHWQ3O631HZ6OD4GASNLZ8T92Z2C6CD1YIS59P7X79W4HYLHW2ZBF8DSX1GDZAA5YYL5IPVQWGSJZIPPY431RMDWRWTGW0NUFNTLELPVPF8GR3TG0SA7DP5YTLJE619C6HYU0WFV3QYZ7R0NOJGKCTDCJXQKSUHS4GWPPBD2JPUXSE0IZ952C98DHI6JVBDX57JNOKCQ2HM851Q7I74WL4' where id=64; -update noar ti set v0='XE7SDGQ7FNX96D0EETW8TBJHY74508G28F219SHG2ZUBHWQ3O631HZ6OD4GASNLZ8T92Z2C6CD1YIS59P7X79W4HYLHW2ZBF8DSX1GDZAA5YYL5IPVQWGSJZIPPY431RMDWRWTGW0NUFNTLELPVPF8GR3TG0SA7DP5YTLJE619C6HYU0WFV3QYZ7R0NOJGKCTDCJXQKSUHS4GWPPBD2JPUXSE0IZ952C98DHI6JVBDX57JNOKCQ2HM851Q7I74WL4' where id=64; -update noar tt set v1='O1ZV9GEHG7FW6S72BZZK030LZEX0Y1SSNG7ONY2OV7UGRHQAMCHSYRG4TG432DQN1MRT02DLPRM0YNGF47DNX4CIEYNTBW2CX55F1DJXODVM8GTK3QN997Y5HBWV5S42OZUEZTQ21L6OSO7LDOHQQTLN5FH9FBIE2PGV27CYVCJH8RFA1AVXECV1HW0ESNXI9KZ1F286EJ8RJDQIFCXB5BGNR5THFF563H30X5714SL9BWDKMY4864UICDMX5WGX1' where id=64; -update noar ti set v1='O1ZV9GEHG7FW6S72BZZK030LZEX0Y1SSNG7ONY2OV7UGRHQAMCHSYRG4TG432DQN1MRT02DLPRM0YNGF47DNX4CIEYNTBW2CX55F1DJXODVM8GTK3QN997Y5HBWV5S42OZUEZTQ21L6OSO7LDOHQQTLN5FH9FBIE2PGV27CYVCJH8RFA1AVXECV1HW0ESNXI9KZ1F286EJ8RJDQIFCXB5BGNR5THFF563H30X5714SL9BWDKMY4864UICDMX5WGX1' where id=64; -update noar tt set v2='GJC3EVDTJ11CHNZE8TJO66IGOBHT1I9004BQLJWAKI79CLZBAW7HZ73QR9HIVTEA9L3CWR9YGRA9W55EZMBSH6YNS40B1525KXYBOXGM9Z10BJ7FWS6M9SN4GD6H77O36NKX46R2YPUYZI6EB3JJ314KB0OPS5GHW1FB238IKCL3RFTGI1AC8DBO5FZZKNELMDB2JEVEC5AMGLDWQDLUGH480RN54G1FLUT5ZRB8QS2M3KR9EOGGWJ7DGZSVPSUAC' where id=64; -update noar ti set v2='GJC3EVDTJ11CHNZE8TJO66IGOBHT1I9004BQLJWAKI79CLZBAW7HZ73QR9HIVTEA9L3CWR9YGRA9W55EZMBSH6YNS40B1525KXYBOXGM9Z10BJ7FWS6M9SN4GD6H77O36NKX46R2YPUYZI6EB3JJ314KB0OPS5GHW1FB238IKCL3RFTGI1AC8DBO5FZZKNELMDB2JEVEC5AMGLDWQDLUGH480RN54G1FLUT5ZRB8QS2M3KR9EOGGWJ7DGZSVPSUAC' where id=64; -update noar tt set v3='7TGO8SWUNJIUOEW78RP3WVK20PKKBND71LFY12JWTK97D5NAHVE8T72HSHMCFQM3SGEDVYKVSBUAY2256GNICQHPZODV6WKMJGOB8CJXCDFYA9FPQ71CF3543W42E7W4RV3MHIC91VSFQZBTWLEKOC6CLF23OGY36VVLM5XMGF3134V466OL7DHTT7IU2ODZMYV07C7CH8RYXOG12EQBCNYK21UL3XM9LUSE7RK0CNWGHL0PJD9K8GBYBUNB7UGS8' where id=64; -update noar ti set v3='7TGO8SWUNJIUOEW78RP3WVK20PKKBND71LFY12JWTK97D5NAHVE8T72HSHMCFQM3SGEDVYKVSBUAY2256GNICQHPZODV6WKMJGOB8CJXCDFYA9FPQ71CF3543W42E7W4RV3MHIC91VSFQZBTWLEKOC6CLF23OGY36VVLM5XMGF3134V466OL7DHTT7IU2ODZMYV07C7CH8RYXOG12EQBCNYK21UL3XM9LUSE7RK0CNWGHL0PJD9K8GBYBUNB7UGS8' where id=64; -update noar tt set v0='TBZ6JJNFFUZLUACSYXRNADLKFK2SJ7A2JH884CTUMLZY59XUO5FJKLVU5CYPO327DVSCBOOHVXYQKVNCYHNLATG7SBZV5WSRYPYV0M1BKL11XZQJ3MYB7FGGR7L4REIBRV37COJDK1RP4Q7N78A1Q19JLPMVNDSGENPPSR46AUTFCJ4V0XADYI8CQHQ9SMNK4XU3U5K6LR2SVSH12C5L33Q6LV9ANS653E16GG6CM4SE0BJI6X9RCBYFOORL5T1VM' where id=65; -update noar ti set v0='TBZ6JJNFFUZLUACSYXRNADLKFK2SJ7A2JH884CTUMLZY59XUO5FJKLVU5CYPO327DVSCBOOHVXYQKVNCYHNLATG7SBZV5WSRYPYV0M1BKL11XZQJ3MYB7FGGR7L4REIBRV37COJDK1RP4Q7N78A1Q19JLPMVNDSGENPPSR46AUTFCJ4V0XADYI8CQHQ9SMNK4XU3U5K6LR2SVSH12C5L33Q6LV9ANS653E16GG6CM4SE0BJI6X9RCBYFOORL5T1VM' where id=65; -update noar tt set v1='C9HM3XVOLWVUD2PE7328DNI8QNARV4FXQ2MYGY6MB16ZIOAZCEZIKJE6NBKQ7QTZIFM0CY7Q9D4YH7Z39L85L93PF89SYI430WI6UTGYDAPT9ZZ8XCMOZUZPUR9VX7VN4BWY4X1ATJ21K62GZ8T59K0BNS0QEMV2106WIGYCIPWR4E5YDID3SBXL20RS2CGP9S2KUMCYPQM7BJCTW2LL9WQORNATOGPNGVU5ISK8CPJOMM668P3KI6KMVEN291ZDX' where id=65; -update noar ti set v1='C9HM3XVOLWVUD2PE7328DNI8QNARV4FXQ2MYGY6MB16ZIOAZCEZIKJE6NBKQ7QTZIFM0CY7Q9D4YH7Z39L85L93PF89SYI430WI6UTGYDAPT9ZZ8XCMOZUZPUR9VX7VN4BWY4X1ATJ21K62GZ8T59K0BNS0QEMV2106WIGYCIPWR4E5YDID3SBXL20RS2CGP9S2KUMCYPQM7BJCTW2LL9WQORNATOGPNGVU5ISK8CPJOMM668P3KI6KMVEN291ZDX' where id=65; -update noar tt set v2='AB9CA313QSU2P6OZCZ7JP715YRCJT1AWY2L65I5SL3OXWP3IBT39UGK7PITXVVOAEP47R24FU1WXC9DW9J89WSEDE2V9YC0G8KNSVYMALVFMNTKHNMMYNAXKANUAA3DS1SJAWMANGF6UUPD9KFHI8XVB1EFQ8FJL87OWM6TR9ERXVQ8EBT9A4XXQ8OAEPVPQ6POWXUKFTT7D3ZM9ABLQ611MMT1ABVZVXOK8L4RMOYD883OOT10IW27R37CU78BHV' where id=65; -update noar ti set v2='AB9CA313QSU2P6OZCZ7JP715YRCJT1AWY2L65I5SL3OXWP3IBT39UGK7PITXVVOAEP47R24FU1WXC9DW9J89WSEDE2V9YC0G8KNSVYMALVFMNTKHNMMYNAXKANUAA3DS1SJAWMANGF6UUPD9KFHI8XVB1EFQ8FJL87OWM6TR9ERXVQ8EBT9A4XXQ8OAEPVPQ6POWXUKFTT7D3ZM9ABLQ611MMT1ABVZVXOK8L4RMOYD883OOT10IW27R37CU78BHV' where id=65; -update noar tt set v3='16S87X1BMKC4BRHCCI130S0NGSXN9DC2ZKD86C8450J5LCWLHMTBYA55BAXLYIQKY8AE5NGNR69WAQHURP6Q8690UPTSVV7NJS8DPUYSFMIBQI4FVPOKV5I109KZ1GK90BQVBF3IRSHFC92E8IRPYMR3D9GZ6M8TR8HTLZROF8A554AQOEZQO8Z1OA6Y3YLMG8G2D1MHIRSRDOA06ZP5S8OB1YZYB3IIKXQS3T3T94NKFIWWW2TK31GZVG027PGQZ' where id=65; -update noar ti set v3='16S87X1BMKC4BRHCCI130S0NGSXN9DC2ZKD86C8450J5LCWLHMTBYA55BAXLYIQKY8AE5NGNR69WAQHURP6Q8690UPTSVV7NJS8DPUYSFMIBQI4FVPOKV5I109KZ1GK90BQVBF3IRSHFC92E8IRPYMR3D9GZ6M8TR8HTLZROF8A554AQOEZQO8Z1OA6Y3YLMG8G2D1MHIRSRDOA06ZP5S8OB1YZYB3IIKXQS3T3T94NKFIWWW2TK31GZVG027PGQZ' where id=65; -update noar tt set v0='RZHB0X0RWNC1F7JAFKJJOVMY4KIW4OB1D7X9LRP3WN400ER5MUHK6BVPIMH9ZW3K74MT8JCEXIOI3MQ59Z5DPECLTM7JENDYCLSWWH0UX2DMOBSFFET0LBQO0EFP38AQ09FJQL62ZL8NZLCQ4IYO9SRDZMN8I0ISS43J2P2T4D2TJUAETUKI16UIWJTVJ0OCTN1MNJV1SQILIY5VL4ER48GM4AUXS5SHFP9CBDE0KNWFG0LF19RY1TWX0MQLT1F99' where id=66; -update noar ti set v0='RZHB0X0RWNC1F7JAFKJJOVMY4KIW4OB1D7X9LRP3WN400ER5MUHK6BVPIMH9ZW3K74MT8JCEXIOI3MQ59Z5DPECLTM7JENDYCLSWWH0UX2DMOBSFFET0LBQO0EFP38AQ09FJQL62ZL8NZLCQ4IYO9SRDZMN8I0ISS43J2P2T4D2TJUAETUKI16UIWJTVJ0OCTN1MNJV1SQILIY5VL4ER48GM4AUXS5SHFP9CBDE0KNWFG0LF19RY1TWX0MQLT1F99' where id=66; -update noar tt set v1='Y84RXR00CGIVCN7CLVXLKAG90IE913CE53WSJDPM2NSNZ6U7I2JM3YLTZKZKHHUNG8F3PELUEBLHTGLQAYWKJ7MJO4KRE11FCL6GUMCP52JUCHR2V23N3ZI01E6T69RB92TM92TXCHVIM4L2JMH3HTULVNNXG6FZT2Z7GE97TXELGE2RFGZ251G6UKVVN6YFI3RGOTNNSWQ08V7TA9SGXE8L9FMYG28JW5T11SC5FP1VQNCA91DK0N6PHS5YCI877' where id=66; -update noar ti set v1='Y84RXR00CGIVCN7CLVXLKAG90IE913CE53WSJDPM2NSNZ6U7I2JM3YLTZKZKHHUNG8F3PELUEBLHTGLQAYWKJ7MJO4KRE11FCL6GUMCP52JUCHR2V23N3ZI01E6T69RB92TM92TXCHVIM4L2JMH3HTULVNNXG6FZT2Z7GE97TXELGE2RFGZ251G6UKVVN6YFI3RGOTNNSWQ08V7TA9SGXE8L9FMYG28JW5T11SC5FP1VQNCA91DK0N6PHS5YCI877' where id=66; -update noar tt set v2='T2DJLNUNRQ8L67PKZJAMR7OZKZBA64875NT0OL1ATZ4AJPY296XJGNMNMXQV5OKPJCJ5FZL637GVDVK06ALA12G6VOOOXGVVV9ASVN2CG4HWKWVRIV02SV89XN6QSCVTZ01HKRS89HJRBPJZLEDLBTS4JF2DE7VZF872C83ZCD9KD3K2XTE9Y4ZTGD8TB2KX9HTEI0PRS62ZO445QWHLXCI72NFPQA63K77QN9DPQ8AC4O8JXIUX9WLSC4BREEJWZ' where id=66; -update noar ti set v2='T2DJLNUNRQ8L67PKZJAMR7OZKZBA64875NT0OL1ATZ4AJPY296XJGNMNMXQV5OKPJCJ5FZL637GVDVK06ALA12G6VOOOXGVVV9ASVN2CG4HWKWVRIV02SV89XN6QSCVTZ01HKRS89HJRBPJZLEDLBTS4JF2DE7VZF872C83ZCD9KD3K2XTE9Y4ZTGD8TB2KX9HTEI0PRS62ZO445QWHLXCI72NFPQA63K77QN9DPQ8AC4O8JXIUX9WLSC4BREEJWZ' where id=66; -update noar tt set v3='OJ21PWZ1P9AFTGF3E8RCJSQ0JEZJZIO2A6O9MZ0TH3FJ2GQS5ZB5KNDWI9EEEGAQPIQTUFP8V0SMUJJ1TDOS3DCGRRE3ZHXB8D37U1BYMPGATU1FM9Y5AJTS5SHBL1BMNA1FARSF317SMVF590AF5PBL27RLPSEQF6S1BY6228EBC60VWOAE6426KC8NB0NXPCPCSN5TM6FIMTIK5YCZSQBA1V1KZURMROCGUU6KVQ8ZJFBXL5LLOSJLN0L2M7XTX' where id=66; -update noar ti set v3='OJ21PWZ1P9AFTGF3E8RCJSQ0JEZJZIO2A6O9MZ0TH3FJ2GQS5ZB5KNDWI9EEEGAQPIQTUFP8V0SMUJJ1TDOS3DCGRRE3ZHXB8D37U1BYMPGATU1FM9Y5AJTS5SHBL1BMNA1FARSF317SMVF590AF5PBL27RLPSEQF6S1BY6228EBC60VWOAE6426KC8NB0NXPCPCSN5TM6FIMTIK5YCZSQBA1V1KZURMROCGUU6KVQ8ZJFBXL5LLOSJLN0L2M7XTX' where id=66; -update noar tt set v0='NQLQUQ92HOZ7R8CA72CBMD7427M960IBKN1VK4OXT2VS1OKRBVUKQYV2SK8FFJUZNG7SNWMC47QOMZXY6KVR8TR3B4JW8XS6B7BSUODTD758N1AEKZNHYWX5TLN44DJKPP0CY8XS7OBI25P7NVOZIA1303QQEZF43ENG7STQPL5ZH26ANXKD9SQAGCSQWBGSRNQSJDY53DEF1HT6798XVW4XVLW0AYJZ0KUGXJO94YJVYY4UJKIJ4FTEVC03JM0M7' where id=67; -update noar ti set v0='NQLQUQ92HOZ7R8CA72CBMD7427M960IBKN1VK4OXT2VS1OKRBVUKQYV2SK8FFJUZNG7SNWMC47QOMZXY6KVR8TR3B4JW8XS6B7BSUODTD758N1AEKZNHYWX5TLN44DJKPP0CY8XS7OBI25P7NVOZIA1303QQEZF43ENG7STQPL5ZH26ANXKD9SQAGCSQWBGSRNQSJDY53DEF1HT6798XVW4XVLW0AYJZ0KUGXJO94YJVYY4UJKIJ4FTEVC03JM0M7' where id=67; -update noar tt set v1='L4O1ZCQD2DXXFBP1M6CDV7B29H2SNGME8BL5EMSLFCJORX63VDHZ10K8RBA80RUPS8DGOVWGP5G296HMDS8NUZC3PQ5ZA8FH0ECEXWWCQCAVVU58PG0CB7R8G2L2UN7F0GKX4KMWOJZ02G367WAIV81GM1VNO2ECP1DBIIWRSCVALOSD3E7XQL49X7HD3MJ8PPZPTP3D4SG62V63UZZP0PGTJOGWHWI84Z0Q46SVUZTSVT515GDDZ3P6BVAJBY2OA' where id=67; -update noar ti set v1='L4O1ZCQD2DXXFBP1M6CDV7B29H2SNGME8BL5EMSLFCJORX63VDHZ10K8RBA80RUPS8DGOVWGP5G296HMDS8NUZC3PQ5ZA8FH0ECEXWWCQCAVVU58PG0CB7R8G2L2UN7F0GKX4KMWOJZ02G367WAIV81GM1VNO2ECP1DBIIWRSCVALOSD3E7XQL49X7HD3MJ8PPZPTP3D4SG62V63UZZP0PGTJOGWHWI84Z0Q46SVUZTSVT515GDDZ3P6BVAJBY2OA' where id=67; -update noar tt set v2='Y3ORAVZHZ2CKBO493F9OKE64G80RCXG5KNZFEFP1O3R516BU8EH6SP8GZ4S3WPZ6WIGGHDLNJQXINF3EIZSF9VJEOYDLN7ZFHJL32W9SBTBGBECXR5QCUZBB67G7O1PIT4RSHCJJRJMD8WXLEFV827SY4KBY6JN9EFRD2HPYPGK3VJE7AUMB8Q6HZ8GOIQGTJHP0LUJW8CYIVP7NRFBQZATBALQTNRM0ISS6BPG8QGS9K88N4XEMYSDE7QK7JO4V4' where id=67; -update noar ti set v2='Y3ORAVZHZ2CKBO493F9OKE64G80RCXG5KNZFEFP1O3R516BU8EH6SP8GZ4S3WPZ6WIGGHDLNJQXINF3EIZSF9VJEOYDLN7ZFHJL32W9SBTBGBECXR5QCUZBB67G7O1PIT4RSHCJJRJMD8WXLEFV827SY4KBY6JN9EFRD2HPYPGK3VJE7AUMB8Q6HZ8GOIQGTJHP0LUJW8CYIVP7NRFBQZATBALQTNRM0ISS6BPG8QGS9K88N4XEMYSDE7QK7JO4V4' where id=67; -update noar tt set v3='UIHTUUTLYHOSI338HKYJT9SZ1QQXGDRXFK1F3LM8GLUFMLMQF0360UD8ZLAGYKHMR9XZ6T4HJV1SWJE40DYN9JEVQPPMX6816TP9LGA0QCWALOLQ6KZUVSS79B20E2CN5GGWNWF9DQCZGWTXDNLVDNDPDPEZ4SEWZ2W8IF9HHBY5NL888EB0GQFPTW5HEU4GGZDAD9TG46YYGKO6R78N9O2JRKHK31AHT73V6E988961WMGZPAQJ1N35B0IHEFMBQ' where id=67; -update noar ti set v3='UIHTUUTLYHOSI338HKYJT9SZ1QQXGDRXFK1F3LM8GLUFMLMQF0360UD8ZLAGYKHMR9XZ6T4HJV1SWJE40DYN9JEVQPPMX6816TP9LGA0QCWALOLQ6KZUVSS79B20E2CN5GGWNWF9DQCZGWTXDNLVDNDPDPEZ4SEWZ2W8IF9HHBY5NL888EB0GQFPTW5HEU4GGZDAD9TG46YYGKO6R78N9O2JRKHK31AHT73V6E988961WMGZPAQJ1N35B0IHEFMBQ' where id=67; -update noar tt set v0='O0UQFUA1A9SBEGIMESDN1MD5QAPA5ZO7S6A3SD5EFD6MNDWHDMM78TA4X0I5YMKQ6CZMZP49LCDV2XDNJD7P3OXK199JRHAT6D7134CIPMWB1N3WITKR27X6LS7CUUK8FLYOABTRAZNL75FORY735UWG6HFHTWCJ4IBHX55G0J94F3NVA0L7Z6ZNS0EFF2EK767IN7PBAE2J3G9GLB886NL70HYWIW9XO02VPS8DB0HPHAZDL0AD1SSGBC0VLB3E9' where id=68; -update noar ti set v0='O0UQFUA1A9SBEGIMESDN1MD5QAPA5ZO7S6A3SD5EFD6MNDWHDMM78TA4X0I5YMKQ6CZMZP49LCDV2XDNJD7P3OXK199JRHAT6D7134CIPMWB1N3WITKR27X6LS7CUUK8FLYOABTRAZNL75FORY735UWG6HFHTWCJ4IBHX55G0J94F3NVA0L7Z6ZNS0EFF2EK767IN7PBAE2J3G9GLB886NL70HYWIW9XO02VPS8DB0HPHAZDL0AD1SSGBC0VLB3E9' where id=68; -update noar tt set v1='5LTCSHBTNBGPUU41BXA57FDZGA5PRRI9JBPX8130GUNTPSPJ9VM7Q20AOICZ4IZXW6MRCGF47W6T0J3BKD4UI2U21BINN9E1VB3MU7GBTBAODQZTMI8EZKEYVPE5ANUMS7MAPOW7H30D2PHE4XDNSPQ6C371EV3GJ7PK13YD3N1D4LIJ4R37RQ5R5HFT1C16OCAEZIVDKYPGXZ2ME7CDLY465I1OH93LQ0VHHF2WIFBG98N2LPYSOFTVZU8GH84CV' where id=68; -update noar ti set v1='5LTCSHBTNBGPUU41BXA57FDZGA5PRRI9JBPX8130GUNTPSPJ9VM7Q20AOICZ4IZXW6MRCGF47W6T0J3BKD4UI2U21BINN9E1VB3MU7GBTBAODQZTMI8EZKEYVPE5ANUMS7MAPOW7H30D2PHE4XDNSPQ6C371EV3GJ7PK13YD3N1D4LIJ4R37RQ5R5HFT1C16OCAEZIVDKYPGXZ2ME7CDLY465I1OH93LQ0VHHF2WIFBG98N2LPYSOFTVZU8GH84CV' where id=68; -update noar tt set v2='7U7H6UOAQF6DYKDBH6VS9N2IJXDFGH3CADHBUN0C2UH1KBSSRTFAFGIA9YV81OP2D2G7BGCX2VCGV72AZL8H6VZDSOIUQHO9OR23F086DZDA32982W3Z67A8KOTRGSW8WY1ATQO9M4W6T7X7LCJ2A2QO3TW4NTE5BPOOJL2VZV02MMVCGMZR30XSNMKTLUYR9WY14CXKNCDXQ5F6JYW0OTN9DBYFC9QXL5KK8QS2V84LDFX7I0NJ0V4NPEYFSYIQR' where id=68; -update noar ti set v2='7U7H6UOAQF6DYKDBH6VS9N2IJXDFGH3CADHBUN0C2UH1KBSSRTFAFGIA9YV81OP2D2G7BGCX2VCGV72AZL8H6VZDSOIUQHO9OR23F086DZDA32982W3Z67A8KOTRGSW8WY1ATQO9M4W6T7X7LCJ2A2QO3TW4NTE5BPOOJL2VZV02MMVCGMZR30XSNMKTLUYR9WY14CXKNCDXQ5F6JYW0OTN9DBYFC9QXL5KK8QS2V84LDFX7I0NJ0V4NPEYFSYIQR' where id=68; -update noar tt set v3='JDNPQQDCJE6LWW34038G31CBSUGT4QRTN0R2AMD0SEBD5YOK3MA1YKOR2QAEGKREZVWBDTHC0CFEUQAPGJBGH7FFAT7CAO6NAL4AG4XC7UI0SVHYN5TV2WCV0XNMHVYHN8IIFKMWGE7TWDHMNK5GZ8YHF8GA45WP64FIYL1Y8VDRB7FOLZZRKNWZIEWNN4KF4O41KLATOID4WCRPDKLDR1BS5SDMXREX3EL4JMNIJW79BJKEKQNDQA1J65IOUEWW1' where id=68; -update noar ti set v3='JDNPQQDCJE6LWW34038G31CBSUGT4QRTN0R2AMD0SEBD5YOK3MA1YKOR2QAEGKREZVWBDTHC0CFEUQAPGJBGH7FFAT7CAO6NAL4AG4XC7UI0SVHYN5TV2WCV0XNMHVYHN8IIFKMWGE7TWDHMNK5GZ8YHF8GA45WP64FIYL1Y8VDRB7FOLZZRKNWZIEWNN4KF4O41KLATOID4WCRPDKLDR1BS5SDMXREX3EL4JMNIJW79BJKEKQNDQA1J65IOUEWW1' where id=68; -update noar tt set v0='CWBTRY3CREKBD0E8A6PVNRT1SJHA1EPS47GWEZ911SF6PZCP0R6D11O0VQFLXN1Z3QJ30T0L5SWLIB58DBYZ2LMI9K4PNWWL15WZ7RXMB34MCXXSBV3A9ML79QU4A5QA13MO8OX17KR39UZWXRYQPER9AQULFUDBSJF8H6AUDCSP0LKLX2IQZ13YWNWHLS47ETQHUWU6BGRQIQUQN50LDVZWLMUJRZB4VILPO5HGJKQ9R9OD7SYZ8DF2J82GN3DHX' where id=69; -update noar ti set v0='CWBTRY3CREKBD0E8A6PVNRT1SJHA1EPS47GWEZ911SF6PZCP0R6D11O0VQFLXN1Z3QJ30T0L5SWLIB58DBYZ2LMI9K4PNWWL15WZ7RXMB34MCXXSBV3A9ML79QU4A5QA13MO8OX17KR39UZWXRYQPER9AQULFUDBSJF8H6AUDCSP0LKLX2IQZ13YWNWHLS47ETQHUWU6BGRQIQUQN50LDVZWLMUJRZB4VILPO5HGJKQ9R9OD7SYZ8DF2J82GN3DHX' where id=69; -update noar tt set v1='9KPQEQ1AJ93X9M12FUDH6140V1L3TYIFT27QU4QRII81VE6TKF4LVYJV8F05G38ADH6Q42G6UL0PZXO2Y2CJM2P6N8FJ2XZBAWK0MGFXYT88466EVQ3SD7LJXC879V813NQ01HQ324TDPZABXQJH3HRW9MZE4DOIX37JCBP2Z0RHKHWTC7FGWVFSN1P1IR96W9T7OE6IKIT89JLBX4PUUUUQUR258XQMZ9ZV3JOO5IB8X9F3QPBPFGIZXZH7M1D5E' where id=69; -update noar ti set v1='9KPQEQ1AJ93X9M12FUDH6140V1L3TYIFT27QU4QRII81VE6TKF4LVYJV8F05G38ADH6Q42G6UL0PZXO2Y2CJM2P6N8FJ2XZBAWK0MGFXYT88466EVQ3SD7LJXC879V813NQ01HQ324TDPZABXQJH3HRW9MZE4DOIX37JCBP2Z0RHKHWTC7FGWVFSN1P1IR96W9T7OE6IKIT89JLBX4PUUUUQUR258XQMZ9ZV3JOO5IB8X9F3QPBPFGIZXZH7M1D5E' where id=69; -update noar tt set v2='WZ283O0C7H4BW4981I23P8ZLAMAKQ2DGGARBGV5HVC3M4SV0KZW87K8XXIJKQJN2ELB6OFF7YKG5PTB0DWWZNIE72BPQLFKZWN0Z2U0YUUPKBS2R6QRGNRUXU0H7RXHVNNSD53NJ46PJ1CZ8A8JB23R3ZOLVOU6PUVC0SNL2NSVJJ2N0EK3CKPT4FADU1PN61U2VQIFM9VTVEXX3Q7GFLINQXNHNB53VJO3LZEV8TY5LJJ1DGTDNKWHULWUE3UGBS' where id=69; -update noar ti set v2='WZ283O0C7H4BW4981I23P8ZLAMAKQ2DGGARBGV5HVC3M4SV0KZW87K8XXIJKQJN2ELB6OFF7YKG5PTB0DWWZNIE72BPQLFKZWN0Z2U0YUUPKBS2R6QRGNRUXU0H7RXHVNNSD53NJ46PJ1CZ8A8JB23R3ZOLVOU6PUVC0SNL2NSVJJ2N0EK3CKPT4FADU1PN61U2VQIFM9VTVEXX3Q7GFLINQXNHNB53VJO3LZEV8TY5LJJ1DGTDNKWHULWUE3UGBS' where id=69; -update noar tt set v3='1TTQY4D3DHY1P21FNR3CNXLQQIVOY6WUEZEJ0QIUJOU3BLMVGUNGFJJP7XIN7L1YZ4MBZAIDQHURMY4LTKG6MKS819UIZ3PJH20084A0VTQLS79V4CQXQ7UH4R9R1L56ZE38HYG5TJJ5KHTRMOJK7Q5JXSWXH44XUUASL7DHZX0QQ0MJ6E602DSGL36FLGT6WH406T4CLPMW5XM02V1K4O7YV7GCVXI5K8ZD2UECR1HLUCOC87ZKT0MC2AF6K382Z' where id=69; -update noar ti set v3='1TTQY4D3DHY1P21FNR3CNXLQQIVOY6WUEZEJ0QIUJOU3BLMVGUNGFJJP7XIN7L1YZ4MBZAIDQHURMY4LTKG6MKS819UIZ3PJH20084A0VTQLS79V4CQXQ7UH4R9R1L56ZE38HYG5TJJ5KHTRMOJK7Q5JXSWXH44XUUASL7DHZX0QQ0MJ6E602DSGL36FLGT6WH406T4CLPMW5XM02V1K4O7YV7GCVXI5K8ZD2UECR1HLUCOC87ZKT0MC2AF6K382Z' where id=69; -update noar tt set v0='L8CTJ4X3CQ3TNN312LONYIHMPRJ9QSTCAVW26HK4LWXFOH4EWPDZ1QGP2H89ESAW1W4WVH7J0KT7FGJ5X5LGZOM3A8BKAXL7H1HBZ907LNRGR2UITF15GIYN8KEFD9UW41E3WYQBZXNMMGE2NRCFLOA3KGVPZ87ERE01C268CGBPY5VOPKY6JME8ENCV8UT8PYGEM39C0RRUIVXCK1JK3AC39KXFHYRMUA420WI24D3F68U2U3IJQBEL2YHC9TN4W' where id=70; -update noar ti set v0='L8CTJ4X3CQ3TNN312LONYIHMPRJ9QSTCAVW26HK4LWXFOH4EWPDZ1QGP2H89ESAW1W4WVH7J0KT7FGJ5X5LGZOM3A8BKAXL7H1HBZ907LNRGR2UITF15GIYN8KEFD9UW41E3WYQBZXNMMGE2NRCFLOA3KGVPZ87ERE01C268CGBPY5VOPKY6JME8ENCV8UT8PYGEM39C0RRUIVXCK1JK3AC39KXFHYRMUA420WI24D3F68U2U3IJQBEL2YHC9TN4W' where id=70; -update noar tt set v1='WS6AEDXCXTALDXH2ETPHA58G21M6WVU4D47B5DRDQB98BKKMK9IX2D6CBHHMQXQZH0MDNI1GLRRJYL1IQ526MENRF3IFDIV3WVIR4ZE6KLVENRCULHPSMHD6LDSYJAELSOPWPQFLLJNI7C7DUDGD1G5YZEKSHSFT5QWN4IL8RNJLON2NXY40BKYWG40UCN6P7FS8GJJ0IR717YAOA980AGDEXFC2ANFKYSMT2S013HBE8CDTVWGXCACAHBIYJQYYA' where id=70; -update noar ti set v1='WS6AEDXCXTALDXH2ETPHA58G21M6WVU4D47B5DRDQB98BKKMK9IX2D6CBHHMQXQZH0MDNI1GLRRJYL1IQ526MENRF3IFDIV3WVIR4ZE6KLVENRCULHPSMHD6LDSYJAELSOPWPQFLLJNI7C7DUDGD1G5YZEKSHSFT5QWN4IL8RNJLON2NXY40BKYWG40UCN6P7FS8GJJ0IR717YAOA980AGDEXFC2ANFKYSMT2S013HBE8CDTVWGXCACAHBIYJQYYA' where id=70; -update noar tt set v2='Z83PMP1JR5548HLUP4A4OU6EKVP30L1Q7K26QS9J6RW7J909G2I56M3UAXPMX3UELF9OUNDM0OCPN3M2ONTBNON6UJ0OLS0LKW01XENZLR2J24Z5WG7GOFSLQ6L5T3HQKGZKKPG44TR1J5YND1EZE5KNR39PBPDG4ZY38O8NWHIE73EW67YP15C2LJJIVFXZQQ0W6DDCV5W9FKP7RZF55DER2B6X1B9QN3QZ66A1HIWSALPEF1ZYIL9H140FK0X1K' where id=70; -update noar ti set v2='Z83PMP1JR5548HLUP4A4OU6EKVP30L1Q7K26QS9J6RW7J909G2I56M3UAXPMX3UELF9OUNDM0OCPN3M2ONTBNON6UJ0OLS0LKW01XENZLR2J24Z5WG7GOFSLQ6L5T3HQKGZKKPG44TR1J5YND1EZE5KNR39PBPDG4ZY38O8NWHIE73EW67YP15C2LJJIVFXZQQ0W6DDCV5W9FKP7RZF55DER2B6X1B9QN3QZ66A1HIWSALPEF1ZYIL9H140FK0X1K' where id=70; -update noar tt set v3='3XLTDHJ440OZLMUBYG84ICLXZ9YSWHWWX8E6680O5KNU80DA9FE7WX6IKP0D7W3LTNU1Q4AWH1MXRDM54LE878NJJUWL1ZA89ZGK15Z4W7XWS5ML4CXJTMZKMAWMJ5VBUN3MI3USBHHMMMCGW5C2IX3WGAN87RRSXCK6ZI9AUGRC8A66PDL9MJ2S0UVYHQRXHJNDE1K4R2WIVMJS7YJMYUAMJDL7401QSKWVXZH2U56B2XBEM2BQ7HH95PGY4ISJP' where id=70; -update noar ti set v3='3XLTDHJ440OZLMUBYG84ICLXZ9YSWHWWX8E6680O5KNU80DA9FE7WX6IKP0D7W3LTNU1Q4AWH1MXRDM54LE878NJJUWL1ZA89ZGK15Z4W7XWS5ML4CXJTMZKMAWMJ5VBUN3MI3USBHHMMMCGW5C2IX3WGAN87RRSXCK6ZI9AUGRC8A66PDL9MJ2S0UVYHQRXHJNDE1K4R2WIVMJS7YJMYUAMJDL7401QSKWVXZH2U56B2XBEM2BQ7HH95PGY4ISJP' where id=70; -update noar tt set v0='PAQOHGNNE5EV7QDDR0EKMB9NKIEPRJFWPRBN2A4BU0WSPGZBHM4UOQNX0HB7RF3C1CNACXVEFABO1F0JJ5W8B34MV5FBTCSH7DC6FRXWIWMTS46R349YJ8TCVBMU2IM644UL0OYGPTV607GK5D3HZE8J066OJ4W0T65GZHQ58OWUAQG2JD4MP4R87O280JS1ZRXR6L6BX6HETQO63M43JWJ1MXMEDX0KXGFFQ4BQTTVVYGZ9PEW3STAXG69H3YCDE' where id=71; -update noar ti set v0='PAQOHGNNE5EV7QDDR0EKMB9NKIEPRJFWPRBN2A4BU0WSPGZBHM4UOQNX0HB7RF3C1CNACXVEFABO1F0JJ5W8B34MV5FBTCSH7DC6FRXWIWMTS46R349YJ8TCVBMU2IM644UL0OYGPTV607GK5D3HZE8J066OJ4W0T65GZHQ58OWUAQG2JD4MP4R87O280JS1ZRXR6L6BX6HETQO63M43JWJ1MXMEDX0KXGFFQ4BQTTVVYGZ9PEW3STAXG69H3YCDE' where id=71; -update noar tt set v1='O6BYLZL1SQUJLH6GC404WDYA8ULDGUMAV3UD22TEH4CRWEH31J5YUXZBNTQHEHRGF8R6LCJ6CKYBMSMTF0F6CBK5Z96WMZ6BZAF4H3SYTI2321X7QVRR0UWXPID501I9ROJ2YUGZU81PLYLXRB0FEVKCAA4QQTOXOMGUWY51WLRBR44V1R86BUYC4GEIQQVHNIDYKMUE75QWO8YEX37S7G2K3RHY35GXZHGHW602E3913SZCFDALS1597S6FIMSI5' where id=71; -update noar ti set v1='O6BYLZL1SQUJLH6GC404WDYA8ULDGUMAV3UD22TEH4CRWEH31J5YUXZBNTQHEHRGF8R6LCJ6CKYBMSMTF0F6CBK5Z96WMZ6BZAF4H3SYTI2321X7QVRR0UWXPID501I9ROJ2YUGZU81PLYLXRB0FEVKCAA4QQTOXOMGUWY51WLRBR44V1R86BUYC4GEIQQVHNIDYKMUE75QWO8YEX37S7G2K3RHY35GXZHGHW602E3913SZCFDALS1597S6FIMSI5' where id=71; -update noar tt set v2='A3GIY8NITTWHH2L3N0MSGF0KWAWHI3M03XW96F06XDL7WKMYLC13QOGXHF2JZL6GX26103D9NZ52L5MC1HE5WPW354646YLDQN4D1WRU5XGG6D5AULWK17LLQPQLDG3647HW5V7QVPXPHLJHKENXERT3U86XKZAKCG7W596369TEVOZ1NC9BL9SYAX7UZQPOLAPQ2KTDQZH21883OEK5ED7TW4AT5XEE6R1H4B3RL1CFID5F855G5MQPIG83XQOWV' where id=71; -update noar ti set v2='A3GIY8NITTWHH2L3N0MSGF0KWAWHI3M03XW96F06XDL7WKMYLC13QOGXHF2JZL6GX26103D9NZ52L5MC1HE5WPW354646YLDQN4D1WRU5XGG6D5AULWK17LLQPQLDG3647HW5V7QVPXPHLJHKENXERT3U86XKZAKCG7W596369TEVOZ1NC9BL9SYAX7UZQPOLAPQ2KTDQZH21883OEK5ED7TW4AT5XEE6R1H4B3RL1CFID5F855G5MQPIG83XQOWV' where id=71; -update noar tt set v3='PPX1NYCY4YLL1DWXKL67Y7S3AMQMWWYV5LWRZXIH5X2LYLVJP0RYSOBY2FUGB6EJ0WQDY52EHEGS5HTWS2P1EVIM4FIU227YUO1SF4NY3LYV9GMU4E74870A1HD86ZHJJN068LVVIWHZJXM1BBQEFLYTN6T7O265LDLCB846F84J1WOVGR918ZHD41QP60TTEFU9ZAYGTDNG6DD3J6P7RV2A78CWQCHX41FL5J9RZ5ZAZ55K5EYQN8CZ6DNPEUA2U' where id=71; -update noar ti set v3='PPX1NYCY4YLL1DWXKL67Y7S3AMQMWWYV5LWRZXIH5X2LYLVJP0RYSOBY2FUGB6EJ0WQDY52EHEGS5HTWS2P1EVIM4FIU227YUO1SF4NY3LYV9GMU4E74870A1HD86ZHJJN068LVVIWHZJXM1BBQEFLYTN6T7O265LDLCB846F84J1WOVGR918ZHD41QP60TTEFU9ZAYGTDNG6DD3J6P7RV2A78CWQCHX41FL5J9RZ5ZAZ55K5EYQN8CZ6DNPEUA2U' where id=71; -update noar tt set v0='ZS6ZZKQYHKIX6DIOVRMVY0VFUG3BGQQIGUMYOVTFNRZY0WN8YF7O6RUYAH5O3ZG33H2Z65FQQGZQE1RWKFQD79CH41SNVCREUSET3IZ1F958FHTPNWBCK0M8YM0309ACJXP8XLSCMDA62D98GZQQJ68COODW35A9EUESL0S8HGZ7TJX0D12SNCDNTPMVQHLLFOV404IRU8KEFCK71JWV77C8XP3RERERLV2U95N6P19Z2HZHWKZ1BWXK548HM89KS' where id=72; -update noar ti set v0='ZS6ZZKQYHKIX6DIOVRMVY0VFUG3BGQQIGUMYOVTFNRZY0WN8YF7O6RUYAH5O3ZG33H2Z65FQQGZQE1RWKFQD79CH41SNVCREUSET3IZ1F958FHTPNWBCK0M8YM0309ACJXP8XLSCMDA62D98GZQQJ68COODW35A9EUESL0S8HGZ7TJX0D12SNCDNTPMVQHLLFOV404IRU8KEFCK71JWV77C8XP3RERERLV2U95N6P19Z2HZHWKZ1BWXK548HM89KS' where id=72; -update noar tt set v1='8506R6MY8CHZK93TCT1WQHYWPSQOEF6U0KDMF34TRTE3E4LGKF1OO48PAW2WEWMIYM2PVX4PSVAL46KI0YFC85AXQL6YV6WDBU4193C83H6NY3W27KTB3E3504ZTRCGIVHOMY41X91JCCRG99PZBW6ZQ55IL2X062NZVFEGV9GWY73T790FAGXBGKX9D1F49OW2SLICLGZ2O9VNX61YONO73JQUQWGPPOY1HDFWOLVNXRGWHLWRWGQ5AAMZQIT17U' where id=72; -update noar ti set v1='8506R6MY8CHZK93TCT1WQHYWPSQOEF6U0KDMF34TRTE3E4LGKF1OO48PAW2WEWMIYM2PVX4PSVAL46KI0YFC85AXQL6YV6WDBU4193C83H6NY3W27KTB3E3504ZTRCGIVHOMY41X91JCCRG99PZBW6ZQ55IL2X062NZVFEGV9GWY73T790FAGXBGKX9D1F49OW2SLICLGZ2O9VNX61YONO73JQUQWGPPOY1HDFWOLVNXRGWHLWRWGQ5AAMZQIT17U' where id=72; -update noar tt set v2='XUNKIDUBM6FBMBL0XZCLA52WRD2IGF993WZY678TD8ROLU3T32M3B4R867IKX1DZ614N4YF92YOVPK0UPTMHJPR56HMKUOOXEGV9FGNA2SATAHQH2ME0VFZ7J92G14E9QP39VUJA755XVJJPY556N4I9595JMV8AT7ZBS4R02MWXDLZ0B9WGT25FKQH1I851FBCE5IA7OD8LCUVBR5NB58ZCUBF7BAFZ1NIKUCVYU62M08HEF2TH3DSFPD6UDYURE' where id=72; -update noar ti set v2='XUNKIDUBM6FBMBL0XZCLA52WRD2IGF993WZY678TD8ROLU3T32M3B4R867IKX1DZ614N4YF92YOVPK0UPTMHJPR56HMKUOOXEGV9FGNA2SATAHQH2ME0VFZ7J92G14E9QP39VUJA755XVJJPY556N4I9595JMV8AT7ZBS4R02MWXDLZ0B9WGT25FKQH1I851FBCE5IA7OD8LCUVBR5NB58ZCUBF7BAFZ1NIKUCVYU62M08HEF2TH3DSFPD6UDYURE' where id=72; -update noar tt set v3='P32HEL3LFISXRKR2F7E9CUB5F0F3JPLVR6XPBWMYCEXXTDJHI96037TFU1EKAWV9BRAMJUCMUG4W6PHZF8JOXZ5S3OD7R41ALZ77UB09DB1UYF4L5L4AT5O79UHJX5L0PSP651N11UREL7ZH9QFT3P4ODYBW1DL191AOIBWN42UM82BNSQ56RM73M4AM0UYYKOIACOKHXG4IO93M64CIWVZHF8AC6LKEVV4T9M4WNOMEJE5JK7WNJ0A45E5WFAY72' where id=72; -update noar ti set v3='P32HEL3LFISXRKR2F7E9CUB5F0F3JPLVR6XPBWMYCEXXTDJHI96037TFU1EKAWV9BRAMJUCMUG4W6PHZF8JOXZ5S3OD7R41ALZ77UB09DB1UYF4L5L4AT5O79UHJX5L0PSP651N11UREL7ZH9QFT3P4ODYBW1DL191AOIBWN42UM82BNSQ56RM73M4AM0UYYKOIACOKHXG4IO93M64CIWVZHF8AC6LKEVV4T9M4WNOMEJE5JK7WNJ0A45E5WFAY72' where id=72; -update noar tt set v0='G0T0FR4FO5EKFHMU4YY6VYVR58QQX0TK7885LRVIFIR8A6L2BQYBZME9DBORU1SX21VL80EWLBP3262H7YS7WQTTMH6T5DRMJTQJ591JF6375DQ6KL6ACATL954D4WQC60UIENOKDMHEVYI2LUJNMQYHGYY6L0EF1DHSP1UHAJJDUM16DB0CNMRJ5TKZJA4WDKLKHRV661S1FXW8VQZ9Z4ZLBBNRNG64EWJFTWQ8YLC2LCYPD0WLWBE9SADQGJOI3' where id=73; -update noar ti set v0='G0T0FR4FO5EKFHMU4YY6VYVR58QQX0TK7885LRVIFIR8A6L2BQYBZME9DBORU1SX21VL80EWLBP3262H7YS7WQTTMH6T5DRMJTQJ591JF6375DQ6KL6ACATL954D4WQC60UIENOKDMHEVYI2LUJNMQYHGYY6L0EF1DHSP1UHAJJDUM16DB0CNMRJ5TKZJA4WDKLKHRV661S1FXW8VQZ9Z4ZLBBNRNG64EWJFTWQ8YLC2LCYPD0WLWBE9SADQGJOI3' where id=73; -update noar tt set v1='BDL0CWN58ENUO49ARMZWBHJQTNLAYDOLDEKL2KO0M2TCMJS6A09238YQXNBW9YK4GJZ1CCXQTHBSL4RYARLBKVJDDH5YC4RANFAO7XOXQWLLVFEH6R92OXHUAJHT4Q3S3LH6K2AY4NPGBIPBVM0JIHBIWLT008GBB2Q7WFXBT8FVEXR1GT9LLUNHRGF6VOSPJVMUFJM19BFHLX1A9K5MC98Q6BD7LV7DILJOAAR3BP75HS6AEGM5UUQXPLVSKDAEZ' where id=73; -update noar ti set v1='BDL0CWN58ENUO49ARMZWBHJQTNLAYDOLDEKL2KO0M2TCMJS6A09238YQXNBW9YK4GJZ1CCXQTHBSL4RYARLBKVJDDH5YC4RANFAO7XOXQWLLVFEH6R92OXHUAJHT4Q3S3LH6K2AY4NPGBIPBVM0JIHBIWLT008GBB2Q7WFXBT8FVEXR1GT9LLUNHRGF6VOSPJVMUFJM19BFHLX1A9K5MC98Q6BD7LV7DILJOAAR3BP75HS6AEGM5UUQXPLVSKDAEZ' where id=73; -update noar tt set v2='XQOUXXHLEQQG9CHP01JN95K7MXJXE6Y4V199FVDFYXXCGQ70EZMADR6RVRG7H02OJNZXBS1JCEFA9TBH9ASUGIWQP06JN3WXPV2ZK98ZARIF8D91XBC3BWSOEFN9K12JD1GXXTJT0QHS9CUK480DSS3OAIIFS4E1XZO2FCHHKE5CC3MRF1O0UBK9BF178OMS462ZK4ZY9JEVUBY0IGSUTL9MFVCQI2DRUB9Q3JDE6VU331476SSHQ86AA0OJ0OT2M' where id=73; -update noar ti set v2='XQOUXXHLEQQG9CHP01JN95K7MXJXE6Y4V199FVDFYXXCGQ70EZMADR6RVRG7H02OJNZXBS1JCEFA9TBH9ASUGIWQP06JN3WXPV2ZK98ZARIF8D91XBC3BWSOEFN9K12JD1GXXTJT0QHS9CUK480DSS3OAIIFS4E1XZO2FCHHKE5CC3MRF1O0UBK9BF178OMS462ZK4ZY9JEVUBY0IGSUTL9MFVCQI2DRUB9Q3JDE6VU331476SSHQ86AA0OJ0OT2M' where id=73; -update noar tt set v3='N2EBMXJ8H4GS6VQS7OGOPJ6MTZO86T0DBC3R8EHMC86876QGVTI9IPBEQ4V0W713F1LL8KIDUR5T8C2CTCT9NKEK1D67WJKFCZDY6Z999S5R0OZNBADWP5FBT202C6HI3OCID9M722Z58Z7O3OBM1ERYZSP1BXXQZ3DPAOK9T5UM3E48XR0VOJQXED54K92AJBLJR93OIF25LNA2JS533X11DGRREZP0V049MOI1ICMWE6UVRI64UQ3ME1QFKRLP4' where id=73; -update noar ti set v3='N2EBMXJ8H4GS6VQS7OGOPJ6MTZO86T0DBC3R8EHMC86876QGVTI9IPBEQ4V0W713F1LL8KIDUR5T8C2CTCT9NKEK1D67WJKFCZDY6Z999S5R0OZNBADWP5FBT202C6HI3OCID9M722Z58Z7O3OBM1ERYZSP1BXXQZ3DPAOK9T5UM3E48XR0VOJQXED54K92AJBLJR93OIF25LNA2JS533X11DGRREZP0V049MOI1ICMWE6UVRI64UQ3ME1QFKRLP4' where id=73; -update noar tt set v0='UC7DCO0XQ183ARVILDD2MEGELDY305QRRDFIL606PRF5AGCTFSQRN73UI0GQ12WUBHI3QOTV6XGRULSLJD7J0TXKLWTRZFW65SWNVR8RTWMT79PM0SW50D1UNZWB5TVM97ZFRBL04RDFJG5QRQM1SCPEUMCMFW9FW3UNHVXN09QUMYSWEZZN6YX12HSCO4KH13O85ZSNKZAT76PQ4NND0R69WC20907D568ZCR7GJP9U7P9737S57VIS2Y56FH4IP' where id=74; -update noar ti set v0='UC7DCO0XQ183ARVILDD2MEGELDY305QRRDFIL606PRF5AGCTFSQRN73UI0GQ12WUBHI3QOTV6XGRULSLJD7J0TXKLWTRZFW65SWNVR8RTWMT79PM0SW50D1UNZWB5TVM97ZFRBL04RDFJG5QRQM1SCPEUMCMFW9FW3UNHVXN09QUMYSWEZZN6YX12HSCO4KH13O85ZSNKZAT76PQ4NND0R69WC20907D568ZCR7GJP9U7P9737S57VIS2Y56FH4IP' where id=74; -update noar tt set v1='MK0S7UJQBCXTFKE0P5G0PDCZGMQ4HO7270522MIH4QXLQ2BIEWJAHIT1EKQ9R51MJQKFGSU882POH2RKF09S8JXP5HVQ7W1RT0PZ27F5TFWGVCSAL3TAUGNBFSX9HZXUR7R5J9FSR1EZPY7C0MYA96AXKHQXMZLUBH6FL34C8SF1S7IOZDOQAUJ9I8BVC2W0R8YJ3QLQWW7X434KFAK4916BSJ66ALVN25E57DDYNLVQPC28V1ZE4JU5BMOEJ31TJ' where id=74; -update noar ti set v1='MK0S7UJQBCXTFKE0P5G0PDCZGMQ4HO7270522MIH4QXLQ2BIEWJAHIT1EKQ9R51MJQKFGSU882POH2RKF09S8JXP5HVQ7W1RT0PZ27F5TFWGVCSAL3TAUGNBFSX9HZXUR7R5J9FSR1EZPY7C0MYA96AXKHQXMZLUBH6FL34C8SF1S7IOZDOQAUJ9I8BVC2W0R8YJ3QLQWW7X434KFAK4916BSJ66ALVN25E57DDYNLVQPC28V1ZE4JU5BMOEJ31TJ' where id=74; -update noar tt set v2='A2HDH0KVYC2HLBA46L6X7FBGBKZ7EEY86GFPBRWQDWES4YQNU9TV4MC30CDT8JA49ONLDUYAW3N0P9ZZDOLWDFCQV6HY9VZEJ4T3A7NSF02TJA8OW03NO2VLE4K7ZE2PTVFFZK77NUZAG7LOHU5OZAT8605F75TWW6RZNYL21GIWABGEW7XRF2BUEZPDY220BFAZH83GW3DMSSNAJIMG7O84MJSECGH3AFU59OLLMS7D4KYRW2HZI62QP2AQX2RPU' where id=74; -update noar ti set v2='A2HDH0KVYC2HLBA46L6X7FBGBKZ7EEY86GFPBRWQDWES4YQNU9TV4MC30CDT8JA49ONLDUYAW3N0P9ZZDOLWDFCQV6HY9VZEJ4T3A7NSF02TJA8OW03NO2VLE4K7ZE2PTVFFZK77NUZAG7LOHU5OZAT8605F75TWW6RZNYL21GIWABGEW7XRF2BUEZPDY220BFAZH83GW3DMSSNAJIMG7O84MJSECGH3AFU59OLLMS7D4KYRW2HZI62QP2AQX2RPU' where id=74; -update noar tt set v3='ILB9EXDP5M5R2C9X1BVDO92DZO4I79RR2PJ7UYC0M1FV5W5Q84JT0BKXZGQYXQ6M37INZZVBOTW5XBRE139RKHUG35ZOT51ITZANBYZLL0FD4W5SNII32UJ1KJXMI56UFC0JWKCAHH3KS73MO2NI6EPR5ELBF6TEHJ66Y6LR72T1GHRMQE4TCEBWXVI8AXPSZ0D0Q4K3OR4ZI8QGY25H2S3YG5NXOR16SBBAG5AM8LE7XULRIBDIBRSSUO4F4JPKK' where id=74; -update noar ti set v3='ILB9EXDP5M5R2C9X1BVDO92DZO4I79RR2PJ7UYC0M1FV5W5Q84JT0BKXZGQYXQ6M37INZZVBOTW5XBRE139RKHUG35ZOT51ITZANBYZLL0FD4W5SNII32UJ1KJXMI56UFC0JWKCAHH3KS73MO2NI6EPR5ELBF6TEHJ66Y6LR72T1GHRMQE4TCEBWXVI8AXPSZ0D0Q4K3OR4ZI8QGY25H2S3YG5NXOR16SBBAG5AM8LE7XULRIBDIBRSSUO4F4JPKK' where id=74; -update noar tt set v0='AQE73HB3XBAN7KJEKJQLGMIKUMDX0M97EUOJ8LCWDJB0HWDQFU8VK2TZVSPIY5JH8OVD44V2YJSVDVS814VH19ZBPUJ46TXV4WYOGLG4B8RD490MVTDA50UO1X41ZXOH9TUOSZIXK8CEQV3G6JGKPI1BKZYKY8NNL4AT91EZE9ADUTZ8VLZHIJ618URP79GDDEMUGFR5OUAX1YOLIHX6JX0BIY2KFNU996UEQLRLGP171WL6X0EV7RUZGOGMZ5P0L' where id=75; -update noar ti set v0='AQE73HB3XBAN7KJEKJQLGMIKUMDX0M97EUOJ8LCWDJB0HWDQFU8VK2TZVSPIY5JH8OVD44V2YJSVDVS814VH19ZBPUJ46TXV4WYOGLG4B8RD490MVTDA50UO1X41ZXOH9TUOSZIXK8CEQV3G6JGKPI1BKZYKY8NNL4AT91EZE9ADUTZ8VLZHIJ618URP79GDDEMUGFR5OUAX1YOLIHX6JX0BIY2KFNU996UEQLRLGP171WL6X0EV7RUZGOGMZ5P0L' where id=75; -update noar tt set v1='TBFOD59SMZJTYZ4J4REYTWVE6V2OSBR3WZK9UU9JFMWCIJY97FFUC2KYB9GKJXYB5Z6LVNFWOQ7AJGEUUJXFJ8MXLW5G6EPNA52YU9ZUX5FWHYKFC9MJFVH63H726C6KFMBME327TY42IK09TKQID6XG2BMVMEBH0I0ESGS1IDT6HOPE8T02LUE5KDTP6QGI68YIHLW7T4K9XYHDOLS5ZDDPFDNOKRV3SQYF7YHFIK7PYY19JUSHNDJSXQ2BZJFYZ' where id=75; -update noar ti set v1='TBFOD59SMZJTYZ4J4REYTWVE6V2OSBR3WZK9UU9JFMWCIJY97FFUC2KYB9GKJXYB5Z6LVNFWOQ7AJGEUUJXFJ8MXLW5G6EPNA52YU9ZUX5FWHYKFC9MJFVH63H726C6KFMBME327TY42IK09TKQID6XG2BMVMEBH0I0ESGS1IDT6HOPE8T02LUE5KDTP6QGI68YIHLW7T4K9XYHDOLS5ZDDPFDNOKRV3SQYF7YHFIK7PYY19JUSHNDJSXQ2BZJFYZ' where id=75; -update noar tt set v2='NFQ8PR01T9ZZIXON8YYZHTTUN9VPMCIJ1DPSQHK25QKIJ94QIQWPN4A20NTZAUQTNYRKV596BNMW8DDCAT1Q512VJVIFPY0NMP298549EC31KMZ8DZ7PVNT19ZHUE30ECDJLGERS55RFMJWRI2LYKMTVFY0OOKJBCZX9C7QWJGUENL97SXO0L3R4XF4VFSUWNS2N99DM47EAAKOTTIO062VN32EK4JZG4ANQNQBTULABCRXOX0IFL8QV34J1WU73N' where id=75; -update noar ti set v2='NFQ8PR01T9ZZIXON8YYZHTTUN9VPMCIJ1DPSQHK25QKIJ94QIQWPN4A20NTZAUQTNYRKV596BNMW8DDCAT1Q512VJVIFPY0NMP298549EC31KMZ8DZ7PVNT19ZHUE30ECDJLGERS55RFMJWRI2LYKMTVFY0OOKJBCZX9C7QWJGUENL97SXO0L3R4XF4VFSUWNS2N99DM47EAAKOTTIO062VN32EK4JZG4ANQNQBTULABCRXOX0IFL8QV34J1WU73N' where id=75; -update noar tt set v3='TJIA711030MVUDPFEHPVTAA8GYZ1CRBFIB1AGX572645FUSSVZ2QJVOPLZL5QFHXYXLO3YMR7LBW8VWSR4A38U4VB0LQP795GK5VESGNPQ8KZBN1D4FL0JJNOLH7FKV648R80RLT3EIJKY668T26CE2TKCHP6HC4R3XP33L0JDD91VT47WF16YPESOJFRSSADRFO17OXTR8TOOW8SWGC7MRQHWPF6TEOJTHB4XEWPA1S6L5NO1D24W267R2BR1L6Q' where id=75; -update noar ti set v3='TJIA711030MVUDPFEHPVTAA8GYZ1CRBFIB1AGX572645FUSSVZ2QJVOPLZL5QFHXYXLO3YMR7LBW8VWSR4A38U4VB0LQP795GK5VESGNPQ8KZBN1D4FL0JJNOLH7FKV648R80RLT3EIJKY668T26CE2TKCHP6HC4R3XP33L0JDD91VT47WF16YPESOJFRSSADRFO17OXTR8TOOW8SWGC7MRQHWPF6TEOJTHB4XEWPA1S6L5NO1D24W267R2BR1L6Q' where id=75; -update noar tt set v0='5R4RDM613H9U030D8HCJK7Q0S7DYSORM6L5LGE8FPKRKP52ZUYKG22LBMRSQK4D39VSP52YO69RL8QIQOW99TQZ56ZAKI9JG6JKOZD6JLLWC83B5TQKPKBAKR8148KNQE021D0JVXU3LOOIWWY4GK51SVD7H3RMQ1SLAS68HM6ZJ5XUCCAXO093MJYWANKRJCCFOYTFZH1G3SNXATUP269LH8OG81M4WRQ04NWI4MXFSA5NBVZK2LK4HJ6SLIO18J' where id=76; -update noar ti set v0='5R4RDM613H9U030D8HCJK7Q0S7DYSORM6L5LGE8FPKRKP52ZUYKG22LBMRSQK4D39VSP52YO69RL8QIQOW99TQZ56ZAKI9JG6JKOZD6JLLWC83B5TQKPKBAKR8148KNQE021D0JVXU3LOOIWWY4GK51SVD7H3RMQ1SLAS68HM6ZJ5XUCCAXO093MJYWANKRJCCFOYTFZH1G3SNXATUP269LH8OG81M4WRQ04NWI4MXFSA5NBVZK2LK4HJ6SLIO18J' where id=76; -update noar tt set v1='GTXTSCFUCSFMY5Z1O2YK77NA41P0PCCFZVH05E40BUHGNILNPKS5C0DOOIM1GE2JJSRVOM7KYOEL5UNMOLUSCULNJS3AL6IMVPN5TI8H282GVP6EKVR3931SZV7JY2WV6074H5QSFXTL73JFZIXB0A3FNTO3HCYB7HXVIKVBPCIMFTUMOM702ICY70SCD74B65VBNQ0NT3SXHC4RAGNSPEKNOVJV89NAZOCSXYQ70OVIA4034SYGAFXZT9AYK51FZ' where id=76; -update noar ti set v1='GTXTSCFUCSFMY5Z1O2YK77NA41P0PCCFZVH05E40BUHGNILNPKS5C0DOOIM1GE2JJSRVOM7KYOEL5UNMOLUSCULNJS3AL6IMVPN5TI8H282GVP6EKVR3931SZV7JY2WV6074H5QSFXTL73JFZIXB0A3FNTO3HCYB7HXVIKVBPCIMFTUMOM702ICY70SCD74B65VBNQ0NT3SXHC4RAGNSPEKNOVJV89NAZOCSXYQ70OVIA4034SYGAFXZT9AYK51FZ' where id=76; -update noar tt set v2='BTL3FNIGEDABSP75C9ONT77ILIFWWCY5ZBSFASEQ106T1X2AFPGP88LYSTFBDNQQSP9ODPEMMOJ4SY7SCD9YFFQETVZOAMHJKKRVKEX9G2URA0TPCMKC5R26MN3OFC8SYGC27ETBYV05KQZ8RYKG1NSN3SORAOF40O8PQXX5HB6DH7VN7E832A7469TTQGB1IVA94EQPTLH00N1EO913DMAAAOMWXRCLHXW7IE8589QDROYBRM9R2JMDB5789DDWW' where id=76; -update noar ti set v2='BTL3FNIGEDABSP75C9ONT77ILIFWWCY5ZBSFASEQ106T1X2AFPGP88LYSTFBDNQQSP9ODPEMMOJ4SY7SCD9YFFQETVZOAMHJKKRVKEX9G2URA0TPCMKC5R26MN3OFC8SYGC27ETBYV05KQZ8RYKG1NSN3SORAOF40O8PQXX5HB6DH7VN7E832A7469TTQGB1IVA94EQPTLH00N1EO913DMAAAOMWXRCLHXW7IE8589QDROYBRM9R2JMDB5789DDWW' where id=76; -update noar tt set v3='OJ41K9N09N6ME08KZTK6726UX1IBMMAIMXC5ZLJ2EQ3A1IOY35RQYP6NIA6VU3SKTS4L4SYW9KL5T5WRET5B4I9BUJZQ35TO7WPIG0B5MCCZ6K3F58BNBIGWOPG9VGSO6AJNVV3ANI1OWAAKKJABAR8G2S01IEASSSVI79DF2F1PVN7PR5KL9YFR4KXLS1XMVRJ5WCXHXAOCGIN3VAY9YHB2X42EN3DIIJRZPFISCQD6U98G0CTCEGXJ6UAHHD8AU' where id=76; -update noar ti set v3='OJ41K9N09N6ME08KZTK6726UX1IBMMAIMXC5ZLJ2EQ3A1IOY35RQYP6NIA6VU3SKTS4L4SYW9KL5T5WRET5B4I9BUJZQ35TO7WPIG0B5MCCZ6K3F58BNBIGWOPG9VGSO6AJNVV3ANI1OWAAKKJABAR8G2S01IEASSSVI79DF2F1PVN7PR5KL9YFR4KXLS1XMVRJ5WCXHXAOCGIN3VAY9YHB2X42EN3DIIJRZPFISCQD6U98G0CTCEGXJ6UAHHD8AU' where id=76; -update noar tt set v0='7F8CDZI57S0KZRZX482RDMKHE1ZJH5D6VBLKWG5F995MNGU1GO6S1MAICIOFDCS9BTUYZ6VST3MLZWEWLTIJF74XKYVXOHGWNM0H1V5I2DJD2IQKR7N185KUDFRJGCST93ESUD0UPFYVOC8Z23TZVUFZOV1PQ0DS4AYDQ6Q82WWDJ1V8CVJZVG17RGVF1C4SR7ZE8TOPW8FZAMM75Q1LSQYOEZJF1SR99Z702F516EJVEHWUIFQSCSHRPXVRGAW0F' where id=77; -update noar ti set v0='7F8CDZI57S0KZRZX482RDMKHE1ZJH5D6VBLKWG5F995MNGU1GO6S1MAICIOFDCS9BTUYZ6VST3MLZWEWLTIJF74XKYVXOHGWNM0H1V5I2DJD2IQKR7N185KUDFRJGCST93ESUD0UPFYVOC8Z23TZVUFZOV1PQ0DS4AYDQ6Q82WWDJ1V8CVJZVG17RGVF1C4SR7ZE8TOPW8FZAMM75Q1LSQYOEZJF1SR99Z702F516EJVEHWUIFQSCSHRPXVRGAW0F' where id=77; -update noar tt set v1='ZLP681JM5DP3B1EURBN2LJH91HPPA9XMAO377O6BJ6HTCYDFZMI3LSARSFDJ3H11R4GMN6NNRD7KR4IKF6LZEG1KS3FN7ON4PA21VLUAAGWNCS98AWWIKPJVDL8KY4FY9WIBYBI7M4HUZBG39MK4UPJJKLGVIV196WXFYTOCVLA4A2TLWQ0HAVD7UNZE1G4BUOQSX24F9V5OSDL3QJA9V9L95HXYVOXA1KYHSMLMUGCAXHM91216FJGDHOJ9JZBS7' where id=77; -update noar ti set v1='ZLP681JM5DP3B1EURBN2LJH91HPPA9XMAO377O6BJ6HTCYDFZMI3LSARSFDJ3H11R4GMN6NNRD7KR4IKF6LZEG1KS3FN7ON4PA21VLUAAGWNCS98AWWIKPJVDL8KY4FY9WIBYBI7M4HUZBG39MK4UPJJKLGVIV196WXFYTOCVLA4A2TLWQ0HAVD7UNZE1G4BUOQSX24F9V5OSDL3QJA9V9L95HXYVOXA1KYHSMLMUGCAXHM91216FJGDHOJ9JZBS7' where id=77; -update noar tt set v2='1A6KJ812QRTHSOQCSR1J1HXEI8R5WI5IL4H3RWUSZE8CT4XJBIL8NDY52FQ04KF4YBE34W978A4UUIRN0H0BG5WTEMAX897W6RILLZQ6PIL38DUNE7W8218FOA2TD1BSB378CCHG6RDE8W7YCZ0BOADXHED8EGL2ZZ5O5ZRLBPRCRSU1BZEK9YQDU025D73W2LZRLSEU8JE05Z1JF61U804XWJNB5P0LJU2QOM0BS39S7N1CSA7VKDLDSBPH7190B' where id=77; -update noar ti set v2='1A6KJ812QRTHSOQCSR1J1HXEI8R5WI5IL4H3RWUSZE8CT4XJBIL8NDY52FQ04KF4YBE34W978A4UUIRN0H0BG5WTEMAX897W6RILLZQ6PIL38DUNE7W8218FOA2TD1BSB378CCHG6RDE8W7YCZ0BOADXHED8EGL2ZZ5O5ZRLBPRCRSU1BZEK9YQDU025D73W2LZRLSEU8JE05Z1JF61U804XWJNB5P0LJU2QOM0BS39S7N1CSA7VKDLDSBPH7190B' where id=77; -update noar tt set v3='MMXFX5PNICBUFU7X4AEC1653TJ55CZAT9BGL6FGO5ERMRZQUC98AXPTHRAX7VKY57GPHNXGARYO3GNWZZXTO3A2BI1C6M8Q27570SRKI818LMSUML75AJHSM67WMJ4KLOAU5M5R49KGFXE8H5VMM6BR0GYSE6NG9G3EK1QGOA66TMSI8PDD84R8R0EA41RKYHL0SAE80K2KEPATE1TZYORRGRNQAEO6VMGPHBVA1W4JP0F5YPLLM1PQAHFVCHNPQA' where id=77; -update noar ti set v3='MMXFX5PNICBUFU7X4AEC1653TJ55CZAT9BGL6FGO5ERMRZQUC98AXPTHRAX7VKY57GPHNXGARYO3GNWZZXTO3A2BI1C6M8Q27570SRKI818LMSUML75AJHSM67WMJ4KLOAU5M5R49KGFXE8H5VMM6BR0GYSE6NG9G3EK1QGOA66TMSI8PDD84R8R0EA41RKYHL0SAE80K2KEPATE1TZYORRGRNQAEO6VMGPHBVA1W4JP0F5YPLLM1PQAHFVCHNPQA' where id=77; -update noar tt set v0='NB38CTV7YJHX6YJOPNSA39K6SCQLOQJ3UTK3VBJ6TREVYN5RI2VKYYPFVVZ6XU3HBRCQQ4TNJRMJBXMRVYV8Z04S9ZN5F094AT7L9BOYG3WQQ3YFYW5C9UVEQNQYF4KV3TW454IYW8XBUEKWW016Y3OIFP88ACAIYB9NGAI4VNOGUTXWWO878MHQ7EKOCOU6WN1LYTPUGTXO15Q2LP9UYM9KMUF8XKDF7W85KVSC4NQIVS6518M7KZF3E6FLHAVM4' where id=78; -update noar ti set v0='NB38CTV7YJHX6YJOPNSA39K6SCQLOQJ3UTK3VBJ6TREVYN5RI2VKYYPFVVZ6XU3HBRCQQ4TNJRMJBXMRVYV8Z04S9ZN5F094AT7L9BOYG3WQQ3YFYW5C9UVEQNQYF4KV3TW454IYW8XBUEKWW016Y3OIFP88ACAIYB9NGAI4VNOGUTXWWO878MHQ7EKOCOU6WN1LYTPUGTXO15Q2LP9UYM9KMUF8XKDF7W85KVSC4NQIVS6518M7KZF3E6FLHAVM4' where id=78; -update noar tt set v1='WOVERXH3OXEMZ8ZIYXF4MJ7SOG71AYOHIRNWFSOLCDP8XVGZCFPGVRN5KRN86QES5LNJ19RA9WX8B6EPBD4FEH05IWIO9QSYKNGEY8UDMEGTSJBORH205CLME5ZUCONC32E0JMS7JQ6AUUMNG6M5CFW6GZK9YFZ8UTAM565FZJ6ZR0QQA98Z7PPPS2HGBQ6TU131XHLGEZ7AUFDGMIJTDHR33BP2DU2AZ600Q1EN1743H7BQNBS7DISP5VT42FZAT' where id=78; -update noar ti set v1='WOVERXH3OXEMZ8ZIYXF4MJ7SOG71AYOHIRNWFSOLCDP8XVGZCFPGVRN5KRN86QES5LNJ19RA9WX8B6EPBD4FEH05IWIO9QSYKNGEY8UDMEGTSJBORH205CLME5ZUCONC32E0JMS7JQ6AUUMNG6M5CFW6GZK9YFZ8UTAM565FZJ6ZR0QQA98Z7PPPS2HGBQ6TU131XHLGEZ7AUFDGMIJTDHR33BP2DU2AZ600Q1EN1743H7BQNBS7DISP5VT42FZAT' where id=78; -update noar tt set v2='302UGD121Z5ICNJKA3W0FIG5NJVSELC118P9SD0SRT21YAN0TC8TGOT5W3ZV0C5ZN009O8BGQWDB2PM9Y6V95FN7TQZUPK1GQJ6FTJ1N9Q1TQ7P1AQ1OO4MCQDN1FPQD0HFMCCAN720JSI03TVUFUTFR7K5CJXMSXLU8UGCSEDBBU0X05MOWLOY2KHKBBF5YSCVDY181JN0XLH9G9XXBGYSDWTVVVT7BQJ7U8KT6T2DUAW5QJ6WIGLCD4QXQHHHMI' where id=78; -update noar ti set v2='302UGD121Z5ICNJKA3W0FIG5NJVSELC118P9SD0SRT21YAN0TC8TGOT5W3ZV0C5ZN009O8BGQWDB2PM9Y6V95FN7TQZUPK1GQJ6FTJ1N9Q1TQ7P1AQ1OO4MCQDN1FPQD0HFMCCAN720JSI03TVUFUTFR7K5CJXMSXLU8UGCSEDBBU0X05MOWLOY2KHKBBF5YSCVDY181JN0XLH9G9XXBGYSDWTVVVT7BQJ7U8KT6T2DUAW5QJ6WIGLCD4QXQHHHMI' where id=78; -update noar tt set v3='UZA52RDZ11V1K163GOPSTN2WNMEG3P72W6Q3GORAZVR300CM55DIHXM11Z0CZK9XDK1TESWIGR5PIQDIGVJALJT730UTW4H1C9718EIWJYA673S1O6NA1XLRM8W0QP8YQSC10XT4VIG7Z8AVYL1G1VQ7UZOO4C412AS7GJUFZ4HOWR1F9I91UFXSJ2TUYA6N4L1SLASP59FRLIN5J3GRK2GNC360S586TKXJXU61I6ANNR7B8IJ42SW1W0S1LKWL5' where id=78; -update noar ti set v3='UZA52RDZ11V1K163GOPSTN2WNMEG3P72W6Q3GORAZVR300CM55DIHXM11Z0CZK9XDK1TESWIGR5PIQDIGVJALJT730UTW4H1C9718EIWJYA673S1O6NA1XLRM8W0QP8YQSC10XT4VIG7Z8AVYL1G1VQ7UZOO4C412AS7GJUFZ4HOWR1F9I91UFXSJ2TUYA6N4L1SLASP59FRLIN5J3GRK2GNC360S586TKXJXU61I6ANNR7B8IJ42SW1W0S1LKWL5' where id=78; -update noar tt set v0='KKUGYZNS00WEJ9K8ZZBC5WSO4B31UWH6UMXZBE4ZTFI8V60DC7D0BLYQXRJ7IH5NL01CVGZRIV6EHF3JUA0J8U8O8YFX912Q2U3C8LVJ3KNAFOQM7K20GD6UQD887NW7JB4ZFAHHL2RYUE3VJYLG3D801N2GWQ1Z47W396XGC35W2H6GWYSOEVSK2QD2BBQHYYOY3ESJFYZRGDM2NFIU7K3RC7JJ6MOUE7LE77R3EJ9KVVEPHDOOBWR52DA1NIT0U' where id=79; -update noar ti set v0='KKUGYZNS00WEJ9K8ZZBC5WSO4B31UWH6UMXZBE4ZTFI8V60DC7D0BLYQXRJ7IH5NL01CVGZRIV6EHF3JUA0J8U8O8YFX912Q2U3C8LVJ3KNAFOQM7K20GD6UQD887NW7JB4ZFAHHL2RYUE3VJYLG3D801N2GWQ1Z47W396XGC35W2H6GWYSOEVSK2QD2BBQHYYOY3ESJFYZRGDM2NFIU7K3RC7JJ6MOUE7LE77R3EJ9KVVEPHDOOBWR52DA1NIT0U' where id=79; -update noar tt set v1='VUHTVV9ONE2QHRWZR59FIG4RWWO5DNA8A8TBSEPSZGRDQBS4K270QIDWS0Y72S5K2CTUF9P2FDFKBJYCGEF89XVV7L5TDYMXPBD19I5O8MYF1QERNI7VSOPWQNKY5LJFNYRVACLRS0NTIIJEJ1BBGA23I2SGMC9FJIF8CPFOJ74T3MDOL01WXJ640UDZACGRZZ4JTAW0NGLH59VJ55H9OZSUEYAFRK5HCCELRY4251XEQCU2302Y663ZPGN3AELO1' where id=79; -update noar ti set v1='VUHTVV9ONE2QHRWZR59FIG4RWWO5DNA8A8TBSEPSZGRDQBS4K270QIDWS0Y72S5K2CTUF9P2FDFKBJYCGEF89XVV7L5TDYMXPBD19I5O8MYF1QERNI7VSOPWQNKY5LJFNYRVACLRS0NTIIJEJ1BBGA23I2SGMC9FJIF8CPFOJ74T3MDOL01WXJ640UDZACGRZZ4JTAW0NGLH59VJ55H9OZSUEYAFRK5HCCELRY4251XEQCU2302Y663ZPGN3AELO1' where id=79; -update noar tt set v2='G6HLQ7DEPCLYB9V0QTQJE36F6T2RCYR60SEQAW55LINY7QN83ZZRVFT1XR5C4GLM4IFX9TVLNQ1X0F19DOHHLQ6ABG2572P0BKKPEUV5LIC04VJZMA5EKTHVP1N6I3J4MMNQJHX0T3TLPC8EVLQPN5TQ5XWR0BFHNVTGN1A14JFYJKQTRRBYSOFKMUJHUCF1L1IGB8SBPZH8LMMN9RG6UFENIIFH3WZ81FSDECZOTTX2IVJETIF1NN7Z9EUG9RLK1' where id=79; -update noar ti set v2='G6HLQ7DEPCLYB9V0QTQJE36F6T2RCYR60SEQAW55LINY7QN83ZZRVFT1XR5C4GLM4IFX9TVLNQ1X0F19DOHHLQ6ABG2572P0BKKPEUV5LIC04VJZMA5EKTHVP1N6I3J4MMNQJHX0T3TLPC8EVLQPN5TQ5XWR0BFHNVTGN1A14JFYJKQTRRBYSOFKMUJHUCF1L1IGB8SBPZH8LMMN9RG6UFENIIFH3WZ81FSDECZOTTX2IVJETIF1NN7Z9EUG9RLK1' where id=79; -update noar tt set v3='UNKLHN1WMIS2Z1N427LRLA61946NXMAQW0K1OZZT2CAY6EC1WL1OACMC0RGAOVU22P681I3TEYUVNZEJ1M1O1Y184D70DY8F5R4VGDQCNM08UMSMQWJGYUJ2HEEB3AZCM4W5NYTGGFEWGH662XYEQV461T4GLJDPCDBN12AKOQ1P606GZS54RIPDDA1J9B21715MOHHKICO9108YPKCMJ54PC92HDXUMH313OLJYJBS93HDMT25N7EMOAHXZZFVT9' where id=79; -update noar ti set v3='UNKLHN1WMIS2Z1N427LRLA61946NXMAQW0K1OZZT2CAY6EC1WL1OACMC0RGAOVU22P681I3TEYUVNZEJ1M1O1Y184D70DY8F5R4VGDQCNM08UMSMQWJGYUJ2HEEB3AZCM4W5NYTGGFEWGH662XYEQV461T4GLJDPCDBN12AKOQ1P606GZS54RIPDDA1J9B21715MOHHKICO9108YPKCMJ54PC92HDXUMH313OLJYJBS93HDMT25N7EMOAHXZZFVT9' where id=79; -update noar tt set v0='317SXVKJPSEANQUEWXJ7AIFCIPJIYUQ7WBS69PZF4UFUDQ4BMFIXCZKB21L0KDA4GJT3G96T5YAEKX9T7VOQMAUOF5RSL2AE9E428SV3DMCMRRZ9I5HMER03ACIU83R26Z71A9P1YI4MA37VOOEFH8XAO0U6W6M8J7065FNCEGIT7M1UTR03QSDXJT67CV72YDLVT50MVLKQEDSFE60YD2O11XF9TU85NT709VVDRD6NTFUFKKVYBHBDSFPZESW75' where id=80; -update noar ti set v0='317SXVKJPSEANQUEWXJ7AIFCIPJIYUQ7WBS69PZF4UFUDQ4BMFIXCZKB21L0KDA4GJT3G96T5YAEKX9T7VOQMAUOF5RSL2AE9E428SV3DMCMRRZ9I5HMER03ACIU83R26Z71A9P1YI4MA37VOOEFH8XAO0U6W6M8J7065FNCEGIT7M1UTR03QSDXJT67CV72YDLVT50MVLKQEDSFE60YD2O11XF9TU85NT709VVDRD6NTFUFKKVYBHBDSFPZESW75' where id=80; -update noar tt set v1='Z0N22RXKYVB3MC41CB1V9DG3EMMILB4725CL7YZ54110CJJL235Y22UF0HTYGPLCUCBQPMHGU87MW0R0WNK1BDFA6G5DO0TCHVK5YOI0JBB3TBPF8ZUHXBUK2S01883OIGHMS7AH0WMKYQ1LNHS5E5B7RT9ZE5Z0OX7E9SN4BTSH5C1SSKMWH30C30AH9T9SCO1RURYJXKKX9HAVJOE8PJ08LJRO6BGRKOEINGVHLBNJ9KWEHE3IL4PI8TU0005ZZ' where id=80; -update noar ti set v1='Z0N22RXKYVB3MC41CB1V9DG3EMMILB4725CL7YZ54110CJJL235Y22UF0HTYGPLCUCBQPMHGU87MW0R0WNK1BDFA6G5DO0TCHVK5YOI0JBB3TBPF8ZUHXBUK2S01883OIGHMS7AH0WMKYQ1LNHS5E5B7RT9ZE5Z0OX7E9SN4BTSH5C1SSKMWH30C30AH9T9SCO1RURYJXKKX9HAVJOE8PJ08LJRO6BGRKOEINGVHLBNJ9KWEHE3IL4PI8TU0005ZZ' where id=80; -update noar tt set v2='I1SFWBGGEZ2SGQRUVRNWJXU734RSJB4JI7GF7X15JP9RA5AFR7WNWNKBX1AE8CVXNZ85DUIS83NSHM1T0JCAJ0OS20MC6VC82O3GRXA3NKXYULVY1UGGTJRH1IKI3T339WOVY3U6JPRHPKQIEQG44CVB3UK9NEAXQQAEKUWNLUJKOD0YG95Z1FT2VLQVWTXYV0WXI3T33XT90APM12AJ5SIWCZV6AKS09W2FXG42YDXR8OMGYVMKMC2RVE4AWM460' where id=80; -update noar ti set v2='I1SFWBGGEZ2SGQRUVRNWJXU734RSJB4JI7GF7X15JP9RA5AFR7WNWNKBX1AE8CVXNZ85DUIS83NSHM1T0JCAJ0OS20MC6VC82O3GRXA3NKXYULVY1UGGTJRH1IKI3T339WOVY3U6JPRHPKQIEQG44CVB3UK9NEAXQQAEKUWNLUJKOD0YG95Z1FT2VLQVWTXYV0WXI3T33XT90APM12AJ5SIWCZV6AKS09W2FXG42YDXR8OMGYVMKMC2RVE4AWM460' where id=80; -update noar tt set v3='MJ3LUUFRYS54ED2NDFCS0K7N4NCDP9IBITQEOXLU96OJO8IIMUR492N8AESGY2C2SL2U6NDNX5EFVL6PP7Y6QGIZXZ8TUDWN4P47GXVH7D3LY035UDZS5HL56NQXOJJQDO1TEEEUQRTC5E8GQHDWZLP1LU0XBM69YEZYH3M515RZ7C45QX8JI58TDF8J4O69W4TOW7NTB6D9MES4GCTC5T17WWKV3ICKAEGMIUPH3VHI5AJWZWGEQX6QYF4AQS2BT' where id=80; -update noar ti set v3='MJ3LUUFRYS54ED2NDFCS0K7N4NCDP9IBITQEOXLU96OJO8IIMUR492N8AESGY2C2SL2U6NDNX5EFVL6PP7Y6QGIZXZ8TUDWN4P47GXVH7D3LY035UDZS5HL56NQXOJJQDO1TEEEUQRTC5E8GQHDWZLP1LU0XBM69YEZYH3M515RZ7C45QX8JI58TDF8J4O69W4TOW7NTB6D9MES4GCTC5T17WWKV3ICKAEGMIUPH3VHI5AJWZWGEQX6QYF4AQS2BT' where id=80; -update noar tt set v0='2HJBNNMLY3ZDXX4URFRTXFFLNOAVFL5OJR4LE8ME0HSELHSZ2QC3RAIQYTVBFKVM2QYDC9XADLX3K2ZHSOPOCJ29ZS9T8R9HP6C8T3LK1WUP4ROD5LIR11J2HDTNCQ8MNF9QQ6V46SCOCGNHCMES6Y0JR9AUXOZ18SP67GCABRPVXOOE4RM11UED00QBC8N31HHZZY3CUDRKWGAANMVCQAYGIYAVZ44HID8RE3EY0K64E8KTE0H5OKX5J5U4YK2XC' where id=81; -update noar ti set v0='2HJBNNMLY3ZDXX4URFRTXFFLNOAVFL5OJR4LE8ME0HSELHSZ2QC3RAIQYTVBFKVM2QYDC9XADLX3K2ZHSOPOCJ29ZS9T8R9HP6C8T3LK1WUP4ROD5LIR11J2HDTNCQ8MNF9QQ6V46SCOCGNHCMES6Y0JR9AUXOZ18SP67GCABRPVXOOE4RM11UED00QBC8N31HHZZY3CUDRKWGAANMVCQAYGIYAVZ44HID8RE3EY0K64E8KTE0H5OKX5J5U4YK2XC' where id=81; -update noar tt set v1='JHZE4NE23OZ9BL1TM5GMR9VHDDU3HP8M6SS2RHDZ7BYBJQC0F35FLKAZAF1DWXRHXP0D2PUM5JUR3J4TDKWDPW8LFBPE3GZLKZS5YQ3ISM1WMMFC07DNDGZIXM13WAN754THD2SPWV8ZXAZKO2VQMYHHI9KX2ZH1FC7ZQAVTACGLZ1NL7HB16L986DBHWKYAYHP7J8BT8W1D3V3K5XEB5K18DT44J0Q22YXFMQTVLAWRIPUFG3FUWS670VLWMZUIU' where id=81; -update noar ti set v1='JHZE4NE23OZ9BL1TM5GMR9VHDDU3HP8M6SS2RHDZ7BYBJQC0F35FLKAZAF1DWXRHXP0D2PUM5JUR3J4TDKWDPW8LFBPE3GZLKZS5YQ3ISM1WMMFC07DNDGZIXM13WAN754THD2SPWV8ZXAZKO2VQMYHHI9KX2ZH1FC7ZQAVTACGLZ1NL7HB16L986DBHWKYAYHP7J8BT8W1D3V3K5XEB5K18DT44J0Q22YXFMQTVLAWRIPUFG3FUWS670VLWMZUIU' where id=81; -update noar tt set v2='KGA521JM3FBK82CK9TDSKPFEYD72VXXQRZ15QBWEDHOFZMS7YQJ35OPHZCWQ5R7MH1B3YHJN9U09OV3RLEE8F3CIZAD318EM0812RYVEATBF7KEL1BALAWHCDTXMF7PINC3P68MGISR56XBK93VJ8QDOG038EAUT5ZPGC7777Q5OFZLG5PPHX7JW7F5LS6JWC7S1O0L3VYENFDFH3W5QVQY59KHW66FRGZ7TURZ6ZNFHVNX1W936XOGE2FKT28RNY' where id=81; -update noar ti set v2='KGA521JM3FBK82CK9TDSKPFEYD72VXXQRZ15QBWEDHOFZMS7YQJ35OPHZCWQ5R7MH1B3YHJN9U09OV3RLEE8F3CIZAD318EM0812RYVEATBF7KEL1BALAWHCDTXMF7PINC3P68MGISR56XBK93VJ8QDOG038EAUT5ZPGC7777Q5OFZLG5PPHX7JW7F5LS6JWC7S1O0L3VYENFDFH3W5QVQY59KHW66FRGZ7TURZ6ZNFHVNX1W936XOGE2FKT28RNY' where id=81; -update noar tt set v3='LFR2K57WNKMK5VYQGUMTUVM2KJS0FULGUOEP7QQAYP7VI8PGZFX5UDIXK5XVX0XSHHJF44A4OHXEPPT3OOTNUP9CBATFYZO3N8ZLSMOPXQYE4UFDSPONQGTLTF820J4DQYOBP0F0BPR6ZYCKSI041MNJNHWAV3TGBGNSTOSN8JVGBW7EYEKSZJEXAFK3Q0ZZFG4U2MVG0184NMZ6HESFSXGUYM1HJSCKPJ1LYQ3LZIQQJDWYJXR5AHTYXPI1ZMIP3' where id=81; -update noar ti set v3='LFR2K57WNKMK5VYQGUMTUVM2KJS0FULGUOEP7QQAYP7VI8PGZFX5UDIXK5XVX0XSHHJF44A4OHXEPPT3OOTNUP9CBATFYZO3N8ZLSMOPXQYE4UFDSPONQGTLTF820J4DQYOBP0F0BPR6ZYCKSI041MNJNHWAV3TGBGNSTOSN8JVGBW7EYEKSZJEXAFK3Q0ZZFG4U2MVG0184NMZ6HESFSXGUYM1HJSCKPJ1LYQ3LZIQQJDWYJXR5AHTYXPI1ZMIP3' where id=81; -update noar tt set v0='UP9EJTXA2RUMNTLGWJJBIZAPE8EFB1M24RNH7VSJZEP7KVSIN57ZOCF7M1ABVE3PNH2TBKFXS692O2GHD8487B9YSDOYM7SA0E4G3ZJYMYT9WPBFTVLJSVRQ719LK1SEAVAN45LLDAYDVY7C2N5ZS6BV1BHMK6B4V2BHWLTN6L23DGWX5911NMO6QJ137UCEX07SIRV5AE4ELP3N1845AS7317A9BWRBW7Q6S62HDY0E6AQWOPGJ2THQ25TSKRZTH' where id=82; -update noar ti set v0='UP9EJTXA2RUMNTLGWJJBIZAPE8EFB1M24RNH7VSJZEP7KVSIN57ZOCF7M1ABVE3PNH2TBKFXS692O2GHD8487B9YSDOYM7SA0E4G3ZJYMYT9WPBFTVLJSVRQ719LK1SEAVAN45LLDAYDVY7C2N5ZS6BV1BHMK6B4V2BHWLTN6L23DGWX5911NMO6QJ137UCEX07SIRV5AE4ELP3N1845AS7317A9BWRBW7Q6S62HDY0E6AQWOPGJ2THQ25TSKRZTH' where id=82; -update noar tt set v1='8I1JP2U5WSOY3JKTQUNZ8KZZSFBMCLZDA04E89JQIZTERN1WC7URYB1RQXS6U6XP0T91G00MUWTUPS79T9ERCTSXBWAEF8E3NX0B00JQOX8C3VJOZRPKUP4MJZQSG5HI74BYRTVH7HDGZLA2YIVTX98BPI41RSPZJHCQT71RUCGRK0V49L0NYQ06N46LWMKED8T0VXJJE1UKTPJK2XSP6ASIQLDFZCBUTVBGC2APDFZJXA2C76WIRXLH6LZIWL04W' where id=82; -update noar ti set v1='8I1JP2U5WSOY3JKTQUNZ8KZZSFBMCLZDA04E89JQIZTERN1WC7URYB1RQXS6U6XP0T91G00MUWTUPS79T9ERCTSXBWAEF8E3NX0B00JQOX8C3VJOZRPKUP4MJZQSG5HI74BYRTVH7HDGZLA2YIVTX98BPI41RSPZJHCQT71RUCGRK0V49L0NYQ06N46LWMKED8T0VXJJE1UKTPJK2XSP6ASIQLDFZCBUTVBGC2APDFZJXA2C76WIRXLH6LZIWL04W' where id=82; -update noar tt set v2='VEG9CQ875N3X034OX28G53ALQQ77BQTPMA0E9KPD7QB7FW6AJF8PL3ER7KY3LLDKD1H9QG9ZASY5CTUKBNNRDL56HJA5M9SUJXB0492AUXQIKI3Z7R0M3TOITXCGDF88FR0IPVLD1UGQAOWLRCM7PNLFC1FG50QP0JWH0D3SW00YBJTTR9NIVH6WB1CXIL966LMNZDLNEMT8Q3USAM8DEOJ9CNYV4NS8NUTHSLRSE7F6NV5RS90IBKNUNFQ8RFWVJ' where id=82; -update noar ti set v2='VEG9CQ875N3X034OX28G53ALQQ77BQTPMA0E9KPD7QB7FW6AJF8PL3ER7KY3LLDKD1H9QG9ZASY5CTUKBNNRDL56HJA5M9SUJXB0492AUXQIKI3Z7R0M3TOITXCGDF88FR0IPVLD1UGQAOWLRCM7PNLFC1FG50QP0JWH0D3SW00YBJTTR9NIVH6WB1CXIL966LMNZDLNEMT8Q3USAM8DEOJ9CNYV4NS8NUTHSLRSE7F6NV5RS90IBKNUNFQ8RFWVJ' where id=82; -update noar tt set v3='Q6BBPII67U59R29LHW3X07M6J5Z9HEB1NE9W1CAHAVMLEAVU8F1DKKS7GDQ6RR9X9236IZDPS72ZCCUITUZG8562X9LEPSM6FAX550JOBVLW7M3U4MFDB34D17AHVCRY4WN7HUU683ENTM62KOSUQIWJ7T9UJKBRVOC00TQ30O1LWYH1J7M4VIEDOP69G39OAFWZ229ZR3GYBT71513R0KXH6SPK0LDNHPXPFXT1QH793FDL91GL7LBL2QWVPVADF' where id=82; -update noar ti set v3='Q6BBPII67U59R29LHW3X07M6J5Z9HEB1NE9W1CAHAVMLEAVU8F1DKKS7GDQ6RR9X9236IZDPS72ZCCUITUZG8562X9LEPSM6FAX550JOBVLW7M3U4MFDB34D17AHVCRY4WN7HUU683ENTM62KOSUQIWJ7T9UJKBRVOC00TQ30O1LWYH1J7M4VIEDOP69G39OAFWZ229ZR3GYBT71513R0KXH6SPK0LDNHPXPFXT1QH793FDL91GL7LBL2QWVPVADF' where id=82; -update noar tt set v0='4BF5NQRJBZRUFQGU0KQKLSB9JN7PKIJXZBKPJFQBYCTIGFFHEXPTGQOEE9ZL6ZEGXJ742W9YBJQV9ONKYTK0HSSC9KIQ97WLIEMR8FHDSCDFAVAN3WPS5JWSYWQ98LZWVTEAHDGPPVM8KKHG29IM5IVB69BFE60GEVL9X4MJ9NN95FLZPXFWS1NM9P3WI8PO6C7V0PAN5I91APZK3WD5WVWKGNILOUEDO49114CMUJUAA1MZ23AQ9HPUONB5YKJ55' where id=83; -update noar ti set v0='4BF5NQRJBZRUFQGU0KQKLSB9JN7PKIJXZBKPJFQBYCTIGFFHEXPTGQOEE9ZL6ZEGXJ742W9YBJQV9ONKYTK0HSSC9KIQ97WLIEMR8FHDSCDFAVAN3WPS5JWSYWQ98LZWVTEAHDGPPVM8KKHG29IM5IVB69BFE60GEVL9X4MJ9NN95FLZPXFWS1NM9P3WI8PO6C7V0PAN5I91APZK3WD5WVWKGNILOUEDO49114CMUJUAA1MZ23AQ9HPUONB5YKJ55' where id=83; -update noar tt set v1='THFMIDCUDV5NGX99QS0U603Q55ARNEFBSZOHS04KRWZ7TSFBN8Z8VXR3JRJE63V41JM6TTBX21UTHZ9OGOVPTWAPBS3N6T8LWV3ECEDL99WPD3JKN4TF0V7LTFWD1EI7U6EYP06WJ3RVQ9W682GE74Q8IHA0X1XWCZWL9PRYTBBW4KSII27KEYIJR8WO2XCWBNAH1CSEN4GGHVKDY1EYRX4MEXU3ZHPJV75RZ1Q3IM7GY8E2IKDDA6UXKCEKX4QYW' where id=83; -update noar ti set v1='THFMIDCUDV5NGX99QS0U603Q55ARNEFBSZOHS04KRWZ7TSFBN8Z8VXR3JRJE63V41JM6TTBX21UTHZ9OGOVPTWAPBS3N6T8LWV3ECEDL99WPD3JKN4TF0V7LTFWD1EI7U6EYP06WJ3RVQ9W682GE74Q8IHA0X1XWCZWL9PRYTBBW4KSII27KEYIJR8WO2XCWBNAH1CSEN4GGHVKDY1EYRX4MEXU3ZHPJV75RZ1Q3IM7GY8E2IKDDA6UXKCEKX4QYW' where id=83; -update noar tt set v2='3QR3DTO8RKAGDVM93NGA0VU4DOSF56HFZNU58QX9HNXV7IR8QCF450DEJ87YY90AJ9QWX90MW3TT1574VWC5I3SUW8STI5ML3U7YDM7XINLY2BA7RKOU855L8FKS9UNOP3DMK2NEW6TDHWF964KD1SDM4T3GPTMLUSQPIZ1LALA1BHHROJ54O4Z6G66HX262D7NAX557R8JJEZG4PWC7LRBJ570JHIAUWDXIJZUQXWHI9NT8YS67L0XRQ1HLWUWXQ' where id=83; -update noar ti set v2='3QR3DTO8RKAGDVM93NGA0VU4DOSF56HFZNU58QX9HNXV7IR8QCF450DEJ87YY90AJ9QWX90MW3TT1574VWC5I3SUW8STI5ML3U7YDM7XINLY2BA7RKOU855L8FKS9UNOP3DMK2NEW6TDHWF964KD1SDM4T3GPTMLUSQPIZ1LALA1BHHROJ54O4Z6G66HX262D7NAX557R8JJEZG4PWC7LRBJ570JHIAUWDXIJZUQXWHI9NT8YS67L0XRQ1HLWUWXQ' where id=83; -update noar tt set v3='KSKR8VYTUWUPYNBKQX9PGUMIHHIYVDM78LW3FVY7OU1L67RY4NX4XTFAXFSSEOD18N8UJKLQFUJOWIZBMLP6BKW5G31YXLG29XB2CCLBZM9Q8YX9608FKANW5H3O5JDBA3QRLST642CH2ET6IUKT34OHMEIOBUYNVFC5PX5GOZBE3Y132RU8DCE2J5OQDBCC0T2JKYI5GX9ULCV44W6XXBESZEL1Q6CIBGP7OSOO918F5LNI8KHB9PRIDTUY7TNFS' where id=83; -update noar ti set v3='KSKR8VYTUWUPYNBKQX9PGUMIHHIYVDM78LW3FVY7OU1L67RY4NX4XTFAXFSSEOD18N8UJKLQFUJOWIZBMLP6BKW5G31YXLG29XB2CCLBZM9Q8YX9608FKANW5H3O5JDBA3QRLST642CH2ET6IUKT34OHMEIOBUYNVFC5PX5GOZBE3Y132RU8DCE2J5OQDBCC0T2JKYI5GX9ULCV44W6XXBESZEL1Q6CIBGP7OSOO918F5LNI8KHB9PRIDTUY7TNFS' where id=83; -update noar tt set v0='WNHM4MPPUK2RXYH3ZNBO834CKO2WTCQ26NVK7C0UKM6NTIGLLTSZMC4Q3HE8HCYWZHX6413200LI0CQA7ZQHPNAICSE7ZV3Q9A9YN2HP9JWQX65JR49VONST7NRL19FET065KVE1GNCHTC05KBQVH1EC5V54XNJO4CIWEVB1GYK4AB3HDOE4ST2WTKJ2D66LTMLXD0NYKUFP2GLECZUGNP8HAE1HGQCRX5PDLM6273OV2OI23X7RGEUF2O1ELYDBB' where id=84; -update noar ti set v0='WNHM4MPPUK2RXYH3ZNBO834CKO2WTCQ26NVK7C0UKM6NTIGLLTSZMC4Q3HE8HCYWZHX6413200LI0CQA7ZQHPNAICSE7ZV3Q9A9YN2HP9JWQX65JR49VONST7NRL19FET065KVE1GNCHTC05KBQVH1EC5V54XNJO4CIWEVB1GYK4AB3HDOE4ST2WTKJ2D66LTMLXD0NYKUFP2GLECZUGNP8HAE1HGQCRX5PDLM6273OV2OI23X7RGEUF2O1ELYDBB' where id=84; -update noar tt set v1='SB6DQ3V0XT7SGQA5QHTTI4D59W2UXD9CDRE6W7658ZIBHW5FR4640L5XU7F1IG0IMF4X7FOT462GGJGKAHTHYPKA32V02585L3ATT4BC7FNV4IJERWS9LLNJKS6EEDJNMPRJNAGR6K10LRI7THSA1LAXTMN0UJ5KP1Q46HN4RU3I2W2DQC1GJK8G1HCVL1YB5BXFXP0MFFB66IR7TEMZ0WL6U2HNC6G6HNFROEHJPX86NEPZLUYD1H6DTIY8ZOCRS' where id=84; -update noar ti set v1='SB6DQ3V0XT7SGQA5QHTTI4D59W2UXD9CDRE6W7658ZIBHW5FR4640L5XU7F1IG0IMF4X7FOT462GGJGKAHTHYPKA32V02585L3ATT4BC7FNV4IJERWS9LLNJKS6EEDJNMPRJNAGR6K10LRI7THSA1LAXTMN0UJ5KP1Q46HN4RU3I2W2DQC1GJK8G1HCVL1YB5BXFXP0MFFB66IR7TEMZ0WL6U2HNC6G6HNFROEHJPX86NEPZLUYD1H6DTIY8ZOCRS' where id=84; -update noar tt set v2='0CNL8VKPUBNR52B4CXNPMCJRHBV67TMUL0VFNWB03FAX4C66AFGDX0ZV0E5KS0HEXZZ2NFJ5LRSVKSZ5VBQXRHH4GN28CPA33EM3NOWBHWC7G0QGS5YVO1N30Z73HZUY5MKTZZIHAW1QWNQ6U82CC2KMQT4VP1TUB2S1DXBJUZM9437P4RXXH7Z2IXLUOMNY1XFC8N9DNH5WL3VBEJKKU5I5RX93PQAC5UOJ2IOHGSQK135PCA0K97DSV4TP3WAD9' where id=84; -update noar ti set v2='0CNL8VKPUBNR52B4CXNPMCJRHBV67TMUL0VFNWB03FAX4C66AFGDX0ZV0E5KS0HEXZZ2NFJ5LRSVKSZ5VBQXRHH4GN28CPA33EM3NOWBHWC7G0QGS5YVO1N30Z73HZUY5MKTZZIHAW1QWNQ6U82CC2KMQT4VP1TUB2S1DXBJUZM9437P4RXXH7Z2IXLUOMNY1XFC8N9DNH5WL3VBEJKKU5I5RX93PQAC5UOJ2IOHGSQK135PCA0K97DSV4TP3WAD9' where id=84; -update noar tt set v3='LS6GP1ZTS75NT5ALHWGO0PLQZX28FEYFWXOKK6Q96NFMHQ7R5G32VOEQHK1UUMZJA8QOYQN16T01KJDN89FOCO78GFH8PTX23TJ8C2DK7LX4AQP5TKHZYDB04TGLPUHMVPY7G0F2U4B9N8PHRRRIMDDMRLQNDRDIE64J7S5GCSA0KIKLDBRVE2LFLJD0ASORZNWLBNG6FNDDWA4I7AFD26TWZ2K5E5SA8WX0RJSQXWWKSJXBC6WFUPX2TZXY5OKJU' where id=84; -update noar ti set v3='LS6GP1ZTS75NT5ALHWGO0PLQZX28FEYFWXOKK6Q96NFMHQ7R5G32VOEQHK1UUMZJA8QOYQN16T01KJDN89FOCO78GFH8PTX23TJ8C2DK7LX4AQP5TKHZYDB04TGLPUHMVPY7G0F2U4B9N8PHRRRIMDDMRLQNDRDIE64J7S5GCSA0KIKLDBRVE2LFLJD0ASORZNWLBNG6FNDDWA4I7AFD26TWZ2K5E5SA8WX0RJSQXWWKSJXBC6WFUPX2TZXY5OKJU' where id=84; -update noar tt set v0='Y3Q3BOUVLDLBVPY2DU3VL1Z1A1711HI0EX3AV1UQE54ODZS8DLPH9DSO1I4PBGO21VK6CG8CP1Y69CGMSL4P6LWFCEVWJJCHKMIH24FKO53KIQQMGKZUXN51ZLKVHS3OV8QE5468UMPOGFB1G0YLV2VVIYZP5J3TFYQV6WO198FLSBL9FR1A23LFP6DQIKN2DMCJ9DHRJ231F7K9CKKOUAVGN3EVKBHYIWPQU0RGNGLV0L63AX4Z7DEQ3NBXY4PVM' where id=85; -update noar ti set v0='Y3Q3BOUVLDLBVPY2DU3VL1Z1A1711HI0EX3AV1UQE54ODZS8DLPH9DSO1I4PBGO21VK6CG8CP1Y69CGMSL4P6LWFCEVWJJCHKMIH24FKO53KIQQMGKZUXN51ZLKVHS3OV8QE5468UMPOGFB1G0YLV2VVIYZP5J3TFYQV6WO198FLSBL9FR1A23LFP6DQIKN2DMCJ9DHRJ231F7K9CKKOUAVGN3EVKBHYIWPQU0RGNGLV0L63AX4Z7DEQ3NBXY4PVM' where id=85; -update noar tt set v1='HIBDYHGMHEOMDY98GA4K2P4GY5R9J98N9CQVLAQ0IKMZH0BCDHIO7LDVT6L2ZUSUL5MGRHD3DDQKWMNIK3WBUZSX144D557MVUM8QF0GUZ04J7O5CJQC9YSKRBEEYXI0R3WRRQRHQJEGR5HSGCGVH2FF3ASEVC5V68HE2E7K3UF4CJBG200XHJ36J00J4IW2GOQ7BUGM737NXXJWNR3PLJDAIH74DO1MDJWPA3JF30ZN6S27UJCTY178B2YN8PARM' where id=85; -update noar ti set v1='HIBDYHGMHEOMDY98GA4K2P4GY5R9J98N9CQVLAQ0IKMZH0BCDHIO7LDVT6L2ZUSUL5MGRHD3DDQKWMNIK3WBUZSX144D557MVUM8QF0GUZ04J7O5CJQC9YSKRBEEYXI0R3WRRQRHQJEGR5HSGCGVH2FF3ASEVC5V68HE2E7K3UF4CJBG200XHJ36J00J4IW2GOQ7BUGM737NXXJWNR3PLJDAIH74DO1MDJWPA3JF30ZN6S27UJCTY178B2YN8PARM' where id=85; -update noar tt set v2='HG6035JL1SVXPCC0Y5WIBIQO9Z0ZAG3O97ON5T1VS9U44CDNVPTYV5E48540C5Y55V26SNE1RT8L16QOOCSIGI32K1Z5JM6HV5N793PEMPQ9HP7XCXA140LZGV6THQ9BOIVFE351A5ZKW42R53V77WU0T2KQB80ZEH6FP5G6ZHB6269CCQSGX39TTKMANY19CBHVP3IBUIQRB5O1O1YM2W0NO18KJZRY1X8ZW98F48XLMVU1OTHLB9TY33JO2IBDS' where id=85; -update noar ti set v2='HG6035JL1SVXPCC0Y5WIBIQO9Z0ZAG3O97ON5T1VS9U44CDNVPTYV5E48540C5Y55V26SNE1RT8L16QOOCSIGI32K1Z5JM6HV5N793PEMPQ9HP7XCXA140LZGV6THQ9BOIVFE351A5ZKW42R53V77WU0T2KQB80ZEH6FP5G6ZHB6269CCQSGX39TTKMANY19CBHVP3IBUIQRB5O1O1YM2W0NO18KJZRY1X8ZW98F48XLMVU1OTHLB9TY33JO2IBDS' where id=85; -update noar tt set v3='TX7X75C978XFPVZK44W0ZE23IJQ9FHIRNA847XD1HE0NO7KS9BDUHB1ZL1LOM1ZF0ZDNV6YX4GWARKNOM34NYD1K950MXFE833UMMEQK9CH200OVCOZYNGIKWQ0S42K3VVJVM8H0OUKIJXXQXGYKYO69UFI5KXM5VP63MZR5122KKHPDAQRP72L1BIV2PBRR0G75DMH6M6NSHYA6SO4XTY8723YYH97S6D4PB4H1PKBHZCEODVZAG7KGIQASH2MCX' where id=85; -update noar ti set v3='TX7X75C978XFPVZK44W0ZE23IJQ9FHIRNA847XD1HE0NO7KS9BDUHB1ZL1LOM1ZF0ZDNV6YX4GWARKNOM34NYD1K950MXFE833UMMEQK9CH200OVCOZYNGIKWQ0S42K3VVJVM8H0OUKIJXXQXGYKYO69UFI5KXM5VP63MZR5122KKHPDAQRP72L1BIV2PBRR0G75DMH6M6NSHYA6SO4XTY8723YYH97S6D4PB4H1PKBHZCEODVZAG7KGIQASH2MCX' where id=85; -update noar tt set v0='TOI2L67GT79V7MD6EUQARQ6E6TSQLQSD2DV5VCPGKI7E51PRPR6J9EHQXWBZ6J01C6B5ITXP8UQCWMEPVW4QJ2LCZF2MQ0XHRZCQ8K24QPC8NGZKUWAW6M1KIA3NWO9BWXQYOMCAF6GSZIJ2BSKQI9GHULRM5SFP1TRIKMPRNMIZ0KKC95KI5MF33U4DNFPUX2VPK6ZO4XS711ILPRS5DBD4A81IAITZAFHXG71RAT5VQVSIT1M39OK645IUM34YN' where id=86; -update noar ti set v0='TOI2L67GT79V7MD6EUQARQ6E6TSQLQSD2DV5VCPGKI7E51PRPR6J9EHQXWBZ6J01C6B5ITXP8UQCWMEPVW4QJ2LCZF2MQ0XHRZCQ8K24QPC8NGZKUWAW6M1KIA3NWO9BWXQYOMCAF6GSZIJ2BSKQI9GHULRM5SFP1TRIKMPRNMIZ0KKC95KI5MF33U4DNFPUX2VPK6ZO4XS711ILPRS5DBD4A81IAITZAFHXG71RAT5VQVSIT1M39OK645IUM34YN' where id=86; -update noar tt set v1='V8MY7ZS5FSPCKIBBTUEYH34M801ZFUYETP6EN7AVXNMHZLFH15XJS1MMKDXQV44MKZVY5H0I968O7KXVQ8VHTFUK17L763099QTVE86QTP5OF5PZXIQJGH20DC6JPME7P2ELCLR7TO6HM5U9UMO9Z58B8FDYYAABBF1FLQOAXZ2JEAPLHN94G8WDIILHTFYKRA2OG9JFH6IOTSH82STSC3WGBZSG9RZMWSEP4XD8C7CT9PMDADVWAH2NZSOIA1KYU' where id=86; -update noar ti set v1='V8MY7ZS5FSPCKIBBTUEYH34M801ZFUYETP6EN7AVXNMHZLFH15XJS1MMKDXQV44MKZVY5H0I968O7KXVQ8VHTFUK17L763099QTVE86QTP5OF5PZXIQJGH20DC6JPME7P2ELCLR7TO6HM5U9UMO9Z58B8FDYYAABBF1FLQOAXZ2JEAPLHN94G8WDIILHTFYKRA2OG9JFH6IOTSH82STSC3WGBZSG9RZMWSEP4XD8C7CT9PMDADVWAH2NZSOIA1KYU' where id=86; -update noar tt set v2='OI6XGHID2H3682J24XGDFK6T75FV6RTXWRNED2OGGY28MFG0G7F083IQ429QFHIJKTUI83M8KCS40L60WD34BLHA47PWQ1N8OV13FS6QF46Y7SHR79WZ1X7GWY6LE1I5XN1CI5NHS9U5S2STN2XNCW77FIWYP476JCQBXA2GA24B1S6KSPXRBU7T0MDS9A0VI6T3X2NNV5F1UWHCEOLG39C2RYT2SAH22ZPYB9DWBVA9VZ9B46QHQAJM49Y9DEU5O' where id=86; -update noar ti set v2='OI6XGHID2H3682J24XGDFK6T75FV6RTXWRNED2OGGY28MFG0G7F083IQ429QFHIJKTUI83M8KCS40L60WD34BLHA47PWQ1N8OV13FS6QF46Y7SHR79WZ1X7GWY6LE1I5XN1CI5NHS9U5S2STN2XNCW77FIWYP476JCQBXA2GA24B1S6KSPXRBU7T0MDS9A0VI6T3X2NNV5F1UWHCEOLG39C2RYT2SAH22ZPYB9DWBVA9VZ9B46QHQAJM49Y9DEU5O' where id=86; -update noar tt set v3='5O3T1GMMV5WZKHLLE4D7WBIRA8IXU5G0GN59ZXVVHO1MZ1ZX0OV2WKF8T2WO0T0SLLSIICP45RWG5HQOEIYN1TPYUBDKMK27ZTCZ8RX2WSSSXVJ80DH81WDBO2561HLQFMDZVG0R8D0X9FRYMKOOP79HUWBTRNN1PIZ8JP34JLR4AHA7LD88L10I7Z4EXXQ1U809EARQMDPC5R6SGROBMETUDUROLF6D1FXL7DNS3RN3YUTRDAQ33IG4SBDSSW1BR' where id=86; -update noar ti set v3='5O3T1GMMV5WZKHLLE4D7WBIRA8IXU5G0GN59ZXVVHO1MZ1ZX0OV2WKF8T2WO0T0SLLSIICP45RWG5HQOEIYN1TPYUBDKMK27ZTCZ8RX2WSSSXVJ80DH81WDBO2561HLQFMDZVG0R8D0X9FRYMKOOP79HUWBTRNN1PIZ8JP34JLR4AHA7LD88L10I7Z4EXXQ1U809EARQMDPC5R6SGROBMETUDUROLF6D1FXL7DNS3RN3YUTRDAQ33IG4SBDSSW1BR' where id=86; -update noar tt set v0='RK9SI16NM1A7MCANVK3R9G8FYUMGM6KMXTSLPZU5B0H49HV21G3UU53B1528OL2J8HTMVUK8C9XUU0ZVGLH34KRITAN8WYR6TSHFNSK80PO23SHFIJN1MG71IIX081OWSL5K18E7V1D8MTUSWSI45AKQ5L7SWRZYAXF335JIZOD9FKRAX4CMUDDRFMLVYQYCGJ6J9AINQ3PK5BBBDBF7QH7HQ3MYDVM27K0G4MGAWSZT7E0NX9BDPHH7GJ8TISHFR' where id=87; -update noar ti set v0='RK9SI16NM1A7MCANVK3R9G8FYUMGM6KMXTSLPZU5B0H49HV21G3UU53B1528OL2J8HTMVUK8C9XUU0ZVGLH34KRITAN8WYR6TSHFNSK80PO23SHFIJN1MG71IIX081OWSL5K18E7V1D8MTUSWSI45AKQ5L7SWRZYAXF335JIZOD9FKRAX4CMUDDRFMLVYQYCGJ6J9AINQ3PK5BBBDBF7QH7HQ3MYDVM27K0G4MGAWSZT7E0NX9BDPHH7GJ8TISHFR' where id=87; -update noar tt set v1='TN96X4NAF2C5LBAMTZX2JD9FO5CP93EUH9USZH2EYSJG3A99UNMZCY3GOSDMEBYLFCGS6UIHQW71B315JRA6CY1H41ERF40Y2OEKH2WHJCUPACHYNE42KUGV00DPXD49COYTO5RN23SHAWSD1C66NCXAMIZARETT1SRRPHRRZX9KJ2EYB1AQCK11G7JGB49ENBBFL3Z0Q685MN1XWZZZRDI7WWYBU19PRNDDLECA6YTOCX3UHJW0EG58FPQ6LBVKD' where id=87; -update noar ti set v1='TN96X4NAF2C5LBAMTZX2JD9FO5CP93EUH9USZH2EYSJG3A99UNMZCY3GOSDMEBYLFCGS6UIHQW71B315JRA6CY1H41ERF40Y2OEKH2WHJCUPACHYNE42KUGV00DPXD49COYTO5RN23SHAWSD1C66NCXAMIZARETT1SRRPHRRZX9KJ2EYB1AQCK11G7JGB49ENBBFL3Z0Q685MN1XWZZZRDI7WWYBU19PRNDDLECA6YTOCX3UHJW0EG58FPQ6LBVKD' where id=87; -update noar tt set v2='T384QCH1DSJS1RRGH05VTWE6V6AL8UHQ2WNF6H9DFPM89DVGMAJKSG46W3DC27PH17YO7DXEF8D7L1AR6FS9F1EF2Y06M2BWGZS33XB5H2NG0GWGXZH2HUOEKLCTGNBG4QYKKX0OF0WDJWSIOQ5OFIGD2XWEGGNDIU056WCMUU7J5NT7TPATBZG96PG8XB39C7QE6XEDKXKMN6JGAWWDU9G96ZL5WZEX3EXJ8RCDLI9OYFCIFE2YAJB16J9HIVYIB' where id=87; -update noar ti set v2='T384QCH1DSJS1RRGH05VTWE6V6AL8UHQ2WNF6H9DFPM89DVGMAJKSG46W3DC27PH17YO7DXEF8D7L1AR6FS9F1EF2Y06M2BWGZS33XB5H2NG0GWGXZH2HUOEKLCTGNBG4QYKKX0OF0WDJWSIOQ5OFIGD2XWEGGNDIU056WCMUU7J5NT7TPATBZG96PG8XB39C7QE6XEDKXKMN6JGAWWDU9G96ZL5WZEX3EXJ8RCDLI9OYFCIFE2YAJB16J9HIVYIB' where id=87; -update noar tt set v3='34R1ZKMFJ8SX79GP3IALW65FZOXKUI1KQ2OL23AJJN0W2ND1OO55MKGL4T2FSQHI52QNX5YE79DU2F7LJX8RBS2OF6QYKG9JI59HVQOZEIDQKWMS7EVYJDWONOI7DJ20TNQK3BA1BLFUY45WHTJQ2BTIYSDZ168G0BSZJ4MFMNR5M8DQZJTW23HYCRKS76FWBRYZ0CAYQ9L8S6ZAWG1K0MYE1YHDFYF3YBCMIRCEVNMGBGZRM3ZU4G880PXYYW30V' where id=87; -update noar ti set v3='34R1ZKMFJ8SX79GP3IALW65FZOXKUI1KQ2OL23AJJN0W2ND1OO55MKGL4T2FSQHI52QNX5YE79DU2F7LJX8RBS2OF6QYKG9JI59HVQOZEIDQKWMS7EVYJDWONOI7DJ20TNQK3BA1BLFUY45WHTJQ2BTIYSDZ168G0BSZJ4MFMNR5M8DQZJTW23HYCRKS76FWBRYZ0CAYQ9L8S6ZAWG1K0MYE1YHDFYF3YBCMIRCEVNMGBGZRM3ZU4G880PXYYW30V' where id=87; -update noar tt set v0='DNVW1TBYCZQ3SL3XBDAH2PBKT2GT9HVF11P4N18WNEXIHO2OUCPQTI9D1Z2TKACRVOD8OMFK2PSIYA0D15YG29PNDPX1BJ9H7C447JQB0IYFUE9GJGGAYVUDDMTV75J5R1N3SXK69GTG07N4ESJ2YOSP5F69XKSJ3FBMF5D9NTU3HHDWIMEYIL17X0WSHYJFV3YXWOCWSF3E44MJ310M5EG4YHB86C3O92HS8LP6Z8IC9KOLSOA8QC5JPUSSGOPNH' where id=88; -update noar ti set v0='DNVW1TBYCZQ3SL3XBDAH2PBKT2GT9HVF11P4N18WNEXIHO2OUCPQTI9D1Z2TKACRVOD8OMFK2PSIYA0D15YG29PNDPX1BJ9H7C447JQB0IYFUE9GJGGAYVUDDMTV75J5R1N3SXK69GTG07N4ESJ2YOSP5F69XKSJ3FBMF5D9NTU3HHDWIMEYIL17X0WSHYJFV3YXWOCWSF3E44MJ310M5EG4YHB86C3O92HS8LP6Z8IC9KOLSOA8QC5JPUSSGOPNH' where id=88; -update noar tt set v1='GW13J18GQ36UC12VUK84ZG4YWTO84BNLSZYIODIQLK3F8JFJCPCQW5ZRZWZOA5Q1T0DBVGRZWHXSN5RZR02WGMGAVX6LCGNKMD1CKJVSKWBVVTZU1G984S44DWNN75D9EVQ5ZR3SCQK65270ZR7G83I3KOWQH0SJV18IKOA2CYDH7CTFO743W6O9W5A2H40DEUPVGB53VQ2D6YZQBS8S82P4G06VSANHDUXF0L5T9PJPB4TBM2TNJR1W6FWSSXZAT' where id=88; -update noar ti set v1='GW13J18GQ36UC12VUK84ZG4YWTO84BNLSZYIODIQLK3F8JFJCPCQW5ZRZWZOA5Q1T0DBVGRZWHXSN5RZR02WGMGAVX6LCGNKMD1CKJVSKWBVVTZU1G984S44DWNN75D9EVQ5ZR3SCQK65270ZR7G83I3KOWQH0SJV18IKOA2CYDH7CTFO743W6O9W5A2H40DEUPVGB53VQ2D6YZQBS8S82P4G06VSANHDUXF0L5T9PJPB4TBM2TNJR1W6FWSSXZAT' where id=88; -update noar tt set v2='SLLOG6Y0TRHMWJPJGW0L2FDLS2Q3G34KHNE8J449EDWWZ47C8S11YRHBX596S9ICBURRQWMRL7ATMNMYYXB0BH285X9X1668IW1O57SU4F0SH3S54SHDXWNPXEUGKQD3B77KJ0Y959U0J5R3OP0KSARQLN992RNYPEB0KFLF1ES11TO8CWB8N2GDMDYU2PXR950GFSBVDDC7JDBXEUK6E8OK18TZE45NPERBGE01LJZ9DBUF8X7DSTCF8800SJSK8' where id=88; -update noar ti set v2='SLLOG6Y0TRHMWJPJGW0L2FDLS2Q3G34KHNE8J449EDWWZ47C8S11YRHBX596S9ICBURRQWMRL7ATMNMYYXB0BH285X9X1668IW1O57SU4F0SH3S54SHDXWNPXEUGKQD3B77KJ0Y959U0J5R3OP0KSARQLN992RNYPEB0KFLF1ES11TO8CWB8N2GDMDYU2PXR950GFSBVDDC7JDBXEUK6E8OK18TZE45NPERBGE01LJZ9DBUF8X7DSTCF8800SJSK8' where id=88; -update noar tt set v3='8GBW401CC5Z6KC7IE4JOA48GDBLMJ9PY5HU3YD5DODCXQRSR2D58UQDFT7YLOS68YYPS3SCL3PORB5J194DJ9APTD8QWHU4KUOY9WRG200VZSXILE5TVKGCFOVYAOSTV7EP33L0XGR5BHMI0K80Y6UP7Q008MBWJHB7V0N10YIKAKABAO2S9O15VNOQYIZ599FUOG7EF0PCYLBMRPAZAR2CKQJXNU79QJA5XVN14KR5RP6GWN0G65BUEMR0BLKZHA' where id=88; -update noar ti set v3='8GBW401CC5Z6KC7IE4JOA48GDBLMJ9PY5HU3YD5DODCXQRSR2D58UQDFT7YLOS68YYPS3SCL3PORB5J194DJ9APTD8QWHU4KUOY9WRG200VZSXILE5TVKGCFOVYAOSTV7EP33L0XGR5BHMI0K80Y6UP7Q008MBWJHB7V0N10YIKAKABAO2S9O15VNOQYIZ599FUOG7EF0PCYLBMRPAZAR2CKQJXNU79QJA5XVN14KR5RP6GWN0G65BUEMR0BLKZHA' where id=88; -update noar tt set v0='FCRMBUNPXV0ZIOJJMOMTNE1QMTOUTP1AOPLK6LI5LU30190RB7KTZI19K51G3YRETK884VCNCO9QVLZZY5PUPE477R97K0RKIQL1QPDYIQPZCT6QRPOFGY4SQQLC1V8CQBKHVXJLMWUGGKMP8G7X92SISFO1CU8FZHFL015OV934K0KY7EZIE2NLES3JJX6CRLRAR9MGQPQLZYRZFG9H112GLGEANKI3U91MSJ2GKYSQ1NHODGODALC7E32AMKTZ1' where id=89; -update noar ti set v0='FCRMBUNPXV0ZIOJJMOMTNE1QMTOUTP1AOPLK6LI5LU30190RB7KTZI19K51G3YRETK884VCNCO9QVLZZY5PUPE477R97K0RKIQL1QPDYIQPZCT6QRPOFGY4SQQLC1V8CQBKHVXJLMWUGGKMP8G7X92SISFO1CU8FZHFL015OV934K0KY7EZIE2NLES3JJX6CRLRAR9MGQPQLZYRZFG9H112GLGEANKI3U91MSJ2GKYSQ1NHODGODALC7E32AMKTZ1' where id=89; -update noar tt set v1='6EQU2GAN65WL56K1TYSN7AFNU8K57HVH69I0Y3QT3GQH45WKSIP2BO09XH3WC5LTY1C4TAZME92F6VEM89INT48S3QGD6T2UT38XMYNPBI024UNZO36CS3ICGQY6TK9QZ285KD1908YPDDI1PIFN9OINOCU6UR021EGCXFOE0KD7FF4BWG6K9UMTRV47AL2B7SWZNQ8UYQ3NKOOEFPMDX08IFCXADPTY72O3CERKLI4KK6N9QL8VYLHUSJ6W27X0C' where id=89; -update noar ti set v1='6EQU2GAN65WL56K1TYSN7AFNU8K57HVH69I0Y3QT3GQH45WKSIP2BO09XH3WC5LTY1C4TAZME92F6VEM89INT48S3QGD6T2UT38XMYNPBI024UNZO36CS3ICGQY6TK9QZ285KD1908YPDDI1PIFN9OINOCU6UR021EGCXFOE0KD7FF4BWG6K9UMTRV47AL2B7SWZNQ8UYQ3NKOOEFPMDX08IFCXADPTY72O3CERKLI4KK6N9QL8VYLHUSJ6W27X0C' where id=89; -update noar tt set v2='8HX17TDB7IF28USMJSYVWPAA9AZPVRPKXJDV85TFUCDIEOYZJE40S4X4UMZGJEHGJEOO4A332NTFXGGCM09JD8Y32UIBGQ21O3097C2COQ3394DK9XLEY5R1RL453GFYTDSJH8BW5FKAQ8HJ3O7M6DHCK10IWF20OES5WNCTR08740BX4HQFIVYG3U6UAP6BMMTXAA7LPC6ODPJM22RZNEJ8BUX06QWISLQIXBDUEZIXNDXD3N5MLY1EYXPP3WJSO' where id=89; -update noar ti set v2='8HX17TDB7IF28USMJSYVWPAA9AZPVRPKXJDV85TFUCDIEOYZJE40S4X4UMZGJEHGJEOO4A332NTFXGGCM09JD8Y32UIBGQ21O3097C2COQ3394DK9XLEY5R1RL453GFYTDSJH8BW5FKAQ8HJ3O7M6DHCK10IWF20OES5WNCTR08740BX4HQFIVYG3U6UAP6BMMTXAA7LPC6ODPJM22RZNEJ8BUX06QWISLQIXBDUEZIXNDXD3N5MLY1EYXPP3WJSO' where id=89; -update noar tt set v3='CBRMEQSGVPKJX84L68LRNFB0JZJPHNF5LK23C8AEWQVCQZK5HZEVLRMIDN30PYWM2WACK8ACXR35ESB7CGJ5TLS6V4U237T9EYG9IAXDR457QY9NAK7MTE9ZJDCGMV4YPDSH6R76KAEV9O49FH07VW70BDYVRMQS98H7RKMXYOGK4RG3QEN4Z3JB84WEF7JQ9JZG4VAH2KQ895HHU1851NOS6B7KAAPGLWJCI6R5YG1PIHXT8AVW8RGNO9V7BVIYK' where id=89; -update noar ti set v3='CBRMEQSGVPKJX84L68LRNFB0JZJPHNF5LK23C8AEWQVCQZK5HZEVLRMIDN30PYWM2WACK8ACXR35ESB7CGJ5TLS6V4U237T9EYG9IAXDR457QY9NAK7MTE9ZJDCGMV4YPDSH6R76KAEV9O49FH07VW70BDYVRMQS98H7RKMXYOGK4RG3QEN4Z3JB84WEF7JQ9JZG4VAH2KQ895HHU1851NOS6B7KAAPGLWJCI6R5YG1PIHXT8AVW8RGNO9V7BVIYK' where id=89; -update noar tt set v0='QNA1QO5V7X15MRHFIWTPM54OOJTILBI5FY0WNWBWVOYJLUHVG8BZJZ6DBDVXEW909DLE8BGIB2VZ47M8NR5B73H6NSQQMUAAZF39SL8UXAQ3BES3JK4F9MJZ09KNF12QFTH4XJLDR1L1XJUTYLBQEMXSA11NYZB0K9BJG32NKIO8OFJQ4E5B9G8B17E25AMDTNL6ZLO0BBTL6HOBGRXFLM3UOP10QT99G5LC5NF8Y6G7CB6TFCT3YOYYANM45YAKT' where id=90; -update noar ti set v0='QNA1QO5V7X15MRHFIWTPM54OOJTILBI5FY0WNWBWVOYJLUHVG8BZJZ6DBDVXEW909DLE8BGIB2VZ47M8NR5B73H6NSQQMUAAZF39SL8UXAQ3BES3JK4F9MJZ09KNF12QFTH4XJLDR1L1XJUTYLBQEMXSA11NYZB0K9BJG32NKIO8OFJQ4E5B9G8B17E25AMDTNL6ZLO0BBTL6HOBGRXFLM3UOP10QT99G5LC5NF8Y6G7CB6TFCT3YOYYANM45YAKT' where id=90; -update noar tt set v1='1O65WKW4MGFDEV2DBWXLKK49LPHD7VOP0S8XDJYTQKBO7WM00AKDVTT8XT5631B6W1XI2KSAEFY0SX7O3DL3EN17OD574EB2RWYCERM0A9Z1AOW0WZBC2AODEXUKZG11IQHJG4IYDUP89GEFWKEDWRADKOA9XHMV37JTFS0V6461KNPFFIJOIXP8QM341KJ0QOVA80OGYFT1CEBQ08DUR2EN0BSJCGHWA3CKZ3IUGRD1E6VV17QUOMY80FPO67BZP' where id=90; -update noar ti set v1='1O65WKW4MGFDEV2DBWXLKK49LPHD7VOP0S8XDJYTQKBO7WM00AKDVTT8XT5631B6W1XI2KSAEFY0SX7O3DL3EN17OD574EB2RWYCERM0A9Z1AOW0WZBC2AODEXUKZG11IQHJG4IYDUP89GEFWKEDWRADKOA9XHMV37JTFS0V6461KNPFFIJOIXP8QM341KJ0QOVA80OGYFT1CEBQ08DUR2EN0BSJCGHWA3CKZ3IUGRD1E6VV17QUOMY80FPO67BZP' where id=90; -update noar tt set v2='65BYX268QR2EMW17UX9AHB021U6H3MPCB9QJXOSO774S92U28DTREPO0VKC6ROIFYJ10TYA6K75TPX2PMZ1YS90ZJM076CZE721GD63RZAKK3W8MKD1Q7AEEQDIEIABRDWTD1SZ7WLE4XT9C9Z93RIIZY95V3IEUB3T2R6JAC3F2D9ND4MM7NNNWK48XYOEI6PH99T3R3ZO31UA2S3A2LJ4CBA4KGB4JNANILIQIV8ID55VUVDEZ4V8YUD7XSJ2U5' where id=90; -update noar ti set v2='65BYX268QR2EMW17UX9AHB021U6H3MPCB9QJXOSO774S92U28DTREPO0VKC6ROIFYJ10TYA6K75TPX2PMZ1YS90ZJM076CZE721GD63RZAKK3W8MKD1Q7AEEQDIEIABRDWTD1SZ7WLE4XT9C9Z93RIIZY95V3IEUB3T2R6JAC3F2D9ND4MM7NNNWK48XYOEI6PH99T3R3ZO31UA2S3A2LJ4CBA4KGB4JNANILIQIV8ID55VUVDEZ4V8YUD7XSJ2U5' where id=90; -update noar tt set v3='F7WXSO2SLKFA4VR40QPR2YZ37UXZPGOMKSWGDLZCNOUIOQBOLDW5W0ZJPET3F5WLHT7LLZUJ0P4EOHESDFZ06ESFSYS0NHPO0XGS1N0LM5F9BVIKILIPGRNNWF9GFQQ0O6E7QW1CSWWYL0EKR4NI04VWUHM9OJ40YLWCU7WRW8Q35E1KWXT1MYAVCHBOHH01VZQORV1YIQ4IWMJFZC53KETY0OPLGRH3W398VMW02YLY0IQN6CDFSDASH1Q1B1ODI' where id=90; -update noar ti set v3='F7WXSO2SLKFA4VR40QPR2YZ37UXZPGOMKSWGDLZCNOUIOQBOLDW5W0ZJPET3F5WLHT7LLZUJ0P4EOHESDFZ06ESFSYS0NHPO0XGS1N0LM5F9BVIKILIPGRNNWF9GFQQ0O6E7QW1CSWWYL0EKR4NI04VWUHM9OJ40YLWCU7WRW8Q35E1KWXT1MYAVCHBOHH01VZQORV1YIQ4IWMJFZC53KETY0OPLGRH3W398VMW02YLY0IQN6CDFSDASH1Q1B1ODI' where id=90; -update noar tt set v0='BXN41P3XDML9LI2WGX6SEKTREEUJNC35ESVWNYC7KDI5VYTDS26N06JCUKZVEFEOZZMB6YHN590EZT2OUT11DU61HL2R4BGQSSE16GWP0VOBUGPGL1BEDOTUTM0IMSI40F5A0LAK5LZ7IQLLC79LG4XCRBO5G23SLT6P1KXD1KX61086ME55Z1ODH6T4VIM3IJEKXBB7JEI7UQ0FRHP9YCCBNZ40UUVW982ZVILNCFK1XBXCK5SXJDZB921KRQQMK' where id=91; -update noar ti set v0='BXN41P3XDML9LI2WGX6SEKTREEUJNC35ESVWNYC7KDI5VYTDS26N06JCUKZVEFEOZZMB6YHN590EZT2OUT11DU61HL2R4BGQSSE16GWP0VOBUGPGL1BEDOTUTM0IMSI40F5A0LAK5LZ7IQLLC79LG4XCRBO5G23SLT6P1KXD1KX61086ME55Z1ODH6T4VIM3IJEKXBB7JEI7UQ0FRHP9YCCBNZ40UUVW982ZVILNCFK1XBXCK5SXJDZB921KRQQMK' where id=91; -update noar tt set v1='0DJTGK5SQ2C28D1BRS9HVJM0M4SZ50LG6X8YOOC5GYAH2PQE6CWM74QNRVW2LBKF0C97R9WAMPNZCB9CM9MRVDOBVBZZE09OPIWOFARJ0SCX6F9EPJBJT7R8MWD17FB9LIPLBXADYPIVX7DKNJFVT4OE54BVLU3WIA35ODGXW2A9ZK6B6G83WS7LLRTCTGY0E3EYGMXL8LPKU5FPAUJO3MQ3LIPUPWPF66XZWFOF25GCRAN0DHTL2QEHG2C53UCY5' where id=91; -update noar ti set v1='0DJTGK5SQ2C28D1BRS9HVJM0M4SZ50LG6X8YOOC5GYAH2PQE6CWM74QNRVW2LBKF0C97R9WAMPNZCB9CM9MRVDOBVBZZE09OPIWOFARJ0SCX6F9EPJBJT7R8MWD17FB9LIPLBXADYPIVX7DKNJFVT4OE54BVLU3WIA35ODGXW2A9ZK6B6G83WS7LLRTCTGY0E3EYGMXL8LPKU5FPAUJO3MQ3LIPUPWPF66XZWFOF25GCRAN0DHTL2QEHG2C53UCY5' where id=91; -update noar tt set v2='F8I1Y2DS2GMRUL65S8BAZFCRBOWFU5U9X4C5NAD6TE0Z5OP536AWFCQ3HFLSXVIMGKRFWK4JYZWDMA60LP1FBHRXH1ZIW8HNY39U4XQGDNW95XXM6JL6F0TFFPEEIV0RPC8HOCSVPHCLOW5A144F48952XEEFEZ46AFAKHJGU71GVXVWLZ7KFX84HM6ANUSKF2AAQ6OK4Y8IZHFURJX5ZXC8PHOUU6XEKFHBIWDNK70X6HINH8TN4HFHIL6QN5KPI' where id=91; -update noar ti set v2='F8I1Y2DS2GMRUL65S8BAZFCRBOWFU5U9X4C5NAD6TE0Z5OP536AWFCQ3HFLSXVIMGKRFWK4JYZWDMA60LP1FBHRXH1ZIW8HNY39U4XQGDNW95XXM6JL6F0TFFPEEIV0RPC8HOCSVPHCLOW5A144F48952XEEFEZ46AFAKHJGU71GVXVWLZ7KFX84HM6ANUSKF2AAQ6OK4Y8IZHFURJX5ZXC8PHOUU6XEKFHBIWDNK70X6HINH8TN4HFHIL6QN5KPI' where id=91; -update noar tt set v3='07LV3REF60SP7BB98CU8BRJBQ25JIZLU3N8I2AZ9FFSGQ30KLL7SAKRXPAFPD8WCOWAA0TYIZZY5AW0FNIPK20O38ZT140QWG1DXMDBT34FIF6U9W0RN2OXGU9MV56PHM2PAG2X3OS5C7I2QEQBK4ORKIRWCEV40KJ14CENPXWKJ1E75LU7OYWHD584HTN537T7H0JDD83PD1Y3OYOO12LZ560PMDZ895PH1SUWELWAEZPO6QU9T6YDEGMKPHKATD' where id=91; -update noar ti set v3='07LV3REF60SP7BB98CU8BRJBQ25JIZLU3N8I2AZ9FFSGQ30KLL7SAKRXPAFPD8WCOWAA0TYIZZY5AW0FNIPK20O38ZT140QWG1DXMDBT34FIF6U9W0RN2OXGU9MV56PHM2PAG2X3OS5C7I2QEQBK4ORKIRWCEV40KJ14CENPXWKJ1E75LU7OYWHD584HTN537T7H0JDD83PD1Y3OYOO12LZ560PMDZ895PH1SUWELWAEZPO6QU9T6YDEGMKPHKATD' where id=91; -update noar tt set v0='H7VXGSD9HW21CEJZEQ0ZKAQCDS7DHN0W2G4R6SH8QCCB9S6NYXSDD5LV0G3GGT771ODS8M3A4QBBB6I2IOVIUDU66UJME4MH3YBNVXCE40ABPQLHTGYCKHGSTBCT9P48UFW9YDZYK5DBNLELLCASRUQXBQP3GWWWRNHTIHTCKVCXEDEFXNEY9KNMVEC08DH028T8HBFH1T7TF3AN21LC205WX344A9ZKPNRIUI18IG03VBWUUO2NMB2SHH99066IE' where id=92; -update noar ti set v0='H7VXGSD9HW21CEJZEQ0ZKAQCDS7DHN0W2G4R6SH8QCCB9S6NYXSDD5LV0G3GGT771ODS8M3A4QBBB6I2IOVIUDU66UJME4MH3YBNVXCE40ABPQLHTGYCKHGSTBCT9P48UFW9YDZYK5DBNLELLCASRUQXBQP3GWWWRNHTIHTCKVCXEDEFXNEY9KNMVEC08DH028T8HBFH1T7TF3AN21LC205WX344A9ZKPNRIUI18IG03VBWUUO2NMB2SHH99066IE' where id=92; -update noar tt set v1='2N6GCHM78TBIOTYBHCCFIK5XYNKK9VF149X3QNY6WNKUJR4BYLACQ3W6PRPDPXIAITO1SG245S6U0NII5UDL09PAI00QI0RS2LWLSA7BVNZW8K3OK87SCA4P41F7OJW85FBU4M1EM4JMWUXZULX2UDXKZ3TJDWE6XWAHH0V6SVYHAIA9N1NNDA8HIZ2Y6O6NEFD9CM9LGO7FYQEV12UMR1KD2XZFMLECCQHISM5ILMEGM9FIOMNPUAVD7GSOFPIDC' where id=92; -update noar ti set v1='2N6GCHM78TBIOTYBHCCFIK5XYNKK9VF149X3QNY6WNKUJR4BYLACQ3W6PRPDPXIAITO1SG245S6U0NII5UDL09PAI00QI0RS2LWLSA7BVNZW8K3OK87SCA4P41F7OJW85FBU4M1EM4JMWUXZULX2UDXKZ3TJDWE6XWAHH0V6SVYHAIA9N1NNDA8HIZ2Y6O6NEFD9CM9LGO7FYQEV12UMR1KD2XZFMLECCQHISM5ILMEGM9FIOMNPUAVD7GSOFPIDC' where id=92; -update noar tt set v2='G16HEGDGKKWUES48KP5L801HZCUEAXCXJL2BMISXVWNPEHU0JQHJEOSVACMAUBMSQ79WEU2PZ8JX92V0TU9078Y0MQTAD3J1MNOIOPR79PB08RM87H624K39SRQZWA2BITVAJ6NWOOG2RGVMJS4NHOU49YHNRCWCOYGA5YQ2ODWH3C6GJ10Y1G7Q8KDGSEEOLWMHQB3ULOBIANT2L205WTVJ3X1LCQL4DR99KTTFM4GT339FPROE2ED00B781TS3B' where id=92; -update noar ti set v2='G16HEGDGKKWUES48KP5L801HZCUEAXCXJL2BMISXVWNPEHU0JQHJEOSVACMAUBMSQ79WEU2PZ8JX92V0TU9078Y0MQTAD3J1MNOIOPR79PB08RM87H624K39SRQZWA2BITVAJ6NWOOG2RGVMJS4NHOU49YHNRCWCOYGA5YQ2ODWH3C6GJ10Y1G7Q8KDGSEEOLWMHQB3ULOBIANT2L205WTVJ3X1LCQL4DR99KTTFM4GT339FPROE2ED00B781TS3B' where id=92; -update noar tt set v3='LUISH4SMBA0GU26E7EF5Y20881057BZ283VUJWLUVQP3MCCUT3MPCUAT8A9JRYBBRG089V2NHO6QO69K4XO79JWJ72XKSXZWF79JLPEWIQ0HBJ5TEZ1YWGF8Y94Y1POPFGODNIAXHIEU46OXVBUMJDNRSRRT7BXU9NAAY3RWR904XELIR79XFF8NFTODWO3TSU4ZMS84AKULST7D9TGW6XFVA8HXM2PVAQHGWSHRLTVCS2GX8201YGG9HJJBYIVU2' where id=92; -update noar ti set v3='LUISH4SMBA0GU26E7EF5Y20881057BZ283VUJWLUVQP3MCCUT3MPCUAT8A9JRYBBRG089V2NHO6QO69K4XO79JWJ72XKSXZWF79JLPEWIQ0HBJ5TEZ1YWGF8Y94Y1POPFGODNIAXHIEU46OXVBUMJDNRSRRT7BXU9NAAY3RWR904XELIR79XFF8NFTODWO3TSU4ZMS84AKULST7D9TGW6XFVA8HXM2PVAQHGWSHRLTVCS2GX8201YGG9HJJBYIVU2' where id=92; -update noar tt set v0='6UM3F9UHKZ2ISW2FI8IPN1UCATLKVC6A1P6VJ39XLK8NZCF2RWCCOBH4VA4BTUR3LLNYTX6MJG5Z1TXIFP2KJQTPC4TJ2DPT67Q2FF6D7UVVMUUYESVEOJNA0TWCJOT8V2K0K575TXS3E1C4G199SXD0HD1MGJ253WZKPWNQLHQPCXRJDRF4AI1BW96Y9GVDKPNDNGNM2YYV8ASQPH78B8E6K5XGAXMMUDHA6CCSZUNDYMEPK8UGJXDUVG945DJUU' where id=93; -update noar ti set v0='6UM3F9UHKZ2ISW2FI8IPN1UCATLKVC6A1P6VJ39XLK8NZCF2RWCCOBH4VA4BTUR3LLNYTX6MJG5Z1TXIFP2KJQTPC4TJ2DPT67Q2FF6D7UVVMUUYESVEOJNA0TWCJOT8V2K0K575TXS3E1C4G199SXD0HD1MGJ253WZKPWNQLHQPCXRJDRF4AI1BW96Y9GVDKPNDNGNM2YYV8ASQPH78B8E6K5XGAXMMUDHA6CCSZUNDYMEPK8UGJXDUVG945DJUU' where id=93; -update noar tt set v1='YKWISDDQSSG39UNNF5QG83YL6DMBAHKQU8T0PL26YQZOXG9W88HDT3Y8KLT7DTE2L38PYB9WTVFDYTJIBPDHX6XGSXPIWJGTHE9V559KPQ3OE06IRVHHLZRFDO92THBD28WACKKVNZ3X4Y00QSPO346NFI0HOBW624AYXFLVFL884RBAEV0T59MSC0TRBB2EJQAKMDMIUNJB93UY6OXVE0TL98SKMUT7AVYSZ49ONUR9CLJ1MY05AH3QMTBTSCG0A' where id=93; -update noar ti set v1='YKWISDDQSSG39UNNF5QG83YL6DMBAHKQU8T0PL26YQZOXG9W88HDT3Y8KLT7DTE2L38PYB9WTVFDYTJIBPDHX6XGSXPIWJGTHE9V559KPQ3OE06IRVHHLZRFDO92THBD28WACKKVNZ3X4Y00QSPO346NFI0HOBW624AYXFLVFL884RBAEV0T59MSC0TRBB2EJQAKMDMIUNJB93UY6OXVE0TL98SKMUT7AVYSZ49ONUR9CLJ1MY05AH3QMTBTSCG0A' where id=93; -update noar tt set v2='N6G5M55YHRV5QNDIY7ZFPZIKZ7TFVFI6Z3XKQLIJO2HKLZHCHX9G2CIH36W914OKMBD836RBCIVUJVZWVACMQODIIIWQQ906J52X05BH83DI75YTYPST28HHEP748FPM8OATD5T9F1BR0A62MA4F1OCON588906QQD9NSJFUFUI90BYEWZLYJZ49LVUMSXKQDIGEK303GQS6L4QILZKIC46MW0GNXSH4T8ZCRKMPWUDGFK55RC49BT6UPDVJK0NM8' where id=93; -update noar ti set v2='N6G5M55YHRV5QNDIY7ZFPZIKZ7TFVFI6Z3XKQLIJO2HKLZHCHX9G2CIH36W914OKMBD836RBCIVUJVZWVACMQODIIIWQQ906J52X05BH83DI75YTYPST28HHEP748FPM8OATD5T9F1BR0A62MA4F1OCON588906QQD9NSJFUFUI90BYEWZLYJZ49LVUMSXKQDIGEK303GQS6L4QILZKIC46MW0GNXSH4T8ZCRKMPWUDGFK55RC49BT6UPDVJK0NM8' where id=93; -update noar tt set v3='J9S8RYACHQS0ADM472FULUJXP503SSWYBZXY5K5DRPUOLAY1FPK0FT04IL4TFTBTLGX4VAB1EO8ZUC9U0HUABJZOEQO85GPSQ8S4O5P7YK8Q4K7QPV3HZU0IA8J9F88CBG1Y6XXC4VQAZA3CGSFO491GH47YQ8R6Z0F67MPGUAL7Z76IF2E4YBR1E0L018VBICHAF24JQEX03C9A6UHNFW45A0XP9W6GOOTF0CEF5Z6BJBK0VSZG4FIJ2BRCAKAIQ' where id=93; -update noar ti set v3='J9S8RYACHQS0ADM472FULUJXP503SSWYBZXY5K5DRPUOLAY1FPK0FT04IL4TFTBTLGX4VAB1EO8ZUC9U0HUABJZOEQO85GPSQ8S4O5P7YK8Q4K7QPV3HZU0IA8J9F88CBG1Y6XXC4VQAZA3CGSFO491GH47YQ8R6Z0F67MPGUAL7Z76IF2E4YBR1E0L018VBICHAF24JQEX03C9A6UHNFW45A0XP9W6GOOTF0CEF5Z6BJBK0VSZG4FIJ2BRCAKAIQ' where id=93; -update noar tt set v0='EM1A2R5V41XC5VG64YL53YNWNO51KR6QDFUJ3UKIYHLJUNTBLDO4VOG57KJOTC86GLLWXWN0N72CQ4CZYYKNAYKG8CAGHPW1QIIFJ2F4IBYQO7O7C6LWEM1BJM0W89K55HPPUNB2V119E0LN0QP5ICRCF9YQ239HLOEE3XE8H6W0S63RPOQ6RBTX8H5IWPT4PWX1L9EEDPRB8819EX12GH05AQZLDUZ0Z0IRGOE4XCCRE5KM311EN5Z6W3JCGDKDQ' where id=94; -update noar ti set v0='EM1A2R5V41XC5VG64YL53YNWNO51KR6QDFUJ3UKIYHLJUNTBLDO4VOG57KJOTC86GLLWXWN0N72CQ4CZYYKNAYKG8CAGHPW1QIIFJ2F4IBYQO7O7C6LWEM1BJM0W89K55HPPUNB2V119E0LN0QP5ICRCF9YQ239HLOEE3XE8H6W0S63RPOQ6RBTX8H5IWPT4PWX1L9EEDPRB8819EX12GH05AQZLDUZ0Z0IRGOE4XCCRE5KM311EN5Z6W3JCGDKDQ' where id=94; -update noar tt set v1='L9285JDY5DEB8H70RKSOD83JCPQUWT53CZRDGNN1R9ZRC35X0TBD4891YTTT2D559HOXMMVK4A6U2NRUXS3HJMQCZLWT7WS8XB45UW60W42PWUPULIFE3G1H5B2DD3FUW9YCS56KF4OBHTXWOD9F93GTOE5185M4IVS9FNTX75UZ1WYDSRR8GE41R1VKLGTV0M8SNLCOJEEZT191YRIA71F1CG4EBDG3ZN1QCZ7O2HSQ35GEKBHTSNWW8FG0QW0MP' where id=94; -update noar ti set v1='L9285JDY5DEB8H70RKSOD83JCPQUWT53CZRDGNN1R9ZRC35X0TBD4891YTTT2D559HOXMMVK4A6U2NRUXS3HJMQCZLWT7WS8XB45UW60W42PWUPULIFE3G1H5B2DD3FUW9YCS56KF4OBHTXWOD9F93GTOE5185M4IVS9FNTX75UZ1WYDSRR8GE41R1VKLGTV0M8SNLCOJEEZT191YRIA71F1CG4EBDG3ZN1QCZ7O2HSQ35GEKBHTSNWW8FG0QW0MP' where id=94; -update noar tt set v2='F842MVCK5O8AOUPAR46T9N3CEHMQ13UQ8O0IN85DDVFPXA2I8Q5AQPANL8W707TTT43IG61TWRG691QPFNZXPYKH197MVWJYQ57RD4DZ95P6XEQB5KA1P7NON14H5D44WVRSVKYIGVRI28EXMEZKYNEBYH6LX8OIBOJ4YXLO06JZ9K65B7CKO64L7XXAGL6HLES0DOGOLXV5QKA8MUFJHM091ETPZUZ18MN0JLSQ0LFAZNM80CB5ZCBWSJVM4Q4DE' where id=94; -update noar ti set v2='F842MVCK5O8AOUPAR46T9N3CEHMQ13UQ8O0IN85DDVFPXA2I8Q5AQPANL8W707TTT43IG61TWRG691QPFNZXPYKH197MVWJYQ57RD4DZ95P6XEQB5KA1P7NON14H5D44WVRSVKYIGVRI28EXMEZKYNEBYH6LX8OIBOJ4YXLO06JZ9K65B7CKO64L7XXAGL6HLES0DOGOLXV5QKA8MUFJHM091ETPZUZ18MN0JLSQ0LFAZNM80CB5ZCBWSJVM4Q4DE' where id=94; -update noar tt set v3='QICNQOQ99XPHAVUQG48270CPQ4D75H315M4HZI66FFPUF4PL08FHH58CA6MK8H8Z74ASTHEIUXBS580BYVBEC8MFDH6WH8HOODJUMRQA1JA7GTJ61KAM2CEGHF9VNCNZ90PGJ2A3C3MPUVYDMGKMFAVJ87WXK21WU49KM7PTBMSF7EG60TBO2VRWA2KB9A7E3ZUH9Y53AW0N4JBN19ZCHUM1NRAEIPH0SZKCPO22EH56QDQ3OG1QUPZ63U1M2MJPU' where id=94; -update noar ti set v3='QICNQOQ99XPHAVUQG48270CPQ4D75H315M4HZI66FFPUF4PL08FHH58CA6MK8H8Z74ASTHEIUXBS580BYVBEC8MFDH6WH8HOODJUMRQA1JA7GTJ61KAM2CEGHF9VNCNZ90PGJ2A3C3MPUVYDMGKMFAVJ87WXK21WU49KM7PTBMSF7EG60TBO2VRWA2KB9A7E3ZUH9Y53AW0N4JBN19ZCHUM1NRAEIPH0SZKCPO22EH56QDQ3OG1QUPZ63U1M2MJPU' where id=94; -update noar tt set v0='9NBLHVQLDNQ58F9OZYQZZTUACHVCAMHNEXEAP7NOQ2T4U0HFQDPZ4BISMVIASTZZ05B23MB87WEBPHD44RKLV7RY6WGRE35U77HEM1I8FF22AE4915ACNLA27ICTZA7OI6H530Z5EU0AMFKGQJXIGYV1JA0IC7O7KINMXDTXYA7G83SPNAQPFB8WN0HN1704DRRFZ1KEW5RB68G9X100OY8SZ9CFN3B10JTCSMD2JJB27U2FO5AEB4TU9XWVK84DM' where id=95; -update noar ti set v0='9NBLHVQLDNQ58F9OZYQZZTUACHVCAMHNEXEAP7NOQ2T4U0HFQDPZ4BISMVIASTZZ05B23MB87WEBPHD44RKLV7RY6WGRE35U77HEM1I8FF22AE4915ACNLA27ICTZA7OI6H530Z5EU0AMFKGQJXIGYV1JA0IC7O7KINMXDTXYA7G83SPNAQPFB8WN0HN1704DRRFZ1KEW5RB68G9X100OY8SZ9CFN3B10JTCSMD2JJB27U2FO5AEB4TU9XWVK84DM' where id=95; -update noar tt set v1='7L00YVBJPY9IW9O7HBYHE7WBV2FO3JQDPZWU1M4V8XQIPH9DACJL3T4I9I19NSIE0RIPBVD11AH7BI366XHDF3930OHLV3ID9ST0GW1PWMR9EPF9RGCLQ6I9YLID6EGNP3ZT25FK9U4195J0F8TWZH88F3K39AKNV1BY0N6BYC2I55EUW3970MR06I0YL40KAGKZY50S3WFOGAK9ST7FC8WQDRUSO6V7DIPO7612R16NKS46Z30FBWC7G331Z6O70' where id=95; -update noar ti set v1='7L00YVBJPY9IW9O7HBYHE7WBV2FO3JQDPZWU1M4V8XQIPH9DACJL3T4I9I19NSIE0RIPBVD11AH7BI366XHDF3930OHLV3ID9ST0GW1PWMR9EPF9RGCLQ6I9YLID6EGNP3ZT25FK9U4195J0F8TWZH88F3K39AKNV1BY0N6BYC2I55EUW3970MR06I0YL40KAGKZY50S3WFOGAK9ST7FC8WQDRUSO6V7DIPO7612R16NKS46Z30FBWC7G331Z6O70' where id=95; -update noar tt set v2='OFUU24WX9EHGQZ1N5TXO5UTFNSKI6E4IMUTUVAAWTLEHBDLDRT0AUOGTYHWUD3RSS7XB960DTMJVOJ7TBOP9LMDJL4I70JF64QYLTPDBI9YSQ7V24PF5WYUOB3ZB8Z32NFNO12JHD8CT16LA09E12NMCK1YPETDW2JIHHAI5984I9YY5DX5TKGWRN67G0RZT13HPMEX910PYZ97DRX7GK7Z58Y908MCH9I6C2W7B5TGH6ZLX72K3ZIV7UTZRXRE8V' where id=95; -update noar ti set v2='OFUU24WX9EHGQZ1N5TXO5UTFNSKI6E4IMUTUVAAWTLEHBDLDRT0AUOGTYHWUD3RSS7XB960DTMJVOJ7TBOP9LMDJL4I70JF64QYLTPDBI9YSQ7V24PF5WYUOB3ZB8Z32NFNO12JHD8CT16LA09E12NMCK1YPETDW2JIHHAI5984I9YY5DX5TKGWRN67G0RZT13HPMEX910PYZ97DRX7GK7Z58Y908MCH9I6C2W7B5TGH6ZLX72K3ZIV7UTZRXRE8V' where id=95; -update noar tt set v3='K2YW1ZKUH39WHDUCHRRODIMWZ2BT8FDBKQJ5F7SJXMJX144OQTDLEWHGXDDWY3RLV5PQGV9LTDFTAKOHP8O9NGUN89HW9R1MANZJGVNX6DBAMZOP4LF66C1OLVDY9EF08Q6JO1O78P4RFM5Z4M0BUUO5EZHM8NSEXGHF76QQSO8UN2IBYFZL6EGEUTFJCR0G360YR4N94YZ5KN03XAJVK9ODQ7JD7ZCTOV9AV9S0DHLHT2O5NH49C74MS9Q7WE06G' where id=95; -update noar ti set v3='K2YW1ZKUH39WHDUCHRRODIMWZ2BT8FDBKQJ5F7SJXMJX144OQTDLEWHGXDDWY3RLV5PQGV9LTDFTAKOHP8O9NGUN89HW9R1MANZJGVNX6DBAMZOP4LF66C1OLVDY9EF08Q6JO1O78P4RFM5Z4M0BUUO5EZHM8NSEXGHF76QQSO8UN2IBYFZL6EGEUTFJCR0G360YR4N94YZ5KN03XAJVK9ODQ7JD7ZCTOV9AV9S0DHLHT2O5NH49C74MS9Q7WE06G' where id=95; -update noar tt set v0='23PRE68SZL8CB8MDQ9RCHIWLP7QLE6A89FWVUBVTNDLFM8D1IXJ3NIXPOGLH65FJERVAW9720ALGSBNYL04IB6HPBEOK7B2IAKBKYOZ9QWYM8GCJAAGGVZ9UCJQM978BTHC4LVW40LCCG4KZP6DSMCAUE8SMAGML6JO66FXAUTN5W4S4E1037W59EIL2W3VV56N3VG7DO6TYUTB9UPV4KNLCVU7FUHMMXPES69RWVD2JEJPFU8WWRT4R27PAWGD87' where id=96; -update noar ti set v0='23PRE68SZL8CB8MDQ9RCHIWLP7QLE6A89FWVUBVTNDLFM8D1IXJ3NIXPOGLH65FJERVAW9720ALGSBNYL04IB6HPBEOK7B2IAKBKYOZ9QWYM8GCJAAGGVZ9UCJQM978BTHC4LVW40LCCG4KZP6DSMCAUE8SMAGML6JO66FXAUTN5W4S4E1037W59EIL2W3VV56N3VG7DO6TYUTB9UPV4KNLCVU7FUHMMXPES69RWVD2JEJPFU8WWRT4R27PAWGD87' where id=96; -update noar tt set v1='2EGQV6UVS25FQ05O6WOOW66G9DX1WHDP90DBIY0YFHJ0M8D3RTZ628VEYMLY69XVMWZVRCJLJX0TKEV2DK20QNNHU694GCRJ7VJM4W527G1K1HYGSXXEDIYB6UA02BR77KITUXYBOEKDKS9OB9DPFEYGAO17PZZKJF2KYBCMO5I82Q8W6PWXQ7CBEKN0QTTTM9W6AF35XXZYORM1EUHQZSRG9RG1VV7YVR3JF4TI4RQL3878114JV8YJIOUF08FHO' where id=96; -update noar ti set v1='2EGQV6UVS25FQ05O6WOOW66G9DX1WHDP90DBIY0YFHJ0M8D3RTZ628VEYMLY69XVMWZVRCJLJX0TKEV2DK20QNNHU694GCRJ7VJM4W527G1K1HYGSXXEDIYB6UA02BR77KITUXYBOEKDKS9OB9DPFEYGAO17PZZKJF2KYBCMO5I82Q8W6PWXQ7CBEKN0QTTTM9W6AF35XXZYORM1EUHQZSRG9RG1VV7YVR3JF4TI4RQL3878114JV8YJIOUF08FHO' where id=96; -update noar tt set v2='8KCXVTPSXDWRKGYPOGVBWZW8XAZWQEHTAIYIBH6DBRYR61F7MCGMAM91GFM3JXUXNJZ3TA5BUCD4B6ZYYAGYEUZKA0XF8ANXZG2Z0NFDIVJSPLGDI2Z5PI5WW64DQZX0X8EG7B0LEVWVAUNZ0VRE8E5VJMTWTWNLDEA8MX13I2ZP4STC2V362YKHHUO85SSL3GUQELA4KA89FEUODU4Q5WS7GGGAM1YGKIOH0GLWOL11Q6S5Z9G3CGPEJO5Z6RSGY' where id=96; -update noar ti set v2='8KCXVTPSXDWRKGYPOGVBWZW8XAZWQEHTAIYIBH6DBRYR61F7MCGMAM91GFM3JXUXNJZ3TA5BUCD4B6ZYYAGYEUZKA0XF8ANXZG2Z0NFDIVJSPLGDI2Z5PI5WW64DQZX0X8EG7B0LEVWVAUNZ0VRE8E5VJMTWTWNLDEA8MX13I2ZP4STC2V362YKHHUO85SSL3GUQELA4KA89FEUODU4Q5WS7GGGAM1YGKIOH0GLWOL11Q6S5Z9G3CGPEJO5Z6RSGY' where id=96; -update noar tt set v3='OJ3S0HG0LPIMW4216CVP7Q33BT8Q0P88XPL1447M5YS59R64122ONV1N0EV3RPVKNIWC4NHTO1QL3O42Z6O0T86Q5HY2QG7ZKG5CFIRR289ULWVNBGUJYUZRE2YIHKQ9JPG5LTXRFQIVO3X96KOIW0K56VH3VKVO4MFQVIT5J68U58DHKKO4E6CRSIFU2EKZUQMTID93QCL26G3RYOC4SMDIWNSPV0I3FSV0NH8ZTT5HLHOV08YW63OWG29CI82GB' where id=96; -update noar ti set v3='OJ3S0HG0LPIMW4216CVP7Q33BT8Q0P88XPL1447M5YS59R64122ONV1N0EV3RPVKNIWC4NHTO1QL3O42Z6O0T86Q5HY2QG7ZKG5CFIRR289ULWVNBGUJYUZRE2YIHKQ9JPG5LTXRFQIVO3X96KOIW0K56VH3VKVO4MFQVIT5J68U58DHKKO4E6CRSIFU2EKZUQMTID93QCL26G3RYOC4SMDIWNSPV0I3FSV0NH8ZTT5HLHOV08YW63OWG29CI82GB' where id=96; -update noar tt set v0='OQ7GNF5TEE5DETEWY4YXA40M4HYDVPFH25YBKSXT21CN2CIHCP6KZU4A0TX4DPGTK6CP8ZE9JONP92LCD0IM3FVZ1HR0YG2XHRZMCBBBDSSVIP144XTQ164BCOYMPGKW4NNO4H0PH90IESD6DZMO71355J1B4E9LKO5K2TY9CMA8X8DH9YANVBZWTW0EC52SZGHN9X8O5NL85T5ITK33Y1GDBMYAZ2ZWQXB88XV0HIKR6QWB6PHAHF26ZEJF2DIXI' where id=97; -update noar ti set v0='OQ7GNF5TEE5DETEWY4YXA40M4HYDVPFH25YBKSXT21CN2CIHCP6KZU4A0TX4DPGTK6CP8ZE9JONP92LCD0IM3FVZ1HR0YG2XHRZMCBBBDSSVIP144XTQ164BCOYMPGKW4NNO4H0PH90IESD6DZMO71355J1B4E9LKO5K2TY9CMA8X8DH9YANVBZWTW0EC52SZGHN9X8O5NL85T5ITK33Y1GDBMYAZ2ZWQXB88XV0HIKR6QWB6PHAHF26ZEJF2DIXI' where id=97; -update noar tt set v1='SM1L8UU5DQY1A9M8V0Q49K7JKHILKLGOQPCNLMG221GEVGZ07TUPFDAZLZ3EUOGFDGW3RKW2X608IY9AWEGFMKMUGMN9KYW4PVHOS2I136RU53LWWISOJLABZWTAB19P66VODRM4USHX4FFBRFTXNK19SD4A9CIAIFRLTGLMJ958P14ZF1TAOFD6JFO70SB9CN8XTV2H43NW0JJ07T0AG7IGO8QX948W5AHBNNDM4HB8UQ982G9MIWNROM56CKD7F' where id=97; -update noar ti set v1='SM1L8UU5DQY1A9M8V0Q49K7JKHILKLGOQPCNLMG221GEVGZ07TUPFDAZLZ3EUOGFDGW3RKW2X608IY9AWEGFMKMUGMN9KYW4PVHOS2I136RU53LWWISOJLABZWTAB19P66VODRM4USHX4FFBRFTXNK19SD4A9CIAIFRLTGLMJ958P14ZF1TAOFD6JFO70SB9CN8XTV2H43NW0JJ07T0AG7IGO8QX948W5AHBNNDM4HB8UQ982G9MIWNROM56CKD7F' where id=97; -update noar tt set v2='7TXWVN1C04LBHE1JO7GZ2BNISUMCBQCL1CUIW5AQIIZZSLWSRNF4GZGZAGCQICI1Y9A58ZV59XGTRFEQTXSD66AWD8S0Y80ME0QV1WH4F1ZBZ3SBKKCVPW32CJCYDII3HCFVA2GDUJG670UVLT2BO9V0PD77GP5XIF28DP7NDRMJ53DY1F0ZF09CIJ2VLK71EFJHX0OWEOZ4LZJGG2KLSAD9TMCKBNT08Z4E7XBHG6784M5GF5KIBCYGC29REUUR8' where id=97; -update noar ti set v2='7TXWVN1C04LBHE1JO7GZ2BNISUMCBQCL1CUIW5AQIIZZSLWSRNF4GZGZAGCQICI1Y9A58ZV59XGTRFEQTXSD66AWD8S0Y80ME0QV1WH4F1ZBZ3SBKKCVPW32CJCYDII3HCFVA2GDUJG670UVLT2BO9V0PD77GP5XIF28DP7NDRMJ53DY1F0ZF09CIJ2VLK71EFJHX0OWEOZ4LZJGG2KLSAD9TMCKBNT08Z4E7XBHG6784M5GF5KIBCYGC29REUUR8' where id=97; -update noar tt set v3='3C5FU7HS2ALTSJ7X424SMIJQ4LMQKMHLJAU37JTMAARV587HDPTEA7J9ONL5G3MFWIC966KWYRXT53XLNKZ7CBLLKNU75VB74INOY7UNUNVWGQHVDGP72PF4ZBIDACTTB1MZX6UIFGI5DCCE6PYKYUHC3DSILGY2DWWMOOELH6JMEA9TZ8O99BXGOZ68IOM6P6TCO0YM5N9E6UWYJO8QEI467AHGHNOY7LKEO3NTLMXKK32OE6809XYLHW37END3L' where id=97; -update noar ti set v3='3C5FU7HS2ALTSJ7X424SMIJQ4LMQKMHLJAU37JTMAARV587HDPTEA7J9ONL5G3MFWIC966KWYRXT53XLNKZ7CBLLKNU75VB74INOY7UNUNVWGQHVDGP72PF4ZBIDACTTB1MZX6UIFGI5DCCE6PYKYUHC3DSILGY2DWWMOOELH6JMEA9TZ8O99BXGOZ68IOM6P6TCO0YM5N9E6UWYJO8QEI467AHGHNOY7LKEO3NTLMXKK32OE6809XYLHW37END3L' where id=97; -update noar tt set v0='O6TA79MCZWQ2NZNDDC2MSMS9G9OG8AC9WX4RL4DG9KBF0Y16571L2K0E25FA2UJHLK2F3I9TI7OB3H9UTZ4LL9A5SXA24RRUPLTBP4X9QETNJJ6BY52RZIKQHGHQC8BBCK6ZF08CKMPDBIBYND4T7MG569Y52MACO4VJJFFDZD2KE2Y8G6MJKAKMIFB9LMSGPTYAW0BDXRL50EQJUCQBT0U0TDQIONFII9BIBP4NIBPM5TAXIXJYWYQL7IB1S5FU3' where id=98; -update noar ti set v0='O6TA79MCZWQ2NZNDDC2MSMS9G9OG8AC9WX4RL4DG9KBF0Y16571L2K0E25FA2UJHLK2F3I9TI7OB3H9UTZ4LL9A5SXA24RRUPLTBP4X9QETNJJ6BY52RZIKQHGHQC8BBCK6ZF08CKMPDBIBYND4T7MG569Y52MACO4VJJFFDZD2KE2Y8G6MJKAKMIFB9LMSGPTYAW0BDXRL50EQJUCQBT0U0TDQIONFII9BIBP4NIBPM5TAXIXJYWYQL7IB1S5FU3' where id=98; -update noar tt set v1='UX8STJROHRKWVBKFCNB49AICJCPKRTRU3V29ILHOAOPVKNLFF58GJLIWQZMZH2RXZLOEUKVXFYXSIBY8KEAFNLEIL60VW9Z1ZJ78PU83OVAV8NQ2UE6GCUEGMULEW5X59DBVI1CT1TNPQLOKGY7MUQBEZ758MI54A4QPMC1QQLP7RG9D62G6PAWKJXHYQ3YJEIFLMW0P1AS25I5E9KDD7CGYCOVWNT9A6T60F9I0KOAZ91C1ZZIK5U6VZSURG2M0V' where id=98; -update noar ti set v1='UX8STJROHRKWVBKFCNB49AICJCPKRTRU3V29ILHOAOPVKNLFF58GJLIWQZMZH2RXZLOEUKVXFYXSIBY8KEAFNLEIL60VW9Z1ZJ78PU83OVAV8NQ2UE6GCUEGMULEW5X59DBVI1CT1TNPQLOKGY7MUQBEZ758MI54A4QPMC1QQLP7RG9D62G6PAWKJXHYQ3YJEIFLMW0P1AS25I5E9KDD7CGYCOVWNT9A6T60F9I0KOAZ91C1ZZIK5U6VZSURG2M0V' where id=98; -update noar tt set v2='MU30X8COOAX3ZGOKXZ4GUWJU5U23LDGFEU2DIGPQX64OADO8NB6G2S0ZA1YUZHK2KUNWZKPB7HKAA6439XWPIUU6POXET1IHSP0O5F5K59AFF00CCA8FIDYLIWFW6XNZHMPCZIHSI5NMZ9ODACTSXM8R6VLF1ZEMLVP45S3874W2IUBY6AUL2CEAEODBAB32JZUE2GZYRATN651OMUQZ8438D0AACQ7VTV3VTZYXHNKQVFDXC24XGSWRPM80HNFYC' where id=98; -update noar ti set v2='MU30X8COOAX3ZGOKXZ4GUWJU5U23LDGFEU2DIGPQX64OADO8NB6G2S0ZA1YUZHK2KUNWZKPB7HKAA6439XWPIUU6POXET1IHSP0O5F5K59AFF00CCA8FIDYLIWFW6XNZHMPCZIHSI5NMZ9ODACTSXM8R6VLF1ZEMLVP45S3874W2IUBY6AUL2CEAEODBAB32JZUE2GZYRATN651OMUQZ8438D0AACQ7VTV3VTZYXHNKQVFDXC24XGSWRPM80HNFYC' where id=98; -update noar tt set v3='4K0JDOCTLCYRE3DOBQMVV1BD2UQ5O6A9B6NSBGHN2W3B4ALQIAUFXGKHS7JLPSFQ127KQ4I8DEWVIDQTI39H8CU5LYX3S57LGAW2I95BS38MYV1WXNHZRM48SI85GLKS59P6DRFPN6MMYV497E4QPL4ORRWH9X15IUZMH3QLL7NZQERWN4FYUDKAWJ97KFB0L1PO1CA2J65Y481QZ5OWVD6D7HF8Q7DMAY2H1G858459YHUUXSOVP3A1RUOUFGRE2' where id=98; -update noar ti set v3='4K0JDOCTLCYRE3DOBQMVV1BD2UQ5O6A9B6NSBGHN2W3B4ALQIAUFXGKHS7JLPSFQ127KQ4I8DEWVIDQTI39H8CU5LYX3S57LGAW2I95BS38MYV1WXNHZRM48SI85GLKS59P6DRFPN6MMYV497E4QPL4ORRWH9X15IUZMH3QLL7NZQERWN4FYUDKAWJ97KFB0L1PO1CA2J65Y481QZ5OWVD6D7HF8Q7DMAY2H1G858459YHUUXSOVP3A1RUOUFGRE2' where id=98; -update noar tt set v0='1HD4FEZ6O89K9SIA7520LA3A2LHVNAC0013Y6QULNI84IN83Z6UTD5Z3MA9WVPRBAYOLO05B5ER1VH7B7KRHINK38SENRAZ67D4LCUVUID33WLDD5NEIISBD2ZO21IHWAVYOFAG9Q3LVCKM82NBKO9GTT4SUKPQ3QZBVVLRJRWIW8TLSCHBU8MREUH664MVIT6AFS8TQJN820UDKZYKAT8234995NJG9ZFT7TYJW8NAMP2G7JYN0A2G1ONIQQYDQD' where id=99; -update noar ti set v0='1HD4FEZ6O89K9SIA7520LA3A2LHVNAC0013Y6QULNI84IN83Z6UTD5Z3MA9WVPRBAYOLO05B5ER1VH7B7KRHINK38SENRAZ67D4LCUVUID33WLDD5NEIISBD2ZO21IHWAVYOFAG9Q3LVCKM82NBKO9GTT4SUKPQ3QZBVVLRJRWIW8TLSCHBU8MREUH664MVIT6AFS8TQJN820UDKZYKAT8234995NJG9ZFT7TYJW8NAMP2G7JYN0A2G1ONIQQYDQD' where id=99; -update noar tt set v1='GAE02TPZQYSWK1XC8AMMVY3AYJI2B40BLR9TZB1NAUBYHS2OD5ITZTRCBAS90YT6Y9H88PC3KZ0JG9RAV7HVFXMTEEQQOMARKNDPJB0GWK3ZWOY7UH2WVDJEQYU0BGLBCAYAUECYL1SUNSUECC5IRZL91O992Z5H308CMI56PTN76ZV1E99JM0M6YL5OKKZ4Q1SEXKNCAWAO5JP1CBKBU9CXMWT2HWHPHCXK3F4251JO1CSNYC3NO2N4L0G4E1JO0' where id=99; -update noar ti set v1='GAE02TPZQYSWK1XC8AMMVY3AYJI2B40BLR9TZB1NAUBYHS2OD5ITZTRCBAS90YT6Y9H88PC3KZ0JG9RAV7HVFXMTEEQQOMARKNDPJB0GWK3ZWOY7UH2WVDJEQYU0BGLBCAYAUECYL1SUNSUECC5IRZL91O992Z5H308CMI56PTN76ZV1E99JM0M6YL5OKKZ4Q1SEXKNCAWAO5JP1CBKBU9CXMWT2HWHPHCXK3F4251JO1CSNYC3NO2N4L0G4E1JO0' where id=99; -update noar tt set v2='CY0A4E4NBQ2ZS4CMBES53QSW0MQ1BWH8AZO9YV2OXIEZ5HOVMUAPMLMDRFR2CT0SKJMJ6SJN91NCFHUNGLE5MMMDMEGDJUX80PMIJH3XD5YADPPEE5QYLH9DOD2WX5KZ8344G1Q3YHNQHXJG3HRPJ0B5FAOYVVAD1FLSK7AYGJ1FYG7ZZB2OY94EKCKO916RHX4CRH52EH5YBR9V723Y8CN0K4TK7Z19SP2KHOH8YGK4SZ79CYSMRWONKS9ZQ8XD7' where id=99; -update noar ti set v2='CY0A4E4NBQ2ZS4CMBES53QSW0MQ1BWH8AZO9YV2OXIEZ5HOVMUAPMLMDRFR2CT0SKJMJ6SJN91NCFHUNGLE5MMMDMEGDJUX80PMIJH3XD5YADPPEE5QYLH9DOD2WX5KZ8344G1Q3YHNQHXJG3HRPJ0B5FAOYVVAD1FLSK7AYGJ1FYG7ZZB2OY94EKCKO916RHX4CRH52EH5YBR9V723Y8CN0K4TK7Z19SP2KHOH8YGK4SZ79CYSMRWONKS9ZQ8XD7' where id=99; -update noar tt set v3='DHMZ20B176AOGQAT1TJTAN6DSKYW7Y2C529037IC0ISEW2D6MV6JUKXSMA2IS577MR8IJ0G5ZZS7TYELKW3CFLH969W8IVFR2B9VZ3IYNSK8R4BOSJZGN2SK5MEKCYDVCQRXOTAJCYKO8TMI88VDCNJBH5EDC3AKYUMQEYM1I2YTYBCF1HO6R5JHYR4T8IM5ICZ8AN7DM19LY6F0E9I0Y9WCLJ57R216J7DY1VBNOV8S9SCRDNEGN85W7K8JMI83F' where id=99; -update noar ti set v3='DHMZ20B176AOGQAT1TJTAN6DSKYW7Y2C529037IC0ISEW2D6MV6JUKXSMA2IS577MR8IJ0G5ZZS7TYELKW3CFLH969W8IVFR2B9VZ3IYNSK8R4BOSJZGN2SK5MEKCYDVCQRXOTAJCYKO8TMI88VDCNJBH5EDC3AKYUMQEYM1I2YTYBCF1HO6R5JHYR4T8IM5ICZ8AN7DM19LY6F0E9I0Y9WCLJ57R216J7DY1VBNOV8S9SCRDNEGN85W7K8JMI83F' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varchar(256) not null, - v1 varchar(256) not null, - v2 varchar(256) not null, - v3 varchar(256) not null, - b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='F1A4JJ8LKGDMODWDFFQJT0QRKHWDIGKFJ9QPFOTEY6X8EG2IXY805D96ARABV5HW92N6F2J6RXIVPV6TOFTYP9BSVQRNMPMBKAEFJT5RZDNGLZDVP0DDZ6U6SONSC27TKAQRTEN9A0TQ6RP0HEWN3NFXUKVEM37CXEEHU0H3BLJARM7CSB31RTWDE3WHYEKYR905WCQQ9AXC1ZKAR59IYGQVFX164TW10BEL3JJVJBECFZ91SJXZSRPE7H4ZAXUB7' where id=2; -update noar ti set v0='F1A4JJ8LKGDMODWDFFQJT0QRKHWDIGKFJ9QPFOTEY6X8EG2IXY805D96ARABV5HW92N6F2J6RXIVPV6TOFTYP9BSVQRNMPMBKAEFJT5RZDNGLZDVP0DDZ6U6SONSC27TKAQRTEN9A0TQ6RP0HEWN3NFXUKVEM37CXEEHU0H3BLJARM7CSB31RTWDE3WHYEKYR905WCQQ9AXC1ZKAR59IYGQVFX164TW10BEL3JJVJBECFZ91SJXZSRPE7H4ZAXUB7' where id=2; -update noar tt set v1='90OGLWTNU84GEJCCGT0MXPY6WK7YULXN59QPRN31RC0KS3PC81SGK7NPNFAW528FTJXQDIONDTWJM5RYXC125KPMLQU6FK689HD6E0UJOAF0YYNMJMKU3N6LCK4NTRSZI2QFMHXS86ZR1PIDCXTCJNKH29UW1NCAOE4Y44RQC0X37IV2ZM0XL8CCK4BNTYYXI5OGAMNI25OHMHHY4J5O6MMFDXCEUK3749JH4EY0MU0MWDEC487H6RZUPJ0SN1L7O' where id=2; -update noar ti set v1='90OGLWTNU84GEJCCGT0MXPY6WK7YULXN59QPRN31RC0KS3PC81SGK7NPNFAW528FTJXQDIONDTWJM5RYXC125KPMLQU6FK689HD6E0UJOAF0YYNMJMKU3N6LCK4NTRSZI2QFMHXS86ZR1PIDCXTCJNKH29UW1NCAOE4Y44RQC0X37IV2ZM0XL8CCK4BNTYYXI5OGAMNI25OHMHHY4J5O6MMFDXCEUK3749JH4EY0MU0MWDEC487H6RZUPJ0SN1L7O' where id=2; -update noar tt set v2='5QCB9PASK9MVP5B5UZHYJJF2CUGL803ZRY9BMKOC2Z6074AMFMFYZ758J4NBTNMS07L16M2UDJ2KUKE03I8ISC9KW2PN4EW2HH6YNEGYIZJI73BAZQNKAJ0ERLCO119WHIN8GIYMAGKSLC52DNN9WXHU4CVYCRGLITNNC1T5A4WCUMLIG49R2TRGW5L647J8SF405L3E38VLA9YRWXOKUGBKFORY75ZOESKWWFID7ULC9PG4YD3EDH5VILUW5DBY5' where id=2; -update noar ti set v2='5QCB9PASK9MVP5B5UZHYJJF2CUGL803ZRY9BMKOC2Z6074AMFMFYZ758J4NBTNMS07L16M2UDJ2KUKE03I8ISC9KW2PN4EW2HH6YNEGYIZJI73BAZQNKAJ0ERLCO119WHIN8GIYMAGKSLC52DNN9WXHU4CVYCRGLITNNC1T5A4WCUMLIG49R2TRGW5L647J8SF405L3E38VLA9YRWXOKUGBKFORY75ZOESKWWFID7ULC9PG4YD3EDH5VILUW5DBY5' where id=2; -update noar tt set v3='G69FMB3WF75OUZG57JPZY6H56YU6BBB6A0YE534H89CVJEIHJVP45LE50A08D4JFJ05ZK6XTH1BTZ5T55F1LPQC1G3B50YUYA6364QMI7PWQ61MPUW33DPAMTAWR0GUULCC14SMC5DXNGVI3PBEFUBQ3HSO5CX8X76IGWPWGZ032S5QQATI7YZ34TV1URJHLZKKT4EI45Q49KGT7DCWT75WRNO8TZRNVWQKU06A2R49IX3AGU9DBSUMXPNPMKE3NZ' where id=2; -update noar ti set v3='G69FMB3WF75OUZG57JPZY6H56YU6BBB6A0YE534H89CVJEIHJVP45LE50A08D4JFJ05ZK6XTH1BTZ5T55F1LPQC1G3B50YUYA6364QMI7PWQ61MPUW33DPAMTAWR0GUULCC14SMC5DXNGVI3PBEFUBQ3HSO5CX8X76IGWPWGZ032S5QQATI7YZ34TV1URJHLZKKT4EI45Q49KGT7DCWT75WRNO8TZRNVWQKU06A2R49IX3AGU9DBSUMXPNPMKE3NZ' where id=2; -update noar tt set v0='ALSZON21LN9TENN7FXZSZQPS5LI1YZTQYEIXWKXW77MJLIBZZ86SE51YD8JAG9OCZ9G8EH9IL73XNVNRWGCFOLAWA6C8TNIMBZWC8NXU7KXSXHGQH1LY865H4FOFCIKLSCSJK02SK4FPXEYN7UNRZWPQEEFXO2MS2IIQ7YX6KP2DU31F9YJSVKJS3MD56VVI3N4GN5Z2RKTBBMUHEKJYMVKPHW4BTWYAS1SNWYBUMGVXCZZIUYCUQ6W316H73QV4D' where id=3; -update noar ti set v0='ALSZON21LN9TENN7FXZSZQPS5LI1YZTQYEIXWKXW77MJLIBZZ86SE51YD8JAG9OCZ9G8EH9IL73XNVNRWGCFOLAWA6C8TNIMBZWC8NXU7KXSXHGQH1LY865H4FOFCIKLSCSJK02SK4FPXEYN7UNRZWPQEEFXO2MS2IIQ7YX6KP2DU31F9YJSVKJS3MD56VVI3N4GN5Z2RKTBBMUHEKJYMVKPHW4BTWYAS1SNWYBUMGVXCZZIUYCUQ6W316H73QV4D' where id=3; -update noar tt set v1='6DAK7KZC3URTIR620Z1YNDZBDKOTZICKZNAQV44QE9WXPR1Q3ZC5PRBE1KIA2HFMHPAXR0LSEMZVJRZ5YJOFCGEC9BX5NS15YDQ5GZ78VIIFLQLF00WP7H6ZV9A256FVVNFI79ZJ9ZOGP3XXFIVUTJXO7AIYH9JMTA9AFLB6PWNGPY0HD45BJCRNATAW799B48PFEC7JT4YHZ4DSBV392QMYC2YC7L5Z1LYK59G5E2IDQQIQ8L6IKNCV60P3OMNZL' where id=3; -update noar ti set v1='6DAK7KZC3URTIR620Z1YNDZBDKOTZICKZNAQV44QE9WXPR1Q3ZC5PRBE1KIA2HFMHPAXR0LSEMZVJRZ5YJOFCGEC9BX5NS15YDQ5GZ78VIIFLQLF00WP7H6ZV9A256FVVNFI79ZJ9ZOGP3XXFIVUTJXO7AIYH9JMTA9AFLB6PWNGPY0HD45BJCRNATAW799B48PFEC7JT4YHZ4DSBV392QMYC2YC7L5Z1LYK59G5E2IDQQIQ8L6IKNCV60P3OMNZL' where id=3; -update noar tt set v2='3FJ9WJEKSA70H1TUF49LYQO14FOTKJADPQD7CNQUV2HFL8MASEID8PQQTB3H8ZZQSS6ORMJ9O4H6BV161LW3DS3PYCEMWYMDEPPCLDZEJHP0SDSLZATKY3AB299AFWM6ZU8Q8Y2KVII35SGLJSA0CRY6MXMD1YWOK0WH5ZMVA7QSRCKQLJ8QE77Z7EFMI2VW1JQE5M8RD525PEQ4MXZXJNRZGUPGYV3JYC00K24RJ28Z0QL6GUYOSW55IH3MRBO9H' where id=3; -update noar ti set v2='3FJ9WJEKSA70H1TUF49LYQO14FOTKJADPQD7CNQUV2HFL8MASEID8PQQTB3H8ZZQSS6ORMJ9O4H6BV161LW3DS3PYCEMWYMDEPPCLDZEJHP0SDSLZATKY3AB299AFWM6ZU8Q8Y2KVII35SGLJSA0CRY6MXMD1YWOK0WH5ZMVA7QSRCKQLJ8QE77Z7EFMI2VW1JQE5M8RD525PEQ4MXZXJNRZGUPGYV3JYC00K24RJ28Z0QL6GUYOSW55IH3MRBO9H' where id=3; -update noar tt set v3='LMLAZ2Y3778S6GP3PKFGMJ965OE7DACKJZB8WUUXUD0KO2SX49KZOBYNRKMC3FSONUR4YDEQ44M3SHKVZV69MWL1FHCROQE8KC76XOMPMNDRKG1VEMUQLN16I7Z09GF20FVSYM1LRL235W0F7ABYPWN3HX9T8RO56JV6W5M2WY97MLTYKBNF2M3DNVQTXM0I2095CK4YYSQ3UWJZ5DWA2W7IZ5ZUVIXBC5TZF41XD3BK5EQ50KCQKVPPZWHPDWTDX' where id=3; -update noar ti set v3='LMLAZ2Y3778S6GP3PKFGMJ965OE7DACKJZB8WUUXUD0KO2SX49KZOBYNRKMC3FSONUR4YDEQ44M3SHKVZV69MWL1FHCROQE8KC76XOMPMNDRKG1VEMUQLN16I7Z09GF20FVSYM1LRL235W0F7ABYPWN3HX9T8RO56JV6W5M2WY97MLTYKBNF2M3DNVQTXM0I2095CK4YYSQ3UWJZ5DWA2W7IZ5ZUVIXBC5TZF41XD3BK5EQ50KCQKVPPZWHPDWTDX' where id=3; -update noar tt set v0='3TXRH3RKN5QX9QH6UTXAX90FO1KT5E6RQ5YQ0Z0M029DD17ED4UITV9WBSJVJARID1XOP0BGGP4N1TN8RNXX9611YP5ZO9RBEAEHLONS7G3C5XHDYBIBW5H8K0EHP8IV4HJFRE9C4IPVY76K7XTKXK80ZOUNEC58KXPCZ0F4B8FI3O9MSYFDDY2ZRSB9XUWEC3ZMJ75OW8IJLYY6KL8KAT96PE0BMAD7F1FG6PDN9QRYNVO6EAG0QXTTT6XLEE8KA' where id=4; -update noar ti set v0='3TXRH3RKN5QX9QH6UTXAX90FO1KT5E6RQ5YQ0Z0M029DD17ED4UITV9WBSJVJARID1XOP0BGGP4N1TN8RNXX9611YP5ZO9RBEAEHLONS7G3C5XHDYBIBW5H8K0EHP8IV4HJFRE9C4IPVY76K7XTKXK80ZOUNEC58KXPCZ0F4B8FI3O9MSYFDDY2ZRSB9XUWEC3ZMJ75OW8IJLYY6KL8KAT96PE0BMAD7F1FG6PDN9QRYNVO6EAG0QXTTT6XLEE8KA' where id=4; -update noar tt set v1='V5NGOE1M02EFOTRJ4TDHKEXACA9T6RCFIHMTESJ3AGB3A8OSOBBI38NIIRS1RWGB88JROKZ5AJ2DOQGRQXTW9YRHY1KMVLJVG9LAYXC5LYF8QYAM4QLX90X7EQB13MNKBF5D6GKXJQNK7QR6XO9O42EE4V5V1J4DC9Q2PFAGP64G70085257H1ZOWIKEJ5QZ7M1IK0CQOS9BLBX8ZYWWG541YM5CFTZVIIXJ6CBR89ZHHE0G98C9MGYS9O9A34NP0' where id=4; -update noar ti set v1='V5NGOE1M02EFOTRJ4TDHKEXACA9T6RCFIHMTESJ3AGB3A8OSOBBI38NIIRS1RWGB88JROKZ5AJ2DOQGRQXTW9YRHY1KMVLJVG9LAYXC5LYF8QYAM4QLX90X7EQB13MNKBF5D6GKXJQNK7QR6XO9O42EE4V5V1J4DC9Q2PFAGP64G70085257H1ZOWIKEJ5QZ7M1IK0CQOS9BLBX8ZYWWG541YM5CFTZVIIXJ6CBR89ZHHE0G98C9MGYS9O9A34NP0' where id=4; -update noar tt set v2='8D07CWZF6LFP35FZRMBY4XSCS2T8VRU35DJHOOZB623NA0BDWJH0GV5ZXBB6C5MO4WOYMYDIP7MORXEHT0RKK9FJ98TA5X47CSZ89WTS5H3SYBNKX2O18L2QXS7NPKDC4G63XL5UL13OQIB5UBC17GH8UTNFPXU9T90OE5EM9GOQTRA5Q24NKFZLYL37R5WT54BJZ0U0RBR3SPDO3JRSJRC35LPHFU7YU8K1Q7MHXE38I59EDNUCS7CA6YMR6M2EF' where id=4; -update noar ti set v2='8D07CWZF6LFP35FZRMBY4XSCS2T8VRU35DJHOOZB623NA0BDWJH0GV5ZXBB6C5MO4WOYMYDIP7MORXEHT0RKK9FJ98TA5X47CSZ89WTS5H3SYBNKX2O18L2QXS7NPKDC4G63XL5UL13OQIB5UBC17GH8UTNFPXU9T90OE5EM9GOQTRA5Q24NKFZLYL37R5WT54BJZ0U0RBR3SPDO3JRSJRC35LPHFU7YU8K1Q7MHXE38I59EDNUCS7CA6YMR6M2EF' where id=4; -update noar tt set v3='ZKGAA6FDKPFY3SJ5QD9IR1QZNQSRN6OOT0X2PT938OREUVK36H0SMWU43RA5FRPFUXFMKMJV11ZON7PMOVOL2TIIL0O6P0CANLMZMYXNVQ3WZ7GL1CJE7872AGOZR43GI46JDAT9UHTZOULOWB7QS63H3ZABOUTLI38Z1TO091DA0KY0HOT37XJIMA63S6LLQ0JSMJU7D5SW5RWRZLGWRDMIBHS5I3V8KW6MJ44AURJKHSGC5L4SUHLUZTUJ0HYRP' where id=4; -update noar ti set v3='ZKGAA6FDKPFY3SJ5QD9IR1QZNQSRN6OOT0X2PT938OREUVK36H0SMWU43RA5FRPFUXFMKMJV11ZON7PMOVOL2TIIL0O6P0CANLMZMYXNVQ3WZ7GL1CJE7872AGOZR43GI46JDAT9UHTZOULOWB7QS63H3ZABOUTLI38Z1TO091DA0KY0HOT37XJIMA63S6LLQ0JSMJU7D5SW5RWRZLGWRDMIBHS5I3V8KW6MJ44AURJKHSGC5L4SUHLUZTUJ0HYRP' where id=4; -update noar tt set v0='UZTRANH93975WQMILZ2MUN6R4MZQ73UGRQYWDHD088I2ORRH7UC6ZEIRN6G0PUASQNROBYN2WION2W9IXA25D2RY0RCK7WF9XPZ41QNN2U56T5WFSZI7NFH81QZT80JZ3HXHN16L64SPGU373IS1XTMT9O1OLWQ7KYMUO2ZRT8X8UUFS9NPEVXE7X0NDF4UZ7D5SJNI2D5VAEWMSL4S2I18GWAJQE4YJHRBQ04FWYNMR73QX74Z96BH44T4T51YEC' where id=5; -update noar ti set v0='UZTRANH93975WQMILZ2MUN6R4MZQ73UGRQYWDHD088I2ORRH7UC6ZEIRN6G0PUASQNROBYN2WION2W9IXA25D2RY0RCK7WF9XPZ41QNN2U56T5WFSZI7NFH81QZT80JZ3HXHN16L64SPGU373IS1XTMT9O1OLWQ7KYMUO2ZRT8X8UUFS9NPEVXE7X0NDF4UZ7D5SJNI2D5VAEWMSL4S2I18GWAJQE4YJHRBQ04FWYNMR73QX74Z96BH44T4T51YEC' where id=5; -update noar tt set v1='D50S6RHBKH1MMTFNNHTC77UIYI18ELNVWR795GI0NM9O8WS06XNALDTXAQFKQRYZSREW2X75N1PKMY4GYZQMQKJ83ZS7TNJ908ICBHWDRF7AN9IJWGX7F7FFSQRJJ1XIJJ861FVMLN7D9N06UBVILS4HLGVDVC5H6BZE5HM2ZAP3OUTCP89CB5TGXUK96YL7OPWDH2AP6PP2A85G7O4ZTQNLH1TI1WX7ZQXL4XBXDQOR6KY8UI49DLHM8SNHW3563' where id=5; -update noar ti set v1='D50S6RHBKH1MMTFNNHTC77UIYI18ELNVWR795GI0NM9O8WS06XNALDTXAQFKQRYZSREW2X75N1PKMY4GYZQMQKJ83ZS7TNJ908ICBHWDRF7AN9IJWGX7F7FFSQRJJ1XIJJ861FVMLN7D9N06UBVILS4HLGVDVC5H6BZE5HM2ZAP3OUTCP89CB5TGXUK96YL7OPWDH2AP6PP2A85G7O4ZTQNLH1TI1WX7ZQXL4XBXDQOR6KY8UI49DLHM8SNHW3563' where id=5; -update noar tt set v2='O3AB3AX19SHAPTYGPEP7CGJC7P22KJ4GF65U63IE9VGB41GPDQBSCH3I87KFPGEZB2OSC80WNV0186M9YU4NZVC36WUA4DDS6H4QHRNWM1IPUJTU84E4G6HMN4NQZMLJ2XVCQVN00JPAIHHAIK0OUXKT47HM62116K6MMPDBJE65LT7Z94ZHQ2A9V34G43MYWXK88O8ZTVF2M7TS69KAPBM45ELX8DWDCL5CH5NKFH2U8S8XLI5D0XPLICKODKV6D' where id=5; -update noar ti set v2='O3AB3AX19SHAPTYGPEP7CGJC7P22KJ4GF65U63IE9VGB41GPDQBSCH3I87KFPGEZB2OSC80WNV0186M9YU4NZVC36WUA4DDS6H4QHRNWM1IPUJTU84E4G6HMN4NQZMLJ2XVCQVN00JPAIHHAIK0OUXKT47HM62116K6MMPDBJE65LT7Z94ZHQ2A9V34G43MYWXK88O8ZTVF2M7TS69KAPBM45ELX8DWDCL5CH5NKFH2U8S8XLI5D0XPLICKODKV6D' where id=5; -update noar tt set v3='KCTSSV8ISNBEAFKDGD86F4QCW1MJ09VSJPS1WM10S9I5H3U0URKWJPK8GKH18EVHJ2UFL1POO6O9DAM6DAPI95A5BHU0D85EGMDKQVHPTJZ7CQ2421LM5FI0B16GTVHLM2PU004XTSTIIZ11WVXWHJYWPCXYGY0T4PQHOVICTYL9C8MDW0EYDZV3A0DFI7NNYCCEF3IFFCUV8UVVH1GQTX83GGI0AQVDKLD172GEURRJX6UFCW8J5SQHK8DTB7D0I' where id=5; -update noar ti set v3='KCTSSV8ISNBEAFKDGD86F4QCW1MJ09VSJPS1WM10S9I5H3U0URKWJPK8GKH18EVHJ2UFL1POO6O9DAM6DAPI95A5BHU0D85EGMDKQVHPTJZ7CQ2421LM5FI0B16GTVHLM2PU004XTSTIIZ11WVXWHJYWPCXYGY0T4PQHOVICTYL9C8MDW0EYDZV3A0DFI7NNYCCEF3IFFCUV8UVVH1GQTX83GGI0AQVDKLD172GEURRJX6UFCW8J5SQHK8DTB7D0I' where id=5; -update noar tt set v0='RSIY4CQGK91NEH3B7MOBI83MS13EUKLJVM1K778UZT8FOC59JE6D7EVCYO3ASNIJQVGYHV3W5IOD14NZ76CSNSX63ZHLDROE258H0IBGCYNZKLMG7SML7WTBBEEMUDVQ1JS7ZDJ7KZAFKQP6IAR2B0FSH14OFA5OD0RMYR1P2OQBK863I6ISGSY2QLLDOR9HH289JLYBXNGGIJS9E5SET8LHG28BGCI2NP0VIMGPAN5T2PTS5U629A5MN44USRSWJ' where id=6; -update noar ti set v0='RSIY4CQGK91NEH3B7MOBI83MS13EUKLJVM1K778UZT8FOC59JE6D7EVCYO3ASNIJQVGYHV3W5IOD14NZ76CSNSX63ZHLDROE258H0IBGCYNZKLMG7SML7WTBBEEMUDVQ1JS7ZDJ7KZAFKQP6IAR2B0FSH14OFA5OD0RMYR1P2OQBK863I6ISGSY2QLLDOR9HH289JLYBXNGGIJS9E5SET8LHG28BGCI2NP0VIMGPAN5T2PTS5U629A5MN44USRSWJ' where id=6; -update noar tt set v1='9KVIHILYRAKCJ38ZXUXD886V4YVFBNTBCTZG7PDBDQM1RVO578WHZ5LP1RZ9ZYCPM1SMJ6KUVS1TUCCMMBDAM1MTOG6EBSL89576EYTCOWNK0HAPENKFHQO6ONYJO6LZ0H3WYL2WJYUN0YDWI4LGXDW7G9OBWA2LGWZDRICC9135CBHV0HDH8ATGZ6Z62KMIDYZXUSG04WJ2UDY2QQZTJMYSTLCXI05KNSILHXETOZM3GDYBOLVBUWX2FT4T8W3N7' where id=6; -update noar ti set v1='9KVIHILYRAKCJ38ZXUXD886V4YVFBNTBCTZG7PDBDQM1RVO578WHZ5LP1RZ9ZYCPM1SMJ6KUVS1TUCCMMBDAM1MTOG6EBSL89576EYTCOWNK0HAPENKFHQO6ONYJO6LZ0H3WYL2WJYUN0YDWI4LGXDW7G9OBWA2LGWZDRICC9135CBHV0HDH8ATGZ6Z62KMIDYZXUSG04WJ2UDY2QQZTJMYSTLCXI05KNSILHXETOZM3GDYBOLVBUWX2FT4T8W3N7' where id=6; -update noar tt set v2='HOZ5NVZDAKYR1AUE70K5JN2N0WIF9RKLU0CIZOOQMJ0VD4UWAY3CDGEXYC3P9N5WIN6AAXZIS8OHZER2UAG24EA8X0J0HDTVI9LYG94SX3HW2V4LFLKE2XVRB9ZCZAOALVO4XHBXAALJ0R2JLSPUJ5D1WRCRJ2X82BGSEUAMQR5U9Z1WZU1L5V9HCSLGI5BDTMNJ0QLPPWRBGDUNCGLBEWQAIZC07O4S4GO1HAIXGUV0OC9YHOCNJSP0EAMBQBMYG' where id=6; -update noar ti set v2='HOZ5NVZDAKYR1AUE70K5JN2N0WIF9RKLU0CIZOOQMJ0VD4UWAY3CDGEXYC3P9N5WIN6AAXZIS8OHZER2UAG24EA8X0J0HDTVI9LYG94SX3HW2V4LFLKE2XVRB9ZCZAOALVO4XHBXAALJ0R2JLSPUJ5D1WRCRJ2X82BGSEUAMQR5U9Z1WZU1L5V9HCSLGI5BDTMNJ0QLPPWRBGDUNCGLBEWQAIZC07O4S4GO1HAIXGUV0OC9YHOCNJSP0EAMBQBMYG' where id=6; -update noar tt set v3='KHDTOKKYJDGD0O41TB01KS8GGC7EL5TCGJPSU5HK5YPYIUCTE4RU2N4ACPJCRGCM94GW29IYRFPJIOKD4AG88WXZLMW37DY3PMPE2S2SCBKQJ0ZCF0BR6VGG45XTSHXPTZX0P24FQIW3RLPPETZ7IBAXL2JQI3NAQ9TESMEEUD1N81Z7PAY8IKQSJU6GNLHNNS09D5DL6MDRGO4ZACVKBM2JV9O2W5YULQMMWQ48ZXNSLTXVR14CNHMU1RO7P10KU' where id=6; -update noar ti set v3='KHDTOKKYJDGD0O41TB01KS8GGC7EL5TCGJPSU5HK5YPYIUCTE4RU2N4ACPJCRGCM94GW29IYRFPJIOKD4AG88WXZLMW37DY3PMPE2S2SCBKQJ0ZCF0BR6VGG45XTSHXPTZX0P24FQIW3RLPPETZ7IBAXL2JQI3NAQ9TESMEEUD1N81Z7PAY8IKQSJU6GNLHNNS09D5DL6MDRGO4ZACVKBM2JV9O2W5YULQMMWQ48ZXNSLTXVR14CNHMU1RO7P10KU' where id=6; -update noar tt set v0='LHM6SC7V983AQONHQU2KCHOWL4QRC0DFXB3YA3OOOZKJJ0BRQDAUWYA4VKLIU0CVC9RADQMJVEAWWUIE87QX6AM73FLTG8CLUX7COHTK4H6L0GJ1PQE0XA9KRKLQHESS0AIFSQLYB273Z20MP6WIHVJUKZ9NAZ982WCQ7W324DQIOGNSCK92ZQP493QDK5B4FEP97OYRNV2KAVV6IOFXR3UMPYN3DNV3E9U804E2R8NBJL5F0N0W4ER37YDL826X2' where id=7; -update noar ti set v0='LHM6SC7V983AQONHQU2KCHOWL4QRC0DFXB3YA3OOOZKJJ0BRQDAUWYA4VKLIU0CVC9RADQMJVEAWWUIE87QX6AM73FLTG8CLUX7COHTK4H6L0GJ1PQE0XA9KRKLQHESS0AIFSQLYB273Z20MP6WIHVJUKZ9NAZ982WCQ7W324DQIOGNSCK92ZQP493QDK5B4FEP97OYRNV2KAVV6IOFXR3UMPYN3DNV3E9U804E2R8NBJL5F0N0W4ER37YDL826X2' where id=7; -update noar tt set v1='90XPBAT7BYYDYFB49JHZX76W9VCYKPNAZMOW39OS2EWRO9NXFKO7TPGJ5RQUP94FXZPPRLRXUHOPL7X767PKO3I3CJEL7C96GQK3RCB3XEGT5M93O5TMVIU5B78YEJSO8PLF5I3AO9HJL99Y8MW75ZXDVHAKMKAF4G6KAGIV0LGMMPIS8D5JMR6H87OZ2S6CTWZM4C1GJEB5JQD5G1EHZY99MUSNT9W6KQ3I121T0MBDH18G0SD3168H6Z9H2GA2T' where id=7; -update noar ti set v1='90XPBAT7BYYDYFB49JHZX76W9VCYKPNAZMOW39OS2EWRO9NXFKO7TPGJ5RQUP94FXZPPRLRXUHOPL7X767PKO3I3CJEL7C96GQK3RCB3XEGT5M93O5TMVIU5B78YEJSO8PLF5I3AO9HJL99Y8MW75ZXDVHAKMKAF4G6KAGIV0LGMMPIS8D5JMR6H87OZ2S6CTWZM4C1GJEB5JQD5G1EHZY99MUSNT9W6KQ3I121T0MBDH18G0SD3168H6Z9H2GA2T' where id=7; -update noar tt set v2='NP8HYW41BNEOI62AMBSV3QL86Q4TR7W8N96HDTXKCOEFFV9OCCB0WP4LME8TUGZ0CO7JNV8HVTH1IVGNJZ7SSRSP18BN8XQ391G6WVI04RTNLYMDTQ823KH72CQWG407HSOEEQ7TI0BK1RJ7OUVX5U0YLLTEMCDMF08T3O4VR9DT4CH9I8NRSCJD7DU3XR5SRKK12519USN2IHHC0F8NNZWQU6B8E4CAIO3XCDFDDJWQYL1Z82Z0DVEI4TIFB6IYQ' where id=7; -update noar ti set v2='NP8HYW41BNEOI62AMBSV3QL86Q4TR7W8N96HDTXKCOEFFV9OCCB0WP4LME8TUGZ0CO7JNV8HVTH1IVGNJZ7SSRSP18BN8XQ391G6WVI04RTNLYMDTQ823KH72CQWG407HSOEEQ7TI0BK1RJ7OUVX5U0YLLTEMCDMF08T3O4VR9DT4CH9I8NRSCJD7DU3XR5SRKK12519USN2IHHC0F8NNZWQU6B8E4CAIO3XCDFDDJWQYL1Z82Z0DVEI4TIFB6IYQ' where id=7; -update noar tt set v3='F3K57HUK7J1FV955BLWNE6MKETSNKA9NDANUF5WZI36PHXYAV72SHSLZX8CZQMLAESFV4ZWSJBKS34OM75U3LG9MT8620N0TY8AUYEDG6J9F6XVW8B25LKT2QZBEPQN7Q9XPNGPP1MJ898C5NRF1D4SJFZGTL6B1IRJKL3PUZFYF6TUZY2NQL0EBM0GJTGX6D991EPNMQM2373FQC4U1BT8R3WR7H0TJPSOAX0AQPV4T7RIUT4XE3R0FKBWUX237M' where id=7; -update noar ti set v3='F3K57HUK7J1FV955BLWNE6MKETSNKA9NDANUF5WZI36PHXYAV72SHSLZX8CZQMLAESFV4ZWSJBKS34OM75U3LG9MT8620N0TY8AUYEDG6J9F6XVW8B25LKT2QZBEPQN7Q9XPNGPP1MJ898C5NRF1D4SJFZGTL6B1IRJKL3PUZFYF6TUZY2NQL0EBM0GJTGX6D991EPNMQM2373FQC4U1BT8R3WR7H0TJPSOAX0AQPV4T7RIUT4XE3R0FKBWUX237M' where id=7; -update noar tt set v0='Y5CNULAL1PXJ7XZWI8QX6YYYY36NZKJ7KV1ER3Q6OAURAYQZYHZ38YVOF0MZYR9OK980V7EQA5ZRKE082GVABO1CLOYXFYNZA62XP2RNK21Q9UHRM6XWG2HK9EYCFVA2GLOMQ4E139Q2RC8YVAAI27UQZP8E7BAGAYQ7QJ2FNXFN32I2LULCZZDH3QPL99OU78V4K7LP20MHKR49WI3WFJQPT3IYAOG6CHXA2GHYL7U2OLQ5GW5CZ9AP1HV4O1QCN' where id=8; -update noar ti set v0='Y5CNULAL1PXJ7XZWI8QX6YYYY36NZKJ7KV1ER3Q6OAURAYQZYHZ38YVOF0MZYR9OK980V7EQA5ZRKE082GVABO1CLOYXFYNZA62XP2RNK21Q9UHRM6XWG2HK9EYCFVA2GLOMQ4E139Q2RC8YVAAI27UQZP8E7BAGAYQ7QJ2FNXFN32I2LULCZZDH3QPL99OU78V4K7LP20MHKR49WI3WFJQPT3IYAOG6CHXA2GHYL7U2OLQ5GW5CZ9AP1HV4O1QCN' where id=8; -update noar tt set v1='Z7TBDC73IVSOY74C6RF5GBRWC96W3MBUF10FISKC1Z3YMC0SGXNCUMBHMXBGQ4XCB9D07SYR8F9HNFCKSPQ8X7EQBA126AQWEIS6D6WA42UMNB18XJZI2B7ZOQUDRANBAOIMQNHUCP04NI0VSVOVYEPOCIRL6DKD21IPZFSY7X7964ZHQNU0SMM4RBB2ZIWF5S0D540KFTIRKVXZZKK2VHWDR819BBXSBVG7ZBHL9JJAWU1VSV8QGQETBC8PFUWI6' where id=8; -update noar ti set v1='Z7TBDC73IVSOY74C6RF5GBRWC96W3MBUF10FISKC1Z3YMC0SGXNCUMBHMXBGQ4XCB9D07SYR8F9HNFCKSPQ8X7EQBA126AQWEIS6D6WA42UMNB18XJZI2B7ZOQUDRANBAOIMQNHUCP04NI0VSVOVYEPOCIRL6DKD21IPZFSY7X7964ZHQNU0SMM4RBB2ZIWF5S0D540KFTIRKVXZZKK2VHWDR819BBXSBVG7ZBHL9JJAWU1VSV8QGQETBC8PFUWI6' where id=8; -update noar tt set v2='CMJH7J3P1KZVK1IEJXESCPBHBS5L6Z8WB4YT4HZ4SP0XZGKGWMR3H28PXNG8WKWE8QW5DM6UMTLFQOFF9GGU10KK73HTGNFQ9XTX7JAEIEO83NVM3JY3O22L2MDGBSKYIM4NVYDV7CRNN5XIUPJ2NHOHU13KE05AHH08MCX7LHL8Y1SSO3VLLRDA6HLP1R54A1NL7ZA2GPU0LTFP3SJDVZIGA30978AG3T33QP05BSPLAFCBOG59HL1K99SY30GGA' where id=8; -update noar ti set v2='CMJH7J3P1KZVK1IEJXESCPBHBS5L6Z8WB4YT4HZ4SP0XZGKGWMR3H28PXNG8WKWE8QW5DM6UMTLFQOFF9GGU10KK73HTGNFQ9XTX7JAEIEO83NVM3JY3O22L2MDGBSKYIM4NVYDV7CRNN5XIUPJ2NHOHU13KE05AHH08MCX7LHL8Y1SSO3VLLRDA6HLP1R54A1NL7ZA2GPU0LTFP3SJDVZIGA30978AG3T33QP05BSPLAFCBOG59HL1K99SY30GGA' where id=8; -update noar tt set v3='85QYOPQYOOBEE3G2GRIRV57YB9DERNG48SHLPPUCZSZ6C6JJSZXLJQTTLK09O6DF7ETHB1Z8BTJFBT73G72TS2S3ZMRRZ4EZ38JJRBKI9M8D8CX6ASQZHRF88HE02OZ0PG35154RJBKC74AER4YJ24YAIBCVLCZ2LD1T55BY8Q4PEUHJG3FAQ97I0POCOOTSM92KA5G9IE9IWEM501CGVFGUTJBLSGDDPJAFE63ESJ8F04PICZ2OJ8UF08DX4PIZJ' where id=8; -update noar ti set v3='85QYOPQYOOBEE3G2GRIRV57YB9DERNG48SHLPPUCZSZ6C6JJSZXLJQTTLK09O6DF7ETHB1Z8BTJFBT73G72TS2S3ZMRRZ4EZ38JJRBKI9M8D8CX6ASQZHRF88HE02OZ0PG35154RJBKC74AER4YJ24YAIBCVLCZ2LD1T55BY8Q4PEUHJG3FAQ97I0POCOOTSM92KA5G9IE9IWEM501CGVFGUTJBLSGDDPJAFE63ESJ8F04PICZ2OJ8UF08DX4PIZJ' where id=8; -update noar tt set v0='CCXWJBA0QUXCGG1T43E8CMG0FLF0568J0MNG4MR85C2AF3HOEEOJ97GD7GQL43OJGHULZK7IWH028XSP9F604UFKBVXRRT90EJJSJA4BUHDEA3REBLQPF6PM1PNH6IX2V0Z0ZNLRWJSMQ4AHI2DJAEANQXF7RNRIV0BMZKZ4LVMROHY1HBIWEDPM8YFGPHM4BTV4AWKL209AM82ACIO94B15LCVE1N9CJICTS9X2NQ8FBDZH8XYDVVVD736PKV90P' where id=9; -update noar ti set v0='CCXWJBA0QUXCGG1T43E8CMG0FLF0568J0MNG4MR85C2AF3HOEEOJ97GD7GQL43OJGHULZK7IWH028XSP9F604UFKBVXRRT90EJJSJA4BUHDEA3REBLQPF6PM1PNH6IX2V0Z0ZNLRWJSMQ4AHI2DJAEANQXF7RNRIV0BMZKZ4LVMROHY1HBIWEDPM8YFGPHM4BTV4AWKL209AM82ACIO94B15LCVE1N9CJICTS9X2NQ8FBDZH8XYDVVVD736PKV90P' where id=9; -update noar tt set v1='UROABRDCBAA8643XGHW3GJ5GSJQ1XQO6UBP2XD2EN9RCL8AN2PVQZ1TAROUZYNHPKH3VWT4VCBR08V30P1KDW93JM1REDJ58MT1QP81LPA5NM5KXBNJQPP9YGM2S3VIJVXROVHBAWRA2SLEK7YGM2L2T29A3K09NZXR7CVFOG3H8M5C6YBSWQMGAJTFYAU38AXW72NC6TGPCIV1SYL56FIN5ZUF6EQFB28GBA8SF2DV8W6W756H9XXYCGBXX9XFW3' where id=9; -update noar ti set v1='UROABRDCBAA8643XGHW3GJ5GSJQ1XQO6UBP2XD2EN9RCL8AN2PVQZ1TAROUZYNHPKH3VWT4VCBR08V30P1KDW93JM1REDJ58MT1QP81LPA5NM5KXBNJQPP9YGM2S3VIJVXROVHBAWRA2SLEK7YGM2L2T29A3K09NZXR7CVFOG3H8M5C6YBSWQMGAJTFYAU38AXW72NC6TGPCIV1SYL56FIN5ZUF6EQFB28GBA8SF2DV8W6W756H9XXYCGBXX9XFW3' where id=9; -update noar tt set v2='JHBJNIADQ2IR585CYZOXWQPY572FK0YHY50YINS4MUPZADI64WITP85B4B1ETHHH3II4QZL4GS6E249AVCR2FUGJOR0STTEXYRRG5LC8EFXXU6837XF1WWFH7N5R38KHCB0YPAVASK2V5RHQI0QQX50OT8AUW4Y2GOAL2HTCJENGRVYIEXB46W7MMHQA0J9LDEVDIUUQKUPZIY2AFY1JNF53PDS5WYFJZJXXA05ZII8O9KPDS5VRCSAMWPYGBWR5P' where id=9; -update noar ti set v2='JHBJNIADQ2IR585CYZOXWQPY572FK0YHY50YINS4MUPZADI64WITP85B4B1ETHHH3II4QZL4GS6E249AVCR2FUGJOR0STTEXYRRG5LC8EFXXU6837XF1WWFH7N5R38KHCB0YPAVASK2V5RHQI0QQX50OT8AUW4Y2GOAL2HTCJENGRVYIEXB46W7MMHQA0J9LDEVDIUUQKUPZIY2AFY1JNF53PDS5WYFJZJXXA05ZII8O9KPDS5VRCSAMWPYGBWR5P' where id=9; -update noar tt set v3='H3W8RD7J0IY3SEMOYRZLNXUWP6SZIQXQMC9DH51RU8RP3IFJR61WY2VYYH78MYYJBWZYB4T1G14Y5783N5WLMAI08OXGWX0IBW53WY2O5QVTT1F6P9P7J4E8M7WMMAVO9UUTSBNUOHKFXQR6FX0QMZ2S5SE4HF2DNJE7QXB0OOMG8K1UQY9J7JE166BDUT3YLHVPH72EXGUKBHN7CA83F5YBM6H1RVFZW25NZLE6AK1GYYLH74SMFFTG3OG5NS5OK' where id=9; -update noar ti set v3='H3W8RD7J0IY3SEMOYRZLNXUWP6SZIQXQMC9DH51RU8RP3IFJR61WY2VYYH78MYYJBWZYB4T1G14Y5783N5WLMAI08OXGWX0IBW53WY2O5QVTT1F6P9P7J4E8M7WMMAVO9UUTSBNUOHKFXQR6FX0QMZ2S5SE4HF2DNJE7QXB0OOMG8K1UQY9J7JE166BDUT3YLHVPH72EXGUKBHN7CA83F5YBM6H1RVFZW25NZLE6AK1GYYLH74SMFFTG3OG5NS5OK' where id=9; -update noar tt set v0='NPQC5K1Y8D2FH4D9F4AY0KN8YUCM2XLJVH2W9FTWKG1UO69EEGFY8CCAT12G2R4TC472BSSJUJSEFPW5NW9AWLNOUGXXHIM8QSRRUCHE188K2JCGZY09ROGW8FPHOM32A8LQ6XRP32YNAGJOLS37XBOMGWQ05V9XRZ6SA79SNFBMEPG699IFAZGAG10HXIXPHYSNGPDSAJZ81QTWEV7H9VGF6UDT5873VZQV2DLZKFDGI0S8H4QIQEYHOVM9OCW61' where id=10; -update noar ti set v0='NPQC5K1Y8D2FH4D9F4AY0KN8YUCM2XLJVH2W9FTWKG1UO69EEGFY8CCAT12G2R4TC472BSSJUJSEFPW5NW9AWLNOUGXXHIM8QSRRUCHE188K2JCGZY09ROGW8FPHOM32A8LQ6XRP32YNAGJOLS37XBOMGWQ05V9XRZ6SA79SNFBMEPG699IFAZGAG10HXIXPHYSNGPDSAJZ81QTWEV7H9VGF6UDT5873VZQV2DLZKFDGI0S8H4QIQEYHOVM9OCW61' where id=10; -update noar tt set v1='TF6IWM7FXZE2YW7LAD000UFDXT46G74JRY1SWYK10KG98KP3I1SFT56Q7T9VPOJ0TLZ77BZIHE5VX5R6U2N8H1X9ZQG9ZI3TBQBO5IEPZE7M09QE8ADKSZWC0Q2GYNDDOG0JGMIIPNSGYU2F5MM5KKQ87RSYUMKSQPU8OVUDNTZ525OXVR9DHCBA5UV45X66QLT9XF6N2LYITP4GAA4ICD9UBDCNCQFRWMTO55OTOGJV6ESD5BWJ0E4JTNCLKISTA' where id=10; -update noar ti set v1='TF6IWM7FXZE2YW7LAD000UFDXT46G74JRY1SWYK10KG98KP3I1SFT56Q7T9VPOJ0TLZ77BZIHE5VX5R6U2N8H1X9ZQG9ZI3TBQBO5IEPZE7M09QE8ADKSZWC0Q2GYNDDOG0JGMIIPNSGYU2F5MM5KKQ87RSYUMKSQPU8OVUDNTZ525OXVR9DHCBA5UV45X66QLT9XF6N2LYITP4GAA4ICD9UBDCNCQFRWMTO55OTOGJV6ESD5BWJ0E4JTNCLKISTA' where id=10; -update noar tt set v2='Y74X1E1ZSSV0V3VH1YY9304X4Y0BYGXCOYFHFVIRI0MWOMRPSEZWJLN26DSJY7SF3304QQEBOE4ICDH4S5ZL7FY08BV4HV6MOHU57Q3QKI52U2K0LKDUP3SXV9ETYTYTW688OV9TMINUA2ZNJHZC6YYHQIRM59YCL8NI61GMMC3DOX436BU1AAABHLOV29AEN30DV9L0WL96FFIZOZHXZQJ2N2ZM1NBTFCMKO5WFKF5BB9PFJAFBWZXNPI0FG1SAE' where id=10; -update noar ti set v2='Y74X1E1ZSSV0V3VH1YY9304X4Y0BYGXCOYFHFVIRI0MWOMRPSEZWJLN26DSJY7SF3304QQEBOE4ICDH4S5ZL7FY08BV4HV6MOHU57Q3QKI52U2K0LKDUP3SXV9ETYTYTW688OV9TMINUA2ZNJHZC6YYHQIRM59YCL8NI61GMMC3DOX436BU1AAABHLOV29AEN30DV9L0WL96FFIZOZHXZQJ2N2ZM1NBTFCMKO5WFKF5BB9PFJAFBWZXNPI0FG1SAE' where id=10; -update noar tt set v3='8HMT8C2LH8AKHPP7Z33NRP8NZEAAY01FZCH9VO0LT6GXSBL8J4HAE7JT3O4R3PGW40HJK3CHV6T0B560SZH6IVHE6LILO0AR4TNVGUJKC4IU6RZRR9QS1ZN4E6LW9YMKWNK5I7OME75WTDL5QHZXP16SN6ZOD9Z8U488DEFJMZZ193MP7UHJVRQFSR67MY4JN047NGK284E2Y4HP31MWKSIYEFBBHS47CLR08ZJH7I91DKY32KC771VKW3LBVXPLG' where id=10; -update noar ti set v3='8HMT8C2LH8AKHPP7Z33NRP8NZEAAY01FZCH9VO0LT6GXSBL8J4HAE7JT3O4R3PGW40HJK3CHV6T0B560SZH6IVHE6LILO0AR4TNVGUJKC4IU6RZRR9QS1ZN4E6LW9YMKWNK5I7OME75WTDL5QHZXP16SN6ZOD9Z8U488DEFJMZZ193MP7UHJVRQFSR67MY4JN047NGK284E2Y4HP31MWKSIYEFBBHS47CLR08ZJH7I91DKY32KC771VKW3LBVXPLG' where id=10; -update noar tt set v0='G1PIUPV2DK6CK4M6UDBV8S4D9CHQ934NXHNP4Y8AWZNDY4VWF3EWL9I9FVM97C1LUL2UEUAP33MS0C8UFSVSXXPH8NI03NELI9I1L7OSA53KHNGSFMX5NDGQHEF2BJOJBW069143AYA78HJ6L9C9VX2X8BC53IAUFY5F0QA76LNOKDX10RBHEDLYKJOX9AAGK2KM81GRESU9C9ZUTGP1FNSVWV97M0RY7OKXWZINGMBSG5FPBS3UKE3OMQTAMZH24' where id=11; -update noar ti set v0='G1PIUPV2DK6CK4M6UDBV8S4D9CHQ934NXHNP4Y8AWZNDY4VWF3EWL9I9FVM97C1LUL2UEUAP33MS0C8UFSVSXXPH8NI03NELI9I1L7OSA53KHNGSFMX5NDGQHEF2BJOJBW069143AYA78HJ6L9C9VX2X8BC53IAUFY5F0QA76LNOKDX10RBHEDLYKJOX9AAGK2KM81GRESU9C9ZUTGP1FNSVWV97M0RY7OKXWZINGMBSG5FPBS3UKE3OMQTAMZH24' where id=11; -update noar tt set v1='1089YGSGCQC7EBSHXDXEKTG1B40ZGVS5ZOW6IHYHGVIB9VDZUYVG1PO8QOIL6JZN5XESZ4BEQ9M122BVSGPQVDKHA0VHLE5DENL07KTDIV4BPWPF0T9YKXZQN6V99MBKF3676VLA5A5S03F4ZD9K9PYX6RGPFOYFKFF1C5RFCJRY53IXGEL4K5AKNG7IULPXATM4384AQBMLPZBTJ9ABISHTHU5G3LLMV177H48TSJYR7BRFCE2PCP4GIJF9MZOBF' where id=11; -update noar ti set v1='1089YGSGCQC7EBSHXDXEKTG1B40ZGVS5ZOW6IHYHGVIB9VDZUYVG1PO8QOIL6JZN5XESZ4BEQ9M122BVSGPQVDKHA0VHLE5DENL07KTDIV4BPWPF0T9YKXZQN6V99MBKF3676VLA5A5S03F4ZD9K9PYX6RGPFOYFKFF1C5RFCJRY53IXGEL4K5AKNG7IULPXATM4384AQBMLPZBTJ9ABISHTHU5G3LLMV177H48TSJYR7BRFCE2PCP4GIJF9MZOBF' where id=11; -update noar tt set v2='B2DZ6JQ65DH37M765HN6PE6POJURGBVL34DC1IK9AUOGBPUIBLKXQ2BR0NT38GMY1EA3CBG964RGPPUQP631Q50ABJI9GRX95RXJ5WCQA864I3XYK0N8DSN93LP5MS9IQWRWKRO4IMM2SIR4KRN879DUXY5Y8H9RX3MYLSKC2C0CR9LGJYMNXAICQYON8JR6HUY6IR9K91ZQNIMSBBSHE0FA4YLI0G9ZH7UGC55BDNNXSWFR77241PM3M78E7A31C' where id=11; -update noar ti set v2='B2DZ6JQ65DH37M765HN6PE6POJURGBVL34DC1IK9AUOGBPUIBLKXQ2BR0NT38GMY1EA3CBG964RGPPUQP631Q50ABJI9GRX95RXJ5WCQA864I3XYK0N8DSN93LP5MS9IQWRWKRO4IMM2SIR4KRN879DUXY5Y8H9RX3MYLSKC2C0CR9LGJYMNXAICQYON8JR6HUY6IR9K91ZQNIMSBBSHE0FA4YLI0G9ZH7UGC55BDNNXSWFR77241PM3M78E7A31C' where id=11; -update noar tt set v3='EOOJW86E39PL7F6YDV949XGV9PBF5DYHTVW5W1JJGE661JT74AF3LMN1CYGQPQKDHS1IRY4JSL15S8DJC579THBSJZ2X6U6GOZXUKSGUNZTV6JOZOBNWGXCQKDL439PLRVTP7DLOUKWGX97HJBCHRPQYQRZ9JSJATZ0QHR6UBHVXGLBHWX2YPZRTW3BXLBJWHNCT5GUUA744IPBOG6RQKC5QZZZRVHA7ESYRZWY3S6B8FF8PM0EEW8G7JIO7EN8GC' where id=11; -update noar ti set v3='EOOJW86E39PL7F6YDV949XGV9PBF5DYHTVW5W1JJGE661JT74AF3LMN1CYGQPQKDHS1IRY4JSL15S8DJC579THBSJZ2X6U6GOZXUKSGUNZTV6JOZOBNWGXCQKDL439PLRVTP7DLOUKWGX97HJBCHRPQYQRZ9JSJATZ0QHR6UBHVXGLBHWX2YPZRTW3BXLBJWHNCT5GUUA744IPBOG6RQKC5QZZZRVHA7ESYRZWY3S6B8FF8PM0EEW8G7JIO7EN8GC' where id=11; -update noar tt set v0='KMPR9IT6KR3MVNV37YWY5E5P88QDA3N05PVNKHGGZM59J6HWWRE8MWRWWJOG440Q69N18BVHM214OR4ONP4R3M4BAFTSWCM5V4PH1H3CJ2SVYE20LW4OI0872NVYCRHDB58BC6QLSEP0O2WXBF0EPVO235Y6BX51QSAMK9S4WY0VVO6Y4ZACT3R03KPZKZGA6UIPVMFAVSTGF6KLFNNFBCNT58BZ4JVHZT96JELZ91TS57ZGUREHU9DSXUTG5LQ6S' where id=12; -update noar ti set v0='KMPR9IT6KR3MVNV37YWY5E5P88QDA3N05PVNKHGGZM59J6HWWRE8MWRWWJOG440Q69N18BVHM214OR4ONP4R3M4BAFTSWCM5V4PH1H3CJ2SVYE20LW4OI0872NVYCRHDB58BC6QLSEP0O2WXBF0EPVO235Y6BX51QSAMK9S4WY0VVO6Y4ZACT3R03KPZKZGA6UIPVMFAVSTGF6KLFNNFBCNT58BZ4JVHZT96JELZ91TS57ZGUREHU9DSXUTG5LQ6S' where id=12; -update noar tt set v1='7EE0CQ3NMTK6R1YYWA31YHM0PQGU2FMKNR381H3O2FA7ZBW1LIYWYQ21ENPTOA1WWW4IQXF0NMZBKUHNJVGGBK49JK9FWY06299Z66JUF65YJSWOQQMQ2R2KLGON57PCYDQ4AQEKFICIS5M0X36HHZCU8U9QIVESZ3JVDDGT7G19H5OCAIRUHOW20IOA15NXE37YFJFGGSN2SHOP9S0MMAZP8CYZBNZ0Z0M4W720ZXGL4EA2LYV6V24KBN7I0A9PB' where id=12; -update noar ti set v1='7EE0CQ3NMTK6R1YYWA31YHM0PQGU2FMKNR381H3O2FA7ZBW1LIYWYQ21ENPTOA1WWW4IQXF0NMZBKUHNJVGGBK49JK9FWY06299Z66JUF65YJSWOQQMQ2R2KLGON57PCYDQ4AQEKFICIS5M0X36HHZCU8U9QIVESZ3JVDDGT7G19H5OCAIRUHOW20IOA15NXE37YFJFGGSN2SHOP9S0MMAZP8CYZBNZ0Z0M4W720ZXGL4EA2LYV6V24KBN7I0A9PB' where id=12; -update noar tt set v2='6CAF8P27N9E6X9E5JCC40GMOLY7BQVTDEGVYP11VQN5RJ16O19E88Y3GI9XV9F2U03D2LFV9VCOF1U42B3Z8FTXNKK85DX4W1NZUNYUWFO9C4NC2C5DDGZQRNSB2KKXWED65FFB9QEZHA1PYBDYDYI7DKFSTV7W67ARIXL25S1T4DQU5VADD67PKUGLFANCP4A31CTOBTQKBL3NT3USH33QAJLE7WRBC9ZZ1JL00YWHRFIFVBR0X9JIZ8EZ60LZOK' where id=12; -update noar ti set v2='6CAF8P27N9E6X9E5JCC40GMOLY7BQVTDEGVYP11VQN5RJ16O19E88Y3GI9XV9F2U03D2LFV9VCOF1U42B3Z8FTXNKK85DX4W1NZUNYUWFO9C4NC2C5DDGZQRNSB2KKXWED65FFB9QEZHA1PYBDYDYI7DKFSTV7W67ARIXL25S1T4DQU5VADD67PKUGLFANCP4A31CTOBTQKBL3NT3USH33QAJLE7WRBC9ZZ1JL00YWHRFIFVBR0X9JIZ8EZ60LZOK' where id=12; -update noar tt set v3='ZQIV6F7BZFC8C74DSG0HDTQGMMZGLLJMI9HDQSJ1MA1H61L160RIJLTCD62TN7NNAVMGRAFGC6A7JHFAQDC8CP1BLB8X8SKUUZS36MP9NIKYSXJAX0GJWNYQG4GZALKC7QK0MIOG9QAAS3LYFFF4FCBMOKZYSDIUIIMOWTRK1J98EY6XQVAIJYCTY8MW95Q44Z6EFJHZL6EF28UE5YL8RL5I94Q2KFO01P9F3MTO4E7SSOK5B3TV7ANYKP4TE3L53' where id=12; -update noar ti set v3='ZQIV6F7BZFC8C74DSG0HDTQGMMZGLLJMI9HDQSJ1MA1H61L160RIJLTCD62TN7NNAVMGRAFGC6A7JHFAQDC8CP1BLB8X8SKUUZS36MP9NIKYSXJAX0GJWNYQG4GZALKC7QK0MIOG9QAAS3LYFFF4FCBMOKZYSDIUIIMOWTRK1J98EY6XQVAIJYCTY8MW95Q44Z6EFJHZL6EF28UE5YL8RL5I94Q2KFO01P9F3MTO4E7SSOK5B3TV7ANYKP4TE3L53' where id=12; -update noar tt set v0='KKYRHYP0AL4AF6TLSKTYX679JUVVSOHME36YHBYJGDO9W6Q7R1UU6G2KMGSFI4MBS57ZOS75N805F7QPBQK38R36NNUKTINPNJ4FYQQ8UBCI8CJVJD8Y2EKHM9GSJV1HMB7BQTM5V2NB2E2ROZZCFHNAQ0UX7QIKWPWV5LD128CEHRZ4YRRT666SIXEWN93KE7A73LNS0SHREGN2HNFRYAPYU50391B3RNVVGV74XCH2I7FW9B2AGEZTRQ16VYW52' where id=13; -update noar ti set v0='KKYRHYP0AL4AF6TLSKTYX679JUVVSOHME36YHBYJGDO9W6Q7R1UU6G2KMGSFI4MBS57ZOS75N805F7QPBQK38R36NNUKTINPNJ4FYQQ8UBCI8CJVJD8Y2EKHM9GSJV1HMB7BQTM5V2NB2E2ROZZCFHNAQ0UX7QIKWPWV5LD128CEHRZ4YRRT666SIXEWN93KE7A73LNS0SHREGN2HNFRYAPYU50391B3RNVVGV74XCH2I7FW9B2AGEZTRQ16VYW52' where id=13; -update noar tt set v1='LAK6WXGZNEMT4DWCQLT8WTP5OTJXQAX09QG44BF33SI98W7CELG2ZCEGGGCD3ETGLQG0MGFYZOC153SCQE67JJK64HE44NR2YRSTVYSM2ERGWU80CXZZU3V9FJJA85J32B3FPURONU28FO9CRQVDQK3D5EDSQZG775RGYKQJ37QBZWCHQFJ24WK3T0PFKCCP1JY3QWYVO0D5IWP63QR6H69X5PNHCYNL7ST932F6WYHKWZAUH3IS747WC2CQ94WTZ' where id=13; -update noar ti set v1='LAK6WXGZNEMT4DWCQLT8WTP5OTJXQAX09QG44BF33SI98W7CELG2ZCEGGGCD3ETGLQG0MGFYZOC153SCQE67JJK64HE44NR2YRSTVYSM2ERGWU80CXZZU3V9FJJA85J32B3FPURONU28FO9CRQVDQK3D5EDSQZG775RGYKQJ37QBZWCHQFJ24WK3T0PFKCCP1JY3QWYVO0D5IWP63QR6H69X5PNHCYNL7ST932F6WYHKWZAUH3IS747WC2CQ94WTZ' where id=13; -update noar tt set v2='XR7TCJ6SWY37YMKIA30A6P0UN4VFV8LE5NP9W074DP0D0CTKAVNJ3GSITM7XH0IDN4TS1XGRX890Z1B54YHOV05L3XBWI7NLB07IM1EOGWZGK2PT8JYS0PN4NOJYPJ9NM1VARNSL2F2T9R4F7OOS2UPI62PXGO0RHSM1XLTMKX49TJSIB7NA7QH5W0O6SE7TPEDEEU59MF7WWMKGJC2T7IVUGUA6CTZ0ULQBXPUB709EONRI5REKAGOHZ5KRUPM80' where id=13; -update noar ti set v2='XR7TCJ6SWY37YMKIA30A6P0UN4VFV8LE5NP9W074DP0D0CTKAVNJ3GSITM7XH0IDN4TS1XGRX890Z1B54YHOV05L3XBWI7NLB07IM1EOGWZGK2PT8JYS0PN4NOJYPJ9NM1VARNSL2F2T9R4F7OOS2UPI62PXGO0RHSM1XLTMKX49TJSIB7NA7QH5W0O6SE7TPEDEEU59MF7WWMKGJC2T7IVUGUA6CTZ0ULQBXPUB709EONRI5REKAGOHZ5KRUPM80' where id=13; -update noar tt set v3='HSN6YMIJAXLMEEIW4TNEY99KCC3Y75PT91I2036Z0RPD9RNH1534GPRRDP475O3EPYH92QUB5031TPFKRTSRDKOCFQ4HLSOAMUP7PSFEE02SLXPZ38DR6TO97G9FAKHT9VK1RRMFI428LBRZL72YFQ0DTVSKJXWERUE1655ZH4LGAAI7ERIV8KEP7WVZN1K4DBPKD4RM7XI5MY7ZR6IPFQLXVACBVA62ITUUDYL7XYADFQXVV2NJ5ZIGWLBCMJY8A' where id=13; -update noar ti set v3='HSN6YMIJAXLMEEIW4TNEY99KCC3Y75PT91I2036Z0RPD9RNH1534GPRRDP475O3EPYH92QUB5031TPFKRTSRDKOCFQ4HLSOAMUP7PSFEE02SLXPZ38DR6TO97G9FAKHT9VK1RRMFI428LBRZL72YFQ0DTVSKJXWERUE1655ZH4LGAAI7ERIV8KEP7WVZN1K4DBPKD4RM7XI5MY7ZR6IPFQLXVACBVA62ITUUDYL7XYADFQXVV2NJ5ZIGWLBCMJY8A' where id=13; -update noar tt set v0='DPGL9XGJWM0OHS8TV1CAI4G6WJWBKQOHE9BMN4FTO918WVPAR9PG1MJMUI5Q4PJ640S1R71QLMDJLU0J070TVUVC321UNM8MXKVG622ZZWWW3LIVGAWUM81KTHNYT3H72J317ECJLQWXVQ6J3I5594LE3Z0SDA0SCPH7IHN8SV6D3TXTMLF6SWFD5P3T5V7KP5Q177662SGUX4NS1ZDH0RR3ENKUCZ4C2MYLX8NZCGZWYNGF48L1JX7GUYPMW9XXO' where id=14; -update noar ti set v0='DPGL9XGJWM0OHS8TV1CAI4G6WJWBKQOHE9BMN4FTO918WVPAR9PG1MJMUI5Q4PJ640S1R71QLMDJLU0J070TVUVC321UNM8MXKVG622ZZWWW3LIVGAWUM81KTHNYT3H72J317ECJLQWXVQ6J3I5594LE3Z0SDA0SCPH7IHN8SV6D3TXTMLF6SWFD5P3T5V7KP5Q177662SGUX4NS1ZDH0RR3ENKUCZ4C2MYLX8NZCGZWYNGF48L1JX7GUYPMW9XXO' where id=14; -update noar tt set v1='82DXNVL7DOKCTQ7FAK8SCL8BTL9J7905QF9TY3NZE08VWBT641HD7F8JWDIB93D1R8T701TNBP819NBN6HTFU88QPOWLQQ9B56YYCR3UPN5YCGEA7X7CK318OM1DIVPN9AM93OQVUGMIXGWK8569CHDAFYJTXNPWIJSHQE0Q3SERS1DB9PQ1WB399LI11YNZ9SY399TUSY4QIKHP0EUNXWKMVQDPNT7Z545T1L534HXP5NG7NES13QJZHPATNN16L' where id=14; -update noar ti set v1='82DXNVL7DOKCTQ7FAK8SCL8BTL9J7905QF9TY3NZE08VWBT641HD7F8JWDIB93D1R8T701TNBP819NBN6HTFU88QPOWLQQ9B56YYCR3UPN5YCGEA7X7CK318OM1DIVPN9AM93OQVUGMIXGWK8569CHDAFYJTXNPWIJSHQE0Q3SERS1DB9PQ1WB399LI11YNZ9SY399TUSY4QIKHP0EUNXWKMVQDPNT7Z545T1L534HXP5NG7NES13QJZHPATNN16L' where id=14; -update noar tt set v2='E6B4AB06MLZYTMXVDN3BPX4JF1IPDXANJEZ1NE8RXK0QQN6AHFFGQSDQ3YM0A7VUQ8SZTLS7ASLAABRUSBLQMMRB5E85AG1SFH2NLKXZNSC4QSYQ2KO785ZGZATCCZAQ83XSF31B27IBIIYSXTG6ZPID6R74YW6EMUPATOCUOKRN1KPMNFZ926OC6K4T0EFA3E69FM0TN2MJI8G2JPKLK4NERIRGQ9OLNCSEM15FS0M3NCZV9O86V65A028S2IL9Z' where id=14; -update noar ti set v2='E6B4AB06MLZYTMXVDN3BPX4JF1IPDXANJEZ1NE8RXK0QQN6AHFFGQSDQ3YM0A7VUQ8SZTLS7ASLAABRUSBLQMMRB5E85AG1SFH2NLKXZNSC4QSYQ2KO785ZGZATCCZAQ83XSF31B27IBIIYSXTG6ZPID6R74YW6EMUPATOCUOKRN1KPMNFZ926OC6K4T0EFA3E69FM0TN2MJI8G2JPKLK4NERIRGQ9OLNCSEM15FS0M3NCZV9O86V65A028S2IL9Z' where id=14; -update noar tt set v3='6LDFMFYW502S2CSL96GBL7QA8XCCUYLK169ZSLQX56BPN3PPTUPYMVQ6A4M87CNJ4IKOE3KRAD82AZS4EOIJLHQPDKH9PTTF3WDOVHAJON303YISYMOQMFNJ22RD1M4I08WP8II1FNG9VYE9WGKB4J7DJ3EI5512GBJDRT7SY956EDR77UN3XA0E7JPVDIJ3OQ2IIHI1O6GGQ9J5HVXVT2I4UIBWDTRBJVK1D9GRKVXWWIGOTGSBVA5C7STCV3QTT' where id=14; -update noar ti set v3='6LDFMFYW502S2CSL96GBL7QA8XCCUYLK169ZSLQX56BPN3PPTUPYMVQ6A4M87CNJ4IKOE3KRAD82AZS4EOIJLHQPDKH9PTTF3WDOVHAJON303YISYMOQMFNJ22RD1M4I08WP8II1FNG9VYE9WGKB4J7DJ3EI5512GBJDRT7SY956EDR77UN3XA0E7JPVDIJ3OQ2IIHI1O6GGQ9J5HVXVT2I4UIBWDTRBJVK1D9GRKVXWWIGOTGSBVA5C7STCV3QTT' where id=14; -update noar tt set v0='146QAZLKFPU3ZM0GRPSDLF2TK6Z58210ZYJPVT7CWQHXSVW7K5Y7PNA5YDV4MPC0S5AY4UQMEGJVLQDV4KAMP6RWHUBOZI7B8MEV1D1V3TXFG52O6YJUAVD4BZMTCC5DWNBETALYMI41TDHEXLFFRVUY1D9I3FU0528U39GYMZFO4TR43W78HJG90S19V92O84H800PP6IT7PWOM3T94F5XC01QEHT0FN5AIEGGXCQ3VXZK542W0RDHITV8KBJ4BD' where id=15; -update noar ti set v0='146QAZLKFPU3ZM0GRPSDLF2TK6Z58210ZYJPVT7CWQHXSVW7K5Y7PNA5YDV4MPC0S5AY4UQMEGJVLQDV4KAMP6RWHUBOZI7B8MEV1D1V3TXFG52O6YJUAVD4BZMTCC5DWNBETALYMI41TDHEXLFFRVUY1D9I3FU0528U39GYMZFO4TR43W78HJG90S19V92O84H800PP6IT7PWOM3T94F5XC01QEHT0FN5AIEGGXCQ3VXZK542W0RDHITV8KBJ4BD' where id=15; -update noar tt set v1='0N2RODYAYB3DCVX0VXJPRMGIN0K5VFAFK8JPOV2GX173DM8JNLS2XEABOC1CUBU80KE6PGNC8MESOV2TUQK0V71XQMHKBWVWHUNXQ8VAW4LD71B7QTV8WXBLG4LN95IJCU35O6WST1VPWIW4YD0RKYF2P2AFRB7S56U5YLJ1AP9UEGDR92XQKIHIZ1HHP58SDCIP5BG44ZRLYJ7II1664K70MFIHRJDDEP4DRUVXTOU4BMI96QA6X7FWXOJ964Z2Q' where id=15; -update noar ti set v1='0N2RODYAYB3DCVX0VXJPRMGIN0K5VFAFK8JPOV2GX173DM8JNLS2XEABOC1CUBU80KE6PGNC8MESOV2TUQK0V71XQMHKBWVWHUNXQ8VAW4LD71B7QTV8WXBLG4LN95IJCU35O6WST1VPWIW4YD0RKYF2P2AFRB7S56U5YLJ1AP9UEGDR92XQKIHIZ1HHP58SDCIP5BG44ZRLYJ7II1664K70MFIHRJDDEP4DRUVXTOU4BMI96QA6X7FWXOJ964Z2Q' where id=15; -update noar tt set v2='TIXCEEPHSANG8VF2C9PPVYNVO5EFI1HVXI1XYL6DAJSD29GV2RT0G0HAFUBK42PZ42ONOKEBGXYHXKUAFQCY8ZFJYVKVUQQ3196UD436GYD373SMSHW7UEGE4L9BRJOKNFPPBEXBG4TD1WWJVJCX42BF8PYPDAY1F375KNVWW3L31EUXL311GSKD6LEL3T0BDDS5KXGBFDHDHNJAWELYLG1Z5Q0GP2BKY0VMASFIFND7B0ZPTH8QPPZIX9DJH8WE3' where id=15; -update noar ti set v2='TIXCEEPHSANG8VF2C9PPVYNVO5EFI1HVXI1XYL6DAJSD29GV2RT0G0HAFUBK42PZ42ONOKEBGXYHXKUAFQCY8ZFJYVKVUQQ3196UD436GYD373SMSHW7UEGE4L9BRJOKNFPPBEXBG4TD1WWJVJCX42BF8PYPDAY1F375KNVWW3L31EUXL311GSKD6LEL3T0BDDS5KXGBFDHDHNJAWELYLG1Z5Q0GP2BKY0VMASFIFND7B0ZPTH8QPPZIX9DJH8WE3' where id=15; -update noar tt set v3='BU80H39TADLUV4GHJFTHN2SRHDQI318ZBYGM08761OJ3SIURCB9U1BEQGQR8TQN0IFPBHMYFNG5S4TIYX465KSSGSIYWNV578MFHH6YWL4YZ2V6FMRNANCKGWN28KM3885S8GSV6V43F9BW4NJ00RR11C01MO1Y12RNV1GC87JFCHVKWHWYKP0GXP8W0ZXKVAL7P4CS3RJQ0QJL4UI2EN3K8NJVCM5EO4CR5QJGEGNAXSJQL27AQ7WLHVH0YI7Q6P' where id=15; -update noar ti set v3='BU80H39TADLUV4GHJFTHN2SRHDQI318ZBYGM08761OJ3SIURCB9U1BEQGQR8TQN0IFPBHMYFNG5S4TIYX465KSSGSIYWNV578MFHH6YWL4YZ2V6FMRNANCKGWN28KM3885S8GSV6V43F9BW4NJ00RR11C01MO1Y12RNV1GC87JFCHVKWHWYKP0GXP8W0ZXKVAL7P4CS3RJQ0QJL4UI2EN3K8NJVCM5EO4CR5QJGEGNAXSJQL27AQ7WLHVH0YI7Q6P' where id=15; -update noar tt set v0='1MC1WBDNA6FE50LO20BN3F7JE269P183R332QGGYOL6XI4NRO05YTFGQCVCOHRG231G2CLFYFRG20T7HU7J06DJUWRIHBQ0Q8TT2TWGNDBPQPYWMOFY2UUAY06PD79DNAJMBZJ9YL4WEYVQZAM2YLXN1TKB1PQ9ZIHZ5BHWKVQ7A1WPFN60MBQS6I2D5H38X607QW0EORB2CGF0FKMM22F1OMD6UWU12XHZLKJ1IQJMOD0AE1PUI8XWXDLDM1OVV0' where id=16; -update noar ti set v0='1MC1WBDNA6FE50LO20BN3F7JE269P183R332QGGYOL6XI4NRO05YTFGQCVCOHRG231G2CLFYFRG20T7HU7J06DJUWRIHBQ0Q8TT2TWGNDBPQPYWMOFY2UUAY06PD79DNAJMBZJ9YL4WEYVQZAM2YLXN1TKB1PQ9ZIHZ5BHWKVQ7A1WPFN60MBQS6I2D5H38X607QW0EORB2CGF0FKMM22F1OMD6UWU12XHZLKJ1IQJMOD0AE1PUI8XWXDLDM1OVV0' where id=16; -update noar tt set v1='S2KUJFIG0MEZ8EVL9BA9FGB2BJNNPLSGDJ9M87YQTRLGIJJN1WUG42JLI3M0HUC436F3PPEYJ10YIDVFJ2F30F38NIKD5Y2FH5LY01VJRIVQWZQ8CKJ4LTFMHQOBY79DVT8XLQTUN8LQOP0J3PVQA0VIUZZ9HFGA69C288MSTEA073X2CL75EO6FBEJMPGP7AXUHYIOA7FY6A7EP3ZWB37RUGICAVG4OW0P5YSLXXLN50TZBDQ6XGAFTWLE6RCNB1' where id=16; -update noar ti set v1='S2KUJFIG0MEZ8EVL9BA9FGB2BJNNPLSGDJ9M87YQTRLGIJJN1WUG42JLI3M0HUC436F3PPEYJ10YIDVFJ2F30F38NIKD5Y2FH5LY01VJRIVQWZQ8CKJ4LTFMHQOBY79DVT8XLQTUN8LQOP0J3PVQA0VIUZZ9HFGA69C288MSTEA073X2CL75EO6FBEJMPGP7AXUHYIOA7FY6A7EP3ZWB37RUGICAVG4OW0P5YSLXXLN50TZBDQ6XGAFTWLE6RCNB1' where id=16; -update noar tt set v2='ECWAIFYYPPCUPR9NY17BMBFKVG4N2XYM9ZFG7I4RLCKDNS2QT4JS2VQLHOHSP8V40MBWRK89IX1L2OEXWWWSCZCC2AZS9ZBPPOGMD5TT0NLDMBDCD7E3PI6X58QQEI1297O7B3SHQ8O5BOX2871SIRG8NWE2LA0OY22HVDO3QLDVHHK13DUP214FHUNORTX5QIFV4R28KCU5T7KSNL0X4N1FKVPVAQEF14K8OBRRUZZA22QKAT239BXR66DPLQTTF' where id=16; -update noar ti set v2='ECWAIFYYPPCUPR9NY17BMBFKVG4N2XYM9ZFG7I4RLCKDNS2QT4JS2VQLHOHSP8V40MBWRK89IX1L2OEXWWWSCZCC2AZS9ZBPPOGMD5TT0NLDMBDCD7E3PI6X58QQEI1297O7B3SHQ8O5BOX2871SIRG8NWE2LA0OY22HVDO3QLDVHHK13DUP214FHUNORTX5QIFV4R28KCU5T7KSNL0X4N1FKVPVAQEF14K8OBRRUZZA22QKAT239BXR66DPLQTTF' where id=16; -update noar tt set v3='M7TE8AOGANMM3OR3PGXSTGY8E9CD4T4LBWW9JKQR1DGWM4V3C1PQRZ01FBBUEWUDNDLYIG37B6ZSJ8IVNULWMHHG3YWLTKO37V46C5CQ6TAVR9HLXM5US8VB0UJE5GIBOGEP1BRMXDYZYBRFFW9VCWC7WFFMZGOS93HKGGX7IZ3FQAZNJXU58I6HQ13H8MS3A3M1ZEGLAFCDRDLE67FDP1L41Z3WLTFJDB7FQGMRTLLLH8MY6ARTDEPPM3YS45JPD' where id=16; -update noar ti set v3='M7TE8AOGANMM3OR3PGXSTGY8E9CD4T4LBWW9JKQR1DGWM4V3C1PQRZ01FBBUEWUDNDLYIG37B6ZSJ8IVNULWMHHG3YWLTKO37V46C5CQ6TAVR9HLXM5US8VB0UJE5GIBOGEP1BRMXDYZYBRFFW9VCWC7WFFMZGOS93HKGGX7IZ3FQAZNJXU58I6HQ13H8MS3A3M1ZEGLAFCDRDLE67FDP1L41Z3WLTFJDB7FQGMRTLLLH8MY6ARTDEPPM3YS45JPD' where id=16; -update noar tt set v0='22NCVZ1Q0AFW4FMGZ1I3DXBPISMBTAXDAU945RRMACDJYF44T8AOMJP0VQ8PCPBG5RP3JNUIUCM07SPGVG8A3FL63OWQYKFAESXP2G1FXGK0IKQI94MCOETOD9JKON7A77LXCGMZ2S0Y8Y3YTOR4MUHWC4EFLL7EI99SSPYG69SI0MMESE3FZP0QJHQMF42K58UF0HIKJ6V0AY7ITFIYXNWPMGJ6QLMF9DMYCLODEXVZZM4PARFZ3M28XP9CE8HWF' where id=17; -update noar ti set v0='22NCVZ1Q0AFW4FMGZ1I3DXBPISMBTAXDAU945RRMACDJYF44T8AOMJP0VQ8PCPBG5RP3JNUIUCM07SPGVG8A3FL63OWQYKFAESXP2G1FXGK0IKQI94MCOETOD9JKON7A77LXCGMZ2S0Y8Y3YTOR4MUHWC4EFLL7EI99SSPYG69SI0MMESE3FZP0QJHQMF42K58UF0HIKJ6V0AY7ITFIYXNWPMGJ6QLMF9DMYCLODEXVZZM4PARFZ3M28XP9CE8HWF' where id=17; -update noar tt set v1='X4UN0BAM3WBARYX8IFUL9UIEE16IFFIW1J0P2PGSDW8MWXN4B700VQTYIV7RARVAV4D5DGZYVXJYE9EUZV3QGLXKQG6PGCE4LTJO7LOUJTIPP1ENDGUYSQFFWO5HEU7ZS5WZH403C5WBI3O27HVMPA22TEST6M02UC4SEBKQB5RCTKWO5Y42A5VMVJJI69VEP5NPX9QFOMHPIS94LD4HDU0GTGB0K2EZXG448PGMYKMF152ERO7AEZ0NKG6RJ0Q5F' where id=17; -update noar ti set v1='X4UN0BAM3WBARYX8IFUL9UIEE16IFFIW1J0P2PGSDW8MWXN4B700VQTYIV7RARVAV4D5DGZYVXJYE9EUZV3QGLXKQG6PGCE4LTJO7LOUJTIPP1ENDGUYSQFFWO5HEU7ZS5WZH403C5WBI3O27HVMPA22TEST6M02UC4SEBKQB5RCTKWO5Y42A5VMVJJI69VEP5NPX9QFOMHPIS94LD4HDU0GTGB0K2EZXG448PGMYKMF152ERO7AEZ0NKG6RJ0Q5F' where id=17; -update noar tt set v2='YKCOYH0X4PMF0N25DGDSMYP7B4446O9NLP99L9P9BV6C80UD5J0RFDI7KV1XEB0MYWT3JGHD25ZXJQKMSQU257V4STCBVLLCNUPGBY1KUMLS07SCFOSS5MKWZ67LMRXVB494VEGK3B102L268GGTNSPPD0JDYWVHJ9C0KZ25WDT4HM0PTOGMNH5QP6RLSYXA12QZHQE7Z8NWWNXJALMT8RXAA4PBYDVX8QQMQ3DFWX735U04MPAIYO408FGK7YCNS' where id=17; -update noar ti set v2='YKCOYH0X4PMF0N25DGDSMYP7B4446O9NLP99L9P9BV6C80UD5J0RFDI7KV1XEB0MYWT3JGHD25ZXJQKMSQU257V4STCBVLLCNUPGBY1KUMLS07SCFOSS5MKWZ67LMRXVB494VEGK3B102L268GGTNSPPD0JDYWVHJ9C0KZ25WDT4HM0PTOGMNH5QP6RLSYXA12QZHQE7Z8NWWNXJALMT8RXAA4PBYDVX8QQMQ3DFWX735U04MPAIYO408FGK7YCNS' where id=17; -update noar tt set v3='KP5DX5S0B9VS9WHXSAUMNKM63GIM0SPCC413Y4SHO4ODNKLVFFZ0AM0CD7C929UPOP2MFJGVS8Z1NKJBC5TIRRKZ58C6HZ61K2DLFN0QMS6H4XNWYNULB708SW2RTHCRLY8TJ6D3400IL3SYAIJ2GCT1I3FD95WY3IY8WB7RF1YAS2A18J5FY161W2G14B444KM2LAEJ8N6B20HMYJ6S280TQH77EMS2ZOGE0ANW1KQZIZYW64W0SZNUZ0VLNBXB0' where id=17; -update noar ti set v3='KP5DX5S0B9VS9WHXSAUMNKM63GIM0SPCC413Y4SHO4ODNKLVFFZ0AM0CD7C929UPOP2MFJGVS8Z1NKJBC5TIRRKZ58C6HZ61K2DLFN0QMS6H4XNWYNULB708SW2RTHCRLY8TJ6D3400IL3SYAIJ2GCT1I3FD95WY3IY8WB7RF1YAS2A18J5FY161W2G14B444KM2LAEJ8N6B20HMYJ6S280TQH77EMS2ZOGE0ANW1KQZIZYW64W0SZNUZ0VLNBXB0' where id=17; -update noar tt set v0='WG6VAJUZN27NNW1XPD5RV9L46GQ0L7CGMJNTASQ4VOU4I1GWFUHDTVQ6031OQ5Y3NIAK2EGTQMVKK1HB4LIVH0BQYWR0J3M3GSIKKJHE0Y0K0186HD1JC0GQR579TVQODPNQ89EEJ8Q8FDIXLJ6UWZA6R8LZRENI6OD6MXZS1YCS0C0CGBLCC48GAYGZWZ0PI3EJ22U21J21T4ZHFYBP97ZTM9I7JNMLA9IEE06X2S9EHGLDVW11BSR4EGQIXNW4W' where id=18; -update noar ti set v0='WG6VAJUZN27NNW1XPD5RV9L46GQ0L7CGMJNTASQ4VOU4I1GWFUHDTVQ6031OQ5Y3NIAK2EGTQMVKK1HB4LIVH0BQYWR0J3M3GSIKKJHE0Y0K0186HD1JC0GQR579TVQODPNQ89EEJ8Q8FDIXLJ6UWZA6R8LZRENI6OD6MXZS1YCS0C0CGBLCC48GAYGZWZ0PI3EJ22U21J21T4ZHFYBP97ZTM9I7JNMLA9IEE06X2S9EHGLDVW11BSR4EGQIXNW4W' where id=18; -update noar tt set v1='4HQWT2BPJW5BDQ0ZBVVOVNQS9RU4BA34KG25AHJVZ1XBKKKN8RBUC8UHW70N359XMPGPJE6N7Q59J83L1KB8JOO71NB0T7AYWPLZUH56EJZWBCWVHHYVMF7M5IMSISEXIFAKF65JH7LCL0YCCLLMF794G2SZQ811PMPVWF1X8QQQJFETEYTOD6NPB8BXXPRW5AYNA5I9MOAGR09QD7B9D70SUL4OBGSRZHNSW4EM5VMBSY97R84G91DGW24EB1KV4' where id=18; -update noar ti set v1='4HQWT2BPJW5BDQ0ZBVVOVNQS9RU4BA34KG25AHJVZ1XBKKKN8RBUC8UHW70N359XMPGPJE6N7Q59J83L1KB8JOO71NB0T7AYWPLZUH56EJZWBCWVHHYVMF7M5IMSISEXIFAKF65JH7LCL0YCCLLMF794G2SZQ811PMPVWF1X8QQQJFETEYTOD6NPB8BXXPRW5AYNA5I9MOAGR09QD7B9D70SUL4OBGSRZHNSW4EM5VMBSY97R84G91DGW24EB1KV4' where id=18; -update noar tt set v2='FODMS2CIVRIXOZJ4YZNX12A32R5V5PT6GL0ODOQ90N7T8YRI2KQYOHGKWIJ0XH10W7WJSA3R4U7HGYY4M2V1S2ATTTYLLYPZ3EZM2X6THUF16FQOC6CBQR2B01E4E3QVAKP2YPWKXE0QJQO8JPK2EZRE7Y8WGSFGLY3HVXUHPG8MBY6G6IQFML3KZC1ZKZUMQH9B4CSQ83N64KWY1Y043V75HV3RNW25TZ49V5V53GM6RMLP84KBAPSX0404BG928' where id=18; -update noar ti set v2='FODMS2CIVRIXOZJ4YZNX12A32R5V5PT6GL0ODOQ90N7T8YRI2KQYOHGKWIJ0XH10W7WJSA3R4U7HGYY4M2V1S2ATTTYLLYPZ3EZM2X6THUF16FQOC6CBQR2B01E4E3QVAKP2YPWKXE0QJQO8JPK2EZRE7Y8WGSFGLY3HVXUHPG8MBY6G6IQFML3KZC1ZKZUMQH9B4CSQ83N64KWY1Y043V75HV3RNW25TZ49V5V53GM6RMLP84KBAPSX0404BG928' where id=18; -update noar tt set v3='1BTDX55UWNACA9AKC3OQOKE16GD6SN1JD9DOHRBSC59XAGJLBS12CRXEZ1TI3V109IFQFP3GH9U61SW7MDVNK27V0X0Z3MN8L8LY728C4W80CI3C6N3J1PGQDKOKW0LWE2S5A2D7XQYK9PXEYXRKQBQZU4SOGXMONV7Y5WJC0DV1HUF4ET6HLR4GNTNI955LAEA5XXWNOM8C7NJ8ZXFXU8Y6YRECWIK1280SSZDZQ2YLC2GP6ID3FN18JQPB8DQ9Y' where id=18; -update noar ti set v3='1BTDX55UWNACA9AKC3OQOKE16GD6SN1JD9DOHRBSC59XAGJLBS12CRXEZ1TI3V109IFQFP3GH9U61SW7MDVNK27V0X0Z3MN8L8LY728C4W80CI3C6N3J1PGQDKOKW0LWE2S5A2D7XQYK9PXEYXRKQBQZU4SOGXMONV7Y5WJC0DV1HUF4ET6HLR4GNTNI955LAEA5XXWNOM8C7NJ8ZXFXU8Y6YRECWIK1280SSZDZQ2YLC2GP6ID3FN18JQPB8DQ9Y' where id=18; -update noar tt set v0='3S3UA4ROC3XQNGKW81PUL9LQDN01654SV1WKXSV0BY6Q0JFQN6AJI32AC18FEG18W1OVCFS7XV32ID493YWVFDRB4Z8TDDKI7LI477FFPFMGTN2G7EZFA8CL59KKOKKFMY2U57FKVUD9XJJJ5X81LP8WQ9LO3WKVLW3DFMRY9G096KJFLLI0W57FNTIZQB7OLH5I99N45FREQVT2LB0B5QGEIHLVKC1WUEVZK85MOIEIQ21N71SEDSBJP52I9PL4W' where id=19; -update noar ti set v0='3S3UA4ROC3XQNGKW81PUL9LQDN01654SV1WKXSV0BY6Q0JFQN6AJI32AC18FEG18W1OVCFS7XV32ID493YWVFDRB4Z8TDDKI7LI477FFPFMGTN2G7EZFA8CL59KKOKKFMY2U57FKVUD9XJJJ5X81LP8WQ9LO3WKVLW3DFMRY9G096KJFLLI0W57FNTIZQB7OLH5I99N45FREQVT2LB0B5QGEIHLVKC1WUEVZK85MOIEIQ21N71SEDSBJP52I9PL4W' where id=19; -update noar tt set v1='X1IR527G5348PF69D1VVJQGI14U8TRI6GO0QPOHD5F1X0IUQZ4HC0O3XO9C4R01ZLWZH9LQR5ULGU3N45XZ0NHBYEQS2FIWBX2LYNLYM4U7WVM9Y3EMP4D9JIRHKVG5QSKRUUEALNZBAE78WUQHCD39PR4JJO5N4ALHK3OHEJU5M32A6S7UWFO15P0LA48D6VVKMUM7KY8JMOVUP1I2QGP8NUJ1TAYJXNES8W24CIYJXRTVF1AVU71TIC9QA07LOF' where id=19; -update noar ti set v1='X1IR527G5348PF69D1VVJQGI14U8TRI6GO0QPOHD5F1X0IUQZ4HC0O3XO9C4R01ZLWZH9LQR5ULGU3N45XZ0NHBYEQS2FIWBX2LYNLYM4U7WVM9Y3EMP4D9JIRHKVG5QSKRUUEALNZBAE78WUQHCD39PR4JJO5N4ALHK3OHEJU5M32A6S7UWFO15P0LA48D6VVKMUM7KY8JMOVUP1I2QGP8NUJ1TAYJXNES8W24CIYJXRTVF1AVU71TIC9QA07LOF' where id=19; -update noar tt set v2='KJ7ZA27HMCST439WCTJV138RKVKCGWQ0D36I65SR0MBFA75FTG1MTL5JR4921Z3JYOSAERNSVJY0LXD29XZ7XHYA3EXIEIGF3WMZKRPMV08SLEGHQTJ88I48HP96JWJBWGB8V198HLQV8LP2IUPSLWFIJD0M35JAN4J54PB9I8N7VCV3MOCSUZOUSD43CYFCRL3CJ1GSZ4Q6E6SJ8J5UUC1ZU51QYFH2EZ1KF9ZD2416THENRTG8IE2MJFHMJX7J5' where id=19; -update noar ti set v2='KJ7ZA27HMCST439WCTJV138RKVKCGWQ0D36I65SR0MBFA75FTG1MTL5JR4921Z3JYOSAERNSVJY0LXD29XZ7XHYA3EXIEIGF3WMZKRPMV08SLEGHQTJ88I48HP96JWJBWGB8V198HLQV8LP2IUPSLWFIJD0M35JAN4J54PB9I8N7VCV3MOCSUZOUSD43CYFCRL3CJ1GSZ4Q6E6SJ8J5UUC1ZU51QYFH2EZ1KF9ZD2416THENRTG8IE2MJFHMJX7J5' where id=19; -update noar tt set v3='55UKNY3IE2N16U0HZ2O9Q0L515BSAK0J5W80LPSZ4QUN105EKN5IOU9PW6WB1AME17JZT9WV6QH1GWIC56732TMYD7E1MW4ZAMQL49O9Z1HKSIV6C0URGKBFC2MDGLE7J19TQK5RP9MD7331FPII0ZMZFWC1ZAI61GJI3ARQ1SEZVTAI7N6C4XFUAYPKNIVMYE4U343HL1F0KLGGSG7HXMG5L1F1ZW8Q9LLQCXORQPBX1MWUJBXIMD1JD4DI83HHW' where id=19; -update noar ti set v3='55UKNY3IE2N16U0HZ2O9Q0L515BSAK0J5W80LPSZ4QUN105EKN5IOU9PW6WB1AME17JZT9WV6QH1GWIC56732TMYD7E1MW4ZAMQL49O9Z1HKSIV6C0URGKBFC2MDGLE7J19TQK5RP9MD7331FPII0ZMZFWC1ZAI61GJI3ARQ1SEZVTAI7N6C4XFUAYPKNIVMYE4U343HL1F0KLGGSG7HXMG5L1F1ZW8Q9LLQCXORQPBX1MWUJBXIMD1JD4DI83HHW' where id=19; -update noar tt set v0='9A4B5GRQGF4NXLB6WTBXEO2T5G18CTDFXNN2Y0S9MJTN6V3VOWVTG8R3KG4UQDPXZV9SOZ9EHJT3CTJJKF5MRRAYTF87592OWN6QMOOGS8N37NK45Y93DA8ZVQ2NT1XPOKJFOGDOFWD2TY92XYMWGSS2L8DYCZ6TWBM4H94Y62WNHJP5T7P7EBBBG40H4TT51FMBE2Z4X0SN5FTFFB0A7IL3HEF6APLWAG9P2RKCHFA0M9YXWIGX5MFUWLBO5E3N5' where id=20; -update noar ti set v0='9A4B5GRQGF4NXLB6WTBXEO2T5G18CTDFXNN2Y0S9MJTN6V3VOWVTG8R3KG4UQDPXZV9SOZ9EHJT3CTJJKF5MRRAYTF87592OWN6QMOOGS8N37NK45Y93DA8ZVQ2NT1XPOKJFOGDOFWD2TY92XYMWGSS2L8DYCZ6TWBM4H94Y62WNHJP5T7P7EBBBG40H4TT51FMBE2Z4X0SN5FTFFB0A7IL3HEF6APLWAG9P2RKCHFA0M9YXWIGX5MFUWLBO5E3N5' where id=20; -update noar tt set v1='ZLG2AY5DRT5OVNO77Z2IU9NQMV8FPO431XBAROHR1FXIY2YVEIOXPNZ22ZMED2ECTPEOLNEWN3EDMYATY32J2QEI5XRJS242T28BXH79PCVYMHDVEV2LVINDRDCB8DYACSA8M6FJMNKGPB9G8YQX5QLXKFX1MXJWOHLW1MVXKSGR5AA0LYJPVFK0LG0UK26TIC4S85P3ZLLTS29C2D92Y6U8TY9N781QN2Z8A8KJ0S3I3L9JTQVMA2DCBEJG4WA92' where id=20; -update noar ti set v1='ZLG2AY5DRT5OVNO77Z2IU9NQMV8FPO431XBAROHR1FXIY2YVEIOXPNZ22ZMED2ECTPEOLNEWN3EDMYATY32J2QEI5XRJS242T28BXH79PCVYMHDVEV2LVINDRDCB8DYACSA8M6FJMNKGPB9G8YQX5QLXKFX1MXJWOHLW1MVXKSGR5AA0LYJPVFK0LG0UK26TIC4S85P3ZLLTS29C2D92Y6U8TY9N781QN2Z8A8KJ0S3I3L9JTQVMA2DCBEJG4WA92' where id=20; -update noar tt set v2='53T4WDL12NJU2J7V66V4AEB78XI3CSH0AHP0DGGK96ZCJQI73V3Z1PU1325GKXW558482ZP0B2JUDPSXBC9R9RCXE1SUDP41C78DQ3V624SCOYK6ZU1F03NB63N3GF1EZJE1OUSMH0I3PK3HRXXESYSAQF46BNB4DMWAA47KBTZIA7IJY1V6S57SA6DXW4ATKENCH8GEYP01IYF6LPEFXRVL912XTK5LD1H4PR1GRAN14SLG5ES63MM4S3KPZCX1Y' where id=20; -update noar ti set v2='53T4WDL12NJU2J7V66V4AEB78XI3CSH0AHP0DGGK96ZCJQI73V3Z1PU1325GKXW558482ZP0B2JUDPSXBC9R9RCXE1SUDP41C78DQ3V624SCOYK6ZU1F03NB63N3GF1EZJE1OUSMH0I3PK3HRXXESYSAQF46BNB4DMWAA47KBTZIA7IJY1V6S57SA6DXW4ATKENCH8GEYP01IYF6LPEFXRVL912XTK5LD1H4PR1GRAN14SLG5ES63MM4S3KPZCX1Y' where id=20; -update noar tt set v3='MIUQ1V9AMOCMV1NFBCN6UXKYUE89QWR09P88V5V7JNET38YL65JERW9T54FWCD8QFLDR72S0HV41OVGE54A2UQB0XU7KLMGNK80S1C49O806IIT1MEBS26QP3L0AGJOYOXECQE8EUTWC87JAWRDDD9LEFGMSZ9PBHPZ91BMOUKIJB3KJ9ONCGG7D4DT1TY37YZJBIV6FB69A886ZCY9TZD6WX0EFU46H1GL9F6VFGFGJ3AJ1EA3JUAIPY4W5T43TO' where id=20; -update noar ti set v3='MIUQ1V9AMOCMV1NFBCN6UXKYUE89QWR09P88V5V7JNET38YL65JERW9T54FWCD8QFLDR72S0HV41OVGE54A2UQB0XU7KLMGNK80S1C49O806IIT1MEBS26QP3L0AGJOYOXECQE8EUTWC87JAWRDDD9LEFGMSZ9PBHPZ91BMOUKIJB3KJ9ONCGG7D4DT1TY37YZJBIV6FB69A886ZCY9TZD6WX0EFU46H1GL9F6VFGFGJ3AJ1EA3JUAIPY4W5T43TO' where id=20; -update noar tt set v0='SVLUC9216J60KEPVL9OC5SJ1H6KQASP581PAU8Y99I28XXPGZ217JOASTSJR1C6CA6ZPWER9DYOQNQM96W8I9N9U2LCSV8C3JTERE1V5CF6YSN8X2U6NQECHMPLQNV8PNXCPLKOI4OYXC83IOMG8QA9C2VG6WIPEQUBLZDNA7C6CWAG0IFYMU1VU5UPQJ0U7XF9ND0JTEKJONI5QKBZ4T2M07FFB566N9DIHRAFJC7UR2MS4SV1SQQMKKGAQEUN6U' where id=21; -update noar ti set v0='SVLUC9216J60KEPVL9OC5SJ1H6KQASP581PAU8Y99I28XXPGZ217JOASTSJR1C6CA6ZPWER9DYOQNQM96W8I9N9U2LCSV8C3JTERE1V5CF6YSN8X2U6NQECHMPLQNV8PNXCPLKOI4OYXC83IOMG8QA9C2VG6WIPEQUBLZDNA7C6CWAG0IFYMU1VU5UPQJ0U7XF9ND0JTEKJONI5QKBZ4T2M07FFB566N9DIHRAFJC7UR2MS4SV1SQQMKKGAQEUN6U' where id=21; -update noar tt set v1='G387H4MFM9PFE6MBY8BRAHEOY6A1MS9NIAJQMWD3IYVQK36UQRUUZG6R78XDKIC2NX7RNQVLILYKE1VPQ6OD040HKUOYCB00F8OB6ZZPABNZFH2T5DDDDQE1DAU0NIVC5X7WQMIB47AA18D7EWLP1R03D7WKASR8WKGNE3DIDQR3S4UA6UCM174RV9XW8YLAMSJ7SFATJ9LYTNQQW6868SIW0ICY1JB8GXJY0Q4V9EVI0XKFJCUZ9GWFF5BYDXFXW' where id=21; -update noar ti set v1='G387H4MFM9PFE6MBY8BRAHEOY6A1MS9NIAJQMWD3IYVQK36UQRUUZG6R78XDKIC2NX7RNQVLILYKE1VPQ6OD040HKUOYCB00F8OB6ZZPABNZFH2T5DDDDQE1DAU0NIVC5X7WQMIB47AA18D7EWLP1R03D7WKASR8WKGNE3DIDQR3S4UA6UCM174RV9XW8YLAMSJ7SFATJ9LYTNQQW6868SIW0ICY1JB8GXJY0Q4V9EVI0XKFJCUZ9GWFF5BYDXFXW' where id=21; -update noar tt set v2='RTFNBX0IMOHQGV2J2BO2DCI9GNHL2LUOVXWIV6PRLNRVQTIOS6OTQWA5K66WAWYZBO3IF54ZSMFYADTRNJ8370D8XO5ENUBQ2XNLWQUGOLPMKQ8FDHIR1O3399XV1WXP9BMRKKSQ9MWC6OWUB40LJX0YJIP0DE0BELD1B7YNP7FBG92VZ8NQKS5GAI9Z4XP7VXGTT4SH0EMX44ZOOTV5VXK4ZE2V98M8FEEHW7U5QDP4SJYRI33XOLFKYHFMZX6ZB' where id=21; -update noar ti set v2='RTFNBX0IMOHQGV2J2BO2DCI9GNHL2LUOVXWIV6PRLNRVQTIOS6OTQWA5K66WAWYZBO3IF54ZSMFYADTRNJ8370D8XO5ENUBQ2XNLWQUGOLPMKQ8FDHIR1O3399XV1WXP9BMRKKSQ9MWC6OWUB40LJX0YJIP0DE0BELD1B7YNP7FBG92VZ8NQKS5GAI9Z4XP7VXGTT4SH0EMX44ZOOTV5VXK4ZE2V98M8FEEHW7U5QDP4SJYRI33XOLFKYHFMZX6ZB' where id=21; -update noar tt set v3='WXBULGD94O04KDUPE250V2XT6DDAL2NSUORYTI50TCRTMNJ8XNRV775P7QEYGS7E9IOWFBUFA2XSFXW0WISEJMYTE0BJKQIXZSQX58E9ANQUH56DBEIWBOY0PIJJNZ3ADLMM49T4RX69IX1W4M86W56DM2ATXLTOGJC0SPPYQMMMWA2MGENIUWKI022W3FWNKLSHSGV8SAEW6XTF6GPYBGLYHS6XUS454PPQE6GGK0UB4TNLDQXFS7UDUGB2CWYQO' where id=21; -update noar ti set v3='WXBULGD94O04KDUPE250V2XT6DDAL2NSUORYTI50TCRTMNJ8XNRV775P7QEYGS7E9IOWFBUFA2XSFXW0WISEJMYTE0BJKQIXZSQX58E9ANQUH56DBEIWBOY0PIJJNZ3ADLMM49T4RX69IX1W4M86W56DM2ATXLTOGJC0SPPYQMMMWA2MGENIUWKI022W3FWNKLSHSGV8SAEW6XTF6GPYBGLYHS6XUS454PPQE6GGK0UB4TNLDQXFS7UDUGB2CWYQO' where id=21; -update noar tt set v0='JEEZEZGZ7ONLNEXWNOZ6IEOLE70TS3FG9M1B48MGOMZ67QQEZ4KX7PJUIPAECUE8TRF5NOODH9C405C5DD1YESEOMTCGP54NET4WJ0XG3Q88JK6NHAF1T85KM3JDSIUDHXUDGIJA1ISS7YRUBI4NY3SCBP6NEO6YJWP605301X5SQW6GD6E1PR07YPPULZO85CR2EGGM483ZBFJWA1MMBCO8CX6885JAOM078PIA8FTQ1ERDBQRUW2Y30PCGEJ1RC' where id=22; -update noar ti set v0='JEEZEZGZ7ONLNEXWNOZ6IEOLE70TS3FG9M1B48MGOMZ67QQEZ4KX7PJUIPAECUE8TRF5NOODH9C405C5DD1YESEOMTCGP54NET4WJ0XG3Q88JK6NHAF1T85KM3JDSIUDHXUDGIJA1ISS7YRUBI4NY3SCBP6NEO6YJWP605301X5SQW6GD6E1PR07YPPULZO85CR2EGGM483ZBFJWA1MMBCO8CX6885JAOM078PIA8FTQ1ERDBQRUW2Y30PCGEJ1RC' where id=22; -update noar tt set v1='L14W6JEIRD4STH3155ALH505X12KZM78GJ20UJT7HS7OH05LT36MUTEDO64UEOQCBAQ8SZF2PFHXF7AH4OJ63EA7V4KRD5SJK7B2ZKZ8V0RQJ4WQYVKK1H9SM2WCLJU8WASNP6K5I3WGFT7O56GFX0BBMGJQ9QMPPLFCDIW9X7S1AFV2A91WT9443OQ92J086H7GOJKPC2OHXLLGVSWFG6LRQ165WQ6ZJFV9WHWMY71E6OLP4SBDKFI5XWGT29UW9' where id=22; -update noar ti set v1='L14W6JEIRD4STH3155ALH505X12KZM78GJ20UJT7HS7OH05LT36MUTEDO64UEOQCBAQ8SZF2PFHXF7AH4OJ63EA7V4KRD5SJK7B2ZKZ8V0RQJ4WQYVKK1H9SM2WCLJU8WASNP6K5I3WGFT7O56GFX0BBMGJQ9QMPPLFCDIW9X7S1AFV2A91WT9443OQ92J086H7GOJKPC2OHXLLGVSWFG6LRQ165WQ6ZJFV9WHWMY71E6OLP4SBDKFI5XWGT29UW9' where id=22; -update noar tt set v2='UO15756S4IHK8GC5580ND2Z523LKMT8J48J4GXFJTBSJ9QTCJ9T1VWDD92UQ7FI82R3BCOLJM4JV09GAW4D02QR3OFJH665RYQYVPW60DXHBFCO1VZTOR4XMOE749DWZUYUJ5L09MKCQLHVF1SKWI3SKXDOE6NNAX6FZD1KC22ILYI6CV379FCZZ525I64Z1WXGHD6O2XNJJSIRQEE5SYDKR75PKLA5B3ZM1WY7SQ0F3EGB8T85IN6NIZH9W8CQCZ' where id=22; -update noar ti set v2='UO15756S4IHK8GC5580ND2Z523LKMT8J48J4GXFJTBSJ9QTCJ9T1VWDD92UQ7FI82R3BCOLJM4JV09GAW4D02QR3OFJH665RYQYVPW60DXHBFCO1VZTOR4XMOE749DWZUYUJ5L09MKCQLHVF1SKWI3SKXDOE6NNAX6FZD1KC22ILYI6CV379FCZZ525I64Z1WXGHD6O2XNJJSIRQEE5SYDKR75PKLA5B3ZM1WY7SQ0F3EGB8T85IN6NIZH9W8CQCZ' where id=22; -update noar tt set v3='48G9L26BM5A5IL4MF2VFZ7SAC5XQEFKBNU898PMEW7TANRVXIW6Y1JEYQMTURT6HRF355ROJ1E09OR5Z5GI2H3724R86NIBCQ4G2BQFCACINEDJNKN04A46BJGV4G4PPB67ALJJEZJQ0X9EYHISYQH6TCWQ4AX7CL0ZCKNNY6CP2VHYSQ8OCI3JMRBPLJRLB9PXULNTG6IKQ6J4K66C3RM6122FLFTZYZCNKEA692YNF71QS7VU8W260EAHSGO42H' where id=22; -update noar ti set v3='48G9L26BM5A5IL4MF2VFZ7SAC5XQEFKBNU898PMEW7TANRVXIW6Y1JEYQMTURT6HRF355ROJ1E09OR5Z5GI2H3724R86NIBCQ4G2BQFCACINEDJNKN04A46BJGV4G4PPB67ALJJEZJQ0X9EYHISYQH6TCWQ4AX7CL0ZCKNNY6CP2VHYSQ8OCI3JMRBPLJRLB9PXULNTG6IKQ6J4K66C3RM6122FLFTZYZCNKEA692YNF71QS7VU8W260EAHSGO42H' where id=22; -update noar tt set v0='742W4TS0469RFUNWNWDLI1TQJF2VMR3WZWVURHMRRV7FD4LIRO8HIVBW6SMMJHINQ7IR670MKDA46P3P2IQNJ8GE9JZOC4W2UOIW2HLOTVKVA2NH52P3PSYI8O6XM8ZOESMS5VTSTSYRU29U7Q5P6AH9KNSGMIXOTV24FGT3E7SU1P05XKZVGFRU8OF4YITK37DEUAWY0C57EI95OEH07M99GCXQ68RPZF3DZ84IFGTV4Q35FR8Z01FAEC8F81ZM6' where id=23; -update noar ti set v0='742W4TS0469RFUNWNWDLI1TQJF2VMR3WZWVURHMRRV7FD4LIRO8HIVBW6SMMJHINQ7IR670MKDA46P3P2IQNJ8GE9JZOC4W2UOIW2HLOTVKVA2NH52P3PSYI8O6XM8ZOESMS5VTSTSYRU29U7Q5P6AH9KNSGMIXOTV24FGT3E7SU1P05XKZVGFRU8OF4YITK37DEUAWY0C57EI95OEH07M99GCXQ68RPZF3DZ84IFGTV4Q35FR8Z01FAEC8F81ZM6' where id=23; -update noar tt set v1='FPBNQIHCIJ810F5HG2JL6G8WW4DNU0POZ3TKRAU0RD32YGB27APJJB3GBO1826IB1C1OVJBSE6X2N0VI8RDWLHE2K36ZNTX1ILGEULWH8W0AH8N2W3B6886XENFFRUGD2C8EXKMD5FMSFWP0VJD7GS244EDSTJXGQA31ZM86EW9HCCH131RVXDVQ54DGD6X8QKRIILOI5355EKFHTKQM9HCP00IWYSNA56JMPZDO7AGJCC31PH4XOB3R23Y89S8AC' where id=23; -update noar ti set v1='FPBNQIHCIJ810F5HG2JL6G8WW4DNU0POZ3TKRAU0RD32YGB27APJJB3GBO1826IB1C1OVJBSE6X2N0VI8RDWLHE2K36ZNTX1ILGEULWH8W0AH8N2W3B6886XENFFRUGD2C8EXKMD5FMSFWP0VJD7GS244EDSTJXGQA31ZM86EW9HCCH131RVXDVQ54DGD6X8QKRIILOI5355EKFHTKQM9HCP00IWYSNA56JMPZDO7AGJCC31PH4XOB3R23Y89S8AC' where id=23; -update noar tt set v2='SSXNTOVFT1V1W09WGG0UFW0KI84DZUUVAWPH989N2H76M1ZXQLH8FBFG9JC124ESP2Q7U4LSIVFQ681AAO99NJLOHVWI83ALBHUF6QNZKZG0MPPQ4FI02TQUUWRYOUD7IBMQACR36IB7XGZ01U7DI60GCA3AOB9IFHB48KVJTTHVIWBYURC640DHSTKH2YXUSNJHIUBFNLO8BIVJ67WZ60USJ542HEB6KK1TIBDH348LBJ3DIS8V9CMR3A3OCJ6A7' where id=23; -update noar ti set v2='SSXNTOVFT1V1W09WGG0UFW0KI84DZUUVAWPH989N2H76M1ZXQLH8FBFG9JC124ESP2Q7U4LSIVFQ681AAO99NJLOHVWI83ALBHUF6QNZKZG0MPPQ4FI02TQUUWRYOUD7IBMQACR36IB7XGZ01U7DI60GCA3AOB9IFHB48KVJTTHVIWBYURC640DHSTKH2YXUSNJHIUBFNLO8BIVJ67WZ60USJ542HEB6KK1TIBDH348LBJ3DIS8V9CMR3A3OCJ6A7' where id=23; -update noar tt set v3='7OYKHHGBLUCKU96U9QEYG8RLEAQQRQZRDCTUX6C0AMSPEB867J72NBKRGSKQIBA3TB50J5HYSVPCFTUKDYW54F10W388C046KDSZWYJ8W97FR0WRN7U2T84X5VF54ICHFZF9LNNN4NXP6EUDSX0T39UEI82W5GF1VVCQ8CX7ZLVMEST9KH6267DYB1E067NW2T3IGW8ZJVS9UAWK2ALGHEVOBNAKOENJWE6IGNEND4WK1DMUVVVN0R4S4KEYXYXGY' where id=23; -update noar ti set v3='7OYKHHGBLUCKU96U9QEYG8RLEAQQRQZRDCTUX6C0AMSPEB867J72NBKRGSKQIBA3TB50J5HYSVPCFTUKDYW54F10W388C046KDSZWYJ8W97FR0WRN7U2T84X5VF54ICHFZF9LNNN4NXP6EUDSX0T39UEI82W5GF1VVCQ8CX7ZLVMEST9KH6267DYB1E067NW2T3IGW8ZJVS9UAWK2ALGHEVOBNAKOENJWE6IGNEND4WK1DMUVVVN0R4S4KEYXYXGY' where id=23; -update noar tt set v0='UKHGEYJNEHB43UYR29RVIX2E69BM38JXOIWFE0YKEGM21M2QBYN9LLTTUZFIGG1MQJL3NJJF4VT704R5L38LZ6JRAQL8XPDRQ4P7JBYKXR43AXWZEO4GF8RD90R1750ZGGFVOCMQPEH1SZLBU9GA5RH3U9XR43D02N1YLV2OK81J1JPEF3SO600S0F9EHDSRZROBYPTO964G2B1IEUT4B8LXV0JQ011KBLNKQ2HY29DY2GIBS2QP0DPYGGGL04VRX' where id=24; -update noar ti set v0='UKHGEYJNEHB43UYR29RVIX2E69BM38JXOIWFE0YKEGM21M2QBYN9LLTTUZFIGG1MQJL3NJJF4VT704R5L38LZ6JRAQL8XPDRQ4P7JBYKXR43AXWZEO4GF8RD90R1750ZGGFVOCMQPEH1SZLBU9GA5RH3U9XR43D02N1YLV2OK81J1JPEF3SO600S0F9EHDSRZROBYPTO964G2B1IEUT4B8LXV0JQ011KBLNKQ2HY29DY2GIBS2QP0DPYGGGL04VRX' where id=24; -update noar tt set v1='WR3NEMXH8RB6CVIENPJRQE5UU412PHLH1K9LSHKMKQQW1KW57G0YWOS081DB9HL7DBR2B2FW9SUZOS37YTVCHWT8CTTIB78WWTSEVFNTRH4WPZ5BRN1W3Q8Q0IE8ZHAW6VD2JRFI6O384RABB61MF09H9YWX3FLTDU75UG1CTV8NW00BEXI58PHJSWHC4OIOUOKZBN8GQBJFX0WB4HS14LWEJ7MB2KJQDAIEN5J1H78KYLZ9HTKIFQEASH188HTMD' where id=24; -update noar ti set v1='WR3NEMXH8RB6CVIENPJRQE5UU412PHLH1K9LSHKMKQQW1KW57G0YWOS081DB9HL7DBR2B2FW9SUZOS37YTVCHWT8CTTIB78WWTSEVFNTRH4WPZ5BRN1W3Q8Q0IE8ZHAW6VD2JRFI6O384RABB61MF09H9YWX3FLTDU75UG1CTV8NW00BEXI58PHJSWHC4OIOUOKZBN8GQBJFX0WB4HS14LWEJ7MB2KJQDAIEN5J1H78KYLZ9HTKIFQEASH188HTMD' where id=24; -update noar tt set v2='UCAQ0O4WP1ILS1UAVXLI6P4506AIR4L2C85SDBQGRQ8UCUCRALFACCV62U1CBAI1QNGFDXI59ISN3M48235LYA279VU96P38BFPFJPRNAQXR3H3CAUXTQSQLMJZS00HBWLW2T6ZDP0S8QGHGO84HI0MQ6DAZT4UKYQKAWRE4AIAY3PHEQWX23UN55W2YLKGTFWILEDICTITMZZ5DFIGXMQC9DERTEBU7ZCG2LEWPIR6K3GAWAA9SIK8RPWTS6S0TK' where id=24; -update noar ti set v2='UCAQ0O4WP1ILS1UAVXLI6P4506AIR4L2C85SDBQGRQ8UCUCRALFACCV62U1CBAI1QNGFDXI59ISN3M48235LYA279VU96P38BFPFJPRNAQXR3H3CAUXTQSQLMJZS00HBWLW2T6ZDP0S8QGHGO84HI0MQ6DAZT4UKYQKAWRE4AIAY3PHEQWX23UN55W2YLKGTFWILEDICTITMZZ5DFIGXMQC9DERTEBU7ZCG2LEWPIR6K3GAWAA9SIK8RPWTS6S0TK' where id=24; -update noar tt set v3='XGLATUXOQZCS5PVNTA7P4BKEHF23QYWXMO6FL334424I087RPN9095VM4SBBK7RSQNW9R1EDNMCLHEFDBWUZ8APJ26POHN3SWHL6BR3W5I3KONYG9TEHM38ELG4EP7GTZ0H3TLGUZS1WT2PF1U468M9PX57DGYTXYH1KET4P8EP24ZBK783ZTRHC60MKYM6CV53TZM5EID31GJAED5DNOG6FBJ31DPCKKB70EG6B1O5V0NUNLY28ZAZMNOTCXY2OM' where id=24; -update noar ti set v3='XGLATUXOQZCS5PVNTA7P4BKEHF23QYWXMO6FL334424I087RPN9095VM4SBBK7RSQNW9R1EDNMCLHEFDBWUZ8APJ26POHN3SWHL6BR3W5I3KONYG9TEHM38ELG4EP7GTZ0H3TLGUZS1WT2PF1U468M9PX57DGYTXYH1KET4P8EP24ZBK783ZTRHC60MKYM6CV53TZM5EID31GJAED5DNOG6FBJ31DPCKKB70EG6B1O5V0NUNLY28ZAZMNOTCXY2OM' where id=24; -update noar tt set v0='LET2ITC7OAO0EV495YIAH04HVBSXWFG4FS202U7P369X29RB8EBI86EMMKITTGOQROVSVD5ZT2IOE6FXM5SLQLN8QZD3K0MGUEE8UGPBLBAE7PLX71IJ3LLERHTFZTGYWR1E0YA4A3VPZYV9HGCG0149HK7FN36U9DCOE4AM4264LMJ1GK4QOMDKCDMV7JLD5MVUJZX8Y6N8NHHLCQ1FVT7P15LC7CJOPNIO482RXFD8BY53FY0LS895WMW5PKCA0' where id=25; -update noar ti set v0='LET2ITC7OAO0EV495YIAH04HVBSXWFG4FS202U7P369X29RB8EBI86EMMKITTGOQROVSVD5ZT2IOE6FXM5SLQLN8QZD3K0MGUEE8UGPBLBAE7PLX71IJ3LLERHTFZTGYWR1E0YA4A3VPZYV9HGCG0149HK7FN36U9DCOE4AM4264LMJ1GK4QOMDKCDMV7JLD5MVUJZX8Y6N8NHHLCQ1FVT7P15LC7CJOPNIO482RXFD8BY53FY0LS895WMW5PKCA0' where id=25; -update noar tt set v1='BLLIFZZB3919MUJNPCVE7BSOY7J1YJS7ALBBMYTZVZ3EVHMP47DKE59BUOA4A3H731EYB4AVUCY7KSOGZJDKIL51UMQIW1RI1Q6TRTC1K2430ZU08FTNWROFC250J6X24AIYPL5BG8MIYYPIE36KPG9B1CHLA568L06A22CDU9P90DEP7Z6X0OO4DCNT2ZRL54CPFM0TD71S05RJUALNU4LMCOCSFIB0WYGEDQ1W3UWWD9S2O2IUUSCSUX6E1KGP6' where id=25; -update noar ti set v1='BLLIFZZB3919MUJNPCVE7BSOY7J1YJS7ALBBMYTZVZ3EVHMP47DKE59BUOA4A3H731EYB4AVUCY7KSOGZJDKIL51UMQIW1RI1Q6TRTC1K2430ZU08FTNWROFC250J6X24AIYPL5BG8MIYYPIE36KPG9B1CHLA568L06A22CDU9P90DEP7Z6X0OO4DCNT2ZRL54CPFM0TD71S05RJUALNU4LMCOCSFIB0WYGEDQ1W3UWWD9S2O2IUUSCSUX6E1KGP6' where id=25; -update noar tt set v2='E3DEFLQW33FV7W6GXU4KUXFAMQ1T2GS0JM7YSZOI8VS8LLGVEFLWPVU19E1Z2GVP7AQ2CT0HSMFJUPALLHHNKH4L327F3FWATH3KFZ2FQL7SE7TNMB35B19KB4ZFWURWC7MENP8OX34BVXOXLHNC06H1T9CHT968UZK6QTGY4D82KMNTQ9FPWTL42B9VEBM8EGK9SMKKZ39KTMTJE1NA2OBBGGLYC4ZRDOHT173EZF1SSQEFTL83OTFFZF6JH741U' where id=25; -update noar ti set v2='E3DEFLQW33FV7W6GXU4KUXFAMQ1T2GS0JM7YSZOI8VS8LLGVEFLWPVU19E1Z2GVP7AQ2CT0HSMFJUPALLHHNKH4L327F3FWATH3KFZ2FQL7SE7TNMB35B19KB4ZFWURWC7MENP8OX34BVXOXLHNC06H1T9CHT968UZK6QTGY4D82KMNTQ9FPWTL42B9VEBM8EGK9SMKKZ39KTMTJE1NA2OBBGGLYC4ZRDOHT173EZF1SSQEFTL83OTFFZF6JH741U' where id=25; -update noar tt set v3='G7DCK92JDBMTPDWV5E3AU6N81LP41Z2LE157M222BUUC7JNBFAB1CLTM5NRN3E3OT5V0X0PND9RXZJXBCQO6XIG60ZT9UMLKY5JMFVZRFCJ1FVS4WD1RAEGBPNWYWOU857QVJ87C602NB7TDQCAURU7ZE2JCYQCV5N83XW9Z4JCVUS7MOJFLLBOCQEN1BHVCG4ZW11YFN8F8JDAH4F0W4HUZE7D7S3YZC3HEVYMJVWEBQUEI96D5UHCZ9NZ2AFAAS' where id=25; -update noar ti set v3='G7DCK92JDBMTPDWV5E3AU6N81LP41Z2LE157M222BUUC7JNBFAB1CLTM5NRN3E3OT5V0X0PND9RXZJXBCQO6XIG60ZT9UMLKY5JMFVZRFCJ1FVS4WD1RAEGBPNWYWOU857QVJ87C602NB7TDQCAURU7ZE2JCYQCV5N83XW9Z4JCVUS7MOJFLLBOCQEN1BHVCG4ZW11YFN8F8JDAH4F0W4HUZE7D7S3YZC3HEVYMJVWEBQUEI96D5UHCZ9NZ2AFAAS' where id=25; -update noar tt set v0='92KSYM6D0QCDKV6DR6LGYQAJEPP6K3JK2MTYAJNH0OXI4VQHM83F3BNE98KWRN42GS47PMIAEJ026T8JH1OT3YXNMVVN7SX0EENAWG1UO7M83KHK9WA93W3UYPTSJ1AHT9CLSXFONP9SP2RERG0VNRZQQKIUTPPXO2QE5HJJVIWW051SWF6UUR188AKPEIXZ908JSOEGFJ2QTYY1LZ7GN2AG3JMLT8KOT8VXJRKVVY8BVVI13O5GDKL748CC5T762' where id=26; -update noar ti set v0='92KSYM6D0QCDKV6DR6LGYQAJEPP6K3JK2MTYAJNH0OXI4VQHM83F3BNE98KWRN42GS47PMIAEJ026T8JH1OT3YXNMVVN7SX0EENAWG1UO7M83KHK9WA93W3UYPTSJ1AHT9CLSXFONP9SP2RERG0VNRZQQKIUTPPXO2QE5HJJVIWW051SWF6UUR188AKPEIXZ908JSOEGFJ2QTYY1LZ7GN2AG3JMLT8KOT8VXJRKVVY8BVVI13O5GDKL748CC5T762' where id=26; -update noar tt set v1='JXZVHXEQD2EXJZ31HK5GXDP0Z5LMZAT3ODLLX9RHRVO581QGVDIY982M6K8KGVDGHQDI1ZMTP3XVO1XTCSB9UUFHNAREOI92W32044SGWWXY5310TIK780YKWDNC1UQ86014PDT4KVHYWCGKYMIEGRLG989E708XTK78R41RQPM370QLS9VNWS6IGY2L6VISSPYVRFF0I4BB966ZGJX5W4K3NH1GEJT5DMN1DFQ7YIL2U9KMHRUUABJC6SEVXDHXA' where id=26; -update noar ti set v1='JXZVHXEQD2EXJZ31HK5GXDP0Z5LMZAT3ODLLX9RHRVO581QGVDIY982M6K8KGVDGHQDI1ZMTP3XVO1XTCSB9UUFHNAREOI92W32044SGWWXY5310TIK780YKWDNC1UQ86014PDT4KVHYWCGKYMIEGRLG989E708XTK78R41RQPM370QLS9VNWS6IGY2L6VISSPYVRFF0I4BB966ZGJX5W4K3NH1GEJT5DMN1DFQ7YIL2U9KMHRUUABJC6SEVXDHXA' where id=26; -update noar tt set v2='6A6VBLBJYWFNJZP5AO8GHNS5KSAXM4U48R990LAP038RA0YJX9TFPCJMN8QB4MS47U6J8IZHV7FCHE9PTD3ZCS66DTPTME52GQEFDQT33XDYMA8E0CV71SZ4H8FCJ7XXNEU98DW7CNDMOAQ94L3QVM86QJCCC0Z9IS6M1YQYMZ1CDWEQQN95Z6RUM97QMFCZ7UAEFI9D3MNUKP8S8XAA0GT2KBQZW5XXX8K537MZM8IHWQ0PPBDJ1MAA3ARIS7VUD' where id=26; -update noar ti set v2='6A6VBLBJYWFNJZP5AO8GHNS5KSAXM4U48R990LAP038RA0YJX9TFPCJMN8QB4MS47U6J8IZHV7FCHE9PTD3ZCS66DTPTME52GQEFDQT33XDYMA8E0CV71SZ4H8FCJ7XXNEU98DW7CNDMOAQ94L3QVM86QJCCC0Z9IS6M1YQYMZ1CDWEQQN95Z6RUM97QMFCZ7UAEFI9D3MNUKP8S8XAA0GT2KBQZW5XXX8K537MZM8IHWQ0PPBDJ1MAA3ARIS7VUD' where id=26; -update noar tt set v3='TYG0RN23Z6U36OA28913RTYOSX0EQ6J7Y1ME10VLMRDEBQ4HPF1VWP35TI4GVQ9G28TDTB7ZKRSKIFYFWCX9H8UUX26W0SBX9TBI0VUCPM1PZKYO3P7QQZSH88X7ZK0702KC9GAFFSMKQJA2ARWV2S4741OU4WTJAQ8ZTAM2PH25LK2ERCAX038KMWXN1K1YWV273L6STNQBJZQ7GD26GBO0VT6V9EX7RBIU1JG6UTNRAYMRCVKDVG0MRUWM0OD8O' where id=26; -update noar ti set v3='TYG0RN23Z6U36OA28913RTYOSX0EQ6J7Y1ME10VLMRDEBQ4HPF1VWP35TI4GVQ9G28TDTB7ZKRSKIFYFWCX9H8UUX26W0SBX9TBI0VUCPM1PZKYO3P7QQZSH88X7ZK0702KC9GAFFSMKQJA2ARWV2S4741OU4WTJAQ8ZTAM2PH25LK2ERCAX038KMWXN1K1YWV273L6STNQBJZQ7GD26GBO0VT6V9EX7RBIU1JG6UTNRAYMRCVKDVG0MRUWM0OD8O' where id=26; -update noar tt set v0='1QKXZMD6C0L0Z79BL758AD91MJFXVS5QMEX33FAPO1HG7L440CS7UO12FGEPW33X6RJ5W5NYORVTOHTLB6K7R3A5THQIN6AIMH05J1EKF9ZZZSL07GG0MSG4UVS1CQ6KYOSC3LR11XERDPT02YJS97HFDFWHMGIFPLHRZPALX5F8KPSQCQU0FVCCLM8NUKG4C9ZTSQHW1Y9BXP876U17NF7O9GR5VN4XG6ATQKKMO5KUVPQV8GK2KUVNR32EIN35G' where id=27; -update noar ti set v0='1QKXZMD6C0L0Z79BL758AD91MJFXVS5QMEX33FAPO1HG7L440CS7UO12FGEPW33X6RJ5W5NYORVTOHTLB6K7R3A5THQIN6AIMH05J1EKF9ZZZSL07GG0MSG4UVS1CQ6KYOSC3LR11XERDPT02YJS97HFDFWHMGIFPLHRZPALX5F8KPSQCQU0FVCCLM8NUKG4C9ZTSQHW1Y9BXP876U17NF7O9GR5VN4XG6ATQKKMO5KUVPQV8GK2KUVNR32EIN35G' where id=27; -update noar tt set v1='43D4WF8721S3JA8E40KNKVPSRQ0A6CSIGKB60E1WG7723NVXE7ZN2HDSV62XPAXBMOB0OIS42219X1SN23XUQ43LH23L3GNKTZ601EX9G23BP1GUKXXJ4HNEHDW8VVXOVAXFL3R1X0WD2J1FU0R4N8O0DM062SNGZKDZVUV77OOAO2HQ81A29DUJ1TI23VBGNB4BPZN5D9TYHIK72WENPQURVCKRAV21GHUII9Y53UO6I05KKQKZGMLG3HC6JCYR5' where id=27; -update noar ti set v1='43D4WF8721S3JA8E40KNKVPSRQ0A6CSIGKB60E1WG7723NVXE7ZN2HDSV62XPAXBMOB0OIS42219X1SN23XUQ43LH23L3GNKTZ601EX9G23BP1GUKXXJ4HNEHDW8VVXOVAXFL3R1X0WD2J1FU0R4N8O0DM062SNGZKDZVUV77OOAO2HQ81A29DUJ1TI23VBGNB4BPZN5D9TYHIK72WENPQURVCKRAV21GHUII9Y53UO6I05KKQKZGMLG3HC6JCYR5' where id=27; -update noar tt set v2='TVFMQGD8SHUMGWLDECLPQOZ3DZZJSW6SESKODE5SV4WNWHTUHBQ6KKLQYDHQ8O03HM11S5NX7P20QH30C9102LI7HF754799AIDNN3OQC18CD4OP938YDZCBGFSUW24IY0G8QJQRM7BIE6FVI2WNSV04S67M4JAY20C7LZXYPBAJU17TEJN1X2ONMHM2QTOYSTDDGBPWKQD3D8716WUK1FAG9KFPY44WZXI64BU1SLA8EIFV4C0DEQJJUYGE3HIKF' where id=27; -update noar ti set v2='TVFMQGD8SHUMGWLDECLPQOZ3DZZJSW6SESKODE5SV4WNWHTUHBQ6KKLQYDHQ8O03HM11S5NX7P20QH30C9102LI7HF754799AIDNN3OQC18CD4OP938YDZCBGFSUW24IY0G8QJQRM7BIE6FVI2WNSV04S67M4JAY20C7LZXYPBAJU17TEJN1X2ONMHM2QTOYSTDDGBPWKQD3D8716WUK1FAG9KFPY44WZXI64BU1SLA8EIFV4C0DEQJJUYGE3HIKF' where id=27; -update noar tt set v3='C0I4MZG3VJFEYG3NN1WMQ4YFNKCB9X3VLF14YMK561P02VCEJT5DY69BT3X2L8TWFY3UEGO8W7MT2AL3ZW0ML9VG7XHT47HJ2FPES3JQO36QYRINFDAO7Z6AOEYWO7N3231SKTE9Q07WB7ME4R9C4LAH2GXWWFUAP3CXERVK88ZAQC0EXYUBNJPVCKK9Y79SY0P676HRIAWYYSN2S9EC1HB264G3WV2P4U2UOZXJWS8HO41NI1JVWEHH54SZRV7F3' where id=27; -update noar ti set v3='C0I4MZG3VJFEYG3NN1WMQ4YFNKCB9X3VLF14YMK561P02VCEJT5DY69BT3X2L8TWFY3UEGO8W7MT2AL3ZW0ML9VG7XHT47HJ2FPES3JQO36QYRINFDAO7Z6AOEYWO7N3231SKTE9Q07WB7ME4R9C4LAH2GXWWFUAP3CXERVK88ZAQC0EXYUBNJPVCKK9Y79SY0P676HRIAWYYSN2S9EC1HB264G3WV2P4U2UOZXJWS8HO41NI1JVWEHH54SZRV7F3' where id=27; -update noar tt set v0='1OFQBNZLWM12SWD0XSFBDNVNLEMT30TQW6B60KHOW829W8MIO6WVQLU6BRW2SEMSGQHP5T373ZXFDOKKJKEIDNKIH5YL9H6G2RBPVLU2L4ORCRU1JHKEZXO38PIK1Q2MHI2RCEZIIICPFN6RNXUXOWXAH8YFKT06HGKVNOLXEVPZCVR31XMAIK4USJ2CVMJMPW1YBCHRVTHISWU5IDB3E13TKKVMP1SYD1MIKQDT1VOMJ9YF1ITKJRM4URONRKHQS' where id=28; -update noar ti set v0='1OFQBNZLWM12SWD0XSFBDNVNLEMT30TQW6B60KHOW829W8MIO6WVQLU6BRW2SEMSGQHP5T373ZXFDOKKJKEIDNKIH5YL9H6G2RBPVLU2L4ORCRU1JHKEZXO38PIK1Q2MHI2RCEZIIICPFN6RNXUXOWXAH8YFKT06HGKVNOLXEVPZCVR31XMAIK4USJ2CVMJMPW1YBCHRVTHISWU5IDB3E13TKKVMP1SYD1MIKQDT1VOMJ9YF1ITKJRM4URONRKHQS' where id=28; -update noar tt set v1='GAWPIKDNCSV6UCW3UN6HR4JN75W5HWJZJHBTEE1WCIHNHULR7L9GOB627DMZW895ZDY1PTCLOSN8P32QMITOMKXUIRY67DJU0QZJHQTW147DAASJHWNMQB6ODOXU8EHREC7ECNZB1G9CMJS6BM9FTBCC3UI2VN4SSUAZMF0S052COEBF7DBJHC4T7NCTENF5RH8I44WU839IV1MAFWS10M2V73E4YDCT12VVDU2CPGHMY3CO93LBH053BKUB0ZG8Y' where id=28; -update noar ti set v1='GAWPIKDNCSV6UCW3UN6HR4JN75W5HWJZJHBTEE1WCIHNHULR7L9GOB627DMZW895ZDY1PTCLOSN8P32QMITOMKXUIRY67DJU0QZJHQTW147DAASJHWNMQB6ODOXU8EHREC7ECNZB1G9CMJS6BM9FTBCC3UI2VN4SSUAZMF0S052COEBF7DBJHC4T7NCTENF5RH8I44WU839IV1MAFWS10M2V73E4YDCT12VVDU2CPGHMY3CO93LBH053BKUB0ZG8Y' where id=28; -update noar tt set v2='5HGPJMITE8NL7NQWI69Q12P9QSCHAQ3WM6Z61YF69VDWSBBG2SS7LR7E6RRTI0IRDEHKP8LWVDAYNYM3FA9OK5EQEPRK53CAFWUSFVOJEGVK28363NJTY7JQPGSKT3LZB7CKLVBNF5C1EP5PPBGLAUTNX5GW9YR27TV0RYEX1SV0HJA7Q7C4IA8QQ4AWLX5GSRABN7LEWSN4NN0XQEOBNY24NFC2UQSNVOK1DJ3CX2RMYB9L2N54IVXMKQHQPRLGV' where id=28; -update noar ti set v2='5HGPJMITE8NL7NQWI69Q12P9QSCHAQ3WM6Z61YF69VDWSBBG2SS7LR7E6RRTI0IRDEHKP8LWVDAYNYM3FA9OK5EQEPRK53CAFWUSFVOJEGVK28363NJTY7JQPGSKT3LZB7CKLVBNF5C1EP5PPBGLAUTNX5GW9YR27TV0RYEX1SV0HJA7Q7C4IA8QQ4AWLX5GSRABN7LEWSN4NN0XQEOBNY24NFC2UQSNVOK1DJ3CX2RMYB9L2N54IVXMKQHQPRLGV' where id=28; -update noar tt set v3='GXFUU3JKG2XI92GHLAU8WQY8CEIN0TY2PZ66O7NA4LZ2TVSZJC2JLBKCAI7SH2HSZP7GJQ43SQRTU18WCUZG6RA1USKCEHHKIAMAF20WPIA1YBZ979KGUIG2HD0QB4N21BWC89XN7B57ZT2HSYMWS14IOJTAM4UO9EK7GP9E6UAECZATLT30AU58XQ291KCT6GRUDXWXFZY2J2X366NGQHYOWQ8C0GOCHC252KG37IEQTUHIX6SS27CLS4GOCMX8H' where id=28; -update noar ti set v3='GXFUU3JKG2XI92GHLAU8WQY8CEIN0TY2PZ66O7NA4LZ2TVSZJC2JLBKCAI7SH2HSZP7GJQ43SQRTU18WCUZG6RA1USKCEHHKIAMAF20WPIA1YBZ979KGUIG2HD0QB4N21BWC89XN7B57ZT2HSYMWS14IOJTAM4UO9EK7GP9E6UAECZATLT30AU58XQ291KCT6GRUDXWXFZY2J2X366NGQHYOWQ8C0GOCHC252KG37IEQTUHIX6SS27CLS4GOCMX8H' where id=28; -update noar tt set v0='5K63XUEFQTPX5H2T0IKFAJMAEKAZHSSSVXKPO2KEV9HKCBUV3XKT3VJ3LX9TU6GT9Y4Q9G472AFQ5HIIPUB0VR5CZ9D1FU3673OWW114HIZDXWDTR4H29D1EFSBRG1X7XF67GDLBN4MY64R98JBZBA5K86LGWE8G0O5BYVCSSEXXLP9KYESI4YK8TAOSLP5UEXX8IIWW5J6YXIQFP2AH7G0WGGZWC181NHQK0G2D9BVNWTMBHIS8ZZNLQSIUNMCYJ' where id=29; -update noar ti set v0='5K63XUEFQTPX5H2T0IKFAJMAEKAZHSSSVXKPO2KEV9HKCBUV3XKT3VJ3LX9TU6GT9Y4Q9G472AFQ5HIIPUB0VR5CZ9D1FU3673OWW114HIZDXWDTR4H29D1EFSBRG1X7XF67GDLBN4MY64R98JBZBA5K86LGWE8G0O5BYVCSSEXXLP9KYESI4YK8TAOSLP5UEXX8IIWW5J6YXIQFP2AH7G0WGGZWC181NHQK0G2D9BVNWTMBHIS8ZZNLQSIUNMCYJ' where id=29; -update noar tt set v1='82MZVZTCME90GI3WF4SLY9V6J7KLUKCBDYSEZAXZZKL9PTT149R2WOA201L74YUTPNQTJABKNOIX17TG5L8FR0NOCQQT3R4XFTBAM4EDO8LCRRWQR7B8QY8E74PPMC7YYEJGFNUG6ADARWDMLKWKZOU8VFIK6AEN6OQQ4A01VH3S4VLEOBCEJRT5D1UTUXVFAZPVR8TD7FX05XX1VBR9NN6QAHR7XTI8R6ED1A3LOCKN5MBUW46IONAAM27Q4V5G3' where id=29; -update noar ti set v1='82MZVZTCME90GI3WF4SLY9V6J7KLUKCBDYSEZAXZZKL9PTT149R2WOA201L74YUTPNQTJABKNOIX17TG5L8FR0NOCQQT3R4XFTBAM4EDO8LCRRWQR7B8QY8E74PPMC7YYEJGFNUG6ADARWDMLKWKZOU8VFIK6AEN6OQQ4A01VH3S4VLEOBCEJRT5D1UTUXVFAZPVR8TD7FX05XX1VBR9NN6QAHR7XTI8R6ED1A3LOCKN5MBUW46IONAAM27Q4V5G3' where id=29; -update noar tt set v2='TX7ZSXD0M8HEHB1Y8HQ2SXU6AI28RXM8NDRWZ50RSUMA388ACS7VCNEBLDVPC0CYKVW5SFZ065VRQP6MN5DMOKPTCNDWDKPYFEED1OOX59A5FNUIN7WU3RF24HPB6U2P8KL7GUC9GQGFV94VETGRROIHOYI1FDZUDGFHT1FLBULOCMYQEHDHYJQ9CJNLM8IWMUGD0FGMEMT12R5MSPHZGO590ML82TUM20H08GVETBWHO0I4XR9CXPOMGZIVQN8V4' where id=29; -update noar ti set v2='TX7ZSXD0M8HEHB1Y8HQ2SXU6AI28RXM8NDRWZ50RSUMA388ACS7VCNEBLDVPC0CYKVW5SFZ065VRQP6MN5DMOKPTCNDWDKPYFEED1OOX59A5FNUIN7WU3RF24HPB6U2P8KL7GUC9GQGFV94VETGRROIHOYI1FDZUDGFHT1FLBULOCMYQEHDHYJQ9CJNLM8IWMUGD0FGMEMT12R5MSPHZGO590ML82TUM20H08GVETBWHO0I4XR9CXPOMGZIVQN8V4' where id=29; -update noar tt set v3='AFFXMSGVOOAZY8MZ9DSZUJE6OBIL0OF10EUA3P2WT4LU22BMPBGIGLQHU3D51QREHVS7R8NNAWG4IDEWM11AT17712HR95B633HKGZ7MRJ9WC3UJDETPRBA5KYSKCWSFS32PSQ8CXT9A5VYFQHS9FBZGGUYIL9SPX1ZD7QK6Y1AL3B3OL2KEIZTGT1VSQ5FZ492FL0G10GP8NT6WUKJU325I47XSCZD24WDRQOLZ8OBM1V7YSFCKN4P8ZWCHH2CLU' where id=29; -update noar ti set v3='AFFXMSGVOOAZY8MZ9DSZUJE6OBIL0OF10EUA3P2WT4LU22BMPBGIGLQHU3D51QREHVS7R8NNAWG4IDEWM11AT17712HR95B633HKGZ7MRJ9WC3UJDETPRBA5KYSKCWSFS32PSQ8CXT9A5VYFQHS9FBZGGUYIL9SPX1ZD7QK6Y1AL3B3OL2KEIZTGT1VSQ5FZ492FL0G10GP8NT6WUKJU325I47XSCZD24WDRQOLZ8OBM1V7YSFCKN4P8ZWCHH2CLU' where id=29; -update noar tt set v0='AVZOVTI3F9H67KQ1NLFI0OMIEH0R1KI9M3HHH4GRT1M4W5539BLOVTUX8NA86O2IYOF56L1JDPC6C6YPTMAXBDAMAWL4IU7CCJPYUU65CO1EJOSD9C23FB7383RPRE2XYRUUS1TXCARLGEL5PMQLHE8HQKFQYGIGU0N80AEN6X4FCI9X3QGAY256O325F5Y9OH6RBG6GY97T84LXJHRKEW0OTWJN1BH2USMV0F0YFR06GWA2AALYUHX82DEIA0CKM' where id=30; -update noar ti set v0='AVZOVTI3F9H67KQ1NLFI0OMIEH0R1KI9M3HHH4GRT1M4W5539BLOVTUX8NA86O2IYOF56L1JDPC6C6YPTMAXBDAMAWL4IU7CCJPYUU65CO1EJOSD9C23FB7383RPRE2XYRUUS1TXCARLGEL5PMQLHE8HQKFQYGIGU0N80AEN6X4FCI9X3QGAY256O325F5Y9OH6RBG6GY97T84LXJHRKEW0OTWJN1BH2USMV0F0YFR06GWA2AALYUHX82DEIA0CKM' where id=30; -update noar tt set v1='5T4TFDF7T34PGBMBAYVW42LB2Q8Y3FHKFJEVA4QFEAYDF4XH23D91S26B5B0WQLOO2P28PUFQ8PKML3SYVPLXEXNWJZ5UJUA1M6UU6AJGWSHULZKU0RR7JI1ULP8X6RTJRI5QJLASMGHTQW664QGDNQ8QGM5B0RV887QJ8GLLN5GJNQTO9H3EE4QM22ROOOXE8BAU5C1V45Q64P0OSZI4XEJPSIU3Z4INI1GK109SBWFQSY6UU1U06CP2534DJ4NN' where id=30; -update noar ti set v1='5T4TFDF7T34PGBMBAYVW42LB2Q8Y3FHKFJEVA4QFEAYDF4XH23D91S26B5B0WQLOO2P28PUFQ8PKML3SYVPLXEXNWJZ5UJUA1M6UU6AJGWSHULZKU0RR7JI1ULP8X6RTJRI5QJLASMGHTQW664QGDNQ8QGM5B0RV887QJ8GLLN5GJNQTO9H3EE4QM22ROOOXE8BAU5C1V45Q64P0OSZI4XEJPSIU3Z4INI1GK109SBWFQSY6UU1U06CP2534DJ4NN' where id=30; -update noar tt set v2='D1LGNVY0XEFYZTJPO54TLVNQWOQOOCFS6KH8L7GDNCGVOOIH9H51QAF0OM3ZS2IMNCVTZALSKRA2BZX10DHT5KOCRMF1DN9GHUWF6FUNQCLEL1YJBNNM95JXM3V80MD37FCOJDMDJYZR0685YEUT9T1I4MV2B7AKISGIF367F40LLR1ASMDX2DK46G05SC725369I2ZLJ15CDM0LISR58FUIIMSETQAGAC3NEXS4CVLWZYOQJHUHCQAQ1MCFLRQTC' where id=30; -update noar ti set v2='D1LGNVY0XEFYZTJPO54TLVNQWOQOOCFS6KH8L7GDNCGVOOIH9H51QAF0OM3ZS2IMNCVTZALSKRA2BZX10DHT5KOCRMF1DN9GHUWF6FUNQCLEL1YJBNNM95JXM3V80MD37FCOJDMDJYZR0685YEUT9T1I4MV2B7AKISGIF367F40LLR1ASMDX2DK46G05SC725369I2ZLJ15CDM0LISR58FUIIMSETQAGAC3NEXS4CVLWZYOQJHUHCQAQ1MCFLRQTC' where id=30; -update noar tt set v3='87QKFKTUOM8OEINHO3ZLKFT3TROZF7LOBGX0F40EULIUCQUUUZB307SSLF266R49M8MJ8QM5J6DLYB0RV7KNVG1CONR4OP89LZS3A12COGA2CZIE57FFPT5U12T68BQY4HEKLBCAJOPF8H0X89OFYIRCCJDM0HBWBP6ZSIEYGN4LFF9U2DICMCKYLVZJHUBNHNA4WQGSQ2C2FCP6QX0K2IC2XCCZHBUQ3ZF9RMG9JZVGVID2LDPKRAP3EO0CB69EG' where id=30; -update noar ti set v3='87QKFKTUOM8OEINHO3ZLKFT3TROZF7LOBGX0F40EULIUCQUUUZB307SSLF266R49M8MJ8QM5J6DLYB0RV7KNVG1CONR4OP89LZS3A12COGA2CZIE57FFPT5U12T68BQY4HEKLBCAJOPF8H0X89OFYIRCCJDM0HBWBP6ZSIEYGN4LFF9U2DICMCKYLVZJHUBNHNA4WQGSQ2C2FCP6QX0K2IC2XCCZHBUQ3ZF9RMG9JZVGVID2LDPKRAP3EO0CB69EG' where id=30; -update noar tt set v0='QRQ8AHXI58TE4YCNUXJP977CTS6XUNAI1HPFCVBWDU9SJX0BV5I6JGJUO07S8Q0KA0P2FAWX5SWECS1S51PCPYHPMW6VX9ERG3XVTOGYE7LIX1XFB8X8EHC8LGZS049I9HEK77NEBSC012PDBUY2X8HBCHTJ6D2NPZFZKCXOIOEZOF5307J34V2TAII5N97J394D67A2Q89ZLI1Z2QI08S7ESPU5BJPJZIPLV2I1IMQVJKWR787EAATXSTA7AEN4E' where id=31; -update noar ti set v0='QRQ8AHXI58TE4YCNUXJP977CTS6XUNAI1HPFCVBWDU9SJX0BV5I6JGJUO07S8Q0KA0P2FAWX5SWECS1S51PCPYHPMW6VX9ERG3XVTOGYE7LIX1XFB8X8EHC8LGZS049I9HEK77NEBSC012PDBUY2X8HBCHTJ6D2NPZFZKCXOIOEZOF5307J34V2TAII5N97J394D67A2Q89ZLI1Z2QI08S7ESPU5BJPJZIPLV2I1IMQVJKWR787EAATXSTA7AEN4E' where id=31; -update noar tt set v1='Z21OH7P1L8ZJDXU6YVO2124I51YBBUKUJT8Z3PQRHP03X2N2OYTS1SSNRHFFJGCNC4GIBBM2J036FIWHYYZ77ZNYFE2OND3CGX99SPNB3AT7PJHLJ9L5E6N9YXM9OMTNLMRSTYQJWFA4YVHU116UKNDH0QMBEHSZVBFNBHFI7XZEUE580LMOPTTF4BHD77IKMIUY17VCGX5WPS4SYNP1ODIZZAXYOKCRJ9IOFGN05I4NFGIO1CHD9ZYL045BRDCRC' where id=31; -update noar ti set v1='Z21OH7P1L8ZJDXU6YVO2124I51YBBUKUJT8Z3PQRHP03X2N2OYTS1SSNRHFFJGCNC4GIBBM2J036FIWHYYZ77ZNYFE2OND3CGX99SPNB3AT7PJHLJ9L5E6N9YXM9OMTNLMRSTYQJWFA4YVHU116UKNDH0QMBEHSZVBFNBHFI7XZEUE580LMOPTTF4BHD77IKMIUY17VCGX5WPS4SYNP1ODIZZAXYOKCRJ9IOFGN05I4NFGIO1CHD9ZYL045BRDCRC' where id=31; -update noar tt set v2='Y57CQVM37ND2CY1PFONY4AOFEQ0ADDUY02CR5NP90PW9YCF2JQGIEU580793NP4XNXWCBRPGYVT1IPNWC6FGWFBVM3GZKZQTPZXRJ4H0FAIK29HW72OQBR60IJGY89GM31BEBLHJ9RBJY88078BL5RCEIY92LLQ8NN2F6MV1T6AAQUHXSLOJLW7EDX6RXC18KJE960BADGP85A82PE1GCT95UREIKHU8RZG2HI725WXZKLN2BBWTF3VVHWSW9AJI5' where id=31; -update noar ti set v2='Y57CQVM37ND2CY1PFONY4AOFEQ0ADDUY02CR5NP90PW9YCF2JQGIEU580793NP4XNXWCBRPGYVT1IPNWC6FGWFBVM3GZKZQTPZXRJ4H0FAIK29HW72OQBR60IJGY89GM31BEBLHJ9RBJY88078BL5RCEIY92LLQ8NN2F6MV1T6AAQUHXSLOJLW7EDX6RXC18KJE960BADGP85A82PE1GCT95UREIKHU8RZG2HI725WXZKLN2BBWTF3VVHWSW9AJI5' where id=31; -update noar tt set v3='PIDO3T1LWRLTSCJJ6L5JFGN4LLZ5MNWES59153PNS7133YXCQCFZRAOV6XHAEFVEOXGNSIVFZEA7299SE4PQ3ZDJERC6AHLQHQK0HAUOA3E73KCLJS8HSMDRG6VO60JR1GXWOEANVGSOCF6OJS7XXQUAEZX8NEOMYKTNGOA10C45MNYKDRTFY0IAPSLDFCJNL3Y36SALB6FQJOTYQS7653RRUW2ZVCB2N8RCC6SBP7NI92TXUVNW41MY07O8VTN42' where id=31; -update noar ti set v3='PIDO3T1LWRLTSCJJ6L5JFGN4LLZ5MNWES59153PNS7133YXCQCFZRAOV6XHAEFVEOXGNSIVFZEA7299SE4PQ3ZDJERC6AHLQHQK0HAUOA3E73KCLJS8HSMDRG6VO60JR1GXWOEANVGSOCF6OJS7XXQUAEZX8NEOMYKTNGOA10C45MNYKDRTFY0IAPSLDFCJNL3Y36SALB6FQJOTYQS7653RRUW2ZVCB2N8RCC6SBP7NI92TXUVNW41MY07O8VTN42' where id=31; -update noar tt set v0='3THSCOYLJ4BYEYIMJP04PRX4X56JG055WG81CPI9RV614ANAS33XZOMSFL3ROCRO9CX7WDKNO3WSGXUEUDUA26HH0XH1F83UZFW9HGI3694MPA0QNYHQL3D804U1AV0ZS9Y6N2A6Q66ZO2QQDM2XTWN87RW2GU6U051L9UY8IYUR7ASNQZOPYNKIMXCVDD9F1DP107VOUGOLSL3Q157LOZ4CZJM1KPE1HNYDZ1YN31D35E69ZBZ0ZNU930GZ0YDYM' where id=32; -update noar ti set v0='3THSCOYLJ4BYEYIMJP04PRX4X56JG055WG81CPI9RV614ANAS33XZOMSFL3ROCRO9CX7WDKNO3WSGXUEUDUA26HH0XH1F83UZFW9HGI3694MPA0QNYHQL3D804U1AV0ZS9Y6N2A6Q66ZO2QQDM2XTWN87RW2GU6U051L9UY8IYUR7ASNQZOPYNKIMXCVDD9F1DP107VOUGOLSL3Q157LOZ4CZJM1KPE1HNYDZ1YN31D35E69ZBZ0ZNU930GZ0YDYM' where id=32; -update noar tt set v1='J184FP5EE2BUC0EKCI70N3KL2HTW25CIJ91GXH40BAHY2LHEQIWUVGWQOFX7Z8A4P7ZEP0LR5LDC62OBLSZD05OYIS2KRJ91A6Q6Q8L3PSA7W62QT6HJ18LQ8IH2AXS4NDFZCAH6YS2Q87U7XBBQISQ43DFO3WG8II9OMDWBZ7NM2F2QEZ2FZIVKS2U5CDJF4OELNO9348WRNT8BD9NH0DR7FKPNMJPWKFH1BNM0X12S54M2YHYXIOWASJ12OEGKY' where id=32; -update noar ti set v1='J184FP5EE2BUC0EKCI70N3KL2HTW25CIJ91GXH40BAHY2LHEQIWUVGWQOFX7Z8A4P7ZEP0LR5LDC62OBLSZD05OYIS2KRJ91A6Q6Q8L3PSA7W62QT6HJ18LQ8IH2AXS4NDFZCAH6YS2Q87U7XBBQISQ43DFO3WG8II9OMDWBZ7NM2F2QEZ2FZIVKS2U5CDJF4OELNO9348WRNT8BD9NH0DR7FKPNMJPWKFH1BNM0X12S54M2YHYXIOWASJ12OEGKY' where id=32; -update noar tt set v2='TFZOGN64WWC93TFQ5W7L421WBUZ99W55VRJ9AYXJEHE7SCE1EEHHAYP9GXATCMC78JMLN90PSM7NPCLTH09DWSHZ90Y6NPYDQ1NXWR7UB8DKS0VCVY4207OXI3C0HV2UB1GK5HVC61JNAWYZ3GJ59XYMR1NT3191NSGIZLKR5EZG9RRTCDIIFIR1AOX97QR7ONGRXCFAA7SO0VXAIMP3R9P9LDGT07POOSXRSUM4AH5WKTCLYEVSAT4INWIIDFLPH' where id=32; -update noar ti set v2='TFZOGN64WWC93TFQ5W7L421WBUZ99W55VRJ9AYXJEHE7SCE1EEHHAYP9GXATCMC78JMLN90PSM7NPCLTH09DWSHZ90Y6NPYDQ1NXWR7UB8DKS0VCVY4207OXI3C0HV2UB1GK5HVC61JNAWYZ3GJ59XYMR1NT3191NSGIZLKR5EZG9RRTCDIIFIR1AOX97QR7ONGRXCFAA7SO0VXAIMP3R9P9LDGT07POOSXRSUM4AH5WKTCLYEVSAT4INWIIDFLPH' where id=32; -update noar tt set v3='U3Z9HUXGOBW8B82L7952O4W0JW67ZCJVMSQ10QJZONBNI4HMMTYRBDFAFEOTBX4WAJ1AU89I3XGJ6TJNJDDEQCUZ1YCV27F1QDV78TWK00TYESKNR5CKA25XUNX02U4NDUZBQG3B6RKPTBYQ9CA73J1B5KSUHJE7HDLXHORAV589S3DMPOMNZATHWBS5QFBT1VK8P3RN1TGNQ2TSH7N1QP3F1CZOMLZZJOY61ZOD4FLXKKRRR1KZJH6YFDT0R9IMZ' where id=32; -update noar ti set v3='U3Z9HUXGOBW8B82L7952O4W0JW67ZCJVMSQ10QJZONBNI4HMMTYRBDFAFEOTBX4WAJ1AU89I3XGJ6TJNJDDEQCUZ1YCV27F1QDV78TWK00TYESKNR5CKA25XUNX02U4NDUZBQG3B6RKPTBYQ9CA73J1B5KSUHJE7HDLXHORAV589S3DMPOMNZATHWBS5QFBT1VK8P3RN1TGNQ2TSH7N1QP3F1CZOMLZZJOY61ZOD4FLXKKRRR1KZJH6YFDT0R9IMZ' where id=32; -update noar tt set v0='XSKXM40W4WOTXYCA6UR8GS2ERD5N8W7QQT6BB404HXXPBDMMTKJGSOHILWLD4D7QC7VUPLASC5NWBY3X8W36IK5DU7RJ6OHMYVYF1C2H9WVQUR1AYNM0XFZIR11167Q57RGMX2J0SPFR56QPPKI2PRJJ5ZVK3DIX5UVWVU1V9NNN20Z31GMYD0XFNUF1J4HBFISU1HC8LX27E9YQDUZFZSJLR42KTQVGI6Q7RO0EOHDZFO39F81RYODOVFQHMJ47T' where id=33; -update noar ti set v0='XSKXM40W4WOTXYCA6UR8GS2ERD5N8W7QQT6BB404HXXPBDMMTKJGSOHILWLD4D7QC7VUPLASC5NWBY3X8W36IK5DU7RJ6OHMYVYF1C2H9WVQUR1AYNM0XFZIR11167Q57RGMX2J0SPFR56QPPKI2PRJJ5ZVK3DIX5UVWVU1V9NNN20Z31GMYD0XFNUF1J4HBFISU1HC8LX27E9YQDUZFZSJLR42KTQVGI6Q7RO0EOHDZFO39F81RYODOVFQHMJ47T' where id=33; -update noar tt set v1='MVO00J3SZNMRUIL2S0LQEDY9BXD82WI8G9CECGZJTF7K9ZF2H0EMNHRYCN3BP6IY5SVAK95VD47OUPKK9KY9N86RCANP10KSAKNZ8NGE93IHO2C2KVMF3BKFSWQOYKGG5M2SFU30UYR81E0SMTV1FN1SDPPX3B0X4NAY7C2V4Y3WJ6PB74KD4Y79V6COMG5RBHU4AUHXDDESA0WBS8ZRO5YHCTW5D5T6NUFD4RXEBKAV35KNB43PWRFC3QL5DCTV6' where id=33; -update noar ti set v1='MVO00J3SZNMRUIL2S0LQEDY9BXD82WI8G9CECGZJTF7K9ZF2H0EMNHRYCN3BP6IY5SVAK95VD47OUPKK9KY9N86RCANP10KSAKNZ8NGE93IHO2C2KVMF3BKFSWQOYKGG5M2SFU30UYR81E0SMTV1FN1SDPPX3B0X4NAY7C2V4Y3WJ6PB74KD4Y79V6COMG5RBHU4AUHXDDESA0WBS8ZRO5YHCTW5D5T6NUFD4RXEBKAV35KNB43PWRFC3QL5DCTV6' where id=33; -update noar tt set v2='7TR96M5M7G1QKYIEU7VF5L9O3KQ49X5KBO6EW748DH0ISCJJQWR62CXIDFSMO4I6H1PBTXOOPUEASNZC7GF2681H1ZDWBR22KGPDSX35DIJWOWTEDN826QC98MZTNX3LZNDLU5SYLPUYUTNRJHEVFYNMDAZX1WBH0XP1TKD5VPTRGVOD9M6Y4MDB5C3NR1JYUZ625KDRLJ0AU39A562W5DLF31JXUG7GWWPVJYWDA8GI174HKWN0800YFIPQKG0WV' where id=33; -update noar ti set v2='7TR96M5M7G1QKYIEU7VF5L9O3KQ49X5KBO6EW748DH0ISCJJQWR62CXIDFSMO4I6H1PBTXOOPUEASNZC7GF2681H1ZDWBR22KGPDSX35DIJWOWTEDN826QC98MZTNX3LZNDLU5SYLPUYUTNRJHEVFYNMDAZX1WBH0XP1TKD5VPTRGVOD9M6Y4MDB5C3NR1JYUZ625KDRLJ0AU39A562W5DLF31JXUG7GWWPVJYWDA8GI174HKWN0800YFIPQKG0WV' where id=33; -update noar tt set v3='EX850XK9PKFSCD03YP9U2ZR2KEVT4GLUMP1TQSVJI5P85E2JLHYLDSRX85CJFE1K2RB9VPGVDJ4RWU7F46UIRR25BZW9LWKCQHJWCEKU0SKOUP9DH9765XPBRUF8QNORZ54YXSG8RNERD3ZUHRR1QZ0UPOIXBAUD74ILFVOJSKJA54V85OU87ZPY8ESZPET2SYAP96L2N3DI7SJQV8AZ379F3FCFF42W7ZXBLFNJKXQARXGQXUVTUA9Y26WIQG5DJ' where id=33; -update noar ti set v3='EX850XK9PKFSCD03YP9U2ZR2KEVT4GLUMP1TQSVJI5P85E2JLHYLDSRX85CJFE1K2RB9VPGVDJ4RWU7F46UIRR25BZW9LWKCQHJWCEKU0SKOUP9DH9765XPBRUF8QNORZ54YXSG8RNERD3ZUHRR1QZ0UPOIXBAUD74ILFVOJSKJA54V85OU87ZPY8ESZPET2SYAP96L2N3DI7SJQV8AZ379F3FCFF42W7ZXBLFNJKXQARXGQXUVTUA9Y26WIQG5DJ' where id=33; -update noar tt set v0='SFHI9NDE9KJTS2PR3WAOGITVL3O5XC2D6EZGGQS0GAPE879RKWEKMN5JO7GIHY6GAZE77P2HOXF7DCG39XU3HG7HYOQK4XULG9YY1EW5GVHL3IVJJ7HV5NLRJ13KE284G7C7SO69XH7V0KPE3X0S5ADF93QPRAZRQ9T75SOCM2UKTPWY5JDHBI3HJ5W8DHK9MC15VVEZTO7W1417T5JTI307B5EP80OX1LRIT5U6L0EHG35I40YSRTTDF4OIL3MW5' where id=34; -update noar ti set v0='SFHI9NDE9KJTS2PR3WAOGITVL3O5XC2D6EZGGQS0GAPE879RKWEKMN5JO7GIHY6GAZE77P2HOXF7DCG39XU3HG7HYOQK4XULG9YY1EW5GVHL3IVJJ7HV5NLRJ13KE284G7C7SO69XH7V0KPE3X0S5ADF93QPRAZRQ9T75SOCM2UKTPWY5JDHBI3HJ5W8DHK9MC15VVEZTO7W1417T5JTI307B5EP80OX1LRIT5U6L0EHG35I40YSRTTDF4OIL3MW5' where id=34; -update noar tt set v1='DEDJUM3SPXGT7PQTR99G8UAZNVI4QMJPTUS3G8IBVA91RKY0UKFHPIMBO8XJG79Z4UROWSO68S5V4AL5ZBWYIK31E1N94XC2WRFU8G6SAWF1B78A98E28VYOCC88G3S4NZ52Z3Y49L74NCHKF89KYJDKGKC6OP34IA1ZIVJJ796UMPNYZCBELIPR4XNOYXGBDS5AZYSBFB3FI9J6D3TAHZEXRN6RUNQZSUMLLJQZ3Q7ACW44GC1UB4WWMP7U2NGH8' where id=34; -update noar ti set v1='DEDJUM3SPXGT7PQTR99G8UAZNVI4QMJPTUS3G8IBVA91RKY0UKFHPIMBO8XJG79Z4UROWSO68S5V4AL5ZBWYIK31E1N94XC2WRFU8G6SAWF1B78A98E28VYOCC88G3S4NZ52Z3Y49L74NCHKF89KYJDKGKC6OP34IA1ZIVJJ796UMPNYZCBELIPR4XNOYXGBDS5AZYSBFB3FI9J6D3TAHZEXRN6RUNQZSUMLLJQZ3Q7ACW44GC1UB4WWMP7U2NGH8' where id=34; -update noar tt set v2='U91REXQP9SQ1RKRPN2RUD73T4C6V95Q9UWP7AQEE6OW44YQUBZ297B599C2TTF61SCTMEYOVWQB4FP4P9I0PDTSLKNXJ3RURNZB6LQF85ZCEP4ET6OEGSRT7QCFVPTXXL3W2XAVCBHLUTTTD6KUM9U490DB1LU9OX2CZST8PRHDSRZ6OE4INQ4DFFYYYQXQDKBTBAN5G2BK4XOXIMEX2DWYMI3JS3G55JT38AY5K5S7TTZEY2V8LA9WVJ2KJEYU84' where id=34; -update noar ti set v2='U91REXQP9SQ1RKRPN2RUD73T4C6V95Q9UWP7AQEE6OW44YQUBZ297B599C2TTF61SCTMEYOVWQB4FP4P9I0PDTSLKNXJ3RURNZB6LQF85ZCEP4ET6OEGSRT7QCFVPTXXL3W2XAVCBHLUTTTD6KUM9U490DB1LU9OX2CZST8PRHDSRZ6OE4INQ4DFFYYYQXQDKBTBAN5G2BK4XOXIMEX2DWYMI3JS3G55JT38AY5K5S7TTZEY2V8LA9WVJ2KJEYU84' where id=34; -update noar tt set v3='F7RBP3Q9ETJEVGBKI7B699NRJ08Q6X6D0V7A42NR5FD6G64GEZ3YKMQTVH5TOE46Q1HG6JIACDDDGED2WGJU18KAI4UHIOMC5WGMLLI1NJQF6IKG0CQH67A5ZC3BHAWM1ON55CDQHKCXYSD5YMTDRQP2QM46L8DRHAZGMVVM2E573OMM3Q376JY7ACLPD98DTPNEGWF5P79CKV2HBEI58LLGGC3DLO9IXK96PQ9NCU5T4TMXJ4TQBWFDXGG23Q58T' where id=34; -update noar ti set v3='F7RBP3Q9ETJEVGBKI7B699NRJ08Q6X6D0V7A42NR5FD6G64GEZ3YKMQTVH5TOE46Q1HG6JIACDDDGED2WGJU18KAI4UHIOMC5WGMLLI1NJQF6IKG0CQH67A5ZC3BHAWM1ON55CDQHKCXYSD5YMTDRQP2QM46L8DRHAZGMVVM2E573OMM3Q376JY7ACLPD98DTPNEGWF5P79CKV2HBEI58LLGGC3DLO9IXK96PQ9NCU5T4TMXJ4TQBWFDXGG23Q58T' where id=34; -update noar tt set v0='KIPBKOWZ4H7RA8175AZW3BRYL8H8HIR79KGQRTJDR4CCMDPK1LTP4I20U0KKXUGPX3S0PORGQMZCZFUP5267YFPMTWXIA5ZBL97YZH6VYLZKNMQGXBW6RLUSDHDN93TJHA9XA34PLZ5L1U204DC3S4I9ZEM3MAGWUTBG7CZAE0P2026VV6B095CCWZF1PB5EFPP0LN6VOAIPPGG807YOPALTXNT19K9M9126RMXJIVC4IB0PB5W6PNBPZ5J5B1U2X' where id=35; -update noar ti set v0='KIPBKOWZ4H7RA8175AZW3BRYL8H8HIR79KGQRTJDR4CCMDPK1LTP4I20U0KKXUGPX3S0PORGQMZCZFUP5267YFPMTWXIA5ZBL97YZH6VYLZKNMQGXBW6RLUSDHDN93TJHA9XA34PLZ5L1U204DC3S4I9ZEM3MAGWUTBG7CZAE0P2026VV6B095CCWZF1PB5EFPP0LN6VOAIPPGG807YOPALTXNT19K9M9126RMXJIVC4IB0PB5W6PNBPZ5J5B1U2X' where id=35; -update noar tt set v1='R3JNMLP698KMVOFVH938MTOIHXUF70QGJYNU8O3L7SCLT7U5DLY6ZYC02WE1N9KG95JND2YTA47EJYRX23NNKQ58WI7Y7U8XKPTRB7MDN51Q8P3Q85V853TQWW5DEO7FAY1PQI1N89CXTJK0FU6FI247BCD2TENU2HXOGY3RGK3A9L9CMYKR64UTT702123V7OEYJE1GGWVV1RM9Y5QAYWLUPXCA42R8F0SPGL9E8JH3Y8FX6GPM1LWHRE048OS5Y' where id=35; -update noar ti set v1='R3JNMLP698KMVOFVH938MTOIHXUF70QGJYNU8O3L7SCLT7U5DLY6ZYC02WE1N9KG95JND2YTA47EJYRX23NNKQ58WI7Y7U8XKPTRB7MDN51Q8P3Q85V853TQWW5DEO7FAY1PQI1N89CXTJK0FU6FI247BCD2TENU2HXOGY3RGK3A9L9CMYKR64UTT702123V7OEYJE1GGWVV1RM9Y5QAYWLUPXCA42R8F0SPGL9E8JH3Y8FX6GPM1LWHRE048OS5Y' where id=35; -update noar tt set v2='YB1OGOHUMM19PPZ0O81KO52J44MW3F74T09SDV2AGQ0G1WSH2IWTVLN9MFZ55Q0LCGYA4A73ZGLG49IB7MAGLUQ0XN591K0XHYA4ENBF7XH24GVRKC5V70URJV7VQ8AN7Y92JPF8AZHO8H2URLXTVE6T02REGMJNTNX5PM5G04R8DA33EOJV1J79F4MF8EZCN16BIJXO5WPLHI0Z4111RIU4MQI3IWSGF6L3CX0H2AKOZUA9VF5R3KSRRXGVOBZ7H' where id=35; -update noar ti set v2='YB1OGOHUMM19PPZ0O81KO52J44MW3F74T09SDV2AGQ0G1WSH2IWTVLN9MFZ55Q0LCGYA4A73ZGLG49IB7MAGLUQ0XN591K0XHYA4ENBF7XH24GVRKC5V70URJV7VQ8AN7Y92JPF8AZHO8H2URLXTVE6T02REGMJNTNX5PM5G04R8DA33EOJV1J79F4MF8EZCN16BIJXO5WPLHI0Z4111RIU4MQI3IWSGF6L3CX0H2AKOZUA9VF5R3KSRRXGVOBZ7H' where id=35; -update noar tt set v3='0O9FEN1NI7VV3MCX55WT0W4HV2MTA78ZJDSEXYZWHS4ARLW5YJYMCHBSSKD4DBTMIVGEHR1HNPBUGDSJE8QWS6I86764YV7JHK97F1K3IDG5A700IWPM720C5KSEXR2HHRHYAOA8ERV23XHAJN8M5SS9GLOWIM37TJAULKI8VPR5RFS04PFFJT9AUDCC0BW78YGISCB7LBQW0BZWJBSORJA64R4781YND58JEBKG8TN7KAZFQC3OQRNWS89QX78W5' where id=35; -update noar ti set v3='0O9FEN1NI7VV3MCX55WT0W4HV2MTA78ZJDSEXYZWHS4ARLW5YJYMCHBSSKD4DBTMIVGEHR1HNPBUGDSJE8QWS6I86764YV7JHK97F1K3IDG5A700IWPM720C5KSEXR2HHRHYAOA8ERV23XHAJN8M5SS9GLOWIM37TJAULKI8VPR5RFS04PFFJT9AUDCC0BW78YGISCB7LBQW0BZWJBSORJA64R4781YND58JEBKG8TN7KAZFQC3OQRNWS89QX78W5' where id=35; -update noar tt set v0='IM8QDXKPVPXKT89A31YI38PGPHQ35TCMVCEB0GV2VRP7T25GC6EG7K8PG9KBLYSE07SVVFHI8GS2AQOHDPRKF6IYWG4737SUQ19CPTXX5W2AHH9LQLS4R5PPODSDDXQXL5QYWKGAJS6DGQR8F5G2WLB8NUI1TESITLG1IGI4HEF013K842XL7EFCD9FS7Q4E23REDCY36OYM0W9Z7CJH3EFSWA5B99H3XULZCFPFRP0ISAW1MQJFB61VL0YHDZYQD' where id=36; -update noar ti set v0='IM8QDXKPVPXKT89A31YI38PGPHQ35TCMVCEB0GV2VRP7T25GC6EG7K8PG9KBLYSE07SVVFHI8GS2AQOHDPRKF6IYWG4737SUQ19CPTXX5W2AHH9LQLS4R5PPODSDDXQXL5QYWKGAJS6DGQR8F5G2WLB8NUI1TESITLG1IGI4HEF013K842XL7EFCD9FS7Q4E23REDCY36OYM0W9Z7CJH3EFSWA5B99H3XULZCFPFRP0ISAW1MQJFB61VL0YHDZYQD' where id=36; -update noar tt set v1='17QBE7POFBXNMYBLU63YH9QNL6KGBWYQGUNN6W9JXAVS89OBJY9EQEJ5T1CS0M45A1JH4HCBFE97F0G0L5UA29OI3EX3GHDJ8EOB2DUXRKMNIGU7SWEGTRVMYYDBMP500JMNYI8261H19D0B992K1CE1L9PKUVSYBDNJHUTX34SUJ1TJX0ZBJKB0OSYOJ79WKXVOB4YIPIXAMB1Z9TRTDTZ2FT71THDF1R4B98HBCG23P57ZW6NMQ5MOMFSLPYBGE' where id=36; -update noar ti set v1='17QBE7POFBXNMYBLU63YH9QNL6KGBWYQGUNN6W9JXAVS89OBJY9EQEJ5T1CS0M45A1JH4HCBFE97F0G0L5UA29OI3EX3GHDJ8EOB2DUXRKMNIGU7SWEGTRVMYYDBMP500JMNYI8261H19D0B992K1CE1L9PKUVSYBDNJHUTX34SUJ1TJX0ZBJKB0OSYOJ79WKXVOB4YIPIXAMB1Z9TRTDTZ2FT71THDF1R4B98HBCG23P57ZW6NMQ5MOMFSLPYBGE' where id=36; -update noar tt set v2='O1SUXGDYRNSYX9Q0A1XCKGVYGFFQD2H1VU6OE3GUUCPYEMYQPV0IOS4H9ONK3R0WC6LHXAUBWEQ43ICX4H3B15MQNO999FLJ2VMVAOPS16MJC6XBVVK7F4TK8ZSIYKC529IXQ96T8EL2QZNPW5NAY79OCXEJ2BPELUSYGO6Q3XVXFA8ZMAZD5UAGFDYH3BEHKWNJ3B3NJXSPYXFEFAGWS9TQLMZWDKA5FHBNIYQYEVV1NDAWRYMJ6X1HXB4A583MF' where id=36; -update noar ti set v2='O1SUXGDYRNSYX9Q0A1XCKGVYGFFQD2H1VU6OE3GUUCPYEMYQPV0IOS4H9ONK3R0WC6LHXAUBWEQ43ICX4H3B15MQNO999FLJ2VMVAOPS16MJC6XBVVK7F4TK8ZSIYKC529IXQ96T8EL2QZNPW5NAY79OCXEJ2BPELUSYGO6Q3XVXFA8ZMAZD5UAGFDYH3BEHKWNJ3B3NJXSPYXFEFAGWS9TQLMZWDKA5FHBNIYQYEVV1NDAWRYMJ6X1HXB4A583MF' where id=36; -update noar tt set v3='UM2YR981US8UTN79O8LQXOQJ3EKID406ASSAOT5LR7V02GO943LC06DUBK87X9VB5XP10VYTLW2V8RAYAEJ9RK5LSFZR7LFV552BKJCLN2GZ93Z8I4ENCMN4GDIFHK4LI9NQM3XEAQXH1MRIIQZDRC2D94NEANNYOXVLHFAHX6RZGRU0BKWCBIF1NVKP0920CJZ6E5KE58C9ER26M2VPC5CP941Z2QG55U06UWUSQ7VDU0ONG0LJXRYZ3WQEZ071H' where id=36; -update noar ti set v3='UM2YR981US8UTN79O8LQXOQJ3EKID406ASSAOT5LR7V02GO943LC06DUBK87X9VB5XP10VYTLW2V8RAYAEJ9RK5LSFZR7LFV552BKJCLN2GZ93Z8I4ENCMN4GDIFHK4LI9NQM3XEAQXH1MRIIQZDRC2D94NEANNYOXVLHFAHX6RZGRU0BKWCBIF1NVKP0920CJZ6E5KE58C9ER26M2VPC5CP941Z2QG55U06UWUSQ7VDU0ONG0LJXRYZ3WQEZ071H' where id=36; -update noar tt set v0='E7HM12G1PKE9Q53X2NT75Q27YTPCQ6Q5228Q1WTACZEHQA28VEWTLRB0SBBS0NX98Q1543BU53PNDDJY0KA2DU3IIV0OJFXNP93Z9GK6UTIFN1PYC9FR18GY1R09TIL7RZK3ELL4D0D3IBC23VUVYK3BHUDE7J1H62323OJUQQO68SMWS9FOAUKLQLZHOQ1H2I51IRW0NQ1H9SLTHYUH1Q30E39UGNEOV8MLM8VHVDJYQZIWO5XLD7N04TWD9T2M5' where id=37; -update noar ti set v0='E7HM12G1PKE9Q53X2NT75Q27YTPCQ6Q5228Q1WTACZEHQA28VEWTLRB0SBBS0NX98Q1543BU53PNDDJY0KA2DU3IIV0OJFXNP93Z9GK6UTIFN1PYC9FR18GY1R09TIL7RZK3ELL4D0D3IBC23VUVYK3BHUDE7J1H62323OJUQQO68SMWS9FOAUKLQLZHOQ1H2I51IRW0NQ1H9SLTHYUH1Q30E39UGNEOV8MLM8VHVDJYQZIWO5XLD7N04TWD9T2M5' where id=37; -update noar tt set v1='ABB0S6RL26NXW97E91XYZZGCDAQYTI1JY04EGVXE71QP5T12OTF5WU2332B55LDB6W3P24LO283EV2P00JZXFFFYBB6DQSY9FKS9DC8V3B0NKIRBYRCPU89F8I7CL7YS4T9PXLME4B6YXQXPQQNG90SROEX677XKNTKYXUVUQ1G02KX1067RHWMWGTMT238KLH8IAEY8W7A3ERCUL7V80IQ21ZXVKIDGZV3Y8WJ4DMLKN541Z2M1IXYUOV8KXOP23' where id=37; -update noar ti set v1='ABB0S6RL26NXW97E91XYZZGCDAQYTI1JY04EGVXE71QP5T12OTF5WU2332B55LDB6W3P24LO283EV2P00JZXFFFYBB6DQSY9FKS9DC8V3B0NKIRBYRCPU89F8I7CL7YS4T9PXLME4B6YXQXPQQNG90SROEX677XKNTKYXUVUQ1G02KX1067RHWMWGTMT238KLH8IAEY8W7A3ERCUL7V80IQ21ZXVKIDGZV3Y8WJ4DMLKN541Z2M1IXYUOV8KXOP23' where id=37; -update noar tt set v2='UVAO28FY9545RHV4QHEQF717OJZ2SVINNIC155EWFW98U1D5E9OAQP61QD8XSAXRZWDCSZIM3C6OTI1JBKPG0W7YA06VGYU3VIJQ4KH8S5RZ7L0A83796RYUI1NGAU7LH5UHP9JCQE53AGXC74416T4DCUOMMHZIZJV6A563LMX96GBMJ7EI78QLBL23781FZENZYLRO8CY89420BP39R79TASYAAVB1N842THPNMNMFRAMH99ZXLWU9GOK16XOF8' where id=37; -update noar ti set v2='UVAO28FY9545RHV4QHEQF717OJZ2SVINNIC155EWFW98U1D5E9OAQP61QD8XSAXRZWDCSZIM3C6OTI1JBKPG0W7YA06VGYU3VIJQ4KH8S5RZ7L0A83796RYUI1NGAU7LH5UHP9JCQE53AGXC74416T4DCUOMMHZIZJV6A563LMX96GBMJ7EI78QLBL23781FZENZYLRO8CY89420BP39R79TASYAAVB1N842THPNMNMFRAMH99ZXLWU9GOK16XOF8' where id=37; -update noar tt set v3='E804XUFNM5CS6KBB610LA707IS191EKFVSTDEDZEV0RNT7E83E79UVW1UX1D770S9ODRMCIPNLR68VJRRU4T96REOSZ7Y3KUR79HJF6YOJWRT3HLWC03QGCWQEFSPWRZKKFPTWEC68M70UWDP522RFHXMKT8C976F1W17E1EJGM59W8F03GA4K6GPH5UKDSWZSUCGJGQLDTBL6AOULDPLJO1B54XLAIJA6M90D1F7JUXMLB0FUBJ37JIMSYV3D85A' where id=37; -update noar ti set v3='E804XUFNM5CS6KBB610LA707IS191EKFVSTDEDZEV0RNT7E83E79UVW1UX1D770S9ODRMCIPNLR68VJRRU4T96REOSZ7Y3KUR79HJF6YOJWRT3HLWC03QGCWQEFSPWRZKKFPTWEC68M70UWDP522RFHXMKT8C976F1W17E1EJGM59W8F03GA4K6GPH5UKDSWZSUCGJGQLDTBL6AOULDPLJO1B54XLAIJA6M90D1F7JUXMLB0FUBJ37JIMSYV3D85A' where id=37; -update noar tt set v0='KSRPHW9R54VWIIQYR5AMU7I0FVD5V0FOZ2WGXNL9ZGIE4JAHNW6DRK5P6XLX143GDVI41FM97TY00GQ9U7DMUNPKUUZ8H7CLIBASN948ZELVLW3Z30YP9JCWH9IE2KW6BAT1KRNATOL95PY1SW82ERYT7PDJUT5RAEGTYREB4CFSRWH4SVA6K654LJ03FIRGMKKSGOVJEABFHTRVBK9DS2OTXZ3ZSYW1CW3YL9QXYBQ4CMJQSIDADCYMIC8A1OIQW' where id=38; -update noar ti set v0='KSRPHW9R54VWIIQYR5AMU7I0FVD5V0FOZ2WGXNL9ZGIE4JAHNW6DRK5P6XLX143GDVI41FM97TY00GQ9U7DMUNPKUUZ8H7CLIBASN948ZELVLW3Z30YP9JCWH9IE2KW6BAT1KRNATOL95PY1SW82ERYT7PDJUT5RAEGTYREB4CFSRWH4SVA6K654LJ03FIRGMKKSGOVJEABFHTRVBK9DS2OTXZ3ZSYW1CW3YL9QXYBQ4CMJQSIDADCYMIC8A1OIQW' where id=38; -update noar tt set v1='CDY0BKT8MTJ47DYFUX93PLD18YZM2OE079MSJDYS1W6CMQOOJB2OVN3N9NL316LMGT9DSN89Q2P6TS2AOYJMB0Y19JE87KOZOO1JQXI7CMI8YWC9DUY86TXL8P88UUGCPKB7TWZWF2JACM8ARX7QZAOV5WQWG0A9V35LVQK6CEHW9U78AWJONKF49JYNA7AO2ZMFM926Z8RD72YWG0Y3Y6RZH6INL42GFTOYQ0LJ1VSCBVSHSXMT9VD97OV9N66NC' where id=38; -update noar ti set v1='CDY0BKT8MTJ47DYFUX93PLD18YZM2OE079MSJDYS1W6CMQOOJB2OVN3N9NL316LMGT9DSN89Q2P6TS2AOYJMB0Y19JE87KOZOO1JQXI7CMI8YWC9DUY86TXL8P88UUGCPKB7TWZWF2JACM8ARX7QZAOV5WQWG0A9V35LVQK6CEHW9U78AWJONKF49JYNA7AO2ZMFM926Z8RD72YWG0Y3Y6RZH6INL42GFTOYQ0LJ1VSCBVSHSXMT9VD97OV9N66NC' where id=38; -update noar tt set v2='0WRUD5M74TMCCFUW6RT45T7OUB4WLC9VB4X9KCATJI0WZ5J1BXJQ2M7A7A7PBWEJKK0KYVHRFCPBYXMGHDQLOG1P4AP5WRLN54XA9UQA3I8JOF8N2T36UUHQKD35JOAMZLKQPXJ9RNH1SSA9ZRG89BAGIL3NRCLACV8592HKN40M1MQMI2VBX5LP7RK17UUMD07IESVO838N9HR16Z80LHACAR1GE0R0HVBCSSUCKM0MKL8DPV249QEK9BCKHE7LR' where id=38; -update noar ti set v2='0WRUD5M74TMCCFUW6RT45T7OUB4WLC9VB4X9KCATJI0WZ5J1BXJQ2M7A7A7PBWEJKK0KYVHRFCPBYXMGHDQLOG1P4AP5WRLN54XA9UQA3I8JOF8N2T36UUHQKD35JOAMZLKQPXJ9RNH1SSA9ZRG89BAGIL3NRCLACV8592HKN40M1MQMI2VBX5LP7RK17UUMD07IESVO838N9HR16Z80LHACAR1GE0R0HVBCSSUCKM0MKL8DPV249QEK9BCKHE7LR' where id=38; -update noar tt set v3='DTSJLM92OSKYU8SVNKCZ10CIYYCSJT2OIOYFOGWWKTSQ4QQIMGG91O0QORDGDVWWUY8GPZFOS1WNDCZ4SGNGTIAPUDYR03SET7VW5KPFG24VZIPRIHAC69U4JWVDHE925A8XTXZFFABE7RLGBYNS8JDBSEHMR23CT93LL6UG4SVRTX51AMEODIK5S0U16O5JR9OE5KTLE3NYLMMDVLO00HCJKZCP48HJZB003O1CV2DOW3YK30AB2EM56A71QZZ38' where id=38; -update noar ti set v3='DTSJLM92OSKYU8SVNKCZ10CIYYCSJT2OIOYFOGWWKTSQ4QQIMGG91O0QORDGDVWWUY8GPZFOS1WNDCZ4SGNGTIAPUDYR03SET7VW5KPFG24VZIPRIHAC69U4JWVDHE925A8XTXZFFABE7RLGBYNS8JDBSEHMR23CT93LL6UG4SVRTX51AMEODIK5S0U16O5JR9OE5KTLE3NYLMMDVLO00HCJKZCP48HJZB003O1CV2DOW3YK30AB2EM56A71QZZ38' where id=38; -update noar tt set v0='KAQ5LAOU70U5RYC8OAG4KYV1HJ23CZMSK1E2I4Z32YBQZKB5A7RECIHXFCYQS3D5HBW2V9E7BGJ2NTIPY35IJKL83TDVBLOKJYMKC1572NUKDF8D1H6544YM06XDNSGGZKKN6KKIDWIWSRGYLHU3X91HGWW14MPCO5NT5OVHVBZO305L1JW4ROE1KHZV3FHDMRC1JC05HRKRNLNRQD9MNKAIV99JE0463KSC8SPCC5USVSB8WC48ME0K9P6IV33SY' where id=39; -update noar ti set v0='KAQ5LAOU70U5RYC8OAG4KYV1HJ23CZMSK1E2I4Z32YBQZKB5A7RECIHXFCYQS3D5HBW2V9E7BGJ2NTIPY35IJKL83TDVBLOKJYMKC1572NUKDF8D1H6544YM06XDNSGGZKKN6KKIDWIWSRGYLHU3X91HGWW14MPCO5NT5OVHVBZO305L1JW4ROE1KHZV3FHDMRC1JC05HRKRNLNRQD9MNKAIV99JE0463KSC8SPCC5USVSB8WC48ME0K9P6IV33SY' where id=39; -update noar tt set v1='MPNC600OM7GT50W8ZF2VXBPNSVMU15BANJF7AAZLWH3ZNGIQ9ZFMMM7CPYPSO0VW8PD4CCQWXFSE9PSP6I47RZXGK0AWV0B8J8V4OTM23ND4TXFCJQQDA2BQA161SB7TP3054ZI9Q9UN563HLTP35IZ0UH944ST3RLTAX2YA78UTHZJATV2QPFYEELYH3E8GJ1B5BEDM8P25O4WCN0M1WDLSKLU4B5128W1HS8RJ04VMYY2K10ST2GYEOYJMHLDHQ' where id=39; -update noar ti set v1='MPNC600OM7GT50W8ZF2VXBPNSVMU15BANJF7AAZLWH3ZNGIQ9ZFMMM7CPYPSO0VW8PD4CCQWXFSE9PSP6I47RZXGK0AWV0B8J8V4OTM23ND4TXFCJQQDA2BQA161SB7TP3054ZI9Q9UN563HLTP35IZ0UH944ST3RLTAX2YA78UTHZJATV2QPFYEELYH3E8GJ1B5BEDM8P25O4WCN0M1WDLSKLU4B5128W1HS8RJ04VMYY2K10ST2GYEOYJMHLDHQ' where id=39; -update noar tt set v2='605UIPV63A8Q5KTEC1XDGUKUHZQU8YGCU33EO02NEKDDZ1YT73TGL63AA64WIK2FXKG8U9TNBGLCUZ3CLWPZHF2PRNAVRPA7XTMDI5AMB111BNWXIDZFFIRHLEWTC5YOC6DBJV5VGTD39IE9XIPYBX0ZPMUGH259YGJPHXNVVR1V3FF6AQT0IGCVPWF6ALO4HSB031JQ0W38JG4RYC5ERAV74SLIFFPXCBIMDWZ0BOSHMPQNMS3DQENXI9X6PVNG3' where id=39; -update noar ti set v2='605UIPV63A8Q5KTEC1XDGUKUHZQU8YGCU33EO02NEKDDZ1YT73TGL63AA64WIK2FXKG8U9TNBGLCUZ3CLWPZHF2PRNAVRPA7XTMDI5AMB111BNWXIDZFFIRHLEWTC5YOC6DBJV5VGTD39IE9XIPYBX0ZPMUGH259YGJPHXNVVR1V3FF6AQT0IGCVPWF6ALO4HSB031JQ0W38JG4RYC5ERAV74SLIFFPXCBIMDWZ0BOSHMPQNMS3DQENXI9X6PVNG3' where id=39; -update noar tt set v3='Y1FYBXZ6G4JFU28VOU58PG15RSOZEF1GDQTE4ONT7BUKOPCB5AN6FV360CM4PJGLNCM38JHHTZMRI5LUC0PGAVI9G4KOEN4I4D6377118MZL152AE0UJDAT1YI6Y9541024C9JRNDH7CP1HEJPUDCLM9P40W6SU8G92E3IV8PNMEMGX4I1RZAEAUA5YVY5S2VQ247J0WE4ZI3Y1PFJIDUHNMZX7W5ZXU6HKRMWXHAUKM8ASLKS4R71DZ9J19ZA361' where id=39; -update noar ti set v3='Y1FYBXZ6G4JFU28VOU58PG15RSOZEF1GDQTE4ONT7BUKOPCB5AN6FV360CM4PJGLNCM38JHHTZMRI5LUC0PGAVI9G4KOEN4I4D6377118MZL152AE0UJDAT1YI6Y9541024C9JRNDH7CP1HEJPUDCLM9P40W6SU8G92E3IV8PNMEMGX4I1RZAEAUA5YVY5S2VQ247J0WE4ZI3Y1PFJIDUHNMZX7W5ZXU6HKRMWXHAUKM8ASLKS4R71DZ9J19ZA361' where id=39; -update noar tt set v0='0VKQ5X2PQQDTJV12EFUYSXYQU3ISX60OPPIQ0XQKM4MHW2HPQB3PQAS9HSOKT9S6Z2N3DAVFMBC2LQVY5BYO8J6NWFH86FJCPT82YJV5RRU7ATWJ3WGR7WK11Q4CZ8HP7KLY5BGAADOFWMIZR8IN4DVTXGZA9QQTJEHTR0KEYNUZ0CE9RSC7HRJNCORDS1Q7NL01VZEGW6POGQD5E5SJFING7V21VNSQW8CMFLU9ARI3X3RWWMB8DUAGE6FVQWMBI' where id=40; -update noar ti set v0='0VKQ5X2PQQDTJV12EFUYSXYQU3ISX60OPPIQ0XQKM4MHW2HPQB3PQAS9HSOKT9S6Z2N3DAVFMBC2LQVY5BYO8J6NWFH86FJCPT82YJV5RRU7ATWJ3WGR7WK11Q4CZ8HP7KLY5BGAADOFWMIZR8IN4DVTXGZA9QQTJEHTR0KEYNUZ0CE9RSC7HRJNCORDS1Q7NL01VZEGW6POGQD5E5SJFING7V21VNSQW8CMFLU9ARI3X3RWWMB8DUAGE6FVQWMBI' where id=40; -update noar tt set v1='NYE9S343RDJK6E1Z6PAPI7WJLN5U4BFHJYWOBPMW89VF2OTHRYNSRVZP3OJ0DMCWMZDBOH0KJLWF7IDK6AI7SQ6M8DOT00BQQBUY7Y9E8AGKW8BTXMJEBVYYMXCAUKAIC95U0PRUUK7GG4UI1IXZ4EDO5IK6MGNSG68S30Y6I93TMTNLCX3KQYE03V5SWVXJ7K21VK3SN9FIT7VIK1IZNG1YZRF12K7RJNQXXAIPQBO4XE10VYWPYJS0ANTDEGBNJ' where id=40; -update noar ti set v1='NYE9S343RDJK6E1Z6PAPI7WJLN5U4BFHJYWOBPMW89VF2OTHRYNSRVZP3OJ0DMCWMZDBOH0KJLWF7IDK6AI7SQ6M8DOT00BQQBUY7Y9E8AGKW8BTXMJEBVYYMXCAUKAIC95U0PRUUK7GG4UI1IXZ4EDO5IK6MGNSG68S30Y6I93TMTNLCX3KQYE03V5SWVXJ7K21VK3SN9FIT7VIK1IZNG1YZRF12K7RJNQXXAIPQBO4XE10VYWPYJS0ANTDEGBNJ' where id=40; -update noar tt set v2='Z6P0FIWZ6JVONA8AW2FPUHTZQQDG3Q6I9LNNPDRKYS7RF4F4S2Z8ASYA7SR5RSWKG9XV3H4IVHJQM0HC8M8QRHU5RGKDLJW02ZPJ63B6XS886B59Y7P29II593EQNKG8OBW3OLXHTJQHV8ZPC118O5U50IAPOHYS1OHIJYNV6YXCKETNF00LCGRAVIWSEUV5RI58SFJ7HJE7U6ZOYY2XX1ST45CELQV1N4IE47JRCUI895W59L6FIY4MTX3BF9JJY' where id=40; -update noar ti set v2='Z6P0FIWZ6JVONA8AW2FPUHTZQQDG3Q6I9LNNPDRKYS7RF4F4S2Z8ASYA7SR5RSWKG9XV3H4IVHJQM0HC8M8QRHU5RGKDLJW02ZPJ63B6XS886B59Y7P29II593EQNKG8OBW3OLXHTJQHV8ZPC118O5U50IAPOHYS1OHIJYNV6YXCKETNF00LCGRAVIWSEUV5RI58SFJ7HJE7U6ZOYY2XX1ST45CELQV1N4IE47JRCUI895W59L6FIY4MTX3BF9JJY' where id=40; -update noar tt set v3='4QJFZJF1OIDGJO8L3JF1FU8KVRBVCAW0I0OXX34SSV6WKU2TDADOYNHYLKF8S1CN9FF0HSAKFMH0Q47CBSLUBEHS64XSOY0H6WU4KZCFJ130BEYBV4O1Q8KQAHCVRH634IQSXHGH50SMT3Y86819GNDYMNNL6RJFG0LYVYG8JIM22W5D5I961Y2692JKPG4DEVUKIKRHB51F8OEUWTCEH50ECVVLU2SBV6W1NHWESX47TLCHSE796YK6CLNJV765T' where id=40; -update noar ti set v3='4QJFZJF1OIDGJO8L3JF1FU8KVRBVCAW0I0OXX34SSV6WKU2TDADOYNHYLKF8S1CN9FF0HSAKFMH0Q47CBSLUBEHS64XSOY0H6WU4KZCFJ130BEYBV4O1Q8KQAHCVRH634IQSXHGH50SMT3Y86819GNDYMNNL6RJFG0LYVYG8JIM22W5D5I961Y2692JKPG4DEVUKIKRHB51F8OEUWTCEH50ECVVLU2SBV6W1NHWESX47TLCHSE796YK6CLNJV765T' where id=40; -update noar tt set v0='HWRU6D5LE6HWXEN5S6W52X2HN11LQR9FCIHJPWAF6HSJDR7EEVE288F8DA8M2UZUE7F12BVG61VIDZ7BNXXOZWI3Y2N4705AN3866NQK6YPWH4LI48ZFUCTRLWRLT7563USJJXEKLQOPN1GAUGVR00E44D5WG6T2AHNXS2CFVKMHCJSX5ES2XVOINAQCL1JW07URUIRPAAW4CT81EHCKYNYK3KDRS6ZYL11EF6EQEOE7K2C168T5Y64JVZOK5ELCQ' where id=41; -update noar ti set v0='HWRU6D5LE6HWXEN5S6W52X2HN11LQR9FCIHJPWAF6HSJDR7EEVE288F8DA8M2UZUE7F12BVG61VIDZ7BNXXOZWI3Y2N4705AN3866NQK6YPWH4LI48ZFUCTRLWRLT7563USJJXEKLQOPN1GAUGVR00E44D5WG6T2AHNXS2CFVKMHCJSX5ES2XVOINAQCL1JW07URUIRPAAW4CT81EHCKYNYK3KDRS6ZYL11EF6EQEOE7K2C168T5Y64JVZOK5ELCQ' where id=41; -update noar tt set v1='2REATM9LDEW0A5B9N2185CGR5PBLVPYDE2DKU0O7M7EJA5PI8DU5J9BGJZI9IQ8U3IRM5AV9I8EFVKZ1AYC26QQU9SNONZAMO6JBL1DRAK7PR8760EA8EYEHV0JF35CKVNB537OQ4Z074XMH2XWU33J8D3S737QHS6FXI9GIUS404ZOIJWXZGVG77S2HO0ZX6TZ7V0URU55IXKXN9JRJBFDZUEM7GO9KOR7BKJH6DEG3WLS88EPLBQ2L1E6ZVJ8A2' where id=41; -update noar ti set v1='2REATM9LDEW0A5B9N2185CGR5PBLVPYDE2DKU0O7M7EJA5PI8DU5J9BGJZI9IQ8U3IRM5AV9I8EFVKZ1AYC26QQU9SNONZAMO6JBL1DRAK7PR8760EA8EYEHV0JF35CKVNB537OQ4Z074XMH2XWU33J8D3S737QHS6FXI9GIUS404ZOIJWXZGVG77S2HO0ZX6TZ7V0URU55IXKXN9JRJBFDZUEM7GO9KOR7BKJH6DEG3WLS88EPLBQ2L1E6ZVJ8A2' where id=41; -update noar tt set v2='O4UXNKM3O0OFP9BVJB264K46BYHG08QWXJUBQ5JGX0WH9IQ77U3GUSMJZUGFM5QGSSHE0MHM51JQZ7ME2EGR7VTLUNMUEJUZ45TI0E4AN4DTPIAT7O4VRV0W7UZVCS5STJDEUHO305FEPTXLTYELHKA85A0TO2FS1U3GO3513PE7CYRLE2VTPRN6FYIZT82G91WG0K24VF9DIRRO34VSL3C3CRF6WUP4VQM8L9J9VXPIO23V8AEFRRZ4ZDYOGD4UQ' where id=41; -update noar ti set v2='O4UXNKM3O0OFP9BVJB264K46BYHG08QWXJUBQ5JGX0WH9IQ77U3GUSMJZUGFM5QGSSHE0MHM51JQZ7ME2EGR7VTLUNMUEJUZ45TI0E4AN4DTPIAT7O4VRV0W7UZVCS5STJDEUHO305FEPTXLTYELHKA85A0TO2FS1U3GO3513PE7CYRLE2VTPRN6FYIZT82G91WG0K24VF9DIRRO34VSL3C3CRF6WUP4VQM8L9J9VXPIO23V8AEFRRZ4ZDYOGD4UQ' where id=41; -update noar tt set v3='WWQI6SKZJNZ7NTWKG1DDA6SJOLR7VJHSWRXU4P8QHB1LIH45F96SR4DKB4ZC6JDHRF3LW4CK5DROMHJW2HN7NJQKBH22S9PPRNIODSWC2T2HBDCU30BN5I77HJG8FL7N23TJYHNWTOJ4113Q62315EN4ZG1I8A1YGXL64BP3QWCNWLG13MC0DOE35BFQI6QDOA0G3N8LQEY669BVO29IK2JHHNA7RK3MGX75FHOHPJL77M8L9I9RQZBYKNR8BHDHH' where id=41; -update noar ti set v3='WWQI6SKZJNZ7NTWKG1DDA6SJOLR7VJHSWRXU4P8QHB1LIH45F96SR4DKB4ZC6JDHRF3LW4CK5DROMHJW2HN7NJQKBH22S9PPRNIODSWC2T2HBDCU30BN5I77HJG8FL7N23TJYHNWTOJ4113Q62315EN4ZG1I8A1YGXL64BP3QWCNWLG13MC0DOE35BFQI6QDOA0G3N8LQEY669BVO29IK2JHHNA7RK3MGX75FHOHPJL77M8L9I9RQZBYKNR8BHDHH' where id=41; -update noar tt set v0='B26APH1QO1T9F9IKE73JKNO8R57JW39FU554JGHS8P4ATSZBNZH1KB278NBBLC4WBBJPGAPPYCX9X12OKI1GJ1MZ7WJX0SZP7SVBO0B1RKU65D3T43ZE7RQYYJYVPLYND4743157YYNRCT8OS28RIS6OE67I8UZAN9I4DLY682DH9DU59VGTXW0K0RS51MSECC5T4M383U2JEE7638HL22UX7U8ZSZUVPHFIEFUU5CUTCOTE4BGTCW4SINRGYD70I' where id=42; -update noar ti set v0='B26APH1QO1T9F9IKE73JKNO8R57JW39FU554JGHS8P4ATSZBNZH1KB278NBBLC4WBBJPGAPPYCX9X12OKI1GJ1MZ7WJX0SZP7SVBO0B1RKU65D3T43ZE7RQYYJYVPLYND4743157YYNRCT8OS28RIS6OE67I8UZAN9I4DLY682DH9DU59VGTXW0K0RS51MSECC5T4M383U2JEE7638HL22UX7U8ZSZUVPHFIEFUU5CUTCOTE4BGTCW4SINRGYD70I' where id=42; -update noar tt set v1='33Y37JH1L18FFA4NRM2LTCHOXV17IJ75CSEC5ALLORHA3XU6HQKZ40R9N9098QH6BQ1JFL13VOZTK3UB610AZ2HORH933INO6J2ELQMVZIVRU0PSUFHIFWO959KVO994OOHN7Q5JPKL48C3PUU2097M89W92POTGYJ0ZZRKTMU8AOLT0AYU2PS4JGMOOLJC2JXFH80VA8VTMRPPRKVAEB5J2D27Z6L0JZXW1O1NRBSZ1Q7I8BC2TQIDMOXSZ5FUDB' where id=42; -update noar ti set v1='33Y37JH1L18FFA4NRM2LTCHOXV17IJ75CSEC5ALLORHA3XU6HQKZ40R9N9098QH6BQ1JFL13VOZTK3UB610AZ2HORH933INO6J2ELQMVZIVRU0PSUFHIFWO959KVO994OOHN7Q5JPKL48C3PUU2097M89W92POTGYJ0ZZRKTMU8AOLT0AYU2PS4JGMOOLJC2JXFH80VA8VTMRPPRKVAEB5J2D27Z6L0JZXW1O1NRBSZ1Q7I8BC2TQIDMOXSZ5FUDB' where id=42; -update noar tt set v2='4GA1A28P4CUYP2EPQ4AQHCM823H4GYFEIPJKG98DWKAO3J1IFLEAZHGKZUR60DMBOXIYWVS1D0YSWLCZ2IH7V83X51YWYX9IDI15H8AODQO987TCPOQN5DEY3E2KWS4A50KCQPPYNSNNH80PX92O8VD9QB2FHS7W67SG6EQ0L58O2GKFBSSORERP1WR9AJJRLT70JOTT7LP5ARD8FKHDF2E769XZS9M9WGYI4S0PCJ106D3W8U045QO3WYCZN0LUJ' where id=42; -update noar ti set v2='4GA1A28P4CUYP2EPQ4AQHCM823H4GYFEIPJKG98DWKAO3J1IFLEAZHGKZUR60DMBOXIYWVS1D0YSWLCZ2IH7V83X51YWYX9IDI15H8AODQO987TCPOQN5DEY3E2KWS4A50KCQPPYNSNNH80PX92O8VD9QB2FHS7W67SG6EQ0L58O2GKFBSSORERP1WR9AJJRLT70JOTT7LP5ARD8FKHDF2E769XZS9M9WGYI4S0PCJ106D3W8U045QO3WYCZN0LUJ' where id=42; -update noar tt set v3='TS3JKU2XDJ5H5CGJAUKUC9WLAHHJJVPNHY3V7VJSP9B7Z4TK8J9HASW8A4M699TGENR50R6LMGMWLVAS421IXCMDP2Q45ZUAK7YPNENVDU1QJD4CUORRGUK2PGZ0SWJNGTC6GOW8EE47EULXXWXCFJC3MOKL5C486TUVB34O0L08CZYSILNJQOPETYEAVK88RFJOTBFRPPAF2PJPWBMOS36J12ASE46IH2W2ZP1UXSSHKXBERCZOS3K6LPF40XD2Y' where id=42; -update noar ti set v3='TS3JKU2XDJ5H5CGJAUKUC9WLAHHJJVPNHY3V7VJSP9B7Z4TK8J9HASW8A4M699TGENR50R6LMGMWLVAS421IXCMDP2Q45ZUAK7YPNENVDU1QJD4CUORRGUK2PGZ0SWJNGTC6GOW8EE47EULXXWXCFJC3MOKL5C486TUVB34O0L08CZYSILNJQOPETYEAVK88RFJOTBFRPPAF2PJPWBMOS36J12ASE46IH2W2ZP1UXSSHKXBERCZOS3K6LPF40XD2Y' where id=42; -update noar tt set v0='CL6V9SSJP77WE8K1NQ02VZYU8RB2Q38UYZCQCFPX24666ZJD3XM60XWX394V7WV2SN374XR0AHPC9CWVOC434DKI4AJIFR83GKZSIFPOTEBNBP2IA9WY4ZYYVY79Q2QNPCCP7EJQIJW4O90LR1VUCL14MZJIU8KZXYWJR1UYWK21J5QPW7H8ZVA0HGJ3A6CYLOBUCWG52ERI5D2QOJ12T655SQFR74V8OUSQC3V44RAH88VHXBOF4D2ET4BFAHFCR' where id=43; -update noar ti set v0='CL6V9SSJP77WE8K1NQ02VZYU8RB2Q38UYZCQCFPX24666ZJD3XM60XWX394V7WV2SN374XR0AHPC9CWVOC434DKI4AJIFR83GKZSIFPOTEBNBP2IA9WY4ZYYVY79Q2QNPCCP7EJQIJW4O90LR1VUCL14MZJIU8KZXYWJR1UYWK21J5QPW7H8ZVA0HGJ3A6CYLOBUCWG52ERI5D2QOJ12T655SQFR74V8OUSQC3V44RAH88VHXBOF4D2ET4BFAHFCR' where id=43; -update noar tt set v1='PAVN2IYK705NWIJVC5PRM2K05T2SH5FFN8NK7CCQ5PQF81FAA44WGVEF4L1KDMGKXIM4QNKEQ80DTU2CWVMX92KNE330JPF6RONCWGX8Z0MAIYM9LH7YHZYAFUR0KDKZG0CFHQH6KHKBFDUH0VDX6YL08OB548A6DN65SA3FHIJMBQGM49DCJXQ0BCRW0ZYGUGRZ7T0CLVVAWPDWYFM4EDZ4V97E71LQJ50VMVHOIAYOEUGTTYRB5H89SFHE2BLO8' where id=43; -update noar ti set v1='PAVN2IYK705NWIJVC5PRM2K05T2SH5FFN8NK7CCQ5PQF81FAA44WGVEF4L1KDMGKXIM4QNKEQ80DTU2CWVMX92KNE330JPF6RONCWGX8Z0MAIYM9LH7YHZYAFUR0KDKZG0CFHQH6KHKBFDUH0VDX6YL08OB548A6DN65SA3FHIJMBQGM49DCJXQ0BCRW0ZYGUGRZ7T0CLVVAWPDWYFM4EDZ4V97E71LQJ50VMVHOIAYOEUGTTYRB5H89SFHE2BLO8' where id=43; -update noar tt set v2='A0WF6AH053APLJUK87DY1YX174LILLJFKIN7SBC969KCFXV7K0BT021NYUYFR4G7Y1XFP9PNUT7P43QDZ0MUKC8DL3IEV13UBQNGYIG6SRU93YWARIJPZLC749X2Y5476MJPZL0V5FNERXRA5J1YYARVP7Q5K3PKANY9F3YNWT075UFU1QS74FZB84Q6SKB75AXCKL7CUPXDNT6GD1G2IJ6BFS8T29UJSHU0QUSC8CRQW78SG5DX44CML2LB0IVIK' where id=43; -update noar ti set v2='A0WF6AH053APLJUK87DY1YX174LILLJFKIN7SBC969KCFXV7K0BT021NYUYFR4G7Y1XFP9PNUT7P43QDZ0MUKC8DL3IEV13UBQNGYIG6SRU93YWARIJPZLC749X2Y5476MJPZL0V5FNERXRA5J1YYARVP7Q5K3PKANY9F3YNWT075UFU1QS74FZB84Q6SKB75AXCKL7CUPXDNT6GD1G2IJ6BFS8T29UJSHU0QUSC8CRQW78SG5DX44CML2LB0IVIK' where id=43; -update noar tt set v3='BFC1W0PDFLDCE05C8PTZTJ0G748NG4V5Y649F9G4YNCWI1EPWSVVNZFR4LMCN72I28U0G6UPFRXA0W5FA2GFK5NTJ45T3BWBCV98IL9AL08JXTP6HEQLQMB5STFKQPSS4CUJFOBSV95FCC0AMY0UPKR9FIXFSS7CIOEJC9TSCGUS51416EG448IO3E2YKN6ONDMMHZLSL0TIPE0U2A8VGA0D31PX2D8BYCE616RWQTN2B4H0GT67CKL63DUEPYOUR' where id=43; -update noar ti set v3='BFC1W0PDFLDCE05C8PTZTJ0G748NG4V5Y649F9G4YNCWI1EPWSVVNZFR4LMCN72I28U0G6UPFRXA0W5FA2GFK5NTJ45T3BWBCV98IL9AL08JXTP6HEQLQMB5STFKQPSS4CUJFOBSV95FCC0AMY0UPKR9FIXFSS7CIOEJC9TSCGUS51416EG448IO3E2YKN6ONDMMHZLSL0TIPE0U2A8VGA0D31PX2D8BYCE616RWQTN2B4H0GT67CKL63DUEPYOUR' where id=43; -update noar tt set v0='65HF12YYOHEB5PJYWAMTERZR841XDGENHEJJR27LNLID4VLT4H2VDWFATJG5X9SN3BATFDUG3RXE90IB23YKLDJTHGROBTN91WGE14WW4BPRFJJR9FHVWVCGFRHH7SOPSS08QR5SGIUG1C4PMKJA8X1OX87RPBBLZBP1VU8WB65CEXWSY9DWHJ7A5DK90O00CIUPRJ880DXTVQ0FCZJIV13DMMBMGLJM62O3Y1Y6QU1MSFWPFC4EUH3L0DO4HXDFF' where id=44; -update noar ti set v0='65HF12YYOHEB5PJYWAMTERZR841XDGENHEJJR27LNLID4VLT4H2VDWFATJG5X9SN3BATFDUG3RXE90IB23YKLDJTHGROBTN91WGE14WW4BPRFJJR9FHVWVCGFRHH7SOPSS08QR5SGIUG1C4PMKJA8X1OX87RPBBLZBP1VU8WB65CEXWSY9DWHJ7A5DK90O00CIUPRJ880DXTVQ0FCZJIV13DMMBMGLJM62O3Y1Y6QU1MSFWPFC4EUH3L0DO4HXDFF' where id=44; -update noar tt set v1='KIZI306Y7UFS5PORP394I02OA9WC6MINBNAR2MHMJE567NCDF3VA1804F4T61BYUFG1L3M6F3IS4H2DB7YAHINPRWM68VR4L8W56440ZR0UY04SXIIWCC8Z5AE85VLGK6ISFE0SI2D0ARP6LVPD33XVETPX7BSHAH0SDREB2YFRSZFP3GPT2JXE4Z9VHMTTL86VT69PPVKFWCVLFGZJQZ6WNWRMC601SPZ3HZZQZ14I95FFF1Z1RWLSRBS6S1MWJ0' where id=44; -update noar ti set v1='KIZI306Y7UFS5PORP394I02OA9WC6MINBNAR2MHMJE567NCDF3VA1804F4T61BYUFG1L3M6F3IS4H2DB7YAHINPRWM68VR4L8W56440ZR0UY04SXIIWCC8Z5AE85VLGK6ISFE0SI2D0ARP6LVPD33XVETPX7BSHAH0SDREB2YFRSZFP3GPT2JXE4Z9VHMTTL86VT69PPVKFWCVLFGZJQZ6WNWRMC601SPZ3HZZQZ14I95FFF1Z1RWLSRBS6S1MWJ0' where id=44; -update noar tt set v2='6MHXEL4ZSOMZGO5G4G5DIT2YDEPKK79WMFLBDP8G7BN1NOSLGQ5D7KPGPWUGUZ7MTJ9EPE0859QOIALMQ6L0KXGVVX6XRULJV8E64XXO1BZUX7WZ26VXUAVF7NF7ORIR2GHN5W8H2BFJL1XSXDPQOFVWF8VFZZC8YXZNOGF2CELXGBKFJOTRSKNRTLWECJMU3SYOE68TNTKIHGM7IK3T857NVL9LVB7CX12PDWQ2NSUGEYO8IPFHYAZGXZGI88OOR' where id=44; -update noar ti set v2='6MHXEL4ZSOMZGO5G4G5DIT2YDEPKK79WMFLBDP8G7BN1NOSLGQ5D7KPGPWUGUZ7MTJ9EPE0859QOIALMQ6L0KXGVVX6XRULJV8E64XXO1BZUX7WZ26VXUAVF7NF7ORIR2GHN5W8H2BFJL1XSXDPQOFVWF8VFZZC8YXZNOGF2CELXGBKFJOTRSKNRTLWECJMU3SYOE68TNTKIHGM7IK3T857NVL9LVB7CX12PDWQ2NSUGEYO8IPFHYAZGXZGI88OOR' where id=44; -update noar tt set v3='YSYILL831UYPXYNDIOI5WVI203WTEIC1ZIXUB4QOMLXHB31V9NKV0YP2OXI6Y1RW5BVV19ECCCNS0VFZX98IWC6RCYVYA7TYNGQQRMNFLN3F54R030AEPP2Z4ATQYYT08E8V93896YFVD0PJAXLTYURQUA49F6Y7TMS6T6N5AEINR2K3AESWSQHQ88WYTHOYYZ4WCH2Y431XK4YRDEE5KXPRA17U0NZA0C5CRADFSIXM0Y5F2K87MIFXNKUIR79W8' where id=44; -update noar ti set v3='YSYILL831UYPXYNDIOI5WVI203WTEIC1ZIXUB4QOMLXHB31V9NKV0YP2OXI6Y1RW5BVV19ECCCNS0VFZX98IWC6RCYVYA7TYNGQQRMNFLN3F54R030AEPP2Z4ATQYYT08E8V93896YFVD0PJAXLTYURQUA49F6Y7TMS6T6N5AEINR2K3AESWSQHQ88WYTHOYYZ4WCH2Y431XK4YRDEE5KXPRA17U0NZA0C5CRADFSIXM0Y5F2K87MIFXNKUIR79W8' where id=44; -update noar tt set v0='FGX6QUO3PGR5QQ0N62GC924DZY3ZAGZAIEVZFFXNC2GC3QBUNVGZK8DL2L0J22WSXO81XCP1QF1WTSU6JH27KCDHB0BZ0JVUREJV57I20SUJ9YMJGCCWP097TK8TM81AJOJLXH7CD4WVZUEOUG695D4H5XDHOSTRITIX1B2DFHN1637YH4RITSHFEUW3K6I3VJB42HV48VYB4EXOVPDK27CW48EC2R3XL0VOUIWS0SGWJUM8XG28PFMSM6XMV6E2I' where id=45; -update noar ti set v0='FGX6QUO3PGR5QQ0N62GC924DZY3ZAGZAIEVZFFXNC2GC3QBUNVGZK8DL2L0J22WSXO81XCP1QF1WTSU6JH27KCDHB0BZ0JVUREJV57I20SUJ9YMJGCCWP097TK8TM81AJOJLXH7CD4WVZUEOUG695D4H5XDHOSTRITIX1B2DFHN1637YH4RITSHFEUW3K6I3VJB42HV48VYB4EXOVPDK27CW48EC2R3XL0VOUIWS0SGWJUM8XG28PFMSM6XMV6E2I' where id=45; -update noar tt set v1='NXRMLALWVI4DK12MNKT9LW1TW5J2MSQ24ZV0MECFGTUI1HKC08KOQUQYQL3NKA0NVB2HD1SVNB1N7LVGAY8S094SUESHJPFE1Q6FTMZQX2A6FW4DP0WPGLZ3J38VN7LA94GWCMP9VTXHB6NN0J3D72A3QLA48CKQMAIMZ6G57REX7H9DKXETPPGSVIOGQMHTJ11L183Z1UK3JMFOIGOUVXNAXFQQBJF7VCCE4CNFDVLJE915Z25EE7R5CVDVZ5GYV' where id=45; -update noar ti set v1='NXRMLALWVI4DK12MNKT9LW1TW5J2MSQ24ZV0MECFGTUI1HKC08KOQUQYQL3NKA0NVB2HD1SVNB1N7LVGAY8S094SUESHJPFE1Q6FTMZQX2A6FW4DP0WPGLZ3J38VN7LA94GWCMP9VTXHB6NN0J3D72A3QLA48CKQMAIMZ6G57REX7H9DKXETPPGSVIOGQMHTJ11L183Z1UK3JMFOIGOUVXNAXFQQBJF7VCCE4CNFDVLJE915Z25EE7R5CVDVZ5GYV' where id=45; -update noar tt set v2='P1X0GTIFY7R0IME581PI006OKRAN95XD95KET7M75P192TVDOWL45J1G76T7O8P3FA826F49I6AIUSCSCT6ZGRLDZ1O13DKP2KWX3SHAET63JKGMQ71OU3SQN26C9ED6V47LPIL8WFTQA3NT3H9EF8LLLQ3M8T1BOCDZ5T8XPULJE3HGYXRVL2P4WDMADWV09YAYLCKVJHJBKOZ3R1Y38ZX3ZY3JWZBBHFMTP08WC1MTYDZVSH4A4ZHT1DM344JKU' where id=45; -update noar ti set v2='P1X0GTIFY7R0IME581PI006OKRAN95XD95KET7M75P192TVDOWL45J1G76T7O8P3FA826F49I6AIUSCSCT6ZGRLDZ1O13DKP2KWX3SHAET63JKGMQ71OU3SQN26C9ED6V47LPIL8WFTQA3NT3H9EF8LLLQ3M8T1BOCDZ5T8XPULJE3HGYXRVL2P4WDMADWV09YAYLCKVJHJBKOZ3R1Y38ZX3ZY3JWZBBHFMTP08WC1MTYDZVSH4A4ZHT1DM344JKU' where id=45; -update noar tt set v3='3OBKSF9DZ7PWMQBBJ584R9E1ULIWQU30MIXM5P2984UO7NQKQHOK2NCG7220JHCPVVK0QMY576ENSJ1043LZYACR3UYK3PNDKT37BWWHLWAKJ2SNDLOH71ZCPEOZCEECIW7ZYE7YRTJPZ1BMCQ7WY3M9872IMMK81ORRLGDHLOLLKFZ5N4GIWEYD636E67NQ20BIGC84VLM5U6QUEA6NWDJVLPWQQFKEFKJZ9MMMCMBZCZEDVWCZ3RYNB12VB2KMI' where id=45; -update noar ti set v3='3OBKSF9DZ7PWMQBBJ584R9E1ULIWQU30MIXM5P2984UO7NQKQHOK2NCG7220JHCPVVK0QMY576ENSJ1043LZYACR3UYK3PNDKT37BWWHLWAKJ2SNDLOH71ZCPEOZCEECIW7ZYE7YRTJPZ1BMCQ7WY3M9872IMMK81ORRLGDHLOLLKFZ5N4GIWEYD636E67NQ20BIGC84VLM5U6QUEA6NWDJVLPWQQFKEFKJZ9MMMCMBZCZEDVWCZ3RYNB12VB2KMI' where id=45; -update noar tt set v0='XPSVIA76FZZ110SS9WUEQTW50A8ZI4XPPRGEOPX4YBBUKMXI600N6JBVGUNOPNV2A5I0H3KTMC959KW5BOE58LPVMSRAPBEY2APC7W8F34MJL7OL2UCQ7O44WEA6OF6GSABY8V3FFGVM2QO8GOM69CY8IKL8HEQ4GNWOAVINNJ8KWJLFSYZ0940T12SKPT0943UWJB4RY9F4P59IJFW8QTIU86ZYYLRJTP7Y5BYQGAT412WTWGPM86EU4J0YI93LO' where id=46; -update noar ti set v0='XPSVIA76FZZ110SS9WUEQTW50A8ZI4XPPRGEOPX4YBBUKMXI600N6JBVGUNOPNV2A5I0H3KTMC959KW5BOE58LPVMSRAPBEY2APC7W8F34MJL7OL2UCQ7O44WEA6OF6GSABY8V3FFGVM2QO8GOM69CY8IKL8HEQ4GNWOAVINNJ8KWJLFSYZ0940T12SKPT0943UWJB4RY9F4P59IJFW8QTIU86ZYYLRJTP7Y5BYQGAT412WTWGPM86EU4J0YI93LO' where id=46; -update noar tt set v1='MG6SLBHU0405FQXXGERN6CB8NPI374KDI1NBCA7KDX3HAB4LGAED97XNEE5QXJCE32K0ZDXGQEJPGNDB47RDQAITM3LLCC7UTT5ZAJRF48V5S5XRMVCBP3ICD83TGNPFELIC53UCVAGQTSB8UEC32VAOT1H96TJ3HE3GBR4LR5NYIT97MPUD4X932CE3L358Z4HBA68RW6Z7KEJJPSE6YSO28RTKYXAGSATNMG24Z541QC71TVVKRAJI6FWRTMNEZ' where id=46; -update noar ti set v1='MG6SLBHU0405FQXXGERN6CB8NPI374KDI1NBCA7KDX3HAB4LGAED97XNEE5QXJCE32K0ZDXGQEJPGNDB47RDQAITM3LLCC7UTT5ZAJRF48V5S5XRMVCBP3ICD83TGNPFELIC53UCVAGQTSB8UEC32VAOT1H96TJ3HE3GBR4LR5NYIT97MPUD4X932CE3L358Z4HBA68RW6Z7KEJJPSE6YSO28RTKYXAGSATNMG24Z541QC71TVVKRAJI6FWRTMNEZ' where id=46; -update noar tt set v2='UZEFVHAPP0YVNF9BYAM9J4OV66NWKXTDHXGU00896DD1SUKHNDTDZVXOD2DM7F7PHFL7LD85OII9NF5N6R49ELLQHVKI4V215YXNIZ1JTM6G4R89O20E9X4SDSV6IH4DGULXSZFUSCLD8LZ6QDQMQC5MT1OKW9J2QHGTSOCJ1L10WZWB1NWPVBXTUIK9MSG97BCTV9I6K8D3XFYNBOXPPNHWXLQATV14T2OOFVWF8W2FTGKJX6UA5DAG94P93TAAO' where id=46; -update noar ti set v2='UZEFVHAPP0YVNF9BYAM9J4OV66NWKXTDHXGU00896DD1SUKHNDTDZVXOD2DM7F7PHFL7LD85OII9NF5N6R49ELLQHVKI4V215YXNIZ1JTM6G4R89O20E9X4SDSV6IH4DGULXSZFUSCLD8LZ6QDQMQC5MT1OKW9J2QHGTSOCJ1L10WZWB1NWPVBXTUIK9MSG97BCTV9I6K8D3XFYNBOXPPNHWXLQATV14T2OOFVWF8W2FTGKJX6UA5DAG94P93TAAO' where id=46; -update noar tt set v3='N0TSZY0OU3IZOBN1698J3542T295SGXMJNSLP49PUH4GDPHZWZVM0SAGOEYSVDH0XIV7HUG6DDY2327HOQ330OVQEQXO2TH19E580BNRCN79UT8BXL4GBDWXB0QA7B1128IQM9UKF8I1C4K86P4THO1F32NZXY4VPG2L2AX4HARUE3P9YVNV6CIXDV590W5B8QBRK7TYO9B872WNNP9KIY0UHKUN9SZW86FG120GBPMP2QNZQ9P6ELEH183PK1ZDI' where id=46; -update noar ti set v3='N0TSZY0OU3IZOBN1698J3542T295SGXMJNSLP49PUH4GDPHZWZVM0SAGOEYSVDH0XIV7HUG6DDY2327HOQ330OVQEQXO2TH19E580BNRCN79UT8BXL4GBDWXB0QA7B1128IQM9UKF8I1C4K86P4THO1F32NZXY4VPG2L2AX4HARUE3P9YVNV6CIXDV590W5B8QBRK7TYO9B872WNNP9KIY0UHKUN9SZW86FG120GBPMP2QNZQ9P6ELEH183PK1ZDI' where id=46; -update noar tt set v0='ENTKQFPHX7G2AJ39YUZS9VCYQSLZDAT6P7IS8QDVU8QUPJMJOBOIYIEJG5DIQW9QPR7NTFD6AFI6DI5YMN1BFF9O5OQD0DBEFPUIFSFRI6ORPPIXVYFQ20BU1TMWAJKY5ZOBIF3EC3KXRNFP0X893TVIAWT3KNS85AGW64DU8WYFQK2CK16S5G37XYQ6PY5D34IEAWOCMSBK22V3S6HLK57LV19FI3GRUDH9P7YHO3N31PS8CS2BOP6S2LN6C0O7N' where id=47; -update noar ti set v0='ENTKQFPHX7G2AJ39YUZS9VCYQSLZDAT6P7IS8QDVU8QUPJMJOBOIYIEJG5DIQW9QPR7NTFD6AFI6DI5YMN1BFF9O5OQD0DBEFPUIFSFRI6ORPPIXVYFQ20BU1TMWAJKY5ZOBIF3EC3KXRNFP0X893TVIAWT3KNS85AGW64DU8WYFQK2CK16S5G37XYQ6PY5D34IEAWOCMSBK22V3S6HLK57LV19FI3GRUDH9P7YHO3N31PS8CS2BOP6S2LN6C0O7N' where id=47; -update noar tt set v1='HY3JITCZX272T7NC3UN2TVK3D4O2795M2YZSBD6TJFJU9KAU6QG0IAKVXD4HQY47BN3O49ILMWBXROE12SVUK880T5QU2EW8NDDWO9SWYM44PLRTFX671C2R93A1VJ216C6GY68Z1W1DAU7VR3GCNSTFGARHZ0UQX2810E46WLK3QC4KV8KJ094CW6MP51N57QPN2USYT5MH2QQOICQ5ZHBGYH4AJECVGMAAJ7D1SB1UGX3DQT55WXXCXZ45SGPME' where id=47; -update noar ti set v1='HY3JITCZX272T7NC3UN2TVK3D4O2795M2YZSBD6TJFJU9KAU6QG0IAKVXD4HQY47BN3O49ILMWBXROE12SVUK880T5QU2EW8NDDWO9SWYM44PLRTFX671C2R93A1VJ216C6GY68Z1W1DAU7VR3GCNSTFGARHZ0UQX2810E46WLK3QC4KV8KJ094CW6MP51N57QPN2USYT5MH2QQOICQ5ZHBGYH4AJECVGMAAJ7D1SB1UGX3DQT55WXXCXZ45SGPME' where id=47; -update noar tt set v2='QTAVN8W7CMXL08TSM82VSOXZFA2GJGKQH589BLHQXJ2X91H7VVEDQU0CAXJQV0KZI6UCB4TJVDSMAH7KGX3I0VK9H4PCDXMSR3J2APWS08WMQCLUVE7Q9I3XDDALTATU15WRXR5UJG9K0LDJB8HTNJ31KKPFMWHBG4G1IW1DT2R8XJKSWL1YJGO36FY5YR012AR1K7YXTLMVVNMBQOWGRA9YI8T1ZZCITMXDMEO4KBKSMNA1AJ6OH964YVP87HDD3' where id=47; -update noar ti set v2='QTAVN8W7CMXL08TSM82VSOXZFA2GJGKQH589BLHQXJ2X91H7VVEDQU0CAXJQV0KZI6UCB4TJVDSMAH7KGX3I0VK9H4PCDXMSR3J2APWS08WMQCLUVE7Q9I3XDDALTATU15WRXR5UJG9K0LDJB8HTNJ31KKPFMWHBG4G1IW1DT2R8XJKSWL1YJGO36FY5YR012AR1K7YXTLMVVNMBQOWGRA9YI8T1ZZCITMXDMEO4KBKSMNA1AJ6OH964YVP87HDD3' where id=47; -update noar tt set v3='0MU0DN3CILNTH4P4VW7L346GQH0IBHB2KRHHWUK3IZFKNZP2DDAY318J0I4YTLTOTPH7A9EW3J52MU0R3GRQL6W89PVAM9M0NJPQHCKQC9X5TFR4C40GFMMOGIYFDJN3GOSSEWJ8SYZDIILOKBPKMFAKO41KES23DU1L23H127T48KP97PCW12PI3N4KVBYWWLGB5D68UANS3AFQ8ZUKOI5Z00DKMEK6QK7TGA6MLF714UKVU8XACTFM733INRCTV' where id=47; -update noar ti set v3='0MU0DN3CILNTH4P4VW7L346GQH0IBHB2KRHHWUK3IZFKNZP2DDAY318J0I4YTLTOTPH7A9EW3J52MU0R3GRQL6W89PVAM9M0NJPQHCKQC9X5TFR4C40GFMMOGIYFDJN3GOSSEWJ8SYZDIILOKBPKMFAKO41KES23DU1L23H127T48KP97PCW12PI3N4KVBYWWLGB5D68UANS3AFQ8ZUKOI5Z00DKMEK6QK7TGA6MLF714UKVU8XACTFM733INRCTV' where id=47; -update noar tt set v0='AJ0ZB1IIX2E3PRBZC7RZDRMBNDSIBNPM107SBFHTRYDGIY66OCRW9XZBQ47N5YMY9KIQ324KRDK4PCI6GR6TGBBFF7BLXO913QN2T7NV4ZX12VWBWOBDU6FQASRAKQ5E91WEA3OIDP3SM7CG1KKF4DP4MC726LCLZV3S1PXPQD8S9ZNCE1OXI2ZJPBI5POXKSRDTCQUS9X6Y66YAPP1022Q1JQKGRRLK4N5PGPVYRUORTT2V1DPD9OGBIJXEFO5RA' where id=48; -update noar ti set v0='AJ0ZB1IIX2E3PRBZC7RZDRMBNDSIBNPM107SBFHTRYDGIY66OCRW9XZBQ47N5YMY9KIQ324KRDK4PCI6GR6TGBBFF7BLXO913QN2T7NV4ZX12VWBWOBDU6FQASRAKQ5E91WEA3OIDP3SM7CG1KKF4DP4MC726LCLZV3S1PXPQD8S9ZNCE1OXI2ZJPBI5POXKSRDTCQUS9X6Y66YAPP1022Q1JQKGRRLK4N5PGPVYRUORTT2V1DPD9OGBIJXEFO5RA' where id=48; -update noar tt set v1='PK8J4UH5XIC04B8YEQUNHLV7G9XC1S6JOCZFOHENH1VOEO3XQ5FX1SW8V3K18ODKHQEK0RLMK6GN56Z7MB2DLCXT5KTIBZ395UADYZH9RMJMQGWRRYZJPIQPEH4EIOHXFBS0L0M3JBB0O81NY0GSCZSRABK90SLXEMXCJ0RWVA91FAJY82OYE9IGWCJQBEF8IB2HXFZEQL82SWB59ZXIK6P6V1XCMOKF5ETMJ6QI2N81ZPRBMSIDSYBW6IVY94PIO' where id=48; -update noar ti set v1='PK8J4UH5XIC04B8YEQUNHLV7G9XC1S6JOCZFOHENH1VOEO3XQ5FX1SW8V3K18ODKHQEK0RLMK6GN56Z7MB2DLCXT5KTIBZ395UADYZH9RMJMQGWRRYZJPIQPEH4EIOHXFBS0L0M3JBB0O81NY0GSCZSRABK90SLXEMXCJ0RWVA91FAJY82OYE9IGWCJQBEF8IB2HXFZEQL82SWB59ZXIK6P6V1XCMOKF5ETMJ6QI2N81ZPRBMSIDSYBW6IVY94PIO' where id=48; -update noar tt set v2='DJTOKHUTKMN0KYK6NM03NPXX2745NXWIV0VUMJVAY7Q723QS03WQ4Q4O0GOPIIHZAG94UYHUT8JILAU5PFSP9S084YSRW5Q7FB1FIQIKSGZXMQUL6Q34G3K2140TL3JDEQGDGL6DX61DJVI9X5GNIOVG0U60GXTX9705EV5A21KY1NM0C3AV5OCIP9YXF3OZZ65EI3NS50FY6N9K6A7ZN2VYTGG9HRFNMKJYRC6HN5WUUSPLLZXSPS0R0AJL8YI1Q' where id=48; -update noar ti set v2='DJTOKHUTKMN0KYK6NM03NPXX2745NXWIV0VUMJVAY7Q723QS03WQ4Q4O0GOPIIHZAG94UYHUT8JILAU5PFSP9S084YSRW5Q7FB1FIQIKSGZXMQUL6Q34G3K2140TL3JDEQGDGL6DX61DJVI9X5GNIOVG0U60GXTX9705EV5A21KY1NM0C3AV5OCIP9YXF3OZZ65EI3NS50FY6N9K6A7ZN2VYTGG9HRFNMKJYRC6HN5WUUSPLLZXSPS0R0AJL8YI1Q' where id=48; -update noar tt set v3='NX5FMM59DI7ZD9BB112JIN1D8M8YUUCW9A8NOC25LL3NBY3VVRMBD4PGL7U47S3BLGK6BONHZ130KZ4QFK2BA0H4NDS2UL2OIG6DO2KX3LNNNJUNX27M01HJENL4PA0NAGYNMHG0L3VER4WPVE4F4YLX03BM7MWU9452R1B6EO5KH4NA0RR533IKHWHD88FJZCG21W7QLWDV2T2MEDZXABPEJC8O8BLY5P5PU7UVJZLVJEO1J4IJWUZ828EGQ41IM' where id=48; -update noar ti set v3='NX5FMM59DI7ZD9BB112JIN1D8M8YUUCW9A8NOC25LL3NBY3VVRMBD4PGL7U47S3BLGK6BONHZ130KZ4QFK2BA0H4NDS2UL2OIG6DO2KX3LNNNJUNX27M01HJENL4PA0NAGYNMHG0L3VER4WPVE4F4YLX03BM7MWU9452R1B6EO5KH4NA0RR533IKHWHD88FJZCG21W7QLWDV2T2MEDZXABPEJC8O8BLY5P5PU7UVJZLVJEO1J4IJWUZ828EGQ41IM' where id=48; -update noar tt set v0='DP4HVYRKY1OHXM6J5NSADI8AFXEQV4O5U1O9PQH24DDOGOK65KMBF7RDHUVUZOHJQI7855L8SMD45H90F65DW2VPGNZI00PKIE6MDYM2C2N9RB4QCWUCIB902Z54ORAOI79HS3SRZN0C6PKCO265LENOYPWOCYS78Z3J16VW0TFJWDLLP01HUG2FA38SUY8NMKY5XX3ZD6ZW64KH43TAJ9PG2TXLZM27BOL702FVKKOCT01VZ1TIBNIO282U9PIDM' where id=49; -update noar ti set v0='DP4HVYRKY1OHXM6J5NSADI8AFXEQV4O5U1O9PQH24DDOGOK65KMBF7RDHUVUZOHJQI7855L8SMD45H90F65DW2VPGNZI00PKIE6MDYM2C2N9RB4QCWUCIB902Z54ORAOI79HS3SRZN0C6PKCO265LENOYPWOCYS78Z3J16VW0TFJWDLLP01HUG2FA38SUY8NMKY5XX3ZD6ZW64KH43TAJ9PG2TXLZM27BOL702FVKKOCT01VZ1TIBNIO282U9PIDM' where id=49; -update noar tt set v1='UJCVL59R2GQVTMOEZ81QMICA726D16HQK232QLEK7IER7GV4FX9M6K1DW7D4G1V33G7WY7O1C388CUE33FGRNPSWWF9QRC2UB5PJ8QZ7YOS59FC8EBOA7FLYPKGHOYC5ETHQ3LE5B6BV2V72XAT3UL6M8R9B5UOUMP2TOCRY0JXG9MUMCD3ZLJXN14HEVNNG3VBRMOR9C495LWJAB80AY8YBO0RC0WET9YZI1TDOYSX4B8GB5WFJQ96J7L83ETHGK' where id=49; -update noar ti set v1='UJCVL59R2GQVTMOEZ81QMICA726D16HQK232QLEK7IER7GV4FX9M6K1DW7D4G1V33G7WY7O1C388CUE33FGRNPSWWF9QRC2UB5PJ8QZ7YOS59FC8EBOA7FLYPKGHOYC5ETHQ3LE5B6BV2V72XAT3UL6M8R9B5UOUMP2TOCRY0JXG9MUMCD3ZLJXN14HEVNNG3VBRMOR9C495LWJAB80AY8YBO0RC0WET9YZI1TDOYSX4B8GB5WFJQ96J7L83ETHGK' where id=49; -update noar tt set v2='OWEU4TKTFUK2F8WXPU5REQBS08WCEAGGZPZMCC0RTLRT7FYWF7V5R8MDHZNXRTHL7VOT28IOYF0NFIU89YTG2OWMUV9ULZ3WLM6NVTD3TLIF7UQ4GSTGG5HKSTG4DCCDIVWV5EEKQ5IX2496UP3ADJIQE9KKEZMHSAA0S4VFM6XCQTKHGATADSJ2IJPGE7U9U6S7IXG5U2MVLYJ1ZGJ9KN4X4X1NPULZKU37D46NKGE0E3ZLYXZIT8JZZ1XQ7CTUV' where id=49; -update noar ti set v2='OWEU4TKTFUK2F8WXPU5REQBS08WCEAGGZPZMCC0RTLRT7FYWF7V5R8MDHZNXRTHL7VOT28IOYF0NFIU89YTG2OWMUV9ULZ3WLM6NVTD3TLIF7UQ4GSTGG5HKSTG4DCCDIVWV5EEKQ5IX2496UP3ADJIQE9KKEZMHSAA0S4VFM6XCQTKHGATADSJ2IJPGE7U9U6S7IXG5U2MVLYJ1ZGJ9KN4X4X1NPULZKU37D46NKGE0E3ZLYXZIT8JZZ1XQ7CTUV' where id=49; -update noar tt set v3='64HP24BJUE39C4MPRLKFIUM1GB3B7RJJ8MEQ9PSYTWLN9LRHUE0AUI2TZLIDE8YB8SVUF0ZIZ9X0G8RUIWNSYNB70NPJLHADH53X6SH278G72BCVH0KI0UCGBJIU7GO3VW5U3JXB5LHT6TFXZ7WKGX80H8JQ04TT87X8SILUKAV3EI4978Y8E12YG3W75B1AI30YIF63IRTT0QJ7Z49A04MH3IFCBSPZP4VWZ5CT76HQ390P76X8XVJFUNVVUMMY2' where id=49; -update noar ti set v3='64HP24BJUE39C4MPRLKFIUM1GB3B7RJJ8MEQ9PSYTWLN9LRHUE0AUI2TZLIDE8YB8SVUF0ZIZ9X0G8RUIWNSYNB70NPJLHADH53X6SH278G72BCVH0KI0UCGBJIU7GO3VW5U3JXB5LHT6TFXZ7WKGX80H8JQ04TT87X8SILUKAV3EI4978Y8E12YG3W75B1AI30YIF63IRTT0QJ7Z49A04MH3IFCBSPZP4VWZ5CT76HQ390P76X8XVJFUNVVUMMY2' where id=49; -update noar tt set v0='AH6RJUA0TN3FWVAF6DAJEEXIHY5OE785ML1IUGUUINA37Q1DXMUVTQ4KTJCL4N7V4F166XKCS6UPT4O1J0CXWUI18FDCUUROXJ1GZXO3A11OJKQ6CF40PYPH4Z45L8TGBPJKITHKRAG7C9QQQEAXRKXUATYYE4ETB9DFNMZ0OCLDOI4JK8Z6ONFIBU9IL6Y4FNEQF30VW1EZB1THQ76LMNIWYEE4PNA69VRWIBZ7XSCT35JFHE4ZJOA62TDR5G004' where id=50; -update noar ti set v0='AH6RJUA0TN3FWVAF6DAJEEXIHY5OE785ML1IUGUUINA37Q1DXMUVTQ4KTJCL4N7V4F166XKCS6UPT4O1J0CXWUI18FDCUUROXJ1GZXO3A11OJKQ6CF40PYPH4Z45L8TGBPJKITHKRAG7C9QQQEAXRKXUATYYE4ETB9DFNMZ0OCLDOI4JK8Z6ONFIBU9IL6Y4FNEQF30VW1EZB1THQ76LMNIWYEE4PNA69VRWIBZ7XSCT35JFHE4ZJOA62TDR5G004' where id=50; -update noar tt set v1='3WJGO08D8N6P32S6TP8LA8EPVKK6F9H51M8E47CBQE2D2UG92ILRKC6NM31CTGNWFSH3PGSHJTHDY9UZEN41YL37PK2J9BYS63D6NT6DQ0V90L13FYFZKE5N0P3K7CGE9KZ3KRYL1T7VMK49NILEDNQN5WZGGQVHQ2G6V2W6163UL5C3AULDGYUSMHMLYDAQNCU4WS1N67HHMUKSNUKFNGYKWF5Y8GXKTL0R55FSKFONJ7KIIDMKLHCALHUAM0IK7' where id=50; -update noar ti set v1='3WJGO08D8N6P32S6TP8LA8EPVKK6F9H51M8E47CBQE2D2UG92ILRKC6NM31CTGNWFSH3PGSHJTHDY9UZEN41YL37PK2J9BYS63D6NT6DQ0V90L13FYFZKE5N0P3K7CGE9KZ3KRYL1T7VMK49NILEDNQN5WZGGQVHQ2G6V2W6163UL5C3AULDGYUSMHMLYDAQNCU4WS1N67HHMUKSNUKFNGYKWF5Y8GXKTL0R55FSKFONJ7KIIDMKLHCALHUAM0IK7' where id=50; -update noar tt set v2='BCEPH1I4N56QWD8V7ZQ8J63IBTH9VCZ00152KFWIZJO0DIIM46QA9UNRE9YJKQWCLY69YDPR3KFLNI90F9HRSCN0E6RJK038PPYM4VSMR5N387E9CD6GOUY8YPZBC3E41TEOZGEJ9WJ5HWG6VO6DNWGOW0IRN4Z4KILY4VS0ON8V1A0AL60DPGOEDE05IJUTFQW4OCVQENEWD1NP47H1FGOMAWV6G4HSY7548BELL0198FWE820OKTHG6NAEED4N9' where id=50; -update noar ti set v2='BCEPH1I4N56QWD8V7ZQ8J63IBTH9VCZ00152KFWIZJO0DIIM46QA9UNRE9YJKQWCLY69YDPR3KFLNI90F9HRSCN0E6RJK038PPYM4VSMR5N387E9CD6GOUY8YPZBC3E41TEOZGEJ9WJ5HWG6VO6DNWGOW0IRN4Z4KILY4VS0ON8V1A0AL60DPGOEDE05IJUTFQW4OCVQENEWD1NP47H1FGOMAWV6G4HSY7548BELL0198FWE820OKTHG6NAEED4N9' where id=50; -update noar tt set v3='DDYKE6YKZAILO7XJB95GWV2LPE82HPT151R32YMC6FOZKMEQFW46XH5G3ZIM6N7358EM8MDIZMJSQ35O77J0L7Z8ZRQLHU74DVY4QQRI5QR483EITJ8BYOMAN6G3XJPGLUD5ZABI333KYVU0L5G31NF6WJJMAS62KABSQ0QNE9OBCPKDLM9HJ8LUZ2KV278YPZ2N4XOWQC1VUXLSEMLA0SRQVEYXVZUONGNZUSYILI9N08NYR5EGWDN648CSF598W' where id=50; -update noar ti set v3='DDYKE6YKZAILO7XJB95GWV2LPE82HPT151R32YMC6FOZKMEQFW46XH5G3ZIM6N7358EM8MDIZMJSQ35O77J0L7Z8ZRQLHU74DVY4QQRI5QR483EITJ8BYOMAN6G3XJPGLUD5ZABI333KYVU0L5G31NF6WJJMAS62KABSQ0QNE9OBCPKDLM9HJ8LUZ2KV278YPZ2N4XOWQC1VUXLSEMLA0SRQVEYXVZUONGNZUSYILI9N08NYR5EGWDN648CSF598W' where id=50; -update noar tt set v0='IX8XV44MYZO5Q4T894ICBBS97IJEUNI9ZWUK0N13R3RT8KEWPGFG1PJ5TLKV9ZD9J75Z4DFXBHL37EYDRLUOMBY8FARXL78QPM0A6MZETUCIK3IM8IWCCK3UZAU233FREHNQ5HPF4M4T9LR5NCERZQF15TOLIV8LZ4OFZ4YE0XUPXWNBCUAFGCHOYHVRL5YWVSTI2BQ3NBVVLASBZBDVK8S2BEZ3ET9RI5W542DJWQF7FTG1MI4TM7Y8AS3ISLUZT' where id=51; -update noar ti set v0='IX8XV44MYZO5Q4T894ICBBS97IJEUNI9ZWUK0N13R3RT8KEWPGFG1PJ5TLKV9ZD9J75Z4DFXBHL37EYDRLUOMBY8FARXL78QPM0A6MZETUCIK3IM8IWCCK3UZAU233FREHNQ5HPF4M4T9LR5NCERZQF15TOLIV8LZ4OFZ4YE0XUPXWNBCUAFGCHOYHVRL5YWVSTI2BQ3NBVVLASBZBDVK8S2BEZ3ET9RI5W542DJWQF7FTG1MI4TM7Y8AS3ISLUZT' where id=51; -update noar tt set v1='BP6I9HQ6YIS0LYRJOAHTMNFDJOO3FV08BESRLO73HWVLTOR4QGNICXYMNCPIRL0BTHNFUPZUH7BC53F9EHRWIXJUWOT9MP1MA21NB5AKXN3U4PQEQZ1C895XHBB2P9U8UTO5GSCHD8DZYM2J838HACQ5RM3VV28OSP79HVOJ0IX6H6AQPYM8YKPXQIHH5SUCUWUQWL12PRBIR0G1ULZ12VUC2F706VZIN1J89VMBOTD8UDVVES8PEDZAFIC11A34X' where id=51; -update noar ti set v1='BP6I9HQ6YIS0LYRJOAHTMNFDJOO3FV08BESRLO73HWVLTOR4QGNICXYMNCPIRL0BTHNFUPZUH7BC53F9EHRWIXJUWOT9MP1MA21NB5AKXN3U4PQEQZ1C895XHBB2P9U8UTO5GSCHD8DZYM2J838HACQ5RM3VV28OSP79HVOJ0IX6H6AQPYM8YKPXQIHH5SUCUWUQWL12PRBIR0G1ULZ12VUC2F706VZIN1J89VMBOTD8UDVVES8PEDZAFIC11A34X' where id=51; -update noar tt set v2='Q06RQ2UKQZ06C0GJWGIDCRRNELZJMVF9CZ3YZKBLCILE4DI8DTG73VFR0WICBLNMOUA9L0MU4QF1MGZBQXHJWXKLKEAH4DSN66JNZSX7R0SVIWPEEPUXGZ5XEMTTUQ0NXTIL683LBJG86XK37302SX50SKMXOH9PZ4F6P9SQ3QVOZP5YM5WKMIIBIJN9U44CMOQHH631W9KMPII8ASYGP1CWYTT9398ISFSAPR5NPJ5RHEGDY9VVOHMIR8NSMGEWZ' where id=51; -update noar ti set v2='Q06RQ2UKQZ06C0GJWGIDCRRNELZJMVF9CZ3YZKBLCILE4DI8DTG73VFR0WICBLNMOUA9L0MU4QF1MGZBQXHJWXKLKEAH4DSN66JNZSX7R0SVIWPEEPUXGZ5XEMTTUQ0NXTIL683LBJG86XK37302SX50SKMXOH9PZ4F6P9SQ3QVOZP5YM5WKMIIBIJN9U44CMOQHH631W9KMPII8ASYGP1CWYTT9398ISFSAPR5NPJ5RHEGDY9VVOHMIR8NSMGEWZ' where id=51; -update noar tt set v3='CK1XXTMAKVNGHF6IHHBVZZMQTEYZ7HG8Z04HFRKN5RCM8GTUIAFPEYRK4IU4IZCSOH5RVZRV97VPGH8UD10TRJ282QHJNM2J485QPA0YCOHUPUPNFZMX6IKWA8KFHJYIAUQOJDPY8I6PQ74MA750X0ETU0F6ZWF6UONZG4O9WK1SXKPONAOKDGANNEOEZ2OYLPKN6P3R6IOVCC94WYETKHU5VEJJE01YC034GYAKABPIACQY15HVMGDNQSZ17GS3U' where id=51; -update noar ti set v3='CK1XXTMAKVNGHF6IHHBVZZMQTEYZ7HG8Z04HFRKN5RCM8GTUIAFPEYRK4IU4IZCSOH5RVZRV97VPGH8UD10TRJ282QHJNM2J485QPA0YCOHUPUPNFZMX6IKWA8KFHJYIAUQOJDPY8I6PQ74MA750X0ETU0F6ZWF6UONZG4O9WK1SXKPONAOKDGANNEOEZ2OYLPKN6P3R6IOVCC94WYETKHU5VEJJE01YC034GYAKABPIACQY15HVMGDNQSZ17GS3U' where id=51; -update noar tt set v0='M09HWRSUOLJ2POTRP5JCDYVBPMRDMBI1IW0Y7Q22YZSMDS6R7NADS0846PBSZ417UIC7VCED5OKI6GW9BLY8J7AZ1Z7YY6DDMI2M0YQXQT4KLW76UOU5W52FVNAA5PEZ8JD8HYTSF2OK2HDX5K0EHSP3ZV7X75JUKWID9PD3DDJI8YV2X3YL8L183M579APW9C600H4IXB3IZE76MBKW1KFCXDOBIJDYYX2JZ9OM29APVEGNM2FPC3GSQ57EQJ4WX' where id=52; -update noar ti set v0='M09HWRSUOLJ2POTRP5JCDYVBPMRDMBI1IW0Y7Q22YZSMDS6R7NADS0846PBSZ417UIC7VCED5OKI6GW9BLY8J7AZ1Z7YY6DDMI2M0YQXQT4KLW76UOU5W52FVNAA5PEZ8JD8HYTSF2OK2HDX5K0EHSP3ZV7X75JUKWID9PD3DDJI8YV2X3YL8L183M579APW9C600H4IXB3IZE76MBKW1KFCXDOBIJDYYX2JZ9OM29APVEGNM2FPC3GSQ57EQJ4WX' where id=52; -update noar tt set v1='S7FF8MBVYWBV1EITIENPHUW2BV6N3VOH4J4A7DOK37E9CUOF0TUJHA2FPGUZ9LS56S4OKMMRQ37Y7K2LIO0RIDOHG6JCVV0XA0CZSENOM4GOQC7QYL969ASPW5Q4Y5P2HLXON3CTTHOHB97HT34ML6CU3ELHF6DX4WQHIS9Q8PL2INFMSTZA7NO00PVS6B2BEPZ481PD9VBZENA4WA10NPHEKM6A1LWTZIO0F4R06RBKJ2G6UHJUJGJGTJDNHV2PI' where id=52; -update noar ti set v1='S7FF8MBVYWBV1EITIENPHUW2BV6N3VOH4J4A7DOK37E9CUOF0TUJHA2FPGUZ9LS56S4OKMMRQ37Y7K2LIO0RIDOHG6JCVV0XA0CZSENOM4GOQC7QYL969ASPW5Q4Y5P2HLXON3CTTHOHB97HT34ML6CU3ELHF6DX4WQHIS9Q8PL2INFMSTZA7NO00PVS6B2BEPZ481PD9VBZENA4WA10NPHEKM6A1LWTZIO0F4R06RBKJ2G6UHJUJGJGTJDNHV2PI' where id=52; -update noar tt set v2='GZD4ATOSQ5JDYQXP9TEDX71YHJFWQTV6VCWJ6TA93QF6WFC1JVJC179TWMYU4OF3GN8NANQ6UW41L60ZNW6IZVU9RROJR2EX4S433ICDLBXWUSUDTL7B94O1EOMR4OXI1DCGVBGQ4MR0991HQPLBHBU91ZOOYUCOKWU0NHFPD4XX5F8S9L2UGPCX5O0Q5MZZGZ41Y05E1GUFK5BS0AMKC55CKSDOG42W3BXO6A31W4HC485MUGKUPYDRUEJC3Y0OI' where id=52; -update noar ti set v2='GZD4ATOSQ5JDYQXP9TEDX71YHJFWQTV6VCWJ6TA93QF6WFC1JVJC179TWMYU4OF3GN8NANQ6UW41L60ZNW6IZVU9RROJR2EX4S433ICDLBXWUSUDTL7B94O1EOMR4OXI1DCGVBGQ4MR0991HQPLBHBU91ZOOYUCOKWU0NHFPD4XX5F8S9L2UGPCX5O0Q5MZZGZ41Y05E1GUFK5BS0AMKC55CKSDOG42W3BXO6A31W4HC485MUGKUPYDRUEJC3Y0OI' where id=52; -update noar tt set v3='U2YUS4MO6YA2MNGY3ATCE6LZ5ZIRW4ZVBYXVOBWTP4WC8ISQWSNXTXFP47PKHZD3JCNUQRLSF9W09TMX9NLQZG7WYY1UQCGZROSTOI0C31GJ6S81RJE3LT7L5XQO6Q6Q69A0GF3426NJ243Y2CHAXQT403IZ0V9N4TJSOJTF34EJL2MO17IND1SKA61YPCUK9BYPJ503LIPYIBBUQ5LEYTUYJRLYEFHNPPX8PTL7D4KRQDNAC2AWCFH34SA9KXN5P' where id=52; -update noar ti set v3='U2YUS4MO6YA2MNGY3ATCE6LZ5ZIRW4ZVBYXVOBWTP4WC8ISQWSNXTXFP47PKHZD3JCNUQRLSF9W09TMX9NLQZG7WYY1UQCGZROSTOI0C31GJ6S81RJE3LT7L5XQO6Q6Q69A0GF3426NJ243Y2CHAXQT403IZ0V9N4TJSOJTF34EJL2MO17IND1SKA61YPCUK9BYPJ503LIPYIBBUQ5LEYTUYJRLYEFHNPPX8PTL7D4KRQDNAC2AWCFH34SA9KXN5P' where id=52; -update noar tt set v0='YZ2XJTJJVS8SCDMGKY0T4XZFHMUE76Y6TGXZ16QTSZGBDXP9P0STCB3FWYGBMWE9IH2Y2XT0JTBP5VR4126TEI5V1VA6SP1BCD1VDCSL1V8RZMMUJIJVZAJLMWQ68FE0BOTX16OOB66VA76A8NBZFW26M8M4NPBJOKF3032E5G9H0YVUWKWH9TQAAOGF9ZJ6J86PAVOJGDEJDCYIF179WJRGW665025GLDVF2WAVUPC52YUFRE3H8WY6PAH0GRCAF' where id=53; -update noar ti set v0='YZ2XJTJJVS8SCDMGKY0T4XZFHMUE76Y6TGXZ16QTSZGBDXP9P0STCB3FWYGBMWE9IH2Y2XT0JTBP5VR4126TEI5V1VA6SP1BCD1VDCSL1V8RZMMUJIJVZAJLMWQ68FE0BOTX16OOB66VA76A8NBZFW26M8M4NPBJOKF3032E5G9H0YVUWKWH9TQAAOGF9ZJ6J86PAVOJGDEJDCYIF179WJRGW665025GLDVF2WAVUPC52YUFRE3H8WY6PAH0GRCAF' where id=53; -update noar tt set v1='GUW4DMWZGEVNXA856NJ6SRQIZ3K99KBUCH1Y9J0V63I8GSNK74NCVQ0JV0MNUYFUTMGOTZXZ59N51LXRMX8GJ1WZEXC6CB2IAYWRK0VQGSXW8RH3AA4BNYXESVQ888PW5GJOCTR7UWQI86681313LATF63IGSJNIWGNLSENWXNFXN42U7WQMM06D0YJYVJT0YFQ97SRY04FZF4BDDOIC7A1LJYV4D2RPXVNO4TWQEZYJ8PVEMHJIU4JURVHTI315Y' where id=53; -update noar ti set v1='GUW4DMWZGEVNXA856NJ6SRQIZ3K99KBUCH1Y9J0V63I8GSNK74NCVQ0JV0MNUYFUTMGOTZXZ59N51LXRMX8GJ1WZEXC6CB2IAYWRK0VQGSXW8RH3AA4BNYXESVQ888PW5GJOCTR7UWQI86681313LATF63IGSJNIWGNLSENWXNFXN42U7WQMM06D0YJYVJT0YFQ97SRY04FZF4BDDOIC7A1LJYV4D2RPXVNO4TWQEZYJ8PVEMHJIU4JURVHTI315Y' where id=53; -update noar tt set v2='VBGP5D5V2KM99SXNZISEUFL8ECH8FNEIXP78VOKMQVB8NH4FPYO9EOHKHPC06H7U2IBM7A4P748CQL11RRISDNATLSMX3H7G6Z4Z4K6ZLGQCAMPQF27120IPRWTJT2M6UBX1YOSUMHRBL3EZEB282HLSZ0UTNPMQTQASWZSFWGZNP3INXYM0GJBLAM2OSCCI7ARPNCJBJ5VQ9ZNTKPU09J7I1FB2OJ97IBP9FMRKXL0R2ZRNILK3JQ53M6YAKXW9K' where id=53; -update noar ti set v2='VBGP5D5V2KM99SXNZISEUFL8ECH8FNEIXP78VOKMQVB8NH4FPYO9EOHKHPC06H7U2IBM7A4P748CQL11RRISDNATLSMX3H7G6Z4Z4K6ZLGQCAMPQF27120IPRWTJT2M6UBX1YOSUMHRBL3EZEB282HLSZ0UTNPMQTQASWZSFWGZNP3INXYM0GJBLAM2OSCCI7ARPNCJBJ5VQ9ZNTKPU09J7I1FB2OJ97IBP9FMRKXL0R2ZRNILK3JQ53M6YAKXW9K' where id=53; -update noar tt set v3='0DGY1WNH1HRC430XLVY6KCJEB8R4OBEHJ5QD9VYY28OVE9VMWZO3BAFANRYNDZH8IDJQDNUX56F694IHQDFA9ONO5I7KTZQDGHMB57E64OX129NBGCKR5DZL1XW6O0QOFZ35G975QUCZQGXSI2JB19R5LY51IH3ZEN26FTEKAA0VFDMM4L625M7VHYL17YBPAIJOXIKUW9TAZ8MVQQ6V4CBRXCSO9FXN9TRL8F4QVGY7R7TMDZQKKW64SIX9NMP4S' where id=53; -update noar ti set v3='0DGY1WNH1HRC430XLVY6KCJEB8R4OBEHJ5QD9VYY28OVE9VMWZO3BAFANRYNDZH8IDJQDNUX56F694IHQDFA9ONO5I7KTZQDGHMB57E64OX129NBGCKR5DZL1XW6O0QOFZ35G975QUCZQGXSI2JB19R5LY51IH3ZEN26FTEKAA0VFDMM4L625M7VHYL17YBPAIJOXIKUW9TAZ8MVQQ6V4CBRXCSO9FXN9TRL8F4QVGY7R7TMDZQKKW64SIX9NMP4S' where id=53; -update noar tt set v0='148KU98F1DWGNJF21QI6TYP4RVND6DX0EB0SPRIZW9CJDCGQA3P4VWTQQUCK9A9V9J0J7QCUZ0SGJ8L1OW6ZHGNZ21P6MHP1N5JI3PKQY6ZMI9E5NOQVPCFRHV06FR0YH1ZDYYVOKAZIYM7DIFZYX3QS6P9XNB3EQIU6EDTIGF6W3VL2I2ZWE0IKA7TD5OFBVAV6ACMYJPFCYABXZMPM6O56D4LC5Z8RIHWZ9TDEBGH6JE2NYJ7RI04SQN4X1A3H3' where id=54; -update noar ti set v0='148KU98F1DWGNJF21QI6TYP4RVND6DX0EB0SPRIZW9CJDCGQA3P4VWTQQUCK9A9V9J0J7QCUZ0SGJ8L1OW6ZHGNZ21P6MHP1N5JI3PKQY6ZMI9E5NOQVPCFRHV06FR0YH1ZDYYVOKAZIYM7DIFZYX3QS6P9XNB3EQIU6EDTIGF6W3VL2I2ZWE0IKA7TD5OFBVAV6ACMYJPFCYABXZMPM6O56D4LC5Z8RIHWZ9TDEBGH6JE2NYJ7RI04SQN4X1A3H3' where id=54; -update noar tt set v1='XYGVV4QM9AB348JA8DYS2NC2QZMRTU8I2T8BTZBX3CDJOXQ5NBXS041QC29M44YKT7FCPXIO9S3KTDV713VS4LDA01DD1SEDXCL2056NTPEMEOKZZD6BSJZ0FX7PMI739KFLBSTC5I78H9OU49LWI0VWW9IE4P6YXNG3DTX6J12E4GHFKG9OHTGO3WSS7J687RCQXHO1SZL7O21LYYC89FBBB1W651TF5CYWBVANH7L27I63BKJMGX7UA2OXNO49M' where id=54; -update noar ti set v1='XYGVV4QM9AB348JA8DYS2NC2QZMRTU8I2T8BTZBX3CDJOXQ5NBXS041QC29M44YKT7FCPXIO9S3KTDV713VS4LDA01DD1SEDXCL2056NTPEMEOKZZD6BSJZ0FX7PMI739KFLBSTC5I78H9OU49LWI0VWW9IE4P6YXNG3DTX6J12E4GHFKG9OHTGO3WSS7J687RCQXHO1SZL7O21LYYC89FBBB1W651TF5CYWBVANH7L27I63BKJMGX7UA2OXNO49M' where id=54; -update noar tt set v2='IS2I84XDTHEEC1OPZF2MXH3VU03HZ43FCKBSHHEKR11YXP49QILMKNQUZIA807I5XZR80CIVA17LU546XJWJ6TCHDO3OIGJ7LVWXLBNDM802AR2E7E19XSUDI4M4XRX17VF5TSUFI396CU6PH2FOPBD908RP5F9MBAQRNSAN2STK8YY7HLCJY0VQIP4JIYJ1XRMNA29JKIT9JUKFCPN33S6GA3OCHEWLSGT1AG3MQEL21G3TT7DXACC8ASMGAF4M2' where id=54; -update noar ti set v2='IS2I84XDTHEEC1OPZF2MXH3VU03HZ43FCKBSHHEKR11YXP49QILMKNQUZIA807I5XZR80CIVA17LU546XJWJ6TCHDO3OIGJ7LVWXLBNDM802AR2E7E19XSUDI4M4XRX17VF5TSUFI396CU6PH2FOPBD908RP5F9MBAQRNSAN2STK8YY7HLCJY0VQIP4JIYJ1XRMNA29JKIT9JUKFCPN33S6GA3OCHEWLSGT1AG3MQEL21G3TT7DXACC8ASMGAF4M2' where id=54; -update noar tt set v3='R9NGX3RGHDCNUMSPBGBNZ2Q0EOJVYLDJ210HAOCU81FL18LJQOTVQ46H537P7SF3CTITMO7BGVTC5MGDY8VXCXPX1514VP31BIHOWLTM7R4ALHWBTYMW4EXMF87YDU6T1Z3Z3VRNIDLH0N3ZNOT215W761ZEXZRQEWY0629YPOI7CUS9LD0I7AZ1QV41J0F0WGZ34G9CHL6W2IOTZOUK76GV4QUEI97VH6SAG8PRTLE73D8J8ISLL0DHDUQH42YSN' where id=54; -update noar ti set v3='R9NGX3RGHDCNUMSPBGBNZ2Q0EOJVYLDJ210HAOCU81FL18LJQOTVQ46H537P7SF3CTITMO7BGVTC5MGDY8VXCXPX1514VP31BIHOWLTM7R4ALHWBTYMW4EXMF87YDU6T1Z3Z3VRNIDLH0N3ZNOT215W761ZEXZRQEWY0629YPOI7CUS9LD0I7AZ1QV41J0F0WGZ34G9CHL6W2IOTZOUK76GV4QUEI97VH6SAG8PRTLE73D8J8ISLL0DHDUQH42YSN' where id=54; -update noar tt set v0='RXITDSJRNHA6P2EMDU7N0ELY7XBRKYUNBBOLGP1TJU7QPKWEOYIW33WN7F5CYBOME1GP8R5B8MQ3X54FKUJB3ISVW3KHQ0LHV3KWA0T4DXFGFEMKY13D1Y2JQMNA06XOK6DJUVPHV66J8JYKWVFI14ELD4BQSHIJ8YWCID9RJJXMKEQPK2QN6CUS75Y6JEW7ZM15DGKJ58UEC6VP0XFX76MYHL3JMSCUE74T1VCP7MH1LAOD17PE0UZ5XWQC3O9LT' where id=55; -update noar ti set v0='RXITDSJRNHA6P2EMDU7N0ELY7XBRKYUNBBOLGP1TJU7QPKWEOYIW33WN7F5CYBOME1GP8R5B8MQ3X54FKUJB3ISVW3KHQ0LHV3KWA0T4DXFGFEMKY13D1Y2JQMNA06XOK6DJUVPHV66J8JYKWVFI14ELD4BQSHIJ8YWCID9RJJXMKEQPK2QN6CUS75Y6JEW7ZM15DGKJ58UEC6VP0XFX76MYHL3JMSCUE74T1VCP7MH1LAOD17PE0UZ5XWQC3O9LT' where id=55; -update noar tt set v1='74IZ0QHEDY8EQQ2A6LQLXXZS81RQS32X36LLNHJS56QOGZAQUL1G05JU1UE41JICQCC43LC4YV9COGWQMYH9MB18MI7RYJLTJQ0BVZ3U8SHPORLQSB4DRJ2OYD9S0K0XD2O9F6K0IALIXM1PUIJC55G3JKI7FXJHVG88AL28WCXUT1COLUTSQBO4N7KVA0JFTSPGKT2MD7ETMYLVTOCOKT1M57L85OBX620OOZ8HAV60OW9SCWMGG3027NF77TX7G' where id=55; -update noar ti set v1='74IZ0QHEDY8EQQ2A6LQLXXZS81RQS32X36LLNHJS56QOGZAQUL1G05JU1UE41JICQCC43LC4YV9COGWQMYH9MB18MI7RYJLTJQ0BVZ3U8SHPORLQSB4DRJ2OYD9S0K0XD2O9F6K0IALIXM1PUIJC55G3JKI7FXJHVG88AL28WCXUT1COLUTSQBO4N7KVA0JFTSPGKT2MD7ETMYLVTOCOKT1M57L85OBX620OOZ8HAV60OW9SCWMGG3027NF77TX7G' where id=55; -update noar tt set v2='QWSM80WQLJQSVD81V9ZZ80UIDKNPZCYZGTPSNIP9P4KABUDS0P9Y2EM5RMPP8X5NNW8LQ81NE3A9B2O3KIAOYBUFTSFFCBBY8HOO3XGY57WDD5L9439BUXBZZ0EWLUU2U9B4LEF35WUA4AMIPWG8LRHQOD4S50NUSKI5CXOBFQGDH4V0W1JFHY58C5W2KO584GTDN1QENOAR59DWXB8A1DJ28MO4D4SYSOV5X2GU57NX6WO3U2SFGEY7B98FW6PVZ' where id=55; -update noar ti set v2='QWSM80WQLJQSVD81V9ZZ80UIDKNPZCYZGTPSNIP9P4KABUDS0P9Y2EM5RMPP8X5NNW8LQ81NE3A9B2O3KIAOYBUFTSFFCBBY8HOO3XGY57WDD5L9439BUXBZZ0EWLUU2U9B4LEF35WUA4AMIPWG8LRHQOD4S50NUSKI5CXOBFQGDH4V0W1JFHY58C5W2KO584GTDN1QENOAR59DWXB8A1DJ28MO4D4SYSOV5X2GU57NX6WO3U2SFGEY7B98FW6PVZ' where id=55; -update noar tt set v3='4QCW3GZV2PRFCJFL1BNHE4BIEYWLTO32S0XJ803GNHMRQSUEVSWW419I7NR8O2H0MCO0S21BUAB4P6ZQ224QSJSJ7KTP8OB00AQSDAYRDCM5BKVVQTYBJN7LC0VY65YOEWMTZJSLERWV5UIZC5MBI5B77GLDZS1OLHRY2829LV6NH4P2VD955NWLO5U15DZSZP4Z23AHUOULYIJODPR6I558JLJ1O9VHJVYDX8S2BNHKEOYZION1XQ9ZCV2IKBJ0R' where id=55; -update noar ti set v3='4QCW3GZV2PRFCJFL1BNHE4BIEYWLTO32S0XJ803GNHMRQSUEVSWW419I7NR8O2H0MCO0S21BUAB4P6ZQ224QSJSJ7KTP8OB00AQSDAYRDCM5BKVVQTYBJN7LC0VY65YOEWMTZJSLERWV5UIZC5MBI5B77GLDZS1OLHRY2829LV6NH4P2VD955NWLO5U15DZSZP4Z23AHUOULYIJODPR6I558JLJ1O9VHJVYDX8S2BNHKEOYZION1XQ9ZCV2IKBJ0R' where id=55; -update noar tt set v0='RBC709DFZFIRQVPQJUA4NC5DUQ7JLTSUL7LP4OT32OGWIVEI12O9CTVFKY0T77DACEHDNJ2IRIJ224Q6HXZ6GDT0ZBQ9FI1C82SSZ3J4YECVL17SOUBT5EMUPU4YV5EKRFY27MJ7E97DCWP5BBVPWVFLZQ2HAT1SVJKGWBD6LN1BX7XBJJBDXKKNNFG1X81EUYX5LKB62RW666325USBGASVFAYQ89QV64PBH9KXZB396MVQPFM7KL428798YLRM8' where id=56; -update noar ti set v0='RBC709DFZFIRQVPQJUA4NC5DUQ7JLTSUL7LP4OT32OGWIVEI12O9CTVFKY0T77DACEHDNJ2IRIJ224Q6HXZ6GDT0ZBQ9FI1C82SSZ3J4YECVL17SOUBT5EMUPU4YV5EKRFY27MJ7E97DCWP5BBVPWVFLZQ2HAT1SVJKGWBD6LN1BX7XBJJBDXKKNNFG1X81EUYX5LKB62RW666325USBGASVFAYQ89QV64PBH9KXZB396MVQPFM7KL428798YLRM8' where id=56; -update noar tt set v1='HO20SZKYX0NH9STYSSEAXDFIS2KLNAHQGEGW16T89UVZHCA1EF8V6G6MYFASOURYNS59PMGVETIY8P5QAQYZS3K6P7KVJP4EMOZ9Y2OGAABTZWH3GJ6HSDDAND5L74BW3BYPZ2J0QZ6B2HP3G807B8NJ95U2YUAVELZ9PDG7G6X2YMZUHFPLGYNGNM4JA9LKTZ2PTNY3W31I7ZBZBIVFDMQPYLE9BE6NEGDG3OJD1I8ORZ0UYVK6XLQLKBMKGD5ZL' where id=56; -update noar ti set v1='HO20SZKYX0NH9STYSSEAXDFIS2KLNAHQGEGW16T89UVZHCA1EF8V6G6MYFASOURYNS59PMGVETIY8P5QAQYZS3K6P7KVJP4EMOZ9Y2OGAABTZWH3GJ6HSDDAND5L74BW3BYPZ2J0QZ6B2HP3G807B8NJ95U2YUAVELZ9PDG7G6X2YMZUHFPLGYNGNM4JA9LKTZ2PTNY3W31I7ZBZBIVFDMQPYLE9BE6NEGDG3OJD1I8ORZ0UYVK6XLQLKBMKGD5ZL' where id=56; -update noar tt set v2='OKTKCF4MVKK4NY2RXL3V7W3R7IR9J9LR9W6C6UKFQL7RNGPZNCI2RCC7XR46FXPDXRYQRSHQORE96WQC369XKDWSD47TM3IJDMYEDEDZAH3T6H8VO62NV885GRCOSL9SDNLRSUQD4ZNPMOGQUGR2KWPFX947B2LETD9ARJEWDIZW4IQU730J5EQ3NFCQ1OJ621VV8O4R58WZ2UNNEUE4S32YBELKJEJQLI6E63PRIAPHFBAT6P5A4MBNMK6U3HVJ4' where id=56; -update noar ti set v2='OKTKCF4MVKK4NY2RXL3V7W3R7IR9J9LR9W6C6UKFQL7RNGPZNCI2RCC7XR46FXPDXRYQRSHQORE96WQC369XKDWSD47TM3IJDMYEDEDZAH3T6H8VO62NV885GRCOSL9SDNLRSUQD4ZNPMOGQUGR2KWPFX947B2LETD9ARJEWDIZW4IQU730J5EQ3NFCQ1OJ621VV8O4R58WZ2UNNEUE4S32YBELKJEJQLI6E63PRIAPHFBAT6P5A4MBNMK6U3HVJ4' where id=56; -update noar tt set v3='A3TR0403QJMOPNQ7N9ETM6GMAAXH0X05S3GZ7OY0K2JUHRYUFVQ4AGOIYNZGVEE7KO90CWTUBWKPHZLP6RMSGV46HCZMY5AD2B5QNP5R3K0MT5PX5ZMQZ0ONOFP00JY2E7BUY3U4J6TF4W1P7OJ46EHAN3IWQQ336RUJ7OCJWAWW1WXKYNS9QMFN0I1FSQU2LFD15S4JL2UWH7D34M2R6DJGKPOWC6T1QNKH1CP3PA43SSS5KNMECHAEQ0Y2STGRS' where id=56; -update noar ti set v3='A3TR0403QJMOPNQ7N9ETM6GMAAXH0X05S3GZ7OY0K2JUHRYUFVQ4AGOIYNZGVEE7KO90CWTUBWKPHZLP6RMSGV46HCZMY5AD2B5QNP5R3K0MT5PX5ZMQZ0ONOFP00JY2E7BUY3U4J6TF4W1P7OJ46EHAN3IWQQ336RUJ7OCJWAWW1WXKYNS9QMFN0I1FSQU2LFD15S4JL2UWH7D34M2R6DJGKPOWC6T1QNKH1CP3PA43SSS5KNMECHAEQ0Y2STGRS' where id=56; -update noar tt set v0='K15RP1F2RBWKQYVW3YPN70EJZJOQ5UJ4ETF3RUR8DWERQB9YWKZWCET3XPRCQEXB4NQ14NB8L7GPFSSZX2P6VBLMJRK0KM81ZCJXZXK51QAH930SLZ9GGMKU6JCQVFLOD9VK7YLZIDNJWY4UXXNXCU8SVWF1TTZMD2INR689AXJ71UYU5AFS07NVK4590P7CBOXMPYKJ1FQGVNTQYUTDVIX73ATXF3F0QKBGB725O4X0YGNT53F3TI2J256R3UTPS' where id=57; -update noar ti set v0='K15RP1F2RBWKQYVW3YPN70EJZJOQ5UJ4ETF3RUR8DWERQB9YWKZWCET3XPRCQEXB4NQ14NB8L7GPFSSZX2P6VBLMJRK0KM81ZCJXZXK51QAH930SLZ9GGMKU6JCQVFLOD9VK7YLZIDNJWY4UXXNXCU8SVWF1TTZMD2INR689AXJ71UYU5AFS07NVK4590P7CBOXMPYKJ1FQGVNTQYUTDVIX73ATXF3F0QKBGB725O4X0YGNT53F3TI2J256R3UTPS' where id=57; -update noar tt set v1='EB8LKTZO0149MRXMX2V2SPEC9G1N2R5LHKL1XNSEJ3W4R626KV56I4HE33S08KZQLWCF89GGW28WD3QJIIOE52D9WUKJVLQDGU8JWC9H5JVJFQLYKA5GIP11HHGF9JP5JXTIWWCWM169PIIQY89HADZG0FB4PEC86ULCD4Z8N75YCACUXQWYR8QP6QJ5T5RN7RDQIIDIH78T90H7SFJVY4C8N9FL19IJ1QYBS75QFFN58MBKSPJWNYNCYRUZXKZJT' where id=57; -update noar ti set v1='EB8LKTZO0149MRXMX2V2SPEC9G1N2R5LHKL1XNSEJ3W4R626KV56I4HE33S08KZQLWCF89GGW28WD3QJIIOE52D9WUKJVLQDGU8JWC9H5JVJFQLYKA5GIP11HHGF9JP5JXTIWWCWM169PIIQY89HADZG0FB4PEC86ULCD4Z8N75YCACUXQWYR8QP6QJ5T5RN7RDQIIDIH78T90H7SFJVY4C8N9FL19IJ1QYBS75QFFN58MBKSPJWNYNCYRUZXKZJT' where id=57; -update noar tt set v2='R88IS6E8I6IU48YQ9NV9QPD6T0CSS7WNRV6YCM5GYWCROXB5A3V9RPK4PJYR9R9K9WGG234AF7ICPVMNRBVSS1LN83JO7FQK85GBZSKYJO688XJQDDRXOVXA2YD7XUEE8TSJ6366QIA4C4YY00OB9Q13G4A5YGUBFDF286ENE4HHKWGII2AEBFPOTQHNHSKJ80UBB2PC6P2MBPGCN8D56LF4TL40D9V47BZMR06324ZRNM2NR0OLSHWV2U57YQD9G' where id=57; -update noar ti set v2='R88IS6E8I6IU48YQ9NV9QPD6T0CSS7WNRV6YCM5GYWCROXB5A3V9RPK4PJYR9R9K9WGG234AF7ICPVMNRBVSS1LN83JO7FQK85GBZSKYJO688XJQDDRXOVXA2YD7XUEE8TSJ6366QIA4C4YY00OB9Q13G4A5YGUBFDF286ENE4HHKWGII2AEBFPOTQHNHSKJ80UBB2PC6P2MBPGCN8D56LF4TL40D9V47BZMR06324ZRNM2NR0OLSHWV2U57YQD9G' where id=57; -update noar tt set v3='QF45GZSFEVMJP97CNQ88Y3QB37GBAUCY3GU5FCT0SPVXY5BRV2ZYLBEX78TU92T0UUA4W0G9RPQZU1K5BX16430S742JKFN4RSVMAZXZBZM5VN6XL4OAWFP5V8J4KEZNNU3I34C1JSS0S3B3K9YE2J44LH2WFQKFRKDARIG2BLGJCD1K5HJ2RWG4TUAFGR84EOUMKT2G6NAQCBR7ZFW3EW15TTWAEVXH9BE2PWBOTN17CKVI3LFP3VZ22V33ZXX90' where id=57; -update noar ti set v3='QF45GZSFEVMJP97CNQ88Y3QB37GBAUCY3GU5FCT0SPVXY5BRV2ZYLBEX78TU92T0UUA4W0G9RPQZU1K5BX16430S742JKFN4RSVMAZXZBZM5VN6XL4OAWFP5V8J4KEZNNU3I34C1JSS0S3B3K9YE2J44LH2WFQKFRKDARIG2BLGJCD1K5HJ2RWG4TUAFGR84EOUMKT2G6NAQCBR7ZFW3EW15TTWAEVXH9BE2PWBOTN17CKVI3LFP3VZ22V33ZXX90' where id=57; -update noar tt set v0='QZ1JZYIAK1ZMSVJ6BA4RZQBAOH4ULI4GFI8DLQLVT0HSYI823QC0AZIYW3XRB6V3MLKHKD20VQ532FZGGZNO7X3NM43NFYDF7IKHULTZFIVSIVR9XXXSNA79C8JLJN8UZAKQ4M7FGCSS3DWPJIXWJMO0BVSM4CPV18LRLEBP5W8TWWJ9JJ1TBG7V20JXE373LL3M97U25RV256RLO7CW0DQI3LYRWAHX42ZXW196N42WPLTD0DZFJJPR5E3477F6M' where id=58; -update noar ti set v0='QZ1JZYIAK1ZMSVJ6BA4RZQBAOH4ULI4GFI8DLQLVT0HSYI823QC0AZIYW3XRB6V3MLKHKD20VQ532FZGGZNO7X3NM43NFYDF7IKHULTZFIVSIVR9XXXSNA79C8JLJN8UZAKQ4M7FGCSS3DWPJIXWJMO0BVSM4CPV18LRLEBP5W8TWWJ9JJ1TBG7V20JXE373LL3M97U25RV256RLO7CW0DQI3LYRWAHX42ZXW196N42WPLTD0DZFJJPR5E3477F6M' where id=58; -update noar tt set v1='ED5VEUPZ5V07RKUURO4MU47D6S19HO4KBP6Z4E4QH1QEMQ88B43093HGPGLNRJRHPNKZTY7LH0DRQJT5Y0VTZXHERE2K4HFCPXNRBGVZ7W7HVZUJKDPBIA1T5RFIEKCDHARZB849AODU2IXNL2J8SAZKJBG48SX8RQ43RT2ZVGZJGWS5BMICTSP5YORP07PFZZX4UBLT36AJJVOP3J1DHCJ2OLZWJ24P56XSA5ZFS2QP93VUUIW9UJK5HGOPYA09C' where id=58; -update noar ti set v1='ED5VEUPZ5V07RKUURO4MU47D6S19HO4KBP6Z4E4QH1QEMQ88B43093HGPGLNRJRHPNKZTY7LH0DRQJT5Y0VTZXHERE2K4HFCPXNRBGVZ7W7HVZUJKDPBIA1T5RFIEKCDHARZB849AODU2IXNL2J8SAZKJBG48SX8RQ43RT2ZVGZJGWS5BMICTSP5YORP07PFZZX4UBLT36AJJVOP3J1DHCJ2OLZWJ24P56XSA5ZFS2QP93VUUIW9UJK5HGOPYA09C' where id=58; -update noar tt set v2='Y6A1TF3MO7TAMRXSUIAXR2SC9T088BX8RZ5OD8SC2OPX0P9ZFD1DR9WCB9R3QMI3F9OSZF7PJU8VC8D6BSAA5NX9HIIOY6ZKWGG0LLHNHYHUIUBT3FHJ4M7HO51243WZNPRRU6GSFL0EHNX2FUMXJ1KWCO22U1YA46F42PDE1Z4RU05XNF0GR2I5XN8DNWPF1L7XCUVTF1DDXON2MS16V43HFK3KDD0I1ZPD53ZXHYHLAMSWOADUX1K6RH7KNOBJ0' where id=58; -update noar ti set v2='Y6A1TF3MO7TAMRXSUIAXR2SC9T088BX8RZ5OD8SC2OPX0P9ZFD1DR9WCB9R3QMI3F9OSZF7PJU8VC8D6BSAA5NX9HIIOY6ZKWGG0LLHNHYHUIUBT3FHJ4M7HO51243WZNPRRU6GSFL0EHNX2FUMXJ1KWCO22U1YA46F42PDE1Z4RU05XNF0GR2I5XN8DNWPF1L7XCUVTF1DDXON2MS16V43HFK3KDD0I1ZPD53ZXHYHLAMSWOADUX1K6RH7KNOBJ0' where id=58; -update noar tt set v3='VBIEKOIR2GDLKHZQVYIRRO3XUTNIPEPDGKYY5P4UNRZO9LS0AF8M5O2YMIL2247EWPJ88FY4PFP572IWGCWOWI6WHFYGXNIDOH4O4N05W3889J9HAW6ZQMG6BNKCM2NJ0VVG0KCKWWNPQT6FDZF1WXTCI1WYV5MUJ8ZW661HCFG7SQCO4SKLFI9TKBUXIA8F257ISRY07B78A9A321WG63JHJCTUJH7DXAW0L8A8HFLU7AOCU1GJ38TCD7GACX7PP' where id=58; -update noar ti set v3='VBIEKOIR2GDLKHZQVYIRRO3XUTNIPEPDGKYY5P4UNRZO9LS0AF8M5O2YMIL2247EWPJ88FY4PFP572IWGCWOWI6WHFYGXNIDOH4O4N05W3889J9HAW6ZQMG6BNKCM2NJ0VVG0KCKWWNPQT6FDZF1WXTCI1WYV5MUJ8ZW661HCFG7SQCO4SKLFI9TKBUXIA8F257ISRY07B78A9A321WG63JHJCTUJH7DXAW0L8A8HFLU7AOCU1GJ38TCD7GACX7PP' where id=58; -update noar tt set v0='2BUNCDFLTKP29WTPYHUAP60FHR16VMVZYB5L02EKAE1BCO6EE4ED6NO8BCPC8CZWMH21BTV5IX774YUE4Q3BF94HOP6NPLK42UQG56HQ7GQ9HUQRK43TXIN40G8XNEPS7YMTNFISCFE0MY65HAQ2R3C6VRJ5NOF90A6OM7JMHBJZ9Y3RVMUYEM5KH1AYPW8FSAUGNMJTYAX0IISIZ4CROXG2INWTCYWIZLI2XKK3BQQPX57NS3F12NHC05STLOB6W' where id=59; -update noar ti set v0='2BUNCDFLTKP29WTPYHUAP60FHR16VMVZYB5L02EKAE1BCO6EE4ED6NO8BCPC8CZWMH21BTV5IX774YUE4Q3BF94HOP6NPLK42UQG56HQ7GQ9HUQRK43TXIN40G8XNEPS7YMTNFISCFE0MY65HAQ2R3C6VRJ5NOF90A6OM7JMHBJZ9Y3RVMUYEM5KH1AYPW8FSAUGNMJTYAX0IISIZ4CROXG2INWTCYWIZLI2XKK3BQQPX57NS3F12NHC05STLOB6W' where id=59; -update noar tt set v1='UHHMAEEGFD4SWCMUUNKK4ZQ212JPB5IAQ8V7CKUOX7S6PWS4BEWK22IO392JZ6CBDHR1CBZ8XE81W3LFJCYH8Q5GGN23F4Q7PMISWICRL7VVH7E6385G57ADOGI2I52M5AF5NKAEWM0G9GROPQOPBHHYL9VJWCY7RZIK1K16WB6BNP3J0LKJ6XCE5I4N5VOKWN68AMFEFOOPE19RIS1WSDS5LXW2JUE0C9O2KNKXI75DU95MH8YKVHAVRV2SBIT94' where id=59; -update noar ti set v1='UHHMAEEGFD4SWCMUUNKK4ZQ212JPB5IAQ8V7CKUOX7S6PWS4BEWK22IO392JZ6CBDHR1CBZ8XE81W3LFJCYH8Q5GGN23F4Q7PMISWICRL7VVH7E6385G57ADOGI2I52M5AF5NKAEWM0G9GROPQOPBHHYL9VJWCY7RZIK1K16WB6BNP3J0LKJ6XCE5I4N5VOKWN68AMFEFOOPE19RIS1WSDS5LXW2JUE0C9O2KNKXI75DU95MH8YKVHAVRV2SBIT94' where id=59; -update noar tt set v2='OKLA2E4KX2PJANI9HK5YYMORWXX4ITMQR1AGPQB85O9ODQM959YOO995WEUBUXNWSRJIV3QJLAFLWETD4B59442RDVFEEWTSALJYHXJCBMPCY6JOYAM9KMZ1SSMVIFWU7ANPEEJBL6Q9WKPGA1ZVEOWQ2VOD0HO0QXYNAUDM56Y3FUM40FEK3762DL2UD0DPW1W6J0ME4YZS9RG9YGW0QEOQY8ABHB356TRCD04E34B8Q6E3DS73M06XRES8VI8S8' where id=59; -update noar ti set v2='OKLA2E4KX2PJANI9HK5YYMORWXX4ITMQR1AGPQB85O9ODQM959YOO995WEUBUXNWSRJIV3QJLAFLWETD4B59442RDVFEEWTSALJYHXJCBMPCY6JOYAM9KMZ1SSMVIFWU7ANPEEJBL6Q9WKPGA1ZVEOWQ2VOD0HO0QXYNAUDM56Y3FUM40FEK3762DL2UD0DPW1W6J0ME4YZS9RG9YGW0QEOQY8ABHB356TRCD04E34B8Q6E3DS73M06XRES8VI8S8' where id=59; -update noar tt set v3='K7U5XC1CN76Z4GE40A2GA4099RZATO348S8FG0VRGJ6YX4B2SOR7FOUXW0ZSY0K1QZX4TGXSN9IUAU3FR4F50FXI45KZGZZKBTTZ7S25NI6XPDLUUVWK1H1BRPE3B6TIEV50VLEYDJLO8897QVZWUAGA6SBP19Y3BT7T2VJJ4SE5XAO8PS5R77723YKPM9DBV6V6CFKTBY9Z9OMZQH220TMBMK5EREEHJEGCEANVHBCETCODDICXC8OZZEEE6ZXHV' where id=59; -update noar ti set v3='K7U5XC1CN76Z4GE40A2GA4099RZATO348S8FG0VRGJ6YX4B2SOR7FOUXW0ZSY0K1QZX4TGXSN9IUAU3FR4F50FXI45KZGZZKBTTZ7S25NI6XPDLUUVWK1H1BRPE3B6TIEV50VLEYDJLO8897QVZWUAGA6SBP19Y3BT7T2VJJ4SE5XAO8PS5R77723YKPM9DBV6V6CFKTBY9Z9OMZQH220TMBMK5EREEHJEGCEANVHBCETCODDICXC8OZZEEE6ZXHV' where id=59; -update noar tt set v0='3L36VFEBBYLBP80FP3EOCYZB85DMKVDPLHD1K7IEZAEVXJNP0HFSV7FNHROIAD69TUJZTYIRLJ68XSPXOKKKL83Q92CQN6FK7KY0YWQYQNVT98XMIN41EJIN2SDB8CMOLVLAA28WM3071GNXAEGFUGG1QST3OCCPV5Y7CTTPZWD6RE49QLPH5DP68U4FINLLJBH1LYJEGLUPVI2K319CJD1AQ213BC1ZK5ESYMD32TQLDIEZOB55DJGUCCMEGQ9NR' where id=60; -update noar ti set v0='3L36VFEBBYLBP80FP3EOCYZB85DMKVDPLHD1K7IEZAEVXJNP0HFSV7FNHROIAD69TUJZTYIRLJ68XSPXOKKKL83Q92CQN6FK7KY0YWQYQNVT98XMIN41EJIN2SDB8CMOLVLAA28WM3071GNXAEGFUGG1QST3OCCPV5Y7CTTPZWD6RE49QLPH5DP68U4FINLLJBH1LYJEGLUPVI2K319CJD1AQ213BC1ZK5ESYMD32TQLDIEZOB55DJGUCCMEGQ9NR' where id=60; -update noar tt set v1='9QEMVRKCXXE0XM5OVA3MFXIMZ7XLAGAGGQ5UBZLBJG157XO7QSAUW0STGIY0VBZNGJQG9BWOWINUH9KZTR9PFZZ9M3YPK44HCMF19H2EE5P4TILECACI0VTWNXCQBUZHO9MKOUCQEK1GGX01HZB6DGBSH2JI1ZHNLYFJFE7OYDNJVSYAPCYALSDVO9FR2PQ935G1GQ0UIWJ6MZA88JM69NRR6MDJVV6Q0SJVXYSATJSR3SF449KGO6EAKAXPKM1NA' where id=60; -update noar ti set v1='9QEMVRKCXXE0XM5OVA3MFXIMZ7XLAGAGGQ5UBZLBJG157XO7QSAUW0STGIY0VBZNGJQG9BWOWINUH9KZTR9PFZZ9M3YPK44HCMF19H2EE5P4TILECACI0VTWNXCQBUZHO9MKOUCQEK1GGX01HZB6DGBSH2JI1ZHNLYFJFE7OYDNJVSYAPCYALSDVO9FR2PQ935G1GQ0UIWJ6MZA88JM69NRR6MDJVV6Q0SJVXYSATJSR3SF449KGO6EAKAXPKM1NA' where id=60; -update noar tt set v2='AQHKV58DFWVFKHOVCOLNNAVNAIF00V7BF853WFJ4LL3KLMV77H5A0PIOLCRZJ64P1KEKCI7NSEE9990XIRUU6RN700DIT2E3BB0LMWDVVW0FT7QYVY62JYOIKT8BV5O0Z785BEBNQI3GYL5JS8INF5LYI75QWAE8PL8JQN51IA6XNARG7AFEHKKBU59KT8V7WU4VFEAZ03MUIY8JBLJDZB8DD0GBBYZJ8OJSYQTUL3SDT5HECE2I3M5ZHLSP9YAQB' where id=60; -update noar ti set v2='AQHKV58DFWVFKHOVCOLNNAVNAIF00V7BF853WFJ4LL3KLMV77H5A0PIOLCRZJ64P1KEKCI7NSEE9990XIRUU6RN700DIT2E3BB0LMWDVVW0FT7QYVY62JYOIKT8BV5O0Z785BEBNQI3GYL5JS8INF5LYI75QWAE8PL8JQN51IA6XNARG7AFEHKKBU59KT8V7WU4VFEAZ03MUIY8JBLJDZB8DD0GBBYZJ8OJSYQTUL3SDT5HECE2I3M5ZHLSP9YAQB' where id=60; -update noar tt set v3='IOGT7GFDG6PXPV2BRZV3UF9HPEZEM7O0Z08PO5P6GEGGI7DAS3RL4DE4XEMLKT9LK10TBMHCENBJ1QIKH0ZR9HENZIPQHNOJKOFNL0FG1XAB96U1E9B1QVUVX0IH5XFUCT5I2VX1FBBUY70KFKTLNYCLFDOF3WQUO4C41RBME6D270F5LRFRF7UJ82NQNJXPP2QJUN6VY1TPCPW2X0G7EKPCAF0BFYCGXNLS56NSWRF8Z0VHXPQ0P2UWTZPSW6BN6' where id=60; -update noar ti set v3='IOGT7GFDG6PXPV2BRZV3UF9HPEZEM7O0Z08PO5P6GEGGI7DAS3RL4DE4XEMLKT9LK10TBMHCENBJ1QIKH0ZR9HENZIPQHNOJKOFNL0FG1XAB96U1E9B1QVUVX0IH5XFUCT5I2VX1FBBUY70KFKTLNYCLFDOF3WQUO4C41RBME6D270F5LRFRF7UJ82NQNJXPP2QJUN6VY1TPCPW2X0G7EKPCAF0BFYCGXNLS56NSWRF8Z0VHXPQ0P2UWTZPSW6BN6' where id=60; -update noar tt set v0='CUPJV9P6FPRTVUW5W7Z3PQ3H86POO3DAAFLXWT8G3OA2D9V36I2V33OG6Q4ADFO4B9FPKV1946Y5GHT947M6OB6OL7CU5EMHZW05XLCBVOLKMDGYA4DDVB83XIJB3KRBOUEVXM64FSU2WM6IZQR6LH8ZOCYHHO82GG1ZKSSF5L2VK58Y7LJR90LFBZE05TOZ712E6RNM0XTVSYAHMDELWT8E0ANMTVYVRRVU1K4QG7XT3B6CBUA37WP3SV8Y3SUSQ' where id=61; -update noar ti set v0='CUPJV9P6FPRTVUW5W7Z3PQ3H86POO3DAAFLXWT8G3OA2D9V36I2V33OG6Q4ADFO4B9FPKV1946Y5GHT947M6OB6OL7CU5EMHZW05XLCBVOLKMDGYA4DDVB83XIJB3KRBOUEVXM64FSU2WM6IZQR6LH8ZOCYHHO82GG1ZKSSF5L2VK58Y7LJR90LFBZE05TOZ712E6RNM0XTVSYAHMDELWT8E0ANMTVYVRRVU1K4QG7XT3B6CBUA37WP3SV8Y3SUSQ' where id=61; -update noar tt set v1='ML3GJJJWXM2XPVNS2URI5VF0USCVM6DGOS6Y5ALIHKZUO48WYX9DXUR2L7FFJ4BQANG87GSJ9BE9MCP7TW0CZXCDYJL7O41EIJ70XJQ7TUJ2PSV1XR7K3DQ1QWP0XZ5PH8D4966BO1OBUFHW663KC9EVPHR9UO3XOVYHL0KC0KPJKSCVXW1D3LMTHD3FSKQZJUSSRYX3X8TGH0N6A9HEBRJ0JBZHRTF23SQL3UMSUBFXJBNUDNIL3BXRSO3OUG2JF' where id=61; -update noar ti set v1='ML3GJJJWXM2XPVNS2URI5VF0USCVM6DGOS6Y5ALIHKZUO48WYX9DXUR2L7FFJ4BQANG87GSJ9BE9MCP7TW0CZXCDYJL7O41EIJ70XJQ7TUJ2PSV1XR7K3DQ1QWP0XZ5PH8D4966BO1OBUFHW663KC9EVPHR9UO3XOVYHL0KC0KPJKSCVXW1D3LMTHD3FSKQZJUSSRYX3X8TGH0N6A9HEBRJ0JBZHRTF23SQL3UMSUBFXJBNUDNIL3BXRSO3OUG2JF' where id=61; -update noar tt set v2='CTSG7S8PW8XRJM9T0F136U65K3TF84P63SOQBR5YVK4UK6HP2SC1BF2M0GWUVDHZ6XZRJI8IH6U66XIKS82S9QHB843EL8O2IY30JJX6T3PPEU1OY4V35D2TMTO3R7Z7R7J284B4FISLCN28TPCLZ2EES09859FQFHDBKIOD2MW3XX8YGVF2J2LLM2GJ3U4IWZ6XXWZ0G4CPNHGLLWJQYD2J3K88OZ2EGFZYZDLSKV146M6889Q9VID3214SLP3I2' where id=61; -update noar ti set v2='CTSG7S8PW8XRJM9T0F136U65K3TF84P63SOQBR5YVK4UK6HP2SC1BF2M0GWUVDHZ6XZRJI8IH6U66XIKS82S9QHB843EL8O2IY30JJX6T3PPEU1OY4V35D2TMTO3R7Z7R7J284B4FISLCN28TPCLZ2EES09859FQFHDBKIOD2MW3XX8YGVF2J2LLM2GJ3U4IWZ6XXWZ0G4CPNHGLLWJQYD2J3K88OZ2EGFZYZDLSKV146M6889Q9VID3214SLP3I2' where id=61; -update noar tt set v3='OTCD82Z8KQNNWAW8XFO494KN6F6Z3HGY4KGHTBHESAIM217L4C36C3WKZB16QUN2LXNK30TU1RTC63LZMO5PQZ7BFCF7ZWI0PDQKMF6NA5I60FI25WKH6PNUSB9DOZJBUCZT5RWELOR50T09S6SGTETALGAO8IJ13H4V51Z11KIXJ796S9M8BO20PO8DV2BUX0XW8UFG3GBYR84DKO6QQCLTLH7JA335NZWZ101LF681IGRDCB1QIMJPN990WBYEM' where id=61; -update noar ti set v3='OTCD82Z8KQNNWAW8XFO494KN6F6Z3HGY4KGHTBHESAIM217L4C36C3WKZB16QUN2LXNK30TU1RTC63LZMO5PQZ7BFCF7ZWI0PDQKMF6NA5I60FI25WKH6PNUSB9DOZJBUCZT5RWELOR50T09S6SGTETALGAO8IJ13H4V51Z11KIXJ796S9M8BO20PO8DV2BUX0XW8UFG3GBYR84DKO6QQCLTLH7JA335NZWZ101LF681IGRDCB1QIMJPN990WBYEM' where id=61; -update noar tt set v0='ODWRS3H6FUUFGX3LEYCXMJ1TOIM6ELTEO1Y0YLRP0VQ0A2G04J3OUBFG3OUX174CONP5LON81GQPXQ7M8BA0ZI66KJYRCRB8URD0YDT2RPDIJBEL2I54Y0DE98VCSRVQQ35KPR2S7BUSFWN64V8I0WMA8H3ZNKDTRBYBLRM6QX3DHTKDFAYAVS4N8DT40WD0V0Y88GNM1L6L89G51EIYKTYRAXBJN477YC0SD45LKU989QEQ3MP7Q5YBZ9PSHBJJ5' where id=62; -update noar ti set v0='ODWRS3H6FUUFGX3LEYCXMJ1TOIM6ELTEO1Y0YLRP0VQ0A2G04J3OUBFG3OUX174CONP5LON81GQPXQ7M8BA0ZI66KJYRCRB8URD0YDT2RPDIJBEL2I54Y0DE98VCSRVQQ35KPR2S7BUSFWN64V8I0WMA8H3ZNKDTRBYBLRM6QX3DHTKDFAYAVS4N8DT40WD0V0Y88GNM1L6L89G51EIYKTYRAXBJN477YC0SD45LKU989QEQ3MP7Q5YBZ9PSHBJJ5' where id=62; -update noar tt set v1='2DYYELS8FMNEX4DC9I8FN6EG4HC86Q1RFSTTZH3UQRJR2AHCHPSZ645MRHDR89LOJYDQKIO45J7RYV7VOLR2IX9TLMAD965LA1Y1NR8BTGD32IW4B0SOFVNXMDUNEBXACXGEAXBILIFKWTW8CWKA6XDGR3TZEJKVBXSV8P1ARHR985QDMZBEVQ3371ZTK0KUYRNKS1SD1FYVTXDHMJWBE6G2HESM2MPRD22MT1D6QMOSTQA073BRUKNY5K0HVYI22' where id=62; -update noar ti set v1='2DYYELS8FMNEX4DC9I8FN6EG4HC86Q1RFSTTZH3UQRJR2AHCHPSZ645MRHDR89LOJYDQKIO45J7RYV7VOLR2IX9TLMAD965LA1Y1NR8BTGD32IW4B0SOFVNXMDUNEBXACXGEAXBILIFKWTW8CWKA6XDGR3TZEJKVBXSV8P1ARHR985QDMZBEVQ3371ZTK0KUYRNKS1SD1FYVTXDHMJWBE6G2HESM2MPRD22MT1D6QMOSTQA073BRUKNY5K0HVYI22' where id=62; -update noar tt set v2='GLJJB52XUKLG3Y8WMVXKIXNFQ33RX1F6PVQCTZLJJMK853CRWU8NTY3HGDKH8J5ZNY99R5Y6XPL5CA4Z56H30DDVE3V5GIPXTNQ78AUKLLEUD80UTEF69GNF7QDW0SR9O8PVTXODZXTWSZ3LSMJ7ODHLQ7JFOHKOIZ5UYGAZJ6CYBEMA70JQHWOOVFLU0E053Y07X1ZP7B412G62CWO1K010G9HQVU4SYXMIQZHNHK05HNW4ONCU0WLYCJ4RJMYDD' where id=62; -update noar ti set v2='GLJJB52XUKLG3Y8WMVXKIXNFQ33RX1F6PVQCTZLJJMK853CRWU8NTY3HGDKH8J5ZNY99R5Y6XPL5CA4Z56H30DDVE3V5GIPXTNQ78AUKLLEUD80UTEF69GNF7QDW0SR9O8PVTXODZXTWSZ3LSMJ7ODHLQ7JFOHKOIZ5UYGAZJ6CYBEMA70JQHWOOVFLU0E053Y07X1ZP7B412G62CWO1K010G9HQVU4SYXMIQZHNHK05HNW4ONCU0WLYCJ4RJMYDD' where id=62; -update noar tt set v3='TC910VQJFAGVOMTWOQVY7JP4Y9TZD06CN1VK7WB1V7LMNZQB4W1FCDLX4OG0BHG8MBQZ3YTQ29SRUDAOTRTG0NX701T90O92RDV8JSRR96RFG3B9YB7PBV3XH6JAO5UF0YNJIPVL9B2NEE9VCSVO5UN2YEK2OCATQKZD1NBZOEA2JPZPX0A8PJL2IRX8CJX3TDW2H2ZH1NNJL1ZSZRP9N2XLM3PRG1ABGMNQDOJ0HXDZ5XT0H2H2BK32BH7Q4ODQ2' where id=62; -update noar ti set v3='TC910VQJFAGVOMTWOQVY7JP4Y9TZD06CN1VK7WB1V7LMNZQB4W1FCDLX4OG0BHG8MBQZ3YTQ29SRUDAOTRTG0NX701T90O92RDV8JSRR96RFG3B9YB7PBV3XH6JAO5UF0YNJIPVL9B2NEE9VCSVO5UN2YEK2OCATQKZD1NBZOEA2JPZPX0A8PJL2IRX8CJX3TDW2H2ZH1NNJL1ZSZRP9N2XLM3PRG1ABGMNQDOJ0HXDZ5XT0H2H2BK32BH7Q4ODQ2' where id=62; -update noar tt set v0='DL1FITJMPASMD3XBWNW2PACFUUUPPEA5EICC3ZEF71UJ87CQS2LSADNBBCKFBHIEL9P5AJXPKM4L5P27SH7MHBUDV8ANCNFVO95LOEOZOPWJNP54TZ2YYU7TEWTC0CNKNQAJBC9J3P8PRN2BW9Q5ETTSP5TTCJGOM021U8EFITHTUJOJSH64G870C0ZQFYBJIL45J0O8RTGO3HFUUHC6RUHOQL1DM6JX88QSLRO2M9S1SRR6I5P0QXWBMCLOY88VA' where id=63; -update noar ti set v0='DL1FITJMPASMD3XBWNW2PACFUUUPPEA5EICC3ZEF71UJ87CQS2LSADNBBCKFBHIEL9P5AJXPKM4L5P27SH7MHBUDV8ANCNFVO95LOEOZOPWJNP54TZ2YYU7TEWTC0CNKNQAJBC9J3P8PRN2BW9Q5ETTSP5TTCJGOM021U8EFITHTUJOJSH64G870C0ZQFYBJIL45J0O8RTGO3HFUUHC6RUHOQL1DM6JX88QSLRO2M9S1SRR6I5P0QXWBMCLOY88VA' where id=63; -update noar tt set v1='5NFIJNOT6J4SAL4V9QIX4NQJNMOAB4OZFRMLCQB1NQ38IZU3KUW2SQ0KIN5C2AIOTP5C1Z3CNFOESLDR56VT1I1PYETWL3O7WLG770IKWWW6DH5785H6K47HGCZRU0HQYGEDV94NHNEFNIH2G1I8R7JQLSK1XAPH8N04P2GOJM7LETLFT53WTDDP7QC0PV5MPAMZTLL7NP7J1ARKKJWS8FV5EJG9BR59ODPUX6MN2EIPXTAEU38VC5QF4KJOR6D2B' where id=63; -update noar ti set v1='5NFIJNOT6J4SAL4V9QIX4NQJNMOAB4OZFRMLCQB1NQ38IZU3KUW2SQ0KIN5C2AIOTP5C1Z3CNFOESLDR56VT1I1PYETWL3O7WLG770IKWWW6DH5785H6K47HGCZRU0HQYGEDV94NHNEFNIH2G1I8R7JQLSK1XAPH8N04P2GOJM7LETLFT53WTDDP7QC0PV5MPAMZTLL7NP7J1ARKKJWS8FV5EJG9BR59ODPUX6MN2EIPXTAEU38VC5QF4KJOR6D2B' where id=63; -update noar tt set v2='9FKCHID9HK4TT8O6V1OGJQISQAUL6B9MV2RIL83YDH6D7VYFEA3CGQX0WYN5LCNTJ8AT5PFE20NPC6LDHHOGR9O3HTMS1EKKDMANP3Z0FVX0V1HPO1QAC3P66TS26XKGE3EPUP9QIM6HLJSRJL2L64Q5BYKWLAPDTFOZCYPDOOYGPYUFRXV9RELH3LJ40HPI81VOQ1CHRT39RBRBJ0A693QVHK5JZEG9ARA9JCSJLN76Q6DNOSMZR492QUQK8IX46' where id=63; -update noar ti set v2='9FKCHID9HK4TT8O6V1OGJQISQAUL6B9MV2RIL83YDH6D7VYFEA3CGQX0WYN5LCNTJ8AT5PFE20NPC6LDHHOGR9O3HTMS1EKKDMANP3Z0FVX0V1HPO1QAC3P66TS26XKGE3EPUP9QIM6HLJSRJL2L64Q5BYKWLAPDTFOZCYPDOOYGPYUFRXV9RELH3LJ40HPI81VOQ1CHRT39RBRBJ0A693QVHK5JZEG9ARA9JCSJLN76Q6DNOSMZR492QUQK8IX46' where id=63; -update noar tt set v3='DA6781X684GEW2RB5V7XXBKI4LD4UOUKPNU42LJCU8KK0LGIL7IS65GGOBDRNT3V0W80EZH11OKWPAMT8VY4C0HPSEYQNZMM74INJ3PMGLAI1L579NXQKBZX5G902PO8XINDCDYXP9XPG3M2XFP33LAEU2B6IY26LFAU2UK8KW9MQVKK5PBS9GP673ZFE9T8JAKVDBW3FEAQC6D07ATX3KHOT7BEUTXVT0WNGBXQJU99UR7GUAX13B83ZAMJWU0LJ' where id=63; -update noar ti set v3='DA6781X684GEW2RB5V7XXBKI4LD4UOUKPNU42LJCU8KK0LGIL7IS65GGOBDRNT3V0W80EZH11OKWPAMT8VY4C0HPSEYQNZMM74INJ3PMGLAI1L579NXQKBZX5G902PO8XINDCDYXP9XPG3M2XFP33LAEU2B6IY26LFAU2UK8KW9MQVKK5PBS9GP673ZFE9T8JAKVDBW3FEAQC6D07ATX3KHOT7BEUTXVT0WNGBXQJU99UR7GUAX13B83ZAMJWU0LJ' where id=63; -update noar tt set v0='RF0MMWZG6S8ED38OM41VKK0BTO58W17VEBQ4C8LYSTH4GDMPCUBB2ECZ5QJ61O83UV9SMHSXVVMJFFH5Z9QDF0B6B6EEPVXFMMA5OJRZNQHNCGHGN9C9PEYQU113T4AAF9SO1ODLN6BC9XIO8NGPCZREZ0QLVCDZ07B14P4TMM7V71DBOJDAYOAVW0OZLADINSGNBCE4WL1AQHXBCYH9SPODME4PWMSCQ8ONS6LDXVB852AQBCIP2UT4SMABU44LG' where id=64; -update noar ti set v0='RF0MMWZG6S8ED38OM41VKK0BTO58W17VEBQ4C8LYSTH4GDMPCUBB2ECZ5QJ61O83UV9SMHSXVVMJFFH5Z9QDF0B6B6EEPVXFMMA5OJRZNQHNCGHGN9C9PEYQU113T4AAF9SO1ODLN6BC9XIO8NGPCZREZ0QLVCDZ07B14P4TMM7V71DBOJDAYOAVW0OZLADINSGNBCE4WL1AQHXBCYH9SPODME4PWMSCQ8ONS6LDXVB852AQBCIP2UT4SMABU44LG' where id=64; -update noar tt set v1='22AA821U7P1LJRR8765ODS3WVHDI4L8Y28OGKI02EU9DEVICBHWNMAGVYE5GPK7BJR0WH4Z9QMJZJOHO4N1SWGPJ6LY7SUGPJTNN03B1UA6537PNHGXMB9E9FZPDLNIHNLPA2BWHF6XM4YCTLOSAK9ZILPSI0GX5VA6V4TE6TTNF6WT0ZS5LDCHW60AJS8VXWN075EX009PUY342A3FIC2JO8SCTUQ69DZGMR2XYYGMKL5DJMM7IT77TI5SASMMP6' where id=64; -update noar ti set v1='22AA821U7P1LJRR8765ODS3WVHDI4L8Y28OGKI02EU9DEVICBHWNMAGVYE5GPK7BJR0WH4Z9QMJZJOHO4N1SWGPJ6LY7SUGPJTNN03B1UA6537PNHGXMB9E9FZPDLNIHNLPA2BWHF6XM4YCTLOSAK9ZILPSI0GX5VA6V4TE6TTNF6WT0ZS5LDCHW60AJS8VXWN075EX009PUY342A3FIC2JO8SCTUQ69DZGMR2XYYGMKL5DJMM7IT77TI5SASMMP6' where id=64; -update noar tt set v2='FDF98Q46E6QV146E2WKM0ZCD18J59ULRRMNW6G1UMILDNQUS38P43DEX8TGO3IJEOY4D919IBL0G32C966M26J7ZCXIQJEE9RYZNSY4G7QSK8WCJUL8J2UCFANG0X2QH0XB0E8DTGJM0CPZZXIX4H1A6Y90LKYCUB8YJYXZZE2BNNVHC70DUP3P2OW4JTB04OPTI19YDCUV7DF9OP9OORV1US2G8SFMB2QT90276A9U8ZA5IBA2URCLH3VCRKS7ZA' where id=64; -update noar ti set v2='FDF98Q46E6QV146E2WKM0ZCD18J59ULRRMNW6G1UMILDNQUS38P43DEX8TGO3IJEOY4D919IBL0G32C966M26J7ZCXIQJEE9RYZNSY4G7QSK8WCJUL8J2UCFANG0X2QH0XB0E8DTGJM0CPZZXIX4H1A6Y90LKYCUB8YJYXZZE2BNNVHC70DUP3P2OW4JTB04OPTI19YDCUV7DF9OP9OORV1US2G8SFMB2QT90276A9U8ZA5IBA2URCLH3VCRKS7ZA' where id=64; -update noar tt set v3='APV8Z2WH2E5QSXT5ZQUQAWW34W5SE62TF7QFH0RF8FH6FNP8DFMD4A0I0R1P22Y7WWN7A2A841PSPSY6UAD59OUASGDMXPFHTN05SJ8VWRZPD0CHE7QPDZ1X3M0AUADKX6PWQ1R8L6QPA7XXWTU8A9LUJS4WKFOX1H728ZHT1RJOVSUPKZHGCO2TO3N0I58R0PHHLVYXQZXE8CD87DJ9QBJJGUY8M8FP67QE2YAY16ZJMAODNU21SW84P81W87V6H' where id=64; -update noar ti set v3='APV8Z2WH2E5QSXT5ZQUQAWW34W5SE62TF7QFH0RF8FH6FNP8DFMD4A0I0R1P22Y7WWN7A2A841PSPSY6UAD59OUASGDMXPFHTN05SJ8VWRZPD0CHE7QPDZ1X3M0AUADKX6PWQ1R8L6QPA7XXWTU8A9LUJS4WKFOX1H728ZHT1RJOVSUPKZHGCO2TO3N0I58R0PHHLVYXQZXE8CD87DJ9QBJJGUY8M8FP67QE2YAY16ZJMAODNU21SW84P81W87V6H' where id=64; -update noar tt set v0='80YNN85SEGS9WFQS032YLM55K9KF85751ROK8YLWW24WUE3LE4RF2EZSH2BT4ZK9Q6SRDSFZGDIXBIEGLKHJVVTQMDPV7OQXQTDWSR0IT1HDY5CQ51YW3DPGX8GWWVBZ736021FFMEA88O10Y72LNLQVCAJ1ILRL6UYK5GNRFSYDHMV9HI16NPF6HEKQ7FVFI2Q2JRJTE0NERVDNS5ZVKUCRA5553LF2M0V4D4DBUHEY8OIR1QRWDK68Y5MFQAAWL' where id=65; -update noar ti set v0='80YNN85SEGS9WFQS032YLM55K9KF85751ROK8YLWW24WUE3LE4RF2EZSH2BT4ZK9Q6SRDSFZGDIXBIEGLKHJVVTQMDPV7OQXQTDWSR0IT1HDY5CQ51YW3DPGX8GWWVBZ736021FFMEA88O10Y72LNLQVCAJ1ILRL6UYK5GNRFSYDHMV9HI16NPF6HEKQ7FVFI2Q2JRJTE0NERVDNS5ZVKUCRA5553LF2M0V4D4DBUHEY8OIR1QRWDK68Y5MFQAAWL' where id=65; -update noar tt set v1='VY7LV44SPEIX0TWZJZX6PMGKEJBXR4B9ETA5XFD2R9RJ9W2MXCM92BPYG0N43BOJ76S4X1UDNAV5I7VM2IXDLBCYBV3FPCTN3FN50T2XEH25HJLCR6DSN3O0PUQIZ1C8PBIQIOW88TMLN7SDXJ5CEALJSMTA7H2XK1B01FV5MMQRQ1MNTMPUFYUER66BVNIWGPPQZ13FDL4RD8RT41O4HC2UKHHQ2LJTS1UJPU4JRQ58YZP5VAIPP9PGDT0H4Q02I' where id=65; -update noar ti set v1='VY7LV44SPEIX0TWZJZX6PMGKEJBXR4B9ETA5XFD2R9RJ9W2MXCM92BPYG0N43BOJ76S4X1UDNAV5I7VM2IXDLBCYBV3FPCTN3FN50T2XEH25HJLCR6DSN3O0PUQIZ1C8PBIQIOW88TMLN7SDXJ5CEALJSMTA7H2XK1B01FV5MMQRQ1MNTMPUFYUER66BVNIWGPPQZ13FDL4RD8RT41O4HC2UKHHQ2LJTS1UJPU4JRQ58YZP5VAIPP9PGDT0H4Q02I' where id=65; -update noar tt set v2='KRCER8L1A7MZ2Z37C210ANS832VRIX3WK75X1248CMANBEV83REC324H8JR5X5460CECVUYH4MHS8EONJEBS7BEJMBFMZWORFM744O642I9UJ4BFENBU51YF9CSKYF34ZSEO2ZISWNJSWR8PK2FGQLZX8AE1HWM8DMJCCQ6G0N95G0BNDLTDAPDVPP5OPXLXGVGPX7VTSCI5JOXNRHNAD6AVB2QR1U87B3IO2VFB4HJ5NW51GRCX9LVNRW8GW8LBG' where id=65; -update noar ti set v2='KRCER8L1A7MZ2Z37C210ANS832VRIX3WK75X1248CMANBEV83REC324H8JR5X5460CECVUYH4MHS8EONJEBS7BEJMBFMZWORFM744O642I9UJ4BFENBU51YF9CSKYF34ZSEO2ZISWNJSWR8PK2FGQLZX8AE1HWM8DMJCCQ6G0N95G0BNDLTDAPDVPP5OPXLXGVGPX7VTSCI5JOXNRHNAD6AVB2QR1U87B3IO2VFB4HJ5NW51GRCX9LVNRW8GW8LBG' where id=65; -update noar tt set v3='PVA8LPX2SVW1UL53U4QVXAY5NW2R0BARFM800D8S2JQFBZ7YIDHY0VRIIS3BYB1PJTBJKNC8X7V3Y6IY53NEXYWUYN8KWCRLKXSDM7HJQ2Z9JOA195GXYBTTRIAINHS9UEWJU0ZRJDVLYK7NM10LVL961XGB5DQY8PXLTOI9HTEQ313F19GN4BB3AGXYZ7U4PIUNPYZXUYW1LNRN6LXHIHGFQ789XBZ4IV6IB70DQ399GHJYP3NA9MDF5IZYBGUV2' where id=65; -update noar ti set v3='PVA8LPX2SVW1UL53U4QVXAY5NW2R0BARFM800D8S2JQFBZ7YIDHY0VRIIS3BYB1PJTBJKNC8X7V3Y6IY53NEXYWUYN8KWCRLKXSDM7HJQ2Z9JOA195GXYBTTRIAINHS9UEWJU0ZRJDVLYK7NM10LVL961XGB5DQY8PXLTOI9HTEQ313F19GN4BB3AGXYZ7U4PIUNPYZXUYW1LNRN6LXHIHGFQ789XBZ4IV6IB70DQ399GHJYP3NA9MDF5IZYBGUV2' where id=65; -update noar tt set v0='F7UKETBHU8Z1JZODQLFDOBXEEM9DIS7U48L7ZIXD2AWF4VSAOWIH91G36DTDCHAM7UMIHWK2UN7C4JSXJZS42Q9UJEMWHP8EWO4E8HLAQ0IVRIWRWEZYMCHNUOAV0YBTA4M2FVAC546BXR7FUF9O5WSTZ17WCPMBFK9HJOPHQC0KIUCJKDLY3V0N5PHZ77MPB3LFOONL6E5J0A2Z9D9DS9O4UZVM3PNHHLK829KG6MG93D18LUYNFOKXDLYOHYLST' where id=66; -update noar ti set v0='F7UKETBHU8Z1JZODQLFDOBXEEM9DIS7U48L7ZIXD2AWF4VSAOWIH91G36DTDCHAM7UMIHWK2UN7C4JSXJZS42Q9UJEMWHP8EWO4E8HLAQ0IVRIWRWEZYMCHNUOAV0YBTA4M2FVAC546BXR7FUF9O5WSTZ17WCPMBFK9HJOPHQC0KIUCJKDLY3V0N5PHZ77MPB3LFOONL6E5J0A2Z9D9DS9O4UZVM3PNHHLK829KG6MG93D18LUYNFOKXDLYOHYLST' where id=66; -update noar tt set v1='K2C5WM1N0CE5SMI2LJOZIR4W7U663QYO2EB4K0A8LKXI9ZHPAW2MRYJOBO6CHBL8F6TDCW9ZC7EEUURGC8FRSULM4DVNNB61M6PNK1E0RUYHK43ZGFNZW01XNPFLEO4W17GU6WI8U6Z0S6WXRRIM4R8PG9L81RG113ZGO5T6776BO82YLHT07DPLCUVWKS7ZZY4FTM8FQDK9VIG57HLQGZBOZ5OTL76NEEQZERAUZW71NC48705AIXPF4X4IV15ZE' where id=66; -update noar ti set v1='K2C5WM1N0CE5SMI2LJOZIR4W7U663QYO2EB4K0A8LKXI9ZHPAW2MRYJOBO6CHBL8F6TDCW9ZC7EEUURGC8FRSULM4DVNNB61M6PNK1E0RUYHK43ZGFNZW01XNPFLEO4W17GU6WI8U6Z0S6WXRRIM4R8PG9L81RG113ZGO5T6776BO82YLHT07DPLCUVWKS7ZZY4FTM8FQDK9VIG57HLQGZBOZ5OTL76NEEQZERAUZW71NC48705AIXPF4X4IV15ZE' where id=66; -update noar tt set v2='EBCXAT1T5QQWYXC5ARHO58VVY93ODF2RSKHQAQNNDD9GZIFC6OJ4UGKFR1GRP9AMLG382JAR97XA5HC50LFVP6M2ZZ0FXKECFGDY2ILGZXI5G1CSIUI95XGKKDC7V5Z4YOYWXEV202DFHCR9OV420RGUDY00QB93W7JGCGV1OXJI8AA9O9PPZUOIRUAH62YXF98GCUXB7IPXCYCVIPUL48RGY2286O1OS8JSP31OHJ41F98Z38YF4SIVPH4YG5VHP' where id=66; -update noar ti set v2='EBCXAT1T5QQWYXC5ARHO58VVY93ODF2RSKHQAQNNDD9GZIFC6OJ4UGKFR1GRP9AMLG382JAR97XA5HC50LFVP6M2ZZ0FXKECFGDY2ILGZXI5G1CSIUI95XGKKDC7V5Z4YOYWXEV202DFHCR9OV420RGUDY00QB93W7JGCGV1OXJI8AA9O9PPZUOIRUAH62YXF98GCUXB7IPXCYCVIPUL48RGY2286O1OS8JSP31OHJ41F98Z38YF4SIVPH4YG5VHP' where id=66; -update noar tt set v3='00DI72N244EJE6PBNYK1AM4UEO3DDR7RQFTSCZV9MBYTDF0PX9KSNPCF589GBKOK1AA1G7H0BIE2LG6B87PI2MELYEYSGGL88YOG4VFBU6A82A3QPJF12KLV2IPE15M7U3X3UDGPB7EK9B491RJN3HLV76PUFDGBNWYAT7CBFJ6DH71XA48FITTYO87VXPEHWXK15IOJSACQRIGFK93GSYVT6W64XBOQZSSZYQ7H888NVODSMO810VVG79U2EYIVR' where id=66; -update noar ti set v3='00DI72N244EJE6PBNYK1AM4UEO3DDR7RQFTSCZV9MBYTDF0PX9KSNPCF589GBKOK1AA1G7H0BIE2LG6B87PI2MELYEYSGGL88YOG4VFBU6A82A3QPJF12KLV2IPE15M7U3X3UDGPB7EK9B491RJN3HLV76PUFDGBNWYAT7CBFJ6DH71XA48FITTYO87VXPEHWXK15IOJSACQRIGFK93GSYVT6W64XBOQZSSZYQ7H888NVODSMO810VVG79U2EYIVR' where id=66; -update noar tt set v0='GF0SYU852FTRKP8KJMS6IS77BE4QQ3D15KDM7JB854UCGLE6QQXYV5K82VOWTRLVW4RPQOBM023B43X4R1IOEG0TMA1RLRO71YIWEIBFQ7124I9SDMKZEG4HUPSOH1I7ECCNQ2K5LNHMGUMNYSM7CJKA6C7MMA4K6G3F4MXFILFJ2ZQ6TV7ACGJRBRJGRHIIBJUEMT204WJD1YH309444X5AW84MQ8443JKFSDCA6SMSQE1N71IPD4GN2Q8JMZIR0' where id=67; -update noar ti set v0='GF0SYU852FTRKP8KJMS6IS77BE4QQ3D15KDM7JB854UCGLE6QQXYV5K82VOWTRLVW4RPQOBM023B43X4R1IOEG0TMA1RLRO71YIWEIBFQ7124I9SDMKZEG4HUPSOH1I7ECCNQ2K5LNHMGUMNYSM7CJKA6C7MMA4K6G3F4MXFILFJ2ZQ6TV7ACGJRBRJGRHIIBJUEMT204WJD1YH309444X5AW84MQ8443JKFSDCA6SMSQE1N71IPD4GN2Q8JMZIR0' where id=67; -update noar tt set v1='U5QBCDD5T8XDQ00XEL71GOQ8UVKT456C47ZA7NOP20OSZ0X8C172BZN1AX5H1L4D5BWG89RHT8D6765HPPE6XKBMF2Z4DDLEDYIS6BZS6POMZ6I6NCIZQ0D0PZ4HZPLDZ4DLOLZ15PFLQGONX19YKY8YD2TORBPLUFTERTGFBV5EUF4X7VITRISS1O5PRX390USXCOBB7GCUZHA1A9I1H53RA5Y2ZJ22A92CRO9HKJL9PYZFSZCZ3DA7YZNCAX4Y9' where id=67; -update noar ti set v1='U5QBCDD5T8XDQ00XEL71GOQ8UVKT456C47ZA7NOP20OSZ0X8C172BZN1AX5H1L4D5BWG89RHT8D6765HPPE6XKBMF2Z4DDLEDYIS6BZS6POMZ6I6NCIZQ0D0PZ4HZPLDZ4DLOLZ15PFLQGONX19YKY8YD2TORBPLUFTERTGFBV5EUF4X7VITRISS1O5PRX390USXCOBB7GCUZHA1A9I1H53RA5Y2ZJ22A92CRO9HKJL9PYZFSZCZ3DA7YZNCAX4Y9' where id=67; -update noar tt set v2='Y35WRROLBG1W06EWAXE1VKYBOF3UR000Y0VHAEEIC48EMBW1QV4XBIKUNZAMVC68EJM4NI4O32L3GDMWE51SOSXH1Z41086OM8254X4E2QIBSDUQROEH1X3FG0NLR7BA1IKO3J5KJ1B65UQQCWV5SR039OR4Q305Z923KQW8BY6IJQ6PQOVSYZ1ANJMRXVT42CUMHW60DDJORX9KMLHPY9F8QO51YZQG56MSIWOMJBI0MQY5ZTVZGDUXH59YN8GEC' where id=67; -update noar ti set v2='Y35WRROLBG1W06EWAXE1VKYBOF3UR000Y0VHAEEIC48EMBW1QV4XBIKUNZAMVC68EJM4NI4O32L3GDMWE51SOSXH1Z41086OM8254X4E2QIBSDUQROEH1X3FG0NLR7BA1IKO3J5KJ1B65UQQCWV5SR039OR4Q305Z923KQW8BY6IJQ6PQOVSYZ1ANJMRXVT42CUMHW60DDJORX9KMLHPY9F8QO51YZQG56MSIWOMJBI0MQY5ZTVZGDUXH59YN8GEC' where id=67; -update noar tt set v3='KA40T1PMKTH1PL0LCE4BLLHV044DENTK595KZVBCVMO0XCH3DIX9P68HZQB7H66QCZR3GNVHZ5Y26ZQ1WSA0ZAQ2XZXGI6VBHF1ME5BUTKS5LH58UT1XOD1GEXEFZUGLG05XK26YMDTKLSI3K0465SP9945KGM1YIA6ZTGT4UL9GCP8TV3Y9XZBDTV3YDKTFCL7HO1Y83SW4RHGI7SMIFHZNLUFE073JDC099SWIWSND0FQ2U4U1LXR59W4PAN3OP' where id=67; -update noar ti set v3='KA40T1PMKTH1PL0LCE4BLLHV044DENTK595KZVBCVMO0XCH3DIX9P68HZQB7H66QCZR3GNVHZ5Y26ZQ1WSA0ZAQ2XZXGI6VBHF1ME5BUTKS5LH58UT1XOD1GEXEFZUGLG05XK26YMDTKLSI3K0465SP9945KGM1YIA6ZTGT4UL9GCP8TV3Y9XZBDTV3YDKTFCL7HO1Y83SW4RHGI7SMIFHZNLUFE073JDC099SWIWSND0FQ2U4U1LXR59W4PAN3OP' where id=67; -update noar tt set v0='V1KUJBJNJTEWA5EBAFQMF1THTFJN4EDGL1VIDZZG8CZ53LS1BY1IMFTZJNY2SLEFL1ZPSGVYJ4IORF37XXNNEIKM77UQCWFM1NYMAQI7QZK4X43PQ9TQK56OBL79J1TD6WPQUKTS8VP2H06UVUSKOV3GZXRDWKG7P2TUTTGKBRQYSOI0UA1PJ56PHSIZ21BTU5LTQOFRG48R2LR6JH0AOIF46PH6HE6YMCB8Y98HIJXJH1VONIH7MAI0NDPF5CG5O' where id=68; -update noar ti set v0='V1KUJBJNJTEWA5EBAFQMF1THTFJN4EDGL1VIDZZG8CZ53LS1BY1IMFTZJNY2SLEFL1ZPSGVYJ4IORF37XXNNEIKM77UQCWFM1NYMAQI7QZK4X43PQ9TQK56OBL79J1TD6WPQUKTS8VP2H06UVUSKOV3GZXRDWKG7P2TUTTGKBRQYSOI0UA1PJ56PHSIZ21BTU5LTQOFRG48R2LR6JH0AOIF46PH6HE6YMCB8Y98HIJXJH1VONIH7MAI0NDPF5CG5O' where id=68; -update noar tt set v1='I7XKNEP29OE3L9JYAXAURUX0GXZXRRFHJA8TP8SSBIZGZMYMWBKNTK2535D6LEODZ5PJT294218XMW0SN7NHY9F78N60OM5IY0IAX91HYCNML4F15YQGKEW9SMUZOKPYBM0DQFG5QEOWZBHYEI0UTSYQH2ZAHTBU61OW34LW81U3HIBNOJ8025LXVOSWYDA6IXZL3LJF5L20VIX8LHYVX113SLJCLMF0CKCPQ5RJ91QNEVFCF5GSSBW6EG05B7WKO' where id=68; -update noar ti set v1='I7XKNEP29OE3L9JYAXAURUX0GXZXRRFHJA8TP8SSBIZGZMYMWBKNTK2535D6LEODZ5PJT294218XMW0SN7NHY9F78N60OM5IY0IAX91HYCNML4F15YQGKEW9SMUZOKPYBM0DQFG5QEOWZBHYEI0UTSYQH2ZAHTBU61OW34LW81U3HIBNOJ8025LXVOSWYDA6IXZL3LJF5L20VIX8LHYVX113SLJCLMF0CKCPQ5RJ91QNEVFCF5GSSBW6EG05B7WKO' where id=68; -update noar tt set v2='831XK31Q47RZLWGSNMH9QA2BA44GX3HO1K5MWJ7S9N7RHEUCTRHQX3IHSB0XILQXOAJ6LQK3IJP79GT73NJHQR3R4EU3BEBS6GVX2FAJ9R0N05AMS7RU3DTM4PRFHEL12X3D1S5BC1YIVJX2IU83T18Y3YORU5UYUXDU1ANLSFEE45XBDQF7J51ANR1KNCKD940B7W28NW5ZQW88S2BQLPMKENSTXBYCB2WM5812224EDUPJVERCN71A68WKLEYEX' where id=68; -update noar ti set v2='831XK31Q47RZLWGSNMH9QA2BA44GX3HO1K5MWJ7S9N7RHEUCTRHQX3IHSB0XILQXOAJ6LQK3IJP79GT73NJHQR3R4EU3BEBS6GVX2FAJ9R0N05AMS7RU3DTM4PRFHEL12X3D1S5BC1YIVJX2IU83T18Y3YORU5UYUXDU1ANLSFEE45XBDQF7J51ANR1KNCKD940B7W28NW5ZQW88S2BQLPMKENSTXBYCB2WM5812224EDUPJVERCN71A68WKLEYEX' where id=68; -update noar tt set v3='UK79ZXGNALSWOVV77EASEQ1B1R7MLSZD3CIYOL3OG5NV8FZ46DASZP1HJDXUAW0W34AEQNND6FC0168FGOVHMQZJRR5XFLT4MSLGZX91SG36Q3SULOU3BT316YYC7QCA5DEYHFKNBBOQXVUV2QTW80EYJRGDUCT0DON5XO77HOIO7WR21RTNVBSD2SOT47Z58B0ZQBXB0O0KLQX7DZ5OH0PYTP7A2VDZRWNA2TQE6UFXQU9TNAOQ2IJJZNCCPEBLY' where id=68; -update noar ti set v3='UK79ZXGNALSWOVV77EASEQ1B1R7MLSZD3CIYOL3OG5NV8FZ46DASZP1HJDXUAW0W34AEQNND6FC0168FGOVHMQZJRR5XFLT4MSLGZX91SG36Q3SULOU3BT316YYC7QCA5DEYHFKNBBOQXVUV2QTW80EYJRGDUCT0DON5XO77HOIO7WR21RTNVBSD2SOT47Z58B0ZQBXB0O0KLQX7DZ5OH0PYTP7A2VDZRWNA2TQE6UFXQU9TNAOQ2IJJZNCCPEBLY' where id=68; -update noar tt set v0='XLIRVX3XH2QRKYSKM64J3RPXL13DD0OJIOPZUFPN78PZ7MZWTLEBZGOE0P9VJ9OOCAGJ8ZEEME7ZBOVFLWY37TU9A8FESOFDTC8J15LUYWJVNMGS5NGW6TOBKB1G2QE1DJB2ZXOYVQTJATP1JLNHR22TXQ88BVPJNEPQ5P71ZC0IS9OAJUFE6BFPM2YTSPPSEOJZR8CFAR9L0TA49CXBS1PLH2COEYYJVMSSEY9EKK5DBFFK4FR8OWK8V427SEV3S' where id=69; -update noar ti set v0='XLIRVX3XH2QRKYSKM64J3RPXL13DD0OJIOPZUFPN78PZ7MZWTLEBZGOE0P9VJ9OOCAGJ8ZEEME7ZBOVFLWY37TU9A8FESOFDTC8J15LUYWJVNMGS5NGW6TOBKB1G2QE1DJB2ZXOYVQTJATP1JLNHR22TXQ88BVPJNEPQ5P71ZC0IS9OAJUFE6BFPM2YTSPPSEOJZR8CFAR9L0TA49CXBS1PLH2COEYYJVMSSEY9EKK5DBFFK4FR8OWK8V427SEV3S' where id=69; -update noar tt set v1='8JX13HPES0FE1MDLVICQ85Q7RW7HHOJMC07IA4RIQWAIMRHZ6QQWHMTZWBHTGP4YMEJD84B0SU0BI98X567CLJR2BJ9Y0YJHU4LP0EQSG2J1NBVLE6HVY6FIIMT6XMVXE6W5HK1ZZ9Y13VXNQ9T2M2LRZ2N4U87WBGLT7EFT6KIF680IJ62PNXZTPSYZHDNJKWAIN5WNDYUDO03Z5646R0YJJBQTL5MEGYPK6C15GJM69EDYOZYA6MLRUWDGYZ91U' where id=69; -update noar ti set v1='8JX13HPES0FE1MDLVICQ85Q7RW7HHOJMC07IA4RIQWAIMRHZ6QQWHMTZWBHTGP4YMEJD84B0SU0BI98X567CLJR2BJ9Y0YJHU4LP0EQSG2J1NBVLE6HVY6FIIMT6XMVXE6W5HK1ZZ9Y13VXNQ9T2M2LRZ2N4U87WBGLT7EFT6KIF680IJ62PNXZTPSYZHDNJKWAIN5WNDYUDO03Z5646R0YJJBQTL5MEGYPK6C15GJM69EDYOZYA6MLRUWDGYZ91U' where id=69; -update noar tt set v2='FX82JZPD6S5JNEVXWK49ULK559CZTM8OTOPSTTH5SKK5NV8FQ7D8PLVZC5R2UUEXTEUBI9SH7QQSH5SCG0EUZ2J6TDCZCGIE73N31FMUL95SJXTG3EHR69I0XRJ645G0OBXK7YVW19Q8R1U5BBY6847WXUNO6FZIOBCO16RKLBDMHASMS4C1XTB3M7KH5Q84AESHI2ACUDYF2VMNF3PFURUGM2NPPMMY8B8B7H03YHX3SXKRQ5MCC44Y1GEJ9SOAD' where id=69; -update noar ti set v2='FX82JZPD6S5JNEVXWK49ULK559CZTM8OTOPSTTH5SKK5NV8FQ7D8PLVZC5R2UUEXTEUBI9SH7QQSH5SCG0EUZ2J6TDCZCGIE73N31FMUL95SJXTG3EHR69I0XRJ645G0OBXK7YVW19Q8R1U5BBY6847WXUNO6FZIOBCO16RKLBDMHASMS4C1XTB3M7KH5Q84AESHI2ACUDYF2VMNF3PFURUGM2NPPMMY8B8B7H03YHX3SXKRQ5MCC44Y1GEJ9SOAD' where id=69; -update noar tt set v3='TJQWYQ4Z60T2T1ZMW0MQ49DPNBZ8MRYQAUVHEMZILKH1MATK7LEYJA1R25ETTA1EGZ9H45ZIWOHPR9IHKEYBTY1SA5NCE0NV6GMR8LFXL0ZD9U3PBZ3EN5QW1SOLHKOECKILDKWA809QJOWM2G9JO2KWFBUFA5D0DHZSZPCDBOWS6AR0JZTY24YXDY26T1RTOGQ00D8SYMIZPGP1RFSL8EHU86AWRDFL6ATX4FAA215G5QJUZLK4S5BI1ENL8PV7V' where id=69; -update noar ti set v3='TJQWYQ4Z60T2T1ZMW0MQ49DPNBZ8MRYQAUVHEMZILKH1MATK7LEYJA1R25ETTA1EGZ9H45ZIWOHPR9IHKEYBTY1SA5NCE0NV6GMR8LFXL0ZD9U3PBZ3EN5QW1SOLHKOECKILDKWA809QJOWM2G9JO2KWFBUFA5D0DHZSZPCDBOWS6AR0JZTY24YXDY26T1RTOGQ00D8SYMIZPGP1RFSL8EHU86AWRDFL6ATX4FAA215G5QJUZLK4S5BI1ENL8PV7V' where id=69; -update noar tt set v0='496U9MN0L766DHL4SZ71NPS4XF84D2BEK4S6T8S73ABHEP8MMNFU16K4PF4KX0NZ3EZ051NBH8I0QZ2OULX85NVWABENJEG2UN8AZC6Q8V2EBQ0ANBV4YUO3VN8YHN09IYHJ79YXS0RIC8PCYHCBZ8WXLGDGSMN4FBBAZXGW2TE6EM4L8SYAFD7C57RZDTFCT9O2R3712R5C2XCRQ326ML0I3OOSCB0MR3PC6P6D4BMSCYXSGAXTYZYUU4M3W0ZE4' where id=70; -update noar ti set v0='496U9MN0L766DHL4SZ71NPS4XF84D2BEK4S6T8S73ABHEP8MMNFU16K4PF4KX0NZ3EZ051NBH8I0QZ2OULX85NVWABENJEG2UN8AZC6Q8V2EBQ0ANBV4YUO3VN8YHN09IYHJ79YXS0RIC8PCYHCBZ8WXLGDGSMN4FBBAZXGW2TE6EM4L8SYAFD7C57RZDTFCT9O2R3712R5C2XCRQ326ML0I3OOSCB0MR3PC6P6D4BMSCYXSGAXTYZYUU4M3W0ZE4' where id=70; -update noar tt set v1='RLLMLTGMYGT9V8VJQA5E4DPIHLIWEE28ARTJX25B0EONDI1JD7YQ8OAPLT38WBAY31I9XEVC11U6GGNXM1F8R4B3R9HBY8B64XJQ20OQRH9FDF5OQUI23OMECWMGXGMZKLW0HSTXL7WZY4KVF6BNNLUBECLJ0ZLO5A2T8PLF3H2N5IDBUDI93Q62X934O7LE4UKCKB5WUHIYWXE0LAYIK1OMD5TJYM44CRDZBR49D2CH6G9WPH56KVHDFGQNDHB7Z' where id=70; -update noar ti set v1='RLLMLTGMYGT9V8VJQA5E4DPIHLIWEE28ARTJX25B0EONDI1JD7YQ8OAPLT38WBAY31I9XEVC11U6GGNXM1F8R4B3R9HBY8B64XJQ20OQRH9FDF5OQUI23OMECWMGXGMZKLW0HSTXL7WZY4KVF6BNNLUBECLJ0ZLO5A2T8PLF3H2N5IDBUDI93Q62X934O7LE4UKCKB5WUHIYWXE0LAYIK1OMD5TJYM44CRDZBR49D2CH6G9WPH56KVHDFGQNDHB7Z' where id=70; -update noar tt set v2='71HCX56X32H1ENTBBYO3RJLHXK9V27BSV76U8Q89ULS8NVP29QNEFT10OPZDG6CJPNF5A50J15XBBGS6G7JL1J5Z0IKO104OJ8FF3QP1Z1MPV8YQJBSEYRROA01FX4XEZGNW0SSASBRIIMJ9529SQ9O8KPKZUB2IVX30X6T59ZJN97KSZZ72VP1IB8MBQWJN1E6X5POX7DDOD29BQ3D605EBLW4A7DPPQ3R9W7NOE37B0AIAD8RW9XGEE01O5BSFF' where id=70; -update noar ti set v2='71HCX56X32H1ENTBBYO3RJLHXK9V27BSV76U8Q89ULS8NVP29QNEFT10OPZDG6CJPNF5A50J15XBBGS6G7JL1J5Z0IKO104OJ8FF3QP1Z1MPV8YQJBSEYRROA01FX4XEZGNW0SSASBRIIMJ9529SQ9O8KPKZUB2IVX30X6T59ZJN97KSZZ72VP1IB8MBQWJN1E6X5POX7DDOD29BQ3D605EBLW4A7DPPQ3R9W7NOE37B0AIAD8RW9XGEE01O5BSFF' where id=70; -update noar tt set v3='FJLY9YYJ55F8J5PY3TRDWUNXG61YX3AIX8TOYYJTEZIRC9FSU4RBNWELRFXGPJCAVMCP1Y4NRWW78IIVF9Z4VPC6ZJW0B7QTMSTH28R4M8XZ049MJE28MTTT4OLMA2P5RP2OJSQBFRTOZZ5L1N5IQM7AC1BHE3IS990MO3IYEFX27LMYWGVBT0JXZFK4JAE5DVLDA07R7SSP7KNB08KJT8EKA7W4WI24MGFEF46MX906J6JXEGO2NHR865X7NF6KX' where id=70; -update noar ti set v3='FJLY9YYJ55F8J5PY3TRDWUNXG61YX3AIX8TOYYJTEZIRC9FSU4RBNWELRFXGPJCAVMCP1Y4NRWW78IIVF9Z4VPC6ZJW0B7QTMSTH28R4M8XZ049MJE28MTTT4OLMA2P5RP2OJSQBFRTOZZ5L1N5IQM7AC1BHE3IS990MO3IYEFX27LMYWGVBT0JXZFK4JAE5DVLDA07R7SSP7KNB08KJT8EKA7W4WI24MGFEF46MX906J6JXEGO2NHR865X7NF6KX' where id=70; -update noar tt set v0='9DZYQUSF9OTXF1YUWN6YFPG2ML3927OMDJWVQ6IV9SHJ6HDPKYA7HLWCYHCFUNTEFPFVW9T90ZS9IG8SINX8A49FLY5OFYDUMZ1PK6AXJPTY7ZQ0BZLUSOTIX32AD32KJRY8G5N3YAMWKNCQQ93N7UH0GVVR3JYT4X5DX4ZSK50ZLR3CA38W4JF3GVF7N06QM5AJWWUQ9K0PVI65MUZW5LE09O55039ZSTOUFDZ71ZEOH2R8LVO4L9J7MOYM2BMK1' where id=71; -update noar ti set v0='9DZYQUSF9OTXF1YUWN6YFPG2ML3927OMDJWVQ6IV9SHJ6HDPKYA7HLWCYHCFUNTEFPFVW9T90ZS9IG8SINX8A49FLY5OFYDUMZ1PK6AXJPTY7ZQ0BZLUSOTIX32AD32KJRY8G5N3YAMWKNCQQ93N7UH0GVVR3JYT4X5DX4ZSK50ZLR3CA38W4JF3GVF7N06QM5AJWWUQ9K0PVI65MUZW5LE09O55039ZSTOUFDZ71ZEOH2R8LVO4L9J7MOYM2BMK1' where id=71; -update noar tt set v1='N240W1BCFPSUI0MJEUYL970QF0D90E18ZTX0W5OPTNSBW964IUD65418K86X0P0AYMAR0LDV8317K7EX6BWDKK0KXFJ0WRRGKXDXIYE58TMKI9BLDRMDYB2EECS6SDXL08CHAE3GB0KUN904QQ30Y908DPYMPUSDRAV87B9KGMMXLI2DFCZENNCM27GB5C165UMNFGV31K78YTW2NWC2CJ2NA3LBPI2ADM73447QTTQ1FS70V6WD510INK7C5DNLN' where id=71; -update noar ti set v1='N240W1BCFPSUI0MJEUYL970QF0D90E18ZTX0W5OPTNSBW964IUD65418K86X0P0AYMAR0LDV8317K7EX6BWDKK0KXFJ0WRRGKXDXIYE58TMKI9BLDRMDYB2EECS6SDXL08CHAE3GB0KUN904QQ30Y908DPYMPUSDRAV87B9KGMMXLI2DFCZENNCM27GB5C165UMNFGV31K78YTW2NWC2CJ2NA3LBPI2ADM73447QTTQ1FS70V6WD510INK7C5DNLN' where id=71; -update noar tt set v2='622H5KHPBYEHO700WGUETVRWFOFJT2P0BZ2F7VBK205FBIKIU326XWYTELKQOUHJM8VYF5BW5C4PT0QUZ2IONGB9WX0U0EPSP9EREKZFMCHHKX40RKU55KWU5M3IWX2MBJIUM0V409UHR59HVU1NCJ0VOT703CGY5PC97YNOA8K9MDBTDRSBYTZC5067NOC9HI1MWHEWROUTW5JO1JO3V5E8KWJGFA9ZSUJK8J5FM3KXY9O9S6PQUWSP2RH1E8QWL' where id=71; -update noar ti set v2='622H5KHPBYEHO700WGUETVRWFOFJT2P0BZ2F7VBK205FBIKIU326XWYTELKQOUHJM8VYF5BW5C4PT0QUZ2IONGB9WX0U0EPSP9EREKZFMCHHKX40RKU55KWU5M3IWX2MBJIUM0V409UHR59HVU1NCJ0VOT703CGY5PC97YNOA8K9MDBTDRSBYTZC5067NOC9HI1MWHEWROUTW5JO1JO3V5E8KWJGFA9ZSUJK8J5FM3KXY9O9S6PQUWSP2RH1E8QWL' where id=71; -update noar tt set v3='693SVWB0NU7A8QNGNZUT2YSF0WOCLP26FH657DB76LJN47KRGPPOEG1JVE3K50XIOZHSN5J417ZNQDYWK4HZ9SFN96LL96YSXB3GDLOBBH4VWXOHE21HZ3ST2QX2LAMAZTKQR7AUSKNPOHJVORIY2YG91AD7NO31B53M05B2UZPFZ6M418I04JECNJY2PM3HNCENRH565YNJFWIGN6S4QNYG0KRYFIQ60MGS4YYO77R0OQJK99XTLUNVWPVHM7IDA' where id=71; -update noar ti set v3='693SVWB0NU7A8QNGNZUT2YSF0WOCLP26FH657DB76LJN47KRGPPOEG1JVE3K50XIOZHSN5J417ZNQDYWK4HZ9SFN96LL96YSXB3GDLOBBH4VWXOHE21HZ3ST2QX2LAMAZTKQR7AUSKNPOHJVORIY2YG91AD7NO31B53M05B2UZPFZ6M418I04JECNJY2PM3HNCENRH565YNJFWIGN6S4QNYG0KRYFIQ60MGS4YYO77R0OQJK99XTLUNVWPVHM7IDA' where id=71; -update noar tt set v0='4KVBI2G1BE6ZJC0ACZ25H195H8N0EGB00HGKZXXV2802TCJYXTR8SZQTW14ROQAZ8LDS61N8AUFGQUNXJQ19R547NY6WJ9WUA47ZZ4FQDAGSHAGRNZWNJC7Y3GSPUPIBKP9FCF15EP8PIDCOV3ZTLX5VAY933EWUKSBNDQYIWN2JIWCUOK0KAY2UCTRHVWSUWJR28H8BVNLDJTDDV29FUSGC71V33YH16GDC4VI3380U0G8LUAFRD823MKEM43F1V' where id=72; -update noar ti set v0='4KVBI2G1BE6ZJC0ACZ25H195H8N0EGB00HGKZXXV2802TCJYXTR8SZQTW14ROQAZ8LDS61N8AUFGQUNXJQ19R547NY6WJ9WUA47ZZ4FQDAGSHAGRNZWNJC7Y3GSPUPIBKP9FCF15EP8PIDCOV3ZTLX5VAY933EWUKSBNDQYIWN2JIWCUOK0KAY2UCTRHVWSUWJR28H8BVNLDJTDDV29FUSGC71V33YH16GDC4VI3380U0G8LUAFRD823MKEM43F1V' where id=72; -update noar tt set v1='5C9L72EGNPN3XEIC0S8YJX2S4BNQ5FNZ1SLA2KTRF523Q8GJG7B8J4LC8G9I1H6NCI49EUHBS57PV72WWC5XIXBIU5J69QZLNGXHYSIOF4L8VDPCNMB21S9TWQAX3WIVMSVCPD7KRWPIGNDGBFJG385DOBXVF0L86D7GMP1F1NJGM5NOUQWEWIB9E0XWH94YQWYOVS8AOT3QSHTYBZOWFQ3KMF8D2SWTV5GAC0AE2SLCWNT7WUWPGFQZQA89KM7GO' where id=72; -update noar ti set v1='5C9L72EGNPN3XEIC0S8YJX2S4BNQ5FNZ1SLA2KTRF523Q8GJG7B8J4LC8G9I1H6NCI49EUHBS57PV72WWC5XIXBIU5J69QZLNGXHYSIOF4L8VDPCNMB21S9TWQAX3WIVMSVCPD7KRWPIGNDGBFJG385DOBXVF0L86D7GMP1F1NJGM5NOUQWEWIB9E0XWH94YQWYOVS8AOT3QSHTYBZOWFQ3KMF8D2SWTV5GAC0AE2SLCWNT7WUWPGFQZQA89KM7GO' where id=72; -update noar tt set v2='UZB1VBNEW0BS1PH85F5DTEWFBB0HICPLT3G8NB92FZ01EK6DR0851HNNHRW5ISJ37WMJJR23GDU3U5UAI1V27F2IBZJF0B6154EQ7MX3EP62Q4ES37CG3QZRJHERXTD9U8JLAJ6UH2XPERL0AS87WUCR9J31WWIGG8E8H5E9NT1K427AYWXBSGI0PI5L13F6UABYP5BNENNNUFEHQPLQCRBOQBUFYJ7LIXT4AUEXHCZXBKCLS6OEZJ24AADFQS4P3' where id=72; -update noar ti set v2='UZB1VBNEW0BS1PH85F5DTEWFBB0HICPLT3G8NB92FZ01EK6DR0851HNNHRW5ISJ37WMJJR23GDU3U5UAI1V27F2IBZJF0B6154EQ7MX3EP62Q4ES37CG3QZRJHERXTD9U8JLAJ6UH2XPERL0AS87WUCR9J31WWIGG8E8H5E9NT1K427AYWXBSGI0PI5L13F6UABYP5BNENNNUFEHQPLQCRBOQBUFYJ7LIXT4AUEXHCZXBKCLS6OEZJ24AADFQS4P3' where id=72; -update noar tt set v3='M9KJ479UTCMETO0MI3SMJLXD47GS0FZ4B3PCN6G50SW38DM3Y8K8KTYK2CI8Q8XC1L1G5IYOSS6ITKLI7PK4WXMNF5N9LVR7XJY51ZQHMFL3M8GZHTQO5DROTOT3SKZ9K528B8XBW9FZX97Y29I6WN5WCKSU4QSU3KAKV1L5WHNOMFNS8Y0TBEMC2EPPZKXVIASWB98TYC4RCURHHZI1KG7HYF32XU1N5OEKI61A4KK0IXRZUYUWJCF5ASV8OTM4F' where id=72; -update noar ti set v3='M9KJ479UTCMETO0MI3SMJLXD47GS0FZ4B3PCN6G50SW38DM3Y8K8KTYK2CI8Q8XC1L1G5IYOSS6ITKLI7PK4WXMNF5N9LVR7XJY51ZQHMFL3M8GZHTQO5DROTOT3SKZ9K528B8XBW9FZX97Y29I6WN5WCKSU4QSU3KAKV1L5WHNOMFNS8Y0TBEMC2EPPZKXVIASWB98TYC4RCURHHZI1KG7HYF32XU1N5OEKI61A4KK0IXRZUYUWJCF5ASV8OTM4F' where id=72; -update noar tt set v0='7NEC4XECTR7ZW4IJASRU3H7WQGZ9T48SKRZB5J96H6124LC35990VQ1TXGGA1PYMWIH0HKOBIKBACX5Q8XE8A46HZQG9U1GIZJ01E2Y0C97IIKRLJBPWALKO71DRKXP7UA6B1JQ3L5YE3Q98R1ZIHLR4VLOZB46T7YMJHN75MIQ2S31TA4A9A9WX8JN83ZZYTWITPL748FS7AF7986FX2H6UQYESKHGB6NI26PS0PSWGES36AMXHBOZ2KNW5YD3LH' where id=73; -update noar ti set v0='7NEC4XECTR7ZW4IJASRU3H7WQGZ9T48SKRZB5J96H6124LC35990VQ1TXGGA1PYMWIH0HKOBIKBACX5Q8XE8A46HZQG9U1GIZJ01E2Y0C97IIKRLJBPWALKO71DRKXP7UA6B1JQ3L5YE3Q98R1ZIHLR4VLOZB46T7YMJHN75MIQ2S31TA4A9A9WX8JN83ZZYTWITPL748FS7AF7986FX2H6UQYESKHGB6NI26PS0PSWGES36AMXHBOZ2KNW5YD3LH' where id=73; -update noar tt set v1='C812P5RL4RLS0I5886A1PMR43QI83FMX77FNE69GENXR9ZMSAKJGZQ3DBPR1C64ZP9LQTA27G7NBZPUGLDRBP7VYNXQ8ATX2RE13OVY9X0WU1KE3O436F04H69S4XZD7U2F98Q248D2QQHS53N8A6I6IDDF9UOF1O3QG41381YTTK1V18EZGNW51588P9DZJCNXE8CJU7GN3M0DSEG31OW47JY7P2WO9R6RFIG9Y0WJUICW8PHMF2R5Y0IE49UZL0' where id=73; -update noar ti set v1='C812P5RL4RLS0I5886A1PMR43QI83FMX77FNE69GENXR9ZMSAKJGZQ3DBPR1C64ZP9LQTA27G7NBZPUGLDRBP7VYNXQ8ATX2RE13OVY9X0WU1KE3O436F04H69S4XZD7U2F98Q248D2QQHS53N8A6I6IDDF9UOF1O3QG41381YTTK1V18EZGNW51588P9DZJCNXE8CJU7GN3M0DSEG31OW47JY7P2WO9R6RFIG9Y0WJUICW8PHMF2R5Y0IE49UZL0' where id=73; -update noar tt set v2='WO8RCONG3AO65JYG2X4N02QYFQGU66QPSD6XANXR578LZ4C54R6MAXMPRWV371MZXNX94XKNZKN717QJ90ZBHF24J36UFI0430JPZZZ7HRWJB8GHAP8MKQ61XICSE0OI97DACR42F69CTXNLH3E7SSGYVDD7CHEPYMV286HS5CFAMJ8Z6SCDPK9SGS4QO82VTYJBBFYSCW09GMMR8OL36DHAWQBQT2FV2NK45KGL38WAEW9U0FZ73TRETTHMBYDNJ' where id=73; -update noar ti set v2='WO8RCONG3AO65JYG2X4N02QYFQGU66QPSD6XANXR578LZ4C54R6MAXMPRWV371MZXNX94XKNZKN717QJ90ZBHF24J36UFI0430JPZZZ7HRWJB8GHAP8MKQ61XICSE0OI97DACR42F69CTXNLH3E7SSGYVDD7CHEPYMV286HS5CFAMJ8Z6SCDPK9SGS4QO82VTYJBBFYSCW09GMMR8OL36DHAWQBQT2FV2NK45KGL38WAEW9U0FZ73TRETTHMBYDNJ' where id=73; -update noar tt set v3='8FS8A49KS3S2J7ZNUKIVYD8CR1N0SUV8UK1NWBKF8R2GOE1MSDVJLZPY6QZVAHESK0LSENBZIQ5IC86GI1DM0HWYRZEEY5JD19SNNED8E861RG3WT365K0V0N36B0SCRDGS3F5J7NG3RGDIY3U8ZJJCF2RMJ3NLYHAF5CLVCEZT3FN1X2C4B0S5H7V193QB9Z03JEHDBMH3PKPWZBF2XU913FHBN52EGEY9T88KT8WJHCN98JET6RMRFRCC36GPXW' where id=73; -update noar ti set v3='8FS8A49KS3S2J7ZNUKIVYD8CR1N0SUV8UK1NWBKF8R2GOE1MSDVJLZPY6QZVAHESK0LSENBZIQ5IC86GI1DM0HWYRZEEY5JD19SNNED8E861RG3WT365K0V0N36B0SCRDGS3F5J7NG3RGDIY3U8ZJJCF2RMJ3NLYHAF5CLVCEZT3FN1X2C4B0S5H7V193QB9Z03JEHDBMH3PKPWZBF2XU913FHBN52EGEY9T88KT8WJHCN98JET6RMRFRCC36GPXW' where id=73; -update noar tt set v0='9YNN9O1R1E5LJZ5KIIMVNEVFBFSV5ZHUFOJCJS4AOO6SUX1PN3UIS1PNBTLXD3I1DPMX7JX1JTFACPGBDDZ0XA5M3DQ91WNJK41VCB8OKB1LOWH1L6IE78HHTJ67J7O1XB44432Y1JLJLUE26PRBUYMXSTMTPWWZ4XCMQTDMG1SFG2W9UH3O6OT4XJKMMPS8BMGKHGXW85PLSKRNHA63MUBR63LU11B6ZUDQ0LMGIH2V725V7BNVTYIHB7728T8FZ' where id=74; -update noar ti set v0='9YNN9O1R1E5LJZ5KIIMVNEVFBFSV5ZHUFOJCJS4AOO6SUX1PN3UIS1PNBTLXD3I1DPMX7JX1JTFACPGBDDZ0XA5M3DQ91WNJK41VCB8OKB1LOWH1L6IE78HHTJ67J7O1XB44432Y1JLJLUE26PRBUYMXSTMTPWWZ4XCMQTDMG1SFG2W9UH3O6OT4XJKMMPS8BMGKHGXW85PLSKRNHA63MUBR63LU11B6ZUDQ0LMGIH2V725V7BNVTYIHB7728T8FZ' where id=74; -update noar tt set v1='OH77FS0E3VHZUNSGAC9ZG4SULNF66MVU6JENVIOISFZ4MIO24O6R2V9QWBET1PVSBO4W2NSWBM479O3G5RB0BF62CJ6FD817P7CW7ZZY04QGCJXA88GKU4RJ1RE6QJT8NK093EKPRJWQ6Y5MQHHMKW5914BPRD65FQ5WHY8Q0GMGQD2OU6BDKOVDS6OWWLI59C7RNHV8XX6X5BUWGR5V3WPRN68LPLEFIVQ2B5BCV9FJXH4ESJPTBF4I1YIX22LXE' where id=74; -update noar ti set v1='OH77FS0E3VHZUNSGAC9ZG4SULNF66MVU6JENVIOISFZ4MIO24O6R2V9QWBET1PVSBO4W2NSWBM479O3G5RB0BF62CJ6FD817P7CW7ZZY04QGCJXA88GKU4RJ1RE6QJT8NK093EKPRJWQ6Y5MQHHMKW5914BPRD65FQ5WHY8Q0GMGQD2OU6BDKOVDS6OWWLI59C7RNHV8XX6X5BUWGR5V3WPRN68LPLEFIVQ2B5BCV9FJXH4ESJPTBF4I1YIX22LXE' where id=74; -update noar tt set v2='A7U95GIVHS3RJI0XLFMEOCUD7F4SS5BGHSY53I6RO7WBYKW2P2UFS7TT6LF8QCDKL8LRMXQX80MGJGN29T0FDOMQRHVT0PJMY4SODMCOLHPVOS4GQVEEJXN9VXJ39DOMW823K2WXFFY9CUB5XFD3VN8F414YTAECKL1OZ6F0F3BHTYATE5WL8VPUHZODGSI95FFI55OY2GWJ0F5R3QLWQTWRM9S86FJ14CWVG1GTYPU6TMV3BQXCF15GHMSGKR6G6' where id=74; -update noar ti set v2='A7U95GIVHS3RJI0XLFMEOCUD7F4SS5BGHSY53I6RO7WBYKW2P2UFS7TT6LF8QCDKL8LRMXQX80MGJGN29T0FDOMQRHVT0PJMY4SODMCOLHPVOS4GQVEEJXN9VXJ39DOMW823K2WXFFY9CUB5XFD3VN8F414YTAECKL1OZ6F0F3BHTYATE5WL8VPUHZODGSI95FFI55OY2GWJ0F5R3QLWQTWRM9S86FJ14CWVG1GTYPU6TMV3BQXCF15GHMSGKR6G6' where id=74; -update noar tt set v3='4K0AMB69AHAMZSR7S5O0PLJ76BKVAYIE2O320HMUQJFAX22TFO3S35MIQ4GIJI9KMOQOBA9RPNHMS1T6CFWH5EVI78JQQR9IDBY46WRJVCYCZ8M6YQGQBP9AVC0AD2DS2IBW2HNXD9HOXF1AT7KRHCT4YHP2Z1BPTV7DHMW2EAABY3K698S9836N2AINOUNPLCHQDITXA6U8GYC8KAJOZZJ58JEQXBIRUT3SL2XZWULU5KAS4UW2MOEUUVUSE4SA5' where id=74; -update noar ti set v3='4K0AMB69AHAMZSR7S5O0PLJ76BKVAYIE2O320HMUQJFAX22TFO3S35MIQ4GIJI9KMOQOBA9RPNHMS1T6CFWH5EVI78JQQR9IDBY46WRJVCYCZ8M6YQGQBP9AVC0AD2DS2IBW2HNXD9HOXF1AT7KRHCT4YHP2Z1BPTV7DHMW2EAABY3K698S9836N2AINOUNPLCHQDITXA6U8GYC8KAJOZZJ58JEQXBIRUT3SL2XZWULU5KAS4UW2MOEUUVUSE4SA5' where id=74; -update noar tt set v0='MAXJK8SCOJ2E8T4VMQ261YKS5WC8TEA9US5KBXUC1T6226LYKNQMSWTIN3A7HZM01SS3WHI1OCNRRJQEJDO1DB2GLHANX99YH1TNCRYWBJ4FDV795TOA1PTTY0G7QS7DGEKL7B4TY5N4V8TLAZWDFWEC52ONF1GICCQO0V8UGVSV797VUREEEFI7ZWB1OYO3IT9BQHEED4L9JWKWDBW2WIFPUWHBZH6QJBNGOQET8HM4WMIXNUSVFJNSSTPDP5THO' where id=75; -update noar ti set v0='MAXJK8SCOJ2E8T4VMQ261YKS5WC8TEA9US5KBXUC1T6226LYKNQMSWTIN3A7HZM01SS3WHI1OCNRRJQEJDO1DB2GLHANX99YH1TNCRYWBJ4FDV795TOA1PTTY0G7QS7DGEKL7B4TY5N4V8TLAZWDFWEC52ONF1GICCQO0V8UGVSV797VUREEEFI7ZWB1OYO3IT9BQHEED4L9JWKWDBW2WIFPUWHBZH6QJBNGOQET8HM4WMIXNUSVFJNSSTPDP5THO' where id=75; -update noar tt set v1='AVWI8Y3F2LZ4J0IROPDULWOK9XE9GVUIEBO3VUBMSZW1I7RAGGMKEC1A0YN7M6AQT5QEYJFMB6RT5V2SNPSFVFHENSO0X5OGAFPMG95OQZ1LE3XVDD9IJTEG9U7QV249F805C0R4KN71LEF9I2CNPUH8IGZ9IMNBXXLM5S2GL6USLIJVUKSXWJVFNYIAZAIZNT0DOH9FFBP4DK9X6LYIC6E8ZZBZP7TD1ZA0TBW8HUKO1U41JGF5JF0FIDPRKRLB4' where id=75; -update noar ti set v1='AVWI8Y3F2LZ4J0IROPDULWOK9XE9GVUIEBO3VUBMSZW1I7RAGGMKEC1A0YN7M6AQT5QEYJFMB6RT5V2SNPSFVFHENSO0X5OGAFPMG95OQZ1LE3XVDD9IJTEG9U7QV249F805C0R4KN71LEF9I2CNPUH8IGZ9IMNBXXLM5S2GL6USLIJVUKSXWJVFNYIAZAIZNT0DOH9FFBP4DK9X6LYIC6E8ZZBZP7TD1ZA0TBW8HUKO1U41JGF5JF0FIDPRKRLB4' where id=75; -update noar tt set v2='J2WRIE1SYM8DB6EARECT01QBP6L7359A2ZLH49103EOZ0723AMYCJJNTGNF7F4NZPLUK0NZTJ3X3EGNWIQ7S0P5FNSST5BJ1EZ6NL2U85HQKGM4DYQVUR8O9EASGOI7TJWUMG6RTADPYNPIN227SK3AHTZHYJ7J7U0K1PWXNZO7UL6NK13GS6S5IXM498CM1YUTC24CG5B8JT3T654I33WM7Q0QGYO62ATVEJSHK6IN5TH8SGGE0NDFF8T6C4APFJ' where id=75; -update noar ti set v2='J2WRIE1SYM8DB6EARECT01QBP6L7359A2ZLH49103EOZ0723AMYCJJNTGNF7F4NZPLUK0NZTJ3X3EGNWIQ7S0P5FNSST5BJ1EZ6NL2U85HQKGM4DYQVUR8O9EASGOI7TJWUMG6RTADPYNPIN227SK3AHTZHYJ7J7U0K1PWXNZO7UL6NK13GS6S5IXM498CM1YUTC24CG5B8JT3T654I33WM7Q0QGYO62ATVEJSHK6IN5TH8SGGE0NDFF8T6C4APFJ' where id=75; -update noar tt set v3='QCF18C0GDB9XJ99UOJ5V5NSHX52SMX4NJCX6YM31XUWCRYOY8BT7HW330ML84ZOJAORF23HL13X9H3FI780K5BML23CE5RKD8MSP5Q4U5PIC3CPVJCO81S7INPU5X1SC1WJK66PSIP3QFLYMZ60MTBDMPZR1YQ0X6BDJQGPHJYXSAV8GH7Q5SBUCT4BGXAFWEWCNTH35QN2S6BRKRI094JGRY2K5EBUMS6H1BBI1YY8T2MCVE9W33CMG2X41MBLXC' where id=75; -update noar ti set v3='QCF18C0GDB9XJ99UOJ5V5NSHX52SMX4NJCX6YM31XUWCRYOY8BT7HW330ML84ZOJAORF23HL13X9H3FI780K5BML23CE5RKD8MSP5Q4U5PIC3CPVJCO81S7INPU5X1SC1WJK66PSIP3QFLYMZ60MTBDMPZR1YQ0X6BDJQGPHJYXSAV8GH7Q5SBUCT4BGXAFWEWCNTH35QN2S6BRKRI094JGRY2K5EBUMS6H1BBI1YY8T2MCVE9W33CMG2X41MBLXC' where id=75; -update noar tt set v0='71NT19EP84082NY6CJRT4GT5F4VRZHBW4BFBCZWDGYJA5PMNIDJHVP1LHXSMZ22GPH9RWCWE809VIVSA05G6SHT3GHU9TC0V8G8KJTSRK43X5X6EN4DT02EBN3YOVMZMAQL9O9WXLZLJVIHUZS9P1O5NNGVUEOMNT1P9HTI2BNTGLZSNCU59ZQO2B2HI1CD2K330OG33KETLRHM0KZHWY6EGLN5U36F3AN4E4RASWVIF0BQML8CQIK5DFOTWSV1I0' where id=76; -update noar ti set v0='71NT19EP84082NY6CJRT4GT5F4VRZHBW4BFBCZWDGYJA5PMNIDJHVP1LHXSMZ22GPH9RWCWE809VIVSA05G6SHT3GHU9TC0V8G8KJTSRK43X5X6EN4DT02EBN3YOVMZMAQL9O9WXLZLJVIHUZS9P1O5NNGVUEOMNT1P9HTI2BNTGLZSNCU59ZQO2B2HI1CD2K330OG33KETLRHM0KZHWY6EGLN5U36F3AN4E4RASWVIF0BQML8CQIK5DFOTWSV1I0' where id=76; -update noar tt set v1='BH3KTNOGM94BEH1J2QNK4XOSZIPMXR2G3NXCTRMZFPJOHXTDJU0ZTHK26W6M7J6O1SJLBOD46LI99XVF9KUGCWK81D6AWNUF1VEG8BEL8SYYTB7MX3DISRLI1B4OEZFXZL0UGWQ0R8KBZL774R4GZPI5T2N4NE8YAT5MDCHX7DBVDLKG4YHGV07LBAM7UHOVHQ961WA3TTR0F1743P7P65VIRGN1NMPZP2K3JILT2WFKKTWEX16GZ5RQJS5N99WM0' where id=76; -update noar ti set v1='BH3KTNOGM94BEH1J2QNK4XOSZIPMXR2G3NXCTRMZFPJOHXTDJU0ZTHK26W6M7J6O1SJLBOD46LI99XVF9KUGCWK81D6AWNUF1VEG8BEL8SYYTB7MX3DISRLI1B4OEZFXZL0UGWQ0R8KBZL774R4GZPI5T2N4NE8YAT5MDCHX7DBVDLKG4YHGV07LBAM7UHOVHQ961WA3TTR0F1743P7P65VIRGN1NMPZP2K3JILT2WFKKTWEX16GZ5RQJS5N99WM0' where id=76; -update noar tt set v2='MYG9WC3PCRJPG9WTEVI0QBKKXNL6MVRDED81DBONL7F1AK717OXTOPMJ44W4441A7UGOBO1OFFEB25TH6QNBUFHVJDO2BZHQTLX4G6LVWF9KS6KQ4DKP8X9YKQQBVJ8V29QRE8N8874BQRUVWTLPW74P13S5IVTCBMLVYODQDV6502G6FUDPY569AVTP7SFWZCVF6CCJQHSFO9JHXNSOF2EA03CYOE0B2DWS7T3GYJ9Y393SR9UBMRPMDJKNQKB0C' where id=76; -update noar ti set v2='MYG9WC3PCRJPG9WTEVI0QBKKXNL6MVRDED81DBONL7F1AK717OXTOPMJ44W4441A7UGOBO1OFFEB25TH6QNBUFHVJDO2BZHQTLX4G6LVWF9KS6KQ4DKP8X9YKQQBVJ8V29QRE8N8874BQRUVWTLPW74P13S5IVTCBMLVYODQDV6502G6FUDPY569AVTP7SFWZCVF6CCJQHSFO9JHXNSOF2EA03CYOE0B2DWS7T3GYJ9Y393SR9UBMRPMDJKNQKB0C' where id=76; -update noar tt set v3='ZKJR74B19LYTUC4TO15X0I15TZYO0P75YBNV2J3J6T844G08HKUS1Z1LBTKIXWXFGZU77ZTJYVY8TQSO1RFLHZL2XYNRBDL1UCAZMKDZMCK10RM3EM2Y1MW43MGNB2YBS39CMFD6Q9WE6ZIX7CG2P57P006HRKBMUAPOY73LGKRHX09AF8YFSS8TNBWV3E0VE23BV7V3HPBV29JY0C4EUMGL9O75G3OJJOOCRS2NBBSY2LVON6R8G4XKI7VI3882A' where id=76; -update noar ti set v3='ZKJR74B19LYTUC4TO15X0I15TZYO0P75YBNV2J3J6T844G08HKUS1Z1LBTKIXWXFGZU77ZTJYVY8TQSO1RFLHZL2XYNRBDL1UCAZMKDZMCK10RM3EM2Y1MW43MGNB2YBS39CMFD6Q9WE6ZIX7CG2P57P006HRKBMUAPOY73LGKRHX09AF8YFSS8TNBWV3E0VE23BV7V3HPBV29JY0C4EUMGL9O75G3OJJOOCRS2NBBSY2LVON6R8G4XKI7VI3882A' where id=76; -update noar tt set v0='QEH9QBXR6Q0RUU6VID14PBM1C134IF7ENG6IJUG13TCEEC7P3OO36I6RJMVMBAE47I5KE4856CKGR4YCMKHE4VZWK6R51FXBANSRRSD82NG5X1UFMOIGVTICZSZ7TKYGMOK8YHRD6W5DT8MBYWT5N6Q9KOJKJFFQTGMK13TC40BLF42JR2B5NJTKX1UM0YA05GR108UFGJGN2Q1DD4UCJKC6X2LEBR2RY5FIX9KZ796RMIYFUAQSK73WDJR3K85B0' where id=77; -update noar ti set v0='QEH9QBXR6Q0RUU6VID14PBM1C134IF7ENG6IJUG13TCEEC7P3OO36I6RJMVMBAE47I5KE4856CKGR4YCMKHE4VZWK6R51FXBANSRRSD82NG5X1UFMOIGVTICZSZ7TKYGMOK8YHRD6W5DT8MBYWT5N6Q9KOJKJFFQTGMK13TC40BLF42JR2B5NJTKX1UM0YA05GR108UFGJGN2Q1DD4UCJKC6X2LEBR2RY5FIX9KZ796RMIYFUAQSK73WDJR3K85B0' where id=77; -update noar tt set v1='ZP4W6KPAR1T6WTWH2MCFRENMQRJJRB66HEG089L5LM728YT3XIF5RVQJ3HSQRRE7G698ABL2LHUEF8UL53CKSZHMSIBNAJPQZS0NJ9UY88HC9OZFIYPEC522AMQZ55A01ZOE6HW3GK3EIF9P6GKJXDQ1DAKMV7RE2B6DRGDUO0J5PINNG1AYSFCQ8QF0CCPWQ06WX3YFW66KF3Z51LNJUROM3TNTK3S22NB3RDLFKUU57OG2FGI40U2U0SKZY8A82' where id=77; -update noar ti set v1='ZP4W6KPAR1T6WTWH2MCFRENMQRJJRB66HEG089L5LM728YT3XIF5RVQJ3HSQRRE7G698ABL2LHUEF8UL53CKSZHMSIBNAJPQZS0NJ9UY88HC9OZFIYPEC522AMQZ55A01ZOE6HW3GK3EIF9P6GKJXDQ1DAKMV7RE2B6DRGDUO0J5PINNG1AYSFCQ8QF0CCPWQ06WX3YFW66KF3Z51LNJUROM3TNTK3S22NB3RDLFKUU57OG2FGI40U2U0SKZY8A82' where id=77; -update noar tt set v2='34NNL1Y93SHGO2RMH8CGKUXEPYHS4GGK7I3EH6ZPS34D2EO6G4G4AXQQHICGC37UI1XGMPH54E0QC6E6EDN4F543YZ5WPQTZWND9V72NW9BC0ZQUAOBQAR60CDGHDY97O95UZHI7HFQBQY5NVXBMGP7UTVIRAANZ9IA015ELU2G7GUB37XZ1Z8VMVK96VRB8056XIQPS2SP1Z57SZ0EZ3YM8IN9G3IDMB54HQ9OFK0QU3BQERN4T5OOR7PXPXE2QN' where id=77; -update noar ti set v2='34NNL1Y93SHGO2RMH8CGKUXEPYHS4GGK7I3EH6ZPS34D2EO6G4G4AXQQHICGC37UI1XGMPH54E0QC6E6EDN4F543YZ5WPQTZWND9V72NW9BC0ZQUAOBQAR60CDGHDY97O95UZHI7HFQBQY5NVXBMGP7UTVIRAANZ9IA015ELU2G7GUB37XZ1Z8VMVK96VRB8056XIQPS2SP1Z57SZ0EZ3YM8IN9G3IDMB54HQ9OFK0QU3BQERN4T5OOR7PXPXE2QN' where id=77; -update noar tt set v3='QQRW0CJ6DVZKHMMCDAN0UYIJVJHDIYAXQ239COEG1Q6CH3DA41E6175QW3FSVI87T9INMJ0EZ15NXPE029KLECDS02L6LW3FVFOUVNIVCOI249MS0OZRN2YNLH3OG8W56LXCOU98NOTOAQECGXVA1304KMFLTZ17MQD5CGFSBFDWCC2F5DRNBAIJHMMW4BACUOEGR8EL8T8XD8L4ETKY4RBA9898QCGI5B7JBQXJ1HV6FBATOQW5IS7N0A4LORH42' where id=77; -update noar ti set v3='QQRW0CJ6DVZKHMMCDAN0UYIJVJHDIYAXQ239COEG1Q6CH3DA41E6175QW3FSVI87T9INMJ0EZ15NXPE029KLECDS02L6LW3FVFOUVNIVCOI249MS0OZRN2YNLH3OG8W56LXCOU98NOTOAQECGXVA1304KMFLTZ17MQD5CGFSBFDWCC2F5DRNBAIJHMMW4BACUOEGR8EL8T8XD8L4ETKY4RBA9898QCGI5B7JBQXJ1HV6FBATOQW5IS7N0A4LORH42' where id=77; -update noar tt set v0='M1TGPFZ27BNJ9HWFB6BWQU9T9J8OXRDSODTL3SMEIYA9J2YG3UIBCNR7YDIH5D3QY81FHBG2WVTO8J9ZA8JGK6GPJG9QD8JXFVI00R9L5KLQQILFULHREK1IN9ABI64EDC081J730AFPLLSUPF6ULW6IVB9DJ1E0J54UMITLZ94VV2JR2CIG1KGU2MYOCT7XB0P6SA7FLBL6KGFVFLJQTITRU0J14JRIQR239Z54YEB5BRSXHVMG5L1UOJQAGOUET' where id=78; -update noar ti set v0='M1TGPFZ27BNJ9HWFB6BWQU9T9J8OXRDSODTL3SMEIYA9J2YG3UIBCNR7YDIH5D3QY81FHBG2WVTO8J9ZA8JGK6GPJG9QD8JXFVI00R9L5KLQQILFULHREK1IN9ABI64EDC081J730AFPLLSUPF6ULW6IVB9DJ1E0J54UMITLZ94VV2JR2CIG1KGU2MYOCT7XB0P6SA7FLBL6KGFVFLJQTITRU0J14JRIQR239Z54YEB5BRSXHVMG5L1UOJQAGOUET' where id=78; -update noar tt set v1='E45HRG2PE82P2VMGLRV8ITBZOIGC0ROVAD2JNN60W9OLJ1MFE083QW3CVV3TB27XNU8YTKO4KFJFHG3W1UASL4AQR1ERT3RSW2OR5U3MDL0A9RJN2SEFG8ICL9UPZSL93UNR4LCR00A6W21O7K3CFP1XL238PS7OR71JTUPSR4GM947O0IXQJB735GGA1R1UNX1PNTBPP12KP3H1LKFCQW4H9HWUSIUZBT8PQI0V36LJ18ZR9D3QYAT9LB6IW7Z61' where id=78; -update noar ti set v1='E45HRG2PE82P2VMGLRV8ITBZOIGC0ROVAD2JNN60W9OLJ1MFE083QW3CVV3TB27XNU8YTKO4KFJFHG3W1UASL4AQR1ERT3RSW2OR5U3MDL0A9RJN2SEFG8ICL9UPZSL93UNR4LCR00A6W21O7K3CFP1XL238PS7OR71JTUPSR4GM947O0IXQJB735GGA1R1UNX1PNTBPP12KP3H1LKFCQW4H9HWUSIUZBT8PQI0V36LJ18ZR9D3QYAT9LB6IW7Z61' where id=78; -update noar tt set v2='LT422FNS340WVO7BROC6N63A63S388BF4TD1NJOVN6M2ULE9USLIZS2CD5GGLO9VIM4ZV07VU6QLA5VFZ10P2AJT5CL1CGW4FK1AESTHRUFNBHFDENW8OY6IWTDG7988B9WARPGM41CGSS6VDH7X84SQ6Z1JQDRWD5Z1HI2EUM9143P7OIGQMPBIZ64QQEMQ5USVWFZ1W8RP8Y23QJMFSYXABVVTXAF56JGCCOTICUTLZ7E6H5L6LJI9CJBLLLG4R' where id=78; -update noar ti set v2='LT422FNS340WVO7BROC6N63A63S388BF4TD1NJOVN6M2ULE9USLIZS2CD5GGLO9VIM4ZV07VU6QLA5VFZ10P2AJT5CL1CGW4FK1AESTHRUFNBHFDENW8OY6IWTDG7988B9WARPGM41CGSS6VDH7X84SQ6Z1JQDRWD5Z1HI2EUM9143P7OIGQMPBIZ64QQEMQ5USVWFZ1W8RP8Y23QJMFSYXABVVTXAF56JGCCOTICUTLZ7E6H5L6LJI9CJBLLLG4R' where id=78; -update noar tt set v3='2RRQQ3G33WUF5HHKU4ZEP20VX1I8YPRAIPYL8AKIP8ZGF3MIHY0K2MA4KFOD6IEGSSWQKBWLERQNS3OQ97CF8CROIC7IJ9FBXIRL39EIB2277KCX5PI977TJX07WP7TZ4XRQTCS26VS3IZFRHE2ECUP2N1G8SGN2DRAXK5APLP39WAN5KEVTN8VBWAGSE3EED3ZLYVR6QXXMZGLDN4QVEAMR9N0IEICCSRAHJLZIH7QS1PM6YWQPBSTXIQIFO9S07' where id=78; -update noar ti set v3='2RRQQ3G33WUF5HHKU4ZEP20VX1I8YPRAIPYL8AKIP8ZGF3MIHY0K2MA4KFOD6IEGSSWQKBWLERQNS3OQ97CF8CROIC7IJ9FBXIRL39EIB2277KCX5PI977TJX07WP7TZ4XRQTCS26VS3IZFRHE2ECUP2N1G8SGN2DRAXK5APLP39WAN5KEVTN8VBWAGSE3EED3ZLYVR6QXXMZGLDN4QVEAMR9N0IEICCSRAHJLZIH7QS1PM6YWQPBSTXIQIFO9S07' where id=78; -update noar tt set v0='GEY2MGKDC0A7ZOV2SCLHGJLN0UFEP867IBZZJ0KHNUKNAGNMTKLOSDO1A3I06AVWSUE5YTNMG4MB72EHJDYZFE82PGOTOFEAMMHSTQS6JTPXHL2JV9EGXXZY79VR271YWQVHPBPG491H57QDTNXJ1NF28RG7MXKRRGIE08SMIJA7OB8HYOKR7S8KAICAAIYQH6UHVG64IKIYA906ELD7KIA0GRSCJ8F9HJ5DD2ACBXWWPGPXY3K5SS1KLRCVYHBV8' where id=79; -update noar ti set v0='GEY2MGKDC0A7ZOV2SCLHGJLN0UFEP867IBZZJ0KHNUKNAGNMTKLOSDO1A3I06AVWSUE5YTNMG4MB72EHJDYZFE82PGOTOFEAMMHSTQS6JTPXHL2JV9EGXXZY79VR271YWQVHPBPG491H57QDTNXJ1NF28RG7MXKRRGIE08SMIJA7OB8HYOKR7S8KAICAAIYQH6UHVG64IKIYA906ELD7KIA0GRSCJ8F9HJ5DD2ACBXWWPGPXY3K5SS1KLRCVYHBV8' where id=79; -update noar tt set v1='AUR8O25HT1TRD66PAM3XUVR1X2UFPNO54QXGDTP03OWAIDQLPEPOQ2Y5YX3O1X9HWFPKM76DWEXSHRDIPR791Q9J30NQA24W5MF6MFBMSVR5DQ1X5V8ZOF93X1H4GK0DLP1Z8FQFDXGGMJ2M8G0RH9838AB8T3GSTLU9Q95XY5RJSV9NQ8XMUMFOX3VNDP4CBL58A57EWDGQO2C63I6TGQULG6W5H3DJT2I7VVN90N6ZNK7CLJ5LR0UHU4MTMWUJ0' where id=79; -update noar ti set v1='AUR8O25HT1TRD66PAM3XUVR1X2UFPNO54QXGDTP03OWAIDQLPEPOQ2Y5YX3O1X9HWFPKM76DWEXSHRDIPR791Q9J30NQA24W5MF6MFBMSVR5DQ1X5V8ZOF93X1H4GK0DLP1Z8FQFDXGGMJ2M8G0RH9838AB8T3GSTLU9Q95XY5RJSV9NQ8XMUMFOX3VNDP4CBL58A57EWDGQO2C63I6TGQULG6W5H3DJT2I7VVN90N6ZNK7CLJ5LR0UHU4MTMWUJ0' where id=79; -update noar tt set v2='HBOTJ0QPHI55D8MEL74B22UE5YGMR4HXPZ85D1X0FIFEY47WAAW44JIAQIH0MHTI4TXEGRR56CZ3IH7OA6DTWFYHCIQLWHMH9THFS46AKSYSSAGKJU3YP81RLTD4LFFLQMYKBWLEXGYEB4XG8ACGU2TR0QX7HT0QYR3LVEUB1LHFS3Q1YPPIJMNTJFMXZNOOWBSOCQYMIYY5F37RHC45X600YYHBCGPM5U7BHI4FVSD16S1XXVGVBFJAPVF0DBH1L' where id=79; -update noar ti set v2='HBOTJ0QPHI55D8MEL74B22UE5YGMR4HXPZ85D1X0FIFEY47WAAW44JIAQIH0MHTI4TXEGRR56CZ3IH7OA6DTWFYHCIQLWHMH9THFS46AKSYSSAGKJU3YP81RLTD4LFFLQMYKBWLEXGYEB4XG8ACGU2TR0QX7HT0QYR3LVEUB1LHFS3Q1YPPIJMNTJFMXZNOOWBSOCQYMIYY5F37RHC45X600YYHBCGPM5U7BHI4FVSD16S1XXVGVBFJAPVF0DBH1L' where id=79; -update noar tt set v3='KLVA79QM3ENX2ZEDQJ0G0YFX7MG38YA7XVGNI74NRSIGCO2140FROZV5S5GUV62XB4X859ZXJHNZY03R02CLTSZY3A66Z9N52S2P8Z8R2PJR3AKZDRKZHLKC59WX7ZLTKOCEKN2TCL3P3ZJ1MKBWBMZE4LPWAVFLQPIUR4A3L599QK6J456QKNVGXTC8EMNBLRMEXW2OFFLHG0MPU9RDOFTZSWRPA84F602YTXRK39WHXWIM6TNWPXT4IBR0IG1BT' where id=79; -update noar ti set v3='KLVA79QM3ENX2ZEDQJ0G0YFX7MG38YA7XVGNI74NRSIGCO2140FROZV5S5GUV62XB4X859ZXJHNZY03R02CLTSZY3A66Z9N52S2P8Z8R2PJR3AKZDRKZHLKC59WX7ZLTKOCEKN2TCL3P3ZJ1MKBWBMZE4LPWAVFLQPIUR4A3L599QK6J456QKNVGXTC8EMNBLRMEXW2OFFLHG0MPU9RDOFTZSWRPA84F602YTXRK39WHXWIM6TNWPXT4IBR0IG1BT' where id=79; -update noar tt set v0='13F7SG1T7D1P1IUD396Y3NKF692WWAOKBT5I0CYSZ3CCLJ3VWAPQCJLD31CFSLN6IRV1GPWEQG0NA1XMW7NHH1CG3DF0Z1NYQJE5UUXHMR79XSRFHHXF3814FOD276ILSAZ5G2KOTKQV61PLIGW5XVFKHJV5O6DW5F4AAWRMXGKT54K1HBAUHC5K60Y60EYZDBVXPFOCRYS61XFI2QCM9ZYJJBDLG9TXL0BZ85DUGLOR3YH5SX54TK92QYPUYULQL' where id=80; -update noar ti set v0='13F7SG1T7D1P1IUD396Y3NKF692WWAOKBT5I0CYSZ3CCLJ3VWAPQCJLD31CFSLN6IRV1GPWEQG0NA1XMW7NHH1CG3DF0Z1NYQJE5UUXHMR79XSRFHHXF3814FOD276ILSAZ5G2KOTKQV61PLIGW5XVFKHJV5O6DW5F4AAWRMXGKT54K1HBAUHC5K60Y60EYZDBVXPFOCRYS61XFI2QCM9ZYJJBDLG9TXL0BZ85DUGLOR3YH5SX54TK92QYPUYULQL' where id=80; -update noar tt set v1='57LW6PGG89D3EYVEKMN3JHTTFVPGO0JJP20MY2ZNJ1OOKV2KKWP2MB7KBN86LAO3W1WAOIUNRU4ZHFBU8LSI95I0A0ZEMRO75BLQV4Z7Y6HALJAUXRFL8K4QXO2BJH1A0XLA5WTISN8FIJS5SUJXMYMFT6GPQS3W3JIO55027QC7Q9B22MCIV0BYVXIWA4RB6R9BA0Y0Q50ZSZ9LXE1RBXYHMQJLWYMZRQNQ90J06P1DK3Y5UAWC3MQ1B1MGD36BE' where id=80; -update noar ti set v1='57LW6PGG89D3EYVEKMN3JHTTFVPGO0JJP20MY2ZNJ1OOKV2KKWP2MB7KBN86LAO3W1WAOIUNRU4ZHFBU8LSI95I0A0ZEMRO75BLQV4Z7Y6HALJAUXRFL8K4QXO2BJH1A0XLA5WTISN8FIJS5SUJXMYMFT6GPQS3W3JIO55027QC7Q9B22MCIV0BYVXIWA4RB6R9BA0Y0Q50ZSZ9LXE1RBXYHMQJLWYMZRQNQ90J06P1DK3Y5UAWC3MQ1B1MGD36BE' where id=80; -update noar tt set v2='ODJUG17MEZYWLG2TVEEKZ9GD8Z35RE87C4HM07SF05KGBJUNCJR31PTR29VWETVYJSZCHPEVGP3JU2IKZRSZMA2M1LPLLTK0HDULTQIJA2UATWJG0CO03Q9AL3HUJMJNIK1VB2LTERNXOIG016LTMLA2O2ZWCR5F3EN1WG9YZQ4NUYDYAA0MUWO2N6HUO9O86M04JDSTLAJW0PNDQ6XQ7TIDJT8C4JEUTZPU6W78H7V5XM4D0W5OT9DLFIZHGJBI4' where id=80; -update noar ti set v2='ODJUG17MEZYWLG2TVEEKZ9GD8Z35RE87C4HM07SF05KGBJUNCJR31PTR29VWETVYJSZCHPEVGP3JU2IKZRSZMA2M1LPLLTK0HDULTQIJA2UATWJG0CO03Q9AL3HUJMJNIK1VB2LTERNXOIG016LTMLA2O2ZWCR5F3EN1WG9YZQ4NUYDYAA0MUWO2N6HUO9O86M04JDSTLAJW0PNDQ6XQ7TIDJT8C4JEUTZPU6W78H7V5XM4D0W5OT9DLFIZHGJBI4' where id=80; -update noar tt set v3='SXUVWLXMZXSDJP6JGBYTFAB8B39TO6H7DUQFRZTGQJBPXMWA66FOOP4HFMEWQ4T2WDP2FRRF2HUHEOYZDQ2XHFSFSSRSXAW0NRL9478791RSMAREXVNVUXCAVIR5UPTJF2V4TT05FYD4K4PBGBZWUMSL0SU21S6C54SY8AO4U74DP7L16NQL1NFNZXEB8B3YAGBN7E97R4BXDAAWIFSLFWDSK1RGI48B3I9RXBR2LQXJL469L29WZRC4XD7GYPW2B' where id=80; -update noar ti set v3='SXUVWLXMZXSDJP6JGBYTFAB8B39TO6H7DUQFRZTGQJBPXMWA66FOOP4HFMEWQ4T2WDP2FRRF2HUHEOYZDQ2XHFSFSSRSXAW0NRL9478791RSMAREXVNVUXCAVIR5UPTJF2V4TT05FYD4K4PBGBZWUMSL0SU21S6C54SY8AO4U74DP7L16NQL1NFNZXEB8B3YAGBN7E97R4BXDAAWIFSLFWDSK1RGI48B3I9RXBR2LQXJL469L29WZRC4XD7GYPW2B' where id=80; -update noar tt set v0='AMLT048K0KR7Q5L8C2BYU1BNGZ3081ZJOGPUCL9DD8XS7V3DVMJE6C47MLFE8SWHZLEEV7E2S6Z9FOP1FH61NLUU6463OUAWB0WF6JZWM3DNNSUHNQ6WNGB7RO96VRSS2GDYIH7HVKEM090TNV7VSBBQ0K7I6OHNSBDJKCV4E30NI4UUV978CCWKCXL49EL197ZZJSTFZHP05GGDPKXCMSHY91LR2VJYGPBD4K0W8U12Y1QHXAPB73UTZG662KSKO' where id=81; -update noar ti set v0='AMLT048K0KR7Q5L8C2BYU1BNGZ3081ZJOGPUCL9DD8XS7V3DVMJE6C47MLFE8SWHZLEEV7E2S6Z9FOP1FH61NLUU6463OUAWB0WF6JZWM3DNNSUHNQ6WNGB7RO96VRSS2GDYIH7HVKEM090TNV7VSBBQ0K7I6OHNSBDJKCV4E30NI4UUV978CCWKCXL49EL197ZZJSTFZHP05GGDPKXCMSHY91LR2VJYGPBD4K0W8U12Y1QHXAPB73UTZG662KSKO' where id=81; -update noar tt set v1='V6IOC4DMKHUVG4T0VWRVYAYWG7STCVEZEPZWMTE0HIFTR7YBGR8BUY4E8ZSPYVVACFN9MSZZ8LN5Q5FRG8KSNVH8Z32P9SCJSUUHKCZPYC1DPC0ERIZDXOL2NWR1VOLBY688G9I6NI71BQHEGYENHP2F3C0W3C24GUYF6UE26TF64I9KY6HQ0UYBCD9JUTV934RJ13CEEIMUANYVDKKWKO353XW8U3F6ZJCBHOCZXBMH98KNKBZC8R41FOACHC2OG' where id=81; -update noar ti set v1='V6IOC4DMKHUVG4T0VWRVYAYWG7STCVEZEPZWMTE0HIFTR7YBGR8BUY4E8ZSPYVVACFN9MSZZ8LN5Q5FRG8KSNVH8Z32P9SCJSUUHKCZPYC1DPC0ERIZDXOL2NWR1VOLBY688G9I6NI71BQHEGYENHP2F3C0W3C24GUYF6UE26TF64I9KY6HQ0UYBCD9JUTV934RJ13CEEIMUANYVDKKWKO353XW8U3F6ZJCBHOCZXBMH98KNKBZC8R41FOACHC2OG' where id=81; -update noar tt set v2='YNK9KKE2ATAVT3RSUJ5QXUGS0GEAF1SITNX07D5LO24E5O2XY3FIJ0FVHVRA9U7WLF2Z8JZ6FWRX94G8SLMD3XB87YGCD1YXBWJN8R6Y8M4HODECUZG33JHLKANPH0ZY4AZSHL8VNG7R4XDJGIX6ZECZDWJ7XB1UPLTV1NJUCIWY78SLBQLKF9TDJZVJ2KQACAGYLKN3PX0FYV8VRKBRL2SU7TXOHRAY6BDZUQ492KETRCET7VCEUM1YU5B630TLQ' where id=81; -update noar ti set v2='YNK9KKE2ATAVT3RSUJ5QXUGS0GEAF1SITNX07D5LO24E5O2XY3FIJ0FVHVRA9U7WLF2Z8JZ6FWRX94G8SLMD3XB87YGCD1YXBWJN8R6Y8M4HODECUZG33JHLKANPH0ZY4AZSHL8VNG7R4XDJGIX6ZECZDWJ7XB1UPLTV1NJUCIWY78SLBQLKF9TDJZVJ2KQACAGYLKN3PX0FYV8VRKBRL2SU7TXOHRAY6BDZUQ492KETRCET7VCEUM1YU5B630TLQ' where id=81; -update noar tt set v3='9NHLMYS4OLQ6BJF5YP5O2CANJ8NBUVY3ZA3JJ95EK08YB4DWWS0ATU7E9XWQFF6P9RL6K10ZNYYIU8UEE5ULOX7D5Y6XXYHZU6UFE5BJEZMMBTBIB7VJ8A3YRM4IE8BX7C90M4ZX5S8148M8277P68FDZKW8YLUOE9SN5AJORM655P99TYHD8E7N7VMZKNGCCNX3K6S0G7ZH1RMK2ZMY8JCDUWV5N0UGXWAHWCL1X78H9OC41LU0GT5EI4IMEUMG1' where id=81; -update noar ti set v3='9NHLMYS4OLQ6BJF5YP5O2CANJ8NBUVY3ZA3JJ95EK08YB4DWWS0ATU7E9XWQFF6P9RL6K10ZNYYIU8UEE5ULOX7D5Y6XXYHZU6UFE5BJEZMMBTBIB7VJ8A3YRM4IE8BX7C90M4ZX5S8148M8277P68FDZKW8YLUOE9SN5AJORM655P99TYHD8E7N7VMZKNGCCNX3K6S0G7ZH1RMK2ZMY8JCDUWV5N0UGXWAHWCL1X78H9OC41LU0GT5EI4IMEUMG1' where id=81; -update noar tt set v0='DOFCX4P9HYBM8C1ZX6D1AS61K97GR9JFIU2OVM8NH2LKE9ZTZ19RP8KN9I6LYBV8H6KWXETTROSGU32JY0LUC7MOF1N7FWDZF6IIUNABG33LSB8G40OMNMUI9O9QW6A957TFVICO1ZU07HKCSX1N3052GRMTDOB6KZHUVNKKTOQL4V6TC9RFK87HJP64L7SRRBMDHABRI75KAI7CC874N5X8R343ZKQURXTJ30ISRHG9GP9KEHLV7XOT1YHPSUBUP' where id=82; -update noar ti set v0='DOFCX4P9HYBM8C1ZX6D1AS61K97GR9JFIU2OVM8NH2LKE9ZTZ19RP8KN9I6LYBV8H6KWXETTROSGU32JY0LUC7MOF1N7FWDZF6IIUNABG33LSB8G40OMNMUI9O9QW6A957TFVICO1ZU07HKCSX1N3052GRMTDOB6KZHUVNKKTOQL4V6TC9RFK87HJP64L7SRRBMDHABRI75KAI7CC874N5X8R343ZKQURXTJ30ISRHG9GP9KEHLV7XOT1YHPSUBUP' where id=82; -update noar tt set v1='P951KZJ7IBMVZ5FB6QOSCN1PJO04B2515L6CHATG9DBDXL97UIY6S8K9JVAN3JFZG8FC1XNDNSR8KDGWY8XOFIY0RI5Y7MI8XVHUXWGT33I0X2PWPAFG9XXZXC1YMHMH75Y9SN8C7NOED28NDG95JGZDRUSWER42KOVCXBXMIR1586CXTRUUR5AMTB6YYXY8876VZ4TSZPILMZHKBYAMC8AJPVG12FYKTBM7VTTNLH5ITX4B5F55YQHHR3D797DU0' where id=82; -update noar ti set v1='P951KZJ7IBMVZ5FB6QOSCN1PJO04B2515L6CHATG9DBDXL97UIY6S8K9JVAN3JFZG8FC1XNDNSR8KDGWY8XOFIY0RI5Y7MI8XVHUXWGT33I0X2PWPAFG9XXZXC1YMHMH75Y9SN8C7NOED28NDG95JGZDRUSWER42KOVCXBXMIR1586CXTRUUR5AMTB6YYXY8876VZ4TSZPILMZHKBYAMC8AJPVG12FYKTBM7VTTNLH5ITX4B5F55YQHHR3D797DU0' where id=82; -update noar tt set v2='JUZG3XE2ETQ2HU2T1T20X3TB7O2H2SL4375I810IQ4DBZHNNP8AK7H5970SWXTNK2PRBZF3PRV1KT8771G7QST9F29PDK3RK6C6NGV0WKW3FBT6D9DGKNPZWJ5GCZFHJSRV0X4VOIKVS8A40D8BWZN4SPDE32VFBCJ052NJ4TZMF9SDNL0SGNX8MUPIBCLTM4UUMI7XZ2QTPYN10TLI8OJHKE0XUU3J2X6WD0ZMW5TPWJQG41OZMWNDCOFQ7EYPXG' where id=82; -update noar ti set v2='JUZG3XE2ETQ2HU2T1T20X3TB7O2H2SL4375I810IQ4DBZHNNP8AK7H5970SWXTNK2PRBZF3PRV1KT8771G7QST9F29PDK3RK6C6NGV0WKW3FBT6D9DGKNPZWJ5GCZFHJSRV0X4VOIKVS8A40D8BWZN4SPDE32VFBCJ052NJ4TZMF9SDNL0SGNX8MUPIBCLTM4UUMI7XZ2QTPYN10TLI8OJHKE0XUU3J2X6WD0ZMW5TPWJQG41OZMWNDCOFQ7EYPXG' where id=82; -update noar tt set v3='YP41PXNDKYD7BZMXXC6ATY92DIBXGKOES918KQMD2P44FFMWJVYIZAD00SWHN2SRF160YOA6HBB1HNIOC8ZD4VFRDJA4E4WQS0P49N8MGJI73BGZVR2Q8EG8SVXGVY49SCL40E9LE7BN7BT0NDIMFINT63SKSU84QAQOLX3UKZIYTLO8KC1YE1O3TO8277J92DLGVP8P7AMQ6O64PYGIIDVLW39YZX0YPIQNR88561W2FKW8PL7HRDQOLGOKUSM6S' where id=82; -update noar ti set v3='YP41PXNDKYD7BZMXXC6ATY92DIBXGKOES918KQMD2P44FFMWJVYIZAD00SWHN2SRF160YOA6HBB1HNIOC8ZD4VFRDJA4E4WQS0P49N8MGJI73BGZVR2Q8EG8SVXGVY49SCL40E9LE7BN7BT0NDIMFINT63SKSU84QAQOLX3UKZIYTLO8KC1YE1O3TO8277J92DLGVP8P7AMQ6O64PYGIIDVLW39YZX0YPIQNR88561W2FKW8PL7HRDQOLGOKUSM6S' where id=82; -update noar tt set v0='0FCLZOQDMCW8E1R4GHV75SWZRAFRXSD2RG8BDUOOLK6AXBIJP6SBYL6D9L6AK9R646ZVD6Q4NWQR2VO1L7BT6WU9WIRBYMOIJ53SN4BZV0Y3YDT7XESFLFBJQ4K262P0XMJMYBSEWQEMGJEOJS9Q0YO31STLYJGYABDGDTLP5TCO87XKHGLOVEPB1YW4CEVYC7TJ4XR23TK0ABQB3R2QXPDN9THBV1ZM2X7SG4KM5H1L1SS25KM5D8OTIL3BH0GKT' where id=83; -update noar ti set v0='0FCLZOQDMCW8E1R4GHV75SWZRAFRXSD2RG8BDUOOLK6AXBIJP6SBYL6D9L6AK9R646ZVD6Q4NWQR2VO1L7BT6WU9WIRBYMOIJ53SN4BZV0Y3YDT7XESFLFBJQ4K262P0XMJMYBSEWQEMGJEOJS9Q0YO31STLYJGYABDGDTLP5TCO87XKHGLOVEPB1YW4CEVYC7TJ4XR23TK0ABQB3R2QXPDN9THBV1ZM2X7SG4KM5H1L1SS25KM5D8OTIL3BH0GKT' where id=83; -update noar tt set v1='6IFMEMMDPF4GHEWAN2USB2WH4XHP17EXAQFQ63ETCBA7TSZZ0H1WHD4J53W7WMZXXHGGJVKCWACCLOXM380GI8IE9T60MF7T5FQVWYYU22WU9UFZOB4OBIRC74LMIOSOM8FRTKTWTOA2OKPPEV3534SGVZT58A5W1KIXVFP0SLQRGZXLB8XA8F33EXQ04R6W4ZZH14PKQ7PDEOXBGE8CIVSU1U3BZ56Q07UDF0YYKE9Z4KJHH7451XC1WYS06B82I' where id=83; -update noar ti set v1='6IFMEMMDPF4GHEWAN2USB2WH4XHP17EXAQFQ63ETCBA7TSZZ0H1WHD4J53W7WMZXXHGGJVKCWACCLOXM380GI8IE9T60MF7T5FQVWYYU22WU9UFZOB4OBIRC74LMIOSOM8FRTKTWTOA2OKPPEV3534SGVZT58A5W1KIXVFP0SLQRGZXLB8XA8F33EXQ04R6W4ZZH14PKQ7PDEOXBGE8CIVSU1U3BZ56Q07UDF0YYKE9Z4KJHH7451XC1WYS06B82I' where id=83; -update noar tt set v2='MKRVT6JAIFQOWYG4D7L4M36HDUP5438X4HPFGCRTPCIMMXIP4VMFDVWL8NV4LCMZCD2NG09RM0U63UXBSHGY73MO142C4X0O499TQ9TSXEMDYVI1UN4F9QX787NROBJIH9KR0A2IJVOODSZD5Q3137O48N4TUUFWCH5W5YUJPNSZJ282GQF094F979CSQ72TCQOJ05JED1Q6WIGFTBPOML7MEJKII9VYJLMU3NXC5C9GODU4WYNGEQ1S0JN5R0G9H' where id=83; -update noar ti set v2='MKRVT6JAIFQOWYG4D7L4M36HDUP5438X4HPFGCRTPCIMMXIP4VMFDVWL8NV4LCMZCD2NG09RM0U63UXBSHGY73MO142C4X0O499TQ9TSXEMDYVI1UN4F9QX787NROBJIH9KR0A2IJVOODSZD5Q3137O48N4TUUFWCH5W5YUJPNSZJ282GQF094F979CSQ72TCQOJ05JED1Q6WIGFTBPOML7MEJKII9VYJLMU3NXC5C9GODU4WYNGEQ1S0JN5R0G9H' where id=83; -update noar tt set v3='6M2KK5N3FS7VS20V3O2P68RZJOU1DQ3KERUSM2ZXHWAHA03JAZGND8X1ETQMVSIHPW8CVEJBXEW69NCTS74P9872EBRDBMJ2WC1EZ6N0V90XCGZU7UAEXYHRN447P03IYAOC14KLHMKLW7HHUQOWWQ3FX34DR9PWIJD0KH135CXS9ZPYDYACJHD0NHM07JDU3AOJWQ6C1S4GQEM86M6BNIAP2LJEM8OSHVDJB2PEWB7BHTSJFBEFOP3OIDG8L4J4C' where id=83; -update noar ti set v3='6M2KK5N3FS7VS20V3O2P68RZJOU1DQ3KERUSM2ZXHWAHA03JAZGND8X1ETQMVSIHPW8CVEJBXEW69NCTS74P9872EBRDBMJ2WC1EZ6N0V90XCGZU7UAEXYHRN447P03IYAOC14KLHMKLW7HHUQOWWQ3FX34DR9PWIJD0KH135CXS9ZPYDYACJHD0NHM07JDU3AOJWQ6C1S4GQEM86M6BNIAP2LJEM8OSHVDJB2PEWB7BHTSJFBEFOP3OIDG8L4J4C' where id=83; -update noar tt set v0='B25EHGXYV5JOK9HJOHC1W0N00KGR7WXAL3LOS8XP26N6GPDH0J66NF1MFIPTVXB8AMQR92NO7JCU6HM5PIQUMLEKQKOUNTIDI7ILAHUBNDZNA20JX99R5FGQNVMAOBZ7DFMD7UA8OBQ81VXZA1F49M50KURP6WZPWW6C9Q15E2SJFPSM2TSSKTNJKHJJLKI84NDGSITSR4YCKPPPPNGPLZRUPSAIBRD2USLOLGS7L8X9TS35TQP5368KVXF5T4VTL' where id=84; -update noar ti set v0='B25EHGXYV5JOK9HJOHC1W0N00KGR7WXAL3LOS8XP26N6GPDH0J66NF1MFIPTVXB8AMQR92NO7JCU6HM5PIQUMLEKQKOUNTIDI7ILAHUBNDZNA20JX99R5FGQNVMAOBZ7DFMD7UA8OBQ81VXZA1F49M50KURP6WZPWW6C9Q15E2SJFPSM2TSSKTNJKHJJLKI84NDGSITSR4YCKPPPPNGPLZRUPSAIBRD2USLOLGS7L8X9TS35TQP5368KVXF5T4VTL' where id=84; -update noar tt set v1='TWJGKDFNMYNGMY7H75PIGUTMCPGM4CZMVPTKBFYTZ3B11NUCJ3TSZ1ZONHZ4V561J4SIOWAHIQZY8HRBVIMXXYVQMMF32Q1NIPC0V7DDUJYY7JZSLQFVQLPDBSDH4VT08XOXWZE6OV55ZFK2BMP63G8N2DMHZ6OHTLETFQYVED2UNIZ6E2MP1N4NR439AP6QTWF4PFZDFBIST93JIZRXC3RYF44VPGPKPZTY3DT115M8N9NVCW1FPUJE1WI59IY4O' where id=84; -update noar ti set v1='TWJGKDFNMYNGMY7H75PIGUTMCPGM4CZMVPTKBFYTZ3B11NUCJ3TSZ1ZONHZ4V561J4SIOWAHIQZY8HRBVIMXXYVQMMF32Q1NIPC0V7DDUJYY7JZSLQFVQLPDBSDH4VT08XOXWZE6OV55ZFK2BMP63G8N2DMHZ6OHTLETFQYVED2UNIZ6E2MP1N4NR439AP6QTWF4PFZDFBIST93JIZRXC3RYF44VPGPKPZTY3DT115M8N9NVCW1FPUJE1WI59IY4O' where id=84; -update noar tt set v2='SJOWZC3K6H34AAX7NEJPNQAINLA16GL0XPUGWWXEU6W35MV4VMLG5I5XY98ZO8KORGXMSP2XAZLAY8DF12D93TZQCZROGC2FGH6CXA7KTJ69HHW4P4MT43IY8H5U73Z0JOTK612SPYERDYXZ74BDLESGGRNIY1XTE220RMIDJ6TGBTYSFC263J4BE0GFUKNTOYBE1A78NPECPFX9LYSKCO2KPJ276992T6HVM3P7UQ8VIA8A3DI10RR4NB4LOUKYJ' where id=84; -update noar ti set v2='SJOWZC3K6H34AAX7NEJPNQAINLA16GL0XPUGWWXEU6W35MV4VMLG5I5XY98ZO8KORGXMSP2XAZLAY8DF12D93TZQCZROGC2FGH6CXA7KTJ69HHW4P4MT43IY8H5U73Z0JOTK612SPYERDYXZ74BDLESGGRNIY1XTE220RMIDJ6TGBTYSFC263J4BE0GFUKNTOYBE1A78NPECPFX9LYSKCO2KPJ276992T6HVM3P7UQ8VIA8A3DI10RR4NB4LOUKYJ' where id=84; -update noar tt set v3='SOCL23PHZJK56QAB7Z6395PU6EP6M6AKKPJQUCO9LP0IV0XH6CEDV8BXLZ38FBHVYIMBDLR0WLIGSJHAH3OTYWEMHRV64X5NHAH9EZ0J5MIUVK8T1BDBYU94LX0AAF3UFBNV0IP9WIT8991OD3ZBUTBQPI27GMOFUGS1QL59N5MKI0ONF7ZEAYO5T0ILEYLVPX1U7I2GYF1JEED33HQCRQ9YPJUWHWP9NGLTBF3FFKR8RZD64DYL4R0M52GWZQOVY' where id=84; -update noar ti set v3='SOCL23PHZJK56QAB7Z6395PU6EP6M6AKKPJQUCO9LP0IV0XH6CEDV8BXLZ38FBHVYIMBDLR0WLIGSJHAH3OTYWEMHRV64X5NHAH9EZ0J5MIUVK8T1BDBYU94LX0AAF3UFBNV0IP9WIT8991OD3ZBUTBQPI27GMOFUGS1QL59N5MKI0ONF7ZEAYO5T0ILEYLVPX1U7I2GYF1JEED33HQCRQ9YPJUWHWP9NGLTBF3FFKR8RZD64DYL4R0M52GWZQOVY' where id=84; -update noar tt set v0='P28JOIN7NYDCQP380JPX31M167CFI19Y9QQNA7LEDB4OCVDS93H6QINC4MPPE6MMJ7Y4P1KV3VSYU496XDD6D6TZZM2S216R7A2VUES2QH9GM3861AN1Q2J9FBQF9LVV81GVHT7QCRC3G8FP6L0OQJQSLB6H434MHEYW56NJ6H8YRUGKIQ0D9EBHM0K29PC6RG8JMMRW3C95DYUURIXNYYM0LAARQ2GTXUWNFH3S2LNX1ST0ZUU77RR3OSMZBIPJC' where id=85; -update noar ti set v0='P28JOIN7NYDCQP380JPX31M167CFI19Y9QQNA7LEDB4OCVDS93H6QINC4MPPE6MMJ7Y4P1KV3VSYU496XDD6D6TZZM2S216R7A2VUES2QH9GM3861AN1Q2J9FBQF9LVV81GVHT7QCRC3G8FP6L0OQJQSLB6H434MHEYW56NJ6H8YRUGKIQ0D9EBHM0K29PC6RG8JMMRW3C95DYUURIXNYYM0LAARQ2GTXUWNFH3S2LNX1ST0ZUU77RR3OSMZBIPJC' where id=85; -update noar tt set v1='BOWLIV9HON29C29AWYSNPSN5YW8RZCDTV2NWTX9BQNHOL71SL6W2FI12LUYAGLIIYAIQ53UFMMB8ZL8AM88OGWHAFCWKM1CAXMB6CMJ33U3YOVKQKR45D356GN3TLOTJJQIR5T50BEQQVCEQ0WQKA18ZWCWQWW6M04MSTY85KJOO46LS891KU89TYB4SDVDNJJNR83LS7EPBYAI3WLFFBVOIXN7SUPEJMB4C96XTH9VZ20MOFE50EGPCPJTID024D' where id=85; -update noar ti set v1='BOWLIV9HON29C29AWYSNPSN5YW8RZCDTV2NWTX9BQNHOL71SL6W2FI12LUYAGLIIYAIQ53UFMMB8ZL8AM88OGWHAFCWKM1CAXMB6CMJ33U3YOVKQKR45D356GN3TLOTJJQIR5T50BEQQVCEQ0WQKA18ZWCWQWW6M04MSTY85KJOO46LS891KU89TYB4SDVDNJJNR83LS7EPBYAI3WLFFBVOIXN7SUPEJMB4C96XTH9VZ20MOFE50EGPCPJTID024D' where id=85; -update noar tt set v2='SOUR5AWU95987LA1BKJSKXN6LQCGBTRMTTDTWEFAGSE9SPIUJHTYMX83MVKE4GR61YQ2VZ9FCF7U5Q8Y4Q7363WBRAHGMSUWNVIJMXD5LGNWHKQSWUC37VK9B4FGTCDLQ000NOZLVE6D5K1OR31K271BLNDSPV2MINO0KGJUYG7X7OYJI3MCO7OPMUYUW4BQ609BTX86LNPBWWPX9L4P2PB2HINDX4EVNH4Y6DW5ADFZJ265SUNFL6LHPNS2J7852' where id=85; -update noar ti set v2='SOUR5AWU95987LA1BKJSKXN6LQCGBTRMTTDTWEFAGSE9SPIUJHTYMX83MVKE4GR61YQ2VZ9FCF7U5Q8Y4Q7363WBRAHGMSUWNVIJMXD5LGNWHKQSWUC37VK9B4FGTCDLQ000NOZLVE6D5K1OR31K271BLNDSPV2MINO0KGJUYG7X7OYJI3MCO7OPMUYUW4BQ609BTX86LNPBWWPX9L4P2PB2HINDX4EVNH4Y6DW5ADFZJ265SUNFL6LHPNS2J7852' where id=85; -update noar tt set v3='OFT95IE0A713JR984C12GPELKFJXHFK4C9FH293BU8BTCVTP2USR6Q1XIVV2U5CIBVYPK6CYMLCFZKWGSO6QTL7P6XERZK5YLHQSLERKR488COK39IF97LC5V1TAEJB30EUM2S7UIP4UNZUC0C9FT5SE6JJZ881CSB7I654KEBIVM6JDI833Z6MQ62WDQIWJU6WSG9SNSAYN0SRCPDAE4TFWBXTV1P0T1CDH94FRUUYYG6PTMSMNXP2LIQPNHI6AX' where id=85; -update noar ti set v3='OFT95IE0A713JR984C12GPELKFJXHFK4C9FH293BU8BTCVTP2USR6Q1XIVV2U5CIBVYPK6CYMLCFZKWGSO6QTL7P6XERZK5YLHQSLERKR488COK39IF97LC5V1TAEJB30EUM2S7UIP4UNZUC0C9FT5SE6JJZ881CSB7I654KEBIVM6JDI833Z6MQ62WDQIWJU6WSG9SNSAYN0SRCPDAE4TFWBXTV1P0T1CDH94FRUUYYG6PTMSMNXP2LIQPNHI6AX' where id=85; -update noar tt set v0='7UELP5C694PXYWVGALCEANW32QF7VTKTW6JVU45W8Q84U56ZDT5ZXVA0SXC451E1YDVRHZ6G1MYAX80KDFB9KM6PYEC4IZ6AH0W4HQZE9AMUP84OFRY7BISUIUJX4NUFULGOQMBRRT3M2JEK5J166BGAVF0CH9EF29QLQGO0TD1Z57JG9R4SAA9X5O5A75RQPO0TLWP3RSFP6WMWW7T0PNF5FW54N1DUFMHOPZ8C7VBA1W7XEN9SRHZX01IPO0SIY' where id=86; -update noar ti set v0='7UELP5C694PXYWVGALCEANW32QF7VTKTW6JVU45W8Q84U56ZDT5ZXVA0SXC451E1YDVRHZ6G1MYAX80KDFB9KM6PYEC4IZ6AH0W4HQZE9AMUP84OFRY7BISUIUJX4NUFULGOQMBRRT3M2JEK5J166BGAVF0CH9EF29QLQGO0TD1Z57JG9R4SAA9X5O5A75RQPO0TLWP3RSFP6WMWW7T0PNF5FW54N1DUFMHOPZ8C7VBA1W7XEN9SRHZX01IPO0SIY' where id=86; -update noar tt set v1='28TC3K6P40MD5AU2WQ6SVT0RRJB3OI687V90NGA2C24IGDWMV8FQRXFSROJT88HTX2DD4147FZMXT4UQIDLX6SNZOWGTWYEXY1X4DLI98UER1L5VYEPPPTBD5V5W31VER1G11JR2OZEKIWB9KC36ZE2HB64NF7ADH4W5FXQ0USR0N2O20P7M09V6EMQF9UTBEE30I8Y5E1DA56BZGWFI7M6B0V95K8C4KZJXAQ850B364JTUQ43ZGLYHEDWTO6D5A' where id=86; -update noar ti set v1='28TC3K6P40MD5AU2WQ6SVT0RRJB3OI687V90NGA2C24IGDWMV8FQRXFSROJT88HTX2DD4147FZMXT4UQIDLX6SNZOWGTWYEXY1X4DLI98UER1L5VYEPPPTBD5V5W31VER1G11JR2OZEKIWB9KC36ZE2HB64NF7ADH4W5FXQ0USR0N2O20P7M09V6EMQF9UTBEE30I8Y5E1DA56BZGWFI7M6B0V95K8C4KZJXAQ850B364JTUQ43ZGLYHEDWTO6D5A' where id=86; -update noar tt set v2='APW7X4NNHGR8E8JKFQEXT6MV6TFPTKBY5BQ4ZAN5TWLV5JV2Q66U00ICNQHCBQY2SQ0LMS7NV4GWKGH5QNESTH2V9JNVCM9D2Z2J5QC2O39S8ME660EJ6E1A1GX04MSTX4N3CWK5L3XXOFOW236D1MODSB9UEESLROZO2XXC1W9WEZ0DVUQW3HV8OO7EHCKPHSUY9OS61US3AXATC5K163F4WRNJ7QOI7FTGXGI8MLUH0ZHRN1KR1OTEWWBB6B43M' where id=86; -update noar ti set v2='APW7X4NNHGR8E8JKFQEXT6MV6TFPTKBY5BQ4ZAN5TWLV5JV2Q66U00ICNQHCBQY2SQ0LMS7NV4GWKGH5QNESTH2V9JNVCM9D2Z2J5QC2O39S8ME660EJ6E1A1GX04MSTX4N3CWK5L3XXOFOW236D1MODSB9UEESLROZO2XXC1W9WEZ0DVUQW3HV8OO7EHCKPHSUY9OS61US3AXATC5K163F4WRNJ7QOI7FTGXGI8MLUH0ZHRN1KR1OTEWWBB6B43M' where id=86; -update noar tt set v3='TUUK19F8KL53VN9J1OPP65CU9ISFI6910WXSOY1Q1R9TD8WKS2NYADG92QHDP3H30DMWN316A0E3YV3FVUJ7FHWGCQX5KBMFHX2M9XBF2PM68E90AXQCYJX8ISMVQIPGV1WNKJX9VQ8SD0QLUIMUQ8DKHC4W4H33FTBLCAUBHIHAJSUM4HJF31VT7KVHD46II6FE641H9IMDATO61QIZZ3193Y8NI74NBI8PU84B6WBU0M474BLVN37S3SVDXAK2K' where id=86; -update noar ti set v3='TUUK19F8KL53VN9J1OPP65CU9ISFI6910WXSOY1Q1R9TD8WKS2NYADG92QHDP3H30DMWN316A0E3YV3FVUJ7FHWGCQX5KBMFHX2M9XBF2PM68E90AXQCYJX8ISMVQIPGV1WNKJX9VQ8SD0QLUIMUQ8DKHC4W4H33FTBLCAUBHIHAJSUM4HJF31VT7KVHD46II6FE641H9IMDATO61QIZZ3193Y8NI74NBI8PU84B6WBU0M474BLVN37S3SVDXAK2K' where id=86; -update noar tt set v0='W924NAW8RD4RSFVX8J7UOLLJTBENRK0M2W3QCMSGD27WIYXHFUAR98KP309MQVTM89F5SDALA915L5QN1QPV8N18G21D64JL1A0ESHTFC2A3AY2UZ86JXTJFDRILIK55KZMZHUCFQUHUSSO8FKMKN2HBXT6YPKYNZ2Y3VBGN8ON490MHVR8PF2OPSNXWLN6MNAWDNE8TWXIY3S38FRJO53V5WESJX2APQBQS2PVYSZ1AA2RYF49TU6V3IMV7CMP7K' where id=87; -update noar ti set v0='W924NAW8RD4RSFVX8J7UOLLJTBENRK0M2W3QCMSGD27WIYXHFUAR98KP309MQVTM89F5SDALA915L5QN1QPV8N18G21D64JL1A0ESHTFC2A3AY2UZ86JXTJFDRILIK55KZMZHUCFQUHUSSO8FKMKN2HBXT6YPKYNZ2Y3VBGN8ON490MHVR8PF2OPSNXWLN6MNAWDNE8TWXIY3S38FRJO53V5WESJX2APQBQS2PVYSZ1AA2RYF49TU6V3IMV7CMP7K' where id=87; -update noar tt set v1='1WVKVB3U3UUIH5H5PQC1QY6AMRILRTZMDDH1I2DA6TTPEFLY0TRLWJ4TPO7LWIMJZPPO3NF0TV8FAK8C0EQFUYS33H9VQJ5AWOO8RQ3J9VG0ZKOTDC2Y0QBKFVB673WGK3KNLDAIJ0C3X4B39ZV6N8ZJVL4QNJ9QKPAE1DLHK51ADHMVP9Z5BV3GZ7TDBQIRJ4IXF5RAUL5G0XSMO2GNRFRH8GB9G6EBA3SJALT4H888Q271V7F80BH8TC3B8QTTU' where id=87; -update noar ti set v1='1WVKVB3U3UUIH5H5PQC1QY6AMRILRTZMDDH1I2DA6TTPEFLY0TRLWJ4TPO7LWIMJZPPO3NF0TV8FAK8C0EQFUYS33H9VQJ5AWOO8RQ3J9VG0ZKOTDC2Y0QBKFVB673WGK3KNLDAIJ0C3X4B39ZV6N8ZJVL4QNJ9QKPAE1DLHK51ADHMVP9Z5BV3GZ7TDBQIRJ4IXF5RAUL5G0XSMO2GNRFRH8GB9G6EBA3SJALT4H888Q271V7F80BH8TC3B8QTTU' where id=87; -update noar tt set v2='X8CTNJVJXUM3AEPJEPAVUIZ69FDL6YGCIUEYOY3E2L8NAWP6OOXJWHWNM5E0DVD0L8KEOS2F5FOHT4C42ZQ8JJBAC1V4C8H0GNVD81XU0A9LYBWLK948QQLVLJ89XYQ5RNLSWVHJ3460TKYUTWEHF9AA9OAZ8WTBCSYNQEX8PO1AGWXLLPKPVI4DIO2VTQNDT5DU158Q2JXM5CBEP7RGHLPA3JSU77AN5VMIJ655RZWVTQ10GWH5UDGB2FX7KCS06' where id=87; -update noar ti set v2='X8CTNJVJXUM3AEPJEPAVUIZ69FDL6YGCIUEYOY3E2L8NAWP6OOXJWHWNM5E0DVD0L8KEOS2F5FOHT4C42ZQ8JJBAC1V4C8H0GNVD81XU0A9LYBWLK948QQLVLJ89XYQ5RNLSWVHJ3460TKYUTWEHF9AA9OAZ8WTBCSYNQEX8PO1AGWXLLPKPVI4DIO2VTQNDT5DU158Q2JXM5CBEP7RGHLPA3JSU77AN5VMIJ655RZWVTQ10GWH5UDGB2FX7KCS06' where id=87; -update noar tt set v3='20WIS5WIPC05JWKY4TIGBXUBJRX6GT8HTOQSAHCKY6PHOQEF4230DZWMTJ342ACJRBXLKCHNTT0ZSXVPEGS33RB8ISHYQKZKAQ1TM4U9448OZ2VML6HH9Q105H1722V2OU80KWAUHNUYZXS5XUSJXKX4P56ALCJ35A9R58TYXFKIMNGF76MKIA5PRKRNN8PG7E3RLST2ROQWPS2KDU21CPDNC0BW4566Z5TXE26W7W2K6HHW8K8B63GZG3FCQTDT8' where id=87; -update noar ti set v3='20WIS5WIPC05JWKY4TIGBXUBJRX6GT8HTOQSAHCKY6PHOQEF4230DZWMTJ342ACJRBXLKCHNTT0ZSXVPEGS33RB8ISHYQKZKAQ1TM4U9448OZ2VML6HH9Q105H1722V2OU80KWAUHNUYZXS5XUSJXKX4P56ALCJ35A9R58TYXFKIMNGF76MKIA5PRKRNN8PG7E3RLST2ROQWPS2KDU21CPDNC0BW4566Z5TXE26W7W2K6HHW8K8B63GZG3FCQTDT8' where id=87; -update noar tt set v0='U97O0SL9JV96D6A2D39Z50YV8SYRT1B4SZB6UTU6QDH3BFUUQJJAWG30Q58GIGK7COKJEDE0K7ILLCYFI7I0T1KHNGFVDR2IXN8HGVAPZ4WGQCZZPVLFNYHSG5MRCUWTVX2M5C12ZWJ7VBDX4X0V4J7Z3M0WFKPA205P0H2VKGDZJT7ZJYH5YNUVGITKUCZFFWCTC4HNT7XWOHM40BHLJ2G35JBX53VBI39IY2G9AAR2BNGS5A1U9HPCE2ATSULB4' where id=88; -update noar ti set v0='U97O0SL9JV96D6A2D39Z50YV8SYRT1B4SZB6UTU6QDH3BFUUQJJAWG30Q58GIGK7COKJEDE0K7ILLCYFI7I0T1KHNGFVDR2IXN8HGVAPZ4WGQCZZPVLFNYHSG5MRCUWTVX2M5C12ZWJ7VBDX4X0V4J7Z3M0WFKPA205P0H2VKGDZJT7ZJYH5YNUVGITKUCZFFWCTC4HNT7XWOHM40BHLJ2G35JBX53VBI39IY2G9AAR2BNGS5A1U9HPCE2ATSULB4' where id=88; -update noar tt set v1='WTSXJQ67WTTZ1DNKE9X15IDIVFJSYIQIQ4R9BHDCBJ2XBZBSGRNY9O73WU39ATPTMWHKMDCFQXNQ63FZR2SV1J4ASWXFYTVAV12K3U7RQZ6N1UGG2XFPWJ3VSLKZLRUXS9SS2P8247CQBGZGMCIY9LZIP2RGPNP4XRNXAEH8BST21MBC1CDEZ0MMTEX4PTKUGQOZCJ7JVLI3Y2BI7YVHW4NUDZC5UMMDHJV5EIY3A6SJEBL73J2YZDZA266C2S0JV' where id=88; -update noar ti set v1='WTSXJQ67WTTZ1DNKE9X15IDIVFJSYIQIQ4R9BHDCBJ2XBZBSGRNY9O73WU39ATPTMWHKMDCFQXNQ63FZR2SV1J4ASWXFYTVAV12K3U7RQZ6N1UGG2XFPWJ3VSLKZLRUXS9SS2P8247CQBGZGMCIY9LZIP2RGPNP4XRNXAEH8BST21MBC1CDEZ0MMTEX4PTKUGQOZCJ7JVLI3Y2BI7YVHW4NUDZC5UMMDHJV5EIY3A6SJEBL73J2YZDZA266C2S0JV' where id=88; -update noar tt set v2='Z953VOAWBDWIZH408RQYSSZ28SSTHEY58I2FRVJVGMO42KTAJJSL3UDHDGN42CLN3BTJ8GV0KUJCBWZE6XIPDPT2D33C0DHO4U7K8QL4Z1A6AEKTU7P0UU18AZXD9PTLCKRHY1WRIRZUI6W0QXV5G7X6RHMQERD25LVP0ZAD39CCBQI9HNFF7FDSBAGI3IS4UO9AS252GKSQU963IQ27JSA8WNU4VH9INY9722MS4HSNBX3VWGZ99VF84RMZ8SCXJ' where id=88; -update noar ti set v2='Z953VOAWBDWIZH408RQYSSZ28SSTHEY58I2FRVJVGMO42KTAJJSL3UDHDGN42CLN3BTJ8GV0KUJCBWZE6XIPDPT2D33C0DHO4U7K8QL4Z1A6AEKTU7P0UU18AZXD9PTLCKRHY1WRIRZUI6W0QXV5G7X6RHMQERD25LVP0ZAD39CCBQI9HNFF7FDSBAGI3IS4UO9AS252GKSQU963IQ27JSA8WNU4VH9INY9722MS4HSNBX3VWGZ99VF84RMZ8SCXJ' where id=88; -update noar tt set v3='76U1FZRVSCSO9TDC3VM4WUQD2KUGL275IE8GIOX5YROJLZT4YQC5LHSIA224H41HCIG5SSSX6BWWLZIWQJEFMVUTL7K41FLDYWB5QJI3EGOWX9GK1ZI9C0NS30WVLU3EO0EFMQN6VEB8BOJ29Q67QR02V9NLQBUTK8HPA0CVCQE84QQCVTM5OEB1A6KBZLXKYM8J6RNBDAE6K54Z1I6WN0PWMIQFSFM69AF7S4RAQ7P4F8L35N43CKKON42PBA19O' where id=88; -update noar ti set v3='76U1FZRVSCSO9TDC3VM4WUQD2KUGL275IE8GIOX5YROJLZT4YQC5LHSIA224H41HCIG5SSSX6BWWLZIWQJEFMVUTL7K41FLDYWB5QJI3EGOWX9GK1ZI9C0NS30WVLU3EO0EFMQN6VEB8BOJ29Q67QR02V9NLQBUTK8HPA0CVCQE84QQCVTM5OEB1A6KBZLXKYM8J6RNBDAE6K54Z1I6WN0PWMIQFSFM69AF7S4RAQ7P4F8L35N43CKKON42PBA19O' where id=88; -update noar tt set v0='VCG4HHIMNE2CPDDYNIFZXOPGDUKXTZXRDYLKSCYKGJUGLAOXSY0E4A5IK2FFU9SGNM9LCRXFYN2E78POZVRCFZW86GPF13GTSB143PFYAC6MYSV0T5TZ17PEIJPAL4L8XDAYQSI0UL3NNDAD33ZBVNI4CQ1BIQR5YPMDV1JKBAJKMDH50A7LP74UJ04FYS6SU3G7O1VP7BANSEQPP9NUL2TI98FAE82NTKLDB1IVLKPRMSW2UKW6ZKKZFIVSJD1JB' where id=89; -update noar ti set v0='VCG4HHIMNE2CPDDYNIFZXOPGDUKXTZXRDYLKSCYKGJUGLAOXSY0E4A5IK2FFU9SGNM9LCRXFYN2E78POZVRCFZW86GPF13GTSB143PFYAC6MYSV0T5TZ17PEIJPAL4L8XDAYQSI0UL3NNDAD33ZBVNI4CQ1BIQR5YPMDV1JKBAJKMDH50A7LP74UJ04FYS6SU3G7O1VP7BANSEQPP9NUL2TI98FAE82NTKLDB1IVLKPRMSW2UKW6ZKKZFIVSJD1JB' where id=89; -update noar tt set v1='WMRA7SFBWL5UHPKDOLUZKFAJZHL4OE4B9LR2FW274ELGV4V8DNWH5HR1EYULNJ02456Z2DIN14LLJ98HKEVCI515VTUJFC5FJCY0L3REYZD4J3D65R4CIW3652M4N2CB1EDC3FKLI4P51I1D82QFGB9L69VBJSBSXQKL2ZZAKQPWHR7LL4BD2TJ9LPN931MNRAJY0ZGGVM6URDMG1DFVMWPNOKD0TXMJ78Y4KWBRNVUVRIGXA2F9ZZK9SIJMBJI6N' where id=89; -update noar ti set v1='WMRA7SFBWL5UHPKDOLUZKFAJZHL4OE4B9LR2FW274ELGV4V8DNWH5HR1EYULNJ02456Z2DIN14LLJ98HKEVCI515VTUJFC5FJCY0L3REYZD4J3D65R4CIW3652M4N2CB1EDC3FKLI4P51I1D82QFGB9L69VBJSBSXQKL2ZZAKQPWHR7LL4BD2TJ9LPN931MNRAJY0ZGGVM6URDMG1DFVMWPNOKD0TXMJ78Y4KWBRNVUVRIGXA2F9ZZK9SIJMBJI6N' where id=89; -update noar tt set v2='FM64YFV19LCIGG7TPJKDDP32S4HYDTBNLWV8D3J52GB3TGW2GS7710F35S7UC6IA601R9JSHRXEYPPE7WHARTK4KCEWN3IZX7V0ET0X32VCQWTYW1B6U55A53IAERRAMBMQ53F2DKL1615OQMJ0MZRZP32XAUBPP021F29VYPMT070DTCSAZQVK3Z3FVAWNT38MDMJ5G77YSA0XXY1UGCZW80DEPSE7FB2CQ6RXB02QCB7JXVAP4MKVJEFATT5NKE' where id=89; -update noar ti set v2='FM64YFV19LCIGG7TPJKDDP32S4HYDTBNLWV8D3J52GB3TGW2GS7710F35S7UC6IA601R9JSHRXEYPPE7WHARTK4KCEWN3IZX7V0ET0X32VCQWTYW1B6U55A53IAERRAMBMQ53F2DKL1615OQMJ0MZRZP32XAUBPP021F29VYPMT070DTCSAZQVK3Z3FVAWNT38MDMJ5G77YSA0XXY1UGCZW80DEPSE7FB2CQ6RXB02QCB7JXVAP4MKVJEFATT5NKE' where id=89; -update noar tt set v3='NR44FZDD8CTQKCLZYS3KNY37Q8M0RTL0UOCA74W4NV5ELFTNW3PM2HYCVPNGWAINKBJJ45XTEWDGHM8UJEICLM2URD76FPSPIFE854OPKQ0X2HGVF500X44ZQ09X5X6RRDQVIE0CMCPHSQ0G6E44I71EPKB86D0OXGMMMVC0DY61NKI8Y3GBXAC9OTMWP08RB1G2L00FMDVIEIZ53CW1OI6E6UPSLGIX0K00LBE0B91JPO3B73DR94NBPJQXKIUZY' where id=89; -update noar ti set v3='NR44FZDD8CTQKCLZYS3KNY37Q8M0RTL0UOCA74W4NV5ELFTNW3PM2HYCVPNGWAINKBJJ45XTEWDGHM8UJEICLM2URD76FPSPIFE854OPKQ0X2HGVF500X44ZQ09X5X6RRDQVIE0CMCPHSQ0G6E44I71EPKB86D0OXGMMMVC0DY61NKI8Y3GBXAC9OTMWP08RB1G2L00FMDVIEIZ53CW1OI6E6UPSLGIX0K00LBE0B91JPO3B73DR94NBPJQXKIUZY' where id=89; -update noar tt set v0='9RA2VTN2QX9RUZT9O8MBOB7YJB6V2EWXH9BPCH2RNVPNQB6B27NLXRMRQ0U4Q71M5EJKYDLX2WGNFLUPEMX3YT3Q5ZCJROMDXARPDALZG741Q63MYR8BBUPJYHU1B97OE93AZE3HUCB5IU8C3TFROVN3LWA20DRYIJY7WY54YNDPF45B59U0OE9O59NDD325P7LJ3WRIS3L49F7QX7JCHUXNDGZ9PACGIBEDOPE0MQ9OETUQN4DDBZRPI5WRDE2HR' where id=90; -update noar ti set v0='9RA2VTN2QX9RUZT9O8MBOB7YJB6V2EWXH9BPCH2RNVPNQB6B27NLXRMRQ0U4Q71M5EJKYDLX2WGNFLUPEMX3YT3Q5ZCJROMDXARPDALZG741Q63MYR8BBUPJYHU1B97OE93AZE3HUCB5IU8C3TFROVN3LWA20DRYIJY7WY54YNDPF45B59U0OE9O59NDD325P7LJ3WRIS3L49F7QX7JCHUXNDGZ9PACGIBEDOPE0MQ9OETUQN4DDBZRPI5WRDE2HR' where id=90; -update noar tt set v1='H7MXPHCXU68PMAWFC6SU169CQBAWUWUJ1PQOW7W1LXBRHRQGFBWIQ8VC3M7CVLWLSYCSDXTU5VJF03POHY6IT984LBXN5IY33KT1LAVKSD16GZ40AX4IIPBY29LWJSW7OLKID9M6WHWHI2LYMQ4O2DAZJ41L8TNNY9VT3NRP6PBXCOZPF07L9B2VWM8ISOLYN9BA235DWQSZCKON67VC62GM2TD9T9B8U9DCB89CSCS4SR7F0QS3C4EDZ8IRPK3IG' where id=90; -update noar ti set v1='H7MXPHCXU68PMAWFC6SU169CQBAWUWUJ1PQOW7W1LXBRHRQGFBWIQ8VC3M7CVLWLSYCSDXTU5VJF03POHY6IT984LBXN5IY33KT1LAVKSD16GZ40AX4IIPBY29LWJSW7OLKID9M6WHWHI2LYMQ4O2DAZJ41L8TNNY9VT3NRP6PBXCOZPF07L9B2VWM8ISOLYN9BA235DWQSZCKON67VC62GM2TD9T9B8U9DCB89CSCS4SR7F0QS3C4EDZ8IRPK3IG' where id=90; -update noar tt set v2='BERHOT2VM8OBVA2MPC9HOZDS3I5KAXP2CZFF4AC4N8KF0UZEEH3GE756Y7W8C58U21MXFKUMZNYYS4I88JK8UVZ1KAPR495OUUMKLTYBXTG0WPIKALS09QC2AG5GI7L2GJK1YOPJRWMAQ6I3DUJZ78XRLRL0V8M46NLPAF6Q1SHIOJSALM5WKZ6O70ON8RNTNQAC0OD1GL901U1ZMJKWE7XMETT1J0JBGF0BH9JWVMZBYYAKRWNT5GU8MTRX672OB' where id=90; -update noar ti set v2='BERHOT2VM8OBVA2MPC9HOZDS3I5KAXP2CZFF4AC4N8KF0UZEEH3GE756Y7W8C58U21MXFKUMZNYYS4I88JK8UVZ1KAPR495OUUMKLTYBXTG0WPIKALS09QC2AG5GI7L2GJK1YOPJRWMAQ6I3DUJZ78XRLRL0V8M46NLPAF6Q1SHIOJSALM5WKZ6O70ON8RNTNQAC0OD1GL901U1ZMJKWE7XMETT1J0JBGF0BH9JWVMZBYYAKRWNT5GU8MTRX672OB' where id=90; -update noar tt set v3='DG0AZ96PWXZ5SVPKJS4BPMAH2EG1HZDDWDQ1ZEDE23289HXTJC8X1ZNYL6YFA7HVULYRQAIYI83B0KJL81ABAKFT4HIJVODY5I93IRMQ4UB5OJD5IUKK3KUZ0AE0WE6DR0DLQOR658LOE4JIJV5MQSME1TN4L0LGXBQP3BIDC51O5E8QO0A7O15Q6M6CH5422SZONJZ22IZULZ1FFMUN7WOGQO5YNSG45ELUXDDPS3PSV9JSXLIKMETZ49EX0ZX0V' where id=90; -update noar ti set v3='DG0AZ96PWXZ5SVPKJS4BPMAH2EG1HZDDWDQ1ZEDE23289HXTJC8X1ZNYL6YFA7HVULYRQAIYI83B0KJL81ABAKFT4HIJVODY5I93IRMQ4UB5OJD5IUKK3KUZ0AE0WE6DR0DLQOR658LOE4JIJV5MQSME1TN4L0LGXBQP3BIDC51O5E8QO0A7O15Q6M6CH5422SZONJZ22IZULZ1FFMUN7WOGQO5YNSG45ELUXDDPS3PSV9JSXLIKMETZ49EX0ZX0V' where id=90; -update noar tt set v0='BY5VWBEC5OEZECT5LR3XEWZOF0173U98NH3B12LMVHUE46I7IJI7XCT9N19Z15BUYNXL66F9SM3N9B8FBTEBMNGVOB407ZJ4G6L4MDCV9B9MQKH8VSRQKSAZ4WCKJSYHAS4YKWQEYK34SHN50OL3RNZVP8EV597JIZSFJ2SHMJHTL65S4AU7SJGZ9T72JGHK8S2R9M29NDJIC49NIDRWHMYYXFD124QCVB8W8HV8AU2Q3XRFNJWH7XJGJA1483Z5K' where id=91; -update noar ti set v0='BY5VWBEC5OEZECT5LR3XEWZOF0173U98NH3B12LMVHUE46I7IJI7XCT9N19Z15BUYNXL66F9SM3N9B8FBTEBMNGVOB407ZJ4G6L4MDCV9B9MQKH8VSRQKSAZ4WCKJSYHAS4YKWQEYK34SHN50OL3RNZVP8EV597JIZSFJ2SHMJHTL65S4AU7SJGZ9T72JGHK8S2R9M29NDJIC49NIDRWHMYYXFD124QCVB8W8HV8AU2Q3XRFNJWH7XJGJA1483Z5K' where id=91; -update noar tt set v1='XU9BJBHS59RVNU7W4MZDQKQLKV55OE39Z6AELRZDWS9E3T5TH7S68Y2PCDV9KS9LFJHMD9N1GQ2VRJCMQ6OHEYN16S9CSBHLYMWAINSZEWGE7KFBS8V2LNKJJSFGX0AI4XB4UKVJ4K863NPGUFLAG5EYUTI70VA6XZDNFWFLJ6FU24JT5Y7IUYKDFZIF03JWAD5B6T2EG5NP1W1L5QXF8AHL1MOWLVQVFPR1TRP97E1EIQUPNH5FZRRYH6A8IRX2A' where id=91; -update noar ti set v1='XU9BJBHS59RVNU7W4MZDQKQLKV55OE39Z6AELRZDWS9E3T5TH7S68Y2PCDV9KS9LFJHMD9N1GQ2VRJCMQ6OHEYN16S9CSBHLYMWAINSZEWGE7KFBS8V2LNKJJSFGX0AI4XB4UKVJ4K863NPGUFLAG5EYUTI70VA6XZDNFWFLJ6FU24JT5Y7IUYKDFZIF03JWAD5B6T2EG5NP1W1L5QXF8AHL1MOWLVQVFPR1TRP97E1EIQUPNH5FZRRYH6A8IRX2A' where id=91; -update noar tt set v2='Y5XLFYPAC8RVPEJ1B66GRC8KRTF5B8QLD2913Z4BUEFT37B5EMZC7YEQEXD6ZS521BEOOOIDPY769L9BNV4UDAW7TNK5XT9ZNA7N1JR80MQ4IYBXT09SLZFZAAMQAX6JQEF11TIP59VP9DJWAIQ11AF7WNU2PSK2YDAPPC597D2T495U0ZKDWMUHHWKP1CHV5FP9CBKCRDYOZ0MCA8KQQRJLWDFQGOJPIGCZK69R0QBNTMZZHRUTBOGXURB18ZD6Z' where id=91; -update noar ti set v2='Y5XLFYPAC8RVPEJ1B66GRC8KRTF5B8QLD2913Z4BUEFT37B5EMZC7YEQEXD6ZS521BEOOOIDPY769L9BNV4UDAW7TNK5XT9ZNA7N1JR80MQ4IYBXT09SLZFZAAMQAX6JQEF11TIP59VP9DJWAIQ11AF7WNU2PSK2YDAPPC597D2T495U0ZKDWMUHHWKP1CHV5FP9CBKCRDYOZ0MCA8KQQRJLWDFQGOJPIGCZK69R0QBNTMZZHRUTBOGXURB18ZD6Z' where id=91; -update noar tt set v3='OOSZLCXP95N5GMEUKD01RK0TISEK6HY51S9VQFW17ZGTGSM9RKCHTRLY0GLHNUYSYPZSF43BSFUPBLBAF6P5FI714BOQVU15WPB6ELULI8Z7HOWYW2RZ5LK6XTC7RKL8VUZNC13A63C7JKLOZ009VCLQY9QFU1SKLOSMX67SI97VO8YGQ9G36JZGAOK03N0MC8Z2RIR3NV3MNXP5HCDGHY7KFQDE87A7ZSYLH6S5FZH7QEEK725FTYYKBI7JP0T2S' where id=91; -update noar ti set v3='OOSZLCXP95N5GMEUKD01RK0TISEK6HY51S9VQFW17ZGTGSM9RKCHTRLY0GLHNUYSYPZSF43BSFUPBLBAF6P5FI714BOQVU15WPB6ELULI8Z7HOWYW2RZ5LK6XTC7RKL8VUZNC13A63C7JKLOZ009VCLQY9QFU1SKLOSMX67SI97VO8YGQ9G36JZGAOK03N0MC8Z2RIR3NV3MNXP5HCDGHY7KFQDE87A7ZSYLH6S5FZH7QEEK725FTYYKBI7JP0T2S' where id=91; -update noar tt set v0='SWPRMOJ2CCDN6IZKX7XKJ4R33MA06UVL4F2OEDUUS8W3WBWGZG5PHZZZY25FIUY99CG8T7GWGMJIGN4HOIT502VIAA5JNVXAU4VU1O0IL13A5IDGMO2KRVNNU0DI37QWBXB8SP35Q4921639LJMSJGK0TGGT8GF6MCUP87GCX1ZF2ASSQ5SJVQS9Q25EODTI7N38MOION3AC3XQFNJ9KSGJAA3XGM2REU3DR6YIRXUA3UY4ELKZS115XX1PW8K27Z' where id=92; -update noar ti set v0='SWPRMOJ2CCDN6IZKX7XKJ4R33MA06UVL4F2OEDUUS8W3WBWGZG5PHZZZY25FIUY99CG8T7GWGMJIGN4HOIT502VIAA5JNVXAU4VU1O0IL13A5IDGMO2KRVNNU0DI37QWBXB8SP35Q4921639LJMSJGK0TGGT8GF6MCUP87GCX1ZF2ASSQ5SJVQS9Q25EODTI7N38MOION3AC3XQFNJ9KSGJAA3XGM2REU3DR6YIRXUA3UY4ELKZS115XX1PW8K27Z' where id=92; -update noar tt set v1='92Q1PA0BZ0WGRWYO3I24IK5J1BUI8C4B98UGK8Y18SOR56EM9FMXCQUQPM8TUHYOE0H4QHRAUR0NIB7LR3YI9ZNDLDKITD9S17T2UCC1KXAOGVLTRCQQQ09N7HZ85M5P6ORP3EAYOIFAUSHNK4DBTA0KDRR5R1Z26H0653EO5DQSKO9VSAMPBEYSY49APBMQ2DXYHOBSWPPBDZ25UF3I4EM9TJCZS0CV49P0PLZ74JR68NV1EGBEOWX5IKS2T8MR8' where id=92; -update noar ti set v1='92Q1PA0BZ0WGRWYO3I24IK5J1BUI8C4B98UGK8Y18SOR56EM9FMXCQUQPM8TUHYOE0H4QHRAUR0NIB7LR3YI9ZNDLDKITD9S17T2UCC1KXAOGVLTRCQQQ09N7HZ85M5P6ORP3EAYOIFAUSHNK4DBTA0KDRR5R1Z26H0653EO5DQSKO9VSAMPBEYSY49APBMQ2DXYHOBSWPPBDZ25UF3I4EM9TJCZS0CV49P0PLZ74JR68NV1EGBEOWX5IKS2T8MR8' where id=92; -update noar tt set v2='2PLM212TWV9VABPG4RGJEHV3KA8QGKVSN1DXBRUZ3YPH4QJD6L09SO9TCDCU5G7553JEGAA2Z34LO4PZQU522YFSSL09Y22PZG3CISOFTVDDR84Z6ISJ4L59AKNSJ356BEENN4T7RB1Q1MVWA718JV1TAJ1UX61PYL8S8S5IGIT60NR06IAJRQQYNF0IV5LZ8VWQPRMJFZMY6T680466PPFLKUQ8TAP9E0VZUE6GRC3JU2X0ILDZPTZXZ2AG3GLKN' where id=92; -update noar ti set v2='2PLM212TWV9VABPG4RGJEHV3KA8QGKVSN1DXBRUZ3YPH4QJD6L09SO9TCDCU5G7553JEGAA2Z34LO4PZQU522YFSSL09Y22PZG3CISOFTVDDR84Z6ISJ4L59AKNSJ356BEENN4T7RB1Q1MVWA718JV1TAJ1UX61PYL8S8S5IGIT60NR06IAJRQQYNF0IV5LZ8VWQPRMJFZMY6T680466PPFLKUQ8TAP9E0VZUE6GRC3JU2X0ILDZPTZXZ2AG3GLKN' where id=92; -update noar tt set v3='D79Z78HLHH6AIWWOLDW19K4L4GQ3KUA3DMBZXLZ4HQJVK6YHE0WL9MA9VR2HODFIHBPEQZO7GOWIRNC9FF0PFGUW3ZAZY3ZUHPBTT80WJ9RB31XGUYLALD1TETSPMO12TA29FAWFTW2RGHX1SSWRVA484U7MSY960UCKXQ1YNSVG7YBDU6Z7W5AJU9VIJOV111VRFU3H5MLLGQG6ATAW200IN3JFB9Z60ZNW8ED88K251MILAC5Z6K8RZL4TE99CF' where id=92; -update noar ti set v3='D79Z78HLHH6AIWWOLDW19K4L4GQ3KUA3DMBZXLZ4HQJVK6YHE0WL9MA9VR2HODFIHBPEQZO7GOWIRNC9FF0PFGUW3ZAZY3ZUHPBTT80WJ9RB31XGUYLALD1TETSPMO12TA29FAWFTW2RGHX1SSWRVA484U7MSY960UCKXQ1YNSVG7YBDU6Z7W5AJU9VIJOV111VRFU3H5MLLGQG6ATAW200IN3JFB9Z60ZNW8ED88K251MILAC5Z6K8RZL4TE99CF' where id=92; -update noar tt set v0='QDZ079CUL8UK2JIJ60XUAT9PIDM2LLGPPQ8H8SP33IZEG41F7EOIW8BE69IIGCJO4XCORFVIERXCEW5SDR16ONXMF8SMM7ES6ECJ5CN350Y4LQWI9OSN48E88RY6UN00UHJK9RYIFKGK23O24CIUXHJ3SY287YO9WDAYG8N97D3EZZ8HXPF0DH5RFY5KLOF7WW6W7GYFCDEIQN9BMBH6S2ZDSQT008GSJ3QZMWPVC0BAVB1CE2DOHA08JQ9GIZRA1' where id=93; -update noar ti set v0='QDZ079CUL8UK2JIJ60XUAT9PIDM2LLGPPQ8H8SP33IZEG41F7EOIW8BE69IIGCJO4XCORFVIERXCEW5SDR16ONXMF8SMM7ES6ECJ5CN350Y4LQWI9OSN48E88RY6UN00UHJK9RYIFKGK23O24CIUXHJ3SY287YO9WDAYG8N97D3EZZ8HXPF0DH5RFY5KLOF7WW6W7GYFCDEIQN9BMBH6S2ZDSQT008GSJ3QZMWPVC0BAVB1CE2DOHA08JQ9GIZRA1' where id=93; -update noar tt set v1='ITZRRLA40OLHBR9H34H7T0ANTBQC61L659C5AD0BIJMC19DBI7Q4PHIPEMDT6J2EOW8DYFD1SVM7KMBP9B9PQ042DMO04SQS1VLOCKMGZ21163W4DJO0V4FCS8GOYG9V0PUVGZU6E05IOHMWCZYFLVK1JZU6VE6OJOUE9ZDIQ827TZG3MDXJ7I3LGTNOADZ9YYL170WGXNQTWUQYVACWANS1YJRJI1RQ390Q2MF1UNQY6H2130S86MIWXUH3KKKDP' where id=93; -update noar ti set v1='ITZRRLA40OLHBR9H34H7T0ANTBQC61L659C5AD0BIJMC19DBI7Q4PHIPEMDT6J2EOW8DYFD1SVM7KMBP9B9PQ042DMO04SQS1VLOCKMGZ21163W4DJO0V4FCS8GOYG9V0PUVGZU6E05IOHMWCZYFLVK1JZU6VE6OJOUE9ZDIQ827TZG3MDXJ7I3LGTNOADZ9YYL170WGXNQTWUQYVACWANS1YJRJI1RQ390Q2MF1UNQY6H2130S86MIWXUH3KKKDP' where id=93; -update noar tt set v2='D1Y72DH1QHIOQX9DPN8T57KEOAZXWMNB38VWXAPNAUDTUE1HV91LDM3BFWOOHNKP2GPSVMVYSI1HMOJSH4R4SIYSETFCL69U7VDR4E5W56RDSNG1M7HE2F7P8QSEHMCANMD4Q28F8Z520QU7E6JYWYRFEV08MOFR4STUNQZYA4RDGAAU1J90BAA5LOWHDSQE25K49JGFX2V28CWTQQM9LLVEEN6QE47NNFZ6MIN8P6DVWGOOKPUY6S6NUTC2S9TIZ' where id=93; -update noar ti set v2='D1Y72DH1QHIOQX9DPN8T57KEOAZXWMNB38VWXAPNAUDTUE1HV91LDM3BFWOOHNKP2GPSVMVYSI1HMOJSH4R4SIYSETFCL69U7VDR4E5W56RDSNG1M7HE2F7P8QSEHMCANMD4Q28F8Z520QU7E6JYWYRFEV08MOFR4STUNQZYA4RDGAAU1J90BAA5LOWHDSQE25K49JGFX2V28CWTQQM9LLVEEN6QE47NNFZ6MIN8P6DVWGOOKPUY6S6NUTC2S9TIZ' where id=93; -update noar tt set v3='REYJHFU5RDQJF0DFD7KH22V3XJR77N3YJ54E0E8QL7R0OAJU5Z96OEM6JUMEQ9NR3QRF5YTIF96BHJ81M5NETO3ZNPAU98TPADGVYJTHJC2XA3HYOGBX4B14I4B51UPQXQLWII7RBECCFBHWKVI2FEOHISPVN5L04N5D1W4XPUNKC859XTRPE3X9V8Q1TAW972F4N8YZNUJ3925ODDTSA6ETVCN5XRH4XEP2TVO4B3MCQHUS0U1AP8WETSARCMP5V' where id=93; -update noar ti set v3='REYJHFU5RDQJF0DFD7KH22V3XJR77N3YJ54E0E8QL7R0OAJU5Z96OEM6JUMEQ9NR3QRF5YTIF96BHJ81M5NETO3ZNPAU98TPADGVYJTHJC2XA3HYOGBX4B14I4B51UPQXQLWII7RBECCFBHWKVI2FEOHISPVN5L04N5D1W4XPUNKC859XTRPE3X9V8Q1TAW972F4N8YZNUJ3925ODDTSA6ETVCN5XRH4XEP2TVO4B3MCQHUS0U1AP8WETSARCMP5V' where id=93; -update noar tt set v0='09CPJ9QWKQC21LU2VE0WTRVPWJAVEOBOWA4L5XIEZH89Y5M8BLNVUSTVREYST0DL3R4E1FH9UVYR0XDCZ37B7XKJ25BJO39H3BW93FXW2SV2C4M5U50JF9RVMCWSIKMYWD840CZP4USDY0UKY5DOQY5NNFJHCXI22VX6DMCZ6JFJMX3L5HLYKSEXQ2SU1L55ZSZXPUIXD4C9MPWH6NU2QZVIJZO57DACX4BHQ87EA6BHTQPDXIXBLBG4VKOI2PZCF' where id=94; -update noar ti set v0='09CPJ9QWKQC21LU2VE0WTRVPWJAVEOBOWA4L5XIEZH89Y5M8BLNVUSTVREYST0DL3R4E1FH9UVYR0XDCZ37B7XKJ25BJO39H3BW93FXW2SV2C4M5U50JF9RVMCWSIKMYWD840CZP4USDY0UKY5DOQY5NNFJHCXI22VX6DMCZ6JFJMX3L5HLYKSEXQ2SU1L55ZSZXPUIXD4C9MPWH6NU2QZVIJZO57DACX4BHQ87EA6BHTQPDXIXBLBG4VKOI2PZCF' where id=94; -update noar tt set v1='SEVAP6S9DZJOJGXB984FWD0GB3XG8O3EG8OWBF7XIYDG2VTTH6ICMZ0VAMDVW3TYLPVR89EE9MX3W33EHLUL2B2ZDZPKY63NJVW1KXUESP1KXBYW2SJ1SZH2TPDZHH31FETK9S8O4N7G7MNE4DMKLVYY5UMQE1AXZ0K8UVS8KOR2P8V7OYNSDRWSXQ48DZJ0IB4LS145TWD38QEQY4OI7HKMJY82GJNH94DEZ19GOXA4UEFXI1XXPGH7IG8WS5DPY' where id=94; -update noar ti set v1='SEVAP6S9DZJOJGXB984FWD0GB3XG8O3EG8OWBF7XIYDG2VTTH6ICMZ0VAMDVW3TYLPVR89EE9MX3W33EHLUL2B2ZDZPKY63NJVW1KXUESP1KXBYW2SJ1SZH2TPDZHH31FETK9S8O4N7G7MNE4DMKLVYY5UMQE1AXZ0K8UVS8KOR2P8V7OYNSDRWSXQ48DZJ0IB4LS145TWD38QEQY4OI7HKMJY82GJNH94DEZ19GOXA4UEFXI1XXPGH7IG8WS5DPY' where id=94; -update noar tt set v2='FR8S6ZJAFR9MDHPM2KDE5K3OXV7D9DP3VIFH7C9R4Q8C79DUPSVNHUD6I7F9PI0GOD94YT0O5X3IX5WE9VUHJ47WQIDW9BOCVF8FDZ8S9YW2UE1U5H386U8X53RVACHB64VIYUSTBZ2S5KBVTCHT4RVC2HEI5NC49FBZMP785UOVAPFC7T9WSGQO2CHB9B9ZIJABS7US0OJVSRJR6GGEPKRQNO837G0KWOMVBCH77R4E3FQUI5VP29CTGOZJTA2X9' where id=94; -update noar ti set v2='FR8S6ZJAFR9MDHPM2KDE5K3OXV7D9DP3VIFH7C9R4Q8C79DUPSVNHUD6I7F9PI0GOD94YT0O5X3IX5WE9VUHJ47WQIDW9BOCVF8FDZ8S9YW2UE1U5H386U8X53RVACHB64VIYUSTBZ2S5KBVTCHT4RVC2HEI5NC49FBZMP785UOVAPFC7T9WSGQO2CHB9B9ZIJABS7US0OJVSRJR6GGEPKRQNO837G0KWOMVBCH77R4E3FQUI5VP29CTGOZJTA2X9' where id=94; -update noar tt set v3='M0QSCW7STQCRXOO3Y9GXVK417EVJG2GDTDN4NVRSVZAWOP5PMMCJB33CJR5ITNI1NHIG7Q4TEHVWGYRA6AUERJEGB3KYB1O5PEOZQ48Q3TSJ867ZC86Y02OWOP5ZZI0F0MTREN71E3FYFXOTIY9NQLOODMGO0LMKKVRQD9T54I99IE6U343LAUXW20CFGFLU2EZ9T3YRB5CGB2KCV2RLI0X7HPU9R61FMRI2E3S8PHDITQD4KRCEU5M87NL2TKSPG' where id=94; -update noar ti set v3='M0QSCW7STQCRXOO3Y9GXVK417EVJG2GDTDN4NVRSVZAWOP5PMMCJB33CJR5ITNI1NHIG7Q4TEHVWGYRA6AUERJEGB3KYB1O5PEOZQ48Q3TSJ867ZC86Y02OWOP5ZZI0F0MTREN71E3FYFXOTIY9NQLOODMGO0LMKKVRQD9T54I99IE6U343LAUXW20CFGFLU2EZ9T3YRB5CGB2KCV2RLI0X7HPU9R61FMRI2E3S8PHDITQD4KRCEU5M87NL2TKSPG' where id=94; -update noar tt set v0='DBOKEVKO10MXVDPTMT866DJ3NY58HR28BAASPR3UIB282Y59P0SXQ0949OLF4CXZN6YSSXAJOPO1Y2757CYBDL83SVW1EEVKSG61KTHPBPJ5PI8OZZI7WOZ1QF32S6O0HUCUY9XYXYYGA2WBUGQL7TQSNJYVJA9IYNDFPJHXH6IYVLXSLTSZ30AQVF4CZ6O0YDROMEKKDQGBQZRLZ2IVUXZP0WI4MREQ12MNXK540KYB4QFZ03T0MSYHN7QO9PU2Z' where id=95; -update noar ti set v0='DBOKEVKO10MXVDPTMT866DJ3NY58HR28BAASPR3UIB282Y59P0SXQ0949OLF4CXZN6YSSXAJOPO1Y2757CYBDL83SVW1EEVKSG61KTHPBPJ5PI8OZZI7WOZ1QF32S6O0HUCUY9XYXYYGA2WBUGQL7TQSNJYVJA9IYNDFPJHXH6IYVLXSLTSZ30AQVF4CZ6O0YDROMEKKDQGBQZRLZ2IVUXZP0WI4MREQ12MNXK540KYB4QFZ03T0MSYHN7QO9PU2Z' where id=95; -update noar tt set v1='D40IC6Y9E3ZL1D344OYH1WO0231NF2KOBIEFTF4O4R5BNBFLJ6GGBULZJE3686X98JZLA70Y7ZQUUXJANKH62E0CZTKOHWQ45NGMHO8MZPGRG7IROQJFSPVMC7EZGBX8W5ZRDJKY0FCCNV2VXWTJD96LWHLGR57FWQGWQF0K0BD1VCIYIE7TDOA5COTL9RZJR7J6S36HGAYT41C7A6XITBRZYBMDPVXETQARII8O2Q7TP5D86QZAML1G2KTXDXWZS' where id=95; -update noar ti set v1='D40IC6Y9E3ZL1D344OYH1WO0231NF2KOBIEFTF4O4R5BNBFLJ6GGBULZJE3686X98JZLA70Y7ZQUUXJANKH62E0CZTKOHWQ45NGMHO8MZPGRG7IROQJFSPVMC7EZGBX8W5ZRDJKY0FCCNV2VXWTJD96LWHLGR57FWQGWQF0K0BD1VCIYIE7TDOA5COTL9RZJR7J6S36HGAYT41C7A6XITBRZYBMDPVXETQARII8O2Q7TP5D86QZAML1G2KTXDXWZS' where id=95; -update noar tt set v2='W4W77CW3APJ6Q8HC96J5SWR2GG0OQLBD9KRJ3M9VOTK8CI8MMJMPDV4MD0HZYMQBE3UN2C0IOU35GQ3U8E3KN4A7CEAG8O4AP1V5ALNFZJ8D6MA4GAZV3WQFCA5WGWOH6FL7WWIC5TQYQ7L3NEH5MY836NT7MI224JGHYVW1Z9KIUP06KCNDZ945V8BJWUDYWMYYTXHO5QGPCUB0PLVECLLZPN5JWS6CJW53BK9OYEZV9YTQ2R0C0CI67VHYOY417' where id=95; -update noar ti set v2='W4W77CW3APJ6Q8HC96J5SWR2GG0OQLBD9KRJ3M9VOTK8CI8MMJMPDV4MD0HZYMQBE3UN2C0IOU35GQ3U8E3KN4A7CEAG8O4AP1V5ALNFZJ8D6MA4GAZV3WQFCA5WGWOH6FL7WWIC5TQYQ7L3NEH5MY836NT7MI224JGHYVW1Z9KIUP06KCNDZ945V8BJWUDYWMYYTXHO5QGPCUB0PLVECLLZPN5JWS6CJW53BK9OYEZV9YTQ2R0C0CI67VHYOY417' where id=95; -update noar tt set v3='4BBO20SI6KZ43QA7ASYSWV8OA5UQ1IW3H4Y5HCJH2VIN0ZJL3I69ZU4KQC5L2N2WV3ZPCYEPPYRDR63LYBCU3GOZK36XFLRHU8Q87Y8R9YC8GWP3Y5XNMPVA7IS8XQPRP775HJ7PFADLJE485EQMVZ447ITIM2WRIRYB6X2MG8JXLX3H4KJR23VLF7BZL4O3HOSQOYRKXAJI25V939RBDIUVNR4JT0NWTIDUB0J44I15V5U3358MMTM92UWJJ7PJI' where id=95; -update noar ti set v3='4BBO20SI6KZ43QA7ASYSWV8OA5UQ1IW3H4Y5HCJH2VIN0ZJL3I69ZU4KQC5L2N2WV3ZPCYEPPYRDR63LYBCU3GOZK36XFLRHU8Q87Y8R9YC8GWP3Y5XNMPVA7IS8XQPRP775HJ7PFADLJE485EQMVZ447ITIM2WRIRYB6X2MG8JXLX3H4KJR23VLF7BZL4O3HOSQOYRKXAJI25V939RBDIUVNR4JT0NWTIDUB0J44I15V5U3358MMTM92UWJJ7PJI' where id=95; -update noar tt set v0='XD58SW0WOZPSUK8BV3KRJTMDVB6ZHCGXA1VMQ5ITCGULPKN9Y379RE0TZIMJ4PTT824INEX0RXE8MKMSWZR8E78GU52W9U2ZQ3Z3NRBONYZIFJDTW0F0UE2T56FQ9IIV36GYVJFH336TP584WO0ZB1H73OJ3Z1DRWXW4YN0PNWLIWG888TBOLPFB5QDP0I80NPZMMNIDSKUBH80S019OZ1NF7QLDDEY2H4K1QJ0XG3J3GOF5DYUYGFS1X2W23JEXJ' where id=96; -update noar ti set v0='XD58SW0WOZPSUK8BV3KRJTMDVB6ZHCGXA1VMQ5ITCGULPKN9Y379RE0TZIMJ4PTT824INEX0RXE8MKMSWZR8E78GU52W9U2ZQ3Z3NRBONYZIFJDTW0F0UE2T56FQ9IIV36GYVJFH336TP584WO0ZB1H73OJ3Z1DRWXW4YN0PNWLIWG888TBOLPFB5QDP0I80NPZMMNIDSKUBH80S019OZ1NF7QLDDEY2H4K1QJ0XG3J3GOF5DYUYGFS1X2W23JEXJ' where id=96; -update noar tt set v1='TQCRSB14K5BFO78MT2YKNQT2AAEWCVYO63YPC71A7WQPTNYL7X5SHSCDOUHM2YD78KB52ENGBAIR9WE6V25MI20K22JCRMN115LQGX5JC7NEXHPN33N1BAL9Z24XEPTD3QSEX5C4GBWIHO1AUOEMTHXA9ONZFPB7ZD7PKA1CBC7H7736XS0MQP5XL11HH0SXBVQI8GUL5JYTCEU0Z7ATQJFL3IMLF7S97IPX2H9DW1VPKAVSWD01S7E3K47ESZKYZ' where id=96; -update noar ti set v1='TQCRSB14K5BFO78MT2YKNQT2AAEWCVYO63YPC71A7WQPTNYL7X5SHSCDOUHM2YD78KB52ENGBAIR9WE6V25MI20K22JCRMN115LQGX5JC7NEXHPN33N1BAL9Z24XEPTD3QSEX5C4GBWIHO1AUOEMTHXA9ONZFPB7ZD7PKA1CBC7H7736XS0MQP5XL11HH0SXBVQI8GUL5JYTCEU0Z7ATQJFL3IMLF7S97IPX2H9DW1VPKAVSWD01S7E3K47ESZKYZ' where id=96; -update noar tt set v2='O0LMFHUWRBTJ2RY5OS6ZOMO25H095ZEW1E172HBKDOJ0DOFFH03BJKO8UPQFJB6GAS3WPJENPDZNPDXJ1E0IQYK578Q529ZB9CKOMGILZ2DF9AQSYUPUXMLMA7D4QMLHU3R6LRA79U6WKSC1PT43TMTQOV4QLFI7CIA7G0MWR35AXMBWABYW5CWK9YVXKRH8SGNZIZ47GDR1X8KIV8SZKSVFOH1HARSXZ4UEEFIHX9HNG23AL73P5XDUWCNTVB75Q' where id=96; -update noar ti set v2='O0LMFHUWRBTJ2RY5OS6ZOMO25H095ZEW1E172HBKDOJ0DOFFH03BJKO8UPQFJB6GAS3WPJENPDZNPDXJ1E0IQYK578Q529ZB9CKOMGILZ2DF9AQSYUPUXMLMA7D4QMLHU3R6LRA79U6WKSC1PT43TMTQOV4QLFI7CIA7G0MWR35AXMBWABYW5CWK9YVXKRH8SGNZIZ47GDR1X8KIV8SZKSVFOH1HARSXZ4UEEFIHX9HNG23AL73P5XDUWCNTVB75Q' where id=96; -update noar tt set v3='IU3EZINLEE3FOULALFNKVCBWO1YPK01DOBWRO37TQMQ1YEL4ZSTDZVM5TUP875Y93YP7UQF279KJFF7Z36S7QAAC55F43EPDYBXUAC905WMVOZX81ZTLWOJDGTPRGQLUHA29WSATMX1U09E0AIILEPXL3T2DDBJWXZ6EZOOENBDWCIC6MC04RT6OA7O50JJKNY15PSJ1PJZQY79BG32GFSSP22I90VCH2XSMUEVY7B1N64Z44QKUABQG3YXGTM03F' where id=96; -update noar ti set v3='IU3EZINLEE3FOULALFNKVCBWO1YPK01DOBWRO37TQMQ1YEL4ZSTDZVM5TUP875Y93YP7UQF279KJFF7Z36S7QAAC55F43EPDYBXUAC905WMVOZX81ZTLWOJDGTPRGQLUHA29WSATMX1U09E0AIILEPXL3T2DDBJWXZ6EZOOENBDWCIC6MC04RT6OA7O50JJKNY15PSJ1PJZQY79BG32GFSSP22I90VCH2XSMUEVY7B1N64Z44QKUABQG3YXGTM03F' where id=96; -update noar tt set v0='B3HNSREC0R3SW37L1P9XDJ7ZDEPF7KIYPEC1MFMRRU9LHUPNAVJ4VBVRP0FMJJPZ4KXPDYXH9KWSXDHP1YNBS3HKK1IPACF31YIBHIRVCAS59T1DIF6CVRBFF5JW5LZQIONQ0L8DLIKF4PXDAMCN0097GOXY4ABPC23N1G03SCQTX2QTNOP1PDI9M6F7ZVBUHTNV5XBOK90PI6C9R1QF2Q5EULI9SBMOPZ5OAS8698WGVE685TLQWSJGNPD0G1AKA' where id=97; -update noar ti set v0='B3HNSREC0R3SW37L1P9XDJ7ZDEPF7KIYPEC1MFMRRU9LHUPNAVJ4VBVRP0FMJJPZ4KXPDYXH9KWSXDHP1YNBS3HKK1IPACF31YIBHIRVCAS59T1DIF6CVRBFF5JW5LZQIONQ0L8DLIKF4PXDAMCN0097GOXY4ABPC23N1G03SCQTX2QTNOP1PDI9M6F7ZVBUHTNV5XBOK90PI6C9R1QF2Q5EULI9SBMOPZ5OAS8698WGVE685TLQWSJGNPD0G1AKA' where id=97; -update noar tt set v1='YSMMAZZ1OPW08S47OJPLUV72RO2T2RIUZQREAQ75VE82SYAL6TSSA1MJ3O2A83O1TOAU7VBHAJ5IG4ODR05TY8BN6RFWUEZBJXRW6QOXKJCJ0VEY11Y8YD6JWWK5MHOLAD2FIF4G005RH7GE7TTWX2GONVHAQA4VR8JLVUUPSUV6CY19U0RXWNLP02BCQAEHMJL2F93UC97B08FH2JWT1ZTGYAAV86QYL0BUZ0UCF2895XV86XTSQ7F3TUVWZQEU6' where id=97; -update noar ti set v1='YSMMAZZ1OPW08S47OJPLUV72RO2T2RIUZQREAQ75VE82SYAL6TSSA1MJ3O2A83O1TOAU7VBHAJ5IG4ODR05TY8BN6RFWUEZBJXRW6QOXKJCJ0VEY11Y8YD6JWWK5MHOLAD2FIF4G005RH7GE7TTWX2GONVHAQA4VR8JLVUUPSUV6CY19U0RXWNLP02BCQAEHMJL2F93UC97B08FH2JWT1ZTGYAAV86QYL0BUZ0UCF2895XV86XTSQ7F3TUVWZQEU6' where id=97; -update noar tt set v2='6FNIPC8ALP3KX15590AW3P68ZPUY6WARFDS5EJ8BBJFVV4RAH6YZX7SDWFMWCTUTFMS0MHL0MXM3LNGRF32CIHKFREOEUBACJV9637UWB04RBOND7KHS73TYP7TBIEANJU49YU3TI881G6V568A4RW4J4EBYYOGMLIEEZS7V5YR8Z3V8AVHP1HBLA70SFWQFVAMILB87J8RY6TSLLRBRLQL9QYJ6Z25YGXCOHN4W2XA1DIDHM6I5I2YYCLAHIKUZR' where id=97; -update noar ti set v2='6FNIPC8ALP3KX15590AW3P68ZPUY6WARFDS5EJ8BBJFVV4RAH6YZX7SDWFMWCTUTFMS0MHL0MXM3LNGRF32CIHKFREOEUBACJV9637UWB04RBOND7KHS73TYP7TBIEANJU49YU3TI881G6V568A4RW4J4EBYYOGMLIEEZS7V5YR8Z3V8AVHP1HBLA70SFWQFVAMILB87J8RY6TSLLRBRLQL9QYJ6Z25YGXCOHN4W2XA1DIDHM6I5I2YYCLAHIKUZR' where id=97; -update noar tt set v3='G7BEQIQNCPL9V3SQY1ZY26BZQGH7L3K94FMCYZGCCVD45Z8TGJAKPUX8WBH6JGNSZVPP1BCJ8OSVCTD3EE8SVYMXFSY63ECQ4J5V98DGN2E7VYOL7DVJGBAAFNIH6Z04RPD3WDZLCD2OYJ8JFQ0XQJMJYTLT6JF29JXK7FWF8AREXQ2YZPL5X517D8DMRQVIOAM3M11AQSFNSC5GQOS981WACKFS6Z0USGKCSH8R1SHM7LB819CMNEZRON3BDNLTQ' where id=97; -update noar ti set v3='G7BEQIQNCPL9V3SQY1ZY26BZQGH7L3K94FMCYZGCCVD45Z8TGJAKPUX8WBH6JGNSZVPP1BCJ8OSVCTD3EE8SVYMXFSY63ECQ4J5V98DGN2E7VYOL7DVJGBAAFNIH6Z04RPD3WDZLCD2OYJ8JFQ0XQJMJYTLT6JF29JXK7FWF8AREXQ2YZPL5X517D8DMRQVIOAM3M11AQSFNSC5GQOS981WACKFS6Z0USGKCSH8R1SHM7LB819CMNEZRON3BDNLTQ' where id=97; -update noar tt set v0='17YM75UB7JOWA4MKPQ5PJIYMIM6WVHKOKG4ZA6K4H4RM366MM19ORCT3N3P1LE10843AIPTUPN8HU3OJS3LUQLVFY4LEZ0C8UBHWI048T2GFG40AH5IMPJ4MJHTLWKURD5NIBVH27Y823RSKSJME5LYGEB85T292UGZAIBSV7QB8VPH5P85SHOSGQ6I4MX6SIR31SZOYG9DS7Z8ZEUXU46P974277X7947J7JJXEMCA9L147OBE6YK25WHM90YWMG' where id=98; -update noar ti set v0='17YM75UB7JOWA4MKPQ5PJIYMIM6WVHKOKG4ZA6K4H4RM366MM19ORCT3N3P1LE10843AIPTUPN8HU3OJS3LUQLVFY4LEZ0C8UBHWI048T2GFG40AH5IMPJ4MJHTLWKURD5NIBVH27Y823RSKSJME5LYGEB85T292UGZAIBSV7QB8VPH5P85SHOSGQ6I4MX6SIR31SZOYG9DS7Z8ZEUXU46P974277X7947J7JJXEMCA9L147OBE6YK25WHM90YWMG' where id=98; -update noar tt set v1='AW4O3Z601EYNZAGBNDECMQUMWIH1PRCKAQD78HL1169PK5KDCQS05DZJ32IH1WMU9WG57IN2VPFDEILS3PY4SO5ZIVOW4LC3IOPA28W6VMQW2EHMSIMLHV6D3THV6UDLANAXQG73WR5DMXZVLM7UXSF3SGI6J5KG1ZUUQFZZV7LGG7S45VL5I9UHI8XXK59VKSMSKKSPRALMZVLEIA8RTB23WA5MKDBN2KC8DE45FD47VCWS4OAHP7C9OWDAGV2S5' where id=98; -update noar ti set v1='AW4O3Z601EYNZAGBNDECMQUMWIH1PRCKAQD78HL1169PK5KDCQS05DZJ32IH1WMU9WG57IN2VPFDEILS3PY4SO5ZIVOW4LC3IOPA28W6VMQW2EHMSIMLHV6D3THV6UDLANAXQG73WR5DMXZVLM7UXSF3SGI6J5KG1ZUUQFZZV7LGG7S45VL5I9UHI8XXK59VKSMSKKSPRALMZVLEIA8RTB23WA5MKDBN2KC8DE45FD47VCWS4OAHP7C9OWDAGV2S5' where id=98; -update noar tt set v2='74E41LJXI9JTWOC62IRCK1KHTNQKIUW4SWSW7BQXPLHP4NEL99X1VZB21G18PQNRP4J7DWDJE5ZO8DSGIP755HJW3JLM9VLWCLRB9ZXEHDDU8MO639CKOTLLGF5RLRGQTIXG35VDR3KE7D2OMTXJW2JFKWPBVPHS7F0WKMXO9H27PJ68BA2NS0GQ7RT4II0STLSIYMY6VVIZGD4XBVLUU7F0N2NCKQUGPAFOCOB3VAQO9CIXCOXBYJAE6PH36OJB0' where id=98; -update noar ti set v2='74E41LJXI9JTWOC62IRCK1KHTNQKIUW4SWSW7BQXPLHP4NEL99X1VZB21G18PQNRP4J7DWDJE5ZO8DSGIP755HJW3JLM9VLWCLRB9ZXEHDDU8MO639CKOTLLGF5RLRGQTIXG35VDR3KE7D2OMTXJW2JFKWPBVPHS7F0WKMXO9H27PJ68BA2NS0GQ7RT4II0STLSIYMY6VVIZGD4XBVLUU7F0N2NCKQUGPAFOCOB3VAQO9CIXCOXBYJAE6PH36OJB0' where id=98; -update noar tt set v3='NKAZHADTHWD0N0VHL47U7FMUM6O3MFZN2VAF9YPU98379ZJWS9IPPGPGCWD98V2SRAGBS1Y4WG6AKKVMIWXUZV0CUTZ51CKTPQJQ9BNBSLTGNZ3HC5QP9NITMGMXW7CNTUH1YFGAMN5X7VKE3NE7CNXDZQ6UYBQY03W6MNBRBU0VIWRWL2KUHPEWOI5XHVLDCTUWD5HDU7DJYZ0DRS2J6FXVT6H8JM2OF92XLO31R7Z8CYGECE70TWE0GOP9HU8CS' where id=98; -update noar ti set v3='NKAZHADTHWD0N0VHL47U7FMUM6O3MFZN2VAF9YPU98379ZJWS9IPPGPGCWD98V2SRAGBS1Y4WG6AKKVMIWXUZV0CUTZ51CKTPQJQ9BNBSLTGNZ3HC5QP9NITMGMXW7CNTUH1YFGAMN5X7VKE3NE7CNXDZQ6UYBQY03W6MNBRBU0VIWRWL2KUHPEWOI5XHVLDCTUWD5HDU7DJYZ0DRS2J6FXVT6H8JM2OF92XLO31R7Z8CYGECE70TWE0GOP9HU8CS' where id=98; -update noar tt set v0='2NTLB3QEKWW5DCDPV43TI8YHPOB8JMD56IRAH1Z8D2H722689BKRAMW638L59NXQRDQG0BOZ3WZK78M2RJRH1ILUOLK0K00MFQ9ATC8CO78PACPD2HMRN3MCJBKKLB0DCNB4J9S6EHTA4VY64NVG9MEUJ1TKE2PGHE8BKOR564PE6K2YD436EUMCVFAEJXQMSB9HYEWNOE3PTT4DNJYAIUK7JRQ7HEGNWX44IMSEOYDSMYEWEKOJSACQV3JYCNYTH' where id=99; -update noar ti set v0='2NTLB3QEKWW5DCDPV43TI8YHPOB8JMD56IRAH1Z8D2H722689BKRAMW638L59NXQRDQG0BOZ3WZK78M2RJRH1ILUOLK0K00MFQ9ATC8CO78PACPD2HMRN3MCJBKKLB0DCNB4J9S6EHTA4VY64NVG9MEUJ1TKE2PGHE8BKOR564PE6K2YD436EUMCVFAEJXQMSB9HYEWNOE3PTT4DNJYAIUK7JRQ7HEGNWX44IMSEOYDSMYEWEKOJSACQV3JYCNYTH' where id=99; -update noar tt set v1='U1U5AR0AJETU7MHC72BV30C6OAZLXY7KA0ML6AK18UZVIZVI7LAP6N4H5O9CZHOWZEDNGMH7MY81X1IXBFSIFPC3SQAH6Q11FU3K3GHQV0XUMDCIZW3QJFBTSA8GMT25D5KYY7NUTBG9K1966DT8HGB5TR455R7C4GQK1CGQU84A4MRMIL01A6GOUXQGIGPXKVCAPAM27PH9I950DC5R37BXV19JFHMQFC5KPESX9TI9DMPNX1AJG452MVNY60EP7' where id=99; -update noar ti set v1='U1U5AR0AJETU7MHC72BV30C6OAZLXY7KA0ML6AK18UZVIZVI7LAP6N4H5O9CZHOWZEDNGMH7MY81X1IXBFSIFPC3SQAH6Q11FU3K3GHQV0XUMDCIZW3QJFBTSA8GMT25D5KYY7NUTBG9K1966DT8HGB5TR455R7C4GQK1CGQU84A4MRMIL01A6GOUXQGIGPXKVCAPAM27PH9I950DC5R37BXV19JFHMQFC5KPESX9TI9DMPNX1AJG452MVNY60EP7' where id=99; -update noar tt set v2='4UT93HR61UO15A7VUFJK22JA2T0KLN6BSI96FMSVNM7335TJ9BQV2A6ZDNXBH3LHI6MJWIAR91ALJLDZKB328K49RJIBQYJLT5KKE93X9YDVPMH83XC2AV0SNSPCHWYRPXB9LD6OVM8PWFLOG3OTSPVIDELQHX36OHS7XI4Y5EOUYKHZUCVGB6AA6CAOPT83ISQ0C1WAMFOK2UTJN4B0U8AHPLYVL2X988X4ZGG3OJIOCSMXTV5N8RGC4LDU0VNJY' where id=99; -update noar ti set v2='4UT93HR61UO15A7VUFJK22JA2T0KLN6BSI96FMSVNM7335TJ9BQV2A6ZDNXBH3LHI6MJWIAR91ALJLDZKB328K49RJIBQYJLT5KKE93X9YDVPMH83XC2AV0SNSPCHWYRPXB9LD6OVM8PWFLOG3OTSPVIDELQHX36OHS7XI4Y5EOUYKHZUCVGB6AA6CAOPT83ISQ0C1WAMFOK2UTJN4B0U8AHPLYVL2X988X4ZGG3OJIOCSMXTV5N8RGC4LDU0VNJY' where id=99; -update noar tt set v3='FH4206H0AKGZAR04LTBY5CRSFC2WL9HU3GIIH93K1B2S87WGEIWKPH9CLJS572M5JIL1OR9R97M52X7ZUL90X6ORSY9MC44H6ITNB1XL6IRKZMYV1Q3E44W33L70HP0XXLYIPPPILG17SRQ3D4J6MKO0716J4Z79WLHU2EMETVR0H81OK6I77ER7YVGV9P9XXCUXZDBKUAN9FAZFWMCW2JE906FCKMHU71P99YI83VQS7GVYQRE1AMDHDP3Y5QLHT' where id=99; -update noar ti set v3='FH4206H0AKGZAR04LTBY5CRSFC2WL9HU3GIIH93K1B2S87WGEIWKPH9CLJS572M5JIL1OR9R97M52X7ZUL90X6ORSY9MC44H6ITNB1XL6IRKZMYV1Q3E44W33L70HP0XXLYIPPPILG17SRQ3D4J6MKO0716J4Z79WLHU2EMETVR0H81OK6I77ER7YVGV9P9XXCUXZDBKUAN9FAZFWMCW2JE906FCKMHU71P99YI83VQS7GVYQRE1AMDHDP3Y5QLHT' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varbinary(32) null, - v1 varbinary(32) null, - v2 varbinary(32) null, - v3 varbinary(32) null, - b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='4CP5X4JI3BIPVDNO7Z7P2CTN520K4QDCN' where id=2; -update noar ti set v0='4CP5X4JI3BIPVDNO7Z7P2CTN520K4QDCN' where id=2; -update noar tt set v1='HC7PYXH7C9WR60ULA4OMWD4BMR48R8UX5' where id=2; -update noar ti set v1='HC7PYXH7C9WR60ULA4OMWD4BMR48R8UX5' where id=2; -update noar tt set v2='K5FHOKK2G9C86C3A303DU0FSQQKMFB3YB' where id=2; -update noar ti set v2='K5FHOKK2G9C86C3A303DU0FSQQKMFB3YB' where id=2; -update noar tt set v3='2CXQ1CMYFAWE2LR87ZBMZOC9CQK8OTVSL' where id=2; -update noar ti set v3='2CXQ1CMYFAWE2LR87ZBMZOC9CQK8OTVSL' where id=2; -update noar tt set v0='793DR4UA07GWZNEPR58V97HAGQ3I6D6Y2' where id=3; -update noar ti set v0='793DR4UA07GWZNEPR58V97HAGQ3I6D6Y2' where id=3; -update noar tt set v1='PFBZXCNZYYHWVK5LSXPDQ35QIWY6UBPY7' where id=3; -update noar ti set v1='PFBZXCNZYYHWVK5LSXPDQ35QIWY6UBPY7' where id=3; -update noar tt set v2='CH11HV0RFRP15DHTDY3SN1F5OG7SPPQ3F' where id=3; -update noar ti set v2='CH11HV0RFRP15DHTDY3SN1F5OG7SPPQ3F' where id=3; -update noar tt set v3='U011IYJDGLMK4GV05MS9HGF7LF9Q95H2C' where id=3; -update noar ti set v3='U011IYJDGLMK4GV05MS9HGF7LF9Q95H2C' where id=3; -update noar tt set v0='BB737V4GRTKP57V34ST6L32J3S758HZSD' where id=4; -update noar ti set v0='BB737V4GRTKP57V34ST6L32J3S758HZSD' where id=4; -update noar tt set v1='0RWSKTVOOQQSKPSFJXP8EIUQ3UU3KXYB6' where id=4; -update noar ti set v1='0RWSKTVOOQQSKPSFJXP8EIUQ3UU3KXYB6' where id=4; -update noar tt set v2='2GO899F93HU6LIEJNZUOB7J9C9GV46MMK' where id=4; -update noar ti set v2='2GO899F93HU6LIEJNZUOB7J9C9GV46MMK' where id=4; -update noar tt set v3='8V2N9BGK197IGQD41I3WDI05UYS5J3SNI' where id=4; -update noar ti set v3='8V2N9BGK197IGQD41I3WDI05UYS5J3SNI' where id=4; -update noar tt set v0='9X7RAASZNH2LCGYKFZJBPTVPZKCACM79O' where id=5; -update noar ti set v0='9X7RAASZNH2LCGYKFZJBPTVPZKCACM79O' where id=5; -update noar tt set v1='WYARYZCZR9QTCE688SBNNLZ9FDSOX14NY' where id=5; -update noar ti set v1='WYARYZCZR9QTCE688SBNNLZ9FDSOX14NY' where id=5; -update noar tt set v2='VGD9E8B19FGQYPDNYZM5QVA63HTBHTUGY' where id=5; -update noar ti set v2='VGD9E8B19FGQYPDNYZM5QVA63HTBHTUGY' where id=5; -update noar tt set v3='JDI5QW4YD7KWG94L73DTK6W3VV4XV3XUU' where id=5; -update noar ti set v3='JDI5QW4YD7KWG94L73DTK6W3VV4XV3XUU' where id=5; -update noar tt set v0='6OBVEQVQFNVF857T56VJXICJJF5KQL7GJ' where id=6; -update noar ti set v0='6OBVEQVQFNVF857T56VJXICJJF5KQL7GJ' where id=6; -update noar tt set v1='MJOESFBM818ISRN9P4H0WUPJN48SDCTAT' where id=6; -update noar ti set v1='MJOESFBM818ISRN9P4H0WUPJN48SDCTAT' where id=6; -update noar tt set v2='QH92HZ1IG9A4HWAX2OFG2CWCW9E5V9RZR' where id=6; -update noar ti set v2='QH92HZ1IG9A4HWAX2OFG2CWCW9E5V9RZR' where id=6; -update noar tt set v3='HNXV83AOO765VV601XAV74WK28MNSC8TE' where id=6; -update noar ti set v3='HNXV83AOO765VV601XAV74WK28MNSC8TE' where id=6; -update noar tt set v0='U49CZSR017AKFJ3BX6YDCY9F1OARJ4UTT' where id=7; -update noar ti set v0='U49CZSR017AKFJ3BX6YDCY9F1OARJ4UTT' where id=7; -update noar tt set v1='RZTYCA4IBDJGC7M74CT2RS899HECRQH7O' where id=7; -update noar ti set v1='RZTYCA4IBDJGC7M74CT2RS899HECRQH7O' where id=7; -update noar tt set v2='KT312E7DD2LNM91XIAMBUFOTJRHBYNZJ2' where id=7; -update noar ti set v2='KT312E7DD2LNM91XIAMBUFOTJRHBYNZJ2' where id=7; -update noar tt set v3='FDSOY3E49UUGWPW8ZRGLGMH7OGX1GPIQW' where id=7; -update noar ti set v3='FDSOY3E49UUGWPW8ZRGLGMH7OGX1GPIQW' where id=7; -update noar tt set v0='CUO9CN8O71QR50KA5ONA2UVKJR1M8UQZM' where id=8; -update noar ti set v0='CUO9CN8O71QR50KA5ONA2UVKJR1M8UQZM' where id=8; -update noar tt set v1='EDGJ0L7LI1LJD0ZQ3W3EE9KPY9B858K2P' where id=8; -update noar ti set v1='EDGJ0L7LI1LJD0ZQ3W3EE9KPY9B858K2P' where id=8; -update noar tt set v2='5M22FGC8VPGXEIPZ42ILEDWKN4QGR7XRL' where id=8; -update noar ti set v2='5M22FGC8VPGXEIPZ42ILEDWKN4QGR7XRL' where id=8; -update noar tt set v3='PQTMEVXQ1Y6MP4FFTK40UUY77OJY9VPPI' where id=8; -update noar ti set v3='PQTMEVXQ1Y6MP4FFTK40UUY77OJY9VPPI' where id=8; -update noar tt set v0='6TK6YVBHDIR47H1VUITL8CNCADHPJSA6Y' where id=9; -update noar ti set v0='6TK6YVBHDIR47H1VUITL8CNCADHPJSA6Y' where id=9; -update noar tt set v1='OAU91413DXXAK7M0T9QGRBW2B0PL97FTG' where id=9; -update noar ti set v1='OAU91413DXXAK7M0T9QGRBW2B0PL97FTG' where id=9; -update noar tt set v2='EX4Y7MO577Z0NOCSSA52PA584HZ896YOJ' where id=9; -update noar ti set v2='EX4Y7MO577Z0NOCSSA52PA584HZ896YOJ' where id=9; -update noar tt set v3='TNJVERII0US72LZJOAP87UT6ZS320JI4C' where id=9; -update noar ti set v3='TNJVERII0US72LZJOAP87UT6ZS320JI4C' where id=9; -update noar tt set v0='KX4VD5NDNQYREB9HCNE40PFWIFWJNQCM8' where id=10; -update noar ti set v0='KX4VD5NDNQYREB9HCNE40PFWIFWJNQCM8' where id=10; -update noar tt set v1='MSBBYB879R6P45IGSCA3PV7TVYU6SMDJW' where id=10; -update noar ti set v1='MSBBYB879R6P45IGSCA3PV7TVYU6SMDJW' where id=10; -update noar tt set v2='61UJL0OACRSO64FGWGFYQRC1DR8OI1W7Z' where id=10; -update noar ti set v2='61UJL0OACRSO64FGWGFYQRC1DR8OI1W7Z' where id=10; -update noar tt set v3='DJA5KVC44MAUOXVW58IXTY8KVDJ60W0RU' where id=10; -update noar ti set v3='DJA5KVC44MAUOXVW58IXTY8KVDJ60W0RU' where id=10; -update noar tt set v0='F3KKDXYITEX2ZJGGXTFX12AK18R722YKV' where id=11; -update noar ti set v0='F3KKDXYITEX2ZJGGXTFX12AK18R722YKV' where id=11; -update noar tt set v1='BO0GMVUCD7J1SOKOM69WERXWQKET0AQOQ' where id=11; -update noar ti set v1='BO0GMVUCD7J1SOKOM69WERXWQKET0AQOQ' where id=11; -update noar tt set v2='C5H8G7L00U1EF6Z6J6V6ZGGCU6G4GITBM' where id=11; -update noar ti set v2='C5H8G7L00U1EF6Z6J6V6ZGGCU6G4GITBM' where id=11; -update noar tt set v3='X0FD3CKW82J2LAPC199SJV81Y6AKH3261' where id=11; -update noar ti set v3='X0FD3CKW82J2LAPC199SJV81Y6AKH3261' where id=11; -update noar tt set v0='J9M0SX7VQAJWD5RSY6OQRH54ZWPKTTRIG' where id=12; -update noar ti set v0='J9M0SX7VQAJWD5RSY6OQRH54ZWPKTTRIG' where id=12; -update noar tt set v1='MSWTOLNBO3TVXVUTQ418BHXJWVTIYFYP3' where id=12; -update noar ti set v1='MSWTOLNBO3TVXVUTQ418BHXJWVTIYFYP3' where id=12; -update noar tt set v2='BURRPFBYSCQCQA1P1B5GDN2FDI7KKBQD2' where id=12; -update noar ti set v2='BURRPFBYSCQCQA1P1B5GDN2FDI7KKBQD2' where id=12; -update noar tt set v3='AENI8YAP7HCL1VYZS7P7IPV7M4B9P16WR' where id=12; -update noar ti set v3='AENI8YAP7HCL1VYZS7P7IPV7M4B9P16WR' where id=12; -update noar tt set v0='T33IEGIGPA4YJTIGFY01S9ROY0WN2AHPJ' where id=13; -update noar ti set v0='T33IEGIGPA4YJTIGFY01S9ROY0WN2AHPJ' where id=13; -update noar tt set v1='A0KOR8TK5S1YUCGTJ141UAGPJC0IQUHA1' where id=13; -update noar ti set v1='A0KOR8TK5S1YUCGTJ141UAGPJC0IQUHA1' where id=13; -update noar tt set v2='IBO47UGFLR5YMS3OHOES3TFR2RJTNAUI4' where id=13; -update noar ti set v2='IBO47UGFLR5YMS3OHOES3TFR2RJTNAUI4' where id=13; -update noar tt set v3='9IJN8SQ9DKBSDZMVP5RTJ1N183N22LX9W' where id=13; -update noar ti set v3='9IJN8SQ9DKBSDZMVP5RTJ1N183N22LX9W' where id=13; -update noar tt set v0='VK7YYZ4DRDRLOXHDHO2376CMZ8O61OQG4' where id=14; -update noar ti set v0='VK7YYZ4DRDRLOXHDHO2376CMZ8O61OQG4' where id=14; -update noar tt set v1='303BLIRJSIBC6RCSG6MUFJ0YDRJDA35UI' where id=14; -update noar ti set v1='303BLIRJSIBC6RCSG6MUFJ0YDRJDA35UI' where id=14; -update noar tt set v2='NTYW8UZE23Q6HGHCXWO25G1DRHS0L725A' where id=14; -update noar ti set v2='NTYW8UZE23Q6HGHCXWO25G1DRHS0L725A' where id=14; -update noar tt set v3='0DKIBFHRCR8T2T5VHOZM6V4TOC787AT4T' where id=14; -update noar ti set v3='0DKIBFHRCR8T2T5VHOZM6V4TOC787AT4T' where id=14; -update noar tt set v0='5YU92WTZXROC00E31GCF5R3WS1FRJJ1T0' where id=15; -update noar ti set v0='5YU92WTZXROC00E31GCF5R3WS1FRJJ1T0' where id=15; -update noar tt set v1='03M43BN1ND9B2JUU03B49IPTQE2LM7FA5' where id=15; -update noar ti set v1='03M43BN1ND9B2JUU03B49IPTQE2LM7FA5' where id=15; -update noar tt set v2='4XIQFZDX4MXHH6BHKVZVJN0ROTRPZFXEJ' where id=15; -update noar ti set v2='4XIQFZDX4MXHH6BHKVZVJN0ROTRPZFXEJ' where id=15; -update noar tt set v3='M2SGE4XHADZWBQ1Q5QBN5LIYP82JJDDHE' where id=15; -update noar ti set v3='M2SGE4XHADZWBQ1Q5QBN5LIYP82JJDDHE' where id=15; -update noar tt set v0='DRVDZI5ZFD3UFRDA7Y4EZSXU6KTEXM5QU' where id=16; -update noar ti set v0='DRVDZI5ZFD3UFRDA7Y4EZSXU6KTEXM5QU' where id=16; -update noar tt set v1='GH8OBG3N7IT91MR877SKTLM6DVZS9N9HL' where id=16; -update noar ti set v1='GH8OBG3N7IT91MR877SKTLM6DVZS9N9HL' where id=16; -update noar tt set v2='P6ZM3JF3NJHTYHCRRLT1BAINKHSJR42XO' where id=16; -update noar ti set v2='P6ZM3JF3NJHTYHCRRLT1BAINKHSJR42XO' where id=16; -update noar tt set v3='GC2LVNHRNJ0WY14FJLVKFHVU4WKD1P2WJ' where id=16; -update noar ti set v3='GC2LVNHRNJ0WY14FJLVKFHVU4WKD1P2WJ' where id=16; -update noar tt set v0='7DPKSYB9BNPQR6ZFXUXGAUW5AAM49F6G5' where id=17; -update noar ti set v0='7DPKSYB9BNPQR6ZFXUXGAUW5AAM49F6G5' where id=17; -update noar tt set v1='P5BHDAG1RH0P5HCM9584JBPXNM1MW4Z67' where id=17; -update noar ti set v1='P5BHDAG1RH0P5HCM9584JBPXNM1MW4Z67' where id=17; -update noar tt set v2='ZGR15VERBSHFBXOE0X3IDQ1MGOS1CILMK' where id=17; -update noar ti set v2='ZGR15VERBSHFBXOE0X3IDQ1MGOS1CILMK' where id=17; -update noar tt set v3='6SGXIXYGD6EBYVQMMNDTE5GN229LZ2XJM' where id=17; -update noar ti set v3='6SGXIXYGD6EBYVQMMNDTE5GN229LZ2XJM' where id=17; -update noar tt set v0='2WQZCHQZ6YWLS4MHVN7MAXSA3R603FGX3' where id=18; -update noar ti set v0='2WQZCHQZ6YWLS4MHVN7MAXSA3R603FGX3' where id=18; -update noar tt set v1='TNQEFHY5LKKX5JRH78N952QAUJ88ZFX3R' where id=18; -update noar ti set v1='TNQEFHY5LKKX5JRH78N952QAUJ88ZFX3R' where id=18; -update noar tt set v2='THRKPBKBBIB1IZO5CMSULQA73FOLUG540' where id=18; -update noar ti set v2='THRKPBKBBIB1IZO5CMSULQA73FOLUG540' where id=18; -update noar tt set v3='QZW6GAXQ41EIWZ841PIMWTHA7P05FFCWS' where id=18; -update noar ti set v3='QZW6GAXQ41EIWZ841PIMWTHA7P05FFCWS' where id=18; -update noar tt set v0='5EDU1258VE5LPJQRYTHZ8HIOZFQ81R2WN' where id=19; -update noar ti set v0='5EDU1258VE5LPJQRYTHZ8HIOZFQ81R2WN' where id=19; -update noar tt set v1='775SD126XX2YC689R3K1MHUWD7IDGXC8D' where id=19; -update noar ti set v1='775SD126XX2YC689R3K1MHUWD7IDGXC8D' where id=19; -update noar tt set v2='WGFIGIJ4TXCLVTDMHMMBOL9TYSJT2U5J7' where id=19; -update noar ti set v2='WGFIGIJ4TXCLVTDMHMMBOL9TYSJT2U5J7' where id=19; -update noar tt set v3='B9R4R8WVPSW8UJSLM5XFHDLR4TR2VFAOQ' where id=19; -update noar ti set v3='B9R4R8WVPSW8UJSLM5XFHDLR4TR2VFAOQ' where id=19; -update noar tt set v0='JLL0RRC526GSC0OZ81S18P5RF6Z693OAB' where id=20; -update noar ti set v0='JLL0RRC526GSC0OZ81S18P5RF6Z693OAB' where id=20; -update noar tt set v1='4CFN1V3SZHMB880GPEMN4OZVS7JUFKD7H' where id=20; -update noar ti set v1='4CFN1V3SZHMB880GPEMN4OZVS7JUFKD7H' where id=20; -update noar tt set v2='35QG2JL3N7FAXBV8VXBVNPWBYR9DFQK2J' where id=20; -update noar ti set v2='35QG2JL3N7FAXBV8VXBVNPWBYR9DFQK2J' where id=20; -update noar tt set v3='9OBSW8L1SSF2BH2HGKJVT1AJ3IUV2SV2T' where id=20; -update noar ti set v3='9OBSW8L1SSF2BH2HGKJVT1AJ3IUV2SV2T' where id=20; -update noar tt set v0='46WNV380G1UCHVV2Y088QPDKW2XH7IQ34' where id=21; -update noar ti set v0='46WNV380G1UCHVV2Y088QPDKW2XH7IQ34' where id=21; -update noar tt set v1='UT74SRDGJ162PST8KYOHLNR9NBX4FDNZB' where id=21; -update noar ti set v1='UT74SRDGJ162PST8KYOHLNR9NBX4FDNZB' where id=21; -update noar tt set v2='PFNMIR36SAP05GKA8V84QPAEXFFXTJF1L' where id=21; -update noar ti set v2='PFNMIR36SAP05GKA8V84QPAEXFFXTJF1L' where id=21; -update noar tt set v3='8JPG5Z2F7Q82TXDAKY5XV5833VAIOXGS5' where id=21; -update noar ti set v3='8JPG5Z2F7Q82TXDAKY5XV5833VAIOXGS5' where id=21; -update noar tt set v0='0UKXDDT0GGG902TJUTEXP3WZX9YGUGI2H' where id=22; -update noar ti set v0='0UKXDDT0GGG902TJUTEXP3WZX9YGUGI2H' where id=22; -update noar tt set v1='KOJB5S4VNENEDL295MJCKSG0U6EWK2PCU' where id=22; -update noar ti set v1='KOJB5S4VNENEDL295MJCKSG0U6EWK2PCU' where id=22; -update noar tt set v2='U0V3DCABX2ZDQ6RSB5PFLFNY2J01GCK6F' where id=22; -update noar ti set v2='U0V3DCABX2ZDQ6RSB5PFLFNY2J01GCK6F' where id=22; -update noar tt set v3='0Z3TPX143JBX447B6NJ3LWYMLZ00BBWKK' where id=22; -update noar ti set v3='0Z3TPX143JBX447B6NJ3LWYMLZ00BBWKK' where id=22; -update noar tt set v0='ZY8EE75LVSXW4AU3EIL3B985J4TOH5IO1' where id=23; -update noar ti set v0='ZY8EE75LVSXW4AU3EIL3B985J4TOH5IO1' where id=23; -update noar tt set v1='D5FD17Z0K5GAPV0CMS50B2IV75V4IUXZQ' where id=23; -update noar ti set v1='D5FD17Z0K5GAPV0CMS50B2IV75V4IUXZQ' where id=23; -update noar tt set v2='7MUR2EHV1TRV16HNTPJ00LOO01798AFNB' where id=23; -update noar ti set v2='7MUR2EHV1TRV16HNTPJ00LOO01798AFNB' where id=23; -update noar tt set v3='AREQ7QKLJF6ZN0Z0UK55U2MSYDAYELT23' where id=23; -update noar ti set v3='AREQ7QKLJF6ZN0Z0UK55U2MSYDAYELT23' where id=23; -update noar tt set v0='4Q504T13MWXR6ULK0YUWCRI4G3V50P6PF' where id=24; -update noar ti set v0='4Q504T13MWXR6ULK0YUWCRI4G3V50P6PF' where id=24; -update noar tt set v1='UK541KYG7R7XHGMES2U39VYTK3QMIP2I1' where id=24; -update noar ti set v1='UK541KYG7R7XHGMES2U39VYTK3QMIP2I1' where id=24; -update noar tt set v2='6BXFG7ZUBWMWKFYU4HX4XCXFBQEGU6ARA' where id=24; -update noar ti set v2='6BXFG7ZUBWMWKFYU4HX4XCXFBQEGU6ARA' where id=24; -update noar tt set v3='UXGAOQUET56F4Q22WM3HO3RR8STL3BTGX' where id=24; -update noar ti set v3='UXGAOQUET56F4Q22WM3HO3RR8STL3BTGX' where id=24; -update noar tt set v0='6MYJ4932OBD45L7YC3L5MRMS2PK3X4ODU' where id=25; -update noar ti set v0='6MYJ4932OBD45L7YC3L5MRMS2PK3X4ODU' where id=25; -update noar tt set v1='JVTGCDRKTA4GXTGEKXDFDV7PKMOGI9IG9' where id=25; -update noar ti set v1='JVTGCDRKTA4GXTGEKXDFDV7PKMOGI9IG9' where id=25; -update noar tt set v2='SRXI5GYYDI859KJSLAONF19LMWABF8WYK' where id=25; -update noar ti set v2='SRXI5GYYDI859KJSLAONF19LMWABF8WYK' where id=25; -update noar tt set v3='EFXY8QR9T5F65EG2W2R9JHT8WXCF0EK87' where id=25; -update noar ti set v3='EFXY8QR9T5F65EG2W2R9JHT8WXCF0EK87' where id=25; -update noar tt set v0='NSO4PI7CNZW5A428BJRH10CJBEH5PZ47Z' where id=26; -update noar ti set v0='NSO4PI7CNZW5A428BJRH10CJBEH5PZ47Z' where id=26; -update noar tt set v1='8KRE4HS895B1E53HZFOUC1PHZSKU1E8TD' where id=26; -update noar ti set v1='8KRE4HS895B1E53HZFOUC1PHZSKU1E8TD' where id=26; -update noar tt set v2='M2RROHXDEYBF08RUB7VVED0WMY4FPVDEA' where id=26; -update noar ti set v2='M2RROHXDEYBF08RUB7VVED0WMY4FPVDEA' where id=26; -update noar tt set v3='AMIARU95LSVVGGSA9GMRHMWR81NTHDJ2S' where id=26; -update noar ti set v3='AMIARU95LSVVGGSA9GMRHMWR81NTHDJ2S' where id=26; -update noar tt set v0='1NGJS2DZYT851F7V7Q9EN69E5OG6NI2GS' where id=27; -update noar ti set v0='1NGJS2DZYT851F7V7Q9EN69E5OG6NI2GS' where id=27; -update noar tt set v1='KDHJFRBIFTSSL50L43SRL8NIEH4AC29TV' where id=27; -update noar ti set v1='KDHJFRBIFTSSL50L43SRL8NIEH4AC29TV' where id=27; -update noar tt set v2='UWNFRLAWJFIE8HTGNVZSLJV8UWFOWYVGM' where id=27; -update noar ti set v2='UWNFRLAWJFIE8HTGNVZSLJV8UWFOWYVGM' where id=27; -update noar tt set v3='CM9KK9IA3R0JS36E4OPKN4X5P3J3QGXGW' where id=27; -update noar ti set v3='CM9KK9IA3R0JS36E4OPKN4X5P3J3QGXGW' where id=27; -update noar tt set v0='WXVL0VAU46AEAECLL4IWODIURRN1NRJ61' where id=28; -update noar ti set v0='WXVL0VAU46AEAECLL4IWODIURRN1NRJ61' where id=28; -update noar tt set v1='FLNXU7KAEBYIA1QVIPGAC0HQGA7CGYB97' where id=28; -update noar ti set v1='FLNXU7KAEBYIA1QVIPGAC0HQGA7CGYB97' where id=28; -update noar tt set v2='HZ5SSKV25ICEW6MOX1L5FTDCP5LKCTXXT' where id=28; -update noar ti set v2='HZ5SSKV25ICEW6MOX1L5FTDCP5LKCTXXT' where id=28; -update noar tt set v3='XNGMLS5BJ2IOZM3O0ZN5RQ5OU0O53KFQI' where id=28; -update noar ti set v3='XNGMLS5BJ2IOZM3O0ZN5RQ5OU0O53KFQI' where id=28; -update noar tt set v0='8X5BD0AQOLFSQRBAUMWH4ZH7KMOJMPM0X' where id=29; -update noar ti set v0='8X5BD0AQOLFSQRBAUMWH4ZH7KMOJMPM0X' where id=29; -update noar tt set v1='VY2VPMVG4EY938I04X0J8QQJVY5Z82ZCF' where id=29; -update noar ti set v1='VY2VPMVG4EY938I04X0J8QQJVY5Z82ZCF' where id=29; -update noar tt set v2='2DWL9ZHLGQKW5FX2WWLHHMXIECOP8KX5H' where id=29; -update noar ti set v2='2DWL9ZHLGQKW5FX2WWLHHMXIECOP8KX5H' where id=29; -update noar tt set v3='B8YMT03HGSMR4G1YQL64ZF89BFMOA3KVI' where id=29; -update noar ti set v3='B8YMT03HGSMR4G1YQL64ZF89BFMOA3KVI' where id=29; -update noar tt set v0='9TAHULKNSN78RRNNZCLZUVYNR15WBXPQ4' where id=30; -update noar ti set v0='9TAHULKNSN78RRNNZCLZUVYNR15WBXPQ4' where id=30; -update noar tt set v1='S90UAF4G65THLKJ32ZYHA1Q5ZMLOIK6ZL' where id=30; -update noar ti set v1='S90UAF4G65THLKJ32ZYHA1Q5ZMLOIK6ZL' where id=30; -update noar tt set v2='XQ3OENJ87EJGBGVR39SSBBPRPNDO7XOS5' where id=30; -update noar ti set v2='XQ3OENJ87EJGBGVR39SSBBPRPNDO7XOS5' where id=30; -update noar tt set v3='5M4X6EDWDA3VFBBCS5UMYGVL9BMNN0JD4' where id=30; -update noar ti set v3='5M4X6EDWDA3VFBBCS5UMYGVL9BMNN0JD4' where id=30; -update noar tt set v0='G9162K93ZFX25S2DA7WXGQPDTFWLWLUBZ' where id=31; -update noar ti set v0='G9162K93ZFX25S2DA7WXGQPDTFWLWLUBZ' where id=31; -update noar tt set v1='BPODCXXZ7O8GFZB9F6HNFU8E8JO5I825K' where id=31; -update noar ti set v1='BPODCXXZ7O8GFZB9F6HNFU8E8JO5I825K' where id=31; -update noar tt set v2='RPWSOAON5CGL6WZINYDISF7TCGITG2N4H' where id=31; -update noar ti set v2='RPWSOAON5CGL6WZINYDISF7TCGITG2N4H' where id=31; -update noar tt set v3='X9VFTE9H7U6VZ2XGY1Z190UIAQ34VWS7K' where id=31; -update noar ti set v3='X9VFTE9H7U6VZ2XGY1Z190UIAQ34VWS7K' where id=31; -update noar tt set v0='MSPBDFB032UUMC2FJLZFOUECQ6X9SY6FN' where id=32; -update noar ti set v0='MSPBDFB032UUMC2FJLZFOUECQ6X9SY6FN' where id=32; -update noar tt set v1='7E975JP7W479XYPVAAFVAM77KWJR2WDV4' where id=32; -update noar ti set v1='7E975JP7W479XYPVAAFVAM77KWJR2WDV4' where id=32; -update noar tt set v2='D0FKVNIBA7C0MRDG1YSW5LE1GRCGXIPG8' where id=32; -update noar ti set v2='D0FKVNIBA7C0MRDG1YSW5LE1GRCGXIPG8' where id=32; -update noar tt set v3='334N2FM0WB4O6SDH99VQTZNOGG21TOH9B' where id=32; -update noar ti set v3='334N2FM0WB4O6SDH99VQTZNOGG21TOH9B' where id=32; -update noar tt set v0='DCCZEXYNV3379AN2L2VM7FSRC15ZZM5D7' where id=33; -update noar ti set v0='DCCZEXYNV3379AN2L2VM7FSRC15ZZM5D7' where id=33; -update noar tt set v1='0M67C8QUZIA52ZKYHCMNP94WBU463XIIF' where id=33; -update noar ti set v1='0M67C8QUZIA52ZKYHCMNP94WBU463XIIF' where id=33; -update noar tt set v2='AIU7JVPC24UL6ZDCKG8XCQZSF66MD4CWI' where id=33; -update noar ti set v2='AIU7JVPC24UL6ZDCKG8XCQZSF66MD4CWI' where id=33; -update noar tt set v3='JI1W62A1K1IOZ9MY4PMC41RR15RW9K8SI' where id=33; -update noar ti set v3='JI1W62A1K1IOZ9MY4PMC41RR15RW9K8SI' where id=33; -update noar tt set v0='K3KOWVVOQD2SF82ZQ0FJ8M84JWR63GW7N' where id=34; -update noar ti set v0='K3KOWVVOQD2SF82ZQ0FJ8M84JWR63GW7N' where id=34; -update noar tt set v1='3RYTC4FST2JNIPZZLY3BVM6DNSV1BYGJO' where id=34; -update noar ti set v1='3RYTC4FST2JNIPZZLY3BVM6DNSV1BYGJO' where id=34; -update noar tt set v2='PGO9LB9WQQV6I18NB79CIVAOMW1UA5JG5' where id=34; -update noar ti set v2='PGO9LB9WQQV6I18NB79CIVAOMW1UA5JG5' where id=34; -update noar tt set v3='WXTST0S0NO9Q2XVKUFNLKNOHLPVR5WMW3' where id=34; -update noar ti set v3='WXTST0S0NO9Q2XVKUFNLKNOHLPVR5WMW3' where id=34; -update noar tt set v0='QCYAPRWZL02L8P0JHB9OYXZZUK7DKEMKZ' where id=35; -update noar ti set v0='QCYAPRWZL02L8P0JHB9OYXZZUK7DKEMKZ' where id=35; -update noar tt set v1='QX6HNVX1TSMS3KDCTS2UDMD01OSBHGSQA' where id=35; -update noar ti set v1='QX6HNVX1TSMS3KDCTS2UDMD01OSBHGSQA' where id=35; -update noar tt set v2='9A6BAW9ZMGUU1X16TWO30NZCKWD4C06TQ' where id=35; -update noar ti set v2='9A6BAW9ZMGUU1X16TWO30NZCKWD4C06TQ' where id=35; -update noar tt set v3='K6S6JOOP7RYSTYT4VEXL71VOGFBY4IPJD' where id=35; -update noar ti set v3='K6S6JOOP7RYSTYT4VEXL71VOGFBY4IPJD' where id=35; -update noar tt set v0='RI4ANVX8PMG3JB152YV1GBHGC4TL5E5SN' where id=36; -update noar ti set v0='RI4ANVX8PMG3JB152YV1GBHGC4TL5E5SN' where id=36; -update noar tt set v1='YHU9HEQYPBN5FGJZ74CBMBHAS24PMSCIE' where id=36; -update noar ti set v1='YHU9HEQYPBN5FGJZ74CBMBHAS24PMSCIE' where id=36; -update noar tt set v2='NWPLUBLTD2UXNG1IDR1UZAFE4VHDYDJPV' where id=36; -update noar ti set v2='NWPLUBLTD2UXNG1IDR1UZAFE4VHDYDJPV' where id=36; -update noar tt set v3='3J7QSZA1789TZYPWLD5BBHY8VPBI8DZLX' where id=36; -update noar ti set v3='3J7QSZA1789TZYPWLD5BBHY8VPBI8DZLX' where id=36; -update noar tt set v0='2T7IMNEKKTKT5UPRSSPK1868D0IAPWCVP' where id=37; -update noar ti set v0='2T7IMNEKKTKT5UPRSSPK1868D0IAPWCVP' where id=37; -update noar tt set v1='G2VKZN58QXC9K7DDT0JGXQDLWIAD0SJF1' where id=37; -update noar ti set v1='G2VKZN58QXC9K7DDT0JGXQDLWIAD0SJF1' where id=37; -update noar tt set v2='DJPEITEJ6M70B1MWMRIAXUIGQGTFOYYX7' where id=37; -update noar ti set v2='DJPEITEJ6M70B1MWMRIAXUIGQGTFOYYX7' where id=37; -update noar tt set v3='62XLPFM3EUXBUEP4FBM4X7I6I08NMWXSM' where id=37; -update noar ti set v3='62XLPFM3EUXBUEP4FBM4X7I6I08NMWXSM' where id=37; -update noar tt set v0='R912P2HF5EHVFY6OYWY328BV0MJWIYB02' where id=38; -update noar ti set v0='R912P2HF5EHVFY6OYWY328BV0MJWIYB02' where id=38; -update noar tt set v1='ITQL0YP43X806V16F60HUPA0FCKKDEC5D' where id=38; -update noar ti set v1='ITQL0YP43X806V16F60HUPA0FCKKDEC5D' where id=38; -update noar tt set v2='3MVKMCM37ET5Y3UJDMMS6885EM079QB3Z' where id=38; -update noar ti set v2='3MVKMCM37ET5Y3UJDMMS6885EM079QB3Z' where id=38; -update noar tt set v3='VMRBAP9TCGCN6X6FRBF5TM1JUMANKD9M6' where id=38; -update noar ti set v3='VMRBAP9TCGCN6X6FRBF5TM1JUMANKD9M6' where id=38; -update noar tt set v0='DT5E4D9CD7UG4RRZDU3NTGRGWLU8DREYP' where id=39; -update noar ti set v0='DT5E4D9CD7UG4RRZDU3NTGRGWLU8DREYP' where id=39; -update noar tt set v1='L9GU0DO74KS50X401JR3Q0A8WNUJ5IPEX' where id=39; -update noar ti set v1='L9GU0DO74KS50X401JR3Q0A8WNUJ5IPEX' where id=39; -update noar tt set v2='FA0WDNHT4UL3IMNHXK7OH3UKKHE1RX8N8' where id=39; -update noar ti set v2='FA0WDNHT4UL3IMNHXK7OH3UKKHE1RX8N8' where id=39; -update noar tt set v3='IFW24W1X1BB8UTD2VSQGK017K8OHXUW56' where id=39; -update noar ti set v3='IFW24W1X1BB8UTD2VSQGK017K8OHXUW56' where id=39; -update noar tt set v0='MKJKE3COIAQ3A67Y0RYOHOLFKDLL9GWAJ' where id=40; -update noar ti set v0='MKJKE3COIAQ3A67Y0RYOHOLFKDLL9GWAJ' where id=40; -update noar tt set v1='GLID9S2KYZB9ACCUWPYKMEDXWP7TG9MFE' where id=40; -update noar ti set v1='GLID9S2KYZB9ACCUWPYKMEDXWP7TG9MFE' where id=40; -update noar tt set v2='ST2VEUTOE96PSUJDSE8PEQRMH8YB35CTM' where id=40; -update noar ti set v2='ST2VEUTOE96PSUJDSE8PEQRMH8YB35CTM' where id=40; -update noar tt set v3='A3XJVUHBILK9OHEPUD57RUIRZNVYLG63S' where id=40; -update noar ti set v3='A3XJVUHBILK9OHEPUD57RUIRZNVYLG63S' where id=40; -update noar tt set v0='3UWR1YYR5HS6ZDU6MRQI7Y15UE24DK2S3' where id=41; -update noar ti set v0='3UWR1YYR5HS6ZDU6MRQI7Y15UE24DK2S3' where id=41; -update noar tt set v1='VAA4210P14672GH4DM6L0ECZYZ09OSDW8' where id=41; -update noar ti set v1='VAA4210P14672GH4DM6L0ECZYZ09OSDW8' where id=41; -update noar tt set v2='B8F0TP4VR56U0LQ03DFHHK4JUJ9UB7ENT' where id=41; -update noar ti set v2='B8F0TP4VR56U0LQ03DFHHK4JUJ9UB7ENT' where id=41; -update noar tt set v3='FFQWF8RJT1PNQIEI57WSVIXHQ2LKTXCUP' where id=41; -update noar ti set v3='FFQWF8RJT1PNQIEI57WSVIXHQ2LKTXCUP' where id=41; -update noar tt set v0='O6VWMNB08WSKPY52C23PJ0EMB12D7M9ZA' where id=42; -update noar ti set v0='O6VWMNB08WSKPY52C23PJ0EMB12D7M9ZA' where id=42; -update noar tt set v1='XBXLZOAH7VXWIKBR2LWXG1NI53CZIXKQS' where id=42; -update noar ti set v1='XBXLZOAH7VXWIKBR2LWXG1NI53CZIXKQS' where id=42; -update noar tt set v2='ABJXY62V528OILRK03WD3Q9QBLFI1B28P' where id=42; -update noar ti set v2='ABJXY62V528OILRK03WD3Q9QBLFI1B28P' where id=42; -update noar tt set v3='AOXKZHVQHCA41PBLJJNSVEO2UEEFG2JK3' where id=42; -update noar ti set v3='AOXKZHVQHCA41PBLJJNSVEO2UEEFG2JK3' where id=42; -update noar tt set v0='9LHIQC9TVMFHHFI32KY0OS04GDZ1BTH0L' where id=43; -update noar ti set v0='9LHIQC9TVMFHHFI32KY0OS04GDZ1BTH0L' where id=43; -update noar tt set v1='RTS18K1IEHJNSA5NRQOZB4HAYBRZ0KJEV' where id=43; -update noar ti set v1='RTS18K1IEHJNSA5NRQOZB4HAYBRZ0KJEV' where id=43; -update noar tt set v2='V5XQW02KVYP37BSQA5E8MOMOT9VTMJ40I' where id=43; -update noar ti set v2='V5XQW02KVYP37BSQA5E8MOMOT9VTMJ40I' where id=43; -update noar tt set v3='5Y4B39JWO22GQ2N9P4EO1TLXTWDFT0DEN' where id=43; -update noar ti set v3='5Y4B39JWO22GQ2N9P4EO1TLXTWDFT0DEN' where id=43; -update noar tt set v0='PGKK16QDOOCE96HKCVBLEMDCKVG9V1JMO' where id=44; -update noar ti set v0='PGKK16QDOOCE96HKCVBLEMDCKVG9V1JMO' where id=44; -update noar tt set v1='78LW6GXX6Q16BPOVMOYSTYJWYHZ30TR8T' where id=44; -update noar ti set v1='78LW6GXX6Q16BPOVMOYSTYJWYHZ30TR8T' where id=44; -update noar tt set v2='QEAO4FTMGX0X009R64GRNAC0NRY8T0GOO' where id=44; -update noar ti set v2='QEAO4FTMGX0X009R64GRNAC0NRY8T0GOO' where id=44; -update noar tt set v3='2X16FM6TI5P79G3II2UQSLY1OVSAT12Q1' where id=44; -update noar ti set v3='2X16FM6TI5P79G3II2UQSLY1OVSAT12Q1' where id=44; -update noar tt set v0='ESXKX6USB9XY4FYXSD88PQI718391HAGN' where id=45; -update noar ti set v0='ESXKX6USB9XY4FYXSD88PQI718391HAGN' where id=45; -update noar tt set v1='0P2YNW03FRTHLLQ9FT78C37AUZ1TBV87F' where id=45; -update noar ti set v1='0P2YNW03FRTHLLQ9FT78C37AUZ1TBV87F' where id=45; -update noar tt set v2='413UKX649L2MF40T6HAZDMA9BESDN115E' where id=45; -update noar ti set v2='413UKX649L2MF40T6HAZDMA9BESDN115E' where id=45; -update noar tt set v3='2Z7REP7QMAKJAVBAWMVGLLFVOGVC4ADUP' where id=45; -update noar ti set v3='2Z7REP7QMAKJAVBAWMVGLLFVOGVC4ADUP' where id=45; -update noar tt set v0='8KI3Q799YHUYLMA944I8S0JVXGMXLVZSS' where id=46; -update noar ti set v0='8KI3Q799YHUYLMA944I8S0JVXGMXLVZSS' where id=46; -update noar tt set v1='TVI3CYJHZUT2AZSP876R33HS83Z5TPAW5' where id=46; -update noar ti set v1='TVI3CYJHZUT2AZSP876R33HS83Z5TPAW5' where id=46; -update noar tt set v2='RUQ9TZZR1NSFJVTK4220PVZXY8HNFOHQO' where id=46; -update noar ti set v2='RUQ9TZZR1NSFJVTK4220PVZXY8HNFOHQO' where id=46; -update noar tt set v3='MFMAMIJELQQ8IC9LCYM7UQ4MFXKESN5KN' where id=46; -update noar ti set v3='MFMAMIJELQQ8IC9LCYM7UQ4MFXKESN5KN' where id=46; -update noar tt set v0='8BYHXNU3NL88TA0WKJFIR4CV28YSEQMW3' where id=47; -update noar ti set v0='8BYHXNU3NL88TA0WKJFIR4CV28YSEQMW3' where id=47; -update noar tt set v1='QM4BZK70S004B16MVPFPE4MIPYNXEFSX0' where id=47; -update noar ti set v1='QM4BZK70S004B16MVPFPE4MIPYNXEFSX0' where id=47; -update noar tt set v2='S65PJ06W6S1K6TM82Y2T9FJV161KFAGT5' where id=47; -update noar ti set v2='S65PJ06W6S1K6TM82Y2T9FJV161KFAGT5' where id=47; -update noar tt set v3='YY6S5Y9EJ9NGN33SCYG3CQOE7H21UU1F0' where id=47; -update noar ti set v3='YY6S5Y9EJ9NGN33SCYG3CQOE7H21UU1F0' where id=47; -update noar tt set v0='TUSZUPWUJULY4NXRJJ654XQZ71REPCN62' where id=48; -update noar ti set v0='TUSZUPWUJULY4NXRJJ654XQZ71REPCN62' where id=48; -update noar tt set v1='OZU1HYIF3Y0T71NCTDFSSDMLEE6LLQ5GV' where id=48; -update noar ti set v1='OZU1HYIF3Y0T71NCTDFSSDMLEE6LLQ5GV' where id=48; -update noar tt set v2='DDOI7O9NTATXXM2FOBFP7D28YQQ2FDWSN' where id=48; -update noar ti set v2='DDOI7O9NTATXXM2FOBFP7D28YQQ2FDWSN' where id=48; -update noar tt set v3='C44MUD0KVWB2QXDWPR0TFU2AV56XF67LF' where id=48; -update noar ti set v3='C44MUD0KVWB2QXDWPR0TFU2AV56XF67LF' where id=48; -update noar tt set v0='MN5ZI8YZBWJJS8M9QBX25IU9XCNJHOMKM' where id=49; -update noar ti set v0='MN5ZI8YZBWJJS8M9QBX25IU9XCNJHOMKM' where id=49; -update noar tt set v1='5V1ER3RIF1HHF1UQ6KKOSH9MK7JV1XDP6' where id=49; -update noar ti set v1='5V1ER3RIF1HHF1UQ6KKOSH9MK7JV1XDP6' where id=49; -update noar tt set v2='JPVX4KE0GDYVTMOXZ8YWXHHFTZJ5A4LQR' where id=49; -update noar ti set v2='JPVX4KE0GDYVTMOXZ8YWXHHFTZJ5A4LQR' where id=49; -update noar tt set v3='1XWYOG4TBTULZZ8FH73O0WPQEEFCJEZOV' where id=49; -update noar ti set v3='1XWYOG4TBTULZZ8FH73O0WPQEEFCJEZOV' where id=49; -update noar tt set v0='COMYTADDRCBA0W7ORYHNUS7GYSQ44CPHD' where id=50; -update noar ti set v0='COMYTADDRCBA0W7ORYHNUS7GYSQ44CPHD' where id=50; -update noar tt set v1='UQGLOZP913RT96TX8PO1T7TEY9SNZA04B' where id=50; -update noar ti set v1='UQGLOZP913RT96TX8PO1T7TEY9SNZA04B' where id=50; -update noar tt set v2='XWFLBAJN7VEEB18QCDXLLFIXBTHUHQYYU' where id=50; -update noar ti set v2='XWFLBAJN7VEEB18QCDXLLFIXBTHUHQYYU' where id=50; -update noar tt set v3='JCR68CBYY518S9CUV1H67WZNZEW4VTXIH' where id=50; -update noar ti set v3='JCR68CBYY518S9CUV1H67WZNZEW4VTXIH' where id=50; -update noar tt set v0='AHARHQO29A125TK4DYNP1XM5NOHY98FCG' where id=51; -update noar ti set v0='AHARHQO29A125TK4DYNP1XM5NOHY98FCG' where id=51; -update noar tt set v1='T7BRSPTBZS5O6B6A3CNZSV4G2AZG9V41N' where id=51; -update noar ti set v1='T7BRSPTBZS5O6B6A3CNZSV4G2AZG9V41N' where id=51; -update noar tt set v2='VFGQCLMOGIZ5UMPCNE2YE0SILQ57P06W8' where id=51; -update noar ti set v2='VFGQCLMOGIZ5UMPCNE2YE0SILQ57P06W8' where id=51; -update noar tt set v3='YCGUIHJKGKH5I0A2ORBVSR8ROU9WA5TD8' where id=51; -update noar ti set v3='YCGUIHJKGKH5I0A2ORBVSR8ROU9WA5TD8' where id=51; -update noar tt set v0='BW5Y1UJMS97MDH7AXMSMJLCMOQR873JYP' where id=52; -update noar ti set v0='BW5Y1UJMS97MDH7AXMSMJLCMOQR873JYP' where id=52; -update noar tt set v1='MSNP8YLE46R6VDXWDI6ULZ6IUSQGYCREI' where id=52; -update noar ti set v1='MSNP8YLE46R6VDXWDI6ULZ6IUSQGYCREI' where id=52; -update noar tt set v2='LY5M8T1B2DAXX75JBXSX0OMJC4R7OWRSH' where id=52; -update noar ti set v2='LY5M8T1B2DAXX75JBXSX0OMJC4R7OWRSH' where id=52; -update noar tt set v3='WROEU2PQTO9J7FL6Z05FSA0TUJK4WUYTW' where id=52; -update noar ti set v3='WROEU2PQTO9J7FL6Z05FSA0TUJK4WUYTW' where id=52; -update noar tt set v0='RVGWA2P5SZ0V3WGJA20Z2AGZ14WNNX3MF' where id=53; -update noar ti set v0='RVGWA2P5SZ0V3WGJA20Z2AGZ14WNNX3MF' where id=53; -update noar tt set v1='MTEA9XO92VAPSAQT0IEZB21MM0JCDUBLB' where id=53; -update noar ti set v1='MTEA9XO92VAPSAQT0IEZB21MM0JCDUBLB' where id=53; -update noar tt set v2='7GH7XOZXQ41PYCL1CS6JZSNZGWVI72LWC' where id=53; -update noar ti set v2='7GH7XOZXQ41PYCL1CS6JZSNZGWVI72LWC' where id=53; -update noar tt set v3='QUBRHSONW9IX0MKCQ4UZM700OLBG3830N' where id=53; -update noar ti set v3='QUBRHSONW9IX0MKCQ4UZM700OLBG3830N' where id=53; -update noar tt set v0='ZVTO6EZ70ZROU9PUPUBVCTYG2DCN3LXPS' where id=54; -update noar ti set v0='ZVTO6EZ70ZROU9PUPUBVCTYG2DCN3LXPS' where id=54; -update noar tt set v1='URWVN56QBJE74QSR8MT644SPT4GWQKB50' where id=54; -update noar ti set v1='URWVN56QBJE74QSR8MT644SPT4GWQKB50' where id=54; -update noar tt set v2='TX79HNUJLAEOW6YH681LZ3TZPVF3QVSY7' where id=54; -update noar ti set v2='TX79HNUJLAEOW6YH681LZ3TZPVF3QVSY7' where id=54; -update noar tt set v3='F32NHURS5QZ7UCMW1ZLLMEJN4L4XJNBO9' where id=54; -update noar ti set v3='F32NHURS5QZ7UCMW1ZLLMEJN4L4XJNBO9' where id=54; -update noar tt set v0='FRMSA94HIAGIMN95QNHYDUZIGCVEPDV39' where id=55; -update noar ti set v0='FRMSA94HIAGIMN95QNHYDUZIGCVEPDV39' where id=55; -update noar tt set v1='SKKXZPI5WKBJRWLZGRAI5H7GCPVS8WL2X' where id=55; -update noar ti set v1='SKKXZPI5WKBJRWLZGRAI5H7GCPVS8WL2X' where id=55; -update noar tt set v2='GYGJ40LYFGSDS3ZE9TKXDRLR4OOTXP4NE' where id=55; -update noar ti set v2='GYGJ40LYFGSDS3ZE9TKXDRLR4OOTXP4NE' where id=55; -update noar tt set v3='11RRKQMO6DX54L4V09SBSHVKNSWOUFO5Y' where id=55; -update noar ti set v3='11RRKQMO6DX54L4V09SBSHVKNSWOUFO5Y' where id=55; -update noar tt set v0='4ZV817AXJ3UNA0SO6S6P188CWN9GIW5CA' where id=56; -update noar ti set v0='4ZV817AXJ3UNA0SO6S6P188CWN9GIW5CA' where id=56; -update noar tt set v1='TNYVAYCVX998HMIA8NH2TQ47CSQK5IX5W' where id=56; -update noar ti set v1='TNYVAYCVX998HMIA8NH2TQ47CSQK5IX5W' where id=56; -update noar tt set v2='ESZDWV23P3PQ10WXB5EDPTBEHFDA1E5DX' where id=56; -update noar ti set v2='ESZDWV23P3PQ10WXB5EDPTBEHFDA1E5DX' where id=56; -update noar tt set v3='381KXP22XWMN41GJVGJNGHKZRELKOQNHZ' where id=56; -update noar ti set v3='381KXP22XWMN41GJVGJNGHKZRELKOQNHZ' where id=56; -update noar tt set v0='NPNJBVTCADPVI4M0R1VTONQS7WXS3EH81' where id=57; -update noar ti set v0='NPNJBVTCADPVI4M0R1VTONQS7WXS3EH81' where id=57; -update noar tt set v1='AQBDV4A6BD3A3YAPKSBL7CN9Z6IBNUW82' where id=57; -update noar ti set v1='AQBDV4A6BD3A3YAPKSBL7CN9Z6IBNUW82' where id=57; -update noar tt set v2='380IWX6KBPG4HLZCRGADNXBTIZG53ABFD' where id=57; -update noar ti set v2='380IWX6KBPG4HLZCRGADNXBTIZG53ABFD' where id=57; -update noar tt set v3='G18OJAL461G4Q5HSKFKPXTU09QE2RLMY3' where id=57; -update noar ti set v3='G18OJAL461G4Q5HSKFKPXTU09QE2RLMY3' where id=57; -update noar tt set v0='DDN00LUKD3OEHQV4WQJ2HWDFYSENJCD5X' where id=58; -update noar ti set v0='DDN00LUKD3OEHQV4WQJ2HWDFYSENJCD5X' where id=58; -update noar tt set v1='3SYGNRCXS4XLTKLEZ04HUN9Y5M4UVZ4HM' where id=58; -update noar ti set v1='3SYGNRCXS4XLTKLEZ04HUN9Y5M4UVZ4HM' where id=58; -update noar tt set v2='3ISJ1V03VYDPPSLUWGFO9N0FTT89EZ0PT' where id=58; -update noar ti set v2='3ISJ1V03VYDPPSLUWGFO9N0FTT89EZ0PT' where id=58; -update noar tt set v3='BJEU63TZFNMVR7RDEQ0JPLVPAUN0LJVBY' where id=58; -update noar ti set v3='BJEU63TZFNMVR7RDEQ0JPLVPAUN0LJVBY' where id=58; -update noar tt set v0='LXEOXDHBGQSWPG70WI0JZZSLV1QU4VHDW' where id=59; -update noar ti set v0='LXEOXDHBGQSWPG70WI0JZZSLV1QU4VHDW' where id=59; -update noar tt set v1='QDIHTVPP9GXKS21JSH5ZW3JJ2NWE01WO2' where id=59; -update noar ti set v1='QDIHTVPP9GXKS21JSH5ZW3JJ2NWE01WO2' where id=59; -update noar tt set v2='FN8IF6ASEXAHAGEYX4EQJ8R3S72IMXY2M' where id=59; -update noar ti set v2='FN8IF6ASEXAHAGEYX4EQJ8R3S72IMXY2M' where id=59; -update noar tt set v3='886L60NO5VI7TTR7V4WDLOOIWBJ68BR6S' where id=59; -update noar ti set v3='886L60NO5VI7TTR7V4WDLOOIWBJ68BR6S' where id=59; -update noar tt set v0='E70TRHIS59ZZ4NQ59SHATDXZLOTEWLQ3R' where id=60; -update noar ti set v0='E70TRHIS59ZZ4NQ59SHATDXZLOTEWLQ3R' where id=60; -update noar tt set v1='BTTY4QM632NISEGAC7TA99Q41SHCB1WUC' where id=60; -update noar ti set v1='BTTY4QM632NISEGAC7TA99Q41SHCB1WUC' where id=60; -update noar tt set v2='IR32QC45X79KNWGGM095VO1J65S5A0TIV' where id=60; -update noar ti set v2='IR32QC45X79KNWGGM095VO1J65S5A0TIV' where id=60; -update noar tt set v3='T9YGLSNG8J7NHECBA5ESYDLOX74UQFA1G' where id=60; -update noar ti set v3='T9YGLSNG8J7NHECBA5ESYDLOX74UQFA1G' where id=60; -update noar tt set v0='ZFS6WYHV514XOXZISNCZL1EZA1U739PL6' where id=61; -update noar ti set v0='ZFS6WYHV514XOXZISNCZL1EZA1U739PL6' where id=61; -update noar tt set v1='5OOH8FMYR0650HTE6M59IWDEBOY9URERS' where id=61; -update noar ti set v1='5OOH8FMYR0650HTE6M59IWDEBOY9URERS' where id=61; -update noar tt set v2='Q2189FFZX3MR7DGWYRFMGK577WJLXLXO2' where id=61; -update noar ti set v2='Q2189FFZX3MR7DGWYRFMGK577WJLXLXO2' where id=61; -update noar tt set v3='30MPB9H0JZ2H5FPOZKS8F4OE7FWL3HCO4' where id=61; -update noar ti set v3='30MPB9H0JZ2H5FPOZKS8F4OE7FWL3HCO4' where id=61; -update noar tt set v0='BMH1ZK3GYMCOFENW8J4BO0Q70EFTGI92F' where id=62; -update noar ti set v0='BMH1ZK3GYMCOFENW8J4BO0Q70EFTGI92F' where id=62; -update noar tt set v1='QJBBTGAPNAX4M8J4WRJ3CED3IDCJ1C7UV' where id=62; -update noar ti set v1='QJBBTGAPNAX4M8J4WRJ3CED3IDCJ1C7UV' where id=62; -update noar tt set v2='8I7NGFA0NIB64E1CH2GRBBN0SP8ZU8KBV' where id=62; -update noar ti set v2='8I7NGFA0NIB64E1CH2GRBBN0SP8ZU8KBV' where id=62; -update noar tt set v3='RV0JH7XZNJM5OGU57SOQCP6KDZU0TSWNA' where id=62; -update noar ti set v3='RV0JH7XZNJM5OGU57SOQCP6KDZU0TSWNA' where id=62; -update noar tt set v0='8Q9EP1AH3V6CIVJDAPC5RONU6A49Z4UBM' where id=63; -update noar ti set v0='8Q9EP1AH3V6CIVJDAPC5RONU6A49Z4UBM' where id=63; -update noar tt set v1='DH8XT3SKF1VEML9GBIFVN5KDP0FDYUADL' where id=63; -update noar ti set v1='DH8XT3SKF1VEML9GBIFVN5KDP0FDYUADL' where id=63; -update noar tt set v2='T2LG8QNMINA7C1JCTQ8LSBLJ42QUGJ9VD' where id=63; -update noar ti set v2='T2LG8QNMINA7C1JCTQ8LSBLJ42QUGJ9VD' where id=63; -update noar tt set v3='SWR9BMKD2EQPIMFW6PEXNZBUHURY0KTKU' where id=63; -update noar ti set v3='SWR9BMKD2EQPIMFW6PEXNZBUHURY0KTKU' where id=63; -update noar tt set v0='3HOGCDN135GHCOLTLM8D2GUPTCJSH0UUP' where id=64; -update noar ti set v0='3HOGCDN135GHCOLTLM8D2GUPTCJSH0UUP' where id=64; -update noar tt set v1='8KL96S41VAINAHN8M5JU5Q4A6XCF7M4BD' where id=64; -update noar ti set v1='8KL96S41VAINAHN8M5JU5Q4A6XCF7M4BD' where id=64; -update noar tt set v2='KSJQ1OUGKWBN4J9JVGDRAGYHI02F65VN5' where id=64; -update noar ti set v2='KSJQ1OUGKWBN4J9JVGDRAGYHI02F65VN5' where id=64; -update noar tt set v3='0FF9J862P6PKCZE6A3APEK2QU5LIXY356' where id=64; -update noar ti set v3='0FF9J862P6PKCZE6A3APEK2QU5LIXY356' where id=64; -update noar tt set v0='J7CRG2XMNEB02IKV1ARDDK70N6Y0UIJBX' where id=65; -update noar ti set v0='J7CRG2XMNEB02IKV1ARDDK70N6Y0UIJBX' where id=65; -update noar tt set v1='QKDDHXYBZI0R27QFH6CWEN4GSWZWFNGAP' where id=65; -update noar ti set v1='QKDDHXYBZI0R27QFH6CWEN4GSWZWFNGAP' where id=65; -update noar tt set v2='P4DCWQ4ETGV59I4TUCN7OJTFZ79Y2WNZF' where id=65; -update noar ti set v2='P4DCWQ4ETGV59I4TUCN7OJTFZ79Y2WNZF' where id=65; -update noar tt set v3='HHSNM8AL42VZ1QD26ITZB24JUPIK90H2H' where id=65; -update noar ti set v3='HHSNM8AL42VZ1QD26ITZB24JUPIK90H2H' where id=65; -update noar tt set v0='U7QDG74C0O9E7RJ2B0NI7ZNKSMMP319FR' where id=66; -update noar ti set v0='U7QDG74C0O9E7RJ2B0NI7ZNKSMMP319FR' where id=66; -update noar tt set v1='21LZ0O6I11PGZ5Q9PU54AEWWH2DQCB42M' where id=66; -update noar ti set v1='21LZ0O6I11PGZ5Q9PU54AEWWH2DQCB42M' where id=66; -update noar tt set v2='XWEQ9A7RK3D3U4A6OGSUYJEY9F8857ODF' where id=66; -update noar ti set v2='XWEQ9A7RK3D3U4A6OGSUYJEY9F8857ODF' where id=66; -update noar tt set v3='722HYSC3XSUVC4FCDDU62XV3NNLHWINQG' where id=66; -update noar ti set v3='722HYSC3XSUVC4FCDDU62XV3NNLHWINQG' where id=66; -update noar tt set v0='EF9KFZ0Q574GMQJ9EXK6AVFHVN71W3J84' where id=67; -update noar ti set v0='EF9KFZ0Q574GMQJ9EXK6AVFHVN71W3J84' where id=67; -update noar tt set v1='L2J0SBTJQ26RCEOBZHLXGZA821K9D5BZC' where id=67; -update noar ti set v1='L2J0SBTJQ26RCEOBZHLXGZA821K9D5BZC' where id=67; -update noar tt set v2='J2EN7X25VKFNFSP9WS4IOD16T9RTFN5SG' where id=67; -update noar ti set v2='J2EN7X25VKFNFSP9WS4IOD16T9RTFN5SG' where id=67; -update noar tt set v3='D4II7SOYIQICLXPQMOPXI6N8V3YW5T11N' where id=67; -update noar ti set v3='D4II7SOYIQICLXPQMOPXI6N8V3YW5T11N' where id=67; -update noar tt set v0='7B5Y00JPNG3CUZ0URYRKYSB2QMOO7D2RE' where id=68; -update noar ti set v0='7B5Y00JPNG3CUZ0URYRKYSB2QMOO7D2RE' where id=68; -update noar tt set v1='Y55H3LWRWQ40KCA009OLN3XIYTBK6DOYJ' where id=68; -update noar ti set v1='Y55H3LWRWQ40KCA009OLN3XIYTBK6DOYJ' where id=68; -update noar tt set v2='05IQB948N1ZWWVOE4H9S7CPVN1HIXBAJI' where id=68; -update noar ti set v2='05IQB948N1ZWWVOE4H9S7CPVN1HIXBAJI' where id=68; -update noar tt set v3='P4QTPZ52FUM1HZVEQXPXHTTPB0AE77N4O' where id=68; -update noar ti set v3='P4QTPZ52FUM1HZVEQXPXHTTPB0AE77N4O' where id=68; -update noar tt set v0='YGN8KP34GE2OJKQA313IO0VD488FD4BSW' where id=69; -update noar ti set v0='YGN8KP34GE2OJKQA313IO0VD488FD4BSW' where id=69; -update noar tt set v1='HPQR5L105B7PMCXEXXX1O7YIFFNYVU6N3' where id=69; -update noar ti set v1='HPQR5L105B7PMCXEXXX1O7YIFFNYVU6N3' where id=69; -update noar tt set v2='LPIUASBAJI6MDE193R8YEHAZ910G2JZAQ' where id=69; -update noar ti set v2='LPIUASBAJI6MDE193R8YEHAZ910G2JZAQ' where id=69; -update noar tt set v3='DMR9KFWKZYCLZT0SXIFN898SAEI4JVVZN' where id=69; -update noar ti set v3='DMR9KFWKZYCLZT0SXIFN898SAEI4JVVZN' where id=69; -update noar tt set v0='E2QKXKRXDXU5CISL7RRQKZH65H1ND5T8L' where id=70; -update noar ti set v0='E2QKXKRXDXU5CISL7RRQKZH65H1ND5T8L' where id=70; -update noar tt set v1='KY8U273TV3S175XX41MBYIYYZEZ07HRHU' where id=70; -update noar ti set v1='KY8U273TV3S175XX41MBYIYYZEZ07HRHU' where id=70; -update noar tt set v2='E1SY1I1YHONFEXH8DQPRBXYKKM5EFEPXB' where id=70; -update noar ti set v2='E1SY1I1YHONFEXH8DQPRBXYKKM5EFEPXB' where id=70; -update noar tt set v3='V9Q3MY5BGNEGZDSBOH9V1CEFP8L5UQRYC' where id=70; -update noar ti set v3='V9Q3MY5BGNEGZDSBOH9V1CEFP8L5UQRYC' where id=70; -update noar tt set v0='HD6ZDFZ1Y05NXJ8GAC5Z7X52IXCSO57CE' where id=71; -update noar ti set v0='HD6ZDFZ1Y05NXJ8GAC5Z7X52IXCSO57CE' where id=71; -update noar tt set v1='OIYYCVQ8BW32K5HNJS8O3LJPGHZIEIWIW' where id=71; -update noar ti set v1='OIYYCVQ8BW32K5HNJS8O3LJPGHZIEIWIW' where id=71; -update noar tt set v2='6AA9R8FH4HPJCAYMG5FEGGIH8SLNYONS7' where id=71; -update noar ti set v2='6AA9R8FH4HPJCAYMG5FEGGIH8SLNYONS7' where id=71; -update noar tt set v3='8F5HTANJ45EYMRR5BUVQZO6XC3UQ0LQU7' where id=71; -update noar ti set v3='8F5HTANJ45EYMRR5BUVQZO6XC3UQ0LQU7' where id=71; -update noar tt set v0='HXDP5XI1YGXXD30DTPCG8GXH8FA3146U7' where id=72; -update noar ti set v0='HXDP5XI1YGXXD30DTPCG8GXH8FA3146U7' where id=72; -update noar tt set v1='00AGJNLXQVE9BHL1KP6KVKNLLMZXVD3L2' where id=72; -update noar ti set v1='00AGJNLXQVE9BHL1KP6KVKNLLMZXVD3L2' where id=72; -update noar tt set v2='HJWX6SF2IS19Z8R0IR7LN9X0INU5WCKPM' where id=72; -update noar ti set v2='HJWX6SF2IS19Z8R0IR7LN9X0INU5WCKPM' where id=72; -update noar tt set v3='YOJKU4F0DMW3VXUSCB0FYIZL9A741MOAL' where id=72; -update noar ti set v3='YOJKU4F0DMW3VXUSCB0FYIZL9A741MOAL' where id=72; -update noar tt set v0='54YDDTUJ7F338ADD6MG99GJDG3WP1BIHM' where id=73; -update noar ti set v0='54YDDTUJ7F338ADD6MG99GJDG3WP1BIHM' where id=73; -update noar tt set v1='OOVBMH2U3H0XZIGOUOFE3TW0LM6C2024Q' where id=73; -update noar ti set v1='OOVBMH2U3H0XZIGOUOFE3TW0LM6C2024Q' where id=73; -update noar tt set v2='ZGNXVYTHYFFUTJLLVYM6QSWBWGAF0B12B' where id=73; -update noar ti set v2='ZGNXVYTHYFFUTJLLVYM6QSWBWGAF0B12B' where id=73; -update noar tt set v3='Q7RLJLCOB7R3QWNESTCWQT88TNCSLRWZ6' where id=73; -update noar ti set v3='Q7RLJLCOB7R3QWNESTCWQT88TNCSLRWZ6' where id=73; -update noar tt set v0='SMCRS1V67Y08U5BX991NO082GWT2BPK80' where id=74; -update noar ti set v0='SMCRS1V67Y08U5BX991NO082GWT2BPK80' where id=74; -update noar tt set v1='0A28CB6Z3HVUFD1K8XW8HBIOMGZUVMO6S' where id=74; -update noar ti set v1='0A28CB6Z3HVUFD1K8XW8HBIOMGZUVMO6S' where id=74; -update noar tt set v2='75V771SGC1D9GC1AHHH6X7TA43YZDTMR6' where id=74; -update noar ti set v2='75V771SGC1D9GC1AHHH6X7TA43YZDTMR6' where id=74; -update noar tt set v3='4O3YYBGFM3ZB4ULJZRC6KR5CGJX5EXJHK' where id=74; -update noar ti set v3='4O3YYBGFM3ZB4ULJZRC6KR5CGJX5EXJHK' where id=74; -update noar tt set v0='Q2S43IWT3GDUCQI81IJTK7BJJ5L3ECEPV' where id=75; -update noar ti set v0='Q2S43IWT3GDUCQI81IJTK7BJJ5L3ECEPV' where id=75; -update noar tt set v1='3ZQ9I06NEAUY4AN2AB2XWM2GJXF7VGJWK' where id=75; -update noar ti set v1='3ZQ9I06NEAUY4AN2AB2XWM2GJXF7VGJWK' where id=75; -update noar tt set v2='A22SZG7S4QCRAB8R7LXT6TRNVN616SV44' where id=75; -update noar ti set v2='A22SZG7S4QCRAB8R7LXT6TRNVN616SV44' where id=75; -update noar tt set v3='QFFJ24MRB24MSJIW28YHIFFUQD1BKKXXC' where id=75; -update noar ti set v3='QFFJ24MRB24MSJIW28YHIFFUQD1BKKXXC' where id=75; -update noar tt set v0='Q5J8N0THHXCA8V1WK7CMJI8YYO244FFRP' where id=76; -update noar ti set v0='Q5J8N0THHXCA8V1WK7CMJI8YYO244FFRP' where id=76; -update noar tt set v1='W5P11AR03PUMZIV514BF68Q14HJZP5HG5' where id=76; -update noar ti set v1='W5P11AR03PUMZIV514BF68Q14HJZP5HG5' where id=76; -update noar tt set v2='54555ZFZQ9WW3ZB5EDJXA4M4XX3UFWF08' where id=76; -update noar ti set v2='54555ZFZQ9WW3ZB5EDJXA4M4XX3UFWF08' where id=76; -update noar tt set v3='QOPJBR9SLQUJY7QE9RWTSVTN9VPZUNSNS' where id=76; -update noar ti set v3='QOPJBR9SLQUJY7QE9RWTSVTN9VPZUNSNS' where id=76; -update noar tt set v0='SW36L31FQDUDKDZCRDG8AR29X3NAHY8T8' where id=77; -update noar ti set v0='SW36L31FQDUDKDZCRDG8AR29X3NAHY8T8' where id=77; -update noar tt set v1='J97LQNGAEBRMU74F5LBU71BNE7J0QM8P9' where id=77; -update noar ti set v1='J97LQNGAEBRMU74F5LBU71BNE7J0QM8P9' where id=77; -update noar tt set v2='2GZRW07GGP1P5MZMED64YME3OZ42CUPT2' where id=77; -update noar ti set v2='2GZRW07GGP1P5MZMED64YME3OZ42CUPT2' where id=77; -update noar tt set v3='SRICPEFRGMSKHEYK6PXT8Q6FO1BU24YAV' where id=77; -update noar ti set v3='SRICPEFRGMSKHEYK6PXT8Q6FO1BU24YAV' where id=77; -update noar tt set v0='XE2PTQ1BTPRVK0RV7VHRLBGDBSL4YY56Q' where id=78; -update noar ti set v0='XE2PTQ1BTPRVK0RV7VHRLBGDBSL4YY56Q' where id=78; -update noar tt set v1='A16OWCC43LW3H253ZJBFB9YUORY0ROGTT' where id=78; -update noar ti set v1='A16OWCC43LW3H253ZJBFB9YUORY0ROGTT' where id=78; -update noar tt set v2='N9ZFY5V8WW9MENCDRRADY61NTWLZR82RP' where id=78; -update noar ti set v2='N9ZFY5V8WW9MENCDRRADY61NTWLZR82RP' where id=78; -update noar tt set v3='7FR30M3ADDZ49Q2RR13L21B62HVTK4TN5' where id=78; -update noar ti set v3='7FR30M3ADDZ49Q2RR13L21B62HVTK4TN5' where id=78; -update noar tt set v0='X9PUMY0ZG1T3DSYS9L7459C7XFDWKNBRZ' where id=79; -update noar ti set v0='X9PUMY0ZG1T3DSYS9L7459C7XFDWKNBRZ' where id=79; -update noar tt set v1='MLN6VEL96SN2143ZBF35PB0K8X6278TOD' where id=79; -update noar ti set v1='MLN6VEL96SN2143ZBF35PB0K8X6278TOD' where id=79; -update noar tt set v2='1362321A6UEZ7YSPBNKR9V08ZH7548OOZ' where id=79; -update noar ti set v2='1362321A6UEZ7YSPBNKR9V08ZH7548OOZ' where id=79; -update noar tt set v3='N2V73YL4U821VGWBKDAZUI4WHGDDQO2FH' where id=79; -update noar ti set v3='N2V73YL4U821VGWBKDAZUI4WHGDDQO2FH' where id=79; -update noar tt set v0='4B8E20FNR5OWZTNI7SYN8JYLR50FW1HB6' where id=80; -update noar ti set v0='4B8E20FNR5OWZTNI7SYN8JYLR50FW1HB6' where id=80; -update noar tt set v1='ZYAP4KHYNI332X2W9MDT8M2H3PXBEFPMS' where id=80; -update noar ti set v1='ZYAP4KHYNI332X2W9MDT8M2H3PXBEFPMS' where id=80; -update noar tt set v2='IA45OKMD5P0SUFGK7OG6RDVFNFDLTAXQ9' where id=80; -update noar ti set v2='IA45OKMD5P0SUFGK7OG6RDVFNFDLTAXQ9' where id=80; -update noar tt set v3='WGRWSFGXRU3UJYDOSNT0HH6WYC9E2UQML' where id=80; -update noar ti set v3='WGRWSFGXRU3UJYDOSNT0HH6WYC9E2UQML' where id=80; -update noar tt set v0='K1NZYP5A3TVE59JLSULT9GKGES0WJMA7E' where id=81; -update noar ti set v0='K1NZYP5A3TVE59JLSULT9GKGES0WJMA7E' where id=81; -update noar tt set v1='1OXP30CIIQJOCTK72LT1OK36ZWBIN6FJK' where id=81; -update noar ti set v1='1OXP30CIIQJOCTK72LT1OK36ZWBIN6FJK' where id=81; -update noar tt set v2='M85XNBL432NZFLISC33CO3Z0KNES5H4JM' where id=81; -update noar ti set v2='M85XNBL432NZFLISC33CO3Z0KNES5H4JM' where id=81; -update noar tt set v3='2PG2GI9JWLTP5QBXLB2ZYDYDTBHQ3IRSJ' where id=81; -update noar ti set v3='2PG2GI9JWLTP5QBXLB2ZYDYDTBHQ3IRSJ' where id=81; -update noar tt set v0='A9I2GCJPJK4CNADPUVSXS2JEVK84H67XR' where id=82; -update noar ti set v0='A9I2GCJPJK4CNADPUVSXS2JEVK84H67XR' where id=82; -update noar tt set v1='2GCE1SV1IGRN98ZASFZTNCYQJHOM1L1UG' where id=82; -update noar ti set v1='2GCE1SV1IGRN98ZASFZTNCYQJHOM1L1UG' where id=82; -update noar tt set v2='HLU4Y21UHEWD97ODU0027LRKVMCJ1GGTS' where id=82; -update noar ti set v2='HLU4Y21UHEWD97ODU0027LRKVMCJ1GGTS' where id=82; -update noar tt set v3='EJPXNIE06RG2PS7KOVY5P4NJVC3PUU3VV' where id=82; -update noar ti set v3='EJPXNIE06RG2PS7KOVY5P4NJVC3PUU3VV' where id=82; -update noar tt set v0='D9S04KER4AI4OFX5Z1456GWVFZV6UD18M' where id=83; -update noar ti set v0='D9S04KER4AI4OFX5Z1456GWVFZV6UD18M' where id=83; -update noar tt set v1='N2NJAIYIZYZD8J6TGLXP24POVW91VEP5R' where id=83; -update noar ti set v1='N2NJAIYIZYZD8J6TGLXP24POVW91VEP5R' where id=83; -update noar tt set v2='ED6H5964IFYRRP8HMQ3N7ICN4OK5CAA71' where id=83; -update noar ti set v2='ED6H5964IFYRRP8HMQ3N7ICN4OK5CAA71' where id=83; -update noar tt set v3='W5NQR98L5J8YNFQCBLT2J6JOQM3TD5L2Y' where id=83; -update noar ti set v3='W5NQR98L5J8YNFQCBLT2J6JOQM3TD5L2Y' where id=83; -update noar tt set v0='IPL7DK90RMM6EEORED5VONN866QQXDERX' where id=84; -update noar ti set v0='IPL7DK90RMM6EEORED5VONN866QQXDERX' where id=84; -update noar tt set v1='A3UV5DFCCSMF9A0EWFW4XAEJSDYGKYZ8P' where id=84; -update noar ti set v1='A3UV5DFCCSMF9A0EWFW4XAEJSDYGKYZ8P' where id=84; -update noar tt set v2='9OLYM17E56DAHL80IWA46RLBA85JHRQ3O' where id=84; -update noar ti set v2='9OLYM17E56DAHL80IWA46RLBA85JHRQ3O' where id=84; -update noar tt set v3='KBML69OJP9LX4KE0JUNKIQIS8MNZP1DVQ' where id=84; -update noar ti set v3='KBML69OJP9LX4KE0JUNKIQIS8MNZP1DVQ' where id=84; -update noar tt set v0='7VZMOCE0YEUK32LJXQW51QOU0GMMDI1O8' where id=85; -update noar ti set v0='7VZMOCE0YEUK32LJXQW51QOU0GMMDI1O8' where id=85; -update noar tt set v1='7ZXQZM41BMMMSZYYP0L41SDSTIXOWWO3L' where id=85; -update noar ti set v1='7ZXQZM41BMMMSZYYP0L41SDSTIXOWWO3L' where id=85; -update noar tt set v2='0FVQZC3OM9JH0GULU3J9FP7XJ6LSEI6OZ' where id=85; -update noar ti set v2='0FVQZC3OM9JH0GULU3J9FP7XJ6LSEI6OZ' where id=85; -update noar tt set v3='4CN8G61XMGE56S1ETXPUQG2T6SAYMFQRH' where id=85; -update noar ti set v3='4CN8G61XMGE56S1ETXPUQG2T6SAYMFQRH' where id=85; -update noar tt set v0='EQNL9BPQEZFIBPK29BZA1VZB7H26UVDNQ' where id=86; -update noar ti set v0='EQNL9BPQEZFIBPK29BZA1VZB7H26UVDNQ' where id=86; -update noar tt set v1='9N9Y2Q84X94PXY4IHNIGMNCKLHL3J7S5N' where id=86; -update noar ti set v1='9N9Y2Q84X94PXY4IHNIGMNCKLHL3J7S5N' where id=86; -update noar tt set v2='KX0OQ10I1YL4TK9ZRDO245O0VX4NEJBV6' where id=86; -update noar ti set v2='KX0OQ10I1YL4TK9ZRDO245O0VX4NEJBV6' where id=86; -update noar tt set v3='QFHV89JZU5OS22X6TVYVISCROSZMOO1RH' where id=86; -update noar ti set v3='QFHV89JZU5OS22X6TVYVISCROSZMOO1RH' where id=86; -update noar tt set v0='O39YEURV7XZ5W35SD4ZEAQQLU0GIJU985' where id=87; -update noar ti set v0='O39YEURV7XZ5W35SD4ZEAQQLU0GIJU985' where id=87; -update noar tt set v1='HKWNBZ57F0ZUX8AR8N5X1ZFB59A0VK6IN' where id=87; -update noar ti set v1='HKWNBZ57F0ZUX8AR8N5X1ZFB59A0VK6IN' where id=87; -update noar tt set v2='D0UQJJ224G2X3AMUEQA5Q720PTWGABVCH' where id=87; -update noar ti set v2='D0UQJJ224G2X3AMUEQA5Q720PTWGABVCH' where id=87; -update noar tt set v3='WZ7BHPGL52LBR8FBVG3KG3MCZRZAVY47Z' where id=87; -update noar ti set v3='WZ7BHPGL52LBR8FBVG3KG3MCZRZAVY47Z' where id=87; -update noar tt set v0='G1KJPPG2CD18V57G1E19370KMH016QTK7' where id=88; -update noar ti set v0='G1KJPPG2CD18V57G1E19370KMH016QTK7' where id=88; -update noar tt set v1='3CCZKEVD0FQP33KP4CIN7778CSJ5TIX8J' where id=88; -update noar ti set v1='3CCZKEVD0FQP33KP4CIN7778CSJ5TIX8J' where id=88; -update noar tt set v2='VMN4DAEBQHWWA68APK3MSOS0NRP7PG0RJ' where id=88; -update noar ti set v2='VMN4DAEBQHWWA68APK3MSOS0NRP7PG0RJ' where id=88; -update noar tt set v3='MMQGLE2UJ8PL2KS4RDJ2PZWNGCCIINH7K' where id=88; -update noar ti set v3='MMQGLE2UJ8PL2KS4RDJ2PZWNGCCIINH7K' where id=88; -update noar tt set v0='9BTG0XOKV8GYMMR7LOR3V88R8412JKM48' where id=89; -update noar ti set v0='9BTG0XOKV8GYMMR7LOR3V88R8412JKM48' where id=89; -update noar tt set v1='7E0XYZPQD70XZ4HFGSIWJQHSF2FJS0H7Z' where id=89; -update noar ti set v1='7E0XYZPQD70XZ4HFGSIWJQHSF2FJS0H7Z' where id=89; -update noar tt set v2='MLKPLDJW6Q859KAFRAGOHG4V85B4ONRDX' where id=89; -update noar ti set v2='MLKPLDJW6Q859KAFRAGOHG4V85B4ONRDX' where id=89; -update noar tt set v3='C9795CRAF6AR32TOYYD6G1W0WOX6WB8U2' where id=89; -update noar ti set v3='C9795CRAF6AR32TOYYD6G1W0WOX6WB8U2' where id=89; -update noar tt set v0='6QAOPPHCOSHYHKQ0I2K1S4VJHZWH3F64R' where id=90; -update noar ti set v0='6QAOPPHCOSHYHKQ0I2K1S4VJHZWH3F64R' where id=90; -update noar tt set v1='R7BOE7RFKE8C9AVQQCE2CANSSIKFB4ETY' where id=90; -update noar ti set v1='R7BOE7RFKE8C9AVQQCE2CANSSIKFB4ETY' where id=90; -update noar tt set v2='DCEQVQKPVXQZZ6GWG4O65WKPQF8R1ZFSP' where id=90; -update noar ti set v2='DCEQVQKPVXQZZ6GWG4O65WKPQF8R1ZFSP' where id=90; -update noar tt set v3='ZOA3918RTFYQ6Q5MXWG9TM7L8G5U8WGDR' where id=90; -update noar ti set v3='ZOA3918RTFYQ6Q5MXWG9TM7L8G5U8WGDR' where id=90; -update noar tt set v0='5ZLU7HZ3QYRIGHOC8ETSRLX79QWY73YBY' where id=91; -update noar ti set v0='5ZLU7HZ3QYRIGHOC8ETSRLX79QWY73YBY' where id=91; -update noar tt set v1='GDDODFCDGO9A42KCC2ZOMCL70LM8U3V3H' where id=91; -update noar ti set v1='GDDODFCDGO9A42KCC2ZOMCL70LM8U3V3H' where id=91; -update noar tt set v2='0M2CSN6Z1X2S5AL0HF06MUJU3D02BTXN6' where id=91; -update noar ti set v2='0M2CSN6Z1X2S5AL0HF06MUJU3D02BTXN6' where id=91; -update noar tt set v3='K8WOXGDLKELE9FJ34Z6PVEKG468AYA3ZY' where id=91; -update noar ti set v3='K8WOXGDLKELE9FJ34Z6PVEKG468AYA3ZY' where id=91; -update noar tt set v0='NZSNG6PV75XWF0KRZ88RWCDIP224JGEVG' where id=92; -update noar ti set v0='NZSNG6PV75XWF0KRZ88RWCDIP224JGEVG' where id=92; -update noar tt set v1='VMIQDHJL7FK8FPT37IXKK839RWDFX1F0D' where id=92; -update noar ti set v1='VMIQDHJL7FK8FPT37IXKK839RWDFX1F0D' where id=92; -update noar tt set v2='320BLQ39CLOTR58HKZ52VJK18361767YP' where id=92; -update noar ti set v2='320BLQ39CLOTR58HKZ52VJK18361767YP' where id=92; -update noar tt set v3='6ZVOR2PKPL4AZCRH08UQP2MXMNVF2HKLA' where id=92; -update noar ti set v3='6ZVOR2PKPL4AZCRH08UQP2MXMNVF2HKLA' where id=92; -update noar tt set v0='PFWINPQSV8MS3JV3MSJXX2GGEGR2QSSUA' where id=93; -update noar ti set v0='PFWINPQSV8MS3JV3MSJXX2GGEGR2QSSUA' where id=93; -update noar tt set v1='K2DOTS8WQ5XTW0V4AQ7QQY44XMQUOBUGM' where id=93; -update noar ti set v1='K2DOTS8WQ5XTW0V4AQ7QQY44XMQUOBUGM' where id=93; -update noar tt set v2='WA5N6D873UWEWYAQ06SD6CEC109CGCWDV' where id=93; -update noar ti set v2='WA5N6D873UWEWYAQ06SD6CEC109CGCWDV' where id=93; -update noar tt set v3='FWM44LF6GNVPLOK87MMPJWVBSDZ22O630' where id=93; -update noar ti set v3='FWM44LF6GNVPLOK87MMPJWVBSDZ22O630' where id=93; -update noar tt set v0='IEUK6ZHBBMHDNFGZF4601PP4JWFMABAMK' where id=94; -update noar ti set v0='IEUK6ZHBBMHDNFGZF4601PP4JWFMABAMK' where id=94; -update noar tt set v1='10GZ9NF0ATDPHJM3UQOFTZPM37UC0DG5I' where id=94; -update noar ti set v1='10GZ9NF0ATDPHJM3UQOFTZPM37UC0DG5I' where id=94; -update noar tt set v2='R3ISPSPG3WJMOEJN18GEY2494RGVHBKR9' where id=94; -update noar ti set v2='R3ISPSPG3WJMOEJN18GEY2494RGVHBKR9' where id=94; -update noar tt set v3='X76DHCA5UDZ8QDL688ZEP4RCXCPT1Q6SN' where id=94; -update noar ti set v3='X76DHCA5UDZ8QDL688ZEP4RCXCPT1Q6SN' where id=94; -update noar tt set v0='IA3P8C6LCCCP3A28GKSAEME9C9EGG38U6' where id=95; -update noar ti set v0='IA3P8C6LCCCP3A28GKSAEME9C9EGG38U6' where id=95; -update noar tt set v1='C2SJHW0O5EIEWA7Q323ARS83A9TSUDM57' where id=95; -update noar ti set v1='C2SJHW0O5EIEWA7Q323ARS83A9TSUDM57' where id=95; -update noar tt set v2='D00MQ262E7PX2Z25Y9DMB5KDQSFQGE9NJ' where id=95; -update noar ti set v2='D00MQ262E7PX2Z25Y9DMB5KDQSFQGE9NJ' where id=95; -update noar tt set v3='09X077XI0W08QLEJ5QOL7DTSJJJ6WIEUH' where id=95; -update noar ti set v3='09X077XI0W08QLEJ5QOL7DTSJJJ6WIEUH' where id=95; -update noar tt set v0='NBKOZI0RNJVA3RQHAKBTS46CDV6MBY6MV' where id=96; -update noar ti set v0='NBKOZI0RNJVA3RQHAKBTS46CDV6MBY6MV' where id=96; -update noar tt set v1='L5B45BRUJ5BA5EKJL4RHTNO97J9O5J8CL' where id=96; -update noar ti set v1='L5B45BRUJ5BA5EKJL4RHTNO97J9O5J8CL' where id=96; -update noar tt set v2='HGPWFNBW76FTY2RJXUAJUE9A1XVO9SKKH' where id=96; -update noar ti set v2='HGPWFNBW76FTY2RJXUAJUE9A1XVO9SKKH' where id=96; -update noar tt set v3='U5BFEDZFJDN118WAA0VQ45CRUDTIMUCAD' where id=96; -update noar ti set v3='U5BFEDZFJDN118WAA0VQ45CRUDTIMUCAD' where id=96; -update noar tt set v0='HNBJW9XAI6I36QJOT92JNJT8MAO11CY6O' where id=97; -update noar ti set v0='HNBJW9XAI6I36QJOT92JNJT8MAO11CY6O' where id=97; -update noar tt set v1='YN3K2VMFRV1H6TQYH1SDRN2Q7K3CPQ6U2' where id=97; -update noar ti set v1='YN3K2VMFRV1H6TQYH1SDRN2Q7K3CPQ6U2' where id=97; -update noar tt set v2='402DS8LJ1QUGA4EEBFP32NBLKCY2HKOYB' where id=97; -update noar ti set v2='402DS8LJ1QUGA4EEBFP32NBLKCY2HKOYB' where id=97; -update noar tt set v3='L6JSFBN09KQTCE0TMQ6E5TG5M9R49HG33' where id=97; -update noar ti set v3='L6JSFBN09KQTCE0TMQ6E5TG5M9R49HG33' where id=97; -update noar tt set v0='SO9KHDO5UDDAD1RJ9YYPXZ3I5ZKU9CIE1' where id=98; -update noar ti set v0='SO9KHDO5UDDAD1RJ9YYPXZ3I5ZKU9CIE1' where id=98; -update noar tt set v1='KGBR4EUI238ATEPUSJPWHF4ZW9QYBT5B1' where id=98; -update noar ti set v1='KGBR4EUI238ATEPUSJPWHF4ZW9QYBT5B1' where id=98; -update noar tt set v2='44EJGJL6ST4QELA4OTB8QV06QWJ9MKKD7' where id=98; -update noar ti set v2='44EJGJL6ST4QELA4OTB8QV06QWJ9MKKD7' where id=98; -update noar tt set v3='70U3VG9612W1R9SX50F94HM5FYA8MG8Q9' where id=98; -update noar ti set v3='70U3VG9612W1R9SX50F94HM5FYA8MG8Q9' where id=98; -update noar tt set v0='TVTYJ99VH24RJ5PH8DSMX0JNQEW7IU9L0' where id=99; -update noar ti set v0='TVTYJ99VH24RJ5PH8DSMX0JNQEW7IU9L0' where id=99; -update noar tt set v1='4EWX41LPBMP7P0LW5XW8AOXC3YC5IB4H5' where id=99; -update noar ti set v1='4EWX41LPBMP7P0LW5XW8AOXC3YC5IB4H5' where id=99; -update noar tt set v2='EFTTO0NNEDA78AJLFIZVJUKY3BAE9NNLR' where id=99; -update noar ti set v2='EFTTO0NNEDA78AJLFIZVJUKY3BAE9NNLR' where id=99; -update noar tt set v3='0FXW7H2EYTQMK68YNRS116CNUGKL2NYPW' where id=99; -update noar ti set v3='0FXW7H2EYTQMK68YNRS116CNUGKL2NYPW' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varbinary(32) not null, - v1 varbinary(32) not null, - v2 varbinary(32) not null, - v3 varbinary(32) not null, - b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='O9NHDDJMDKIUNPRVJYN6VQX87KBEDQKVI' where id=2; -update noar ti set v0='O9NHDDJMDKIUNPRVJYN6VQX87KBEDQKVI' where id=2; -update noar tt set v1='Q1QBW21GRLRYIVO9LD2K65Z15SIQBN14Z' where id=2; -update noar ti set v1='Q1QBW21GRLRYIVO9LD2K65Z15SIQBN14Z' where id=2; -update noar tt set v2='R7TZZ11QHWBAVG1O70GWHZ3YKZIRYDECE' where id=2; -update noar ti set v2='R7TZZ11QHWBAVG1O70GWHZ3YKZIRYDECE' where id=2; -update noar tt set v3='JKDR781NW03TKLDOHXGXU3FYZ1O7IDT5W' where id=2; -update noar ti set v3='JKDR781NW03TKLDOHXGXU3FYZ1O7IDT5W' where id=2; -update noar tt set v0='MLKEORAFHMQL32I8PMO90AUI66RJUC9DB' where id=3; -update noar ti set v0='MLKEORAFHMQL32I8PMO90AUI66RJUC9DB' where id=3; -update noar tt set v1='8E3WWOH8Y3PTZIIRULB7NYXS4JM21CZ2P' where id=3; -update noar ti set v1='8E3WWOH8Y3PTZIIRULB7NYXS4JM21CZ2P' where id=3; -update noar tt set v2='CX82OQAA14218YUU48UM3M852HHFPTI46' where id=3; -update noar ti set v2='CX82OQAA14218YUU48UM3M852HHFPTI46' where id=3; -update noar tt set v3='RQCJ1PK1U12TPRZGJ0F4RJ2JN06WVEO2G' where id=3; -update noar ti set v3='RQCJ1PK1U12TPRZGJ0F4RJ2JN06WVEO2G' where id=3; -update noar tt set v0='5WCN7V58LEQUG4BT7OXSGEC7L9U313SOG' where id=4; -update noar ti set v0='5WCN7V58LEQUG4BT7OXSGEC7L9U313SOG' where id=4; -update noar tt set v1='NQW2XNBHBTU6PTG7TX6I5ECTUUKANN0HE' where id=4; -update noar ti set v1='NQW2XNBHBTU6PTG7TX6I5ECTUUKANN0HE' where id=4; -update noar tt set v2='N1JY8MY9LMW97QOWN1H21O2U8ND0BEDAA' where id=4; -update noar ti set v2='N1JY8MY9LMW97QOWN1H21O2U8ND0BEDAA' where id=4; -update noar tt set v3='3OLVQ8ZMX26KVFGGHW92FADNTZNTLH1XD' where id=4; -update noar ti set v3='3OLVQ8ZMX26KVFGGHW92FADNTZNTLH1XD' where id=4; -update noar tt set v0='6SV21C45VCMQIWY5ZYY1B6247NKHRZILQ' where id=5; -update noar ti set v0='6SV21C45VCMQIWY5ZYY1B6247NKHRZILQ' where id=5; -update noar tt set v1='JWJ2PXPNJFIYYG19NU97EYO0FF7WH2NTA' where id=5; -update noar ti set v1='JWJ2PXPNJFIYYG19NU97EYO0FF7WH2NTA' where id=5; -update noar tt set v2='M9FLAKPCYBDFA1Q5LUEM6YA0JCZKBRUX7' where id=5; -update noar ti set v2='M9FLAKPCYBDFA1Q5LUEM6YA0JCZKBRUX7' where id=5; -update noar tt set v3='UID3D22OU1GJ4HFTP3CVQBIS0P4I1S2B5' where id=5; -update noar ti set v3='UID3D22OU1GJ4HFTP3CVQBIS0P4I1S2B5' where id=5; -update noar tt set v0='C0DD07GZZ1HMK7T0MNKEBAQA1WRND0IAW' where id=6; -update noar ti set v0='C0DD07GZZ1HMK7T0MNKEBAQA1WRND0IAW' where id=6; -update noar tt set v1='TMZWLUOEFJHLBGVS0SKU0IPUZ73VI6UMW' where id=6; -update noar ti set v1='TMZWLUOEFJHLBGVS0SKU0IPUZ73VI6UMW' where id=6; -update noar tt set v2='7S2NEJJBHWOQFHK3RWHAR426900CF5NYN' where id=6; -update noar ti set v2='7S2NEJJBHWOQFHK3RWHAR426900CF5NYN' where id=6; -update noar tt set v3='09ZCHETG7WO0USAFFHZ5INP9U7AUIBCKZ' where id=6; -update noar ti set v3='09ZCHETG7WO0USAFFHZ5INP9U7AUIBCKZ' where id=6; -update noar tt set v0='Y8OXMWL39MMR0YEB2TQU1DDC033BZ5BW1' where id=7; -update noar ti set v0='Y8OXMWL39MMR0YEB2TQU1DDC033BZ5BW1' where id=7; -update noar tt set v1='HC86NHK9NAUV5OFBYELB1D06HAYQLX4GU' where id=7; -update noar ti set v1='HC86NHK9NAUV5OFBYELB1D06HAYQLX4GU' where id=7; -update noar tt set v2='QWL2F7Y16CLMYRDB04XUSY1GSA0ISSO76' where id=7; -update noar ti set v2='QWL2F7Y16CLMYRDB04XUSY1GSA0ISSO76' where id=7; -update noar tt set v3='P2F0GV4EEYN4VE4HDXZ0E7PDKBSQJF6GL' where id=7; -update noar ti set v3='P2F0GV4EEYN4VE4HDXZ0E7PDKBSQJF6GL' where id=7; -update noar tt set v0='OYB0CLBGINZ3YBWW9NVIHHQYJGAI0X5BT' where id=8; -update noar ti set v0='OYB0CLBGINZ3YBWW9NVIHHQYJGAI0X5BT' where id=8; -update noar tt set v1='F1QHLVE9P88J6KY7N4TKFBOOILYEOHL4A' where id=8; -update noar ti set v1='F1QHLVE9P88J6KY7N4TKFBOOILYEOHL4A' where id=8; -update noar tt set v2='QF9ZE2I0VYNZE7QGWB33ZZLD4FIBGVNLT' where id=8; -update noar ti set v2='QF9ZE2I0VYNZE7QGWB33ZZLD4FIBGVNLT' where id=8; -update noar tt set v3='HWWI750LOVQP7AS10LDFVJNNS8MF9R8GY' where id=8; -update noar ti set v3='HWWI750LOVQP7AS10LDFVJNNS8MF9R8GY' where id=8; -update noar tt set v0='3WOM3TU4HU1PL7GKZX8OCAEVHYM11GM89' where id=9; -update noar ti set v0='3WOM3TU4HU1PL7GKZX8OCAEVHYM11GM89' where id=9; -update noar tt set v1='JIHBCC09NDSWMEJTIK0QIP9KAXNBZ9H1Q' where id=9; -update noar ti set v1='JIHBCC09NDSWMEJTIK0QIP9KAXNBZ9H1Q' where id=9; -update noar tt set v2='78YO3W3NXLUTU16UTYR7555XVFV52KDQC' where id=9; -update noar ti set v2='78YO3W3NXLUTU16UTYR7555XVFV52KDQC' where id=9; -update noar tt set v3='GXR3FE0JE56D5FQF11AEU4C99T8EXF1ZJ' where id=9; -update noar ti set v3='GXR3FE0JE56D5FQF11AEU4C99T8EXF1ZJ' where id=9; -update noar tt set v0='HGMVC69FY2Z6BL87OMXLNKBOJMTLCRLFW' where id=10; -update noar ti set v0='HGMVC69FY2Z6BL87OMXLNKBOJMTLCRLFW' where id=10; -update noar tt set v1='Z3TNXODWL0PNYWPFVR4R3H58D0CWU19BD' where id=10; -update noar ti set v1='Z3TNXODWL0PNYWPFVR4R3H58D0CWU19BD' where id=10; -update noar tt set v2='0QFA5XYBCEHP0DE6U7RFVB87807HQO64H' where id=10; -update noar ti set v2='0QFA5XYBCEHP0DE6U7RFVB87807HQO64H' where id=10; -update noar tt set v3='JPYIAZFXKUO9NJPR02VIYU249KANCV92D' where id=10; -update noar ti set v3='JPYIAZFXKUO9NJPR02VIYU249KANCV92D' where id=10; -update noar tt set v0='AMEZSIYEUDNEGHOS049TJACNNDR6MIC8E' where id=11; -update noar ti set v0='AMEZSIYEUDNEGHOS049TJACNNDR6MIC8E' where id=11; -update noar tt set v1='H1SWYVWHWADQ7BTQ750J1JO58L6RPY5W7' where id=11; -update noar ti set v1='H1SWYVWHWADQ7BTQ750J1JO58L6RPY5W7' where id=11; -update noar tt set v2='PLNCWN1ROGM9T0O1MWKDO9L6ESFU0FKR6' where id=11; -update noar ti set v2='PLNCWN1ROGM9T0O1MWKDO9L6ESFU0FKR6' where id=11; -update noar tt set v3='H9P6KPN6KTCV5PLP9THH67FGM2KYMSF4J' where id=11; -update noar ti set v3='H9P6KPN6KTCV5PLP9THH67FGM2KYMSF4J' where id=11; -update noar tt set v0='PVNUO91H0R7AKWCF1W2EXEHYATPTAH1E7' where id=12; -update noar ti set v0='PVNUO91H0R7AKWCF1W2EXEHYATPTAH1E7' where id=12; -update noar tt set v1='U0FOE6HQPNDNJXEP5FBY0A1V6J8HO570E' where id=12; -update noar ti set v1='U0FOE6HQPNDNJXEP5FBY0A1V6J8HO570E' where id=12; -update noar tt set v2='8V5CG0HWS4EOG7BGBGO534MUJXCDHZVAW' where id=12; -update noar ti set v2='8V5CG0HWS4EOG7BGBGO534MUJXCDHZVAW' where id=12; -update noar tt set v3='J6TONP8M31IGAAYVBNH546V98JYANY917' where id=12; -update noar ti set v3='J6TONP8M31IGAAYVBNH546V98JYANY917' where id=12; -update noar tt set v0='9SF0ETUMBG1C2Y5ZR5MRLMYXXL55D4TFA' where id=13; -update noar ti set v0='9SF0ETUMBG1C2Y5ZR5MRLMYXXL55D4TFA' where id=13; -update noar tt set v1='S8O71MSHHSLZXI2213PHD7HFENE4Y8P6F' where id=13; -update noar ti set v1='S8O71MSHHSLZXI2213PHD7HFENE4Y8P6F' where id=13; -update noar tt set v2='P8V7H83HGN1SGHXFFUN69JT1VIOVOCTBH' where id=13; -update noar ti set v2='P8V7H83HGN1SGHXFFUN69JT1VIOVOCTBH' where id=13; -update noar tt set v3='SZQ0XEJ08LD21ZSA55OHC4XL9VVR7CUW1' where id=13; -update noar ti set v3='SZQ0XEJ08LD21ZSA55OHC4XL9VVR7CUW1' where id=13; -update noar tt set v0='B12IPIJMUDE06SR5RNR0APUJJ97I85R31' where id=14; -update noar ti set v0='B12IPIJMUDE06SR5RNR0APUJJ97I85R31' where id=14; -update noar tt set v1='SQ1IR20KOWM2DK4RQ0KFJ2UYPAHOZL55J' where id=14; -update noar ti set v1='SQ1IR20KOWM2DK4RQ0KFJ2UYPAHOZL55J' where id=14; -update noar tt set v2='6O2OW9Y7PNH03AV2P6ISEHMB99NT52RRA' where id=14; -update noar ti set v2='6O2OW9Y7PNH03AV2P6ISEHMB99NT52RRA' where id=14; -update noar tt set v3='XZNG602TFER48KS2YEW3GOZT4QLDSUSM9' where id=14; -update noar ti set v3='XZNG602TFER48KS2YEW3GOZT4QLDSUSM9' where id=14; -update noar tt set v0='8P4R9R566P05H5MN3ZQXSGPTKUTOLQ0RT' where id=15; -update noar ti set v0='8P4R9R566P05H5MN3ZQXSGPTKUTOLQ0RT' where id=15; -update noar tt set v1='BSWDQFWV114F6LNP1FZQ5D384ZLPRHXL0' where id=15; -update noar ti set v1='BSWDQFWV114F6LNP1FZQ5D384ZLPRHXL0' where id=15; -update noar tt set v2='C18UYE05QL0RYD4WG1O7Y6W74RLOP7948' where id=15; -update noar ti set v2='C18UYE05QL0RYD4WG1O7Y6W74RLOP7948' where id=15; -update noar tt set v3='SJSLH132HKQBQAOZF91XKJPWTS2NOCTLR' where id=15; -update noar ti set v3='SJSLH132HKQBQAOZF91XKJPWTS2NOCTLR' where id=15; -update noar tt set v0='UZSVSIGW2JHZGPFPUCF6EHZUQHMM8Q6G6' where id=16; -update noar ti set v0='UZSVSIGW2JHZGPFPUCF6EHZUQHMM8Q6G6' where id=16; -update noar tt set v1='MZDBG86F95PE2QSYRU855GFUMVC9JWM8Y' where id=16; -update noar ti set v1='MZDBG86F95PE2QSYRU855GFUMVC9JWM8Y' where id=16; -update noar tt set v2='NF8PIMOIPPYH3AQJR6R8FQMPX10ZBDSFQ' where id=16; -update noar ti set v2='NF8PIMOIPPYH3AQJR6R8FQMPX10ZBDSFQ' where id=16; -update noar tt set v3='SPXG4OR4XFGUVWDRV7J3G8L2V5RSJYOYM' where id=16; -update noar ti set v3='SPXG4OR4XFGUVWDRV7J3G8L2V5RSJYOYM' where id=16; -update noar tt set v0='F3A1CHQU0MEJPT62HME1VKM5EQZ57SVXR' where id=17; -update noar ti set v0='F3A1CHQU0MEJPT62HME1VKM5EQZ57SVXR' where id=17; -update noar tt set v1='TQ2XK26I1XAFIR78Z8THVBD39K4IUZFZE' where id=17; -update noar ti set v1='TQ2XK26I1XAFIR78Z8THVBD39K4IUZFZE' where id=17; -update noar tt set v2='YVO846KBJ1NV8U6SDTL51M2K3HA4C4H6B' where id=17; -update noar ti set v2='YVO846KBJ1NV8U6SDTL51M2K3HA4C4H6B' where id=17; -update noar tt set v3='LVDOI1METCQVT2VW2ME3SXROD7EA2GC6F' where id=17; -update noar ti set v3='LVDOI1METCQVT2VW2ME3SXROD7EA2GC6F' where id=17; -update noar tt set v0='MKDJ79X4CTDYB1YMWDJOCTP82EIDX6XD7' where id=18; -update noar ti set v0='MKDJ79X4CTDYB1YMWDJOCTP82EIDX6XD7' where id=18; -update noar tt set v1='DXKLQC2B8SLZ49QFJEVKB7W5MSLP10PXB' where id=18; -update noar ti set v1='DXKLQC2B8SLZ49QFJEVKB7W5MSLP10PXB' where id=18; -update noar tt set v2='OVDNU2U0VYYB4SL9ATQRX14DTPSF2EYC0' where id=18; -update noar ti set v2='OVDNU2U0VYYB4SL9ATQRX14DTPSF2EYC0' where id=18; -update noar tt set v3='GHA7T9AZU3GP1YB75FOO09LGPIC54YT29' where id=18; -update noar ti set v3='GHA7T9AZU3GP1YB75FOO09LGPIC54YT29' where id=18; -update noar tt set v0='56YU26EX616AVMGIBO9T55F77CTPBHHTY' where id=19; -update noar ti set v0='56YU26EX616AVMGIBO9T55F77CTPBHHTY' where id=19; -update noar tt set v1='6IEIJABVSHTL7B7IC8ATYUOOMNG5P4J21' where id=19; -update noar ti set v1='6IEIJABVSHTL7B7IC8ATYUOOMNG5P4J21' where id=19; -update noar tt set v2='ZQDUTBTFE4OAHNRKF4PT5O7ALF6K0B871' where id=19; -update noar ti set v2='ZQDUTBTFE4OAHNRKF4PT5O7ALF6K0B871' where id=19; -update noar tt set v3='K7GNNXZ4GV1ONF0XJ5WCOF6TBS88TM1RX' where id=19; -update noar ti set v3='K7GNNXZ4GV1ONF0XJ5WCOF6TBS88TM1RX' where id=19; -update noar tt set v0='UC8URNJBUZONLBXRPGX52ZHH4DMBJ4QES' where id=20; -update noar ti set v0='UC8URNJBUZONLBXRPGX52ZHH4DMBJ4QES' where id=20; -update noar tt set v1='QEIWBYOKP8QIBME421MTQK5XT7L5VEIE1' where id=20; -update noar ti set v1='QEIWBYOKP8QIBME421MTQK5XT7L5VEIE1' where id=20; -update noar tt set v2='LOTIEB7G2YCUSRFF8GY44EZKWPUWR9072' where id=20; -update noar ti set v2='LOTIEB7G2YCUSRFF8GY44EZKWPUWR9072' where id=20; -update noar tt set v3='98WVRWY6KRR18BR694HT4D9X9HY1UISFD' where id=20; -update noar ti set v3='98WVRWY6KRR18BR694HT4D9X9HY1UISFD' where id=20; -update noar tt set v0='WGYQ7OOYJWOO3R3593YADT3CA0X24CHGE' where id=21; -update noar ti set v0='WGYQ7OOYJWOO3R3593YADT3CA0X24CHGE' where id=21; -update noar tt set v1='HEYADKX46NP9STU5WBTMCI51NS2YJN7W0' where id=21; -update noar ti set v1='HEYADKX46NP9STU5WBTMCI51NS2YJN7W0' where id=21; -update noar tt set v2='6MRK67XGPTU37D5JLR0HMO8KO1RVTCTCK' where id=21; -update noar ti set v2='6MRK67XGPTU37D5JLR0HMO8KO1RVTCTCK' where id=21; -update noar tt set v3='VJ21I5FYUNUCI6HEVY39MHK5VJKSUWLT4' where id=21; -update noar ti set v3='VJ21I5FYUNUCI6HEVY39MHK5VJKSUWLT4' where id=21; -update noar tt set v0='RK7QU7GYTGGM50TTY4S4XKLPQ96XU89YM' where id=22; -update noar ti set v0='RK7QU7GYTGGM50TTY4S4XKLPQ96XU89YM' where id=22; -update noar tt set v1='9XYLSONJ3MWXI8I1PKO03ONPE18JPEY08' where id=22; -update noar ti set v1='9XYLSONJ3MWXI8I1PKO03ONPE18JPEY08' where id=22; -update noar tt set v2='QUPQ3LGB6745Q9DJUMXA171IQ4Y2HU6G2' where id=22; -update noar ti set v2='QUPQ3LGB6745Q9DJUMXA171IQ4Y2HU6G2' where id=22; -update noar tt set v3='PKM2DEQIRE82867HKDOEBNV7LBGF3QH43' where id=22; -update noar ti set v3='PKM2DEQIRE82867HKDOEBNV7LBGF3QH43' where id=22; -update noar tt set v0='28B1SUBXBYD7IBS0GFBPZIIFPTBWEKK41' where id=23; -update noar ti set v0='28B1SUBXBYD7IBS0GFBPZIIFPTBWEKK41' where id=23; -update noar tt set v1='VOKF6B4GX5RVKM4E1ROO7Q1N904DE93MD' where id=23; -update noar ti set v1='VOKF6B4GX5RVKM4E1ROO7Q1N904DE93MD' where id=23; -update noar tt set v2='IQQRS8LONX8URZ30TB6EIKNI7MH937U0I' where id=23; -update noar ti set v2='IQQRS8LONX8URZ30TB6EIKNI7MH937U0I' where id=23; -update noar tt set v3='0MFUCQLDYNBJZX7PH4BX2BPCT6JJU2OCY' where id=23; -update noar ti set v3='0MFUCQLDYNBJZX7PH4BX2BPCT6JJU2OCY' where id=23; -update noar tt set v0='H35VJ0JJ9M4VKRSKPZSEFOGYHQEXPWD2V' where id=24; -update noar ti set v0='H35VJ0JJ9M4VKRSKPZSEFOGYHQEXPWD2V' where id=24; -update noar tt set v1='0WVQRQNN4L9T49A8NBOY4TDVRCKZPT4LM' where id=24; -update noar ti set v1='0WVQRQNN4L9T49A8NBOY4TDVRCKZPT4LM' where id=24; -update noar tt set v2='JEFMF7ET9L805T1WJ8K4ZQ5IVRQ6ZXPJD' where id=24; -update noar ti set v2='JEFMF7ET9L805T1WJ8K4ZQ5IVRQ6ZXPJD' where id=24; -update noar tt set v3='XE099KPJIXBNUL85T6F1N7JLRW984J9TF' where id=24; -update noar ti set v3='XE099KPJIXBNUL85T6F1N7JLRW984J9TF' where id=24; -update noar tt set v0='X14F3R7GU1RJOCCW4WX7CTIGT36TE3JRG' where id=25; -update noar ti set v0='X14F3R7GU1RJOCCW4WX7CTIGT36TE3JRG' where id=25; -update noar tt set v1='U4X1TLXGG39F6MJFB4AJ5AVNVDRQBEH06' where id=25; -update noar ti set v1='U4X1TLXGG39F6MJFB4AJ5AVNVDRQBEH06' where id=25; -update noar tt set v2='6VLMEP1APE3QP9NGZHV5WAUAJJCFMUP3Y' where id=25; -update noar ti set v2='6VLMEP1APE3QP9NGZHV5WAUAJJCFMUP3Y' where id=25; -update noar tt set v3='6E0GFNFJIYRBFZ7T6D47QZXFN85X5UGLZ' where id=25; -update noar ti set v3='6E0GFNFJIYRBFZ7T6D47QZXFN85X5UGLZ' where id=25; -update noar tt set v0='J7FZVM7Z9K8JFMX7X63U5T30O10QA5OMS' where id=26; -update noar ti set v0='J7FZVM7Z9K8JFMX7X63U5T30O10QA5OMS' where id=26; -update noar tt set v1='47DZY405L0EZ5VIBA5KAAX2N2TQDXPEPN' where id=26; -update noar ti set v1='47DZY405L0EZ5VIBA5KAAX2N2TQDXPEPN' where id=26; -update noar tt set v2='CT2XH9X3W36YXMAKQPKPIXTDHSII9695N' where id=26; -update noar ti set v2='CT2XH9X3W36YXMAKQPKPIXTDHSII9695N' where id=26; -update noar tt set v3='GRJJ7OT65HHPSRIRECL3YWXZHUAV950AE' where id=26; -update noar ti set v3='GRJJ7OT65HHPSRIRECL3YWXZHUAV950AE' where id=26; -update noar tt set v0='T2PQ2G2YUHMZFOIH8KD9WOLVZACI6QXSL' where id=27; -update noar ti set v0='T2PQ2G2YUHMZFOIH8KD9WOLVZACI6QXSL' where id=27; -update noar tt set v1='WBKMMLEJIH1CELPCOJR4GFCW910192RUC' where id=27; -update noar ti set v1='WBKMMLEJIH1CELPCOJR4GFCW910192RUC' where id=27; -update noar tt set v2='GW7O784R98OO80ZQRU56JV04O5ZKVCGLM' where id=27; -update noar ti set v2='GW7O784R98OO80ZQRU56JV04O5ZKVCGLM' where id=27; -update noar tt set v3='4ASKL6U7NE4H92UNQETXZQMELKRUM9RJW' where id=27; -update noar ti set v3='4ASKL6U7NE4H92UNQETXZQMELKRUM9RJW' where id=27; -update noar tt set v0='VL5UD7E3UXP1Y30T19OUQMDNQQDCVIMF5' where id=28; -update noar ti set v0='VL5UD7E3UXP1Y30T19OUQMDNQQDCVIMF5' where id=28; -update noar tt set v1='EPLL1XI0NDVRFJTEMPY5Y6U8ERLTL8T6A' where id=28; -update noar ti set v1='EPLL1XI0NDVRFJTEMPY5Y6U8ERLTL8T6A' where id=28; -update noar tt set v2='2BTSP19L73FQ35FQ5D08MP0C0JKQNYIE9' where id=28; -update noar ti set v2='2BTSP19L73FQ35FQ5D08MP0C0JKQNYIE9' where id=28; -update noar tt set v3='BH7X40UUGJPX4S4AALT5U9IKEEBUD1OUM' where id=28; -update noar ti set v3='BH7X40UUGJPX4S4AALT5U9IKEEBUD1OUM' where id=28; -update noar tt set v0='0XYMUNMMYKYKJOFX6KU1VZUXYW2R2SGOG' where id=29; -update noar ti set v0='0XYMUNMMYKYKJOFX6KU1VZUXYW2R2SGOG' where id=29; -update noar tt set v1='2O9VFIZQU5X3N3SH7X6KBHKZE99NGKJZH' where id=29; -update noar ti set v1='2O9VFIZQU5X3N3SH7X6KBHKZE99NGKJZH' where id=29; -update noar tt set v2='NLHXCA55YM0YH9ORW54T2DYRWI7PWSMY1' where id=29; -update noar ti set v2='NLHXCA55YM0YH9ORW54T2DYRWI7PWSMY1' where id=29; -update noar tt set v3='GFEF2SYYVRSHCVM1JX5GYY51H00H87XC2' where id=29; -update noar ti set v3='GFEF2SYYVRSHCVM1JX5GYY51H00H87XC2' where id=29; -update noar tt set v0='LJMNSZA5O130HP39Q0HGEY7PW6V1TWO3A' where id=30; -update noar ti set v0='LJMNSZA5O130HP39Q0HGEY7PW6V1TWO3A' where id=30; -update noar tt set v1='J8Q5CVBM83ZF76UY4KAZ0MBCSD3ZZK59O' where id=30; -update noar ti set v1='J8Q5CVBM83ZF76UY4KAZ0MBCSD3ZZK59O' where id=30; -update noar tt set v2='410FAC6AON5D5DNNS49P87VTKZ5XHY24W' where id=30; -update noar ti set v2='410FAC6AON5D5DNNS49P87VTKZ5XHY24W' where id=30; -update noar tt set v3='6OVAG8QJYGVZ7H3QSYLOJ4KB5HM9WU201' where id=30; -update noar ti set v3='6OVAG8QJYGVZ7H3QSYLOJ4KB5HM9WU201' where id=30; -update noar tt set v0='7NHI3QNFIXZQFRN67VXYFNXODUQNYRSGF' where id=31; -update noar ti set v0='7NHI3QNFIXZQFRN67VXYFNXODUQNYRSGF' where id=31; -update noar tt set v1='2EUIFAF1PD1GQ1X00EUU4G26IUHYE00WI' where id=31; -update noar ti set v1='2EUIFAF1PD1GQ1X00EUU4G26IUHYE00WI' where id=31; -update noar tt set v2='M1H8FI0O21CY7BVEK624X5QJPHGB919UN' where id=31; -update noar ti set v2='M1H8FI0O21CY7BVEK624X5QJPHGB919UN' where id=31; -update noar tt set v3='I661L0SLV4WI6NYPB3D97AUILOV6XC0FE' where id=31; -update noar ti set v3='I661L0SLV4WI6NYPB3D97AUILOV6XC0FE' where id=31; -update noar tt set v0='OGDZHQ95S17YB4LIFHGVFLOJSY1KDSB30' where id=32; -update noar ti set v0='OGDZHQ95S17YB4LIFHGVFLOJSY1KDSB30' where id=32; -update noar tt set v1='8GQUEDNSHUCLOJNKPIH56TB6L0PBMD65U' where id=32; -update noar ti set v1='8GQUEDNSHUCLOJNKPIH56TB6L0PBMD65U' where id=32; -update noar tt set v2='HAQQ51MGMVNOXA12ALYIYXHH7A66M4NFF' where id=32; -update noar ti set v2='HAQQ51MGMVNOXA12ALYIYXHH7A66M4NFF' where id=32; -update noar tt set v3='VW5OEZ7QECGOU9VVRTM4WOX79G2RBWETN' where id=32; -update noar ti set v3='VW5OEZ7QECGOU9VVRTM4WOX79G2RBWETN' where id=32; -update noar tt set v0='1LSN1T9R98CYSP8SDL6MUHZYC7734XO2X' where id=33; -update noar ti set v0='1LSN1T9R98CYSP8SDL6MUHZYC7734XO2X' where id=33; -update noar tt set v1='6H4XU6WU6JTODYEWNZ50V0SD2BBJ2CP1M' where id=33; -update noar ti set v1='6H4XU6WU6JTODYEWNZ50V0SD2BBJ2CP1M' where id=33; -update noar tt set v2='W1HXKNQTDCNJOJQ9H5ZJ0JSG1VQ5ZJSPV' where id=33; -update noar ti set v2='W1HXKNQTDCNJOJQ9H5ZJ0JSG1VQ5ZJSPV' where id=33; -update noar tt set v3='QQFHL4QXG8NJEKQ9JK8GTRGYKTMOHWLUW' where id=33; -update noar ti set v3='QQFHL4QXG8NJEKQ9JK8GTRGYKTMOHWLUW' where id=33; -update noar tt set v0='M3WQCU84TA265RO9865JQ6XBSE7NS6Z59' where id=34; -update noar ti set v0='M3WQCU84TA265RO9865JQ6XBSE7NS6Z59' where id=34; -update noar tt set v1='Z4DNA42Z37ORF1Z9JVTTPOV58RD6VMULU' where id=34; -update noar ti set v1='Z4DNA42Z37ORF1Z9JVTTPOV58RD6VMULU' where id=34; -update noar tt set v2='ZEOSTBEIKTX7MRRBMG2UYMWLFBH7ZLZQ0' where id=34; -update noar ti set v2='ZEOSTBEIKTX7MRRBMG2UYMWLFBH7ZLZQ0' where id=34; -update noar tt set v3='S0NBDM8NNEXLKYM6QDRQXHCH56XUVPUEQ' where id=34; -update noar ti set v3='S0NBDM8NNEXLKYM6QDRQXHCH56XUVPUEQ' where id=34; -update noar tt set v0='HAK9VG8HQJRVEUSNZJMLQ5HJWQL7QZV3C' where id=35; -update noar ti set v0='HAK9VG8HQJRVEUSNZJMLQ5HJWQL7QZV3C' where id=35; -update noar tt set v1='W27V5QYK0ZTD0G8YZDFAXXUU8528NDBPJ' where id=35; -update noar ti set v1='W27V5QYK0ZTD0G8YZDFAXXUU8528NDBPJ' where id=35; -update noar tt set v2='CJ9W59MF4VSOBZFJDP40E9YKZIO1Q6KLX' where id=35; -update noar ti set v2='CJ9W59MF4VSOBZFJDP40E9YKZIO1Q6KLX' where id=35; -update noar tt set v3='TTOFMYRMF7WLKCCI1Y1QCR2D3W6CC0VXO' where id=35; -update noar ti set v3='TTOFMYRMF7WLKCCI1Y1QCR2D3W6CC0VXO' where id=35; -update noar tt set v0='MF0TRKBPLG9IBFPTG57P7F5ZX2L057ZHT' where id=36; -update noar ti set v0='MF0TRKBPLG9IBFPTG57P7F5ZX2L057ZHT' where id=36; -update noar tt set v1='TWY9GL4N6YU1MWP8XB1PI8YS3UBWDDNMB' where id=36; -update noar ti set v1='TWY9GL4N6YU1MWP8XB1PI8YS3UBWDDNMB' where id=36; -update noar tt set v2='5XD0MEQKDMR2HGXBJ6NKSF0HKA6NNS742' where id=36; -update noar ti set v2='5XD0MEQKDMR2HGXBJ6NKSF0HKA6NNS742' where id=36; -update noar tt set v3='3H0EA6B45WR6FRWTCKCHOJXTHA5BKIT2F' where id=36; -update noar ti set v3='3H0EA6B45WR6FRWTCKCHOJXTHA5BKIT2F' where id=36; -update noar tt set v0='95E6L7GSV9I7KBBHV3F9KBE23IL6WE8YL' where id=37; -update noar ti set v0='95E6L7GSV9I7KBBHV3F9KBE23IL6WE8YL' where id=37; -update noar tt set v1='9F3JB8AIRJE6QHTXIEEVZJNLQYJEGXY4H' where id=37; -update noar ti set v1='9F3JB8AIRJE6QHTXIEEVZJNLQYJEGXY4H' where id=37; -update noar tt set v2='OYH9Y7IVQRZ8G842TPF6N7QNLGLP7AM3C' where id=37; -update noar ti set v2='OYH9Y7IVQRZ8G842TPF6N7QNLGLP7AM3C' where id=37; -update noar tt set v3='3B1JQXY8WUEFUUGSHRS45CEDCQN0WRNTQ' where id=37; -update noar ti set v3='3B1JQXY8WUEFUUGSHRS45CEDCQN0WRNTQ' where id=37; -update noar tt set v0='JZQLQ9ZHXFIU7WBCDA6OTRLW3PDSJNUJ7' where id=38; -update noar ti set v0='JZQLQ9ZHXFIU7WBCDA6OTRLW3PDSJNUJ7' where id=38; -update noar tt set v1='G24SDD849GUFPH2UIUXK6TDPMVZT9KX1C' where id=38; -update noar ti set v1='G24SDD849GUFPH2UIUXK6TDPMVZT9KX1C' where id=38; -update noar tt set v2='IZD3TF8EYOVOBCBOTZS4RBRQDJEJKBEJ9' where id=38; -update noar ti set v2='IZD3TF8EYOVOBCBOTZS4RBRQDJEJKBEJ9' where id=38; -update noar tt set v3='95XWXAHWDQKCSS7P7CI97AY8ZPF8HUJDW' where id=38; -update noar ti set v3='95XWXAHWDQKCSS7P7CI97AY8ZPF8HUJDW' where id=38; -update noar tt set v0='1T3Y4KJWLSI014FJXUJVP4S23RY039MOG' where id=39; -update noar ti set v0='1T3Y4KJWLSI014FJXUJVP4S23RY039MOG' where id=39; -update noar tt set v1='8MKPK1U4WQUQF4RPY272YOL2SIXE2G6J3' where id=39; -update noar ti set v1='8MKPK1U4WQUQF4RPY272YOL2SIXE2G6J3' where id=39; -update noar tt set v2='VHDUJNM08T9L9JFP4P742MTE3H6K954ZC' where id=39; -update noar ti set v2='VHDUJNM08T9L9JFP4P742MTE3H6K954ZC' where id=39; -update noar tt set v3='51C8TP623RGCLWDMRC8XJ0349CGIUYW1S' where id=39; -update noar ti set v3='51C8TP623RGCLWDMRC8XJ0349CGIUYW1S' where id=39; -update noar tt set v0='TCBKJV7WEFI3NKLR7IV4GROF41X4YGZV8' where id=40; -update noar ti set v0='TCBKJV7WEFI3NKLR7IV4GROF41X4YGZV8' where id=40; -update noar tt set v1='2N5M3QLKEWTVH0WHD8PEHAMWMD2YKXT4W' where id=40; -update noar ti set v1='2N5M3QLKEWTVH0WHD8PEHAMWMD2YKXT4W' where id=40; -update noar tt set v2='TO6EK2U8AK5D8WRZLYIP0QU5N1SADEC8B' where id=40; -update noar ti set v2='TO6EK2U8AK5D8WRZLYIP0QU5N1SADEC8B' where id=40; -update noar tt set v3='J0HIPHB60ZPUTXBHRD2R8A584R08B7QAN' where id=40; -update noar ti set v3='J0HIPHB60ZPUTXBHRD2R8A584R08B7QAN' where id=40; -update noar tt set v0='QMOCYIW5F2KGTXJWOURV0AUPGOVU0LRD1' where id=41; -update noar ti set v0='QMOCYIW5F2KGTXJWOURV0AUPGOVU0LRD1' where id=41; -update noar tt set v1='3J81DLRM220BY3D72I3SSMHA2BQ5XR61V' where id=41; -update noar ti set v1='3J81DLRM220BY3D72I3SSMHA2BQ5XR61V' where id=41; -update noar tt set v2='OBWI4SVE17HETZB0DO93V8F3255DASLP9' where id=41; -update noar ti set v2='OBWI4SVE17HETZB0DO93V8F3255DASLP9' where id=41; -update noar tt set v3='OVXNZF1UGXBVV6RYR0SS85O7XH6XRHYVU' where id=41; -update noar ti set v3='OVXNZF1UGXBVV6RYR0SS85O7XH6XRHYVU' where id=41; -update noar tt set v0='ND5SELQZO5NMDPGID2MGDS8QWSPQWRSDC' where id=42; -update noar ti set v0='ND5SELQZO5NMDPGID2MGDS8QWSPQWRSDC' where id=42; -update noar tt set v1='APFLH78J8RIUQABJO9C0XUJ728S19FMB1' where id=42; -update noar ti set v1='APFLH78J8RIUQABJO9C0XUJ728S19FMB1' where id=42; -update noar tt set v2='97W8TYYF33GACEUL9NIZ7Y8DL3SEU6M0X' where id=42; -update noar ti set v2='97W8TYYF33GACEUL9NIZ7Y8DL3SEU6M0X' where id=42; -update noar tt set v3='T7J5UC89PA3I2J3MP6H8FY38G8KCZ8DGE' where id=42; -update noar ti set v3='T7J5UC89PA3I2J3MP6H8FY38G8KCZ8DGE' where id=42; -update noar tt set v0='L9DAO06YPFO4FNO0YML7601UL297EJLJK' where id=43; -update noar ti set v0='L9DAO06YPFO4FNO0YML7601UL297EJLJK' where id=43; -update noar tt set v1='T8LPZDBGLKVGF7J8WDPNCGC4UDT5YXT0G' where id=43; -update noar ti set v1='T8LPZDBGLKVGF7J8WDPNCGC4UDT5YXT0G' where id=43; -update noar tt set v2='F8OE6XPDSL9T5L6RWXGZ37TOR08XQNKLD' where id=43; -update noar ti set v2='F8OE6XPDSL9T5L6RWXGZ37TOR08XQNKLD' where id=43; -update noar tt set v3='JP7QNSDHCOWOHEZ19AK8WBU3P0HZZZFUC' where id=43; -update noar ti set v3='JP7QNSDHCOWOHEZ19AK8WBU3P0HZZZFUC' where id=43; -update noar tt set v0='QR5CU9J1BM54KXSALVOU2YYIIT9II5IV7' where id=44; -update noar ti set v0='QR5CU9J1BM54KXSALVOU2YYIIT9II5IV7' where id=44; -update noar tt set v1='THR2AGEW965PRL7DQ6FPFRVF555HV9BGH' where id=44; -update noar ti set v1='THR2AGEW965PRL7DQ6FPFRVF555HV9BGH' where id=44; -update noar tt set v2='GK24JP9QKQEJ41FF92VFAFG2J4H367VXY' where id=44; -update noar ti set v2='GK24JP9QKQEJ41FF92VFAFG2J4H367VXY' where id=44; -update noar tt set v3='RXQ5576BL2NWDIAAZWD6T9ARM4A0CNHPK' where id=44; -update noar ti set v3='RXQ5576BL2NWDIAAZWD6T9ARM4A0CNHPK' where id=44; -update noar tt set v0='GWR3GW8YSUEHLA2IMYNODZTMABWQL3UVN' where id=45; -update noar ti set v0='GWR3GW8YSUEHLA2IMYNODZTMABWQL3UVN' where id=45; -update noar tt set v1='BKZNASNZUDYVUMESOFLQQMW3KXZRD8TNI' where id=45; -update noar ti set v1='BKZNASNZUDYVUMESOFLQQMW3KXZRD8TNI' where id=45; -update noar tt set v2='S9SNZCF4KJ3LOD8LU51I7YIK2NHHL2S9L' where id=45; -update noar ti set v2='S9SNZCF4KJ3LOD8LU51I7YIK2NHHL2S9L' where id=45; -update noar tt set v3='ZBWLFM6A2VE95ZKNZ8HFZNQ2JVSSWH1VJ' where id=45; -update noar ti set v3='ZBWLFM6A2VE95ZKNZ8HFZNQ2JVSSWH1VJ' where id=45; -update noar tt set v0='27CIX9UJKS2U48PLDIW59ZDET9LYB9ZP8' where id=46; -update noar ti set v0='27CIX9UJKS2U48PLDIW59ZDET9LYB9ZP8' where id=46; -update noar tt set v1='1A0ELI6O5NJFOPT5NKL53RVHJE7XE39LY' where id=46; -update noar ti set v1='1A0ELI6O5NJFOPT5NKL53RVHJE7XE39LY' where id=46; -update noar tt set v2='27J8V1GVO68JHO0CK71DFDXC4HF98GDBK' where id=46; -update noar ti set v2='27J8V1GVO68JHO0CK71DFDXC4HF98GDBK' where id=46; -update noar tt set v3='AH200JYBSX88DD1XIK7GVDLMJNEYVNRD6' where id=46; -update noar ti set v3='AH200JYBSX88DD1XIK7GVDLMJNEYVNRD6' where id=46; -update noar tt set v0='H5J4WZ3QWCZA02UB84BPM78RQDK2OTIK5' where id=47; -update noar ti set v0='H5J4WZ3QWCZA02UB84BPM78RQDK2OTIK5' where id=47; -update noar tt set v1='TL89W61XVOK7G5VUFTKUDY411H6J01DIF' where id=47; -update noar ti set v1='TL89W61XVOK7G5VUFTKUDY411H6J01DIF' where id=47; -update noar tt set v2='FA4N8L56DOQSQ909DQ4IXVV6QPMB3GXY7' where id=47; -update noar ti set v2='FA4N8L56DOQSQ909DQ4IXVV6QPMB3GXY7' where id=47; -update noar tt set v3='8S6S0DCK02JY4BEU0UMJAVEK73IXPORDL' where id=47; -update noar ti set v3='8S6S0DCK02JY4BEU0UMJAVEK73IXPORDL' where id=47; -update noar tt set v0='G9VHLMZMPR34PGYRYYE7EBCVZD62OV7G7' where id=48; -update noar ti set v0='G9VHLMZMPR34PGYRYYE7EBCVZD62OV7G7' where id=48; -update noar tt set v1='PXSSL3CI37E8NIARJ97E7560CU47S7ZJH' where id=48; -update noar ti set v1='PXSSL3CI37E8NIARJ97E7560CU47S7ZJH' where id=48; -update noar tt set v2='HL0KH8QSLJTM47SZNB5XYJ334W0T7LQ17' where id=48; -update noar ti set v2='HL0KH8QSLJTM47SZNB5XYJ334W0T7LQ17' where id=48; -update noar tt set v3='SZL2PQD8RE1IKQ1O9OYB3AD6NJBLI9BWD' where id=48; -update noar ti set v3='SZL2PQD8RE1IKQ1O9OYB3AD6NJBLI9BWD' where id=48; -update noar tt set v0='Z3AFY4MML6MYH5NG9JSQ72RLK0HO0BG9V' where id=49; -update noar ti set v0='Z3AFY4MML6MYH5NG9JSQ72RLK0HO0BG9V' where id=49; -update noar tt set v1='8WMTWYRK0DI205EJFQKQBWU67OCNKL2OO' where id=49; -update noar ti set v1='8WMTWYRK0DI205EJFQKQBWU67OCNKL2OO' where id=49; -update noar tt set v2='I9UEO5RMIUO4RF9LJPZQQ9EFNQQF8Y53O' where id=49; -update noar ti set v2='I9UEO5RMIUO4RF9LJPZQQ9EFNQQF8Y53O' where id=49; -update noar tt set v3='ILHMCPLH1R46JMUI86NJ3KQXLFDR7T3PV' where id=49; -update noar ti set v3='ILHMCPLH1R46JMUI86NJ3KQXLFDR7T3PV' where id=49; -update noar tt set v0='RURSQ9L2FSKAFNVYJK1C7FLEJFZHUILXD' where id=50; -update noar ti set v0='RURSQ9L2FSKAFNVYJK1C7FLEJFZHUILXD' where id=50; -update noar tt set v1='DSL5GCW995JRY82HOPK0IV52JUI4I1RBA' where id=50; -update noar ti set v1='DSL5GCW995JRY82HOPK0IV52JUI4I1RBA' where id=50; -update noar tt set v2='TRFMGIARIBM6O4HH9YT49EI7ICZDSCCZK' where id=50; -update noar ti set v2='TRFMGIARIBM6O4HH9YT49EI7ICZDSCCZK' where id=50; -update noar tt set v3='458762STQLMQS5IK2AUZFMMDAQ8GFVW39' where id=50; -update noar ti set v3='458762STQLMQS5IK2AUZFMMDAQ8GFVW39' where id=50; -update noar tt set v0='7L6UP1XJBFY9RLRQJZMOC52GHJZUXS27J' where id=51; -update noar ti set v0='7L6UP1XJBFY9RLRQJZMOC52GHJZUXS27J' where id=51; -update noar tt set v1='YTMDICEWMQJTBWBZCB6ALJSSY2HBLGA1B' where id=51; -update noar ti set v1='YTMDICEWMQJTBWBZCB6ALJSSY2HBLGA1B' where id=51; -update noar tt set v2='L6X04J0C3HWTE8R9JN3YADC02AS5O781E' where id=51; -update noar ti set v2='L6X04J0C3HWTE8R9JN3YADC02AS5O781E' where id=51; -update noar tt set v3='AD2RYQ8TG4Q0E3T5Y7O8NJERYDHV8Q2UY' where id=51; -update noar ti set v3='AD2RYQ8TG4Q0E3T5Y7O8NJERYDHV8Q2UY' where id=51; -update noar tt set v0='KIYNLLN5RH3R6LYNPHLAPYV5GB46E2G7W' where id=52; -update noar ti set v0='KIYNLLN5RH3R6LYNPHLAPYV5GB46E2G7W' where id=52; -update noar tt set v1='MJBQA2HIXRPOH9K42ZIQ9NXLUY9QN93Z3' where id=52; -update noar ti set v1='MJBQA2HIXRPOH9K42ZIQ9NXLUY9QN93Z3' where id=52; -update noar tt set v2='FERPK7XSW9WSSHW0MMSU32PKC169QA2H6' where id=52; -update noar ti set v2='FERPK7XSW9WSSHW0MMSU32PKC169QA2H6' where id=52; -update noar tt set v3='DSH8CFWXTX2DLN9XMHLZCASZL6K5XJUUA' where id=52; -update noar ti set v3='DSH8CFWXTX2DLN9XMHLZCASZL6K5XJUUA' where id=52; -update noar tt set v0='6AN7R1VYJVONXHX17M1DO6RG5RGZZD2T7' where id=53; -update noar ti set v0='6AN7R1VYJVONXHX17M1DO6RG5RGZZD2T7' where id=53; -update noar tt set v1='JWMPLL8L4A3AJ1YQQOBV89JSSZ1OPKF0I' where id=53; -update noar ti set v1='JWMPLL8L4A3AJ1YQQOBV89JSSZ1OPKF0I' where id=53; -update noar tt set v2='0LIY2CSI9D3HPPBADYLRUYKHH6Y5J6O0I' where id=53; -update noar ti set v2='0LIY2CSI9D3HPPBADYLRUYKHH6Y5J6O0I' where id=53; -update noar tt set v3='3TPM46KEH2W2KTRAVUCLDD24ZGIIYE73G' where id=53; -update noar ti set v3='3TPM46KEH2W2KTRAVUCLDD24ZGIIYE73G' where id=53; -update noar tt set v0='9FMS4I2NTMHR3AJLL5JPKH1MS2BETT508' where id=54; -update noar ti set v0='9FMS4I2NTMHR3AJLL5JPKH1MS2BETT508' where id=54; -update noar tt set v1='SB1RJLVZA09KX532JNTE5APJUTZU94BR7' where id=54; -update noar ti set v1='SB1RJLVZA09KX532JNTE5APJUTZU94BR7' where id=54; -update noar tt set v2='SH4NIS1WYNR6W7650I4CMS4WA3EE6EJ06' where id=54; -update noar ti set v2='SH4NIS1WYNR6W7650I4CMS4WA3EE6EJ06' where id=54; -update noar tt set v3='6M8ZNTNUYGYE8K0GPZCAGMIBB9GODDJ3T' where id=54; -update noar ti set v3='6M8ZNTNUYGYE8K0GPZCAGMIBB9GODDJ3T' where id=54; -update noar tt set v0='W7DSNS4NZ9283GJVVA48PWEYB8028KQ2B' where id=55; -update noar ti set v0='W7DSNS4NZ9283GJVVA48PWEYB8028KQ2B' where id=55; -update noar tt set v1='7W0NBJABATJMK0GRD5UMY5GUBFJYKHSOS' where id=55; -update noar ti set v1='7W0NBJABATJMK0GRD5UMY5GUBFJYKHSOS' where id=55; -update noar tt set v2='57EMBWTTQSRQI2JK20H8MNHYE0KS7K5MA' where id=55; -update noar ti set v2='57EMBWTTQSRQI2JK20H8MNHYE0KS7K5MA' where id=55; -update noar tt set v3='Y9PMVRMXLN1H6H2ZSL6S8VQYO3XMXOIZC' where id=55; -update noar ti set v3='Y9PMVRMXLN1H6H2ZSL6S8VQYO3XMXOIZC' where id=55; -update noar tt set v0='QUZ7ABM7U20FX9JU87HPJ45TE9R48DMDI' where id=56; -update noar ti set v0='QUZ7ABM7U20FX9JU87HPJ45TE9R48DMDI' where id=56; -update noar tt set v1='Q53CBPGSPVA4AUL0BOF9RU6XOH3OBYBXX' where id=56; -update noar ti set v1='Q53CBPGSPVA4AUL0BOF9RU6XOH3OBYBXX' where id=56; -update noar tt set v2='XI61XGI3OR56KT9GIRRC3CM0IIMNPPTGK' where id=56; -update noar ti set v2='XI61XGI3OR56KT9GIRRC3CM0IIMNPPTGK' where id=56; -update noar tt set v3='I6YYC6B0ZE88SRV7CQ138T0YASK9VS9C9' where id=56; -update noar ti set v3='I6YYC6B0ZE88SRV7CQ138T0YASK9VS9C9' where id=56; -update noar tt set v0='7K4KWB5KJQ0FNMMDFA3PAU7XSQ8LDQA7Z' where id=57; -update noar ti set v0='7K4KWB5KJQ0FNMMDFA3PAU7XSQ8LDQA7Z' where id=57; -update noar tt set v1='T7TM731845GEWLY5D0YTCFZL8E8TY5IS0' where id=57; -update noar ti set v1='T7TM731845GEWLY5D0YTCFZL8E8TY5IS0' where id=57; -update noar tt set v2='PAD1A0MOKVUAWOVCRU12QPQZL54L58MHM' where id=57; -update noar ti set v2='PAD1A0MOKVUAWOVCRU12QPQZL54L58MHM' where id=57; -update noar tt set v3='LF7RYQN7OR38JKDHM5MHLS3AKYPO5IKTC' where id=57; -update noar ti set v3='LF7RYQN7OR38JKDHM5MHLS3AKYPO5IKTC' where id=57; -update noar tt set v0='HPR7W84PVJXJ6GQFULKCJ9CJOZEFQ0BGF' where id=58; -update noar ti set v0='HPR7W84PVJXJ6GQFULKCJ9CJOZEFQ0BGF' where id=58; -update noar tt set v1='CITNSMY4DF1631N6T90S3SNEHFNTD4R27' where id=58; -update noar ti set v1='CITNSMY4DF1631N6T90S3SNEHFNTD4R27' where id=58; -update noar tt set v2='ZHZ3JRPT1ZDOFCH6W3B5WRD0Q31KHNK9X' where id=58; -update noar ti set v2='ZHZ3JRPT1ZDOFCH6W3B5WRD0Q31KHNK9X' where id=58; -update noar tt set v3='70B5U9N677URBUQM0USYHRFBPLPD67IQX' where id=58; -update noar ti set v3='70B5U9N677URBUQM0USYHRFBPLPD67IQX' where id=58; -update noar tt set v0='LA58EWWSB68PRT1LJJB98AH1PXGNTRC06' where id=59; -update noar ti set v0='LA58EWWSB68PRT1LJJB98AH1PXGNTRC06' where id=59; -update noar tt set v1='AP637AEY7NGUISPC3KD29OZ1O0G75CR4K' where id=59; -update noar ti set v1='AP637AEY7NGUISPC3KD29OZ1O0G75CR4K' where id=59; -update noar tt set v2='3EE7QBNM4DYRH3Q74JHVYQIKTI9AWAIK4' where id=59; -update noar ti set v2='3EE7QBNM4DYRH3Q74JHVYQIKTI9AWAIK4' where id=59; -update noar tt set v3='OAZ7WEOSWUYAYE479F9LD22KB2RE9MLTR' where id=59; -update noar ti set v3='OAZ7WEOSWUYAYE479F9LD22KB2RE9MLTR' where id=59; -update noar tt set v0='1IQOOZMRYNK70DX2TP46IJ5UUGK495Y1I' where id=60; -update noar ti set v0='1IQOOZMRYNK70DX2TP46IJ5UUGK495Y1I' where id=60; -update noar tt set v1='DQUK6ERL0VW5VMRVFWS248Y276ZPBMGQE' where id=60; -update noar ti set v1='DQUK6ERL0VW5VMRVFWS248Y276ZPBMGQE' where id=60; -update noar tt set v2='4ZJBYP0QD2WUBRB4NG9C57IF9GQMCZ38A' where id=60; -update noar ti set v2='4ZJBYP0QD2WUBRB4NG9C57IF9GQMCZ38A' where id=60; -update noar tt set v3='D5IYVYR9W7A6ZE3C5JW18GTMV7CB0BEWK' where id=60; -update noar ti set v3='D5IYVYR9W7A6ZE3C5JW18GTMV7CB0BEWK' where id=60; -update noar tt set v0='R6703LWXKEUK76X1YQEZOYWMTMO8QDVI9' where id=61; -update noar ti set v0='R6703LWXKEUK76X1YQEZOYWMTMO8QDVI9' where id=61; -update noar tt set v1='BQKLJYJMXRCQZINREU6BFYUT0QNZU3Z41' where id=61; -update noar ti set v1='BQKLJYJMXRCQZINREU6BFYUT0QNZU3Z41' where id=61; -update noar tt set v2='3B4WTYG204536B6U6LSAEQWJSMTILWQGH' where id=61; -update noar ti set v2='3B4WTYG204536B6U6LSAEQWJSMTILWQGH' where id=61; -update noar tt set v3='HEE35D4CB62BMEIB7WAKFZUONQKSLDWU6' where id=61; -update noar ti set v3='HEE35D4CB62BMEIB7WAKFZUONQKSLDWU6' where id=61; -update noar tt set v0='TJGMRDOJZKJX3BQY0ROVK9MW6KKHXMAFF' where id=62; -update noar ti set v0='TJGMRDOJZKJX3BQY0ROVK9MW6KKHXMAFF' where id=62; -update noar tt set v1='T4KXHC3H3HWBCG1S8QP9ET8VT9ZHLTBKO' where id=62; -update noar ti set v1='T4KXHC3H3HWBCG1S8QP9ET8VT9ZHLTBKO' where id=62; -update noar tt set v2='WGR6RZ9YVEEFV7GCKDBK5J6I47U1E1QAE' where id=62; -update noar ti set v2='WGR6RZ9YVEEFV7GCKDBK5J6I47U1E1QAE' where id=62; -update noar tt set v3='9QFS45BXHQ5GFEIYLN0B4ZR9ZDSUQ95H8' where id=62; -update noar ti set v3='9QFS45BXHQ5GFEIYLN0B4ZR9ZDSUQ95H8' where id=62; -update noar tt set v0='C0LB0552ZAI7DB3QKO10LWBGEXEOEACAB' where id=63; -update noar ti set v0='C0LB0552ZAI7DB3QKO10LWBGEXEOEACAB' where id=63; -update noar tt set v1='VKXX45AKTKLFOCWJZT683TDRWSLH2BJRA' where id=63; -update noar ti set v1='VKXX45AKTKLFOCWJZT683TDRWSLH2BJRA' where id=63; -update noar tt set v2='9T26MXOSVWZ744I7OC2PH13TERW1GHN0K' where id=63; -update noar ti set v2='9T26MXOSVWZ744I7OC2PH13TERW1GHN0K' where id=63; -update noar tt set v3='YHWLHXQRM5CXAKOFMIO7HPT0HDUIHQQ91' where id=63; -update noar ti set v3='YHWLHXQRM5CXAKOFMIO7HPT0HDUIHQQ91' where id=63; -update noar tt set v0='L7QNRDGTFGY21MVR5N9IH1NNUS1C2T9U2' where id=64; -update noar ti set v0='L7QNRDGTFGY21MVR5N9IH1NNUS1C2T9U2' where id=64; -update noar tt set v1='6PBQ0LHXJAYIYEKFJ04WZU6RXBRD86F90' where id=64; -update noar ti set v1='6PBQ0LHXJAYIYEKFJ04WZU6RXBRD86F90' where id=64; -update noar tt set v2='EE4MO8VSMDYTXV6LW58KYTNQTRDCHM8BQ' where id=64; -update noar ti set v2='EE4MO8VSMDYTXV6LW58KYTNQTRDCHM8BQ' where id=64; -update noar tt set v3='EAFFHWK6ZSAS83ZTT5I9VWGK0S568Y5NI' where id=64; -update noar ti set v3='EAFFHWK6ZSAS83ZTT5I9VWGK0S568Y5NI' where id=64; -update noar tt set v0='FY6BMD1JXRRLTDHVD0LJ5856CYRG1U80Q' where id=65; -update noar ti set v0='FY6BMD1JXRRLTDHVD0LJ5856CYRG1U80Q' where id=65; -update noar tt set v1='2VKZFS4O1NTHB9XFQL97OLY42WXHKG2B8' where id=65; -update noar ti set v1='2VKZFS4O1NTHB9XFQL97OLY42WXHKG2B8' where id=65; -update noar tt set v2='5ZN2JQDSGF0P8K6NOD7L1CNU4FAZDIAUL' where id=65; -update noar ti set v2='5ZN2JQDSGF0P8K6NOD7L1CNU4FAZDIAUL' where id=65; -update noar tt set v3='5G0LZLLYOZ7UZ5M93TWZEYMUVQF6G1SZH' where id=65; -update noar ti set v3='5G0LZLLYOZ7UZ5M93TWZEYMUVQF6G1SZH' where id=65; -update noar tt set v0='57NOVDL3B0S7PWQMPL07DONGGI9JRW3BP' where id=66; -update noar ti set v0='57NOVDL3B0S7PWQMPL07DONGGI9JRW3BP' where id=66; -update noar tt set v1='LO6VROUBXYCVZ4ISQM3L470ZUOMLHWT14' where id=66; -update noar ti set v1='LO6VROUBXYCVZ4ISQM3L470ZUOMLHWT14' where id=66; -update noar tt set v2='YUJ6RUU9EN9LQTZFOA1WW49B4QSD4BINX' where id=66; -update noar ti set v2='YUJ6RUU9EN9LQTZFOA1WW49B4QSD4BINX' where id=66; -update noar tt set v3='CB93SCQNUAHESR1BECFL62QHUPBRV0O7S' where id=66; -update noar ti set v3='CB93SCQNUAHESR1BECFL62QHUPBRV0O7S' where id=66; -update noar tt set v0='NJ1T120GMHCEO75BWMHFRJLMM3TOU025C' where id=67; -update noar ti set v0='NJ1T120GMHCEO75BWMHFRJLMM3TOU025C' where id=67; -update noar tt set v1='6RJI6M9VCLG1AXRIRCS9YA3XLIQWQPVV1' where id=67; -update noar ti set v1='6RJI6M9VCLG1AXRIRCS9YA3XLIQWQPVV1' where id=67; -update noar tt set v2='IRDGWKGAVDAAA3YKGU6E9ET4D1GZF608S' where id=67; -update noar ti set v2='IRDGWKGAVDAAA3YKGU6E9ET4D1GZF608S' where id=67; -update noar tt set v3='MJJKZ5RBV3FH79U4AB0SRROCXUEVD0LHR' where id=67; -update noar ti set v3='MJJKZ5RBV3FH79U4AB0SRROCXUEVD0LHR' where id=67; -update noar tt set v0='2C7JFI6EB3RL5Q4TY04BH8KPWS3TMZS2Z' where id=68; -update noar ti set v0='2C7JFI6EB3RL5Q4TY04BH8KPWS3TMZS2Z' where id=68; -update noar tt set v1='0HJU1QT9FFPRZUYMKKC0RMV2GPDTTRMUQ' where id=68; -update noar ti set v1='0HJU1QT9FFPRZUYMKKC0RMV2GPDTTRMUQ' where id=68; -update noar tt set v2='E1BKSMZR2DO79KIRCFIRE716ENZRRNI13' where id=68; -update noar ti set v2='E1BKSMZR2DO79KIRCFIRE716ENZRRNI13' where id=68; -update noar tt set v3='KFNMOZNA542NFSTZKRNV7Z4HQVO7NE860' where id=68; -update noar ti set v3='KFNMOZNA542NFSTZKRNV7Z4HQVO7NE860' where id=68; -update noar tt set v0='EWBUXHHDFYK8FGJL0MDB5IZB3SMXJ3VGY' where id=69; -update noar ti set v0='EWBUXHHDFYK8FGJL0MDB5IZB3SMXJ3VGY' where id=69; -update noar tt set v1='POKHSEI10ZP9LN7L94W206670DWWZK70W' where id=69; -update noar ti set v1='POKHSEI10ZP9LN7L94W206670DWWZK70W' where id=69; -update noar tt set v2='SWLF1ZB3XVDZM7G93X1LTTDXWPS6OCLFX' where id=69; -update noar ti set v2='SWLF1ZB3XVDZM7G93X1LTTDXWPS6OCLFX' where id=69; -update noar tt set v3='I232ZNA93R4SOW2EAPO734L1QRPCAQCYI' where id=69; -update noar ti set v3='I232ZNA93R4SOW2EAPO734L1QRPCAQCYI' where id=69; -update noar tt set v0='OZ6JA65Y43HPC54YDS9E7FNJBAH8EO3AV' where id=70; -update noar ti set v0='OZ6JA65Y43HPC54YDS9E7FNJBAH8EO3AV' where id=70; -update noar tt set v1='MGGNV6P04LUF60VJX3PVO1I9JOFSMOVGH' where id=70; -update noar ti set v1='MGGNV6P04LUF60VJX3PVO1I9JOFSMOVGH' where id=70; -update noar tt set v2='JNH9IVRXE84XL76VIDWEVLRCP5427NSUT' where id=70; -update noar ti set v2='JNH9IVRXE84XL76VIDWEVLRCP5427NSUT' where id=70; -update noar tt set v3='JS565B251FRNHUJDRIEKY0Y6V74R3XMNZ' where id=70; -update noar ti set v3='JS565B251FRNHUJDRIEKY0Y6V74R3XMNZ' where id=70; -update noar tt set v0='AGRS4ON84TBQBQ252OIMBHO6GLO15CIFV' where id=71; -update noar ti set v0='AGRS4ON84TBQBQ252OIMBHO6GLO15CIFV' where id=71; -update noar tt set v1='GHY1CEEZP7X211JNGEK2D643TQM16C380' where id=71; -update noar ti set v1='GHY1CEEZP7X211JNGEK2D643TQM16C380' where id=71; -update noar tt set v2='Y16YKA3RQ37SRX6UDPTKS1WW8IQ4YYQE5' where id=71; -update noar ti set v2='Y16YKA3RQ37SRX6UDPTKS1WW8IQ4YYQE5' where id=71; -update noar tt set v3='2VELPY70X6ZXB63NDTJ2YXBZMPRWVZSQO' where id=71; -update noar ti set v3='2VELPY70X6ZXB63NDTJ2YXBZMPRWVZSQO' where id=71; -update noar tt set v0='CMXQ08AY4COWXOQ4OOW5NFI6A4Y9SPLY1' where id=72; -update noar ti set v0='CMXQ08AY4COWXOQ4OOW5NFI6A4Y9SPLY1' where id=72; -update noar tt set v1='LE98GR5C69TYWOE6VU6X2DZ93YKTTYVGB' where id=72; -update noar ti set v1='LE98GR5C69TYWOE6VU6X2DZ93YKTTYVGB' where id=72; -update noar tt set v2='QLC63V609RJQ81M2HG2EFOPBZOLNWOXEE' where id=72; -update noar ti set v2='QLC63V609RJQ81M2HG2EFOPBZOLNWOXEE' where id=72; -update noar tt set v3='UQ0RBLIPP76MIWAECE7DTOLLB9LLSZRTW' where id=72; -update noar ti set v3='UQ0RBLIPP76MIWAECE7DTOLLB9LLSZRTW' where id=72; -update noar tt set v0='X1IJ1WYMEDBI4MQMEIFF1RE3OWIMC29MQ' where id=73; -update noar ti set v0='X1IJ1WYMEDBI4MQMEIFF1RE3OWIMC29MQ' where id=73; -update noar tt set v1='Y3V894ZKYOPPIPP6S9XSE95O384NL5F81' where id=73; -update noar ti set v1='Y3V894ZKYOPPIPP6S9XSE95O384NL5F81' where id=73; -update noar tt set v2='FAHE9Z45MIV12DAZT6DGL24T6CSZJMUZH' where id=73; -update noar ti set v2='FAHE9Z45MIV12DAZT6DGL24T6CSZJMUZH' where id=73; -update noar tt set v3='99T42KM7M72CS46SDEFJ5P0GZBU6KIAZ6' where id=73; -update noar ti set v3='99T42KM7M72CS46SDEFJ5P0GZBU6KIAZ6' where id=73; -update noar tt set v0='WBOWI0CEW7B9LI5PDLJC8FIYLKJJ6SH18' where id=74; -update noar ti set v0='WBOWI0CEW7B9LI5PDLJC8FIYLKJJ6SH18' where id=74; -update noar tt set v1='LSYOJO1Q2V8GPXYCXJA77ZPUF1JL6515N' where id=74; -update noar ti set v1='LSYOJO1Q2V8GPXYCXJA77ZPUF1JL6515N' where id=74; -update noar tt set v2='O5CUZUT5IYTS1JB86QX8CRZR6ZKF8KCPO' where id=74; -update noar ti set v2='O5CUZUT5IYTS1JB86QX8CRZR6ZKF8KCPO' where id=74; -update noar tt set v3='HSBWA8KJVH7NMXG8TXWHMPTM153K1803M' where id=74; -update noar ti set v3='HSBWA8KJVH7NMXG8TXWHMPTM153K1803M' where id=74; -update noar tt set v0='P1AKA9RXMQUPJ8UH4YSF2ZZMM4KI3KLOI' where id=75; -update noar ti set v0='P1AKA9RXMQUPJ8UH4YSF2ZZMM4KI3KLOI' where id=75; -update noar tt set v1='9BLOFZIHZMD70OKANU3ZT3QUDDP2Z3HK2' where id=75; -update noar ti set v1='9BLOFZIHZMD70OKANU3ZT3QUDDP2Z3HK2' where id=75; -update noar tt set v2='YLAZUKU8YIKPQU31M87L2MF6HSBNRFGSX' where id=75; -update noar ti set v2='YLAZUKU8YIKPQU31M87L2MF6HSBNRFGSX' where id=75; -update noar tt set v3='F98NSPC5CA6PWNYZBC606V28D1GC2NLII' where id=75; -update noar ti set v3='F98NSPC5CA6PWNYZBC606V28D1GC2NLII' where id=75; -update noar tt set v0='T98JPNLVHF2P083KV6N7YKE5FCA670P1H' where id=76; -update noar ti set v0='T98JPNLVHF2P083KV6N7YKE5FCA670P1H' where id=76; -update noar tt set v1='AZ975CNB0C9FLI9A0L6R7R4H0J0A1K458' where id=76; -update noar ti set v1='AZ975CNB0C9FLI9A0L6R7R4H0J0A1K458' where id=76; -update noar tt set v2='3N2LLW7WS9ZZ6HZBOKWVHMPQWUF1CC4X0' where id=76; -update noar ti set v2='3N2LLW7WS9ZZ6HZBOKWVHMPQWUF1CC4X0' where id=76; -update noar tt set v3='73VCJOOT0IQARR6DZET8UHYMHVY2Z6JJ4' where id=76; -update noar ti set v3='73VCJOOT0IQARR6DZET8UHYMHVY2Z6JJ4' where id=76; -update noar tt set v0='XXB3IJHCAMI97ZQ2ZACHFBGFEXB0CAUSE' where id=77; -update noar ti set v0='XXB3IJHCAMI97ZQ2ZACHFBGFEXB0CAUSE' where id=77; -update noar tt set v1='21KPBI7SBPI14NKO0C7QUBBCGXK7ZKOTZ' where id=77; -update noar ti set v1='21KPBI7SBPI14NKO0C7QUBBCGXK7ZKOTZ' where id=77; -update noar tt set v2='URLPIFRVYNAMYCRX7LLKQ5MT7FJFPB7WH' where id=77; -update noar ti set v2='URLPIFRVYNAMYCRX7LLKQ5MT7FJFPB7WH' where id=77; -update noar tt set v3='YOP561AH87AQJF4L8SVF96A1B1ND7V314' where id=77; -update noar ti set v3='YOP561AH87AQJF4L8SVF96A1B1ND7V314' where id=77; -update noar tt set v0='ZBFERG4QNM083VQODBXEXH762ZJSWKL92' where id=78; -update noar ti set v0='ZBFERG4QNM083VQODBXEXH762ZJSWKL92' where id=78; -update noar tt set v1='VQR847OOUIBLXNCD0DDC6R8AUNRB76O91' where id=78; -update noar ti set v1='VQR847OOUIBLXNCD0DDC6R8AUNRB76O91' where id=78; -update noar tt set v2='ZE40D1M8DAENTUXGQ2MQDFMQZA6O1CVO2' where id=78; -update noar ti set v2='ZE40D1M8DAENTUXGQ2MQDFMQZA6O1CVO2' where id=78; -update noar tt set v3='7ZGDF7C47NSDM34BH21FVRF21KPWPLPYK' where id=78; -update noar ti set v3='7ZGDF7C47NSDM34BH21FVRF21KPWPLPYK' where id=78; -update noar tt set v0='4SGF3DQGFXV1CGDG5ANXXO47UY17Y11W8' where id=79; -update noar ti set v0='4SGF3DQGFXV1CGDG5ANXXO47UY17Y11W8' where id=79; -update noar tt set v1='K5O85JPF9UH5A8G7MHIZW96EUU9A4CFA1' where id=79; -update noar ti set v1='K5O85JPF9UH5A8G7MHIZW96EUU9A4CFA1' where id=79; -update noar tt set v2='9TBJKUOURFRTJRNJUD5V9MHDXRNUMR1LT' where id=79; -update noar ti set v2='9TBJKUOURFRTJRNJUD5V9MHDXRNUMR1LT' where id=79; -update noar tt set v3='QJWTFODVSDM8EO6UHJ5KPGLX369ODALZN' where id=79; -update noar ti set v3='QJWTFODVSDM8EO6UHJ5KPGLX369ODALZN' where id=79; -update noar tt set v0='VLAJ4S98D5U7C43CB5FUM00SD288XO8RV' where id=80; -update noar ti set v0='VLAJ4S98D5U7C43CB5FUM00SD288XO8RV' where id=80; -update noar tt set v1='13QFF0874RF6M24B64V4OETJGOLOV17E4' where id=80; -update noar ti set v1='13QFF0874RF6M24B64V4OETJGOLOV17E4' where id=80; -update noar tt set v2='X7SUAGLHK4B0KQFHL7XIR783SIXBV4QN5' where id=80; -update noar ti set v2='X7SUAGLHK4B0KQFHL7XIR783SIXBV4QN5' where id=80; -update noar tt set v3='R72XWALF9KDJO3WXK8I6WCH34N9G4ZA8O' where id=80; -update noar ti set v3='R72XWALF9KDJO3WXK8I6WCH34N9G4ZA8O' where id=80; -update noar tt set v0='KTEFFO96XY7KY2IBL894XBPXAZWXAYFL1' where id=81; -update noar ti set v0='KTEFFO96XY7KY2IBL894XBPXAZWXAYFL1' where id=81; -update noar tt set v1='IWSED1A5WIPWZ3NFHEX8410M80SS29MPC' where id=81; -update noar ti set v1='IWSED1A5WIPWZ3NFHEX8410M80SS29MPC' where id=81; -update noar tt set v2='JITMLM0KGDD1MPIOYZD4SEYYDY8O0IPZL' where id=81; -update noar ti set v2='JITMLM0KGDD1MPIOYZD4SEYYDY8O0IPZL' where id=81; -update noar tt set v3='FWGVBCKX4QOL485DJBQVL466IATPH0J0S' where id=81; -update noar ti set v3='FWGVBCKX4QOL485DJBQVL466IATPH0J0S' where id=81; -update noar tt set v0='DTNA7INNCJNI3P0AYIVAPISMBYR9RMLV5' where id=82; -update noar ti set v0='DTNA7INNCJNI3P0AYIVAPISMBYR9RMLV5' where id=82; -update noar tt set v1='NNMSJ97H4ZSXEKZKXSXAPPHD4GUNE7OG4' where id=82; -update noar ti set v1='NNMSJ97H4ZSXEKZKXSXAPPHD4GUNE7OG4' where id=82; -update noar tt set v2='XQMMZ8E3GDICMQ1E5J5RXE8SX78M1XG7L' where id=82; -update noar ti set v2='XQMMZ8E3GDICMQ1E5J5RXE8SX78M1XG7L' where id=82; -update noar tt set v3='68H0B83BFFWEMG7YZHW2EFCQERQVWGNVK' where id=82; -update noar ti set v3='68H0B83BFFWEMG7YZHW2EFCQERQVWGNVK' where id=82; -update noar tt set v0='QMO9TTFMPJ4TO73LPFBJ3AC0DEKYAB0ET' where id=83; -update noar ti set v0='QMO9TTFMPJ4TO73LPFBJ3AC0DEKYAB0ET' where id=83; -update noar tt set v1='5VQTX3YJCEFUF1FG4XWJWLJ14TFZJJXIR' where id=83; -update noar ti set v1='5VQTX3YJCEFUF1FG4XWJWLJ14TFZJJXIR' where id=83; -update noar tt set v2='RSYL7JADB2ZJCXLWISPT73N8WHTO6IW83' where id=83; -update noar ti set v2='RSYL7JADB2ZJCXLWISPT73N8WHTO6IW83' where id=83; -update noar tt set v3='ZVCSF05JJG04TIMWUVFE11IKK3L1JU7C5' where id=83; -update noar ti set v3='ZVCSF05JJG04TIMWUVFE11IKK3L1JU7C5' where id=83; -update noar tt set v0='ZW2OKFTERFEDTGDOSF7E2F92JEE0J5POQ' where id=84; -update noar ti set v0='ZW2OKFTERFEDTGDOSF7E2F92JEE0J5POQ' where id=84; -update noar tt set v1='XBDJM2ACN0I1MI2J313FEQB1424LR8EDE' where id=84; -update noar ti set v1='XBDJM2ACN0I1MI2J313FEQB1424LR8EDE' where id=84; -update noar tt set v2='2CB71ZX2DK3QV3GOQEM6Z51F9N2ZCZ8CQ' where id=84; -update noar ti set v2='2CB71ZX2DK3QV3GOQEM6Z51F9N2ZCZ8CQ' where id=84; -update noar tt set v3='H0H1PLEZZVC0O2NGJ1UKB4UX6WKG9WNO0' where id=84; -update noar ti set v3='H0H1PLEZZVC0O2NGJ1UKB4UX6WKG9WNO0' where id=84; -update noar tt set v0='CNCY1KPXQ2R9XGXW3358XVK0CPJ3KFBHZ' where id=85; -update noar ti set v0='CNCY1KPXQ2R9XGXW3358XVK0CPJ3KFBHZ' where id=85; -update noar tt set v1='P7EFQFDLO0O09Q9K4YTEUSN7UDXV9KSZJ' where id=85; -update noar ti set v1='P7EFQFDLO0O09Q9K4YTEUSN7UDXV9KSZJ' where id=85; -update noar tt set v2='5FDYDRQMZ5T60YZCE7DL8VADZ4Z5F23Z7' where id=85; -update noar ti set v2='5FDYDRQMZ5T60YZCE7DL8VADZ4Z5F23Z7' where id=85; -update noar tt set v3='45NI5UNX32OO7QWYN33WXNNQPTC14SJT3' where id=85; -update noar ti set v3='45NI5UNX32OO7QWYN33WXNNQPTC14SJT3' where id=85; -update noar tt set v0='AQEBZQBLDYRATIYRW2Q4VB9Z3QIXFHTMA' where id=86; -update noar ti set v0='AQEBZQBLDYRATIYRW2Q4VB9Z3QIXFHTMA' where id=86; -update noar tt set v1='G4DPWHM507DIR6LFHS6Z25OIL893V7RE0' where id=86; -update noar ti set v1='G4DPWHM507DIR6LFHS6Z25OIL893V7RE0' where id=86; -update noar tt set v2='BDHH5S388F9ALHJTSPK3728EY9PCYGIXL' where id=86; -update noar ti set v2='BDHH5S388F9ALHJTSPK3728EY9PCYGIXL' where id=86; -update noar tt set v3='269GE1YSO0A3ETDNC3839UHISZC5BEXUJ' where id=86; -update noar ti set v3='269GE1YSO0A3ETDNC3839UHISZC5BEXUJ' where id=86; -update noar tt set v0='9TVS7OAD7LITZBQUL99GKCYOZBCIQBPKQ' where id=87; -update noar ti set v0='9TVS7OAD7LITZBQUL99GKCYOZBCIQBPKQ' where id=87; -update noar tt set v1='7NDTE4RT66B9DUEKQE590QRVQSEEUBBLP' where id=87; -update noar ti set v1='7NDTE4RT66B9DUEKQE590QRVQSEEUBBLP' where id=87; -update noar tt set v2='75UU9H5MJ5LDBWHU5GQTJBSOGU4K0EW0I' where id=87; -update noar ti set v2='75UU9H5MJ5LDBWHU5GQTJBSOGU4K0EW0I' where id=87; -update noar tt set v3='2GTQTOQO0O7XIOV6CTGGV495DG1HZ9JRE' where id=87; -update noar ti set v3='2GTQTOQO0O7XIOV6CTGGV495DG1HZ9JRE' where id=87; -update noar tt set v0='BKBZD41ZXLAQ2Y7CJ8A9527P8I7PM4KFH' where id=88; -update noar ti set v0='BKBZD41ZXLAQ2Y7CJ8A9527P8I7PM4KFH' where id=88; -update noar tt set v1='PR6O564MYVY1V2T703CSCFPIDTT9Z7NXH' where id=88; -update noar ti set v1='PR6O564MYVY1V2T703CSCFPIDTT9Z7NXH' where id=88; -update noar tt set v2='XG59QG8DHXVGPONH4AMM85D5ZJG3MG1GT' where id=88; -update noar ti set v2='XG59QG8DHXVGPONH4AMM85D5ZJG3MG1GT' where id=88; -update noar tt set v3='E2PMCQJNBY0RIK7672MATBTLUB2CWW2FE' where id=88; -update noar ti set v3='E2PMCQJNBY0RIK7672MATBTLUB2CWW2FE' where id=88; -update noar tt set v0='ZI17RPYY2F1N7I9CH1K6VVXJJA0PQK0SF' where id=89; -update noar ti set v0='ZI17RPYY2F1N7I9CH1K6VVXJJA0PQK0SF' where id=89; -update noar tt set v1='62VI8M2LZKFMRHA2P3CNH8XMRDSUKLLPL' where id=89; -update noar ti set v1='62VI8M2LZKFMRHA2P3CNH8XMRDSUKLLPL' where id=89; -update noar tt set v2='5L98FNGZF9RSO2MY8V3AOXPTWH0W2856B' where id=89; -update noar ti set v2='5L98FNGZF9RSO2MY8V3AOXPTWH0W2856B' where id=89; -update noar tt set v3='60XB753EJQ1YGGQV083YB9K3T6RK5QDQZ' where id=89; -update noar ti set v3='60XB753EJQ1YGGQV083YB9K3T6RK5QDQZ' where id=89; -update noar tt set v0='3T7OPS6T17EEELNYMF5KQXCP6T85AAK2W' where id=90; -update noar ti set v0='3T7OPS6T17EEELNYMF5KQXCP6T85AAK2W' where id=90; -update noar tt set v1='51EGCPTYNNJ9H6H3JIJBRHA7M7Q5DLV6L' where id=90; -update noar ti set v1='51EGCPTYNNJ9H6H3JIJBRHA7M7Q5DLV6L' where id=90; -update noar tt set v2='1KO904YXC0NBCRART470WFCYNX9I8GRGG' where id=90; -update noar ti set v2='1KO904YXC0NBCRART470WFCYNX9I8GRGG' where id=90; -update noar tt set v3='HWJUBIFBUL5T8W0TXP0WGC0YSDU4F87QE' where id=90; -update noar ti set v3='HWJUBIFBUL5T8W0TXP0WGC0YSDU4F87QE' where id=90; -update noar tt set v0='MCX8VBA8SIEVZIKOSFUNEZWALPCVAHZA9' where id=91; -update noar ti set v0='MCX8VBA8SIEVZIKOSFUNEZWALPCVAHZA9' where id=91; -update noar tt set v1='HMHPSE5ZJX0EPY4AD0SONINHVO9U2KX9U' where id=91; -update noar ti set v1='HMHPSE5ZJX0EPY4AD0SONINHVO9U2KX9U' where id=91; -update noar tt set v2='U2NLR5IKGB4WV484HQX2U1274N42LR4HM' where id=91; -update noar ti set v2='U2NLR5IKGB4WV484HQX2U1274N42LR4HM' where id=91; -update noar tt set v3='E8Y7KYC1H57JSOZR5CW9V4I8M1OHTMS3Y' where id=91; -update noar ti set v3='E8Y7KYC1H57JSOZR5CW9V4I8M1OHTMS3Y' where id=91; -update noar tt set v0='MP24496CCZZZB1WF84X6UTK2ZYJ4Q4JRH' where id=92; -update noar ti set v0='MP24496CCZZZB1WF84X6UTK2ZYJ4Q4JRH' where id=92; -update noar tt set v1='632NX3QHU2LR265L3N8I0L5JRQ6ATNBDK' where id=92; -update noar ti set v1='632NX3QHU2LR265L3N8I0L5JRQ6ATNBDK' where id=92; -update noar tt set v2='ZUEOHXZ6I7PJG8CDKCYGC1P9KXOGXPAAL' where id=92; -update noar ti set v2='ZUEOHXZ6I7PJG8CDKCYGC1P9KXOGXPAAL' where id=92; -update noar tt set v3='V0CC2HHD0CKQH2LHNLT1YCD38CA3VBJON' where id=92; -update noar ti set v3='V0CC2HHD0CKQH2LHNLT1YCD38CA3VBJON' where id=92; -update noar tt set v0='CIJ08XBVT4N3QBASLZSRNMJX11L27VRTY' where id=93; -update noar ti set v0='CIJ08XBVT4N3QBASLZSRNMJX11L27VRTY' where id=93; -update noar tt set v1='ODHZY95OPJYEM1YM39CNXSO8TCJ3Q176X' where id=93; -update noar ti set v1='ODHZY95OPJYEM1YM39CNXSO8TCJ3Q176X' where id=93; -update noar tt set v2='QB6FDMHZA3DZYFFK7Y4Y536F6GMNWXCPG' where id=93; -update noar ti set v2='QB6FDMHZA3DZYFFK7Y4Y536F6GMNWXCPG' where id=93; -update noar tt set v3='IY18E8SKPI40SGJDA5O2PKMFKUH0S0250' where id=93; -update noar ti set v3='IY18E8SKPI40SGJDA5O2PKMFKUH0S0250' where id=93; -update noar tt set v0='7HRJGOIOH6M8R3MBABI3347U0NQJDTTZS' where id=94; -update noar ti set v0='7HRJGOIOH6M8R3MBABI3347U0NQJDTTZS' where id=94; -update noar tt set v1='587585VOKF9DAXK0I27DD895BDT8UJPLI' where id=94; -update noar ti set v1='587585VOKF9DAXK0I27DD895BDT8UJPLI' where id=94; -update noar tt set v2='P3NA23XVT8YE2CC1M1ANRQ66EMZUVIQBL' where id=94; -update noar ti set v2='P3NA23XVT8YE2CC1M1ANRQ66EMZUVIQBL' where id=94; -update noar tt set v3='N53W139ISAB8KUGVRX7X6Q9CI6KF637S3' where id=94; -update noar ti set v3='N53W139ISAB8KUGVRX7X6Q9CI6KF637S3' where id=94; -update noar tt set v0='72C7ANCIBV6PSIJLG1KXGGOV7AUHHK3T9' where id=95; -update noar ti set v0='72C7ANCIBV6PSIJLG1KXGGOV7AUHHK3T9' where id=95; -update noar tt set v1='LL2TPQYROSPE7WIDE1QRUL697CDK9KKKQ' where id=95; -update noar ti set v1='LL2TPQYROSPE7WIDE1QRUL697CDK9KKKQ' where id=95; -update noar tt set v2='A2HX1PJKNPXGS8Y7B1XQ2748EC70HVI5Z' where id=95; -update noar ti set v2='A2HX1PJKNPXGS8Y7B1XQ2748EC70HVI5Z' where id=95; -update noar tt set v3='20Y3TKYBJO9U3175JI59W7Y4XGGW2Z2D9' where id=95; -update noar ti set v3='20Y3TKYBJO9U3175JI59W7Y4XGGW2Z2D9' where id=95; -update noar tt set v0='154T5LUDKY2WSUB5YX5RQ6J735NDN7YP3' where id=96; -update noar ti set v0='154T5LUDKY2WSUB5YX5RQ6J735NDN7YP3' where id=96; -update noar tt set v1='ULYRIHE1QD9E4W4V1A9K0F5SE5HEX3ER5' where id=96; -update noar ti set v1='ULYRIHE1QD9E4W4V1A9K0F5SE5HEX3ER5' where id=96; -update noar tt set v2='1HKPI8WULN8PU2QBVA7IVQUIPXFXTVUCK' where id=96; -update noar ti set v2='1HKPI8WULN8PU2QBVA7IVQUIPXFXTVUCK' where id=96; -update noar tt set v3='IYGAZNVNCYEAI2OMZEJMVIODDF6FW9845' where id=96; -update noar ti set v3='IYGAZNVNCYEAI2OMZEJMVIODDF6FW9845' where id=96; -update noar tt set v0='4A38UMXJ8QCZARQMNLESLUKJ72ZU7ESQC' where id=97; -update noar ti set v0='4A38UMXJ8QCZARQMNLESLUKJ72ZU7ESQC' where id=97; -update noar tt set v1='PAR1XBCZFT852Q8NCIT9300018D1UTLFO' where id=97; -update noar ti set v1='PAR1XBCZFT852Q8NCIT9300018D1UTLFO' where id=97; -update noar tt set v2='TQWRBG455K6N8PA9KRQCAEW2D5UPF01JS' where id=97; -update noar ti set v2='TQWRBG455K6N8PA9KRQCAEW2D5UPF01JS' where id=97; -update noar tt set v3='QTKE9966ERUKBBTBFTT49UPWJJBMG9XIE' where id=97; -update noar ti set v3='QTKE9966ERUKBBTBFTT49UPWJJBMG9XIE' where id=97; -update noar tt set v0='6UUWGKGGVZFMJ2SZPZGT3M6FMCTAY0NEB' where id=98; -update noar ti set v0='6UUWGKGGVZFMJ2SZPZGT3M6FMCTAY0NEB' where id=98; -update noar tt set v1='1H449U44PIMOS2GKKWF48UJM4F5RE5QNO' where id=98; -update noar ti set v1='1H449U44PIMOS2GKKWF48UJM4F5RE5QNO' where id=98; -update noar tt set v2='1L0YUIQCJF1G7GICFNVCX5M8B6TCWRSC8' where id=98; -update noar ti set v2='1L0YUIQCJF1G7GICFNVCX5M8B6TCWRSC8' where id=98; -update noar tt set v3='5S4MH3ZHVWI7R51FW3G265C5YUOHSKRLY' where id=98; -update noar ti set v3='5S4MH3ZHVWI7R51FW3G265C5YUOHSKRLY' where id=98; -update noar tt set v0='0Z9GTT0CRTSIRMPF3FIP2GJI6LME72GCT' where id=99; -update noar ti set v0='0Z9GTT0CRTSIRMPF3FIP2GJI6LME72GCT' where id=99; -update noar tt set v1='0PVF9ONHD3QR6ROWWVIW86O4A85UX5INJ' where id=99; -update noar ti set v1='0PVF9ONHD3QR6ROWWVIW86O4A85UX5INJ' where id=99; -update noar tt set v2='O6DP7BSQ5HRF2GX4QOHHRYXMASKRRB5J3' where id=99; -update noar ti set v2='O6DP7BSQ5HRF2GX4QOHHRYXMASKRRB5J3' where id=99; -update noar tt set v3='I4NUTHC417X1WZOJT6P9NOBSQAWFOSXPK' where id=99; -update noar ti set v3='I4NUTHC417X1WZOJT6P9NOBSQAWFOSXPK' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int null, - v0 varbinary(256) null, - v1 varbinary(256) null, - v2 varbinary(256) null, - v3 varbinary(256) null, - b0 text null -) engine=tokudb; -insert into tt (id) values (0); -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='N5FUIPBLY8BCDFMOM9J59U0Z6ZV7IZ4E3EAR82XWC3AG45V57OCIGRMB3RV2U64D26F8M4220UOTUVAKCFNMNCNNAHJJ1203UCDOLEG6NDI1DKTKDP7L9TMA0F858TW5NITP19TN4QSBMILPWVDQA59KKMG4TW5IDJ2YXVC0L0XOE4LJ7UT764J6Y2RLZDBLD90HWBK9M3RFICD4U9KA6GVDVGWTXMNGUF1QQWBPEMFOWK5TFPP5RV1UDMLGCC3JC' where id=2; -update noar ti set v0='N5FUIPBLY8BCDFMOM9J59U0Z6ZV7IZ4E3EAR82XWC3AG45V57OCIGRMB3RV2U64D26F8M4220UOTUVAKCFNMNCNNAHJJ1203UCDOLEG6NDI1DKTKDP7L9TMA0F858TW5NITP19TN4QSBMILPWVDQA59KKMG4TW5IDJ2YXVC0L0XOE4LJ7UT764J6Y2RLZDBLD90HWBK9M3RFICD4U9KA6GVDVGWTXMNGUF1QQWBPEMFOWK5TFPP5RV1UDMLGCC3JC' where id=2; -update noar tt set v1='901NIKL85HV562NWKBJ0R1VA63AE1V5IIYMU33TGV3E43TZ2Z3B84JBQ94H1S4IL5KCZ0VVXMHB7Z5W8QMZYSJY9QFRK4AUR8LYOTCXV7SCLKR7713BT4QY7XND05IZQR6RMIFLN0NYOH2L27LVVZXBERLGX7PMM1RYNEUZIW5NKU5P2Q7WOOTEMZ2X0DB2CX2GN49W1Q10MUM2K8Y463OUPGDUY855FXT62EHAZXBAEAFTR7391OXTAPH0V9VG7M' where id=2; -update noar ti set v1='901NIKL85HV562NWKBJ0R1VA63AE1V5IIYMU33TGV3E43TZ2Z3B84JBQ94H1S4IL5KCZ0VVXMHB7Z5W8QMZYSJY9QFRK4AUR8LYOTCXV7SCLKR7713BT4QY7XND05IZQR6RMIFLN0NYOH2L27LVVZXBERLGX7PMM1RYNEUZIW5NKU5P2Q7WOOTEMZ2X0DB2CX2GN49W1Q10MUM2K8Y463OUPGDUY855FXT62EHAZXBAEAFTR7391OXTAPH0V9VG7M' where id=2; -update noar tt set v2='DYNBQU5XXFPMUXY54REGU5GW8914R17K9IJIRJ4UP153CJJMRXRVRHLO4FW4JZFTG9XOXF14RM7A7AX09NUSRPCVYXAAG5O111GJRTY2RHZBLKLVCUYNFW6SVOL64MHREY9BX26OUTR4W5UV984Z2F07MKR7A8CSEO0Q7JQUONZE1MSD61JV890OPAUPRGER1YQEGISCX2T1G2Q7YMFXY7GPVGFOJO2TGA0QR4OEXFBSAKVVJL2A3XWW1VJKB32BZ' where id=2; -update noar ti set v2='DYNBQU5XXFPMUXY54REGU5GW8914R17K9IJIRJ4UP153CJJMRXRVRHLO4FW4JZFTG9XOXF14RM7A7AX09NUSRPCVYXAAG5O111GJRTY2RHZBLKLVCUYNFW6SVOL64MHREY9BX26OUTR4W5UV984Z2F07MKR7A8CSEO0Q7JQUONZE1MSD61JV890OPAUPRGER1YQEGISCX2T1G2Q7YMFXY7GPVGFOJO2TGA0QR4OEXFBSAKVVJL2A3XWW1VJKB32BZ' where id=2; -update noar tt set v3='8TBDTM95ASERHO1JDMRTNWWG2FTGM6T7QA5F25XH4YOCLSUK4OS28CUIIYMB49ZG0UKEACZVPVXG81UOHDCTWTGTIVSSTFN5842WSAVD9EE1VHVKJ060YULWCIVSITOJGITMNF6PH6RA2SD2ZHIK1BSX1U2N7H12K8AMO53UMZI1UKNWFMG641Y0CU0154TC1AFBCUECOMF6USXRWQOIS5SZQ8MW065D0V49AIGS7IIR7JER26DDAVOZQ2LXPVT5L' where id=2; -update noar ti set v3='8TBDTM95ASERHO1JDMRTNWWG2FTGM6T7QA5F25XH4YOCLSUK4OS28CUIIYMB49ZG0UKEACZVPVXG81UOHDCTWTGTIVSSTFN5842WSAVD9EE1VHVKJ060YULWCIVSITOJGITMNF6PH6RA2SD2ZHIK1BSX1U2N7H12K8AMO53UMZI1UKNWFMG641Y0CU0154TC1AFBCUECOMF6USXRWQOIS5SZQ8MW065D0V49AIGS7IIR7JER26DDAVOZQ2LXPVT5L' where id=2; -update noar tt set v0='8OEJETZB0O1XZV5WUHM31U4H9M88EH6295AS05MXZZ6AD6OKBLSZP0V15I5ZWS503YPMZ479IU0J9BKYVI78SU01J20M4NXG863M0ITMD3SEGE9XUECDWL08LA8BVBZMQ87ZEG8A07OT0ZNVQ2JTJSFMXXLU3BTKRT8H5I2FM6QSQTUR99VXEEOZ8ZXQKHI7KAZPW88U644RB7CW64E8CGCN6GCZUTKV6V8XFWSYAUJVX0S2HLZJL3SUHCKJ0E3F4' where id=3; -update noar ti set v0='8OEJETZB0O1XZV5WUHM31U4H9M88EH6295AS05MXZZ6AD6OKBLSZP0V15I5ZWS503YPMZ479IU0J9BKYVI78SU01J20M4NXG863M0ITMD3SEGE9XUECDWL08LA8BVBZMQ87ZEG8A07OT0ZNVQ2JTJSFMXXLU3BTKRT8H5I2FM6QSQTUR99VXEEOZ8ZXQKHI7KAZPW88U644RB7CW64E8CGCN6GCZUTKV6V8XFWSYAUJVX0S2HLZJL3SUHCKJ0E3F4' where id=3; -update noar tt set v1='WZBXEEGO5NPB68OJ5NGUZY5OS3WAO0I8IKCT96KCD47A5ZLQYMAGTOHINCTRTCMMTF5Z9O7IB2B66R39HTC5ZWIC9RL05TNQE22N91XZAA0CQVCVO8J5I8JEYI0VSOGANNTGHCTZYURX8EPYE7TDTIQNHMQ28DHOFAY81GD82BLPGWV17PH0A1736URXSUO1KUQYZ8PSK6CRGV248VL49PR6IBU3ZYV1QQCMLU5EYXV6YPYZVJLNVND895YJOVEM5' where id=3; -update noar ti set v1='WZBXEEGO5NPB68OJ5NGUZY5OS3WAO0I8IKCT96KCD47A5ZLQYMAGTOHINCTRTCMMTF5Z9O7IB2B66R39HTC5ZWIC9RL05TNQE22N91XZAA0CQVCVO8J5I8JEYI0VSOGANNTGHCTZYURX8EPYE7TDTIQNHMQ28DHOFAY81GD82BLPGWV17PH0A1736URXSUO1KUQYZ8PSK6CRGV248VL49PR6IBU3ZYV1QQCMLU5EYXV6YPYZVJLNVND895YJOVEM5' where id=3; -update noar tt set v2='Y1QARB3SQBDWJF18Y1QWIDSXUQ45Z6MF6CTM2J25D3LP8CWXK72X5KUGCTIVJD4A923UFSCJQBXM6OOACWEGB5RX03C9ZDK7ZNRVFO2I7CVSUQ1U36TZL6JLKJXCL060F4XUIE1PNVFO43TC5JBBT9PZPSVZRNNEOQ2UW3N8YFJ4VCFGU34L8SM33812TRKGOVFAOLPDZOSW25OP7X55H2WIHFRYLQU5ITCAY3R3H071E1QDY8B6JTTHVOHLI2IY5' where id=3; -update noar ti set v2='Y1QARB3SQBDWJF18Y1QWIDSXUQ45Z6MF6CTM2J25D3LP8CWXK72X5KUGCTIVJD4A923UFSCJQBXM6OOACWEGB5RX03C9ZDK7ZNRVFO2I7CVSUQ1U36TZL6JLKJXCL060F4XUIE1PNVFO43TC5JBBT9PZPSVZRNNEOQ2UW3N8YFJ4VCFGU34L8SM33812TRKGOVFAOLPDZOSW25OP7X55H2WIHFRYLQU5ITCAY3R3H071E1QDY8B6JTTHVOHLI2IY5' where id=3; -update noar tt set v3='LEERCIAX974R0MFZ27OLIYWQ1JMERYH9M8262B125Y9P2IY5WW2JU0L7Y3QIRJL1NGU7OIT8GUYAR6XFU98TSRMYPIA9JS95UC4CTZ8630DP8VG0GOJTHAUYVWXMPUZ3DOMVIWPLHVO12JCN6L9PBX3ZDKQVV589DW59GZOCKE7U30KB6VUEEP8WR2GIX1957JXN4WRMS8FZAXPBVNJIO9S540YOFNI54T02NB5SHDPDYOFZ3JHYUMEAQRR50MCOU' where id=3; -update noar ti set v3='LEERCIAX974R0MFZ27OLIYWQ1JMERYH9M8262B125Y9P2IY5WW2JU0L7Y3QIRJL1NGU7OIT8GUYAR6XFU98TSRMYPIA9JS95UC4CTZ8630DP8VG0GOJTHAUYVWXMPUZ3DOMVIWPLHVO12JCN6L9PBX3ZDKQVV589DW59GZOCKE7U30KB6VUEEP8WR2GIX1957JXN4WRMS8FZAXPBVNJIO9S540YOFNI54T02NB5SHDPDYOFZ3JHYUMEAQRR50MCOU' where id=3; -update noar tt set v0='S9VT28U398ANZH2CI6MXDBOBYVU9QSXW5QA3UQSF13GNJSTWKQXMBK56XG0779DRTVOKAFB2OQDPPQYND3BZ1YRIL5RFHD74WC0X9N16J6YEDKAECYWCAIMRS8Q8F2TLUT4NNR1A9HTN0745XVWZ9R37YBAJN3NBG1A60J13UKHI90B1TN3QUROSN6EEGPBUSG6FHNSKU5FLV2PJ767K7YSOL7N87ERAAVPM37DLWQE8I1Z0VUMXXQ2AV2KJB2262' where id=4; -update noar ti set v0='S9VT28U398ANZH2CI6MXDBOBYVU9QSXW5QA3UQSF13GNJSTWKQXMBK56XG0779DRTVOKAFB2OQDPPQYND3BZ1YRIL5RFHD74WC0X9N16J6YEDKAECYWCAIMRS8Q8F2TLUT4NNR1A9HTN0745XVWZ9R37YBAJN3NBG1A60J13UKHI90B1TN3QUROSN6EEGPBUSG6FHNSKU5FLV2PJ767K7YSOL7N87ERAAVPM37DLWQE8I1Z0VUMXXQ2AV2KJB2262' where id=4; -update noar tt set v1='C7VYDGWY3ZGGCLP58C786Z60L6LSRQ6AELPXVE4OI8PQ87SJL54KHLG6C0F25CP9B9BD8SLSBDKTILXBT4WHMW17NGKOTY2RMEIV0VMRDPUHFF912JFXEF8SIQ37B43A09M0N5YVI7LHRL3Z86ANIHKR4TNAADUAZJXMX5HMYYU43RDQ57FZP8U53UM6R37ODJ45WQD4O0PIZYIOSCT6ABOSN1J3ZOHAZ7QWD5K1PZEAV1WAX0HSGYW4Q5MVOAL51' where id=4; -update noar ti set v1='C7VYDGWY3ZGGCLP58C786Z60L6LSRQ6AELPXVE4OI8PQ87SJL54KHLG6C0F25CP9B9BD8SLSBDKTILXBT4WHMW17NGKOTY2RMEIV0VMRDPUHFF912JFXEF8SIQ37B43A09M0N5YVI7LHRL3Z86ANIHKR4TNAADUAZJXMX5HMYYU43RDQ57FZP8U53UM6R37ODJ45WQD4O0PIZYIOSCT6ABOSN1J3ZOHAZ7QWD5K1PZEAV1WAX0HSGYW4Q5MVOAL51' where id=4; -update noar tt set v2='WKSVQUTJKW2IQLDIY6WNKRHNO3UB3EVI0GFL0M1B1PCH83MDBN6K8F90NJX1YKESUPCLZM63WPCWK6KI5Y6Y2YA9B4PQ0ITG7OYG6JTQ8R4MCFFV56GNOZ2I0JJRF0VBKHK8J0AP4TN5VIKYWBRKSQ7WK9A2A9SWKIY0UH6RGU11YAE1JHXC19FLK23458VB7COHU51S5KTANQOL48VJUCC2H01CP9OVX24AR42FWFKAPT5K6RK6GJ4OHBKT1ZK5O' where id=4; -update noar ti set v2='WKSVQUTJKW2IQLDIY6WNKRHNO3UB3EVI0GFL0M1B1PCH83MDBN6K8F90NJX1YKESUPCLZM63WPCWK6KI5Y6Y2YA9B4PQ0ITG7OYG6JTQ8R4MCFFV56GNOZ2I0JJRF0VBKHK8J0AP4TN5VIKYWBRKSQ7WK9A2A9SWKIY0UH6RGU11YAE1JHXC19FLK23458VB7COHU51S5KTANQOL48VJUCC2H01CP9OVX24AR42FWFKAPT5K6RK6GJ4OHBKT1ZK5O' where id=4; -update noar tt set v3='C9TM839RNF1RPA5YGG7VXSPAKPRGTQ5HW6F7JBYD21IMVIWDT25DAK3OHLDBWYB5UKQKWHWGPXZBKCUBUR34GLL64UGL7407GBW40H2N9XCS232N8A2J86BVJ3OPOWGRKO3OVOVC78TOQA01UEGN8Q9OXTC6PWBHVWJJMS3KB11VO50GV37AP1WV61PXAQYV2VSKTCN7LZ8N9VJ581VFDZX1W2PKA7ZYPPZ85N5JEDTILKWOL8MY0KRFS2PM6JHTX' where id=4; -update noar ti set v3='C9TM839RNF1RPA5YGG7VXSPAKPRGTQ5HW6F7JBYD21IMVIWDT25DAK3OHLDBWYB5UKQKWHWGPXZBKCUBUR34GLL64UGL7407GBW40H2N9XCS232N8A2J86BVJ3OPOWGRKO3OVOVC78TOQA01UEGN8Q9OXTC6PWBHVWJJMS3KB11VO50GV37AP1WV61PXAQYV2VSKTCN7LZ8N9VJ581VFDZX1W2PKA7ZYPPZ85N5JEDTILKWOL8MY0KRFS2PM6JHTX' where id=4; -update noar tt set v0='31PUS63RQ5S5ZW9QG8THBZEAAVGZYCIAKR7VLLR380KVD83EFH93PTO2UHNSCSFPP3KW4Y9FERHM6V1AESB5571ZHFFEKYVT6UVLFLXG1XC5MOPYFBR8XO6MERKSUHIU1ISLOH6TFWJMRV4LVCA1NEVNH4TRS5PUL2UK7E8QO2ZLXYDBTYACGEWTM4OF1ZNTSJZ579D31IK6KWNVG5A772X95156KVGLH3O7UT3LLES80I94Z6XV6B7RCCPN2VRVF' where id=5; -update noar ti set v0='31PUS63RQ5S5ZW9QG8THBZEAAVGZYCIAKR7VLLR380KVD83EFH93PTO2UHNSCSFPP3KW4Y9FERHM6V1AESB5571ZHFFEKYVT6UVLFLXG1XC5MOPYFBR8XO6MERKSUHIU1ISLOH6TFWJMRV4LVCA1NEVNH4TRS5PUL2UK7E8QO2ZLXYDBTYACGEWTM4OF1ZNTSJZ579D31IK6KWNVG5A772X95156KVGLH3O7UT3LLES80I94Z6XV6B7RCCPN2VRVF' where id=5; -update noar tt set v1='VM0YC3FYONLYG5NSQ8B16T9A3ISBAV2E3JMW6YRUSJXQMRQ2RPQSSC5SZY3C41T0PNOXCJCXHT81UYH9062ICJOT6BZ01YU61E9E9A1S9Y5HDNR63WA4EN556EL7VIV72TKUXI8KWRRJFVESZ28ZJN8D07DFAENNM4BCE829X0EJZKDRWVYUWM9UHWMGWN4HT6TGOI3NADQTIVJSAFXMKQDIOZV9435J8PPMI9HT4PHL77Q3UT5JH9MP2068JG6QB' where id=5; -update noar ti set v1='VM0YC3FYONLYG5NSQ8B16T9A3ISBAV2E3JMW6YRUSJXQMRQ2RPQSSC5SZY3C41T0PNOXCJCXHT81UYH9062ICJOT6BZ01YU61E9E9A1S9Y5HDNR63WA4EN556EL7VIV72TKUXI8KWRRJFVESZ28ZJN8D07DFAENNM4BCE829X0EJZKDRWVYUWM9UHWMGWN4HT6TGOI3NADQTIVJSAFXMKQDIOZV9435J8PPMI9HT4PHL77Q3UT5JH9MP2068JG6QB' where id=5; -update noar tt set v2='I78PU8Z6D7ZW7VWZ02FYCD0QBPWX494OV8EMQYI8NCBYRV36R2XJ0INZBY9YSOB2FK4IS1JTIFB9IE4YIPK7GJYOI2E9OWL2WAF1D8LCVY8N66I4NEZMEI4IV1SCZ746XEBONETIUHRGSBQWBLP2JU346WDAQBM8XPBEOIMPG4F1Y1V70XDTYG6AYCJ0DYEW7DAVVI5WSDF3PYSIOLDWW32ASEI6W60XB4K0QNIG4EOXRU1W0POOK7HCNCX9YVX8J' where id=5; -update noar ti set v2='I78PU8Z6D7ZW7VWZ02FYCD0QBPWX494OV8EMQYI8NCBYRV36R2XJ0INZBY9YSOB2FK4IS1JTIFB9IE4YIPK7GJYOI2E9OWL2WAF1D8LCVY8N66I4NEZMEI4IV1SCZ746XEBONETIUHRGSBQWBLP2JU346WDAQBM8XPBEOIMPG4F1Y1V70XDTYG6AYCJ0DYEW7DAVVI5WSDF3PYSIOLDWW32ASEI6W60XB4K0QNIG4EOXRU1W0POOK7HCNCX9YVX8J' where id=5; -update noar tt set v3='SME5KIAA01MC7JD6W3FB8DNE0KEOQLYEX507LX97FMDWJXVQVHRXH212ZPYLGUK0Q173BXICG4SAVIHMJTC626LZ0ZDBTU67OZ07BDYQ06AQZYDTEYCPKJ5OSBYS8T24HEV588QNAHG9POS5P4YLM6TWJS5QZARX9HT0ZN1BHFHD217GNHKZAMZT1YGSPWTK2SN5H5SH4MYXB9K50MWFAVOXVEPRSN2I1DNX431E310L7HANNPUUQPZ12EB8FJQKT' where id=5; -update noar ti set v3='SME5KIAA01MC7JD6W3FB8DNE0KEOQLYEX507LX97FMDWJXVQVHRXH212ZPYLGUK0Q173BXICG4SAVIHMJTC626LZ0ZDBTU67OZ07BDYQ06AQZYDTEYCPKJ5OSBYS8T24HEV588QNAHG9POS5P4YLM6TWJS5QZARX9HT0ZN1BHFHD217GNHKZAMZT1YGSPWTK2SN5H5SH4MYXB9K50MWFAVOXVEPRSN2I1DNX431E310L7HANNPUUQPZ12EB8FJQKT' where id=5; -update noar tt set v0='IKNEE2VP508DUONR75XYV05NYCDLR6INHORDYCVT1HEMQB5CI9LYBFET2WW0WC2ZYFT8WXGTJEKAA3DG12UO1T9ODY6TSDJY776J0PDJM3D09W41TBDF2QPI2ULZBMLEDAV1D1QCI40SURTBIZLV5QNTV7YYU4B8B0BL6JC2MO43P8ZQBTPJYXITUFH31JKNK9KCP3JMVOQEBZQLG8DJP63DCC171HSW0NRDFBLUU92X43HPS3XC1HEB0KKH9ARPA' where id=6; -update noar ti set v0='IKNEE2VP508DUONR75XYV05NYCDLR6INHORDYCVT1HEMQB5CI9LYBFET2WW0WC2ZYFT8WXGTJEKAA3DG12UO1T9ODY6TSDJY776J0PDJM3D09W41TBDF2QPI2ULZBMLEDAV1D1QCI40SURTBIZLV5QNTV7YYU4B8B0BL6JC2MO43P8ZQBTPJYXITUFH31JKNK9KCP3JMVOQEBZQLG8DJP63DCC171HSW0NRDFBLUU92X43HPS3XC1HEB0KKH9ARPA' where id=6; -update noar tt set v1='R0JIE2RMDVAEH5DUX6YP6P1KAPA4YPMD5I66QWEJGTEWJSJ2TL53JGJIZMULYRMVSX3Q466GIUL66RMP1397MIM4VFEBHEPGA256N7ONQZZJRIWWPCN0RE0JCHBQ3B5TN2WVYJ19OINYFZEH8TYGLKI3SUBCU0VS2XE57AJYDVB2OXK8ABYWE5UYT6J8PXDUE66NAWNWYFAD2V57RKPMU7FFMC0KRXK60P46V563SZTOXV8YEQT2DHV426GII0976' where id=6; -update noar ti set v1='R0JIE2RMDVAEH5DUX6YP6P1KAPA4YPMD5I66QWEJGTEWJSJ2TL53JGJIZMULYRMVSX3Q466GIUL66RMP1397MIM4VFEBHEPGA256N7ONQZZJRIWWPCN0RE0JCHBQ3B5TN2WVYJ19OINYFZEH8TYGLKI3SUBCU0VS2XE57AJYDVB2OXK8ABYWE5UYT6J8PXDUE66NAWNWYFAD2V57RKPMU7FFMC0KRXK60P46V563SZTOXV8YEQT2DHV426GII0976' where id=6; -update noar tt set v2='G4QISPS494QVELSOJPRI0727J080Z3FNVUC5JOAE980O099E2XDDKBJWFF4Y6XL12TXJGVJ2YIZ8OMZN1IFDKRB2KI96GGBIGRQYI8DVLDZSAVGGT272NYCKWGHAVYU7QAM1H09Z1N5JJ0TZIQKNJ0QVTWABYMIADFLOLSE8YO5CPE1X3V01Y2MEE4COEO12NDROAY55V12YG236ZCLMWEZNIHGQ89NUZKJPPWHUR1GD6R0MDVNHMBBFMRVCQ6H3N' where id=6; -update noar ti set v2='G4QISPS494QVELSOJPRI0727J080Z3FNVUC5JOAE980O099E2XDDKBJWFF4Y6XL12TXJGVJ2YIZ8OMZN1IFDKRB2KI96GGBIGRQYI8DVLDZSAVGGT272NYCKWGHAVYU7QAM1H09Z1N5JJ0TZIQKNJ0QVTWABYMIADFLOLSE8YO5CPE1X3V01Y2MEE4COEO12NDROAY55V12YG236ZCLMWEZNIHGQ89NUZKJPPWHUR1GD6R0MDVNHMBBFMRVCQ6H3N' where id=6; -update noar tt set v3='FH4EXOLMHU0WTHT3M4SCFXRKS0QTXTQHDLYZ0Z1JGKVKXDF57XXVCZ6NXAH9XPVZS3THWTIW2EGI3TKGHKHD9J6BZGWKTEN4PZP8Q2E5LAQJNH63BOB4Q8ZS2KL2QEOACW1UMAHS48KNQ9S5DLH168HFRTSJEUBW4689HQQ6MKFI95DCKXRXW0PBOXF7KU7U004L86W57ZTS05NWPCHRBQI7887RVL1AETAMB144V7Y1VFLVBJO7UR9L2M6WT96S9' where id=6; -update noar ti set v3='FH4EXOLMHU0WTHT3M4SCFXRKS0QTXTQHDLYZ0Z1JGKVKXDF57XXVCZ6NXAH9XPVZS3THWTIW2EGI3TKGHKHD9J6BZGWKTEN4PZP8Q2E5LAQJNH63BOB4Q8ZS2KL2QEOACW1UMAHS48KNQ9S5DLH168HFRTSJEUBW4689HQQ6MKFI95DCKXRXW0PBOXF7KU7U004L86W57ZTS05NWPCHRBQI7887RVL1AETAMB144V7Y1VFLVBJO7UR9L2M6WT96S9' where id=6; -update noar tt set v0='3MER9ZTRIOQ7BORJ2Y35XK8VTXK2FD47VK63HMMPFMFXKQDGFLM5PM5WG1X7VIDM5D8AMC82BUYZ2VS8029ESTYA51US3NP80GRTRFUWKGHZVKGXRRLP2PM5YIZIWZLD3SZ9IQKLKNGMQI6V31UGFKTPSI6Q05GBNIAX2TZIZYL1JN0T4V35JMFOL3KJAIJZ6TH5UUKXQLMSST1KEVN4C78JV1FDQDMDR6PZYERTRPHIDNQXUXPNGQU12OPRZRC01' where id=7; -update noar ti set v0='3MER9ZTRIOQ7BORJ2Y35XK8VTXK2FD47VK63HMMPFMFXKQDGFLM5PM5WG1X7VIDM5D8AMC82BUYZ2VS8029ESTYA51US3NP80GRTRFUWKGHZVKGXRRLP2PM5YIZIWZLD3SZ9IQKLKNGMQI6V31UGFKTPSI6Q05GBNIAX2TZIZYL1JN0T4V35JMFOL3KJAIJZ6TH5UUKXQLMSST1KEVN4C78JV1FDQDMDR6PZYERTRPHIDNQXUXPNGQU12OPRZRC01' where id=7; -update noar tt set v1='F2A36RO6O7DOIQL6LN1V9ZRYITN5JPI9OW01UTI5C7XOGAK15RU517PW54QFPVZJX4ZF9PVJJQOR2W7DTTQWXA8CE7RGCI0MLXNE85RCZYCS1RYYW3943H5G0V0OKDZ6XG6HET5U52VWGNM5CVCKO33AVIXFUTWWJP1HXHFQ0XCKQ8P5WRRKLIXKJU0Y2M6ZWLKI3B9H5MKDB4CFJQ0L35CGVKVYKXQT2L9GC0JSXTKBYAZ7PPBXEZESSNO32JDNE' where id=7; -update noar ti set v1='F2A36RO6O7DOIQL6LN1V9ZRYITN5JPI9OW01UTI5C7XOGAK15RU517PW54QFPVZJX4ZF9PVJJQOR2W7DTTQWXA8CE7RGCI0MLXNE85RCZYCS1RYYW3943H5G0V0OKDZ6XG6HET5U52VWGNM5CVCKO33AVIXFUTWWJP1HXHFQ0XCKQ8P5WRRKLIXKJU0Y2M6ZWLKI3B9H5MKDB4CFJQ0L35CGVKVYKXQT2L9GC0JSXTKBYAZ7PPBXEZESSNO32JDNE' where id=7; -update noar tt set v2='RBD8ZJIQY0QS0U6QLM447CD80KZDJZ1OEKYFOQPLR33Z0N263PO1E149WT2S7LPUOYMQHQBVMW6WMUOOOB3HKH61NHOBU6XNWI231297A57YQN4OPU7RSUXJS2W6J4VB99LA4BOITX5157TWILQ5N3VGGNRZ5O0UL6P536V32D4ZX7OWEAJRMRKI89BJ3U08SOKOX6AKQTW373YU6OIGA7JN202S0EAIU1W14V6GJZS5VG6BG91R9YV57UCTQJQLO' where id=7; -update noar ti set v2='RBD8ZJIQY0QS0U6QLM447CD80KZDJZ1OEKYFOQPLR33Z0N263PO1E149WT2S7LPUOYMQHQBVMW6WMUOOOB3HKH61NHOBU6XNWI231297A57YQN4OPU7RSUXJS2W6J4VB99LA4BOITX5157TWILQ5N3VGGNRZ5O0UL6P536V32D4ZX7OWEAJRMRKI89BJ3U08SOKOX6AKQTW373YU6OIGA7JN202S0EAIU1W14V6GJZS5VG6BG91R9YV57UCTQJQLO' where id=7; -update noar tt set v3='CHIGYE61A8LF6EH5TN6P4AAGT764LLXNSV3DC6WCT3WNJNAW15TL9PGP9PD9F0OB34SC6FIN8FW8EQCI1M8KV534AO4K9HUUGBFHJ25W99SRKMI5SFK1KHAQU1YX99KCNL4ALKZAUSQSLBF1O0CU2XNMH6L7M5JIWIDIN9JE9WKPCM6DQXSP20J8K2OXUVJ0VELEEX0HOXU3B7854LS1JFUAOP1S8KSOALA43ETVTE3LEFQ2YKPE91JMWW8K8IE2C' where id=7; -update noar ti set v3='CHIGYE61A8LF6EH5TN6P4AAGT764LLXNSV3DC6WCT3WNJNAW15TL9PGP9PD9F0OB34SC6FIN8FW8EQCI1M8KV534AO4K9HUUGBFHJ25W99SRKMI5SFK1KHAQU1YX99KCNL4ALKZAUSQSLBF1O0CU2XNMH6L7M5JIWIDIN9JE9WKPCM6DQXSP20J8K2OXUVJ0VELEEX0HOXU3B7854LS1JFUAOP1S8KSOALA43ETVTE3LEFQ2YKPE91JMWW8K8IE2C' where id=7; -update noar tt set v0='3KOBBPEI8RL9XB02NEHMPQWOHJG9BM7U5K4F86MBHG39KWROZ0LBF28EZIU5N2NBP5Y1SD2EU9QVRIYQW8A1043OAYH3BZPV84L3CBMRGFWBY9JSDMHV6R18H1FW8HOALOIX40EV9PIZ9BM33B1YX9U4TN34MI8H027VXKKIEUL7Q0D2KBJN08P4KDY3T6N8DWQU8H6WU96L41B8DIX5NDICK5RAM45L3MKJKW7WGLRV7OJPUDH0UL9TYON85W0GV' where id=8; -update noar ti set v0='3KOBBPEI8RL9XB02NEHMPQWOHJG9BM7U5K4F86MBHG39KWROZ0LBF28EZIU5N2NBP5Y1SD2EU9QVRIYQW8A1043OAYH3BZPV84L3CBMRGFWBY9JSDMHV6R18H1FW8HOALOIX40EV9PIZ9BM33B1YX9U4TN34MI8H027VXKKIEUL7Q0D2KBJN08P4KDY3T6N8DWQU8H6WU96L41B8DIX5NDICK5RAM45L3MKJKW7WGLRV7OJPUDH0UL9TYON85W0GV' where id=8; -update noar tt set v1='ECIOEFDMYAGLBT3O1R268ZS1H57E1UAPRVW6YAXLJKG5X7JW77785D9S9CD3E4RJPEKUAWBCCKX8E9T7MD11N3F8GN0NH7BR01V0VR9KQSDM3NEIYFGJOGIHJ9TDLMTE3SQK823FW9PIX9HCVUNJ452BEYF8GM63N4FW5EXOCHO4AIYJKTK5CF3OQQLLJTU4DJZXZMFVY7VB64EV3R8A495T7ZEMXDNVJTOZVEXSY59L0RGUZXHVZRPV27S4U5XWJ' where id=8; -update noar ti set v1='ECIOEFDMYAGLBT3O1R268ZS1H57E1UAPRVW6YAXLJKG5X7JW77785D9S9CD3E4RJPEKUAWBCCKX8E9T7MD11N3F8GN0NH7BR01V0VR9KQSDM3NEIYFGJOGIHJ9TDLMTE3SQK823FW9PIX9HCVUNJ452BEYF8GM63N4FW5EXOCHO4AIYJKTK5CF3OQQLLJTU4DJZXZMFVY7VB64EV3R8A495T7ZEMXDNVJTOZVEXSY59L0RGUZXHVZRPV27S4U5XWJ' where id=8; -update noar tt set v2='3NOLAGREL8P7LKC2EU895T2IZOQDRLVNP29M79Q15MC2A53FYBZSKXT5OG5ZY2L7WRDCCC0RBUUXGOZZOFTLS3AU0UAZ3MXJ5DPLUD2PGOF7QFFWHMLHDJ28O8B2HJYL3GFN7W2J0W1OR03QEUSK1SK0NK0SS644NSS49X4HSLKM9KD39FBLUROM2LKT6PEG23QGPR8NQOWDTQHNFLE44LQ43LY9KHYL36EPABSGDXQ1BJHHH2TS7RSNI3F2FXQQV' where id=8; -update noar ti set v2='3NOLAGREL8P7LKC2EU895T2IZOQDRLVNP29M79Q15MC2A53FYBZSKXT5OG5ZY2L7WRDCCC0RBUUXGOZZOFTLS3AU0UAZ3MXJ5DPLUD2PGOF7QFFWHMLHDJ28O8B2HJYL3GFN7W2J0W1OR03QEUSK1SK0NK0SS644NSS49X4HSLKM9KD39FBLUROM2LKT6PEG23QGPR8NQOWDTQHNFLE44LQ43LY9KHYL36EPABSGDXQ1BJHHH2TS7RSNI3F2FXQQV' where id=8; -update noar tt set v3='PQIAGB35N5LJS5XUZX63D942KGK62XNX3XDX53KTN532WEQC7I1UHDLLALU3X50HXH6OHU7DLSPIAOO3TYY9P21L6D109UB75KDE9XPFLX0UOZNQPLBH5ATL1PSEW42LKTBV3K46IR2PZGHGSD4XRLX5TJOCJ6Q96W3ST83BYO3K0AM8DL2JCQH5DXWJQXM5NEDS99SAHEVOV2WOEC4DF3L5FC6SD4YZY2HU2TV2X3UO70Q1E5BWH7IPAN2XDNWKC' where id=8; -update noar ti set v3='PQIAGB35N5LJS5XUZX63D942KGK62XNX3XDX53KTN532WEQC7I1UHDLLALU3X50HXH6OHU7DLSPIAOO3TYY9P21L6D109UB75KDE9XPFLX0UOZNQPLBH5ATL1PSEW42LKTBV3K46IR2PZGHGSD4XRLX5TJOCJ6Q96W3ST83BYO3K0AM8DL2JCQH5DXWJQXM5NEDS99SAHEVOV2WOEC4DF3L5FC6SD4YZY2HU2TV2X3UO70Q1E5BWH7IPAN2XDNWKC' where id=8; -update noar tt set v0='3CJCDFHZLWKHCM17I3GQCR2KQ8ZREG02KZBI10IYZO2ACEW6H7QSN93OQJ7JQBGJJB71UF8F1SA1UEMQHTABS70R283IJ4FXR6D19TTWS0X5J1DULQ2C9YV01NA6BYKL3NGEWE0E1ZH8JLTDUUP6P6LZI6LE6268EHQIY32XC2A4N3039R0QSR9L4GOCCW7BIXC2JIBLMJ9SDV3IPC1YYA3PLPLR5COWCMKSUIBXQK4X4ETU0CUSYA6DMBUPFSELG' where id=9; -update noar ti set v0='3CJCDFHZLWKHCM17I3GQCR2KQ8ZREG02KZBI10IYZO2ACEW6H7QSN93OQJ7JQBGJJB71UF8F1SA1UEMQHTABS70R283IJ4FXR6D19TTWS0X5J1DULQ2C9YV01NA6BYKL3NGEWE0E1ZH8JLTDUUP6P6LZI6LE6268EHQIY32XC2A4N3039R0QSR9L4GOCCW7BIXC2JIBLMJ9SDV3IPC1YYA3PLPLR5COWCMKSUIBXQK4X4ETU0CUSYA6DMBUPFSELG' where id=9; -update noar tt set v1='G3GOHGWATRXVR37C1YCCRCOVTMGPWDS1NK1ZL8PALAELQHDNIXGF95CYAW10TQ3VR965CE6ARQJSLL6YJMCQCPWD00YVESE70EKHNU6YRJE3T9J66X1U6HVQIPSC845124XBMJEOPRFS3H37BS7H4F3RJDXY2LRRGQV9B5N7TA5NVNB800BQU47K2XZWM5A7JJGXKA62QB1UAB4ZEG9S81UFBNQEXY22IVZQYTQKU214KFFG9Q07ZVO7WMJ2RJGYJ' where id=9; -update noar ti set v1='G3GOHGWATRXVR37C1YCCRCOVTMGPWDS1NK1ZL8PALAELQHDNIXGF95CYAW10TQ3VR965CE6ARQJSLL6YJMCQCPWD00YVESE70EKHNU6YRJE3T9J66X1U6HVQIPSC845124XBMJEOPRFS3H37BS7H4F3RJDXY2LRRGQV9B5N7TA5NVNB800BQU47K2XZWM5A7JJGXKA62QB1UAB4ZEG9S81UFBNQEXY22IVZQYTQKU214KFFG9Q07ZVO7WMJ2RJGYJ' where id=9; -update noar tt set v2='S6JQWNHUI0YD0GDXHLMA5JAFN0L3DJIIXV6TPRG7DNI9CRLHAVI2WXD1R5O0R6OBY6A9H1K2H4YVKR5WAZ25PX3OXO814I5WYMIGMKPR73TSTFAC3LTGKR0CD8J0UYIQ7UU7NWGPLZYIZZKJJ00Y2IG4JDH1HDKFDXUPD6YJB1E4X3UG02C4PJPFOSTZ8JORAI9WVDNHYF3QAASGFY3L76FPF95V59XFS7ZLCGGZMZC1FP8WF0AIJ7KVKYBM9Y411' where id=9; -update noar ti set v2='S6JQWNHUI0YD0GDXHLMA5JAFN0L3DJIIXV6TPRG7DNI9CRLHAVI2WXD1R5O0R6OBY6A9H1K2H4YVKR5WAZ25PX3OXO814I5WYMIGMKPR73TSTFAC3LTGKR0CD8J0UYIQ7UU7NWGPLZYIZZKJJ00Y2IG4JDH1HDKFDXUPD6YJB1E4X3UG02C4PJPFOSTZ8JORAI9WVDNHYF3QAASGFY3L76FPF95V59XFS7ZLCGGZMZC1FP8WF0AIJ7KVKYBM9Y411' where id=9; -update noar tt set v3='UDYQGO0R3RSDM89EZH7GQV11RGIQ6GO9BDRSE0ORS8JRM1UJR9KEOE4KGY7FXU9UVN7OW8SWX4WP13ZH13Y7G3T7XQDXQ4FWKV8PXPG7J38CCS2D3ME5UUNQFR67DYJ02EAPS0UO9P63BXCXRDBODXUAL8BYFD2DP1NREA0DW7KXB8FOUJFPAKML0394FQZF3DTOH4ES10G5XO7RQKVIM5V7QFP5Q2OH88O54V47B6V1P8BGOF04SMCZL0P3BGPDS' where id=9; -update noar ti set v3='UDYQGO0R3RSDM89EZH7GQV11RGIQ6GO9BDRSE0ORS8JRM1UJR9KEOE4KGY7FXU9UVN7OW8SWX4WP13ZH13Y7G3T7XQDXQ4FWKV8PXPG7J38CCS2D3ME5UUNQFR67DYJ02EAPS0UO9P63BXCXRDBODXUAL8BYFD2DP1NREA0DW7KXB8FOUJFPAKML0394FQZF3DTOH4ES10G5XO7RQKVIM5V7QFP5Q2OH88O54V47B6V1P8BGOF04SMCZL0P3BGPDS' where id=9; -update noar tt set v0='VM74ZVZ91H42LB6M6HVD3C84ESPUNA69FPHP61AH97TV8ECL50O2PK25ZMM3OEP9L9Z0J7IYIY8SP7NAVLRQQQ22C4BBM0W5XIG316D6907OX4U4RR2I3G1C6MTWRQUBCE1YR26GUJ6T8X1BTI5E7UG6F5Q38ETJ8UNAWY072LLPOJDZ5B875NF1MSZE5NXMVM2IVZ6BWJKOOKNV1FVQGP4TELIAQEIB4H4BP0CXF43NMQ7M7AYGDSICVG0SNR06W' where id=10; -update noar ti set v0='VM74ZVZ91H42LB6M6HVD3C84ESPUNA69FPHP61AH97TV8ECL50O2PK25ZMM3OEP9L9Z0J7IYIY8SP7NAVLRQQQ22C4BBM0W5XIG316D6907OX4U4RR2I3G1C6MTWRQUBCE1YR26GUJ6T8X1BTI5E7UG6F5Q38ETJ8UNAWY072LLPOJDZ5B875NF1MSZE5NXMVM2IVZ6BWJKOOKNV1FVQGP4TELIAQEIB4H4BP0CXF43NMQ7M7AYGDSICVG0SNR06W' where id=10; -update noar tt set v1='I7XA6F281EWOER5VZQC7QQFEMF4BWMLDPMWK3RWBG1WMBENIKRA1YUCG5H0XNDL9NXNIO0MMKXUJGHB3AZF4ZTS2HKEWJNA4VY6T5A0GXVV6ETEHY3V66D1D6TEUOLPHFPIRVMSYEV73UHZ6K1JTJM5C27G83MNHTLOJ1KP55ATEQ4395G9Q36QQM3H47UQZ4N0VS1E4Z1UND5UCPA6YWWRY61IVHRJ884KZ0NFO9S002D2P9B2TI6PJD0Z4VLI0M' where id=10; -update noar ti set v1='I7XA6F281EWOER5VZQC7QQFEMF4BWMLDPMWK3RWBG1WMBENIKRA1YUCG5H0XNDL9NXNIO0MMKXUJGHB3AZF4ZTS2HKEWJNA4VY6T5A0GXVV6ETEHY3V66D1D6TEUOLPHFPIRVMSYEV73UHZ6K1JTJM5C27G83MNHTLOJ1KP55ATEQ4395G9Q36QQM3H47UQZ4N0VS1E4Z1UND5UCPA6YWWRY61IVHRJ884KZ0NFO9S002D2P9B2TI6PJD0Z4VLI0M' where id=10; -update noar tt set v2='O76BKZPSZK3J8AIJ0CRDMO09URPA1QNC8CNPDLI2MPZU4XCTFNXURS0LTUVJEUU9PJE4TMXXZQ7D9EY8Y9NMBMCPLUCVY1KTM9Y7CX9RH87SRBNM6ECMLQTXIN9VQOA2K8ME0S33PGVWSJIETH0ERZODNTXD7WTJY1YWYS3ABAZCF5OQS95IE7I8LT9LXP69MKARA5GFHWYMQ60EIV9HAZIUI7QZYDYHVNKBEUAGT3CWWHU7B533PV5WLECMH536I' where id=10; -update noar ti set v2='O76BKZPSZK3J8AIJ0CRDMO09URPA1QNC8CNPDLI2MPZU4XCTFNXURS0LTUVJEUU9PJE4TMXXZQ7D9EY8Y9NMBMCPLUCVY1KTM9Y7CX9RH87SRBNM6ECMLQTXIN9VQOA2K8ME0S33PGVWSJIETH0ERZODNTXD7WTJY1YWYS3ABAZCF5OQS95IE7I8LT9LXP69MKARA5GFHWYMQ60EIV9HAZIUI7QZYDYHVNKBEUAGT3CWWHU7B533PV5WLECMH536I' where id=10; -update noar tt set v3='0POM4VKQ11MTFZ1A3OCIIEXW0GP8AVRZJSWEI7H2Q3LH4LZHW45OLB05CBI50ZEX6NPS03RXH6KDZYHSZ8XVSOV4IQDUBJQE4TGPD87ZM4A37HHXFDD8C23370178WP2FY5LX2E35EOTCHU39CRE4F1TBR9VKA6V79X9ODHS409ESNQANEXGIPMHGT78H5UAGWUOCJ7BK53E3VJR1FM1AGYHBI6RYTGGPYEVYNHPNM1TC7GFEPFZLSNSI6YFT9OZI' where id=10; -update noar ti set v3='0POM4VKQ11MTFZ1A3OCIIEXW0GP8AVRZJSWEI7H2Q3LH4LZHW45OLB05CBI50ZEX6NPS03RXH6KDZYHSZ8XVSOV4IQDUBJQE4TGPD87ZM4A37HHXFDD8C23370178WP2FY5LX2E35EOTCHU39CRE4F1TBR9VKA6V79X9ODHS409ESNQANEXGIPMHGT78H5UAGWUOCJ7BK53E3VJR1FM1AGYHBI6RYTGGPYEVYNHPNM1TC7GFEPFZLSNSI6YFT9OZI' where id=10; -update noar tt set v0='5Y94ZOFI4OOC7RDNJ0BK9RY5U6G60P5U4QASMKYKGJO51FWQGRNB72KE521N6RVS6OOPV28SNKGV04HLXYGDX98OMLBPZQN6OQNP0R03V4Q0B97EOJEBGJX5MOF2O7L0ZWGSFYF5VYE1Q25ONP55CU4CG4D0YCYZVVS7COOF4I9S85VZ4JT8HYL9NNP3J8LT087GEJGC8X1HYCKDIGO9FLNE1GAP1FTTW43EXPO99Q06SVF3DNJYW2AQH66GKULXP' where id=11; -update noar ti set v0='5Y94ZOFI4OOC7RDNJ0BK9RY5U6G60P5U4QASMKYKGJO51FWQGRNB72KE521N6RVS6OOPV28SNKGV04HLXYGDX98OMLBPZQN6OQNP0R03V4Q0B97EOJEBGJX5MOF2O7L0ZWGSFYF5VYE1Q25ONP55CU4CG4D0YCYZVVS7COOF4I9S85VZ4JT8HYL9NNP3J8LT087GEJGC8X1HYCKDIGO9FLNE1GAP1FTTW43EXPO99Q06SVF3DNJYW2AQH66GKULXP' where id=11; -update noar tt set v1='1RHR83UJFV03F2GA0I3E35D76NHRAHCB4OR0V494MWSYG6V3ORE17230CQQ35LRQJ6M0VSRR1GO6OBKTFXDDU56QQC4ZGOWQR96TTF5L3CO46ZU43LEXYKJNX1IGIGGPQPQDWZYM30BJS96RJCEFBVJHYE9LDF65JORHHK5VPKSVGDZIX0SIGWKVAJB2BFV7H5BOR9DIPUEZ7Q87OQ95MW8T89EQWGTKXGBAJPUO343Y7ZRTG9XF0EA2D52K5BDY2' where id=11; -update noar ti set v1='1RHR83UJFV03F2GA0I3E35D76NHRAHCB4OR0V494MWSYG6V3ORE17230CQQ35LRQJ6M0VSRR1GO6OBKTFXDDU56QQC4ZGOWQR96TTF5L3CO46ZU43LEXYKJNX1IGIGGPQPQDWZYM30BJS96RJCEFBVJHYE9LDF65JORHHK5VPKSVGDZIX0SIGWKVAJB2BFV7H5BOR9DIPUEZ7Q87OQ95MW8T89EQWGTKXGBAJPUO343Y7ZRTG9XF0EA2D52K5BDY2' where id=11; -update noar tt set v2='THOVGUU3OM2776HJ7YMHT4LZ05MRHZRKHBDNP1IOYBG2M59GNB31DGO3LSLXBKMKXRH9Z9MLM6WVJQ8JEQCAWG3Y12ZFUO9M5S2U24PV75VEJ1IJG08V5KGFKDZOSTJA9SPUOMPJR9XT1PBB1720J28O9OPS11MFSFPA67HT43LDHF0CM1PIWP4O7DZZH94MN6ULP1HZBMZWZJYHHQ1MUNS4R4GWMMD99P2XCSTBRC13KY84XN1ZKKQKQRWT4MSZG' where id=11; -update noar ti set v2='THOVGUU3OM2776HJ7YMHT4LZ05MRHZRKHBDNP1IOYBG2M59GNB31DGO3LSLXBKMKXRH9Z9MLM6WVJQ8JEQCAWG3Y12ZFUO9M5S2U24PV75VEJ1IJG08V5KGFKDZOSTJA9SPUOMPJR9XT1PBB1720J28O9OPS11MFSFPA67HT43LDHF0CM1PIWP4O7DZZH94MN6ULP1HZBMZWZJYHHQ1MUNS4R4GWMMD99P2XCSTBRC13KY84XN1ZKKQKQRWT4MSZG' where id=11; -update noar tt set v3='KLS726XGRK14V001SB4RIWT5JL749GKGSG3BZ4Q383DZ4F6BZPL4UVIMYS5RL0BKQULG9W9T1HDUN19SBJPNEYI0COAXWVMHGEU570RM29M3MGQADC1OP97BRFCMI03IUKXOBSEW7LPNLF8S0H1SHQO1KRDP2OA852XL5BTDR50HZZ08J7307B5MIGKTTM4J6CD6Z1DHPQJQEMS6SSWNZH1N5SN2D1FAD9ZX9S2LVVOMJJG42STN3ZEN9SM17LENL' where id=11; -update noar ti set v3='KLS726XGRK14V001SB4RIWT5JL749GKGSG3BZ4Q383DZ4F6BZPL4UVIMYS5RL0BKQULG9W9T1HDUN19SBJPNEYI0COAXWVMHGEU570RM29M3MGQADC1OP97BRFCMI03IUKXOBSEW7LPNLF8S0H1SHQO1KRDP2OA852XL5BTDR50HZZ08J7307B5MIGKTTM4J6CD6Z1DHPQJQEMS6SSWNZH1N5SN2D1FAD9ZX9S2LVVOMJJG42STN3ZEN9SM17LENL' where id=11; -update noar tt set v0='EEK0C0RGF12J7GDM1O1WGBPB01W0B8KF5AN78XJSBPXJ1BZ79NNJPGB68KC8HZWFJVVV3TFX787TA6QRHCYRBACIVL8DIFGFUREDFPUQSWGIB605KUX906ZBN8HE5F6SR5OA66LS3NICCVD8L4SZRPKK9Z2EPH859I8KTE6LF2DEIHQ8OEQ2TXNLGIU1CHL77XZMZGLT8LXLODJTN760V4SB8WCFAP1CVLS5VVRKE6NKRKMEFC84K5W2CML4XLXHM' where id=12; -update noar ti set v0='EEK0C0RGF12J7GDM1O1WGBPB01W0B8KF5AN78XJSBPXJ1BZ79NNJPGB68KC8HZWFJVVV3TFX787TA6QRHCYRBACIVL8DIFGFUREDFPUQSWGIB605KUX906ZBN8HE5F6SR5OA66LS3NICCVD8L4SZRPKK9Z2EPH859I8KTE6LF2DEIHQ8OEQ2TXNLGIU1CHL77XZMZGLT8LXLODJTN760V4SB8WCFAP1CVLS5VVRKE6NKRKMEFC84K5W2CML4XLXHM' where id=12; -update noar tt set v1='69KU63BJ41MALFIGAPUW5U4YB12K0VS5C84EQ60ZLBJJHZQY9VBG7JMHFKBLUU7YZXRRXFJC4NZ4IHFRB22FQYRRDMJOAER17YOK7TZ6A27NYMDN6YL48H0WHZ3CRIOF38JKCPOW4XMEC11IGRSNYHWVWNA265KJGAWXWBRD9UPSQ9GV1ZOUN4Z8FBCKACNNARTTDOSQXJTY1PW8HR4HMN9FMIJOB9SMHCC9ZLGWN726AOQF3LE3TAP1VTB46BSNZ' where id=12; -update noar ti set v1='69KU63BJ41MALFIGAPUW5U4YB12K0VS5C84EQ60ZLBJJHZQY9VBG7JMHFKBLUU7YZXRRXFJC4NZ4IHFRB22FQYRRDMJOAER17YOK7TZ6A27NYMDN6YL48H0WHZ3CRIOF38JKCPOW4XMEC11IGRSNYHWVWNA265KJGAWXWBRD9UPSQ9GV1ZOUN4Z8FBCKACNNARTTDOSQXJTY1PW8HR4HMN9FMIJOB9SMHCC9ZLGWN726AOQF3LE3TAP1VTB46BSNZ' where id=12; -update noar tt set v2='2ZIKLL8IEE2IRP883806DHIWXKH3AJN2SZBF19I8KTZ92CC1APWDOPX9VFOQM57A7BPP1CBCRZVKMNHDMCOJGLB7XL13ICGCSZ9OL6J8XDKHMOFT2ZQBVMOI4N2INW3SNQM2MNR7Y6X5ZTCT1NJ9ONYR5JROPPOTBDJ3PCERN3WN6T8FW1MC4S713UAMEWHHKXMQWROMOZLITDSM8Q30BO39OA1I79SDMHU3NY1TDAFN41N8IR666AFSMPYWDC4TS' where id=12; -update noar ti set v2='2ZIKLL8IEE2IRP883806DHIWXKH3AJN2SZBF19I8KTZ92CC1APWDOPX9VFOQM57A7BPP1CBCRZVKMNHDMCOJGLB7XL13ICGCSZ9OL6J8XDKHMOFT2ZQBVMOI4N2INW3SNQM2MNR7Y6X5ZTCT1NJ9ONYR5JROPPOTBDJ3PCERN3WN6T8FW1MC4S713UAMEWHHKXMQWROMOZLITDSM8Q30BO39OA1I79SDMHU3NY1TDAFN41N8IR666AFSMPYWDC4TS' where id=12; -update noar tt set v3='15BSSRPGNMG2W8RQUK67UU1JLFDH21KOSU9EWHLMTIVOBIYVV0KW8O8E273PPFZ0LGGCI439J5Y1V3OKNYDO5HLTEXUMPI68KUAUL4WF2NINTUTSHLYXTI8YWS6HCNS3QT0VL7BUBGF2RB1TTBW1D16LDCFNO8VFMRMUWBA9WFGBQWY6PSJI3SLOW1TUXBLZE7N0D6GQ1PR4E45JKLZ173DEEZHUIQ7EN35DPFVMP4C3MOSE70GAS9I71F6WR4WA4' where id=12; -update noar ti set v3='15BSSRPGNMG2W8RQUK67UU1JLFDH21KOSU9EWHLMTIVOBIYVV0KW8O8E273PPFZ0LGGCI439J5Y1V3OKNYDO5HLTEXUMPI68KUAUL4WF2NINTUTSHLYXTI8YWS6HCNS3QT0VL7BUBGF2RB1TTBW1D16LDCFNO8VFMRMUWBA9WFGBQWY6PSJI3SLOW1TUXBLZE7N0D6GQ1PR4E45JKLZ173DEEZHUIQ7EN35DPFVMP4C3MOSE70GAS9I71F6WR4WA4' where id=12; -update noar tt set v0='7PK3UW845LKDAMJMQXEB4JFM4U9QZL238SNW5K2TSYBWTLHQ4GC7I1YW5Z3R0LPBD7EO7YV6NGVEEL8FXDQ79RXEGQRLMRYNTN473DT96B3S5FZAM5NXV9GX5M3VSSJAAEH81MI3J6BOFV3J4S0HNT1UTR48L0UR97M1X4ROSMIKDOPZ0D8HCM1LVKXXRMFBIRYSQ6T7ZJETLILMCXKOU8M7D0UPDRYKRG60X45N12112DVZE3SAAW375V4XRYFUB' where id=13; -update noar ti set v0='7PK3UW845LKDAMJMQXEB4JFM4U9QZL238SNW5K2TSYBWTLHQ4GC7I1YW5Z3R0LPBD7EO7YV6NGVEEL8FXDQ79RXEGQRLMRYNTN473DT96B3S5FZAM5NXV9GX5M3VSSJAAEH81MI3J6BOFV3J4S0HNT1UTR48L0UR97M1X4ROSMIKDOPZ0D8HCM1LVKXXRMFBIRYSQ6T7ZJETLILMCXKOU8M7D0UPDRYKRG60X45N12112DVZE3SAAW375V4XRYFUB' where id=13; -update noar tt set v1='RMBX39P1LGB8Q0U4NRC6XCXPXAUG8SHNBDEWO8IFPJ8X6CMA6BTDHVT9PT29FCYFIDZTK1571SIHWIFC6GKUASF49NI3MYK618T0M2275K0CLBB0SQ492NMO83LO2SWKCR3JKR6DKRQQ723G4TQGR1A6LILYADCYA4P327MU6OQ66WLIOWV0IC4EXRXINSU0QZB6VQSRQKIAV5U8C4MGBT7O0XPC23FYDGRY999KY1KO12B85SD6VR14L7K9F50FJ' where id=13; -update noar ti set v1='RMBX39P1LGB8Q0U4NRC6XCXPXAUG8SHNBDEWO8IFPJ8X6CMA6BTDHVT9PT29FCYFIDZTK1571SIHWIFC6GKUASF49NI3MYK618T0M2275K0CLBB0SQ492NMO83LO2SWKCR3JKR6DKRQQ723G4TQGR1A6LILYADCYA4P327MU6OQ66WLIOWV0IC4EXRXINSU0QZB6VQSRQKIAV5U8C4MGBT7O0XPC23FYDGRY999KY1KO12B85SD6VR14L7K9F50FJ' where id=13; -update noar tt set v2='ZU93JFAVPL8EPW0SWSBSW5LXCN0Y4LSWQEQ1ZXTLKCH7PQBUDRMA7ZGDJYNIIEEWSA0YT0DEPFMXGQIORPDCMK8KSFITR0SKXGHHEL7I0CL0B9RLOXXLE5K09JMLK85CF4JEYW429VR2UGKAUFVTB3AE65XU9X8KEICVK3Y3LRWPQLIPKAS0P1RFPGLFCD9JI3TBE6B0HX7ZZPCNRAYWX6L59Y69TGJWUWJ6Q7GEO8MLBCR1MB1BLXURTI7PD2RJZ' where id=13; -update noar ti set v2='ZU93JFAVPL8EPW0SWSBSW5LXCN0Y4LSWQEQ1ZXTLKCH7PQBUDRMA7ZGDJYNIIEEWSA0YT0DEPFMXGQIORPDCMK8KSFITR0SKXGHHEL7I0CL0B9RLOXXLE5K09JMLK85CF4JEYW429VR2UGKAUFVTB3AE65XU9X8KEICVK3Y3LRWPQLIPKAS0P1RFPGLFCD9JI3TBE6B0HX7ZZPCNRAYWX6L59Y69TGJWUWJ6Q7GEO8MLBCR1MB1BLXURTI7PD2RJZ' where id=13; -update noar tt set v3='1B5466PNOB9QEYZBBIXMI8W70Q7LPU11JDFROHV84AMT6ZT93USOMV3XJHKVNJ03XGV7ID4FXZ28BBUK5J8U94PQG4V57GXL10CQN2T8L04GKIQ1C4CV7UG0K58L5N9VCREK17S3T0KWL27JA1VSOYOW7Q7P54S0NNYX3ZUDY270O801AFX3IM594B9VUGXWIQUV238QUVRCGYWW9F1C1KZA2ILYJL1V3WZ4IUD1IXI375X7T67TAKWN06DPZBPOY' where id=13; -update noar ti set v3='1B5466PNOB9QEYZBBIXMI8W70Q7LPU11JDFROHV84AMT6ZT93USOMV3XJHKVNJ03XGV7ID4FXZ28BBUK5J8U94PQG4V57GXL10CQN2T8L04GKIQ1C4CV7UG0K58L5N9VCREK17S3T0KWL27JA1VSOYOW7Q7P54S0NNYX3ZUDY270O801AFX3IM594B9VUGXWIQUV238QUVRCGYWW9F1C1KZA2ILYJL1V3WZ4IUD1IXI375X7T67TAKWN06DPZBPOY' where id=13; -update noar tt set v0='PWXJBK9ACLJIZTGZBVMWKKEB5CU5PSBSEH5K89RNFTUDG5W91KVJHVC9S2CMPIFWKI2ZDQD7LFC17PYX8TXRYEDKR7VFVZY69AZXTVPQMUTJEUS8H2LMGM679Y8JBAUKZ1B9YAXWFBJBYAMXY8DNENU8E4MCBIVJZ8AW7S3RUJP06LBFMIRS8B3SIPOQWM1GMPZAEC5S7TIH8PL7IDVABN2P3A5MEPEPJQ2BA1S3LXF0ZWTFESB2G1P7BL08JDLZ1' where id=14; -update noar ti set v0='PWXJBK9ACLJIZTGZBVMWKKEB5CU5PSBSEH5K89RNFTUDG5W91KVJHVC9S2CMPIFWKI2ZDQD7LFC17PYX8TXRYEDKR7VFVZY69AZXTVPQMUTJEUS8H2LMGM679Y8JBAUKZ1B9YAXWFBJBYAMXY8DNENU8E4MCBIVJZ8AW7S3RUJP06LBFMIRS8B3SIPOQWM1GMPZAEC5S7TIH8PL7IDVABN2P3A5MEPEPJQ2BA1S3LXF0ZWTFESB2G1P7BL08JDLZ1' where id=14; -update noar tt set v1='CWYTYZTB4ERWMGI2W8PPOJJ85MKG4T1Y19PIY5OKOXGQPZNXY8GW7HQLP3QVSDX50LKDSXTX520TCS82W4422VORS7RT0SA4T5PL26BTM06QJYBXOA0YHJMQ3O0O2IR11WU5LTVKZO5ILAB49ORO9CA5N3EOY5KHMZ26H1F67G9G2JF4LCG4SLKQXNUY1KV64HBB6LLSX1BTMRMNX414C6A22K3HG0SQ8U5H2PNA7MMQP7NTNGGAT26WBJJ0DA89S' where id=14; -update noar ti set v1='CWYTYZTB4ERWMGI2W8PPOJJ85MKG4T1Y19PIY5OKOXGQPZNXY8GW7HQLP3QVSDX50LKDSXTX520TCS82W4422VORS7RT0SA4T5PL26BTM06QJYBXOA0YHJMQ3O0O2IR11WU5LTVKZO5ILAB49ORO9CA5N3EOY5KHMZ26H1F67G9G2JF4LCG4SLKQXNUY1KV64HBB6LLSX1BTMRMNX414C6A22K3HG0SQ8U5H2PNA7MMQP7NTNGGAT26WBJJ0DA89S' where id=14; -update noar tt set v2='KVZCNPUCEGMV04O6D41DQMSPNV5BOEMQXWNKWEJNKLGAZM2DTI1I7J7IBT8TLHCZ0WS7GCKOW62MN0E9VHOIKEC21PQV3QG2ILLIZE2XM23UJPNBWTR1QX2KGORO4JEV3IJYSDDKD9YTWUQVPJ39H75PJRCZWSE1EZD13J5CC9TA504I151ED3MQA48W8YLQOCMWZ51CS3I9T7AV0S7MUNEIJD7ZCIVAC556T33N6UAYYG0MK99C29GTADOB05LWZ' where id=14; -update noar ti set v2='KVZCNPUCEGMV04O6D41DQMSPNV5BOEMQXWNKWEJNKLGAZM2DTI1I7J7IBT8TLHCZ0WS7GCKOW62MN0E9VHOIKEC21PQV3QG2ILLIZE2XM23UJPNBWTR1QX2KGORO4JEV3IJYSDDKD9YTWUQVPJ39H75PJRCZWSE1EZD13J5CC9TA504I151ED3MQA48W8YLQOCMWZ51CS3I9T7AV0S7MUNEIJD7ZCIVAC556T33N6UAYYG0MK99C29GTADOB05LWZ' where id=14; -update noar tt set v3='OQREEWT0RSE67A239V7QW6ZSPBOBV989G5DO4TFOAB6RTFWMC6QBJ8HBVF2F4HTXOBD9E53X67YRPPSQHZFVV43AY2VLREOTKCPO0NBRU63MP0YOICW29EFAFP9Z025540J1GY2I8FOWJ1E3GMWNF6X7KGPR82M2Y5L9GO92CZLFYSG3K46WK60TVI36D5ZM6N9EA7E5A8TO2Z0RYHE3GWZ0THRG2JTHT5T79PKYC8HGFPKFXY8NXEEQ55GMVI3G0' where id=14; -update noar ti set v3='OQREEWT0RSE67A239V7QW6ZSPBOBV989G5DO4TFOAB6RTFWMC6QBJ8HBVF2F4HTXOBD9E53X67YRPPSQHZFVV43AY2VLREOTKCPO0NBRU63MP0YOICW29EFAFP9Z025540J1GY2I8FOWJ1E3GMWNF6X7KGPR82M2Y5L9GO92CZLFYSG3K46WK60TVI36D5ZM6N9EA7E5A8TO2Z0RYHE3GWZ0THRG2JTHT5T79PKYC8HGFPKFXY8NXEEQ55GMVI3G0' where id=14; -update noar tt set v0='MR83IANLYWE7Q1R6NI1JTACZCMC39P7DOX2YC8RRICPVFAFPJM1S3K05740BK65RRA0ZKCISW8T4NTNWUU8YFFF1GIZHS8GUJPVTE9IZBVVIEVF2NTVKFT4638I5140B5XT1RL0YV2CDWLQEOH719W43B5NF4FUBJ0JOUKB7RDG7AW2JFFP9UZEG1HYJHLUAOV18RHTMTAXB6WDW3014YLWAPQJLP3QCS78Q43RWY30ZUXO34RWC9MBA88GTZG38V' where id=15; -update noar ti set v0='MR83IANLYWE7Q1R6NI1JTACZCMC39P7DOX2YC8RRICPVFAFPJM1S3K05740BK65RRA0ZKCISW8T4NTNWUU8YFFF1GIZHS8GUJPVTE9IZBVVIEVF2NTVKFT4638I5140B5XT1RL0YV2CDWLQEOH719W43B5NF4FUBJ0JOUKB7RDG7AW2JFFP9UZEG1HYJHLUAOV18RHTMTAXB6WDW3014YLWAPQJLP3QCS78Q43RWY30ZUXO34RWC9MBA88GTZG38V' where id=15; -update noar tt set v1='KMP2BQ44FDUD59T37WK2CBTGDBIT1VNLG1KT7HBF2QGCR98AU8BQDM6VWST1Q25ZOB29HRYDWZ8VFTMHX5BWM583BHYSZ7FYO0FHSSVLEZHEOOL95EMOHQH289BGETIP5UPHJM9P7HBUK091KFWLHNPLKM0JKE3PCLKWZVR7M97JW8VZOWKZAWLCE52MD5IRZD30UAMXG4CVPP5QQFLKLD4AV1LJFBRJRJ54K2GQ16ZVVK7MWIS8KBU41T3AHXUPP' where id=15; -update noar ti set v1='KMP2BQ44FDUD59T37WK2CBTGDBIT1VNLG1KT7HBF2QGCR98AU8BQDM6VWST1Q25ZOB29HRYDWZ8VFTMHX5BWM583BHYSZ7FYO0FHSSVLEZHEOOL95EMOHQH289BGETIP5UPHJM9P7HBUK091KFWLHNPLKM0JKE3PCLKWZVR7M97JW8VZOWKZAWLCE52MD5IRZD30UAMXG4CVPP5QQFLKLD4AV1LJFBRJRJ54K2GQ16ZVVK7MWIS8KBU41T3AHXUPP' where id=15; -update noar tt set v2='UT9IKX7AT2RGHPUFA4WZ3ZFDM30BQZYNNMS2USY7IB1IMNNA1O3I5CJJDSR3LHQLICWNUSKNOM7UPSTJZ1JZN6OQ8288E00OQ102XJRJKBJX0KRXTFXZFUQIWSZZBBMGDFPXO153R1N1FX6ZC1A52V6ZY465FLXB2GY6HG546TZTIDY78BPH07Y4U61D1I79A96P6DS4AMOTG1HAHMI7BU4WLVSAOLT4FAZL4A41GTHQ0X222RZL6T5WPDUG1TE19' where id=15; -update noar ti set v2='UT9IKX7AT2RGHPUFA4WZ3ZFDM30BQZYNNMS2USY7IB1IMNNA1O3I5CJJDSR3LHQLICWNUSKNOM7UPSTJZ1JZN6OQ8288E00OQ102XJRJKBJX0KRXTFXZFUQIWSZZBBMGDFPXO153R1N1FX6ZC1A52V6ZY465FLXB2GY6HG546TZTIDY78BPH07Y4U61D1I79A96P6DS4AMOTG1HAHMI7BU4WLVSAOLT4FAZL4A41GTHQ0X222RZL6T5WPDUG1TE19' where id=15; -update noar tt set v3='ICKII3HFMKINOU8UMYDKCEH4P7PU5RGF02VCJ6PSWW06LP4HAMCXXSZ5FVIEHGSP1XHG95D4X542FNGZXDAIVRPC0RP54PR6ZJ4YUK4KMQ85YYMJSZAPMCGSR18RXSL40CT4CPG4A9PFT56J5WCVV6DCW4L8IA978PGRU2L3GVBRJMQB0BQE27UBVVZRVX4B359XL4S2EIPT3AU3MTU36O8BXAG2TBMT63DOJQO204P9LJWHJ64CQO567VISFJW0X' where id=15; -update noar ti set v3='ICKII3HFMKINOU8UMYDKCEH4P7PU5RGF02VCJ6PSWW06LP4HAMCXXSZ5FVIEHGSP1XHG95D4X542FNGZXDAIVRPC0RP54PR6ZJ4YUK4KMQ85YYMJSZAPMCGSR18RXSL40CT4CPG4A9PFT56J5WCVV6DCW4L8IA978PGRU2L3GVBRJMQB0BQE27UBVVZRVX4B359XL4S2EIPT3AU3MTU36O8BXAG2TBMT63DOJQO204P9LJWHJ64CQO567VISFJW0X' where id=15; -update noar tt set v0='DQGN42J0F5OE57YURUHI5VTTG69RIVFYOC3CYWOISK4UU50KBUSD3FD0BN3VLHW92CE0B3YJ35DZB7LPE9WMSPWZ98YQF6YCBK9HUBXP49D4EBLLTRN7MOJ52WVBTCEWXP714WHGH0CMKO1A8QTJQDOKISR9IISDWHZYJ2Q41L5HT4C2WNVWM3YNJO2TPKT18C11BMMCA2XFR9Z45IUF67RE2UESVJFK27V4A99TIPJVPHQM2J43SAQK0WRTBBASE' where id=16; -update noar ti set v0='DQGN42J0F5OE57YURUHI5VTTG69RIVFYOC3CYWOISK4UU50KBUSD3FD0BN3VLHW92CE0B3YJ35DZB7LPE9WMSPWZ98YQF6YCBK9HUBXP49D4EBLLTRN7MOJ52WVBTCEWXP714WHGH0CMKO1A8QTJQDOKISR9IISDWHZYJ2Q41L5HT4C2WNVWM3YNJO2TPKT18C11BMMCA2XFR9Z45IUF67RE2UESVJFK27V4A99TIPJVPHQM2J43SAQK0WRTBBASE' where id=16; -update noar tt set v1='K7HFG4ISR8HL8RQNIL6IDS9R32RBYZHNB9X13J9EIOILG0PKKW4A6X8LCMXGH7KD6T8JWBW588Y5M13PBHVV4WLRD74KZZJBTY0E9VBF5D8QAOI2T75GA4OJVJ9HUVWB91EQXF0Z1QDHJ5DEBS3EML5K8YZLCVDTWIC16N4WHX0EXNDVWJFRPSAZ1GP8Q7K481K4I1TYX2X1MB8MTOOG5RGGBSSUKFRDEW9O24W7KUJCVXK9SZTDUFHK2SAG59P2G' where id=16; -update noar ti set v1='K7HFG4ISR8HL8RQNIL6IDS9R32RBYZHNB9X13J9EIOILG0PKKW4A6X8LCMXGH7KD6T8JWBW588Y5M13PBHVV4WLRD74KZZJBTY0E9VBF5D8QAOI2T75GA4OJVJ9HUVWB91EQXF0Z1QDHJ5DEBS3EML5K8YZLCVDTWIC16N4WHX0EXNDVWJFRPSAZ1GP8Q7K481K4I1TYX2X1MB8MTOOG5RGGBSSUKFRDEW9O24W7KUJCVXK9SZTDUFHK2SAG59P2G' where id=16; -update noar tt set v2='XSZHNUE8KT052R1ZK2TBAFM66DQN9R362YLHBP4EPOMBTAKIOE87X26KJSSDVRMBI2NVJTMDQF5XVT1ELMZGFSHA0YVVH1XHKPS27WPLPLER6PNWGJ91BT5SED31S1CBSS112PSHT7REHDGZIB1FAE3S9C02UCSNG36VUCJ8WYRW1G3P1DRYSETB2195T0EBQ0YOSNWO35PUPFY0UICLEPFG03L6GN4CA87QQL2A2SDC36N9KLQSFYN1CSW9PAWB4' where id=16; -update noar ti set v2='XSZHNUE8KT052R1ZK2TBAFM66DQN9R362YLHBP4EPOMBTAKIOE87X26KJSSDVRMBI2NVJTMDQF5XVT1ELMZGFSHA0YVVH1XHKPS27WPLPLER6PNWGJ91BT5SED31S1CBSS112PSHT7REHDGZIB1FAE3S9C02UCSNG36VUCJ8WYRW1G3P1DRYSETB2195T0EBQ0YOSNWO35PUPFY0UICLEPFG03L6GN4CA87QQL2A2SDC36N9KLQSFYN1CSW9PAWB4' where id=16; -update noar tt set v3='9CFIKEF4C2YAZSK0OV65F4H4GMZZM7MUQIJ1NOPAPBQ9AB5FWTJMUCJSLUZ9H1C4N6MWYB6HNIG8FM76VKJR343KFZ8KCAZ5VUQI82ST3KGGJ8T2A04RUWG86SI799AYDL6AIE0KH9X2Q8PJIHQJ2ZHO71PBD5JEKBD4SWIZA88QFGKZHZMU5WYGHADS3GKIA3YAM17LL122MH2UFTGHFTQ20P3KQOWGCBH6LFIQ8REA1WRJEZCBWA75RKU1FU0JJ' where id=16; -update noar ti set v3='9CFIKEF4C2YAZSK0OV65F4H4GMZZM7MUQIJ1NOPAPBQ9AB5FWTJMUCJSLUZ9H1C4N6MWYB6HNIG8FM76VKJR343KFZ8KCAZ5VUQI82ST3KGGJ8T2A04RUWG86SI799AYDL6AIE0KH9X2Q8PJIHQJ2ZHO71PBD5JEKBD4SWIZA88QFGKZHZMU5WYGHADS3GKIA3YAM17LL122MH2UFTGHFTQ20P3KQOWGCBH6LFIQ8REA1WRJEZCBWA75RKU1FU0JJ' where id=16; -update noar tt set v0='TY6I6SKGL5UOL42BRO29O1UXOD2JYEMXN8AZ96O7YPAUAL088O07TGEC6DVZOM3839PPZ7KBLFDRRQDKBFYPS72ORXESNCEWKM9UDM6ZR6LAZXA2SW18O705C6AII8IW2BKJ1M0Z424V6WA2ORBSJ7OZLDLGW21S9NYIZOE9OOS2TZNU323E0DX9G4C16VSHMJUCC2IOJR2VCYARZ52M4RU83KDHVFXWX6JBY4BLGYV2ZR4X481UWTP81Y099276K' where id=17; -update noar ti set v0='TY6I6SKGL5UOL42BRO29O1UXOD2JYEMXN8AZ96O7YPAUAL088O07TGEC6DVZOM3839PPZ7KBLFDRRQDKBFYPS72ORXESNCEWKM9UDM6ZR6LAZXA2SW18O705C6AII8IW2BKJ1M0Z424V6WA2ORBSJ7OZLDLGW21S9NYIZOE9OOS2TZNU323E0DX9G4C16VSHMJUCC2IOJR2VCYARZ52M4RU83KDHVFXWX6JBY4BLGYV2ZR4X481UWTP81Y099276K' where id=17; -update noar tt set v1='S1S76G57X1KT93CONQSL9JR7PWAMNRZQHBFQCJFORM6PQUOIGG9AQRKCJSK5G062464L067LMRZV36N42KNUVNW06BRS6633A5670IY1ZRTEK1W7YVP56T77H7UKL8VHJKWI4TF7D5OOFXGTY887U7F5AAI1VF70RHUCF3OQ7XLRZ2N1S488W1OMNAJUVM03KBLH2EVFYUDHE50MID8PVLS75REXQP0B10ZP6DN5BVYR5A416GR2ZVBKAK0JNJ1RA' where id=17; -update noar ti set v1='S1S76G57X1KT93CONQSL9JR7PWAMNRZQHBFQCJFORM6PQUOIGG9AQRKCJSK5G062464L067LMRZV36N42KNUVNW06BRS6633A5670IY1ZRTEK1W7YVP56T77H7UKL8VHJKWI4TF7D5OOFXGTY887U7F5AAI1VF70RHUCF3OQ7XLRZ2N1S488W1OMNAJUVM03KBLH2EVFYUDHE50MID8PVLS75REXQP0B10ZP6DN5BVYR5A416GR2ZVBKAK0JNJ1RA' where id=17; -update noar tt set v2='84XUWTY0IAMVDO7BOCMH9N40N46KOI0YM8A6ELLHXG59GUS1KM1Z7FNUP8DQ80RH2GF18X5BTTVMJ6M5RPE4N32QDS9CT0FKRA2Z69QHGGZRHGMKMNRSIMIB7Z5UTMGUE54SPE7MTMZ4Y5Y50BUHE9YOTGZUMSAPYCNP25Y0J0QUM90RV5PGD21244TNMYW2KPGZ3WKR98W5A3720OW7X1UQ3MIEMHDJY6LNA6BIC1ILECNM2KUADB4F9RN6SSS15' where id=17; -update noar ti set v2='84XUWTY0IAMVDO7BOCMH9N40N46KOI0YM8A6ELLHXG59GUS1KM1Z7FNUP8DQ80RH2GF18X5BTTVMJ6M5RPE4N32QDS9CT0FKRA2Z69QHGGZRHGMKMNRSIMIB7Z5UTMGUE54SPE7MTMZ4Y5Y50BUHE9YOTGZUMSAPYCNP25Y0J0QUM90RV5PGD21244TNMYW2KPGZ3WKR98W5A3720OW7X1UQ3MIEMHDJY6LNA6BIC1ILECNM2KUADB4F9RN6SSS15' where id=17; -update noar tt set v3='ZOG31JVCR5RRBQWGR84B3X7767PQX2XEQZTMDZ3VEPTNHKRZLPBFXSIM38KFG6D1ZH1YYWMDZQ31URMY5C90KMK9C1EWKJH8520U0JGQXWRSDIF88RJ1A4WM1K95TU68H452VIJXJIQBBGESJ2QIB5N8XCWLQPWAS38DN5K9OVYER9ODZFKI2JC92QLBUOJGUADN8O4WDPKOOGA4VGFIBLQFY1M6ICJOK5D2S210NAI4SAVSTVIL594RWP9KGS555' where id=17; -update noar ti set v3='ZOG31JVCR5RRBQWGR84B3X7767PQX2XEQZTMDZ3VEPTNHKRZLPBFXSIM38KFG6D1ZH1YYWMDZQ31URMY5C90KMK9C1EWKJH8520U0JGQXWRSDIF88RJ1A4WM1K95TU68H452VIJXJIQBBGESJ2QIB5N8XCWLQPWAS38DN5K9OVYER9ODZFKI2JC92QLBUOJGUADN8O4WDPKOOGA4VGFIBLQFY1M6ICJOK5D2S210NAI4SAVSTVIL594RWP9KGS555' where id=17; -update noar tt set v0='4Z0LYXCKI25LHUKIURUNG6Y2S2E74BKW49A90PLP634NOBX6VN68BXDEURWIYDF8PRCDS1KBWZMU8LNVI201UTXZDPE5LMQUZ2GQ6L7GYLFIKAKY00K86GH32O150MOHX2CAYFSQNG077FF60CK67E5B1BY1HAOQK74T7645W6I3MSC3HFW002H2D9Y4OUPUKVQKN4SCY36G1PQCWCAEO3V9YSAM3PCSZU6XM7A8HZGVYFDKZ7BV68AJJ1CRUXFCA' where id=18; -update noar ti set v0='4Z0LYXCKI25LHUKIURUNG6Y2S2E74BKW49A90PLP634NOBX6VN68BXDEURWIYDF8PRCDS1KBWZMU8LNVI201UTXZDPE5LMQUZ2GQ6L7GYLFIKAKY00K86GH32O150MOHX2CAYFSQNG077FF60CK67E5B1BY1HAOQK74T7645W6I3MSC3HFW002H2D9Y4OUPUKVQKN4SCY36G1PQCWCAEO3V9YSAM3PCSZU6XM7A8HZGVYFDKZ7BV68AJJ1CRUXFCA' where id=18; -update noar tt set v1='CKOKYWHVQ4ZT3FRRUYASZLCTT3MKW08LE4Q5PWRA6O016BGQMM2SZ9FSBIXSU5VQLUF7ZOMSEMU0VBQGQ1017PIE2XXFJSTY9UC7V0IA68VSYQ5XPQ7PWYD6JQ09EHR6B5LA7XWK548SCVV9Q15PXONSX82C3VIC54OXTTKRNS6YUEHN08B14AARBOPQ4EWIAFHL3NLQJC15XNG4Y1FZEI1YRFGQYKJEVXPHYD6B5V695CN0MVUSTRULKIHZEYVKZ' where id=18; -update noar ti set v1='CKOKYWHVQ4ZT3FRRUYASZLCTT3MKW08LE4Q5PWRA6O016BGQMM2SZ9FSBIXSU5VQLUF7ZOMSEMU0VBQGQ1017PIE2XXFJSTY9UC7V0IA68VSYQ5XPQ7PWYD6JQ09EHR6B5LA7XWK548SCVV9Q15PXONSX82C3VIC54OXTTKRNS6YUEHN08B14AARBOPQ4EWIAFHL3NLQJC15XNG4Y1FZEI1YRFGQYKJEVXPHYD6B5V695CN0MVUSTRULKIHZEYVKZ' where id=18; -update noar tt set v2='SDRECPG8ZCNSLDA4JOPFL554CQ798XKGFEBC25HVR4TVZI6TZWVHQBZHG0KYW6AX80I9G11PRMN2Z1BWKWUFH33AWELPJJHLSP5UJ9K7C0PYBUUM7F8D1VQWKJK70C0XVDIZC1OS52GX1MUA930WG8LNIERCLAZMA0YQ55JHSZAIWTFAROX8HEEHTBV0IZMK98YK4PI6H2CL2AIBTBLWTQOSM54BFI71X4ASSO1QHCLI8OGNQLHC3HCJZO0T4PYGS' where id=18; -update noar ti set v2='SDRECPG8ZCNSLDA4JOPFL554CQ798XKGFEBC25HVR4TVZI6TZWVHQBZHG0KYW6AX80I9G11PRMN2Z1BWKWUFH33AWELPJJHLSP5UJ9K7C0PYBUUM7F8D1VQWKJK70C0XVDIZC1OS52GX1MUA930WG8LNIERCLAZMA0YQ55JHSZAIWTFAROX8HEEHTBV0IZMK98YK4PI6H2CL2AIBTBLWTQOSM54BFI71X4ASSO1QHCLI8OGNQLHC3HCJZO0T4PYGS' where id=18; -update noar tt set v3='HTOAW4FV211DWN7412E5AAWPCYQRG6JX4KSIT94WV7AEZSACPHY0NB1D05YIEARYWTTUNXXPY6D5O3DJBDA8BZ031HRKYGRGMN9K3O7E1N6HJF8WLR2TOPC9050RQ4P3YXJF5KLERWRC7H8SPGQ472UYLC5IVGHSRYMSJ14DZSDDTGG2PF4FH93JA0PTZPL7I9FAQIWAIPJD89G6A5T4PALJTKWMBIMEZRVYK1UKZJHA4S7IFJWYVNZK0DMKF6MLG' where id=18; -update noar ti set v3='HTOAW4FV211DWN7412E5AAWPCYQRG6JX4KSIT94WV7AEZSACPHY0NB1D05YIEARYWTTUNXXPY6D5O3DJBDA8BZ031HRKYGRGMN9K3O7E1N6HJF8WLR2TOPC9050RQ4P3YXJF5KLERWRC7H8SPGQ472UYLC5IVGHSRYMSJ14DZSDDTGG2PF4FH93JA0PTZPL7I9FAQIWAIPJD89G6A5T4PALJTKWMBIMEZRVYK1UKZJHA4S7IFJWYVNZK0DMKF6MLG' where id=18; -update noar tt set v0='J2J0ES29Y61EHWTCR8LAQ4R0HVHOW0JFH1VZP7M88CG0XUXMHXLU572Y63HYJ2GK3PNMKN7QVRX7AA216NU3OBFLM1815DHOAICONUP1HL25O8PMLWL7WZ4GSIXCC80DMHRL0KY8Z0Y0DMT7XQKJNZFC23LMCY47C6P09CV4TWOTQWA137HOM457HYDV1Z7W4L99RZKTF37A2S7FFI4KFSAHHSO8FINF3CN8ABSXID8M1BBCXKXD4RTLYWNLMMPW4' where id=19; -update noar ti set v0='J2J0ES29Y61EHWTCR8LAQ4R0HVHOW0JFH1VZP7M88CG0XUXMHXLU572Y63HYJ2GK3PNMKN7QVRX7AA216NU3OBFLM1815DHOAICONUP1HL25O8PMLWL7WZ4GSIXCC80DMHRL0KY8Z0Y0DMT7XQKJNZFC23LMCY47C6P09CV4TWOTQWA137HOM457HYDV1Z7W4L99RZKTF37A2S7FFI4KFSAHHSO8FINF3CN8ABSXID8M1BBCXKXD4RTLYWNLMMPW4' where id=19; -update noar tt set v1='J7DLWVOJB6YPXAF5LQ2G7NZG6FV7J5TFRVE1QH1QOFL7B6JQN407RLZBMJHJNLC837K3T7RY9M0TX8F7FNY8K4OVA86TAF1EZVHBZZEISI10NKWSXEY5K3JTI2JFPEOI6L150MZ9WFECR8F8FV8ATGYJ69QO5CISXETT0HU25FU19AZRQ0LKJC1LHZ28G83IVSSI440WFPYA1NRTYLDFUCVUV5M21AF6ZYHBV1K2MGNOXCBXR0NCBOWTJBD5QEZ61' where id=19; -update noar ti set v1='J7DLWVOJB6YPXAF5LQ2G7NZG6FV7J5TFRVE1QH1QOFL7B6JQN407RLZBMJHJNLC837K3T7RY9M0TX8F7FNY8K4OVA86TAF1EZVHBZZEISI10NKWSXEY5K3JTI2JFPEOI6L150MZ9WFECR8F8FV8ATGYJ69QO5CISXETT0HU25FU19AZRQ0LKJC1LHZ28G83IVSSI440WFPYA1NRTYLDFUCVUV5M21AF6ZYHBV1K2MGNOXCBXR0NCBOWTJBD5QEZ61' where id=19; -update noar tt set v2='K9MU7LPUUZVCEQLKTV10NJTSE4TM8B6BH2N7O9QFYVJZG869JH50TSVYMO25NDPW0OTFLJOTHZXE2ZD23FJ7KWPYOZJRLUBK0IWGW85F7VAR3GVT5CXH02BQKYUQR04YBLE4YZZK4YWZAH2LAM3D88F3TIGMZCWKK2R7O0YE5YRREWGAZWL7K3F3KMB0E4NUC8CJXBOBPZ5ARMML1NCPKN2LTCJASNBZ90LKGKM307S2WLTDJBKSYA7IGAC5FPJSW' where id=19; -update noar ti set v2='K9MU7LPUUZVCEQLKTV10NJTSE4TM8B6BH2N7O9QFYVJZG869JH50TSVYMO25NDPW0OTFLJOTHZXE2ZD23FJ7KWPYOZJRLUBK0IWGW85F7VAR3GVT5CXH02BQKYUQR04YBLE4YZZK4YWZAH2LAM3D88F3TIGMZCWKK2R7O0YE5YRREWGAZWL7K3F3KMB0E4NUC8CJXBOBPZ5ARMML1NCPKN2LTCJASNBZ90LKGKM307S2WLTDJBKSYA7IGAC5FPJSW' where id=19; -update noar tt set v3='FA0WI39W4FQI9MO5G7WD10WO7SPFYHFJUL75GLKYD1ZXHNTQPY72RXST1V17T1MNVYZUEV5O5D7QODU0USVRH4HFZ2NV694E8NBNWRCNUOLDS3SNT6FZ0GUHPS6R4E0VN5XEQZ0XFN84S9GP445NSGXRDWIMY89IYT9KSHGJMLEQZADEMWF1OY09FLT673R4FP6T2ILYINS0K8B1OVINP0V0LUPWGPC5E3M2LA0JLLB7S1B74NFZ4N8ZDIO6YPVMS' where id=19; -update noar ti set v3='FA0WI39W4FQI9MO5G7WD10WO7SPFYHFJUL75GLKYD1ZXHNTQPY72RXST1V17T1MNVYZUEV5O5D7QODU0USVRH4HFZ2NV694E8NBNWRCNUOLDS3SNT6FZ0GUHPS6R4E0VN5XEQZ0XFN84S9GP445NSGXRDWIMY89IYT9KSHGJMLEQZADEMWF1OY09FLT673R4FP6T2ILYINS0K8B1OVINP0V0LUPWGPC5E3M2LA0JLLB7S1B74NFZ4N8ZDIO6YPVMS' where id=19; -update noar tt set v0='UQQMWAL04Q831U5I6RHE4LKN2HBD5N2D1UIWDV0CFQ0EZFWJ5J2C4Q1CS29C6RAYERUBIIQ9PW1OVTMD24PUIE5GM14TSQKM4IQA8JPRNDJBAB4OGRXMETJRWHTYDUHVI6UTMZ8AZXUXN1UHG7JUD5IZE2WN7HDMVZCLQQK1LFQT9326FS4FAH9OUVHCVC1PGK27MH8X4ZD4NZIIDSFM9RJVNR8MKRO9AXFDKLM2BKMDSDNZ8ZRDWAO9GIBLJDO8B' where id=20; -update noar ti set v0='UQQMWAL04Q831U5I6RHE4LKN2HBD5N2D1UIWDV0CFQ0EZFWJ5J2C4Q1CS29C6RAYERUBIIQ9PW1OVTMD24PUIE5GM14TSQKM4IQA8JPRNDJBAB4OGRXMETJRWHTYDUHVI6UTMZ8AZXUXN1UHG7JUD5IZE2WN7HDMVZCLQQK1LFQT9326FS4FAH9OUVHCVC1PGK27MH8X4ZD4NZIIDSFM9RJVNR8MKRO9AXFDKLM2BKMDSDNZ8ZRDWAO9GIBLJDO8B' where id=20; -update noar tt set v1='5JGEBJ322PBJ2T1E9LY6ITWX648MUXPX4YYN6YM4QXSCTEJDDJCY7O2Y15WDYPJR0RIK06SO8KRN7B9783I7KJZ80C9QCC788NYLNS8BIJ8U1H3A7AIQP39M6TG81ESRQWTP7K3QM0BIIU9G0FWHYIT3DI7LQ5EEGWDHWISZFWR7BTP2NBMWQQYRAEY48S8JFBJY79M0ZHN1UP7QZJ2GBC5ZDBG0DLP1ORLMG1B0AOJ9E4IESDV9AFQTN33V4Y3Y6' where id=20; -update noar ti set v1='5JGEBJ322PBJ2T1E9LY6ITWX648MUXPX4YYN6YM4QXSCTEJDDJCY7O2Y15WDYPJR0RIK06SO8KRN7B9783I7KJZ80C9QCC788NYLNS8BIJ8U1H3A7AIQP39M6TG81ESRQWTP7K3QM0BIIU9G0FWHYIT3DI7LQ5EEGWDHWISZFWR7BTP2NBMWQQYRAEY48S8JFBJY79M0ZHN1UP7QZJ2GBC5ZDBG0DLP1ORLMG1B0AOJ9E4IESDV9AFQTN33V4Y3Y6' where id=20; -update noar tt set v2='OG9104ZOQ6WCGCLB8KY60WN6O3QOE6SXO8WL6NPVO9CQP941CZF8J1NJ7A7ZMP48KWWV4MRRLL38RU5R0P8HM4OSQEN6Z06S0IMBNSHD0T5AKOJG1YZWKI7X4MP4LZQDXJHG5ECD5IW04PCIP7NWDYOO0MVS5UFDGW6D6P96Y5JOBO3G00IIJBB7ZAR0ZJ3MFKWP1V1MXKBQGCO3L5KKHRAYC5ID4MW5Q4TUT0B4O12YMMZ2G1NZV3YUSYREHNWKS' where id=20; -update noar ti set v2='OG9104ZOQ6WCGCLB8KY60WN6O3QOE6SXO8WL6NPVO9CQP941CZF8J1NJ7A7ZMP48KWWV4MRRLL38RU5R0P8HM4OSQEN6Z06S0IMBNSHD0T5AKOJG1YZWKI7X4MP4LZQDXJHG5ECD5IW04PCIP7NWDYOO0MVS5UFDGW6D6P96Y5JOBO3G00IIJBB7ZAR0ZJ3MFKWP1V1MXKBQGCO3L5KKHRAYC5ID4MW5Q4TUT0B4O12YMMZ2G1NZV3YUSYREHNWKS' where id=20; -update noar tt set v3='G0CK9B5NB56WDNYQD7AH6WDHNMU4R8TOTR3TK2FKS6N9YOCZS5NKI0228Z5R7GWXLJZVKFT3IPF1PQSSJLVSPO6XQG07XL0XBCNP2YZFBQIMXJOCAUYLTX4C93CT01IC8OXLI9X7O4WGNS4ZZC1NVZSL1PEP4V2IA70BBYWB8LRNY820UGSSVPTC17RJ1O10DXRDIAH714UBMIV921JRIKRKP7FH64JCCAZSD64JTQ735T7EMAWQLLKWO92P2UCNP' where id=20; -update noar ti set v3='G0CK9B5NB56WDNYQD7AH6WDHNMU4R8TOTR3TK2FKS6N9YOCZS5NKI0228Z5R7GWXLJZVKFT3IPF1PQSSJLVSPO6XQG07XL0XBCNP2YZFBQIMXJOCAUYLTX4C93CT01IC8OXLI9X7O4WGNS4ZZC1NVZSL1PEP4V2IA70BBYWB8LRNY820UGSSVPTC17RJ1O10DXRDIAH714UBMIV921JRIKRKP7FH64JCCAZSD64JTQ735T7EMAWQLLKWO92P2UCNP' where id=20; -update noar tt set v0='XEKSFWW852KAAHSKEGJ48HGLX99SZGG8QW8PZ0CDRHL5X2W1TOMNSM4RNEZAE1IX4JWTYFDM9SZ9G9KTDOTMT1KFBEUYW0X6BZMBIBNTIRX0UFCM2F6E9FAME4YA4RBMDJSHTT6GUP0QVRPCFLK5XVD0V8M8RDJD5JWWH5YHFI2DTZWG6RRTO1WFPP0HZF15DS7HM4NO5DH96JZQOY01FN9LUWV0BK6E6LXBWBCLKG8BTZULMZFFLZIAEDKX975NG' where id=21; -update noar ti set v0='XEKSFWW852KAAHSKEGJ48HGLX99SZGG8QW8PZ0CDRHL5X2W1TOMNSM4RNEZAE1IX4JWTYFDM9SZ9G9KTDOTMT1KFBEUYW0X6BZMBIBNTIRX0UFCM2F6E9FAME4YA4RBMDJSHTT6GUP0QVRPCFLK5XVD0V8M8RDJD5JWWH5YHFI2DTZWG6RRTO1WFPP0HZF15DS7HM4NO5DH96JZQOY01FN9LUWV0BK6E6LXBWBCLKG8BTZULMZFFLZIAEDKX975NG' where id=21; -update noar tt set v1='QHR1UAQQ7ITT3HPA7BIQ7QN8PAPE3Y2QTYMJ3DGEAIC0B174127WG6U5FVIQ8YPNHFVHOCI0V70B5WLEC1QPS4NDGEO90KHRH3P617ZB439KSQ10L2TIALZCDA6QVONE27720L5W4JBZBJNCQIX5DJGRRZMSL4IS68VTDE7Y6RZ7FS2RP7F6DMZ2RSVEREI4W9XSL875K5IEOMKSHJYMXCYIRJ22N5O9DXZLEB8UZIQWOIN3O10D2J7YEBF5VWEFF' where id=21; -update noar ti set v1='QHR1UAQQ7ITT3HPA7BIQ7QN8PAPE3Y2QTYMJ3DGEAIC0B174127WG6U5FVIQ8YPNHFVHOCI0V70B5WLEC1QPS4NDGEO90KHRH3P617ZB439KSQ10L2TIALZCDA6QVONE27720L5W4JBZBJNCQIX5DJGRRZMSL4IS68VTDE7Y6RZ7FS2RP7F6DMZ2RSVEREI4W9XSL875K5IEOMKSHJYMXCYIRJ22N5O9DXZLEB8UZIQWOIN3O10D2J7YEBF5VWEFF' where id=21; -update noar tt set v2='8JJARDA8JIMXNOMZO3QJT0PV7YKFK3ZP9YX8SU3XP1CAWS8XE1AE2KXT5O7V6LJIMJZOGVW7APZG40BR5C46LO54G4KR13VCXUJ60FZEIIOU9I7WZD08QVY6KDUBKL90FHUP5H3ZC6F2OITKSHW5RLF3BGYD3F7W64KHWTCB1FBWP0U42YFTI81PRGN0WSJOL9CPF3WZ0XP0LKI8BL9DHGJD4X2HAYIVCBBEA1RCCCGPADBM0SXX7JAFJHM6VTS6X' where id=21; -update noar ti set v2='8JJARDA8JIMXNOMZO3QJT0PV7YKFK3ZP9YX8SU3XP1CAWS8XE1AE2KXT5O7V6LJIMJZOGVW7APZG40BR5C46LO54G4KR13VCXUJ60FZEIIOU9I7WZD08QVY6KDUBKL90FHUP5H3ZC6F2OITKSHW5RLF3BGYD3F7W64KHWTCB1FBWP0U42YFTI81PRGN0WSJOL9CPF3WZ0XP0LKI8BL9DHGJD4X2HAYIVCBBEA1RCCCGPADBM0SXX7JAFJHM6VTS6X' where id=21; -update noar tt set v3='EDZ4EMGEZXM3X45IY3C778BVXZJ8X8RW3QEE1WKSB1R1YC69M4B4NZPNMXHO88EQEB18GLFXJLV2VMQUUNNLOAUG3PGUQPOUMP6O3BFNU3A0G7LWSORTEZZJCGRZOL5XIKUKOR2NJMBQF9WEXOLG3WC0PMC2RRRKDLSH8GBVG09SZJIHH5B4CENXV9QQY612ME0C8F5QJ034HV7JDES0NPVH1444FWTGT98YG3TUHDZBICNRM7RNQBG3GUGBUHQ6P' where id=21; -update noar ti set v3='EDZ4EMGEZXM3X45IY3C778BVXZJ8X8RW3QEE1WKSB1R1YC69M4B4NZPNMXHO88EQEB18GLFXJLV2VMQUUNNLOAUG3PGUQPOUMP6O3BFNU3A0G7LWSORTEZZJCGRZOL5XIKUKOR2NJMBQF9WEXOLG3WC0PMC2RRRKDLSH8GBVG09SZJIHH5B4CENXV9QQY612ME0C8F5QJ034HV7JDES0NPVH1444FWTGT98YG3TUHDZBICNRM7RNQBG3GUGBUHQ6P' where id=21; -update noar tt set v0='WO3CQCJRAK0VLQSJVOHQJYAF2JO2IG6BP8GYAUKA84PENPWV2ZHN46UYD7FY6DOZ0Y7HPI4B7343QHNQ4M3POFQ2CJNCLEQQ4GSPNNEBP7S0AWPP43U3PEWLN08GGR6GPCO012YE53AX8EY5NQ5GBUFDJX01XN6C3ALHOD3I2X3SKXHW6EQP8JGDNUEEYTHRVBTZZKCXKVYA3FDKSQCVO9B7QBJZATATZMXRPK9QNG9KB1HATZZ6Z6YYEROBSBY69' where id=22; -update noar ti set v0='WO3CQCJRAK0VLQSJVOHQJYAF2JO2IG6BP8GYAUKA84PENPWV2ZHN46UYD7FY6DOZ0Y7HPI4B7343QHNQ4M3POFQ2CJNCLEQQ4GSPNNEBP7S0AWPP43U3PEWLN08GGR6GPCO012YE53AX8EY5NQ5GBUFDJX01XN6C3ALHOD3I2X3SKXHW6EQP8JGDNUEEYTHRVBTZZKCXKVYA3FDKSQCVO9B7QBJZATATZMXRPK9QNG9KB1HATZZ6Z6YYEROBSBY69' where id=22; -update noar tt set v1='BT3TZ0D8XUOV3YHHAUQ3ILBZ0049B8A8JWAQK07GTIMODJITLWBQ39OWKGTBTCOAIFN0UPV8YBJCRP6MSJG81SCDN03HBRM8HT4NUN0CFL57N6IITWA5ZYLK7F9JCKHZGL4EP1QELKLA0XUIEZ4J4L4CC2PUGG836LEKA3L482KCKCIZCZ4WWI9DYLTMRERWGRCZRJU14ECX07Z835ZOILKISVDXR57AHYPE4SN7LBRHIOED69TQ6RT0R9SSG16HB' where id=22; -update noar ti set v1='BT3TZ0D8XUOV3YHHAUQ3ILBZ0049B8A8JWAQK07GTIMODJITLWBQ39OWKGTBTCOAIFN0UPV8YBJCRP6MSJG81SCDN03HBRM8HT4NUN0CFL57N6IITWA5ZYLK7F9JCKHZGL4EP1QELKLA0XUIEZ4J4L4CC2PUGG836LEKA3L482KCKCIZCZ4WWI9DYLTMRERWGRCZRJU14ECX07Z835ZOILKISVDXR57AHYPE4SN7LBRHIOED69TQ6RT0R9SSG16HB' where id=22; -update noar tt set v2='2YPKLIR4DE1LHKJEJ3XU2WCD96A5G977FZ9Z1WB93ED2GWPT7RRPX2E6SYR0A9ZMG2PGAXYGDIQJ7I67CTVF5ZCL810X1N3HTY3CRC7N4PMKU5DQ3BVB286EK5D0FLZRFB2Z3LIOJQL4R2GU5YZH8Y9R57SRJ4KFLX97D0UVSWLRD7WI00VB2GHDDJT7FJPGIZVV0LLLI3MZRUDEI012Z696XLNSBAHEH7B0ND0LVPBD53WMUSE9V0XYZ4GCGHG7U' where id=22; -update noar ti set v2='2YPKLIR4DE1LHKJEJ3XU2WCD96A5G977FZ9Z1WB93ED2GWPT7RRPX2E6SYR0A9ZMG2PGAXYGDIQJ7I67CTVF5ZCL810X1N3HTY3CRC7N4PMKU5DQ3BVB286EK5D0FLZRFB2Z3LIOJQL4R2GU5YZH8Y9R57SRJ4KFLX97D0UVSWLRD7WI00VB2GHDDJT7FJPGIZVV0LLLI3MZRUDEI012Z696XLNSBAHEH7B0ND0LVPBD53WMUSE9V0XYZ4GCGHG7U' where id=22; -update noar tt set v3='WOOXVNLOMONDMCGL3E3K673KPZBDZ8IV2ALYTDZAS2BCZYETLJO9XSFWLA1IS12RPPAZU17PFULYIBPLA12BQPX5UA47JCRISP4BMDSHGTSB6N2D339YNZRLM6PI6EST9YBQWW8IDGX5WXCLGVPH3BGADDILS78BIN1UO63XXGTE4SAIZ2OCNKLZ7MW9MY6PG80KGHM3769U9QVP7SGCXQSQG6INEFRFL5W5G6TEHAM00KXF80C7GKC1Z85R7CKJU' where id=22; -update noar ti set v3='WOOXVNLOMONDMCGL3E3K673KPZBDZ8IV2ALYTDZAS2BCZYETLJO9XSFWLA1IS12RPPAZU17PFULYIBPLA12BQPX5UA47JCRISP4BMDSHGTSB6N2D339YNZRLM6PI6EST9YBQWW8IDGX5WXCLGVPH3BGADDILS78BIN1UO63XXGTE4SAIZ2OCNKLZ7MW9MY6PG80KGHM3769U9QVP7SGCXQSQG6INEFRFL5W5G6TEHAM00KXF80C7GKC1Z85R7CKJU' where id=22; -update noar tt set v0='P7RD9WWB4R1TALVG2A6FVUCDFGTSPD4ZEPB896GSLWSCNS9BQSLXKLPDB7I8NDWYHTLR17JF9HXDFKLU0EIVR1ZS7UWXZYIAUYGJD00WC2V6GD1PLRHLTBUMR30G9FTVJSE0C1D4ZLG0IP8ZV7QX3BH18F3DX01OR0TOKWQMEA7LKJ56Q6LS76JU8CN30T4K5JGF9OUXAOTOLLQZCBK3LHZW1X6OPY7Y003HXGEI3JK9IHXFGWDARVBHIXQG8KQAE' where id=23; -update noar ti set v0='P7RD9WWB4R1TALVG2A6FVUCDFGTSPD4ZEPB896GSLWSCNS9BQSLXKLPDB7I8NDWYHTLR17JF9HXDFKLU0EIVR1ZS7UWXZYIAUYGJD00WC2V6GD1PLRHLTBUMR30G9FTVJSE0C1D4ZLG0IP8ZV7QX3BH18F3DX01OR0TOKWQMEA7LKJ56Q6LS76JU8CN30T4K5JGF9OUXAOTOLLQZCBK3LHZW1X6OPY7Y003HXGEI3JK9IHXFGWDARVBHIXQG8KQAE' where id=23; -update noar tt set v1='B2SHAL8VGJ1IQRWMPW9IGOVRRVYG2S9O7BALTD7UW60V3FV9OMLX1DR4QC6RQURGDBQU5UVVIN1L615P7P9CBKNDOIG5Y0Q2DP1I8R92SVG5JQGFBX65UR1Y280GPXVBK5W0GI42QFO7HPV65LDOBR9GDNQA8AIXQT3F6RXFVJME435BQ8EKACD9F0H2LWPY2671W93L1R4PW6FQVMDDB2DYE554T4YL9V5GJRYLDBJ7MUF53US5AYBPKHJAYCO81' where id=23; -update noar ti set v1='B2SHAL8VGJ1IQRWMPW9IGOVRRVYG2S9O7BALTD7UW60V3FV9OMLX1DR4QC6RQURGDBQU5UVVIN1L615P7P9CBKNDOIG5Y0Q2DP1I8R92SVG5JQGFBX65UR1Y280GPXVBK5W0GI42QFO7HPV65LDOBR9GDNQA8AIXQT3F6RXFVJME435BQ8EKACD9F0H2LWPY2671W93L1R4PW6FQVMDDB2DYE554T4YL9V5GJRYLDBJ7MUF53US5AYBPKHJAYCO81' where id=23; -update noar tt set v2='8IEOLDVO1OVED1QFIOBQBVI8V4T0QATA2PXS5Y83KGI58K0D6CDV21XS3MI7YRG1PW9AUVEQ7PXN0J75HIM7QQTH15YI7CPIPYON9DL4IS8IH6CJ6ZLFA1GGT3I6VG3F7A6VPNCTOOS0QM1WKL5HFFKY3GUF4852RWJJIR4L04VKZNIBXZCTJ4VZHKXK1ZKLL149S1024S4IPIRKCCNGKOTVF5WYDQ6PXIPS0AEPGP41EDE9M0E2DTUZII0JRWLKG' where id=23; -update noar ti set v2='8IEOLDVO1OVED1QFIOBQBVI8V4T0QATA2PXS5Y83KGI58K0D6CDV21XS3MI7YRG1PW9AUVEQ7PXN0J75HIM7QQTH15YI7CPIPYON9DL4IS8IH6CJ6ZLFA1GGT3I6VG3F7A6VPNCTOOS0QM1WKL5HFFKY3GUF4852RWJJIR4L04VKZNIBXZCTJ4VZHKXK1ZKLL149S1024S4IPIRKCCNGKOTVF5WYDQ6PXIPS0AEPGP41EDE9M0E2DTUZII0JRWLKG' where id=23; -update noar tt set v3='GCNB085XUZ0GZ5G66ISVJHQBO3WG50I82MDXJGSVC3WZWL7ZICYR4I4662CWM3NPGLXQ2DWLSCVXHQZEM76LJG2EJEGMSZ8E4M9LNF1FOT9J1LXEVC0V1RD53437SU5TIRUI9ULAG6ZNY8BP9VR2T4RJCGT9VFOB2F53XAT7IA69WCNKNA4LOCCNSS9GE5C3ZL6N9SJ31Y107578R3KGWZVHUDG7C941UTEF22LKVKQEJBN9SVDS93G7UYTQC320X' where id=23; -update noar ti set v3='GCNB085XUZ0GZ5G66ISVJHQBO3WG50I82MDXJGSVC3WZWL7ZICYR4I4662CWM3NPGLXQ2DWLSCVXHQZEM76LJG2EJEGMSZ8E4M9LNF1FOT9J1LXEVC0V1RD53437SU5TIRUI9ULAG6ZNY8BP9VR2T4RJCGT9VFOB2F53XAT7IA69WCNKNA4LOCCNSS9GE5C3ZL6N9SJ31Y107578R3KGWZVHUDG7C941UTEF22LKVKQEJBN9SVDS93G7UYTQC320X' where id=23; -update noar tt set v0='E0XGOP4HRH8U2O2XGZUOTBFXIRMEJY9MSJZ0JOIVE81AIFIHJSL9YAIFYYJCS4M3L4J3L0QVPNH4WPWCECGX98QSMY90VTPFMXBL2LRZZRBNIY4WAMI17A7Z1Q5BJRIN9F0QFX7W5KX9RQB1CZ3JKY6J4ODA5PMP3CE353G50YOU3W2Z1O39Y7UDXA9OVK1CTDW53REDY0K5ZIFDF750L19I45ZDRX5B3R1UZJ8UA65NL5RL71B56GYI0B2WFYLTB' where id=24; -update noar ti set v0='E0XGOP4HRH8U2O2XGZUOTBFXIRMEJY9MSJZ0JOIVE81AIFIHJSL9YAIFYYJCS4M3L4J3L0QVPNH4WPWCECGX98QSMY90VTPFMXBL2LRZZRBNIY4WAMI17A7Z1Q5BJRIN9F0QFX7W5KX9RQB1CZ3JKY6J4ODA5PMP3CE353G50YOU3W2Z1O39Y7UDXA9OVK1CTDW53REDY0K5ZIFDF750L19I45ZDRX5B3R1UZJ8UA65NL5RL71B56GYI0B2WFYLTB' where id=24; -update noar tt set v1='GTN8H25Q84ZVX3PM23GR96V21BLZ7L3RBT28LYMX40YRD042JIROH9LFEPXH1ATZSU98G7HHVVQKS5BZ87ZRT9MOU8UBNJI80F4RCZXEN521C3MGEHLYL0DNEPORII3BWPO35U63IWB58KZLE6LDIJJE321ESWQAMGTL46H4J306GF7IEAZPXQ8HNGAM7DUO9HF6H78OMP4N4816HJY8QWVE0JEN0ULTKEOUCH5MFVIDDO3NZQKUUMKDKYIMAYAD8' where id=24; -update noar ti set v1='GTN8H25Q84ZVX3PM23GR96V21BLZ7L3RBT28LYMX40YRD042JIROH9LFEPXH1ATZSU98G7HHVVQKS5BZ87ZRT9MOU8UBNJI80F4RCZXEN521C3MGEHLYL0DNEPORII3BWPO35U63IWB58KZLE6LDIJJE321ESWQAMGTL46H4J306GF7IEAZPXQ8HNGAM7DUO9HF6H78OMP4N4816HJY8QWVE0JEN0ULTKEOUCH5MFVIDDO3NZQKUUMKDKYIMAYAD8' where id=24; -update noar tt set v2='4H0K4RFAOMPR6OUAYXUOH1WJJVP9T745TF45OM5KM8YYBDP1YM56V0C0IJWICETWUXMP6ZX1AANF2314I749MKWBC3ZJO9RJB7AZJIWERIX3BYFL76QB95H1U64IVFPWXEHZV56SPF732NN30GECWXHW8W2ZXATS1EH8N53WDKSDSFZ0AL2CGZ1S7EC81IXUUU7SQ8Q47E3CG8DVB5J6WC0IY4PDX7CB36CENMHN33X6YKR2EQ8IMR8F2AVDSQZTP' where id=24; -update noar ti set v2='4H0K4RFAOMPR6OUAYXUOH1WJJVP9T745TF45OM5KM8YYBDP1YM56V0C0IJWICETWUXMP6ZX1AANF2314I749MKWBC3ZJO9RJB7AZJIWERIX3BYFL76QB95H1U64IVFPWXEHZV56SPF732NN30GECWXHW8W2ZXATS1EH8N53WDKSDSFZ0AL2CGZ1S7EC81IXUUU7SQ8Q47E3CG8DVB5J6WC0IY4PDX7CB36CENMHN33X6YKR2EQ8IMR8F2AVDSQZTP' where id=24; -update noar tt set v3='3I2P6SMLR1LY6PGGU867WSDIUE2YB9ACVPKCDLRIHIXM6VSOPS2JMU8XZ98VUBAOSVWUJ3YW2N5KZP2JFDTAV5E51VDZIHKABJLDR717WRUVBM4WKBN7SBDR5BIZUAI3V7GKTWLZYFVDO6T93XV70RUCTQ9J629W4WAE4G6717CC0BFYAOLVI0L95MABQW6E099WB4JK8R5841QV7DEG76AMXANKB41OKL3N7CKTCUF9J8E2WK9BTCLX4JLWBMB0Z' where id=24; -update noar ti set v3='3I2P6SMLR1LY6PGGU867WSDIUE2YB9ACVPKCDLRIHIXM6VSOPS2JMU8XZ98VUBAOSVWUJ3YW2N5KZP2JFDTAV5E51VDZIHKABJLDR717WRUVBM4WKBN7SBDR5BIZUAI3V7GKTWLZYFVDO6T93XV70RUCTQ9J629W4WAE4G6717CC0BFYAOLVI0L95MABQW6E099WB4JK8R5841QV7DEG76AMXANKB41OKL3N7CKTCUF9J8E2WK9BTCLX4JLWBMB0Z' where id=24; -update noar tt set v0='39XUFD29HM0I9FUXGQ358TF81A48FX1PRDJGBG319N73OJMWFSRRMOWOUXVX0HVIUPHFFELN3NZW0QX24JU0DAGVXGOIBR5BEIJIWR5EBOEARWPTK3SLBE47GG9QQ04USTVKN290H8MSPS9P6AON0H6Q9M4K8LXFIEZB90JXZZZ8UFOA1Z5MKYG2X186VRW5454S9YOTMMAQEG3WWUK4UY0ZTWHNR4ZFIEN2QA5CNW4SK10S1TH8XGOUEBNM8I4LX' where id=25; -update noar ti set v0='39XUFD29HM0I9FUXGQ358TF81A48FX1PRDJGBG319N73OJMWFSRRMOWOUXVX0HVIUPHFFELN3NZW0QX24JU0DAGVXGOIBR5BEIJIWR5EBOEARWPTK3SLBE47GG9QQ04USTVKN290H8MSPS9P6AON0H6Q9M4K8LXFIEZB90JXZZZ8UFOA1Z5MKYG2X186VRW5454S9YOTMMAQEG3WWUK4UY0ZTWHNR4ZFIEN2QA5CNW4SK10S1TH8XGOUEBNM8I4LX' where id=25; -update noar tt set v1='MERR3SYL0LYN8XNCONSVN6JYOFC7XLA1HCITK123KOTSMJJHT8ATYENA9DH85I2ODFOCX9L891SJ8Z42D94MVGFN9BRSCNWV78A8O9MDKRP9CB0AJKSHBMA3R8K635ZXAJT0OGOG1OF8IRFIIIG4H5NVYJGG44U3UKPKAZ4EXB2ZTAAUUUUPBET76UF74R4NNDBPIWT8SM9YS37UMGWGFVG7SXMA7080Y12EEUJYYCZZZ7KBCJRS1RJ6BBX0UP05R' where id=25; -update noar ti set v1='MERR3SYL0LYN8XNCONSVN6JYOFC7XLA1HCITK123KOTSMJJHT8ATYENA9DH85I2ODFOCX9L891SJ8Z42D94MVGFN9BRSCNWV78A8O9MDKRP9CB0AJKSHBMA3R8K635ZXAJT0OGOG1OF8IRFIIIG4H5NVYJGG44U3UKPKAZ4EXB2ZTAAUUUUPBET76UF74R4NNDBPIWT8SM9YS37UMGWGFVG7SXMA7080Y12EEUJYYCZZZ7KBCJRS1RJ6BBX0UP05R' where id=25; -update noar tt set v2='2FO4NAM2C26B5U1BF8UQT1MCIDRIC2QSBTD8XF3A3OC8B1NQFJDQWKO3UMJ288N3JFJIQ5WPUOF9C059X9G1ZF7GL91L83EH2P9TI7MJTWUW0AMFU6B694ZRCBRU40HJ0EX6G06GNMCDN6WJ65BVOJHASA2KYDLE0T2JIP0R01GG03SHPK4RE2R2CS3TPUWMOO0KLG08BFG3NTSOZV5FVAB2OXZQHYSQMUJ1EKET0RE5JBTS9EQMLUIEJSMT7LUGO' where id=25; -update noar ti set v2='2FO4NAM2C26B5U1BF8UQT1MCIDRIC2QSBTD8XF3A3OC8B1NQFJDQWKO3UMJ288N3JFJIQ5WPUOF9C059X9G1ZF7GL91L83EH2P9TI7MJTWUW0AMFU6B694ZRCBRU40HJ0EX6G06GNMCDN6WJ65BVOJHASA2KYDLE0T2JIP0R01GG03SHPK4RE2R2CS3TPUWMOO0KLG08BFG3NTSOZV5FVAB2OXZQHYSQMUJ1EKET0RE5JBTS9EQMLUIEJSMT7LUGO' where id=25; -update noar tt set v3='HMMKT3RWDO07HHXH2AKK4EA8O3I5O3NS1A1TXSZ6V48T9ML8CP30OQNDXQKQBG58YLH8ASDQ8L27GZGDHEAKS2ZUGEMX6P3GADT7L0N53LZSV8SDBA67PT1HO1VQCFYKEBIX8H8E7X58QUDLV8NHLDVZDJDEVM44XI4R5NTBNPAM5J2ATBHSZBKIIM9IQONCEHXOIBGRJTWT54TDK1PKUXZ0HETMU73EJQFOQFUCFOWWDX6NH1GX5B34VWK0GICEG' where id=25; -update noar ti set v3='HMMKT3RWDO07HHXH2AKK4EA8O3I5O3NS1A1TXSZ6V48T9ML8CP30OQNDXQKQBG58YLH8ASDQ8L27GZGDHEAKS2ZUGEMX6P3GADT7L0N53LZSV8SDBA67PT1HO1VQCFYKEBIX8H8E7X58QUDLV8NHLDVZDJDEVM44XI4R5NTBNPAM5J2ATBHSZBKIIM9IQONCEHXOIBGRJTWT54TDK1PKUXZ0HETMU73EJQFOQFUCFOWWDX6NH1GX5B34VWK0GICEG' where id=25; -update noar tt set v0='C2RS2NLODKUCV4IKB38BZSIHZYYE1Q0SCKCFB49GGMP3TRRN6ZP2CX2C76IGBHQ11T6TTQ66N9QPF1V7K2CLSAJM6PKARLJWAEY646O4VFW0SCY353RXAAYYOY3JPJ1Q0B203GDOQT7FYLFIYIP6C1E0XZW3CUU3BSQNF5YDPWWACE4I2Y6D9J1C08DQAORO4IWRSGU9YC6KF1JL7HFVAFJ5IIF0IUDZ61OQRX9UMAE150YJF98U5EJOYF0GJ4DAU' where id=26; -update noar ti set v0='C2RS2NLODKUCV4IKB38BZSIHZYYE1Q0SCKCFB49GGMP3TRRN6ZP2CX2C76IGBHQ11T6TTQ66N9QPF1V7K2CLSAJM6PKARLJWAEY646O4VFW0SCY353RXAAYYOY3JPJ1Q0B203GDOQT7FYLFIYIP6C1E0XZW3CUU3BSQNF5YDPWWACE4I2Y6D9J1C08DQAORO4IWRSGU9YC6KF1JL7HFVAFJ5IIF0IUDZ61OQRX9UMAE150YJF98U5EJOYF0GJ4DAU' where id=26; -update noar tt set v1='0YJVHYUJ973HRJIABAMPAX8K6TWXBNUK4LMBY5IIHLQL70JPVCXH2F18RJ1TNUMEHAMATQ4EU2R81PULB9YSW8MW67RX7MD3K8J2YHSHNTO1BZOMRTNJ1ZXUSOHCHDV518JWPFHIZXCLALXAJ7T2TONWTVJ0RTXQJAIXFKYYPTYF3LPZTNPR8TLBYNFAI1QVRNXVRPDM0B2JDJ5ANSHKLITMTQTDOG7MPYCVMVVSKU0UV8O74F4W9XWZRH6GMCZWT' where id=26; -update noar ti set v1='0YJVHYUJ973HRJIABAMPAX8K6TWXBNUK4LMBY5IIHLQL70JPVCXH2F18RJ1TNUMEHAMATQ4EU2R81PULB9YSW8MW67RX7MD3K8J2YHSHNTO1BZOMRTNJ1ZXUSOHCHDV518JWPFHIZXCLALXAJ7T2TONWTVJ0RTXQJAIXFKYYPTYF3LPZTNPR8TLBYNFAI1QVRNXVRPDM0B2JDJ5ANSHKLITMTQTDOG7MPYCVMVVSKU0UV8O74F4W9XWZRH6GMCZWT' where id=26; -update noar tt set v2='2747KCLKVF755VLZH2CJHIYL9J2Q5SXIDLPS0I23X84FQOUDAIJVIPRN6777R6U9LPHOMSFNS3PX8F6TCXTQNUQ0DKQ2WI4ADAMBSWU7384JYJDCF781LPELGIGNG607DHZXEHDUL6WGV59SGFY9EF4F98AL15OJPGWATGR4CVQM5P8YP86XMVT5S94REEDUA60VSYCKL7DIBK6ASM3YB7O7TK15DWDYBOPB8PC2RID4D6QUTJJPPAL7X55V968UN' where id=26; -update noar ti set v2='2747KCLKVF755VLZH2CJHIYL9J2Q5SXIDLPS0I23X84FQOUDAIJVIPRN6777R6U9LPHOMSFNS3PX8F6TCXTQNUQ0DKQ2WI4ADAMBSWU7384JYJDCF781LPELGIGNG607DHZXEHDUL6WGV59SGFY9EF4F98AL15OJPGWATGR4CVQM5P8YP86XMVT5S94REEDUA60VSYCKL7DIBK6ASM3YB7O7TK15DWDYBOPB8PC2RID4D6QUTJJPPAL7X55V968UN' where id=26; -update noar tt set v3='6TERZ9M8DGQ3HYD4VLLKH9LKGNSS75S6ZFKDZBA8W1XI5XVB4VMR8UQLFNNDNYWBU71WU2ZDKCOBTEP1O9Y516421LCE8CEU7V1U71KMZQ38ASIVUV6D19YHS1DNX675BYM07C20FEI6AQAKREPQJDDRZ37AAG01C2A1K2TQJ8Z6MY2VGW51MDA765QUT6PJ1U96JVZAMZ0OGZUDNQL68105YYSKI8OGYNKRQ9LNXWRX8PY5ZC5L79KG251CKG7XP' where id=26; -update noar ti set v3='6TERZ9M8DGQ3HYD4VLLKH9LKGNSS75S6ZFKDZBA8W1XI5XVB4VMR8UQLFNNDNYWBU71WU2ZDKCOBTEP1O9Y516421LCE8CEU7V1U71KMZQ38ASIVUV6D19YHS1DNX675BYM07C20FEI6AQAKREPQJDDRZ37AAG01C2A1K2TQJ8Z6MY2VGW51MDA765QUT6PJ1U96JVZAMZ0OGZUDNQL68105YYSKI8OGYNKRQ9LNXWRX8PY5ZC5L79KG251CKG7XP' where id=26; -update noar tt set v0='QKZ3UMFFSK138ITH538YKUOI35AXGMN8XGPO964RMVJSBVQU5ESKNZPVJCI112S76BDX2HNB93FMDP2PA6KEKYM7T7CAXU284MWPC58XTUDGFO20EZDT8Q6U33W5QSQ3KGRF7XNE62N8TLMPZQJSXMRY90P5NVLG3655TGY63T7QFF09OXF4UVJB65PDMYI3429FR0V1PBWCO6R6E3DB1NGM427UPPKL6ENXKEI2AAHLVL2P1EKZHZWTTZ8JR21UF' where id=27; -update noar ti set v0='QKZ3UMFFSK138ITH538YKUOI35AXGMN8XGPO964RMVJSBVQU5ESKNZPVJCI112S76BDX2HNB93FMDP2PA6KEKYM7T7CAXU284MWPC58XTUDGFO20EZDT8Q6U33W5QSQ3KGRF7XNE62N8TLMPZQJSXMRY90P5NVLG3655TGY63T7QFF09OXF4UVJB65PDMYI3429FR0V1PBWCO6R6E3DB1NGM427UPPKL6ENXKEI2AAHLVL2P1EKZHZWTTZ8JR21UF' where id=27; -update noar tt set v1='7MN2QHZPXVOVQJT9SHV3QMOMXWMZLS3M6AX041N90X75KZYN8UNK4VBIA2EZ1FADC0E2AWPRS61FAB080IJFRQ5M6J8LEUYTITAA3QRPS5CEXEZ3BQIQMPD4JNJY8XIM46NV2GMOUO4W1NQ7OYDM2D0HI8NAMSYHJQJH0FFBC1172S5VYQ6Z1VOU0WFAM6WAGLJ25KPK1Q5YUNZJK09B8NLK6HNKY5GPCNFYAGS5GFN2WIWH8ZZ5JLXH2KSSIO9KD' where id=27; -update noar ti set v1='7MN2QHZPXVOVQJT9SHV3QMOMXWMZLS3M6AX041N90X75KZYN8UNK4VBIA2EZ1FADC0E2AWPRS61FAB080IJFRQ5M6J8LEUYTITAA3QRPS5CEXEZ3BQIQMPD4JNJY8XIM46NV2GMOUO4W1NQ7OYDM2D0HI8NAMSYHJQJH0FFBC1172S5VYQ6Z1VOU0WFAM6WAGLJ25KPK1Q5YUNZJK09B8NLK6HNKY5GPCNFYAGS5GFN2WIWH8ZZ5JLXH2KSSIO9KD' where id=27; -update noar tt set v2='SML8WRDMKMUL2UQXZWCZFKSEFR9CIZ47Q5D6X7GOPHZKFY0167QNASXF6MSXWXYFNT2FS575PNR6I6OL4YCFLN1SV5IYJMZWBBJHVEUL1V8BPWRNIKY80J0KQ9N4PAFTO8ZQJ3MFL89U6400MVCEP410A7KPQU4RTTX3OZ7XHN8WJYMTKSP9QLM5PNDVQBVXGAA8B5FMO4PXXIXXSFVNEDZDNAQB4XYTEBLJT933EWAHO4IXDM1FSWCA8DQO0O0SP' where id=27; -update noar ti set v2='SML8WRDMKMUL2UQXZWCZFKSEFR9CIZ47Q5D6X7GOPHZKFY0167QNASXF6MSXWXYFNT2FS575PNR6I6OL4YCFLN1SV5IYJMZWBBJHVEUL1V8BPWRNIKY80J0KQ9N4PAFTO8ZQJ3MFL89U6400MVCEP410A7KPQU4RTTX3OZ7XHN8WJYMTKSP9QLM5PNDVQBVXGAA8B5FMO4PXXIXXSFVNEDZDNAQB4XYTEBLJT933EWAHO4IXDM1FSWCA8DQO0O0SP' where id=27; -update noar tt set v3='IVBDS3VZRB6GHU1K43OYTRCVMV4AA2H9X0J4KIXXA332YPLWT5PKP6U00OAC806XSYP621EF787D9XX0VMN5PF5EK239JH71GNGD6OB7XV7XI0W7AKET1GHA7MLSJROJB8IDMFWBIQFGLNGKO3UULYQJHR6DJ4GGYO4EDQI086NRHRYPE4OI4LNQINA6JFT10H3BMUFWUY3W9QSC316VBF6LMUS8352Z7COHUWRZO6LX13DE1W94KUR08U1PPFFZ6' where id=27; -update noar ti set v3='IVBDS3VZRB6GHU1K43OYTRCVMV4AA2H9X0J4KIXXA332YPLWT5PKP6U00OAC806XSYP621EF787D9XX0VMN5PF5EK239JH71GNGD6OB7XV7XI0W7AKET1GHA7MLSJROJB8IDMFWBIQFGLNGKO3UULYQJHR6DJ4GGYO4EDQI086NRHRYPE4OI4LNQINA6JFT10H3BMUFWUY3W9QSC316VBF6LMUS8352Z7COHUWRZO6LX13DE1W94KUR08U1PPFFZ6' where id=27; -update noar tt set v0='ZKST3LOJ5JHA3RGIMD9WXF2V734DMMHHO34ZAQCFA5LGC8QJJTKVWIVD11ZOK51QB5ZURZ6LYEL171UBWW4MTDZZ4JN4XCU5NIHERVBUR0YFXPWKV0GW7TYX26PEI69RHUO4QU0FE06T4YKF2NJQXX3U8KZ6J19P2EYGZ8IMRN2T18EY219CN9A3R92EZ4HWVZC73GFAG9FX6EY0DD1ZBM8N0YQVJFLM4KZTH9Z39AQ1J1AD4IZOWPF00TZM32RPO' where id=28; -update noar ti set v0='ZKST3LOJ5JHA3RGIMD9WXF2V734DMMHHO34ZAQCFA5LGC8QJJTKVWIVD11ZOK51QB5ZURZ6LYEL171UBWW4MTDZZ4JN4XCU5NIHERVBUR0YFXPWKV0GW7TYX26PEI69RHUO4QU0FE06T4YKF2NJQXX3U8KZ6J19P2EYGZ8IMRN2T18EY219CN9A3R92EZ4HWVZC73GFAG9FX6EY0DD1ZBM8N0YQVJFLM4KZTH9Z39AQ1J1AD4IZOWPF00TZM32RPO' where id=28; -update noar tt set v1='8LH8BNWU4CFBN15JMKI8I0TVJN5EZ4FK9AE8PIPRJ2JOM03E81MEBBY2VG4VGGAIPFO6B1JEAVRQ96PQ8EE4NTT1YUKHXMPE0AHIE16CY0WS2Q9UFZ2ZTNW01MY34EK5QB04GHSJKW9OX5YAKM2PFUWAPEZDT7W16X5SRIOV7ZCDYUU4KGLL5L5HLCZZU60GGW68ZQRM2QBDJGWRTIEYLYHC3T8695R1HE6KAQGA2VDUJKIQTJ0RVXVI3PSDCBQ59' where id=28; -update noar ti set v1='8LH8BNWU4CFBN15JMKI8I0TVJN5EZ4FK9AE8PIPRJ2JOM03E81MEBBY2VG4VGGAIPFO6B1JEAVRQ96PQ8EE4NTT1YUKHXMPE0AHIE16CY0WS2Q9UFZ2ZTNW01MY34EK5QB04GHSJKW9OX5YAKM2PFUWAPEZDT7W16X5SRIOV7ZCDYUU4KGLL5L5HLCZZU60GGW68ZQRM2QBDJGWRTIEYLYHC3T8695R1HE6KAQGA2VDUJKIQTJ0RVXVI3PSDCBQ59' where id=28; -update noar tt set v2='20S46Y0P3AF4JSHJ4Y1J1WAFG71GHGTWUMKCKI6CQAF4V3CFR9XMTJ2YUTTB0ZTU6CLYPUVLYIVE7MRCKJN76BBB1AUK2OX6UASIQ5H47DDK4DJ36B39GQEXECHQZRUKYJUD5UTQ66IXA5STJFGOP2D3AJU8YGAJ1X5L7XGACIVVCYVW6NBFBY9P85UBC6MI9PXQ06VJ0ZS6OFCDY7M1YBURMZBIWFGPRO5J5FH0P8S7G1SD08BA0VIW9JEBRLUUZ' where id=28; -update noar ti set v2='20S46Y0P3AF4JSHJ4Y1J1WAFG71GHGTWUMKCKI6CQAF4V3CFR9XMTJ2YUTTB0ZTU6CLYPUVLYIVE7MRCKJN76BBB1AUK2OX6UASIQ5H47DDK4DJ36B39GQEXECHQZRUKYJUD5UTQ66IXA5STJFGOP2D3AJU8YGAJ1X5L7XGACIVVCYVW6NBFBY9P85UBC6MI9PXQ06VJ0ZS6OFCDY7M1YBURMZBIWFGPRO5J5FH0P8S7G1SD08BA0VIW9JEBRLUUZ' where id=28; -update noar tt set v3='3TY92XYW97URV8JEGZ7VZYTPSX5NJFVNWKO7N18H4A1PMEZ9H69HSS9OB0LPXCOK8VDSRJNTUTXTNUQ2X0OKMLROXOAQ5JN2PNEOAWO2DL3UIX6OT6D2NG29IS393C80640884KNC7MGDHUGD9NOKNMZ4GTRPGO54ZFIN7602MMR00D2ZJ5X04GB0M11GMU9WPRNGZCS8O3GZH6BIBY6CIA6MIA85I5OXLM36LQZZ6MOJ9WMEXPKOQI0BUMYFYE7K' where id=28; -update noar ti set v3='3TY92XYW97URV8JEGZ7VZYTPSX5NJFVNWKO7N18H4A1PMEZ9H69HSS9OB0LPXCOK8VDSRJNTUTXTNUQ2X0OKMLROXOAQ5JN2PNEOAWO2DL3UIX6OT6D2NG29IS393C80640884KNC7MGDHUGD9NOKNMZ4GTRPGO54ZFIN7602MMR00D2ZJ5X04GB0M11GMU9WPRNGZCS8O3GZH6BIBY6CIA6MIA85I5OXLM36LQZZ6MOJ9WMEXPKOQI0BUMYFYE7K' where id=28; -update noar tt set v0='LXV10XHNT0YJOI6VRPXD409C8Y1L7RNWT7IORA4YKF17DLF2XOHXMOHN0LTVGR9AD6ITUBD5VP2T5WQ086OXPMLM9TBAT6BCEWMA722TRLYXOIIJZ372X3MEU62RHS1XENY6IVORRVHMHO8EIHYFZRUKTYAMLRL6CBNUI9C54P1WTSD9RKRLCJZEZX0EP78Z89G5VE63CRMQL55FS2YIF7505LEE93XL7YXK0YIGUH9VK91N76FX3IPG2BO6J8AZ7' where id=29; -update noar ti set v0='LXV10XHNT0YJOI6VRPXD409C8Y1L7RNWT7IORA4YKF17DLF2XOHXMOHN0LTVGR9AD6ITUBD5VP2T5WQ086OXPMLM9TBAT6BCEWMA722TRLYXOIIJZ372X3MEU62RHS1XENY6IVORRVHMHO8EIHYFZRUKTYAMLRL6CBNUI9C54P1WTSD9RKRLCJZEZX0EP78Z89G5VE63CRMQL55FS2YIF7505LEE93XL7YXK0YIGUH9VK91N76FX3IPG2BO6J8AZ7' where id=29; -update noar tt set v1='NV943HMRK7GDPEV2TOCSQC73YEJBGP9PP4ZGFE2POARAMRHKIEGH601L4NFSN86VO4I69JXLDCW36TSPS57M3A52BYRL0ZMH6Z4DJOGKT657SMV3ETMFOYGFZ9IMDRPR06TLUSX4XNQNPH8UB498F40RHSK1U6N2OM0MXHUBC6YR3WZF8WIQXR6AGTOB2GITIQYPY3MZMSSQO854TGCCAQZUCXC5FVGW18P0ZGANH46MK8E6EU7N7K5DWIXYXJMOS' where id=29; -update noar ti set v1='NV943HMRK7GDPEV2TOCSQC73YEJBGP9PP4ZGFE2POARAMRHKIEGH601L4NFSN86VO4I69JXLDCW36TSPS57M3A52BYRL0ZMH6Z4DJOGKT657SMV3ETMFOYGFZ9IMDRPR06TLUSX4XNQNPH8UB498F40RHSK1U6N2OM0MXHUBC6YR3WZF8WIQXR6AGTOB2GITIQYPY3MZMSSQO854TGCCAQZUCXC5FVGW18P0ZGANH46MK8E6EU7N7K5DWIXYXJMOS' where id=29; -update noar tt set v2='PMHHSQ67C3G8HKF90KIFQO6CUH78Y1LLJTARWTASXPIKMKWQ4B20GXDLO7D5YS1FTY6HHAMNLMHPR9Z31HWFY0ON5OR9UBJ1KSLU8SJTE8IFJTKL9TPCLS51NFLEE9TH1OTHC0UTACRMMRIMT1MRSU6FWO2D5H0AI7A84XNEGWS9FPB59FM0AYN5DREW8ONKQRQELP9AYKR2NL560GCNN1BU5LPXKYBS05PYF0DSQ4HNRFTXN40KLQNFPZYP7DDDD' where id=29; -update noar ti set v2='PMHHSQ67C3G8HKF90KIFQO6CUH78Y1LLJTARWTASXPIKMKWQ4B20GXDLO7D5YS1FTY6HHAMNLMHPR9Z31HWFY0ON5OR9UBJ1KSLU8SJTE8IFJTKL9TPCLS51NFLEE9TH1OTHC0UTACRMMRIMT1MRSU6FWO2D5H0AI7A84XNEGWS9FPB59FM0AYN5DREW8ONKQRQELP9AYKR2NL560GCNN1BU5LPXKYBS05PYF0DSQ4HNRFTXN40KLQNFPZYP7DDDD' where id=29; -update noar tt set v3='H1PWAJRJNZU6I983OO5MBSKK5RP12E56OBNEITZY57X8J11UJBURER9ZI670C9T2N21G3IBPBA7IC1106LSEWWQ90FHS6816ENTDCWP1D3JAY9E4Q33TVE0IX681NRIHW0TA4EB8Q8BSR5QZZG96I0UON6D9QN1EM4WHSNQ0LUVXA194KPGGNKHKZOYEM0C407MNOZ65CTSEU88HUYK5PWGIKDW9XHRNW4LGY9I1TQ1DJUGNMA1DV4CI40PYYZPWS' where id=29; -update noar ti set v3='H1PWAJRJNZU6I983OO5MBSKK5RP12E56OBNEITZY57X8J11UJBURER9ZI670C9T2N21G3IBPBA7IC1106LSEWWQ90FHS6816ENTDCWP1D3JAY9E4Q33TVE0IX681NRIHW0TA4EB8Q8BSR5QZZG96I0UON6D9QN1EM4WHSNQ0LUVXA194KPGGNKHKZOYEM0C407MNOZ65CTSEU88HUYK5PWGIKDW9XHRNW4LGY9I1TQ1DJUGNMA1DV4CI40PYYZPWS' where id=29; -update noar tt set v0='AU0OXSWA6CDQ8V1RJ6ZGW8B1QNXOTKM0WRWHR5DBNO4BK9E2SISOJLVM5EPPKPPJVEQ4DJ4UATRNQ810C300GIRJ64VTJCHA08NOROZMDUKWUV38Q1ZF9KDM3YN6ZLVT7T7G07GDHS60SAWRCY2ZKE60CISNFPNF8ACT9MF648752NWBNHATVAJGF62A1CFKF6VMVYB1XSWYFFSQV8XUYYRO0LW915U8Y3R25L70Q9YGC0NE86CJAJ70NFOO7ZS80' where id=30; -update noar ti set v0='AU0OXSWA6CDQ8V1RJ6ZGW8B1QNXOTKM0WRWHR5DBNO4BK9E2SISOJLVM5EPPKPPJVEQ4DJ4UATRNQ810C300GIRJ64VTJCHA08NOROZMDUKWUV38Q1ZF9KDM3YN6ZLVT7T7G07GDHS60SAWRCY2ZKE60CISNFPNF8ACT9MF648752NWBNHATVAJGF62A1CFKF6VMVYB1XSWYFFSQV8XUYYRO0LW915U8Y3R25L70Q9YGC0NE86CJAJ70NFOO7ZS80' where id=30; -update noar tt set v1='1DAJTFC8QKQ4THZVMCOY89H4T478NBAQY4ZFQZO4FRXZXL7OHAF1SQ6CI8V6H3ORQUVV4S0KBWHTIK7YCW9OO8P78JJA9CE87AH91PGBUW28XZVPHANUW6O3ERBS7VAM1LJASWPL6C09BEKZAYPAE1I6Y8IDVQKDFCOI09K1AABG6RWCJ67JAKH9A9UN5WW2QGVWUC6TEPQJ7RM4696GUTPDY9XVCLA54LTIOYPII2H3VQOT8ACV1ZPTAKZ8KFIA0' where id=30; -update noar ti set v1='1DAJTFC8QKQ4THZVMCOY89H4T478NBAQY4ZFQZO4FRXZXL7OHAF1SQ6CI8V6H3ORQUVV4S0KBWHTIK7YCW9OO8P78JJA9CE87AH91PGBUW28XZVPHANUW6O3ERBS7VAM1LJASWPL6C09BEKZAYPAE1I6Y8IDVQKDFCOI09K1AABG6RWCJ67JAKH9A9UN5WW2QGVWUC6TEPQJ7RM4696GUTPDY9XVCLA54LTIOYPII2H3VQOT8ACV1ZPTAKZ8KFIA0' where id=30; -update noar tt set v2='8E200MO7QMM0QU7RINIKZSR8JLZRUSZ82C0H2LOSQLQZ4Z40B863GQTNVEG1KR1PV6B9RTQ9WR9A0B5A5FMXK8ZMJBHJQFHLPMH1Z99PMGXAGQXU5W1PYTMRAM9MKMPTRQTVQGN8QNI4RHT5PIHNB05G3EUZ3TNJYHP407TZIVUK818J4ILMREQV28Q2ED9ZL28BFBXG1A6C6RASFV1PZESAONRUHDFNUT2OIQQ2OAU0FI1HNKI4BR91Z5Z5S7KH3' where id=30; -update noar ti set v2='8E200MO7QMM0QU7RINIKZSR8JLZRUSZ82C0H2LOSQLQZ4Z40B863GQTNVEG1KR1PV6B9RTQ9WR9A0B5A5FMXK8ZMJBHJQFHLPMH1Z99PMGXAGQXU5W1PYTMRAM9MKMPTRQTVQGN8QNI4RHT5PIHNB05G3EUZ3TNJYHP407TZIVUK818J4ILMREQV28Q2ED9ZL28BFBXG1A6C6RASFV1PZESAONRUHDFNUT2OIQQ2OAU0FI1HNKI4BR91Z5Z5S7KH3' where id=30; -update noar tt set v3='JED4CKSYO2GZUIJUGG5XU4HDCRXP6ZA0WFHNVK7COPDDB3B80GKCFT0TNXX2W0R8EJJO9WSG6WDCV76QAQ6OELSN88SBETG3SIHK740NIOE0L1ZIGBF1C5WZXDTQSKYYI8DFT0OPTOLGQWPEFVHMLT9JS1CE4S4FSJAC6FCUB3EJ67WX5DA8RYWNOQML1EGK5BZMAR4KN0V3ENGZBMPV5LX6SKXILRR6IBRKEA5UUD661GTQD0PUL8V5SA2NEG73B' where id=30; -update noar ti set v3='JED4CKSYO2GZUIJUGG5XU4HDCRXP6ZA0WFHNVK7COPDDB3B80GKCFT0TNXX2W0R8EJJO9WSG6WDCV76QAQ6OELSN88SBETG3SIHK740NIOE0L1ZIGBF1C5WZXDTQSKYYI8DFT0OPTOLGQWPEFVHMLT9JS1CE4S4FSJAC6FCUB3EJ67WX5DA8RYWNOQML1EGK5BZMAR4KN0V3ENGZBMPV5LX6SKXILRR6IBRKEA5UUD661GTQD0PUL8V5SA2NEG73B' where id=30; -update noar tt set v0='ICP5WMQ659GOI17Y5APP1MNR6K0GWALYF598VA5YBTI8LQBVVOAI9W5EHBVXGQV3X370YHXXFMK8VKU3B9LDVV4EBDIQMMT6FB6QXAQLUM5H8XRMKW0BPDT4R2USR2QGAIF13684E0LJJ0BFCQQPG9R169MIJHOJQP7SFB1SL1PXB8X12UPPPPZQFEV64Q2WKXH7YW5ZW42SCMQUZWSHKCX4ABZXA2J1NYHL3ESAFT01TSLSH6ZO2NWFMZK10XCP9' where id=31; -update noar ti set v0='ICP5WMQ659GOI17Y5APP1MNR6K0GWALYF598VA5YBTI8LQBVVOAI9W5EHBVXGQV3X370YHXXFMK8VKU3B9LDVV4EBDIQMMT6FB6QXAQLUM5H8XRMKW0BPDT4R2USR2QGAIF13684E0LJJ0BFCQQPG9R169MIJHOJQP7SFB1SL1PXB8X12UPPPPZQFEV64Q2WKXH7YW5ZW42SCMQUZWSHKCX4ABZXA2J1NYHL3ESAFT01TSLSH6ZO2NWFMZK10XCP9' where id=31; -update noar tt set v1='KTZGNSEXC1MQTS1B164LERUQ45C9WURO7YKNZTDL58G0ENKJ1SEK4WC2JVHWTWSSCK6X35G793AB88TJLSFD27DHNXESEBMBIZNGIX7IU2SUSGHY1FT30AMQ2QFLMTHED46759UMKL7RKCLH095S0VQUIGRRV92QH09BGVRKTCXN1VLXT905ICW8R8UJIXT46FEA14VZC56BCTYRQ9CP9LQP1XR8L19ZRC38ZLM4H8DXFZ4UJYU4DZ2UE65F5IIAF' where id=31; -update noar ti set v1='KTZGNSEXC1MQTS1B164LERUQ45C9WURO7YKNZTDL58G0ENKJ1SEK4WC2JVHWTWSSCK6X35G793AB88TJLSFD27DHNXESEBMBIZNGIX7IU2SUSGHY1FT30AMQ2QFLMTHED46759UMKL7RKCLH095S0VQUIGRRV92QH09BGVRKTCXN1VLXT905ICW8R8UJIXT46FEA14VZC56BCTYRQ9CP9LQP1XR8L19ZRC38ZLM4H8DXFZ4UJYU4DZ2UE65F5IIAF' where id=31; -update noar tt set v2='F43ZYNJVWZZVA4N0WAG6L1A0X9DIWK6T76HKQR76AYWQK8Q8PCWTCW1RUGCW2AHNU4FXBS2KMUUVHH4LOUI6Y24OE1GKWE5LQI3DPODPJOJIHN2U3EUOK6YX7EZJNC9PIBU4PD4JMD22BJA8YVJ1I10BX814RH8JFXA8VMOUYO512N3UFTCZTXAB0U15E8WKEZIJ4DA7CI66H6ZMPGW6BMZA8HHQBMF20EJZ48TPECAC7TR8IJ9B4FNXYCL331BNT' where id=31; -update noar ti set v2='F43ZYNJVWZZVA4N0WAG6L1A0X9DIWK6T76HKQR76AYWQK8Q8PCWTCW1RUGCW2AHNU4FXBS2KMUUVHH4LOUI6Y24OE1GKWE5LQI3DPODPJOJIHN2U3EUOK6YX7EZJNC9PIBU4PD4JMD22BJA8YVJ1I10BX814RH8JFXA8VMOUYO512N3UFTCZTXAB0U15E8WKEZIJ4DA7CI66H6ZMPGW6BMZA8HHQBMF20EJZ48TPECAC7TR8IJ9B4FNXYCL331BNT' where id=31; -update noar tt set v3='EAJN8CNKSUEXYCFDES83SR207HQ02S41N3KQLC6WII2ZT28I2MYKKRYBM8WVKD5KXU3TADL4W6IRPJTT2SI35BDQ58GS6UO7NGMXUX4FAH80VCW55TFQ54F4WJ6RU5VSHE6ZEBNRALOEDBKTLTXGPWO03YIDA7L46K7ED41PSD0AMFSSDIKCZWKJQLNC5L7T49V4OOH7C4FN6XVH9K260YY24ZMUQSW44DM3C4R1V0J131CWB44EINNY6WKRCL5AR' where id=31; -update noar ti set v3='EAJN8CNKSUEXYCFDES83SR207HQ02S41N3KQLC6WII2ZT28I2MYKKRYBM8WVKD5KXU3TADL4W6IRPJTT2SI35BDQ58GS6UO7NGMXUX4FAH80VCW55TFQ54F4WJ6RU5VSHE6ZEBNRALOEDBKTLTXGPWO03YIDA7L46K7ED41PSD0AMFSSDIKCZWKJQLNC5L7T49V4OOH7C4FN6XVH9K260YY24ZMUQSW44DM3C4R1V0J131CWB44EINNY6WKRCL5AR' where id=31; -update noar tt set v0='WSP3ZJWDVQ5XACQ0P7XB9I46MV3A487A2E624QPDDZYAQXPILCV54NOV6YCD6T6141T1JOC8NIPP080LO2IRC9PI6UGAIEUE1LJCJP9FSJ4Z5391MSNOYIXYLCH0114JG45DAAOEVDW10GIWYITGCU4VO1PZM9ELSZJ453XRZ261CPMLZF8GB4JRD4IBL7ZY3R4PSYKQH4BUG1S7STRVO50LMNSOA5H72X9QIOWZZ1GAYWJC6MN8P4HNSXR3XAFNW' where id=32; -update noar ti set v0='WSP3ZJWDVQ5XACQ0P7XB9I46MV3A487A2E624QPDDZYAQXPILCV54NOV6YCD6T6141T1JOC8NIPP080LO2IRC9PI6UGAIEUE1LJCJP9FSJ4Z5391MSNOYIXYLCH0114JG45DAAOEVDW10GIWYITGCU4VO1PZM9ELSZJ453XRZ261CPMLZF8GB4JRD4IBL7ZY3R4PSYKQH4BUG1S7STRVO50LMNSOA5H72X9QIOWZZ1GAYWJC6MN8P4HNSXR3XAFNW' where id=32; -update noar tt set v1='OZM5W0R94MQT5WE47OFXW8G2P0UXLBMRPGZ1159FXXEMK9VKODLWTCLHLJIPBRHR1CYPLXINTEM9SWXP34BT1JWM1X1T6IGGDWF11M59S01ELAWHT31E4CXFNLTCWWKYGESFBTA7PZSUMIPTU5PNE9C7THWMC1ZSXBCEFGJKJBA73Z055M2Z79OUV2P8REMV0G40BKLSWBJ1YJLO9KJVJFSI7BORCGMQEUGFA277QXT978W8JZ3F6F73L65IA1QW5' where id=32; -update noar ti set v1='OZM5W0R94MQT5WE47OFXW8G2P0UXLBMRPGZ1159FXXEMK9VKODLWTCLHLJIPBRHR1CYPLXINTEM9SWXP34BT1JWM1X1T6IGGDWF11M59S01ELAWHT31E4CXFNLTCWWKYGESFBTA7PZSUMIPTU5PNE9C7THWMC1ZSXBCEFGJKJBA73Z055M2Z79OUV2P8REMV0G40BKLSWBJ1YJLO9KJVJFSI7BORCGMQEUGFA277QXT978W8JZ3F6F73L65IA1QW5' where id=32; -update noar tt set v2='F4FCMAVRQ64ESYF7UXYLP6TPJN8KW57KQVMR97SBV796S8501INZ8GRKRYIONAEAWO85V94I3RQ5WJHFWGY6TDPRJ31HGIGN2RIZSIMEASFT8BQCVXUROGRAVDYVGRMDI8GUM5THQ3VEAZT4OMB5VHRGLGOU70FRGJ3WOA6LOROWGQE44D2TP8F000SXT482NNMKS5N25L40EBVUO7VLX6PX92KXZXFBQMS00JGP0ZSJL9S5NAE97YAHR3IQK2B49' where id=32; -update noar ti set v2='F4FCMAVRQ64ESYF7UXYLP6TPJN8KW57KQVMR97SBV796S8501INZ8GRKRYIONAEAWO85V94I3RQ5WJHFWGY6TDPRJ31HGIGN2RIZSIMEASFT8BQCVXUROGRAVDYVGRMDI8GUM5THQ3VEAZT4OMB5VHRGLGOU70FRGJ3WOA6LOROWGQE44D2TP8F000SXT482NNMKS5N25L40EBVUO7VLX6PX92KXZXFBQMS00JGP0ZSJL9S5NAE97YAHR3IQK2B49' where id=32; -update noar tt set v3='V0BL5PB096CUSXLGO3NAH6GL79WZM9CLQX0GJRP0PSTMX6T8BSNMYCJWWGJ5IMIMR9HF75YRGC63I3ZIUQYMT44C3JH09V2A5B2RMV107F85F1GPTB8EAOL4P8WD3TDEI4LELY6FY3EN66ZJCDJVPUARGAQV4O8UCEPT9MXD8WP5XCOFA7X18E51OBKVN4RLACY4Y7RK1RCTI95L7K1GI5DL00P2R4DYNKT2QGFAUSII64FY5ZZC1T1VHMCZAQ8FW' where id=32; -update noar ti set v3='V0BL5PB096CUSXLGO3NAH6GL79WZM9CLQX0GJRP0PSTMX6T8BSNMYCJWWGJ5IMIMR9HF75YRGC63I3ZIUQYMT44C3JH09V2A5B2RMV107F85F1GPTB8EAOL4P8WD3TDEI4LELY6FY3EN66ZJCDJVPUARGAQV4O8UCEPT9MXD8WP5XCOFA7X18E51OBKVN4RLACY4Y7RK1RCTI95L7K1GI5DL00P2R4DYNKT2QGFAUSII64FY5ZZC1T1VHMCZAQ8FW' where id=32; -update noar tt set v0='SMJCJ2I7BYD5ME648PESRGRNDAYLOF0AS1KEDGEGVK53QU0H1YZEVKYOFSMDD47NW277BIEIAGU9KVMIMUPBBV6MFHQTXT39FDSY3EEN0BT1TQ5JQGGT25XOQXENATG424XQ2ADICJZVA6OGQ6UE42ZJEE7MG7T6TVNXNX4ASSER6DTN4F77703UECIGDU1U8556WDHZEOUKB8RDD1WEDMUGVDK2LO9IP8Q41S0RXLFWL9TGVEA8WV7KQFGHFJFO8' where id=33; -update noar ti set v0='SMJCJ2I7BYD5ME648PESRGRNDAYLOF0AS1KEDGEGVK53QU0H1YZEVKYOFSMDD47NW277BIEIAGU9KVMIMUPBBV6MFHQTXT39FDSY3EEN0BT1TQ5JQGGT25XOQXENATG424XQ2ADICJZVA6OGQ6UE42ZJEE7MG7T6TVNXNX4ASSER6DTN4F77703UECIGDU1U8556WDHZEOUKB8RDD1WEDMUGVDK2LO9IP8Q41S0RXLFWL9TGVEA8WV7KQFGHFJFO8' where id=33; -update noar tt set v1='Z5E0TKVJXTVWLMXLOSWPMNI2S4OEQDTYSE8KZ6KLV2HY6BAEYUQTES81KH1QWKO7NP7GE5CWDZRFIO16Z1AIXSREFCOI5BCA791J2XI6USUZRAJA7IAEYEPXV9UZ4VRRQ2IWRAHJ03S0HUGPNXWKWY5OLPQ2C1JO12VMB8B983V9BXM84IHI8P3GTZ49455TYPBCJ2RLEBEAWONG6C9OHHEU6XA0J65LFD3FWP6Y3AQ2V1BUVKQG85IH1T54KOIOL' where id=33; -update noar ti set v1='Z5E0TKVJXTVWLMXLOSWPMNI2S4OEQDTYSE8KZ6KLV2HY6BAEYUQTES81KH1QWKO7NP7GE5CWDZRFIO16Z1AIXSREFCOI5BCA791J2XI6USUZRAJA7IAEYEPXV9UZ4VRRQ2IWRAHJ03S0HUGPNXWKWY5OLPQ2C1JO12VMB8B983V9BXM84IHI8P3GTZ49455TYPBCJ2RLEBEAWONG6C9OHHEU6XA0J65LFD3FWP6Y3AQ2V1BUVKQG85IH1T54KOIOL' where id=33; -update noar tt set v2='RI82AQZSNG5COFOSA2TEAJPELHLYTP83M01TZQ0H9LXFQF8NTNFYYC5XJZG5WPRG2BZ305FSKGW1SR8GWH7QW9TXYVGGSW5APS14QQIC5BCVKDM49Y6HW32Q0P76LNONUZEU4514ZMLPUUP98LZ5UE72WC4XXOD5VXFT9ZS2TGLIZKZQTDMFMIM0DL9PA54X4VZXT3HKGB3X21JQ1AG62HH764UPXVOORA8VW7B7BMY1GGET59JCXTB3YY96ADV10' where id=33; -update noar ti set v2='RI82AQZSNG5COFOSA2TEAJPELHLYTP83M01TZQ0H9LXFQF8NTNFYYC5XJZG5WPRG2BZ305FSKGW1SR8GWH7QW9TXYVGGSW5APS14QQIC5BCVKDM49Y6HW32Q0P76LNONUZEU4514ZMLPUUP98LZ5UE72WC4XXOD5VXFT9ZS2TGLIZKZQTDMFMIM0DL9PA54X4VZXT3HKGB3X21JQ1AG62HH764UPXVOORA8VW7B7BMY1GGET59JCXTB3YY96ADV10' where id=33; -update noar tt set v3='D2TIOP7HZ8XI9MKCCUCB6I0WY905H1GUXYR3PW5OQK0JZL1Y6EPO87PWGFWITHT57W3X9KUU9IJME6BPQTWBXEPWZ9RX7OESNJKSTIS50AYGPKK3KB2YE6N5Q6MDMXNVGUNHPRDHZ3V3MWWKLZJ8V4HE42MGXD1GPS6PXLNZ6VS39L4P28SCI6840Z7C3XZ323D34ZB1FSQA2L8DXBQQE7PEK15SWAQIKKY1DYJCTCWM773JZLFWB4F99SZQW7V6X' where id=33; -update noar ti set v3='D2TIOP7HZ8XI9MKCCUCB6I0WY905H1GUXYR3PW5OQK0JZL1Y6EPO87PWGFWITHT57W3X9KUU9IJME6BPQTWBXEPWZ9RX7OESNJKSTIS50AYGPKK3KB2YE6N5Q6MDMXNVGUNHPRDHZ3V3MWWKLZJ8V4HE42MGXD1GPS6PXLNZ6VS39L4P28SCI6840Z7C3XZ323D34ZB1FSQA2L8DXBQQE7PEK15SWAQIKKY1DYJCTCWM773JZLFWB4F99SZQW7V6X' where id=33; -update noar tt set v0='CEVPGTNI2AM3CB7BQZ1E68PN3EXOD1LAJRY9PYB9K52MWDPR3O0AIFZ00K76UM0ADJOIH4GT4ONL1ES09U2JSDJMRB4K6F29I1W8G41LZ03JU86HRDYALSPBB3Q7BKFYPW0XUB9KX40QXQ2LQH5RV4D2VBZG7YNLLJRZGWAEMZOML3CC2FPKUN2K76U1TMZD0SE1N17KS78CCAKS8EVDUW0L72VYPM8VGPXNHMK9OQYP6RD22B5SXW1EFX7OKOO6W' where id=34; -update noar ti set v0='CEVPGTNI2AM3CB7BQZ1E68PN3EXOD1LAJRY9PYB9K52MWDPR3O0AIFZ00K76UM0ADJOIH4GT4ONL1ES09U2JSDJMRB4K6F29I1W8G41LZ03JU86HRDYALSPBB3Q7BKFYPW0XUB9KX40QXQ2LQH5RV4D2VBZG7YNLLJRZGWAEMZOML3CC2FPKUN2K76U1TMZD0SE1N17KS78CCAKS8EVDUW0L72VYPM8VGPXNHMK9OQYP6RD22B5SXW1EFX7OKOO6W' where id=34; -update noar tt set v1='KLY7XAXSCG1PRGYEV2F4CNS74QOZ1HOZ1RZKR5PAQCBKFOG9QGZ4K7CGEYXCDVRFLR08ISL6O0LCE1DHFR6D0RZQ33M8KIIYYAJIQBIFX0SHSXCT998FZ3Y8QBKKSERX39YNTXPL2MKYRNTILEGKJEZXITPGNNNSYGGDUKX67VQLELXMX5V9GGKC6UJPJRV6N2X1U9QHM4ZBG5WHRTDS64NOKNG0HA2B3EYDXM3LT3M0TRGUGVLR3Y8XZWSNMYD2K' where id=34; -update noar ti set v1='KLY7XAXSCG1PRGYEV2F4CNS74QOZ1HOZ1RZKR5PAQCBKFOG9QGZ4K7CGEYXCDVRFLR08ISL6O0LCE1DHFR6D0RZQ33M8KIIYYAJIQBIFX0SHSXCT998FZ3Y8QBKKSERX39YNTXPL2MKYRNTILEGKJEZXITPGNNNSYGGDUKX67VQLELXMX5V9GGKC6UJPJRV6N2X1U9QHM4ZBG5WHRTDS64NOKNG0HA2B3EYDXM3LT3M0TRGUGVLR3Y8XZWSNMYD2K' where id=34; -update noar tt set v2='TASF19WZC6DOXCQELE13CAMAHCSVM2B62WERVP3OURCLITH5HP4B4Q2XMFBTV40ZIJT2NQK6G7D8YGNI7KRAVKVUDUSWYQTZUTCLCPAGXGS9WVOBJ5ZOACE3I372LMPGQ4UJTBIVZ2A6L553NQBEYN3F2PZZYXRBA9QVQOIU30ANQTH7Y8KTNYSD3DGO61CY8E2QAZYTQ2Z8GCSSIUU4DWJ5WREQRG63UAX58M5UAYGD7D6OEYVL1NGTQ4HZAWLC1' where id=34; -update noar ti set v2='TASF19WZC6DOXCQELE13CAMAHCSVM2B62WERVP3OURCLITH5HP4B4Q2XMFBTV40ZIJT2NQK6G7D8YGNI7KRAVKVUDUSWYQTZUTCLCPAGXGS9WVOBJ5ZOACE3I372LMPGQ4UJTBIVZ2A6L553NQBEYN3F2PZZYXRBA9QVQOIU30ANQTH7Y8KTNYSD3DGO61CY8E2QAZYTQ2Z8GCSSIUU4DWJ5WREQRG63UAX58M5UAYGD7D6OEYVL1NGTQ4HZAWLC1' where id=34; -update noar tt set v3='YSLWBTDMP4WO0IA84PRKYCUHTS78YHBPADLG8VQ02INCMYTES60W2K2813RP0DZ4NZYHL9BFPGM1Q1XSAEAA1GOI1P5OV1A749XNRQV0UFXKDWJU3UCK4IKVUX15CRMJRYFMH4I38KA16MAU092L3QJQNADKF2QRTGNWZ8VDHTMCW5WWV0TXT3UK1VMH2LVI8MUFTL51U6975IBKC4FA8LELUFJUXXWTO6LH5GAONH1PBMB3475M1RK3DDQCSNKZZ' where id=34; -update noar ti set v3='YSLWBTDMP4WO0IA84PRKYCUHTS78YHBPADLG8VQ02INCMYTES60W2K2813RP0DZ4NZYHL9BFPGM1Q1XSAEAA1GOI1P5OV1A749XNRQV0UFXKDWJU3UCK4IKVUX15CRMJRYFMH4I38KA16MAU092L3QJQNADKF2QRTGNWZ8VDHTMCW5WWV0TXT3UK1VMH2LVI8MUFTL51U6975IBKC4FA8LELUFJUXXWTO6LH5GAONH1PBMB3475M1RK3DDQCSNKZZ' where id=34; -update noar tt set v0='9Z2WWYVQAO54OROWEGFS1JAQBES4KLXDLOF8LXVPZ17QZMMTUXSRNTGL8GVJO2MWPBZD9CJAY7UK9IL4U4VFGE5FMDMT2YDVA1N8MCCBJL9U0WSUABMK927LBRHTD5RKT1O08AIIL6SMN6J7A1AFW92B7AKKIHWFLVKKP4AHG8RB9S9T0LMBL99CB62L0EQ4FAPUKDCCNBSM0V46DT8YO9YMZLAXB63QAGR3FKMF45DPJRZM62YQ0EBY59RVNJOLD' where id=35; -update noar ti set v0='9Z2WWYVQAO54OROWEGFS1JAQBES4KLXDLOF8LXVPZ17QZMMTUXSRNTGL8GVJO2MWPBZD9CJAY7UK9IL4U4VFGE5FMDMT2YDVA1N8MCCBJL9U0WSUABMK927LBRHTD5RKT1O08AIIL6SMN6J7A1AFW92B7AKKIHWFLVKKP4AHG8RB9S9T0LMBL99CB62L0EQ4FAPUKDCCNBSM0V46DT8YO9YMZLAXB63QAGR3FKMF45DPJRZM62YQ0EBY59RVNJOLD' where id=35; -update noar tt set v1='04ZO67E1SQKCWA18NIMQELK7GMD212AM2KPOUWINLA66A17D66SKOFLS1EPZ2EDBPGEC3WDHRCK59L7F9OFG71736IJ4CY4JOBP3ERDXB7XZGMCT0OV70TYGTWKLPYXRFBI8YBZ5YWA7KWSHQVE2ZQCT9FFYMYN68PT8QXIEA4IW9DXA2C0AEOENEG5UZLM9H13P4H71ATAHATJ5J4JSDAFAQWRJWIEH6Q2IF1UC552NQRFDRITIIBJW1C9JSGKH8' where id=35; -update noar ti set v1='04ZO67E1SQKCWA18NIMQELK7GMD212AM2KPOUWINLA66A17D66SKOFLS1EPZ2EDBPGEC3WDHRCK59L7F9OFG71736IJ4CY4JOBP3ERDXB7XZGMCT0OV70TYGTWKLPYXRFBI8YBZ5YWA7KWSHQVE2ZQCT9FFYMYN68PT8QXIEA4IW9DXA2C0AEOENEG5UZLM9H13P4H71ATAHATJ5J4JSDAFAQWRJWIEH6Q2IF1UC552NQRFDRITIIBJW1C9JSGKH8' where id=35; -update noar tt set v2='QAJHN7HVJM4MMZQD2A8MJ9FYRAD6U2S29U5DKF1B1P8J8XJOA0KSD0VYH4EF6GBN5DDLX3WLCCVJLEE3RAFE771CDVUF8EEARH1403WADOO5Q27Y7MB0Z5O94RTVN7F4DH75WWOVZ9ZJ7ZB4QIMADYAHBHOCQO3T968ZDOZH2NW2GPRS38LMGMWO824VZV19TV1J78IH1V27AJ5S78UTE03X58K5AH9VCX2WATUESM25IU0NX9AC9S5B32GQEV4DH' where id=35; -update noar ti set v2='QAJHN7HVJM4MMZQD2A8MJ9FYRAD6U2S29U5DKF1B1P8J8XJOA0KSD0VYH4EF6GBN5DDLX3WLCCVJLEE3RAFE771CDVUF8EEARH1403WADOO5Q27Y7MB0Z5O94RTVN7F4DH75WWOVZ9ZJ7ZB4QIMADYAHBHOCQO3T968ZDOZH2NW2GPRS38LMGMWO824VZV19TV1J78IH1V27AJ5S78UTE03X58K5AH9VCX2WATUESM25IU0NX9AC9S5B32GQEV4DH' where id=35; -update noar tt set v3='7YF1UUXIU98TX1QII3SE0054PWLELT3IQDFXZZD02IVY4HY5T6JKHR2CDF372IUUYV90F0IZI6K2IDC7BBBON4XGH4GS8T44F2HJWNZBFT7U2VONSOG8A4A9C690BG8WL54F8JY4GBCJQFM8SQBNJ0IWJO8CB17391QLSY7E3HC7U2P2Y7JNW47XCJ4XNP9XUKAHE4UAEGXIP1EBPG2CA0V432KJ5JAAYGUJEFS9B3UHTT907OWDJCJBJ2STVV419' where id=35; -update noar ti set v3='7YF1UUXIU98TX1QII3SE0054PWLELT3IQDFXZZD02IVY4HY5T6JKHR2CDF372IUUYV90F0IZI6K2IDC7BBBON4XGH4GS8T44F2HJWNZBFT7U2VONSOG8A4A9C690BG8WL54F8JY4GBCJQFM8SQBNJ0IWJO8CB17391QLSY7E3HC7U2P2Y7JNW47XCJ4XNP9XUKAHE4UAEGXIP1EBPG2CA0V432KJ5JAAYGUJEFS9B3UHTT907OWDJCJBJ2STVV419' where id=35; -update noar tt set v0='ZWTE34UL3W26PGM53MOG1JMLSBSP9WALLI7NFY97O95LPDQ7FWT0T5KYL81Y9WREZD8S3SNQV53ROL3365CVCKRIHE2EUQIEU2T4JTFPBAWPUP8HHQBBYHVGN8YG7MQ0WKLSDMQOMS4S0ZNH2UHTKSDMN03N4WGYUZH85EI81W7E9N7ZHDAQA4MT3XGPGN5KQR1PDKXUXMESSNOC89GFL9TFPN263VDU7WEW1AK9VC9YZXZ61O6H1QSGGEZTYOZ3O' where id=36; -update noar ti set v0='ZWTE34UL3W26PGM53MOG1JMLSBSP9WALLI7NFY97O95LPDQ7FWT0T5KYL81Y9WREZD8S3SNQV53ROL3365CVCKRIHE2EUQIEU2T4JTFPBAWPUP8HHQBBYHVGN8YG7MQ0WKLSDMQOMS4S0ZNH2UHTKSDMN03N4WGYUZH85EI81W7E9N7ZHDAQA4MT3XGPGN5KQR1PDKXUXMESSNOC89GFL9TFPN263VDU7WEW1AK9VC9YZXZ61O6H1QSGGEZTYOZ3O' where id=36; -update noar tt set v1='DB8LWOYT1Q02Z5OY1M5WHNPB1858O29EIHLA3BBAN5AUPEPG4YJCLCY9S6O10URWRV7XQQVLWMHVZWCKDCMJOVH5AORUOP37GO9VHYPA2VI7YS72W28X9P5XGIQBZZK4L5CHF2NMCBNRZIWIHTI9FSBH96W0V37SVXBZ9FJU75OCSOFJ8FBP7PSUNK0DNOKJSEJ1U3J18A1WNP8KHVQUTBQYEREHLLJ2I5G9V0Z8AWQUYD836HCE4HGPPEJS24N67' where id=36; -update noar ti set v1='DB8LWOYT1Q02Z5OY1M5WHNPB1858O29EIHLA3BBAN5AUPEPG4YJCLCY9S6O10URWRV7XQQVLWMHVZWCKDCMJOVH5AORUOP37GO9VHYPA2VI7YS72W28X9P5XGIQBZZK4L5CHF2NMCBNRZIWIHTI9FSBH96W0V37SVXBZ9FJU75OCSOFJ8FBP7PSUNK0DNOKJSEJ1U3J18A1WNP8KHVQUTBQYEREHLLJ2I5G9V0Z8AWQUYD836HCE4HGPPEJS24N67' where id=36; -update noar tt set v2='3RN6SO2MKI9QEO7D720Y4XYG98XAV7EJ74VHK4GKGIT5BTFQXTC5FCKM9K3WSSR5LZ0PKUDNPB1H1PXLGPO7CPJNHCJZJQT4R59M3L3716DSKPTEF2F8C6B56YO1L51VKTQ3D11REDDDNJO7VAQAJ8AFTAU3ELS0J4W00D98IAKK6P72W5HES28002EDN08RWY8H2GZAK1KPAMNEKDAVPHSIB23QBHQSHRVXNHTVSGQFOEK68X9P3UCDAWW5GPD2P' where id=36; -update noar ti set v2='3RN6SO2MKI9QEO7D720Y4XYG98XAV7EJ74VHK4GKGIT5BTFQXTC5FCKM9K3WSSR5LZ0PKUDNPB1H1PXLGPO7CPJNHCJZJQT4R59M3L3716DSKPTEF2F8C6B56YO1L51VKTQ3D11REDDDNJO7VAQAJ8AFTAU3ELS0J4W00D98IAKK6P72W5HES28002EDN08RWY8H2GZAK1KPAMNEKDAVPHSIB23QBHQSHRVXNHTVSGQFOEK68X9P3UCDAWW5GPD2P' where id=36; -update noar tt set v3='Y7WMCEAE241842NRD0G9QB4G0AECXE2XJBVYQANEMUBXE4GT1THUEK6RZW0LBD3XDKQU2I3Z4DCKN8HJBT9N91YGKFQVEXW689RSFH8FS29NOGTZC8T03QN8M0R9EHESKISGYRCD6AZ0FF5FC6B1KYXN156Z4IOMY65FDSLNV0XLROTCAFP7CH8MOF0TI6JITWVR3XLWCX4LPHJGR7CTPY8NI9Q9PCE0X1P5EDHO8PJYHDYELJUCTYMNEJJP1ANDR' where id=36; -update noar ti set v3='Y7WMCEAE241842NRD0G9QB4G0AECXE2XJBVYQANEMUBXE4GT1THUEK6RZW0LBD3XDKQU2I3Z4DCKN8HJBT9N91YGKFQVEXW689RSFH8FS29NOGTZC8T03QN8M0R9EHESKISGYRCD6AZ0FF5FC6B1KYXN156Z4IOMY65FDSLNV0XLROTCAFP7CH8MOF0TI6JITWVR3XLWCX4LPHJGR7CTPY8NI9Q9PCE0X1P5EDHO8PJYHDYELJUCTYMNEJJP1ANDR' where id=36; -update noar tt set v0='5KHDP07RQZBXC8CT2MMV24HBP5XFBECJPHYEN19BRDU8TZLZE3Q1R292UYKDH0B5IEII05OV04BND8ID54UW1X1YZXG6Q0CQZ2AD04E84BEH8QL5K8UBWLNTZCHWNQ3CGBIGFTD0JLLSUA6IPF48LTBJ8OLP6L094G6UXKHHYIU7FFN40LHOUDIEUZD2WQEKH7FAIDMRVCW3LF3HNCNM4YOZCMVWEX1B3WPDXW0H0E8R936E41MU0LODUGTK9GOV2' where id=37; -update noar ti set v0='5KHDP07RQZBXC8CT2MMV24HBP5XFBECJPHYEN19BRDU8TZLZE3Q1R292UYKDH0B5IEII05OV04BND8ID54UW1X1YZXG6Q0CQZ2AD04E84BEH8QL5K8UBWLNTZCHWNQ3CGBIGFTD0JLLSUA6IPF48LTBJ8OLP6L094G6UXKHHYIU7FFN40LHOUDIEUZD2WQEKH7FAIDMRVCW3LF3HNCNM4YOZCMVWEX1B3WPDXW0H0E8R936E41MU0LODUGTK9GOV2' where id=37; -update noar tt set v1='HM9HKNLFTTDS4F275OOYYVUGOWVZBN96RQ5VW8D1R8THQCW3LOWJ51FVT8BGW0UCI4IU26Q2TYZMIEUPKFLYTOODABG2QB5HQ0GML8XLNVNA8FTIHQ9BCPRK4HORQRN495CQOFQLLF193477Y0VSTOADAFEU3LPQYLJO9ON3AGPCET3SKARETYXLSGYC609QOUFO711O4KFVZUNMAPRKJMYX44CUNJQAKFOEYX46LQH4ED5MRBK8AC99AY5O2N3DW' where id=37; -update noar ti set v1='HM9HKNLFTTDS4F275OOYYVUGOWVZBN96RQ5VW8D1R8THQCW3LOWJ51FVT8BGW0UCI4IU26Q2TYZMIEUPKFLYTOODABG2QB5HQ0GML8XLNVNA8FTIHQ9BCPRK4HORQRN495CQOFQLLF193477Y0VSTOADAFEU3LPQYLJO9ON3AGPCET3SKARETYXLSGYC609QOUFO711O4KFVZUNMAPRKJMYX44CUNJQAKFOEYX46LQH4ED5MRBK8AC99AY5O2N3DW' where id=37; -update noar tt set v2='7PIF0EM0YX7VOZJL6AOEBIRN0M97MVYZQTL94HVSUI1Y8ZKK1JNPFTX9U8B5IP2VM3S6VWS06OXELAIDKC18LPIGOR4BFFF810H7EC47Z631N5W550WANJX3LXNAKM2X107C73VOUI2IR6P43H6GT9TXQDU53LDZXI8FWT4GT3JACCKFBO4LRAMATOKC2TTH44HU2PIXHTVD930JWGXBHYHKNYR7RYID3QPYRB4DH4RQBTPYBQ9FYOM9JA41V47NW' where id=37; -update noar ti set v2='7PIF0EM0YX7VOZJL6AOEBIRN0M97MVYZQTL94HVSUI1Y8ZKK1JNPFTX9U8B5IP2VM3S6VWS06OXELAIDKC18LPIGOR4BFFF810H7EC47Z631N5W550WANJX3LXNAKM2X107C73VOUI2IR6P43H6GT9TXQDU53LDZXI8FWT4GT3JACCKFBO4LRAMATOKC2TTH44HU2PIXHTVD930JWGXBHYHKNYR7RYID3QPYRB4DH4RQBTPYBQ9FYOM9JA41V47NW' where id=37; -update noar tt set v3='BHDRUYCC8FJWDWA1KMYVOW6FBNOCJTRLMJP2V5097XFIT1441QKRNEZ75WUWEGE24M3Z7SLITDJ1JLWCOZS7TVW3ZTGSQMTOOBIE5W2PLJO9YBQ41SJMIMQ8D05I3A4D6CLF9LTITTPC3VJ05GDP0Z6BCYB3R3N9036V9U4JF8TODQOHU24XSJXSP05BTFEFI9BFQDR6LU4F6P91UVKL5TF7MMP4360WOSNJM7NXZSVVH8C9WF0G8AUMEC2079OWS' where id=37; -update noar ti set v3='BHDRUYCC8FJWDWA1KMYVOW6FBNOCJTRLMJP2V5097XFIT1441QKRNEZ75WUWEGE24M3Z7SLITDJ1JLWCOZS7TVW3ZTGSQMTOOBIE5W2PLJO9YBQ41SJMIMQ8D05I3A4D6CLF9LTITTPC3VJ05GDP0Z6BCYB3R3N9036V9U4JF8TODQOHU24XSJXSP05BTFEFI9BFQDR6LU4F6P91UVKL5TF7MMP4360WOSNJM7NXZSVVH8C9WF0G8AUMEC2079OWS' where id=37; -update noar tt set v0='99R3SGHTL5SYXUJG0XYIHP9XI3K7ZYKNK41UBIZ0Q7BTSHFJ0MZ3W9EU5J36G2ZZ7KFORM8QIYTWE0042NWY45BHI4O6B32TSGFCHDI9TMI7NNCG6RTSMVSJRNDIEZVYN6IJOE43Q3CRMPXZ5SGUEB59VOS3XMEGILMI7VYS23SBV1GKCGFZMZSNNB84604ICVATGETO7V9GV56MCXVV3507SKPC4TJCSRLDJ9L4N0YRXA40UH7LQQUWL16T3XR2D' where id=38; -update noar ti set v0='99R3SGHTL5SYXUJG0XYIHP9XI3K7ZYKNK41UBIZ0Q7BTSHFJ0MZ3W9EU5J36G2ZZ7KFORM8QIYTWE0042NWY45BHI4O6B32TSGFCHDI9TMI7NNCG6RTSMVSJRNDIEZVYN6IJOE43Q3CRMPXZ5SGUEB59VOS3XMEGILMI7VYS23SBV1GKCGFZMZSNNB84604ICVATGETO7V9GV56MCXVV3507SKPC4TJCSRLDJ9L4N0YRXA40UH7LQQUWL16T3XR2D' where id=38; -update noar tt set v1='8XJ9D3TNL6AIZRNLQN73XTV10QHYAMS6CUT1Y5XKWC8V40E2URYC6SAMW0YDWF1QTG95B03KCY1FNMDQTVWPF39E6KAZ5Q920P5WCUQ5YBBY5TK1BVSOJIKG9OC5DG3MG77HXF4JHNNVZUPVE3I0F7JO953XEKHVKDFQ0FVG5E6E1ENM6X9EGLN7K4UG0FH6W9LGOHLKVJJACK2FL0C94VCXE621CKKNH2HG9VGJ40F2JG7GSTVQW1PGX9JL0YW3V' where id=38; -update noar ti set v1='8XJ9D3TNL6AIZRNLQN73XTV10QHYAMS6CUT1Y5XKWC8V40E2URYC6SAMW0YDWF1QTG95B03KCY1FNMDQTVWPF39E6KAZ5Q920P5WCUQ5YBBY5TK1BVSOJIKG9OC5DG3MG77HXF4JHNNVZUPVE3I0F7JO953XEKHVKDFQ0FVG5E6E1ENM6X9EGLN7K4UG0FH6W9LGOHLKVJJACK2FL0C94VCXE621CKKNH2HG9VGJ40F2JG7GSTVQW1PGX9JL0YW3V' where id=38; -update noar tt set v2='7OJL1AMJOI62PX9UPNGER0DPYE0IMOH0CDBD9OU8VWZGDJ1DAOFXC6UD36Y0QCSC63C5JGSERS8XTBRGW8IUGF3WYC60WN936RZMG6KRST4KZ3YTAASJ2VP0CKGJ4HYEWIC6VPYZK2EVB4BHA57DAVL96R77W9469RVGU06ZUNWDNICDQ0177FNU6K5O3ORHW4OUWU5LSHHSK1JD4GWRRSME1ECTU8B7FFVT52QMGTBL0SME3QSH6I4C0IR4QVW6Q' where id=38; -update noar ti set v2='7OJL1AMJOI62PX9UPNGER0DPYE0IMOH0CDBD9OU8VWZGDJ1DAOFXC6UD36Y0QCSC63C5JGSERS8XTBRGW8IUGF3WYC60WN936RZMG6KRST4KZ3YTAASJ2VP0CKGJ4HYEWIC6VPYZK2EVB4BHA57DAVL96R77W9469RVGU06ZUNWDNICDQ0177FNU6K5O3ORHW4OUWU5LSHHSK1JD4GWRRSME1ECTU8B7FFVT52QMGTBL0SME3QSH6I4C0IR4QVW6Q' where id=38; -update noar tt set v3='X7I8XRJKUY0PHLB4GEB99VKZU7OT097DEJ0CD7NM7ZT5SAWMUKMTKDTMVLOTAJ0O6PJKI8306ZW9ZL4CVQKCDIRDVN58M3TX5JCODJUQETLWZ078S82LZFAPOBUR7X7MEG76O9RGEMMBGGAQECIFYHN0KRK5RV2F7SGAZ11I2962C5PACSKG11SYTC5Y3KETNOW8W2E5G534R3PJLF5O63JACZ9WJ7M5RF1TCGUHTNQ9W8BS41S9SF6QQUE9WM98N' where id=38; -update noar ti set v3='X7I8XRJKUY0PHLB4GEB99VKZU7OT097DEJ0CD7NM7ZT5SAWMUKMTKDTMVLOTAJ0O6PJKI8306ZW9ZL4CVQKCDIRDVN58M3TX5JCODJUQETLWZ078S82LZFAPOBUR7X7MEG76O9RGEMMBGGAQECIFYHN0KRK5RV2F7SGAZ11I2962C5PACSKG11SYTC5Y3KETNOW8W2E5G534R3PJLF5O63JACZ9WJ7M5RF1TCGUHTNQ9W8BS41S9SF6QQUE9WM98N' where id=38; -update noar tt set v0='WJO97EIH9Z6P7F3O5KCIM6PR8SLAWJEOFBLQL2J6LVORX5T7CCT2L116VR4RMR8HVLPUWB21G17NS6HM3IIMTLU0J7SWFT1ZQLGFH8H5N8Q72A8AMRVQFW59UBXUZ1YCXW1DVEEFKIOKA4EH57D8A3TP3M6XBPCY4FKMF8P760JEURLXSW06ZGLTQNSQS1GPUZEGW256FRUCO8VE4BD5GXCAPS4BZ898F4R9KHS0LUCFVWGNLVKXN1R7I8EWT8P2L' where id=39; -update noar ti set v0='WJO97EIH9Z6P7F3O5KCIM6PR8SLAWJEOFBLQL2J6LVORX5T7CCT2L116VR4RMR8HVLPUWB21G17NS6HM3IIMTLU0J7SWFT1ZQLGFH8H5N8Q72A8AMRVQFW59UBXUZ1YCXW1DVEEFKIOKA4EH57D8A3TP3M6XBPCY4FKMF8P760JEURLXSW06ZGLTQNSQS1GPUZEGW256FRUCO8VE4BD5GXCAPS4BZ898F4R9KHS0LUCFVWGNLVKXN1R7I8EWT8P2L' where id=39; -update noar tt set v1='AY288AM1OSME167YWT2XRZPIAHF0DM16EQW6X72JPXTX1MRYG66ZYG5YNV0PNX3WMMQXBC3QYE07WBRWKHY2WK3GFRG1ZXJQ8BW4C6FS0LKLIQI14AIK1RFGFWT15HH3PFVCPXFF4F4PJDRCGC8AD8073TJYFT2LX129I3SEO4JODIBXWF611MFJ40B9VU0T21TEEMM8E2VFF1YXM2U9TQWE7VXH2WQQYS34AGPTSTDFW34FCQPENBH9TU34OCZRD' where id=39; -update noar ti set v1='AY288AM1OSME167YWT2XRZPIAHF0DM16EQW6X72JPXTX1MRYG66ZYG5YNV0PNX3WMMQXBC3QYE07WBRWKHY2WK3GFRG1ZXJQ8BW4C6FS0LKLIQI14AIK1RFGFWT15HH3PFVCPXFF4F4PJDRCGC8AD8073TJYFT2LX129I3SEO4JODIBXWF611MFJ40B9VU0T21TEEMM8E2VFF1YXM2U9TQWE7VXH2WQQYS34AGPTSTDFW34FCQPENBH9TU34OCZRD' where id=39; -update noar tt set v2='MHOMERN1SPK3N0RLL3N86XZFYIKNCFDWI6V87WTIHS75DGJJ0YAIP69MC06KGGVBRK35KMQNN42KUR6NSA0LGABJ4DZI0DTWNWTZ317UJR8VPLROTXWT6IZR0BO3QVKVVIJL1OPCF19X8JA6SKJEMUOOGYKBQ8T7XPP67X2YCRGS9SGR03LU2IIV4FNI6O1XDFAEQIE4G3SF72UFT91JE4DX3YEWJ3NUMNK5ESVERL4N7GAT8IPE93ZPF2RS5LI7V' where id=39; -update noar ti set v2='MHOMERN1SPK3N0RLL3N86XZFYIKNCFDWI6V87WTIHS75DGJJ0YAIP69MC06KGGVBRK35KMQNN42KUR6NSA0LGABJ4DZI0DTWNWTZ317UJR8VPLROTXWT6IZR0BO3QVKVVIJL1OPCF19X8JA6SKJEMUOOGYKBQ8T7XPP67X2YCRGS9SGR03LU2IIV4FNI6O1XDFAEQIE4G3SF72UFT91JE4DX3YEWJ3NUMNK5ESVERL4N7GAT8IPE93ZPF2RS5LI7V' where id=39; -update noar tt set v3='H0ECDT4ZNAECTNQ2I2M3JH1U4MJWFEB5ULS7B5NE2BLKCI4UG01KJNKIMAZ4N4107QTZLLV500KWB22WTEGLVWT1OY4QGV04LXY6BJHD0YWLB4NOWRJ3DCMB1E34GFE8R094XIM7KWFX2QLEUQMT72JT4E4BH91Q2SIS6CY9ZSBQAQ8EV0M82P7A9T6YY55SMJYQ070H3914DDMGNIHLIPWRBN20L1HOK6J6S7UOGQFFAWLMLY4CM6F92X9P2UIAK' where id=39; -update noar ti set v3='H0ECDT4ZNAECTNQ2I2M3JH1U4MJWFEB5ULS7B5NE2BLKCI4UG01KJNKIMAZ4N4107QTZLLV500KWB22WTEGLVWT1OY4QGV04LXY6BJHD0YWLB4NOWRJ3DCMB1E34GFE8R094XIM7KWFX2QLEUQMT72JT4E4BH91Q2SIS6CY9ZSBQAQ8EV0M82P7A9T6YY55SMJYQ070H3914DDMGNIHLIPWRBN20L1HOK6J6S7UOGQFFAWLMLY4CM6F92X9P2UIAK' where id=39; -update noar tt set v0='H6TYWFB0YPE87C06HV6VB15ASSH3T7KHEXJ9BDMGRQ1HEWAYVUI0OQVNJP41SKY8CV9LU428UG3LQ5AOZNVC6XHMCP7MXWLO9UVD6H2UGJXBE1FLZSNLSTWFKBEJD00X097BOTBWVR8JINXFIW6D1T3SSWROT0OP3KY63JD1EKZJ5OBWH6YMBRRUAT9LD5ZZEJGPWCH6JIP9EQ5XSUY1MDLXGI5SW513V2TGM7QOHEWHT2FANAUS7C8VU09U8F4F0' where id=40; -update noar ti set v0='H6TYWFB0YPE87C06HV6VB15ASSH3T7KHEXJ9BDMGRQ1HEWAYVUI0OQVNJP41SKY8CV9LU428UG3LQ5AOZNVC6XHMCP7MXWLO9UVD6H2UGJXBE1FLZSNLSTWFKBEJD00X097BOTBWVR8JINXFIW6D1T3SSWROT0OP3KY63JD1EKZJ5OBWH6YMBRRUAT9LD5ZZEJGPWCH6JIP9EQ5XSUY1MDLXGI5SW513V2TGM7QOHEWHT2FANAUS7C8VU09U8F4F0' where id=40; -update noar tt set v1='9YCGDP40QAO3GOF4SL44JQ034GH47O2R9AMIT7ERL4X9YAGG8YYHJ9D5OWBRIKNQKDTWVQAH89LLRBC4E3ZAD0QDSCL2FPQ6MC61Y1F087V27N8L2DOV4AYMS4BKWYQEWJC0YT3I595K4B2DQR6FY5Q66AV3TUQ3FK4JO5Z2392QO84NCG8ZX3TFXAFEE41IHSFBY7U2VSMUV6YME8HYNPL6RIFLU1VT22P9CQ1UHGX292LRIAYT91MDD68BVC9AZ' where id=40; -update noar ti set v1='9YCGDP40QAO3GOF4SL44JQ034GH47O2R9AMIT7ERL4X9YAGG8YYHJ9D5OWBRIKNQKDTWVQAH89LLRBC4E3ZAD0QDSCL2FPQ6MC61Y1F087V27N8L2DOV4AYMS4BKWYQEWJC0YT3I595K4B2DQR6FY5Q66AV3TUQ3FK4JO5Z2392QO84NCG8ZX3TFXAFEE41IHSFBY7U2VSMUV6YME8HYNPL6RIFLU1VT22P9CQ1UHGX292LRIAYT91MDD68BVC9AZ' where id=40; -update noar tt set v2='SG5W35L51AKPAWGI1FKFBFDIWS3XSHV8HA0LC15FOWRBZHPCBORMA8SK6JMJVFUT1JKQI1YAKNR5MXF1P4EW3UWSEFJ0C0ELWDSP96KPLBXRLK40R68D9RK5GM6X032EUGE1BT9ZJZAUE8JM3T51C209NIIVRFC9KEFDYYA85NL6ISF130VS1BRYA0SVTBWTG29JZEXWPXRZXJDLZ30QN3IIDWBOY5ATLHC74LJOLTRAHG9YEXCF65P4DH4K7GQT7' where id=40; -update noar ti set v2='SG5W35L51AKPAWGI1FKFBFDIWS3XSHV8HA0LC15FOWRBZHPCBORMA8SK6JMJVFUT1JKQI1YAKNR5MXF1P4EW3UWSEFJ0C0ELWDSP96KPLBXRLK40R68D9RK5GM6X032EUGE1BT9ZJZAUE8JM3T51C209NIIVRFC9KEFDYYA85NL6ISF130VS1BRYA0SVTBWTG29JZEXWPXRZXJDLZ30QN3IIDWBOY5ATLHC74LJOLTRAHG9YEXCF65P4DH4K7GQT7' where id=40; -update noar tt set v3='O6AVJDSYRVAH02R5JHW0G6TFMTE5FKNUJ01AG7IKWLT9ZR6VFLH9GD7L10ILXIB2107GFC4CL27NY3W9NJ83LR2ZFIH5BT3771C4K93XH9VIUWKC6FOR897XWACL6R9W6DJCQZFRO4K3POJLGJFA152TLHI5JJG4K5JPH81GP8JSI9VPQXAD5XIT4GWS6PE2SHT79TLYDKT2YF32TYVMGM1PA82TVCQV7KWVPQ36SJ1A5U061MD3P6DKLNJLPJTDH' where id=40; -update noar ti set v3='O6AVJDSYRVAH02R5JHW0G6TFMTE5FKNUJ01AG7IKWLT9ZR6VFLH9GD7L10ILXIB2107GFC4CL27NY3W9NJ83LR2ZFIH5BT3771C4K93XH9VIUWKC6FOR897XWACL6R9W6DJCQZFRO4K3POJLGJFA152TLHI5JJG4K5JPH81GP8JSI9VPQXAD5XIT4GWS6PE2SHT79TLYDKT2YF32TYVMGM1PA82TVCQV7KWVPQ36SJ1A5U061MD3P6DKLNJLPJTDH' where id=40; -update noar tt set v0='7IEH6KF3NPYH3V42OTV4Y3L11T8XJXUKZQXXD3DOBVWSBLLLJBCKDFKV2W889O84NJN8P3T0NNXZRT85GA5Q05SJF4HR42D51Z52CU53UG8KNUFZDSPNTHAF52608D2U2MWO5ST6YY6VYYSJBEIPVXUJWM899LQDVZM3QTFMONQP0E8H77JU6MZRJMSUQ5EL3GAM1FFDD93E5U13Z65URPBYRZ9YUG1RUPW1AK4WBV1FJ3AFWKRQ5HUQHQ54OFE9N' where id=41; -update noar ti set v0='7IEH6KF3NPYH3V42OTV4Y3L11T8XJXUKZQXXD3DOBVWSBLLLJBCKDFKV2W889O84NJN8P3T0NNXZRT85GA5Q05SJF4HR42D51Z52CU53UG8KNUFZDSPNTHAF52608D2U2MWO5ST6YY6VYYSJBEIPVXUJWM899LQDVZM3QTFMONQP0E8H77JU6MZRJMSUQ5EL3GAM1FFDD93E5U13Z65URPBYRZ9YUG1RUPW1AK4WBV1FJ3AFWKRQ5HUQHQ54OFE9N' where id=41; -update noar tt set v1='L6C3N4J9BHWSHAC6QX19XOWSM6H755SKBGV5PJ5P8PVT8NM7QJ46EA40XZEVG3ITPC6ZOBRSDSX91SVYLZ52JCUO20EP6GDYPTSQUJNBCFMG45WXSW9O31OB7G1WDOT2XMG0C6GSZL37IJKE8957PQ838YSPIQ7R2X9MZAHYYQNYHX8JDKGZCU2D4IRHSJPNCM5YKFCE08QR0K43QM695XFPE0WI9W6AJYM77FTQ782Q64IGF9UWA22GET3D627GU' where id=41; -update noar ti set v1='L6C3N4J9BHWSHAC6QX19XOWSM6H755SKBGV5PJ5P8PVT8NM7QJ46EA40XZEVG3ITPC6ZOBRSDSX91SVYLZ52JCUO20EP6GDYPTSQUJNBCFMG45WXSW9O31OB7G1WDOT2XMG0C6GSZL37IJKE8957PQ838YSPIQ7R2X9MZAHYYQNYHX8JDKGZCU2D4IRHSJPNCM5YKFCE08QR0K43QM695XFPE0WI9W6AJYM77FTQ782Q64IGF9UWA22GET3D627GU' where id=41; -update noar tt set v2='2D1P4PF60XUIPEWXSMMUZ69ZRXPTSBQZKFR38JO1C33M0X6GUE8GKYL1TVIB0AK61S3UPB7F57RG478I2BWE9Y48ETCFEIP582TLF0BPMRIL0HT0LTVEBV8A6FO2AU34MZ1X90UKZVUZW5O7MI8JGAFW0FYC61N9E24T961KAZ3YS692Y8MY82LLAR2AOYXP3E3OH73ET4G759KSRG804HP602JD29SAZOGX3OYFAJ6P85WDF8X1H3FQZI572N8VF' where id=41; -update noar ti set v2='2D1P4PF60XUIPEWXSMMUZ69ZRXPTSBQZKFR38JO1C33M0X6GUE8GKYL1TVIB0AK61S3UPB7F57RG478I2BWE9Y48ETCFEIP582TLF0BPMRIL0HT0LTVEBV8A6FO2AU34MZ1X90UKZVUZW5O7MI8JGAFW0FYC61N9E24T961KAZ3YS692Y8MY82LLAR2AOYXP3E3OH73ET4G759KSRG804HP602JD29SAZOGX3OYFAJ6P85WDF8X1H3FQZI572N8VF' where id=41; -update noar tt set v3='UNSOGZ7KH6PFU7SB5XFJKJF6PONZI4XXZM30SG7H68YR7ASKWVO9LT7RS3RS17VB1S72XWIS7CVN7STMI5RHZFUWFEXNDOXJI7ZXU2CRLLZXT0KPCTK8OBIS2NDO94VY7QK3YNGH4BA34BF1NOKT0ZV1OCB7SVG98QLROCENCR3HSFBL63UM4Y6DE1QELWMLPEVEW4DUNQUFJQBRAHXTF9YPOP70879LJ53WHE61MK5OXPB3JDFOGKF7PESMZOGQI' where id=41; -update noar ti set v3='UNSOGZ7KH6PFU7SB5XFJKJF6PONZI4XXZM30SG7H68YR7ASKWVO9LT7RS3RS17VB1S72XWIS7CVN7STMI5RHZFUWFEXNDOXJI7ZXU2CRLLZXT0KPCTK8OBIS2NDO94VY7QK3YNGH4BA34BF1NOKT0ZV1OCB7SVG98QLROCENCR3HSFBL63UM4Y6DE1QELWMLPEVEW4DUNQUFJQBRAHXTF9YPOP70879LJ53WHE61MK5OXPB3JDFOGKF7PESMZOGQI' where id=41; -update noar tt set v0='X2VS18LMHN0RSKNKD3V779LTXWS0FD7XE8J6ZSO1WXPFKREBT088TSS26Q7JFT5HZC0WKMBSQ720KMSZR1TYX7CG7Y8RB9JVT3U2D3DZPLC1RDMIFWVJCW5QSQ2LQJW0CRA5A8646G2B0YGAFT4HUCIOC0OLNDOZMB3A2E7PNYSAZK8GYD7AN2VAZE6IYT9W4L5Q4T1F4TDKEJSDVDMHVAYZ1M8WM4P3Y27AFMEVRPEUUNY4ODRQXH7U2HPE60ZHS' where id=42; -update noar ti set v0='X2VS18LMHN0RSKNKD3V779LTXWS0FD7XE8J6ZSO1WXPFKREBT088TSS26Q7JFT5HZC0WKMBSQ720KMSZR1TYX7CG7Y8RB9JVT3U2D3DZPLC1RDMIFWVJCW5QSQ2LQJW0CRA5A8646G2B0YGAFT4HUCIOC0OLNDOZMB3A2E7PNYSAZK8GYD7AN2VAZE6IYT9W4L5Q4T1F4TDKEJSDVDMHVAYZ1M8WM4P3Y27AFMEVRPEUUNY4ODRQXH7U2HPE60ZHS' where id=42; -update noar tt set v1='QUP7XPWL1USMNE30RH322RXH398Q4JCDHH65L1D5T7D6O50036YVFWOTQCP7EP2LL7BK80HFV4U2N8MQS63EMOHZHEHI2BHQLAH6NA7KX3SU8U3JOFFEUPP4IU4ZSHTLH2OBARE9AZ6IP7ZCXZB08A8KTTKJX7UBDR3I2WK09BGT9W09CD3ZMWI2O52AQDAK1I9AP28K2Y0EH4PPA9PEKV620RDMAR2UG4WWLWJMXZ9L7OOILU2NFMUFBL9WF1FYK' where id=42; -update noar ti set v1='QUP7XPWL1USMNE30RH322RXH398Q4JCDHH65L1D5T7D6O50036YVFWOTQCP7EP2LL7BK80HFV4U2N8MQS63EMOHZHEHI2BHQLAH6NA7KX3SU8U3JOFFEUPP4IU4ZSHTLH2OBARE9AZ6IP7ZCXZB08A8KTTKJX7UBDR3I2WK09BGT9W09CD3ZMWI2O52AQDAK1I9AP28K2Y0EH4PPA9PEKV620RDMAR2UG4WWLWJMXZ9L7OOILU2NFMUFBL9WF1FYK' where id=42; -update noar tt set v2='LTIIJYKPL9I9KJ0J3GFLHS0DS4SEZRV43NX25MCYG4VWO0SF9YDIEU3XYDGVQGUIHXR3LEEPAD4YY5E0A20L0VC2ZGXXDG9QR80073A0XEEZRUMDHTEB6PJMNJOM2LW0MIUK07I6OYX0UVCEPW9FP9F80OQTQWJ591RC7O8ZY8FH0KZ65DLZQIPSJ6L5KVTWZEDIPWAGGQRFL660ZYD9WE6E4ENOJLTZQXOP6HN1Z123835E3V5Y3ELHYZ3AO08V8' where id=42; -update noar ti set v2='LTIIJYKPL9I9KJ0J3GFLHS0DS4SEZRV43NX25MCYG4VWO0SF9YDIEU3XYDGVQGUIHXR3LEEPAD4YY5E0A20L0VC2ZGXXDG9QR80073A0XEEZRUMDHTEB6PJMNJOM2LW0MIUK07I6OYX0UVCEPW9FP9F80OQTQWJ591RC7O8ZY8FH0KZ65DLZQIPSJ6L5KVTWZEDIPWAGGQRFL660ZYD9WE6E4ENOJLTZQXOP6HN1Z123835E3V5Y3ELHYZ3AO08V8' where id=42; -update noar tt set v3='JVUTYXYK9ZB5483JK5XKDB1JU0XEQUZ7XQYGNSGSFSFUMO713WKHNHD5TH9JP2292SJ7E7X13EJ486IG6DT6U32ROA9T17USRFQPZR0M9CY4IAOMGYU4D0R6CTT8ZZ6FXGRAUSZASUNTRL5MA5X6WPPAL5ZRTTYD1MULKQFDDC5798KGZ6YJY4434GDRES7E4LVPOB9MMXCWB9HMVQ6E21J7KGI3LTZFNA6PVV1RI6XK5Q7MA345SVYMY12LQGUIU' where id=42; -update noar ti set v3='JVUTYXYK9ZB5483JK5XKDB1JU0XEQUZ7XQYGNSGSFSFUMO713WKHNHD5TH9JP2292SJ7E7X13EJ486IG6DT6U32ROA9T17USRFQPZR0M9CY4IAOMGYU4D0R6CTT8ZZ6FXGRAUSZASUNTRL5MA5X6WPPAL5ZRTTYD1MULKQFDDC5798KGZ6YJY4434GDRES7E4LVPOB9MMXCWB9HMVQ6E21J7KGI3LTZFNA6PVV1RI6XK5Q7MA345SVYMY12LQGUIU' where id=42; -update noar tt set v0='7OUUNWZK5PQTN3W1OSZAXC6Y2KVIQD6VYIN0TNT9GM7RH746OQN2VZAD64TN7H6F0PUG4COJUFX3IIZAT2CB9G2IDY0IWPK9OW46LS7F1R7833E5UH47L48I6CJ8H6XJ9F04HW2Z3IPU8457PS311F89IT9979SXH19BOSR40ZEK0ULODTS6RURBZZAKR9RMDT26QADIY65046JHRE2GC2ZQ0J2R3H07V1RBOT170KC8Z5O2LANXZ1OY170GC19FN' where id=43; -update noar ti set v0='7OUUNWZK5PQTN3W1OSZAXC6Y2KVIQD6VYIN0TNT9GM7RH746OQN2VZAD64TN7H6F0PUG4COJUFX3IIZAT2CB9G2IDY0IWPK9OW46LS7F1R7833E5UH47L48I6CJ8H6XJ9F04HW2Z3IPU8457PS311F89IT9979SXH19BOSR40ZEK0ULODTS6RURBZZAKR9RMDT26QADIY65046JHRE2GC2ZQ0J2R3H07V1RBOT170KC8Z5O2LANXZ1OY170GC19FN' where id=43; -update noar tt set v1='K2JI1VC0EQLF3X5JCPHHRJ8VIW9V8C634IZY6414TM1HJK5X3DOSNHS2CBBUQDOR2ZB4JUUB84L6O0JPEQ3Q58FKJZZE1X67SNXTTHD0QXPJR13YJIWLGYJP85QFHB0K3Z5AZ7X0JEVDD70W9SA7SCRQ19TGZZLBZ7E4IK8QO2K7BMZ9U7104ZUPO3IM04ZB7V1TZO8Q76OJR6558NKLJDM4DVIRX0D6XGWOWP62WY4SA1YCIJEBNWLDZ8HCR2XGH' where id=43; -update noar ti set v1='K2JI1VC0EQLF3X5JCPHHRJ8VIW9V8C634IZY6414TM1HJK5X3DOSNHS2CBBUQDOR2ZB4JUUB84L6O0JPEQ3Q58FKJZZE1X67SNXTTHD0QXPJR13YJIWLGYJP85QFHB0K3Z5AZ7X0JEVDD70W9SA7SCRQ19TGZZLBZ7E4IK8QO2K7BMZ9U7104ZUPO3IM04ZB7V1TZO8Q76OJR6558NKLJDM4DVIRX0D6XGWOWP62WY4SA1YCIJEBNWLDZ8HCR2XGH' where id=43; -update noar tt set v2='FUYIRVAUM5HEEIOW5V4KO6ADS3X0LBLELXSFR2T9IS8KB859RQ4EMT7F20YUT4X49X3JZ9J6UWTAC7P90BHEZ6TZHJY89ILOO47GPMZW68ZVMGI6NX23IJN6NEI8ZY6O3QROKZB9W7TA7KTKUN2UDV6IMZC95H1DVB0FRON57CWDR7GZWS3X5OQD0D6QRAXINE3EK5OYMHQM70R9TK0ESKQVIR0VIPEJ2LLC69AR3AYYAYKDPZS65VGXPYPGTDFE0' where id=43; -update noar ti set v2='FUYIRVAUM5HEEIOW5V4KO6ADS3X0LBLELXSFR2T9IS8KB859RQ4EMT7F20YUT4X49X3JZ9J6UWTAC7P90BHEZ6TZHJY89ILOO47GPMZW68ZVMGI6NX23IJN6NEI8ZY6O3QROKZB9W7TA7KTKUN2UDV6IMZC95H1DVB0FRON57CWDR7GZWS3X5OQD0D6QRAXINE3EK5OYMHQM70R9TK0ESKQVIR0VIPEJ2LLC69AR3AYYAYKDPZS65VGXPYPGTDFE0' where id=43; -update noar tt set v3='VU2IGL24FS2BPJ36CLN7NJ5EU7M9AJI0T6SX4MGCCJ7FHG3QY60JU3P1DNSS13P9WG8EWJWMNTISDA9IXVZJ99HNAOFRWHVX1EX7Y8NE0RUAAF7SJSWSMPOZK674J2WWY2Q6YRVOKFSFEU80QF0G7CYRKBLCWGNAF38DXLNZTBS44348NETSYBDJKO3M6DU4UG2W098L2KLEKV9QNI2TN04HP9BL1FRCZ3RIQ4JAL1LPFGWOH5J6LN6MNA26P50WD' where id=43; -update noar ti set v3='VU2IGL24FS2BPJ36CLN7NJ5EU7M9AJI0T6SX4MGCCJ7FHG3QY60JU3P1DNSS13P9WG8EWJWMNTISDA9IXVZJ99HNAOFRWHVX1EX7Y8NE0RUAAF7SJSWSMPOZK674J2WWY2Q6YRVOKFSFEU80QF0G7CYRKBLCWGNAF38DXLNZTBS44348NETSYBDJKO3M6DU4UG2W098L2KLEKV9QNI2TN04HP9BL1FRCZ3RIQ4JAL1LPFGWOH5J6LN6MNA26P50WD' where id=43; -update noar tt set v0='AETR40DV7UPJPYICX0J1EV5HNXQ70XL58VMK1EN6IQA9QNDFPJU97V3HMUFVQQXZT4SKNWHV0QRWWZWO5GPOS6G0EAQW2UJ5PVJWQ4QTVQLPPW40FAL6HHB15KO7MEHKOKL1ZDMTIGZBLZ6RWE0CASLKQV2LB51OV3REA05QL2QZNAG74I9CLN5CE6RLT956GEGY1K2ELAUU2CXXCZNPISEC7RQFIJFJ3FIQ5ZA7WFFVMM2FBODM4AT2LQK1L8H3T' where id=44; -update noar ti set v0='AETR40DV7UPJPYICX0J1EV5HNXQ70XL58VMK1EN6IQA9QNDFPJU97V3HMUFVQQXZT4SKNWHV0QRWWZWO5GPOS6G0EAQW2UJ5PVJWQ4QTVQLPPW40FAL6HHB15KO7MEHKOKL1ZDMTIGZBLZ6RWE0CASLKQV2LB51OV3REA05QL2QZNAG74I9CLN5CE6RLT956GEGY1K2ELAUU2CXXCZNPISEC7RQFIJFJ3FIQ5ZA7WFFVMM2FBODM4AT2LQK1L8H3T' where id=44; -update noar tt set v1='N8D4IMZN0Y6JIFLUVVW846REB8YSBULSTTOHO8I094O8Q61BDO8KHMJHZA21QKY2UX5L3SMZDWF78RNBAE1LMP1C8JG6TO65D0PNLVPN6VFIE1UZLGY86SR4CAH5O0XP2W8XPGAJN5VODWNLS724A5MSGR914LT30XQC905W5DOLVK259B2Z3LH2X9QEHM5ULYGZPQ3ULXFZKT4X2FBLAOXO1F5H6IR12AQJKFL5QQAM9K532N8VLVBAHSFF5F237' where id=44; -update noar ti set v1='N8D4IMZN0Y6JIFLUVVW846REB8YSBULSTTOHO8I094O8Q61BDO8KHMJHZA21QKY2UX5L3SMZDWF78RNBAE1LMP1C8JG6TO65D0PNLVPN6VFIE1UZLGY86SR4CAH5O0XP2W8XPGAJN5VODWNLS724A5MSGR914LT30XQC905W5DOLVK259B2Z3LH2X9QEHM5ULYGZPQ3ULXFZKT4X2FBLAOXO1F5H6IR12AQJKFL5QQAM9K532N8VLVBAHSFF5F237' where id=44; -update noar tt set v2='4LRXA2QRHH975VT3K72RLLC16FQ6B9MB15G217WIWL2LWJ3SZ673CTGBX1L6N3DB434DKX2RNS4Y8WSV2M2GG8UUZJYG478ANZV6LKTOBCVYM17N7640GHKRLY1WFMPZPSLH3PO57SQQ12UHT0MQRV6SIUKCMU67SGDXCD08V7VJYHE5TFO71RR0O3JKZ7YL4CVOI87VBVPGZZ4E4B31N6C2FCPFU09RZ2DJX0HTB8G9RKGGM3GM9B8FU728AH94C' where id=44; -update noar ti set v2='4LRXA2QRHH975VT3K72RLLC16FQ6B9MB15G217WIWL2LWJ3SZ673CTGBX1L6N3DB434DKX2RNS4Y8WSV2M2GG8UUZJYG478ANZV6LKTOBCVYM17N7640GHKRLY1WFMPZPSLH3PO57SQQ12UHT0MQRV6SIUKCMU67SGDXCD08V7VJYHE5TFO71RR0O3JKZ7YL4CVOI87VBVPGZZ4E4B31N6C2FCPFU09RZ2DJX0HTB8G9RKGGM3GM9B8FU728AH94C' where id=44; -update noar tt set v3='0LGG3WR798F5PQT50QWBUFZASSTY5Y75BD2OB9B3XD88J4NGZ93OZ9OILUAE4LTHNGNS65MCD692KWCUD94VX0Q5AXLQS97EZTVJN3XEPEO0J00XYJFBA5KEN6HQNN2QFQIU9T0BD5YDQCKQQIM9PKNLL05FNF2S34FANSQ38WBMEMR22VN0V0O68B50T65601H6JOOGKU0P0XLMBRMK3P0F0ZDI7CN9JBP5C5ABGYQQ4PNP25AGS4T0S72VQSCGX' where id=44; -update noar ti set v3='0LGG3WR798F5PQT50QWBUFZASSTY5Y75BD2OB9B3XD88J4NGZ93OZ9OILUAE4LTHNGNS65MCD692KWCUD94VX0Q5AXLQS97EZTVJN3XEPEO0J00XYJFBA5KEN6HQNN2QFQIU9T0BD5YDQCKQQIM9PKNLL05FNF2S34FANSQ38WBMEMR22VN0V0O68B50T65601H6JOOGKU0P0XLMBRMK3P0F0ZDI7CN9JBP5C5ABGYQQ4PNP25AGS4T0S72VQSCGX' where id=44; -update noar tt set v0='0V4RR08IBP9NZ6CB8ZRV0XPFMSAPESY3D1WH00H8HCNSHO3DQF62KCMVV1NYT7ZDSO65G0ZLUPME1GKJCVFXGZQWEHEH2GE8IHFT2892EN4IPJUHAIC7MF7KI9FRT4THFC3FSJ1J1YTAC4IA7F0RQRNJ99BL3K90PWZ8OCS6MDWH99ZQP7SJA2XD9XND8F8ZWXG49ERU7JIM43ORTAH1R60S4U5CMIVYQAQE3QI254RB3EBGY1XFZVAGSGWUOZGC7' where id=45; -update noar ti set v0='0V4RR08IBP9NZ6CB8ZRV0XPFMSAPESY3D1WH00H8HCNSHO3DQF62KCMVV1NYT7ZDSO65G0ZLUPME1GKJCVFXGZQWEHEH2GE8IHFT2892EN4IPJUHAIC7MF7KI9FRT4THFC3FSJ1J1YTAC4IA7F0RQRNJ99BL3K90PWZ8OCS6MDWH99ZQP7SJA2XD9XND8F8ZWXG49ERU7JIM43ORTAH1R60S4U5CMIVYQAQE3QI254RB3EBGY1XFZVAGSGWUOZGC7' where id=45; -update noar tt set v1='3GH5ST5IIZ8ZEG2TW9871HZ0RXZFFDVRQQ6WDFZ50BXH2TEJDACQFXSFQ9ZGXR5OOBOATZ6K0XPULOK373JB5DABA3JSB5TOAPTDKP0FACI0LPGZKMRU1MGJQ0C7QKK2Z9OS879HUKZQD51B43CU7PFETVOJBVQ0RKHZT58FYT4UA4JRHVCIMJTWQ509NSC76A6L0ZXUR69Z756X3AC0JE69NX5M0NVY90ZPFKU6X9UHD1LKAPTHNTKD40KG932YI' where id=45; -update noar ti set v1='3GH5ST5IIZ8ZEG2TW9871HZ0RXZFFDVRQQ6WDFZ50BXH2TEJDACQFXSFQ9ZGXR5OOBOATZ6K0XPULOK373JB5DABA3JSB5TOAPTDKP0FACI0LPGZKMRU1MGJQ0C7QKK2Z9OS879HUKZQD51B43CU7PFETVOJBVQ0RKHZT58FYT4UA4JRHVCIMJTWQ509NSC76A6L0ZXUR69Z756X3AC0JE69NX5M0NVY90ZPFKU6X9UHD1LKAPTHNTKD40KG932YI' where id=45; -update noar tt set v2='ARR9XXHYF1CM0A7OFKOJOW1PHEY4N2TEOW7IJ3RP3Q88QUQWOKYPMYLD0LY458LIVUIVJD4EOBOGYL8WCJ43GVJW3FKV0B8M4MO1XH644Q6A39VL4HU5LF7W737AI5ITCE5PJN93MDAPB7NW49IXAI1Q3NK5XGWZ2S3TN5UUERX6IDUNA76U7XBJJ328YWKYL7H9ZZYWOOCSHPP505SO33Y0CLJTV0693THI53Y230FLQDKMKV6K7UA7W19FFB4KZ' where id=45; -update noar ti set v2='ARR9XXHYF1CM0A7OFKOJOW1PHEY4N2TEOW7IJ3RP3Q88QUQWOKYPMYLD0LY458LIVUIVJD4EOBOGYL8WCJ43GVJW3FKV0B8M4MO1XH644Q6A39VL4HU5LF7W737AI5ITCE5PJN93MDAPB7NW49IXAI1Q3NK5XGWZ2S3TN5UUERX6IDUNA76U7XBJJ328YWKYL7H9ZZYWOOCSHPP505SO33Y0CLJTV0693THI53Y230FLQDKMKV6K7UA7W19FFB4KZ' where id=45; -update noar tt set v3='0ACKNANERV1WDP5J4UA0PQLE7QE10ZYUUTMGVAQ3MHTDWKKTSTPNFVIJ5RT1I6FE6XMM7GHG6MDK710ZI5SA67K2TYDRW0KI1UEOY5CT7608OQP3KG8120PHH6CNVA792XOFROJ7HN5ZRLPV2TKFOELEVBOM5DYE64FWJK8JTKKGL42LMCP3HSKO9Z151OCM9OKO6FADFV6O3UEOXZB5UJ9DNYSZY3HT3R0CI2YTJEK9OIROFKYO1DD4OB9ECAN6O' where id=45; -update noar ti set v3='0ACKNANERV1WDP5J4UA0PQLE7QE10ZYUUTMGVAQ3MHTDWKKTSTPNFVIJ5RT1I6FE6XMM7GHG6MDK710ZI5SA67K2TYDRW0KI1UEOY5CT7608OQP3KG8120PHH6CNVA792XOFROJ7HN5ZRLPV2TKFOELEVBOM5DYE64FWJK8JTKKGL42LMCP3HSKO9Z151OCM9OKO6FADFV6O3UEOXZB5UJ9DNYSZY3HT3R0CI2YTJEK9OIROFKYO1DD4OB9ECAN6O' where id=45; -update noar tt set v0='V9RCSI89T4LGCAOXCVVVCV1R3Q52BQB96VS7C7CVH8VPB8HO3W4OOY6CJNG72KXBBNRCA5WIHAAAHGKAP0RP61LSKT67D9WIMNSQRKPHADKE4VHDUW43MTNO2DARWTZ7P15TJI2YLPKS9QDJ6UU8WCQVJQXS45B5T7NXY0AS56WBOSBFKBFKMPJM694ZA2HW2XGALIX9G0I0ROWYJ9UGMPZV9VNE3QYGG32EGI6LM8JFK5LYIOASKI5LA7C76IURP' where id=46; -update noar ti set v0='V9RCSI89T4LGCAOXCVVVCV1R3Q52BQB96VS7C7CVH8VPB8HO3W4OOY6CJNG72KXBBNRCA5WIHAAAHGKAP0RP61LSKT67D9WIMNSQRKPHADKE4VHDUW43MTNO2DARWTZ7P15TJI2YLPKS9QDJ6UU8WCQVJQXS45B5T7NXY0AS56WBOSBFKBFKMPJM694ZA2HW2XGALIX9G0I0ROWYJ9UGMPZV9VNE3QYGG32EGI6LM8JFK5LYIOASKI5LA7C76IURP' where id=46; -update noar tt set v1='RIRWWU6AFOYC1OP9V5SGC5XCBQ5Z96X9JXBHCBCJONKMJ4UK9Y4NJRUOE7Z0VUVAGH8YWSYBBJWEJZYW0486D93PBO2ZI52LA3KTWWXEMBKBWYLOJ6YG7YV2M10JQLLR5PLPWC65R61ZRY2FPONB2PKDQQZZNVCKICBXA6AUNIWSL27EKF09ZOBKH25M7B2J6QH3WZ2DDOF0UVT8X172E7PCOXYO7CMPOWPOKD0MJSUTGFR4O7HQR6D7TL6WF96UT' where id=46; -update noar ti set v1='RIRWWU6AFOYC1OP9V5SGC5XCBQ5Z96X9JXBHCBCJONKMJ4UK9Y4NJRUOE7Z0VUVAGH8YWSYBBJWEJZYW0486D93PBO2ZI52LA3KTWWXEMBKBWYLOJ6YG7YV2M10JQLLR5PLPWC65R61ZRY2FPONB2PKDQQZZNVCKICBXA6AUNIWSL27EKF09ZOBKH25M7B2J6QH3WZ2DDOF0UVT8X172E7PCOXYO7CMPOWPOKD0MJSUTGFR4O7HQR6D7TL6WF96UT' where id=46; -update noar tt set v2='DWWQTXUC74RHFT7HSUKCPVUF33J5R8AP1N21XTYV05C7XQRUFMYZEMBT1CDQSVGSEDHMCVC7BRUZT8VZ8PYO6MI2S9PFKV2JI6HEUBNGEABUAIZJ43PS6QHFSLNU6DC338CZLUB4CR9PO2SVHU2O9Q18UW08W2V13V6T4NPFAY1CW0N1Y09ZJHWQ35BWLTHO9IAKAVMCPOBX9V3P00U5A02RQCFB4LGNYLD757I3Y342ZW5PKHFYQNI3ZO6YN0TQP' where id=46; -update noar ti set v2='DWWQTXUC74RHFT7HSUKCPVUF33J5R8AP1N21XTYV05C7XQRUFMYZEMBT1CDQSVGSEDHMCVC7BRUZT8VZ8PYO6MI2S9PFKV2JI6HEUBNGEABUAIZJ43PS6QHFSLNU6DC338CZLUB4CR9PO2SVHU2O9Q18UW08W2V13V6T4NPFAY1CW0N1Y09ZJHWQ35BWLTHO9IAKAVMCPOBX9V3P00U5A02RQCFB4LGNYLD757I3Y342ZW5PKHFYQNI3ZO6YN0TQP' where id=46; -update noar tt set v3='HH0Z1A2QNYU5N7MB90DDF33H3OFH3E1ORUTP8L87HRU7NYHGAIONAD5K6W8X8HVYAU11MRXUHPPCJDH9N5EXG1WA1KEMU55Y9AXE895OCXY5GSM4I72JXYGNB26CNZ7VAVA8DELE5A5E63PM6DYIEL04JUFRZ22YUUZ5Y0W2ZZYI3YJ4PHRY9S59FGGRO1PKZ8C596RD0AUOG7UROW9AZLEZZ6EXBOP1Q1IQHU59I9B6IUSTXQH4U461GD5UUA245' where id=46; -update noar ti set v3='HH0Z1A2QNYU5N7MB90DDF33H3OFH3E1ORUTP8L87HRU7NYHGAIONAD5K6W8X8HVYAU11MRXUHPPCJDH9N5EXG1WA1KEMU55Y9AXE895OCXY5GSM4I72JXYGNB26CNZ7VAVA8DELE5A5E63PM6DYIEL04JUFRZ22YUUZ5Y0W2ZZYI3YJ4PHRY9S59FGGRO1PKZ8C596RD0AUOG7UROW9AZLEZZ6EXBOP1Q1IQHU59I9B6IUSTXQH4U461GD5UUA245' where id=46; -update noar tt set v0='MEWSQH4NSS9ROL1BIGRPDRTL18W6HKGDZBNEUFSWHHYE5ZTRIBQND43A7DMHSTCU24450378JK3D7GM8R0JUAKU2NX7KY1XADQKXACH3LGY8SJIEL69FBLY488BYWLGYYIXBGWYSYGD2KTDEQ86121C3GL0OL734J978NSGKQUM5KTEKE6RQTPPPUWFPMWS8IPU5QVIIRLD21XRIRA4RIECJ65PWRWP2JO7O57TQI8ZRHZGPRAMJKRTU19CB3WSVZ' where id=47; -update noar ti set v0='MEWSQH4NSS9ROL1BIGRPDRTL18W6HKGDZBNEUFSWHHYE5ZTRIBQND43A7DMHSTCU24450378JK3D7GM8R0JUAKU2NX7KY1XADQKXACH3LGY8SJIEL69FBLY488BYWLGYYIXBGWYSYGD2KTDEQ86121C3GL0OL734J978NSGKQUM5KTEKE6RQTPPPUWFPMWS8IPU5QVIIRLD21XRIRA4RIECJ65PWRWP2JO7O57TQI8ZRHZGPRAMJKRTU19CB3WSVZ' where id=47; -update noar tt set v1='07U6EXGWSBP85X4EGFAGDCFXMJ2BN7TJC6F7MTRYVAB0R7SFOGCPHBYZ81649BUJGS4LV54RAJQQVVKJ13W25Y2SXN4AEEOYPHYZ5MSJ173RDG45CMXLTNBVWTO0GSNJEB2TVYXTNCIXVAQ1N4LCZZOLN6SO7R7B5WVNUOVOS3WJOIJOGIFEXRBV77MWO9NISOG51D4OVPFTBS7WYU4BFX3SFG3VXVC5F2PMRUFLALH0QX8E0A8PPB422PKCV6JV2' where id=47; -update noar ti set v1='07U6EXGWSBP85X4EGFAGDCFXMJ2BN7TJC6F7MTRYVAB0R7SFOGCPHBYZ81649BUJGS4LV54RAJQQVVKJ13W25Y2SXN4AEEOYPHYZ5MSJ173RDG45CMXLTNBVWTO0GSNJEB2TVYXTNCIXVAQ1N4LCZZOLN6SO7R7B5WVNUOVOS3WJOIJOGIFEXRBV77MWO9NISOG51D4OVPFTBS7WYU4BFX3SFG3VXVC5F2PMRUFLALH0QX8E0A8PPB422PKCV6JV2' where id=47; -update noar tt set v2='4ZE33VS11INXIY5RQ68BSV4CU3WSJOYBL4S9219JN31YOIB9XLCCN5YI4LXWKEES3AXPM28AN5454DRD1NUVXUNEHSO06J74L5GQE15ZS72KV6R2YN5TR66NN87QZOX5RW2CD9EAJQB55JYWX7L3H50WYUONVJ50815YHJB1F6GQJ0QLBRN4VVY8IOQ0LMTT2GA1EACP6QJGJ5959ZL7DE5BH903Q1O2ZT74NWLF8AFS9UKV3416XK4TVTEA1XWVD' where id=47; -update noar ti set v2='4ZE33VS11INXIY5RQ68BSV4CU3WSJOYBL4S9219JN31YOIB9XLCCN5YI4LXWKEES3AXPM28AN5454DRD1NUVXUNEHSO06J74L5GQE15ZS72KV6R2YN5TR66NN87QZOX5RW2CD9EAJQB55JYWX7L3H50WYUONVJ50815YHJB1F6GQJ0QLBRN4VVY8IOQ0LMTT2GA1EACP6QJGJ5959ZL7DE5BH903Q1O2ZT74NWLF8AFS9UKV3416XK4TVTEA1XWVD' where id=47; -update noar tt set v3='R1SY7FBXRNS2JDRH2WEJ5JR7XTLZHZ0OZLYK3WZFHDA0RR189W6U8S7RMJFW9441IVJ7900TNEPS95KO9RNYQZH00BTYPW0PDEO4RCKF8PURHU0QQIUFRF7NIU69H5RCSLRRWGW7FJFSSNEK64J1Y5YTSO6L2P3EOG7OLRTRA8HS9QERT3448KV286YOKDSWZWIG0QAO1BYDX4FT4SAT9WAHN25CLFTCTTGDV6CCS31UC1X3EDQTEJB5C5PN0BYCD' where id=47; -update noar ti set v3='R1SY7FBXRNS2JDRH2WEJ5JR7XTLZHZ0OZLYK3WZFHDA0RR189W6U8S7RMJFW9441IVJ7900TNEPS95KO9RNYQZH00BTYPW0PDEO4RCKF8PURHU0QQIUFRF7NIU69H5RCSLRRWGW7FJFSSNEK64J1Y5YTSO6L2P3EOG7OLRTRA8HS9QERT3448KV286YOKDSWZWIG0QAO1BYDX4FT4SAT9WAHN25CLFTCTTGDV6CCS31UC1X3EDQTEJB5C5PN0BYCD' where id=47; -update noar tt set v0='Z3NNEIH7FOIR6GRI7DE1JI3CWVLNABVWMYNV80C09E7LNKU8MIOSXWZVX8XMV3B6VVA38GFNP3RPT9BLIJ4D7LEY2QCAQU8LOSDR9MAXBUGI8YQ2WC4KMLYDN4J5SD4JLFZLZ627HYD0XNB9ZLS4UT3TM1BRVC5U31Z53JY9SPU0YC3EL67C4EUOBWIB6BLA1L9BLGEHB8WH0T5F99S40DMEOMH1DYDTIIVHLS0CX427XJ0I5JAZFNBA52PRX0CDQ' where id=48; -update noar ti set v0='Z3NNEIH7FOIR6GRI7DE1JI3CWVLNABVWMYNV80C09E7LNKU8MIOSXWZVX8XMV3B6VVA38GFNP3RPT9BLIJ4D7LEY2QCAQU8LOSDR9MAXBUGI8YQ2WC4KMLYDN4J5SD4JLFZLZ627HYD0XNB9ZLS4UT3TM1BRVC5U31Z53JY9SPU0YC3EL67C4EUOBWIB6BLA1L9BLGEHB8WH0T5F99S40DMEOMH1DYDTIIVHLS0CX427XJ0I5JAZFNBA52PRX0CDQ' where id=48; -update noar tt set v1='UQETTULM3ZC910CFODB2IJHTPDKJ677QZXJ6S5QY3J6A6QSHU43P5ASNC6BVAY7QPSW0QYFMAR5N6Q5JK0ZLQQF3C4ZJG3ZYAIX8DWVE6ET8LID4MRW5SBNGHH80EH73QRI2EOZ7R9F0MQRAKCXI20VF5II3CRDN17UQ6UA503ZSY817OTDY1JYHUTHOJJR0F4F3TVVWK5VTN1DTCOB9T7AE1WUN81SNP5STVNR5Y9F8H1TQQFEYGAH1ZALDL5AFU' where id=48; -update noar ti set v1='UQETTULM3ZC910CFODB2IJHTPDKJ677QZXJ6S5QY3J6A6QSHU43P5ASNC6BVAY7QPSW0QYFMAR5N6Q5JK0ZLQQF3C4ZJG3ZYAIX8DWVE6ET8LID4MRW5SBNGHH80EH73QRI2EOZ7R9F0MQRAKCXI20VF5II3CRDN17UQ6UA503ZSY817OTDY1JYHUTHOJJR0F4F3TVVWK5VTN1DTCOB9T7AE1WUN81SNP5STVNR5Y9F8H1TQQFEYGAH1ZALDL5AFU' where id=48; -update noar tt set v2='XO6WHYZJDUY15PL8GCCSK692T3BKD94YOUTCB5FWGQG0ICUHR4ZQFQ8NB2ZCPKTSYAPBOW9RHG1WHUAVY8IFMC9SNWMN8MGTWJ4Z1O6VX4CELGFE1A5QU5KM4HIDEP3C8CUM524UM54JZ6DLFRWR6O8GOR9TU5WXYFKQWWJ6AWDHRKW1AMRDA4E0VT2R1IAZ26UNM93GY760XKUE9FIPARYRK84FOYQ5GZ6P849GGQL4EZ5ZRQQU40B7UW0CSA88T' where id=48; -update noar ti set v2='XO6WHYZJDUY15PL8GCCSK692T3BKD94YOUTCB5FWGQG0ICUHR4ZQFQ8NB2ZCPKTSYAPBOW9RHG1WHUAVY8IFMC9SNWMN8MGTWJ4Z1O6VX4CELGFE1A5QU5KM4HIDEP3C8CUM524UM54JZ6DLFRWR6O8GOR9TU5WXYFKQWWJ6AWDHRKW1AMRDA4E0VT2R1IAZ26UNM93GY760XKUE9FIPARYRK84FOYQ5GZ6P849GGQL4EZ5ZRQQU40B7UW0CSA88T' where id=48; -update noar tt set v3='KGKROJSQXWLCGA578DR5ZF7Z6XNFD5JZFIN25KZUXMXCQRY2F47KE4ME724EU1ACF0W2LW6PU07AP5VAVKHSI5WJK1PNY91EM37FWDJSV6B7605PCTG67Y1ZWV2ESISM96W94VP6SD321K6XBCVO1ZFHW5SQBYW09Q5AU7N9RMA68Q0MF5YNLHYT9QLN93SCTQ3Y34T8778C1IH27UEE39Z06E7J0LJVRIXJ8S578W1VV6HXWCFGDDREWOTDOJMYU' where id=48; -update noar ti set v3='KGKROJSQXWLCGA578DR5ZF7Z6XNFD5JZFIN25KZUXMXCQRY2F47KE4ME724EU1ACF0W2LW6PU07AP5VAVKHSI5WJK1PNY91EM37FWDJSV6B7605PCTG67Y1ZWV2ESISM96W94VP6SD321K6XBCVO1ZFHW5SQBYW09Q5AU7N9RMA68Q0MF5YNLHYT9QLN93SCTQ3Y34T8778C1IH27UEE39Z06E7J0LJVRIXJ8S578W1VV6HXWCFGDDREWOTDOJMYU' where id=48; -update noar tt set v0='2C0TDDNSU7F74W7DMOWTC5XOZQXLJ92FXHA2Z0RG6S9TLQ951G3DOXGXFYXBNZF6BS4KMKUPTEOB7OQDXJVAA3SQN4P6Z60GPUV30RM293QF5KGQC2QZG1M4CX5UVI5KTM665SIV3JCCBGO0AUC6MTKFET3NCKU5VZEZ3NQS0J55IG3PAA8HJIQNIHIS02JZW2J6RFBLBCIXORLAR8K3NGEROL7XP6SM63TV92W62X0976PZKBM6P52WYWQOTD79V' where id=49; -update noar ti set v0='2C0TDDNSU7F74W7DMOWTC5XOZQXLJ92FXHA2Z0RG6S9TLQ951G3DOXGXFYXBNZF6BS4KMKUPTEOB7OQDXJVAA3SQN4P6Z60GPUV30RM293QF5KGQC2QZG1M4CX5UVI5KTM665SIV3JCCBGO0AUC6MTKFET3NCKU5VZEZ3NQS0J55IG3PAA8HJIQNIHIS02JZW2J6RFBLBCIXORLAR8K3NGEROL7XP6SM63TV92W62X0976PZKBM6P52WYWQOTD79V' where id=49; -update noar tt set v1='HDZ5SU7YMR83FBT3WKOA5LUPSTW7V1XDWU4J6Y3RS8PJOY3V13AR9RXMPE4N507KEPWINZFRF9SMDKMZREGOL4F00LK058YWKGGCHVXN3046CBI4VD47MOD394R1A1LIDRW6G4S2X2XDEXB05IMCCQONA4KX6D0X47FV9OK9B1BSW841NF90A2ENVJ1V4AUE0SCLYGDMM1FSEW6VFAN2UE0ZFBTPBMMOAT26I027KHDFG9WSPIY004V16B1L5GZXN' where id=49; -update noar ti set v1='HDZ5SU7YMR83FBT3WKOA5LUPSTW7V1XDWU4J6Y3RS8PJOY3V13AR9RXMPE4N507KEPWINZFRF9SMDKMZREGOL4F00LK058YWKGGCHVXN3046CBI4VD47MOD394R1A1LIDRW6G4S2X2XDEXB05IMCCQONA4KX6D0X47FV9OK9B1BSW841NF90A2ENVJ1V4AUE0SCLYGDMM1FSEW6VFAN2UE0ZFBTPBMMOAT26I027KHDFG9WSPIY004V16B1L5GZXN' where id=49; -update noar tt set v2='0Y5VN6FHUGBM5YPMP7CT01J0W65C56RVJRSO43SVPIF2NVATZRMXKLS4AR56TOFK475SY5GK1Y44ABNA84UXAGS6LGEWYUTNBCHQ3J3S4S5YG84GWFJXW522BDINVHZBFPTQBLUYZKDPEQRXXTM3J83E2A2CVL056GK2GF3CHF85VTPW67VRG2A7M6ZPAKMA7WITDRU6Q4W5J6179J1ZOMT10EQHYHMHKCS8MHR70WJKFRGL8D68TYV1GXN6KPIJ1' where id=49; -update noar ti set v2='0Y5VN6FHUGBM5YPMP7CT01J0W65C56RVJRSO43SVPIF2NVATZRMXKLS4AR56TOFK475SY5GK1Y44ABNA84UXAGS6LGEWYUTNBCHQ3J3S4S5YG84GWFJXW522BDINVHZBFPTQBLUYZKDPEQRXXTM3J83E2A2CVL056GK2GF3CHF85VTPW67VRG2A7M6ZPAKMA7WITDRU6Q4W5J6179J1ZOMT10EQHYHMHKCS8MHR70WJKFRGL8D68TYV1GXN6KPIJ1' where id=49; -update noar tt set v3='JCKTSLW5IWQXWY843YYA3XVS7YAYOLUGO3TAA6TU80Z2R4X8X62IDZE8OV5UWN2X0223GQ6KJI2KVL6V7QCFHCJI2BWIA2RAPBROMVEV7DP6QHVRHVRWY40HU5KEYRDDMQNGMJTOHXS92NLRAXUEIWT5VB1PD6C2UVOMZOA6IDYP5PJE5V4HLPFGNHKSTBOQ9MA7A3FXC6TM3GEYAOO8LWDW43NXQX0FHCFTH9313Z7IXHNL5IZZVPSILVJ4FG2XI' where id=49; -update noar ti set v3='JCKTSLW5IWQXWY843YYA3XVS7YAYOLUGO3TAA6TU80Z2R4X8X62IDZE8OV5UWN2X0223GQ6KJI2KVL6V7QCFHCJI2BWIA2RAPBROMVEV7DP6QHVRHVRWY40HU5KEYRDDMQNGMJTOHXS92NLRAXUEIWT5VB1PD6C2UVOMZOA6IDYP5PJE5V4HLPFGNHKSTBOQ9MA7A3FXC6TM3GEYAOO8LWDW43NXQX0FHCFTH9313Z7IXHNL5IZZVPSILVJ4FG2XI' where id=49; -update noar tt set v0='B3HHCFWDMM36S7X9QJJKZ8NDSEGGEXOYOCOGD3BHTZY2TQE097IZUTOK1GI94G5O0C8Y7PRRYDHH0M1P8BLUVKJ6CANZ5W8MB9O8UCEYM0GHJ7E87ILTE7DJMH75O0YZ4MCL4ENVL9H50EIRLM9TRGUKDI1PJ9VP7212FE4R4HRBALY49DK80WRISGR45J3RHDP4ALOANMF1W8613CVLEHOJP17ZFNR4F3D7PZYPGHYPBTOWFGNY5F0APADJJC03U' where id=50; -update noar ti set v0='B3HHCFWDMM36S7X9QJJKZ8NDSEGGEXOYOCOGD3BHTZY2TQE097IZUTOK1GI94G5O0C8Y7PRRYDHH0M1P8BLUVKJ6CANZ5W8MB9O8UCEYM0GHJ7E87ILTE7DJMH75O0YZ4MCL4ENVL9H50EIRLM9TRGUKDI1PJ9VP7212FE4R4HRBALY49DK80WRISGR45J3RHDP4ALOANMF1W8613CVLEHOJP17ZFNR4F3D7PZYPGHYPBTOWFGNY5F0APADJJC03U' where id=50; -update noar tt set v1='ZSXVHFTF1ZYI8DN9M2RF2FLYQH0IPG3PZMXRYJCZ3P5MPT5I7SH5SJYE03PCP9U1NGYGD645O432EF8Q2K0O3U3LCRPWO7VWUMFLIQFF4Y6ZOLMZCGNZJHE0UP7G2T49ZHCADTGM726B1RS9LAQOPT2PVWMPA1Q2D8SNS2LQCAE6Q0PZ3HMKGZPTBUPH4TA5Y14W76LX2663FV8D4YN93IESPCOND3YZAD43QA1YD4TQEWXV9A3SOZE4V240AI0TE' where id=50; -update noar ti set v1='ZSXVHFTF1ZYI8DN9M2RF2FLYQH0IPG3PZMXRYJCZ3P5MPT5I7SH5SJYE03PCP9U1NGYGD645O432EF8Q2K0O3U3LCRPWO7VWUMFLIQFF4Y6ZOLMZCGNZJHE0UP7G2T49ZHCADTGM726B1RS9LAQOPT2PVWMPA1Q2D8SNS2LQCAE6Q0PZ3HMKGZPTBUPH4TA5Y14W76LX2663FV8D4YN93IESPCOND3YZAD43QA1YD4TQEWXV9A3SOZE4V240AI0TE' where id=50; -update noar tt set v2='COPC5PZKQW75H1JB2V99Q0EHRDMNABBZQJQXMV67XJAPZAAQY4UT3DDXS74SFLOOBPU88MCA3P6HEEKMZ4Y21SA37HK454OLCSWA2SSY0POBLL7CBLRP020YPTIBLZSYV8FK7G1DENNVIQ1KNIUMK7PQ5V4FPUAQMWTB5A0JQMB64K9U3ASGYQR3WXKVTF3PMCAAMDU5UBLO62YGTD3VI5CZQGCAF9W8O0RXXNEKQP30HJDYJHLE20L92L8L2Y5KQ' where id=50; -update noar ti set v2='COPC5PZKQW75H1JB2V99Q0EHRDMNABBZQJQXMV67XJAPZAAQY4UT3DDXS74SFLOOBPU88MCA3P6HEEKMZ4Y21SA37HK454OLCSWA2SSY0POBLL7CBLRP020YPTIBLZSYV8FK7G1DENNVIQ1KNIUMK7PQ5V4FPUAQMWTB5A0JQMB64K9U3ASGYQR3WXKVTF3PMCAAMDU5UBLO62YGTD3VI5CZQGCAF9W8O0RXXNEKQP30HJDYJHLE20L92L8L2Y5KQ' where id=50; -update noar tt set v3='2Y4IEE44CZIVJGG3BGLHB716UH5O4VXM68VM0FH98H3QSGAI8O2KBX0ETV3H2GGI2PD4Z07MHPCONPUBPSW3YBGJWPNGFDXB37LFR42K50JC7U77P0RAC1TE178LD01S0FRFQ5JSKW92H56CO0I90SLALKABB0ABWCK28UF4Q2N7UIFIQXUMNQ88B5CJBRC4SKWX8B394TR19HTNHRCEUWMLIJCPBMD03T18API3U3H4Y38DY4HH40EVVXDRC6AEF' where id=50; -update noar ti set v3='2Y4IEE44CZIVJGG3BGLHB716UH5O4VXM68VM0FH98H3QSGAI8O2KBX0ETV3H2GGI2PD4Z07MHPCONPUBPSW3YBGJWPNGFDXB37LFR42K50JC7U77P0RAC1TE178LD01S0FRFQ5JSKW92H56CO0I90SLALKABB0ABWCK28UF4Q2N7UIFIQXUMNQ88B5CJBRC4SKWX8B394TR19HTNHRCEUWMLIJCPBMD03T18API3U3H4Y38DY4HH40EVVXDRC6AEF' where id=50; -update noar tt set v0='9KAHWAZ10DNAUVX8VNCBF3YLYN9PX46Z5G90PYYNZLGZCPQWJIARY2NCSHOTWR3I6NLGMQHVPCOKSC3AFORY2GCJSOIAVUOP2N6RQSX42S6871K6M3O4QTKLMLQNMLJ4DOQWYRIRAI1RV021FVCT0YP79ILOEWQCIDQVBDP7MMCZIIGOFBQU87QC8YUZIZMN1STRRC8ZQULPVG3PA4M0IPCM198HH95X2UEIGL671YCYIJPUIBYFBK6LODY8RO9EE' where id=51; -update noar ti set v0='9KAHWAZ10DNAUVX8VNCBF3YLYN9PX46Z5G90PYYNZLGZCPQWJIARY2NCSHOTWR3I6NLGMQHVPCOKSC3AFORY2GCJSOIAVUOP2N6RQSX42S6871K6M3O4QTKLMLQNMLJ4DOQWYRIRAI1RV021FVCT0YP79ILOEWQCIDQVBDP7MMCZIIGOFBQU87QC8YUZIZMN1STRRC8ZQULPVG3PA4M0IPCM198HH95X2UEIGL671YCYIJPUIBYFBK6LODY8RO9EE' where id=51; -update noar tt set v1='JRRFBWT3MDK1VJR7GS0Y6EPQ755EVK4V5OOCXKKO4OKTAD2GFM0GFCYR66Z753H15CK2K4Q708CXAADGRV5QFBI5X96COO90GI0IIXKO01ADVJYJFC2AHXZSPE0IJAPYATBPL4XUBYLYTU13MACVU3XBUP6KTQ51BLU5DZJCTK9PR46AU4AU7LRNAP5AZF0YCGHV7ACK90XEO6H8KOYOFYPCNF065RUGM3JWCVC5LUDPJDSGA4I8SZ2I48IRX9NQK' where id=51; -update noar ti set v1='JRRFBWT3MDK1VJR7GS0Y6EPQ755EVK4V5OOCXKKO4OKTAD2GFM0GFCYR66Z753H15CK2K4Q708CXAADGRV5QFBI5X96COO90GI0IIXKO01ADVJYJFC2AHXZSPE0IJAPYATBPL4XUBYLYTU13MACVU3XBUP6KTQ51BLU5DZJCTK9PR46AU4AU7LRNAP5AZF0YCGHV7ACK90XEO6H8KOYOFYPCNF065RUGM3JWCVC5LUDPJDSGA4I8SZ2I48IRX9NQK' where id=51; -update noar tt set v2='DT8A7KD7QYXD1I317W44YGUSBL22DITUVKYKNT571EHPOW96XW6LTS3JRVOHW3Q0VLF8XEY6KLV05G6K2YLZEW0TMVBH5W02384Y17V1MILYCAXZMF5HGRBPUQPNE90S85AM6M0HNHLQKP9I0OJJC3CJ18S29BD1CMJXHF1SX119EN8T3RDXCI7T77EP655KYQJ5C8OA3V20FDY01UIBYB4KR7NZ2W60ZNY00AADOHIAN0CNHT8RXUI586Z65LOPZ' where id=51; -update noar ti set v2='DT8A7KD7QYXD1I317W44YGUSBL22DITUVKYKNT571EHPOW96XW6LTS3JRVOHW3Q0VLF8XEY6KLV05G6K2YLZEW0TMVBH5W02384Y17V1MILYCAXZMF5HGRBPUQPNE90S85AM6M0HNHLQKP9I0OJJC3CJ18S29BD1CMJXHF1SX119EN8T3RDXCI7T77EP655KYQJ5C8OA3V20FDY01UIBYB4KR7NZ2W60ZNY00AADOHIAN0CNHT8RXUI586Z65LOPZ' where id=51; -update noar tt set v3='SNHO586PPIZR0DG5HB9LTH3OAJDR144L4XU36B2AXRPRMT962ICONI83IM9DA09HAI00SXIN2D05X8Y3PZEDD6QWKJAT3NEYGCPYBMSW6A71BNL0VU0PP18FYPS8SDP2RYQHNO21XG79X7X8O9JO739K701LARL9GCV08H02WDC712I4I6N579H8J3BLB99N1P7WXNSGMNGYIAL5GJSY73A27CGDA7335YCZWGNV7NVF6SNTD3Q2ESRQ3Z46FQ3PY' where id=51; -update noar ti set v3='SNHO586PPIZR0DG5HB9LTH3OAJDR144L4XU36B2AXRPRMT962ICONI83IM9DA09HAI00SXIN2D05X8Y3PZEDD6QWKJAT3NEYGCPYBMSW6A71BNL0VU0PP18FYPS8SDP2RYQHNO21XG79X7X8O9JO739K701LARL9GCV08H02WDC712I4I6N579H8J3BLB99N1P7WXNSGMNGYIAL5GJSY73A27CGDA7335YCZWGNV7NVF6SNTD3Q2ESRQ3Z46FQ3PY' where id=51; -update noar tt set v0='YJVAP3M8GHRF00KTP134RRE07NBYCXP67FYM7F2RQBAUV5LZAESBVU6ANEG7XZ9OD7SGDHLR6U94TIQWHLCXPFTNERL3RSXH49L2H3RXCRBYXI4TIM98QHEFHXW1Y3HNEANNV5D9TPTTENGEBMNRO84Z4SR3K7CMJI0MKDVLP7MH9EC3YKYZDG0S1RPMCDS1Y25B5B1UN84K7RAU01X6T1S3S30KP86C3WPU1QZF7K46G1NYXOVI6RF1ZPFFVNA85' where id=52; -update noar ti set v0='YJVAP3M8GHRF00KTP134RRE07NBYCXP67FYM7F2RQBAUV5LZAESBVU6ANEG7XZ9OD7SGDHLR6U94TIQWHLCXPFTNERL3RSXH49L2H3RXCRBYXI4TIM98QHEFHXW1Y3HNEANNV5D9TPTTENGEBMNRO84Z4SR3K7CMJI0MKDVLP7MH9EC3YKYZDG0S1RPMCDS1Y25B5B1UN84K7RAU01X6T1S3S30KP86C3WPU1QZF7K46G1NYXOVI6RF1ZPFFVNA85' where id=52; -update noar tt set v1='7PWERZDMXS5W3D0RULJNJUIL3O480IR9MIYLGWXHNIYIU9HP38MUP1DA9D6NSEHZ2XL0RTIUI0EEAQV56KOHSAMJY8KYBV52CBO2HLRIQZQYHZZ4TBFHQH23RNMXEIFGXR2KVYU4QFQX5WRIOE1X40TOK58YVP8RU48HR8088RE5J27Y2GRCAKP7OE6DJFCJMHGSRNAY47LYE8FY4EWNI2UK0OEDMAV71EPOU043URXT6TLOC0G6LKMHLHZ285MLJ' where id=52; -update noar ti set v1='7PWERZDMXS5W3D0RULJNJUIL3O480IR9MIYLGWXHNIYIU9HP38MUP1DA9D6NSEHZ2XL0RTIUI0EEAQV56KOHSAMJY8KYBV52CBO2HLRIQZQYHZZ4TBFHQH23RNMXEIFGXR2KVYU4QFQX5WRIOE1X40TOK58YVP8RU48HR8088RE5J27Y2GRCAKP7OE6DJFCJMHGSRNAY47LYE8FY4EWNI2UK0OEDMAV71EPOU043URXT6TLOC0G6LKMHLHZ285MLJ' where id=52; -update noar tt set v2='ABTN68797XZX1XLT9UYN6TW14OVIYIMEUOTGE0CL2FD0D65APM7UZN4CDF6Q4JKLWGUU2DWKMKTUKZSXIH3J3XXV1YNDMC8C9HAYQ8118P9FRH30I430WD8AUQXM6MSI6SGDFT0CSAHWVPEZL1PEIE453GF38116NVPVB9YMYOOYGE3ZPUP5H4MZ9G3JZKEGPBGJ2HD26M18SPOBNJTEUSFZHRCCACIE3BD18BLOMVB4MJ2MKVSIWBO1A26T69X1P' where id=52; -update noar ti set v2='ABTN68797XZX1XLT9UYN6TW14OVIYIMEUOTGE0CL2FD0D65APM7UZN4CDF6Q4JKLWGUU2DWKMKTUKZSXIH3J3XXV1YNDMC8C9HAYQ8118P9FRH30I430WD8AUQXM6MSI6SGDFT0CSAHWVPEZL1PEIE453GF38116NVPVB9YMYOOYGE3ZPUP5H4MZ9G3JZKEGPBGJ2HD26M18SPOBNJTEUSFZHRCCACIE3BD18BLOMVB4MJ2MKVSIWBO1A26T69X1P' where id=52; -update noar tt set v3='BME8T6JHZK2ADGLZNTMFMJVCKJM18KRG5LY1VDP1AX324XAWOKZZ1L0HPYLHVEK3U6VZWPEBZRHOLBXQHKIL2275L8I65EIZDNTWFSVHXEM8AUDDFVLZGYL8D7TQ4ANRHBXYMQ02JO87CEC8R4HIXUGSPK3HLWHEM3VDGF5BBKCUJXE5MGNOCM5Z6111C8TGS937QI7FLWOE13MX0U718H2VEIAMPCYD9UIB83RPRBOQ4MSE81G88OD5PB4USJQTT' where id=52; -update noar ti set v3='BME8T6JHZK2ADGLZNTMFMJVCKJM18KRG5LY1VDP1AX324XAWOKZZ1L0HPYLHVEK3U6VZWPEBZRHOLBXQHKIL2275L8I65EIZDNTWFSVHXEM8AUDDFVLZGYL8D7TQ4ANRHBXYMQ02JO87CEC8R4HIXUGSPK3HLWHEM3VDGF5BBKCUJXE5MGNOCM5Z6111C8TGS937QI7FLWOE13MX0U718H2VEIAMPCYD9UIB83RPRBOQ4MSE81G88OD5PB4USJQTT' where id=52; -update noar tt set v0='VVDXG9N95ESO8IZRXAB7BA7WWBVNQW2ZJ65ISS288DK86W5ZL00OLY8T643JXCH9W3AL4H0RP44RH3LVLKROYRI0NYM27I0Q50IJVBNHJBDZN44DU53NZ0200DTHY481FVC4X5S1PTY6KVTJ7J222HBBNHI5MKROU0MPHVS0RBEP934UBIGS9MZVXMCKQRTDR6MI93B699XQGIHY40TIPI3L21QTI0873ZVZGWNEEY7P8T36M1F2VVPX6HS5SWM5O' where id=53; -update noar ti set v0='VVDXG9N95ESO8IZRXAB7BA7WWBVNQW2ZJ65ISS288DK86W5ZL00OLY8T643JXCH9W3AL4H0RP44RH3LVLKROYRI0NYM27I0Q50IJVBNHJBDZN44DU53NZ0200DTHY481FVC4X5S1PTY6KVTJ7J222HBBNHI5MKROU0MPHVS0RBEP934UBIGS9MZVXMCKQRTDR6MI93B699XQGIHY40TIPI3L21QTI0873ZVZGWNEEY7P8T36M1F2VVPX6HS5SWM5O' where id=53; -update noar tt set v1='QHS4I64K5EI379CFKU6BR5HOCUT4XAY72IRWTQM18YK6CPKGF3ZEUQQZ9TDB4R2BFXSG6SM8BHSQ6AKMN87UZ7L6AF8TCDG5EOWIZYHFVHYR7B4FAW9MVB4QWC354YLE1RV0YUZ6RZI5HHJW9JQXP9R0IOPD9GL9O4F7ANDCN2EHIQATI2UJ89IBNMZRJG2T56KNTL0J87BHL8OA5KXCXK9G69JDZVT8GIE2CS4LT352VKMTLKI5BR8X8C33MCHL3' where id=53; -update noar ti set v1='QHS4I64K5EI379CFKU6BR5HOCUT4XAY72IRWTQM18YK6CPKGF3ZEUQQZ9TDB4R2BFXSG6SM8BHSQ6AKMN87UZ7L6AF8TCDG5EOWIZYHFVHYR7B4FAW9MVB4QWC354YLE1RV0YUZ6RZI5HHJW9JQXP9R0IOPD9GL9O4F7ANDCN2EHIQATI2UJ89IBNMZRJG2T56KNTL0J87BHL8OA5KXCXK9G69JDZVT8GIE2CS4LT352VKMTLKI5BR8X8C33MCHL3' where id=53; -update noar tt set v2='69PMN7LPEUKCD1F98FHR3VNX0TEGV0Q1TNNR16NWKW3ODHO4OSIH7CBWO0N8N45F5SVVC3COIJ43P9W9CO67V9RK2256JGUXMGL4HHLZ9C6QLME8IJYV2OB14RHOUC3773EI87QKVK58JZNAS65GELEWQFU93EP1LCVBPXI7CQL94FCHEKQ060BD0H8CO4BRDWY3KZVIRNAB8Q28KLWDH8R34NSUPN4WCOJ46DWZBXUT93L3A58J79314YWZM9RR9' where id=53; -update noar ti set v2='69PMN7LPEUKCD1F98FHR3VNX0TEGV0Q1TNNR16NWKW3ODHO4OSIH7CBWO0N8N45F5SVVC3COIJ43P9W9CO67V9RK2256JGUXMGL4HHLZ9C6QLME8IJYV2OB14RHOUC3773EI87QKVK58JZNAS65GELEWQFU93EP1LCVBPXI7CQL94FCHEKQ060BD0H8CO4BRDWY3KZVIRNAB8Q28KLWDH8R34NSUPN4WCOJ46DWZBXUT93L3A58J79314YWZM9RR9' where id=53; -update noar tt set v3='WQXSFYOTDQVPELU3QL0ROQ6Z0ES0DL34NV77V594W4MQJYUR1HWC102D4A3UZW6HFY6JFY2TU9KZ3PUHPVO2QHM50OD4OVRHSGF323TMPPBDHQMSIFHPULH6LW99FDD7V1XEHSRKUL7YNGEH6RUPE97P3L9883Y6Z98APJ6KJPVQNLESADXC79LT5W82M3ALIMMIF3ELDIE8UNMJA6GWLXH17FIH8R26N842SD2W6CLN2LIG550Y5PMO2JFC0DF3B' where id=53; -update noar ti set v3='WQXSFYOTDQVPELU3QL0ROQ6Z0ES0DL34NV77V594W4MQJYUR1HWC102D4A3UZW6HFY6JFY2TU9KZ3PUHPVO2QHM50OD4OVRHSGF323TMPPBDHQMSIFHPULH6LW99FDD7V1XEHSRKUL7YNGEH6RUPE97P3L9883Y6Z98APJ6KJPVQNLESADXC79LT5W82M3ALIMMIF3ELDIE8UNMJA6GWLXH17FIH8R26N842SD2W6CLN2LIG550Y5PMO2JFC0DF3B' where id=53; -update noar tt set v0='K451G7CBWQ1GDYNQ2IJVP4WCF11S8GN9SWKENYCC1D7693YTX6GUAZC47G4AGAT6BFOKT478NF86E5O4O68XEB11Y43CDZPK8AKQJKDUO7CW81D3CHBI7KFLVUY3PU3RLGXUR3HIM1SEVZQEWQI2I4RNGV3CCFYSR0NT2I2WPE5Z4EHT756BNSOI1ZCHGE92XX7MURLZURPF3OAKHDVKGZTBBN0BEKHIGPATVYBX2L7DR5Z6YYOTP1640E8BWT7CK' where id=54; -update noar ti set v0='K451G7CBWQ1GDYNQ2IJVP4WCF11S8GN9SWKENYCC1D7693YTX6GUAZC47G4AGAT6BFOKT478NF86E5O4O68XEB11Y43CDZPK8AKQJKDUO7CW81D3CHBI7KFLVUY3PU3RLGXUR3HIM1SEVZQEWQI2I4RNGV3CCFYSR0NT2I2WPE5Z4EHT756BNSOI1ZCHGE92XX7MURLZURPF3OAKHDVKGZTBBN0BEKHIGPATVYBX2L7DR5Z6YYOTP1640E8BWT7CK' where id=54; -update noar tt set v1='IMPDJLFC0K0EHX90WZNJMZ1HSANIUK2M2EV1ODSS7CDICR8MXIHIP49A2TCJA95TN7YSKXZZPCS1GCG69QUU80F650W6SZ2T7L4XZ6ZZJE3MZYEENSU6B3APHR44S5XCYRV5GWOEHXH3DOHOETADYNF838LO9OHQTDP32XP3LV99STJ8V3UL3X9RXXNMYK63VKIHQRRLZB6SITJCWP95A1XYUXBQOCI1BO1JHMY38PXZOHXLPPG2CZYIBAV6NQ3ZF' where id=54; -update noar ti set v1='IMPDJLFC0K0EHX90WZNJMZ1HSANIUK2M2EV1ODSS7CDICR8MXIHIP49A2TCJA95TN7YSKXZZPCS1GCG69QUU80F650W6SZ2T7L4XZ6ZZJE3MZYEENSU6B3APHR44S5XCYRV5GWOEHXH3DOHOETADYNF838LO9OHQTDP32XP3LV99STJ8V3UL3X9RXXNMYK63VKIHQRRLZB6SITJCWP95A1XYUXBQOCI1BO1JHMY38PXZOHXLPPG2CZYIBAV6NQ3ZF' where id=54; -update noar tt set v2='70WYQKTFS682JBEWD82T2YY384U1LZIQMJFGRPYL2JEUQR28AWQ19ATEWXONOKGXEON0TMW107Z1ZXZY2OC3O4FMBPUDH3Q6ILCW3VJHEES8KDZCYP8ZJAYB28Q9189FJ6744G8IHMZPTCY9LSJPLGIP38GAHEOETBGTPSETFSMNI2YW17FZQZ299CYHXQHN70RM4A04M6CQG0E7HPU4GRHKKE0Z82PM47DNB8ZY3LUUT6242SUDD4P3FU5HXV3Y1' where id=54; -update noar ti set v2='70WYQKTFS682JBEWD82T2YY384U1LZIQMJFGRPYL2JEUQR28AWQ19ATEWXONOKGXEON0TMW107Z1ZXZY2OC3O4FMBPUDH3Q6ILCW3VJHEES8KDZCYP8ZJAYB28Q9189FJ6744G8IHMZPTCY9LSJPLGIP38GAHEOETBGTPSETFSMNI2YW17FZQZ299CYHXQHN70RM4A04M6CQG0E7HPU4GRHKKE0Z82PM47DNB8ZY3LUUT6242SUDD4P3FU5HXV3Y1' where id=54; -update noar tt set v3='B1QS7BYUJ1G9II6JLAWLFNF3ZDNLLW7Y2VPQI34R83CQZC8L4RFHFQME0VMOO4GC3VG8XBP2FULKWGW9PQOZT7059BO0MCS6M44XEIOQE2JUDG67GLIMSXNWXL7NGN90FUOOSS3T60SM3WPF7JSM2WUMUOI4VY98MLG6J98OD712VGJ1Y65GXZT0PPJQ2WJ8FGGFDDXFQ5PAZ15TPZO5OKUZFXBRU2SXKRX72THILRNIPGETT0EZXEMSGU1Y8DJXJ' where id=54; -update noar ti set v3='B1QS7BYUJ1G9II6JLAWLFNF3ZDNLLW7Y2VPQI34R83CQZC8L4RFHFQME0VMOO4GC3VG8XBP2FULKWGW9PQOZT7059BO0MCS6M44XEIOQE2JUDG67GLIMSXNWXL7NGN90FUOOSS3T60SM3WPF7JSM2WUMUOI4VY98MLG6J98OD712VGJ1Y65GXZT0PPJQ2WJ8FGGFDDXFQ5PAZ15TPZO5OKUZFXBRU2SXKRX72THILRNIPGETT0EZXEMSGU1Y8DJXJ' where id=54; -update noar tt set v0='FT2E93NV3QCL4IENSLMVPXJLRU9UZU8YDHW4VIDTKVE07PD6P7H57NHA6RLP2ZXKDVQKLX2PU79IC5889CP7L5PBKWHE233WKFD0YI5LT3N9IQVA712JAGK7SE72IW2YXON7UELGIC751UTSA7BFLEQ4OXKAWTXOR89HFWI2WPF2TSY13SZA063F9EO2W0714N1TCC23HVLF2FIZFGHI0NUEL127HE7I1YW9A254IEM4T4CEEP8T613FC5WG05CEN' where id=55; -update noar ti set v0='FT2E93NV3QCL4IENSLMVPXJLRU9UZU8YDHW4VIDTKVE07PD6P7H57NHA6RLP2ZXKDVQKLX2PU79IC5889CP7L5PBKWHE233WKFD0YI5LT3N9IQVA712JAGK7SE72IW2YXON7UELGIC751UTSA7BFLEQ4OXKAWTXOR89HFWI2WPF2TSY13SZA063F9EO2W0714N1TCC23HVLF2FIZFGHI0NUEL127HE7I1YW9A254IEM4T4CEEP8T613FC5WG05CEN' where id=55; -update noar tt set v1='UUSG8E3OZ5GU6JFEAZDZTUVPU9D77QDLVFI72LED3KD8M12EEA0MA7PTSZHWQCSFRZR7Y915OWFLXULX76VYURNKPP0CM6RYKF2Y26QBRWT4UF76EOCCYBSJYB2RB0DSRU44C2AOWT9QA29IOUVSYA2TNPVR0ZL6J3NB0I9BY6BD4G3AOYKJ0RRGOUD0Q47A0BS7TSRFCL9O5B82VDZ55AUE1RMCWF2K0X88OIWTZKWG652YYGJRCKUBF5LW5HLVK' where id=55; -update noar ti set v1='UUSG8E3OZ5GU6JFEAZDZTUVPU9D77QDLVFI72LED3KD8M12EEA0MA7PTSZHWQCSFRZR7Y915OWFLXULX76VYURNKPP0CM6RYKF2Y26QBRWT4UF76EOCCYBSJYB2RB0DSRU44C2AOWT9QA29IOUVSYA2TNPVR0ZL6J3NB0I9BY6BD4G3AOYKJ0RRGOUD0Q47A0BS7TSRFCL9O5B82VDZ55AUE1RMCWF2K0X88OIWTZKWG652YYGJRCKUBF5LW5HLVK' where id=55; -update noar tt set v2='8IHXAKH9PJDI4NBT0U1XF6XCEXWYQGM1YQZWTNIBVGLGMZFOMG90W3OP69W83KI4A660G79B19U3LNBX5TL8TN9D6LSDDAOZHD4S9H95BOS0Y46JT4ESTEIXPGZY1847UTEODJ822CO4OG2OOJZWCZR3O16GVWZ7OVDW5K8M3YISQ0WLH0VRY0PBUMK095ZK4YA2XA68NTRFM70M798Q2IM8QJD6SAXCCHNCTWBEAHNPB9AD9AUFADZF4SRA28NTZ' where id=55; -update noar ti set v2='8IHXAKH9PJDI4NBT0U1XF6XCEXWYQGM1YQZWTNIBVGLGMZFOMG90W3OP69W83KI4A660G79B19U3LNBX5TL8TN9D6LSDDAOZHD4S9H95BOS0Y46JT4ESTEIXPGZY1847UTEODJ822CO4OG2OOJZWCZR3O16GVWZ7OVDW5K8M3YISQ0WLH0VRY0PBUMK095ZK4YA2XA68NTRFM70M798Q2IM8QJD6SAXCCHNCTWBEAHNPB9AD9AUFADZF4SRA28NTZ' where id=55; -update noar tt set v3='THPPDHEFNY8IAZKHNH57S5Q5JGI612U28HGOSUYPCO2WHS77MG6Q1EWMX5FE63JQIWIT2OJS3PZYDBOD2KV3MWMYBI36LSW9WLIDFC9PP318YY7N81JEE8KBXG2JWNSXBBBKSEL7ZV7FBU8VAGNPCP8KG1PM5CKDYSVBDIDA7T2C8XH3VT30PH1BHIBS7F884Q0X22531UDULHUNV50L4CKIDJYR6QDYJOWRFW1ONDMPLKYNR1O7R3EUF3PNSEB1Z' where id=55; -update noar ti set v3='THPPDHEFNY8IAZKHNH57S5Q5JGI612U28HGOSUYPCO2WHS77MG6Q1EWMX5FE63JQIWIT2OJS3PZYDBOD2KV3MWMYBI36LSW9WLIDFC9PP318YY7N81JEE8KBXG2JWNSXBBBKSEL7ZV7FBU8VAGNPCP8KG1PM5CKDYSVBDIDA7T2C8XH3VT30PH1BHIBS7F884Q0X22531UDULHUNV50L4CKIDJYR6QDYJOWRFW1ONDMPLKYNR1O7R3EUF3PNSEB1Z' where id=55; -update noar tt set v0='DGJZ5OJ8R4AZGL4857EH3S8E0NPHE3SW4XXNWRAD7ITLBIK6YMETRJQI5QFEFA6R471R7G4360YFKJJUKFXTDFXXRTZHJ8721BMSDADG5FJE5MMWO9HCOGJVQGRLENPH3H66OHNMGT5URDWZNSOKFHJT5KE7PLKN6CLWSPL6QZLZH7703V9RPJMW5RRZ3UY9JCSJQW8M79S3KKFHPV39IY2L33XUTGZA9D6T39O35EC50EPK3HIWSTJ2ZMI4OZN7D' where id=56; -update noar ti set v0='DGJZ5OJ8R4AZGL4857EH3S8E0NPHE3SW4XXNWRAD7ITLBIK6YMETRJQI5QFEFA6R471R7G4360YFKJJUKFXTDFXXRTZHJ8721BMSDADG5FJE5MMWO9HCOGJVQGRLENPH3H66OHNMGT5URDWZNSOKFHJT5KE7PLKN6CLWSPL6QZLZH7703V9RPJMW5RRZ3UY9JCSJQW8M79S3KKFHPV39IY2L33XUTGZA9D6T39O35EC50EPK3HIWSTJ2ZMI4OZN7D' where id=56; -update noar tt set v1='YTIQEU3A4OSHIHSIGPYTDDHH92K330QTDKP77E4M7NL4SIU6KTUINUFLDMP060CIG9O7BR8JBT4EK4NZV15J9AYJK4H1WTBH93MSFMWXZ7XZEZCY0PF6TOSOIW3FTA966GCCSO45D0FCXV1S12LSYS50F5QE8QZB2UW9MNBVU567BTFXAPRKXRKN4VNFFRV7BYY2TRTON7GJW6GULABHXCQEZMD6HVD74HP9JXR3QIHHQZ6CT5F8S6A28UXWYNMCW' where id=56; -update noar ti set v1='YTIQEU3A4OSHIHSIGPYTDDHH92K330QTDKP77E4M7NL4SIU6KTUINUFLDMP060CIG9O7BR8JBT4EK4NZV15J9AYJK4H1WTBH93MSFMWXZ7XZEZCY0PF6TOSOIW3FTA966GCCSO45D0FCXV1S12LSYS50F5QE8QZB2UW9MNBVU567BTFXAPRKXRKN4VNFFRV7BYY2TRTON7GJW6GULABHXCQEZMD6HVD74HP9JXR3QIHHQZ6CT5F8S6A28UXWYNMCW' where id=56; -update noar tt set v2='M6BC8QTDAGG5OA7OJ2SYLFRKD21LTTSVT80V7U0ELLZM2K4X3ZE57LRFCQIQXWP5HIN8LYKG2665JWNHRTGLCHPW8ROL3NIR1KGQ0DUZ4EDDHRENJHIOHIS5OKWIZ2WIOAEOOB73EFVCLQBHECG7UYMIAN1MWE25AX5AI05M00YNXI6WW3Z19AO59SVIKJ6SLSARG1OXAP4HKK11JJOBI8WLZSGD9YHQN9L8LVEVI30HV9KHV1HSUUJ8VY49M3LXI' where id=56; -update noar ti set v2='M6BC8QTDAGG5OA7OJ2SYLFRKD21LTTSVT80V7U0ELLZM2K4X3ZE57LRFCQIQXWP5HIN8LYKG2665JWNHRTGLCHPW8ROL3NIR1KGQ0DUZ4EDDHRENJHIOHIS5OKWIZ2WIOAEOOB73EFVCLQBHECG7UYMIAN1MWE25AX5AI05M00YNXI6WW3Z19AO59SVIKJ6SLSARG1OXAP4HKK11JJOBI8WLZSGD9YHQN9L8LVEVI30HV9KHV1HSUUJ8VY49M3LXI' where id=56; -update noar tt set v3='6MD7CL2Y95KE3EWVVTI1LF3VUTYERI7GYMABRNVLRJ5N37SWEVTXPTLQU4A3B7MR7KXC5DRHHO1LAWQYPD7RZA04GCZ7C9YOPODJMQ029IV4QZ31QV90UADVTTNC4OCAHET05IMFZ6TH3RE7C1ZBL2O54EHFAN0LCGUZPMWWGQUU2Z4LG2A0ERHT32OIHPMJ1TR5UNSTSU7QZW9L9MERFPWHH4CHQV8K9XWPGZOH6AZ8E7JL6AVECMHLRBMEJ5LLV' where id=56; -update noar ti set v3='6MD7CL2Y95KE3EWVVTI1LF3VUTYERI7GYMABRNVLRJ5N37SWEVTXPTLQU4A3B7MR7KXC5DRHHO1LAWQYPD7RZA04GCZ7C9YOPODJMQ029IV4QZ31QV90UADVTTNC4OCAHET05IMFZ6TH3RE7C1ZBL2O54EHFAN0LCGUZPMWWGQUU2Z4LG2A0ERHT32OIHPMJ1TR5UNSTSU7QZW9L9MERFPWHH4CHQV8K9XWPGZOH6AZ8E7JL6AVECMHLRBMEJ5LLV' where id=56; -update noar tt set v0='XY71VYW9EMPQ59SQ7MKUIPNBVBKJ6EM6DQF7GRJTM4SNZHUFK6VRXP24JXYZZ9FP6PCQIAQBHYN6YGD4LQ2OLYN23BJVK8LL8FBS64S6G3YPAZYBNJ7SL495FMZMPO2YNPLY5CXT8P4ZYT9TORHU8N0UWL2LAOW938C81JQLDSZR3FC5NBIOZ5T6AYJHQU1ZEIGYNW7NB1SF245QRL5PR2F9QB9B1YR47LATACOK41JZ2YEJAYJRO3HUN0G3X6VO8' where id=57; -update noar ti set v0='XY71VYW9EMPQ59SQ7MKUIPNBVBKJ6EM6DQF7GRJTM4SNZHUFK6VRXP24JXYZZ9FP6PCQIAQBHYN6YGD4LQ2OLYN23BJVK8LL8FBS64S6G3YPAZYBNJ7SL495FMZMPO2YNPLY5CXT8P4ZYT9TORHU8N0UWL2LAOW938C81JQLDSZR3FC5NBIOZ5T6AYJHQU1ZEIGYNW7NB1SF245QRL5PR2F9QB9B1YR47LATACOK41JZ2YEJAYJRO3HUN0G3X6VO8' where id=57; -update noar tt set v1='8N0TLAXW3AMYN44ZNRZCK9RFWSBQ4BHA2KFJ9AFUCPGRVUYQ79CGJRUIFS6E94EFXN0WABPM7OUI3D2033SM299S6XTMREPQF92XYTL7THW3IT735Z52PQRT5U0MTPITBY4Q1YZM0GWRUIODEFCTKSDNA554FZJZSKY37MSGJ9AOM0YZEY5N5BYFMS2TG7XJSJZ01E5Q46BTVQSPRJRCD9FUCNXK8GRY12H98ZTSP3EZ3R8ADLL2MS7ZHTSCS99YH' where id=57; -update noar ti set v1='8N0TLAXW3AMYN44ZNRZCK9RFWSBQ4BHA2KFJ9AFUCPGRVUYQ79CGJRUIFS6E94EFXN0WABPM7OUI3D2033SM299S6XTMREPQF92XYTL7THW3IT735Z52PQRT5U0MTPITBY4Q1YZM0GWRUIODEFCTKSDNA554FZJZSKY37MSGJ9AOM0YZEY5N5BYFMS2TG7XJSJZ01E5Q46BTVQSPRJRCD9FUCNXK8GRY12H98ZTSP3EZ3R8ADLL2MS7ZHTSCS99YH' where id=57; -update noar tt set v2='181IME83VOFM1CJ5NU5YRDV993DOHGVCBFDSW9JCQ7G7ORXW58239A10UYZV2S4VUKYNFSX159SXDOYX20HRL8CYEFC0M6V0OI07S1P3HIZ6OWDI3TFL5BXGPVBWKWAQQPZRPNKNHLMKEPFEYTP9NOP0KBGT3C5R0Y8YT6JH909BSFAM5HTR0PL7XZV5WLD0O58HELPH3Q1C95ILUGXYN3C4L8GJCP74U7EAPC99K6R7GPI4B6JW5RDI1WWUUF2J2' where id=57; -update noar ti set v2='181IME83VOFM1CJ5NU5YRDV993DOHGVCBFDSW9JCQ7G7ORXW58239A10UYZV2S4VUKYNFSX159SXDOYX20HRL8CYEFC0M6V0OI07S1P3HIZ6OWDI3TFL5BXGPVBWKWAQQPZRPNKNHLMKEPFEYTP9NOP0KBGT3C5R0Y8YT6JH909BSFAM5HTR0PL7XZV5WLD0O58HELPH3Q1C95ILUGXYN3C4L8GJCP74U7EAPC99K6R7GPI4B6JW5RDI1WWUUF2J2' where id=57; -update noar tt set v3='MAKEOJBJQT3M3QEOZFP2DHZMLBCOELYQCHWNV2TIRRBXWV7JNFMXG1D18OMJVLLNVD72YWNX20OOKWO7MDR1V5ZBW94IMUHZAQCJGY1YX4J8STOMZBBNCKGHA8DBEIGEH9OLGD5QNYRGVLEKTRZEML3P2Q99OT7BURN4G8EIRH68X1WW242ETZDDDU8XDMXQU87Z1AVKZSMF97FLDGLNY8HGCHT1X8PZ1L7UUK3OJG1NH6EWCG50SILBQA3775NUK' where id=57; -update noar ti set v3='MAKEOJBJQT3M3QEOZFP2DHZMLBCOELYQCHWNV2TIRRBXWV7JNFMXG1D18OMJVLLNVD72YWNX20OOKWO7MDR1V5ZBW94IMUHZAQCJGY1YX4J8STOMZBBNCKGHA8DBEIGEH9OLGD5QNYRGVLEKTRZEML3P2Q99OT7BURN4G8EIRH68X1WW242ETZDDDU8XDMXQU87Z1AVKZSMF97FLDGLNY8HGCHT1X8PZ1L7UUK3OJG1NH6EWCG50SILBQA3775NUK' where id=57; -update noar tt set v0='XNTCK6K8AXJTL5EURR61UE5KL4QI59LWZWL8W0XHOMUS7WY9D712T5QVUN24U5YG4XSSP1M1EPD9T36SGVOJDXE2XE8AKDZE2OM8DEGVT322JE6TBXA3CXAEGTBKI8WH2T29F08IOIW9U0JXKMOZOJD4LQH2R1RBHI9GYU2D2O5JZYETRJSFZILCXY2GSOO87LSGMO4COJJDJ3IMO5HPUC4TY4DPLFU6JNI2JDL7ZMKE78U1ZRFHGZP8C05X825HG' where id=58; -update noar ti set v0='XNTCK6K8AXJTL5EURR61UE5KL4QI59LWZWL8W0XHOMUS7WY9D712T5QVUN24U5YG4XSSP1M1EPD9T36SGVOJDXE2XE8AKDZE2OM8DEGVT322JE6TBXA3CXAEGTBKI8WH2T29F08IOIW9U0JXKMOZOJD4LQH2R1RBHI9GYU2D2O5JZYETRJSFZILCXY2GSOO87LSGMO4COJJDJ3IMO5HPUC4TY4DPLFU6JNI2JDL7ZMKE78U1ZRFHGZP8C05X825HG' where id=58; -update noar tt set v1='NITS3G6YX1LZILX51R77TPV16QLNHE0JE25FU308BD37CZ1R0UAVX8JVHH2IJA60HOEI2IUE7SCDEXHRXGYWD524FAHFTT7MEESDC35AKU47Z0JP804UFHR0V36WC23TT4NAI0S66ZOT1C5JCYMEF8CV8FSFWYPFJORAHMVA9BDIQT5S5P2MHURY44OHPQTTCCPGJ0YF5V2THSMP7ULLP2LXM3HC8S26ZKHOVFYJ3I9DUPIX7NTG4Q956GL7X7JSU' where id=58; -update noar ti set v1='NITS3G6YX1LZILX51R77TPV16QLNHE0JE25FU308BD37CZ1R0UAVX8JVHH2IJA60HOEI2IUE7SCDEXHRXGYWD524FAHFTT7MEESDC35AKU47Z0JP804UFHR0V36WC23TT4NAI0S66ZOT1C5JCYMEF8CV8FSFWYPFJORAHMVA9BDIQT5S5P2MHURY44OHPQTTCCPGJ0YF5V2THSMP7ULLP2LXM3HC8S26ZKHOVFYJ3I9DUPIX7NTG4Q956GL7X7JSU' where id=58; -update noar tt set v2='S0H4JFN1MX70SMLWUO4L939QUPPY9RV1GP0A446JOFH838XGFLOXU8T5EVXZQNS6ANFGKYOAM0TWK224MIJC0IHEKMSA4JE202TJ3Q76VG9E3UPRP7ZIO2FXXH5XBUAXYOJ82Y013CBX2K7S9FEV72ZHL1TZTM55O4ZCJU6P1ZR8E1WH59ATFPWAX7TT4NNSZ5F2BDFJH8Z1R7EUBPDO1DBYBOTWE8ZXTKAXUOHPRX8U7P598JXY5A2L86AHJG24S' where id=58; -update noar ti set v2='S0H4JFN1MX70SMLWUO4L939QUPPY9RV1GP0A446JOFH838XGFLOXU8T5EVXZQNS6ANFGKYOAM0TWK224MIJC0IHEKMSA4JE202TJ3Q76VG9E3UPRP7ZIO2FXXH5XBUAXYOJ82Y013CBX2K7S9FEV72ZHL1TZTM55O4ZCJU6P1ZR8E1WH59ATFPWAX7TT4NNSZ5F2BDFJH8Z1R7EUBPDO1DBYBOTWE8ZXTKAXUOHPRX8U7P598JXY5A2L86AHJG24S' where id=58; -update noar tt set v3='8WV6OJQZC90L4VLFY10MKFJ0JLW94M2U6FB2X95XNEKDFEDOWOR3WIXJ91PBY3JMAG84X3EDN9LEGK8G3TPOO5UTWRFJFXDN84804OMBSI36OKFEXAK5TCA8IVUNAEMNGOJM84XRU6AU88VMYVLXKC91P5N4L900PX9D6BCYZ4HIJS2GSTYFQN8F9ECT1JXYTE7FDPV2Y3D876ALNON62ZI3BB0P7I4QXIYM2PV8AUVWPG558AQRN3BEW7KDGY4KA' where id=58; -update noar ti set v3='8WV6OJQZC90L4VLFY10MKFJ0JLW94M2U6FB2X95XNEKDFEDOWOR3WIXJ91PBY3JMAG84X3EDN9LEGK8G3TPOO5UTWRFJFXDN84804OMBSI36OKFEXAK5TCA8IVUNAEMNGOJM84XRU6AU88VMYVLXKC91P5N4L900PX9D6BCYZ4HIJS2GSTYFQN8F9ECT1JXYTE7FDPV2Y3D876ALNON62ZI3BB0P7I4QXIYM2PV8AUVWPG558AQRN3BEW7KDGY4KA' where id=58; -update noar tt set v0='9G6I943PKYH7YHR8TW4RND8B97HJ856LCO5NU7KNH7Z2U6U7BTHO5DPFVNXNT9YB4DJQ2T5MOEBM7KUH039MNCN9IV8KDJ8VEJGK6LGN7VPZSB8YQFM5DHD6KGH48URDT7QDRQD3UBJ5ANNBN39NWT99OO0GDMB4PRA1KA4BYIPGHLZK27OCWFSIML3E0ZAE7NV0TID45GZYFZ6X4MFAVTB8TZ9720K9FD0IFD1FTM4L98N8154LTKW9OBHFZZ9DE' where id=59; -update noar ti set v0='9G6I943PKYH7YHR8TW4RND8B97HJ856LCO5NU7KNH7Z2U6U7BTHO5DPFVNXNT9YB4DJQ2T5MOEBM7KUH039MNCN9IV8KDJ8VEJGK6LGN7VPZSB8YQFM5DHD6KGH48URDT7QDRQD3UBJ5ANNBN39NWT99OO0GDMB4PRA1KA4BYIPGHLZK27OCWFSIML3E0ZAE7NV0TID45GZYFZ6X4MFAVTB8TZ9720K9FD0IFD1FTM4L98N8154LTKW9OBHFZZ9DE' where id=59; -update noar tt set v1='JFB48J7JXQWZHD2Q6X72OUDC83KI1OT0JUKOF3S0MMZIOV8BU9YMIA22R8WVD69ENZWOB562I69B9LN23EC9RAVBU8ITOMK82XFTX29NACAIXEIH7ANJQX9169M63N6Z5LDBCSQL5Y0W70D2HFALBKGI5XGW9X67YDK5COC0SMK3CJY8YCMP45PDF0GBDV1UR05QSG10DTNTQKLWWPD60SOIUFKAC1VKEBS0ZTFJ7FUPD6Z3COZWENX7ETPYP7P2Z' where id=59; -update noar ti set v1='JFB48J7JXQWZHD2Q6X72OUDC83KI1OT0JUKOF3S0MMZIOV8BU9YMIA22R8WVD69ENZWOB562I69B9LN23EC9RAVBU8ITOMK82XFTX29NACAIXEIH7ANJQX9169M63N6Z5LDBCSQL5Y0W70D2HFALBKGI5XGW9X67YDK5COC0SMK3CJY8YCMP45PDF0GBDV1UR05QSG10DTNTQKLWWPD60SOIUFKAC1VKEBS0ZTFJ7FUPD6Z3COZWENX7ETPYP7P2Z' where id=59; -update noar tt set v2='6C6KGZNIFUVCEFDBPIPJN6RYHIOYZF79HOT2UBVP65BIQVZFDNPZTI8D8YW5BFJAWTPNFGWUY7LK7EPQHRBVGJBLWJXRK85333TDB3NT1X32IQHBIORHU3SCHXRNUKZ6Y474F7ZKD2YTJR5ZTUR5AHJ82LYEXKGV0B6P5QFD7SBNJVQFNZGL48F7UHLSY4HVQ0NTSQJDGW588624MIIDXKO485ID9ZM0JJCMPB1UZVIS2LLHZC06RHQ9ZKXEFACHZ' where id=59; -update noar ti set v2='6C6KGZNIFUVCEFDBPIPJN6RYHIOYZF79HOT2UBVP65BIQVZFDNPZTI8D8YW5BFJAWTPNFGWUY7LK7EPQHRBVGJBLWJXRK85333TDB3NT1X32IQHBIORHU3SCHXRNUKZ6Y474F7ZKD2YTJR5ZTUR5AHJ82LYEXKGV0B6P5QFD7SBNJVQFNZGL48F7UHLSY4HVQ0NTSQJDGW588624MIIDXKO485ID9ZM0JJCMPB1UZVIS2LLHZC06RHQ9ZKXEFACHZ' where id=59; -update noar tt set v3='58W1GV25XYESW7KJ89OO4NEWR5L7ZFVKR8D4GTDW3M07UOA1FO9ZQBD6EN0WBO96KR1745XDYI4YP73DOMCA00QVV085QLBAYM08XBAULF0FJRX65ZTH5VQ7USAFX28WGDSL71W57LQGFFIFSQPZ4CS4JM1A64Z87IRYCRABUKSVRE42J98EDN8QADYINB2H2ZFZ1TVPMA5716GFT4HRQMUME5YSZPDX7CU80D1ZDAWI0WHBJMCPMMJ2SR52TP9SG' where id=59; -update noar ti set v3='58W1GV25XYESW7KJ89OO4NEWR5L7ZFVKR8D4GTDW3M07UOA1FO9ZQBD6EN0WBO96KR1745XDYI4YP73DOMCA00QVV085QLBAYM08XBAULF0FJRX65ZTH5VQ7USAFX28WGDSL71W57LQGFFIFSQPZ4CS4JM1A64Z87IRYCRABUKSVRE42J98EDN8QADYINB2H2ZFZ1TVPMA5716GFT4HRQMUME5YSZPDX7CU80D1ZDAWI0WHBJMCPMMJ2SR52TP9SG' where id=59; -update noar tt set v0='I73EEGL2XCVDFM7A1MMQA51II6O4Z5CURTJLOQUT8WU5MUQIHB9S3XBE2KYV6FIZSJBAWKORN9R8C18FJNGKRUEOZP2CAK5Z7ARBHDZP32OQ1QXKO3I4CVKY0P7L806TSOAO5K8J5TKQUKXKTGXA1SXEVVKD3RIX27U5BGXKD3G8OAXIJP0MYPLZODODEZA0S9P135GCMXK1OXIEAVQY89SKZJRP7497GNUMYBLA822NZV866G5RKQ2TW22RG8B9E' where id=60; -update noar ti set v0='I73EEGL2XCVDFM7A1MMQA51II6O4Z5CURTJLOQUT8WU5MUQIHB9S3XBE2KYV6FIZSJBAWKORN9R8C18FJNGKRUEOZP2CAK5Z7ARBHDZP32OQ1QXKO3I4CVKY0P7L806TSOAO5K8J5TKQUKXKTGXA1SXEVVKD3RIX27U5BGXKD3G8OAXIJP0MYPLZODODEZA0S9P135GCMXK1OXIEAVQY89SKZJRP7497GNUMYBLA822NZV866G5RKQ2TW22RG8B9E' where id=60; -update noar tt set v1='H7DSCRP710JNTL15CAT1LXSWBOP9D09FMYNBZXIO50DPXHVO8BY7AOZV0GYLM4Y4YI0BGL2NZ9NWRIXR23PSZJ2RXTLN51F8VN26CTSVN80Y2955254SZB85WZWHFYL8AAG6OSH45J4LQZL85GX026L44EYPFCK1RM2MI3PR7BTAJHUQRRFT4CR7YVAQDZTUV6RDSN45PVK4CTHCF6EJYFTQPZ4VEOXM1ORU0LYWEUTL9N2K9EAXO6AJG81DVVYQA' where id=60; -update noar ti set v1='H7DSCRP710JNTL15CAT1LXSWBOP9D09FMYNBZXIO50DPXHVO8BY7AOZV0GYLM4Y4YI0BGL2NZ9NWRIXR23PSZJ2RXTLN51F8VN26CTSVN80Y2955254SZB85WZWHFYL8AAG6OSH45J4LQZL85GX026L44EYPFCK1RM2MI3PR7BTAJHUQRRFT4CR7YVAQDZTUV6RDSN45PVK4CTHCF6EJYFTQPZ4VEOXM1ORU0LYWEUTL9N2K9EAXO6AJG81DVVYQA' where id=60; -update noar tt set v2='N3HL95RWNSMG5ULYW73MZAM9IJWAZTBW9V2Q77KUR45USYWZCFC135QQ808B9LH4RS7CN7JTPAE7997W8B5MFLGGZA94SOOE5STFWB423VIQU2JPCGKANAY9548RLVXFK614WN1U00TQMMOO3HJWDDPU6MQZ6YF9QHSPYR1KFM6E67DY39E3FF6D4Z4J3NXTZD7P3M4YRHYVW51UXZJJ0NXKK49L7AEK8SE3R0W6KH3IHNCLRU410JFRI6Z514U56' where id=60; -update noar ti set v2='N3HL95RWNSMG5ULYW73MZAM9IJWAZTBW9V2Q77KUR45USYWZCFC135QQ808B9LH4RS7CN7JTPAE7997W8B5MFLGGZA94SOOE5STFWB423VIQU2JPCGKANAY9548RLVXFK614WN1U00TQMMOO3HJWDDPU6MQZ6YF9QHSPYR1KFM6E67DY39E3FF6D4Z4J3NXTZD7P3M4YRHYVW51UXZJJ0NXKK49L7AEK8SE3R0W6KH3IHNCLRU410JFRI6Z514U56' where id=60; -update noar tt set v3='E5K3CYRB81ZAUEHY3IKPV60QVDE8H66DXJ6X2CCFQLJWDIYJ88W3IHJ0N59OYZNLCGZBDWXWVINI5P3GNZWV9TDCRA5H6SNTNNO1FSST8XB1C3FTOXJ8DNUS8VGWZ6VIV3XG48LWP7TAFE0WNRG6GBV8Z5UNGSA0RUVG4W1YV79AT1J6SZB0UFFRECY88HJD8Z0P68GSA82BBTKXFQMFKV095A42KKBE3BTUGQBFU654Z8H4X1W328JIHYKSNJ5Z7' where id=60; -update noar ti set v3='E5K3CYRB81ZAUEHY3IKPV60QVDE8H66DXJ6X2CCFQLJWDIYJ88W3IHJ0N59OYZNLCGZBDWXWVINI5P3GNZWV9TDCRA5H6SNTNNO1FSST8XB1C3FTOXJ8DNUS8VGWZ6VIV3XG48LWP7TAFE0WNRG6GBV8Z5UNGSA0RUVG4W1YV79AT1J6SZB0UFFRECY88HJD8Z0P68GSA82BBTKXFQMFKV095A42KKBE3BTUGQBFU654Z8H4X1W328JIHYKSNJ5Z7' where id=60; -update noar tt set v0='BC23ZSPXJFKOKVCR20RS9DYV100NC2SQ5PWICSU1N9CLH1X8FGLI43SP74I97O1I7P6D8Y09PWU3FFAJ6WAWKV9DDDSIT6JUL85R7JAX44WF307AMNP0WAKCRKE5Z8XTMNFJ5PQW2OR9CWMOYLS2ZYLSO7CLMI5XZC9KCAB21PHHY2IF3QJDGDFWYXV9MHYHHIP5QJOP41AZT4L1L3JIKBOTBSPGCIWBP8651VXJPSZOJNAT1PIM8EPRXWGE6LD3Z' where id=61; -update noar ti set v0='BC23ZSPXJFKOKVCR20RS9DYV100NC2SQ5PWICSU1N9CLH1X8FGLI43SP74I97O1I7P6D8Y09PWU3FFAJ6WAWKV9DDDSIT6JUL85R7JAX44WF307AMNP0WAKCRKE5Z8XTMNFJ5PQW2OR9CWMOYLS2ZYLSO7CLMI5XZC9KCAB21PHHY2IF3QJDGDFWYXV9MHYHHIP5QJOP41AZT4L1L3JIKBOTBSPGCIWBP8651VXJPSZOJNAT1PIM8EPRXWGE6LD3Z' where id=61; -update noar tt set v1='70K25FRSSEQYO12G0KVXDEK7D1JYFVO6C4STN7GGMZTTQD1P067ZYLYZHZEZ8JTJQE2AUNIN27OVAX1S4BU7USZ21FXN2YJAQO8AL417DELPSJF48JS6MIH4WO936IWBF5AJDATB25GO7LWCMRO26TTV1VRRY5LVBVL0JUE8H07GV9KRLDZWGC1ZNJH7C65A262WZPUV6JZVEQH1G1U9W0Y164DCX9WD4UGB7DSQWARN8EBJCKMMCF7A0G1QV8ITL' where id=61; -update noar ti set v1='70K25FRSSEQYO12G0KVXDEK7D1JYFVO6C4STN7GGMZTTQD1P067ZYLYZHZEZ8JTJQE2AUNIN27OVAX1S4BU7USZ21FXN2YJAQO8AL417DELPSJF48JS6MIH4WO936IWBF5AJDATB25GO7LWCMRO26TTV1VRRY5LVBVL0JUE8H07GV9KRLDZWGC1ZNJH7C65A262WZPUV6JZVEQH1G1U9W0Y164DCX9WD4UGB7DSQWARN8EBJCKMMCF7A0G1QV8ITL' where id=61; -update noar tt set v2='7NF99XEP5HPBEHHYT23I5WZ6U3K87JOY7JNK3K5RE2J1N4RJ52WGPHELFTZ5333SY6BBODGVFH8K66CUDDJHQX25H2ZW36BUE9IF1ALPS5UY762D3KMEZVFHHG720IUOLSDT92UYXE7LUOC054GGFZ2Y7Q320DFM98WGIO162M0O1M7Y998ERE4BZ3S0IOPOG5ZKV1OCFJ3V2TJX3JNSWT54CQBKVQ3XN0OUYXU2V34OXBV2RKVYIVI3D59AR3MX2' where id=61; -update noar ti set v2='7NF99XEP5HPBEHHYT23I5WZ6U3K87JOY7JNK3K5RE2J1N4RJ52WGPHELFTZ5333SY6BBODGVFH8K66CUDDJHQX25H2ZW36BUE9IF1ALPS5UY762D3KMEZVFHHG720IUOLSDT92UYXE7LUOC054GGFZ2Y7Q320DFM98WGIO162M0O1M7Y998ERE4BZ3S0IOPOG5ZKV1OCFJ3V2TJX3JNSWT54CQBKVQ3XN0OUYXU2V34OXBV2RKVYIVI3D59AR3MX2' where id=61; -update noar tt set v3='A7T0NQ8ASJMHXYNYEY42ICFARK4Q410H42IKEI4DYXW0OQHL6BDAZM03HBYDZI40TE350CENWYK1L61OAOE9FE9IZYLB7MB5TFXODXN67HXUGJ941G4PE2J7MAL3UNGG1DSBF5UAX5WZIBIHXP7JP710PGG2VBVMVRHY28N10SKQOSUDGL9MXX5G7BNOHXJXAA4L106CRENDM3U4V97UBVBJMK3VCXG02OTA9MJ51KKB2N5RZWYO3IPBMN4MIDVF5' where id=61; -update noar ti set v3='A7T0NQ8ASJMHXYNYEY42ICFARK4Q410H42IKEI4DYXW0OQHL6BDAZM03HBYDZI40TE350CENWYK1L61OAOE9FE9IZYLB7MB5TFXODXN67HXUGJ941G4PE2J7MAL3UNGG1DSBF5UAX5WZIBIHXP7JP710PGG2VBVMVRHY28N10SKQOSUDGL9MXX5G7BNOHXJXAA4L106CRENDM3U4V97UBVBJMK3VCXG02OTA9MJ51KKB2N5RZWYO3IPBMN4MIDVF5' where id=61; -update noar tt set v0='5E4N4TIDSTDNDHHKRACEGMD6B7F64VPYY6J0Y4SJSF4BX26CWN4BLA4QAJH0ED2MMAXWOXX74E5TY7D3STMQ0A7SWZEUMPLGNTE92CZWORV3HSNYBFNBMX5B4AQMJZWAYNN4Z2X0YX36ZN1Q3S8PMMX4I63MXQNW7OQ5NVR7KKO0XIZI5N4KOATMWN8ZZFQ1XEQULEFWVP0IGROQ1UTN1PB6A2QDD3J8F3FK4NS7AP061XFSOOPH6Q69BYH28NR1C' where id=62; -update noar ti set v0='5E4N4TIDSTDNDHHKRACEGMD6B7F64VPYY6J0Y4SJSF4BX26CWN4BLA4QAJH0ED2MMAXWOXX74E5TY7D3STMQ0A7SWZEUMPLGNTE92CZWORV3HSNYBFNBMX5B4AQMJZWAYNN4Z2X0YX36ZN1Q3S8PMMX4I63MXQNW7OQ5NVR7KKO0XIZI5N4KOATMWN8ZZFQ1XEQULEFWVP0IGROQ1UTN1PB6A2QDD3J8F3FK4NS7AP061XFSOOPH6Q69BYH28NR1C' where id=62; -update noar tt set v1='LLCAJ6M5UL1JWPB3Z8QN63YSPHN25ZLAEHB7UT6V9Y49O6439JCOFK38IR99104NH4MVL3L16U7PE5X0NNRJQE334PKHCG6FC8YI29HRFCAX04YBJJPCMNKHGZJ00G4LJ6I1MRNXM2FK561GH31RKFYL88XJ3133ET839CTKPCHW5OSLZA50MZBWI8GN70F5NH27XN2Q2BU7GC05ZRZ1LSQ60OT1GTZNAJE48WP61ZBMFY1YJC5D5YGI3RE66K54F' where id=62; -update noar ti set v1='LLCAJ6M5UL1JWPB3Z8QN63YSPHN25ZLAEHB7UT6V9Y49O6439JCOFK38IR99104NH4MVL3L16U7PE5X0NNRJQE334PKHCG6FC8YI29HRFCAX04YBJJPCMNKHGZJ00G4LJ6I1MRNXM2FK561GH31RKFYL88XJ3133ET839CTKPCHW5OSLZA50MZBWI8GN70F5NH27XN2Q2BU7GC05ZRZ1LSQ60OT1GTZNAJE48WP61ZBMFY1YJC5D5YGI3RE66K54F' where id=62; -update noar tt set v2='DXZ8JCRWV7Q0DSTX0TLW5XX0CZSZN5FFY6IWU7FCDADX86Q9JFVG4LNV0FUQQ6NFJJ4WI0TT1QK3VMA5O1VMX4Y3AWK6DJJTMU841BEP79RSHJIXR3A40KO7B45OX9Z1EHD75DWB7MYTI8QYRUJWATPBVD5D37KABKFFOIZ4AA7FP7CRM4FEWVIIQOM5KFZIQ4IYMLCZ41KASQVM2N0D51AQVJC2QKHRJ1462B2WYO7X4MPIBTKMNL5E2QJ6TEXRY' where id=62; -update noar ti set v2='DXZ8JCRWV7Q0DSTX0TLW5XX0CZSZN5FFY6IWU7FCDADX86Q9JFVG4LNV0FUQQ6NFJJ4WI0TT1QK3VMA5O1VMX4Y3AWK6DJJTMU841BEP79RSHJIXR3A40KO7B45OX9Z1EHD75DWB7MYTI8QYRUJWATPBVD5D37KABKFFOIZ4AA7FP7CRM4FEWVIIQOM5KFZIQ4IYMLCZ41KASQVM2N0D51AQVJC2QKHRJ1462B2WYO7X4MPIBTKMNL5E2QJ6TEXRY' where id=62; -update noar tt set v3='EUCJBIRS74PFT45AO86R084LRGIZ89P5S8TGU79I5A2X05QP83SGBNECXOQR22UEJ0BDJ9OSO5GICJDX9GSE8C1F2AGV0J13NIPQE8R5X3BF241W1GB7YHXFADQ3F1OLOOYPHZ16BMQKRVM94YOXS4127AWB2OZKOS8V8KU40PO8VUOMJVN0KG5ITQPP7W39HE80AWW8FE8LJTCNYBEL9OW6RFL8D8XGUVMN8GS6YQPDUWWQPCOY0DH9DZZX1QALS' where id=62; -update noar ti set v3='EUCJBIRS74PFT45AO86R084LRGIZ89P5S8TGU79I5A2X05QP83SGBNECXOQR22UEJ0BDJ9OSO5GICJDX9GSE8C1F2AGV0J13NIPQE8R5X3BF241W1GB7YHXFADQ3F1OLOOYPHZ16BMQKRVM94YOXS4127AWB2OZKOS8V8KU40PO8VUOMJVN0KG5ITQPP7W39HE80AWW8FE8LJTCNYBEL9OW6RFL8D8XGUVMN8GS6YQPDUWWQPCOY0DH9DZZX1QALS' where id=62; -update noar tt set v0='39CFH1HQ8UOXCI9E2R28NE4YAHBBVFY9E36BP0LS587UL44S2XTUFIVBWFPODZ5A6PO5LWXVFF1MSPK1U5XT813NZUAZJMJLK7ZD2YL39NTPG2NXZB134HGFCMTO50BCUQXWCZK5WXH03U7SO5T9Q8O2CV5H6EK7FVNBGIKTGUOWXM0TP3F566THK22OA7IQJUD19TV5OKLVY8XUONQGAE10YIDQCNTD5GOZ9IRZ3HING2MQMYPN5R8UB1GPTA6JA' where id=63; -update noar ti set v0='39CFH1HQ8UOXCI9E2R28NE4YAHBBVFY9E36BP0LS587UL44S2XTUFIVBWFPODZ5A6PO5LWXVFF1MSPK1U5XT813NZUAZJMJLK7ZD2YL39NTPG2NXZB134HGFCMTO50BCUQXWCZK5WXH03U7SO5T9Q8O2CV5H6EK7FVNBGIKTGUOWXM0TP3F566THK22OA7IQJUD19TV5OKLVY8XUONQGAE10YIDQCNTD5GOZ9IRZ3HING2MQMYPN5R8UB1GPTA6JA' where id=63; -update noar tt set v1='RS03SWW2C7K6A80ZS1JNZKYAXCQ6IG6NDR4VX30KJ16P9COD63BHO02C4A7LONEKR7SPJRWQY8BZD4IOUBNDG8UFUI4K5B0P4OOZTO4O6U6ETGCKMZME6P1ILTQKL4LCHWJ4B8FLMIOZR42DXPST9IZKM6CI1WAWK6VW7XYVNDC61Q42YS1A5KX9K7JDEP6GADCOU8ET65KXWZI5GMX7POYJU2YG6VN8LYIMUPNH5N5LN60KO38X14RLKA8YJW5OI' where id=63; -update noar ti set v1='RS03SWW2C7K6A80ZS1JNZKYAXCQ6IG6NDR4VX30KJ16P9COD63BHO02C4A7LONEKR7SPJRWQY8BZD4IOUBNDG8UFUI4K5B0P4OOZTO4O6U6ETGCKMZME6P1ILTQKL4LCHWJ4B8FLMIOZR42DXPST9IZKM6CI1WAWK6VW7XYVNDC61Q42YS1A5KX9K7JDEP6GADCOU8ET65KXWZI5GMX7POYJU2YG6VN8LYIMUPNH5N5LN60KO38X14RLKA8YJW5OI' where id=63; -update noar tt set v2='H5RAPPDQU8A0YUH4TRLD3DUAP3N4IGFFROZAO1G9V16KWA40SO3NMMAGCQHQ75XADXZPHNJA4X80AW1KR3PD479VLNIIQ0LME3VZJXBF6835AX8TIGVMCL56UGIAKQBSQ0BIRX0NY3LMCW8S4YOIX16LBLC7G4KFPZB5XJFW4KXFT5GEPEDW5ITFRX5XIGBOW43AFKPSXABQA04ZCY8IGV3UBI268YC9O73KE932AQ7LGW9OWI1PY8P9Q6ILIDJXV' where id=63; -update noar ti set v2='H5RAPPDQU8A0YUH4TRLD3DUAP3N4IGFFROZAO1G9V16KWA40SO3NMMAGCQHQ75XADXZPHNJA4X80AW1KR3PD479VLNIIQ0LME3VZJXBF6835AX8TIGVMCL56UGIAKQBSQ0BIRX0NY3LMCW8S4YOIX16LBLC7G4KFPZB5XJFW4KXFT5GEPEDW5ITFRX5XIGBOW43AFKPSXABQA04ZCY8IGV3UBI268YC9O73KE932AQ7LGW9OWI1PY8P9Q6ILIDJXV' where id=63; -update noar tt set v3='CJH5OL21PLDDG7AISNRCFBESYECZBA533K1MYP7YUMIYVYPXB3C5RFY6WC5MLB8AFTZO1DYVZSKUZOVAULLNWGORAI52OYKGW1K1UMYPDA3245OWWS6VZTX1L90VSWVOGWQQDH0BJ4G2JMTTH646QUMYOXNWMZF3W3QPP6OFZKKHXJQELSQYATQX7M92C6X2YUEM88MMQCZT6XT3215D7ATDS101PLK9DTZ6SK7OVWL4DGD907960Q3NSDL7QB6TF' where id=63; -update noar ti set v3='CJH5OL21PLDDG7AISNRCFBESYECZBA533K1MYP7YUMIYVYPXB3C5RFY6WC5MLB8AFTZO1DYVZSKUZOVAULLNWGORAI52OYKGW1K1UMYPDA3245OWWS6VZTX1L90VSWVOGWQQDH0BJ4G2JMTTH646QUMYOXNWMZF3W3QPP6OFZKKHXJQELSQYATQX7M92C6X2YUEM88MMQCZT6XT3215D7ATDS101PLK9DTZ6SK7OVWL4DGD907960Q3NSDL7QB6TF' where id=63; -update noar tt set v0='PCN8MXZ3YHRECE96RKQVEF393NXHCW7SQU82CPCFBB87Q5G1U71SJEOXCDOSQODQY536LZGFU64G9I2EMEBBNPQL7Z28XPCKK0JMMUD7DOJYKK9HKZNX8GMHVZ9EH39DPJEQ3ORMY7886M6WS1O79K6X2YB8EJEY0DVY2JVGUBY1GQEO19OK16SM1YYF1PWE295KCHVI41FND8DJSNXNTWBIXDRLIOYJ1DUQC626T9PCI31IQJ1JUJG6VSOM27JAZ' where id=64; -update noar ti set v0='PCN8MXZ3YHRECE96RKQVEF393NXHCW7SQU82CPCFBB87Q5G1U71SJEOXCDOSQODQY536LZGFU64G9I2EMEBBNPQL7Z28XPCKK0JMMUD7DOJYKK9HKZNX8GMHVZ9EH39DPJEQ3ORMY7886M6WS1O79K6X2YB8EJEY0DVY2JVGUBY1GQEO19OK16SM1YYF1PWE295KCHVI41FND8DJSNXNTWBIXDRLIOYJ1DUQC626T9PCI31IQJ1JUJG6VSOM27JAZ' where id=64; -update noar tt set v1='YIGIF0ZX8QLO64RFT1JXET0653QPXW7GQ131Z3AU254AJU194UU2TZYU2IIMEWU1IJ7XCG3F0QQ0BALFI5YHY2WNFUOG3RFMR4JTU73N6MX7DTR84VMZ1O6Z0F0N2HCC4AXD5N5PY5VBN3VLO1QEBMG73HFSTBUE5Q9VWPWPT17ZZHM17SR9AQBMR8FS70JYTMD6YVN0HU2O8FHY6EWTKOF1C4YVYOA2VNBFNNBZ1LO3SORHIN04K5FCEO0FSOGT1' where id=64; -update noar ti set v1='YIGIF0ZX8QLO64RFT1JXET0653QPXW7GQ131Z3AU254AJU194UU2TZYU2IIMEWU1IJ7XCG3F0QQ0BALFI5YHY2WNFUOG3RFMR4JTU73N6MX7DTR84VMZ1O6Z0F0N2HCC4AXD5N5PY5VBN3VLO1QEBMG73HFSTBUE5Q9VWPWPT17ZZHM17SR9AQBMR8FS70JYTMD6YVN0HU2O8FHY6EWTKOF1C4YVYOA2VNBFNNBZ1LO3SORHIN04K5FCEO0FSOGT1' where id=64; -update noar tt set v2='C4P5I84A0U101Q924KIC2P6ZAJCXS0D6C51NQ1U4ONHHDNNRC0JU6QMET0009627MF3WRXH2HSXKK0XEQDOPKJAN1AKJ38IW3S9JXVH51SNUE8WOHO25ZRTEU6HCFOVQL630PO8IQDXLBLQOF0NFDPHUHAMTBDLMH366Z3M78EPRAQ09K2X5RKLN16B96VFL8G59ELR9G6E9WV62L7M6EKH32J8ER5BZYW5B0H8QKY4Z1DNZ3GA2FW5D2QQPDKS7M' where id=64; -update noar ti set v2='C4P5I84A0U101Q924KIC2P6ZAJCXS0D6C51NQ1U4ONHHDNNRC0JU6QMET0009627MF3WRXH2HSXKK0XEQDOPKJAN1AKJ38IW3S9JXVH51SNUE8WOHO25ZRTEU6HCFOVQL630PO8IQDXLBLQOF0NFDPHUHAMTBDLMH366Z3M78EPRAQ09K2X5RKLN16B96VFL8G59ELR9G6E9WV62L7M6EKH32J8ER5BZYW5B0H8QKY4Z1DNZ3GA2FW5D2QQPDKS7M' where id=64; -update noar tt set v3='UPQLVCOOA8X666WEWY85BHB0VIYFT074071R8J27KWVLSQUWRIBEZKOL7HYRS9VS2F3D2451NLAAK1U7YK6HRKTSUTKLLD2D7J47S4R68EFCPPVB7RNCM4VKXEA6IB3OKGUNP0IG7W77S179Z5VSHN0IBMRUY0MXUX573IGJBCPAQA09PMSXRPLED5DZADQVBZJVRKOTM2AHPJXAPT4KC85TEGWLD4HCEXBLNUEXLCY987P1UM48P5EAPGC4BZMKS' where id=64; -update noar ti set v3='UPQLVCOOA8X666WEWY85BHB0VIYFT074071R8J27KWVLSQUWRIBEZKOL7HYRS9VS2F3D2451NLAAK1U7YK6HRKTSUTKLLD2D7J47S4R68EFCPPVB7RNCM4VKXEA6IB3OKGUNP0IG7W77S179Z5VSHN0IBMRUY0MXUX573IGJBCPAQA09PMSXRPLED5DZADQVBZJVRKOTM2AHPJXAPT4KC85TEGWLD4HCEXBLNUEXLCY987P1UM48P5EAPGC4BZMKS' where id=64; -update noar tt set v0='KW6ZLQWPP4QUOJC76OCDRZ6G74BEQQUWXMA5P5F80PJ49OXZWCR2JMD81NAE9YS0GKEPDOPEMUQ9M24NLJC57MXO8K3N1K6WQS1UZ47PY1T19LRSV5C66J1AA19RLWW47KPLLJKB73V5E9I0G464LO32YJLALAMA58DTP0C9CW7KXBED84704RVC5L6Z8Y6EISXV0QU2UN8WKEG49UMTZFPU0F6N4GJ68Q1CYX8IPJ1FNTLN6FNG8X54AE0NIALVU' where id=65; -update noar ti set v0='KW6ZLQWPP4QUOJC76OCDRZ6G74BEQQUWXMA5P5F80PJ49OXZWCR2JMD81NAE9YS0GKEPDOPEMUQ9M24NLJC57MXO8K3N1K6WQS1UZ47PY1T19LRSV5C66J1AA19RLWW47KPLLJKB73V5E9I0G464LO32YJLALAMA58DTP0C9CW7KXBED84704RVC5L6Z8Y6EISXV0QU2UN8WKEG49UMTZFPU0F6N4GJ68Q1CYX8IPJ1FNTLN6FNG8X54AE0NIALVU' where id=65; -update noar tt set v1='KIFMD4EKTW5JGB9J5QV6DCWWRPBFYEPI1995IWQ4H9ZVLYTOC3AF3IG301Z4D92YK1L95JNTVZVD93COUCNJNCRG7FW6N31NKXDJQJ8KCQ09TNO66FR9S7Z1EW9DHGH1ZJVHOH0CBGZ29NHGLOSBUP47TUHSQ9N265S565GTIPO2LT00E2KVBVT1T3DA0OJ6R0MSYDXFH0Z34C8IE9RFZS3T2YTQ2KFNJ296AXLSB4T1WAAM1OQY485YHC1Y9F8GQ' where id=65; -update noar ti set v1='KIFMD4EKTW5JGB9J5QV6DCWWRPBFYEPI1995IWQ4H9ZVLYTOC3AF3IG301Z4D92YK1L95JNTVZVD93COUCNJNCRG7FW6N31NKXDJQJ8KCQ09TNO66FR9S7Z1EW9DHGH1ZJVHOH0CBGZ29NHGLOSBUP47TUHSQ9N265S565GTIPO2LT00E2KVBVT1T3DA0OJ6R0MSYDXFH0Z34C8IE9RFZS3T2YTQ2KFNJ296AXLSB4T1WAAM1OQY485YHC1Y9F8GQ' where id=65; -update noar tt set v2='LT3SB6XVJCYKWLJ5XFOG20GGTFH417GYX503T08133NNW0EGC38J832FD4TQXAB47ROFYZ1JJW8HQ3WM848CWSQ3S6FSIH0TT4NA8MS1TY20I6LHNYL79ZKUDCTNBPZD9BGKB393BATUQ5NJ6G2JUFJYP9SUJHQ8W3NT659MSCPRB0GI4M1M0BAFATEEOGRZZI31G25B0YG7DMV9AH8TJ5ONBMZFCDU9ZHNSMPK4Q371ZHNEXCFKWYUL7DT5Z8PPZ' where id=65; -update noar ti set v2='LT3SB6XVJCYKWLJ5XFOG20GGTFH417GYX503T08133NNW0EGC38J832FD4TQXAB47ROFYZ1JJW8HQ3WM848CWSQ3S6FSIH0TT4NA8MS1TY20I6LHNYL79ZKUDCTNBPZD9BGKB393BATUQ5NJ6G2JUFJYP9SUJHQ8W3NT659MSCPRB0GI4M1M0BAFATEEOGRZZI31G25B0YG7DMV9AH8TJ5ONBMZFCDU9ZHNSMPK4Q371ZHNEXCFKWYUL7DT5Z8PPZ' where id=65; -update noar tt set v3='PRRX7TRDNUSBYOUFQA3ND47X6RELCDYQMNU9LA22PV0UC4YXJUTTSY111SMWM4CO923B7CXA79M5ERRTH4GWW8XUZX2CIHYML9U8TEJC3ENOL6HMCZ8JPYNNHPVTCN6G6K21DS6IQGSVVB5BSWB3CFDPX7MKK3DOLPEHSMZQ4DGMP74HXTOR1MTDM1H3J6ZH41SC03SVWOEGPGPAQFRUP04GKMXXRJLGSWHVQ5TEIAPVRYZ7EDEXDEC9C41M4TGT8' where id=65; -update noar ti set v3='PRRX7TRDNUSBYOUFQA3ND47X6RELCDYQMNU9LA22PV0UC4YXJUTTSY111SMWM4CO923B7CXA79M5ERRTH4GWW8XUZX2CIHYML9U8TEJC3ENOL6HMCZ8JPYNNHPVTCN6G6K21DS6IQGSVVB5BSWB3CFDPX7MKK3DOLPEHSMZQ4DGMP74HXTOR1MTDM1H3J6ZH41SC03SVWOEGPGPAQFRUP04GKMXXRJLGSWHVQ5TEIAPVRYZ7EDEXDEC9C41M4TGT8' where id=65; -update noar tt set v0='SBBNU41MNITGINJGLWXUVNS93PEO7C2ZN2LK37CH327WKYRMC9ZMWA8ET2RQ6HYZFUTIWNMJQ0CQ4ZRKRXHNHIGX0T5J4B8IJ2YXZ5FH87ETK72F1WLZVR16DDXY7MG8L05RMFJVHE3XH9EROG3SSBT8UTU7THOIQF5C571UMEAIMYJ5BFRKAUQI2NGF6ITEVA806YPNYAMTW1DJGUFGF4Y1KLHFBT5HQW4AM6I4WBARCR81JREUURYUNV162OSEW' where id=66; -update noar ti set v0='SBBNU41MNITGINJGLWXUVNS93PEO7C2ZN2LK37CH327WKYRMC9ZMWA8ET2RQ6HYZFUTIWNMJQ0CQ4ZRKRXHNHIGX0T5J4B8IJ2YXZ5FH87ETK72F1WLZVR16DDXY7MG8L05RMFJVHE3XH9EROG3SSBT8UTU7THOIQF5C571UMEAIMYJ5BFRKAUQI2NGF6ITEVA806YPNYAMTW1DJGUFGF4Y1KLHFBT5HQW4AM6I4WBARCR81JREUURYUNV162OSEW' where id=66; -update noar tt set v1='2HDHQ5PJVYQR7CSPMGK5NB1LXPE382STS6110MRU7VDF1RFKQMAOGQIGTG56M5M3P0MPTY55ZACTS03P142PAH1P500CIZJSQ58MDMVCUR5AIMZC5DS8QNKA0E0QG4K2KVVC9V520O0MQ79EE3UFU9B888D0JUPQ7WEPDY85HEND130AIKGUPZGMSP8T6OYPGLY4PWT44JPSB9RXWRQ0L9TCAM126JRE7WOZ33VDP47XXWK8IHXHCNLEXOVKLWXTQ' where id=66; -update noar ti set v1='2HDHQ5PJVYQR7CSPMGK5NB1LXPE382STS6110MRU7VDF1RFKQMAOGQIGTG56M5M3P0MPTY55ZACTS03P142PAH1P500CIZJSQ58MDMVCUR5AIMZC5DS8QNKA0E0QG4K2KVVC9V520O0MQ79EE3UFU9B888D0JUPQ7WEPDY85HEND130AIKGUPZGMSP8T6OYPGLY4PWT44JPSB9RXWRQ0L9TCAM126JRE7WOZ33VDP47XXWK8IHXHCNLEXOVKLWXTQ' where id=66; -update noar tt set v2='ZLK6HOEVVS608QLNIT3W987DIV5PF15NKPGJA98DXBR17EE3E0D50WC502PLHH7O16LR8W79PXLXVEME1C1FB22LC0023EQJVY1XT7HQ0QUN056YRJZS2D5LLICO70L554V98YFUJ6XHKV3TYJBIS66Q9UNF1TK5DLN6D3AZ369U78M4UGSD52DT77TMROJUTRESOD4ZE4CPHJ5IO9DC7THQZN8SFXMFXJAJDUXF934ETT76218XZ4FHLPTCNNDJM' where id=66; -update noar ti set v2='ZLK6HOEVVS608QLNIT3W987DIV5PF15NKPGJA98DXBR17EE3E0D50WC502PLHH7O16LR8W79PXLXVEME1C1FB22LC0023EQJVY1XT7HQ0QUN056YRJZS2D5LLICO70L554V98YFUJ6XHKV3TYJBIS66Q9UNF1TK5DLN6D3AZ369U78M4UGSD52DT77TMROJUTRESOD4ZE4CPHJ5IO9DC7THQZN8SFXMFXJAJDUXF934ETT76218XZ4FHLPTCNNDJM' where id=66; -update noar tt set v3='TMWQ5VG5JM2KD4UH7XUFMO7RLZRJJL2UKH8LOFLX675RLRO0BE87574T7DGM3P0U0Z6UO8M1LWFNEW416P8BS8RSPZ7QQTXWCIU6HMM8LRESOT16KYVW0FKHUS12GYJ41X1P90Z1K43F0WS0TA57DEO10ZO5BANXG8TWDZX33DWNTOXMCVSWYFY93C04PLWIDF8W27S6540ILYE8709CWRPYZUYC15WBMZU9FOBFCAWC08UICWY1LBC7I5FJ2O25N' where id=66; -update noar ti set v3='TMWQ5VG5JM2KD4UH7XUFMO7RLZRJJL2UKH8LOFLX675RLRO0BE87574T7DGM3P0U0Z6UO8M1LWFNEW416P8BS8RSPZ7QQTXWCIU6HMM8LRESOT16KYVW0FKHUS12GYJ41X1P90Z1K43F0WS0TA57DEO10ZO5BANXG8TWDZX33DWNTOXMCVSWYFY93C04PLWIDF8W27S6540ILYE8709CWRPYZUYC15WBMZU9FOBFCAWC08UICWY1LBC7I5FJ2O25N' where id=66; -update noar tt set v0='YFNAB4FB5Z6MBFPDRFWJYVTDXQUAIANDTZ63TSX7N9VRX3ZJCPAHOJAGDXKISNGT6IEQNYFW6UCRWKI77W5K06G4O8RZ6JV9LW8RSRGH4EQ81ECVQWRJVNQIRRT0GNMED29SVHZRO3J9JBUU9Q265E2DX2J1J3P991D5PKQPYFSKFY5LTBC4JSJKPZG7QHND7IIRXF8S8O5USKFDX6PD9ETYN4E951HPWKOMJL3QO4Y3M8K3UHYAA1X1E5WYND4D4' where id=67; -update noar ti set v0='YFNAB4FB5Z6MBFPDRFWJYVTDXQUAIANDTZ63TSX7N9VRX3ZJCPAHOJAGDXKISNGT6IEQNYFW6UCRWKI77W5K06G4O8RZ6JV9LW8RSRGH4EQ81ECVQWRJVNQIRRT0GNMED29SVHZRO3J9JBUU9Q265E2DX2J1J3P991D5PKQPYFSKFY5LTBC4JSJKPZG7QHND7IIRXF8S8O5USKFDX6PD9ETYN4E951HPWKOMJL3QO4Y3M8K3UHYAA1X1E5WYND4D4' where id=67; -update noar tt set v1='Y30NOVYA0YZLK4QP13UEGQAF90M2E9MOY76OFTZA8RT67GJDS8HQZBB9G7TGFA8DNIEUW8FQSSZ8A6QFUQSWNPAZ3F1VSXGLFG30UODO64GG1917465NHSWG41EBQNMZGZB25YUOL1RPD2QHXQID4S35MRS7DG5OX2XX0JDF2U4UR37N5B3C0WKA8CC83BBSVYWGIZAV8QWIVW85Z2ZIDU5LIKVSBT4E8HMVPNTJWI289NX628ZA0A81DCMVP2E2G' where id=67; -update noar ti set v1='Y30NOVYA0YZLK4QP13UEGQAF90M2E9MOY76OFTZA8RT67GJDS8HQZBB9G7TGFA8DNIEUW8FQSSZ8A6QFUQSWNPAZ3F1VSXGLFG30UODO64GG1917465NHSWG41EBQNMZGZB25YUOL1RPD2QHXQID4S35MRS7DG5OX2XX0JDF2U4UR37N5B3C0WKA8CC83BBSVYWGIZAV8QWIVW85Z2ZIDU5LIKVSBT4E8HMVPNTJWI289NX628ZA0A81DCMVP2E2G' where id=67; -update noar tt set v2='KHR0E8RGBJ5V4ID9XJRKPZ0102V9GPECTYAK3U47W005S897NVE7MP0085WZVSE9629KMSZDGQ5KH1BUW2KYVBQFC01JRNI0I478GBLNGRZPX22BFKKZTMPHIC4B5XBTBIU1VU2ZOV1XA7YM9KHNI5QXWIE01Z2CKHK1FN2M6CVWFWA1QIDBRQSZWC7Z37J1EHBOIBC88ITHBLDR8LW0PSSMA1MXTJ6VJNKKMW85EYQ6V3H2TXMA7SS4X8JFRVMMT' where id=67; -update noar ti set v2='KHR0E8RGBJ5V4ID9XJRKPZ0102V9GPECTYAK3U47W005S897NVE7MP0085WZVSE9629KMSZDGQ5KH1BUW2KYVBQFC01JRNI0I478GBLNGRZPX22BFKKZTMPHIC4B5XBTBIU1VU2ZOV1XA7YM9KHNI5QXWIE01Z2CKHK1FN2M6CVWFWA1QIDBRQSZWC7Z37J1EHBOIBC88ITHBLDR8LW0PSSMA1MXTJ6VJNKKMW85EYQ6V3H2TXMA7SS4X8JFRVMMT' where id=67; -update noar tt set v3='UJBA2DGEZYS72P7K7LXGLNDO4MC2RJ1WY1YYM04E42GBIKKXAUEHR47DBBQ9XJFQ1D86CMDEE3UB8M7P5NJSFCN45NJBBSIVAGRS63YMKLOG60G97GCPKJ4MMEUB11B69MLW7809XE2HQPFJF9KS8B5TLLT9FTZ49MODX1NR3CQ52EDJ4F7BZK5MEOTAEFCVTN99RUGW6SAW1LTDD0Q7I8NGCRHUCO1JMS8N9ZXIH4MWH7DCVIXZ3F2QDSO4G1R00' where id=67; -update noar ti set v3='UJBA2DGEZYS72P7K7LXGLNDO4MC2RJ1WY1YYM04E42GBIKKXAUEHR47DBBQ9XJFQ1D86CMDEE3UB8M7P5NJSFCN45NJBBSIVAGRS63YMKLOG60G97GCPKJ4MMEUB11B69MLW7809XE2HQPFJF9KS8B5TLLT9FTZ49MODX1NR3CQ52EDJ4F7BZK5MEOTAEFCVTN99RUGW6SAW1LTDD0Q7I8NGCRHUCO1JMS8N9ZXIH4MWH7DCVIXZ3F2QDSO4G1R00' where id=67; -update noar tt set v0='BH3ESXIZF6HIPMSRF21LF0YTBVAMG6557ZPNSSLKQ2O4RJ7ZPHI0DGTUZ7GA07ZHHHCTF263SHOR3X6KUWI5V53E42AX67TJHUFP8E48UBRK9BIC7M7OT7WF2REYZ9NBYZG99FI5OGKE5A7FRZMTNFLBZ07RUGEJ1YECL2ZZGRB04C1GUWVH941D35433PTA6MS9MDSIVR4SIYKJGES01KZ2HKDB3KG4Q7Q3GWYV5SDG30T5M7FRK73XYTH5E64XP' where id=68; -update noar ti set v0='BH3ESXIZF6HIPMSRF21LF0YTBVAMG6557ZPNSSLKQ2O4RJ7ZPHI0DGTUZ7GA07ZHHHCTF263SHOR3X6KUWI5V53E42AX67TJHUFP8E48UBRK9BIC7M7OT7WF2REYZ9NBYZG99FI5OGKE5A7FRZMTNFLBZ07RUGEJ1YECL2ZZGRB04C1GUWVH941D35433PTA6MS9MDSIVR4SIYKJGES01KZ2HKDB3KG4Q7Q3GWYV5SDG30T5M7FRK73XYTH5E64XP' where id=68; -update noar tt set v1='02YIDV7SRYPPTC3VPUOWWGBQHHOOMCFSRHSNHDWGZJQ09ZNPJERQKMHP4XPMECFFJAPUT2UG4O0WMCA9XY2WB614X2PXBNO0YYD7URBMSQG27HJ81B9BGHU55L54H19AV0GBP3QDAF1BB8S3OFBWCKQQ8YK1HXMDNNA7SJCRL61XCHHD1H2JV3AU8FAWR26TJTFVMNRRKAAEUD9RPLCENTYEVG27QBA09HD18UHUMPB874G2OVI6JHQ4BFGMJKUXN' where id=68; -update noar ti set v1='02YIDV7SRYPPTC3VPUOWWGBQHHOOMCFSRHSNHDWGZJQ09ZNPJERQKMHP4XPMECFFJAPUT2UG4O0WMCA9XY2WB614X2PXBNO0YYD7URBMSQG27HJ81B9BGHU55L54H19AV0GBP3QDAF1BB8S3OFBWCKQQ8YK1HXMDNNA7SJCRL61XCHHD1H2JV3AU8FAWR26TJTFVMNRRKAAEUD9RPLCENTYEVG27QBA09HD18UHUMPB874G2OVI6JHQ4BFGMJKUXN' where id=68; -update noar tt set v2='THLUX81EZAMATVGEYRELNEV8JF4UXX6ATOJRQILZJ4K2FXZ7S11BDSL1HWWCJV2PQZ5OQZ7ZUXSYQVGSMQ9TXL04J2AFA9A4HRAQUXLM57BU3AJIRA7M1DSGM5YFTXLHGDPBB47SWZUYVHJ6IA7SABRRG895RL8NC4LA3ZG4OBBRPILL1XWMF9Z4TM5W46DXLUNS5T53OU256XHPRYBJDVP9DUKIWEYA8163IFO58HB3OCDTA965HFI61JYHBAXES' where id=68; -update noar ti set v2='THLUX81EZAMATVGEYRELNEV8JF4UXX6ATOJRQILZJ4K2FXZ7S11BDSL1HWWCJV2PQZ5OQZ7ZUXSYQVGSMQ9TXL04J2AFA9A4HRAQUXLM57BU3AJIRA7M1DSGM5YFTXLHGDPBB47SWZUYVHJ6IA7SABRRG895RL8NC4LA3ZG4OBBRPILL1XWMF9Z4TM5W46DXLUNS5T53OU256XHPRYBJDVP9DUKIWEYA8163IFO58HB3OCDTA965HFI61JYHBAXES' where id=68; -update noar tt set v3='P4L46NDPS13Y8GI9Q1MJLQ5Y5154K57CXJVAV3G55V4UKL5UUVMR5B5ACAD40TFSV3AVMU424SZXUAGMEIQ3N0GHSFTPZWIVECS3VZFFQBY595YNR0ALF2TRR2QCSZYCGT6SFTTAH588U3VWBFNCY61TLXUK96QPZHDF4PSTC0T4BADJI53BX34QRG08YDRBCB13VAQUAR52BB3ISMEOUCF2XN8W0TVEUG99Z52PZ2M4DBVOU3EPU025OP4IKZ05T' where id=68; -update noar ti set v3='P4L46NDPS13Y8GI9Q1MJLQ5Y5154K57CXJVAV3G55V4UKL5UUVMR5B5ACAD40TFSV3AVMU424SZXUAGMEIQ3N0GHSFTPZWIVECS3VZFFQBY595YNR0ALF2TRR2QCSZYCGT6SFTTAH588U3VWBFNCY61TLXUK96QPZHDF4PSTC0T4BADJI53BX34QRG08YDRBCB13VAQUAR52BB3ISMEOUCF2XN8W0TVEUG99Z52PZ2M4DBVOU3EPU025OP4IKZ05T' where id=68; -update noar tt set v0='4WD9AP7AJNXDWXZILNE9Q54GSUUY2XR590TSPN2ABD9LVORNQAS9LZI08P405EM4NPBBC1L7SLW5VQR6IK03PHWX0HQIV0X3GXOWW0V8DJT87R44BX2V0UTOJU6ZWHT0RCKHWK96RU0I1O4JOV7J9V1XIZ9L8N7ABQCP1R43I17QP470VU92WL88I00JD9ISWDTCXP448U9T3WJCVBH5C16GIEIPMDA7ISHZGXNA4LEUKO9QETDPCXRUF0Q698E7M' where id=69; -update noar ti set v0='4WD9AP7AJNXDWXZILNE9Q54GSUUY2XR590TSPN2ABD9LVORNQAS9LZI08P405EM4NPBBC1L7SLW5VQR6IK03PHWX0HQIV0X3GXOWW0V8DJT87R44BX2V0UTOJU6ZWHT0RCKHWK96RU0I1O4JOV7J9V1XIZ9L8N7ABQCP1R43I17QP470VU92WL88I00JD9ISWDTCXP448U9T3WJCVBH5C16GIEIPMDA7ISHZGXNA4LEUKO9QETDPCXRUF0Q698E7M' where id=69; -update noar tt set v1='VEOT7T36B1XMEAH5FXQBPRQ8D23CW0FQTZSGSGNPIJA27CQCB3OK06HT06HJ0BO3R7D4PYSZSCHMQV763BM95WAJ5CNV7N6C9SQJT9MJ45N6XIHNV66VXL7Y7W9PX51DPKVMC7HAS78S368NM1V716ISVJCRI0RMT7Y733PRUSQ1A6NC9ACWCI7QROEJ1F679JIRWRU3U7K9J388AWF90B716GE1PGGDLEEAROWY9HIPLV2QY5TRAOUNYNOM8WVLL' where id=69; -update noar ti set v1='VEOT7T36B1XMEAH5FXQBPRQ8D23CW0FQTZSGSGNPIJA27CQCB3OK06HT06HJ0BO3R7D4PYSZSCHMQV763BM95WAJ5CNV7N6C9SQJT9MJ45N6XIHNV66VXL7Y7W9PX51DPKVMC7HAS78S368NM1V716ISVJCRI0RMT7Y733PRUSQ1A6NC9ACWCI7QROEJ1F679JIRWRU3U7K9J388AWF90B716GE1PGGDLEEAROWY9HIPLV2QY5TRAOUNYNOM8WVLL' where id=69; -update noar tt set v2='UNLXFL1CIO2BZEXF0HF38R1I7R8ATZXFCAUBEPWUA6FASR8F65H54LLGHPPS0LJILYE4OBHVKTRS0CY35VS8QLZC2LBPXDTW3ZAQ4E3AOTSZ49KKSLZWGRO3RD36GG9KQYYY7FI5JEF56INDMR8WDSHEA3P886ZGWIGMT9YSM6497IFD6UGRTY2VEI8UZSAPIME3JA70QY0VKQA35IDDGMOJRC6TL28NWCLL1HIPFKD81GR44O1UA9JG2ABLQW9ST' where id=69; -update noar ti set v2='UNLXFL1CIO2BZEXF0HF38R1I7R8ATZXFCAUBEPWUA6FASR8F65H54LLGHPPS0LJILYE4OBHVKTRS0CY35VS8QLZC2LBPXDTW3ZAQ4E3AOTSZ49KKSLZWGRO3RD36GG9KQYYY7FI5JEF56INDMR8WDSHEA3P886ZGWIGMT9YSM6497IFD6UGRTY2VEI8UZSAPIME3JA70QY0VKQA35IDDGMOJRC6TL28NWCLL1HIPFKD81GR44O1UA9JG2ABLQW9ST' where id=69; -update noar tt set v3='XNK3NWH69GBPW2ZKVHD4IAKUZM55I921YDBDULTCUEGVOFJIEIX02ODA03SZRNCMA88HUF4P0HPGFTRPBVYWVX7VESP5F2NGL0JWJTLB0V0SNZMWK11A0HLFYL5P2IAA84QKWDY70HWCNOLTDJPQF439HLFD73U999II9IPF6FW976S0YTT4JSB61FEMAGGM7F9HKPFGRNYF2ZJZM9Z034BUKM0YG90UM982ZBJQL4HB0EGJKPZWOZK164BGVCHHL' where id=69; -update noar ti set v3='XNK3NWH69GBPW2ZKVHD4IAKUZM55I921YDBDULTCUEGVOFJIEIX02ODA03SZRNCMA88HUF4P0HPGFTRPBVYWVX7VESP5F2NGL0JWJTLB0V0SNZMWK11A0HLFYL5P2IAA84QKWDY70HWCNOLTDJPQF439HLFD73U999II9IPF6FW976S0YTT4JSB61FEMAGGM7F9HKPFGRNYF2ZJZM9Z034BUKM0YG90UM982ZBJQL4HB0EGJKPZWOZK164BGVCHHL' where id=69; -update noar tt set v0='JOGIVDUE1SLU7XGGAAVGY4CNL724W4RL43JJWDQTW8Z9CJBMBWZ2IZMA2XOPS9CFFWGZ4UFY40TY9UYRGGCKLQINYVAMW9CHVUQG168LE0SVUO5PAT275IH3JX6UXDQH9Y9GRVIZRF1YWJUAJ671ZA9K1KMD95S6FI4DE2QW6LOY3I885GHJXQ5Y70GKS853T481Q7T89X7JD48ZG0WKPEFJOC00IFJX45AUMOMH5J93GVZKYOYQ91NM71J4IESXB' where id=70; -update noar ti set v0='JOGIVDUE1SLU7XGGAAVGY4CNL724W4RL43JJWDQTW8Z9CJBMBWZ2IZMA2XOPS9CFFWGZ4UFY40TY9UYRGGCKLQINYVAMW9CHVUQG168LE0SVUO5PAT275IH3JX6UXDQH9Y9GRVIZRF1YWJUAJ671ZA9K1KMD95S6FI4DE2QW6LOY3I885GHJXQ5Y70GKS853T481Q7T89X7JD48ZG0WKPEFJOC00IFJX45AUMOMH5J93GVZKYOYQ91NM71J4IESXB' where id=70; -update noar tt set v1='EYOMAU4VLHUE720BDNQ2GG0ZM2ITV7NMJ02P66WE7K9OUXKSBVB18S9514K9Y86EXOZZRNUW6ZGKOL09PFQF3A32SKDDNTFAJOJT06Q6FYEY5EH0BYN638PGPXQRKULK1CSCWHV4Z1MKCPZL9F0P6D9F4YEYPA7GJSU2ST8H02O3LTUA36SF7ZKNWHTGA1AEDAZPE9N811NGDTKJ1GV1G1R9TV96TS7VTWWS18FLARXMK5LM3IZU57P2U0CHA6KU9' where id=70; -update noar ti set v1='EYOMAU4VLHUE720BDNQ2GG0ZM2ITV7NMJ02P66WE7K9OUXKSBVB18S9514K9Y86EXOZZRNUW6ZGKOL09PFQF3A32SKDDNTFAJOJT06Q6FYEY5EH0BYN638PGPXQRKULK1CSCWHV4Z1MKCPZL9F0P6D9F4YEYPA7GJSU2ST8H02O3LTUA36SF7ZKNWHTGA1AEDAZPE9N811NGDTKJ1GV1G1R9TV96TS7VTWWS18FLARXMK5LM3IZU57P2U0CHA6KU9' where id=70; -update noar tt set v2='58NRQPHAGRVFTOAOEU3BR1RNRT2TADW9ZM46SY93SKRLXBLKLIEY5I5PVHDGA43A14QOQ4IGH7DG70OV3XQP6I6MP97DHJ54MDW8SKABF2T2D9YQ2IFSY5Y87R2QC1EWORBE94EJWZN01NJ5FNW744B32O4X3QFHG96PTM7RHC0GHIKAYCV80C9VWVVMWWGDADCKIAECLMEQAZ204T8AK88ZJ6X66IQB61KAGYTIZ6RX7XONXBNOR4RN1R0VW2HCC' where id=70; -update noar ti set v2='58NRQPHAGRVFTOAOEU3BR1RNRT2TADW9ZM46SY93SKRLXBLKLIEY5I5PVHDGA43A14QOQ4IGH7DG70OV3XQP6I6MP97DHJ54MDW8SKABF2T2D9YQ2IFSY5Y87R2QC1EWORBE94EJWZN01NJ5FNW744B32O4X3QFHG96PTM7RHC0GHIKAYCV80C9VWVVMWWGDADCKIAECLMEQAZ204T8AK88ZJ6X66IQB61KAGYTIZ6RX7XONXBNOR4RN1R0VW2HCC' where id=70; -update noar tt set v3='P2JYWEB3TGVNBLWEEOS0S5VCQH508JWPYBF5K3EJ3CZ62G4PW10BWPMMGY159RHEPZKW4WKYOSSD734PVWMC8PE8BT8NAH5Z7KA3GGM4HIKZ2ZOSF9LKKJQXD1E9XJ96V58O7MODJMN6XODOX262MD2BU957WH886ZOXNM0L3ESEX51G97L2T0TWJX64ARIIE2JL7LNVLL4V5HIEEXUBQDDG3ACGMQAA3C6CESEP0BO10MUSR789S0Y7XGGIYS579' where id=70; -update noar ti set v3='P2JYWEB3TGVNBLWEEOS0S5VCQH508JWPYBF5K3EJ3CZ62G4PW10BWPMMGY159RHEPZKW4WKYOSSD734PVWMC8PE8BT8NAH5Z7KA3GGM4HIKZ2ZOSF9LKKJQXD1E9XJ96V58O7MODJMN6XODOX262MD2BU957WH886ZOXNM0L3ESEX51G97L2T0TWJX64ARIIE2JL7LNVLL4V5HIEEXUBQDDG3ACGMQAA3C6CESEP0BO10MUSR789S0Y7XGGIYS579' where id=70; -update noar tt set v0='WEZEQZ33MIVHBUAIQ9H37T8RNOF3TZ8PMT18E6KK5IP43NCMUWG185FN3ING5IR80SGBRI75WVB538IGNPSB5XHH72Y02FVWH9ROMKMWNYH1NTBBILU46QVSLUUKM9IH05IDHOYZZA6CWDONV9WKQ0H853YCCJ450EKA8D4TVC7A6KVO68T6KN5JAFLPD6RPC7IEXQ33MP087HLHCU0542F9R9SDN1IXY6NGV52FQUSILDB7ZI7MW4E1R85XF8U6J' where id=71; -update noar ti set v0='WEZEQZ33MIVHBUAIQ9H37T8RNOF3TZ8PMT18E6KK5IP43NCMUWG185FN3ING5IR80SGBRI75WVB538IGNPSB5XHH72Y02FVWH9ROMKMWNYH1NTBBILU46QVSLUUKM9IH05IDHOYZZA6CWDONV9WKQ0H853YCCJ450EKA8D4TVC7A6KVO68T6KN5JAFLPD6RPC7IEXQ33MP087HLHCU0542F9R9SDN1IXY6NGV52FQUSILDB7ZI7MW4E1R85XF8U6J' where id=71; -update noar tt set v1='CQ5RZB0WIX9NV012C70BFL41IW3KBXI35F5063R3N3RUMGNOQ8I3XC4EN3ND2IQGZHLEMN1QDF79C76GVJLP0AR8IZC6YQMJ514XGOC4BS7ZKCH4NOE16YA55JIXL66DBVC05QQEQ9ZQ3C9KUY2SAQCV2SCPCCNI0I8NYALWM8VVWH5K7PWVKA52OX0D4CG0D9TGOULGGPA0DV30I0OCV0EBKAJHOG43DHF8HDQD8Z4PDG10ZEAT5UY5V5RV9YQBR' where id=71; -update noar ti set v1='CQ5RZB0WIX9NV012C70BFL41IW3KBXI35F5063R3N3RUMGNOQ8I3XC4EN3ND2IQGZHLEMN1QDF79C76GVJLP0AR8IZC6YQMJ514XGOC4BS7ZKCH4NOE16YA55JIXL66DBVC05QQEQ9ZQ3C9KUY2SAQCV2SCPCCNI0I8NYALWM8VVWH5K7PWVKA52OX0D4CG0D9TGOULGGPA0DV30I0OCV0EBKAJHOG43DHF8HDQD8Z4PDG10ZEAT5UY5V5RV9YQBR' where id=71; -update noar tt set v2='BNRB43X5QK2RLH59TRW9GMJOY270YNIZGMLYBMNVCW3ALG6IWWCHAL2OKVV7YWF5VKTOLGBLZVTDTPUVDTI7D8T6FWR64XA4Y6VDBIOF5E8NJFMGX2R0SBK0UJC8IS4TIO4VJHTWHN90QMUZIMBW25CXGC9PBEFH0SP2ITLQ15SDLGYXHN71M1G5LY1Q99ONAEHKI5B5OVHK1RFAHC5A11T2L5427O1DBCRIKD1FUC7SDR7IM0ESH20LSBC39YUY3' where id=71; -update noar ti set v2='BNRB43X5QK2RLH59TRW9GMJOY270YNIZGMLYBMNVCW3ALG6IWWCHAL2OKVV7YWF5VKTOLGBLZVTDTPUVDTI7D8T6FWR64XA4Y6VDBIOF5E8NJFMGX2R0SBK0UJC8IS4TIO4VJHTWHN90QMUZIMBW25CXGC9PBEFH0SP2ITLQ15SDLGYXHN71M1G5LY1Q99ONAEHKI5B5OVHK1RFAHC5A11T2L5427O1DBCRIKD1FUC7SDR7IM0ESH20LSBC39YUY3' where id=71; -update noar tt set v3='6I0VFCYZZI9XTQK557TD6K7OWWWJMKYU1X002UGCEM0RGYJ9QLRVRASD9DFQO7Z9L2JU2DSJNCV299B4AH6UELTUA0ZP1L6QEA49SY1ZDQL1SHB0DHGBCXSSP1WYC57MNNT52HQY769PSULEOZZ79P0HHBCU1QCFO2IH7YWGI5R1009OYANG9ZTTLLW915GZQUZR932CW513M05UATVCXXWG43BR0DN14G17W65YJ23B4V5HJS57T78D7NQF05RGQ' where id=71; -update noar ti set v3='6I0VFCYZZI9XTQK557TD6K7OWWWJMKYU1X002UGCEM0RGYJ9QLRVRASD9DFQO7Z9L2JU2DSJNCV299B4AH6UELTUA0ZP1L6QEA49SY1ZDQL1SHB0DHGBCXSSP1WYC57MNNT52HQY769PSULEOZZ79P0HHBCU1QCFO2IH7YWGI5R1009OYANG9ZTTLLW915GZQUZR932CW513M05UATVCXXWG43BR0DN14G17W65YJ23B4V5HJS57T78D7NQF05RGQ' where id=71; -update noar tt set v0='GEA32VYUZEO4Y8E3313TLVOETJG4D885IA0H72XLIVD42QTWDJPZPGVVDMDA4QTN24N6X2OOSMCTYNEAL3JBZ9PXGK0T7HGVOCSKJX0PY2ULLD3PQ4ANTN168B86S698JNX01MTYO3Y8S9EF43JE7HEQU4ZRLR4L17NN9I7IKWMP77B02YMS668ZRI4Y29YZ4BROMNTWIYD76X13KIP2P4QIJ27LCQ46R3YE2U1EVG2TJBOKU6ATCUOC828ZHVPOK' where id=72; -update noar ti set v0='GEA32VYUZEO4Y8E3313TLVOETJG4D885IA0H72XLIVD42QTWDJPZPGVVDMDA4QTN24N6X2OOSMCTYNEAL3JBZ9PXGK0T7HGVOCSKJX0PY2ULLD3PQ4ANTN168B86S698JNX01MTYO3Y8S9EF43JE7HEQU4ZRLR4L17NN9I7IKWMP77B02YMS668ZRI4Y29YZ4BROMNTWIYD76X13KIP2P4QIJ27LCQ46R3YE2U1EVG2TJBOKU6ATCUOC828ZHVPOK' where id=72; -update noar tt set v1='KKI43JO85AAO0CU50JEGZC50F0DZ11QRKC2HA9U88YJXSHL1I9K2G9JYX25NWZNNI3UK5ZML0FAMLQ7QI75DJFAZSSP8DFP81MYA1JQDNWHKUWDJX4DGECAYNOCGS89WYYA47B7HD8IG36EBOWOP6CMH4XZOQDTGWWTONV60CYXPHMWLZX6IJYFRK0YV4D4EH205SQS2J2TO3NL9AIQ9WJV2D4QYBC9C278WS08DUQDQB2MJ1HUI1ECSGP8XN0BP6' where id=72; -update noar ti set v1='KKI43JO85AAO0CU50JEGZC50F0DZ11QRKC2HA9U88YJXSHL1I9K2G9JYX25NWZNNI3UK5ZML0FAMLQ7QI75DJFAZSSP8DFP81MYA1JQDNWHKUWDJX4DGECAYNOCGS89WYYA47B7HD8IG36EBOWOP6CMH4XZOQDTGWWTONV60CYXPHMWLZX6IJYFRK0YV4D4EH205SQS2J2TO3NL9AIQ9WJV2D4QYBC9C278WS08DUQDQB2MJ1HUI1ECSGP8XN0BP6' where id=72; -update noar tt set v2='B3AR14NAJIBFS6WXNQDU9E2GSL0LSU855ILBS36KUBLF6VK81I134H4UC7F428MV7Z1KHX67NBZM1XH84UATRZWJF0MO6V1LEE24MCLDCN52YRL4A21CF9DSAEMMNK6XGH39XWIKNHXFQIB3FAFZ9VZLVQBILS24UMYZ77LJ2YWOX7TIHGLRTGHIDQOYZ48ETFRVQFDEMJ0Z2XVINPTIZJEKZ3JRUZ77860N1O4NCIQSFMYJX4XKXM65WKK9G0Q2L' where id=72; -update noar ti set v2='B3AR14NAJIBFS6WXNQDU9E2GSL0LSU855ILBS36KUBLF6VK81I134H4UC7F428MV7Z1KHX67NBZM1XH84UATRZWJF0MO6V1LEE24MCLDCN52YRL4A21CF9DSAEMMNK6XGH39XWIKNHXFQIB3FAFZ9VZLVQBILS24UMYZ77LJ2YWOX7TIHGLRTGHIDQOYZ48ETFRVQFDEMJ0Z2XVINPTIZJEKZ3JRUZ77860N1O4NCIQSFMYJX4XKXM65WKK9G0Q2L' where id=72; -update noar tt set v3='Q3PKU8ERQ21LXTL8B4NJLT2TNH3FEO4OEXROZU4CMLO2BQPPBOP2J4Z3QUP38YPWL01ON0HPDZSLQDFCF3CSVQMBW39PVMN7JJWGHWYNCQKAT9MQX017WXG9M1LAWJMZCIDA0OQ5BQ9CZ8V2WOAQGJYBW3NOGH6RWX3F0828B5H4K0HA417NUIDQPIVF0Y1P3RO8CN0HMDSDHO8NJ0YQ4D78WVSMHHIE8MJOTVVT9ZYMFTH8L2YY9IBUAIQ59VNNL' where id=72; -update noar ti set v3='Q3PKU8ERQ21LXTL8B4NJLT2TNH3FEO4OEXROZU4CMLO2BQPPBOP2J4Z3QUP38YPWL01ON0HPDZSLQDFCF3CSVQMBW39PVMN7JJWGHWYNCQKAT9MQX017WXG9M1LAWJMZCIDA0OQ5BQ9CZ8V2WOAQGJYBW3NOGH6RWX3F0828B5H4K0HA417NUIDQPIVF0Y1P3RO8CN0HMDSDHO8NJ0YQ4D78WVSMHHIE8MJOTVVT9ZYMFTH8L2YY9IBUAIQ59VNNL' where id=72; -update noar tt set v0='OJQVYIHHZDJEMWVRUUWIYNQ2B82XL2LPN5ENX334LFZ4KYAW2SSFH9JPUB1G9DOLSC4CW6HY1FQDQG4UNGBAZUKC1JFZ6VNHCPVQX9Y6DXAHR0MXSJN19VBI5A6SNFCL6VW5X37HPM2A6BMHCAA752LLDYRH71W9QUW4QSJ2FW8VOLQV1A138BOA9QL4OB55FL3R5JPJW10TOKMMPL465PCL9KXUP3WVNH24MV1XN816GDOMEDNEVC9TS215BJOMU' where id=73; -update noar ti set v0='OJQVYIHHZDJEMWVRUUWIYNQ2B82XL2LPN5ENX334LFZ4KYAW2SSFH9JPUB1G9DOLSC4CW6HY1FQDQG4UNGBAZUKC1JFZ6VNHCPVQX9Y6DXAHR0MXSJN19VBI5A6SNFCL6VW5X37HPM2A6BMHCAA752LLDYRH71W9QUW4QSJ2FW8VOLQV1A138BOA9QL4OB55FL3R5JPJW10TOKMMPL465PCL9KXUP3WVNH24MV1XN816GDOMEDNEVC9TS215BJOMU' where id=73; -update noar tt set v1='V95LHBUBZOYB47OBCZSYW2FXOX5012KZWQBJ2IPAKWQ479Y3XHW70BZLWGYQU7ETR984Z40CJ84KIGIT1O9DAF224PE3R0QU3CSQJBVH76FROWEB2RDNDNZRTE2HBVYBX7C8K3MF4QNZ6TBQ3IS64B2VOPHFHJUJGCEDI5CTQFHRPR6KK27O21AMFLE02HCJNI6ZTD4UO89Q0C8Y07HNZLWSRCQ1KVPL9IH98HP21IURTOZBG000ULWSABDHGDU9P' where id=73; -update noar ti set v1='V95LHBUBZOYB47OBCZSYW2FXOX5012KZWQBJ2IPAKWQ479Y3XHW70BZLWGYQU7ETR984Z40CJ84KIGIT1O9DAF224PE3R0QU3CSQJBVH76FROWEB2RDNDNZRTE2HBVYBX7C8K3MF4QNZ6TBQ3IS64B2VOPHFHJUJGCEDI5CTQFHRPR6KK27O21AMFLE02HCJNI6ZTD4UO89Q0C8Y07HNZLWSRCQ1KVPL9IH98HP21IURTOZBG000ULWSABDHGDU9P' where id=73; -update noar tt set v2='19DWGL7ODH4W4JXDA7YB4NNKPYE2TRGTN2028IMCKRIP3349W4C0CPTH6E9OWKGH23NUTVO9ADTRCRMFBW4UH1GXNIO2RPW8B5CB4DTMRW8407YDJ0Q1BI5MU34J17794VLDEYFBX9RAN6MFDRM72JBPXNBJP1DLFHRO8OWF0Q3UC5H6UTI5J1P2NI3L9AGK5T1I1UHP53905MY9DQXSRWYMGS21DML4J8RU23KID9IDC5810UGRZWWAIVIM2DXSS' where id=73; -update noar ti set v2='19DWGL7ODH4W4JXDA7YB4NNKPYE2TRGTN2028IMCKRIP3349W4C0CPTH6E9OWKGH23NUTVO9ADTRCRMFBW4UH1GXNIO2RPW8B5CB4DTMRW8407YDJ0Q1BI5MU34J17794VLDEYFBX9RAN6MFDRM72JBPXNBJP1DLFHRO8OWF0Q3UC5H6UTI5J1P2NI3L9AGK5T1I1UHP53905MY9DQXSRWYMGS21DML4J8RU23KID9IDC5810UGRZWWAIVIM2DXSS' where id=73; -update noar tt set v3='TUGBWR5FO4WC1S4ZN6J2KHGAR5OLAD767GKFCA0MSEKJK9H19ZB6V07MGGFLCRNUJJS4ACVUOOCN3MEFN46W3UHVJ36U1MC8EKYR8FGWOJYDFVJDKUFURINB17N18K4Q5B3LPSBKPOGX2ZL9MVGO6RB2EWVGPSF31BG87RF4NQJFJ216SZVLQSSPGLAZQ6HBLBGSRUNHATGQ8X7ICNHP3991BA2J0H4TPQX8YZ14MH4EX6E7JON5W5W1DWU80KLWA' where id=73; -update noar ti set v3='TUGBWR5FO4WC1S4ZN6J2KHGAR5OLAD767GKFCA0MSEKJK9H19ZB6V07MGGFLCRNUJJS4ACVUOOCN3MEFN46W3UHVJ36U1MC8EKYR8FGWOJYDFVJDKUFURINB17N18K4Q5B3LPSBKPOGX2ZL9MVGO6RB2EWVGPSF31BG87RF4NQJFJ216SZVLQSSPGLAZQ6HBLBGSRUNHATGQ8X7ICNHP3991BA2J0H4TPQX8YZ14MH4EX6E7JON5W5W1DWU80KLWA' where id=73; -update noar tt set v0='IXVHN2KO2BEDPMJG7XK5DJGY7AUZRHNSNNVRWJ4WU76BXVY6ENNE08NWXX3BJAFAG6CL59U5A5DF9R25IJCVPSVB8F4PX0TL0LW6HY0F7DBNFC8D4XU3ZSSGWATI7TXO0XSSC4KIV2HGSPIBSL88AXB2A6TSUP8JFI62DEEM2U6O76V722PDKCV6KKR0ITKRF6W1TAHRRR0S75OGKIOMAA9JRUSE3J7KYW7FDSH9GFJF9Y32B0SVVDVFV3GGPSHLI' where id=74; -update noar ti set v0='IXVHN2KO2BEDPMJG7XK5DJGY7AUZRHNSNNVRWJ4WU76BXVY6ENNE08NWXX3BJAFAG6CL59U5A5DF9R25IJCVPSVB8F4PX0TL0LW6HY0F7DBNFC8D4XU3ZSSGWATI7TXO0XSSC4KIV2HGSPIBSL88AXB2A6TSUP8JFI62DEEM2U6O76V722PDKCV6KKR0ITKRF6W1TAHRRR0S75OGKIOMAA9JRUSE3J7KYW7FDSH9GFJF9Y32B0SVVDVFV3GGPSHLI' where id=74; -update noar tt set v1='BGMV0FYBUTJG0ODDE8SEXM924JMID23BCV69G4FBTWNRO93G0YOTSAX9AN35V9ZYMKQF3VW9F24I1VJ2ISKQOE3R646WKIVG29WNRFRE3K64NKSCTF76JY8DDAH5B76IN5GV8175U8P5ZU8J111R3VWH1JJGD1ENC12H0PWCWV6N30JWHU7X6RZQE53S7BP5PXJ7QW7PL2SO8WQKWRA7G574TO3VWLN16SCJWQVTQ15KCRT5XN8YHJN3NXJIA4GGY' where id=74; -update noar ti set v1='BGMV0FYBUTJG0ODDE8SEXM924JMID23BCV69G4FBTWNRO93G0YOTSAX9AN35V9ZYMKQF3VW9F24I1VJ2ISKQOE3R646WKIVG29WNRFRE3K64NKSCTF76JY8DDAH5B76IN5GV8175U8P5ZU8J111R3VWH1JJGD1ENC12H0PWCWV6N30JWHU7X6RZQE53S7BP5PXJ7QW7PL2SO8WQKWRA7G574TO3VWLN16SCJWQVTQ15KCRT5XN8YHJN3NXJIA4GGY' where id=74; -update noar tt set v2='DO40UQ8OYI08NOL5F3RJEHIBDLM0QV0ONHRE7138HFIYM3KP9KZ58SP3TOVZ8C8XJC5GYQ5EPQGWGIIUTFWIBU07PB4IRZ6039BPK9HLP8F1COIA4HE35LKN2YDNP4A0IINHL10L3UL3YBPPLT11FJJKSRUO6OPPRBLKASSTPCW2193ZC3PNNSO3LBE9CHOOOQ70BNCQ1M3E73UHM6XMKW5MNM72SNNY226662P27ZGYUOA04WP3JBNFNKS6J13TI' where id=74; -update noar ti set v2='DO40UQ8OYI08NOL5F3RJEHIBDLM0QV0ONHRE7138HFIYM3KP9KZ58SP3TOVZ8C8XJC5GYQ5EPQGWGIIUTFWIBU07PB4IRZ6039BPK9HLP8F1COIA4HE35LKN2YDNP4A0IINHL10L3UL3YBPPLT11FJJKSRUO6OPPRBLKASSTPCW2193ZC3PNNSO3LBE9CHOOOQ70BNCQ1M3E73UHM6XMKW5MNM72SNNY226662P27ZGYUOA04WP3JBNFNKS6J13TI' where id=74; -update noar tt set v3='FD3BIZ39DJ7XU0NKEWHT2Q17J19E9PDN2S4FS2TIUQN12511KJJV3ROIPF6TOD5K6PI7QWRXJOCZFZ3OPUVV3IQX061MPTMXUJDTNI6MO5N9OMDE7RKOLBFCPZSLMIW3L20UCOYIQKUQV63FCWYJKLOE6EZTQXFFNKZ9HS79W2YR76OZPM12D1AEUFSPT464980H58YBBGVVH6F7LAKWLFKDU0T36ONS3TJ3FI7Q5CUF7Q643D24L493Q9VKKIUXS' where id=74; -update noar ti set v3='FD3BIZ39DJ7XU0NKEWHT2Q17J19E9PDN2S4FS2TIUQN12511KJJV3ROIPF6TOD5K6PI7QWRXJOCZFZ3OPUVV3IQX061MPTMXUJDTNI6MO5N9OMDE7RKOLBFCPZSLMIW3L20UCOYIQKUQV63FCWYJKLOE6EZTQXFFNKZ9HS79W2YR76OZPM12D1AEUFSPT464980H58YBBGVVH6F7LAKWLFKDU0T36ONS3TJ3FI7Q5CUF7Q643D24L493Q9VKKIUXS' where id=74; -update noar tt set v0='XEDOXIB62G0GD64FA796N7DNQ5F8H33Z60NO2APOG5TIULCZ7RWX0CQOIK3JXZYARHASN19GPNTV9PQEN2GIWPMSNKDCES5XCK2T0D67DVSXR8LG3A6C938C5JRAU6EDRJASCHD6CSWAT628AU6ALAC3P6X7CBJ0P9XK475K8WEN1BH0TD0V3PQD63ZSA1S9WHX11JVU2GYLT2YLVBMUJH4CHCWB6P4WY6IBRDT21Q8TU4EL7J29GIF4KEGZ686CO' where id=75; -update noar ti set v0='XEDOXIB62G0GD64FA796N7DNQ5F8H33Z60NO2APOG5TIULCZ7RWX0CQOIK3JXZYARHASN19GPNTV9PQEN2GIWPMSNKDCES5XCK2T0D67DVSXR8LG3A6C938C5JRAU6EDRJASCHD6CSWAT628AU6ALAC3P6X7CBJ0P9XK475K8WEN1BH0TD0V3PQD63ZSA1S9WHX11JVU2GYLT2YLVBMUJH4CHCWB6P4WY6IBRDT21Q8TU4EL7J29GIF4KEGZ686CO' where id=75; -update noar tt set v1='LZJY9L28JLUGLU3UO23WH0B5CCF3UOIK7Z3N60939DY83YTZI3E2UUIC489V7427CTVL8RTN723QWFTI1FVFTFRQB0C7HSMFJDMHD1UYI5OKR9HKZWMFRUBT91STZ7BQ6AZ4WWHENZLZDS0119B9ABVYO7J7447NRF2A8AYMIRKEX13X99ZP6QANWU5WPCGV2E536EP7NP6LOCV5EPLLN7ESKUSDCUY0CCAK6LC1EMO7QZI1BZWYRO7S5U42TS832' where id=75; -update noar ti set v1='LZJY9L28JLUGLU3UO23WH0B5CCF3UOIK7Z3N60939DY83YTZI3E2UUIC489V7427CTVL8RTN723QWFTI1FVFTFRQB0C7HSMFJDMHD1UYI5OKR9HKZWMFRUBT91STZ7BQ6AZ4WWHENZLZDS0119B9ABVYO7J7447NRF2A8AYMIRKEX13X99ZP6QANWU5WPCGV2E536EP7NP6LOCV5EPLLN7ESKUSDCUY0CCAK6LC1EMO7QZI1BZWYRO7S5U42TS832' where id=75; -update noar tt set v2='JKKWF9Q2L72OVYXSFM8SDPSGU3U4XW95ZW7K2Y4TUP1GSY3OI6U03J5FICPXQBPPTGT3T0XYKZ14EAIUEA0XIPCVOAPJ5SB9K9GVEM0QRRR2R1HO9UXB4NE8VRGZ3ZFVD5BPMHFS0KVTXLS13PV03D9AK088FD11H1VZ0DVYNCSVW2C28WDIUPP0IYX6XDXUYDIW8N7GT1A3RREDHS586AU0X9OQIQGD6O5IHMH5X9EWFGPCFBXC3DDKSA2TGSXAZ' where id=75; -update noar ti set v2='JKKWF9Q2L72OVYXSFM8SDPSGU3U4XW95ZW7K2Y4TUP1GSY3OI6U03J5FICPXQBPPTGT3T0XYKZ14EAIUEA0XIPCVOAPJ5SB9K9GVEM0QRRR2R1HO9UXB4NE8VRGZ3ZFVD5BPMHFS0KVTXLS13PV03D9AK088FD11H1VZ0DVYNCSVW2C28WDIUPP0IYX6XDXUYDIW8N7GT1A3RREDHS586AU0X9OQIQGD6O5IHMH5X9EWFGPCFBXC3DDKSA2TGSXAZ' where id=75; -update noar tt set v3='Q1VU1V7TLIS46IA99L44VRGFO81TPTU3C0F3MPZC46Z7HKP28HVNSPXP7ANN8MZFX0M9BC9U66WND1KVFV397JFP0W5K6LQ03IUGKVBJPZF3D7YWXD9EGL4QT3D3WZ02HZ476I8ENDDERWBRJ417VBNOO9ZS88AC2LVC45EGXCMA0L8ANHDT9C9R02V440MU5OPNGOMS3U9KIS5EGTASTA1BPJR6U1KY30YLO341CTXDZ4DIFQAUXG6DEAV6H9N47' where id=75; -update noar ti set v3='Q1VU1V7TLIS46IA99L44VRGFO81TPTU3C0F3MPZC46Z7HKP28HVNSPXP7ANN8MZFX0M9BC9U66WND1KVFV397JFP0W5K6LQ03IUGKVBJPZF3D7YWXD9EGL4QT3D3WZ02HZ476I8ENDDERWBRJ417VBNOO9ZS88AC2LVC45EGXCMA0L8ANHDT9C9R02V440MU5OPNGOMS3U9KIS5EGTASTA1BPJR6U1KY30YLO341CTXDZ4DIFQAUXG6DEAV6H9N47' where id=75; -update noar tt set v0='DGVDRPM4M78IAZLHGB6QPIP2Q2M57EAFHZ3QBNSQK0CP5MM33YFQNWW88MJSFKCTWKXTT0VHSDNX0AUAMYLNOF74EJ8DC9RA1X4BCG3FVE0BH5ISUG6MBHEO32ZKQVOTEHOBWNL2GM73QKCRNWUO1XHB3BBP3FR03L7897EJ3HXTPH94HX85T7D2CFGIMEC34680KZH26E1KJBRG3JPCAIHAY0HBX73K0KCWZVNJOSCYWFLWKEZ7Q9CW234ZQ92Y1' where id=76; -update noar ti set v0='DGVDRPM4M78IAZLHGB6QPIP2Q2M57EAFHZ3QBNSQK0CP5MM33YFQNWW88MJSFKCTWKXTT0VHSDNX0AUAMYLNOF74EJ8DC9RA1X4BCG3FVE0BH5ISUG6MBHEO32ZKQVOTEHOBWNL2GM73QKCRNWUO1XHB3BBP3FR03L7897EJ3HXTPH94HX85T7D2CFGIMEC34680KZH26E1KJBRG3JPCAIHAY0HBX73K0KCWZVNJOSCYWFLWKEZ7Q9CW234ZQ92Y1' where id=76; -update noar tt set v1='TOR40LL50S3CB1GW901HQP3D3EFF8CWVHV8NR4LGVA8P7ESZOF1W9UMHDU716E5SPL259Z1X4F639EYYOONQ3IJG7OMPIN7QZ5V3ZWP1EY0RM7IZCJY1DRQGCRKG8OTXUBW9AHR7AZIXY13B7P7RCAPX8I0MK6HJGHJZD8YOKM7ZJ9S6XFX452KLLW7MAJV3KG2PDC8C7TYEH017ZIZGBN66U3ABY04ABNH7FH0KP443TRZ5A4N5NCVBKRQ334IVU' where id=76; -update noar ti set v1='TOR40LL50S3CB1GW901HQP3D3EFF8CWVHV8NR4LGVA8P7ESZOF1W9UMHDU716E5SPL259Z1X4F639EYYOONQ3IJG7OMPIN7QZ5V3ZWP1EY0RM7IZCJY1DRQGCRKG8OTXUBW9AHR7AZIXY13B7P7RCAPX8I0MK6HJGHJZD8YOKM7ZJ9S6XFX452KLLW7MAJV3KG2PDC8C7TYEH017ZIZGBN66U3ABY04ABNH7FH0KP443TRZ5A4N5NCVBKRQ334IVU' where id=76; -update noar tt set v2='SN1EP8Y85PRPO1RPFGLHV7AHF4Y88JVNZAJE7ZPNW8CWTURPFU8EOYMCZ66TFAO2J679FQAPE4UQ21S35V7O1MFTRGWQ6TIU7X0H25FEFR9BRFDPSVBDWL3LLR6097LYWN9L2M3WHYYVCKHOW12HW6NSMH19QXMAJY159MGW6PNHURIFKBR2P0XXCRTUZP7WDPBM7B9IRFV6J90UW8AIFQROTB34NOT7ZA1I1BEV0PQ5IE34T9VX4QB3GYMZ4P4C1' where id=76; -update noar ti set v2='SN1EP8Y85PRPO1RPFGLHV7AHF4Y88JVNZAJE7ZPNW8CWTURPFU8EOYMCZ66TFAO2J679FQAPE4UQ21S35V7O1MFTRGWQ6TIU7X0H25FEFR9BRFDPSVBDWL3LLR6097LYWN9L2M3WHYYVCKHOW12HW6NSMH19QXMAJY159MGW6PNHURIFKBR2P0XXCRTUZP7WDPBM7B9IRFV6J90UW8AIFQROTB34NOT7ZA1I1BEV0PQ5IE34T9VX4QB3GYMZ4P4C1' where id=76; -update noar tt set v3='VNPXIFNWBJL398TGBQZLUNS11WZY5H3Q50TL41DE20P2IYM3DW81GPFPE3KM0385RIMN8IJ0KBF324OHDO2H4FMNZ3TBI5MSOKQI6SPMPZ8DRUBDLATQ6JI0130UGVB9LXKO36ZUPTEJ1IOPVC5SU2P6W0WU26FBGJIIQJFMYCT6QK16OHYEQG356VUD31K58AR3Z8ZKLFWG4SXNAU5ZP5LOE59TE6LP0C89DPOUE8VNFEN7MASS2FU2TIB96FY61' where id=76; -update noar ti set v3='VNPXIFNWBJL398TGBQZLUNS11WZY5H3Q50TL41DE20P2IYM3DW81GPFPE3KM0385RIMN8IJ0KBF324OHDO2H4FMNZ3TBI5MSOKQI6SPMPZ8DRUBDLATQ6JI0130UGVB9LXKO36ZUPTEJ1IOPVC5SU2P6W0WU26FBGJIIQJFMYCT6QK16OHYEQG356VUD31K58AR3Z8ZKLFWG4SXNAU5ZP5LOE59TE6LP0C89DPOUE8VNFEN7MASS2FU2TIB96FY61' where id=76; -update noar tt set v0='4WEJ6QCF8K5CYS20J88ICFQPCX470NAKBBLA5RMYB0XCK2S8C6RNIQ5LLWZR58W8ET0R2DL5I75E0YVQRC9VSPYK842NDRQLBP4SR4XMR374CS257OVQJ8TJAVTF3RS7CNZCIVN874UHR70YQO4GGQ113QEJ47EN5D1OZQNCCQU6VBMY7CPUFMB01JGH1M3R56ONEOIDNIGCHLBKI3BM2BVJ9WBPXPC2UZSEYWB222Z4LGWYM0UOZUHNA5VJCJANP' where id=77; -update noar ti set v0='4WEJ6QCF8K5CYS20J88ICFQPCX470NAKBBLA5RMYB0XCK2S8C6RNIQ5LLWZR58W8ET0R2DL5I75E0YVQRC9VSPYK842NDRQLBP4SR4XMR374CS257OVQJ8TJAVTF3RS7CNZCIVN874UHR70YQO4GGQ113QEJ47EN5D1OZQNCCQU6VBMY7CPUFMB01JGH1M3R56ONEOIDNIGCHLBKI3BM2BVJ9WBPXPC2UZSEYWB222Z4LGWYM0UOZUHNA5VJCJANP' where id=77; -update noar tt set v1='NM8HV723TWUXSOBD7UIRKVOV7H5YJ83QYYUFI0H10XPEYE1F0D51VNWRG0YLO39ONIHJ6HBM6WIZAFYFUT8DBT5K637RW8BT05UU3XSPHLHEOG62W6GGYSWSM1VVC6O3RU08WSPCZ8Z9W56DJXQRCQX79OKWIGE0GTVJ5IFF3F5LQXWOUBVOZ55EK2J1UHZK4A22KFN656WWMBGYNVBZYFT9RSW8N8BYI5UKG9Q8IW8XVDQ9WZVDI6TVPQGHDH16T' where id=77; -update noar ti set v1='NM8HV723TWUXSOBD7UIRKVOV7H5YJ83QYYUFI0H10XPEYE1F0D51VNWRG0YLO39ONIHJ6HBM6WIZAFYFUT8DBT5K637RW8BT05UU3XSPHLHEOG62W6GGYSWSM1VVC6O3RU08WSPCZ8Z9W56DJXQRCQX79OKWIGE0GTVJ5IFF3F5LQXWOUBVOZ55EK2J1UHZK4A22KFN656WWMBGYNVBZYFT9RSW8N8BYI5UKG9Q8IW8XVDQ9WZVDI6TVPQGHDH16T' where id=77; -update noar tt set v2='T8BEEU1BI4QFYVTHCAUKHUAU4VRI86XUGCL66119CXJMXQU0Q6J3TR4SCJIHIMJMUGMJ84B22XGGSOTVOVZO1TJT8YIS3G6Y1ETTYK9061SY3N9GG6GYUXU3O4VENJ1138BU7KQAKXE457SDR9D6U1B3F8H07ZWEF7UCU0WRNIP2PD3F9D8NP7DXJR06ND3SYST5AIPKW3DS5I6CENXA6E6GJQ8XB40VGSZ9MWMIQMUVQ5P6CNUL9FMB4FEGTJCA4' where id=77; -update noar ti set v2='T8BEEU1BI4QFYVTHCAUKHUAU4VRI86XUGCL66119CXJMXQU0Q6J3TR4SCJIHIMJMUGMJ84B22XGGSOTVOVZO1TJT8YIS3G6Y1ETTYK9061SY3N9GG6GYUXU3O4VENJ1138BU7KQAKXE457SDR9D6U1B3F8H07ZWEF7UCU0WRNIP2PD3F9D8NP7DXJR06ND3SYST5AIPKW3DS5I6CENXA6E6GJQ8XB40VGSZ9MWMIQMUVQ5P6CNUL9FMB4FEGTJCA4' where id=77; -update noar tt set v3='Z2LB146QXCQ1K30327L0P5C61U2NHPVF43EUZB8LMPNM0VZULCK1L77BK760Y16RS0I6TZ8VLC7OEUAC90NMRMN6PWBUKS0R9C7K5J5CXX5XMP50Y4EPK7M7DR6SFIKGOSMEC0X5NE7D8OQ8BW2M8R2UK5G6EMSON0PDVYW9LTZQ1SRSOOGD08EPKS53RHYRLJ7G3NYIFUVGTESDQPOQG3JTGHPSLLE0CSFHWMTN5DPLIX25ZZXWPD8UU3DMIO8G3' where id=77; -update noar ti set v3='Z2LB146QXCQ1K30327L0P5C61U2NHPVF43EUZB8LMPNM0VZULCK1L77BK760Y16RS0I6TZ8VLC7OEUAC90NMRMN6PWBUKS0R9C7K5J5CXX5XMP50Y4EPK7M7DR6SFIKGOSMEC0X5NE7D8OQ8BW2M8R2UK5G6EMSON0PDVYW9LTZQ1SRSOOGD08EPKS53RHYRLJ7G3NYIFUVGTESDQPOQG3JTGHPSLLE0CSFHWMTN5DPLIX25ZZXWPD8UU3DMIO8G3' where id=77; -update noar tt set v0='29IEVV2VC30F5OO9DQXIXTA11VXKRXB158ZNV40SNKBAMVHCY48LZ7EXQ879A08N766L46AKJJCE2W32TR8OQOIHFC3RV8232SABMQK0X3D32STQZXQMD2AP7FIDNYTKLDC5V19EMSB0179BJPZ33J7206FQZXZHDT2UMBRUTHMABIFNCX4WLEUWAGN2A0TZDBULK4GHDNPJFWDJJDOQAQO0XSLBUNA61QTSK720OOV3GATYBIPXA1EBIED2DNXOE' where id=78; -update noar ti set v0='29IEVV2VC30F5OO9DQXIXTA11VXKRXB158ZNV40SNKBAMVHCY48LZ7EXQ879A08N766L46AKJJCE2W32TR8OQOIHFC3RV8232SABMQK0X3D32STQZXQMD2AP7FIDNYTKLDC5V19EMSB0179BJPZ33J7206FQZXZHDT2UMBRUTHMABIFNCX4WLEUWAGN2A0TZDBULK4GHDNPJFWDJJDOQAQO0XSLBUNA61QTSK720OOV3GATYBIPXA1EBIED2DNXOE' where id=78; -update noar tt set v1='O2CZ4IKJ3US5Q376OFNLFOC5U789CY4WYVKMZBY6G4DGZPN2REBJRVCBD1VHJNUL9PDPLFHY6Y9PND3KJZEOPUU0S1CU1JXC63CD2VA1095X311EGB306DMB20PNMQZZPWG8DDI653DLS2L4WQF8MAPC8ZHBKSN9UEA35JDE6LJ5MTGVY7FN9FVY8MRL5PB8EFURSE3N524HUD7109VQZ1BB73SKTV0XVX1512PXH7P93AGKUNNN3IG8TN4T9L0MW' where id=78; -update noar ti set v1='O2CZ4IKJ3US5Q376OFNLFOC5U789CY4WYVKMZBY6G4DGZPN2REBJRVCBD1VHJNUL9PDPLFHY6Y9PND3KJZEOPUU0S1CU1JXC63CD2VA1095X311EGB306DMB20PNMQZZPWG8DDI653DLS2L4WQF8MAPC8ZHBKSN9UEA35JDE6LJ5MTGVY7FN9FVY8MRL5PB8EFURSE3N524HUD7109VQZ1BB73SKTV0XVX1512PXH7P93AGKUNNN3IG8TN4T9L0MW' where id=78; -update noar tt set v2='7MVBE30ICEGL02SN6Z82VSS93YD88NHCIR09WMZHD5L5JA4K366JQAD1TRRED086OVNV4ZW80E8PP1ZKP1ACZ53PGJVXVSI0NNC0CN1XW6RFC0FUBMF535X9A4FWA28C1BSB9FOIJJXGAX3JE9F0AWOW0HQYTQRMYLWAUMD1MXN9324Q8QW40U4TGFD3W8J2NP29VIML4F2GNYDQWTV5M3QRCVSMEN2DZ8X0ADL0TH28LLHYQ2DVNY9G979C5NJXF' where id=78; -update noar ti set v2='7MVBE30ICEGL02SN6Z82VSS93YD88NHCIR09WMZHD5L5JA4K366JQAD1TRRED086OVNV4ZW80E8PP1ZKP1ACZ53PGJVXVSI0NNC0CN1XW6RFC0FUBMF535X9A4FWA28C1BSB9FOIJJXGAX3JE9F0AWOW0HQYTQRMYLWAUMD1MXN9324Q8QW40U4TGFD3W8J2NP29VIML4F2GNYDQWTV5M3QRCVSMEN2DZ8X0ADL0TH28LLHYQ2DVNY9G979C5NJXF' where id=78; -update noar tt set v3='NXI9Z1155C569CT5SCNSUP1A94YUH0PQ8K6BJ40PCFL3TSL37GE4F55JWK87BQUERLU9TMN8RHHAWUL6VKF7JR6U6XJLQH8E3NTL8XJJW38ZOG0U9SS8A6LUJJWWLV3RTUP8M24RJUOU16ZUP8IW0BSFBPUDA6O5GI89QHBCQ9G3IV1NXDXC7WIH0AM5R1QHC2ATKCXGRH2C1BBOFJ8IDN5V55O6ALOZ7OFVAMMBL624GHZVRBBL4FCLOX5IG7CT9' where id=78; -update noar ti set v3='NXI9Z1155C569CT5SCNSUP1A94YUH0PQ8K6BJ40PCFL3TSL37GE4F55JWK87BQUERLU9TMN8RHHAWUL6VKF7JR6U6XJLQH8E3NTL8XJJW38ZOG0U9SS8A6LUJJWWLV3RTUP8M24RJUOU16ZUP8IW0BSFBPUDA6O5GI89QHBCQ9G3IV1NXDXC7WIH0AM5R1QHC2ATKCXGRH2C1BBOFJ8IDN5V55O6ALOZ7OFVAMMBL624GHZVRBBL4FCLOX5IG7CT9' where id=78; -update noar tt set v0='Q3FFZD7DDX86QMDGSJY2BRU58T98MFBN7BSDX49FII54HWDENRUHG6GP3X2SS4TD10U9OHHIW74AA99VHLM05GQECAJCA106FQX0B9CSQ5ULJ2LHTA3JSW9DU6GYQFGDNPXCRE2TQ0F4D3T0ICXJIK4UH8CN94CKVZYWETQ6M14L4P4VLLJFT2ODOIM5OG1C37CTMI84H462WMR0U75238YRCZ32335JO2T37ATFFU2R986OFMB21LRSXU7OZ8LSB' where id=79; -update noar ti set v0='Q3FFZD7DDX86QMDGSJY2BRU58T98MFBN7BSDX49FII54HWDENRUHG6GP3X2SS4TD10U9OHHIW74AA99VHLM05GQECAJCA106FQX0B9CSQ5ULJ2LHTA3JSW9DU6GYQFGDNPXCRE2TQ0F4D3T0ICXJIK4UH8CN94CKVZYWETQ6M14L4P4VLLJFT2ODOIM5OG1C37CTMI84H462WMR0U75238YRCZ32335JO2T37ATFFU2R986OFMB21LRSXU7OZ8LSB' where id=79; -update noar tt set v1='1CHHHKNY6CMSUK3X4JJYU1ID0T2WYA4QSL7C5KSJ8L1WULYTTPSWPJLNPEV7R9D37H0F819S5PDBQ483AO8ZYT64O69U2XPV0EP9X549G4PPBKMY1P8Z1JOMAANYSO6JF19GJ1IHUBVOSZDNGROFG26KW31CF8HSSVJRTVRUXSQTDJKI1KF3J281QAL41WP4Q2CKXRNCWLQ4QUOV1C8UN4DYCSPN5PYD1KHZ5I7MIQ6ZDLR4S7R5BXVQ3CK04D63M' where id=79; -update noar ti set v1='1CHHHKNY6CMSUK3X4JJYU1ID0T2WYA4QSL7C5KSJ8L1WULYTTPSWPJLNPEV7R9D37H0F819S5PDBQ483AO8ZYT64O69U2XPV0EP9X549G4PPBKMY1P8Z1JOMAANYSO6JF19GJ1IHUBVOSZDNGROFG26KW31CF8HSSVJRTVRUXSQTDJKI1KF3J281QAL41WP4Q2CKXRNCWLQ4QUOV1C8UN4DYCSPN5PYD1KHZ5I7MIQ6ZDLR4S7R5BXVQ3CK04D63M' where id=79; -update noar tt set v2='9LW7DQ1MLCRTJ9L1BRBBYOAR4M89KDJT9U00AO2VV7C48FOJRR1YQ17G0ACP25CL88T9KN2IHKNIQNZE27W2YZTD3D6JUPME6URTAPYTY7UTE80CS1GHBBJIRLLATPIBMXO1H47ZZBN1ZW07TX1P49PX4GZXNWT837N4QMS1KZ5MHGQ86Z7A2GDPDE12BH2S41RG0A1GVD52BXKXI7YFG57KUGS1C9TKYUMTZVMAQ34A60FI43R4R4HDTMVJC2QYA' where id=79; -update noar ti set v2='9LW7DQ1MLCRTJ9L1BRBBYOAR4M89KDJT9U00AO2VV7C48FOJRR1YQ17G0ACP25CL88T9KN2IHKNIQNZE27W2YZTD3D6JUPME6URTAPYTY7UTE80CS1GHBBJIRLLATPIBMXO1H47ZZBN1ZW07TX1P49PX4GZXNWT837N4QMS1KZ5MHGQ86Z7A2GDPDE12BH2S41RG0A1GVD52BXKXI7YFG57KUGS1C9TKYUMTZVMAQ34A60FI43R4R4HDTMVJC2QYA' where id=79; -update noar tt set v3='O8LRF4704XQ0JSM6M02LTI146T773PP9T4ZYYQO36S4CCBPLR8T6CUAP02YVKZ66ZHD35OUDMHGATSR5RUB6KZEDUO4FQWH8Q9ONW70C1LFTE7D4WP3EIC3RJH7XQWS7Q8PCMX7O5MUODVB6B3H8CE6PUMNJAKND4PODW6D3DGG5C8VBV7CKIB2OKGSGDPMN6SFT8R03MV07L4EASBRM7EXIRXZ80DJ7QHKRUITBY45X7L4ASLBBTOABIHRU7VEUA' where id=79; -update noar ti set v3='O8LRF4704XQ0JSM6M02LTI146T773PP9T4ZYYQO36S4CCBPLR8T6CUAP02YVKZ66ZHD35OUDMHGATSR5RUB6KZEDUO4FQWH8Q9ONW70C1LFTE7D4WP3EIC3RJH7XQWS7Q8PCMX7O5MUODVB6B3H8CE6PUMNJAKND4PODW6D3DGG5C8VBV7CKIB2OKGSGDPMN6SFT8R03MV07L4EASBRM7EXIRXZ80DJ7QHKRUITBY45X7L4ASLBBTOABIHRU7VEUA' where id=79; -update noar tt set v0='5ERX9GS9UO6KRUFIFQ3EYM7WIWVX4BN5MQZLKH3ZK9UYY5QSHKP0G04ALNCD2TNHQ7TXURQNH07B3OR16KOEUUJPJMC12MEX88SOPSM6OR9OZA549SN9768C3KMXDTX94XPFBJDO8K0RWHU6CEMYIGYMOI39HJN6SYLB79WLIO4FWMV8CHOR23N3UHVOVCUMGQI7HF52OEFEDUFLLAKDD04JEW6F5QS7EGL8JUHPN4IX1ORREBK8P1CVGU0H90P5G' where id=80; -update noar ti set v0='5ERX9GS9UO6KRUFIFQ3EYM7WIWVX4BN5MQZLKH3ZK9UYY5QSHKP0G04ALNCD2TNHQ7TXURQNH07B3OR16KOEUUJPJMC12MEX88SOPSM6OR9OZA549SN9768C3KMXDTX94XPFBJDO8K0RWHU6CEMYIGYMOI39HJN6SYLB79WLIO4FWMV8CHOR23N3UHVOVCUMGQI7HF52OEFEDUFLLAKDD04JEW6F5QS7EGL8JUHPN4IX1ORREBK8P1CVGU0H90P5G' where id=80; -update noar tt set v1='Z760IJEEUXH9MNILGXL3X1AICMXZ8K9G66B2WA39SDVDG9CNWCKZU1XXDA5LNYV4UT5DORMX17T6PNR0V4B3TD7VTAY0F4ZWW4U34P3COLBBIXR7567URPVZKKP857QH0230GNQ629SUTBQPQ5WPH4RQHYQUWMWLF1NHCMB7JFPTXPML67FSAMXE975VL4DCK3A8Q46BLOIXG3QETW7EWDHQPXLUYSKP61B71LTM1LNF0ZTOW02A95QAEQOL02VQ4' where id=80; -update noar ti set v1='Z760IJEEUXH9MNILGXL3X1AICMXZ8K9G66B2WA39SDVDG9CNWCKZU1XXDA5LNYV4UT5DORMX17T6PNR0V4B3TD7VTAY0F4ZWW4U34P3COLBBIXR7567URPVZKKP857QH0230GNQ629SUTBQPQ5WPH4RQHYQUWMWLF1NHCMB7JFPTXPML67FSAMXE975VL4DCK3A8Q46BLOIXG3QETW7EWDHQPXLUYSKP61B71LTM1LNF0ZTOW02A95QAEQOL02VQ4' where id=80; -update noar tt set v2='L78CIOWIEKYZTNHFVWC6TW66NLQJ0GP4CASGEJ5B79LD5MLVVPIG6R8W98T1OZ16ZY7QXHZ8QIZADOFMRV2AOXPW3GRD9K087QBCGQ9TWA7LAF26KDJ51P9SM0N7L8E2K6MRYUVY04GG4TZZMNP0GLH8U8TRNB7PYO7NE96HGX26MJSXXDBZ7QRBRWSWKOUA0IVO1H95XLFACM8J37TH97K1JSG6AUFLEA7Q8X6IHM7385I7PIE5J69KGYKPLP0YL' where id=80; -update noar ti set v2='L78CIOWIEKYZTNHFVWC6TW66NLQJ0GP4CASGEJ5B79LD5MLVVPIG6R8W98T1OZ16ZY7QXHZ8QIZADOFMRV2AOXPW3GRD9K087QBCGQ9TWA7LAF26KDJ51P9SM0N7L8E2K6MRYUVY04GG4TZZMNP0GLH8U8TRNB7PYO7NE96HGX26MJSXXDBZ7QRBRWSWKOUA0IVO1H95XLFACM8J37TH97K1JSG6AUFLEA7Q8X6IHM7385I7PIE5J69KGYKPLP0YL' where id=80; -update noar tt set v3='ROHU3JWF647KJDT4HJUJ2S5WQ1HJFDCE6BMNDUETEV9AENM3MMVBDENN42MHS4093TUCWNF3UBLEN8AVQ9R8RNUQ0KODU3CJXDKU79JMOK6B17ZQX5H066299S03HG2CS7HAE0XWA31Z5O27BDTBMH00AMZGURMXAY6N3DKPHWGXJMTPV8F2K261BHUBAXB3K9QY38MC7AZJIAVHF350FFPFBVPRV9CCJVNFNXFO00VFH5BO71J2M97BHCZH5GGII' where id=80; -update noar ti set v3='ROHU3JWF647KJDT4HJUJ2S5WQ1HJFDCE6BMNDUETEV9AENM3MMVBDENN42MHS4093TUCWNF3UBLEN8AVQ9R8RNUQ0KODU3CJXDKU79JMOK6B17ZQX5H066299S03HG2CS7HAE0XWA31Z5O27BDTBMH00AMZGURMXAY6N3DKPHWGXJMTPV8F2K261BHUBAXB3K9QY38MC7AZJIAVHF350FFPFBVPRV9CCJVNFNXFO00VFH5BO71J2M97BHCZH5GGII' where id=80; -update noar tt set v0='7IAQL7HCL9MS2N4H6MQRE7R98CHC5JRXI61AJOZQBLQVQ7PKGYAML3TMKZP6TCYNYEI030V838YCWSLKHT557WWIJ0MJIQA8WMMJHWHNIG4PXPAN626XG7PQT8BWJEVZ8VMNQGHCCYAXVZA4OMKO6H9AQK719WCQUZFG3CD928C7RN270PZIAZB3SHFLZSAK20WJK8VHVFN9CQ8XFGB0Q41TGNBQH8E1N2N290PNMUUCZ7YS0MWN6S1GD6D9CDF38' where id=81; -update noar ti set v0='7IAQL7HCL9MS2N4H6MQRE7R98CHC5JRXI61AJOZQBLQVQ7PKGYAML3TMKZP6TCYNYEI030V838YCWSLKHT557WWIJ0MJIQA8WMMJHWHNIG4PXPAN626XG7PQT8BWJEVZ8VMNQGHCCYAXVZA4OMKO6H9AQK719WCQUZFG3CD928C7RN270PZIAZB3SHFLZSAK20WJK8VHVFN9CQ8XFGB0Q41TGNBQH8E1N2N290PNMUUCZ7YS0MWN6S1GD6D9CDF38' where id=81; -update noar tt set v1='WHCYLKOEHI8OEAXP0KP8WICKENH4S8LI6246ZG0NVGL8G4WZFB1CM8GEA10O4G79LO79T0YKNKNHE8Y1VMPGB1YBHRA5SR6R3F9GC0K45CG9AYWG0OZ52AKNMF50YA9Q22OKXQZ111CHQESQAXEASOTAVF0ZFJ156DXRYPTW9M7OE2QDJGBEGCY9H63YHN6MI95K2ZMJPWE02VMFGTSKHAY92X65TCRXI4LXSDPGBHDXNM84ZWDOC2WX3S51A93BM' where id=81; -update noar ti set v1='WHCYLKOEHI8OEAXP0KP8WICKENH4S8LI6246ZG0NVGL8G4WZFB1CM8GEA10O4G79LO79T0YKNKNHE8Y1VMPGB1YBHRA5SR6R3F9GC0K45CG9AYWG0OZ52AKNMF50YA9Q22OKXQZ111CHQESQAXEASOTAVF0ZFJ156DXRYPTW9M7OE2QDJGBEGCY9H63YHN6MI95K2ZMJPWE02VMFGTSKHAY92X65TCRXI4LXSDPGBHDXNM84ZWDOC2WX3S51A93BM' where id=81; -update noar tt set v2='GGVI66QTBSD6H37N1UFPW2UASZB6U08I538EFE6AYGEOSG1Y4OL50FRIUW1TYDSX5NAGMUBQTVP1EI4NK85IR7BATNDZ2GTXWOROVV0GQ1IO5W1FSANU1FD6L81X6QP8EFSJ49BZO286PLZAFYNNSA6ANW8NUB8ZDO6BXOUU2NE3IC3NCUYE27L5BB0UPNNAFMOTTOXOHG3BZTV004FS0ID6H740HMCXNNTPED13B6NAUDYMBZSXHRDK42CL6WR5E' where id=81; -update noar ti set v2='GGVI66QTBSD6H37N1UFPW2UASZB6U08I538EFE6AYGEOSG1Y4OL50FRIUW1TYDSX5NAGMUBQTVP1EI4NK85IR7BATNDZ2GTXWOROVV0GQ1IO5W1FSANU1FD6L81X6QP8EFSJ49BZO286PLZAFYNNSA6ANW8NUB8ZDO6BXOUU2NE3IC3NCUYE27L5BB0UPNNAFMOTTOXOHG3BZTV004FS0ID6H740HMCXNNTPED13B6NAUDYMBZSXHRDK42CL6WR5E' where id=81; -update noar tt set v3='0CUC6PG8338586R61KV252EUYFR6KCS93634XBUJYBEBJDT0DPE4U2HCQVHLBDMQZAISIVR7DOE0YHF200PAUKMKTC7DKMGYD66XVTPKVBAO0XQJ3PRZEWR5YFXKCL3O1OXNI52P3R2JZ7VS492LH2ROOQJS7M7D8TX8T38BTNJQ702C9Q49UFV6H2WGRE85XKBPAYW0JLECJCPK78O95YP8M0W5URK8707NUBMPHALYU67CCO8HOVH2DARLRYJ9E' where id=81; -update noar ti set v3='0CUC6PG8338586R61KV252EUYFR6KCS93634XBUJYBEBJDT0DPE4U2HCQVHLBDMQZAISIVR7DOE0YHF200PAUKMKTC7DKMGYD66XVTPKVBAO0XQJ3PRZEWR5YFXKCL3O1OXNI52P3R2JZ7VS492LH2ROOQJS7M7D8TX8T38BTNJQ702C9Q49UFV6H2WGRE85XKBPAYW0JLECJCPK78O95YP8M0W5URK8707NUBMPHALYU67CCO8HOVH2DARLRYJ9E' where id=81; -update noar tt set v0='SROIC3LDYM70OIGPPB8C8TCQFKGYIH7MO31KZM3B36A2F74R99PFX9YELIANGQZP5OY3XRBVU3264KB971HUBIBVLD2PY3NPEOOU8SJQLHCPF6BCJTMEF5YMU0UKPGSBO3I9EPN6DQCINB3PDKGPV7XCXLAPCTV5L07SYFAQ1PXW1IKXWV2V76EOAJHERBMWMNSTU9KVT9S8DEHB4MQW55HGZHSY9EZG97H4RUUT36EWBYJGXHZT1NV59EYHJRQHR' where id=82; -update noar ti set v0='SROIC3LDYM70OIGPPB8C8TCQFKGYIH7MO31KZM3B36A2F74R99PFX9YELIANGQZP5OY3XRBVU3264KB971HUBIBVLD2PY3NPEOOU8SJQLHCPF6BCJTMEF5YMU0UKPGSBO3I9EPN6DQCINB3PDKGPV7XCXLAPCTV5L07SYFAQ1PXW1IKXWV2V76EOAJHERBMWMNSTU9KVT9S8DEHB4MQW55HGZHSY9EZG97H4RUUT36EWBYJGXHZT1NV59EYHJRQHR' where id=82; -update noar tt set v1='UDYCTXDNP6G6W3I140VDNAPYR48F2ETEPFV0RKPET0388DS7793BKGHR8TWBMGZMIIL52T9Z1FQ2IVQD7K895IUE3GZO92AOGF8U1GGYGU7NMXMXVUBY6OMIQRGNZ56BMAOO9L8GYKSH5HS1YTAD8CIXE1N7W93OEBVCJGSW4ZXUKBHGFFZIPXL93BEYLK9FKY6AUYAVCZIRWPG6SVSTW79KP0FWZYO0Y85UMXBGNJJ7PZDMRNR3HA09U4O4XBR8Y' where id=82; -update noar ti set v1='UDYCTXDNP6G6W3I140VDNAPYR48F2ETEPFV0RKPET0388DS7793BKGHR8TWBMGZMIIL52T9Z1FQ2IVQD7K895IUE3GZO92AOGF8U1GGYGU7NMXMXVUBY6OMIQRGNZ56BMAOO9L8GYKSH5HS1YTAD8CIXE1N7W93OEBVCJGSW4ZXUKBHGFFZIPXL93BEYLK9FKY6AUYAVCZIRWPG6SVSTW79KP0FWZYO0Y85UMXBGNJJ7PZDMRNR3HA09U4O4XBR8Y' where id=82; -update noar tt set v2='74EERGPYEQ8TB15ROHJZUQS70ZR8XBV0ESRE60YP6NLNKAPHYVS1PN3WIN65YVPTLQOARM9PX521WLO718I3DHRGDFGMULT6I5BPGMMK8SPE87G7BMA6BRIXCLFY6DF6PVEN0G1U9F0GZXN2AARQNV0HJL9KEQP08VPUNXM2P1RJG7B79Y4O0YCIOQ2WDJQKWERATSTR6JN1BACF3QMH5T8LQRTTIVGVI27Y6YYS0TCRLH62LYRIC7CKVJYYFW9YR' where id=82; -update noar ti set v2='74EERGPYEQ8TB15ROHJZUQS70ZR8XBV0ESRE60YP6NLNKAPHYVS1PN3WIN65YVPTLQOARM9PX521WLO718I3DHRGDFGMULT6I5BPGMMK8SPE87G7BMA6BRIXCLFY6DF6PVEN0G1U9F0GZXN2AARQNV0HJL9KEQP08VPUNXM2P1RJG7B79Y4O0YCIOQ2WDJQKWERATSTR6JN1BACF3QMH5T8LQRTTIVGVI27Y6YYS0TCRLH62LYRIC7CKVJYYFW9YR' where id=82; -update noar tt set v3='5C29FPCW6KQ1CGGHRXVNX6NYT4A7R9MKEJZTXWQXV5MJ3028G00BR6438SUVYQ6G518WBVN5UQSUF2DG16H54XA42G3FJGU2J2RVC58LR7LE456XODPR0Y74J4TN66DY6RUEOEINZW4NHZVZGCFDG6S5Z1H2L0NX3KKZ4CUI4S9YMNOIBRFBTYN039WL6S0FTVFZTLU4LJSV71VSHZEEQTRH1F8OLT1NPQ0GJ8IARUHCJDOTIFHLX7CX25EPZRSFF' where id=82; -update noar ti set v3='5C29FPCW6KQ1CGGHRXVNX6NYT4A7R9MKEJZTXWQXV5MJ3028G00BR6438SUVYQ6G518WBVN5UQSUF2DG16H54XA42G3FJGU2J2RVC58LR7LE456XODPR0Y74J4TN66DY6RUEOEINZW4NHZVZGCFDG6S5Z1H2L0NX3KKZ4CUI4S9YMNOIBRFBTYN039WL6S0FTVFZTLU4LJSV71VSHZEEQTRH1F8OLT1NPQ0GJ8IARUHCJDOTIFHLX7CX25EPZRSFF' where id=82; -update noar tt set v0='A93HJINGRDUQSPDDEO9JTQ3I5LZ7G29YXND123YYRRT0A1RLN870GBD1HSEI4JGOYSPRBU6QPX2H7Z1MRZ8Z2W1MNRZHPLKR0USOSDWLJD9B982AQGAQQBFEHM96H099B7WT8OEDAJTO181FW9N9WCMUOQE3NR0FCJHOLJDGM5COIV0Q2M467D04UU7M0BDF4SY8VZQT3Y3A7RLXAXD4351YNEOSQSQDM73U4EFC4SBDYJKIFK36FKS76C93WLNC6' where id=83; -update noar ti set v0='A93HJINGRDUQSPDDEO9JTQ3I5LZ7G29YXND123YYRRT0A1RLN870GBD1HSEI4JGOYSPRBU6QPX2H7Z1MRZ8Z2W1MNRZHPLKR0USOSDWLJD9B982AQGAQQBFEHM96H099B7WT8OEDAJTO181FW9N9WCMUOQE3NR0FCJHOLJDGM5COIV0Q2M467D04UU7M0BDF4SY8VZQT3Y3A7RLXAXD4351YNEOSQSQDM73U4EFC4SBDYJKIFK36FKS76C93WLNC6' where id=83; -update noar tt set v1='ENHVA29U3RP4WUZ395S1LOVG22X26CBAI0ZE342Q8CEWNLTO0GNF2GIN54OSEXK35AJ7I3FFQQCHYQQ7G27FJCYFD24920TSIWTJ9KQE0C6POSK8CKUC8T5061ILO4OJAVGQJE2P6CDUEZU93JA2HZ50NF3IXF5P24Q8V7ZYHS801487UNF6AOD2SI3YVVEW8M39BZEJ5ZLA66SCI18YQ48V02J91FDJO9H3LF8FYTF35SKYKW7DQZOU3OYRP5RLW' where id=83; -update noar ti set v1='ENHVA29U3RP4WUZ395S1LOVG22X26CBAI0ZE342Q8CEWNLTO0GNF2GIN54OSEXK35AJ7I3FFQQCHYQQ7G27FJCYFD24920TSIWTJ9KQE0C6POSK8CKUC8T5061ILO4OJAVGQJE2P6CDUEZU93JA2HZ50NF3IXF5P24Q8V7ZYHS801487UNF6AOD2SI3YVVEW8M39BZEJ5ZLA66SCI18YQ48V02J91FDJO9H3LF8FYTF35SKYKW7DQZOU3OYRP5RLW' where id=83; -update noar tt set v2='OCC0KHJO0C6BAIRDZOVJ6XWKDNEK3PH1OQTIUOF8WQRD31UAQOA51N9NXZYRCFUOGSQRADNMUMI4KAFI8IUIGG5XBGKF35QR2VQCSQS8OFLXIBZY2HC6E3CG55L5X8KBRFX1F5M9ISWLDJQOPP8QANTN7VSUYRA8R3JDXQ2KK0WMTSTAIY3ZBQUWT7O4IHP3WHGBQRL7M2FCP1TDK51MAO180U9RUUP97IKPDZZO0GTAL7MIRKIW03DGSXTG0AJTM' where id=83; -update noar ti set v2='OCC0KHJO0C6BAIRDZOVJ6XWKDNEK3PH1OQTIUOF8WQRD31UAQOA51N9NXZYRCFUOGSQRADNMUMI4KAFI8IUIGG5XBGKF35QR2VQCSQS8OFLXIBZY2HC6E3CG55L5X8KBRFX1F5M9ISWLDJQOPP8QANTN7VSUYRA8R3JDXQ2KK0WMTSTAIY3ZBQUWT7O4IHP3WHGBQRL7M2FCP1TDK51MAO180U9RUUP97IKPDZZO0GTAL7MIRKIW03DGSXTG0AJTM' where id=83; -update noar tt set v3='AQA45B652PEG93X2GUTBCA2CL7LG6DWQ3MW7YBI4T2M8JEEULAPKKS87K84MYCYLZTTGF7O9ZIQDDAM2FDKYCFGX4NOLQO4ZHO1Q1HBD64BWHOK7EC4H40585WRSYO6B8MXCW837TP0R9OX9JMZ6S23S4LUFB9KCN75CVAS34DWOUNHR0GAVXBGTVO0MHCL639JZNDJ8QOK9ASA7TEEIJNSXXZM7MVB96ED59E3JJZ4F62X6KISZOTRQPZPHCWTDZ' where id=83; -update noar ti set v3='AQA45B652PEG93X2GUTBCA2CL7LG6DWQ3MW7YBI4T2M8JEEULAPKKS87K84MYCYLZTTGF7O9ZIQDDAM2FDKYCFGX4NOLQO4ZHO1Q1HBD64BWHOK7EC4H40585WRSYO6B8MXCW837TP0R9OX9JMZ6S23S4LUFB9KCN75CVAS34DWOUNHR0GAVXBGTVO0MHCL639JZNDJ8QOK9ASA7TEEIJNSXXZM7MVB96ED59E3JJZ4F62X6KISZOTRQPZPHCWTDZ' where id=83; -update noar tt set v0='VHPHX3FNR8BD432JAU9JYZBEGTBEM8NYUVI1S3E5MBKLKN29314QG5XJ04QTEL61TSVO9QQHM3VIH3YHLAJ6QPZEXVSM34OLT5V9S91J10NZTG40XGUNKSTTC83TQ37DQZYKRNKPQWY5L4ZGK5D1V0C8BJGM9KEK43L2LL5UMQR7HWS78Z040DARY0C8X7PLG8J805DIB16LZMPVOKPGC7KWZAKFOF0AJK1M6LWJWO6IFT9PNRL73FSE0MFLYXGAJ' where id=84; -update noar ti set v0='VHPHX3FNR8BD432JAU9JYZBEGTBEM8NYUVI1S3E5MBKLKN29314QG5XJ04QTEL61TSVO9QQHM3VIH3YHLAJ6QPZEXVSM34OLT5V9S91J10NZTG40XGUNKSTTC83TQ37DQZYKRNKPQWY5L4ZGK5D1V0C8BJGM9KEK43L2LL5UMQR7HWS78Z040DARY0C8X7PLG8J805DIB16LZMPVOKPGC7KWZAKFOF0AJK1M6LWJWO6IFT9PNRL73FSE0MFLYXGAJ' where id=84; -update noar tt set v1='DA8A6LDDZ1LVOOLD12D58LQ0L4R1C54ONGOEJH62BMVJ6S9LGCF2X3CNFP7X3N31VQSQQKZN2ZFO9EBFS84URHR01YPS2PLT7DPF5U44O06V41B6ZJUPPZTQHO9XM9Z9001RVFHJL7BETRRFDEJM7829O9VELWKVXFQBT1MPCC857DJGVPWVO5H5RPNBA10F8KKORGXJUA6UU22MOFEIHD1TAK5XGO0K1S94UWBYZYUESCBH5DA6U77WEOU4G6NNX' where id=84; -update noar ti set v1='DA8A6LDDZ1LVOOLD12D58LQ0L4R1C54ONGOEJH62BMVJ6S9LGCF2X3CNFP7X3N31VQSQQKZN2ZFO9EBFS84URHR01YPS2PLT7DPF5U44O06V41B6ZJUPPZTQHO9XM9Z9001RVFHJL7BETRRFDEJM7829O9VELWKVXFQBT1MPCC857DJGVPWVO5H5RPNBA10F8KKORGXJUA6UU22MOFEIHD1TAK5XGO0K1S94UWBYZYUESCBH5DA6U77WEOU4G6NNX' where id=84; -update noar tt set v2='PJ5LUALL2G88Y3ZL176YQU77760USNMM7DQFCAURHMULAAJYXAZ3L9FSS2U59WXBWH0U9ZHUE7NK9EJK3FPIA3FTDS3SIY4152K1GXXBRZE00OKT04Y6W5ENMX6K0XRW0X6RGECKIYI22GX1XC4R14RN4SO9N7M1MFB12LH3J3UN4FIFYK69XKRPE4BWDUWCV7X5W878NHED2ENWETP79LKP2JK75E72B236NS6CWW3N24TIBGBOH3AO3LAPEU10D' where id=84; -update noar ti set v2='PJ5LUALL2G88Y3ZL176YQU77760USNMM7DQFCAURHMULAAJYXAZ3L9FSS2U59WXBWH0U9ZHUE7NK9EJK3FPIA3FTDS3SIY4152K1GXXBRZE00OKT04Y6W5ENMX6K0XRW0X6RGECKIYI22GX1XC4R14RN4SO9N7M1MFB12LH3J3UN4FIFYK69XKRPE4BWDUWCV7X5W878NHED2ENWETP79LKP2JK75E72B236NS6CWW3N24TIBGBOH3AO3LAPEU10D' where id=84; -update noar tt set v3='0FHAHXLKZRNNHJTOKUA302UYRBXTI3UY45XHDTF7719QRQWXHN3EF360U8YRPVPZ4RZ8VLSPQIKNHGPFKFX8593TT8OMWQRQH1TGH4DSNSHARZP419E7XG7NXP4ZS4L8Q2MTWGXK4K9GCMQV8UOIKDIMZ8MWSWJXKPQ7WFH9RTAPTA5OXR4F5ACOV84T2HGJPI43W3UNMJJ847H0IB1C3LWQXI61Y0YZGAW5KB7MW68KKQIHI1MIKYRU24JH9Z4LN' where id=84; -update noar ti set v3='0FHAHXLKZRNNHJTOKUA302UYRBXTI3UY45XHDTF7719QRQWXHN3EF360U8YRPVPZ4RZ8VLSPQIKNHGPFKFX8593TT8OMWQRQH1TGH4DSNSHARZP419E7XG7NXP4ZS4L8Q2MTWGXK4K9GCMQV8UOIKDIMZ8MWSWJXKPQ7WFH9RTAPTA5OXR4F5ACOV84T2HGJPI43W3UNMJJ847H0IB1C3LWQXI61Y0YZGAW5KB7MW68KKQIHI1MIKYRU24JH9Z4LN' where id=84; -update noar tt set v0='YMN4JN4O60G3GKYKGC45LL1YUC7VEJL6GMDCZJ2B0V9C8XYRQ7MEMZCP0VYS3QG8MZQIADP8OG9O1LQJJNTWJQ7E088KCUBFK0G8AL383HER588LS9OMVRYGRQZCCJTQI9V9H8EXT8B56TFLJ1B3AOA3ZW98AYNOYGZ30TJK7QITF7VTHYMLERXYTUDO036X4QN7SWP3QJVTWZGV6KICM1RK8SBH93RGR56I0FJ3IGEEDUO9QEJIWJTMOO88JEJF7' where id=85; -update noar ti set v0='YMN4JN4O60G3GKYKGC45LL1YUC7VEJL6GMDCZJ2B0V9C8XYRQ7MEMZCP0VYS3QG8MZQIADP8OG9O1LQJJNTWJQ7E088KCUBFK0G8AL383HER588LS9OMVRYGRQZCCJTQI9V9H8EXT8B56TFLJ1B3AOA3ZW98AYNOYGZ30TJK7QITF7VTHYMLERXYTUDO036X4QN7SWP3QJVTWZGV6KICM1RK8SBH93RGR56I0FJ3IGEEDUO9QEJIWJTMOO88JEJF7' where id=85; -update noar tt set v1='93YXNF3DWKVF61JYNWHWBJ2L68D8SWGM8EX7RIC05S64NR9VRSLKEQOKOMYZARSPCG6LS7BFPLUUT7USADWFI7HW71FR4KANRS2CB6BBWHI81P4V84FTL2UKTGXZBIJI4PUL38N5ABWCYPMC49UUTE0PPACP0B4BRAUV9OLCTC0WULUU0UKDBRAZUW784BO6ESB34W7JLVCKJDBP7YE32JXZ5GXRBUQJYJM779JRRI8WXFE15OF78LCRNVWUTTEAQ' where id=85; -update noar ti set v1='93YXNF3DWKVF61JYNWHWBJ2L68D8SWGM8EX7RIC05S64NR9VRSLKEQOKOMYZARSPCG6LS7BFPLUUT7USADWFI7HW71FR4KANRS2CB6BBWHI81P4V84FTL2UKTGXZBIJI4PUL38N5ABWCYPMC49UUTE0PPACP0B4BRAUV9OLCTC0WULUU0UKDBRAZUW784BO6ESB34W7JLVCKJDBP7YE32JXZ5GXRBUQJYJM779JRRI8WXFE15OF78LCRNVWUTTEAQ' where id=85; -update noar tt set v2='3QTKKLRXFDNGY27FTGIOTM2ODR7UI88BC8E6LOUXZUFWC0BFZRHBSMB1TTFEF7UBO8X3YI7DMDXYVSVWYAUGAYHVC7CEORJP5PSN6YN3JEJHDEBECLIKLMPYC8BDU3HNYZ0S9Q2CX915E7MQXNVIT8BYL1CA8D26S0QZV4YKT02DN80EX9DUTA7WGJK04ZU23MHX8DBCVESLKXDFG63ZCF8EDD54M6CLAXZ8J3DFFYNYS2XIWLH9MLYQLSYSTUO6C' where id=85; -update noar ti set v2='3QTKKLRXFDNGY27FTGIOTM2ODR7UI88BC8E6LOUXZUFWC0BFZRHBSMB1TTFEF7UBO8X3YI7DMDXYVSVWYAUGAYHVC7CEORJP5PSN6YN3JEJHDEBECLIKLMPYC8BDU3HNYZ0S9Q2CX915E7MQXNVIT8BYL1CA8D26S0QZV4YKT02DN80EX9DUTA7WGJK04ZU23MHX8DBCVESLKXDFG63ZCF8EDD54M6CLAXZ8J3DFFYNYS2XIWLH9MLYQLSYSTUO6C' where id=85; -update noar tt set v3='B8049LHH5FY9AO6WH71L37MBXUHYT4624TX7ZUP5XNL6GF938UC6FB6BTLY8TWHRPW1ZTCIRXS58BWSDN0UO0WX2MZ3U65APTH9IGF650HNRTXHXZFOB1IPQPX239CJXIBD4ECS8MWKN62OO3LEBIE2A454W74X14XE7X7X0068E8L7Q3623NEMWZ1FZKW63M90X787THKZ4FCVVNL76HKXTNXFSDX1V5JTYF41F7XANF4QNZ4XJAFZTIAT3J34SI' where id=85; -update noar ti set v3='B8049LHH5FY9AO6WH71L37MBXUHYT4624TX7ZUP5XNL6GF938UC6FB6BTLY8TWHRPW1ZTCIRXS58BWSDN0UO0WX2MZ3U65APTH9IGF650HNRTXHXZFOB1IPQPX239CJXIBD4ECS8MWKN62OO3LEBIE2A454W74X14XE7X7X0068E8L7Q3623NEMWZ1FZKW63M90X787THKZ4FCVVNL76HKXTNXFSDX1V5JTYF41F7XANF4QNZ4XJAFZTIAT3J34SI' where id=85; -update noar tt set v0='07PA99K9Y08R1MHMN8ZPHNZYDDFYKO0PQLHFPQQH4P727IA16R5VO6CJDBQFXI0EC2VMNRITR3WV9HPGJDRIOHUJ00G4S8F5OF8WQNTGC2HPTD9EFI4CK0OVKROTPEEMYP97LEUFWW0GGX4AKXAH7S0JWHJT2N9YU7VPQ9TX7NU2I6O05V7RNS0MYXRSDC3CXXPHXKURL0P42O8GB9XKEXPWZWYEJB6SPGDQU0B9RT8X6VVAQACJYMNY2EU5KKRFH' where id=86; -update noar ti set v0='07PA99K9Y08R1MHMN8ZPHNZYDDFYKO0PQLHFPQQH4P727IA16R5VO6CJDBQFXI0EC2VMNRITR3WV9HPGJDRIOHUJ00G4S8F5OF8WQNTGC2HPTD9EFI4CK0OVKROTPEEMYP97LEUFWW0GGX4AKXAH7S0JWHJT2N9YU7VPQ9TX7NU2I6O05V7RNS0MYXRSDC3CXXPHXKURL0P42O8GB9XKEXPWZWYEJB6SPGDQU0B9RT8X6VVAQACJYMNY2EU5KKRFH' where id=86; -update noar tt set v1='MGJOO4EAVA6XK9GVC0I5FGJQ8R88FHA4PXPS0F57S06VJGWVW30VVS426Q2XSZELYBJKOT008PA4R64HJE19QQD8OQ4WHLMY9UH47WT14M10CTQWHLFWP01JXIXBHEMAKCBF1QB6I6D4OK62FMWXIP20BQWL2T13FJ8Y3Q9230T8SK2V4GO2HC9706YSRN75X3IBO6JRTSJ0YO4NBEIOFVKQZ6YD7OUOPU6OV4OK8L82JHUU4W6A8UFHJPV7GTYPV' where id=86; -update noar ti set v1='MGJOO4EAVA6XK9GVC0I5FGJQ8R88FHA4PXPS0F57S06VJGWVW30VVS426Q2XSZELYBJKOT008PA4R64HJE19QQD8OQ4WHLMY9UH47WT14M10CTQWHLFWP01JXIXBHEMAKCBF1QB6I6D4OK62FMWXIP20BQWL2T13FJ8Y3Q9230T8SK2V4GO2HC9706YSRN75X3IBO6JRTSJ0YO4NBEIOFVKQZ6YD7OUOPU6OV4OK8L82JHUU4W6A8UFHJPV7GTYPV' where id=86; -update noar tt set v2='0LZB9SU9TDHNNTS3IJ7RA3ABA91ZGHYNMC9JV8GU75YIA0TVVCK7UIQIHR738T5G0RXHYTNTK3NSJ0MW95JWY7ANVL7X16ON0FJ4RIALH7U06RSI9GHWGU2A00G5SMKL0SM0ANNB39SFN2ZPO03IALQ6MNJW6IN0VG9EGGKBLI9DCJ7F9ZC7V7ZPI5696F4T3VGI54CSDANPRB39UXCRW1GJDQIXVTK4WAI8XCBU0UJA8RFSYW6ON6SI9OJQIX4OY' where id=86; -update noar ti set v2='0LZB9SU9TDHNNTS3IJ7RA3ABA91ZGHYNMC9JV8GU75YIA0TVVCK7UIQIHR738T5G0RXHYTNTK3NSJ0MW95JWY7ANVL7X16ON0FJ4RIALH7U06RSI9GHWGU2A00G5SMKL0SM0ANNB39SFN2ZPO03IALQ6MNJW6IN0VG9EGGKBLI9DCJ7F9ZC7V7ZPI5696F4T3VGI54CSDANPRB39UXCRW1GJDQIXVTK4WAI8XCBU0UJA8RFSYW6ON6SI9OJQIX4OY' where id=86; -update noar tt set v3='PMV0PY6F1MMZVICFX1NIBKQ7TGHWN5TG7Q6084EAN1S0OPFQGINF5EOOFEJPDDXWTTCN9OZC7HSHBBOXW18GG0XAGBBIJAK7HHRAZOMTYVHX7CJYHBW0NPQZ4N0ICUD6TLAHXP8RRYCLVH5UQ0L1CSXTBWQWZNW8GCKURBA0FAN5XJIK57YCF69OALKB1BRL7N5NLPIJ7OHC0E2V65TJURH9Y8CXDRMOOGUJSGHYLS7TGZ34DEIQY0P1H4NT3MF3Y' where id=86; -update noar ti set v3='PMV0PY6F1MMZVICFX1NIBKQ7TGHWN5TG7Q6084EAN1S0OPFQGINF5EOOFEJPDDXWTTCN9OZC7HSHBBOXW18GG0XAGBBIJAK7HHRAZOMTYVHX7CJYHBW0NPQZ4N0ICUD6TLAHXP8RRYCLVH5UQ0L1CSXTBWQWZNW8GCKURBA0FAN5XJIK57YCF69OALKB1BRL7N5NLPIJ7OHC0E2V65TJURH9Y8CXDRMOOGUJSGHYLS7TGZ34DEIQY0P1H4NT3MF3Y' where id=86; -update noar tt set v0='88TCH8BT2A3WQ60BCG7RR6B923JDQ8L26NS8X7J2UPM0AQVH5A0SC1L6V5312Y3KP2RDWHXW1DOW0NSXJEOD1I7YEU8YCCJ54KWGMSMNP3DA6RM4WHGYPVK6OE9IZ3LN3K7L7KZBLSQQFQW2O4XEFL0GYWTJ1ITLTZ1HKKGRNWUNBIV5R1W2CH0B3D616L8B2CWXA49DNCEDGNS2E17PI0FGA49XVZW6JT2PR7T9J8LAMT5NQIUFCMIJ8ZYGZYGFT' where id=87; -update noar ti set v0='88TCH8BT2A3WQ60BCG7RR6B923JDQ8L26NS8X7J2UPM0AQVH5A0SC1L6V5312Y3KP2RDWHXW1DOW0NSXJEOD1I7YEU8YCCJ54KWGMSMNP3DA6RM4WHGYPVK6OE9IZ3LN3K7L7KZBLSQQFQW2O4XEFL0GYWTJ1ITLTZ1HKKGRNWUNBIV5R1W2CH0B3D616L8B2CWXA49DNCEDGNS2E17PI0FGA49XVZW6JT2PR7T9J8LAMT5NQIUFCMIJ8ZYGZYGFT' where id=87; -update noar tt set v1='8MH9FXKUB9191VRDMZ2DVPLA2LO0EB8PBRZMMAVCTQPJ4EGL1F01P66W7CNR39ZYJDP73LZTW2I76VP8JBH7VCP6NMI1QBN20JE080DTPCO7DQMZ7SPXBOKUSEU2S35GRR3FYS16U20R2UR87OKVFWSQO8DT3PL3FG49BHS56PY66TY6XXNL4EXE68XX2CB2IYKNYEP5TXCDUYGAY44OVHC288U97G0Q4WXAGMTI5H79FDLIFIMBU2K1L1PY0OR2G' where id=87; -update noar ti set v1='8MH9FXKUB9191VRDMZ2DVPLA2LO0EB8PBRZMMAVCTQPJ4EGL1F01P66W7CNR39ZYJDP73LZTW2I76VP8JBH7VCP6NMI1QBN20JE080DTPCO7DQMZ7SPXBOKUSEU2S35GRR3FYS16U20R2UR87OKVFWSQO8DT3PL3FG49BHS56PY66TY6XXNL4EXE68XX2CB2IYKNYEP5TXCDUYGAY44OVHC288U97G0Q4WXAGMTI5H79FDLIFIMBU2K1L1PY0OR2G' where id=87; -update noar tt set v2='QNNPUX98IZ1946B7Y0FSA753076LCPYH1LF69OFIAK95LHFSHPDVFV8X00WLI6G8OQQMN1BNP2GUCLL0P1EE90A73RHO1FN7X27X0Z7B64BHNIIK63BQ1EZM85QTXT9CKHW63DB8ZV093SKGMM9QE318O93H1QUYVD8NYS2CGGHXP832A5YX1IO5HY8917LF5TSC7U2WSG1UPPYHJTHQ01ZFAW1XKZBEAIEON8D8GLJSC5FWI7P93FO0BTV3F2AL0' where id=87; -update noar ti set v2='QNNPUX98IZ1946B7Y0FSA753076LCPYH1LF69OFIAK95LHFSHPDVFV8X00WLI6G8OQQMN1BNP2GUCLL0P1EE90A73RHO1FN7X27X0Z7B64BHNIIK63BQ1EZM85QTXT9CKHW63DB8ZV093SKGMM9QE318O93H1QUYVD8NYS2CGGHXP832A5YX1IO5HY8917LF5TSC7U2WSG1UPPYHJTHQ01ZFAW1XKZBEAIEON8D8GLJSC5FWI7P93FO0BTV3F2AL0' where id=87; -update noar tt set v3='K3ZM9BYF6TPV9G5OLX9MC1VE72RJH3EUK00RSCMTXRPOFPJFVAMPPL449BSYZISR9Z33PQGEZ8TOHW5BNPBKBBUWE94EHCS2DW8CBDIREK6082LJ6GZUTCQL6BEU90Q5MOXE2A044XT5IYZDM1KP9MEHPY37DRR1B769VWT5H8LXV0I3TBRYM116DQF2C6MAM15EJW14JRQT9CVAESURHIJD2X41OL70HMA37GJF34YEBMEBPP9T2RFWW4JUFVA8N' where id=87; -update noar ti set v3='K3ZM9BYF6TPV9G5OLX9MC1VE72RJH3EUK00RSCMTXRPOFPJFVAMPPL449BSYZISR9Z33PQGEZ8TOHW5BNPBKBBUWE94EHCS2DW8CBDIREK6082LJ6GZUTCQL6BEU90Q5MOXE2A044XT5IYZDM1KP9MEHPY37DRR1B769VWT5H8LXV0I3TBRYM116DQF2C6MAM15EJW14JRQT9CVAESURHIJD2X41OL70HMA37GJF34YEBMEBPP9T2RFWW4JUFVA8N' where id=87; -update noar tt set v0='131I42L7FIJGNQ7KYY88QWDKYY6SHJX405VSN6JHPM6WS96NAF806N784S476OF5GPLELZNMZ5HUK5R5NTB5ANVSSDMG2NUY98EWW6YQBZ1BMDBBXHD87MCH2UCUJLEKY2TWKIPIJRK4Z85JVWCT7CF5NG65N7O63DV1HC1H55C00F2NUTBL4BUILRAOZ20KFSTX8VUDUSXC03K6X8CMGRTWS7Y891TX7ATCIJPTN3O4YETH2M5NF0V5Q7C5VF01F' where id=88; -update noar ti set v0='131I42L7FIJGNQ7KYY88QWDKYY6SHJX405VSN6JHPM6WS96NAF806N784S476OF5GPLELZNMZ5HUK5R5NTB5ANVSSDMG2NUY98EWW6YQBZ1BMDBBXHD87MCH2UCUJLEKY2TWKIPIJRK4Z85JVWCT7CF5NG65N7O63DV1HC1H55C00F2NUTBL4BUILRAOZ20KFSTX8VUDUSXC03K6X8CMGRTWS7Y891TX7ATCIJPTN3O4YETH2M5NF0V5Q7C5VF01F' where id=88; -update noar tt set v1='EWUPKULP6UG5MF1MRX86EMIP7TGZ680BG1R9VJQZBNB94TDK02VWSIT57KVCWSM1YOQ61YEKEG4PAY3PRA9QBXPEC6GIPZ0FASZLADBU9YSKN3FUH48CH0578JQAQAA5ECX6UB0OZ91TR9WWSIKQLEGGFKNH2MFSH6MRL0QTMAZYMLIY2ZAT6LK98JZVGJSDAO90SW4Z16RLIGZI3AD5VGRNMWG7BQG1PMI8C2UNUVJC4C1L60Z2SP1NL8UW6PA94' where id=88; -update noar ti set v1='EWUPKULP6UG5MF1MRX86EMIP7TGZ680BG1R9VJQZBNB94TDK02VWSIT57KVCWSM1YOQ61YEKEG4PAY3PRA9QBXPEC6GIPZ0FASZLADBU9YSKN3FUH48CH0578JQAQAA5ECX6UB0OZ91TR9WWSIKQLEGGFKNH2MFSH6MRL0QTMAZYMLIY2ZAT6LK98JZVGJSDAO90SW4Z16RLIGZI3AD5VGRNMWG7BQG1PMI8C2UNUVJC4C1L60Z2SP1NL8UW6PA94' where id=88; -update noar tt set v2='5YH8LTLGSJ0D6LUU5JQEAOJ34R5Y3XDZOR8ZYWE1DKW0HPR6RLSVCNAV377YCHPR0BBJKVEOAG07XAORX1119SWM72S0CEPCYMV3N9TLWTPJSPOGX0BJJ3UZKQZJJUTMLL6K5N1UIKWXBZNCOWMMJUVRT4CLFWMO7253IL3MO8GCNG3PJ4XN5XSGM5QQ9VM3P3RGDW03OSBZE8NRKH7PWZX4M5PPTB29D44PL6DRO7TRHK2XZ388NUJTGW5WNF9UN' where id=88; -update noar ti set v2='5YH8LTLGSJ0D6LUU5JQEAOJ34R5Y3XDZOR8ZYWE1DKW0HPR6RLSVCNAV377YCHPR0BBJKVEOAG07XAORX1119SWM72S0CEPCYMV3N9TLWTPJSPOGX0BJJ3UZKQZJJUTMLL6K5N1UIKWXBZNCOWMMJUVRT4CLFWMO7253IL3MO8GCNG3PJ4XN5XSGM5QQ9VM3P3RGDW03OSBZE8NRKH7PWZX4M5PPTB29D44PL6DRO7TRHK2XZ388NUJTGW5WNF9UN' where id=88; -update noar tt set v3='6962IUYMMANZF4VQCQR9W0OA9PXEL6VA2ZOQULH3J8EASPTD45V45O2JPHVXTX7M3OMHR4AXPTRLU9CRZR091K7L59ZAVV4KCXAQ0I0OY7Z5Y32IABDWIZY5T034EKWQ68BHS1020CRWLW8BXBJV6JI2204IQ4KY3CIP619PUTN42QBGM9JO0ANCGBAOLH9V4DQYCQM3FY4YQ0IJM7PCZEFAJGOAR1H7P5L0YL9L12R6EYLKRN2U6M679PVVKN4J2' where id=88; -update noar ti set v3='6962IUYMMANZF4VQCQR9W0OA9PXEL6VA2ZOQULH3J8EASPTD45V45O2JPHVXTX7M3OMHR4AXPTRLU9CRZR091K7L59ZAVV4KCXAQ0I0OY7Z5Y32IABDWIZY5T034EKWQ68BHS1020CRWLW8BXBJV6JI2204IQ4KY3CIP619PUTN42QBGM9JO0ANCGBAOLH9V4DQYCQM3FY4YQ0IJM7PCZEFAJGOAR1H7P5L0YL9L12R6EYLKRN2U6M679PVVKN4J2' where id=88; -update noar tt set v0='BRYU5QKKR83PAV2SQG7T3S0D3YWEDNQMR59GTKOJH6KRFAGYYRL0C9OUR3OTXLTWM06UCWG89KIQN7G91ZKGUIQMY6HX2RLJ66U2TI4WUJG929BTQF57ZS6HSRDTPE5KGXRY937O21GI6E8DY44SFREGU9NQH514SNU8U4KV10RCYHTUKW29CZAH9V9RU6ME6QAO06Z4IQGRSFRRLOP8ZLJWK1IWUXUK72M8A71A3LGETXOGYOAYH5R4E1D1XCT39' where id=89; -update noar ti set v0='BRYU5QKKR83PAV2SQG7T3S0D3YWEDNQMR59GTKOJH6KRFAGYYRL0C9OUR3OTXLTWM06UCWG89KIQN7G91ZKGUIQMY6HX2RLJ66U2TI4WUJG929BTQF57ZS6HSRDTPE5KGXRY937O21GI6E8DY44SFREGU9NQH514SNU8U4KV10RCYHTUKW29CZAH9V9RU6ME6QAO06Z4IQGRSFRRLOP8ZLJWK1IWUXUK72M8A71A3LGETXOGYOAYH5R4E1D1XCT39' where id=89; -update noar tt set v1='SH1GPNR8TGM4YSB1DQDHLEANT329WTK199FQEXJW3TMAEM09UWKKYHME3LBDY0M8YI1ASZDK87QN7M7Z97BBBBII6BI7YX1XAMQP5G3RL311OW0C3BCK3DA28KW69EVUPD59NOPQ0SIDNJCQ0PEX523XJCG4WSYAMQFMJA1PL5DLIC3C0RNQM819C906J6593Z34XJH0AQSY0YNAV14UGD8MAEPD84HON0CUZU7M3T6CG7023Z4SUQUSARCNW095Z' where id=89; -update noar ti set v1='SH1GPNR8TGM4YSB1DQDHLEANT329WTK199FQEXJW3TMAEM09UWKKYHME3LBDY0M8YI1ASZDK87QN7M7Z97BBBBII6BI7YX1XAMQP5G3RL311OW0C3BCK3DA28KW69EVUPD59NOPQ0SIDNJCQ0PEX523XJCG4WSYAMQFMJA1PL5DLIC3C0RNQM819C906J6593Z34XJH0AQSY0YNAV14UGD8MAEPD84HON0CUZU7M3T6CG7023Z4SUQUSARCNW095Z' where id=89; -update noar tt set v2='CZPY45G01J75DBNI6SSSTQ9GJUEHR22QVYTCTRDH0ZXHWKET6I4KRVB3ND5LC9BQJONLVUYD4J6V83K3K37LVUF5Y9DALIGE5N4OM50TEZ0VQGVXN48W7BMAV089ZT1A9XPRRW6Q6J676GMDKRNX7YTM4Y1AK62SVRO534DF5EII753729NSPPLRW9RO2F1MJN7FFTFL2F8XKE42K3L0QQOFKY1JVIVCFV160ENRLUEU4XQB097S344R5XT1TOX3Z' where id=89; -update noar ti set v2='CZPY45G01J75DBNI6SSSTQ9GJUEHR22QVYTCTRDH0ZXHWKET6I4KRVB3ND5LC9BQJONLVUYD4J6V83K3K37LVUF5Y9DALIGE5N4OM50TEZ0VQGVXN48W7BMAV089ZT1A9XPRRW6Q6J676GMDKRNX7YTM4Y1AK62SVRO534DF5EII753729NSPPLRW9RO2F1MJN7FFTFL2F8XKE42K3L0QQOFKY1JVIVCFV160ENRLUEU4XQB097S344R5XT1TOX3Z' where id=89; -update noar tt set v3='Q1SCK8LHFCEOUSR3VFDPFA3NOG3OSR9NHL8QW50OMU73FD3M4YXQ3YAQQIK03M23FNFQSV3HXRDZP1N1ZHECG2D41ORP3QITSO3TKW23N0CI9I7571T66KAO5YTMK6TJW84CPB7J9R4U4QUZBEN2AZIPE7WBIQBB3FNLN1YC79OLTUZH0ZO3K84EKXR3VFBINZY8N6ICOCSSN4X10QDBNMIT8LPT6N8KEHA4FGMB47E9KSI26G4WC0K8EYLHG6R5Q' where id=89; -update noar ti set v3='Q1SCK8LHFCEOUSR3VFDPFA3NOG3OSR9NHL8QW50OMU73FD3M4YXQ3YAQQIK03M23FNFQSV3HXRDZP1N1ZHECG2D41ORP3QITSO3TKW23N0CI9I7571T66KAO5YTMK6TJW84CPB7J9R4U4QUZBEN2AZIPE7WBIQBB3FNLN1YC79OLTUZH0ZO3K84EKXR3VFBINZY8N6ICOCSSN4X10QDBNMIT8LPT6N8KEHA4FGMB47E9KSI26G4WC0K8EYLHG6R5Q' where id=89; -update noar tt set v0='1L1W7ANM6CLDIZ148DXZ5IIHL7UX92HNYZ3F5OXCI5QJ6SBPPO7GCC8PIJ9O5HPV0939V0RHWU591TET75M313Z6951U1ZI26BBEM05X66O67TTDLBXJGLEDLRO07KJRDL2445QQGFOU57ZR3JXCG6TUFW8FGVGO9X702FRLCNGCL031UJ5PV9JTKKET6FWSU7Z28ARAQD0IULOUHHPZOXCVCR2X158CGDULERO8DM8BQA1VZN9IZJXMBKUAQ3ZC7' where id=90; -update noar ti set v0='1L1W7ANM6CLDIZ148DXZ5IIHL7UX92HNYZ3F5OXCI5QJ6SBPPO7GCC8PIJ9O5HPV0939V0RHWU591TET75M313Z6951U1ZI26BBEM05X66O67TTDLBXJGLEDLRO07KJRDL2445QQGFOU57ZR3JXCG6TUFW8FGVGO9X702FRLCNGCL031UJ5PV9JTKKET6FWSU7Z28ARAQD0IULOUHHPZOXCVCR2X158CGDULERO8DM8BQA1VZN9IZJXMBKUAQ3ZC7' where id=90; -update noar tt set v1='R4GXHHW8HUA2NE93YTIBLWISI09ZXUWT4R1BQZS6LYY7TGRM13RAB2526IO5P9CUJB0PHTK6DHYPI4QA187AAQDPYJMI5XUH7ZU86S4ZYYVM8CB25YEBOJ3DEVZ2HTCD4R9LBBPX6SMXERV3EI4YTFFFD3KUVQS6G6KJNYWYNKCISSF438F9M1CF287MXYP8NIUJOU9AJ86X82GU2TSLBLBNJWJGGQKLOG3PNPC7UEQ172Z2G15I2DQJUC10BFFOR' where id=90; -update noar ti set v1='R4GXHHW8HUA2NE93YTIBLWISI09ZXUWT4R1BQZS6LYY7TGRM13RAB2526IO5P9CUJB0PHTK6DHYPI4QA187AAQDPYJMI5XUH7ZU86S4ZYYVM8CB25YEBOJ3DEVZ2HTCD4R9LBBPX6SMXERV3EI4YTFFFD3KUVQS6G6KJNYWYNKCISSF438F9M1CF287MXYP8NIUJOU9AJ86X82GU2TSLBLBNJWJGGQKLOG3PNPC7UEQ172Z2G15I2DQJUC10BFFOR' where id=90; -update noar tt set v2='63VGP2SCNVZAYTH1KDUK5LLLTE20FWEL4Z1XYJIT8QWQEDM68FPDKXF6MNDI2A5TOOE9UHPOVR9BDTWLSCQ5TTFU2KR7EFL4A22F2684BHUL5IA2RXN3PEHZUMIWJV0INMXM8UOVY1K5UNRHSWKIK7RQ61MK8891GAXMB2ISK4U2YYB46DYNQXX87QBGHX8376UTVZQZJYDBREBHE5TBLARCMYUW28N3QZXJ2PC8BWJ7VRKJS0Q2MYLTWTE9FY1ZK' where id=90; -update noar ti set v2='63VGP2SCNVZAYTH1KDUK5LLLTE20FWEL4Z1XYJIT8QWQEDM68FPDKXF6MNDI2A5TOOE9UHPOVR9BDTWLSCQ5TTFU2KR7EFL4A22F2684BHUL5IA2RXN3PEHZUMIWJV0INMXM8UOVY1K5UNRHSWKIK7RQ61MK8891GAXMB2ISK4U2YYB46DYNQXX87QBGHX8376UTVZQZJYDBREBHE5TBLARCMYUW28N3QZXJ2PC8BWJ7VRKJS0Q2MYLTWTE9FY1ZK' where id=90; -update noar tt set v3='4XXV8VTI8TV1DJALD6ZQTAXR0SE05D7N5KWRZZ8VZFL71XB33CZWVO9V0C8UFCBGCGF4I2VWPXSFNSFMM4WWS0NWWRW2HGLWJMBNWNCL47IC6YMT2074VSO1NJFW8QHZ1S7LEH1DH4CD8ROCP4K5C9PN99ID4A545NDKII8O3WZLKH3YXC6KGAGC1A4OFBPKKO1H6QANDJJEPI4HU6DED0NB4FHWB86YIOKR9QK830ZS3XTHLX9UQ6HUHIUSTSXO5' where id=90; -update noar ti set v3='4XXV8VTI8TV1DJALD6ZQTAXR0SE05D7N5KWRZZ8VZFL71XB33CZWVO9V0C8UFCBGCGF4I2VWPXSFNSFMM4WWS0NWWRW2HGLWJMBNWNCL47IC6YMT2074VSO1NJFW8QHZ1S7LEH1DH4CD8ROCP4K5C9PN99ID4A545NDKII8O3WZLKH3YXC6KGAGC1A4OFBPKKO1H6QANDJJEPI4HU6DED0NB4FHWB86YIOKR9QK830ZS3XTHLX9UQ6HUHIUSTSXO5' where id=90; -update noar tt set v0='FWVLA52VDA5RM3ASLMI5F264IB2WSYYEOUGXEZNJ1N9INIYY8ZSKHMWI7HF9CZ7O746WPOQ4KH04318VOQORYW0KLMGKQJ2A87BBT19BG9YDOB4DNV1GINKSZ5GPKDM0G3H7ON0G8HKIR71M3MCYJK8S6R5O40CM3R3FCU0QL9D34O1CQSS1HCXVCXUM9EYLN6N0RCBPF6DO5QXRY2OJRG7FXFFTNZ01UMPMSGLNRLJ9DX0ZGF8942YQNI6ZPVLRJ' where id=91; -update noar ti set v0='FWVLA52VDA5RM3ASLMI5F264IB2WSYYEOUGXEZNJ1N9INIYY8ZSKHMWI7HF9CZ7O746WPOQ4KH04318VOQORYW0KLMGKQJ2A87BBT19BG9YDOB4DNV1GINKSZ5GPKDM0G3H7ON0G8HKIR71M3MCYJK8S6R5O40CM3R3FCU0QL9D34O1CQSS1HCXVCXUM9EYLN6N0RCBPF6DO5QXRY2OJRG7FXFFTNZ01UMPMSGLNRLJ9DX0ZGF8942YQNI6ZPVLRJ' where id=91; -update noar tt set v1='8VVJ3ZIVBBM8OH9SL8O1CIC5HON4HFPLWHYM55KM1FBCVAW327EBT80RDUCJLV1615NOCA0TFBL6CYRPKHL6ZMJ1A2FIT50KV7KFN6CGUJUYLT8J2XGY7AUMHOT2QR6OXO052TEMSKQ3UU04YH20BQ37MG0CYHY9QZ77VYRTZ9N0T8RR4779PRS0OMBUNU7Y6W9CU0AS6PSJPADV1MQ0K0H9BF5DZFFHVFMTXHMEQR0WPL76UG3XUWALI3SV9L7NE' where id=91; -update noar ti set v1='8VVJ3ZIVBBM8OH9SL8O1CIC5HON4HFPLWHYM55KM1FBCVAW327EBT80RDUCJLV1615NOCA0TFBL6CYRPKHL6ZMJ1A2FIT50KV7KFN6CGUJUYLT8J2XGY7AUMHOT2QR6OXO052TEMSKQ3UU04YH20BQ37MG0CYHY9QZ77VYRTZ9N0T8RR4779PRS0OMBUNU7Y6W9CU0AS6PSJPADV1MQ0K0H9BF5DZFFHVFMTXHMEQR0WPL76UG3XUWALI3SV9L7NE' where id=91; -update noar tt set v2='C3Z1IFT3RZWXJGZA9DDKQQ881R0PLTHTEFDQ2VDY2209TOVOSCT1MA28WBYKQ37HOI9P6KD00KLNAK00G98OZ8ARF5ZM072HRU5ATNBBNRE1V5K6FRBUHGED5788H0D0KV26YKXR3CAYVRKN5W5YIOBE8V44UUC0GZDLVDRGYHXL2TUCWD3A9DIS8NPVL2V1A9063B1BZST0U736FS0BVNJSP9I8V8XFWCFS3QTM7QSNHMPUIL70BL5J2QK7ACONM' where id=91; -update noar ti set v2='C3Z1IFT3RZWXJGZA9DDKQQ881R0PLTHTEFDQ2VDY2209TOVOSCT1MA28WBYKQ37HOI9P6KD00KLNAK00G98OZ8ARF5ZM072HRU5ATNBBNRE1V5K6FRBUHGED5788H0D0KV26YKXR3CAYVRKN5W5YIOBE8V44UUC0GZDLVDRGYHXL2TUCWD3A9DIS8NPVL2V1A9063B1BZST0U736FS0BVNJSP9I8V8XFWCFS3QTM7QSNHMPUIL70BL5J2QK7ACONM' where id=91; -update noar tt set v3='GM8NUPGQZQXY8MJ4IFSCNJEDHXF3OY1HP3U7ER0J9AOVN5PFULM0440NGDOK5ZVBOFWP611KWHTC1CCLFCA76HRXUPN6ZYU0QV0EBI9XNT9NA6FW4NFIKZO6RN4GCFT4ZGFM0R2KB2S2FMUTH7JRZI30OOM682NQUAZY5BU3HXDBQOGQZ47YQWJZOHKNE09A69RNYI6FA4BL4ZIDHUQTPQ2IHBRQTZAIKAMBXYEV3KLCFXSO9N1K4VVYH6BSE26Z6' where id=91; -update noar ti set v3='GM8NUPGQZQXY8MJ4IFSCNJEDHXF3OY1HP3U7ER0J9AOVN5PFULM0440NGDOK5ZVBOFWP611KWHTC1CCLFCA76HRXUPN6ZYU0QV0EBI9XNT9NA6FW4NFIKZO6RN4GCFT4ZGFM0R2KB2S2FMUTH7JRZI30OOM682NQUAZY5BU3HXDBQOGQZ47YQWJZOHKNE09A69RNYI6FA4BL4ZIDHUQTPQ2IHBRQTZAIKAMBXYEV3KLCFXSO9N1K4VVYH6BSE26Z6' where id=91; -update noar tt set v0='RVV1H440G7IF2JHF0GI37EP291FYD9RXRP5ST5Z1GG41J1Y6R1ELJZSUHMKQ52H92MFE72OI40AJKSPHPKTGW5KKC83OSWYFU2YMY2KNNYXP2A2F5LBBB9NYVALIY3J12YLHQR9C3N8BUF7A9OMOA9SY8FAVNUVTYOYWCJGKLXCUYNUWD47WLQAILOQT6LROTT9Z6RY6FBXGYIEA6VYJD69SY7752NEBEZIAG4YB99TIIAE1ZKNBONZ134F1X39JD' where id=92; -update noar ti set v0='RVV1H440G7IF2JHF0GI37EP291FYD9RXRP5ST5Z1GG41J1Y6R1ELJZSUHMKQ52H92MFE72OI40AJKSPHPKTGW5KKC83OSWYFU2YMY2KNNYXP2A2F5LBBB9NYVALIY3J12YLHQR9C3N8BUF7A9OMOA9SY8FAVNUVTYOYWCJGKLXCUYNUWD47WLQAILOQT6LROTT9Z6RY6FBXGYIEA6VYJD69SY7752NEBEZIAG4YB99TIIAE1ZKNBONZ134F1X39JD' where id=92; -update noar tt set v1='E5PPN4GMT8RKWB2ZCX0TRLNJLJRVPKB9WKG46DYD3ITX1EI1ABX0KPQ01LWYSSCFRCNRXK3NPGHYZ47QDABF07LK1HNC2NM3OSQW13TB9JPKQVS2I9NC7VH47P3BAYMQYLKQP16LSZJSC92U098ULCRDJO2DJXTDBQ0A5YRV45L525UPZ1RAEXQE4UIS6H8W1Y3660IY5MOKBJWIFUFKU94IB4IFIDJ44FE0H99ZNXA4LD3075A4ZJYBZN5JQCT34' where id=92; -update noar ti set v1='E5PPN4GMT8RKWB2ZCX0TRLNJLJRVPKB9WKG46DYD3ITX1EI1ABX0KPQ01LWYSSCFRCNRXK3NPGHYZ47QDABF07LK1HNC2NM3OSQW13TB9JPKQVS2I9NC7VH47P3BAYMQYLKQP16LSZJSC92U098ULCRDJO2DJXTDBQ0A5YRV45L525UPZ1RAEXQE4UIS6H8W1Y3660IY5MOKBJWIFUFKU94IB4IFIDJ44FE0H99ZNXA4LD3075A4ZJYBZN5JQCT34' where id=92; -update noar tt set v2='0N9AJV21Y70A87DVQMZGAVG663IMW936TIKECOWLCE5JPVRWFNQFZS8JDXIPIY5UOQETRJNDL9EUS96IRD15P2NIHA0B91MIKZMHOTM2ZQK3XBDFLD3411U38USXOYX35YXY2LLY31170T7H5MZAOTAIV4L791D0D9B5U2684CKRFY58Q1T41SP8ZCCU35N5EZ71EPTVXTMFO194MKR1Z8MJIED2KQ373NNG4ALI028MZBAJ1J3J7N3RTECPSS8S1' where id=92; -update noar ti set v2='0N9AJV21Y70A87DVQMZGAVG663IMW936TIKECOWLCE5JPVRWFNQFZS8JDXIPIY5UOQETRJNDL9EUS96IRD15P2NIHA0B91MIKZMHOTM2ZQK3XBDFLD3411U38USXOYX35YXY2LLY31170T7H5MZAOTAIV4L791D0D9B5U2684CKRFY58Q1T41SP8ZCCU35N5EZ71EPTVXTMFO194MKR1Z8MJIED2KQ373NNG4ALI028MZBAJ1J3J7N3RTECPSS8S1' where id=92; -update noar tt set v3='5NRG9TPQJFGZPU55R7HQ7DAE2WMTN6S3HGTZAN8HBIMFKDCG3DTAP4AWGSKEBBFYJGG8RGTYXWIBBVPHW66F4HLSFZBXLINYJZ8F8DNUTF0ZERIIOGRSQFXPMD0F3D2LHRJU14JSQ4COTDYT87Y79ZX8ZV5NI2H5SP1YM9Y9C8UN0YCBNMVRKRVPQ3AYQVEW1O4QB3BHXZKGGGRLYX2ULCR2ONSGYVES6JXWO4O6KA68ACHXRT5F28FAMQNNEV5GC' where id=92; -update noar ti set v3='5NRG9TPQJFGZPU55R7HQ7DAE2WMTN6S3HGTZAN8HBIMFKDCG3DTAP4AWGSKEBBFYJGG8RGTYXWIBBVPHW66F4HLSFZBXLINYJZ8F8DNUTF0ZERIIOGRSQFXPMD0F3D2LHRJU14JSQ4COTDYT87Y79ZX8ZV5NI2H5SP1YM9Y9C8UN0YCBNMVRKRVPQ3AYQVEW1O4QB3BHXZKGGGRLYX2ULCR2ONSGYVES6JXWO4O6KA68ACHXRT5F28FAMQNNEV5GC' where id=92; -update noar tt set v0='8OGUBG5PSFM9YFCRNYE1P416D66N991D3KNN79ITKN9Q4B37N7CPZVYP1BSTV60QHPWFGIUDRZKQWEG797PZ4KVX9XM0JI1MCPADAKTQYHJXIGB81Y3DLT8T7LMBWFSJ122KF8MQ3MX2WN68WWSSELG62H40WNTXORE23MM3RDK77OKCEH9ZP64Q0UKUJAINMDW8ENN3Y16AKHHOGD1XIXG131GCC43O3BSNDOWB9DW8S5JQKOH8PU272XJWLC0X5' where id=93; -update noar ti set v0='8OGUBG5PSFM9YFCRNYE1P416D66N991D3KNN79ITKN9Q4B37N7CPZVYP1BSTV60QHPWFGIUDRZKQWEG797PZ4KVX9XM0JI1MCPADAKTQYHJXIGB81Y3DLT8T7LMBWFSJ122KF8MQ3MX2WN68WWSSELG62H40WNTXORE23MM3RDK77OKCEH9ZP64Q0UKUJAINMDW8ENN3Y16AKHHOGD1XIXG131GCC43O3BSNDOWB9DW8S5JQKOH8PU272XJWLC0X5' where id=93; -update noar tt set v1='NI8A2ZUGRMA1UG3K6IC036SQ8LCRHMQB83WKHTTELLFPES4LPHT6JLXRKN30OFSUQMM574L5UB4Q02MVD786BC3RIJ1MQVCTW0GOJSFOAZSYDJWASIHSM414RQJQ6VVVVUIRAWJSGMKPN0P848MR3BLIWVCUE1DNDO2PXUKNWQYQG2KQ0EKZCYSDYRYSS2SXYSTDO471SQF93XYOXTV453HYONU7YVFHWWC3CD2M3WD7NR0P3HQH6STCC1RFV24PX' where id=93; -update noar ti set v1='NI8A2ZUGRMA1UG3K6IC036SQ8LCRHMQB83WKHTTELLFPES4LPHT6JLXRKN30OFSUQMM574L5UB4Q02MVD786BC3RIJ1MQVCTW0GOJSFOAZSYDJWASIHSM414RQJQ6VVVVUIRAWJSGMKPN0P848MR3BLIWVCUE1DNDO2PXUKNWQYQG2KQ0EKZCYSDYRYSS2SXYSTDO471SQF93XYOXTV453HYONU7YVFHWWC3CD2M3WD7NR0P3HQH6STCC1RFV24PX' where id=93; -update noar tt set v2='DPB3F7N6LDXWNRN56ZS9VR5STMD2ZHULKMRNRWGQAW3S3AS1LZX6TUHHH54342YFUFU4IQ34O7FYFWDMF8KY5QD08XD4WO8TP5DRAVOHEXQ5I47L6CIG2W9PZNS7H2T1Y8J6IWGJQGBHVOTF6GHN3X7OWGVEXQZT74T05231P6YDNTSACUFERNGP2JCZ4TT2G0BTM7000UPIXW96B9I5ZTGQZRKHU8LPC49UWFH0GVM2I4NBHXWNFM3SIIZED8B5J' where id=93; -update noar ti set v2='DPB3F7N6LDXWNRN56ZS9VR5STMD2ZHULKMRNRWGQAW3S3AS1LZX6TUHHH54342YFUFU4IQ34O7FYFWDMF8KY5QD08XD4WO8TP5DRAVOHEXQ5I47L6CIG2W9PZNS7H2T1Y8J6IWGJQGBHVOTF6GHN3X7OWGVEXQZT74T05231P6YDNTSACUFERNGP2JCZ4TT2G0BTM7000UPIXW96B9I5ZTGQZRKHU8LPC49UWFH0GVM2I4NBHXWNFM3SIIZED8B5J' where id=93; -update noar tt set v3='MIQBKX7ELS237YC2M98LXMMLQDEVSWJR0DDHJFBQ4HFCWXBZAJSUKMLFHRH853EBQCZOVBKQT96SR5SNY94IMSRSJIGJH0IAJUHNLJ15PZILRX2PQ0HK8YKSPI32H8Q4Q0R5STBQ2NJB1OO6YXQHNZN26PMZQKIEOM38T623KNNW4S18YZ93C4YBNOOBR9VG2C2B5Z8FEUBGXCU2R9TM0TEDDH7MQ1EDFAA5KHO2KV96I8FQJZI2QC1ZH8ZG44USR' where id=93; -update noar ti set v3='MIQBKX7ELS237YC2M98LXMMLQDEVSWJR0DDHJFBQ4HFCWXBZAJSUKMLFHRH853EBQCZOVBKQT96SR5SNY94IMSRSJIGJH0IAJUHNLJ15PZILRX2PQ0HK8YKSPI32H8Q4Q0R5STBQ2NJB1OO6YXQHNZN26PMZQKIEOM38T623KNNW4S18YZ93C4YBNOOBR9VG2C2B5Z8FEUBGXCU2R9TM0TEDDH7MQ1EDFAA5KHO2KV96I8FQJZI2QC1ZH8ZG44USR' where id=93; -update noar tt set v0='BXSTQD4OXKGNOO4RO94ELJKW31RICSUJZW2AHBIYOC3NSL0LJHGYAGW358OWXVQMCMWX9Y14UGIKJL7SC42WMX9FCARJL39JG59FFUFXKMQKP4DNPSDN8Y0NPMDX93NSFGUEE99OUAJWV3NC1WL9G0TGJLD7WS3AA1APY9DT5UV0LTOC5M5TCTGORYNOM7Q0YFBVQ5BKWYC1TFQT8VN0F9QVF2EJQPS1DQW1GEVMCP7VEZ5K3AUPB0IK9GYX64ASG' where id=94; -update noar ti set v0='BXSTQD4OXKGNOO4RO94ELJKW31RICSUJZW2AHBIYOC3NSL0LJHGYAGW358OWXVQMCMWX9Y14UGIKJL7SC42WMX9FCARJL39JG59FFUFXKMQKP4DNPSDN8Y0NPMDX93NSFGUEE99OUAJWV3NC1WL9G0TGJLD7WS3AA1APY9DT5UV0LTOC5M5TCTGORYNOM7Q0YFBVQ5BKWYC1TFQT8VN0F9QVF2EJQPS1DQW1GEVMCP7VEZ5K3AUPB0IK9GYX64ASG' where id=94; -update noar tt set v1='FII52OV4TALWIPZ5GT7ONEQUI9RUXZASEPCIR5136AHM1T1GDB3L8OGDESTWRYOHJOLXLHKRTZ0MKQZ6Q90DD097161T0OGFXM2QAVS8KQG9JNDRBTW2QPV713KWRW0JFDDN2A5021O1ZUIH15WYC9X79KJD8RX5X72BNPOI8EDJUMB61IHOCIW6H1PW569F3B751YTHFM0ZITZTG079D0FALBNHRA5JNC7J1C62O3DK6PX633LM3RS4MO0PUZSRK' where id=94; -update noar ti set v1='FII52OV4TALWIPZ5GT7ONEQUI9RUXZASEPCIR5136AHM1T1GDB3L8OGDESTWRYOHJOLXLHKRTZ0MKQZ6Q90DD097161T0OGFXM2QAVS8KQG9JNDRBTW2QPV713KWRW0JFDDN2A5021O1ZUIH15WYC9X79KJD8RX5X72BNPOI8EDJUMB61IHOCIW6H1PW569F3B751YTHFM0ZITZTG079D0FALBNHRA5JNC7J1C62O3DK6PX633LM3RS4MO0PUZSRK' where id=94; -update noar tt set v2='GN624I010EQ4SAY5RJ6DFYMQ5KQ1P7G3Q7C05N4PL7WRGEKA1FEUCWWQA2TARB00S75C6UFAPGZ2H5DOHYV69UUYL0P13047M0JJ8E6TKALBWGM0USLCDK2LMLBB8OAEEV2QTBBHZHA6L4S7JV8VNMD5H7T5DTZJG5597F3TQHQEIQQC5XBEYDB3OCPJEKZFFAY6Q8UBWCUXXOR6G2WKXP7XN7KJFVY6WPG9IWUDT9PDDJB1B7KH367UT0BY8ZGP6' where id=94; -update noar ti set v2='GN624I010EQ4SAY5RJ6DFYMQ5KQ1P7G3Q7C05N4PL7WRGEKA1FEUCWWQA2TARB00S75C6UFAPGZ2H5DOHYV69UUYL0P13047M0JJ8E6TKALBWGM0USLCDK2LMLBB8OAEEV2QTBBHZHA6L4S7JV8VNMD5H7T5DTZJG5597F3TQHQEIQQC5XBEYDB3OCPJEKZFFAY6Q8UBWCUXXOR6G2WKXP7XN7KJFVY6WPG9IWUDT9PDDJB1B7KH367UT0BY8ZGP6' where id=94; -update noar tt set v3='FD4M8P78IKEG20ZDD8FOFUVUHPU9A450K8TUKKBML04GX4G2HQOMXHHJ55XAIGN3SC18JC0SG8V8GPZCPN84FRKPO4AGTWVYA8155W1EMD2IDJMRYS1UTHSJ7RVOEXHAEX8X7N7Y1PI0PC28D3F4KV8AX8AEFQT6Z2SRBRIMO3I540PYM2LTI6YWI5J9OZ02VZX6UW1MX3Z18S1RJXZMN4D1QFA2G8QIU6VRZFM7R95ZH7UPJLHYGZ157N5513OMB' where id=94; -update noar ti set v3='FD4M8P78IKEG20ZDD8FOFUVUHPU9A450K8TUKKBML04GX4G2HQOMXHHJ55XAIGN3SC18JC0SG8V8GPZCPN84FRKPO4AGTWVYA8155W1EMD2IDJMRYS1UTHSJ7RVOEXHAEX8X7N7Y1PI0PC28D3F4KV8AX8AEFQT6Z2SRBRIMO3I540PYM2LTI6YWI5J9OZ02VZX6UW1MX3Z18S1RJXZMN4D1QFA2G8QIU6VRZFM7R95ZH7UPJLHYGZ157N5513OMB' where id=94; -update noar tt set v0='0XROE5VBHWTIYZBM57KHFWK6RD4BWI5ED4GRPKD3VIR1BPYWZSSX2G6RZHI3D7664T03FT1F5TI42OSEMSD302YIX6O8S77NLYBJUB4KR1FXLDEV8I5VI9G10P7MPQ81K2ZYJG9YQ49FPU7VCEVWAKY2B96YDL50NHQCK61C98J8N9DWEVNOC34NNS2W2COINLWI03BEJHMWNL4Z839ON2MK1YMPMQKOTYC50YRCLF0G6PYTJHC90GH9P1Z3WT10T' where id=95; -update noar ti set v0='0XROE5VBHWTIYZBM57KHFWK6RD4BWI5ED4GRPKD3VIR1BPYWZSSX2G6RZHI3D7664T03FT1F5TI42OSEMSD302YIX6O8S77NLYBJUB4KR1FXLDEV8I5VI9G10P7MPQ81K2ZYJG9YQ49FPU7VCEVWAKY2B96YDL50NHQCK61C98J8N9DWEVNOC34NNS2W2COINLWI03BEJHMWNL4Z839ON2MK1YMPMQKOTYC50YRCLF0G6PYTJHC90GH9P1Z3WT10T' where id=95; -update noar tt set v1='L3RBAQC8WPF07BZ5GZRIGRQBZWOWY3PW8PDMBJKWLEEL5AVWMA4JL5X9TKM3RF0R3UFZSJD7VEJW12PXR1CNXXNYAHFIHYR4VLM0PE4CL2GC1O30IL363BYQVZMU6CW4FG38W4F6U2ZERSDD6Z8FIP4F5QWA139K4797GOY1NXKKDTYOZD0Q6CVHBUW7P13J56K69QEBQO3SP9N9AJ06IERWAH3RER9HYNAQDP8E3FLI4A6XDQ53CX3DDI9Z0Z56T' where id=95; -update noar ti set v1='L3RBAQC8WPF07BZ5GZRIGRQBZWOWY3PW8PDMBJKWLEEL5AVWMA4JL5X9TKM3RF0R3UFZSJD7VEJW12PXR1CNXXNYAHFIHYR4VLM0PE4CL2GC1O30IL363BYQVZMU6CW4FG38W4F6U2ZERSDD6Z8FIP4F5QWA139K4797GOY1NXKKDTYOZD0Q6CVHBUW7P13J56K69QEBQO3SP9N9AJ06IERWAH3RER9HYNAQDP8E3FLI4A6XDQ53CX3DDI9Z0Z56T' where id=95; -update noar tt set v2='AQ81O2S4REJQC4L0WV4D9YSN6MOZA60X0RCQGYJ6JR1KU5FSUXJYDKGVQ4H4E2MUUBPY4P5KNJSFGACEZT2ON3A4ZDHE2P687SOAAK3J3QAUZLNV6F3N3SDZXGWD93C7S9HTCWV7QZ5VR53K0SC6UVQR9R857U6XKDPZMCPNAJCCH9M6FVM4C6P73U7IJFX4P8GZQV3B64KY1GK8CUFPMS45LVMLCGOQ2BSEL2ATVXO18FKD9T3Y3ABNQ848DWAMX' where id=95; -update noar ti set v2='AQ81O2S4REJQC4L0WV4D9YSN6MOZA60X0RCQGYJ6JR1KU5FSUXJYDKGVQ4H4E2MUUBPY4P5KNJSFGACEZT2ON3A4ZDHE2P687SOAAK3J3QAUZLNV6F3N3SDZXGWD93C7S9HTCWV7QZ5VR53K0SC6UVQR9R857U6XKDPZMCPNAJCCH9M6FVM4C6P73U7IJFX4P8GZQV3B64KY1GK8CUFPMS45LVMLCGOQ2BSEL2ATVXO18FKD9T3Y3ABNQ848DWAMX' where id=95; -update noar tt set v3='QZY4PIYS1TFSH4IU2SM8CMYF7BPT2GDWF3ELD5MNBAOSAN5PBKGA4OOZRHBI7RX7ZA1BVVI1KVYW4KNH6H0M5YPIULN06UZIO3W9KY2SJOOOBJ4SO8NV9V1OLFCRBJ0OSDHRIX3T3HEN17QSWVHKSS2AQYO91BOZI8IY8R8QTSYMZDKEDYY2WGHE35GXIY3FWE67RIDCDBNGQE2HCJCPP0DF8ZK157C5TMK9C7EMFK6DW4YYYRXDA4CZNVWM8HS7R' where id=95; -update noar ti set v3='QZY4PIYS1TFSH4IU2SM8CMYF7BPT2GDWF3ELD5MNBAOSAN5PBKGA4OOZRHBI7RX7ZA1BVVI1KVYW4KNH6H0M5YPIULN06UZIO3W9KY2SJOOOBJ4SO8NV9V1OLFCRBJ0OSDHRIX3T3HEN17QSWVHKSS2AQYO91BOZI8IY8R8QTSYMZDKEDYY2WGHE35GXIY3FWE67RIDCDBNGQE2HCJCPP0DF8ZK157C5TMK9C7EMFK6DW4YYYRXDA4CZNVWM8HS7R' where id=95; -update noar tt set v0='IQNTGGRADUTD2YZMX6UO5Y5MG75AYWMJYT14V8JACENITUTWQ08P7PRZAK9HKFS9TH5MEB792FNKOGGB14URFX7PZVLOK0VIZS6KW0WT6QHNOJI7MBATHUQG7SO4LZ4FB174IP35E4UI59FTL7BZPCCBYQIGS5NJ7Y2UDD2NZ20DIW0NKFCBRH6QAPI0WHZ9B1AFV398T64CM3JJO4RBAUK2JSUVK1GUEE6BGMVWMWJF8A4DLNFRDJ2ZKO6FFAR1N' where id=96; -update noar ti set v0='IQNTGGRADUTD2YZMX6UO5Y5MG75AYWMJYT14V8JACENITUTWQ08P7PRZAK9HKFS9TH5MEB792FNKOGGB14URFX7PZVLOK0VIZS6KW0WT6QHNOJI7MBATHUQG7SO4LZ4FB174IP35E4UI59FTL7BZPCCBYQIGS5NJ7Y2UDD2NZ20DIW0NKFCBRH6QAPI0WHZ9B1AFV398T64CM3JJO4RBAUK2JSUVK1GUEE6BGMVWMWJF8A4DLNFRDJ2ZKO6FFAR1N' where id=96; -update noar tt set v1='IOVZOSB1FQBQKSP0I5CPH8KQL2Q8JFCX2BUKXJJ9ZEQQ9LWG7NFDY7USIT0RJGMQ85HJ5QA0WBZ1ESFXK83LFN8ZKZMSZXK099EILWLC83CIOEC986M1LHC00T9Q1B8SJAIZO8C96JEKUBXQA26FO5EEUIM7AEU68L0GPDXRMWDL85S1AYVY8UQTO216W1MTY95QHAVKPSSNU2YUEY9586QN8CHLJKMVHDXEQHF5IH2RGQCKXBL222SBT6GZO3XE7' where id=96; -update noar ti set v1='IOVZOSB1FQBQKSP0I5CPH8KQL2Q8JFCX2BUKXJJ9ZEQQ9LWG7NFDY7USIT0RJGMQ85HJ5QA0WBZ1ESFXK83LFN8ZKZMSZXK099EILWLC83CIOEC986M1LHC00T9Q1B8SJAIZO8C96JEKUBXQA26FO5EEUIM7AEU68L0GPDXRMWDL85S1AYVY8UQTO216W1MTY95QHAVKPSSNU2YUEY9586QN8CHLJKMVHDXEQHF5IH2RGQCKXBL222SBT6GZO3XE7' where id=96; -update noar tt set v2='WZW2UZT4T1OHXCLAPWVPOIIL6LQ9MCEFBDUD6F057EW1TTS74F4W31UV3M9GTZDHA975FPZUF4LQJVI9W1PO1VFXL4MSCD6SQH003CGN8HGTWXS4DLMIMJGNTDXLLPASKIXZN3AVN39KPF48V6PQOZOW7USRO2Z3RGBN89JQMHH7AI382XK7COKOI9ZWPEJR3DJ9W4KPSIA6DTWQYRJH991Z3FNCS5JK880IL5P8DA6IC8ULWFTZGQ7UZT3483XX0' where id=96; -update noar ti set v2='WZW2UZT4T1OHXCLAPWVPOIIL6LQ9MCEFBDUD6F057EW1TTS74F4W31UV3M9GTZDHA975FPZUF4LQJVI9W1PO1VFXL4MSCD6SQH003CGN8HGTWXS4DLMIMJGNTDXLLPASKIXZN3AVN39KPF48V6PQOZOW7USRO2Z3RGBN89JQMHH7AI382XK7COKOI9ZWPEJR3DJ9W4KPSIA6DTWQYRJH991Z3FNCS5JK880IL5P8DA6IC8ULWFTZGQ7UZT3483XX0' where id=96; -update noar tt set v3='W71DTVQ7AAPG8A48LYFDQ9CZ2F0QUQPDQHY6YCT6UZZ9KI3V72W4XRXVA6TP4TMNJUBLW8UA2BLHFOSEQ53PXHMXDOIDDO8G1ZIE5PBU61ZG3W28A9M6JETXY6PCBZ97N0UGCWKZKAIA38ZOD03CV9OL0WVQHNRE3H18M05N9S9SE53Y0T5MQIB702EVBKM4PR4VHHZ0XMEO3C68MN8EETBC33AT3NR26E332D0YVNXMUW8S6UD84RYT4TJSCIRVJ' where id=96; -update noar ti set v3='W71DTVQ7AAPG8A48LYFDQ9CZ2F0QUQPDQHY6YCT6UZZ9KI3V72W4XRXVA6TP4TMNJUBLW8UA2BLHFOSEQ53PXHMXDOIDDO8G1ZIE5PBU61ZG3W28A9M6JETXY6PCBZ97N0UGCWKZKAIA38ZOD03CV9OL0WVQHNRE3H18M05N9S9SE53Y0T5MQIB702EVBKM4PR4VHHZ0XMEO3C68MN8EETBC33AT3NR26E332D0YVNXMUW8S6UD84RYT4TJSCIRVJ' where id=96; -update noar tt set v0='EQQ7QU2WKRN0S69XW8ROIL27L0NYD1RCITRN1CU7YHRAZGJA3X6BC7VUNQN81DPK62R0R94FFWNYQS4EJQPOMSJ1Z6P7ZH1XB8N6QD8IYNEOWNA66T3DU424SEY7LK48XD9X03C8DYNCRRH9UJM5KNOA1JFDEPZVVVATYXBUQBOPDC65BTMUDMIMR4OJ64J4ERU4H4EE9RHBQG5Y4AUXRI6736QQ63DG1Q3ZKON5ISN5S94I48H48SALW5UAB3Q5J' where id=97; -update noar ti set v0='EQQ7QU2WKRN0S69XW8ROIL27L0NYD1RCITRN1CU7YHRAZGJA3X6BC7VUNQN81DPK62R0R94FFWNYQS4EJQPOMSJ1Z6P7ZH1XB8N6QD8IYNEOWNA66T3DU424SEY7LK48XD9X03C8DYNCRRH9UJM5KNOA1JFDEPZVVVATYXBUQBOPDC65BTMUDMIMR4OJ64J4ERU4H4EE9RHBQG5Y4AUXRI6736QQ63DG1Q3ZKON5ISN5S94I48H48SALW5UAB3Q5J' where id=97; -update noar tt set v1='EPINWAM58B1T15VZAOUMSX7T76A8OQJUDEVCZSRJAQQMF62RJI2ALMEY9ZT3YXLXG7MKNCDY57OX50SXN7AU3Q5C4E5CTSB3W84IRGEG3EERP7QOEM4RKYPFEAMZH1AOIMCCDRBTIX9QJ96J36OAQXE1RF6F49G70ADVWHZGGTPJWQ35UINBYWZ5PVMVPL7WGYHJP1FQ7MH4K82JWBKAAXVUAW56BH7MVWQYFXK2JTOM1X72F1X8FIVHGA84P7XFX' where id=97; -update noar ti set v1='EPINWAM58B1T15VZAOUMSX7T76A8OQJUDEVCZSRJAQQMF62RJI2ALMEY9ZT3YXLXG7MKNCDY57OX50SXN7AU3Q5C4E5CTSB3W84IRGEG3EERP7QOEM4RKYPFEAMZH1AOIMCCDRBTIX9QJ96J36OAQXE1RF6F49G70ADVWHZGGTPJWQ35UINBYWZ5PVMVPL7WGYHJP1FQ7MH4K82JWBKAAXVUAW56BH7MVWQYFXK2JTOM1X72F1X8FIVHGA84P7XFX' where id=97; -update noar tt set v2='PPBNZAYK39P1F1LVEBZARC5B4N4V75V8S38J9B32WLT1KR8NYIR80VIA15DZTH28PJ6J7MQX211112OA0PH7EL3LRQ3UOAJZOUILVLP81C0GT6XYKQAHZ00FU1LNHUXQJIY262VEDV4BBWKBOWCTGLT31AWKWO6OOVZ4FCHZIT75TIECH70D5MUWMIXJQ7BSUUI6FJN2823YEGKCZT24UEMSG458W5PR0Q47RHW9BZ2HVSQMW67B9SA8ALWOUA2RG' where id=97; -update noar ti set v2='PPBNZAYK39P1F1LVEBZARC5B4N4V75V8S38J9B32WLT1KR8NYIR80VIA15DZTH28PJ6J7MQX211112OA0PH7EL3LRQ3UOAJZOUILVLP81C0GT6XYKQAHZ00FU1LNHUXQJIY262VEDV4BBWKBOWCTGLT31AWKWO6OOVZ4FCHZIT75TIECH70D5MUWMIXJQ7BSUUI6FJN2823YEGKCZT24UEMSG458W5PR0Q47RHW9BZ2HVSQMW67B9SA8ALWOUA2RG' where id=97; -update noar tt set v3='DWYM1QY2KK4ZNVADX0CZE4CEUW13L45PV6UMAKCCD63Z19ZCNQ2ANTX33K9I8GNIMGBPZYT3HO9YWJVHZ5TOW8WRCE23HIDPNCLTKXZXQR2SHQ2SBEXVOLD5GIE97EVM4JC6KK1B01MXOFY41B947YJ3CJXDK0UWCLGYWTLHWSK9DUVTZLIXBWRTV48E5LAOSLIXCNNYB2W2XX3HPY45CXFDTBHFXUC6TGNAB4217EVPLXOM3DS2YMRVRP4HHZ498' where id=97; -update noar ti set v3='DWYM1QY2KK4ZNVADX0CZE4CEUW13L45PV6UMAKCCD63Z19ZCNQ2ANTX33K9I8GNIMGBPZYT3HO9YWJVHZ5TOW8WRCE23HIDPNCLTKXZXQR2SHQ2SBEXVOLD5GIE97EVM4JC6KK1B01MXOFY41B947YJ3CJXDK0UWCLGYWTLHWSK9DUVTZLIXBWRTV48E5LAOSLIXCNNYB2W2XX3HPY45CXFDTBHFXUC6TGNAB4217EVPLXOM3DS2YMRVRP4HHZ498' where id=97; -update noar tt set v0='6OX69SYHPIQGJ5WNI1GIH6Q6MIWQ3QL1F2XPR6KDK1TBT6RR4QAW5LEI4IUXBSZJ02PRXCS01YP0SHCYV3I9AUMZ41HE3QQ7VWBP5PLK8DOP2DSKND32VSC0YNH8PJ3DRUDO0BMUKNA22O8VPJIQTIYU03SOFEVPB3HUN7JICGNMD1F0S4M473DZIB2WZHGYGJ95AGRF82DMDOHRRCCI6R12XR19X801GXR1P49LN00LKP6YLWOVFQDV8SLLEB6WZ' where id=98; -update noar ti set v0='6OX69SYHPIQGJ5WNI1GIH6Q6MIWQ3QL1F2XPR6KDK1TBT6RR4QAW5LEI4IUXBSZJ02PRXCS01YP0SHCYV3I9AUMZ41HE3QQ7VWBP5PLK8DOP2DSKND32VSC0YNH8PJ3DRUDO0BMUKNA22O8VPJIQTIYU03SOFEVPB3HUN7JICGNMD1F0S4M473DZIB2WZHGYGJ95AGRF82DMDOHRRCCI6R12XR19X801GXR1P49LN00LKP6YLWOVFQDV8SLLEB6WZ' where id=98; -update noar tt set v1='OMETU5ZLOT7SAEVMZD3OFQC7GEJTGIMFP8BGWC8F6T4F7KNVC0DQG4UZ09PFLDX6ET0QYRWJ89R6GWA322TRMKH2LOA1IIV15NBTHYUM1QNNC11VE9ZEUGXOQYEBMKAWD5XBH18X8K3WWX73FNP7L6YE9RO0THJCHL5R1TG3O21TB3WDJQR4HWOP7QMTOTVHQYTSK97WN53REXZRQBPY7F6VMOQY31T3H34IUBCYVQN5Y8RNBRJSMAHLL5NW868MK' where id=98; -update noar ti set v1='OMETU5ZLOT7SAEVMZD3OFQC7GEJTGIMFP8BGWC8F6T4F7KNVC0DQG4UZ09PFLDX6ET0QYRWJ89R6GWA322TRMKH2LOA1IIV15NBTHYUM1QNNC11VE9ZEUGXOQYEBMKAWD5XBH18X8K3WWX73FNP7L6YE9RO0THJCHL5R1TG3O21TB3WDJQR4HWOP7QMTOTVHQYTSK97WN53REXZRQBPY7F6VMOQY31T3H34IUBCYVQN5Y8RNBRJSMAHLL5NW868MK' where id=98; -update noar tt set v2='EZ8ZDWSXIIVZ3R41UPLC80LGH6BVDI56P8276QMGKSJ6HZQ5JJXIEJHKB1K5OG5J1L7OXWCZVBTCX4RMQDTK3ZGWL6WFCMD0YX1M3GS8N53TN32126QJQJH2R5PCOITFTRVVNMDQUMZRE2T5J3X1R7AHLA47M5LHQ4PEOB9ZFJRXQVDIFZZS3FVW12EPN9U664JJJ1FKGSROJJLY1FOSJ3I7JGWFCFNDPBEVF5D9HUV11PGN8SLWPFD5KOXHHB7OW' where id=98; -update noar ti set v2='EZ8ZDWSXIIVZ3R41UPLC80LGH6BVDI56P8276QMGKSJ6HZQ5JJXIEJHKB1K5OG5J1L7OXWCZVBTCX4RMQDTK3ZGWL6WFCMD0YX1M3GS8N53TN32126QJQJH2R5PCOITFTRVVNMDQUMZRE2T5J3X1R7AHLA47M5LHQ4PEOB9ZFJRXQVDIFZZS3FVW12EPN9U664JJJ1FKGSROJJLY1FOSJ3I7JGWFCFNDPBEVF5D9HUV11PGN8SLWPFD5KOXHHB7OW' where id=98; -update noar tt set v3='Y5GGZJ2QXMB5R0NP4D7TG248GQ1YOB2R7MJ637HVV6M6QSEMG3E0S5TK2VRTYS3H8ZNU0C59IY4CALDNX57C6VW8AEPSZ33BPCRYKBMPC1PFXE0SX4NHD8E3FQVHXJJ5OCK9A4WMNCW8IBRV7VWAYEW5NH4N1XCZ47U5C85WZ6JRA9FG8KAUO3F1K5GEPLEFQWI41HZVIDQKR93QBSR2RF9HGKLS3TW7AOUUBW8QO81YBOYLE48YVEX97NOPBOIL0' where id=98; -update noar ti set v3='Y5GGZJ2QXMB5R0NP4D7TG248GQ1YOB2R7MJ637HVV6M6QSEMG3E0S5TK2VRTYS3H8ZNU0C59IY4CALDNX57C6VW8AEPSZ33BPCRYKBMPC1PFXE0SX4NHD8E3FQVHXJJ5OCK9A4WMNCW8IBRV7VWAYEW5NH4N1XCZ47U5C85WZ6JRA9FG8KAUO3F1K5GEPLEFQWI41HZVIDQKR93QBSR2RF9HGKLS3TW7AOUUBW8QO81YBOYLE48YVEX97NOPBOIL0' where id=98; -update noar tt set v0='5HY6NJLDSBZZOYZWZ8Y4KTFQ7PVXI6759G5WN3KERA17M6DJMSQISJCRRK34CIXOWIWA2622J2DDAJJHO2ZNUZDUMXVPD6XNMEEZBHVI3OUO09OZY2V3I61RSBZXGBL2YO6IMHKWHIKGD6QXOWSA6G6NAFTGR651YPX8HMQY7FIHERVNAGO9UDS3V06UIYJNY8QPZX0878TEIGJ4ASMZ1GV0MW5L0FHNXEYLWCYS3RT6X5QE2SB16TOFFRX1GEF2B' where id=99; -update noar ti set v0='5HY6NJLDSBZZOYZWZ8Y4KTFQ7PVXI6759G5WN3KERA17M6DJMSQISJCRRK34CIXOWIWA2622J2DDAJJHO2ZNUZDUMXVPD6XNMEEZBHVI3OUO09OZY2V3I61RSBZXGBL2YO6IMHKWHIKGD6QXOWSA6G6NAFTGR651YPX8HMQY7FIHERVNAGO9UDS3V06UIYJNY8QPZX0878TEIGJ4ASMZ1GV0MW5L0FHNXEYLWCYS3RT6X5QE2SB16TOFFRX1GEF2B' where id=99; -update noar tt set v1='T4HGGT928YXUXK5JFRSZVC010NU1WUSBU8BSJSP2CL9JHQK3WX03T0VH6R7V2EPPW5FY44BPELIBZHCD4O4E5TKA9NL10D8ZDNVFDQL97INZHH4LJ6A0OHQ8WXLC5VGRFJP1Z49SRAQC5G3SI5SKWQU03FL12ZAFUINI1WF4LGYW06OWSTK6Z79MNIEQSF770Z6L42OKPTKG49VTFSQADBBEPF1O2HM1SKM5NU5FGGJ8SZJ7N3ASLWX7WXWELLLTQ' where id=99; -update noar ti set v1='T4HGGT928YXUXK5JFRSZVC010NU1WUSBU8BSJSP2CL9JHQK3WX03T0VH6R7V2EPPW5FY44BPELIBZHCD4O4E5TKA9NL10D8ZDNVFDQL97INZHH4LJ6A0OHQ8WXLC5VGRFJP1Z49SRAQC5G3SI5SKWQU03FL12ZAFUINI1WF4LGYW06OWSTK6Z79MNIEQSF770Z6L42OKPTKG49VTFSQADBBEPF1O2HM1SKM5NU5FGGJ8SZJ7N3ASLWX7WXWELLLTQ' where id=99; -update noar tt set v2='AAD2T24WXCYCSUJK3U748EJFRUU6SYRJIL25YIKIFFMPK98R1KY4UZ09DI1T3I7M0HH0THN46E4RAX1CWAZJ31AAHCQAYWRYIEJ763CTWOU3PI5FC5EKIEEEK2RQNY75JVB68U46K7HAQP6QUBHP5O3A4SW8VNIF7M9UNGRRCP4D1WIAG39BY2P4OWCMDCATFCU3G976SCJXX0ZY8DTYWEWYFTQMA53XZGFO5W477IDQAMJED80RZWEG5IRBJKO07' where id=99; -update noar ti set v2='AAD2T24WXCYCSUJK3U748EJFRUU6SYRJIL25YIKIFFMPK98R1KY4UZ09DI1T3I7M0HH0THN46E4RAX1CWAZJ31AAHCQAYWRYIEJ763CTWOU3PI5FC5EKIEEEK2RQNY75JVB68U46K7HAQP6QUBHP5O3A4SW8VNIF7M9UNGRRCP4D1WIAG39BY2P4OWCMDCATFCU3G976SCJXX0ZY8DTYWEWYFTQMA53XZGFO5W477IDQAMJED80RZWEG5IRBJKO07' where id=99; -update noar tt set v3='088C17CAB877RRXLZQAN3GCERG21GT9XDZNLW18J01ARBZOL74W52UBX83O6G6G98XS03MBPQIO7S774BQMBCAW9HLP8T9X81EWDPKM6CM9N0YQLXZP0D3UTV8PCD9CBH0VLEWQWPNUHO0L9B8Y7Z4EHWOBVGLKWPO539WYWXRX3OL0W47CV40L5QYFKCWKAOU78Y274ZJ9GVUD6WDHF7R8ZC11BUS9DH21HD9TGTVDSAJW3YKVTQ7LRT8552YF7H' where id=99; -update noar ti set v3='088C17CAB877RRXLZQAN3GCERG21GT9XDZNLW18J01ARBZOL74W52UBX83O6G6G98XS03MBPQIO7S774BQMBCAW9HLP8T9X81EWDPKM6CM9N0YQLXZP0D3UTV8PCD9CBH0VLEWQWPNUHO0L9B8Y7Z4EHWOBVGLKWPO539WYWXRX3OL0W47CV40L5QYFKCWKAOU78Y274ZJ9GVUD6WDHF7R8ZC11BUS9DH21HD9TGTVDSAJW3YKVTQ7LRT8552YF7H' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt (id bigint unsigned primary key, - f0 int not null, - v0 varbinary(256) not null, - v1 varbinary(256) not null, - v2 varbinary(256) not null, - v3 varbinary(256) not null, - b0 text not null -) engine=tokudb; -insert into tt values (1,2,'a','b','c','d','e'); -insert into tt values (2,3,'','','','',''); -insert into tt values (3,4,'','','','',''); -insert into tt values (4,5,'','','','',''); -insert into tt values (5,6,'','','','',''); -insert into tt values (6,7,'','','','',''); -insert into tt values (7,8,'','','','',''); -insert into tt values (8,9,'','','','',''); -insert into tt values (9,10,'','','','',''); -insert into tt values (10,11,'','','','',''); -insert into tt values (11,12,'','','','',''); -insert into tt values (12,13,'','','','',''); -insert into tt values (13,14,'','','','',''); -insert into tt values (14,15,'','','','',''); -insert into tt values (15,16,'','','','',''); -insert into tt values (16,17,'','','','',''); -insert into tt values (17,18,'','','','',''); -insert into tt values (18,19,'','','','',''); -insert into tt values (19,20,'','','','',''); -insert into tt values (20,21,'','','','',''); -insert into tt values (21,22,'','','','',''); -insert into tt values (22,23,'','','','',''); -insert into tt values (23,24,'','','','',''); -insert into tt values (24,25,'','','','',''); -insert into tt values (25,26,'','','','',''); -insert into tt values (26,27,'','','','',''); -insert into tt values (27,28,'','','','',''); -insert into tt values (28,29,'','','','',''); -insert into tt values (29,30,'','','','',''); -insert into tt values (30,31,'','','','',''); -insert into tt values (31,32,'','','','',''); -insert into tt values (32,33,'','','','',''); -insert into tt values (33,34,'','','','',''); -insert into tt values (34,35,'','','','',''); -insert into tt values (35,36,'','','','',''); -insert into tt values (36,37,'','','','',''); -insert into tt values (37,38,'','','','',''); -insert into tt values (38,39,'','','','',''); -insert into tt values (39,40,'','','','',''); -insert into tt values (40,41,'','','','',''); -insert into tt values (41,42,'','','','',''); -insert into tt values (42,43,'','','','',''); -insert into tt values (43,44,'','','','',''); -insert into tt values (44,45,'','','','',''); -insert into tt values (45,46,'','','','',''); -insert into tt values (46,47,'','','','',''); -insert into tt values (47,48,'','','','',''); -insert into tt values (48,49,'','','','',''); -insert into tt values (49,50,'','','','',''); -insert into tt values (50,51,'','','','',''); -insert into tt values (51,52,'','','','',''); -insert into tt values (52,53,'','','','',''); -insert into tt values (53,54,'','','','',''); -insert into tt values (54,55,'','','','',''); -insert into tt values (55,56,'','','','',''); -insert into tt values (56,57,'','','','',''); -insert into tt values (57,58,'','','','',''); -insert into tt values (58,59,'','','','',''); -insert into tt values (59,60,'','','','',''); -insert into tt values (60,61,'','','','',''); -insert into tt values (61,62,'','','','',''); -insert into tt values (62,63,'','','','',''); -insert into tt values (63,64,'','','','',''); -insert into tt values (64,65,'','','','',''); -insert into tt values (65,66,'','','','',''); -insert into tt values (66,67,'','','','',''); -insert into tt values (67,68,'','','','',''); -insert into tt values (68,69,'','','','',''); -insert into tt values (69,70,'','','','',''); -insert into tt values (70,71,'','','','',''); -insert into tt values (71,72,'','','','',''); -insert into tt values (72,73,'','','','',''); -insert into tt values (73,74,'','','','',''); -insert into tt values (74,75,'','','','',''); -insert into tt values (75,76,'','','','',''); -insert into tt values (76,77,'','','','',''); -insert into tt values (77,78,'','','','',''); -insert into tt values (78,79,'','','','',''); -insert into tt values (79,80,'','','','',''); -insert into tt values (80,81,'','','','',''); -insert into tt values (81,82,'','','','',''); -insert into tt values (82,83,'','','','',''); -insert into tt values (83,84,'','','','',''); -insert into tt values (84,85,'','','','',''); -insert into tt values (85,86,'','','','',''); -insert into tt values (86,87,'','','','',''); -insert into tt values (87,88,'','','','',''); -insert into tt values (88,89,'','','','',''); -insert into tt values (89,90,'','','','',''); -insert into tt values (90,91,'','','','',''); -insert into tt values (91,92,'','','','',''); -insert into tt values (92,93,'','','','',''); -insert into tt values (93,94,'','','','',''); -insert into tt values (94,95,'','','','',''); -insert into tt values (95,96,'','','','',''); -insert into tt values (96,97,'','','','',''); -insert into tt values (97,98,'','','','',''); -insert into tt values (98,99,'','','','',''); -insert into tt values (99,100,'','','','',''); -create table ti like tt; -alter table ti engine=innodb; -insert into ti select * from tt; -update noar tt set v0='null this 0' where id=0; -update noar ti set v0='null this 0' where id=0; -update noar tt set v1='null is 1' where id=0; -update noar ti set v1='null is 1' where id=0; -update noar tt set v2='null a 2' where id=0; -update noar ti set v2='null a 2' where id=0; -update noar tt set v3='null test 3' where id=0; -update noar ti set v3='null test 3' where id=0; -update noar tt set v0='this 0' where id=1; -update noar ti set v0='this 0' where id=1; -update noar tt set v1='is 1' where id=1; -update noar ti set v1='is 1' where id=1; -update noar tt set v2='another 2' where id=1; -update noar ti set v2='another 2' where id=1; -update noar tt set v3='test 3' where id=1; -update noar ti set v3='test 3' where id=1; -update noar tt set v0='HXQARM7X1ZS6SRO83LVDNWF5OCL7F92VRP8L9J740BWJDF3BXC6MT2X6OQQGVEQ37LEX0RNL77GO7CZ5VZNDKUAALOY03UOEXCT897YJXN8IRV264SXJK9RXT5QL3FOZMRTQ8K5BGWAHFI8YX4I8MGBASVYC7ZRPXFAV4TGKY3ZYP6NCNTM515ZSEKVU7UMW4NMK1BYERGJOD8W0ZS45NTEYG0C9E1MTQYMQHV11RI8N4PBGOBDUQHOZEKBKUTETC' where id=2; -update noar ti set v0='HXQARM7X1ZS6SRO83LVDNWF5OCL7F92VRP8L9J740BWJDF3BXC6MT2X6OQQGVEQ37LEX0RNL77GO7CZ5VZNDKUAALOY03UOEXCT897YJXN8IRV264SXJK9RXT5QL3FOZMRTQ8K5BGWAHFI8YX4I8MGBASVYC7ZRPXFAV4TGKY3ZYP6NCNTM515ZSEKVU7UMW4NMK1BYERGJOD8W0ZS45NTEYG0C9E1MTQYMQHV11RI8N4PBGOBDUQHOZEKBKUTETC' where id=2; -update noar tt set v1='CP94ISC8FR6RF5QXJOUJSFNRUSLE1X4B9IPKTO5QSB8LTILPZC4MWZ134IAYHFQSD1VQ3DO4B129LD9QIF7OQQIC2YYW5ZJTOTB4S7OX2JMUQ97RLZFO7VNFTL6PB22QBNCCHV806V6QUOQGBIA4QPVJB0EYZ60TPT2Z5GXLAUUJ5J2D51WOJN8BRE8PG8KJ992CBN3ZL32OATOHF14YRYCPMED1YTOUO3RDPSQ7KCAA21FLL64BPRCADHQ8SUBJF' where id=2; -update noar ti set v1='CP94ISC8FR6RF5QXJOUJSFNRUSLE1X4B9IPKTO5QSB8LTILPZC4MWZ134IAYHFQSD1VQ3DO4B129LD9QIF7OQQIC2YYW5ZJTOTB4S7OX2JMUQ97RLZFO7VNFTL6PB22QBNCCHV806V6QUOQGBIA4QPVJB0EYZ60TPT2Z5GXLAUUJ5J2D51WOJN8BRE8PG8KJ992CBN3ZL32OATOHF14YRYCPMED1YTOUO3RDPSQ7KCAA21FLL64BPRCADHQ8SUBJF' where id=2; -update noar tt set v2='9H141GVH408C2JXFI7SYSLBZ9JS65H12XH7A986LETBIQLOYYVE1F6HMBGS60CW0RQF6SDML1IH139NDHITI9403OLOHWTR18QFBXIGIWA5UVVLBRE0ZYQEPI0PI4MBY3S9D6CS4E804RM406ZDY66ZL7UWIE4NGBVX8ITNQ83AJ93PRF45675HO5Z5QBPD1AH02Z9KUS56DKUASNZAVG2DCRN7MBIIP0SOF4VUOG7HGTP9P1KRQ8HD5C4NGBGI6A' where id=2; -update noar ti set v2='9H141GVH408C2JXFI7SYSLBZ9JS65H12XH7A986LETBIQLOYYVE1F6HMBGS60CW0RQF6SDML1IH139NDHITI9403OLOHWTR18QFBXIGIWA5UVVLBRE0ZYQEPI0PI4MBY3S9D6CS4E804RM406ZDY66ZL7UWIE4NGBVX8ITNQ83AJ93PRF45675HO5Z5QBPD1AH02Z9KUS56DKUASNZAVG2DCRN7MBIIP0SOF4VUOG7HGTP9P1KRQ8HD5C4NGBGI6A' where id=2; -update noar tt set v3='2XH2XO870O3Z97MBUK92L2QQMPCNUAJHTYFVO2Y33A7VJUMACBMPXZ6OMHMKVGBXYAHC5B2K13EYC834FCNTR9INOV0HX3A4YO131XLADU70KVVIQQ7LJV4J82TSQ91XTJ8LDH6APZDHI813OAAUMNJLNUW8626TKFSU3ZLNLMV7PAZM6397EQG89OON7VJN4LM4ACB2C695IG1NSVBYVKOTMTSR22YB29YYHKWIHQMC7CH7F81JF9E35DF1G7KPL' where id=2; -update noar ti set v3='2XH2XO870O3Z97MBUK92L2QQMPCNUAJHTYFVO2Y33A7VJUMACBMPXZ6OMHMKVGBXYAHC5B2K13EYC834FCNTR9INOV0HX3A4YO131XLADU70KVVIQQ7LJV4J82TSQ91XTJ8LDH6APZDHI813OAAUMNJLNUW8626TKFSU3ZLNLMV7PAZM6397EQG89OON7VJN4LM4ACB2C695IG1NSVBYVKOTMTSR22YB29YYHKWIHQMC7CH7F81JF9E35DF1G7KPL' where id=2; -update noar tt set v0='440DIBISFADWRW2V3COGT5VTLA5G71PWSJMN8ZTRVA11E3WNW5JHTKIXEOH56NAWZS1ZTOQ1ZV3ONKSQ639IR92AS2U1YIRHMOW5AM6GB0BNUU5JPWX3O1X7WEY3ZWE16KH4G20JLW0L4QEYXORPKD3U6T8B4DEY1WUIKKKKFZ8XYM87WKTL63E4UVIF7123Q6IEY9ASFBISM2AHTL4KGHRLO3J2NZ3YBEJNDSKGCD6ME52JMNAKHGE2ZUVTTZMGV' where id=3; -update noar ti set v0='440DIBISFADWRW2V3COGT5VTLA5G71PWSJMN8ZTRVA11E3WNW5JHTKIXEOH56NAWZS1ZTOQ1ZV3ONKSQ639IR92AS2U1YIRHMOW5AM6GB0BNUU5JPWX3O1X7WEY3ZWE16KH4G20JLW0L4QEYXORPKD3U6T8B4DEY1WUIKKKKFZ8XYM87WKTL63E4UVIF7123Q6IEY9ASFBISM2AHTL4KGHRLO3J2NZ3YBEJNDSKGCD6ME52JMNAKHGE2ZUVTTZMGV' where id=3; -update noar tt set v1='7MUG6Q7UT4GXZZVO2WG0IJ18CJI5ZXI93V88HP70410KNM6B3AJOCAEYMSRZTIU4JZJU6HIOYO13FHDWS57BR7N88M2K1ROADIR0ZKHNHFW5473RVQ3DLLHEG0B9JOEVUB8J4G0NQKZVS5XWV5JN4LOXMMMPEKYEB3FEKKLO04CPE4CW5C2A7CBDYIMYLTCM9PF8U3RLLCNAQ8M6B265LD91XNH0BRRYVKQTUCFZ4NHJGFDHBB9034L78DZFGSCY9' where id=3; -update noar ti set v1='7MUG6Q7UT4GXZZVO2WG0IJ18CJI5ZXI93V88HP70410KNM6B3AJOCAEYMSRZTIU4JZJU6HIOYO13FHDWS57BR7N88M2K1ROADIR0ZKHNHFW5473RVQ3DLLHEG0B9JOEVUB8J4G0NQKZVS5XWV5JN4LOXMMMPEKYEB3FEKKLO04CPE4CW5C2A7CBDYIMYLTCM9PF8U3RLLCNAQ8M6B265LD91XNH0BRRYVKQTUCFZ4NHJGFDHBB9034L78DZFGSCY9' where id=3; -update noar tt set v2='6I01XADNR08W7F9B89LQWI6VQR7KNH7ZGX44Z1NF2Y5A78VFLY24VMCTYSLAC9YS7TLJ56CC3MIIS01ARE9DT8JGJKD58VREHXMNRMF9YC5JNQTOR2PIHL7WTMEYJ3VH09R9DETE1UCXSK2K3ZCCXZ8D44D9XV9VIVNOHHSW10XU8QVLVY21GUJFYHYBJBTOF7PKDGTYXR6VQ0AA18BIB4NEPBW34JHWCR3C6JE0W2G5QIV7LNBN26BDCYRD7S4T9' where id=3; -update noar ti set v2='6I01XADNR08W7F9B89LQWI6VQR7KNH7ZGX44Z1NF2Y5A78VFLY24VMCTYSLAC9YS7TLJ56CC3MIIS01ARE9DT8JGJKD58VREHXMNRMF9YC5JNQTOR2PIHL7WTMEYJ3VH09R9DETE1UCXSK2K3ZCCXZ8D44D9XV9VIVNOHHSW10XU8QVLVY21GUJFYHYBJBTOF7PKDGTYXR6VQ0AA18BIB4NEPBW34JHWCR3C6JE0W2G5QIV7LNBN26BDCYRD7S4T9' where id=3; -update noar tt set v3='BMJJUN9V7HS8SWT4F2MCPZB7FE6KDUKUU43IRNU2DOJXPX58YNNHER1B4DQ41SEET9LVD4WVX9IJNWBZBDT1VKS7049QASQ15IAZ0DXFKO93XW1XWXG1GCYN1HONDSQ4PP3LIU8WAFLA9RM8TYBB8LQ0D819R5BPX11M1Y816SGSLCVZGGXZY75Z7KKOF3KFQBNJZB06CUBM4CQ8M0X9G5YEGGS682UE5G52DWW1HM19VGVQEO9DX5APMHUPUK0OK' where id=3; -update noar ti set v3='BMJJUN9V7HS8SWT4F2MCPZB7FE6KDUKUU43IRNU2DOJXPX58YNNHER1B4DQ41SEET9LVD4WVX9IJNWBZBDT1VKS7049QASQ15IAZ0DXFKO93XW1XWXG1GCYN1HONDSQ4PP3LIU8WAFLA9RM8TYBB8LQ0D819R5BPX11M1Y816SGSLCVZGGXZY75Z7KKOF3KFQBNJZB06CUBM4CQ8M0X9G5YEGGS682UE5G52DWW1HM19VGVQEO9DX5APMHUPUK0OK' where id=3; -update noar tt set v0='ZJXWEASEZMXD3BNOHGPMVXP8EH5JMP79HUEIJWCARE5F3G8ISCRHMGZWCKA971FRH2Q5NTBML46F61J8YBBEDME6X3BY3GLL6E8BLESNS700WFO2VO7R0BK5E99DMRG4BQHD4MDD4T4Z1E69TUYOZ5QXP0JHHDTUEPDD719JWX4HBHCFUIBXAYMPXA5E91GKNH5639U1QGM7LP29L0W2WAUHVH9I7O6RUL3WGVV22OV7HZK1IQKIDBOGGM8ZI8TKV' where id=4; -update noar ti set v0='ZJXWEASEZMXD3BNOHGPMVXP8EH5JMP79HUEIJWCARE5F3G8ISCRHMGZWCKA971FRH2Q5NTBML46F61J8YBBEDME6X3BY3GLL6E8BLESNS700WFO2VO7R0BK5E99DMRG4BQHD4MDD4T4Z1E69TUYOZ5QXP0JHHDTUEPDD719JWX4HBHCFUIBXAYMPXA5E91GKNH5639U1QGM7LP29L0W2WAUHVH9I7O6RUL3WGVV22OV7HZK1IQKIDBOGGM8ZI8TKV' where id=4; -update noar tt set v1='8D3PKJ4BICVJKSPJJ1ZS3MG8F17FLFGDV8BL4TJ1ZQ8DENW8A2TOJT3AGGOM2FPMP8KWLA7R8SH35DYX7BFKLV9TL7H62FV7VA49JGT8ICPH9LAO65JCSVXRJWBE09222MJRFZDIB9934SGXXT005DW1HCKK3IGPNBF83DLK0EET77YAF7WFUK98NY0THDUQ5CDJ5WE14PKKH54FXDYOR6MXL87VD8LRRLX9AEPG5Z2E06B9E88X3SMF6WIQ4FJMK' where id=4; -update noar ti set v1='8D3PKJ4BICVJKSPJJ1ZS3MG8F17FLFGDV8BL4TJ1ZQ8DENW8A2TOJT3AGGOM2FPMP8KWLA7R8SH35DYX7BFKLV9TL7H62FV7VA49JGT8ICPH9LAO65JCSVXRJWBE09222MJRFZDIB9934SGXXT005DW1HCKK3IGPNBF83DLK0EET77YAF7WFUK98NY0THDUQ5CDJ5WE14PKKH54FXDYOR6MXL87VD8LRRLX9AEPG5Z2E06B9E88X3SMF6WIQ4FJMK' where id=4; -update noar tt set v2='GJGBSMJO675H8X1HCMZZ0P1D49AMK7PZRP4U6FAWAQ1BT0US9431CB351VUNTQEJ06ZQ375341MWEDPTQJ9M6S53ZBZEG1VZ3OO8U09FYUE4KBPW5DTN1HNX3FHEX12RPA5C6QEY83FK1ZJ9FH2YZDZF23SXI2YC4128Z4PR242IJZ9G8NJB25O1YJUCSOQ0DTUL76GSF0SUQLU6KF8YU2LJDIBNS5YO4FBPJXL7GXNNZYWGWCG4QICSB4XY1J6CN' where id=4; -update noar ti set v2='GJGBSMJO675H8X1HCMZZ0P1D49AMK7PZRP4U6FAWAQ1BT0US9431CB351VUNTQEJ06ZQ375341MWEDPTQJ9M6S53ZBZEG1VZ3OO8U09FYUE4KBPW5DTN1HNX3FHEX12RPA5C6QEY83FK1ZJ9FH2YZDZF23SXI2YC4128Z4PR242IJZ9G8NJB25O1YJUCSOQ0DTUL76GSF0SUQLU6KF8YU2LJDIBNS5YO4FBPJXL7GXNNZYWGWCG4QICSB4XY1J6CN' where id=4; -update noar tt set v3='IIWFVUF80WOR7ZIJHQFWVWKSP210DGF7P9JLEXHNPPSY7K8J6GMYJXYSFBK27207QA5RTBEWE6J0F9SL1S8A5R7VM0GW6VWIRL0JPRMG56MAM3H910Y3KAUN72F7KKRONLYH2LU7PHR41MQIVE573T1TCGKEV0NNSTY67KV63T0U3EKYTLZ0CXZCOAYTB409Y5FY632FRFDDKJFSDQHF0W8X32ESCPS9MPLV65TKYP0MCVWGCRCF9WTJY6NXUK4W6' where id=4; -update noar ti set v3='IIWFVUF80WOR7ZIJHQFWVWKSP210DGF7P9JLEXHNPPSY7K8J6GMYJXYSFBK27207QA5RTBEWE6J0F9SL1S8A5R7VM0GW6VWIRL0JPRMG56MAM3H910Y3KAUN72F7KKRONLYH2LU7PHR41MQIVE573T1TCGKEV0NNSTY67KV63T0U3EKYTLZ0CXZCOAYTB409Y5FY632FRFDDKJFSDQHF0W8X32ESCPS9MPLV65TKYP0MCVWGCRCF9WTJY6NXUK4W6' where id=4; -update noar tt set v0='T3SGM9F0HHF9TGA5VIUUNYEDLWWGZ2UJDS02T2IU4MNLP81JFV0TAQPU27LF5N9YH9UYI7ISEO4RAVTJG31RTI3UU1PQP4920TJ53U8NDXURZZU6UU6M9JGGGPEAB4NDXLBBMI9LF74E8FHYVRYAKFAYIKEOPRSLNUI06TFY46CLZPLAXLJ07OT9TV9HV5SO9F5LNK9QPA6ZAK3TNBI6OBE0VSHPP14SGUJTCBKKLQUT76MQV0U95OX0MEDJ8SIOG' where id=5; -update noar ti set v0='T3SGM9F0HHF9TGA5VIUUNYEDLWWGZ2UJDS02T2IU4MNLP81JFV0TAQPU27LF5N9YH9UYI7ISEO4RAVTJG31RTI3UU1PQP4920TJ53U8NDXURZZU6UU6M9JGGGPEAB4NDXLBBMI9LF74E8FHYVRYAKFAYIKEOPRSLNUI06TFY46CLZPLAXLJ07OT9TV9HV5SO9F5LNK9QPA6ZAK3TNBI6OBE0VSHPP14SGUJTCBKKLQUT76MQV0U95OX0MEDJ8SIOG' where id=5; -update noar tt set v1='77BFM7WKREFSTQ19XJ8RYLNTVFNAXE4DBHMNJ1W9LKXU9GYDDJOFTAXI8JBFOGCV5XIDY544C85K87Q04JR8X84J7N6NW8X4V4HA7MKDVBAGHFYPPY529I92ZLZAIRUYB7R37SUAZQSKPFZEGNWH5KCTJIY003MGLZST7FVF0O8M20YBA15AHI3VQV34KH17DI2T1ILUH41ZNUFMBTBIFAN7ZKQRBTTCW99XTLFWO8DFTVIIIDH49HTTMQ3QRX9Z1' where id=5; -update noar ti set v1='77BFM7WKREFSTQ19XJ8RYLNTVFNAXE4DBHMNJ1W9LKXU9GYDDJOFTAXI8JBFOGCV5XIDY544C85K87Q04JR8X84J7N6NW8X4V4HA7MKDVBAGHFYPPY529I92ZLZAIRUYB7R37SUAZQSKPFZEGNWH5KCTJIY003MGLZST7FVF0O8M20YBA15AHI3VQV34KH17DI2T1ILUH41ZNUFMBTBIFAN7ZKQRBTTCW99XTLFWO8DFTVIIIDH49HTTMQ3QRX9Z1' where id=5; -update noar tt set v2='9E4SU4R7VEHMPWNC6JEG4LHP4RC918X3O0IAX76AKV2RDLQ28TS71CUD2AYWUP2MGXQN44DFVDQ9DKQX87BM01LPZALOO6U3ZO5DU0L14CJO3CD5OGYUDIP2JR88VOEWDEKZ9PQYP8ADQ0KVCKT9XIO3N7O7VAXTOR9QQW5D5JTKI6P0VYIWKU8KP41ZUM7OD0JCAQSU7LIA8DPWKOYOT3VC3X90ZV1Q1Y6XQ5TDRG4DP86P1XHM5QA3R73ZRFSMU' where id=5; -update noar ti set v2='9E4SU4R7VEHMPWNC6JEG4LHP4RC918X3O0IAX76AKV2RDLQ28TS71CUD2AYWUP2MGXQN44DFVDQ9DKQX87BM01LPZALOO6U3ZO5DU0L14CJO3CD5OGYUDIP2JR88VOEWDEKZ9PQYP8ADQ0KVCKT9XIO3N7O7VAXTOR9QQW5D5JTKI6P0VYIWKU8KP41ZUM7OD0JCAQSU7LIA8DPWKOYOT3VC3X90ZV1Q1Y6XQ5TDRG4DP86P1XHM5QA3R73ZRFSMU' where id=5; -update noar tt set v3='459LKZ51NEUVZ5TRZ8KD6RG9Y9EEAXUD8ZEJWXLYZQOWYQTY6KMOGQTN9FWIRM5TE3TOD63JJLZ7KIHQHO1ECT1HEY80KJZJLBR4XGL0OPHGEBZ5FFLQZ60E7PRFEFGLKJIN9HSLFYMQPD1MWBTXU8CS9BGUWT31DUZ5X7KCFZBT9VUGAYCTK6JWNP2E0WXWCY8UTO7LB9GT4D23ZT93XPWS3W9TQ8Y4JK8AIEECC349B56EAG2N8T2KWC4FOK5GB' where id=5; -update noar ti set v3='459LKZ51NEUVZ5TRZ8KD6RG9Y9EEAXUD8ZEJWXLYZQOWYQTY6KMOGQTN9FWIRM5TE3TOD63JJLZ7KIHQHO1ECT1HEY80KJZJLBR4XGL0OPHGEBZ5FFLQZ60E7PRFEFGLKJIN9HSLFYMQPD1MWBTXU8CS9BGUWT31DUZ5X7KCFZBT9VUGAYCTK6JWNP2E0WXWCY8UTO7LB9GT4D23ZT93XPWS3W9TQ8Y4JK8AIEECC349B56EAG2N8T2KWC4FOK5GB' where id=5; -update noar tt set v0='VM9LCXGPDS2BXF0QDUEYK8BDI0WCXBNJLN8HS15SY426N1DEMFTVI69I1IH4M7432ZWFR86PPXSFJOBONWCSG203EMC2OJHVJBY3XFHDY85MOIMZR7V3TMW1ZJMTKGWZ1NSK02A8BOZ7QGMTUABV1HTLM2THK3NMWHFMQLRZ6AGBAU511E5FAO5QXU960CPV6G2N5SNS6ATFTJCH1ZWQJ7S4JBJH8L8NBI80J1EUO4GKW4SAT5D3G5B470ED63GN7' where id=6; -update noar ti set v0='VM9LCXGPDS2BXF0QDUEYK8BDI0WCXBNJLN8HS15SY426N1DEMFTVI69I1IH4M7432ZWFR86PPXSFJOBONWCSG203EMC2OJHVJBY3XFHDY85MOIMZR7V3TMW1ZJMTKGWZ1NSK02A8BOZ7QGMTUABV1HTLM2THK3NMWHFMQLRZ6AGBAU511E5FAO5QXU960CPV6G2N5SNS6ATFTJCH1ZWQJ7S4JBJH8L8NBI80J1EUO4GKW4SAT5D3G5B470ED63GN7' where id=6; -update noar tt set v1='Q9K414ODT08291LVJP5NMUHGZKLTV6DY1WV5S9G89LNR9LB773ENYADVZQNFNFDI3S0PBPLZ3LQFDVWWL3DNB1XUEAYJYKW06VAAL12XF64MCGIFUITME3JCKMY1QUQ1GYXCUCK7NLQWD94CPB74F302O1YK5YZWNUT5ROU8ON6WIEN1AW5MQNYB91BODVM1AKP1TWWV75NXDLT0QNX38HEVYBYQOJL4PYO6SRCQXTWEEMB17A2OP6NXCU36F1CX5' where id=6; -update noar ti set v1='Q9K414ODT08291LVJP5NMUHGZKLTV6DY1WV5S9G89LNR9LB773ENYADVZQNFNFDI3S0PBPLZ3LQFDVWWL3DNB1XUEAYJYKW06VAAL12XF64MCGIFUITME3JCKMY1QUQ1GYXCUCK7NLQWD94CPB74F302O1YK5YZWNUT5ROU8ON6WIEN1AW5MQNYB91BODVM1AKP1TWWV75NXDLT0QNX38HEVYBYQOJL4PYO6SRCQXTWEEMB17A2OP6NXCU36F1CX5' where id=6; -update noar tt set v2='GB9HHFJVTQO39O8O42N7OV3AHZYTV3D9PDJDYFN0EY09B2VKIH9IWIS60X6AWAXM1B4QX9XF9HJ1MA9HB50GR9LSPOAHSMQ1PZV8KHX9N89A4RVCAO0YL42RN9AR7COJ7NY6FZG1XHEMBD0R7UEGJ0O3CZBO3NUBGMB2U8OY0017U6QIJCG8VNTLWN1ZZ4YQLPLU7VRUAIU7W0K55B8JQFODM7M3IGQBE8EUS9MEG8KHY4Z5SFY4GNQO5QGAYGX19' where id=6; -update noar ti set v2='GB9HHFJVTQO39O8O42N7OV3AHZYTV3D9PDJDYFN0EY09B2VKIH9IWIS60X6AWAXM1B4QX9XF9HJ1MA9HB50GR9LSPOAHSMQ1PZV8KHX9N89A4RVCAO0YL42RN9AR7COJ7NY6FZG1XHEMBD0R7UEGJ0O3CZBO3NUBGMB2U8OY0017U6QIJCG8VNTLWN1ZZ4YQLPLU7VRUAIU7W0K55B8JQFODM7M3IGQBE8EUS9MEG8KHY4Z5SFY4GNQO5QGAYGX19' where id=6; -update noar tt set v3='517YPKKKPZGE939Z5V3BUTHZUJQ5UXWTGT1MFCL54F9IGLHJP5DHZEC1V02QCRZWAWUPDWMTTT2CLV9SD944YFJT8GRLQI7FRY9MW76YV4DRO5CBVZ3ZM9GSRJAWO7759XLO21WUHVB7O3FAJ70E713HDVA092GL09TCS40T4VISH2BXQ10UTI1YEFRZOKEYXRC23GXHMC4J9LTT5YIW5I2M5ELZIMZFHKERIUVJ2BZT821XR4MX8HQ5VULVVHFQ5' where id=6; -update noar ti set v3='517YPKKKPZGE939Z5V3BUTHZUJQ5UXWTGT1MFCL54F9IGLHJP5DHZEC1V02QCRZWAWUPDWMTTT2CLV9SD944YFJT8GRLQI7FRY9MW76YV4DRO5CBVZ3ZM9GSRJAWO7759XLO21WUHVB7O3FAJ70E713HDVA092GL09TCS40T4VISH2BXQ10UTI1YEFRZOKEYXRC23GXHMC4J9LTT5YIW5I2M5ELZIMZFHKERIUVJ2BZT821XR4MX8HQ5VULVVHFQ5' where id=6; -update noar tt set v0='RTJEPXOK0PKPC8SZN4H4LSBRITZ8M1820RZYUUJCAKFFZND9P7JWY5H7WGHB4P25IBXAB2ATQFLFOE7FJD4ZESEZ3IGWHUPZ35GQ28HEQGH7TZ2FV8FYEGG11ST45TBSTCNUNK38Q0LB5VA1KNSOG9JOURGD5GF7HMYDL0YJVU0TOXR9WLK1PFDI1NQGJY0A30IK0AQ4XL8QWPFQ0KVEQYO8IZF9XDKQVJSLV8Q834GHERRE3MPFUSQ6MBIBPEL1L' where id=7; -update noar ti set v0='RTJEPXOK0PKPC8SZN4H4LSBRITZ8M1820RZYUUJCAKFFZND9P7JWY5H7WGHB4P25IBXAB2ATQFLFOE7FJD4ZESEZ3IGWHUPZ35GQ28HEQGH7TZ2FV8FYEGG11ST45TBSTCNUNK38Q0LB5VA1KNSOG9JOURGD5GF7HMYDL0YJVU0TOXR9WLK1PFDI1NQGJY0A30IK0AQ4XL8QWPFQ0KVEQYO8IZF9XDKQVJSLV8Q834GHERRE3MPFUSQ6MBIBPEL1L' where id=7; -update noar tt set v1='BR3N3TYGCY425OB42XAIYPDWDZBOOYQ4HVOKX26OXG947F69MUTW6NXT9XRLSRDMNQQV682RZI6XR8OEO2POL1GM2K35DMR9L6K6YOX7L42AL7Z5DJMXGQ5B2XQGTZ6A7DNP06CCCSMMJ8R20QGW6JGNNI4VN1F7PQY6JR8E3BW82VZVTEN2QYJJRS73AZ9QA8Q5E7G31C3BGDU43FTBLDJ9GRXBF2LLNIYUR2JTPDBLE4R64N2HKYALOBZ1OEPCU' where id=7; -update noar ti set v1='BR3N3TYGCY425OB42XAIYPDWDZBOOYQ4HVOKX26OXG947F69MUTW6NXT9XRLSRDMNQQV682RZI6XR8OEO2POL1GM2K35DMR9L6K6YOX7L42AL7Z5DJMXGQ5B2XQGTZ6A7DNP06CCCSMMJ8R20QGW6JGNNI4VN1F7PQY6JR8E3BW82VZVTEN2QYJJRS73AZ9QA8Q5E7G31C3BGDU43FTBLDJ9GRXBF2LLNIYUR2JTPDBLE4R64N2HKYALOBZ1OEPCU' where id=7; -update noar tt set v2='SL3JXYSP33BACQD2I94HOF5DW1Y577QLKIY8X83KX09SRGFLYAY35766V1C5ZADM99XQQ5B351ZIJFZI3NVIJ1EUG4N55ZIP15RMD4NYX7L5VHDTO5Y8RMRLTXMOCYSDJJ30SRHSCPEGATIRZ4XSAU4II83MZG75025IWG77UPEAK6FTUPWBNCCXMU1U80V9XQI302IIUI7RBFC4YIQSKHQWMAM97HWV69EZJ5TS6GUC3T4A9HOYUHFNV6BBF8CGR' where id=7; -update noar ti set v2='SL3JXYSP33BACQD2I94HOF5DW1Y577QLKIY8X83KX09SRGFLYAY35766V1C5ZADM99XQQ5B351ZIJFZI3NVIJ1EUG4N55ZIP15RMD4NYX7L5VHDTO5Y8RMRLTXMOCYSDJJ30SRHSCPEGATIRZ4XSAU4II83MZG75025IWG77UPEAK6FTUPWBNCCXMU1U80V9XQI302IIUI7RBFC4YIQSKHQWMAM97HWV69EZJ5TS6GUC3T4A9HOYUHFNV6BBF8CGR' where id=7; -update noar tt set v3='SG2TTFA79JQTR676JWQ5D053X40K5MQBYAU0DODYXPA507R3WVBBVCEP9KN6HNB8VH972VICRBVVX3MA679LJT9QVB3ZBF0ZT6OFB8JCPLXX9LNOUY1A4OCNPUONMLLU5X3LVQEEWQ1VWQBKETR6J7P3C0C5QCCGUST8JADO3JBSY3ES1K4AWSCTK0GRJ28B9JQZ38WNBZ0QEOHUNPR27KN88XIJWEWVK4E3YXF0OYYC653ZWQCR6LC04868OY6XF' where id=7; -update noar ti set v3='SG2TTFA79JQTR676JWQ5D053X40K5MQBYAU0DODYXPA507R3WVBBVCEP9KN6HNB8VH972VICRBVVX3MA679LJT9QVB3ZBF0ZT6OFB8JCPLXX9LNOUY1A4OCNPUONMLLU5X3LVQEEWQ1VWQBKETR6J7P3C0C5QCCGUST8JADO3JBSY3ES1K4AWSCTK0GRJ28B9JQZ38WNBZ0QEOHUNPR27KN88XIJWEWVK4E3YXF0OYYC653ZWQCR6LC04868OY6XF' where id=7; -update noar tt set v0='6Z8109SOVJDDUWRTZ7W3TNXVNSFYZLEPYEGCRYCZPABBYGR3QAFVCXLXG9PJX9VPTFXCUHBYO0XEFYKQW07ZZMPOGLV740QAWB7Z9BURCAJVDSW6AWQBV8XL3AE1KW8YVUWY1FTOAGLIAUO7UWK41IYVTF1YP2EK9H7P19I0HNDBAA6WHXI9PB23JKKJTCJQ2FP8AO8DS427PQQ5COEIO113NQ7JQEY3GOZWG1TE2G9LDLJ3W7072PEH0ALVFPQBW' where id=8; -update noar ti set v0='6Z8109SOVJDDUWRTZ7W3TNXVNSFYZLEPYEGCRYCZPABBYGR3QAFVCXLXG9PJX9VPTFXCUHBYO0XEFYKQW07ZZMPOGLV740QAWB7Z9BURCAJVDSW6AWQBV8XL3AE1KW8YVUWY1FTOAGLIAUO7UWK41IYVTF1YP2EK9H7P19I0HNDBAA6WHXI9PB23JKKJTCJQ2FP8AO8DS427PQQ5COEIO113NQ7JQEY3GOZWG1TE2G9LDLJ3W7072PEH0ALVFPQBW' where id=8; -update noar tt set v1='3M8DXQC5UXZHYCMLFSPSUP4U1VW4DTD8MM16PZKCWQIA4MDD1DU0LS4YRXZ04BE4AOLPN6JKZF52AWFHQYG688JLYBR1XT3HFDBIS4I9XLONXAM9489FEWEIA4O23Q0UY82WVXX56AUZ9S0N3ERAF92OFH6BAM7YAOJTD348XKTBD52AIRKD56QYD8RH39JT1CNB0A1Y3CIAFLJ0HB6QLNXBZHO1GFQR98O0HOYOKGC1NY3SEHVAWGPCYN5ZZHJWL' where id=8; -update noar ti set v1='3M8DXQC5UXZHYCMLFSPSUP4U1VW4DTD8MM16PZKCWQIA4MDD1DU0LS4YRXZ04BE4AOLPN6JKZF52AWFHQYG688JLYBR1XT3HFDBIS4I9XLONXAM9489FEWEIA4O23Q0UY82WVXX56AUZ9S0N3ERAF92OFH6BAM7YAOJTD348XKTBD52AIRKD56QYD8RH39JT1CNB0A1Y3CIAFLJ0HB6QLNXBZHO1GFQR98O0HOYOKGC1NY3SEHVAWGPCYN5ZZHJWL' where id=8; -update noar tt set v2='0RC1AZUH5QVDDQWSM0RE9XJIGVJN1ZFUP1O9NTRMHRPUZDMULV3C4ZXSKBZ73TC5F7487QXZ8ZV81QDZPQ3DEZBHRII0T6YFJXG54HV6OITHFEYATG8D27CYVJY58JRHK2CM7EHF45CWAG5GL7IXQD76VSLO9YEPRJWQGFK3YUSIY1J4Z4TD8HEN1C5CFT5ETJ4MP6N8UAQ3MQGXZO71WSR0Y26W1CARA0C095OKKG0ECXK6DMFKOO8EVZPECY92E' where id=8; -update noar ti set v2='0RC1AZUH5QVDDQWSM0RE9XJIGVJN1ZFUP1O9NTRMHRPUZDMULV3C4ZXSKBZ73TC5F7487QXZ8ZV81QDZPQ3DEZBHRII0T6YFJXG54HV6OITHFEYATG8D27CYVJY58JRHK2CM7EHF45CWAG5GL7IXQD76VSLO9YEPRJWQGFK3YUSIY1J4Z4TD8HEN1C5CFT5ETJ4MP6N8UAQ3MQGXZO71WSR0Y26W1CARA0C095OKKG0ECXK6DMFKOO8EVZPECY92E' where id=8; -update noar tt set v3='8E0W95X2JLN1TQHNSVEGV7XG2N0Y4Q13JWWK83BZ7SX41O9VJQ5BFNFCGTRMB4AOQSSKA2GZQOQVNP4X6TPIC3CIGCF8X1O3RUTZ0OF8BQ64CSPT8ORMNGF2XYXCE2PODKJUB2URX76HZS2LVFGWNSBFVVCZEN2OFJ06A11UJ1BMR19FIFA6UOZ29KU3Z0GA5U2VSMPUP47KSB08908R4WH1N2Y4ZHOM04DZ106VUVXV1GQ0IZ62BFGRY29KXQ3RI' where id=8; -update noar ti set v3='8E0W95X2JLN1TQHNSVEGV7XG2N0Y4Q13JWWK83BZ7SX41O9VJQ5BFNFCGTRMB4AOQSSKA2GZQOQVNP4X6TPIC3CIGCF8X1O3RUTZ0OF8BQ64CSPT8ORMNGF2XYXCE2PODKJUB2URX76HZS2LVFGWNSBFVVCZEN2OFJ06A11UJ1BMR19FIFA6UOZ29KU3Z0GA5U2VSMPUP47KSB08908R4WH1N2Y4ZHOM04DZ106VUVXV1GQ0IZ62BFGRY29KXQ3RI' where id=8; -update noar tt set v0='LKX57SWVK5IE30N7BHD3C80L769S62BXRK1A5NAOC7TU3J1E8XDZT6T4UE4AJOGJMNMS9DNC8EAT65NZ135608MBF3ZJZZJWWQSXDFV8HKN71PHPT8U6I2YX352X40JUH5XQVRNB5AYXP9K93RKC3EM2U4HP2P11QDR1AJLNWN3KHR84ASL3QOZZQP58EGZQIUQYHAXI8S9H7BDCWGN9ACC6BS7RSQZ2CCA021GAD280WJOFL4J9VPDWM59OHK2I7' where id=9; -update noar ti set v0='LKX57SWVK5IE30N7BHD3C80L769S62BXRK1A5NAOC7TU3J1E8XDZT6T4UE4AJOGJMNMS9DNC8EAT65NZ135608MBF3ZJZZJWWQSXDFV8HKN71PHPT8U6I2YX352X40JUH5XQVRNB5AYXP9K93RKC3EM2U4HP2P11QDR1AJLNWN3KHR84ASL3QOZZQP58EGZQIUQYHAXI8S9H7BDCWGN9ACC6BS7RSQZ2CCA021GAD280WJOFL4J9VPDWM59OHK2I7' where id=9; -update noar tt set v1='LAB2DLVFDCPF3S5FTZ536C082X007E9VK0IQF2FZGKYDB8Y7UD15XNBC0XHP68GN9K8DIQ63G6RWN6YQZFXPVMAHM2J9MIGJU3N7QIR17G6IKXKU7WSMFDIF0LBUM8SH3DKSXEMZ5R7UKYF762H3JZ8STOU934Z4WLBL9XIH3W7CDQC0R6SFW7HPBBA9237BDCDTXVFPBTY4SM9EIAPXAJYIYSIJ2NC0N7JCHG5I1OC6OP7KHTE3A39SHSWYBFHCE' where id=9; -update noar ti set v1='LAB2DLVFDCPF3S5FTZ536C082X007E9VK0IQF2FZGKYDB8Y7UD15XNBC0XHP68GN9K8DIQ63G6RWN6YQZFXPVMAHM2J9MIGJU3N7QIR17G6IKXKU7WSMFDIF0LBUM8SH3DKSXEMZ5R7UKYF762H3JZ8STOU934Z4WLBL9XIH3W7CDQC0R6SFW7HPBBA9237BDCDTXVFPBTY4SM9EIAPXAJYIYSIJ2NC0N7JCHG5I1OC6OP7KHTE3A39SHSWYBFHCE' where id=9; -update noar tt set v2='UPA3863V3G3BFATC0PGP4KNKMO034WQYLSMXSCABQBJISNSBXS0GY5U97PY6EZVI0RI5RTXH4FTTPLD3M3TQJP6INVTOCIGQS9R82PY8DR7KJLZOL15DFW4WWPSV6FF53OF9J06MNQO8HJUKC9R1BTG3CDXX8MFLDIUH9J7CK8E8VA3IPAQQPJZX5IJMOUVUU2397YP0T69HHWU6FS50UCP2B7XIYP1B63VX91B3M3430WSTO2186KX8TY2VQMPUQ' where id=9; -update noar ti set v2='UPA3863V3G3BFATC0PGP4KNKMO034WQYLSMXSCABQBJISNSBXS0GY5U97PY6EZVI0RI5RTXH4FTTPLD3M3TQJP6INVTOCIGQS9R82PY8DR7KJLZOL15DFW4WWPSV6FF53OF9J06MNQO8HJUKC9R1BTG3CDXX8MFLDIUH9J7CK8E8VA3IPAQQPJZX5IJMOUVUU2397YP0T69HHWU6FS50UCP2B7XIYP1B63VX91B3M3430WSTO2186KX8TY2VQMPUQ' where id=9; -update noar tt set v3='CGWF4UHGUSJ0V0R4BM4OXCUN3WIYF1XBQV0R81BXU94JHJWAY1H9LN8YR47MI56X9UNSW6OXIAYT827OYPKMFBWAQN3DYOWEZY8WOEXRDQQD7ZV5D9LV98QXD5RW6LH0B8QAXZBPLHC3SV779Z2TCXQZNZHVQ3MVIBHJ2KWGN76SO16DPNAXIV6DMRWF167GSU3A8DCW6HGAJG4EIGE408HLFZB0Z4X9WGJC1OZDNPVC9QSY9QBF7Z2H2KGLT8DHA' where id=9; -update noar ti set v3='CGWF4UHGUSJ0V0R4BM4OXCUN3WIYF1XBQV0R81BXU94JHJWAY1H9LN8YR47MI56X9UNSW6OXIAYT827OYPKMFBWAQN3DYOWEZY8WOEXRDQQD7ZV5D9LV98QXD5RW6LH0B8QAXZBPLHC3SV779Z2TCXQZNZHVQ3MVIBHJ2KWGN76SO16DPNAXIV6DMRWF167GSU3A8DCW6HGAJG4EIGE408HLFZB0Z4X9WGJC1OZDNPVC9QSY9QBF7Z2H2KGLT8DHA' where id=9; -update noar tt set v0='5MWI8L5Q1UCHJND2A5E13OJHQAOWZRQLPKJTH9NBBF5KB5SFUST56UJ0MURFTN79NBLW2E9ESMSO9HAQAQJSQ8KJRMD4O1U9BGE3Q7WQEH3Q8V6QM5TFW6CYOLJ8F6LW9Z141PU74K2SWCBLJF9FR61BM3K7IIVAX0KAIW7HIFCV1Y2R8NJ7JTGOF4K17CCXW90RW4REW7XSOMLTI07FAR7JJVVY08GWLKYCQVETAV9CBWFTB2VQJYXPF11S6HETK' where id=10; -update noar ti set v0='5MWI8L5Q1UCHJND2A5E13OJHQAOWZRQLPKJTH9NBBF5KB5SFUST56UJ0MURFTN79NBLW2E9ESMSO9HAQAQJSQ8KJRMD4O1U9BGE3Q7WQEH3Q8V6QM5TFW6CYOLJ8F6LW9Z141PU74K2SWCBLJF9FR61BM3K7IIVAX0KAIW7HIFCV1Y2R8NJ7JTGOF4K17CCXW90RW4REW7XSOMLTI07FAR7JJVVY08GWLKYCQVETAV9CBWFTB2VQJYXPF11S6HETK' where id=10; -update noar tt set v1='C49KN2OLITD139WCYM0ECVCJ6D01Z16HETLLLJGT4AZEN97OQ3R4C65VP4WSE8FYVIUZG5DBXLG9EHTDC97Y67BTB34YORGZSSV1GK315TXREO5X9PJHV7MOEFX6LQP17A41QKZNMQ280SODLE2R2EN59F06L4D9UV3G10SB62QGUIF19UWT0XY2XPAPPMIQ66I7WCM4LWO2Z0NGZ29QPFHRPJZBCLUIYB47EBBAUPPRPBXNTFBBXFSC1FPAAXSY5' where id=10; -update noar ti set v1='C49KN2OLITD139WCYM0ECVCJ6D01Z16HETLLLJGT4AZEN97OQ3R4C65VP4WSE8FYVIUZG5DBXLG9EHTDC97Y67BTB34YORGZSSV1GK315TXREO5X9PJHV7MOEFX6LQP17A41QKZNMQ280SODLE2R2EN59F06L4D9UV3G10SB62QGUIF19UWT0XY2XPAPPMIQ66I7WCM4LWO2Z0NGZ29QPFHRPJZBCLUIYB47EBBAUPPRPBXNTFBBXFSC1FPAAXSY5' where id=10; -update noar tt set v2='H7L0LK8JRYQIVVJQA8FNK1K8LJ6BE17323OUEU5SD1RZ3JW2N7EKGJ5MNM1HA2E4PCSLX3J5KNK8056UCC5I38HIY8L57ST22BYNW53YMST40VNKOIDW4QG3A54J25FBZHS55EQTXYLA31M31TCS84SP314ZOR67NA0P5DBJ6ULTTHZP41XRYX20C78IVNLLJ1HJA2WU3YMXSL0OTZNLN6X4XDQNUW1D5JT5AW7SRLKV446RCR3YU92PXX58Y75CW' where id=10; -update noar ti set v2='H7L0LK8JRYQIVVJQA8FNK1K8LJ6BE17323OUEU5SD1RZ3JW2N7EKGJ5MNM1HA2E4PCSLX3J5KNK8056UCC5I38HIY8L57ST22BYNW53YMST40VNKOIDW4QG3A54J25FBZHS55EQTXYLA31M31TCS84SP314ZOR67NA0P5DBJ6ULTTHZP41XRYX20C78IVNLLJ1HJA2WU3YMXSL0OTZNLN6X4XDQNUW1D5JT5AW7SRLKV446RCR3YU92PXX58Y75CW' where id=10; -update noar tt set v3='R96YM73YM4R0B1UNOEJNCB8YGAITGGYL0TLWYLS31LHF19XUDQBNLVZEJM0PEHP4BEOGF0FX2AI83UDPVY59WIJGMFC9G74FFJA3HV92TBCEB00V768UMIEB4C0ZR4U7M0JONP5NTVC2VSZSBMEFF6KTNUE05RCE20AR4IQX4WY1UOREP6F6IT07PQVYHNF3W6AGUANQOZI90QNC2ZSHAIR6UHZGOML3BB9SYQ0UTNMPOJ7T0NXED620VNC0RQ3MR' where id=10; -update noar ti set v3='R96YM73YM4R0B1UNOEJNCB8YGAITGGYL0TLWYLS31LHF19XUDQBNLVZEJM0PEHP4BEOGF0FX2AI83UDPVY59WIJGMFC9G74FFJA3HV92TBCEB00V768UMIEB4C0ZR4U7M0JONP5NTVC2VSZSBMEFF6KTNUE05RCE20AR4IQX4WY1UOREP6F6IT07PQVYHNF3W6AGUANQOZI90QNC2ZSHAIR6UHZGOML3BB9SYQ0UTNMPOJ7T0NXED620VNC0RQ3MR' where id=10; -update noar tt set v0='04OSZWABN8XYY4HEHYQJRM7M2XPBD8UTK1LGYIMPLC18WQU8QR3A1HJB2L9P8RA6ZLG3U56XC5VV71CT29KDCW0FUOZC3XGA7RGJZTGPZFD8E1JFVLND694GI6NNH3D36UXLE5F296PXRCC7NH7PUJS5ZQI1ZYC3TAH71S5LGJZPJTIZPPU6OOEZSVOZ26P6F6KG380CLRWV81TYQKPQL4TE3EST8X8Q5AFNAQ6HBJJ9XFAK8642TYUZQLGEK7P0G' where id=11; -update noar ti set v0='04OSZWABN8XYY4HEHYQJRM7M2XPBD8UTK1LGYIMPLC18WQU8QR3A1HJB2L9P8RA6ZLG3U56XC5VV71CT29KDCW0FUOZC3XGA7RGJZTGPZFD8E1JFVLND694GI6NNH3D36UXLE5F296PXRCC7NH7PUJS5ZQI1ZYC3TAH71S5LGJZPJTIZPPU6OOEZSVOZ26P6F6KG380CLRWV81TYQKPQL4TE3EST8X8Q5AFNAQ6HBJJ9XFAK8642TYUZQLGEK7P0G' where id=11; -update noar tt set v1='8E2N7HIEARWE7A2FUX14OL351UO3J88GLZYU3RDC5FBBY37FRBXFPIZQ9EQHNT753I4IJ3W648RGXG3STBZPUJ7TETT8QHKC7M3Z4FTNX5PEOT8OJH41IK7YZA4IK2UOK1B34RVC21JPSFFGRA5MZZ053O2T7IXW99Z49TMGJP22C6W42CT3UWY7X1HC9CWGR3NFB6K54SIPIAA6RGBQ0NR488KL85XUW0B7E1UMT12RC4WAVDMZAAJB3HIESDVX9' where id=11; -update noar ti set v1='8E2N7HIEARWE7A2FUX14OL351UO3J88GLZYU3RDC5FBBY37FRBXFPIZQ9EQHNT753I4IJ3W648RGXG3STBZPUJ7TETT8QHKC7M3Z4FTNX5PEOT8OJH41IK7YZA4IK2UOK1B34RVC21JPSFFGRA5MZZ053O2T7IXW99Z49TMGJP22C6W42CT3UWY7X1HC9CWGR3NFB6K54SIPIAA6RGBQ0NR488KL85XUW0B7E1UMT12RC4WAVDMZAAJB3HIESDVX9' where id=11; -update noar tt set v2='ZTDXW5EMDB874E1R5QJZ1VRX7C5YV4568RUA65LQDVT8PPHOVQFI25HA2LY6TXZS84SACW20K1RYKZQ59MM05ICVXNV4TVN7LP9P6CI5O1T6G7U9F8F1VRSBU65WZFF0YOLSJ3Q3KVZ7WVMAF5SZT6BKC8WNTITLWKPJP3SJL1UBAAPZ27S8BHHEJX202E1NPYRCP8VPJEK8AE238OPHRT2P8RDH0FZLOHW17WAB2GQQVL4FR4RM33IUXVUEE3HL0' where id=11; -update noar ti set v2='ZTDXW5EMDB874E1R5QJZ1VRX7C5YV4568RUA65LQDVT8PPHOVQFI25HA2LY6TXZS84SACW20K1RYKZQ59MM05ICVXNV4TVN7LP9P6CI5O1T6G7U9F8F1VRSBU65WZFF0YOLSJ3Q3KVZ7WVMAF5SZT6BKC8WNTITLWKPJP3SJL1UBAAPZ27S8BHHEJX202E1NPYRCP8VPJEK8AE238OPHRT2P8RDH0FZLOHW17WAB2GQQVL4FR4RM33IUXVUEE3HL0' where id=11; -update noar tt set v3='AB9PDSQ9YG0LBM3R95BLRP238RC8GSOJ4KMOIUZP6JD30SVS5ZYE2G4NX2KBW3IZ3DBL6E8NHY2RSSODMLWQFUTP9AYRTKSH44MQJ1BJSJ68ROS3X95WCJHZMVQW8LLGSA76XMD44TKKYPVUL7UVNHZPFTNQ3ILPYEAX8FI8X1FMKKQTOYBYUXG4JPL0G41VYW9VHUOVSK4YQ7E7L0J6R09JRHEPQQFP114Z4BAHRCU31LTTODWKN0R6SJOJK4BCJ' where id=11; -update noar ti set v3='AB9PDSQ9YG0LBM3R95BLRP238RC8GSOJ4KMOIUZP6JD30SVS5ZYE2G4NX2KBW3IZ3DBL6E8NHY2RSSODMLWQFUTP9AYRTKSH44MQJ1BJSJ68ROS3X95WCJHZMVQW8LLGSA76XMD44TKKYPVUL7UVNHZPFTNQ3ILPYEAX8FI8X1FMKKQTOYBYUXG4JPL0G41VYW9VHUOVSK4YQ7E7L0J6R09JRHEPQQFP114Z4BAHRCU31LTTODWKN0R6SJOJK4BCJ' where id=11; -update noar tt set v0='V5LXYKY6V5LZ1ZEYN00JYGI9Z5VSX0NX2QG85LKPGTK4H8IX7WJ3616O693JUUP82F9XJAVOJ9IH3YK5YT3WFQ5X3D4RM0IAX3M30KZY3G23Q9A4XC74ZOYH5TD18293O5HY2EJH7S9XCVB1GKC1P1MD9Y11V0WSEA15LI6XXNSCC9KQFQ1RS7S0HNCMJL64OQ2T1KVEFVR3E2AQOUB5SWX023MY6TY2DDDPUL28NEA3N0G1ZEV7135NAG7D5OK5G' where id=12; -update noar ti set v0='V5LXYKY6V5LZ1ZEYN00JYGI9Z5VSX0NX2QG85LKPGTK4H8IX7WJ3616O693JUUP82F9XJAVOJ9IH3YK5YT3WFQ5X3D4RM0IAX3M30KZY3G23Q9A4XC74ZOYH5TD18293O5HY2EJH7S9XCVB1GKC1P1MD9Y11V0WSEA15LI6XXNSCC9KQFQ1RS7S0HNCMJL64OQ2T1KVEFVR3E2AQOUB5SWX023MY6TY2DDDPUL28NEA3N0G1ZEV7135NAG7D5OK5G' where id=12; -update noar tt set v1='ZFN6OAEU26G707F962O4QHOZPX6W0D0QWRPRAJOFX8XPMRN9Y0TP1G34WAZYA45M3EZ78WCA84SCYS1261QZ4ZS3ULL36AS0VXJDWNJWFX3S05B3AEMANUWFEVJNVIAGB6PE6893N55ZX6QDPWPL364CAR21DXICCEXUTTPALNVO2ZRY6TRQUH6PTRBNO72MLWJ9YCAQPQNUAVCOYNQ66YQYD0I5FK01H50G1WDN8VH2JG0FRESSN5PLOF9PQD5QR' where id=12; -update noar ti set v1='ZFN6OAEU26G707F962O4QHOZPX6W0D0QWRPRAJOFX8XPMRN9Y0TP1G34WAZYA45M3EZ78WCA84SCYS1261QZ4ZS3ULL36AS0VXJDWNJWFX3S05B3AEMANUWFEVJNVIAGB6PE6893N55ZX6QDPWPL364CAR21DXICCEXUTTPALNVO2ZRY6TRQUH6PTRBNO72MLWJ9YCAQPQNUAVCOYNQ66YQYD0I5FK01H50G1WDN8VH2JG0FRESSN5PLOF9PQD5QR' where id=12; -update noar tt set v2='VQX0Z8GIYB6PDTQQ3QWOJ3UEYKJR19SD53FCIJPVJ5PG2PZCA15JF90K3CCXX2WJ5YAH2SBJ6V7RWZMWR34NGNM57OUBQ31M9XYWD7AMVTE2YMLH45V64A7EIL22LRMFNBH23OFGMMG72U8RUZUUY7VL48MWH9KQ8XBJJCL4GLA9P7BI6Z3FD5VEYN6NLZBAD38E2UKNFYZWF0C7ZHTQYMSZZI5ZKBCU1UZCD8G0BUZCUVMVTTSSZD8APYS1S2JQS' where id=12; -update noar ti set v2='VQX0Z8GIYB6PDTQQ3QWOJ3UEYKJR19SD53FCIJPVJ5PG2PZCA15JF90K3CCXX2WJ5YAH2SBJ6V7RWZMWR34NGNM57OUBQ31M9XYWD7AMVTE2YMLH45V64A7EIL22LRMFNBH23OFGMMG72U8RUZUUY7VL48MWH9KQ8XBJJCL4GLA9P7BI6Z3FD5VEYN6NLZBAD38E2UKNFYZWF0C7ZHTQYMSZZI5ZKBCU1UZCD8G0BUZCUVMVTTSSZD8APYS1S2JQS' where id=12; -update noar tt set v3='H3M5YB8VKJX9HCV2B0ZA4NZXHC8H8YTAY9A9SXI8MS1YRBISRAH5TG2N2GQK31GP12JX5J4XRSLB9A1CY4GMKVHZFMK738PPKUNJMCCHKL8CUYCRCLSQVT56CO9J87AZ9TIQG1UCR9M49CJR0JV0N3184GMXTCDTC3QGJP78NGFBMVEF8WHD3XK4X1EU49YEVMDC4AP6MA2QISRR5VSS9TAZ1YK9CJKLG0LE1SF53XQG1PZQHQ2IAAKPMGQ2IP0KN' where id=12; -update noar ti set v3='H3M5YB8VKJX9HCV2B0ZA4NZXHC8H8YTAY9A9SXI8MS1YRBISRAH5TG2N2GQK31GP12JX5J4XRSLB9A1CY4GMKVHZFMK738PPKUNJMCCHKL8CUYCRCLSQVT56CO9J87AZ9TIQG1UCR9M49CJR0JV0N3184GMXTCDTC3QGJP78NGFBMVEF8WHD3XK4X1EU49YEVMDC4AP6MA2QISRR5VSS9TAZ1YK9CJKLG0LE1SF53XQG1PZQHQ2IAAKPMGQ2IP0KN' where id=12; -update noar tt set v0='0BQ6JUDERPBLQAZNK08MLPXJNCWNYQ1LUPIIG87140824SGIOWRJREI8HEG918VT3Y2QL272H26K80BT5L112AE0M3RDVC5IU653G5SBWITYM11G419FMLNE54HPQE05A28A0TH7U8OEE1B0TRPWT2V8D5UF1XEEEJ0KRYTPRQX8UQQLFFAQRJOSHE78KOM8BMKO8D2U05HU2XMXLZAFYHT2JJ14JAJE9Q3X76O8S3LJ2D5Q995OWH8I8VNV4S34E' where id=13; -update noar ti set v0='0BQ6JUDERPBLQAZNK08MLPXJNCWNYQ1LUPIIG87140824SGIOWRJREI8HEG918VT3Y2QL272H26K80BT5L112AE0M3RDVC5IU653G5SBWITYM11G419FMLNE54HPQE05A28A0TH7U8OEE1B0TRPWT2V8D5UF1XEEEJ0KRYTPRQX8UQQLFFAQRJOSHE78KOM8BMKO8D2U05HU2XMXLZAFYHT2JJ14JAJE9Q3X76O8S3LJ2D5Q995OWH8I8VNV4S34E' where id=13; -update noar tt set v1='9AMZKRYJEMP4690BPS403LC8UT5MODEBM22BAG4D39U0Q4TBE4EWK96ZD8NUZI5TV8R9T0N6Q2ASJV0JTZUEMKXT1MOV3Z5JET3OIFZUWHKV7GE2U1HJBLFQCKUMK8P0HTMMEFSFCIH0IAL677H2DKTRA2KTCZTFJMIUZVF4E9CAREB74X2P2ZLPQHESFSY2N1ILJHCXBHSFD8J0YHAZS5IWLRCPG241RX1AFY43N4T4RTAIQY6REPXRL1U6IEPZ7' where id=13; -update noar ti set v1='9AMZKRYJEMP4690BPS403LC8UT5MODEBM22BAG4D39U0Q4TBE4EWK96ZD8NUZI5TV8R9T0N6Q2ASJV0JTZUEMKXT1MOV3Z5JET3OIFZUWHKV7GE2U1HJBLFQCKUMK8P0HTMMEFSFCIH0IAL677H2DKTRA2KTCZTFJMIUZVF4E9CAREB74X2P2ZLPQHESFSY2N1ILJHCXBHSFD8J0YHAZS5IWLRCPG241RX1AFY43N4T4RTAIQY6REPXRL1U6IEPZ7' where id=13; -update noar tt set v2='FCCDBULZN5AC5HUZMOU1J5QRCS4S1C7Z371Y8Z7N88H67IF2M8TMELBN8W1BH9ZQVGDMFQP0VLDXKYLTZUYBPBW0UO7MBPSH4AZ60AIOTIUB9LW8P0TI2U15RF62E5YPC8S5LZ05QXMSMHDCVU0RUAJ943L2GH41VRLYRUHCKUVQDAHCH20KLMY8F76EGCO1DD7GG1IJ2BN2N0IJBAAMB54QQ2Q4Z3RZYSX9383G53983PGKFS0UXMZO7J1U4HKZU' where id=13; -update noar ti set v2='FCCDBULZN5AC5HUZMOU1J5QRCS4S1C7Z371Y8Z7N88H67IF2M8TMELBN8W1BH9ZQVGDMFQP0VLDXKYLTZUYBPBW0UO7MBPSH4AZ60AIOTIUB9LW8P0TI2U15RF62E5YPC8S5LZ05QXMSMHDCVU0RUAJ943L2GH41VRLYRUHCKUVQDAHCH20KLMY8F76EGCO1DD7GG1IJ2BN2N0IJBAAMB54QQ2Q4Z3RZYSX9383G53983PGKFS0UXMZO7J1U4HKZU' where id=13; -update noar tt set v3='SAQMCV95TG3T09WH0B904FML7IG727PSMJ9TN7102TPY13JMAFKBIZSTUJJS5DJ21KMMHYJTXEGGIU83KIGIYNPEKRW8VI1CHWHTL6N7EX8DZMEMR356G4BRL4FASSVCSN1RU0FEIWGDKCCW38AYQERJRT2UVWDH2LC7ZHFODGJ16TJKU3ARDPIBDEJ5H0CWK3JV96XWYSU6Z9HWJD5G2F78HEPQU615XWYJKG7TIQA7NJ3U2B09GASBEU2YZO59H' where id=13; -update noar ti set v3='SAQMCV95TG3T09WH0B904FML7IG727PSMJ9TN7102TPY13JMAFKBIZSTUJJS5DJ21KMMHYJTXEGGIU83KIGIYNPEKRW8VI1CHWHTL6N7EX8DZMEMR356G4BRL4FASSVCSN1RU0FEIWGDKCCW38AYQERJRT2UVWDH2LC7ZHFODGJ16TJKU3ARDPIBDEJ5H0CWK3JV96XWYSU6Z9HWJD5G2F78HEPQU615XWYJKG7TIQA7NJ3U2B09GASBEU2YZO59H' where id=13; -update noar tt set v0='8P7YV1QBXTRVC6H3J5GN8BKD2CIN7H0YNSXE7VQD94SODKPKGOO7TOAHDUORC2JTLR63I81JXNFT0Y9P9ITRAX9R93W7MAGKB6LCYFSTXF53TKUASMF0ZHND54QB1Y4BV5PL4DLQ5SVMH560FVD0CA38HCLDVY278DSWSMGYAQACJL792TZ6M6LEXTMDI90ZI2TIQBQ23KEI0T8A79SUIH2XTS5MOYE7KFE3O93ERNIXVPYNQWZBTNVAFGUSX93QK' where id=14; -update noar ti set v0='8P7YV1QBXTRVC6H3J5GN8BKD2CIN7H0YNSXE7VQD94SODKPKGOO7TOAHDUORC2JTLR63I81JXNFT0Y9P9ITRAX9R93W7MAGKB6LCYFSTXF53TKUASMF0ZHND54QB1Y4BV5PL4DLQ5SVMH560FVD0CA38HCLDVY278DSWSMGYAQACJL792TZ6M6LEXTMDI90ZI2TIQBQ23KEI0T8A79SUIH2XTS5MOYE7KFE3O93ERNIXVPYNQWZBTNVAFGUSX93QK' where id=14; -update noar tt set v1='AB353RMDDKRCC3CI27XQNS4GL6N20K2GN99IG7KEABKLL3DKHL2VXWUYP2PKZIXHMQBGCWVIQUN7N7NSOWU7X79WLT4D4DZG5KBNKH86T5JK0YPHJZGNTP9OCBMJQXOEN0SV6DQOYAYWMY0VLLNU95DQWT13Y11MP2MO8HPAGXU945VW033XZSWKR1VEZYSFY7UVMWC3WJUAB266C6CCCDIIGQ0181MWZBCQXD7ZDDGPSGVNMX33DP0F2KZK4R46O' where id=14; -update noar ti set v1='AB353RMDDKRCC3CI27XQNS4GL6N20K2GN99IG7KEABKLL3DKHL2VXWUYP2PKZIXHMQBGCWVIQUN7N7NSOWU7X79WLT4D4DZG5KBNKH86T5JK0YPHJZGNTP9OCBMJQXOEN0SV6DQOYAYWMY0VLLNU95DQWT13Y11MP2MO8HPAGXU945VW033XZSWKR1VEZYSFY7UVMWC3WJUAB266C6CCCDIIGQ0181MWZBCQXD7ZDDGPSGVNMX33DP0F2KZK4R46O' where id=14; -update noar tt set v2='8YFKAMF2GMDUTSJVHV96FLY3H175FH18XC854DX64XPJQ91WJ1OVP5D4UKIM4924J3KTRUW4BP5HI5N9PFZ7GKBYMGJLBO47ZTX0UR6J6THBB0QQNMDDUXTTMJ9V9KPIPF1W6RFMZ6YVKZGPHH33LY4TDKMMQHGGG6XTIRE1MN55LAGLO4UL4X4DDBJO7D4ZKQZYFO73JDHZIUI0SI5J7B5NMG4J84EHK9J4SCYQLRYJMS0KV5AJ9E4BF5VH11KZE' where id=14; -update noar ti set v2='8YFKAMF2GMDUTSJVHV96FLY3H175FH18XC854DX64XPJQ91WJ1OVP5D4UKIM4924J3KTRUW4BP5HI5N9PFZ7GKBYMGJLBO47ZTX0UR6J6THBB0QQNMDDUXTTMJ9V9KPIPF1W6RFMZ6YVKZGPHH33LY4TDKMMQHGGG6XTIRE1MN55LAGLO4UL4X4DDBJO7D4ZKQZYFO73JDHZIUI0SI5J7B5NMG4J84EHK9J4SCYQLRYJMS0KV5AJ9E4BF5VH11KZE' where id=14; -update noar tt set v3='BWL7S5A8NUCR0ON6T559WQF9WN3ZB726H7583ETHGB6C0G3262K4IZU89HVEK1Y6SDIEPV1X5MPXUP5022VZZLTC2XULSS3258EW1KABNPHUGYIICT20OIPX2VKACTXFP5IVFP35U2JNUN3XQGHYOLLNGHED1KHJINJ0DGP6Q2BBUJ1ILBJTM2VB3VP22H9LJ8BBW6YHKNFRSFV6ST9ZVIMS8H5IHFV2V6YGQVYEHL08FW1EXTNJ14BOJRI2QFESI' where id=14; -update noar ti set v3='BWL7S5A8NUCR0ON6T559WQF9WN3ZB726H7583ETHGB6C0G3262K4IZU89HVEK1Y6SDIEPV1X5MPXUP5022VZZLTC2XULSS3258EW1KABNPHUGYIICT20OIPX2VKACTXFP5IVFP35U2JNUN3XQGHYOLLNGHED1KHJINJ0DGP6Q2BBUJ1ILBJTM2VB3VP22H9LJ8BBW6YHKNFRSFV6ST9ZVIMS8H5IHFV2V6YGQVYEHL08FW1EXTNJ14BOJRI2QFESI' where id=14; -update noar tt set v0='NIPNXTQ3XUDFIJL0BLCV2HN2L73P7VN4FU97OYLNYXSMOLO1FY70O4XSEQYHQSSF80PE42N7G3X9WV1CNP5QY0V3F2ERA2FFN3EQ4WZTHIBYBAHTX5TG9TSV000AN6LMTKDKLAN87NCLHOVLFQEJKYF4UXPAQIO7Y1TOLI43SBA6Y6KM8HFDGQKWO79FUAG9VL58PUDM0VGK2AY2T6L49ROU3PKJAE1T497O72CX2DVR3LPG247LCDKLAT5WQVBQH' where id=15; -update noar ti set v0='NIPNXTQ3XUDFIJL0BLCV2HN2L73P7VN4FU97OYLNYXSMOLO1FY70O4XSEQYHQSSF80PE42N7G3X9WV1CNP5QY0V3F2ERA2FFN3EQ4WZTHIBYBAHTX5TG9TSV000AN6LMTKDKLAN87NCLHOVLFQEJKYF4UXPAQIO7Y1TOLI43SBA6Y6KM8HFDGQKWO79FUAG9VL58PUDM0VGK2AY2T6L49ROU3PKJAE1T497O72CX2DVR3LPG247LCDKLAT5WQVBQH' where id=15; -update noar tt set v1='76BG85Z4HU5UG4K7LZTWWSGATWCKBZYC1N7O9F5KSDCV22Y72GI9PPFMH1UD99SADG003CCVBN3WLR0KB8FW0X9TV73IHSNOUT33D6J269EGZCQVIIO9I4AW3O1ULOZRTFB687M2GTEGAJG7OMAKL526W4Y5F93QKCKBWA3EOHKPO9JBABZHFG3P7WGYC712OXJBCSYXSMQR112OWHY4VNXN581FHSNP9G3QKXL27Q4V8GL2GXO8WVZB0XI5JENE6' where id=15; -update noar ti set v1='76BG85Z4HU5UG4K7LZTWWSGATWCKBZYC1N7O9F5KSDCV22Y72GI9PPFMH1UD99SADG003CCVBN3WLR0KB8FW0X9TV73IHSNOUT33D6J269EGZCQVIIO9I4AW3O1ULOZRTFB687M2GTEGAJG7OMAKL526W4Y5F93QKCKBWA3EOHKPO9JBABZHFG3P7WGYC712OXJBCSYXSMQR112OWHY4VNXN581FHSNP9G3QKXL27Q4V8GL2GXO8WVZB0XI5JENE6' where id=15; -update noar tt set v2='ZSLQN4KDSAOJ5ZHX3C46SNFQQY1CDQ02B32NIGSA7WEE9BVHL8CLWTN5HOQO6BMNETRRQMKURCRYT8CSC7E57OL0MAKU8AUKLLRNPYHHSF4RD1VUSJL6WJ8ZM3K2DVUBZDS0FERUXDJDWK340QHX24PWHHN3K7P0YOGFMEH99ZU9N7ESCUT82QUICZQWXZTOCM3Z9LTUL4P2FZFAD5K0X13Q4LWQ66TW7FMBT0FEOF73T1T84LUM1JDZ062T017KJ' where id=15; -update noar ti set v2='ZSLQN4KDSAOJ5ZHX3C46SNFQQY1CDQ02B32NIGSA7WEE9BVHL8CLWTN5HOQO6BMNETRRQMKURCRYT8CSC7E57OL0MAKU8AUKLLRNPYHHSF4RD1VUSJL6WJ8ZM3K2DVUBZDS0FERUXDJDWK340QHX24PWHHN3K7P0YOGFMEH99ZU9N7ESCUT82QUICZQWXZTOCM3Z9LTUL4P2FZFAD5K0X13Q4LWQ66TW7FMBT0FEOF73T1T84LUM1JDZ062T017KJ' where id=15; -update noar tt set v3='9ZQF665VYVHA7BI6PSJAVBQIKURT04GKN9VYB29189TCLHPSVVIKCL4MPPDZCZQAR5GAQD0MSQSJT21G27BL4YZA68P7SXEX4VTJF3VNRTXMJ7H0N40NNLL0N569X3KRH2C1X5CGMCA765DR4JJCVZ7M5F47UYPTHUBC5LP8DUCG52WEI51JX03L8X5Z0YTOFQNRVZ5FZGO5WE05P8WEYW8BJSK5XBN287BLRYPGRS10DGTCXWAQUIA1H6V5I4HU9' where id=15; -update noar ti set v3='9ZQF665VYVHA7BI6PSJAVBQIKURT04GKN9VYB29189TCLHPSVVIKCL4MPPDZCZQAR5GAQD0MSQSJT21G27BL4YZA68P7SXEX4VTJF3VNRTXMJ7H0N40NNLL0N569X3KRH2C1X5CGMCA765DR4JJCVZ7M5F47UYPTHUBC5LP8DUCG52WEI51JX03L8X5Z0YTOFQNRVZ5FZGO5WE05P8WEYW8BJSK5XBN287BLRYPGRS10DGTCXWAQUIA1H6V5I4HU9' where id=15; -update noar tt set v0='Y3QO4M5KHDN1SV95J8DA6THASVE799AGXWIFFTBYDY8N7WQL15KRNQX9E1P9MU7GYMB2CTNQE6WJG0TEU3Y7F28JLMU713WMVUCGGTPAHT7DK7S1G4A4A7KW7QXHC7JJ4R3WVZIKWLCXY0TC2EKULSR4DVOTFLW24QNKBY111298J27EXFU2Z6P40M0OTZO5X3BSVQJDOA23XYU8N6QC20RIY6N6M4VSJN3H4NR355LZEXOT7K64BFI6PX0G0V8G5' where id=16; -update noar ti set v0='Y3QO4M5KHDN1SV95J8DA6THASVE799AGXWIFFTBYDY8N7WQL15KRNQX9E1P9MU7GYMB2CTNQE6WJG0TEU3Y7F28JLMU713WMVUCGGTPAHT7DK7S1G4A4A7KW7QXHC7JJ4R3WVZIKWLCXY0TC2EKULSR4DVOTFLW24QNKBY111298J27EXFU2Z6P40M0OTZO5X3BSVQJDOA23XYU8N6QC20RIY6N6M4VSJN3H4NR355LZEXOT7K64BFI6PX0G0V8G5' where id=16; -update noar tt set v1='BUOKN95C2YZKYIR5NHASDKBN4NACXND9CLBIHGCUB040Z7Y1USZ7ZHW82DU3J4HO921LLXINRF3ZHL3CKBPLX34TIKW6CZKS6IW3VOGBHLMKQ0D1ABF2MPIQ8CQY7X4K74BGJG7MOGXZ5RKJ03ZKPM9AYUECGJQ6H7AJNX2VAPKIFF3UCA20LPEY1D9HFLX0XDBIPKFMC1XWJGGPF0LFHBLIPNMQV90ROSWX7IVFRI6L0X6ZV922WFNGMEM0P7PZT' where id=16; -update noar ti set v1='BUOKN95C2YZKYIR5NHASDKBN4NACXND9CLBIHGCUB040Z7Y1USZ7ZHW82DU3J4HO921LLXINRF3ZHL3CKBPLX34TIKW6CZKS6IW3VOGBHLMKQ0D1ABF2MPIQ8CQY7X4K74BGJG7MOGXZ5RKJ03ZKPM9AYUECGJQ6H7AJNX2VAPKIFF3UCA20LPEY1D9HFLX0XDBIPKFMC1XWJGGPF0LFHBLIPNMQV90ROSWX7IVFRI6L0X6ZV922WFNGMEM0P7PZT' where id=16; -update noar tt set v2='A4GWW90Z56JY82G9YDXZ3QA31DDD06E0BKSADEOFWLW554Z20JSITTW0TAMMTM68ZO7H74DY6K1NMD2KRAIMA585YQBB3R6D3XFWXGR9436W5HZC5CHSWNZ370YZG7UIQIKPQRO5EXGUXTNR8HQSZNSRPS9OKSZIV5OM2M6W4CRYZCSYZRFW78L5AX4SKV0W3TE27OG1ORY7RMW1P582QPDUPYOHGE2TJOOC6A5QHIK8O9N0QLB8YG3U39QF4Q7Z8' where id=16; -update noar ti set v2='A4GWW90Z56JY82G9YDXZ3QA31DDD06E0BKSADEOFWLW554Z20JSITTW0TAMMTM68ZO7H74DY6K1NMD2KRAIMA585YQBB3R6D3XFWXGR9436W5HZC5CHSWNZ370YZG7UIQIKPQRO5EXGUXTNR8HQSZNSRPS9OKSZIV5OM2M6W4CRYZCSYZRFW78L5AX4SKV0W3TE27OG1ORY7RMW1P582QPDUPYOHGE2TJOOC6A5QHIK8O9N0QLB8YG3U39QF4Q7Z8' where id=16; -update noar tt set v3='BG9HW8OWS91PFB05GXEG0LWJ94M35PKRMO5ZLMKY9Q2BTUBKDFU7W6V1DK0J9XSII1A75Q4XBRXR5K7IBH7EEJ39JZ0SUUI91P9OUKQFNOGYUGXVZI7NDBDOW42XOFYZJ76E9M3SF2ORBA6KKVHT9B4KR580DTKH9DD2AVDXZAFQVF16CFH0MW8FPY26JBVFSEMI5WIX902EEEJY2XPFC5C9S44OT04HPXX9WWBFEJM2712WZWYFFFVJPLKS5MD3B' where id=16; -update noar ti set v3='BG9HW8OWS91PFB05GXEG0LWJ94M35PKRMO5ZLMKY9Q2BTUBKDFU7W6V1DK0J9XSII1A75Q4XBRXR5K7IBH7EEJ39JZ0SUUI91P9OUKQFNOGYUGXVZI7NDBDOW42XOFYZJ76E9M3SF2ORBA6KKVHT9B4KR580DTKH9DD2AVDXZAFQVF16CFH0MW8FPY26JBVFSEMI5WIX902EEEJY2XPFC5C9S44OT04HPXX9WWBFEJM2712WZWYFFFVJPLKS5MD3B' where id=16; -update noar tt set v0='VFQA6QPOFSNDFRN56LI3PTXZRP0CGVA1OSQWW2RJR8F3868FWND46KU8FVX5MU6UC4IEF4A8BVFCML4HNXYTXZJ2KNGZLNXFHPU6RPMKOAGMD47H8FQQLEWZMQNPPRAVMNDAMCVMFVGWB0XRJGTMCB3MKY00NPV3KQF5WFJ984LNF96I7LS3ON6O4ES9JDVZ3ZPGD7Z8HUX221Y2EEYDHXJUNT1YL6HKFR0ONSGG0ZTQ5KQ2IMW8OOTOBOC7ZZSR3' where id=17; -update noar ti set v0='VFQA6QPOFSNDFRN56LI3PTXZRP0CGVA1OSQWW2RJR8F3868FWND46KU8FVX5MU6UC4IEF4A8BVFCML4HNXYTXZJ2KNGZLNXFHPU6RPMKOAGMD47H8FQQLEWZMQNPPRAVMNDAMCVMFVGWB0XRJGTMCB3MKY00NPV3KQF5WFJ984LNF96I7LS3ON6O4ES9JDVZ3ZPGD7Z8HUX221Y2EEYDHXJUNT1YL6HKFR0ONSGG0ZTQ5KQ2IMW8OOTOBOC7ZZSR3' where id=17; -update noar tt set v1='0KSFJCJ74RB0HDOS6RC38GZ7QMQMB6U86X2H24Y6UYBKJQKJ6ZXME4IJCDJYLKQYHOMLV3N2RR7AHOEHIKXUW7SSWDF2EUD5MG8B9PCRFM5ECP0CUD71T6M18CJ1IIDAAJHAZTTH3MDDBYGSE1QXOPBBA51IYAKKWKGBSO7ZP2FHIEXZVCSK9IDC1W54UARPQISV35MHFG9WD3OMGFALDO97OXKPRP3ZXS2R1TFQ6INRHRFHP1TUFAFZT27QPZ2EE' where id=17; -update noar ti set v1='0KSFJCJ74RB0HDOS6RC38GZ7QMQMB6U86X2H24Y6UYBKJQKJ6ZXME4IJCDJYLKQYHOMLV3N2RR7AHOEHIKXUW7SSWDF2EUD5MG8B9PCRFM5ECP0CUD71T6M18CJ1IIDAAJHAZTTH3MDDBYGSE1QXOPBBA51IYAKKWKGBSO7ZP2FHIEXZVCSK9IDC1W54UARPQISV35MHFG9WD3OMGFALDO97OXKPRP3ZXS2R1TFQ6INRHRFHP1TUFAFZT27QPZ2EE' where id=17; -update noar tt set v2='UDT60KSPD9246V4VB66HWC7SODE7UKZFS4VLE775641EQ0HBNEKMWMMVU0H7NGS65RIETAR9T5TIWODQKJATR8G0G7KNYD7Y0KWEKTV9J5S7C6JHXHXI8I8IZ4Q14Z4580GEP1J7PWI8HQ34V1131HOTW5CEHDEVDXKMAYNO2HKT8P3B5RGM5P05UQQ5QQJ868THVSDCVLFKC9MMAYD8SBIYX1FLE9LFE9FKVSCAH8L29CF6BMN5IQOSJ64RMTAN2' where id=17; -update noar ti set v2='UDT60KSPD9246V4VB66HWC7SODE7UKZFS4VLE775641EQ0HBNEKMWMMVU0H7NGS65RIETAR9T5TIWODQKJATR8G0G7KNYD7Y0KWEKTV9J5S7C6JHXHXI8I8IZ4Q14Z4580GEP1J7PWI8HQ34V1131HOTW5CEHDEVDXKMAYNO2HKT8P3B5RGM5P05UQQ5QQJ868THVSDCVLFKC9MMAYD8SBIYX1FLE9LFE9FKVSCAH8L29CF6BMN5IQOSJ64RMTAN2' where id=17; -update noar tt set v3='W9P796ZQ6AZYXDJDMKFI4PO42JA995NAKF3NQZXT481A81R209I0XORUSBY2CS8E6SOKDAUAEXI4HFZX8F3J6CRF0B42BC0T4VEVXBODUIAIJD9AAHIFVK9O5OMHHUXI8F3EXX76ZF6ADK3MJY541V7PWJ03Q3JQWH15OVPGTQFRCPF887XSFE0XXW8HWIS6KFLPB3L0PEJYTGQ9OP71TGVGS8OY4DXX1M8Q56DK4NIMFQ46YAD3WLW6DACMGGNCZ' where id=17; -update noar ti set v3='W9P796ZQ6AZYXDJDMKFI4PO42JA995NAKF3NQZXT481A81R209I0XORUSBY2CS8E6SOKDAUAEXI4HFZX8F3J6CRF0B42BC0T4VEVXBODUIAIJD9AAHIFVK9O5OMHHUXI8F3EXX76ZF6ADK3MJY541V7PWJ03Q3JQWH15OVPGTQFRCPF887XSFE0XXW8HWIS6KFLPB3L0PEJYTGQ9OP71TGVGS8OY4DXX1M8Q56DK4NIMFQ46YAD3WLW6DACMGGNCZ' where id=17; -update noar tt set v0='J7NA8DDFOMJ87RW8GVVQ35RDBYYY9VT4PV3XELFE9T54QQFYL6JQ3SA4G3MH2S8F1EVX8JB3BS7BPCT3GAB24ZJ5JKSMVMVZ3OCP0KDBV1C6AQYES3JGKPOOQ5TQIIXYRY212G0L2QZL1PJQ4UTVYN6M6UNOUFIRY415ENKN7841SZBM2DWSUUU2N4LHAS3Q6FUOV1TO93U0P6N0P9X4PM1JWGX23BHKRO8DE6DF48I73F2JW9IMR05HOQCC27X3J' where id=18; -update noar ti set v0='J7NA8DDFOMJ87RW8GVVQ35RDBYYY9VT4PV3XELFE9T54QQFYL6JQ3SA4G3MH2S8F1EVX8JB3BS7BPCT3GAB24ZJ5JKSMVMVZ3OCP0KDBV1C6AQYES3JGKPOOQ5TQIIXYRY212G0L2QZL1PJQ4UTVYN6M6UNOUFIRY415ENKN7841SZBM2DWSUUU2N4LHAS3Q6FUOV1TO93U0P6N0P9X4PM1JWGX23BHKRO8DE6DF48I73F2JW9IMR05HOQCC27X3J' where id=18; -update noar tt set v1='MO3OA8KS7ED5CA3JOSSF68991H67ERM2W0GVLSRTX30ANIGYCZCRKV2HF8WNLJQ9T7JGL3NFP22LUVY0PKBKNSZM0R223E0QCREU2AS51EU5K9RB3QXY8AFQVDUJNFDNX3KKFK0HDWQC90I7M9NV41RKO9VIJ2XVYDLC9CIT5N63Y6D5JZ38VA4ADXZR4OA7LNI7O7HZ3CF4C0MQ3OTQTJIRNUWNXLQJOZ89S8JTC3O6WINFJXU41MVW0NKLF7S7L' where id=18; -update noar ti set v1='MO3OA8KS7ED5CA3JOSSF68991H67ERM2W0GVLSRTX30ANIGYCZCRKV2HF8WNLJQ9T7JGL3NFP22LUVY0PKBKNSZM0R223E0QCREU2AS51EU5K9RB3QXY8AFQVDUJNFDNX3KKFK0HDWQC90I7M9NV41RKO9VIJ2XVYDLC9CIT5N63Y6D5JZ38VA4ADXZR4OA7LNI7O7HZ3CF4C0MQ3OTQTJIRNUWNXLQJOZ89S8JTC3O6WINFJXU41MVW0NKLF7S7L' where id=18; -update noar tt set v2='KC7OAY1ZX24X7I78TFM797E9P0NGC4VUCDCRWG5ZU9DD6E0O901FB8EH2GRMUO15EZLFMDQPX6T43ODLSVNWE95TN4V5Q0DYAIRMZEUJK515F5NKAPN9WJB34BWKGUQ4QRX0U6EQMXTVK5DGFL0YGDT2JO1WIEIJZBBZQKRUBF8K1HPI2ODGQ95CLB4DNF4BLYLIBXUE9UWD6F0CDLLQ3U8CLKWO5IQPE9XBGU853LOUXPNLE57F0G84QIHGIA7RO' where id=18; -update noar ti set v2='KC7OAY1ZX24X7I78TFM797E9P0NGC4VUCDCRWG5ZU9DD6E0O901FB8EH2GRMUO15EZLFMDQPX6T43ODLSVNWE95TN4V5Q0DYAIRMZEUJK515F5NKAPN9WJB34BWKGUQ4QRX0U6EQMXTVK5DGFL0YGDT2JO1WIEIJZBBZQKRUBF8K1HPI2ODGQ95CLB4DNF4BLYLIBXUE9UWD6F0CDLLQ3U8CLKWO5IQPE9XBGU853LOUXPNLE57F0G84QIHGIA7RO' where id=18; -update noar tt set v3='EUJNGCYJ6PVHSKBAF8F990V4LS87E0USG55RIS0T3HXHAU5JVEJQ0HQ8BGJT1CT2MNW2WL96K8K26KOHOMCHAP8T9NH4MZXSHWW8ZMA7VNAJ46ZTFZ5PHUGZX1T4B7RAM66HSCHNQ1631RP2SDQC3WN72LDQYW9O7TJ4UJXDWWGEPX5XPQ5KQZP6KH7FIAL2C4WIGG16F4TND40PFX6TFK0JXPBNBQ6YY69C4PAXYMIPBZV3S7D7KYBC0047BDS4U' where id=18; -update noar ti set v3='EUJNGCYJ6PVHSKBAF8F990V4LS87E0USG55RIS0T3HXHAU5JVEJQ0HQ8BGJT1CT2MNW2WL96K8K26KOHOMCHAP8T9NH4MZXSHWW8ZMA7VNAJ46ZTFZ5PHUGZX1T4B7RAM66HSCHNQ1631RP2SDQC3WN72LDQYW9O7TJ4UJXDWWGEPX5XPQ5KQZP6KH7FIAL2C4WIGG16F4TND40PFX6TFK0JXPBNBQ6YY69C4PAXYMIPBZV3S7D7KYBC0047BDS4U' where id=18; -update noar tt set v0='P05IYRHSPYQZRFCOM1WVHVDCWFYHVN0DVJBLZ6JD3MEBA7416LIQX91OVGEG4BZK9DNE0EM3FEPQ7O3BDULAH86E2CYYAPKNP4CMZ24H0VV6QJQVHM2ED7W0CGWUCXH1R1UFN3ZZ9TAH9K5YLMNPVCU8IUPZ3E5GUWVH1XP5AFA00O4R0IW0W23AYAHTOQBLG96VGI815JWXKSICM6VYOVJZZC3HTCN5RG0XMX1YRQJR8EWIOEDK2N4W3J4G9PMJ3' where id=19; -update noar ti set v0='P05IYRHSPYQZRFCOM1WVHVDCWFYHVN0DVJBLZ6JD3MEBA7416LIQX91OVGEG4BZK9DNE0EM3FEPQ7O3BDULAH86E2CYYAPKNP4CMZ24H0VV6QJQVHM2ED7W0CGWUCXH1R1UFN3ZZ9TAH9K5YLMNPVCU8IUPZ3E5GUWVH1XP5AFA00O4R0IW0W23AYAHTOQBLG96VGI815JWXKSICM6VYOVJZZC3HTCN5RG0XMX1YRQJR8EWIOEDK2N4W3J4G9PMJ3' where id=19; -update noar tt set v1='05F4SCFZ9ROHGZRW53MRW2VH23UNYZXB4UO4O45OK9LVPWNWNFSUC9Q0L8Y7NAUJA8XN2WK5JL6DWSHP9563QB911OO190DHVGWWGI3DQZCP0E2Z1SHIE4YVYQG66D1GA74UQ579E9O3O64I6BC8G6DSNAMGBDZF0X5KS6XEK3V6M2XE3HL3D5PG9N1PRDFNKWDG7YG6EH9XEIW6OLGR6XFDDDPWFQ40Y04XQZ94P5VVECWZW99UYXM8O9C1G1WRD' where id=19; -update noar ti set v1='05F4SCFZ9ROHGZRW53MRW2VH23UNYZXB4UO4O45OK9LVPWNWNFSUC9Q0L8Y7NAUJA8XN2WK5JL6DWSHP9563QB911OO190DHVGWWGI3DQZCP0E2Z1SHIE4YVYQG66D1GA74UQ579E9O3O64I6BC8G6DSNAMGBDZF0X5KS6XEK3V6M2XE3HL3D5PG9N1PRDFNKWDG7YG6EH9XEIW6OLGR6XFDDDPWFQ40Y04XQZ94P5VVECWZW99UYXM8O9C1G1WRD' where id=19; -update noar tt set v2='6OIMVHGV4MQI6G7BFJS0WK553G7N1TU176FN6ERI6CEPNM59QAFE4XEODP1N0SS5CSQ71C97ACW3DJ0QJ9BBPETGS6K97IC0ZGQHB7G8O3EEW49NZLOB2KDYC8MU8ALC7W0E7H1WVLZDTK5M1TBFVEBRRV793921INLUP40D3GY70TFJ2FAT8NNRQZGEDJO1JE62JCBPO29P3S50SS4FHLNQMOBTF0QTTLY8D2FM2JL2AQYZSZM9UK9C8XWJLWYPL' where id=19; -update noar ti set v2='6OIMVHGV4MQI6G7BFJS0WK553G7N1TU176FN6ERI6CEPNM59QAFE4XEODP1N0SS5CSQ71C97ACW3DJ0QJ9BBPETGS6K97IC0ZGQHB7G8O3EEW49NZLOB2KDYC8MU8ALC7W0E7H1WVLZDTK5M1TBFVEBRRV793921INLUP40D3GY70TFJ2FAT8NNRQZGEDJO1JE62JCBPO29P3S50SS4FHLNQMOBTF0QTTLY8D2FM2JL2AQYZSZM9UK9C8XWJLWYPL' where id=19; -update noar tt set v3='34RDPZPFXV6K7SR2X6CIUMEJY8ZKI5RJ6AAF11FPO9KKDO2RRJGQN8SRUHA47WOS1CMP065FPKFB5A8O4N9ISAXWCZ9I2TMC641XP10SJYHMYTNMDSOUXKJOYJHHW3BR86TQ9A5BMD9ADK03EHMAXDU5FMK2XA8P5HGX7FYXMVL7NY3YDMA26HHQYHQLDH15AJHZWHNHT10Y83E763DOEVF8CVWPPTE9G9S9LZJCGU3T55M7MKI1PNULMTE1LZUSC' where id=19; -update noar ti set v3='34RDPZPFXV6K7SR2X6CIUMEJY8ZKI5RJ6AAF11FPO9KKDO2RRJGQN8SRUHA47WOS1CMP065FPKFB5A8O4N9ISAXWCZ9I2TMC641XP10SJYHMYTNMDSOUXKJOYJHHW3BR86TQ9A5BMD9ADK03EHMAXDU5FMK2XA8P5HGX7FYXMVL7NY3YDMA26HHQYHQLDH15AJHZWHNHT10Y83E763DOEVF8CVWPPTE9G9S9LZJCGU3T55M7MKI1PNULMTE1LZUSC' where id=19; -update noar tt set v0='R0JF5O8W9C6EFOULZRNJ66WBXRN7FPIS5JMPYK44SMTCOEDN18P2MNBEUSMIFOMDUR48RB5DUSODRO5U2JSWK16N8EEC96B8XGGI4I6KEAM3EQX6320BHVSQMN5EDUR1IVKEYV9Z8717H7X0HU6PE7VJ6WTK8S61VS84ZKJJVVIY2107SV84Y9KK64AVVQ0G56QZ5DEVLCBLQQCWIZD9Z59G6PH33285XCP9DLDNA5N7DR8CMQVEL7B9C8L3MFB0L' where id=20; -update noar ti set v0='R0JF5O8W9C6EFOULZRNJ66WBXRN7FPIS5JMPYK44SMTCOEDN18P2MNBEUSMIFOMDUR48RB5DUSODRO5U2JSWK16N8EEC96B8XGGI4I6KEAM3EQX6320BHVSQMN5EDUR1IVKEYV9Z8717H7X0HU6PE7VJ6WTK8S61VS84ZKJJVVIY2107SV84Y9KK64AVVQ0G56QZ5DEVLCBLQQCWIZD9Z59G6PH33285XCP9DLDNA5N7DR8CMQVEL7B9C8L3MFB0L' where id=20; -update noar tt set v1='VGMCHGSZZR6TX86S67VLOZAOANYQ6CBIISLDT2ZHYYQSHNCA14VET1TKCJC2AY71A6ZXQAM1B1Z269IWAORAOX0I0M3L9Q6RYK8M80UHY4SWQK11KBP63GIG3PP8OF9MCBQBZO6C32Z6LBTMLIIT0AUW8FTYWADEMEZDSIVTG3HWRR1X7HGYC3VVHGNKRH6YH9SJ9AZOSJB4LV59CMDN81T3R3770ONHRD5IZEY2A3PK04NJVSBMZI7NFN55C49ZJ' where id=20; -update noar ti set v1='VGMCHGSZZR6TX86S67VLOZAOANYQ6CBIISLDT2ZHYYQSHNCA14VET1TKCJC2AY71A6ZXQAM1B1Z269IWAORAOX0I0M3L9Q6RYK8M80UHY4SWQK11KBP63GIG3PP8OF9MCBQBZO6C32Z6LBTMLIIT0AUW8FTYWADEMEZDSIVTG3HWRR1X7HGYC3VVHGNKRH6YH9SJ9AZOSJB4LV59CMDN81T3R3770ONHRD5IZEY2A3PK04NJVSBMZI7NFN55C49ZJ' where id=20; -update noar tt set v2='84QXI3JETHU11TT5V9RYRZQQY74DOMWYF3HUY23HZZSHIS8AWTE82I53MR4E8K97HQXRAELLXOS2ODA1DDLP357IBFH01XX0SHZIYR6IOL2UUI39Z5FPOL8LBICXG9F8QXYLJY7QWB5YKK8PWQSNDG1ATEXYCKWP18J9R1I4CFE0R6US90USQUXI31O82SJYNAN809F8IQ6YREECUGPJG55SWVPKB4O9UW7RA2DYPJ73EKJG1D9Z7VL1ZCWN5GLYG' where id=20; -update noar ti set v2='84QXI3JETHU11TT5V9RYRZQQY74DOMWYF3HUY23HZZSHIS8AWTE82I53MR4E8K97HQXRAELLXOS2ODA1DDLP357IBFH01XX0SHZIYR6IOL2UUI39Z5FPOL8LBICXG9F8QXYLJY7QWB5YKK8PWQSNDG1ATEXYCKWP18J9R1I4CFE0R6US90USQUXI31O82SJYNAN809F8IQ6YREECUGPJG55SWVPKB4O9UW7RA2DYPJ73EKJG1D9Z7VL1ZCWN5GLYG' where id=20; -update noar tt set v3='CU9PRJ19A2XGY4PYIBILRCB8XY2WK7G5UEB2SBTS4AYUI33E6XGHSJ07HJMH77F1N30WQMXVPLV92BAWVJH12PMYXCOQCS44LBQ8EGVRO1NFRUNXILTCTEUU0WX0OMDK6LGYOASBU7OK9J99FVYFSPERHZDPB19V0NXWKZJ6XC6QBTAJP6XSXGAWJVNCGGQCL14XM4N5UICFCXITEL4GVJ8LVJ7Y9Y8ZZ4187Y3HNXGP81MAQZULP0LVKNOJR1JFF' where id=20; -update noar ti set v3='CU9PRJ19A2XGY4PYIBILRCB8XY2WK7G5UEB2SBTS4AYUI33E6XGHSJ07HJMH77F1N30WQMXVPLV92BAWVJH12PMYXCOQCS44LBQ8EGVRO1NFRUNXILTCTEUU0WX0OMDK6LGYOASBU7OK9J99FVYFSPERHZDPB19V0NXWKZJ6XC6QBTAJP6XSXGAWJVNCGGQCL14XM4N5UICFCXITEL4GVJ8LVJ7Y9Y8ZZ4187Y3HNXGP81MAQZULP0LVKNOJR1JFF' where id=20; -update noar tt set v0='8TRV4USLXJZ2Y042NRYC5M2IRQ5UUFC2YZFJBLPRDADRAFJSG0YQ1FD0ROSCMG4W79C3WUJC90MJGAI17PS6CWXO9Z433RGRYNKKH86VY47HLAWDIX8O6CNTDD4NSI8OKZJZZBNVREAR7JBNM9RP78AFKE88I2TFH7NROLSGLQA8Y0P2DH3NS1L8H4Q6FI8J8VMRGOJRUAC1ZA50CV11OZY7WFO34LN5AYTEMFOKXB2603P9KCXGMXOFU4ZBOHH83' where id=21; -update noar ti set v0='8TRV4USLXJZ2Y042NRYC5M2IRQ5UUFC2YZFJBLPRDADRAFJSG0YQ1FD0ROSCMG4W79C3WUJC90MJGAI17PS6CWXO9Z433RGRYNKKH86VY47HLAWDIX8O6CNTDD4NSI8OKZJZZBNVREAR7JBNM9RP78AFKE88I2TFH7NROLSGLQA8Y0P2DH3NS1L8H4Q6FI8J8VMRGOJRUAC1ZA50CV11OZY7WFO34LN5AYTEMFOKXB2603P9KCXGMXOFU4ZBOHH83' where id=21; -update noar tt set v1='RHGJ1VLS0T9N6BPSFGZXUQRM9RFGNFXTP8U3R3S7WCVTRWSB38MGUP09ZMNQGK8CQ2TUOM8L0ZMHB5IVRFWJZ1P7KC06LGGWUR4YE7HDUGNUNDZDG6ITPKBY171IJ0EP8AA68Y46AUOAM7CXCJA6QLJ8I7KLPCGT3QSCA2ORYPXTBHD4DJFR2AHE4DFUY6IOQE0BNR4KR6SL59CY0V64HERSJ0NFM80ZR4N1R9B6AP4XVHNMP02PQME78KP399ROC' where id=21; -update noar ti set v1='RHGJ1VLS0T9N6BPSFGZXUQRM9RFGNFXTP8U3R3S7WCVTRWSB38MGUP09ZMNQGK8CQ2TUOM8L0ZMHB5IVRFWJZ1P7KC06LGGWUR4YE7HDUGNUNDZDG6ITPKBY171IJ0EP8AA68Y46AUOAM7CXCJA6QLJ8I7KLPCGT3QSCA2ORYPXTBHD4DJFR2AHE4DFUY6IOQE0BNR4KR6SL59CY0V64HERSJ0NFM80ZR4N1R9B6AP4XVHNMP02PQME78KP399ROC' where id=21; -update noar tt set v2='BLGASJTXH1V5RT3L5OZXKPPHERZS0F36T88R8FSEUXVOMJY64LL2LWN10DBGW3C5PJ0C81EURUA3VSXLXN87PZXXC0LUME8AQUQ5E0G0T7U7LDO8X528607NSEXR85GWG32HFDB3M6UGPENTEIMNDR8TQGF9F9OKOVLLNZGCE8ITFFEYL5Q8SL74UM516P67424K4LQIL8NV9UE68DVA9WH8GBEODRN3NU9K367O6IS8EG6CE52G2J3AEID1WYK5Q' where id=21; -update noar ti set v2='BLGASJTXH1V5RT3L5OZXKPPHERZS0F36T88R8FSEUXVOMJY64LL2LWN10DBGW3C5PJ0C81EURUA3VSXLXN87PZXXC0LUME8AQUQ5E0G0T7U7LDO8X528607NSEXR85GWG32HFDB3M6UGPENTEIMNDR8TQGF9F9OKOVLLNZGCE8ITFFEYL5Q8SL74UM516P67424K4LQIL8NV9UE68DVA9WH8GBEODRN3NU9K367O6IS8EG6CE52G2J3AEID1WYK5Q' where id=21; -update noar tt set v3='LKMFI2U4UT5K195NK8VDDETYAXAAJPF2WRQTWAA4D5RSKKBW25UYC95ZDHZ5T34JHCDMS3P151G3S287F5XNL18ZH4WLZD4MCBRD2D0Q0V1M2ZYZHA7AX0PDGIS6DEO9QY7HF5UPAC3T7FULJY3YYWPMB7XUFWEU84K3599LEZKNC7USYYW5IMFJJLP39N24NQAA9ZEMTPFMYGKVU5HFM1VTMCIZ3ZOHUYVSKV1JY79DF8CDWS78NXY843NFEOJNM' where id=21; -update noar ti set v3='LKMFI2U4UT5K195NK8VDDETYAXAAJPF2WRQTWAA4D5RSKKBW25UYC95ZDHZ5T34JHCDMS3P151G3S287F5XNL18ZH4WLZD4MCBRD2D0Q0V1M2ZYZHA7AX0PDGIS6DEO9QY7HF5UPAC3T7FULJY3YYWPMB7XUFWEU84K3599LEZKNC7USYYW5IMFJJLP39N24NQAA9ZEMTPFMYGKVU5HFM1VTMCIZ3ZOHUYVSKV1JY79DF8CDWS78NXY843NFEOJNM' where id=21; -update noar tt set v0='49S6PQXZJXO1TSSOAXPB0W2Q33CXG4SC3U0F8DHD3SPOP06OKTMIAS9LM8LU8KZ69H47AAF9VHTM8G7YY1P2469WRFOXR0S56JM6W7QN41VQ5DFJDF3U3LAXIBPYG6QMO66WQ6KNS7HO9QX9QR9SMNLFP4KQHND021FT4A5DPW3EOZO8S9IPFLOP89WN0EOEFPFO9A3ZOYL4QZRUFUH5A6NUBF4KJZPE5FMGVX8WX1DREETUTZM6UEI8M0UY3BG8T' where id=22; -update noar ti set v0='49S6PQXZJXO1TSSOAXPB0W2Q33CXG4SC3U0F8DHD3SPOP06OKTMIAS9LM8LU8KZ69H47AAF9VHTM8G7YY1P2469WRFOXR0S56JM6W7QN41VQ5DFJDF3U3LAXIBPYG6QMO66WQ6KNS7HO9QX9QR9SMNLFP4KQHND021FT4A5DPW3EOZO8S9IPFLOP89WN0EOEFPFO9A3ZOYL4QZRUFUH5A6NUBF4KJZPE5FMGVX8WX1DREETUTZM6UEI8M0UY3BG8T' where id=22; -update noar tt set v1='VGGJ4R69QOCMZ2MVU1J5U19W0B4BF7KQYD3WY0GWWW1DXFB2B0NF4FOXQXPCU7G88XY8HP77X8WWINLH7TNWURMZ15YJI0KH2N47W6UYQPQX0A14NZQ2ROY44VGHQICCJ2VGVTE58UJPSMA4M3QJNH62MB02KC5C92Y3C1RQYAWQ3WSLMXB9SFU1MSX3RSDBA02ITJ86BWQZL6CB671QALA05PO7CIJFDOO1FEOSVSUW934XOT5TZYOCBK0WII9YT' where id=22; -update noar ti set v1='VGGJ4R69QOCMZ2MVU1J5U19W0B4BF7KQYD3WY0GWWW1DXFB2B0NF4FOXQXPCU7G88XY8HP77X8WWINLH7TNWURMZ15YJI0KH2N47W6UYQPQX0A14NZQ2ROY44VGHQICCJ2VGVTE58UJPSMA4M3QJNH62MB02KC5C92Y3C1RQYAWQ3WSLMXB9SFU1MSX3RSDBA02ITJ86BWQZL6CB671QALA05PO7CIJFDOO1FEOSVSUW934XOT5TZYOCBK0WII9YT' where id=22; -update noar tt set v2='AADJ962WUP6UOSLGT0E15CBFLGQSJGIYSE5OBENUKLH57P5P5VKV5KUYAHV6OH5QHDQFAP9VH47HFTH4QLBMG3D7GH550F0VQFOLDC61BS568152S1SIXZR8YFZNHROMQP76GODLNBDIS8PAW26HW0F1LVKW4T4IVG4P5N006LM8X15E02RX6KWDF3LCFTZLMTDD2V02QF44ZZ8G8EV2GDYMPYHPP56QB872RRRUQ2LHIKEBML5MTXJB070R8396Z' where id=22; -update noar ti set v2='AADJ962WUP6UOSLGT0E15CBFLGQSJGIYSE5OBENUKLH57P5P5VKV5KUYAHV6OH5QHDQFAP9VH47HFTH4QLBMG3D7GH550F0VQFOLDC61BS568152S1SIXZR8YFZNHROMQP76GODLNBDIS8PAW26HW0F1LVKW4T4IVG4P5N006LM8X15E02RX6KWDF3LCFTZLMTDD2V02QF44ZZ8G8EV2GDYMPYHPP56QB872RRRUQ2LHIKEBML5MTXJB070R8396Z' where id=22; -update noar tt set v3='17MVMQ8RCO0PFAYPKMXA1ZKCDLEW9HMR5TK0QGXCYW4C3I5U1HNUABCLUN0VSQ9FN7O5NRMEQAQW73FM46F9UO3QBX7IMWNQRWGWW5QEAB9AE07GIUE962FDO80TH571EZZBP7J81E5V8UNITPTRVFEMZRZT3G7M0918AW59N9HDQYANVI0TVX0G9YDDU4Q0FJYI3L2PXL9NJ84XH43L6NQY73WYLOXP9N0YC1Y9IVLPV9GWIR2MU0KKXDAIMEVQ5' where id=22; -update noar ti set v3='17MVMQ8RCO0PFAYPKMXA1ZKCDLEW9HMR5TK0QGXCYW4C3I5U1HNUABCLUN0VSQ9FN7O5NRMEQAQW73FM46F9UO3QBX7IMWNQRWGWW5QEAB9AE07GIUE962FDO80TH571EZZBP7J81E5V8UNITPTRVFEMZRZT3G7M0918AW59N9HDQYANVI0TVX0G9YDDU4Q0FJYI3L2PXL9NJ84XH43L6NQY73WYLOXP9N0YC1Y9IVLPV9GWIR2MU0KKXDAIMEVQ5' where id=22; -update noar tt set v0='6GYJ3TQ7GG360E76XG8CCE7M9UPY89FTLSWNJY8WDZOZ24IYJ2LUBT7BOW315Z04Y4XD04R0X5TLYWQZN246EUFXU44MVPHY3QLXFLMRCHLPUYOE3KQ3XO34X0YXP2Z2IPECO745VX710O72KES736RC8BQ91EWXEDV413H5C709WS068YEIWJTC6N15ZYLRVNJ4XB721ZBFS5AL985VYRQ6QYH0KKFIQTQQQXSH6YIWDYGIMZYMYMRWXAR5V9IZV' where id=23; -update noar ti set v0='6GYJ3TQ7GG360E76XG8CCE7M9UPY89FTLSWNJY8WDZOZ24IYJ2LUBT7BOW315Z04Y4XD04R0X5TLYWQZN246EUFXU44MVPHY3QLXFLMRCHLPUYOE3KQ3XO34X0YXP2Z2IPECO745VX710O72KES736RC8BQ91EWXEDV413H5C709WS068YEIWJTC6N15ZYLRVNJ4XB721ZBFS5AL985VYRQ6QYH0KKFIQTQQQXSH6YIWDYGIMZYMYMRWXAR5V9IZV' where id=23; -update noar tt set v1='CVJWYFWYSZL79KSZPCVR1JT9XO7WJ2HQ07Y4LMWO4UKY1IFDPY17O75AM7EZ0J2NDMU3RUY38I45EBLXCH5L7PKDJNASQC4DDVHN3RU1ZYHH7BMQAA2PH26X7EVS63K5BCQPR6JSR6MUYA2HDNNEU15FCQCE1JPHBW4596G06XRSKQR4AVANM0WYN15SYTXKNMHKO2ZSV78HBL2PYDI9GMNWZA19MNTXVX49HSA0AWXC7RL7R4GQS1V5B54255LK6' where id=23; -update noar ti set v1='CVJWYFWYSZL79KSZPCVR1JT9XO7WJ2HQ07Y4LMWO4UKY1IFDPY17O75AM7EZ0J2NDMU3RUY38I45EBLXCH5L7PKDJNASQC4DDVHN3RU1ZYHH7BMQAA2PH26X7EVS63K5BCQPR6JSR6MUYA2HDNNEU15FCQCE1JPHBW4596G06XRSKQR4AVANM0WYN15SYTXKNMHKO2ZSV78HBL2PYDI9GMNWZA19MNTXVX49HSA0AWXC7RL7R4GQS1V5B54255LK6' where id=23; -update noar tt set v2='6ZLJ1ORHQTCYPNWA5JJKNUUI1D2B1VSHAEBRA4B8ZBU4NRKJX24ZWECOHIOCIUOS9NCBQHT4BTSOEBDYSECXKLDR7THFZS35L1WQ7DQDDZZBIMB7PEZQQ27XXNDR0WYA3TT17KZV4IQ9JOIOVXHCYTQ2S6ZQ1GIWQ9JN5HQ8ULCTG9PZP490JAAVBVDSNKTDL4T1ROUSV4JIN90R1LW629Y73E60550M4P7ES2E8IU3ES058SGS34Z5AKG4MDUZ8O' where id=23; -update noar ti set v2='6ZLJ1ORHQTCYPNWA5JJKNUUI1D2B1VSHAEBRA4B8ZBU4NRKJX24ZWECOHIOCIUOS9NCBQHT4BTSOEBDYSECXKLDR7THFZS35L1WQ7DQDDZZBIMB7PEZQQ27XXNDR0WYA3TT17KZV4IQ9JOIOVXHCYTQ2S6ZQ1GIWQ9JN5HQ8ULCTG9PZP490JAAVBVDSNKTDL4T1ROUSV4JIN90R1LW629Y73E60550M4P7ES2E8IU3ES058SGS34Z5AKG4MDUZ8O' where id=23; -update noar tt set v3='POZ605KQ10GA7A7056U6F1UTKYGEEKS56VSLI9SVIAQW8AMGC7O0DNMUMTJDX3WE6B47I9EQB79XS5MGHXSZHMODMJG89XVVM210YK1WQMWNY1EYW95Z9LOV1Z1TPEF862IIYIB31KV5HF2A4BNOK02T4197ZL90DVB9XU8AYBHJCVOR7Y0HZOEZY0GUH5NSSJ7GG41PPW4M8ZMV0OKBPN51I2JBJWJK277IBCPLKVCJBN0CEHPZBQG06LOV831HJ' where id=23; -update noar ti set v3='POZ605KQ10GA7A7056U6F1UTKYGEEKS56VSLI9SVIAQW8AMGC7O0DNMUMTJDX3WE6B47I9EQB79XS5MGHXSZHMODMJG89XVVM210YK1WQMWNY1EYW95Z9LOV1Z1TPEF862IIYIB31KV5HF2A4BNOK02T4197ZL90DVB9XU8AYBHJCVOR7Y0HZOEZY0GUH5NSSJ7GG41PPW4M8ZMV0OKBPN51I2JBJWJK277IBCPLKVCJBN0CEHPZBQG06LOV831HJ' where id=23; -update noar tt set v0='3QUJA2NN8LQ8IUUQ6I94GGKVJC90EHLOFD6BADS49P1RBXIK1C4OEG86PVC82QNPIGM17GJD6TEMH57N5PMWIJTU1PZBE9PMESNRQMCG6K6TYJ0OPTQRP3Y6488GL168DMBII2FYURECXG5MQ2KM06D00JND1YMNFLG4I2QDHJKC8DFSS3WI3R01HXPK5ZA36V4T5CK3PBYPPKZPJBN8YFVQ2VWACYVKRTG1TZJV2J7006JL24LIBPEIDI0DDG3ZQ' where id=24; -update noar ti set v0='3QUJA2NN8LQ8IUUQ6I94GGKVJC90EHLOFD6BADS49P1RBXIK1C4OEG86PVC82QNPIGM17GJD6TEMH57N5PMWIJTU1PZBE9PMESNRQMCG6K6TYJ0OPTQRP3Y6488GL168DMBII2FYURECXG5MQ2KM06D00JND1YMNFLG4I2QDHJKC8DFSS3WI3R01HXPK5ZA36V4T5CK3PBYPPKZPJBN8YFVQ2VWACYVKRTG1TZJV2J7006JL24LIBPEIDI0DDG3ZQ' where id=24; -update noar tt set v1='MV6VYZX7XFAH09ONK2APDARSW4VU02XPQSZKOFK3SLQKLD7I6O32FTL8T2UC1AH059ZTDGY7SBCLMU4E88A25FH5I5UAEK62BDXLIDUW6SVFBI9RYTU330BT6YKJ4AZSKBE2AALD676ZANCQCD3628LXJUM9HDF96E9FC05WTYXGYPFTAMIJY9CZMSNPRIGI6Y1R8MTV0M6J9370U25YG3VF3LT27AVYEUPKBBCVUINFXTM9TL1YUO06KE0AG50U0' where id=24; -update noar ti set v1='MV6VYZX7XFAH09ONK2APDARSW4VU02XPQSZKOFK3SLQKLD7I6O32FTL8T2UC1AH059ZTDGY7SBCLMU4E88A25FH5I5UAEK62BDXLIDUW6SVFBI9RYTU330BT6YKJ4AZSKBE2AALD676ZANCQCD3628LXJUM9HDF96E9FC05WTYXGYPFTAMIJY9CZMSNPRIGI6Y1R8MTV0M6J9370U25YG3VF3LT27AVYEUPKBBCVUINFXTM9TL1YUO06KE0AG50U0' where id=24; -update noar tt set v2='QH1U8J2ANLNCTQYX7ZXTN2JZ2BM65HGXMXW1H5URGRSR1Y8V6ERUFKTG08HSM5GX8AW01BMJEPNO5GIJRXEGN2KY8PZVK4SF07VS0QOEA24W5RB9XUXUFBTHDGS21DU7WH70CKI8IG2MFR0VTXXVVVEX9GITV5D7U2Y99PF1ECE7RPKGFO0JMZFCTVEENFVG4UQEUYNE8BMVKPXP55U81KVGFQPN87LOJNZCA8KFWCEJ7LNP96UPE43NI3I6O5SM5' where id=24; -update noar ti set v2='QH1U8J2ANLNCTQYX7ZXTN2JZ2BM65HGXMXW1H5URGRSR1Y8V6ERUFKTG08HSM5GX8AW01BMJEPNO5GIJRXEGN2KY8PZVK4SF07VS0QOEA24W5RB9XUXUFBTHDGS21DU7WH70CKI8IG2MFR0VTXXVVVEX9GITV5D7U2Y99PF1ECE7RPKGFO0JMZFCTVEENFVG4UQEUYNE8BMVKPXP55U81KVGFQPN87LOJNZCA8KFWCEJ7LNP96UPE43NI3I6O5SM5' where id=24; -update noar tt set v3='ESWBWQFN08XQZPMYWEV4UFL0F3321YHBM3OOC1141L3RCP9O213EAY41PS2384FSLI7U0JKCJVNHXN1CCBHJXDDAACET0XILTGP2X4PF4WA5AK4P5XJH8HF74PP6N83WKCI67BO6Z08Q0VB2ZB0F3WYFJPCAMSTG9HDGYSSM0B42LDWQEY91ZMCREVLSLUKAB8PUHLCVNBN8YJFE8877XG8MNUXA7T193Q7OMYZD0OKMRT11SLTXKBRB8ML8B0Y8Z' where id=24; -update noar ti set v3='ESWBWQFN08XQZPMYWEV4UFL0F3321YHBM3OOC1141L3RCP9O213EAY41PS2384FSLI7U0JKCJVNHXN1CCBHJXDDAACET0XILTGP2X4PF4WA5AK4P5XJH8HF74PP6N83WKCI67BO6Z08Q0VB2ZB0F3WYFJPCAMSTG9HDGYSSM0B42LDWQEY91ZMCREVLSLUKAB8PUHLCVNBN8YJFE8877XG8MNUXA7T193Q7OMYZD0OKMRT11SLTXKBRB8ML8B0Y8Z' where id=24; -update noar tt set v0='81J30FMX1T09PIXYANJ2LXXOOXW8O9SP6ZZD9N18TAOMFTY0KLRVEDAHJQFKJGEMLQ1VF1UFBOKQW1PFIZ7D532UT9SQR0D8G125Z0YKVAMOBV679VPOCHA5D5MHXNZ1VKNH4Q2ERAVH4X13TVGBXAKZMU6GT50VYXBN6D649KBJ7MV11MOUWL7Y4H1N1M2KKVDQ0FFIXEWFEMSMNR0LGAVAYUSUAPRHA5VOMNX0I9JO3BT7ZTJFG0PH67S7P9QG5' where id=25; -update noar ti set v0='81J30FMX1T09PIXYANJ2LXXOOXW8O9SP6ZZD9N18TAOMFTY0KLRVEDAHJQFKJGEMLQ1VF1UFBOKQW1PFIZ7D532UT9SQR0D8G125Z0YKVAMOBV679VPOCHA5D5MHXNZ1VKNH4Q2ERAVH4X13TVGBXAKZMU6GT50VYXBN6D649KBJ7MV11MOUWL7Y4H1N1M2KKVDQ0FFIXEWFEMSMNR0LGAVAYUSUAPRHA5VOMNX0I9JO3BT7ZTJFG0PH67S7P9QG5' where id=25; -update noar tt set v1='3GT2T6AUI87IJ6XYTOPKBK5X574LWH9MQP9M6Q6IQNS5AVBH3SKEKQMD1K0KQ2B8YFVY5OH7RMN2S7XAN3QAL9SFOTSGO7B6A4SSKCLPHP96MQEQX3NKM876AJ52BO3LSUVB5VWDJ3PPPNVHRE9N7FFOSWTDNTEZQQLKQ0MH74MQTB1TBT77LBM3MAF1CDH6UC16OX4A2F891R4KYJ9CG6VADM38XHY5TGSAYW3LDGFTD9REG2J2P612U169RCE2Y' where id=25; -update noar ti set v1='3GT2T6AUI87IJ6XYTOPKBK5X574LWH9MQP9M6Q6IQNS5AVBH3SKEKQMD1K0KQ2B8YFVY5OH7RMN2S7XAN3QAL9SFOTSGO7B6A4SSKCLPHP96MQEQX3NKM876AJ52BO3LSUVB5VWDJ3PPPNVHRE9N7FFOSWTDNTEZQQLKQ0MH74MQTB1TBT77LBM3MAF1CDH6UC16OX4A2F891R4KYJ9CG6VADM38XHY5TGSAYW3LDGFTD9REG2J2P612U169RCE2Y' where id=25; -update noar tt set v2='XHJZRRUSIDVND93JGKWH3J1OS4F1N32WRKP74BTN9RZF2VWEAO2TBB4KNNE6AH3MHYMYFJO1E6Y3EUQBYL7BVYUWBQ0JZGNWMFVT4V3N1EQ8XPICM2970BMOAI0VDXODSAZOS4RLTPEEQ85GWYH7F9Y8DBOIYLPSVAMDW5QC22Q8U5TY91W2K3B8ITESTAGQ6INC6IPZ3PGYZH90LLM8RKU68EETU2Z3RFTA0YGSFFLZ8HQ5OTP5W4H2W9DTGEUN4' where id=25; -update noar ti set v2='XHJZRRUSIDVND93JGKWH3J1OS4F1N32WRKP74BTN9RZF2VWEAO2TBB4KNNE6AH3MHYMYFJO1E6Y3EUQBYL7BVYUWBQ0JZGNWMFVT4V3N1EQ8XPICM2970BMOAI0VDXODSAZOS4RLTPEEQ85GWYH7F9Y8DBOIYLPSVAMDW5QC22Q8U5TY91W2K3B8ITESTAGQ6INC6IPZ3PGYZH90LLM8RKU68EETU2Z3RFTA0YGSFFLZ8HQ5OTP5W4H2W9DTGEUN4' where id=25; -update noar tt set v3='0BBEXG0WRACW3QWPFZE5WBQE6YQZZRNKJVG8RIWSANUVX4I0ETMERYTF899OKN9CYKHTSBKPR9L6NGB57Z0VSSZGETFPULIT3C6BMZ045FYOI4TFTCF6WWSJ1LDZ2BAPR74SQSCC2PDM0ZXM4E8YVAV33H52L6ZD4JV0JY7SNAXVOC5R0BA4491SPA3H1AJREZV863VANHM2LYO0AW78SF0IG68SKW2NMFJAJXRS48PDORNSQ85N9TIAOS83NLSTQ' where id=25; -update noar ti set v3='0BBEXG0WRACW3QWPFZE5WBQE6YQZZRNKJVG8RIWSANUVX4I0ETMERYTF899OKN9CYKHTSBKPR9L6NGB57Z0VSSZGETFPULIT3C6BMZ045FYOI4TFTCF6WWSJ1LDZ2BAPR74SQSCC2PDM0ZXM4E8YVAV33H52L6ZD4JV0JY7SNAXVOC5R0BA4491SPA3H1AJREZV863VANHM2LYO0AW78SF0IG68SKW2NMFJAJXRS48PDORNSQ85N9TIAOS83NLSTQ' where id=25; -update noar tt set v0='AELV5TY2XKP26JTBTS5Z90TPMUT6233ONJXMFAPEDVEIF9RNC6TB9TRP0WLRUZJ0UZK9JU9EXML437K2WNF1P2EA8P4LD5VEG5TFF46RGTRPI5OI6V1POQF8UFEATKYL9W87IVH9YG1CCSWPG8JGIRBRQF0A04BG6RSCTNYDKRC4ZH5596V7EP8SKLC2F49JW04LVOS9J643EJ77X8NR8PWH3PMVGJ9D9JSSO5YIBFUY7C426CO0S12C04MS7LK96' where id=26; -update noar ti set v0='AELV5TY2XKP26JTBTS5Z90TPMUT6233ONJXMFAPEDVEIF9RNC6TB9TRP0WLRUZJ0UZK9JU9EXML437K2WNF1P2EA8P4LD5VEG5TFF46RGTRPI5OI6V1POQF8UFEATKYL9W87IVH9YG1CCSWPG8JGIRBRQF0A04BG6RSCTNYDKRC4ZH5596V7EP8SKLC2F49JW04LVOS9J643EJ77X8NR8PWH3PMVGJ9D9JSSO5YIBFUY7C426CO0S12C04MS7LK96' where id=26; -update noar tt set v1='52VDF6V2BHAIANC339MVMDK20XLMHFNTERDXCIZRTFGQS2TNL9F1F2MA7HN97RNKUH3EOAZ58ZUVCM1XW0TBBQO69ZEFM4T51RPYJ1F3S4QT1IZVWN4VPF0IHP7IBF0VSR6V11EBYZHDGRZQ589DJ4RMWQAO1A36PK4Q0A1W2MQ2RIAUP9H4J5T0TSPSQWTS8DOVV3EK920F8OOHUAPB9NOJVA0SF4JXJB8MX8605AAYB5E341041VMSZ9RC08YFN' where id=26; -update noar ti set v1='52VDF6V2BHAIANC339MVMDK20XLMHFNTERDXCIZRTFGQS2TNL9F1F2MA7HN97RNKUH3EOAZ58ZUVCM1XW0TBBQO69ZEFM4T51RPYJ1F3S4QT1IZVWN4VPF0IHP7IBF0VSR6V11EBYZHDGRZQ589DJ4RMWQAO1A36PK4Q0A1W2MQ2RIAUP9H4J5T0TSPSQWTS8DOVV3EK920F8OOHUAPB9NOJVA0SF4JXJB8MX8605AAYB5E341041VMSZ9RC08YFN' where id=26; -update noar tt set v2='JHKKDWD0I2ISHDQBJGISUS6ZYYVQF9HF0FWX24NSCU8E1K5VRH8WZRP5SY5XVCUZVXS9AUH8CWIIXVQ728T0W47HJ7KR3YVY69WSTHIHI9YML9NJZ88HB1J4ZE91CXNHEPMRMD9YYG69C1H6T87T3E8BCP13882XX8VEY2SSZR2C580VN4PL0F0DE726DALIC7I0G6N3520HMCSGMHUVJLAFNWQB5RP4NM593OD6GNM2C1PB1G6JMUBX3G87J19GS' where id=26; -update noar ti set v2='JHKKDWD0I2ISHDQBJGISUS6ZYYVQF9HF0FWX24NSCU8E1K5VRH8WZRP5SY5XVCUZVXS9AUH8CWIIXVQ728T0W47HJ7KR3YVY69WSTHIHI9YML9NJZ88HB1J4ZE91CXNHEPMRMD9YYG69C1H6T87T3E8BCP13882XX8VEY2SSZR2C580VN4PL0F0DE726DALIC7I0G6N3520HMCSGMHUVJLAFNWQB5RP4NM593OD6GNM2C1PB1G6JMUBX3G87J19GS' where id=26; -update noar tt set v3='R3R8U0P7ULLNNJRKJXZEB4QA5D5DGNCQSQ98JEY8PAZS15C2SPO7RWNXIPCWXG3OWFVAMJ8AXMX5HLH4DXX6M2884DSC99RCV501FC96VBYCA6JWNH9CMYQGNTI5GM3HNEU1OTT18SI03XOX6AELE98UKUFD8J0967FPN3NLIENEEKLQKH1KUXQOY20EZNXE8T2LPQ6XIYQPYRD6L29YDMRSLVWLB39WXLBT4ZV8G1IQQD4PAHYBZHIQH07C1XJ1Z' where id=26; -update noar ti set v3='R3R8U0P7ULLNNJRKJXZEB4QA5D5DGNCQSQ98JEY8PAZS15C2SPO7RWNXIPCWXG3OWFVAMJ8AXMX5HLH4DXX6M2884DSC99RCV501FC96VBYCA6JWNH9CMYQGNTI5GM3HNEU1OTT18SI03XOX6AELE98UKUFD8J0967FPN3NLIENEEKLQKH1KUXQOY20EZNXE8T2LPQ6XIYQPYRD6L29YDMRSLVWLB39WXLBT4ZV8G1IQQD4PAHYBZHIQH07C1XJ1Z' where id=26; -update noar tt set v0='14SQ6M9B8T18XUN95SQCSS0L8VTKEJD4EBEN4WXSQRMGIUHR0TTHQ9CB0DT5NVH2F1J2OJHL98DAL3UUCUSW80GYGEOB0JMO8F285KBSW4GTM6ZV45NAS4QXSQZFMGM44W964474CBUMYUXMZ4X2279XZ0VKUS6JQUHUDG2OWOLS4SE94W3ES4B180HRU7TG5FQEHEP7RYXGETB4LY37PEM7B4BPTQA9V8H1E4PPLYSROWVBTROMBFQWYKBL6LWU4' where id=27; -update noar ti set v0='14SQ6M9B8T18XUN95SQCSS0L8VTKEJD4EBEN4WXSQRMGIUHR0TTHQ9CB0DT5NVH2F1J2OJHL98DAL3UUCUSW80GYGEOB0JMO8F285KBSW4GTM6ZV45NAS4QXSQZFMGM44W964474CBUMYUXMZ4X2279XZ0VKUS6JQUHUDG2OWOLS4SE94W3ES4B180HRU7TG5FQEHEP7RYXGETB4LY37PEM7B4BPTQA9V8H1E4PPLYSROWVBTROMBFQWYKBL6LWU4' where id=27; -update noar tt set v1='LTIKKUJMOU0JBSS9UD2N9D9ZVPFQD7A4F970DAV5D6T0VODSM7KSC4NS1X0YGSC7C504M66U8K4LMI5DDMCEI13YKFF2D23CQ7HAB9SFOKX2AW365WD3OW6Y9C3N2SMXTXVCMZWONGWICWYZ3YCK53MT5WYXKIOJCQLM1OVMP9VFUM7BOUUMEV4XX00FZ5N9GKGYA0TDM9M11ELCP22NCS37JGPBPXBWCDBGJL6IWHO8OLOZZ0MKS57RGEZNHOSGH' where id=27; -update noar ti set v1='LTIKKUJMOU0JBSS9UD2N9D9ZVPFQD7A4F970DAV5D6T0VODSM7KSC4NS1X0YGSC7C504M66U8K4LMI5DDMCEI13YKFF2D23CQ7HAB9SFOKX2AW365WD3OW6Y9C3N2SMXTXVCMZWONGWICWYZ3YCK53MT5WYXKIOJCQLM1OVMP9VFUM7BOUUMEV4XX00FZ5N9GKGYA0TDM9M11ELCP22NCS37JGPBPXBWCDBGJL6IWHO8OLOZZ0MKS57RGEZNHOSGH' where id=27; -update noar tt set v2='TLTNGXA7OUAJ0SGKV9PH4XTC118MCP2KESLQX77H47ICR16D70O0O2PS2P5FUP0U8Q0MTU9NKZZ8WAJA1A1JURF3JDKJZ5GOCLAJTLJG1RHYOJ86II4NQKJCZYCWWSPOFR1NEMLHJE3D664AI6VUYQ1OVKZ2EJ3GCSEUC8DUZI5GXRJY3E3SH4278V4ME0M2R9PD6VT8J7V5R5VH003LE7H8L5WORVHSG1788B928PMOUZR6SY0UYG3S3ZVYMHG2N' where id=27; -update noar ti set v2='TLTNGXA7OUAJ0SGKV9PH4XTC118MCP2KESLQX77H47ICR16D70O0O2PS2P5FUP0U8Q0MTU9NKZZ8WAJA1A1JURF3JDKJZ5GOCLAJTLJG1RHYOJ86II4NQKJCZYCWWSPOFR1NEMLHJE3D664AI6VUYQ1OVKZ2EJ3GCSEUC8DUZI5GXRJY3E3SH4278V4ME0M2R9PD6VT8J7V5R5VH003LE7H8L5WORVHSG1788B928PMOUZR6SY0UYG3S3ZVYMHG2N' where id=27; -update noar tt set v3='QC1MK2XJPJ4H86T1OSJ9P8PEI41QXDOVW6F46W2V6QR5FMG500S4GM73J3TVOHSDCZHQ9DJLI975BX8YQAKLIQNKKSWWLXVWN54WLADWY7W7BYR2MUBGMFK3RZH68EANDBEYE7YFJ6VVUR7NBCNQNDGCGNR9MEU8467U9BRR2UAKQJK1TTVWHBDEMJSGWR7G5G2H87GWNKKZB51IFV9E5TN3QS96QY1QM0RQODGZHTEEL7SKE1APD510AUCQ85KCB' where id=27; -update noar ti set v3='QC1MK2XJPJ4H86T1OSJ9P8PEI41QXDOVW6F46W2V6QR5FMG500S4GM73J3TVOHSDCZHQ9DJLI975BX8YQAKLIQNKKSWWLXVWN54WLADWY7W7BYR2MUBGMFK3RZH68EANDBEYE7YFJ6VVUR7NBCNQNDGCGNR9MEU8467U9BRR2UAKQJK1TTVWHBDEMJSGWR7G5G2H87GWNKKZB51IFV9E5TN3QS96QY1QM0RQODGZHTEEL7SKE1APD510AUCQ85KCB' where id=27; -update noar tt set v0='BM9UY69WUYPP2FSIR7DAD8M18G0V1WCLXZQ9YF3Z4AT9G02AO4P5ZJU3LOIDZ2IJY9X6ZND8SIJK258GSTKUUCD0MP29BIR3ZH2Z15YHQDAP914MU0CHY96XM3QHA61C6AJEFJOS19BP57ZYIZZNGHZ6231N4Q30F9NZDRLWMQNNH2XQNX2EU4VMIJ70QPUB5322OMBYHYT8H11095IICUI6XD1D9GDAEZO2H15DCI8TXL7HVCITTDCTVU1UMENZX' where id=28; -update noar ti set v0='BM9UY69WUYPP2FSIR7DAD8M18G0V1WCLXZQ9YF3Z4AT9G02AO4P5ZJU3LOIDZ2IJY9X6ZND8SIJK258GSTKUUCD0MP29BIR3ZH2Z15YHQDAP914MU0CHY96XM3QHA61C6AJEFJOS19BP57ZYIZZNGHZ6231N4Q30F9NZDRLWMQNNH2XQNX2EU4VMIJ70QPUB5322OMBYHYT8H11095IICUI6XD1D9GDAEZO2H15DCI8TXL7HVCITTDCTVU1UMENZX' where id=28; -update noar tt set v1='5OKWR34LOOG9BEAJU34OQHKU0M3IDR1OUKRTJPFJHFUH5KFQZMO1SNEY2UTH8HYMYP8UCC6H9I41H267VA098KKFA24G1IFGW7QCFKL7O33L4H2FO7EXA4L9V3DU79FNMG5TZMQ19DYNBJNIZ1MEUZQG2DLITIMRFTG1PIQPOWXGRUMESUTEZRN7WTLYM7BTD8MEJ2DOJZKPAWL80GS0RPWY0CVRAQR7WLAB7D256N414WXF3RK7HT3PEBQGY3DB8' where id=28; -update noar ti set v1='5OKWR34LOOG9BEAJU34OQHKU0M3IDR1OUKRTJPFJHFUH5KFQZMO1SNEY2UTH8HYMYP8UCC6H9I41H267VA098KKFA24G1IFGW7QCFKL7O33L4H2FO7EXA4L9V3DU79FNMG5TZMQ19DYNBJNIZ1MEUZQG2DLITIMRFTG1PIQPOWXGRUMESUTEZRN7WTLYM7BTD8MEJ2DOJZKPAWL80GS0RPWY0CVRAQR7WLAB7D256N414WXF3RK7HT3PEBQGY3DB8' where id=28; -update noar tt set v2='YUN0QFB9UB4C76P409QXBBVIX77MYH425FL4S3VZNPRJREJZ8V9B3SKLAWONL84HZKF4T4S9SRJKMGYNPHHEJ27C5SXCDTJ2S23DRB7O0NNJUO5ZIRKTZZASME1KYCNGKUP4LNKKWZ2XWE3U990RCDJ91D61WCX5E9TAH6OGSMK9AYALFSE3BFSHY7LFHGYOUZQJFNNX3DGX8N7CXSLU3XC7RIZCTLVMQDDTJYJGF08RNASW1KQI1EBOENNRMPNBR' where id=28; -update noar ti set v2='YUN0QFB9UB4C76P409QXBBVIX77MYH425FL4S3VZNPRJREJZ8V9B3SKLAWONL84HZKF4T4S9SRJKMGYNPHHEJ27C5SXCDTJ2S23DRB7O0NNJUO5ZIRKTZZASME1KYCNGKUP4LNKKWZ2XWE3U990RCDJ91D61WCX5E9TAH6OGSMK9AYALFSE3BFSHY7LFHGYOUZQJFNNX3DGX8N7CXSLU3XC7RIZCTLVMQDDTJYJGF08RNASW1KQI1EBOENNRMPNBR' where id=28; -update noar tt set v3='FQGWZ0W7ZCBJO3PP2GAT5IU7TEDZ77EJVP0AAPNR3WYQNAQUCANIC4FO0ALR91KWYVQY9FFKPU4WVLRCFW6DAS4UUF49ESB3WLJ2OCFI36BMXDUPJJQ4P7XPLR6DUZ8KL95990QJHPXTQU19TYV7XAKR48GMD58995CP1G4PTNDUHSIJFG3EGO1EXC24BAYOMDYCNN9AMH7EXYTESS5DMTP3JHXMUEISK7VNDRBPKZYFN67WJ2KE3TDSKF6BA7BQU' where id=28; -update noar ti set v3='FQGWZ0W7ZCBJO3PP2GAT5IU7TEDZ77EJVP0AAPNR3WYQNAQUCANIC4FO0ALR91KWYVQY9FFKPU4WVLRCFW6DAS4UUF49ESB3WLJ2OCFI36BMXDUPJJQ4P7XPLR6DUZ8KL95990QJHPXTQU19TYV7XAKR48GMD58995CP1G4PTNDUHSIJFG3EGO1EXC24BAYOMDYCNN9AMH7EXYTESS5DMTP3JHXMUEISK7VNDRBPKZYFN67WJ2KE3TDSKF6BA7BQU' where id=28; -update noar tt set v0='PR12EJBD6QG7FV4GNQ69DLY5XJX8EP8RDOR2PU9KCOKD7KHC9ENURHO3D96GI799B5ISM093XN0ROHOAKHNDRN6CFEAYXBFP00RFYJTRT6CCT2A7D15HBKMTWLVK5WAXH3KMRN3IT6LTK0ZORN9X4B2MU2N5MAPZJL2WL7L5KAECFL8I2LHNH836P6TW119IDQINDC7W4S603TSNGNRER47ATJ5Z7REEQII7B4EWMB3KX2TQ0QY8QZV591DT447PH' where id=29; -update noar ti set v0='PR12EJBD6QG7FV4GNQ69DLY5XJX8EP8RDOR2PU9KCOKD7KHC9ENURHO3D96GI799B5ISM093XN0ROHOAKHNDRN6CFEAYXBFP00RFYJTRT6CCT2A7D15HBKMTWLVK5WAXH3KMRN3IT6LTK0ZORN9X4B2MU2N5MAPZJL2WL7L5KAECFL8I2LHNH836P6TW119IDQINDC7W4S603TSNGNRER47ATJ5Z7REEQII7B4EWMB3KX2TQ0QY8QZV591DT447PH' where id=29; -update noar tt set v1='E3Z9UQF3FBTD08OF9XZJT4U4JCY6G6U5BH9GHBXVMSZYQWBFJS20Y2VI18QTHQXQWKJN78QZ6ID6B21RO5A6EE9ZCIW3430TOHALN2MTGBJNNB6909R1UXM2CZ7VSN7P3WVSA2J78TILHTC8DFGSLJ7GNCX266C2VVDE7NSPSW335FXRO95J8P697GYK6976YKWBIEZYTH7WE8FOVCHNDDM8CN7IZ6TVTTA0B55V9B56KT3DH9FOHAYYPOZX99CCE' where id=29; -update noar ti set v1='E3Z9UQF3FBTD08OF9XZJT4U4JCY6G6U5BH9GHBXVMSZYQWBFJS20Y2VI18QTHQXQWKJN78QZ6ID6B21RO5A6EE9ZCIW3430TOHALN2MTGBJNNB6909R1UXM2CZ7VSN7P3WVSA2J78TILHTC8DFGSLJ7GNCX266C2VVDE7NSPSW335FXRO95J8P697GYK6976YKWBIEZYTH7WE8FOVCHNDDM8CN7IZ6TVTTA0B55V9B56KT3DH9FOHAYYPOZX99CCE' where id=29; -update noar tt set v2='E1IZ53SPMWVTHH356XGEFAOKNMJ6RNSLPJVEEF738LOQW3T2GJOREJPDFDM9WCZ5JM1ZD1VEU5MYDOCN09H5PXDAX140GL4C1CYM9WI51BP7PPXXTMBWSR2BWL3MKJ9GUMUEU44LECULA7AYBPOIO0F1GQQLS4CMKBXE6LI1EYRQ23357K1GV7DG2QR9UYJI44DSWDXHUS8322WO9R1OBBU4U3DF11GGGAFOE2YOLUC1SB7UZUAS8FLEXXY633DX6' where id=29; -update noar ti set v2='E1IZ53SPMWVTHH356XGEFAOKNMJ6RNSLPJVEEF738LOQW3T2GJOREJPDFDM9WCZ5JM1ZD1VEU5MYDOCN09H5PXDAX140GL4C1CYM9WI51BP7PPXXTMBWSR2BWL3MKJ9GUMUEU44LECULA7AYBPOIO0F1GQQLS4CMKBXE6LI1EYRQ23357K1GV7DG2QR9UYJI44DSWDXHUS8322WO9R1OBBU4U3DF11GGGAFOE2YOLUC1SB7UZUAS8FLEXXY633DX6' where id=29; -update noar tt set v3='EHYOUSMDAJA6HFP3RN7FWVK2JHW1J3CGDG32QD93SA6BWZ3RB8YGX825H8H7KJRG7TBI2HEZV8ZV3XO9P2YFJ6R3CG1RZPWA01U2EFERK62KM6I43GFDYVTRHD59NPC1YGP1KW5EMI0J8MRQNHHUI1FBKK15YJPJR2TO16NZZGDHCI1IYE0XXDDSM52OYV9T69XBB4W8RTRDZS7KWH3YNB2R5JSKHF17EZNTY8P5OBB96T55NYHZKEE77484IB4FS' where id=29; -update noar ti set v3='EHYOUSMDAJA6HFP3RN7FWVK2JHW1J3CGDG32QD93SA6BWZ3RB8YGX825H8H7KJRG7TBI2HEZV8ZV3XO9P2YFJ6R3CG1RZPWA01U2EFERK62KM6I43GFDYVTRHD59NPC1YGP1KW5EMI0J8MRQNHHUI1FBKK15YJPJR2TO16NZZGDHCI1IYE0XXDDSM52OYV9T69XBB4W8RTRDZS7KWH3YNB2R5JSKHF17EZNTY8P5OBB96T55NYHZKEE77484IB4FS' where id=29; -update noar tt set v0='A8SOCOKOXSANBDWQVMJ4ERXE4CSFKV8D4B0KSAER0API3SJ6G6FQ8VXGFPNVOQ4OU0K2FT1Z78WK3SBTELGT7PLCJ8JE0KAVUWFXGHNMOTQQXB5GEYT0UJLFRR201TLROF3VZPSJ63N4KXSC5UWSXLLMNRBFQ78XVIXKQKFQ9QBUQV3RNUOVR9DPETTM88OZBWWW3NDSWVATQRYTFGNMEEQOO4NS8ZQ484PMLD0YUG2ENQP6M12TX11V5O8S6BEAW' where id=30; -update noar ti set v0='A8SOCOKOXSANBDWQVMJ4ERXE4CSFKV8D4B0KSAER0API3SJ6G6FQ8VXGFPNVOQ4OU0K2FT1Z78WK3SBTELGT7PLCJ8JE0KAVUWFXGHNMOTQQXB5GEYT0UJLFRR201TLROF3VZPSJ63N4KXSC5UWSXLLMNRBFQ78XVIXKQKFQ9QBUQV3RNUOVR9DPETTM88OZBWWW3NDSWVATQRYTFGNMEEQOO4NS8ZQ484PMLD0YUG2ENQP6M12TX11V5O8S6BEAW' where id=30; -update noar tt set v1='UZCU1TSDNZB5Z6R0JR916UOWDGK9OBCPA8R5XYYGXZIYRC36JF07CBNRIWYZJ4J0P695TY731DFUAIW10AHHBIOWKVET3MA1XDQUMH2AESGI7XKSYQN0802I4A9YIL7BBBGBO0RAGC5GXVOAGATVP93AFPHHWZZGKKCD1KUJ0SI158PQGZ4YA8814TS951ONGJ1FCVM7U7UII13SNCWD3QE7FAOU6G7XDFTCHAR9E5HFZNLY2V09YSLX9Y2ZB1BNS' where id=30; -update noar ti set v1='UZCU1TSDNZB5Z6R0JR916UOWDGK9OBCPA8R5XYYGXZIYRC36JF07CBNRIWYZJ4J0P695TY731DFUAIW10AHHBIOWKVET3MA1XDQUMH2AESGI7XKSYQN0802I4A9YIL7BBBGBO0RAGC5GXVOAGATVP93AFPHHWZZGKKCD1KUJ0SI158PQGZ4YA8814TS951ONGJ1FCVM7U7UII13SNCWD3QE7FAOU6G7XDFTCHAR9E5HFZNLY2V09YSLX9Y2ZB1BNS' where id=30; -update noar tt set v2='UQO8AFUSLDZKCMQAPRTEFZ3T20WLELNA0A8ALYCM52A0KWNDOAJYGNK35C6F3ZJMBLGU4ZYT0GTUHPXWT1GPCW26DQWIX4S4DS7HXKYKCLF86EAGWQCW37D3R7LZ8CLNNHW8TUU4Y028EVN93RIQGNNW9L21XX9WAHSZEWLFAMPMZXM1VI4VR7WTB8R0XOIBLZH0GFFNYF86R8CTD2H3NUGNUMKYT7ZR9QC22ZYIY9EBU9E7XDTFQI6SM6N6AY6Q0' where id=30; -update noar ti set v2='UQO8AFUSLDZKCMQAPRTEFZ3T20WLELNA0A8ALYCM52A0KWNDOAJYGNK35C6F3ZJMBLGU4ZYT0GTUHPXWT1GPCW26DQWIX4S4DS7HXKYKCLF86EAGWQCW37D3R7LZ8CLNNHW8TUU4Y028EVN93RIQGNNW9L21XX9WAHSZEWLFAMPMZXM1VI4VR7WTB8R0XOIBLZH0GFFNYF86R8CTD2H3NUGNUMKYT7ZR9QC22ZYIY9EBU9E7XDTFQI6SM6N6AY6Q0' where id=30; -update noar tt set v3='O8VP1VV8KFCC1VDBP96SC07ONPBV43RU9A939XNP18AYPKN1O7V8088VK70P3Y4TLGKNKQERUYQE2CI0RJSSNDCPIEC08GKNDOB7VEWSK5RJHNR6YPV800DXIZV9BBY0VOCQE30AHN6ZKQVW52AORWHEOHTSSHZN3MJAZZZ7MQKROJJ7SC0GP5WEBJ4CH882EWE8XWCT4UWNUCDENGOB56QXLOX9XMNBH35INO016TNCO0V2W9K39CWDDZ860MXQ2' where id=30; -update noar ti set v3='O8VP1VV8KFCC1VDBP96SC07ONPBV43RU9A939XNP18AYPKN1O7V8088VK70P3Y4TLGKNKQERUYQE2CI0RJSSNDCPIEC08GKNDOB7VEWSK5RJHNR6YPV800DXIZV9BBY0VOCQE30AHN6ZKQVW52AORWHEOHTSSHZN3MJAZZZ7MQKROJJ7SC0GP5WEBJ4CH882EWE8XWCT4UWNUCDENGOB56QXLOX9XMNBH35INO016TNCO0V2W9K39CWDDZ860MXQ2' where id=30; -update noar tt set v0='IB0Z7TPVX8Q2TA32KC6S89FE2VEB82FGEJ8L67EI5ZRRE0G0H0G3PBYJI8E2H8NSDNCU2UNY8MRM8WOY5KOU6VTN5G5O2ZPK6Z9OSD5DZ44HWJJN2AQ0VOEA21LMJ71FMI0DQ17JSTU15MUFW5N5TY5LLI6FWX8HF4W5BNO8Z5ULNGJPO18XMCIQD7Z0ROA926YQ9BLTSCICLNGIXFA7FKSTDQIVFPEY9MGFZGRRJOG26IEFFS6SGD0P4DWV1NFY9' where id=31; -update noar ti set v0='IB0Z7TPVX8Q2TA32KC6S89FE2VEB82FGEJ8L67EI5ZRRE0G0H0G3PBYJI8E2H8NSDNCU2UNY8MRM8WOY5KOU6VTN5G5O2ZPK6Z9OSD5DZ44HWJJN2AQ0VOEA21LMJ71FMI0DQ17JSTU15MUFW5N5TY5LLI6FWX8HF4W5BNO8Z5ULNGJPO18XMCIQD7Z0ROA926YQ9BLTSCICLNGIXFA7FKSTDQIVFPEY9MGFZGRRJOG26IEFFS6SGD0P4DWV1NFY9' where id=31; -update noar tt set v1='KA5048BUOODD90DRYV4B9EY1UVLK1FLT37YGK2ZCYB2CNIAFQYWPAZZE6PDZEWZX0UXYANT38QJS04Q6JWV7YOUFZIONH9EIEWTL6KPH20LQSG466782PVVEZ4LWY7U31DDNJ6AADVF38ZHC6026WNNUAMQB6HWH7K3LW6K830J6R7ZXEWWVMQRGP09Q3QSXTA62C5CFY604U8R24F0KZKS0B27LSLF5CZPSZMIXTNZE7QLEYJJ234TA6O331CEFK' where id=31; -update noar ti set v1='KA5048BUOODD90DRYV4B9EY1UVLK1FLT37YGK2ZCYB2CNIAFQYWPAZZE6PDZEWZX0UXYANT38QJS04Q6JWV7YOUFZIONH9EIEWTL6KPH20LQSG466782PVVEZ4LWY7U31DDNJ6AADVF38ZHC6026WNNUAMQB6HWH7K3LW6K830J6R7ZXEWWVMQRGP09Q3QSXTA62C5CFY604U8R24F0KZKS0B27LSLF5CZPSZMIXTNZE7QLEYJJ234TA6O331CEFK' where id=31; -update noar tt set v2='V3IWJA42H3WKWUY7RKSP5FP8NGIZD00CIAI5ZB1RMXAHROTKZPFNYAQM8JJIDFYBD5IOJM9A9JEZPWGHYRKWKBQWBT32EVV2IBHD6MYIYDC3VN36Y2JZ819U85MQDJWQL7UUKFR3MINVQKJA1P7NNJ3MX2D0DKGAOYYM4XGIEDJQG4MB8RMDVVEJMC6R5CQCR81TTL0NJG21ZSG0AKR097J5DAJYFJG8PGM00DISDZ1PXOIL0I1C7EDEFBCRVGBFU' where id=31; -update noar ti set v2='V3IWJA42H3WKWUY7RKSP5FP8NGIZD00CIAI5ZB1RMXAHROTKZPFNYAQM8JJIDFYBD5IOJM9A9JEZPWGHYRKWKBQWBT32EVV2IBHD6MYIYDC3VN36Y2JZ819U85MQDJWQL7UUKFR3MINVQKJA1P7NNJ3MX2D0DKGAOYYM4XGIEDJQG4MB8RMDVVEJMC6R5CQCR81TTL0NJG21ZSG0AKR097J5DAJYFJG8PGM00DISDZ1PXOIL0I1C7EDEFBCRVGBFU' where id=31; -update noar tt set v3='VWJAN93Y8M3HX5N6KGMQIBWU121BYJVUTM2T1X8YUYMHVWBV4LHCVLJEVZYIH0QR9O1LFY60QXM1YE7SWXW9C2J1MB9RYLG03BCLEI3ZVMJVFJDZ3A4Q7L85D5QQPBQXYI12P8NNRVQLLK4FH40RVF7WCGBP1NXU4O4NHLAWB1XJS4KBOQJZXVRL4RV62RY8R9YOQ0798CRGT06MNA6DICQTIMJLG20S78VMRR9MS0KSEU4XF0TPMM2204I91IDDR' where id=31; -update noar ti set v3='VWJAN93Y8M3HX5N6KGMQIBWU121BYJVUTM2T1X8YUYMHVWBV4LHCVLJEVZYIH0QR9O1LFY60QXM1YE7SWXW9C2J1MB9RYLG03BCLEI3ZVMJVFJDZ3A4Q7L85D5QQPBQXYI12P8NNRVQLLK4FH40RVF7WCGBP1NXU4O4NHLAWB1XJS4KBOQJZXVRL4RV62RY8R9YOQ0798CRGT06MNA6DICQTIMJLG20S78VMRR9MS0KSEU4XF0TPMM2204I91IDDR' where id=31; -update noar tt set v0='O3E5NHT1DJTJ6B1C8DTGNZUJYFHS1BVUQAN02YCRH10H6NP9PWAYUUC43MC3KE42Y5HUS1J1HIVUR5MS439C8KE3WHD26JRRU58M0L6OBMJXJNGTRM1TYWY0K6FO7BWLUUIXZ12140NIU8Z0MEZX6G8X7VXW5NMMA9R27DN1XFMD4858KY3A48LPTTLN36ZIT25K45T7XVT2VM8YIX53OIWXQVY0069ZKRU94YDM6UR2IH99IC7EX2QJ80W1S2SHK' where id=32; -update noar ti set v0='O3E5NHT1DJTJ6B1C8DTGNZUJYFHS1BVUQAN02YCRH10H6NP9PWAYUUC43MC3KE42Y5HUS1J1HIVUR5MS439C8KE3WHD26JRRU58M0L6OBMJXJNGTRM1TYWY0K6FO7BWLUUIXZ12140NIU8Z0MEZX6G8X7VXW5NMMA9R27DN1XFMD4858KY3A48LPTTLN36ZIT25K45T7XVT2VM8YIX53OIWXQVY0069ZKRU94YDM6UR2IH99IC7EX2QJ80W1S2SHK' where id=32; -update noar tt set v1='UCY7ZLOQWXX3W9GPJCOHKDO8R5I6E33JDIFY77KXR4HCZ05FUKHMU5GZ6OQI3EB48AUHV63TSP5XL80JB4BE7W62I85T28MK866TVT1583CPMS9Y6IEM2QJW8RD2837NFO8RR35DLP8OS4S88LP5U77ZM2XREJZG4AUAW7W99ZVTMBDVSKZYLNLZYIDBM6NHQ2N1TX8IJITKI8WAMVV3CTB0YB78U3ZRN8PKWMLCHVP2Z28NUVHBXHJJYD89IWF9H' where id=32; -update noar ti set v1='UCY7ZLOQWXX3W9GPJCOHKDO8R5I6E33JDIFY77KXR4HCZ05FUKHMU5GZ6OQI3EB48AUHV63TSP5XL80JB4BE7W62I85T28MK866TVT1583CPMS9Y6IEM2QJW8RD2837NFO8RR35DLP8OS4S88LP5U77ZM2XREJZG4AUAW7W99ZVTMBDVSKZYLNLZYIDBM6NHQ2N1TX8IJITKI8WAMVV3CTB0YB78U3ZRN8PKWMLCHVP2Z28NUVHBXHJJYD89IWF9H' where id=32; -update noar tt set v2='VQL8O3HNFP7N14ISQ326AEJ9I7KJD7LW9DPRZR5VO2SLON787MPB5DT2NFAMS3QQ3YMFDPUKZQKC6TWCNCVGE5SFI52XL20B06IFPE06ZJTXODN6WESAW92QR4KS9LG0D56832YRXS8F3CR78KXX699PXNY4V07M117NBBLCNCWH0R1MUILN88QK1K57DGF8XEOFYXKJNTZOQ4P7V4YZB4C62CNF7OD162RKR4RTADBISYLT2O5LNUS3R0M8DDJKF' where id=32; -update noar ti set v2='VQL8O3HNFP7N14ISQ326AEJ9I7KJD7LW9DPRZR5VO2SLON787MPB5DT2NFAMS3QQ3YMFDPUKZQKC6TWCNCVGE5SFI52XL20B06IFPE06ZJTXODN6WESAW92QR4KS9LG0D56832YRXS8F3CR78KXX699PXNY4V07M117NBBLCNCWH0R1MUILN88QK1K57DGF8XEOFYXKJNTZOQ4P7V4YZB4C62CNF7OD162RKR4RTADBISYLT2O5LNUS3R0M8DDJKF' where id=32; -update noar tt set v3='QOTFGZC3MKU8AAFZWBN07SE9DZOSFSO42NYUZIDKHEF596JTWJAHBQY1ZF6RXF5YOAT3HJM1C1NTG91A7J6SCKWK1G5OR2XKGUSK9OYFL5UXT1EJKYZP5BH7XEFBZ6M6RFS12FAE7OAVJF3OTY567ASC8DJB0SSWH4ULATMUUOO6MVZHPQFSKS4W201QY2S68DG18GJBT6ZJAC90I7IF2EDXYPXM1E0VMMYZJK9TM14VSU3ZJAFLAI2GGJPQQQJ11' where id=32; -update noar ti set v3='QOTFGZC3MKU8AAFZWBN07SE9DZOSFSO42NYUZIDKHEF596JTWJAHBQY1ZF6RXF5YOAT3HJM1C1NTG91A7J6SCKWK1G5OR2XKGUSK9OYFL5UXT1EJKYZP5BH7XEFBZ6M6RFS12FAE7OAVJF3OTY567ASC8DJB0SSWH4ULATMUUOO6MVZHPQFSKS4W201QY2S68DG18GJBT6ZJAC90I7IF2EDXYPXM1E0VMMYZJK9TM14VSU3ZJAFLAI2GGJPQQQJ11' where id=32; -update noar tt set v0='XD6GMOBPO8POPL6K4RJOJYZR7PNROL2RRAVVUMMSMCB0H3I7VNOJWFV5TG7KDMEJT5K636GTLAGSGDHA9006Z31I63I59ZQZABVFQR4HR4L3LSXF8S3IJ2OM5ZDFOM6SMEIPIFKITY9AIWRA7NMRD6GUD3V2HLDEZGU10PLPAIUGHTTE10WP6E895L3XE3JC0FAF2R42H7CJSMGWF3T0JYLT03PAR482MMFUF0HT0M90QU4ZVNTTW3K94BLDPN4W1' where id=33; -update noar ti set v0='XD6GMOBPO8POPL6K4RJOJYZR7PNROL2RRAVVUMMSMCB0H3I7VNOJWFV5TG7KDMEJT5K636GTLAGSGDHA9006Z31I63I59ZQZABVFQR4HR4L3LSXF8S3IJ2OM5ZDFOM6SMEIPIFKITY9AIWRA7NMRD6GUD3V2HLDEZGU10PLPAIUGHTTE10WP6E895L3XE3JC0FAF2R42H7CJSMGWF3T0JYLT03PAR482MMFUF0HT0M90QU4ZVNTTW3K94BLDPN4W1' where id=33; -update noar tt set v1='UHZ23YKNC4EAKAL7U3C84W0J5FHDMIMJB9CHK6NCMJ84LYO0OW201K68BSU7VTUVUW68HQ0MKRS2RCD36WNOT5I9HE4R2VUS4XJA546EJH0T8JNQ46SWCVY1AO0SAUNVP2ZIFLCUCR4Z4R8M4C7XS44H2WHDZQI7IYKLP430PN5DZT974CB4M6EU3YYUU26IZHQ4YQ7DZBADO2ETPG8V4843UK19H2SAMXGOFIWA4YL6QQ0D0TZ353M8M8APSDLF3' where id=33; -update noar ti set v1='UHZ23YKNC4EAKAL7U3C84W0J5FHDMIMJB9CHK6NCMJ84LYO0OW201K68BSU7VTUVUW68HQ0MKRS2RCD36WNOT5I9HE4R2VUS4XJA546EJH0T8JNQ46SWCVY1AO0SAUNVP2ZIFLCUCR4Z4R8M4C7XS44H2WHDZQI7IYKLP430PN5DZT974CB4M6EU3YYUU26IZHQ4YQ7DZBADO2ETPG8V4843UK19H2SAMXGOFIWA4YL6QQ0D0TZ353M8M8APSDLF3' where id=33; -update noar tt set v2='5NBNKIO5LYRW5QECL4ZT4W0R9I6GDM2F3819LR0GTWV0GPW652R6UHFOW2FTYVO3IPH1T5OVQ6K6AYM5KEW0O1PJVCNY0YQUY9A4NTHD4SDPKLFXSRO16MWCIZZ05WQO5TEV1TE826ZAW50WI4N2OWCBAMCD4MOAE879NNVSGB6I0HEPUHHG8U6HFSDODEU5GDHX1PFCS49H9H7N0KJOIJ23C3I61X1IVE5MJY5FNE9CHG3COKZF41Z7H61WFGT6F' where id=33; -update noar ti set v2='5NBNKIO5LYRW5QECL4ZT4W0R9I6GDM2F3819LR0GTWV0GPW652R6UHFOW2FTYVO3IPH1T5OVQ6K6AYM5KEW0O1PJVCNY0YQUY9A4NTHD4SDPKLFXSRO16MWCIZZ05WQO5TEV1TE826ZAW50WI4N2OWCBAMCD4MOAE879NNVSGB6I0HEPUHHG8U6HFSDODEU5GDHX1PFCS49H9H7N0KJOIJ23C3I61X1IVE5MJY5FNE9CHG3COKZF41Z7H61WFGT6F' where id=33; -update noar tt set v3='2Z7CL7TZ3WYE0KSGC84QVQTQ9HJRYIE4AFR6ZBIWC502095GO3NRTN8UUFOQEQNVMMYUYMWOANQ9SZC3086YQJEBAGRYCNLPTX5BYW8X35FP3QAJ9KLILM856Q7AESEZ1AYBMV75CQRO5OG4BRWB6MV76BSYTXQ7U9NFTK6G8O5HI1CPTCB80O26WHQ79N0BJZFBEET4EX5ID744V7RL08AFMT0FO7U1CCLX53RLD302BZ5TNJKBLFXGC1G60QX8B' where id=33; -update noar ti set v3='2Z7CL7TZ3WYE0KSGC84QVQTQ9HJRYIE4AFR6ZBIWC502095GO3NRTN8UUFOQEQNVMMYUYMWOANQ9SZC3086YQJEBAGRYCNLPTX5BYW8X35FP3QAJ9KLILM856Q7AESEZ1AYBMV75CQRO5OG4BRWB6MV76BSYTXQ7U9NFTK6G8O5HI1CPTCB80O26WHQ79N0BJZFBEET4EX5ID744V7RL08AFMT0FO7U1CCLX53RLD302BZ5TNJKBLFXGC1G60QX8B' where id=33; -update noar tt set v0='96BHOUVW5ZGEHU12H02DMDKYX2UD5J4V4QLW3IQY7G2S7ZG8O49N6C3KI0AGUJCMNA06KOC52SZIK4Z4EGGZHMX53HB5F1WMI832BOOI6R5JU8QC3TECJVZS6XX6H3BAVEIZQ5I410GTVDEZPVIL7MNLZ9QWWVMR28WNJDZGK29R9QWZ6FRH4S5MLJL8DS6MJ4UUALBCMF24EORNATDG3QT4EEIU9A3XTGWIMACMRL5KRUB1JD4QK6030AFB06ONC' where id=34; -update noar ti set v0='96BHOUVW5ZGEHU12H02DMDKYX2UD5J4V4QLW3IQY7G2S7ZG8O49N6C3KI0AGUJCMNA06KOC52SZIK4Z4EGGZHMX53HB5F1WMI832BOOI6R5JU8QC3TECJVZS6XX6H3BAVEIZQ5I410GTVDEZPVIL7MNLZ9QWWVMR28WNJDZGK29R9QWZ6FRH4S5MLJL8DS6MJ4UUALBCMF24EORNATDG3QT4EEIU9A3XTGWIMACMRL5KRUB1JD4QK6030AFB06ONC' where id=34; -update noar tt set v1='W6LX7F2N5U0D5T4F6L750TTUKYLFCYZGZCCQ7NPV6A4BOBD7TQDP0XIQSREZ1EED9PYWSY64QH183DXTBQRRTW0ARFXZS81QSFIN6O7UGFWVY1G5C748KW9GEPOEHK3CF9IMJHBSDRXBSL0A7KVOP822UKCYTQU51ADRQEPZRCVFP2S8RSUDWQ727VJ7P6IZF0R1G3PLA5EL0WOM4RZPVQ0RQM4H1IE8HC7KPBV4KL574X8X567G5GTOE5NT4KTWE' where id=34; -update noar ti set v1='W6LX7F2N5U0D5T4F6L750TTUKYLFCYZGZCCQ7NPV6A4BOBD7TQDP0XIQSREZ1EED9PYWSY64QH183DXTBQRRTW0ARFXZS81QSFIN6O7UGFWVY1G5C748KW9GEPOEHK3CF9IMJHBSDRXBSL0A7KVOP822UKCYTQU51ADRQEPZRCVFP2S8RSUDWQ727VJ7P6IZF0R1G3PLA5EL0WOM4RZPVQ0RQM4H1IE8HC7KPBV4KL574X8X567G5GTOE5NT4KTWE' where id=34; -update noar tt set v2='V21AICMQ729RR0PNVVIH4AWH525N5TOR7GTAEBZ6W7UDQ30B5IACD91YI5Y12DM4YF01PQNIMNB42W983NVRZWSLFEYAP2ESXJELLETUNXPB33KR9R78ZPAI8S9FABROTD8QKUHQ8PVTHDGYWA4KPVRCINQS42FALYX324VHUE7UASJVK99M5XMS70FKU8683I2JSFHDGTP8178TFZCRRD6XZO364EFSMEDF96U4EXEO5CV3OKKE2OUWI6QGPKB4Q' where id=34; -update noar ti set v2='V21AICMQ729RR0PNVVIH4AWH525N5TOR7GTAEBZ6W7UDQ30B5IACD91YI5Y12DM4YF01PQNIMNB42W983NVRZWSLFEYAP2ESXJELLETUNXPB33KR9R78ZPAI8S9FABROTD8QKUHQ8PVTHDGYWA4KPVRCINQS42FALYX324VHUE7UASJVK99M5XMS70FKU8683I2JSFHDGTP8178TFZCRRD6XZO364EFSMEDF96U4EXEO5CV3OKKE2OUWI6QGPKB4Q' where id=34; -update noar tt set v3='BNJRCA1JX2QYXRADCXY75J5AGEEIY4HNKQUU2T662TRZKS59SLE6M4RFI5IQCK2KBK9SG1MMB6VB61YVK1XGWB17OFI6FSFADXGRGHQDMJ74MDGSYS8ZAMES8E3F9V29PXF0BKOA7A6QDXBXEO43KWQELU6FMWC6XIXRICV3VM734PWT7AX8O8T533H8UYQUTBD8GTQPNZV9T1CHSQKA96ZUY8TFWY5NN6KF8N5ET50ATE0XRUVY6V0ETCE31YIP4' where id=34; -update noar ti set v3='BNJRCA1JX2QYXRADCXY75J5AGEEIY4HNKQUU2T662TRZKS59SLE6M4RFI5IQCK2KBK9SG1MMB6VB61YVK1XGWB17OFI6FSFADXGRGHQDMJ74MDGSYS8ZAMES8E3F9V29PXF0BKOA7A6QDXBXEO43KWQELU6FMWC6XIXRICV3VM734PWT7AX8O8T533H8UYQUTBD8GTQPNZV9T1CHSQKA96ZUY8TFWY5NN6KF8N5ET50ATE0XRUVY6V0ETCE31YIP4' where id=34; -update noar tt set v0='8KBV6X4UKRJDPYWYI63STCRG47D369Q2YK2TNX3DJNUBLP41BZOVMKGRY0LB4PN4SNZWBZWZBB7SB61S2SWY9WAZWF1OD2W8GBUDVC1AZQPDGWH2434AQBUSXW8TZ7R3YAH1IHGKLKH9O0P60KGGHLKJIBMSP3SXKCE95UEDB8DE7N1EKCFJRBO0D6SIZ87L5JYXTB0MV43LZCFM6VI9CHHS02KH9HK0EC32VIT6J1NFV5VR7TMPM0Z6P3RAP4EJ9' where id=35; -update noar ti set v0='8KBV6X4UKRJDPYWYI63STCRG47D369Q2YK2TNX3DJNUBLP41BZOVMKGRY0LB4PN4SNZWBZWZBB7SB61S2SWY9WAZWF1OD2W8GBUDVC1AZQPDGWH2434AQBUSXW8TZ7R3YAH1IHGKLKH9O0P60KGGHLKJIBMSP3SXKCE95UEDB8DE7N1EKCFJRBO0D6SIZ87L5JYXTB0MV43LZCFM6VI9CHHS02KH9HK0EC32VIT6J1NFV5VR7TMPM0Z6P3RAP4EJ9' where id=35; -update noar tt set v1='CHV4OBDGYWDKHDDPQLBGQD5PZXNBIGZNRVBPELV3051ROSAS9H2OTAB6FFW75WZN97BDTLWP34H79GMA6C4VWC4W6CLZIG3A44O28HZCK3ZGQR9INLXXUVJ4CZ82T4FFKCHW0TZ0QHDGMDHW6E93E08IIVAAJ5NR6ZZWHFGR93TTIGCSQYWRNLODTBM9MGA8X41POBIWSN38746BFKAK294VQZBCJ1JAUPUBVX1QJ7ZSEKKM9X2TAT6BOCB19WE1B' where id=35; -update noar ti set v1='CHV4OBDGYWDKHDDPQLBGQD5PZXNBIGZNRVBPELV3051ROSAS9H2OTAB6FFW75WZN97BDTLWP34H79GMA6C4VWC4W6CLZIG3A44O28HZCK3ZGQR9INLXXUVJ4CZ82T4FFKCHW0TZ0QHDGMDHW6E93E08IIVAAJ5NR6ZZWHFGR93TTIGCSQYWRNLODTBM9MGA8X41POBIWSN38746BFKAK294VQZBCJ1JAUPUBVX1QJ7ZSEKKM9X2TAT6BOCB19WE1B' where id=35; -update noar tt set v2='01AMHL7K1YHLRCBUJWGMEZW9NJXXRAWOQTX273P4302T2HLTT5MHT6WG40ABVIP57D8VWDT1N5CXGV5T4BIA2FKXS8LQ5OA9YZO5YQSGXEIT5T7NSBQKWV9TR8QUPBAXGL72LHBJLDWWAF3DXG7GRYOYLL2CS8J27YUGJUVOCCYWXE938Z5OU2CUMP7X2I7FD6AOCN8RRQCDN2MKPB3NWL1IJ23L7MIWQV9L29RB4M9EVQPC3NVZVX3W0TPRZSEYJ' where id=35; -update noar ti set v2='01AMHL7K1YHLRCBUJWGMEZW9NJXXRAWOQTX273P4302T2HLTT5MHT6WG40ABVIP57D8VWDT1N5CXGV5T4BIA2FKXS8LQ5OA9YZO5YQSGXEIT5T7NSBQKWV9TR8QUPBAXGL72LHBJLDWWAF3DXG7GRYOYLL2CS8J27YUGJUVOCCYWXE938Z5OU2CUMP7X2I7FD6AOCN8RRQCDN2MKPB3NWL1IJ23L7MIWQV9L29RB4M9EVQPC3NVZVX3W0TPRZSEYJ' where id=35; -update noar tt set v3='9IAYO057TG9GABJS7WL1S3UVCNSVA2IVRH5UARYW5CASEXPUY8ATGUQZ5X386RJA042NW6F49DBKKAWYV0MRZU1FMHIMFQOE8XWRJ8PKLLT0RFOYG9CYUJF0DSQOUJJ1R8FYT0OFGM4M0VXGPPA0X5896WTN30RNBDZQA9KMVH5KHXOVA117YMZVBMYFS7QADGJMX3L82WC5LHOSLGO3UQPYO50IANIJXHHZP86OMRVU0KZYVRGO31IZD71L1AR0U' where id=35; -update noar ti set v3='9IAYO057TG9GABJS7WL1S3UVCNSVA2IVRH5UARYW5CASEXPUY8ATGUQZ5X386RJA042NW6F49DBKKAWYV0MRZU1FMHIMFQOE8XWRJ8PKLLT0RFOYG9CYUJF0DSQOUJJ1R8FYT0OFGM4M0VXGPPA0X5896WTN30RNBDZQA9KMVH5KHXOVA117YMZVBMYFS7QADGJMX3L82WC5LHOSLGO3UQPYO50IANIJXHHZP86OMRVU0KZYVRGO31IZD71L1AR0U' where id=35; -update noar tt set v0='M0U4EX7P7N41957A3YUCSJ1DSPR3S2KOBYKWVB0Q8OZA60ASJ9VIFS2XWTT104DISKA44DDTDJAOBNILFRWZESNJ2NZN2L4MOMXMOE1MYN3PZ7I1IXZ0TDTMP6SCIVELPF2LPE4OOB0JEQH22FLITQMS3IJ3MRFZTQWSVY9I5Y2E4X13QZW97TCQWST2YL57T4VKHWB5ACN22G0VWT2VB1MZWNLRPCB9G6RFFY9WOEMWN109V7D73WT731ANVVXCR' where id=36; -update noar ti set v0='M0U4EX7P7N41957A3YUCSJ1DSPR3S2KOBYKWVB0Q8OZA60ASJ9VIFS2XWTT104DISKA44DDTDJAOBNILFRWZESNJ2NZN2L4MOMXMOE1MYN3PZ7I1IXZ0TDTMP6SCIVELPF2LPE4OOB0JEQH22FLITQMS3IJ3MRFZTQWSVY9I5Y2E4X13QZW97TCQWST2YL57T4VKHWB5ACN22G0VWT2VB1MZWNLRPCB9G6RFFY9WOEMWN109V7D73WT731ANVVXCR' where id=36; -update noar tt set v1='T9YOL0GZXKSCXLVTGCJEO3VXAPZF0LLO8MCIT9DC9W7TPC2WH7GI4NE8HUR10X48HGDJ059HRBJ7KSDIMD1FCBBA7QCP3DLWCBBATU6Z7L3447CBLR3A3SINSAX3FDGTO1DNGWLGQCHHPVI7LOCA8N8X8ESF7OXR1W82BI75OP5TPSO3Z7UZZXTQVWIY11EFJQYW1Z01T19R748BMW0R9WHL9DE9KR16SJ2MD6X1BFVUZJLBZ2QVARSEQAS7NB03D' where id=36; -update noar ti set v1='T9YOL0GZXKSCXLVTGCJEO3VXAPZF0LLO8MCIT9DC9W7TPC2WH7GI4NE8HUR10X48HGDJ059HRBJ7KSDIMD1FCBBA7QCP3DLWCBBATU6Z7L3447CBLR3A3SINSAX3FDGTO1DNGWLGQCHHPVI7LOCA8N8X8ESF7OXR1W82BI75OP5TPSO3Z7UZZXTQVWIY11EFJQYW1Z01T19R748BMW0R9WHL9DE9KR16SJ2MD6X1BFVUZJLBZ2QVARSEQAS7NB03D' where id=36; -update noar tt set v2='B1O2TZIWYV1B9W6IB4V3YY8UDINKM3RIYCN8WINIHYCD9SQJJXJWRDRJXR93P6EVOZS4YIIGI9Y9NYZL1NHLQ2BCPI2R089P242RO04OHI2Z7UTUR95SS57S6EDWYSG1JALLNJB2Z5Q5BSUN65VBCLCD520CW6B2K9YGHXK9W6EKFFESZQUK49MYMKOMRT5IEBMMADGCLMFSEQW2947ZMMUGV75B670T55YV6N4YTBXYHQ77F6PSXOUSOLQY7HB6R' where id=36; -update noar ti set v2='B1O2TZIWYV1B9W6IB4V3YY8UDINKM3RIYCN8WINIHYCD9SQJJXJWRDRJXR93P6EVOZS4YIIGI9Y9NYZL1NHLQ2BCPI2R089P242RO04OHI2Z7UTUR95SS57S6EDWYSG1JALLNJB2Z5Q5BSUN65VBCLCD520CW6B2K9YGHXK9W6EKFFESZQUK49MYMKOMRT5IEBMMADGCLMFSEQW2947ZMMUGV75B670T55YV6N4YTBXYHQ77F6PSXOUSOLQY7HB6R' where id=36; -update noar tt set v3='VVCDXOYRKOIWZZ7SAILFI0SZ6U8T06FH16SSKJ0T0VADHJGDM5XTUJYTORV494KNEIUWNDEFRQXVDK6SRQNNCCLVMD6Z3EGJNMLG7SR9UD9NE4XKT4R1JJU9J2EBU34MCYD2JT6RDJBPTZ4BJTLZXLFF8EHEHU7JMH59NISYO4Z9399SODI04482J4J70Y5V3797OFBJQ5OOZNOT7UUE6QGEY3XD19PY62626L8R8WWZ3MG7N677S3053FSB21LR3' where id=36; -update noar ti set v3='VVCDXOYRKOIWZZ7SAILFI0SZ6U8T06FH16SSKJ0T0VADHJGDM5XTUJYTORV494KNEIUWNDEFRQXVDK6SRQNNCCLVMD6Z3EGJNMLG7SR9UD9NE4XKT4R1JJU9J2EBU34MCYD2JT6RDJBPTZ4BJTLZXLFF8EHEHU7JMH59NISYO4Z9399SODI04482J4J70Y5V3797OFBJQ5OOZNOT7UUE6QGEY3XD19PY62626L8R8WWZ3MG7N677S3053FSB21LR3' where id=36; -update noar tt set v0='ZJD2A0ARO578WAFTKJ9FTOM5ZBJGBVIQZ27SUM1YBT26R5MAL0WNS0T6HFT20TFMUN8C1YDMXVRQTERZ15E4KCD0SGL4H17L9OJY1XZFBW7U6KH2SOT95Y6DO5R148FRVB2PDOOO1PX9NOYF4MYCRF211VC4EIGYCCPQBL3D5C0BOY5SU3T5BKX5NYXFFLYB23F26YN84YVZGPL2GXMKZSLMVT0R490LBSGH9B11FDJIPRBM79B5HCHZ3O8E3CI4G' where id=37; -update noar ti set v0='ZJD2A0ARO578WAFTKJ9FTOM5ZBJGBVIQZ27SUM1YBT26R5MAL0WNS0T6HFT20TFMUN8C1YDMXVRQTERZ15E4KCD0SGL4H17L9OJY1XZFBW7U6KH2SOT95Y6DO5R148FRVB2PDOOO1PX9NOYF4MYCRF211VC4EIGYCCPQBL3D5C0BOY5SU3T5BKX5NYXFFLYB23F26YN84YVZGPL2GXMKZSLMVT0R490LBSGH9B11FDJIPRBM79B5HCHZ3O8E3CI4G' where id=37; -update noar tt set v1='7YKRX49F3N63FNVPCI8Q2FV2H10DNO30AGGZ94UD0BAMOGEWRRJUZA6HXO1ZF3YGUR5ZBNIK0B0VO799ZISVUNX3G4QVNASECBJVX1QOLCAPSER2D5YAF7WMDOVH8YKYSF107HX0VD91IXPTWSK4EDVJFX4H1RIDP7AWXPZSGVSXZARANZGUEOS8MP5YNOPEO5QS4DVKKPR3XEZAOR1R8C9F2OWAM9TDSO063OZRX4SHGIQ672CZM6X4LRGSPKGY2' where id=37; -update noar ti set v1='7YKRX49F3N63FNVPCI8Q2FV2H10DNO30AGGZ94UD0BAMOGEWRRJUZA6HXO1ZF3YGUR5ZBNIK0B0VO799ZISVUNX3G4QVNASECBJVX1QOLCAPSER2D5YAF7WMDOVH8YKYSF107HX0VD91IXPTWSK4EDVJFX4H1RIDP7AWXPZSGVSXZARANZGUEOS8MP5YNOPEO5QS4DVKKPR3XEZAOR1R8C9F2OWAM9TDSO063OZRX4SHGIQ672CZM6X4LRGSPKGY2' where id=37; -update noar tt set v2='MLIXAB8I8VUC3A0PVUZ53S26QQEUH0MDFT3JOQ9LNNEMYHNVMAK9F5VU2XC62FFLSV8DU1NWCGHLIBZY98NRSYSB6YCTYDN19EDXYWCSS6T166QF9YH5M7S5YCDC7G7IWKC8IK4NR5BOPJ15U1O6S6JMMX9L16GK8YV7V6Q3MC9HDLX0NV6OQ4J6P0IA8XVQH8YXLR1NM5YI3WBZO7EQBR07FTFP8OT2G1VBXT3AISXF19XBH1DOIIOL6C8HP5WH6' where id=37; -update noar ti set v2='MLIXAB8I8VUC3A0PVUZ53S26QQEUH0MDFT3JOQ9LNNEMYHNVMAK9F5VU2XC62FFLSV8DU1NWCGHLIBZY98NRSYSB6YCTYDN19EDXYWCSS6T166QF9YH5M7S5YCDC7G7IWKC8IK4NR5BOPJ15U1O6S6JMMX9L16GK8YV7V6Q3MC9HDLX0NV6OQ4J6P0IA8XVQH8YXLR1NM5YI3WBZO7EQBR07FTFP8OT2G1VBXT3AISXF19XBH1DOIIOL6C8HP5WH6' where id=37; -update noar tt set v3='18PSJSHLJQYHU7EMFIQNJTG3ZP4RU0NT1KA6UK1GZV2DPBXP07WYX457IKJD0Y13O4JYGY7Y8G25QV136V00EJWGZO6S5X8S41P17QREBV3UNWVHSC6AYC48KVNGS7Y9QEAMFNLOMQX6SELIR485DUSQ6KD65U0W6IJA24CZKC5CAEKUAU5O3Y8TL107L42WMRJ51M0S3PPY68AFYCQYOBLXSCLS2NSWSW1QP8M9MO7VURCTJ18Y9M5PM9V2O0L79' where id=37; -update noar ti set v3='18PSJSHLJQYHU7EMFIQNJTG3ZP4RU0NT1KA6UK1GZV2DPBXP07WYX457IKJD0Y13O4JYGY7Y8G25QV136V00EJWGZO6S5X8S41P17QREBV3UNWVHSC6AYC48KVNGS7Y9QEAMFNLOMQX6SELIR485DUSQ6KD65U0W6IJA24CZKC5CAEKUAU5O3Y8TL107L42WMRJ51M0S3PPY68AFYCQYOBLXSCLS2NSWSW1QP8M9MO7VURCTJ18Y9M5PM9V2O0L79' where id=37; -update noar tt set v0='0PPCXEXQAW6NZFYBHVFDNXZ72IOU6U0NAF6GHCC2CBWJ6FR5O60OE59X12DR94LWQH7W6RAARA3K5UA7CN7SON15SE8YYKN0BG0ME02E4X5F202TFP027IT7E7SCQYC48GVBMM4QD0V2OA4K29M96SRGRUABIKIEO8659YWZ00T2SXLB44GGIDQ4A5LL62LITG52N88ZYH2OSVYDZNUW8L6V6QZF1CG3E1H7DBRWSEZAEX122QQ87VME71Z9SMXWM' where id=38; -update noar ti set v0='0PPCXEXQAW6NZFYBHVFDNXZ72IOU6U0NAF6GHCC2CBWJ6FR5O60OE59X12DR94LWQH7W6RAARA3K5UA7CN7SON15SE8YYKN0BG0ME02E4X5F202TFP027IT7E7SCQYC48GVBMM4QD0V2OA4K29M96SRGRUABIKIEO8659YWZ00T2SXLB44GGIDQ4A5LL62LITG52N88ZYH2OSVYDZNUW8L6V6QZF1CG3E1H7DBRWSEZAEX122QQ87VME71Z9SMXWM' where id=38; -update noar tt set v1='MQ9NKR88QS3JT8D73FKF7H049V8F9FV152K381RG6MG7LXAX4LXPZIVSF7HS29RGMSTQLGAFOBB2ASWPTKZX8J9NT0A0KLR7V2SI3EUCV74HBWABGQIE7S4X3G0FXGRFISMI13X1PX87G1LSRB0WJFVV8YKR4UDFD9J2T0FI53580WEJHJGAG3IDLIJPQX2PFY3WJIJ1ZIN625KA5SAXI207M26A7J5D9Y8Q65ONKSTP41KO01K9AJPFUVEZHLYVA' where id=38; -update noar ti set v1='MQ9NKR88QS3JT8D73FKF7H049V8F9FV152K381RG6MG7LXAX4LXPZIVSF7HS29RGMSTQLGAFOBB2ASWPTKZX8J9NT0A0KLR7V2SI3EUCV74HBWABGQIE7S4X3G0FXGRFISMI13X1PX87G1LSRB0WJFVV8YKR4UDFD9J2T0FI53580WEJHJGAG3IDLIJPQX2PFY3WJIJ1ZIN625KA5SAXI207M26A7J5D9Y8Q65ONKSTP41KO01K9AJPFUVEZHLYVA' where id=38; -update noar tt set v2='J66BHK5CX59CGBKBR1II3CDGTBW1II3ND5XMK5E4J0LN4LLA3190T2V8BP1E2820PV0TUIA86JQ8P9E4NLAPJ4Y1BMFLQ1PNVDJSMO46IBOAKJ675ECHKXYE7LR892XQTDVHENA3L3SMWVY1090VFTQ658JY33ZSWSW777Y0W9II98SUM49CRD1QM4UU5BWUNCBVIUINHYHQ7RLD16NY9EK0CF9EVCCCC1XUBF23BEMVX8IOQXKHQFT0EIDSL9T6U' where id=38; -update noar ti set v2='J66BHK5CX59CGBKBR1II3CDGTBW1II3ND5XMK5E4J0LN4LLA3190T2V8BP1E2820PV0TUIA86JQ8P9E4NLAPJ4Y1BMFLQ1PNVDJSMO46IBOAKJ675ECHKXYE7LR892XQTDVHENA3L3SMWVY1090VFTQ658JY33ZSWSW777Y0W9II98SUM49CRD1QM4UU5BWUNCBVIUINHYHQ7RLD16NY9EK0CF9EVCCCC1XUBF23BEMVX8IOQXKHQFT0EIDSL9T6U' where id=38; -update noar tt set v3='6EPLPYENJL5DS3BMXF5E5TUQ1WVCZHOAXZQFK0VG212FC5SFFPLIKCSXYE2ROQT5QM32YVHY6C0JCMH4730VU6A840PMMXA2P1INN2ZT8JKY4SUC6FN2YJSGBF1B6QK7TX8GIGDH8AZEGFAJVTCCB7VN5O74HPB78W5EMBPNANJECEI00RFE76A9BSJ75M1AEMI8QA2GMZMXNOT6IPMXXYKY041XQ6WB439CPFUNB8SJ8GQBQVP286ZCFH6GU11DR' where id=38; -update noar ti set v3='6EPLPYENJL5DS3BMXF5E5TUQ1WVCZHOAXZQFK0VG212FC5SFFPLIKCSXYE2ROQT5QM32YVHY6C0JCMH4730VU6A840PMMXA2P1INN2ZT8JKY4SUC6FN2YJSGBF1B6QK7TX8GIGDH8AZEGFAJVTCCB7VN5O74HPB78W5EMBPNANJECEI00RFE76A9BSJ75M1AEMI8QA2GMZMXNOT6IPMXXYKY041XQ6WB439CPFUNB8SJ8GQBQVP286ZCFH6GU11DR' where id=38; -update noar tt set v0='MBIJLQRMHX8UN2DL59P0SL86NBBALZN4MXLLMYFCZO4P6XAWKHHFBDIPWAPAM2OLRO4KQ2GJ50J70C0HPHOTJ67U4F2DGZ4RVF6GVK5N68EPGIVQOI79L6E42MC1GPJO3GME4UZ4VHL3VQIIG90ZUJNEHX8WN3XKSJA2DRTIFB1CVXZ10VSS0ZQ7S1RMTUR21W31P245K7RZ1FSCLG265U5GHTCXR4VXNQQ29AYTPS2NZCH07CIQBPLB9ZMCRMTTA' where id=39; -update noar ti set v0='MBIJLQRMHX8UN2DL59P0SL86NBBALZN4MXLLMYFCZO4P6XAWKHHFBDIPWAPAM2OLRO4KQ2GJ50J70C0HPHOTJ67U4F2DGZ4RVF6GVK5N68EPGIVQOI79L6E42MC1GPJO3GME4UZ4VHL3VQIIG90ZUJNEHX8WN3XKSJA2DRTIFB1CVXZ10VSS0ZQ7S1RMTUR21W31P245K7RZ1FSCLG265U5GHTCXR4VXNQQ29AYTPS2NZCH07CIQBPLB9ZMCRMTTA' where id=39; -update noar tt set v1='NSFIH0HZH8POOGYFFYPK4GIE3B1UD5WRRI6SOU1B05BGPAINR7O02M1729R1VVW4UF3KHD7CJNUCKU1NRHLQGIBRO4XSAKD61Y3IZBJKXDTTEZLSFIW60A7IYH5TM96PZSCL4QMUJ5JGC8IFGURM7LBZ27AYXH9W0I476X8DFEFU8SXDTU85J0EKMSTZHGSSTFGYYAZYR8NFUAVEW9T8B9TOWPR2SXH3PBIP87ORSWT4WZG9ARQHL5GJ23A6RQOXA' where id=39; -update noar ti set v1='NSFIH0HZH8POOGYFFYPK4GIE3B1UD5WRRI6SOU1B05BGPAINR7O02M1729R1VVW4UF3KHD7CJNUCKU1NRHLQGIBRO4XSAKD61Y3IZBJKXDTTEZLSFIW60A7IYH5TM96PZSCL4QMUJ5JGC8IFGURM7LBZ27AYXH9W0I476X8DFEFU8SXDTU85J0EKMSTZHGSSTFGYYAZYR8NFUAVEW9T8B9TOWPR2SXH3PBIP87ORSWT4WZG9ARQHL5GJ23A6RQOXA' where id=39; -update noar tt set v2='KACBVXR9WWP571WUNBLZZRBI8T3ZLMNYQYCQEDHNC9SQ9AW555ZF0JFSC38Q65C9MDQPXX9VMOK3EI6N8CNCSZDMWXLH0XDJHEBYPURWHVY6BAEX5V67C08085VN31ANK5MLR9TNDYUPS2SU7R8FX0FUK2SDUXV5PYEYMT02A20LB8VI0CQAXM0GEMFBTUWW7CY5F0NMUSPCF0JEM21QLFZMMWG19U1KW3ZTV091R5QSF230Q5I58IF0USUCQ8I4Q' where id=39; -update noar ti set v2='KACBVXR9WWP571WUNBLZZRBI8T3ZLMNYQYCQEDHNC9SQ9AW555ZF0JFSC38Q65C9MDQPXX9VMOK3EI6N8CNCSZDMWXLH0XDJHEBYPURWHVY6BAEX5V67C08085VN31ANK5MLR9TNDYUPS2SU7R8FX0FUK2SDUXV5PYEYMT02A20LB8VI0CQAXM0GEMFBTUWW7CY5F0NMUSPCF0JEM21QLFZMMWG19U1KW3ZTV091R5QSF230Q5I58IF0USUCQ8I4Q' where id=39; -update noar tt set v3='IICHG9NY81SCAQMR7JPS16WZ5QN3NGGNIEAI9JVFLUAJJWD2KJUVXN54702OW7TV7JPCCCZT6U2SMNQB5GE7GAJFBRZQW8OFAC1TXMRPYBNP1NJGR4FLPR517PM8CQBBACCPCSY2AIFDCU8LSI53RQGTDCR0HLI425KEZK8P9ASGU8JI84QTLYG38A584996KCT70A7SBSLYLBQFM0FMVSGQCQPJQECHTR86XAS9W5E5SJQ8QMHEFMTKW1AZ2DQHA' where id=39; -update noar ti set v3='IICHG9NY81SCAQMR7JPS16WZ5QN3NGGNIEAI9JVFLUAJJWD2KJUVXN54702OW7TV7JPCCCZT6U2SMNQB5GE7GAJFBRZQW8OFAC1TXMRPYBNP1NJGR4FLPR517PM8CQBBACCPCSY2AIFDCU8LSI53RQGTDCR0HLI425KEZK8P9ASGU8JI84QTLYG38A584996KCT70A7SBSLYLBQFM0FMVSGQCQPJQECHTR86XAS9W5E5SJQ8QMHEFMTKW1AZ2DQHA' where id=39; -update noar tt set v0='JS2SF26JP07VS8U1UW57MYH066TW6RJ5ORZ193DCV0R67XT51BGF0VQVOMF6SMANMF66N5FHY62H0X8WHNB0FDRWIEKUHWZAZB2M6ZDNAMWPL68GL6N9X2TRPZ6VVZKYR0FLPDPZFT9J26SHUDCYDSTS3KKSPZQL40DW9U29WUKXA2GD5ZXU6UD20H1KERE7I9NC0QXUGB0T5S50MHJPW68W8E2QOLUF61PXWOAF3JVG3GZONY1EBU2DVXXMGKGHB' where id=40; -update noar ti set v0='JS2SF26JP07VS8U1UW57MYH066TW6RJ5ORZ193DCV0R67XT51BGF0VQVOMF6SMANMF66N5FHY62H0X8WHNB0FDRWIEKUHWZAZB2M6ZDNAMWPL68GL6N9X2TRPZ6VVZKYR0FLPDPZFT9J26SHUDCYDSTS3KKSPZQL40DW9U29WUKXA2GD5ZXU6UD20H1KERE7I9NC0QXUGB0T5S50MHJPW68W8E2QOLUF61PXWOAF3JVG3GZONY1EBU2DVXXMGKGHB' where id=40; -update noar tt set v1='RU9KPNR8CRROLPYW026M8NDR45WQ3CHJY1J7BYICHACR8BT2UL3XL8PVAS6T0IE915IXV5IPZP3T9N4P4J5MAH9M19AQ8S0JD9H0EPKQWQFA1HXFLWVEDDD8EF7WTH5YE7T6FGIRVM5VFHG7RDJ793SSKRAF5VSVJDMP11VT75M6OPGUPL900ZJ1842LGC0M3J3KPF60R2AVB83YG2WYE49YM2IW22YV65PNJXLVFDW20PWJR14QKOX26HU9RTQ1S' where id=40; -update noar ti set v1='RU9KPNR8CRROLPYW026M8NDR45WQ3CHJY1J7BYICHACR8BT2UL3XL8PVAS6T0IE915IXV5IPZP3T9N4P4J5MAH9M19AQ8S0JD9H0EPKQWQFA1HXFLWVEDDD8EF7WTH5YE7T6FGIRVM5VFHG7RDJ793SSKRAF5VSVJDMP11VT75M6OPGUPL900ZJ1842LGC0M3J3KPF60R2AVB83YG2WYE49YM2IW22YV65PNJXLVFDW20PWJR14QKOX26HU9RTQ1S' where id=40; -update noar tt set v2='KIQLRRPH20523ZEAX8M9299NH77Z7O6W0CLRN0R5H2QEZ8PP4YUUYP8MSZDC76UNEXPR93EGKGJ232I81G2KBYK73RCWOJKFPG58D8MDNOWPRGT7RI257Q6ZOGR1MVPX9P96OOFRC0UF1E8BC2TDK6LM54JBAGAOTKRBY6YSQ33MOE0JRP8JWHVMG2PI1JK7CR0V2SNCU32TPHXPCX00MW8O2DZTTX8LURL0OQ3DVWLSWWDKH47JOHRJ2NVBUTD5D' where id=40; -update noar ti set v2='KIQLRRPH20523ZEAX8M9299NH77Z7O6W0CLRN0R5H2QEZ8PP4YUUYP8MSZDC76UNEXPR93EGKGJ232I81G2KBYK73RCWOJKFPG58D8MDNOWPRGT7RI257Q6ZOGR1MVPX9P96OOFRC0UF1E8BC2TDK6LM54JBAGAOTKRBY6YSQ33MOE0JRP8JWHVMG2PI1JK7CR0V2SNCU32TPHXPCX00MW8O2DZTTX8LURL0OQ3DVWLSWWDKH47JOHRJ2NVBUTD5D' where id=40; -update noar tt set v3='NIY892D98R34VRPVDPXGWYEYR78HTUOWTVAIZE1YX34I7DL9SVJ8ZTKFLDAWVWNUT9H7PQVFU21RESZZIRNMXO7OSSF8DXCHMJLOA93NAWJNLUR1DI8XT9N8IEHMN68R6FONVYZVIDJYT5C5FXW4B7BD0IF2LCD1AO8U665HWH9ASVX0FM6R1Q4BXOKZO72ZGH0FI5FWL9NURKN4PLZ8TXJ57VJ30AP92FL7AKO1JU5REVJHG40PX3GJUC4AHISJH' where id=40; -update noar ti set v3='NIY892D98R34VRPVDPXGWYEYR78HTUOWTVAIZE1YX34I7DL9SVJ8ZTKFLDAWVWNUT9H7PQVFU21RESZZIRNMXO7OSSF8DXCHMJLOA93NAWJNLUR1DI8XT9N8IEHMN68R6FONVYZVIDJYT5C5FXW4B7BD0IF2LCD1AO8U665HWH9ASVX0FM6R1Q4BXOKZO72ZGH0FI5FWL9NURKN4PLZ8TXJ57VJ30AP92FL7AKO1JU5REVJHG40PX3GJUC4AHISJH' where id=40; -update noar tt set v0='C1HMR8AVREFGKVQ63C7D47U9PQZYGKQR3XII6F3990712OKXQJBSYUHWPY5GSKP3QO2D08X1SKULCWAAUKXFNFQJN65QA4O1C3X1EL3JPSIBD24GTLAOR3CXEWFF5MEUSQJKIYVJ3FZPHMAHMUNTN4GASTNMM856OO9URCX519HU7HPMB6DQMJYJVT9UXTWUS9ATL31D77AL4ZLSBSNOQ1DMYC5838E2VE5ZJLE00Y9N6EJ5AE584L449RBK3IFHE' where id=41; -update noar ti set v0='C1HMR8AVREFGKVQ63C7D47U9PQZYGKQR3XII6F3990712OKXQJBSYUHWPY5GSKP3QO2D08X1SKULCWAAUKXFNFQJN65QA4O1C3X1EL3JPSIBD24GTLAOR3CXEWFF5MEUSQJKIYVJ3FZPHMAHMUNTN4GASTNMM856OO9URCX519HU7HPMB6DQMJYJVT9UXTWUS9ATL31D77AL4ZLSBSNOQ1DMYC5838E2VE5ZJLE00Y9N6EJ5AE584L449RBK3IFHE' where id=41; -update noar tt set v1='2M27TTLJMUW78ZLY31CJ4HTV8OHD7IBLO3BLACHI5O63JUK7RL0VZZ1E4EDSTHRINUOWO64QXH9Q6ZVBRNIKPIZBDG9DJPFIU6E5X84JHXBBL51M0XYQATB7PSM8WYC6YT15PW2GRJ1OV8NCTT01HGMT5IK02SJW7Y1UB5R8NJUZC4J9885H1ZDWID4H2W6OK005S2IQ44UDGKU01EPHAOXAV05FX7TKVT19CZ9BZ12W6G5XJBC773GD2WCV0T9L7' where id=41; -update noar ti set v1='2M27TTLJMUW78ZLY31CJ4HTV8OHD7IBLO3BLACHI5O63JUK7RL0VZZ1E4EDSTHRINUOWO64QXH9Q6ZVBRNIKPIZBDG9DJPFIU6E5X84JHXBBL51M0XYQATB7PSM8WYC6YT15PW2GRJ1OV8NCTT01HGMT5IK02SJW7Y1UB5R8NJUZC4J9885H1ZDWID4H2W6OK005S2IQ44UDGKU01EPHAOXAV05FX7TKVT19CZ9BZ12W6G5XJBC773GD2WCV0T9L7' where id=41; -update noar tt set v2='P32XQK94PPU6P6XSDX80S4AWBPQVGMI87R8IYP490S1EFEHOTROI7XWZYJMA1R3SNTTBDTDN6EN5OV4C2WEGKM3F2QICKUY83ZH548QINBZR1BSYP8L2YMBM947TQ86E1TP6DCVISFVKWHH3KLJYZUOJANJEQJ6CZYDEWJTMGIAJSN4NYB409P12VKBPDU7DCY1SJ7CDN7U3S1U15MFK2MUH2ANQFNH58742X5YBDGZK8PT3VQH9D5WBLV8BCYZAZ' where id=41; -update noar ti set v2='P32XQK94PPU6P6XSDX80S4AWBPQVGMI87R8IYP490S1EFEHOTROI7XWZYJMA1R3SNTTBDTDN6EN5OV4C2WEGKM3F2QICKUY83ZH548QINBZR1BSYP8L2YMBM947TQ86E1TP6DCVISFVKWHH3KLJYZUOJANJEQJ6CZYDEWJTMGIAJSN4NYB409P12VKBPDU7DCY1SJ7CDN7U3S1U15MFK2MUH2ANQFNH58742X5YBDGZK8PT3VQH9D5WBLV8BCYZAZ' where id=41; -update noar tt set v3='K80ACSSQCTWAUUVH9B8ZXO5O1ZVDB11L5X2TBTT3QHCT6TWP46IJMP18XNMWL5ZFOMDM4F4A70BRJHQWJGA43OTVNLIZAXV6XVBPTSZTWR5BPQ1PW6Z2SHWLHINEQGW1NBODSR59LPCOQRSMIERXSOA0SX3OOK1B9IOSZELC6FZKCCB3GKFE0JNEVFFFSGFTRRYBSH563FYQU45KF3IQBTJ51E39IHGUFYGTNJT1VHBBUHT47BFAMKIK5B4H4O5DW' where id=41; -update noar ti set v3='K80ACSSQCTWAUUVH9B8ZXO5O1ZVDB11L5X2TBTT3QHCT6TWP46IJMP18XNMWL5ZFOMDM4F4A70BRJHQWJGA43OTVNLIZAXV6XVBPTSZTWR5BPQ1PW6Z2SHWLHINEQGW1NBODSR59LPCOQRSMIERXSOA0SX3OOK1B9IOSZELC6FZKCCB3GKFE0JNEVFFFSGFTRRYBSH563FYQU45KF3IQBTJ51E39IHGUFYGTNJT1VHBBUHT47BFAMKIK5B4H4O5DW' where id=41; -update noar tt set v0='AXE6E25KSO6X9FQ378OHFQJSL3Y587JHS6PS7N5TWKS0MU0PO4MU3NB64O341DQRWO0OLPL9DZ1N0CPEBKOQX8QPF0MX465BV4MML06D6GL37YX7FNVY73Z7JKD9Y6WCN5KSA1PEZ94FRMPL79ABK51SG3ETE4FMVFQF5M3YP72B2FPB1SI322X2IIL2HKECLWW9Z6IZDSDG3NPJX0B02GC39JVXUIQK4Y04A4ADW9NAVC73J8Z5WJU7U5J3OTPC9' where id=42; -update noar ti set v0='AXE6E25KSO6X9FQ378OHFQJSL3Y587JHS6PS7N5TWKS0MU0PO4MU3NB64O341DQRWO0OLPL9DZ1N0CPEBKOQX8QPF0MX465BV4MML06D6GL37YX7FNVY73Z7JKD9Y6WCN5KSA1PEZ94FRMPL79ABK51SG3ETE4FMVFQF5M3YP72B2FPB1SI322X2IIL2HKECLWW9Z6IZDSDG3NPJX0B02GC39JVXUIQK4Y04A4ADW9NAVC73J8Z5WJU7U5J3OTPC9' where id=42; -update noar tt set v1='73TOUD4EONX110H0DV7HE3HZVITV2ECQMO3QI5GL1OYXUHD4HK3422B2SIL9D0KFEODL2BD0AZJ7BFU7L7YL7YQI1A118DWTB0EU7OICZQLSF18NTGU24MUPXSXUHZY62CHOB4NNDNZ9C87FCTVVR7IT9F4853U485QQVT476K8ZE3EUIHIAXQVRMYZO6A0HNV693J2ZZK4J9AIEOR3SRP6278IAUXORSJRZ7NIOUUQXFQGON4APBRK2HDCC4ZBQJ' where id=42; -update noar ti set v1='73TOUD4EONX110H0DV7HE3HZVITV2ECQMO3QI5GL1OYXUHD4HK3422B2SIL9D0KFEODL2BD0AZJ7BFU7L7YL7YQI1A118DWTB0EU7OICZQLSF18NTGU24MUPXSXUHZY62CHOB4NNDNZ9C87FCTVVR7IT9F4853U485QQVT476K8ZE3EUIHIAXQVRMYZO6A0HNV693J2ZZK4J9AIEOR3SRP6278IAUXORSJRZ7NIOUUQXFQGON4APBRK2HDCC4ZBQJ' where id=42; -update noar tt set v2='8SNJHZKVFOKMR9JBXBSP14F7VRUPNQQ9AO779YSPCXBCVH8RNS8ZQ25KAVEUW68WXZ5CBT2S3P51CUP2HJWZSDAN28CBNBHQSB44YASD0YWTN17R8143THIBC2HCR41J8JOS5VCHUJDUEY8CGYSWGY9EWOI36X4NGTMEALRCFNKJR2W9TWCYZQFM963S6IBF1Y3MON44NL98MOCRIKZ5O97N6AM3E28JJ9WO5S7EA8WK74K0CRFLR5MBJR35PMIZN' where id=42; -update noar ti set v2='8SNJHZKVFOKMR9JBXBSP14F7VRUPNQQ9AO779YSPCXBCVH8RNS8ZQ25KAVEUW68WXZ5CBT2S3P51CUP2HJWZSDAN28CBNBHQSB44YASD0YWTN17R8143THIBC2HCR41J8JOS5VCHUJDUEY8CGYSWGY9EWOI36X4NGTMEALRCFNKJR2W9TWCYZQFM963S6IBF1Y3MON44NL98MOCRIKZ5O97N6AM3E28JJ9WO5S7EA8WK74K0CRFLR5MBJR35PMIZN' where id=42; -update noar tt set v3='26WCQVQYMI48CW3TL65ZS4F5R9MTI048B05BF60S9OHG46ZY0NEOAZFCCHH7IUNP1N93HS872SFTB2LZ3NH7RYR5WIWX2DLZCER9I1C1P1BEPOSC3S3AS66HFI15D8Y1Y31U90L207YABO9KPJEASZM4PX0V7RQCNRXTS10X2LDWC722MXTVJPWTXYV2513V3QAYAK9HMQXZXKCA668PZG1HFK6VN2WYWW8VEWRBLNV5B9CL98THF8T4PQ2MBI38P' where id=42; -update noar ti set v3='26WCQVQYMI48CW3TL65ZS4F5R9MTI048B05BF60S9OHG46ZY0NEOAZFCCHH7IUNP1N93HS872SFTB2LZ3NH7RYR5WIWX2DLZCER9I1C1P1BEPOSC3S3AS66HFI15D8Y1Y31U90L207YABO9KPJEASZM4PX0V7RQCNRXTS10X2LDWC722MXTVJPWTXYV2513V3QAYAK9HMQXZXKCA668PZG1HFK6VN2WYWW8VEWRBLNV5B9CL98THF8T4PQ2MBI38P' where id=42; -update noar tt set v0='N4QGLNWDK955DOINBQI4XMPW86UUQDBAZA1B6U6BBCDCRNXDGA7G97YJLTTM9XUPYCCVK9VKDZFMQZRC8QT83CG0Y73MPQYBN5MDSPF3H58EU9C1HGUZIVD5T0A62RKW3DBI6MLYDJPBYY33EOTBGYE2QTPO0TABRG7RPU9JHKU5WKIPZO58UGB7FV5MGHK5YQCZMT3EZF5M7KNKJ0YRH2EZAXG2TQ6G4BQQLIH92I1PI256H0ZWZLNROCLN4O0BE' where id=43; -update noar ti set v0='N4QGLNWDK955DOINBQI4XMPW86UUQDBAZA1B6U6BBCDCRNXDGA7G97YJLTTM9XUPYCCVK9VKDZFMQZRC8QT83CG0Y73MPQYBN5MDSPF3H58EU9C1HGUZIVD5T0A62RKW3DBI6MLYDJPBYY33EOTBGYE2QTPO0TABRG7RPU9JHKU5WKIPZO58UGB7FV5MGHK5YQCZMT3EZF5M7KNKJ0YRH2EZAXG2TQ6G4BQQLIH92I1PI256H0ZWZLNROCLN4O0BE' where id=43; -update noar tt set v1='C5WNK7DO09CLH11GEQ15TCEF2UW5XOLKZ6XXEMYMC1LYTAMPBY6HRGRUKURWHTS9JPNWL41BP8PM9686W2U0B8R9JSB2HQU71KM8N6Z75PFUI97S7GOMCJ9YNW43U1LFU26X8SK8RF7EIL6TMSM8FFXAT91XM96W0NPTYOLFEUEI8CYQ555FACHLW0V4R1E3QG62F3FVBBGW05MI6AZZWLAJ688GVGOIE2C8UTZUT7CJYANKIUIRT92MTH45YVG20' where id=43; -update noar ti set v1='C5WNK7DO09CLH11GEQ15TCEF2UW5XOLKZ6XXEMYMC1LYTAMPBY6HRGRUKURWHTS9JPNWL41BP8PM9686W2U0B8R9JSB2HQU71KM8N6Z75PFUI97S7GOMCJ9YNW43U1LFU26X8SK8RF7EIL6TMSM8FFXAT91XM96W0NPTYOLFEUEI8CYQ555FACHLW0V4R1E3QG62F3FVBBGW05MI6AZZWLAJ688GVGOIE2C8UTZUT7CJYANKIUIRT92MTH45YVG20' where id=43; -update noar tt set v2='KSZXG1B5O09HBMBYGDCWHIST8GRJEHY8PN4IB7TBDN01PJMOLBWY9TMLI3X5V80U2K5NNNZ2P9TTQFG1HBW1T1YY1VP3UDV1LKFNTGOWPM12XFN82W8T083GY7HR6BLYMPT0ZQHTSGMXCE7BY5L2BOB5GUWZINU36VMGLYJXX63OHXTVCHC7Q8ISLOZC3DSN2HDTM1APTXHIXKYQFZ3UCLWD09SDZ7TJ72ZYKMWNGA7QU9MGVACKXXFWYQDOS2SMC' where id=43; -update noar ti set v2='KSZXG1B5O09HBMBYGDCWHIST8GRJEHY8PN4IB7TBDN01PJMOLBWY9TMLI3X5V80U2K5NNNZ2P9TTQFG1HBW1T1YY1VP3UDV1LKFNTGOWPM12XFN82W8T083GY7HR6BLYMPT0ZQHTSGMXCE7BY5L2BOB5GUWZINU36VMGLYJXX63OHXTVCHC7Q8ISLOZC3DSN2HDTM1APTXHIXKYQFZ3UCLWD09SDZ7TJ72ZYKMWNGA7QU9MGVACKXXFWYQDOS2SMC' where id=43; -update noar tt set v3='V8LZAYWQ9VSGN0UH6ODPBSDK0N28GI0OWTC2ZNJ9S6SCJ4FJA4YGHUR8DJ84X5VXJRC71AXL92XF78L9CISJK00TVXMEMG0CC4O0S0BSOOEIPZKM5CI0A981N0CYPNGW66IPMTVPEQMWQCD8EE0JINYSQNW96RSQ5RHV1PDV47Y0VSHRESBF7T2VPO1LTTIGQSQWOVFW9I4KYVCVB8YMI5JI8X64L37GB7FIU5Z39D1VAW0WPVPI7JFQ5K59PLRNV' where id=43; -update noar ti set v3='V8LZAYWQ9VSGN0UH6ODPBSDK0N28GI0OWTC2ZNJ9S6SCJ4FJA4YGHUR8DJ84X5VXJRC71AXL92XF78L9CISJK00TVXMEMG0CC4O0S0BSOOEIPZKM5CI0A981N0CYPNGW66IPMTVPEQMWQCD8EE0JINYSQNW96RSQ5RHV1PDV47Y0VSHRESBF7T2VPO1LTTIGQSQWOVFW9I4KYVCVB8YMI5JI8X64L37GB7FIU5Z39D1VAW0WPVPI7JFQ5K59PLRNV' where id=43; -update noar tt set v0='JG70S82EH2XF6QK131GSV1AKI0CK0MH0ZSB477ZNQYRLL8DE8W9P9FV1DTUXNT3GPHRP49YZAI5I9HWRU24KQZANZWFRY1QA67KSSVQIN9ZS9PVGNLHRUPU47R0WXB6VB8NI1YBWQ4VO4EFR65XW8XLM7KG2SRNRFYVF7P54YAJS7L3QF2S68RJWHA22T73YA8N11N05E0N0C9PRDBAKKAFJ0Z0MD70XOOOPDM7K6KGQAXD78Q4CIT8PYDQ39UD3Q' where id=44; -update noar ti set v0='JG70S82EH2XF6QK131GSV1AKI0CK0MH0ZSB477ZNQYRLL8DE8W9P9FV1DTUXNT3GPHRP49YZAI5I9HWRU24KQZANZWFRY1QA67KSSVQIN9ZS9PVGNLHRUPU47R0WXB6VB8NI1YBWQ4VO4EFR65XW8XLM7KG2SRNRFYVF7P54YAJS7L3QF2S68RJWHA22T73YA8N11N05E0N0C9PRDBAKKAFJ0Z0MD70XOOOPDM7K6KGQAXD78Q4CIT8PYDQ39UD3Q' where id=44; -update noar tt set v1='07SG3BPYWQQEEPPUXICSE0JKJDFA0C3DD95G0MF2KDDBSGP636C9KSJ4JDO2W9UDT3FI465Z8WSWYULSNIH5XT7XYUTMNQRXJSGC3Q7TU8FGLFSHVX2FMKP4OU25X9NPNOQ0VUYR76DFE9MB25EMCZ8254D116AC9HUB1QSYMVQUO7IJNLZKYWSI0S973LHC0I87Y8415RJMAW8SE5EDRN5HUMGFOL2QSLCVLMB5DPZK3SHMPBQOU59PL2NDZYMAY' where id=44; -update noar ti set v1='07SG3BPYWQQEEPPUXICSE0JKJDFA0C3DD95G0MF2KDDBSGP636C9KSJ4JDO2W9UDT3FI465Z8WSWYULSNIH5XT7XYUTMNQRXJSGC3Q7TU8FGLFSHVX2FMKP4OU25X9NPNOQ0VUYR76DFE9MB25EMCZ8254D116AC9HUB1QSYMVQUO7IJNLZKYWSI0S973LHC0I87Y8415RJMAW8SE5EDRN5HUMGFOL2QSLCVLMB5DPZK3SHMPBQOU59PL2NDZYMAY' where id=44; -update noar tt set v2='1RXGUMTFHFSC2VP8HGPVKV4ZKJPBDQTQ4OK8UKMRHUKEMZGZ5CA6GKAZ5BHY5I3KM1I2Z6G28K8T9Q3QCII043K742N6KOJMWLFADKMBV59VAXE2TAC2P2K0KWLB3NX6V7TP5HPZUT60NGETTCOWFC299PQKE8VVGI6NRTKEKXMS6YXK5INJHL4W8XW2A269VR5OHMJDOE1HT1PUMYGUJA4PZCL21VN7UUJ7TF2P968OH7LRB2RR5ML6Y5XU2Y0QC' where id=44; -update noar ti set v2='1RXGUMTFHFSC2VP8HGPVKV4ZKJPBDQTQ4OK8UKMRHUKEMZGZ5CA6GKAZ5BHY5I3KM1I2Z6G28K8T9Q3QCII043K742N6KOJMWLFADKMBV59VAXE2TAC2P2K0KWLB3NX6V7TP5HPZUT60NGETTCOWFC299PQKE8VVGI6NRTKEKXMS6YXK5INJHL4W8XW2A269VR5OHMJDOE1HT1PUMYGUJA4PZCL21VN7UUJ7TF2P968OH7LRB2RR5ML6Y5XU2Y0QC' where id=44; -update noar tt set v3='NKL5I1GO2TCCE7RR4QIHHIX3QP0NX2BZXAD6DBSWXY2JJTWI63HF2C6P317LOR0CN6NIVMITIQ97NC06DJINN1UBDSAGHK1B3ZXW3N0YG8NH4OGEA9GINKXND5QQW00RE80DDCZ5658TIQQ3I0QTMZ24EIPN8GRY3L4WW2DJ44TJ2OUF2Y6YPE0469HYDISL1J3NGKMPB6GDSL01PXHSGT3E3P9O4QAT4RMR925FJRH3UJJM7LAAMAXH95TK1J0PC' where id=44; -update noar ti set v3='NKL5I1GO2TCCE7RR4QIHHIX3QP0NX2BZXAD6DBSWXY2JJTWI63HF2C6P317LOR0CN6NIVMITIQ97NC06DJINN1UBDSAGHK1B3ZXW3N0YG8NH4OGEA9GINKXND5QQW00RE80DDCZ5658TIQQ3I0QTMZ24EIPN8GRY3L4WW2DJ44TJ2OUF2Y6YPE0469HYDISL1J3NGKMPB6GDSL01PXHSGT3E3P9O4QAT4RMR925FJRH3UJJM7LAAMAXH95TK1J0PC' where id=44; -update noar tt set v0='QJLVI60CSI69F3T7M9J6LRGMMEF7QBZ140K30QJ6PCHLSWCP5PLFDNCLFY5GUVZYBJ26I3P4D8C7LF5QYD3XGY6HNMP3UKCLXV6IRN6WA50NIUDJ1K0V60YPORJCJUFURIPD5MA4SQWAQQ0B62M1GHJKEXMFMFAUE1VH2UEJ98G9075NEITENA5V94BBVPQ7DIGOTVDPEM6UN8OYY0L0LXDTYQO2BFO47XEO6U5SS0V4BMH8FTK537Z2JCZYEVFB0' where id=45; -update noar ti set v0='QJLVI60CSI69F3T7M9J6LRGMMEF7QBZ140K30QJ6PCHLSWCP5PLFDNCLFY5GUVZYBJ26I3P4D8C7LF5QYD3XGY6HNMP3UKCLXV6IRN6WA50NIUDJ1K0V60YPORJCJUFURIPD5MA4SQWAQQ0B62M1GHJKEXMFMFAUE1VH2UEJ98G9075NEITENA5V94BBVPQ7DIGOTVDPEM6UN8OYY0L0LXDTYQO2BFO47XEO6U5SS0V4BMH8FTK537Z2JCZYEVFB0' where id=45; -update noar tt set v1='0MED4MORQR2O4BOE2U9MH6LFRAIEP1HTR4MLPLYBRV3FZLH57T4O4XU8C3VWRILWECMJJZSYLVD9YAIG4OVOK06LUY002LNSLBMGVGDRHVE1R7G3I4H3J2SMWPHUV3WEMPDB0DSW72EFDQW1AEGV2GLP2KO7LZVPYDCSG0P69LZPLY7DPRPXSXOS2Z3OVXC8RX1X5EBFKRRSP9EFITVST68QO991P9GE0S19MUSDR23CLMQYP1HP47J29WVP2I1CA' where id=45; -update noar ti set v1='0MED4MORQR2O4BOE2U9MH6LFRAIEP1HTR4MLPLYBRV3FZLH57T4O4XU8C3VWRILWECMJJZSYLVD9YAIG4OVOK06LUY002LNSLBMGVGDRHVE1R7G3I4H3J2SMWPHUV3WEMPDB0DSW72EFDQW1AEGV2GLP2KO7LZVPYDCSG0P69LZPLY7DPRPXSXOS2Z3OVXC8RX1X5EBFKRRSP9EFITVST68QO991P9GE0S19MUSDR23CLMQYP1HP47J29WVP2I1CA' where id=45; -update noar tt set v2='BIG3O7ZSKC73JJW8LEXUOOEU3HZX9F3GTIXC08U7QQOGA74LOEUTY1T738SV9TAHINHU6JKK5RPW80NIXC9RHN6YHRJ1YBV8LEK4XARWJM3IMXEJP6PWB7WVB7EMDZKK42DSQ2NG7HGL6IX04EBK1HI6JJ16GW452PA6YAEU6H61HQ9T7LZPVGTBP6NMYKN7KPXOQKBOYG06LJ6WPSMN2S2NFKCDC1KDZD6ILJ83HSQSF5YCZDEWN3D5EC9AGYUW0' where id=45; -update noar ti set v2='BIG3O7ZSKC73JJW8LEXUOOEU3HZX9F3GTIXC08U7QQOGA74LOEUTY1T738SV9TAHINHU6JKK5RPW80NIXC9RHN6YHRJ1YBV8LEK4XARWJM3IMXEJP6PWB7WVB7EMDZKK42DSQ2NG7HGL6IX04EBK1HI6JJ16GW452PA6YAEU6H61HQ9T7LZPVGTBP6NMYKN7KPXOQKBOYG06LJ6WPSMN2S2NFKCDC1KDZD6ILJ83HSQSF5YCZDEWN3D5EC9AGYUW0' where id=45; -update noar tt set v3='OUYC9DKTGWZGFT4A2NRBER81EVCO2O3UA8VOUMDQJDSO52KN420UL6NE4PK94H9H62WM6THTLWK4QZXSKLVCZHRTUJ5S0FUHRKWTEFEP4FU62F1BYF23U2UQS091VV8AAACCECK0XFK85O1SHU03GZKA0TFODE1EFBOC3HTA42IIA3IS8W0YRUMPT4EQI4KI4V4I9T79ZV200J4O8IURWZHF070JWBUR702E9SEPNZ9Z95CVYHU10P1O0AMLGA9Y9' where id=45; -update noar ti set v3='OUYC9DKTGWZGFT4A2NRBER81EVCO2O3UA8VOUMDQJDSO52KN420UL6NE4PK94H9H62WM6THTLWK4QZXSKLVCZHRTUJ5S0FUHRKWTEFEP4FU62F1BYF23U2UQS091VV8AAACCECK0XFK85O1SHU03GZKA0TFODE1EFBOC3HTA42IIA3IS8W0YRUMPT4EQI4KI4V4I9T79ZV200J4O8IURWZHF070JWBUR702E9SEPNZ9Z95CVYHU10P1O0AMLGA9Y9' where id=45; -update noar tt set v0='PB6DJX0JC33IS056GK6KS818CFG0U90X8WVOUM4WYRM7RZXFZWM91LA9VF5LWY0ERXO349YZM8EUF7Y7J6DWDDZA4AANVSO5OVQL1GBQMOLL5V80V4TFLBQNN2X7YWOW5IY6FYWR4GK0XXG7NQ64P89YYADE3V27BWVJ9REG4PD33XEX4DINBT64RSDPO476HGLKW3RNH4SFCC3CL95A14DNWE17RSNBIX8U3590R7GXN2VB7LIG1A3H9T9Y58TCL' where id=46; -update noar ti set v0='PB6DJX0JC33IS056GK6KS818CFG0U90X8WVOUM4WYRM7RZXFZWM91LA9VF5LWY0ERXO349YZM8EUF7Y7J6DWDDZA4AANVSO5OVQL1GBQMOLL5V80V4TFLBQNN2X7YWOW5IY6FYWR4GK0XXG7NQ64P89YYADE3V27BWVJ9REG4PD33XEX4DINBT64RSDPO476HGLKW3RNH4SFCC3CL95A14DNWE17RSNBIX8U3590R7GXN2VB7LIG1A3H9T9Y58TCL' where id=46; -update noar tt set v1='F83WA3EXCAFGQ1J7S9CZTE399YABHZODSXR0D506Z2KEWZ7982MHMU8JTC6GCITMDVUG1ZQHEQT7MQHLVHKNE5719S6SUSLKZ9JGR224GHBZIVTD4AM09YISFRK1TLN7LMJSDIETBZRNR7U91Q13PP4V42MC6S0JSZRNAF83CN37Q2C4Y8O8TMJBICTR0ERJ4523EAJ3LKL6BFDVQVPUVWF0D5XABZXR75Z98NHSOELQ4U8XMX1727847VE2NNQQG' where id=46; -update noar ti set v1='F83WA3EXCAFGQ1J7S9CZTE399YABHZODSXR0D506Z2KEWZ7982MHMU8JTC6GCITMDVUG1ZQHEQT7MQHLVHKNE5719S6SUSLKZ9JGR224GHBZIVTD4AM09YISFRK1TLN7LMJSDIETBZRNR7U91Q13PP4V42MC6S0JSZRNAF83CN37Q2C4Y8O8TMJBICTR0ERJ4523EAJ3LKL6BFDVQVPUVWF0D5XABZXR75Z98NHSOELQ4U8XMX1727847VE2NNQQG' where id=46; -update noar tt set v2='VF2FHUXPTMJCPPC6ND5MY7L1YPUXSV4NWLQOE0COYQJ09WA940LR6V0M2FPD7LYW20UELPDE8BMUOKR1THQS1X1YBCO3KJW1C60K16ADIGLM05OEGLB5DSUZT3SDFQI2P3OQ4ONO95FI5UPLZE8ZVRRTVJQDUT6LEVFNRLMW67I2KVXCDU27L2CPS3KDEKRTFC7HIXEV6LFAYU74CCI7DAM2U76IX075N8HGAX8U8ZOWWXT10DNPI6LCY12LXO38W' where id=46; -update noar ti set v2='VF2FHUXPTMJCPPC6ND5MY7L1YPUXSV4NWLQOE0COYQJ09WA940LR6V0M2FPD7LYW20UELPDE8BMUOKR1THQS1X1YBCO3KJW1C60K16ADIGLM05OEGLB5DSUZT3SDFQI2P3OQ4ONO95FI5UPLZE8ZVRRTVJQDUT6LEVFNRLMW67I2KVXCDU27L2CPS3KDEKRTFC7HIXEV6LFAYU74CCI7DAM2U76IX075N8HGAX8U8ZOWWXT10DNPI6LCY12LXO38W' where id=46; -update noar tt set v3='1EB42JNSJZPAFH6Z91LNXM3U5AHA7KOW5QKPR1Y18HTDDJWRQIB4DE9A0BI8D77ZAS49I2Y0YV0U35XT5DRAM5DI644XMIFBLL6X7D0XE2E9IXSQUS4WI340PH3RUYCC7QPIJNH58XTKG0PFD3F2OZ43CASBUT9XDR9SA4ESDBDG6GUVZOQGV9ZF7GZ91HQV3ZPI9RCLUSKYJ4KRR1IPM3EZW9X9VD7ID06EVB9MR60WQF2K94VQS4V6FLP67EFE4' where id=46; -update noar ti set v3='1EB42JNSJZPAFH6Z91LNXM3U5AHA7KOW5QKPR1Y18HTDDJWRQIB4DE9A0BI8D77ZAS49I2Y0YV0U35XT5DRAM5DI644XMIFBLL6X7D0XE2E9IXSQUS4WI340PH3RUYCC7QPIJNH58XTKG0PFD3F2OZ43CASBUT9XDR9SA4ESDBDG6GUVZOQGV9ZF7GZ91HQV3ZPI9RCLUSKYJ4KRR1IPM3EZW9X9VD7ID06EVB9MR60WQF2K94VQS4V6FLP67EFE4' where id=46; -update noar tt set v0='AXWTUPJFKOTIA2IGWM4MX9SBKLG9Y2GM0NBE9DAISHQOS4I5ZYXRNXZ631JY9S48RY2IRQCBHF457P1G20HXOUHGYN54U06QE9KHLVDIEWR1IF34B12VVM5CUZLDYN5W6BM20EGYUJRV9S5AWO5WU7D14D5WOW7P0FPG9WXZLXPUPNTKS4VXESSISW6BM1P5UDIUGBII7370S9UJFXF4P0SA55RK9Y47P92FAE6QKG2HS528DU4VSL3H1N19MV5RB' where id=47; -update noar ti set v0='AXWTUPJFKOTIA2IGWM4MX9SBKLG9Y2GM0NBE9DAISHQOS4I5ZYXRNXZ631JY9S48RY2IRQCBHF457P1G20HXOUHGYN54U06QE9KHLVDIEWR1IF34B12VVM5CUZLDYN5W6BM20EGYUJRV9S5AWO5WU7D14D5WOW7P0FPG9WXZLXPUPNTKS4VXESSISW6BM1P5UDIUGBII7370S9UJFXF4P0SA55RK9Y47P92FAE6QKG2HS528DU4VSL3H1N19MV5RB' where id=47; -update noar tt set v1='U5HRVCAYKV0YX0Z7UFWFRFMGQZOL74CRFPA12V5RQHAOAB8WHT2GQTRWBBNMZ9ZEKM7P5CCGTNBYY5N3OHM520HNB01TRJBS9JRG6ZBGWEWNKPSNHJHB1B0Q4GWCDHLO24NMGC8KFGXKC7F8CIOA33PQODFSZCBLM55BE3P41S9COGW04H0KC767XWMUWDS879SA7MRDMXA09I0IUCXWZUWDDB5FP3Z3LXXYQ1JCDGXE9RQNO8PFGSU2GYBTPAXBU' where id=47; -update noar ti set v1='U5HRVCAYKV0YX0Z7UFWFRFMGQZOL74CRFPA12V5RQHAOAB8WHT2GQTRWBBNMZ9ZEKM7P5CCGTNBYY5N3OHM520HNB01TRJBS9JRG6ZBGWEWNKPSNHJHB1B0Q4GWCDHLO24NMGC8KFGXKC7F8CIOA33PQODFSZCBLM55BE3P41S9COGW04H0KC767XWMUWDS879SA7MRDMXA09I0IUCXWZUWDDB5FP3Z3LXXYQ1JCDGXE9RQNO8PFGSU2GYBTPAXBU' where id=47; -update noar tt set v2='SS4H5RR972GX6AC6L42C5NSQK1EPB2RZ3339ZIP8S6LBDZX9LNKF5D6DAX8EFV0HW3WCI7E4HPPYP3Q1GJRCD2F98FAR4D2526LBFVWF5F3X546B8C82D6KTC633L1BSWCKRF4MYFWOW4M9NVRAYQILXAS4XZ206T3H3K1R9V6EAH79XM6T1KJPH8N2CGY2G9JJM7ZVTKMWXXWWUMZG737VKB1441EA53REMQI9303XF96GS7JQRHAVMBCKFL15AE' where id=47; -update noar ti set v2='SS4H5RR972GX6AC6L42C5NSQK1EPB2RZ3339ZIP8S6LBDZX9LNKF5D6DAX8EFV0HW3WCI7E4HPPYP3Q1GJRCD2F98FAR4D2526LBFVWF5F3X546B8C82D6KTC633L1BSWCKRF4MYFWOW4M9NVRAYQILXAS4XZ206T3H3K1R9V6EAH79XM6T1KJPH8N2CGY2G9JJM7ZVTKMWXXWWUMZG737VKB1441EA53REMQI9303XF96GS7JQRHAVMBCKFL15AE' where id=47; -update noar tt set v3='OUX8FNHCWK1ZK9IHMWM8RMU1N006C2AFDN17KHGJJSOD8ZL3K7R6FWR8LIVSR0DLGHIFR4SO6EMXXOPZ3RZSEDQ70JJIW0COS50W4MIPUZ4PFZUHNDDBP3PFCMEQQIXUMN0E82BPR2DTMQEBLAZA7ON3QX7V612H4UO6H9ZK1Q9IQT4G95APIRXDNNLFZQTOZPWNNNJ67MHTRMN2T49PTZH9H55GXEE4PY6I551NZAVD5NRVOMXZ1MRQNWC2RY6W7' where id=47; -update noar ti set v3='OUX8FNHCWK1ZK9IHMWM8RMU1N006C2AFDN17KHGJJSOD8ZL3K7R6FWR8LIVSR0DLGHIFR4SO6EMXXOPZ3RZSEDQ70JJIW0COS50W4MIPUZ4PFZUHNDDBP3PFCMEQQIXUMN0E82BPR2DTMQEBLAZA7ON3QX7V612H4UO6H9ZK1Q9IQT4G95APIRXDNNLFZQTOZPWNNNJ67MHTRMN2T49PTZH9H55GXEE4PY6I551NZAVD5NRVOMXZ1MRQNWC2RY6W7' where id=47; -update noar tt set v0='MB5H1GDPS1VCHQ9PW1EDK84A367DLALIB92THATAP0MY21UZSLKIQMVALPITBWYZ1T6DKOMNMDJ26BP7P29QOFVY0Q1QGQ1DS4JPNKH5IJO1I1YRV3SSWBTFRF14ITYQD7FU7PV0IGUJ1A21XP8CF3ZJ9T7QB5T9OOAQPGJ0KVOM6GYJ7WA369TOV7TDRGQU1GEFYLSYRIWTTGCN6C07EQAYX9MF399JCZ3OBTDH9WDKFERXJGO95DAAIPAF0H4YK' where id=48; -update noar ti set v0='MB5H1GDPS1VCHQ9PW1EDK84A367DLALIB92THATAP0MY21UZSLKIQMVALPITBWYZ1T6DKOMNMDJ26BP7P29QOFVY0Q1QGQ1DS4JPNKH5IJO1I1YRV3SSWBTFRF14ITYQD7FU7PV0IGUJ1A21XP8CF3ZJ9T7QB5T9OOAQPGJ0KVOM6GYJ7WA369TOV7TDRGQU1GEFYLSYRIWTTGCN6C07EQAYX9MF399JCZ3OBTDH9WDKFERXJGO95DAAIPAF0H4YK' where id=48; -update noar tt set v1='WS7R7FP866JN1TTU7QFKA4URDL1IS3ENK8PL5YPOGILQ76VUFO9Y362VTAHA19J3VM4WMZON3U0KU80KCEL6G3AR9HXHFPJ98RP3YAD9IEZBTK7FU8L512R3Q3JO2EAFYLY7RONZTGZ44DF66IGNA0E2NKF8GBELZIRS55I7VOD7CTM3M60PDIACWRZAOA61NHC8BCWI8CDROUYKK0OHYGX18O71HZLHON3U3TAGPB9MJN3CCCSRW0EF0WS7H18HD' where id=48; -update noar ti set v1='WS7R7FP866JN1TTU7QFKA4URDL1IS3ENK8PL5YPOGILQ76VUFO9Y362VTAHA19J3VM4WMZON3U0KU80KCEL6G3AR9HXHFPJ98RP3YAD9IEZBTK7FU8L512R3Q3JO2EAFYLY7RONZTGZ44DF66IGNA0E2NKF8GBELZIRS55I7VOD7CTM3M60PDIACWRZAOA61NHC8BCWI8CDROUYKK0OHYGX18O71HZLHON3U3TAGPB9MJN3CCCSRW0EF0WS7H18HD' where id=48; -update noar tt set v2='OURRGQBAB4425PAAVQDZCSF3DEWUW1CVBB3C7UCCKJSWRR1D4IFS7P8UMI59MIO6YOAH3AJUAHBT05416W8WH5501TFITBJGRWQM61Q4IND4GH8L85ZBULJQOX54XT51AXUASK179GJRJWTIH8MXFORV4Z9Y9DIBBDF6VC5MWBCOVBLCQU6WX8PGP59B4G7HVT1TOA2ULTNJX5OAP6WVU92RI1M47SIHHPI6FV3F68KRO27T572PN5NIGL6TOG2BO' where id=48; -update noar ti set v2='OURRGQBAB4425PAAVQDZCSF3DEWUW1CVBB3C7UCCKJSWRR1D4IFS7P8UMI59MIO6YOAH3AJUAHBT05416W8WH5501TFITBJGRWQM61Q4IND4GH8L85ZBULJQOX54XT51AXUASK179GJRJWTIH8MXFORV4Z9Y9DIBBDF6VC5MWBCOVBLCQU6WX8PGP59B4G7HVT1TOA2ULTNJX5OAP6WVU92RI1M47SIHHPI6FV3F68KRO27T572PN5NIGL6TOG2BO' where id=48; -update noar tt set v3='M2GZYWGU6K2Z1BRUCDWQM4MX6YZ0VHVWKMVIH3YTKBQNXUYGIVEYKCIIA80205LX9OYPVGWFDOWUQBQENQQCT0CDEJ59HVFTTG7J4EG455TAXBDIHSZMZWKK9AZ6118VHSOGVEINMWWWWZUGGM79GAT5PZKI1WR8EA6J24XGGCOVKLK77UWA8LJ91GZLFEI0F0QUVBAGX4125SAJXK2HBKJMVD165V4W8DCLS3UCVWZXPPFDO6QBWHDXRKFKALR86' where id=48; -update noar ti set v3='M2GZYWGU6K2Z1BRUCDWQM4MX6YZ0VHVWKMVIH3YTKBQNXUYGIVEYKCIIA80205LX9OYPVGWFDOWUQBQENQQCT0CDEJ59HVFTTG7J4EG455TAXBDIHSZMZWKK9AZ6118VHSOGVEINMWWWWZUGGM79GAT5PZKI1WR8EA6J24XGGCOVKLK77UWA8LJ91GZLFEI0F0QUVBAGX4125SAJXK2HBKJMVD165V4W8DCLS3UCVWZXPPFDO6QBWHDXRKFKALR86' where id=48; -update noar tt set v0='AO8D9J3S7JLAIEP1567XBBM1YRUQ7R9TTBOOUCNW1WWEBVB43X0CU7VO90UC42FQUATL201RCV6QF476ELOBZEFI2J7RJZ94OR9CFTJZ1GZRJ0BO0MFLYIQD8YQ79NTMYM6P768O0GENJT4HQTMMITS5Z6TE1HY1EYTH12C0WIXI3H10BDQHOMQH9XPWN7PKBNRKVSEDQBANGB90IARLZNRP77IBID3YRG3LZUAF12DY7HJ1CCK05TR5PVGPFTZ03' where id=49; -update noar ti set v0='AO8D9J3S7JLAIEP1567XBBM1YRUQ7R9TTBOOUCNW1WWEBVB43X0CU7VO90UC42FQUATL201RCV6QF476ELOBZEFI2J7RJZ94OR9CFTJZ1GZRJ0BO0MFLYIQD8YQ79NTMYM6P768O0GENJT4HQTMMITS5Z6TE1HY1EYTH12C0WIXI3H10BDQHOMQH9XPWN7PKBNRKVSEDQBANGB90IARLZNRP77IBID3YRG3LZUAF12DY7HJ1CCK05TR5PVGPFTZ03' where id=49; -update noar tt set v1='XCKZM3OD2Z7IVD51S1UZKBLJOBHZ21CA37Z0ZLXXXU9WWPGHHKF8B7WIISUTNZ9XV48UMBS92BGSUKW1G1K0AEND4PEC7X5TUIGYOSOTUELEV5GRAO686I6SLPHO3HDM0JX9NO3BRNE44IZ9EKY0VR225LWRSLP8Z6OZTGN2O7BAD9DBRRS8VZ3O87ZDZO8X2UAS7UCFUF8T7PZ0BSAU2T4X91N9EXA8FDYQSNGKRMJOC1Y0IJA6Q6P8H1MBRQTLZ' where id=49; -update noar ti set v1='XCKZM3OD2Z7IVD51S1UZKBLJOBHZ21CA37Z0ZLXXXU9WWPGHHKF8B7WIISUTNZ9XV48UMBS92BGSUKW1G1K0AEND4PEC7X5TUIGYOSOTUELEV5GRAO686I6SLPHO3HDM0JX9NO3BRNE44IZ9EKY0VR225LWRSLP8Z6OZTGN2O7BAD9DBRRS8VZ3O87ZDZO8X2UAS7UCFUF8T7PZ0BSAU2T4X91N9EXA8FDYQSNGKRMJOC1Y0IJA6Q6P8H1MBRQTLZ' where id=49; -update noar tt set v2='HX8HWM57ZA4REZHCZ5QIFX3EHDZ5VOQALTPQ9RGTUREZD61Q2EE71ARF7Q070OECZOR74YX0VMXQ8OUOWG5U1JYJXRKLFY9OKJ1W5G19WZN3RYNTLBJTFWV66CCRGWCDS984LVZ2MX00PFU5O1PEVR6NZEDN91BYU3YNR88HI3VZ1L926IYZF7UTJOUJ7J3I6LT8KAOTF0EJXK9K2MYTAHJM430XVQ3CX1Q8D59FBWJCBBYD285SMF9MGHOZUMJX2' where id=49; -update noar ti set v2='HX8HWM57ZA4REZHCZ5QIFX3EHDZ5VOQALTPQ9RGTUREZD61Q2EE71ARF7Q070OECZOR74YX0VMXQ8OUOWG5U1JYJXRKLFY9OKJ1W5G19WZN3RYNTLBJTFWV66CCRGWCDS984LVZ2MX00PFU5O1PEVR6NZEDN91BYU3YNR88HI3VZ1L926IYZF7UTJOUJ7J3I6LT8KAOTF0EJXK9K2MYTAHJM430XVQ3CX1Q8D59FBWJCBBYD285SMF9MGHOZUMJX2' where id=49; -update noar tt set v3='GNK7N79NMO26ME4T9KR9W4L8G8252XOYJVKGG3UF8K0CXS9YKT7V75YBZHMDSL8XVGGLI50SSDKX0MPDVRR91YGM3YWKOBI9ZKDZ6YLMX6XST30TX98XKUZHOE2PIR4P3ND98UAVQ0N1TDXZ8979OCOG9CZYVQMT3AC72VQZ9SN78WW41GEKAODMR7FI1DXR91AIBOAQ0VS6QEIO5Q3EQHJKR3QD312WC3OQ5RHX45ELD10QNZFLR81V8DR8IJ8WD' where id=49; -update noar ti set v3='GNK7N79NMO26ME4T9KR9W4L8G8252XOYJVKGG3UF8K0CXS9YKT7V75YBZHMDSL8XVGGLI50SSDKX0MPDVRR91YGM3YWKOBI9ZKDZ6YLMX6XST30TX98XKUZHOE2PIR4P3ND98UAVQ0N1TDXZ8979OCOG9CZYVQMT3AC72VQZ9SN78WW41GEKAODMR7FI1DXR91AIBOAQ0VS6QEIO5Q3EQHJKR3QD312WC3OQ5RHX45ELD10QNZFLR81V8DR8IJ8WD' where id=49; -update noar tt set v0='37HT7BYR78EERPH9RVTTIOBKTLDDE9S7WVA8ZUA76MVVW2Q10E6AT0BNWCSDFB0B0HJ802F2LN6CGQJ0DU6DJ8G37WONMW0KHOFJQOVHT3YQN3FR3IFT6L90958O9AMBASZ2CEJDJT8GV0XQ67ZYC7T6PJHYS7OSITUI1126TMFUW3ADSJZBKQKJQR5B2PGVABS2V62ZKZRQDC48YAV2HV7XOGJRQQAF736COH274QB9Z0Y6M9GCQHFP9PXWRNNMH' where id=50; -update noar ti set v0='37HT7BYR78EERPH9RVTTIOBKTLDDE9S7WVA8ZUA76MVVW2Q10E6AT0BNWCSDFB0B0HJ802F2LN6CGQJ0DU6DJ8G37WONMW0KHOFJQOVHT3YQN3FR3IFT6L90958O9AMBASZ2CEJDJT8GV0XQ67ZYC7T6PJHYS7OSITUI1126TMFUW3ADSJZBKQKJQR5B2PGVABS2V62ZKZRQDC48YAV2HV7XOGJRQQAF736COH274QB9Z0Y6M9GCQHFP9PXWRNNMH' where id=50; -update noar tt set v1='M2UYZV7J77TIQRXJXXOIV7AHONHGSGR85FSDETGPJAGIN4WP7WA4INPXCC1UKW38MYWIMPZOQVM7BQJXKVBOB9LRVL2FNAKP3U6SKTVQ4VAW2PNKRNBMJ9SXLJNBWBUJEUXFPL30SXBW2PVKII5AGTPT9MGL2NXMCGX23PRU5O0769FS4Z9AYQ9CCWKZ4FB3H265QPRGL2JZ6DG4U4WJUIA5TAJB439F2APCSHVGCUV0SPVUGUADCS33MIZTBHM3J' where id=50; -update noar ti set v1='M2UYZV7J77TIQRXJXXOIV7AHONHGSGR85FSDETGPJAGIN4WP7WA4INPXCC1UKW38MYWIMPZOQVM7BQJXKVBOB9LRVL2FNAKP3U6SKTVQ4VAW2PNKRNBMJ9SXLJNBWBUJEUXFPL30SXBW2PVKII5AGTPT9MGL2NXMCGX23PRU5O0769FS4Z9AYQ9CCWKZ4FB3H265QPRGL2JZ6DG4U4WJUIA5TAJB439F2APCSHVGCUV0SPVUGUADCS33MIZTBHM3J' where id=50; -update noar tt set v2='FP83NGEV9S1FG0GW9R022EWXKFSLJ5ERTIEK2KO05FGPNPUAVYGNKNNQLVPYXS2C988FHSVGJ3UGXJXTE1MAC8DZAAQ6XM71XR2HHFSYQ4DJ3EHWKSTRU72XGAU3A1Z95J1UL4CYFM0DKZDCYCKXOZETZX37EPCZ1JOTAMLFM0BUQC4BKNGUK5K82FKVXR7Z9RN8G1UQKF2A7MHV22PZXYERT0ICT3QD9C1JFN2XMROQPEAONYCABVRR8HNF6KHEN' where id=50; -update noar ti set v2='FP83NGEV9S1FG0GW9R022EWXKFSLJ5ERTIEK2KO05FGPNPUAVYGNKNNQLVPYXS2C988FHSVGJ3UGXJXTE1MAC8DZAAQ6XM71XR2HHFSYQ4DJ3EHWKSTRU72XGAU3A1Z95J1UL4CYFM0DKZDCYCKXOZETZX37EPCZ1JOTAMLFM0BUQC4BKNGUK5K82FKVXR7Z9RN8G1UQKF2A7MHV22PZXYERT0ICT3QD9C1JFN2XMROQPEAONYCABVRR8HNF6KHEN' where id=50; -update noar tt set v3='YEV58MS7K3YGU404NGCT58AWBHF392C5LBUJGHP9PZSB9IIQAFBH8S74TQ6HSMO4NZDULW4H5PKMZ2KUTESKFC93GRP1O83QSG85ILG4WPZNW778PTQD8GHO2ILAVQX1T72GXYXE46ELH5JOQOHB1IJMIXQ7SQMB38QR58PFFTGOT626JM1C4TWN5RROFMEPDENLHTD0PONBFP6PGQQCLWUNGW3KCHM9PBWC4QYSXOVWN8HCHIYWVT4S9MQZXZXTM' where id=50; -update noar ti set v3='YEV58MS7K3YGU404NGCT58AWBHF392C5LBUJGHP9PZSB9IIQAFBH8S74TQ6HSMO4NZDULW4H5PKMZ2KUTESKFC93GRP1O83QSG85ILG4WPZNW778PTQD8GHO2ILAVQX1T72GXYXE46ELH5JOQOHB1IJMIXQ7SQMB38QR58PFFTGOT626JM1C4TWN5RROFMEPDENLHTD0PONBFP6PGQQCLWUNGW3KCHM9PBWC4QYSXOVWN8HCHIYWVT4S9MQZXZXTM' where id=50; -update noar tt set v0='L02SLSQNFP6MNF48RGP7WVWH0TWBROBHU26EP167Q5BUMEZQHDDJZ0G5TVDM0QHA9ZV4Z0OB96NBPQOGL30EBXWX2Z30AF2F9W3JPQXLR9SAPB0YIHMPK9NPB1MGL9SQU1OPKRHFJU2GNBWVQQRG2IYPX18UITGOLZKZH5SHDBH3UTRZ54INUXBL9SK7KL83VSH0D6OSX6RHAJ9JZZJW9JJ3G5HUZE4TWNJS5NNLOQ2OTSOVO3QB015LLWAHKJ8T2' where id=51; -update noar ti set v0='L02SLSQNFP6MNF48RGP7WVWH0TWBROBHU26EP167Q5BUMEZQHDDJZ0G5TVDM0QHA9ZV4Z0OB96NBPQOGL30EBXWX2Z30AF2F9W3JPQXLR9SAPB0YIHMPK9NPB1MGL9SQU1OPKRHFJU2GNBWVQQRG2IYPX18UITGOLZKZH5SHDBH3UTRZ54INUXBL9SK7KL83VSH0D6OSX6RHAJ9JZZJW9JJ3G5HUZE4TWNJS5NNLOQ2OTSOVO3QB015LLWAHKJ8T2' where id=51; -update noar tt set v1='TXPG9ZZWW0R5EWHR1AWDMBAYHOF2JEYO1Z28SQ21V1ECQFW9L20ITYB0BOPWA6T9XEY56FTQWBPCZZDQMZ3XOCRWH6H0C7Z4L879UA8B1KLQK0JOMLK0V67HO1D181Q1CAAPEXNQ0ZA9IZXX8XBASO844UN3RGXCTA1YU53AE6T37TQ383UZPWTGBAZ8GHZ5MZWJHQ4I5GR1DLPDHW8XC6OA04R6BTBIEHLSYXYZX1X7QNI1R66QAW85FZWP4SYSX' where id=51; -update noar ti set v1='TXPG9ZZWW0R5EWHR1AWDMBAYHOF2JEYO1Z28SQ21V1ECQFW9L20ITYB0BOPWA6T9XEY56FTQWBPCZZDQMZ3XOCRWH6H0C7Z4L879UA8B1KLQK0JOMLK0V67HO1D181Q1CAAPEXNQ0ZA9IZXX8XBASO844UN3RGXCTA1YU53AE6T37TQ383UZPWTGBAZ8GHZ5MZWJHQ4I5GR1DLPDHW8XC6OA04R6BTBIEHLSYXYZX1X7QNI1R66QAW85FZWP4SYSX' where id=51; -update noar tt set v2='90I06DOQD2WMCSHO3DMYUX0JX8E13HRTF4G00Z6P2J33BLLUB4105474BIDK426DO8NLVS8V17G7V9RX9AH292GF4BUZNEECW6Z496HWG5U7LXEFEW42WA3QV5CKSQNVIOFYZVZUD1MRU82J5WPNLUFIBAW4C2APG5LR3SR0WKN6RWS83YM23FXNWPBUB6OU49EKP9M5B64NI8QABYG1D8V4CROHCQRZMXF5BT23YLS5RGVWCNOHZ3Q4VNGGMKJQR' where id=51; -update noar ti set v2='90I06DOQD2WMCSHO3DMYUX0JX8E13HRTF4G00Z6P2J33BLLUB4105474BIDK426DO8NLVS8V17G7V9RX9AH292GF4BUZNEECW6Z496HWG5U7LXEFEW42WA3QV5CKSQNVIOFYZVZUD1MRU82J5WPNLUFIBAW4C2APG5LR3SR0WKN6RWS83YM23FXNWPBUB6OU49EKP9M5B64NI8QABYG1D8V4CROHCQRZMXF5BT23YLS5RGVWCNOHZ3Q4VNGGMKJQR' where id=51; -update noar tt set v3='XSVOFDOIVFWQXX8CTHTBUFDSPDAGU8OMD18HUFYEY4TFA04CSAMLQZGHSO29VDQPQTKTP1JQGGHWJJNH1K30633EZP20DDPXD7B6SLPNACGV1U6CVRZX76FA6OVWLP1ZQ0UNG34NHL7X8L8IPK03YT9TN24K0C5F5XWY9LIJPOD70G4XJBXZBZLWDCHC15BY6VG4O7H1WCH90F06YHJ1KXDQW7S52BBETH613H6RLU5MPVT2VAVJYWMRE7F9G6F3E' where id=51; -update noar ti set v3='XSVOFDOIVFWQXX8CTHTBUFDSPDAGU8OMD18HUFYEY4TFA04CSAMLQZGHSO29VDQPQTKTP1JQGGHWJJNH1K30633EZP20DDPXD7B6SLPNACGV1U6CVRZX76FA6OVWLP1ZQ0UNG34NHL7X8L8IPK03YT9TN24K0C5F5XWY9LIJPOD70G4XJBXZBZLWDCHC15BY6VG4O7H1WCH90F06YHJ1KXDQW7S52BBETH613H6RLU5MPVT2VAVJYWMRE7F9G6F3E' where id=51; -update noar tt set v0='L0ZPPT7SS7BAVC7TR9C68FWR0WAA78EN1SX4R31ZI74CRBA4L35LEZZEJVDIZ0SJZBIRDBF2RA1RE2U5A5O1UCP9L7EBL8W7A3ZQ4ES2XZ83ZQW16YQUA1UDOFB3ZUHLEJVAOR54S3QBZQANO20I9KJCXJAS5YT82MTXN1CIGWH2JVIYHOB5V0BEB5MLQ0HHG6IXEI5GONM6YZA01QHJR8MLEPRVNM8DBUYVQ473KB54GF5LO35OG0UTT4Y05DLNL' where id=52; -update noar ti set v0='L0ZPPT7SS7BAVC7TR9C68FWR0WAA78EN1SX4R31ZI74CRBA4L35LEZZEJVDIZ0SJZBIRDBF2RA1RE2U5A5O1UCP9L7EBL8W7A3ZQ4ES2XZ83ZQW16YQUA1UDOFB3ZUHLEJVAOR54S3QBZQANO20I9KJCXJAS5YT82MTXN1CIGWH2JVIYHOB5V0BEB5MLQ0HHG6IXEI5GONM6YZA01QHJR8MLEPRVNM8DBUYVQ473KB54GF5LO35OG0UTT4Y05DLNL' where id=52; -update noar tt set v1='PWI8CZ9UWFWBDES4AVY04QUTPTF2QC3KERXSNWUJS1U636EP6KEEOTXSDLW4QVF7Z662Z3V7XRTJEA4PMQ1NAH8H3OLEUVQ7IAKMJD87286B2LVQQ63TD6YVG2H1XFY5TPLEVBUJYGK7IL7JI140LJ3Z110LQ1YZPIH0NC63DM1ZIJI9FY43P9NXYF75XJHPVQMPWTD1AVRAB8O8SRZ9KICCNQ7X03LVYWOV7D4VKB1ISDAXFLOVCSR4P875AQAWJ' where id=52; -update noar ti set v1='PWI8CZ9UWFWBDES4AVY04QUTPTF2QC3KERXSNWUJS1U636EP6KEEOTXSDLW4QVF7Z662Z3V7XRTJEA4PMQ1NAH8H3OLEUVQ7IAKMJD87286B2LVQQ63TD6YVG2H1XFY5TPLEVBUJYGK7IL7JI140LJ3Z110LQ1YZPIH0NC63DM1ZIJI9FY43P9NXYF75XJHPVQMPWTD1AVRAB8O8SRZ9KICCNQ7X03LVYWOV7D4VKB1ISDAXFLOVCSR4P875AQAWJ' where id=52; -update noar tt set v2='CI0801VOLLZWCYYZVBL3M0PDXTMXOOHTRZWFNF7XSIZRL6E8U22KU09WH08Q9FBEJG9M9QY9NA89G3LBB8JAOUPO1LI1ZX49BMV6P7YQHDBL8G9ABZISV2BTA0G7HOOT6UKIM67JOFLVDQ137JM5OUPQLLSPX1Z4SWV2OD3L6LAPTWFF7QY9YTPVWRWDEBRWC2GZ5V52J3JUAWGF1DG93ODJE09FMZ8YEZ7U13HNUA60SX1BTD1SJS094E07FPX33' where id=52; -update noar ti set v2='CI0801VOLLZWCYYZVBL3M0PDXTMXOOHTRZWFNF7XSIZRL6E8U22KU09WH08Q9FBEJG9M9QY9NA89G3LBB8JAOUPO1LI1ZX49BMV6P7YQHDBL8G9ABZISV2BTA0G7HOOT6UKIM67JOFLVDQ137JM5OUPQLLSPX1Z4SWV2OD3L6LAPTWFF7QY9YTPVWRWDEBRWC2GZ5V52J3JUAWGF1DG93ODJE09FMZ8YEZ7U13HNUA60SX1BTD1SJS094E07FPX33' where id=52; -update noar tt set v3='CAS3QUFXWJLZ11XBP5SBRBWCHRB4YTFVDK8CRBS4NX9P0UHDRVR9BWF8GC0FVTZO3N4QYJE85DTSZ2Q9RTMR2Z32EFMEC9IA9CGP1LO27L110BMCPVH0I4E96Y8K7Y41A2L8XSYQVQ3CTMDS99M9WOAGIH5Q9KJOX3J2MMBQSR4MJA7V3DFZ0ZNM2QW9ACEN14MBY2KIFTQJVN1A6W0YSE6V014MDIPRRYAHTRGL5431V84L1GRCS1LIKJ4SIOGWX' where id=52; -update noar ti set v3='CAS3QUFXWJLZ11XBP5SBRBWCHRB4YTFVDK8CRBS4NX9P0UHDRVR9BWF8GC0FVTZO3N4QYJE85DTSZ2Q9RTMR2Z32EFMEC9IA9CGP1LO27L110BMCPVH0I4E96Y8K7Y41A2L8XSYQVQ3CTMDS99M9WOAGIH5Q9KJOX3J2MMBQSR4MJA7V3DFZ0ZNM2QW9ACEN14MBY2KIFTQJVN1A6W0YSE6V014MDIPRRYAHTRGL5431V84L1GRCS1LIKJ4SIOGWX' where id=52; -update noar tt set v0='F9Y7SXJEGYF82G7OCV8JBC0XC895SAD409K42N9FPADHWKIEYT7WH0IZQ1SYEXBD22XV4FTGBTUO9JTI9KCTSX5W0F0AN3Z1I89NHWIYNQTCZ9QLO6BLART4L3HLEYR7PPHX0651ABD7UZL587JFGND5AJHJZJMBR8INF5UUDR86PZIOZQCNIIELH9D59C9BYKUT1IVOWWLCRRMXA9ZKIQNDBMIQ2V7OXU8A5MMSB4NFQVP1SLEZTCWWA018RSGQX' where id=53; -update noar ti set v0='F9Y7SXJEGYF82G7OCV8JBC0XC895SAD409K42N9FPADHWKIEYT7WH0IZQ1SYEXBD22XV4FTGBTUO9JTI9KCTSX5W0F0AN3Z1I89NHWIYNQTCZ9QLO6BLART4L3HLEYR7PPHX0651ABD7UZL587JFGND5AJHJZJMBR8INF5UUDR86PZIOZQCNIIELH9D59C9BYKUT1IVOWWLCRRMXA9ZKIQNDBMIQ2V7OXU8A5MMSB4NFQVP1SLEZTCWWA018RSGQX' where id=53; -update noar tt set v1='MRBFQBTUE41O7ZNL2YQ81SOWIEF1V4Y8UNVZ3K8MWCNCRAYNTCMHFEG3KAP3I08FIN3TJPGJTW6BH8FH06Y97N9SWOQNE5BGKNLNVRRQPSW4VBPT7W1SGK5ZXXA1341JCE3QB83S8BOMCXZC5MU6V8XVXEO5NIK2CC4EU8VMPSDAHKNU22M8RXP4KU2MYXEENQWDXYBSF41EAW177715PGQ7GD0M2O2A21KXFMZ259FDPJFP0VXJOEYF79255ZCQ4' where id=53; -update noar ti set v1='MRBFQBTUE41O7ZNL2YQ81SOWIEF1V4Y8UNVZ3K8MWCNCRAYNTCMHFEG3KAP3I08FIN3TJPGJTW6BH8FH06Y97N9SWOQNE5BGKNLNVRRQPSW4VBPT7W1SGK5ZXXA1341JCE3QB83S8BOMCXZC5MU6V8XVXEO5NIK2CC4EU8VMPSDAHKNU22M8RXP4KU2MYXEENQWDXYBSF41EAW177715PGQ7GD0M2O2A21KXFMZ259FDPJFP0VXJOEYF79255ZCQ4' where id=53; -update noar tt set v2='YFRBEYDP8189782U16KDH6YKK1PFYYLSPF6ZZBJR4YZ6HY9U1NJWPBUQNKZM95U21272FISYKZW9S4NZQEBIDFKN2IO58LPMTT2M8E6TMQDEVQQQ2CY19IM8MHN1FY04947C9KTQJS6WY20O0K1WKJCLOQWPNPB64FPIACPEC00RVJSSSS7B7QFFWXE2U2NBR6O9EOBTUFG72ZJWNE9OW6C5CCJ9J1PNKBHXZ8W2GRPPML059CJ65FJTQP0TA6JXT' where id=53; -update noar ti set v2='YFRBEYDP8189782U16KDH6YKK1PFYYLSPF6ZZBJR4YZ6HY9U1NJWPBUQNKZM95U21272FISYKZW9S4NZQEBIDFKN2IO58LPMTT2M8E6TMQDEVQQQ2CY19IM8MHN1FY04947C9KTQJS6WY20O0K1WKJCLOQWPNPB64FPIACPEC00RVJSSSS7B7QFFWXE2U2NBR6O9EOBTUFG72ZJWNE9OW6C5CCJ9J1PNKBHXZ8W2GRPPML059CJ65FJTQP0TA6JXT' where id=53; -update noar tt set v3='LVM1V0I9MZ3SOPEVCLGTBIIACYI2SUING6FEEFWK5WR0T6WHQAB8RD0M2ILS5S1GYV34Z03JEK1Z4BTQUM62CYQTMHJUYU4H1YHQPEERDXYTENM3BGALT5FIFPYP7X0JL98OY9QVKF27BTAA8PWS8BW7BAL71UASZLDQMF8U01S5EBUM0DIC5NAI5F19OTDEKKI7KBHMV51317E4LMHEGGAM22X04PHJLL8NN6PX9UYHS6B8687FEVY6MIC7YBJXZ' where id=53; -update noar ti set v3='LVM1V0I9MZ3SOPEVCLGTBIIACYI2SUING6FEEFWK5WR0T6WHQAB8RD0M2ILS5S1GYV34Z03JEK1Z4BTQUM62CYQTMHJUYU4H1YHQPEERDXYTENM3BGALT5FIFPYP7X0JL98OY9QVKF27BTAA8PWS8BW7BAL71UASZLDQMF8U01S5EBUM0DIC5NAI5F19OTDEKKI7KBHMV51317E4LMHEGGAM22X04PHJLL8NN6PX9UYHS6B8687FEVY6MIC7YBJXZ' where id=53; -update noar tt set v0='ADFWI0G6MCB2ET4MQVWSOGJWVZ0RUNCG0SMSC2U35CLW3DWP8K6W3ZKM6N1TCPY4U82GOI7LZFTWTG4E087X4VPKE0L3HPNBMTGAKYMVZZ03TIB2GM07C4JFOTT05TOCV7RV25KT45TM30CEK86YW904O6J2O5DOFEYK5U3CEUB319TWTF3JJ4PPSWOQVHFOTPI0HT5BYI6AX3FUUAN4LPV8I9NJ5VLYCJZC3OH81MS98UGR5GHBHLDA8W28N97M5' where id=54; -update noar ti set v0='ADFWI0G6MCB2ET4MQVWSOGJWVZ0RUNCG0SMSC2U35CLW3DWP8K6W3ZKM6N1TCPY4U82GOI7LZFTWTG4E087X4VPKE0L3HPNBMTGAKYMVZZ03TIB2GM07C4JFOTT05TOCV7RV25KT45TM30CEK86YW904O6J2O5DOFEYK5U3CEUB319TWTF3JJ4PPSWOQVHFOTPI0HT5BYI6AX3FUUAN4LPV8I9NJ5VLYCJZC3OH81MS98UGR5GHBHLDA8W28N97M5' where id=54; -update noar tt set v1='0SVFOEMGZ3H24E1ATRK5UFXXZ7N9TVDSA59V4OCY2EWR5PL5L6QQLPMZNW5GDK3L7CEK4AJ05G4NCVBKMR4AFDAFYVOX96X6ZMFTXIDQ1M3XER1W8FHVW69A5B604KGHNBSPS03NSY4E54PAYFD8Y4284H2VN2CD7XE35MIQTOZDOK77PP8IFRT45PN8JX9OIJSNGI2XKJW5X96GN1XUUPO4B0NPQX6VT3QZC7I6A2TXJ4VMT8DW00P9EQM9BGMQM' where id=54; -update noar ti set v1='0SVFOEMGZ3H24E1ATRK5UFXXZ7N9TVDSA59V4OCY2EWR5PL5L6QQLPMZNW5GDK3L7CEK4AJ05G4NCVBKMR4AFDAFYVOX96X6ZMFTXIDQ1M3XER1W8FHVW69A5B604KGHNBSPS03NSY4E54PAYFD8Y4284H2VN2CD7XE35MIQTOZDOK77PP8IFRT45PN8JX9OIJSNGI2XKJW5X96GN1XUUPO4B0NPQX6VT3QZC7I6A2TXJ4VMT8DW00P9EQM9BGMQM' where id=54; -update noar tt set v2='KU18A9HPHCO93FHXGDH4MMSSX2U9MASPMNU6XSGK5FT2KEAIFSEM0CA4M3VO9OPIVG29S5Y4K40G53SOTEZ2R521PEWY6L185E5M1456W8EAVCIWXZU5WCPB31094WT5IVU7TNPZ8FIKNH5ALMWSE5AK0UZ5NRFF80GSRYKPYZTECQYC7NXS6PLESLBES36K2T6HT2RDUMWWPR2KQMAPNPYNIK1HFXCU3AMYKAI97D74O55E5OGHNWNLXOXGURD3B' where id=54; -update noar ti set v2='KU18A9HPHCO93FHXGDH4MMSSX2U9MASPMNU6XSGK5FT2KEAIFSEM0CA4M3VO9OPIVG29S5Y4K40G53SOTEZ2R521PEWY6L185E5M1456W8EAVCIWXZU5WCPB31094WT5IVU7TNPZ8FIKNH5ALMWSE5AK0UZ5NRFF80GSRYKPYZTECQYC7NXS6PLESLBES36K2T6HT2RDUMWWPR2KQMAPNPYNIK1HFXCU3AMYKAI97D74O55E5OGHNWNLXOXGURD3B' where id=54; -update noar tt set v3='PCQKPKVK305WUYEQ6YG3BVVQPEE58UD3ST6IV3406AS8EWQX064ZB1724J4M4EA4I9BF6L9KZB774JLF8SUPP49DQL641SNIR01T2SDT9VE84UNTJBPWDMECC4A3V0M5NLDL08ZYXLYJ0H4QVPXVUHXB5IWSVI06ZXGYM18THWEXGURXRCP5YBGJB0CFRQ43IVWT8O2NOWZ2T3XLUZEP5N5S2YOK08686MM08DQULZZCJ8DMCTQK7Z6LQA7J0ZGNS' where id=54; -update noar ti set v3='PCQKPKVK305WUYEQ6YG3BVVQPEE58UD3ST6IV3406AS8EWQX064ZB1724J4M4EA4I9BF6L9KZB774JLF8SUPP49DQL641SNIR01T2SDT9VE84UNTJBPWDMECC4A3V0M5NLDL08ZYXLYJ0H4QVPXVUHXB5IWSVI06ZXGYM18THWEXGURXRCP5YBGJB0CFRQ43IVWT8O2NOWZ2T3XLUZEP5N5S2YOK08686MM08DQULZZCJ8DMCTQK7Z6LQA7J0ZGNS' where id=54; -update noar tt set v0='196RZHXSWGM81DT1VMWLAC2Y17JN2SP7FL9RRY3RDVXAEZYR5L61IGN2I2WXLBDXC6Z8DOU2OV8USNYWUPJA7JMLSNN3AG4DUM0A7XD8X9OPRAQDFKWJ6JNRQ8X2O9ERIR6A8VPUHEMTK6Q2J03DIZ7LYQ0XBIMMJ1JI65R3DW677LWG4Y560KMTQEQFHL7ROUASJ4UQWPNF6MDJG2W26KQOOCERQHA9JMWMGDLET359PK0Y4C1EPSES4PPPZL8YO' where id=55; -update noar ti set v0='196RZHXSWGM81DT1VMWLAC2Y17JN2SP7FL9RRY3RDVXAEZYR5L61IGN2I2WXLBDXC6Z8DOU2OV8USNYWUPJA7JMLSNN3AG4DUM0A7XD8X9OPRAQDFKWJ6JNRQ8X2O9ERIR6A8VPUHEMTK6Q2J03DIZ7LYQ0XBIMMJ1JI65R3DW677LWG4Y560KMTQEQFHL7ROUASJ4UQWPNF6MDJG2W26KQOOCERQHA9JMWMGDLET359PK0Y4C1EPSES4PPPZL8YO' where id=55; -update noar tt set v1='F8GQ95HDP1DFXK5LHOAHGHVDVSBQI977RAZGXJVU6THHC0TWY7IM33BDT7M213XPCSO9D1XBBZWRX330Z2S2FOQY3XG190Q0H53ZG0XZCTIBM1L3T2NG0X8XBU018QFVL2BBSJMKIIVFJVPT5U01VN196NUZJ1OOEWC0BTK48UG4Y4J6BOG1TF4LFHFTX62ABBGSF0UP0OWTSG0GOBIUQYRSF04AJYHT9O78M11YEFZUQGJKB2SW26WSLLB8VPYS8' where id=55; -update noar ti set v1='F8GQ95HDP1DFXK5LHOAHGHVDVSBQI977RAZGXJVU6THHC0TWY7IM33BDT7M213XPCSO9D1XBBZWRX330Z2S2FOQY3XG190Q0H53ZG0XZCTIBM1L3T2NG0X8XBU018QFVL2BBSJMKIIVFJVPT5U01VN196NUZJ1OOEWC0BTK48UG4Y4J6BOG1TF4LFHFTX62ABBGSF0UP0OWTSG0GOBIUQYRSF04AJYHT9O78M11YEFZUQGJKB2SW26WSLLB8VPYS8' where id=55; -update noar tt set v2='K1I0Z2B7ZN3QBN086EHRGA27VHY9RO2YB2H681THW0HPUB497APGDOZOKMYHVDQBELBRB1JA75WE4402XI00J21TC82YF1W9KSXSYR9ESND2YSC1R1DP3ZRRNVV1RACHXA6470W0BFH65EJMWRUYK6IIKJZAZPLRH5FBYU31OBSJE9UBAU2M26IZXKVI0CKWQVUHJ3HX3C2X0DFYDQLPY9KPFRBPOO05XJYLXB7O3WWFOX7XBIPV1P2TRJC46LVVG' where id=55; -update noar ti set v2='K1I0Z2B7ZN3QBN086EHRGA27VHY9RO2YB2H681THW0HPUB497APGDOZOKMYHVDQBELBRB1JA75WE4402XI00J21TC82YF1W9KSXSYR9ESND2YSC1R1DP3ZRRNVV1RACHXA6470W0BFH65EJMWRUYK6IIKJZAZPLRH5FBYU31OBSJE9UBAU2M26IZXKVI0CKWQVUHJ3HX3C2X0DFYDQLPY9KPFRBPOO05XJYLXB7O3WWFOX7XBIPV1P2TRJC46LVVG' where id=55; -update noar tt set v3='F9TSKR4WWEF9ZUV53CTC9GHA1TGHF4885ZJYEMBDXG0NO1NBCJFLCXMFAC7QJEW0QA2V9R4QEH1SS5UD5IBU84LYZ13XL3NV6Q1V2PU6HAOTTSKYT4YHA2862JXZ5CED5SIJK8ZJ877XIR9F47BMGE2Y40J2H43N61GO0SKJ6CGO4HVYH586BR4FIAWLU6TFG2B5ZL71IMG2GIA0P45NKQ2S8KWHAWCEI5ET8UJC0AP4FB8OHGANZTDHFHY41JV22' where id=55; -update noar ti set v3='F9TSKR4WWEF9ZUV53CTC9GHA1TGHF4885ZJYEMBDXG0NO1NBCJFLCXMFAC7QJEW0QA2V9R4QEH1SS5UD5IBU84LYZ13XL3NV6Q1V2PU6HAOTTSKYT4YHA2862JXZ5CED5SIJK8ZJ877XIR9F47BMGE2Y40J2H43N61GO0SKJ6CGO4HVYH586BR4FIAWLU6TFG2B5ZL71IMG2GIA0P45NKQ2S8KWHAWCEI5ET8UJC0AP4FB8OHGANZTDHFHY41JV22' where id=55; -update noar tt set v0='8FC304K4BSVBUGNNNPNYXYDNC0EB0KSATJKOFEALXTTOB9BDWIC2D7ODG2JO8KCJXDNISTFHLHMTYB5PBMLSY7HI7EGWXBPZEWKJQH3RLB7F44P2UQKCMVA99VA1Z46DZR94Q79CY46D6WD84AYNTURPAS8KMKI8MN555QFOXKF9BLK019CL56EJ70KCIP3930YNQ0PJJDSDIANA7JA428DAHL738D5NJOBAX8T7ONZ5H6NP74LHEF9Y183PRCJLY' where id=56; -update noar ti set v0='8FC304K4BSVBUGNNNPNYXYDNC0EB0KSATJKOFEALXTTOB9BDWIC2D7ODG2JO8KCJXDNISTFHLHMTYB5PBMLSY7HI7EGWXBPZEWKJQH3RLB7F44P2UQKCMVA99VA1Z46DZR94Q79CY46D6WD84AYNTURPAS8KMKI8MN555QFOXKF9BLK019CL56EJ70KCIP3930YNQ0PJJDSDIANA7JA428DAHL738D5NJOBAX8T7ONZ5H6NP74LHEF9Y183PRCJLY' where id=56; -update noar tt set v1='D558J5CLD9TOLNJH29UJSVHLLRDNJ8M3QCW3030TPAX9UNAFGXUUJ8X63JRUOIRQNO83XOOMXC15HF02SOGV0G79V0A0408E7BD7YM2UWL8PYDQKQZQPP12YMJ85Q7N4WUO0Z7JBV402Q0VZ3RZG1EHEHSES8UOG36I0Y7NPUJC85QQEWVJ4P5ZHLFO1EGR5Y2W3V7AHEY9IJFHS2ZV4VIHRP0TAC78FYBTR79QNV0GBFTUBV3W878PMDSM7USWRS' where id=56; -update noar ti set v1='D558J5CLD9TOLNJH29UJSVHLLRDNJ8M3QCW3030TPAX9UNAFGXUUJ8X63JRUOIRQNO83XOOMXC15HF02SOGV0G79V0A0408E7BD7YM2UWL8PYDQKQZQPP12YMJ85Q7N4WUO0Z7JBV402Q0VZ3RZG1EHEHSES8UOG36I0Y7NPUJC85QQEWVJ4P5ZHLFO1EGR5Y2W3V7AHEY9IJFHS2ZV4VIHRP0TAC78FYBTR79QNV0GBFTUBV3W878PMDSM7USWRS' where id=56; -update noar tt set v2='0Z1YYXWV5WQKMUBUUZ0Q9GRJEDB4OM2MUMSA9WR2EFF6F7ZSVPREZ4MMV0GXRORDA0JAO7KGZZ9MTI4T2VFBZSGPAGLUFY7YJB6XT1P9M91Z5LL0EMFCW2KLWWZ6P65VZQ2KFOI77VQBH02GPKB1FY9RX44DPIG8F8DBIIDZM7O0NW5U1YNQBNQU3OD4XR8FHC2GNJ5WK6075COH3EKP6HE5DNUL6OTQ8LLFNTLY6X87JTQL5OWC026F98N5D3AS6' where id=56; -update noar ti set v2='0Z1YYXWV5WQKMUBUUZ0Q9GRJEDB4OM2MUMSA9WR2EFF6F7ZSVPREZ4MMV0GXRORDA0JAO7KGZZ9MTI4T2VFBZSGPAGLUFY7YJB6XT1P9M91Z5LL0EMFCW2KLWWZ6P65VZQ2KFOI77VQBH02GPKB1FY9RX44DPIG8F8DBIIDZM7O0NW5U1YNQBNQU3OD4XR8FHC2GNJ5WK6075COH3EKP6HE5DNUL6OTQ8LLFNTLY6X87JTQL5OWC026F98N5D3AS6' where id=56; -update noar tt set v3='0O9I6F4LTHAFNYSW1LVG2L95O4GM0BKQV84Q96YBQ1LSC6Q1NDDVL0VG8DRI7T28CHR6K1JBG3VDA347LOPCB6VYIAFE4A9LKOB1H5JDVG6HNFE6IFGRIFJJCIEOGNGZJYAEA5O2J3H4G0URYLCNASZ6FGCNA6KYNCKCIUOWV9P9UW2ALVKC2PF1KH4MBWFDEW0DH07A1UNLUDHEFIKCCLH9ZQ51DTXVDYFVH6ICFT2YW77FZQN1YWMNK7LRPSHA1' where id=56; -update noar ti set v3='0O9I6F4LTHAFNYSW1LVG2L95O4GM0BKQV84Q96YBQ1LSC6Q1NDDVL0VG8DRI7T28CHR6K1JBG3VDA347LOPCB6VYIAFE4A9LKOB1H5JDVG6HNFE6IFGRIFJJCIEOGNGZJYAEA5O2J3H4G0URYLCNASZ6FGCNA6KYNCKCIUOWV9P9UW2ALVKC2PF1KH4MBWFDEW0DH07A1UNLUDHEFIKCCLH9ZQ51DTXVDYFVH6ICFT2YW77FZQN1YWMNK7LRPSHA1' where id=56; -update noar tt set v0='AGYV8UPPSEGYRUQDKCAB5G55LMFLXI44EMJGQMROZP03F07M2WQK1M4ZY92BRXZEIASUT1D8ON19D6L7C48CIKAUMLL73ZB01CGIHTKXCGCGPE1DLCDUMYYU0Q2JIS5AJJKHWL2NNVQONE2P5OR28FSKYUF3DWXRSY4OSDKRAM1KDR95PETVNOPSZYN0MUC3O8IJELHASQDHQEC7GQRSC7BAXPXZMSIIMUOXKK58R6TG360XEYC3F4Z39OHMIUKJ7' where id=57; -update noar ti set v0='AGYV8UPPSEGYRUQDKCAB5G55LMFLXI44EMJGQMROZP03F07M2WQK1M4ZY92BRXZEIASUT1D8ON19D6L7C48CIKAUMLL73ZB01CGIHTKXCGCGPE1DLCDUMYYU0Q2JIS5AJJKHWL2NNVQONE2P5OR28FSKYUF3DWXRSY4OSDKRAM1KDR95PETVNOPSZYN0MUC3O8IJELHASQDHQEC7GQRSC7BAXPXZMSIIMUOXKK58R6TG360XEYC3F4Z39OHMIUKJ7' where id=57; -update noar tt set v1='KUNQBP46MWE0UJ57J9LHSMWOLWEJPXT0V9I1NZG68O7EBJYCACHSEOI0A3YNYK44AJN1LCW3L201123YJ9L36NSWFUYXV53K8136L8SUXCFYFW8A9WY7V3MG5ZEV8PR6HN426PWY3H9PO0VY368VBHRPYOE7EW7FFA6UNGZWAN9T8AD1AY2SYAWRNHZU11VLYLMPAGD6YH6BY9INGQLGLUMDUP9Q6SU6716IY8HTJXSA3BKG7OHJ7HXDNCAGULLU1' where id=57; -update noar ti set v1='KUNQBP46MWE0UJ57J9LHSMWOLWEJPXT0V9I1NZG68O7EBJYCACHSEOI0A3YNYK44AJN1LCW3L201123YJ9L36NSWFUYXV53K8136L8SUXCFYFW8A9WY7V3MG5ZEV8PR6HN426PWY3H9PO0VY368VBHRPYOE7EW7FFA6UNGZWAN9T8AD1AY2SYAWRNHZU11VLYLMPAGD6YH6BY9INGQLGLUMDUP9Q6SU6716IY8HTJXSA3BKG7OHJ7HXDNCAGULLU1' where id=57; -update noar tt set v2='CFXKAH3P31CZNHLUUQYVHJGFUW93VM345SRSZEE8HFI69G48G2CZ9SJG6SV993RZO7J9L933LS9454Z0SBBYTZSKTDQC5DELH5DGWE80TVJAW8Z5AOPM0AR9YAAPH8DDV5E87HW00NNO1QEQTEXZ22B3X2GOB9IF8K0J5VS9AAXEZ5V1O56D49PLY3XCWIPNMDIMJBZYCSE30WEX6SFB5OFNUNXV1Y5EO5Q9A71D41PC10CXF1MYNALONSCUJ233M' where id=57; -update noar ti set v2='CFXKAH3P31CZNHLUUQYVHJGFUW93VM345SRSZEE8HFI69G48G2CZ9SJG6SV993RZO7J9L933LS9454Z0SBBYTZSKTDQC5DELH5DGWE80TVJAW8Z5AOPM0AR9YAAPH8DDV5E87HW00NNO1QEQTEXZ22B3X2GOB9IF8K0J5VS9AAXEZ5V1O56D49PLY3XCWIPNMDIMJBZYCSE30WEX6SFB5OFNUNXV1Y5EO5Q9A71D41PC10CXF1MYNALONSCUJ233M' where id=57; -update noar tt set v3='CSY88EP4UG4BWCOC8BY9ILZZX9XZCSZJP7NZ77PHOMCASPTVL0UTDS525SGLO3PZW5RFTWJKGY8OWLLXI2BS6BE855X8BLZMUVMLV6FYLN9K0S8RRS6RBK42CK3JOKAIAJUYRPOYVZAB0D66ITXOV6K36UQOQ6ED8ONL6SNR1EK41426IC8D9UOWBESEHGJ83FGBRG31XEXH36UUIASEAQGXYS7SCF8PVVK7429VDGE1SYBJIGDQ8VUU7L5GY4GZ1' where id=57; -update noar ti set v3='CSY88EP4UG4BWCOC8BY9ILZZX9XZCSZJP7NZ77PHOMCASPTVL0UTDS525SGLO3PZW5RFTWJKGY8OWLLXI2BS6BE855X8BLZMUVMLV6FYLN9K0S8RRS6RBK42CK3JOKAIAJUYRPOYVZAB0D66ITXOV6K36UQOQ6ED8ONL6SNR1EK41426IC8D9UOWBESEHGJ83FGBRG31XEXH36UUIASEAQGXYS7SCF8PVVK7429VDGE1SYBJIGDQ8VUU7L5GY4GZ1' where id=57; -update noar tt set v0='AQIKFKXZ1VYWLL8ASN42UD0SHSK7CTXPR6Q7EGFVM1ARTZAN8MC5SEXSNDZ4NQL8LJUPR2CCSQBGIQTE7T7WLVEBEJAM0V6AAEWLI9GW57OF7QGSRDTT33UMV2O102JTBYNWHF4TSDWQMCS2EVR3AIBJBCBF71YB64FWWN8OR273I8PIXP2T1II2Y2SHX967RT6CP20POQQ2S44Y35AOH6BTCX1JLH86EUQ46GUZBJVCICO3PQ8UE150A5WAF7YQR' where id=58; -update noar ti set v0='AQIKFKXZ1VYWLL8ASN42UD0SHSK7CTXPR6Q7EGFVM1ARTZAN8MC5SEXSNDZ4NQL8LJUPR2CCSQBGIQTE7T7WLVEBEJAM0V6AAEWLI9GW57OF7QGSRDTT33UMV2O102JTBYNWHF4TSDWQMCS2EVR3AIBJBCBF71YB64FWWN8OR273I8PIXP2T1II2Y2SHX967RT6CP20POQQ2S44Y35AOH6BTCX1JLH86EUQ46GUZBJVCICO3PQ8UE150A5WAF7YQR' where id=58; -update noar tt set v1='3IJYIF852HE5W2MBBSH4H8APM3U2SR6J4O4HAB2DXHZSEF9E9I0SM8R1KLJYOU7HJVJN8WH090ZXQW8WRXI4JXBYRWWON0IADZ869P1CHJJI59ZL5JWCIWEUJUABKCY31IVWAL7IIB39M2E3NG63J2WQ44WSG2H26616P972UGUAV7Q84S0H5F0LG45AITQZQEHAAE4XXYADK0D3NDZQZRLXLQWAGW632LMX6V76MFPEFF4HBIQMF1A8R6P6H7D2I' where id=58; -update noar ti set v1='3IJYIF852HE5W2MBBSH4H8APM3U2SR6J4O4HAB2DXHZSEF9E9I0SM8R1KLJYOU7HJVJN8WH090ZXQW8WRXI4JXBYRWWON0IADZ869P1CHJJI59ZL5JWCIWEUJUABKCY31IVWAL7IIB39M2E3NG63J2WQ44WSG2H26616P972UGUAV7Q84S0H5F0LG45AITQZQEHAAE4XXYADK0D3NDZQZRLXLQWAGW632LMX6V76MFPEFF4HBIQMF1A8R6P6H7D2I' where id=58; -update noar tt set v2='JJIX2VVHNVNZYELVOSO886TWWQWTXYMNDBU913VNQ5338ZIPNSIGAJEKIDSACIDKZOQAUOLJRT1IZRVLKQYHGAYBZWEM8YH2T1UIBNZ4WNABYUE4DVU5XMSEQZ84P09RG6VWPHS7EJSJJ72U4ZVH236E8A0H8I6CFK9JT3ADKV7RKSDMSGE2D6PLGSB5585IM7IAHD60SXFTPK7626N5673ECXV6U7LUSGPQGRNBSQU0GPQ3YH5HFCHRW0XMUSHMQ' where id=58; -update noar ti set v2='JJIX2VVHNVNZYELVOSO886TWWQWTXYMNDBU913VNQ5338ZIPNSIGAJEKIDSACIDKZOQAUOLJRT1IZRVLKQYHGAYBZWEM8YH2T1UIBNZ4WNABYUE4DVU5XMSEQZ84P09RG6VWPHS7EJSJJ72U4ZVH236E8A0H8I6CFK9JT3ADKV7RKSDMSGE2D6PLGSB5585IM7IAHD60SXFTPK7626N5673ECXV6U7LUSGPQGRNBSQU0GPQ3YH5HFCHRW0XMUSHMQ' where id=58; -update noar tt set v3='KWR3OUUM72I0LMZK2AKTT7D814PGC0UVQEQV9V7TWYDPOX1MJNML7PBM1BRK6VOSH0WY3A5D5CFVF1JAPZT7OEANPWORJXCMS9SS5K0ZTUADNRB62TLXTZWM00FPQJG60PV7D905S22EZ48DW31Z6SF2H3LL91WOVIGOC9ARXY7E2YVWNFGQ24JMH4YNLVKIUYBHMOXMLFD00T6ALA8FTS9Z0T4PLBMQ45390X5N4PLV0M4XUU6Z4N10G92UB5OER' where id=58; -update noar ti set v3='KWR3OUUM72I0LMZK2AKTT7D814PGC0UVQEQV9V7TWYDPOX1MJNML7PBM1BRK6VOSH0WY3A5D5CFVF1JAPZT7OEANPWORJXCMS9SS5K0ZTUADNRB62TLXTZWM00FPQJG60PV7D905S22EZ48DW31Z6SF2H3LL91WOVIGOC9ARXY7E2YVWNFGQ24JMH4YNLVKIUYBHMOXMLFD00T6ALA8FTS9Z0T4PLBMQ45390X5N4PLV0M4XUU6Z4N10G92UB5OER' where id=58; -update noar tt set v0='CUVD9E35O4D9EGPG33EEQKUQIV9BCANRXED6GFNI2CQU4U2G19FOMP7W02JQ4RGM0CWWBLIDWVDG1F8EZDZYJVRR6NTNTF46DAHE5DULJQLU9QZCX6Z45SVNIUH8B6ZBY17OPC4DTNA1WDCABUDHSSTIKAXZVIIPRTC4YCNQ0FGBAL9HEYIWHKZLZHNJTJWDAWD5PGSL7S44QH2P2EK2KIV1W14SYGQYS8HKU9Y2CGA39DJRAPL5DTEO9M3LJCPKB' where id=59; -update noar ti set v0='CUVD9E35O4D9EGPG33EEQKUQIV9BCANRXED6GFNI2CQU4U2G19FOMP7W02JQ4RGM0CWWBLIDWVDG1F8EZDZYJVRR6NTNTF46DAHE5DULJQLU9QZCX6Z45SVNIUH8B6ZBY17OPC4DTNA1WDCABUDHSSTIKAXZVIIPRTC4YCNQ0FGBAL9HEYIWHKZLZHNJTJWDAWD5PGSL7S44QH2P2EK2KIV1W14SYGQYS8HKU9Y2CGA39DJRAPL5DTEO9M3LJCPKB' where id=59; -update noar tt set v1='V6TSWDUGK603NG3I4KR128P5SE1NONW8CT0DTOUB34Q24EMYUM4OK7FAJXRL5EGAT5HB2VQEMSZLFVBBUH5CUR0ACIUMAG93K9OXJ6LLC7RM3WU5TR9CJAWJSD4OOEIM1P4FYWP9NQXX7NZ76HDDYQA5XHWOKRNFUUYB4SGN69L0W88EC7PYW1ORBDDPCEV9Y7KPVQPHLBRP4TG1HONHE1ZURBU1OW7EDTMWN6PU9O226RDW9BMH0BMFZ7XYMUX87' where id=59; -update noar ti set v1='V6TSWDUGK603NG3I4KR128P5SE1NONW8CT0DTOUB34Q24EMYUM4OK7FAJXRL5EGAT5HB2VQEMSZLFVBBUH5CUR0ACIUMAG93K9OXJ6LLC7RM3WU5TR9CJAWJSD4OOEIM1P4FYWP9NQXX7NZ76HDDYQA5XHWOKRNFUUYB4SGN69L0W88EC7PYW1ORBDDPCEV9Y7KPVQPHLBRP4TG1HONHE1ZURBU1OW7EDTMWN6PU9O226RDW9BMH0BMFZ7XYMUX87' where id=59; -update noar tt set v2='4TURTU1T1JLUT90V8FUBNKKT08WILZNBYEF0GCW4VXER993RBH8MMWS5Y05M52LETQMXG0927UVJ89J4EZ6NR98XITSH2YF4T7UAUUW0I47I7I9Z8OOGZB8XADJBNHCN5MLPMHJPNU9U4ZIG8A540THY9T8UH7VL5EMX1FHDJW5FJM2TVBJG3JWLJS8QVMBTOTJHA2U85VB4U9Q992I4EUXVR3PD2RUKQ30X8QOMMSU7QS06LTR2SB4O1GZH8Q067' where id=59; -update noar ti set v2='4TURTU1T1JLUT90V8FUBNKKT08WILZNBYEF0GCW4VXER993RBH8MMWS5Y05M52LETQMXG0927UVJ89J4EZ6NR98XITSH2YF4T7UAUUW0I47I7I9Z8OOGZB8XADJBNHCN5MLPMHJPNU9U4ZIG8A540THY9T8UH7VL5EMX1FHDJW5FJM2TVBJG3JWLJS8QVMBTOTJHA2U85VB4U9Q992I4EUXVR3PD2RUKQ30X8QOMMSU7QS06LTR2SB4O1GZH8Q067' where id=59; -update noar tt set v3='QQVLJE4MR0VANDS2IV2FVVHBAQ4G6P1MD221WG1YZRTL52EDE23S9HKZ9PY3OL6V62FXYY5SUNSUTW81ZCZG05QLHB68UOTIRVT2SHNVWCZCK702PM9NVAD8F7VEQ7HBSOIHZRE2ZCR2JGLQLCTOOC3T1R14P3TPF91BQWY2QHP01YGCKVRJFD1AY0741NFDXI40VKSHXXDPQ5JNQ4045LODL91ZD9B7OY1K48OFU3I9SVY3D2T1NK8O8KLFULHME' where id=59; -update noar ti set v3='QQVLJE4MR0VANDS2IV2FVVHBAQ4G6P1MD221WG1YZRTL52EDE23S9HKZ9PY3OL6V62FXYY5SUNSUTW81ZCZG05QLHB68UOTIRVT2SHNVWCZCK702PM9NVAD8F7VEQ7HBSOIHZRE2ZCR2JGLQLCTOOC3T1R14P3TPF91BQWY2QHP01YGCKVRJFD1AY0741NFDXI40VKSHXXDPQ5JNQ4045LODL91ZD9B7OY1K48OFU3I9SVY3D2T1NK8O8KLFULHME' where id=59; -update noar tt set v0='0A941Z4EG2IV9GWFF19FW7BXF5PWXFEBS5SJHDGKMFF5O9W74903TBQA4VZ4MJ8PJNZC77R7CZO4QZ3ZL0B9UE11L3QXCK04QTOUKHK7V9TO35REW2LVZPJ06OA5Q04M0G14G81M408HPWCA6LTID12VHE5PL2F2RFWZQVYQMUSLMJXK5IID1XNV683DE6PIE5VD68W5V7OLOLU92O2GAW2UZD1BVLAI0PVUXUC8MHZJU9BDWNC5HJRI6FO4SPNM9' where id=60; -update noar ti set v0='0A941Z4EG2IV9GWFF19FW7BXF5PWXFEBS5SJHDGKMFF5O9W74903TBQA4VZ4MJ8PJNZC77R7CZO4QZ3ZL0B9UE11L3QXCK04QTOUKHK7V9TO35REW2LVZPJ06OA5Q04M0G14G81M408HPWCA6LTID12VHE5PL2F2RFWZQVYQMUSLMJXK5IID1XNV683DE6PIE5VD68W5V7OLOLU92O2GAW2UZD1BVLAI0PVUXUC8MHZJU9BDWNC5HJRI6FO4SPNM9' where id=60; -update noar tt set v1='FWIEVICR740U0VRVWLEU8QSSB3I5T1OA3KAAO5XCZ1P7CMLWVWQRXPAZCO1YK31D3RDXXLCIX4LUBJJRN5X3HHJ071S6XKMNYZ1IXZGC93KZU4TWC6EQBIPEMOZG1TNV4NEJL6KXFNWCCELJ0NJIHVHHLAN17ENNHDJIQCUILPV9ZHU9WHUK2URZ6FXC6ZPZHZ3G8W8DEN3AGKMS59GE4RSLL6EGI61C5XU18TVPD1K6N5KQWHW96TBZNFG74UNPV' where id=60; -update noar ti set v1='FWIEVICR740U0VRVWLEU8QSSB3I5T1OA3KAAO5XCZ1P7CMLWVWQRXPAZCO1YK31D3RDXXLCIX4LUBJJRN5X3HHJ071S6XKMNYZ1IXZGC93KZU4TWC6EQBIPEMOZG1TNV4NEJL6KXFNWCCELJ0NJIHVHHLAN17ENNHDJIQCUILPV9ZHU9WHUK2URZ6FXC6ZPZHZ3G8W8DEN3AGKMS59GE4RSLL6EGI61C5XU18TVPD1K6N5KQWHW96TBZNFG74UNPV' where id=60; -update noar tt set v2='RF018ZFV31DFDMEOW8L97JX8FSEDLH60GNPY79IGHH5LKSRV5SV48US3ERB2GLX3HYKORWGLCP1WPEZID1M0K06AFSP3LCHQ1P3Q7A1AUY5UYSHPB89IAKD280RYDL0VGWMN0A40O9P50ZREO7P9G0FUOU3JBHDCOZSMZO29XG1RQ126M3N393A2PIUFRNTXI59LAZQ52BM2RW4T01974SZGJNANP17DAL82QBRGHL3V4MGE3OJBRZR25QOSAHX05' where id=60; -update noar ti set v2='RF018ZFV31DFDMEOW8L97JX8FSEDLH60GNPY79IGHH5LKSRV5SV48US3ERB2GLX3HYKORWGLCP1WPEZID1M0K06AFSP3LCHQ1P3Q7A1AUY5UYSHPB89IAKD280RYDL0VGWMN0A40O9P50ZREO7P9G0FUOU3JBHDCOZSMZO29XG1RQ126M3N393A2PIUFRNTXI59LAZQ52BM2RW4T01974SZGJNANP17DAL82QBRGHL3V4MGE3OJBRZR25QOSAHX05' where id=60; -update noar tt set v3='NBQY3B9ELPVPUDV83M7M7BCGPWAKYT6XGEZ0VQXOGTAJ5S30U86DOJ0WCEE8LK3OG634DUWPE6VHW2F0PX3V2P73NROV32PTU0XTKMNE7XDIPF1DR8WEJZ1OK3F1YLCPRRMQTFRCK3WWLI2U59W27PE5D8465BK25ENG75RPDPXU2RLAH4TN09NWBQY75F51RF38T7IQCP6LFOKRI8EBC4O2I88HK7RLHUJOF7H5YVFEA2QNG25AW5BXIU62EU8MW' where id=60; -update noar ti set v3='NBQY3B9ELPVPUDV83M7M7BCGPWAKYT6XGEZ0VQXOGTAJ5S30U86DOJ0WCEE8LK3OG634DUWPE6VHW2F0PX3V2P73NROV32PTU0XTKMNE7XDIPF1DR8WEJZ1OK3F1YLCPRRMQTFRCK3WWLI2U59W27PE5D8465BK25ENG75RPDPXU2RLAH4TN09NWBQY75F51RF38T7IQCP6LFOKRI8EBC4O2I88HK7RLHUJOF7H5YVFEA2QNG25AW5BXIU62EU8MW' where id=60; -update noar tt set v0='JRK0ZCGIIRW4ZBUGCEKZ79X4TISEQDRUKABZ52FVDYN7KZ5DZ6Q2LNSAJAJXJPH1GB2QEC9874EHMGIYIEOBGI2TI0I9EG83ZR76QAHH45E3R5UQNPIQ82AYGBYGZE6K53E0P37RVV8DYUXKTQRUTNETLR322OPN6BFD9XZJ1J04WMDTYG6V1CD8WKBRPH24UPME6I6P7V4Z7I1APJRWISAIA6RZ9DAHETDZ2TBSMAVQBIWOELQDKX2LJ6GKH6TDX' where id=61; -update noar ti set v0='JRK0ZCGIIRW4ZBUGCEKZ79X4TISEQDRUKABZ52FVDYN7KZ5DZ6Q2LNSAJAJXJPH1GB2QEC9874EHMGIYIEOBGI2TI0I9EG83ZR76QAHH45E3R5UQNPIQ82AYGBYGZE6K53E0P37RVV8DYUXKTQRUTNETLR322OPN6BFD9XZJ1J04WMDTYG6V1CD8WKBRPH24UPME6I6P7V4Z7I1APJRWISAIA6RZ9DAHETDZ2TBSMAVQBIWOELQDKX2LJ6GKH6TDX' where id=61; -update noar tt set v1='4BGKVM9119Z1D0OYE9EX855MEUSPQ802FXDBDBS9UHP2PMFHOTPRSA526G1Y9HIEDWMQGSF6L9QVZ1MC482BEGM4C82XJOZR6SSQIO0XA81NF4AQAFLBZAT4L310FJN23JYT0AMNDISSJD0B7HDN8J7WTBL4PB5CU03VG3U8CAKF07PP68NB7Q4KJ9DHE7TBSINOABRTGAVDQCO2248Q3NEP5W035D0K7JGEWFPZYNITX2C5E1YHZTLO5W3248XC2' where id=61; -update noar ti set v1='4BGKVM9119Z1D0OYE9EX855MEUSPQ802FXDBDBS9UHP2PMFHOTPRSA526G1Y9HIEDWMQGSF6L9QVZ1MC482BEGM4C82XJOZR6SSQIO0XA81NF4AQAFLBZAT4L310FJN23JYT0AMNDISSJD0B7HDN8J7WTBL4PB5CU03VG3U8CAKF07PP68NB7Q4KJ9DHE7TBSINOABRTGAVDQCO2248Q3NEP5W035D0K7JGEWFPZYNITX2C5E1YHZTLO5W3248XC2' where id=61; -update noar tt set v2='Y5W2HMA232FFNHFWW8OIO6VJBVWHHKJC4KJLPD5S9D5ZNR9E82PW4VNO0M64B0W5JSPJZB7QY0HK3XTHMHJBO7LN3R34QWJ4XHK0AC26NNWWU562MU0PBICIMR5L08SKWUH3PE93M15AO2CY5YVBXIOK719BPCQRBNBAAC6UDDELK3R8XEVURBO3U8LYYBTJCM6T2ZFFQYV0328QL5L2ECPCGSNLAGKGLHMXE7IEB9PVKPSDTLC31S441X3C0M857' where id=61; -update noar ti set v2='Y5W2HMA232FFNHFWW8OIO6VJBVWHHKJC4KJLPD5S9D5ZNR9E82PW4VNO0M64B0W5JSPJZB7QY0HK3XTHMHJBO7LN3R34QWJ4XHK0AC26NNWWU562MU0PBICIMR5L08SKWUH3PE93M15AO2CY5YVBXIOK719BPCQRBNBAAC6UDDELK3R8XEVURBO3U8LYYBTJCM6T2ZFFQYV0328QL5L2ECPCGSNLAGKGLHMXE7IEB9PVKPSDTLC31S441X3C0M857' where id=61; -update noar tt set v3='IFY4880GO7ICBN1AKFJ37R410OOD8R062DQIMJKG50FF8RGU5SWS3VWJ5VVLBWXBLQG0HG9HU3X7DOHARQ36S7GGTDOM6HK9JN8GEBD0TP7GYR2GQ7KRHGL8Z4881NV8C92BU4H14LUL5OPVZT5W0C1TAL2Q5MEWDL78VENONCEPD1GSQ40S1V68IDN5IGTLG5JPO62SE13O5JCUUBDDB1S06FIU15SJHAI50ILM6MJ7XIREBW47140EPFYJDJB25' where id=61; -update noar ti set v3='IFY4880GO7ICBN1AKFJ37R410OOD8R062DQIMJKG50FF8RGU5SWS3VWJ5VVLBWXBLQG0HG9HU3X7DOHARQ36S7GGTDOM6HK9JN8GEBD0TP7GYR2GQ7KRHGL8Z4881NV8C92BU4H14LUL5OPVZT5W0C1TAL2Q5MEWDL78VENONCEPD1GSQ40S1V68IDN5IGTLG5JPO62SE13O5JCUUBDDB1S06FIU15SJHAI50ILM6MJ7XIREBW47140EPFYJDJB25' where id=61; -update noar tt set v0='EQQ6RB6C2M7FIOYXCQ0I8VVDGITDTYE16AZDLCYIJ8VVK3EU0X3QKMQ0AZRYS1CQ5XHTEVMS6TIC0IL3GJD6JEHIMOEPTDYSQZ6CHMLXLN7JCRKRH1UVEORFJMWMVODXNPG07D7S6IS6ORCKO6LZRDV19NFUUDMJTTT18GFQ03A7WLBUOUGXQLCLZBNJBGA1D75VQEU48HCEG11NGW6JIQYITGH0OF79DTAML6APHN6M3SSEO7R5FJXFFDMPJ7JN5' where id=62; -update noar ti set v0='EQQ6RB6C2M7FIOYXCQ0I8VVDGITDTYE16AZDLCYIJ8VVK3EU0X3QKMQ0AZRYS1CQ5XHTEVMS6TIC0IL3GJD6JEHIMOEPTDYSQZ6CHMLXLN7JCRKRH1UVEORFJMWMVODXNPG07D7S6IS6ORCKO6LZRDV19NFUUDMJTTT18GFQ03A7WLBUOUGXQLCLZBNJBGA1D75VQEU48HCEG11NGW6JIQYITGH0OF79DTAML6APHN6M3SSEO7R5FJXFFDMPJ7JN5' where id=62; -update noar tt set v1='V6PRL6BXT1NRCGQL5R1FFC9IWQHWMQ6PCRNEQ2HXZG34ZTYCD7E5ARETURGYMYDXRVTTZ26CARBWAPWISIS643NNJJREN2AI9Z8OZY8BW6NXKZRO55GDKIAZWXKODV7BBWIE2I5KY8EA2JPXTHKC4IR1SYN5EAS2ZYG14NVFIT48RFPJAFGRCRAFAO7GIERNPPBW9F0EKW1YBMTEFDXBYM10YUFV4RJXB1ZP26HNA8MCFWHRYWY8K1C3L5U8Q9PQ8' where id=62; -update noar ti set v1='V6PRL6BXT1NRCGQL5R1FFC9IWQHWMQ6PCRNEQ2HXZG34ZTYCD7E5ARETURGYMYDXRVTTZ26CARBWAPWISIS643NNJJREN2AI9Z8OZY8BW6NXKZRO55GDKIAZWXKODV7BBWIE2I5KY8EA2JPXTHKC4IR1SYN5EAS2ZYG14NVFIT48RFPJAFGRCRAFAO7GIERNPPBW9F0EKW1YBMTEFDXBYM10YUFV4RJXB1ZP26HNA8MCFWHRYWY8K1C3L5U8Q9PQ8' where id=62; -update noar tt set v2='9YNM51YZSRIDLE1AQKO2NGB5E5CLMG5K1B7U8G1FRZLGQUR85JUZKDNHAL2XS7NZH7362L7BUDK6O693Y1CSQ88UWEEH5AJ50ZCV258LH6WC681J41KKR053K569BPUW6CM6DVIYP4KXY0B3HJKP8QEP4DUTX6M2LQP2LMKNVVI3SFOQ41KODDQE6IDRK468ZB2NFRSALT69395B40OJMK26IAK8VIU364RF05V16TH6ZN4MZ3ETYJNCIMQ3348MF' where id=62; -update noar ti set v2='9YNM51YZSRIDLE1AQKO2NGB5E5CLMG5K1B7U8G1FRZLGQUR85JUZKDNHAL2XS7NZH7362L7BUDK6O693Y1CSQ88UWEEH5AJ50ZCV258LH6WC681J41KKR053K569BPUW6CM6DVIYP4KXY0B3HJKP8QEP4DUTX6M2LQP2LMKNVVI3SFOQ41KODDQE6IDRK468ZB2NFRSALT69395B40OJMK26IAK8VIU364RF05V16TH6ZN4MZ3ETYJNCIMQ3348MF' where id=62; -update noar tt set v3='XQRQZJFSQLKXNJUNAAMNFQ3HBTQ5KP8SOXE4IEWAVNJRRCDDV4W16VPRX1JQLZRMNIWIPMA7LT8MTTJ7SM5JP51I8CJ5W2MXKQVZIF6HEM42W5O7OGK6QEU9A8G3FJYWPUT98QPTFQ8DILIBSBR45TGULXBRMTBFNHKL640X48X2D25U55EKEZ7GZDZSBZ8CUAP2CV67IP6LVXHJ694VDYZS1P5DS7Y6N6VR52YHPKQYGLOEJQI9ZYAX1ZRYXBN3P' where id=62; -update noar ti set v3='XQRQZJFSQLKXNJUNAAMNFQ3HBTQ5KP8SOXE4IEWAVNJRRCDDV4W16VPRX1JQLZRMNIWIPMA7LT8MTTJ7SM5JP51I8CJ5W2MXKQVZIF6HEM42W5O7OGK6QEU9A8G3FJYWPUT98QPTFQ8DILIBSBR45TGULXBRMTBFNHKL640X48X2D25U55EKEZ7GZDZSBZ8CUAP2CV67IP6LVXHJ694VDYZS1P5DS7Y6N6VR52YHPKQYGLOEJQI9ZYAX1ZRYXBN3P' where id=62; -update noar tt set v0='MLK5OMNX996177NKDXK50ITSDODH5R4D9MJ9YJ6FJA5PP9Q58N680T2YISVF0RHD4YMV5MCY3YJZZZ973D1QR25HWMXE1WJE4VV7GGJ9K1HFEOJ9XQ3GPNOTG6YIXJGVNX26UKZDQNAGYQX9N7MMOF9GIU3P213BVA45DXNGHE5W6FVVPAQO3FLCVHUJ583CGAHQKBSCJRB709OK8XJA9MGGGO4IR3YU7MT32JTXTKLK5EP6WVMUAZ69D2MFB8CJW' where id=63; -update noar ti set v0='MLK5OMNX996177NKDXK50ITSDODH5R4D9MJ9YJ6FJA5PP9Q58N680T2YISVF0RHD4YMV5MCY3YJZZZ973D1QR25HWMXE1WJE4VV7GGJ9K1HFEOJ9XQ3GPNOTG6YIXJGVNX26UKZDQNAGYQX9N7MMOF9GIU3P213BVA45DXNGHE5W6FVVPAQO3FLCVHUJ583CGAHQKBSCJRB709OK8XJA9MGGGO4IR3YU7MT32JTXTKLK5EP6WVMUAZ69D2MFB8CJW' where id=63; -update noar tt set v1='9OSWRG5UVOR5SRJEYJ0YERVUXWTKNH5A4M3UMJQ6UOQRQIB59YXK4LH9XMQCR5324NTLYH0YQSHJ8MOM89BSFFN1A4COO2P14AQ402TQ5GCCK4CGL14PU6JTMV3Y3D5BFZ4CGV04N2UWA8PN0QG576PK4BBIHTMRWSCEDD8GQHUB6UBWS2UOQQE8N1865PJMTGFFINPM6HDE1ATZBUA1LLE4LJJ190DEAV3LRBLB6HP481512FRGQOLL2XV9DW8KX' where id=63; -update noar ti set v1='9OSWRG5UVOR5SRJEYJ0YERVUXWTKNH5A4M3UMJQ6UOQRQIB59YXK4LH9XMQCR5324NTLYH0YQSHJ8MOM89BSFFN1A4COO2P14AQ402TQ5GCCK4CGL14PU6JTMV3Y3D5BFZ4CGV04N2UWA8PN0QG576PK4BBIHTMRWSCEDD8GQHUB6UBWS2UOQQE8N1865PJMTGFFINPM6HDE1ATZBUA1LLE4LJJ190DEAV3LRBLB6HP481512FRGQOLL2XV9DW8KX' where id=63; -update noar tt set v2='PHIWXGZOHQKX30KUJNFVHC37XSM5COMUZ9QKVK6PAI1OVM8B4TT7N6X7RTSVQVZVVAOLDEKC1OT59K6RPYTH36O0I6BUFQ4O9MVQF73K6CD2ZPDQIDCIEONELUHNTBMDI3MF6QLLOOTED00EWK2STVNJV2ADBFZNDOMQ1EGQZ6337J8AOUISNN9CM4SB24UZ00YS3G33OLNS8C5HK0XKTCDBXB1UVN70N2JB3IDAMBNIHYDPFDQHU3CVIHQ8DT9QG' where id=63; -update noar ti set v2='PHIWXGZOHQKX30KUJNFVHC37XSM5COMUZ9QKVK6PAI1OVM8B4TT7N6X7RTSVQVZVVAOLDEKC1OT59K6RPYTH36O0I6BUFQ4O9MVQF73K6CD2ZPDQIDCIEONELUHNTBMDI3MF6QLLOOTED00EWK2STVNJV2ADBFZNDOMQ1EGQZ6337J8AOUISNN9CM4SB24UZ00YS3G33OLNS8C5HK0XKTCDBXB1UVN70N2JB3IDAMBNIHYDPFDQHU3CVIHQ8DT9QG' where id=63; -update noar tt set v3='VQML9GORFV07CPK1BYL0NSI1QUU7T8N0W6K11SPUW0OQ105AQEA7IC0XOY9F8GFBCF1EYZW7IPO4V21E01HNDFQO8HRYILOV6RRCT1UDN0YQ1Z8F9JE2PUC1HL1YDXIQ5KZTIK1NJ8Z5G3KG1KLHFE3ODHNXH555DXPN7SW8N58KDZ0AB1VYATTOH5QGLCEQF03PTODZEXN21DPTO13HO84F5W6SRQCC33RRNCRWSYWHDOAVBARZYV2ZI8NC1PEL9' where id=63; -update noar ti set v3='VQML9GORFV07CPK1BYL0NSI1QUU7T8N0W6K11SPUW0OQ105AQEA7IC0XOY9F8GFBCF1EYZW7IPO4V21E01HNDFQO8HRYILOV6RRCT1UDN0YQ1Z8F9JE2PUC1HL1YDXIQ5KZTIK1NJ8Z5G3KG1KLHFE3ODHNXH555DXPN7SW8N58KDZ0AB1VYATTOH5QGLCEQF03PTODZEXN21DPTO13HO84F5W6SRQCC33RRNCRWSYWHDOAVBARZYV2ZI8NC1PEL9' where id=63; -update noar tt set v0='A6FOTIU48JWADRZ1YRIC9JV4RLBS1KASLST56JPC9RWMY07UK1RC1A4GB0AC93MX9IK20QSK8RIC2TC8WKPXCO0XVFCJJMA3NVEGL6RL9YF3JHRD44A8QOVC2QLHLAK297ZT6OIMXNWBWRGNQF0328QU7F71GL1OWTHECVH11RKYK8VWKMD4WYOLK42U0M07OFJDXUCIBXD6LJYMFVD5EW43GRR3ZDM71R69ZPC0ZR4TLMQENPDZ0KHYVDQ7E58G0' where id=64; -update noar ti set v0='A6FOTIU48JWADRZ1YRIC9JV4RLBS1KASLST56JPC9RWMY07UK1RC1A4GB0AC93MX9IK20QSK8RIC2TC8WKPXCO0XVFCJJMA3NVEGL6RL9YF3JHRD44A8QOVC2QLHLAK297ZT6OIMXNWBWRGNQF0328QU7F71GL1OWTHECVH11RKYK8VWKMD4WYOLK42U0M07OFJDXUCIBXD6LJYMFVD5EW43GRR3ZDM71R69ZPC0ZR4TLMQENPDZ0KHYVDQ7E58G0' where id=64; -update noar tt set v1='WTY5C15ZEU2ERV7HHY1A0DOPS8MNN2LQ0YY9339UE0YTTYCPPZ2WZI0Y3CKS5RJO8QKZPNWPVXZ9DUY86MU5NJDT8I60H49T443M5VL7AWAVIPGSVDMJO4A6PSPMSBTGRTV4NM8D3P871BETF5MU4W0N1VQ4JD2Y768U7NNCJAT7NWE5V9UEWW71MZJZXB4IZPS617PRA1WMXGNOHKPMQBEPHTDY2DCZR54E12HNVEG5H60ALKFDJPGKFDVKPMECG' where id=64; -update noar ti set v1='WTY5C15ZEU2ERV7HHY1A0DOPS8MNN2LQ0YY9339UE0YTTYCPPZ2WZI0Y3CKS5RJO8QKZPNWPVXZ9DUY86MU5NJDT8I60H49T443M5VL7AWAVIPGSVDMJO4A6PSPMSBTGRTV4NM8D3P871BETF5MU4W0N1VQ4JD2Y768U7NNCJAT7NWE5V9UEWW71MZJZXB4IZPS617PRA1WMXGNOHKPMQBEPHTDY2DCZR54E12HNVEG5H60ALKFDJPGKFDVKPMECG' where id=64; -update noar tt set v2='RPTENB3ETSR98K7JT4P1F5RR2W1AMUFPEDT32FHZL13G0ENWNO95COKI6091QTXPBQIS5A5O8ELBOI46HP26HEJOBN3BXVV2XN8FYIMJAXW9V2X8158F1TAKTVF1CRYRCMXXTIHZZV8T66V0VLYG5T1U5E3WHB7RRNABCGDKBM2X5I3PL7EEJ9JM44MMFBFUWPXAILABIMSWJNEA6EQNT1P43F0MARLDXH817TS33ZP9L717N34PIAPCRRPVMGBEZ' where id=64; -update noar ti set v2='RPTENB3ETSR98K7JT4P1F5RR2W1AMUFPEDT32FHZL13G0ENWNO95COKI6091QTXPBQIS5A5O8ELBOI46HP26HEJOBN3BXVV2XN8FYIMJAXW9V2X8158F1TAKTVF1CRYRCMXXTIHZZV8T66V0VLYG5T1U5E3WHB7RRNABCGDKBM2X5I3PL7EEJ9JM44MMFBFUWPXAILABIMSWJNEA6EQNT1P43F0MARLDXH817TS33ZP9L717N34PIAPCRRPVMGBEZ' where id=64; -update noar tt set v3='3UO0GQYJYKUPJ7LR2ARKLGK6NVT945WTKI40XSBZ5YIJAX2XGR0N4ZYDUAAMCLYKFVX9VLXUIDOZGEXND1M7H8VGM511AOWQFY3IO402UTEKPJ6X5QRNCWZCYA50H4PVKUNI152UHAJTP6MRP7K1RUVX1AOL1RYUHQW7NJ0H6XL35TESBVQ1UKAB3LIUW0E5RUPLWYBZQMU3IRLWJPJN1WP3SICJTYP735JDML352Z0XZW2NJ89B9L0UQVXFQY60C' where id=64; -update noar ti set v3='3UO0GQYJYKUPJ7LR2ARKLGK6NVT945WTKI40XSBZ5YIJAX2XGR0N4ZYDUAAMCLYKFVX9VLXUIDOZGEXND1M7H8VGM511AOWQFY3IO402UTEKPJ6X5QRNCWZCYA50H4PVKUNI152UHAJTP6MRP7K1RUVX1AOL1RYUHQW7NJ0H6XL35TESBVQ1UKAB3LIUW0E5RUPLWYBZQMU3IRLWJPJN1WP3SICJTYP735JDML352Z0XZW2NJ89B9L0UQVXFQY60C' where id=64; -update noar tt set v0='IZ5G9W8JX3FFNW6K6OINC65XZECSI57UNWCS2CEDRC8F16NDEZAOAFR4WPS5TA756DQH213J5DVEPP2NLWZGK7JHIMHZ1IO23KS65Z21SX0BKUKCY5CX8NI1PH9WPG2LO9Y0LSCC9E30SHAJXBTBXVN8SCF2E5O2GLIPLKD9TRWF4ONYNBOBY7WSNJF9HLV80XJ2NEOLWK2YWRQSZXUJ20TK82PZPNGFG64XJQBEPRP4E3DU1A5VXQEJ9GVVXHFIC' where id=65; -update noar ti set v0='IZ5G9W8JX3FFNW6K6OINC65XZECSI57UNWCS2CEDRC8F16NDEZAOAFR4WPS5TA756DQH213J5DVEPP2NLWZGK7JHIMHZ1IO23KS65Z21SX0BKUKCY5CX8NI1PH9WPG2LO9Y0LSCC9E30SHAJXBTBXVN8SCF2E5O2GLIPLKD9TRWF4ONYNBOBY7WSNJF9HLV80XJ2NEOLWK2YWRQSZXUJ20TK82PZPNGFG64XJQBEPRP4E3DU1A5VXQEJ9GVVXHFIC' where id=65; -update noar tt set v1='G1JY3SIR0KJIPR3TR69AO2H2AAM1ORIPCLQ092ZEG2YUU8AQJFYL8GU12CVLA3X6XOEQLNLXJBGPL77CN1CJA4KX88U2EC7E2WMLCO1RXZU33XQ356ZUL3IWE6UOKCZY19AR5S52NMCMYM3U18MELYQFZPC6B1K0KKRFHTF39FC6YHUCG1VUEC7FP1J2EO4EABY6HQOZFM5JCOLTRTYXVIONRERSM0SYIKGFHPRJJKGO7PXPU6UQ2SLQQIN5H87I2' where id=65; -update noar ti set v1='G1JY3SIR0KJIPR3TR69AO2H2AAM1ORIPCLQ092ZEG2YUU8AQJFYL8GU12CVLA3X6XOEQLNLXJBGPL77CN1CJA4KX88U2EC7E2WMLCO1RXZU33XQ356ZUL3IWE6UOKCZY19AR5S52NMCMYM3U18MELYQFZPC6B1K0KKRFHTF39FC6YHUCG1VUEC7FP1J2EO4EABY6HQOZFM5JCOLTRTYXVIONRERSM0SYIKGFHPRJJKGO7PXPU6UQ2SLQQIN5H87I2' where id=65; -update noar tt set v2='JQB1AV58BGRQQK0ZUJCY3WH0XB67DV9MGLLR03864TD6TKEFNB4L7N2XXJLBULAZPUR2RQCP6AJDUM2IHX9FL8X81EAK39HZIMUZDU4Q2DE894N7D6GCR8IGML0YPLEGPKEDMWXQCX2LGIAR4BW5BV5HV2HZW93EQKWQAAMREEKWQLMFHGW7M1BXCYABJN8WM9AN81MOE41559XZLBWWCWLSDDCJ559SABWTUAX7MNOQ7N11ECRODOLS6M2MSL1Z1' where id=65; -update noar ti set v2='JQB1AV58BGRQQK0ZUJCY3WH0XB67DV9MGLLR03864TD6TKEFNB4L7N2XXJLBULAZPUR2RQCP6AJDUM2IHX9FL8X81EAK39HZIMUZDU4Q2DE894N7D6GCR8IGML0YPLEGPKEDMWXQCX2LGIAR4BW5BV5HV2HZW93EQKWQAAMREEKWQLMFHGW7M1BXCYABJN8WM9AN81MOE41559XZLBWWCWLSDDCJ559SABWTUAX7MNOQ7N11ECRODOLS6M2MSL1Z1' where id=65; -update noar tt set v3='BIWL5WWAB109BEHRG07GTEAO15240MWVWARPT82JRWBOTUV7OBIO4C51OIHO54JDJ2DVK4G9LEPEQGE2CQ1P92ADSAM0RVV3INHU823TX8VC889YP1YC2LOBD87GRZMKCCMU85H3B11DC9FVFDDOOUAGR8O6N7ROKPKC231HZVRCGBS84BWWSDYMSB69IPBYBIJPPWVXOJGY8XDKMBNQ0Z9D684LHNOTFATXFBXAC6ZRW491Y92WVLQ44DYPR1RCA' where id=65; -update noar ti set v3='BIWL5WWAB109BEHRG07GTEAO15240MWVWARPT82JRWBOTUV7OBIO4C51OIHO54JDJ2DVK4G9LEPEQGE2CQ1P92ADSAM0RVV3INHU823TX8VC889YP1YC2LOBD87GRZMKCCMU85H3B11DC9FVFDDOOUAGR8O6N7ROKPKC231HZVRCGBS84BWWSDYMSB69IPBYBIJPPWVXOJGY8XDKMBNQ0Z9D684LHNOTFATXFBXAC6ZRW491Y92WVLQ44DYPR1RCA' where id=65; -update noar tt set v0='698QAF0IVRQSE28DJA5L43GQKTT1JI5AQYGN85D28AM2F89AF1QEV50ZLHOR2E63NQIHQ8SG1ZHPZ1XFAPKR47MVXT570CAG5B7V9RFV86B1BIXCHL7ZW00VMQ0XZT86OCGXKTB6RY5JCGVW7DF0ORPEK42RXYKLU54N13HW7QZRCXXK7UJQDN3CC61877S7BRRK67UNJ319QK0W4CHDTAKQKNVGOH7EA4WER7RXDOR1I2MZ0BCKBR20W74IK9QW4' where id=66; -update noar ti set v0='698QAF0IVRQSE28DJA5L43GQKTT1JI5AQYGN85D28AM2F89AF1QEV50ZLHOR2E63NQIHQ8SG1ZHPZ1XFAPKR47MVXT570CAG5B7V9RFV86B1BIXCHL7ZW00VMQ0XZT86OCGXKTB6RY5JCGVW7DF0ORPEK42RXYKLU54N13HW7QZRCXXK7UJQDN3CC61877S7BRRK67UNJ319QK0W4CHDTAKQKNVGOH7EA4WER7RXDOR1I2MZ0BCKBR20W74IK9QW4' where id=66; -update noar tt set v1='BVA3SX2Z9PCS1MSM7FF4B7NOL1BSM6DFSD8DRUJ6E3B72AK2IHQNZDL9CF1ZZ64ES79VIM3UWRNY0HTNOVPQTLYYV8X4XVMDUVCIF1HO0YVDSY61FB0JE63R1QWQBIZN2VNQCFNKOPRV5OVEH9A18N07BZ3HK7F41TLOJTNE1542S4LU6UIS8YGXEKN2BR8J12JGHM6A51NFV3XHM8R00X6OUQW1CJKHCZR3096G80OJMWGGXXGTV7IAX8WO1FM8D' where id=66; -update noar ti set v1='BVA3SX2Z9PCS1MSM7FF4B7NOL1BSM6DFSD8DRUJ6E3B72AK2IHQNZDL9CF1ZZ64ES79VIM3UWRNY0HTNOVPQTLYYV8X4XVMDUVCIF1HO0YVDSY61FB0JE63R1QWQBIZN2VNQCFNKOPRV5OVEH9A18N07BZ3HK7F41TLOJTNE1542S4LU6UIS8YGXEKN2BR8J12JGHM6A51NFV3XHM8R00X6OUQW1CJKHCZR3096G80OJMWGGXXGTV7IAX8WO1FM8D' where id=66; -update noar tt set v2='0XZ0ZGTMG3V0ZFQ6JYBLXOKY11SVP6IF7SYZW7QB4DFF8MA2AF36W5NJ8T4S066TWJ55T7VLPN4BS2LJYHSK1QIVTWMLISXX1UIFXO50KO1MS11OUWYA9DSN6L04WRCE03IOQYRHKP9986KQAHCU991PYT9457LFIS74WTMSMGWO3WDY3A5S43LW9TUGK2T5K97ZTG3ROKH05DIT05SIHRDG9CR88OL2AO2S9OA5OKCMCOSS74FGZWUPW0Y3PN1Q0' where id=66; -update noar ti set v2='0XZ0ZGTMG3V0ZFQ6JYBLXOKY11SVP6IF7SYZW7QB4DFF8MA2AF36W5NJ8T4S066TWJ55T7VLPN4BS2LJYHSK1QIVTWMLISXX1UIFXO50KO1MS11OUWYA9DSN6L04WRCE03IOQYRHKP9986KQAHCU991PYT9457LFIS74WTMSMGWO3WDY3A5S43LW9TUGK2T5K97ZTG3ROKH05DIT05SIHRDG9CR88OL2AO2S9OA5OKCMCOSS74FGZWUPW0Y3PN1Q0' where id=66; -update noar tt set v3='YO0D586IHMZX1B8C2DCNV3RYQMD9KD6COQ4JABGD71L1EYF1ASLO3HLWFSJQNPWWQQ1IN9BOCPEZ4OFKLMLTBICAWMHHO3TVX10J5AVFWTZPC7YAPUO3EVFPFTHN79H82FDE98HY5ZTLOJI235EK7UQH25ESA3GO14Q5AQDWVO9PXILFJ0KH4TB56XS80QY5ED5GHD4STEL7JE87NTVHMGI8129E44RNU6GYOKKVSMC80YGX3C9LEX1MJW5HM5S9O' where id=66; -update noar ti set v3='YO0D586IHMZX1B8C2DCNV3RYQMD9KD6COQ4JABGD71L1EYF1ASLO3HLWFSJQNPWWQQ1IN9BOCPEZ4OFKLMLTBICAWMHHO3TVX10J5AVFWTZPC7YAPUO3EVFPFTHN79H82FDE98HY5ZTLOJI235EK7UQH25ESA3GO14Q5AQDWVO9PXILFJ0KH4TB56XS80QY5ED5GHD4STEL7JE87NTVHMGI8129E44RNU6GYOKKVSMC80YGX3C9LEX1MJW5HM5S9O' where id=66; -update noar tt set v0='0QHV2YSY3JS1ZXXKYXFEEXTTJD1APH1NKZ20JEPH69432V5SCACYH7RXJEZ0V866WJTDMQZASC6MUI1ARHDRSY7QZY27UXR4HCQV7IKT4WHB55D1DL9DLWV29U5S7V2BF207397J04UF8Z2LLB1GDJMWUHB3BUM1JS7G441LCLHVONHA5Q39X05IZGC4MUS46TBP79QJU6FMCWF7FJD1Y5JYGR0R7804QK4OK58AMKMR0V3PXW53ARTN4A4IY2R0F' where id=67; -update noar ti set v0='0QHV2YSY3JS1ZXXKYXFEEXTTJD1APH1NKZ20JEPH69432V5SCACYH7RXJEZ0V866WJTDMQZASC6MUI1ARHDRSY7QZY27UXR4HCQV7IKT4WHB55D1DL9DLWV29U5S7V2BF207397J04UF8Z2LLB1GDJMWUHB3BUM1JS7G441LCLHVONHA5Q39X05IZGC4MUS46TBP79QJU6FMCWF7FJD1Y5JYGR0R7804QK4OK58AMKMR0V3PXW53ARTN4A4IY2R0F' where id=67; -update noar tt set v1='HEUXEQC9LEARKUAB3CSE471DMJTC3XKE1M3SBY13Y6OBVKA0SK6OTL4LUZT0OOXL2K3GJAU8HBAOFHVINDQU6OFWT90DFAXJ97E6XFON2TKWEFMDZEK1T9REG076BXB4JBNPRN68ME3Z6T1HRYYXHI5YG3HJOGB6M540EZ4PCY0HUSSFM2I0R97SB3BMILXKYEYGEYVEBDC25614NUQWISOCT3710QEO8XAF42M5RDSG055MF2DLE5RLCJY9VOO6C' where id=67; -update noar ti set v1='HEUXEQC9LEARKUAB3CSE471DMJTC3XKE1M3SBY13Y6OBVKA0SK6OTL4LUZT0OOXL2K3GJAU8HBAOFHVINDQU6OFWT90DFAXJ97E6XFON2TKWEFMDZEK1T9REG076BXB4JBNPRN68ME3Z6T1HRYYXHI5YG3HJOGB6M540EZ4PCY0HUSSFM2I0R97SB3BMILXKYEYGEYVEBDC25614NUQWISOCT3710QEO8XAF42M5RDSG055MF2DLE5RLCJY9VOO6C' where id=67; -update noar tt set v2='HPH1C6QGUFJVG2CZKPC785GZ8OMYYQ4LWUT0J52VKMQIF4QVXW8Z4PCPAYN0OPTBJHR7SNMKOEETQ3MGBN79486K329C6MVDFX5QJG4LE76AFGFSQZ240ZNTWS3Z2ED8ALOOQO0D79S3YCYK1OKI1225EOJ01ZGUVAY9WL0WO3AHWADP956X9WU07EHB0IMKPJQ40A2CTC1DDU7AMHG18R9YY5ZPRR98XJABECZ80B5N58HK6WKIIP52U736Q38EF' where id=67; -update noar ti set v2='HPH1C6QGUFJVG2CZKPC785GZ8OMYYQ4LWUT0J52VKMQIF4QVXW8Z4PCPAYN0OPTBJHR7SNMKOEETQ3MGBN79486K329C6MVDFX5QJG4LE76AFGFSQZ240ZNTWS3Z2ED8ALOOQO0D79S3YCYK1OKI1225EOJ01ZGUVAY9WL0WO3AHWADP956X9WU07EHB0IMKPJQ40A2CTC1DDU7AMHG18R9YY5ZPRR98XJABECZ80B5N58HK6WKIIP52U736Q38EF' where id=67; -update noar tt set v3='WFURLW3O0WJEP5Z8S1J3D3KKVQ2QEU65R02H77N9Y8WWJIC3H0DNHH3PJGMHLG0CAE7L910NR1TXW9QRY3R1JBP3SPUM4PHQO9G9JQWZCKQVR0NDMPG41EYI3O5LCXV4UDAD5GOECEQNT1MLDTSQ9ZAK4ULPP3RV13K2UTMYZMX8N6PVGRZDOYWPTGKK8M0ISQBXXVMEXZDCI1EGZXB4QQ2I8Y0PJN5GOM1QD0SSKLCNR3P78IOAP0QK3VJRTYAJ8' where id=67; -update noar ti set v3='WFURLW3O0WJEP5Z8S1J3D3KKVQ2QEU65R02H77N9Y8WWJIC3H0DNHH3PJGMHLG0CAE7L910NR1TXW9QRY3R1JBP3SPUM4PHQO9G9JQWZCKQVR0NDMPG41EYI3O5LCXV4UDAD5GOECEQNT1MLDTSQ9ZAK4ULPP3RV13K2UTMYZMX8N6PVGRZDOYWPTGKK8M0ISQBXXVMEXZDCI1EGZXB4QQ2I8Y0PJN5GOM1QD0SSKLCNR3P78IOAP0QK3VJRTYAJ8' where id=67; -update noar tt set v0='SH0X13UGX8HL56FVPGWPJXRX9DA4AOCQEJEVPROCNI22GO3O7CKKUG91V32DSR2DOESVXT6VMJFM26QT2BQFNKPY2P1NFDHNHWMPLNYLJ7AI8IL9ZFD0MSDVPUFBBCMB8L7430NKAX5L21A2V9CMCZXUUH9O6T7KWY6MO4Z3713PX4BLTQOQD2BVW0JZTDTDTQWZLCXRQO8UWF96NFONL6QMF0N2RXIJKREO37EOJL8KAHIIKGR4ID33FC3JWAGIK' where id=68; -update noar ti set v0='SH0X13UGX8HL56FVPGWPJXRX9DA4AOCQEJEVPROCNI22GO3O7CKKUG91V32DSR2DOESVXT6VMJFM26QT2BQFNKPY2P1NFDHNHWMPLNYLJ7AI8IL9ZFD0MSDVPUFBBCMB8L7430NKAX5L21A2V9CMCZXUUH9O6T7KWY6MO4Z3713PX4BLTQOQD2BVW0JZTDTDTQWZLCXRQO8UWF96NFONL6QMF0N2RXIJKREO37EOJL8KAHIIKGR4ID33FC3JWAGIK' where id=68; -update noar tt set v1='XTONFIT2HEX1SIGY1QM512E302HYAGJE0WNYFPAPMTHLX8KTMZFFGAORFVGNLJXHYG09C315O2L2SCBIDFS4RGGH2WB03RXWCUJ6MUKUJ7WODHI7O8BKDIXZFRTCA8B27BS2LDZX2MHUEXY2ESRSZ05CU5LK8TXKZBXBPMKU85ZGO8Q5BNUJ7QYPMJTVF2FNG307B32WP4ZXJXSTFJ7Q95X0I5OSVFYKIY62VYJB8P1R9QL2YFZZ6OE8FGIJORCSW' where id=68; -update noar ti set v1='XTONFIT2HEX1SIGY1QM512E302HYAGJE0WNYFPAPMTHLX8KTMZFFGAORFVGNLJXHYG09C315O2L2SCBIDFS4RGGH2WB03RXWCUJ6MUKUJ7WODHI7O8BKDIXZFRTCA8B27BS2LDZX2MHUEXY2ESRSZ05CU5LK8TXKZBXBPMKU85ZGO8Q5BNUJ7QYPMJTVF2FNG307B32WP4ZXJXSTFJ7Q95X0I5OSVFYKIY62VYJB8P1R9QL2YFZZ6OE8FGIJORCSW' where id=68; -update noar tt set v2='RY89K8BQULSAX3380IKWDM4327A0KVRXR30KP7138JM19MTFBYDO7J2LJ19ELA21B8W5IAZML9HOTFLA7NPG750N6FN38INLWBAJ3TMDTFSYBII1F8YV4CNE8GOCD3OFB5SZJVJDHOEH4UQTNLDGQN2J7Y3XLRAKJMY1YGJ1WNYDHMTX4OS8KAD253DIL83HFP975HY2WECLVORROCIW0RCIE8FIT2XJE3UZAJFX6CB0WEHY7ARG344LT3RA0JDMU' where id=68; -update noar ti set v2='RY89K8BQULSAX3380IKWDM4327A0KVRXR30KP7138JM19MTFBYDO7J2LJ19ELA21B8W5IAZML9HOTFLA7NPG750N6FN38INLWBAJ3TMDTFSYBII1F8YV4CNE8GOCD3OFB5SZJVJDHOEH4UQTNLDGQN2J7Y3XLRAKJMY1YGJ1WNYDHMTX4OS8KAD253DIL83HFP975HY2WECLVORROCIW0RCIE8FIT2XJE3UZAJFX6CB0WEHY7ARG344LT3RA0JDMU' where id=68; -update noar tt set v3='K0QQA5MDSGU6MWXGWC8F7T0YS0JNAL4TQNOIP56TMPVUN1QR0Q14GHF4GKZWKRBL01BCXWVIK7LPSH8RK6XBF83GOTH1FHSOT1P670Z9M6MYB7PVDWYHPWDY3VP2CW6P4EJNOWB3MY6UN0CFQ95GHCPTJNSBJ880N6X6ZZC34QYPGIPJ62NK5BHIX8VITCS0DRF9LD9GH67NWBAL9OQB6JMKGI3968IXK81I56OTHW10WCBT1ITQDOXNTANN2BZ4Y' where id=68; -update noar ti set v3='K0QQA5MDSGU6MWXGWC8F7T0YS0JNAL4TQNOIP56TMPVUN1QR0Q14GHF4GKZWKRBL01BCXWVIK7LPSH8RK6XBF83GOTH1FHSOT1P670Z9M6MYB7PVDWYHPWDY3VP2CW6P4EJNOWB3MY6UN0CFQ95GHCPTJNSBJ880N6X6ZZC34QYPGIPJ62NK5BHIX8VITCS0DRF9LD9GH67NWBAL9OQB6JMKGI3968IXK81I56OTHW10WCBT1ITQDOXNTANN2BZ4Y' where id=68; -update noar tt set v0='F8JII6T7EL9A2FGD4HE506JAZC4P6QI58JI9RGODOBPBX0Y00UJ445PLGE5CQ4XSXAUEYUT6G6MPZDDL3EYDNOVKVEZVYWF0W2N6QBVV6X3GX6SUH0RH4P10LZ8RKS4V2K7VAKZKA2FS86B4LDKWPN0QAQQMXW3FGDW7FS0XLN2MTR03LEYDC0V0QGM2WM3JJIFFKLFJPR7JWYYIVZGLHLRPS83XU2C4PPBW445DELM7QRQR75DW3GYB3P7RSAXQJ' where id=69; -update noar ti set v0='F8JII6T7EL9A2FGD4HE506JAZC4P6QI58JI9RGODOBPBX0Y00UJ445PLGE5CQ4XSXAUEYUT6G6MPZDDL3EYDNOVKVEZVYWF0W2N6QBVV6X3GX6SUH0RH4P10LZ8RKS4V2K7VAKZKA2FS86B4LDKWPN0QAQQMXW3FGDW7FS0XLN2MTR03LEYDC0V0QGM2WM3JJIFFKLFJPR7JWYYIVZGLHLRPS83XU2C4PPBW445DELM7QRQR75DW3GYB3P7RSAXQJ' where id=69; -update noar tt set v1='UL0VE33M30IXP67YW5TUFCZLX9SKK5B3VRV18OHVV02RB1ZIQ78WDAT685TN3960YG10S2PNL4EF95AKEF0FH0MLMHW4GX85T3HCZXU5I42PNDJ373M26PQ1RWWONT9LJHU905W31PPMCW8F0LU25K17R0EL5D7HH5GCZCHFU306BUREP9I8O4HIU9C58BK9X2Y04SPFCJWFGJE0A8YAPFEIOX0DBCHXBX8P1T6UB9V6AIM2KJOXBQPWITZ7OD31B' where id=69; -update noar ti set v1='UL0VE33M30IXP67YW5TUFCZLX9SKK5B3VRV18OHVV02RB1ZIQ78WDAT685TN3960YG10S2PNL4EF95AKEF0FH0MLMHW4GX85T3HCZXU5I42PNDJ373M26PQ1RWWONT9LJHU905W31PPMCW8F0LU25K17R0EL5D7HH5GCZCHFU306BUREP9I8O4HIU9C58BK9X2Y04SPFCJWFGJE0A8YAPFEIOX0DBCHXBX8P1T6UB9V6AIM2KJOXBQPWITZ7OD31B' where id=69; -update noar tt set v2='D4UD3SBDHA9JBDOMG893SFTQRM5OYZ3J2M3Q9WNXOIKVAIDIE29YFBF6RPEB4UCO3TBKD0BLC8N0N4JELRPV86CLQHBAB00EMHL3TQ16NVWD8QSODCP4CXR32K3CRIN4PEENNT1B02AHPU31J8OX9N6VRA05OYLGJY03A0338N1K6XQJV7I8G5HZ4YPDEEO5S8QMYSQ0IMQDCDY15QVSP2P0LF127WSNMC83PNQC9E0GASDGRD6BEJ0UWN8Y1IJ94' where id=69; -update noar ti set v2='D4UD3SBDHA9JBDOMG893SFTQRM5OYZ3J2M3Q9WNXOIKVAIDIE29YFBF6RPEB4UCO3TBKD0BLC8N0N4JELRPV86CLQHBAB00EMHL3TQ16NVWD8QSODCP4CXR32K3CRIN4PEENNT1B02AHPU31J8OX9N6VRA05OYLGJY03A0338N1K6XQJV7I8G5HZ4YPDEEO5S8QMYSQ0IMQDCDY15QVSP2P0LF127WSNMC83PNQC9E0GASDGRD6BEJ0UWN8Y1IJ94' where id=69; -update noar tt set v3='KQ5EYSAZRD9DFQXP8GI1TJSR66GASD0R0QC3Q3D6XQ5C5K0R2RXID4LPOALCTZY5L6YB87HLQG68GE0N2BEPQTHDQD0ENZQAFNHM6WTXME02GPCVYXKZNSKJWNK5VWDTPR1K8E2DV6X41P6YE090437PZPHO48ERONXAQ73XYWDIFTBPXPKYIX8P9W5ONFISC45VDEWNQEWS0EXF0EMMCRIBE1ENG6QDV871LI7SGYMXD1I5CE8C9P6YCJ1K8OOXC' where id=69; -update noar ti set v3='KQ5EYSAZRD9DFQXP8GI1TJSR66GASD0R0QC3Q3D6XQ5C5K0R2RXID4LPOALCTZY5L6YB87HLQG68GE0N2BEPQTHDQD0ENZQAFNHM6WTXME02GPCVYXKZNSKJWNK5VWDTPR1K8E2DV6X41P6YE090437PZPHO48ERONXAQ73XYWDIFTBPXPKYIX8P9W5ONFISC45VDEWNQEWS0EXF0EMMCRIBE1ENG6QDV871LI7SGYMXD1I5CE8C9P6YCJ1K8OOXC' where id=69; -update noar tt set v0='XK5O7XTAISPFIB4Z0ROPEHZPDBYTMU3HE8O4SYGLGXA3MSF1CURWCJHF6R1N3IKYA4DMTP13JKTOWRGUSJ3B6FPWGR861YYB8EHM4C8C4ZU8C6LZ96TK1YV9D6TGR40WV1D1HVQK8PTSUPPVW13RY34HL6RQ8R41H1VK4RJAYO6VUZ5YI8ASG0ZA28JDVAQ4CPQW84SVDJLW0O8CMXLG3TDHLCKQA6P44I7NR3PI4D0M6Z337XTW17XJHDDEPZQWO' where id=70; -update noar ti set v0='XK5O7XTAISPFIB4Z0ROPEHZPDBYTMU3HE8O4SYGLGXA3MSF1CURWCJHF6R1N3IKYA4DMTP13JKTOWRGUSJ3B6FPWGR861YYB8EHM4C8C4ZU8C6LZ96TK1YV9D6TGR40WV1D1HVQK8PTSUPPVW13RY34HL6RQ8R41H1VK4RJAYO6VUZ5YI8ASG0ZA28JDVAQ4CPQW84SVDJLW0O8CMXLG3TDHLCKQA6P44I7NR3PI4D0M6Z337XTW17XJHDDEPZQWO' where id=70; -update noar tt set v1='E4LFFSA1J925QOFISTE14MMMS7TJDPBPFHJL1P62IBB6ZQ9LV16SBA297IWYL86064QNSAC8FODZZMTRG5RDXF9PAB5HCV6CFI56OTO2F55OT2MGDE0QHFO8BE53V5Z7SA6DJI6QGQN45WQJ1B5HOT4E5D3JVDJ1Y3R7MQYUN99O0DDLCGTSSGDMGQI4U7VAIR8P0RDGQRLWQGLBN3Z73EEZBUROI2QDIANHKZX0TA7KKBLIMISMPKIE0X2PMW8SM' where id=70; -update noar ti set v1='E4LFFSA1J925QOFISTE14MMMS7TJDPBPFHJL1P62IBB6ZQ9LV16SBA297IWYL86064QNSAC8FODZZMTRG5RDXF9PAB5HCV6CFI56OTO2F55OT2MGDE0QHFO8BE53V5Z7SA6DJI6QGQN45WQJ1B5HOT4E5D3JVDJ1Y3R7MQYUN99O0DDLCGTSSGDMGQI4U7VAIR8P0RDGQRLWQGLBN3Z73EEZBUROI2QDIANHKZX0TA7KKBLIMISMPKIE0X2PMW8SM' where id=70; -update noar tt set v2='WELHWOKHZZ3O1QOR1MUIKUDC5HW8OSXP2MW0SKCUQTLCQPUWZ1BV3CVEABS1PLQN8EU1KCDQ5ICWW0IK8T963FIDGUKH0IDGQLRP4MH22A3QC6J7AP6S8I6JWZ630SDBVRM3I5ZT7ZIJN0QLI73Z84JXQFRJLF0A9GYYOL03KCTCIOESIKUY8130AUY7VF2BGWXMFEGV2U45EDGKVUP4ILPESV4JXV9FXLMXY1OEY19Q9C5A6YZQNQTBEES9CXFH1' where id=70; -update noar ti set v2='WELHWOKHZZ3O1QOR1MUIKUDC5HW8OSXP2MW0SKCUQTLCQPUWZ1BV3CVEABS1PLQN8EU1KCDQ5ICWW0IK8T963FIDGUKH0IDGQLRP4MH22A3QC6J7AP6S8I6JWZ630SDBVRM3I5ZT7ZIJN0QLI73Z84JXQFRJLF0A9GYYOL03KCTCIOESIKUY8130AUY7VF2BGWXMFEGV2U45EDGKVUP4ILPESV4JXV9FXLMXY1OEY19Q9C5A6YZQNQTBEES9CXFH1' where id=70; -update noar tt set v3='NN98J202D6MHL1OX7XZP6CB0X67BBW02WJIVUBQB2P491X3NR1C3H5I3MQDN7Q3OXKI7MXTZ3FV4ML1D36A0R5FX849N0G6G2M1UJ6QXJ9WVSOXS2W12746BN2YY54FNQ7N64CCRQ89DPF8L0YR70NCY8OYFR71LRKCSNT3ZEOH23XMHP050HCWTJOQTTKBAMOQDUVGC0YREF4EZX35UDJ4WKM194NIE6QO8W299YKWBGRD6IQGW4F2WOA8OM1TA6' where id=70; -update noar ti set v3='NN98J202D6MHL1OX7XZP6CB0X67BBW02WJIVUBQB2P491X3NR1C3H5I3MQDN7Q3OXKI7MXTZ3FV4ML1D36A0R5FX849N0G6G2M1UJ6QXJ9WVSOXS2W12746BN2YY54FNQ7N64CCRQ89DPF8L0YR70NCY8OYFR71LRKCSNT3ZEOH23XMHP050HCWTJOQTTKBAMOQDUVGC0YREF4EZX35UDJ4WKM194NIE6QO8W299YKWBGRD6IQGW4F2WOA8OM1TA6' where id=70; -update noar tt set v0='YFRPIK542K92D9ORHSDG0MO6HRMLHASGU1I7N57A6CFWF99HWYVDJAAWC61TL0640QAGTV46V50HKTS9LN764W2M1GQYFEDLWL1FN9A95BSYS5MF2IKYROY382PGSN7VINU781K2XXYSND5VJ2LEDS0TMQHC6XG7RB2P7VZME4UZMAK8U0DNCI5YT2EYV9LIO3EYVQLMKKWBQFLL25VIXRXF0XCDB9NJBFSAWVEJL8C0FGOELC9E6FNJP1JX5JLCH' where id=71; -update noar ti set v0='YFRPIK542K92D9ORHSDG0MO6HRMLHASGU1I7N57A6CFWF99HWYVDJAAWC61TL0640QAGTV46V50HKTS9LN764W2M1GQYFEDLWL1FN9A95BSYS5MF2IKYROY382PGSN7VINU781K2XXYSND5VJ2LEDS0TMQHC6XG7RB2P7VZME4UZMAK8U0DNCI5YT2EYV9LIO3EYVQLMKKWBQFLL25VIXRXF0XCDB9NJBFSAWVEJL8C0FGOELC9E6FNJP1JX5JLCH' where id=71; -update noar tt set v1='J3XU346XQGSUTTYFKWBTN7IYUOQEXQLFIU9YA6TADH3NMINHBPD8E6ZTZVGXXVVOF1GOMO7A0BMJIYA5ARDZ3ZXVFYPI8596XQ87MLQQZVX0YOKWSJFNHFFG3SFF1OFJ0GDOPZ5UBMJ6CXHX2L26U8I711AD3LPM88H99UXMVTA7Z0ECDKLB4FJ0XIGPWA9QWTSZBJTVXG1XDL1LVN0PZTE2A7LUO9ZLXL0Q4LSQD5MT1OTQL30ZZWSSOHR18KNLV' where id=71; -update noar ti set v1='J3XU346XQGSUTTYFKWBTN7IYUOQEXQLFIU9YA6TADH3NMINHBPD8E6ZTZVGXXVVOF1GOMO7A0BMJIYA5ARDZ3ZXVFYPI8596XQ87MLQQZVX0YOKWSJFNHFFG3SFF1OFJ0GDOPZ5UBMJ6CXHX2L26U8I711AD3LPM88H99UXMVTA7Z0ECDKLB4FJ0XIGPWA9QWTSZBJTVXG1XDL1LVN0PZTE2A7LUO9ZLXL0Q4LSQD5MT1OTQL30ZZWSSOHR18KNLV' where id=71; -update noar tt set v2='V469URBLW2ZEIAF61MEEW6SQ4UZ7WSBF78RU9OHWM579KG5YAGJCOOL2SV7LBUMZUYV1WJUMHTYCDPJ764B24L0V7EQSHIBQG2KDPUGQHYVCB4QOVKXRQXAJ1X5F6M4U6TAMOIZWYD95PG51NQCC26IJP9HD0FQWEQHCP3ORX0JHMU0GYCVSC86BDTZNN1AAOUI642250ETQPT58EUJ6MDBK7RV5OICFG77ADQ0GINX6D3BNQ8OQ3Y0AWFVBJIKHF' where id=71; -update noar ti set v2='V469URBLW2ZEIAF61MEEW6SQ4UZ7WSBF78RU9OHWM579KG5YAGJCOOL2SV7LBUMZUYV1WJUMHTYCDPJ764B24L0V7EQSHIBQG2KDPUGQHYVCB4QOVKXRQXAJ1X5F6M4U6TAMOIZWYD95PG51NQCC26IJP9HD0FQWEQHCP3ORX0JHMU0GYCVSC86BDTZNN1AAOUI642250ETQPT58EUJ6MDBK7RV5OICFG77ADQ0GINX6D3BNQ8OQ3Y0AWFVBJIKHF' where id=71; -update noar tt set v3='TIJ8M4LSSCBMCRQH08HT77VAUZ8XFIQZVBXJHL3NXBGRSQE5U28PS3F48SBV2BPIPLVP4RD9YCT8ZQHAWZE3B33957HHHGBJI5909MJZPWRYVOIZ30673AZ6SX85JS8DWXUX1JS09GVMCE0NK4H29RAFDW1IRBGKLXJF9X4XUTWN91DOQJY9OBWHFL99KEU4FIZIF1K5C1EME3AXDEUDC6E4ZJ81PTJCZ4L4VHTTRUZ4EKK0NAFII3D31H4B4Z7WD' where id=71; -update noar ti set v3='TIJ8M4LSSCBMCRQH08HT77VAUZ8XFIQZVBXJHL3NXBGRSQE5U28PS3F48SBV2BPIPLVP4RD9YCT8ZQHAWZE3B33957HHHGBJI5909MJZPWRYVOIZ30673AZ6SX85JS8DWXUX1JS09GVMCE0NK4H29RAFDW1IRBGKLXJF9X4XUTWN91DOQJY9OBWHFL99KEU4FIZIF1K5C1EME3AXDEUDC6E4ZJ81PTJCZ4L4VHTTRUZ4EKK0NAFII3D31H4B4Z7WD' where id=71; -update noar tt set v0='4923FUZ9C8VB2SS9SMTKUEQSUCPJZ6BMZTZFUSOPYJTC2T2ULN27ETBZLFEFZWW7VQMA7VCSG2AUK8L6A8TDZLTJOMDK8K711AOUGXIPUHZ5K8T04HSHLNO24YR00ML2XFPKY189GFWKT5EJF8FL0TZEHJBQRSNDOI0J68GBH6XYG2U7T7MBJJRMRAAC3DDBU62M7PEOTA0HVZEUZQQ3AO5N3ED4LQJ1J7E1ELSD325MMGH4ORUU4OU454E3TFNPW' where id=72; -update noar ti set v0='4923FUZ9C8VB2SS9SMTKUEQSUCPJZ6BMZTZFUSOPYJTC2T2ULN27ETBZLFEFZWW7VQMA7VCSG2AUK8L6A8TDZLTJOMDK8K711AOUGXIPUHZ5K8T04HSHLNO24YR00ML2XFPKY189GFWKT5EJF8FL0TZEHJBQRSNDOI0J68GBH6XYG2U7T7MBJJRMRAAC3DDBU62M7PEOTA0HVZEUZQQ3AO5N3ED4LQJ1J7E1ELSD325MMGH4ORUU4OU454E3TFNPW' where id=72; -update noar tt set v1='B7VS1GQXUXDHDE6750REEMOYWEJ93J46HCF5TDBY8M18I7QXJ1Z6GIIWMG2G69DN2TS193N04XFFNLPJK04HK78MILVNVZWO2XQ8Z4V71TBKQT92T4RM00KM7F4D8L3UTH8W5PB28LCTQO9PEUBNXC779BX4ZIO2BJB6C0FMJ0WSNX18FVMQZ0Q4SYK6J6T13COUNIOXXSL3X9F41F2317W6F5EX746NSJS4YYP8K63DZFWD4B01Y3P6NGTK85VEZ' where id=72; -update noar ti set v1='B7VS1GQXUXDHDE6750REEMOYWEJ93J46HCF5TDBY8M18I7QXJ1Z6GIIWMG2G69DN2TS193N04XFFNLPJK04HK78MILVNVZWO2XQ8Z4V71TBKQT92T4RM00KM7F4D8L3UTH8W5PB28LCTQO9PEUBNXC779BX4ZIO2BJB6C0FMJ0WSNX18FVMQZ0Q4SYK6J6T13COUNIOXXSL3X9F41F2317W6F5EX746NSJS4YYP8K63DZFWD4B01Y3P6NGTK85VEZ' where id=72; -update noar tt set v2='S61LPEQUXN6S0KC9Z1W5QYATW6HZSBX9A15MTONV9MM06P4X29JVFRT9M9KI9Y6SROQC4UNWLDVRHWG4M0DIJASW8JJH3K81JVOUTP8WN2RTBI42XXSNM4LRIIOLNNGRD6GW44EJGUSYM6WGCTU6NERD42WI25YLT090KYIP4IWBLEF91Z2NQEVEOG67FUTLFII8YZ7OIO5F52R5QGHWX63SVILEPIKEZ6MOBRF692OI64Z3A8LLYXRCBG6G2R15Q' where id=72; -update noar ti set v2='S61LPEQUXN6S0KC9Z1W5QYATW6HZSBX9A15MTONV9MM06P4X29JVFRT9M9KI9Y6SROQC4UNWLDVRHWG4M0DIJASW8JJH3K81JVOUTP8WN2RTBI42XXSNM4LRIIOLNNGRD6GW44EJGUSYM6WGCTU6NERD42WI25YLT090KYIP4IWBLEF91Z2NQEVEOG67FUTLFII8YZ7OIO5F52R5QGHWX63SVILEPIKEZ6MOBRF692OI64Z3A8LLYXRCBG6G2R15Q' where id=72; -update noar tt set v3='KE8FRYTJ2OYB6WOW5AGK9JHM88CUEACNTHYQGJRJQCNYWF9FQ0GOGT9QIOGLTTYI37BBJ2VY2E1H8NII07NIN5AQZM0C18IA4ROV991DHHC0TM0NNQXF45XXSIFT1U1K3ZAQC5YRAGT7R5URPKSWDTLEMM411VW6Q8K8MFTDXJ8FYPUTCHRBMZ595EE8BL3PLGCZP06SS0RXW41XEWXQFN8QAGDJ1LJDGJ5YG8NZNPNSN8S9YP482ZLF6P926WSFU' where id=72; -update noar ti set v3='KE8FRYTJ2OYB6WOW5AGK9JHM88CUEACNTHYQGJRJQCNYWF9FQ0GOGT9QIOGLTTYI37BBJ2VY2E1H8NII07NIN5AQZM0C18IA4ROV991DHHC0TM0NNQXF45XXSIFT1U1K3ZAQC5YRAGT7R5URPKSWDTLEMM411VW6Q8K8MFTDXJ8FYPUTCHRBMZ595EE8BL3PLGCZP06SS0RXW41XEWXQFN8QAGDJ1LJDGJ5YG8NZNPNSN8S9YP482ZLF6P926WSFU' where id=72; -update noar tt set v0='9CB91B5WD7UMVUJQGVQTD49SCGF6WMV2I0CFXJR3APIWUPWNP8LSR2CY8OL84FBDSRP2MGMNBJ4P31LCXG2IC3ICVJPNM4P0HZQYYY1L5J9BDJOAL4GUS7JCFSZ4WTU53CL385XSK45G56JNU9E6MWHSODZYLZ5AJKVAKYUNUY9UGOMT4RE9K1J9CH1X8WHQQYXODL85IYJ2Z9I8ZE32C6R98O6FEHP06YB7DZBDSCOHS4OA31HEM1O12HC0DYBIC' where id=73; -update noar ti set v0='9CB91B5WD7UMVUJQGVQTD49SCGF6WMV2I0CFXJR3APIWUPWNP8LSR2CY8OL84FBDSRP2MGMNBJ4P31LCXG2IC3ICVJPNM4P0HZQYYY1L5J9BDJOAL4GUS7JCFSZ4WTU53CL385XSK45G56JNU9E6MWHSODZYLZ5AJKVAKYUNUY9UGOMT4RE9K1J9CH1X8WHQQYXODL85IYJ2Z9I8ZE32C6R98O6FEHP06YB7DZBDSCOHS4OA31HEM1O12HC0DYBIC' where id=73; -update noar tt set v1='S7CPPV8WQDPDQMB5RNVLBUJAKOVJBLST3TEX0MJWZRSDKW4SF2UVZGW9R8WB4C6CR8IOYE4C61X0QCFKGFCBYY5RGZ6XU4S9Q71ACMAUY7VKDJONUFELZY4JI56S8XXUWWNWC16FV3B4TD5TH5TBVNRFKO3Y2XM6VKRG888T2OH82TJ4N7910IPY9Y2GLZ274CV5ZGR23AXHVIBENR1PPHTSHILA9AYW2POKOK63JMQMVW2UD2GIG7452E121LVXP' where id=73; -update noar ti set v1='S7CPPV8WQDPDQMB5RNVLBUJAKOVJBLST3TEX0MJWZRSDKW4SF2UVZGW9R8WB4C6CR8IOYE4C61X0QCFKGFCBYY5RGZ6XU4S9Q71ACMAUY7VKDJONUFELZY4JI56S8XXUWWNWC16FV3B4TD5TH5TBVNRFKO3Y2XM6VKRG888T2OH82TJ4N7910IPY9Y2GLZ274CV5ZGR23AXHVIBENR1PPHTSHILA9AYW2POKOK63JMQMVW2UD2GIG7452E121LVXP' where id=73; -update noar tt set v2='3S8L7M742YLSQI65DUNEZDD5C771A435R9PDBHHR38AC1ZYMWG0OW6BOG94AIX3ATWJ055JF0X4NENH0CA4L6J0U1XGAQQN70O3LWLR57F7MMISEL41TV895SEC4CXOT4KSR5MBMHJL0FR88ASZWP2KW1RDWN4V9K5XGB0ES1PLVYCDZ45CZCOPP35UFZ3WMG614VUYG4JP7VX96DA6WRTSFQIBP3UAPHGOU05UC0SLZ7DYNPWHOMWEVI0OZI5V40' where id=73; -update noar ti set v2='3S8L7M742YLSQI65DUNEZDD5C771A435R9PDBHHR38AC1ZYMWG0OW6BOG94AIX3ATWJ055JF0X4NENH0CA4L6J0U1XGAQQN70O3LWLR57F7MMISEL41TV895SEC4CXOT4KSR5MBMHJL0FR88ASZWP2KW1RDWN4V9K5XGB0ES1PLVYCDZ45CZCOPP35UFZ3WMG614VUYG4JP7VX96DA6WRTSFQIBP3UAPHGOU05UC0SLZ7DYNPWHOMWEVI0OZI5V40' where id=73; -update noar tt set v3='4IFPJW2AGP7HSP6CEN4SLLL8XE9Y4UTBLDCOYCIBMK6ZI8WM3BGOO19ZT2LX4G79QMJH7TE7KOPYDR2PAO6APT3JIJ3OGNH85CTBAQZWOY1LXIMDPOG1OS5OZNKDU7SZTUSLETAHRE3VAZ5IAO493S5N8UOST4P2BM6XB92FDVW3C9WSZ9A4O2MOIH79TL4UPKF96HE7MVRRPC2A64ETW4GZO1MH2EPYGWHC1UTKZFJGEFHHUFM46YKA7B1AHZZD2' where id=73; -update noar ti set v3='4IFPJW2AGP7HSP6CEN4SLLL8XE9Y4UTBLDCOYCIBMK6ZI8WM3BGOO19ZT2LX4G79QMJH7TE7KOPYDR2PAO6APT3JIJ3OGNH85CTBAQZWOY1LXIMDPOG1OS5OZNKDU7SZTUSLETAHRE3VAZ5IAO493S5N8UOST4P2BM6XB92FDVW3C9WSZ9A4O2MOIH79TL4UPKF96HE7MVRRPC2A64ETW4GZO1MH2EPYGWHC1UTKZFJGEFHHUFM46YKA7B1AHZZD2' where id=73; -update noar tt set v0='4U6SRBJ8NTLWAPC4SDPZN3RYZ9YORA5VUTNZRJQ3FQKSYJAR1M1UK2FJJ8B1OMN40KVL43M24TSA7L1AR5A0XYNR6YMUDOC6THT5225G3J01YM5KYXU7BAN0K227SGQ3ZBKU3WMVIEFH9O14YCEEAGQ8WBW6IZSVIHOM0LVA8Y7QEZFWEEEFR7PFKFORQBXENJOCB433JZ3HSAIPZRC24S7W036J5ISPH9LDVP832MG1NY80OOV60URI9JMNGYID9' where id=74; -update noar ti set v0='4U6SRBJ8NTLWAPC4SDPZN3RYZ9YORA5VUTNZRJQ3FQKSYJAR1M1UK2FJJ8B1OMN40KVL43M24TSA7L1AR5A0XYNR6YMUDOC6THT5225G3J01YM5KYXU7BAN0K227SGQ3ZBKU3WMVIEFH9O14YCEEAGQ8WBW6IZSVIHOM0LVA8Y7QEZFWEEEFR7PFKFORQBXENJOCB433JZ3HSAIPZRC24S7W036J5ISPH9LDVP832MG1NY80OOV60URI9JMNGYID9' where id=74; -update noar tt set v1='SCY94S3SS1B716ZVXOMSQXIV84IAE60B4888EQGK9S6YVWIAK3ITNTA2YS14A1ZOOLSXNTO6PBVIKTWMCKEB8HS0T5GUZT07HJBEQUYT8GVSB79L70LZGRGY9VKK5Y8YQJ98W4XVTBN1B48C9C3X130LLONJA90FQION5E17K8KKEU7GJ8VXKA6GVLAB3G9XJ2NS8G5IKQKZUDTR9NX23NF738ZU6JC50B49RYZJC4JC2WT98OCAJUW46SCHCWJZX' where id=74; -update noar ti set v1='SCY94S3SS1B716ZVXOMSQXIV84IAE60B4888EQGK9S6YVWIAK3ITNTA2YS14A1ZOOLSXNTO6PBVIKTWMCKEB8HS0T5GUZT07HJBEQUYT8GVSB79L70LZGRGY9VKK5Y8YQJ98W4XVTBN1B48C9C3X130LLONJA90FQION5E17K8KKEU7GJ8VXKA6GVLAB3G9XJ2NS8G5IKQKZUDTR9NX23NF738ZU6JC50B49RYZJC4JC2WT98OCAJUW46SCHCWJZX' where id=74; -update noar tt set v2='3MOJPPCWMCY7LZX1V6N08LUS6P6IF0O2G2B0IAWFYV7VSZAAZ4L4RDOV28ENC4J6IBBS0P7WMBPLT1UNJNO2YNESJC20K1T2V039W6DB4U9AA95A3HROO8HCLVDHI1X5TDLJLWYKYFF05G5GH6JUMPNAHYR0QTCV2NK33N1TIWM2KK21ENP7NKESYWGUI66SDGIJ7R08PIKV2GFT2SXWISXE61UWPDBLO1MWKLA3DU9OUT4WDNEBDK8CX6EUPDVTH' where id=74; -update noar ti set v2='3MOJPPCWMCY7LZX1V6N08LUS6P6IF0O2G2B0IAWFYV7VSZAAZ4L4RDOV28ENC4J6IBBS0P7WMBPLT1UNJNO2YNESJC20K1T2V039W6DB4U9AA95A3HROO8HCLVDHI1X5TDLJLWYKYFF05G5GH6JUMPNAHYR0QTCV2NK33N1TIWM2KK21ENP7NKESYWGUI66SDGIJ7R08PIKV2GFT2SXWISXE61UWPDBLO1MWKLA3DU9OUT4WDNEBDK8CX6EUPDVTH' where id=74; -update noar tt set v3='2MN0GKNKCTDHL4JG1UNE5BGPMWHKFP3SFIVF787RKBYIYM4V42QL95CZK3ZMDNGL22XWELJ9BRARV4E26FA9ELLLL8FLPS2BL746WO8ZHKFPHQAFHP3N921BQY2Y7B5QH99R6SQ6KG7XD5V25CB8AVBU443FEHB4IZOUSQTODXVYZAQDILSXV440GHY7IJ09FQ1RUBULQPG56JJ7X6JXDN7S1R5ZSRUC368RB27S342XS7OQM07VWM99BRYXIKURK' where id=74; -update noar ti set v3='2MN0GKNKCTDHL4JG1UNE5BGPMWHKFP3SFIVF787RKBYIYM4V42QL95CZK3ZMDNGL22XWELJ9BRARV4E26FA9ELLLL8FLPS2BL746WO8ZHKFPHQAFHP3N921BQY2Y7B5QH99R6SQ6KG7XD5V25CB8AVBU443FEHB4IZOUSQTODXVYZAQDILSXV440GHY7IJ09FQ1RUBULQPG56JJ7X6JXDN7S1R5ZSRUC368RB27S342XS7OQM07VWM99BRYXIKURK' where id=74; -update noar tt set v0='6FCV3W9RQ4B1P1SNF745MID6YK0F7WDBWW25H2UR539DVV2PQTICFZ3C9QRFZ7ZBNTI2UVVQCCYVZK4VSX7KOULFZEAF0229LMKU9YEYGXW2ZKC0G6IBPPXBH35OATNOZKKGOFWRGJGBQKPUDUZKA83L9A9WLEIUNSVJ7DQZXUYWB4XRLAIDABG7IIXI6TMBG5IC27J3U9DL8GF8M5C8Q57JV222KGMXJVQKVHIIHMOMQA46GOG7EHHPAUINUVX8B' where id=75; -update noar ti set v0='6FCV3W9RQ4B1P1SNF745MID6YK0F7WDBWW25H2UR539DVV2PQTICFZ3C9QRFZ7ZBNTI2UVVQCCYVZK4VSX7KOULFZEAF0229LMKU9YEYGXW2ZKC0G6IBPPXBH35OATNOZKKGOFWRGJGBQKPUDUZKA83L9A9WLEIUNSVJ7DQZXUYWB4XRLAIDABG7IIXI6TMBG5IC27J3U9DL8GF8M5C8Q57JV222KGMXJVQKVHIIHMOMQA46GOG7EHHPAUINUVX8B' where id=75; -update noar tt set v1='VR4NED14HX9SFOJ6RS62SIRCHHMQO3F4DS1GHLTK1FLBVMJXSIIOD3V34SKQ2YQ8L42A9YV5B4Z1P20IFZ4S2BLLN1NOEH9OCHU5DIAKL34M997K9TU6EZKHNIMBS9OJKTRCP7LJTZZCTVA19GUNQUTJOZCAWEOM8665SC7QKLUM7T76K52DX1ITTPE90L9F00V7IZM54QP6AGZEH6K9W9QYX3MD13TIZAONM333SH8WSZ8Y1GGIHRMKJOSHQBPST' where id=75; -update noar ti set v1='VR4NED14HX9SFOJ6RS62SIRCHHMQO3F4DS1GHLTK1FLBVMJXSIIOD3V34SKQ2YQ8L42A9YV5B4Z1P20IFZ4S2BLLN1NOEH9OCHU5DIAKL34M997K9TU6EZKHNIMBS9OJKTRCP7LJTZZCTVA19GUNQUTJOZCAWEOM8665SC7QKLUM7T76K52DX1ITTPE90L9F00V7IZM54QP6AGZEH6K9W9QYX3MD13TIZAONM333SH8WSZ8Y1GGIHRMKJOSHQBPST' where id=75; -update noar tt set v2='K44JPUE83N81GY0NRA8JTL4L7RVB36Y1VSSA6FW1525WMM6UX5Z3GQF6EJCD31YVWOX3MBPJLXPE7JOZZ4S9TP2Z2Q9BJY1WJEKGEAKGE40A849FADDQOYMU8UU515ACU1KGHBF4FBBFR96T4ZFZXWGBKQHBZU6U34RWRZ5YR12UMC7LGIECJAS0UK774QOLMN97XVATXTPJGCOR0U7LUH4GUP2ZHZ37QMCH3Z7E91HPP5S8QXWF3TCD67HS7T1EZ' where id=75; -update noar ti set v2='K44JPUE83N81GY0NRA8JTL4L7RVB36Y1VSSA6FW1525WMM6UX5Z3GQF6EJCD31YVWOX3MBPJLXPE7JOZZ4S9TP2Z2Q9BJY1WJEKGEAKGE40A849FADDQOYMU8UU515ACU1KGHBF4FBBFR96T4ZFZXWGBKQHBZU6U34RWRZ5YR12UMC7LGIECJAS0UK774QOLMN97XVATXTPJGCOR0U7LUH4GUP2ZHZ37QMCH3Z7E91HPP5S8QXWF3TCD67HS7T1EZ' where id=75; -update noar tt set v3='HKHJA63CY8D34IU6BFOOG21VORX8C7M672KRPN0C1TLSDC38MGXI0X1UKV44671YDMLLN3I1A693ZWIQU1D2QFK5QG9LTW723P6OP18YO4NNBNXP66QI61PC27KKYBK83SICHFNO7K37JF1V5NTHTDCTPT7T7JND1R1NEOWUQ0U4NXLLIINLQWK284K74U34OD2R68V2M0OXV123NWAGWE5XWOYU3GU1CH3K5W13UGW2N15G0QU8L7BOPSOQ6Z7I7' where id=75; -update noar ti set v3='HKHJA63CY8D34IU6BFOOG21VORX8C7M672KRPN0C1TLSDC38MGXI0X1UKV44671YDMLLN3I1A693ZWIQU1D2QFK5QG9LTW723P6OP18YO4NNBNXP66QI61PC27KKYBK83SICHFNO7K37JF1V5NTHTDCTPT7T7JND1R1NEOWUQ0U4NXLLIINLQWK284K74U34OD2R68V2M0OXV123NWAGWE5XWOYU3GU1CH3K5W13UGW2N15G0QU8L7BOPSOQ6Z7I7' where id=75; -update noar tt set v0='1UH6NRKWMVCGYAF3R4Q65BR4JOANCQYV06XPL2FAVYRAWXKFCEBFZ3LUSDSZPHS06KDNU3Z7ZGD0QLRBVVGBVI877CJ4AI8MN9I82HBSYJ86PJV83M734KX6YGUOARKV4MLD5LRMPGFNH4V1ATJQQY5BNVOPMUNGPUVH7XK0V51QNJX390ZHX5J6NY0LJ9NTV2HH6NSD4HAEC4OAFJGRKYYJX6NXL9P1FGY25810IGH3LUVSTNSL91NBCHDG79IFF' where id=76; -update noar ti set v0='1UH6NRKWMVCGYAF3R4Q65BR4JOANCQYV06XPL2FAVYRAWXKFCEBFZ3LUSDSZPHS06KDNU3Z7ZGD0QLRBVVGBVI877CJ4AI8MN9I82HBSYJ86PJV83M734KX6YGUOARKV4MLD5LRMPGFNH4V1ATJQQY5BNVOPMUNGPUVH7XK0V51QNJX390ZHX5J6NY0LJ9NTV2HH6NSD4HAEC4OAFJGRKYYJX6NXL9P1FGY25810IGH3LUVSTNSL91NBCHDG79IFF' where id=76; -update noar tt set v1='E8R00BKNSPVOV9O06UFQKV6BRY8LLJJO7KCF9OAZQIMLM4VZ6YL8SNW7R5BY1Y737NFD52OKXEFIA1O43XJ6Q24MIHJNQGG69WIN9Z5NAYKU552T15P7D7N56NR55KLAIM1V9VKRQJLXUJLB5L55SDDGFHAQO5MGAYFKIQ26IQ0YD4QEELVWL76DUDG4PNGHT1N6TASQ0LJPFNFU56UAEDQM6DHKN6M4H8XQPTXCKN9AG0XRBMGY4FW3DZ0AUZXXH' where id=76; -update noar ti set v1='E8R00BKNSPVOV9O06UFQKV6BRY8LLJJO7KCF9OAZQIMLM4VZ6YL8SNW7R5BY1Y737NFD52OKXEFIA1O43XJ6Q24MIHJNQGG69WIN9Z5NAYKU552T15P7D7N56NR55KLAIM1V9VKRQJLXUJLB5L55SDDGFHAQO5MGAYFKIQ26IQ0YD4QEELVWL76DUDG4PNGHT1N6TASQ0LJPFNFU56UAEDQM6DHKN6M4H8XQPTXCKN9AG0XRBMGY4FW3DZ0AUZXXH' where id=76; -update noar tt set v2='K1HD98641FDCHEWHOC1Q43L1EQHYILBBTCPHK3DJYWY7LPG9BMK48RCZFZPZUSGLETR7XFNC5KKK74MZ2FBJVLDNWUD966KG7VSA46D2F0YL3O0NERYCQJF0J8CH8828ILH812JBG7IW7VNE7PREB2MQFP2SFSQRRWQ4SKWPWNWR98ODGDBD4P4SARPEH77SDOEJ0BHMX1NOZJD3KULBJ7UGXSWLQ6DHENTVXI1N7RGRR6P6NHPV58QYZDU3VLUV8' where id=76; -update noar ti set v2='K1HD98641FDCHEWHOC1Q43L1EQHYILBBTCPHK3DJYWY7LPG9BMK48RCZFZPZUSGLETR7XFNC5KKK74MZ2FBJVLDNWUD966KG7VSA46D2F0YL3O0NERYCQJF0J8CH8828ILH812JBG7IW7VNE7PREB2MQFP2SFSQRRWQ4SKWPWNWR98ODGDBD4P4SARPEH77SDOEJ0BHMX1NOZJD3KULBJ7UGXSWLQ6DHENTVXI1N7RGRR6P6NHPV58QYZDU3VLUV8' where id=76; -update noar tt set v3='7M9XV1GQQJN22D12Z4QU3NVE33X5TRK20DA7ZK6RXOAYP62JWIU0YQWZCFKZN6EJCJ875XIF7YHOE3B3S2CH4UMLAB6KPDVLPNS6T9R82L9D3LEJPBB178YCV1BFDPQGNHYMKBN7SDGYQG1EZS16P36RJ8JTRXX5KBQZH0EGK8MCXLUMLGNB4RXE4W56PPEW5H5L2LSW3KCZQ1XD1SF2EDBUH90O8CIWTFTZTMWZQIK7HZ07SQQNOQ39UMACKHZ7B' where id=76; -update noar ti set v3='7M9XV1GQQJN22D12Z4QU3NVE33X5TRK20DA7ZK6RXOAYP62JWIU0YQWZCFKZN6EJCJ875XIF7YHOE3B3S2CH4UMLAB6KPDVLPNS6T9R82L9D3LEJPBB178YCV1BFDPQGNHYMKBN7SDGYQG1EZS16P36RJ8JTRXX5KBQZH0EGK8MCXLUMLGNB4RXE4W56PPEW5H5L2LSW3KCZQ1XD1SF2EDBUH90O8CIWTFTZTMWZQIK7HZ07SQQNOQ39UMACKHZ7B' where id=76; -update noar tt set v0='Y0X21K01JOROS64RCVXJIZ5P915919548PNC48QXQV1JYSPX1NKECQ8A27ZXPHF72Y18HEFUPSQGZKY2IASHE6A2XAY32UG5Q5EP61RHRWF0255WKEYX1H8FL30NV3D6TK02L03GYK0KDZ5UFUQ795KZT6ZTB5BDLBDBPKZ45TZU26016JEYNLCT71TVXXOFH9Q5WX8B341T215D8GAQAQ6L0F86X7STD0G6G8KWZOBVI7D8U0WQHS26OVMVEAPHY' where id=77; -update noar ti set v0='Y0X21K01JOROS64RCVXJIZ5P915919548PNC48QXQV1JYSPX1NKECQ8A27ZXPHF72Y18HEFUPSQGZKY2IASHE6A2XAY32UG5Q5EP61RHRWF0255WKEYX1H8FL30NV3D6TK02L03GYK0KDZ5UFUQ795KZT6ZTB5BDLBDBPKZ45TZU26016JEYNLCT71TVXXOFH9Q5WX8B341T215D8GAQAQ6L0F86X7STD0G6G8KWZOBVI7D8U0WQHS26OVMVEAPHY' where id=77; -update noar tt set v1='3UZNHPJWOTPKIOFVBGEDE3VS34IYJTKA3W1VXYQ4F4F68VR8M7YIE0BSTNR0D3M72S6NYMZWMKK4XBOXLQJXRT4S0OHDENV40ZGIUCQM1RCJOWP11VJ9UUKT10J6PGH76JM60VCKJ0UJO81T0ZKCKAQQ6TVQMZ6AWOEFKKUFOPB0TKO8O3V47TYN6AWBGQDLK85PZ8QC8WBRBBF0504QO8ORODEYVJUEZBKUNEMEPL8I3N4P15XEZV4UUKC13SFFD' where id=77; -update noar ti set v1='3UZNHPJWOTPKIOFVBGEDE3VS34IYJTKA3W1VXYQ4F4F68VR8M7YIE0BSTNR0D3M72S6NYMZWMKK4XBOXLQJXRT4S0OHDENV40ZGIUCQM1RCJOWP11VJ9UUKT10J6PGH76JM60VCKJ0UJO81T0ZKCKAQQ6TVQMZ6AWOEFKKUFOPB0TKO8O3V47TYN6AWBGQDLK85PZ8QC8WBRBBF0504QO8ORODEYVJUEZBKUNEMEPL8I3N4P15XEZV4UUKC13SFFD' where id=77; -update noar tt set v2='BK0XLWGMSO3G9PUXI2ALOWONIRS4OYW77WJ0VQNHWUVUF2ZFABNZP3LLVA3ELIP3GOX4GL9Y5O0DN2J8SN7YQHGF9FB6ZO6U865WPARKOW01VXAHMRFDQTKH071J5WRB0HAK4SFGJWXIJNBB4G03NRVBUMPVKLZHZ4E8UKZ8AI088HCZPHWKDY6VEK27OECSEYFQMU10IK76922K6BKQISJ78COQJLDZHYHNI1VWBKEW6X4Z1Q2WRJKWYYU4FA9ZG' where id=77; -update noar ti set v2='BK0XLWGMSO3G9PUXI2ALOWONIRS4OYW77WJ0VQNHWUVUF2ZFABNZP3LLVA3ELIP3GOX4GL9Y5O0DN2J8SN7YQHGF9FB6ZO6U865WPARKOW01VXAHMRFDQTKH071J5WRB0HAK4SFGJWXIJNBB4G03NRVBUMPVKLZHZ4E8UKZ8AI088HCZPHWKDY6VEK27OECSEYFQMU10IK76922K6BKQISJ78COQJLDZHYHNI1VWBKEW6X4Z1Q2WRJKWYYU4FA9ZG' where id=77; -update noar tt set v3='PBYBVDSMU71C3KRULCTZ3MESIFK15Y1X3CYOOV9E3ZHJQRT4YPQJX3XD9F9SGI310NV7CGDL2U9U19A2WI11JORKYW5K6S3VV3TAJJ0M2KODAVRE0B5LB8UMUE17P9L1283C1SO0V1XO5ZFIFSB37YY8FEJJCCD0CO242580XG2GMB9U1C8XQ5X5TPZ18FUMO0L66KTH3WRMC5CGJ05SM3RXUA85Q528Q6YU8URQLWZ6EOXZ5E69AHT7M2OCLOP0V' where id=77; -update noar ti set v3='PBYBVDSMU71C3KRULCTZ3MESIFK15Y1X3CYOOV9E3ZHJQRT4YPQJX3XD9F9SGI310NV7CGDL2U9U19A2WI11JORKYW5K6S3VV3TAJJ0M2KODAVRE0B5LB8UMUE17P9L1283C1SO0V1XO5ZFIFSB37YY8FEJJCCD0CO242580XG2GMB9U1C8XQ5X5TPZ18FUMO0L66KTH3WRMC5CGJ05SM3RXUA85Q528Q6YU8URQLWZ6EOXZ5E69AHT7M2OCLOP0V' where id=77; -update noar tt set v0='XZZXMF5AN6Z9244CI69NPBUJ8UTW7NCHOIU3SNQYZX67PRRKV22QLOUVN3EVGVY9TDYDROIX6W2P43PP07KZU2EGS4RRIZWBRAD7JCRGG435MDI7GXC3N7UPDYBYFS0MOL15KFFRZPPGG3T9U19GSZ31DYMEXADQ18K4WFOH3DW20MXEQV59V8PRDXY4800SYJH0JB5CP7RUTMPALPIJS6ACBCRKMEQ7AY4V65JFUWYYF2DGFVJSVEA3V32NVCSI8' where id=78; -update noar ti set v0='XZZXMF5AN6Z9244CI69NPBUJ8UTW7NCHOIU3SNQYZX67PRRKV22QLOUVN3EVGVY9TDYDROIX6W2P43PP07KZU2EGS4RRIZWBRAD7JCRGG435MDI7GXC3N7UPDYBYFS0MOL15KFFRZPPGG3T9U19GSZ31DYMEXADQ18K4WFOH3DW20MXEQV59V8PRDXY4800SYJH0JB5CP7RUTMPALPIJS6ACBCRKMEQ7AY4V65JFUWYYF2DGFVJSVEA3V32NVCSI8' where id=78; -update noar tt set v1='Q50TIDU0O84HE11QSQN4L83ASFGW5XCWM1MC38WZH218A5QN4AKUP4OLHB0HV096HRPQDB7AV2JKKAKDLF46MMKGLSZGNVT79QFPQF0M0R43WXAP26OXGQCHPUM479XZIEYA1A2K2O93W3YWMRD02Z0F5R2D3CPJLWREPPIIVKAJULI9PIH53HCDLMI88YZX1US6ZB5SR4IE68DD7R6N3EGIBG7MU9NECW9HZ39WJKBM8AQF8K7DJ29GULOX99OJG' where id=78; -update noar ti set v1='Q50TIDU0O84HE11QSQN4L83ASFGW5XCWM1MC38WZH218A5QN4AKUP4OLHB0HV096HRPQDB7AV2JKKAKDLF46MMKGLSZGNVT79QFPQF0M0R43WXAP26OXGQCHPUM479XZIEYA1A2K2O93W3YWMRD02Z0F5R2D3CPJLWREPPIIVKAJULI9PIH53HCDLMI88YZX1US6ZB5SR4IE68DD7R6N3EGIBG7MU9NECW9HZ39WJKBM8AQF8K7DJ29GULOX99OJG' where id=78; -update noar tt set v2='ZX31YBDENGT4ZUZ3M15EHDQ0H4QJYFGZ28UYD1SI2OEW8WTGDXO0US62RRZWTDY9CWP1308P07KTKS6N3NH8J6M9XNPY3U85GTP8IA8BHFF6MHRKD34RJ9CNG523CXSICUHREMOBYTNDFICPLD3Q23WF0LUOCXOT0BTLZO0LHHX5MU52RALZ2B03NDDN7C1F3X0YAZMPT174IORNAW3IAQB9YG9MZOO1HTD3F1GOMO9XNKECX48885PPMF0L8Z2OQ' where id=78; -update noar ti set v2='ZX31YBDENGT4ZUZ3M15EHDQ0H4QJYFGZ28UYD1SI2OEW8WTGDXO0US62RRZWTDY9CWP1308P07KTKS6N3NH8J6M9XNPY3U85GTP8IA8BHFF6MHRKD34RJ9CNG523CXSICUHREMOBYTNDFICPLD3Q23WF0LUOCXOT0BTLZO0LHHX5MU52RALZ2B03NDDN7C1F3X0YAZMPT174IORNAW3IAQB9YG9MZOO1HTD3F1GOMO9XNKECX48885PPMF0L8Z2OQ' where id=78; -update noar tt set v3='GXYG7808ZF0F88QWX1ZBH44CCAC8GDIOWDUUVWZYSDCZSDGH5LCQZIJZEJLVISFPPJ7KPBOJQOQ6658CU89HLQC9L4ZEAW08OYTTYZFWMNWR8X1E8CFKRXRTRI4U6KTSHNRDOMQYMKD1JWNYXTX08ZO7ANY3CJLBWP6I4JIH5ZTVAGCJQIN2ZRXFJOUKTHY7PEF7QJ259G3DSIWOAMOYACR9FD9PL6OL2YYPH0W3F4A6BJLAP7FTZEDXFXPYEIQTN' where id=78; -update noar ti set v3='GXYG7808ZF0F88QWX1ZBH44CCAC8GDIOWDUUVWZYSDCZSDGH5LCQZIJZEJLVISFPPJ7KPBOJQOQ6658CU89HLQC9L4ZEAW08OYTTYZFWMNWR8X1E8CFKRXRTRI4U6KTSHNRDOMQYMKD1JWNYXTX08ZO7ANY3CJLBWP6I4JIH5ZTVAGCJQIN2ZRXFJOUKTHY7PEF7QJ259G3DSIWOAMOYACR9FD9PL6OL2YYPH0W3F4A6BJLAP7FTZEDXFXPYEIQTN' where id=78; -update noar tt set v0='PMJHK06HYCSFCNMRFGWMWU44Q1BW8YQ11GHJW88ADUGZ8JQQKFNQH5QKMC1TAVE2AI4U409H0DV2OSD051332FEMN2K3J6E6O7BVKH3R5NGN6WCR8GUXF9QNUYE9QCY1Y5QCU4R211JGD1NIP2GPQINWEV354V2GAVXC0WUPBSZ0YRLC4WW2ADIGQQMY8PK5U7WX4TJ59KXAKNWSNN1JJWVBQHM4O9SNHMN52UW0J1YDTP6KCFA6DB6QZVFAZUPVN' where id=79; -update noar ti set v0='PMJHK06HYCSFCNMRFGWMWU44Q1BW8YQ11GHJW88ADUGZ8JQQKFNQH5QKMC1TAVE2AI4U409H0DV2OSD051332FEMN2K3J6E6O7BVKH3R5NGN6WCR8GUXF9QNUYE9QCY1Y5QCU4R211JGD1NIP2GPQINWEV354V2GAVXC0WUPBSZ0YRLC4WW2ADIGQQMY8PK5U7WX4TJ59KXAKNWSNN1JJWVBQHM4O9SNHMN52UW0J1YDTP6KCFA6DB6QZVFAZUPVN' where id=79; -update noar tt set v1='ANZCL9NTECQ337BYT0I9ZQW2XLBGK1OMIU8CPE3JIIX4ITETBTBLI432NBNXQ4ZS7I92JAFUUTGULJ1I5FMSTX07IUXDMM529ZSIQYYQKXGG9K6U036KEYAD21S6P2CSLAICAAWYA8GVRMZNCWTLP1JFTSHXVM1RPOV184WA698ON67GWKE9VUB2XFE69OA0A6M0ZGIVUPT4OD7J6HLIJCKK3ED2LS2PICTBG23UO5S3NCYEKDNMWIIVP5PZRBY0K' where id=79; -update noar ti set v1='ANZCL9NTECQ337BYT0I9ZQW2XLBGK1OMIU8CPE3JIIX4ITETBTBLI432NBNXQ4ZS7I92JAFUUTGULJ1I5FMSTX07IUXDMM529ZSIQYYQKXGG9K6U036KEYAD21S6P2CSLAICAAWYA8GVRMZNCWTLP1JFTSHXVM1RPOV184WA698ON67GWKE9VUB2XFE69OA0A6M0ZGIVUPT4OD7J6HLIJCKK3ED2LS2PICTBG23UO5S3NCYEKDNMWIIVP5PZRBY0K' where id=79; -update noar tt set v2='ERC73LHB2CVEY9C5416UXYTRMK7L5STH2Q9CQHRYD7CQKKG2QQSZDRXJ16ELIR8W73VB5HO15G93XO4MFB52IUJUBT8V4LGQN9B8ABGR26RUYSRPL73OOSTV7W2HWZABQ8DEQ3B3TZULKZ2J7MOV2VMKQKUFBJEOWV9IRXXO28GRAMY1M8Q9G0CX4FZE4D5J1WXWA1W0AG4YLTOQ1JR3XAMU9MXOZ7NH295DAYUL95N4RIHVCPT3PVR2959H1W7SY' where id=79; -update noar ti set v2='ERC73LHB2CVEY9C5416UXYTRMK7L5STH2Q9CQHRYD7CQKKG2QQSZDRXJ16ELIR8W73VB5HO15G93XO4MFB52IUJUBT8V4LGQN9B8ABGR26RUYSRPL73OOSTV7W2HWZABQ8DEQ3B3TZULKZ2J7MOV2VMKQKUFBJEOWV9IRXXO28GRAMY1M8Q9G0CX4FZE4D5J1WXWA1W0AG4YLTOQ1JR3XAMU9MXOZ7NH295DAYUL95N4RIHVCPT3PVR2959H1W7SY' where id=79; -update noar tt set v3='4I4JFAAGMW4T3BM9YUVER5IZ6U9U1C9079H6S360DJ96S2ES8HY3ERN7LUB6JF737F6UWKIYRHNMFLCB8GM3X8L9PNENBEA6UGX3509HB5OYZCW4LE49JNJX0NK02TJHUH79YQSO6DVBBPXNFMRPJ0B68FF6HZIE18EC502QLPVKLM4RD18PPXCBP9ONOPFFFCX6LTKNA19T47GM7KUNFSN6PCUTT6CHINZOUJMHIHRTZW2OOVWYB5YPKJSODEERV' where id=79; -update noar ti set v3='4I4JFAAGMW4T3BM9YUVER5IZ6U9U1C9079H6S360DJ96S2ES8HY3ERN7LUB6JF737F6UWKIYRHNMFLCB8GM3X8L9PNENBEA6UGX3509HB5OYZCW4LE49JNJX0NK02TJHUH79YQSO6DVBBPXNFMRPJ0B68FF6HZIE18EC502QLPVKLM4RD18PPXCBP9ONOPFFFCX6LTKNA19T47GM7KUNFSN6PCUTT6CHINZOUJMHIHRTZW2OOVWYB5YPKJSODEERV' where id=79; -update noar tt set v0='OGE1PNX6W81XKL4S9J9EM8U3BZRE3ZJQ2V2BGONQ3I5RYG31H4DRLZ233WZ28UUH1KYOH95KUCC3EE78CX3A908SAM25AEIBWAWOY8I810IO4PGV6DAWPDFNXHJZUMXFK7GQKUAIKZK60C7C1MR295WWAQCBS8P9156WK1FA724FZ0ECYMPICO37ALT7QHAD1E27Z3WF6GJ9HD3GYZPDVMMT3TDBXH4KVCF5RY6ZQTRSFU9O3S9APGV4YZX15E9CT' where id=80; -update noar ti set v0='OGE1PNX6W81XKL4S9J9EM8U3BZRE3ZJQ2V2BGONQ3I5RYG31H4DRLZ233WZ28UUH1KYOH95KUCC3EE78CX3A908SAM25AEIBWAWOY8I810IO4PGV6DAWPDFNXHJZUMXFK7GQKUAIKZK60C7C1MR295WWAQCBS8P9156WK1FA724FZ0ECYMPICO37ALT7QHAD1E27Z3WF6GJ9HD3GYZPDVMMT3TDBXH4KVCF5RY6ZQTRSFU9O3S9APGV4YZX15E9CT' where id=80; -update noar tt set v1='XAAQGPLKVSALYLCKCRXFLKQEV8E4R671MNWV1J3TF21H7LVUCK4I94P6JW1SD9A8AETHG4DA1WC46V7WOECUUC8DTKBYJWVY3456N191V2U5PKLDN22P0TE6DFHX6JR0WKDE91JY6ZI6BLFXBJYY2H4ZZQLYMWGOPLGPZ2CLBCBVWYZF3I0WLSDX48U2LF453UYXR6LB35D2DXXDD0TBAAGJQF3XCX3C2A023DELGQQFNIG15VTW7XTDI4IAFH08H' where id=80; -update noar ti set v1='XAAQGPLKVSALYLCKCRXFLKQEV8E4R671MNWV1J3TF21H7LVUCK4I94P6JW1SD9A8AETHG4DA1WC46V7WOECUUC8DTKBYJWVY3456N191V2U5PKLDN22P0TE6DFHX6JR0WKDE91JY6ZI6BLFXBJYY2H4ZZQLYMWGOPLGPZ2CLBCBVWYZF3I0WLSDX48U2LF453UYXR6LB35D2DXXDD0TBAAGJQF3XCX3C2A023DELGQQFNIG15VTW7XTDI4IAFH08H' where id=80; -update noar tt set v2='3L080BAQAUV1E5NDE673QQ57Q2RFIMNSPGDJRJHV2U7NJ67QJ6NDBKFOIF4WEOUVBOZ5MGDAG8A7KS0SP83WWKPYEMALJ704N66IZLSWL27CUMEWG1HXOK1LYIJFH2VHD719WDTV9BXG1GCSDIUUPK0LN5T5EPXDM5K4BZJG7YH5PLTOPZCO8TKB7TIDCWBQJNBGOH7IDEJTHJTNUK0QAQ0OFTWXU41NDGDW8W2QG3KX6MY6QV63UXJTLEI0EJ6KY' where id=80; -update noar ti set v2='3L080BAQAUV1E5NDE673QQ57Q2RFIMNSPGDJRJHV2U7NJ67QJ6NDBKFOIF4WEOUVBOZ5MGDAG8A7KS0SP83WWKPYEMALJ704N66IZLSWL27CUMEWG1HXOK1LYIJFH2VHD719WDTV9BXG1GCSDIUUPK0LN5T5EPXDM5K4BZJG7YH5PLTOPZCO8TKB7TIDCWBQJNBGOH7IDEJTHJTNUK0QAQ0OFTWXU41NDGDW8W2QG3KX6MY6QV63UXJTLEI0EJ6KY' where id=80; -update noar tt set v3='XOPCY9TJ5PBMNYCRPGISOJ1E1Z5PM55QBCN2ER3MEAMP31RS2TTGFR8L7WLR6EMVQ0GY5PXFPRGZG2QWHGLJ4WV9ULB2YAYM9TK9P387LH6SMCMXB9ZVQ525GI2C13FUL58QKSHALKSRKLP47NZNT4Y3YGSYUNM5IFIFSN4ZIYLMJ060GMIW0HNOW0PVVDNQQWRI5K9CUXREFP6ENRXBQUEFLZGSBHXOX5NXES3OG4W4QN87UF8TOOWIZHUM3L4K1' where id=80; -update noar ti set v3='XOPCY9TJ5PBMNYCRPGISOJ1E1Z5PM55QBCN2ER3MEAMP31RS2TTGFR8L7WLR6EMVQ0GY5PXFPRGZG2QWHGLJ4WV9ULB2YAYM9TK9P387LH6SMCMXB9ZVQ525GI2C13FUL58QKSHALKSRKLP47NZNT4Y3YGSYUNM5IFIFSN4ZIYLMJ060GMIW0HNOW0PVVDNQQWRI5K9CUXREFP6ENRXBQUEFLZGSBHXOX5NXES3OG4W4QN87UF8TOOWIZHUM3L4K1' where id=80; -update noar tt set v0='HVKWOFNPTF1XMCLUA128Z0FL6MS60M2AUTQ3QLM4QH4VRELRLKZQTX8UW93T26WJUSAL9936LRKCUIMS8D500DEP9WFJUOJ6KFF7IH1FCT0YTIRUUEOCCJD4FYX70D89BT3HXBDV7IFHRMRHM7GQAUD1KJGKQ0SLPOFKS2Z0PCRRSZ9XYW21CZ82ZAFCCWTT5CNWA41QU31F7EVA27E2WNJM05WC96LMAU5V0KL89IFGRNE67NPVHQSOGVPCOCDS8' where id=81; -update noar ti set v0='HVKWOFNPTF1XMCLUA128Z0FL6MS60M2AUTQ3QLM4QH4VRELRLKZQTX8UW93T26WJUSAL9936LRKCUIMS8D500DEP9WFJUOJ6KFF7IH1FCT0YTIRUUEOCCJD4FYX70D89BT3HXBDV7IFHRMRHM7GQAUD1KJGKQ0SLPOFKS2Z0PCRRSZ9XYW21CZ82ZAFCCWTT5CNWA41QU31F7EVA27E2WNJM05WC96LMAU5V0KL89IFGRNE67NPVHQSOGVPCOCDS8' where id=81; -update noar tt set v1='GNOOCOB7KGE3IX7P29O9OPRXYYEWN6JEC2RZ79BY87753GSDM4NCODWAX7FQI1YQI8BGDFF93Y50USRWZGGBHCSCKHF62NUNQC48B5YDX9BDEFIODJDXRESB7H9UC54NUYEPK99B0TWI52CIY4I6N5AK10HZDD5S6HSERVS3KMVJR3MAATX05SN4WQRRBWDP9B2ZTEO957LXKKCMW6D7M09MG3GHR3L2K6XNAVRFN0AFH1W4TJ140426UVALCPDO8' where id=81; -update noar ti set v1='GNOOCOB7KGE3IX7P29O9OPRXYYEWN6JEC2RZ79BY87753GSDM4NCODWAX7FQI1YQI8BGDFF93Y50USRWZGGBHCSCKHF62NUNQC48B5YDX9BDEFIODJDXRESB7H9UC54NUYEPK99B0TWI52CIY4I6N5AK10HZDD5S6HSERVS3KMVJR3MAATX05SN4WQRRBWDP9B2ZTEO957LXKKCMW6D7M09MG3GHR3L2K6XNAVRFN0AFH1W4TJ140426UVALCPDO8' where id=81; -update noar tt set v2='WYJ9Z0PH4GMGW3Q8HA0M8LJTWEL32CELY7PRWFHUZGN22LXS4YP7OPG39Q056DWRRDTEINCDGV5DDEV7V0V37CSH3L90I5LFZ5QPCSYKHZNMSF1F3C5FYC3I2QBD5GJLRJYMWCYQRH9AADH9K3MF7PX582SQQISFU5X8OF1JLYZNABO0RWNP1TID9FOSV01ZXEL7A2EZGBL6H56RGA0BGC4I7EI504VAAWYHW7PDSMPZTRM2UXNKC765U1DAD6JQ6' where id=81; -update noar ti set v2='WYJ9Z0PH4GMGW3Q8HA0M8LJTWEL32CELY7PRWFHUZGN22LXS4YP7OPG39Q056DWRRDTEINCDGV5DDEV7V0V37CSH3L90I5LFZ5QPCSYKHZNMSF1F3C5FYC3I2QBD5GJLRJYMWCYQRH9AADH9K3MF7PX582SQQISFU5X8OF1JLYZNABO0RWNP1TID9FOSV01ZXEL7A2EZGBL6H56RGA0BGC4I7EI504VAAWYHW7PDSMPZTRM2UXNKC765U1DAD6JQ6' where id=81; -update noar tt set v3='DS8WQ78VGLXXIWT4BR4KORNH3PN74C47T4Z4H9YE8QS4W71JA5VGS1M9YBLXQYI8IH0OTPMW9UD4BTFSTAOD5W08L1Z8UF8D6EWL5V6BQ9VN81KBQC99TJNLXXBL8R5JS8DH4TZ6B11GY79HNI5VZCSXUJJZLREQP4UBNUD6LNXA5F878DZLEESJXGCHXH4GN9AWPK5C93ELSCIAJU6PMPK4898L4BGH1ZTZR9YOW06IXD1EOCERBTGLQP35OJ6T7' where id=81; -update noar ti set v3='DS8WQ78VGLXXIWT4BR4KORNH3PN74C47T4Z4H9YE8QS4W71JA5VGS1M9YBLXQYI8IH0OTPMW9UD4BTFSTAOD5W08L1Z8UF8D6EWL5V6BQ9VN81KBQC99TJNLXXBL8R5JS8DH4TZ6B11GY79HNI5VZCSXUJJZLREQP4UBNUD6LNXA5F878DZLEESJXGCHXH4GN9AWPK5C93ELSCIAJU6PMPK4898L4BGH1ZTZR9YOW06IXD1EOCERBTGLQP35OJ6T7' where id=81; -update noar tt set v0='Z1AFFAFJ8HEXQ6KWLXHTWSQME27Q0UPVYC5F0UP14OWUINMNXPLM0AIYR1VOCWF6MOQRNZ2ESBK6OD5Y3YCIZLKEHS6RX0K1U6JSGEGKODHSRHOZ9WKVKSPP11U9HHQH7W5IUXRWINAT837WDUXVOQF9R1YEHF9KYPM1NN09HMP7P0U7CCVTM3RNLBCSMCVQAJ4EA84ZTPXWEKOA8327TKU27BA8LDXZM3EUBGK7LWP8CZT8H7FZW26LR5Y6QRG6H' where id=82; -update noar ti set v0='Z1AFFAFJ8HEXQ6KWLXHTWSQME27Q0UPVYC5F0UP14OWUINMNXPLM0AIYR1VOCWF6MOQRNZ2ESBK6OD5Y3YCIZLKEHS6RX0K1U6JSGEGKODHSRHOZ9WKVKSPP11U9HHQH7W5IUXRWINAT837WDUXVOQF9R1YEHF9KYPM1NN09HMP7P0U7CCVTM3RNLBCSMCVQAJ4EA84ZTPXWEKOA8327TKU27BA8LDXZM3EUBGK7LWP8CZT8H7FZW26LR5Y6QRG6H' where id=82; -update noar tt set v1='S4NWT2J6P6SYKFPVUIJ3KYGIVY7H2354FD29C0C7GQ3FNBA998IT9GNPHK1PL7TR3T72MYLN76PQ73YUPW3VF3PD64B708NZMZ4KW85WFL3ESORTNAKGXEAOEAF5J8N0ACZMZRY3UTMI7OO3G9DMRUXCJHQ95944VX8QN4PD0L3AQFD847I425R5VSOGQ9XVKYKU7W8A7LZW2R6VY77VLVSULK0OOPZK4S0Y36MEIESDA7I4XEUT8Q3OF0CD7A9IZ' where id=82; -update noar ti set v1='S4NWT2J6P6SYKFPVUIJ3KYGIVY7H2354FD29C0C7GQ3FNBA998IT9GNPHK1PL7TR3T72MYLN76PQ73YUPW3VF3PD64B708NZMZ4KW85WFL3ESORTNAKGXEAOEAF5J8N0ACZMZRY3UTMI7OO3G9DMRUXCJHQ95944VX8QN4PD0L3AQFD847I425R5VSOGQ9XVKYKU7W8A7LZW2R6VY77VLVSULK0OOPZK4S0Y36MEIESDA7I4XEUT8Q3OF0CD7A9IZ' where id=82; -update noar tt set v2='FTICG6DF3C5TLX9AIU7AGG28LDH5JM36AY5I6CM6Q5ZPPCK0ESHK2YII7IZ4USI6KEW9YBW1FI95C367O7JVU3JSFJJX7JMT2E2TLXMP5ZOLHAOD0H5UUZQRLFPU83V6TRLZ6DSR9BG97HHK4ENQ926FJD01H7OTC4F11PBAMB40RUGJT9KQUJU5MGQY4WE21MD09KVKQWFQS3334C2QMF1C9MYT11P6TGYOT77W96F8HDS84SZJGP1W7EVCM9Y1D' where id=82; -update noar ti set v2='FTICG6DF3C5TLX9AIU7AGG28LDH5JM36AY5I6CM6Q5ZPPCK0ESHK2YII7IZ4USI6KEW9YBW1FI95C367O7JVU3JSFJJX7JMT2E2TLXMP5ZOLHAOD0H5UUZQRLFPU83V6TRLZ6DSR9BG97HHK4ENQ926FJD01H7OTC4F11PBAMB40RUGJT9KQUJU5MGQY4WE21MD09KVKQWFQS3334C2QMF1C9MYT11P6TGYOT77W96F8HDS84SZJGP1W7EVCM9Y1D' where id=82; -update noar tt set v3='Y3MGK8MKGSBMROFRXDIMDWRYAJWGPQQ8NWVAHYQX4AWKTAL1FPJKQNTQGRZCMH5WJMP9W4AB2C3270F03CDB082Z2N2X8G1CJ8Y9KA6QKG0Y3CUYSM13E88OV9CZP9LGK449XU2SIRPMLY5LD1U15H4ED6BDJNHQI1Q7SO8XFCKR07UEKFZ2VNWDPXSQ5D8EPI4LN90XDLK616GH693F5YZ20DQOJ3VN31M6ZDXH333ERFSHJ9OSMFEMHBR7TSCMP' where id=82; -update noar ti set v3='Y3MGK8MKGSBMROFRXDIMDWRYAJWGPQQ8NWVAHYQX4AWKTAL1FPJKQNTQGRZCMH5WJMP9W4AB2C3270F03CDB082Z2N2X8G1CJ8Y9KA6QKG0Y3CUYSM13E88OV9CZP9LGK449XU2SIRPMLY5LD1U15H4ED6BDJNHQI1Q7SO8XFCKR07UEKFZ2VNWDPXSQ5D8EPI4LN90XDLK616GH693F5YZ20DQOJ3VN31M6ZDXH333ERFSHJ9OSMFEMHBR7TSCMP' where id=82; -update noar tt set v0='OTMLOVFELN5DWW9P8ZQYJ3DGFDA5MQVEIC42HBGGXZ5TYKZR9RGJSJGNAK7IYPTMUIFDOLGWCSVF61H2JLO8DIRSR1MBOEUMGS7NZKKU5IK74JQATCK7KP3D7M3XH11X8TL0014PT7XER24EC3VLW8A0UF9HNSZHNO5O0JWIJI6FJSBP1ZKOIG2V6ZCLE8K2C8C5HXZN2RI69N4IH7YW09INDH16B9YA5ZJE3D4QW9OVFKX3P44V0PO7CKVTF7XOC' where id=83; -update noar ti set v0='OTMLOVFELN5DWW9P8ZQYJ3DGFDA5MQVEIC42HBGGXZ5TYKZR9RGJSJGNAK7IYPTMUIFDOLGWCSVF61H2JLO8DIRSR1MBOEUMGS7NZKKU5IK74JQATCK7KP3D7M3XH11X8TL0014PT7XER24EC3VLW8A0UF9HNSZHNO5O0JWIJI6FJSBP1ZKOIG2V6ZCLE8K2C8C5HXZN2RI69N4IH7YW09INDH16B9YA5ZJE3D4QW9OVFKX3P44V0PO7CKVTF7XOC' where id=83; -update noar tt set v1='0MP1KZYYN416GXEW0YIGMX1DK05PNGEJHH0WAK03J64VVDCKPB7675TF8AZTESKARPVLHCHT9BGVCM12QT7OZ2IWIB87G7NU0O02VIW5L3VSWFIG2MIG82O8RI7VQ696LQAWS4XI8R97EJK0ZF5I6V564A15L8YV5UDPQAEPFJKQMLZ9BBX961E3TGUUAKGDPVNU49ILB4BOTIIKYR7WXCXY3OTD92Q9F8PS3I81DKM0FQDQCKDGSHHNV94ZOFD8T' where id=83; -update noar ti set v1='0MP1KZYYN416GXEW0YIGMX1DK05PNGEJHH0WAK03J64VVDCKPB7675TF8AZTESKARPVLHCHT9BGVCM12QT7OZ2IWIB87G7NU0O02VIW5L3VSWFIG2MIG82O8RI7VQ696LQAWS4XI8R97EJK0ZF5I6V564A15L8YV5UDPQAEPFJKQMLZ9BBX961E3TGUUAKGDPVNU49ILB4BOTIIKYR7WXCXY3OTD92Q9F8PS3I81DKM0FQDQCKDGSHHNV94ZOFD8T' where id=83; -update noar tt set v2='9CRFIG074L6A6UIQRVPP5GFXXHPFN4SQI26AFPNRIYI49H5UNA63CXD39QIT8GW3U8V9DKPNGW4WJY9CMKL7K32P559F5HHC7DOD79V8FD8CQ8D2P4VZJTJCHMVAADTTO32XX7WBU9EXTI21XMU8QR4MPQN5SH29V0IOW2BUI3AHIXSYPV95RSMREPIRN29R6XVU9N3B9G7RQEX0I39LTVDYBEYGLTPE8SF7KJCJS9J9ODRJSTSKA4ULXG7ILKACZ' where id=83; -update noar ti set v2='9CRFIG074L6A6UIQRVPP5GFXXHPFN4SQI26AFPNRIYI49H5UNA63CXD39QIT8GW3U8V9DKPNGW4WJY9CMKL7K32P559F5HHC7DOD79V8FD8CQ8D2P4VZJTJCHMVAADTTO32XX7WBU9EXTI21XMU8QR4MPQN5SH29V0IOW2BUI3AHIXSYPV95RSMREPIRN29R6XVU9N3B9G7RQEX0I39LTVDYBEYGLTPE8SF7KJCJS9J9ODRJSTSKA4ULXG7ILKACZ' where id=83; -update noar tt set v3='VE01PQ912HNRHFOE9D944S39B7OISUTX4XQ0KMH24FOJIQF2EYBP4OHOQY6Q7MIEIN0ST2GVR9QQPTLIEKPZ7HHAO4UIQYATG7N2QF9RZIAQA4GCRRFXM5PE0H2AG4HPDLG4RILYMB44VVZ6J7092Q1UVBXUC090R9A6OPJWXB657XCT8CBN13MFPQ16I22D6W6X4C1RCBI73KRH2Q6LGLU611BXUWQKX4TGFK2TS76KVWHMRCOLYQ4ZVRLQLO4P9' where id=83; -update noar ti set v3='VE01PQ912HNRHFOE9D944S39B7OISUTX4XQ0KMH24FOJIQF2EYBP4OHOQY6Q7MIEIN0ST2GVR9QQPTLIEKPZ7HHAO4UIQYATG7N2QF9RZIAQA4GCRRFXM5PE0H2AG4HPDLG4RILYMB44VVZ6J7092Q1UVBXUC090R9A6OPJWXB657XCT8CBN13MFPQ16I22D6W6X4C1RCBI73KRH2Q6LGLU611BXUWQKX4TGFK2TS76KVWHMRCOLYQ4ZVRLQLO4P9' where id=83; -update noar tt set v0='ZJB6MJMV1LCAKQIJ5JYA6YCNIH1QOLIG5DDLMMXBVJ2NQHKNRIUA0PT2VBB5YBVCRF9TZ0OG7BYOTVAI6XT6GW0GAIQ8MN0RC3S1OIEYK1VBXUEB76AVATQ0HI9GB4T3DWF8AJJFCJ8HQ82ISMHHOKUJTXEO0MXDJWKPCZMR50HNX3H4VDOUBISUKARQRVK54ZNLO44KIW7S2S2YLGRM9YXD37IV33KEYIBN3XQBNMIPCXE3BIGJWS34N61B8J73V' where id=84; -update noar ti set v0='ZJB6MJMV1LCAKQIJ5JYA6YCNIH1QOLIG5DDLMMXBVJ2NQHKNRIUA0PT2VBB5YBVCRF9TZ0OG7BYOTVAI6XT6GW0GAIQ8MN0RC3S1OIEYK1VBXUEB76AVATQ0HI9GB4T3DWF8AJJFCJ8HQ82ISMHHOKUJTXEO0MXDJWKPCZMR50HNX3H4VDOUBISUKARQRVK54ZNLO44KIW7S2S2YLGRM9YXD37IV33KEYIBN3XQBNMIPCXE3BIGJWS34N61B8J73V' where id=84; -update noar tt set v1='VHFC8M5QVI85GA5BBKL57FLV4OWT1WF3AOQTVPDNS5KTSSCG1M5YR58AFFOA7XOIVMKCUOG7VAKUYH0QPPD068FTLQ03RU2FGQXM126NMTL6CQHDAXGCV7EKN7VPCPKQWCI4MRCV0WUX1NNG2ZCID4LQHRHAQA95542AV8COA35FUO0GMQ37L62HBZ3VFG369W4KTNPYR4TR8QM6JGQT6RTZW8KJRUO51S6L45OLBFWY6KF6BNDFRU2G59E0NM2GF' where id=84; -update noar ti set v1='VHFC8M5QVI85GA5BBKL57FLV4OWT1WF3AOQTVPDNS5KTSSCG1M5YR58AFFOA7XOIVMKCUOG7VAKUYH0QPPD068FTLQ03RU2FGQXM126NMTL6CQHDAXGCV7EKN7VPCPKQWCI4MRCV0WUX1NNG2ZCID4LQHRHAQA95542AV8COA35FUO0GMQ37L62HBZ3VFG369W4KTNPYR4TR8QM6JGQT6RTZW8KJRUO51S6L45OLBFWY6KF6BNDFRU2G59E0NM2GF' where id=84; -update noar tt set v2='CISL18PE36Z2RYM3TMO4S91FF0PQDRLL0CSDUYBFUDDFNJAS38MX1XZJKYHMTETY7BNV8Z9TVCS5RXI1A1FP8VYAQ8KNDSZNY7WIVDOC4WATSO5AGX7K0WZCEZM2U060TDE0TL3JJLFVT7CPLOY1JP57X12R7NHHQS4CX9DH7NUAK13LJSCBVGE9BAVFFT1I1GA1TTLXFUG0B15TACPL3FINNS48HM3UVIQ90ELSWRRZUBNTTNVKAL6KEVO87WBZS' where id=84; -update noar ti set v2='CISL18PE36Z2RYM3TMO4S91FF0PQDRLL0CSDUYBFUDDFNJAS38MX1XZJKYHMTETY7BNV8Z9TVCS5RXI1A1FP8VYAQ8KNDSZNY7WIVDOC4WATSO5AGX7K0WZCEZM2U060TDE0TL3JJLFVT7CPLOY1JP57X12R7NHHQS4CX9DH7NUAK13LJSCBVGE9BAVFFT1I1GA1TTLXFUG0B15TACPL3FINNS48HM3UVIQ90ELSWRRZUBNTTNVKAL6KEVO87WBZS' where id=84; -update noar tt set v3='ISGODRA200H08GXEPOU3MXIV4IJGMDUKIQCYL2QDVM9XJFUSNP0X5MGER3IKQ6D5J6E6DEPEZW8ICTGP6XNYSKCY52YVZ504RWKCABB94161STQWB5SDP1TJYAKRV6BGD6CUFTE9RE6CVYJUZ3PHWM503LA8HQ9OE8XGME5DP787BBIM8M3TRTBNGE1L84G7UK0SFJJY404YL5CT1WCLUHTIJ0UT5U5U5FRIRT9L45X71KL93SLK2VUNM66Y8BIMA' where id=84; -update noar ti set v3='ISGODRA200H08GXEPOU3MXIV4IJGMDUKIQCYL2QDVM9XJFUSNP0X5MGER3IKQ6D5J6E6DEPEZW8ICTGP6XNYSKCY52YVZ504RWKCABB94161STQWB5SDP1TJYAKRV6BGD6CUFTE9RE6CVYJUZ3PHWM503LA8HQ9OE8XGME5DP787BBIM8M3TRTBNGE1L84G7UK0SFJJY404YL5CT1WCLUHTIJ0UT5U5U5FRIRT9L45X71KL93SLK2VUNM66Y8BIMA' where id=84; -update noar tt set v0='49LF2XJUH54TIKVSMLM741OLVFYVO8GPNZPVR3M7U3UO5989IUIOBISZCVF9J58Q1B5EJCGU8QWWNLHA3Y80947DMV9KNLXPO0U02PF3QCZU37B2QL1UL0U5O9GXBQDRGFC5HFMA50ME7GUH4K9IIKQHYA8STE1OR2JYL0KNBNN557XPIIV5TI4C11B1Y3X7UI2XBTI9CI0VAOHJXEO2V761L215HFIW20W547OPHNOAPFGYSWNEP09JTFEPI0EIP' where id=85; -update noar ti set v0='49LF2XJUH54TIKVSMLM741OLVFYVO8GPNZPVR3M7U3UO5989IUIOBISZCVF9J58Q1B5EJCGU8QWWNLHA3Y80947DMV9KNLXPO0U02PF3QCZU37B2QL1UL0U5O9GXBQDRGFC5HFMA50ME7GUH4K9IIKQHYA8STE1OR2JYL0KNBNN557XPIIV5TI4C11B1Y3X7UI2XBTI9CI0VAOHJXEO2V761L215HFIW20W547OPHNOAPFGYSWNEP09JTFEPI0EIP' where id=85; -update noar tt set v1='8GL79SB1XRSAZHYVP7FPYSH1N1XHMWX7JYJXCOQQKK7Q09MSN6792UST3PTXCIPAEHOC5NYMLVXOII6BJU81U4RQR2TBL5XP1OGIC9LFN4388OSJJYUIUHP1PVH6M65O23X0U8ALCHD8OGA3S69QA23R6L39YWZZ62HCDDZGBFSLP9V874M01VYPWQCY2WFIH32NTWRZ4Q069EFOA6MPNTOT6YT0OPEDHBTPT435AG61V723UX8O03QBGQQL44M1Y' where id=85; -update noar ti set v1='8GL79SB1XRSAZHYVP7FPYSH1N1XHMWX7JYJXCOQQKK7Q09MSN6792UST3PTXCIPAEHOC5NYMLVXOII6BJU81U4RQR2TBL5XP1OGIC9LFN4388OSJJYUIUHP1PVH6M65O23X0U8ALCHD8OGA3S69QA23R6L39YWZZ62HCDDZGBFSLP9V874M01VYPWQCY2WFIH32NTWRZ4Q069EFOA6MPNTOT6YT0OPEDHBTPT435AG61V723UX8O03QBGQQL44M1Y' where id=85; -update noar tt set v2='80XLWF4LZ3GKQKU5M1MXKQMX8LXOKMJ5UAFGNSIKACLN05L0I1QYYKZGOWVJMLZYYM71732QLIWQMQWPUA0GBRYFDV8JPRLJS8STUIYTKRVDYHNVNX4VISJBPB0RHRJ9TVJ7GWG8LTEQEBLGYBR402XS7H007G50PZG2X4QLOUAH8YCO9TIY0F26VTZFI2B8LLMUD11EV0C87RKYK0XZ9IFG4WBXY4MS7DEZYLF1M9S7FU0YG13Y681JM51VSF47Q' where id=85; -update noar ti set v2='80XLWF4LZ3GKQKU5M1MXKQMX8LXOKMJ5UAFGNSIKACLN05L0I1QYYKZGOWVJMLZYYM71732QLIWQMQWPUA0GBRYFDV8JPRLJS8STUIYTKRVDYHNVNX4VISJBPB0RHRJ9TVJ7GWG8LTEQEBLGYBR402XS7H007G50PZG2X4QLOUAH8YCO9TIY0F26VTZFI2B8LLMUD11EV0C87RKYK0XZ9IFG4WBXY4MS7DEZYLF1M9S7FU0YG13Y681JM51VSF47Q' where id=85; -update noar tt set v3='I55NQ0DV2O5PAH8W81QUYVBS4F9BDG14MHNREC30TY30OFDGZ5A5IY43AT7A9WTXTJIIQ0IERJH22JKGE61AV1C016YWUQZSNS472WOC5QJ2Z030XSHEGBI2RSROEX0G6TH7L71FDZA0Q0HVOS4M2KBBEEM8K0WJUI1OH160ZYG2DEUXZADVI7CHLI6G904PCKH55CGBRIW8EGQNMRN1UOKR205EXFLUT17UH03MDTVPWQ02NUUBH7LS41TIHHY4W' where id=85; -update noar ti set v3='I55NQ0DV2O5PAH8W81QUYVBS4F9BDG14MHNREC30TY30OFDGZ5A5IY43AT7A9WTXTJIIQ0IERJH22JKGE61AV1C016YWUQZSNS472WOC5QJ2Z030XSHEGBI2RSROEX0G6TH7L71FDZA0Q0HVOS4M2KBBEEM8K0WJUI1OH160ZYG2DEUXZADVI7CHLI6G904PCKH55CGBRIW8EGQNMRN1UOKR205EXFLUT17UH03MDTVPWQ02NUUBH7LS41TIHHY4W' where id=85; -update noar tt set v0='KMITW1TN044QC5VOFYY0Q5EBI6ALKUUUBDMZBLP4PVG48MGZ8WD84ASK5M2BSDQVD53GTTTOZZVGU81CDBTLZFQOM0XYNLHH4EPGBSB6IV8F6QBN5MJ4G7Q57EDOTJ2NZIOO9UB0365DSCU7TQP3TD7UARAUF3M6TS008QPZIKKV24ZJ7NEQ349A8J62NM15JPL5UO3KXYEVH66SAKS96FEVNF8QH9GQ15CO4WKDS7L0B4ELYS7UMAHNBD382WPU6' where id=86; -update noar ti set v0='KMITW1TN044QC5VOFYY0Q5EBI6ALKUUUBDMZBLP4PVG48MGZ8WD84ASK5M2BSDQVD53GTTTOZZVGU81CDBTLZFQOM0XYNLHH4EPGBSB6IV8F6QBN5MJ4G7Q57EDOTJ2NZIOO9UB0365DSCU7TQP3TD7UARAUF3M6TS008QPZIKKV24ZJ7NEQ349A8J62NM15JPL5UO3KXYEVH66SAKS96FEVNF8QH9GQ15CO4WKDS7L0B4ELYS7UMAHNBD382WPU6' where id=86; -update noar tt set v1='937DKZR6XCWJDJ4ZERII10RY8G7QCJSUBMVG49BZKIXBKYNQCZSN5EZNNXCAX11WO18MSYBACNGXVE5186PW1JMH5HSTCI3D4AILVS607E88E5CIO1NZ5P4V4JDFLS5S1FJ6I5PU80B75DYXH2QI0CKAQVE0N6YJDX4ZO7CBQECRRZ80XKHASI2IHFKGQVUMHOCM2UQ5AF28YSV47K7TTQO5MTEMG6K5F0XB2DDM773ABMIUKXMSU75CNK70R5K5S' where id=86; -update noar ti set v1='937DKZR6XCWJDJ4ZERII10RY8G7QCJSUBMVG49BZKIXBKYNQCZSN5EZNNXCAX11WO18MSYBACNGXVE5186PW1JMH5HSTCI3D4AILVS607E88E5CIO1NZ5P4V4JDFLS5S1FJ6I5PU80B75DYXH2QI0CKAQVE0N6YJDX4ZO7CBQECRRZ80XKHASI2IHFKGQVUMHOCM2UQ5AF28YSV47K7TTQO5MTEMG6K5F0XB2DDM773ABMIUKXMSU75CNK70R5K5S' where id=86; -update noar tt set v2='6GW2VIOWKEJ8ESVVTRMGODL2SNCEIN8DYTZ7BN1YAJNON5CIC46FH0Z52WBYO7CYAE11MPQ9JU0J2PQVDRCIZN5X68W1M5DDD7CYNYFKFH2A466ROLZYQLFS7NLK9MAVG004PDDGSYEG3YDQHGCFCN7AYXO3MJ12I99ERIOK5HC7HTYHHNHIARE3FJHUF4KYSPEZZE6XU81GD2DN30ZIPJK5RGT3OHWYTD9YHQFYKGQUZCFRHYKF66HU6784Q3UY0' where id=86; -update noar ti set v2='6GW2VIOWKEJ8ESVVTRMGODL2SNCEIN8DYTZ7BN1YAJNON5CIC46FH0Z52WBYO7CYAE11MPQ9JU0J2PQVDRCIZN5X68W1M5DDD7CYNYFKFH2A466ROLZYQLFS7NLK9MAVG004PDDGSYEG3YDQHGCFCN7AYXO3MJ12I99ERIOK5HC7HTYHHNHIARE3FJHUF4KYSPEZZE6XU81GD2DN30ZIPJK5RGT3OHWYTD9YHQFYKGQUZCFRHYKF66HU6784Q3UY0' where id=86; -update noar tt set v3='7WVTO26UVFWPTATT9MJFCHJBKR2ZMOADMLUGV7C427LCWJ7EQ57X201KIFPPPWAXRLRNL0YJ91YB3O0B4W4YXQ3CYA7SVV71GNY6VDGKAIF2HDSLIX3PGQWMKHWQIY48EQ9FMCFC33H22W4FW4EL34SL5DE0MIOFL6RND20MAEKPO8PATTIHREMVF1W5GG3ILSH7D7IYCB73CL2L63QJ57QCYQVQY3RRVAKKE368VFFHJXO9THMLZNL3DP52YTOWX' where id=86; -update noar ti set v3='7WVTO26UVFWPTATT9MJFCHJBKR2ZMOADMLUGV7C427LCWJ7EQ57X201KIFPPPWAXRLRNL0YJ91YB3O0B4W4YXQ3CYA7SVV71GNY6VDGKAIF2HDSLIX3PGQWMKHWQIY48EQ9FMCFC33H22W4FW4EL34SL5DE0MIOFL6RND20MAEKPO8PATTIHREMVF1W5GG3ILSH7D7IYCB73CL2L63QJ57QCYQVQY3RRVAKKE368VFFHJXO9THMLZNL3DP52YTOWX' where id=86; -update noar tt set v0='TVTAELH553TRH2LW915RRLWWLUZQ7A851IW85T7PFWSISU6KBRQFNNU04MCH4FRE1IR6NW9FYOFE3Q06NNVKZJYVTA8F7GFBE4XQBR7KX3COQS64AAIY261BNYH6IRQGVYYMV4ZVH48NDBTVDBHIN9LHT0CT9RCFRSA8Q1IO8RGV683VO4Y3OFJJ22TNVHVKCBIPMNINY6PXQLG6FNEU2KULNIJK2PTPSGCMUSAYP3C7650J3CX2XYS52OKI7DK9I' where id=87; -update noar ti set v0='TVTAELH553TRH2LW915RRLWWLUZQ7A851IW85T7PFWSISU6KBRQFNNU04MCH4FRE1IR6NW9FYOFE3Q06NNVKZJYVTA8F7GFBE4XQBR7KX3COQS64AAIY261BNYH6IRQGVYYMV4ZVH48NDBTVDBHIN9LHT0CT9RCFRSA8Q1IO8RGV683VO4Y3OFJJ22TNVHVKCBIPMNINY6PXQLG6FNEU2KULNIJK2PTPSGCMUSAYP3C7650J3CX2XYS52OKI7DK9I' where id=87; -update noar tt set v1='MFOO4B51J9HDOBT48ARQ117ZJYM7ENIF4XAKA7F5ZRR0U5E8H5SSD2CO2GD9RPOPHPY7CVX56JQKNWC4L9ZVSR6NFRCSQYOFTQLQP4S9UTNG8DFGAD72EO4KJBWKEELPO59UY6Q3ERK80NQATGRKT8OUWSBC3JBJ1QPQ5C3ZEWJA3O7OI9RDRJ66YZPUVXIWMCWDJI7H2SBMBMYHMMBLFSETUWA94H7ZBRANR3AYMX06IMI4ZFGDE1EGY7QQDF9BN' where id=87; -update noar ti set v1='MFOO4B51J9HDOBT48ARQ117ZJYM7ENIF4XAKA7F5ZRR0U5E8H5SSD2CO2GD9RPOPHPY7CVX56JQKNWC4L9ZVSR6NFRCSQYOFTQLQP4S9UTNG8DFGAD72EO4KJBWKEELPO59UY6Q3ERK80NQATGRKT8OUWSBC3JBJ1QPQ5C3ZEWJA3O7OI9RDRJ66YZPUVXIWMCWDJI7H2SBMBMYHMMBLFSETUWA94H7ZBRANR3AYMX06IMI4ZFGDE1EGY7QQDF9BN' where id=87; -update noar tt set v2='E2KIABUGKRBTPRUHNUG0TP9E8AKDCBX4TDJJR87Z6ADS0BA3CZOY3F5PAQ9GNNLPEHIQYP42D3UFOC7WN55Z7A3LA02KT54RV1FG05GW9C7G98ZJED7IVU2E0DAZBR3YYT69IR4TZGN4WLW8H4CRJ4J82SVA58VOUI6ZQTMEC94NUO2G4BKZW3S1VAW1T714I4PB7DM0SCCGIHS0SVR7WR7WIDN4MAB5ZXF37WR0RM9V65PQHXJF1BGUEUS05C0EX' where id=87; -update noar ti set v2='E2KIABUGKRBTPRUHNUG0TP9E8AKDCBX4TDJJR87Z6ADS0BA3CZOY3F5PAQ9GNNLPEHIQYP42D3UFOC7WN55Z7A3LA02KT54RV1FG05GW9C7G98ZJED7IVU2E0DAZBR3YYT69IR4TZGN4WLW8H4CRJ4J82SVA58VOUI6ZQTMEC94NUO2G4BKZW3S1VAW1T714I4PB7DM0SCCGIHS0SVR7WR7WIDN4MAB5ZXF37WR0RM9V65PQHXJF1BGUEUS05C0EX' where id=87; -update noar tt set v3='CMG6KAEA2E3M3DCXKBAMGGG4TXHWTP6QHHKJ3CY1T2AKUBP2DPOF3JQXBRORE11J6X1QHY16J5M5OG74W1VE78ZVCD4UWDGWC5PVB5Y9YVWQ3ZPHFFW7WZN79S49FBDFQQGRUUTL805V8I5A1R6L3N2AJITY8NIVZQ1BFBV7X2HV01YAOBXSBXO1QMQYKL74RMFGCWYDWTIK02YM09AV4SLJPRW4IS7ITXB0P9YD7ITGBKTKY2HG5OM3Q633ZQ282' where id=87; -update noar ti set v3='CMG6KAEA2E3M3DCXKBAMGGG4TXHWTP6QHHKJ3CY1T2AKUBP2DPOF3JQXBRORE11J6X1QHY16J5M5OG74W1VE78ZVCD4UWDGWC5PVB5Y9YVWQ3ZPHFFW7WZN79S49FBDFQQGRUUTL805V8I5A1R6L3N2AJITY8NIVZQ1BFBV7X2HV01YAOBXSBXO1QMQYKL74RMFGCWYDWTIK02YM09AV4SLJPRW4IS7ITXB0P9YD7ITGBKTKY2HG5OM3Q633ZQ282' where id=87; -update noar tt set v0='JWGXVKTG89T8MXB18UHWQ24QW8TH27MIVIHCE453AXY874SOQI7ODP58C8069DDCFKJWDLWSDVR8P8KR92PG6XM2I62W6NOLBFJJE97WNCKICXCDZNCR52190LM1H28W6DKIH3MH6TPNA2L1AH1DOTDYEZDZA2NNE1ELHSLAE5QQSNMTDOV216FTHDUSXUGCBKZW5D5HJBOBZP2K5RVVCNZ6D9DX0UHDWBKLYSY233LN78HVLJC40ERONQ3QWIAG6' where id=88; -update noar ti set v0='JWGXVKTG89T8MXB18UHWQ24QW8TH27MIVIHCE453AXY874SOQI7ODP58C8069DDCFKJWDLWSDVR8P8KR92PG6XM2I62W6NOLBFJJE97WNCKICXCDZNCR52190LM1H28W6DKIH3MH6TPNA2L1AH1DOTDYEZDZA2NNE1ELHSLAE5QQSNMTDOV216FTHDUSXUGCBKZW5D5HJBOBZP2K5RVVCNZ6D9DX0UHDWBKLYSY233LN78HVLJC40ERONQ3QWIAG6' where id=88; -update noar tt set v1='TOFNGY7WGDL6P7700N7RF9776HR6ADJSOBTXTGVR4Z90WH8PMFHR91OY125A6INJDSYEW0I28TNP12B0HBHQWWUMK8JAQ3Q9EHXP6ZCOX82M6AFX493ZW2WJ5CYUVRGMEW70KRX22YWAVBWOE5LPZKX0L6MM1J9MMRYKKIAKPQJJF2XW4KYGF0NM4FW0JLXVYMV9VK060T33CMBX3X4LMX4F641BQBZWYKVIR5NGQAU8ZANPJS6HQNYRSXAFQ7YD4' where id=88; -update noar ti set v1='TOFNGY7WGDL6P7700N7RF9776HR6ADJSOBTXTGVR4Z90WH8PMFHR91OY125A6INJDSYEW0I28TNP12B0HBHQWWUMK8JAQ3Q9EHXP6ZCOX82M6AFX493ZW2WJ5CYUVRGMEW70KRX22YWAVBWOE5LPZKX0L6MM1J9MMRYKKIAKPQJJF2XW4KYGF0NM4FW0JLXVYMV9VK060T33CMBX3X4LMX4F641BQBZWYKVIR5NGQAU8ZANPJS6HQNYRSXAFQ7YD4' where id=88; -update noar tt set v2='J185Q4TTRTGJCGUZ8ELJW9E6TXO1I0ANHSAINO8BW6M3NVZIZBG2TX5FE1OSRHRDVCI4YW9RL2MAM8QKXRC7RUPFZHZA867R6572OUMYYDD7Y6KHN3E3G77H4BAR224NBMJ1RRTKRABH5KGPYKZQRMAPQE5EECIPDGQ3T1RUYUIMJHA32G3RRXVXUMBJOS6RCSH3HYMK0IUOW1YCBDRIF79Q3V7S6PZOG0M3TRZV3B2HP6P35G2D4KZKTTQ8ZR1R9' where id=88; -update noar ti set v2='J185Q4TTRTGJCGUZ8ELJW9E6TXO1I0ANHSAINO8BW6M3NVZIZBG2TX5FE1OSRHRDVCI4YW9RL2MAM8QKXRC7RUPFZHZA867R6572OUMYYDD7Y6KHN3E3G77H4BAR224NBMJ1RRTKRABH5KGPYKZQRMAPQE5EECIPDGQ3T1RUYUIMJHA32G3RRXVXUMBJOS6RCSH3HYMK0IUOW1YCBDRIF79Q3V7S6PZOG0M3TRZV3B2HP6P35G2D4KZKTTQ8ZR1R9' where id=88; -update noar tt set v3='NX9U9U7LCTO2XCGC1YP7VZ9CI4OYSZ5P0DH1PCP47GNC0P2IE9R08N1IQJOFAK3XK37YYUYBS7X5EQDUU9MXTEJ13230SP3K1QMAHPYMRYPO7TBI4NFPAJAGT54ZF47OH9Y82EAQYMZYNB3O24PVT1EKZQBK3II3SJ9Q8VPFJ2B17W32C5AG02THSREHO9P5VP9HBLZGLJCQF9Y65IRA0UPEBLERXZHIS7I2RSVC3H7J8RCI53Q35MBYDMP2UEVPV' where id=88; -update noar ti set v3='NX9U9U7LCTO2XCGC1YP7VZ9CI4OYSZ5P0DH1PCP47GNC0P2IE9R08N1IQJOFAK3XK37YYUYBS7X5EQDUU9MXTEJ13230SP3K1QMAHPYMRYPO7TBI4NFPAJAGT54ZF47OH9Y82EAQYMZYNB3O24PVT1EKZQBK3II3SJ9Q8VPFJ2B17W32C5AG02THSREHO9P5VP9HBLZGLJCQF9Y65IRA0UPEBLERXZHIS7I2RSVC3H7J8RCI53Q35MBYDMP2UEVPV' where id=88; -update noar tt set v0='XBYXZ8MFXPU5SVC7HVP9GEIU9O3S0NHTVMTMX55BQAHA1WF65U5W52WCXSIORXUIR71XQ28N0UKKY80WDIOYKO2SKY3KD2NAC3CWTF5ZDPEFWTASQ9P2RJSZ5UGOTRPKNAGMIUNKWS46WV33Q2HJ7ZH7EUBX83P87FWDRNYGFTKNLH0HYIK10HXWSZP2AXFAOKNEOQI21UFGALXA9OSZ47QNVCLRIAL9QN0VOAYBW33SJNS7B8LP27DW8IMDKNZ55' where id=89; -update noar ti set v0='XBYXZ8MFXPU5SVC7HVP9GEIU9O3S0NHTVMTMX55BQAHA1WF65U5W52WCXSIORXUIR71XQ28N0UKKY80WDIOYKO2SKY3KD2NAC3CWTF5ZDPEFWTASQ9P2RJSZ5UGOTRPKNAGMIUNKWS46WV33Q2HJ7ZH7EUBX83P87FWDRNYGFTKNLH0HYIK10HXWSZP2AXFAOKNEOQI21UFGALXA9OSZ47QNVCLRIAL9QN0VOAYBW33SJNS7B8LP27DW8IMDKNZ55' where id=89; -update noar tt set v1='XK4YWCJUAN8ZN7KLLZTFSVWRM1L99FJNSG3UGFPPB9DGX5MIQZ27LAYSEB2MCSQMKC0Q9GSDYRVVTJAA8MJTYRON3O142CV1HMDXLGNSNMZNOD4UFWT5SXXULZBG2T5X7396GZAN5CWALNBBYBTPZRZNZBYCIA2VCHI8RR8D7DP5UV1ET3CEJHH4WLS8C8S8DKMM4QXNH32JE06T7FVXWX8MZHLBZNKJ9R33IO9MO46DMB271IO9SCUON3GNRLYNM' where id=89; -update noar ti set v1='XK4YWCJUAN8ZN7KLLZTFSVWRM1L99FJNSG3UGFPPB9DGX5MIQZ27LAYSEB2MCSQMKC0Q9GSDYRVVTJAA8MJTYRON3O142CV1HMDXLGNSNMZNOD4UFWT5SXXULZBG2T5X7396GZAN5CWALNBBYBTPZRZNZBYCIA2VCHI8RR8D7DP5UV1ET3CEJHH4WLS8C8S8DKMM4QXNH32JE06T7FVXWX8MZHLBZNKJ9R33IO9MO46DMB271IO9SCUON3GNRLYNM' where id=89; -update noar tt set v2='A3QKPK822VDQ5085BZHJE918BJI27EQK2F44LGCJGKZKOYR0ZK153ZSAO0T5WD54LIDIXQ44A1XVS9BTBQC3OTNNA79PGDXAUEE9TG2Y2UYUA8QWK7DN5ZQ6L678TK32DXEOEZXW9LEAZSOO5LNMUQSALQNI8O8NNZU4NVYYWLIYRPM7WZVG6LQCLJGD33NEI2PR09TBW54OANH13UTBAGJY2MBRTJW97GVRMP76YDFZPMGH4VOKOPB9EE86215A0' where id=89; -update noar ti set v2='A3QKPK822VDQ5085BZHJE918BJI27EQK2F44LGCJGKZKOYR0ZK153ZSAO0T5WD54LIDIXQ44A1XVS9BTBQC3OTNNA79PGDXAUEE9TG2Y2UYUA8QWK7DN5ZQ6L678TK32DXEOEZXW9LEAZSOO5LNMUQSALQNI8O8NNZU4NVYYWLIYRPM7WZVG6LQCLJGD33NEI2PR09TBW54OANH13UTBAGJY2MBRTJW97GVRMP76YDFZPMGH4VOKOPB9EE86215A0' where id=89; -update noar tt set v3='AXB04X27LL84R6APRE2WD5ZQDOT5C54WDITI67PKM44FI7JL1T8JT9KCIWDDHOLRGQWUV02DPWQC0LRP6QJTQDZNAONKKZNJYKU4PHZ3WN7D835VMWXYSFXJ1LYDX4W54MVV7664V1WY5LTSDPTNUF8JSFWEOSXRPQ8G78K47FE1GJKZIBUQ3DAEARX1NM2GLB4UMA7WO0J5AW85RY2O186RVJ1P6WDEQICU0Z6D4S68GA1P0U9RN2X7YTVI3WB57' where id=89; -update noar ti set v3='AXB04X27LL84R6APRE2WD5ZQDOT5C54WDITI67PKM44FI7JL1T8JT9KCIWDDHOLRGQWUV02DPWQC0LRP6QJTQDZNAONKKZNJYKU4PHZ3WN7D835VMWXYSFXJ1LYDX4W54MVV7664V1WY5LTSDPTNUF8JSFWEOSXRPQ8G78K47FE1GJKZIBUQ3DAEARX1NM2GLB4UMA7WO0J5AW85RY2O186RVJ1P6WDEQICU0Z6D4S68GA1P0U9RN2X7YTVI3WB57' where id=89; -update noar tt set v0='24A512R1E15GG6V6BIM0F1I4KOVBRDK2KB5X5I2TR0I11DOJUYA9QPPFXE2HXUCMJYUPPXUHKV71DI246KTMUF4S69XO68YWRN9STUR8D49Y2M88K0NHPVLHTOPIA9R9J4Q2VHCKTL9WUN8BCY6RO52F6ZBGFBU4TAUH91MUF5BXFN8BMZD72HH55FUBNWT7J7PKUKYF8JRG725OU7CPKQDUBU76UM3GAJ9QZ78DKAGYZUF7P7AMFBCO3KCXP9PA1' where id=90; -update noar ti set v0='24A512R1E15GG6V6BIM0F1I4KOVBRDK2KB5X5I2TR0I11DOJUYA9QPPFXE2HXUCMJYUPPXUHKV71DI246KTMUF4S69XO68YWRN9STUR8D49Y2M88K0NHPVLHTOPIA9R9J4Q2VHCKTL9WUN8BCY6RO52F6ZBGFBU4TAUH91MUF5BXFN8BMZD72HH55FUBNWT7J7PKUKYF8JRG725OU7CPKQDUBU76UM3GAJ9QZ78DKAGYZUF7P7AMFBCO3KCXP9PA1' where id=90; -update noar tt set v1='BFBNTLUIIAIUE88NCG72GU8G6RQ166LL7GIID03YQF5D8194M6M8QOKQY0TJLSTKSTZSWJGQKLOIFH57I3FVLPCUN8SGXP2GM6R6YN4ETIV6VVZVFYXPRIF2QEPNZD6SRMH1YC17IOLM5BZSLBO91C6KYSCGATHVIHROFAAXB70Z8JO3PKN341N0UCCN6ZGKN873W5X4XTK4DQGEJ776LXEL1TAVVGXQC7WKU3WDU7NBJAJ5GQXZRU1L71BWBUTUZ' where id=90; -update noar ti set v1='BFBNTLUIIAIUE88NCG72GU8G6RQ166LL7GIID03YQF5D8194M6M8QOKQY0TJLSTKSTZSWJGQKLOIFH57I3FVLPCUN8SGXP2GM6R6YN4ETIV6VVZVFYXPRIF2QEPNZD6SRMH1YC17IOLM5BZSLBO91C6KYSCGATHVIHROFAAXB70Z8JO3PKN341N0UCCN6ZGKN873W5X4XTK4DQGEJ776LXEL1TAVVGXQC7WKU3WDU7NBJAJ5GQXZRU1L71BWBUTUZ' where id=90; -update noar tt set v2='82MJYN32AKGV01ZNZXV7ZTNR4U1B1YT403BVJV3UGYU6KG94FW69R31416L91HLNBDK0EH8LKOTVJRF13Q40D7EEXFUMX1QNSEC8LS213TCCGK6OQTPJOSF9QHDKZPZIX9LYI0F597QG796I3DQ57WU2MEBVMQGFJ3PL6ZE0WQURGMU2LFNKFRICV73UJ3T4WL9W602LPPVEENT1C1T5RUTBBGW8HTUIGNVO3PJ2GMFKXTBP4P8IAJ50S6TTLXYF6' where id=90; -update noar ti set v2='82MJYN32AKGV01ZNZXV7ZTNR4U1B1YT403BVJV3UGYU6KG94FW69R31416L91HLNBDK0EH8LKOTVJRF13Q40D7EEXFUMX1QNSEC8LS213TCCGK6OQTPJOSF9QHDKZPZIX9LYI0F597QG796I3DQ57WU2MEBVMQGFJ3PL6ZE0WQURGMU2LFNKFRICV73UJ3T4WL9W602LPPVEENT1C1T5RUTBBGW8HTUIGNVO3PJ2GMFKXTBP4P8IAJ50S6TTLXYF6' where id=90; -update noar tt set v3='4KMNFGP2LIIFBGSA0AEPA70TDRUU4T2R80BBGS0DBV5F76ET9U45GUANOHWS8ABURIIG4W2YD9WM0R3M6G9DXWIHKE5LPNUMGDO73VLJLPICQEYSXOPZ5CZXGIV8JNIF4UHUYM889Y8GZSHUFDZLUIMNU0LCWU3VF9I6UEVZGESDPKQBFYDPHVOR4SC0GOKPQFFXXT69RIYYRMIBQ9WO6K4VXBEVEX0M6WOVPA2R2N836BU35V5M6GLHL299FS5JQ' where id=90; -update noar ti set v3='4KMNFGP2LIIFBGSA0AEPA70TDRUU4T2R80BBGS0DBV5F76ET9U45GUANOHWS8ABURIIG4W2YD9WM0R3M6G9DXWIHKE5LPNUMGDO73VLJLPICQEYSXOPZ5CZXGIV8JNIF4UHUYM889Y8GZSHUFDZLUIMNU0LCWU3VF9I6UEVZGESDPKQBFYDPHVOR4SC0GOKPQFFXXT69RIYYRMIBQ9WO6K4VXBEVEX0M6WOVPA2R2N836BU35V5M6GLHL299FS5JQ' where id=90; -update noar tt set v0='H5RVFYRB8FUGWOI6VTWMAXK37BXF7W665LYAQ43K87HTDVZA1KOB6ZPA2BPM7H0QICWDRTQ34S8B2ZVU7ZZSDI9UTL9MQJ16ZNVI0EYRQCRJ0YHH1K7Z3TSLH6MAUM5DBCNRNWMSNFN6YBNDXGAXGB6JKIAC3HQ36SSLYG5BS1U0PG63L2GGPGDWIO95LGICJ59X3X9C9L2OL7P6743HB2A3OZ85G7LDZAPHGLIS9OZ17ZCZ7HZ951Q4DGQMKC5E8' where id=91; -update noar ti set v0='H5RVFYRB8FUGWOI6VTWMAXK37BXF7W665LYAQ43K87HTDVZA1KOB6ZPA2BPM7H0QICWDRTQ34S8B2ZVU7ZZSDI9UTL9MQJ16ZNVI0EYRQCRJ0YHH1K7Z3TSLH6MAUM5DBCNRNWMSNFN6YBNDXGAXGB6JKIAC3HQ36SSLYG5BS1U0PG63L2GGPGDWIO95LGICJ59X3X9C9L2OL7P6743HB2A3OZ85G7LDZAPHGLIS9OZ17ZCZ7HZ951Q4DGQMKC5E8' where id=91; -update noar tt set v1='3QTQ22O79WXROW10ZIGKFK9C0ON1CSOWUVAAC88P2LXZ6EFW22ZWYMIPPI7X13KSDBWFW8BRRUMSUYIJK5TYXSDT1QTQVSN7X2O6GTKUMS2RGW4H2P3EMF5KD1WTE8N43VZB9THRNWIZ8YLMOQYHZMLU1R5PLP9DK8AFQZDT6VV3BH93183J59E26OICO9X51TII3WXDV90CLTQKP5TK1EM3PG7NV7SXV17N7G4WIGQOFMP5RAHYLTQQHLZK2H383' where id=91; -update noar ti set v1='3QTQ22O79WXROW10ZIGKFK9C0ON1CSOWUVAAC88P2LXZ6EFW22ZWYMIPPI7X13KSDBWFW8BRRUMSUYIJK5TYXSDT1QTQVSN7X2O6GTKUMS2RGW4H2P3EMF5KD1WTE8N43VZB9THRNWIZ8YLMOQYHZMLU1R5PLP9DK8AFQZDT6VV3BH93183J59E26OICO9X51TII3WXDV90CLTQKP5TK1EM3PG7NV7SXV17N7G4WIGQOFMP5RAHYLTQQHLZK2H383' where id=91; -update noar tt set v2='5PI4Q9TEN68K5DAGII5EBTQZ0YW4CH8WRMN0SXA69CXAV55P78BD3TXIRT6TVG54E0SK12YG85HYE2EJRHK65YZT25C95Z5ZFT1M9U8RSKAJ7QA3K29L2BDL43QBKQFN1BVSMIZ5DAB4GKTMQLBQ7K98LJH70FWZWX5R5RXUZ8QSSNMNMMHC7BKWOWY3L0SM120ZGD59T2T5ONVCJN8NBD7INEROY3SWNZ45AQ8G48YKIPT5U9QNNWHLKPSWFOIUZ' where id=91; -update noar ti set v2='5PI4Q9TEN68K5DAGII5EBTQZ0YW4CH8WRMN0SXA69CXAV55P78BD3TXIRT6TVG54E0SK12YG85HYE2EJRHK65YZT25C95Z5ZFT1M9U8RSKAJ7QA3K29L2BDL43QBKQFN1BVSMIZ5DAB4GKTMQLBQ7K98LJH70FWZWX5R5RXUZ8QSSNMNMMHC7BKWOWY3L0SM120ZGD59T2T5ONVCJN8NBD7INEROY3SWNZ45AQ8G48YKIPT5U9QNNWHLKPSWFOIUZ' where id=91; -update noar tt set v3='HMCIFVLIP82EB98V66WN595HAFU5UZD2W10RR126OP0HTKEFXPQ9FCKEK094B6SNLMMKP606ULPU1S21YMFM1RDZFAM6D9N07DEPVFPSFRU8QBYUWX3H6PMELJZQ6LHP1I7Y26GOQC0NGTP7SPDDNG7A2KSBOOUHTDUXNV199ITGHOCFCE2Q1DL7T2HLTDJOMQ4HURE6PKVTOOJIYRJQGPA3WS2GJC018Q75QZ7UXL0L5A8QA9M0GSPOP8YMFOBF2' where id=91; -update noar ti set v3='HMCIFVLIP82EB98V66WN595HAFU5UZD2W10RR126OP0HTKEFXPQ9FCKEK094B6SNLMMKP606ULPU1S21YMFM1RDZFAM6D9N07DEPVFPSFRU8QBYUWX3H6PMELJZQ6LHP1I7Y26GOQC0NGTP7SPDDNG7A2KSBOOUHTDUXNV199ITGHOCFCE2Q1DL7T2HLTDJOMQ4HURE6PKVTOOJIYRJQGPA3WS2GJC018Q75QZ7UXL0L5A8QA9M0GSPOP8YMFOBF2' where id=91; -update noar tt set v0='785RE4HQE4VE16P5AWUB1V4J4DQJJBO8RP69GU94BEN98LHXML7F54A2Z1PK9XAH28J9K3MH86F6DLZ201JPNKXN38U7FLX7FJWIDYYM32JA6VC0NES00BCNAWU4QT5IV8J8A8KJ8EDAXB00OHFJ7SMDBDVXCV6ETLVL0JLKQSVPG93ZTD89061FVJ1AOW2B9EEEMM6KJKPLNGMO0NHP7US308Y90NI2YFDS1VLPX8NROVEUO9H7B9XVGWZSMKO3J' where id=92; -update noar ti set v0='785RE4HQE4VE16P5AWUB1V4J4DQJJBO8RP69GU94BEN98LHXML7F54A2Z1PK9XAH28J9K3MH86F6DLZ201JPNKXN38U7FLX7FJWIDYYM32JA6VC0NES00BCNAWU4QT5IV8J8A8KJ8EDAXB00OHFJ7SMDBDVXCV6ETLVL0JLKQSVPG93ZTD89061FVJ1AOW2B9EEEMM6KJKPLNGMO0NHP7US308Y90NI2YFDS1VLPX8NROVEUO9H7B9XVGWZSMKO3J' where id=92; -update noar tt set v1='0EAB2PKE0VSX30YVSJQA0WHFBN56CHFLCMTLDOEWUL1C3F08S1X0K2PUNJ5KYJLIDKOQW3A4N9YDFQLLVGCUERSQUUCZZ6ZXF3PEKD643XONVHBU1OIBIUSV2A2M4PU7NUZAL01LUZJGUI1EQUIWOXSML2OZNNFRJS3P98RB7AJ6MHPB3D5CH2WN7ROML9Q9P4Q3N2H6TY9ZN7BD3TKAQRBL1H1CNYM0PGKOO15MKHD7EWY10H80LGVFYNBBMBAAS' where id=92; -update noar ti set v1='0EAB2PKE0VSX30YVSJQA0WHFBN56CHFLCMTLDOEWUL1C3F08S1X0K2PUNJ5KYJLIDKOQW3A4N9YDFQLLVGCUERSQUUCZZ6ZXF3PEKD643XONVHBU1OIBIUSV2A2M4PU7NUZAL01LUZJGUI1EQUIWOXSML2OZNNFRJS3P98RB7AJ6MHPB3D5CH2WN7ROML9Q9P4Q3N2H6TY9ZN7BD3TKAQRBL1H1CNYM0PGKOO15MKHD7EWY10H80LGVFYNBBMBAAS' where id=92; -update noar tt set v2='2NJ4IUDLWPW0YBQ67EP3TRNDYMEP4LMAEDSRCVHW3VU5VUJ7U401VU5DCVO6RN4GMFU95CZCBL5BPXISWPSS9ID05H21MC5TDAQ0MNWQ85E69KFY4JRALHNEFWV1JFGLIF1AFSEN2CN5GL463TT9RPUKNJITW5ICZ5SQXD4VSKU94C7T9WU6QFW8MIDHCYYNI18GYQ23M6RCB2MRHOXIB9H78YI3191CI8BVLAT9W6GKABFKVM0MGV7V0Y7XP4352' where id=92; -update noar ti set v2='2NJ4IUDLWPW0YBQ67EP3TRNDYMEP4LMAEDSRCVHW3VU5VUJ7U401VU5DCVO6RN4GMFU95CZCBL5BPXISWPSS9ID05H21MC5TDAQ0MNWQ85E69KFY4JRALHNEFWV1JFGLIF1AFSEN2CN5GL463TT9RPUKNJITW5ICZ5SQXD4VSKU94C7T9WU6QFW8MIDHCYYNI18GYQ23M6RCB2MRHOXIB9H78YI3191CI8BVLAT9W6GKABFKVM0MGV7V0Y7XP4352' where id=92; -update noar tt set v3='JOZ0SGSDWBX0I0Z1JWZROGVYLQGHVI5RA0YVPGEG4C2MVK3F8HKWBTNZN05KV4SJJVTFML71ERZ1M3ZDOBCUIHXBE4V01B35PYOFYJJ83OWOUY93SAUSE62ZX5WJZSNUNGTJSN3R56VNP5OG0VD9YS70FQQVCTMQKL434AS124GGPRJKQ7AVSWRYO6PA8KF035TVPFCDWAENYPUPF7ZQQLJQ291VD850Q2SFGTJ22TJDNQVP40O4LQS3DXZVO2ZZA' where id=92; -update noar ti set v3='JOZ0SGSDWBX0I0Z1JWZROGVYLQGHVI5RA0YVPGEG4C2MVK3F8HKWBTNZN05KV4SJJVTFML71ERZ1M3ZDOBCUIHXBE4V01B35PYOFYJJ83OWOUY93SAUSE62ZX5WJZSNUNGTJSN3R56VNP5OG0VD9YS70FQQVCTMQKL434AS124GGPRJKQ7AVSWRYO6PA8KF035TVPFCDWAENYPUPF7ZQQLJQ291VD850Q2SFGTJ22TJDNQVP40O4LQS3DXZVO2ZZA' where id=92; -update noar tt set v0='DGCYFK8V52C5Q39UFQQI6GFV9MS2STLV1IVMQE8B3D5XVXHY0JGLH4QVNXM5X63RMO9XNQRMK1ZBW8K9B9Q2J4ANK8XIV3UF00ZQ5ZP51Z77E1UDIA0TY82H5SWNODE7SSE3LZJK4SROJ3W4LTMA3VIKBR8AROSTKU634XKY2ZQUUPD4295PMJED0ZRVDXP3SSEVM6WBTPDS37NGXA8TSYQFN59LR83GEYD24W26KAJIRQ6EGYLXFXQI56ZO1TZ47' where id=93; -update noar ti set v0='DGCYFK8V52C5Q39UFQQI6GFV9MS2STLV1IVMQE8B3D5XVXHY0JGLH4QVNXM5X63RMO9XNQRMK1ZBW8K9B9Q2J4ANK8XIV3UF00ZQ5ZP51Z77E1UDIA0TY82H5SWNODE7SSE3LZJK4SROJ3W4LTMA3VIKBR8AROSTKU634XKY2ZQUUPD4295PMJED0ZRVDXP3SSEVM6WBTPDS37NGXA8TSYQFN59LR83GEYD24W26KAJIRQ6EGYLXFXQI56ZO1TZ47' where id=93; -update noar tt set v1='X6UQMQPRLVDDO364Q5ZVKKIG7150PHH2IAK1UJ14RPMFDIC60TSCUWPFG89I85K0VU78SVGB74XE5Z8LKMH8BJL3CRLZNRROZIKFGF8SOL88ODQOM3QL6Q2TVNAO0S5QCO7VDFWVGG9Y78D29XNKLPG34YXQO9B2G43AY2CH6ICUNC8TXAHI7IFF8IE19073OZDW4UNV3ODEXOWNIHGPQS8LFEY62R7E0XZOXM14YA0MNQ9URB12029KOXJS5ADWN' where id=93; -update noar ti set v1='X6UQMQPRLVDDO364Q5ZVKKIG7150PHH2IAK1UJ14RPMFDIC60TSCUWPFG89I85K0VU78SVGB74XE5Z8LKMH8BJL3CRLZNRROZIKFGF8SOL88ODQOM3QL6Q2TVNAO0S5QCO7VDFWVGG9Y78D29XNKLPG34YXQO9B2G43AY2CH6ICUNC8TXAHI7IFF8IE19073OZDW4UNV3ODEXOWNIHGPQS8LFEY62R7E0XZOXM14YA0MNQ9URB12029KOXJS5ADWN' where id=93; -update noar tt set v2='QK5GWKB4T0VEGNP4JCJGEB2RHM5X9S1A42N33117H88ETLIJU4Z9L53SLUMZYA3VA64420NO3LFARVDSTKHUNYW4VEMP5MELEDU587HXCS9AXDPI54AOPH8EDR8AO0BPDKQOLL4NY726N1KVLA044I0MVFU63X61H7H3E8W1UT097PUOPAI1VVTMT4APDE8LAB567UZ2964ZTXSHGDLODX8Q2VX6IUBT37EE9A9VRO9X6ZXGRD1SLLZLKIRUGFDF5' where id=93; -update noar ti set v2='QK5GWKB4T0VEGNP4JCJGEB2RHM5X9S1A42N33117H88ETLIJU4Z9L53SLUMZYA3VA64420NO3LFARVDSTKHUNYW4VEMP5MELEDU587HXCS9AXDPI54AOPH8EDR8AO0BPDKQOLL4NY726N1KVLA044I0MVFU63X61H7H3E8W1UT097PUOPAI1VVTMT4APDE8LAB567UZ2964ZTXSHGDLODX8Q2VX6IUBT37EE9A9VRO9X6ZXGRD1SLLZLKIRUGFDF5' where id=93; -update noar tt set v3='MD2G12QTM7C1ADRLCAQIA3K91899IXUVBL9I2R90EOCPMKM8METIYDDJFUZA85HDLDBO2KI30IAJC5P4L195QRIHBTV18I30GB5QWBG9DPU3S4SAP4BIRNUBW871W4BJJM4B8LRW7SNT7QEFBR7L5MU52JCAZOPWNGGDN63XUKKZL929LPWUY7IRYVHIROFE9K3WMFBYCWP21VFB3KI7QICAWU6OR4LGQHLFZ92FXZABR7D4B0O75LZKUU3GO8SEK' where id=93; -update noar ti set v3='MD2G12QTM7C1ADRLCAQIA3K91899IXUVBL9I2R90EOCPMKM8METIYDDJFUZA85HDLDBO2KI30IAJC5P4L195QRIHBTV18I30GB5QWBG9DPU3S4SAP4BIRNUBW871W4BJJM4B8LRW7SNT7QEFBR7L5MU52JCAZOPWNGGDN63XUKKZL929LPWUY7IRYVHIROFE9K3WMFBYCWP21VFB3KI7QICAWU6OR4LGQHLFZ92FXZABR7D4B0O75LZKUU3GO8SEK' where id=93; -update noar tt set v0='H11BFIZVDXIQJSLBQRQ5J8F5H50NY1Q8VIN7KZM72TOK3E1XBJXV3ABNPPV9FEH3RDYXGL37XK2Z2HOQVUTS3RBKHELHI08TJD0AFBBSCXGLRWMG3OZ6Q1GH49BSOIUWWXUM84S441W33FRE3U9XIS8F69LEXY81L4V8B9CEQ5AX7J2NR43W80IIRJXWDF20283YSJKHDB9GHMXWE988IXFUG29CCBKAEMAUPVA9L475WSXQ4VYI8UOOKCOT6X5TQ' where id=94; -update noar ti set v0='H11BFIZVDXIQJSLBQRQ5J8F5H50NY1Q8VIN7KZM72TOK3E1XBJXV3ABNPPV9FEH3RDYXGL37XK2Z2HOQVUTS3RBKHELHI08TJD0AFBBSCXGLRWMG3OZ6Q1GH49BSOIUWWXUM84S441W33FRE3U9XIS8F69LEXY81L4V8B9CEQ5AX7J2NR43W80IIRJXWDF20283YSJKHDB9GHMXWE988IXFUG29CCBKAEMAUPVA9L475WSXQ4VYI8UOOKCOT6X5TQ' where id=94; -update noar tt set v1='WPC7JU4ENGC774U45EX78DMKHIZ30Y3K57FQ8P0JCHM3YI794O39DLY2D7YS9LN5XZ9DCIAU3UHY4JG6OT9OCWJLIKCNX06RVYUML9WS0OA1ZCOO4AHXOH1Y34KPHYO9MU09DH88J4IBADOPC5TCADI3OFDFJGW5IE96ZFXVXLL3ZGVANB637LHS7F6NXHDH49C6ULHU8KX8W86TZV1BEWS7HEVXDDM41IKMXB862OJCRRP86M7O10GTZF73CQIVE' where id=94; -update noar ti set v1='WPC7JU4ENGC774U45EX78DMKHIZ30Y3K57FQ8P0JCHM3YI794O39DLY2D7YS9LN5XZ9DCIAU3UHY4JG6OT9OCWJLIKCNX06RVYUML9WS0OA1ZCOO4AHXOH1Y34KPHYO9MU09DH88J4IBADOPC5TCADI3OFDFJGW5IE96ZFXVXLL3ZGVANB637LHS7F6NXHDH49C6ULHU8KX8W86TZV1BEWS7HEVXDDM41IKMXB862OJCRRP86M7O10GTZF73CQIVE' where id=94; -update noar tt set v2='TQO5EOT4LBPGC3PCJIJVZ6YMHOEZPSCI8S6HDAPJTS95E178XYUY53HFHSYXT4I9ELX7G2QDOBSD76ABGMHY2W96V0KT7FTF18035Y6RW8NDFPZBYSCJY99IM1PV0ELMI1QKN3ZAUQM8RY6VOY7MREQLGLCVYLOXQZ2L9CK4R5J3R0ZVZZBSJWZFDH25K8LNM3OPHZE57ENKK8TLLIJS6PV1Q011NCHGD61BLGZZD3KZD4X8U0XTPN57J873UHG6P' where id=94; -update noar ti set v2='TQO5EOT4LBPGC3PCJIJVZ6YMHOEZPSCI8S6HDAPJTS95E178XYUY53HFHSYXT4I9ELX7G2QDOBSD76ABGMHY2W96V0KT7FTF18035Y6RW8NDFPZBYSCJY99IM1PV0ELMI1QKN3ZAUQM8RY6VOY7MREQLGLCVYLOXQZ2L9CK4R5J3R0ZVZZBSJWZFDH25K8LNM3OPHZE57ENKK8TLLIJS6PV1Q011NCHGD61BLGZZD3KZD4X8U0XTPN57J873UHG6P' where id=94; -update noar tt set v3='W9Y750CILBYT3Z127LDRTG7RZQNCVB9OAQIHMSOSYM82F7H732IZ5WAO0NBY15SXE9N2H3PSRLAL75FT9KDW79M1SE9T89ANRHNAAA11CIE0AI2NCZVFJFT0EP3ZWYLVRY354B1AS2OXH889OCQ9CRQGZ9RRS6DNFY7Y6PL3CREQH6B3OXWMIWX3BQR8DD5AE43Z1DBC8KRZVS5GZZ2YKX3113TMGB15TE6CI97A51SJSI25JZ0L86UCUV44HERY5' where id=94; -update noar ti set v3='W9Y750CILBYT3Z127LDRTG7RZQNCVB9OAQIHMSOSYM82F7H732IZ5WAO0NBY15SXE9N2H3PSRLAL75FT9KDW79M1SE9T89ANRHNAAA11CIE0AI2NCZVFJFT0EP3ZWYLVRY354B1AS2OXH889OCQ9CRQGZ9RRS6DNFY7Y6PL3CREQH6B3OXWMIWX3BQR8DD5AE43Z1DBC8KRZVS5GZZ2YKX3113TMGB15TE6CI97A51SJSI25JZ0L86UCUV44HERY5' where id=94; -update noar tt set v0='6EH7QOIVOHN03HU0CUMJ0N2D4WM04O1P7UFKK2HJAP1A4PMOYXI4UB7SJ9NQ6K734OVFRAAB7L7IC1AZGVYECSFPS1KJX2XBJOGLFLSRADJLPSVOD56DXV0G8I7OFHH9UW9XCKR7F0547HZ1ZA6QN1PQBA25HW02EWAR909H3KZ7P8ULQXK07MRWELUUG6DR6S9WPU0OSPM73B5JMJ0R3PNTDT37JZB28VCUZQWFZYKXP25LGAMWXWZ9G6E40AF5X' where id=95; -update noar ti set v0='6EH7QOIVOHN03HU0CUMJ0N2D4WM04O1P7UFKK2HJAP1A4PMOYXI4UB7SJ9NQ6K734OVFRAAB7L7IC1AZGVYECSFPS1KJX2XBJOGLFLSRADJLPSVOD56DXV0G8I7OFHH9UW9XCKR7F0547HZ1ZA6QN1PQBA25HW02EWAR909H3KZ7P8ULQXK07MRWELUUG6DR6S9WPU0OSPM73B5JMJ0R3PNTDT37JZB28VCUZQWFZYKXP25LGAMWXWZ9G6E40AF5X' where id=95; -update noar tt set v1='5F5NA2DAJF52WVJZIPTVS277X9YJG5X0WE98SRQ5P00TF072U92VFG5BEHZXIPB9Y88137RSUR571QM9AGC0ZNDMOXTYOFW08LVJSF3EL4KQIDZN3MO28KE1WMNPPK4VM5A1AO65SDLFUSQYO0ZED3HKFG05JWNFC99GMC23K1LYC78RTJINJVZU2LI75M35MQZ3UU2ZMYDL2T0FTUDJ4RE74UE9AKYU6D4F7O9MY5SVPBBCFSVD0EAZAHBJVWK88' where id=95; -update noar ti set v1='5F5NA2DAJF52WVJZIPTVS277X9YJG5X0WE98SRQ5P00TF072U92VFG5BEHZXIPB9Y88137RSUR571QM9AGC0ZNDMOXTYOFW08LVJSF3EL4KQIDZN3MO28KE1WMNPPK4VM5A1AO65SDLFUSQYO0ZED3HKFG05JWNFC99GMC23K1LYC78RTJINJVZU2LI75M35MQZ3UU2ZMYDL2T0FTUDJ4RE74UE9AKYU6D4F7O9MY5SVPBBCFSVD0EAZAHBJVWK88' where id=95; -update noar tt set v2='Q2LDQOBULXJYLQOXWFCE3RSBY0V05RTKQCTYQETDUKUJZTLUUK01X7HGB4X0UZ67YG2CYE7O5PWYKXCOT9LNCVKWEG5Q4IGA5W4T9T1NFPA4LJ7EISBXHWA109RFB5AJMM2O7MZ57HHCD71E6AMLOFC90MSKXPUTW58D12FDRPUSZ18Z2R75D7Q0ED2BHKHAH6NT0BUDYBY6EIVCMATYKT7O6O51FDWA5LJPF3DLQF7NJVS5I7A3XG3L2B33K1O7V' where id=95; -update noar ti set v2='Q2LDQOBULXJYLQOXWFCE3RSBY0V05RTKQCTYQETDUKUJZTLUUK01X7HGB4X0UZ67YG2CYE7O5PWYKXCOT9LNCVKWEG5Q4IGA5W4T9T1NFPA4LJ7EISBXHWA109RFB5AJMM2O7MZ57HHCD71E6AMLOFC90MSKXPUTW58D12FDRPUSZ18Z2R75D7Q0ED2BHKHAH6NT0BUDYBY6EIVCMATYKT7O6O51FDWA5LJPF3DLQF7NJVS5I7A3XG3L2B33K1O7V' where id=95; -update noar tt set v3='REKOS1KNF5KJOVW58D7X5AZP883BHX8A2GOE8FJBNYXBKMERMYY2L2L0LMTNYNK538E4MJN79BEQ76KVF3Q26VNTZY7HEHZI2L1VXJK5KI1CC5SWNZF96V8H533EF2C331NZX1RTUIIXAGBX9M3UQPZDLM7R5FVO0T1BU1EGM3W9KVYOLELU65V7WWHSYNA6AQNBPEL9M4PGIOJG8XN8M9ZV1TM6XBLUEZKQGX2WDEIN9EE7QOOB7LO7HF833O9U8' where id=95; -update noar ti set v3='REKOS1KNF5KJOVW58D7X5AZP883BHX8A2GOE8FJBNYXBKMERMYY2L2L0LMTNYNK538E4MJN79BEQ76KVF3Q26VNTZY7HEHZI2L1VXJK5KI1CC5SWNZF96V8H533EF2C331NZX1RTUIIXAGBX9M3UQPZDLM7R5FVO0T1BU1EGM3W9KVYOLELU65V7WWHSYNA6AQNBPEL9M4PGIOJG8XN8M9ZV1TM6XBLUEZKQGX2WDEIN9EE7QOOB7LO7HF833O9U8' where id=95; -update noar tt set v0='FAAXUMQKWZIUTMKRYCF2CX25NLPKPG6MQ8CO4N030L52E79HDW3Q4LS2CV8F4WYKWQPP9QFJ9ES33XKMXLOMGXWVVHMGJNWUJG1X2EQA20K01CK855O3OED02VIG92SWAKHS4265HHUDIV4YZJYOXVD706BTSZV128OGQ6UKU4BHIYCCTMHA7Y92D8J9Y4X2D6BXIOYFX6D4E0OXULQUCK5JOU3P55M7QY7P6SB1GVJFZPJ887Q2LYXHQ6TZJ8UH8' where id=96; -update noar ti set v0='FAAXUMQKWZIUTMKRYCF2CX25NLPKPG6MQ8CO4N030L52E79HDW3Q4LS2CV8F4WYKWQPP9QFJ9ES33XKMXLOMGXWVVHMGJNWUJG1X2EQA20K01CK855O3OED02VIG92SWAKHS4265HHUDIV4YZJYOXVD706BTSZV128OGQ6UKU4BHIYCCTMHA7Y92D8J9Y4X2D6BXIOYFX6D4E0OXULQUCK5JOU3P55M7QY7P6SB1GVJFZPJ887Q2LYXHQ6TZJ8UH8' where id=96; -update noar tt set v1='AVB7L0JPH7EAEIWJBTF17FS34SU9LT3GWLYWJWL0X0V0YUYBT85P9Q9IX57TTDUA609O7RVDVLXX2IQJ9DBLZYUVSEXDK8Z2VC0HB9JRMM98OXK7ZUF4BQEB7EPO39U9IPFG0G0MIAMDWGNWYQC1QHAQYEOHXZ6TBV39QKF5WLF25I8OMWMRTW81SC9JEPIFVQNKTTATW720V9Y8HIS1XJT9UGXWJZFK3OJZ98Q30AR38GURYFZPVLAEXMWF1TLZ7' where id=96; -update noar ti set v1='AVB7L0JPH7EAEIWJBTF17FS34SU9LT3GWLYWJWL0X0V0YUYBT85P9Q9IX57TTDUA609O7RVDVLXX2IQJ9DBLZYUVSEXDK8Z2VC0HB9JRMM98OXK7ZUF4BQEB7EPO39U9IPFG0G0MIAMDWGNWYQC1QHAQYEOHXZ6TBV39QKF5WLF25I8OMWMRTW81SC9JEPIFVQNKTTATW720V9Y8HIS1XJT9UGXWJZFK3OJZ98Q30AR38GURYFZPVLAEXMWF1TLZ7' where id=96; -update noar tt set v2='VTGHTU2UTBEA0Q2C9VHJBGB3A2SG9YL68EH0N3HKIN8RL3ZQM9G2MYZCICJ5X9WGJ26HGLNXGBD61ZT3VPTRUT9V2NSPA2441VQYACSCM3J160CYBZ71PWWKPI1THMQWXD7RSQBBLQYJB9GYLIXSLXIHBVMFAEVGR1H4SRKMCTFX0EKVVM8UQ394F22FVZPTO8LNA3N7BCASHK7YOZM2AMW03PXHD7K4IKSHBZ524VRRER0T35PZICZNHSFO34Z4W' where id=96; -update noar ti set v2='VTGHTU2UTBEA0Q2C9VHJBGB3A2SG9YL68EH0N3HKIN8RL3ZQM9G2MYZCICJ5X9WGJ26HGLNXGBD61ZT3VPTRUT9V2NSPA2441VQYACSCM3J160CYBZ71PWWKPI1THMQWXD7RSQBBLQYJB9GYLIXSLXIHBVMFAEVGR1H4SRKMCTFX0EKVVM8UQ394F22FVZPTO8LNA3N7BCASHK7YOZM2AMW03PXHD7K4IKSHBZ524VRRER0T35PZICZNHSFO34Z4W' where id=96; -update noar tt set v3='UFJ5JLTP7WUETVGL7QAV005KL9XZ2MNNTHP7O5012TUVA6BGJ79UDMQC5OGYYCW98IZ1WOW35ZB0FSGY2BP8FGJZZ835HRNPSDJ6M2SSWLYMO2IJ6J5F0VYS84NKECE7X53K6RTBDDO0VB3ZM32Z49M8ZCVN7GT8IVEQ9O3SNQMRNY65CRVAK1VSI55E8ZUVY4IWHF6GFI7X6G6H2R75IGA1ASR0BGVBDF32IYWT4DSPJ1II3UCA9D19FLX3NC2ZX' where id=96; -update noar ti set v3='UFJ5JLTP7WUETVGL7QAV005KL9XZ2MNNTHP7O5012TUVA6BGJ79UDMQC5OGYYCW98IZ1WOW35ZB0FSGY2BP8FGJZZ835HRNPSDJ6M2SSWLYMO2IJ6J5F0VYS84NKECE7X53K6RTBDDO0VB3ZM32Z49M8ZCVN7GT8IVEQ9O3SNQMRNY65CRVAK1VSI55E8ZUVY4IWHF6GFI7X6G6H2R75IGA1ASR0BGVBDF32IYWT4DSPJ1II3UCA9D19FLX3NC2ZX' where id=96; -update noar tt set v0='2257OFXUKLFS2FB5DWHAL2W2YCLFCWSIZ1OYHQXG7DIU8MR0M5N22GZHSIK17MSZ19SGW6LWPUS6DEMLI8LNUHYOUUR6VHWJ9V1EOFVTKPH91AIG559AH6VGZHGDW5G42RCTNQ9LVVYHOQZ9P0VEW0D96WCJHSKUG07ZZFZUB6Q2J4RQ828O09OHJJOP8XF5R5WYBRYCVZL965JLKB58YMLXOMHO8MJTI8SO3XB8QX30O4Z1TY5OTCC734ISR5OR8' where id=97; -update noar ti set v0='2257OFXUKLFS2FB5DWHAL2W2YCLFCWSIZ1OYHQXG7DIU8MR0M5N22GZHSIK17MSZ19SGW6LWPUS6DEMLI8LNUHYOUUR6VHWJ9V1EOFVTKPH91AIG559AH6VGZHGDW5G42RCTNQ9LVVYHOQZ9P0VEW0D96WCJHSKUG07ZZFZUB6Q2J4RQ828O09OHJJOP8XF5R5WYBRYCVZL965JLKB58YMLXOMHO8MJTI8SO3XB8QX30O4Z1TY5OTCC734ISR5OR8' where id=97; -update noar tt set v1='PCWGA3O10XR00QS2SWXP0U7JQH8G0O5U6H3GK8TONZCESJJBF97BKWFRCNE9N58SPDMWIC3QL7U4QD3MBLMVAJO062J3JLE6HBNUOV6SJL0UEZLQKG80ZG4DS51V9NU9DQICOPGAXPNUO59V680NATGNIH0E5O0KJE30NNW4ZZ0ILP5H9QS5ZJ8RHT1MG8QABXSRVS0RS4C661EW8YNO3X6ZWMLZ133IHJVUPJNUPKTCXT027620U4IYBPPZ14E0L' where id=97; -update noar ti set v1='PCWGA3O10XR00QS2SWXP0U7JQH8G0O5U6H3GK8TONZCESJJBF97BKWFRCNE9N58SPDMWIC3QL7U4QD3MBLMVAJO062J3JLE6HBNUOV6SJL0UEZLQKG80ZG4DS51V9NU9DQICOPGAXPNUO59V680NATGNIH0E5O0KJE30NNW4ZZ0ILP5H9QS5ZJ8RHT1MG8QABXSRVS0RS4C661EW8YNO3X6ZWMLZ133IHJVUPJNUPKTCXT027620U4IYBPPZ14E0L' where id=97; -update noar tt set v2='T58S91X3BNFNRYPR3IMKC9D6UJOZA7BJ19Q9EC0TZJFHJIQAI8C4RUE71REVF85BRQ7M7UAPK6L2UUW6WVTGY9W2JAN1D1WLC5OV8DL7ZXUT6QAPLSR5VX5I7JEE0ZLBUVV0ST7LBH7444Y01YJ0TZGX3LFKAGPPWMGTQ3KJ4FV9Q9L3M6Q0BXTOYTH225XK5NG9Y3MD8WBI2CN2PIUNONJXQGXXJ8GIZMDWFWNV7L9IJXVPDJAXISI14EQD0I1LL' where id=97; -update noar ti set v2='T58S91X3BNFNRYPR3IMKC9D6UJOZA7BJ19Q9EC0TZJFHJIQAI8C4RUE71REVF85BRQ7M7UAPK6L2UUW6WVTGY9W2JAN1D1WLC5OV8DL7ZXUT6QAPLSR5VX5I7JEE0ZLBUVV0ST7LBH7444Y01YJ0TZGX3LFKAGPPWMGTQ3KJ4FV9Q9L3M6Q0BXTOYTH225XK5NG9Y3MD8WBI2CN2PIUNONJXQGXXJ8GIZMDWFWNV7L9IJXVPDJAXISI14EQD0I1LL' where id=97; -update noar tt set v3='ELR5OYU9FXZFHMBF3J2HG47AII8Y02M473OWKDEZ2AK6V3JKJWXQLM4K1Z27YA0VS6ZROJNK2RVEGWWEQBNK0AAPXZUSCJUQKD4NOGVMX3T6BNJSAGTV6NJHQHPHUZ85YJXVUD9FM1K6RK855XRKYU4MVDNB6PH9NY9OGOHR5E04LA34YRE4L8P780ERJD5OAG347T8XAMB038NGQADTYLX3PDI0MN1IXYK1A1OEZC6AIED8IPYFMQ59QQGOGLP93' where id=97; -update noar ti set v3='ELR5OYU9FXZFHMBF3J2HG47AII8Y02M473OWKDEZ2AK6V3JKJWXQLM4K1Z27YA0VS6ZROJNK2RVEGWWEQBNK0AAPXZUSCJUQKD4NOGVMX3T6BNJSAGTV6NJHQHPHUZ85YJXVUD9FM1K6RK855XRKYU4MVDNB6PH9NY9OGOHR5E04LA34YRE4L8P780ERJD5OAG347T8XAMB038NGQADTYLX3PDI0MN1IXYK1A1OEZC6AIED8IPYFMQ59QQGOGLP93' where id=97; -update noar tt set v0='PPZV0EDGI7ZL7GY81JGDYNOM2C58PD0MX2XFOC99C94BIPS89HBE0QWJM69W5TX37WICUILTDTERRFN8MNR4CK2WVKMXJI2LZAZTQTIKXDKIWXQZW34FCSP64P9QCAFNBDBJCODEGPCFVP5AZC3GYEXIMWB8IU7PVBUXK481YL49T4P99H0CI6WCMZBNEDT500DG6DE1F6QM5IQGW5I4MHQVKEHGMOYE8A66AC946MRUPJ8WMJ2CGBPTQT8VYYMUF' where id=98; -update noar ti set v0='PPZV0EDGI7ZL7GY81JGDYNOM2C58PD0MX2XFOC99C94BIPS89HBE0QWJM69W5TX37WICUILTDTERRFN8MNR4CK2WVKMXJI2LZAZTQTIKXDKIWXQZW34FCSP64P9QCAFNBDBJCODEGPCFVP5AZC3GYEXIMWB8IU7PVBUXK481YL49T4P99H0CI6WCMZBNEDT500DG6DE1F6QM5IQGW5I4MHQVKEHGMOYE8A66AC946MRUPJ8WMJ2CGBPTQT8VYYMUF' where id=98; -update noar tt set v1='MHE8ZHDRQMBO2NN7RQVMUJNFF1HZJLSBMHBYWO0YAZFO3D28C3O0GYH3IMCKBH8IOCIGWS89W56Y0J96HMUKJKCYOMWDTH02RYZ54WLQGERGQ3T92H7KUGYKS8OI06GGE04RAHEJ33BTF8KGBPCBJC62UP4K4T8X1M0MX4S8GIYGUTV0YKAAJVOPZTTMMYTK9KMCHHXTLHN36J88IFHW37N3J9FRTZDTI2EYW7XDNHYXZ6AB5XCNMQP8MMPVTO4M3' where id=98; -update noar ti set v1='MHE8ZHDRQMBO2NN7RQVMUJNFF1HZJLSBMHBYWO0YAZFO3D28C3O0GYH3IMCKBH8IOCIGWS89W56Y0J96HMUKJKCYOMWDTH02RYZ54WLQGERGQ3T92H7KUGYKS8OI06GGE04RAHEJ33BTF8KGBPCBJC62UP4K4T8X1M0MX4S8GIYGUTV0YKAAJVOPZTTMMYTK9KMCHHXTLHN36J88IFHW37N3J9FRTZDTI2EYW7XDNHYXZ6AB5XCNMQP8MMPVTO4M3' where id=98; -update noar tt set v2='SWJ9LT09OCC8EVXVTOFW27OXE71E9F49XOLWOG49Z8755GNPS5QH5X6AJ3IUPOGR0R6DQY9ABXIEZB3KQLRLMT50C7YVDJ0F4A3RRJ42N19UFEM34Y6115Y4UBLY7RA794MV1DZGDXR34T8KB6QR2ZFX3ZX8UT0965P9T2FR51JGBS3VOWPR5SD9IRGI9Y62NQ9WH569HZBM8IHAAVZ7Q9EZEE9J95ZYYC4QAOHY9GMUD2QMGEJYL5QSEC6MHXD4K' where id=98; -update noar ti set v2='SWJ9LT09OCC8EVXVTOFW27OXE71E9F49XOLWOG49Z8755GNPS5QH5X6AJ3IUPOGR0R6DQY9ABXIEZB3KQLRLMT50C7YVDJ0F4A3RRJ42N19UFEM34Y6115Y4UBLY7RA794MV1DZGDXR34T8KB6QR2ZFX3ZX8UT0965P9T2FR51JGBS3VOWPR5SD9IRGI9Y62NQ9WH569HZBM8IHAAVZ7Q9EZEE9J95ZYYC4QAOHY9GMUD2QMGEJYL5QSEC6MHXD4K' where id=98; -update noar tt set v3='JCOI29KEC0NYM1G3ZGCEYW8GGJKG8BZ5XNK0WKBWU0H0RN3XJ3GT5L2Y7LF0PHRE0KNCX9EOE6KMCPZJ5CWA88C6YAEGS4U5LNQ55CFUQCF8PIIT9VV4NHMV0MHM91D01NGTTVY3Z4B1O7QQNZGB52781EYNX0UT5OQMD19IETHNFI1FH80HS03RXPJRA49448T726CY77U5T338NONRYUF2PP40D3Z05LG8V0382Y7ULY0UR5ZVZ1BB812OQUEBT' where id=98; -update noar ti set v3='JCOI29KEC0NYM1G3ZGCEYW8GGJKG8BZ5XNK0WKBWU0H0RN3XJ3GT5L2Y7LF0PHRE0KNCX9EOE6KMCPZJ5CWA88C6YAEGS4U5LNQ55CFUQCF8PIIT9VV4NHMV0MHM91D01NGTTVY3Z4B1O7QQNZGB52781EYNX0UT5OQMD19IETHNFI1FH80HS03RXPJRA49448T726CY77U5T338NONRYUF2PP40D3Z05LG8V0382Y7ULY0UR5ZVZ1BB812OQUEBT' where id=98; -update noar tt set v0='L2I9WV9C7179KOVWGEBPR14V2R8KHW9ADCF27C1QS2LWYBOU4SIPEJK86PMMNGZQ5XDXPT4QNS3F5N8DN5L9V934ER2JYAA6PFZ61WPBVDB3WMEBAVQZ53B64V74RRA1Z6KC9EFI9ZGDJU45WJY7XIQGUUXRCI60EA6AUCYI36RON8K1E1Z4BSYK1N2GPWKPK8K25XEJWH99NK5BGSUZGMSDT15D6I2A9BNHMS4DUFFGTX9TBHKDULLZTUENPHXSB' where id=99; -update noar ti set v0='L2I9WV9C7179KOVWGEBPR14V2R8KHW9ADCF27C1QS2LWYBOU4SIPEJK86PMMNGZQ5XDXPT4QNS3F5N8DN5L9V934ER2JYAA6PFZ61WPBVDB3WMEBAVQZ53B64V74RRA1Z6KC9EFI9ZGDJU45WJY7XIQGUUXRCI60EA6AUCYI36RON8K1E1Z4BSYK1N2GPWKPK8K25XEJWH99NK5BGSUZGMSDT15D6I2A9BNHMS4DUFFGTX9TBHKDULLZTUENPHXSB' where id=99; -update noar tt set v1='3YNWGOW6CV4GMJAWES6GY0RIZLCYXJQV0GP9SB089WRV1LAIIQOEHS1NDVZTD0N5DJH6SFXIAR5B86F4F14CK9ND8RZOQ55X59PK3L7Z8E36UNTNFE5C1852AZEC1P1TY8QPINDZO5QBSBKRXOG0TWE4OAJ082PIO6KJZVMHDI5ANLKLPRP7N9O6OIFJLB5EM9M04SGFOWSRJDGPZJXGUUHUE9VRY21DM7A0RC6N3YZFNJG8Q6XQIY3J8JTQRO64V' where id=99; -update noar ti set v1='3YNWGOW6CV4GMJAWES6GY0RIZLCYXJQV0GP9SB089WRV1LAIIQOEHS1NDVZTD0N5DJH6SFXIAR5B86F4F14CK9ND8RZOQ55X59PK3L7Z8E36UNTNFE5C1852AZEC1P1TY8QPINDZO5QBSBKRXOG0TWE4OAJ082PIO6KJZVMHDI5ANLKLPRP7N9O6OIFJLB5EM9M04SGFOWSRJDGPZJXGUUHUE9VRY21DM7A0RC6N3YZFNJG8Q6XQIY3J8JTQRO64V' where id=99; -update noar tt set v2='2QS184OQUSY2T1FOAWQIE57GN9DGAXSDLAASV89Q3FBLHZXOLFJUFNBHVAHYXCG42R8PZL3BQ1RRAID83P7N4YMMGZDKG4UM7CKVVJN5M36MR574PDLC1ADMBHRFLO4CO39HP4LPUMMVY22M0QDSJILNIM4H7YUS32R8OE7MURE1N2GIRB93JQUHY5OZG743QWEY6Y98ADMP7P1YL3XDBSVZKQ2DVLN4NTC37HV3F1T0OZ5ATLLGTZPARNF4BII0A' where id=99; -update noar ti set v2='2QS184OQUSY2T1FOAWQIE57GN9DGAXSDLAASV89Q3FBLHZXOLFJUFNBHVAHYXCG42R8PZL3BQ1RRAID83P7N4YMMGZDKG4UM7CKVVJN5M36MR574PDLC1ADMBHRFLO4CO39HP4LPUMMVY22M0QDSJILNIM4H7YUS32R8OE7MURE1N2GIRB93JQUHY5OZG743QWEY6Y98ADMP7P1YL3XDBSVZKQ2DVLN4NTC37HV3F1T0OZ5ATLLGTZPARNF4BII0A' where id=99; -update noar tt set v3='GSTHW6G2VM1R3YG9RI9KQIMUAO37JPPXHVUL6AXRRA1AV2730CYIKKOQTAL1A2S4NFSV1YDKRWE854E2I7XY12GYDJ1P41WMFYOA3IW4UPAXR1JI5B5RNJI9IXZJEXOT7DWI6XUZ1GF6HDNU480SB6HNM6ZEJBROFRWEIK0T12CCTP7VOQ10H18WGEG5K9NCSGCO6B3328U663KYNC107S58LHXF02I2WI69CBGF3OE2ISAOYH2UIDN7PWFVR5XNL' where id=99; -update noar ti set v3='GSTHW6G2VM1R3YG9RI9KQIMUAO37JPPXHVUL6AXRRA1AV2730CYIKKOQTAL1A2S4NFSV1YDKRWE854E2I7XY12GYDJ1P41WMFYOA3IW4UPAXR1JI5B5RNJI9IXZJEXOT7DWI6XUZ1GF6HDNU480SB6HNM6ZEJBROFRWEIK0T12CCTP7VOQ10H18WGEG5K9NCSGCO6B3328U663KYNC107S58LHXF02I2WI69CBGF3OE2ISAOYH2UIDN7PWFVR5XNL' where id=99; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; +--source ../include/fast_update_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_varchar.inc + +--perl + my $nrows = 100; + open(FILE, '>', "$ENV{GENERATED}") or die; + foreach my $t ('varchar', 'varbinary') { + foreach my $l (32, 256) { + foreach my $n ('null', 'not null') { + test_varchar($t, $l, $n, $nrows) + } + } + } + close FILE; + + sub test_varchar { + my $t = shift; + my $l = shift; + my $n = shift; + my $nrows = shift; + + print FILE "create table tt (id bigint unsigned primary key,\n"; + print FILE " f0 int $n,\n"; + foreach my $i (0..3) { + print FILE " v$i $t($l) $n,\n"; + } + print FILE " b0 text $n\n"; + print FILE ") engine=tokudb;\n"; + + if ($n eq 'null') { + print FILE "insert into tt (id) values (0);\n"; + } + print FILE "insert into tt values (1, 2, 'a', 'b', 'c', 'd', 'e');\n"; + foreach my $i (2..($nrows - 1)) { + print FILE "insert into tt values ($i, ". + ($i + 1). + ", '', '', '', '', '');\n"; + } + + print FILE "create table ti like tt;\n"; + print FILE "alter table ti engine=innodb;\n"; + print FILE "insert into ti select * from tt;\n"; + + my @nulltest = ('null this', 'null is', 'null a', 'null test'); + foreach my $i (0..$#nulltest) { + print FILE "update tt set v$i = '$nulltest[$i] $i' where id = 0;\n"; + print FILE "update ti set v$i = '$nulltest[$i] $i' where id = 0;\n"; + } + + my @test = ('this' ,'is', 'another', 'test'); + foreach my $i (0..$#test) { + print FILE "update tt set v$i = '$test[$i] $i' where id = 1;\n"; + print FILE "update ti set v$i='$test[$i] $i' where id = 1;\n"; + } + + foreach my $id (2 .. ($nrows - 1)) { + foreach my $i (0 .. 3) { + my $long_str = rnd_str($l, ("A" .. "Z", 0 .. 9)); + print FILE "update tt set v$i='$long_str' where id=$id;\n"; + print FILE "update ti set v$i='$long_str' where id=$id;\n"; + } + } + + print FILE 'let $diff_tables = test.tt, test.ti;'."\n"; + print FILE "source include/diff_tables.inc;\n"; + + print FILE "drop table tt, ti;\n"; + } + + sub rnd_str { join '', @_[ map{ rand @_ } 1 .. shift ] } + +EOF + +--source ../include/fast_update_gen_footer_silent.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_bin_pad.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_bin_pad.test index d1eb8500c556bf38e1c1046132d1656f7ec5157e..5673c9d1542be248f7eef6523aef690924abf05d 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_bin_pad.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_bin_pad.test @@ -1,21 +1,16 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; +set tokudb_enable_fast_upsert=1; +source ../include/setup_fast_update_upsert.inc; -disable_warnings; -drop table if exists t0, t1; -enable_warnings; - -set tokudb_disable_slow_upsert=1; - -create table t0 (id int primary key, b binary(32)); +create table t0 (id int primary key, b binary(32)) engine = tokudb; create table t1 like t0; -insert noar into t0 values (1,'hi'),(2,'there'); +insert into t0 values (1,'hi'),(2,'there'); select * from t0; -insert noar into t1 values (1,null),(2,null); -insert noar into t1 values (1,null) on duplicate key update b='hi'; -insert noar into t1 values (2,null) on duplicate key update b='there'; +insert into t1 values (1,null),(2,null); +insert into t1 values (1,null) on duplicate key update b='hi'; +insert into t1 values (2,null) on duplicate key update b='there'; select * from t1; let $diff_tables = test.t0, test.t1; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_char.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_char.test index aa06b3202e4dbae9c55dfb1d21a97bc451370456..afe4d3c86dcf73aff8dc4fa7199d852b3b3a43f3 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_char.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_char.test @@ -1,35 +1,30 @@ source include/have_tokudb.inc; source include/have_innodb.inc; -set default_storage_engine='tokudb'; +set tokudb_enable_fast_upsert=1; +source ../include/setup_fast_update_upsert.inc; -disable_warnings; -drop table if exists tt, ti; -enable_warnings; - -set tokudb_disable_slow_upsert=1; - -create table tt (id int primary key, c char(32), b binary(32)); +create table tt (id int primary key, c char(32), b binary(32)) engine = tokudb; create table ti like tt; alter table ti engine=innodb; -insert noar into tt values (1,null,null) on duplicate key update c='hi'; -insert noar into ti values (1,null,null) on duplicate key update c='hi'; +insert into tt values (1,null,null) on duplicate key update c='hi'; +insert into ti values (1,null,null) on duplicate key update c='hi'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -insert noar into tt values (1,null,null) on duplicate key update c='there'; -insert noar into ti values (1,null,null) on duplicate key update c='there'; +insert into tt values (1,null,null) on duplicate key update c='there'; +insert into ti values (1,null,null) on duplicate key update c='there'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -insert noar into tt values (1,null,null) on duplicate key update b='you'; -insert noar into ti values (1,null,null) on duplicate key update b='you'; +insert into tt values (1,null,null) on duplicate key update b='you'; +insert into ti values (1,null,null) on duplicate key update b='you'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; -insert noar into tt values (1,null,null) on duplicate key update b='people'; -insert noar into ti values (1,null,null) on duplicate key update b='people'; +insert into tt values (1,null,null) on duplicate key update b='people'; +insert into ti values (1,null,null) on duplicate key update b='people'; let $diff_tables = test.tt, test.ti; source include/diff_tables.inc; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_deadlock.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_deadlock.test index 66b212f3c24ce0021f48f17a2549dc731659a0d0..63452a4766f72ae316963cb283bccd1d4991b07a 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_deadlock.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_deadlock.test @@ -1,30 +1,32 @@ source include/have_tokudb.inc; -disable_warnings; -drop table if exists t; -enable_warnings; +set tokudb_enable_fast_upsert=1; +source ../include/setup_fast_update_upsert.inc; -set default_storage_engine='tokudb'; - -create table t (id bigint primary key, b bigint not null default 0); +create table t (id bigint primary key, b bigint not null default 0) + engine = tokudb; connect (conn1,localhost,root,,); +SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_TRANS_TABLES','')); +SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_ALL_TABLES','')); + +set tokudb_enable_fast_upsert=1; connection default; begin; -insert noar into t (id) values (1) on duplicate key update b=b+1; +insert into t (id) values (1) on duplicate key update b=b+1; connection conn1; begin; -insert noar into t (id) values (2) on duplicate key update b=b-1; +insert into t (id) values (2) on duplicate key update b=b-1; connection default; -send insert noar into t (id) values (2) on duplicate key update b=b+1; +send insert into t (id) values (2) on duplicate key update b=b+1; connection conn1; sleep 1; error 1205,1213; -insert noar into t (id) values (1) on duplicate key update b=b-1; +insert into t (id) values (1) on duplicate key update b=b-1; rollback; connection default; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.py b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.py deleted file mode 100644 index a19227ec20d848f7a7532a63a8b1db207b9576e1..0000000000000000000000000000000000000000 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.py +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env python - -import sys - -def main(): - print "# generated by tokudb_upsert_int.py" - print "source include/have_tokudb.inc;" - print "source include/have_innodb.inc;" - print "set default_storage_engine='tokudb';" - print "disable_warnings;" - print "drop table if exists tt, ti;" - print "enable_warnings;" - - print "set tokudb_disable_slow_update=1;" - - for t in [ 'tinyint', 'smallint', 'mediumint', 'int', 'bigint' ]: - for u in [ '', 'unsigned' ]: - for n in [ 'null', 'not null' ]: - test_upsert_int(t, u, n) - return 0 - -def test_upsert_int(t, u, n): - print "create table tt (" - print " id %s %s %s primary key," % (t, u, n) - if n == 'not null': n += ' default 0' - print " x %s %s %s," % (t, u, n) - print " y %s %s %s," % (t, u, n) - print " z %s %s %s," % (t, u, n) - print " a char(32), aa varchar(32)" - print ");" - print "insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0;" - print "insert noar into tt (id) values (1) on duplicate key update y=0,z=42;" - print "insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100;" - print "insert noar into tt (id) values (1) on duplicate key update y=y-1;" - print "insert noar into tt (id) values (1) on duplicate key update z=z-100;" - - print "create table ti like tt;" - print "alter table ti engine=innodb;" - print "insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0;" - print "insert noar into ti (id) values (1) on duplicate key update y=0,z=42;" - print "insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100;" - print "insert noar into ti (id) values (1) on duplicate key update y=y-1;" - print "insert noar into ti (id) values (1) on duplicate key update z=z-100;" - - print "let $diff_tables = test.tt, test.ti;" - print "source include/diff_tables.inc;" - - print "drop table tt, ti;" - -sys.exit(main()) diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.test index 9f44f6b461ceb2eb3d61ba39df9352883018aadf..7253fb5922c41249a5691ac02b74931ebacade4c 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_int.test @@ -1,448 +1,38 @@ -# generated by tokudb_upsert_int.py -source include/have_tokudb.inc; -source include/have_innodb.inc; -set default_storage_engine='tokudb'; -disable_warnings; -drop table if exists tt, ti; -enable_warnings; -set tokudb_disable_slow_update=1; -create table tt ( - id tinyint null primary key, - x tinyint null, - y tinyint null, - z tinyint null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id tinyint not null primary key, - x tinyint not null default 0, - y tinyint not null default 0, - z tinyint not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id tinyint unsigned null primary key, - x tinyint unsigned null, - y tinyint unsigned null, - z tinyint unsigned null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id tinyint unsigned not null primary key, - x tinyint unsigned not null default 0, - y tinyint unsigned not null default 0, - z tinyint unsigned not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint null primary key, - x smallint null, - y smallint null, - z smallint null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint not null primary key, - x smallint not null default 0, - y smallint not null default 0, - z smallint not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint unsigned null primary key, - x smallint unsigned null, - y smallint unsigned null, - z smallint unsigned null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id smallint unsigned not null primary key, - x smallint unsigned not null default 0, - y smallint unsigned not null default 0, - z smallint unsigned not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint null primary key, - x mediumint null, - y mediumint null, - z mediumint null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint not null primary key, - x mediumint not null default 0, - y mediumint not null default 0, - z mediumint not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint unsigned null primary key, - x mediumint unsigned null, - y mediumint unsigned null, - z mediumint unsigned null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id mediumint unsigned not null primary key, - x mediumint unsigned not null default 0, - y mediumint unsigned not null default 0, - z mediumint unsigned not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int null primary key, - x int null, - y int null, - z int null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int not null primary key, - x int not null default 0, - y int not null default 0, - z int not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int unsigned null primary key, - x int unsigned null, - y int unsigned null, - z int unsigned null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id int unsigned not null primary key, - x int unsigned not null default 0, - y int unsigned not null default 0, - z int unsigned not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint null primary key, - x bigint null, - y bigint null, - z bigint null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint not null primary key, - x bigint not null default 0, - y bigint not null default 0, - z bigint not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint unsigned null primary key, - x bigint unsigned null, - y bigint unsigned null, - z bigint unsigned null, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; -create table tt ( - id bigint unsigned not null primary key, - x bigint unsigned not null default 0, - y bigint unsigned not null default 0, - z bigint unsigned not null default 0, - a char(32), aa varchar(32) -); -insert noar into tt (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into tt (id) values (1) on duplicate key update y=0,z=42; -insert noar into tt (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into tt (id) values (1) on duplicate key update y=y-1; -insert noar into tt (id) values (1) on duplicate key update z=z-100; -create table ti like tt; -alter table ti engine=innodb; -insert noar into ti (id) values (1),(2),(3) on duplicate key update x=0; -insert noar into ti (id) values (1) on duplicate key update y=0,z=42; -insert noar into ti (id) values (1) on duplicate key update y=y+1,z=z+100; -insert noar into ti (id) values (1) on duplicate key update y=y-1; -insert noar into ti (id) values (1) on duplicate key update z=z-100; -let $diff_tables = test.tt, test.ti; -source include/diff_tables.inc; -drop table tt, ti; +--source ../include/fast_upsert_gen_header.inc + +--let GENERATED=$MYSQL_TMP_DIR/generated_fast_upsert_int.inc + +--perl + + open(FILE, '>', "$ENV{GENERATED}") or die; + my @blob_types = (); + foreach my $t ('tinyint', 'smallint', 'mediumint', 'int', 'bigint') { + foreach my $u ('', 'unsigned') { + foreach my $n ('null', 'not null') { + test_upsert_int($t, $u, $n) + } + } + } + close FILE; + + sub test_upsert_int { + my $t = shift; + my $u = shift; + my $n = shift; + + print FILE "create table tt (\n"; + print FILE " id $t $u primary key,\n"; + $n .= ' default 0' if ($n eq 'not null'); + print FILE " x $t $u $n,\n"; + print FILE " y $t $u $n,\n"; + print FILE " z $t $u $n,\n"; + print FILE " a char(32), aa varchar(32)\n"; + print FILE ") engine = tokudb;\n"; + + print FILE "--source $ENV{MYSQL_CURRENT_TEST_DIR}/../include/". + "fast_upsert_int.inc\n\n"; + } + +EOF + +--source ../include/fast_update_gen_footer_silent.inc diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_key.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_key.test index c11f2f49176fa3ac96363d0b8fe9adf1c02a1f33..b495f6c955bbeecf0718aae4dd77dc2cd4317f01 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_key.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_key.test @@ -1,45 +1,57 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -set tokudb_disable_slow_upsert=1; +set tokudb_enable_fast_upsert=1; +source ../include/setup_fast_update_upsert.inc; # must have primary key -create table t (a int, b char(32), c varchar(32), d blob); +create table t (a int, b char(32), c varchar(32), d blob) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,null,null,null) on duplicate key update a=42; +insert into t values (1,null,null,null) on duplicate key update a=42; drop table t; # must have no clustering keys -create table t (id int primary key, a int, b char(32), c varchar(32), d blob, clustering key(a)); +create table t (id int primary key, + a int, b char(32), + c varchar(32), + d blob, + clustering key(a)) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,null,null,null,null) on duplicate key update a=42; +insert into t values (1,null,null,null,null) on duplicate key update a=42; drop table t; # must have no secondary keys -create table t (id int primary key, a int, b char(32), c varchar(32), d blob, key(c)); +create table t (id int primary key, + a int, + b char(32), + c varchar(32), + d blob, + key(c)) engine = tokudb ; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,null,null,null,null) on duplicate key update a=42; +insert into t values (1,null,null,null,null) on duplicate key update a=42; drop table t; # update field must not be part of any key -create table t (id int, a int, b char(32), c varchar(32), d blob, primary key(id, a)); +create table t (id int, + a int, b char(32), + c varchar(32), + d blob, + primary key(id, a)) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,2,null,null,null) on duplicate key update a=42; +insert into t values (1,2,null,null,null) on duplicate key update a=42; drop table t; -create table t (id int, a int, b char(32), c varchar(32), d blob, primary key(a, id)); +create table t (id int, + a int, b char(32), + c varchar(32), + d blob, + primary key(a, id)) engine = tokudb; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,2,null,null,null) on duplicate key update a=42; +insert into t values (1,2,null,null,null) on duplicate key update a=42; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_sqlmode.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_sqlmode.test index b83918d3412c370abc8ea5a7e04399ec145efbce..714d11890cfa0765d9ef2f7a3bcd1ae69f9919c5 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_sqlmode.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_sqlmode.test @@ -1,36 +1,29 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; - -disable_warnings; -drop table if exists t; -enable_warnings; - -set tokudb_disable_slow_upsert=1; +set tokudb_enable_fast_upsert=1; +source ../include/setup_fast_update_upsert.inc; let $default_sql_mode = `select @@session.sql_mode`; -create table t (id int primary key, x int not null); -insert noar into t values (1,0); -insert noar into t values (1,0) on duplicate key update x=42; -insert noar into t values (1,0) on duplicate key update x=x+1; -insert noar into t values (1,0) on duplicate key update x=x-1; +create table t (id int primary key, x int not null) engine = tokudb; +insert into t values (1,0); +insert into t values (1,0) on duplicate key update x=42; +insert into t values (1,0) on duplicate key update x=x+1; +insert into t values (1,0) on duplicate key update x=x-1; eval set session sql_mode="$default_sql_mode,traditional"; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,0) on duplicate key update x=42; +insert into t values (1,0) on duplicate key update x=42; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,0) on duplicate key update x=x+1; +insert into t values (1,0) on duplicate key update x=x+1; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,0) on duplicate key update x=x-1; - -eval set session sql_mode="$default_sql_mode"; +insert into t values (1,0) on duplicate key update x=x-1; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_values.test b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_values.test index cd258836ffb8450f266b47e1cfffc349151a6a9c..a0b7cf408a676f4f92f332a4da41e302c8d29b4f 100644 --- a/storage/tokudb/mysql-test/tokudb/t/fast_upsert_values.test +++ b/storage/tokudb/mysql-test/tokudb/t/fast_upsert_values.test @@ -2,29 +2,24 @@ source include/have_tokudb.inc; -set default_storage_engine='tokudb'; +source ../include/setup_fast_update_upsert.inc; +set tokudb_enable_fast_upsert=1; -disable_warnings; -drop table if exists t; -enable_warnings; +create table t (id int primary key, x int not null) engine = tokudb; -set tokudb_disable_slow_upsert=1; - -create table t (id int primary key, x int not null); - -insert noar into t values (1,1); -insert noar into t values (1,1) on duplicate key update x=x+1; +insert into t values (1,1); +insert into t values (1,1) on duplicate key update x=x+1; select * from t; replace_regex /MariaDB/XYZ/ /MySQL/XYZ/; error ER_UNSUPPORTED_EXTENSION; -insert noar into t values (1,10) on duplicate key update x=values(x)+1; +insert into t values (1,10) on duplicate key update x=values(x)+1; select * from t; -insert noar into t values (1,10) on duplicate key update x=x+values(x); +insert into t values (1,10) on duplicate key update x=x+values(x); select * from t; -insert noar into t values (1,100) on duplicate key update x=x+values(x); +insert into t values (1,100) on duplicate key update x=x+values(x); select * from t; drop table t; diff --git a/storage/tokudb/mysql-test/tokudb/t/tokudb_mrr.test b/storage/tokudb/mysql-test/tokudb/t/tokudb_mrr.test new file mode 100644 index 0000000000000000000000000000000000000000..6130933b279aa2302e89e7e6169de2034c755841 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/tokudb_mrr.test @@ -0,0 +1,73 @@ +# +# MRR/Tokudb tests, taken from mysqltest/t/innodb_mrr.test +# (Turns off all other 6.0 optimizer switches than MRR) +# + +--source include/have_tokudb.inc +--source include/have_mrr.inc + +set optimizer_switch='mrr=on,mrr_sort_keys=on,index_condition_pushdown=on'; +set default_storage_engine=TokuDB; + +--source include/mrr_tests.inc + + +# taken from include/mrr_innodb_tests.inc + +--source include/count_sessions.inc + +# MRR tests that are special for InnoDB (and copied for TokuDB) + +--echo # +--echo # Bug#41029 "MRR: SELECT FOR UPDATE fails to lock gaps (InnoDB table)" +--echo # + +# This test verifies that a SELECT FOR UPDATE statement executed in +# REPEATABLE READ isolation will lock the entire read interval by verifying +# that a second transaction trying to update data within this interval will +# be blocked. + +connect (con1,localhost,root,,); +connect (con2,localhost,root,,); + +connection con1; + +SET AUTOCOMMIT=0; + +CREATE TABLE t1 ( + dummy INT PRIMARY KEY, + a INT UNIQUE, + b INT +) ENGINE=TokuDB; + +INSERT INTO t1 VALUES (1,1,1),(3,3,3),(5,5,5); +COMMIT; + +SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ; +SELECT @@tx_isolation; +START TRANSACTION; + +EXPLAIN SELECT * FROM t1 WHERE a >= 2 FOR UPDATE; + +SELECT * FROM t1 WHERE a >= 2 FOR UPDATE; + +connection con2; + +SET AUTOCOMMIT=0; +SET TOKUDB_LOCK_TIMEOUT=2; +START TRANSACTION; + +--error ER_LOCK_WAIT_TIMEOUT +INSERT INTO t1 VALUES (2,2,2); +ROLLBACK; + +connection con1; + +ROLLBACK; +DROP TABLE t1; + +connection default; +disconnect con1; +disconnect con2; + +--source include/wait_until_count_sessions.inc diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/PS-3773.result b/storage/tokudb/mysql-test/tokudb_bugs/r/PS-3773.result new file mode 100644 index 0000000000000000000000000000000000000000..49c61790837ef81d9f853a6e03941d797f37a7a1 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb_bugs/r/PS-3773.result @@ -0,0 +1,8 @@ +CREATE TABLE t1(a INT, b INT, c INT, PRIMARY KEY(a), KEY(b)) ENGINE=TokuDB; +SET tokudb_auto_analyze=0; +INSERT INTO t1 VALUES(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5); +SET GLOBAL debug_dbug = "+d,tokudb_fake_db_notfound_error_in_read_full_row"; +SELECT * FROM t1 WHERE b = 2; +ERROR HY000: Incorrect key file for table 't1'; try to repair it +DROP TABLE t1; +FOUND /ha_tokudb::read_full_row on table/ in tokudb.bugs.PS-3773.log diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/alter_table_comment_rebuild_data.result b/storage/tokudb/mysql-test/tokudb_bugs/r/alter_table_comment_rebuild_data.result new file mode 100644 index 0000000000000000000000000000000000000000..fee3483d937c39f09292879ab82fb176b9f67953 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb_bugs/r/alter_table_comment_rebuild_data.result @@ -0,0 +1,177 @@ +create table t1(id int auto_increment, name varchar(30), primary key(id)) engine=TokuDB; +alter table t1 min_rows = 8; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=latin1 MIN_ROWS=8 +include/assert.inc [underlying ft file name not changed after alter min_rows] +alter table t1 max_rows = 100; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=latin1 MIN_ROWS=8 MAX_ROWS=100 +include/assert.inc [underlying ft file name not changed after alter max_rows] +alter table t1 avg_row_length = 100; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=latin1 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 +include/assert.inc [underlying ft file name not changed after alter avg_row_length] +alter table t1 pack_keys = 1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=latin1 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 +include/assert.inc [underlying ft file name not changed after alter pack_keys] +alter table t1 character set = utf8; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 +include/assert.inc [underlying ft file name not changed after alter character set] +alter table t1 data directory = '/tmp'; +Warnings: +Warning 1618 option ignored +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 +include/assert.inc [underlying ft file name not changed after alter data directory] +alter table t1 index directory = '/tmp'; +Warnings: +Warning 1618 option ignored +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 +include/assert.inc [underlying ft file name not changed after alter index directory] +alter table t1 checksum = 1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 CHECKSUM=1 +include/assert.inc [underlying ft file name not changed after alter checksum] +alter table t1 delay_key_write=1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 CHECKSUM=1 DELAY_KEY_WRITE=1 +include/assert.inc [underlying ft file name not changed after alter delay_key_write] +alter table t1 comment = 'test table'; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' +include/assert.inc [underlying ft file name not changed after alter comment] +alter table t1 password = '123456'; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' +include/assert.inc [underlying ft file name not changed after alter password] +alter table t1 connection = '127.0.0.1:3306'; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' +include/assert.inc [underlying ft file name not changed after alter connection] +alter table t1 stats_persistent = 1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' +include/assert.inc [underlying ft file name not changed after alter stats_persistent] +alter table t1 stats_auto_recalc = 1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' +include/assert.inc [underlying ft file name not changed after alter stats_auto_recalc] +alter table t1 stats_sample_pages = 1; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 STATS_SAMPLE_PAGES=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' +include/assert.inc [underlying ft file name not changed after alter stats_sample_pages] +alter table t1 auto_increment = 1000; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 STATS_SAMPLE_PAGES=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' +include/assert.inc [underlying ft file name not changed after alter auto_increment] +alter table t1 compression=tokudb_lzma; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 STATS_SAMPLE_PAGES=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' `compression`=tokudb_lzma +include/assert.inc [underlying ft file name not changed after alter compression method] +alter table t1 engine=TokuDB; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET latin1 DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 STATS_SAMPLE_PAGES=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' `compression`=tokudb_lzma +include/assert.inc [underlying ft file name changed after alter engine type] +alter table t1 convert to character set utf8; +show create table t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=TokuDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8 MIN_ROWS=8 MAX_ROWS=100 AVG_ROW_LENGTH=100 PACK_KEYS=1 STATS_PERSISTENT=1 STATS_AUTO_RECALC=1 STATS_SAMPLE_PAGES=1 CHECKSUM=1 DELAY_KEY_WRITE=1 COMMENT='test table' CONNECTION='127.0.0.1:3306' `compression`=tokudb_lzma +include/assert.inc [underlying ft file name changed after alter convert character] +drop table t1; diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/PS-3773.test b/storage/tokudb/mysql-test/tokudb_bugs/t/PS-3773.test new file mode 100644 index 0000000000000000000000000000000000000000..e9490e91c33f46477c2a15be1e6e7922a0230505 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb_bugs/t/PS-3773.test @@ -0,0 +1,26 @@ +--source include/have_tokudb.inc +--source include/have_debug.inc + +--let SEARCH_FILE=$MYSQLTEST_VARDIR/tmp/tokudb.bugs.PS-3773.log +--let $restart_parameters="--log-error=$SEARCH_FILE" +--source include/restart_mysqld.inc + +CREATE TABLE t1(a INT, b INT, c INT, PRIMARY KEY(a), KEY(b)) ENGINE=TokuDB; +SET tokudb_auto_analyze=0; +INSERT INTO t1 VALUES(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5); + +SET GLOBAL debug_dbug = "+d,tokudb_fake_db_notfound_error_in_read_full_row"; +--error ER_NOT_KEYFILE +SELECT * FROM t1 WHERE b = 2; + +DROP TABLE t1; + +--let SEARCH_PATTERN=ha_tokudb::read_full_row on table +--source include/search_pattern_in_file.inc + +--let $restart_parameters= +--source include/restart_mysqld.inc + +--remove_file $SEARCH_FILE +--let SEARCH_PATTERN= +--let SEARCH_FILE= diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/alter_table_comment_rebuild_data.test b/storage/tokudb/mysql-test/tokudb_bugs/t/alter_table_comment_rebuild_data.test new file mode 100644 index 0000000000000000000000000000000000000000..e0e043f96abf7093d537fec8bc0c3eaed0ec3a10 --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb_bugs/t/alter_table_comment_rebuild_data.test @@ -0,0 +1,188 @@ +--source include/have_tokudb.inc + +# +# Create a table and get the underlying main ft file name +# +create table t1(id int auto_increment, name varchar(30), primary key(id)) engine=TokuDB; +--let $ori_file= `select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` + +# +# Case 1: alter create options that are ignored by TokuDB +# + +# Alter table with min_rows +alter table t1 min_rows = 8; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter min_rows +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with max_rows +alter table t1 max_rows = 100; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter max_rows +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with avg_row_length +alter table t1 avg_row_length = 100; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter avg_row_length +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with pack_keys +alter table t1 pack_keys = 1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter pack_keys +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with default character set +alter table t1 character set = utf8; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter character set +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with data directory +alter table t1 data directory = '/tmp'; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter data directory +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with index directory +alter table t1 index directory = '/tmp'; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter index directory +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with checksum +alter table t1 checksum = 1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter checksum +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with delay_key_write +alter table t1 delay_key_write=1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter delay_key_write +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with comment +alter table t1 comment = 'test table'; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter comment +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with password +alter table t1 password = '123456'; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter password +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with connection +alter table t1 connection = '127.0.0.1:3306'; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter connection +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + + +# +# In mariadb changing of key_block_size treated as index change +# +# Alter table with key_block_size +#alter table t1 key_block_size=32; +#show create table t1; +#--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +#--let $assert_text= underlying ft file name not changed after alter key_block_size +#--let $assert_cond= "$ori_file" = "$new_file" +#--source include/assert.inc + +# Alter table with stats_persistent +alter table t1 stats_persistent = 1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter stats_persistent +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with stats_auto_recalc +alter table t1 stats_auto_recalc = 1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter stats_auto_recalc +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with stats_sample_pages +alter table t1 stats_sample_pages = 1; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter stats_sample_pages +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# +# Case 2: alter create options that only update meta info, i.e inplace +# + +# Alter table with auto_increment +alter table t1 auto_increment = 1000; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter auto_increment +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# Alter table with compression method +alter table t1 compression=tokudb_lzma; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name not changed after alter compression method +--let $assert_cond= "$ori_file" = "$new_file" +--source include/assert.inc + +# +# Case 3: alter create options that rebuild table using copy algorithm +# + +# Alter table with engine type +alter table t1 engine=TokuDB; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name changed after alter engine type +--let $assert_cond= "$ori_file" != "$new_file" +--source include/assert.inc + +# Alter table with convert character +alter table t1 convert to character set utf8; +show create table t1; +--let $new_file=`select internal_file_name from information_schema.tokudb_file_map where table_schema='test' and table_name='t1' and table_dictionary_name='main'` +--let $assert_text= underlying ft file name changed after alter convert character +--let $assert_cond= "$ori_file" != "$new_file" +--source include/assert.inc + +# +# clean up +# +drop table t1; diff --git a/storage/tokudb/tokudb_debug.h b/storage/tokudb/tokudb_debug.h index 46bd65c605a282fb3bfdf6e83e5e1ffa5cff18ad..6ae559af213bf82701c061ce57a5f0d40e511edf 100644 --- a/storage/tokudb/tokudb_debug.h +++ b/storage/tokudb/tokudb_debug.h @@ -29,11 +29,6 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "hatoku_defines.h" -#define TOKU_INCLUDE_BACKTRACE 0 -#if TOKU_INCLUDE_BACKTRACE -static void tokudb_backtrace(void); -#endif - // tokudb debug tracing for tokudb_debug declared in tokudb_sysvars.h/.cc #define TOKUDB_DEBUG_INIT (1<<0) #define TOKUDB_DEBUG_OPEN (1<<1) diff --git a/storage/tokudb/tokudb_dir_cmd.h b/storage/tokudb/tokudb_dir_cmd.h index b39caadc7c3c519e451929227a5defe97f8530fc..2036d3f65fb5aeb50dcecae98963ed2ea207e7d6 100644 --- a/storage/tokudb/tokudb_dir_cmd.h +++ b/storage/tokudb/tokudb_dir_cmd.h @@ -31,10 +31,8 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. namespace tokudb { struct dir_cmd_callbacks { - void (*set_error)(THD *thd, - int error, - const char *error_fmt, - ...); + void (*set_error)(THD *thd, int error, const char *error_fmt, ...) + MY_ATTRIBUTE((format(printf, 3, 4))); }; void process_dir_cmd(THD *thd, diff --git a/storage/tokudb/tokudb_information_schema.cc b/storage/tokudb/tokudb_information_schema.cc index bb263d5f960dd2fa2d87cfb7c672247ee90635a7..0b9882060cd3ff0d99d164b34ceec5039a40955d 100644 --- a/storage/tokudb/tokudb_information_schema.cc +++ b/storage/tokudb/tokudb_information_schema.cc @@ -68,12 +68,10 @@ struct trx_extra_t { TABLE *table; }; -int trx_callback( - DB_TXN* txn, - iterate_row_locks_callback iterate_locks, - void* locks_extra, - void *extra) { - +int trx_callback(DB_TXN* txn, + TOKUDB_UNUSED(iterate_row_locks_callback iterate_locks), + TOKUDB_UNUSED(void* locks_extra), + void* extra) { uint64_t txn_id = txn->id64(txn); uint64_t client_id; txn->get_client_id(txn, &client_id, NULL); @@ -92,9 +90,9 @@ int trx_callback( } #if MYSQL_VERSION_ID >= 50600 -int trx_fill_table(THD* thd, TABLE_LIST* tables, Item* cond) { +int trx_fill_table(THD* thd, TABLE_LIST* tables, TOKUDB_UNUSED(Item* cond)) { #else -int trx_fill_table(THD* thd, TABLE_LIST* tables, COND* cond) { +int trx_fill_table(THD* thd, TABLE_LIST* tables, TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -122,7 +120,7 @@ int trx_init(void* p) { return 0; } -int trx_done(void* p) { +int trx_done(TOKUDB_UNUSED(void* p)) { return 0; } @@ -190,13 +188,13 @@ int lock_waits_callback( size_t dname_length = strlen(dname); table->field[2]->store(dname, dname_length, system_charset_info); String left_str; - tokudb_pretty_left_key(db, left_key, &left_str); + tokudb_pretty_left_key(left_key, &left_str); table->field[3]->store( left_str.ptr(), left_str.length(), system_charset_info); String right_str; - tokudb_pretty_right_key(db, right_key, &right_str); + tokudb_pretty_right_key(right_key, &right_str); table->field[4]->store( right_str.ptr(), right_str.length(), @@ -227,9 +225,13 @@ int lock_waits_callback( } #if MYSQL_VERSION_ID >= 50600 -int lock_waits_fill_table(THD* thd, TABLE_LIST* tables, Item* cond) { +int lock_waits_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(Item* cond)) { #else -int lock_waits_fill_table(THD* thd, TABLE_LIST* tables, COND* cond) { +int lock_waits_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -260,7 +262,7 @@ int lock_waits_init(void* p) { return 0; } -int lock_waits_done(void *p) { +int lock_waits_done(TOKUDB_UNUSED(void *p)) { return 0; } @@ -333,14 +335,14 @@ int locks_callback( table->field[2]->store(dname, dname_length, system_charset_info); String left_str; - tokudb_pretty_left_key(db, &left_key, &left_str); + tokudb_pretty_left_key(&left_key, &left_str); table->field[3]->store( left_str.ptr(), left_str.length(), system_charset_info); String right_str; - tokudb_pretty_right_key(db, &right_key, &right_str); + tokudb_pretty_right_key(&right_key, &right_str); table->field[4]->store( right_str.ptr(), right_str.length(), @@ -370,9 +372,9 @@ int locks_callback( } #if MYSQL_VERSION_ID >= 50600 -int locks_fill_table(THD* thd, TABLE_LIST* tables, Item* cond) { +int locks_fill_table(THD* thd, TABLE_LIST* tables, TOKUDB_UNUSED(Item* cond)) { #else -int locks_fill_table(THD* thd, TABLE_LIST* tables, COND* cond) { +int locks_fill_table(THD* thd, TABLE_LIST* tables, TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -400,7 +402,7 @@ int locks_init(void* p) { return 0; } -int locks_done(void* p) { +int locks_done(TOKUDB_UNUSED(void* p)) { return 0; } @@ -513,9 +515,13 @@ int report_file_map(TABLE* table, THD* thd) { } #if MYSQL_VERSION_ID >= 50600 -int file_map_fill_table(THD* thd, TABLE_LIST* tables, Item* cond) { +int file_map_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(Item* cond)) { #else -int file_map_fill_table(THD* thd, TABLE_LIST* tables, COND* cond) { +int file_map_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -543,7 +549,7 @@ int file_map_init(void* p) { return 0; } -int file_map_done(void* p) { +int file_map_done(TOKUDB_UNUSED(void* p)) { return 0; } @@ -718,9 +724,13 @@ int report_fractal_tree_info(TABLE* table, THD* thd) { } #if MYSQL_VERSION_ID >= 50600 -int fractal_tree_info_fill_table(THD* thd, TABLE_LIST* tables, Item* cond) { +int fractal_tree_info_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(Item* cond)) { #else -int fractal_tree_info_fill_table(THD* thd, TABLE_LIST* tables, COND* cond) { +int fractal_tree_info_fill_table(THD* thd, + TABLE_LIST* tables, + TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -751,7 +761,7 @@ int fractal_tree_info_init(void* p) { return 0; } -int fractal_tree_info_done(void* p) { +int fractal_tree_info_done(TOKUDB_UNUSED(void* p)) { return 0; } @@ -1012,12 +1022,12 @@ int report_fractal_tree_block_map(TABLE* table, THD* thd) { int fractal_tree_block_map_fill_table( THD* thd, TABLE_LIST* tables, - Item* cond) { + TOKUDB_UNUSED(Item* cond)) { #else int fractal_tree_block_map_fill_table( THD* thd, TABLE_LIST* tables, - COND* cond) { + TOKUDB_UNUSED(COND* cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -1048,7 +1058,7 @@ int fractal_tree_block_map_init(void* p) { return 0; } -int fractal_tree_block_map_done(void *p) { +int fractal_tree_block_map_done(TOKUDB_UNUSED(void *p)) { return 0; } @@ -1087,7 +1097,7 @@ ST_FIELD_INFO background_job_status_field_info[] = { {"scheduler", 32, MYSQL_TYPE_STRING, 0, 0, NULL, SKIP_OPEN_TABLE }, {"scheduled_time", 0, MYSQL_TYPE_DATETIME, 0, 0, NULL, SKIP_OPEN_TABLE }, {"started_time", 0, MYSQL_TYPE_DATETIME, 0, MY_I_S_MAYBE_NULL, NULL, SKIP_OPEN_TABLE }, - {"status", 1024, MYSQL_TYPE_STRING, 0, MY_I_S_MAYBE_NULL, SKIP_OPEN_TABLE }, + {"status", 1024, MYSQL_TYPE_STRING, 0, MY_I_S_MAYBE_NULL, NULL, SKIP_OPEN_TABLE }, {NULL, 0, MYSQL_TYPE_NULL, 0, 0, NULL, SKIP_OPEN_TABLE} }; @@ -1154,9 +1164,9 @@ int report_background_job_status(TABLE *table, THD *thd) { } #if MYSQL_VERSION_ID >= 50600 -int background_job_status_fill_table(THD *thd, TABLE_LIST *tables, Item *cond) { +int background_job_status_fill_table(THD *thd, TABLE_LIST *tables, TOKUDB_UNUSED(Item *cond)) { #else -int background_job_status_fill_table(THD *thd, TABLE_LIST *tables, COND *cond) { +int background_job_status_fill_table(THD *thd, TABLE_LIST *tables, TOKUDB_UNUSED(COND *cond)) { #endif TOKUDB_DBUG_ENTER(""); int error; @@ -1184,7 +1194,7 @@ int background_job_status_init(void* p) { return 0; } -int background_job_status_done(void* p) { +int background_job_status_done(TOKUDB_UNUSED(void* p)) { return 0; } diff --git a/storage/tokudb/tokudb_sysvars.cc b/storage/tokudb/tokudb_sysvars.cc index bbc39dc550a8d776a48200b164fcec59535edf67..7771204dc11ddd67c7ea2a9b8b2348486c840fd9 100644 --- a/storage/tokudb/tokudb_sysvars.cc +++ b/storage/tokudb/tokudb_sysvars.cc @@ -56,10 +56,10 @@ uint client_pool_threads = 0; my_bool compress_buffers_before_eviction = TRUE; char* data_dir = NULL; ulong debug = 0; -#if TOKUDB_DEBUG +#if defined(TOKUDB_DEBUG) && TOKUDB_DEBUG // used to control background job manager my_bool debug_pause_background_job_manager = FALSE; -#endif +#endif // defined(TOKUDB_DEBUG) && TOKUDB_DEBUG my_bool directio = FALSE; my_bool enable_partial_eviction = TRUE; int fs_reserve_percent = 0; @@ -74,10 +74,12 @@ my_bool dir_per_db = FALSE; char* version = (char*) TOKUDB_VERSION_STR; // file system reserve as a percentage of total disk space -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL char* gdb_path = NULL; my_bool gdb_on_fatal = FALSE; -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL my_bool check_jemalloc = TRUE; @@ -139,11 +141,10 @@ static MYSQL_SYSVAR_UINT( 0); static void checkpointing_period_update( - THD* thd, - st_mysql_sys_var* sys_var, + TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* sys_var), void* var, const void* save) { - uint* cp = (uint*)var; *cp = *(const uint*)save; int r = db_env->checkpointing_set_period(db_env, *cp); @@ -162,12 +163,10 @@ static MYSQL_SYSVAR_UINT( ~0U, 0); -static void cleaner_iterations_update( - THD* thd, - st_mysql_sys_var* sys_var, - void* var, - const void* save) { - +static void cleaner_iterations_update(TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* sys_var), + void* var, + const void* save) { ulong* ci = (ulong*)var; *ci = *(const ulong*)save; int r = db_env->cleaner_set_iterations(db_env, *ci); @@ -186,12 +185,10 @@ static MYSQL_SYSVAR_ULONG( ~0UL, 0); -static void cleaner_period_update( - THD* thd, - st_mysql_sys_var* sys_var, - void* var, - const void * save) { - +static void cleaner_period_update(TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* sys_var), + void* var, + const void* save) { ulong* cp = (ulong*)var; *cp = *(const ulong*)save; int r = db_env->cleaner_set_period(db_env, *cp); @@ -252,7 +249,7 @@ static MYSQL_SYSVAR_ULONG( ~0UL, 0); -#if TOKUDB_DEBUG +#if defined(TOKUDB_DEBUG) && TOKUDB_DEBUG static MYSQL_SYSVAR_BOOL( debug_pause_background_job_manager, debug_pause_background_job_manager, @@ -261,7 +258,7 @@ static MYSQL_SYSVAR_BOOL( NULL, NULL, FALSE); -#endif // TOKUDB_DEBUG +#endif // defined(TOKUDB_DEBUG) && TOKUDB_DEBUG static MYSQL_SYSVAR_BOOL( directio, @@ -272,11 +269,10 @@ static MYSQL_SYSVAR_BOOL( FALSE); static void enable_partial_eviction_update( - THD* thd, - st_mysql_sys_var* sys_var, + TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* sys_var), void* var, const void* save) { - my_bool* epe = (my_bool*)var; *epe = *(const my_bool*)save; int r = db_env->evictor_set_enable_partial_eviction(db_env, *epe); @@ -304,12 +300,10 @@ static MYSQL_SYSVAR_INT( 100, 0); -static void fsync_log_period_update( - THD* thd, - st_mysql_sys_var* sys_var, - void* var, - const void* save) { - +static void fsync_log_period_update(TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* sys_var), + void* var, + const void* save) { uint* flp = (uint*)var; *flp = *(const uint*)save; db_env->change_fsync_log_period(db_env, *flp); @@ -399,9 +393,11 @@ static MYSQL_SYSVAR_UINT( ~0U, 0); -static void tokudb_dir_per_db_update(THD* thd, - struct st_mysql_sys_var* sys_var, - void* var, const void* save) { +static void tokudb_dir_per_db_update( + TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(struct st_mysql_sys_var* sys_var), + void* var, + const void* save) { my_bool *value = (my_bool *) var; *value = *(const my_bool *) save; db_env->set_dir_per_db(db_env, *value); @@ -411,7 +407,8 @@ static MYSQL_SYSVAR_BOOL(dir_per_db, dir_per_db, 0, "TokuDB store ft files in db directories", NULL, tokudb_dir_per_db_update, FALSE); -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL static MYSQL_SYSVAR_STR( gdb_path, gdb_path, @@ -429,7 +426,8 @@ static MYSQL_SYSVAR_BOOL( NULL, NULL, true); -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL static MYSQL_SYSVAR_BOOL( check_jemalloc, @@ -549,12 +547,10 @@ static MYSQL_THDVAR_BOOL( NULL, true); -static void checkpoint_lock_update( - THD* thd, - st_mysql_sys_var* var, - void* var_ptr, - const void* save) { - +static void checkpoint_lock_update(TOKUDB_UNUSED(THD* thd), + TOKUDB_UNUSED(st_mysql_sys_var* var), + void* var_ptr, + const void* save) { my_bool* val = (my_bool*)var_ptr; *val= *(my_bool*)save ? true : false; if (*val) { @@ -848,6 +844,7 @@ static MYSQL_THDVAR_ENUM( SRV_ROW_FORMAT_ZLIB, &tokudb_row_format_typelib); +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR static MYSQL_THDVAR_BOOL( rpl_check_readonly, PLUGIN_VAR_THDLOCAL, @@ -893,10 +890,10 @@ static MYSQL_THDVAR_ULONGLONG( 0, ~0ULL, 1); +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR -#if TOKU_INCLUDE_UPSERT static MYSQL_THDVAR_BOOL( - disable_slow_update, + enable_fast_update, PLUGIN_VAR_THDLOCAL, "disable slow update", NULL, @@ -904,13 +901,12 @@ static MYSQL_THDVAR_BOOL( false); static MYSQL_THDVAR_BOOL( - disable_slow_upsert, + enable_fast_upsert, PLUGIN_VAR_THDLOCAL, "disable slow upsert", NULL, NULL, false); -#endif #if TOKU_INCLUDE_XA static MYSQL_THDVAR_BOOL( @@ -951,10 +947,12 @@ st_mysql_sys_var* system_variables[] = { MYSQL_SYSVAR(version), MYSQL_SYSVAR(write_status_frequency), MYSQL_SYSVAR(dir_per_db), -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL MYSQL_SYSVAR(gdb_path), MYSQL_SYSVAR(gdb_on_fatal), -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL MYSQL_SYSVAR(check_jemalloc), @@ -991,22 +989,20 @@ st_mysql_sys_var* system_variables[] = { MYSQL_SYSVAR(read_block_size), MYSQL_SYSVAR(read_buf_size), MYSQL_SYSVAR(row_format), +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR MYSQL_SYSVAR(rpl_check_readonly), MYSQL_SYSVAR(rpl_lookup_rows), MYSQL_SYSVAR(rpl_lookup_rows_delay), MYSQL_SYSVAR(rpl_unique_checks), MYSQL_SYSVAR(rpl_unique_checks_delay), - -#if TOKU_INCLUDE_UPSERT - MYSQL_SYSVAR(disable_slow_update), - MYSQL_SYSVAR(disable_slow_upsert), -#endif - +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR + MYSQL_SYSVAR(enable_fast_update), + MYSQL_SYSVAR(enable_fast_upsert), #if TOKU_INCLUDE_XA MYSQL_SYSVAR(support_xa), #endif -#if TOKUDB_DEBUG +#if defined(TOKUDB_DEBUG) && TOKUDB_DEBUG MYSQL_SYSVAR(debug_pause_background_job_manager), #endif // TOKUDB_DEBUG @@ -1055,14 +1051,14 @@ my_bool disable_prefetching(THD* thd) { my_bool disable_slow_alter(THD* thd) { return (THDVAR(thd, disable_slow_alter) != 0); } -#if TOKU_INCLUDE_UPSERT -my_bool disable_slow_update(THD* thd) { - return (THDVAR(thd, disable_slow_update) != 0); +#if defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT +my_bool enable_fast_update(THD* thd) { + return (THDVAR(thd, enable_fast_update) != 0); } -my_bool disable_slow_upsert(THD* thd) { - return (THDVAR(thd, disable_slow_upsert) != 0); +my_bool enable_fast_upsert(THD* thd) { + return (THDVAR(thd, enable_fast_upsert) != 0); } -#endif +#endif // defined(TOKU_INCLUDE_UPSERT) && TOKU_INCLUDE_UPSERT empty_scan_mode_t empty_scan(THD* thd) { return (empty_scan_mode_t)THDVAR(thd, empty_scan); } @@ -1120,6 +1116,7 @@ uint read_buf_size(THD* thd) { row_format_t row_format(THD *thd) { return (row_format_t) THDVAR(thd, row_format); } +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR my_bool rpl_check_readonly(THD* thd) { return (THDVAR(thd, rpl_check_readonly) != 0); } @@ -1135,11 +1132,12 @@ my_bool rpl_unique_checks(THD* thd) { ulonglong rpl_unique_checks_delay(THD* thd) { return THDVAR(thd, rpl_unique_checks_delay); } +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR my_bool support_xa(THD* thd) { return (THDVAR(thd, support_xa) != 0); } -#if TOKU_INCLUDE_OPTION_STRUCTS +#if defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS ha_create_table_option tokudb_table_options[] = { HA_TOPTION_SYSVAR("compression", row_format, row_format), HA_TOPTION_END @@ -1149,7 +1147,7 @@ ha_create_table_option tokudb_index_options[] = { HA_IOPTION_BOOL("clustering", clustering, 0), HA_IOPTION_END }; -#endif +#endif // defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS } // namespace sysvars } // namespace tokudb diff --git a/storage/tokudb/tokudb_sysvars.h b/storage/tokudb/tokudb_sysvars.h index 7701f211729c741f3736fc81aab7287cfd3487a1..2454f8fefd26c1e5918b562c867cd2ef8828bca2 100644 --- a/storage/tokudb/tokudb_sysvars.h +++ b/storage/tokudb/tokudb_sysvars.h @@ -26,7 +26,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #ifndef _TOKUDB_SYSVARS_H #define _TOKUDB_SYSVARS_H -#if TOKU_INCLUDE_OPTION_STRUCTS +#if defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS struct ha_table_option_struct { uint row_format; }; @@ -44,7 +44,7 @@ static inline bool key_is_clustering(const KEY *key) { static inline bool key_is_clustering(const KEY *key) { return key->flags & HA_CLUSTERING; } -#endif +#endif // defined(TOKU_INCLUDE_OPTION_STRUCTS) && TOKU_INCLUDE_OPTION_STRUCTS namespace tokudb { namespace sysvars { @@ -104,10 +104,12 @@ extern uint write_status_frequency; extern my_bool dir_per_db; extern char* version; -#if TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL +#if defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && \ + TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL extern char* gdb_path; extern my_bool gdb_on_fatal; -#endif +#endif // defined(TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL) && + // TOKU_INCLUDE_HANDLERTON_HANDLE_FATAL_SIGNAL extern my_bool check_jemalloc; @@ -131,8 +133,8 @@ my_bool create_index_online(THD* thd); my_bool disable_hot_alter(THD* thd); my_bool disable_prefetching(THD* thd); my_bool disable_slow_alter(THD* thd); -my_bool disable_slow_update(THD* thd); -my_bool disable_slow_upsert(THD* thd); +my_bool enable_fast_update(THD* thd); +my_bool enable_fast_upsert(THD* thd); empty_scan_mode_t empty_scan(THD* thd); uint fanout(THD* thd); my_bool hide_default_row_format(THD* thd); @@ -152,11 +154,13 @@ my_bool prelock_empty(THD* thd); uint read_block_size(THD* thd); uint read_buf_size(THD* thd); row_format_t row_format(THD *thd); +#if defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR my_bool rpl_check_readonly(THD* thd); my_bool rpl_lookup_rows(THD* thd); ulonglong rpl_lookup_rows_delay(THD* thd); my_bool rpl_unique_checks(THD* thd); ulonglong rpl_unique_checks_delay(THD* thd); +#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR my_bool support_xa(THD* thd); extern st_mysql_sys_var* system_variables[]; diff --git a/storage/tokudb/tokudb_thread.h b/storage/tokudb/tokudb_thread.h index 5df0159901f8f5a639523f19a2a921357f9f9dfa..fac90181bb4c200ec14e6e595ce4799be2d7f49d 100644 --- a/storage/tokudb/tokudb_thread.h +++ b/storage/tokudb/tokudb_thread.h @@ -47,16 +47,16 @@ class mutex_t { void reinit(pfs_key_t key); void lock( -#ifdef HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) || defined(HAVE_PSI_MUTEX_INTERFACE) const char* src_file, uint src_line -#endif // HAVE_PSI_MUTEX_INTERFACE +#endif // SAFE_MUTEX || HAVE_PSI_MUTEX_INTERFACE ); void unlock( -#ifdef HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) const char* src_file, uint src_line -#endif // HAVE_PSI_MUTEX_INTERFACE +#endif // SAFE_MUTEX ); #ifdef TOKUDB_DEBUG bool is_owned_by_me(void) const; @@ -223,18 +223,18 @@ inline void mutex_t::reinit(pfs_key_t key) { assert_debug(r == 0); } inline void mutex_t::lock( -#ifdef HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) || defined(HAVE_PSI_MUTEX_INTERFACE) const char* src_file, uint src_line -#endif // HAVE_PSI_MUTEX_INTERFACE +#endif // SAFE_MUTEX || HAVE_PSI_MUTEX_INTERFACE ) { assert_debug(is_owned_by_me() == false); int r MY_ATTRIBUTE((unused)) = inline_mysql_mutex_lock(&_mutex -#ifdef HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) || defined(HAVE_PSI_MUTEX_INTERFACE) , src_file, src_line -#endif // HAVE_PSI_MUTEX_INTERFACE +#endif // SAFE_MUTEX || HAVE_PSI_MUTEX_INTERFACE ); assert_debug(r == 0); #ifdef TOKUDB_DEBUG @@ -243,15 +243,11 @@ inline void mutex_t::lock( #endif } inline void mutex_t::unlock( -#ifdef HAVE_PSI_MUTEX_INTERFACE +#if defined(SAFE_MUTEX) const char* src_file, uint src_line -#endif // HAVE_PSI_MUTEX_INTERFACE - ) { -#ifndef SAFE_MUTEX - (void)(src_file); - (void)(src_line); #endif // SAFE_MUTEX + ) { #ifdef TOKUDB_DEBUG assert_debug(_owners > 0); assert_debug(is_owned_by_me()); @@ -259,7 +255,7 @@ inline void mutex_t::unlock( _owner = _null_owner; #endif int r MY_ATTRIBUTE((unused)) = inline_mysql_mutex_unlock(&_mutex -#ifdef SAFE_MUTEX +#if defined(SAFE_MUTEX) , src_file, src_line diff --git a/storage/tokudb/tokudb_update_fun.cc b/storage/tokudb/tokudb_update_fun.cc index 05149d17317b45760cae34b68ab2feb0da5a841e..f9b8372ec345d7a32be5e0c584ee0b4867455677 100644 --- a/storage/tokudb/tokudb_update_fun.cc +++ b/storage/tokudb/tokudb_update_fun.cc @@ -343,14 +343,11 @@ static inline uint32_t copy_toku_blob( return (length + len_bytes); } -static int tokudb_hcad_update_fun( - DB* db, - const DBT* key, - const DBT* old_val, - const DBT* extra, - void (*set_val)(const DBT* new_val, void* set_extra), - void* set_extra) { - +static int tokudb_hcad_update_fun(const DBT* old_val, + const DBT* extra, + void (*set_val)(const DBT* new_val, + void* set_extra), + void* set_extra) { uint32_t max_num_bytes; uint32_t num_columns; DBT new_val; @@ -761,14 +758,11 @@ static int tokudb_hcad_update_fun( // Expand the variable offset array in the old row given the update mesage // in the extra. -static int tokudb_expand_variable_offsets( - DB* db, - const DBT* key, - const DBT* old_val, - const DBT* extra, - void (*set_val)(const DBT* new_val, void* set_extra), - void* set_extra) { - +static int tokudb_expand_variable_offsets(const DBT* old_val, + const DBT* extra, + void (*set_val)(const DBT* new_val, + void* set_extra), + void* set_extra) { int error = 0; tokudb::buffer extra_val(extra->data, 0, extra->size); @@ -840,14 +834,11 @@ static int tokudb_expand_variable_offsets( } // Expand an int field in a old row given the expand message in the extra. -static int tokudb_expand_int_field( - DB* db, - const DBT* key, - const DBT* old_val, - const DBT* extra, - void (*set_val)(const DBT* new_val, void* set_extra), - void* set_extra) { - +static int tokudb_expand_int_field(const DBT* old_val, + const DBT* extra, + void (*set_val)(const DBT* new_val, + void* set_extra), + void* set_extra) { int error = 0; tokudb::buffer extra_val(extra->data, 0, extra->size); @@ -937,14 +928,11 @@ static int tokudb_expand_int_field( } // Expand a char field in a old row given the expand message in the extra. -static int tokudb_expand_char_field( - DB* db, - const DBT* key, - const DBT* old_val, - const DBT* extra, - void (*set_val)(const DBT* new_val, void* set_extra), - void* set_extra) { - +static int tokudb_expand_char_field(const DBT* old_val, + const DBT* extra, + void (*set_val)(const DBT* new_val, + void* set_extra), + void* set_extra) { int error = 0; tokudb::buffer extra_val(extra->data, 0, extra->size); @@ -1497,14 +1485,11 @@ static uint8_t *consume_uint8_array(tokudb::buffer &b, uint32_t array_size) { return p; } -static int tokudb_expand_blobs( - DB* db, - const DBT* key_dbt, - const DBT* old_val_dbt, - const DBT* extra, - void (*set_val)(const DBT* new_val_dbt, void* set_extra), - void* set_extra) { - +static int tokudb_expand_blobs(const DBT* old_val_dbt, + const DBT* extra, + void (*set_val)(const DBT* new_val_dbt, + void* set_extra), + void* set_extra) { tokudb::buffer extra_val(extra->data, 0, extra->size); uint8_t operation; @@ -1549,12 +1534,9 @@ static int tokudb_expand_blobs( // Decode and apply a sequence of update operations defined in the extra to // the old value and put the result in the new value. -static void apply_1_updates( - tokudb::value_map& vd, - tokudb::buffer& new_val, - tokudb::buffer& old_val, - tokudb::buffer& extra_val) { - +static void apply_1_updates(tokudb::value_map& vd, + tokudb::buffer& old_val, + tokudb::buffer& extra_val) { uint32_t num_updates; extra_val.consume(&num_updates, sizeof num_updates); for ( ; num_updates > 0; num_updates--) { @@ -1628,14 +1610,11 @@ static void apply_1_updates( // Simple update handler. Decode the update message, apply the update operations // to the old value, and set the new value. -static int tokudb_update_1_fun( - DB* db, - const DBT* key_dbt, - const DBT* old_val_dbt, - const DBT* extra, - void (*set_val)(const DBT* new_val_dbt, void* set_extra), - void* set_extra) { - +static int tokudb_update_1_fun(const DBT* old_val_dbt, + const DBT* extra, + void (*set_val)(const DBT* new_val_dbt, + void* set_extra), + void* set_extra) { tokudb::buffer extra_val(extra->data, 0, extra->size); uint8_t operation; @@ -1669,7 +1648,7 @@ static int tokudb_update_1_fun( m_bytes_per_offset); // apply updates to new val - apply_1_updates(vd, new_val, old_val, extra_val); + apply_1_updates(vd, old_val, extra_val); // set the new val DBT new_val_dbt; memset(&new_val_dbt, 0, sizeof new_val_dbt); @@ -1685,14 +1664,11 @@ static int tokudb_update_1_fun( // then insert a new value from the extra. // Otherwise, apply the update operations to the old value, and then set the // new value. -static int tokudb_upsert_1_fun( - DB* db, - const DBT* key_dbt, - const DBT* old_val_dbt, - const DBT* extra, - void (*set_val)(const DBT* new_val_dbt, void* set_extra), - void* set_extra) { - +static int tokudb_upsert_1_fun(const DBT* old_val_dbt, + const DBT* extra, + void (*set_val)(const DBT* new_val_dbt, + void* set_extra), + void* set_extra) { tokudb::buffer extra_val(extra->data, 0, extra->size); uint8_t operation; @@ -1736,7 +1712,7 @@ static int tokudb_upsert_1_fun( m_bytes_per_offset); // apply updates to new val - apply_1_updates(vd, new_val, old_val, extra_val); + apply_1_updates(vd, old_val, extra_val); // set the new val DBT new_val_dbt; memset(&new_val_dbt, 0, sizeof new_val_dbt); @@ -1750,12 +1726,9 @@ static int tokudb_upsert_1_fun( // Decode and apply a sequence of update operations defined in the extra to the // old value and put the result in the new value. -static void apply_2_updates( - tokudb::value_map& vd, - tokudb::buffer& new_val, - tokudb::buffer& old_val, - tokudb::buffer& extra_val) { - +static void apply_2_updates(tokudb::value_map& vd, + tokudb::buffer& old_val, + tokudb::buffer& extra_val) { uint32_t num_updates = consume_uint32(extra_val); for (uint32_t i = 0; i < num_updates; i++) { uint32_t update_operation = consume_uint32(extra_val); @@ -1856,14 +1829,11 @@ static void apply_2_updates( // Simple update handler. Decode the update message, apply the update // operations to the old value, and set the new value. -static int tokudb_update_2_fun( - DB* db, - const DBT* key_dbt, - const DBT* old_val_dbt, - const DBT* extra, - void (*set_val)(const DBT* new_val_dbt, void* set_extra), - void* set_extra) { - +static int tokudb_update_2_fun(const DBT* old_val_dbt, + const DBT* extra, + void (*set_val)(const DBT* new_val_dbt, + void* set_extra), + void* set_extra) { tokudb::buffer extra_val(extra->data, 0, extra->size); uint8_t op; @@ -1883,7 +1853,7 @@ static int tokudb_update_2_fun( tokudb::value_map vd(&new_val); // apply updates to new val - apply_2_updates(vd, new_val, old_val, extra_val); + apply_2_updates(vd, old_val, extra_val); // set the new val DBT new_val_dbt; memset(&new_val_dbt, 0, sizeof new_val_dbt); @@ -1899,14 +1869,11 @@ static int tokudb_update_2_fun( // then insert a new value from the extra. // Otherwise, apply the update operations to the old value, and then set the // new value. -static int tokudb_upsert_2_fun( - DB* db, - const DBT* key_dbt, - const DBT* old_val_dbt, - const DBT* extra, - void (*set_val)(const DBT* new_val_dbt, void* set_extra), - void* set_extra) { - +static int tokudb_upsert_2_fun(const DBT* old_val_dbt, + const DBT* extra, + void (*set_val)(const DBT* new_val_dbt, + void* set_extra), + void* set_extra) { tokudb::buffer extra_val(extra->data, 0, extra->size); uint8_t op; @@ -1937,7 +1904,7 @@ static int tokudb_upsert_2_fun( tokudb::value_map vd(&new_val); // apply updates to new val - apply_2_updates(vd, new_val, old_val, extra_val); + apply_2_updates(vd, old_val, extra_val); // set the new val DBT new_val_dbt; memset(&new_val_dbt, 0, sizeof new_val_dbt); @@ -1952,101 +1919,46 @@ static int tokudb_upsert_2_fun( // This function is the update callback function that is registered with the // YDB environment. It uses the first byte in the update message to identify // the update message type and call the handler for that message. -int tokudb_update_fun( - DB* db, - const DBT* key, - const DBT* old_val, - const DBT* extra, - void (*set_val)(const DBT* new_val, void* set_extra), - void* set_extra) { - +int tokudb_update_fun(TOKUDB_UNUSED(DB* db), + TOKUDB_UNUSED(const DBT* key), + const DBT* old_val, + const DBT* extra, + void (*set_val)(const DBT* new_val, void* set_extra), + void* set_extra) { assert_always(extra->size > 0); uint8_t* extra_pos = (uchar*)extra->data; uint8_t operation = extra_pos[0]; int error; switch (operation) { case UPDATE_OP_COL_ADD_OR_DROP: - error = tokudb_hcad_update_fun( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_hcad_update_fun(old_val, extra, set_val, set_extra); break; case UPDATE_OP_EXPAND_VARIABLE_OFFSETS: - error = tokudb_expand_variable_offsets( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = + tokudb_expand_variable_offsets(old_val, extra, set_val, set_extra); break; case UPDATE_OP_EXPAND_INT: case UPDATE_OP_EXPAND_UINT: - error = tokudb_expand_int_field( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_expand_int_field(old_val, extra, set_val, set_extra); break; case UPDATE_OP_EXPAND_CHAR: case UPDATE_OP_EXPAND_BINARY: - error = tokudb_expand_char_field( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_expand_char_field(old_val, extra, set_val, set_extra); break; case UPDATE_OP_EXPAND_BLOB: - error = tokudb_expand_blobs( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_expand_blobs(old_val, extra, set_val, set_extra); break; case UPDATE_OP_UPDATE_1: - error = tokudb_update_1_fun( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_update_1_fun(old_val, extra, set_val, set_extra); break; case UPDATE_OP_UPSERT_1: - error = tokudb_upsert_1_fun( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_upsert_1_fun(old_val, extra, set_val, set_extra); break; case UPDATE_OP_UPDATE_2: - error = tokudb_update_2_fun( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_update_2_fun(old_val, extra, set_val, set_extra); break; case UPDATE_OP_UPSERT_2: - error = tokudb_upsert_2_fun( - db, - key, - old_val, - extra, - set_val, - set_extra); + error = tokudb_upsert_2_fun(old_val, extra, set_val, set_extra); break; default: assert_unreachable(); diff --git a/storage/xtradb/.clang-format b/storage/xtradb/.clang-format new file mode 100644 index 0000000000000000000000000000000000000000..d757d0a5a0548bb92f2f6b144ed5dc358cb6d019 --- /dev/null +++ b/storage/xtradb/.clang-format @@ -0,0 +1,111 @@ +# generated with: +# clang-format-5.0 -style=Google --dump-config + +Language: Cpp +# BasedOnStyle: Google +AccessModifierOffset: -1 +AlignAfterOpenBracket: Align +AlignConsecutiveAssignments: false +AlignEscapedNewlines: Left +AlignOperands: true +AlignTrailingComments: true +AllowAllParametersOfDeclarationOnNextLine: true +AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: false +AllowShortFunctionsOnASingleLine: All +AlwaysBreakAfterDefinitionReturnType: None +AlwaysBreakBeforeMultilineStrings: true +AlwaysBreakTemplateDeclarations: true +BinPackArguments: true +BinPackParameters: true +BraceWrapping: + AfterClass: false + AfterControlStatement: false + AfterEnum: false + AfterFunction: false + AfterNamespace: false + AfterObjCDeclaration: false + AfterStruct: false + AfterUnion: false + BeforeCatch: false + BeforeElse: false + IndentBraces: false + SplitEmptyFunction: true + SplitEmptyRecord: true + SplitEmptyNamespace: true +BreakBeforeBinaryOperators: None +BreakBeforeBraces: Attach +BreakBeforeInheritanceComma: false +BreakBeforeTernaryOperators: true +BreakConstructorInitializersBeforeComma: false +BreakConstructorInitializers: BeforeColon +BreakAfterJavaFieldAnnotations: false +BreakStringLiterals: true +CommentPragmas: '^ IWYU pragma:' +CompactNamespaces: false +ConstructorInitializerAllOnOneLineOrOnePerLine: true +ConstructorInitializerIndentWidth: 4 +ContinuationIndentWidth: 4 +Cpp11BracedListStyle: true +DisableFormat: false +ExperimentalAutoDetectBinPacking: false +FixNamespaceComments: true +ForEachMacros: + - foreach + - Q_FOREACH + - BOOST_FOREACH +IncludeCategories: + - Regex: '^<.*\.h>' + Priority: 1 + - Regex: '^<.*' + Priority: 2 + - Regex: '.*' + Priority: 3 +IncludeIsMainRegex: '([-_](test|unittest))?$' +IndentCaseLabels: true +IndentWrappedFunctionNames: false +JavaScriptQuotes: Leave +JavaScriptWrapImports: true +KeepEmptyLinesAtTheStartOfBlocks: false +MacroBlockBegin: '' +MacroBlockEnd: '' +NamespaceIndentation: None +ObjCBlockIndentWidth: 2 +ObjCSpaceAfterProperty: false +ObjCSpaceBeforeProtocolList: false +PenaltyBreakAssignment: 2 +PenaltyBreakBeforeFirstCallParameter: 1 +PenaltyBreakComment: 300 +PenaltyBreakFirstLessLess: 120 +PenaltyBreakString: 1000 +PenaltyExcessCharacter: 1000000 +PenaltyReturnTypeOnItsOwnLine: 200 +SortUsingDeclarations: true +SpaceAfterTemplateKeyword: true +SpaceBeforeAssignmentOperators: true +SpaceBeforeParens: ControlStatements +SpaceInEmptyParentheses: false +SpacesBeforeTrailingComments: 2 +SpacesInAngles: false +SpacesInContainerLiterals: true +SpacesInCStyleCastParentheses: false +SpacesInParentheses: false +SpacesInSquareBrackets: false +Standard: Auto +TabWidth: 8 + + +# changes for MySQL 5.x (InnoDB) +AlignConsecutiveDeclarations: true +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +AlwaysBreakAfterReturnType: All +ColumnLimit: 78 +DerivePointerAlignment: false +IndentWidth: 8 +MaxEmptyLinesToKeep: 2 +PointerAlignment: Right +ReflowComments: false +SortIncludes: false +SpaceAfterCStyleCast: true +UseTab: Always diff --git a/storage/xtradb/CMakeLists.txt b/storage/xtradb/CMakeLists.txt index f5ec6fd746d5b0b226d799b1feea804333689a68..96856a922391e7df1385bcd48e3b7e7adf0e7568 100644 --- a/storage/xtradb/CMakeLists.txt +++ b/storage/xtradb/CMakeLists.txt @@ -62,9 +62,6 @@ IF(UNIX) LINK_LIBRARIES(${AIO_LIBRARY}) ENDIF() ADD_DEFINITIONS("-DUNIV_LINUX -D_GNU_SOURCE=1") - IF(HAVE_LIBNUMA) - LINK_LIBRARIES(numa) - ENDIF() ELSEIF(CMAKE_SYSTEM_NAME MATCHES "HP*") ADD_DEFINITIONS("-DUNIV_HPUX") ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "AIX") @@ -505,9 +502,15 @@ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le") ) ENDIF() +UNSET(NUMA_LIBRARY) +IF(HAVE_LIBNUMA) + SET(NUMA_LIBRARY "numa") +ENDIF() + MYSQL_ADD_PLUGIN(xtradb ${INNOBASE_SOURCES} STORAGE_ENGINE - DEFAULT RECOMPILE_FOR_EMBEDDED - LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT}) + DEFAULT + RECOMPILE_FOR_EMBEDDED + LINK_LIBRARIES ${ZLIB_LIBRARY} ${NUMA_LIBRARY} ${LINKER_SCRIPT}) IF(TARGET xtradb) IF(NOT XTRADB_OK) diff --git a/storage/xtradb/btr/btr0scrub.cc b/storage/xtradb/btr/btr0scrub.cc index 1b10b79838d82444e9617f5bb5a79c1d1f8badd3..2e667e64d0b5d242f127f8bfac8d7f65b4d5d87b 100644 --- a/storage/xtradb/btr/btr0scrub.cc +++ b/storage/xtradb/btr/btr0scrub.cc @@ -145,7 +145,7 @@ btr_scrub_lock_dict_func(ulint space_id, bool lock_to_close_table, time_t now = time(0); if (now >= last + 30) { fprintf(stderr, - "WARNING: %s:%u waited %ld seconds for" + "WARNING: %s:%u waited " TIMETPF " seconds for" " dict_sys lock, space: %lu" " lock_to_close_table: %d\n", file, line, now - start, space_id, diff --git a/storage/xtradb/buf/buf0buf.cc b/storage/xtradb/buf/buf0buf.cc index 8178692cd6057b5f63c7ed6f6cd39d53405dc7aa..a5c8da7c5a9585b4e97757f5a2b6a8f0f324c1b2 100644 --- a/storage/xtradb/buf/buf0buf.cc +++ b/storage/xtradb/buf/buf0buf.cc @@ -55,6 +55,9 @@ Created 11/5/1995 Heikki Tuuri #include "page0zip.h" #include "srv0mon.h" #include "buf0checksum.h" + +UNIV_INTERN my_bool srv_numa_interleave = FALSE; + #ifdef HAVE_LIBNUMA #include #include @@ -1405,7 +1408,8 @@ buf_chunk_init( /*===========*/ buf_pool_t* buf_pool, /*!< in: buffer pool instance */ buf_chunk_t* chunk, /*!< out: chunk of buffers */ - ulint mem_size) /*!< in: requested size in bytes */ + ulint mem_size, /*!< in: requested size in bytes */ + bool populate) /*!< in: virtual page preallocation */ { buf_block_t* block; byte* frame; @@ -1421,7 +1425,7 @@ buf_chunk_init( + (UNIV_PAGE_SIZE - 1), UNIV_PAGE_SIZE); chunk->mem_size = mem_size; - chunk->mem = os_mem_alloc_large(&chunk->mem_size); + chunk->mem = os_mem_alloc_large(&chunk->mem_size, populate); if (UNIV_UNLIKELY(chunk->mem == NULL)) { @@ -1640,6 +1644,7 @@ buf_pool_init_instance( /*===================*/ buf_pool_t* buf_pool, /*!< in: buffer pool instance */ ulint buf_pool_size, /*!< in: size in bytes */ + bool populate, /*!< in: virtual page preallocation */ ulint instance_no) /*!< in: id of the instance */ { ulint i; @@ -1666,7 +1671,7 @@ buf_pool_init_instance( buf_pool->chunks = chunk = (buf_chunk_t*) mem_zalloc(sizeof *chunk); - if (!buf_chunk_init(buf_pool, chunk, buf_pool_size)) { + if (!buf_chunk_init(buf_pool, chunk, buf_pool_size, populate)) { mem_free(chunk); mem_free(buf_pool); @@ -1821,6 +1826,7 @@ dberr_t buf_pool_init( /*==========*/ ulint total_size, /*!< in: size of the total pool in bytes */ + bool populate, /*!< in: virtual page preallocation */ ulint n_instances) /*!< in: number of instances */ { ulint i; @@ -1851,7 +1857,7 @@ buf_pool_init( for (i = 0; i < n_instances; i++) { buf_pool_t* ptr = &buf_pool_ptr[i]; - if (buf_pool_init_instance(ptr, size, i) != DB_SUCCESS) { + if (buf_pool_init_instance(ptr, size, populate, i) != DB_SUCCESS) { /* Free all the instances created so far. */ buf_pool_free(i); @@ -5044,7 +5050,7 @@ buf_page_io_complete(buf_page_t* bpage) && fil_page_get_type(frame) == FIL_PAGE_INDEX && page_is_leaf(frame)) { - if (bpage && bpage->encrypted) { + if (bpage->encrypted) { ib_logf(IB_LOG_LEVEL_WARN, "Table in tablespace " ULINTPF " encrypted." "However key management plugin or used " diff --git a/storage/xtradb/buf/buf0dump.cc b/storage/xtradb/buf/buf0dump.cc index 90358d34b04d25bc67e61f86851181a95a5e41c2..f73bf3bdc585e29d0c4c5b2b608c1322ade37980 100644 --- a/storage/xtradb/buf/buf0dump.cc +++ b/storage/xtradb/buf/buf0dump.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 2011, 2017, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. All Rights Reserved. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -200,8 +200,9 @@ buf_dump( { #define SHOULD_QUIT() (SHUTTING_DOWN() && obey_shutdown) + static const char format_name[]= "%s.incomplete"; char full_filename[OS_FILE_MAX_PATH]; - char tmp_filename[OS_FILE_MAX_PATH + sizeof "incomplete"]; + char tmp_filename[OS_FILE_MAX_PATH + sizeof(format_name)]; char now[32]; FILE* f; ulint i; @@ -212,7 +213,7 @@ buf_dump( srv_buf_dump_filename); ut_snprintf(tmp_filename, sizeof(tmp_filename), - "%s.incomplete", full_filename); + format_name, full_filename); buf_dump_status(STATUS_NOTICE, "Dumping buffer pool(s) to %s", full_filename); @@ -334,7 +335,7 @@ buf_dump( i + 1, srv_buf_pool_instances, j + 1, n_pages); } - if ( (j % 1024) == 0) { + if (SHUTTING_DOWN() && !(j % 1024)) { service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, "Dumping buffer pool " ULINTPF "/" ULINTPF ", " diff --git a/storage/xtradb/dict/dict0crea.cc b/storage/xtradb/dict/dict0crea.cc index 2fe9f8af4ecb03cd0c7bc8e871fc732179e43a43..639785bf84a38b00f8daf3aee7a2461f2f4b82aa 100644 --- a/storage/xtradb/dict/dict0crea.cc +++ b/storage/xtradb/dict/dict0crea.cc @@ -1363,6 +1363,21 @@ dict_create_or_check_foreign_constraint_tables(void) row_mysql_lock_data_dictionary(trx); + DBUG_EXECUTE_IF( + "create_and_drop_garbage", + err = que_eval_sql( + NULL, + "PROCEDURE CREATE_GARBAGE_TABLE_PROC () IS\n" + "BEGIN\n" + "CREATE TABLE\n" + "\"test/#sql-ib-garbage\"(ID CHAR);\n" + "CREATE UNIQUE CLUSTERED INDEX PRIMARY" + " ON \"test/#sql-ib-garbage\"(ID);\n" + "END;\n", FALSE, trx); + ut_ad(err == DB_SUCCESS); + row_drop_table_for_mysql("test/#sql-ib-garbage", + trx, TRUE, TRUE);); + /* Check which incomplete table definition to drop. */ if (sys_foreign_err == DB_CORRUPTION) { diff --git a/storage/xtradb/dict/dict0dict.cc b/storage/xtradb/dict/dict0dict.cc index 23082e53ec78a912c9cb3fe28d149875d05ffd43..15174b66632339058d5cca4eda488cdbc1d25ea2 100644 --- a/storage/xtradb/dict/dict0dict.cc +++ b/storage/xtradb/dict/dict0dict.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2017, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1996, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2012, Facebook Inc. Copyright (c) 2013, 2018, MariaDB Corporation. @@ -3394,7 +3394,10 @@ dict_foreign_find_index( table, col_names, columns, n_cols, index, types_idx, check_charsets, check_null, - error, err_col_no,err_index)) { + error, err_col_no,err_index) + && (!(index->online_status == + ONLINE_INDEX_ABORTED_DROPPED + ||index->online_status == ONLINE_INDEX_ABORTED))) { if (error) { *error = DB_SUCCESS; } diff --git a/storage/xtradb/fil/fil0crypt.cc b/storage/xtradb/fil/fil0crypt.cc index 932d7b9e31209988f3943aaca7d74c25d1bcfce4..7859fe67d40621812bd09a714dccd55ab3a41e45 100644 --- a/storage/xtradb/fil/fil0crypt.cc +++ b/storage/xtradb/fil/fil0crypt.cc @@ -2449,7 +2449,7 @@ fil_space_crypt_close_tablespace( if (now >= last + 30) { ib_logf(IB_LOG_LEVEL_WARN, - "Waited %ld seconds to drop space: %s (" ULINTPF + "Waited " TIMETPF " seconds to drop space: %s (" ULINTPF ") active threads %u flushing=%d.", now - start, space->name, space->id, cnt, flushing); last = now; diff --git a/storage/xtradb/fts/fts0blex.cc b/storage/xtradb/fts/fts0blex.cc index 2d71934fa0ef65323b976c4b8610f39038d92fa6..a8f231268acc6d39c02d26be2ff4100be8d793cb 100644 --- a/storage/xtradb/fts/fts0blex.cc +++ b/storage/xtradb/fts/fts0blex.cc @@ -701,9 +701,9 @@ extern int fts0blex (yyscan_t yyscanner); */ YY_DECL { - register yy_state_type yy_current_state; - register char *yy_cp, *yy_bp; - register int yy_act; + yy_state_type yy_current_state; + char *yy_cp, *yy_bp; + int yy_act; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; #line 43 "fts0blex.l" @@ -753,7 +753,7 @@ YY_DECL yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -984,9 +984,9 @@ case YY_STATE_EOF(INITIAL): static int yy_get_next_buffer (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; - register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - register char *source = yyg->yytext_ptr; - register int number_to_move, i; + char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; + char *source = yyg->yytext_ptr; + int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] ) @@ -1118,15 +1118,15 @@ static int yy_get_next_buffer (yyscan_t yyscanner) static yy_state_type yy_get_previous_state (yyscan_t yyscanner) { - register yy_state_type yy_current_state; - register char *yy_cp; + yy_state_type yy_current_state; + char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_current_state = yyg->yy_start; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -1151,11 +1151,11 @@ static yy_state_type yy_get_previous_state (yyscan_t yyscanner) */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) { - register int yy_is_jam; + int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ - register char *yy_cp = yyg->yy_c_buf_p; + char *yy_cp = yyg->yy_c_buf_p; - register YY_CHAR yy_c = 1; + YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -1912,7 +1912,7 @@ int fts0blex_destroy (yyscan_t yyscanner) #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused))) { - register int i; + int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } @@ -1921,7 +1921,7 @@ static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yys #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused))) { - register int n; + int n; for ( n = 0; s[n]; ++n ) ; diff --git a/storage/xtradb/fts/fts0fts.cc b/storage/xtradb/fts/fts0fts.cc index 5981c24c4703c32843ae7645284d81ecd35bbaad..ac7d5e4ecac18c909725e0e92b196b07a176efb5 100644 --- a/storage/xtradb/fts/fts0fts.cc +++ b/storage/xtradb/fts/fts0fts.cc @@ -67,7 +67,7 @@ UNIV_INTERN ulong fts_max_total_cache_size; /** This is FTS result cache limit for each query and would be a configurable variable */ -UNIV_INTERN ulong fts_result_cache_limit; +UNIV_INTERN size_t fts_result_cache_limit; /** Variable specifying the maximum FTS max token size */ UNIV_INTERN ulong fts_max_token_size; @@ -870,19 +870,19 @@ fts_drop_index( err = fts_drop_index_tables(trx, index); while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } - fts_free(table); + fts_free(table); return(err); } while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } current_doc_id = table->fts->cache->next_doc_id; first_doc_id = table->fts->cache->first_doc_id; @@ -901,9 +901,9 @@ fts_drop_index( if (index_cache != NULL) { while (index->index_fts_syncing - && !trx_is_interrupted(trx)) { - DICT_BG_YIELD(trx); - } + && !trx_is_interrupted(trx)) { + DICT_BG_YIELD(trx); + } if (index_cache->words) { fts_words_free(index_cache->words); rbt_free(index_cache->words); @@ -4308,7 +4308,7 @@ fts_sync_begin( if (fts_enable_diag_print) { ib_logf(IB_LOG_LEVEL_INFO, "FTS SYNC for table %s, deleted count: %ld size: " - "%lu bytes", + "%zu bytes", sync->table->name, ib_vector_size(cache->deleted_doc_ids), cache->total_size); diff --git a/storage/xtradb/fts/fts0pars.cc b/storage/xtradb/fts/fts0pars.cc index 19917ccd26aabdc4b62ece7d105cbcb9a52328de..b7fef4ea8cedad23ede20e6931db98c937bcea27 100644 --- a/storage/xtradb/fts/fts0pars.cc +++ b/storage/xtradb/fts/fts0pars.cc @@ -106,8 +106,8 @@ extern int ftserror(const char* p); typedef int (*fts_scanner)(YYSTYPE* val, yyscan_t yyscanner); struct fts_lexer_t { - fts_scanner scanner; - void* yyscanner; + fts_scanner scanner; + void* yyscanner; }; diff --git a/storage/xtradb/fts/fts0pars.y b/storage/xtradb/fts/fts0pars.y index 65c4189eecea37213baabf414c7d7381331126b6..36dae9f7ceb0d224f40ac9bab154de09a95fd044 100644 --- a/storage/xtradb/fts/fts0pars.y +++ b/storage/xtradb/fts/fts0pars.y @@ -52,8 +52,8 @@ extern int ftserror(const char* p); typedef int (*fts_scanner)(YYSTYPE* val, yyscan_t yyscanner); struct fts_lexer_struct { - fts_scanner scanner; - void* yyscanner; + fts_scanner scanner; + void* yyscanner; }; %} diff --git a/storage/xtradb/fts/fts0que.cc b/storage/xtradb/fts/fts0que.cc index 9966656e77254f41aa8a6f59bff4d72b0ff1ddaa..b9ad43c626ab366d0d11dd19efb421fc4720fc5e 100644 --- a/storage/xtradb/fts/fts0que.cc +++ b/storage/xtradb/fts/fts0que.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 2007, 2018, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -76,7 +76,7 @@ struct fts_query_t { fts_table_t fts_index_table;/*!< FTS auxiliary index table def */ - ulint total_size; /*!< total memory size used by query */ + size_t total_size; /*!< total memory size used by query */ fts_doc_ids_t* deleted; /*!< Deleted doc ids that need to be filtered from the output */ @@ -4058,7 +4058,7 @@ fts_query( /* Log memory consumption & result size */ ib_logf(IB_LOG_LEVEL_INFO, "Full Search Memory: " - "%lu (bytes), Row: %lu .", + "%zu (bytes), Row: %lu .", query.total_size, (*result)->rankings_by_id ? rbt_size((*result)->rankings_by_id) diff --git a/storage/xtradb/fts/fts0tlex.cc b/storage/xtradb/fts/fts0tlex.cc index d4d9b4c48d1b7a949d1aa03c933ea30d0922cabc..28fac9bf704b394c46e018bfebd724e4a7fdeb8e 100644 --- a/storage/xtradb/fts/fts0tlex.cc +++ b/storage/xtradb/fts/fts0tlex.cc @@ -697,9 +697,9 @@ extern int fts0tlex (yyscan_t yyscanner); */ YY_DECL { - register yy_state_type yy_current_state; - register char *yy_cp, *yy_bp; - register int yy_act; + yy_state_type yy_current_state; + char *yy_cp, *yy_bp; + int yy_act; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; #line 44 "fts0tlex.l" @@ -749,7 +749,7 @@ YY_DECL yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -976,9 +976,9 @@ case YY_STATE_EOF(INITIAL): static int yy_get_next_buffer (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; - register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - register char *source = yyg->yytext_ptr; - register int number_to_move, i; + char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; + char *source = yyg->yytext_ptr; + int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] ) @@ -1110,15 +1110,15 @@ static int yy_get_next_buffer (yyscan_t yyscanner) static yy_state_type yy_get_previous_state (yyscan_t yyscanner) { - register yy_state_type yy_current_state; - register char *yy_cp; + yy_state_type yy_current_state; + char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_current_state = yyg->yy_start; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -1143,11 +1143,11 @@ static int yy_get_next_buffer (yyscan_t yyscanner) */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) { - register int yy_is_jam; + int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ - register char *yy_cp = yyg->yy_c_buf_p; + char *yy_cp = yyg->yy_c_buf_p; - register YY_CHAR yy_c = 1; + YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; @@ -1905,7 +1905,7 @@ int fts0tlex_destroy (yyscan_t yyscanner) #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused))) { - register int i; + int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } @@ -1914,7 +1914,7 @@ static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yys #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused)) MY_ATTRIBUTE((unused))) { - register int n; + int n; for ( n = 0; s[n]; ++n ) ; diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc index 3cd7cb6977b906fc51c2baafb341b0de44a1e79e..ce986079b474596d229c0b9fe640c25b2e9f28b0 100644 --- a/storage/xtradb/handler/ha_innodb.cc +++ b/storage/xtradb/handler/ha_innodb.cc @@ -3555,13 +3555,13 @@ innobase_convert_identifier( ibool file_id)/*!< in: TRUE=id is a table or database name; FALSE=id is an UTF-8 string */ { - char nz2[MAX_TABLE_NAME_LEN + 1]; const char* s = id; int q; - if (file_id) { + char nz[MAX_TABLE_NAME_LEN + 1]; + char nz2[MAX_TABLE_NAME_LEN + 1]; - char nz[MAX_TABLE_NAME_LEN + 1]; + if (file_id) { /* Decode the table name. The MySQL function expects a NUL-terminated string. The input and output strings @@ -4072,6 +4072,11 @@ innobase_init( srv_data_home = (innobase_data_home_dir ? innobase_data_home_dir : default_path); +#ifdef WITH_WSREP + /* If we use the wsrep API, then we need to tell the server + the path to the data files (for passing it to the SST scripts): */ + wsrep_set_data_home_dir(innobase_data_home_dir); +#endif /* WITH_WSREP */ /* Set default InnoDB data file size to 12 MB and let it be auto-extending. Thus users can use InnoDB in >= 4.0 without having @@ -13458,35 +13463,36 @@ innobase_rename_table( row_mysql_lock_data_dictionary(trx); - dict_table_t* table = dict_table_open_on_name(norm_from, TRUE, FALSE, - DICT_ERR_IGNORE_NONE); + dict_table_t* table = NULL; + table = dict_table_open_on_name(norm_from, TRUE, FALSE, + DICT_ERR_IGNORE_NONE); - /* Since DICT_BG_YIELD has sleep for 250 milliseconds, + /* Since DICT_BG_YIELD has sleep for 250 milliseconds, Convert lock_wait_timeout unit from second to 250 milliseconds */ - long int lock_wait_timeout = thd_lock_wait_timeout(thd) * 4; - if (table != NULL) { - for (dict_index_t* index = dict_table_get_first_index(table); - index != NULL; - index = dict_table_get_next_index(index)) { - - if (index->type & DICT_FTS) { - /* Found */ - while (index->index_fts_syncing - && !trx_is_interrupted(trx) - && (lock_wait_timeout--) > 0) { - DICT_BG_YIELD(trx); - } - } - } - dict_table_close(table, TRUE, FALSE); - } + long int lock_wait_timeout = thd_lock_wait_timeout(thd) * 4; + if (table != NULL) { + for (dict_index_t* index = dict_table_get_first_index(table); + index != NULL; + index = dict_table_get_next_index(index)) { + + if (index->type & DICT_FTS) { + /* Found */ + while (index->index_fts_syncing + && !trx_is_interrupted(trx) + && (lock_wait_timeout--) > 0) { + DICT_BG_YIELD(trx); + } + } + } + dict_table_close(table, TRUE, FALSE); + } - /* FTS sync is in progress. We shall timeout this operation */ - if (lock_wait_timeout < 0) { - error = DB_LOCK_WAIT_TIMEOUT; - row_mysql_unlock_data_dictionary(trx); - DBUG_RETURN(error); - } + /* FTS sync is in progress. We shall timeout this operation */ + if (lock_wait_timeout < 0) { + error = DB_LOCK_WAIT_TIMEOUT; + row_mysql_unlock_data_dictionary(trx); + DBUG_RETURN(error); + } /* Transaction must be flagged as a locking transaction or it hasn't been started yet. */ @@ -13652,6 +13658,12 @@ ha_innobase::rename_table( error = DB_LOCK_WAIT; } + else if (error == DB_LOCK_WAIT_TIMEOUT) { + my_error(ER_LOCK_WAIT_TIMEOUT, MYF(0), to); + + error = DB_LOCK_WAIT; + } + DBUG_RETURN(convert_error_code_to_mysql(error, 0, NULL)); } @@ -15051,7 +15063,7 @@ get_foreign_key_info( /* Referenced (parent) table name */ ptr = dict_remove_db_name(foreign->referenced_table_name); - len = filename_to_tablename(ptr, name_buff, sizeof(name_buff)); + len = filename_to_tablename(ptr, name_buff, sizeof(name_buff), 1); f_key_info.referenced_table = thd_make_lex_string( thd, 0, name_buff, static_cast(len), 1); @@ -15067,7 +15079,7 @@ get_foreign_key_info( /* Dependent (child) table name */ ptr = dict_remove_db_name(foreign->foreign_table_name); - len = filename_to_tablename(ptr, name_buff, sizeof(name_buff)); + len = filename_to_tablename(ptr, name_buff, sizeof(name_buff), 1); f_key_info.foreign_table = thd_make_lex_string( thd, 0, name_buff, static_cast(len), 1); @@ -15083,41 +15095,25 @@ get_foreign_key_info( } while (++i < foreign->n_fields); if (foreign->type & DICT_FOREIGN_ON_DELETE_CASCADE) { - len = 7; - ptr = "CASCADE"; + f_key_info.delete_method = FK_OPTION_CASCADE; } else if (foreign->type & DICT_FOREIGN_ON_DELETE_SET_NULL) { - len = 8; - ptr = "SET NULL"; + f_key_info.delete_method = FK_OPTION_SET_NULL; } else if (foreign->type & DICT_FOREIGN_ON_DELETE_NO_ACTION) { - len = 9; - ptr = "NO ACTION"; + f_key_info.delete_method = FK_OPTION_NO_ACTION; } else { - len = 8; - ptr = "RESTRICT"; + f_key_info.delete_method = FK_OPTION_RESTRICT; } - f_key_info.delete_method = thd_make_lex_string( - thd, f_key_info.delete_method, ptr, - static_cast(len), 1); - if (foreign->type & DICT_FOREIGN_ON_UPDATE_CASCADE) { - len = 7; - ptr = "CASCADE"; + f_key_info.update_method = FK_OPTION_CASCADE; } else if (foreign->type & DICT_FOREIGN_ON_UPDATE_SET_NULL) { - len = 8; - ptr = "SET NULL"; + f_key_info.update_method = FK_OPTION_SET_NULL; } else if (foreign->type & DICT_FOREIGN_ON_UPDATE_NO_ACTION) { - len = 9; - ptr = "NO ACTION"; + f_key_info.update_method = FK_OPTION_NO_ACTION; } else { - len = 8; - ptr = "RESTRICT"; + f_key_info.update_method = FK_OPTION_RESTRICT; } - f_key_info.update_method = thd_make_lex_string( - thd, f_key_info.update_method, ptr, - static_cast(len), 1); - if (foreign->referenced_index && foreign->referenced_index->name) { referenced_key_name = thd_make_lex_string(thd, f_key_info.referenced_key_name, @@ -20726,10 +20722,10 @@ static MYSQL_SYSVAR_ULONG(ft_total_cache_size, fts_max_total_cache_size, "Total memory allocated for InnoDB Fulltext Search cache", NULL, NULL, 640000000, 32000000, 1600000000, 0); -static MYSQL_SYSVAR_ULONG(ft_result_cache_limit, fts_result_cache_limit, +static MYSQL_SYSVAR_SIZE_T(ft_result_cache_limit, fts_result_cache_limit, PLUGIN_VAR_RQCMDARG, "InnoDB Fulltext search query result cache limit in bytes", - NULL, NULL, 2000000000L, 1000000L, 4294967295UL, 0); + NULL, NULL, 2000000000L, 1000000L, SIZE_T_MAX, 0); static MYSQL_SYSVAR_ULONG(ft_min_token_size, fts_min_token_size, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY, diff --git a/storage/xtradb/handler/ha_innodb.h b/storage/xtradb/handler/ha_innodb.h index 3dbbc53a0e33bc09085aa411165ba45503fa6e04..2b562c6a39434f0727f99c45761e759995907524 100644 --- a/storage/xtradb/handler/ha_innodb.h +++ b/storage/xtradb/handler/ha_innodb.h @@ -206,7 +206,7 @@ class ha_innobase: public handler char* remote_path); const char* check_table_options(THD *thd, TABLE* table, HA_CREATE_INFO* create_info, const bool use_tablespace, const ulint file_format); - int create(const char *name, register TABLE *form, + int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info); int truncate(); int delete_table(const char *name); diff --git a/storage/xtradb/handler/handler0alter.cc b/storage/xtradb/handler/handler0alter.cc index 86c90edae0a65c44012efd8eb5754dfb91167da3..d977bbebfb1e7d242114aa0f934c64e12bc43990 100644 --- a/storage/xtradb/handler/handler0alter.cc +++ b/storage/xtradb/handler/handler0alter.cc @@ -757,29 +757,29 @@ innobase_set_foreign_key_option( ut_ad(!foreign->type); switch (fk_key->delete_opt) { - case Foreign_key::FK_OPTION_NO_ACTION: - case Foreign_key::FK_OPTION_RESTRICT: - case Foreign_key::FK_OPTION_DEFAULT: + case FK_OPTION_NO_ACTION: + case FK_OPTION_RESTRICT: + case FK_OPTION_SET_DEFAULT: foreign->type = DICT_FOREIGN_ON_DELETE_NO_ACTION; break; - case Foreign_key::FK_OPTION_CASCADE: + case FK_OPTION_CASCADE: foreign->type = DICT_FOREIGN_ON_DELETE_CASCADE; break; - case Foreign_key::FK_OPTION_SET_NULL: + case FK_OPTION_SET_NULL: foreign->type = DICT_FOREIGN_ON_DELETE_SET_NULL; break; } switch (fk_key->update_opt) { - case Foreign_key::FK_OPTION_NO_ACTION: - case Foreign_key::FK_OPTION_RESTRICT: - case Foreign_key::FK_OPTION_DEFAULT: + case FK_OPTION_NO_ACTION: + case FK_OPTION_RESTRICT: + case FK_OPTION_SET_DEFAULT: foreign->type |= DICT_FOREIGN_ON_UPDATE_NO_ACTION; break; - case Foreign_key::FK_OPTION_CASCADE: + case FK_OPTION_CASCADE: foreign->type |= DICT_FOREIGN_ON_UPDATE_CASCADE; break; - case Foreign_key::FK_OPTION_SET_NULL: + case FK_OPTION_SET_NULL: foreign->type |= DICT_FOREIGN_ON_UPDATE_SET_NULL; break; } diff --git a/storage/xtradb/include/buf0buf.h b/storage/xtradb/include/buf0buf.h index 0944b5d4067056f8b804585d2b216ad2fde89f18..b4ea4d56e3121ec8bb54e2f1617c229d228d45e1 100644 --- a/storage/xtradb/include/buf0buf.h +++ b/storage/xtradb/include/buf0buf.h @@ -217,6 +217,7 @@ dberr_t buf_pool_init( /*=========*/ ulint size, /*!< in: Size of the total pool in bytes */ + bool populate, /*!< in: Force virtual page preallocation */ ulint n_instances); /*!< in: Number of instances */ /********************************************************************//** Frees the buffer pool at shutdown. This must not be invoked before diff --git a/storage/xtradb/include/data0type.ic b/storage/xtradb/include/data0type.ic index a7e2eb0682c04b4ab6bed2454153075cf9a9da1a..63a0785744d946a73ebdf029dc40e4f55257a82e 100644 --- a/storage/xtradb/include/data0type.ic +++ b/storage/xtradb/include/data0type.ic @@ -525,7 +525,7 @@ dtype_get_fixed_size_low( return(0); } #endif /* UNIV_DEBUG */ - /* fall through */ + // fallthrough case DATA_CHAR: case DATA_FIXBINARY: case DATA_INT: @@ -603,7 +603,7 @@ dtype_get_min_size_low( return(0); } #endif /* UNIV_DEBUG */ - /* fall through */ + // fallthrough case DATA_CHAR: case DATA_FIXBINARY: case DATA_INT: diff --git a/storage/xtradb/include/dict0mem.h b/storage/xtradb/include/dict0mem.h index 16aaab3e621aec3659cb30b8c5af8c1525bc10d5..4fdff9ba80151b12acfab261c71fd06bc40b6338 100644 --- a/storage/xtradb/include/dict0mem.h +++ b/storage/xtradb/include/dict0mem.h @@ -378,8 +378,7 @@ dict_mem_table_add_col( const char* name, /*!< in: column name, or NULL */ ulint mtype, /*!< in: main datatype */ ulint prtype, /*!< in: precise type */ - ulint len) /*!< in: precision */ - MY_ATTRIBUTE((nonnull(1))); + ulint len); /*!< in: precision */ /**********************************************************************//** Renames a column of a table in the data dictionary cache. */ UNIV_INTERN diff --git a/storage/xtradb/include/fts0fts.h b/storage/xtradb/include/fts0fts.h index 4c2d247e0a621fa4120d1e32b0c072318faa90d3..ce30a17c4b4a765b6e904f139f301de36eadd043 100644 --- a/storage/xtradb/include/fts0fts.h +++ b/storage/xtradb/include/fts0fts.h @@ -355,7 +355,7 @@ extern ulong fts_max_cache_size; extern ulong fts_max_total_cache_size; /** Variable specifying the FTS result cache limit for each query */ -extern ulong fts_result_cache_limit; +extern size_t fts_result_cache_limit; /** Variable specifying the maximum FTS max token size */ extern ulong fts_max_token_size; diff --git a/storage/xtradb/include/fts0types.h b/storage/xtradb/include/fts0types.h index 0dad75d8f1bb56744f5833846825800bfb8319f6..9ecd9080881c3e7810eb56d0c99f78c68b6daba0 100644 --- a/storage/xtradb/include/fts0types.h +++ b/storage/xtradb/include/fts0types.h @@ -161,7 +161,7 @@ struct fts_cache_t { the document from the table. Each element is of type fts_doc_t */ - ulint total_size; /*!< total size consumed by the ilist + size_t total_size; /*!< total size consumed by the ilist field of all nodes. SYNC is run whenever this gets too big */ fts_sync_t* sync; /*!< sync structure to sync data to @@ -243,7 +243,7 @@ struct fts_fetch_t { fts_sql_callback read_record; /*!< Callback for reading index record */ - ulint total_memory; /*!< Total memory used */ + size_t total_memory; /*!< Total memory used */ }; /** For horizontally splitting an FTS auxiliary index */ diff --git a/storage/xtradb/include/os0proc.h b/storage/xtradb/include/os0proc.h index 613e3bd6947d9ea1762252858c89483d355c476d..d6aafccf48e6f5daaca0841609b7374a9a128d7e 100644 --- a/storage/xtradb/include/os0proc.h +++ b/storage/xtradb/include/os0proc.h @@ -58,7 +58,8 @@ UNIV_INTERN void* os_mem_alloc_large( /*===============*/ - ulint* n); /*!< in/out: number of bytes */ + ulint* n, /*!< in/out: number of bytes */ + bool populate); /*!< in: virtual page preallocation */ /****************************************************************//** Frees large pages memory. */ UNIV_INTERN diff --git a/storage/xtradb/include/univ.i b/storage/xtradb/include/univ.i index 7e1a6b0eeacd1877e91ebb855977158c05e66052..67e4d90d6df09fe8a9fcffabc598f678ccf1b1cf 100644 --- a/storage/xtradb/include/univ.i +++ b/storage/xtradb/include/univ.i @@ -45,10 +45,10 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 6 -#define INNODB_VERSION_BUGFIX 39 +#define INNODB_VERSION_BUGFIX 41 #ifndef PERCONA_INNODB_VERSION -#define PERCONA_INNODB_VERSION 83.1 +#define PERCONA_INNODB_VERSION 84.1 #endif /* Enable UNIV_LOG_ARCHIVE in XtraDB */ @@ -140,7 +140,6 @@ Sun Studio */ #endif /* #if (defined(WIN32) || ... */ #ifndef __WIN__ -#define __STDC_FORMAT_MACROS /* Enable C99 printf format macros */ #include #endif /* !__WIN__ */ @@ -472,6 +471,7 @@ macro ULINTPF. */ # define INT64PF "%lld" # define UINT64PF "%llu" # define UINT64PFx "%016llx" +# define TIMETPF "%ld" typedef __int64 ib_int64_t; typedef unsigned __int64 ib_uint64_t; typedef unsigned __int32 ib_uint32_t; @@ -481,6 +481,7 @@ typedef unsigned __int32 ib_uint32_t; # define INT64PF "%" PRId64 # define UINT64PF "%" PRIu64 # define UINT64PFx "%016" PRIx64 +# define TIMETPF "%" PRIdFAST32 typedef int64_t ib_int64_t; typedef uint64_t ib_uint64_t; typedef uint32_t ib_uint32_t; diff --git a/storage/xtradb/include/ut0counter.h b/storage/xtradb/include/ut0counter.h index edc0db3b03d2de43cfc618df37bec5a6f8e1cbb2..6fde8a7a638f0ee40122d9fb034fc901a60db1c7 100644 --- a/storage/xtradb/include/ut0counter.h +++ b/storage/xtradb/include/ut0counter.h @@ -32,6 +32,7 @@ Created 2012/04/12 by Sunny Bains #include #include "os0thread.h" #include "os0sync.h" +#include "my_atomic.h" /** Default number of slots to use in ib_counter_t */ #define IB_N_SLOTS 64 @@ -81,8 +82,8 @@ struct thread_id_indexer_t : public generic_indexer_t { } }; -/** Class for using fuzzy counters. The counter is not protected by any -mutex and the results are not guaranteed to be 100% accurate but close +/** Class for using fuzzy counters. The counter is relaxed atomic +so the results are not guaranteed to be 100% accurate but close enough. Creates an array of counters and separates each element by the CACHE_LINE_SIZE bytes */ template < @@ -91,20 +92,6 @@ template < template class Indexer = thread_id_indexer_t> struct MY_ALIGNED(CACHE_LINE_SIZE) ib_counter_t { -#ifdef UNIV_DEBUG - ~ib_counter_t() - { - size_t n = (CACHE_LINE_SIZE / sizeof(Type)); - - /* Check that we aren't writing outside our defined bounds. */ - for (size_t i = 0; i < UT_ARR_SIZE(m_counter); i += n) { - for (size_t j = 1; j < n - 1; ++j) { - ut_ad(m_counter[i + j] == 0); - } - } - } -#endif /* UNIV_DEBUG */ - /** Increment the counter by 1. */ void inc() UNIV_NOTHROW { add(1); } @@ -124,15 +111,36 @@ struct MY_ALIGNED(CACHE_LINE_SIZE) ib_counter_t ut_ad(i < UT_ARR_SIZE(m_counter)); - m_counter[i] += n; + if (sizeof(Type) == 8) { + my_atomic_add64_explicit( + reinterpret_cast(&m_counter[i]), + static_cast(n), MY_MEMORY_ORDER_RELAXED); + } else if (sizeof(Type) == 4) { + my_atomic_add32_explicit( + reinterpret_cast(&m_counter[i]), + static_cast(n), MY_MEMORY_ORDER_RELAXED); + } + compile_time_assert(sizeof(Type) == 8 || sizeof(Type) == 4); } - /* @return total value - not 100% accurate, since it is not atomic. */ + /* @return total value - not 100% accurate, since it is relaxed atomic. */ operator Type() const UNIV_NOTHROW { Type total = 0; for (size_t i = 0; i < N; ++i) { - total += m_counter[m_policy.offset(i)]; + if (sizeof(Type) == 8) { + total += static_cast< + Type>(my_atomic_load64_explicit( + reinterpret_cast(const_cast( + &m_counter[m_policy.offset(i)])), + MY_MEMORY_ORDER_RELAXED)); + } else if (sizeof(Type) == 4) { + total += static_cast< + Type>(my_atomic_load32_explicit( + reinterpret_cast(const_cast( + &m_counter[m_policy.offset(i)])), + MY_MEMORY_ORDER_RELAXED)); + } } return(total); diff --git a/storage/xtradb/lock/lock0lock.cc b/storage/xtradb/lock/lock0lock.cc index 549cc411f69754b9675027e2190c51c4e519efac..2183d281b7838cde5360331c53b3a6d83bb5dd78 100644 --- a/storage/xtradb/lock/lock0lock.cc +++ b/storage/xtradb/lock/lock0lock.cc @@ -5003,7 +5003,7 @@ lock_table_create( UT_LIST_ADD_LAST(trx_locks, trx->lock.trx_locks, lock); #ifdef WITH_WSREP - if (c_lock) { + if (c_lock && wsrep_on_trx(trx)) { if (wsrep_thd_is_wsrep(trx->mysql_thd) && wsrep_thd_is_BF(trx->mysql_thd, FALSE)) { UT_LIST_INSERT_AFTER( @@ -5244,9 +5244,10 @@ lock_table_enqueue_waiting( /* Enqueue the lock request that will wait to be granted */ #ifdef WITH_WSREP - if (trx->lock.was_chosen_as_deadlock_victim) { + if (trx->lock.was_chosen_as_deadlock_victim && wsrep_on_trx(trx)) { return(DB_DEADLOCK); } + lock = lock_table_create(c_lock, table, mode | LOCK_WAIT, trx); #else lock = lock_table_create(table, mode | LOCK_WAIT, trx); diff --git a/storage/xtradb/log/log0log.cc b/storage/xtradb/log/log0log.cc index 1420f5a3a12bd52cb1265a6bab1fd9ff5238b42c..19b4ac3732a56bbb9f3465f7ffc05eb8fdd2d321 100644 --- a/storage/xtradb/log/log0log.cc +++ b/storage/xtradb/log/log0log.cc @@ -1561,12 +1561,6 @@ log_write_up_to( return; } - if (srv_shutdown_state != SRV_SHUTDOWN_NONE) { - service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, - "log write up to: " LSN_PF, - lsn); - } - loop: ut_ad(++loop_count < 100); @@ -1679,6 +1673,13 @@ log_write_up_to( log_sys->buf_free += OS_FILE_LOG_BLOCK_SIZE; log_sys->write_end_offset = log_sys->buf_free; + if (UNIV_UNLIKELY(srv_shutdown_state != SRV_SHUTDOWN_NONE)) { + service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL, + "InnoDB log write: " + LSN_PF "," LSN_PF, + log_sys->write_lsn, lsn); + } + group = UT_LIST_GET_FIRST(log_sys->log_groups); /* Do the write to the log files */ diff --git a/storage/xtradb/log/log0online.cc b/storage/xtradb/log/log0online.cc index af32237243b3c178665ac81a18b6d9e8a54c94a2..42e92ea6f0efdd004ba53a4cfd298e791d7c026a 100644 --- a/storage/xtradb/log/log0online.cc +++ b/storage/xtradb/log/log0online.cc @@ -1522,10 +1522,10 @@ log_online_open_bitmap_file_read_only( if (srv_data_home_len && srv_data_home[srv_data_home_len-1] != SRV_PATH_SEPARATOR) { - ut_snprintf(bitmap_file->name, FN_REFLEN, "%s%c%s", + ut_snprintf(bitmap_file->name, sizeof(bitmap_file->name), "%s%c%s", srv_data_home, SRV_PATH_SEPARATOR, name); } else { - ut_snprintf(bitmap_file->name, FN_REFLEN, "%s%s", + ut_snprintf(bitmap_file->name, sizeof(bitmap_file->name), "%s%s", srv_data_home, name); } bitmap_file->file diff --git a/storage/xtradb/os/os0proc.cc b/storage/xtradb/os/os0proc.cc index ff6d65e4ae6716dbe7dab30903e0f1c2b1cb659f..6c9116e1397d201d3344c529e4bee476033de4aa 100644 --- a/storage/xtradb/os/os0proc.cc +++ b/storage/xtradb/os/os0proc.cc @@ -32,6 +32,14 @@ Created 9/30/1995 Heikki Tuuri #include "ut0mem.h" #include "ut0byte.h" +/* Linux release version */ +#if defined(UNIV_LINUX) && defined(_GNU_SOURCE) +#include /* strverscmp() */ +#include /* uname() */ +#endif + +#include "ha_prototypes.h" + /* FreeBSD for example has only MAP_ANON, Linux has MAP_ANONYMOUS and MAP_ANON but MAP_ANON is marked as deprecated */ #if defined(MAP_ANONYMOUS) @@ -40,10 +48,36 @@ MAP_ANON but MAP_ANON is marked as deprecated */ #define OS_MAP_ANON MAP_ANON #endif +/* Linux's MAP_POPULATE */ +#if defined(MAP_POPULATE) +#define OS_MAP_POPULATE MAP_POPULATE +#else +#define OS_MAP_POPULATE 0 +#endif + UNIV_INTERN ibool os_use_large_pages; /* Large page size. This may be a boot-time option on some platforms */ UNIV_INTERN ulint os_large_page_size; + +/****************************************************************//** +Retrieve and compare operating system release. +@return TRUE if the OS release is equal to, or later than release. */ +UNIV_INTERN +bool +os_compare_release( +/*===============*/ + const char* release /*!< in: OS release */ + MY_ATTRIBUTE((unused))) +{ +#if defined(UNIV_LINUX) && defined(_GNU_SOURCE) + struct utsname name; + return uname(&name) == 0 && strverscmp(name.release, release) >= 0; +#else + return false; +#endif +} + /****************************************************************//** Converts the current process id to a number. It is not guaranteed that the number is unique. In Linux returns the 'process number' of the current @@ -69,7 +103,8 @@ UNIV_INTERN void* os_mem_alloc_large( /*===============*/ - ulint* n) /*!< in/out: number of bytes */ + ulint* n, /*!< in/out: number of bytes */ + bool populate) /*!< in: virtual page preallocation */ { void* ptr; ulint size; @@ -155,12 +190,13 @@ os_mem_alloc_large( ut_ad(ut_is_2pow(size)); size = *n = ut_2pow_round(*n + (size - 1), size); ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, - MAP_PRIVATE | OS_MAP_ANON, -1, 0); - if (UNIV_UNLIKELY(ptr == (void*) -1)) { + MAP_PRIVATE | OS_MAP_ANON | + (populate ? OS_MAP_POPULATE : 0), -1, 0); + if (UNIV_UNLIKELY(ptr == MAP_FAILED)) { fprintf(stderr, "InnoDB: mmap(%lu bytes) failed;" " errno %lu\n", (ulong) size, (ulong) errno); - ptr = NULL; + return NULL; } else { os_fast_mutex_lock(&ut_list_mutex); ut_total_allocated_memory += size; @@ -168,6 +204,25 @@ os_mem_alloc_large( UNIV_MEM_ALLOC(ptr, size); } #endif + +#if OS_MAP_ANON && OS_MAP_POPULATE + /* MAP_POPULATE is only supported for private mappings + since Linux 2.6.23. */ + populate = populate && !os_compare_release("2.6.23"); + + if (populate) { + ib_logf(IB_LOG_LEVEL_WARN, "InnoDB: Warning: mmap(MAP_POPULATE) " + "is not supported for private mappings. " + "Forcing preallocation by faulting in pages.\n"); + } +#endif + + /* Initialize the entire buffer to force the allocation + of physical memory page frames. */ + if (populate) { + memset(ptr, '\0', size); + } + return(ptr); } diff --git a/storage/xtradb/pars/lexyy.cc b/storage/xtradb/pars/lexyy.cc index 62122bb9f6f2ff363db73f2024f9a459c516c423..bc6544b099d27136d129c698c8583a45153e3cf3 100644 --- a/storage/xtradb/pars/lexyy.cc +++ b/storage/xtradb/pars/lexyy.cc @@ -1187,9 +1187,9 @@ extern int yylex (void); */ YY_DECL { - register yy_state_type yy_current_state; - register char *yy_cp, *yy_bp; - register int yy_act; + yy_state_type yy_current_state; + char *yy_cp, *yy_bp; + int yy_act; #line 112 "pars0lex.l" @@ -1238,7 +1238,7 @@ YY_DECL yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -2380,9 +2380,9 @@ case YY_STATE_EOF(id): */ static int yy_get_next_buffer (void) { - register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - register char *source = (yytext_ptr); - register int number_to_move, i; + char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; + char *source = (yytext_ptr); + int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) @@ -2515,14 +2515,14 @@ static int yy_get_next_buffer (void) yy_state_type yy_get_previous_state (void) { - register yy_state_type yy_current_state; - register char *yy_cp; + yy_state_type yy_current_state; + char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -2547,10 +2547,10 @@ static int yy_get_next_buffer (void) */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { - register int yy_is_jam; - register char *yy_cp = (yy_c_buf_p); + int yy_is_jam; + char *yy_cp = (yy_c_buf_p); - register YY_CHAR yy_c = 1; + YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -3070,7 +3070,7 @@ MY_ATTRIBUTE((unused)) static int yylex_destroy (void) #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { - register int i; + int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } @@ -3079,7 +3079,7 @@ static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { - register int n; + int n; for ( n = 0; s[n]; ++n ) ; diff --git a/storage/xtradb/row/row0import.cc b/storage/xtradb/row/row0import.cc index 7cb4a9a503760cc047b71601d7ff47268edc83e9..2343e1bbfc96fcc8b9dd0b8ef8b454ea8041bec0 100644 --- a/storage/xtradb/row/row0import.cc +++ b/storage/xtradb/row/row0import.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 2012, 2016, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 2012, 2018, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2015, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under @@ -1949,7 +1949,11 @@ PageConverter::update_index_page( return(DB_SUCCESS); } - return page_is_leaf(block->frame) ? update_records(block) : DB_SUCCESS; + if (!page_is_leaf(block->frame)) { + return (DB_SUCCESS); + } + + return(update_records(block)); } /** diff --git a/storage/xtradb/row/row0log.cc b/storage/xtradb/row/row0log.cc index d86dcb077e56f78c856f6fe90942574b8235902f..0fc1af64b74b3748d9e331e75b75c59fa04d2fe2 100644 --- a/storage/xtradb/row/row0log.cc +++ b/storage/xtradb/row/row0log.cc @@ -236,7 +236,7 @@ row_log_block_allocate( DBUG_ENTER("row_log_block_allocate"); if (log_buf.block == NULL) { log_buf.size = srv_sort_buf_size; - log_buf.block = (byte*) os_mem_alloc_large(&log_buf.size); + log_buf.block = (byte*) os_mem_alloc_large(&log_buf.size, false); DBUG_EXECUTE_IF("simulate_row_log_allocation_failure", if (log_buf.block) os_mem_free_large(log_buf.block, log_buf.size); @@ -2916,8 +2916,8 @@ row_log_allocate( if (log_tmp_is_encrypted()) { ulint size = srv_sort_buf_size; - log->crypt_head = static_cast(os_mem_alloc_large(&size)); - log->crypt_tail = static_cast(os_mem_alloc_large(&size)); + log->crypt_head = static_cast(os_mem_alloc_large(&size, false)); + log->crypt_tail = static_cast(os_mem_alloc_large(&size, false)); if (!log->crypt_head || !log->crypt_tail) { row_log_free(log); diff --git a/storage/xtradb/row/row0merge.cc b/storage/xtradb/row/row0merge.cc index 9f8fc39e06b92d1bc3c584166d19d0938c00d4f6..e4440640431d6d9cdbdeaae6b219d3b1d8c17a74 100644 --- a/storage/xtradb/row/row0merge.cc +++ b/storage/xtradb/row/row0merge.cc @@ -3343,9 +3343,17 @@ row_merge_file_create_low( performance schema */ struct PSI_file_locker* locker = NULL; PSI_file_locker_state state; + if (!path) { + path = mysql_tmpdir; + } + static const char label[] = "/Innodb Merge Temp File"; + char* name = static_cast( + ut_malloc(strlen(path) + sizeof label)); + strcpy(name, path); + strcat(name, label); locker = PSI_FILE_CALL(get_thread_file_name_locker)( &state, innodb_file_temp_key, PSI_FILE_OPEN, - "Innodb Merge Temp File", &locker); + path ? name : label, &locker); if (locker != NULL) { PSI_FILE_CALL(start_file_open_wait)(locker, __FILE__, @@ -3358,6 +3366,7 @@ row_merge_file_create_low( PSI_FILE_CALL(end_file_open_wait_and_bind_to_descriptor)( locker, fd); } + ut_free(name); #endif if (fd < 0) { @@ -3888,7 +3897,7 @@ row_merge_build_indexes( block_size = 3 * srv_sort_buf_size; block = static_cast( - os_mem_alloc_large(&block_size)); + os_mem_alloc_large(&block_size, false)); if (block == NULL) { DBUG_RETURN(DB_OUT_OF_MEMORY); @@ -3898,7 +3907,7 @@ row_merge_build_indexes( encryption/decryption. */ if (log_tmp_is_encrypted()) { crypt_block = static_cast( - os_mem_alloc_large(&block_size)); + os_mem_alloc_large(&block_size, false)); if (crypt_block == NULL) { DBUG_RETURN(DB_OUT_OF_MEMORY); diff --git a/storage/xtradb/row/row0mysql.cc b/storage/xtradb/row/row0mysql.cc index c9684d491670d1f295e14cf0346bcb2316788491..88ebe24f3bbc7849895d4150f6dcdb220269f596 100644 --- a/storage/xtradb/row/row0mysql.cc +++ b/storage/xtradb/row/row0mysql.cc @@ -3319,7 +3319,7 @@ fil_wait_crypt_bg_threads( time_t now = time(0); if (now >= last + 30) { fprintf(stderr, - "WARNING: waited %ld seconds " + "WARNING: waited " TIMETPF " seconds " "for ref-count on table: %s space: %u\n", now - start, table->name, table->space); last = now; @@ -3327,7 +3327,7 @@ fil_wait_crypt_bg_threads( if (now >= start + 300) { fprintf(stderr, - "WARNING: after %ld seconds, gave up waiting " + "WARNING: after " TIMETPF " seconds, gave up waiting " "for ref-count on table: %s space: %u\n", now - start, table->name, table->space); break; @@ -4059,7 +4059,9 @@ row_drop_table_for_mysql( dict_stats_recalc_pool_del(table); dict_stats_defrag_pool_del(table, NULL); - btr_defragment_remove_table(table); + if (btr_defragment_thread_active) { + btr_defragment_remove_table(table); + } /* Remove stats for this table and all of its indexes from the persistent storage if it exists and if there are stats for this @@ -4233,7 +4235,8 @@ row_drop_table_for_mysql( hold the InnoDB dictionary lock, we will drop any adaptive hash index entries upfront. */ while (buf_LRU_drop_page_hash_for_tablespace(table)) { - if (trx_is_interrupted(trx) + if ((!dict_table_is_temporary(table) + && trx_is_interrupted(trx)) || srv_shutdown_state != SRV_SHUTDOWN_NONE) { err = DB_INTERRUPTED; goto funct_exit; @@ -4287,95 +4290,87 @@ row_drop_table_for_mysql( info = pars_info_create(); - pars_info_add_str_literal(info, "table_name", name); + pars_info_add_str_literal(info, "name", name); - err = que_eval_sql(info, - "PROCEDURE DROP_TABLE_PROC () IS\n" - "sys_foreign_id CHAR;\n" - "table_id CHAR;\n" - "index_id CHAR;\n" - "foreign_id CHAR;\n" - "space_id INT;\n" - "found INT;\n" + if (strcmp(name, "SYS_FOREIGN") && strcmp(name, "SYS_FOREIGN_COLS") + && dict_table_get_low("SYS_FOREIGN") + && dict_table_get_low("SYS_FOREIGN_COLS")) { + err = que_eval_sql( + info, + "PROCEDURE DROP_FOREIGN_PROC () IS\n" + "fid CHAR;\n" - "DECLARE CURSOR cur_fk IS\n" - "SELECT ID FROM SYS_FOREIGN\n" - "WHERE FOR_NAME = :table_name\n" - "AND TO_BINARY(FOR_NAME)\n" - " = TO_BINARY(:table_name)\n" - "LOCK IN SHARE MODE;\n" + "DECLARE CURSOR fk IS\n" + "SELECT ID FROM SYS_FOREIGN\n" + "WHERE FOR_NAME = :name\n" + "AND TO_BINARY(FOR_NAME) = TO_BINARY(:name)\n" + "FOR UPDATE;\n" - "DECLARE CURSOR cur_idx IS\n" - "SELECT ID FROM SYS_INDEXES\n" - "WHERE TABLE_ID = table_id\n" - "LOCK IN SHARE MODE;\n" + "BEGIN\n" + "OPEN fk;\n" + "WHILE 1 = 1 LOOP\n" + " FETCH fk INTO fid;\n" + " IF (SQL % NOTFOUND) THEN RETURN; END IF;\n" + " DELETE FROM SYS_FOREIGN_COLS WHERE ID = fid;\n" + " DELETE FROM SYS_FOREIGN WHERE ID = fid;\n" + "END LOOP;\n" + "CLOSE fk;\n" + "END;\n", FALSE, trx); + if (err == DB_SUCCESS) { + info = pars_info_create(); + pars_info_add_str_literal(info, "name", name); + goto do_drop; + } + } else { +do_drop: + err = que_eval_sql( + info, + "PROCEDURE DROP_TABLE_PROC () IS\n" + "table_id CHAR;\n" + "index_id CHAR;\n" - "BEGIN\n" - "SELECT ID INTO table_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = :table_name\n" - "LOCK IN SHARE MODE;\n" - "IF (SQL % NOTFOUND) THEN\n" - " RETURN;\n" - "END IF;\n" - "SELECT SPACE INTO space_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = :table_name;\n" - "IF (SQL % NOTFOUND) THEN\n" - " RETURN;\n" - "END IF;\n" - "found := 1;\n" - "SELECT ID INTO sys_foreign_id\n" - "FROM SYS_TABLES\n" - "WHERE NAME = 'SYS_FOREIGN'\n" - "LOCK IN SHARE MODE;\n" - "IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - "END IF;\n" - "IF (:table_name = 'SYS_FOREIGN') THEN\n" - " found := 0;\n" - "END IF;\n" - "IF (:table_name = 'SYS_FOREIGN_COLS') THEN\n" - " found := 0;\n" - "END IF;\n" - "OPEN cur_fk;\n" - "WHILE found = 1 LOOP\n" - " FETCH cur_fk INTO foreign_id;\n" - " IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - " ELSE\n" - " DELETE FROM SYS_FOREIGN_COLS\n" - " WHERE ID = foreign_id;\n" - " DELETE FROM SYS_FOREIGN\n" - " WHERE ID = foreign_id;\n" - " END IF;\n" - "END LOOP;\n" - "CLOSE cur_fk;\n" - "found := 1;\n" - "OPEN cur_idx;\n" - "WHILE found = 1 LOOP\n" - " FETCH cur_idx INTO index_id;\n" - " IF (SQL % NOTFOUND) THEN\n" - " found := 0;\n" - " ELSE\n" - " DELETE FROM SYS_FIELDS\n" - " WHERE INDEX_ID = index_id;\n" - " DELETE FROM SYS_INDEXES\n" - " WHERE ID = index_id\n" - " AND TABLE_ID = table_id;\n" - " END IF;\n" - "END LOOP;\n" - "CLOSE cur_idx;\n" - "DELETE FROM SYS_TABLESPACES\n" - "WHERE SPACE = space_id;\n" - "DELETE FROM SYS_DATAFILES\n" - "WHERE SPACE = space_id;\n" - "DELETE FROM SYS_COLUMNS\n" - "WHERE TABLE_ID = table_id;\n" - "DELETE FROM SYS_TABLES\n" - "WHERE NAME = :table_name;\n" - "END;\n" - , FALSE, trx); + "DECLARE CURSOR cur_idx IS\n" + "SELECT ID FROM SYS_INDEXES\n" + "WHERE TABLE_ID = table_id\n" + "FOR UPDATE;\n" + + "BEGIN\n" + "SELECT ID INTO table_id\n" + "FROM SYS_TABLES WHERE NAME = :name FOR UPDATE;\n" + "IF (SQL % NOTFOUND) THEN RETURN; END IF;\n" + "OPEN cur_idx;\n" + "WHILE 1 = 1 LOOP\n" + " FETCH cur_idx INTO index_id;\n" + " IF (SQL % NOTFOUND) THEN EXIT; END IF;\n" + " DELETE FROM SYS_FIELDS\n" + " WHERE INDEX_ID = index_id;\n" + " DELETE FROM SYS_INDEXES\n" + " WHERE ID = index_id AND TABLE_ID = table_id;\n" + "END LOOP;\n" + "CLOSE cur_idx;\n" + + "DELETE FROM SYS_COLUMNS WHERE TABLE_ID = table_id;\n" + "DELETE FROM SYS_TABLES WHERE NAME = :name;\n" + + "END;\n", FALSE, trx); + + if (err == DB_SUCCESS && table->space + && dict_table_get_low("SYS_TABLESPACES") + && dict_table_get_low("SYS_DATAFILES")) { + info = pars_info_create(); + pars_info_add_int4_literal(info, "id", + lint(table->space)); + err = que_eval_sql( + info, + "PROCEDURE DROP_SPACE_PROC () IS\n" + "BEGIN\n" + "DELETE FROM SYS_TABLESPACES\n" + "WHERE SPACE = :id;\n" + "DELETE FROM SYS_DATAFILES\n" + "WHERE SPACE = :id;\n" + "END;\n", FALSE, trx); + } + } switch (err) { ibool is_temp; @@ -4523,7 +4518,6 @@ row_drop_table_for_mysql( case DB_OUT_OF_FILE_SPACE: err = DB_MUST_GET_MORE_FILE_SPACE; - trx->error_state = err; row_mysql_handle_errors(&err, trx, NULL, NULL); @@ -5134,6 +5128,18 @@ row_rename_table_for_mysql( goto funct_exit; } + /* Wait for background fts sync to finish */ + for (retry = 1; dict_fts_index_syncing(table); ++retry) { + DICT_BG_YIELD(trx); + if (retry % 100 == 0) { + ib_logf(IB_LOG_LEVEL_INFO, + "Unable to rename table %s to new name" + " %s because FTS sync is running on table." + " Retrying\n", + old_name, new_name); + } + } + /* We use the private SQL parser of Innobase to generate the query graphs needed in updating the dictionary data from system tables. */ @@ -5310,8 +5316,9 @@ row_rename_table_for_mysql( } } - if ((dict_table_has_fts_index(table) - || DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_HAS_DOC_ID)) + if (err == DB_SUCCESS + && (dict_table_has_fts_index(table) + || DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_HAS_DOC_ID)) && !dict_tables_have_same_db(old_name, new_name)) { err = fts_rename_aux_tables(table, new_name, trx); if (err != DB_TABLE_NOT_FOUND) { diff --git a/storage/xtradb/row/row0sel.cc b/storage/xtradb/row/row0sel.cc index b6b5d107885da1a9aa1df410b755010a171a3569..264abed7c03e08578200310dab0801698d76bb2e 100644 --- a/storage/xtradb/row/row0sel.cc +++ b/storage/xtradb/row/row0sel.cc @@ -2738,8 +2738,7 @@ row_sel_field_store_in_mysql_format_func( case DATA_SYS: /* These column types should never be shipped to MySQL. */ ut_ad(0); - /* fall through */ - + break; case DATA_CHAR: case DATA_FIXBINARY: case DATA_FLOAT: @@ -4730,7 +4729,7 @@ row_search_for_mysql( prebuilt->new_rec_locks = 1; } err = DB_SUCCESS; - /* fall through */ + break; case DB_SUCCESS: break; case DB_LOCK_WAIT: diff --git a/storage/xtradb/srv/srv0conc.cc b/storage/xtradb/srv/srv0conc.cc index 1d77da63c247948f4501f41b14102e54bb839d01..0f8da9516deb7ebf8c88099de08a5369fb8a07fa 100644 --- a/storage/xtradb/srv/srv0conc.cc +++ b/storage/xtradb/srv/srv0conc.cc @@ -285,6 +285,7 @@ srv_conc_enter_innodb_with_atomics( notified_mysql = TRUE; } + DEBUG_SYNC_C("user_thread_waiting"); trx->op_info = "sleeping before entering InnoDB"; sleep_in_us = srv_thread_sleep_delay; diff --git a/storage/xtradb/srv/srv0srv.cc b/storage/xtradb/srv/srv0srv.cc index 31e8709593443d6a470f03dc50da1d0084b6add7..0133b17fada140f8e0ca2eafddf7d586b18d4a3a 100644 --- a/storage/xtradb/srv/srv0srv.cc +++ b/storage/xtradb/srv/srv0srv.cc @@ -175,7 +175,6 @@ use simulated aio we build below with threads. Currently we support native aio on windows and linux */ /* make srv_use_native_aio to be visible for other plugins */ my_bool srv_use_native_aio = TRUE; -UNIV_INTERN my_bool srv_numa_interleave = FALSE; /* Default compression level if page compression is used and no compression level is set for the table*/ @@ -3236,9 +3235,17 @@ srv_purge_should_exit(ulint n_purged) } /* Slow shutdown was requested. */ if (n_purged) { - service_manager_extend_timeout( - INNODB_EXTEND_TIMEOUT_INTERVAL, - "InnoDB " ULINTPF " pages purged", n_purged); +#if defined HAVE_SYSTEMD && !defined EMBEDDED_LIBRARY + static ib_time_t progress_time; + ib_time_t time = ut_time(); + if (time - progress_time >= 15) { + progress_time = time; + service_manager_extend_timeout( + INNODB_EXTEND_TIMEOUT_INTERVAL, + "InnoDB: to purge " ULINTPF " transactions", + trx_sys->rseg_history_len); + } +#endif /* The previous round still did some work. */ return(false); } diff --git a/storage/xtradb/srv/srv0start.cc b/storage/xtradb/srv/srv0start.cc index 4ed310089acc6381f85b452d033be2c9fdb45dd7..75b664a055807856c424671e584e69417d3c0b80 100644 --- a/storage/xtradb/srv/srv0start.cc +++ b/storage/xtradb/srv/srv0start.cc @@ -2184,7 +2184,8 @@ innobase_start_or_create_for_mysql() ib_logf(IB_LOG_LEVEL_INFO, "Initializing buffer pool, size = %.1f%c", size, unit); - err = buf_pool_init(srv_buf_pool_size, srv_buf_pool_instances); + err = buf_pool_init(srv_buf_pool_size, static_cast(srv_numa_interleave), + srv_buf_pool_instances); if (err != DB_SUCCESS) { ib_logf(IB_LOG_LEVEL_ERROR, diff --git a/storage/xtradb/trx/trx0purge.cc b/storage/xtradb/trx/trx0purge.cc index cbf783628f9d40e4ad8925adde6c207fd7bdf587..11522ea5f9ce89bce58c12448a7780ce878d3c26 100644 --- a/storage/xtradb/trx/trx0purge.cc +++ b/storage/xtradb/trx/trx0purge.cc @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 1996, 2017, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. All Rights Reserved. +Copyright (c) 2017, 2018, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -247,18 +247,20 @@ trx_purge_add_update_undo_to_history( hist_size + undo->size, MLOG_4BYTES, mtr); } - /* Before any transaction-generating background threads or the + /* After the purge thread has been given permission to exit, + we may roll back transactions (trx->undo_no==0) + in THD::cleanup() invoked from unlink_thd() in fast shutdown, + or in trx_rollback_resurrected() in slow shutdown. + + Before any transaction-generating background threads or the purge have been started, recv_recovery_rollback_active() can start transactions in row_merge_drop_temp_indexes() and - fts_drop_orphaned_tables(), and roll back recovered transactions. - After the purge thread has been given permission to exit, - in fast shutdown, we may roll back transactions (trx->undo_no==0) - in THD::cleanup() invoked from unlink_thd(). */ + fts_drop_orphaned_tables(), and roll back recovered transactions. */ ut_ad(srv_undo_sources - || ((srv_startup_is_before_trx_rollback_phase + || trx->undo_no == 0 + || ((srv_is_being_started || trx_rollback_or_clean_is_active) - && purge_sys->state == PURGE_STATE_INIT) - || (trx->undo_no == 0 && srv_fast_shutdown)); + && purge_sys->state == PURGE_STATE_INIT)); /* Add the log as the first in the history list */ flst_add_first(rseg_header + TRX_RSEG_HISTORY, diff --git a/strings/ctype-uca.c b/strings/ctype-uca.c index eef5c95068417f635f867fbe82a02e4b22c1e126..11cb184813b50092c1b7fc8772da6a1c1a6dec9d 100644 --- a/strings/ctype-uca.c +++ b/strings/ctype-uca.c @@ -32292,11 +32292,11 @@ int my_wildcmp_uca_impl(CHARSET_INFO *cs, const char *wildstr,const char *wildend, int escape, int w_one, int w_many, int recurse_level) { - int result= -1; /* Not found, using wildcards */ + int result= -1; /* Not found, using wildcards */ my_wc_t s_wc, w_wc; int scan; my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc; - + if (my_string_stack_guard && my_string_stack_guard(recurse_level)) return 1; while (wildstr != wildend) @@ -32305,119 +32305,121 @@ int my_wildcmp_uca_impl(CHARSET_INFO *cs, { my_bool escaped= 0; if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <= 0) - return 1; + (const uchar*)wildend)) <= 0) + return 1; - if (w_wc == (my_wc_t)w_many) + if (w_wc == (my_wc_t) w_many) { - result= 1; /* Found an anchor char */ + result= 1; /* Found an anchor char */ break; } wildstr+= scan; - if (w_wc == (my_wc_t)escape) + if (w_wc == (my_wc_t) escape && wildstr < wildend) { if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <= 0) + (const uchar*)wildend)) <= 0) return 1; wildstr+= scan; escaped= 1; } - + if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, - (const uchar*)str_end)) <= 0) + (const uchar*)str_end)) <= 0) return 1; str+= scan; - - if (!escaped && w_wc == (my_wc_t)w_one) + + if (!escaped && w_wc == (my_wc_t) w_one) { - result= 1; /* Found an anchor char */ + result= 1; /* Found an anchor char */ } else { if (my_uca_charcmp(cs,s_wc,w_wc)) - return 1; + return 1; /* No match */ } if (wildstr == wildend) - return (str != str_end); /* Match if both are at end */ + return (str != str_end); /* Match if both are at end */ } - - - if (w_wc == (my_wc_t)w_many) - { /* Found w_many */ - + + if (w_wc == (my_wc_t) w_many) + { /* Found w_many */ /* Remove any '%' and '_' from the wild search string */ for ( ; wildstr != wildend ; ) { if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <= 0) + (const uchar*)wildend)) <= 0) return 1; - - if (w_wc == (my_wc_t)w_many) - { - wildstr+= scan; - continue; - } - - if (w_wc == (my_wc_t)w_one) - { - wildstr+= scan; - if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, - (const uchar*)str_end)) <= 0) + + if (w_wc == (my_wc_t) w_many) + { + wildstr+= scan; + continue; + } + + if (w_wc == (my_wc_t) w_one) + { + wildstr+= scan; + if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, + (const uchar*)str_end)) <= 0) return 1; str+= scan; - continue; - } - break; /* Not a wild character */ + continue; + } + break; /* Not a wild character */ } - + if (wildstr == wildend) - return 0; /* Ok if w_many is last */ - + return 0; /* Ok if w_many is last */ + if (str == str_end) - return -1; - + return -1; + if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <= 0) + (const uchar*)wildend)) <= 0) return 1; - - if (w_wc == (my_wc_t)escape) + wildstr+= scan; + + if (w_wc == (my_wc_t) escape) { - wildstr+= scan; - if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <= 0) - return 1; + if (wildstr < wildend) + { + if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, + (const uchar*)wildend)) <= 0) + return 1; + wildstr+= scan; + } } - + while (1) { /* Skip until the first character from wildstr is found */ while (str != str_end) { if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, - (const uchar*)str_end)) <= 0) + (const uchar*)str_end)) <= 0) return 1; - + if (!my_uca_charcmp(cs,s_wc,w_wc)) break; str+= scan; } if (str == str_end) return -1; - + + str+= scan; result= my_wildcmp_uca_impl(cs, str, str_end, wildstr, wildend, - escape, w_one, w_many, recurse_level+1); - + escape, w_one, w_many, + recurse_level + 1); if (result <= 0) return result; - - str+= scan; - } + } } } return (str != str_end ? 1 : 0); } + int my_wildcmp_uca(CHARSET_INFO *cs, const char *str,const char *str_end, const char *wildstr,const char *wildend, diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c index 8fab93890f48409d3a80d12b270a608eab885a27..efd862f5a1cf7a6283418d0544f5622ee8e857bb 100644 --- a/strings/ctype-utf8.c +++ b/strings/ctype-utf8.c @@ -4477,9 +4477,7 @@ int my_wildcmp_unicode_impl(CHARSET_INFO *cs, int result= -1; /* Not found, using wildcards */ my_wc_t s_wc, w_wc; int scan; - int (*mb_wc)(CHARSET_INFO *, my_wc_t *, - const uchar *, const uchar *); - mb_wc= cs->cset->mb_wc; + my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc; if (my_string_stack_guard && my_string_stack_guard(recurse_level)) return 1; @@ -4507,12 +4505,12 @@ int my_wildcmp_unicode_impl(CHARSET_INFO *cs, wildstr+= scan; escaped= 1; } - + if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, (const uchar*)str_end)) <= 0) return 1; str+= scan; - + if (!escaped && w_wc == (my_wc_t) w_one) { result= 1; /* Found an anchor char */ @@ -4530,86 +4528,84 @@ int my_wildcmp_unicode_impl(CHARSET_INFO *cs, if (wildstr == wildend) return (str != str_end); /* Match if both are at end */ } - - + if (w_wc == (my_wc_t) w_many) { /* Found w_many */ - /* Remove any '%' and '_' from the wild search string */ for ( ; wildstr != wildend ; ) { if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, (const uchar*)wildend)) <= 0) return 1; - - if (w_wc == (my_wc_t)w_many) + + if (w_wc == (my_wc_t) w_many) { wildstr+= scan; continue; } - - if (w_wc == (my_wc_t)w_one) + + if (w_wc == (my_wc_t) w_one) { wildstr+= scan; if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, - (const uchar*)str_end)) <=0) + (const uchar*)str_end)) <= 0) return 1; str+= scan; continue; } break; /* Not a wild character */ } - + if (wildstr == wildend) return 0; /* Ok if w_many is last */ - + if (str == str_end) return -1; - + if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <=0) + (const uchar*)wildend)) <= 0) return 1; wildstr+= scan; - - if (w_wc == (my_wc_t)escape) + + if (w_wc == (my_wc_t) escape) { if (wildstr < wildend) { if ((scan= mb_wc(cs, &w_wc, (const uchar*)wildstr, - (const uchar*)wildend)) <=0) + (const uchar*)wildend)) <= 0) return 1; wildstr+= scan; } } - + while (1) { /* Skip until the first character from wildstr is found */ while (str != str_end) { if ((scan= mb_wc(cs, &s_wc, (const uchar*)str, - (const uchar*)str_end)) <=0) + (const uchar*)str_end)) <= 0) return 1; if (weights) { my_tosort_unicode(weights, &s_wc, cs->state); my_tosort_unicode(weights, &w_wc, cs->state); } - + if (s_wc == w_wc) break; str+= scan; } if (str == str_end) return -1; - + str+= scan; result= my_wildcmp_unicode_impl(cs, str, str_end, wildstr, wildend, escape, w_one, w_many, weights, recurse_level + 1); if (result <= 0) return result; - } + } } } return (str != str_end ? 1 : 0); diff --git a/strings/decimal.c b/strings/decimal.c index c6898cd099f58c495a64accbf4bcc01ced42e406..bbfb4e9dc8b628b699e799175a4cc21bd657d4ce 100644 --- a/strings/decimal.c +++ b/strings/decimal.c @@ -2078,26 +2078,21 @@ int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) } } - /* Now we have to check for -0.000 case */ - if (to->sign) + /* Remove trailing zero words in frac part */ + frac0= ROUND_UP(to->frac); + + if (frac0 > 0 && to->buf[intg0 + frac0 - 1] == 0) { - dec1 *buf= to->buf; - dec1 *end= to->buf + intg0 + frac0; - DBUG_ASSERT(buf != end); - for (;;) + do { - if (*buf) - break; - if (++buf == end) - { - /* We got decimal zero */ - decimal_make_zero(to); - break; - } - } + frac0--; + } while (frac0 > 0 && to->buf[intg0 + frac0 - 1] == 0); + to->frac= DIG_PER_DEC1 * frac0; } + + /* Remove heading zero words in intg part */ buf1= to->buf; - d_to_move= intg0 + ROUND_UP(to->frac); + d_to_move= intg0 + frac0; while (!*buf1 && (to->intg > DIG_PER_DEC1)) { buf1++; @@ -2110,6 +2105,14 @@ int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) for (; d_to_move--; cur_d++, buf1++) *cur_d= *buf1; } + + /* Now we have to check for -0.000 case */ + if (to->sign && to->frac == 0 && to->buf[0] == 0) + { + DBUG_ASSERT(to->intg <= DIG_PER_DEC1); + /* We got decimal zero */ + decimal_make_zero(to); + } return error; } diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index a60ec248cecfc2e800a2fe33b08502fdf0a7d7fd..8536ded71501aa0440ea506f4bb77b0397e656e6 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -126,8 +126,9 @@ esac parse_server_arguments() { for arg do + val=`echo "$arg" | sed -e 's/^[^=]*=//'` case "$arg" in - --basedir=*) basedir=`echo "$arg" | sed -e 's/^[^=]*=//'` + --basedir=*) basedir="$val" bindir="$basedir/bin" if test -z "$datadir_set"; then datadir="$basedir/data" @@ -141,14 +142,15 @@ parse_server_arguments() { fi libexecdir="$basedir/libexec" ;; - --datadir=*) datadir=`echo "$arg" | sed -e 's/^[^=]*=//'` + --datadir=*) datadir="$val" datadir_set=1 ;; --log-basename=*|--hostname=*|--loose-log-basename=*) - mysqld_pid_file_path=`echo "$arg.pid" | sed -e 's/^[^=]*=//'` + mysqld_pid_file_path="$val.pid" ;; - --pid-file=*) mysqld_pid_file_path=`echo "$arg" | sed -e 's/^[^=]*=//'` ;; - --service-startup-timeout=*) service_startup_timeout=`echo "$arg" | sed -e 's/^[^=]*=//'` ;; + --pid-file=*) mysqld_pid_file_path="$val" ;; + --service-startup-timeout=*) service_startup_timeout="$val" ;; + --user=*) user="$val"; ;; esac done } @@ -180,6 +182,12 @@ else test -z "$print_defaults" && print_defaults="my_print_defaults" fi +user='@MYSQLD_USER@' + +su_kill() { + su - $user -s /bin/sh -c "kill $*" >/dev/null 2>&1 +} + # # Read defaults file from 'basedir'. If there is no defaults file there # check if it's in the old (depricated) place (datadir) and read it from there @@ -209,7 +217,7 @@ wait_for_gone () { while test $i -ne $service_startup_timeout ; do - if kill -0 "$pid" 2>/dev/null; then + if su_kill -0 "$pid" ; then : # the server still runs else if test ! -s "$pid_file_path"; then @@ -249,7 +257,7 @@ wait_for_ready () { if $bindir/mysqladmin ping >/dev/null 2>&1; then log_success_msg return 0 - elif kill -0 $! 2>/dev/null ; then + elif kill -0 $! ; then : # mysqld_safe is still running else # mysqld_safe is no longer running, abort the wait loop @@ -318,10 +326,9 @@ case "$mode" in then mysqld_pid=`cat "$mysqld_pid_file_path"` - if (kill -0 $mysqld_pid 2>/dev/null) - then + if su_kill -0 $mysqld_pid ; then echo $echo_n "Shutting down MariaDB" - kill $mysqld_pid + su_kill $mysqld_pid # mysqld should remove the pid file when it exits, so wait for it. wait_for_gone $mysqld_pid "$mysqld_pid_file_path"; return_value=$? else @@ -357,7 +364,7 @@ case "$mode" in 'reload'|'force-reload') if test -s "$mysqld_pid_file_path" ; then read mysqld_pid < "$mysqld_pid_file_path" - kill -HUP $mysqld_pid && log_success_msg "Reloading service MariaDB" + su_kill -HUP $mysqld_pid && log_success_msg "Reloading service MariaDB" touch "$mysqld_pid_file_path" else log_failure_msg "MariaDB PID file could not be found!" @@ -368,7 +375,7 @@ case "$mode" in # First, check to see if pid file exists if test -s "$mysqld_pid_file_path" ; then read mysqld_pid < "$mysqld_pid_file_path" - if kill -0 $mysqld_pid 2>/dev/null ; then + if su_kill -0 $mysqld_pid ; then log_success_msg "MariaDB running ($mysqld_pid)" exit 0 else diff --git a/unittest/sql/mf_iocache-t.cc b/unittest/sql/mf_iocache-t.cc index 2cd5b6787004a98ec28605f6d2d7cca24fc0c095..95451d52f86c9ff72074863d2fe7103f6de608bd 100644 --- a/unittest/sql/mf_iocache-t.cc +++ b/unittest/sql/mf_iocache-t.cc @@ -92,8 +92,8 @@ void sql_print_error(const char *format, ...) IO_CACHE info; #define CACHE_SIZE 16384 -#define INFO_TAIL ", pos_in_file = %llu, pos_in_mem = %lu", \ - info.pos_in_file, (*info.current_pos - info.request_pos) +#define INFO_TAIL ", pos_in_file = %llu, pos_in_mem = %td", \ + info.pos_in_file, *info.current_pos - info.request_pos #define FILL 0x5A @@ -285,11 +285,95 @@ void mdev14014() close_cached_file(&info); } +void mdev17133() +{ + int res, k; + const int eof_iter=4, read_iter= 4; + uchar buf_i[1024*256]; // read + uchar buf_o[sizeof(buf_i)]; // write + const size_t eof_block_size= sizeof(buf_o) / eof_iter; + const size_t read_size= eof_block_size / read_iter; + size_t total; + + srand((uint) time(NULL)); + memset(buf_i, 0, sizeof( buf_i)); + memset(buf_o, FILL, sizeof(buf_o)); + + diag("MDEV-17133 Dump thread reads from the past"); + + init_io_cache_encryption(); + + res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); + ok(res == 0, "open_cached_file" INFO_TAIL); + + res= my_b_write(&info, buf_o, sizeof(buf_o)); + ok(res == 0, "buffer is written" INFO_TAIL); + res= my_b_tell(&info); + ok(res == sizeof(buf_o), "cache size as expected"); + + res= my_b_flush_io_cache(&info, 1); + ok(res == 0, "flush" INFO_TAIL); + res= reinit_io_cache(&info, READ_CACHE, 0, 0, 0); + ok(res == 0, "reinit READ_CACHE" INFO_TAIL); + + // read the written data by chunks of variable size eof_iter times + for (k= eof_iter, info.end_of_file=0, total= 0; k; k--) + { + int i; + size_t curr_read_size; + info.end_of_file= + k == 1 ? sizeof(buf_o) : + MY_MIN(sizeof(buf_o), + info.end_of_file + eof_block_size + + // plus 25% of block for randomization to the average + (eof_block_size/4 - rand() % (eof_block_size/2))); + + // read a chunk by blocks of variable size read_iter times + // the last block completes the current chunk + for (i= 0; i < read_iter; i++, total += curr_read_size) + { + char buf_check[eof_block_size]; + uint a,b; + + a= info.end_of_file - total; + b= read_size + read_size/4 - rand() % (read_size/2); + curr_read_size= (i == read_iter - 1) ? info.end_of_file - total : + MY_MIN(a, b); + + DBUG_ASSERT(curr_read_size <= info.end_of_file - total); + + res= my_b_read(&info, buf_i + total, MY_MIN(19, curr_read_size)); + ok(res == 0, "read of 19"); + // mark read bytes in the used part of the cache buffer + memset(info.buffer, 0, info.read_pos - info.buffer); + + // random size 2nd read + res= my_b_read(&info, buf_i + total + MY_MIN(19, curr_read_size), + 19 >= curr_read_size ? 0 : curr_read_size - 19); + ok(res == 0, "rest of read %lu", curr_read_size - 19); + // mark read bytes in the used part of the cache buffer + memset(info.buffer, 0, info.read_pos - info.buffer); + + // check that no marked bytes are read + memset(buf_check, FILL, curr_read_size); + ok(memcmp(buf_i + total, buf_check, curr_read_size) == 0, + "read correct data"); + } + ok(info.pos_in_file + (info.read_end - info.buffer) == info.end_of_file, + "cache is read up to eof"); + ok(total == info.end_of_file, "total matches eof"); + } + ok(total == sizeof(buf_i), "read total size match"); + ok(buf_i[sizeof(buf_i) - 1] == FILL, "data read correctly"); + + close_cached_file(&info); +} + int main(int argc __attribute__((unused)),char *argv[]) { MY_INIT(argv[0]); - plan(51); + plan(114); /* temp files with and without encryption */ encrypt_tmp_files= 1; @@ -306,6 +390,7 @@ int main(int argc __attribute__((unused)),char *argv[]) encrypt_tmp_files= 0; mdev14014(); + mdev17133(); my_end(0); return exit_status(); diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt index dd1e45d4acf7e3b50130af84b68da200e73c0793..0c224e7ce22603b41374e78030cc3cb99b3bd7c2 100644 --- a/zlib/CMakeLists.txt +++ b/zlib/CMakeLists.txt @@ -1,24 +1,148 @@ -# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. -# + +# Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved. +# # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# +# it under the terms of the GNU General Public License, version 2.0, +# as published by the Free Software Foundation. +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# +# GNU General Public License, version 2.0, for more details. +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +cmake_minimum_required(VERSION 2.4.4) +set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) + +project(zlib C) + +set(VERSION "1.2.11") + +include(CheckTypeSize) +include(CheckFunctionExists) +include(CheckIncludeFile) +include(CheckCSourceCompiles) + +check_include_file(sys/types.h HAVE_SYS_TYPES_H) +check_include_file(stdint.h HAVE_STDINT_H) +check_include_file(stddef.h HAVE_STDDEF_H) + +# +# Check to see if we have large file support +# +set(CMAKE_REQUIRED_DEFINITIONS -D_LARGEFILE64_SOURCE=1) +# We add these other definitions here because CheckTypeSize.cmake +# in CMake 2.4.x does not automatically do so and we want +# compatibility with CMake 2.4.x. +if(HAVE_SYS_TYPES_H) + list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H) +endif() +if(HAVE_STDINT_H) + list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) +endif() +if(HAVE_STDDEF_H) + list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H) +endif() +check_type_size(off64_t OFF64_T) +if(HAVE_OFF64_T) + add_definitions(-D_LARGEFILE64_SOURCE=1) +endif() +set(CMAKE_REQUIRED_DEFINITIONS) # clear variable + +# +# Check for fseeko +# +check_function_exists(fseeko HAVE_FSEEKO) +if(NOT HAVE_FSEEKO) + add_definitions(-DNO_FSEEKO) +endif() + +# +# Check for unistd.h +# +check_include_file(unistd.h Z_HAVE_UNISTD_H) + -INCLUDE_DIRECTORIES( -${CMAKE_SOURCE_DIR}/include -${CMAKE_SOURCE_DIR}/zlib +configure_file( + ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.cmakein + ${CMAKE_CURRENT_BINARY_DIR}/zconf.h @ONLY + ) +include_directories( + SYSTEM ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} + ) + +#============================================================================ +# zlib +#============================================================================ + +set(ZLIB_PUBLIC_HDRS + ${CMAKE_CURRENT_BINARY_DIR}/zconf.h + zlib.h +) +set(ZLIB_PRIVATE_HDRS + crc32.h + deflate.h + gzguts.h + inffast.h + inffixed.h + inflate.h + inftrees.h + trees.h + zutil.h ) -SET(ZLIB_SOURCES adler32.c compress.c crc32.c crc32.h deflate.c deflate.h gzio.c infback.c inffast.c inffast.h - inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h zlib.h - zutil.c zutil.h) -ADD_CONVENIENCE_LIBRARY(zlib ${ZLIB_SOURCES}) -RESTRICT_SYMBOL_EXPORTS(zlib) +set(ZLIB_SRCS + adler32.c + compress.c + crc32.c + deflate.c + gzclose.c + gzlib.c + gzread.c + gzwrite.c + inflate.c + infback.c + inftrees.c + inffast.c + trees.c + uncompr.c + zutil.c +) + +if(NOT MINGW) + set(ZLIB_DLL_SRCS + win32/zlib1.rc # If present will override custom build rule below. + ) +endif() + +# parse the full version number from zlib.h and include in ZLIB_FULL_VERSION +file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents) +string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*" + "\\1" ZLIB_FULL_VERSION ${_zlib_h_contents}) + +ADD_CONVENIENCE_LIBRARY(zlib STATIC + ${ZLIB_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) + +if(NOT CYGWIN) + # This property causes shared libraries on Linux to have the full version + # encoded into their final filename. We disable this on Cygwin because + # it causes cygz-${ZLIB_FULL_VERSION}.dll to be created when cygz.dll + # seems to be the default. + # + # This has no effect with MSVC, on that platform the version info for + # the DLL comes from the resource file win32/zlib1.rc + set_target_properties(zlib PROPERTIES VERSION ${ZLIB_FULL_VERSION}) +endif() + +if(CMAKE_SYSTEM_NAME MATCHES "SunOS") + # On unix-like platforms the library is almost always called libz + set_target_properties(zlib PROPERTIES OUTPUT_NAME z) +elseif(UNIX) + # On unix-like platforms the library is almost always called libz + set_target_properties(zlib PROPERTIES OUTPUT_NAME z) + if(NOT APPLE) + set_target_properties(zlib PROPERTIES LINK_FLAGS "-Wl,--version-script,\"${CMAKE_CURRENT_SOURCE_DIR}/zlib.map\"") + endif() +endif() diff --git a/zlib/ChangeLog b/zlib/ChangeLog index 7f6869d3235ed9e9b6cbb360a94a3ddeb7c40ca8..30199a65a03daa6cdd55391a041d70fef5f19002 100644 --- a/zlib/ChangeLog +++ b/zlib/ChangeLog @@ -1,6 +1,666 @@ ChangeLog file for zlib +Changes in 1.2.11 (15 Jan 2017) +- Fix deflate stored bug when pulling last block from window +- Permit immediate deflateParams changes before any deflate input + +Changes in 1.2.10 (2 Jan 2017) +- Avoid warnings on snprintf() return value +- Fix bug in deflate_stored() for zero-length input +- Fix bug in gzwrite.c that produced corrupt gzip files +- Remove files to be installed before copying them in Makefile.in +- Add warnings when compiling with assembler code + +Changes in 1.2.9 (31 Dec 2016) +- Fix contrib/minizip to permit unzipping with desktop API [Zouzou] +- Improve contrib/blast to return unused bytes +- Assure that gzoffset() is correct when appending +- Improve compress() and uncompress() to support large lengths +- Fix bug in test/example.c where error code not saved +- Remedy Coverity warning [Randers-Pehrson] +- Improve speed of gzprintf() in transparent mode +- Fix inflateInit2() bug when windowBits is 16 or 32 +- Change DEBUG macro to ZLIB_DEBUG +- Avoid uninitialized access by gzclose_w() +- Allow building zlib outside of the source directory +- Fix bug that accepted invalid zlib header when windowBits is zero +- Fix gzseek() problem on MinGW due to buggy _lseeki64 there +- Loop on write() calls in gzwrite.c in case of non-blocking I/O +- Add --warn (-w) option to ./configure for more compiler warnings +- Reject a window size of 256 bytes if not using the zlib wrapper +- Fix bug when level 0 used with Z_HUFFMAN or Z_RLE +- Add --debug (-d) option to ./configure to define ZLIB_DEBUG +- Fix bugs in creating a very large gzip header +- Add uncompress2() function, which returns the input size used +- Assure that deflateParams() will not switch functions mid-block +- Dramatically speed up deflation for level 0 (storing) +- Add gzfread(), duplicating the interface of fread() +- Add gzfwrite(), duplicating the interface of fwrite() +- Add deflateGetDictionary() function +- Use snprintf() for later versions of Microsoft C +- Fix *Init macros to use z_ prefix when requested +- Replace as400 with os400 for OS/400 support [Monnerat] +- Add crc32_z() and adler32_z() functions with size_t lengths +- Update Visual Studio project files [AraHaan] + +Changes in 1.2.8 (28 Apr 2013) +- Update contrib/minizip/iowin32.c for Windows RT [Vollant] +- Do not force Z_CONST for C++ +- Clean up contrib/vstudio [Roß] +- Correct spelling error in zlib.h +- Fix mixed line endings in contrib/vstudio + +Changes in 1.2.7.3 (13 Apr 2013) +- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc + +Changes in 1.2.7.2 (13 Apr 2013) +- Change check for a four-byte type back to hexadecimal +- Fix typo in win32/Makefile.msc +- Add casts in gzwrite.c for pointer differences + +Changes in 1.2.7.1 (24 Mar 2013) +- Replace use of unsafe string functions with snprintf if available +- Avoid including stddef.h on Windows for Z_SOLO compile [Niessink] +- Fix gzgetc undefine when Z_PREFIX set [Turk] +- Eliminate use of mktemp in Makefile (not always available) +- Fix bug in 'F' mode for gzopen() +- Add inflateGetDictionary() function +- Correct comment in deflate.h +- Use _snprintf for snprintf in Microsoft C +- On Darwin, only use /usr/bin/libtool if libtool is not Apple +- Delete "--version" file if created by "ar --version" [Richard G.] +- Fix configure check for veracity of compiler error return codes +- Fix CMake compilation of static lib for MSVC2010 x64 +- Remove unused variable in infback9.c +- Fix argument checks in gzlog_compress() and gzlog_write() +- Clean up the usage of z_const and respect const usage within zlib +- Clean up examples/gzlog.[ch] comparisons of different types +- Avoid shift equal to bits in type (caused endless loop) +- Fix uninitialized value bug in gzputc() introduced by const patches +- Fix memory allocation error in examples/zran.c [Nor] +- Fix bug where gzopen(), gzclose() would write an empty file +- Fix bug in gzclose() when gzwrite() runs out of memory +- Check for input buffer malloc failure in examples/gzappend.c +- Add note to contrib/blast to use binary mode in stdio +- Fix comparisons of differently signed integers in contrib/blast +- Check for invalid code length codes in contrib/puff +- Fix serious but very rare decompression bug in inftrees.c +- Update inflateBack() comments, since inflate() can be faster +- Use underscored I/O function names for WINAPI_FAMILY +- Add _tr_flush_bits to the external symbols prefixed by --zprefix +- Add contrib/vstudio/vc10 pre-build step for static only +- Quote --version-script argument in CMakeLists.txt +- Don't specify --version-script on Apple platforms in CMakeLists.txt +- Fix casting error in contrib/testzlib/testzlib.c +- Fix types in contrib/minizip to match result of get_crc_table() +- Simplify contrib/vstudio/vc10 with 'd' suffix +- Add TOP support to win32/Makefile.msc +- Suport i686 and amd64 assembler builds in CMakeLists.txt +- Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h +- Add vc11 and vc12 build files to contrib/vstudio +- Add gzvprintf() as an undocumented function in zlib +- Fix configure for Sun shell +- Remove runtime check in configure for four-byte integer type +- Add casts and consts to ease user conversion to C++ +- Add man pages for minizip and miniunzip +- In Makefile uninstall, don't rm if preceding cd fails +- Do not return Z_BUF_ERROR if deflateParam() has nothing to write + +Changes in 1.2.7 (2 May 2012) +- Replace use of memmove() with a simple copy for portability +- Test for existence of strerror +- Restore gzgetc_ for backward compatibility with 1.2.6 +- Fix build with non-GNU make on Solaris +- Require gcc 4.0 or later on Mac OS X to use the hidden attribute +- Include unistd.h for Watcom C +- Use __WATCOMC__ instead of __WATCOM__ +- Do not use the visibility attribute if NO_VIZ defined +- Improve the detection of no hidden visibility attribute +- Avoid using __int64 for gcc or solo compilation +- Cast to char * in gzprintf to avoid warnings [Zinser] +- Fix make_vms.com for VAX [Zinser] +- Don't use library or built-in byte swaps +- Simplify test and use of gcc hidden attribute +- Fix bug in gzclose_w() when gzwrite() fails to allocate memory +- Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen() +- Fix bug in test/minigzip.c for configure --solo +- Fix contrib/vstudio project link errors [Mohanathas] +- Add ability to choose the builder in make_vms.com [Schweda] +- Add DESTDIR support to mingw32 win32/Makefile.gcc +- Fix comments in win32/Makefile.gcc for proper usage +- Allow overriding the default install locations for cmake +- Generate and install the pkg-config file with cmake +- Build both a static and a shared version of zlib with cmake +- Include version symbols for cmake builds +- If using cmake with MSVC, add the source directory to the includes +- Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta] +- Move obsolete emx makefile to old [Truta] +- Allow the use of -Wundef when compiling or using zlib +- Avoid the use of the -u option with mktemp +- Improve inflate() documentation on the use of Z_FINISH +- Recognize clang as gcc +- Add gzopen_w() in Windows for wide character path names +- Rename zconf.h in CMakeLists.txt to move it out of the way +- Add source directory in CMakeLists.txt for building examples +- Look in build directory for zlib.pc in CMakeLists.txt +- Remove gzflags from zlibvc.def in vc9 and vc10 +- Fix contrib/minizip compilation in the MinGW environment +- Update ./configure for Solaris, support --64 [Mooney] +- Remove -R. from Solaris shared build (possible security issue) +- Avoid race condition for parallel make (-j) running example +- Fix type mismatch between get_crc_table() and crc_table +- Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler] +- Fix the path to zlib.map in CMakeLists.txt +- Force the native libtool in Mac OS X to avoid GNU libtool [Beebe] +- Add instructions to win32/Makefile.gcc for shared install [Torri] + +Changes in 1.2.6.1 (12 Feb 2012) +- Avoid the use of the Objective-C reserved name "id" +- Include io.h in gzguts.h for Microsoft compilers +- Fix problem with ./configure --prefix and gzgetc macro +- Include gz_header definition when compiling zlib solo +- Put gzflags() functionality back in zutil.c +- Avoid library header include in crc32.c for Z_SOLO +- Use name in GCC_CLASSIC as C compiler for coverage testing, if set +- Minor cleanup in contrib/minizip/zip.c [Vollant] +- Update make_vms.com [Zinser] +- Remove unnecessary gzgetc_ function +- Use optimized byte swap operations for Microsoft and GNU [Snyder] +- Fix minor typo in zlib.h comments [Rzesniowiecki] + +Changes in 1.2.6 (29 Jan 2012) +- Update the Pascal interface in contrib/pascal +- Fix function numbers for gzgetc_ in zlibvc.def files +- Fix configure.ac for contrib/minizip [Schiffer] +- Fix large-entry detection in minizip on 64-bit systems [Schiffer] +- Have ./configure use the compiler return code for error indication +- Fix CMakeLists.txt for cross compilation [McClure] +- Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes] +- Fix compilation of contrib/minizip on FreeBSD [Marquez] +- Correct suggested usages in win32/Makefile.msc [Shachar, Horvath] +- Include io.h for Turbo C / Borland C on all platforms [Truta] +- Make version explicit in contrib/minizip/configure.ac [Bosmans] +- Avoid warning for no encryption in contrib/minizip/zip.c [Vollant] +- Minor cleanup up contrib/minizip/unzip.c [Vollant] +- Fix bug when compiling minizip with C++ [Vollant] +- Protect for long name and extra fields in contrib/minizip [Vollant] +- Avoid some warnings in contrib/minizip [Vollant] +- Add -I../.. -L../.. to CFLAGS for minizip and miniunzip +- Add missing libs to minizip linker command +- Add support for VPATH builds in contrib/minizip +- Add an --enable-demos option to contrib/minizip/configure +- Add the generation of configure.log by ./configure +- Exit when required parameters not provided to win32/Makefile.gcc +- Have gzputc return the character written instead of the argument +- Use the -m option on ldconfig for BSD systems [Tobias] +- Correct in zlib.map when deflateResetKeep was added + +Changes in 1.2.5.3 (15 Jan 2012) +- Restore gzgetc function for binary compatibility +- Do not use _lseeki64 under Borland C++ [Truta] +- Update win32/Makefile.msc to build test/*.c [Truta] +- Remove old/visualc6 given CMakefile and other alternatives +- Update AS400 build files and documentation [Monnerat] +- Update win32/Makefile.gcc to build test/*.c [Truta] +- Permit stronger flushes after Z_BLOCK flushes +- Avoid extraneous empty blocks when doing empty flushes +- Permit Z_NULL arguments to deflatePending +- Allow deflatePrime() to insert bits in the middle of a stream +- Remove second empty static block for Z_PARTIAL_FLUSH +- Write out all of the available bits when using Z_BLOCK +- Insert the first two strings in the hash table after a flush + +Changes in 1.2.5.2 (17 Dec 2011) +- fix ld error: unable to find version dependency 'ZLIB_1.2.5' +- use relative symlinks for shared libs +- Avoid searching past window for Z_RLE strategy +- Assure that high-water mark initialization is always applied in deflate +- Add assertions to fill_window() in deflate.c to match comments +- Update python link in README +- Correct spelling error in gzread.c +- Fix bug in gzgets() for a concatenated empty gzip stream +- Correct error in comment for gz_make() +- Change gzread() and related to ignore junk after gzip streams +- Allow gzread() and related to continue after gzclearerr() +- Allow gzrewind() and gzseek() after a premature end-of-file +- Simplify gzseek() now that raw after gzip is ignored +- Change gzgetc() to a macro for speed (~40% speedup in testing) +- Fix gzclose() to return the actual error last encountered +- Always add large file support for windows +- Include zconf.h for windows large file support +- Include zconf.h.cmakein for windows large file support +- Update zconf.h.cmakein on make distclean +- Merge vestigial vsnprintf determination from zutil.h to gzguts.h +- Clarify how gzopen() appends in zlib.h comments +- Correct documentation of gzdirect() since junk at end now ignored +- Add a transparent write mode to gzopen() when 'T' is in the mode +- Update python link in zlib man page +- Get inffixed.h and MAKEFIXED result to match +- Add a ./config --solo option to make zlib subset with no library use +- Add undocumented inflateResetKeep() function for CAB file decoding +- Add --cover option to ./configure for gcc coverage testing +- Add #define ZLIB_CONST option to use const in the z_stream interface +- Add comment to gzdopen() in zlib.h to use dup() when using fileno() +- Note behavior of uncompress() to provide as much data as it can +- Add files in contrib/minizip to aid in building libminizip +- Split off AR options in Makefile.in and configure +- Change ON macro to Z_ARG to avoid application conflicts +- Facilitate compilation with Borland C++ for pragmas and vsnprintf +- Include io.h for Turbo C / Borland C++ +- Move example.c and minigzip.c to test/ +- Simplify incomplete code table filling in inflate_table() +- Remove code from inflate.c and infback.c that is impossible to execute +- Test the inflate code with full coverage +- Allow deflateSetDictionary, inflateSetDictionary at any time (in raw) +- Add deflateResetKeep and fix inflateResetKeep to retain dictionary +- Fix gzwrite.c to accommodate reduced memory zlib compilation +- Have inflate() with Z_FINISH avoid the allocation of a window +- Do not set strm->adler when doing raw inflate +- Fix gzeof() to behave just like feof() when read is not past end of file +- Fix bug in gzread.c when end-of-file is reached +- Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF +- Document gzread() capability to read concurrently written files +- Remove hard-coding of resource compiler in CMakeLists.txt [Blammo] + +Changes in 1.2.5.1 (10 Sep 2011) +- Update FAQ entry on shared builds (#13) +- Avoid symbolic argument to chmod in Makefile.in +- Fix bug and add consts in contrib/puff [Oberhumer] +- Update contrib/puff/zeros.raw test file to have all block types +- Add full coverage test for puff in contrib/puff/Makefile +- Fix static-only-build install in Makefile.in +- Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno] +- Add libz.a dependency to shared in Makefile.in for parallel builds +- Spell out "number" (instead of "nb") in zlib.h for total_in, total_out +- Replace $(...) with `...` in configure for non-bash sh [Bowler] +- Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen] +- Add solaris* to Linux* in configure to allow gcc use [Groffen] +- Add *bsd* to Linux* case in configure [Bar-Lev] +- Add inffast.obj to dependencies in win32/Makefile.msc +- Correct spelling error in deflate.h [Kohler] +- Change libzdll.a again to libz.dll.a (!) in win32/Makefile.gcc +- Add test to configure for GNU C looking for gcc in output of $cc -v +- Add zlib.pc generation to win32/Makefile.gcc [Weigelt] +- Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not +- Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense +- Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser) +- Make stronger test in zconf.h to include unistd.h for LFS +- Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack] +- Fix zlib.h LFS support when Z_PREFIX used +- Add updated as400 support (removed from old) [Monnerat] +- Avoid deflate sensitivity to volatile input data +- Avoid division in adler32_combine for NO_DIVIDE +- Clarify the use of Z_FINISH with deflateBound() amount of space +- Set binary for output file in puff.c +- Use u4 type for crc_table to avoid conversion warnings +- Apply casts in zlib.h to avoid conversion warnings +- Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] +- Improve inflateSync() documentation to note indeterminancy +- Add deflatePending() function to return the amount of pending output +- Correct the spelling of "specification" in FAQ [Randers-Pehrson] +- Add a check in configure for stdarg.h, use for gzprintf() +- Check that pointers fit in ints when gzprint() compiled old style +- Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler] +- Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt] +- Add debug records in assmebler code [Londer] +- Update RFC references to use http://tools.ietf.org/html/... [Li] +- Add --archs option, use of libtool to configure for Mac OS X [Borstel] + +Changes in 1.2.5 (19 Apr 2010) +- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] +- Default to libdir as sharedlibdir in configure [Nieder] +- Update copyright dates on modified source files +- Update trees.c to be able to generate modified trees.h +- Exit configure for MinGW, suggesting win32/Makefile.gcc +- Check for NULL path in gz_open [Homurlu] + +Changes in 1.2.4.5 (18 Apr 2010) +- Set sharedlibdir in configure [Torok] +- Set LDFLAGS in Makefile.in [Bar-Lev] +- Avoid mkdir objs race condition in Makefile.in [Bowler] +- Add ZLIB_INTERNAL in front of internal inter-module functions and arrays +- Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C +- Don't use hidden attribute when it is a warning generator (e.g. Solaris) + +Changes in 1.2.4.4 (18 Apr 2010) +- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok] +- Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty +- Try to use bash or ksh regardless of functionality of /bin/sh +- Fix configure incompatibility with NetBSD sh +- Remove attempt to run under bash or ksh since have better NetBSD fix +- Fix win32/Makefile.gcc for MinGW [Bar-Lev] +- Add diagnostic messages when using CROSS_PREFIX in configure +- Added --sharedlibdir option to configure [Weigelt] +- Use hidden visibility attribute when available [Frysinger] + +Changes in 1.2.4.3 (10 Apr 2010) +- Only use CROSS_PREFIX in configure for ar and ranlib if they exist +- Use CROSS_PREFIX for nm [Bar-Lev] +- Assume _LARGEFILE64_SOURCE defined is equivalent to true +- Avoid use of undefined symbols in #if with && and || +- Make *64 prototypes in gzguts.h consistent with functions +- Add -shared load option for MinGW in configure [Bowler] +- Move z_off64_t to public interface, use instead of off64_t +- Remove ! from shell test in configure (not portable to Solaris) +- Change +0 macro tests to -0 for possibly increased portability + +Changes in 1.2.4.2 (9 Apr 2010) +- Add consistent carriage returns to readme.txt's in masmx86 and masmx64 +- Really provide prototypes for *64 functions when building without LFS +- Only define unlink() in minigzip.c if unistd.h not included +- Update README to point to contrib/vstudio project files +- Move projects/vc6 to old/ and remove projects/ +- Include stdlib.h in minigzip.c for setmode() definition under WinCE +- Clean up assembler builds in win32/Makefile.msc [Rowe] +- Include sys/types.h for Microsoft for off_t definition +- Fix memory leak on error in gz_open() +- Symbolize nm as $NM in configure [Weigelt] +- Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt] +- Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined +- Fix bug in gzeof() to take into account unused input data +- Avoid initialization of structures with variables in puff.c +- Updated win32/README-WIN32.txt [Rowe] + +Changes in 1.2.4.1 (28 Mar 2010) +- Remove the use of [a-z] constructs for sed in configure [gentoo 310225] +- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] +- Restore "for debugging" comment on sprintf() in gzlib.c +- Remove fdopen for MVS from gzguts.h +- Put new README-WIN32.txt in win32 [Rowe] +- Add check for shell to configure and invoke another shell if needed +- Fix big fat stinking bug in gzseek() on uncompressed files +- Remove vestigial F_OPEN64 define in zutil.h +- Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE +- Avoid errors on non-LFS systems when applications define LFS macros +- Set EXE to ".exe" in configure for MINGW [Kahle] +- Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill] +- Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev] +- Add DLL install in win32/makefile.gcc [Bar-Lev] +- Allow Linux* or linux* from uname in configure [Bar-Lev] +- Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev] +- Add cross-compilation prefixes to configure [Bar-Lev] +- Match type exactly in gz_load() invocation in gzread.c +- Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func +- Provide prototypes for *64 functions when building zlib without LFS +- Don't use -lc when linking shared library on MinGW +- Remove errno.h check in configure and vestigial errno code in zutil.h + +Changes in 1.2.4 (14 Mar 2010) +- Fix VER3 extraction in configure for no fourth subversion +- Update zlib.3, add docs to Makefile.in to make .pdf out of it +- Add zlib.3.pdf to distribution +- Don't set error code in gzerror() if passed pointer is NULL +- Apply destination directory fixes to CMakeLists.txt [Lowman] +- Move #cmakedefine's to a new zconf.in.cmakein +- Restore zconf.h for builds that don't use configure or cmake +- Add distclean to dummy Makefile for convenience +- Update and improve INDEX, README, and FAQ +- Update CMakeLists.txt for the return of zconf.h [Lowman] +- Update contrib/vstudio/vc9 and vc10 [Vollant] +- Change libz.dll.a back to libzdll.a in win32/Makefile.gcc +- Apply license and readme changes to contrib/asm686 [Raiter] +- Check file name lengths and add -c option in minigzip.c [Li] +- Update contrib/amd64 and contrib/masmx86/ [Vollant] +- Avoid use of "eof" parameter in trees.c to not shadow library variable +- Update make_vms.com for removal of zlibdefs.h [Zinser] +- Update assembler code and vstudio projects in contrib [Vollant] +- Remove outdated assembler code contrib/masm686 and contrib/asm586 +- Remove old vc7 and vc8 from contrib/vstudio +- Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe] +- Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() +- Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] +- Remove *64 functions from win32/zlib.def (they're not 64-bit yet) +- Fix bug in void-returning vsprintf() case in gzwrite.c +- Fix name change from inflate.h in contrib/inflate86/inffas86.c +- Check if temporary file exists before removing in make_vms.com [Zinser] +- Fix make install and uninstall for --static option +- Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta] +- Update readme.txt in contrib/masmx64 and masmx86 to assemble + +Changes in 1.2.3.9 (21 Feb 2010) +- Expunge gzio.c +- Move as400 build information to old +- Fix updates in contrib/minizip and contrib/vstudio +- Add const to vsnprintf test in configure to avoid warnings [Weigelt] +- Delete zconf.h (made by configure) [Weigelt] +- Change zconf.in.h to zconf.h.in per convention [Weigelt] +- Check for NULL buf in gzgets() +- Return empty string for gzgets() with len == 1 (like fgets()) +- Fix description of gzgets() in zlib.h for end-of-file, NULL return +- Update minizip to 1.1 [Vollant] +- Avoid MSVC loss of data warnings in gzread.c, gzwrite.c +- Note in zlib.h that gzerror() should be used to distinguish from EOF +- Remove use of snprintf() from gzlib.c +- Fix bug in gzseek() +- Update contrib/vstudio, adding vc9 and vc10 [Kuno, Vollant] +- Fix zconf.h generation in CMakeLists.txt [Lowman] +- Improve comments in zconf.h where modified by configure + +Changes in 1.2.3.8 (13 Feb 2010) +- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer] +- Use z_off64_t in gz_zero() and gz_skip() to match state->skip +- Avoid comparison problem when sizeof(int) == sizeof(z_off64_t) +- Revert to Makefile.in from 1.2.3.6 (live with the clutter) +- Fix missing error return in gzflush(), add zlib.h note +- Add *64 functions to zlib.map [Levin] +- Fix signed/unsigned comparison in gz_comp() +- Use SFLAGS when testing shared linking in configure +- Add --64 option to ./configure to use -m64 with gcc +- Fix ./configure --help to correctly name options +- Have make fail if a test fails [Levin] +- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson] +- Remove assembler object files from contrib + +Changes in 1.2.3.7 (24 Jan 2010) +- Always gzopen() with O_LARGEFILE if available +- Fix gzdirect() to work immediately after gzopen() or gzdopen() +- Make gzdirect() more precise when the state changes while reading +- Improve zlib.h documentation in many places +- Catch memory allocation failure in gz_open() +- Complete close operation if seek forward in gzclose_w() fails +- Return Z_ERRNO from gzclose_r() if close() fails +- Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL +- Return zero for gzwrite() errors to match zlib.h description +- Return -1 on gzputs() error to match zlib.h description +- Add zconf.in.h to allow recovery from configure modification [Weigelt] +- Fix static library permissions in Makefile.in [Weigelt] +- Avoid warnings in configure tests that hide functionality [Weigelt] +- Add *BSD and DragonFly to Linux case in configure [gentoo 123571] +- Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212] +- Avoid access of uninitialized data for first inflateReset2 call [Gomes] +- Keep object files in subdirectories to reduce the clutter somewhat +- Remove default Makefile and zlibdefs.h, add dummy Makefile +- Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_ +- Remove zlibdefs.h completely -- modify zconf.h instead + +Changes in 1.2.3.6 (17 Jan 2010) +- Avoid void * arithmetic in gzread.c and gzwrite.c +- Make compilers happier with const char * for gz_error message +- Avoid unused parameter warning in inflate.c +- Avoid signed-unsigned comparison warning in inflate.c +- Indent #pragma's for traditional C +- Fix usage of strwinerror() in glib.c, change to gz_strwinerror() +- Correct email address in configure for system options +- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser] +- Update zlib.map [Brown] +- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok] +- Apply various fixes to CMakeLists.txt [Lowman] +- Add checks on len in gzread() and gzwrite() +- Add error message for no more room for gzungetc() +- Remove zlib version check in gzwrite() +- Defer compression of gzprintf() result until need to +- Use snprintf() in gzdopen() if available +- Remove USE_MMAP configuration determination (only used by minigzip) +- Remove examples/pigz.c (available separately) +- Update examples/gun.c to 1.6 + +Changes in 1.2.3.5 (8 Jan 2010) +- Add space after #if in zutil.h for some compilers +- Fix relatively harmless bug in deflate_fast() [Exarevsky] +- Fix same problem in deflate_slow() +- Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown] +- Add deflate_rle() for faster Z_RLE strategy run-length encoding +- Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding +- Change name of "write" variable in inffast.c to avoid library collisions +- Fix premature EOF from gzread() in gzio.c [Brown] +- Use zlib header window size if windowBits is 0 in inflateInit2() +- Remove compressBound() call in deflate.c to avoid linking compress.o +- Replace use of errno in gz* with functions, support WinCE [Alves] +- Provide alternative to perror() in minigzip.c for WinCE [Alves] +- Don't use _vsnprintf on later versions of MSVC [Lowman] +- Add CMake build script and input file [Lowman] +- Update contrib/minizip to 1.1 [Svensson, Vollant] +- Moved nintendods directory from contrib to . +- Replace gzio.c with a new set of routines with the same functionality +- Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above +- Update contrib/minizip to 1.1b +- Change gzeof() to return 0 on error instead of -1 to agree with zlib.h + +Changes in 1.2.3.4 (21 Dec 2009) +- Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility +- Update comments in configure and Makefile.in for default --shared +- Fix test -z's in configure [Marquess] +- Build examplesh and minigzipsh when not testing +- Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h +- Import LDFLAGS from the environment in configure +- Fix configure to populate SFLAGS with discovered CFLAGS options +- Adapt make_vms.com to the new Makefile.in [Zinser] +- Add zlib2ansi script for C++ compilation [Marquess] +- Add _FILE_OFFSET_BITS=64 test to make test (when applicable) +- Add AMD64 assembler code for longest match to contrib [Teterin] +- Include options from $SFLAGS when doing $LDSHARED +- Simplify 64-bit file support by introducing z_off64_t type +- Make shared object files in objs directory to work around old Sun cc +- Use only three-part version number for Darwin shared compiles +- Add rc option to ar in Makefile.in for when ./configure not run +- Add -WI,-rpath,. to LDFLAGS for OSF 1 V4* +- Set LD_LIBRARYN32_PATH for SGI IRIX shared compile +- Protect against _FILE_OFFSET_BITS being defined when compiling zlib +- Rename Makefile.in targets allstatic to static and allshared to shared +- Fix static and shared Makefile.in targets to be independent +- Correct error return bug in gz_open() by setting state [Brown] +- Put spaces before ;;'s in configure for better sh compatibility +- Add pigz.c (parallel implementation of gzip) to examples/ +- Correct constant in crc32.c to UL [Leventhal] +- Reject negative lengths in crc32_combine() +- Add inflateReset2() function to work like inflateEnd()/inflateInit2() +- Include sys/types.h for _LARGEFILE64_SOURCE [Brown] +- Correct typo in doc/algorithm.txt [Janik] +- Fix bug in adler32_combine() [Zhu] +- Catch missing-end-of-block-code error in all inflates and in puff + Assures that random input to inflate eventually results in an error +- Added enough.c (calculation of ENOUGH for inftrees.h) to examples/ +- Update ENOUGH and its usage to reflect discovered bounds +- Fix gzerror() error report on empty input file [Brown] +- Add ush casts in trees.c to avoid pedantic runtime errors +- Fix typo in zlib.h uncompress() description [Reiss] +- Correct inflate() comments with regard to automatic header detection +- Remove deprecation comment on Z_PARTIAL_FLUSH (it stays) +- Put new version of gzlog (2.0) in examples with interruption recovery +- Add puff compile option to permit invalid distance-too-far streams +- Add puff TEST command options, ability to read piped input +- Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but + _LARGEFILE64_SOURCE not defined +- Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart +- Fix deflateSetDictionary() to use all 32K for output consistency +- Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h) +- Clear bytes after deflate lookahead to avoid use of uninitialized data +- Change a limit in inftrees.c to be more transparent to Coverity Prevent +- Update win32/zlib.def with exported symbols from zlib.h +- Correct spelling errors in zlib.h [Willem, Sobrado] +- Allow Z_BLOCK for deflate() to force a new block +- Allow negative bits in inflatePrime() to delete existing bit buffer +- Add Z_TREES flush option to inflate() to return at end of trees +- Add inflateMark() to return current state information for random access +- Add Makefile for NintendoDS to contrib [Costa] +- Add -w in configure compile tests to avoid spurious warnings [Beucler] +- Fix typos in zlib.h comments for deflateSetDictionary() +- Fix EOF detection in transparent gzread() [Maier] + +Changes in 1.2.3.3 (2 October 2006) +- Make --shared the default for configure, add a --static option +- Add compile option to permit invalid distance-too-far streams +- Add inflateUndermine() function which is required to enable above +- Remove use of "this" variable name for C++ compatibility [Marquess] +- Add testing of shared library in make test, if shared library built +- Use ftello() and fseeko() if available instead of ftell() and fseek() +- Provide two versions of all functions that use the z_off_t type for + binary compatibility -- a normal version and a 64-bit offset version, + per the Large File Support Extension when _LARGEFILE64_SOURCE is + defined; use the 64-bit versions by default when _FILE_OFFSET_BITS + is defined to be 64 +- Add a --uname= option to configure to perhaps help with cross-compiling + +Changes in 1.2.3.2 (3 September 2006) +- Turn off silly Borland warnings [Hay] +- Use off64_t and define _LARGEFILE64_SOURCE when present +- Fix missing dependency on inffixed.h in Makefile.in +- Rig configure --shared to build both shared and static [Teredesai, Truta] +- Remove zconf.in.h and instead create a new zlibdefs.h file +- Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant] +- Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt] + +Changes in 1.2.3.1 (16 August 2006) +- Add watcom directory with OpenWatcom make files [Daniel] +- Remove #undef of FAR in zconf.in.h for MVS [Fedtke] +- Update make_vms.com [Zinser] +- Use -fPIC for shared build in configure [Teredesai, Nicholson] +- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen] +- Use fdopen() (not _fdopen()) for Interix in zutil.h [Bäck] +- Add some FAQ entries about the contrib directory +- Update the MVS question in the FAQ +- Avoid extraneous reads after EOF in gzio.c [Brown] +- Correct spelling of "successfully" in gzio.c [Randers-Pehrson] +- Add comments to zlib.h about gzerror() usage [Brown] +- Set extra flags in gzip header in gzopen() like deflate() does +- Make configure options more compatible with double-dash conventions + [Weigelt] +- Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen] +- Fix uninstall target in Makefile.in [Truta] +- Add pkgconfig support [Weigelt] +- Use $(DESTDIR) macro in Makefile.in [Reinholdtsen, Weigelt] +- Replace set_data_type() with a more accurate detect_data_type() in + trees.c, according to the txtvsbin.txt document [Truta] +- Swap the order of #include and #include "zlib.h" in + gzio.c, example.c and minigzip.c [Truta] +- Shut up annoying VS2005 warnings about standard C deprecation [Rowe, + Truta] (where?) +- Fix target "clean" from win32/Makefile.bor [Truta] +- Create .pdb and .manifest files in win32/makefile.msc [Ziegler, Rowe] +- Update zlib www home address in win32/DLL_FAQ.txt [Truta] +- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove] +- Enable browse info in the "Debug" and "ASM Debug" configurations in + the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta] +- Add pkgconfig support [Weigelt] +- Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h, + for use in win32/zlib1.rc [Polushin, Rowe, Truta] +- Add a document that explains the new text detection scheme to + doc/txtvsbin.txt [Truta] +- Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta] +- Move algorithm.txt into doc/ [Truta] +- Synchronize FAQ with website +- Fix compressBound(), was low for some pathological cases [Fearnley] +- Take into account wrapper variations in deflateBound() +- Set examples/zpipe.c input and output to binary mode for Windows +- Update examples/zlib_how.html with new zpipe.c (also web site) +- Fix some warnings in examples/gzlog.c and examples/zran.c (it seems + that gcc became pickier in 4.0) +- Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain + un-versioned, the patch adds versioning only for symbols introduced in + zlib-1.2.0 or later. It also declares as local those symbols which are + not designed to be exported." [Levin] +- Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure +- Do not initialize global static by default in trees.c, add a response + NO_INIT_GLOBAL_POINTERS to initialize them if needed [Marquess] +- Don't use strerror() in gzio.c under WinCE [Yakimov] +- Don't use errno.h in zutil.h under WinCE [Yakimov] +- Move arguments for AR to its usage to allow replacing ar [Marot] +- Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson] +- Improve inflateInit() and inflateInit2() documentation +- Fix structure size comment in inflate.h +- Change configure help option from --h* to --help [Santos] + Changes in 1.2.3 (18 July 2005) - Apply security vulnerability fixes to contrib/infback9 as well - Clean up some text files (carriage returns, trailing space) @@ -13,7 +673,7 @@ Changes in 1.2.2.4 (11 July 2005) compile - Fix some spelling errors in comments [Betts] - Correct inflateInit2() error return documentation in zlib.h -- Added zran.c example of compressed data random access to examples +- Add zran.c example of compressed data random access to examples directory, shows use of inflatePrime() - Fix cast for assignments to strm->state in inflate.c and infback.c - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] @@ -561,7 +1221,7 @@ Changes in 1.0.6 (19 Jan 1998) 386 asm code replacing longest_match(). contrib/iostream/ by Kevin Ruland A C++ I/O streams interface to the zlib gz* functions - contrib/iostream2/ by Tyge Løvset + contrib/iostream2/ by Tyge Løvset Another C++ I/O streams interface contrib/untgz/ by "Pedro A. Aranda Guti\irrez" A very simple tar.gz file extractor using zlib @@ -650,7 +1310,7 @@ Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] - fix array overlay in deflate.c which sometimes caused bad compressed data - fix inflate bug with empty stored block - fix MSDOS medium model which was broken in 0.99 -- fix deflateParams() which could generated bad compressed data. +- fix deflateParams() which could generate bad compressed data. - Bytef is define'd instead of typedef'ed (work around Borland bug) - added an INDEX file - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), diff --git a/zlib/FAQ b/zlib/FAQ index 441d910daa1818203b7ed7dd0be1ed269ba5e6d4..99b7cf92e45497fc8f608777f962dce2148d108b 100644 --- a/zlib/FAQ +++ b/zlib/FAQ @@ -3,8 +3,8 @@ If your question is not there, please check the zlib home page -http://www.zlib.org which may have more recent information. -The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html +http://zlib.net/ which may have more recent information. +The lastest zlib FAQ is at http://zlib.net/zlib_faq.html 1. Is zlib Y2K-compliant? @@ -13,54 +13,51 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 2. Where can I get a Windows DLL version? - The zlib sources can be compiled without change to produce a DLL. - See the file win32/DLL_FAQ.txt in the zlib distribution. - Pointers to the precompiled DLL are found in the zlib web site at - http://www.zlib.org. + The zlib sources can be compiled without change to produce a DLL. See the + file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the + precompiled DLL are found in the zlib web site at http://zlib.net/ . 3. Where can I get a Visual Basic interface to zlib? See - * http://www.dogma.net/markn/articles/zlibtool/zlibtool.htm - * contrib/visual-basic.txt in the zlib distribution + * http://marknelson.us/1997/01/01/zlib-engine/ * win32/DLL_FAQ.txt in the zlib distribution 4. compress() returns Z_BUF_ERROR. - Make sure that before the call of compress, the length of the compressed - buffer is equal to the total size of the compressed buffer and not - zero. For Visual Basic, check that this parameter is passed by reference + Make sure that before the call of compress(), the length of the compressed + buffer is equal to the available size of the compressed buffer and not + zero. For Visual Basic, check that this parameter is passed by reference ("as any"), not by value ("as long"). 5. deflate() or inflate() returns Z_BUF_ERROR. - Before making the call, make sure that avail_in and avail_out are not - zero. When setting the parameter flush equal to Z_FINISH, also make sure - that avail_out is big enough to allow processing all pending input. - Note that a Z_BUF_ERROR is not fatal--another call to deflate() or - inflate() can be made with more input or output space. A Z_BUF_ERROR - may in fact be unavoidable depending on how the functions are used, since - it is not possible to tell whether or not there is more output pending - when strm.avail_out returns with zero. + Before making the call, make sure that avail_in and avail_out are not zero. + When setting the parameter flush equal to Z_FINISH, also make sure that + avail_out is big enough to allow processing all pending input. Note that a + Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be + made with more input or output space. A Z_BUF_ERROR may in fact be + unavoidable depending on how the functions are used, since it is not + possible to tell whether or not there is more output pending when + strm.avail_out returns with zero. See http://zlib.net/zlib_how.html for a + heavily annotated example. 6. Where's the zlib documentation (man pages, etc.)? - It's in zlib.h for the moment, and Francis S. Lin has converted it to a - web page zlib.html. Volunteers to transform this to Unix-style man pages, - please contact us (zlib@gzip.org). Examples of zlib usage are in the files - example.c and minigzip.c. + It's in zlib.h . Examples of zlib usage are in the files test/example.c + and test/minigzip.c, with more in examples/ . 7. Why don't you use GNU autoconf or libtool or ...? - Because we would like to keep zlib as a very small and simple - package. zlib is rather portable and doesn't need much configuration. + Because we would like to keep zlib as a very small and simple package. + zlib is rather portable and doesn't need much configuration. 8. I found a bug in zlib. - Most of the time, such problems are due to an incorrect usage of - zlib. Please try to reproduce the problem with a small program and send - the corresponding source to us at zlib@gzip.org . Do not send - multi-megabyte data files without prior agreement. + Most of the time, such problems are due to an incorrect usage of zlib. + Please try to reproduce the problem with a small program and send the + corresponding source to us at zlib@gzip.org . Do not send multi-megabyte + data files without prior agreement. 9. Why do I get "undefined reference to gzputc"? @@ -82,13 +79,15 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 12. Can zlib handle .Z files? - No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt + No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt the code of uncompress on your own. 13. How can I make a Unix shared library? - make clean - ./configure -s + By default a shared (and a static) library is built for Unix. So: + + make distclean + ./configure make 14. How do I install a shared zlib library on Unix? @@ -99,8 +98,10 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html However, many flavors of Unix come with a shared zlib already installed. Before going to the trouble of compiling a shared version of zlib and - trying to install it, you may want to check if it's already there! If you - can #include , it's there. The -lz option will probably link to it. + trying to install it, you may want to check if it's already there! If you + can #include , it's there. The -lz option will probably link to + it. You can check the version at the top of zlib.h or with the + ZLIB_VERSION symbol defined in zlib.h . 15. I have a question about OttoPDF. @@ -109,8 +110,8 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 16. Can zlib decode Flate data in an Adobe PDF file? - Yes. See http://www.fastio.com/ (ClibPDF), or http://www.pdflib.com/ . - To modify PDF forms, see http://sourceforge.net/projects/acroformtool/ . + Yes. See http://www.pdflib.com/ . To modify PDF forms, see + http://sourceforge.net/projects/acroformtool/ . 17. Why am I getting this "register_frame_info not found" error on Solaris? @@ -121,67 +122,67 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html symbol __register_frame_info: referenced symbol not found The symbol __register_frame_info is not part of zlib, it is generated by - the C compiler (cc or gcc). You must recompile applications using zlib - which have this problem. This problem is specific to Solaris. See + the C compiler (cc or gcc). You must recompile applications using zlib + which have this problem. This problem is specific to Solaris. See http://www.sunfreeware.com for Solaris versions of zlib and applications using zlib. 18. Why does gzip give an error on a file I make with compress/deflate? The compress and deflate functions produce data in the zlib format, which - is different and incompatible with the gzip format. The gz* functions in - zlib on the other hand use the gzip format. Both the zlib and gzip - formats use the same compressed data format internally, but have different - headers and trailers around the compressed data. + is different and incompatible with the gzip format. The gz* functions in + zlib on the other hand use the gzip format. Both the zlib and gzip formats + use the same compressed data format internally, but have different headers + and trailers around the compressed data. 19. Ok, so why are there two different formats? - The gzip format was designed to retain the directory information about - a single file, such as the name and last modification date. The zlib - format on the other hand was designed for in-memory and communication - channel applications, and has a much more compact header and trailer and - uses a faster integrity check than gzip. + The gzip format was designed to retain the directory information about a + single file, such as the name and last modification date. The zlib format + on the other hand was designed for in-memory and communication channel + applications, and has a much more compact header and trailer and uses a + faster integrity check than gzip. 20. Well that's nice, but how do I make a gzip file in memory? You can request that deflate write the gzip format instead of the zlib - format using deflateInit2(). You can also request that inflate decode - the gzip format using inflateInit2(). Read zlib.h for more details. + format using deflateInit2(). You can also request that inflate decode the + gzip format using inflateInit2(). Read zlib.h for more details. 21. Is zlib thread-safe? - Yes. However any library routines that zlib uses and any application- - provided memory allocation routines must also be thread-safe. zlib's gz* + Yes. However any library routines that zlib uses and any application- + provided memory allocation routines must also be thread-safe. zlib's gz* functions use stdio library routines, and most of zlib's functions use the - library memory allocation routines by default. zlib's Init functions allow - for the application to provide custom memory allocation routines. + library memory allocation routines by default. zlib's *Init* functions + allow for the application to provide custom memory allocation routines. Of course, you should only operate on any given zlib or gzip stream from a single thread at a time. 22. Can I use zlib in my commercial application? - Yes. Please read the license in zlib.h. + Yes. Please read the license in zlib.h. 23. Is zlib under the GNU license? - No. Please read the license in zlib.h. + No. Please read the license in zlib.h. 24. The license says that altered source versions must be "plainly marked". So what exactly do I need to do to meet that requirement? - You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In + You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In particular, the final version number needs to be changed to "f", and an - identification string should be appended to ZLIB_VERSION. Version numbers + identification string should be appended to ZLIB_VERSION. Version numbers x.x.x.f are reserved for modifications to zlib by others than the zlib - maintainers. For example, if the version of the base zlib you are altering + maintainers. For example, if the version of the base zlib you are altering is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and - ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also + ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also update the version strings in deflate.c and inftrees.c. For altered source distributions, you should also note the origin and nature of the changes in zlib.h, as well as in ChangeLog and README, along - with the dates of the alterations. The origin should include at least your + with the dates of the alterations. The origin should include at least your name (or your company's name), and an email address to contact for help or issues with the library. @@ -197,105 +198,112 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 26. Will zlib work on a 64-bit machine? - It should. It has been tested on 64-bit machines, and has no dependence - on any data types being limited to 32-bits in length. If you have any + Yes. It has been tested on 64-bit machines, and has no dependence on any + data types being limited to 32-bits in length. If you have any difficulties, please provide a complete problem report to zlib@gzip.org 27. Will zlib decompress data from the PKWare Data Compression Library? - No. The PKWare DCL uses a completely different compressed data format - than does PKZIP and zlib. However, you can look in zlib's contrib/blast + No. The PKWare DCL uses a completely different compressed data format than + does PKZIP and zlib. However, you can look in zlib's contrib/blast directory for a possible solution to your problem. 28. Can I access data randomly in a compressed stream? - No, not without some preparation. If when compressing you periodically - use Z_FULL_FLUSH, carefully write all the pending data at those points, - and keep an index of those locations, then you can start decompression - at those points. You have to be careful to not use Z_FULL_FLUSH too - often, since it can significantly degrade compression. + No, not without some preparation. If when compressing you periodically use + Z_FULL_FLUSH, carefully write all the pending data at those points, and + keep an index of those locations, then you can start decompression at those + points. You have to be careful to not use Z_FULL_FLUSH too often, since it + can significantly degrade compression. Alternatively, you can scan a + deflate stream once to generate an index, and then use that index for + random access. See examples/zran.c . 29. Does zlib work on MVS, OS/390, CICS, etc.? - We don't know for sure. We have heard occasional reports of success on - these systems. If you do use it on one of these, please provide us with - a report, instructions, and patches that we can reference when we get - these questions. Thanks. + It has in the past, but we have not heard of any recent evidence. There + were working ports of zlib 1.1.4 to MVS, but those links no longer work. + If you know of recent, successful applications of zlib on these operating + systems, please let us know. Thanks. -30. Is there some simpler, easier to read version of inflate I can look at - to understand the deflate format? +30. Is there some simpler, easier to read version of inflate I can look at to + understand the deflate format? - First off, you should read RFC 1951. Second, yes. Look in zlib's + First off, you should read RFC 1951. Second, yes. Look in zlib's contrib/puff directory. 31. Does zlib infringe on any patents? - As far as we know, no. In fact, that was originally the whole point behind - zlib. Look here for some more information: + As far as we know, no. In fact, that was originally the whole point behind + zlib. Look here for some more information: http://www.gzip.org/#faq11 32. Can zlib work with greater than 4 GB of data? - Yes. inflate() and deflate() will process any amount of data correctly. + Yes. inflate() and deflate() will process any amount of data correctly. Each call of inflate() or deflate() is limited to input and output chunks of the maximum value that can be stored in the compiler's "unsigned int" - type, but there is no limit to the number of chunks. Note however that the - strm.total_in and strm_total_out counters may be limited to 4 GB. These + type, but there is no limit to the number of chunks. Note however that the + strm.total_in and strm_total_out counters may be limited to 4 GB. These counters are provided as a convenience and are not used internally by - inflate() or deflate(). The application can easily set up its own counters + inflate() or deflate(). The application can easily set up its own counters updated after each call of inflate() or deflate() to count beyond 4 GB. compress() and uncompress() may be limited to 4 GB, since they operate in a - single call. gzseek() and gztell() may be limited to 4 GB depending on how - zlib is compiled. See the zlibCompileFlags() function in zlib.h. + single call. gzseek() and gztell() may be limited to 4 GB depending on how + zlib is compiled. See the zlibCompileFlags() function in zlib.h. - The word "may" appears several times above since there is a 4 GB limit - only if the compiler's "long" type is 32 bits. If the compiler's "long" - type is 64 bits, then the limit is 16 exabytes. + The word "may" appears several times above since there is a 4 GB limit only + if the compiler's "long" type is 32 bits. If the compiler's "long" type is + 64 bits, then the limit is 16 exabytes. 33. Does zlib have any security vulnerabilities? - The only one that we are aware of is potentially in gzprintf(). If zlib - is compiled to use sprintf() or vsprintf(), then there is no protection - against a buffer overflow of a 4K string space, other than the caller of - gzprintf() assuring that the output will not exceed 4K. On the other - hand, if zlib is compiled to use snprintf() or vsnprintf(), which should - normally be the case, then there is no vulnerability. The ./configure - script will display warnings if an insecure variation of sprintf() will - be used by gzprintf(). Also the zlibCompileFlags() function will return - information on what variant of sprintf() is used by gzprintf(). + The only one that we are aware of is potentially in gzprintf(). If zlib is + compiled to use sprintf() or vsprintf(), then there is no protection + against a buffer overflow of an 8K string space (or other value as set by + gzbuffer()), other than the caller of gzprintf() assuring that the output + will not exceed 8K. On the other hand, if zlib is compiled to use + snprintf() or vsnprintf(), which should normally be the case, then there is + no vulnerability. The ./configure script will display warnings if an + insecure variation of sprintf() will be used by gzprintf(). Also the + zlibCompileFlags() function will return information on what variant of + sprintf() is used by gzprintf(). If you don't have snprintf() or vsnprintf() and would like one, you can find a portable implementation here: http://www.ijs.si/software/snprintf/ - Note that you should be using the most recent version of zlib. Versions - 1.1.3 and before were subject to a double-free vulnerability. + Note that you should be using the most recent version of zlib. Versions + 1.1.3 and before were subject to a double-free vulnerability, and versions + 1.2.1 and 1.2.2 were subject to an access exception when decompressing + invalid compressed data. 34. Is there a Java version of zlib? Probably what you want is to use zlib in Java. zlib is already included as part of the Java SDK in the java.util.zip package. If you really want a version of zlib written in the Java language, look on the zlib home - page for links: http://www.zlib.org/ + page for links: http://zlib.net/ . 35. I get this or that compiler or source-code scanner warning when I crank it up to maximally-pedantic. Can't you guys write proper code? Many years ago, we gave up attempting to avoid warnings on every compiler - in the universe. It just got to be a waste of time, and some compilers - were downright silly. So now, we simply make sure that the code always - works. + in the universe. It just got to be a waste of time, and some compilers + were downright silly as well as contradicted each other. So now, we simply + make sure that the code always works. 36. Valgrind (or some similar memory access checker) says that deflate is performing a conditional jump that depends on an uninitialized value. Isn't that a bug? - No. That is intentional for performance reasons, and the output of - deflate is not affected. This only started showing up recently since - zlib 1.2.x uses malloc() by default for allocations, whereas earlier - versions used calloc(), which zeros out the allocated memory. + No. That is intentional for performance reasons, and the output of deflate + is not affected. This only started showing up recently since zlib 1.2.x + uses malloc() by default for allocations, whereas earlier versions used + calloc(), which zeros out the allocated memory. Even though the code was + correct, versions 1.2.4 and later was changed to not stimulate these + checkers. 37. Will zlib read the (insert any ancient or arcane format here) compressed data format? @@ -305,20 +313,21 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 38. How can I encrypt/decrypt zip files with zlib? - zlib doesn't support encryption. The original PKZIP encryption is very weak - and can be broken with freely available programs. To get strong encryption, - use GnuPG, http://www.gnupg.org/ , which already includes zlib compression. - For PKZIP compatible "encryption", look at http://www.info-zip.org/ + zlib doesn't support encryption. The original PKZIP encryption is very + weak and can be broken with freely available programs. To get strong + encryption, use GnuPG, http://www.gnupg.org/ , which already includes zlib + compression. For PKZIP compatible "encryption", look at + http://www.info-zip.org/ 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings? - "gzip" is the gzip format, and "deflate" is the zlib format. They should - probably have called the second one "zlib" instead to avoid confusion - with the raw deflate compressed data format. While the HTTP 1.1 RFC 2616 + "gzip" is the gzip format, and "deflate" is the zlib format. They should + probably have called the second one "zlib" instead to avoid confusion with + the raw deflate compressed data format. While the HTTP 1.1 RFC 2616 correctly points to the zlib specification in RFC 1950 for the "deflate" transfer encoding, there have been reports of servers and browsers that incorrectly produce or expect raw deflate data per the deflate - specficiation in RFC 1951, most notably Microsoft. So even though the + specification in RFC 1951, most notably Microsoft. So even though the "deflate" transfer encoding using the zlib format would be the more efficient approach (and in fact exactly what the zlib format was designed for), using the "gzip" transfer encoding is probably more reliable due to @@ -328,12 +337,32 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 40. Does zlib support the new "Deflate64" format introduced by PKWare? - No. PKWare has apparently decided to keep that format proprietary, since - they have not documented it as they have previous compression formats. - In any case, the compression improvements are so modest compared to other - more modern approaches, that it's not worth the effort to implement. + No. PKWare has apparently decided to keep that format proprietary, since + they have not documented it as they have previous compression formats. In + any case, the compression improvements are so modest compared to other more + modern approaches, that it's not worth the effort to implement. + +41. I'm having a problem with the zip functions in zlib, can you help? + + There are no zip functions in zlib. You are probably using minizip by + Giles Vollant, which is found in the contrib directory of zlib. It is not + part of zlib. In fact none of the stuff in contrib is part of zlib. The + files in there are not supported by the zlib authors. You need to contact + the authors of the respective contribution for help. + +42. The match.asm code in contrib is under the GNU General Public License. + Since it's part of zlib, doesn't that mean that all of zlib falls under the + GNU GPL? + + No. The files in contrib are not part of zlib. They were contributed by + other authors and are provided as a convenience to the user within the zlib + distribution. Each item in contrib has its own license. + +43. Is zlib subject to export controls? What is its ECCN? + + zlib is not subject to export controls, and so is classified as EAR99. -41. Can you please sign these lengthy legal documents and fax them back to us +44. Can you please sign these lengthy legal documents and fax them back to us so that we can use your software in our product? No. Go away. Shoo. diff --git a/zlib/INDEX b/zlib/INDEX index 0587e5902bd155878ce6a11adbedd5c34630d7a3..2ba0641204861d7ebb63524c961e6e004113356c 100644 --- a/zlib/INDEX +++ b/zlib/INDEX @@ -1,23 +1,37 @@ +CMakeLists.txt cmake build file ChangeLog history of changes FAQ Frequently Asked Questions about zlib INDEX this file -Makefile makefile for Unix (generated by configure) -Makefile.in makefile for Unix (template for configure) +Makefile dummy Makefile that tells you to ./configure +Makefile.in template for Unix Makefile README guess what -algorithm.txt description of the (de)compression algorithm configure configure script for Unix -zconf.in.h template for zconf.h (used by configure) +make_vms.com makefile for VMS +test/example.c zlib usages examples for build testing +test/minigzip.c minimal gzip-like functionality for build testing +test/infcover.c inf*.c code coverage for build coverage testing +treebuild.xml XML description of source file dependencies +zconf.h.cmakein zconf.h template for cmake +zconf.h.in zconf.h template for configure +zlib.3 Man page for zlib +zlib.3.pdf Man page in PDF format +zlib.map Linux symbol information +zlib.pc.in Template for pkg-config descriptor +zlib.pc.cmakein zlib.pc template for cmake +zlib2ansi perl script to convert source files for C++ compilation amiga/ makefiles for Amiga SAS C -as400/ makefiles for IBM AS/400 +as400/ makefiles for AS/400 +doc/ documentation for formats and algorithms msdos/ makefiles for MSDOS +nintendods/ makefile for Nintendo DS old/ makefiles for various architectures and zlib documentation files that have not yet been updated for zlib 1.2.x -projects/ projects for various Integrated Development Environments qnx/ makefiles for QNX +watcom/ makefiles for OpenWatcom win32/ makefiles for Windows - zlib public header files (must be kept): + zlib public header files (required for library use): zconf.h zlib.h @@ -28,7 +42,11 @@ crc32.c crc32.h deflate.c deflate.h -gzio.c +gzclose.c +gzguts.h +gzlib.c +gzread.c +gzwrite.c infback.c inffast.c inffast.h @@ -43,9 +61,8 @@ uncompr.c zutil.c zutil.h - source files for sample programs: -example.c -minigzip.c + source files for sample programs +See examples/README.examples - unsupported contribution by third parties + unsupported contributions by third parties See contrib/README.contrib diff --git a/zlib/README b/zlib/README index 758cc50020dfefc53d518fd56072849cd5cbc9c7..51106de4753292ad59de03de9e634e6814eeb7a2 100644 --- a/zlib/README +++ b/zlib/README @@ -1,56 +1,52 @@ ZLIB DATA COMPRESSION LIBRARY -zlib 1.2.3 is a general purpose data compression library. All the code is +zlib 1.2.11 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files -http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) -and rfc1952.txt (gzip format). These documents are also available in other -formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html +http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and +rfc1952 (gzip format). All functions of the compression library are documented in the file zlib.h -(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example -of the library is given in the file example.c which also tests that the library -is working correctly. Another example is given in the file minigzip.c. The -compression library itself is composed of all source files except example.c and -minigzip.c. +(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example +of the library is given in the file test/example.c which also tests that +the library is working correctly. Another example is given in the file +test/minigzip.c. The compression library itself is composed of all source +files in the root directory. To compile all files and run the test program, follow the instructions given at -the top of Makefile. In short "make test; make install" should work for most -machines. For Unix: "./configure; make test; make install". For MSDOS, use one -of the special makefiles such as Makefile.msc. For VMS, use make_vms.com. +the top of Makefile.in. In short "./configure; make test", and if that goes +well, "make install" should work for most flavors of Unix. For Windows, use +one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use +make_vms.com. Questions about zlib should be sent to , or to Gilles Vollant - for the Windows DLL version. The zlib home page is -http://www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem, -please check this site to verify that you have the latest version of zlib; -otherwise get the latest version and check whether the problem still exists or -not. + for the Windows DLL version. The zlib home page is +http://zlib.net/ . Before reporting a problem, please check this site to +verify that you have the latest version of zlib; otherwise get the latest +version and check whether the problem still exists or not. -PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before asking -for help. +PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. -Mark Nelson wrote an article about zlib for the Jan. 1997 -issue of Dr. Dobb's Journal; a copy of the article is available in -http://dogma.net/markn/articles/zlibtool/zlibtool.htm +Mark Nelson wrote an article about zlib for the Jan. 1997 +issue of Dr. Dobb's Journal; a copy of the article is available at +http://marknelson.us/1997/01/01/zlib-engine/ . -The changes made in version 1.2.3 are documented in the file ChangeLog. +The changes made in version 1.2.11 are documented in the file ChangeLog. -Unsupported third party contributions are provided in directory "contrib". +Unsupported third party contributions are provided in directory contrib/ . -A Java implementation of zlib is available in the Java Development Kit -http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html -See the zlib home page http://www.zlib.org for details. +zlib is available in Java using the java.util.zip package, documented at +http://java.sun.com/developer/technicalArticles/Programming/compression/ . -A Perl interface to zlib written by Paul Marquess is in the -CPAN (Comprehensive Perl Archive Network) sites -http://www.cpan.org/modules/by-module/Compress/ +A Perl interface to zlib written by Paul Marquess is available +at CPAN (Comprehensive Perl Archive Network) sites, including +http://search.cpan.org/~pmqs/IO-Compress-Zlib/ . A Python interface to zlib written by A.M. Kuchling is available in Python 1.5 and later versions, see -http://www.python.org/doc/lib/module-zlib.html +http://docs.python.org/library/zlib.html . -A zlib binding for TCL written by Andreas Kupries is -availlable at http://www.oche.de/~akupries/soft/trf/trf_zip.html +zlib is built into tcl: http://wiki.tcl.tk/4610 . An experimental package to read and write files in .zip format, written on top of zlib by Gilles Vollant , is available in the @@ -74,25 +70,21 @@ Notes for some targets: - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with other compilers. Use "make test" to check your compiler. -- gzdopen is not supported on RISCOS, BEOS and by some Mac compilers. +- gzdopen is not supported on RISCOS or BEOS. - For PalmOs, see http://palmzlib.sourceforge.net/ -- When building a shared, i.e. dynamic library on Mac OS X, the library must be - installed before testing (do "make install" before "make test"), since the - library location is specified in the library. - Acknowledgments: - The deflate format used by zlib was defined by Phil Katz. The deflate - and zlib specifications were written by L. Peter Deutsch. Thanks to all the - people who reported problems and suggested various improvements in zlib; - they are too numerous to cite here. + The deflate format used by zlib was defined by Phil Katz. The deflate and + zlib specifications were written by L. Peter Deutsch. Thanks to all the + people who reported problems and suggested various improvements in zlib; they + are too numerous to cite here. Copyright notice: - (C) 1995-2004 Jean-loup Gailly and Mark Adler + (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -113,13 +105,11 @@ Copyright notice: Jean-loup Gailly Mark Adler jloup@gzip.org madler@alumni.caltech.edu -If you use the zlib library in a product, we would appreciate *not* -receiving lengthy legal documents to sign. The sources are provided -for free but without warranty of any kind. The library has been -entirely written by Jean-loup Gailly and Mark Adler; it does not -include third-party code. +If you use the zlib library in a product, we would appreciate *not* receiving +lengthy legal documents to sign. The sources are provided for free but without +warranty of any kind. The library has been entirely written by Jean-loup +Gailly and Mark Adler; it does not include third-party code. -If you redistribute modified sources, we would appreciate that you include -in the file ChangeLog history information documenting your changes. Please -read the FAQ for more information on the distribution of modified source -versions. +If you redistribute modified sources, we would appreciate that you include in +the file ChangeLog history information documenting your changes. Please read +the FAQ for more information on the distribution of modified source versions. diff --git a/zlib/README.MySQL b/zlib/README.MySQL deleted file mode 100644 index c17d3eeb6f99842647bdb8c508c11b35c31c6c31..0000000000000000000000000000000000000000 --- a/zlib/README.MySQL +++ /dev/null @@ -1,16 +0,0 @@ -This an incomplete version of the zlib library -- it excludes some of the -platform-specific project files, contributed code, and examples from the -original zlib distribution. You can find the original distribution at - - http://www.gzip.org/zlib/ - or - http://www.zlib.net/ - -Revision history: - -20.01.2006. The following files were changed as part of #15787 fix: - makefile.am - gzio.c - zconf.h - README.mysql - diff --git a/zlib/adler32.c b/zlib/adler32.c index 007ba26277c8470d897faa87b7b9fb4b5d15e606..e82e8eedd13215b1a57ae92deeed5c5ec4c78b99 100644 --- a/zlib/adler32.c +++ b/zlib/adler32.c @@ -1,14 +1,15 @@ /* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2004 Mark Adler + * Copyright (C) 1995-2011, 2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ -#define ZLIB_INTERNAL -#include "zlib.h" +#include "zutil.h" -#define BASE 65521UL /* largest prime smaller than 65536 */ +local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2)); + +#define BASE 65521U /* largest prime smaller than 65536 */ #define NMAX 5552 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ @@ -18,46 +19,51 @@ #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); #define DO16(buf) DO8(buf,0); DO8(buf,8); -/* use NO_DIVIDE if your processor does not do division in hardware */ +/* use NO_DIVIDE if your processor does not do division in hardware -- + try it both ways to see which is faster */ #ifdef NO_DIVIDE -# define MOD(a) \ +/* note that this assumes BASE is 65521, where 65536 % 65521 == 15 + (thank you to John Reiser for pointing this out) */ +# define CHOP(a) \ + do { \ + unsigned long tmp = a >> 16; \ + a &= 0xffffUL; \ + a += (tmp << 4) - tmp; \ + } while (0) +# define MOD28(a) \ do { \ - if (a >= (BASE << 16)) a -= (BASE << 16); \ - if (a >= (BASE << 15)) a -= (BASE << 15); \ - if (a >= (BASE << 14)) a -= (BASE << 14); \ - if (a >= (BASE << 13)) a -= (BASE << 13); \ - if (a >= (BASE << 12)) a -= (BASE << 12); \ - if (a >= (BASE << 11)) a -= (BASE << 11); \ - if (a >= (BASE << 10)) a -= (BASE << 10); \ - if (a >= (BASE << 9)) a -= (BASE << 9); \ - if (a >= (BASE << 8)) a -= (BASE << 8); \ - if (a >= (BASE << 7)) a -= (BASE << 7); \ - if (a >= (BASE << 6)) a -= (BASE << 6); \ - if (a >= (BASE << 5)) a -= (BASE << 5); \ - if (a >= (BASE << 4)) a -= (BASE << 4); \ - if (a >= (BASE << 3)) a -= (BASE << 3); \ - if (a >= (BASE << 2)) a -= (BASE << 2); \ - if (a >= (BASE << 1)) a -= (BASE << 1); \ + CHOP(a); \ if (a >= BASE) a -= BASE; \ } while (0) -# define MOD4(a) \ +# define MOD(a) \ do { \ - if (a >= (BASE << 4)) a -= (BASE << 4); \ - if (a >= (BASE << 3)) a -= (BASE << 3); \ - if (a >= (BASE << 2)) a -= (BASE << 2); \ - if (a >= (BASE << 1)) a -= (BASE << 1); \ + CHOP(a); \ + MOD28(a); \ + } while (0) +# define MOD63(a) \ + do { /* this assumes a is not negative */ \ + z_off64_t tmp = a >> 32; \ + a &= 0xffffffffL; \ + a += (tmp << 8) - (tmp << 5) + tmp; \ + tmp = a >> 16; \ + a &= 0xffffL; \ + a += (tmp << 4) - tmp; \ + tmp = a >> 16; \ + a &= 0xffffL; \ + a += (tmp << 4) - tmp; \ if (a >= BASE) a -= BASE; \ } while (0) #else # define MOD(a) a %= BASE -# define MOD4(a) a %= BASE +# define MOD28(a) a %= BASE +# define MOD63(a) a %= BASE #endif /* ========================================================================= */ -uLong ZEXPORT adler32(adler, buf, len) +uLong ZEXPORT adler32_z(adler, buf, len) uLong adler; const Bytef *buf; - uInt len; + z_size_t len; { unsigned long sum2; unsigned n; @@ -89,7 +95,7 @@ uLong ZEXPORT adler32(adler, buf, len) } if (adler >= BASE) adler -= BASE; - MOD4(sum2); /* only added so many BASE's */ + MOD28(sum2); /* only added so many BASE's */ return adler | (sum2 << 16); } @@ -125,25 +131,56 @@ uLong ZEXPORT adler32(adler, buf, len) } /* ========================================================================= */ -uLong ZEXPORT adler32_combine(adler1, adler2, len2) +uLong ZEXPORT adler32(adler, buf, len) + uLong adler; + const Bytef *buf; + uInt len; +{ + return adler32_z(adler, buf, len); +} + +/* ========================================================================= */ +local uLong adler32_combine_(adler1, adler2, len2) uLong adler1; uLong adler2; - z_off_t len2; + z_off64_t len2; { unsigned long sum1; unsigned long sum2; unsigned rem; + /* for negative len, return invalid adler32 as a clue for debugging */ + if (len2 < 0) + return 0xffffffffUL; + /* the derivation of this formula is left as an exercise for the reader */ - rem = (unsigned)(len2 % BASE); + MOD63(len2); /* assumes len2 >= 0 */ + rem = (unsigned)len2; sum1 = adler1 & 0xffff; sum2 = rem * sum1; MOD(sum2); sum1 += (adler2 & 0xffff) + BASE - 1; sum2 += ((adler1 >> 16) & 0xffff) + ((adler2 >> 16) & 0xffff) + BASE - rem; - if (sum1 > BASE) sum1 -= BASE; - if (sum1 > BASE) sum1 -= BASE; - if (sum2 > (BASE << 1)) sum2 -= (BASE << 1); - if (sum2 > BASE) sum2 -= BASE; + if (sum1 >= BASE) sum1 -= BASE; + if (sum1 >= BASE) sum1 -= BASE; + if (sum2 >= ((unsigned long)BASE << 1)) sum2 -= ((unsigned long)BASE << 1); + if (sum2 >= BASE) sum2 -= BASE; return sum1 | (sum2 << 16); } + +/* ========================================================================= */ +uLong ZEXPORT adler32_combine(adler1, adler2, len2) + uLong adler1; + uLong adler2; + z_off_t len2; +{ + return adler32_combine_(adler1, adler2, len2); +} + +uLong ZEXPORT adler32_combine64(adler1, adler2, len2) + uLong adler1; + uLong adler2; + z_off64_t len2; +{ + return adler32_combine_(adler1, adler2, len2); +} diff --git a/zlib/algorithm.txt b/zlib/algorithm.txt deleted file mode 100644 index b022dde312a1139fde1d9c0ec90c9640108d9645..0000000000000000000000000000000000000000 --- a/zlib/algorithm.txt +++ /dev/null @@ -1,209 +0,0 @@ -1. Compression algorithm (deflate) - -The deflation algorithm used by gzip (also zip and zlib) is a variation of -LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in -the input data. The second occurrence of a string is replaced by a -pointer to the previous string, in the form of a pair (distance, -length). Distances are limited to 32K bytes, and lengths are limited -to 258 bytes. When a string does not occur anywhere in the previous -32K bytes, it is emitted as a sequence of literal bytes. (In this -description, `string' must be taken as an arbitrary sequence of bytes, -and is not restricted to printable characters.) - -Literals or match lengths are compressed with one Huffman tree, and -match distances are compressed with another tree. The trees are stored -in a compact form at the start of each block. The blocks can have any -size (except that the compressed data for one block must fit in -available memory). A block is terminated when deflate() determines that -it would be useful to start another block with fresh trees. (This is -somewhat similar to the behavior of LZW-based _compress_.) - -Duplicated strings are found using a hash table. All input strings of -length 3 are inserted in the hash table. A hash index is computed for -the next 3 bytes. If the hash chain for this index is not empty, all -strings in the chain are compared with the current input string, and -the longest match is selected. - -The hash chains are searched starting with the most recent strings, to -favor small distances and thus take advantage of the Huffman encoding. -The hash chains are singly linked. There are no deletions from the -hash chains, the algorithm simply discards matches that are too old. - -To avoid a worst-case situation, very long hash chains are arbitrarily -truncated at a certain length, determined by a runtime option (level -parameter of deflateInit). So deflate() does not always find the longest -possible match but generally finds a match which is long enough. - -deflate() also defers the selection of matches with a lazy evaluation -mechanism. After a match of length N has been found, deflate() searches for -a longer match at the next input byte. If a longer match is found, the -previous match is truncated to a length of one (thus producing a single -literal byte) and the process of lazy evaluation begins again. Otherwise, -the original match is kept, and the next match search is attempted only N -steps later. - -The lazy match evaluation is also subject to a runtime parameter. If -the current match is long enough, deflate() reduces the search for a longer -match, thus speeding up the whole process. If compression ratio is more -important than speed, deflate() attempts a complete second search even if -the first match is already long enough. - -The lazy match evaluation is not performed for the fastest compression -modes (level parameter 1 to 3). For these fast modes, new strings -are inserted in the hash table only when no match was found, or -when the match is not too long. This degrades the compression ratio -but saves time since there are both fewer insertions and fewer searches. - - -2. Decompression algorithm (inflate) - -2.1 Introduction - -The key question is how to represent a Huffman code (or any prefix code) so -that you can decode fast. The most important characteristic is that shorter -codes are much more common than longer codes, so pay attention to decoding the -short codes fast, and let the long codes take longer to decode. - -inflate() sets up a first level table that covers some number of bits of -input less than the length of longest code. It gets that many bits from the -stream, and looks it up in the table. The table will tell if the next -code is that many bits or less and how many, and if it is, it will tell -the value, else it will point to the next level table for which inflate() -grabs more bits and tries to decode a longer code. - -How many bits to make the first lookup is a tradeoff between the time it -takes to decode and the time it takes to build the table. If building the -table took no time (and if you had infinite memory), then there would only -be a first level table to cover all the way to the longest code. However, -building the table ends up taking a lot longer for more bits since short -codes are replicated many times in such a table. What inflate() does is -simply to make the number of bits in the first table a variable, and then -to set that variable for the maximum speed. - -For inflate, which has 286 possible codes for the literal/length tree, the size -of the first table is nine bits. Also the distance trees have 30 possible -values, and the size of the first table is six bits. Note that for each of -those cases, the table ended up one bit longer than the ``average'' code -length, i.e. the code length of an approximately flat code which would be a -little more than eight bits for 286 symbols and a little less than five bits -for 30 symbols. - - -2.2 More details on the inflate table lookup - -Ok, you want to know what this cleverly obfuscated inflate tree actually -looks like. You are correct that it's not a Huffman tree. It is simply a -lookup table for the first, let's say, nine bits of a Huffman symbol. The -symbol could be as short as one bit or as long as 15 bits. If a particular -symbol is shorter than nine bits, then that symbol's translation is duplicated -in all those entries that start with that symbol's bits. For example, if the -symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a -symbol is nine bits long, it appears in the table once. - -If the symbol is longer than nine bits, then that entry in the table points -to another similar table for the remaining bits. Again, there are duplicated -entries as needed. The idea is that most of the time the symbol will be short -and there will only be one table look up. (That's whole idea behind data -compression in the first place.) For the less frequent long symbols, there -will be two lookups. If you had a compression method with really long -symbols, you could have as many levels of lookups as is efficient. For -inflate, two is enough. - -So a table entry either points to another table (in which case nine bits in -the above example are gobbled), or it contains the translation for the symbol -and the number of bits to gobble. Then you start again with the next -ungobbled bit. - -You may wonder: why not just have one lookup table for how ever many bits the -longest symbol is? The reason is that if you do that, you end up spending -more time filling in duplicate symbol entries than you do actually decoding. -At least for deflate's output that generates new trees every several 10's of -kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code -would take too long if you're only decoding several thousand symbols. At the -other extreme, you could make a new table for every bit in the code. In fact, -that's essentially a Huffman tree. But then you spend two much time -traversing the tree while decoding, even for short symbols. - -So the number of bits for the first lookup table is a trade of the time to -fill out the table vs. the time spent looking at the second level and above of -the table. - -Here is an example, scaled down: - -The code being decoded, with 10 symbols, from 1 to 6 bits long: - -A: 0 -B: 10 -C: 1100 -D: 11010 -E: 11011 -F: 11100 -G: 11101 -H: 11110 -I: 111110 -J: 111111 - -Let's make the first table three bits long (eight entries): - -000: A,1 -001: A,1 -010: A,1 -011: A,1 -100: B,2 -101: B,2 -110: -> table X (gobble 3 bits) -111: -> table Y (gobble 3 bits) - -Each entry is what the bits decode as and how many bits that is, i.e. how -many bits to gobble. Or the entry points to another table, with the number of -bits to gobble implicit in the size of the table. - -Table X is two bits long since the longest code starting with 110 is five bits -long: - -00: C,1 -01: C,1 -10: D,2 -11: E,2 - -Table Y is three bits long since the longest code starting with 111 is six -bits long: - -000: F,2 -001: F,2 -010: G,2 -011: G,2 -100: H,2 -101: H,2 -110: I,3 -111: J,3 - -So what we have here are three tables with a total of 20 entries that had to -be constructed. That's compared to 64 entries for a single table. Or -compared to 16 entries for a Huffman tree (six two entry tables and one four -entry table). Assuming that the code ideally represents the probability of -the symbols, it takes on the average 1.25 lookups per symbol. That's compared -to one lookup for the single table, or 1.66 lookups per symbol for the -Huffman tree. - -There, I think that gives you a picture of what's going on. For inflate, the -meaning of a particular symbol is often more than just a letter. It can be a -byte (a "literal"), or it can be either a length or a distance which -indicates a base value and a number of bits to fetch after the code that is -added to the base value. Or it might be the special end-of-block code. The -data structures created in inftrees.c try to encode all that information -compactly in the tables. - - -Jean-loup Gailly Mark Adler -jloup@gzip.org madler@alumni.caltech.edu - - -References: - -[LZ77] Ziv J., Lempel A., ``A Universal Algorithm for Sequential Data -Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3, -pp. 337-343. - -``DEFLATE Compressed Data Format Specification'' available in -http://www.ietf.org/rfc/rfc1951.txt diff --git a/zlib/amiga/Makefile.pup b/zlib/amiga/Makefile.pup new file mode 100644 index 0000000000000000000000000000000000000000..8940c120fbb9705472fe7d623a37759ebc6ffeec --- /dev/null +++ b/zlib/amiga/Makefile.pup @@ -0,0 +1,69 @@ +# Amiga powerUP (TM) Makefile +# makefile for libpng and SAS C V6.58/7.00 PPC compiler +# Copyright (C) 1998 by Andreas R. Kleinert + +LIBNAME = libzip.a + +CC = scppc +CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL \ + OPTLOOP OPTRDEP=8 OPTDEP=8 OPTCOMP=8 NOVER +AR = ppc-amigaos-ar cr +RANLIB = ppc-amigaos-ranlib +LD = ppc-amigaos-ld -r +LDFLAGS = -o +LDLIBS = LIB:scppc.a LIB:end.o +RM = delete quiet + +OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ + uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o + +TEST_OBJS = example.o minigzip.o + +all: example minigzip + +check: test +test: all + example + echo hello world | minigzip | minigzip -d + +$(LIBNAME): $(OBJS) + $(AR) $@ $(OBJS) + -$(RANLIB) $@ + +example: example.o $(LIBNAME) + $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) + +minigzip: minigzip.o $(LIBNAME) + $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) + +mostlyclean: clean +clean: + $(RM) *.o example minigzip $(LIBNAME) foo.gz + +zip: + zip -ul9 zlib README ChangeLog Makefile Make????.??? Makefile.?? \ + descrip.mms *.[ch] + +tgz: + cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \ + zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch] + +# DO NOT DELETE THIS LINE -- make depend depends on it. + +adler32.o: zlib.h zconf.h +compress.o: zlib.h zconf.h +crc32.o: crc32.h zlib.h zconf.h +deflate.o: deflate.h zutil.h zlib.h zconf.h +example.o: zlib.h zconf.h +gzclose.o: zlib.h zconf.h gzguts.h +gzlib.o: zlib.h zconf.h gzguts.h +gzread.o: zlib.h zconf.h gzguts.h +gzwrite.o: zlib.h zconf.h gzguts.h +inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +inftrees.o: zutil.h zlib.h zconf.h inftrees.h +minigzip.o: zlib.h zconf.h +trees.o: deflate.h zutil.h zlib.h zconf.h trees.h +uncompr.o: zlib.h zconf.h +zutil.o: zutil.h zlib.h zconf.h diff --git a/zlib/amiga/Makefile.sas b/zlib/amiga/Makefile.sas new file mode 100644 index 0000000000000000000000000000000000000000..749e2915271d258a022c32848f0f432d043e1097 --- /dev/null +++ b/zlib/amiga/Makefile.sas @@ -0,0 +1,68 @@ +# SMakefile for zlib +# Modified from the standard UNIX Makefile Copyright Jean-loup Gailly +# Osma Ahvenlampi +# Amiga, SAS/C 6.56 & Smake + +CC=sc +CFLAGS=OPT +#CFLAGS=OPT CPU=68030 +#CFLAGS=DEBUG=LINE +LDFLAGS=LIB z.lib + +SCOPTIONS=OPTSCHED OPTINLINE OPTALIAS OPTTIME OPTINLOCAL STRMERGE \ + NOICONS PARMS=BOTH NOSTACKCHECK UTILLIB NOVERSION ERRORREXX \ + DEF=POSTINC + +OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ + uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o + +TEST_OBJS = example.o minigzip.o + +all: SCOPTIONS example minigzip + +check: test +test: all + example + echo hello world | minigzip | minigzip -d + +install: z.lib + copy clone zlib.h zconf.h INCLUDE: + copy clone z.lib LIB: + +z.lib: $(OBJS) + oml z.lib r $(OBJS) + +example: example.o z.lib + $(CC) $(CFLAGS) LINK TO $@ example.o $(LDFLAGS) + +minigzip: minigzip.o z.lib + $(CC) $(CFLAGS) LINK TO $@ minigzip.o $(LDFLAGS) + +mostlyclean: clean +clean: + -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS + +SCOPTIONS: Makefile.sas + copy to $@ 64K on 16-bit machine: */ - if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; -#endif - stream.next_out = dest; - stream.avail_out = (uInt)*destLen; - if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; + left = *destLen; + *destLen = 0; stream.zalloc = (alloc_func)0; stream.zfree = (free_func)0; @@ -46,15 +41,26 @@ int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) err = deflateInit(&stream, level); if (err != Z_OK) return err; - err = deflate(&stream, Z_FINISH); - if (err != Z_STREAM_END) { - deflateEnd(&stream); - return err == Z_OK ? Z_BUF_ERROR : err; - } - *destLen = stream.total_out; + stream.next_out = dest; + stream.avail_out = 0; + stream.next_in = (z_const Bytef *)source; + stream.avail_in = 0; - err = deflateEnd(&stream); - return err; + do { + if (stream.avail_out == 0) { + stream.avail_out = left > (uLong)max ? max : (uInt)left; + left -= stream.avail_out; + } + if (stream.avail_in == 0) { + stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; + sourceLen -= stream.avail_in; + } + err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH); + } while (err == Z_OK); + + *destLen = stream.total_out; + deflateEnd(&stream); + return err == Z_STREAM_END ? Z_OK : err; } /* =========================================================================== @@ -75,5 +81,6 @@ int ZEXPORT compress (dest, destLen, source, sourceLen) uLong ZEXPORT compressBound (sourceLen) uLong sourceLen; { - return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + 11; + return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + + (sourceLen >> 25) + 13; } diff --git a/zlib/crc32.c b/zlib/crc32.c index f658a9ef55ee89e930df72907790d11f5504e3ce..9580440c0e6b673c43e57daab03274ebdca8f77e 100644 --- a/zlib/crc32.c +++ b/zlib/crc32.c @@ -1,5 +1,5 @@ /* crc32.c -- compute the CRC-32 of a data stream - * Copyright (C) 1995-2005 Mark Adler + * Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * * Thanks to Rodney Brown for his contribution of faster @@ -17,6 +17,8 @@ of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should first call get_crc_table() to initialize the tables before allowing more than one thread to use crc32(). + + DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h. */ #ifdef MAKECRCH @@ -28,37 +30,15 @@ #include "zutil.h" /* for STDC and FAR definitions */ -#define local static - -/* Find a four-byte integer type for crc32_little() and crc32_big(). */ -#ifndef NOBYFOUR -# ifdef STDC /* need ANSI C limits.h to determine sizes */ -# include -# define BYFOUR -# if (UINT_MAX == 0xffffffffUL) - typedef unsigned int u4; -# else -# if (ULONG_MAX == 0xffffffffUL) - typedef unsigned long u4; -# else -# if (USHRT_MAX == 0xffffffffUL) - typedef unsigned short u4; -# else -# undef BYFOUR /* can't find a four-byte integer type! */ -# endif -# endif -# endif -# endif /* STDC */ -#endif /* !NOBYFOUR */ - /* Definitions for doing the crc four data bytes at a time. */ +#if !defined(NOBYFOUR) && defined(Z_U4) +# define BYFOUR +#endif #ifdef BYFOUR -# define REV(w) (((w)>>24)+(((w)>>8)&0xff00)+ \ - (((w)&0xff00)<<8)+(((w)&0xff)<<24)) local unsigned long crc32_little OF((unsigned long, - const unsigned char FAR *, unsigned)); + const unsigned char FAR *, z_size_t)); local unsigned long crc32_big OF((unsigned long, - const unsigned char FAR *, unsigned)); + const unsigned char FAR *, z_size_t)); # define TBLS 8 #else # define TBLS 1 @@ -68,14 +48,16 @@ local unsigned long gf2_matrix_times OF((unsigned long *mat, unsigned long vec)); local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); +local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); + #ifdef DYNAMIC_CRC_TABLE local volatile int crc_table_empty = 1; -local unsigned long FAR crc_table[TBLS][256]; +local z_crc_t FAR crc_table[TBLS][256]; local void make_crc_table OF((void)); #ifdef MAKECRCH - local void write_table OF((FILE *, const unsigned long FAR *)); + local void write_table OF((FILE *, const z_crc_t FAR *)); #endif /* MAKECRCH */ /* Generate tables for a byte-wise 32-bit CRC calculation on the polynomial: @@ -105,9 +87,9 @@ local void make_crc_table OF((void)); */ local void make_crc_table() { - unsigned long c; + z_crc_t c; int n, k; - unsigned long poly; /* polynomial exclusive-or pattern */ + z_crc_t poly; /* polynomial exclusive-or pattern */ /* terms of polynomial defining this crc (except x^32): */ static volatile int first = 1; /* flag to limit concurrent making */ static const unsigned char p[] = {0,1,2,4,5,7,8,10,11,12,16,22,23,26}; @@ -119,13 +101,13 @@ local void make_crc_table() first = 0; /* make exclusive-or pattern from polynomial (0xedb88320UL) */ - poly = 0UL; - for (n = 0; n < sizeof(p)/sizeof(unsigned char); n++) - poly |= 1UL << (31 - p[n]); + poly = 0; + for (n = 0; n < (int)(sizeof(p)/sizeof(unsigned char)); n++) + poly |= (z_crc_t)1 << (31 - p[n]); /* generate a crc for every 8-bit value */ for (n = 0; n < 256; n++) { - c = (unsigned long)n; + c = (z_crc_t)n; for (k = 0; k < 8; k++) c = c & 1 ? poly ^ (c >> 1) : c >> 1; crc_table[0][n] = c; @@ -136,11 +118,11 @@ local void make_crc_table() and then the byte reversal of those as well as the first table */ for (n = 0; n < 256; n++) { c = crc_table[0][n]; - crc_table[4][n] = REV(c); + crc_table[4][n] = ZSWAP32(c); for (k = 1; k < 4; k++) { c = crc_table[0][c & 0xff] ^ (c >> 8); crc_table[k][n] = c; - crc_table[k + 4][n] = REV(c); + crc_table[k + 4][n] = ZSWAP32(c); } } #endif /* BYFOUR */ @@ -162,7 +144,7 @@ local void make_crc_table() if (out == NULL) return; fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n"); fprintf(out, " * Generated automatically by crc32.c\n */\n\n"); - fprintf(out, "local const unsigned long FAR "); + fprintf(out, "local const z_crc_t FAR "); fprintf(out, "crc_table[TBLS][256] =\n{\n {\n"); write_table(out, crc_table[0]); # ifdef BYFOUR @@ -182,12 +164,13 @@ local void make_crc_table() #ifdef MAKECRCH local void write_table(out, table) FILE *out; - const unsigned long FAR *table; + const z_crc_t FAR *table; { int n; for (n = 0; n < 256; n++) - fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ", table[n], + fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ", + (unsigned long)(table[n]), n == 255 ? "\n" : (n % 5 == 4 ? ",\n" : ", ")); } #endif /* MAKECRCH */ @@ -202,13 +185,13 @@ local void write_table(out, table) /* ========================================================================= * This function can be used by asm versions of crc32() */ -const unsigned long FAR * ZEXPORT get_crc_table() +const z_crc_t FAR * ZEXPORT get_crc_table() { #ifdef DYNAMIC_CRC_TABLE if (crc_table_empty) make_crc_table(); #endif /* DYNAMIC_CRC_TABLE */ - return (const unsigned long FAR *)crc_table; + return (const z_crc_t FAR *)crc_table; } /* ========================================================================= */ @@ -216,10 +199,10 @@ const unsigned long FAR * ZEXPORT get_crc_table() #define DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 /* ========================================================================= */ -unsigned long ZEXPORT crc32(crc, buf, len) +unsigned long ZEXPORT crc32_z(crc, buf, len) unsigned long crc; const unsigned char FAR *buf; - unsigned len; + z_size_t len; { if (buf == Z_NULL) return 0UL; @@ -230,7 +213,7 @@ unsigned long ZEXPORT crc32(crc, buf, len) #ifdef BYFOUR if (sizeof(void *) == sizeof(ptrdiff_t)) { - u4 endian; + z_crc_t endian; endian = 1; if (*((unsigned char *)(&endian))) @@ -250,8 +233,29 @@ unsigned long ZEXPORT crc32(crc, buf, len) return crc ^ 0xffffffffUL; } +/* ========================================================================= */ +unsigned long ZEXPORT crc32(crc, buf, len) + unsigned long crc; + const unsigned char FAR *buf; + uInt len; +{ + return crc32_z(crc, buf, len); +} + #ifdef BYFOUR +/* + This BYFOUR code accesses the passed unsigned char * buffer with a 32-bit + integer pointer type. This violates the strict aliasing rule, where a + compiler can assume, for optimization purposes, that two pointers to + fundamentally different types won't ever point to the same memory. This can + manifest as a problem only if one of the pointers is written to. This code + only reads from those pointers. So long as this code remains isolated in + this compilation unit, there won't be a problem. For this reason, this code + should not be copied and pasted into a compilation unit in which other code + writes to the buffer that is passed to these routines. + */ + /* ========================================================================= */ #define DOLIT4 c ^= *buf4++; \ c = crc_table[3][c & 0xff] ^ crc_table[2][(c >> 8) & 0xff] ^ \ @@ -262,19 +266,19 @@ unsigned long ZEXPORT crc32(crc, buf, len) local unsigned long crc32_little(crc, buf, len) unsigned long crc; const unsigned char FAR *buf; - unsigned len; + z_size_t len; { - register u4 c; - register const u4 FAR *buf4; + register z_crc_t c; + register const z_crc_t FAR *buf4; - c = (u4)crc; + c = (z_crc_t)crc; c = ~c; while (len && ((ptrdiff_t)buf & 3)) { c = crc_table[0][(c ^ *buf++) & 0xff] ^ (c >> 8); len--; } - buf4 = (const u4 FAR *)(const void FAR *)buf; + buf4 = (const z_crc_t FAR *)(const void FAR *)buf; while (len >= 32) { DOLIT32; len -= 32; @@ -293,7 +297,7 @@ local unsigned long crc32_little(crc, buf, len) } /* ========================================================================= */ -#define DOBIG4 c ^= *++buf4; \ +#define DOBIG4 c ^= *buf4++; \ c = crc_table[4][c & 0xff] ^ crc_table[5][(c >> 8) & 0xff] ^ \ crc_table[6][(c >> 16) & 0xff] ^ crc_table[7][c >> 24] #define DOBIG32 DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4 @@ -302,20 +306,19 @@ local unsigned long crc32_little(crc, buf, len) local unsigned long crc32_big(crc, buf, len) unsigned long crc; const unsigned char FAR *buf; - unsigned len; + z_size_t len; { - register u4 c; - register const u4 FAR *buf4; + register z_crc_t c; + register const z_crc_t FAR *buf4; - c = REV((u4)crc); + c = ZSWAP32((z_crc_t)crc); c = ~c; while (len && ((ptrdiff_t)buf & 3)) { c = crc_table[4][(c >> 24) ^ *buf++] ^ (c << 8); len--; } - buf4 = (const u4 FAR *)(const void FAR *)buf; - buf4--; + buf4 = (const z_crc_t FAR *)(const void FAR *)buf; while (len >= 32) { DOBIG32; len -= 32; @@ -324,14 +327,13 @@ local unsigned long crc32_big(crc, buf, len) DOBIG4; len -= 4; } - buf4++; buf = (const unsigned char FAR *)buf4; if (len) do { c = crc_table[4][(c >> 24) ^ *buf++] ^ (c << 8); } while (--len); c = ~c; - return (unsigned long)(REV(c)); + return (unsigned long)(ZSWAP32(c)); } #endif /* BYFOUR */ @@ -367,22 +369,22 @@ local void gf2_matrix_square(square, mat) } /* ========================================================================= */ -uLong ZEXPORT crc32_combine(crc1, crc2, len2) +local uLong crc32_combine_(crc1, crc2, len2) uLong crc1; uLong crc2; - z_off_t len2; + z_off64_t len2; { int n; unsigned long row; unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ - /* degenerate case */ - if (len2 == 0) + /* degenerate case (also disallow negative lengths) */ + if (len2 <= 0) return crc1; /* put operator for one zero bit in odd */ - odd[0] = 0xedb88320L; /* CRC-32 polynomial */ + odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ row = 1; for (n = 1; n < GF2_DIM; n++) { odd[n] = row; @@ -421,3 +423,20 @@ uLong ZEXPORT crc32_combine(crc1, crc2, len2) crc1 ^= crc2; return crc1; } + +/* ========================================================================= */ +uLong ZEXPORT crc32_combine(crc1, crc2, len2) + uLong crc1; + uLong crc2; + z_off_t len2; +{ + return crc32_combine_(crc1, crc2, len2); +} + +uLong ZEXPORT crc32_combine64(crc1, crc2, len2) + uLong crc1; + uLong crc2; + z_off64_t len2; +{ + return crc32_combine_(crc1, crc2, len2); +} diff --git a/zlib/crc32.h b/zlib/crc32.h index 8053b6117c023f64554ea783b23fa06985acff7b..9e0c7781025148380d130d6f7b6e590117ad3a8c 100644 --- a/zlib/crc32.h +++ b/zlib/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, diff --git a/zlib/deflate.c b/zlib/deflate.c index 29ce1f64a57a18f3c939f879d301ece10ac6da1b..1ec761448de926724c359256bbff0e8d9e851415 100644 --- a/zlib/deflate.c +++ b/zlib/deflate.c @@ -1,5 +1,5 @@ /* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-2005 Jean-loup Gailly. + * Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -37,7 +37,7 @@ * REFERENCES * * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification". - * Available in http://www.ietf.org/rfc/rfc1951.txt + * Available in http://tools.ietf.org/html/rfc1951 * * A description of the Rabin and Karp algorithm is given in the book * "Algorithms" by R. Sedgewick, Addison-Wesley, p252. @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly "; + " deflate 1.2.11 Copyright 1995-2017 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -73,27 +73,29 @@ typedef enum { typedef block_state (*compress_func) OF((deflate_state *s, int flush)); /* Compression function. Returns the block state after the call. */ +local int deflateStateCheck OF((z_streamp strm)); +local void slide_hash OF((deflate_state *s)); local void fill_window OF((deflate_state *s)); local block_state deflate_stored OF((deflate_state *s, int flush)); local block_state deflate_fast OF((deflate_state *s, int flush)); #ifndef FASTEST local block_state deflate_slow OF((deflate_state *s, int flush)); #endif +local block_state deflate_rle OF((deflate_state *s, int flush)); +local block_state deflate_huff OF((deflate_state *s, int flush)); local void lm_init OF((deflate_state *s)); local void putShortMSB OF((deflate_state *s, uInt b)); local void flush_pending OF((z_streamp strm)); -local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); -#ifndef FASTEST +local unsigned read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); #ifdef ASMV +# pragma message("Assembler code may have bugs -- use at your own risk") void match_init OF((void)); /* asm code initialization */ uInt longest_match OF((deflate_state *s, IPos cur_match)); #else local uInt longest_match OF((deflate_state *s, IPos cur_match)); #endif -#endif -local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); -#ifdef DEBUG +#ifdef ZLIB_DEBUG local void check_match OF((deflate_state *s, IPos start, IPos match, int length)); #endif @@ -110,11 +112,6 @@ local void check_match OF((deflate_state *s, IPos start, IPos match, #endif /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */ -#define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) -/* Minimum amount of lookahead, except at the end of the input file. - * See deflate.c for comments about the MIN_MATCH+1. - */ - /* Values for max_lazy_match, good_match and max_chain_length, depending on * the desired pack level (0..9). The values given below have been tuned to * exclude worst case performance for pathological files. Better values may be @@ -154,18 +151,14 @@ local const config configuration_table[10] = { * meaning. */ -#define EQUAL 0 -/* result of memcmp for equal strings */ - -#ifndef NO_DUMMY_DECL -struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ -#endif +/* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ +#define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0)) /* =========================================================================== * Update a hash value with the given input byte - * IN assertion: all calls to to UPDATE_HASH are made with consecutive - * input characters, so that a running hash key can be computed from the - * previous key instead of complete recalculation each time. + * IN assertion: all calls to UPDATE_HASH are made with consecutive input + * characters, so that a running hash key can be computed from the previous + * key instead of complete recalculation each time. */ #define UPDATE_HASH(s,h,c) (h = (((h)<hash_shift) ^ (c)) & s->hash_mask) @@ -176,9 +169,9 @@ struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ * the previous length of the hash chain. * If this file is compiled with -DFASTEST, the compression level is forced * to 1, and no hash chains are maintained. - * IN assertion: all calls to to INSERT_STRING are made with consecutive - * input characters and the first MIN_MATCH bytes of str are valid - * (except for the last MIN_MATCH-1 bytes of the input file). + * IN assertion: all calls to INSERT_STRING are made with consecutive input + * characters and the first MIN_MATCH bytes of str are valid (except for + * the last MIN_MATCH-1 bytes of the input file). */ #ifdef FASTEST #define INSERT_STRING(s, str, match_head) \ @@ -200,6 +193,37 @@ struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ s->head[s->hash_size-1] = NIL; \ zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); +/* =========================================================================== + * Slide the hash table when sliding the window down (could be avoided with 32 + * bit values at the expense of memory usage). We slide even when level == 0 to + * keep the hash table consistent if we switch back to level > 0 later. + */ +local void slide_hash(s) + deflate_state *s; +{ + unsigned n, m; + Posf *p; + uInt wsize = s->w_size; + + n = s->hash_size; + p = &s->head[n]; + do { + m = *--p; + *p = (Pos)(m >= wsize ? m - wsize : NIL); + } while (--n); + n = wsize; +#ifndef FASTEST + p = &s->prev[n]; + do { + m = *--p; + *p = (Pos)(m >= wsize ? m - wsize : NIL); + /* If n is not on any hash chain, prev[n] is garbage but + * its value will never be used. + */ + } while (--n); +#endif +} + /* ========================================================================= */ int ZEXPORT deflateInit_(strm, level, version, stream_size) z_streamp strm; @@ -241,10 +265,19 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, strm->msg = Z_NULL; if (strm->zalloc == (alloc_func)0) { +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else strm->zalloc = zcalloc; strm->opaque = (voidpf)0; +#endif } - if (strm->zfree == (free_func)0) strm->zfree = zcfree; + if (strm->zfree == (free_func)0) +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else + strm->zfree = zcfree; +#endif #ifdef FASTEST if (level != 0) level = 1; @@ -264,7 +297,7 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, #endif if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || windowBits < 8 || windowBits > 15 || level < 0 || level > 9 || - strategy < 0 || strategy > Z_FIXED) { + strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { return Z_STREAM_ERROR; } if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */ @@ -272,14 +305,15 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, if (s == Z_NULL) return Z_MEM_ERROR; strm->state = (struct internal_state FAR *)s; s->strm = strm; + s->status = INIT_STATE; /* to pass state test in deflateReset() */ s->wrap = wrap; s->gzhead = Z_NULL; - s->w_bits = windowBits; + s->w_bits = (uInt)windowBits; s->w_size = 1 << s->w_bits; s->w_mask = s->w_size - 1; - s->hash_bits = memLevel + 7; + s->hash_bits = (uInt)memLevel + 7; s->hash_size = 1 << s->hash_bits; s->hash_mask = s->hash_size - 1; s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); @@ -288,6 +322,8 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); + s->high_water = 0; /* nothing written to s->window yet */ + s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); @@ -297,7 +333,7 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || s->pending_buf == Z_NULL) { s->status = FINISH_STATE; - strm->msg = (char*)ERR_MSG(Z_MEM_ERROR); + strm->msg = ERR_MSG(Z_MEM_ERROR); deflateEnd (strm); return Z_MEM_ERROR; } @@ -311,6 +347,31 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, return deflateReset(strm); } +/* ========================================================================= + * Check for a valid deflate stream state. Return 0 if ok, 1 if not. + */ +local int deflateStateCheck (strm) + z_streamp strm; +{ + deflate_state *s; + if (strm == Z_NULL || + strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) + return 1; + s = strm->state; + if (s == Z_NULL || s->strm != strm || (s->status != INIT_STATE && +#ifdef GZIP + s->status != GZIP_STATE && +#endif + s->status != EXTRA_STATE && + s->status != NAME_STATE && + s->status != COMMENT_STATE && + s->status != HCRC_STATE && + s->status != BUSY_STATE && + s->status != FINISH_STATE)) + return 1; + return 0; +} + /* ========================================================================= */ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) z_streamp strm; @@ -318,49 +379,97 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) uInt dictLength; { deflate_state *s; - uInt length = dictLength; - uInt n; - IPos hash_head = 0; + uInt str, n; + int wrap; + unsigned avail; + z_const unsigned char *next; - if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || - strm->state->wrap == 2 || - (strm->state->wrap == 1 && strm->state->status != INIT_STATE)) + if (deflateStateCheck(strm) || dictionary == Z_NULL) return Z_STREAM_ERROR; - s = strm->state; - if (s->wrap) - strm->adler = adler32(strm->adler, dictionary, dictLength); + wrap = s->wrap; + if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead) + return Z_STREAM_ERROR; - if (length < MIN_MATCH) return Z_OK; - if (length > MAX_DIST(s)) { - length = MAX_DIST(s); - dictionary += dictLength - length; /* use the tail of the dictionary */ + /* when using zlib wrappers, compute Adler-32 for provided dictionary */ + if (wrap == 1) + strm->adler = adler32(strm->adler, dictionary, dictLength); + s->wrap = 0; /* avoid computing Adler-32 in read_buf */ + + /* if dictionary would fill window, just replace the history */ + if (dictLength >= s->w_size) { + if (wrap == 0) { /* already empty otherwise */ + CLEAR_HASH(s); + s->strstart = 0; + s->block_start = 0L; + s->insert = 0; + } + dictionary += dictLength - s->w_size; /* use the tail */ + dictLength = s->w_size; } - zmemcpy(s->window, dictionary, length); - s->strstart = length; - s->block_start = (long)length; - /* Insert all strings in the hash table (except for the last two bytes). - * s->lookahead stays null, so s->ins_h will be recomputed at the next - * call of fill_window. - */ - s->ins_h = s->window[0]; - UPDATE_HASH(s, s->ins_h, s->window[1]); - for (n = 0; n <= length - MIN_MATCH; n++) { - INSERT_STRING(s, n, hash_head); + /* insert dictionary into window and hash */ + avail = strm->avail_in; + next = strm->next_in; + strm->avail_in = dictLength; + strm->next_in = (z_const Bytef *)dictionary; + fill_window(s); + while (s->lookahead >= MIN_MATCH) { + str = s->strstart; + n = s->lookahead - (MIN_MATCH-1); + do { + UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); +#ifndef FASTEST + s->prev[str & s->w_mask] = s->head[s->ins_h]; +#endif + s->head[s->ins_h] = (Pos)str; + str++; + } while (--n); + s->strstart = str; + s->lookahead = MIN_MATCH-1; + fill_window(s); } - if (hash_head) hash_head = 0; /* to make compiler happy */ + s->strstart += s->lookahead; + s->block_start = (long)s->strstart; + s->insert = s->lookahead; + s->lookahead = 0; + s->match_length = s->prev_length = MIN_MATCH-1; + s->match_available = 0; + strm->next_in = next; + strm->avail_in = avail; + s->wrap = wrap; return Z_OK; } /* ========================================================================= */ -int ZEXPORT deflateReset (strm) +int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) z_streamp strm; + Bytef *dictionary; + uInt *dictLength; { deflate_state *s; + uInt len; - if (strm == Z_NULL || strm->state == Z_NULL || - strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { + if (deflateStateCheck(strm)) + return Z_STREAM_ERROR; + s = strm->state; + len = s->strstart + s->lookahead; + if (len > s->w_size) + len = s->w_size; + if (dictionary != Z_NULL && len) + zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len); + if (dictLength != Z_NULL) + *dictLength = len; + return Z_OK; +} + +/* ========================================================================= */ +int ZEXPORT deflateResetKeep (strm) + z_streamp strm; +{ + deflate_state *s; + + if (deflateStateCheck(strm)) { return Z_STREAM_ERROR; } @@ -375,7 +484,11 @@ int ZEXPORT deflateReset (strm) if (s->wrap < 0) { s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */ } - s->status = s->wrap ? INIT_STATE : BUSY_STATE; + s->status = +#ifdef GZIP + s->wrap == 2 ? GZIP_STATE : +#endif + s->wrap ? INIT_STATE : BUSY_STATE; strm->adler = #ifdef GZIP s->wrap == 2 ? crc32(0L, Z_NULL, 0) : @@ -384,31 +497,70 @@ int ZEXPORT deflateReset (strm) s->last_flush = Z_NO_FLUSH; _tr_init(s); - lm_init(s); return Z_OK; } +/* ========================================================================= */ +int ZEXPORT deflateReset (strm) + z_streamp strm; +{ + int ret; + + ret = deflateResetKeep(strm); + if (ret == Z_OK) + lm_init(strm->state); + return ret; +} + /* ========================================================================= */ int ZEXPORT deflateSetHeader (strm, head) z_streamp strm; gz_headerp head; { - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; - if (strm->state->wrap != 2) return Z_STREAM_ERROR; + if (deflateStateCheck(strm) || strm->state->wrap != 2) + return Z_STREAM_ERROR; strm->state->gzhead = head; return Z_OK; } +/* ========================================================================= */ +int ZEXPORT deflatePending (strm, pending, bits) + unsigned *pending; + int *bits; + z_streamp strm; +{ + if (deflateStateCheck(strm)) return Z_STREAM_ERROR; + if (pending != Z_NULL) + *pending = strm->state->pending; + if (bits != Z_NULL) + *bits = strm->state->bi_valid; + return Z_OK; +} + /* ========================================================================= */ int ZEXPORT deflatePrime (strm, bits, value) z_streamp strm; int bits; int value; { - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; - strm->state->bi_valid = bits; - strm->state->bi_buf = (ush)(value & ((1 << bits) - 1)); + deflate_state *s; + int put; + + if (deflateStateCheck(strm)) return Z_STREAM_ERROR; + s = strm->state; + if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3)) + return Z_BUF_ERROR; + do { + put = Buf_size - s->bi_valid; + if (put > bits) + put = bits; + s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); + s->bi_valid += put; + _tr_flush_bits(s); + value >>= put; + bits -= put; + } while (bits); return Z_OK; } @@ -420,9 +572,8 @@ int ZEXPORT deflateParams(strm, level, strategy) { deflate_state *s; compress_func func; - int err = Z_OK; - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (deflateStateCheck(strm)) return Z_STREAM_ERROR; s = strm->state; #ifdef FASTEST @@ -435,11 +586,23 @@ int ZEXPORT deflateParams(strm, level, strategy) } func = configuration_table[s->level].func; - if (func != configuration_table[level].func && strm->total_in != 0) { + if ((strategy != s->strategy || func != configuration_table[level].func) && + s->high_water) { /* Flush the last buffer: */ - err = deflate(strm, Z_PARTIAL_FLUSH); + int err = deflate(strm, Z_BLOCK); + if (err == Z_STREAM_ERROR) + return err; + if (strm->avail_out == 0) + return Z_BUF_ERROR; } if (s->level != level) { + if (s->level == 0 && s->matches != 0) { + if (s->matches == 1) + slide_hash(s); + else + CLEAR_HASH(s); + s->matches = 0; + } s->level = level; s->max_lazy_match = configuration_table[level].max_lazy; s->good_match = configuration_table[level].good_length; @@ -447,7 +610,7 @@ int ZEXPORT deflateParams(strm, level, strategy) s->max_chain_length = configuration_table[level].max_chain; } s->strategy = strategy; - return err; + return Z_OK; } /* ========================================================================= */ @@ -460,12 +623,12 @@ int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) { deflate_state *s; - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (deflateStateCheck(strm)) return Z_STREAM_ERROR; s = strm->state; - s->good_match = good_length; - s->max_lazy_match = max_lazy; + s->good_match = (uInt)good_length; + s->max_lazy_match = (uInt)max_lazy; s->nice_match = nice_length; - s->max_chain_length = max_chain; + s->max_chain_length = (uInt)max_chain; return Z_OK; } @@ -481,33 +644,68 @@ int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) * resulting from using fixed blocks instead of stored blocks, which deflate * can emit on compressed data for some combinations of the parameters. * - * This function could be more sophisticated to provide closer upper bounds - * for every combination of windowBits and memLevel, as well as wrap. - * But even the conservative upper bound of about 14% expansion does not - * seem onerous for output buffer allocation. + * This function could be more sophisticated to provide closer upper bounds for + * every combination of windowBits and memLevel. But even the conservative + * upper bound of about 14% expansion does not seem onerous for output buffer + * allocation. */ uLong ZEXPORT deflateBound(strm, sourceLen) z_streamp strm; uLong sourceLen; { deflate_state *s; - uLong destLen; + uLong complen, wraplen; - /* conservative upper bound */ - destLen = sourceLen + - ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 11; + /* conservative upper bound for compressed data */ + complen = sourceLen + + ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 5; - /* if can't get parameters, return conservative bound */ - if (strm == Z_NULL || strm->state == Z_NULL) - return destLen; + /* if can't get parameters, return conservative bound plus zlib wrapper */ + if (deflateStateCheck(strm)) + return complen + 6; - /* if not default parameters, return conservative bound */ + /* compute wrapper length */ s = strm->state; + switch (s->wrap) { + case 0: /* raw deflate */ + wraplen = 0; + break; + case 1: /* zlib wrapper */ + wraplen = 6 + (s->strstart ? 4 : 0); + break; +#ifdef GZIP + case 2: /* gzip wrapper */ + wraplen = 18; + if (s->gzhead != Z_NULL) { /* user-supplied gzip header */ + Bytef *str; + if (s->gzhead->extra != Z_NULL) + wraplen += 2 + s->gzhead->extra_len; + str = s->gzhead->name; + if (str != Z_NULL) + do { + wraplen++; + } while (*str++); + str = s->gzhead->comment; + if (str != Z_NULL) + do { + wraplen++; + } while (*str++); + if (s->gzhead->hcrc) + wraplen += 2; + } + break; +#endif + default: /* for compiler happiness */ + wraplen = 6; + } + + /* if not default parameters, return conservative bound */ if (s->w_bits != 15 || s->hash_bits != 8 + 7) - return destLen; + return complen + wraplen; /* default settings: return tight bound for that case */ - return compressBound(sourceLen); + return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + + (sourceLen >> 25) + 13 - 6 + wraplen; } /* ========================================================================= @@ -524,30 +722,43 @@ local void putShortMSB (s, b) } /* ========================================================================= - * Flush as much pending output as possible. All deflate() output goes - * through this function so some applications may wish to modify it - * to avoid allocating a large strm->next_out buffer and copying into it. - * (See also read_buf()). + * Flush as much pending output as possible. All deflate() output, except for + * some deflate_stored() output, goes through this function so some + * applications may wish to modify it to avoid allocating a large + * strm->next_out buffer and copying into it. (See also read_buf()). */ local void flush_pending(strm) z_streamp strm; { - unsigned len = strm->state->pending; + unsigned len; + deflate_state *s = strm->state; + _tr_flush_bits(s); + len = s->pending; if (len > strm->avail_out) len = strm->avail_out; if (len == 0) return; - zmemcpy(strm->next_out, strm->state->pending_out, len); + zmemcpy(strm->next_out, s->pending_out, len); strm->next_out += len; - strm->state->pending_out += len; + s->pending_out += len; strm->total_out += len; - strm->avail_out -= len; - strm->state->pending -= len; - if (strm->state->pending == 0) { - strm->state->pending_out = strm->state->pending_buf; + strm->avail_out -= len; + s->pending -= len; + if (s->pending == 0) { + s->pending_out = s->pending_buf; } } +/* =========================================================================== + * Update the header CRC with the bytes s->pending_buf[beg..s->pending - 1]. + */ +#define HCRC_UPDATE(beg) \ + do { \ + if (s->gzhead->hcrc && s->pending > (beg)) \ + strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ + s->pending - (beg)); \ + } while (0) + /* ========================================================================= */ int ZEXPORT deflate (strm, flush) z_streamp strm; @@ -556,230 +767,229 @@ int ZEXPORT deflate (strm, flush) int old_flush; /* value of flush param for previous deflate call */ deflate_state *s; - if (strm == Z_NULL || strm->state == Z_NULL || - flush > Z_FINISH || flush < 0) { + if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { return Z_STREAM_ERROR; } s = strm->state; if (strm->next_out == Z_NULL || - (strm->next_in == Z_NULL && strm->avail_in != 0) || + (strm->avail_in != 0 && strm->next_in == Z_NULL) || (s->status == FINISH_STATE && flush != Z_FINISH)) { ERR_RETURN(strm, Z_STREAM_ERROR); } if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); - s->strm = strm; /* just in case */ old_flush = s->last_flush; s->last_flush = flush; + /* Flush as much pending output as possible */ + if (s->pending != 0) { + flush_pending(strm); + if (strm->avail_out == 0) { + /* Since avail_out is 0, deflate will be called again with + * more output space, but possibly with both pending and + * avail_in equal to zero. There won't be anything to do, + * but this is not an error situation so make sure we + * return OK instead of BUF_ERROR at next call of deflate: + */ + s->last_flush = -1; + return Z_OK; + } + + /* Make sure there is something to do and avoid duplicate consecutive + * flushes. For repeated and useless calls with Z_FINISH, we keep + * returning Z_STREAM_END instead of Z_BUF_ERROR. + */ + } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && + flush != Z_FINISH) { + ERR_RETURN(strm, Z_BUF_ERROR); + } + + /* User must not provide more input after the first FINISH: */ + if (s->status == FINISH_STATE && strm->avail_in != 0) { + ERR_RETURN(strm, Z_BUF_ERROR); + } + /* Write the header */ if (s->status == INIT_STATE) { -#ifdef GZIP - if (s->wrap == 2) { - strm->adler = crc32(0L, Z_NULL, 0); - put_byte(s, 31); - put_byte(s, 139); - put_byte(s, 8); - if (s->gzhead == NULL) { - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, s->level == 9 ? 2 : - (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? - 4 : 0)); - put_byte(s, OS_CODE); - s->status = BUSY_STATE; - } - else { - put_byte(s, (s->gzhead->text ? 1 : 0) + - (s->gzhead->hcrc ? 2 : 0) + - (s->gzhead->extra == Z_NULL ? 0 : 4) + - (s->gzhead->name == Z_NULL ? 0 : 8) + - (s->gzhead->comment == Z_NULL ? 0 : 16) - ); - put_byte(s, (Byte)(s->gzhead->time & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); - put_byte(s, s->level == 9 ? 2 : - (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? - 4 : 0)); - put_byte(s, s->gzhead->os & 0xff); - if (s->gzhead->extra != NULL) { - put_byte(s, s->gzhead->extra_len & 0xff); - put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); - } - if (s->gzhead->hcrc) - strm->adler = crc32(strm->adler, s->pending_buf, - s->pending); - s->gzindex = 0; - s->status = EXTRA_STATE; - } - } + /* zlib header */ + uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; + uInt level_flags; + + if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) + level_flags = 0; + else if (s->level < 6) + level_flags = 1; + else if (s->level == 6) + level_flags = 2; else -#endif - { - uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; - uInt level_flags; - - if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) - level_flags = 0; - else if (s->level < 6) - level_flags = 1; - else if (s->level == 6) - level_flags = 2; - else - level_flags = 3; - header |= (level_flags << 6); - if (s->strstart != 0) header |= PRESET_DICT; - header += 31 - (header % 31); + level_flags = 3; + header |= (level_flags << 6); + if (s->strstart != 0) header |= PRESET_DICT; + header += 31 - (header % 31); + putShortMSB(s, header); + + /* Save the adler32 of the preset dictionary: */ + if (s->strstart != 0) { + putShortMSB(s, (uInt)(strm->adler >> 16)); + putShortMSB(s, (uInt)(strm->adler & 0xffff)); + } + strm->adler = adler32(0L, Z_NULL, 0); + s->status = BUSY_STATE; + + /* Compression must start with an empty pending buffer */ + flush_pending(strm); + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; + } + } +#ifdef GZIP + if (s->status == GZIP_STATE) { + /* gzip header */ + strm->adler = crc32(0L, Z_NULL, 0); + put_byte(s, 31); + put_byte(s, 139); + put_byte(s, 8); + if (s->gzhead == Z_NULL) { + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, s->level == 9 ? 2 : + (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? + 4 : 0)); + put_byte(s, OS_CODE); s->status = BUSY_STATE; - putShortMSB(s, header); - /* Save the adler32 of the preset dictionary: */ - if (s->strstart != 0) { - putShortMSB(s, (uInt)(strm->adler >> 16)); - putShortMSB(s, (uInt)(strm->adler & 0xffff)); + /* Compression must start with an empty pending buffer */ + flush_pending(strm); + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; } - strm->adler = adler32(0L, Z_NULL, 0); + } + else { + put_byte(s, (s->gzhead->text ? 1 : 0) + + (s->gzhead->hcrc ? 2 : 0) + + (s->gzhead->extra == Z_NULL ? 0 : 4) + + (s->gzhead->name == Z_NULL ? 0 : 8) + + (s->gzhead->comment == Z_NULL ? 0 : 16) + ); + put_byte(s, (Byte)(s->gzhead->time & 0xff)); + put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); + put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); + put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); + put_byte(s, s->level == 9 ? 2 : + (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? + 4 : 0)); + put_byte(s, s->gzhead->os & 0xff); + if (s->gzhead->extra != Z_NULL) { + put_byte(s, s->gzhead->extra_len & 0xff); + put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); + } + if (s->gzhead->hcrc) + strm->adler = crc32(strm->adler, s->pending_buf, + s->pending); + s->gzindex = 0; + s->status = EXTRA_STATE; } } -#ifdef GZIP if (s->status == EXTRA_STATE) { - if (s->gzhead->extra != NULL) { - uInt beg = s->pending; /* start of bytes to update crc */ - - while (s->gzindex < (s->gzhead->extra_len & 0xffff)) { - if (s->pending == s->pending_buf_size) { - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); - flush_pending(strm); - beg = s->pending; - if (s->pending == s->pending_buf_size) - break; + if (s->gzhead->extra != Z_NULL) { + ulg beg = s->pending; /* start of bytes to update crc */ + uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex; + while (s->pending + left > s->pending_buf_size) { + uInt copy = s->pending_buf_size - s->pending; + zmemcpy(s->pending_buf + s->pending, + s->gzhead->extra + s->gzindex, copy); + s->pending = s->pending_buf_size; + HCRC_UPDATE(beg); + s->gzindex += copy; + flush_pending(strm); + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; } - put_byte(s, s->gzhead->extra[s->gzindex]); - s->gzindex++; - } - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); - if (s->gzindex == s->gzhead->extra_len) { - s->gzindex = 0; - s->status = NAME_STATE; + beg = 0; + left -= copy; } + zmemcpy(s->pending_buf + s->pending, + s->gzhead->extra + s->gzindex, left); + s->pending += left; + HCRC_UPDATE(beg); + s->gzindex = 0; } - else - s->status = NAME_STATE; + s->status = NAME_STATE; } if (s->status == NAME_STATE) { - if (s->gzhead->name != NULL) { - uInt beg = s->pending; /* start of bytes to update crc */ + if (s->gzhead->name != Z_NULL) { + ulg beg = s->pending; /* start of bytes to update crc */ int val; - do { if (s->pending == s->pending_buf_size) { - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); + HCRC_UPDATE(beg); flush_pending(strm); - beg = s->pending; - if (s->pending == s->pending_buf_size) { - val = 1; - break; + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; } + beg = 0; } val = s->gzhead->name[s->gzindex++]; put_byte(s, val); } while (val != 0); - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); - if (val == 0) { - s->gzindex = 0; - s->status = COMMENT_STATE; - } + HCRC_UPDATE(beg); + s->gzindex = 0; } - else - s->status = COMMENT_STATE; + s->status = COMMENT_STATE; } if (s->status == COMMENT_STATE) { - if (s->gzhead->comment != NULL) { - uInt beg = s->pending; /* start of bytes to update crc */ + if (s->gzhead->comment != Z_NULL) { + ulg beg = s->pending; /* start of bytes to update crc */ int val; - do { if (s->pending == s->pending_buf_size) { - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); + HCRC_UPDATE(beg); flush_pending(strm); - beg = s->pending; - if (s->pending == s->pending_buf_size) { - val = 1; - break; + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; } + beg = 0; } val = s->gzhead->comment[s->gzindex++]; put_byte(s, val); } while (val != 0); - if (s->gzhead->hcrc && s->pending > beg) - strm->adler = crc32(strm->adler, s->pending_buf + beg, - s->pending - beg); - if (val == 0) - s->status = HCRC_STATE; + HCRC_UPDATE(beg); } - else - s->status = HCRC_STATE; + s->status = HCRC_STATE; } if (s->status == HCRC_STATE) { if (s->gzhead->hcrc) { - if (s->pending + 2 > s->pending_buf_size) + if (s->pending + 2 > s->pending_buf_size) { flush_pending(strm); - if (s->pending + 2 <= s->pending_buf_size) { - put_byte(s, (Byte)(strm->adler & 0xff)); - put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); - strm->adler = crc32(0L, Z_NULL, 0); - s->status = BUSY_STATE; + if (s->pending != 0) { + s->last_flush = -1; + return Z_OK; + } } + put_byte(s, (Byte)(strm->adler & 0xff)); + put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); + strm->adler = crc32(0L, Z_NULL, 0); } - else - s->status = BUSY_STATE; - } -#endif + s->status = BUSY_STATE; - /* Flush as much pending output as possible */ - if (s->pending != 0) { + /* Compression must start with an empty pending buffer */ flush_pending(strm); - if (strm->avail_out == 0) { - /* Since avail_out is 0, deflate will be called again with - * more output space, but possibly with both pending and - * avail_in equal to zero. There won't be anything to do, - * but this is not an error situation so make sure we - * return OK instead of BUF_ERROR at next call of deflate: - */ + if (s->pending != 0) { s->last_flush = -1; return Z_OK; } - - /* Make sure there is something to do and avoid duplicate consecutive - * flushes. For repeated and useless calls with Z_FINISH, we keep - * returning Z_STREAM_END instead of Z_BUF_ERROR. - */ - } else if (strm->avail_in == 0 && flush <= old_flush && - flush != Z_FINISH) { - ERR_RETURN(strm, Z_BUF_ERROR); - } - - /* User must not provide more input after the first FINISH: */ - if (s->status == FINISH_STATE && strm->avail_in != 0) { - ERR_RETURN(strm, Z_BUF_ERROR); } +#endif /* Start a new block or continue the current one. */ @@ -787,7 +997,10 @@ int ZEXPORT deflate (strm, flush) (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { block_state bstate; - bstate = (*(configuration_table[s->level].func))(s, flush); + bstate = s->level == 0 ? deflate_stored(s, flush) : + s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : + s->strategy == Z_RLE ? deflate_rle(s, flush) : + (*(configuration_table[s->level].func))(s, flush); if (bstate == finish_started || bstate == finish_done) { s->status = FINISH_STATE; @@ -808,13 +1021,18 @@ int ZEXPORT deflate (strm, flush) if (bstate == block_done) { if (flush == Z_PARTIAL_FLUSH) { _tr_align(s); - } else { /* FULL_FLUSH or SYNC_FLUSH */ + } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ _tr_stored_block(s, (char*)0, 0L, 0); /* For a full flush, this empty block will be recognized * as a special marker by inflate_sync(). */ if (flush == Z_FULL_FLUSH) { CLEAR_HASH(s); /* forget history */ + if (s->lookahead == 0) { + s->strstart = 0; + s->block_start = 0L; + s->insert = 0; + } } } flush_pending(strm); @@ -824,7 +1042,6 @@ int ZEXPORT deflate (strm, flush) } } } - Assert(strm->avail_out > 0, "bug2"); if (flush != Z_FINISH) return Z_OK; if (s->wrap <= 0) return Z_STREAM_END; @@ -861,18 +1078,9 @@ int ZEXPORT deflateEnd (strm) { int status; - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (deflateStateCheck(strm)) return Z_STREAM_ERROR; status = strm->state->status; - if (status != INIT_STATE && - status != EXTRA_STATE && - status != NAME_STATE && - status != COMMENT_STATE && - status != HCRC_STATE && - status != BUSY_STATE && - status != FINISH_STATE) { - return Z_STREAM_ERROR; - } /* Deallocate in reverse order of allocations: */ TRY_FREE(strm, strm->state->pending_buf); @@ -903,18 +1111,18 @@ int ZEXPORT deflateCopy (dest, source) ushf *overlay; - if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { + if (deflateStateCheck(source) || dest == Z_NULL) { return Z_STREAM_ERROR; } ss = source->state; - zmemcpy(dest, source, sizeof(z_stream)); + zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); if (ds == Z_NULL) return Z_MEM_ERROR; dest->state = (struct internal_state FAR *) ds; - zmemcpy(ds, ss, sizeof(deflate_state)); + zmemcpy((voidpf)ds, (voidpf)ss, sizeof(deflate_state)); ds->strm = dest; ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); @@ -930,8 +1138,8 @@ int ZEXPORT deflateCopy (dest, source) } /* following zmemcpy do not work for 16-bit MSDOS */ zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); - zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); - zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); + zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos)); + zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos)); zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); @@ -953,7 +1161,7 @@ int ZEXPORT deflateCopy (dest, source) * allocating a large strm->next_in buffer and copying from it. * (See also flush_pending()). */ -local int read_buf(strm, buf, size) +local unsigned read_buf(strm, buf, size) z_streamp strm; Bytef *buf; unsigned size; @@ -965,19 +1173,19 @@ local int read_buf(strm, buf, size) strm->avail_in -= len; + zmemcpy(buf, strm->next_in, len); if (strm->state->wrap == 1) { - strm->adler = adler32(strm->adler, strm->next_in, len); + strm->adler = adler32(strm->adler, buf, len); } #ifdef GZIP else if (strm->state->wrap == 2) { - strm->adler = crc32(strm->adler, strm->next_in, len); + strm->adler = crc32(strm->adler, buf, len); } #endif - zmemcpy(buf, strm->next_in, len); strm->next_in += len; strm->total_in += len; - return (int)len; + return len; } /* =========================================================================== @@ -1000,6 +1208,7 @@ local void lm_init (s) s->strstart = 0; s->block_start = 0L; s->lookahead = 0; + s->insert = 0; s->match_length = s->prev_length = MIN_MATCH-1; s->match_available = 0; s->ins_h = 0; @@ -1030,9 +1239,9 @@ local uInt longest_match(s, cur_match) { unsigned chain_length = s->max_chain_length;/* max hash chain length */ register Bytef *scan = s->window + s->strstart; /* current string */ - register Bytef *match; /* matched string */ + register Bytef *match; /* matched string */ register int len; /* length of current match */ - int best_len = s->prev_length; /* best match length so far */ + int best_len = (int)s->prev_length; /* best match length so far */ int nice_match = s->nice_match; /* stop if match long enough */ IPos limit = s->strstart > (IPos)MAX_DIST(s) ? s->strstart - (IPos)MAX_DIST(s) : NIL; @@ -1067,7 +1276,7 @@ local uInt longest_match(s, cur_match) /* Do not look for matches beyond the end of the input. This is necessary * to make deflate deterministic. */ - if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; + if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); @@ -1167,12 +1376,13 @@ local uInt longest_match(s, cur_match) return s->lookahead; } #endif /* ASMV */ -#endif /* FASTEST */ + +#else /* FASTEST */ /* --------------------------------------------------------------------------- - * Optimized version for level == 1 or strategy == Z_RLE only + * Optimized version for FASTEST only */ -local uInt longest_match_fast(s, cur_match) +local uInt longest_match(s, cur_match) deflate_state *s; IPos cur_match; /* current match */ { @@ -1225,7 +1435,13 @@ local uInt longest_match_fast(s, cur_match) return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead; } -#ifdef DEBUG +#endif /* FASTEST */ + +#ifdef ZLIB_DEBUG + +#define EQUAL 0 +/* result of memcmp for equal strings */ + /* =========================================================================== * Check that the match at match_start is indeed a match. */ @@ -1251,7 +1467,7 @@ local void check_match(s, start, match, length) } #else # define check_match(s, start, match, length) -#endif /* DEBUG */ +#endif /* ZLIB_DEBUG */ /* =========================================================================== * Fill the window when the lookahead becomes insufficient. @@ -1266,11 +1482,12 @@ local void check_match(s, start, match, length) local void fill_window(s) deflate_state *s; { - register unsigned n, m; - register Posf *p; + unsigned n; unsigned more; /* Amount of free space at the end of the window. */ uInt wsize = s->w_size; + Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); + do { more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); @@ -1292,39 +1509,14 @@ local void fill_window(s) */ if (s->strstart >= wsize+MAX_DIST(s)) { - zmemcpy(s->window, s->window+wsize, (unsigned)wsize); + zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more); s->match_start -= wsize; s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ s->block_start -= (long) wsize; - - /* Slide the hash table (could be avoided with 32 bit values - at the expense of memory usage). We slide even when level == 0 - to keep the hash table consistent if we switch back to level > 0 - later. (Using level 0 permanently is not an optimal usage of - zlib, so we don't care about this pathological case.) - */ - /* %%% avoid this when Z_RLE */ - n = s->hash_size; - p = &s->head[n]; - do { - m = *--p; - *p = (Pos)(m >= wsize ? m-wsize : NIL); - } while (--n); - - n = wsize; -#ifndef FASTEST - p = &s->prev[n]; - do { - m = *--p; - *p = (Pos)(m >= wsize ? m-wsize : NIL); - /* If n is not on any hash chain, prev[n] is garbage but - * its value will never be used. - */ - } while (--n); -#endif + slide_hash(s); more += wsize; } - if (s->strm->avail_in == 0) return; + if (s->strm->avail_in == 0) break; /* If there was no sliding: * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && @@ -1343,99 +1535,283 @@ local void fill_window(s) s->lookahead += n; /* Initialize the hash value now that we have some input: */ - if (s->lookahead >= MIN_MATCH) { - s->ins_h = s->window[s->strstart]; - UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]); + if (s->lookahead + s->insert >= MIN_MATCH) { + uInt str = s->strstart - s->insert; + s->ins_h = s->window[str]; + UPDATE_HASH(s, s->ins_h, s->window[str + 1]); #if MIN_MATCH != 3 Call UPDATE_HASH() MIN_MATCH-3 more times #endif + while (s->insert) { + UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); +#ifndef FASTEST + s->prev[str & s->w_mask] = s->head[s->ins_h]; +#endif + s->head[s->ins_h] = (Pos)str; + str++; + s->insert--; + if (s->lookahead + s->insert < MIN_MATCH) + break; + } } /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage, * but this is not important since only literal bytes will be emitted. */ } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); + + /* If the WIN_INIT bytes after the end of the current data have never been + * written, then zero those bytes in order to avoid memory check reports of + * the use of uninitialized (or uninitialised as Julian writes) bytes by + * the longest match routines. Update the high water mark for the next + * time through here. WIN_INIT is set to MAX_MATCH since the longest match + * routines allow scanning to strstart + MAX_MATCH, ignoring lookahead. + */ + if (s->high_water < s->window_size) { + ulg curr = s->strstart + (ulg)(s->lookahead); + ulg init; + + if (s->high_water < curr) { + /* Previous high water mark below current data -- zero WIN_INIT + * bytes or up to end of window, whichever is less. + */ + init = s->window_size - curr; + if (init > WIN_INIT) + init = WIN_INIT; + zmemzero(s->window + curr, (unsigned)init); + s->high_water = curr + init; + } + else if (s->high_water < (ulg)curr + WIN_INIT) { + /* High water mark at or above current data, but below current data + * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up + * to end of window, whichever is less. + */ + init = (ulg)curr + WIN_INIT - s->high_water; + if (init > s->window_size - s->high_water) + init = s->window_size - s->high_water; + zmemzero(s->window + s->high_water, (unsigned)init); + s->high_water += init; + } + } + + Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, + "not enough room for search"); } /* =========================================================================== * Flush the current block, with given end-of-file flag. * IN assertion: strstart is set to the end of the current match. */ -#define FLUSH_BLOCK_ONLY(s, eof) { \ +#define FLUSH_BLOCK_ONLY(s, last) { \ _tr_flush_block(s, (s->block_start >= 0L ? \ (charf *)&s->window[(unsigned)s->block_start] : \ (charf *)Z_NULL), \ (ulg)((long)s->strstart - s->block_start), \ - (eof)); \ + (last)); \ s->block_start = s->strstart; \ flush_pending(s->strm); \ Tracev((stderr,"[FLUSH]")); \ } /* Same but force premature exit if necessary. */ -#define FLUSH_BLOCK(s, eof) { \ - FLUSH_BLOCK_ONLY(s, eof); \ - if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \ +#define FLUSH_BLOCK(s, last) { \ + FLUSH_BLOCK_ONLY(s, last); \ + if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \ } +/* Maximum stored block length in deflate format (not including header). */ +#define MAX_STORED 65535 + +/* Minimum of a and b. */ +#define MIN(a, b) ((a) > (b) ? (b) : (a)) + /* =========================================================================== * Copy without compression as much as possible from the input stream, return * the current block state. - * This function does not insert new strings in the dictionary since - * uncompressible data is probably not useful. This function is used - * only for the level=0 compression option. - * NOTE: this function should be optimized to avoid extra copying from - * window to pending_buf. + * + * In case deflateParams() is used to later switch to a non-zero compression + * level, s->matches (otherwise unused when storing) keeps track of the number + * of hash table slides to perform. If s->matches is 1, then one hash table + * slide will be done when switching. If s->matches is 2, the maximum value + * allowed here, then the hash table will be cleared, since two or more slides + * is the same as a clear. + * + * deflate_stored() is written to minimize the number of times an input byte is + * copied. It is most efficient with large input and output buffers, which + * maximizes the opportunites to have a single copy from next_in to next_out. */ local block_state deflate_stored(s, flush) deflate_state *s; int flush; { - /* Stored blocks are limited to 0xffff bytes, pending_buf is limited - * to pending_buf_size, and each stored block has a 5 byte header: + /* Smallest worthy block size when not flushing or finishing. By default + * this is 32K. This can be as small as 507 bytes for memLevel == 1. For + * large input and output buffers, the stored block size will be larger. */ - ulg max_block_size = 0xffff; - ulg max_start; - - if (max_block_size > s->pending_buf_size - 5) { - max_block_size = s->pending_buf_size - 5; - } + unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); - /* Copy as much as possible from input to output: */ - for (;;) { - /* Fill the window as much as possible: */ - if (s->lookahead <= 1) { - - Assert(s->strstart < s->w_size+MAX_DIST(s) || - s->block_start >= (long)s->w_size, "slide too late"); + /* Copy as many min_block or larger stored blocks directly to next_out as + * possible. If flushing, copy the remaining available input to next_out as + * stored blocks, if there is enough space. + */ + unsigned len, left, have, last = 0; + unsigned used = s->strm->avail_in; + do { + /* Set len to the maximum size block that we can copy directly with the + * available input data and output space. Set left to how much of that + * would be copied from what's left in the window. + */ + len = MAX_STORED; /* maximum deflate stored block length */ + have = (s->bi_valid + 42) >> 3; /* number of header bytes */ + if (s->strm->avail_out < have) /* need room for header */ + break; + /* maximum stored block length that will fit in avail_out: */ + have = s->strm->avail_out - have; + left = s->strstart - s->block_start; /* bytes left in window */ + if (len > (ulg)left + s->strm->avail_in) + len = left + s->strm->avail_in; /* limit len to the input */ + if (len > have) + len = have; /* limit len to the output */ + + /* If the stored block would be less than min_block in length, or if + * unable to copy all of the available input when flushing, then try + * copying to the window and the pending buffer instead. Also don't + * write an empty block when flushing -- deflate() does that. + */ + if (len < min_block && ((len == 0 && flush != Z_FINISH) || + flush == Z_NO_FLUSH || + len != left + s->strm->avail_in)) + break; - fill_window(s); - if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; + /* Make a dummy stored block in pending to get the header bytes, + * including any pending bits. This also updates the debugging counts. + */ + last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0; + _tr_stored_block(s, (char *)0, 0L, last); + + /* Replace the lengths in the dummy stored block with len. */ + s->pending_buf[s->pending - 4] = len; + s->pending_buf[s->pending - 3] = len >> 8; + s->pending_buf[s->pending - 2] = ~len; + s->pending_buf[s->pending - 1] = ~len >> 8; + + /* Write the stored block header bytes. */ + flush_pending(s->strm); + +#ifdef ZLIB_DEBUG + /* Update debugging counts for the data about to be copied. */ + s->compressed_len += len << 3; + s->bits_sent += len << 3; +#endif - if (s->lookahead == 0) break; /* flush the current block */ + /* Copy uncompressed bytes from the window to next_out. */ + if (left) { + if (left > len) + left = len; + zmemcpy(s->strm->next_out, s->window + s->block_start, left); + s->strm->next_out += left; + s->strm->avail_out -= left; + s->strm->total_out += left; + s->block_start += left; + len -= left; } - Assert(s->block_start >= 0L, "block gone"); - - s->strstart += s->lookahead; - s->lookahead = 0; - - /* Emit a stored block if pending_buf will be full: */ - max_start = s->block_start + max_block_size; - if (s->strstart == 0 || (ulg)s->strstart >= max_start) { - /* strstart == 0 is possible when wraparound on 16-bit machine */ - s->lookahead = (uInt)(s->strstart - max_start); - s->strstart = (uInt)max_start; - FLUSH_BLOCK(s, 0); + + /* Copy uncompressed bytes directly from next_in to next_out, updating + * the check value. + */ + if (len) { + read_buf(s->strm, s->strm->next_out, len); + s->strm->next_out += len; + s->strm->avail_out -= len; + s->strm->total_out += len; } - /* Flush if we may have to slide, otherwise block_start may become - * negative and the data will be gone: + } while (last == 0); + + /* Update the sliding window with the last s->w_size bytes of the copied + * data, or append all of the copied data to the existing window if less + * than s->w_size bytes were copied. Also update the number of bytes to + * insert in the hash tables, in the event that deflateParams() switches to + * a non-zero compression level. + */ + used -= s->strm->avail_in; /* number of input bytes directly copied */ + if (used) { + /* If any input was used, then no unused input remains in the window, + * therefore s->block_start == s->strstart. */ - if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) { - FLUSH_BLOCK(s, 0); + if (used >= s->w_size) { /* supplant the previous history */ + s->matches = 2; /* clear hash */ + zmemcpy(s->window, s->strm->next_in - s->w_size, s->w_size); + s->strstart = s->w_size; + } + else { + if (s->window_size - s->strstart <= used) { + /* Slide the window down. */ + s->strstart -= s->w_size; + zmemcpy(s->window, s->window + s->w_size, s->strstart); + if (s->matches < 2) + s->matches++; /* add a pending slide_hash() */ + } + zmemcpy(s->window + s->strstart, s->strm->next_in - used, used); + s->strstart += used; } + s->block_start = s->strstart; + s->insert += MIN(used, s->w_size - s->insert); + } + if (s->high_water < s->strstart) + s->high_water = s->strstart; + + /* If the last block was written to next_out, then done. */ + if (last) + return finish_done; + + /* If flushing and all input has been consumed, then done. */ + if (flush != Z_NO_FLUSH && flush != Z_FINISH && + s->strm->avail_in == 0 && (long)s->strstart == s->block_start) + return block_done; + + /* Fill the window with any remaining input. */ + have = s->window_size - s->strstart - 1; + if (s->strm->avail_in > have && s->block_start >= (long)s->w_size) { + /* Slide the window down. */ + s->block_start -= s->w_size; + s->strstart -= s->w_size; + zmemcpy(s->window, s->window + s->w_size, s->strstart); + if (s->matches < 2) + s->matches++; /* add a pending slide_hash() */ + have += s->w_size; /* more space now */ + } + if (have > s->strm->avail_in) + have = s->strm->avail_in; + if (have) { + read_buf(s->strm, s->window + s->strstart, have); + s->strstart += have; + } + if (s->high_water < s->strstart) + s->high_water = s->strstart; + + /* There was not enough avail_out to write a complete worthy or flushed + * stored block to next_out. Write a stored block to pending instead, if we + * have enough input for a worthy block, or if flushing and there is enough + * room for the remaining input as a stored block in the pending buffer. + */ + have = (s->bi_valid + 42) >> 3; /* number of header bytes */ + /* maximum stored block length that will fit in pending: */ + have = MIN(s->pending_buf_size - have, MAX_STORED); + min_block = MIN(have, s->w_size); + left = s->strstart - s->block_start; + if (left >= min_block || + ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && + s->strm->avail_in == 0 && left <= have)) { + len = MIN(left, have); + last = flush == Z_FINISH && s->strm->avail_in == 0 && + len == left ? 1 : 0; + _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); + s->block_start += len; + flush_pending(s->strm); } - FLUSH_BLOCK(s, flush == Z_FINISH); - return flush == Z_FINISH ? finish_done : block_done; + + /* We've done all we can with the available input and output. */ + return last ? finish_started : need_more; } /* =========================================================================== @@ -1449,7 +1825,7 @@ local block_state deflate_fast(s, flush) deflate_state *s; int flush; { - IPos hash_head = NIL; /* head of the hash chain */ + IPos hash_head; /* head of the hash chain */ int bflush; /* set if current block must be flushed */ for (;;) { @@ -1469,6 +1845,7 @@ local block_state deflate_fast(s, flush) /* Insert the string window[strstart .. strstart+2] in the * dictionary, and set hash_head to the head of the hash chain: */ + hash_head = NIL; if (s->lookahead >= MIN_MATCH) { INSERT_STRING(s, s->strstart, hash_head); } @@ -1481,19 +1858,8 @@ local block_state deflate_fast(s, flush) * of window index 0 (in particular we have to avoid a match * of the string with itself at the start of the input file). */ -#ifdef FASTEST - if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) || - (s->strategy == Z_RLE && s->strstart - hash_head == 1)) { - s->match_length = longest_match_fast (s, hash_head); - } -#else - if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { - s->match_length = longest_match (s, hash_head); - } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { - s->match_length = longest_match_fast (s, hash_head); - } -#endif - /* longest_match() or longest_match_fast() sets match_start */ + s->match_length = longest_match (s, hash_head); + /* longest_match() sets match_start */ } if (s->match_length >= MIN_MATCH) { check_match(s, s->strstart, s->match_start, s->match_length); @@ -1541,8 +1907,14 @@ local block_state deflate_fast(s, flush) } if (bflush) FLUSH_BLOCK(s, 0); } - FLUSH_BLOCK(s, flush == Z_FINISH); - return flush == Z_FINISH ? finish_done : block_done; + s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1; + if (flush == Z_FINISH) { + FLUSH_BLOCK(s, 1); + return finish_done; + } + if (s->last_lit) + FLUSH_BLOCK(s, 0); + return block_done; } #ifndef FASTEST @@ -1555,7 +1927,7 @@ local block_state deflate_slow(s, flush) deflate_state *s; int flush; { - IPos hash_head = NIL; /* head of hash chain */ + IPos hash_head; /* head of hash chain */ int bflush; /* set if current block must be flushed */ /* Process the input block. */ @@ -1576,6 +1948,7 @@ local block_state deflate_slow(s, flush) /* Insert the string window[strstart .. strstart+2] in the * dictionary, and set hash_head to the head of the hash chain: */ + hash_head = NIL; if (s->lookahead >= MIN_MATCH) { INSERT_STRING(s, s->strstart, hash_head); } @@ -1591,12 +1964,8 @@ local block_state deflate_slow(s, flush) * of window index 0 (in particular we have to avoid a match * of the string with itself at the start of the input file). */ - if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { - s->match_length = longest_match (s, hash_head); - } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { - s->match_length = longest_match_fast (s, hash_head); - } - /* longest_match() or longest_match_fast() sets match_start */ + s->match_length = longest_match (s, hash_head); + /* longest_match() sets match_start */ if (s->match_length <= 5 && (s->strategy == Z_FILTERED #if TOO_FAR <= 32767 @@ -1669,12 +2038,17 @@ local block_state deflate_slow(s, flush) _tr_tally_lit(s, s->window[s->strstart-1], bflush); s->match_available = 0; } - FLUSH_BLOCK(s, flush == Z_FINISH); - return flush == Z_FINISH ? finish_done : block_done; + s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1; + if (flush == Z_FINISH) { + FLUSH_BLOCK(s, 1); + return finish_done; + } + if (s->last_lit) + FLUSH_BLOCK(s, 0); + return block_done; } #endif /* FASTEST */ -#if 0 /* =========================================================================== * For Z_RLE, simply look for runs of bytes, generate matches only of distance * one. Do not maintain a hash table. (It will be regenerated if this run of @@ -1684,43 +2058,52 @@ local block_state deflate_rle(s, flush) deflate_state *s; int flush; { - int bflush; /* set if current block must be flushed */ - uInt run; /* length of run */ - uInt max; /* maximum length of run */ - uInt prev; /* byte at distance one to match */ - Bytef *scan; /* scan for end of run */ + int bflush; /* set if current block must be flushed */ + uInt prev; /* byte at distance one to match */ + Bytef *scan, *strend; /* scan goes up to strend for length of run */ for (;;) { /* Make sure that we always have enough lookahead, except * at the end of the input file. We need MAX_MATCH bytes - * for the longest encodable run. + * for the longest run, plus one for the unrolled loop. */ - if (s->lookahead < MAX_MATCH) { + if (s->lookahead <= MAX_MATCH) { fill_window(s); - if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) { + if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { return need_more; } if (s->lookahead == 0) break; /* flush the current block */ } /* See how many times the previous byte repeats */ - run = 0; - if (s->strstart > 0) { /* if there is a previous byte, that is */ - max = s->lookahead < MAX_MATCH ? s->lookahead : MAX_MATCH; + s->match_length = 0; + if (s->lookahead >= MIN_MATCH && s->strstart > 0) { scan = s->window + s->strstart - 1; - prev = *scan++; - do { - if (*scan++ != prev) - break; - } while (++run < max); + prev = *scan; + if (prev == *++scan && prev == *++scan && prev == *++scan) { + strend = s->window + s->strstart + MAX_MATCH; + do { + } while (prev == *++scan && prev == *++scan && + prev == *++scan && prev == *++scan && + prev == *++scan && prev == *++scan && + prev == *++scan && prev == *++scan && + scan < strend); + s->match_length = MAX_MATCH - (uInt)(strend - scan); + if (s->match_length > s->lookahead) + s->match_length = s->lookahead; + } + Assert(scan <= s->window+(uInt)(s->window_size-1), "wild scan"); } /* Emit match if have run of MIN_MATCH or longer, else emit literal */ - if (run >= MIN_MATCH) { - check_match(s, s->strstart, s->strstart - 1, run); - _tr_tally_dist(s, 1, run - MIN_MATCH, bflush); - s->lookahead -= run; - s->strstart += run; + if (s->match_length >= MIN_MATCH) { + check_match(s, s->strstart, s->strstart - 1, s->match_length); + + _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush); + + s->lookahead -= s->match_length; + s->strstart += s->match_length; + s->match_length = 0; } else { /* No match, output a literal byte */ Tracevv((stderr,"%c", s->window[s->strstart])); @@ -1730,7 +2113,51 @@ local block_state deflate_rle(s, flush) } if (bflush) FLUSH_BLOCK(s, 0); } - FLUSH_BLOCK(s, flush == Z_FINISH); - return flush == Z_FINISH ? finish_done : block_done; + s->insert = 0; + if (flush == Z_FINISH) { + FLUSH_BLOCK(s, 1); + return finish_done; + } + if (s->last_lit) + FLUSH_BLOCK(s, 0); + return block_done; +} + +/* =========================================================================== + * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table. + * (It will be regenerated if this run of deflate switches away from Huffman.) + */ +local block_state deflate_huff(s, flush) + deflate_state *s; + int flush; +{ + int bflush; /* set if current block must be flushed */ + + for (;;) { + /* Make sure that we have a literal to write. */ + if (s->lookahead == 0) { + fill_window(s); + if (s->lookahead == 0) { + if (flush == Z_NO_FLUSH) + return need_more; + break; /* flush the current block */ + } + } + + /* Output a literal byte */ + s->match_length = 0; + Tracevv((stderr,"%c", s->window[s->strstart])); + _tr_tally_lit (s, s->window[s->strstart], bflush); + s->lookahead--; + s->strstart++; + if (bflush) FLUSH_BLOCK(s, 0); + } + s->insert = 0; + if (flush == Z_FINISH) { + FLUSH_BLOCK(s, 1); + return finish_done; + } + if (s->last_lit) + FLUSH_BLOCK(s, 0); + return block_done; } -#endif diff --git a/zlib/deflate.h b/zlib/deflate.h index 05a5ab3a2c1251aa0b90aee68dfbd3ddc5d17838..23ecdd312bc06eb41a40dce73358e62dea8772d2 100644 --- a/zlib/deflate.h +++ b/zlib/deflate.h @@ -1,5 +1,5 @@ /* deflate.h -- internal compression state - * Copyright (C) 1995-2004 Jean-loup Gailly + * Copyright (C) 1995-2016 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -48,13 +48,19 @@ #define MAX_BITS 15 /* All codes must not exceed MAX_BITS bits */ -#define INIT_STATE 42 -#define EXTRA_STATE 69 -#define NAME_STATE 73 -#define COMMENT_STATE 91 -#define HCRC_STATE 103 -#define BUSY_STATE 113 -#define FINISH_STATE 666 +#define Buf_size 16 +/* size of bit buffer in bi_buf */ + +#define INIT_STATE 42 /* zlib header -> BUSY_STATE */ +#ifdef GZIP +# define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ +#endif +#define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */ +#define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */ +#define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ +#define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */ +#define BUSY_STATE 113 /* deflate -> FINISH_STATE */ +#define FINISH_STATE 666 /* stream complete */ /* Stream status */ @@ -80,7 +86,7 @@ typedef struct static_tree_desc_s static_tree_desc; typedef struct tree_desc_s { ct_data *dyn_tree; /* the dynamic tree */ int max_code; /* largest code with non zero frequency */ - static_tree_desc *stat_desc; /* the corresponding static tree */ + const static_tree_desc *stat_desc; /* the corresponding static tree */ } FAR tree_desc; typedef ush Pos; @@ -97,11 +103,11 @@ typedef struct internal_state { Bytef *pending_buf; /* output still pending */ ulg pending_buf_size; /* size of pending_buf */ Bytef *pending_out; /* next pending byte to output to the stream */ - uInt pending; /* nb of bytes in the pending buffer */ + ulg pending; /* nb of bytes in the pending buffer */ int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ gz_headerp gzhead; /* gzip header information to write */ - uInt gzindex; /* where in extra, name, or comment */ - Byte method; /* STORED (for zip only) or DEFLATED */ + ulg gzindex; /* where in extra, name, or comment */ + Byte method; /* can only be DEFLATED */ int last_flush; /* value of flush param for previous deflate call */ /* used by deflate.c: */ @@ -188,7 +194,7 @@ typedef struct internal_state { int nice_match; /* Stop searching when current match exceeds this */ /* used by trees.c: */ - /* Didn't use ct_data typedef below to supress compiler warning */ + /* Didn't use ct_data typedef below to suppress compiler warning */ struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */ struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */ @@ -244,9 +250,9 @@ typedef struct internal_state { ulg opt_len; /* bit length of current block with optimal trees */ ulg static_len; /* bit length of current block with static trees */ uInt matches; /* number of string matches in current block */ - int last_eob_len; /* bit length of EOB code for last block */ + uInt insert; /* bytes at end of window left to insert */ -#ifdef DEBUG +#ifdef ZLIB_DEBUG ulg compressed_len; /* total bit length of compressed file mod 2^32 */ ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ #endif @@ -260,12 +266,19 @@ typedef struct internal_state { * are always zero. */ + ulg high_water; + /* High water mark offset in window for initialized bytes -- bytes above + * this are set to zero in order to avoid memory check warnings when + * longest match routines access bytes past the input. This is then + * updated to the new high water mark. + */ + } FAR deflate_state; /* Output a byte on the stream. * IN assertion: there is enough room in pending_buf. */ -#define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} +#define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) @@ -278,14 +291,19 @@ typedef struct internal_state { * distances are limited to MAX_DIST instead of WSIZE. */ +#define WIN_INIT MAX_MATCH +/* Number of bytes after end of data in window to initialize in order to avoid + memory checker errors from longest match routines */ + /* in trees.c */ -void _tr_init OF((deflate_state *s)); -int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); -void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, - int eof)); -void _tr_align OF((deflate_state *s)); -void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, - int eof)); +void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); +int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); +void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, + ulg stored_len, int last)); +void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s)); +void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); +void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, + ulg stored_len, int last)); #define d_code(dist) \ ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) @@ -294,15 +312,15 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, * used. */ -#ifndef DEBUG +#ifndef ZLIB_DEBUG /* Inline versions of _tr_tally for speed: */ #if defined(GEN_TREES_H) || !defined(STDC) - extern uch _length_code[]; - extern uch _dist_code[]; + extern uch ZLIB_INTERNAL _length_code[]; + extern uch ZLIB_INTERNAL _dist_code[]; #else - extern const uch _length_code[]; - extern const uch _dist_code[]; + extern const uch ZLIB_INTERNAL _length_code[]; + extern const uch ZLIB_INTERNAL _dist_code[]; #endif # define _tr_tally_lit(s, c, flush) \ @@ -313,8 +331,8 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, flush = (s->last_lit == s->lit_bufsize-1); \ } # define _tr_tally_dist(s, distance, length, flush) \ - { uch len = (length); \ - ush dist = (distance); \ + { uch len = (uch)(length); \ + ush dist = (ush)(distance); \ s->d_buf[s->last_lit] = dist; \ s->l_buf[s->last_lit++] = len; \ dist--; \ diff --git a/zlib/gzclose.c b/zlib/gzclose.c new file mode 100644 index 0000000000000000000000000000000000000000..caeb99a3177f477d622870255a00ac2b72f10cad --- /dev/null +++ b/zlib/gzclose.c @@ -0,0 +1,25 @@ +/* gzclose.c -- zlib gzclose() function + * Copyright (C) 2004, 2010 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#include "gzguts.h" + +/* gzclose() is in a separate file so that it is linked in only if it is used. + That way the other gzclose functions can be used instead to avoid linking in + unneeded compression or decompression routines. */ +int ZEXPORT gzclose(file) + gzFile file; +{ +#ifndef NO_GZCOMPRESS + gz_statep state; + + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + + return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); +#else + return gzclose_r(file); +#endif +} diff --git a/zlib/gzguts.h b/zlib/gzguts.h new file mode 100644 index 0000000000000000000000000000000000000000..990a4d2514933709883a7d949ed52146675fe2c1 --- /dev/null +++ b/zlib/gzguts.h @@ -0,0 +1,218 @@ +/* gzguts.h -- zlib internal header definitions for gz* operations + * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#ifdef _LARGEFILE64_SOURCE +# ifndef _LARGEFILE_SOURCE +# define _LARGEFILE_SOURCE 1 +# endif +# ifdef _FILE_OFFSET_BITS +# undef _FILE_OFFSET_BITS +# endif +#endif + +#ifdef HAVE_HIDDEN +# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) +#else +# define ZLIB_INTERNAL +#endif + +#include +#include "zlib.h" +#ifdef STDC +# include +# include +# include +#endif + +#ifndef _POSIX_SOURCE +# define _POSIX_SOURCE +#endif +#include + +#ifdef _WIN32 +# include +#endif + +#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) +# include +#endif + +#if defined(_WIN32) || defined(__CYGWIN__) +# define WIDECHAR +#endif + +#ifdef WINAPI_FAMILY +# define open _open +# define read _read +# define write _write +# define close _close +#endif + +#ifdef NO_DEFLATE /* for compatibility with old definition */ +# define NO_GZCOMPRESS +#endif + +#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550) +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif +#endif + +#if defined(__CYGWIN__) +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif +#endif + +#if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410) +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif +#endif + +#ifndef HAVE_VSNPRINTF +# ifdef MSDOS +/* vsnprintf may exist on some MS-DOS compilers (DJGPP?), + but for now we just assume it doesn't. */ +# define NO_vsnprintf +# endif +# ifdef __TURBOC__ +# define NO_vsnprintf +# endif +# ifdef WIN32 +/* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ +# if !defined(vsnprintf) && !defined(NO_vsnprintf) +# if !defined(_MSC_VER) || ( defined(_MSC_VER) && _MSC_VER < 1500 ) +# define vsnprintf _vsnprintf +# endif +# endif +# endif +# ifdef __SASC +# define NO_vsnprintf +# endif +# ifdef VMS +# define NO_vsnprintf +# endif +# ifdef __OS400__ +# define NO_vsnprintf +# endif +# ifdef __MVS__ +# define NO_vsnprintf +# endif +#endif + +/* unlike snprintf (which is required in C99), _snprintf does not guarantee + null termination of the result -- however this is only used in gzlib.c where + the result is assured to fit in the space provided */ +#if defined(_MSC_VER) && _MSC_VER < 1900 +# define snprintf _snprintf +#endif + +#ifndef local +# define local static +#endif +/* since "static" is used to mean two completely different things in C, we + define "local" for the non-static meaning of "static", for readability + (compile with -Dlocal if your debugger can't find static symbols) */ + +/* gz* functions always use library allocation functions */ +#ifndef STDC + extern voidp malloc OF((uInt size)); + extern void free OF((voidpf ptr)); +#endif + +/* get errno and strerror definition */ +#if defined UNDER_CE +# include +# define zstrerror() gz_strwinerror((DWORD)GetLastError()) +#else +# ifndef NO_STRERROR +# include +# define zstrerror() strerror(errno) +# else +# define zstrerror() "stdio error (consult errno)" +# endif +#endif + +/* provide prototypes for these when building zlib without LFS */ +#if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0 + ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); + ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); + ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); + ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); +#endif + +/* default memLevel */ +#if MAX_MEM_LEVEL >= 8 +# define DEF_MEM_LEVEL 8 +#else +# define DEF_MEM_LEVEL MAX_MEM_LEVEL +#endif + +/* default i/o buffer size -- double this for output when reading (this and + twice this must be able to fit in an unsigned type) */ +#define GZBUFSIZE 8192 + +/* gzip modes, also provide a little integrity check on the passed structure */ +#define GZ_NONE 0 +#define GZ_READ 7247 +#define GZ_WRITE 31153 +#define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ + +/* values for gz_state how */ +#define LOOK 0 /* look for a gzip header */ +#define COPY 1 /* copy input directly */ +#define GZIP 2 /* decompress a gzip stream */ + +/* internal gzip file state data structure */ +typedef struct { + /* exposed contents for gzgetc() macro */ + struct gzFile_s x; /* "x" for exposed */ + /* x.have: number of bytes available at x.next */ + /* x.next: next output data to deliver or write */ + /* x.pos: current position in uncompressed data */ + /* used for both reading and writing */ + int mode; /* see gzip modes above */ + int fd; /* file descriptor */ + char *path; /* path or fd for error messages */ + unsigned size; /* buffer size, zero if not allocated yet */ + unsigned want; /* requested buffer size, default is GZBUFSIZE */ + unsigned char *in; /* input buffer (double-sized when writing) */ + unsigned char *out; /* output buffer (double-sized when reading) */ + int direct; /* 0 if processing gzip, 1 if transparent */ + /* just for reading */ + int how; /* 0: get header, 1: copy, 2: decompress */ + z_off64_t start; /* where the gzip data started, for rewinding */ + int eof; /* true if end of input file reached */ + int past; /* true if read requested past end */ + /* just for writing */ + int level; /* compression level */ + int strategy; /* compression strategy */ + /* seek request */ + z_off64_t skip; /* amount to skip (already rewound if backwards) */ + int seek; /* true if seek request pending */ + /* error information */ + int err; /* error code */ + char *msg; /* error message */ + /* zlib inflate or deflate stream */ + z_stream strm; /* stream structure in-place (not a pointer) */ +} gz_state; +typedef gz_state FAR *gz_statep; + +/* shared functions */ +void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); +#if defined UNDER_CE +char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); +#endif + +/* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t + value -- needed when comparing unsigned to z_off64_t, which is signed + (possible z_off64_t types off_t, off64_t, and long are all signed) */ +#ifdef INT_MAX +# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) +#else +unsigned ZLIB_INTERNAL gz_intmax OF((void)); +# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) +#endif diff --git a/zlib/gzio.c b/zlib/gzio.c deleted file mode 100644 index ed4e77ca7e9d2018a4b01ed9aa87646e71ada11f..0000000000000000000000000000000000000000 --- a/zlib/gzio.c +++ /dev/null @@ -1,1031 +0,0 @@ -/* gzio.c -- IO on .gz files - * Copyright (C) 1995-2005 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - * - * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. - */ - -/* @(#) $Id$ */ - -/* Need to be included "early" to control other headers */ -#ifdef HAVE_CONFIG_H -#include -#endif - -#include - -#include "zutil.h" - -#ifdef NO_DEFLATE /* for compatibility with old definition */ -# define NO_GZCOMPRESS -#endif - -#ifndef NO_DUMMY_DECL -struct internal_state {int dummy;}; /* for buggy compilers */ -#endif - -#ifndef Z_BUFSIZE -# ifdef MAXSEG_64K -# define Z_BUFSIZE 4096 /* minimize memory usage for 16-bit DOS */ -# else -# define Z_BUFSIZE 16384 -# endif -#endif -#ifndef Z_PRINTF_BUFSIZE -# define Z_PRINTF_BUFSIZE 4096 -#endif - -#ifdef __MVS__ -# pragma map (fdopen , "\174\174FDOPEN") - FILE *fdopen(int, const char *); -#endif - -#ifndef STDC -extern voidp malloc OF((uInt size)); -extern void free OF((voidpf ptr)); -#endif - -#define ALLOC(size) malloc(size) -#define TRYFREE(p) {if (p) free(p);} - -static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ - -/* gzip flag byte */ -#define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */ -#define HEAD_CRC 0x02 /* bit 1 set: header CRC present */ -#define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ -#define ORIG_NAME 0x08 /* bit 3 set: original file name present */ -#define COMMENT 0x10 /* bit 4 set: file comment present */ -#define RESERVED 0xE0 /* bits 5..7: reserved */ - -typedef struct gz_stream { - z_stream stream; - int z_err; /* error code for last stream operation */ - int z_eof; /* set if end of input file */ - FILE *file; /* .gz file */ - Byte *inbuf; /* input buffer */ - Byte *outbuf; /* output buffer */ - uLong crc; /* crc32 of uncompressed data */ - char *msg; /* error message */ - char *path; /* path name for debugging only */ - int transparent; /* 1 if input file is not a .gz file */ - char mode; /* 'w' or 'r' */ - z_off_t start; /* start of compressed data in file (header skipped) */ - z_off_t in; /* bytes into deflate or inflate */ - z_off_t out; /* bytes out of deflate or inflate */ - int back; /* one character push-back */ - int last; /* true if push-back is last character */ -} gz_stream; - - -local gzFile gz_open OF((const char *path, const char *mode, int fd)); -local int do_flush OF((gzFile file, int flush)); -local int get_byte OF((gz_stream *s)); -local void check_header OF((gz_stream *s)); -local int destroy OF((gz_stream *s)); -local void putLong OF((FILE *file, uLong x)); -local uLong getLong OF((gz_stream *s)); - -/* =========================================================================== - Opens a gzip (.gz) file for reading or writing. The mode parameter - is as in fopen ("rb" or "wb"). The file is given either by file descriptor - or path name (if fd == -1). - gz_open returns NULL if the file could not be opened or if there was - insufficient memory to allocate the (de)compression state; errno - can be checked to distinguish the two cases (if errno is zero, the - zlib error is Z_MEM_ERROR). -*/ -local gzFile gz_open (path, mode, fd) - const char *path; - const char *mode; - int fd; -{ - int err; - int level = Z_DEFAULT_COMPRESSION; /* compression level */ - int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ - char *p = (char*)mode; - gz_stream *s; - char fmode[80]; /* copy of mode, without the compression level */ - char *m = fmode; - - if (!path || !mode) return Z_NULL; - - s = (gz_stream *)ALLOC(sizeof(gz_stream)); - if (!s) return Z_NULL; - - s->stream.zalloc = (alloc_func)0; - s->stream.zfree = (free_func)0; - s->stream.opaque = (voidpf)0; - s->stream.next_in = s->inbuf = Z_NULL; - s->stream.next_out = s->outbuf = Z_NULL; - s->stream.avail_in = s->stream.avail_out = 0; - s->file = NULL; - s->z_err = Z_OK; - s->z_eof = 0; - s->in = 0; - s->out = 0; - s->back = EOF; - s->crc = crc32(0L, Z_NULL, 0); - s->msg = NULL; - s->transparent = 0; - - s->path = (char*)ALLOC(strlen(path)+1); - if (s->path == NULL) { - return destroy(s), (gzFile)Z_NULL; - } - strcpy(s->path, path); /* do this early for debugging */ - - s->mode = '\0'; - do { - if (*p == 'r') s->mode = 'r'; - if (*p == 'w' || *p == 'a') s->mode = 'w'; - if (*p >= '0' && *p <= '9') { - level = *p - '0'; - } else if (*p == 'f') { - strategy = Z_FILTERED; - } else if (*p == 'h') { - strategy = Z_HUFFMAN_ONLY; - } else if (*p == 'R') { - strategy = Z_RLE; - } else { - *m++ = *p; /* copy the mode */ - } - } while (*p++ && m != fmode + sizeof(fmode)); - if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; - - if (s->mode == 'w') { -#ifdef NO_GZCOMPRESS - err = Z_STREAM_ERROR; -#else - err = deflateInit2(&(s->stream), level, - Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); - /* windowBits is passed < 0 to suppress zlib header */ - - s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); -#endif - if (err != Z_OK || s->outbuf == Z_NULL) { - return destroy(s), (gzFile)Z_NULL; - } - } else { - s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); - - err = inflateInit2(&(s->stream), -MAX_WBITS); - /* windowBits is passed < 0 to tell that there is no zlib header. - * Note that in this case inflate *requires* an extra "dummy" byte - * after the compressed stream in order to complete decompression and - * return Z_STREAM_END. Here the gzip CRC32 ensures that 4 bytes are - * present after the compressed stream. - */ - if (err != Z_OK || s->inbuf == Z_NULL) { - return destroy(s), (gzFile)Z_NULL; - } - } - s->stream.avail_out = Z_BUFSIZE; - - errno = 0; - s->file = fd < 0 ? F_OPEN(path, fmode) : (FILE*)fdopen(fd, fmode); - - if (s->file == NULL) { - return destroy(s), (gzFile)Z_NULL; - } - if (s->mode == 'w') { - /* Write a very simple .gz header: - */ - fprintf(s->file, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1], - Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE); - s->start = 10L; - /* We use 10L instead of ftell(s->file) to because ftell causes an - * fflush on some systems. This version of the library doesn't use - * start anyway in write mode, so this initialization is not - * necessary. - */ - } else { - check_header(s); /* skip the .gz header */ - s->start = ftell(s->file) - s->stream.avail_in; - } - - return (gzFile)s; -} - -/* =========================================================================== - Opens a gzip (.gz) file for reading or writing. -*/ -gzFile ZEXPORT gzopen (path, mode) - const char *path; - const char *mode; -{ - return gz_open (path, mode, -1); -} - -/* =========================================================================== - Associate a gzFile with the file descriptor fd. fd is not dup'ed here - to mimic the behavio(u)r of fdopen. -*/ -gzFile ZEXPORT gzdopen (fd, mode) - int fd; - const char *mode; -{ - char name[46]; /* allow for up to 128-bit integers */ - - if (fd < 0) return (gzFile)Z_NULL; - sprintf(name, "", fd); /* for debugging */ - - return gz_open (name, mode, fd); -} - -/* =========================================================================== - * Update the compression level and strategy - */ -int ZEXPORT gzsetparams (file, level, strategy) - gzFile file; - int level; - int strategy; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR; - - /* Make room to allow flushing */ - if (s->stream.avail_out == 0) { - - s->stream.next_out = s->outbuf; - if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) { - s->z_err = Z_ERRNO; - } - s->stream.avail_out = Z_BUFSIZE; - } - - return deflateParams (&(s->stream), level, strategy); -} - -/* =========================================================================== - Read a byte from a gz_stream; update next_in and avail_in. Return EOF - for end of file. - IN assertion: the stream s has been sucessfully opened for reading. -*/ -local int get_byte(s) - gz_stream *s; -{ - if (s->z_eof) return EOF; - if (s->stream.avail_in == 0) { - errno = 0; - s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); - if (s->stream.avail_in == 0) { - s->z_eof = 1; - if (ferror(s->file)) s->z_err = Z_ERRNO; - return EOF; - } - s->stream.next_in = s->inbuf; - } - s->stream.avail_in--; - return *(s->stream.next_in)++; -} - -/* =========================================================================== - Check the gzip header of a gz_stream opened for reading. Set the stream - mode to transparent if the gzip magic header is not present; set s->err - to Z_DATA_ERROR if the magic header is present but the rest of the header - is incorrect. - IN assertion: the stream s has already been created sucessfully; - s->stream.avail_in is zero for the first time, but may be non-zero - for concatenated .gz files. -*/ -local void check_header(s) - gz_stream *s; -{ - int method; /* method byte */ - int flags; /* flags byte */ - uInt len; - int c; - - /* Assure two bytes in the buffer so we can peek ahead -- handle case - where first byte of header is at the end of the buffer after the last - gzip segment */ - len = s->stream.avail_in; - if (len < 2) { - if (len) s->inbuf[0] = s->stream.next_in[0]; - errno = 0; - len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file); - if (len == 0 && ferror(s->file)) s->z_err = Z_ERRNO; - s->stream.avail_in += len; - s->stream.next_in = s->inbuf; - if (s->stream.avail_in < 2) { - s->transparent = s->stream.avail_in; - return; - } - } - - /* Peek ahead to check the gzip magic header */ - if (s->stream.next_in[0] != gz_magic[0] || - s->stream.next_in[1] != gz_magic[1]) { - s->transparent = 1; - return; - } - s->stream.avail_in -= 2; - s->stream.next_in += 2; - - /* Check the rest of the gzip header */ - method = get_byte(s); - flags = get_byte(s); - if (method != Z_DEFLATED || (flags & RESERVED) != 0) { - s->z_err = Z_DATA_ERROR; - return; - } - - /* Discard time, xflags and OS code: */ - for (len = 0; len < 6; len++) (void)get_byte(s); - - if ((flags & EXTRA_FIELD) != 0) { /* skip the extra field */ - len = (uInt)get_byte(s); - len += ((uInt)get_byte(s))<<8; - /* len is garbage if EOF but the loop below will quit anyway */ - while (len-- != 0 && get_byte(s) != EOF) ; - } - if ((flags & ORIG_NAME) != 0) { /* skip the original file name */ - while ((c = get_byte(s)) != 0 && c != EOF) ; - } - if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ - while ((c = get_byte(s)) != 0 && c != EOF) ; - } - if ((flags & HEAD_CRC) != 0) { /* skip the header crc */ - for (len = 0; len < 2; len++) (void)get_byte(s); - } - s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK; -} - - /* =========================================================================== - * Cleanup then free the given gz_stream. Return a zlib error code. - Try freeing in the reverse order of allocations. - */ -local int destroy (s) - gz_stream *s; -{ - int err = Z_OK; - - if (!s) return Z_STREAM_ERROR; - - TRYFREE(s->msg); - - if (s->stream.state != NULL) { - if (s->mode == 'w') { -#ifdef NO_GZCOMPRESS - err = Z_STREAM_ERROR; -#else - err = deflateEnd(&(s->stream)); -#endif - } else if (s->mode == 'r') { - err = inflateEnd(&(s->stream)); - } - } - if (s->file != NULL && fclose(s->file)) { -#ifdef ESPIPE - if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */ -#endif - err = Z_ERRNO; - } - if (s->z_err < 0) err = s->z_err; - - TRYFREE(s->inbuf); - TRYFREE(s->outbuf); - TRYFREE(s->path); - TRYFREE(s); - return err; -} - -/* =========================================================================== - Reads the given number of uncompressed bytes from the compressed file. - gzread returns the number of bytes actually read (0 for end of file). -*/ -int ZEXPORT gzread (file, buf, len) - gzFile file; - voidp buf; - unsigned len; -{ - gz_stream *s = (gz_stream*)file; - Bytef *start = (Bytef*)buf; /* starting point for crc computation */ - Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ - - if (s == NULL || s->mode != 'r') return Z_STREAM_ERROR; - - if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1; - if (s->z_err == Z_STREAM_END) return 0; /* EOF */ - - next_out = (Byte*)buf; - s->stream.next_out = (Bytef*)buf; - s->stream.avail_out = len; - - if (s->stream.avail_out && s->back != EOF) { - *next_out++ = s->back; - s->stream.next_out++; - s->stream.avail_out--; - s->back = EOF; - s->out++; - start++; - if (s->last) { - s->z_err = Z_STREAM_END; - return 1; - } - } - - while (s->stream.avail_out != 0) { - - if (s->transparent) { - /* Copy first the lookahead bytes: */ - uInt n = s->stream.avail_in; - if (n > s->stream.avail_out) n = s->stream.avail_out; - if (n > 0) { - zmemcpy(s->stream.next_out, s->stream.next_in, n); - next_out += n; - s->stream.next_out = next_out; - s->stream.next_in += n; - s->stream.avail_out -= n; - s->stream.avail_in -= n; - } - if (s->stream.avail_out > 0) { - s->stream.avail_out -= - (uInt)fread(next_out, 1, s->stream.avail_out, s->file); - } - len -= s->stream.avail_out; - s->in += len; - s->out += len; - if (len == 0) s->z_eof = 1; - return (int)len; - } - if (s->stream.avail_in == 0 && !s->z_eof) { - - errno = 0; - s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); - if (s->stream.avail_in == 0) { - s->z_eof = 1; - if (ferror(s->file)) { - s->z_err = Z_ERRNO; - break; - } - } - s->stream.next_in = s->inbuf; - } - s->in += s->stream.avail_in; - s->out += s->stream.avail_out; - s->z_err = inflate(&(s->stream), Z_NO_FLUSH); - s->in -= s->stream.avail_in; - s->out -= s->stream.avail_out; - - if (s->z_err == Z_STREAM_END) { - /* Check CRC and original size */ - s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start)); - start = s->stream.next_out; - - if (getLong(s) != s->crc) { - s->z_err = Z_DATA_ERROR; - } else { - (void)getLong(s); - /* The uncompressed length returned by above getlong() may be - * different from s->out in case of concatenated .gz files. - * Check for such files: - */ - check_header(s); - if (s->z_err == Z_OK) { - inflateReset(&(s->stream)); - s->crc = crc32(0L, Z_NULL, 0); - } - } - } - if (s->z_err != Z_OK || s->z_eof) break; - } - s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start)); - - if (len == s->stream.avail_out && - (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO)) - return -1; - return (int)(len - s->stream.avail_out); -} - - -/* =========================================================================== - Reads one byte from the compressed file. gzgetc returns this byte - or -1 in case of end of file or error. -*/ -int ZEXPORT gzgetc(file) - gzFile file; -{ - unsigned char c; - - return gzread(file, &c, 1) == 1 ? c : -1; -} - - -/* =========================================================================== - Push one byte back onto the stream. -*/ -int ZEXPORT gzungetc(c, file) - int c; - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF; - s->back = c; - s->out--; - s->last = (s->z_err == Z_STREAM_END); - if (s->last) s->z_err = Z_OK; - s->z_eof = 0; - return c; -} - - -/* =========================================================================== - Reads bytes from the compressed file until len-1 characters are - read, or a newline character is read and transferred to buf, or an - end-of-file condition is encountered. The string is then terminated - with a null character. - gzgets returns buf, or Z_NULL in case of error. - - The current implementation is not optimized at all. -*/ -char * ZEXPORT gzgets(file, buf, len) - gzFile file; - char *buf; - int len; -{ - char *b = buf; - if (buf == Z_NULL || len <= 0) return Z_NULL; - - while (--len > 0 && gzread(file, buf, 1) == 1 && *buf++ != '\n') ; - *buf = '\0'; - return b == buf && len > 0 ? Z_NULL : b; -} - - -#ifndef NO_GZCOMPRESS -/* =========================================================================== - Writes the given number of uncompressed bytes into the compressed file. - gzwrite returns the number of bytes actually written (0 in case of error). -*/ -int ZEXPORT gzwrite (file, buf, len) - gzFile file; - voidpc buf; - unsigned len; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR; - - s->stream.next_in = (Bytef*)buf; - s->stream.avail_in = len; - - while (s->stream.avail_in != 0) { - - if (s->stream.avail_out == 0) { - - s->stream.next_out = s->outbuf; - if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) { - s->z_err = Z_ERRNO; - break; - } - s->stream.avail_out = Z_BUFSIZE; - } - s->in += s->stream.avail_in; - s->out += s->stream.avail_out; - s->z_err = deflate(&(s->stream), Z_NO_FLUSH); - s->in -= s->stream.avail_in; - s->out -= s->stream.avail_out; - if (s->z_err != Z_OK) break; - } - s->crc = crc32(s->crc, (const Bytef *)buf, len); - - return (int)(len - s->stream.avail_in); -} - - -/* =========================================================================== - Converts, formats, and writes the args to the compressed file under - control of the format string, as in fprintf. gzprintf returns the number of - uncompressed bytes actually written (0 in case of error). -*/ -#ifdef STDC -#include - -int ZEXPORTVA gzprintf (gzFile file, const char *format, /* args */ ...) -{ - char buf[Z_PRINTF_BUFSIZE]; - va_list va; - int len; - - buf[sizeof(buf) - 1] = 0; - va_start(va, format); -#ifdef NO_vsnprintf -# ifdef HAS_vsprintf_void - (void)vsprintf(buf, format, va); - va_end(va); - for (len = 0; len < sizeof(buf); len++) - if (buf[len] == 0) break; -# else - len = vsprintf(buf, format, va); - va_end(va); -# endif -#else -# ifdef HAS_vsnprintf_void - (void)vsnprintf(buf, sizeof(buf), format, va); - va_end(va); - len = strlen(buf); -# else - len = vsnprintf(buf, sizeof(buf), format, va); - va_end(va); -# endif -#endif - if (len <= 0 || len >= (int)sizeof(buf) || buf[sizeof(buf) - 1] != 0) - return 0; - return gzwrite(file, buf, (unsigned)len); -} -#else /* not ANSI C */ - -int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, - a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) - gzFile file; - const char *format; - int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, - a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; -{ - char buf[Z_PRINTF_BUFSIZE]; - int len; - - buf[sizeof(buf) - 1] = 0; -#ifdef NO_snprintf -# ifdef HAS_sprintf_void - sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8, - a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); - for (len = 0; len < sizeof(buf); len++) - if (buf[len] == 0) break; -# else - len = sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8, - a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); -# endif -#else -# ifdef HAS_snprintf_void - snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8, - a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); - len = strlen(buf); -# else - len = snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8, - a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); -# endif -#endif - if (len <= 0 || len >= sizeof(buf) || buf[sizeof(buf) - 1] != 0) - return 0; - return gzwrite(file, buf, len); -} -#endif - -/* =========================================================================== - Writes c, converted to an unsigned char, into the compressed file. - gzputc returns the value that was written, or -1 in case of error. -*/ -int ZEXPORT gzputc(file, c) - gzFile file; - int c; -{ - unsigned char cc = (unsigned char) c; /* required for big endian systems */ - - return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1; -} - - -/* =========================================================================== - Writes the given null-terminated string to the compressed file, excluding - the terminating null character. - gzputs returns the number of characters written, or -1 in case of error. -*/ -int ZEXPORT gzputs(file, s) - gzFile file; - const char *s; -{ - return gzwrite(file, (char*)s, (unsigned)strlen(s)); -} - - -/* =========================================================================== - Flushes all pending output into the compressed file. The parameter - flush is as in the deflate() function. -*/ -local int do_flush (file, flush) - gzFile file; - int flush; -{ - uInt len; - int done = 0; - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR; - - s->stream.avail_in = 0; /* should be zero already anyway */ - - for (;;) { - len = Z_BUFSIZE - s->stream.avail_out; - - if (len != 0) { - if ((uInt)fwrite(s->outbuf, 1, len, s->file) != len) { - s->z_err = Z_ERRNO; - return Z_ERRNO; - } - s->stream.next_out = s->outbuf; - s->stream.avail_out = Z_BUFSIZE; - } - if (done) break; - s->out += s->stream.avail_out; - s->z_err = deflate(&(s->stream), flush); - s->out -= s->stream.avail_out; - - /* Ignore the second of two consecutive flushes: */ - if (len == 0 && s->z_err == Z_BUF_ERROR) s->z_err = Z_OK; - - /* deflate has finished flushing only when it hasn't used up - * all the available space in the output buffer: - */ - done = (s->stream.avail_out != 0 || s->z_err == Z_STREAM_END); - - if (s->z_err != Z_OK && s->z_err != Z_STREAM_END) break; - } - return s->z_err == Z_STREAM_END ? Z_OK : s->z_err; -} - -int ZEXPORT gzflush (file, flush) - gzFile file; - int flush; -{ - gz_stream *s = (gz_stream*)file; - int err = do_flush (file, flush); - - if (err) return err; - fflush(s->file); - return s->z_err == Z_STREAM_END ? Z_OK : s->z_err; -} -#endif /* NO_GZCOMPRESS */ - -/* =========================================================================== - Sets the starting position for the next gzread or gzwrite on the given - compressed file. The offset represents a number of bytes in the - gzseek returns the resulting offset location as measured in bytes from - the beginning of the uncompressed stream, or -1 in case of error. - SEEK_END is not implemented, returns error. - In this version of the library, gzseek can be extremely slow. -*/ -z_off_t ZEXPORT gzseek (file, offset, whence) - gzFile file; - z_off_t offset; - int whence; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || whence == SEEK_END || - s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) { - return -1L; - } - - if (s->mode == 'w') { -#ifdef NO_GZCOMPRESS - return -1L; -#else - if (whence == SEEK_SET) { - offset -= s->in; - } - if (offset < 0) return -1L; - - /* At this point, offset is the number of zero bytes to write. */ - if (s->inbuf == Z_NULL) { - s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */ - if (s->inbuf == Z_NULL) return -1L; - zmemzero(s->inbuf, Z_BUFSIZE); - } - while (offset > 0) { - uInt size = Z_BUFSIZE; - if (offset < Z_BUFSIZE) size = (uInt)offset; - - size = gzwrite(file, s->inbuf, size); - if (size == 0) return -1L; - - offset -= size; - } - return s->in; -#endif - } - /* Rest of function is for reading only */ - - /* compute absolute position */ - if (whence == SEEK_CUR) { - offset += s->out; - } - if (offset < 0) return -1L; - - if (s->transparent) { - /* map to fseek */ - s->back = EOF; - s->stream.avail_in = 0; - s->stream.next_in = s->inbuf; - if (fseek(s->file, offset, SEEK_SET) < 0) return -1L; - - s->in = s->out = offset; - return offset; - } - - /* For a negative seek, rewind and use positive seek */ - if (offset >= s->out) { - offset -= s->out; - } else if (gzrewind(file) < 0) { - return -1L; - } - /* offset is now the number of bytes to skip. */ - - if (offset != 0 && s->outbuf == Z_NULL) { - s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); - if (s->outbuf == Z_NULL) return -1L; - } - if (offset && s->back != EOF) { - s->back = EOF; - s->out++; - offset--; - if (s->last) s->z_err = Z_STREAM_END; - } - while (offset > 0) { - int size = Z_BUFSIZE; - if (offset < Z_BUFSIZE) size = (int)offset; - - size = gzread(file, s->outbuf, (uInt)size); - if (size <= 0) return -1L; - offset -= size; - } - return s->out; -} - -/* =========================================================================== - Rewinds input file. -*/ -int ZEXPORT gzrewind (file) - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'r') return -1; - - s->z_err = Z_OK; - s->z_eof = 0; - s->back = EOF; - s->stream.avail_in = 0; - s->stream.next_in = s->inbuf; - s->crc = crc32(0L, Z_NULL, 0); - if (!s->transparent) (void)inflateReset(&s->stream); - s->in = 0; - s->out = 0; - return fseek(s->file, s->start, SEEK_SET); -} - -/* =========================================================================== - Returns the starting position for the next gzread or gzwrite on the - given compressed file. This position represents a number of bytes in the - uncompressed data stream. -*/ -z_off_t ZEXPORT gztell (file) - gzFile file; -{ - return gzseek(file, 0L, SEEK_CUR); -} - -/* =========================================================================== - Returns 1 when EOF has previously been detected reading the given - input stream, otherwise zero. -*/ -int ZEXPORT gzeof (file) - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - /* With concatenated compressed files that can have embedded - * crc trailers, z_eof is no longer the only/best indicator of EOF - * on a gz_stream. Handle end-of-stream error explicitly here. - */ - if (s == NULL || s->mode != 'r') return 0; - if (s->z_eof) return 1; - return s->z_err == Z_STREAM_END; -} - -/* =========================================================================== - Returns 1 if reading and doing so transparently, otherwise zero. -*/ -int ZEXPORT gzdirect (file) - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL || s->mode != 'r') return 0; - return s->transparent; -} - -/* =========================================================================== - Outputs a long in LSB order to the given file -*/ -local void putLong (file, x) - FILE *file; - uLong x; -{ - int n; - for (n = 0; n < 4; n++) { - fputc((int)(x & 0xff), file); - x >>= 8; - } -} - -/* =========================================================================== - Reads a long in LSB order from the given gz_stream. Sets z_err in case - of error. -*/ -local uLong getLong (s) - gz_stream *s; -{ - uLong x = (uLong)get_byte(s); - int c; - - x += ((uLong)get_byte(s))<<8; - x += ((uLong)get_byte(s))<<16; - c = get_byte(s); - if (c == EOF) s->z_err = Z_DATA_ERROR; - x += ((uLong)c)<<24; - return x; -} - -/* =========================================================================== - Flushes all pending output if necessary, closes the compressed file - and deallocates all the (de)compression state. -*/ -int ZEXPORT gzclose (file) - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL) return Z_STREAM_ERROR; - - if (s->mode == 'w') { -#ifdef NO_GZCOMPRESS - return Z_STREAM_ERROR; -#else - if (do_flush (file, Z_FINISH) != Z_OK) - return destroy((gz_stream*)file); - - putLong (s->file, s->crc); - putLong (s->file, (uLong)(s->in & 0xffffffff)); -#endif - } - return destroy((gz_stream*)file); -} - -#ifdef STDC -# define zstrerror(errnum) strerror(errnum) -#else -# define zstrerror(errnum) "" -#endif - -/* =========================================================================== - Returns the error message for the last error which occurred on the - given compressed file. errnum is set to zlib error number. If an - error occurred in the file system and not in the compression library, - errnum is set to Z_ERRNO and the application may consult errno - to get the exact error code. -*/ -const char * ZEXPORT gzerror (file, errnum) - gzFile file; - int *errnum; -{ - char *m; - gz_stream *s = (gz_stream*)file; - - if (s == NULL) { - *errnum = Z_STREAM_ERROR; - return (const char*)ERR_MSG(Z_STREAM_ERROR); - } - *errnum = s->z_err; - if (*errnum == Z_OK) return (const char*)""; - - m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg); - - if (m == NULL || *m == '\0') m = (char*)ERR_MSG(s->z_err); - - TRYFREE(s->msg); - s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3); - if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR); - strcpy(s->msg, s->path); - strcat(s->msg, ": "); - strcat(s->msg, m); - return (const char*)s->msg; -} - -/* =========================================================================== - Clear the error and end-of-file flags, and do the same for the real file. -*/ -void ZEXPORT gzclearerr (file) - gzFile file; -{ - gz_stream *s = (gz_stream*)file; - - if (s == NULL) return; - if (s->z_err != Z_STREAM_END) s->z_err = Z_OK; - s->z_eof = 0; - clearerr(s->file); -} diff --git a/zlib/gzlib.c b/zlib/gzlib.c new file mode 100644 index 0000000000000000000000000000000000000000..4105e6aff92594fb9cfa557aa8349cea5a5d4a2b --- /dev/null +++ b/zlib/gzlib.c @@ -0,0 +1,637 @@ +/* gzlib.c -- zlib functions common to reading and writing gzip files + * Copyright (C) 2004-2017 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#include "gzguts.h" + +#if defined(_WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__) +# define LSEEK _lseeki64 +#else +#if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 +# define LSEEK lseek64 +#else +# define LSEEK lseek +#endif +#endif + +/* Local functions */ +local void gz_reset OF((gz_statep)); +local gzFile gz_open OF((const void *, int, const char *)); + +#if defined UNDER_CE + +/* Map the Windows error number in ERROR to a locale-dependent error message + string and return a pointer to it. Typically, the values for ERROR come + from GetLastError. + + The string pointed to shall not be modified by the application, but may be + overwritten by a subsequent call to gz_strwinerror + + The gz_strwinerror function does not change the current setting of + GetLastError. */ +char ZLIB_INTERNAL *gz_strwinerror (error) + DWORD error; +{ + static char buf[1024]; + + wchar_t *msgbuf; + DWORD lasterr = GetLastError(); + DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM + | FORMAT_MESSAGE_ALLOCATE_BUFFER, + NULL, + error, + 0, /* Default language */ + (LPVOID)&msgbuf, + 0, + NULL); + if (chars != 0) { + /* If there is an \r\n appended, zap it. */ + if (chars >= 2 + && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { + chars -= 2; + msgbuf[chars] = 0; + } + + if (chars > sizeof (buf) - 1) { + chars = sizeof (buf) - 1; + msgbuf[chars] = 0; + } + + wcstombs(buf, msgbuf, chars + 1); + LocalFree(msgbuf); + } + else { + sprintf(buf, "unknown win32 error (%ld)", error); + } + + SetLastError(lasterr); + return buf; +} + +#endif /* UNDER_CE */ + +/* Reset gzip file state */ +local void gz_reset(state) + gz_statep state; +{ + state->x.have = 0; /* no output data available */ + if (state->mode == GZ_READ) { /* for reading ... */ + state->eof = 0; /* not at end of file */ + state->past = 0; /* have not read past end yet */ + state->how = LOOK; /* look for gzip header */ + } + state->seek = 0; /* no seek request pending */ + gz_error(state, Z_OK, NULL); /* clear error */ + state->x.pos = 0; /* no uncompressed data yet */ + state->strm.avail_in = 0; /* no input data yet */ +} + +/* Open a gzip file either by name or file descriptor. */ +local gzFile gz_open(path, fd, mode) + const void *path; + int fd; + const char *mode; +{ + gz_statep state; + z_size_t len; + int oflag; +#ifdef O_CLOEXEC + int cloexec = 0; +#endif +#ifdef O_EXCL + int exclusive = 0; +#endif + + /* check input */ + if (path == NULL) + return NULL; + + /* allocate gzFile structure to return */ + state = (gz_statep)malloc(sizeof(gz_state)); + if (state == NULL) + return NULL; + state->size = 0; /* no buffers allocated yet */ + state->want = GZBUFSIZE; /* requested buffer size */ + state->msg = NULL; /* no error message yet */ + + /* interpret mode */ + state->mode = GZ_NONE; + state->level = Z_DEFAULT_COMPRESSION; + state->strategy = Z_DEFAULT_STRATEGY; + state->direct = 0; + while (*mode) { + if (*mode >= '0' && *mode <= '9') + state->level = *mode - '0'; + else + switch (*mode) { + case 'r': + state->mode = GZ_READ; + break; +#ifndef NO_GZCOMPRESS + case 'w': + state->mode = GZ_WRITE; + break; + case 'a': + state->mode = GZ_APPEND; + break; +#endif + case '+': /* can't read and write at the same time */ + free(state); + return NULL; + case 'b': /* ignore -- will request binary anyway */ + break; +#ifdef O_CLOEXEC + case 'e': + cloexec = 1; + break; +#endif +#ifdef O_EXCL + case 'x': + exclusive = 1; + break; +#endif + case 'f': + state->strategy = Z_FILTERED; + break; + case 'h': + state->strategy = Z_HUFFMAN_ONLY; + break; + case 'R': + state->strategy = Z_RLE; + break; + case 'F': + state->strategy = Z_FIXED; + break; + case 'T': + state->direct = 1; + break; + default: /* could consider as an error, but just ignore */ + ; + } + mode++; + } + + /* must provide an "r", "w", or "a" */ + if (state->mode == GZ_NONE) { + free(state); + return NULL; + } + + /* can't force transparent read */ + if (state->mode == GZ_READ) { + if (state->direct) { + free(state); + return NULL; + } + state->direct = 1; /* for empty file */ + } + + /* save the path name for error messages */ +#ifdef WIDECHAR + if (fd == -2) { + len = wcstombs(NULL, path, 0); + if (len == (z_size_t)-1) + len = 0; + } + else +#endif + len = strlen((const char *)path); + state->path = (char *)malloc(len + 1); + if (state->path == NULL) { + free(state); + return NULL; + } +#ifdef WIDECHAR + if (fd == -2) + if (len) + wcstombs(state->path, path, len + 1); + else + *(state->path) = 0; + else +#endif +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + (void)snprintf(state->path, len + 1, "%s", (const char *)path); +#else + strcpy(state->path, path); +#endif + + /* compute the flags for open() */ + oflag = +#ifdef O_LARGEFILE + O_LARGEFILE | +#endif +#ifdef O_BINARY + O_BINARY | +#endif +#ifdef O_CLOEXEC + (cloexec ? O_CLOEXEC : 0) | +#endif + (state->mode == GZ_READ ? + O_RDONLY : + (O_WRONLY | O_CREAT | +#ifdef O_EXCL + (exclusive ? O_EXCL : 0) | +#endif + (state->mode == GZ_WRITE ? + O_TRUNC : + O_APPEND))); + + /* open the file with the appropriate flags (or just use fd) */ + state->fd = fd > -1 ? fd : ( +#ifdef WIDECHAR + fd == -2 ? _wopen(path, oflag, 0666) : +#endif + open((const char *)path, oflag, 0666)); + if (state->fd == -1) { + free(state->path); + free(state); + return NULL; + } + if (state->mode == GZ_APPEND) { + LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ + state->mode = GZ_WRITE; /* simplify later checks */ + } + + /* save the current position for rewinding (only if reading) */ + if (state->mode == GZ_READ) { + state->start = LSEEK(state->fd, 0, SEEK_CUR); + if (state->start == -1) state->start = 0; + } + + /* initialize stream */ + gz_reset(state); + + /* return stream */ + return (gzFile)state; +} + +/* -- see zlib.h -- */ +gzFile ZEXPORT gzopen(path, mode) + const char *path; + const char *mode; +{ + return gz_open(path, -1, mode); +} + +/* -- see zlib.h -- */ +gzFile ZEXPORT gzopen64(path, mode) + const char *path; + const char *mode; +{ + return gz_open(path, -1, mode); +} + +/* -- see zlib.h -- */ +gzFile ZEXPORT gzdopen(fd, mode) + int fd; + const char *mode; +{ + char *path; /* identifier for error messages */ + gzFile gz; + + if (fd == -1 || (path = (char *)malloc(7 + 3 * sizeof(int))) == NULL) + return NULL; +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + (void)snprintf(path, 7 + 3 * sizeof(int), "", fd); +#else + sprintf(path, "", fd); /* for debugging */ +#endif + gz = gz_open(path, fd, mode); + free(path); + return gz; +} + +/* -- see zlib.h -- */ +#ifdef WIDECHAR +gzFile ZEXPORT gzopen_w(path, mode) + const wchar_t *path; + const char *mode; +{ + return gz_open(path, -2, mode); +} +#endif + +/* -- see zlib.h -- */ +int ZEXPORT gzbuffer(file, size) + gzFile file; + unsigned size; +{ + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return -1; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return -1; + + /* make sure we haven't already allocated memory */ + if (state->size != 0) + return -1; + + /* check and set requested size */ + if ((size << 1) < size) + return -1; /* need to be able to double it */ + if (size < 2) + size = 2; /* need two bytes to check magic header */ + state->want = size; + return 0; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzrewind(file) + gzFile file; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + + /* check that we're reading and that there's no error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return -1; + + /* back up and start over */ + if (LSEEK(state->fd, state->start, SEEK_SET) == -1) + return -1; + gz_reset(state); + return 0; +} + +/* -- see zlib.h -- */ +z_off64_t ZEXPORT gzseek64(file, offset, whence) + gzFile file; + z_off64_t offset; + int whence; +{ + unsigned n; + z_off64_t ret; + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return -1; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return -1; + + /* check that there's no error */ + if (state->err != Z_OK && state->err != Z_BUF_ERROR) + return -1; + + /* can only seek from start or relative to current position */ + if (whence != SEEK_SET && whence != SEEK_CUR) + return -1; + + /* normalize offset to a SEEK_CUR specification */ + if (whence == SEEK_SET) + offset -= state->x.pos; + else if (state->seek) + offset += state->skip; + state->seek = 0; + + /* if within raw area while reading, just go there */ + if (state->mode == GZ_READ && state->how == COPY && + state->x.pos + offset >= 0) { + ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR); + if (ret == -1) + return -1; + state->x.have = 0; + state->eof = 0; + state->past = 0; + state->seek = 0; + gz_error(state, Z_OK, NULL); + state->strm.avail_in = 0; + state->x.pos += offset; + return state->x.pos; + } + + /* calculate skip amount, rewinding if needed for back seek when reading */ + if (offset < 0) { + if (state->mode != GZ_READ) /* writing -- can't go backwards */ + return -1; + offset += state->x.pos; + if (offset < 0) /* before start of file! */ + return -1; + if (gzrewind(file) == -1) /* rewind, then skip to offset */ + return -1; + } + + /* if reading, skip what's in output buffer (one less gzgetc() check) */ + if (state->mode == GZ_READ) { + n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ? + (unsigned)offset : state->x.have; + state->x.have -= n; + state->x.next += n; + state->x.pos += n; + offset -= n; + } + + /* request skip (if not zero) */ + if (offset) { + state->seek = 1; + state->skip = offset; + } + return state->x.pos + offset; +} + +/* -- see zlib.h -- */ +z_off_t ZEXPORT gzseek(file, offset, whence) + gzFile file; + z_off_t offset; + int whence; +{ + z_off64_t ret; + + ret = gzseek64(file, (z_off64_t)offset, whence); + return ret == (z_off_t)ret ? (z_off_t)ret : -1; +} + +/* -- see zlib.h -- */ +z_off64_t ZEXPORT gztell64(file) + gzFile file; +{ + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return -1; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return -1; + + /* return position */ + return state->x.pos + (state->seek ? state->skip : 0); +} + +/* -- see zlib.h -- */ +z_off_t ZEXPORT gztell(file) + gzFile file; +{ + z_off64_t ret; + + ret = gztell64(file); + return ret == (z_off_t)ret ? (z_off_t)ret : -1; +} + +/* -- see zlib.h -- */ +z_off64_t ZEXPORT gzoffset64(file) + gzFile file; +{ + z_off64_t offset; + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return -1; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return -1; + + /* compute and return effective offset in file */ + offset = LSEEK(state->fd, 0, SEEK_CUR); + if (offset == -1) + return -1; + if (state->mode == GZ_READ) /* reading */ + offset -= state->strm.avail_in; /* don't count buffered input */ + return offset; +} + +/* -- see zlib.h -- */ +z_off_t ZEXPORT gzoffset(file) + gzFile file; +{ + z_off64_t ret; + + ret = gzoffset64(file); + return ret == (z_off_t)ret ? (z_off_t)ret : -1; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzeof(file) + gzFile file; +{ + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return 0; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return 0; + + /* return end-of-file state */ + return state->mode == GZ_READ ? state->past : 0; +} + +/* -- see zlib.h -- */ +const char * ZEXPORT gzerror(file, errnum) + gzFile file; + int *errnum; +{ + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return NULL; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return NULL; + + /* return error information */ + if (errnum != NULL) + *errnum = state->err; + return state->err == Z_MEM_ERROR ? "out of memory" : + (state->msg == NULL ? "" : state->msg); +} + +/* -- see zlib.h -- */ +void ZEXPORT gzclearerr(file) + gzFile file; +{ + gz_statep state; + + /* get internal structure and check integrity */ + if (file == NULL) + return; + state = (gz_statep)file; + if (state->mode != GZ_READ && state->mode != GZ_WRITE) + return; + + /* clear error and end-of-file */ + if (state->mode == GZ_READ) { + state->eof = 0; + state->past = 0; + } + gz_error(state, Z_OK, NULL); +} + +/* Create an error message in allocated memory and set state->err and + state->msg accordingly. Free any previous error message already there. Do + not try to free or allocate space if the error is Z_MEM_ERROR (out of + memory). Simply save the error message as a static string. If there is an + allocation failure constructing the error message, then convert the error to + out of memory. */ +void ZLIB_INTERNAL gz_error(state, err, msg) + gz_statep state; + int err; + const char *msg; +{ + /* free previously allocated message and clear */ + if (state->msg != NULL) { + if (state->err != Z_MEM_ERROR) + free(state->msg); + state->msg = NULL; + } + + /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */ + if (err != Z_OK && err != Z_BUF_ERROR) + state->x.have = 0; + + /* set error code, and if no message, then done */ + state->err = err; + if (msg == NULL) + return; + + /* for an out of memory error, return literal string when requested */ + if (err == Z_MEM_ERROR) + return; + + /* construct error message with path */ + if ((state->msg = (char *)malloc(strlen(state->path) + strlen(msg) + 3)) == + NULL) { + state->err = Z_MEM_ERROR; + return; + } +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + (void)snprintf(state->msg, strlen(state->path) + strlen(msg) + 3, + "%s%s%s", state->path, ": ", msg); +#else + strcpy(state->msg, state->path); + strcat(state->msg, ": "); + strcat(state->msg, msg); +#endif +} + +#ifndef INT_MAX +/* portably return maximum value for an int (when limits.h presumed not + available) -- we need to do this to cover cases where 2's complement not + used, since C standard permits 1's complement and sign-bit representations, + otherwise we could just use ((unsigned)-1) >> 1 */ +unsigned ZLIB_INTERNAL gz_intmax() +{ + unsigned p, q; + + p = 1; + do { + q = p; + p <<= 1; + p++; + } while (p > q); + return q >> 1; +} +#endif diff --git a/zlib/gzread.c b/zlib/gzread.c new file mode 100644 index 0000000000000000000000000000000000000000..956b91ea7d9e2a7cd554f7d6561142509b655244 --- /dev/null +++ b/zlib/gzread.c @@ -0,0 +1,654 @@ +/* gzread.c -- zlib functions for reading gzip files + * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#include "gzguts.h" + +/* Local functions */ +local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); +local int gz_avail OF((gz_statep)); +local int gz_look OF((gz_statep)); +local int gz_decomp OF((gz_statep)); +local int gz_fetch OF((gz_statep)); +local int gz_skip OF((gz_statep, z_off64_t)); +local z_size_t gz_read OF((gz_statep, voidp, z_size_t)); + +/* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from + state->fd, and update state->eof, state->err, and state->msg as appropriate. + This function needs to loop on read(), since read() is not guaranteed to + read the number of bytes requested, depending on the type of descriptor. */ +local int gz_load(state, buf, len, have) + gz_statep state; + unsigned char *buf; + unsigned len; + unsigned *have; +{ + int ret; + unsigned get, max = ((unsigned)-1 >> 2) + 1; + + *have = 0; + do { + get = len - *have; + if (get > max) + get = max; + ret = read(state->fd, buf + *have, get); + if (ret <= 0) + break; + *have += (unsigned)ret; + } while (*have < len); + if (ret < 0) { + gz_error(state, Z_ERRNO, zstrerror()); + return -1; + } + if (ret == 0) + state->eof = 1; + return 0; +} + +/* Load up input buffer and set eof flag if last data loaded -- return -1 on + error, 0 otherwise. Note that the eof flag is set when the end of the input + file is reached, even though there may be unused data in the buffer. Once + that data has been used, no more attempts will be made to read the file. + If strm->avail_in != 0, then the current data is moved to the beginning of + the input buffer, and then the remainder of the buffer is loaded with the + available data from the input file. */ +local int gz_avail(state) + gz_statep state; +{ + unsigned got; + z_streamp strm = &(state->strm); + + if (state->err != Z_OK && state->err != Z_BUF_ERROR) + return -1; + if (state->eof == 0) { + if (strm->avail_in) { /* copy what's there to the start */ + unsigned char *p = state->in; + unsigned const char *q = strm->next_in; + unsigned n = strm->avail_in; + do { + *p++ = *q++; + } while (--n); + } + if (gz_load(state, state->in + strm->avail_in, + state->size - strm->avail_in, &got) == -1) + return -1; + strm->avail_in += got; + strm->next_in = state->in; + } + return 0; +} + +/* Look for gzip header, set up for inflate or copy. state->x.have must be 0. + If this is the first time in, allocate required memory. state->how will be + left unchanged if there is no more input data available, will be set to COPY + if there is no gzip header and direct copying will be performed, or it will + be set to GZIP for decompression. If direct copying, then leftover input + data from the input buffer will be copied to the output buffer. In that + case, all further file reads will be directly to either the output buffer or + a user buffer. If decompressing, the inflate state will be initialized. + gz_look() will return 0 on success or -1 on failure. */ +local int gz_look(state) + gz_statep state; +{ + z_streamp strm = &(state->strm); + + /* allocate read buffers and inflate memory */ + if (state->size == 0) { + /* allocate buffers */ + state->in = (unsigned char *)malloc(state->want); + state->out = (unsigned char *)malloc(state->want << 1); + if (state->in == NULL || state->out == NULL) { + free(state->out); + free(state->in); + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + state->size = state->want; + + /* allocate inflate memory */ + state->strm.zalloc = Z_NULL; + state->strm.zfree = Z_NULL; + state->strm.opaque = Z_NULL; + state->strm.avail_in = 0; + state->strm.next_in = Z_NULL; + if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */ + free(state->out); + free(state->in); + state->size = 0; + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + } + + /* get at least the magic bytes in the input buffer */ + if (strm->avail_in < 2) { + if (gz_avail(state) == -1) + return -1; + if (strm->avail_in == 0) + return 0; + } + + /* look for gzip magic bytes -- if there, do gzip decoding (note: there is + a logical dilemma here when considering the case of a partially written + gzip file, to wit, if a single 31 byte is written, then we cannot tell + whether this is a single-byte file, or just a partially written gzip + file -- for here we assume that if a gzip file is being written, then + the header will be written in a single operation, so that reading a + single byte is sufficient indication that it is not a gzip file) */ + if (strm->avail_in > 1 && + strm->next_in[0] == 31 && strm->next_in[1] == 139) { + inflateReset(strm); + state->how = GZIP; + state->direct = 0; + return 0; + } + + /* no gzip header -- if we were decoding gzip before, then this is trailing + garbage. Ignore the trailing garbage and finish. */ + if (state->direct == 0) { + strm->avail_in = 0; + state->eof = 1; + state->x.have = 0; + return 0; + } + + /* doing raw i/o, copy any leftover input to output -- this assumes that + the output buffer is larger than the input buffer, which also assures + space for gzungetc() */ + state->x.next = state->out; + if (strm->avail_in) { + memcpy(state->x.next, strm->next_in, strm->avail_in); + state->x.have = strm->avail_in; + strm->avail_in = 0; + } + state->how = COPY; + state->direct = 1; + return 0; +} + +/* Decompress from input to the provided next_out and avail_out in the state. + On return, state->x.have and state->x.next point to the just decompressed + data. If the gzip stream completes, state->how is reset to LOOK to look for + the next gzip stream or raw data, once state->x.have is depleted. Returns 0 + on success, -1 on failure. */ +local int gz_decomp(state) + gz_statep state; +{ + int ret = Z_OK; + unsigned had; + z_streamp strm = &(state->strm); + + /* fill output buffer up to end of deflate stream */ + had = strm->avail_out; + do { + /* get more input for inflate() */ + if (strm->avail_in == 0 && gz_avail(state) == -1) + return -1; + if (strm->avail_in == 0) { + gz_error(state, Z_BUF_ERROR, "unexpected end of file"); + break; + } + + /* decompress and handle errors */ + ret = inflate(strm, Z_NO_FLUSH); + if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { + gz_error(state, Z_STREAM_ERROR, + "internal error: inflate stream corrupt"); + return -1; + } + if (ret == Z_MEM_ERROR) { + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + if (ret == Z_DATA_ERROR) { /* deflate stream invalid */ + gz_error(state, Z_DATA_ERROR, + strm->msg == NULL ? "compressed data error" : strm->msg); + return -1; + } + } while (strm->avail_out && ret != Z_STREAM_END); + + /* update available output */ + state->x.have = had - strm->avail_out; + state->x.next = strm->next_out - state->x.have; + + /* if the gzip stream completed successfully, look for another */ + if (ret == Z_STREAM_END) + state->how = LOOK; + + /* good decompression */ + return 0; +} + +/* Fetch data and put it in the output buffer. Assumes state->x.have is 0. + Data is either copied from the input file or decompressed from the input + file depending on state->how. If state->how is LOOK, then a gzip header is + looked for to determine whether to copy or decompress. Returns -1 on error, + otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the + end of the input file has been reached and all data has been processed. */ +local int gz_fetch(state) + gz_statep state; +{ + z_streamp strm = &(state->strm); + + do { + switch(state->how) { + case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */ + if (gz_look(state) == -1) + return -1; + if (state->how == LOOK) + return 0; + break; + case COPY: /* -> COPY */ + if (gz_load(state, state->out, state->size << 1, &(state->x.have)) + == -1) + return -1; + state->x.next = state->out; + return 0; + case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */ + strm->avail_out = state->size << 1; + strm->next_out = state->out; + if (gz_decomp(state) == -1) + return -1; + } + } while (state->x.have == 0 && (!state->eof || strm->avail_in)); + return 0; +} + +/* Skip len uncompressed bytes of output. Return -1 on error, 0 on success. */ +local int gz_skip(state, len) + gz_statep state; + z_off64_t len; +{ + unsigned n; + + /* skip over len bytes or reach end-of-file, whichever comes first */ + while (len) + /* skip over whatever is in output buffer */ + if (state->x.have) { + n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ? + (unsigned)len : state->x.have; + state->x.have -= n; + state->x.next += n; + state->x.pos += n; + len -= n; + } + + /* output buffer empty -- return if we're at the end of the input */ + else if (state->eof && state->strm.avail_in == 0) + break; + + /* need more data to skip -- load up output buffer */ + else { + /* get more output, looking for header if required */ + if (gz_fetch(state) == -1) + return -1; + } + return 0; +} + +/* Read len bytes into buf from file, or less than len up to the end of the + input. Return the number of bytes read. If zero is returned, either the + end of file was reached, or there was an error. state->err must be + consulted in that case to determine which. */ +local z_size_t gz_read(state, buf, len) + gz_statep state; + voidp buf; + z_size_t len; +{ + z_size_t got; + unsigned n; + + /* if len is zero, avoid unnecessary operations */ + if (len == 0) + return 0; + + /* process a skip request */ + if (state->seek) { + state->seek = 0; + if (gz_skip(state, state->skip) == -1) + return 0; + } + + /* get len bytes to buf, or less than len if at the end */ + got = 0; + do { + /* set n to the maximum amount of len that fits in an unsigned int */ + n = -1; + if (n > len) + n = len; + + /* first just try copying data from the output buffer */ + if (state->x.have) { + if (state->x.have < n) + n = state->x.have; + memcpy(buf, state->x.next, n); + state->x.next += n; + state->x.have -= n; + } + + /* output buffer empty -- return if we're at the end of the input */ + else if (state->eof && state->strm.avail_in == 0) { + state->past = 1; /* tried to read past end */ + break; + } + + /* need output data -- for small len or new stream load up our output + buffer */ + else if (state->how == LOOK || n < (state->size << 1)) { + /* get more output, looking for header if required */ + if (gz_fetch(state) == -1) + return 0; + continue; /* no progress yet -- go back to copy above */ + /* the copy above assures that we will leave with space in the + output buffer, allowing at least one gzungetc() to succeed */ + } + + /* large len -- read directly into user buffer */ + else if (state->how == COPY) { /* read directly */ + if (gz_load(state, (unsigned char *)buf, n, &n) == -1) + return 0; + } + + /* large len -- decompress directly into user buffer */ + else { /* state->how == GZIP */ + state->strm.avail_out = n; + state->strm.next_out = (unsigned char *)buf; + if (gz_decomp(state) == -1) + return 0; + n = state->x.have; + state->x.have = 0; + } + + /* update progress */ + len -= n; + buf = (char *)buf + n; + got += n; + state->x.pos += n; + } while (len); + + /* return number of bytes read into user buffer */ + return got; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzread(file, buf, len) + gzFile file; + voidp buf; + unsigned len; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + + /* check that we're reading and that there's no (serious) error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return -1; + + /* since an int is returned, make sure len fits in one, otherwise return + with an error (this avoids a flaw in the interface) */ + if ((int)len < 0) { + gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); + return -1; + } + + /* read len or fewer bytes to buf */ + len = gz_read(state, buf, len); + + /* check for an error */ + if (len == 0 && state->err != Z_OK && state->err != Z_BUF_ERROR) + return -1; + + /* return the number of bytes read (this is assured to fit in an int) */ + return (int)len; +} + +/* -- see zlib.h -- */ +z_size_t ZEXPORT gzfread(buf, size, nitems, file) + voidp buf; + z_size_t size; + z_size_t nitems; + gzFile file; +{ + z_size_t len; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return 0; + state = (gz_statep)file; + + /* check that we're reading and that there's no (serious) error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return 0; + + /* compute bytes to read -- error on overflow */ + len = nitems * size; + if (size && len / size != nitems) { + gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); + return 0; + } + + /* read len or fewer bytes to buf, return the number of full items read */ + return len ? gz_read(state, buf, len) / size : 0; +} + +/* -- see zlib.h -- */ +#ifdef Z_PREFIX_SET +# undef z_gzgetc +#else +# undef gzgetc +#endif +int ZEXPORT gzgetc(file) + gzFile file; +{ + int ret; + unsigned char buf[1]; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + + /* check that we're reading and that there's no (serious) error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return -1; + + /* try output buffer (no need to check for skip request) */ + if (state->x.have) { + state->x.have--; + state->x.pos++; + return *(state->x.next)++; + } + + /* nothing there -- try gz_read() */ + ret = gz_read(state, buf, 1); + return ret < 1 ? -1 : buf[0]; +} + +int ZEXPORT gzgetc_(file) +gzFile file; +{ + return gzgetc(file); +} + +/* -- see zlib.h -- */ +int ZEXPORT gzungetc(c, file) + int c; + gzFile file; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + + /* check that we're reading and that there's no (serious) error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return -1; + + /* process a skip request */ + if (state->seek) { + state->seek = 0; + if (gz_skip(state, state->skip) == -1) + return -1; + } + + /* can't push EOF */ + if (c < 0) + return -1; + + /* if output buffer empty, put byte at end (allows more pushing) */ + if (state->x.have == 0) { + state->x.have = 1; + state->x.next = state->out + (state->size << 1) - 1; + state->x.next[0] = (unsigned char)c; + state->x.pos--; + state->past = 0; + return c; + } + + /* if no room, give up (must have already done a gzungetc()) */ + if (state->x.have == (state->size << 1)) { + gz_error(state, Z_DATA_ERROR, "out of room to push characters"); + return -1; + } + + /* slide output data if needed and insert byte before existing data */ + if (state->x.next == state->out) { + unsigned char *src = state->out + state->x.have; + unsigned char *dest = state->out + (state->size << 1); + while (src > state->out) + *--dest = *--src; + state->x.next = dest; + } + state->x.have++; + state->x.next--; + state->x.next[0] = (unsigned char)c; + state->x.pos--; + state->past = 0; + return c; +} + +/* -- see zlib.h -- */ +char * ZEXPORT gzgets(file, buf, len) + gzFile file; + char *buf; + int len; +{ + unsigned left, n; + char *str; + unsigned char *eol; + gz_statep state; + + /* check parameters and get internal structure */ + if (file == NULL || buf == NULL || len < 1) + return NULL; + state = (gz_statep)file; + + /* check that we're reading and that there's no (serious) error */ + if (state->mode != GZ_READ || + (state->err != Z_OK && state->err != Z_BUF_ERROR)) + return NULL; + + /* process a skip request */ + if (state->seek) { + state->seek = 0; + if (gz_skip(state, state->skip) == -1) + return NULL; + } + + /* copy output bytes up to new line or len - 1, whichever comes first -- + append a terminating zero to the string (we don't check for a zero in + the contents, let the user worry about that) */ + str = buf; + left = (unsigned)len - 1; + if (left) do { + /* assure that something is in the output buffer */ + if (state->x.have == 0 && gz_fetch(state) == -1) + return NULL; /* error */ + if (state->x.have == 0) { /* end of file */ + state->past = 1; /* read past end */ + break; /* return what we have */ + } + + /* look for end-of-line in current output buffer */ + n = state->x.have > left ? left : state->x.have; + eol = (unsigned char *)memchr(state->x.next, '\n', n); + if (eol != NULL) + n = (unsigned)(eol - state->x.next) + 1; + + /* copy through end-of-line, or remainder if not found */ + memcpy(buf, state->x.next, n); + state->x.have -= n; + state->x.next += n; + state->x.pos += n; + left -= n; + buf += n; + } while (left && eol == NULL); + + /* return terminated string, or if nothing, end of file */ + if (buf == str) + return NULL; + buf[0] = 0; + return str; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzdirect(file) + gzFile file; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return 0; + state = (gz_statep)file; + + /* if the state is not known, but we can find out, then do so (this is + mainly for right after a gzopen() or gzdopen()) */ + if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0) + (void)gz_look(state); + + /* return 1 if transparent, 0 if processing a gzip stream */ + return state->direct; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzclose_r(file) + gzFile file; +{ + int ret, err; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + + /* check that we're reading */ + if (state->mode != GZ_READ) + return Z_STREAM_ERROR; + + /* free memory and close file */ + if (state->size) { + inflateEnd(&(state->strm)); + free(state->out); + free(state->in); + } + err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK; + gz_error(state, Z_OK, NULL); + free(state->path); + ret = close(state->fd); + free(state); + return ret ? Z_ERRNO : err; +} diff --git a/zlib/gzwrite.c b/zlib/gzwrite.c new file mode 100644 index 0000000000000000000000000000000000000000..c7b5651d70b994e20222a734c620f68e11e0dc84 --- /dev/null +++ b/zlib/gzwrite.c @@ -0,0 +1,665 @@ +/* gzwrite.c -- zlib functions for writing gzip files + * Copyright (C) 2004-2017 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#include "gzguts.h" + +/* Local functions */ +local int gz_init OF((gz_statep)); +local int gz_comp OF((gz_statep, int)); +local int gz_zero OF((gz_statep, z_off64_t)); +local z_size_t gz_write OF((gz_statep, voidpc, z_size_t)); + +/* Initialize state for writing a gzip file. Mark initialization by setting + state->size to non-zero. Return -1 on a memory allocation failure, or 0 on + success. */ +local int gz_init(state) + gz_statep state; +{ + int ret; + z_streamp strm = &(state->strm); + + /* allocate input buffer (double size for gzprintf) */ + state->in = (unsigned char *)malloc(state->want << 1); + if (state->in == NULL) { + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + + /* only need output buffer and deflate state if compressing */ + if (!state->direct) { + /* allocate output buffer */ + state->out = (unsigned char *)malloc(state->want); + if (state->out == NULL) { + free(state->in); + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + + /* allocate deflate memory, set up for gzip compression */ + strm->zalloc = Z_NULL; + strm->zfree = Z_NULL; + strm->opaque = Z_NULL; + ret = deflateInit2(strm, state->level, Z_DEFLATED, + MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy); + if (ret != Z_OK) { + free(state->out); + free(state->in); + gz_error(state, Z_MEM_ERROR, "out of memory"); + return -1; + } + strm->next_in = NULL; + } + + /* mark state as initialized */ + state->size = state->want; + + /* initialize write buffer if compressing */ + if (!state->direct) { + strm->avail_out = state->size; + strm->next_out = state->out; + state->x.next = strm->next_out; + } + return 0; +} + +/* Compress whatever is at avail_in and next_in and write to the output file. + Return -1 if there is an error writing to the output file or if gz_init() + fails to allocate memory, otherwise 0. flush is assumed to be a valid + deflate() flush value. If flush is Z_FINISH, then the deflate() state is + reset to start a new gzip stream. If gz->direct is true, then simply write + to the output file without compressing, and ignore flush. */ +local int gz_comp(state, flush) + gz_statep state; + int flush; +{ + int ret, writ; + unsigned have, put, max = ((unsigned)-1 >> 2) + 1; + z_streamp strm = &(state->strm); + + /* allocate memory if this is the first time through */ + if (state->size == 0 && gz_init(state) == -1) + return -1; + + /* write directly if requested */ + if (state->direct) { + while (strm->avail_in) { + put = strm->avail_in > max ? max : strm->avail_in; + writ = write(state->fd, strm->next_in, put); + if (writ < 0) { + gz_error(state, Z_ERRNO, zstrerror()); + return -1; + } + strm->avail_in -= (unsigned)writ; + strm->next_in += writ; + } + return 0; + } + + /* run deflate() on provided input until it produces no more output */ + ret = Z_OK; + do { + /* write out current buffer contents if full, or if flushing, but if + doing Z_FINISH then don't write until we get to Z_STREAM_END */ + if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && + (flush != Z_FINISH || ret == Z_STREAM_END))) { + while (strm->next_out > state->x.next) { + put = strm->next_out - state->x.next > (int)max ? max : + (unsigned)(strm->next_out - state->x.next); + writ = write(state->fd, state->x.next, put); + if (writ < 0) { + gz_error(state, Z_ERRNO, zstrerror()); + return -1; + } + state->x.next += writ; + } + if (strm->avail_out == 0) { + strm->avail_out = state->size; + strm->next_out = state->out; + state->x.next = state->out; + } + } + + /* compress */ + have = strm->avail_out; + ret = deflate(strm, flush); + if (ret == Z_STREAM_ERROR) { + gz_error(state, Z_STREAM_ERROR, + "internal error: deflate stream corrupt"); + return -1; + } + have -= strm->avail_out; + } while (have); + + /* if that completed a deflate stream, allow another to start */ + if (flush == Z_FINISH) + deflateReset(strm); + + /* all done, no errors */ + return 0; +} + +/* Compress len zeros to output. Return -1 on a write error or memory + allocation failure by gz_comp(), or 0 on success. */ +local int gz_zero(state, len) + gz_statep state; + z_off64_t len; +{ + int first; + unsigned n; + z_streamp strm = &(state->strm); + + /* consume whatever's left in the input buffer */ + if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) + return -1; + + /* compress len zeros (len guaranteed > 0) */ + first = 1; + while (len) { + n = GT_OFF(state->size) || (z_off64_t)state->size > len ? + (unsigned)len : state->size; + if (first) { + memset(state->in, 0, n); + first = 0; + } + strm->avail_in = n; + strm->next_in = state->in; + state->x.pos += n; + if (gz_comp(state, Z_NO_FLUSH) == -1) + return -1; + len -= n; + } + return 0; +} + +/* Write len bytes from buf to file. Return the number of bytes written. If + the returned value is less than len, then there was an error. */ +local z_size_t gz_write(state, buf, len) + gz_statep state; + voidpc buf; + z_size_t len; +{ + z_size_t put = len; + + /* if len is zero, avoid unnecessary operations */ + if (len == 0) + return 0; + + /* allocate memory if this is the first time through */ + if (state->size == 0 && gz_init(state) == -1) + return 0; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return 0; + } + + /* for small len, copy to input buffer, otherwise compress directly */ + if (len < state->size) { + /* copy to input buffer, compress when full */ + do { + unsigned have, copy; + + if (state->strm.avail_in == 0) + state->strm.next_in = state->in; + have = (unsigned)((state->strm.next_in + state->strm.avail_in) - + state->in); + copy = state->size - have; + if (copy > len) + copy = len; + memcpy(state->in + have, buf, copy); + state->strm.avail_in += copy; + state->x.pos += copy; + buf = (const char *)buf + copy; + len -= copy; + if (len && gz_comp(state, Z_NO_FLUSH) == -1) + return 0; + } while (len); + } + else { + /* consume whatever's left in the input buffer */ + if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) + return 0; + + /* directly compress user buffer to file */ + state->strm.next_in = (z_const Bytef *)buf; + do { + unsigned n = (unsigned)-1; + if (n > len) + n = len; + state->strm.avail_in = n; + state->x.pos += n; + if (gz_comp(state, Z_NO_FLUSH) == -1) + return 0; + len -= n; + } while (len); + } + + /* input was all buffered or compressed */ + return put; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzwrite(file, buf, len) + gzFile file; + voidpc buf; + unsigned len; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return 0; + state = (gz_statep)file; + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return 0; + + /* since an int is returned, make sure len fits in one, otherwise return + with an error (this avoids a flaw in the interface) */ + if ((int)len < 0) { + gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); + return 0; + } + + /* write len bytes from buf (the return value will fit in an int) */ + return (int)gz_write(state, buf, len); +} + +/* -- see zlib.h -- */ +z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) + voidpc buf; + z_size_t size; + z_size_t nitems; + gzFile file; +{ + z_size_t len; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return 0; + state = (gz_statep)file; + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return 0; + + /* compute bytes to read -- error on overflow */ + len = nitems * size; + if (size && len / size != nitems) { + gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); + return 0; + } + + /* write len bytes to buf, return the number of full items written */ + return len ? gz_write(state, buf, len) / size : 0; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzputc(file, c) + gzFile file; + int c; +{ + unsigned have; + unsigned char buf[1]; + gz_statep state; + z_streamp strm; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + strm = &(state->strm); + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return -1; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return -1; + } + + /* try writing to input buffer for speed (state->size == 0 if buffer not + initialized) */ + if (state->size) { + if (strm->avail_in == 0) + strm->next_in = state->in; + have = (unsigned)((strm->next_in + strm->avail_in) - state->in); + if (have < state->size) { + state->in[have] = (unsigned char)c; + strm->avail_in++; + state->x.pos++; + return c & 0xff; + } + } + + /* no room in buffer or not initialized, use gz_write() */ + buf[0] = (unsigned char)c; + if (gz_write(state, buf, 1) != 1) + return -1; + return c & 0xff; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzputs(file, str) + gzFile file; + const char *str; +{ + int ret; + z_size_t len; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return -1; + state = (gz_statep)file; + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return -1; + + /* write string */ + len = strlen(str); + ret = gz_write(state, str, len); + return ret == 0 && len != 0 ? -1 : ret; +} + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +#include + +/* -- see zlib.h -- */ +int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) +{ + int len; + unsigned left; + char *next; + gz_statep state; + z_streamp strm; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + strm = &(state->strm); + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return Z_STREAM_ERROR; + + /* make sure we have some buffer space */ + if (state->size == 0 && gz_init(state) == -1) + return state->err; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return state->err; + } + + /* do the printf() into the input buffer, put length in len -- the input + buffer is double-sized just for this function, so there is guaranteed to + be state->size bytes available after the current contents */ + if (strm->avail_in == 0) + strm->next_in = state->in; + next = (char *)(state->in + (strm->next_in - state->in) + strm->avail_in); + next[state->size - 1] = 0; +#ifdef NO_vsnprintf +# ifdef HAS_vsprintf_void + (void)vsprintf(next, format, va); + for (len = 0; len < state->size; len++) + if (next[len] == 0) break; +# else + len = vsprintf(next, format, va); +# endif +#else +# ifdef HAS_vsnprintf_void + (void)vsnprintf(next, state->size, format, va); + len = strlen(next); +# else + len = vsnprintf(next, state->size, format, va); +# endif +#endif + + /* check that printf() results fit in buffer */ + if (len == 0 || (unsigned)len >= state->size || next[state->size - 1] != 0) + return 0; + + /* update buffer and position, compress first half if past that */ + strm->avail_in += (unsigned)len; + state->x.pos += len; + if (strm->avail_in >= state->size) { + left = strm->avail_in - state->size; + strm->avail_in = state->size; + if (gz_comp(state, Z_NO_FLUSH) == -1) + return state->err; + memcpy(state->in, state->in + state->size, left); + strm->next_in = state->in; + strm->avail_in = left; + } + return len; +} + +int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) +{ + va_list va; + int ret; + + va_start(va, format); + ret = gzvprintf(file, format, va); + va_end(va); + return ret; +} + +#else /* !STDC && !Z_HAVE_STDARG_H */ + +/* -- see zlib.h -- */ +int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, + a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) + gzFile file; + const char *format; + int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, + a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; +{ + unsigned len, left; + char *next; + gz_statep state; + z_streamp strm; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + strm = &(state->strm); + + /* check that can really pass pointer in ints */ + if (sizeof(int) != sizeof(void *)) + return Z_STREAM_ERROR; + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return Z_STREAM_ERROR; + + /* make sure we have some buffer space */ + if (state->size == 0 && gz_init(state) == -1) + return state->error; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return state->error; + } + + /* do the printf() into the input buffer, put length in len -- the input + buffer is double-sized just for this function, so there is guaranteed to + be state->size bytes available after the current contents */ + if (strm->avail_in == 0) + strm->next_in = state->in; + next = (char *)(strm->next_in + strm->avail_in); + next[state->size - 1] = 0; +#ifdef NO_snprintf +# ifdef HAS_sprintf_void + sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, + a13, a14, a15, a16, a17, a18, a19, a20); + for (len = 0; len < size; len++) + if (next[len] == 0) + break; +# else + len = sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, + a12, a13, a14, a15, a16, a17, a18, a19, a20); +# endif +#else +# ifdef HAS_snprintf_void + snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, + a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); + len = strlen(next); +# else + len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, + a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); +# endif +#endif + + /* check that printf() results fit in buffer */ + if (len == 0 || len >= state->size || next[state->size - 1] != 0) + return 0; + + /* update buffer and position, compress first half if past that */ + strm->avail_in += len; + state->x.pos += len; + if (strm->avail_in >= state->size) { + left = strm->avail_in - state->size; + strm->avail_in = state->size; + if (gz_comp(state, Z_NO_FLUSH) == -1) + return state->err; + memcpy(state->in, state->in + state->size, left); + strm->next_in = state->in; + strm->avail_in = left; + } + return (int)len; +} + +#endif + +/* -- see zlib.h -- */ +int ZEXPORT gzflush(file, flush) + gzFile file; + int flush; +{ + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return Z_STREAM_ERROR; + + /* check flush parameter */ + if (flush < 0 || flush > Z_FINISH) + return Z_STREAM_ERROR; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return state->err; + } + + /* compress remaining data with requested flush */ + (void)gz_comp(state, flush); + return state->err; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzsetparams(file, level, strategy) + gzFile file; + int level; + int strategy; +{ + gz_statep state; + z_streamp strm; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + strm = &(state->strm); + + /* check that we're writing and that there's no error */ + if (state->mode != GZ_WRITE || state->err != Z_OK) + return Z_STREAM_ERROR; + + /* if no change is requested, then do nothing */ + if (level == state->level && strategy == state->strategy) + return Z_OK; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + return state->err; + } + + /* change compression parameters for subsequent input */ + if (state->size) { + /* flush previous input with previous parameters before changing */ + if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) + return state->err; + deflateParams(strm, level, strategy); + } + state->level = level; + state->strategy = strategy; + return Z_OK; +} + +/* -- see zlib.h -- */ +int ZEXPORT gzclose_w(file) + gzFile file; +{ + int ret = Z_OK; + gz_statep state; + + /* get internal structure */ + if (file == NULL) + return Z_STREAM_ERROR; + state = (gz_statep)file; + + /* check that we're writing */ + if (state->mode != GZ_WRITE) + return Z_STREAM_ERROR; + + /* check for seek request */ + if (state->seek) { + state->seek = 0; + if (gz_zero(state, state->skip) == -1) + ret = state->err; + } + + /* flush, free memory, and close file */ + if (gz_comp(state, Z_FINISH) == -1) + ret = state->err; + if (state->size) { + if (!state->direct) { + (void)deflateEnd(&(state->strm)); + free(state->out); + } + free(state->in); + } + gz_error(state, Z_OK, NULL); + free(state->path); + if (close(state->fd) == -1) + ret = Z_ERRNO; + free(state); + return ret; +} diff --git a/zlib/infback.c b/zlib/infback.c index 455dbc9ee8432fcb01ecf425b9df81d22471e17c..59679ecbfc5d778ca85d9ced87565f69bcb4635c 100644 --- a/zlib/infback.c +++ b/zlib/infback.c @@ -1,5 +1,5 @@ /* infback.c -- inflate using a call-back interface - * Copyright (C) 1995-2005 Mark Adler + * Copyright (C) 1995-2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -42,20 +42,29 @@ int stream_size; return Z_STREAM_ERROR; strm->msg = Z_NULL; /* in case we return an error */ if (strm->zalloc == (alloc_func)0) { +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else strm->zalloc = zcalloc; strm->opaque = (voidpf)0; +#endif } - if (strm->zfree == (free_func)0) strm->zfree = zcfree; + if (strm->zfree == (free_func)0) +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else + strm->zfree = zcfree; +#endif state = (struct inflate_state FAR *)ZALLOC(strm, 1, sizeof(struct inflate_state)); if (state == Z_NULL) return Z_MEM_ERROR; Tracev((stderr, "inflate: allocated\n")); strm->state = (struct internal_state FAR *)state; state->dmax = 32768U; - state->wbits = windowBits; + state->wbits = (uInt)windowBits; state->wsize = 1U << windowBits; state->window = window; - state->write = 0; + state->wnext = 0; state->whave = 0; return Z_OK; } @@ -246,14 +255,14 @@ out_func out; void FAR *out_desc; { struct inflate_state FAR *state; - unsigned char FAR *next; /* next input */ + z_const unsigned char FAR *next; /* next input */ unsigned char FAR *put; /* next output */ unsigned have, left; /* available input and output */ unsigned long hold; /* bit buffer */ unsigned bits; /* bits in bit buffer */ unsigned copy; /* number of stored or match bytes to copy */ unsigned char FAR *from; /* where to copy match bytes from */ - code this; /* current decoding table entry */ + code here; /* current decoding table entry */ code last; /* parent table entry */ unsigned len; /* length to copy for repeats, bits to drop */ int ret; /* return code */ @@ -389,19 +398,18 @@ void FAR *out_desc; state->have = 0; while (state->have < state->nlen + state->ndist) { for (;;) { - this = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->lencode[BITS(state->lenbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if (this.val < 16) { - NEEDBITS(this.bits); - DROPBITS(this.bits); - state->lens[state->have++] = this.val; + if (here.val < 16) { + DROPBITS(here.bits); + state->lens[state->have++] = here.val; } else { - if (this.val == 16) { - NEEDBITS(this.bits + 2); - DROPBITS(this.bits); + if (here.val == 16) { + NEEDBITS(here.bits + 2); + DROPBITS(here.bits); if (state->have == 0) { strm->msg = (char *)"invalid bit length repeat"; state->mode = BAD; @@ -411,16 +419,16 @@ void FAR *out_desc; copy = 3 + BITS(2); DROPBITS(2); } - else if (this.val == 17) { - NEEDBITS(this.bits + 3); - DROPBITS(this.bits); + else if (here.val == 17) { + NEEDBITS(here.bits + 3); + DROPBITS(here.bits); len = 0; copy = 3 + BITS(3); DROPBITS(3); } else { - NEEDBITS(this.bits + 7); - DROPBITS(this.bits); + NEEDBITS(here.bits + 7); + DROPBITS(here.bits); len = 0; copy = 11 + BITS(7); DROPBITS(7); @@ -438,7 +446,16 @@ void FAR *out_desc; /* handle error breaks in while */ if (state->mode == BAD) break; - /* build code tables */ + /* check for end-of-block code (better have one) */ + if (state->lens[256] == 0) { + strm->msg = (char *)"invalid code -- missing end-of-block"; + state->mode = BAD; + break; + } + + /* build code tables -- note: do not change the lenbits or distbits + values here (9 and 6) without reading the comments in inftrees.h + concerning the ENOUGH constants, which depend on those values */ state->next = state->codes; state->lencode = (code const FAR *)(state->next); state->lenbits = 9; @@ -474,28 +491,28 @@ void FAR *out_desc; /* get a literal, length, or end-of-block code */ for (;;) { - this = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->lencode[BITS(state->lenbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if (this.op && (this.op & 0xf0) == 0) { - last = this; + if (here.op && (here.op & 0xf0) == 0) { + last = here; for (;;) { - this = state->lencode[last.val + + here = state->lencode[last.val + (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + this.bits) <= bits) break; + if ((unsigned)(last.bits + here.bits) <= bits) break; PULLBYTE(); } DROPBITS(last.bits); } - DROPBITS(this.bits); - state->length = (unsigned)this.val; + DROPBITS(here.bits); + state->length = (unsigned)here.val; /* process literal */ - if (this.op == 0) { - Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? + if (here.op == 0) { + Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", this.val)); + "inflate: literal 0x%02x\n", here.val)); ROOM(); *put++ = (unsigned char)(state->length); left--; @@ -504,21 +521,21 @@ void FAR *out_desc; } /* process end of block */ - if (this.op & 32) { + if (here.op & 32) { Tracevv((stderr, "inflate: end of block\n")); state->mode = TYPE; break; } /* invalid code */ - if (this.op & 64) { + if (here.op & 64) { strm->msg = (char *)"invalid literal/length code"; state->mode = BAD; break; } /* length code -- get extra bits, if any */ - state->extra = (unsigned)(this.op) & 15; + state->extra = (unsigned)(here.op) & 15; if (state->extra != 0) { NEEDBITS(state->extra); state->length += BITS(state->extra); @@ -528,30 +545,30 @@ void FAR *out_desc; /* get distance code */ for (;;) { - this = state->distcode[BITS(state->distbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->distcode[BITS(state->distbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if ((this.op & 0xf0) == 0) { - last = this; + if ((here.op & 0xf0) == 0) { + last = here; for (;;) { - this = state->distcode[last.val + + here = state->distcode[last.val + (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + this.bits) <= bits) break; + if ((unsigned)(last.bits + here.bits) <= bits) break; PULLBYTE(); } DROPBITS(last.bits); } - DROPBITS(this.bits); - if (this.op & 64) { + DROPBITS(here.bits); + if (here.op & 64) { strm->msg = (char *)"invalid distance code"; state->mode = BAD; break; } - state->offset = (unsigned)this.val; + state->offset = (unsigned)here.val; /* get distance extra bits, if any */ - state->extra = (unsigned)(this.op) & 15; + state->extra = (unsigned)(here.op) & 15; if (state->extra != 0) { NEEDBITS(state->extra); state->offset += BITS(state->extra); diff --git a/zlib/inffast.c b/zlib/inffast.c index bbee92ed1e6bd3683d4d497bdf639dd1b05e98bc..0dbd1dbc09f2f69425405863bfe1080e3ca2b3f5 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2004 Mark Adler + * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -8,26 +8,9 @@ #include "inflate.h" #include "inffast.h" -#ifndef ASMINF - -/* Allow machine dependent optimization for post-increment or pre-increment. - Based on testing to date, - Pre-increment preferred for: - - PowerPC G3 (Adler) - - MIPS R5000 (Randers-Pehrson) - Post-increment preferred for: - - none - No measurable difference: - - Pentium III (Anderson) - - M68060 (Nikl) - */ -#ifdef POSTINC -# define OFF 0 -# define PUP(a) *(a)++ +#ifdef ASMINF +# pragma message("Assembler code may have bugs -- use at your own risk") #else -# define OFF 1 -# define PUP(a) *++(a) -#endif /* Decode literal, length, and distance codes and write out the resulting @@ -64,13 +47,13 @@ requires strm->avail_out >= 258 for each loop to avoid checking for output space. */ -void inflate_fast(strm, start) +void ZLIB_INTERNAL inflate_fast(strm, start) z_streamp strm; unsigned start; /* inflate()'s starting value for strm->avail_out */ { struct inflate_state FAR *state; - unsigned char FAR *in; /* local strm->next_in */ - unsigned char FAR *last; /* while in < last, enough input available */ + z_const unsigned char FAR *in; /* local strm->next_in */ + z_const unsigned char FAR *last; /* have enough input while in < last */ unsigned char FAR *out; /* local strm->next_out */ unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ unsigned char FAR *end; /* while out < end, enough space available */ @@ -79,7 +62,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ #endif unsigned wsize; /* window size or zero if not using window */ unsigned whave; /* valid bytes in the window */ - unsigned write; /* window write index */ + unsigned wnext; /* window write index */ unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ unsigned long hold; /* local strm->hold */ unsigned bits; /* local strm->bits */ @@ -87,7 +70,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ code const FAR *dcode; /* local strm->distcode */ unsigned lmask; /* mask for first level of length codes */ unsigned dmask; /* mask for first level of distance codes */ - code this; /* retrieved table entry */ + code here; /* retrieved table entry */ unsigned op; /* code bits, operation, extra bits, or */ /* window position, window bytes to copy */ unsigned len; /* match length, unused bytes */ @@ -96,9 +79,9 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ /* copy state to local variables */ state = (struct inflate_state FAR *)strm->state; - in = strm->next_in - OFF; + in = strm->next_in; last = in + (strm->avail_in - 5); - out = strm->next_out - OFF; + out = strm->next_out; beg = out - (start - strm->avail_out); end = out + (strm->avail_out - 257); #ifdef INFLATE_STRICT @@ -106,7 +89,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ #endif wsize = state->wsize; whave = state->whave; - write = state->write; + wnext = state->wnext; window = state->window; hold = state->hold; bits = state->bits; @@ -119,29 +102,29 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ input data or output space */ do { if (bits < 15) { - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; } - this = lcode[hold & lmask]; + here = lcode[hold & lmask]; dolen: - op = (unsigned)(this.bits); + op = (unsigned)(here.bits); hold >>= op; bits -= op; - op = (unsigned)(this.op); + op = (unsigned)(here.op); if (op == 0) { /* literal */ - Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? + Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", this.val)); - PUP(out) = (unsigned char)(this.val); + "inflate: literal 0x%02x\n", here.val)); + *out++ = (unsigned char)(here.val); } else if (op & 16) { /* length base */ - len = (unsigned)(this.val); + len = (unsigned)(here.val); op &= 15; /* number of extra bits */ if (op) { if (bits < op) { - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; } len += (unsigned)hold & ((1U << op) - 1); @@ -150,25 +133,25 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ } Tracevv((stderr, "inflate: length %u\n", len)); if (bits < 15) { - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; } - this = dcode[hold & dmask]; + here = dcode[hold & dmask]; dodist: - op = (unsigned)(this.bits); + op = (unsigned)(here.bits); hold >>= op; bits -= op; - op = (unsigned)(this.op); + op = (unsigned)(here.op); if (op & 16) { /* distance base */ - dist = (unsigned)(this.val); + dist = (unsigned)(here.val); op &= 15; /* number of extra bits */ if (bits < op) { - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; if (bits < op) { - hold += (unsigned long)(PUP(in)) << bits; + hold += (unsigned long)(*in++) << bits; bits += 8; } } @@ -187,79 +170,101 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ if (dist > op) { /* see if copy from window */ op = dist - op; /* distance back in window */ if (op > whave) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; + if (state->sane) { + strm->msg = + (char *)"invalid distance too far back"; + state->mode = BAD; + break; + } +#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR + if (len <= op - whave) { + do { + *out++ = 0; + } while (--len); + continue; + } + len -= op - whave; + do { + *out++ = 0; + } while (--op > whave); + if (op == 0) { + from = out - dist; + do { + *out++ = *from++; + } while (--len); + continue; + } +#endif } - from = window - OFF; - if (write == 0) { /* very common case */ + from = window; + if (wnext == 0) { /* very common case */ from += wsize - op; if (op < len) { /* some from window */ len -= op; do { - PUP(out) = PUP(from); + *out++ = *from++; } while (--op); from = out - dist; /* rest from output */ } } - else if (write < op) { /* wrap around window */ - from += wsize + write - op; - op -= write; + else if (wnext < op) { /* wrap around window */ + from += wsize + wnext - op; + op -= wnext; if (op < len) { /* some from end of window */ len -= op; do { - PUP(out) = PUP(from); + *out++ = *from++; } while (--op); - from = window - OFF; - if (write < len) { /* some from start of window */ - op = write; + from = window; + if (wnext < len) { /* some from start of window */ + op = wnext; len -= op; do { - PUP(out) = PUP(from); + *out++ = *from++; } while (--op); from = out - dist; /* rest from output */ } } } else { /* contiguous in window */ - from += write - op; + from += wnext - op; if (op < len) { /* some from window */ len -= op; do { - PUP(out) = PUP(from); + *out++ = *from++; } while (--op); from = out - dist; /* rest from output */ } } while (len > 2) { - PUP(out) = PUP(from); - PUP(out) = PUP(from); - PUP(out) = PUP(from); + *out++ = *from++; + *out++ = *from++; + *out++ = *from++; len -= 3; } if (len) { - PUP(out) = PUP(from); + *out++ = *from++; if (len > 1) - PUP(out) = PUP(from); + *out++ = *from++; } } else { from = out - dist; /* copy direct from output */ do { /* minimum length is three */ - PUP(out) = PUP(from); - PUP(out) = PUP(from); - PUP(out) = PUP(from); + *out++ = *from++; + *out++ = *from++; + *out++ = *from++; len -= 3; } while (len > 2); if (len) { - PUP(out) = PUP(from); + *out++ = *from++; if (len > 1) - PUP(out) = PUP(from); + *out++ = *from++; } } } else if ((op & 64) == 0) { /* 2nd level distance code */ - this = dcode[this.val + (hold & ((1U << op) - 1))]; + here = dcode[here.val + (hold & ((1U << op) - 1))]; goto dodist; } else { @@ -269,7 +274,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ } } else if ((op & 64) == 0) { /* 2nd level length code */ - this = lcode[this.val + (hold & ((1U << op) - 1))]; + here = lcode[here.val + (hold & ((1U << op) - 1))]; goto dolen; } else if (op & 32) { /* end-of-block */ @@ -291,8 +296,8 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ hold &= (1U << bits) - 1; /* update state and return */ - strm->next_in = in + OFF; - strm->next_out = out + OFF; + strm->next_in = in; + strm->next_out = out; strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); strm->avail_out = (unsigned)(out < end ? 257 + (end - out) : 257 - (out - end)); @@ -305,7 +310,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe): - Using bit fields for code structure - Different op definition to avoid & for extra bits (do & for table bits) - - Three separate decoding do-loops for direct, window, and write == 0 + - Three separate decoding do-loops for direct, window, and wnext == 0 - Special case for distance > 1 copies to do overlapped load and store copy - Explicit branch predictions (based on measured branch probabilities) - Deferring match copy and interspersed it with decoding subsequent codes diff --git a/zlib/inffast.h b/zlib/inffast.h index 1e88d2d97b568d37c44800c5aa7e54cfa33d46d3..e5c1aa4ca8cd5244423680865609c71ab68f9ab6 100644 --- a/zlib/inffast.h +++ b/zlib/inffast.h @@ -1,5 +1,5 @@ /* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -8,4 +8,4 @@ subject to change. Applications should only use zlib.h. */ -void inflate_fast OF((z_streamp strm, unsigned start)); +void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); diff --git a/zlib/inffixed.h b/zlib/inffixed.h index 75ed4b5978de4be3c44ad48a060b75500f17a0a2..d6283277694802ce7938f537f12990d6eead4924 100644 --- a/zlib/inffixed.h +++ b/zlib/inffixed.h @@ -2,9 +2,9 @@ * Generated automatically by makefixed(). */ - /* WARNING: this file should *not* be used by applications. It - is part of the implementation of the compression library and - is subject to change. Applications should only use zlib.h. + /* WARNING: this file should *not* be used by applications. + It is part of the implementation of this library and is + subject to change. Applications should only use zlib.h. */ static const code lenfix[512] = { diff --git a/zlib/inflate.c b/zlib/inflate.c index 792fdee8e9c72bf3a62ead549577ba5cdd473e61..ac333e8c2edae90ec1145d06d9852002dd5d0617 100644 --- a/zlib/inflate.c +++ b/zlib/inflate.c @@ -1,5 +1,5 @@ /* inflate.c -- zlib decompression - * Copyright (C) 1995-2005 Mark Adler + * Copyright (C) 1995-2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -45,7 +45,7 @@ * - Rearrange window copies in inflate_fast() for speed and simplification * - Unroll last copy for window match in inflate_fast() * - Use local copies of window variables in inflate_fast() for speed - * - Pull out common write == 0 case for speed in inflate_fast() + * - Pull out common wnext == 0 case for speed in inflate_fast() * - Make op and len in inflate_fast() unsigned for consistency * - Add FAR to lcode and dcode declarations in inflate_fast() * - Simplified bad distance check in inflate_fast() @@ -92,53 +92,104 @@ #endif /* function prototypes */ +local int inflateStateCheck OF((z_streamp strm)); local void fixedtables OF((struct inflate_state FAR *state)); -local int updatewindow OF((z_streamp strm, unsigned out)); +local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, + unsigned copy)); #ifdef BUILDFIXED void makefixed OF((void)); #endif -local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, +local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, unsigned len)); -int ZEXPORT inflateReset(strm) +local int inflateStateCheck(strm) z_streamp strm; { struct inflate_state FAR *state; + if (strm == Z_NULL || + strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) + return 1; + state = (struct inflate_state FAR *)strm->state; + if (state == Z_NULL || state->strm != strm || + state->mode < HEAD || state->mode > SYNC) + return 1; + return 0; +} - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; +int ZEXPORT inflateResetKeep(strm) +z_streamp strm; +{ + struct inflate_state FAR *state; + + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; strm->total_in = strm->total_out = state->total = 0; strm->msg = Z_NULL; - strm->adler = 1; /* to support ill-conceived Java test suite */ + if (state->wrap) /* to support ill-conceived Java test suite */ + strm->adler = state->wrap & 1; state->mode = HEAD; state->last = 0; state->havedict = 0; state->dmax = 32768U; state->head = Z_NULL; - state->wsize = 0; - state->whave = 0; - state->write = 0; state->hold = 0; state->bits = 0; state->lencode = state->distcode = state->next = state->codes; + state->sane = 1; + state->back = -1; Tracev((stderr, "inflate: reset\n")); return Z_OK; } -int ZEXPORT inflatePrime(strm, bits, value) +int ZEXPORT inflateReset(strm) z_streamp strm; -int bits; -int value; { struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; - if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; - value &= (1L << bits) - 1; - state->hold += value << state->bits; - state->bits += bits; - return Z_OK; + state->wsize = 0; + state->whave = 0; + state->wnext = 0; + return inflateResetKeep(strm); +} + +int ZEXPORT inflateReset2(strm, windowBits) +z_streamp strm; +int windowBits; +{ + int wrap; + struct inflate_state FAR *state; + + /* get the state */ + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; + state = (struct inflate_state FAR *)strm->state; + + /* extract wrap request from windowBits parameter */ + if (windowBits < 0) { + wrap = 0; + windowBits = -windowBits; + } + else { + wrap = (windowBits >> 4) + 5; +#ifdef GUNZIP + if (windowBits < 48) + windowBits &= 15; +#endif + } + + /* set number of window bits, free window if different */ + if (windowBits && (windowBits < 8 || windowBits > 15)) + return Z_STREAM_ERROR; + if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { + ZFREE(strm, state->window); + state->window = Z_NULL; + } + + /* update state and reset the rest of it */ + state->wrap = wrap; + state->wbits = (unsigned)windowBits; + return inflateReset(strm); } int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) @@ -147,6 +198,7 @@ int windowBits; const char *version; int stream_size; { + int ret; struct inflate_state FAR *state; if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || @@ -155,33 +207,33 @@ int stream_size; if (strm == Z_NULL) return Z_STREAM_ERROR; strm->msg = Z_NULL; /* in case we return an error */ if (strm->zalloc == (alloc_func)0) { +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else strm->zalloc = zcalloc; strm->opaque = (voidpf)0; +#endif } - if (strm->zfree == (free_func)0) strm->zfree = zcfree; + if (strm->zfree == (free_func)0) +#ifdef Z_SOLO + return Z_STREAM_ERROR; +#else + strm->zfree = zcfree; +#endif state = (struct inflate_state FAR *) ZALLOC(strm, 1, sizeof(struct inflate_state)); if (state == Z_NULL) return Z_MEM_ERROR; Tracev((stderr, "inflate: allocated\n")); strm->state = (struct internal_state FAR *)state; - if (windowBits < 0) { - state->wrap = 0; - windowBits = -windowBits; - } - else { - state->wrap = (windowBits >> 4) + 1; -#ifdef GUNZIP - if (windowBits < 48) windowBits &= 15; -#endif - } - if (windowBits < 8 || windowBits > 15) { + state->strm = strm; + state->window = Z_NULL; + state->mode = HEAD; /* to pass state test in inflateReset2() */ + ret = inflateReset2(strm, windowBits); + if (ret != Z_OK) { ZFREE(strm, state); strm->state = Z_NULL; - return Z_STREAM_ERROR; } - state->wbits = (unsigned)windowBits; - state->window = Z_NULL; - return inflateReset(strm); + return ret; } int ZEXPORT inflateInit_(strm, version, stream_size) @@ -192,6 +244,27 @@ int stream_size; return inflateInit2_(strm, DEF_WBITS, version, stream_size); } +int ZEXPORT inflatePrime(strm, bits, value) +z_streamp strm; +int bits; +int value; +{ + struct inflate_state FAR *state; + + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; + state = (struct inflate_state FAR *)strm->state; + if (bits < 0) { + state->hold = 0; + state->bits = 0; + return Z_OK; + } + if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; + value &= (1L << bits) - 1; + state->hold += (unsigned)value << state->bits; + state->bits += (uInt)bits; + return Z_OK; +} + /* Return state with length and distance decoding tables and index sizes set to fixed code decoding. Normally this returns fixed tables from inffixed.h. @@ -286,8 +359,8 @@ void makefixed() low = 0; for (;;) { if ((low % 7) == 0) printf("\n "); - printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, - state.lencode[low].val); + printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, + state.lencode[low].bits, state.lencode[low].val); if (++low == size) break; putchar(','); } @@ -320,12 +393,13 @@ void makefixed() output will fall in the output data, making match copies simpler and faster. The advantage may be dependent on the size of the processor's data caches. */ -local int updatewindow(strm, out) +local int updatewindow(strm, end, copy) z_streamp strm; -unsigned out; +const Bytef *end; +unsigned copy; { struct inflate_state FAR *state; - unsigned copy, dist; + unsigned dist; state = (struct inflate_state FAR *)strm->state; @@ -340,30 +414,29 @@ unsigned out; /* if window not in use yet, initialize */ if (state->wsize == 0) { state->wsize = 1U << state->wbits; - state->write = 0; + state->wnext = 0; state->whave = 0; } /* copy state->wsize or less output bytes into the circular window */ - copy = out - strm->avail_out; if (copy >= state->wsize) { - zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); - state->write = 0; + zmemcpy(state->window, end - state->wsize, state->wsize); + state->wnext = 0; state->whave = state->wsize; } else { - dist = state->wsize - state->write; + dist = state->wsize - state->wnext; if (dist > copy) dist = copy; - zmemcpy(state->window + state->write, strm->next_out - copy, dist); + zmemcpy(state->window + state->wnext, end - copy, dist); copy -= dist; if (copy) { - zmemcpy(state->window, strm->next_out - copy, copy); - state->write = copy; + zmemcpy(state->window, end - copy, copy); + state->wnext = copy; state->whave = state->wsize; } else { - state->write += dist; - if (state->write == state->wsize) state->write = 0; + state->wnext += dist; + if (state->wnext == state->wsize) state->wnext = 0; if (state->whave < state->wsize) state->whave += dist; } } @@ -464,11 +537,6 @@ unsigned out; bits -= bits & 7; \ } while (0) -/* Reverse the bytes in a 32-bit value */ -#define REVERSE(q) \ - ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ - (((q) & 0xff00) << 8) + (((q) & 0xff) << 24)) - /* inflate() uses a state machine to process as much input data and generate as much output data as possible before returning. The state machine is @@ -556,7 +624,7 @@ z_streamp strm; int flush; { struct inflate_state FAR *state; - unsigned char FAR *next; /* next input */ + z_const unsigned char FAR *next; /* next input */ unsigned char FAR *put; /* next output */ unsigned have, left; /* available input and output */ unsigned long hold; /* bit buffer */ @@ -564,7 +632,7 @@ int flush; unsigned in, out; /* save starting available input and output */ unsigned copy; /* number of stored or match bytes to copy */ unsigned char FAR *from; /* where to copy match bytes from */ - code this; /* current decoding table entry */ + code here; /* current decoding table entry */ code last; /* parent table entry */ unsigned len; /* length to copy for repeats, bits to drop */ int ret; /* return code */ @@ -574,7 +642,7 @@ int flush; static const unsigned short order[19] = /* permutation of code lengths */ {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; - if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || + if (inflateStateCheck(strm) || strm->next_out == Z_NULL || (strm->next_in == Z_NULL && strm->avail_in != 0)) return Z_STREAM_ERROR; @@ -594,6 +662,8 @@ int flush; NEEDBITS(16); #ifdef GUNZIP if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ + if (state->wbits == 0) + state->wbits = 15; state->check = crc32(0L, Z_NULL, 0); CRC2(state->check, hold); INITBITS(); @@ -619,7 +689,9 @@ int flush; } DROPBITS(4); len = BITS(4) + 8; - if (len > state->wbits) { + if (state->wbits == 0) + state->wbits = len; + if (len > 15 || len > state->wbits) { strm->msg = (char *)"invalid window size"; state->mode = BAD; break; @@ -646,14 +718,16 @@ int flush; } if (state->head != Z_NULL) state->head->text = (int)((hold >> 8) & 1); - if (state->flags & 0x0200) CRC2(state->check, hold); + if ((state->flags & 0x0200) && (state->wrap & 4)) + CRC2(state->check, hold); INITBITS(); state->mode = TIME; case TIME: NEEDBITS(32); if (state->head != Z_NULL) state->head->time = hold; - if (state->flags & 0x0200) CRC4(state->check, hold); + if ((state->flags & 0x0200) && (state->wrap & 4)) + CRC4(state->check, hold); INITBITS(); state->mode = OS; case OS: @@ -662,7 +736,8 @@ int flush; state->head->xflags = (int)(hold & 0xff); state->head->os = (int)(hold >> 8); } - if (state->flags & 0x0200) CRC2(state->check, hold); + if ((state->flags & 0x0200) && (state->wrap & 4)) + CRC2(state->check, hold); INITBITS(); state->mode = EXLEN; case EXLEN: @@ -671,7 +746,8 @@ int flush; state->length = (unsigned)(hold); if (state->head != Z_NULL) state->head->extra_len = (unsigned)hold; - if (state->flags & 0x0200) CRC2(state->check, hold); + if ((state->flags & 0x0200) && (state->wrap & 4)) + CRC2(state->check, hold); INITBITS(); } else if (state->head != Z_NULL) @@ -689,7 +765,7 @@ int flush; len + copy > state->head->extra_max ? state->head->extra_max - len : copy); } - if (state->flags & 0x0200) + if ((state->flags & 0x0200) && (state->wrap & 4)) state->check = crc32(state->check, next, copy); have -= copy; next += copy; @@ -708,9 +784,9 @@ int flush; if (state->head != Z_NULL && state->head->name != Z_NULL && state->length < state->head->name_max) - state->head->name[state->length++] = len; + state->head->name[state->length++] = (Bytef)len; } while (len && copy < have); - if (state->flags & 0x0200) + if ((state->flags & 0x0200) && (state->wrap & 4)) state->check = crc32(state->check, next, copy); have -= copy; next += copy; @@ -729,9 +805,9 @@ int flush; if (state->head != Z_NULL && state->head->comment != Z_NULL && state->length < state->head->comm_max) - state->head->comment[state->length++] = len; + state->head->comment[state->length++] = (Bytef)len; } while (len && copy < have); - if (state->flags & 0x0200) + if ((state->flags & 0x0200) && (state->wrap & 4)) state->check = crc32(state->check, next, copy); have -= copy; next += copy; @@ -743,7 +819,7 @@ int flush; case HCRC: if (state->flags & 0x0200) { NEEDBITS(16); - if (hold != (state->check & 0xffff)) { + if ((state->wrap & 4) && hold != (state->check & 0xffff)) { strm->msg = (char *)"header crc mismatch"; state->mode = BAD; break; @@ -760,7 +836,7 @@ int flush; #endif case DICTID: NEEDBITS(32); - strm->adler = state->check = REVERSE(hold); + strm->adler = state->check = ZSWAP32(hold); INITBITS(); state->mode = DICT; case DICT: @@ -771,7 +847,7 @@ int flush; strm->adler = state->check = adler32(0L, Z_NULL, 0); state->mode = TYPE; case TYPE: - if (flush == Z_BLOCK) goto inf_leave; + if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; case TYPEDO: if (state->last) { BYTEBITS(); @@ -791,7 +867,11 @@ int flush; fixedtables(state); Tracev((stderr, "inflate: fixed codes block%s\n", state->last ? " (last)" : "")); - state->mode = LEN; /* decode codes */ + state->mode = LEN_; /* decode codes */ + if (flush == Z_TREES) { + DROPBITS(2); + goto inf_leave; + } break; case 2: /* dynamic block */ Tracev((stderr, "inflate: dynamic codes block%s\n", @@ -816,6 +896,9 @@ int flush; Tracev((stderr, "inflate: stored length %u\n", state->length)); INITBITS(); + state->mode = COPY_; + if (flush == Z_TREES) goto inf_leave; + case COPY_: state->mode = COPY; case COPY: copy = state->length; @@ -861,7 +944,7 @@ int flush; while (state->have < 19) state->lens[order[state->have++]] = 0; state->next = state->codes; - state->lencode = (code const FAR *)(state->next); + state->lencode = (const code FAR *)(state->next); state->lenbits = 7; ret = inflate_table(CODES, state->lens, 19, &(state->next), &(state->lenbits), state->work); @@ -876,19 +959,18 @@ int flush; case CODELENS: while (state->have < state->nlen + state->ndist) { for (;;) { - this = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->lencode[BITS(state->lenbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if (this.val < 16) { - NEEDBITS(this.bits); - DROPBITS(this.bits); - state->lens[state->have++] = this.val; + if (here.val < 16) { + DROPBITS(here.bits); + state->lens[state->have++] = here.val; } else { - if (this.val == 16) { - NEEDBITS(this.bits + 2); - DROPBITS(this.bits); + if (here.val == 16) { + NEEDBITS(here.bits + 2); + DROPBITS(here.bits); if (state->have == 0) { strm->msg = (char *)"invalid bit length repeat"; state->mode = BAD; @@ -898,16 +980,16 @@ int flush; copy = 3 + BITS(2); DROPBITS(2); } - else if (this.val == 17) { - NEEDBITS(this.bits + 3); - DROPBITS(this.bits); + else if (here.val == 17) { + NEEDBITS(here.bits + 3); + DROPBITS(here.bits); len = 0; copy = 3 + BITS(3); DROPBITS(3); } else { - NEEDBITS(this.bits + 7); - DROPBITS(this.bits); + NEEDBITS(here.bits + 7); + DROPBITS(here.bits); len = 0; copy = 11 + BITS(7); DROPBITS(7); @@ -925,9 +1007,18 @@ int flush; /* handle error breaks in while */ if (state->mode == BAD) break; - /* build code tables */ + /* check for end-of-block code (better have one) */ + if (state->lens[256] == 0) { + strm->msg = (char *)"invalid code -- missing end-of-block"; + state->mode = BAD; + break; + } + + /* build code tables -- note: do not change the lenbits or distbits + values here (9 and 6) without reading the comments in inftrees.h + concerning the ENOUGH constants, which depend on those values */ state->next = state->codes; - state->lencode = (code const FAR *)(state->next); + state->lencode = (const code FAR *)(state->next); state->lenbits = 9; ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), &(state->lenbits), state->work); @@ -936,7 +1027,7 @@ int flush; state->mode = BAD; break; } - state->distcode = (code const FAR *)(state->next); + state->distcode = (const code FAR *)(state->next); state->distbits = 6; ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, &(state->next), &(state->distbits), state->work); @@ -946,88 +1037,102 @@ int flush; break; } Tracev((stderr, "inflate: codes ok\n")); + state->mode = LEN_; + if (flush == Z_TREES) goto inf_leave; + case LEN_: state->mode = LEN; case LEN: if (have >= 6 && left >= 258) { RESTORE(); inflate_fast(strm, out); LOAD(); + if (state->mode == TYPE) + state->back = -1; break; } + state->back = 0; for (;;) { - this = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->lencode[BITS(state->lenbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if (this.op && (this.op & 0xf0) == 0) { - last = this; + if (here.op && (here.op & 0xf0) == 0) { + last = here; for (;;) { - this = state->lencode[last.val + + here = state->lencode[last.val + (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + this.bits) <= bits) break; + if ((unsigned)(last.bits + here.bits) <= bits) break; PULLBYTE(); } DROPBITS(last.bits); + state->back += last.bits; } - DROPBITS(this.bits); - state->length = (unsigned)this.val; - if ((int)(this.op) == 0) { - Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? + DROPBITS(here.bits); + state->back += here.bits; + state->length = (unsigned)here.val; + if ((int)(here.op) == 0) { + Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", this.val)); + "inflate: literal 0x%02x\n", here.val)); state->mode = LIT; break; } - if (this.op & 32) { + if (here.op & 32) { Tracevv((stderr, "inflate: end of block\n")); + state->back = -1; state->mode = TYPE; break; } - if (this.op & 64) { + if (here.op & 64) { strm->msg = (char *)"invalid literal/length code"; state->mode = BAD; break; } - state->extra = (unsigned)(this.op) & 15; + state->extra = (unsigned)(here.op) & 15; state->mode = LENEXT; case LENEXT: if (state->extra) { NEEDBITS(state->extra); state->length += BITS(state->extra); DROPBITS(state->extra); + state->back += state->extra; } Tracevv((stderr, "inflate: length %u\n", state->length)); + state->was = state->length; state->mode = DIST; case DIST: for (;;) { - this = state->distcode[BITS(state->distbits)]; - if ((unsigned)(this.bits) <= bits) break; + here = state->distcode[BITS(state->distbits)]; + if ((unsigned)(here.bits) <= bits) break; PULLBYTE(); } - if ((this.op & 0xf0) == 0) { - last = this; + if ((here.op & 0xf0) == 0) { + last = here; for (;;) { - this = state->distcode[last.val + + here = state->distcode[last.val + (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + this.bits) <= bits) break; + if ((unsigned)(last.bits + here.bits) <= bits) break; PULLBYTE(); } DROPBITS(last.bits); + state->back += last.bits; } - DROPBITS(this.bits); - if (this.op & 64) { + DROPBITS(here.bits); + state->back += here.bits; + if (here.op & 64) { strm->msg = (char *)"invalid distance code"; state->mode = BAD; break; } - state->offset = (unsigned)this.val; - state->extra = (unsigned)(this.op) & 15; + state->offset = (unsigned)here.val; + state->extra = (unsigned)(here.op) & 15; state->mode = DISTEXT; case DISTEXT: if (state->extra) { NEEDBITS(state->extra); state->offset += BITS(state->extra); DROPBITS(state->extra); + state->back += state->extra; } #ifdef INFLATE_STRICT if (state->offset > state->dmax) { @@ -1036,11 +1141,6 @@ int flush; break; } #endif - if (state->offset > state->whave + out - left) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } Tracevv((stderr, "inflate: distance %u\n", state->offset)); state->mode = MATCH; case MATCH: @@ -1048,12 +1148,32 @@ int flush; copy = out - left; if (state->offset > copy) { /* copy from window */ copy = state->offset - copy; - if (copy > state->write) { - copy -= state->write; + if (copy > state->whave) { + if (state->sane) { + strm->msg = (char *)"invalid distance too far back"; + state->mode = BAD; + break; + } +#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR + Trace((stderr, "inflate.c too far\n")); + copy -= state->whave; + if (copy > state->length) copy = state->length; + if (copy > left) copy = left; + left -= copy; + state->length -= copy; + do { + *put++ = 0; + } while (--copy); + if (state->length == 0) state->mode = LEN; + break; +#endif + } + if (copy > state->wnext) { + copy -= state->wnext; from = state->window + (state->wsize - copy); } else - from = state->window + (state->write - copy); + from = state->window + (state->wnext - copy); if (copy > state->length) copy = state->length; } else { /* copy from output */ @@ -1080,15 +1200,15 @@ int flush; out -= left; strm->total_out += out; state->total += out; - if (out) + if ((state->wrap & 4) && out) strm->adler = state->check = UPDATE(state->check, put - out, out); out = left; - if (( + if ((state->wrap & 4) && ( #ifdef GUNZIP state->flags ? hold : #endif - REVERSE(hold)) != state->check) { + ZSWAP32(hold)) != state->check) { strm->msg = (char *)"incorrect data check"; state->mode = BAD; break; @@ -1132,8 +1252,9 @@ int flush; */ inf_leave: RESTORE(); - if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) - if (updatewindow(strm, out)) { + if (state->wsize || (out != strm->avail_out && state->mode < BAD && + (state->mode < CHECK || flush != Z_FINISH))) + if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { state->mode = MEM; return Z_MEM_ERROR; } @@ -1142,11 +1263,12 @@ int flush; strm->total_in += in; strm->total_out += out; state->total += out; - if (state->wrap && out) + if ((state->wrap & 4) && out) strm->adler = state->check = UPDATE(state->check, strm->next_out - out, out); - strm->data_type = state->bits + (state->last ? 64 : 0) + - (state->mode == TYPE ? 128 : 0); + strm->data_type = (int)state->bits + (state->last ? 64 : 0) + + (state->mode == TYPE ? 128 : 0) + + (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) ret = Z_BUF_ERROR; return ret; @@ -1156,7 +1278,7 @@ int ZEXPORT inflateEnd(strm) z_streamp strm; { struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; if (state->window != Z_NULL) ZFREE(strm, state->window); @@ -1166,43 +1288,59 @@ z_streamp strm; return Z_OK; } +int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) +z_streamp strm; +Bytef *dictionary; +uInt *dictLength; +{ + struct inflate_state FAR *state; + + /* check state */ + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; + state = (struct inflate_state FAR *)strm->state; + + /* copy dictionary */ + if (state->whave && dictionary != Z_NULL) { + zmemcpy(dictionary, state->window + state->wnext, + state->whave - state->wnext); + zmemcpy(dictionary + state->whave - state->wnext, + state->window, state->wnext); + } + if (dictLength != Z_NULL) + *dictLength = state->whave; + return Z_OK; +} + int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) z_streamp strm; const Bytef *dictionary; uInt dictLength; { struct inflate_state FAR *state; - unsigned long id; + unsigned long dictid; + int ret; /* check state */ - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; if (state->wrap != 0 && state->mode != DICT) return Z_STREAM_ERROR; - /* check for correct dictionary id */ + /* check for correct dictionary identifier */ if (state->mode == DICT) { - id = adler32(0L, Z_NULL, 0); - id = adler32(id, dictionary, dictLength); - if (id != state->check) + dictid = adler32(0L, Z_NULL, 0); + dictid = adler32(dictid, dictionary, dictLength); + if (dictid != state->check) return Z_DATA_ERROR; } - /* copy dictionary to window */ - if (updatewindow(strm, strm->avail_out)) { + /* copy dictionary to window using updatewindow(), which will amend the + existing dictionary if appropriate */ + ret = updatewindow(strm, dictionary + dictLength, dictLength); + if (ret) { state->mode = MEM; return Z_MEM_ERROR; } - if (dictLength > state->wsize) { - zmemcpy(state->window, dictionary + dictLength - state->wsize, - state->wsize); - state->whave = state->wsize; - } - else { - zmemcpy(state->window + state->wsize - dictLength, dictionary, - dictLength); - state->whave = dictLength; - } state->havedict = 1; Tracev((stderr, "inflate: dictionary set\n")); return Z_OK; @@ -1215,7 +1353,7 @@ gz_headerp head; struct inflate_state FAR *state; /* check state */ - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; if ((state->wrap & 2) == 0) return Z_STREAM_ERROR; @@ -1238,7 +1376,7 @@ gz_headerp head; */ local unsigned syncsearch(have, buf, len) unsigned FAR *have; -unsigned char FAR *buf; +const unsigned char FAR *buf; unsigned len; { unsigned got; @@ -1268,7 +1406,7 @@ z_streamp strm; struct inflate_state FAR *state; /* check parameters */ - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; if (strm->avail_in == 0 && state->bits < 8) return Z_BUF_ERROR; @@ -1315,7 +1453,7 @@ z_streamp strm; { struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)strm->state; return state->mode == STORED && state->bits == 0; } @@ -1330,8 +1468,7 @@ z_streamp source; unsigned wsize; /* check input */ - if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || - source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) + if (inflateStateCheck(source) || dest == Z_NULL) return Z_STREAM_ERROR; state = (struct inflate_state FAR *)source->state; @@ -1350,8 +1487,9 @@ z_streamp source; } /* copy state */ - zmemcpy(dest, source, sizeof(z_stream)); - zmemcpy(copy, state, sizeof(struct inflate_state)); + zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); + zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state)); + copy->strm = dest; if (state->lencode >= state->codes && state->lencode <= state->codes + ENOUGH - 1) { copy->lencode = copy->codes + (state->lencode - state->codes); @@ -1366,3 +1504,58 @@ z_streamp source; dest->state = (struct internal_state FAR *)copy; return Z_OK; } + +int ZEXPORT inflateUndermine(strm, subvert) +z_streamp strm; +int subvert; +{ + struct inflate_state FAR *state; + + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; + state = (struct inflate_state FAR *)strm->state; +#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR + state->sane = !subvert; + return Z_OK; +#else + (void)subvert; + state->sane = 1; + return Z_DATA_ERROR; +#endif +} + +int ZEXPORT inflateValidate(strm, check) +z_streamp strm; +int check; +{ + struct inflate_state FAR *state; + + if (inflateStateCheck(strm)) return Z_STREAM_ERROR; + state = (struct inflate_state FAR *)strm->state; + if (check) + state->wrap |= 4; + else + state->wrap &= ~4; + return Z_OK; +} + +long ZEXPORT inflateMark(strm) +z_streamp strm; +{ + struct inflate_state FAR *state; + + if (inflateStateCheck(strm)) + return -(1L << 16); + state = (struct inflate_state FAR *)strm->state; + return (long)(((unsigned long)((long)state->back)) << 16) + + (state->mode == COPY ? state->length : + (state->mode == MATCH ? state->was - state->length : 0)); +} + +unsigned long ZEXPORT inflateCodesUsed(strm) +z_streamp strm; +{ + struct inflate_state FAR *state; + if (inflateStateCheck(strm)) return (unsigned long)-1; + state = (struct inflate_state FAR *)strm->state; + return (unsigned long)(state->next - state->codes); +} diff --git a/zlib/inflate.h b/zlib/inflate.h index 07bd3e78a7c7e763f2dbb939320b01a9897df019..a46cce6b6d05ef994d2a386257cf09068f0aa298 100644 --- a/zlib/inflate.h +++ b/zlib/inflate.h @@ -1,5 +1,5 @@ /* inflate.h -- internal inflate state definition - * Copyright (C) 1995-2004 Mark Adler + * Copyright (C) 1995-2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -18,7 +18,7 @@ /* Possible inflate modes between inflate() calls */ typedef enum { - HEAD, /* i: waiting for magic header */ + HEAD = 16180, /* i: waiting for magic header */ FLAGS, /* i: waiting for method and flags (gzip) */ TIME, /* i: waiting for modification time (gzip) */ OS, /* i: waiting for extra flags and operating system (gzip) */ @@ -32,11 +32,13 @@ typedef enum { TYPE, /* i: waiting for type bits, including last-flag bit */ TYPEDO, /* i: same, but skip check to exit inflate on new block */ STORED, /* i: waiting for stored size (length and complement) */ + COPY_, /* i/o: same as COPY below, but only first time in */ COPY, /* i/o: waiting for input or output to copy stored block */ TABLE, /* i: waiting for dynamic block table lengths */ LENLENS, /* i: waiting for code length code lengths */ CODELENS, /* i: waiting for length/lit and distance code lengths */ - LEN, /* i: waiting for length/lit code */ + LEN_, /* i: same as LEN below, but only first time in */ + LEN, /* i: waiting for length/lit/eob code */ LENEXT, /* i: waiting for length extra bits */ DIST, /* i: waiting for distance code */ DISTEXT, /* i: waiting for distance extra bits */ @@ -53,19 +55,21 @@ typedef enum { /* State transitions between above modes - - (most modes can go to the BAD or MEM mode -- not shown for clarity) + (most modes can go to BAD or MEM on error -- not shown for clarity) Process header: - HEAD -> (gzip) or (zlib) - (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME - NAME -> COMMENT -> HCRC -> TYPE + HEAD -> (gzip) or (zlib) or (raw) + (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT -> + HCRC -> TYPE (zlib) -> DICTID or TYPE DICTID -> DICT -> TYPE + (raw) -> TYPEDO Read deflate blocks: - TYPE -> STORED or TABLE or LEN or CHECK - STORED -> COPY -> TYPE - TABLE -> LENLENS -> CODELENS -> LEN - Read deflate codes: + TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK + STORED -> COPY_ -> COPY -> TYPE + TABLE -> LENLENS -> CODELENS -> LEN_ + LEN_ -> LEN + Read deflate codes in fixed or dynamic block: LEN -> LENEXT or LIT or TYPE LENEXT -> DIST -> DISTEXT -> MATCH -> LEN LIT -> LEN @@ -73,11 +77,14 @@ typedef enum { CHECK -> LENGTH -> DONE */ -/* state maintained between inflate() calls. Approximately 7K bytes. */ +/* State maintained between inflate() calls -- approximately 7K bytes, not + including the allocated sliding window, which is up to 32K bytes. */ struct inflate_state { + z_streamp strm; /* pointer back to this zlib stream */ inflate_mode mode; /* current inflate mode */ int last; /* true if processing last block */ - int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ + int wrap; /* bit 0 true for zlib, bit 1 true for gzip, + bit 2 true to validate check value */ int havedict; /* true if dictionary provided */ int flags; /* gzip header method and flags (0 if zlib) */ unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ @@ -88,7 +95,7 @@ struct inflate_state { unsigned wbits; /* log base 2 of requested window size */ unsigned wsize; /* window size or zero if not using window */ unsigned whave; /* valid bytes in the window */ - unsigned write; /* window write index */ + unsigned wnext; /* window write index */ unsigned char FAR *window; /* allocated sliding window, if needed */ /* bit accumulator */ unsigned long hold; /* input bit accumulator */ @@ -112,4 +119,7 @@ struct inflate_state { unsigned short lens[320]; /* temporary storage for code lengths */ unsigned short work[288]; /* work area for code table building */ code codes[ENOUGH]; /* space for code tables */ + int sane; /* if false, allow invalid distance too far */ + int back; /* bits back of last unprocessed length/lit */ + unsigned was; /* initial length of match */ }; diff --git a/zlib/inftrees.c b/zlib/inftrees.c index 8a9c13ff03d874f03d0ad132c5ab19cfe3a53add..2ea08fc13ea8ec50fad1f7574fa287aa6362abc4 100644 --- a/zlib/inftrees.c +++ b/zlib/inftrees.c @@ -1,5 +1,5 @@ /* inftrees.c -- generate Huffman trees for efficient decoding - * Copyright (C) 1995-2005 Mark Adler + * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -9,7 +9,7 @@ #define MAXBITS 15 const char inflate_copyright[] = - " inflate 1.2.3 Copyright 1995-2005 Mark Adler "; + " inflate 1.2.11 Copyright 1995-2017 Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -29,7 +29,7 @@ const char inflate_copyright[] = table index bits. It will differ if the request is greater than the longest code or if it is less than the shortest code. */ -int inflate_table(type, lens, codes, table, bits, work) +int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) codetype type; unsigned short FAR *lens; unsigned codes; @@ -50,11 +50,11 @@ unsigned short FAR *work; unsigned fill; /* index for replicating entries */ unsigned low; /* low bits for current root entry */ unsigned mask; /* mask for low root bits */ - code this; /* table entry for duplication */ + code here; /* table entry for duplication */ code FAR *next; /* next available space in table */ const unsigned short FAR *base; /* base value table to use */ const unsigned short FAR *extra; /* extra bits table to use */ - int end; /* use base and extra for symbol > end */ + unsigned match; /* use base and extra for symbol >= match */ unsigned short count[MAXBITS+1]; /* number of codes of each length */ unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ static const unsigned short lbase[31] = { /* Length codes 257..285 base */ @@ -62,7 +62,7 @@ unsigned short FAR *work; 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0}; static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, - 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 201, 196}; + 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 77, 202}; static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, @@ -115,15 +115,15 @@ unsigned short FAR *work; if (count[max] != 0) break; if (root > max) root = max; if (max == 0) { /* no symbols to code at all */ - this.op = (unsigned char)64; /* invalid code marker */ - this.bits = (unsigned char)1; - this.val = (unsigned short)0; - *(*table)++ = this; /* make a table to force an error */ - *(*table)++ = this; + here.op = (unsigned char)64; /* invalid code marker */ + here.bits = (unsigned char)1; + here.val = (unsigned short)0; + *(*table)++ = here; /* make a table to force an error */ + *(*table)++ = here; *bits = 1; return 0; /* no symbols, but wait for decoding to report error */ } - for (min = 1; min <= MAXBITS; min++) + for (min = 1; min < max; min++) if (count[min] != 0) break; if (root < min) root = min; @@ -166,11 +166,10 @@ unsigned short FAR *work; entered in the tables. used keeps track of how many table entries have been allocated from the - provided *table space. It is checked when a LENS table is being made - against the space in *table, ENOUGH, minus the maximum space needed by - the worst case distance code, MAXD. This should never happen, but the - sufficiency of ENOUGH has not been proven exhaustively, hence the check. - This assumes that when type == LENS, bits == 9. + provided *table space. It is checked for LENS and DIST tables against + the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in + the initial root table size constants. See the comments in inftrees.h + for more information. sym increments through all symbols, and the loop terminates when all codes of length max, i.e. all codes, have been processed. This @@ -182,19 +181,17 @@ unsigned short FAR *work; switch (type) { case CODES: base = extra = work; /* dummy value--not used */ - end = 19; + match = 20; break; case LENS: base = lbase; - base -= 257; extra = lext; - extra -= 257; - end = 256; + match = 257; break; - default: /* DISTS */ + default: /* DISTS */ base = dbase; extra = dext; - end = -1; + match = 0; } /* initialize state for loop */ @@ -209,24 +206,25 @@ unsigned short FAR *work; mask = used - 1; /* mask for comparing low */ /* check available table space */ - if (type == LENS && used >= ENOUGH - MAXD) + if ((type == LENS && used > ENOUGH_LENS) || + (type == DISTS && used > ENOUGH_DISTS)) return 1; /* process all codes and make table entries */ for (;;) { /* create table entry */ - this.bits = (unsigned char)(len - drop); - if ((int)(work[sym]) < end) { - this.op = (unsigned char)0; - this.val = work[sym]; + here.bits = (unsigned char)(len - drop); + if (work[sym] + 1U < match) { + here.op = (unsigned char)0; + here.val = work[sym]; } - else if ((int)(work[sym]) > end) { - this.op = (unsigned char)(extra[work[sym]]); - this.val = base[work[sym]]; + else if (work[sym] >= match) { + here.op = (unsigned char)(extra[work[sym] - match]); + here.val = base[work[sym] - match]; } else { - this.op = (unsigned char)(32 + 64); /* end of block */ - this.val = 0; + here.op = (unsigned char)(32 + 64); /* end of block */ + here.val = 0; } /* replicate for those indices with low len bits equal to huff */ @@ -235,7 +233,7 @@ unsigned short FAR *work; min = fill; /* save offset to next table */ do { fill -= incr; - next[(huff >> drop) + fill] = this; + next[(huff >> drop) + fill] = here; } while (fill != 0); /* backwards increment the len-bit code huff */ @@ -277,7 +275,8 @@ unsigned short FAR *work; /* check for enough space */ used += 1U << curr; - if (type == LENS && used >= ENOUGH - MAXD) + if ((type == LENS && used > ENOUGH_LENS) || + (type == DISTS && used > ENOUGH_DISTS)) return 1; /* point entry in root table to sub-table */ @@ -288,38 +287,14 @@ unsigned short FAR *work; } } - /* - Fill in rest of table for incomplete codes. This loop is similar to the - loop above in incrementing huff for table indices. It is assumed that - len is equal to curr + drop, so there is no loop needed to increment - through high index bits. When the current sub-table is filled, the loop - drops back to the root table to fill in any remaining entries there. - */ - this.op = (unsigned char)64; /* invalid code marker */ - this.bits = (unsigned char)(len - drop); - this.val = (unsigned short)0; - while (huff != 0) { - /* when done with sub-table, drop back to root table */ - if (drop != 0 && (huff & mask) != low) { - drop = 0; - len = root; - next = *table; - this.bits = (unsigned char)len; - } - - /* put invalid code marker in table */ - next[huff >> drop] = this; - - /* backwards increment the len-bit code huff */ - incr = 1U << (len - 1); - while (huff & incr) - incr >>= 1; - if (incr != 0) { - huff &= incr - 1; - huff += incr; - } - else - huff = 0; + /* fill in remaining table entry if code is incomplete (guaranteed to have + at most one remaining entry, since if the code is incomplete, the + maximum code length that was allowed to get this far is one bit) */ + if (huff != 0) { + here.op = (unsigned char)64; /* invalid code marker */ + here.bits = (unsigned char)(len - drop); + here.val = (unsigned short)0; + next[huff] = here; } /* set return parameters */ diff --git a/zlib/inftrees.h b/zlib/inftrees.h index b1104c87e76907a2105183fa8a904f01de8356c6..baa53a0b1a199ce6ea4c3f99d0306502ab4fab2c 100644 --- a/zlib/inftrees.h +++ b/zlib/inftrees.h @@ -1,5 +1,5 @@ /* inftrees.h -- header to use inftrees.c - * Copyright (C) 1995-2005 Mark Adler + * Copyright (C) 1995-2005, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -35,21 +35,28 @@ typedef struct { 01000000 - invalid code */ -/* Maximum size of dynamic tree. The maximum found in a long but non- - exhaustive search was 1444 code structures (852 for length/literals - and 592 for distances, the latter actually the result of an - exhaustive search). The true maximum is not known, but the value - below is more than safe. */ -#define ENOUGH 2048 -#define MAXD 592 +/* Maximum size of the dynamic table. The maximum number of code structures is + 1444, which is the sum of 852 for literal/length codes and 592 for distance + codes. These values were found by exhaustive searches using the program + examples/enough.c found in the zlib distribtution. The arguments to that + program are the number of symbols, the initial root table size, and the + maximum bit length of a code. "enough 286 9 15" for literal/length codes + returns returns 852, and "enough 30 6 15" for distance codes returns 592. + The initial root table size (9 or 6) is found in the fifth argument of the + inflate_table() calls in inflate.c and infback.c. If the root table size is + changed, then these maximum sizes would be need to be recalculated and + updated. */ +#define ENOUGH_LENS 852 +#define ENOUGH_DISTS 592 +#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) -/* Type of code to build for inftable() */ +/* Type of code to build for inflate_table() */ typedef enum { CODES, LENS, DISTS } codetype; -extern int inflate_table OF((codetype type, unsigned short FAR *lens, +int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)); diff --git a/zlib/make_vms.com b/zlib/make_vms.com new file mode 100644 index 0000000000000000000000000000000000000000..65e9d0cbc8e1ddfc828ddc26ecb74c7b507faf20 --- /dev/null +++ b/zlib/make_vms.com @@ -0,0 +1,867 @@ +$! make libz under VMS written by +$! Martin P.J. Zinser +$! +$! In case of problems with the install you might contact me at +$! zinser@zinser.no-ip.info(preferred) or +$! martin.zinser@eurexchange.com (work) +$! +$! Make procedure history for Zlib +$! +$!------------------------------------------------------------------------------ +$! Version history +$! 0.01 20060120 First version to receive a number +$! 0.02 20061008 Adapt to new Makefile.in +$! 0.03 20091224 Add support for large file check +$! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite +$! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in +$! 0.06 20120111 Fix missing amiss_err, update zconf_h.in, fix new exmples +$! subdir path, update module search in makefile.in +$! 0.07 20120115 Triggered by work done by Alexey Chupahin completly redesigned +$! shared image creation +$! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared +$! image +$! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)). +$! "" -> automatic, preference: MMK, MMS, built-in. +$! +$ on error then goto err_exit +$! +$ true = 1 +$ false = 0 +$ tmpnam = "temp_" + f$getjpi("","pid") +$ tt = tmpnam + ".txt" +$ tc = tmpnam + ".c" +$ th = tmpnam + ".h" +$ define/nolog tconfig 'th' +$ its_decc = false +$ its_vaxc = false +$ its_gnuc = false +$ s_case = False +$! +$! Setup variables holding "config" information +$! +$ Make = "''p1'" +$ name = "Zlib" +$ version = "?.?.?" +$ v_string = "ZLIB_VERSION" +$ v_file = "zlib.h" +$ ccopt = "/include = []" +$ lopts = "" +$ dnsrl = "" +$ aconf_in_file = "zconf.h.in#zconf.h_in#zconf_h.in" +$ conf_check_string = "" +$ linkonly = false +$ optfile = name + ".opt" +$ mapfile = name + ".map" +$ libdefs = "" +$ vax = f$getsyi("HW_MODEL").lt.1024 +$ axp = f$getsyi("HW_MODEL").ge.1024 .and. f$getsyi("HW_MODEL").lt.4096 +$ ia64 = f$getsyi("HW_MODEL").ge.4096 +$! +$! 2012-03-05 SMS. +$! Why is this needed? And if it is needed, why not simply ".not. vax"? +$! +$!!! if axp .or. ia64 then set proc/parse=extended +$! +$ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL") +$ mydef = F$parse(whoami,,,"DEVICE") +$ mydir = f$parse(whoami,,,"DIRECTORY") - "][" +$ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type") +$! +$! Check for MMK/MMS +$! +$ if (Make .eqs. "") +$ then +$ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" +$ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" +$ else +$ Make = f$edit( Make, "trim") +$ endif +$! +$ gosub find_version +$! +$ open/write topt tmp.opt +$ open/write optf 'optfile' +$! +$ gosub check_opts +$! +$! Look for the compiler used +$! +$ gosub check_compiler +$ close topt +$ close optf +$! +$ if its_decc +$ then +$ ccopt = "/prefix=all" + ccopt +$ if f$trnlnm("SYS") .eqs. "" +$ then +$ if axp +$ then +$ define sys sys$library: +$ else +$ ccopt = "/decc" + ccopt +$ define sys decc$library_include: +$ endif +$ endif +$! +$! 2012-03-05 SMS. +$! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX? +$! +$ if axp .or. ia64 +$ then +$ ccopt = ccopt + "/name=as_is/opt=(inline=speed)" +$ s_case = true +$ endif +$ endif +$ if its_vaxc .or. its_gnuc +$ then +$ if f$trnlnm("SYS").eqs."" then define sys sys$library: +$ endif +$! +$! Build a fake configure input header +$! +$ open/write conf_hin config.hin +$ write conf_hin "#undef _LARGEFILE64_SOURCE" +$ close conf_hin +$! +$! +$ i = 0 +$FIND_ACONF: +$ fname = f$element(i,"#",aconf_in_file) +$ if fname .eqs. "#" then goto AMISS_ERR +$ if f$search(fname) .eqs. "" +$ then +$ i = i + 1 +$ goto find_aconf +$ endif +$ open/read/err=aconf_err aconf_in 'fname' +$ open/write aconf zconf.h +$ACONF_LOOP: +$ read/end_of_file=aconf_exit aconf_in line +$ work = f$edit(line, "compress,trim") +$ if f$extract(0,6,work) .nes. "#undef" +$ then +$ if f$extract(0,12,work) .nes. "#cmakedefine" +$ then +$ write aconf line +$ endif +$ else +$ cdef = f$element(1," ",work) +$ gosub check_config +$ endif +$ goto aconf_loop +$ACONF_EXIT: +$ write aconf "" +$ write aconf "/* VMS specifics added by make_vms.com: */" +$ write aconf "#define VMS 1" +$ write aconf "#include " +$ write aconf "#include " +$ write aconf "#ifdef _LARGEFILE" +$ write aconf "# define off64_t __off64_t" +$ write aconf "# define fopen64 fopen" +$ write aconf "# define fseeko64 fseeko" +$ write aconf "# define lseek64 lseek" +$ write aconf "# define ftello64 ftell" +$ write aconf "#endif" +$ write aconf "#if !defined( __VAX) && (__CRTL_VER >= 70312000)" +$ write aconf "# define HAVE_VSNPRINTF" +$ write aconf "#endif" +$ close aconf_in +$ close aconf +$ if f$search("''th'") .nes. "" then delete 'th';* +$! Build the thing plain or with mms +$! +$ write sys$output "Compiling Zlib sources ..." +$ if make.eqs."" +$ then +$ if (f$search( "example.obj;*") .nes. "") then delete example.obj;* +$ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;* +$ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - + adler32.c zlib.h zconf.h +$ CALL MAKE compress.OBJ "CC ''CCOPT' compress" - + compress.c zlib.h zconf.h +$ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" - + crc32.c zlib.h zconf.h +$ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - + deflate.c deflate.h zutil.h zlib.h zconf.h +$ CALL MAKE gzclose.OBJ "CC ''CCOPT' gzclose" - + gzclose.c zutil.h zlib.h zconf.h +$ CALL MAKE gzlib.OBJ "CC ''CCOPT' gzlib" - + gzlib.c zutil.h zlib.h zconf.h +$ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" - + gzread.c zutil.h zlib.h zconf.h +$ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - + gzwrite.c zutil.h zlib.h zconf.h +$ CALL MAKE infback.OBJ "CC ''CCOPT' infback" - + infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h +$ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" - + inffast.c zutil.h zlib.h zconf.h inffast.h +$ CALL MAKE inflate.OBJ "CC ''CCOPT' inflate" - + inflate.c zutil.h zlib.h zconf.h infblock.h +$ CALL MAKE inftrees.OBJ "CC ''CCOPT' inftrees" - + inftrees.c zutil.h zlib.h zconf.h inftrees.h +$ CALL MAKE trees.OBJ "CC ''CCOPT' trees" - + trees.c deflate.h zutil.h zlib.h zconf.h +$ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" - + uncompr.c zlib.h zconf.h +$ CALL MAKE zutil.OBJ "CC ''CCOPT' zutil" - + zutil.c zutil.h zlib.h zconf.h +$ write sys$output "Building Zlib ..." +$ CALL MAKE libz.OLB "lib/crea libz.olb *.obj" *.OBJ +$ write sys$output "Building example..." +$ CALL MAKE example.OBJ "CC ''CCOPT' [.test]example" - + [.test]example.c zlib.h zconf.h +$ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb +$ write sys$output "Building minigzip..." +$ CALL MAKE minigzip.OBJ "CC ''CCOPT' [.test]minigzip" - + [.test]minigzip.c zlib.h zconf.h +$ call make minigzip.exe - + "LINK minigzip,libz.olb/lib" - + minigzip.obj libz.olb +$ else +$ gosub crea_mms +$ write sys$output "Make ''name' ''version' with ''Make' " +$ 'make' +$ endif +$! +$! Create shareable image +$! +$ gosub crea_olist +$ write sys$output "Creating libzshr.exe" +$ call map_2_shopt 'mapfile' 'optfile' +$ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,'optfile'/opt +$ write sys$output "Zlib build completed" +$ delete/nolog tmp.opt;* +$ exit +$AMISS_ERR: +$ write sys$output "No source for config.hin found." +$ write sys$output "Tried any of ''aconf_in_file'" +$ goto err_exit +$CC_ERR: +$ write sys$output "C compiler required to build ''name'" +$ goto err_exit +$ERR_EXIT: +$ set message/facil/ident/sever/text +$ close/nolog optf +$ close/nolog topt +$ close/nolog aconf_in +$ close/nolog aconf +$ close/nolog out +$ close/nolog min +$ close/nolog mod +$ close/nolog h_in +$ write sys$output "Exiting..." +$ exit 2 +$! +$! +$MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES +$ V = 'F$Verify(0) +$! P1 = What we are trying to make +$! P2 = Command to make it +$! P3 - P8 What it depends on +$ +$ If F$Search(P1) .Eqs. "" Then Goto Makeit +$ Time = F$CvTime(F$File(P1,"RDT")) +$arg=3 +$Loop: +$ Argument = P'arg +$ If Argument .Eqs. "" Then Goto Exit +$ El=0 +$Loop2: +$ File = F$Element(El," ",Argument) +$ If File .Eqs. " " Then Goto Endl +$ AFile = "" +$Loop3: +$ OFile = AFile +$ AFile = F$Search(File) +$ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl +$ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit +$ Goto Loop3 +$NextEL: +$ El = El + 1 +$ Goto Loop2 +$EndL: +$ arg=arg+1 +$ If arg .Le. 8 Then Goto Loop +$ Goto Exit +$ +$Makeit: +$ VV=F$VERIFY(0) +$ write sys$output P2 +$ 'P2 +$ VV='F$Verify(VV) +$Exit: +$ If V Then Set Verify +$ENDSUBROUTINE +$!------------------------------------------------------------------------------ +$! +$! Check command line options and set symbols accordingly +$! +$!------------------------------------------------------------------------------ +$! Version history +$! 0.01 20041206 First version to receive a number +$! 0.02 20060126 Add new "HELP" target +$ CHECK_OPTS: +$ i = 1 +$ OPT_LOOP: +$ if i .lt. 9 +$ then +$ cparm = f$edit(p'i',"upcase") +$! +$! Check if parameter actually contains something +$! +$ if f$edit(cparm,"trim") .nes. "" +$ then +$ if cparm .eqs. "DEBUG" +$ then +$ ccopt = ccopt + "/noopt/deb" +$ lopts = lopts + "/deb" +$ endif +$ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) +$ then +$ start = f$locate("=",cparm) + 1 +$ len = f$length(cparm) - start +$ ccopt = ccopt + f$extract(start,len,cparm) +$ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - + then s_case = true +$ endif +$ if cparm .eqs. "LINK" then linkonly = true +$ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) +$ then +$ start = f$locate("=",cparm) + 1 +$ len = f$length(cparm) - start +$ lopts = lopts + f$extract(start,len,cparm) +$ endif +$ if f$locate("CC=",cparm) .lt. f$length(cparm) +$ then +$ start = f$locate("=",cparm) + 1 +$ len = f$length(cparm) - start +$ cc_com = f$extract(start,len,cparm) + if (cc_com .nes. "DECC") .and. - + (cc_com .nes. "VAXC") .and. - + (cc_com .nes. "GNUC") +$ then +$ write sys$output "Unsupported compiler choice ''cc_com' ignored" +$ write sys$output "Use DECC, VAXC, or GNUC instead" +$ else +$ if cc_com .eqs. "DECC" then its_decc = true +$ if cc_com .eqs. "VAXC" then its_vaxc = true +$ if cc_com .eqs. "GNUC" then its_gnuc = true +$ endif +$ endif +$ if f$locate("MAKE=",cparm) .lt. f$length(cparm) +$ then +$ start = f$locate("=",cparm) + 1 +$ len = f$length(cparm) - start +$ mmks = f$extract(start,len,cparm) +$ if (mmks .eqs. "MMK") .or. (mmks .eqs. "MMS") +$ then +$ make = mmks +$ else +$ write sys$output "Unsupported make choice ''mmks' ignored" +$ write sys$output "Use MMK or MMS instead" +$ endif +$ endif +$ if cparm .eqs. "HELP" then gosub bhelp +$ endif +$ i = i + 1 +$ goto opt_loop +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! Look for the compiler used +$! +$! Version history +$! 0.01 20040223 First version to receive a number +$! 0.02 20040229 Save/set value of decc$no_rooted_search_lists +$! 0.03 20060202 Extend handling of GNU C +$! 0.04 20090402 Compaq -> hp +$CHECK_COMPILER: +$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc)) +$ then +$ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") +$ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "") +$ its_gnuc = .not. (its_decc .or. its_vaxc) .and. (f$trnlnm("gnu_cc") .nes. "") +$ endif +$! +$! Exit if no compiler available +$! +$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc)) +$ then goto CC_ERR +$ else +$ if its_decc +$ then +$ write sys$output "CC compiler check ... hp C" +$ if f$trnlnm("decc$no_rooted_search_lists") .nes. "" +$ then +$ dnrsl = f$trnlnm("decc$no_rooted_search_lists") +$ endif +$ define/nolog decc$no_rooted_search_lists 1 +$ else +$ if its_vaxc then write sys$output "CC compiler check ... VAX C" +$ if its_gnuc +$ then +$ write sys$output "CC compiler check ... GNU C" +$ if f$trnlnm(topt) then write topt "gnu_cc:[000000]gcclib.olb/lib" +$ if f$trnlnm(optf) then write optf "gnu_cc:[000000]gcclib.olb/lib" +$ cc = "gcc" +$ endif +$ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share" +$ if f$trnlnm(optf) then write optf "sys$share:vaxcrtl.exe/share" +$ endif +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! If MMS/MMK are available dump out the descrip.mms if required +$! +$CREA_MMS: +$ write sys$output "Creating descrip.mms..." +$ create descrip.mms +$ open/append out descrip.mms +$ copy sys$input: out +$ deck +# descrip.mms: MMS description file for building zlib on VMS +# written by Martin P.J. Zinser +# + +OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\ + gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ + deflate.obj, trees.obj, zutil.obj, inflate.obj, \ + inftrees.obj, inffast.obj + +$ eod +$ write out "CFLAGS=", ccopt +$ write out "LOPTS=", lopts +$ write out "all : example.exe minigzip.exe libz.olb" +$ copy sys$input: out +$ deck + @ write sys$output " Example applications available" + +libz.olb : libz.olb($(OBJS)) + @ write sys$output " libz available" + +example.exe : example.obj libz.olb + link $(LOPTS) example,libz.olb/lib + +minigzip.exe : minigzip.obj libz.olb + link $(LOPTS) minigzip,libz.olb/lib + +clean : + delete *.obj;*,libz.olb;*,*.opt;*,*.exe;* + + +# Other dependencies. +adler32.obj : adler32.c zutil.h zlib.h zconf.h +compress.obj : compress.c zlib.h zconf.h +crc32.obj : crc32.c zutil.h zlib.h zconf.h +deflate.obj : deflate.c deflate.h zutil.h zlib.h zconf.h +example.obj : [.test]example.c zlib.h zconf.h +gzclose.obj : gzclose.c zutil.h zlib.h zconf.h +gzlib.obj : gzlib.c zutil.h zlib.h zconf.h +gzread.obj : gzread.c zutil.h zlib.h zconf.h +gzwrite.obj : gzwrite.c zutil.h zlib.h zconf.h +inffast.obj : inffast.c zutil.h zlib.h zconf.h inftrees.h inffast.h +inflate.obj : inflate.c zutil.h zlib.h zconf.h +inftrees.obj : inftrees.c zutil.h zlib.h zconf.h inftrees.h +minigzip.obj : [.test]minigzip.c zlib.h zconf.h +trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h +uncompr.obj : uncompr.c zlib.h zconf.h +zutil.obj : zutil.c zutil.h zlib.h zconf.h +infback.obj : infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h +$ eod +$ close out +$ return +$!------------------------------------------------------------------------------ +$! +$! Read list of core library sources from makefile.in and create options +$! needed to build shareable image +$! +$CREA_OLIST: +$ open/read min makefile.in +$ open/write mod modules.opt +$ src_check_list = "OBJZ =#OBJG =" +$MRLOOP: +$ read/end=mrdone min rec +$ i = 0 +$SRC_CHECK_LOOP: +$ src_check = f$element(i, "#", src_check_list) +$ i = i+1 +$ if src_check .eqs. "#" then goto mrloop +$ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop +$ rec = rec - src_check +$ gosub extra_filnam +$ if (f$element(1,"\",rec) .eqs. "\") then goto mrloop +$MRSLOOP: +$ read/end=mrdone min rec +$ gosub extra_filnam +$ if (f$element(1,"\",rec) .nes. "\") then goto mrsloop +$MRDONE: +$ close min +$ close mod +$ return +$!------------------------------------------------------------------------------ +$! +$! Take record extracted in crea_olist and split it into single filenames +$! +$EXTRA_FILNAM: +$ myrec = f$edit(rec - "\", "trim,compress") +$ i = 0 +$FELOOP: +$ srcfil = f$element(i," ", myrec) +$ if (srcfil .nes. " ") +$ then +$ write mod f$parse(srcfil,,,"NAME"), ".obj" +$ i = i + 1 +$ goto feloop +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! Find current Zlib version number +$! +$FIND_VERSION: +$ open/read h_in 'v_file' +$hloop: +$ read/end=hdone h_in rec +$ rec = f$edit(rec,"TRIM") +$ if (f$extract(0,1,rec) .nes. "#") then goto hloop +$ rec = f$edit(rec - "#", "TRIM") +$ if f$element(0," ",rec) .nes. "define" then goto hloop +$ if f$element(1," ",rec) .eqs. v_string +$ then +$ version = 'f$element(2," ",rec)' +$ goto hdone +$ endif +$ goto hloop +$hdone: +$ close h_in +$ return +$!------------------------------------------------------------------------------ +$! +$CHECK_CONFIG: +$! +$ in_ldef = f$locate(cdef,libdefs) +$ if (in_ldef .lt. f$length(libdefs)) +$ then +$ write aconf "#define ''cdef' 1" +$ libdefs = f$extract(0,in_ldef,libdefs) + - + f$extract(in_ldef + f$length(cdef) + 1, - + f$length(libdefs) - in_ldef - f$length(cdef) - 1, - + libdefs) +$ else +$ if (f$type('cdef') .eqs. "INTEGER") +$ then +$ write aconf "#define ''cdef' ", 'cdef' +$ else +$ if (f$type('cdef') .eqs. "STRING") +$ then +$ write aconf "#define ''cdef' ", """", '''cdef'', """" +$ else +$ gosub check_cc_def +$ endif +$ endif +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! Check if this is a define relating to the properties of the C/C++ +$! compiler +$! +$ CHECK_CC_DEF: +$ if (cdef .eqs. "_LARGEFILE64_SOURCE") +$ then +$ copy sys$input: 'tc' +$ deck +#include "tconfig" +#define _LARGEFILE +#include + +int main(){ +FILE *fp; + fp = fopen("temp.txt","r"); + fseeko(fp,1,SEEK_SET); + fclose(fp); +} + +$ eod +$ test_inv = false +$ comm_h = false +$ gosub cc_prop_check +$ return +$ endif +$ write aconf "/* ", line, " */" +$ return +$!------------------------------------------------------------------------------ +$! +$! Check for properties of C/C++ compiler +$! +$! Version history +$! 0.01 20031020 First version to receive a number +$! 0.02 20031022 Added logic for defines with value +$! 0.03 20040309 Make sure local config file gets not deleted +$! 0.04 20041230 Also write include for configure run +$! 0.05 20050103 Add processing of "comment defines" +$CC_PROP_CHECK: +$ cc_prop = true +$ is_need = false +$ is_need = (f$extract(0,4,cdef) .eqs. "NEED") .or. (test_inv .eq. true) +$ if f$search(th) .eqs. "" then create 'th' +$ set message/nofac/noident/nosever/notext +$ on error then continue +$ cc 'tmpnam' +$ if .not. ($status) then cc_prop = false +$ on error then continue +$! The headers might lie about the capabilities of the RTL +$ link 'tmpnam',tmp.opt/opt +$ if .not. ($status) then cc_prop = false +$ set message/fac/ident/sever/text +$ on error then goto err_exit +$ delete/nolog 'tmpnam'.*;*/exclude='th' +$ if (cc_prop .and. .not. is_need) .or. - + (.not. cc_prop .and. is_need) +$ then +$ write sys$output "Checking for ''cdef'... yes" +$ if f$type('cdef_val'_yes) .nes. "" +$ then +$ if f$type('cdef_val'_yes) .eqs. "INTEGER" - + then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_yes) +$ if f$type('cdef_val'_yes) .eqs. "STRING" - + then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_yes) +$ else +$ call write_config f$fao("#define !AS 1",cdef) +$ endif +$ if (cdef .eqs. "HAVE_FSEEKO") .or. (cdef .eqs. "_LARGE_FILES") .or. - + (cdef .eqs. "_LARGEFILE64_SOURCE") then - + call write_config f$string("#define _LARGEFILE 1") +$ else +$ write sys$output "Checking for ''cdef'... no" +$ if (comm_h) +$ then + call write_config f$fao("/* !AS */",line) +$ else +$ if f$type('cdef_val'_no) .nes. "" +$ then +$ if f$type('cdef_val'_no) .eqs. "INTEGER" - + then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_no) +$ if f$type('cdef_val'_no) .eqs. "STRING" - + then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_no) +$ else +$ call write_config f$fao("#undef !AS",cdef) +$ endif +$ endif +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! Check for properties of C/C++ compiler with multiple result values +$! +$! Version history +$! 0.01 20040127 First version +$! 0.02 20050103 Reconcile changes from cc_prop up to version 0.05 +$CC_MPROP_CHECK: +$ cc_prop = true +$ i = 1 +$ idel = 1 +$ MT_LOOP: +$ if f$type(result_'i') .eqs. "STRING" +$ then +$ set message/nofac/noident/nosever/notext +$ on error then continue +$ cc 'tmpnam'_'i' +$ if .not. ($status) then cc_prop = false +$ on error then continue +$! The headers might lie about the capabilities of the RTL +$ link 'tmpnam'_'i',tmp.opt/opt +$ if .not. ($status) then cc_prop = false +$ set message/fac/ident/sever/text +$ on error then goto err_exit +$ delete/nolog 'tmpnam'_'i'.*;* +$ if (cc_prop) +$ then +$ write sys$output "Checking for ''cdef'... ", mdef_'i' +$ if f$type(mdef_'i') .eqs. "INTEGER" - + then call write_config f$fao("#define !AS !UL",cdef,mdef_'i') +$ if f$type('cdef_val'_yes) .eqs. "STRING" - + then call write_config f$fao("#define !AS !AS",cdef,mdef_'i') +$ goto msym_clean +$ else +$ i = i + 1 +$ goto mt_loop +$ endif +$ endif +$ write sys$output "Checking for ''cdef'... no" +$ call write_config f$fao("#undef !AS",cdef) +$ MSYM_CLEAN: +$ if (idel .le. msym_max) +$ then +$ delete/sym mdef_'idel' +$ idel = idel + 1 +$ goto msym_clean +$ endif +$ return +$!------------------------------------------------------------------------------ +$! +$! Write configuration to both permanent and temporary config file +$! +$! Version history +$! 0.01 20031029 First version to receive a number +$! +$WRITE_CONFIG: SUBROUTINE +$ write aconf 'p1' +$ open/append confh 'th' +$ write confh 'p1' +$ close confh +$ENDSUBROUTINE +$!------------------------------------------------------------------------------ +$! +$! Analyze the project map file and create the symbol vector for a shareable +$! image from it +$! +$! Version history +$! 0.01 20120128 First version +$! 0.02 20120226 Add pre-load logic +$! +$ MAP_2_SHOPT: Subroutine +$! +$ SAY := "WRITE_ SYS$OUTPUT" +$! +$ IF F$SEARCH("''P1'") .EQS. "" +$ THEN +$ SAY "MAP_2_SHOPT-E-NOSUCHFILE: Error, inputfile ''p1' not available" +$ goto exit_m2s +$ ENDIF +$ IF "''P2'" .EQS. "" +$ THEN +$ SAY "MAP_2_SHOPT: Error, no output file provided" +$ goto exit_m2s +$ ENDIF +$! +$ module1 = "deflate#deflateEnd#deflateInit_#deflateParams#deflateSetDictionary" +$ module2 = "gzclose#gzerror#gzgetc#gzgets#gzopen#gzprintf#gzputc#gzputs#gzread" +$ module3 = "gzseek#gztell#inflate#inflateEnd#inflateInit_#inflateSetDictionary" +$ module4 = "inflateSync#uncompress#zlibVersion#compress" +$ open/read map 'p1 +$ if axp .or. ia64 +$ then +$ open/write aopt a.opt +$ open/write bopt b.opt +$ write aopt " CASE_SENSITIVE=YES" +$ write bopt "SYMBOL_VECTOR= (-" +$ mod_sym_num = 1 +$ MOD_SYM_LOOP: +$ if f$type(module'mod_sym_num') .nes. "" +$ then +$ mod_in = 0 +$ MOD_SYM_IN: +$ shared_proc = f$element(mod_in, "#", module'mod_sym_num') +$ if shared_proc .nes. "#" +$ then +$ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- + f$edit(shared_proc,"upcase"),shared_proc) +$ write bopt f$fao("!AS=PROCEDURE,-",shared_proc) +$ mod_in = mod_in + 1 +$ goto mod_sym_in +$ endif +$ mod_sym_num = mod_sym_num + 1 +$ goto mod_sym_loop +$ endif +$MAP_LOOP: +$ read/end=map_end map line +$ if (f$locate("{",line).lt. f$length(line)) .or. - + (f$locate("global:", line) .lt. f$length(line)) +$ then +$ proc = true +$ goto map_loop +$ endif +$ if f$locate("}",line).lt. f$length(line) then proc = false +$ if f$locate("local:", line) .lt. f$length(line) then proc = false +$ if proc +$ then +$ shared_proc = f$edit(line,"collapse") +$ chop_semi = f$locate(";", shared_proc) +$ if chop_semi .lt. f$length(shared_proc) then - + shared_proc = f$extract(0, chop_semi, shared_proc) +$ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- + f$edit(shared_proc,"upcase"),shared_proc) +$ write bopt f$fao("!AS=PROCEDURE,-",shared_proc) +$ endif +$ goto map_loop +$MAP_END: +$ close/nolog aopt +$ close/nolog bopt +$ open/append libopt 'p2' +$ open/read aopt a.opt +$ open/read bopt b.opt +$ALOOP: +$ read/end=aloop_end aopt line +$ write libopt line +$ goto aloop +$ALOOP_END: +$ close/nolog aopt +$ sv = "" +$BLOOP: +$ read/end=bloop_end bopt svn +$ if (svn.nes."") +$ then +$ if (sv.nes."") then write libopt sv +$ sv = svn +$ endif +$ goto bloop +$BLOOP_END: +$ write libopt f$extract(0,f$length(sv)-2,sv), "-" +$ write libopt ")" +$ close/nolog bopt +$ delete/nolog/noconf a.opt;*,b.opt;* +$ else +$ if vax +$ then +$ open/append libopt 'p2' +$ mod_sym_num = 1 +$ VMOD_SYM_LOOP: +$ if f$type(module'mod_sym_num') .nes. "" +$ then +$ mod_in = 0 +$ VMOD_SYM_IN: +$ shared_proc = f$element(mod_in, "#", module'mod_sym_num') +$ if shared_proc .nes. "#" +$ then +$ write libopt f$fao("UNIVERSAL=!AS",- + f$edit(shared_proc,"upcase")) +$ mod_in = mod_in + 1 +$ goto vmod_sym_in +$ endif +$ mod_sym_num = mod_sym_num + 1 +$ goto vmod_sym_loop +$ endif +$VMAP_LOOP: +$ read/end=vmap_end map line +$ if (f$locate("{",line).lt. f$length(line)) .or. - + (f$locate("global:", line) .lt. f$length(line)) +$ then +$ proc = true +$ goto vmap_loop +$ endif +$ if f$locate("}",line).lt. f$length(line) then proc = false +$ if f$locate("local:", line) .lt. f$length(line) then proc = false +$ if proc +$ then +$ shared_proc = f$edit(line,"collapse") +$ chop_semi = f$locate(";", shared_proc) +$ if chop_semi .lt. f$length(shared_proc) then - + shared_proc = f$extract(0, chop_semi, shared_proc) +$ write libopt f$fao("UNIVERSAL=!AS",- + f$edit(shared_proc,"upcase")) +$ endif +$ goto vmap_loop +$VMAP_END: +$ else +$ write sys$output "Unknown Architecture (Not VAX, AXP, or IA64)" +$ write sys$output "No options file created" +$ endif +$ endif +$ EXIT_M2S: +$ close/nolog map +$ close/nolog libopt +$ endsubroutine diff --git a/zlib/msdos/Makefile.bor b/zlib/msdos/Makefile.bor new file mode 100644 index 0000000000000000000000000000000000000000..3d12a2c25270a42e66ffad27357d9b8a974bfefd --- /dev/null +++ b/zlib/msdos/Makefile.bor @@ -0,0 +1,115 @@ +# Makefile for zlib +# Borland C++ +# Last updated: 15-Mar-2003 + +# To use, do "make -fmakefile.bor" +# To compile in small model, set below: MODEL=s + +# WARNING: the small model is supported but only for small values of +# MAX_WBITS and MAX_MEM_LEVEL. For example: +# -DMAX_WBITS=11 -DDEF_WBITS=11 -DMAX_MEM_LEVEL=3 +# If you wish to reduce the memory requirements (default 256K for big +# objects plus a few K), you can add to the LOC macro below: +# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 +# See zconf.h for details about the memory requirements. + +# ------------ Turbo C++, Borland C++ ------------ + +# Optional nonstandard preprocessor flags (e.g. -DMAX_MEM_LEVEL=7) +# should be added to the environment via "set LOCAL_ZLIB=-DFOO" or added +# to the declaration of LOC here: +LOC = $(LOCAL_ZLIB) + +# type for CPU required: 0: 8086, 1: 80186, 2: 80286, 3: 80386, etc. +CPU_TYP = 0 + +# memory model: one of s, m, c, l (small, medium, compact, large) +MODEL=l + +# replace bcc with tcc for Turbo C++ 1.0, with bcc32 for the 32 bit version +CC=bcc +LD=bcc +AR=tlib + +# compiler flags +# replace "-O2" by "-O -G -a -d" for Turbo C++ 1.0 +CFLAGS=-O2 -Z -m$(MODEL) $(LOC) + +LDFLAGS=-m$(MODEL) -f- + + +# variables +ZLIB_LIB = zlib_$(MODEL).lib + +OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj +OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj +OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj +OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj + + +# targets +all: $(ZLIB_LIB) example.exe minigzip.exe + +.c.obj: + $(CC) -c $(CFLAGS) $*.c + +adler32.obj: adler32.c zlib.h zconf.h + +compress.obj: compress.c zlib.h zconf.h + +crc32.obj: crc32.c zlib.h zconf.h crc32.h + +deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h + +gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h + +gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h + +gzread.obj: gzread.c zlib.h zconf.h gzguts.h + +gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h + +infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h + +inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h + +trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h + +uncompr.obj: uncompr.c zlib.h zconf.h + +zutil.obj: zutil.c zutil.h zlib.h zconf.h + +example.obj: test/example.c zlib.h zconf.h + +minigzip.obj: test/minigzip.c zlib.h zconf.h + + +# the command line is cut to fit in the MS-DOS 128 byte limit: +$(ZLIB_LIB): $(OBJ1) $(OBJ2) + -del $(ZLIB_LIB) + $(AR) $(ZLIB_LIB) $(OBJP1) + $(AR) $(ZLIB_LIB) $(OBJP2) + +example.exe: example.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) + +minigzip.exe: minigzip.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) + +test: example.exe minigzip.exe + example + echo hello world | minigzip | minigzip -d + +clean: + -del *.obj + -del *.lib + -del *.exe + -del zlib_*.bak + -del foo.gz diff --git a/zlib/msdos/Makefile.dj2 b/zlib/msdos/Makefile.dj2 new file mode 100644 index 0000000000000000000000000000000000000000..59d2037d69c4e8450008f44b308209d9db21c7e4 --- /dev/null +++ b/zlib/msdos/Makefile.dj2 @@ -0,0 +1,104 @@ +# Makefile for zlib. Modified for djgpp v2.0 by F. J. Donahoe, 3/15/96. +# Copyright (C) 1995-1998 Jean-loup Gailly. +# For conditions of distribution and use, see copyright notice in zlib.h + +# To compile, or to compile and test, type: +# +# make -fmakefile.dj2; make test -fmakefile.dj2 +# +# To install libz.a, zconf.h and zlib.h in the djgpp directories, type: +# +# make install -fmakefile.dj2 +# +# after first defining LIBRARY_PATH and INCLUDE_PATH in djgpp.env as +# in the sample below if the pattern of the DJGPP distribution is to +# be followed. Remember that, while 'es around <=> are ignored in +# makefiles, they are *not* in batch files or in djgpp.env. +# - - - - - +# [make] +# INCLUDE_PATH=%\>;INCLUDE_PATH%%\DJDIR%\include +# LIBRARY_PATH=%\>;LIBRARY_PATH%%\DJDIR%\lib +# BUTT=-m486 +# - - - - - +# Alternately, these variables may be defined below, overriding the values +# in djgpp.env, as +# INCLUDE_PATH=c:\usr\include +# LIBRARY_PATH=c:\usr\lib + +CC=gcc + +#CFLAGS=-MMD -O +#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 +#CFLAGS=-MMD -g -DZLIB_DEBUG +CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ + -Wstrict-prototypes -Wmissing-prototypes + +# If cp.exe is available, replace "copy /Y" with "cp -fp" . +CP=copy /Y +# If gnu install.exe is available, replace $(CP) with ginstall. +INSTALL=$(CP) +# The default value of RM is "rm -f." If "rm.exe" is found, comment out: +RM=del +LDLIBS=-L. -lz +LD=$(CC) -s -o +LDSHARED=$(CC) + +INCL=zlib.h zconf.h +LIBS=libz.a + +AR=ar rcs + +prefix=/usr/local +exec_prefix = $(prefix) + +OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ + uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o + +OBJA = +# to use the asm code: make OBJA=match.o + +TEST_OBJS = example.o minigzip.o + +all: example.exe minigzip.exe + +check: test +test: all + ./example + echo hello world | .\minigzip | .\minigzip -d + +%.o : %.c + $(CC) $(CFLAGS) -c $< -o $@ + +libz.a: $(OBJS) $(OBJA) + $(AR) $@ $(OBJS) $(OBJA) + +%.exe : %.o $(LIBS) + $(LD) $@ $< $(LDLIBS) + +# INCLUDE_PATH and LIBRARY_PATH were set for [make] in djgpp.env . + +.PHONY : uninstall clean + +install: $(INCL) $(LIBS) + -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH) + -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH) + $(INSTALL) zlib.h $(INCLUDE_PATH) + $(INSTALL) zconf.h $(INCLUDE_PATH) + $(INSTALL) libz.a $(LIBRARY_PATH) + +uninstall: + $(RM) $(INCLUDE_PATH)\zlib.h + $(RM) $(INCLUDE_PATH)\zconf.h + $(RM) $(LIBRARY_PATH)\libz.a + +clean: + $(RM) *.d + $(RM) *.o + $(RM) *.exe + $(RM) libz.a + $(RM) foo.gz + +DEPS := $(wildcard *.d) +ifneq ($(DEPS),) +include $(DEPS) +endif diff --git a/zlib/msdos/Makefile.emx b/zlib/msdos/Makefile.emx new file mode 100644 index 0000000000000000000000000000000000000000..e30f67bed68e86380b3843492269b9feda20c88b --- /dev/null +++ b/zlib/msdos/Makefile.emx @@ -0,0 +1,69 @@ +# Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. +# Copyright (C) 1995-1998 Jean-loup Gailly. +# For conditions of distribution and use, see copyright notice in zlib.h + +# To compile, or to compile and test, type: +# +# make -fmakefile.emx; make test -fmakefile.emx +# + +CC=gcc + +#CFLAGS=-MMD -O +#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 +#CFLAGS=-MMD -g -DZLIB_DEBUG +CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ + -Wstrict-prototypes -Wmissing-prototypes + +# If cp.exe is available, replace "copy /Y" with "cp -fp" . +CP=copy /Y +# If gnu install.exe is available, replace $(CP) with ginstall. +INSTALL=$(CP) +# The default value of RM is "rm -f." If "rm.exe" is found, comment out: +RM=del +LDLIBS=-L. -lzlib +LD=$(CC) -s -o +LDSHARED=$(CC) + +INCL=zlib.h zconf.h +LIBS=zlib.a + +AR=ar rcs + +prefix=/usr/local +exec_prefix = $(prefix) + +OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ + uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o + +TEST_OBJS = example.o minigzip.o + +all: example.exe minigzip.exe + +test: all + ./example + echo hello world | .\minigzip | .\minigzip -d + +%.o : %.c + $(CC) $(CFLAGS) -c $< -o $@ + +zlib.a: $(OBJS) + $(AR) $@ $(OBJS) + +%.exe : %.o $(LIBS) + $(LD) $@ $< $(LDLIBS) + + +.PHONY : clean + +clean: + $(RM) *.d + $(RM) *.o + $(RM) *.exe + $(RM) zlib.a + $(RM) foo.gz + +DEPS := $(wildcard *.d) +ifneq ($(DEPS),) +include $(DEPS) +endif diff --git a/zlib/msdos/Makefile.msc b/zlib/msdos/Makefile.msc new file mode 100644 index 0000000000000000000000000000000000000000..ae8378615ec6bc5998d52d87429971d99e2b7ae6 --- /dev/null +++ b/zlib/msdos/Makefile.msc @@ -0,0 +1,112 @@ +# Makefile for zlib +# Microsoft C 5.1 or later +# Last updated: 19-Mar-2003 + +# To use, do "make makefile.msc" +# To compile in small model, set below: MODEL=S + +# If you wish to reduce the memory requirements (default 256K for big +# objects plus a few K), you can add to the LOC macro below: +# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 +# See zconf.h for details about the memory requirements. + +# ------------- Microsoft C 5.1 and later ------------- + +# Optional nonstandard preprocessor flags (e.g. -DMAX_MEM_LEVEL=7) +# should be added to the environment via "set LOCAL_ZLIB=-DFOO" or added +# to the declaration of LOC here: +LOC = $(LOCAL_ZLIB) + +# Type for CPU required: 0: 8086, 1: 80186, 2: 80286, 3: 80386, etc. +CPU_TYP = 0 + +# Memory model: one of S, M, C, L (small, medium, compact, large) +MODEL=L + +CC=cl +CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC) +#-Ox generates bad code with MSC 5.1 +LIB_CFLAGS=-Zl $(CFLAGS) + +LD=link +LDFLAGS=/noi/e/st:0x1500/noe/farcall/packcode +# "/farcall/packcode" are only useful for `large code' memory models +# but should be a "no-op" for small code models. + + +# variables +ZLIB_LIB = zlib_$(MODEL).lib + +OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj +OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj + + +# targets +all: $(ZLIB_LIB) example.exe minigzip.exe + +.c.obj: + $(CC) -c $(LIB_CFLAGS) $*.c + +adler32.obj: adler32.c zlib.h zconf.h + +compress.obj: compress.c zlib.h zconf.h + +crc32.obj: crc32.c zlib.h zconf.h crc32.h + +deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h + +gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h + +gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h + +gzread.obj: gzread.c zlib.h zconf.h gzguts.h + +gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h + +infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h + +inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h + +trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h + +uncompr.obj: uncompr.c zlib.h zconf.h + +zutil.obj: zutil.c zutil.h zlib.h zconf.h + +example.obj: test/example.c zlib.h zconf.h + $(CC) -c $(CFLAGS) $*.c + +minigzip.obj: test/minigzip.c zlib.h zconf.h + $(CC) -c $(CFLAGS) $*.c + + +# the command line is cut to fit in the MS-DOS 128 byte limit: +$(ZLIB_LIB): $(OBJ1) $(OBJ2) + if exist $(ZLIB_LIB) del $(ZLIB_LIB) + lib $(ZLIB_LIB) $(OBJ1); + lib $(ZLIB_LIB) $(OBJ2); + +example.exe: example.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) example.obj,,,$(ZLIB_LIB); + +minigzip.exe: minigzip.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) minigzip.obj,,,$(ZLIB_LIB); + +test: example.exe minigzip.exe + example + echo hello world | minigzip | minigzip -d + +clean: + -del *.obj + -del *.lib + -del *.exe + -del *.map + -del zlib_*.bak + -del foo.gz diff --git a/zlib/msdos/Makefile.tc b/zlib/msdos/Makefile.tc new file mode 100644 index 0000000000000000000000000000000000000000..5aec82a9d58c4597f84dae6475fb5f23221fb6b9 --- /dev/null +++ b/zlib/msdos/Makefile.tc @@ -0,0 +1,100 @@ +# Makefile for zlib +# Turbo C 2.01, Turbo C++ 1.01 +# Last updated: 15-Mar-2003 + +# To use, do "make -fmakefile.tc" +# To compile in small model, set below: MODEL=s + +# WARNING: the small model is supported but only for small values of +# MAX_WBITS and MAX_MEM_LEVEL. For example: +# -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3 +# If you wish to reduce the memory requirements (default 256K for big +# objects plus a few K), you can add to CFLAGS below: +# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 +# See zconf.h for details about the memory requirements. + +# ------------ Turbo C 2.01, Turbo C++ 1.01 ------------ +MODEL=l +CC=tcc +LD=tcc +AR=tlib +# CFLAGS=-O2 -G -Z -m$(MODEL) -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3 +CFLAGS=-O2 -G -Z -m$(MODEL) +LDFLAGS=-m$(MODEL) -f- + + +# variables +ZLIB_LIB = zlib_$(MODEL).lib + +OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj +OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj +OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj +OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj + + +# targets +all: $(ZLIB_LIB) example.exe minigzip.exe + +.c.obj: + $(CC) -c $(CFLAGS) $*.c + +adler32.obj: adler32.c zlib.h zconf.h + +compress.obj: compress.c zlib.h zconf.h + +crc32.obj: crc32.c zlib.h zconf.h crc32.h + +deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h + +gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h + +gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h + +gzread.obj: gzread.c zlib.h zconf.h gzguts.h + +gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h + +infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h + +inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h + +trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h + +uncompr.obj: uncompr.c zlib.h zconf.h + +zutil.obj: zutil.c zutil.h zlib.h zconf.h + +example.obj: test/example.c zlib.h zconf.h + +minigzip.obj: test/minigzip.c zlib.h zconf.h + + +# the command line is cut to fit in the MS-DOS 128 byte limit: +$(ZLIB_LIB): $(OBJ1) $(OBJ2) + -del $(ZLIB_LIB) + $(AR) $(ZLIB_LIB) $(OBJP1) + $(AR) $(ZLIB_LIB) $(OBJP2) + +example.exe: example.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) + +minigzip.exe: minigzip.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) + +test: example.exe minigzip.exe + example + echo hello world | minigzip | minigzip -d + +clean: + -del *.obj + -del *.lib + -del *.exe + -del zlib_*.bak + -del foo.gz diff --git a/zlib/nintendods/README b/zlib/nintendods/README new file mode 100644 index 0000000000000000000000000000000000000000..ba7a37dbe8e9163da1d3e1da995372e7e611ccae --- /dev/null +++ b/zlib/nintendods/README @@ -0,0 +1,5 @@ +This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template. + +Eduardo Costa +January 3, 2009 + diff --git a/zlib/old/Makefile.emx b/zlib/old/Makefile.emx new file mode 100644 index 0000000000000000000000000000000000000000..612b03791583cbae48fa384441f424ae3f7490c5 --- /dev/null +++ b/zlib/old/Makefile.emx @@ -0,0 +1,69 @@ +# Makefile for zlib. Modified for emx/rsxnt by Chr. Spieler, 6/16/98. +# Copyright (C) 1995-1998 Jean-loup Gailly. +# For conditions of distribution and use, see copyright notice in zlib.h + +# To compile, or to compile and test, type: +# +# make -fmakefile.emx; make test -fmakefile.emx +# + +CC=gcc -Zwin32 + +#CFLAGS=-MMD -O +#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 +#CFLAGS=-MMD -g -DZLIB_DEBUG +CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ + -Wstrict-prototypes -Wmissing-prototypes + +# If cp.exe is available, replace "copy /Y" with "cp -fp" . +CP=copy /Y +# If gnu install.exe is available, replace $(CP) with ginstall. +INSTALL=$(CP) +# The default value of RM is "rm -f." If "rm.exe" is found, comment out: +RM=del +LDLIBS=-L. -lzlib +LD=$(CC) -s -o +LDSHARED=$(CC) + +INCL=zlib.h zconf.h +LIBS=zlib.a + +AR=ar rcs + +prefix=/usr/local +exec_prefix = $(prefix) + +OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \ + gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o + +TEST_OBJS = example.o minigzip.o + +all: example.exe minigzip.exe + +test: all + ./example + echo hello world | .\minigzip | .\minigzip -d + +%.o : %.c + $(CC) $(CFLAGS) -c $< -o $@ + +zlib.a: $(OBJS) + $(AR) $@ $(OBJS) + +%.exe : %.o $(LIBS) + $(LD) $@ $< $(LDLIBS) + + +.PHONY : clean + +clean: + $(RM) *.d + $(RM) *.o + $(RM) *.exe + $(RM) zlib.a + $(RM) foo.gz + +DEPS := $(wildcard *.d) +ifneq ($(DEPS),) +include $(DEPS) +endif diff --git a/zlib/old/Makefile.riscos b/zlib/old/Makefile.riscos new file mode 100644 index 0000000000000000000000000000000000000000..57e29d3fba917799382a539b80566d7494c9e8fb --- /dev/null +++ b/zlib/old/Makefile.riscos @@ -0,0 +1,151 @@ +# Project: zlib_1_03 +# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430 +# test works out-of-the-box, installs `somewhere' on demand + +# Toolflags: +CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah +C++flags = -c -depend !Depend -IC: -throwback +Linkflags = -aif -c++ -o $@ +ObjAsmflags = -throwback -NoCache -depend !Depend +CMHGflags = +LibFileflags = -c -l -o $@ +Squeezeflags = -o $@ + +# change the line below to where _you_ want the library installed. +libdest = lib:zlib + +# Final targets: +@.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \ + @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ + @.o.uncompr @.o.zutil + LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \ + @.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \ + @.o.trees @.o.uncompr @.o.zutil +test: @.minigzip @.example @.lib + @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV + @echo running tests: hang on. + @/@.minigzip -f -9 libc + @/@.minigzip -d libc-gz + @/@.minigzip -f -1 libc + @/@.minigzip -d libc-gz + @/@.minigzip -h -9 libc + @/@.minigzip -d libc-gz + @/@.minigzip -h -1 libc + @/@.minigzip -d libc-gz + @/@.minigzip -9 libc + @/@.minigzip -d libc-gz + @/@.minigzip -1 libc + @/@.minigzip -d libc-gz + @diff @.lib @.libc + @echo that should have reported '@.lib and @.libc identical' if you have diff. + @/@.example @.fred @.fred + @echo that will have given lots of hello!'s. + +@.minigzip: @.o.minigzip @.lib C:o.Stubs + Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs +@.example: @.o.example @.lib C:o.Stubs + Link $(Linkflags) @.o.example @.lib C:o.Stubs + +install: @.lib + cdir $(libdest) + cdir $(libdest).h + @copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV + @copy @.h.zconf $(libdest).h.zconf A~C~DF~L~N~P~Q~RS~TV + @copy @.lib $(libdest).lib A~C~DF~L~N~P~Q~RS~TV + @echo okay, installed zlib in $(libdest) + +clean:; remove @.minigzip + remove @.example + remove @.libc + -wipe @.o.* F~r~cV + remove @.fred + +# User-editable dependencies: +.c.o: + cc $(ccflags) -o $@ $< + +# Static dependencies: + +# Dynamic dependencies: +o.example: c.example +o.example: h.zlib +o.example: h.zconf +o.minigzip: c.minigzip +o.minigzip: h.zlib +o.minigzip: h.zconf +o.adler32: c.adler32 +o.adler32: h.zlib +o.adler32: h.zconf +o.compress: c.compress +o.compress: h.zlib +o.compress: h.zconf +o.crc32: c.crc32 +o.crc32: h.zlib +o.crc32: h.zconf +o.deflate: c.deflate +o.deflate: h.deflate +o.deflate: h.zutil +o.deflate: h.zlib +o.deflate: h.zconf +o.gzio: c.gzio +o.gzio: h.zutil +o.gzio: h.zlib +o.gzio: h.zconf +o.infblock: c.infblock +o.infblock: h.zutil +o.infblock: h.zlib +o.infblock: h.zconf +o.infblock: h.infblock +o.infblock: h.inftrees +o.infblock: h.infcodes +o.infblock: h.infutil +o.infcodes: c.infcodes +o.infcodes: h.zutil +o.infcodes: h.zlib +o.infcodes: h.zconf +o.infcodes: h.inftrees +o.infcodes: h.infblock +o.infcodes: h.infcodes +o.infcodes: h.infutil +o.infcodes: h.inffast +o.inffast: c.inffast +o.inffast: h.zutil +o.inffast: h.zlib +o.inffast: h.zconf +o.inffast: h.inftrees +o.inffast: h.infblock +o.inffast: h.infcodes +o.inffast: h.infutil +o.inffast: h.inffast +o.inflate: c.inflate +o.inflate: h.zutil +o.inflate: h.zlib +o.inflate: h.zconf +o.inflate: h.infblock +o.inftrees: c.inftrees +o.inftrees: h.zutil +o.inftrees: h.zlib +o.inftrees: h.zconf +o.inftrees: h.inftrees +o.inftrees: h.inffixed +o.infutil: c.infutil +o.infutil: h.zutil +o.infutil: h.zlib +o.infutil: h.zconf +o.infutil: h.infblock +o.infutil: h.inftrees +o.infutil: h.infcodes +o.infutil: h.infutil +o.trees: c.trees +o.trees: h.deflate +o.trees: h.zutil +o.trees: h.zlib +o.trees: h.zconf +o.trees: h.trees +o.uncompr: c.uncompr +o.uncompr: h.zlib +o.uncompr: h.zconf +o.zutil: c.zutil +o.zutil: h.zutil +o.zutil: h.zlib +o.zutil: h.zconf diff --git a/zlib/old/README b/zlib/old/README new file mode 100644 index 0000000000000000000000000000000000000000..800bf079827b7b1215b9ded3f7d373a5e8e124a9 --- /dev/null +++ b/zlib/old/README @@ -0,0 +1,3 @@ +This directory contains files that have not been updated for zlib 1.2.x + +(Volunteers are encouraged to help clean this up. Thanks.) diff --git a/zlib/old/descrip.mms b/zlib/old/descrip.mms new file mode 100644 index 0000000000000000000000000000000000000000..7066da5b557e896d8a6c1285fb191af7bd7914bb --- /dev/null +++ b/zlib/old/descrip.mms @@ -0,0 +1,48 @@ +# descrip.mms: MMS description file for building zlib on VMS +# written by Martin P.J. Zinser + +cc_defs = +c_deb = + +.ifdef __DECC__ +pref = /prefix=all +.endif + +OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj,\ + deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\ + inftrees.obj, infcodes.obj, infutil.obj, inffast.obj + +CFLAGS= $(C_DEB) $(CC_DEFS) $(PREF) + +all : example.exe minigzip.exe + @ write sys$output " Example applications available" +libz.olb : libz.olb($(OBJS)) + @ write sys$output " libz available" + +example.exe : example.obj libz.olb + link example,libz.olb/lib + +minigzip.exe : minigzip.obj libz.olb + link minigzip,libz.olb/lib,x11vms:xvmsutils.olb/lib + +clean : + delete *.obj;*,libz.olb;* + + +# Other dependencies. +adler32.obj : zutil.h zlib.h zconf.h +compress.obj : zlib.h zconf.h +crc32.obj : zutil.h zlib.h zconf.h +deflate.obj : deflate.h zutil.h zlib.h zconf.h +example.obj : zlib.h zconf.h +gzio.obj : zutil.h zlib.h zconf.h +infblock.obj : zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h +infcodes.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h infcodes.h inffast.h +inffast.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h inffast.h +inflate.obj : zutil.h zlib.h zconf.h infblock.h +inftrees.obj : zutil.h zlib.h zconf.h inftrees.h +infutil.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h +minigzip.obj : zlib.h zconf.h +trees.obj : deflate.h zutil.h zlib.h zconf.h +uncompr.obj : zlib.h zconf.h +zutil.obj : zutil.h zlib.h zconf.h diff --git a/zlib/old/os2/Makefile.os2 b/zlib/old/os2/Makefile.os2 new file mode 100644 index 0000000000000000000000000000000000000000..bb426c0d8e68df43c559ae816a97a0df99705f94 --- /dev/null +++ b/zlib/old/os2/Makefile.os2 @@ -0,0 +1,136 @@ +# Makefile for zlib under OS/2 using GCC (PGCC) +# For conditions of distribution and use, see copyright notice in zlib.h + +# To compile and test, type: +# cp Makefile.os2 .. +# cd .. +# make -f Makefile.os2 test + +# This makefile will build a static library z.lib, a shared library +# z.dll and a import library zdll.lib. You can use either z.lib or +# zdll.lib by specifying either -lz or -lzdll on gcc's command line + +CC=gcc -Zomf -s + +CFLAGS=-O6 -Wall +#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 +#CFLAGS=-g -DZLIB_DEBUG +#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ +# -Wstrict-prototypes -Wmissing-prototypes + +#################### BUG WARNING: ##################### +## infcodes.c hits a bug in pgcc-1.0, so you have to use either +## -O# where # <= 4 or one of (-fno-ommit-frame-pointer or -fno-force-mem) +## This bug is reportedly fixed in pgcc >1.0, but this was not tested +CFLAGS+=-fno-force-mem + +LDFLAGS=-s -L. -lzdll -Zcrtdll +LDSHARED=$(CC) -s -Zomf -Zdll -Zcrtdll + +VER=1.1.0 +ZLIB=z.lib +SHAREDLIB=z.dll +SHAREDLIBIMP=zdll.lib +LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP) + +AR=emxomfar cr +IMPLIB=emximp +RANLIB=echo +TAR=tar +SHELL=bash + +prefix=/usr/local +exec_prefix = $(prefix) + +OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ + zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o + +TEST_OBJS = example.o minigzip.o + +DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \ + algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ + nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \ + contrib/asm386/*.asm contrib/asm386/*.c \ + contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \ + contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \ + contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32 + +all: example.exe minigzip.exe + +test: all + @LD_LIBRARY_PATH=.:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \ + echo hello world | ./minigzip | ./minigzip -d || \ + echo ' *** minigzip test FAILED ***' ; \ + if ./example; then \ + echo ' *** zlib test OK ***'; \ + else \ + echo ' *** zlib test FAILED ***'; \ + fi + +$(ZLIB): $(OBJS) + $(AR) $@ $(OBJS) + -@ ($(RANLIB) $@ || true) >/dev/null 2>&1 + +$(SHAREDLIB): $(OBJS) os2/z.def + $(LDSHARED) -o $@ $^ + +$(SHAREDLIBIMP): os2/z.def + $(IMPLIB) -o $@ $^ + +example.exe: example.o $(LIBS) + $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) + +minigzip.exe: minigzip.o $(LIBS) + $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS) + +clean: + rm -f *.o *~ example minigzip libz.a libz.so* foo.gz + +distclean: clean + +zip: + mv Makefile Makefile~; cp -p Makefile.in Makefile + rm -f test.c ztest*.c + v=`sed -n -e 's/\.//g' -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ + zip -ul9 zlib$$v $(DISTFILES) + mv Makefile~ Makefile + +dist: + mv Makefile Makefile~; cp -p Makefile.in Makefile + rm -f test.c ztest*.c + d=zlib-`sed -n '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ + rm -f $$d.tar.gz; \ + if test ! -d ../$$d; then rm -f ../$$d; ln -s `pwd` ../$$d; fi; \ + files=""; \ + for f in $(DISTFILES); do files="$$files $$d/$$f"; done; \ + cd ..; \ + GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \ + if test ! -d $$d; then rm -f $$d; fi + mv Makefile~ Makefile + +tags: + etags *.[ch] + +depend: + makedepend -- $(CFLAGS) -- *.[ch] + +# DO NOT DELETE THIS LINE -- make depend depends on it. + +adler32.o: zlib.h zconf.h +compress.o: zlib.h zconf.h +crc32.o: zlib.h zconf.h +deflate.o: deflate.h zutil.h zlib.h zconf.h +example.o: zlib.h zconf.h +gzio.o: zutil.h zlib.h zconf.h +infblock.o: infblock.h inftrees.h infcodes.h infutil.h zutil.h zlib.h zconf.h +infcodes.o: zutil.h zlib.h zconf.h +infcodes.o: inftrees.h infblock.h infcodes.h infutil.h inffast.h +inffast.o: zutil.h zlib.h zconf.h inftrees.h +inffast.o: infblock.h infcodes.h infutil.h inffast.h +inflate.o: zutil.h zlib.h zconf.h infblock.h +inftrees.o: zutil.h zlib.h zconf.h inftrees.h +infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h +minigzip.o: zlib.h zconf.h +trees.o: deflate.h zutil.h zlib.h zconf.h trees.h +uncompr.o: zlib.h zconf.h +zutil.o: zutil.h zlib.h zconf.h diff --git a/zlib/old/os2/zlib.def b/zlib/old/os2/zlib.def new file mode 100644 index 0000000000000000000000000000000000000000..4c753f1a3b993842030429bbdeccdb48f8a86ebe --- /dev/null +++ b/zlib/old/os2/zlib.def @@ -0,0 +1,51 @@ +; +; Slightly modified version of ../nt/zlib.dnt :-) +; + +LIBRARY Z +DESCRIPTION "Zlib compression library for OS/2" +CODE PRELOAD MOVEABLE DISCARDABLE +DATA PRELOAD MOVEABLE MULTIPLE + +EXPORTS + adler32 + compress + crc32 + deflate + deflateCopy + deflateEnd + deflateInit2_ + deflateInit_ + deflateParams + deflateReset + deflateSetDictionary + gzclose + gzdopen + gzerror + gzflush + gzopen + gzread + gzwrite + inflate + inflateEnd + inflateInit2_ + inflateInit_ + inflateReset + inflateSetDictionary + inflateSync + uncompress + zlibVersion + gzprintf + gzputc + gzgetc + gzseek + gzrewind + gztell + gzeof + gzsetparams + zError + inflateSyncPoint + get_crc_table + compress2 + gzputs + gzgets diff --git a/zlib/old/visual-basic.txt b/zlib/old/visual-basic.txt new file mode 100644 index 0000000000000000000000000000000000000000..57efe58124eed661c2ff5827258772ab97a44bdc --- /dev/null +++ b/zlib/old/visual-basic.txt @@ -0,0 +1,160 @@ +See below some functions declarations for Visual Basic. + +Frequently Asked Question: + +Q: Each time I use the compress function I get the -5 error (not enough + room in the output buffer). + +A: Make sure that the length of the compressed buffer is passed by + reference ("as any"), not by value ("as long"). Also check that + before the call of compress this length is equal to the total size of + the compressed buffer and not zero. + + +From: "Jon Caruana" +Subject: Re: How to port zlib declares to vb? +Date: Mon, 28 Oct 1996 18:33:03 -0600 + +Got the answer! (I haven't had time to check this but it's what I got, and +looks correct): + +He has the following routines working: + compress + uncompress + gzopen + gzwrite + gzread + gzclose + +Declares follow: (Quoted from Carlos Rios , in Vb4 form) + +#If Win16 Then 'Use Win16 calls. +Declare Function compress Lib "ZLIB.DLL" (ByVal compr As + String, comprLen As Any, ByVal buf As String, ByVal buflen + As Long) As Integer +Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr + As String, uncomprLen As Any, ByVal compr As String, ByVal + lcompr As Long) As Integer +Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As + String, ByVal mode As String) As Long +Declare Function gzread Lib "ZLIB.DLL" (ByVal file As + Long, ByVal uncompr As String, ByVal uncomprLen As Integer) + As Integer +Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As + Long, ByVal uncompr As String, ByVal uncomprLen As Integer) + As Integer +Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As + Long) As Integer +#Else +Declare Function compress Lib "ZLIB32.DLL" + (ByVal compr As String, comprLen As Any, ByVal buf As + String, ByVal buflen As Long) As Integer +Declare Function uncompress Lib "ZLIB32.DLL" + (ByVal uncompr As String, uncomprLen As Any, ByVal compr As + String, ByVal lcompr As Long) As Long +Declare Function gzopen Lib "ZLIB32.DLL" + (ByVal file As String, ByVal mode As String) As Long +Declare Function gzread Lib "ZLIB32.DLL" + (ByVal file As Long, ByVal uncompr As String, ByVal + uncomprLen As Long) As Long +Declare Function gzwrite Lib "ZLIB32.DLL" + (ByVal file As Long, ByVal uncompr As String, ByVal + uncomprLen As Long) As Long +Declare Function gzclose Lib "ZLIB32.DLL" + (ByVal file As Long) As Long +#End If + +-Jon Caruana +jon-net@usa.net +Microsoft Sitebuilder Network Level 1 Member - HTML Writer's Guild Member + + +Here is another example from Michael that he +says conforms to the VB guidelines, and that solves the problem of not +knowing the uncompressed size by storing it at the end of the file: + +'Calling the functions: +'bracket meaning: [optional] {Range of possible values} +'Call subCompressFile( [, , [level of compression {1..9}]]) +'Call subUncompressFile() + +Option Explicit +Private lngpvtPcnSml As Long 'Stores value for 'lngPercentSmaller' +Private Const SUCCESS As Long = 0 +Private Const strFilExt As String = ".cpr" +Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef +dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, +ByVal level As Integer) As Long +Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef +dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long) +As Long + +Public Sub subCompressFile(ByVal strargOriFilPth As String, Optional ByVal +strargCprFilPth As String, Optional ByVal intLvl As Integer = 9) + Dim strCprPth As String + Dim lngOriSiz As Long + Dim lngCprSiz As Long + Dim bytaryOri() As Byte + Dim bytaryCpr() As Byte + lngOriSiz = FileLen(strargOriFilPth) + ReDim bytaryOri(lngOriSiz - 1) + Open strargOriFilPth For Binary Access Read As #1 + Get #1, , bytaryOri() + Close #1 + strCprPth = IIf(strargCprFilPth = "", strargOriFilPth, strargCprFilPth) +'Select file path and name + strCprPth = strCprPth & IIf(Right(strCprPth, Len(strFilExt)) = +strFilExt, "", strFilExt) 'Add file extension if not exists + lngCprSiz = (lngOriSiz * 1.01) + 12 'Compression needs temporary a bit +more space then original file size + ReDim bytaryCpr(lngCprSiz - 1) + If lngfncCpr(bytaryCpr(0), lngCprSiz, bytaryOri(0), lngOriSiz, intLvl) = +SUCCESS Then + lngpvtPcnSml = (1# - (lngCprSiz / lngOriSiz)) * 100 + ReDim Preserve bytaryCpr(lngCprSiz - 1) + Open strCprPth For Binary Access Write As #1 + Put #1, , bytaryCpr() + Put #1, , lngOriSiz 'Add the the original size value to the end +(last 4 bytes) + Close #1 + Else + MsgBox "Compression error" + End If + Erase bytaryCpr + Erase bytaryOri +End Sub + +Public Sub subUncompressFile(ByVal strargFilPth As String) + Dim bytaryCpr() As Byte + Dim bytaryOri() As Byte + Dim lngOriSiz As Long + Dim lngCprSiz As Long + Dim strOriPth As String + lngCprSiz = FileLen(strargFilPth) + ReDim bytaryCpr(lngCprSiz - 1) + Open strargFilPth For Binary Access Read As #1 + Get #1, , bytaryCpr() + Close #1 + 'Read the original file size value: + lngOriSiz = bytaryCpr(lngCprSiz - 1) * (2 ^ 24) _ + + bytaryCpr(lngCprSiz - 2) * (2 ^ 16) _ + + bytaryCpr(lngCprSiz - 3) * (2 ^ 8) _ + + bytaryCpr(lngCprSiz - 4) + ReDim Preserve bytaryCpr(lngCprSiz - 5) 'Cut of the original size value + ReDim bytaryOri(lngOriSiz - 1) + If lngfncUcp(bytaryOri(0), lngOriSiz, bytaryCpr(0), lngCprSiz) = SUCCESS +Then + strOriPth = Left(strargFilPth, Len(strargFilPth) - Len(strFilExt)) + Open strOriPth For Binary Access Write As #1 + Put #1, , bytaryOri() + Close #1 + Else + MsgBox "Uncompression error" + End If + Erase bytaryCpr + Erase bytaryOri +End Sub +Public Property Get lngPercentSmaller() As Long + lngPercentSmaller = lngpvtPcnSml +End Property diff --git a/zlib/os400/README400 b/zlib/os400/README400 new file mode 100644 index 0000000000000000000000000000000000000000..4f98334f5ac5f42be74c0f7f0a4191e5e7b39218 --- /dev/null +++ b/zlib/os400/README400 @@ -0,0 +1,48 @@ + ZLIB version 1.2.11 for OS/400 installation instructions + +1) Download and unpack the zlib tarball to some IFS directory. + (i.e.: /path/to/the/zlib/ifs/source/directory) + + If the installed IFS command suppors gzip format, this is straightforward, +else you have to unpack first to some directory on a system supporting it, +then move the whole directory to the IFS via the network (via SMB or FTP). + +2) Edit the configuration parameters in the compilation script. + + EDTF STMF('/path/to/the/zlib/ifs/source/directory/os400/make.sh') + +Tune the parameters according to your needs if not matching the defaults. +Save the file and exit after edition. + +3) Enter qshell, then work in the zlib OS/400 specific directory. + + QSH + cd /path/to/the/zlib/ifs/source/directory/os400 + +4) Compile and install + + sh make.sh + +The script will: +- create the libraries, objects and IFS directories for the zlib environment, +- compile all modules, +- create a service program, +- create a static and a dynamic binding directory, +- install header files for C/C++ and for ILE/RPG, both for compilation in + DB2 and IFS environments. + +That's all. + + +Notes: For OS/400 ILE RPG programmers, a /copy member defining the ZLIB + API prototypes for ILE RPG can be found in ZLIB/H(ZLIB.INC). + In the ILE environment, the same definitions are available from + file zlib.inc located in the same IFS include directory as the + C/C++ header files. + Please read comments in this member for more information. + + Remember that most foreign textual data are ASCII coded: this + implementation does not handle conversion from/to ASCII, so + text data code conversions must be done explicitely. + + Mainly for the reason above, always open zipped files in binary mode. diff --git a/zlib/os400/bndsrc b/zlib/os400/bndsrc new file mode 100644 index 0000000000000000000000000000000000000000..5e6e0a2f0af3a82e19224079001897b723fe655c --- /dev/null +++ b/zlib/os400/bndsrc @@ -0,0 +1,119 @@ +STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.1.3 entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("adler32") + EXPORT SYMBOL("compress") + EXPORT SYMBOL("compress2") + EXPORT SYMBOL("crc32") + EXPORT SYMBOL("get_crc_table") + EXPORT SYMBOL("deflate") + EXPORT SYMBOL("deflateEnd") + EXPORT SYMBOL("deflateSetDictionary") + EXPORT SYMBOL("deflateCopy") + EXPORT SYMBOL("deflateReset") + EXPORT SYMBOL("deflateParams") + EXPORT SYMBOL("deflatePrime") + EXPORT SYMBOL("deflateInit_") + EXPORT SYMBOL("deflateInit2_") + EXPORT SYMBOL("gzopen") + EXPORT SYMBOL("gzdopen") + EXPORT SYMBOL("gzsetparams") + EXPORT SYMBOL("gzread") + EXPORT SYMBOL("gzwrite") + EXPORT SYMBOL("gzprintf") + EXPORT SYMBOL("gzputs") + EXPORT SYMBOL("gzgets") + EXPORT SYMBOL("gzputc") + EXPORT SYMBOL("gzgetc") + EXPORT SYMBOL("gzflush") + EXPORT SYMBOL("gzseek") + EXPORT SYMBOL("gzrewind") + EXPORT SYMBOL("gztell") + EXPORT SYMBOL("gzeof") + EXPORT SYMBOL("gzclose") + EXPORT SYMBOL("gzerror") + EXPORT SYMBOL("inflate") + EXPORT SYMBOL("inflateEnd") + EXPORT SYMBOL("inflateSetDictionary") + EXPORT SYMBOL("inflateSync") + EXPORT SYMBOL("inflateReset") + EXPORT SYMBOL("inflateInit_") + EXPORT SYMBOL("inflateInit2_") + EXPORT SYMBOL("inflateSyncPoint") + EXPORT SYMBOL("uncompress") + EXPORT SYMBOL("zlibVersion") + EXPORT SYMBOL("zError") + EXPORT SYMBOL("z_errmsg") + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.1 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("compressBound") + EXPORT SYMBOL("deflateBound") + EXPORT SYMBOL("deflatePending") + EXPORT SYMBOL("gzungetc") + EXPORT SYMBOL("gzclearerr") + EXPORT SYMBOL("inflateBack") + EXPORT SYMBOL("inflateBackEnd") + EXPORT SYMBOL("inflateBackInit_") + EXPORT SYMBOL("inflateCopy") + EXPORT SYMBOL("zlibCompileFlags") + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.4 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("adler32_combine") + EXPORT SYMBOL("adler32_combine64") + EXPORT SYMBOL("crc32_combine") + EXPORT SYMBOL("crc32_combine64") + EXPORT SYMBOL("deflateSetHeader") + EXPORT SYMBOL("deflateTune") + EXPORT SYMBOL("gzbuffer") + EXPORT SYMBOL("gzclose_r") + EXPORT SYMBOL("gzclose_w") + EXPORT SYMBOL("gzdirect") + EXPORT SYMBOL("gzoffset") + EXPORT SYMBOL("gzoffset64") + EXPORT SYMBOL("gzopen64") + EXPORT SYMBOL("gzseek64") + EXPORT SYMBOL("gztell64") + EXPORT SYMBOL("inflateGetHeader") + EXPORT SYMBOL("inflateMark") + EXPORT SYMBOL("inflatePrime") + EXPORT SYMBOL("inflateReset2") + EXPORT SYMBOL("inflateUndermine") + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.6 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("deflateResetKeep") + EXPORT SYMBOL("gzgetc_") + EXPORT SYMBOL("inflateResetKeep") + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.8 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("gzvprintf") + EXPORT SYMBOL("inflateGetDictionary") + +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.9 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("adler32_z") + EXPORT SYMBOL("crc32_z") + EXPORT SYMBOL("deflateGetDictionary") + EXPORT SYMBOL("gzfread") + EXPORT SYMBOL("gzfwrite") + EXPORT SYMBOL("inflateCodesUsed") + EXPORT SYMBOL("inflateValidate") + EXPORT SYMBOL("uncompress2") + +ENDPGMEXP diff --git a/zlib/os400/make.sh b/zlib/os400/make.sh new file mode 100644 index 0000000000000000000000000000000000000000..19eec117a678ce35d1a124e9e2b91ec502558ae4 --- /dev/null +++ b/zlib/os400/make.sh @@ -0,0 +1,366 @@ +#!/bin/sh +# +# ZLIB compilation script for the OS/400. +# +# +# This is a shell script since make is not a standard component of OS/400. + + +################################################################################ +# +# Tunable configuration parameters. +# +################################################################################ + +TARGETLIB='ZLIB' # Target OS/400 program library +STATBNDDIR='ZLIB_A' # Static binding directory. +DYNBNDDIR='ZLIB' # Dynamic binding directory. +SRVPGM="ZLIB" # Service program. +IFSDIR='/zlib' # IFS support base directory. +TGTCCSID='500' # Target CCSID of objects +DEBUG='*NONE' # Debug level +OPTIMIZE='40' # Optimisation level +OUTPUT='*NONE' # Compilation output option. +TGTRLS='V6R1M0' # Target OS release + +export TARGETLIB STATBNDDIR DYNBNDDIR SRVPGM IFSDIR +export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS + + +################################################################################ +# +# OS/400 specific definitions. +# +################################################################################ + +LIBIFSNAME="/QSYS.LIB/${TARGETLIB}.LIB" + + +################################################################################ +# +# Procedures. +# +################################################################################ + +# action_needed dest [src] +# +# dest is an object to build +# if specified, src is an object on which dest depends. +# +# exit 0 (succeeds) if some action has to be taken, else 1. + +action_needed() + +{ + [ ! -e "${1}" ] && return 0 + [ "${2}" ] || return 1 + [ "${1}" -ot "${2}" ] && return 0 + return 1 +} + + +# make_module module_name source_name [additional_definitions] +# +# Compile source name into module if needed. +# As side effect, append the module name to variable MODULES. +# Set LINK to "YES" if the module has been compiled. + +make_module() + +{ + MODULES="${MODULES} ${1}" + MODIFSNAME="${LIBIFSNAME}/${1}.MODULE" + CSRC="`basename \"${2}\"`" + + if action_needed "${MODIFSNAME}" "${2}" + then : + elif [ ! "`sed -e \"//,/<\\\\/source>/!d\" \ + -e '/ tmphdrfile + + # Need to translate to target CCSID. + + CMD="CPY OBJ('`pwd`/tmphdrfile') TOOBJ('${DEST}')" + CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" + system "${CMD}" + # touch -r "${HFILE}" "${DEST}" + rm -f tmphdrfile + fi + + IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`" + + if action_needed "${IFSFILE}" "${DEST}" + then rm -f "${IFSFILE}" + ln -s "${DEST}" "${IFSFILE}" + fi +done + + +# Install the ILE/RPG header file. + + +HFILE="${SCRIPTDIR}/zlib.inc" +DEST="${SRCPF}/ZLIB.INC.MBR" + +if action_needed "${DEST}" "${HFILE}" +then CMD="CPY OBJ('${HFILE}') TOOBJ('${DEST}')" + CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" + system "${CMD}" + # touch -r "${HFILE}" "${DEST}" +fi + +IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`" + +if action_needed "${IFSFILE}" "${DEST}" +then rm -f "${IFSFILE}" + ln -s "${DEST}" "${IFSFILE}" +fi + + +# Create and compile the identification source file. + +echo '#pragma comment(user, "ZLIB version '"${VERSION}"'")' > os400.c +echo '#pragma comment(user, __DATE__)' >> os400.c +echo '#pragma comment(user, __TIME__)' >> os400.c +echo '#pragma comment(copyright, "Copyright (C) 1995-2017 Jean-Loup Gailly, Mark Adler. OS/400 version by P. Monnerat.")' >> os400.c +make_module OS400 os400.c +LINK= # No need to rebuild service program yet. +MODULES= + + +# Get source list. + +CSOURCES=`sed -e '/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Library + + Medium + + 2.0 + + + + zlib + zlib + alain.bonnefoy@icbt.com + Public + public + www.gzip.org/zlib + + + Jean-Loup Gailly,Mark Adler + www.gzip.org/zlib + + zlib@gzip.org + + + A massively spiffy yet delicately unobtrusive compression library. + zlib is designed to be a free, general-purpose, legally unencumbered, lossless data compression library for use on virtually any computer hardware and operating system. + http://www.gzip.org/zlib + + + + + 1.2.11 + Medium + Stable + + + + + + + No License + + + + Software Development/Libraries and Extensions/C Libraries + zlib,compression + qnx6 + qnx6 + None + Developer + + + + + + + + + + + + + + Install + Post + No + Ignore + + No + Optional + + + + + + + + + + + + + InstallOver + zlib + + + + + + + + + + + + + InstallOver + zlib-dev + + + + + + + + + diff --git a/zlib/test/example.c b/zlib/test/example.c new file mode 100644 index 0000000000000000000000000000000000000000..eee17ce7c1591f35bef47ca27c9d6bb1961712dc --- /dev/null +++ b/zlib/test/example.c @@ -0,0 +1,602 @@ +/* example.c -- usage example of the zlib compression library + * Copyright (C) 1995-2006, 2011, 2016 Jean-loup Gailly + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#include "zlib.h" +#include + +#ifdef STDC +# include +# include +#endif + +#if defined(VMS) || defined(RISCOS) +# define TESTFILE "foo-gz" +#else +# define TESTFILE "foo.gz" +#endif + +#define CHECK_ERR(err, msg) { \ + if (err != Z_OK) { \ + fprintf(stderr, "%s error: %d\n", msg, err); \ + exit(1); \ + } \ +} + +static z_const char hello[] = "hello, hello!"; +/* "hello world" would be more standard, but the repeated "hello" + * stresses the compression code better, sorry... + */ + +static const char dictionary[] = "hello"; +static uLong dictId; /* Adler32 value of the dictionary */ + +void test_deflate OF((Byte *compr, uLong comprLen)); +void test_inflate OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +void test_large_deflate OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +void test_large_inflate OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +void test_flush OF((Byte *compr, uLong *comprLen)); +void test_sync OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +void test_dict_deflate OF((Byte *compr, uLong comprLen)); +void test_dict_inflate OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +int main OF((int argc, char *argv[])); + + +#ifdef Z_SOLO + +void *myalloc OF((void *, unsigned, unsigned)); +void myfree OF((void *, void *)); + +void *myalloc(q, n, m) + void *q; + unsigned n, m; +{ + (void)q; + return calloc(n, m); +} + +void myfree(void *q, void *p) +{ + (void)q; + free(p); +} + +static alloc_func zalloc = myalloc; +static free_func zfree = myfree; + +#else /* !Z_SOLO */ + +static alloc_func zalloc = (alloc_func)0; +static free_func zfree = (free_func)0; + +void test_compress OF((Byte *compr, uLong comprLen, + Byte *uncompr, uLong uncomprLen)); +void test_gzio OF((const char *fname, + Byte *uncompr, uLong uncomprLen)); + +/* =========================================================================== + * Test compress() and uncompress() + */ +void test_compress(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + int err; + uLong len = (uLong)strlen(hello)+1; + + err = compress(compr, &comprLen, (const Bytef*)hello, len); + CHECK_ERR(err, "compress"); + + strcpy((char*)uncompr, "garbage"); + + err = uncompress(uncompr, &uncomprLen, compr, comprLen); + CHECK_ERR(err, "uncompress"); + + if (strcmp((char*)uncompr, hello)) { + fprintf(stderr, "bad uncompress\n"); + exit(1); + } else { + printf("uncompress(): %s\n", (char *)uncompr); + } +} + +/* =========================================================================== + * Test read/write of .gz files + */ +void test_gzio(fname, uncompr, uncomprLen) + const char *fname; /* compressed file name */ + Byte *uncompr; + uLong uncomprLen; +{ +#ifdef NO_GZCOMPRESS + fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n"); +#else + int err; + int len = (int)strlen(hello)+1; + gzFile file; + z_off_t pos; + + file = gzopen(fname, "wb"); + if (file == NULL) { + fprintf(stderr, "gzopen error\n"); + exit(1); + } + gzputc(file, 'h'); + if (gzputs(file, "ello") != 4) { + fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err)); + exit(1); + } + if (gzprintf(file, ", %s!", "hello") != 8) { + fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); + exit(1); + } + gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ + gzclose(file); + + file = gzopen(fname, "rb"); + if (file == NULL) { + fprintf(stderr, "gzopen error\n"); + exit(1); + } + strcpy((char*)uncompr, "garbage"); + + if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { + fprintf(stderr, "gzread err: %s\n", gzerror(file, &err)); + exit(1); + } + if (strcmp((char*)uncompr, hello)) { + fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); + exit(1); + } else { + printf("gzread(): %s\n", (char*)uncompr); + } + + pos = gzseek(file, -8L, SEEK_CUR); + if (pos != 6 || gztell(file) != pos) { + fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n", + (long)pos, (long)gztell(file)); + exit(1); + } + + if (gzgetc(file) != ' ') { + fprintf(stderr, "gzgetc error\n"); + exit(1); + } + + if (gzungetc(' ', file) != ' ') { + fprintf(stderr, "gzungetc error\n"); + exit(1); + } + + gzgets(file, (char*)uncompr, (int)uncomprLen); + if (strlen((char*)uncompr) != 7) { /* " hello!" */ + fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err)); + exit(1); + } + if (strcmp((char*)uncompr, hello + 6)) { + fprintf(stderr, "bad gzgets after gzseek\n"); + exit(1); + } else { + printf("gzgets() after gzseek: %s\n", (char*)uncompr); + } + + gzclose(file); +#endif +} + +#endif /* Z_SOLO */ + +/* =========================================================================== + * Test deflate() with small buffers + */ +void test_deflate(compr, comprLen) + Byte *compr; + uLong comprLen; +{ + z_stream c_stream; /* compression stream */ + int err; + uLong len = (uLong)strlen(hello)+1; + + c_stream.zalloc = zalloc; + c_stream.zfree = zfree; + c_stream.opaque = (voidpf)0; + + err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); + CHECK_ERR(err, "deflateInit"); + + c_stream.next_in = (z_const unsigned char *)hello; + c_stream.next_out = compr; + + while (c_stream.total_in != len && c_stream.total_out < comprLen) { + c_stream.avail_in = c_stream.avail_out = 1; /* force small buffers */ + err = deflate(&c_stream, Z_NO_FLUSH); + CHECK_ERR(err, "deflate"); + } + /* Finish the stream, still forcing small buffers: */ + for (;;) { + c_stream.avail_out = 1; + err = deflate(&c_stream, Z_FINISH); + if (err == Z_STREAM_END) break; + CHECK_ERR(err, "deflate"); + } + + err = deflateEnd(&c_stream); + CHECK_ERR(err, "deflateEnd"); +} + +/* =========================================================================== + * Test inflate() with small buffers + */ +void test_inflate(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + int err; + z_stream d_stream; /* decompression stream */ + + strcpy((char*)uncompr, "garbage"); + + d_stream.zalloc = zalloc; + d_stream.zfree = zfree; + d_stream.opaque = (voidpf)0; + + d_stream.next_in = compr; + d_stream.avail_in = 0; + d_stream.next_out = uncompr; + + err = inflateInit(&d_stream); + CHECK_ERR(err, "inflateInit"); + + while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { + d_stream.avail_in = d_stream.avail_out = 1; /* force small buffers */ + err = inflate(&d_stream, Z_NO_FLUSH); + if (err == Z_STREAM_END) break; + CHECK_ERR(err, "inflate"); + } + + err = inflateEnd(&d_stream); + CHECK_ERR(err, "inflateEnd"); + + if (strcmp((char*)uncompr, hello)) { + fprintf(stderr, "bad inflate\n"); + exit(1); + } else { + printf("inflate(): %s\n", (char *)uncompr); + } +} + +/* =========================================================================== + * Test deflate() with large buffers and dynamic change of compression level + */ +void test_large_deflate(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + z_stream c_stream; /* compression stream */ + int err; + + c_stream.zalloc = zalloc; + c_stream.zfree = zfree; + c_stream.opaque = (voidpf)0; + + err = deflateInit(&c_stream, Z_BEST_SPEED); + CHECK_ERR(err, "deflateInit"); + + c_stream.next_out = compr; + c_stream.avail_out = (uInt)comprLen; + + /* At this point, uncompr is still mostly zeroes, so it should compress + * very well: + */ + c_stream.next_in = uncompr; + c_stream.avail_in = (uInt)uncomprLen; + err = deflate(&c_stream, Z_NO_FLUSH); + CHECK_ERR(err, "deflate"); + if (c_stream.avail_in != 0) { + fprintf(stderr, "deflate not greedy\n"); + exit(1); + } + + /* Feed in already compressed data and switch to no compression: */ + deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); + c_stream.next_in = compr; + c_stream.avail_in = (uInt)comprLen/2; + err = deflate(&c_stream, Z_NO_FLUSH); + CHECK_ERR(err, "deflate"); + + /* Switch back to compressing mode: */ + deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); + c_stream.next_in = uncompr; + c_stream.avail_in = (uInt)uncomprLen; + err = deflate(&c_stream, Z_NO_FLUSH); + CHECK_ERR(err, "deflate"); + + err = deflate(&c_stream, Z_FINISH); + if (err != Z_STREAM_END) { + fprintf(stderr, "deflate should report Z_STREAM_END\n"); + exit(1); + } + err = deflateEnd(&c_stream); + CHECK_ERR(err, "deflateEnd"); +} + +/* =========================================================================== + * Test inflate() with large buffers + */ +void test_large_inflate(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + int err; + z_stream d_stream; /* decompression stream */ + + strcpy((char*)uncompr, "garbage"); + + d_stream.zalloc = zalloc; + d_stream.zfree = zfree; + d_stream.opaque = (voidpf)0; + + d_stream.next_in = compr; + d_stream.avail_in = (uInt)comprLen; + + err = inflateInit(&d_stream); + CHECK_ERR(err, "inflateInit"); + + for (;;) { + d_stream.next_out = uncompr; /* discard the output */ + d_stream.avail_out = (uInt)uncomprLen; + err = inflate(&d_stream, Z_NO_FLUSH); + if (err == Z_STREAM_END) break; + CHECK_ERR(err, "large inflate"); + } + + err = inflateEnd(&d_stream); + CHECK_ERR(err, "inflateEnd"); + + if (d_stream.total_out != 2*uncomprLen + comprLen/2) { + fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out); + exit(1); + } else { + printf("large_inflate(): OK\n"); + } +} + +/* =========================================================================== + * Test deflate() with full flush + */ +void test_flush(compr, comprLen) + Byte *compr; + uLong *comprLen; +{ + z_stream c_stream; /* compression stream */ + int err; + uInt len = (uInt)strlen(hello)+1; + + c_stream.zalloc = zalloc; + c_stream.zfree = zfree; + c_stream.opaque = (voidpf)0; + + err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); + CHECK_ERR(err, "deflateInit"); + + c_stream.next_in = (z_const unsigned char *)hello; + c_stream.next_out = compr; + c_stream.avail_in = 3; + c_stream.avail_out = (uInt)*comprLen; + err = deflate(&c_stream, Z_FULL_FLUSH); + CHECK_ERR(err, "deflate"); + + compr[3]++; /* force an error in first compressed block */ + c_stream.avail_in = len - 3; + + err = deflate(&c_stream, Z_FINISH); + if (err != Z_STREAM_END) { + CHECK_ERR(err, "deflate"); + } + err = deflateEnd(&c_stream); + CHECK_ERR(err, "deflateEnd"); + + *comprLen = c_stream.total_out; +} + +/* =========================================================================== + * Test inflateSync() + */ +void test_sync(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + int err; + z_stream d_stream; /* decompression stream */ + + strcpy((char*)uncompr, "garbage"); + + d_stream.zalloc = zalloc; + d_stream.zfree = zfree; + d_stream.opaque = (voidpf)0; + + d_stream.next_in = compr; + d_stream.avail_in = 2; /* just read the zlib header */ + + err = inflateInit(&d_stream); + CHECK_ERR(err, "inflateInit"); + + d_stream.next_out = uncompr; + d_stream.avail_out = (uInt)uncomprLen; + + err = inflate(&d_stream, Z_NO_FLUSH); + CHECK_ERR(err, "inflate"); + + d_stream.avail_in = (uInt)comprLen-2; /* read all compressed data */ + err = inflateSync(&d_stream); /* but skip the damaged part */ + CHECK_ERR(err, "inflateSync"); + + err = inflate(&d_stream, Z_FINISH); + if (err != Z_DATA_ERROR) { + fprintf(stderr, "inflate should report DATA_ERROR\n"); + /* Because of incorrect adler32 */ + exit(1); + } + err = inflateEnd(&d_stream); + CHECK_ERR(err, "inflateEnd"); + + printf("after inflateSync(): hel%s\n", (char *)uncompr); +} + +/* =========================================================================== + * Test deflate() with preset dictionary + */ +void test_dict_deflate(compr, comprLen) + Byte *compr; + uLong comprLen; +{ + z_stream c_stream; /* compression stream */ + int err; + + c_stream.zalloc = zalloc; + c_stream.zfree = zfree; + c_stream.opaque = (voidpf)0; + + err = deflateInit(&c_stream, Z_BEST_COMPRESSION); + CHECK_ERR(err, "deflateInit"); + + err = deflateSetDictionary(&c_stream, + (const Bytef*)dictionary, (int)sizeof(dictionary)); + CHECK_ERR(err, "deflateSetDictionary"); + + dictId = c_stream.adler; + c_stream.next_out = compr; + c_stream.avail_out = (uInt)comprLen; + + c_stream.next_in = (z_const unsigned char *)hello; + c_stream.avail_in = (uInt)strlen(hello)+1; + + err = deflate(&c_stream, Z_FINISH); + if (err != Z_STREAM_END) { + fprintf(stderr, "deflate should report Z_STREAM_END\n"); + exit(1); + } + err = deflateEnd(&c_stream); + CHECK_ERR(err, "deflateEnd"); +} + +/* =========================================================================== + * Test inflate() with a preset dictionary + */ +void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) + Byte *compr, *uncompr; + uLong comprLen, uncomprLen; +{ + int err; + z_stream d_stream; /* decompression stream */ + + strcpy((char*)uncompr, "garbage"); + + d_stream.zalloc = zalloc; + d_stream.zfree = zfree; + d_stream.opaque = (voidpf)0; + + d_stream.next_in = compr; + d_stream.avail_in = (uInt)comprLen; + + err = inflateInit(&d_stream); + CHECK_ERR(err, "inflateInit"); + + d_stream.next_out = uncompr; + d_stream.avail_out = (uInt)uncomprLen; + + for (;;) { + err = inflate(&d_stream, Z_NO_FLUSH); + if (err == Z_STREAM_END) break; + if (err == Z_NEED_DICT) { + if (d_stream.adler != dictId) { + fprintf(stderr, "unexpected dictionary"); + exit(1); + } + err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, + (int)sizeof(dictionary)); + } + CHECK_ERR(err, "inflate with dict"); + } + + err = inflateEnd(&d_stream); + CHECK_ERR(err, "inflateEnd"); + + if (strcmp((char*)uncompr, hello)) { + fprintf(stderr, "bad inflate with dict\n"); + exit(1); + } else { + printf("inflate with dictionary: %s\n", (char *)uncompr); + } +} + +/* =========================================================================== + * Usage: example [output.gz [input.gz]] + */ + +int main(argc, argv) + int argc; + char *argv[]; +{ + Byte *compr, *uncompr; + uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ + uLong uncomprLen = comprLen; + static const char* myVersion = ZLIB_VERSION; + + if (zlibVersion()[0] != myVersion[0]) { + fprintf(stderr, "incompatible zlib version\n"); + exit(1); + + } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { + fprintf(stderr, "warning: different zlib version\n"); + } + + printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", + ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); + + compr = (Byte*)calloc((uInt)comprLen, 1); + uncompr = (Byte*)calloc((uInt)uncomprLen, 1); + /* compr and uncompr are cleared to avoid reading uninitialized + * data and to ensure that uncompr compresses well. + */ + if (compr == Z_NULL || uncompr == Z_NULL) { + printf("out of memory\n"); + exit(1); + } + +#ifdef Z_SOLO + (void)argc; + (void)argv; +#else + test_compress(compr, comprLen, uncompr, uncomprLen); + + test_gzio((argc > 1 ? argv[1] : TESTFILE), + uncompr, uncomprLen); +#endif + + test_deflate(compr, comprLen); + test_inflate(compr, comprLen, uncompr, uncomprLen); + + test_large_deflate(compr, comprLen, uncompr, uncomprLen); + test_large_inflate(compr, comprLen, uncompr, uncomprLen); + + test_flush(compr, &comprLen); + test_sync(compr, comprLen, uncompr, uncomprLen); + comprLen = uncomprLen; + + test_dict_deflate(compr, comprLen); + test_dict_inflate(compr, comprLen, uncompr, uncomprLen); + + free(compr); + free(uncompr); + + return 0; +} diff --git a/zlib/test/infcover.c b/zlib/test/infcover.c new file mode 100644 index 0000000000000000000000000000000000000000..2be01646cec3c6641e6a562c872328e9a84ad631 --- /dev/null +++ b/zlib/test/infcover.c @@ -0,0 +1,671 @@ +/* infcover.c -- test zlib's inflate routines with full code coverage + * Copyright (C) 2011, 2016 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* to use, do: ./configure --cover && make cover */ + +#include +#include +#include +#include +#include "zlib.h" + +/* get definition of internal structure so we can mess with it (see pull()), + and so we can call inflate_trees() (see cover5()) */ +#define ZLIB_INTERNAL +#include "inftrees.h" +#include "inflate.h" + +#define local static + +/* -- memory tracking routines -- */ + +/* + These memory tracking routines are provided to zlib and track all of zlib's + allocations and deallocations, check for LIFO operations, keep a current + and high water mark of total bytes requested, optionally set a limit on the + total memory that can be allocated, and when done check for memory leaks. + + They are used as follows: + + z_stream strm; + mem_setup(&strm) initializes the memory tracking and sets the + zalloc, zfree, and opaque members of strm to use + memory tracking for all zlib operations on strm + mem_limit(&strm, limit) sets a limit on the total bytes requested -- a + request that exceeds this limit will result in an + allocation failure (returns NULL) -- setting the + limit to zero means no limit, which is the default + after mem_setup() + mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used + mem_high(&strm, "msg") prints to stderr "msg" and the high water mark + mem_done(&strm, "msg") ends memory tracking, releases all allocations + for the tracking as well as leaked zlib blocks, if + any. If there was anything unusual, such as leaked + blocks, non-FIFO frees, or frees of addresses not + allocated, then "msg" and information about the + problem is printed to stderr. If everything is + normal, nothing is printed. mem_done resets the + strm members to Z_NULL to use the default memory + allocation routines on the next zlib initialization + using strm. + */ + +/* these items are strung together in a linked list, one for each allocation */ +struct mem_item { + void *ptr; /* pointer to allocated memory */ + size_t size; /* requested size of allocation */ + struct mem_item *next; /* pointer to next item in list, or NULL */ +}; + +/* this structure is at the root of the linked list, and tracks statistics */ +struct mem_zone { + struct mem_item *first; /* pointer to first item in list, or NULL */ + size_t total, highwater; /* total allocations, and largest total */ + size_t limit; /* memory allocation limit, or 0 if no limit */ + int notlifo, rogue; /* counts of non-LIFO frees and rogue frees */ +}; + +/* memory allocation routine to pass to zlib */ +local void *mem_alloc(void *mem, unsigned count, unsigned size) +{ + void *ptr; + struct mem_item *item; + struct mem_zone *zone = mem; + size_t len = count * (size_t)size; + + /* induced allocation failure */ + if (zone == NULL || (zone->limit && zone->total + len > zone->limit)) + return NULL; + + /* perform allocation using the standard library, fill memory with a + non-zero value to make sure that the code isn't depending on zeros */ + ptr = malloc(len); + if (ptr == NULL) + return NULL; + memset(ptr, 0xa5, len); + + /* create a new item for the list */ + item = malloc(sizeof(struct mem_item)); + if (item == NULL) { + free(ptr); + return NULL; + } + item->ptr = ptr; + item->size = len; + + /* insert item at the beginning of the list */ + item->next = zone->first; + zone->first = item; + + /* update the statistics */ + zone->total += item->size; + if (zone->total > zone->highwater) + zone->highwater = zone->total; + + /* return the allocated memory */ + return ptr; +} + +/* memory free routine to pass to zlib */ +local void mem_free(void *mem, void *ptr) +{ + struct mem_item *item, *next; + struct mem_zone *zone = mem; + + /* if no zone, just do a free */ + if (zone == NULL) { + free(ptr); + return; + } + + /* point next to the item that matches ptr, or NULL if not found -- remove + the item from the linked list if found */ + next = zone->first; + if (next) { + if (next->ptr == ptr) + zone->first = next->next; /* first one is it, remove from list */ + else { + do { /* search the linked list */ + item = next; + next = item->next; + } while (next != NULL && next->ptr != ptr); + if (next) { /* if found, remove from linked list */ + item->next = next->next; + zone->notlifo++; /* not a LIFO free */ + } + + } + } + + /* if found, update the statistics and free the item */ + if (next) { + zone->total -= next->size; + free(next); + } + + /* if not found, update the rogue count */ + else + zone->rogue++; + + /* in any case, do the requested free with the standard library function */ + free(ptr); +} + +/* set up a controlled memory allocation space for monitoring, set the stream + parameters to the controlled routines, with opaque pointing to the space */ +local void mem_setup(z_stream *strm) +{ + struct mem_zone *zone; + + zone = malloc(sizeof(struct mem_zone)); + assert(zone != NULL); + zone->first = NULL; + zone->total = 0; + zone->highwater = 0; + zone->limit = 0; + zone->notlifo = 0; + zone->rogue = 0; + strm->opaque = zone; + strm->zalloc = mem_alloc; + strm->zfree = mem_free; +} + +/* set a limit on the total memory allocation, or 0 to remove the limit */ +local void mem_limit(z_stream *strm, size_t limit) +{ + struct mem_zone *zone = strm->opaque; + + zone->limit = limit; +} + +/* show the current total requested allocations in bytes */ +local void mem_used(z_stream *strm, char *prefix) +{ + struct mem_zone *zone = strm->opaque; + + fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total); +} + +/* show the high water allocation in bytes */ +local void mem_high(z_stream *strm, char *prefix) +{ + struct mem_zone *zone = strm->opaque; + + fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); +} + +/* release the memory allocation zone -- if there are any surprises, notify */ +local void mem_done(z_stream *strm, char *prefix) +{ + int count = 0; + struct mem_item *item, *next; + struct mem_zone *zone = strm->opaque; + + /* show high water mark */ + mem_high(strm, prefix); + + /* free leftover allocations and item structures, if any */ + item = zone->first; + while (item != NULL) { + free(item->ptr); + next = item->next; + free(item); + item = next; + count++; + } + + /* issue alerts about anything unexpected */ + if (count || zone->total) + fprintf(stderr, "** %s: %lu bytes in %d blocks not freed\n", + prefix, zone->total, count); + if (zone->notlifo) + fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo); + if (zone->rogue) + fprintf(stderr, "** %s: %d frees not recognized\n", + prefix, zone->rogue); + + /* free the zone and delete from the stream */ + free(zone); + strm->opaque = Z_NULL; + strm->zalloc = Z_NULL; + strm->zfree = Z_NULL; +} + +/* -- inflate test routines -- */ + +/* Decode a hexadecimal string, set *len to length, in[] to the bytes. This + decodes liberally, in that hex digits can be adjacent, in which case two in + a row writes a byte. Or they can be delimited by any non-hex character, + where the delimiters are ignored except when a single hex digit is followed + by a delimiter, where that single digit writes a byte. The returned data is + allocated and must eventually be freed. NULL is returned if out of memory. + If the length is not needed, then len can be NULL. */ +local unsigned char *h2b(const char *hex, unsigned *len) +{ + unsigned char *in, *re; + unsigned next, val; + + in = malloc((strlen(hex) + 1) >> 1); + if (in == NULL) + return NULL; + next = 0; + val = 1; + do { + if (*hex >= '0' && *hex <= '9') + val = (val << 4) + *hex - '0'; + else if (*hex >= 'A' && *hex <= 'F') + val = (val << 4) + *hex - 'A' + 10; + else if (*hex >= 'a' && *hex <= 'f') + val = (val << 4) + *hex - 'a' + 10; + else if (val != 1 && val < 32) /* one digit followed by delimiter */ + val += 240; /* make it look like two digits */ + if (val > 255) { /* have two digits */ + in[next++] = val & 0xff; /* save the decoded byte */ + val = 1; /* start over */ + } + } while (*hex++); /* go through the loop with the terminating null */ + if (len != NULL) + *len = next; + re = realloc(in, next); + return re == NULL ? in : re; +} + +/* generic inflate() run, where hex is the hexadecimal input data, what is the + text to include in an error message, step is how much input data to feed + inflate() on each call, or zero to feed it all, win is the window bits + parameter to inflateInit2(), len is the size of the output buffer, and err + is the error code expected from the first inflate() call (the second + inflate() call is expected to return Z_STREAM_END). If win is 47, then + header information is collected with inflateGetHeader(). If a zlib stream + is looking for a dictionary, then an empty dictionary is provided. + inflate() is run until all of the input data is consumed. */ +local void inf(char *hex, char *what, unsigned step, int win, unsigned len, + int err) +{ + int ret; + unsigned have; + unsigned char *in, *out; + z_stream strm, copy; + gz_header head; + + mem_setup(&strm); + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit2(&strm, win); + if (ret != Z_OK) { + mem_done(&strm, what); + return; + } + out = malloc(len); assert(out != NULL); + if (win == 47) { + head.extra = out; + head.extra_max = len; + head.name = out; + head.name_max = len; + head.comment = out; + head.comm_max = len; + ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK); + } + in = h2b(hex, &have); assert(in != NULL); + if (step == 0 || step > have) + step = have; + strm.avail_in = step; + have -= step; + strm.next_in = in; + do { + strm.avail_out = len; + strm.next_out = out; + ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err); + if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) + break; + if (ret == Z_NEED_DICT) { + ret = inflateSetDictionary(&strm, in, 1); + assert(ret == Z_DATA_ERROR); + mem_limit(&strm, 1); + ret = inflateSetDictionary(&strm, out, 0); + assert(ret == Z_MEM_ERROR); + mem_limit(&strm, 0); + ((struct inflate_state *)strm.state)->mode = DICT; + ret = inflateSetDictionary(&strm, out, 0); + assert(ret == Z_OK); + ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR); + } + ret = inflateCopy(©, &strm); assert(ret == Z_OK); + ret = inflateEnd(©); assert(ret == Z_OK); + err = 9; /* don't care next time around */ + have += strm.avail_in; + strm.avail_in = step > have ? have : step; + have -= strm.avail_in; + } while (strm.avail_in); + free(in); + free(out); + ret = inflateReset2(&strm, -8); assert(ret == Z_OK); + ret = inflateEnd(&strm); assert(ret == Z_OK); + mem_done(&strm, what); +} + +/* cover all of the lines in inflate.c up to inflate() */ +local void cover_support(void) +{ + int ret; + z_stream strm; + + mem_setup(&strm); + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit(&strm); assert(ret == Z_OK); + mem_used(&strm, "inflate init"); + ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK); + ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK); + ret = inflateSetDictionary(&strm, Z_NULL, 0); + assert(ret == Z_STREAM_ERROR); + ret = inflateEnd(&strm); assert(ret == Z_OK); + mem_done(&strm, "prime"); + + inf("63 0", "force window allocation", 0, -15, 1, Z_OK); + inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK); + inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK); + inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END); + inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR); + + mem_setup(&strm); + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream)); + assert(ret == Z_VERSION_ERROR); + mem_done(&strm, "wrong version"); + + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit(&strm); assert(ret == Z_OK); + ret = inflateEnd(&strm); assert(ret == Z_OK); + fputs("inflate built-in memory routines\n", stderr); +} + +/* cover all inflate() header and trailer cases and code after inflate() */ +local void cover_wrap(void) +{ + int ret; + z_stream strm, copy; + unsigned char dict[257]; + + ret = inflate(Z_NULL, 0); assert(ret == Z_STREAM_ERROR); + ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); + ret = inflateCopy(Z_NULL, Z_NULL); assert(ret == Z_STREAM_ERROR); + fputs("inflate bad parameters\n", stderr); + + inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR); + inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR); + inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR); + inf("8 99", "set window size from header", 0, 0, 0, Z_OK); + inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR); + inf("78 9c 63 0 0 0 1 0 1", "check adler32", 0, 15, 1, Z_STREAM_END); + inf("1f 8b 8 1e 0 0 0 0 0 0 1 0 0 0 0 0 0", "bad header crc", 0, 47, 1, + Z_DATA_ERROR); + inf("1f 8b 8 2 0 0 0 0 0 0 1d 26 3 0 0 0 0 0 0 0 0 0", "check gzip length", + 0, 47, 0, Z_STREAM_END); + inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR); + inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); + inf("78 9c 63 0", "compute adler32", 0, 15, 1, Z_OK); + + mem_setup(&strm); + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit2(&strm, -8); + strm.avail_in = 2; + strm.next_in = (void *)"\x63"; + strm.avail_out = 1; + strm.next_out = (void *)&ret; + mem_limit(&strm, 1); + ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); + ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); + mem_limit(&strm, 0); + memset(dict, 0, 257); + ret = inflateSetDictionary(&strm, dict, 257); + assert(ret == Z_OK); + mem_limit(&strm, (sizeof(struct inflate_state) << 1) + 256); + ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK); + strm.avail_in = 2; + strm.next_in = (void *)"\x80"; + ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); + ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); + strm.avail_in = 4; + strm.next_in = (void *)"\0\0\xff\xff"; + ret = inflateSync(&strm); assert(ret == Z_OK); + (void)inflateSyncPoint(&strm); + ret = inflateCopy(©, &strm); assert(ret == Z_MEM_ERROR); + mem_limit(&strm, 0); + ret = inflateUndermine(&strm, 1); assert(ret == Z_DATA_ERROR); + (void)inflateMark(&strm); + ret = inflateEnd(&strm); assert(ret == Z_OK); + mem_done(&strm, "miscellaneous, force memory errors"); +} + +/* input and output functions for inflateBack() */ +local unsigned pull(void *desc, unsigned char **buf) +{ + static unsigned int next = 0; + static unsigned char dat[] = {0x63, 0, 2, 0}; + struct inflate_state *state; + + if (desc == Z_NULL) { + next = 0; + return 0; /* no input (already provided at next_in) */ + } + state = (void *)((z_stream *)desc)->state; + if (state != Z_NULL) + state->mode = SYNC; /* force an otherwise impossible situation */ + return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0; +} + +local int push(void *desc, unsigned char *buf, unsigned len) +{ + buf += len; + return desc != Z_NULL; /* force error if desc not null */ +} + +/* cover inflateBack() up to common deflate data cases and after those */ +local void cover_back(void) +{ + int ret; + z_stream strm; + unsigned char win[32768]; + + ret = inflateBackInit_(Z_NULL, 0, win, 0, 0); + assert(ret == Z_VERSION_ERROR); + ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR); + ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL); + assert(ret == Z_STREAM_ERROR); + ret = inflateBackEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); + fputs("inflateBack bad parameters\n", stderr); + + mem_setup(&strm); + ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); + strm.avail_in = 2; + strm.next_in = (void *)"\x03"; + ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); + assert(ret == Z_STREAM_END); + /* force output error */ + strm.avail_in = 3; + strm.next_in = (void *)"\x63\x00"; + ret = inflateBack(&strm, pull, Z_NULL, push, &strm); + assert(ret == Z_BUF_ERROR); + /* force mode error by mucking with state */ + ret = inflateBack(&strm, pull, &strm, push, Z_NULL); + assert(ret == Z_STREAM_ERROR); + ret = inflateBackEnd(&strm); assert(ret == Z_OK); + mem_done(&strm, "inflateBack bad state"); + + ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); + ret = inflateBackEnd(&strm); assert(ret == Z_OK); + fputs("inflateBack built-in memory routines\n", stderr); +} + +/* do a raw inflate of data in hexadecimal with both inflate and inflateBack */ +local int try(char *hex, char *id, int err) +{ + int ret; + unsigned len, size; + unsigned char *in, *out, *win; + char *prefix; + z_stream strm; + + /* convert to hex */ + in = h2b(hex, &len); + assert(in != NULL); + + /* allocate work areas */ + size = len << 3; + out = malloc(size); + assert(out != NULL); + win = malloc(32768); + assert(win != NULL); + prefix = malloc(strlen(id) + 6); + assert(prefix != NULL); + + /* first with inflate */ + strcpy(prefix, id); + strcat(prefix, "-late"); + mem_setup(&strm); + strm.avail_in = 0; + strm.next_in = Z_NULL; + ret = inflateInit2(&strm, err < 0 ? 47 : -15); + assert(ret == Z_OK); + strm.avail_in = len; + strm.next_in = in; + do { + strm.avail_out = size; + strm.next_out = out; + ret = inflate(&strm, Z_TREES); + assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); + if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) + break; + } while (strm.avail_in || strm.avail_out == 0); + if (err) { + assert(ret == Z_DATA_ERROR); + assert(strcmp(id, strm.msg) == 0); + } + inflateEnd(&strm); + mem_done(&strm, prefix); + + /* then with inflateBack */ + if (err >= 0) { + strcpy(prefix, id); + strcat(prefix, "-back"); + mem_setup(&strm); + ret = inflateBackInit(&strm, 15, win); + assert(ret == Z_OK); + strm.avail_in = len; + strm.next_in = in; + ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); + assert(ret != Z_STREAM_ERROR); + if (err) { + assert(ret == Z_DATA_ERROR); + assert(strcmp(id, strm.msg) == 0); + } + inflateBackEnd(&strm); + mem_done(&strm, prefix); + } + + /* clean up */ + free(prefix); + free(win); + free(out); + free(in); + return ret; +} + +/* cover deflate data cases in both inflate() and inflateBack() */ +local void cover_inflate(void) +{ + try("0 0 0 0 0", "invalid stored block lengths", 1); + try("3 0", "fixed", 0); + try("6", "invalid block type", 1); + try("1 1 0 fe ff 0", "stored", 0); + try("fc 0 0", "too many length or distance symbols", 1); + try("4 0 fe ff", "invalid code lengths set", 1); + try("4 0 24 49 0", "invalid bit length repeat", 1); + try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); + try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); + try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0", + "invalid literal/lengths set", 1); + try("4 80 49 92 24 49 92 24 f b4 ff ff c3 84", "invalid distances set", 1); + try("4 c0 81 8 0 0 0 0 20 7f eb b 0 0", "invalid literal/length code", 1); + try("2 7e ff ff", "invalid distance code", 1); + try("c c0 81 0 0 0 0 0 90 ff 6b 4 0", "invalid distance too far back", 1); + + /* also trailer mismatch just in inflate() */ + try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 1", "incorrect data check", -1); + try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 1", + "incorrect length check", -1); + try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0); + try("5 e0 81 91 24 cb b2 2c 49 e2 f 2e 8b 9a 47 56 9f fb fe ec d2 ff 1f", + "long code", 0); + try("ed c0 1 1 0 0 0 40 20 ff 57 1b 42 2c 4f", "length extra", 0); + try("ed cf c1 b1 2c 47 10 c4 30 fa 6f 35 1d 1 82 59 3d fb be 2e 2a fc f c", + "long distance and extra", 0); + try("ed c0 81 0 0 0 0 80 a0 fd a9 17 a9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 " + "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6", "window end", 0); + inf("2 8 20 80 0 3 0", "inflate_fast TYPE return", 0, -15, 258, + Z_STREAM_END); + inf("63 18 5 40 c 0", "window wrap", 3, -8, 300, Z_OK); +} + +/* cover remaining lines in inftrees.c */ +local void cover_trees(void) +{ + int ret; + unsigned bits; + unsigned short lens[16], work[16]; + code *next, table[ENOUGH_DISTS]; + + /* we need to call inflate_table() directly in order to manifest not- + enough errors, since zlib insures that enough is always enough */ + for (bits = 0; bits < 15; bits++) + lens[bits] = (unsigned short)(bits + 1); + lens[15] = 15; + next = table; + bits = 15; + ret = inflate_table(DISTS, lens, 16, &next, &bits, work); + assert(ret == 1); + next = table; + bits = 1; + ret = inflate_table(DISTS, lens, 16, &next, &bits, work); + assert(ret == 1); + fputs("inflate_table not enough errors\n", stderr); +} + +/* cover remaining inffast.c decoding and window copying */ +local void cover_fast(void) +{ + inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68" + " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR); + inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49" + " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258, + Z_DATA_ERROR); + inf("3 7e 0 0 0 0 0", "fast invalid distance code", 0, -8, 258, + Z_DATA_ERROR); + inf("1b 7 0 0 0 0 0", "fast invalid literal/length code", 0, -8, 258, + Z_DATA_ERROR); + inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff 0", + "fast 2nd level codes and too far back", 0, -8, 258, Z_DATA_ERROR); + inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK); + inf("63 60 60 18 c9 0 8 18 18 18 26 c0 28 0 29 0 0 0", + "contiguous and wrap around window", 6, -8, 259, Z_OK); + inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259, + Z_STREAM_END); +} + +int main(void) +{ + fprintf(stderr, "%s\n", zlibVersion()); + cover_support(); + cover_wrap(); + cover_back(); + cover_inflate(); + cover_trees(); + cover_fast(); + return 0; +} diff --git a/zlib/test/minigzip.c b/zlib/test/minigzip.c new file mode 100644 index 0000000000000000000000000000000000000000..e22fb08c0a2921b47efba0ce06c3b5998212c3cc --- /dev/null +++ b/zlib/test/minigzip.c @@ -0,0 +1,651 @@ +/* minigzip.c -- simulate gzip using the zlib compression library + * Copyright (C) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* + * minigzip is a minimal implementation of the gzip utility. This is + * only an example of using zlib and isn't meant to replace the + * full-featured gzip. No attempt is made to deal with file systems + * limiting names to 14 or 8+3 characters, etc... Error checking is + * very limited. So use minigzip only for testing; use gzip for the + * real thing. On MSDOS, use only on file names without extension + * or in pipe mode. + */ + +/* @(#) $Id$ */ + +#include "zlib.h" +#include + +#ifdef STDC +# include +# include +#endif + +#ifdef USE_MMAP +# include +# include +# include +#endif + +#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) +# include +# include +# ifdef UNDER_CE +# include +# endif +# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) +#else +# define SET_BINARY_MODE(file) +#endif + +#if defined(_MSC_VER) && _MSC_VER < 1900 +# define snprintf _snprintf +#endif + +#ifdef VMS +# define unlink delete +# define GZ_SUFFIX "-gz" +#endif +#ifdef RISCOS +# define unlink remove +# define GZ_SUFFIX "-gz" +# define fileno(file) file->__file +#endif +#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os +# include /* for fileno */ +#endif + +#if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE) +#ifndef WIN32 /* unlink already in stdio.h for WIN32 */ + extern int unlink OF((const char *)); +#endif +#endif + +#if defined(UNDER_CE) +# include +# define perror(s) pwinerror(s) + +/* Map the Windows error number in ERROR to a locale-dependent error + message string and return a pointer to it. Typically, the values + for ERROR come from GetLastError. + + The string pointed to shall not be modified by the application, + but may be overwritten by a subsequent call to strwinerror + + The strwinerror function does not change the current setting + of GetLastError. */ + +static char *strwinerror (error) + DWORD error; +{ + static char buf[1024]; + + wchar_t *msgbuf; + DWORD lasterr = GetLastError(); + DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM + | FORMAT_MESSAGE_ALLOCATE_BUFFER, + NULL, + error, + 0, /* Default language */ + (LPVOID)&msgbuf, + 0, + NULL); + if (chars != 0) { + /* If there is an \r\n appended, zap it. */ + if (chars >= 2 + && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { + chars -= 2; + msgbuf[chars] = 0; + } + + if (chars > sizeof (buf) - 1) { + chars = sizeof (buf) - 1; + msgbuf[chars] = 0; + } + + wcstombs(buf, msgbuf, chars + 1); + LocalFree(msgbuf); + } + else { + sprintf(buf, "unknown win32 error (%ld)", error); + } + + SetLastError(lasterr); + return buf; +} + +static void pwinerror (s) + const char *s; +{ + if (s && *s) + fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ())); + else + fprintf(stderr, "%s\n", strwinerror(GetLastError ())); +} + +#endif /* UNDER_CE */ + +#ifndef GZ_SUFFIX +# define GZ_SUFFIX ".gz" +#endif +#define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) + +#define BUFLEN 16384 +#define MAX_NAME_LEN 1024 + +#ifdef MAXSEG_64K +# define local static + /* Needed for systems with limitation on stack size. */ +#else +# define local +#endif + +#ifdef Z_SOLO +/* for Z_SOLO, create simplified gz* functions using deflate and inflate */ + +#if defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE) +# include /* for unlink() */ +#endif + +void *myalloc OF((void *, unsigned, unsigned)); +void myfree OF((void *, void *)); + +void *myalloc(q, n, m) + void *q; + unsigned n, m; +{ + (void)q; + return calloc(n, m); +} + +void myfree(q, p) + void *q, *p; +{ + (void)q; + free(p); +} + +typedef struct gzFile_s { + FILE *file; + int write; + int err; + char *msg; + z_stream strm; +} *gzFile; + +gzFile gzopen OF((const char *, const char *)); +gzFile gzdopen OF((int, const char *)); +gzFile gz_open OF((const char *, int, const char *)); + +gzFile gzopen(path, mode) +const char *path; +const char *mode; +{ + return gz_open(path, -1, mode); +} + +gzFile gzdopen(fd, mode) +int fd; +const char *mode; +{ + return gz_open(NULL, fd, mode); +} + +gzFile gz_open(path, fd, mode) + const char *path; + int fd; + const char *mode; +{ + gzFile gz; + int ret; + + gz = malloc(sizeof(struct gzFile_s)); + if (gz == NULL) + return NULL; + gz->write = strchr(mode, 'w') != NULL; + gz->strm.zalloc = myalloc; + gz->strm.zfree = myfree; + gz->strm.opaque = Z_NULL; + if (gz->write) + ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0); + else { + gz->strm.next_in = 0; + gz->strm.avail_in = Z_NULL; + ret = inflateInit2(&(gz->strm), 15 + 16); + } + if (ret != Z_OK) { + free(gz); + return NULL; + } + gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") : + fopen(path, gz->write ? "wb" : "rb"); + if (gz->file == NULL) { + gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); + free(gz); + return NULL; + } + gz->err = 0; + gz->msg = ""; + return gz; +} + +int gzwrite OF((gzFile, const void *, unsigned)); + +int gzwrite(gz, buf, len) + gzFile gz; + const void *buf; + unsigned len; +{ + z_stream *strm; + unsigned char out[BUFLEN]; + + if (gz == NULL || !gz->write) + return 0; + strm = &(gz->strm); + strm->next_in = (void *)buf; + strm->avail_in = len; + do { + strm->next_out = out; + strm->avail_out = BUFLEN; + (void)deflate(strm, Z_NO_FLUSH); + fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); + } while (strm->avail_out == 0); + return len; +} + +int gzread OF((gzFile, void *, unsigned)); + +int gzread(gz, buf, len) + gzFile gz; + void *buf; + unsigned len; +{ + int ret; + unsigned got; + unsigned char in[1]; + z_stream *strm; + + if (gz == NULL || gz->write) + return 0; + if (gz->err) + return 0; + strm = &(gz->strm); + strm->next_out = (void *)buf; + strm->avail_out = len; + do { + got = fread(in, 1, 1, gz->file); + if (got == 0) + break; + strm->next_in = in; + strm->avail_in = 1; + ret = inflate(strm, Z_NO_FLUSH); + if (ret == Z_DATA_ERROR) { + gz->err = Z_DATA_ERROR; + gz->msg = strm->msg; + return 0; + } + if (ret == Z_STREAM_END) + inflateReset(strm); + } while (strm->avail_out); + return len - strm->avail_out; +} + +int gzclose OF((gzFile)); + +int gzclose(gz) + gzFile gz; +{ + z_stream *strm; + unsigned char out[BUFLEN]; + + if (gz == NULL) + return Z_STREAM_ERROR; + strm = &(gz->strm); + if (gz->write) { + strm->next_in = Z_NULL; + strm->avail_in = 0; + do { + strm->next_out = out; + strm->avail_out = BUFLEN; + (void)deflate(strm, Z_FINISH); + fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); + } while (strm->avail_out == 0); + deflateEnd(strm); + } + else + inflateEnd(strm); + fclose(gz->file); + free(gz); + return Z_OK; +} + +const char *gzerror OF((gzFile, int *)); + +const char *gzerror(gz, err) + gzFile gz; + int *err; +{ + *err = gz->err; + return gz->msg; +} + +#endif + +static char *prog; + +void error OF((const char *msg)); +void gz_compress OF((FILE *in, gzFile out)); +#ifdef USE_MMAP +int gz_compress_mmap OF((FILE *in, gzFile out)); +#endif +void gz_uncompress OF((gzFile in, FILE *out)); +void file_compress OF((char *file, char *mode)); +void file_uncompress OF((char *file)); +int main OF((int argc, char *argv[])); + +/* =========================================================================== + * Display error message and exit + */ +void error(msg) + const char *msg; +{ + fprintf(stderr, "%s: %s\n", prog, msg); + exit(1); +} + +/* =========================================================================== + * Compress input to output then close both files. + */ + +void gz_compress(in, out) + FILE *in; + gzFile out; +{ + local char buf[BUFLEN]; + int len; + int err; + +#ifdef USE_MMAP + /* Try first compressing with mmap. If mmap fails (minigzip used in a + * pipe), use the normal fread loop. + */ + if (gz_compress_mmap(in, out) == Z_OK) return; +#endif + for (;;) { + len = (int)fread(buf, 1, sizeof(buf), in); + if (ferror(in)) { + perror("fread"); + exit(1); + } + if (len == 0) break; + + if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); + } + fclose(in); + if (gzclose(out) != Z_OK) error("failed gzclose"); +} + +#ifdef USE_MMAP /* MMAP version, Miguel Albrecht */ + +/* Try compressing the input file at once using mmap. Return Z_OK if + * if success, Z_ERRNO otherwise. + */ +int gz_compress_mmap(in, out) + FILE *in; + gzFile out; +{ + int len; + int err; + int ifd = fileno(in); + caddr_t buf; /* mmap'ed buffer for the entire input file */ + off_t buf_len; /* length of the input file */ + struct stat sb; + + /* Determine the size of the file, needed for mmap: */ + if (fstat(ifd, &sb) < 0) return Z_ERRNO; + buf_len = sb.st_size; + if (buf_len <= 0) return Z_ERRNO; + + /* Now do the actual mmap: */ + buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0); + if (buf == (caddr_t)(-1)) return Z_ERRNO; + + /* Compress the whole file at once: */ + len = gzwrite(out, (char *)buf, (unsigned)buf_len); + + if (len != (int)buf_len) error(gzerror(out, &err)); + + munmap(buf, buf_len); + fclose(in); + if (gzclose(out) != Z_OK) error("failed gzclose"); + return Z_OK; +} +#endif /* USE_MMAP */ + +/* =========================================================================== + * Uncompress input to output then close both files. + */ +void gz_uncompress(in, out) + gzFile in; + FILE *out; +{ + local char buf[BUFLEN]; + int len; + int err; + + for (;;) { + len = gzread(in, buf, sizeof(buf)); + if (len < 0) error (gzerror(in, &err)); + if (len == 0) break; + + if ((int)fwrite(buf, 1, (unsigned)len, out) != len) { + error("failed fwrite"); + } + } + if (fclose(out)) error("failed fclose"); + + if (gzclose(in) != Z_OK) error("failed gzclose"); +} + + +/* =========================================================================== + * Compress the given file: create a corresponding .gz file and remove the + * original. + */ +void file_compress(file, mode) + char *file; + char *mode; +{ + local char outfile[MAX_NAME_LEN]; + FILE *in; + gzFile out; + + if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { + fprintf(stderr, "%s: filename too long\n", prog); + exit(1); + } + +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX); +#else + strcpy(outfile, file); + strcat(outfile, GZ_SUFFIX); +#endif + + in = fopen(file, "rb"); + if (in == NULL) { + perror(file); + exit(1); + } + out = gzopen(outfile, mode); + if (out == NULL) { + fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); + exit(1); + } + gz_compress(in, out); + + unlink(file); +} + + +/* =========================================================================== + * Uncompress the given file and remove the original. + */ +void file_uncompress(file) + char *file; +{ + local char buf[MAX_NAME_LEN]; + char *infile, *outfile; + FILE *out; + gzFile in; + unsigned len = strlen(file); + + if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) { + fprintf(stderr, "%s: filename too long\n", prog); + exit(1); + } + +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + snprintf(buf, sizeof(buf), "%s", file); +#else + strcpy(buf, file); +#endif + + if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) { + infile = file; + outfile = buf; + outfile[len-3] = '\0'; + } else { + outfile = file; + infile = buf; +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + snprintf(buf + len, sizeof(buf) - len, "%s", GZ_SUFFIX); +#else + strcat(infile, GZ_SUFFIX); +#endif + } + in = gzopen(infile, "rb"); + if (in == NULL) { + fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); + exit(1); + } + out = fopen(outfile, "wb"); + if (out == NULL) { + perror(file); + exit(1); + } + + gz_uncompress(in, out); + + unlink(infile); +} + + +/* =========================================================================== + * Usage: minigzip [-c] [-d] [-f] [-h] [-r] [-1 to -9] [files...] + * -c : write to standard output + * -d : decompress + * -f : compress with Z_FILTERED + * -h : compress with Z_HUFFMAN_ONLY + * -r : compress with Z_RLE + * -1 to -9 : compression level + */ + +int main(argc, argv) + int argc; + char *argv[]; +{ + int copyout = 0; + int uncompr = 0; + gzFile file; + char *bname, outmode[20]; + +#if !defined(NO_snprintf) && !defined(NO_vsnprintf) + snprintf(outmode, sizeof(outmode), "%s", "wb6 "); +#else + strcpy(outmode, "wb6 "); +#endif + + prog = argv[0]; + bname = strrchr(argv[0], '/'); + if (bname) + bname++; + else + bname = argv[0]; + argc--, argv++; + + if (!strcmp(bname, "gunzip")) + uncompr = 1; + else if (!strcmp(bname, "zcat")) + copyout = uncompr = 1; + + while (argc > 0) { + if (strcmp(*argv, "-c") == 0) + copyout = 1; + else if (strcmp(*argv, "-d") == 0) + uncompr = 1; + else if (strcmp(*argv, "-f") == 0) + outmode[3] = 'f'; + else if (strcmp(*argv, "-h") == 0) + outmode[3] = 'h'; + else if (strcmp(*argv, "-r") == 0) + outmode[3] = 'R'; + else if ((*argv)[0] == '-' && (*argv)[1] >= '1' && (*argv)[1] <= '9' && + (*argv)[2] == 0) + outmode[2] = (*argv)[1]; + else + break; + argc--, argv++; + } + if (outmode[3] == ' ') + outmode[3] = 0; + if (argc == 0) { + SET_BINARY_MODE(stdin); + SET_BINARY_MODE(stdout); + if (uncompr) { + file = gzdopen(fileno(stdin), "rb"); + if (file == NULL) error("can't gzdopen stdin"); + gz_uncompress(file, stdout); + } else { + file = gzdopen(fileno(stdout), outmode); + if (file == NULL) error("can't gzdopen stdout"); + gz_compress(stdin, file); + } + } else { + if (copyout) { + SET_BINARY_MODE(stdout); + } + do { + if (uncompr) { + if (copyout) { + file = gzopen(*argv, "rb"); + if (file == NULL) + fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv); + else + gz_uncompress(file, stdout); + } else { + file_uncompress(*argv); + } + } else { + if (copyout) { + FILE * in = fopen(*argv, "rb"); + + if (in == NULL) { + perror(*argv); + } else { + file = gzdopen(fileno(stdout), outmode); + if (file == NULL) error("can't gzdopen stdout"); + + gz_compress(in, file); + } + + } else { + file_compress(*argv, outmode); + } + } + } while (argv++, --argc); + } + return 0; +} diff --git a/zlib/treebuild.xml b/zlib/treebuild.xml new file mode 100644 index 0000000000000000000000000000000000000000..fd75525f99595de4ad5589070e43fa8969b37b1f --- /dev/null +++ b/zlib/treebuild.xml @@ -0,0 +1,116 @@ + + + + zip compression library + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zlib/trees.c b/zlib/trees.c index 395e4e16814e5e1d863fdbd38790e1508a8e5dcf..1f64ae3ec670a94295e3e25c0c2114163a78acac 100644 --- a/zlib/trees.c +++ b/zlib/trees.c @@ -1,5 +1,6 @@ /* trees.c -- output deflated data using Huffman coding - * Copyright (C) 1995-2005 Jean-loup Gailly + * Copyright (C) 1995-2017 Jean-loup Gailly + * detect_data_type() function provided freely by Cosmin Truta, 2006 * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -35,7 +36,7 @@ #include "deflate.h" -#ifdef DEBUG +#ifdef ZLIB_DEBUG # include #endif @@ -73,11 +74,6 @@ local const uch bl_order[BL_CODES] * probability, to avoid transmitting the lengths for unused bit length codes. */ -#define Buf_size (8 * 2*sizeof(char)) -/* Number of bits used within bi_buf. (bi_buf might be implemented on - * more than 16 bits on some systems.) - */ - /* =========================================================================== * Local data. These are initialized only once. */ @@ -126,13 +122,13 @@ struct static_tree_desc_s { int max_length; /* max bit length for the codes */ }; -local static_tree_desc static_l_desc = +local const static_tree_desc static_l_desc = {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; -local static_tree_desc static_d_desc = +local const static_tree_desc static_d_desc = {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; -local static_tree_desc static_bl_desc = +local const static_tree_desc static_bl_desc = {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; /* =========================================================================== @@ -150,24 +146,22 @@ local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); local int build_bl_tree OF((deflate_state *s)); local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes, int blcodes)); -local void compress_block OF((deflate_state *s, ct_data *ltree, - ct_data *dtree)); -local void set_data_type OF((deflate_state *s)); +local void compress_block OF((deflate_state *s, const ct_data *ltree, + const ct_data *dtree)); +local int detect_data_type OF((deflate_state *s)); local unsigned bi_reverse OF((unsigned value, int length)); local void bi_windup OF((deflate_state *s)); local void bi_flush OF((deflate_state *s)); -local void copy_block OF((deflate_state *s, charf *buf, unsigned len, - int header)); #ifdef GEN_TREES_H local void gen_trees_header OF((void)); #endif -#ifndef DEBUG +#ifndef ZLIB_DEBUG # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) /* Send a code of the given tree. c and tree must not have side effects */ -#else /* DEBUG */ +#else /* !ZLIB_DEBUG */ # define send_code(s, c, tree) \ { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \ send_bits(s, tree[c].Code, tree[c].Len); } @@ -186,7 +180,7 @@ local void gen_trees_header OF((void)); * Send a value on a given number of bits. * IN assertion: length <= 16 and value fits in length bits. */ -#ifdef DEBUG +#ifdef ZLIB_DEBUG local void send_bits OF((deflate_state *s, int value, int length)); local void send_bits(s, value, length) @@ -203,31 +197,31 @@ local void send_bits(s, value, length) * unused bits in value. */ if (s->bi_valid > (int)Buf_size - length) { - s->bi_buf |= (value << s->bi_valid); + s->bi_buf |= (ush)value << s->bi_valid; put_short(s, s->bi_buf); s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); s->bi_valid += length - Buf_size; } else { - s->bi_buf |= value << s->bi_valid; + s->bi_buf |= (ush)value << s->bi_valid; s->bi_valid += length; } } -#else /* !DEBUG */ +#else /* !ZLIB_DEBUG */ #define send_bits(s, value, length) \ { int len = length;\ if (s->bi_valid > (int)Buf_size - len) {\ - int val = value;\ - s->bi_buf |= (val << s->bi_valid);\ + int val = (int)value;\ + s->bi_buf |= (ush)val << s->bi_valid;\ put_short(s, s->bi_buf);\ s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\ s->bi_valid += len - Buf_size;\ } else {\ - s->bi_buf |= (value) << s->bi_valid;\ + s->bi_buf |= (ush)(value) << s->bi_valid;\ s->bi_valid += len;\ }\ } -#endif /* DEBUG */ +#endif /* ZLIB_DEBUG */ /* the arguments must not have side effects */ @@ -250,11 +244,13 @@ local void tr_static_init() if (static_init_done) return; /* For some embedded targets, global variables are not initialized: */ +#ifdef NO_INIT_GLOBAL_POINTERS static_l_desc.static_tree = static_ltree; static_l_desc.extra_bits = extra_lbits; static_d_desc.static_tree = static_dtree; static_d_desc.extra_bits = extra_dbits; static_bl_desc.extra_bits = extra_blbits; +#endif /* Initialize the mapping length (0..255) -> length code (0..28) */ length = 0; @@ -319,7 +315,7 @@ local void tr_static_init() * Genererate the file trees.h describing the static trees. */ #ifdef GEN_TREES_H -# ifndef DEBUG +# ifndef ZLIB_DEBUG # include # endif @@ -348,13 +344,14 @@ void gen_trees_header() static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); } - fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n"); + fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); for (i = 0; i < DIST_CODE_LEN; i++) { fprintf(header, "%2u%s", _dist_code[i], SEPARATOR(i, DIST_CODE_LEN-1, 20)); } - fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n"); + fprintf(header, + "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n"); for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { fprintf(header, "%2u%s", _length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); @@ -379,7 +376,7 @@ void gen_trees_header() /* =========================================================================== * Initialize the tree data structures for a new zlib stream. */ -void _tr_init(s) +void ZLIB_INTERNAL _tr_init(s) deflate_state *s; { tr_static_init(); @@ -395,8 +392,7 @@ void _tr_init(s) s->bi_buf = 0; s->bi_valid = 0; - s->last_eob_len = 8; /* enough lookahead for inflate */ -#ifdef DEBUG +#ifdef ZLIB_DEBUG s->compressed_len = 0L; s->bits_sent = 0L; #endif @@ -524,12 +520,12 @@ local void gen_bitlen(s, desc) xbits = 0; if (n >= base) xbits = extra[n-base]; f = tree[n].Freq; - s->opt_len += (ulg)f * (bits + xbits); - if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); + s->opt_len += (ulg)f * (unsigned)(bits + xbits); + if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); } if (overflow == 0) return; - Trace((stderr,"\nbit length overflow\n")); + Tracev((stderr,"\nbit length overflow\n")); /* This happens for example on obj2 and pic of the Calgary corpus */ /* Find the first bit length which could increase: */ @@ -556,9 +552,8 @@ local void gen_bitlen(s, desc) m = s->heap[--h]; if (m > max_code) continue; if ((unsigned) tree[m].Len != (unsigned) bits) { - Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); - s->opt_len += ((long)bits - (long)tree[m].Len) - *(long)tree[m].Freq; + Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); + s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; tree[m].Len = (ush)bits; } n--; @@ -580,7 +575,7 @@ local void gen_codes (tree, max_code, bl_count) ushf *bl_count; /* number of codes at each bit length */ { ush next_code[MAX_BITS+1]; /* next code value for each bit length */ - ush code = 0; /* running code value */ + unsigned code = 0; /* running code value */ int bits; /* bit index */ int n; /* code index */ @@ -588,7 +583,8 @@ local void gen_codes (tree, max_code, bl_count) * without bit reversal. */ for (bits = 1; bits <= MAX_BITS; bits++) { - next_code[bits] = code = (code + bl_count[bits-1]) << 1; + code = (code + bl_count[bits-1]) << 1; + next_code[bits] = (ush)code; } /* Check that the bit counts in bl_count are consistent. The last code * must be all ones. @@ -601,7 +597,7 @@ local void gen_codes (tree, max_code, bl_count) int len = tree[n].Len; if (len == 0) continue; /* Now reverse the bits */ - tree[n].Code = bi_reverse(next_code[len]++, len); + tree[n].Code = (ush)bi_reverse(next_code[len]++, len); Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); @@ -823,7 +819,7 @@ local int build_bl_tree(s) if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; } /* Update opt_len to include the bit length tree and counts */ - s->opt_len += 3*(max_blindex+1) + 5+5+4; + s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4; Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", s->opt_len, s->static_len)); @@ -864,65 +860,63 @@ local void send_all_trees(s, lcodes, dcodes, blcodes) /* =========================================================================== * Send a stored block */ -void _tr_stored_block(s, buf, stored_len, eof) +void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) deflate_state *s; charf *buf; /* input block */ ulg stored_len; /* length of input block */ - int eof; /* true if this is the last block for a file */ + int last; /* one if this is the last block for a file */ { - send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ -#ifdef DEBUG + send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */ + bi_windup(s); /* align on byte boundary */ + put_short(s, (ush)stored_len); + put_short(s, (ush)~stored_len); + if (stored_len != 0) { + /* Avoid calling memcpy when stored_len equals to zero to + avoid UBSAN errors */ + zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); + } + s->pending += stored_len; +#ifdef ZLIB_DEBUG s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; s->compressed_len += (stored_len + 4) << 3; + s->bits_sent += 2*16; + s->bits_sent += stored_len<<3; #endif - copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ +} + +/* =========================================================================== + * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) + */ +void ZLIB_INTERNAL _tr_flush_bits(s) + deflate_state *s; +{ + bi_flush(s); } /* =========================================================================== * Send one empty static block to give enough lookahead for inflate. * This takes 10 bits, of which 7 may remain in the bit buffer. - * The current inflate code requires 9 bits of lookahead. If the - * last two codes for the previous block (real code plus EOB) were coded - * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode - * the last real code. In this case we send two empty static blocks instead - * of one. (There are no problems if the previous block is stored or fixed.) - * To simplify the code, we assume the worst case of last real code encoded - * on one bit only. */ -void _tr_align(s) +void ZLIB_INTERNAL _tr_align(s) deflate_state *s; { send_bits(s, STATIC_TREES<<1, 3); send_code(s, END_BLOCK, static_ltree); -#ifdef DEBUG +#ifdef ZLIB_DEBUG s->compressed_len += 10L; /* 3 for block type, 7 for EOB */ #endif bi_flush(s); - /* Of the 10 bits for the empty block, we have already sent - * (10 - bi_valid) bits. The lookahead for the last real code (before - * the EOB of the previous block) was thus at least one plus the length - * of the EOB plus what we have just sent of the empty static block. - */ - if (1 + s->last_eob_len + 10 - s->bi_valid < 9) { - send_bits(s, STATIC_TREES<<1, 3); - send_code(s, END_BLOCK, static_ltree); -#ifdef DEBUG - s->compressed_len += 10L; -#endif - bi_flush(s); - } - s->last_eob_len = 7; } /* =========================================================================== * Determine the best encoding for the current block: dynamic trees, static - * trees or store, and output the encoded block to the zip file. + * trees or store, and write out the encoded block. */ -void _tr_flush_block(s, buf, stored_len, eof) +void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) deflate_state *s; charf *buf; /* input block, or NULL if too old */ ulg stored_len; /* length of input block */ - int eof; /* true if this is the last block for a file */ + int last; /* one if this is the last block for a file */ { ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ int max_blindex = 0; /* index of last bit length code of non zero freq */ @@ -931,8 +925,8 @@ void _tr_flush_block(s, buf, stored_len, eof) if (s->level > 0) { /* Check if the file is binary or text */ - if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN) - set_data_type(s); + if (s->strm->data_type == Z_UNKNOWN) + s->strm->data_type = detect_data_type(s); /* Construct the literal and distance trees */ build_tree(s, (tree_desc *)(&(s->l_desc))); @@ -978,24 +972,26 @@ void _tr_flush_block(s, buf, stored_len, eof) * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to * transform a block into a stored block. */ - _tr_stored_block(s, buf, stored_len, eof); + _tr_stored_block(s, buf, stored_len, last); #ifdef FORCE_STATIC } else if (static_lenb >= 0) { /* force static trees */ #else } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { #endif - send_bits(s, (STATIC_TREES<<1)+eof, 3); - compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree); -#ifdef DEBUG + send_bits(s, (STATIC_TREES<<1)+last, 3); + compress_block(s, (const ct_data *)static_ltree, + (const ct_data *)static_dtree); +#ifdef ZLIB_DEBUG s->compressed_len += 3 + s->static_len; #endif } else { - send_bits(s, (DYN_TREES<<1)+eof, 3); + send_bits(s, (DYN_TREES<<1)+last, 3); send_all_trees(s, s->l_desc.max_code+1, s->d_desc.max_code+1, max_blindex+1); - compress_block(s, (ct_data *)s->dyn_ltree, (ct_data *)s->dyn_dtree); -#ifdef DEBUG + compress_block(s, (const ct_data *)s->dyn_ltree, + (const ct_data *)s->dyn_dtree); +#ifdef ZLIB_DEBUG s->compressed_len += 3 + s->opt_len; #endif } @@ -1005,21 +1001,21 @@ void _tr_flush_block(s, buf, stored_len, eof) */ init_block(s); - if (eof) { + if (last) { bi_windup(s); -#ifdef DEBUG +#ifdef ZLIB_DEBUG s->compressed_len += 7; /* align on byte boundary */ #endif } Tracev((stderr,"\ncomprlen %lu(%lu) ", s->compressed_len>>3, - s->compressed_len-7*eof)); + s->compressed_len-7*last)); } /* =========================================================================== * Save the match info and tally the frequency counts. Return true if * the current block must be flushed. */ -int _tr_tally (s, dist, lc) +int ZLIB_INTERNAL _tr_tally (s, dist, lc) deflate_state *s; unsigned dist; /* distance of matched string */ unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */ @@ -1071,8 +1067,8 @@ int _tr_tally (s, dist, lc) */ local void compress_block(s, ltree, dtree) deflate_state *s; - ct_data *ltree; /* literal tree */ - ct_data *dtree; /* distance tree */ + const ct_data *ltree; /* literal tree */ + const ct_data *dtree; /* distance tree */ { unsigned dist; /* distance of matched string */ int lc; /* match length or unmatched char (if dist == 0) */ @@ -1102,7 +1098,7 @@ local void compress_block(s, ltree, dtree) send_code(s, code, dtree); /* send the distance code */ extra = extra_dbits[code]; if (extra != 0) { - dist -= base_dist[code]; + dist -= (unsigned)base_dist[code]; send_bits(s, dist, extra); /* send the extra distance bits */ } } /* literal or match pair ? */ @@ -1114,28 +1110,48 @@ local void compress_block(s, ltree, dtree) } while (lx < s->last_lit); send_code(s, END_BLOCK, ltree); - s->last_eob_len = ltree[END_BLOCK].Len; } /* =========================================================================== - * Set the data type to BINARY or TEXT, using a crude approximation: - * set it to Z_TEXT if all symbols are either printable characters (33 to 255) - * or white spaces (9 to 13, or 32); or set it to Z_BINARY otherwise. + * Check if the data type is TEXT or BINARY, using the following algorithm: + * - TEXT if the two conditions below are satisfied: + * a) There are no non-portable control characters belonging to the + * "black list" (0..6, 14..25, 28..31). + * b) There is at least one printable character belonging to the + * "white list" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255). + * - BINARY otherwise. + * - The following partially-portable control characters form a + * "gray list" that is ignored in this detection algorithm: + * (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}). * IN assertion: the fields Freq of dyn_ltree are set. */ -local void set_data_type(s) +local int detect_data_type(s) deflate_state *s; { + /* black_mask is the bit mask of black-listed bytes + * set bits 0..6, 14..25, and 28..31 + * 0xf3ffc07f = binary 11110011111111111100000001111111 + */ + unsigned long black_mask = 0xf3ffc07fUL; int n; - for (n = 0; n < 9; n++) + /* Check for non-textual ("black-listed") bytes. */ + for (n = 0; n <= 31; n++, black_mask >>= 1) + if ((black_mask & 1) && (s->dyn_ltree[n].Freq != 0)) + return Z_BINARY; + + /* Check for textual ("white-listed") bytes. */ + if (s->dyn_ltree[9].Freq != 0 || s->dyn_ltree[10].Freq != 0 + || s->dyn_ltree[13].Freq != 0) + return Z_TEXT; + for (n = 32; n < LITERALS; n++) if (s->dyn_ltree[n].Freq != 0) - break; - if (n == 9) - for (n = 14; n < 32; n++) - if (s->dyn_ltree[n].Freq != 0) - break; - s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY; + return Z_TEXT; + + /* There are no "black-listed" or "white-listed" bytes: + * this stream either is empty or has tolerated ("gray-listed") bytes only. + */ + return Z_BINARY; } /* =========================================================================== @@ -1185,35 +1201,7 @@ local void bi_windup(s) } s->bi_buf = 0; s->bi_valid = 0; -#ifdef DEBUG +#ifdef ZLIB_DEBUG s->bits_sent = (s->bits_sent+7) & ~7; #endif } - -/* =========================================================================== - * Copy a stored block, storing first the length and its - * one's complement if requested. - */ -local void copy_block(s, buf, len, header) - deflate_state *s; - charf *buf; /* the input data */ - unsigned len; /* its length */ - int header; /* true if block header must be written */ -{ - bi_windup(s); /* align on byte boundary */ - s->last_eob_len = 8; /* enough lookahead for inflate */ - - if (header) { - put_short(s, (ush)len); - put_short(s, (ush)~len); -#ifdef DEBUG - s->bits_sent += 2*16; -#endif - } -#ifdef DEBUG - s->bits_sent += (ulg)len<<3; -#endif - while (len--) { - put_byte(s, *buf++); - } -} diff --git a/zlib/trees.h b/zlib/trees.h index 72facf900f7787e26fe05781e08ecf26b42fbd3a..d35639d82a27807e49ea35c334f8bbcf64720f82 100644 --- a/zlib/trees.h +++ b/zlib/trees.h @@ -70,7 +70,7 @@ local const ct_data static_dtree[D_CODES] = { {{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} }; -const uch _dist_code[DIST_CODE_LEN] = { +const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, @@ -99,7 +99,7 @@ const uch _dist_code[DIST_CODE_LEN] = { 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29 }; -const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { +const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, diff --git a/zlib/uncompr.c b/zlib/uncompr.c index b59e3d0defb24b22c83167609f2cc5eb7620b96b..f03a1a865e347d10ac16f6a70b2bc2fdc5235f9c 100644 --- a/zlib/uncompr.c +++ b/zlib/uncompr.c @@ -1,5 +1,5 @@ /* uncompr.c -- decompress a memory buffer - * Copyright (C) 1995-2003 Jean-loup Gailly. + * Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -9,53 +9,85 @@ #include "zlib.h" /* =========================================================================== - Decompresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total - size of the destination buffer, which must be large enough to hold the - entire uncompressed data. (The size of the uncompressed data must have - been saved previously by the compressor and transmitted to the decompressor - by some mechanism outside the scope of this compression library.) - Upon exit, destLen is the actual size of the compressed buffer. - This function can be used to decompress a whole file at once if the - input file is mmap'ed. - - uncompress returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer, or Z_DATA_ERROR if the input data was corrupted. + Decompresses the source buffer into the destination buffer. *sourceLen is + the byte length of the source buffer. Upon entry, *destLen is the total size + of the destination buffer, which must be large enough to hold the entire + uncompressed data. (The size of the uncompressed data must have been saved + previously by the compressor and transmitted to the decompressor by some + mechanism outside the scope of this compression library.) Upon exit, + *destLen is the size of the decompressed data and *sourceLen is the number + of source bytes consumed. Upon return, source + *sourceLen points to the + first unused input byte. + + uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough + memory, Z_BUF_ERROR if there was not enough room in the output buffer, or + Z_DATA_ERROR if the input data was corrupted, including if the input data is + an incomplete zlib stream. */ -int ZEXPORT uncompress (dest, destLen, source, sourceLen) +int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) Bytef *dest; uLongf *destLen; const Bytef *source; - uLong sourceLen; + uLong *sourceLen; { z_stream stream; int err; + const uInt max = (uInt)-1; + uLong len, left; + Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */ - stream.next_in = (Bytef*)source; - stream.avail_in = (uInt)sourceLen; - /* Check for source > 64K on 16-bit machine: */ - if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; - - stream.next_out = dest; - stream.avail_out = (uInt)*destLen; - if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; + len = *sourceLen; + if (*destLen) { + left = *destLen; + *destLen = 0; + } + else { + left = 1; + dest = buf; + } + stream.next_in = (z_const Bytef *)source; + stream.avail_in = 0; stream.zalloc = (alloc_func)0; stream.zfree = (free_func)0; + stream.opaque = (voidpf)0; err = inflateInit(&stream); if (err != Z_OK) return err; - err = inflate(&stream, Z_FINISH); - if (err != Z_STREAM_END) { - inflateEnd(&stream); - if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) - return Z_DATA_ERROR; - return err; - } - *destLen = stream.total_out; + stream.next_out = dest; + stream.avail_out = 0; + + do { + if (stream.avail_out == 0) { + stream.avail_out = left > (uLong)max ? max : (uInt)left; + left -= stream.avail_out; + } + if (stream.avail_in == 0) { + stream.avail_in = len > (uLong)max ? max : (uInt)len; + len -= stream.avail_in; + } + err = inflate(&stream, Z_NO_FLUSH); + } while (err == Z_OK); - err = inflateEnd(&stream); - return err; + *sourceLen -= len + stream.avail_in; + if (dest != buf) + *destLen = stream.total_out; + else if (stream.total_out && err == Z_BUF_ERROR) + left = 1; + + inflateEnd(&stream); + return err == Z_STREAM_END ? Z_OK : + err == Z_NEED_DICT ? Z_DATA_ERROR : + err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR : + err; +} + +int ZEXPORT uncompress (dest, destLen, source, sourceLen) + Bytef *dest; + uLongf *destLen; + const Bytef *source; + uLong sourceLen; +{ + return uncompress2(dest, destLen, source, &sourceLen); } diff --git a/zlib/watcom/watcom_f.mak b/zlib/watcom/watcom_f.mak new file mode 100644 index 0000000000000000000000000000000000000000..37f4d74c19c0a369f8bf54f177d42d977ee53f52 --- /dev/null +++ b/zlib/watcom/watcom_f.mak @@ -0,0 +1,43 @@ +# Makefile for zlib +# OpenWatcom flat model +# Last updated: 28-Dec-2005 + +# To use, do "wmake -f watcom_f.mak" + +C_SOURCE = adler32.c compress.c crc32.c deflate.c & + gzclose.c gzlib.c gzread.c gzwrite.c & + infback.c inffast.c inflate.c inftrees.c & + trees.c uncompr.c zutil.c + +OBJS = adler32.obj compress.obj crc32.obj deflate.obj & + gzclose.obj gzlib.obj gzread.obj gzwrite.obj & + infback.obj inffast.obj inflate.obj inftrees.obj & + trees.obj uncompr.obj zutil.obj + +CC = wcc386 +LINKER = wcl386 +CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx +ZLIB_LIB = zlib_f.lib + +.C.OBJ: + $(CC) $(CFLAGS) $[@ + +all: $(ZLIB_LIB) example.exe minigzip.exe + +$(ZLIB_LIB): $(OBJS) + wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj + wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj + wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj + wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj + wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj + +example.exe: $(ZLIB_LIB) example.obj + $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB) + +minigzip.exe: $(ZLIB_LIB) minigzip.obj + $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB) + +clean: .SYMBOLIC + del *.obj + del $(ZLIB_LIB) + @echo Cleaning done diff --git a/zlib/watcom/watcom_l.mak b/zlib/watcom/watcom_l.mak new file mode 100644 index 0000000000000000000000000000000000000000..193eed7b318a605bb0fca99c972d1998931c1016 --- /dev/null +++ b/zlib/watcom/watcom_l.mak @@ -0,0 +1,43 @@ +# Makefile for zlib +# OpenWatcom large model +# Last updated: 28-Dec-2005 + +# To use, do "wmake -f watcom_l.mak" + +C_SOURCE = adler32.c compress.c crc32.c deflate.c & + gzclose.c gzlib.c gzread.c gzwrite.c & + infback.c inffast.c inflate.c inftrees.c & + trees.c uncompr.c zutil.c + +OBJS = adler32.obj compress.obj crc32.obj deflate.obj & + gzclose.obj gzlib.obj gzread.obj gzwrite.obj & + infback.obj inffast.obj inflate.obj inftrees.obj & + trees.obj uncompr.obj zutil.obj + +CC = wcc +LINKER = wcl +CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx +ZLIB_LIB = zlib_l.lib + +.C.OBJ: + $(CC) $(CFLAGS) $[@ + +all: $(ZLIB_LIB) example.exe minigzip.exe + +$(ZLIB_LIB): $(OBJS) + wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj + wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj + wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj + wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj + wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj + +example.exe: $(ZLIB_LIB) example.obj + $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB) + +minigzip.exe: $(ZLIB_LIB) minigzip.obj + $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB) + +clean: .SYMBOLIC + del *.obj + del $(ZLIB_LIB) + @echo Cleaning done diff --git a/zlib/win32/DLL_FAQ.txt b/zlib/win32/DLL_FAQ.txt new file mode 100644 index 0000000000000000000000000000000000000000..12c009018c3775df11e98b403a447d97a46da4ab --- /dev/null +++ b/zlib/win32/DLL_FAQ.txt @@ -0,0 +1,397 @@ + + Frequently Asked Questions about ZLIB1.DLL + + +This document describes the design, the rationale, and the usage +of the official DLL build of zlib, named ZLIB1.DLL. If you have +general questions about zlib, you should see the file "FAQ" found +in the zlib distribution, or at the following location: + http://www.gzip.org/zlib/zlib_faq.html + + + 1. What is ZLIB1.DLL, and how can I get it? + + - ZLIB1.DLL is the official build of zlib as a DLL. + (Please remark the character '1' in the name.) + + Pointers to a precompiled ZLIB1.DLL can be found in the zlib + web site at: + http://www.zlib.net/ + + Applications that link to ZLIB1.DLL can rely on the following + specification: + + * The exported symbols are exclusively defined in the source + files "zlib.h" and "zlib.def", found in an official zlib + source distribution. + * The symbols are exported by name, not by ordinal. + * The exported names are undecorated. + * The calling convention of functions is "C" (CDECL). + * The ZLIB1.DLL binary is linked to MSVCRT.DLL. + + The archive in which ZLIB1.DLL is bundled contains compiled + test programs that must run with a valid build of ZLIB1.DLL. + It is recommended to download the prebuilt DLL from the zlib + web site, instead of building it yourself, to avoid potential + incompatibilities that could be introduced by your compiler + and build settings. If you do build the DLL yourself, please + make sure that it complies with all the above requirements, + and it runs with the precompiled test programs, bundled with + the original ZLIB1.DLL distribution. + + If, for any reason, you need to build an incompatible DLL, + please use a different file name. + + + 2. Why did you change the name of the DLL to ZLIB1.DLL? + What happened to the old ZLIB.DLL? + + - The old ZLIB.DLL, built from zlib-1.1.4 or earlier, required + compilation settings that were incompatible to those used by + a static build. The DLL settings were supposed to be enabled + by defining the macro ZLIB_DLL, before including "zlib.h". + Incorrect handling of this macro was silently accepted at + build time, resulting in two major problems: + + * ZLIB_DLL was missing from the old makefile. When building + the DLL, not all people added it to the build options. In + consequence, incompatible incarnations of ZLIB.DLL started + to circulate around the net. + + * When switching from using the static library to using the + DLL, applications had to define the ZLIB_DLL macro and + to recompile all the sources that contained calls to zlib + functions. Failure to do so resulted in creating binaries + that were unable to run with the official ZLIB.DLL build. + + The only possible solution that we could foresee was to make + a binary-incompatible change in the DLL interface, in order to + remove the dependency on the ZLIB_DLL macro, and to release + the new DLL under a different name. + + We chose the name ZLIB1.DLL, where '1' indicates the major + zlib version number. We hope that we will not have to break + the binary compatibility again, at least not as long as the + zlib-1.x series will last. + + There is still a ZLIB_DLL macro, that can trigger a more + efficient build and use of the DLL, but compatibility no + longer dependents on it. + + + 3. Can I build ZLIB.DLL from the new zlib sources, and replace + an old ZLIB.DLL, that was built from zlib-1.1.4 or earlier? + + - In principle, you can do it by assigning calling convention + keywords to the macros ZEXPORT and ZEXPORTVA. In practice, + it depends on what you mean by "an old ZLIB.DLL", because the + old DLL exists in several mutually-incompatible versions. + You have to find out first what kind of calling convention is + being used in your particular ZLIB.DLL build, and to use the + same one in the new build. If you don't know what this is all + about, you might be better off if you would just leave the old + DLL intact. + + + 4. Can I compile my application using the new zlib interface, and + link it to an old ZLIB.DLL, that was built from zlib-1.1.4 or + earlier? + + - The official answer is "no"; the real answer depends again on + what kind of ZLIB.DLL you have. Even if you are lucky, this + course of action is unreliable. + + If you rebuild your application and you intend to use a newer + version of zlib (post- 1.1.4), it is strongly recommended to + link it to the new ZLIB1.DLL. + + + 5. Why are the zlib symbols exported by name, and not by ordinal? + + - Although exporting symbols by ordinal is a little faster, it + is risky. Any single glitch in the maintenance or use of the + DEF file that contains the ordinals can result in incompatible + builds and frustrating crashes. Simply put, the benefits of + exporting symbols by ordinal do not justify the risks. + + Technically, it should be possible to maintain ordinals in + the DEF file, and still export the symbols by name. Ordinals + exist in every DLL, and even if the dynamic linking performed + at the DLL startup is searching for names, ordinals serve as + hints, for a faster name lookup. However, if the DEF file + contains ordinals, the Microsoft linker automatically builds + an implib that will cause the executables linked to it to use + those ordinals, and not the names. It is interesting to + notice that the GNU linker for Win32 does not suffer from this + problem. + + It is possible to avoid the DEF file if the exported symbols + are accompanied by a "__declspec(dllexport)" attribute in the + source files. You can do this in zlib by predefining the + ZLIB_DLL macro. + + + 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling + convention. Why not use the STDCALL convention? + STDCALL is the standard convention in Win32, and I need it in + my Visual Basic project! + + (For readability, we use CDECL to refer to the convention + triggered by the "__cdecl" keyword, STDCALL to refer to + the convention triggered by "__stdcall", and FASTCALL to + refer to the convention triggered by "__fastcall".) + + - Most of the native Windows API functions (without varargs) use + indeed the WINAPI convention (which translates to STDCALL in + Win32), but the standard C functions use CDECL. If a user + application is intrinsically tied to the Windows API (e.g. + it calls native Windows API functions such as CreateFile()), + sometimes it makes sense to decorate its own functions with + WINAPI. But if ANSI C or POSIX portability is a goal (e.g. + it calls standard C functions such as fopen()), it is not a + sound decision to request the inclusion of , or to + use non-ANSI constructs, for the sole purpose to make the user + functions STDCALL-able. + + The functionality offered by zlib is not in the category of + "Windows functionality", but is more like "C functionality". + + Technically, STDCALL is not bad; in fact, it is slightly + faster than CDECL, and it works with variable-argument + functions, just like CDECL. It is unfortunate that, in spite + of using STDCALL in the Windows API, it is not the default + convention used by the C compilers that run under Windows. + The roots of the problem reside deep inside the unsafety of + the K&R-style function prototypes, where the argument types + are not specified; but that is another story for another day. + + The remaining fact is that CDECL is the default convention. + Even if an explicit convention is hard-coded into the function + prototypes inside C headers, problems may appear. The + necessity to expose the convention in users' callbacks is one + of these problems. + + The calling convention issues are also important when using + zlib in other programming languages. Some of them, like Ada + (GNAT) and Fortran (GNU G77), have C bindings implemented + initially on Unix, and relying on the C calling convention. + On the other hand, the pre- .NET versions of Microsoft Visual + Basic require STDCALL, while Borland Delphi prefers, although + it does not require, FASTCALL. + + In fairness to all possible uses of zlib outside the C + programming language, we choose the default "C" convention. + Anyone interested in different bindings or conventions is + encouraged to maintain specialized projects. The "contrib/" + directory from the zlib distribution already holds a couple + of foreign bindings, such as Ada, C++, and Delphi. + + + 7. I need a DLL for my Visual Basic project. What can I do? + + - Define the ZLIB_WINAPI macro before including "zlib.h", when + building both the DLL and the user application (except that + you don't need to define anything when using the DLL in Visual + Basic). The ZLIB_WINAPI macro will switch on the WINAPI + (STDCALL) convention. The name of this DLL must be different + than the official ZLIB1.DLL. + + Gilles Vollant has contributed a build named ZLIBWAPI.DLL, + with the ZLIB_WINAPI macro turned on, and with the minizip + functionality built in. For more information, please read + the notes inside "contrib/vstudio/readme.txt", found in the + zlib distribution. + + + 8. I need to use zlib in my Microsoft .NET project. What can I + do? + + - Henrik Ravn has contributed a .NET wrapper around zlib. Look + into contrib/dotzlib/, inside the zlib distribution. + + + 9. If my application uses ZLIB1.DLL, should I link it to + MSVCRT.DLL? Why? + + - It is not required, but it is recommended to link your + application to MSVCRT.DLL, if it uses ZLIB1.DLL. + + The executables (.EXE, .DLL, etc.) that are involved in the + same process and are using the C run-time library (i.e. they + are calling standard C functions), must link to the same + library. There are several libraries in the Win32 system: + CRTDLL.DLL, MSVCRT.DLL, the static C libraries, etc. + Since ZLIB1.DLL is linked to MSVCRT.DLL, the executables that + depend on it should also be linked to MSVCRT.DLL. + + +10. Why are you saying that ZLIB1.DLL and my application should + be linked to the same C run-time (CRT) library? I linked my + application and my DLLs to different C libraries (e.g. my + application to a static library, and my DLLs to MSVCRT.DLL), + and everything works fine. + + - If a user library invokes only pure Win32 API (accessible via + and the related headers), its DLL build will work + in any context. But if this library invokes standard C API, + things get more complicated. + + There is a single Win32 library in a Win32 system. Every + function in this library resides in a single DLL module, that + is safe to call from anywhere. On the other hand, there are + multiple versions of the C library, and each of them has its + own separate internal state. Standalone executables and user + DLLs that call standard C functions must link to a C run-time + (CRT) library, be it static or shared (DLL). Intermixing + occurs when an executable (not necessarily standalone) and a + DLL are linked to different CRTs, and both are running in the + same process. + + Intermixing multiple CRTs is possible, as long as their + internal states are kept intact. The Microsoft Knowledge Base + articles KB94248 "HOWTO: Use the C Run-Time" and KB140584 + "HOWTO: Link with the Correct C Run-Time (CRT) Library" + mention the potential problems raised by intermixing. + + If intermixing works for you, it's because your application + and DLLs are avoiding the corruption of each of the CRTs' + internal states, maybe by careful design, or maybe by fortune. + + Also note that linking ZLIB1.DLL to non-Microsoft CRTs, such + as those provided by Borland, raises similar problems. + + +11. Why are you linking ZLIB1.DLL to MSVCRT.DLL? + + - MSVCRT.DLL exists on every Windows 95 with a new service pack + installed, or with Microsoft Internet Explorer 4 or later, and + on all other Windows 4.x or later (Windows 98, Windows NT 4, + or later). It is freely distributable; if not present in the + system, it can be downloaded from Microsoft or from other + software provider for free. + + The fact that MSVCRT.DLL does not exist on a virgin Windows 95 + is not so problematic. Windows 95 is scarcely found nowadays, + Microsoft ended its support a long time ago, and many recent + applications from various vendors, including Microsoft, do not + even run on it. Furthermore, no serious user should run + Windows 95 without a proper update installed. + + +12. Why are you not linking ZLIB1.DLL to + <> ? + + - We considered and abandoned the following alternatives: + + * Linking ZLIB1.DLL to a static C library (LIBC.LIB, or + LIBCMT.LIB) is not a good option. People are using the DLL + mainly to save disk space. If you are linking your program + to a static C library, you may as well consider linking zlib + in statically, too. + + * Linking ZLIB1.DLL to CRTDLL.DLL looks appealing, because + CRTDLL.DLL is present on every Win32 installation. + Unfortunately, it has a series of problems: it does not + work properly with Microsoft's C++ libraries, it does not + provide support for 64-bit file offsets, (and so on...), + and Microsoft discontinued its support a long time ago. + + * Linking ZLIB1.DLL to MSVCR70.DLL or MSVCR71.DLL, supplied + with the Microsoft .NET platform, and Visual C++ 7.0/7.1, + raises problems related to the status of ZLIB1.DLL as a + system component. According to the Microsoft Knowledge Base + article KB326922 "INFO: Redistribution of the Shared C + Runtime Component in Visual C++ .NET", MSVCR70.DLL and + MSVCR71.DLL are not supposed to function as system DLLs, + because they may clash with MSVCRT.DLL. Instead, the + application's installer is supposed to put these DLLs + (if needed) in the application's private directory. + If ZLIB1.DLL depends on a non-system runtime, it cannot + function as a redistributable system component. + + * Linking ZLIB1.DLL to non-Microsoft runtimes, such as + Borland's, or Cygwin's, raises problems related to the + reliable presence of these runtimes on Win32 systems. + It's easier to let the DLL build of zlib up to the people + who distribute these runtimes, and who may proceed as + explained in the answer to Question 14. + + +13. If ZLIB1.DLL cannot be linked to MSVCR70.DLL or MSVCR71.DLL, + how can I build/use ZLIB1.DLL in Microsoft Visual C++ 7.0 + (Visual Studio .NET) or newer? + + - Due to the problems explained in the Microsoft Knowledge Base + article KB326922 (see the previous answer), the C runtime that + comes with the VC7 environment is no longer considered a + system component. That is, it should not be assumed that this + runtime exists, or may be installed in a system directory. + Since ZLIB1.DLL is supposed to be a system component, it may + not depend on a non-system component. + + In order to link ZLIB1.DLL and your application to MSVCRT.DLL + in VC7, you need the library of Visual C++ 6.0 or older. If + you don't have this library at hand, it's probably best not to + use ZLIB1.DLL. + + We are hoping that, in the future, Microsoft will provide a + way to build applications linked to a proper system runtime, + from the Visual C++ environment. Until then, you have a + couple of alternatives, such as linking zlib in statically. + If your application requires dynamic linking, you may proceed + as explained in the answer to Question 14. + + +14. I need to link my own DLL build to a CRT different than + MSVCRT.DLL. What can I do? + + - Feel free to rebuild the DLL from the zlib sources, and link + it the way you want. You should, however, clearly state that + your build is unofficial. You should give it a different file + name, and/or install it in a private directory that can be + accessed by your application only, and is not visible to the + others (i.e. it's neither in the PATH, nor in the SYSTEM or + SYSTEM32 directories). Otherwise, your build may clash with + applications that link to the official build. + + For example, in Cygwin, zlib is linked to the Cygwin runtime + CYGWIN1.DLL, and it is distributed under the name CYGZ.DLL. + + +15. May I include additional pieces of code that I find useful, + link them in ZLIB1.DLL, and export them? + + - No. A legitimate build of ZLIB1.DLL must not include code + that does not originate from the official zlib source code. + But you can make your own private DLL build, under a different + file name, as suggested in the previous answer. + + For example, zlib is a part of the VCL library, distributed + with Borland Delphi and C++ Builder. The DLL build of VCL + is a redistributable file, named VCLxx.DLL. + + +16. May I remove some functionality out of ZLIB1.DLL, by enabling + macros like NO_GZCOMPRESS or NO_GZIP at compile time? + + - No. A legitimate build of ZLIB1.DLL must provide the complete + zlib functionality, as implemented in the official zlib source + code. But you can make your own private DLL build, under a + different file name, as suggested in the previous answer. + + +17. I made my own ZLIB1.DLL build. Can I test it for compliance? + + - We prefer that you download the official DLL from the zlib + web site. If you need something peculiar from this DLL, you + can send your suggestion to the zlib mailing list. + + However, in case you do rebuild the DLL yourself, you can run + it with the test programs found in the DLL distribution. + Running these test programs is not a guarantee of compliance, + but a failure can imply a detected problem. + +** + +This document is written and maintained by +Cosmin Truta diff --git a/zlib/win32/Makefile.bor b/zlib/win32/Makefile.bor new file mode 100644 index 0000000000000000000000000000000000000000..d152bbb7ffd95161a8b400d2de87e49346a9a0c4 --- /dev/null +++ b/zlib/win32/Makefile.bor @@ -0,0 +1,110 @@ +# Makefile for zlib +# Borland C++ for Win32 +# +# Usage: +# make -f win32/Makefile.bor +# make -f win32/Makefile.bor LOCAL_ZLIB=-DASMV OBJA=match.obj OBJPA=+match.obj + +# ------------ Borland C++ ------------ + +# Optional nonstandard preprocessor flags (e.g. -DMAX_MEM_LEVEL=7) +# should be added to the environment via "set LOCAL_ZLIB=-DFOO" or +# added to the declaration of LOC here: +LOC = $(LOCAL_ZLIB) + +CC = bcc32 +AS = bcc32 +LD = bcc32 +AR = tlib +CFLAGS = -a -d -k- -O2 $(LOC) +ASFLAGS = $(LOC) +LDFLAGS = $(LOC) + + +# variables +ZLIB_LIB = zlib.lib + +OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj +OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj +#OBJA = +OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj +OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj +#OBJPA= + + +# targets +all: $(ZLIB_LIB) example.exe minigzip.exe + +.c.obj: + $(CC) -c $(CFLAGS) $< + +.asm.obj: + $(AS) -c $(ASFLAGS) $< + +adler32.obj: adler32.c zlib.h zconf.h + +compress.obj: compress.c zlib.h zconf.h + +crc32.obj: crc32.c zlib.h zconf.h crc32.h + +deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h + +gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h + +gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h + +gzread.obj: gzread.c zlib.h zconf.h gzguts.h + +gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h + +infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h + +inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ + inffast.h inffixed.h + +inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h + +trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h + +uncompr.obj: uncompr.c zlib.h zconf.h + +zutil.obj: zutil.c zutil.h zlib.h zconf.h + +example.obj: test/example.c zlib.h zconf.h + +minigzip.obj: test/minigzip.c zlib.h zconf.h + + +# For the sake of the old Borland make, +# the command line is cut to fit in the MS-DOS 128 byte limit: +$(ZLIB_LIB): $(OBJ1) $(OBJ2) $(OBJA) + -del $(ZLIB_LIB) + $(AR) $(ZLIB_LIB) $(OBJP1) + $(AR) $(ZLIB_LIB) $(OBJP2) + $(AR) $(ZLIB_LIB) $(OBJPA) + + +# testing +test: example.exe minigzip.exe + example + echo hello world | minigzip | minigzip -d + +example.exe: example.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) + +minigzip.exe: minigzip.obj $(ZLIB_LIB) + $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) + + +# cleanup +clean: + -del $(ZLIB_LIB) + -del *.obj + -del *.exe + -del *.tds + -del zlib.bak + -del foo.gz diff --git a/zlib/win32/Makefile.gcc b/zlib/win32/Makefile.gcc new file mode 100644 index 0000000000000000000000000000000000000000..305be50afef66540e31d31da2bc878c490fc0e9d --- /dev/null +++ b/zlib/win32/Makefile.gcc @@ -0,0 +1,182 @@ +# Makefile for zlib, derived from Makefile.dj2. +# Modified for mingw32 by C. Spieler, 6/16/98. +# Updated for zlib 1.2.x by Christian Spieler and Cosmin Truta, Mar-2003. +# Last updated: Mar 2012. +# Tested under Cygwin and MinGW. + +# Copyright (C) 1995-2003 Jean-loup Gailly. +# For conditions of distribution and use, see copyright notice in zlib.h + +# To compile, or to compile and test, type from the top level zlib directory: +# +# make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc +# +# To use the asm code, type: +# cp contrib/asm?86/match.S ./match.S +# make LOC=-DASMV OBJA=match.o -fwin32/Makefile.gcc +# +# To install libz.a, zconf.h and zlib.h in the system directories, type: +# +# make install -fwin32/Makefile.gcc +# +# BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set. +# +# To install the shared lib, append SHARED_MODE=1 to the make command : +# +# make install -fwin32/Makefile.gcc SHARED_MODE=1 + +# Note: +# If the platform is *not* MinGW (e.g. it is Cygwin or UWIN), +# the DLL name should be changed from "zlib1.dll". + +STATICLIB = libz.a +SHAREDLIB = zlib1.dll +IMPLIB = libz.dll.a + +# +# Set to 1 if shared object needs to be installed +# +SHARED_MODE=0 + +#LOC = -DASMV +#LOC = -DZLIB_DEBUG -g + +PREFIX = +CC = $(PREFIX)gcc +CFLAGS = $(LOC) -O3 -Wall + +AS = $(CC) +ASFLAGS = $(LOC) -Wall + +LD = $(CC) +LDFLAGS = $(LOC) + +AR = $(PREFIX)ar +ARFLAGS = rcs + +RC = $(PREFIX)windres +RCFLAGS = --define GCC_WINDRES + +STRIP = $(PREFIX)strip + +CP = cp -fp +# If GNU install is available, replace $(CP) with install. +INSTALL = $(CP) +RM = rm -f + +prefix ?= /usr/local +exec_prefix = $(prefix) + +OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \ + gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o +OBJA = + +all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe + +test: example.exe minigzip.exe + ./example + echo hello world | ./minigzip | ./minigzip -d + +testdll: example_d.exe minigzip_d.exe + ./example_d + echo hello world | ./minigzip_d | ./minigzip_d -d + +.c.o: + $(CC) $(CFLAGS) -c -o $@ $< + +.S.o: + $(AS) $(ASFLAGS) -c -o $@ $< + +$(STATICLIB): $(OBJS) $(OBJA) + $(AR) $(ARFLAGS) $@ $(OBJS) $(OBJA) + +$(IMPLIB): $(SHAREDLIB) + +$(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o + $(CC) -shared -Wl,--out-implib,$(IMPLIB) $(LDFLAGS) \ + -o $@ win32/zlib.def $(OBJS) $(OBJA) zlibrc.o + $(STRIP) $@ + +example.exe: example.o $(STATICLIB) + $(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB) + $(STRIP) $@ + +minigzip.exe: minigzip.o $(STATICLIB) + $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB) + $(STRIP) $@ + +example_d.exe: example.o $(IMPLIB) + $(LD) $(LDFLAGS) -o $@ example.o $(IMPLIB) + $(STRIP) $@ + +minigzip_d.exe: minigzip.o $(IMPLIB) + $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB) + $(STRIP) $@ + +example.o: test/example.c zlib.h zconf.h + $(CC) $(CFLAGS) -I. -c -o $@ test/example.c + +minigzip.o: test/minigzip.c zlib.h zconf.h + $(CC) $(CFLAGS) -I. -c -o $@ test/minigzip.c + +zlibrc.o: win32/zlib1.rc + $(RC) $(RCFLAGS) -o $@ win32/zlib1.rc + +.PHONY: install uninstall clean + +install: zlib.h zconf.h $(STATICLIB) $(IMPLIB) + @if test -z "$(DESTDIR)$(INCLUDE_PATH)" -o -z "$(DESTDIR)$(LIBRARY_PATH)" -o -z "$(DESTDIR)$(BINARY_PATH)"; then \ + echo INCLUDE_PATH, LIBRARY_PATH, and BINARY_PATH must be specified; \ + exit 1; \ + fi + -@mkdir -p '$(DESTDIR)$(INCLUDE_PATH)' + -@mkdir -p '$(DESTDIR)$(LIBRARY_PATH)' '$(DESTDIR)$(LIBRARY_PATH)'/pkgconfig + -if [ "$(SHARED_MODE)" = "1" ]; then \ + mkdir -p '$(DESTDIR)$(BINARY_PATH)'; \ + $(INSTALL) $(SHAREDLIB) '$(DESTDIR)$(BINARY_PATH)'; \ + $(INSTALL) $(IMPLIB) '$(DESTDIR)$(LIBRARY_PATH)'; \ + fi + -$(INSTALL) zlib.h '$(DESTDIR)$(INCLUDE_PATH)' + -$(INSTALL) zconf.h '$(DESTDIR)$(INCLUDE_PATH)' + -$(INSTALL) $(STATICLIB) '$(DESTDIR)$(LIBRARY_PATH)' + sed \ + -e 's|@prefix@|${prefix}|g' \ + -e 's|@exec_prefix@|${exec_prefix}|g' \ + -e 's|@libdir@|$(LIBRARY_PATH)|g' \ + -e 's|@sharedlibdir@|$(LIBRARY_PATH)|g' \ + -e 's|@includedir@|$(INCLUDE_PATH)|g' \ + -e 's|@VERSION@|'`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' zlib.h`'|g' \ + zlib.pc.in > '$(DESTDIR)$(LIBRARY_PATH)'/pkgconfig/zlib.pc + +uninstall: + -if [ "$(SHARED_MODE)" = "1" ]; then \ + $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \ + $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \ + fi + -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h + -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h + -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB) + +clean: + -$(RM) $(STATICLIB) + -$(RM) $(SHAREDLIB) + -$(RM) $(IMPLIB) + -$(RM) *.o + -$(RM) *.exe + -$(RM) foo.gz + +adler32.o: zlib.h zconf.h +compress.o: zlib.h zconf.h +crc32.o: crc32.h zlib.h zconf.h +deflate.o: deflate.h zutil.h zlib.h zconf.h +gzclose.o: zlib.h zconf.h gzguts.h +gzlib.o: zlib.h zconf.h gzguts.h +gzread.o: zlib.h zconf.h gzguts.h +gzwrite.o: zlib.h zconf.h gzguts.h +inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +inftrees.o: zutil.h zlib.h zconf.h inftrees.h +trees.o: deflate.h zutil.h zlib.h zconf.h trees.h +uncompr.o: zlib.h zconf.h +zutil.o: zutil.h zlib.h zconf.h diff --git a/zlib/win32/Makefile.msc b/zlib/win32/Makefile.msc new file mode 100644 index 0000000000000000000000000000000000000000..6831882de43e6c0d273e1da8adb9ca35d86a90e5 --- /dev/null +++ b/zlib/win32/Makefile.msc @@ -0,0 +1,163 @@ +# Makefile for zlib using Microsoft (Visual) C +# zlib is copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler +# +# Usage: +# nmake -f win32/Makefile.msc (standard build) +# nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build) +# nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \ +# OBJA="inffas32.obj match686.obj" (use ASM code, x86) +# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \ +# OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64) + +# The toplevel directory of the source tree. +# +TOP = . + +# optional build flags +LOC = + +# variables +STATICLIB = zlib.lib +SHAREDLIB = zlib1.dll +IMPLIB = zdll.lib + +CC = cl +AS = ml +LD = link +AR = lib +RC = rc +CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC) +WFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE +ASFLAGS = -coff -Zi $(LOC) +LDFLAGS = -nologo -debug -incremental:no -opt:ref +ARFLAGS = -nologo +RCFLAGS = /dWIN32 /r + +OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \ + gzwrite.obj infback.obj inflate.obj inftrees.obj inffast.obj trees.obj uncompr.obj zutil.obj +OBJA = + + +# targets +all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \ + example.exe minigzip.exe example_d.exe minigzip_d.exe + +$(STATICLIB): $(OBJS) $(OBJA) + $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA) + +$(IMPLIB): $(SHAREDLIB) + +$(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res + $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \ + -out:$@ -base:0x5A4C0000 $(OBJS) $(OBJA) zlib1.res + if exist $@.manifest \ + mt -nologo -manifest $@.manifest -outputresource:$@;2 + +example.exe: example.obj $(STATICLIB) + $(LD) $(LDFLAGS) example.obj $(STATICLIB) + if exist $@.manifest \ + mt -nologo -manifest $@.manifest -outputresource:$@;1 + +minigzip.exe: minigzip.obj $(STATICLIB) + $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB) + if exist $@.manifest \ + mt -nologo -manifest $@.manifest -outputresource:$@;1 + +example_d.exe: example.obj $(IMPLIB) + $(LD) $(LDFLAGS) -out:$@ example.obj $(IMPLIB) + if exist $@.manifest \ + mt -nologo -manifest $@.manifest -outputresource:$@;1 + +minigzip_d.exe: minigzip.obj $(IMPLIB) + $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB) + if exist $@.manifest \ + mt -nologo -manifest $@.manifest -outputresource:$@;1 + +{$(TOP)}.c.obj: + $(CC) -c $(WFLAGS) $(CFLAGS) $< + +{$(TOP)/test}.c.obj: + $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $< + +{$(TOP)/contrib/masmx64}.c.obj: + $(CC) -c $(WFLAGS) $(CFLAGS) $< + +{$(TOP)/contrib/masmx64}.asm.obj: + $(AS) -c $(ASFLAGS) $< + +{$(TOP)/contrib/masmx86}.asm.obj: + $(AS) -c $(ASFLAGS) $< + +adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h + +compress.obj: $(TOP)/compress.c $(TOP)/zlib.h $(TOP)/zconf.h + +crc32.obj: $(TOP)/crc32.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/crc32.h + +deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h + +gzclose.obj: $(TOP)/gzclose.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/gzguts.h + +gzlib.obj: $(TOP)/gzlib.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/gzguts.h + +gzread.obj: $(TOP)/gzread.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/gzguts.h + +gzwrite.obj: $(TOP)/gzwrite.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/gzguts.h + +infback.obj: $(TOP)/infback.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/inftrees.h $(TOP)/inflate.h \ + $(TOP)/inffast.h $(TOP)/inffixed.h + +inffast.obj: $(TOP)/inffast.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/inftrees.h $(TOP)/inflate.h \ + $(TOP)/inffast.h + +inflate.obj: $(TOP)/inflate.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/inftrees.h $(TOP)/inflate.h \ + $(TOP)/inffast.h $(TOP)/inffixed.h + +inftrees.obj: $(TOP)/inftrees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/inftrees.h + +trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees.h + +uncompr.obj: $(TOP)/uncompr.c $(TOP)/zlib.h $(TOP)/zconf.h + +zutil.obj: $(TOP)/zutil.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h + +gvmat64.obj: $(TOP)/contrib\masmx64\gvmat64.asm + +inffasx64.obj: $(TOP)/contrib\masmx64\inffasx64.asm + +inffas8664.obj: $(TOP)/contrib\masmx64\inffas8664.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h \ + $(TOP)/inftrees.h $(TOP)/inflate.h $(TOP)/inffast.h + +inffas32.obj: $(TOP)/contrib\masmx86\inffas32.asm + +match686.obj: $(TOP)/contrib\masmx86\match686.asm + +example.obj: $(TOP)/test/example.c $(TOP)/zlib.h $(TOP)/zconf.h + +minigzip.obj: $(TOP)/test/minigzip.c $(TOP)/zlib.h $(TOP)/zconf.h + +zlib1.res: $(TOP)/win32/zlib1.rc + $(RC) $(RCFLAGS) /fo$@ $(TOP)/win32/zlib1.rc + +# testing +test: example.exe minigzip.exe + example + echo hello world | minigzip | minigzip -d + +testdll: example_d.exe minigzip_d.exe + example_d + echo hello world | minigzip_d | minigzip_d -d + + +# cleanup +clean: + -del $(STATICLIB) + -del $(SHAREDLIB) + -del $(IMPLIB) + -del *.obj + -del *.res + -del *.exp + -del *.exe + -del *.pdb + -del *.manifest + -del foo.gz diff --git a/zlib/win32/README-WIN32.txt b/zlib/win32/README-WIN32.txt new file mode 100644 index 0000000000000000000000000000000000000000..df7ab7f4b34f901e69b756b7ef915a0753246eb1 --- /dev/null +++ b/zlib/win32/README-WIN32.txt @@ -0,0 +1,103 @@ +ZLIB DATA COMPRESSION LIBRARY + +zlib 1.2.11 is a general purpose data compression library. All the code is +thread safe. The data format used by the zlib library is described by RFCs +(Request for Comments) 1950 to 1952 in the files +http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) +and rfc1952.txt (gzip format). + +All functions of the compression library are documented in the file zlib.h +(volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled +examples are distributed in this package, example and minigzip. The example_d +and minigzip_d flavors validate that the zlib1.dll file is working correctly. + +Questions about zlib should be sent to . The zlib home page +is http://zlib.net/ . Before reporting a problem, please check this site to +verify that you have the latest version of zlib; otherwise get the latest +version and check whether the problem still exists or not. + +PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html +before asking for help. + + +Manifest: + +The package zlib-1.2.11-win32-x86.zip will contain the following files: + + README-WIN32.txt This document + ChangeLog Changes since previous zlib packages + DLL_FAQ.txt Frequently asked questions about zlib1.dll + zlib.3.pdf Documentation of this library in Adobe Acrobat format + + example.exe A statically-bound example (using zlib.lib, not the dll) + example.pdb Symbolic information for debugging example.exe + + example_d.exe A zlib1.dll bound example (using zdll.lib) + example_d.pdb Symbolic information for debugging example_d.exe + + minigzip.exe A statically-bound test program (using zlib.lib, not the dll) + minigzip.pdb Symbolic information for debugging minigzip.exe + + minigzip_d.exe A zlib1.dll bound test program (using zdll.lib) + minigzip_d.pdb Symbolic information for debugging minigzip_d.exe + + zlib.h Install these files into the compilers' INCLUDE path to + zconf.h compile programs which use zlib.lib or zdll.lib + + zdll.lib Install these files into the compilers' LIB path if linking + zdll.exp a compiled program to the zlib1.dll binary + + zlib.lib Install these files into the compilers' LIB path to link zlib + zlib.pdb into compiled programs, without zlib1.dll runtime dependency + (zlib.pdb provides debugging info to the compile time linker) + + zlib1.dll Install this binary shared library into the system PATH, or + the program's runtime directory (where the .exe resides) + zlib1.pdb Install in the same directory as zlib1.dll, in order to debug + an application crash using WinDbg or similar tools. + +All .pdb files above are entirely optional, but are very useful to a developer +attempting to diagnose program misbehavior or a crash. Many additional +important files for developers can be found in the zlib127.zip source package +available from http://zlib.net/ - review that package's README file for details. + + +Acknowledgments: + +The deflate format used by zlib was defined by Phil Katz. The deflate and +zlib specifications were written by L. Peter Deutsch. Thanks to all the +people who reported problems and suggested various improvements in zlib; they +are too numerous to cite here. + + +Copyright notice: + + (C) 1995-2017 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +If you use the zlib library in a product, we would appreciate *not* receiving +lengthy legal documents to sign. The sources are provided for free but without +warranty of any kind. The library has been entirely written by Jean-loup +Gailly and Mark Adler; it does not include third-party code. + +If you redistribute modified sources, we would appreciate that you include in +the file ChangeLog history information documenting your changes. Please read +the FAQ for more information on the distribution of modified source versions. diff --git a/zlib/win32/VisualC.txt b/zlib/win32/VisualC.txt new file mode 100644 index 0000000000000000000000000000000000000000..1005b219410c771b3390e77e4fb641cf01b44531 --- /dev/null +++ b/zlib/win32/VisualC.txt @@ -0,0 +1,3 @@ + +To build zlib using the Microsoft Visual C++ environment, +use the appropriate project from the contrib/vstudio/ directory. diff --git a/zlib/win32/zlib.def b/zlib/win32/zlib.def new file mode 100644 index 0000000000000000000000000000000000000000..a2188b000621c489575f1dd4f3165b76c38c0a81 --- /dev/null +++ b/zlib/win32/zlib.def @@ -0,0 +1,94 @@ +; zlib data compression library +EXPORTS +; basic functions + zlibVersion + deflate + deflateEnd + inflate + inflateEnd +; advanced functions + deflateSetDictionary + deflateGetDictionary + deflateCopy + deflateReset + deflateParams + deflateTune + deflateBound + deflatePending + deflatePrime + deflateSetHeader + inflateSetDictionary + inflateGetDictionary + inflateSync + inflateCopy + inflateReset + inflateReset2 + inflatePrime + inflateMark + inflateGetHeader + inflateBack + inflateBackEnd + zlibCompileFlags +; utility functions + compress + compress2 + compressBound + uncompress + uncompress2 + gzopen + gzdopen + gzbuffer + gzsetparams + gzread + gzfread + gzwrite + gzfwrite + gzprintf + gzvprintf + gzputs + gzgets + gzputc + gzgetc + gzungetc + gzflush + gzseek + gzrewind + gztell + gzoffset + gzeof + gzdirect + gzclose + gzclose_r + gzclose_w + gzerror + gzclearerr +; large file functions + gzopen64 + gzseek64 + gztell64 + gzoffset64 + adler32_combine64 + crc32_combine64 +; checksum functions + adler32 + adler32_z + crc32 + crc32_z + adler32_combine + crc32_combine +; various hacks, don't look :) + deflateInit_ + deflateInit2_ + inflateInit_ + inflateInit2_ + inflateBackInit_ + gzgetc_ + zError + inflateSyncPoint + get_crc_table + inflateUndermine + inflateValidate + inflateCodesUsed + inflateResetKeep + deflateResetKeep + gzopen_w diff --git a/zlib/win32/zlib1.rc b/zlib/win32/zlib1.rc new file mode 100644 index 0000000000000000000000000000000000000000..234e641c32947a98a10940c5956c07c285723efb --- /dev/null +++ b/zlib/win32/zlib1.rc @@ -0,0 +1,40 @@ +#include +#include "../zlib.h" + +#ifdef GCC_WINDRES +VS_VERSION_INFO VERSIONINFO +#else +VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE +#endif + FILEVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0 + PRODUCTVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0 + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK +#ifdef _DEBUG + FILEFLAGS 1 +#else + FILEFLAGS 0 +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE 0 // not used +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + //language ID = U.S. English, char set = Windows, Multilingual + BEGIN + VALUE "FileDescription", "zlib data compression library\0" + VALUE "FileVersion", ZLIB_VERSION "\0" + VALUE "InternalName", "zlib1.dll\0" + VALUE "LegalCopyright", "(C) 1995-2017 Jean-loup Gailly & Mark Adler\0" + VALUE "OriginalFilename", "zlib1.dll\0" + VALUE "ProductName", "zlib\0" + VALUE "ProductVersion", ZLIB_VERSION "\0" + VALUE "Comments", "For more information visit http://www.zlib.net/\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1252 + END +END diff --git a/zlib/zconf.h.cmakein b/zlib/zconf.h.cmakein new file mode 100644 index 0000000000000000000000000000000000000000..a7f24cce60ff7a2a5f98a8df59965a8eb433309e --- /dev/null +++ b/zlib/zconf.h.cmakein @@ -0,0 +1,536 @@ +/* zconf.h -- configuration of the zlib compression library + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#ifndef ZCONF_H +#define ZCONF_H +#cmakedefine Z_PREFIX +#cmakedefine Z_HAVE_UNISTD_H + +/* + * If you *really* need a unique prefix for all types and library functions, + * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". + */ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_z z_crc32_z +# define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy +# define deflateEnd z_deflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 +# define deflateInit2_ z_deflateInit2_ +# define deflateInit_ z_deflateInit_ +# define deflateParams z_deflateParams +# define deflatePending z_deflatePending +# define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 +# define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep +# define inflateSetDictionary z_inflateSetDictionary +# define inflateSync z_inflateSync +# define inflateSyncPoint z_inflateSyncPoint +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif +# define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion + +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef +# define alloc_func z_alloc_func +# define charf z_charf +# define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp +# define in_func z_in_func +# define intf z_intf +# define out_func z_out_func +# define uInt z_uInt +# define uIntf z_uIntf +# define uLong z_uLong +# define uLongf z_uLongf +# define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + +#endif + +#if defined(__MSDOS__) && !defined(MSDOS) +# define MSDOS +#endif +#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) +# define OS2 +#endif +#if defined(_WINDOWS) && !defined(WINDOWS) +# define WINDOWS +#endif +#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) +# ifndef WIN32 +# define WIN32 +# endif +#endif +#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) +# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) +# ifndef SYS16BIT +# define SYS16BIT +# endif +# endif +#endif + +/* + * Compile with -DMAXSEG_64K if the alloc function cannot allocate more + * than 64k bytes at a time (needed on systems with 16-bit int). + */ +#ifdef SYS16BIT +# define MAXSEG_64K +#endif +#ifdef MSDOS +# define UNALIGNED_OK +#endif + +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif +#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) +# define STDC +#endif +#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) +# define STDC +#endif +#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) +# define STDC +#endif +#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) +# define STDC +#endif + +#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ +# define STDC +#endif + +#ifndef STDC +# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ +# define const /* note: need a more gentle solution here */ +# endif +#endif + +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO + typedef unsigned long z_size_t; +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong +#endif + +/* Maximum value for memLevel in deflateInit2 */ +#ifndef MAX_MEM_LEVEL +# ifdef MAXSEG_64K +# define MAX_MEM_LEVEL 8 +# else +# define MAX_MEM_LEVEL 9 +# endif +#endif + +/* Maximum value for windowBits in deflateInit2 and inflateInit2. + * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files + * created by gzip. (Files created by minigzip can still be extracted by + * gzip.) + */ +#ifndef MAX_WBITS +# define MAX_WBITS 15 /* 32K LZ77 window */ +#endif + +/* The memory requirements for deflate are (in bytes): + (1 << (windowBits+2)) + (1 << (memLevel+9)) + that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) + plus a few kilobytes for small objects. For example, if you want to reduce + the default memory requirements from 256K to 128K, compile with + make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" + Of course this will generally degrade compression (there's no free lunch). + + The memory requirements for inflate are (in bytes) 1 << windowBits + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes + for small objects. +*/ + + /* Type declarations */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + +#ifndef Z_ARG /* function prototypes for stdarg */ +# if defined(STDC) || defined(Z_HAVE_STDARG_H) +# define Z_ARG(args) args +# else +# define Z_ARG(args) () +# endif +#endif + +/* The following definitions for FAR are needed only for MSDOS mixed + * model programming (small or medium model with some far allocations). + * This was tested only with MSC; for other MSDOS compilers you may have + * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, + * just define FAR to be empty. + */ +#ifdef SYS16BIT +# if defined(M_I86SM) || defined(M_I86MM) + /* MSC small or medium model */ +# define SMALL_MEDIUM +# ifdef _MSC_VER +# define FAR _far +# else +# define FAR far +# endif +# endif +# if (defined(__SMALL__) || defined(__MEDIUM__)) + /* Turbo C small or medium model */ +# define SMALL_MEDIUM +# ifdef __BORLANDC__ +# define FAR _far +# else +# define FAR far +# endif +# endif +#endif + +#if defined(WINDOWS) || defined(WIN32) + /* If building or using zlib as a DLL, define ZLIB_DLL. + * This is not mandatory, but it offers a little performance increase. + */ +# ifdef ZLIB_DLL +# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) +# ifdef ZLIB_INTERNAL +# define ZEXTERN extern __declspec(dllexport) +# else +# define ZEXTERN extern __declspec(dllimport) +# endif +# endif +# endif /* ZLIB_DLL */ + /* If building or using zlib with the WINAPI/WINAPIV calling convention, + * define ZLIB_WINAPI. + * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. + */ +# ifdef ZLIB_WINAPI +# ifdef FAR +# undef FAR +# endif +# include + /* No need for _export, use ZLIB.DEF instead. */ + /* For complete Windows compatibility, use WINAPI, not __stdcall. */ +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR CDECL +# endif +# endif +#endif + +#if defined (__BEOS__) +# ifdef ZLIB_DLL +# ifdef ZLIB_INTERNAL +# define ZEXPORT __declspec(dllexport) +# define ZEXPORTVA __declspec(dllexport) +# else +# define ZEXPORT __declspec(dllimport) +# define ZEXPORTVA __declspec(dllimport) +# endif +# endif +#endif + +#ifndef ZEXTERN +# define ZEXTERN extern +#endif +#ifndef ZEXPORT +# define ZEXPORT +#endif +#ifndef ZEXPORTVA +# define ZEXPORTVA +#endif + +#ifndef FAR +# define FAR +#endif + +#if !defined(__MACTYPES__) +typedef unsigned char Byte; /* 8 bits */ +#endif +typedef unsigned int uInt; /* 16 bits or more */ +typedef unsigned long uLong; /* 32 bits or more */ + +#ifdef SMALL_MEDIUM + /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ +# define Bytef Byte FAR +#else + typedef Byte FAR Bytef; +#endif +typedef char FAR charf; +typedef int FAR intf; +typedef uInt FAR uIntf; +typedef uLong FAR uLongf; + +#ifdef STDC + typedef void const *voidpc; + typedef void FAR *voidpf; + typedef void *voidp; +#else + typedef Byte const *voidpc; + typedef Byte FAR *voidpf; + typedef Byte *voidp; +#endif + +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ +# endif +#endif + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) +# define Z_HAVE_UNISTD_H +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) +# define SEEK_SET 0 /* Seek from beginning of file. */ +# define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ +#endif + +#ifndef z_off_t +# define z_off_t long +#endif + +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t +# endif +#endif + +/* MVS linker does not support external names larger than 8 bytes */ +#if defined(__MVS__) + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") +#endif + +#endif /* ZCONF_H */ diff --git a/zlib/zconf.h b/zlib/zconf.h.in similarity index 50% rename from zlib/zconf.h rename to zlib/zconf.h.in index d983fa3eed4de03da51d1b4b2456c46afa55cb94..5e1d68a004e9744cb35f9d5a2fe94fd4dbcb7f76 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h.in @@ -1,5 +1,5 @@ /* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2005 Jean-loup Gailly. + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -8,59 +8,161 @@ #ifndef ZCONF_H #define ZCONF_H -#ifdef HAVE_CONFIG_H -#include -#endif - /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". */ -#ifdef Z_PREFIX -# define deflateInit_ z_deflateInit_ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_z z_crc32_z # define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy # define deflateEnd z_deflateEnd -# define inflateInit_ z_inflateInit_ -# define inflate z_inflate -# define inflateEnd z_inflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 # define deflateInit2_ z_deflateInit2_ -# define deflateSetDictionary z_deflateSetDictionary -# define deflateCopy z_deflateCopy -# define deflateReset z_deflateReset +# define deflateInit_ z_deflateInit_ # define deflateParams z_deflateParams -# define deflateBound z_deflateBound +# define deflatePending z_deflatePending # define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 # define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep # define inflateSetDictionary z_inflateSetDictionary # define inflateSync z_inflateSync # define inflateSyncPoint z_inflateSyncPoint -# define inflateCopy z_inflateCopy -# define inflateReset z_inflateReset -# define inflateBack z_inflateBack -# define inflateBackEnd z_inflateBackEnd -# define compress z_compress -# define compress2 z_compress2 -# define compressBound z_compressBound -# define uncompress z_uncompress -# define adler32 z_adler32 -# define crc32 z_crc32 -# define get_crc_table z_get_crc_table +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif # define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef # define alloc_func z_alloc_func +# define charf z_charf # define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp # define in_func z_in_func +# define intf z_intf # define out_func z_out_func -# define Byte z_Byte # define uInt z_uInt -# define uLong z_uLong -# define Bytef z_Bytef -# define charf z_charf -# define intf z_intf # define uIntf z_uIntf +# define uLong z_uLong # define uLongf z_uLongf -# define voidpf z_voidpf # define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + #endif #if defined(__MSDOS__) && !defined(MSDOS) @@ -129,9 +231,25 @@ # endif #endif -/* Some Mac compilers merge all .h files incorrectly: */ -#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__) -# define NO_DUMMY_DECL +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO + typedef unsigned long z_size_t; +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong #endif /* Maximum value for memLevel in deflateInit2 */ @@ -161,7 +279,7 @@ Of course this will generally degrade compression (there's no free lunch). The memory requirements for inflate are (in bytes) 1 << windowBits - that is, 32K for windowBits=15 (default value) plus a few kilobytes + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes for small objects. */ @@ -175,6 +293,14 @@ # endif #endif +#ifndef Z_ARG /* function prototypes for stdarg */ +# if defined(STDC) || defined(Z_HAVE_STDARG_H) +# define Z_ARG(args) args +# else +# define Z_ARG(args) () +# endif +#endif + /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have @@ -288,49 +414,121 @@ typedef uLong FAR uLongf; typedef Byte *voidp; #endif -#ifdef HAVE_UNISTD_H -# include /* for off_t */ -# include /* for SEEK_* and off_t */ -# ifdef VMS -# include /* for off_t */ +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ # endif -# define z_off_t off_t #endif -#ifndef SEEK_SET + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) +# define Z_HAVE_UNISTD_H +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) # define SEEK_SET 0 /* Seek from beginning of file. */ # define SEEK_CUR 1 /* Seek from current position. */ # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ #endif + #ifndef z_off_t # define z_off_t long #endif -#if defined(__OS400__) -# define NO_vsnprintf -#endif - -#if defined(__MVS__) -# define NO_vsnprintf -# ifdef FAR -# undef FAR +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t # endif #endif /* MVS linker does not support external names larger than 8 bytes */ #if defined(__MVS__) -# pragma map(deflateInit_,"DEIN") -# pragma map(deflateInit2_,"DEIN2") -# pragma map(deflateEnd,"DEEND") -# pragma map(deflateBound,"DEBND") -# pragma map(inflateInit_,"ININ") -# pragma map(inflateInit2_,"ININ2") -# pragma map(inflateEnd,"INEND") -# pragma map(inflateSync,"INSY") -# pragma map(inflateSetDictionary,"INSEDI") -# pragma map(compressBound,"CMBND") -# pragma map(inflate_table,"INTABL") -# pragma map(inflate_fast,"INFA") -# pragma map(inflate_copyright,"INCOPY") + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") #endif #endif /* ZCONF_H */ diff --git a/zlib/zlib.3 b/zlib/zlib.3 index 90b8162870fdd5aa5354c12f087c5497e01d3bac..bda4eb0737090cdd305057540892cb6a212d9dc9 100644 --- a/zlib/zlib.3 +++ b/zlib/zlib.3 @@ -1,4 +1,4 @@ -.TH ZLIB 3 "18 July 2005" +.TH ZLIB 3 "15 Jan 2017" .SH NAME zlib \- compression/decompression library .SH SYNOPSIS @@ -9,15 +9,15 @@ for full description] The .I zlib library is a general purpose data compression library. -The code is thread safe. +The code is thread safe, assuming that the standard library functions +used are thread safe, such as memory allocation routines. It provides in-memory compression and decompression functions, including integrity checks of the uncompressed data. This version of the library supports only one compression method (deflation) -but other algorithms will be added later -and will have the same stream interface. +but other algorithms may be added later +with the same stream interface. .LP Compression can be done in a single step if the buffers are large enough -(for example if an input file is mmap'ed), or can be done by repeated calls of the compression function. In the latter case, the application must provide more input and/or consume the output @@ -30,91 +30,63 @@ with an interface similar to that of stdio. .LP The library does not install any signal handler. The decoder checks the consistency of the compressed data, -so the library should never crash even in case of corrupted input. +so the library should never crash even in the case of corrupted input. .LP All functions of the compression library are documented in the file .IR zlib.h . The distribution source includes examples of use of the library in the files -.I example.c +.I test/example.c and -.IR minigzip.c . +.IR test/minigzip.c, +as well as other examples in the +.IR examples/ +directory. .LP Changes to this version are documented in the file .I ChangeLog -that accompanies the source, -and are concerned primarily with bug fixes and portability enhancements. +that accompanies the source. .LP -A Java implementation of .I zlib -is available in the Java Development Kit 1.1: -.IP -http://www.javasoft.com/products/JDK/1.1/docs/api/Package-java.util.zip.html -.LP -A Perl interface to -.IR zlib , -written by Paul Marquess (pmqs@cpan.org), -is available at CPAN (Comprehensive Perl Archive Network) sites, -including: -.IP -http://www.cpan.org/modules/by-module/Compress/ -.LP -A Python interface to -.IR zlib , -written by A.M. Kuchling (amk@magnet.com), -is available in Python 1.5 and later versions: -.IP -http://www.python.org/doc/lib/module-zlib.html +is built in to many languages and operating systems, including but not limited to +Java, Python, .NET, PHP, Perl, Ruby, Swift, and Go. .LP -A -.I zlib -binding for -.IR tcl (1), -written by Andreas Kupries (a.kupries@westend.com), -is availlable at: -.IP -http://www.westend.com/~kupries/doc/trf/man/man.html -.LP -An experimental package to read and write files in .zip format, +An experimental package to read and write files in the .zip format, written on top of .I zlib by Gilles Vollant (info@winimage.com), is available at: .IP -http://www.winimage.com/zLibDll/unzip.html +http://www.winimage.com/zLibDll/minizip.html and also in the .I contrib/minizip directory of the main .I zlib -web site. +source distribution. .SH "SEE ALSO" The .I zlib -web site can be found at either of these locations: +web site can be found at: .IP -http://www.zlib.org -.br -http://www.gzip.org/zlib/ +http://zlib.net/ .LP -The data format used by the zlib library is described by RFC +The data format used by the +.I zlib +library is described by RFC (Request for Comments) 1950 to 1952 in the files: .IP -http://www.ietf.org/rfc/rfc1950.txt (concerning zlib format) +http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) .br -http://www.ietf.org/rfc/rfc1951.txt (concerning deflate format) +http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format) .br -http://www.ietf.org/rfc/rfc1952.txt (concerning gzip format) -.LP -These documents are also available in other formats from: -.IP -ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html +http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) .LP -Mark Nelson (markn@ieee.org) wrote an article about +Mark Nelson wrote an article about .I zlib for the Jan. 1997 issue of Dr. Dobb's Journal; a copy of the article is available at: .IP -http://dogma.net/markn/articles/zlibtool/zlibtool.htm +http://marknelson.us/1997/01/01/zlib-engine/ .SH "REPORTING PROBLEMS" Before reporting a problem, please check the @@ -127,22 +99,40 @@ Please read the .I zlib FAQ at: .IP -http://www.gzip.org/zlib/zlib_faq.html +http://zlib.net/zlib_faq.html .LP before asking for help. Send questions and/or comments to zlib@gzip.org, or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). -.SH AUTHORS -Version 1.2.3 -Copyright (C) 1995-2005 Jean-loup Gailly (jloup@gzip.org) -and Mark Adler (madler@alumni.caltech.edu). -.LP -This software is provided "as-is," -without any express or implied warranty. -In no event will the authors be held liable for any damages +.SH AUTHORS AND LICENSE +Version 1.2.11 +.LP +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler +.LP +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages arising from the use of this software. -See the distribution directory with respect to requirements -governing redistribution. +.LP +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: +.LP +.nr step 1 1 +.IP \n[step]. 3 +The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +.IP \n+[step]. +Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +.IP \n+[step]. +This notice may not be removed or altered from any source distribution. +.LP +Jean-loup Gailly Mark Adler +.br +jloup@gzip.org madler@alumni.caltech.edu +.LP The deflate format used by .I zlib was defined by Phil Katz. diff --git a/zlib/zlib.h b/zlib/zlib.h index 022817927ce3d6b1abe5ac57bff70e7de5291ae0..08f491999c400343d10c1e11593a8a6c56ea0d1b 100644 --- a/zlib/zlib.h +++ b/zlib/zlib.h @@ -1,7 +1,7 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.3, July 18th, 2005 + version 1.2.11, January 15th, 2017 - Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -24,54 +24,58 @@ The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt - (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). + Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 + (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). */ #ifndef ZLIB_H #define ZLIB_H -#include "zconf.h" +#include #ifdef __cplusplus extern "C" { #endif -#define ZLIB_VERSION "1.2.3" -#define ZLIB_VERNUM 0x1230 +#define ZLIB_VERSION "1.2.11" +#define ZLIB_VERNUM 0x12b0 +#define ZLIB_VER_MAJOR 1 +#define ZLIB_VER_MINOR 2 +#define ZLIB_VER_REVISION 11 +#define ZLIB_VER_SUBREVISION 0 /* - The 'zlib' compression library provides in-memory compression and - decompression functions, including integrity checks of the uncompressed - data. This version of the library supports only one compression method - (deflation) but other algorithms will be added later and will have the same - stream interface. - - Compression can be done in a single step if the buffers are large - enough (for example if an input file is mmap'ed), or can be done by - repeated calls of the compression function. In the latter case, the - application must provide more input and/or consume the output + The 'zlib' compression library provides in-memory compression and + decompression functions, including integrity checks of the uncompressed data. + This version of the library supports only one compression method (deflation) + but other algorithms will be added later and will have the same stream + interface. + + Compression can be done in a single step if the buffers are large enough, + or can be done by repeated calls of the compression function. In the latter + case, the application must provide more input and/or consume the output (providing more output space) before each call. - The compressed data format used by default by the in-memory functions is + The compressed data format used by default by the in-memory functions is the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped around a deflate stream, which is itself documented in RFC 1951. - The library also supports reading and writing files in gzip (.gz) format + The library also supports reading and writing files in gzip (.gz) format with an interface similar to that of stdio using the functions that start with "gz". The gzip format is different from the zlib format. gzip is a gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. - This library can optionally read and write gzip streams in memory as well. + This library can optionally read and write gzip and raw deflate streams in + memory as well. - The zlib format was designed to be compact and fast for use in memory + The zlib format was designed to be compact and fast for use in memory and on communications channels. The gzip format was designed for single- file compression on file systems, has a larger header than zlib to maintain directory information, and uses a different, slower check method than zlib. - The library does not install any signal handler. The decoder checks - the consistency of the compressed data, so the library should never - crash even in case of corrupted input. + The library does not install any signal handler. The decoder checks + the consistency of the compressed data, so the library should never crash + even in the case of corrupted input. */ typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); @@ -80,23 +84,24 @@ typedef void (*free_func) OF((voidpf opaque, voidpf address)); struct internal_state; typedef struct z_stream_s { - Bytef *next_in; /* next input byte */ + z_const Bytef *next_in; /* next input byte */ uInt avail_in; /* number of bytes available at next_in */ - uLong total_in; /* total nb of input bytes read so far */ + uLong total_in; /* total number of input bytes read so far */ - Bytef *next_out; /* next output byte should be put there */ + Bytef *next_out; /* next output byte will go here */ uInt avail_out; /* remaining free space at next_out */ - uLong total_out; /* total nb of bytes output so far */ + uLong total_out; /* total number of bytes output so far */ - char *msg; /* last error message, NULL if no error */ + z_const char *msg; /* last error message, NULL if no error */ struct internal_state FAR *state; /* not visible by applications */ alloc_func zalloc; /* used to allocate the internal state */ free_func zfree; /* used to free the internal state */ voidpf opaque; /* private data object passed to zalloc and zfree */ - int data_type; /* best guess about the data type: binary or text */ - uLong adler; /* adler32 value of the uncompressed data */ + int data_type; /* best guess about the data type: binary or text + for deflate, or the decoding state for inflate */ + uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ uLong reserved; /* reserved for future use */ } z_stream; @@ -126,45 +131,47 @@ typedef struct gz_header_s { typedef gz_header FAR *gz_headerp; /* - The application must update next_in and avail_in when avail_in has - dropped to zero. It must update next_out and avail_out when avail_out - has dropped to zero. The application must initialize zalloc, zfree and - opaque before calling the init function. All other fields are set by the - compression library and must not be updated by the application. - - The opaque value provided by the application will be passed as the first - parameter for calls of zalloc and zfree. This can be useful for custom - memory management. The compression library attaches no meaning to the + The application must update next_in and avail_in when avail_in has dropped + to zero. It must update next_out and avail_out when avail_out has dropped + to zero. The application must initialize zalloc, zfree and opaque before + calling the init function. All other fields are set by the compression + library and must not be updated by the application. + + The opaque value provided by the application will be passed as the first + parameter for calls of zalloc and zfree. This can be useful for custom + memory management. The compression library attaches no meaning to the opaque value. - zalloc must return Z_NULL if there is not enough memory for the object. + zalloc must return Z_NULL if there is not enough memory for the object. If zlib is used in a multi-threaded application, zalloc and zfree must be - thread safe. - - On 16-bit systems, the functions zalloc and zfree must be able to allocate - exactly 65536 bytes, but will not be required to allocate more than this - if the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS, - pointers returned by zalloc for objects of exactly 65536 bytes *must* - have their offset normalized to zero. The default allocation function - provided by this library ensures this (see zutil.c). To reduce memory - requirements and avoid any allocation of 64K objects, at the expense of - compression ratio, compile the library with -DMAX_WBITS=14 (see zconf.h). - - The fields total_in and total_out can be used for statistics or - progress reports. After compression, total_in holds the total size of - the uncompressed data and may be saved for use in the decompressor - (particularly if the decompressor wants to decompress everything in - a single step). + thread safe. In that case, zlib is thread-safe. When zalloc and zfree are + Z_NULL on entry to the initialization function, they are set to internal + routines that use the standard library functions malloc() and free(). + + On 16-bit systems, the functions zalloc and zfree must be able to allocate + exactly 65536 bytes, but will not be required to allocate more than this if + the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS, pointers + returned by zalloc for objects of exactly 65536 bytes *must* have their + offset normalized to zero. The default allocation function provided by this + library ensures this (see zutil.c). To reduce memory requirements and avoid + any allocation of 64K objects, at the expense of compression ratio, compile + the library with -DMAX_WBITS=14 (see zconf.h). + + The fields total_in and total_out can be used for statistics or progress + reports. After compression, total_in holds the total size of the + uncompressed data and may be saved for use by the decompressor (particularly + if the decompressor wants to decompress everything in a single step). */ /* constants */ #define Z_NO_FLUSH 0 -#define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ +#define Z_PARTIAL_FLUSH 1 #define Z_SYNC_FLUSH 2 #define Z_FULL_FLUSH 3 #define Z_FINISH 4 #define Z_BLOCK 5 +#define Z_TREES 6 /* Allowed flush values; see deflate() and inflate() below for details */ #define Z_OK 0 @@ -176,8 +183,8 @@ typedef gz_header FAR *gz_headerp; #define Z_MEM_ERROR (-4) #define Z_BUF_ERROR (-5) #define Z_VERSION_ERROR (-6) -/* Return codes for the compression/decompression functions. Negative - * values are errors, positive values are used for special but normal events. +/* Return codes for the compression/decompression functions. Negative values + * are errors, positive values are used for special but normal events. */ #define Z_NO_COMPRESSION 0 @@ -197,7 +204,7 @@ typedef gz_header FAR *gz_headerp; #define Z_TEXT 1 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ #define Z_UNKNOWN 2 -/* Possible values of the data_type field (though see inflate()) */ +/* Possible values of the data_type field for deflate() */ #define Z_DEFLATED 8 /* The deflate compression method (the only one supported in this version) */ @@ -207,134 +214,162 @@ typedef gz_header FAR *gz_headerp; #define zlib_version zlibVersion() /* for compatibility with versions < 1.0.2 */ + /* basic functions */ ZEXTERN const char * ZEXPORT zlibVersion OF((void)); /* The application can compare zlibVersion and ZLIB_VERSION for consistency. - If the first character differs, the library code actually used is - not compatible with the zlib.h header file used by the application. - This check is automatically made by deflateInit and inflateInit. + If the first character differs, the library code actually used is not + compatible with the zlib.h header file used by the application. This check + is automatically made by deflateInit and inflateInit. */ /* ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); - Initializes the internal stream state for compression. The fields - zalloc, zfree and opaque must be initialized before by the caller. - If zalloc and zfree are set to Z_NULL, deflateInit updates them to - use default allocation functions. + Initializes the internal stream state for compression. The fields + zalloc, zfree and opaque must be initialized before by the caller. If + zalloc and zfree are set to Z_NULL, deflateInit updates them to use default + allocation functions. The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9: - 1 gives best speed, 9 gives best compression, 0 gives no compression at - all (the input data is simply copied a block at a time). - Z_DEFAULT_COMPRESSION requests a default compromise between speed and - compression (currently equivalent to level 6). + 1 gives best speed, 9 gives best compression, 0 gives no compression at all + (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION + requests a default compromise between speed and compression (currently + equivalent to level 6). - deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_STREAM_ERROR if level is not a valid compression level, + deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough + memory, Z_STREAM_ERROR if level is not a valid compression level, or Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible - with the version assumed by the caller (ZLIB_VERSION). - msg is set to null if there is no error message. deflateInit does not - perform any compression: this will be done by deflate(). + with the version assumed by the caller (ZLIB_VERSION). msg is set to null + if there is no error message. deflateInit does not perform any compression: + this will be done by deflate(). */ ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); /* deflate compresses as much data as possible, and stops when the input - buffer becomes empty or the output buffer becomes full. It may introduce some - output latency (reading input without producing any output) except when + buffer becomes empty or the output buffer becomes full. It may introduce + some output latency (reading input without producing any output) except when forced to flush. - The detailed semantics are as follows. deflate performs one or both of the + The detailed semantics are as follows. deflate performs one or both of the following actions: - Compress more input starting at next_in and update next_in and avail_in - accordingly. If not all input can be processed (because there is not + accordingly. If not all input can be processed (because there is not enough room in the output buffer), next_in and avail_in are updated and processing will resume at this point for the next call of deflate(). - - Provide more output starting at next_out and update next_out and avail_out - accordingly. This action is forced if the parameter flush is non zero. + - Generate more output starting at next_out and update next_out and avail_out + accordingly. This action is forced if the parameter flush is non zero. Forcing flush frequently degrades the compression ratio, so this parameter - should be set only when necessary (in interactive applications). - Some output may be provided even if flush is not set. - - Before the call of deflate(), the application should ensure that at least - one of the actions is possible, by providing more input and/or consuming - more output, and updating avail_in or avail_out accordingly; avail_out - should never be zero before the call. The application can consume the - compressed output when it wants, for example when the output buffer is full - (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK - and with zero avail_out, it must be called again after making room in the - output buffer because there might be more output pending. + should be set only when necessary. Some output may be provided even if + flush is zero. + + Before the call of deflate(), the application should ensure that at least + one of the actions is possible, by providing more input and/or consuming more + output, and updating avail_in or avail_out accordingly; avail_out should + never be zero before the call. The application can consume the compressed + output when it wants, for example when the output buffer is full (avail_out + == 0), or after each call of deflate(). If deflate returns Z_OK and with + zero avail_out, it must be called again after making room in the output + buffer because there might be more output pending. See deflatePending(), + which can be used if desired to determine whether or not there is more ouput + in that case. Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to - decide how much data to accumualte before producing output, in order to + decide how much data to accumulate before producing output, in order to maximize compression. If the parameter flush is set to Z_SYNC_FLUSH, all pending output is flushed to the output buffer and the output is aligned on a byte boundary, so - that the decompressor can get all input data available so far. (In particular - avail_in is zero after the call if enough output space has been provided - before the call.) Flushing may degrade compression for some compression - algorithms and so it should be used only when necessary. + that the decompressor can get all input data available so far. (In + particular avail_in is zero after the call if enough output space has been + provided before the call.) Flushing may degrade compression for some + compression algorithms and so it should be used only when necessary. This + completes the current deflate block and follows it with an empty stored block + that is three bits plus filler bits to the next byte, followed by four bytes + (00 00 ff ff). + + If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the + output buffer, but the output is not aligned to a byte boundary. All of the + input data so far will be available to the decompressor, as for Z_SYNC_FLUSH. + This completes the current deflate block and follows it with an empty fixed + codes block that is 10 bits long. This assures that enough bytes are output + in order for the decompressor to finish the block before the empty fixed + codes block. + + If flush is set to Z_BLOCK, a deflate block is completed and emitted, as + for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to + seven bits of the current block are held to be written as the next byte after + the next deflate block is completed. In this case, the decompressor may not + be provided enough bits at this point in order to complete decompression of + the data provided so far to the compressor. It may need to wait for the next + block to be emitted. This is for advanced applications that need to control + the emission of deflate blocks. If flush is set to Z_FULL_FLUSH, all output is flushed as with Z_SYNC_FLUSH, and the compression state is reset so that decompression can restart from this point if previous compressed data has been damaged or if - random access is desired. Using Z_FULL_FLUSH too often can seriously degrade + random access is desired. Using Z_FULL_FLUSH too often can seriously degrade compression. If deflate returns with avail_out == 0, this function must be called again with the same value of the flush parameter and more output space (updated avail_out), until the flush is complete (deflate returns with non-zero - avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that + avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that avail_out is greater than six to avoid repeated flush markers due to avail_out == 0 on return. If the parameter flush is set to Z_FINISH, pending input is processed, - pending output is flushed and deflate returns with Z_STREAM_END if there - was enough output space; if deflate returns with Z_OK, this function must be - called again with Z_FINISH and more output space (updated avail_out) but no - more input data, until it returns with Z_STREAM_END or an error. After - deflate has returned Z_STREAM_END, the only possible operations on the - stream are deflateReset or deflateEnd. - - Z_FINISH can be used immediately after deflateInit if all the compression - is to be done in a single step. In this case, avail_out must be at least - the value returned by deflateBound (see below). If deflate does not return - Z_STREAM_END, then it must be called again as described above. - - deflate() sets strm->adler to the adler32 checksum of all input read - so far (that is, total_in bytes). + pending output is flushed and deflate returns with Z_STREAM_END if there was + enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this + function must be called again with Z_FINISH and more output space (updated + avail_out) but no more input data, until it returns with Z_STREAM_END or an + error. After deflate has returned Z_STREAM_END, the only possible operations + on the stream are deflateReset or deflateEnd. + + Z_FINISH can be used in the first deflate call after deflateInit if all the + compression is to be done in a single step. In order to complete in one + call, avail_out must be at least the value returned by deflateBound (see + below). Then deflate is guaranteed to return Z_STREAM_END. If not enough + output space is provided, deflate will not return Z_STREAM_END, and it must + be called again as described above. + + deflate() sets strm->adler to the Adler-32 checksum of all input read + so far (that is, total_in bytes). If a gzip stream is being generated, then + strm->adler will be the CRC-32 checksum of the input read so far. (See + deflateInit2 below.) deflate() may update strm->data_type if it can make a good guess about - the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered - binary. This field is only for information purposes and does not affect - the compression algorithm in any manner. + the input data type (Z_BINARY or Z_TEXT). If in doubt, the data is + considered binary. This field is only for information purposes and does not + affect the compression algorithm in any manner. deflate() returns Z_OK if some progress has been made (more input processed or more output produced), Z_STREAM_END if all input has been consumed and all output has been produced (only when flush is set to Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example - if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible - (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not - fatal, and deflate() can be called again with more input and more output - space to continue compressing. + if next_in or next_out was Z_NULL or the state was inadvertently written over + by the application), or Z_BUF_ERROR if no progress is possible (for example + avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and + deflate() can be called again with more input and more output space to + continue compressing. */ ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); /* All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any - pending output. + This function discards any unprocessed input and does not flush any pending + output. deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state was inconsistent, Z_DATA_ERROR if the stream was freed - prematurely (some input or output was discarded). In the error case, - msg may be set but then points to a static string (which must not be + prematurely (some input or output was discarded). In the error case, msg + may be set but then points to a static string (which must not be deallocated). */ @@ -342,134 +377,157 @@ ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); /* ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm)); - Initializes the internal stream state for decompression. The fields + Initializes the internal stream state for decompression. The fields next_in, avail_in, zalloc, zfree and opaque must be initialized before by - the caller. If next_in is not Z_NULL and avail_in is large enough (the exact - value depends on the compression method), inflateInit determines the - compression method from the zlib header and allocates all data structures - accordingly; otherwise the allocation will be deferred to the first call of - inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to - use default allocation functions. + the caller. In the current version of inflate, the provided input is not + read or consumed. The allocation of a sliding window will be deferred to + the first call of inflate (if the decompression does not complete on the + first call). If zalloc and zfree are set to Z_NULL, inflateInit updates + them to use default allocation functions. inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_VERSION_ERROR if the zlib library version is incompatible with the - version assumed by the caller. msg is set to null if there is no error - message. inflateInit does not perform any decompression apart from reading - the zlib header if present: this will be done by inflate(). (So next_in and - avail_in may be modified, but next_out and avail_out are unchanged.) + version assumed by the caller, or Z_STREAM_ERROR if the parameters are + invalid, such as a null pointer to the structure. msg is set to null if + there is no error message. inflateInit does not perform any decompression. + Actual decompression will be done by inflate(). So next_in, and avail_in, + next_out, and avail_out are unused and unchanged. The current + implementation of inflateInit() does not process any header information -- + that is deferred until inflate() is called. */ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); /* inflate decompresses as much data as possible, and stops when the input - buffer becomes empty or the output buffer becomes full. It may introduce + buffer becomes empty or the output buffer becomes full. It may introduce some output latency (reading input without producing any output) except when forced to flush. - The detailed semantics are as follows. inflate performs one or both of the + The detailed semantics are as follows. inflate performs one or both of the following actions: - Decompress more input starting at next_in and update next_in and avail_in - accordingly. If not all input can be processed (because there is not - enough room in the output buffer), next_in is updated and processing - will resume at this point for the next call of inflate(). - - - Provide more output starting at next_out and update next_out and avail_out - accordingly. inflate() provides as much output as possible, until there - is no more input data or no more space in the output buffer (see below - about the flush parameter). - - Before the call of inflate(), the application should ensure that at least - one of the actions is possible, by providing more input and/or consuming - more output, and updating the next_* and avail_* values accordingly. - The application can consume the uncompressed output when it wants, for - example when the output buffer is full (avail_out == 0), or after each - call of inflate(). If inflate returns Z_OK and with zero avail_out, it - must be called again after making room in the output buffer because there - might be more output pending. - - The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, - Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much - output as possible to the output buffer. Z_BLOCK requests that inflate() stop - if and when it gets to the next deflate block boundary. When decoding the - zlib or gzip format, this will cause inflate() to return immediately after - the header and before the first block. When doing a raw inflate, inflate() - will go ahead and process the first block, and will return when it gets to - the end of that block, or when it runs out of data. + accordingly. If not all input can be processed (because there is not + enough room in the output buffer), then next_in and avail_in are updated + accordingly, and processing will resume at this point for the next call of + inflate(). + + - Generate more output starting at next_out and update next_out and avail_out + accordingly. inflate() provides as much output as possible, until there is + no more input data or no more space in the output buffer (see below about + the flush parameter). + + Before the call of inflate(), the application should ensure that at least + one of the actions is possible, by providing more input and/or consuming more + output, and updating the next_* and avail_* values accordingly. If the + caller of inflate() does not provide both available input and available + output space, it is possible that there will be no progress made. The + application can consume the uncompressed output when it wants, for example + when the output buffer is full (avail_out == 0), or after each call of + inflate(). If inflate returns Z_OK and with zero avail_out, it must be + called again after making room in the output buffer because there might be + more output pending. + + The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH, + Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much + output as possible to the output buffer. Z_BLOCK requests that inflate() + stop if and when it gets to the next deflate block boundary. When decoding + the zlib or gzip format, this will cause inflate() to return immediately + after the header and before the first block. When doing a raw inflate, + inflate() will go ahead and process the first block, and will return when it + gets to the end of that block, or when it runs out of data. The Z_BLOCK option assists in appending to or combining deflate streams. - Also to assist in this, on return inflate() will set strm->data_type to the - number of unused bits in the last byte taken from strm->next_in, plus 64 - if inflate() is currently decoding the last block in the deflate stream, - plus 128 if inflate() returned immediately after decoding an end-of-block - code or decoding the complete header up to just before the first byte of the - deflate stream. The end-of-block will not be indicated until all of the - uncompressed data from that block has been written to strm->next_out. The - number of unused bits may in general be greater than seven, except when - bit 7 of data_type is set, in which case the number of unused bits will be - less than eight. + To assist in this, on return inflate() always sets strm->data_type to the + number of unused bits in the last byte taken from strm->next_in, plus 64 if + inflate() is currently decoding the last block in the deflate stream, plus + 128 if inflate() returned immediately after decoding an end-of-block code or + decoding the complete header up to just before the first byte of the deflate + stream. The end-of-block will not be indicated until all of the uncompressed + data from that block has been written to strm->next_out. The number of + unused bits may in general be greater than seven, except when bit 7 of + data_type is set, in which case the number of unused bits will be less than + eight. data_type is set as noted here every time inflate() returns for all + flush options, and so can be used to determine the amount of currently + consumed input in bits. + + The Z_TREES option behaves as Z_BLOCK does, but it also returns when the + end of each deflate block header is reached, before any actual data in that + block is decoded. This allows the caller to determine the length of the + deflate block header for later use in random access within a deflate block. + 256 is added to the value of strm->data_type when inflate() returns + immediately after reaching the end of the deflate block header. inflate() should normally be called until it returns Z_STREAM_END or an - error. However if all decompression is to be performed in a single step - (a single call of inflate), the parameter flush should be set to - Z_FINISH. In this case all pending input is processed and all pending - output is flushed; avail_out must be large enough to hold all the - uncompressed data. (The size of the uncompressed data may have been saved - by the compressor for this purpose.) The next operation on this stream must - be inflateEnd to deallocate the decompression state. The use of Z_FINISH - is never required, but can be used to inform inflate that a faster approach - may be used for the single inflate() call. + error. However if all decompression is to be performed in a single step (a + single call of inflate), the parameter flush should be set to Z_FINISH. In + this case all pending input is processed and all pending output is flushed; + avail_out must be large enough to hold all of the uncompressed data for the + operation to complete. (The size of the uncompressed data may have been + saved by the compressor for this purpose.) The use of Z_FINISH is not + required to perform an inflation in one step. However it may be used to + inform inflate that a faster approach can be used for the single inflate() + call. Z_FINISH also informs inflate to not maintain a sliding window if the + stream completes, which reduces inflate's memory footprint. If the stream + does not complete, either because not all of the stream is provided or not + enough output space is provided, then a sliding window will be allocated and + inflate() can be called again to continue the operation as if Z_NO_FLUSH had + been used. In this implementation, inflate() always flushes as much output as possible to the output buffer, and always uses the faster approach on the - first call. So the only effect of the flush parameter in this implementation - is on the return value of inflate(), as noted below, or when it returns early - because Z_BLOCK is used. + first call. So the effects of the flush parameter in this implementation are + on the return value of inflate() as noted below, when inflate() returns early + when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of + memory for a sliding window when Z_FINISH is used. If a preset dictionary is needed after this call (see inflateSetDictionary - below), inflate sets strm->adler to the adler32 checksum of the dictionary + below), inflate sets strm->adler to the Adler-32 checksum of the dictionary chosen by the compressor and returns Z_NEED_DICT; otherwise it sets - strm->adler to the adler32 checksum of all output produced so far (that is, + strm->adler to the Adler-32 checksum of all output produced so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described - below. At the end of the stream, inflate() checks that its computed adler32 + below. At the end of the stream, inflate() checks that its computed Adler-32 checksum is equal to that saved by the compressor and returns Z_STREAM_END only if the checksum is correct. - inflate() will decompress and check either zlib-wrapped or gzip-wrapped - deflate data. The header type is detected automatically. Any information - contained in the gzip header is not retained, so applications that need that - information should instead use raw inflate, see inflateInit2() below, or - inflateBack() and perform their own processing of the gzip header and - trailer. + inflate() can decompress and check either zlib-wrapped or gzip-wrapped + deflate data. The header type is detected automatically, if requested when + initializing with inflateInit2(). Any information contained in the gzip + header is not retained unless inflateGetHeader() is used. When processing + gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output + produced so far. The CRC-32 is checked against the gzip trailer, as is the + uncompressed length, modulo 2^32. inflate() returns Z_OK if some progress has been made (more input processed or more output produced), Z_STREAM_END if the end of the compressed data has been reached and all uncompressed output has been produced, Z_NEED_DICT if a preset dictionary is needed at this point, Z_DATA_ERROR if the input data was corrupted (input stream not conforming to the zlib format or incorrect check - value), Z_STREAM_ERROR if the stream structure was inconsistent (for example - if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory, - Z_BUF_ERROR if no progress is possible or if there was not enough room in the - output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and + value, in which case strm->msg points to a string with a more specific + error), Z_STREAM_ERROR if the stream structure was inconsistent (for example + next_in or next_out was Z_NULL, or the state was inadvertently written over + by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR + if no progress was possible or if there was not enough room in the output + buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and inflate() can be called again with more input and more output space to - continue decompressing. If Z_DATA_ERROR is returned, the application may then - call inflateSync() to look for a good compression block if a partial recovery - of the data is desired. + continue decompressing. If Z_DATA_ERROR is returned, the application may + then call inflateSync() to look for a good compression block if a partial + recovery of the data is to be attempted. */ ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); /* All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any - pending output. + This function discards any unprocessed input and does not flush any pending + output. - inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state - was inconsistent. In the error case, msg may be set but then points to a - static string (which must not be deallocated). + inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state + was inconsistent. */ + /* Advanced functions */ /* @@ -484,55 +542,70 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, int memLevel, int strategy)); - This is another version of deflateInit with more compression options. The - fields next_in, zalloc, zfree and opaque must be initialized before by - the caller. + This is another version of deflateInit with more compression options. The + fields next_in, zalloc, zfree and opaque must be initialized before by the + caller. - The method parameter is the compression method. It must be Z_DEFLATED in + The method parameter is the compression method. It must be Z_DEFLATED in this version of the library. The windowBits parameter is the base two logarithm of the window size - (the size of the history buffer). It should be in the range 8..15 for this - version of the library. Larger values of this parameter result in better - compression at the expense of memory usage. The default value is 15 if + (the size of the history buffer). It should be in the range 8..15 for this + version of the library. Larger values of this parameter result in better + compression at the expense of memory usage. The default value is 15 if deflateInit is used instead. - windowBits can also be -8..-15 for raw deflate. In this case, -windowBits - determines the window size. deflate() will then generate raw deflate data - with no zlib header or trailer, and will not compute an adler32 check value. + For the current implementation of deflate(), a windowBits value of 8 (a + window size of 256 bytes) is not supported. As a result, a request for 8 + will result in 9 (a 512-byte window). In that case, providing 8 to + inflateInit2() will result in an error when the zlib header with 9 is + checked against the initialization of inflate(). The remedy is to not use 8 + with deflateInit2() with this initialization, or at least in that case use 9 + with inflateInit2(). - windowBits can also be greater than 15 for optional gzip encoding. Add + windowBits can also be -8..-15 for raw deflate. In this case, -windowBits + determines the window size. deflate() will then generate raw deflate data + with no zlib header or trailer, and will not compute a check value. + + windowBits can also be greater than 15 for optional gzip encoding. Add 16 to windowBits to write a simple gzip header and trailer around the - compressed data instead of a zlib wrapper. The gzip header will have no - file name, no extra data, no comment, no modification time (set to zero), - no header crc, and the operating system will be set to 255 (unknown). If a - gzip stream is being written, strm->adler is a crc32 instead of an adler32. + compressed data instead of a zlib wrapper. The gzip header will have no + file name, no extra data, no comment, no modification time (set to zero), no + header crc, and the operating system will be set to the appropriate value, + if the operating system was determined at compile time. If a gzip stream is + being written, strm->adler is a CRC-32 instead of an Adler-32. + + For raw deflate or gzip encoding, a request for a 256-byte window is + rejected as invalid, since only the zlib header provides a means of + transmitting the window size to the decompressor. The memLevel parameter specifies how much memory should be allocated - for the internal compression state. memLevel=1 uses minimum memory but - is slow and reduces compression ratio; memLevel=9 uses maximum memory - for optimal speed. The default value is 8. See zconf.h for total memory - usage as a function of windowBits and memLevel. + for the internal compression state. memLevel=1 uses minimum memory but is + slow and reduces compression ratio; memLevel=9 uses maximum memory for + optimal speed. The default value is 8. See zconf.h for total memory usage + as a function of windowBits and memLevel. - The strategy parameter is used to tune the compression algorithm. Use the + The strategy parameter is used to tune the compression algorithm. Use the value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no string match), or Z_RLE to limit match distances to one (run-length - encoding). Filtered data consists mostly of small values with a somewhat - random distribution. In this case, the compression algorithm is tuned to - compress them better. The effect of Z_FILTERED is to force more Huffman + encoding). Filtered data consists mostly of small values with a somewhat + random distribution. In this case, the compression algorithm is tuned to + compress them better. The effect of Z_FILTERED is to force more Huffman coding and less string matching; it is somewhat intermediate between - Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as - Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy - parameter only affects the compression ratio but not the correctness of the - compressed output even if it is not set appropriately. Z_FIXED prevents the - use of dynamic Huffman codes, allowing for a simpler decoder for special - applications. - - deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid - method). msg is set to null if there is no error message. deflateInit2 does - not perform any compression: this will be done by deflate(). + Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as + fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The + strategy parameter only affects the compression ratio but not the + correctness of the compressed output even if it is not set appropriately. + Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler + decoder for special applications. + + deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough + memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid + method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is + incompatible with the version assumed by the caller (ZLIB_VERSION). msg is + set to null if there is no error message. deflateInit2 does not perform any + compression: this will be done by deflate(). */ ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, @@ -540,38 +613,65 @@ ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, uInt dictLength)); /* Initializes the compression dictionary from the given byte sequence - without producing any compressed output. This function must be called - immediately after deflateInit, deflateInit2 or deflateReset, before any - call of deflate. The compressor and decompressor must use exactly the same - dictionary (see inflateSetDictionary). + without producing any compressed output. When using the zlib format, this + function must be called immediately after deflateInit, deflateInit2 or + deflateReset, and before any call of deflate. When doing raw deflate, this + function must be called either before any call of deflate, or immediately + after the completion of a deflate block, i.e. after all input has been + consumed and all output has been delivered when using any of the flush + options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The + compressor and decompressor must use exactly the same dictionary (see + inflateSetDictionary). The dictionary should consist of strings (byte sequences) that are likely to be encountered later in the data to be compressed, with the most commonly - used strings preferably put towards the end of the dictionary. Using a + used strings preferably put towards the end of the dictionary. Using a dictionary is most useful when the data to be compressed is short and can be predicted with good accuracy; the data can then be compressed better than with the default empty dictionary. Depending on the size of the compression data structures selected by deflateInit or deflateInit2, a part of the dictionary may in effect be - discarded, for example if the dictionary is larger than the window size in - deflate or deflate2. Thus the strings most likely to be useful should be - put at the end of the dictionary, not at the front. In addition, the - current implementation of deflate will use at most the window size minus - 262 bytes of the provided dictionary. + discarded, for example if the dictionary is larger than the window size + provided in deflateInit or deflateInit2. Thus the strings most likely to be + useful should be put at the end of the dictionary, not at the front. In + addition, the current implementation of deflate will use at most the window + size minus 262 bytes of the provided dictionary. - Upon return of this function, strm->adler is set to the adler32 value + Upon return of this function, strm->adler is set to the Adler-32 value of the dictionary; the decompressor may later use this value to determine - which dictionary has been used by the compressor. (The adler32 value + which dictionary has been used by the compressor. (The Adler-32 value applies to the whole dictionary even if only a subset of the dictionary is actually used by the compressor.) If a raw deflate was requested, then the - adler32 value is not computed and strm->adler is not set. + Adler-32 value is not computed and strm->adler is not set. deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a - parameter is invalid (such as NULL dictionary) or the stream state is + parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is inconsistent (for example if deflate has already been called for this stream - or if the compression method is bsort). deflateSetDictionary does not - perform any compression: this will be done by deflate(). + or if not at a block boundary for raw deflate). deflateSetDictionary does + not perform any compression: this will be done by deflate(). +*/ + +ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, + Bytef *dictionary, + uInt *dictLength)); +/* + Returns the sliding dictionary being maintained by deflate. dictLength is + set to the number of bytes in the dictionary, and that many bytes are copied + to dictionary. dictionary must have enough space, where 32768 bytes is + always enough. If deflateGetDictionary() is called with dictionary equal to + Z_NULL, then only the dictionary length is returned, and nothing is copied. + Similary, if dictLength is Z_NULL, then it is not set. + + deflateGetDictionary() may return a length less than the window size, even + when more than the window size in input has been provided. It may return up + to 258 bytes less in that case, due to how zlib's implementation of deflate + manages the sliding window and lookahead for matches, where matches can be + up to 258 bytes long. If the application needs the last window-size bytes of + input, then that would need to be saved by the application outside of zlib. + + deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the + stream state is inconsistent. */ ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, @@ -581,26 +681,26 @@ ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, This function can be useful when several compression strategies will be tried, for example when there are several ways of pre-processing the input - data with a filter. The streams that will be discarded should then be freed + data with a filter. The streams that will be discarded should then be freed by calling deflateEnd. Note that deflateCopy duplicates the internal - compression state which can be quite large, so this strategy is slow and - can consume lots of memory. + compression state which can be quite large, so this strategy is slow and can + consume lots of memory. deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being NULL). msg is left unchanged in both source and + (such as zalloc being Z_NULL). msg is left unchanged in both source and destination. */ ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); /* - This function is equivalent to deflateEnd followed by deflateInit, - but does not free and reallocate all the internal compression state. - The stream will keep the same compression level and any other attributes - that may have been set by deflateInit2. + This function is equivalent to deflateEnd followed by deflateInit, but + does not free and reallocate the internal compression state. The stream + will leave the compression level and any other attributes that may have been + set unchanged. - deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being NULL). + deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source + stream state was inconsistent (such as zalloc or state being Z_NULL). */ ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, @@ -608,20 +708,36 @@ ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int strategy)); /* Dynamically update the compression level and compression strategy. The - interpretation of level and strategy is as in deflateInit2. This can be + interpretation of level and strategy is as in deflateInit2(). This can be used to switch between compression and straight copy of the input data, or - to switch to a different kind of input data requiring a different - strategy. If the compression level is changed, the input available so far - is compressed with the old level (and may be flushed); the new level will - take effect only at the next call of deflate(). - - Before the call of deflateParams, the stream state must be set as for - a call of deflate(), since the currently available input may have to - be compressed and flushed. In particular, strm->avail_out must be non-zero. - - deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source - stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR - if strm->avail_out was zero. + to switch to a different kind of input data requiring a different strategy. + If the compression approach (which is a function of the level) or the + strategy is changed, and if any input has been consumed in a previous + deflate() call, then the input available so far is compressed with the old + level and strategy using deflate(strm, Z_BLOCK). There are three approaches + for the compression levels 0, 1..3, and 4..9 respectively. The new level + and strategy will take effect at the next call of deflate(). + + If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does + not have enough output space to complete, then the parameter change will not + take effect. In this case, deflateParams() can be called again with the + same parameters and more output space to try again. + + In order to assure a change in the parameters on the first try, the + deflate stream should be flushed using deflate() with Z_BLOCK or other flush + request until strm.avail_out is not zero, before calling deflateParams(). + Then no more input data should be provided before the deflateParams() call. + If this is done, the old level and strategy will be applied to the data + compressed before deflateParams(), and the new level and strategy will be + applied to the the data compressed after deflateParams(). + + deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream + state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if + there was not enough output space to complete the compression of the + available input data before a change in the strategy or approach. Note that + in the case of a Z_BUF_ERROR, the parameters are not changed. A return + value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be + retried with more output space. */ ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, @@ -645,31 +761,53 @@ ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, uLong sourceLen)); /* deflateBound() returns an upper bound on the compressed size after - deflation of sourceLen bytes. It must be called after deflateInit() - or deflateInit2(). This would be used to allocate an output buffer - for deflation in a single pass, and so would be called before deflate(). + deflation of sourceLen bytes. It must be called after deflateInit() or + deflateInit2(), and after deflateSetHeader(), if used. This would be used + to allocate an output buffer for deflation in a single pass, and so would be + called before deflate(). If that first deflate() call is provided the + sourceLen input bytes, an output buffer allocated to the size returned by + deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed + to return Z_STREAM_END. Note that it is possible for the compressed size to + be larger than the value returned by deflateBound() if flush options other + than Z_FINISH or Z_NO_FLUSH are used. */ +ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm, + unsigned *pending, + int *bits)); +/* + deflatePending() returns the number of bytes and bits of output that have + been generated, but not yet provided in the available output. The bytes not + provided would be due to the available output space having being consumed. + The number of bits of output not provided are between 0 and 7, where they + await more bits to join them in order to fill out a full byte. If pending + or bits are Z_NULL, then those values are not set. + + deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source + stream state was inconsistent. + */ + ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, int bits, int value)); /* deflatePrime() inserts bits in the deflate output stream. The intent - is that this function is used to start off the deflate output with the - bits leftover from a previous deflate stream when appending to it. As such, - this function can only be used for raw deflate, and must be used before the - first deflate() call after a deflateInit2() or deflateReset(). bits must be - less than or equal to 16, and that many of the least significant bits of - value will be inserted in the output. - - deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. + is that this function is used to start off the deflate output with the bits + leftover from a previous deflate stream when appending to it. As such, this + function can only be used for raw deflate, and must be used before the first + deflate() call after a deflateInit2() or deflateReset(). bits must be less + than or equal to 16, and that many of the least significant bits of value + will be inserted in the output. + + deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough + room in the internal buffer to insert the bits, or Z_STREAM_ERROR if the + source stream state was inconsistent. */ ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, gz_headerp head)); /* - deflateSetHeader() provides gzip header information for when a gzip + deflateSetHeader() provides gzip header information for when a gzip stream is requested by deflateInit2(). deflateSetHeader() may be called after deflateInit2() or deflateReset() and before the first call of deflate(). The text, time, os, extra field, name, and comment information @@ -682,11 +820,11 @@ ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, 1.3.x) do not support header crc's, and will report that it is a "multi-part gzip file" and give up. - If deflateSetHeader is not used, the default gzip header has text false, + If deflateSetHeader is not used, the default gzip header has text false, the time set to zero, and os set to 255, with no extra, name, or comment fields. The gzip header is returned to the default state by deflateReset(). - deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source + deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source stream state was inconsistent. */ @@ -694,43 +832,53 @@ ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm, int windowBits)); - This is another version of inflateInit with an extra parameter. The + This is another version of inflateInit with an extra parameter. The fields next_in, avail_in, zalloc, zfree and opaque must be initialized before by the caller. The windowBits parameter is the base two logarithm of the maximum window size (the size of the history buffer). It should be in the range 8..15 for - this version of the library. The default value is 15 if inflateInit is used - instead. windowBits must be greater than or equal to the windowBits value + this version of the library. The default value is 15 if inflateInit is used + instead. windowBits must be greater than or equal to the windowBits value provided to deflateInit2() while compressing, or it must be equal to 15 if - deflateInit2() was not used. If a compressed stream with a larger window + deflateInit2() was not used. If a compressed stream with a larger window size is given as input, inflate() will return with the error code Z_DATA_ERROR instead of trying to allocate a larger window. - windowBits can also be -8..-15 for raw inflate. In this case, -windowBits - determines the window size. inflate() will then process raw deflate data, + windowBits can also be zero to request that inflate use the window size in + the zlib header of the compressed stream. + + windowBits can also be -8..-15 for raw inflate. In this case, -windowBits + determines the window size. inflate() will then process raw deflate data, not looking for a zlib or gzip header, not generating a check value, and not - looking for any check values for comparison at the end of the stream. This + looking for any check values for comparison at the end of the stream. This is for use with other formats that use the deflate compressed data format - such as zip. Those formats provide their own check values. If a custom + such as zip. Those formats provide their own check values. If a custom format is developed using the raw deflate format for compressed data, it is - recommended that a check value such as an adler32 or a crc32 be applied to + recommended that a check value such as an Adler-32 or a CRC-32 be applied to the uncompressed data as is done in the zlib, gzip, and zip formats. For - most applications, the zlib format should be used as is. Note that comments + most applications, the zlib format should be used as is. Note that comments above on the use in deflateInit2() applies to the magnitude of windowBits. - windowBits can also be greater than 15 for optional gzip decoding. Add + windowBits can also be greater than 15 for optional gzip decoding. Add 32 to windowBits to enable zlib and gzip decoding with automatic header detection, or add 16 to decode only the gzip format (the zlib format will - return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is - a crc32 instead of an adler32. + return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a + CRC-32 instead of an Adler-32. Unlike the gunzip utility and gzread() (see + below), inflate() will not automatically decode concatenated gzip streams. + inflate() will return Z_STREAM_END at the end of the gzip stream. The state + would need to be reset to continue decoding a subsequent gzip stream. inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_STREAM_ERROR if a parameter is invalid (such as a null strm). msg - is set to null if there is no error message. inflateInit2 does not perform - any decompression apart from reading the zlib header if present: this will - be done by inflate(). (So next_in and avail_in may be modified, but next_out - and avail_out are unchanged.) + memory, Z_VERSION_ERROR if the zlib library version is incompatible with the + version assumed by the caller, or Z_STREAM_ERROR if the parameters are + invalid, such as a null pointer to the structure. msg is set to null if + there is no error message. inflateInit2 does not perform any decompression + apart from possibly reading the zlib header if present: actual decompression + will be done by inflate(). (So next_in and avail_in may be modified, but + next_out and avail_out are unused and unchanged.) The current implementation + of inflateInit2() does not process any header information -- that is + deferred until inflate() is called. */ ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, @@ -738,36 +886,56 @@ ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, uInt dictLength)); /* Initializes the decompression dictionary from the given uncompressed byte - sequence. This function must be called immediately after a call of inflate, - if that call returned Z_NEED_DICT. The dictionary chosen by the compressor - can be determined from the adler32 value returned by that call of inflate. + sequence. This function must be called immediately after a call of inflate, + if that call returned Z_NEED_DICT. The dictionary chosen by the compressor + can be determined from the Adler-32 value returned by that call of inflate. The compressor and decompressor must use exactly the same dictionary (see - deflateSetDictionary). For raw inflate, this function can be called - immediately after inflateInit2() or inflateReset() and before any call of - inflate() to set the dictionary. The application must insure that the - dictionary that was used for compression is provided. + deflateSetDictionary). For raw inflate, this function can be called at any + time to set the dictionary. If the provided dictionary is smaller than the + window and there is already data in the window, then the provided dictionary + will amend what's there. The application must insure that the dictionary + that was used for compression is provided. inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a - parameter is invalid (such as NULL dictionary) or the stream state is + parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the - expected one (incorrect adler32 value). inflateSetDictionary does not + expected one (incorrect Adler-32 value). inflateSetDictionary does not perform any decompression: this will be done by subsequent calls of inflate(). */ -ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); +ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm, + Bytef *dictionary, + uInt *dictLength)); /* - Skips invalid compressed data until a full flush point (see above the - description of deflate with Z_FULL_FLUSH) can be found, or until all - available input is skipped. No output is provided. + Returns the sliding dictionary being maintained by inflate. dictLength is + set to the number of bytes in the dictionary, and that many bytes are copied + to dictionary. dictionary must have enough space, where 32768 bytes is + always enough. If inflateGetDictionary() is called with dictionary equal to + Z_NULL, then only the dictionary length is returned, and nothing is copied. + Similary, if dictLength is Z_NULL, then it is not set. + + inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the + stream state is inconsistent. +*/ - inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR - if no more input was provided, Z_DATA_ERROR if no flush point has been found, - or Z_STREAM_ERROR if the stream structure was inconsistent. In the success - case, the application may save the current current value of total_in which - indicates where valid compressed data was found. In the error case, the - application may repeatedly call inflateSync, providing more input each time, - until success or end of the input data. +ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); +/* + Skips invalid compressed data until a possible full flush point (see above + for the description of deflate with Z_FULL_FLUSH) can be found, or until all + available input is skipped. No output is provided. + + inflateSync searches for a 00 00 FF FF pattern in the compressed data. + All full flush points have this pattern, but not all occurrences of this + pattern are full flush points. + + inflateSync returns Z_OK if a possible full flush point has been found, + Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point + has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. + In the success case, the application may save the current current value of + total_in which indicates where valid compressed data was found. In the + error case, the application may repeatedly call inflateSync, providing more + input each time, until success or end of the input data. */ ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, @@ -782,18 +950,32 @@ ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being NULL). msg is left unchanged in both source and + (such as zalloc being Z_NULL). msg is left unchanged in both source and destination. */ ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm)); /* This function is equivalent to inflateEnd followed by inflateInit, - but does not free and reallocate all the internal decompression state. - The stream will keep attributes that may have been set by inflateInit2. + but does not free and reallocate the internal decompression state. The + stream will keep attributes that may have been set by inflateInit2. + + inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source + stream state was inconsistent (such as zalloc or state being Z_NULL). +*/ - inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being NULL). +ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm, + int windowBits)); +/* + This function is the same as inflateReset, but it also permits changing + the wrap and window size requests. The windowBits parameter is interpreted + the same as it is for inflateInit2. If the window size is changed, then the + memory allocated for the window is freed, and the window will be reallocated + by inflate() if needed. + + inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source + stream state was inconsistent (such as zalloc or state being Z_NULL), or if + the windowBits parameter is invalid. */ ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, @@ -801,54 +983,87 @@ ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, int value)); /* This function inserts bits in the inflate input stream. The intent is - that this function is used to start inflating at a bit position in the - middle of a byte. The provided bits will be used before any bytes are used - from next_in. This function should only be used with raw inflate, and - should be used before the first inflate() call after inflateInit2() or - inflateReset(). bits must be less than or equal to 16, and that many of the - least significant bits of value will be inserted in the input. - - inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source + that this function is used to start inflating at a bit position in the + middle of a byte. The provided bits will be used before any bytes are used + from next_in. This function should only be used with raw inflate, and + should be used before the first inflate() call after inflateInit2() or + inflateReset(). bits must be less than or equal to 16, and that many of the + least significant bits of value will be inserted in the input. + + If bits is negative, then the input stream bit buffer is emptied. Then + inflatePrime() can be called again to put bits in the buffer. This is used + to clear out bits leftover after feeding inflate a block description prior + to feeding inflate codes. + + inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source stream state was inconsistent. */ +ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm)); +/* + This function returns two values, one in the lower 16 bits of the return + value, and the other in the remaining upper bits, obtained by shifting the + return value down 16 bits. If the upper value is -1 and the lower value is + zero, then inflate() is currently decoding information outside of a block. + If the upper value is -1 and the lower value is non-zero, then inflate is in + the middle of a stored block, with the lower value equaling the number of + bytes from the input remaining to copy. If the upper value is not -1, then + it is the number of bits back from the current bit position in the input of + the code (literal or length/distance pair) currently being processed. In + that case the lower value is the number of bytes already emitted for that + code. + + A code is being processed if inflate is waiting for more input to complete + decoding of the code, or if it has completed decoding but is waiting for + more output space to write the literal or match data. + + inflateMark() is used to mark locations in the input data for random + access, which may be at bit positions, and to note those cases where the + output of a code may span boundaries of random access blocks. The current + location in the input stream can be determined from avail_in and data_type + as noted in the description for the Z_BLOCK flush parameter for inflate. + + inflateMark returns the value noted above, or -65536 if the provided + source stream state was inconsistent. +*/ + ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, gz_headerp head)); /* - inflateGetHeader() requests that gzip header information be stored in the + inflateGetHeader() requests that gzip header information be stored in the provided gz_header structure. inflateGetHeader() may be called after inflateInit2() or inflateReset(), and before the first call of inflate(). As inflate() processes the gzip stream, head->done is zero until the header is completed, at which time head->done is set to one. If a zlib stream is being decoded, then head->done is set to -1 to indicate that there will be - no gzip header information forthcoming. Note that Z_BLOCK can be used to - force inflate() to return immediately after header processing is complete - and before any actual data is decompressed. + no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be + used to force inflate() to return immediately after header processing is + complete and before any actual data is decompressed. - The text, time, xflags, and os fields are filled in with the gzip header + The text, time, xflags, and os fields are filled in with the gzip header contents. hcrc is set to true if there is a header CRC. (The header CRC - was valid if done is set to one.) If extra is not Z_NULL, then extra_max + was valid if done is set to one.) If extra is not Z_NULL, then extra_max contains the maximum number of bytes to write to extra. Once done is true, extra_len contains the actual extra field length, and extra contains the extra field, or that field truncated if extra_max is less than extra_len. If name is not Z_NULL, then up to name_max characters are written there, terminated with a zero unless the length is greater than name_max. If comment is not Z_NULL, then up to comm_max characters are written there, - terminated with a zero unless the length is greater than comm_max. When - any of extra, name, or comment are not Z_NULL and the respective field is - not present in the header, then that field is set to Z_NULL to signal its + terminated with a zero unless the length is greater than comm_max. When any + of extra, name, or comment are not Z_NULL and the respective field is not + present in the header, then that field is set to Z_NULL to signal its absence. This allows the use of deflateSetHeader() with the returned structure to duplicate the header. However if those fields are set to allocated memory, then the application will need to save those pointers elsewhere so that they can be eventually freed. - If inflateGetHeader is not used, then the header information is simply + If inflateGetHeader is not used, then the header information is simply discarded. The header is always checked for validity, including the header CRC if present. inflateReset() will reset the process to discard the header information. The application would need to call inflateGetHeader() again to retrieve the header from the next gzip stream. - inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source + inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source stream state was inconsistent. */ @@ -869,12 +1084,13 @@ ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits, See inflateBack() for the usage of these routines. inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of - the paramaters are invalid, Z_MEM_ERROR if the internal state could not - be allocated, or Z_VERSION_ERROR if the version of the library does not - match the version of the header file. + the parameters are invalid, Z_MEM_ERROR if the internal state could not be + allocated, or Z_VERSION_ERROR if the version of the library does not match + the version of the header file. */ -typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *)); +typedef unsigned (*in_func) OF((void FAR *, + z_const unsigned char FAR * FAR *)); typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, @@ -882,25 +1098,26 @@ ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, out_func out, void FAR *out_desc)); /* inflateBack() does a raw inflate with a single call using a call-back - interface for input and output. This is more efficient than inflate() for - file i/o applications in that it avoids copying between the output and the - sliding window by simply making the window itself the output buffer. This - function trusts the application to not change the output buffer passed by - the output function, at least until inflateBack() returns. + interface for input and output. This is potentially more efficient than + inflate() for file i/o applications, in that it avoids copying between the + output and the sliding window by simply making the window itself the output + buffer. inflate() can be faster on modern CPUs when used with large + buffers. inflateBack() trusts the application to not change the output + buffer passed by the output function, at least until inflateBack() returns. inflateBackInit() must be called first to allocate the internal state and to initialize the state with the user-provided window buffer. inflateBack() may then be used multiple times to inflate a complete, raw - deflate stream with each call. inflateBackEnd() is then called to free - the allocated state. + deflate stream with each call. inflateBackEnd() is then called to free the + allocated state. A raw deflate stream is one with no zlib or gzip header or trailer. This routine would normally be used in a utility that reads zip or gzip files and writes out uncompressed files. The utility would decode the - header and process the trailer on its own, hence this routine expects - only the raw deflate stream to decompress. This is different from the - normal behavior of inflate(), which expects either a zlib or gzip header and - trailer around the deflate stream. + header and process the trailer on its own, hence this routine expects only + the raw deflate stream to decompress. This is different from the default + behavior of inflate(), which expects a zlib header and trailer around the + deflate stream. inflateBack() uses two subroutines supplied by the caller that are then called by inflateBack() for input and output. inflateBack() calls those @@ -909,12 +1126,12 @@ ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, parameters and return types are defined above in the in_func and out_func typedefs. inflateBack() will call in(in_desc, &buf) which should return the number of bytes of provided input, and a pointer to that input in buf. If - there is no input available, in() must return zero--buf is ignored in that - case--and inflateBack() will return a buffer error. inflateBack() will call - out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out() - should return zero on success, or non-zero on failure. If out() returns - non-zero, inflateBack() will return with an error. Neither in() nor out() - are permitted to change the contents of the window provided to + there is no input available, in() must return zero -- buf is ignored in that + case -- and inflateBack() will return a buffer error. inflateBack() will + call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. + out() should return zero on success, or non-zero on failure. If out() + returns non-zero, inflateBack() will return with an error. Neither in() nor + out() are permitted to change the contents of the window provided to inflateBackInit(), which is also the buffer that out() uses to write from. The length written by out() will be at most the window size. Any non-zero amount of input may be provided by in(). @@ -925,7 +1142,7 @@ ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, calling inflateBack(). If strm->next_in is Z_NULL, then in() will be called immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in must also be initialized, and then if strm->avail_in is not zero, input will - initially be taken from strm->next_in[0 .. strm->avail_in - 1]. + initially be taken from strm->next_in[0 .. strm->avail_in - 1]. The in_desc and out_desc parameters of inflateBack() is passed as the first parameter of in() and out() respectively when they are called. These @@ -935,15 +1152,15 @@ ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, On return, inflateBack() will set strm->next_in and strm->avail_in to pass back any unused input that was provided by the last in() call. The return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR - if in() or out() returned an error, Z_DATA_ERROR if there was a format - error in the deflate stream (in which case strm->msg is set to indicate the - nature of the error), or Z_STREAM_ERROR if the stream was not properly - initialized. In the case of Z_BUF_ERROR, an input or output error can be - distinguished using strm->next_in which will be Z_NULL only if in() returned - an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR was due to - out() returning non-zero. (in() will always be called before out(), so - strm->next_in is assured to be defined if out() returns non-zero.) Note - that inflateBack() cannot return Z_OK. + if in() or out() returned an error, Z_DATA_ERROR if there was a format error + in the deflate stream (in which case strm->msg is set to indicate the nature + of the error), or Z_STREAM_ERROR if the stream was not properly initialized. + In the case of Z_BUF_ERROR, an input or output error can be distinguished + using strm->next_in which will be Z_NULL only if in() returned an error. If + strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning + non-zero. (in() will always be called before out(), so strm->next_in is + assured to be defined if out() returns non-zero.) Note that inflateBack() + cannot return Z_OK. */ ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm)); @@ -964,7 +1181,7 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 7.6: size of z_off_t Compiler, assembler, and debug options: - 8: DEBUG + 8: ZLIB_DEBUG 9: ASMV or ASMINF -- use ASM code 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention 11: 0 (reserved) @@ -995,27 +1212,28 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 27-31: 0 (reserved) */ +#ifndef Z_SOLO /* utility functions */ /* - The following utility functions are implemented on top of the - basic stream-oriented functions. To simplify the interface, some - default options are assumed (compression level and memory usage, - standard memory allocation functions). The source code of these - utility functions can easily be modified if you need special options. + The following utility functions are implemented on top of the basic + stream-oriented functions. To simplify the interface, some default options + are assumed (compression level and memory usage, standard memory allocation + functions). The source code of these utility functions can be modified if + you need special options. */ ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)); /* Compresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total - size of the destination buffer, which must be at least the value returned - by compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed buffer. - This function can be used to compress a whole file at once if the - input file is mmap'ed. + the byte length of the source buffer. Upon entry, destLen is the total size + of the destination buffer, which must be at least the value returned by + compressBound(sourceLen). Upon exit, destLen is the actual size of the + compressed data. compress() is equivalent to compress2() with a level + parameter of Z_DEFAULT_COMPRESSION. + compress returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if there was not enough room in the output buffer. @@ -1025,12 +1243,12 @@ ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)); /* - Compresses the source buffer into the destination buffer. The level + Compresses the source buffer into the destination buffer. The level parameter has the same meaning as in deflateInit. sourceLen is the byte - length of the source buffer. Upon entry, destLen is the total size of the + length of the source buffer. Upon entry, destLen is the total size of the destination buffer, which must be at least the value returned by - compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed buffer. + compressBound(sourceLen). Upon exit, destLen is the actual size of the + compressed data. compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if there was not enough room in the output buffer, @@ -1040,159 +1258,306 @@ ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); /* compressBound() returns an upper bound on the compressed size after - compress() or compress2() on sourceLen bytes. It would be used before - a compress() or compress2() call to allocate the destination buffer. + compress() or compress2() on sourceLen bytes. It would be used before a + compress() or compress2() call to allocate the destination buffer. */ ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)); /* Decompresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total - size of the destination buffer, which must be large enough to hold the - entire uncompressed data. (The size of the uncompressed data must have - been saved previously by the compressor and transmitted to the decompressor - by some mechanism outside the scope of this compression library.) - Upon exit, destLen is the actual size of the compressed buffer. - This function can be used to decompress a whole file at once if the - input file is mmap'ed. + the byte length of the source buffer. Upon entry, destLen is the total size + of the destination buffer, which must be large enough to hold the entire + uncompressed data. (The size of the uncompressed data must have been saved + previously by the compressor and transmitted to the decompressor by some + mechanism outside the scope of this compression library.) Upon exit, destLen + is the actual size of the uncompressed data. uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. + buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In + the case where there is not enough room, uncompress() will fill the output + buffer with the uncompressed data up to that point. */ +ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen, + const Bytef *source, uLong *sourceLen)); +/* + Same as uncompress, except that sourceLen is a pointer, where the + length of the source is *sourceLen. On return, *sourceLen is the number of + source bytes consumed. +*/ + + /* gzip file access functions */ + +/* + This library supports reading and writing files in gzip (.gz) format with + an interface similar to that of stdio, using the functions that start with + "gz". The gzip format is different from the zlib format. gzip is a gzip + wrapper, documented in RFC 1952, wrapped around a deflate stream. +*/ -typedef voidp gzFile; +typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ -ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); /* - Opens a gzip (.gz) file for reading or writing. The mode parameter - is as in fopen ("rb" or "wb") but can also include a compression level - ("wb9") or a strategy: 'f' for filtered data as in "wb6f", 'h' for - Huffman only compression as in "wb1h", or 'R' for run-length encoding - as in "wb1R". (See the description of deflateInit2 for more information - about the strategy parameter.) +ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); + + Opens a gzip (.gz) file for reading or writing. The mode parameter is as + in fopen ("rb" or "wb") but can also include a compression level ("wb9") or + a strategy: 'f' for filtered data as in "wb6f", 'h' for Huffman-only + compression as in "wb1h", 'R' for run-length encoding as in "wb1R", or 'F' + for fixed code compression as in "wb9F". (See the description of + deflateInit2 for more information about the strategy parameter.) 'T' will + request transparent writing or appending with no compression and not using + the gzip format. + + "a" can be used instead of "w" to request that the gzip stream that will + be written be appended to the file. "+" will result in an error, since + reading and writing to the same gzip file is not supported. The addition of + "x" when writing will create the file exclusively, which fails if the file + already exists. On systems that support it, the addition of "e" when + reading or writing will set the flag to close the file on an execve() call. + + These functions, as well as gzip, will read and decode a sequence of gzip + streams in a file. The append function of gzopen() can be used to create + such a file. (Also see gzflush() for another way to do this.) When + appending, gzopen does not test whether the file begins with a gzip stream, + nor does it look for the end of the gzip streams to begin appending. gzopen + will simply append a gzip stream to the existing file. gzopen can be used to read a file which is not in gzip format; in this - case gzread will directly read from the file without decompression. + case gzread will directly read from the file without decompression. When + reading, this will be detected automatically by looking for the magic two- + byte gzip header. + + gzopen returns NULL if the file could not be opened, if there was + insufficient memory to allocate the gzFile state, or if an invalid mode was + specified (an 'r', 'w', or 'a' was not provided, or '+' was provided). + errno can be checked to determine if the reason gzopen failed was that the + file could not be opened. +*/ - gzopen returns NULL if the file could not be opened or if there was - insufficient memory to allocate the (de)compression state; errno - can be checked to distinguish the two cases (if errno is zero, the - zlib error is Z_MEM_ERROR). */ +ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); +/* + gzdopen associates a gzFile with the file descriptor fd. File descriptors + are obtained from calls like open, dup, creat, pipe or fileno (if the file + has been previously opened with fopen). The mode parameter is as in gzopen. + + The next call of gzclose on the returned gzFile will also close the file + descriptor fd, just like fclose(fdopen(fd, mode)) closes the file descriptor + fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd, + mode);. The duplicated descriptor should be saved to avoid a leak, since + gzdopen does not close fd if it fails. If you are using fileno() to get the + file descriptor from a FILE *, then you will have to use dup() to avoid + double-close()ing the file descriptor. Both gzclose() and fclose() will + close the associated file descriptor, so they need to have different file + descriptors. + + gzdopen returns NULL if there was insufficient memory to allocate the + gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not + provided, or '+' was provided), or if fd is -1. The file descriptor is not + used until the next gz* read, write, seek, or close operation, so gzdopen + will not detect if fd is invalid (unless fd is -1). +*/ -ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); +ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); /* - gzdopen() associates a gzFile with the file descriptor fd. File - descriptors are obtained from calls like open, dup, creat, pipe or - fileno (in the file has been previously opened with fopen). - The mode parameter is as in gzopen. - The next call of gzclose on the returned gzFile will also close the - file descriptor fd, just like fclose(fdopen(fd), mode) closes the file - descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode). - gzdopen returns NULL if there was insufficient memory to allocate - the (de)compression state. + Set the internal buffer size used by this library's functions. The + default buffer size is 8192 bytes. This function must be called after + gzopen() or gzdopen(), and before any other calls that read or write the + file. The buffer memory allocation is always deferred to the first read or + write. Three times that size in buffer space is allocated. A larger buffer + size of, for example, 64K or 128K bytes will noticeably increase the speed + of decompression (reading). + + The new buffer size also affects the maximum length for gzprintf(). + + gzbuffer() returns 0 on success, or -1 on failure, such as being called + too late. */ ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); /* - Dynamically update the compression level or strategy. See the description - of deflateInit2 for the meaning of these parameters. - gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not - opened for writing. + Dynamically update the compression level or strategy. See the description + of deflateInit2 for the meaning of these parameters. Previously provided + data is flushed before the parameter change. + + gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not + opened for writing, Z_ERRNO if there is an error writing the flushed data, + or Z_MEM_ERROR if there is a memory allocation error. +*/ + +ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); +/* + Reads the given number of uncompressed bytes from the compressed file. If + the input file is not in gzip format, gzread copies the given number of + bytes into the buffer directly from the file. + + After reaching the end of a gzip stream in the input, gzread will continue + to read, looking for another gzip stream. Any number of gzip streams may be + concatenated in the input file, and will all be decompressed by gzread(). + If something other than a gzip stream is encountered after a gzip stream, + that remaining trailing garbage is ignored (and no error is returned). + + gzread can be used to read a gzip file that is being concurrently written. + Upon reaching the end of the input, gzread will return with the available + data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then + gzclearerr can be used to clear the end of file indicator in order to permit + gzread to be tried again. Z_OK indicates that a gzip stream was completed + on the last gzread. Z_BUF_ERROR indicates that the input file ended in the + middle of a gzip stream. Note that gzread does not return -1 in the event + of an incomplete gzip stream. This error is deferred until gzclose(), which + will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip + stream. Alternatively, gzerror can be used before gzclose to detect this + case. + + gzread returns the number of uncompressed bytes actually read, less than + len for end of file, or -1 for error. If len is too large to fit in an int, + then nothing is read, -1 is returned, and the error state is set to + Z_STREAM_ERROR. */ -ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); +ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems, + gzFile file)); /* - Reads the given number of uncompressed bytes from the compressed file. - If the input file was not in gzip format, gzread copies the given number - of bytes into the buffer. - gzread returns the number of uncompressed bytes actually read (0 for - end of file, -1 for error). */ + Read up to nitems items of size size from file to buf, otherwise operating + as gzread() does. This duplicates the interface of stdio's fread(), with + size_t request and return types. If the library defines size_t, then + z_size_t is identical to size_t. If not, then z_size_t is an unsigned + integer type that can contain a pointer. + + gzfread() returns the number of full items read of size size, or zero if + the end of the file was reached and a full item could not be read, or if + there was an error. gzerror() must be consulted if zero is returned in + order to determine if there was an error. If the multiplication of size and + nitems overflows, i.e. the product does not fit in a z_size_t, then nothing + is read, zero is returned, and the error state is set to Z_STREAM_ERROR. + + In the event that the end of file is reached and only a partial item is + available at the end, i.e. the remaining uncompressed data length is not a + multiple of size, then the final partial item is nevetheless read into buf + and the end-of-file flag is set. The length of the partial item read is not + provided, but could be inferred from the result of gztell(). This behavior + is the same as the behavior of fread() implementations in common libraries, + but it prevents the direct use of gzfread() to read a concurrently written + file, reseting and retrying on end-of-file, when size is not 1. +*/ -ZEXTERN int ZEXPORT gzwrite OF((gzFile file, - voidpc buf, unsigned len)); +ZEXTERN int ZEXPORT gzwrite OF((gzFile file, + voidpc buf, unsigned len)); /* Writes the given number of uncompressed bytes into the compressed file. - gzwrite returns the number of uncompressed bytes actually written - (0 in case of error). + gzwrite returns the number of uncompressed bytes written or 0 in case of + error. +*/ + +ZEXTERN z_size_t ZEXPORT gzfwrite OF((voidpc buf, z_size_t size, + z_size_t nitems, gzFile file)); +/* + gzfwrite() writes nitems items of size size from buf to file, duplicating + the interface of stdio's fwrite(), with size_t request and return types. If + the library defines size_t, then z_size_t is identical to size_t. If not, + then z_size_t is an unsigned integer type that can contain a pointer. + + gzfwrite() returns the number of full items written of size size, or zero + if there was an error. If the multiplication of size and nitems overflows, + i.e. the product does not fit in a z_size_t, then nothing is written, zero + is returned, and the error state is set to Z_STREAM_ERROR. */ -ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); +ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); /* - Converts, formats, and writes the args to the compressed file under - control of the format string, as in fprintf. gzprintf returns the number of - uncompressed bytes actually written (0 in case of error). The number of - uncompressed bytes written is limited to 4095. The caller should assure that - this limit is not exceeded. If it is exceeded, then gzprintf() will return - return an error (0) with nothing written. In this case, there may also be a + Converts, formats, and writes the arguments to the compressed file under + control of the format string, as in fprintf. gzprintf returns the number of + uncompressed bytes actually written, or a negative zlib error code in case + of error. The number of uncompressed bytes written is limited to 8191, or + one less than the buffer size given to gzbuffer(). The caller should assure + that this limit is not exceeded. If it is exceeded, then gzprintf() will + return an error (0) with nothing written. In this case, there may also be a buffer overflow with unpredictable consequences, which is possible only if zlib was compiled with the insecure functions sprintf() or vsprintf() because the secure snprintf() or vsnprintf() functions were not available. + This can be determined using zlibCompileFlags(). */ ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); /* - Writes the given null-terminated string to the compressed file, excluding + Writes the given null-terminated string to the compressed file, excluding the terminating null character. - gzputs returns the number of characters written, or -1 in case of error. + + gzputs returns the number of characters written, or -1 in case of error. */ ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); /* - Reads bytes from the compressed file until len-1 characters are read, or - a newline character is read and transferred to buf, or an end-of-file - condition is encountered. The string is then terminated with a null - character. - gzgets returns buf, or Z_NULL in case of error. + Reads bytes from the compressed file until len-1 characters are read, or a + newline character is read and transferred to buf, or an end-of-file + condition is encountered. If any characters are read or if len == 1, the + string is terminated with a null character. If no characters are read due + to an end-of-file or len < 1, then the buffer is left untouched. + + gzgets returns buf which is a null-terminated string, or it returns NULL + for end-of-file or in case of error. If there was an error, the contents at + buf are indeterminate. */ -ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); +ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); /* - Writes c, converted to an unsigned char, into the compressed file. - gzputc returns the value that was written, or -1 in case of error. + Writes c, converted to an unsigned char, into the compressed file. gzputc + returns the value that was written, or -1 in case of error. */ -ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); +ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); /* - Reads one byte from the compressed file. gzgetc returns this byte - or -1 in case of end of file or error. + Reads one byte from the compressed file. gzgetc returns this byte or -1 + in case of end of file or error. This is implemented as a macro for speed. + As such, it does not do all of the checking the other functions do. I.e. + it does not check to see if file is NULL, nor whether the structure file + points to has been clobbered or not. */ -ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); +ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); /* - Push one character back onto the stream to be read again later. - Only one character of push-back is allowed. gzungetc() returns the - character pushed, or -1 on failure. gzungetc() will fail if a - character has been pushed but not read yet, or if c is -1. The pushed - character will be discarded if the stream is repositioned with gzseek() - or gzrewind(). + Push one character back onto the stream to be read as the first character + on the next read. At least one character of push-back is allowed. + gzungetc() returns the character pushed, or -1 on failure. gzungetc() will + fail if c is -1, and may fail if a character has been pushed but not read + yet. If gzungetc is used immediately after gzopen or gzdopen, at least the + output buffer size of pushed characters is allowed. (See gzbuffer above.) + The pushed character will be discarded if the stream is repositioned with + gzseek() or gzrewind(). */ -ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); +ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); /* - Flushes all pending output into the compressed file. The parameter - flush is as in the deflate() function. The return value is the zlib - error number (see function gzerror below). gzflush returns Z_OK if - the flush parameter is Z_FINISH and all output could be flushed. - gzflush should be called only when strictly necessary because it can - degrade compression. + Flushes all pending output into the compressed file. The parameter flush + is as in the deflate() function. The return value is the zlib error number + (see function gzerror below). gzflush is only permitted when writing. + + If the flush parameter is Z_FINISH, the remaining data is written and the + gzip stream is completed in the output. If gzwrite() is called again, a new + gzip stream will be started in the output. gzread() is able to read such + concatenated gzip streams. + + gzflush should be called only when strictly necessary because it will + degrade compression if called too often. */ -ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, - z_off_t offset, int whence)); /* - Sets the starting position for the next gzread or gzwrite on the - given compressed file. The offset represents a number of bytes in the - uncompressed data stream. The whence parameter is defined as in lseek(2); +ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, + z_off_t offset, int whence)); + + Sets the starting position for the next gzread or gzwrite on the given + compressed file. The offset represents a number of bytes in the + uncompressed data stream. The whence parameter is defined as in lseek(2); the value SEEK_END is not supported. + If the file is opened for reading, this function is emulated but can be - extremely slow. If the file is opened for writing, only forward seeks are + extremely slow. If the file is opened for writing, only forward seeks are supported; gzseek then compresses a sequence of zeroes up to the new starting position. - gzseek returns the resulting offset location as measured in bytes from + gzseek returns the resulting offset location as measured in bytes from the beginning of the uncompressed stream, or -1 in case of error, in particular if the file is opened for writing and the new starting position would be before the current position. @@ -1202,68 +1567,134 @@ ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); /* Rewinds the given file. This function is supported only for reading. - gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET) + gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET) */ +/* ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); + + Returns the starting position for the next gzread or gzwrite on the given + compressed file. This position represents a number of bytes in the + uncompressed data stream, and is zero when starting, even if appending or + reading a gzip stream from the middle of a file using gzdopen(). + + gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) +*/ + /* - Returns the starting position for the next gzread or gzwrite on the - given compressed file. This position represents a number of bytes in the - uncompressed data stream. +ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file)); - gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) + Returns the current offset in the file being read or written. This offset + includes the count of bytes that precede the gzip stream, for example when + appending or when using gzdopen() for reading. When reading, the offset + does not include as yet unused buffered input. This information can be used + for a progress indicator. On error, gzoffset() returns -1. */ ZEXTERN int ZEXPORT gzeof OF((gzFile file)); /* - Returns 1 when EOF has previously been detected reading the given - input stream, otherwise zero. + Returns true (1) if the end-of-file indicator has been set while reading, + false (0) otherwise. Note that the end-of-file indicator is set only if the + read tried to go past the end of the input, but came up short. Therefore, + just like feof(), gzeof() may return false even if there is no more data to + read, in the event that the last read request was for the exact number of + bytes remaining in the input file. This will happen if the input file size + is an exact multiple of the buffer size. + + If gzeof() returns true, then the read functions will return no more data, + unless the end-of-file indicator is reset by gzclearerr() and the input file + has grown since the previous end of file was detected. */ ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); /* - Returns 1 if file is being read directly without decompression, otherwise - zero. + Returns true (1) if file is being copied directly while reading, or false + (0) if file is a gzip stream being decompressed. + + If the input file is empty, gzdirect() will return true, since the input + does not contain a gzip stream. + + If gzdirect() is used immediately after gzopen() or gzdopen() it will + cause buffers to be allocated to allow reading the file to determine if it + is a gzip file. Therefore if gzbuffer() is used, it should be called before + gzdirect(). + + When writing, gzdirect() returns true (1) if transparent writing was + requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note: + gzdirect() is not needed when writing. Transparent writing must be + explicitly requested, so the application already knows the answer. When + linking statically, using gzdirect() will include all of the zlib code for + gzip file reading and decompression, which may not be desired.) */ ZEXTERN int ZEXPORT gzclose OF((gzFile file)); /* - Flushes all pending output if necessary, closes the compressed file - and deallocates all the (de)compression state. The return value is the zlib - error number (see function gzerror below). + Flushes all pending output if necessary, closes the compressed file and + deallocates the (de)compression state. Note that once file is closed, you + cannot call gzerror with file, since its structures have been deallocated. + gzclose must not be called more than once on the same file, just as free + must not be called more than once on the same allocation. + + gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a + file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the + last read ended in the middle of a gzip stream, or Z_OK on success. +*/ + +ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); +ZEXTERN int ZEXPORT gzclose_w OF((gzFile file)); +/* + Same as gzclose(), but gzclose_r() is only for use when reading, and + gzclose_w() is only for use when writing or appending. The advantage to + using these instead of gzclose() is that they avoid linking in zlib + compression or decompression code that is not used when only reading or only + writing respectively. If gzclose() is used, then both compression and + decompression code will be included the application when linking to a static + zlib library. */ ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); /* - Returns the error message for the last error which occurred on the - given compressed file. errnum is set to zlib error number. If an - error occurred in the file system and not in the compression library, - errnum is set to Z_ERRNO and the application may consult errno - to get the exact error code. + Returns the error message for the last error which occurred on the given + compressed file. errnum is set to zlib error number. If an error occurred + in the file system and not in the compression library, errnum is set to + Z_ERRNO and the application may consult errno to get the exact error code. + + The application must not modify the returned string. Future calls to + this function may invalidate the previously returned string. If file is + closed, then the string previously returned by gzerror will no longer be + available. + + gzerror() should be used to distinguish errors from end-of-file for those + functions above that do not distinguish those cases in their return values. */ ZEXTERN void ZEXPORT gzclearerr OF((gzFile file)); /* - Clears the error and end-of-file flags for file. This is analogous to the - clearerr() function in stdio. This is useful for continuing to read a gzip + Clears the error and end-of-file flags for file. This is analogous to the + clearerr() function in stdio. This is useful for continuing to read a gzip file that is being written concurrently. */ +#endif /* !Z_SOLO */ + /* checksum functions */ /* These functions are not related to compression but are exported - anyway because they might be useful in applications using the - compression library. + anyway because they might be useful in applications using the compression + library. */ ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); /* Update a running Adler-32 checksum with the bytes buf[0..len-1] and - return the updated checksum. If buf is NULL, this function returns - the required initial value for the checksum. - An Adler-32 checksum is almost as reliable as a CRC32 but can be computed - much faster. Usage example: + return the updated checksum. If buf is Z_NULL, this function returns the + required initial value for the checksum. + + An Adler-32 checksum is almost as reliable as a CRC-32 but can be computed + much faster. + + Usage example: uLong adler = adler32(0L, Z_NULL, 0); @@ -1273,21 +1704,31 @@ ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); if (adler != original_adler) error(); */ +ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf, + z_size_t len)); +/* + Same as adler32(), but with a size_t length. +*/ + +/* ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2, z_off_t len2)); -/* + Combine two Adler-32 checksums into one. For two sequences of bytes, seq1 and seq2 with lengths len1 and len2, Adler-32 checksums were calculated for each, adler1 and adler2. adler32_combine() returns the Adler-32 checksum of - seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. + seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note + that the z_off_t type (like off_t) is a signed integer. If len2 is + negative, the result has no meaning or utility. */ ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); /* Update a running CRC-32 with the bytes buf[0..len-1] and return the - updated CRC-32. If buf is NULL, this function returns the required initial - value for the for the crc. Pre- and post-conditioning (one's complement) is + updated CRC-32. If buf is Z_NULL, this function returns the required + initial value for the crc. Pre- and post-conditioning (one's complement) is performed within this function so it shouldn't be done by the application. + Usage example: uLong crc = crc32(0L, Z_NULL, 0); @@ -1298,9 +1739,15 @@ ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); if (crc != original_crc) error(); */ -ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); +ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf, + z_size_t len)); +/* + Same as crc32(), but with a size_t length. +*/ /* +ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); + Combine two CRC-32 check values into one. For two sequences of bytes, seq1 and seq2 with lengths len1 and len2, CRC-32 check values were calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32 @@ -1328,27 +1775,135 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size)); -#define deflateInit(strm, level) \ - deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) -#define inflateInit(strm) \ - inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) -#define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ - deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ - (strategy), ZLIB_VERSION, sizeof(z_stream)) -#define inflateInit2(strm, windowBits) \ - inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) -#define inflateBackInit(strm, windowBits, window) \ - inflateBackInit_((strm), (windowBits), (window), \ - ZLIB_VERSION, sizeof(z_stream)) - - -#if !defined(ZUTIL_H) && !defined(NO_DUMMY_DECL) - struct internal_state {int dummy;}; /* hack for buggy compilers */ +#ifdef Z_PREFIX_SET +# define z_deflateInit(strm, level) \ + deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) +# define z_inflateInit(strm) \ + inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) +# define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ + deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ + (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) +# define z_inflateInit2(strm, windowBits) \ + inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ + (int)sizeof(z_stream)) +# define z_inflateBackInit(strm, windowBits, window) \ + inflateBackInit_((strm), (windowBits), (window), \ + ZLIB_VERSION, (int)sizeof(z_stream)) +#else +# define deflateInit(strm, level) \ + deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) +# define inflateInit(strm) \ + inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) +# define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ + deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ + (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) +# define inflateInit2(strm, windowBits) \ + inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ + (int)sizeof(z_stream)) +# define inflateBackInit(strm, windowBits, window) \ + inflateBackInit_((strm), (windowBits), (window), \ + ZLIB_VERSION, (int)sizeof(z_stream)) +#endif + +#ifndef Z_SOLO + +/* gzgetc() macro and its supporting function and exposed data structure. Note + * that the real internal state is much larger than the exposed structure. + * This abbreviated structure exposes just enough for the gzgetc() macro. The + * user should not mess with these exposed elements, since their names or + * behavior could change in the future, perhaps even capriciously. They can + * only be used by the gzgetc() macro. You have been warned. + */ +struct gzFile_s { + unsigned have; + unsigned char *next; + z_off64_t pos; +}; +ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */ +#ifdef Z_PREFIX_SET +# undef z_gzgetc +# define z_gzgetc(g) \ + ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) +#else +# define gzgetc(g) \ + ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) +#endif + +/* provide 64-bit offset functions if _LARGEFILE64_SOURCE defined, and/or + * change the regular functions to 64 bits if _FILE_OFFSET_BITS is 64 (if + * both are true, the application gets the *64 functions, and the regular + * functions are changed to 64 bits) -- in case these are set on systems + * without large file support, _LFS64_LARGEFILE must also be true + */ +#ifdef Z_LARGE64 + ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); + ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); + ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); + ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); + ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); + ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t)); +#endif + +#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64) +# ifdef Z_PREFIX_SET +# define z_gzopen z_gzopen64 +# define z_gzseek z_gzseek64 +# define z_gztell z_gztell64 +# define z_gzoffset z_gzoffset64 +# define z_adler32_combine z_adler32_combine64 +# define z_crc32_combine z_crc32_combine64 +# else +# define gzopen gzopen64 +# define gzseek gzseek64 +# define gztell gztell64 +# define gzoffset gzoffset64 +# define adler32_combine adler32_combine64 +# define crc32_combine crc32_combine64 +# endif +# ifndef Z_LARGE64 + ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); + ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); + ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); + ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); + ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); + ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); +# endif +#else + ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *)); + ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); + ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); + ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); + ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); + ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); #endif +#else /* Z_SOLO */ + + ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); + ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); + +#endif /* !Z_SOLO */ + +/* undocumented functions */ ZEXTERN const char * ZEXPORT zError OF((int)); -ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp z)); -ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); +ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp)); +ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void)); +ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); +ZEXTERN int ZEXPORT inflateValidate OF((z_streamp, int)); +ZEXTERN unsigned long ZEXPORT inflateCodesUsed OF ((z_streamp)); +ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); +ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); +#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(Z_SOLO) +ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, + const char *mode)); +#endif +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file, + const char *format, + va_list va)); +# endif +#endif #ifdef __cplusplus } diff --git a/zlib/zlib.pc.cmakein b/zlib/zlib.pc.cmakein new file mode 100644 index 0000000000000000000000000000000000000000..a5e642938c69851ea57d0a4e1dcd94ea1381edfa --- /dev/null +++ b/zlib/zlib.pc.cmakein @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=@CMAKE_INSTALL_PREFIX@ +libdir=@INSTALL_LIB_DIR@ +sharedlibdir=@INSTALL_LIB_DIR@ +includedir=@INSTALL_INC_DIR@ + +Name: zlib +Description: zlib compression library +Version: @VERSION@ + +Requires: +Libs: -L${libdir} -L${sharedlibdir} -lz +Cflags: -I${includedir} diff --git a/zlib/zlib.pc.in b/zlib/zlib.pc.in new file mode 100644 index 0000000000000000000000000000000000000000..7e5acf9c77e7749e710a8960de27d8eff7d94786 --- /dev/null +++ b/zlib/zlib.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +sharedlibdir=@sharedlibdir@ +includedir=@includedir@ + +Name: zlib +Description: zlib compression library +Version: @VERSION@ + +Requires: +Libs: -L${libdir} -L${sharedlibdir} -lz +Cflags: -I${includedir} diff --git a/zlib/zlib2ansi b/zlib/zlib2ansi new file mode 100755 index 0000000000000000000000000000000000000000..15e3e165f37decb7c403a892438650de80f3b928 --- /dev/null +++ b/zlib/zlib2ansi @@ -0,0 +1,152 @@ +#!/usr/bin/perl + +# Transform K&R C function definitions into ANSI equivalent. +# +# Author: Paul Marquess +# Version: 1.0 +# Date: 3 October 2006 + +# TODO +# +# Asumes no function pointer parameters. unless they are typedefed. +# Assumes no literal strings that look like function definitions +# Assumes functions start at the beginning of a line + +use strict; +use warnings; + +local $/; +$_ = <>; + +my $sp = qr{ \s* (?: /\* .*? \*/ )? \s* }x; # assume no nested comments + +my $d1 = qr{ $sp (?: [\w\*\s]+ $sp)* $sp \w+ $sp [\[\]\s]* $sp }x ; +my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ; +my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ; + + +while (s/^ + ( # Start $1 + ( # Start $2 + .*? # Minimal eat content + ( ^ \w [\w\s\*]+ ) # $3 -- function name + \s* # optional whitespace + ) # $2 - Matched up to before parameter list + + \( \s* # Literal "(" + optional whitespace + ( [^\)]+ ) # $4 - one or more anythings except ")" + \s* \) # optional whitespace surrounding a Literal ")" + + ( (?: $dList )+ ) # $5 + + $sp ^ { # literal "{" at start of line + ) # Remember to $1 + //xsom + ) +{ + my $all = $1 ; + my $prefix = $2; + my $param_list = $4 ; + my $params = $5; + + StripComments($params); + StripComments($param_list); + $param_list =~ s/^\s+//; + $param_list =~ s/\s+$//; + + my $i = 0 ; + my %pList = map { $_ => $i++ } + split /\s*,\s*/, $param_list; + my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ; + + my @params = split /\s*;\s*/, $params; + my @outParams = (); + foreach my $p (@params) + { + if ($p =~ /,/) + { + my @bits = split /\s*,\s*/, $p; + my $first = shift @bits; + $first =~ s/^\s*//; + push @outParams, $first; + $first =~ /^(\w+\s*)/; + my $type = $1 ; + push @outParams, map { $type . $_ } @bits; + } + else + { + $p =~ s/^\s+//; + push @outParams, $p; + } + } + + + my %tmp = map { /$pMatch/; $_ => $pList{$1} } + @outParams ; + + @outParams = map { " $_" } + sort { $tmp{$a} <=> $tmp{$b} } + @outParams ; + + print $prefix ; + print "(\n" . join(",\n", @outParams) . ")\n"; + print "{" ; + +} + +# Output any trailing code. +print ; +exit 0; + + +sub StripComments +{ + + no warnings; + + # Strip C & C++ coments + # From the perlfaq + $_[0] =~ + + s{ + /\* ## Start of /* ... */ comment + [^*]*\*+ ## Non-* followed by 1-or-more *'s + ( + [^/*][^*]*\*+ + )* ## 0-or-more things which don't start with / + ## but do end with '*' + / ## End of /* ... */ comment + + | ## OR C++ Comment + // ## Start of C++ comment // + [^\n]* ## followed by 0-or-more non end of line characters + + | ## OR various things which aren't comments: + + ( + " ## Start of " ... " string + ( + \\. ## Escaped char + | ## OR + [^"\\] ## Non "\ + )* + " ## End of " ... " string + + | ## OR + + ' ## Start of ' ... ' string + ( + \\. ## Escaped char + | ## OR + [^'\\] ## Non '\ + )* + ' ## End of ' ... ' string + + | ## OR + + . ## Anything other char + [^/"'\\]* ## Chars which doesn't start a comment, string or escape + ) + }{$2}gxs; + +} diff --git a/zlib/zutil.c b/zlib/zutil.c index d55f5948a37f181c003dd4572b660727132eaba1..a76c6b0c7e557f8c29cfcf58a5ef9ef79c5e4e8a 100644 --- a/zlib/zutil.c +++ b/zlib/zutil.c @@ -1,27 +1,27 @@ /* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2005 Jean-loup Gailly. + * Copyright (C) 1995-2017 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #include "zutil.h" - -#ifndef NO_DUMMY_DECL -struct internal_state {int dummy;}; /* for buggy compilers */ +#ifndef Z_SOLO +# include "gzguts.h" #endif -const char * const z_errmsg[10] = { -"need dictionary", /* Z_NEED_DICT 2 */ -"stream end", /* Z_STREAM_END 1 */ -"", /* Z_OK 0 */ -"file error", /* Z_ERRNO (-1) */ -"stream error", /* Z_STREAM_ERROR (-2) */ -"data error", /* Z_DATA_ERROR (-3) */ -"insufficient memory", /* Z_MEM_ERROR (-4) */ -"buffer error", /* Z_BUF_ERROR (-5) */ -"incompatible version",/* Z_VERSION_ERROR (-6) */ -""}; +z_const char * const z_errmsg[10] = { + (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */ + (z_const char *)"stream end", /* Z_STREAM_END 1 */ + (z_const char *)"", /* Z_OK 0 */ + (z_const char *)"file error", /* Z_ERRNO (-1) */ + (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */ + (z_const char *)"data error", /* Z_DATA_ERROR (-3) */ + (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */ + (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */ + (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */ + (z_const char *)"" +}; const char * ZEXPORT zlibVersion() @@ -34,31 +34,31 @@ uLong ZEXPORT zlibCompileFlags() uLong flags; flags = 0; - switch (sizeof(uInt)) { + switch ((int)(sizeof(uInt))) { case 2: break; case 4: flags += 1; break; case 8: flags += 2; break; default: flags += 3; } - switch (sizeof(uLong)) { + switch ((int)(sizeof(uLong))) { case 2: break; case 4: flags += 1 << 2; break; case 8: flags += 2 << 2; break; default: flags += 3 << 2; } - switch (sizeof(voidpf)) { + switch ((int)(sizeof(voidpf))) { case 2: break; case 4: flags += 1 << 4; break; case 8: flags += 2 << 4; break; default: flags += 3 << 4; } - switch (sizeof(z_off_t)) { + switch ((int)(sizeof(z_off_t))) { case 2: break; case 4: flags += 1 << 6; break; case 8: flags += 2 << 6; break; default: flags += 3 << 6; } -#ifdef DEBUG +#ifdef ZLIB_DEBUG flags += 1 << 8; #endif #if defined(ASMV) || defined(ASMINF) @@ -85,41 +85,41 @@ uLong ZEXPORT zlibCompileFlags() #ifdef FASTEST flags += 1L << 21; #endif -#ifdef STDC +#if defined(STDC) || defined(Z_HAVE_STDARG_H) # ifdef NO_vsnprintf - flags += 1L << 25; + flags += 1L << 25; # ifdef HAS_vsprintf_void - flags += 1L << 26; + flags += 1L << 26; # endif # else # ifdef HAS_vsnprintf_void - flags += 1L << 26; + flags += 1L << 26; # endif # endif #else - flags += 1L << 24; + flags += 1L << 24; # ifdef NO_snprintf - flags += 1L << 25; + flags += 1L << 25; # ifdef HAS_sprintf_void - flags += 1L << 26; + flags += 1L << 26; # endif # else # ifdef HAS_snprintf_void - flags += 1L << 26; + flags += 1L << 26; # endif # endif #endif return flags; } -#ifdef DEBUG - +#ifdef ZLIB_DEBUG +#include # ifndef verbose # define verbose 0 # endif -int z_verbose = verbose; +int ZLIB_INTERNAL z_verbose = verbose; -void z_error (m) +void ZLIB_INTERNAL z_error (m) char *m; { fprintf(stderr, "%s\n", m); @@ -146,7 +146,7 @@ const char * ZEXPORT zError(err) #ifndef HAVE_MEMCPY -void zmemcpy(dest, source, len) +void ZLIB_INTERNAL zmemcpy(dest, source, len) Bytef* dest; const Bytef* source; uInt len; @@ -157,7 +157,7 @@ void zmemcpy(dest, source, len) } while (--len != 0); } -int zmemcmp(s1, s2, len) +int ZLIB_INTERNAL zmemcmp(s1, s2, len) const Bytef* s1; const Bytef* s2; uInt len; @@ -170,7 +170,7 @@ int zmemcmp(s1, s2, len) return 0; } -void zmemzero(dest, len) +void ZLIB_INTERNAL zmemzero(dest, len) Bytef* dest; uInt len; { @@ -181,6 +181,7 @@ void zmemzero(dest, len) } #endif +#ifndef Z_SOLO #ifdef SYS16BIT @@ -213,11 +214,13 @@ local ptr_table table[MAX_PTR]; * a protected system like OS/2. Use Microsoft C instead. */ -voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) +voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) { - voidpf buf = opaque; /* just to make some compilers happy */ + voidpf buf; ulg bsize = (ulg)items*size; + (void)opaque; + /* If we allocate less than 65520 bytes, we assume that farmalloc * will return a usable pointer which doesn't have to be normalized. */ @@ -237,9 +240,12 @@ voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) return buf; } -void zcfree (voidpf opaque, voidpf ptr) +void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) { int n; + + (void)opaque; + if (*(ush*)&ptr != 0) { /* object < 64K */ farfree(ptr); return; @@ -255,7 +261,6 @@ void zcfree (voidpf opaque, voidpf ptr) next_ptr--; return; } - ptr = opaque; /* just to make some compilers happy */ Assert(0, "zcfree: ptr not found"); } @@ -272,15 +277,15 @@ void zcfree (voidpf opaque, voidpf ptr) # define _hfree hfree #endif -voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) +voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) { - if (opaque) opaque = 0; /* to make compiler happy */ + (void)opaque; return _halloc((long)items, size); } -void zcfree (voidpf opaque, voidpf ptr) +void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) { - if (opaque) opaque = 0; /* to make compiler happy */ + (void)opaque; _hfree(ptr); } @@ -297,22 +302,24 @@ extern voidp calloc OF((uInt items, uInt size)); extern void free OF((voidpf ptr)); #endif -voidpf zcalloc (opaque, items, size) +voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) voidpf opaque; unsigned items; unsigned size; { - if (opaque) items += size - size; /* make compiler happy */ + (void)opaque; return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : (voidpf)calloc(items, size); } -void zcfree (opaque, ptr) +void ZLIB_INTERNAL zcfree (opaque, ptr) voidpf opaque; voidpf ptr; { + (void)opaque; free(ptr); - if (opaque) return; /* make compiler happy */ } #endif /* MY_ZCALLOC */ + +#endif /* !Z_SOLO */ diff --git a/zlib/zutil.h b/zlib/zutil.h index 4482957d6ac9d5af5e99f85fd5f7ac0fde7dd219..b079ea6a80f5abd23a6b2451d6eaee50ceda969b 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h @@ -1,5 +1,5 @@ /* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2005 Jean-loup Gailly. + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -13,36 +13,32 @@ #ifndef ZUTIL_H #define ZUTIL_H -#define ZLIB_INTERNAL +#ifdef HAVE_HIDDEN +# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) +#else +# define ZLIB_INTERNAL +#endif + #include "zlib.h" -#ifdef STDC -# ifndef _WIN32_WCE +#if defined(STDC) && !defined(Z_SOLO) +# if !(defined(_WIN32_WCE) && defined(_MSC_VER)) # include # endif # include # include #endif -#ifdef NO_ERRNO_H -# ifdef _WIN32_WCE - /* The Microsoft C Run-Time Library for Windows CE doesn't have - * errno. We define it as a global variable to simplify porting. - * Its value is always 0 and should not be used. We rename it to - * avoid conflict with other libraries that use the same workaround. - */ -# define errno z_errno -# endif - extern int errno; -#else -# ifndef _WIN32_WCE -# include -# endif + +#ifdef Z_SOLO + typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ #endif #ifndef local # define local static #endif -/* compile with -Dlocal if your debugger can't find static symbols */ +/* since "static" is used to mean two completely different things in C, we + define "local" for the non-static meaning of "static", for readability + (compile with -Dlocal if your debugger can't find static symbols) */ typedef unsigned char uch; typedef uch FAR uchf; @@ -50,13 +46,13 @@ typedef unsigned short ush; typedef ush FAR ushf; typedef unsigned long ulg; -extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ +extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ /* (size given to avoid silly warnings with Visual C++) */ #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)] #define ERR_RETURN(strm,err) \ - return (strm->msg = (char*)ERR_MSG(err), (err)) + return (strm->msg = ERR_MSG(err), (err)) /* To be used only when the state is known to be valid */ /* common constants */ @@ -88,70 +84,90 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32)) # define OS_CODE 0x00 -# if defined(__TURBOC__) || defined(__BORLANDC__) -# if(__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__)) - /* Allow compilation with ANSI keywords only enabled */ - void _Cdecl farfree( void *block ); - void *_Cdecl farmalloc( unsigned long nbytes ); -# else -# include +# ifndef Z_SOLO +# if defined(__TURBOC__) || defined(__BORLANDC__) +# if (__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__)) + /* Allow compilation with ANSI keywords only enabled */ + void _Cdecl farfree( void *block ); + void *_Cdecl farmalloc( unsigned long nbytes ); +# else +# include +# endif +# else /* MSC or DJGPP */ +# include # endif -# else /* MSC or DJGPP */ -# include # endif #endif #ifdef AMIGA -# define OS_CODE 0x01 +# define OS_CODE 1 #endif #if defined(VAXC) || defined(VMS) -# define OS_CODE 0x02 +# define OS_CODE 2 # define F_OPEN(name, mode) \ fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") #endif +#ifdef __370__ +# if __TARGET_LIB__ < 0x20000000 +# define OS_CODE 4 +# elif __TARGET_LIB__ < 0x40000000 +# define OS_CODE 11 +# else +# define OS_CODE 8 +# endif +#endif + #if defined(ATARI) || defined(atarist) -# define OS_CODE 0x05 +# define OS_CODE 5 #endif #ifdef OS2 -# define OS_CODE 0x06 -# ifdef M_I86 - #include +# define OS_CODE 6 +# if defined(M_I86) && !defined(Z_SOLO) +# include # endif #endif #if defined(MACOS) || defined(TARGET_OS_MAC) -# define OS_CODE 0x07 -# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os -# include /* for fdopen */ -# else -# ifndef fdopen -# define fdopen(fd,mode) NULL /* No fdopen() */ +# define OS_CODE 7 +# ifndef Z_SOLO +# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os +# include /* for fdopen */ +# else +# ifndef fdopen +# define fdopen(fd,mode) NULL /* No fdopen() */ +# endif # endif # endif #endif -#ifdef TOPS20 -# define OS_CODE 0x0a +#ifdef __acorn +# define OS_CODE 13 #endif -#ifdef WIN32 -# ifndef __CYGWIN__ /* Cygwin is Unix, not Win32 */ -# define OS_CODE 0x0b -# endif +#if defined(WIN32) && !defined(__CYGWIN__) +# define OS_CODE 10 +#endif + +#ifdef _BEOS_ +# define OS_CODE 16 +#endif + +#ifdef __TOS_OS400__ +# define OS_CODE 18 #endif -#ifdef __50SERIES /* Prime/PRIMOS */ -# define OS_CODE 0x0f +#ifdef __APPLE__ +# define OS_CODE 19 #endif #if defined(_BEOS_) || defined(RISCOS) # define fdopen(fd,mode) NULL /* No fdopen() */ #endif -#if (defined(_MSC_VER) && (_MSC_VER > 600)) +#if (defined(_MSC_VER) && (_MSC_VER > 600)) && !defined __INTERIX # if defined(_WIN32_WCE) # define fdopen(fd,mode) NULL /* No fdopen() */ # ifndef _PTRDIFF_T_DEFINED @@ -163,10 +179,23 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # endif #endif +#if defined(__BORLANDC__) && !defined(MSDOS) + #pragma warn -8004 + #pragma warn -8008 + #pragma warn -8066 +#endif + +/* provide prototypes for these when building zlib without LFS */ +#if !defined(_WIN32) && \ + (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0) + ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); + ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); +#endif + /* common defaults */ #ifndef OS_CODE -# define OS_CODE 0x03 /* assume Unix */ +# define OS_CODE 3 /* assume Unix */ #endif #ifndef F_OPEN @@ -175,40 +204,7 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ /* functions */ -#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550) -# ifndef HAVE_VSNPRINTF -# define HAVE_VSNPRINTF -# endif -#endif -#if defined(__CYGWIN__) -# ifndef HAVE_VSNPRINTF -# define HAVE_VSNPRINTF -# endif -#endif -#ifndef HAVE_VSNPRINTF -# ifdef MSDOS - /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), - but for now we just assume it doesn't. */ -# define NO_vsnprintf -# endif -# ifdef __TURBOC__ -# define NO_vsnprintf -# endif -# if defined(WIN32) && (!defined(_MSC_VER) || _MSC_VER < 1500) - /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ -# if !defined(vsnprintf) && !defined(NO_vsnprintf) -# define vsnprintf _vsnprintf -# endif -# endif -# ifdef __SASC -# define NO_vsnprintf -# endif -#endif -#ifdef VMS -# define NO_vsnprintf -#endif - -#if defined(pyr) +#if defined(pyr) || defined(Z_SOLO) # define NO_MEMCPY #endif #if defined(SMALL_MEDIUM) && !defined(_MSC_VER) && !defined(__SC__) @@ -232,16 +228,16 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define zmemzero(dest, len) memset(dest, 0, len) # endif #else - extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); - extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); - extern void zmemzero OF((Bytef* dest, uInt len)); + void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); + int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); + void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); #endif /* Diagnostic functions */ -#ifdef DEBUG +#ifdef ZLIB_DEBUG # include - extern int z_verbose; - extern void z_error OF((char *m)); + extern int ZLIB_INTERNAL z_verbose; + extern void ZLIB_INTERNAL z_error OF((char *m)); # define Assert(cond,msg) {if(!(cond)) z_error(msg);} # define Trace(x) {if (z_verbose>=0) fprintf x ;} # define Tracev(x) {if (z_verbose>0) fprintf x ;} @@ -257,13 +253,19 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define Tracecv(c,x) #endif - -voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); -void zcfree OF((voidpf opaque, voidpf ptr)); +#ifndef Z_SOLO + voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, + unsigned size)); + void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr)); +#endif #define ZALLOC(strm, items, size) \ (*((strm)->zalloc))((strm)->opaque, (items), (size)) #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} +/* Reverse the bytes in a 32-bit value */ +#define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ + (((q) & 0xff00) << 8) + (((q) & 0xff) << 24)) + #endif /* ZUTIL_H */